Stocks, Tweets, and Volatility

Appendix to report

Data cleaning

library(tidyverse)
── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ──
✔ ggplot2 3.4.0     ✔ purrr   1.0.0
✔ tibble  3.2.1     ✔ dplyr   1.1.2
✔ tidyr   1.2.1     ✔ stringr 1.5.0
✔ readr   2.1.3     ✔ forcats 0.5.2
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag()    masks stats::lag()
library(skimr)

data <- read.csv(file = "data/full_dataset-release.csv" )
skimr::skim(data)
Data summary
Name data
Number of rows 1356848
Number of columns 14
_______________________
Column type frequency:
character 4
numeric 10
________________________
Group variables None

Variable type: character

skim_variable n_missing complete_rate min max empty n_unique whitespace
X 0 1 0 123 494565 862279 0
TWEET 0 1 0 322 52 547819 0
STOCK 0 1 0 16 494617 223 0
DATE 0 1 0 18 494617 6051 0

Variable type: numeric

skim_variable n_missing complete_rate mean sd p0 p25 p50 p75 p100 hist
LAST_PRICE 494617 0.64 716.12 4731.50 -0.15 0.00 0.01 115.60 165500.00 ▇▁▁▁▁
X1_DAY_RETURN 494617 0.64 0.00 0.02 -0.17 -0.01 0.00 0.01 0.24 ▁▃▇▁▁
X2_DAY_RETURN 494617 0.64 0.00 0.03 -0.18 -0.01 0.00 0.01 0.24 ▁▃▇▁▁
X3_DAY_RETURN 494617 0.64 0.00 0.04 -0.20 -0.02 0.00 0.02 0.27 ▁▃▇▁▁
X7_DAY_RETURN 494617 0.64 9463646.08 16227318.88 -0.20 0.01 1633190.00 12269138.00 308106768.00 ▇▁▁▁▁
PX_VOLUME 494617 0.64 7522186.80 15918473.81 0.62 18.60 38.02 6531761.00 314833202.00 ▇▁▁▁▁
VOLATILITY_10D 494718 0.64 25.27 15.59 0.62 16.36 21.09 27.86 124.14 ▇▃▁▁▁
VOLATILITY_30D 494662 0.64 10.75 14.69 -1.00 1.00 1.00 20.81 87.68 ▇▃▁▁▁
LSTM_POLARITY 494620 0.64 0.09 0.68 -1.00 -0.10 0.00 0.80 1.00 ▃▁▇▂▅
TEXTBLOB_POLARITY 989183 0.27 0.08 0.26 -1.00 0.00 0.00 0.15 1.00 ▁▁▇▂▁
view(head(data, n = 50))
data_filtered <- data |>
  filter(!is.na(TEXTBLOB_POLARITY))
view(head(data_filtered, n = 50))

data_filtered <- data_filtered |>
  rename(
    tweet = TWEET,
    stock = STOCK,
    date = DATE,
    last_price = LAST_PRICE,
    x1_day_return = X1_DAY_RETURN,
    x2_day_return = X2_DAY_RETURN,
    x3_day_return = X3_DAY_RETURN,
    x7_day_return = X7_DAY_RETURN,
    px_volume = PX_VOLUME,
    volatility_10d = VOLATILITY_10D,
    volatility_30d = VOLATILITY_30D,
    lstm_polarity = LSTM_POLARITY,
    textblob_polarity = TEXTBLOB_POLARITY
  ) |>
  select(tweet, stock, date, last_price, x1_day_return, x2_day_return, x3_day_return, x7_day_return, px_volume, volatility_10d, volatility_30d, lstm_polarity, textblob_polarity)
data_filtered
                                                                                                                                                                                                                                                                                                              tweet
1                                                                                                                                                                                               @FAME95FM1 Jamaicans make money with @Payoneer @PayPal, @paxuminc, @ecoPayz and @okpaycom https://t.co/FWzqUrgsqs\n
2                                                                                                                                                                                                    @CBSi Jamaicans make money with @Payoneer @PayPal, @paxuminc, @ecoPayz and @okpaycom https://t.co/FWzqUqYRyU\n
3                                                                                                                                                                                                @Hitz92fm Jamaicans make money with @Payoneer @PayPal, @paxuminc, @ecoPayz and @okpaycom https://t.co/FWzqUqYRyU\n
4                                                                                                                                          RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
5                                                                                                                                                                                                  @gawker Jamaicans make money with @Payoneer @PayPal, @paxuminc, @ecoPayz and @okpaycom https://t.co/FWzqUrgsqs\n
6                                                                                                                RT @cultcommoncore: Dumping @Starbucks\n\n\n\n\n\n\nIs like dropping cable tv.\n\n\n\n\n\n\nYou wonder how you paid \n\n\n\n\n\n\nSO much\n\n\n\n\n\n\nFor such crap\n\n\n\n\n\n\nFor SO long.… \n
7                                                                                                                                                                                       @amazon has your back when it comes to food shopping with tech replacing queues, just grab and go https://t.co/D83kIqFMAK\n
8                                                                                                                                                                            RT @nia4_trump: So instead of hiring 10,000 unemployed Americans or out of work vets @Starbucks will hire 10,000 refugees to spite… \n
9                                                                                                                                     Hmmm interesting... \n\n\n\n\n\n\nonly @IBM has tweeted an official response to the execute order.... \n\n\n\n\n\n\n\n\n\n\n\n\n\nAnyone seen anything from @Disney or @GM?\n
10                                                                                                                                         RT @IndiaHistorypic: 1994::Young @sundarpichai  {Now CEO @Google) At Stanford University \n\n\n\n\n\n\n\n\n\n\n\n\n\n#Immigrant  #Contribution  #USA  #Economy https:…\n
11                                                                                                                                                                                   RT @Google: "If you have the feeling that something is wrong, don't be afraid to speak up." - Fred Korematsu #GoogleDoodle… \n
12                                                                                                                                                                                                               @Dal_Schnur @DKuzLA @wrightco0704 @psuba98 @Reuters @SkyNews Did you read the article, Einstein?\n
13                                                                                                                                                                                          @natgeosociety Jamaicans make money with @Payoneer @PayPal, @paxuminc, @ecoPayz and @okpaycom https://t.co/FWzqUrgsqs\n
14                                                                                                                                                                           RT @IBMWatson: Welcome @Apple, #ACLU, #AAAI, @macfound, @UCBerkeley, @OpenAI, @PIIE to the @PartnershipAI board of Trustees! Info:… \n
15                                                                                                                                                                         Canadian @eBay #shoppers call for tax free shipments \n\n\n\n\n\n\n#retail #intelligence #canada \n\n\n\n\n\n\nhttps://t.co/QRvUy4Ib17\n
16                                                                                                                                                                  RT @KottiPillar: COVER THIS,\n\n\n\n\n\n\n@Newsweek @BuzzFeedNews @politico @HuffPostPol @nytimes @latimes @business @Reuters @ABC @NBCNews… \n
17                                                                                                                                                                       RT @ColMorrisDavis: My family owned a @Ford dealership so I was not an Earnhardt fan, but as a fellow North Carolinian I give props to… \n
18                                                                                                                                                              @HSBC is funding Indonesian forest destruction, home of endangered orangutans. Tell them to stop now &gt;&gt; https://t.co/CQVnJywSl2 #Pleasesign\n
19                                                                                                                                                                                              Check out        BOTANICAL    SILK   HAIRSPRAY, STYLE  SIGN    SPRAY #JOHNAMICO https://t.co/trBN2gQ13X via @eBay\n
20                                                                                                                                         RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
21                                                                                                                                    RT @A_M_Perez: Liberals wonder why they lost.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#MuslimBan #DrinkStarbucksToFightBigotry #BoycottStarbucks\n\n\n\n\n\n\n@Starbucks "Not to Defen… \n
22                                                                                                                                                               RT @Adobe: David Lowery &amp; Toby Halbrooks on the making of their Sundance film, "A Ghost Story" in our Pillow Talk interview https://t.co/3M…\n
23                                                                                                                                                                   RT @Reuters: How Toyota, Target, Best Buy are fighting back against Republican border tax push https://t.co/c404hxnwz8 https://t.co/4AYkxfD…\n
24                                                                                                                                                                                         RT @DigitalTrends: Yes, @Microsoft does have plans to release a Hololens headset for consumers https://t.co/IUt1yz5xiO\n
25                                                                                                                                                                        RT @AnnaBD20: Saudi king agrees in call with Trump to support Syria, Yemen safe zones: White House https://t.co/cfplH38FU0 via @Reuters\n
26                                                                                                                                                                              RT @benbarnes: Just want to thank @Burberry for the Aubergine, Eggplant, Burgundy, Oxblood, Purple, Maroon velvet tux jacket...… \n
27                                                                                                                                                               RT @noor_muradi: @Starbucks Thanks for helping refugees &amp; left behind interpreters around the world, I'm left behind interpreter  in India.…\n
28                                                                                                                                                                        RT @TheBeat_Boss: I shredded my @Starbucks "Gold card", now I just deleted my app! Never again! #BoycottStarbucks, over 1k that I spe… \n
29                                                                                                                                                                           @Walter_lars @Starbucks coffee is OK, but overpriced IMO, prefer diet soda myself, and took me a while to break away from sweet tea.\n
30                                                                                                                                                                                                                  @Ryanair Hi, how early do I have to be at the airport for a flight from Birmibgham to Dublin?\n
31                                                                                                                                                                   RT @ThatBitchFromNJ: Google's sponsored ad for a 'sanctuary city' search is fascist propaganda. Take this shit down, @Google. https://t.co/…\n
32                                                                                                                                                                   @HP Called HP to get my warranty details, 30 mins of mostly music later i left the call with nothing Now recieved a £45 bill for the service\n
33                                                                                                                                                                    Hey @Starbucks so now the "silent majority" wants to boycott you for doing the right thing???  Let them get their coffee at the gas station\n
34                                                                                                                                         RT @8ervagina: @NathanBomey \n\n\n\n\n\n\n\n\n\n\n\n\n\n@Ford just noticed the support the ACLU and Starbucks just got. \n\n\n\n\n\n\n\n\n\n\n\n\n\nPay attention CEOs\n
35                                                                                                               RT @cultcommoncore: Dumping @Starbucks\n\n\n\n\n\n\nIs like dropping cable tv.\n\n\n\n\n\n\nYou wonder how you paid \n\n\n\n\n\n\nSO much\n\n\n\n\n\n\nFor such crap\n\n\n\n\n\n\nFor SO long.… \n
36                                                                                                                                                                                  Check out Book in Russian - "Prayer for deliverance from illnesses" Prayer Shield Religion  https://t.co/zaDhDI6Hxt via @eBay\n
37                                                                                                                                                                                         Check out Cadbury Chocolate Christmas Stocking Assorted Selection (208 Grams, Pack of 8) https://t.co/4qopTLvwWS @eBay\n
38                                                                                                                                                                                                                                  @eBay @rohit07688 ebay is horrible, don't bother. Use https://t.co/ypUBCoLqsW\n
39                                                                                                                                                                                    RT @vivelafra: The hijab is a symbol of female subjugation.  If @Starbucks supports the hijab, they are oppressing women.… \n
40                                                                                                                                         RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
41                                                                                                                                                                                                   I do remember that.  @Starbucks are a bunch hypocrites with lousy, expensive coffee. https://t.co/JCrb0mNv1r\n
42                                                                                                                                                                               RT @Reuters: Starbucks CEO Schultz plans to hire 10,000 refugees after Trump ban https://t.co/hCjQkQQeyr https://t.co/QamtbsBd64\n
43                                                                                                                                         RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
44                                                                                                                                                                                                                    RT @IBM: Our statement on US Executive Order from January, 27, 2017 https://t.co/8nxfq1E1Qz\n
45                                                                                                                                                                                         #ACOWAR is up for Pre-Order on @amazon at $17.09 NOW! :D \n\n\n\n\n\n\nhttps://t.co/5Wxsvr97kg https://t.co/n08COl87wS\n
46                                                                                                                                                                            Check out Lorex Edge+ LH 328501 8-Channel Video Security DVR with Internet, 3G Mobile View #Lorex https://t.co/EoHW5rV5xk via @eBay\n
47                                                                                                                            @Oracle @MikeAllanMurphy @Gemmdrop @JoeyAhern\n\n\n\n\n\n\n@Baby_Zelda @MeghanWMcCarthy @BillGates @EMINEM\n\n\n\n\n\n\n8 PAGANS RULEOVER 7999999992 PEOPLE\n\n\n\n\n\n\nFinaloffer\n
48                                                                                                                                                                                                                    RT @IBM: Our statement on US Executive Order from January, 27, 2017 https://t.co/8nxfq1E1Qz\n
49                                                                                                                                                                                        RT @Reuters: Deutsche Bank agrees to pay $425 million to New York's banking regulator over a "mirror trading" scheme:… \n
50                                                                                                                                                                        RT @TheBeat_Boss: I shredded my @Starbucks "Gold card", now I just deleted my app! Never again! #BoycottStarbucks, over 1k that I spe… \n
51                                                                                                                                                                        RT @TheBeat_Boss: I shredded my @Starbucks "Gold card", now I just deleted my app! Never again! #BoycottStarbucks, over 1k that I spe… \n
52                                                                                                                                                  RT @manarn8: #Starbucks store in Riyadh refused 2 serve me just because I'm a WOMAN &amp; asked me 2 send a man instead\n\n\n\n\n\n\n@Starbucks https://t.co…\n
53                                                                                                                                                                                                     RT @pepsi: It’s happening, it’s really happening…for a limited time. #CrystalPepsi https://t.co/6PBYirNwcB\n
54                                                                                                                                         RT @SAGawards: These little guys sure clean up nicely. #sagawards @Stranger_Things @netflix \n\n\n\n\n\n\n\n\n\n\n\n\n\n@milliebbrown @noah_schnapp https://t.co/LWEY…\n
55                                                                                                                                                                                 More collaboration going on. @Bosch, @Cisco, @Gemalto and More: Tech Giants Team For #Blockchain-#IoT… https://t.co/HayjD0wqc9\n
56                                                                                                                                                          I'm retiring from #poker and not renewing with @pokerstars this year. More on @facebook:\n\n\n\n\n\n\nhttps://t.co/UN03ehaETU https://t.co/fLNjgzBkVc\n
57                                                                                                                                                                    @rfaux_Idaho @amazon @slpng_giants @Adstrike_US @amazonhelp Still no response? If these are your corporate values,  I'll reluctantly cancel\n
58                                                                                                                                                                        More\n\n\n\n\n\n\nFirst release cooking up from a former employee on how @JeffBezos is cheating @amazon investors. Going to be 💣 $amzn\n
59                                                                                                                                                                     @facebook Who can I contact to resolve a copyright dispute? UMG asked for one of my videos to be removed, no email address given for reply\n
60                                                                                                                                                                                         Jihadists mock Trump travel ban, Says will help recruit members, vow more attacks https://t.co/NYgL8HwKS9 via @Reuters\n
61                                                                                                                                                                                                                        just finished a double sundae @McDonalds \n\n\n\n\n\n\nThings can't get better! #sundae\n
62                                                                                                                             RT @renomarky: #BoycottStarbucks \n\n\n\n\n\n\n⭐⭐⭐⭐⭐⭐⭐\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery RT alerts @Starbucks that you absolutely positively will never enter one of their… \n
63                                                                                                                                                              @foxandfriends @cherylcasone @FoxNews @Starbucks is anyone care about homeless vets&amp;hungry Americans? Fin struggling parents divorcing,kids💉\n
64                                                                                                                                                                                                                                               WELL played, @vinaytion😹\n\n\n\n\n\n\n(&amp; also @Starbucks :)\n
65                                                                                                                                                                                    RT @GoldmanSachs: In the latest episode of our podcast, $GS Research examines the labor impact of Artificial Intelligence… \n
66                                                                                                                                                                   #askebay @eBay hey, this morning i received paypal mail which say i authorize ebay to take me 34,5€ fees, but I don't sell anything this 1/2\n
67                                                                                                                                         RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
68                                                                                                                                                                                                               Asia targets tourism, education boost from Trump travel ban https://t.co/90LwmRSpAg via @Reuters\n
69                                                                                                                                                                        RT @TheBeat_Boss: I shredded my @Starbucks "Gold card", now I just deleted my app! Never again! #BoycottStarbucks, over 1k that I spe… \n
70                                                                                                                                                               RT @AmericanExpress: Find the perfect Valentine’s Day gift. Tweet #AmexOffers to save at @swarovski, @Wine_com &amp; @hotelsdotcom. https://t.c…\n
71                                                                                                                             RT @renomarky: #BoycottStarbucks \n\n\n\n\n\n\n⭐⭐⭐⭐⭐⭐⭐\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery RT alerts @Starbucks that you absolutely positively will never enter one of their… \n
72                                                                                                                                                                                                                    RT @IBM: Our statement on US Executive Order from January, 27, 2017 https://t.co/8nxfq1E1Qz\n
73                                                                                                                                                                  RT @Disney: True as it can be. 🌹 Tonight, see a new trailer for #BeautyAndTheBeast during #TheBachelor at 8 p.m. on ABC. https://t.co/8suvP…\n
74                                                                                                                                                                   @brumrocks @eBay its a shame Billy smoke so much, it couldn't have done his health much good, but I suppose it was the fashion then RipBilly\n
75                                                                                                                                                                   RT @AppSame: Hey Sally Yates @Starbucks is hiring OH Wait you're not an Illegal Alien \n\n\n\n\n\n\n#boycottstarbuks https://t.co/gpA7eZVIHc\n
76                                                                                                                                                                            RT @fightdenial: If @WellsFargo won't listen to the cries of help from Standing Rock, maybe going to their CEO's house will help.… \n
77                                                                                                                                                                   @Starbucks @realDonaldTrump Done with Starbucks, President DJT wants to put Americans back to work You want to take our jobs away back to DD\n
78                                                                                                                                                                           RT @JohnDeere: Using a 9RX with a putter in the drawbar, AutoTrac™ and SF3, @WesternSalesLtd knocks a golf ball off the tee with n… \n
79                                                                                                                                                                                         Check out Banpresto Dragonball Z -DX Sofubi Figure - "Chaoz" #Banpresto #DragonballZ https://t.co/lqkQ4buPws via @eBay\n
80                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
81                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
82                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
83                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
84                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
85                                                                                                                                                                   RT @GrayConnolly: @20committee @Reuters  I do like the DNI's unclassified "state of the world" publications...not really sure what else tha…\n
86                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
87                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
88                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
89                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
90                                                                                                                                         RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
91                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
92                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
93                                                                                                                                                                                                  Hey @bbhill232 honey, try reading this. Stop being a Bannon baby. https://t.co/uc95aonZIc @rachelbeen @Google\n
94                                                                                                                                                                            RT @TheMarket76: Wade Whimsies, COW, Set 6, 1975 - Honey with Green base  https://t.co/ZwlQuYbxP7 via @eBay https://t.co/AZIC1SROfG\n
95                                                                                                   RT @DocThompsonShow: Can you hire a veteran?\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Starbucks is hiring #Refugees not #Veterans! \n\n\n\n\n\n\n\n\n\n\n\n\n\nPLZ HELP find jobs for 10K vets in Feb! \n\n\n\n\n\n\nUse…\n
96                                                                             RT @Razorleef: Uber CEO: I'm pro Trump \n\n\n\n\n\n\n\n\n\n\n\n\n\nEveryone: #deleteUber \n\n\n\n\n\n\n\n\n\n\n\n\n\nUber CEO: "wait, so is @Disney, @GM, &amp; @IBM!"\n\n\n\n\n\n\n\n\n\n\n\n\n\nDisney, GM, &amp; IBM: https://…\n
97                                                                             RT @Razorleef: Uber CEO: I'm pro Trump \n\n\n\n\n\n\n\n\n\n\n\n\n\nEveryone: #deleteUber \n\n\n\n\n\n\n\n\n\n\n\n\n\nUber CEO: "wait, so is @Disney, @GM, &amp; @IBM!"\n\n\n\n\n\n\n\n\n\n\n\n\n\nDisney, GM, &amp; IBM: https://…\n
98                                                                                                                                                          RT @AspallVinegar: #WIN a mixed case of @AspallVinegar\n\n\n\n\n\n\nCan you spot our cyder vinegar on @Tesco at https://t.co/57Bny8wbW4 RT+ reply a… \n
99                                                                                                                                                                   RT @businessinsider: With Islamic State gone, East Mosul residents face uncertain future https://t.co/FPeUG4tNMo by @Reuters https://t.co/0…\n
100                                                                                                                                                      Check out Japanese Animation Cel Production Original Kaitou St Tail Limited Rare #504  https://t.co/TkOgVr8AW5 via @eBay\n\n\n\n\n\n\n#Anime #Cel #Douga\n
101                                                                                                                                                                                              Check out Splatter University - Blu Ray - 88 Films, Slasher Classics Collection 04 https://t.co/cjI9DoOHi5 @eBay\n
102                                                                                                                                                                     when @Starbucks says they'll hire refugees, people say "what about vets". Seems they expect more from a coffee shop than their government\n
103                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
104                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
105                                                                                                                                                                              Check out Eurotek MRS3 Mid rise scissor lift "Three Phase Power" mobile kit included  #Eurotek https://t.co/vbQYL34U0S via @eBay\n
106                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
107                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
108                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
109                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
110                                                                                                              RT @cultcommoncore: Dumping @Starbucks\n\n\n\n\n\n\nIs like dropping cable tv.\n\n\n\n\n\n\nYou wonder how you paid \n\n\n\n\n\n\nSO much\n\n\n\n\n\n\nFor such crap\n\n\n\n\n\n\nFor SO long.… \n
111                                                                                                                                                                                When you want to look like you have morals, but all you care about is not stirring the pot. Hello @IBM https://t.co/Wa4nez3fc6\n
112                                                                                                                                                                   @Google If only they use their money for the homeless, veterans the sick and the poor  Americans. Muslims will not… https://t.co/Wh5b0fxz9d\n
113                                                                                                                                                                   @colettey6 @Nike I don't do any of those things anyway, hate to shop, eat fruit for breakfast. Hubby is deaf, movies are hard, no subtitles\n
114                                                                                                                                                                                                         @Gizmodo \n\n\n\n\n\n\n@IBM is a great American company! Has lots of real American values! Fantastic!\n
115                                                                                                                            RT @renomarky: #BoycottStarbucks \n\n\n\n\n\n\n⭐⭐⭐⭐⭐⭐⭐\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery RT alerts @Starbucks that you absolutely positively will never enter one of their… \n
116                                                                                                                                                                         Check out Lets Scare Jessica to Death: Zohra Lampert, Barton Heyman, Alan Manson (DVD) NEW  https://t.co/UjAYpskGB4 via @eBay OWN IT!\n
117                                                                                                                                                                                                                                @Reuters lol u can't even stand up to big bad Russia on ur own, gimme a break,\n
118                                                                                                                                                                                   @KennethBaer @MsFopra @Google its a ban to get the system fixed so our country is safe, why the hell are you protesting it?\n
119                                                                                                                                                                  @Starbucks is hiring 10,000 refugees. If you know refugees who need jobs because they are currently jobless or have a possibility of loosing\n
120                                                                                                                                                                  RT @McDonalds: Your McCafé run deserves a treat. Grab a tasty $2 SM Mocha, Latte, or Hot Chocolate. #McCafé #WinTheDay https://t.co/FKT5wNg…\n
121                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
122                                                                                                                                                                                                   Check out Belwith 1 1/4" Mushroom Knob P2511-WOA Lot of 12 Knobs #Belwith https://t.co/SOKCBLQBYY via @eBay\n
123                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
124                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
125                                                                                                                                                                                    @Citi #ImpetusPEFtriathlon has launched! If your firm likes a challenge, sign up a team (25% off)… https://t.co/oMyNMH7sop\n
126                                                                                                                                                                                                                                                           For some reason, I suddenly feel like @Starbucks...\n
127                                                                                                                                                                           @GoldmanSachs All that money, and this Persian millionairess will spend 19 hrs at the airport &amp; have her phone searched. Karma.\n
128                                                                                   RT @_CFJ_: #USMC Veteran Gunned Down in Chicago\n\n\n\n\n\n\n\n\n\n\n\n\n\nRIP Mr. Anderson\n\n\n\n\n\n\nhttps://t.co/xK05hqaUSO \n\n\n\n\n\n\n\n\n\n\n\n\n\n#BlackLivesMatter?\n\n\n\n\n\n\n\n\n\n\n\n\n\n@CBS @ABC @NBC… \n
129                                                                                                                                                                      RT @IonicMaterials: "Imagine: Three days of life on every phone charge instead of one and a half." @Pogue @Yahoo https://t.co/UslbOvQ5Bw\n
130                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
131                                                                                                                                        RT @PlaysTrumpCard: today I learned that @DunkinDonuts has great coffee at a better price than @Starbucks.\n\n\n\n\n\n\nSo thx for that Howard Schultz\n\n\n\n\n\n\n#…\n
132                                                                                                                                                                                               U.S. will change course on climate policy, says former EPA transition head https://t.co/0KC1RsJOZC via @Reuters\n
133                                                                                                                                                                                                            @netflix \n\n\n\n\n\n\n#SaveFakingIt\n\n\n\n\n\n\n#SaveFakingIt\n\n\n\n\n\n\nPlease Save Faking It\n
134                                                                                                                                                                          Check out Long ALFANI Geo Pendant Gold Hematite metal Herringbone Gold tone Chain NEW 32"  #ALFANI https://t.co/bpsTYvKdRq via @eBay\n
135                                                                                                                                                                  RT @lhfang: CEO statements are worthwhile, but at the end of the day firms like @Google support Trump's agenda by funding GOP groups like t…\n
136                                                                                                                            RT @renomarky: #BoycottStarbucks \n\n\n\n\n\n\n⭐⭐⭐⭐⭐⭐⭐\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery RT alerts @Starbucks that you absolutely positively will never enter one of their… \n
137                                                                                                                                                                   should be "secret" nor R they #legal @yonatanzunger @Google @SecurityStrateg @facebook @stanfordmarch @salesforce @NSAGov in @EU_Commission\n
138                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
139                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
140                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
141                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
142                                                                                                                                                @RScotland @FunnyAnimals @ScottBaio @KimmiK310 @Starbucks @Starbucksnews\n\n\n\n\n\n\nHey Rene,\n\n\n\n\n\n\nU sound like you need a lot of coffee to function\n
143                                                                                                                                                                                                                                               RT @Sony: Triangle, circle, X, square. #ReasonsToLoveMeIn4Words\n
144                                                                                                                                                                                                Check out 80 TILE GRAMMAR, SENTENCE BUILDING LEARNING SET, COLOR CODED, NEW  https://t.co/iDFoM10Ljb via @eBay\n
145                                                                                                                                                              Gemalto joins @BoschGlobal, @Cisco, @BNYMellon &amp; Foxconn to team up for #Blockchain #IoT.  - https://t.co/kdo5ILV5IM https://t.co/A1WEqTpMgI\n
146                                                                                                                                                                           RT @siniticom: Check out 2004 Star Wars Trilogy Collection Large Size Boba Fett 12" figure  Unopened  https://t.co/xklAOmb0rw @eBay\n
147                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
148                                                                                                                                                                              RT @Google: Happy #LunarNewYear! With glowing lanterns and lots of red, today's #GoogleDoodle welcomes the year of the rooster… \n
149                                                                                                                                                                                      Chetan Ahya, @MorganStanley: Consolidated fiscal deficit for India remains fairly high at current level. #ETNOWExclusive\n
150                                                                                                                                                                            RT @ErikaConner: Behind the scenes with @Astro_Flow and @GreatDayHouston talking @Chevron, football, space and the importance of… \n
151                                                                                                                                                                        @joethedeplorab2 @wjwheeler54 @MarkSimoneNY @Forbes I don't shop at any, but now that you go on, I'll join lines at @Starbucks Thanks!\n
152                                                                                                                                                                            RT @Honda: When you first start out, it's hard to know where you'll end up. See you 2/5/17. #PowerOfDreams https://t.co/9uit3d2qWZ\n
153                                                                                                                                                                      @GaryProfand2 @SAfricans4Trump @pepsi @ladygaga @MarinaAbramovic She gets some pretty strange "looks" about her: https://t.co/aU8itzRLrx\n
154                                                                                                                                                                       @greeneyes0084 @Starbucks also releasing Angry Feminist Frappuccino. It's mostly bile and vinegar, and the cup is foaming at the mouth.\n
155                                                                                                                                                                                              I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/vuGLuFBLzR\n
156                                                                                                                                                                                                               RT @Reuters: Trump to meet Novartis CEO, other pharma bosses on Tuesday https://t.co/62fB1F6XWk\n
157                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
158                                                                                                                                                                                       @VtCaptainsgirl @jwskss @HuffingtonPost @Starbucks Starbucks is implantedd worldwide, narrow minds in USA are clueless.\n
159                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
160                                                                                                                                                                      Who is the real buyer of a 19.5 percent stake in Rosneft? Journalists, truth-seekers - we need you. https://t.co/Vh6hYBQOx7 via @Reuters\n
161                                                                                                                                                                                  RT @Google: "If you have the feeling that something is wrong, don't be afraid to speak up." - Fred Korematsu #GoogleDoodle… \n
162                                                                                                                                                                                                                                                                          @pepsi FOLLOW ME , IM YOUR FAN PEPSI\n
163                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
164                                                                                                                                                                                       RT @Reuters: Trump meets with top drugmakers, calls on pharmaceutical industry to boost U.S. production, lower prices… \n
165                                                                                                                                                                                                         Check out Rare Vintage Lithograph Girl "Lovely To Look At" 9 x 7  1950s https://t.co/2FxdgUYJZO @eBay\n
166                                                                                                                                                                  RT @jenneumann: Every day, kids: Can we go to @Starbucks?  Me: We have coffee at home. Today, me: Hey kids, let's go to Starbucks! #support…\n
167                                                                                                                                                                  @CNN @CBS @CBSNews @ABC @abcnews @FoxNews Well, something could be done this: Starbucks could hire veterans, couldn… https://t.co/zJ58scMqmn\n
168                                                                                                                                                                             RT @GaminBalls: Can women use your stores in Saudi Arabia yet? \n\n\n\n\n\n\n@Starbucks #boycottStarbucks https://t.co/KaeKEbeofq\n
169                                                                                                                                                                             RT @Oracle: Oracle buys @apiaryio. Creates most completeAPI Integration Cloud, adding leading API design and governance solutio… \n
170                                                                                                                                                                        RT @Starbucks: @ambrosio_louis We’re committed to our veterans, too. We set a goal to hire 10,000 by 2018 and we’ve almost reached it.\n
171                                                                                                                                        RT @PlaysTrumpCard: today I learned that @DunkinDonuts has great coffee at a better price than @Starbucks.\n\n\n\n\n\n\nSo thx for that Howard Schultz\n\n\n\n\n\n\n#…\n
172                                                                            RT @Razorleef: Uber CEO: I'm pro Trump \n\n\n\n\n\n\n\n\n\n\n\n\n\nEveryone: #deleteUber \n\n\n\n\n\n\n\n\n\n\n\n\n\nUber CEO: "wait, so is @Disney, @GM, &amp; @IBM!"\n\n\n\n\n\n\n\n\n\n\n\n\n\nDisney, GM, &amp; IBM: https://…\n
173                                                                            RT @Razorleef: Uber CEO: I'm pro Trump \n\n\n\n\n\n\n\n\n\n\n\n\n\nEveryone: #deleteUber \n\n\n\n\n\n\n\n\n\n\n\n\n\nUber CEO: "wait, so is @Disney, @GM, &amp; @IBM!"\n\n\n\n\n\n\n\n\n\n\n\n\n\nDisney, GM, &amp; IBM: https://…\n
174                                                                                                                                                                                              I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/Y8gNMFJrRT\n
175                                                                                                                                                                                                               RT @Reuters: Senate committee approves Trump picks for Energy, Interior https://t.co/Xs51GY8ABg\n
176                                                                                                                                                                                                                         RT @travlr009: Make 2017 Starbucks free\n\n\n\n\n\n\n\n\n\n\n\n\n\nBoycott @Starbucks\n
177                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
178                                                                                                                                                                                             Kids craft a Valentine-themed photo box at next FREE @HomeDepot Kids Workshop, February 4 https://t.co/u5AefVnwdo\n
179                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
180                                                                                                                                                              RT @ashly_burch: Yo: @lyft, @Airbnb and @Starbucks are providing support to refugees &amp; immigrants. Show them YOUR support by patronizing th…\n
181                                                                                                                                                                  RT @TSwiftNZ: Just one week until Taylor will hit the stage for her #SuperSaturdayNight show in Houston, TX hosted by @ATT! https://t.co/gd…\n
182                                                                                                                            RT @renomarky: #BoycottStarbucks \n\n\n\n\n\n\n⭐⭐⭐⭐⭐⭐⭐\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery RT alerts @Starbucks that you absolutely positively will never enter one of their… \n
183                                                                                                                                                                                    RT @netflix: Unless pits of abysmal despair are your thing, then disregard enclosed advice. #ASOUE https://t.co/lhUXzqkswA\n
184                                                                                                      RT @FANTASY_FATAL: We miss Root &amp; Shaw, we want #ShootSpinOff\n\n\n\n\n\n\n@PersonInterest \n\n\n\n\n\n\n@CBS \n\n\n\n\n\n\n@CBSTVStudios \n\n\n\n\n\n\n@WarnerBrosEnt \n\n\n\n\n\n\n@warnerbrostv… \n
185                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
186                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
187                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
188                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
189                                                                                                                                                                          @nextofficial 1st time using Next Home , 2 missed delivery slots and faulty items! Not sure ill be using them again... #disappointed\n
190                                                                                                                                                       @facebook Immigration and Nationality Act of 1952 gives President Trump the power\n\n\n\n\n\n\n@realDonaldTrump Immigration and Nationality Act of 1952\n
191                                                                                                                                                                                     RT @Tuvok2017: Starbucks today was full of only lovely  people. 🖖☕\n\n\n\n\n\n\n@Starbucks \n\n\n\n\n\n\n#TheResistance\n
192                                                                                                                                        RT @PlaysTrumpCard: today I learned that @DunkinDonuts has great coffee at a better price than @Starbucks.\n\n\n\n\n\n\nSo thx for that Howard Schultz\n\n\n\n\n\n\n#…\n
193                                                                                                                                                         RT @highsnobiety: You might actually be able to cop this custom @Nike AF1 "Flowerbomb": \n\n\n\n\n\n\nhttps://t.co/OPd78hAYRd https://t.co/P2w8Xo2WPR\n
194                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
195                                                                                                                                                                             RT @pfizer: 5 years later, pledges made in the London Declaration are saving lives globally  –  we celebrate all partners drivi… \n
196                                                                                                                                                                  RT @Brandon1776: @Starbucks why not 10,000 veterans? @UncleSamsChild #veterans #VeteransBeforeRefugees #hypocrisy #wtf #liberallogic https:…\n
197                                                                                                                                                                                                                RT @Reuters: Senate Democrats boycott committee vote on Mnuchin, Price https://t.co/XAZIKrkneN\n
198                                                                                                                                                              1 day left (!) to register for Green Bonds Event, with keynote speaker Mike Eckhart of @Citi &amp; two panels of expert… https://t.co/1L1Ie1LVP5\n
199                                                                                                                                                                                 @JohnLegere @verizon @ATT @DigitalTrends Hey all you Verizon &amp; ATT customers, T-Mobile the best, through our experience .\n
200                                                                                                                                                                                                                RT @Reuters: Senate Democrats boycott committee vote on Mnuchin, Price https://t.co/XAZIKrkneN\n
201                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
202                                                                                                                                                                                      @Starbucks is hiring 10,000 refugees? Why not hire vets or out of work Americans? #boycottstarbucks #starbucksterrorists\n
203                                                                                                                                                                              @jimrome @CastrolUSA @Walmart can't believe this is Wilfork's favorite oil, figured he was a Crisco guy. https://t.co/5wamo8gMrp\n
204                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
205                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
206                                                                                                                                                                                                 RT @mmmellers: Nothing has made me want to buy @Starbucks more than this boycott, keep hiring good people 👌❤\n
207                                                                                                                                                                    Red cups, hiring refugees... I'm now there everyday in kinder and shorter lines #DrinkStarbucksToFightBigotry (and trump Trump) @Starbucks\n
208                                                                                                                                                                                                                RT @Reuters: Senate Democrats boycott committee vote on Mnuchin, Price https://t.co/XAZIKrkneN\n
209                                                                                                                                                                                 Check out Detox Tea 30 Bags Herbal Sliming Teatox, Clean Colon, Weight loss, Diet Slim Fit  https://t.co/hrgmUI7A1q via @eBay\n
210                                                                                                                                                                                                  RT @jennablan: Banks must plan for 'hard' Brexit, industry report warns https://t.co/0LLi9LzwMw via @Reuters\n
211                                                                                                                                                                                                                RT @Reuters: Senate Democrats boycott committee vote on Mnuchin, Price https://t.co/XAZIKrkneN\n
212                                                                                                                                                                                                               RT @Reuters: Senate committee approves Trump picks for Energy, Interior https://t.co/Xs51GY8ABg\n
213                                                                                                                                                            RT @bertkreischer: Oh shit - @billburr's NEW @netflix SPECIAL is out today!!! #WalkYourWayOut\n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease share w/ a friend!\n
214                                                                                                                                                                                                          Check out MODEL RAILROADER, 12 ISSUES, 1967 and 1968, VINTAGE, VG  https://t.co/WbekIaESdT via @eBay\n
215                                                                                                                                                                                     Check out THE ENEMY WITHIN, JOHN DEMOS, 2008, VIKING WITCHES 1ST EDITION, 1ST PRINTING  https://t.co/bEd4MYByAw via @eBay\n
216                                                                                                                                                                                                                           Hey @verizon , you guys are the absolute worst and I cannot wait to get rid of you.\n
217                                                                                                                                                     RT @robert737373737: @NHJosh @00LovelyDay00 @guyfrom_Houston @cultcommoncore @Starbucks The uniformed think they are all "conspiracy" \n\n\n\n\n\n\nhttp…\n
218                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
219                                                                                                                                                                                         #Savings app from @WellsFargo helps with #budgeting\n\n\n\n\n\n\n#fintech #mobileapp #banking https://t.co/Qs7Ml1yFSj\n
220                                                                                                                                                                  This morning, I was honored to join @Walmart, @Fritolay, and @Pepsi as they donate $100K to @StarOfHope. Thanks for… https://t.co/J5kD7taoXz\n
221                                                                                                                       RT @dilipjain1979: #ModiBoostsEconomy\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Boeing India opens engineering &amp; technology centre in #Bengaluru\n\n\n\n\n\n\nhttps://t.co/DwDURY0bNc  https://t…\n
222                                                                                                                                                     RT @Pamela_Moore13: Black unemployment rate DOUBLE the national average but @Starbucks give jobs to illegal allies\n\n\n\n\n\n\nAmericans should be firs…\n
223                                                                                                                                                    RT @BourseetTrading: 👁️How @Toyota Used Artificial Intelligence for #RAV4 #Campaign❓ ⏩https://t.co/HCYJypZvgT @invinciblesaad \n\n\n\n\n\n\n#AI #Marketi…\n
224                                                                                                                                                                  RT @michaelgravel: #boycott @Starbucks @Starbucksnews How about hiring 10000 single moms or 10000 disabled vets, or just 10000 Americans! #…\n
225                                                                                                                                                              RT @maggiesmithpoet: I wrote "Good Bones" at @Starbucks. Felt a little strange about that, mega-chain &amp; all, but not anymore. Coffee, poems…\n
226                                                                                                                                                                   @Starbucksnews @Starbucks and to a completely useless ban. What a great company. Thank you for your sensible, kind compassionate voice 2/2.\n
227                                                                                                                                                                             RT @BMW: Feel confident for all situations. \n\n\n\n\n\n\nThe interior of the #BMW #3series Gran Turismo. https://t.co/Mc5G8jQ84f\n
228                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
229                                                                                                                                                                                                    #Turkey dismissed more than 90,000 public servants in post-coup purge https://t.co/zYBBf8BNtI via @Reuters\n
230                                                                                                                                                                  RT @QuixoticThings: #MarilynMonroe From The Famed  #RedVelvetSessions  #TomKelley  #Poster 24" X 34"  https://t.co/6gugqT1dB8 via @eBay #Ma…\n
231                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
232                                                                                                                                                      RT @Dexerto: ➤ @Gillette sponsor League of Legends Intel Extreme Masters Katowice, sign @xPekeLoL as Brand Ambassador\n\n\n\n\n\n\n\n\n\n\n\n\n\nREAD:… \n
233                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
234                                                                                                                                                            RT @bertkreischer: Oh shit - @billburr's NEW @netflix SPECIAL is out today!!! #WalkYourWayOut\n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease share w/ a friend!\n
235                                                                                                                                                                             @TMobile Or how about telling someone they only owe $200 on their phone, but it turns to $400 when they call to pay off the bill?\n
236                                                                                                                                                                  If y'all don't already know about this @Google Chrome extention...oh man, it's fun. #resisttrumptuesday #biglebowski https://t.co/ZyzZoNvuJQ\n
237                                                                                                                                                              RT @StudentBunker: #FreebieFriday time! Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT https:/…\n
238                                                                                                             RT @bcwilliams92: 👉 @Starbucks hates Americans..\n\n\n\n\n\n\nHiring foreigners over unemployed American Veterans \n\n\n\n\n\n\n\n\n\n\n\n\n\n@starbucksprtnrs \n\n\n\n\n\n\n #DrinkStarbucksTo…\n
239                                                                                                                                                            RT @bertkreischer: Oh shit - @billburr's NEW @netflix SPECIAL is out today!!! #WalkYourWayOut\n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease share w/ a friend!\n
240                                                                                                                                                                                       RT @Reuters: Trump meets with top drugmakers, calls on pharmaceutical industry to boost U.S. production, lower prices… \n
241                                                                                                                                                                                                                               @Paytmcare how mich does it take ?\n\n\n\n\n\n\n@Flipkart @amazon takes 3 days.\n
242                                                                                                                                                                                   Check out Wood engraving art Othello and Desdemona Inspired by Shakespeare play,  Europe  https://t.co/I4F3YsLiaU via @eBay\n
243                                                                                                                                                                                               RT @GoldStuart: Senate committee approves Trump picks for Energy, Interior https://t.co/QCl0FXuhrx via @Reuters\n
244                                                                                                                                                                                 RT @Reuters: Syrian groups see more U.S. support for IS fight, plan new phase https://t.co/mYaMyiS4Sm https://t.co/rWUurv4wVL\n
245                                                                                                                                                              RT @KateHoit: So before insinuating that @Starbucks "hates" #veterans or start boycotting, why don't we take a knee &amp; see what they're doin…\n
246                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
247                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
248                                                                                                                                                                  @WaladShami @cultcommoncore @Starbucks theyre gonna boycott Starbucks the same way they did the last 3 times they boycotted it, by buying it\n
249                                                                                                                                                                  RT @raisinganchor: Under construction, Pakistan's first @Airbus A380 bridge. Coming Soon. Photo via ISB @facebook #PKPaxEx https://t.co/QEC…\n
250                                                                                                                                                                                 RT @Reuters: Syrian groups see more U.S. support for IS fight, plan new phase https://t.co/mYaMyiS4Sm https://t.co/rWUurv4wVL\n
251                                                                                                                                                                              RT @salesforce: The best content from Salesforce, all in one place. Explore now: https://t.co/q1vQh86RHc https://t.co/lK956BdVMG\n
252                                                                                                                                                   RT @TMobile: #TMobileTuesdays = a FREE @PandaExpress firecracker chicken entree! \n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet #CNYPartyPanda to get your Chinese New… \n
253                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
254                                                                                                                                                                         Awesome. 14 months after opening my Elite Controller, the left bumper breaks. Way to go, @Microsoft. $150 controller = cheap plastic.\n
255                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
256                                                                                                                                        RT @PlaysTrumpCard: today I learned that @DunkinDonuts has great coffee at a better price than @Starbucks.\n\n\n\n\n\n\nSo thx for that Howard Schultz\n\n\n\n\n\n\n#…\n
257                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
258                                                                                                                                                                 @CBS @SuperiorDonuts #SuperiorDonuts "Never Met A Sugar Powered Doughnut 🍩 I Didn't Like" #Sweepstakes #CBS #Comedy… https://t.co/CsR3dDze0S\n
259                                                                                                                                                                                          Digital pH Meter 6 Set of pH buffer powder + Bonus Alkaline Food Chart PDF, p... https://t.co/xiYtfms83Y via @amazon\n
260                                                                                                                                                           RT @Bayer: Overall #winner of the employer ranking by “Focus” magazine \n\n\n\n\n\n\n#Bayer is Germany’s best #employer\n\n\n\n\n\n\n@focusonline… \n
261                                                                                                                                                                  @Starbucks \n\n\n\n\n\n\nYou continue to shut out half your customer base. The half that voted for Trump. #MakeAmericaGreatAgain #TrumpTrain\n
262                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
263                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
264                                                                                                                                              RT @mannyanekal: BREAKING: @Gillette to sponsor @ESL #IEMKatowice and @xPekeLoL becomes Brand Ambassador\n\n\n\n\n\n\n\n\n\n\n\n\n\nAwesome to see Gillette in… \n
265                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
266                                                                                                                                                                                      Check out Antique French style outfit, silk doll dress for mignonette, antique laces   https://t.co/i0P2GemdDO via @eBay\n
267                                                                                                                                                                    Check out Vintage 1940's Art Deco Thorens "Vedette" Automatic Cigarette Lighter!! Works!! https://t.co/1jz3GaBnhS @eBay #vintage #lighters\n
268                                                                                                                                                                            RT @Honda: When you first start out, it's hard to know where you'll end up. See you 2/5/17. #PowerOfDreams https://t.co/9uit3d2qWZ\n
269                                                                                                                                                                  RT @VisitAbingdon: Anyone a @MadamSecretary fan? We just learned that #AbingdonVa was featured in the Jan. 15 episode "The Detour." @CBS @T…\n
270                                                                                                                                                                  RT @USAneedsTRUMP: I've already told my wife, family and friends to never spend another dollar at @Starbucks, we are ALL going to #BoycottS…\n
271                                                                                                                                                                                                                              RT @Starbucks: @dmrfinefoods You sure know how to enjoy life, and in style! ☕👗\n
272                                                                                                                                                                  RT @samcart: Houston, we have a problem. My friends @chuchuchels @holliday_ink @amanda90nicole have not been invited yet. @ATT @taylornatio…\n
273                                                                                                                                                                                                    Hi @easyJet do you know what is happening at CDG T2, we can't get into the terminal? I'm on flight ezy8327\n
274                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
275                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
276                                                                                                                                                                         Secretary Kelly has more important things to do than checking grammar, mmmkay Dumb Reporters?? @evanperez @ABC @Reuters @CBSNews @CNN\n
277                                                                                                                                                               Complete infrastructure, simplified migration &amp; integration. With @Oracle #IaaS, orgs can put worries behind them:… https://t.co/LqnSo4YZ4m\n
278                                                                                                                   @pepewasright Nobody will ever confuse your ignorance and bigotry for virtue.\n\n\n\n\n\n\n\n\n\n\n\n\n\nEducate yourself.\n\n\n\n\n\n\n\n\n\n\n\n\n\n @mchamurabi @MikeLibertyLaw @Reuters\n
279                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
280                                                                                                                                                                                    RT @netflix: Unless pits of abysmal despair are your thing, then disregard enclosed advice. #ASOUE https://t.co/lhUXzqkswA\n
281                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
282                                                                                                                                                                                 RT @SHannitysHair: @Starbucks @MarkSimoneNY great. Rather than hire refugees, perhaps you can hire 10,000 homeless AMERICANS.\n
283                                                                                                                                                                                 RT @SHannitysHair: @Starbucks @MarkSimoneNY great. Rather than hire refugees, perhaps you can hire 10,000 homeless AMERICANS.\n
284                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
285                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
286                                                                                                                                                               RT @TrumpSuperPAC: Instead of hiring AMERICANS Starbucks rather discriminate &amp; hire 10,000 REFUGEES! Buy @McDonalds coffee, cheaper &amp;… \n
287                                                                                                                                                                          Hey @amazon, I'd like to shop here but can't anymore. Stop selling all Trump-related products. #BoycottTrump https://t.co/tzDRm3UO84\n
288                                                                                                                                                                                              I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/mPddB8ojKl\n
289                                                                                                                                                                                                If I have to choose between @realDonaldTrump and @Starbucks. "Yeah hi, I'll get a venti skinny vanilla latte".\n
290                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
291                                                                                                                                                                                       #SBA means Smart, Bold and Accessible per #JackieRobinsonBurnette. #OGCAtlanta @AmericanExpress https://t.co/qrgfj2C6qy\n
292                                                                                                                                                                                    Dean and Tyler Bundle - One Tranquility Collar 38"x1/2 and Braidy Bunch Leash #DeanTyler https://t.co/r7aeX08eNw via @eBay\n
293                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
294                                                                                                                                                                                   "We have 93 Million unemployed American citizens and @Starbucks offers to hire 10k #Syrianrefugees… https://t.co/jizOyNwlu4\n
295                                                                                                                                                                                              @nikitakhara @Starbucks so 10 thousand folks will lose jobs,to allow 10 thousand refugees may be hired-seems odd\n
296                                                                                                                                                                  Visited a @Starbucks. Said I want a cup of coffee. Guy said "We don't have COFFEE. We have crafted coffee beverages… https://t.co/LHPm1vPwWl\n
297                                                                            RT @Razorleef: Uber CEO: I'm pro Trump \n\n\n\n\n\n\n\n\n\n\n\n\n\nEveryone: #deleteUber \n\n\n\n\n\n\n\n\n\n\n\n\n\nUber CEO: "wait, so is @Disney, @GM, &amp; @IBM!"\n\n\n\n\n\n\n\n\n\n\n\n\n\nDisney, GM, &amp; IBM: https://…\n
298                                                                                                                                        @KenRoth add them 3000 academics who used to work at 15 Universities closed by Erdogan regime.\n\n\n\n\n\n\nYes, universities, closed\n\n\n\n\n\n\n@aliHaslan @Reuters\n
299                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
300                                                                                                                                                                                                      FOLLOW WALMART   @Walmart    THEY ARE GOING AFTER AMAZON\n\n\n\n\n\n\nWalmartVerified account   @Walmart\n
301                                                                                                                                                                                      RT @Reuters: ⚡️ “What is left of the University of Mosul?” \n\n\n\n\n\n\nhttps://t.co/JuFKhpbV28 https://t.co/aNhep1xUBN\n
302                                                                                                                                                                                                                                               @Reuters Fairy town U,S,A, There is more to this than just you.\n
303                                                                                                                                                                       RT @GoldmanSachs: Populism fueled by slow growth, wealth inequality and social media will be a major transition in 2017 #GSAM Outlook… \n
304                                                                                                                                                                                                                                   @DebbieRhoden57 @Reuters Hang in there? Break the law, you pay the price...\n
305                                                                                                                                                                                        Check out Magenta Sunset Rose- Royal Albert Beatrix Potter Figurine "Benjamin Wakes Up"  https://t.co/PXoHG6Ptdf @eBay\n
306                                                                                                                                                                                                 RT @SandraH597: @cyberdayze\n\n\n\n\n\n\nCyberDayze Page Publishing, Inc. https://t.co/Pxzf4aXwDe via @amazon\n
307                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
308                                                                                                                                                                                     Check out Hoosier White Milk Glass Starburst Pattern 4044 Bud Vase 8 Panel 9" Tall VTG  https://t.co/rmA0ex6l6G via @eBay\n
309                                                                                                                                                      RT @LAKings: Today's the last day to vote for your @McDonalds January Player of the Month!\n\n\n\n\n\n\n➡️ https://t.co/pWJ5VVhogP https://t.co/PxwznL1K…\n
310                                                                                                                                                                                                                              RT @NHL: Your @Honda #NHLAllStar MVP, Wayne Simmonds. 🚂 https://t.co/gvzJRH5RHm\n
311                                                                                                                                                                            @McDonalds last month I found a straw. Shoved in my drink, still in it's wrapper and a few years ago I found maggots in my burger.\n
312                                                                                                                                                                                                    @nethead @ATT @sprint Sorry to read that Net. Can't even tell you to pull the plug. Grumble, grumble... (:\n
313                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
314                                                                                                                                                                  RT @kunwarNitin3: Falling Grace: It falls when you love, it falls when you force by Kunwar Niti... https://t.co/LCzF4McryT via @amazon WELC…\n
315                                                                                                                                                                                  Check out James Cameron's Titanic Poster Book by James Cameron (1998, Paperback) EX Cond.  https://t.co/H9Q1mQ49zS via @eBay\n
316                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
317                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
318                                                                                                                                                          ATTENTION KRU!!!\n\n\n\n\n\n\nUse this link to request @netflix a #Lexaspinoff with Clexa together &amp; grounders👇👇👇👇👇 https://t.co/jXkNLl0EUj\n
319                                                                                                               RT @BigWangTheoryy: Uber CEO came out like: \n\n\n\n\n\n\n\n\n\n\n\n\n\nYOU going broke! &amp; YOU going broke!! We all going BROKE!!\n\n\n\n\n\n\n\n\n\n\n\n\n\n@TeslaMotors @GM @pepsi @IBM… \n
320                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
321                                                                                                               RT @BigWangTheoryy: Uber CEO came out like: \n\n\n\n\n\n\n\n\n\n\n\n\n\nYOU going broke! &amp; YOU going broke!! We all going BROKE!!\n\n\n\n\n\n\n\n\n\n\n\n\n\n@TeslaMotors @GM @pepsi @IBM… \n
322                                                                                                                                                                                               @Lrihendry @ChristiChat @Starbucks @DunkinDonuts The Democrat’s Motto:  Distract, Delay, Disrupt, &amp; Destroy\n
323                                                                                                                                                                          #MapsAreCool -- @Microsoft partners with @HERE, TomTom and Esri to create the next "world graph" https://t.co/RPZDDgXZLu via @onmsft\n
324                                                                                                                                                                  @Starbucks I've never had the need to try StarB but now that racist are boycotting, I think the quality of the place will rise, See you soon\n
325                                                                                                                                                                     If this latest (of many failed) boycotts of @Starbucks by right wingers has shown anything, it's that Starbucks is unstoppable! #caffeine\n
326                                                                                                                                                                     Dear @Lisa_Herbold, Please vote YES to cancel Seattle's $3B contract w/ @WellsFargo.\n\n\n\n\n\n\n#StartWithSeattle \n\n\n\n\n\n\n#NoDAPL\n
327                                                                                                                                                               GREAT tips for your #smallbiz? Check out this eBook with @yourbrandmrktng, @Microsoft @CarolJSRoth &amp; @PointA_PointB https://t.co/SB0CmO7Fmr\n
328                                                                                                                                                     RT @VA_GOP: Tell @Starbucks to hire 10,000 more Americans instead of 10,000 refugees! Sign our petition here: https://t.co/fAIECZygUS\n\n\n\n\n\n\n#boyc…\n
329                                                                                                                                                                                           RT @wonderlandmag: With an all-new UK cast, @Disney welcomes us to their latest addictive teen series “The Lodge”… \n
330                                                                                                                                                                                        How Toyota, Target, Best Buy are fighting back against Republican border tax push https://t.co/7lWOJxsPXD via @Reuters\n
331                                                                                                                                           RT @USAneedsTRUMP: Every RT will remind @Starbucks of the💰they're losing for choosing to put Americans LAST \n\n\n\n\n\n\n#BoycottStarbucks \n\n\n\n\n\n\nSuppor… \n
332                                                                                                                                                                     Dear @CMRobJohnson, as your constituent in 98115, please vote YES to cancel @WellsFargo contract. WF is liability and we should dump them\n
333                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
334                                                                                                                                                                     Check out Franklin Mint Heirloom Collector Plate "FOREVER FREE" Eagle Plate-Fine Porcelain https://t.co/LDdHxPxg7h @eBay #eagles #America\n
335                                                                                                                                                                   RT @DeadPatriotsMSC: @McDonalds I went to McDonald's today. Tried the new grand Mac, it's the only thing I ate all day, gross! I'm sick as…\n
336                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
337                                                                                                                                                                                        @Lloyd__Sauce seriously @facebook and @Twitter need to look into a dislike button, cause this is where I would use it.\n
338                                                                                                                                                                                 Check out 3pc Bath Rugs Mats Bathroom Set: Bath Mat,Contour Rug, Toilet Lid Cover, Striped  https://t.co/KfUWdcjBYa via @eBay\n
339                                                                                                                                                            RT @bertkreischer: Oh shit - @billburr's NEW @netflix SPECIAL is out today!!! #WalkYourWayOut\n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease share w/ a friend!\n
340                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
341                                                                                                                                                RT @Microsoft: Can a machine experience human emotion?\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Tate #IKPrize winners set out to answer that question in their AI-powered… \n
342                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
343                                                                                                                                                                          @prestons @comcast cool, thanks for the heads-up. Although I noticed in the FAQ that I have to have a 'traditional' STB in the home?\n
344                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
345                                                                                                                                                                                  @LetToysBeToys @Tesco it's appalling, where's the supermarket? How will girls ever know where to buy their husband's supper?\n
346                                                                                                                                        RT @DavidYankovich: Kudos- @Starbucks CEO commits to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo those tweeting #boycottstarbucks, simple question; do you na…\n
347                                                                                                                                                                        RT @LetToysBeToys: Dear @Tesco don't you think this 'Girls Town Map Rug' with hair salon, shoes, lots pink etc promotes stereotypes?… \n
348                                                                                                                                                                                    new outfit post feat. #mdsstripes @LoefflerRandall @Burberry!\n\n\n\n\n\n\nhttps://t.co/oAqqmdUT9h https://t.co/UsGgVaR9C9\n
349                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
350                                                                                                                                                                                                                       RT @TuriaPitt: This is classic! No excuses, not even age. @Nike https://t.co/JULFCCpE9r\n
351                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
352                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
353                                                                                                                                                                  RT @2GreekBrothers: @Reuters Sorry but on this one I'm with Donald: if they are illegals they shouldn't be cuddled, protected, supported. J…\n
354                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
355                                                                                                                                                                                                  Dear @Lisa_Herbold, please vote YES to cancel Seattle's contract with @WellsFargo. #startwithseattle #NoDAPL\n
356                                                                                                                                                                                     RT @GreysABC: Here's @sarahdrew's shelfie! Share yours, and @Disney and @FirstBook will deliver a book to kids in need!… \n
357                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
358                                                                                                                                                                                   RT @Reuters: Trump pushes drugmakers for lower prices, more U.S. production https://t.co/IpBsj0U1Cm https://t.co/kpVyMUNstv\n
359                                                                                                                                                                                       If anyone can do it, @realDonaldTrump can Make @McDonalds Great Again! I hope so, they need it. https://t.co/UBMgmHe8R0\n
360                                                                                                                                                                                              Check out #Mickey Mouse Playing #Soccer #Disney Sri Lanka Ceramic Figurine 4"  https://t.co/ZFW1WfKcOX via @eBay\n
361                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
362                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
363                                                                                                                                                                                  Probs gonna need some @Starbucks to get through today. But that's okay, I'll happily give more money to a dope organization.\n
364                                                                                                                                                                                                                        @nia4_trump @Starbucks @POTUSwhat he meant to say hiring abroad, you want to go there?\n
365                                                                                                                                                                                                                              @DangeRussWilson @facebook @Microsoft loser 7 super bowls, yeah right, u wannA😍\n
366                                                                                                                                                                       RT @Reuters: RT @ReutersOpinion: ‘Why is my family a national security threat?’, by ... https://t.co/L147xNIprb https://t.co/itKSZtlHkG\n
367                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
368                                                                                                                                                            RT @bertkreischer: Oh shit - @billburr's NEW @netflix SPECIAL is out today!!! #WalkYourWayOut\n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease share w/ a friend!\n
369                                                                                                                                                                                                          @KAPPKVEW @amazon cancelling my prime &amp; ordering somewhere else. Stick to selling, not politics.\n
370                                                                                                                                                                        RT @LetToysBeToys: Dear @Tesco don't you think this 'Girls Town Map Rug' with hair salon, shoes, lots pink etc promotes stereotypes?… \n
371                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
372                                                                                                                                                                               I don't actually drink Coke or coffee, but I'm going to start. @CocaCola and @Starbucks have a new fan! https://t.co/e3hCBlhoP4\n
373                                                                                                                                                                   Have you seen the new @Disney #BeautyAndTheBest trailer yet? We've got the video and preview pics too!\n\n\n\n\n\n\nhttps://t.co/1JB984xoxH\n
374                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
375                                                                                                                                                   RT @AniroC_2: RT 4 SHARKS!\n\n\n\n\n\n\n#BoycottFedEx by shipping 📦 📦 via @UPS til @FedEx STOPS shipping #shark fins! #FedExtinction https://t.co/KEprm7…\n
376                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
377                                                                                                                                        RT @ValaAfshar: Two most valuable companies in the world are @Apple and @Google.\n\n\n\n\n\n\n\n\n\n\n\n\n\nJobs is a son on an immigrant. Brin was a refugee. https:…\n
378                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
379                                                                                                                                                                                                            @NishaN611 @taylornation13 @ATT it's real! A few people are getting contacted today, so jealous :(\n
380                                                                                                                                                                                       Exclusive: In negotiating to free Americans in Iran, U.S. blinked on new sanctions https://t.co/SHWWMl5iBX via @Reuters\n
381                                                                                                                                                 RT @angelish0ne: i am never coming home ....\n\n\n\n\n\n\n @FedEx \n\n\n\n\n\n\nStop transporting cetaceans \n\n\n\n\n\n\n#OpSeaWorld https://t.co/EtEIbVCF4x\n
382                                                                                                                                                    RT @walmyrcarvalho: Hey @Nike, your push system is working, nice test!\n\n\n\n\n\n\n\n\n\n\n\n\n\n(in production, with real users) https://t.co/5lFuLbyrmI\n
383                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
384                                                                                                                                                                                                             RT @Reuters: 1,700 residents of Flint, Michigan sue EPA over water crisis https://t.co/FE54Y5Augm\n
385                                                                                                                                                              RT @GoldmanSachs: Watch @Nasdaq CEO @adenatfriedman talk blockchain, machine intelligence &amp; more #TalksAtGS https://t.co/OfbnlPAoQ8 https:/…\n
386                                                                                                                                                                  @Google seems 2 be in need of an aggressive @IRS audit, maybe have @FEC look into influence-peddling? An alternativ… https://t.co/deYYREQXV1\n
387                                                                                                                                                                                                             RT @Reuters: 1,700 residents of Flint, Michigan sue EPA over water crisis https://t.co/FE54Y5Augm\n
388                                                                                                                                                                       RT @TheBeat_Boss: I shredded my @Starbucks "Gold card", now I just deleted my app! Never again! #BoycottStarbucks, over 1k that I spe… \n
389                                                                                                                                                                            RT @Honda: When you first start out, it's hard to know where you'll end up. See you 2/5/17. #PowerOfDreams https://t.co/9uit3d2qWZ\n
390                                                                                                                                                                  RT @usmc701952: @14trump2016 @Starbucks As a Vet,I will be frequenting your stores more often.POTUS is egregiously undermining our Constitu…\n
391                                                                                                                                                                  RT @Dhx_x: $100 AMAZON GIFTCARD GIVEAWAY! Thanks to @amazon! Like, Retweet, Follow!! Part of the 10k followers giveaway! https://t.co/JYgiw…\n
392                                                                                                                                                                                 RT @BoF: In 2016, @Nike overtook @LouisVuitton as the most valuable apparel brand in the world. https://t.co/lT5zxwnss7 via… \n
393                                                                                                                                                                             RT @RisingSilent: So @Starbucks just to be clear, you'll only be hiring the friendly Muslims like the one on the left, correct?… \n
394                                                                                                                                                                                                                                       RT @TMobile: @thayesnet Way to go, Ivan! Have a great time! 🍍🍹🌴 *JPL\n
395                                                                                                                                                                                                             RT @Reuters: 1,700 residents of Flint, Michigan sue EPA over water crisis https://t.co/FE54Y5Augm\n
396                                                                                                                                                                                          Check out White Cream Color Beaded 30 inch Necklace, Silver Tone Metal. #Unbranded https://t.co/zmhhroWpSu via @eBay\n
397                                                                                                                                                                                                             RT @Reuters: 1,700 residents of Flint, Michigan sue EPA over water crisis https://t.co/FE54Y5Augm\n
398                                                                                                                                                                                                             RT @Reuters: 1,700 residents of Flint, Michigan sue EPA over water crisis https://t.co/FE54Y5Augm\n
399                                                                                                                                                                                  RT @By_JackRoberts: '60s vintage @Ford COEs. "Aerodynamics? We don't need no stinking aerodynamics!" https://t.co/2blp0IZIm5\n
400                                                                                                                                                                                                             RT @Reuters: 1,700 residents of Flint, Michigan sue EPA over water crisis https://t.co/FE54Y5Augm\n
401                                                                                                                                                                   RT @TrumpPence45: Hey, @Starbucks! Instead of hiring refugees, why don't you hire ARMY VETS instead? Those are the ones deserving of a job.\n
402                                                                                                                                        @taylorswift13 @LilTunechi @kanyewest @Eminem @50cent @Drake @NICKIMINAJ @YouTube @Google\n\n\n\n\n\n\nSO that MEAN I CAMPAIGNED MY REFORM\n\n\n\n\n\n\nno1 MATCHES IT\n
403                                                                                                                                                                                  Hey @ATT, look around. Las Vegas is a strong union town! @Culinary226 @CWAUnion @NVAFLCIO #1u #Vegas https://t.co/UnLaEbH0V2\n
404                                                                                                                                                                                   RT @Reuters: Trump puts U.S. food, farm companies on edge over Mexico trade https://t.co/ZaMUeOhhq7 https://t.co/lgHL3gCm86\n
405                                                                                                                                                              RT @ScottBaio: Dear @Starbucks, why not hire unemployed Blacks, Hispanics, &amp; Veterans? I'm genuinely interested in your reply.   https://t.…\n
406                                                                                                                                                                       As a dedicated @Honda owner, I urge you to please not allow your advertising on hateful websites. @slpng_giants https://t.co/slkQfxIfTR\n
407                                                                                                                                                                                                       RT @Aavaiz: @Tesco transfer me 10,000 club card points and you can have it back https://t.co/rw5Us3PqUX\n
408                                                                                                                                        RT @PlaysTrumpCard: today I learned that @DunkinDonuts has great coffee at a better price than @Starbucks.\n\n\n\n\n\n\nSo thx for that Howard Schultz\n\n\n\n\n\n\n#…\n
409                                                                                                                                                    RT @AndyLeeman91: In all her glory outside the Audi garage 😍🚗 @Audi @AudiUK \n\n\n\n\n\n\n\n\n\n\n\n\n\n#SLine #TT #Blackedition https://t.co/3TZz8ZRCqa\n
410                                                                                                                                                                                                           Trump puts U.S. food, farm companies on edge over Mexico trade https://t.co/xY7GH0uk4S via @Reuters\n
411                                                                                                                                                                                  RT @pscoordsen13: @netflix don't miss the chance to to have the best story ever as your original series, make #BatB yours!… \n
412                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
413                                                                                                                                                                                RT @silkeklemm2batb: #BatB is such a fantastic show @netflix @netflixDE, pls add our beloved show 2 your orginal programming… \n
414                                                                                                                                                                                                                                    I just listed: 'French Kiss', for 3.00 via @amazon https://t.co/K0CJYscee3\n
415                                                                                                                                                                                         Check out 106ctw 7.25" Purple White Topaz Tennis Bracelet 18k WGF #Handmade #Tennis https://t.co/0z9CIYgi26 via @eBay\n
416                                                                                                                                                                           @Ken_Aldis @nikitakhara @shadesofpale23 @dwagon @Starbucks \n\n\n\n\n\n\n\n\n\n\n\n\n\nHiring vets is gonna make their stocks drop?\n
417                                                                                                                                                                              @netflix We would all come out winners, if #BatB were part of your original programming #NetflixSaveBatB https://t.co/VDoOtSKasz\n
418                                                                                                                                                                                                                            @JulianDApostate @2ndTierFan @Reuters nope. Last time will be called "impeachment"\n
419                                                                                                                                                              RT @StudentBunker: #FreebieFriday time! Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT https:/…\n
420                                                                                                                                                                                                                                                   RT @thelitjoint: @Reuters Trump , Making America Hate Again\n
421                                                                                                                                        RT @PlaysTrumpCard: today I learned that @DunkinDonuts has great coffee at a better price than @Starbucks.\n\n\n\n\n\n\nSo thx for that Howard Schultz\n\n\n\n\n\n\n#…\n
422                                                                                                                                                                  @slaprupheg @Reuters so there are 900 signatures, someone please tell me what this means. If the scum can fire the AG then how can this help\n
423                                                                                                                                                                   @Google already on the verge of switching to @bing for everything, today: ugly UI cards awful beige background. why not leave search alone?\n
424                                                                                                                                                                   RT @TrumpPence45: Hey, @Starbucks! Instead of hiring refugees, why don't you hire ARMY VETS instead? Those are the ones deserving of a job.\n
425                                                                                                                                                                  RT @USAneedsTRUMP: I've already told my wife, family and friends to never spend another dollar at @Starbucks, we are ALL going to #BoycottS…\n
426                                                                                                                                                     RT @pscoordsen13: @netflix Are you ready to do this, make #BatB your original program, cause we sure are! \n\n\n\n\n\n\n#NetflixSaveBatB https://t.co/Y4…\n
427                                                                                                                                                                           RT @debwebb4: #BoycottStarbucks @Starbucks  Starbucks you had one job, make the coffee and you just couldn't do it. Heading to Jo… \n
428                                                                                                                                                              RT @pamcoordsen: @netflix Austin Basis is our "KingBeastie" &amp; as JT plays a pivotal character to the #BatB story. #NetflixSaveBatB https://…\n
429                                                                                                                                                                                       RT @Reuters: Trump meets with top drugmakers, calls on pharmaceutical industry to boost U.S. production, lower prices… \n
430                                                                                                                                                                   Diary of Anxiety Girl: stranger @kroger started convo w/ me, midway through I shook his hand then realized he WAS JUST TALKING W/ HIS HANDS\n
431                                                                                                                                                                  RT @Reuters: BREAKING: Apple iPhone sales beat estimates, marking their first quarterly growth in a year. https://t.co/VWopNteu4P https://t…\n
432                                                                                                                                                                  RT @stereorv: After 11 years, @GriffinHouse music is being played on the @Starbucks Playlist. Thnk U! Big reason why we got n 2 songwriting.\n
433                                                                                                                                     Oh yes! Best idea ever! What are you waiting for?\n\n\n\n\n\n\n#LexaAlive2017 \n\n\n\n\n\n\n#LexaSpinOff\n\n\n\n\n\n\n@netflix @hulu @FOXTV @CBS… https://t.co/NO8oplyr2m\n
434                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
435                                                                                                                                                                                                                               @sahilkapur @Reuters Uh-oh, he will have that list... I am more than concerned.\n
436                                                                                                                                                                    AUCTION STARTS FROM 1 CENT #KnightsTemplar Cross Ceramic Tile Flag Masonic #Templars Knight\n\n\n\n\n\n\nhttps://t.co/lOmxCnAL2C via @eBay\n
437                                                                                                                                                                                 Check out Vintage #Tupperware 2 Qt Pitcher Blue w/ Press Button Seal Lid 8 1/4" Tall #1676  https://t.co/EZmXEFeqZV via @eBay\n
438                                                                                                                                                                  RT @999Vincat: @netflix #BATB  This show lends itself to love, passion, bromance: so many story possibilities, that are still left untold #…\n
439                                                                                                                                                                  @HSBC is funding Indonesian forest destruction, home of endangered orangutans. Tell them 2 stop now! https://t.co/tti6cEDwWo. Sign Petition!\n
440                                                                                                                                                                                  RT @Google: "If you have the feeling that something is wrong, don't be afraid to speak up." - Fred Korematsu #GoogleDoodle… \n
441                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
442                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
443                                                                                                                                                                        RT @ambajorat: Very smart: "Mobile is killing the Payment Player" https://t.co/lfsysYWVMw @jochensiegert @a16z @PayPal @paymentbanking\n
444                                                                                                                                                                          RT @DonnieWahlberg: The look from Lumpy that says "unless you're building me a new doghouse, can we leave @HomeDepot now and go to… \n
445                                                                                                                                                                  RT @Reuters: BREAKING: Apple iPhone sales beat estimates, marking their first quarterly growth in a year. https://t.co/VWopNteu4P https://t…\n
446                                                                                                                                                                            RT @Adobe: We're in bed with the filmmakers behind "Manifesto" starring Cate Blanchett at Sundance. Watch: https://t.co/HGzsFfE89I\n
447                                                                                                                                                                                        @nytpolitics Woah woah woah, is this for real? @nbc @CBS @ABC @FOXTV  Is this nation now just a shitty pageant? Gross.\n
448                                                                                                                                        RT @BobbyAxelrod2: I am asking all #TrumpSupporters to boycott @netflix and @Starbucks starting 02/01/17 for 30 days. Pls share!!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://…\n
449                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
450                                                                                                                                                                                     RT @Reuters: LGBT advocates scared, despite White House words on equality https://t.co/Oem9VxExpK https://t.co/RicXgnvicG\n
451                                                                                                                                                                     @usa_wk  Thanks for following me! Be sure to ✔ out my book "The Twins of Aerobith" available @amazon / @BNBuzz /… https://t.co/hQh72wBfy5\n
452                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
453                                                                                                                                                                  @amazon  needs to keep it going and ban all Trump merchandise off its Store, official and non-offical. that goes for all his family members.\n
454                                                                                                               RT @BigWangTheoryy: Uber CEO came out like: \n\n\n\n\n\n\n\n\n\n\n\n\n\nYOU going broke! &amp; YOU going broke!! We all going BROKE!!\n\n\n\n\n\n\n\n\n\n\n\n\n\n@TeslaMotors @GM @pepsi @IBM… \n
455                                                                                                                                                                                    RT @wccn: @kindNotWeak2017 @carlbernstein @Reuters @Khanoisseur Treason is worthy of an investigation, no matter how hard.\n
456                                                                                                                                                                                                                   RT @amazon: #AmazonPrime boxes, the key to a cat's heart. #PrimePet https://t.co/jwQzTIHBBT\n
457                                                                                                                                                                      RT @Marshalled_It: @HP So I know this may be a bit belated, but my 3 year old laptop, which never really left my desk, just refuses to… \n
458                                                                                                                                                                                 RT @intel: If Intel 360° Replay Technology can make THIS look epic, imagine what’ll look like in the big game. Watch below.… \n
459                                                                                                                                                                                 RT @intel: If Intel 360° Replay Technology can make THIS look epic, imagine what’ll look like in the big game. Watch below.… \n
460                                                                                                                                                                   RT @57Veronica: @netflix @NetflixNL Beauty and the Beast has the most amazing chemistry, don't let that go to waste! Please continue #BatB…\n
461                                                                                                                                                              New @facebook data tools will help marketers go beyond ad views &amp; see what "actually moves the needle for their bus… https://t.co/gTTAIX9qQB\n
462                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
463                                                                                                                                                                            And I'm hoping no one noticed my earlier tweet that said @netflix instead of @AmazonVideo I have both, and I love them equally. 😏\n
464                                                                                                                                                                  RT @57Veronica: @netflix The chemistry of #BatB is really special, don't let it go to waste! Please give Beauty and the Beast a new home! #…\n
465                                                                                                                                                  RT @Disney: He's a real pug! Get Pinocchio on Blu-ray, Digital HD, and @DisneyAnywhere: https://t.co/qGUyckyAYm\n\n\n\n\n\n\n\n\n\n\n\n\n\n(🐶: itsdougthe… \n
466                                                                                                                                                                                    Check out this Amazon deal: Honor 5X  Unlocked Smartphone, 16GB Sunset Go... by Huawei https://t.co/yZNodMGLKt via @amazon\n
467                                                                                                                                                                                                                RT @Starbucks: We're sending out exclusive offers, only on Twitter. 🙌 https://t.co/PhBJznMBOx\n
468                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
469                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
470                                                                                                                                                                                               @candykirby @Starbucks You're welcome. BTW, tomorrow they go back to what they usually write on your sippy cup.\n
471                                                                                                                                                                                                                   RT @IBM: Our statement on US Executive Order from January, 27, 2017 https://t.co/8nxfq1E1Qz\n
472                                                                                                                                        RT @Thor_Sun: @MSNBC @CNN @ABC @CBS @NBC #deplorable you're giving BLOTUS airtime for STOLEN SCOTUS pick!\n\n\n\n\n\n\nNOT watching! #BlackoutTrump\n\n\n\n\n\n\n#Gra…\n
473                                                                                                                                                                                                           So I ordered a Christmas present from @amazon in November, I got this today https://t.co/qAus6NHT84\n
474                                                                                                                                                                                                 RT @moonbeam19652: Check out Kahlua Lighted Sign With Tiki Totems 23"x 13"  https://t.co/S4720yzVUm via @eBay\n
475                                                                                                                                                                    RT @scooby_brew: @Reuters why do u need meetings and propaganda to discuss how to report on Trump? How about truth, honesty, free speech?…\n
476                                                                                                                                                                  RT @TVD_Season_7: As #TVD prepares to say goodbye, @mkmalarkey talks about drenching @ninadobrev sponsored by @ATT! #TVDForever https://t.c…\n
477                                                                                                                                                                  RT @321howard321: As a dedicated @Honda owner, I urge you to please not allow your advertising on hateful websites. @slpng_giants https://t…\n
478                                                                                                                                                                       RT @Cameron_Gray: Maybe if homeless vets just say they're refugees, @airbnb will give them housing and @Starbucks will give them a jo… \n
479                                                                                                                                                                                      RT @Sony: Rethink your reality. Watch the #LostInMusic launch highlights here, featuring @TheChainsmokers. Full video:… \n
480                                                                                                                                                                           @NoraKin51047070 @NARAL @NYGovCuomo @Reuters It would be awful. Women dying, full orphanages, no one to take care of all the babies\n
481                                                                                                                                                                                                       Grab your @Nike's, grab a @Starbucks and get to work defending the people of this country!  #Resistance\n
482                                                                                                                                                  @Republican__Man @KORANISBURNING @Reuters that's bullshit, employers should b able to hire and fire whomever they want!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#banislam\n
483                                                                                                                                                                                     RT @DupesKnaves: @joshobjects @Reuters Lol, and calling something evil doesn't make it evil. Typical ignorant relativist.\n
484                                                                                                                                                                                  RT @Google: "If you have the feeling that something is wrong, don't be afraid to speak up." - Fred Korematsu #GoogleDoodle… \n
485                                                                                                                                                                                  @USPSHelp How do I blacklist @comcast ? I have been rejecting their promo mailers since September, but they will not stop...\n
486                                                                                                                                        RT @Thor_Sun: @MSNBC @CNN @ABC @CBS @NBC #deplorable you're giving BLOTUS airtime for STOLEN SCOTUS pick!\n\n\n\n\n\n\nNOT watching! #BlackoutTrump\n\n\n\n\n\n\n#Gra…\n
487                                                                                                                                                                     If you want to open a bank account,  have no access to your funds and deal with ass clowns on the phone, I highly recommend @WellsFargo .\n
488                                                                                                                                                                          Just saw this on Amazon: TaoTronics Bluetooth Headphones, Wireless I... by TaoTronics for $16.99 https://t.co/3crpkofKwz via @amazon\n
489                                                                                                                                                                                    Check out Smudge Fan, Deer Antler, Rabbit Fur, Ceremonial, Spritual Cleansing, Healing   https://t.co/QR17la4aLM via @eBay\n
490                                                                                                                                                                                                                      Good work, @AM_LaceyPR! Managed to sneak a @Disney GIF in your goodnight tweet... 💛💛💛\n
491                                                                                                                                                                  RT @Starbucks: @ScottBaio Thanks for your question! We’re proud to invest in and support minority communities like Ferguson, MO. https://t.…\n
492                                                                                                                                                                                                         .@Microsoft, @amazon &amp; @Expedia: The companies challenging the #TrumpBan: https://t.co/CEXS9Fc4Uo\n
493                                                                                                                                                                                 RT @Oracle: For the Oracle Applications User Experience (#OAUX) team, the customer is always right. https://t.co/2TLVN65ADN… \n
494                                                                                                                                                                                               @Starbucks CEO @HowardSchultz Lets cut that paycheck 💰 #BoycottStarbucks \n\n\n\n\n\n\nhttps://t.co/J5MH3w9mTC\n
495                                                                                                                                                                                              I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/6uwaVcj6b6\n
496                                                                                                                                                                                       Check out 4 Space Jam Action Figures 1996 Michael Jordan, Bugs Bunny, Orange Looney Tunes https://t.co/7hrh8dhIWd @eBay\n
497                                                                                                                                                                 RT @salesforce: “In the beginning, it should be about planning.” 🤔 10 Ways to Improve Your Chances of Getting a Small Business Loan: https:…\n
498                                                                                                                                                                                                                   RT @amazon: #AmazonPrime boxes, the key to a cat's heart. #PrimePet https://t.co/jwQzTIHBBT\n
499                                                                                                                                                                  @Starbucks is there a problem with nutr. calc on Latte Macc? almond milk carbs are like 3x that of latte, etc w/ al… https://t.co/3IxXmtCQjn\n
500                                                                                                                                                                                           I wanna to try any iphone from apple for free 😂😂😂\n\n\n\n\n\n\nI am android and wanna to change to ios 😍 @Apple\n
501                                                                                                                                                                      RT @JonasChr88: Instead of boycotting @Starbucks, you should bring your own cup.. #BoycottStarbucks #DonaldTrump https://t.co/q9aDCZ0JaO\n
502                                                                            RT @Razorleef: Uber CEO: I'm pro Trump \n\n\n\n\n\n\n\n\n\n\n\n\n\nEveryone: #deleteUber \n\n\n\n\n\n\n\n\n\n\n\n\n\nUber CEO: "wait, so is @Disney, @GM, &amp; @IBM!"\n\n\n\n\n\n\n\n\n\n\n\n\n\nDisney, GM, &amp; IBM: https://…\n
503                                                                                                                                                                          "Forbidden Fruit" acrylic #painting on canvas contemporary erotic #art #nude symbolism #fantasyArt https://t.co/ANIwUvmmWl via @eBay\n
504                                                                                                                                        RT @Trevor_LaFauci: Dear @nbc @ABC @CBS @CNN @MSNBC @FoxNews,\n\n\n\n\n\n\n\n\n\n\n\n\n\nNeil Gorsuch is Trump's nominee. I just saved you a pointless press conferen…\n
505                                                                                                                                                                           RT @altrightsheriff: Mmmmmm coffee and hostile brown peoples' spit, I think I'll pass though. @greeneyes0084 @BIGSHOW401 @Starbucks\n
506                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
507                                                                                                                                                                                   Check out HELLO KITTY SANRIO RED POLKA DOT DRESS STUFFED ANIMAL PLUSH TOY LARGE 14" SOFT  https://t.co/gU30qwnxdY via @eBay\n
508                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
509                                                                                                                                                                              @djregular @BraidXIV @ATT Yep, I believe that. The first time I called one guy told me it was impossible to put in a landline...\n
510                                                                                                                                                                   Easter outfit for 18 inch doll complete with bunny hat check it out!\n\n\n\n\n\n\nhttps://t.co/I9Al37I2UT via @eBay https://t.co/AlD3cFgE2Q\n
511                                                                                                                                                        RT @jfgroves: Hi @katepurchase. Why only @FoxNews? @Reuters still has this information up as well. \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/wchvBA93aU\n
512                                                                                                                                                                                    Check out Hummel Look A Like Figurine Boy with Flowers Umbrella And Back Pack 10" Tall   https://t.co/ujsFQtavZG via @eBay\n
513                                                                                                                                                                  RT @MjGiftshop: Check out Personalised Pink Kiss Lips Wine Glass Birthday Gift 18th 21st 30th 40th, Xmas G https://t.co/6qXtEPE3jJ @eBay @e…\n
514                                                                                                                                                                  @Starbucks Except, hiring vets won't get all the #Libtards spending even more money at your shops to show support,w… https://t.co/Yiob51aqBZ\n
515                                                                                                                                                                                                                 @cyberdayze\n\n\n\n\n\n\nCyberDayze Page Publishing, Inc. https://t.co/82BibjdHLX via @amazon\n
516                                                                                                                                                                  RT @Starbucks: @ScottBaio Thanks for your question! We’re proud to invest in and support minority communities like Ferguson, MO. https://t.…\n
517                                                                                                                                                                                                           Former @blackrock VP joins global #investment firm, https://t.co/eJkeZNWVYI https://t.co/3QkoxeJW0A\n
518                                                                                                                                                                    I talked betting with Siri. Gives spreads but no totals, including #SuperBowl. No pos on legalizing either. @Apple https://t.co/8xNonDb42z\n
519                                                                                                                       RT @AlasscanIsBack: @MSNBC @CNN @NBC @ABC @CBS @PBS\n\n\n\n\n\n\nDon't tune in &amp; give reality scotus show by potus any ratings\n\n\n\n\n\n\n#BLACKOUTTRUMP \n\n\n\n\n\n\n#BLACKOUT…\n
520                                                                                                                                                                     @Starbucks take your business to the #Country you're Most Proud Of , Kick Em 2 The Curb #BoycottStarbucks #USA ✅ https://t.co/kZNGP3qLGx\n
521                                                                                                                                                               RT @TrumpSuperPAC: Instead of hiring AMERICANS Starbucks rather discriminate &amp; hire 10,000 REFUGEES! Buy @McDonalds coffee, cheaper &amp;… \n
522                                                                                                                                        RT @IMPL0RABLE: #TheResistance #resisttrumptuesday\n\n\n\n\n\n\n\n\n\n\n\n\n\nI stopped using @facebook when they became a media platform for a corrupt dictator. Hav…\n
523                                                                                                                                                                                   @Dustinpenner25 @ATT @ATTCares if you have an iPhone just turn on wifi calling, it will use it at home and all issues gone.\n
524                                                                                                                                                     RT @FoxNews: Joe the Plumber: "They're the ones who made it possible for @Starbucks to be where they're at right now."\n\n\n\n\n\n\nhttps://t.co/8DeoXMN…\n
525                                                                            RT @Razorleef: Uber CEO: I'm pro Trump \n\n\n\n\n\n\n\n\n\n\n\n\n\nEveryone: #deleteUber \n\n\n\n\n\n\n\n\n\n\n\n\n\nUber CEO: "wait, so is @Disney, @GM, &amp; @IBM!"\n\n\n\n\n\n\n\n\n\n\n\n\n\nDisney, GM, &amp; IBM: https://…\n
526                                                                                                                                                           RT @Dexerto: We've interviewed @xPekeLoL on his @Gillette partnership, his LoL career and the future of Origen.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRead -… \n
527                                                                                                                                                      Really good here from @AlisonFrankel: \n\n\n\n\n\n\nWashington State’s shrewd case against Trump immigration policy https://t.co/yAvtrFDqVe via @Reuters\n
528                                                                                                                                                                            RT @Honda: When you first start out, it's hard to know where you'll end up. See you 2/5/17. #PowerOfDreams https://t.co/9uit3d2qWZ\n
529                                                                                                                                                                                                                 RT @blaubok: Hey @Starbucks \n\n\n\n\n\n\nIt's Time To Hire A Veteran https://t.co/NYkr3bLoNH\n
530                                                                                                                                                                                                         Dear @USPS I just want my @netflix.   Is that too much to ask? Delivering mail is what you do, right?\n
531                                                                                                                                                                         @chowdallas @FoxNews @Starbucks @FoxNewsInsider No he is not, He is uneducated and he appeals to those in the same boat. Get a degree\n
532                                                                                                                                                                                      RT @JReyno99: Hi @Google, just thought I'd let you know that you're clearly fucking wrong. #BWFC https://t.co/9zmeW8ecM1\n
533                                                                                                                                                                       @2ndamendment19 @shaunz4 @trump_dopey @protesthate @KeyMrB @AmyMek @Starbucks I'm done, go troll someone else or talk among yourselves.\n
534                                                                                                                                                                       @WellsFargo \n\n\n\n\n\n\n45 minutes on hold and then told unfortunately there is no one to take your call good bye. #NoCustomerService\n
535                                                                                                                                                                             RT @RisingSilent: So @Starbucks just to be clear, you'll only be hiring the friendly Muslims like the one on the left, correct?… \n
536                                                                                                                                                                                 Check out Kimono: Japanese Style Designs--Flowers, Animals, Nature (Designer's Notebook, 2  https://t.co/hH0hVEoZqe via @eBay\n
537                                                                                                                                                                              @markb44333 @Sheasy64 @mattdpearce @Reuters WHITE NATIONALISM WAS GOOD WHILE IT LASTED FOR THIS FIRST WEEK - DOWN, DOWN, DOWN...\n
538                                                                                                                                                                           Check out LIZ CLAIBORNE LIZWEAR JEANS SHIRT RED Stripe, XL Women's, Sleeveless 90's Style #Casual https://t.co/dQBy2pxyv6 via @eBay\n
539                                                                                                                                                                                  RT @CieloChulacielo: @netflix #BATB  This show lends itself to so many story possibilities, that are still left to be told… \n
540                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
541                                                                                                                                                                             I think @Starbucks should create a new drink, the #TrumpWhoopachino. Two sizes, Bigly and Yuge. All profits donated to the @ACLU.\n
542                                                                                                                                                                                             RT @HP: Up your style game. https://t.co/TbFMgSS4LP\n\n\n\n\n\n\nCredit: @CHRISELLEtweets https://t.co/d3HcplTYVq\n
543                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
544                                                                                                                                                                  RT @silkeklemm2batb: Please @netflix @NetflixDE give the Beasties a chance to realize the dream of more #BatB, please #NetflixSaveBatB http…\n
545                                                                                                                                                                                                              @ReutersBiz @Reuters they "value" letting in millions of ppl from Iraq, Yemen, Syria every year?\n
546                                                                                                                                                                                         CHIHUAHUA Brown Dog 10" Round Stained Art Glass Suncatcher #SilverCreek #SUNCATCHER https://t.co/FJ0boOCeXj via @eBay\n
547                                                                                                                                                                                                              @Reuters Six of one, half dozen of another.  Thanks, Trump voters. You elected a complete moron.\n
548                                                                                                                                                                         RT @Tees4U16: Check out DAVID BOWIE SHHH COLOR GRAPHIC CUSTOM PRINTED T SHIRT,LEGEND ,ICONIC SINGER,ART https://t.co/QkLoOuPKqr @eBay\n
549                                                                                                                                                     RT @FoxNews: Joe the Plumber: "They're the ones who made it possible for @Starbucks to be where they're at right now."\n\n\n\n\n\n\nhttps://t.co/8DeoXMN…\n
550                                                                                                                                                                            @sheilaballarano @Cartier @carnegiehall @MMATOpera @VanityFairIt @Google @YouTube @MoetUSA "say hello, @VanityFairFR @BritishVogue\n
551                                                                                                                                                     Thank you to all of our #MYOBIncite sponsors, inc. our Platinum partner @Mastercard\n\n\n\n\n\n\n / @MastercardAU we can't wait!… https://t.co/slD0QsayeU\n
552                                                                                                                                                     RT @FoxNews: Joe the Plumber: "They're the ones who made it possible for @Starbucks to be where they're at right now."\n\n\n\n\n\n\nhttps://t.co/8DeoXMN…\n
553                                                                                                                                                                          https://t.co/u9ngrcl8zK Let's see how many companies follow @Nike and stands up against bigotry, hate and racism. #WeMustStandUnited\n
554                                                                                                                                                                 RT @TMobile: @tjmasino Ooh, good suggestion! I gotta say, TLOP was my favorite album. Real Friends and Famous are 🙌  *ChanneyT https://t.co…\n
555                                                                                                                                                                 RT @TMobile: @tjmasino Ooh, good suggestion! I gotta say, TLOP was my favorite album. Real Friends and Famous are 🙌  *ChanneyT https://t.co…\n
556                                                                                                                                                                                                  @awscloud @Microsoft You've been quoted in my #Storify story "Acumatica Summit 2017" https://t.co/DcpLQBny3m\n
557                                                                                                                                                                              Not only will she make you a sandwich, but this shirt will also make you boyfriend material. https://t.co/Jm2wquRAAW via @amazon\n
558                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
559                                                                                                                                                                                                                                @bigal_1998 @Starbucks "several years ago" yeah how about today, 20 fucking 17\n
560                                                                                                                                                                                                                                 @Starbucks \n\n\n\n\n\n\n\n\n\n\n\n\n\nYeah. A real tear jerker there Mermaid\n
561                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
562                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
563                                                                                                                                                                 RT @TMobile: @tjmasino Ooh, good suggestion! I gotta say, TLOP was my favorite album. Real Friends and Famous are 🙌  *ChanneyT https://t.co…\n
564                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
565                                                                                                                                                                                                        RT @JohnnyImbecile: @Reuters Or, don't watch #BannonsTool turn an important decision into a game show.\n
566                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
567                                                                                                                                                                Love the way I move when I'm in @WellsFargo in my @Cadillacjr voice.\n\n\n\n\n\n\nNew Music on @YouTube @viewworldent… https://t.co/0ok9iSqc9t\n
568                                                                                                                                                                                                             Check out SYLVANIA 921 Long Life Miniature Bulb, (Contains 2 Bulbs) https://t.co/9d7OKc7PdV @eBay\n
569                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
570                                                                                                                                                                          Check out Treasury Collection Paradise Galleries Porcelain Doll GOLDILOCKS 14"  #ParadiseGalleries https://t.co/cQ055YDAxG via @eBay\n
571                                                                                                                                                                                                 @EvilGary101 @Reuters Another lose, are you getting used to that yet. More to come. Buy crying towels in bulk\n
572                                                                                                                                                                 What do you think of the facelifted @Ford Mustang?\n\n\n\n\n\n\n\n\n\n\n\n\n\n#AutoChoose #Ford #Mustang @FordMustang https://t.co/AbJMlLokoK\n
573                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
574                                                                                                                                                                  RT @Starbucks: @ChristinaJReed We hired 8,800 veterans and military spouses toward a five-year goal to reach 10,000 by 2018. https://t.co/W…\n
575                                                                                                                                                                                                                              RT @geraldwolfe1: Hey @Starbucks !  How about hiring 10,000 unemployed Veterans!\n
576                                                                                                                                      RT @Pamela_Moore13: Hey, @Starbucks.\n\n\n\n\n\n\nDo you still support Hillary Clinton?\n\n\n\n\n\n\nBecause these people support her..\n\n\n\n\n\n\n#BoycottStarbucks… \n
577                                                                                                                                                                                      RT @svo916: @Yahoo pls pull your ad from Breitbart, the #fakenews site trying to delegitimize news outlets like ur own… \n
578                                                                                                                                                                               Pence, Jordan's Abdullah discuss Islamic State, Syria, U.S. embassy in Israel: White House https://t.co/Cdd9GUL6FZ via @Reuters\n
579                                                                                                                                                             RT @EmoJoshy1: I really like what @pepsi is doing with Lady Gaga's countdown\n\n\n\n\n\n\nIt's a look through her career.. From 'The Fame' to '… \n
580                                                                                                                                                             RT @EmoJoshy1: I really like what @pepsi is doing with Lady Gaga's countdown\n\n\n\n\n\n\nIt's a look through her career.. From 'The Fame' to '… \n
581                                                                                                                                                             RT @EmoJoshy1: I really like what @pepsi is doing with Lady Gaga's countdown\n\n\n\n\n\n\nIt's a look through her career.. From 'The Fame' to '… \n
582                                                                                                                                                             RT @EmoJoshy1: I really like what @pepsi is doing with Lady Gaga's countdown\n\n\n\n\n\n\nIt's a look through her career.. From 'The Fame' to '… \n
583                                                                                                                                                             RT @EmoJoshy1: I really like what @pepsi is doing with Lady Gaga's countdown\n\n\n\n\n\n\nIt's a look through her career.. From 'The Fame' to '… \n
584                                                                                                                                                             RT @EmoJoshy1: I really like what @pepsi is doing with Lady Gaga's countdown\n\n\n\n\n\n\nIt's a look through her career.. From 'The Fame' to '… \n
585                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
586                                                                                                                            RT @renomarky: #BoycottStarbucks \n\n\n\n\n\n\n⭐⭐⭐⭐⭐⭐⭐\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery RT alerts @Starbucks that you absolutely positively will never enter one of their… \n
587                                                                                                                                                                 RT @Hey_ImJoshua: We have 100m unemployed #AMERICAN citizens, but @Starbucks would rather hire 10k #refugees?! 😠 #BoycottStarbucks #Drink @…\n
588                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
589                                                                                                                                                                                                                         @Reuters read the story... 49 to 41 in favor on the top line, totally deceptive piece\n
590                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
591                                                                                                                                                                   @amazon @amazonprimenow U Should be ashamed of your PRO-anarchy, PRO-terror, PRO-sharia Law stance AGAINST America's SAFETY, against @POTUS\n
592                                                                                                                                                                                                                                                            @philiversal @Reuters Go unclog a toilet, shy boy.\n
593                                                                                                                           RT @Nike: You made Hayward home.\n\n\n\n\n\n\nYou lifted each other up in London.\n\n\n\n\n\n\nYou realized dreams in Rio.\n\n\n\n\n\n\nYou won the world over.\n\n\n\n\n\n\nToge… \n
594                                                                                                                                                                    @Starbucks continues its trendsetter status!! - With @alexadevs integration on its #IOS app, #android coming soon- https://t.co/rkHjwxoYAe\n
595                                                                                                                                                              RT @StudentBunker: #FreebieFriday time! Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT https:/…\n
596                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
597                                                                                                                                                                  RT @Yankees: Not. Fair. Thanks to @BankofAmerica, you can share your favorite baseball memories using #MLBmemorybank https://t.co/tdTd0efJhH\n
598                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
599                                                                                                                                                                     RT @shannoncoulter: "[W]e cherish the diverse, international workforce we have around the globe." Thank you @adidas for siding with inc… \n
600                                                                                                                                                                               RT @StuFowle: Hey, everybody watch the @CBS Super Bowl special on right now to see this year's new @Buick ad for the first time\n
601                                                                                                                                                                                            @Reuters the picture is too small to see on an iPhone\n\n\n\n\n\n\nrepublicans are stupid as this statistics shows\n
602                                                                                                                                                                  RT @BtuflyBoutique: Qsquared White Hi Gloss Ruffle Collection 10.5" Diameter Round Dinner Plate https://t.co/PmcT9flzXq @eBay https://t.co/…\n
603                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
604                                                                                                                                                     ..{https://t.co/FPG00reJOt / food} \n\n\n\n\n\n\nMe.Tween.Walking w/friends.True story:"Wouldn't it be nice if @McDonalds Big Ma… https://t.co/mC7Q1VgdXp\n
605                                                                                                                                                                            If my tweet makes it on @CBS, it'd be the second time that happened. Thanks again @StephenAtHome and @colbertlateshow. #SBGC #LSSC\n
606                                                                                                                                                              FREE 4 a limited time - Ginger Recipes: Delicious, Natural, Healthy &amp; Easy Recipes Using Nature's Sup... https://t.co/A63Rd0Jqke via @amazon\n
607                                                                                                                                                                             Check out NIKE AIR CB 34 BASKETBALL SHOES,NIB,DS,SZ.10,NIKE # 316940-001 #NIKE #BasketballShoes https://t.co/poJ7dt7NA4 via @eBay\n
608                                                                                                                                                                  @krazy_kriz3253 @eve_aaron @TMobile yes thats what im scared of too, but I want to dump Verizon, maybe Sprint? But I had them years ago, bad\n
609                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
610                                                                                                                                                                            RT @genebaur: Do Unto Animals: A Friendly Guide to How Animals Live, and How We Can Make Th... https://t.co/4XTWxyO08i via @amazon\n
611                                                                                                                                                                                                               @deadmau5\n\n\n\n\n\n\nI don't think that @Google listens to your music https://t.co/0GleoElOoB\n
612                                                                                                                                                                                     Is ACRONYM collaborating with @Nike on an Air Force 1? \n\n\n\n\n\n\nVideo: younglord (Instagram) https://t.co/QLnQQByALw\n
613                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
614                                                                                                                                                                           RT @CBS: Hungry for🍩? Follow @SuperiorDonuts, tell us your fav kind of donut w/ #Tweet4Sweets &amp; you could win a dozen donuts… \n
615                                                                                                                                                                              RT @MorganStanley: Investors, markets face reality check: Can new U.S. president, Republicans deliver reforms to power growth?… \n
616                                                                                                                                                                  RT @LeBeardo: Why buy from @amazon  when you can go into @BestBuy and be completely ignored, THEN just buy it from amazon in the parking lo…\n
617                                                                                                                                                                                 RT @sdutIdeas: Here's what companies like @lyft, @Starbucks and @Google are doing in response to Trump's travel ban ---&gt;… \n
618                                                                                                                                                                  RT @_SocSpecialist_: Seattle’sCityCouncil will vote Wed on bill that would take away $3BIL in city business from @WellsFargo, backer of #DA…\n
619                                                                                                                                                                  @Starbucks -   I'm canceling my Starbucks card as i type!!! #BanStarbucks and agreed, HIRE 10,000 American Vets! Aw… https://t.co/LO8heaEJFx\n
620                                                                                                                                                                                                           RT @AnnouncingAaron: @TMobile @Retro_Rob A bill that's $344 less, speeds that are higher than 4Mbps\n
621                                                                                                                                                                          Hi @netflix just checking in, there are still only 4 SVU seasons streaming and none of them have Stabler which is especially heinous\n
622                                                                                                                                                    RT @AndyLeeman91: In all her glory outside the Audi garage 😍🚗 @Audi @AudiUK \n\n\n\n\n\n\n\n\n\n\n\n\n\n#SLine #TT #Blackedition https://t.co/3TZz8ZRCqa\n
623                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
624                                                                                                                                                                        RT @joshfoxfilm: Dear #Dems, if you can't filibuster the climate change denying head of @exxonmobil as Sec of State, really what goo… \n
625                                                                                                                                                                      The Best Luxury Credit Card of 2017: MasterCard Black, AmEx Platinum, @Chase Sapphire Reserve or @Citi Prestige? https://t.co/NJRRmPtepw\n
626                                                                                                                                                                            RT @Honda: When you first start out, it's hard to know where you'll end up. See you 2/5/17. #PowerOfDreams https://t.co/9uit3d2qWZ\n
627                                                                                                                                                                  RT @KtownKimberly: @CBS funny "fake news" is the buzz but you have "fake TV". Criminal Minds w/o #ThomasGibson is a mockery of the real thi…\n
628                                                                                                                                                                            RT @netflix: Same @BillBurr​, new Bill Burr special. Walk Your Way Out streams January 31, only on Netflix. https://t.co/CpZF4iKKl2\n
629                                                                                                                                        RT @PlaysTrumpCard: today I learned that @DunkinDonuts has great coffee at a better price than @Starbucks.\n\n\n\n\n\n\nSo thx for that Howard Schultz\n\n\n\n\n\n\n#…\n
630                                                                                                                                                                                  RT @Lizzie_Chantree: Acts Beyond Redemption by Suzanna Burke\n\n\n\n\n\n\n@pursoot https://t.co/cTvMPkp9IB via @amazon #RRBC\n
631                                                                                                                                                                                    @eBay Bedford Clock Collection Redwood Tambour Mantel Clock with Chimes\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/EUTadFDMw1\n
632                                                                                                                                                                            RT @netflix: Same @BillBurr​, new Bill Burr special. Walk Your Way Out streams January 31, only on Netflix. https://t.co/CpZF4iKKl2\n
633                                                                                                                                                                                     RT @Microsoft: An illustration moves from 2D to real life, with a little help from @Surface Book. https://t.co/yUkpp0eqCG\n
634                                                                                                                                                                                                       RT @BrianRoemmele: 🔮 @Samsung will get a big 🗣 Voice on February 26th, 2017... https://t.co/aUKK0k0NFN\n
635                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
636                                                                                                                                                                            RT @netflix: Same @BillBurr​, new Bill Burr special. Walk Your Way Out streams January 31, only on Netflix. https://t.co/CpZF4iKKl2\n
637                                                                                                                                                                  RT @Pam1116Pam: @theoptionoracle @Starbucks @AppSame @POTUS  I will never go to Starbucks again , I won't buy their k cups , nothing.I don'…\n
638                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
639                                                                                                                                                                          RT @nia4_trump: So instead of hiring 10,000 unemployed Americans or out of work vets @Starbucks will hire 10,000 refugees to spite… \n
640                                                                                                                                                                                                      Dracones awakening: Book One by Sheri-Lynn Marean https://t.co/8uPk6zO5H2 via @amazon\n\n\n\n\n\n\n#FREE\n
641                                                                         @csjenkins @ThinkTrumpsFeel @Starbucks @washingtonpost \n\n\n\n\n\n\n\n\n\n\n\n\n\nDid they cite? No they made assumptions\n\n\n\n\n\n\n\n\n\n\n\n\n\n'Could have'\n\n\n\n\n\n\n'Potentially'\n\n\n\n\n\n\n\n\n\n\n\n\n\nI like facts\n
642                                                                                                                                                                       Deep Throat: "Follow the money!" @carlbernstein @Reuters @BBCBreaking @Isikoff @DavidCornDC @DavidCayJ @Google… https://t.co/1pQHjNhLHl\n
643                                                                                                                                                                                                       RT @BrianRoemmele: 🔮 @Samsung will get a big 🗣 Voice on February 26th, 2017... https://t.co/aUKK0k0NFN\n
644                                                                                                                                                                            RT @netflix: Same @BillBurr​, new Bill Burr special. Walk Your Way Out streams January 31, only on Netflix. https://t.co/CpZF4iKKl2\n
645                                                                                                                                        RT @IMPL0RABLE: #TheResistance #resisttrumptuesday\n\n\n\n\n\n\n\n\n\n\n\n\n\nI stopped using @facebook when they became a media platform for a corrupt dictator. Hav…\n
646                                                                                                                                                                  RT @TripAdvisor: Today, Lerwick, #Scotland lights up for the Up Helly AA Festival, a celebration of the longer, lighter days to come. https…\n
647                                                                                                                                                                         RT @sengineland: #SearchCap: @Google new #AdWords interface, ads by AdWords &amp; IF functions by @rustybrick https://t.co/kYpmDyY3x9\n
648                                                                                                                                                                                                                                                                     @renomarky @Starbucks never ,never, never\n
649                                                                                                                                                                                                @MJGood4three @DavidHaleESPN @facebook - wait, you came to, to... Twitter?!? To get away from politics? 😂😂😂\n
650                                                                                                                                                                                         @Starbucks Helping refugees, Veterans and diverse communities, you have definitely earned yourself a new customer :-)\n
651                                                                                                                                                                                                     I just listed: 'Barbie Collector Classic Black Dress Doll', for 88.99 via @amazon https://t.co/Guoxc0y4Sf\n
652                                                                                                                                                                  Time for a good ol' study session with a hot cuppa, to keep me 👀. Gotta love @Starbucks for standing up for what's… https://t.co/KaU0OXktQ2\n
653                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
654                                                                                                                                                                                    Check out Collectibles Animals, afghan hound, cute plush toy, stuffed animals, gift ideas,  https://t.co/oB8RJF8MXu  @eBay\n
655                                                                                                                                                                                       Check out Collectibles Animals, caramel afghan hound, cute plush toy, stuffed animals,   https://t.co/mkfSPMbKLy  @eBay\n
656                                                                                                                                                                       RT @EastCoastMods: @Starbucks Message to the CEO! Can you hear us NOW! #boycottStarbucks #AmericaForVets RT if you agree! Vets, thank… \n
657                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
658                                                                                                                                                                                                          RT @tattuinee: Three @Boeing 737-200 at #Iqaluit, #Nunavut in the same frame! http://t.co/bJPK5TkHeD\n
659                                                                                                                                                                                     @Missy4Trump @glennwa1 @Starbucks   All  libs and dems have something in commom, they share this trait of idiotic smiling\n
660                                                                                                                                                                                               Every time I see @Disney Paperman, I almost cry, it's so sweet. #paperman #disneyshorts https://t.co/Y8qfpzejE3\n
661                                                                                                                                                                  Just lost half my lunch break because when you "shutdown" Win 10, it doesn't perform a full shutdown. Thanks for the heap of crap @Microsoft\n
662                                                                                                                                                                      #SaveFakingIt by signing this petition!\n\n\n\n\n\n\nhttps://t.co/tudJ0JmbeV\n\n\n\n\n\n\n@netflix @hulu\n\n\n\n\n\n\n#LegendsofTomorrow\n
663                                                                                                                                                                    RT @doubleceandj: Check out Panasonic White 4 Cup Rice Cooker 12 Hour Keep Warm, Fuzzy Logic, 8 Menu Setting https://t.co/99C0o8GG66 @eBay\n
664                                                                                                                                                                      Check out #Vintage #Glasbake Milk Glass #GreenDaisy Casserole Dishes, 2 QT &amp; 1 1/2 QT  https://t.co/khzoM004gs via @eBay #gotvintage\n
665                                                                                                                                                                  RT @TheMarket76: QUEST STRING, Wooden Puzzle Game, Strategy Game, Brain Teaser, Travel size, NEW  https://t.co/onCVPE1tTu via @eBay https:/…\n
666                                                                                                                                                                             RT @jpmorgan: $JPM Research: "We expect S&amp;P 500 to reach 2,400 by year-end 2017."  See more insights. https://t.co/JHxb64nZyY\n
667                                                                                                                                                                      RT @TheMarket76: Wade Whimsies, Jack, Canadian Red Rose Tea Promotion 1971-79  https://t.co/qZkuMYkjv9 via @eBay https://t.co/2xkjJZOb6e\n
668                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
669                                                                                                                                                                                              I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/rlKy6Z86TR\n
670                                                                                                                                                                                               Sweet Earth Burrito, Baja Breakfast, 7 Ounce (Pack of 12) This Sweet Earth™ https://t.co/5iVzBpFvqp via @amazon\n
671                                                                                                                                                                      @Apple to Join @Microsoft, @Amazon, @Facebook, @Google in #AI Research Alliance https://t.co/i9Ljdx3oYF #edtech… https://t.co/Qn08H8J9BE\n
672                                                                                                                                                            @CBS \n\n\n\n\n\n\nDemand Whoopi be fired for using fake Jewish name for monetary gain.....why doesn't she use fake Indian name and wear buckskins\n
673                                                                                                                                                                        @KevLAbeast Thanks for making my day even better! BTW, any idea when @pepsi might stop making #crystalpepsi ? I hope I can enjoy more!\n
674                                                                                                                                                                                  @Reuters excuse me? "No one is illegal" what's that even supposed to mean? Cannot deny there are thousands of illegals in US\n
675                                                                                                                                                                                  RT @Google: "If you have the feeling that something is wrong, don't be afraid to speak up." - Fred Korematsu #GoogleDoodle… \n
676                                                                                                                                                                         RT @yukupriyanov: Baurzhan Shaikhin, chief expert of @SAP #Kazakhstan Excellence talking on #HANA20 at Winter School of @SAPNextGen… \n
677                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
678                                                                                                                                                                      RT @KORound2: @SumerSloan Trump pushes drugmakers for lower prices, more U.S. production https://t.co/qadzcuXA8j via @Reuters #t4a #zUFw\n
679                                                                                                                                                                            RT @netflix: Same @BillBurr​, new Bill Burr special. Walk Your Way Out streams January 31, only on Netflix. https://t.co/CpZF4iKKl2\n
680                                                                                                                                                                               RT @IBM: Live from Argentina, today's Snapchat story celebrates IBM computing history, #WomeninTech and #HiddenFigures🚀. Wat… \n
681                                                                                                                            RT @renomarky: #BoycottStarbucks \n\n\n\n\n\n\n⭐⭐⭐⭐⭐⭐⭐\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery RT alerts @Starbucks that you absolutely positively will never enter one of their… \n
682                                                                                                                                                                                 RT @intel: If Intel 360° Replay Technology can make THIS look epic, imagine what’ll look like in the big game. Watch below.… \n
683                                                                                                                                                                   #Thriller, cold case, #mystery #suspense &amp; police procedural-All rolled into 1! #FREE w#KindleUnlimited https://t.co/KRKVzT6O5u @amazon\n
684                                                                                                                                                                  RT @BtuflyBoutique: Lot Of 2 Panels Home Decorators Collection Gray Rod pocket 52"x84" Curtains https://t.co/49dmiQrogK @eBay https://t.co/…\n
685                                                                                                                                                                  @TMZ @CBS I love Oprah, but she's not professional  journalist of the caliber for 60Minutes. She will turn a news magazine into infotainment\n
686                                                                                                                                                                                         Wall charger plug,E XiuGe 2-Port USB Wall Charger with Folding Plug Portable ... https://t.co/GcSs7L4FMy 来自 @amazon\n
687                                                                                                                                                                         @Lrihendry @Starbucks amazing how those 10,000 jobs suddenly materialized. Way to go, @realDonaldTrump, still creating American jobs!\n
688                                                                                                                                                                                      RT @svo916: @Yahoo pls pull your ad from Breitbart, the #fakenews site trying to delegitimize news outlets like ur own… \n
689                                                                                                                                                                        Border Patrol, ICE Agents Cheer After Trump Unleashes Them to Do Their Jobs https://t.co/RRVO52maAs @ABC @CBS @CNN @NBC @worldnetdaily\n
690                                                                                                                                                                                                 RT @Reuters: Trump, trade adviser signal displeasure with U.S. 'strong dollar' policy https://t.co/ldFdBOjiH0\n
691                                                                                                                                                                                       Check out Vtg Very Rare Virgin (Records) Orlando Black T-shirt 34" Bust Vintage Excellent https://t.co/36TfF3GaWm @eBay\n
692                                                                                                                                                                         Vote for the @FedEx Ground Player of the Year! Tweet player's name + #AirAndGround: Johnson, Bell or Elliott? https://t.co/JaNUot3rEt\n
693                                                                            RT @Razorleef: Uber CEO: I'm pro Trump \n\n\n\n\n\n\n\n\n\n\n\n\n\nEveryone: #deleteUber \n\n\n\n\n\n\n\n\n\n\n\n\n\nUber CEO: "wait, so is @Disney, @GM, &amp; @IBM!"\n\n\n\n\n\n\n\n\n\n\n\n\n\nDisney, GM, &amp; IBM: https://…\n
694                                                                                                                                                                  RT @kunwarNitin3: Falling Grace: It falls when you love, it falls when you force by Kunwar Niti... https://t.co/LCzF4McryT via @amazon WELC…\n
695                                                                                                                                                                  RT @chandrarsrikant: Apple CEO Tim Cook calls demonetisation a great move, talks about plans for Apple Stores in India @tim_cook @Apple htt…\n
696                                                                                                                                                                                                                                           RT @JustHerrick: Slowing me down, @Apple... https://t.co/dApklZQOKL\n
697                                                                                                                                                                                                                                      My, oh my, @facebook!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/9eQqxD0ZJd\n
698                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
699                                                                                                                                                                                                   Switching to @verizon from @TMobile was the best decision, and I was with @TMobile for ten years ! #Verizon\n
700                                                                                                                                             Check out SAFARILAND 6360-219 ALS Mid Ride Right Hand Duty Holster LVL III S&amp;W M&amp;P 9/40  https://t.co/M8BgVAeHPJ @eBay\n\n\n\n\n\n\n#safariland #dutygear\n
701                                                                                                                                             RT @TVtibi: ICYMI: TVtibi now available on @Apple iOS and @Windows 10 globally! Download today and try it out!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OF3UOtx31U\n
702                                                                                                                                                              @jasonlewis995 @slaprupheg @Reuters Imagine if #Gandhi, #ThomasJefferson, #Gorbachev or #GeorgeWashington just shut up &amp; "did their jobs"...\n
703                                                                                                                                             RT @TVtibi: ICYMI: TVtibi now available on @Apple iOS and @Windows 10 globally! Download today and try it out!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OF3UOtx31U\n
704                                                                                                                                             RT @TVtibi: ICYMI: TVtibi now available on @Apple iOS and @Windows 10 globally! Download today and try it out!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OF3UOtx31U\n
705                                                                                                                                                                                      Republicans to kill U.S. rules on corruption, environment, labor and guns next week https://t.co/uZP2KT2AnV via @Reuters\n
706                                                                                                                                                                                                     RT @Reuters: Trump's defense chief heads to Asia, eying China, North Korea threat https://t.co/KL5HKtK0Xp\n
707                                                                                                                                                                     Check out Smudge Fan, Deer Antler, Rabbit Fur, Ceremonial, Spritual Cleansing, Healing   https://t.co/QR17la4aLM via @eBay One of a Kind!\n
708                                                                                                                                             RT @TVtibi: ICYMI: TVtibi now available on @Apple iOS and @Windows 10 globally! Download today and try it out!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OF3UOtx31U\n
709                                                                                                                                                                                  RT @Google: "If you have the feeling that something is wrong, don't be afraid to speak up." - Fred Korematsu #GoogleDoodle… \n
710                                                                                                                                             RT @TVtibi: ICYMI: TVtibi now available on @Apple iOS and @Windows 10 globally! Download today and try it out!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OF3UOtx31U\n
711                                                                                                                                                                    Clearance sale - Tommy Bahama NWT 22" green rope necklace "Peach Melt " + matching earrings SET #Pendant https://t.co/ze0Br4HFiK via @eBay\n
712                                                                                                                                             RT @TVtibi: ICYMI: TVtibi now available on @Apple iOS and @Windows 10 globally! Download today and try it out!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OF3UOtx31U\n
713                                                                                                                            RT @renomarky: #BoycottStarbucks \n\n\n\n\n\n\n⭐⭐⭐⭐⭐⭐⭐\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery RT alerts @Starbucks that you absolutely positively will never enter one of their… \n
714                                                                                                                                                          RT @pscoordsen13: #BatB is Hearts connected...destined love..\n\n\n\n\n\n\nPls @netflix give us more of this epic love story with #BatB as your or… \n
715                                                                                                                                             RT @TVtibi: ICYMI: TVtibi now available on @Apple iOS and @Windows 10 globally! Download today and try it out!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OF3UOtx31U\n
716                                                                                                                                             RT @TVtibi: ICYMI: TVtibi now available on @Apple iOS and @Windows 10 globally! Download today and try it out!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OF3UOtx31U\n
717                                                                                                                                                 Autonomous Driving-From car to cloud, @intel partners w/ @BMW &amp; @Ericsson on the future of Autonomous Driving #mwc17\n\n\n\n\n\n\nhttps://t.co/6q1TA7q6CL\n
718                                                                                                                                   @instagram @mnicklausevans \n\n\n\n\n\n\n@GooglePlus @mnicklausevans \n\n\n\n\n\n\n@facebook @mnicklausevans \n\n\n\n\n\n\n@Skype @nicholas.evans07 https://t.co/ttMD8fbPfh\n
719                                                                                                                                                                   RT @McGillicutty_B: @Reuters Jesus, look at Lagerfeld - what a clown!   He seems like an idea rejected from the Zoolander script for being…\n
720                                                                                                                                                                                                                     RT @SamIAmSquatch: ok but when will they get daft punk emojis? come on, @Apple. please???\n
721                                                                                                                                                                   How @Microsoft has the visibility, analytics and automation to detect/respond to/remediate threats at scale | #HPE… https://t.co/MgZpXkEwao\n
722                                                                                                                                                                Iselin, Category Leader at @LorealParis, shares how to get hired at @Loreal https://t.co/13LL0IuaxN #TuesdayTip 👌🏼🤓 https://t.co/flBvhivIrS\n
723                                                                                                                                                                   RT @JohnJosey: @corybowles TPB content is the only reason I keep my @netflix account. If TPB goes exclusively to @SWEARNET, I'm going, too.\n
724                                                                                                                                                                  @harpercollins  Lisa Sharkey USA speaking at #Quantum17 with @facebook Erin Murray https://t.co/XCO1hl1HB3  tix still available, fab line up\n
725                                                                                                                                                                   Seems that @Google Trusted Stores/Certified Shops changes its name once again, this time with a change of approach. https://t.co/F3NfS22lZ3\n
726                                                                                                                                                                                                      @eBay partners with a social #app\n\n\n\n\n\n\n#RetailIntelligence \n\n\n\n\n\n\nhttps://t.co/wVmr7Bru9q\n
727                                                                                                                                                                         RT @BrightNetflix: Fantasy has become reality. Will Smith and Joel Edgerton star in Bright, only on @netflix. https://t.co/FJueEhMFCO\n
728                                                                                                                                                                                                                                                 @PaulChaloner @easyJet well, it's easyjet. What do you expect\n
729                                                                                                                                                                                                                      RT @BritneyBlonde22: PETER, @Disneyland @Disney @DisneylandToday https://t.co/TWlDlpQ1hC\n
730                                                                                                                                                                                                                                               @LucRobalo @malhoit @Cisco there you go, that's a good idea ;-)\n
731                                                                                                                                                                                RT @GSK: 40 intrepid GSK employees will take on Mount Kenya for Save the Children this week. Good Luck, we’ll be cheering yo… \n
732                                                                                                                                                                                 RT @Citi: New research from the #Citi Foundation takes the pulse of 7,000 young people in 45 cities https://t.co/ZgnvWKMW87… \n
733                                                                                                                                                                     The Calling (Gateway Book 1) by Louise G White https://t.co/1zdZtikiUE via @amazon\n\n\n\n\n\n\n\n\n\n\n\n\n\nRecommended to me by Amazon\n
734                                                                                                                                                       We love to hear from our guests! Thank you Thefitguy for this great review on @TripAdvisor\n\n\n\n\n\n\n"Great service. Very... https://t.co/T7VrCKnosZ\n
735                                                                                                                                                             @CocaCola is aiming to make @MaazaIndia a Billion Dollar brand by 2020\n\n\n\n\n\n\n#brand #event #EventProfs #EventNewz… https://t.co/VnmpV9nTEa\n
736                                                                                                                                                                                                    Hedge funds find plenty of willing sellers in oil: Kemp \n\n\n\n\n\n\nhttps://t.co/T4KFTFx9yk via @Reuters\n
737                                                                                                                                                              RT @Google: @dejordzta Yes! The Google Assistant is coming to all eligible Android phones with Android 6.0+, Google app 6.13+ &amp; language se…\n
738                                                                                                                                                                                         Plasma/LCD Motorised Television TV Lift Mount Bracket Stroke 700mm 28" Home U... https://t.co/lFT4VSoMle 来自 @amazon\n
739                                                                                                              RT @ragtaggiggagon: #iartg\n\n\n\n\n\n\nInterview: Claire Buss @Grasshopper2407.\n\n\n\n\n\n\nhttps://t.co/TyNjR9h8PL\n\n\n\n\n\n\nHer #Scifi @amazon: https://t.co/qbjP17YVeM\n\n\n\n\n\n\nhtt…\n
740                                                                                                                                                                                             China reacts with anger, threats after South Korean missile defence decision https://t.co/CFsBHAZ8C3 via @Reuters\n
741                                                                                                                                                                             RT @Allianz: #Allianz becomes official partner of @FIAformulaE, supporting #sustainable #Motorsport with fully electric #racing… \n
742                                                                                                                                                                                         Automatic continuous Hammer Mill Herb Grinder,pulverizer machine,20KG per hou... https://t.co/qy0ZS9R5OD 来自 @amazon\n
743                                                                                                                                                                                                                   Lovely touch from @Google, marking the late #Edhi's birthday today. https://t.co/RIUBcIRDUu\n
744                                                                                                                                        RT @SistersSpinster: Petition to keep #IMDbMessageBoards going hit goal of 10,000 signatures today. @imdb @jeffbezos @amazon #saveimdb\n\n\n\n\n\n\n\n\n\n\n\n\n\n ht…\n
745                                                                                                                                                                                                                                                         @lesleydavey3107 @JonPopely @Tesco Great pic, Lesley!\n
746                                                                                                                                                                                       Check out Personalised One in a Million Tea Bag Holder / Spoon Rest Mum, Mummy, Nan, Gran https://t.co/GFwKnfW1xU @eBay\n
747                                                                                                                                                                                          Sacrifice, Violence, and Ideology Among the Moche: The Rise of Social Complex... https://t.co/jedTdFXJby via @amazon\n
748                                                                                                                                                                                                            @NatalieBGoldman @Reuters 3 times bigger?? Either your not very good with math, or #FakeNews??  😂\n
749                                                                                                                                                                                              I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/0rKfpfD6Yv\n
750                                                                                                                                                                                       RT @KADGLOBAL: @ATT signs deals to develop #smartcity capabilities in #Ireland and beyond. #MWC17, @ATTBusiness, #IoT… \n
751                                                                                                                                                     Join the #MWC17 mobile conversation w/ @dmexco #IAB @Google @Kargo @theTradeDeskInc @Syniverse @Turner @VerveMobile \n\n\n\n\n\n\nhttps://t.co/Gn46GzeTVR\n
752                                                                                                                                                                              RT @nokia: Looking ahead: @vodafone shares their four-pillar vision for 2020: 4G+ #5G, fiberization, #cloud and #IoT at the GT… \n
753                                                                                                                                                                       I understand @Google has to automate things, but my site is not trying to trick people into downloading malware https://t.co/0vbqVPorzY\n
754                                                                                                                                                                         RT @qlumbus1982: @WHU_edu As university in @amazon MBA Pathways, did you know Ads for   program appear next to content offending to… \n
755                                                                                                                                        "No ReLiGoN iS HiGheR THaN HuMaNiTy," SaYs ABDuL SaTTaR EDHi💟 #HaPPy_BirTHDaY To THe LeGenD \n\n\n\n\n\n\nTHaNKs @Google \n\n\n\n\n\n\n#eDHi… https://t.co/D0554UiJws\n
756                                                                                                                                                                                                            Clashes intensify in Palestinian camp in Lebanon, wound child https://t.co/axJGPZUjq8 via @Reuters\n
757                                                                                                                                                                      RT @Burberry: Layered in lace. The February show, shot by @MagnumPhotos photographer Olivia Arthur #BurberryShow https://t.co/tUXxzsj7ES\n
758                                                                                                                                                                                          Lindsay Townsend: The Historical Romance Collection, Volume 2 [Box Set 58] (B... https://t.co/2pkMRzr8TH via @amazon\n
759                                                                                                                                                                           RT @Ryanair: New London &amp; Manchester Routes to Frankfurt Launched.\n\n\n\n\n\n\nhttps://t.co/tV3ThBrsza https://t.co/0s3LURJOxQ\n
760                                                                                                                                                                                                           So, @netflix... What do we have to do to get you to give #JonStewart his own show on your platform?\n
761                                                                                                                                                                                                                                     Tiger Eye Necklace, fashion accessories https://t.co/IyseCZRfkB via @eBay\n
762                                                                                                                                                                       RT @juarezjunior: Don't fear super intelligent #AI, says @IBM scientist @Grady_Booch https://t.co/9ysMNL8zeL via @TEDTalks #IBMResearch\n
763                                                                                                                                                                        RT @BeastmodeKP: T-Mobile, please get this app under control. I had to roll back due to battery drain. @TMobile. I can't be the only… \n
764                                                                                                                                                                            Quality Management Intern @SAP - Rot, Germany #UIUX #Design #Internship #BigTech #EnterpriseSoftware #Java https://t.co/Jc08F5KaQJ\n
765                                                                                                                                                                    RT @IslamicReliefUK: Great to see @Google honouring Abdul Sattar Edhi on his 89th birthday, an incredible man who gave his life to helpi… \n
766                                                                                                                                                                                                                                      RT @COSCRTS: Nike Airforce 1s\n\n\n\n\n\n\n@Nike https://t.co/WQvvUvTuk8\n
767                                                                                                                                                                                                 RT @UploadVR: HTC congratulates @Sony on PSVR sales, "very proud" of Vive sales. via @Hero_Kvatch #PSVR #VR… \n
768                                                                                                                                                                                                             I have just listed: 'Unconditional Love [7" Vinyl]', for 4.99 via @amazon https://t.co/AuagbtbZ5d\n
769                                                                                                                                                                                                              @cgullman @Tesco But what if you are near the fish? that's always at the other end, why is that?\n
770                                                                                                                                                                  RT @AmericanExpress: Card Members can get #AmexPresale tix now through 3/3 to see @ShawnMendes in Newark, NJ! #IlluminateWorldTour https://…\n
771                                                                                                                                                                                                   RT @Google: Now coming to more Android phones — your own helpful #GoogleAssistant, right in your pocket →… \n
772                                                                                                                                                 RT @aicha2evans: Autonomous Driving-From car to cloud, @intel partners w/ @BMW &amp; @Ericsson on the future of Autonomous Driving #mwc17\n\n\n\n\n\n\nhttps…\n
773                                                                                                                                                                                                                     RT @RoyalDocksBrew: "Fantastic place to relax! Great atmosphere!" @Groupon #HappyCustomer\n
774                                                                                                                                                                                              I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/0dxNsEJBg7\n
775                                                                                                                                                                                                     Xiaomi unveils in-house chipset to streamline production, cut prices https://t.co/W57KCAjszP via @Reuters\n
776                                                                                                                                                                                         Precious honeysuckle flower 750 grams, special herbal tea from famous Himalay... https://t.co/su2JtYZlXx 来自 @amazon\n
777                                                                                                                                                                      Listening to audio tips from @leeleefowler , who's helping me market my upcoming book on @amazon.  So clever and helpful.  Stay tuned...\n
778                                                                                                                                                                                                                                       @Google can't send feedback when it won't come out of "loading" mode 😑\n
779                                                                                                                                                                                         0.8" China Certified Nature Hetian Jade White 18 Arhat Necklace Pendants Jenn... https://t.co/mQ1I88l2Tf 来自 @amazon\n
780                                                                                                                                                                           RT @RayTeodora: #Data does not know borders, #data is global &amp; legislation needs to reflect that | @Siemens at #euindustryday… \n
781                                                                                                                                                                                                     @Reuters if we cut taxes on the rich it will "trickle down" and the "job creators" will save the economy.\n
782                                                                                                                                                                    JPMorgan, Microsoft, Intel and others form new blockchain alliance Enterprise Ethereum Alliance (EEA) https://t.co/93s6ptnXOi via @Reuters\n
783                                                                                                                                                      There can be only one (connector).\n\n\n\n\n\n\n\n\n\n\n\n\n\nNot like @Apple to conform to a convenient standard.\n\n\n\n\n\n\n https://t.co/ExeunDpAgX\n
784                                                                                                                                                                                                              Baby elephant nursery art print (8"x10", Red Blue) Krokoneil https://t.co/IhoCa9xgl2 via @amazon\n
785                                                                                                                                                                       RT @doubleceandj: Check out 2 Pack Stainless Steel Pet Food Scoop w/Removable Handle Dog/Cat Med 8"L 1.5C https://t.co/Y30dcBIapU @eBay\n
786                                                                                                                                      @SMCADMAN @vandman777 \n\n\n\n\n\n\nOh no?\n\n\n\n\n\n\n"A woman named Christina was diagnosed with a rare disorder called Epidermolysis Bullosa" &lt;&lt;&lt; @facebook\n
787                                                                                                                                                                        #womenclothingSkirt "Judy Hornby" NEW Elegant  Fashion Style  Striped Fabric Off Black  Size 6 #Mini https://t.co/4aHdvlNZqL via @eBay\n
788                                                                                                                                                                           RT @JG_Report: Cyber Attackers Target #Singapore Defence Ministry, But No Secrets Found: https://t.co/jdeIavzt89 @Reuters #MINDEF… \n
789                                                                                                                                                                                       RT @HaidHaid22: Syrian militias get more U.S. support for IS fight, plan new phase https://t.co/qthV8V4yO7 via @Reuters\n
790                                                                                                                         I have some NFL draft combine tasks today:\n\n\n\n\n\n\n\n\n\n\n\n\n\n- 40 yard dash to beat the line in @Starbucks \n\n\n\n\n\n\n- Benchpress &amp; Vertical fighting off my dentist\n
791                                                                                                                                                                      RT @theycallme_syd: @Tesco i might go wild and have a savoury, then a sweet for dessert! us northerners love our pancakes and gravy 🙌🏼\n
792                                                                                                                                                                        Check out EPIC Sterling Silver Square Stud Earrings #Epic #Stud FREE FAST SHIPPING-U.S.\n\n\n\n\n\n\nhttps://t.co/SDDVdIxws8 via @eBay\n
793                                                                                                                                                                        RT @AstraZeneca: Mark is Chief Scientist in oncology IMED in Cambridge, UK, heading up the DDR biology area. https://t.co/g3kA1YBVjM… \n
794                                                                                                                                                                                      RT @netflix: How far would you go for a friend? #Okja, a Netflix Original Film, arrives June 28. https://t.co/WG9fevspHa\n
795                                                                                                                                                                            RT @netflix: If your Monday wasn't dreadful enough, there's an episode of @blackmirror waiting to take you to that special place… \n
796                                                                                                                                                                                 Check out Vintage Cut Crystal Glass Lamp, Marble Base, Crystal Prisms / Boudoir, Table, TV  https://t.co/2t7Yg7FFde via @eBay\n
797                                                                                                       #MothersDay #cards &amp; #gifts for your biggest fan &amp; best #dancesport #DanceMoms!\n\n\n\n\n\n\n\n\n\n\n\n\n\nAvailable on @Etsy  and @amazon !\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/Ki16HgCtEt\n
798                                                                                                                                                                                                                     @Google The Great Smoky Mountains, near Gatlinburg, TN #teampixel https://t.co/pWPdCgR9NO\n
799                                                                                                                                                                  UK's @LPL_Airport celebrates the launch of new @Ryanair winter 2017/2018 routes to #Copenhagen, #Milan and #Prague.… https://t.co/Ua7cQRzdfh\n
800                                                                                                                                                        @Shell https://t.co/055MbXIuN5\n\n\n\n\n\n\nHow about paying reperations for climate change damage? How about using your capital for renewable energy?\n
801                                                                                                                                                                               RT @TAGthink: UPCOMING: Experts from @fragomen, @frazierdeeter, @CocaColaCo @UPS discuss Globally-Mobile Workforce, 2/28 &gt;… \n
802                                                                                                                                                                        RT @justjenn: Say goodbye to #StarWars #TheCloneWars @netflix w/ Ahsoka, Cad Bane &amp; Barriss Offee cupcakes Recipes @starwars.com… \n
803                                                                                                                                                                                                  RT @Audi_Online: The tumbler is ready, Batman. #AudiS3 #LeagueofPerformance 📷 @Audi https://t.co/o36CaaeWGn\n
804                                                                                                                                                                   RT @lanhhuynh2017: @comcast sucks. I was promised at least 10mbps; well, got it the first month, but after that, no more than 3mbps. Gonna…\n
805                                                                                                                                                                      Fool with the goat, you get the horns- Senior North Korea envoy visits Beijing after China coal ban https://t.co/sUfdhQ9Gid via @Reuters\n
806                                                                                                                                                                                                                     How many times do I have to click "I don't like this ad" for @McDonalds? HOW MANY TIMES?!\n
807                                                                                                                                                                     Hey @ATT &amp; @Teleperformance, stop squashing labor &amp; human rights! I stand w/ workers fighting for a union https://t.co/8HQdEKZsME\n
808                                                                                                                                                                                          RC Quadcopter, Potensic F183DH Drone RTF Altitude Hold UFO with Newest Hover ... https://t.co/bzre1a2dh0 via @amazon\n
809                                                                                                                      RT @psb_dc: “Robo Advisors Come of Age: Part One” by @blackrock \n\n\n\n\n\n\n\n\n\n\n\n\n\n#roboadvisor #fintech #financialliteracy \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/JgFNnTzHXT\n
810                                                                                                                                                                  RT @LetsChatPodcast: @JonahFoundGold is the writer/director of #BANGARANG we chat our love of Hook, our love of @Disney  #podernfamily http…\n
811                                                                                                                                           @Reuters @lrozen #SYRIA Remember the Hoenlein - Assad meeting in Damascus in early Jan. 2011?\n\n\n\n\n\n\n\n\n\n\n\n\n\nWas an "arrangement" made about the Golan?\n
812                                                                                                                                                                                                                               I'm at @Starbucks in Austin, TX https://t.co/Z3ofebFrwB https://t.co/NR0plNk21g\n
813                                                                                                                                                                     Hey @ATT &amp; @Teleperformance, stop squashing labor &amp; human rights! I stand w/ workers fighting for a union https://t.co/oaB2q3xaTG\n
814                                                                                                                                                                       RT @erinmiller48: Hey @adidas, as if men need MORE $$$ for athletic accomplishments.... I bet there are some WOMEN that could break t… \n
815                                                                                                                                                                        @JASWNE @Microsoft @GranbySchools @GMHS_DECA  \n\n\n\n\n\n\nExcellent Job Shadow trip today for GMHS students! https://t.co/IWaLgTcrcj\n
816                                                                                                                                                                                         @apooq @Microsoft and not to mention the fact that smaller "AA" titles would get much more needed attention that way.\n
817                                                                                                                                        Me at McD: "I'd like a sausage egg mcmuffin"\n\n\n\n\n\n\nCashier: "Would you also like a coffee?"\n\n\n\n\n\n\nMe:Stands with blank stare as I hold my @Starbucks cup\n
818                                                                                                                                                                    RT @juanitamart47: Check out Country Prints Northfield Mass, USA Set of 4 12" X 16" Fringed Place Mats   https://t.co/YQ2UZOoNVL via @eBay\n
819                                                                                                                                                                  RT @snerdymom: Think Outside the Basket this Easter with @AquaBallDrink featuring @Disney! #DisneyKids #DisneyMoms\n\n\n\n\n\n\nREAD MORE:… \n
820                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
821                                                                                                                                                       As Americans, let us celebrate @realDonaldTrump's accomplishments. He HAS helped Make @CBS Late Night Great Again.\n\n\n\n\n\n\nhttps://t.co/OUkbL79lGk\n
822                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
823                                                                                                                                                                                                                                                   @Ryanair (FR)007: The name is Ryan, Ryanair. #FilmsOnAPlane\n
824                                                                                                                                                                                                          Check out Women's Orange With White Lace Trim, Vintage Sleepwear   https://t.co/tOplEZJjGD via @eBay\n
825                                                                                                                                                                                      RT @salesforce: Find out how to differentiate your customer experience by connecting employees, processes, and systems… \n
826                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
827                                                                                                                                                                  @FedEx @FedExHelp How is it, a package of MINE can sit in one spot for 3 days.....  when I paid for expedite shippi… https://t.co/OGuZJfKq4Q\n
828                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
829                                                                                                                                                                                           @CarolineLucas @Shell Hi Caroline - do you use Oil, Gas or products derived from hyrocarbons at all? #Justwondering\n
830                                                                                                                                                                             RT @CWAUnion: Hey @ATT &amp; @Teleperformance, stop squashing labor &amp; human rights! I stand w/ workers fighting for a union… \n
831                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
832                                                                                                                                                                            I finally start a new chapter, honored to start working for one of the best in the world. - Thank you @BMW https://t.co/az4I6loJFQ\n
833                                                                                                                                                                  RT @McDonalds: @jailyn_folster Aw, if this isn't romance, we don't know what is! Thanks for letting us be a part of your epic love story, J…\n
834                                                                                                                                                                               Check out HP Windows 10 Laptop 6910P Intel Core 2 Duo 4GB RAM 250GB DVDROM 14.1" Notebook #HP https://t.co/WUZHFtlR1S via @eBay\n
835                                                                                                                                                                                 RT @IBM: Country GM, IBM South Africa talks details on the "Digital - Nation Africa" initiative: https://t.co/Wo7ypVbmsX via…\n
836                                                                                                                                                                                1 HOUR LEFT Check out NEW DO-IT BOTTOM BOUNCER SINKER #3307 1/2---2  oz., BTM-5-M #DOITMOLDS https://t.co/gYmHIxg23d via @eBay\n
837                                                                                                                                                                                                  Free💜\n\n\n\n\n\n\nI'll Hold You Down Through Whatever Talehia Presents https://t.co/AY7UPAkygo via @amazon\n
838                                                                                                                                                                                                         RT @Reuters: BREAKING: Oscars ratings on ABC averaged 32.9 million, least-viewed broadcast since 2008\n
839                                                                                                                                                                                 RT @SAP: Before February ends, we'd like to celebrate National Women Inventors Month! See how SAP is inspiring young women:… \n
840                                                                                                                                                                       RT @bryantparknyc: Before you know it, @BankofAmerica #wintervillage will be closed for the season! Come skate with us one last time:… \n
841                                                                                                                              Great to see @GoStrandhill on the @TripAdvisor 'Top 10 Beaches in Ireland' list. \n\n\n\n\n\n\n@poloconghaile \n\n\n\n\n\n\n#GoStrandhill  \n\n\n\n\n\n\nhttps://t.co/lrYarCnUCj\n
842                                                                                                                                                                  RT @slpng_giants_fr: @stefanomjr @jacqdodman @DisneyFR @Disney that is great. Are you saying because they took a stance then, they should n…\n
843                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
844                                                                                                                                                                                      Check out Dell Latitude E4200 12.1" Intel Core 2 Duo 3GB 64GB SSD Windows 7 Pro Handy  https://t.co/7ZpiFcLXxm via @eBay\n
845                                                                                                                                                                         RT @RokuPlayer: Today in 1983: The final episode of M*A*S*H aired on @CBS. With over 105M viewers, it still stands as the most-view… \n
846                                                                                                                                                                           @Latina @Walmart 90% of the Mexicans living in their land never left when they took over in 1848 (Alta CA, NM, Texas, NV, Utah etc.\n
847                                                                                                                                                                    RT @IslamicReliefUK: Great to see @Google honouring Abdul Sattar Edhi on his 89th birthday, an incredible man who gave his life to helpi… \n
848                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
849                                                                                                                                                                                                 @FedEx thanks for my NRA Discount guys.  I use you guys all the time, but the discount is really nice of you.\n
850                                                                                                                                                                                                 Just had the best meeting with a @Google @adwords strategist ever! I love awesome, genuine #customerservice🌟\n
851                                                                                                                                                                                                  RT @AlexCEngler: Oh hey, @Microsoft did a thing. And I hate it. #rstats #datascience https://t.co/nphDAosEwR\n
852                                                                                                                                                                                                RT @R_Tyler_Smith: Just announced! #Quorum on #Microsoft #Azure #BAAS, #EntEthAlliance @Microsoft @HiroMarleyG\n
853                                                                                                                                                           RT @subzerov690: @ATT @ATTCares \n\n\n\n\n\n\nThis employee works for you. This employee is advocating the murder of ALL Muslims. Do something. R… \n
854                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
855                                                                                                                                                                                RT @pfizer: Every #raredisease caregiver counts, and we thank you for all that you do. #RareDiseaseDay https://t.co/CoL1F9av1Z\n
856                                                                                                                                                                                                                                                         @hannahox18 @amazon it's a scam, I get these daily!!!\n
857                                                                                                                                                                             Check out WOMEN'S SELENE SPORT PANTS SIZE 10, Alligator Snake Print Red Black Excellent #SELENE https://t.co/Kw21Ja8QBM via @eBay\n
858                                                                                                                                                                       RT @ReeceGartland: Iv just got home from @McDonalds and found my receipt inside my burger, this was deliberate, I want the blonde lad… \n
859                                                                                                                                                 @ygAddie Check Out HIP HOP FINE ART® @amazon \n\n\n\n\n\n\n"Brooklyn Dollars" Fly Throw Pillows\n\n\n\n\n\n\n #HHFA #HIPHOPHOMEDECOR… https://t.co/JwY378sAyT\n
860                                                                                                                                                                  RT @coachella: Before playing the festival, catch @theatomics in the upcoming @hm #HMLovesCoachella campaign. Launching March 23rd. https:/…\n
861                                                                                                                                             .@BoschGlobal &amp; @IBM partnership to develop #IIoT open platforms &amp; \n\n\n\n\n\n\ninteroperatbility. #IoT @IBMWatson  @IBMBluemix… https://t.co/hLcmpjw8Ei\n
862                                                                                                                                                                  I just listed 'The Strengths of a Good School Faculty: Notes on evaluation, growth, and pr...', for 6.75 via @amazon https://t.co/Hb6q6NFWGJ\n
863                                                                                                                                                                                                               RT @SelenaHQ: Selena Gomez attended the private Fashion show @theweeknd x @hm in Paris, France!\n
864                                                                                                                                                                             RT @Reuters: BREAKING: Russia, China block bid by western powers to impose U.N. sanctions on Syria over accusations of chemical… \n
865                                                                                                                                                                                             BIKER Road -Biking Accessories by edwiojed FREE FAST SHIPPING-U.S.\n\n\n\n\n\n\nhttps://t.co/8T8QSkdjqc via @eBay\n
866                                                                                                                                                                                                               RT @SelenaHQ: Selena Gomez attended the private Fashion show @theweeknd x @hm in Paris, France!\n
867                                                                                                                                                                        "The cookies and cookie cakes are the best! The ice cream is great too! Staff is always friendly and helpful." @Groupon #HappyCustomer\n
868                                                                                                                                                                       RT @AdobeExchange: @Digimarc for Images plugin supports all recent releases of @Adobe @Photoshop incl. @CreativeCloud 2017. New look,… \n
869                                                                                                                                                                                    RT @MSCloud: The CIO of @eBay talks about racing Michael Johnson, going mobile, and what he looks for before promotions.… \n
870                                                                                                                                                                           RT @SFBJNews: Fort Lauderdale will be among most popular spring break destinations of 2017, says @Allianz https://t.co/iJIJJOvARk… \n
871                                                                                                                                                                                 RT @Reuters: Samsung boss charged with bribery, embezzlement. Via @ReutersTV  https://t.co/Aw38jxOpZ1 https://t.co/i0DoJAaE4l\n
872                                                                                                                                                                                                             RT @Reuters: Russia, China block U.N. sanctions on Syria over gas attacks https://t.co/jLXzNHoeUN\n
873                                                                                                                                                                            RT @TMobile: @ThePhenomenalEE Whether it's melee or brawl, #TMobileOne smashes all!  Let the Uncarrier be your final destination… \n
874                                                                       RT @ValaAfshar: Number of robots in @amazon warehouses:\n\n\n\n\n\n\n\n\n\n\n\n\n\n2016: 45,000\n\n\n\n\n\n\n2015: 30,000\n\n\n\n\n\n\n2014: 15,000\n\n\n\n\n\n\n2013: 1,000\n\n\n\n\n\n\n\n\n\n\n\n\n\n—@JonErlichman #MWC17 https://…\n
875                                                                                                                                                                                 RT @Reuters: Samsung boss charged with bribery, embezzlement. Via @ReutersTV  https://t.co/Aw38jxOpZ1 https://t.co/i0DoJAaE4l\n
876                                                                                                                                                                                 RT @Reuters: Samsung boss charged with bribery, embezzlement. Via @ReutersTV  https://t.co/Aw38jxOpZ1 https://t.co/i0DoJAaE4l\n
877                                                                                                                                                                                                       ALIVE St. Louis Magazine June 2015 Pokey LaFarge, Marriage Equality   https://t.co/j4FFfQZzzZ via @eBay\n
878                                                                                                                                                                                 Check out Yoga LBouvier Metal Welded Downward Facing Dog Position Card Holder New 10" Long  https://t.co/nfBHcW7qqI via @eBay\n
879                                                                                                                                                    @Google \n\n\n\n\n\n\nhttps://t.co/DyXi6wmPeO   Please Share and enjoy the New Casino With https://t.co/xarbsFQbeB   With Subscribe Button On All Slots 😍\n
880                                                                                                                                                                                                      RT @BMW: Enjoy more of everything.\n\n\n\n\n\n\nThe #BMW #2series Active Tourer. https://t.co/RDpJAr0Dju\n
881                                                                                                                                                                                                                                         Congrats @LouiseLockie at becoming an @salesforce MVP, well deserved!\n
882                                                                                                                                                                                 RT @Reuters: Samsung boss charged with bribery, embezzlement. Via @ReutersTV  https://t.co/Aw38jxOpZ1 https://t.co/i0DoJAaE4l\n
883                                                                                                                                        Good thing top negotiator Nikki on case..\n\n\n\n\n\n\n\n\n\n\n\n\n\nRussia, China block U.N. sanctions on Syria over gas attacks https://t.co/BGoTMHTYTs via @Reuters\n
884                                                                                                                                                                                                         RT @Reuters: BREAKING: Oscars ratings on ABC averaged 32.9 million, least-viewed broadcast since 2008\n
885                                                                                                                                                                                   RT @ATT: We're back for day two of #MWC17! For more news, follow along on @ATTBusiness + @ATTShape. https://t.co/MMMzAYJFsp\n
886                                                                                                                                                                             RT @Reuters: BREAKING: Russia, China block bid by western powers to impose U.N. sanctions on Syria over accusations of chemical… \n
887                                                                                                                                                                 Another day of mentoring and teaching yougins about @salesforce and @trailhead ... Humbolt High       St Paul, MN 💕… https://t.co/iswtgXnnHZ\n
888                                                                                                                                                                                      RT @netflix: How far would you go for a friend? #Okja, a Netflix Original Film, arrives June 28. https://t.co/WG9fevspHa\n
889                                                                                                                                                                             RT @Reuters: BREAKING: Russia, China block bid by western powers to impose U.N. sanctions on Syria over accusations of chemical… \n
890                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
891                                                                                                                                                                  RT @livewxradar: Show the Love for @TMobile have 2 lines? get 3rd free. But if your account is old enough to smoke pot, no loyalty discount…\n
892                                                                                                                                                                               RT @Sony: Welcome to Out of the Comfort Zone. In our first episode, @skottmusic performs her single "Wolf" in a totally new w… \n
893                                                                                                                                                                       RT @TheMuslimGuy: DID YOU KNOW: The @Google "Doodle of the Day" honors Abdul Sattar Edhi (the famous Pakistani philanthropist who wou… \n
894                                                                                                                                        RT @QLIRehab: And HUGE congratulations to our friends at @FusionMedStaff1, @Linkedin, and @Yahoo for their well-deserved awards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t…\n
895                                                                                                                                                                             Check out this Amazon deal: Plano Molding 1363 Stow N Go Toolbox, Graphit... by Plano Molding https://t.co/DOlKfmRNUn via @amazon\n
896                                                                                                                                                                    @amazon fix your Prime Video servers. Not been able to play any show for hours, from multiple connections. Error 7017. Not what I pay for.\n
897                                                                                                                                                                         RT @PayPal: Lucky money, luckier you! Send friends &amp; family $$$ this Lunar New Year w/ a custom card by designer @jonathanadler… \n
898                                                                                                                                                                                                       RT @Marco_P_Shite: Fat people in @McDonalds \n\n\n\n\n\n\n"Oh and a Diet Coke!" https://t.co/B6ehTAtGaJ\n
899                                                                                                                                        RT @ragbjg: @Starbucks \n\n\n\n\n\n\nHome of the 10,000 refugees that will be sticking their fingers in your drinks. Yup.\n\n\n\n\n\n\n#BoycottStarbucks https://t.co…\n
900                                                                                                                                                                  Harmonisation of capital markets in EU is key to successfully competing with #NewYork #Singapore, #Shanghai, says @DeutscheBank CEO. I agree\n
901                                                                                                                                                                             Check out ISAAC ASIMOV'S SCIENCE FICTION TREASURY (2 VOL), 1ST, BONANZA, HC&amp;DJ, VINTAGE, V  https://t.co/lHhbKFWTzS via @eBay\n
902                                                                                                                                                                                        Ugh, reading this hurts...U.S. attorney general pushes to stop suing local police https://t.co/S9kCKz8I9C via @Reuters\n
903                                                                                                                                                                             RT @marburyjack: .@realDonaldTrump @nytimes @NBCNews @ABC @CBS @CNN when news is fake, all tans are real. https://t.co/JvQePdnkUg\n
904                                                                                                                                                                                    @eBayDeals Check out #Nike Women's Outfit Bundle - Running Jacket, Sports Top, Capri Bottoms https://t.co/VHxpaJ6vau @eBay\n
905                                                                                                                                                                                                                                                              @BEWARE4 @Nike @SoleCollector very, very much so\n
906                                                                                                                                                                         RT @salesforce: Meet the Creative Force Behind Salesforce Trailhead and our Salesforce Woman of the Month, Domenique Sillett Buxton… \n
907                                                                                                                                                                       RT @heavenlydogz: How NOT to be #FatTuesday;  don't choose Animals to eat, they contain FAT! #Bacon #BBQ #FoodPorn @McDonalds @Wendys… \n
908                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
909                                                                                                                                                                                                     Check out 2nd HDD Caddy 12.7mm SATA 3.0 for 2.5" 1TB SSD Case HDD Enclosure https://t.co/lYgBZnIhZx @eBay\n
910                                                                                                                                                                                                Check out FREE WiFi Sticker Window Decal - sign for Cafe, Bar Club, Office, Shop https://t.co/VmT1JZpUy7 @eBay\n
911                                                                                                                                                                    Assistant Vice President, Business Services User Support - IT Operations @HSBC Asia Pacific-Singapore-Singapore... https://t.co/hNNebD9dIm\n
912                                                                                                                                                                                                                                  Check out Salvatore Ferragamo Gray Tie 3" Wide https://t.co/o1UsJXL2Ji @eBay\n
913                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
914                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
915                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
916                                                                                                                            RT @chief32566: Alabama Mardi Gras \n\n\n\n\n\n\n\n\n\n\n\n\n\n@Reuters  JUST A SUV!!  No Mention of a Anti-American #Democrat Driver??  #SMH\n\n\n\n\n\n\nhttps://t.co/IY37kaVQsj\n
917                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
918                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
919                                                                                                                                                                                                                          RT @pIayboi: Damn, how hard is it to spell Sammy? @Starbucks https://t.co/sDVO0naUmK\n
920                                                                                                                                                                             RT @Reuters: BREAKING: Russia, China block bid by western powers to impose U.N. sanctions on Syria over accusations of chemical… \n
921                                                                                                                                                                                                                          @KyrieIrving @Nike \n\n\n\n\n\n\nLove them.... I have 3 pair of your shoes so far...\n
922                                                                                                                                                                             Check out Denby Azure Coast Set of Six 8 7/8" Pottery Salad Plates Blue Border Light Use #Denby https://t.co/DHLJid9UVm via @eBay\n
923                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
924                                                                                                                                                                                Check out Vintage #Christmas Card Image ~Girl, Bonnet, Doll~ #Glittered CHRISTMAS #ORNAMENT  https://t.co/3lNx9UryQe via @eBay\n
925                                                                                                                                                                           Just saw this on Amazon: Chanel Flap Bag Top Handle Lamskin Metal Ar... by CHANEL for $7,993.00 https://t.co/VwA9473E5V via @amazon\n
926                                                                                                                                                                  RT @TVD_Season_7: Reminiscing about bts moments from set with @julieplec! Watch a special clip, presented by @ATT. #TVDForever https://t.co…\n
927                                                                                                                                                                                 Check out Super Sized Fossilized Conch Seashell 22" Oil Rubbed Bronze Steel Display Stand   https://t.co/lsK7zw48rW via @eBay\n
928                                                                                                                                                                                                @Reuters @SpeakerRyan: "We don't want to pay for health care!  That money is supposed to go to our pay raise!"\n
929                                                                                                                                                                                             Happening now, our joint webinar about the @Jornaya #TCPA solution for @facebook lead ads https://t.co/keLC6jdJi2\n
930                                                                                                                                                    RT @LAKings: It's not too late to vote for your @McDonalds Player of the Month of February!\n\n\n\n\n\n\n✅ https://t.co/bMGXBYQ5fr https://t.co/Q6K70Lzz…\n
931                                                                                                                                                                                 Check out ITALY 925 SILVER FIGARO 3&amp;1 LINK CHAIN NECKLACE 20" SET OF SIX WHOLESALE LOT  https://t.co/pN5qqaOSNM via @eBay\n
932                                                                                                                                                              RT @NOW_NYC: So basically when men resign b/c of sexual harrassment, @Google throws them goodbye parties &amp; then @Uber hires them. https://t…\n
933                                                                                                                                                                  RT @jezjb: Check out LEWIS DAVIES 1939-2010 - CHARCOAL HOUSES TREES BENCH - SIGNED  - LARGE 33" x 23" https://t.co/tZpPiNYD0K @eBay #RTtheH…\n
934                                                                                                                                                                             RT @Boeing: Our 8,500 alumni from Historically Black Colleges strengthen us for our 2nd century, says #Boeing Chief Info Office… \n
935                                                                                                                                                                                                         RT @Reuters: BREAKING: Oscars ratings on ABC averaged 32.9 million, least-viewed broadcast since 2008\n
936                                                                                                                                                                         RT @BarrySloane: ATTENTION #SixOnHistory fans. Check out our awesome @facebook page here: https://t.co/y25dTTBcaH\n\n\n\n\n\n\n🐻👊🏻\n
937                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
938                                                                                                                                                                    RT @subzerov690: @ATT @ATTCares  @realDonaldTrump \n\n\n\n\n\n\nSAD! Failing Pres and govt allows this to go on... https://t.co/K2faVgy5Vl\n
939                                                                                                                                                                  Seriously @Microsoft, Excel needs a background calculation option. I shouldn't be locked out of all my workbooks while you do calculations..\n
940                                                                                                                                                                                                                                 RT @ThePracticalDev: Hey @amazon, have you tried turning it off and on again?\n
941                                                                                                                                                 RT @JamesOKeefeIII: ICYMI, @Project_Veritas has uncovered @CNN's dirty laundry: being insensitive &amp; calling @Yahoo #FakeNews. #CNNLeaks\n\n\n\n\n\n\nhtt…\n
942                                                                                                                                                                            @CBS &lt;&lt; Fake news, a Grand Jury must be called to investigate Left Wing Media attempt to undermine Pres. Trump's presidency!\n
943                                                                                                                                                                                                             RT @BMW: @IsaacFIS Hi Izzy, do you need further support? Please send us a DM if you wish to talk.\n
944                                                                                                                                                                         RT @sabaatahir: This meant so, so much to me, @Google. I can't express it. Thank you for recognizing this incredible Pakistani man.… \n
945                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
946                                                                                                                                                                   Check out 1963 Buick Riviera 401/325HP V8 COUPE  https://t.co/ROoIhSk8LP via @eBay CLASSIC BUICKS FOR SALE AT WEST COAST CLASSICS, TORRANCE\n
947                                                                                                                                                                   Check out 1963 Buick Riviera 401/325HP V8 COUPE  https://t.co/ROoIhSk8LP via @eBay CLASSIC BUICKS FOR SALE AT WEST COAST CLASSICS, TORRANCE\n
948                                                                                                                                                                     RT @Shabbychicforme: Apron Handmade "Orange Blossom" Misses Bib Apron Retro Style/Ready to Ship-Me... https://t.co/9TQ0adeZ6O via @amazon\n
949                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
950                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
951                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
952                                                                                                                                                                        RT @Reuters: Retired U.S. military officers urge Congress to fully fund diplomacy, aid https://t.co/YYAIHMmQzG https://t.co/D10vOUjwiA\n
953                                                                                                                                                                                                                             @NBATV @verizon @StephenCurry30 @KlayThompson see, this my girl I was talking abt\n
954                                                                                                                                                                                                                                                                           @TMobile good, I hate Verizon. 🍕🍕\n
955                                                                                                                                                                  RT @BradZamft: "stop hurting humanity, stop telling lies, be a grown-up" @JeffDSachs specifically calling out @exxonmobil and @Cato. #ARPAE…\n
956                                                                                                                                                                                     @Reuters @Beltrew If you want to build consensus on the Security Council,  you need someone capable like Hillary Clinton.\n
957                                                                                                                                                                                          Easter Crafts Assortment Kit with 500 Easter Stickers, 172 Easter Shapes Adhe... https://t.co/yQdQCJCheF via @amazon\n
958                                                                                                                                                                              @gabelloyd @Strava I know! Couldn't upload to @TrainingPeaks either. @facebook still working, tho, so that's good (and @Twitter)\n
959                                                                                                                                                                          RT @ACMawards: A little #ACMs prep with our hosts @LukeBryanOnline and @DierksBentley! Tune in Sunday, April 2 on @CBS to see them… \n
960                                                                                                                                                                        @TMobile @JohnLegere appreciated your hard work and bring the affordable rate plans to the consumer. But man, your CS teams are awful!\n
961                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
962                                                                                                                                                                                                                                                                             @codeguy AWS outage, Np. @netflix\n
963                                                                                                                                                                                RT @Boomboomrock68: @Reuters @DagnyDelinquent Glad I could help, will never watch again. Theaters are off limits for my family\n
964                                                                                                                                                 This is a day that some people will say:\n\n\n\n\n\n\n"I am lucky to have our infrastructure on @Microsoft  @Azure"\n\n\n\n\n\n\n#S3… https://t.co/kuc5YIR2r4\n
965                                                                                                                                                               Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n
966                                                                                                                                                                  @HSBC @HSBC_UK your cashpoint only gave out £50 when I requested £100!!! Never had that before, please call me urge… https://t.co/fxs09d6PgI\n
967                                                                                                                                                                              @Tesco Checkout operator Maggie at your Baguley, Manchester store was very friendly and helpful this evening at 8.20pm. Big 👍🏻\n
968                                                                                                                                                                   @dshlvrsn @ValaAfshar @netflix And as choices grow, the “lock” for cable cos will be internet svc vs content channels. Not great value prop\n
969                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
970                                                                                                                                                                                                                  RT @CBS: Stream The Good Fight every Sunday, only on CBS All Access! https://t.co/u3eOSVaNOz\n
971                                                                                                                                                                                      RT @netflix: How far would you go for a friend? #Okja, a Netflix Original Film, arrives June 28. https://t.co/WG9fevspHa\n
972                                                                                                                                                                             RT @Reuters: BREAKING: Russia, China block bid by western powers to impose U.N. sanctions on Syria over accusations of chemical… \n
973                                                                                                                                  RT @JustMy_NameHere: Thank you @JamesOKeefeIII @CNNLeaks @Project_Veritas 😃\n\n\n\n\n\n\n\n\n\n\n\n\n\nSMH at PATHETIC 👉 #FakeNews @Yahoo\n\n\n\n\n\n\n&amp; INSENSITIVE… \n
974                                                                                                                                                                        Francesco GUARASCIO, #EU lawmakers vote to lift Marine Le Pen (@MLP_officiel)'s #immunity over tweets @Reuters https://t.co/FX4gNeiVpZ\n
975                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
976                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
977                                                                                                                                                RT @TMobile: You supply the🍿and #TMobileTuesdays will supply the 🎥.\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet a $4 movie ticket from @Fandango that’s good all week l… \n
978                                                                                                                                                                  RT @CieloChulacielo: @netflix  When a show is so full of possibilities, it should not end...make #BatB your’s #NetflixSaveBatB https://t.co…\n
979                                                                                                                                                                                   RT @shellthings: Mmmmm, chocolate! Try the new Milka OREO candy bar @Walmart and get a $1 Ibotta rebate #NewMilkaOREO #ad… \n
980                                                                                                                                                                                                                "Grand Mac" but y'all use the same size patty as a MC double. Well played assholes. @McDonalds\n
981                                                                                                                                                                          Dear @netflix Content Team please add #BatB to your original content library! \n\n\n\n\n\n\n#NetflixSaveBatB https://t.co/69mgIdbKxC\n
982                                                                                                                                                 RT @JamesOKeefeIII: ICYMI, @Project_Veritas has uncovered @CNN's dirty laundry: being insensitive &amp; calling @Yahoo #FakeNews. #CNNLeaks\n\n\n\n\n\n\nhtt…\n
983                                                                                                                                                                         RT @57Veronica: @netflix @NetflixNL #BatB has it all, plus an amazing cast and great crew! Please give this unique show a new home!… \n
984                                                                                                                                                            RT @MariamsSKY: #ThePowerOfaPromise \n\n\n\n\n\n\n@Siemens is breaking records again with its #Egypt #Megaproject contracts worth €8billion to a… \n
985                                                                                                                                                    @KristinaPerley \n\n\n\n\n\n\n\n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/tudJ0JmbeV\n\n\n\n\n\n\n@netflix @hulu @MTV\n
986                                                                                                                                                                                                           @myshop0 @amazon Absolute fantastic headphones, works great across my PS4 Pro and Xbox One S 👍🏻🎧\n
987                                                                                                                @naote_perguntei @GraysonDolan @EthanDolan @YouTube \n\n\n\n\n\n\n\n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/7yHyh7AhIH\n\n\n\n\n\n\n@netflix @hulu @MTV\n
988                                                                                                                                                                  Check out Jumping Beans Baby Girl Pink Long Sleeve Snap-Tee "I Love Hugs" Size 12 Month https://t.co/pcfMfqdh5X @eBay #ebay #babyclothes #RT\n
989                                                                                                                                                            U don't want 2 miss my dog's room makeover w/ CESAR® wet &amp; dry food at @Walmart \n\n\n\n\n\n\nhttps://t.co/Bte4uBFt49… https://t.co/evzTrNyiNR\n
990                                                                                                                                                                        RT @57Veronica2: @netflix The chemistry between the cast of #BatB is great, the chemistry between the leads is really unique, magica… \n
991                                                                                                                                                                            RT @birbigs: Okay, it's a thing now. On @netflix. Worldwide. Please RT if you like it. Maybe some other people will like it too.… \n
992                                                                                                                                                                            RT @birbigs: Okay, it's a thing now. On @netflix. Worldwide. Please RT if you like it. Maybe some other people will like it too.… \n
993                                                                                                                                                                       RT @pscoordsen13: @netflix Content Team, please talk this over and make the right decision to add #BatB to your original content libr… \n
994                                                                                                                                                 RT @JamesOKeefeIII: ICYMI, @Project_Veritas has uncovered @CNN's dirty laundry: being insensitive &amp; calling @Yahoo #FakeNews. #CNNLeaks\n\n\n\n\n\n\nhtt…\n
995                                                                                                                                                                  Writer/Director Extraordinaire @MaconBlair's fantastic,@sundancefest Grand Jury Winner is now streaming on @netflix! https://t.co/71Vh8fPLsG\n
996                                                                                                                                                                                                                                                       Hey @Disney, just a suggestion. https://t.co/FuEYDLRJNE\n
997                                                                                                                                                       @GayleHall05 @newtgingrich @MikeHuckman @TheTodayShow @CBS @yidwithlid \n\n\n\n\n\n\nGale it says more about you lack of morality than anything in meme\n
998                                                                                                                                                                      RT @greenbacksaving: Check out 3M Littmann Classic III Stethoscope, Grey Tube, 27 inch, 5621 #Littmann https://t.co/pHBYAv00au via @eBay\n
999                                                                                                                                                                                                                                 RT @ThePracticalDev: Hey @amazon, have you tried turning it off and on again?\n
1000                                                                                                                                                                 RT @57Veronica2: @netflix 4 PCA awards, one after another! Worldwide love for this really special show #BatB Beauty and the Beast! Please #…\n
1001                                                                                                                                                                           RT @birbigs: Okay, it's a thing now. On @netflix. Worldwide. Please RT if you like it. Maybe some other people will like it too.… \n
1002                                                                                                                                                                 RT @57Veronica: @netflix @NetflixNL 4 PCA awards, one after another! Global love for this amazing show #BatB Beauty and the Beast! #Netflix…\n
1003                                                                                                                                                                 RT @57Veronica: @netflix @NetflixNL 4 PCA awards, one after another! Global love for this amazing show #BatB Beauty and the Beast! #Netflix…\n
1004                                                                                                                                                                  "Best money ever spent thrust Groupon. I highly recommend this for anyone looking to get into shape without the..." @Groupon #HappyCustomer\n
1005                                                                                                                                                                                                            @Starbucks 10,000 refugees, now look at your sales. Make Chi and stay out of the political arena.\n
1006                                                                                                                                                                                       RT @IBM: "IBM is poised to become a key contender in the industrial #IoT market" https://t.co/BVqdbnEi8l via @Forbes… \n
1007                                                                                                                                                              RT @hydrogenics: #H2Aberdeen hydrogen station built by #Hydrogenics is now operational https://t.co/1EM6zNZRcr\n\n\n\n\n\n\n@Toyota @Aberdeencc\n
1008                                                                                                                                                                                         Check out this Amazon deal: Chromax M1 Golf Balls (Purple), Pack of 6 by Chromax https://t.co/9Njq9cgx4W via @amazon\n
1009                                                                                                                                                                 RT @DealHunter122: Check out Radio Control Car Action, R/C Magazine, May 2010, Excellent Condition  https://t.co/2VxjFldOpr via @eBay #RCCa…\n
1010                                                                                                                                                                        RT @salesforce: Learn how to use content to sell, get new ideas on cultivating customer loyalty, and more. 100 Sales Tips for 2017:… \n
1011                                                                                                                                                                                                 RT @Disney: See This Four-Year-Old #Moana Fan Sing “How Far I’ll Go" with @AuliiCravalho on @TheEllenShow:… \n
1012                                                                                                                                                                                  RT @APBusiness: After 26,000 stores in 75 countries, @Starbucks musters the courage to open a shop in Italy. CEO intvw by… \n
1013                                                                                                                                                                                                                          Um, yeah. @Hyundai already did that with the 2017 #Elantra. https://t.co/noFUy3N8TB\n
1014                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/6mvRggTWU9\n
1015                                                                                                                                                       @HawaiiFive0CBS @MacGyverCBS at the core is a #bromance #familyshow CBS: Evolution of a Hit Show #ConnectLA @BanffMedia @CBS\n\n\n\n\n\n\nBloggerBabes\n
1016                                                                                                                                                                                  Check out NEW DEADSTOCK NIKE DUNK HIGH ELITE SB "BLACK BOX" MENS US 10.5 SOLD OUT LOOK!!  https://t.co/l1Badx5iYx via @eBay\n
1017                                                                                                                                                                           RT @birbigs: Okay, it's a thing now. On @netflix. Worldwide. Please RT if you like it. Maybe some other people will like it too.… \n
1018                                                                                                                                                                 Excited to see another (free!) food delivery option, but am disappointed that @amazon joins its competitors in igno… https://t.co/GSUbJSQBfE\n
1019                                                                                                                                                                                                 RT @endclothing: Online now, @Nike Air Max Woven Boot (£149) https://t.co/vjDePtAdXq https://t.co/8bcVedJzPD\n
1020                                                                                                                                                               RT @mikedebonis: &gt;@RepHankJohnson just pronounced @DeutscheBank as "Douche Bank," and the House Judiciary Committee is bipartisanly amused.\n
1021                                                                                                                                                                                     LIFELOVELIGHTPOWERPEACEBEAUTYJOY, Feesh Sammich Mask By John Offutt (Signed) #Abstract https://t.co/DWtgAOX7H7 via @eBay\n
1022                                                                                                                                    RT @Nachtfee24: Be sure we love @netflix @NetflixDE\n\n\n\n\n\n\nYou need our gem as your original \n\n\n\n\n\n\nBeastieFANmily need #BatB on TV\n\n\n\n\n\n\n💞 Please… \n
1023                                                                                                                                                                         RT @SydWeiler: AFTER A SHORT BREAK, #TRASHDOVES ARE BACK ON THE @Apple @AppStore !!! Get them and send them to friends, enemies, b… \n
1024                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/WbCrE35YT7\n
1025                                                                                   RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
1026                                                                                                                                                                                                                    @adidasFballUS @adidas @adidasUS if there's an island for the 45-49 age group, sign me up\n
1027                                                                                                                                                               RT @devina_reeve: My novel @amazon and kindle 1850 Victorian thriller\n\n\n\n\n\n\nRhoda transported falsely convicted https://t.co/QIBxQlaxMn\n
1028                                                                                                                                                                                                    RT @Reuters: Trump plan to slash State, foreign aid spending has foes in Congress https://t.co/23e2XcPJSU\n
1029                                                                                                                                                                        RT @MjGiftshop: Check out Personalised Me To You Cupcake Me to You Latte Mug Mothers Day, Nanna, Friend https://t.co/e9vklA094e @eBay\n
1030                                                                                                                                                                                    RT @silkeklemm: #BatB is such a fantastic show @netflix @netflixDE, pls add our beloved show 2 your orginal programming… \n
1031                                                                                   RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
1032                                                                                                                                                         6 Piece Stainless Steel Knife Set With Acrylic Stand  \n\n\n\n\n\n\nhttps://t.co/kPKvl2K0Cf via @amazon #sale #deal #bargain https://t.co/bGCdbQbLKE\n
1033                                                                                                                                                                           Check out X-Men #105 (Oct 2000, Marvel)  https://t.co/jWARyuIuVq via @eBay #ebay #xmen #famous #comics #marvel @marvel #comicbooks\n
1034                                                                                   RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
1035                                                                                                                                                                                   Check out 2 Piece Glass Heart Jewelry Box, Vintage, lines from center, Valentine's gift  https://t.co/RhtFdmI661 via @eBay\n
1036                                                                                   RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
1037                                                                                   RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
1038                                                                                                                                                            RT @MediaJuggernaut: Target Stock Has Lost 30% In Value Since Transgender Bathroom Announcement.\n\n\n\n\n\n\nTake Note @Starbucks, You're Next… \n
1039                                                                                                                                                                  RT @Erikar0220: I will never buy from @HomeDepot they delivered one week late, and left my vanity outside and of course it was broken into…\n
1040                                                                                                                                                                                      RT @Cisco: Happy #MardiGras! With LED wearables, #FatTuesday celebrations are getting lit....literally. Check it out:… \n
1041                                                                                                                                                                         RT @nomnompaleo: Yowza! Our second cookbook, Ready or Not!, is available for pre-order on @amazon for 49% off! Snag one, Nomsters!… \n
1042                                                                                                                                                                                                                                RT @ThePracticalDev: Hey @amazon, have you tried turning it off and on again?\n
1043                                                                                                                                                    RT @SandyAvila37: @netflix @NetflixDE  Would be a wonderful win-win ! #BATB is a global fan favorite! \n\n\n\n\n\n\n#NetflixSaveBatB https://t.co/H30P8i…\n
1044                                                                                                                                                                                                                                            @TMobile eat my ass, you stole my dream cruise before I could win\n
1045                                                                                                                                                                                 Y'all messed up my damn order @McDonalds, three of the things I ordered were not in the bag when I left the store , not good\n
1046                                                                                                                                                                 @ATT Please for the love of GOD, get rid of the fake typing noises that the robot agent is "making" while y'all route me to the wrong person\n
1047                                                                                                                                                              @TMobile your service where you call me instead of waiting on hold is great, except when you get transferred &amp; sit on hold for almost 30min\n
1048                                                                                                                                                                            @Tesco hi, I've preordered a Nintendo switch last month and I'm wondering if my preorder is one of the ones that's been cancelled\n
1049                                                                                       RT @censorednewsnow: Hereby declared \n\n\n\n\n\n\n\n\n\n\n\n\n\nENEMIES OF THE PEOPLE &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; @Google\n\n\n\n\n\n\n\n\n\n\n\n\n\nNew hash #StarveGoogleEmployees https://t.co/JxEjuGK9AH\n
1050                                                                                                                                                                                                                  RT @Reuters: NSA risks talent exodus amid morale slump, Trump fears https://t.co/V5gG5sdfjD\n
1051                                                                                                                                                             RT @SportsNation: Which of these teams would be the best fit for Adrian Peterson?\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt's the @Toyota #PulseOfTheNation:\n
1052                                                                                                                                                          RT @subzerov690: @ATT @ATTCares \n\n\n\n\n\n\nThis employee works for you. This employee is advocating the murder of ALL Muslims. Do something. R… \n
1053                                                                                                                                                          RT @healingtomato: Breakfast will never be boring again!! https://t.co/CbvuUzf2m2\n\n\n\n\n\n\n #sponsored #CalciYUM #Yoplait @Walmart #breakfast… \n
1054                                                                                                                                                                                    Check out Antique Hand Painted Victorian Mustache Mug "Love The Giver" Pink Gold White  https://t.co/UlGI9CwDt0 via @eBay\n
1055                                                                                                                                                                                Check out Hand Painted Nippon Noritake Covered Sauce With Attached Base Gilt, White, Green  https://t.co/O3hGYdl1x9 via @eBay\n
1056                                                                                                                                                    @divadejadiva1 \n\n\n\n\n\n\n\n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/tudJ0JmbeV\n\n\n\n\n\n\n@netflix @hulu @MTV\n
1057                                                                                                                                                                 RT @netflix: She's rich, famous, and most of all, humble. @AmySchumer: The Leather Special is coming to Netflix March 7. https://t.co/TL7xX…\n
1058                                                                                                                                                                                   RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
1059                                                                                                                                                                                                   Kuwait could pay up to $60,000 for party at Trump Hotel in Washington https://t.co/gPt8w9cHJv via @Reuters\n
1060                                                                                                                                                                                                                                             @netflix @amyschumer Amy's great. People commenting, not so much\n
1061                                                                                                                                                                                                Check out Opalite Sphere from Seven Troughs NV 2 1/8" Diameter (SP-MFR041)  https://t.co/u3dovUz6rh via @eBay\n
1062                                                                                                                                                                           RT @birbigs: Okay, it's a thing now. On @netflix. Worldwide. Please RT if you like it. Maybe some other people will like it too.… \n
1063                                                                                                                                                                                   RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
1064                                                                                                                                                                 RT @Burberry: Captured at @TheLOVEMagazine and @Burberry party, #KrisWu after the #BurberryShow on Monday night. #LFW https://t.co/btLe3LrM…\n
1065                                                                                                                                                                                                          RT @Lakers: Find tonight's giveaway shirts on your seats, courtesy of @Nike https://t.co/akVhI1fWdH\n
1066                                                                                                                                                                                                          RT @Lakers: Find tonight's giveaway shirts on your seats, courtesy of @Nike https://t.co/akVhI1fWdH\n
1067                                                                                                                                       RT @AttitudeMag: WORLD EXCLUSIVE - #BeautyAndTheBeast set to make @Disney history with gay character:\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/mBOhP3gSxu https://t.co…\n
1068                                                                                                                                                             @jpmorgan Chase agreed to pay a $55 million fine for charging atleast 53,000 minority borrowers higher rates &amp; fees… https://t.co/3DunzEPG5A\n
1069                                                                                                                                                               RT @mikedebonis: &gt;@RepHankJohnson just pronounced @DeutscheBank as "Douche Bank," and the House Judiciary Committee is bipartisanly amused.\n
1070                                                                                                                                       RT @FinishLine: Decisions Decisions. Three New Pairs Of @adidas Ultra Boosts Drop Tomorrow. \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/m6NCvAD5eb https://t.co/cjQsMab9…\n
1071                                                                                                                                                             RT @SamsungIoT: The @Breezie interface, powered by @ARTIKCloud &amp; @TMobile, makes connected health easier for seniors. https://t.co/torlsLxU…\n
1072                                                                                                                                                                                               RT @Reuters: ⚡️ “Iraqis flee the frontline battle in Mosul”\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/Bze4XE0RAG\n
1073                                                                                                                                                                                       RT @IBM: "IBM is poised to become a key contender in the industrial #IoT market" https://t.co/BVqdbnEi8l via @Forbes… \n
1074                                                                                                                                                                 RT @RevvinForSE7EN: An eventful #Daytona500 for @McDonalds car w/ @JamieMcMurray, hope @TeamChevy cars can stay out of his path, he's outta…\n
1075                                                                                                                                                                                                    U.N. says Thailand leaves legal loophole for torture, disappearances https://t.co/onfbzeJwuZ via @Reuters\n
1076                                                                                                                                                                   RT @JayRuderman: Great meeting today 2 discuss #Disability inclusion &amp; representation with @Walmart @sarahartweir, Shira Ruderman, J… \n
1077                                                                                                                                                                                         Zeny Training Batte Rope 2" Poly Dacron 40ft Workout Training Undulation Fitn... https://t.co/r0YtShk15u via @amazon\n
1078                                                                                                                                                                            RT @BankofAmerica: On 3/14 over 2,700 @SpecialOlympics athletes from 107 countries will inspire us all to put down limits &amp;… \n
1079                                                                                                                                                               RT @ARPAE: Exciting tech demo of the TERRA program PhenoRover! #ARPAE17 @PurdueAg\n\n\n\n\n\n\n@IBM #data #agriculture https://t.co/ijhvc1QLeh\n
1080                                                                                                                                       RT @RossButler: Innocence is relative. \n\n\n\n\n\n\n13 Reasons Why streaming only on @netflix March 31st.\n\n\n\n\n\n\n#13ReasonsWhy #Netflix https://t.co/TmbZWxblET\n
1081                                                                                                                                                                 RT @netflix: She's rich, famous, and most of all, humble. @AmySchumer: The Leather Special is coming to Netflix March 7. https://t.co/TL7xX…\n
1082                                                                                                                                                                                                                   @netflix recommends I watch "Captain America: Civil War" because I watched "Spotlight". 🤔\n
1083                                                                                                                                                                       @Walmart If ur self check out are dwn 4 repair, least you can do is schedule extra cashiers. So much time wasted standing in line 😠😠\n
1084                                                                                                                                                                                           RT @prettynameless: Love the end, @Walmart! Inspiration really is everywhere! Brilliant message! #TheReceipt #ad… \n
1085                                                                                                                                                          RT @subzerov690: @ATT @ATTCares \n\n\n\n\n\n\nThis employee works for you. This employee is advocating the murder of ALL Muslims. Do something. R… \n
1086                                                                                                                                                                     RT @DinaAsat: International digital (!) money transfers, Walmart Pay, Scan &amp; Go and more 😳 @Walmart has stepped up #money service… \n
1087                                                                                                                                                                                 RT @D_Ross3: Great day in Chicago, chilling with @KelloggsUS &amp; Team Sunny and brightening commuters’ day…Check it out!… \n
1088                                                                                                                                                RT @JamesOKeefeIII: ICYMI, @Project_Veritas has uncovered @CNN's dirty laundry: being insensitive &amp; calling @Yahoo #FakeNews. #CNNLeaks\n\n\n\n\n\n\nhtt…\n
1089                                                                                                                                                                                      @POTUS @realDonaldTrump @FOX @CNN @ABC @NBC @CBS time whiny man-child,  you show some backbone. https://t.co/6Jnwt8rEqf\n
1090                                                                                                                                                        Players in #AR &amp; #VR Ecosystem!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#VirtualReality #AugmentedReality #MixedReality @BankofAmerica https://t.co/ulUYyrWoVq\n
1091                                                                                                                                                                  RT @thriftyfifty6: Check out Antique Chinese Famille Rose Medallion Enameled Oval Plate, 19 Century, EX!  https://t.co/lMkl9cx9Fd via @eBay\n
1092                                                                                                                                                                  @CBS #H50 is The King of Friday nights w/an audience that keeps growing!  Love, love, love this show! Please renew… https://t.co/jPpbjCGxFT\n
1093                                                                                                                                                                                                                           @UPS “Sorry, there’s nothing we can do. There’s no error code so we can’t fix it.”\n
1094                                                                                                                                                                 I keep asking but @Walmart but won't answer. They want us as consumers, not creators? Time to take #TheReceipt back… https://t.co/PcsN2kgAVa\n
1095                                                                                                                                                                                   RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
1096                                                                                                                                                                #Media &amp; #Press, we implore you NOT to allow #unhinged #Potus' words to be normalized tonight. @CNN @MSNBC @CBS @ABC #Presidentialaddress\n
1097                                                                                                                                                                     @CBS @thegoodfight why exactly is this show on the streaming service and not regular tv? CBS is not cable, but regular tv. I can't watch\n
1098                                                                                                                                                                                       My taste is impeccable. Join the All-In Burger Debate w/ @Applebees, @pepsi &amp; @MikeAndMike https://t.co/cGJDvorLnm\n
1099                                                                                                                                                                                 RT @HP: Thin. Powerful. And now, a #CES2017 Best of Innovation Award winner. https://t.co/UHt7g2TVvH https://t.co/PAHuqPP1v8\n
1100                                                                                                                                                                                        Watch some of your favorite #Oscars Music Moments, presented by @ATT: https://t.co/VDKrK6G36c https://t.co/g1N8TgSHb3\n
1101                                                                                                                                                                                   RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
1102                                                                                                                                                                           RT @TMobile: @ThePhenomenalEE Whether it's melee or brawl, #TMobileOne smashes all!  Let the Uncarrier be your final destination… \n
1103                                                                                                                                                                                                        RT @Reuters: BREAKING: Oscars ratings on ABC averaged 32.9 million, least-viewed broadcast since 2008\n
1104                                                                                                                                                                                                  RT @TMobile: @LoveeLolaa__ Why you gotta make us blush, Londoncé?! ☺️ Everything we do is for y'all! *TerriL\n
1105                                                                                                                                                                                             RT @FindingThingz: Check out Vintage Painted 10 Gallon 24" Tall Milk Can With Lid  https://t.co/3A6vdcGu62 @eBay\n
1106                                                                                                                                                                              Check out Irish Spring Signature Body Wash Exfoliating, 15oz, 2 Pack, Clean &amp; Scrub, New  https://t.co/F1eay90mgl via @eBay\n
1107                                                                                                                                                                RT @sportparadise: Amazon Toys\n\n\n\n\n\n\n https://t.co/4GGjCHjdf3 #amazonwishlist #amazoncart #amazontoys  @amazon https://t.co/T9qWIlNXlj\n
1108                                                                                                                                                                       RT @ChristinaLo7: "Humanism - The Whore of Babylon and the Sleeping Church" by Christina M. Lop... https://t.co/Iv9ccd805f via @amazon\n
1109                                                                                                                                                                      RT @marceloclaure: Hey @TMobile customers, we’ve got an INCREDIBLE deal for you! #SwitchtoSprint and get 50% off ANY #iPhone @Target!… \n
1110                                                                                                                                                                  RT @flyLAXairport: ✈️ @Avianca will increase 4x weekly LAX-Bogota, Colombia flights to daily March 26 aboard @Boeing 787 Dreamliner! #flyLAX\n
1111                                                                                                                                                                                   RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
1112                                                                                                                                                                                                                                                 @CBS - I think not. Done, over! Come up with something fresh\n
1113                                                                                                                                                                                   RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
1114                                                                                                                                                                         RT @Reuters: Trump didn't indicate how far those tax credits would go, whether they'd be age based, etc. 3/3 https://t.co/3zlmzsNae6\n
1115                                                                                                                                                                                   RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
1116                                                                                                                                                                                                        RT @Reuters: BREAKING: Oscars ratings on ABC averaged 32.9 million, least-viewed broadcast since 2008\n
1117                                                                                          To issues on @facebook during #Jointsession:\n\n\n\n\n\n\n\n\n\n\n\n\n\n1. Immigration\n\n\n\n\n\n\n2. Russia\n\n\n\n\n\n\n3. Racial/Ethnic Discrimination\n\n\n\n\n\n\n4. The Economy\n\n\n\n\n\n\n5. The Military\n
1118                                                                                                                                                                                           RT @prettynameless: Love the end, @Walmart! Inspiration really is everywhere! Brilliant message! #TheReceipt #ad… \n
1119                                                                                                                                                                                RT @maricopakellyk: Trump plan to slash State, foreign aid spending has foes in Congress https://t.co/IsJwFRxF6Y via @Reuters\n
1120                                                                                                                                                        @dub_daGreatest 😂 no no no no no I just really mess with they gear I would like to be sponsored by 'em too them or @Nike \n\n\n\n\n\n\n#NIKEHINT👀👀\n
1121                                                                                                                                                                              In real news, proud of baby sister for the moves she's making with @Ford African Ancestry Network. And… https://t.co/9T9JY8D0QO\n
1122                                                                                                @KelloggsUS\n\n\n\n\n\n\nHere we go\n\n\n\n\n\n\nHere we go\n\n\n\n\n\n\nHere we go\n\n\n\n\n\n\nSteelers, Here we go\n\n\n\n\n\n\nPittsburgh's let's go to the Super Bowl\n\n\n\n\n\n\n#teamsundayentry 🏈🏈\n
1123                                                                                                                                                                      RT @Reuters: White House denies Trump order on biofuels program pending, markets roiled https://t.co/C8fCsDZzwM https://t.co/eSa9cZr6GA\n
1124                                                                                                                                                                             RT @TheTideDrew: Loving the a6000, I would love to review and try out some of your other lenses that work with the a6000 @Sony !\n
1125                                                                                                                                                                             RT @TheTideDrew: Loving the a6000, I would love to review and try out some of your other lenses that work with the a6000 @Sony !\n
1126                                                                                                                                                    RT @exxonmobil: Meet Elseya rhodini, a new turtle species we discovered while mapping biodiversity in Papua New Guinea.\n\n\n\n\n\n\n https://t.co/2zuDH…\n
1127                                                                                                                                                                 @ReutersOpinion @Reuters what else would you expect when every call, txt, and email is monitored and recorded.. should have made it illiegal\n
1128                                                                                                                                                                                           Check out How to Train Your Dragon 2, McDonald's, Zippleback Flying Toy, New!!!  https://t.co/xDtvc9rSDG via @eBay\n
1129                                                                                                                                                                            @joeyjao @Walmart @MakingStarWars Walmart online also has Lando, Ahsoka, and Jyn for $10-11 each right now w/ free ship-to-store.\n
1130                                                                                                                                                                  RT @Japanimedia: Check out Anohana Book type Music Box " Aoi Shiori " Flower We Saw That Day Taito JAPAN  https://t.co/9uZbiPtKZI via @eBay\n
1131                                                                                                                                               RT @AlexMacleanECL: LIKE for left RETWEET for right 👟\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Complex @HYPEBEAST @adidasCA @Nike @ComplexSneakers https://t.co/BZlhbXJMkf\n
1132                                                                                                                                                                 RT @kunwarNitin3: Falling Grace: It falls when you love, it falls when you force by Kunwar Niti... https://t.co/LCzF4McryT via @amazon WELC…\n
1133                                                                                                                                                                @CBS @thegoodfight A devoted fan of The Good Wife disappointed in CBS, charging for sequel! Do you really need money. We already pay for TV❗\n
1134                                                                                                                                                                                                     Please @CNN @MSNBC @ABC @CBS Quit with the cutting slack already! \n\n\n\n\n\n\n https://t.co/xAjYZTdWxP\n
1135                                                                                                                                                                                                                         @Reuters Deplorable narcissistic nutcase...it was all SCRIPTED. \n\n\n\n\n\n\nC'mon!\n
1136                                                                                                                                                                                                                                     RT @COSCRTS: Nike Airforce 1s\n\n\n\n\n\n\n@Nike https://t.co/WQvvUvTuk8\n
1137                                                                                                                                                                                RT @NHL: It was a team effort for the @CanadiensMTL, but @CP0031 earned the @pepsi shutout. #CBJvsMTL https://t.co/hyezcoiGQ5\n
1138                                                                                                                                                                      @Reuters OMG! Don't they remember the 500,000+ civilians they killed looking for WMDs??? Sure those people won't hold a GRUDGE!! lol. B\n
1139                                                                                                                                                                                RT @NHL: It was a team effort for the @CanadiensMTL, but @CP0031 earned the @pepsi shutout. #CBJvsMTL https://t.co/hyezcoiGQ5\n
1140                                                                                                                                                                                          RT @Reuters: NSA risks talent exodus amid morale slump, Trump fears https://t.co/zRwpV0hn5A https://t.co/BNfeekKRlQ\n
1141                                                                                                                                                         #MuzikkZone .@lola6667 @twitter @facebook\n\n\n\n\n\n\nEverlit - Blackout Live @ in Asheville, NC https://t.co/y2JdtsoC2U via @YouTube @EverlitMusic\n
1142                                                                                                                                                                    New! Men Jordan 29 XX9 "Riverwalk" Basketball LeBron 695515-625 Multi Color 18 https://t.co/vtGbUD1iqe @eBay #Shoes #OOTD #Love #Shopping\n
1143                                                                                                                                                                                                             Check out CBLDF Liberty "GARY KEZELE" Sketch Card *Super Hot"  https://t.co/50KfX8Tlvk via @eBay\n
1144                                                                                                                                                                                RT @NHL: It was a team effort for the @CanadiensMTL, but @CP0031 earned the @pepsi shutout. #CBJvsMTL https://t.co/hyezcoiGQ5\n
1145                                                                                                                                                                                   RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
1146                                                                                                                                                                                           RT @prettynameless: Love the end, @Walmart! Inspiration really is everywhere! Brilliant message! #TheReceipt #ad… \n
1147                                                                                                                                                                  Just watch @fistfightmovie thanks to #TMobileTuesdays in my @TMobile socks and sending this with my free @TMobile phone, thanks @JohnLegere\n
1148                                                                                                                                                             RT @USDOL: DYK? @Ford announced plans to cancel a plant in Mexico, adding 700 jobs in MI &amp; Fiat Chrysler announced $1B investment, creating…\n
1149                                                                                                                 RT @baldwinmathew: Stats for kubernetes at @Disney \n\n\n\n\n\n\n- 21 - 30 K8S services\n\n\n\n\n\n\n- 15 ingress rules\n\n\n\n\n\n\n- 24 - 48 nodes\n\n\n\n\n\n\n- 3 clusters in producti… \n
1150                                                                                                                                       RT @AttitudeMag: WORLD EXCLUSIVE - #BeautyAndTheBeast set to make @Disney history with gay character:\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/mBOhP3gSxu https://t.co…\n
1151                                                                                                                                                                                  RT @shellthings: Mmmmm, chocolate! Try the new Milka OREO candy bar @Walmart and get a $1 Ibotta rebate #NewMilkaOREO #ad… \n
1152                                                                                                                                                                 RT @CoverMongolia: China's #coal imports from #NorthKorea ease after sanctions, from #Mongolia up 154% | @Reuters, February 24 https://t.co…\n
1153                                                                                                                                       RT @AttitudeMag: WORLD EXCLUSIVE - #BeautyAndTheBeast set to make @Disney history with gay character:\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/mBOhP3gSxu https://t.co…\n
1154                                                                                                                                                                                           @charlieisaacs @fcathala @eliotharper @CrawfordAMC @a_kuratani @ApexLarson @salesforce Thanks very much, Charlie!!\n
1155                                                                                                                                                                   RT @Reuters: Stocks struggle as Trump offers few policy details, dollar firms on rate talk https://t.co/hWFS3GVBIe https://t.co/KEDxBT9AKH\n
1156                                                                                                                                                                                                          @netflix , never make a hip hop history documentary series and not include @TooShort and @E40 . Smh\n
1157                                                                                                                                                                                          RT @Reuters: NSA risks talent exodus amid morale slump, Trump fears https://t.co/zRwpV0hn5A https://t.co/BNfeekKRlQ\n
1158                                                                                                                                    RT @Nachtfee24: Be sure we love @netflix @NetflixDE\n\n\n\n\n\n\nYou need our gem as your original \n\n\n\n\n\n\nBeastieFANmily need #BatB on TV\n\n\n\n\n\n\n💞 Please… \n
1159                                                                                                                      RT @We_The_PeopleTX: 💥FAKE NEWS LIST💥\n\n\n\n\n\n\n@CNN @MSNBC @CNBC\n\n\n\n\n\n\n@ABC @CBSNews @NBCNews\n\n\n\n\n\n\n@Reuters @thehill, etc.\n\n\n\n\n\n\n#FakeNews #FakeNewsMedia… \n
1160                                                                                                                                                            RT @yogrishiramdev: Discussed ideas around spreading yog, Ayurved &amp; swadeshi through @facebook with its India head, @umang_bedi Ji &amp; hi… \n
1161                                                                                                                                                                                                                The hits just keep on coming for @netflix\n\n\n\n\n\n\n \n\n\n\n\n\n\nhttps://t.co/bEZYmtdk9w\n
1162                                                                                                                                                                                              @TMobile got thank and appreciate your customer service, @ATT @VerizonSupport @sprint should step up and learn.\n
1163                                                                                                                                                            RT @yogrishiramdev: Discussed ideas around spreading yog, Ayurved &amp; swadeshi through @facebook with its India head, @umang_bedi Ji &amp; hi… \n
1164                                                                                                                                                            RT @yogrishiramdev: Discussed ideas around spreading yog, Ayurved &amp; swadeshi through @facebook with its India head, @umang_bedi Ji &amp; hi… \n
1165                                                                                                                                                                   RT @Reuters: Stocks struggle as Trump offers few policy details, dollar firms on rate talk https://t.co/hWFS3GVBIe https://t.co/KEDxBT9AKH\n
1166                                                                                                                                                                   RT @Reuters: Stocks struggle as Trump offers few policy details, dollar firms on rate talk https://t.co/hWFS3GVBIe https://t.co/KEDxBT9AKH\n
1167                                                                                                                                               RT @DigitalPhamcist: Fabulous to see @Google honour the late great Abdul #edhi \n\n\n\n\n\n\n\n\n\n\n\n\n\n#humanitarian #ambulances #caringForTheVulnerable… \n
1168                                                                                                                                                       @MyDCHeroes \n\n\n\n\n\n\n\n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/lVZVOwHZvt\n\n\n\n\n\n\n@netflix @hulu @MTV\n
1169                                                                                                                                                                                                            RT @Reuters: U.S. military marches forward on green energy, despite Trump https://t.co/8VSoP1F60F\n
1170                                                                                                                                                                             Speaking now @DianeMelley, Vice President, Global Citizenship of @IBM #globalpeace #GPYEPhilippines2017… https://t.co/VEfzD1V8uD\n
1171                                                                                                                                                                 I just listed: 'Violet Channel-set Round Brilliant Cut Eternity Ring Crystal Rhinestone Fa...',for 14.00 via @amazon https://t.co/KpABAN4p5X\n
1172                                                                                                                                                                                                               Check out Leather blank book w/ 3 latch huge  13 1/2" x 18"  https://t.co/kzHnkDGj3r via @eBay\n
1173                                                                                                                                                                   Private equity firm PAG makes $616 million bid for Yingde co-founders' stake - "a positive development" - https://t.co/6yKAzhPk9J @Reuters\n
1174                                                                                                                                                                                                            RT @Reuters: U.S. military marches forward on green energy, despite Trump https://t.co/8VSoP1F60F\n
1175                                                                                                                                                                                                        RT @Reuters: San Francisco university lays off IT workers, jobs head to India https://t.co/tQ8EoV63YC\n
1176                                                                                                                                       RT @AttitudeMag: WORLD EXCLUSIVE - #BeautyAndTheBeast set to make @Disney history with gay character:\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/mBOhP3ytp2 https://t.co…\n
1177                                                                                                                                                       First flight of the @Boeing 787-10 (@Rolls-Royce Trent 1000-TEN engines) will be webcast today starting at 2:25pm\n\n\n\n\n\n\nhttps://t.co/jMspF9y5xy\n
1178                                                                                                                                                                                            Life used to guide our stories, now stories guide our life. @Snapchat @facebook @WhatsApp @instagram #generationy\n
1179                                                                                                                                                                                             Check out Australia Cricket Mitchell Stark Signed 16" X 12" Double Mounted Display https://t.co/lCm2vBZ6rW @eBay\n
1180                                                                                                                                                                                        RT @eulen_ei: Dear @Ford_de @Ford , Oh my god, again, Over 1.600 companies have blocked Breitbart. @slpng_giants_eu… \n
1181                                                                                                                                                                Ya murders bad, ya stealinga bad, but you know what's worst. When @netflix dosnt have all the season to a show. Wtf am I supposed to do now💀\n
1182                                                                                                                                                                          RT @Burberry: Kris Wu wearing pieces from the @Burberry February collection at #Baselworld2017, Switzerland https://t.co/EZ1kqX8mW2\n
1183                                                                                                                                                          Check out Hetalia AxisPowers One Coin Grande 2.2" Figure 3PCS Authentic Kotobukiya JP A608  https://t.co/zxQvijF7rP via @eBay\n\n\n\n\n\n\n#Hetalia\n
1184                                                                                                                                                                                         F*ck you @Apple !!! You literally changed my pass code, right when it froze and restarted. Now the phone is useless!\n
1185                                                                                                                                                                                         Check out Caution This Door Must Be Kept Closed,  Fence / Wall Metal Sign #Hillman https://t.co/u0e1h5w0Qj via @eBay\n
1186                                                                                                                                RT @Indian_stats: Dear @Google  \n\n\n\n\n\n\n\n\n\n\n\n\n\nplease correct. \n\n\n\n\n\n\n\n\n\n\n\n\n\nKind regards,\n\n\n\n\n\n\n1.8 billion people https://t.co/rhtDKKPoDE\n
1187                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1188                                                                                                                                                      @Reuters HERE CLICK AND READ: @GAYFISHPIOTR @GAYFISHPIOTR\n\n\n\n\n\n\n@GAYFISHPIOTR @GAYFISHPIOTR @GAYFISHPIOTR @GAYFISHPIOTR… https://t.co/LUATXSqfvG\n
1189                                                                                                                                                                                                                   RT @Reuters: EU offers pre-Brexit trade talks, tough on transition https://t.co/TnaWhSTfWX\n
1190                                                                                                                                                     Wow ..soo much sweat yet so much hot it was . but yeah I did it . #yesterday #runner\n\n\n\n\n\n\n@Nike @NikeRunning @nikestore… https://t.co/PQ1SPG3qWZ\n
1191                                                                                                                                                                                                      RT @SamOotd: @sammangubat wearing @adidas \n\n\n\n\n\n\nStyled by: @jennysibulo https://t.co/36WcSplsPG\n
1192                                                                                                                                                                                                RT @Disney: .@OhMyDisney Announces Its "Never Grow Up" Disney Art Tribute with Mondo x Cyclops Print Works:… \n
1193                                                                                                                                                                          RT @Burberry: Kris Wu wearing pieces from the @Burberry February collection at #Baselworld2017, Switzerland https://t.co/EZ1kqX8mW2\n
1194                                                                                                                                                                     @Reuters FFS tell us something we don't already know. There's bound to be compromises. Less sabre rattling, just fucking get on with it!\n
1195                                                                                                                                                                 #ShoutItLoud by CLIFFORD #Nigeria #TGIF  \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/7XJL8AiN8b via \n\n\n\n\n\n\n\n\n\n\n\n\n\n@amazon #amazon\n
1196                                                                                                                                                                                  RT @give_together: Check out Large Limoges "Ravenwood" Studio Hand Painted Strawberry Pitcher https://t.co/B8a3Z3NIXa @eBay\n
1197                                                                                                                                                                  @YourAnonNews Given EFF's report on @verizon #malware, maybe give a shout out to how to cancel their spying asses?  https://t.co/6cfKrSbNCa\n
1198                                                                                                                                                      Harry Benson\n\n\n\n\n\n\n\n\n\n\n\n\n\nMichael Jackson on Throne, 1997\n\n\n\n\n\n\n\n\n\n\n\n\n\n https://t.co/SpsgRX7YgM via @amazon #MichaelJackson\n
1199                                                                                                                                                                          RT @Burberry: Kris Wu wearing pieces from the @Burberry February collection at #Baselworld2017, Switzerland https://t.co/EZ1kqX8mW2\n
1200                                                                                                                                                                          When you have both a new season of @archerfxx  and @trailerparkboys  to watch on @netflix . Yes, thank you for stepping yo game up.\n
1201                                                                                                                                                                                     RT @Iamfrankelean: Seeing this #GalaxyS8, makes me wonder what @Apple is planning with #iPhone8  https://t.co/92XRJRrKLT\n
1202                                                                                                                                                                             US trade barriers report slams China on overcapacity, tech transfer https://t.co/GwXikn7TAn via @Reuters https://t.co/muhv8SgLey\n
1203                                                                                                                                                                        RT @worldstoresus: I just listed: '9" X 12" No Fumar / No Smoking Sign Case Pack 480', for 479.66 via @amazon https://t.co/ZUnEMw2cyf\n
1204                                                                                                                                                    RT @SafetyPinDaily: Biggest challenge for the National Security Council isn’t North Korea or Russia. It’s Trump. |  via @Reuters\n\n\n\n\n\n\nhttps://t.…\n
1205                                                                                                                                                                                                              Shame on T-Mobile, terrible customer service. No one has a clue of what they are doing @TMobile\n
1206                                                                                                                                                                     @Tesco hi tiffany, it was the enniskillen store in Northern Ireland. Thank u for replying, they were on offer for £1, don't need refund.\n
1207                                                                                                                                                                         RT @McDonalds: Today we've announced that by mid-2018, all Quarter Pounder burgers at the majority of our restaurants will be cook… \n
1208                                                                                                                                                                     RT @Reuters: Foreigners in Japan face significant levels of discrimination, survey shows https://t.co/EyYr9ruGK2 https://t.co/T0x7t0PFx2\n
1209                                                                                                                                                                                                                   RT @HYPEBEAST: .@KithSet x Steven Harrington x @Nike \n\n\n\n\n\n\nhttps://t.co/xkV9ASprmw\n
1210                                                                                                                                                                 RT @DeutscheBank: #Retail: more than 6,000 shops in the US could close in the next 10 years because they slept through online retailing. #D…\n
1211                                                                                                                                                                  @ndcharlie904 @iB3nji @delly109 @SexyAssLatino @AppleSupport @netflix That's the one! I loved the book so much, it… https://t.co/tDH9dPAych\n
1212                                                                                                                                                                     RT @Reuters: Foreigners in Japan face significant levels of discrimination, survey shows https://t.co/EyYr9ruGK2 https://t.co/T0x7t0PFx2\n
1213                                                                                                                                                                   If @Bayer @MonsantoCo #mergerfromhell goes ahead, only 3 companies will control over 60% of seeds and pesticides.… https://t.co/dGMadoSavN\n
1214                                                                                                                                                                                     RT @endclothing: Online now, @Nike Air Max 1 Ultra 2.0 #Flyknit 'U.S.A.' https://t.co/9HQX9NnRce https://t.co/Zxj7CCfVVV\n
1215                                                                                                                                                                                     RT @endclothing: Online now, @Nike Air Max 1 Ultra 2.0 #Flyknit 'U.S.A.' https://t.co/9HQX9NnRce https://t.co/Zxj7CCfVVV\n
1216                                                                                                                                                                                RT @Google: Get from “exit” to “출구“ in just one tap with Word Lens, now available in Korean on the #GoogleTranslate app →… \n
1217                                                                                                                                                                                        @bookingcom @hotelsdotcom @Expedia @TripAdvisor \n\n\n\n\n\n\n\n\n\n\n\n\n\nWhat would it take to get your attention?\n
1218                                                                                                                                                                                            Check out White Shabby Chic Interior Design Creme "BAIN" Canister Cask Storage  https://t.co/Tcd1WuJ5LX via @eBay\n
1219                                                                                                                                                             RT @Michael_Buffer: @IBM I've supported Guiding Eyes 4 yrs-please spay-neuter &amp;LOVE ur dogs-adopt,don't buy-always visit vet annually!I hav…\n
1220                                                                                                                                                                               @courtney_leaann @JenCorrigan3 @lilyftcm @13ReasonsWhy @netflix nope, which is why I think some people find it hard to swallow\n
1221                                                                                                                                                                          RT @Burberry: Kris Wu wearing pieces from the @Burberry February collection at #Baselworld2017, Switzerland https://t.co/EZ1kqX8mW2\n
1222                                                                                                                                                                     RT @Reuters: Foreigners in Japan face significant levels of discrimination, survey shows https://t.co/EyYr9ruGK2 https://t.co/T0x7t0PFx2\n
1223                                                                                                                                                                                        Check out Empty Can Of Belgian Beer Hoegaarden Wit-Blanche 2016, 500 ml. Open Top!  https://t.co/SblXLcxIXH via @eBay\n
1224                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1225                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1226                                                                                                                                                                     RT @Noto0ligarchy: .@Versace, do you know @amazon advertises your products on racist, sexist #breitbart? Not fashionable! Plz ask them… \n
1227                                                                                                                                                              RT @chris1reuters: World #oil demand to exceed supply every quarter this year, draining stocks, says @MorganStanley \n\n\n\n\n\n\n#OPEC #OOTT… \n
1228                                                                                                                                                                 RT @MohamedMOSalih: Nepotism example from @Google speaks for itself...  "hiring my daughter was not nepotism—it was just good business" htt…\n
1229                                                                                                                                                                                          Check out Womens Ol Navy Shorts Pixie, blue and white sz 8 #OldNavy #CasualShorts https://t.co/MXcO33U89m via @eBay\n
1230                                                                                                                                                                         RT @McDonalds: Today we've announced that by mid-2018, all Quarter Pounder burgers at the majority of our restaurants will be cook… \n
1231                                                                                                                                                              RT @chris1reuters: World #oil demand to exceed supply every quarter this year, draining stocks, says @MorganStanley \n\n\n\n\n\n\n#OPEC #OOTT… \n
1232                                                                                                                                                                         RT @nvrggivup: "With or Without Trump" @ABC @CBS @nbc @CNN @MSNBC @FoxNews @komonewsradio @maddow  @CBSThisMorning @DNC  recuse yo… \n
1233                                                                                                                                                                                                                RT @Disney: Lift your spirits up, up, and away. 🐻🎈 #FirstBestFriend https://t.co/BfaCHP0zqw\n
1234                                                                                                                                                                                                            RT @strangecorn: . @Google, #Soros Behind #FakeNews on  #Internet Privacy https://t.co/LIcnpXAyOI\n
1235                                                                                                                                                                                                                        RT @Microsoft: Change the world, stay in STEM. #MakeWhatsNext https://t.co/ExAKDrlAfc\n
1236                                                                                                                                                                                     RT @netflix: Binge your favorite book on Netflix. Season 1 of @13ReasonsWhy, coming this Friday. https://t.co/nMIpzuM7ub\n
1237                                                                                                                                                                         RT @nvrggivup: "With or Without Trump" @ABC @CBS @nbc @CNN @MSNBC @FoxNews @komonewsradio @maddow  @CBSThisMorning @DNC  recuse yo… \n
1238                                                                                                                                                            That's a GREAT help!! Thank you and thank you @HomeDepot \n\n\n\n\n\n\n@Autisms @AutismSociety @Autism #GlobalGoodEmiBlue https://t.co/uKviUjJmoi\n
1239                                                                                                                                                                 @J_D_Richo @easyJet @J_D_Richo Hi, sorry to hear! You could legally claim compensation for this up to £540. Takes m… https://t.co/GsCEH03wq4\n
1240                                                                                                                                                                                            @Google POTUS and FLOTUS - President and First Lady - Hair Style and Fashion\n\n\n\n\n\n\nhttps://t.co/8NHlRxXhZv\n
1241                                                                                                                                                                        Check out 5" DA Polisher &amp; Sander Pad - 6 Hole Hook &amp; Loop Face - Dual Action Random Or...  https://t.co/MZyoOMnNaF via @eBay\n
1242                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/dlm4xzMWpV\n
1243                                                                                                                                                                                     Check out Jakks Pacific/Disney Frozen Toddler Elsa Doll 11" Tall Read Details And See Pics https://t.co/9FCUIx7n7Z @eBay\n
1244                                                                                                                                                                                        Yellow Chrysanthemum Bud Herbal Tea 750 gram, 100% natural herb enjoyed by Em... https://t.co/FaA2JMJ1VZ 来自 @amazon\n
1245                                                                                                                                                                                         RT @KirillWasHere: Every time I get @McDonalds I say to myself "I can't believe I actually paid money for diarrhea."\n
1246                                                                                                                                                                                           RT @_YamilaAlonso: Check out our partnership with @Apple to create a new class of iOS developers, via @CIOonline… \n
1247                                                                                                                                                                                        RT @TheIiquor: New season of Trailer Park Boys is on @netflix now! Have a few drinks, smoke some good dope and enjoy!\n
1248                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1249                                                                                                                                                    i'll be switching to a small ISP with policy against data collection, can't trust @comcast @XFINITY, they pushed for this trash!\n\n\n\n\n\n\n#NETPRIVACY\n
1250                                                                                                                                                                                                                   RT @BBYMUTHA: Bitch, April Fools. Or imma whoop y'all ass @netflix https://t.co/xNSi05KGKI\n
1251                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1252                                                                                                                                               @boucherfarms @Milk_the_cow4 @McDonalds Ding ding ding\n\n\n\n\n\n\n\n\n\n\n\n\n\nI guess I don't really care either as I rarely buy fast food anymore either.\n
1253                                                                                                                                                                 Playground spat between @Wendys and Ronald @McDonalds . Play nice, kids. And remember, if you can't say something n… https://t.co/vMvfkSK8w8\n
1254                                                                                                                                                                 @Minuteman04 @ATT @Verizon OilyBoys Banksters Drugsters Koch klan can fertilze GangOProstitutes Today, but the Sten… https://t.co/C69QVcDxoE\n
1255                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/9LANUpm9KL\n
1256                                                                                                                                                                                             Intrusive (BOOK 1): An Action Adventure Thriller, https://t.co/X2v4vPfPQn @amazon #FreeBooks #BookAddict #EBooks\n
1257                                                                                                                                                                                                                For all the praise @Apple gets for their UX, changing your password is a misreble experience.\n
1258                                                                                                                                                                 @MoonlightAri26 \n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/tudJ0JmbeV\n\n\n\n\n\n\n@netflix @hulu @MTV\n
1259                                                                                                                                                                        RT @pharris830: Dear @ABC @NBC @CBS @MSNBC @CNN if you could stop pretending that what they are doing is normal, that would be grea… \n
1260                                                                                                                                                                                 @verizon #AppFlash = bad move. New favorite searches = "delete appflash" , and "new cell provider" #resist #privacy #TMobile\n
1261                                                                                                                                                                                           @verizon, should you attempt to install Appflash on my phone, we're done and I'm suing you for breach of contract.\n
1262                                                                                                                                                               Taste favorite dishes from @cambridgetable, @DorettaBoston &amp; @julietunionsq 04/15 at Eat &amp; Run w/ @ATT Boston! https://t.co/Ox6cPYPvsU\n
1263                                                                                                                                                     RT @HondaRacing_HPD: HPD President Art St. Cyr recently got a chance to drive the @Honda Baja #Ridgeline on a desert course🏁\n\n\n\n\n\n\nVerdict: Fa… \n
1264                                                                                                                          So @Starbucks introduced a new gluten-free breakfast sandwich.\n\n\n\n\n\n\n\n\n\n\n\n\n\nThis could be dangerous...\n\n\n\n\n\n\nFor my wallet AND my waistline \n\n\n\n\n\n\n🙀🙈\n
1265                                                                                                                                                                                                                 HEAD Men's Spacedye Hypertek Top, Tomato Heat... by HEAD https://t.co/z66w1aZZkq via @amazon\n
1266                                                                                                                                                                         RT @McDonalds: Today we've announced that by mid-2018, all Quarter Pounder burgers at the majority of our restaurants will be cook… \n
1267                                                                                                                                                                               Check out New Disney Star Wars Jewelry Set &amp; TMNT, Minions and Minions Accessory Bundle  https://t.co/F4jvfXTGl0 via @eBay\n
1268                                                                                                                                                                            RT @BtuflyBoutique: Check out Inter Design Fabric Shower Curtain Wheat Ecru Brown Olive 72"x72" NEW https://t.co/x0dYOnhdPk @eBay\n
1269                                                                                                                                                                                RT @Reuters: Escalating political feuds, EU negotiation terms, and an ousted leader behind bars. Read the Morning Briefing:… \n
1270                                                                                                                                                                            RT @PETAAsia: #WTF: Gentle cows are being branded on the face, electroshocked, &amp; beaten for @Toyota car seats. TAKE ACTION:… \n
1271                                                                                                                                                                     @MaynanMombi @verizon Ugh, seriously. I've been a customer of Verizon and its precursors since 1991. What competitors won't follow suit?\n
1272                                                                                                                                                                 RT @ohitchcock: #BocaRaton high school teachers fired for having sex on campus were outed by S/Os, an @Apple Watch (via @sonjaisger) https:…\n
1273                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/QKXa432vK0\n
1274                                                                                                                                                                                     RT @netflix: Binge your favorite book on Netflix. Season 1 of @13ReasonsWhy, coming this Friday. https://t.co/nMIpzuM7ub\n
1275                                                                                                                                                                         RT @McDonalds: Today we've announced that by mid-2018, all Quarter Pounder burgers at the majority of our restaurants will be cook… \n
1276                                                                                                                                                                                Check out BUCILLA "JOLLY SANTA" JUMBO 28" FELT STOCKING KIT #84380 Alex Torra Unopened2001  https://t.co/QUzK4sOx2i via @eBay\n
1277                                                                                                                                                                      USAF Air Force #AF #Officer Men's Mess Dress Uniform 44L Coat 34/30 Pants #FridayFeeling\n\n\n\n\n\n\nhttps://t.co/O6fbZpQq4i via @eBay\n
1278                                                                                                                                                                             5.42ft Super Huge K Cup Boob Men Sex-toys Doll Male Love Girl Adult Masturbator\n\n\n\n\n\n\n  https://t.co/sjFMvA71YI via @eBay\n
1279                                                                                                                                                                    RT @FinishLine: Grab The @adidas PureBOOST 'Triple Black' Now:\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/3e05Cs5hFd https://t.co/KLvpkamryO\n
1280                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1281                                                                                                                                                      @Reuters HERE CLICK AND READ: @GAYFISHPIOTR @GAYFISHPIOTR\n\n\n\n\n\n\n@GAYFISHPIOTR @GAYFISHPIOTR @GAYFISHPIOTR @GAYFISHPIOTR… https://t.co/WwMV4yQsgr\n
1282                                                                                                                                                                                       Check out Marvel Comics Illustrated Version of The X-Men (1982, Paperback) - #02835  https://t.co/faJs49e3j9 via @eBay\n
1283                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1284                                                                                                                                                                                Check out Boris Karloff, 2014, FdlM Ink BLOT portrait of English actor Frankenstein  Mummy  https://t.co/b7sSeYFCuk via @eBay\n
1285                                                                                                                                                                                    @jyorkie57 @RoyalNavyNews @Reuters \n\n\n\n\n\n\nIt's who you know not what you know - surely 4yrs of IR taught you that?\n
1286                                                                                                                                                                                           RT @TheWayneKing: A heroes welcome for @RepMarkMeadows at @UPS Asheville, NC this morning! https://t.co/ROCUQJaKUO\n
1287                                                                                                                                                                 RT @Diane99: Why don't #employers contribute to #debt for young people dealing with student loans, etc.? - Kevin Crain @BankofAmerica @All_…\n
1288                                                                                                                                                                                              Honestly if @Microsoft made modern @Android powered sidekick, I'd buy 3 on day one. Why is this not a thing?!?!\n
1289                                                                                                                                                                                        Check out Lot of 29 Wearable Vintage to Now Jewelry Sterling Silver, Trifari,Monet  https://t.co/M6WdBYrk3e via @eBay\n
1290                                                                                                                                                                            RT @Mag_HR: A round of applause for @SAP (G), @generalelectric (S) and @Manulife (B) for winning the Best of Recruitment Techno… \n
1291                                                                                                                                                                                                              Check out Vintage Viking 11-1/2" Ruby Bud Vase with Amberina Trim https://t.co/IqAPLpW2Bg @eBay\n
1292                                                                                                                                                                       Yo, check out @DaveChappelle @netflix special. Its the best stand up I have seen, second to only @attell HBO special. #awesome #comedy\n
1293                                                                                                                                                                                                Did you know that @Snapchat is the second most used social network, after @facebook ? #FunFactFriday #SMTulsa\n
1294                                                                                                                                                                 RT @Microsoft: Today, only 6.7% of women graduate with degrees in STEM. Let’s change that. #MakeWhatsNext https://t.co/N16APJhI8k https://t…\n
1295                                                                                                                                                                                            Since @McDonalds hasn't shown much love, @tacobell @TacoBellTeam here I come! Sponsor me? https://t.co/XyDy2o4U9d\n
1296                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1297                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1298                                                                                                                                                                              RT @Reuters: Verizon creates new operating structure, hires former Ericsson CEO https://t.co/xdxQ74ll4W https://t.co/bRA5ShZAOC\n
1299                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1300                                                                                                                                                                        RT @pharris830: Dear @ABC @NBC @CBS @MSNBC @CNN if you could stop pretending that what they are doing is normal, that would be grea… \n
1301                                                                                                                                                                 RT @kunwarNitin3: Falling Grace: It falls when you love, it falls when you force by Kunwar Niti... https://t.co/LCzF4McryT via @amazon WELC…\n
1302                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1303                                                                                                                                                                                       Check out #Vegetable #Leather Belt Environmental Friendly Made In Argentina Sz:32" Brown https://t.co/zLkSjaRCqY @eBay\n
1304                                                                                                                                                                              RT @Reuters: Verizon creates new operating structure, hires former Ericsson CEO https://t.co/xdxQ74ll4W https://t.co/bRA5ShZAOC\n
1305                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1306                                                                                                                                                                                                       RT @Reuters: Hungarian PM denounces Soros-backed college, U.S. urges restraint https://t.co/BTzT5HzP4t\n
1307                                                                                                                                                    RT @adidas: More than the sport. This is a lifestyle. \n\n\n\n\n\n\nThe adidas Athletics and @ReigningChamp collection. Available April 7th. https://t.c…\n
1308                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1309                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1310                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1311                                                                                                                                                                                                       RT @Reuters: Hungarian PM denounces Soros-backed college, U.S. urges restraint https://t.co/BTzT5HzP4t\n
1312                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1313                                                                                                                                                                 It's clear, the significant value @amazon is creating for its millions of customers is reflected in its stock price… https://t.co/pDO6e4rqQ2\n
1314                                                                                                                                                                                       Check out   MOM'S DELICATE, GOLD Family, Faith, and Friends necklace for anywhere!   https://t.co/MV8fVqVSqL via @eBay\n
1315                                                                                                                                                                           Check out this Amazon deal: Coral Fleece Blanket Grey - Zig Zag Design, C... by Utopia Bedding https://t.co/mv2HH4WTNB via @amazon\n
1316                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1317                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1318                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1319                                                                                                                                                                                     Check out iPhone 7 Plus Case, iPhone 7 Plus Liquid Glitter Case,PHEZEN 3D Creative Design  https://t.co/OAdlRObl6T @eBay\n
1320                                                                                                                                                                                                                         For anyone out there using @verizon, Drop 'em like it's hot: https://t.co/W4PZUzri6E\n
1321                                                                                                                                                     RT @exxonmobil: 15-year-old Alyssa inspires young girls to make a difference in society through a #STEM education.\n\n\n\n\n\n\n https://t.co/8AyGNfneOe\n
1322                                                                                                                                      RT @JedRecord: Happy Birthday to You, @Starbucks! 🎉\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Starbucks #Birthday #Coffee #ButFirstCoffee #Seattle #PikePlace https://t.co/qvZbHhS0…\n
1323                                                                                                                                                                 @Ryanair you've changed my return flight times on a flight I booked a couple of months ago, I assume you're not gonna charge for cancelling?\n
1324                                                                                                                                                                        RT @Dslprints1: Check out Personalised Photo Block Wooden 6x4" 7x5" Picture Frame Any Image Mummy Daddy https://t.co/yyvzTtZCxs @eBay\n
1325                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1326                                                                                                                                                                                        @Reuters has amazing reporters. Don't be cheap, @thomsonreuters. Pay them what they're worth. https://t.co/66jPw8u5WO\n
1327                                                                                                                                                                                           RT @TheWayneKing: A heroes welcome for @RepMarkMeadows at @UPS Asheville, NC this morning! https://t.co/ROCUQJaKUO\n
1328                                                                                                                                                                                                                                           I earn it😊😍\n\n\n\n\n\n\n@amol_kulk @IBM https://t.co/ktjPf51nqO\n
1329                                                                                                                                                                                    Check out ETIENNE AIGNER WOMAN 9 M BLACK FAUX LEATHER VEGAN SLIP ON PUMP 2.5" HEEL NEW  https://t.co/28WI2hecpe via @eBay\n
1330                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1331                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1332                                                                                                                                                                 @amazon I was guaranteed that my product would arrive before 8 pm, its already late, urgently required as I am trav… https://t.co/jkpaeY9g3c\n
1333                                                                                                                                                                          RT @Burberry: Kris Wu wearing pieces from the @Burberry February collection at #Baselworld2017, Switzerland https://t.co/EZ1kqX8mW2\n
1334                                                                                                                                                                         RT @McDonalds: Today we've announced that by mid-2018, all Quarter Pounder burgers at the majority of our restaurants will be cook… \n
1335                                                                                                                                                                                                     Check out Alton NIP Grommet Top Panel Taupe Color 54" W x 63" L #Alton https://t.co/NXGHOqItZE via @eBay\n
1336                                                                                                                                                                                 Check out 6.5" Tall Star Wars Boba Fett Interactive Room Guard - Motion Activated Ages 4+  https://t.co/uly1LMcBVH via @eBay\n
1337                                                                                                                                                              @Google is not done creating for delightful awe-inspiring moments 😊 \n\n\n\n\n\n\n\n\n\n\n\n\n\n#pacman In Google Maps https://t.co/RJoFtapqC4\n
1338                                                                                                                                                                 @CptHarmless @Ryanair @CptHarmless Hi, sorry to hear! You could legally claim compensation for this up to £540. Tak… https://t.co/aFNyEpvYJ3\n
1339                                                                                                                                                                                          I think it's the time to show that movie "Enemy Within" again on all channels. #liberals @CBS @ABC @nbc #tcot #tlot\n
1340                                                                                                                                                                 RT @Microsoft: When girls pursue STEM, we double our potential for innovation. https://t.co/Zf9UTLovxa #MakeWhatsNext #IWD2017 https://t.co…\n
1341                                                                                                                                                                                           RT @TMobile: The #TMobileONEsie has arrived, but that's just the beginning of the party... https://t.co/ql832B57Sv\n
1342                                                                                                                                                                                                            @AdestradoraAna, finally a glutem free option for @Starbucks breakfast 😀 https://t.co/K4NuM0s4LV\n
1343                                                                                                                                                                    @Reuters Ollie North got a great deal like that, and it screwed the Iran-Contra investigation. FBI only one to offer… for someone’s head.\n
1344                                                                                                                                                                                      Check out Department 56 Snowbabies "Flutters and Flowers" Plaque 2006 NIB #Snowbabies https://t.co/djbpXBBCcK via @eBay\n
1345                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1346                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1347                                                                                                                                                                             @verizon Are you going to sell my browsing history? If you install spyware on my phone, I'll be leaving. https://t.co/4ApUpRxsNN\n
1348                                                                                                                                                                         Take a look at eLitigation Services, Inc.'s profile from the @FedEx Small Business Grant Contest #FedExGrant https://t.co/M6DNGQQMco\n
1349                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1350                                                                                                                                                                 RT @thebestdeals17: Tommy Hilfiger Women's Short Sleeve Buttonless Polo, Red, Size: S #TommyHilfiger https://t.co/rdKl2t90r5 via @eBay http…\n
1351                                                                                                                                                                 RT @thebestdeals17: Tommy Hilfiger Women's Scoop Neck Solid Knit Top, Pink, Size: S #TommyHilfiger https://t.co/BzS2bqXabI via @eBay https:…\n
1352                                                                                                                                                                                                                                            @Zucinon @Amon26 Yess, be gooood and unlock his account @facebook\n
1353                                                                                                                                                                 RT @thebestdeals17: adidas Men's Athletic Track Pants, Gray, Size: S, M, L #adidas #TracksuitsSweats https://t.co/9yw3VtZYAo via @eBay http…\n
1354                                                                                                                                                            ENDING TODAY!\n\n\n\n\n\n\n\n\n\n\n\n\n\nCheck out Authentic Vintage 80's GUCCI Bucket Drawstring Shoulder Bag  https://t.co/O82IeQUh2s via @eBay\n
1355                                                                                                                                                                                                             RT @UgSoHeCallsMeUp: You guys did this on purpose 😏😏\n\n\n\n\n\n\n@ATT https://t.co/YprimE3huJ\n
1356                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/lqQDDPMnde\n
1357                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1358                                                                                                                                                                                  Check out An Arsonist's Guide to Writers' Homes in New England by Brock Clarke (2008,...  https://t.co/7CgF3NoXAZ via @eBay\n
1359                                                                                                                                                                 .@McDonalds #BREAKING: also frozen @McDonalds its #Canada website after employment data from 95,000 "compromised" i… https://t.co/f3u8YFbuID\n
1360                                                                                                                                                                 RT @KatyPViews: The backstage of 'Chained To The Rhythm' music video is now available on @amazon, check out: https://t.co/Cv8BwZJEyh https:…\n
1361                                                                                                                                                                 RT @Honda: Introducing Horn Emojis, an all-new driver-to-driver communication system, dreamed up for the 2018 Odyssey. https://t.co/MeLzE2Q…\n
1362                                                                                                                                                                         RT @McDonalds: Today we've announced that by mid-2018, all Quarter Pounder burgers at the majority of our restaurants will be cook… \n
1363                                                                                                                                                                               RT @Reuters: Russia not interfering in French elections, says candidate Fillon https://t.co/VXfdBcmQCK https://t.co/4ZEuNnklyp\n
1364                                                                                                                                                                                  RT @Reuters: Protests begin, foreign pressure mounts on Venezuela's Maduro. https://t.co/ILzYrNhmIV https://t.co/r0uGJa9JC6\n
1365                                                                                                                                                                                           Check out Arnold Lawn Tractor Rear Tire Chains, 20 x 8 x 8 x 10 Open Box #Arnold https://t.co/h1CvxVURtX via @eBay\n
1366                                                                                                                                                                   @KarlHannant @Sony @SonyUK that's appalling, but I can't say I'm surprised, they really don't care about their customers, it's all about £\n
1367                                                                                                                                                                              RT @Reuters: Verizon creates new operating structure, hires former Ericsson CEO https://t.co/xdxQ74ll4W https://t.co/bRA5ShZAOC\n
1368                                                                                                                                                                                         RT @SF_DCYF: Vicki Joseph from @Citi Fdn: $535,000 in support of financial empowerment for youth in #SanFrancisco!… \n
1369                                                                                                                                                                                                                                                                  @Reuters I suggest " PAPER BALLOTS,FRANCE "\n
1370                                                                                                                                                                           @Wendys @McDonalds should buy local, pasture raised. Higher nutrient density than anything you'll ever get fresh off a food truck.\n
1371                                                                                                                                                                                                RT @SAP: Lisa Tatum, CEO of Landit, was @SAPAriba Live and had a refreshing take on women in the workplace:… \n
1372                                                                                                                                                                               RT @Reuters: Russia not interfering in French elections, says candidate Fillon https://t.co/VXfdBcmQCK https://t.co/4ZEuNnklyp\n
1373                                                                                                                                                                        RT @Got_2_HaveIt: #GE General Electric #Spacemaker 3 #Microwave Glass Plate Tray 10 3/4" Square #GE https://t.co/QH7zKH1QwR via @eBay\n
1374                                                                                                                                                                                           @TheGreatGladney @priceline @flyethiopian @Expedia Eh, I booked Expedia and haven't got my money from them either.\n
1375                                                                                                                                                                 RT @DealHunter122: Check out The Big Valley, Season Two, Volume One, 3 Disc Set, 15 Episodes, dvd,   https://t.co/BTvrJJpjm7 via @eBay #Big…\n
1376                                                                                                                                                                                                               DuPont in asset deal with FMC, delays close of Dow merger https://t.co/mZfU8qQt8o via @Reuters\n
1377                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1378                                                                                                                                                                            RT @Google: For #TransVisibilityDay, we're celebrating the trailblazing trans women and men working for trans-equality and visi… \n
1379                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1380                                                                                                                                                                                            RT @King_Feral_113: @Google In my future ppl think the cross, the star, and the crescent are part of kids cereal.\n
1381                                                                                                                                                                 RT @Honda: Introducing Horn Emojis, an all-new driver-to-driver communication system, dreamed up for the 2018 Odyssey. https://t.co/MeLzE2Q…\n
1382                                                                                                                                                                         @McDonalds you want to meet the expectations of customers, go with sustainable agricultural practices; better than fresh not frozen.\n
1383                                                                                                                                                                         RT @nvrggivup: "With or Without Trump" @ABC @CBS @nbc @CNN @MSNBC @FoxNews @komonewsradio @maddow  @CBSThisMorning @DNC  recuse yo… \n
1384                                                                                                                                                                           @Tesco I haven't, I was just attempting to confirm what I had read in the news as my store visit today contradicted what I'd read.\n
1385                                                                                                                                                                                                      U.S. sanctions North Koreans linked to weapons, financial networks https://t.co/oa3lQJ3d5y via @Reuters\n
1386                                                                                                                                                                                                   Check out Williams Sonoma SUMMER STUDIES 6 SALAD Dessert Plates 7 3/4" MINT! https://t.co/r0Cl75Bh8W @eBay\n
1387                                                                                                                                                                 RT @kali_catlin: Yes @McDonalds my son is a BOY, but for your employees to blow off my three year olds request for a BARBIE MIRROR is disgu…\n
1388                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1389                                                                                                                                                                         RT @McDonalds: Today we've announced that by mid-2018, all Quarter Pounder burgers at the majority of our restaurants will be cook… \n
1390                                                                                                                                                                                                  @smwyzard046 @TMobile Check coverage in your area, but it's a HUGE savings and you get so much more freedom\n
1391                                                                                                                                                                                             RT @VW: Versatility starts here. With the #VW #Tiguan, almost nothing is out of bounds.  https://t.co/VM1906lWF1\n
1392                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1393                                                                                                                                                                                                RT @Reuters: Consumer spending slows, but inflation is rising https://t.co/q6slaGofd8 https://t.co/bcsD8WdjRV\n
1394                                                                                                                                                                                RT @GSK: #FlashbackFriday to 2008 when Andrew became our CEO. After a 32-year career here at GSK, he retires today. Goodbye… \n
1395                                                                                                                                                                        RT @BraddJaffy: .@chrisdonovan A+ early #aprilfoolsday, @Google. @googlemaps now has a Ms. Pac-Man option. Just pick a city and pla… \n
1396                                                                                                                                                                 RT @Microsoft: Today, only 6.7% of women graduate with degrees in STEM. Let’s change that. #MakeWhatsNext https://t.co/N16APJhI8k https://t…\n
1397                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1398                                                                                                                                                                        RT @thalesgroup: Its a bird, its a plane? Nope, its Stratobus! Find more about this autonomous, multi-mission stratospheric airship… \n
1399                                                                                                                                                                          Check out Dark Pink Sesame Street "Elmo" Terry Bib With Velcro Back Closure, NEW WITH TAGS  https://t.co/c6TwEiD0OX via @eBay #Elmo\n
1400                                                                                                                                                RT @MrUdomEmmanuel: Give me 24 months&amp;I will provide all you need to move your headquarters to #AkwaIbom State\n\n\n\n\n\n\n@exxonmobil @NGRPresident ht…\n
1401                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1402                                                                                                                                                                        RT @BraddJaffy: .@chrisdonovan A+ early #aprilfoolsday, @Google. @googlemaps now has a Ms. Pac-Man option. Just pick a city and pla… \n
1403                                                                                                                                                                                                        Top Venezuela official breaks with government, protests escalate https://t.co/sPDn4LJW9y via @Reuters\n
1404                                                                                                                                                              @Google @google get involved in the East Palo Alto community &gt; free computer literacy classes, mentoring of disadva… https://t.co/DKXPSfQDHe\n
1405                                                                                                                                                                       RT @GuidingEyes: TJ proudly displays his IBM badge at @IBM headquarters. "Think" is the #IBM motto coined by TJ's namesake, Thomas J… \n
1406                                                                                                                                                                            RT @Disney: It's your clucky day! Learn how to draw #Moana's Heihei with a Disney Publishing Artist, live on YouTube right now:… \n
1407                                                                                                                                                                               RT @NickCesarz: new season of @trailerparkboys on @netflix has me mowin' the air, rand 😂 👍🏻👍🏻👍🏻 https://t.co/OEMu678f2N\n
1408                                                                                                                                                                        RT @BraddJaffy: .@chrisdonovan A+ early #aprilfoolsday, @Google. @googlemaps now has a Ms. Pac-Man option. Just pick a city and pla… \n
1409                                                                                                                                                                                  RT @Reuters: Protests begin, foreign pressure mounts on Venezuela's Maduro. https://t.co/ILzYrNhmIV https://t.co/r0uGJa9JC6\n
1410                                                                                                                                                                                Slideshows, Videos, MOVEMENT. Static is on its way out #shemeansbusiness @facebook #boostyourbusiness https://t.co/Al3zE6OrEg\n
1411                                                                                                                                                                        RT @SnapMunk: Don't worry YouTube, you'll always have your end users https://t.co/JvG0tBjXqk @Google @YouTube https://t.co/xH7tbnhfI6\n
1412                                                                                                                                                                                         Shop Amazon's Gold Box for our Deal of the Day, Lightning Deals, and Best Dea... https://t.co/oVYQ0KM95u via @amazon\n
1413                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1414                                                                                                                                                                                                         RT @Reuters: Extra portion of SpaceX rocket recovered from launch, Musk says https://t.co/OC7ZmSQt1D\n
1415                                                                                                                                                                              Venezuela Attorney General breaks with government after Congress annulled,  protests mount https://t.co/GPSuFBnoX8 via @Reuters\n
1416                                                                                                                                                                                          Check out Heavy Nylon Webbing Strapping 100 Yards Black 1.5"   #DirectexTapecraft https://t.co/Px02JqTdhy via @eBay\n
1417                                                                                                                                                                                                         RT @Reuters: Extra portion of SpaceX rocket recovered from launch, Musk says https://t.co/OC7ZmSQt1D\n
1418                                                                                                                                                                                              RT @sensacreations: Check out OM Kandi Necklace rave, edm, EDC, PLUR, perler  https://t.co/OQTOF9pZdo via @eBay\n
1419                                                                                                                                                                                                               Levi's Men's Squad Cargo Twill Cotton Short, ... by Levi's https://t.co/jgr3doUjOv via @amazon\n
1420                                                                                                                                                         An all out war ensues when the freedom fighters discover the real alien plot.\n\n\n\n\n\n\nhttps://t.co/nW2Y7iXydw via @amazon #SyFy #TechnoThriller\n
1421                                                                                                                                                                     RT @Noto0ligarchy: .@Versace, do you know @amazon advertises your products on racist, sexist #breitbart? Not fashionable! Plz ask them… \n
1422                                                                                                                                                                 RT @Seanimus_Prime: @JohnLegere @TMobile Bro.  Can I work for you? I live in Seattle and I have a great customer service voice.  Plus high,…\n
1423                                                                                                                                                                       RT @Missmarized: @Loreal As a brand that supports women's rights ,is it acceptable for your brand ambassador @OlaAlfares to treat do… \n
1424                                                                                                                                                                          RT @JohnLegere: #LIVE: @TMobile #CEO Happy Fri-YAY!! Time to PARTY w/ our #1 Gen Care Center, Augusta!!! 🎉 https://t.co/AdnkISOZYv\n
1425                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/GfPge3GXCm\n
1426                                                                                                                                                                                    @LouiseMensch @facebook @FBI TBF, this guy no longer works there per news reports from yesterday: https://t.co/NOzo6WT2bQ\n
1427                                                                                                                                                                                     A @JohnDeere tractor, cultivating (Like raking the ground) before the seed drilling can be done. https://t.co/8tMc0Cmbp7\n
1428                                                                                                                                                                                                                              first this, and now the hack. rough week for @McDonalds https://t.co/U82vnS6FIH\n
1429                                                                                                                                                                                            Check out Sterling Silver Italy HAN   Chain  18"   Necklace  8.25g  Cat Rescue  https://t.co/hdBOrYS949 via @eBay\n
1430                                                                                                                                                                     @Walmart UR survey offered a $50 reward, but then all it offered was items I don't want.  Not how to treat loyal customers. #scam #angry\n
1431                                                                                                                                       RT @SportsNation: It's looking like a two-team race in the East.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's go to the @Toyota #PulseOfTheNation poll results. https://t.co/KGeb…\n
1432                                                                                                                                                                     RT @SelenaFanClub: We know you're already binge watching, but #13ReasonsWhy is now on @netflix! Join us tomorrow at 4p PST for our wat… \n
1433                                                                                                                                                                          @JohnLegere @TMobile I switched from ATT , since then no insider bonus yet, my son had issues with his phone . We switched 4 lines.\n
1434                                                                                                                                                                               We are 2 full days away from country music's party of the year, the @ACMawards LIVE on @CBS hosted by… https://t.co/7YZb9KblWa\n
1435                                                                                                                                                                     RT @SelenaFanClub: We know you're already binge watching, but #13ReasonsWhy is now on @netflix! Join us tomorrow at 4p PST for our wat… \n
1436                                                                                                                                                                               @Disney @DisneyStudios @AIMenken Disney's Pocahontas (Video Edit By Me) to the song, "Mountain Sound"  https://t.co/v4lBa7TMZZ\n
1437                                                                                                                                                                                                                             Check out #StarWars "Knights of the old Republic"  https://t.co/IW0Z646rXW @eBay\n
1438                                                                                                                                                                                                           Top Venezuela official breaks with government, protests mount https://t.co/yZfDUryJAy via @Reuters\n
1439                                                                                                                                                                                                                                         I'm at @Walmart Supercenter in Lafayette, LA https://t.co/3F4809fOpE\n
1440                                                                                                                                                                                                                                RT @Wendys: @_thatguyshane @McDonalds Um, yeah. Because we don't cut corners.\n
1441                                                                                                                                                                            RT @Oracle: "We're making hybrid #IT actually unified, as opposed to separate pieces" - Steve Zivanic #Oracle #cloud via @ZDNet… \n
1442                                                                                                                                                                                                 @LouiseMensch @facebook Is there legal action that can be taken, if these companies won't police themselves?\n
1443                                                                                                                                                                 RT @fahey: @LouiseMensch @facebook Is this how Kushner magically built a microtargeting platform in 3 weeks, almost as good as a real Russi…\n
1444                                                                                                                                                                       @SamsungMobileUS @TMobile Just finish pre-ordering my sexy, beautiful #S8Plus #MidnightBlack. Thank you Sammy! https://t.co/BFEhuuemPt\n
1445                                                                                                                                                                        @Google I have loved watching your ad marketing team develop over time.  Now, it's just funny. #RandomGoogler #Uslessads #untouchable\n
1446                                                                                                                                                                                         Check out Pennywise the Clown, Stephen King It inspired amigurumi crochet stuffed doll https://t.co/1nePNLRWw1 @eBay\n
1447                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1448                                                                                                                                                                                     RT @Burberry: Effortlessly layerable styles in lace, cotton and brushed-back jersey in the @Burberry February campaign… \n
1449                                                                                                                                                                    RT @MindOfMo: @LouiseMensch @facebook #RobertMercer &amp; #CambridgeAnalytica: #BigData War on MSM\n\n\n\n\n\n\nhttps://t.co/Dcnuiytzpe… \n
1450                                                                                                                                                          Captain America Brown Leather Jacket https://t.co/YSLEvHktgJ via @eBay Adam Silver Chris Long PWSA Vecchione #LAUNCHFood #Cuba\n\n\n\n\n\n\nFognini\n
1451                                                                                                                                                                               Check out Isaac Asimov Non-Fiction Lot (3 HC) Ends of the Earth, Measure of the  Universe,C  https://t.co/72auYBL9Jr via @eBay\n
1452                                                                                                                                                                                                         Extra portion of SpaceX rocket recovered from launch, Musk says https://t.co/pKEE6gUR40 via @Reuters\n
1453                                                                                                                                                                              RT @21CF: The remarkable story of Blue Sky’s Academy Award-winning CGI Studio renderer, why it took 30 years to be recognized… \n
1454                                                                                                                                                                         RT @McDonalds: Today we've announced that by mid-2018, all Quarter Pounder burgers at the majority of our restaurants will be cook… \n
1455                                                                                                                                       #researchers at @Adobe @BeckmanInst @Illinois_Alma demonstrate automated image background removal:\n\n\n\n\n\n\n#deeplearning #ai\n\n\n\n\n\n\nhttps://t.co/brCSJq1ECf\n
1456                                                                                                                                                                                           RT @Maripuerta: Top Venezuela official breaks with government, protests mount https://t.co/8Pf3f9F2xs via @Reuters\n
1457                                                                                                                                                                               @VelveteenFemme @ASOS I like it but would probably only buy if it came up in the sale, it's not £35 nice if u know what I mean\n
1458                                                                                                                                                                     RT @SelenaFanClub: We know you're already binge watching, but #13ReasonsWhy is now on @netflix! Join us tomorrow at 4p PST for our wat… \n
1459                                                                                                                                                                        RT @zeldasaromatics: I just listed: 'Zelda's Egyptian Goddess Musk Cologne Spray 2 oz', for 12.96 via @amazon https://t.co/aI8IiixecE\n
1460                                                                                                                                                                          RT @Burberry: Kris Wu wearing pieces from the @Burberry February collection at #Baselworld2017, Switzerland https://t.co/EZ1kqX8mW2\n
1461                                                                                                                                                                               RT @MeredithGould: Thank you, @Google for today's header. This is America, already great: #ResistTrump https://t.co/9fMcTNqcXr\n
1462                                                                                                                                                                                                           RT @thatPoppy: Thank u @Apple + @iTunes !!!now listen to my "Hot Track" 🔥 https://t.co/vtMPJSE5hD\n
1463                                                                                                                                                                      I don't really do call outs, but I've been super happy with @TMobile 's customer service. Like crazy happy. I'm really glad I switched.\n
1464                                                                                                                                                                                     RT @netflix: Binge your favorite book on Netflix. Season 1 of @13ReasonsWhy, coming this Friday. https://t.co/nMIpzuM7ub\n
1465                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1466                                                                                                                                                                                                @Reuters Well, if the media and congress would lay off the Russia conspiracy, maybe something would get done.\n
1467                                                                                                                                         Tues 4/4 U.S. House Trans. Comm. hearing\n\n\n\n\n\n\nEnabling Innovation in the National Airspace feat. @airmap @amazon \n\n\n\n\n\n\nLive: https://t.co/rMnbiwTCVW\n
1468                                                                                                                                                                 #SaveFakingIt by signing this petition!\n\n\n\n\n\n\nhttps://t.co/lVZVOwHZvt\n\n\n\n\n\n\n@netflix @hulu @MTV\n\n\n\n\n\n\n#StreamNoPromises\n
1469                                                                                                                                                                                                RT @MindaMusicStore: I just listed: 'Timothy Brown - Soliloquy', for 5.50 via @amazon https://t.co/ifrSaTt8B0\n
1470                                                                                                                                                                     RT @kelliepickler: Whoohoo! I’m so excited to present the New Artist Award presented by @TMobile at the #ACMs! Don't miss it, Sun at 8… \n
1471                                                                                                                                                                        RT @Nadimalmallah: 3-is a real distortion to reality and to the original story in the snap chat.\n\n\n\n\n\n\n@Loreal @LOrealParisUSA\n
1472                                                                                                                                                    RT @LarenzTate: When the love is real, nothing else matters...\n\n\n\n\n\n\n#Deuces #NewMovie #Netflix #DeucesTheMovie April 1 @netflix https://t.co/qfm…\n
1473                                                                                                                                                                   @HorshamGardener @Kroijenga @Reuters about Moroccans of course the ones which are imported to UE must keep regs,once you are out who knows\n
1474                                                                                                                                                                 RT @LouiseMensch: .@Pulpolover @Twitter @facebook class-action lawsuit, based on Cambridge Analytica's alleged data scraping history via Ko…\n
1475                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/MQSpDMXxXa\n
1476                                                                                                                                                                    RT @AlexKennedyNBA: Speaking of @Nike, it's crazy to think that this awesome "Second Coming" commercial came out 10 years ago. Time fli… \n
1477                                                                                                                                                             @SmilesbyPayet @netflix I'm very old-school: I've got the DVDs. (M. Rutherford, Joan Hickson, &amp; the most recent ser… https://t.co/cBiyNObP4V\n
1478                                                                                                                                                                                                         Loving today's Doodle @Google, symbolizing a future of peace and #diversity. https://t.co/bTbuMYDqbm\n
1479                                                                                                                                                                                                                                                  @CaELiKe @netflix I loved the song of that serie "Only You"\n
1480                                                                                                                                                                                     Check out Portland Trailblazers "Takin' Care Of Business"  tee-1990 Salem Brand #Salem https://t.co/FABbSsc6xh via @eBay\n
1481                                                                                                                                         I want this car in Brazil \n\n\n\n\n\n\nhttps://t.co/iKUlIsji7o\n\n\n\n\n\n\n @ToyotaFanZone @ToyotaCanada @Toyota @ToyotaGB @ToyotaRacing @ToyotaMotorCorp  #Toyota\n
1482                                                                                                                                                                         RT @MktrAllen: "Really, we're all compost when you think about it." Well played, @Google 👏 👏 👏#aprilfools https://t.co/POzGidkgUM\n
1483                                                                                                                                                                                 Check out Pair of Hand Crafted Paper Mache Mexican Peasant Statues Folk Art Figurines 12"  https://t.co/YClE5swOFS via @eBay\n
1484                                                                                                                                                                                                 Wow, @Google sends all emails from @amazon about my #Alexa STRAIGHT to the trash folder... Insecure much? 😂\n
1485                                                                                                                                                                          RT @Burberry: Kris Wu wearing pieces from the @Burberry February collection at #Baselworld2017, Switzerland https://t.co/EZ1kqX8mW2\n
1486                                                                                                                                                                     RT @SelenaFanClub: We know you're already binge watching, but #13ReasonsWhy is now on @netflix! Join us tomorrow at 4p PST for our wat… \n
1487                                                                                                                                                                                                         RT @Reuters: Extra portion of SpaceX rocket recovered from launch, Musk says https://t.co/OC7ZmSQt1D\n
1488                                                                                                                                                                 RT @TheJaneWardell: Two dead, tens of thousands stranded by Australia floods https://t.co/5ANcOtSWAC via @Reuters #CycloneDebbie https://t.…\n
1489                                                                                                                                                               Someone give #JulianneNicholson 7337 Oscars @HereMediaInc @netflix @AmazonVideo @Showtime @hulu @heretv \n\n\n\n\n\n\n#wewanteyewitnessseason2\n
1490                                                                                                                               RT @PressSec: .@POTUS Trump says new trade orders set stage for manufacturing revival\n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\n@Robertarampton\n\n\n\n\n\n\nhttps://t.co/emifE1ofXv\n
1491                                                                                                                                                                       I love how @AmandaBrugel portrayed Sita, I wish we could still see her in S2 ❤️ #wewanteyewitnessseason2 @hulu @netflix @amazon @heretv\n
1492                                                                                                                                                                      While discussing my need for a cupcake with my hubby, I discovered there's not cupcake emoji. You've failed me @Apple #iphone #cupcakes\n
1493                                                                                                                                                                            RT @Google: For #TransVisibilityDay, we're celebrating the trailblazing trans women and men working for trans-equality and visi… \n
1494                                                                                                                               RT @PressSec: .@POTUS Trump says new trade orders set stage for manufacturing revival\n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\n@Robertarampton\n\n\n\n\n\n\nhttps://t.co/emifE1ofXv\n
1495                                                                                                                                                             RT @GoldmanSachs: Brexit will likely mean more uncertainty for businesses &amp; markets, says $GS' Huw Pill: https://t.co/xNipbkcEVv https://t.…\n
1496                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1497                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1498                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1499                                                                                                                                                                                                      Manatees taken off U.S. endangered list, conservationists cry foul https://t.co/eyEba4PgsK via @Reuters\n
1500                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1501                                                                                                                                                                      RT @austin_spurs: Chances to win autographed Austin Spurs gear, giveaways for the first 1,000 fans thanks to @WellsFargo, and more at… \n
1502                                                                                                                                                    .@Loreal @OlaAlfares #BoycottLorealNow @Loreal ambassador @OlaAlfares is racist.\n\n\n\n\n\n\nIn this tweet she makes a nasty ra… https://t.co/oFyuiWHYEa\n
1503                                                                                                                                                                 RT @Tesco: @tweetqueenmack Hi Joe, I'm sorry there isn't enough variety in our flavoured milk range. I'd like to get this logged for furthe…\n
1504                                                                                                                                                                 RT @Google: Meet Sapna, a Mumbai-based Googler and travel fanatic who encourages women to invest in self development. #WHM2017 https://t.co…\n
1505                                                                                                                                                                                   RT @Reuters: From Mosul to Caracas, a look back at our top photos from around the world in the month of March. See more:… \n
1506                                                                                                                                                       My heart breaking in 4 gifs @HereMediaInc @netflix @AmazonVideo @Showtime @hulu @heretv \n\n\n\n\n\n\n#wewanteyewitnessseason2 https://t.co/8qJaj56PS3\n
1507                                                                                                                                                                     I don't know why, but I found this absolutely hilarious 😂 Although how do @easyJet know your Cello is a guy? 🤔 https://t.co/eymjm84u4m\n
1508                                                                                                                                        Are you having fun with the @99Only live @facebook #giveaway for #Easter ?! So cute! I'd love the #smurfs basket!!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/cr41rHUDZY\n
1509                                                                                                                                                                                           RT @mutludc: Assault on Raqqa to last months, says Kurdish commander @TheNatWorld @Reuters https://t.co/bNyx5Dw2Ch\n
1510                                                                                                                                                                 @PopeDarth @Reuters You would think so, but not surprisingly, the administration doesn't think so. He's still obliv… https://t.co/bd84YUlLlV\n
1511                                                                                                                                                                 RT @LDagata: Hey @amazon, I'd like to shop here but can't anymore. Stop selling all Trump-related products. #BoycottTrump https://t.co/xtaX…\n
1512                                                                                                                                                                                      @Google nice try. Happy #aprilfoolsday\n\n\n\n\n\n\n\n\n\n\n\n\n\nCheers for @Google 's humour. https://t.co/dSEnTMlOrA\n
1513                                                                                                                                                                       RT @mcanducci: Is @Oracle buying @Accenture?\n\n\n\n\n\n\nA due diligent is running.\n\n\n\n\n\n\n https://t.co/JGdKIBTCea #innovation\n
1514                                                                                                                                                                  Discover truly handmade products from thousands of Artisans selling jewelry, ... https://t.co/w8nQ4NGgJM via @amazon. Handmade is awesome!!\n
1515                                                                                                                                                                        RT @Mark_Minard: The Story of You: Transforming Adversity into Adventure, Taking Your Dreams t... https://t.co/wtEEptXvA5 via @amazon\n
1516                                                                                                                                                                                                                    RT @FedEx: Hang in there, it's almost the weekend! #FridayFeeling https://t.co/aRV6xDiSY1\n
1517                                                                                                                                                                                            Sunjoy L-GZ238PST-11C 8&amp;#039; x 5&amp;#039; Sylvan Grill Gazebo Large, Gray https://t.co/YPnpmIJLIR via @eBay\n
1518                                                                                                                                                                              Check out VINTAGE COLOMBIA 23" MACHETE with LEATHER SHEATH GAVILAN DE INCOLMA BLADE  #GAVILAN https://t.co/Xin7OT38XD via @eBay\n
1519                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1520                                                                                                                                                                        RT @BraddJaffy: .@chrisdonovan A+ early #aprilfoolsday, @Google. @googlemaps now has a Ms. Pac-Man option. Just pick a city and pla… \n
1521                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1522                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1523                                                                                                                                                                      Coffee with #JuanCarrillo at @Starbucks  Coffee​ next to Yousnioa and Burgerking. Today Friday March 31st, 2017. https://t.co/h2axFh5sEl\n
1524                                                                                                                                                                                     RT @CleverlyCool: Check out  VINYL RECORD 12" HIP HOP RAP KRISS KROSS ALRIGHT LP VG++  https://t.co/o3bYVPDyz6 via @eBay\n
1525                                                                                                                                                                                                                                 Shattered by JoAnn Ross (2009, Hardcover)  https://t.co/6ucvti7U6O via @eBay\n
1526                                                                                                                                                                        @puertorico05971 @amazon Yeah, you're right. I probably won't try that again! I own the rights and paid them, yet he/she was unhappy.\n
1527                                                                                                                                                               RT @ImmersiveArch: #test and #experience our #VR ROOM equipped with\n\n\n\n\n\n\n@samsung_gear, @oculus_rift, @Microsoft @HoloLens, @htcvive… \n
1528                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1529                                                                                                                                                                        RT @retrogaminggeek: Clearly fans of retro gaming, @Google currently have a Ms Pacman button in @googlemaps ! https://t.co/fC4lHnjcwy\n
1530                                                                                                                                                                                                                RT @AlexaBliss_WWE: But First, Coffee ✌🏻 @Starbucks #mocha #blissfit https://t.co/VomjoQHNRH\n
1531                                                                                                                                                       RT @protoncharging: Best reaction to the @Ghostbusters on @netflix news;\n\n\n\n\n\n\n"You can't just fix all this city's ghost problems with finger… \n
1532                                                                                                                                                               hey @McDonalds why are my buns so burnt?! #McChicken is my fave, i'm highly disappointed 😠😖😢 #yuk #sad #mad #HiCtho https://t.co/sYTR02GMDf\n
1533                                                                                                                                                                             @comcast BS, you and your fellow competitors were selling customer data to highest bidder for years and the consumer had no say.\n
1534                                                                                               Bought 10 very attractive new shirts &amp; sweaters.\n\n\n\n\n\n\n\n\n\n\n\n\n\nAll %100 silk &amp; cashmere.\n\n\n\n\n\n\n\n\n\n\n\n\n\n&gt;10$ ea. including shipping.\n\n\n\n\n\n\n\n\n\n\n\n\n\nI 💖 @eBay\n
1535                                                                                                                                                                 RT @comcast: We value our customers’ trust, and we'll continue to protect the privacy and security of their personal information. https://t…\n
1536                                                                                                                                                     @GoldmanSachs @GoldmanSachs Not as much uncertainty as the Greeks are living with :\n\n\n\n\n\n\n'How Goldman Sachs helped mask… https://t.co/Mz2EPiGIyq\n
1537                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1538                                                                                                                                                                                 Check out Silver Colored Metal Necklace 6 Owls with Big Black Eyes Very Long 46" #Unmarked https://t.co/O7HujPx9qu via @eBay\n
1539                                                                                                                                                                                            Polo Golf - Ralph Lauren, Men's Short Sleeve, Polo Shirt, 100% Pima Cotton, XL  https://t.co/hovkdVisM0 via @eBay\n
1540                                                                                                                                                                        Excited to pick up my @Audi #Araroad on Wedesday, when she'll be done getting new car prep, paint protection coating and film put on!\n
1541                                                                                                                          Look at this on @eBay @eBay_UK @eBayFashion_UK \n\n\n\n\n\n\nArmani Exchange AX Burgundy longSleeve \n\n\n\n\n\n\nWaffle Knit Top \n\n\n\n\n\n\nSize Small  https://t.co/N4xAhCT9iL\n
1542                                                                                                                                                                          Check out Viking Art Glass Mushroom, Aquarius Zodiac Symbol on Top, Paperweight Figurine  #Viking https://t.co/QPmaDeydSj via @eBay\n
1543                                                                                                                                                                        RT @pharris830: Dear @ABC @NBC @CBS @MSNBC @CNN if you could stop pretending that what they are doing is normal, that would be grea… \n
1544                                                                                                                                                                     RT @SelenaFanClub: We know you're already binge watching, but #13ReasonsWhy is now on @netflix! Join us tomorrow at 4p PST for our wat… \n
1545                                                                                   @cee_dickson @VABVOX @NashCitySmitty @CBS @HillaryClinton WHEN\n\n\n\n\n\n\nSTOP contesting\n\n\n\n\n\n\nLANDSLIDE\n\n\n\n\n\n\n\n\n\n\n\n\n\nNOT 1\n\n\n\n\n\n\nof *DOZEN*Rep GOP\n\n\n\n\n\n\nO… https://t.co/Zs4WUu2Qb2\n
1546                                                                                                                                                                 @stoic_4u @CNN @nbc @ABC @CBS @MSNBC @realDonaldTrump @seanhannity She confirmed surveillance with intent, unmaskin… https://t.co/vHaE7gWjnk\n
1547                                                                                                                                                                                                   I just listed: 'Dante in Love by A. N. Wilson (2011-10-25)', for 34.97 via @amazon https://t.co/oFSevUM5lZ\n
1548                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1549                                                                                                                                          Look at this on @eBay @eBayFashion_UK @eBay_UK \n\n\n\n\n\n\nBalenciaga Grained Calfskin High Sneakers \n\n\n\n\n\n\n(Size UK10.5 US 11.5)  https://t.co/wgpaTHSHC9\n
1550                                                                                                                                                                 RT @Honda: Introducing Horn Emojis, an all-new driver-to-driver communication system, dreamed up for the 2018 Odyssey. https://t.co/MeLzE2Q…\n
1551                                                                                                                                                                   One could say that @Apple #iPadPro is the best tool for that person who is #director, #screenwriter, #cinematographer... at the same time!\n
1552                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1553                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1554                                                                                                                          RT @Lloyds_Choc: We have our #handmade #chocolate #orange #truffles available @eBay https://t.co/WIcT4nJ6Rj\n\n\n\n\n\n\n\n\n\n\n\n\n\nor on our web store\n\n\n\n\n\n\nhttps://t.…\n
1555                                                                                                                                                                           Check out PARENTS HONOR CHOICE, 3 SPOT LATERAL THINKING STRATEGY GAME,  NEW, SEALED #RexGamesInc https://t.co/Wm8QW1ZgSJ via @eBay\n
1556                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1557                                                                                                                                                                                 RT @StacieinAtlanta: When they say infinitely amazing, they mean it. Pre-order @Samsung Galaxy S8 and S8+ at @bestbuy now.… \n
1558                                                                                                                            RT @JNTNews: .@GeorgeSoros @DeutscheBank\n\n\n\n\n\n\nWhy President Trump @REALDonaldTrump @POTUS Should Shut Down @US_FDA\n\n\n\n\n\n\nhttps://t.co/3GTlZlPAS0\n\n\n\n\n\n\n$JNJ\n
1559                                                                                                                                                                                                                         @luckybsmith @theatomicsmusic @hm FOLLOW ME PLS, I KNOW YOU DONT CARE BUT I LOVE YOU\n
1560                                                                                                                                                                        RT @pharris830: Dear @ABC @NBC @CBS @MSNBC @CNN if you could stop pretending that what they are doing is normal, that would be grea… \n
1561                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1562                                                                                                                                                                                               Check out CHILDREN UNDERGROUND DVD, BEST DOCUMENTARY, ACADEMY AWARD NOMINEE  https://t.co/VG3jFhzSEF via @eBay\n
1563                                                                                                                                                                          Check out SIGHT WORDS FLASH CARDS, TREND, T-53003, AGES 6 AND UP, BUILDS READING AND SPELL #Trend https://t.co/IT2dVZFpPR via @eBay\n
1564                                                                                                                                                                  RT @mfoulk50: Interpol: A Jonas Lange Novel  https://t.co/Dp9JoZcCVm via @amazon\n\n\n\n\n\n\nEXCELLENT READ!! Please read &amp; review :-)\n
1565                                                                                                                                                                                                     @comcast @wildwest2sh\n\n\n\n\n\n\nA carefully crafted denial that doesn't exclude selling info in bulk.\n
1566                                                                                                                                                                 RT @comcast: We value our customers’ trust, and we'll continue to protect the privacy and security of their personal information. https://t…\n
1567                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1568                                                                                                                                                    RT @Liliac2115: @ABCNetwork @ecmess @CBS  Roses are red. Violets are blue. Give us our Hotch back, or we'll boycott you!\n\n\n\n\n\n\n#NoHotchNoWatch #T…\n
1569                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1570                                                                                                                                                                 RT @Honda: Introducing Horn Emojis, an all-new driver-to-driver communication system, dreamed up for the 2018 Odyssey. https://t.co/MeLzE2Q…\n
1571                                                                                                                                                                 RT @Disney: Oh hey, Heihei! Learn how to draw your favorite rooster from #Moana, live on Disney YouTube at 11 a.m. PST. https://t.co/FsJnVS…\n
1572                                                                                                                  RT @AGoddessOfWar: Perfect timing @Google on #TDOV\n\n\n\n\n\n\nThe future is broad &amp; warm &amp; encompassing; sorry old white guys!\n\n\n\n\n\n\n#Ω\n\n\n\n\n\n\nhttps://t.co/XOzzfNj…\n
1573                                                                                                                                                                 RT @RollsRoyce: Congratulations @Boeing on the first flight of your Boeing 787-10, proudly powered by our #Trent1000 TEN #AvGeek https://t.…\n
1574                                                                                                                                                                                   RT @Reuters: From Mosul to Caracas, a look back at our top photos from around the world in the month of March. See more:… \n
1575                                                                                                                                                                                                 RT @Reuters: A feud within the Republican party escalates over healthcare, in this week's 'Talking Points'… \n
1576                                                                                                                                                                                                 Making teenage white boys "scary" by having them pressure kids to drink or speed is BAD TV WRITING. @netflix\n
1577                                                                                                                                                                 RT @comcast: We value our customers’ trust, and we'll continue to protect the privacy and security of their personal information. https://t…\n
1578                                                                                                                                                    RT @AlanAdkins: @Reuters Let's stop referring to this guy as an "ex punk rocker".\n\n\n\n\n\n\nHe played for a limited time in a rather unknown punk roc…\n
1579                                                                                                                                                                 RT @netflix: The story of Hannah Baker's life isn't easy to tell, but it's as real as it gets. @13ReasonsWhy is now streaming. https://t.co…\n
1580                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/cYncxKLVP8\n
1581                                                                                                                                                                 RT @ATLHawks: Jerseys were stolen, thieves were caught, and it's all a part of this week's @Ford Social Media Minute: https://t.co/XHzrtYy6…\n
1582                                                                                                                                                                     RT @SelenaFanClub: We know you're already binge watching, but #13ReasonsWhy is now on @netflix! Join us tomorrow at 4p PST for our wat… \n
1583                                                                                                                                                                         This weeks daily scoop is here! Get all the deets on @facebook updates, @Amazon, and @SamsungMobile new #S8… https://t.co/duPbRLeH5d\n
1584                                                                                                   RT @realmadriden: 👍🎁👕\n\n\n\n\n\n\nFollow us on @facebook for a chance to WIN a signed @Cristiano shirt!\n\n\n\n\n\n\n\n\n\n\n\n\n\n👉 https://t.co/GKsTev2fQm\n\n\n\n\n\n\n\n\n\n\n\n\n\n#HalaMadrid… \n
1585                                                                                                                                                    RT @GodsOfTheEarth: #ReTweet and #ENTER to #WIN a @Microsoft @Surface Book #Giveaway #Competition #Sweepstakes #Contest  \n\n\n\n\n\n\nhttps://t.co/Xers…\n
1586                                                                                                                                                                 RT @comcast: We value our customers’ trust, and we'll continue to protect the privacy and security of their personal information. https://t…\n
1587                                                                                                                                                                                                               McKesson UPHV3036 StayDry Ultra Underpads, ... by McKesson https://t.co/gqRCxodDLE via @amazon\n
1588                                                                                                                                                                                            @Apple  big difference between water resistance and water proof, as I told santa in a letter I wrote in late '86.\n
1589                                                                                                                                                                                                 A @pepsi a day makes the bad times go away, can I get a follow for being a great fan https://t.co/K5OOlLfUwY\n
1590                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1591                                                                                                                                                              I love that @comcast commercial where they say not to be "fooled" by AT&amp;T's rebrand Uverse...while they rebrand to Xfinity #HypocrisyAbound\n
1592                                                                                                                                                                                                                                           Apparently there's veins in avocados \n\n\n\n\n\n\nI hate @Walmart\n
1593                                                                                                                                                                 @RealJamesWoods @Apple Admittedly, this is a tough argument since innocent people get hurt or killed but I'm just n… https://t.co/JzdJoi7Mp3\n
1594                                                                                                                                                                                                                                       I'm at @Walmart Supercenter in Westminster, CO https://t.co/axeuWDxiKs\n
1595                                                                                                                                                                 RT @comcast: We value our customers’ trust, and we'll continue to protect the privacy and security of their personal information. https://t…\n
1596                                                                                                                                                                                RT @dylanminnette: Strap on your helmets, kids; 13 Reasons Why is now streaming on @netflix. - Helmet https://t.co/Kju7X11keo\n
1597                                                                                                                                                                       @layan424 \n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/lVZVOwHZvt\n\n\n\n\n\n\n@netflix @hulu @MTV\n
1598                                                                                                                                                                                RT @dylanminnette: Strap on your helmets, kids; 13 Reasons Why is now streaming on @netflix. - Helmet https://t.co/Kju7X11keo\n
1599                                                                                                                                                                                 Check out (3) UNOPENED BOXES OF PENNIES 7,500 COINS UNSEARCHED FOR COPPER,WHEATS,ERRORS !  https://t.co/N0LWhONeYJ via @eBay\n
1600                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1601                                                                                                                                                                            Check out Men's Ciokick Yellow and grey striped, Sport brief size: small,medium, large #Ciokicx https://t.co/wQJ3PRMfOn via @eBay\n
1602                                                                                                                                                                                     ⚡️ “Pressure and protests mount on Venezuela's president” by @Reuters\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/vwuKEhtPbN\n
1603                                                                                                                                                                                     RT @netflix: Binge your favorite book on Netflix. Season 1 of @13ReasonsWhy, coming this Friday. https://t.co/nMIpzuM7ub\n
1604                                                                                                                                                                                RT @dylanminnette: Strap on your helmets, kids; 13 Reasons Why is now streaming on @netflix. - Helmet https://t.co/Kju7X11keo\n
1605                                                                                                                                                                                RT @penn_state: 40 years ago, @CBS immortalized @PennStateFball's John Cappelletti and his brother Joey's relationship #FBF… \n
1606                                                                                                                                                                        RT @pharris830: Dear @ABC @NBC @CBS @MSNBC @CNN if you could stop pretending that what they are doing is normal, that would be grea… \n
1607                                                                                                                                                                 RT @netflix: The story of Hannah Baker's life isn't easy to tell, but it's as real as it gets. @13ReasonsWhy is now streaming. https://t.co…\n
1608                                                                                                                                                                                                                                                           Okay @TMobile, how do I get a #TMobileONEsie?!?!?!\n
1609                                                                                                                                                                 RT @PamKeith2016: I called @Nike to express my extreme dismay at their financial support of Ryan, who tried to kill Americans by taking the…\n
1610                                                                                                                                                                                                                               If you haven't yet, watch @Trevornoah #AfraidOfTheDark on @netflix 😂❤ so good\n
1611                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1612                                                                                                                                                                                                                                  @n_m_anthony @Shell @NSTA @JohnPolanyiCI @TDSB_STEM 🙆👍Proud of you, girl!\n
1613                                                                                                                                                                 RT @KimWhitler: "Capital isn't scarce. Vision is." S. Walton @Walmart @CatalystLeader @FastCoLead @brand @WorldVision  https://t.co/mtN6ipk…\n
1614                                                                                                                                                                             RT @Vindyne8: 2 new #syscoin @BlockFoundry products, #API &amp; Peg server available @Microsoft #Azure https://t.co/NFe61pOPJv… \n
1615                                                                                                                                                                             RT @Cannes_Lions: Senior Director, Reputation Communications, @pfizer @DanaGandsman will be speaking at #LionsHealth this year… \n
1616                                                                                                                                                                                     @CBS Reviving old x86 machines using @Ubuntu, @Fedora, @ZorinOS, @mint #KXStudio and @Tails_live https://t.co/ObxnumOUmT\n
1617                                                                                                                                                                                RT @dylanminnette: Strap on your helmets, kids; 13 Reasons Why is now streaming on @netflix. - Helmet https://t.co/Kju7X11keo\n
1618                                                                                                                                                                  "Trump, a real estate magnate and television celebrity with no political experience.." thatsasentence! https://t.co/lwhi8EBLRy via @Reuters\n
1619                                                                                                                                                                               ebay Mitchum Anti-Perspirant &amp; Deodorant, Women's Shower Fresh, 2.25 oz, 3 Pack #Mitchum https://t.co/bc87sGJler via @eBay\n
1620                                                                                                                                                                          RT @doubleceandj: Check out Danby 2.6 CuFt. Compact All Refrig, Auto Cycle Defrost, Energy Star Black https://t.co/gGaoQlNxxs @eBay\n
1621                                                                                                                                                                                   RT @Reuters: Caterpillar shuts plant in Aurora, Illinois, that employs 800 https://t.co/m1Tg5eTdhO https://t.co/qvLPuonWq3\n
1622                                                                                                                                                                                                                                             @UPS has worsened lately, from unreliable, to reliably #fail ...\n
1623                                                                                                                                          RT @UnderMyRedHood: @Sony @PlayStation It's not April 4th yet... Why is PSN broken?\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Sony #Playstation4 #psndown https://t.co/HHreKqpIry\n
1624                                                                                                                                                                 RT @netflix: The story of Hannah Baker's life isn't easy to tell, but it's as real as it gets. @13ReasonsWhy is now streaming. https://t.co…\n
1625                                                                                                                                                                                   RT @Reuters: Caterpillar shuts plant in Aurora, Illinois, that employs 800 https://t.co/m1Tg5eTdhO https://t.co/qvLPuonWq3\n
1626                                                                                                                                                                                        A Dozen Summers Amazon Instant Video ~ Hero Hall,Kenton Hall, Sarah Warren Sca... https://t.co/Jv3qGqcSCz via @amazon\n
1627                                                                                                                                                                                   RT @Reuters: Caterpillar shuts plant in Aurora, Illinois, that employs 800 https://t.co/m1Tg5eTdhO https://t.co/qvLPuonWq3\n
1628                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1629                                                                                                                                                                  @NBCTheVoice @JLarsonguitar @Toyota Hey Jesse, knowing that you met the late and great Prince is so fantastic. Not… https://t.co/dCPidw20kS\n
1630                                                                                                                                                                                  @AbigailPfeiffer @aaadams_adams @Reuters Sorry, but regulating the people within our borders is certainly just and ethical.\n
1631                                                                                                                                                                                        Eleven81 Alloy Seat Clamp Cold Forged Multiple Sizes 30 mm Black, SPST22112  | eBay https://t.co/OHpCTE8JqL via @eBay\n
1632                                                                                                                                                                           Rumors of New PS4 Pro Slim: if true, which feature should Sony implement from get-go? @PlayStation @yosp @cerny @ShawnLayden @Sony\n
1633                                                                                                                                                                      RT @inabster: @meNabster @linuxium @intel Finally, dmesg of 14.04.5 with Linux 4.11-rc4 kernel &amp; the grub_bootefi32 you poster in… \n
1634                                                                                                                                                                                        I Love Lucy: The Complete Series Box Set an... by Lucille Ball, Desi Arnaz, W...  https://t.co/vQ4qJtOeI3 via @amazon\n
1635                                                                                                                               RT @PressSec: .@POTUS Trump says new trade orders set stage for manufacturing revival\n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\n@Robertarampton\n\n\n\n\n\n\nhttps://t.co/emifE1ofXv\n
1636                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1637                                                                                                                                                                                       RT @Reuters: Beyond jobs, car sales to give insight on consumer health https://t.co/m4A2PGKYcA https://t.co/f5Q9RjovUN\n
1638                                                                                                                                                                                        Check out THE AMAZING SPIDER-MAN KING SIZE ANNUAL #10, 1976 'THE  HUMAN FLY' GOOD!  https://t.co/8zG6eYFC5D via @eBay\n
1639                                                                                                                                                                 RT @netflix: The story of Hannah Baker's life isn't easy to tell, but it's as real as it gets. @13ReasonsWhy is now streaming. https://t.co…\n
1640                                                                                                                                                                                                                                             @JenMsft @Microsoft Yes, now I realize it, I didn't remember it.\n
1641                                                                                                                                                                 RT @netflix: The story of Hannah Baker's life isn't easy to tell, but it's as real as it gets. @13ReasonsWhy is now streaming. https://t.co…\n
1642                                                                                                                                                                                      Check out N OR M? AGATHA CHRISTIE, 1964, DELL, *1ST DELL PRINTING*,  VINTAGE PB, VG!  https://t.co/psfnUcR443 via @eBay\n
1643                                                                                                                                                                        RT @exxonmobil: Jobs, jobs and more jobs. ExxonMobil projects are expected to create 45,000 jobs and support many more across the U… \n
1644                                                                                                                                     RT @PsychTheMovie: Just saw that the Keep Psych on @netflix petition has over 11,000 supporters!!!\n\n\n\n\n\n\nhttps://t.co/27DPVGErzS\n\n\n\n\n\n\n@psychwrites 🍍🍍🍍\n
1645                                                                                                                                                                                               RT @TMobile: @VAWSE Aw, you're making us blush over here, Vawse! You're number one in our hearts! 👆😍 *TerriL\n
1646                                                                                                                                                                           @ErmenegildoZ Ermenegildo Zegna Sport NWT Shirt Size L,long sleeve,100% Cotton,Black  #PoloRugby https://t.co/F7lVGWva8k via @eBay\n
1647                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1648                                                                                                                                                   RT @mylifeinart: @PayPal @scotiabank @ProBonoOntario  \n\n\n\n\n\n\nJUDGE: Have you ever taken a shit on Twitter?\n\n\n\n\n\n\nME: https://t.co/pFVaAv0D8f\n
1649                                                                                                                                                                            Check out Matchbox Breweries, CHILI BEER, MT. WILSON, DIXIE BEER, ZEPHYR, PONY EXPRESS E5 #none https://t.co/s39k0pUIBL via @eBay\n
1650                                                                                                                               RT @GemMar333: .THE NEWS IS NOT ABOUT NEWS ANYMORE\n\n\n\n\n\n\n@nbc @CBS @ABC @MSNBC @CNBC @CNN \n\n\n\n\n\n\n#FakeNews\n\n\n\n\n\n\n#BiasedReporting https://t.co/TzexI9ryfU\n
1651                                                                                                                                                                  RT @ShawnAccess: Keep tweeting #AMAs + @ShawnMendes + New Artist Of The Year Un-Leashed By @TMobile! Also vote at https://t.co/FGXDgVMorv,…\n
1652                                                                                                                                                                                                     @Samsung Must check this new Samsung Galaxy Series Phone S8 and S8+\n\n\n\n\n\n\nhttps://t.co/M7CazyRadR\n
1653                                                                                                                                                                                   Check out 20+ FRESH Jackfruit Seeds Tropical Unique - World Largest Tree Fruit "HONEY"   https://t.co/AXSXuLSLCZ via @eBay\n
1654                                                                                                                                                                                RT @dylanminnette: Strap on your helmets, kids; 13 Reasons Why is now streaming on @netflix. - Helmet https://t.co/Kju7X11keo\n
1655                                                                                                                               RT @GemMar333: .THE NEWS IS NOT ABOUT NEWS ANYMORE\n\n\n\n\n\n\n@nbc @CBS @ABC @MSNBC @CNBC @CNN \n\n\n\n\n\n\n#FakeNews\n\n\n\n\n\n\n#BiasedReporting https://t.co/TzexI9ryfU\n
1656                                                                                                                                                                                       #iPhone 6 Case, Phone 6s Case, TabPow [Wooden][Shockproof][Drop Protection][He... https://t.co/Bc8Emo0yif 来自 @amazon\n
1657                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1658                                                                                                                                                                 RT @promichael01: @KawsoneXX @Jumpman23 @Nike Terrible release, you guys were silent the entire drop while people stared 15+ hours in there…\n
1659                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1660                                                                                                                                                                 RT @promichael01: @KawsoneXX @Jumpman23 @Nike Terrible release, you guys were silent the entire drop while people stared 15+ hours in there…\n
1661                                                                                                                                                                           Check out Gibraltar Elite Capacity Galvanized Steel Bronze Post-Mount Mailbox, size-M #Gibraltar https://t.co/BT7c1UT4Bz via @eBay\n
1662                                                                                                                                                                 RT @promichael01: @KawsoneXX @Jumpman23 @Nike Terrible release, you guys were silent the entire drop while people stared 15+ hours in there…\n
1663                                                                                                                                                                 RT @netflix: The story of Hannah Baker's life isn't easy to tell, but it's as real as it gets. @13ReasonsWhy is now streaming. https://t.co…\n
1664                                                                                                                                                                 RT @promichael01: @KawsoneXX @Jumpman23 @Nike Terrible release, you guys were silent the entire drop while people stared 15+ hours in there…\n
1665                                                                                                                                                                 RT @promichael01: @KawsoneXX @Jumpman23 @Nike Terrible release, you guys were silent the entire drop while people stared 15+ hours in there…\n
1666                                                                                                                                                                             Check out Real Kundan,Sapphire Bridal Necklace &amp; Earrings Set Gold Plated Fashion Jewelry  https://t.co/C3ZCseb2K7 via @eBay\n
1667                                                                                                                                                                                                    oh well I'm just going to watch the movie "Blow" and get addicted to cocaine, this is your fault @netflix\n
1668                                                                                                                                                                 RT @promichael01: @KawsoneXX @Jumpman23 @Nike Terrible release, you guys were silent the entire drop while people stared 15+ hours in there…\n
1669                                                                                                                                                                                             RT @NHL: The @LAKings stay alive in the #StanleyCup Playoff race, courtesy of a massive @pepsi shutout. Recap:… \n
1670                                                                                                                                                                                               RT @Viking_Lass: NEW PAINTING ON eBAY! "Cthulhu's Hat" - Get your bids in!!  https://t.co/AgatCACwEv via @eBay\n
1671                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1672                                                                                                                                                                                RT @dylanminnette: Strap on your helmets, kids; 13 Reasons Why is now streaming on @netflix. - Helmet https://t.co/Kju7X11keo\n
1673                                                                                                                                                          RT @FSCDems: #ICYMI: @DeutscheBank, Mirror Trades, and More Russian Threads\n\n\n\n\n\n\n\n\n\n\n\n\n\nREAD: https://t.co/tEqD2eITUC via @NewYorker\n
1674                                                                                                                                                                                             RT @NHL: The @LAKings stay alive in the #StanleyCup Playoff race, courtesy of a massive @pepsi shutout. Recap:… \n
1675                                                                                                                                                                           RT @acorn103: @13ReasonsWhy @netflix I will likely watch the release, but it concerns me as to the potentially dangerous message… \n
1676                                                                                                                                                                                                      RT @Reuters: Exclusive: 'If there's a shutdown, there's a shutdown,' Trump says https://t.co/CY1iBJ3Ljp\n
1677                                                                                                                   "Contracts are like hearts; they're meant to be broken."\n\n\n\n\n\n\n#TheFounder 📽 on @McDonalds &amp; #RayKroc 🍟🍔👨🏼‍💼🇺🇸\n\n\n\n\n\n\nhttps://t.co/PJTb6RXVl4\n\n\n\n\n\n\n#Franchise\n
1678                                                                                                                                                                                                                            RT @davidoreilly: deeply disturbing @amazon \n\n\n\n\n\n\nhttps://t.co/b7BkT6cPUI\n
1679                                                                                                                                                                                             RT @Disney: .@HaileeSteinfeld, @KelseaBallerini, and @SofiaCarson Will Perform Britney Spears Medley at #RDMA:… \n
1680                                                                                                                                                                    @McDonalds Hi-c orange is the best drink you had to offer you just had to fuck it up, hopefully @Wendys starts offering Hi-C products. 😒\n
1681                                                                                                                                                                                  Houston Legend, Trae Tha Truth (@TRAEABN ) , Teams Up With @McDonalds  ’s For Upcoming Initiatives  https://t.co/eXEqbeuscP\n
1682                                                                                                                                                      RT @adidas: Take the problem. Find a solution.\n\n\n\n\n\n\nThis Earth Day is about creating change.\n\n\n\n\n\n\n#adidasParley https://t.co/dinOSChc8u\n
1683                                                                                                                                                    @McDonalds I don't drink any type of pop, AND THE ONE THING I ALWAYS GET, YOU DECIDE TO STOP SELLING? \n\n\n\n\n\n\nNot a fan of… https://t.co/jBC2jufXqZ\n
1684                                                                                                                                                                                RT @Reuters: LISTEN: In exclusive interview with @Reuters, Trump said a major conflict with North Korea was possible. More:… \n
1685                                                                                                                                                                             RT @Reuters: EXCLUSIVE: Trump tells @Reuters there is a chance of 'major, major conflict with North Korea' in 100 days interview\n
1686                                                                                                                                                                              RT @Reuters: Exclusive: 'If there's a shutdown, there's a shutdown,' Trump says https://t.co/ndenYnAndg https://t.co/RHb3G4C1qz\n
1687                                                                                                                                                                 RT @comcast: There's widespread consensus on #netneutrality protections, and we support them. Read more: https://t.co/f7yQ0H2ypP https://t.…\n
1688                                                                                                                                                   RT @nextofficial: RT if you'd like your Bank Hol weekend to look a lil something like this… 😍\n\n\n\n\n\n\nhttps://t.co/mGbpyVirh9 https://t.co/OWosDe90…\n
1689                                                                                                                                                                                 RT @Variety: Review: #DearWhitePeople on @netflix is full of incisive asides, witty quips and painfully funny observations… \n
1690                                                                                                                                                                  Mom &amp; Child Heart Pendant In .925 Sterling Silver Round Cut White Diamond\n\n\n\n\n\n\n\n\n\n\n\n\n\n https://t.co/2xwyz2JjwM via @eBay\n
1691                                                                                                                                                                 .@AppleMusic @Apple Not even attempted, someone accessed my account.\n\n\n\n\n\n\nNone of this with @GooglePlayMusic https://t.co/U2OwAS7i9a\n
1692                                                                                                                                                                                    RT @Disney: 9 Things @OhMyDisney Cannot Wait to Experience on #GuardiansOfTheGalaxy –\n\n\n\n\n\n\n Mission: BREAKOUT!:… \n
1693                                                                                                                                                                       RT @iingwen: In interview with @Reuters, I spoke about domestic reform, cross-strait relations &amp; the longstanding friendship bet… \n
1694                                                                                                                                                              RT @GodwinAtser: IITA Cassava Weed Management Project Trains 105 in Abia\n\n\n\n\n\n\n@THISDAYLIVE @Bayer @MonsantoCo @Syngenta @CassavaMatters\n
1695                                                                                                                                                                      @exxonmobil Glad your working on this, after we run out of oil and the seas die we can keep driving on the blasted hellhole of a planet\n
1696                                                                                                                                                                                RT @Reuters: LISTEN: In exclusive interview with @Reuters, Trump said a major conflict with North Korea was possible. More:… \n
1697                                                                                                                                                                                              RT @Barnacules: Dear @Apple, stop auto correcting to "ducking". You know what I'm trying to type! #DuckingApple\n
1698                                                                                                                                                                                             Feel free to go back to your old life any time @realDonaldTrump, you idiot; https://t.co/fmoig2U5Xq via @Reuters\n
1699                                                                                                                                                                                                      RT @Aavaiz: @Tesco transfer me 10,000 club card points and you can have it back https://t.co/rw5Us3PqUX\n
1700                                                                                                                                                             I have just listed: 'No.388 Colin Gordon of Wimbledon - Footbal 87 - Panini -English &amp; Sco...', for 3.99 via @amazon https://t.co/O0aSVul5A8\n
1701                                                                                                                                                             RT @thriftyfifty6: #Vintage #ChristianDior #Chapeaux Hat, Pink Silk &amp; Velvet Flowers, EX! 22 Inches  https://t.co/ZauR5z1gZ0 via @eBay #vin…\n
1702                                                                                                                                                                                           .@Huawei Continues to Catch @Apple, But Still Fighting to Gain Popularity in United States https://t.co/Q1XMjpRIOp\n
1703                                                                                                                                                             I have just listed: 'No.476 Clydebank Badge / Foil - Footbal 87 - Panini -English &amp; Scotti...', for 3.99 via @amazon https://t.co/ejFmHeSmF1\n
1704                                                                                                                                                                             RT @Reuters: EXCLUSIVE: Trump tells @Reuters there is a chance of 'major, major conflict with North Korea' in 100 days interview\n
1705                                                                                                                                                                 I have just listed: 'No.465 Peter Weir / Joe Miller of Aberdeen - Footbal 87 -Panini - Eng...', for 5.99 via @amazon https://t.co/YhOsOTlT0x\n
1706                                                                                                                                                                  Today @FoxFriendsFirst the latest on @united settlement, @southwest @Toyota recall + @tacobell news @FoxNews @HeatherChilders @HuntsmanAbby\n
1707                                                                                                                                                                  Incredible! Well no, credible: Trump says he thought being president would be easier than his old life https://t.co/Zle62iUsL5 via @Reuters\n
1708                                                                                                                                                         @McDonalds take your PR &amp; marketing comms., &amp; start over. You don't know consumers (Hi-C, pie); awful @ social media; the fresh beef fiasco?\n
1709                                                                                                                                                             #SaveFakingIt by signing this petition!\n\n\n\n\n\n\nhttps://t.co/3TVv29RB0p\n\n\n\n\n\n\n@netflix @hulu @MTV\n\n\n\n\n\n\n#PutTheCuffsOnMeVideo\n
1710                                                                                                                                                                         Check out Handmade Natural Iron Tiger Stone Necklace Jewelry 925 Sterling Silver 9.5-19" #Handmade https://t.co/2YGNqXHeHw via @eBay\n
1711                                                                                                                                                                                Check out BN35/110 Vintage Japanese Fabric Cotton Momen Antique Boro Patch Indigo Blue 78"  https://t.co/bzBEH1EcLL via @eBay\n
1712                                                                                                                                                                    I have just listed: 'No.576 St Mirren Team Strip 1913-14 to 1986-87 - Football 87 - Panini', for 5.99 via @amazon https://t.co/HZHspLdZUn\n
1713                                                                                                                                                                RT @911perfectstorm: Reading the @wsj &amp; @Reuters tonite, #45's loose tongue is too dangerous 4 America's safety. Pence is no better. We… \n
1714                                                                                                                                                                           RT @Reuters: EXCLUSIVE: Trump tells @Reuters he was 'psyched to terminate NAFTA' before telephone calls from Canadian, Mexican l… \n
1715                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/tVtjkmWOtR\n
1716                                                                                                                                                    Planning your next trip? Take a look at the latest @Google Trips app update ✈️✈️\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/MMZLiTqrW1 https://t.co/ihyxA6MMqT\n
1717                                                                                                                                                                                   Check out Organic Mushroom Substrate, Composted Manure, Gypsum and minerals added! 10lb  https://t.co/lVNXujznxk via @eBay\n
1718                                                                                                                                                                            "War is what happens when language fails" (Margaret Atwood)\n\n\n\n\n\n\nhttps://t.co/jTYEZRtOp6 via @amazon HEXE by Skadi Winter\n
1719                                                                                                                                                                  RT @Reuters: BREAKING: United Airlines reaches settlement of undisclosed amount with Dr. David Dao, passenger dragged from plane - law firm\n
1720                                                                                                                                                                                               #Dried #Calendula #flowers, #Marigold #Flower, Net weight: #50g on @eBay: https://t.co/ElgCIiRX7A via @eBay_UK\n
1721                                                                                                                                                                 “This is more work than my previous life.  I thought it would be easier," says President Trump reflecting on his 1st 100 days.  via @Reuters\n
1722                                                                                                                                                                            Exclusive: Trump says 'major, major' conflict with North Korea possible, but seeks diplomacy https://t.co/67g2C2pKfG via @Reuters\n
1723                                                                                                                                        RT @AriMelber: Trump on being POTUS in new @Reuters interview:\n\n\n\n\n\n\n\n\n\n\n\n\n\n"This is more work than in my previous life. I thought it would be easier."\n
1724                                                                                                                                                                                  Tell @Chrysler, @StateFarm, @WellsFargo, &amp; Others to Stop Sponsoring Deadly Iditarod! https://t.co/4AP0Pod1kV via @PETA\n
1725                                                                                                                                                                          Check out Cracked Crystal Quartz, Garnet Gemstone 925 Silver Chain Pendant Jewelry 2.5" #Handmade https://t.co/1A8WHXzbB6 via @eBay\n
1726                                                                                                                                                                                                                        @Reuters Pope Francis seeking to mend ties with the devil's religion?\n\n\n\n\n\n\n🤔\n
1727                                                                                                                                                                                                             RT @jcmar_09: SMH, this store is always like this. @Walmart @walmarthelp https://t.co/8LaHkxVErF\n
1728                                                                                                                                                             RT @Y_Strahovski: Waaait a second, hold up - @netflix is taking Chuck off?! I go outback for a second &amp; this happens?! Well c'mon now! @War…\n
1729                                                                                                                                                                   1st reaction: gobsmacked. 2 seconds later: no, this is actually entirely believable. Someone help USA https://t.co/m92tVi8OTs via @Reuters\n
1730                                                                                                                                                                 RT @MangoLassiit: @starwindsan building a virtual IT infrastructure with @Cisco 3850, @HPE DL 360 G9, @VMware 6.5 and #Starwind #VSAN https…\n
1731                                                                                                                                                            #Repost sanjanabatra with @repostapp\n\n\n\n\n\n\n・・・\n\n\n\n\n\n\n@parineetichopra in a @hm camisole, earrings, zara… https://t.co/QjQVsXTUMQ\n
1732                                                                                                                                                                 @GodHatesMiles @Fullscreen @ATT I wanna go, but my parents won't let me cause I already went to ur tour and they we… https://t.co/ofCfNx6tII\n
1733                                                                                                                                                                                                 @GSK Still no response. \n\n\n\n\n\n\n\n\n\n\n\n\n\nMaybe I'll just switch to @ColgateUK for the kids anyway\n
1734                                                                                                                                                                              Check out Pendant Jewelry Man-Made Charoite Pear Gemstone 925 Sterling Silver 2.25" #Handmade https://t.co/UKUFgworjn via @eBay\n
1735                                                                                                                                                                 RT @shipp_kenneth: @ValliGator13 @Reuters Trump enjoys running for president, not being 🇺🇸 president. Complaining is easy, governing is not.\n
1736                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/GTj70O0tME\n
1737                                                                                                                                                                                    Check out HOBO BAG, HOBO PURSE, NIGHTMARE BEFORE CHRISTMAS, SALLIES DRESS FABRIC PURSE  https://t.co/3Q9c5PcYba via @eBay\n
1738                                                                                                                                                                          RT @Reuters: Syria, North Korea test Trump's 'America First' pledge. Via @ReutersTV https://t.co/dQ9dpPHdjT https://t.co/8o3T3HSVit\n
1739                                                                                                                                                                 RT @Shabbychicforme: Collectible Mexican Folk Art Painted Cross Lrg. 20" Embossed tin Trim Adam &amp; Eve  https://t.co/TJwNnlEViY via @eBay\n
1740                                                                                                                                                                                         U.S. says 'major conflict' with North Korea possible, China warns of escalation https://t.co/FBsxn8dChy via @Reuters\n
1741                                                                                                                                                                                @Reuters Pres. Trump raises the possibility of a military confrontation with N. Korea, though he prefers diplomatic solution…\n
1742                                                                                                                                                                                 RT @Variety: Review: #DearWhitePeople on @netflix is full of incisive asides, witty quips and painfully funny observations… \n
1743                                                                                                                                                                                          NEWS: #UK anti-terrorism police say plots contained after woman shot, arrests: https://t.co/RPAjNfxNa6 via @Reuters\n
1744                                                                                                                          RT @BadHombreNPS: So @exxonmobil released 10 million lbs of pollutants in TX. \n\n\n\n\n\n\n\n\n\n\n\n\n\nTks 2 @SierraClub + the #CleanAirAct, they're liable. \n\n\n\n\n\n\nhttp…\n
1745                                                                                                                                                                        Never thought I'd utter the words fake news, but this article is spectacularly wrong. 😂🤦🏻‍♂️do better @Yahoo https://t.co/AyF3Iagk7h\n
1746                                                                                                                                                             Quarterly 'connects' rather than annual 'performance review'-promote focus on impact, shared learning &amp;innovation @Microsoft #hsemasterclass\n
1747                                                                                                                                                                                                   RT @markknoller: Another presidential lament: "I liked to drive. I can't drive anymore," he told @Reuters.\n
1748                                                                                                                                                                       Anyone keeping a list? #Canada, #NorthKorea, #Mexico, now #SaudiArabia...and the week's not over: https://t.co/DaXSe2pK1A via @Reuters\n
1749                                                                                                                              RT @Forever_Lucid: @Reuters 'I want the iranians to know that if I am the President, we will attack Iran'\n\n\n\n\n\n\n-HILLARY CLINTON\n\n\n\n\n\n\n\n\n\n\n\n\n\nComplete P… \n
1750                                                                                                                                                                                                                          @CNET @Apple car prototype news is nicely looping in to nothing, please fix the bug\n
1751                                                                                                                                                                                                                                              @Reuters @JoeNBC Damn, how much golf did he play before?? 🍊🏌🏿\n
1752                                                                                                                                                                   RT @coreyreynoldsLA: @Reuters This sounds like a guy talking about setting up a tent ⛺️, not a guy talking about being the President. 🤦… \n
1753                                                                                                                                                                       RT @FullOfShite: @lunster81 @AimeeDemaio @Siemens Most medical professionals get very few hours, if any at all in nutritional traini… \n
1754                                                                                                                                                                                                                             @Reuters Kind of started during Obama's admin, but it is steadily getting worse.\n
1755                                                                                                                                                                  @Reuters No kidding! That's all you talk about, yet you never point out that there's people who do horrible things… https://t.co/VfTjyCwPrB\n
1756                                                                                                                                                                     RT @DialNforNicole: Every time I try to watch @netflix, I get overwhelmed with all of the choices, and end up turning on @hgtv, instead.\n
1757                                                                                                                                                                            Exclusive: Trump says 'major, major' conflict with North Korea possible, but seeks diplomacy https://t.co/wxjdGkhyUm via @Reuters\n
1758                                                                                                                                                                  RT @realmadriden: 👨‍⚕🖥⚽ @Microsoft\n\n\n\n\n\n\nMeet #RealMadrid's medical staff and find out how they take care of the players' health.… \n
1759                                                                                                                                                                                   RT @PlasticOceans: #APlasticOcean is now available on @netflix (in Canada, UK and the US)! If you like it, please share!… \n
1760                                                                                                                                                                      RT @GoldmanSachs: $GS is thrilled to commit $300MM to The Crossing at Jamaica Station, the largest private investment in downtown Jam… \n
1761                                                                                                                                                                                                                @MariaBartiromo @MorningsMaria @FoxBusiness @GoldmanSachs @POTUS I love this guy, Gary Cohn👍\n
1762                                                                                                                                                                 RT @GoldmanSachs: Why #China’s equities could outperform, according to $GS Research’s Tim Moe: https://t.co/Jig7mMTagJ https://t.co/idwXaNS…\n
1763                                                                                                                                       RT @MorganNaegele: I literally go to @McDonalds for a Hi-C Orange EVERY DAY. \n\n\n\n\n\n\n\n\n\n\n\n\n\nWHAT THE ACTUAL FUCK MCDONALDS. WHAT THE FUCK!!!??? https://…\n
1764                                                                                                                                                                 @Ihaveno875 @Reuters @realDonaldTrump That is an odd pet peeve, but we all have them. I'm sure mine are no better or worse. Have a nice day!\n
1765                                                                                                                                                    @AjitPaiFCC @nathanleamerfcc @verizon throttled internet #netneutrality #savetheinternet @freepress @fightfortheftr \n\n\n\n\n\n\nhttps://t.co/nhm3Qd1epD\n
1766                                                                                                                                                                                             Check out 4 VINTAGE FELT COVERED  ORNAMENTS, CHOIR ANGELS, Red Christmas Xmas  https://t.co/62BjVGjUQl via @eBay\n
1767                                                                                                                                                                  RT @realmadriden: 👨‍⚕🖥⚽ @Microsoft\n\n\n\n\n\n\nMeet #RealMadrid's medical staff and find out how they take care of the players' health.… \n
1768                                                                                                                                                                           Trump exclusive: "This is more work than in my previous life. I thought it would be easier."  https://t.co/z0VMEZ23Lv via @Reuters\n
1769                                                                                                                                                                 @BMW As I said by phone, if I don't hear from you by the weekend I'll assume you can't help further and I'll take i… https://t.co/zkd0zz8xR3\n
1770                                                                                                                                                                                                                           Twitter posts strong user growth, shares soar https://t.co/an2qKsqBsm via @Reuters\n
1771                                                                                                                                                                  RT @CPrignano: During interview with @Reuters, Trump handed reporters copies of the electoral map with 2016 figures https://t.co/dNX7usbMEs\n
1772                                                                                                                                                                  RT @realmadriden: 👨‍⚕🖥⚽ @Microsoft\n\n\n\n\n\n\nMeet #RealMadrid's medical staff and find out how they take care of the players' health.… \n
1773                                                                                                                                                                                                        RT @JackiSchechner: Hey @Reuters, we're gonna need the full transcript of this #Trump meltdown, stat!\n
1774                                                                                                                                                                                Check out DEAD MORN, PIERS ANTHONY, 1990, TAFFORD *STATED 1ST EDITION*  VINTAGE, XANTH NEW  https://t.co/SkhQ65VM7c via @eBay\n
1775                                                                                                                                                                                                      RT @kingsleyyy: Hi @McDonalds.\n\n\n\n\n\n\n\n\n\n\n\n\n\nWelcome to your tape. https://t.co/tAS2q0ktqS\n
1776                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/Jgpruv955C\n
1777                                                                                                                                                                                RT @Reuters: LISTEN: In exclusive interview with @Reuters, Trump said a major conflict with North Korea was possible. More:… \n
1778                                                                                                                                                                 @aintshook @educatoringa @NewDay @Reuters @jeffmason1 @ChrisCuomo @GOP Oh really, how did he win, you tell me and i… https://t.co/0yNh1U9mOb\n
1779                                                                                                                                                                                                                So, this is what marriage is?🤔 Thanks for alerting me @facebook 👍🏼 https://t.co/Ha8fH8ELOd\n
1780                                                                                                                                                                                                            RT @williamlegate: @Reuters Please then, for the national security of our country… please resign.\n
1781                                                                                                                                                                                                Another thing for the "Stuff everyone but Trump and his fans knew" pile. https://t.co/UXaSJr5oey via @Reuters\n
1782                                                                                                                                                                 @Mofa_Belgium Just #phone-monitored you: you didn't pick up, spoke in a warning on "many DPRK spies @Samsung". Don't try @BelgiumMFA tricks!\n
1783                                                                                                                                                                                                                                          I'm at @Starbucks in Kuwait City, Al Asimah https://t.co/KJiWo1QFyd\n
1784                                                                                                                                                                   83% of CIOs now consider #IaaS an option. W/ @Oracle IaaS, orgs can reach IT goals &amp; put worries behind them:… https://t.co/RskWRzkMWL\n
1785                                                                                                                     @Sony @PlayStation 4 shipments over 60 million ! \n\n\n\n\n\n\n wow! \n\n\n\n\n\n\n  \n\n\n\n\n\n\nFollow us for gaming news &amp; more\n\n\n\n\n\n\nGo on !🕹️🐒⬅️ https://t.co/iWXEhY0nUI\n
1786                                                                                                                                                                 RT @JosiahRyan: Trump brought printed map handouts showing electoral college wins to @Reuters interview, says journalist @jeffmason1 https:…\n
1787                                                                                                                                                                                               @McDonalds @berrypatchmom If you're taking my beloved Hi-C away, at least bring back the Szechuan Sauce!!!!!!!\n
1788                                                                                                                                                                    @NEI @iaeaorg @Reuters @Barttommelein @wfschiltz @RonnieBelmans @MathiasB9 @McMarghem Of which a few in Be,if we're serious about climate\n
1789                                                                                                                                                                 @JosiahRyan @benshapiro @Reuters @jeffmason1 Well, even Trump knows that when your dealing with children it is best… https://t.co/6LT925LCi4\n
1790                                                                                                                                                        Plz RT\n\n\n\n\n\n\nAn #ebook where creatures of nightmares and fantasy rule while humans fear extinction.  Check out @amazon https://t.co/ZUIct33tkv\n
1791                                                                                                                                                                 @mlamons1 @Disney Well, at this point I would say that is a good analogy, but eventually AI might evolve far beyond… https://t.co/BLYapYjYFj\n
1792                                                                                                                                                                                                   RT @IgnacioTechie: Well done, @Heineken. Can we put a bar inside Congress, please? https://t.co/bKqS3CWI94\n
1793                                                                                                                                                                  RT @mermaidwishing: just finished watching Girlboss on @netflix and i am crying of heartbreak, happiness, and proudness of @sophiaamoruso.…\n
1794                                                                                                                                                                                     RT @Disney: Get your paws dirty and explore in @Disneynature's #BornInChina, now in theatres. 🐾 https://t.co/Gia8yGCfa1\n
1795                                                                                                                                                                  RT @realmadriden: 👨‍⚕🖥⚽ @Microsoft\n\n\n\n\n\n\nMeet #RealMadrid's medical staff and find out how they take care of the players' health.… \n
1796                                                                                                             @kritisanon \n\n\n\n\n\n\nTop - @hm \n\n\n\n\n\n\nSkirt - @zara \n\n\n\n\n\n\nStyled by - @anaitashroffadajania @sukritigrover @style.cell \n\n\n\n\n\n\n#bollywood #s…… https://t.co/rCNat0cgyZ\n
1797                                                                                                                                                     @target for #cashback @EVERGREENMKT  for...#duh \n\n\n\n\n\n\n@Chevron for @SwisherSweets @McDonalds for sis 😉 THEN smoke w/dash of #alwayssunny #ICYMI\n
1798                                                                                                                                                                       @AskAmex @AmericanExpress IS THE WORST !! Done , done &amp; DONE. So much hassle to get the paperwork to pay off a card IN FULL !! #BS\n
1799                                                                                                                                                                                                 What's a pre order.. already got it through @ATT come on sprint, you gotta do better https://t.co/NuX0n78EkX\n
1800                                                                                            @Reuters @HarmonyEliana @potus\n\n\n\n\n\n\n@realdonaldtrump\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou "like to work"??\n\n\n\n\n\n\n\n\n\n\n\n\n\nNINE vacations in THREE months???\n\n\n\n\n\n\n\n\n\n\n\n\n\n#ResistTrump\n
1801                                                                                                                                                                             @McDonalds okay so this Hi-C Orange phase out thing...big mistake, HUGE. Seriously. Please don't. America thanks you in advance.\n
1802                                                                                                                                                                                RT @Reuters: LISTEN: In exclusive interview with @Reuters, Trump said a major conflict with North Korea was possible. More:… \n
1803                                                                                                                                                                             RT @Reuters: EXCLUSIVE: Trump reflects on his #First100days, says he thought being president would be easier than his old life… \n
1804                                                                                                                                                                 @TheAndyHolland @SonnyDaes @Reuters @kevincramer Good rant. Current plan, until 45 has new impulse, is to stick w/P… https://t.co/S72tozJOGX\n
1805                                                                                                                                                                 @Kevin_Raposo @TMobile Given that I've gone G4 and G5, I know G6 is inevitable, but I'd at least consider the Pix (… https://t.co/GAEZZCJwTZ\n
1806                                                                                                                                                                                  Amazon revenue soars as cloud, retail businesses dominate https://t.co/Kxt61hB9dV via @Reuters #CloudComputing @amazon @AWS\n
1807                                                                                                                                                                                                                             RT @ttmiller68: @Reuters Not surprising since our "leader" is racist and sexist.\n
1808                                                                                                                                                                       RT @VW: Urban. Legend. From city streets to highway mile markers, there's never a dull moment in the #VW #Golf https://t.co/lBbgyyGQXg\n
1809                                                                                                                                                                                 Check out PERSONA A PERSONA 1, TEACHERS EDITION, ENGLISH LANGUAGE LEARNER1 #TeachersManual https://t.co/DzdMxn9kLT via @eBay\n
1810                                                                                                                                                                                         RT @justicefiguero: IF HARDSHIP GOT YOU DOWN, GET UP #RenewTheGetDown @netflix @SonyPictures https://t.co/9zt6NmtYBo\n
1811                                                                                                                                                                   RT @careygillam: CEO of @Bayer faces protests, defends @MonsantoCo takeover despite company's  "challenging image" https://t.co/l6MrcMjv0D\n
1812                                                                                                                                                                                                    @Reuters @POTUS: Do you even realize how stupid that sounds? Resign now,please, if it's so frigging hard.\n
1813                                                                                                                                                                 RT @JosiahRyan: Trump brought printed map handouts showing electoral college wins to @Reuters interview, says journalist @jeffmason1 https:…\n
1814                                                                                                                                                                                                   @jamesdoleman C'mon @netflix, make it happen. Would be effin epic. Bigger than Narcos. Where do I sign up?\n
1815                                                                                                                                                                              Check out ROCKY MOUNTAIN ELK FIGHTING, BULL ELK GICLEE PRINT, ELK IN RUT NEW ARTWORK #Realism https://t.co/D1hpwvLS6z via @eBay\n
1816                                                                                                                                                                                           @facebook admits: governments exploited us to spread propaganda\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/qGBAkBLqhC\n
1817                                                                                                                                                                                                                                                                 Well done, @Heineken https://t.co/l8j1HFfbYD\n
1818                                                                                                                                                                                              Check out Original 1970's Stylish "zebedee" Magic Roundabout Table Light. Offers? https://t.co/FLsj4dX0Ge @eBay\n
1819                                                                                                                                                      RT @LadyLSpeaks: Dear Whites who love @facebook. Mark Zuckerberg\n\n\n\n\n\n\ndeems 'Hunt &amp; Kill All White Women' is not in violation of communit… \n
1820                                                                                                                                                                             RT @david_a_butler: Country @Google director @Warnking w/his daughter, about the Power of #DigitalGirls #GirlsinICT @Google_CH… \n
1821                                                                                                                                                                   @Google Global Cache up &amp; running in #Cuba , as of yesterday for improved quality of #Google services . Cat... https://t.co/tnpAGGzwU7\n
1822                                                                                                                                                     Hi @Colgate, \n\n\n\n\n\n\n@relatabledinahj would like to promote   for you as she uses colgate 3 or 4 times daily! She uses it… https://t.co/zAhh4wMFch\n
1823                                                                                                                                                          "im leaving on a jet plane" and i am NEVER going home @FedEx You are complicit in dolphin slavery \n\n\n\n\n\n\n#OpSeaWorld https://t.co/NELcGuqxuV\n
1824                                                                                                                                                                       RT @InsideTheMagic: Actors who voiced @Disney characters Belle, Jasmine, Pocahontas, Prince Eric will appear at @MegaConvention 2017… \n
1825                                                                                                                                                                                                     Sounds like @Ehmee needs her own show on @netflix, with @javawhatnow as co-host! https://t.co/tYtmFxfmr9\n
1826                                                                                                                                                                            This week's middle bit includes an @Oracle #startup, @Plaid partnership and grant news from @KauffmanFDN: https://t.co/w9dB8nNkhu\n
1827                                                                                                                                                                        RT @SQUlDZ: FUCK @McDonalds FUCK YO TRASH ASS FRIES, FUCK YO DRY ASS FISH, FUCK YO ICE CREAM MACHINE &amp; FUCK RONALD MCDONALD BIT… \n
1828                                                                                                                                                                 @LawyerRogelio @Reuters I hope that means he won't run again. He'd be spending his "golden years" working instead o… https://t.co/sARXDTXTHP\n
1829                                                                                                                                                                                Donald Trump tells @Reuters about being president: "I thought it would be easier" than his old life:… https://t.co/dnJwAgodHq\n
1830                                                                                                                                                                                                                         RT @pIayboi: Damn, how hard is it to spell Sammy? @Starbucks https://t.co/sDVO0naUmK\n
1831                                                                                                                                                                                         Check out Handmade 8" Hot Pot Pad/Pot Holder with Hanger - WATERMELONS #RobinRenee https://t.co/SMeRlZHgk6 via @eBay\n
1832                                                                                                                                                   RT @_hazonku_: Homework was to make an animated meme. Enjoy! 🦄✨\n\n\n\n\n\n\n#rainbow #hype #meme #pennywise #ITmovie @Starbucks https://t.co/43eeYFYrCW\n
1833                                                                                                                                                                             RT @Reuters: EXCLUSIVE: Trump reflects on his #First100days, says he thought being president would be easier than his old life… \n
1834                                                                                                                                                                              RT @Reuters: Exclusive: 'If there's a shutdown, there's a shutdown,' Trump says https://t.co/N6ZocdbgIm https://t.co/VGoDmkHi83\n
1835                                                                                                                                                                              Check out CUTE MULTI-COLOR COTTAGE &amp; LITTLE BEAR RESIN PHOTO FRAME FOR 3.5" X 5" PHOTOS   https://t.co/E9hdXZuk6x via @eBay\n
1836                                                                                                                                                                 RT @Reuters: MORE: Trump wants to renegotiate or terminate 'horrible' trade deal with South Korea, wants it to pay for $1-billion THAAD mis…\n
1837                                                                                                                                                             Cool design concept on how #Windows could look, with a shared UI across PC &amp; Mobile. @Microsoft are you seeing this? https://t.co/SGl3mkhPI8\n
1838                                                                                                                                                  RT @FisayoLonge: My @Nike Black &amp; White collection campaign: https://t.co/sLQkNI7fr7\n\n\n\n\n\n\nSharing my enitre HIIT workout routine with &amp; w… \n
1839                                                                                                                                                RUDY WINS THE SHOWCASE 🎉🎉🎉 Get your 🐈🐩 spayed/neutered. @PriceIsRight on @CBS #PriceIsRight #ThePriceIsRyan \n\n\n\n\n\n\n💰👌🏻 https://t.co/QH1nETm0uL\n
1840                                                                                                                                                    RT @Anon4dolphin: "im leaving on a jet plane" and i am NEVER going home @FedEx You are complicit in dolphin slavery \n\n\n\n\n\n\n#OpSeaWorld https://t.…\n
1841                                                                                                                                                                 RT @LouDobbs: Exclusive: @POTUS says 'major, major' conflict with North Korea possible https://t.co/7x3CzR7eye via @Reuters #MAGA #TrumpTra…\n
1842                                                                                                                                                                 @Allianz Global Investors and @jpmorgan Asset Management predict £ will head lower, risks of #Brexit and a likely e… https://t.co/TuLijjGKJu\n
1843                                                                                                                                                                                Interesting piece in the @nytimes on #socialmedia and whether @facebook can "fix its own worst bug":  https://t.co/96hEbhWDmd\n
1844                                                                                                                                                                WHAT THE ACTUAL FUCK. fuck you @McDonalds. ⚡️ “Hi-C is about to go Bye-C at McDonald's 😢”\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/T7Cfyw5Vgj\n
1845                                                                                                                                                                 @JWanderman @comcast It's an operational cost that's a great return on investment, though. They have their bases co… https://t.co/TI2Fxxf8Uz\n
1846                                                                                                                                                                                                         Dear @facebook, I would like a way to hide the row of video stories at the top of that app. kthxbye.\n
1847                                                                                                                                                                                                       I CAN'T BELIEVE @McDonalds IS GETTING RID OF ORANGE HI-C. FIRST THEY JACKED UP MONOPOLY, AND NOW THIS?\n
1848                                                                                                                                                                                                  RT @JulianRawle: Spain, Brazil plan #subsea fiber optic cable by 2019  https://t.co/PfxdMpMpTn via @Reuters\n
1849                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/BVXtSmKZVm\n
1850                                                                                                                     RT @EmilylaGrange: Posts that include #VisualContent produce 650% higher engagement than text-only posts. \n\n\n\n\n\n\n\n\n\n\n\n\n\n@Adobe\n\n\n\n\n\n\n\n\n\n\n\n\n\n#ATSocialMedia… \n
1851                                                                                                                                                             @Expedia I've sent you my ITIN &amp; email for 11 months (emailed, phoned, had doctors phone, email, etc.). You are mak… https://t.co/vRSXDwtC3P\n
1852                                                                                                                                                      Seen parked on Madison Avenue from my driver's side window. Worldwide Blockages, more like. @UPS\n\n\n\n\n\n\n#parallelparking… https://t.co/DA13fNMkyd\n
1853                                                                                                                                                                          Check out Hello Kitty Earring Holder Girls Jewelry Tree Bracelets Rings Metal Sanrio 11"  #Sanrio https://t.co/1v8J0YkB6h via @eBay\n
1854                                                                                                                                                                                                                                              RT @Tesco: @lewlarrr Sadly, you can't feed Ice Cream to a fish.\n
1855                                                                                                                                                                                    RT @Disney: 9 Things @OhMyDisney Cannot Wait to Experience on #GuardiansOfTheGalaxy –\n\n\n\n\n\n\n Mission: BREAKOUT!:… \n
1856                                                                                                                                                                       RT @PTGuernseyTeam: Working with #volunteers at @HSBC Guernsey, working on #cvs, #interview techniques &amp; #ambitions with #team3!… \n
1857                                                                                                                                                                                        "I have to say, there is an end. And it has to be humiliation." TRUER WORDS, BRO https://t.co/D0BNp53sIZ via @Reuters\n
1858                                                                                                                                                                 @netflix @Netflixhelps How do I get this #racist "Dear White People" crap from showing up on my screen?! Soooo cons… https://t.co/oCOJru8Wiz\n
1859                                                                                                                                              Children's Books @ Amazon \n\n\n\n\n\n\nhttps://t.co/srpogpX0J5 \n\n\n\n\n\n\n#childrensbooks #kidsbooks #toddlerbooks #momtobe @amazon https://t.co/wJJY6xKa4x\n
1860                                                                                                                                                                                                                                    #End of month, first day of #summer @ASOS #payday https://t.co/bTGamIaUAU\n
1861                                                                                                                                                                                         Bluetooth headset, G-Space Mini Dual V4.1 Bluetooth Headphones with Charging ... https://t.co/2Bpj223NC9 via @amazon\n
1862                                                                                                                                                                           RT @ToyotaRacing: Every car has a story, what is your @Toyota story? Use #ToyotaOwners400 and share yours. https://t.co/1kljRVinAr\n
1863                                                                                                                                                                 RT @9999fashion: Tommy Hilfiger Men's Long Sleeve Solid Shirt, Red, Size: XL #TommyHilfiger https://t.co/t6H7jM5qVy via @eBay https://t.co/…\n
1864                                                                                                                                                                       RT @CallbridgeO: Please @Apple remove "Call Popup" introduced in 10.3. 1000's #ios #developper impacted. Why not just add "Call perm… \n
1865                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/esHTkLnNKk\n
1866                                                                                                                                                                 @ComplicitOwl @LegendaryLass @amazon if a gamestop employee is punished because someone returns a brand new game, t… https://t.co/qgtvNaJUJF\n
1867                                                                                                                                                                                     RT @Disney: Get your paws dirty and explore in @Disneynature's #BornInChina, now in theatres. 🐾 https://t.co/Gia8yGCfa1\n
1868                                                                                                                                                                             RT @Newegg: Enter to win this gorgeous @Corsair GTX 1080 gaming rig armed with an @intel i7, the @htcvive #VR &amp; much more:… \n
1869                                                                                                                                                     More @Synology love in the #HomeDC #vSphere #vExpert \n\n\n\n\n\n\n#DS1817+ with @intel X710-DA2 and @HGSTStorage Ultrastar He8… https://t.co/alEmOdGET2\n
1870                                                                                                                                                                                                                                    @Reuters He has to say that, the N Koreans would laugh if he ruled it out\n
1871                                                                                                                                                                 RT @9999fashion: adidas outdoor Men's Wandertag Jacket, Black, Size: XL #adidas #Windbreaker https://t.co/X3JfUw5zYV via @eBay https://t.co…\n
1872                                                                                                                                                     @AdamBalmer23 @Ryanair hi earn online money if you need money this is 100% works\n\n\n\n\n\n\n\n\n\n\n\n\n\nclick on that link : https://t.co/Rr1O5LDS2K\n
1873                                                                                                                                                                                 Check out Vintage Disneyland 1955 TWA "Rocket to the Moon" Tomorrowland Souvenir Postcard  https://t.co/raXAV6LCI3 via @eBay\n
1874                                                                                                                                            RT @CommonCause: ALEC (which opposes #NetNeutrality &amp; open internet protections) is conveniently funded by @ATT @verizon &amp; @comcast \n\n\n\n\n\n\nhttps:…\n
1875                                                                                                                                                                                                    @ATT hey, do yall have any more tickets for the iheart country music awards in Austin next weekend???😊😊\n
1876                                                                                                                                                                            RT @Google: Say cheese! Today’s #GoogleDoodle celebrates Marie Harel, who's credited with making the first camembert in 1791 🧀… \n
1877                                                                                                                                                                                                ASICS Men's Gel Venture 5 Running Shoe, Black/Onyx/Charcoal, 7 M US ASICS https://t.co/ecw7DxscqM via @amazon\n
1878                                                                                                                                                                 RT @ryancbennettt: Shelby spins. Shouts to mom, has to beat 70. 75!!! Shelby going to SHOWCASE! @PriceIsRight on @CBS #PriceIsRight #ThePri…\n
1879                                                                                                                                                                   @DefLeppard on @Google : Rum Runners piano bar leaves City Market, but isn’t gone for good https://t.co/cFbzNqptCI https://t.co/5oLrWGUPmi\n
1880                                                                                                                                                                             I have just listed: 'Nat King Cole The Touch Of Your Lips 1961 UK vinyl LP W1574', for 15.00 via @amazon https://t.co/FGETII79Hd\n
1881                                                                                                                                                                  RT @DesmondValenzi: I just want to say thank you Walmart. Your wraps have brought a new meaning to my life, keep up the good work. @Walmart\n
1882                                                                                                                                                    @JoyceCarolOates @ReutersUS @Tortured_Verse @Reuters Why is it option instead of the last option reasons\n\n\n\n\n\n\nHe's too s… https://t.co/igSCrnMFvH\n
1883                                                                                                                                                                              My girl @chelseahandler is on FIRE! See her, and meet me, on @netflix tonight.\n\n\n\n\n\n\n#fattyshack https://t.co/GjVRJ0OfG4\n
1884                                                                                                                                                                                                      @Marina_Sirtis @FedEx Like here is the Hungarian Post.\n\n\n\n\n\n\nThe more complicated the better. :(\n
1885                                                                                                                                                                                                   New Balance Men's MT410V4 Trail Shoe, Black/Silver, 7 D US New Balance https://t.co/B1GXRYwD66 via @amazon\n
1886                                                                                                                                                                 RT @scshenoy: Most trending status on @facebook profile for last 24 hours ."..........Watching bahubali2 at....." @ssrajamouli @ndtv @Twitt…\n
1887                                                                                                                                                                               RT @verapratt76: @ChristieZizo @DanRather @netflix Love, love "The Crown" It sucks we have to wait so long for the 2nd season.\n
1888                                                                                                                                                                RT @carolecadwalla: Yes. Dear @facebook. Can you pls check &amp; see what false accounts operated pre-Brexit? That was our democracy, you k… \n
1889                                                                                                                                                                                                    Look, Ma, bacteria! So satisfying to SEE the results! @Colgate #ShakeCleanSee #Ad https://t.co/ZM5HUZOQK5\n
1890                                                                                                                                                                   @kenrentz @Reuters So you think allowing the psychopath to develop weapons = "not being baited". lol call me when you get back to reality.\n
1891                                                                                                                                                                                                                                             @Apple "doesn't pull arm hair" my ass... https://t.co/x7KTI20016\n
1892                                                                                                                                                                 RT @intel: Meet The Future. He knows everything in the universe, like whether or not you should stick to your day job. https://t.co/UNn22PS…\n
1893                                                                                                                                                                                  Tell @Chrysler, @StateFarm, @WellsFargo, &amp; Others to Stop Sponsoring Deadly Iditarod! https://t.co/jJJW78R3DC via @PETA\n
1894                                                                                                                                                                            Check out Onion River Pottery Winooski VT Mug or Cup Seascape with Boat, Dock &amp; Lighthouse  https://t.co/F8tt9LHYSu via @eBay\n
1895                                                                                                                                                                                                            RT @williamlegate: @Reuters Please then, for the national security of our country… please resign.\n
1896                                                                                                                                                                                                  #Mlp My Little Pony #Beach Towel / Bath Towel Terry 100% Cotton NWT 28" x 58" https://t.co/TmQmo6mY1d @eBay\n
1897                                                                                                                                                                       @Starbucks Great crew at #Gilroy location on Camino Arroyo store 11069 super friendly, welcoming, and know me by name!! #HappyCustomer\n
1898                                                                                                                                                                                                       Check out 1916 GERMAN ARMY POSTCARD, CENSORED, STAMPED June 12,1916  https://t.co/pHneL4dGut via @eBay\n
1899                                                                                                                          #WeWantEyewitnessSeason2\n\n\n\n\n\n\nHeyy..read above👆 @Showtime  @heretv @HereMediaInc @hulu @netflix @amazon \n\n\n\n\n\n\n@AmazonVideo \n\n\n\n\n\n\n#EyewitnessTwitterParty54\n
1900                                                                                                                                                                                                                                                Yo @McDonalds, bring back the Nintendo 64 game stations. Thx.\n
1901                                                                                                                                                                                                         RT @Disney: Herc is on a roll in this "Zero to Hero" side-by-side! 💪⚡️ #TBT https://t.co/bi2sS1eWon\n
1902                                                                                                                                                                           RT @Reuters: From Syria to North Korea, Trump’s 'America First' philosophy is colliding with the harsh reality of a world in flu… \n
1903                                                                                                                                                                 RT @AdamSchefter: First time in 10 years that @Starbucks forgot to fasten lid on venti. When I went to drink my coffee, I wore my coffee. G…\n
1904                                                                                                                                                                  Leybold TMP-361C Turbo Pump ISO160, Rebuilt By Provac Sales, Inc. #Leybold https://t.co/RcrC4UGu86 via @eBay #Turbopump @provacsalesinc #RT\n
1905                                                                                                                                                                 @Yahoo Please help me log back into my account, I've been trying for days. I have been in contact with @YahooCare b… https://t.co/jAEs1pgRiG\n
1906                                                                                                                                                             @brenu92 @facebook I don't know about that, but tks Brenita! Did u email that address I gave u? &amp; did u happen to i… https://t.co/T7cZPs749k\n
1907                                                                                                                                       RT @Amy_Siskind: Trump's @Reuters interview:\n\n\n\n\n\n\n*he hates the job (and misses driving?)\n\n\n\n\n\n\n*he finally found someone he can identify with (Kim Jo…\n
1908                                                                                                                                                                                                                           best commercial rn is @ATT @mark_wahlberg "you got that right kid show thing" 😂😂\n
1909                                                                                                                                                                                   Check out ⭐NEW⭐Victoria's Secret 💗 PINK 💗lace-UP Varsity Graphic Crew Black/White, Small https://t.co/3YqdTCa2pb @eBay\n
1910                                                                                                                                                                                                                                              @ManMadeMoon @mute @netflix Thanks, hope they'll do so soon! :)\n
1911                                                                                                                                                                                            @Cgrosen324 @SeanEMarshall @Reuters Agree, just don't deflect that 1 side is perfect and one is Satan. That's all\n
1912                                                                                                                                          .@TheDefenders is coming to @netflix in August!\n\n\n\n\n\n\nhttps://t.co/heHpyKS3OJ\n\n\n\n\n\n\n@JessicaJones @Daredevil @MarvelIronFist… https://t.co/iBn6o5uy7g\n
1913                                                                                                                                       RT @NetflixLifee: .@CWJaneTheVirgin season 3 hits @netflix in May! \n\n\n\n\n\n\nhttps://t.co/lupzhkzPxH\n\n\n\n\n\n\n@AndreaNavedo @justinbaldoni @yaelgrobglas @ivo…\n
1914                                                                                                                                                                             RT @Reuters: EXCLUSIVE: Trump reflects on his #First100days, says he thought being president would be easier than his old life… \n
1915                                                                                                                                                                                                       RT @mkrigsman: Men, women, and AI\n\n\n\n\n\n\n\n\n\n\n\n\n\n-- @fcc_cio @mdennedy @Cisco #CxOTalk #AI\n
1916                                                                                                                                                                                Check out #HaegerPottery Green Two Handled Urn Vase 4.5"  Vintage Small Ware 1741 w/ Label  https://t.co/ftCeYwDxwp via @eBay\n
1917                                                                                                                                                                                                       RT @mkrigsman: Men, women, and AI\n\n\n\n\n\n\n\n\n\n\n\n\n\n-- @fcc_cio @mdennedy @Cisco #CxOTalk #AI\n
1918                                                                                                                                                                                                               How @amazon ’s $250-mn bet Junglee became a mere test bed\n\n\n\n\n\n\nhttps://t.co/MZI0BtNXYz\n
1919                                                                                                                                                                                                                                       @Reuters Damn, Reuters...you've REALLY started carrying trump's water.\n
1920                                                                                                                                                                             RT @Google: Run, turn, float and feel the beat. @Within’s #WebVR Experiment, Under Neon Lights, brings a @ChemBros hit to life… \n
1921                                                                                                                                                                                Check out AN ALIEN LIGHT, NANCY KRESS, 1987, ARBOR HOUSE *1ST BC EDITION* HCDJ, VINTAGE SC  https://t.co/rSO2upxj1W via @eBay\n
1922                                                                                                                                                                                                                                              @CocaCola Baked potato, tomato salad, and a coke? Seriously...?\n
1923                                                                                                                                                                 Where @Microsoft can I get info/help setting @Google email up in @Outlook 2010? Keep getting "530 5.7.0 Must issue a STARTTLS command first"\n
1924                                                                                                                                                                           RT @Reuters: From Syria to North Korea, Trump’s 'America First' philosophy is colliding with the harsh reality of a world in flu… \n
1925                                                                            @KelloggsUS\n\n\n\n\n\n\nHere we go\n\n\n\n\n\n\nHere we go\n\n\n\n\n\n\nHere we go\n\n\n\n\n\n\nSteelers, Here we go....\n\n\n\n\n\n\nPittsburgh's let's go to the Super Bowl\n\n\n\n\n\n\n#TeamSaturdayEntry 🏈🏈🏈🏈🏈🏈🏈🏈🏈\n
1926                                                                                                                                                                                                                                                I'm at @BankofAmerica in Abingdon, MD https://t.co/avGfUKgy2U\n
1927                                                                                                                                                                                   Check out NEW Super Duty Truck Scale 85,000 lb cap. (NTEP / Legal for trade) 10' x 12'   https://t.co/5FVNgyrZgX via @eBay\n
1928                                                                                                                                                                                                                       @exxonmobil  do better.  we live here, and we're watching you. https://t.co/nz7YbOg7Yw\n
1929                                                                                                                                            RT @CommonCause: ALEC (which opposes #NetNeutrality &amp; open internet protections) is conveniently funded by @ATT @verizon &amp; @comcast \n\n\n\n\n\n\nhttps:…\n
1930                                                                                                                                                                  Shesh, what a disaster Apple TV is with 2 factor authentication. Lovely way to spend the evening putting a password in using a D-pad @Apple\n
1931                                                                                                                                                                                                                    Check out MODernism Framed art print ( Weller, Vespa, Mod ) https://t.co/qvbua9Gryr @eBay\n
1932                                                                                                                                                                         RT @klueckeman: We're not just using @salesforce internally, we're including @trailhead in our instruction @MaryvilleU #HESummit17… \n
1933                                                                                                                                                                                              RT @YinCrescent: This is how you eat a big mac.\n\n\n\n\n\n\n@Wendys @McDonalds #wendys https://t.co/k5Z2AbNpCs\n
1934                                                                                                                                                                             RT @Reuters: EXCLUSIVE: Trump reflects on his #First100days, says he thought being president would be easier than his old life… \n
1935                                                                                                                                                                                                               RT @zachbraff: When @netflix tries to cancel you, but the fans say no. https://t.co/dtT2MZNpCx\n
1936                                                                                                                                                                 @SportsNation @Toyota You could ask "Who will suck the least" since nobody really seems to think these guys are fra… https://t.co/jKGmN7WXgI\n
1937                                                                                                                                                                                  Check out 1960 - 1970 Laughing Buddha Clamper Bracelet Large Molded Resin Centerpiece 2"  https://t.co/l9CXI9TLaz via @eBay\n
1938                                                                                                                                                                        RT @ReutersPolitics: LISTEN: In exclusive interview with @Reuters, Trump said a major conflict with North Korea was possible. More:… \n
1939                                                                                                                                                 RT @sveback: Not sure exactly what these look like cause I'm colorblind, yet love them! @Nike \n\n\n\n\n\n\n#inspiration #blessedup\n\n\n\n\n\n\n#shoegame… \n
1940                                                                                                                                                                                            Check out Vintage Butterfly w/7.5" Chain CHINESE REPLICA Signed SI ALVA MUSEUM  https://t.co/jq0ujdln9I via @eBay\n
1941                                                                                                                                                                 @Reuters Canada is burning lots more gasoline than normal, gasoline export to South America way up. No flights to A… https://t.co/0rq1YDe8Fl\n
1942                                                                                                                                                                           RT @ReutersUS: EXCLUSIVE: Trump tells @Reuters there is a chance of 'major, major conflict with North Korea' in 100 days interview\n
1943                                                                                                                                                                          You knew what you were getting, @RNC. But you chose incompetence and greed. YOU. CHOSE. THIS.  https://t.co/36KscrtUmm via @Reuters\n
1944                                                                                                                                                                                                       thanks alot @McDonalds for putting hairs in my double cheeseburger\n\n\n\n\n\n\n\n\n\n\n\n\n\nassholes\n
1945                                                                                                                                                                            RT @TMobile: Pack the @SamsungMobileUS #GalaxyS8 for your next adventure. 📷 IG: Niki Csanyi\n\n\n\n\n\n\nhttps://t.co/4lSzWkoQzw\n
1946                                                                                                                                                                         “When you innovate, you’ve got to be prepared for people telling you that you are nuts,” says Larry Ellison, the founder of @Oracle.\n
1947                                                                                                                                                                 RT @amazon: "Then we has a race to see who could cash the most cars. Grandpa LOST!!!" #AmazonReviews https://t.co/a1SSHCuHkr https://t.co/P…\n
1948                                                                                                                                                                         Check out MacBook Air 11" Trackpad moving on its own? Not clicking? Cracked? Repair Now! #ForApple https://t.co/y5zy7fUcB3 via @eBay\n
1949                                                                                                                                                                      Today, @Google celebrates French cheesemaker Marie Harel (1761-1844), reputed co-inventor of Camembert cheese!… https://t.co/qFDK2WAe2c\n
1950                                                                                                                                                                                                                                             @BobbieHill @Reuters Its freaking awesome, top five I have seen.\n
1951                                                                                                                                                                              Check out Super Mario World (Super Nintendo, SNES, 1991) Cartridge Only Tested &amp; Working  https://t.co/WMc9gzTSz3 via @eBay\n
1952                                                                                                                                                                 RT @comcast: There's widespread consensus on #netneutrality protections, and we support them. Read more: https://t.co/f7yQ0H2ypP https://t.…\n
1953                                                                                                                                                                 Check out Nail Art Sparkle 8 Colors Bling Shine Dazzling Art For Your Nails Manicure Art  https://t.co/RmeMsdsOZu via @eBay\n\n\n\n\n\n\n...\n
1954                                                                                                                                                       🙏🏿🙏🏿😂👍🏿👍🏿🇺🇸⚡️ “What President Trump thinks about his first 100 days in office” by @Reuters\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/fJeABr7ryX\n
1955                                                                                                                                                                                                 U.S. Senate confirms Acosta to head Labor Department https://t.co/6G0nPvxrl5 via @Reuters\n\n\n\n\n\n\n#MAGA\n
1956                                                                                                                                                                 RT @Reuters: MORE: Trump wants to renegotiate or terminate 'horrible' trade deal with South Korea, wants it to pay for $1-billion THAAD mis…\n
1957                                                                                                                                                         RT @Yshop01: Thailand's hill tribe doll: orange clothes  #Dolls \n\n\n\n\n\n\nhttps://t.co/TjTrFbMoLl\n\n\n\n\n\n\nvia @eBay https://t.co/u4AUA2BXZZ\n
1958                                                                                                                                                                                          @henrikwagner73 That phrase was coined by @rkbarboza204 , she really got the circle of trust going from @Intel @SAP\n
1959                                                                                                                                                                       RT @CallbridgeO: Please @Apple remove "Call Popup" introduced in 10.3. 1000's #ios #developper impacted. Why not just add "Call perm… \n
1960                                                                                                                                                                        RT @ReutersPolitics: LISTEN: In exclusive interview with @Reuters, Trump said a major conflict with North Korea was possible. More:… \n
1961                                                                                                                                                                                           If ya got extra $, go to @Pinkberry and eat the Power Berry. Buy @DrPepper cans. Find the exclusive @Walmart toys.\n
1962                                                                                                                                                                       "For every @chariot in service, it takes 25 cars off the road" - @Ford CEO on the future of mobility in cities https://t.co/9GvVBhHTxU\n
1963                                                                                                                                                                                             RT @Reuters: In first 100 days, a reversal of fortune for Trump favorites on Wall Street https://t.co/5XixH4DNaG\n
1964                                                                                                                                                                               RT @Reuters: In exclusive interview about his #First100Days, Trump says 'major, major' conflict with North Korea is possible… \n
1965                                                                                                                                                                                                            Hey @netflix MTV fucked up, can you help out pls? #NetflixBuySweetVicious https://t.co/gaE7ARZRwm\n
1966                                                                                                                            RT @AngelStallings1: @planetmuzicktv Thandi's Love is available for purchase @amazon @AmazonUK \n\n\n\n\n\n\nPaperback- $14.95\n\n\n\n\n\n\ne-book- 2.99\n\n\n\n\n\n\nRead Free… \n
1967                                                                                                                                                                                                      Meanwhile, @netflix Want to pick up one of the best and most influential shows? #NetflixBuySweetVicious\n
1968                                                                                                                                                                     RT @franceintheus: Today's @Google Doodle celebrates #French dairymaid Marie Harel, who’s credited with making the first #camembert ch… \n
1969                                                                                                                                                     #FORSALE\n\n\n\n\n\n\nCheck out NWT New Directions Sz Large Knit Top Tunic 3/4 Sleeves Black Coral Aztec Print  #Tunic https://t.co/vxB0ykTVp0 via @eBay\n
1970                                                                                                                                                                                               RT @Reuters: In this week's 'Taking the Shot,' photographer @damirsagolj takes inside North Korea. See more:… \n
1971                                                                                                                                                                             RT @intel: Connect legacy machines, such as this Heidelberg printing press, via an Intel IoT Gateway for real-time data analys… \n
1972                                                                                                                                                              .@SUSE partner @IBM is designing the right mix for innovation, efficiency &amp; growth. #SUSEReady products found here… https://t.co/UqJm4izMyE\n
1973                                                                                                                                                                           RT @pscoordsen13: @57Veronica @netflix Always NO other show compares #BatB for #FeelGoodFriday and EVERY day, any time thanks to… \n
1974                                                                                                                                                                                                      RT @kingsleyyy: Hi @McDonalds.\n\n\n\n\n\n\n\n\n\n\n\n\n\nWelcome to your tape. https://t.co/tAS2q0ktqS\n
1975                                                                                                                                                                 @comcast We know you will follow the bottom line, not what's best for the public. Wouldn't expect otherwise but tha… https://t.co/J4RoJljb8R\n
1976                                                                                                                                                                 RT @Chatelaine: Top aluminum-free picks for your pits from @SajeWellness, @adidas, @NUXE, and more: https://t.co/MCp7T0Jh2l https://t.co/SQ…\n
1977                                                                                                                                                                 RT @Audi: A quick refresher course on driving. #DriversReEd\n\n\n\n\n\n\n\n\n\n\n\n\n\nIf you're losing traction in the mud, what do you do?\n
1978                                                                                                                                                                                                               RT @godfoca: Dear @bookingcom, it's not a surprise if I pre-book it 😛 https://t.co/wgUhysB4Yp\n
1979                                                                                                                                                                          ⚡️ “What President Trump thinks about his first 100 days in office” por @Reuters\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/G9bvEQmsPT\n
1980                                                                                                                                                                         RT @Microsoft: This week, our global customers showed how they're driving real business transformation at #DigitalDifference in NY… \n
1981                                                                                                                                                                       RT @AKeizerRN: It's all about the III strips!\n\n\n\n\n\n\n#FantasyExperience @adidas @ProCamps @CoachBillSelf https://t.co/o28NsWkV1W\n
1982                                                                                                                                                                        Damn @Heineken is just killing the advertisement game! Everybody else go home! WOW!! #Diversity \n\n\n\n\n\n\nhttps://t.co/0cbOcqxnY5\n
1983                                                                                                                                                                          Check out Patricia Paris Italian Scarf 30"x30"  Beige Navy Green Gold ,Cherub/Angel Themed #Scarf https://t.co/zhlnD4Sjen via @eBay\n
1984                                                                                                                                                                                                            @iammobilebob @adidas Now now, just because you're trying to match @SRMThoughts's Blue Devils....\n
1985                                                                                                                                               BRAZIL STOPPED\n\n\n\n\n\n\nGREVE GERAL\n\n\n\n\n\n\n@Reuters @lemondefr @TheEconomist @CNN @el_pais @nytimes @guardian @portaldaband… https://t.co/GpviDrJBVN\n
1986                                                                                                                                                    .@sswipe @Reuters @realDonaldTrump 👆👆 W T H is this, Mr. Trump?!\n\n\n\n\n\n\nWhile Boeing Lays Off Great Engineers, the Tesla… https://t.co/A89m90b9oV\n
1987                                                                                                                                                                                        Check out Vintage Levi's Jeans Flare Bottom Bell Bottom SF 207 37" X 33" Orange Tab 70s https://t.co/I49M4SBJNt @eBay\n
1988                                                                                                                                                                                Check out Tungsten Titanium Carbide Coated Bit 1/8" CNC PCB Engraving Router Mill V shape   https://t.co/Msg6tcHtNV via @eBay\n
1989                                                                                                                                                                                           RT @Reuters: North Korea test-fires ballistic missile, appears to have failed: South Korea https://t.co/ahHzhLzLpp\n
1990                                                                                                                                                                                                                        Iaso Tea Sale - 1 Month Supply 4 pack', for 35.99 via @amazon https://t.co/vQY5ohZzUA\n
1991                                                                                                                                                                 RT @tedgeoghegan: Fans of CHEAP THRILLS, take note! Director @EVANLKATZ's amazing new film, SMALL CRIMES, lands on @netflix tomorrow! https…\n
1992                                                                                                                                                                 @Marina_Sirtis @FedEx LOL, Canada Post does not do local sorting, all mail gets sent 2 a regional sorting center, t… https://t.co/KQCAAPQ9HI\n
1993                                                                                                                                                                                          RT @Luminosity48: "Doesn't matter what you do in life. Just be the best at it." -random BMW commercial. Thanks @BMW\n
1994                                                                                                                                                                  RT @Jenelle120: @CrimMinds_CBS @CBS listen, if you are serious about season 13 of Criminal Minds, you NEED to bring back Thomas Gibson. We…\n
1995                                                                                                                                                                  RT @Jenelle120: @CrimMinds_CBS @CBS listen, if you are serious about season 13 of Criminal Minds, you NEED to bring back Thomas Gibson. We…\n
1996                                                                                                                                                                                           RT @Reuters: North Korea test-fires ballistic missile, appears to have failed: South Korea https://t.co/ahHzhLzLpp\n
1997                                                                                                                                                                  RT @Jenelle120: @CrimMinds_CBS @CBS listen, if you are serious about season 13 of Criminal Minds, you NEED to bring back Thomas Gibson. We…\n
1998                                                                                                                                                                  RT @Jenelle120: @CrimMinds_CBS @CBS listen, if you are serious about season 13 of Criminal Minds, you NEED to bring back Thomas Gibson. We…\n
1999                                                                                                                                                                  RT @Jenelle120: @CrimMinds_CBS @CBS listen, if you are serious about season 13 of Criminal Minds, you NEED to bring back Thomas Gibson. We…\n
2000                                                                                                                                                                  RT @Jenelle120: @CrimMinds_CBS @CBS listen, if you are serious about season 13 of Criminal Minds, you NEED to bring back Thomas Gibson. We…\n
2001                                                                                                                                                                        All I want is a bag of @Doritos that plays music from @MarvelStudios' GotG 2, but apparently for @amazon that is too much to ask for.\n
2002                                                                                                                                                                                                                                Highly recommend watching @Heineken ad "Worlds Apart". Sit and have a beer 👏\n
2003                                                                                                                                                                     RT @FIRSTweets: Tag yourself! A massive 360° photo was taken last night at #FIRSTChamp (thx to @BAESystemsInc, @Boeing &amp; @nvidia):… \n
2004                                                                                                                                                                Bought on Wednesday 27th @Tesco . Still in date, come to use them tonight, had to throw the lot😡. Unfortunately don… https://t.co/FOYvpxAhnO\n
2005                                                                                                                                     RT @cosmeticsoulss: 🦄 ✨ 🦄 ✨ 🦄\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Starbucks Unicorn Frappe collab with some talented friends! All of their accounts will be tagged below!… \n
2006                                                                                                                                                                    The new @netflix series #13ReasonsWhy is sparking conversations about suicide, @news8madalyn has more: https://t.co/jEXONOJmkw #WKBTNews8\n
2007                                                                                                                                                                        RT @ReutersPolitics: LISTEN: In exclusive interview with @Reuters, Trump said a major conflict with North Korea was possible. More:… \n
2008                                                                                                                                                                  RT @Jenelle120: @CrimMinds_CBS @CBS listen, if you are serious about season 13 of Criminal Minds, you NEED to bring back Thomas Gibson. We…\n
2009                                                                                                                                                                                                       Trump's faulty trade math may not make America greater, or richer https://t.co/ObprfU1JqO via @Reuters\n
2010                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/VQ8q1EbDHi\n
2011                                                                                                                                                                           RT @Reuters: From Syria to North Korea, Trump’s 'America First' philosophy is colliding with the harsh reality of a world in flu… \n
2012                                                                                                                                                                        RT @ReutersPolitics: LISTEN: In exclusive interview with @Reuters, Trump said a major conflict with North Korea was possible. More:… \n
2013                                                                                                                                                                                                                                             RT @BradyADesigns: @impactsamr @adidas @SansTheIII NICE "AD"! ;)\n
2014                                                                                                                                                                Dear @Disney! I deserve this. I've been Captain Jack for last 11 Halloweens &amp; go to @Disneyland every week, haha… https://t.co/8w6f7KKf7p\n
2015                                                                                                                                                                                          RT @Disney: Mondo's "Never Grow Up: A Disney Art Show" Opens Today: https://t.co/OERZ830K7N https://t.co/KbuRuXhplJ\n
2016                                                                                                                                                                            @TenDem @Costco i had a checkbook in the car but the person’s face when I suggested I could be right back told me No, I wouldn’t.\n
2017                                                                                                                                                                                         Beautiful Pyrite (Iron Pyrite, Fool's Gold) With Quartz Vein Mineral Specimen... https://t.co/iYVb8owz7O via @amazon\n
2018                                                                                                                                                                               RT @ronancollins: Really @TripAdvisor Are you serious? There no 'Things To Do' in Knob Lick, Missouri? https://t.co/7kuPAIzwmm\n
2019                                                                                                                                                                   RT @coreyreynoldsLA: @Reuters This sounds like a guy talking about setting up a tent ⛺️, not a guy talking about being the President. 🤦… \n
2020                                                                                                                                                                                Check out Hand Painted Mark Roberts Ceramic Decorative Oriental Style w/Birds Plate 10.25"  https://t.co/laiwjgjLcx via @eBay\n
2021                                                                                                                                                                                               @Reuters #Mercer #Darkmoney #UnKoch my campus #DumpDevos . "Dark Money" very enlightening book by #JaneMayer .\n
2022                                                                                                                                                                                       Check out Secret Clinical Strength Smooth Solid AP/Deodorant w/ Olay, 1.6 oz #Secret https://t.co/X5NCSKykCQ via @eBay\n
2023                                                                                                                                                                  "My first time EVER was amazing. Location is sterile, clean and tranquil. Staff was courteous, professional and..." @Groupon #HappyCustomer\n
2024                                                                                                                                                                            RT @Google: With the #GoogleAssistant as your ultimate partner for #InternationalDanceDay tomorrow, you are the dancing queen →… \n
2025                                                                                                                                                                                Check out "I Love Berlin" Germany Bear Info Style Mug Han Made, Made In Europe #StyleMugLLC https://t.co/i837uPln4T via @eBay\n
2026                                                                                                                                                                           This is indicative of a problem. @Yahoo has been struggling (as they relevant), yet look at the CEO pay... https://t.co/TO4CIBgHab\n
2027                                                                                                                                                                 RT @comcast: There's widespread consensus on #netneutrality protections, and we support them. Read more: https://t.co/f7yQ0H2ypP https://t.…\n
2028                                                                                                                                                                                         RT @justicefiguero: IF HARDSHIP GOT YOU DOWN, GET UP #RenewTheGetDown @netflix @SonyPictures https://t.co/9zt6NmtYBo\n
2029                                                                                                                                                                                          Check out Tinker Bell Lenox Porcelain "Pixie Heart" Disney Fairies Figurine #647  https://t.co/dkc7Bt0xdx via @eBay\n
2030                                                                                                                                                             Just trying to activate my new @XFINITY box and this pops up &amp; can't get out of it. I give up, when is my @amazon F… https://t.co/V4A9KkI7o2\n
2031                                                                                                                                                                                              RT @Reuters: During Trump's #First100Days in office, some Muslim Americans say they are still wary. See more:… \n
2032                                                                                                                                                                                                                                  @CollegeHumor @CocaCola If that's "coke life" than is regular "coke death"?\n
2033                                                                                                                                                             @toriscake @netflix \n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/7yHyh7AhIH\n\n\n\n\n\n\n@netflix @hulu @MTV\n
2034                                                                                                                                                                 @GSK There should have been a question mark in that tweet, but you'll forgive me: I'm a little under the weather, b… https://t.co/3DNLhGjDeu\n
2035                                                                                                                                                                                                              @TexMex74 @kroger It is walking distance so felt it was easy but holy heck, I am so grossed out\n
2036                                                                                                                                                                  @Supertexting @TespGames @JPM_NY @Reuters @ReutersGraphics If the GOP numbers don't improve by midterms, the party… https://t.co/7nw2RTWumc\n
2037                                                                                                                                                                                              RT @VW: Versatility starts here. With the #VW #Tiguan, almost nothing is out of bounds. https://t.co/5Zovak5qBF\n
2038                                                                                                                                                                                              RT @VW: Versatility starts here. With the #VW #Tiguan, almost nothing is out of bounds. https://t.co/5Zovak5qBF\n
2039                                                                                                                                                                                              RT @VW: Versatility starts here. With the #VW #Tiguan, almost nothing is out of bounds. https://t.co/5Zovak5qBF\n
2040                                                                                                                                                                                              RT @VW: Versatility starts here. With the #VW #Tiguan, almost nothing is out of bounds. https://t.co/5Zovak5qBF\n
2041                                                                                                                                                                                              RT @VW: Versatility starts here. With the #VW #Tiguan, almost nothing is out of bounds. https://t.co/5Zovak5qBF\n
2042                                                                                                                                                                  Don't worry, he only nibbles! Ready for the Yeti by Mia Fox https://t.co/b6X2UyxxCd via @amazon #romance #erotica #humor #womenslit #kindle\n
2043                                                                                                                                                                                         RT @BMW: Time to freshen up and go for a ride. #BMW \n\n\n\n\n\n\n📷 https://t.co/qowT4Tw1iK https://t.co/qPp6CQloel\n
2044                                                                                                                                                                 RT @NewTrainMedia: Check out RETRO comic books 12 month subscription, includes candy/trading cards/movies  https://t.co/WvNliKQOQs via @eBay\n
2045                                                                                                                                                                        RT @Oracle: An integrated #cloud of #SaaS, #PaaS &amp; #IaaS delivers power beyond the sum of each layer, says Oracle’s Steve Daheb… \n
2046                                                                                                                                                                 RT @Reuters: WATCH: Trump voters in Middleton, Ohio share their thoughts on his #First100Days. See more: https://t.co/B4S3Z1Bz6b https://t.…\n
2047                                                                                                                                                             Today, fuck @Citi, whose analysts live up to every Wall St. dickhead stereotype. \n\n\n\n\n\n\n  https://t.co/RZuYPAslxk https://t.co/LMO5waxuXQ\n
2048                                                                                                                                                                              @DearWhitePeople is literally taking my everyday thoughts and putting it on a screen for all to see, damn @netflix is too good.\n
2049                                                                                                                                                                         @BlackRock_News @blackrock Larry Larry Larry \n\n\n\n\n\n\nis Your #Alladin Really \n\n\n\n\n\n\nthat Good ? https://t.co/glpYNZrpKe\n
2050                                                                                                                                                                                                                                      @ATT And everyone gets unlimited home internet, except me #TheException\n
2051                                                                                                                                                                           RT @OfficialLivePD: Show your #LivePD pride with this new T-shirt and exclusive sticker bundle, available now. Only on @amazon -… \n
2052                                                                                                                                                                                                                                  Roses are red, violets are blue, Hey @Wendys, @McDonalds is better than you\n
2053                                                                                                                                                                 RT @FastCompany: This new $17,000 Jump camera from @Google aims to democratize VR content creation https://t.co/LFptgmQMW2 https://t.co/oYs…\n
2054                                                                                                                                                     RT @NewsX: #Online retailing giant #Amazon evaded $141 million in #taxes: Italian authorities\n\n\n\n\n\n\n@amazon \n\n\n\n\n\n\nhttps://t.co/ZNwA20UTMG\n
2055                                                                                                                                                                 RT @ColMorrisDavis: Thanks @Reuters for the invite to #WHCD2017 pre-party ... after yrs of mocking "Nerd Prom" I should be eating a super-s…\n
2056                                                                                                                                                                 RT @smokesangel: Never use @bookingcom  Would not let me change dates, no refunds and by the time I even got a hold of an operator they'd a…\n
2057                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/PrFlQauwtU\n
2058                                                                                                                                                                 RT @9999fashion: Adidas Climalite Men's ESS Track Pants, Gray/Green #adidas #Pants https://t.co/3v0zKKiYFr via @eBay https://t.co/d16jUo6T6o\n
2059                                                                                                                RT @alexvndersmith: Girl: "@KendallJenner can't mess up more than the @pepsi commercial"\n\n\n\n\n\n\n\n\n\n\n\n\n\n@KendallJenner : "Hold my Pepsi"\n\n\n\n\n\n\n\n\n\n\n\n\n\n#fyrefestival\n
2060                                                                                                                                                                       #13ReasonsWhy: Canadian schools ban all talk, issue warnings about the @netflix... https://t.co/wTgCLO9RVT by… https://t.co/ardy9Bda5l\n
2061                                                                                                                                                                 @nitanotherdrink @SurviveClevelan @psgamer92 @LCDougherty @kato3000 @DearWhitePeople @netflix Nothing, Repubs are s… https://t.co/4I1Xzib5so\n
2062                                                                                                                                                                                         Necklace Gold, Black Jade Necklace, Gold Pendant, 18K Gold Necklace 18" from ... https://t.co/8wZ5Wb2usI via @amazon\n
2063                                                                                                                                                                                                                                 RT @taylorswift13: Thanks @ATT, this is gonna be fun https://t.co/dS0qPTIutF\n
2064                                                                                                                                                                           RT @ReutersUS: EXCLUSIVE: Trump tells @Reuters there is a chance of 'major, major conflict with North Korea' in 100 days interview\n
2065                                                                                                                                                                                                    Check out "Tiny" Chihuahua Ty Beanie Baby with RARE Misspelled Tag! #Ty https://t.co/Voa735KiwM via @eBay\n
2066                                                                                                                                                                  @Disney So they will all be women of color, more specifically black women? I'm not sure if this is a hint toward a… https://t.co/bgUJXnSbCx\n
2067                                                                                                                                                             RT @krisv_723: @McDonalds, I gave you the best years of my life &amp; you replace me with someone younger, more effervescent! This is betrayal.…\n
2068                                                                                                                                                                                Check out 2016 World Series Champions, Chicago Cubs - High Polish Chrome ZIPPO LIGHTER-NEW  https://t.co/oGw0NnbFfz via @eBay\n
2069                                                                                                                                                                                                                                        RT @Nike: @MattBooms Think he can hit the game-winner, @nikefootball?\n
2070                                                                                                                                                                 RT @BlakeRoller: Very displeased to hear that @McDonalds is getting rid of the  orange lava burst Hi-C next week to replace it with soda, I…\n
2071                                                                                                                                                                                           RT @mkrigsman: Consider ethics vs morality in #AI\n\n\n\n\n\n\n\n\n\n\n\n\n\n-- @fcc_cio @mdennedy @Cisco #CxOTalk\n
2072                                                                                                                                                                                           VIDEO: Self-checkout thieves allegedly stole $1,100 from @Walmart. https://t.co/PoLdJeuJpP https://t.co/eJdUT6RBOb\n
2073                                                                                                                                                    RT @OracleCloud: How can you better understand if @Oracle #IaaS is the right solution for you, if not from the customers themselves?\n\n\n\n\n\n\n https…\n
2074                                                                                                                                                                                        RT @jotajessie: @netflix @OITNB HACKERS ARE LITERALLY RUINING ALL YOUR HARD WORK SO PLEASE DO SOMETHING, I AM BEGGING\n
2075                                                                                                                                                                                                                                                        Check out  WICKER "CAR" https://t.co/zEPNCcfJ0O @eBay\n
2076                                                                                                                                                                                 RT @BoingBoing: Welp, here's an ice cream sex video from '@BillNyeSaves the World' on @netflix. 🌈👏 https://t.co/ggEfoR2wQe\n
2077                                                                                                                                                                                                                              If I go into a @McD_Detroit with a @McDonalds shirt on, do I get a discount? 🤔\n
2078                                                                                                                                                                                                         RT @Disney: Herc is on a roll in this "Zero to Hero" side-by-side! 💪⚡️ #TBT https://t.co/bi2sS1eWon\n
2079                                                                                                                                                                                             RT @Disney: .@HaileeSteinfeld, @KelseaBallerini, and @SofiaCarson Will Perform Britney Spears Medley at #RDMA:… \n
2080                                                                                                                                                                                 RT @HokieTed: @FedEx @Zurich_Classic Uh, don't really care, but since this showed up in my feed I felt compelled to respond.\n
2081                                                                                                                                                                                                                    RT @RealRakhmetov: Well to their credit, @Heineken isn't @pepsi . https://t.co/cppnWdRKI9\n
2082                                                                                                                                                                               RT @ronancollins: Really @TripAdvisor Are you serious? There no 'Things To Do' in Knob Lick, Missouri? https://t.co/7kuPAIzwmm\n
2083                                                                                                                                                                               RT @ronancollins: Really @TripAdvisor Are you serious? There no 'Things To Do' in Knob Lick, Missouri? https://t.co/7kuPAIzwmm\n
2084                                                                                                                                                   @_DunAtTheDisco_ @shanedawson \n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/3TVv29RB0p\n\n\n\n\n\n\n@netflix @hulu @MTV\n
2085                                                                                                                                                                                                 Dear @LogoTV &amp; @CBS, can you do a @coachella meets @survivorcbs hybrid titled Fyre Island? #fyrefestival\n
2086                                                                                                                                                                        @lulovee \n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/tudJ0JmbeV\n\n\n\n\n\n\n@netflix @hulu @MTV\n
2087                                                                                                                                                                               RT @ronancollins: Really @TripAdvisor Are you serious? There no 'Things To Do' in Knob Lick, Missouri? https://t.co/7kuPAIzwmm\n
2088                                                                                                                                                                                                                   RT @netflix: The Punisher is back. Locked and loaded.\n\n\n\n\n\n\nhttps://t.co/nGKCa2taEV\n
2089                                                                                                                                       RT @Wulfkat: Hey @McDonalds please ask your franchises not to show @foxnews in your restaurants. Fox is a Russian propaganda channel.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#The…\n
2090                                                                                                                                                                                                                                                                          @Walmart gonna "TRY" to fire me lol\n
2091                                                                                                                                                                                      INK: Box 0-2: Sketches (Book 0), Fine Lines (Book 1) &amp; Vanishing Point (Book 2) https://t.co/QKHjnM1HdF via @amazon\n
2092                                                                                                                                                                               RT @ronancollins: Really @TripAdvisor Are you serious? There no 'Things To Do' in Knob Lick, Missouri? https://t.co/7kuPAIzwmm\n
2093                                                                                                                                                                               RT @ronancollins: Really @TripAdvisor Are you serious? There no 'Things To Do' in Knob Lick, Missouri? https://t.co/7kuPAIzwmm\n
2094                                                                                                                                                                                Check out Vintage Just Friends Moonbeam TEDDY 1990 Plush BEAR Black 12" Stuffed Animal Toy  https://t.co/mWqnnxytfe via @eBay\n
2095                                                                                                                                                                                        RT @_JesseBrogan: Today's a good day. Breakfast all day, Shamrock Shakes, and Self Service. @McDonalds #praisethelord\n
2096                                                                                                                                                                             RT @Google: Run, turn, float and feel the beat. @Within’s #WebVR Experiment, Under Neon Lights, brings a @ChemBros hit to life… \n
2097                                                                                                                                                                 RT @texas_troll: Hey @JohnLegere and @TMobile , how about getting the kids down in RnD to come up with something for spam n scam calls? A n…\n
2098                                                                                                                                                                @hypnotizedcalum \n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/3TVv29RB0p\n\n\n\n\n\n\n@netflix @hulu @MTV\n
2099                                                                                                                                     @AleeceWrites @moryan @carlylane @MTV @hulu \n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/3TVv29RB0p\n\n\n\n\n\n\n@netflix @hulu @MTV\n
2100                                                                                                                                                               So disappointed @comcast has decided to drop @wytv &amp; @wkbn from New Castle PA. I live less than 15 miles from y-town, forced to watch PItt\n
2101                                                                                                                                                                                                                                                           @Walmart discount, please! https://t.co/IiOlfm5yp4\n
2102                                                                                                                                                                 Anne Sheehan @CalSTRS, which backs #Item12, said Exxon's letter suggests the voting is at least v close https://t.co/gtVptXn7lJ via @Reuters\n
2103                                                                                                                                                                                                                                 @BMW Does @BMW waste any money on @CNN?\n\n\n\n\n\n\nhttps://t.co/rg91KYO1WL\n
2104                                                                        RT @dj_rocklee: @netflix Amen \n\n\n\n\n\n\nSister Sister\n\n\n\n\n\n\nSmart Guy\n\n\n\n\n\n\nThe Jamie Foxx Show\n\n\n\n\n\n\nHanging With Mr Cooper\n\n\n\n\n\n\nKeenan and Kel\n\n\n\n\n\n\nThe Hughleys\n\n\n\n\n\n\nParent Hood…\n
2105                                                                                                                                                                                 RT @Reuters: At least 15 killed, 300 wounded in Kabul blast: health official https://t.co/l7hJ9nM3vE https://t.co/dvliKYbRWG\n
2106                                                                                                                                                                                 RT @Reuters: At least 15 killed, 300 wounded in Kabul blast: health official https://t.co/l7hJ9nM3vE https://t.co/dvliKYbRWG\n
2107                                                                                                                                                                                 RT @Reuters: At least 15 killed, 300 wounded in Kabul blast: health official https://t.co/l7hJ9nM3vE https://t.co/dvliKYbRWG\n
2108                                                                                                                                                                                                               Come on @netflix, there is only one logical option here. #RenewSense8! https://t.co/SroxvfwsVn\n
2109                                                                                                                                                                                   RT @AddictedToCFC: Last day of @adidas 's contract with Chelsea, it was a brilliant ride together. https://t.co/XPwIHwh1eR\n
2110                                                                                                                                                                                 RT @Reuters: At least 15 killed, 300 wounded in Kabul blast: health official https://t.co/l7hJ9nM3vE https://t.co/dvliKYbRWG\n
2111                                                                                                                                                                 RT @MSGbollyKing: #SaintDr.MSG live every day on @facebook between 8-9 pm, Everyone come and join there. Your idol @Gurmeetramrahim replyin…\n
2112                                                                                                                                                                                  RT @Reuters: Commentary: In standing up to Trump, Europe gets its mojo back https://t.co/yvbEfaaDVj https://t.co/wk17sfSvcS\n
2113                                                                                                                                                                    Dear @Ryanair, please turn off the music, then I might stand a chance at this humming woman not driving me up the wall for 2 hours 😩😩😩\n
2114                                                                                                                                                                                                       RT @Reuters: At least 15 killed, 300 wounded in #Kabul blast - health official https://t.co/3MZn0FZIY6\n
2115                                                                                                                                                                                         Check out Kitty Paws Shoes Silver Glitter Sparkly High Strappy Backless Clear 6" Heels https://t.co/X3groa19xE @eBay\n
2116                                                                                                                                                  @TMobile @JohnLegere Fave swag has 2 b MLB TV Premium &amp; At Bat. Can c all  hometown games again. Big $ saver. TY! \n\n\n\n\n\n\n#Thankiversary #contest\n
2117                                                                                                                                                             RT @catmartti985: I WILL NEVER BUY @Toyota AGAIN!!&gt;touchscreen went out on my 2014 Camry-dealer says "buy a new $1k radio" 👿@ToyotaCustCare…\n
2118                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2119                                                                                                                                                                       RT @Reuters: UPDATE: At least 80 killed, more than 350 wounded in #Kabul blast - Afghan public health ministry https://t.co/n34ixtA01F\n
2120                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2121                                                                                                                                                                 RT @naniof_two: @nonniecapurro @BBQMaui @cindymccain @Disney Actually, #PresidentTrump and ALL the #Trump Family don't drink alcohol. At al…\n
2122                                                                                                                                                                                      @Reuters I am trying to find words, but all I can do is cry and send love to the wounded, the dead, and their families.\n
2123                                                                                                                                                                                     RT @IBM: Finance, energy, supply chain, identity. Learn more about real #blockchain use cases: https://t.co/b6uwo8HkS3… \n
2124                                                                                                                                                                       RT @Reuters: UPDATE: At least 80 killed, more than 350 wounded in #Kabul blast - Afghan public health ministry https://t.co/n34ixtA01F\n
2125                                                                                   RT @hallagullaboy: A mst read report by @Reuters on Modi-Ramdev duo\n\n\n\n\n\n\n\n\n\n\n\n\n\n@bainjal @BDUTT @manakgupta \n\n\n\n\n\n\n\n\n\n\n\n\n\nY not Indian media do such stories?\n\n\n\n\n\n\n\n\n\n\n\n\n\nhtt…\n
2126                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2127                                                                                                                                                                               Check out H&amp;M Embroidered dress "SPRING COLLECTION" Powder beige/Floral SIZE: M-L HM #HM https://t.co/XeTMWlAhco via @eBay\n
2128                                                                                                                                                                         RT @Reuters: MORE: At least 80 killed, 350 wounded in #Kabul blast - health official https://t.co/WBMy7FyeBK https://t.co/O6f2kOF72j\n
2129                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2130                                                                                                                                                                                     Vietnam to sign deals for up to $17 billion in U.S. goods, services: prime minister https://t.co/QcIAi6bRjK via @Reuters\n
2131                                                                                                                                                                      RT @cruelcassius: @netflix I'm also a black queer filmmaker/musician myself so if you're looking for new music, you might like my stu… \n
2132                                                                                                                                                                            Check out Tony Little Cheeks Cork Wedge Heel Sandals, Blue, Size 9 #TonyLittle #PlatformsWedges https://t.co/NuewLWhgMh via @eBay\n
2133                                                                                                                                                                                    RT @adidasZA: @umvsonwvbe @MapsMaponyane @NoMoozlie @adidas @adidasoriginals Hi, please see your DMs with regards to this\n
2134                                                                                                                                       RT @ArmCastPodcast: I get paid to erase problems\n\n\n\n\n\n\n\n\n\n\n\n\n\nDirty Deeds #crime #thriller by Armand Rosamilia https://t.co/JO9G2h6bvb via @amazon http…\n
2135                                                                                                                                                                                            @DILEEPADIAZ @Apple Honestly, I like android. I've freedom of what I want to do. But Apple devices are so smooth.\n
2136                                                                                                                                                                                                    ☞ps2 black slim w/13 games and extras, check it out===great deal☜ #Sony https://t.co/DszCTOkssK via @eBay\n
2137                                                                                                                                                                      RT @Open_Britain: MUST-WATCH: on the day @Theresa_May claims no deal is fine, airline @Ryanair warns of major travel disruption if we… \n
2138                                                                                                                                                                         RT @Reuters: MORE: At least 80 killed, 350 wounded in #Kabul blast - health official https://t.co/WBMy7FyeBK https://t.co/O6f2kOF72j\n
2139                                                                                                                                                                       RT @Reuters: UPDATE: At least 80 killed, more than 350 wounded in #Kabul blast - Afghan public health ministry https://t.co/n34ixtA01F\n
2140                                                                                                                                                                                                                          Ready to cancel @comcast when I get back home, poor customer service, slow services\n
2141                                                                                                                                                                 RT @kunwarNitin3: Falling Grace: It falls when you love, it falls when you force by Kunwar Niti... https://t.co/LCzF4McryT via @amazon WELC…\n
2142                                                                                                                                                                                 RT @BleacherReport: Trust the Process 🙏\n\n\n\n\n\n\n \n\n\n\n\n\n\nGame of Zones x Embiid (➡️ @ATT) https://t.co/fYdBWmm478\n
2143                                                                                                                                                                                                                                                         Hey @Starbucks, how many RTs for launching #covfefe?\n
2144                                                                                                                                                                 RT @iAmJives: "We did the #cloud right." #SteveBallmer reflecting on his time @Microsoft #codecon 2017 #cloudcomputing https://t.co/4QLXEfe…\n
2145                                                                                                                                                                                                                                                         @Nt8AllSarcastic @amazon You're sweet, too. Let's 😁\n
2146                                                                                                                                                                                   RT @AddictedToCFC: Last day of @adidas 's contract with Chelsea, it was a brilliant ride together. https://t.co/XPwIHwh1eR\n
2147                                                                                                                                                                RT @dxvid616: Me after hearing #Sense8 might not be getting renewed \n\n\n\n\n\n\n\n\n\n\n\n\n\n#RenewSense8 @netflix https://t.co/ljeGk2ZnUd\n
2148                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2149                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2150                                                                                                                                                                       RT @Childpsych4: @Reuters Ironic, given that he sought asylum from the same autocratic country which interfered in US election and p… \n
2151                                                                                                                                                                 RT @TheMarket76: Small Wooden Cat, 4" tall, Home - Office Decor, Cute Kitty - Hand Carved  https://t.co/YB9vnu0IjC via @eBay https://t.co/L…\n
2152                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2153                                                                                                                                                                                   Check out 132 TCW Natural blue Tanzanite Round Beads Necklace earrings ,estate vintage   https://t.co/SV3Q1jvFNx via @eBay\n
2154                                                                                                                                                                                   RT @AddictedToCFC: Last day of @adidas 's contract with Chelsea, it was a brilliant ride together. https://t.co/XPwIHwh1eR\n
2155                                                                                                                          RT @CBSThisMorning: AHEAD on @CBS:\n\n\n\n\n\n\n📍Latest from D.C\n\n\n\n\n\n\n📍@SenatorLankford \n\n\n\n\n\n\n📍@michiokaku on @NASA set to make a big announcement on a missio… \n
2156                                                                                                                                                                  FREE SHIPPING Coach Quote  Set Of 4 Drink Coasters, Coaches Gift, New #Handmade https://t.co/8KWAabdUNy via @eBay #coach #fathersday #gifts\n
2157                                                                                                                                                                                                         U.S. spelling bee features youngest competitor, new tie breaker https://t.co/SW1birPYF1 via @Reuters\n
2158                                                                                                                                                                               Check out TRIX T - SHIRT! "SILLY RABBIT, TRIX ARE FOR KIDS!" CLASSIC! #SteveBarrys #BasicTee https://t.co/GUSd7tXTEm via @eBay\n
2159                                                                                                                                                                             RT @Google: We're celebrating 10 years of #StreetView! Seven continents, 83 countries, millions of miles, one epic road trip →… \n
2160                                                                                                                                                         RT @YUNGMURPHAMY: @sense8 @netflix @Netflixhelps LGBT+ REPRESENTATION.\n\n\n\n\n\n\nHealthy LGBT+ relationships. Trans character played by trans a… \n
2161                                                                                                                                                                         RT @Reuters: MORE: At least 80 killed, 350 wounded in #Kabul blast - health official https://t.co/WBMy7FyeBK https://t.co/O6f2kOF72j\n
2162                                                                                                                                                                         Check out Hot Wheels/Matchbox, Mais Diecast Toy Volkswagon, Corvette, Austin, Classic Cars #Mattel https://t.co/ZY9sgK7aQ5 via @eBay\n
2163                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2164                                                                                                                                                      I spoke to @STRICHPUNKT about designing a "digital first" rebrand for @Audi \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/D2Kr6PrTsP https://t.co/xvurhyO7oR\n
2165                                                                                                                                                                 RT @kunwarNitin3: Falling Grace: It falls when you love, it falls when you force by Kunwar Niti... https://t.co/LCzF4McryT via @amazon WELC…\n
2166                                                                                                                                                                  @Reuters Are human values in England less important than the sailing away agreements with Europe? Ask, " what's it… https://t.co/vt5Ya7KNrW\n
2167                                                                                                                                                                 RT @Adobe: 7 ways to use the new “reality” technologies - virtual, augmented and mixed - and what it can do for your business: https://t.co…\n
2168                                                                                                                                                                                              RT @DianeBateman16: Check out Undercover by Danielle Steel (2016, Paperback)  https://t.co/ancoIN1jXx via @eBay\n
2169                                                                                                                                                                    RT @GoldmanSachs: Houston, we've got company: Private investment heats up the space race: https://t.co/hkjxBNk8PK https://t.co/XYGvlbGcnH\n
2170                                                                                                                                                    Damn funny show @TheOddCoupleCBS \n\n\n\n\n\n\n\n\n\n\n\n\n\nIdiots at @CBS cancelled it 'cuz they didn't have zombies or Bachelorettes\n\n\n\n\n\n\nSMFH\n
2171                                                                                                                                                                             RT @Google: We're celebrating 10 years of #StreetView! Seven continents, 83 countries, millions of miles, one epic road trip →… \n
2172                                                                                                                                                                         RT @Reuters: MORE: At least 80 killed, 350 wounded in #Kabul blast - health official https://t.co/WBMy7FyeBK https://t.co/O6f2kOF72j\n
2173                                                                                                                                                                             Oil at three-week low as rising output risks OPEC-led deal \n\n\n\n\n\n\n#OOTT\n\n\n\n\n\n\nhttps://t.co/03KbTOvdTr via @Reuters\n
2174                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2175                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/HAin1hL1gu\n
2176                                                                                                                                                   RT @regocas: We at @igalia have been in conversations with @Google engineers to add MathML support to @ChromiumDev. Stay tuned! 🎉\n\n\n\n\n\n\nhttps://t…\n
2177                                                                                                                Still not possible to open\n\n\n\n\n\n\nIncirlik base to Germany:\n\n\n\n\n\n\nTurkey minister \n\n\n\n\n\n\n31/05/17 Reuters\n\n\n\n\n\n\nhttps://t.co/iKeE6eNvts \n\n\n\n\n\n\nvia @Reuters\n
2178                                                                                                                                                                     RT @movementstrat: Today, @Google honours architect #zahahadid. We have had the pleasure in working together on @AquaticsCentre. The l… \n
2179                                                                                                                                                                            Hey @GoldmanSachs how does it feel to finance a murderer govt? I guess for u is business as usual, right? I hope you rot in hell.\n
2180                                                                                                                                                                        RT @Reuters: Syrian rebels say U.S., allies sending more arms to fend off Iran threat https://t.co/5ski7nf4B9 https://t.co/BTIyVlQCZ8\n
2181                                                                                                                                                                                   RT @AddictedToCFC: Last day of @adidas 's contract with Chelsea, it was a brilliant ride together. https://t.co/XPwIHwh1eR\n
2182                                                                                                                                                                    @MonsantoCo  sorry, i forgot to tweet u for several weeks. U SUCK! So does @Bayer  #BoycottMonsanto #BoycottBayer https://t.co/fMEQQvHpCx\n
2183                                                                                                                                                                                   RT @AddictedToCFC: Last day of @adidas 's contract with Chelsea, it was a brilliant ride together. https://t.co/XPwIHwh1eR\n
2184                                                                                                                                                                       Belarus govt has returned to large-scale repression, causing a dramatic deterioration in #humanrights https://t.co/YqFadUbzyp @Reuters\n
2185                                                                                                                                                                                    [Current US] administration nearing completion of #Cuba policy ["]review["]: sources https://t.co/viF4bVQJE7 via @Reuters\n
2186                                                                                                                                                                                 RT @Reuters: At least 80 killed, 350 wounded in Kabul blast: health official https://t.co/E31zRzpXLw https://t.co/RO35tBXZ76\n
2187                                                                                                                                                                                                                                     Bye bye @adidas welcome @Nike \n\n\n\n\n\n\n#cfc https://t.co/7iklDHz6sz\n
2188                                                                                                                                                                                                                   RT @MBASOFFICIAL: Bye bye @adidas welcome @Nike \n\n\n\n\n\n\n#cfc https://t.co/7iklDHz6sz\n
2189                                                                                                                                                                             RT @SportsNation: Time for the @Toyota #PulseOfTheNation poll. Let's go!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho will win the NBA Finals?\n
2190                                                                                                                                                                            @Reuters Look at all the hypocrites worried about the environment. I bet you all walk or ride your bike everywhere you go, right?\n
2191                                                                                                                                             RT @MartinMcCoyIII: @Reuters \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe president is a complete moron.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@realDonaldTrump you are ruining America.\n
2192                                                                                                                                                                  @Reuters If the US isnt going to care about the planet, Im not going to care about buying US products, I shall buy… https://t.co/rh46BwKHs5\n
2193                                                                                                                                                                                 RT @Reuters: At least 80 killed, 350 wounded in Kabul blast: health official https://t.co/E31zRzpXLw https://t.co/RO35tBXZ76\n
2194                                                                                                                                                                      @Aranjedeath @facebook This thread might provide some insight, although it's about a different design decision: https://t.co/McCKEl3Ay8\n
2195                                                                                                                                                                                                                   RT @MBASOFFICIAL: Bye bye @adidas welcome @Nike \n\n\n\n\n\n\n#cfc https://t.co/7iklDHz6sz\n
2196                                                                                                                              RT @CarinesMoncada: This is what @GoldmanSachs is financing! REPRESION!\n\n\n\n\n\n\n#Venezuela\n\n\n\n\n\n\nRepresion el Martes Centro Lido de Caracas.\n\n\n\n\n\n\n#30Mayo… \n
2197                                                                                                                                                                       From @netflix specials to purple toothpaste, @Megan_StyleGF wraps up May with her favorite finds of the month… https://t.co/URMaCQcwi4\n
2198                                                                                                                                                                                       Check out THE CRACK IN SPACE, PHILP K. DICK, ACE, 1966 *VINTAGE  EDITION* SCIFI VG!  https://t.co/x4Jt0yBEhL via @eBay\n
2199                                                                                                                                                                                   RT @AddictedToCFC: Last day of @adidas 's contract with Chelsea, it was a brilliant ride together. https://t.co/XPwIHwh1eR\n
2200                                                                                                                                                                          @jacobfields33 @IntelSmallBiz @blendingbybetty @intel Hey, if it leads to perky pairs, I am all for it. Let those muscles build up.\n
2201                                                                                                                                                                                     I dunno what the #covfefe @netflix is thinking not jumping on #BaronAndToluca... 😉\n\n\n\n\n\n\n#NETFLIXforBandT #BandT\n
2202                                                                                                                                                                                        Black tea in hollow orange, highest grade 350 gram in bag packing JOHNLEEMUSH... https://t.co/NkOyK18ld3 来自 @amazon\n
2203                                                                                                                                                                            Test the numerous benefits of Pennie's Instant Colonic Detox Tea for 50% off,visit @Groupon for discount… https://t.co/WCcbtxAYo3\n
2204                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2205                                                                                                                                                             RT @rai_prabh: prime user, but now regretting the services &amp; customer support of @amazon. look into the matter ASAP. a/c: prabhjotsinghrai1…\n
2206                                                                                                                                                                                                      Proud to be employed by @Nike , one of many American companies standing beside the Paris Climate Deal ☺️\n
2207                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2208                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2209                                                                                                                                                                            Check out Memorial, Remembrance, Sympathy, charm necklace with Sterling Silver chain  #Handmade https://t.co/aT1AZi1Ufx via @eBay\n
2210                                                                                                                                                                    For a limited time, watch for free this panel session including @eBay @Audi: https://t.co/pIjmgnF529 #CFOMidwest… https://t.co/uxeVqvubH8\n
2211                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2212                                                                                                                                                                          RT @Vortex410654749: Words are so last year. Join me and tweet #SayItWithStickers below @Apple\n\n\n\n\n\n\nhttps://t.co/1pIt7OspYT\n
2213                                                                                                                                                                                          Inpiring by @generalelectric \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/5bh1tJ9ZJg\n\n\n\n\n\n\n\n\n\n\n\n\n\n#WhatIf\n
2214                                                                                                                                                                                           U.S. starts providing weapons to Syrian Kurds https://t.co/jTpLIF8IeX via @Reuters\n\n\n\n\n\n\n#Syria #MiddleEast\n
2215                                                                                                                                                                 RT @PennyPan820: I just listed: Truslin - DIY Needle Felting Kit Needle wool kit Needlecrafts Faceless Ani...', for 10.69 via @amazon https…\n
2216                                                                                                                                                                                      RT @IBM: Meet our upgraded 16 qubit processor, available to explore #quantum computing via the @IBMCloud. Learn more:… \n
2217                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2218                                                                                                                                                                             RT @highsnobiety: New Ultraboost colorways now available @adidas UK\n\n\n\n\n\n\nhttps://t.co/nGqh8N6kLs https://t.co/pkRWbRrAQA\n
2219                                                                                                                                                                🚨 Shop ASOS and check out with @PayPal to be entered to win ah-mazing prizes, including a major festival experience… https://t.co/fygFaep7rX\n
2220                                                                                                                                                                                                                                                 I'm at The @HomeDepot in Chicago, IL https://t.co/yTpX4zDPnk\n
2221                                                                                                                                                                         RT @Reuters: MORE: At least 80 killed, 350 wounded in #Kabul blast - health official https://t.co/WBMy7FyeBK https://t.co/O6f2kOF72j\n
2222                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2223                                                                                                                                                                 @MarkGraban @Microsoft The new Surface Laptop looks great, love my Surface Book w/co-proc for speed, and I travel w… https://t.co/MLMY0DdvP5\n
2224                                                                                                                                                                         RT @Reuters: MORE: At least 80 killed, 350 wounded in #Kabul blast - health official https://t.co/WBMy7FyeBK https://t.co/O6f2kOF72j\n
2225                                                                                                                                                                                                                                                RT @McDonalds: @MattyIce_22 Thanks for the love, Matty. &lt;3\n
2226                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2227                                                                                                                                                                                     Don't Talk To Me Until I've Had My Covefe T-Shirt - \n\n\n\n\n\n\n https://t.co/BCB3Rwijbk via @amazon #covefe #mycovefe\n
2228                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2229                                                                                                                                                                                                    RT @hm: Fill your beach bag with colourful trunks, hats, caps, stylish espadrilles and pool slides. #HM… \n
2230                                                                                                                                                                                         Check out Antique Clear Glass Pendant Ceiling Light Lamp Shade 2 9/16" Fitter Rim  https://t.co/deAvBnA2ew via @eBay\n
2231                                                                                                   RT @JacBurns_Comext: #Bitcoin &amp; #Blockchain: What's the Difference?\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/WqRzdv5lOg\n\n\n\n\n\n\n@IBM\n\n\n\n\n\n\n \n\n\n\n\n\n\n#Fintech #disruption #ecommerce… \n
2232                                                                                                                                                    Look what I found on @eBay! https://t.co/TUwnCrLDLh via @eBay\n\n\n\n\n\n\n#hockey #card #collection #collectible #ebay #etsy #gift #collectors Please RT\n
2233                                                                                                                                                                 @Ryanair It's the new super secret way to ask for a coffee, or covfefe, as he likes to call it... Now every time yo… https://t.co/SpVLFKvNQE\n
2234                                                                                                                                                           RT @Ericsneaker: @GeeksOfColor Me, pleading my case as to why @sense8 is needed in this day and time to the head of @netflix.\n\n\n\n\n\n\n(This… \n
2235                                                                                                                                                                                          @TheGrocer @PromoToolbox @Tesco Blimey, stuck a gym and a soft play in ours, not enough room for groceries as it is\n
2236                                                                                                                                                                          RT @bigtkirk: @ProfBainbridge @Landonthomasjr @GoldmanSachs So, socialist govt mismanagement of national oil company is grounds t… \n
2237                                                                                                                                                 RT @Disney: Secrets hide in the shadows. See #PiratesOfTheCaribbean: #DeadMenTellNoTales in theaters now.\n\n\n\n\n\n\n\n\n\n\n\n\n\n(🎨: Disney on Instag… \n
2238                                                                                                                                                                                              RT @Starbucks: #IcedCoffee: ooh so bright.\n\n\n\n\n\n\n#ColdBrew: ahh-mazingly smooth. https://t.co/GaMe88NtoD\n
2239                                                                                                                                                                 RT @Well_Regulated_: Members of our well regulated militia open fire at a @Nissan dealership during business hours, 3 are fatally shot. htt…\n
2240                                                                                                                                                              #Wire Basket #White Shabby Wire Basket #Garden Basket #Egg Basket\n\n\n\n\n\n\nhttps://t.co/tUh91gMYGv via @eBay #etsy #annetweekes #gotvintage\n
2241                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2242                                                                                                                                                     RT @NetflixLifee: .@TheCWSupergirl S2 is now on @netflix! \n\n\n\n\n\n\nhttps://t.co/Fd1IlrA8yp\n\n\n\n\n\n\n@MelissaBenoist @chy_leigh @DavidHarewood… \n
2243                                                                                                                                                                             Check out Fitz &amp; Floyd Christmas Santa Claus Candle Holder, Single Santa 1977, Japan Made  https://t.co/CA3vKAHy5p via @eBay\n
2244                                                                                                                                                                          RT @FarEasterner: @CNN White Helmets, Ukraine Nazis, all @netflix documentaries is work of fiction, ridiculous one sided propaganda\n
2245                                                                                                                                                                   Anywhere, anytime, keep tabs on your favorite players at #RG17 using the official app, powered by @IBM. #IBMsports https://t.co/H15UfbLBg6\n
2246                                                                                                                                                             @WildBwoy @AmericanExpress Hi, let me check this for you. Could you kindly DM me your full name, postal address &amp; email address. Thanks, Zoe\n
2247                                                                                                                                                                                                                 @Reuters God wants them to crush those Islamic criminals of Isis and Daesh, inhuman garbage.\n
2248                                                                                                                                                                 RT @MSGbollyKing: #SaintDr.MSG live every day on @facebook between 8-9 pm, Everyone come and join there. Your idol @Gurmeetramrahim replyin…\n
2249                                                                                                                                                                         RT @CvonGodel: @Google So, who the hell is Zaha Hadid and why does she get a special doodle while Memorial Day and American soldie… \n
2250                                                                                                                                                                                                   Blame game for cyber attacks grows murkier as spying, crime tools mix https://t.co/jwWlpwJwJN Via @Reuters\n
2251                                                                                                                                                                             Just saw this on Amazon: DVD Player, Ematic 7 inch Swivel Blue Porta... by Ematic for $54.99 https://t.co/2gm1IYn8HZ via @amazon\n
2252                                                                                                                                                                      RT @IndieWire: Here's every new movie hitting @netflix in June, from "Zodiac" to #Okja: https://t.co/tgjgHBSknQ https://t.co/LX25ohU12T\n
2253                                                                                                                                                                                   RT @AddictedToCFC: Last day of @adidas 's contract with Chelsea, it was a brilliant ride together. https://t.co/XPwIHwh1eR\n
2254                                                                                                                                                                                            @NestleUKI Yo @KITKAT @Nestle \n\n\n\n\n\n\n\n\n\n\n\n\n\nHow many retweets for a years supply of KITKAT🍫🍫🍫???\n
2255                                                                                                RT @ValaAfshar: The @salesforce economy:\n\n\n\n\n\n\n\n\n\n\n\n\n\n$398B in GDP impact by 2020\n\n\n\n\n\n\n1.9M jobs created by 2020\n\n\n\n\n\n\n\n\n\n\n\n\n\n—@IDC #SalesforceTour https://t.co/XqXR1y3…\n
2256                                                                                                                                                                         Check out Rare Ruhoff Plush Monkey / Ape Plush Puppet Stuffed Toy W/ Genie Outfit 16"  GUC #Ruhoff https://t.co/sD8FXM0vup via @eBay\n
2257                                                                                                                                                                                RT @salesforce: "With artificial intelligence, a mountain of data can become insights." - @BTaylor. https://t.co/qgyNZif54X… \n
2258                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/By6EOfsAfu\n
2259                                                                                                                                                                 If #PDVSA defaulted, Rosneft got 49.9% of Citgo. By buying $2.8 billion of PDVSA bonds, @GoldmanSachs ruled out that possibility. #venezuela\n
2260                                                                                                                                                                      10% OFF NOW!!!!  Retina Cracked Broken MacBook Pro 13" Screen Repair Replacement Service A1502 #Apple https://t.co/kDx4T3fETp via @eBay\n
2261                                                                                                                                                    RT @highsnobiety: Art Basel is reportedly suing @adidas over its limited edition “Art Basel” EQT ADV:\n\n\n\n\n\n\nhttps://t.co/FNZb7j07W5 https://t.co/…\n
2262                                                                                                                                    RT @army_britneys: #GloryJapanTourEdition is currently @amazon japan #1 best selling album. ✨📀\n\n\n\n\n\n\n\n\n\n\n\n\n\n👉https://t.co/Mdm4QvkQeN https://t.co/w1jWP…\n
2263                                                                                                                                                                             RT @SportsNation: Time for the @Toyota #PulseOfTheNation poll. Let's go!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho will win the NBA Finals?\n
2264                                                                                                                                        RT @BhadouriaPankaj: Dreams translated ! \n\n\n\n\n\n\nOne on my plate and one besides me!\n\n\n\n\n\n\n@bmwindia @BMW #bmwexperiencetour2017 https://t.co/hySxTuq7TR\n
2265                                                                                                                                                                                                Check out Large Original 52" x 48" x 2" Acrylic Abstract Painting ready to hang https://t.co/d8qvZrczSe @eBay\n
2266                                                                                                                                                                                                    RT @maclainnaumann: Listen up @netflix,  if you don't #RenewSense8, I swear, I... https://t.co/JSqcmgYQXT\n
2267                                                                                                                                                                     RT @RealJeremyNolt: Hi @BankofAmerica, reaching out for comment on whether you will be pulling your ads from CNN. Does this align with… \n
2268                                                                                                                                                                       @GOPin2020 @Reuters Has the subpoena been sent out? Has he ignored it? Will he be charged with contempt? Or is it still "silly season"\n
2269                                                                                                                                                                 RT @totoaguerrevere: Dear @GoldmanSachs thank you for the new supply of tear gas you just helped buy! Enjoy your bonds. Sincerely, the peop…\n
2270                                                                                                             RT @ValaAfshar: Every minute on the Internet:\n\n\n\n\n\n\n\n\n\n\n\n\n\n$222,302 of sales on @amazon \n\n\n\n\n\n\n99,000 @apple SIRI answers\n\n\n\n\n\n\n87,000 hours of @netflix https://t.…\n
2271                                                                                                                                                                       RT @Reuters: Parents have no right to dead child's Facebook account, German court says https://t.co/Of4a4ghZQ7 https://t.co/qCvcm3M1kJ\n
2272                                                                                                                                    RT @army_britneys: #GloryJapanTourEdition is currently @amazon japan #1 best selling album. ✨📀\n\n\n\n\n\n\n\n\n\n\n\n\n\n👉https://t.co/Mdm4QvkQeN https://t.co/w1jWP…\n
2273                                                                                                                                                                              RT @joeDmarti: A little inside @Adobe.... this snack jar sits full for days in SF, but doesn't last 5 min at the Utah office.… \n
2274                                                                                                                                                                  Troublesome, given that US is the #1 contributor. Trump pulling U.S. out of Paris climate deal: source https://t.co/ZNSKHfj5wD via @Reuters\n
2275                                                                                                                                                                             RT @Reuters: Nestle investing in factories, creating 2,900 jobs in Latin America https://t.co/grbM6d18cg https://t.co/kp7ZhuMkMl\n
2276                                                                                                                                                                             RT @Reuters: Nestle investing in factories, creating 2,900 jobs in Latin America https://t.co/grbM6d18cg https://t.co/kp7ZhuMkMl\n
2277                                                                                                                                                                                          RT @Reuters: Philippines says Islamists keep up week-long fight with prisoners, looted guns https://t.co/spO5R6Z9AD\n
2278                                                                                                                                                               RT @NotGlobalism: Do you support this?\n\n\n\n\n\n\n@GEICO @bostonmarket @WellsFargo @subaru_usa @UOPX @Dodge @Hyundai @etrade @sprint @AARP… \n
2279                                                                                                                                                                            Check out LG. EARLY 19TH CENTURY BURMESE BRONZE BUDDHA SEATED IN "EARTH WITNESS" MUDRA #unknown https://t.co/CHB9a2iYPd via @eBay\n
2280                                                                                                                                                                 RT @CloroxSoap: Why does @Wendys food taste like trash, food smelling like ass cheeks smh even @BurgerKing AND @McDonalds is killing the ga…\n
2281                                                                                                                                                                                          RT @CainDeanna: #DYK 1st delivery vehicles @UPS were #bicycles? As UPS nears 110 yrs, #UPSbikes still contribute.… \n
2282                                                                                                                                                                                                                                               RT @Starbucks: @lil_jazzzi Celebrate gold times, come on! 🎵🌟\n
2283                                                                                                                                                                  @Reuters @FareedZakaria @camanpour @amjoyshow @CapehartJ Best ask patriotic @SenJohnMcCain abt Arab League, no ask… https://t.co/FSlK0fssr1\n
2284                                                                                                                                                                             RT @Reuters: Nestle investing in factories, creating 2,900 jobs in Latin America https://t.co/grbM6d18cg https://t.co/kp7ZhuMkMl\n
2285                                                                                                                                                                       @stevenplace @insideclimate @AmyAHarder @Reuters @FlitterOnFraud @dfirgs @EIAgov But if it does nothing, withdrawal also does nothing.\n
2286                                                                                                                                                                            @Starbucks now is the perfect time to come out with the Unicorn version fo the "Negative Press #Covfefe ." The world is watching.\n
2287                                                                                                                                       RT @gordongoodwin: It's HERE!  #LittlePhatBand "An Elusive Man"!\n\n\n\n\n\n\n@iTunes: https://t.co/hQyvYEJm67\n\n\n\n\n\n\n@amazon: https://t.co/T1TNSnJRrf https://…\n
2288                                                                                                                                                             RT @YesWeJon: Thanks to @liveotherwise, our other autistic advisers, @DeutscheBank staff &amp; @KingsIoPPN researchers for amazing design works…\n
2289                                                                                                                                                                                                RT @NPDMattPowell: Strong Adidas quarter driven by N. America, ecommerce https://t.co/7zOW1un2Gz via @Reuters\n
2290                                                                                                                                                                                                              Check out England Cricket Alastair Cook signed 6" X 4" index card https://t.co/lTGXLH6Fhb @eBay\n
2291                                                                                                                                                    RT @DEADp00L713: I just unlocked exclusive @Guardians art thanks to @Ford #EcoSport! Hit the Tweet button to see it, too.\n\n\n\n\n\n\nhttps://t.co/09dr…\n
2292                                                                                                                                                                  @netflix seriously, how did this get approved? did no one bother using google? and its not even about roma people, it's about a white girl?\n
2293                                                                                                                                                                               @Reuters Whatever he does, CNN will spin it. Trump helps to kill earth, or Trump lied to base by reneging on campaign promise.\n
2294                                                                                                                                                                                                                                    Don't let us down, @netflix. Please #RenewSense8! https://t.co/cixcRhzs5Q\n
2295                                                                                                                      RT @demi3a: THANK YOU @CocaColaPH @CocaCola for having\n\n\n\n\n\n\nMr. Alden &amp; Ms. Maine a part of your company\n\n\n\n\n\n\n\n\n\n\n\n\n\n#ALDENMegaMan2017 https://t.co/KnbU1ie…\n
2296                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2297                                                                                                                                                                 RT @MikeFeibus: Mesh Network 2.0 arrives! @Qualcomm adds #voice, #iot to whole-home #WiFi at @computex_taipei @amazon @google https://t.co/…\n
2298                                                                                                                                                                            RT @Google: Today’s #GoogleDoodle celebrates groundbreaking, award-winning architect Zaha Hadid and the legacy of her designs →… \n
2299                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2300                                                                                                                                                RT @RealJack: Hey @BankofAmerica,\n\n\n\n\n\n\n\n\n\n\n\n\n\nDo you support ISIS style executions of the President of the United States or will you be pull… \n
2301                                                                                                                                                                                                   Check out Vintage ACME Mangle/Wringer On Stand (ACME Wringers Ltd, Glasgow). https://t.co/F4ksZDVgtI @eBay\n
2302                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2303                                                                                                                                                                               RT @100scopenotes: I talked to Dan Santat about @Starbucks, @CardboardSchu, life after a Caldecott and his new book RODZILLA… \n
2304                                                                                                                                                    RT @SAPTradeGeek: AUDIT MANAGEMENT @SAP #GRC :\n\n\n\n\n\n\n"Gain more from internal audits with closer alignment to the business" Read full here: http:…\n
2305                                                                                                                                                                    RT @pinlar75: Check out  Rare Sterling &amp; Camille llc Inspiriters "Safety" Rabbit Spirit 2008 NIB    https://t.co/g43a7GQlCc via @eBay\n
2306                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2307                                                                                                                                                                 RT @9999fashion: Adidas Climalite Men's Long Sleeve ESS Tech Tee, Blue, Size: M #adidas #Tee https://t.co/dhjDgSghCV via @eBay https://t.co…\n
2308                                                                                                                                                                 RT @SonnyBunch: Hi, @HomeDepot! Having a lovely afternoon at your Seven Corners store stuck in the elevator to the upper level of the parki…\n
2309                                                                                                                                                                        #Aromatherapy #Essential #Oil Diffuser Vibrant Changeable LED Lights, Soothing Mist #ebay #diffuser https://t.co/HsrhDYq2Do via @eBay\n
2310                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2311                                                                                                                                                                                            I just listed: 'Wyane Enterprises Table Chair Red Study Table Chair', for 599 via @amazon https://t.co/xsyjrjsitf\n
2312                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/P6eIWb8Dk2\n
2313                                                                                                                                                                 RT @MikeFeibus: Mesh Network 2.0 arrives! @Qualcomm adds #voice, #iot to whole-home #WiFi at @computex_taipei @amazon @google https://t.co/…\n
2314                                                                                                                                                                                                                    High Sierra Loop Backpack, Black/Charcoal High Sierra https://t.co/Ulle0NBRW7 via @amazon\n
2315                                                                                                                                                                                                                    High Sierra Loop Backpack, Black/Charcoal High Sierra https://t.co/Ulle0NBRW7 via @amazon\n
2316                                                                                                                                                                                           Check out Womens Nike Dart VI Running Shoes 8.5 pink, gray, white #Nike #running https://t.co/UXiQNCeyi0 via @eBay\n
2317                                                                                                                                                RT @RealJack: Hey @BankofAmerica,\n\n\n\n\n\n\n\n\n\n\n\n\n\nDo you support ISIS style executions of the President of the United States or will you be pull… \n
2318                                                                                                                                                RT @RealJack: Hey @BankofAmerica,\n\n\n\n\n\n\n\n\n\n\n\n\n\nDo you support ISIS style executions of the President of the United States or will you be pull… \n
2319                                                                                                                                                                            RT @Google: Today’s #GoogleDoodle celebrates groundbreaking, award-winning architect Zaha Hadid and the legacy of her designs →… \n
2320                                                                                                                                                                                                 Breville BEM800BSXL Scraper Mixer Pro Stand Mixer, Black Sesame Breville https://t.co/XbouN4hwCb via @amazon\n
2321                                                                                                                                                                 RT @MikeFeibus: Mesh Network 2.0 arrives! @Qualcomm adds #voice, #iot to whole-home #WiFi at @computex_taipei @amazon @google https://t.co/…\n
2322                                                                                                                                                                 @travelocity @Expedia After an hour of speaking with Joon or June, transferred over to a new lady who says she need… https://t.co/irS1ooz7Y1\n
2323                                                                                                                                                                                                                                                I'm at @McDonalds in Jacksonville, FL https://t.co/GAtBAcgbtH\n
2324                                                                                                                                                                                        Check out 2016 Panini Select Carson Wentz "Sparks" 2 Color Refractor Rookie Patch 30/99 https://t.co/ILDFMDAHL3 @eBay\n
2325                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2326                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2327                                                                                                                                                                            RT @toronto_gal80: .@MST3K fans! We can now add the show to our @netflix list to show our enthusiasm! @JoelGHodgson, @jonahray,… \n
2328                                                                                                                                                                                               Just saw this on Amazon: Logitech G600 MMO Gaming Mouse, Black by Logitech https://t.co/wiQ0e8eGwR via @amazon\n
2329                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2330                                                                                                                                                                                                                   RT @MBASOFFICIAL: Bye bye @adidas welcome @Nike \n\n\n\n\n\n\n#cfc https://t.co/7iklDHz6sz\n
2331                                                                                                                                                                            @Reuters They are absolutely deranged. It is, however, a good thing when these monsters reveal to the world what they really are.\n
2332                                                                                                                                                                                      "The USA is not an energy weakling. Our country is an #energy powerhouse." - David J. O'Reilly, former CEO of @Chevron.\n
2333                                                                                                                                                                  @wimbeau @Starbucks Hi Wim, that's no good! Would you mind sending a note to bonjour@lepainquotidien.com with your… https://t.co/LRexPsC9VP\n
2334                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2335                                                                                                                                                                                Check out DELL LAPTOP WIDOWS 7 LATITUDE CORE 2 DUO 4GB 1TB DVDRW 14" NOTEBOOK WIFI PC #Dell https://t.co/foPQkHHXpx via @eBay\n
2336                                                                                                                                                                     RT @BrettDeardorf: @DMiraculous @WellsFargo They only charge per fraudulent checking account you open, with or without your permission… \n
2337                                                                                                                                                                                                            @pretareporter @adidas we wanted Louis Tomlinson but ok, he can start wearing more @ReebokUK then\n
2338                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2339                                                                                                                                                          U.S. bank @GoldmanSachs bought $2.8 billion in bonds to finance the dictatorship of @NicolasMaduro #GoldmanFinancesTheDictatorship\n\n\n\n\n\n\n 32\n
2340                                                                                                                                                                      RT @valenciacf_en: 📷Enjoy #VCF's 2017- 2018 @adidas shirt photo gallery\n\n\n\n\n\n\n👉https://t.co/h3Zz101Udx https://t.co/a47f1HyiNJ\n
2341                                                                                                                                                                 @BankofAmerica I love when I'm told money will be credited to my account, so I spend it, but it turns out the money was there, now I'm broke\n
2342                                                                                                                                                                         "Anchor every decision in #data &amp; the rest will follow" - @Google #CFO Ruth Porat chatting with @Recode… https://t.co/3GQ9dAlAYj\n
2343                                                                                                                                                            regrann from @bangpineda  -  Elmo Magalona for #StarMagic25\n\n\n\n\n\n\nWearing @hm @hmphilippines \n\n\n\n\n\n\nStyled… https://t.co/vfW1PdzCav\n
2344                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2345                                                                                                                                                                 RT @ActionsUSA: If Rex Tillerson, former @exxonmobil CEO, thinks #ParisAgreement is good for the US, why is our President against it? #Clim…\n
2346                                                                                                                                                                   @switt1181 @Reuters Who cares what Obama did or didn't do. The choice now is Trump's, and he's taking the riskier and more expensive path.\n
2347                                                                                                                                                                  @usaforyoubruv @cafemichelle @ChrisCoon4 @LeahR77 @KelloggsUS Any food product that "has added vitamins" isn't fit… https://t.co/GOgsaQK3K7\n
2348                                                                                                                                                                      @brunelldonald @amazon You are so very brave and strong person!!! Our trials and tribulations define us partly, makes us stong, tuff#!!\n
2349                                                                                                                                                                                                                   RT @hainsworthtv: That's okay, @HomeDepot, I can take it from here https://t.co/z9lhRm94Fr\n
2350                                                                                                                                                                 RT @yangkimb: #datalibs @Google launches new #dataviz Tool, with GIFs as presentation option https://t.co/ycmUPsfg1P https://t.co/YiBdjeoPgc\n
2351                                                                                                                                       RT @Lawrenbradblog: Check out PAID URL INCLUSION PDF EBOOK FREE SHIPPING RESALE RIGHTS https://t.co/rz5nqoRptq @eBay\n\n\n\n\n\n\n\n\n\n\n\n\n\n#twitter #facebook #g…\n
2352                                                                                                                                                                               RT @_andreadonini: @netflix Renew Sense8. Absolutely.\n\n\n\n\n\n\nThe world needs more of this Art.\n\n\n\n\n\n\n#RenewSense8\n
2353                                                                                                                                                                      RT @SherriWilkie: @realDonaldTrump @POTUS You're right again sir, will @CNN @CBS @NBCNews @MSNBC apologize? We knew you were right on… \n
2354                                                                                                                                                                                                         Check out  Banaba:( Salacia,) Powder - 250 grams #GreenIslandHerbs https://t.co/CilSxGDobg via @eBay\n
2355                                                                                                                                                                                RT @Reuters: Coal stocks fall; U.S. exit from climate deal may hurt, not help https://t.co/DhuWv2Wg3c https://t.co/p7FQh2bvNm\n
2356                                                                                                                                                                                    Check out Vintage 5 LAYER BLACK BEADED silver necklace 20-28" nice! #Unbranded #Cluster https://t.co/TOj8IoMfi2 via @eBay\n
2357                                                                                                                                                                                                  RT @Nike: Barriers are meant to be broken, and this is a crazy-fast one. #Breaking2 https://t.co/UML2mI0xGr\n
2358                                                                                                                                                                                                                          RT @soulfilledlife: "I am Jane Doe" on @netflix   Important watch.  #endtrafficking\n
2359                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2360                                                                                                                                                                  Specialized Dolce Triple 2013 ladies road bike 48cm Carbon Forks, Cycle Bicycle https://t.co/l1NFgezFWU @eBay #specialized #cycle #roadbike\n
2361                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2362                                                                                                                                                    RT @daydreaming_ld: Cold Blooded: A Thriller by Matt Cairns by @mattcairns73 https://t.co/EZ7BWkN4hA via @amazon \n\n\n\n\n\n\n#WriterWednesday #Thrille…\n
2363                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2364                                                                                                                                                                                                                                           @Reuters it was amusing for the first 10 minutes, now its lame ...\n
2365                                                                                                                                                                                                 Yo, @netflix. I'm available for Season 2 for Dear White People. Just saying. #imready #castingcall #noshame.\n
2366                                                                                                                                                                           Check out Apple MacBook Pro 15" LED MacOs Sierra Intel i7 Quad Core 16GB 500GB 1440 x 900 #Apple https://t.co/be15IFwneT via @eBay\n
2367                                                                                                                                                                                  RT @Google: Spread your artistic wings—it's #DrawABirdDay! Tap "Let's Draw" to let your doodles fly with #AIExperiments →… \n
2368                                                                                                                                                                               Check out 2005 CLASSIC TY Beanie Buddy Plush Toy 12" BOGGS Curly Gray Terrier PUPPY DOG  #Ty https://t.co/Mg19xL68vJ via @eBay\n
2369                                                                                                                                                                                          RT @ABC7NY: Ever wonder what the most common misspelled words are in America? No worries, @Google has it covered:… \n
2370                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2371                                                                                                                                                    "Unresponsive" @Nike Partially Dr. Hicken's fault there was a psych-eval at all- Why would ANYone call me unresponsive- Real 185th\n\n\n\n\n\n\nNOT 158th\n
2372                                                                                                                                                     RT @carlquintanilla: GERMAN FOREIGN MINISTER SAYS UNITED STATES OLDER THAN TRUMP, RELATIONS WILL IMPROVE AGAIN\n\n\n\n\n\n\n\n\n\n\n\n\n\n(via @Reuters)\n
2373                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2374                                                                                                                                                                        Check out Christmas Memories - Corrie ten Boom (1989, Hardcover, Dust Jacket)  https://t.co/ZTHeohXbk2 via @eBay #books #resale #sale\n
2375                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2376                                                                                                                                                                               RT @joshjonsmith: Some devastating imagery from Kabul's photojournalists, including our @Reuters team  https://t.co/8woJgYRNAE\n
2377                                                                                                                                    @realDonaldTrump Really SAD for your family when Manhatten and MarALago are UNDERWATER 🏊🏊🏊 \n\n\n\n\n\n\n\n\n\n\n\n\n\n@EPA @Paris  @CBS @ABC… https://t.co/NmDjOnx84q\n
2378                                                                                                                                                                                                                                                                               @MFMFC_PH @Heineken Noted bro,\n
2379                                                                                                                                                                 @DEADLINE @netflix @HBO To make things worse, you're stacking a growth tech company with a fuck ton of debt. You're… https://t.co/U8bC5QUoMm\n
2380                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2381                                                                                                                                                                            RT @Google: Today’s #GoogleDoodle celebrates groundbreaking, award-winning architect Zaha Hadid and the legacy of her designs →… \n
2382                                                                                                                                                                                                                       All Roads Lead Home (DVD, 2009) Inspired By A True Story https://t.co/t5m7V3vDHF @eBay\n
2383                                                                                                                                                                                                                                                                   @netflix Really, just #RenewSense8 already\n
2384                                                                                                                                                    RT @BikerEntourage: RT @MotorcycleCom: Introducing @BMW concept scooter: the Motorrad Concept Link \n\n\n\n\n\n\nhttps://t.co/0fiFgXrCDU https://t.co/Eh…\n
2385                                                                                                                                                                            RT @Google: Today’s #GoogleDoodle celebrates groundbreaking, award-winning architect Zaha Hadid and the legacy of her designs →… \n
2386                                                                                                                                                             RT @MorganStanley: In the autos &amp; energy sector, lower costs and better efficiency—not EPA rule-making—are the real engines of growth. http…\n
2387                                                                                                                                                                  "Embrace being uncomfortable, because that's how you grow" -- wisdom from today's @Cisco Marketing &amp; Communications Summit. #WeAreCisco\n
2388                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2389                                                                                                                                                                        @GoldmanSachs Financier of 60+ protesters killings, countless HR violations, famine, brutal oppressive regime https://t.co/JBIQx3S5mD\n
2390                                                                                                                                                                 @netflix @hulu @AmazonVideo @heretv @Showtime @TWC_Wisconsin @XFINITY "You know, if my mom was alive, maybe i'd tel… https://t.co/MatR6dD0AS\n
2391                                                                                                                                                                 @HSBC Abhishek Singh Rajput, Assistant  Manager of HSBC, Pune is proud to support crime against women. And here are… https://t.co/Bn8hO2jVlO\n
2392                                                                                                                                                                 RT @mhmck: Russian propaganda via @Reuters : calls invasion troops from Russia "pro-Russian separatists"; uses "Kiev" for Kyiv. https://t.c…\n
2393                                                                                                                                                                                  Check out Nature Made Super B Complex Tablets, Value Size, 360 Count B Vitamins C 2/2018  https://t.co/5A6Qh4UyaH via @eBay\n
2394                                                                                                                                                                       If @Starbucks doesn't get their shit together and get properly sealing lids for their cold drink cups, I'll find somewhere else to go.\n
2395                                                                                                                                                                                 #Carl Christian Forup, pupil of Henri #Matisse c1928 "The Capri" #Painting Signed https://t.co/luPLa71zZx @eBay @smithsonian\n
2396                                                                                                                                                                       It looks like I can't get into contact with @Google to talk about the issues I'm having with Chrome. Way to be "user friendly," jerks.\n
2397                                                                                                                                       RT @AishaHinds: "Ain't no one get to sit this one out!" #UndergroundOnNetflix #UndergroundOnNetflix\n\n\n\n\n\n\n#UndergroundOnNetflix \n\n\n\n\n\n\n@netflix https:/…\n
2398                                                                                                                                                                       RT @JeremiahLee: Thank you @Google, @IBM, @Intel, @Microsoft, @nearForm, @NodeSource and individual contributors for this amazing re… \n
2399                                                                                                                                                                     RT @Vapingit: Removed two of my comments before it even started, @pfizer @LungAssociation ?\n\n\n\n\n\n\n#Agenda https://t.co/HsGLy7vsRR\n
2400                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2401                                                                                                                                       RT @AishaHinds: "Ain't no one get to sit this one out!" #UndergroundOnNetflix #UndergroundOnNetflix\n\n\n\n\n\n\n#UndergroundOnNetflix \n\n\n\n\n\n\n@netflix https:/…\n
2402                                                                                                                                                                                                     RT @PenFed: A4 pt1: Try using a pricing compare company such as @Expedia, @travelocity, etc. #creditchat\n
2403                                                                                                                                                   @McDonalds will give people free WiFi but charge you for extra sauce 😂😂😂\n\n\n\n\n\n\n#petty #cheapasses #wow #wednesdaywisdom… https://t.co/4gaEKB1U4O\n
2404                                                                                                                                                              @facebook Is there a reason FB would request profile verification 3x within a short time span, receive it &amp; still not respond or reinstate?\n
2405                                                                                                                                                                         I ordered a motorcycle tire 5/17 @amazon Prime. \n\n\n\n\n\n\nI've been told 3 different delivery dates and still don't have a tire.\n
2406                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2407                                                                                                                                                                                                        Check out Golden Butterfly  Three Cup Saucers 6" CORELLE By Corningware https://t.co/EK9hxRjFtT @eBay\n
2408                                                                                                                                            Can you PLEASE pick up Underground! 🔊 🔊🔊🔊🔊🔊🔊🔊🔊🔊🔊🔊🔊🔊\n\n\n\n\n\n\n@netflix @hulu @HBO @STARZ @Oprah @OWNTV @BET @tylerperry… https://t.co/JpQ8wkz67u\n
2409                                                                                                                                                                                                                                                              @dennisp101155 @Reuters No, the UN is worthless\n
2410                                                                                                                                                                                RT @HPCwire: Microsoft, Purdue Tackle Scalable Topological Quantum Computer @Microsoft @LifeAtPurdue #HPC #Quantumcomputing… \n
2411                                                                                                                                                                                                                    The @GoldmanSachs motto "profits over people, lives don't matter" #goldmanSachsbloodmoney\n
2412                                                                                                                                       RT @AishaHinds: "Ain't no one get to sit this one out!" #UndergroundOnNetflix #UndergroundOnNetflix\n\n\n\n\n\n\n#UndergroundOnNetflix \n\n\n\n\n\n\n@netflix https:/…\n
2413                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2414                                                                                                                                            RT @Google: ✔️ Go underwater \n\n\n\n\n\n\n✔️ Climb mountains \n\n\n\n\n\n\n✔️ Sit atop a camel  \n\n\n\n\n\n\nExplore 10 years of #StreetView's biggest moments →… \n
2415                                                                                                                                                                         @Google I got signed out of my google account on my phone and now I'm stuck in a "there's been a change to your account" loop. Help!\n
2416                                                                                                                                                                                               'I Love Sephora, But I Love This Beauty Robot More' https://t.co/6W4gcrHqcX via @Yahoo https://t.co/RY4dUH9IQ4\n
2417                                                                                                                             RT @Wildmoonsister: CIRCLE OF LIFE @Disney #LionKing\n\n\n\n\n\n\nhttps://t.co/Ts8ABHIShk\n\n\n\n\n\n\n"In the sapphire sky.."\n\n\n\n\n\n\n#acappella artist @PeterHollens vo… \n
2418                                                                                                                                                                  @Apple @Apple there's at lease 100,000 people that fall victim to smashed phones and about 98% of the time the phone falls FLAT on the FACE\n
2419                                                                                                                                                           @CBS @CBSEveningNews @JeffGlore @DonDahlerCBS #TigerWoods   \n\n\n\n\n\n\n\n\n\n\n\n\n\n"I didnt realize the mix of (cont) https://t.co/NQgFDRWQFE\n
2420                                                                                                                                                                    RT @rickandertondid: @netflix @hulu @AmazonVideo @heretv @Showtime @TWC_Wisconsin @XFINITY djsjdk i don't know what to say, i love tony… \n
2421                                                                                                                                                                                          RT @CBS: Experience theatre that is simply inspiring. Join us live at the #TonyAwards2017 Sunday, June 11 on CBS!… \n
2422                                                                                                                                                                                       Check out Intex Pool Float Color-Fun Island 76" X 74" 2007 New Open Box Pool Toy Outdoor https://t.co/qX16ExknjS @eBay\n
2423                                                                                                                                                                            RT @Google: Today’s #GoogleDoodle celebrates groundbreaking, award-winning architect Zaha Hadid and the legacy of her designs →… \n
2424                                                                                                                                                                      RT @CraftyThrifter: "Doing something that's more than just you." Courtney @Walmart #MejorContigo #walmartshares https://t.co/bHkDv0LyGX\n
2425                                                                                                                                                                                                   Think @Google will feel uncomfortable if I tell it, "OK Google, my mom is dead"..? https://t.co/1L5XjLkEcD\n
2426                                                                                                                                                                 RT @michiganstateu: On @Google today: How lucky #MSU is to have @msubroad, one of only two Zaha Hadid buildings in the U.S. https://t.co/CC…\n
2427                                                                                                                                                                  Construction on the Carnegie Library @Apple store will begin this fall and wrap up in fall 2018, per a project doc: https://t.co/wclDvUEieS\n
2428                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2429                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2430                                                                                                                                                                 RT @httpyasmeen: @netflix if you haven't seen it, give it a shot. or if you started it and gave up on it, please give it another shot. #Ren…\n
2431                                                                                                                                                                 @greg6207430 @PeterSHall @moviesdotcom @Fandango @NBCUniversal @comcast Don't sugar coat it, he made sexually expli… https://t.co/Zp3B05zLf5\n
2432                                                                                                                                                                 @greg6207430 @PeterSHall @moviesdotcom @Fandango @NBCUniversal @comcast Don't sugar coat it, he made sexually expli… https://t.co/Zp3B05zLf5\n
2433                                                                                                                                                                                                                                         @mswndrlnd @UPS I bet they wanted to steal some of what you got smh,\n
2434                                                                                                                                                                                         Check out 1 Barcelona Minion Novelty 128MB USB Pen Drive, USB Flash Drive Memory Stick https://t.co/LxtGZZjgow @eBay\n
2435                                                                                                                                              @Reuters &amp; WHEN does that happen? When does press get access to his lawyers?\n\n\n\n\n\n\n\n\n\n\n\n\n\nI'll believe that when I c it. DELAY. DELAY. DELAY.\n
2436                                                                                                                                                                                                                                         RT @DuleHill: #UndergroundNetflix? Yes, please @netflix 👏🏾👊🏾🙏🏾\n
2437                                                                                                                                                                 RT @Jake_Denning: "In light of the May 30th @iamblackbear @Nike incident, I, along with many others, will not be wearing Nike to the gig to…\n
2438                                                                                                                                                                   MaRS building today, @facebook convo on elevator -they can't ride on the elevator with suits, not their brand. That's #covfefe #unCanadian\n
2439                                                                                                                                                                       RT @GatorsSB_EQ: So we still can't get over the full spread from @Nike! Thanks again for supporting our student-athletes, coaches, a… \n
2440                                                                                                                                                                                       RT @gabstargardter: Leftists in tight race for key Mexican state vote, polls show https://t.co/hcoOGomMYi via @Reuters\n
2441                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2442                                                                                                                                                                                            .@Cityofatlanta, @ATT Launch Competition to Solve Infrastructure Challenges https://t.co/plxbdEkIFq #sewer #water\n
2443                                                                                                                                                                  If @Apple wants to put employees at risk, that’s their business – just like it’s @GovAbbott's to protect his state. https://t.co/p8cWZxof6d\n
2444                                                                                                                                                                   Today @Google honored Zaha Hadid, architect of @msubroad at @michiganstateu. Learn about her &amp; see slideshow:… https://t.co/iguJpGBWfW\n
2445                                                                                                                                                                 RT @MarkKennedy721: "It's the equivalent of financing a dictatorship. @GoldmanSachs has in effect purchased 'hunger bonds.'" https://t.co/t…\n
2446                                                                                                                                                                 RT @jdickerson: Heh. @amazon author listing for the Bible is amusing, though you can't click through to see other works! https://t.co/l9hH4…\n
2447                                                                                                                                                                 RT @kroger: Keep your eyes glued to this Red, White and Glue #Slime #DIY for a simple #summertime activity kids will love. https://t.co/B8C…\n
2448                                                                                                RT @HeffronDrive: We're so Hapbee!!\n\n\n\n\n\n\nBecause @HapbeeCompany is now on @amazon \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/4O0XZAtjvP\n\n\n\n\n\n\n\n\n\n\n\n\n\n@TheCarlosPena https://t.co/KHUpbYO…\n
2449                                                                                                                                                                 @brunelldonald @amazon I am honored to have you as a sister. I am so sorry about your mom, she is very proud of you… https://t.co/qBhPpEDgfs\n
2450                                                                                                                                                            RT @WhitedoggyDonna: @netflix @MyungSooBIASED Hubby and I just finished watching "One More Time" &amp; loved it. (Now have crush on Infinite L😊…\n
2451                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/wD8gcPvO4a\n
2452                                                                                                                                     Dear @Sony @Playstation\n\n\n\n\n\n\n\n\n\n\n\n\n\nNEVER EVER USE @gofobo FOR #E3EXPERIENCE TICKETS OR ANYTHING ELSE EVER AGAIN!\n\n\n\n\n\n\n\n\n\n\n\n\n\nThat is all.\n
2453                                                                                                                                                                                 Check out Italian Mid Century Hollywood Regency Florentine Oval Serving Tray 17"X11" Navy  https://t.co/IItww38fEs via @eBay\n
2454                                                                                                                          RT @AishaHinds: "Impossible things be POSSIBLE!" \n\n\n\n\n\n\n- Harriet Tubman, Underground\n\n\n\n\n\n\n\n\n\n\n\n\n\n#RiseUP #UndergroundOnNETFLIX @netflix https://t.co/RS41Th…\n
2455                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2456                                                                                                                                                                                RT @netflix: If you want to know what EVERYTHING looks like, it’s this gif of @chrissyteigen as Barb. https://t.co/FZa7qZhnEy\n
2457                                                                                                                                                                                RT @monsura: My thoughts on Sneaky Pete \n\n\n\n\n\n\nhttps://t.co/YGjLoDEbU7 \n\n\n\n\n\n\n@SneakyPeteTV @amazon #Television\n
2458                                                                                                                                                                                                                                                   Dear @netflix, PLEASE pick up @AmericanCrimeTV... #Season4\n
2459                                                                                                                                                                 @HyVee @pepsi not to be picky, but could a guy get one 12 pack of Pepsi Zero in Papillion? Just the only thing I’ve… https://t.co/xAXiK4zijb\n
2460                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2461                                                                                                                                                                                         4 Pack of Led Light Bulbs- 16W- 100 watt equivalent, E26 Base Dimmable LED Li... https://t.co/Du9C9r8AaC via @amazon\n
2462                                                                                                                                                                 RT @iflymia: When goods cross borders, armies stay home. Read about @UPS Romaine Seguin #WorldTradeMonth https://t.co/UAlw2AZgm9 https://t.…\n
2463                                                                                                                                                                         RT @CarnageTC: Giving away some Magic: The Gathering skin pack codes on Xbox One, courtesy of @Microsoft. RT to enter. DM'ing winn… \n
2464                                                                                                                                                                                        @netflix ITS BEEN A WEEK NOW ASSHOLES\n\n\n\n\n\n\nMe as the Hulk strangling y'all @netflix : https://t.co/0f9IdRpgHu\n
2465                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/VMf8PGKZyV\n
2466                                                                                                                                          @DailyCaller Why does @Nike continue to endorse Very Fake News @BuzzFeed ?\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt's @Reebok for me until they stop!… https://t.co/aptVjVbm99\n
2467                                                                                                                                                                         RT @CarnageTC: Giving away some Magic: The Gathering skin pack codes on Xbox One, courtesy of @Microsoft. RT to enter. DM'ing winn… \n
2468                                                                                                                                                                         Check out Vintage Austin Productions Sculpture "Portrait of a Women" By Klara Sever 1979   #Modern https://t.co/RDCTkzuWyu via @eBay\n
2469                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2470                                                                                                                                                                                         Two Daddies Girls Mom, Sisters, Daughters, Divas, Dolls: When she was a littl... https://t.co/fhmX8eQDhZ via @amazon\n
2471                                                                                                                                                             @ChrisCoon4 No longer purchase @KelloggsUS &amp; have sworn off @pepsi, these are jobs I will be glad to see gone, thes… https://t.co/JO0a4a3Zv0\n
2472                                                                                                                                                                                Check out Assassins : Left Behind Series, Book #6, Tim LaHaye, Jerry B. Jenkins. Hardcover  https://t.co/tl9Z4vBJ9n via @eBay\n
2473                                                                                                                                                                       RT @MichaelO1711: It's really sad how MSM @CNN @ABC @MSNBC @CBS  refuse to cover the good work this woman is doing. Well, @FLOTUS is… \n
2474                                                                                                                                                              RT @Holding_Our_Own: @CBSNews \n\n\n\n\n\n\n\n\n\n\n\n\n\n#CBS @CBS got its name because of what people do when they watch their news programs.\n
2475                                                                                                                                                                                           I just listed: 'Never the Same, Evie, [Lp, Vinyl Album, WORD,8806]', for 10.00 via @amazon https://t.co/CygrsFo6X8\n
2476                                                                                                                                                      RT @Almaharel: Changing the ratio is possible!\n\n\n\n\n\n\nFaster than we like to admit...\n\n\n\n\n\n\nTY @FCBChicago @HP @pjpereirajr @cindygallop… \n
2477                                                                                                                                                                           @DailyCaller Why not? Wait and see- mistakes don't make the man, how the man handles the mistakes makes the man\n\n\n\n\n\n\n@Nike\n
2478                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/xwzduTSPti\n
2479                                                                                                                                                                                   RT @AddictedToCFC: Last day of @adidas 's contract with Chelsea, it was a brilliant ride together. https://t.co/XPwIHwh1eR\n
2480                                                                                                                                                                              RT @MilitaryFamOf8: Driving through #NYC in the @Nissan Murano, it rides so smooth! @blogginmamas @nissanusa #NissanDiversity… \n
2481                                                                                                                                                                                                      RT @WillieJones: how many RTs to get y'all to stream Proud Family ?\n\n\n\n\n\n\n\n\n\n\n\n\n\n@netflix\n
2482                                                                                                                                                                 RT @ATT: @blushedhalsey Turn that frown upside down, Jenna, we've got your 🎫 to the hottest show of the summer. ☀️ DM us for details! #Summ…\n
2483                                                                                                                                                                                                             RT @JoelHamlet: Which phone service has the best covfefe, @ATT or @verizon? Asking for a friend.\n
2484                                                                                                                                                                  RT @PamelaGeller: .@SarahKSilverman's 'comedy' promo 4 @netflix mocks Jesus &amp; GOP. Why don't you make fun of Muhammad, u gutless trol… \n
2485                                                                                                                                                                  Today @Cisco introduces single Enterprise Agreement spanning infrastructure, collaboration and security. For more:… https://t.co/S25aCZsiOp\n
2486                                                                                                                                                                                                         RT @Nissan: Gleaming ✨ ✨ ✨ #370Z #Nissan370Z\n\n\n\n\n\n\n📷: @itabashi87 https://t.co/RtyIRsqjH9\n
2487                                                                                                                      RT @FemalesForTrump: .@GEICO @coldeeze @IHOP @ADT @tylenol @verizon @HomeAdvisor\n\n\n\n\n\n\n👆🏻👇🏻\n\n\n\n\n\n\nBOYCOTT @CNN Advertisers!\n\n\n\n\n\n\nThey taught us how to use o…\n
2488                                                                                                                                                                                                          Trump blasts Russia probe, touts ex-adviser Page over FBI, CIA https://t.co/SPRB8tqOwK via @Reuters\n
2489                                                                                                                                                RT @NetflixLifee: .@cwthe100 season 4 is coming to @netflix TONIGHT!\n\n\n\n\n\n\nhttps://t.co/RE7XSweFKr\n\n\n\n\n\n\n@MisElizaJane @WildpipM @linzzmorgan… \n
2490                                                                                                                                                                 @TMobile Downloaded the app on my personal phone first, went thru the prompts and logged in, and set that line up a… https://t.co/XBvp2m5GWc\n
2491                                                                                                                                                                                           RT @DangChristian: Dear @Apple pleasseee trust me !! When I type "shit" that's what I'm tryna say !! Not "shot" 😑\n
2492                                                                                                                                                      RT @Almaharel: Changing the ratio is possible!\n\n\n\n\n\n\nFaster than we like to admit...\n\n\n\n\n\n\nTY @FCBChicago @HP @pjpereirajr @cindygallop… \n
2493                                                                                                                                                                                  @verizon can you PLEASE fix the coverage in Stonegate, Parker Colorado. Phone calls cut out all the time there, it's awful!\n
2494                                                                                                                                                                  How is @CW_TheFlash Season 3 on @netflix already, 8 days after season finale!?! Netflix, are you trying to keep me… https://t.co/4Eq1a9ld7z\n
2495                                                                                                                      RT @FemalesForTrump: .@GEICO @coldeeze @IHOP @ADT @tylenol @verizon @HomeAdvisor\n\n\n\n\n\n\n👆🏻👇🏻\n\n\n\n\n\n\nBOYCOTT @CNN Advertisers!\n\n\n\n\n\n\nThey taught us how to use o…\n
2496                                                                                                                                                                             RT @VassB: NEWS: #YouthPanel report will be released on Thursday, June 1st. We'll be doing a @facebook LIVE chat 4PM. Will lea… \n
2497                                                                                                                                                                                                                  RT @Reuters: Uber posts $708 million loss, finance head leaves: WSJ https://t.co/p9VSYkQSWP\n
2498                                                                                                                                                      RT @Almaharel: Changing the ratio is possible!\n\n\n\n\n\n\nFaster than we like to admit...\n\n\n\n\n\n\nTY @FCBChicago @HP @pjpereirajr @cindygallop… \n
2499                                                                                                                                                                                         Check out Transformers Bumblebee 5"x7" Picture In 6"x8" Wall Hanging Or Standing Frame https://t.co/Ziva1BpqS8 @eBay\n
2500                                                                                                                                                                                 @andyymckenna #SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/lVZVOwHZvt\n\n\n\n\n\n\n@netflix @hulu @MTV\n
2501                                                                                                                                                                 @dr_pete @RonellSmith I'm surprised @Starbucks haven't changed their menu to #covfefe by now. As in, "can I get a v… https://t.co/576lAb5w2o\n
2502                                                                                                                                                                                                                  Uber posts $708 million loss, finance head leaves: WSJ https://t.co/U6hy0UVIk1 via @Reuters\n
2503                                                                                                                                                                          RT @B24Maria: @chuckwoolery @cvspharmacy @Walgreens @Walmart  Please don't give in to the left-wing domestic terrorists. Paid, or… \n
2504                                                                                                                                                                 RT @OliMauritania: @Cernovich The New Right has badly hurt @espn , @KelloggsUS , @Target , @NFL, @Macys and many more who attacked us first…\n
2505                                                                                                                                                RT @NetflixLifee: .@cwthe100 season 4 is coming to @netflix TONIGHT!\n\n\n\n\n\n\nhttps://t.co/RE7XSweFKr\n\n\n\n\n\n\n@MisElizaJane @WildpipM @linzzmorgan… \n
2506                                                                                                                                                                                                                  RT @Reuters: Uber posts $708 million loss, finance head leaves: WSJ https://t.co/p9VSYkQSWP\n
2507                                                                                                                                                                       RT @nelsonramiz: @GreenBiz @GoldmanSachs This is what you call "clean"? Your conscious will pay for your dirty hands. My God forgive… \n
2508                                                                                                                                                                                                                                                    Clearly, I'm aiming to be @amazon restaurants #1 customer\n
2509                                                                                                                                                                                                         Check out Snoopy 5"x7" Picture In 6"x8" Wall Hanging Or Standing Frame https://t.co/p1kqhTxzfL @eBay\n
2510                                                                                                                                                                                            Check out LOT OF 48, RESTAURANT QUALITY ELEGANCE DINNER FORKS, STAINLESS STEEL  https://t.co/xQs4lCUG7W via @eBay\n
2511                                                                                                                                                  @GoldmanSachs @washingtonpost @BBCWorld @CNNEE @OEA_oficial @MiamiHerald &lt;&lt;&lt;PLEASE READ ABOVE\n\n\n\n\n\n\n@PresidenciaMX… https://t.co/eUCXpcwVqh\n
2512                                                                                                                                                                                       RT @Reuters: Trump administration approves tougher visa vetting, including social media checks https://t.co/0KvtvCKRvz\n
2513                                                                                                                                                                                      Check out 1QS,Rosary,Cremation Jewelry,Keepsake Urn,Cremation Urn,Cremation Cylinder  https://t.co/hn2oIAAuUO via @eBay\n
2514                                                                                                                                                             @GROWSOMEBALLS88 @prolinered @CBS 💯he is a TOTAL scumbag!!!! Hmu anytime frind!! Keep the fight!!!!!\n\n\n\n\n\n\n#MAGA\n\n\n\n\n\n\n#TRUMP2020\n
2515                                                                                                                                                                  Fair pay, reliable hours, and family leave. Stand with #WomenWhoWork @Walmart as they demand basic workers’ rights. https://t.co/8WwAHY079D\n
2516                                                                                                                                                                                       RT @Reuters: Trump administration approves tougher visa vetting, including social media checks https://t.co/0KvtvCKRvz\n
2517                                                                                                                                       RT @mjwestbrook10: *walk into @Starbucks wearing my badge*\n\n\n\n\n\n\n*woman looks at me* Oh man, my library books are due tomorrow! \n\n\n\n\n\n\n#librarylife #li…\n
2518                                                                                                                                                                                       RT @Reuters: Trump administration approves tougher visa vetting, including social media checks https://t.co/0KvtvCKRvz\n
2519                                                                                                                                       RT @AishaHinds: "Ain't no one get to sit this one out!" #UndergroundOnNetflix #UndergroundOnNetflix\n\n\n\n\n\n\n#UndergroundOnNetflix \n\n\n\n\n\n\n@netflix https:/…\n
2520                                                                                                                                                                 @pkafka #sheriredstone "content is being more highly valued more than ever before @Viacom has to create great conte… https://t.co/uaXcvXy2Dc\n
2521                                                                                                                                                                                 RT @BleacherReport: Trust the Process 🙏\n\n\n\n\n\n\n \n\n\n\n\n\n\nGame of Zones x Embiid (➡️ @ATT) https://t.co/fYdBWmm478\n
2522                                                                                                                            RT @JVER1: 🇺🇸🇺🇸\n\n\n\n\n\n\n🚨💥HELP💥🚨\n\n\n\n\n\n\n@chuckwoolery IS UNDER ASSAULT BY THE LEFT‼️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy… \n
2523                                                                                                                            RT @JVER1: 🇺🇸🇺🇸\n\n\n\n\n\n\n🚨💥HELP💥🚨\n\n\n\n\n\n\n@chuckwoolery IS UNDER ASSAULT BY THE LEFT‼️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy… \n
2524                                                                                                                                                                            RT @Google: Today’s #GoogleDoodle celebrates groundbreaking, award-winning architect Zaha Hadid and the legacy of her designs →… \n
2525                                                                                                                                                                  Fair pay, reliable hours, and family leave. Stand with #WomenWhoWork @Walmart as they demand basic workers’ rights. https://t.co/gomWuZt8tM\n
2526                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2527                                                                                                                                                                                                             Promises, Promises: Meet Queen Melissa by Charles A. Johnson https://t.co/L3go1Z8okN via @amazon\n
2528                                                                                                                                                                         Check out Stainless Steel Men's Ring "Dad" Ring Engraved Love You Dad on inside of ring #Unbranded https://t.co/mRfMAhAn4g via @eBay\n
2529                                                                                                                                                                          Check out New Men Rings Size 11, 65 mm Skull Cool Demon Biker Punk Jewelry Stainless Steel #Skull https://t.co/zRYLULM2fB via @eBay\n
2530                                                                                                                                                                                                   'War on sugar' takes toll; Asia, Brazil struggle to make up shortfall https://t.co/gSHHByeEo9 via @Reuters\n
2531                                                                                                                                                RT @NetflixLifee: .@cwthe100 season 4 is coming to @netflix TONIGHT!\n\n\n\n\n\n\nhttps://t.co/RE7XSweFKr\n\n\n\n\n\n\n@MisElizaJane @WildpipM @linzzmorgan… \n
2532                                                                                                                                                                                 RT @BleacherReport: Trust the Process 🙏\n\n\n\n\n\n\n \n\n\n\n\n\n\nGame of Zones x Embiid (➡️ @ATT) https://t.co/fYdBWmm478\n
2533                                                                                                                                                                          RT @dango579: @GoldmanSachs @Reuters By investing in Venezuelans bonds, you are financing a dictatorship. Our people r being oppr… \n
2534                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2535                                                                                                                                                                                  RT @LeckyBecky123: @ABCStudios @CrimMinds_CBS @CBS @CBSTVStudios @ecmess CM wz everything,w/out Hotch,it's nothing, empty… \n
2536                                                                                                                                                                                  RT @LeckyBecky123: @CrimMinds_CBS @CBS @ecmess @ABCStudios @CBSTweet "Out of suffering have emerged the strongest souls."… \n
2537                                                                                                                                                                 @Computerworld @jmbrandonbb True, but the @Microsoft team dedicated to #Office for mac has done an amazing job of l… https://t.co/2RvfVFkFjZ\n
2538                                                                                                                                                                    RT @Loreal: Follow us to find out in the last issue of the #MonthlyDigest L’Oréal #USA, our 1st global subsidiary https://t.co/w8PwohkNnb\n
2539                                                                                                                                                 RT @SportsNation: America has spoken.\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt's time for the @Toyota #PulseOfTheNation poll results. Let's go! https://t.co/llsmrtSIXK\n
2540                                                                                                                                                                                                                                                                               @Reuters Move on lady, really!\n
2541                                                                                    RT @petefrt: THE RACHEL MADDOW SHOW\n\n\n\n\n\n\nAdvertisers:\n\n\n\n\n\n\n\n\n\n\n\n\n\n@WeAreFarmers \n\n\n\n\n\n\n@Flonase\n\n\n\n\n\n\n@Hyundai\n\n\n\n\n\n\n@Kia\n\n\n\n\n\n\n@Mercedes-Benz https://t.co/Imd3DgQPqJ\n
2542                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2543                                                                                                                                                 RT @SportsNation: America has spoken.\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt's time for the @Toyota #PulseOfTheNation poll results. Let's go! https://t.co/llsmrtSIXK\n
2544                                                                                                                                                         Dear @GoldmanSachs, thank you for the new supply of tear gas and murder weapons you just helped buy! Enjoy your bonds. \n\n\n\n\n\n\nSincerely, vzla\n
2545                                                                                                                                                                                       RT @RealMuckmaker: Trump blasts Russia probe, touts ex-adviser Page over FBI, CIA https://t.co/gGTECygOuT via @Reuters\n
2546                                                                                                                                                                 RT @KevinDarryl: Fair pay, reliable hours, and family leave. Stand with #WomenWhoWork @Walmart as they demand basic workers’ rights. https:…\n
2547                                                                                                                                                                                                                           Silly @netflix , Wednesdays are for @hulu ! #TGIW #handmaidstale  @HandmaidsOnHulu\n
2548     TREASONOUS BASTARDS.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@CNN \n\n\n\n\n\n\n\n\n\n\n\n\n\n@TMZ \n\n\n\n\n\n\n\n\n\n\n\n\n\n@Yahoo\n\n\n\n\n\n\n\n\n\n\n\n\n\nPEOPLE USED TO BE HUNG FOR TREASON. \n\n\n\n\n\n\n\n\n\n\n\n\n\nJUST SAYING.\n\n\n\n\n\n\n\n\n\n\n\n\n\nFREEDOM OF EXPRESSI… https://t.co/Kgc23uiXE2\n
2549                                                                                                                                                                                       RT @Reuters: Trump administration approves tougher visa vetting, including social media checks https://t.co/0KvtvCKRvz\n
2550                                                                                                                                                                                        Be quick, @Ryanair seat sale for travel Sept/Oct/Nov ends midnight Thursday 1st June #Travel… https://t.co/vY0DnFTwpX\n
2551                                                                                                                                                                       @TMobile latest technology! As fast as using a rotary phone, talking to an operator, asking for information... https://t.co/Vxlw6yCBJQ\n
2552                                                                                                                                                                              RT @g808: @Anthony131368 @Julius_Jonsin @TMobile It's more than that, the constant upsell or even refusing to sell a phone at… \n
2553                                                                                                                                                             RT @WomenintheWorld: Need some inspiration? Check out one of our @Toyota Mothers of Invention @KomalDadlani, CEO &amp; Co-Founder of @Lab_4U: h…\n
2554                                                                                                                                              RT @Lizp3518: @CBS @ABCStudios @CrimMinds_CBS \n\n\n\n\n\n\nTG never needed to beg for viewers \n\n\n\n\n\n\n#NoHotchNoWatch \n\n\n\n\n\n\n#ThomasGibsonForever\n
2555                                                                                                                                                                  RT @DolarToday: #GoldmanFinancesTheDictatorship   @GoldmanSachs finances the repression, hunger and corruption of Maduro’s dictatorship in…\n
2556                                                                                                                                                                          RT @japlavaud: @GoldmanSachs Y'are supporting the Venezuelan narco regime by buying illegal "hunger bonds", we will not recognize… \n
2557                                                                                                                            RT @JVER1: 🇺🇸🇺🇸\n\n\n\n\n\n\n🚨💥HELP💥🚨\n\n\n\n\n\n\n@chuckwoolery IS UNDER ASSAULT BY THE LEFT‼️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy… \n
2558                                                                                                                            RT @JVER1: 🇺🇸🇺🇸\n\n\n\n\n\n\n🚨💥HELP💥🚨\n\n\n\n\n\n\n@chuckwoolery IS UNDER ASSAULT BY THE LEFT‼️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy… \n
2559                                                                                                                                                                 RT @Julio650: @GoldmanSachs I invite you all to visit Venezuela just for a week. But no, it's easier to help murderers in Venezuela from NYC\n
2560                                                                                                                                                                  Fair pay, reliable hours, and family leave. Stand with #WomenWhoWork @Walmart as they demand basic workers’ rights. https://t.co/lPYglErPUE\n
2561                                                                                                                                                                  Life is a highway. I want to ride it...lol. Highway driving in the @Ford CMAX hybrid saves on gas and is a smooth,… https://t.co/nLvC4jbkjT\n
2562                                                                                                                                                                  fuck, man. there's an annoying ass homeless guy in @Starbucks on the next table over talking to himself. Why do ya'll let these ppl in?!?!!\n
2563                                                                                                                                                                                                         RT @Nissan: Gleaming ✨ ✨ ✨ #370Z #Nissan370Z\n\n\n\n\n\n\n📷: @itabashi87 https://t.co/RtyIRsqjH9\n
2564                                                                                                                                                                           Check out 2x 2.5" #RED #4LED #Round #SideMarker Led #Clearance #Tail #Light 12V #Truck #Trailer  https://t.co/ipf4H563R9 via @eBay\n
2565                                                                                                                                       RT @AishaHinds: "Ain't no one get to sit this one out!" #UndergroundOnNetflix #UndergroundOnNetflix\n\n\n\n\n\n\n#UndergroundOnNetflix \n\n\n\n\n\n\n@netflix https:/…\n
2566                                                                                                                                                                                                   Check out 2.2" Chinese Nature Hetian Nephrite Raw Jade with Yellow Skin  https://t.co/OKsyKK92kA via @eBay\n
2567                                                                                                                                                                                                 Check out Ridgid 12R 1/2" Pipe Threading Threader Die Head Conduit #RIDGID https://t.co/0GtiTkX2Ft via @eBay\n
2568                                                                                                                                                                                                            Check out 2" China Nature Nephrite Hetian Raw Jade Green Color  https://t.co/3i4vKCWzgm via @eBay\n
2569                                                                                                                                                                 When your package is lost, don't count on @FedEx . 2nd time in a month that they my items didn't get delivered. No one can do anything #fail\n
2570                                                                                                                                                                           Check out Affordable original art monotype, gelli, handmade, matted, ready for framing #Abstract https://t.co/EUhmXEmMWf via @eBay\n
2571                                                                                                                                                                                     Check out 2.4" China Certified Grade A Nature Hisui Jadeite Jade Green Women's Bangle  https://t.co/MD8Fj6Q0UC via @eBay\n
2572                                                                                                                                                                                                                               @Cisco \n\n\n\n\n\n\nWow I couldn't believe you advertise on Maddie. Shameful.\n
2573                                                                                                                                                                      @GoldmanSachs Venezuelan people needs medicine,food, peace &amp; freedom#GoldmanBloodBonds #GoldmanFundsMaduro… https://t.co/D5eqnmSYAK\n
2574                                                                                                                            RT @JVER1: 🇺🇸🇺🇸\n\n\n\n\n\n\n🚨💥HELP💥🚨\n\n\n\n\n\n\n@chuckwoolery IS UNDER ASSAULT BY THE LEFT‼️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy… \n
2575                                                                                                                                                                                                                     Check out Silver Mirror 5 " new in box #davcosilverltd https://t.co/0czE6voVK5 via @eBay\n
2576                                                                                                                                                                                                   Is that a weed plant? (at @McDonalds in San Francisco, CA) https://t.co/GddvcZNTOq https://t.co/0djv4dojgu\n
2577                                                                                                                                                RT @NetflixLifee: .@cwthe100 season 4 is coming to @netflix TONIGHT!\n\n\n\n\n\n\nhttps://t.co/RE7XSweFKr\n\n\n\n\n\n\n@MisElizaJane @WildpipM @linzzmorgan… \n
2578                                                                                                                                                                  RT @PamelaGeller: .@SarahKSilverman's 'comedy' promo 4 @netflix mocks Jesus &amp; GOP. Why don't you make fun of Muhammad, u gutless trol… \n
2579                                                                                                                                                                                        RT @intel: Take megatasking, gaming, VR and content creation to the highest level with #Intel Core i9 #Computex2017… \n
2580                                                                                                                            RT @JVER1: 🇺🇸🇺🇸\n\n\n\n\n\n\n🚨💥HELP💥🚨\n\n\n\n\n\n\n@chuckwoolery IS UNDER ASSAULT BY THE LEFT‼️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy… \n
2581                                                                                                                                                                                  @TMobile Thanks for the @PapaJohns pizza, free @lyft ride and movie! Love when you guys hook me up! #Thankiversary #contest\n
2582                                                                                                                                                                                                    @thekidet @netflix Watch "Homecoming King" with @hasanminhaj if you haven't watched it yet. It's so good.\n
2583                                                                                                                                                                                                           @LaBellDebi @MyKingSoopers @kroger Did you see my label, my avatar? \n\n\n\n\n\n\nYou need to ask?\n
2584                                                                                                                                                                     RT @e_sarin: For those who need a visa to go to the US, the application is about to get a lot tougher | @Reuters https://t.co/rBG5bf4tOi\n
2585                                                                                                                                                                  Fair pay, reliable hours, and family leave. Stand with #WomenWhoWork @Walmart as they demand basic workers’ rights. https://t.co/SW6HSp1I3D\n
2586                                                                                                                                                                                     Check out HARLEY QUINN PINUP INK DRAWING 8.5"x11" ORIGINAL COMIC ART PRINT by Keyeske  https://t.co/9anU5TzgLg via @eBay\n
2587                                                                                                                                           RT @1VirtualPixie: WE SUPPORT CHUCK WOOLERY\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy @SmartMouth \n\n\n\n\n\n\nREMOVING SPONSORSHIP WILL R… \n
2588                                                                                                                                                                                             RT @alivaldes: @GreenBiz @GoldmanSachs Yes, you just proved that by buying Hunger Bonds from criminal Maduro! 👍\n
2589                                                                                                                                                                 RT @ost247: Lottery pick De'Aaron Fox has agreed to a multi-year shoe deal with @Nike, according to @TheVertical. The UK PG was a top targe…\n
2590                                                                                                                                                                                          Check out 18" HANDMADE LAMPWORK  GREEN GLASS HEART NECKLACE 46 #Handmade #Pendant https://t.co/6JrwZTrsMe via @eBay\n
2591                                                                                                                                                            @nikik0ss @NikiKoss @katelyntarver #SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/lVZVOwHZvt\n\n\n\n\n\n\n@netflix @hulu @MTV\n
2592                                                                                                                                                        @GoldmanSachs &lt;&lt;&lt;PLEASE READ ABOVE\n\n\n\n\n\n\n@marcorubio @beatrizbecerrab @PARLASUR @Europarl_ES @ParlAmericas @ONU_derechos @Pontifex_es\n
2593                                                                                                                                                                         BRIEF-Chesapeake Energy Corp director R. Brad Martin buys 20,000 shares of co's stock on May 26 https://t.co/FYlmESyg5d via @Reuters\n
2594                                                                                                                                                                        RT @IBMSAPAlliance: Prepare for Your #SAP #SuccessFactors Journey – A 1-day event from @SAP, @IBM &amp; @SAPinsider. #1daySFJourney… \n
2595                                                                                                                                                                       Belief in the customer, @Adobe and the future. How our consultant of the year leads with success.  #AdobeLife… https://t.co/tMzAKGcCjZ\n
2596                                                                                                                                           RT @1VirtualPixie: WE SUPPORT CHUCK WOOLERY\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy @SmartMouth \n\n\n\n\n\n\nREMOVING SPONSORSHIP WILL R… \n
2597                                                                                                                                                                 RT @Reuters: Trump administration approves tougher visa vetting, including social media checks https://t.co/zYB4YcGmzR https://t.co/qzpG8TS…\n
2598                                                                                                                                                                                                                                                               @netflix Renew sense8, bring back the get down\n
2599                                                                                                                                                                 RT @Reuters: Trump administration approves tougher visa vetting, including social media checks https://t.co/zYB4YcGmzR https://t.co/qzpG8TS…\n
2600                                                                                                                                                                 RT @Reuters: Trump administration approves tougher visa vetting, including social media checks https://t.co/zYB4YcGmzR https://t.co/qzpG8TS…\n
2601                                                                                                                 Today was complete shit. \n\n\n\n\n\n\n\n\n\n\n\n\n\nI’m bout to smoke &amp; chill but not Netflix because @comcast @XFINITY 🙄\n\n\n\n\n\n\n\n\n\n\n\n\n\nAlso I’m unable to let things go.\n
2602                                                                                                                                                                                                           @SleepintheGardn @netflix It's so devastating. Very hard to watch but a great, eye opening series.\n
2603                                                                                                                                                                 RT @Reuters: Trump administration approves tougher visa vetting, including social media checks https://t.co/zYB4YcGmzR https://t.co/qzpG8TS…\n
2604                                                                                                                                                                                                                             Check out ANGELICA, self-titled, promo poster  https://t.co/nLhvFL22lk via @eBay\n
2605                                                                                                                                                                 Tesla Motors passed @BMW in market value, next @Volkswagen and @Daimler. \n\n\n\n\n\n\nTime to take #EV's seriously? https://t.co/dadHfeviW4\n
2606                                                                                                                                That's one of the coolest doodle @Google. Scored 64.\n\n\n\n\n\n\n \n\n\n\n\n\n\nCrickHIT for Six in today's #Cricket #GoogleDoodle! 🏏 \n\n\n\n\n\n\nhttps://t.co/6WFFv2p8dO\n
2607                                                                                                                                                                                     @ranyduny #SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/tudJ0JmbeV\n\n\n\n\n\n\n@netflix @hulu @MTV\n
2608                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/lB10x0awNk\n
2609                                                                                                                                                                  #deal sold by #uniqueTEA with #free #oolongTea Sample #SMSA36BA #StainlessSteelMug, 12-... by Zojirushi https://t.co/9LSuZ6oT8e via @amazon\n
2610                                                                                                                                                                                                                       @ArronIMBrown1 @Reuters Disagree, we are all being cheated and need to Drain the Swamp\n
2611                                                                                                                                                                 RT @pash22: Mylan may have overcharged U.S. for EpiPen by $1.27 billion, says @HHSGov  https://t.co/uHvhdd9c0K via @Reuters https://t.co/HZ…\n
2612                                                                                                                                                                    RT @AllTheLoveCoco: Honestly @adidas I dunno who does your campaign planning but how did you hire Kendall over @Louis_Tomlinson, seriou… \n
2613                                                                                                                                                                           Check out Franciscan Pebble Beach 26-Piece Luncheon Set for 8, cups, plates, platter #Franciscan https://t.co/i7yRfa3WkW via @eBay\n
2614                                                                                                                            RT @JVER1: 🇺🇸🇺🇸\n\n\n\n\n\n\n🚨💥HELP💥🚨\n\n\n\n\n\n\n@chuckwoolery IS UNDER ASSAULT BY THE LEFT‼️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy… \n
2615                                                                                                                                                                                     Check out 1930s Georges Rouault, Clowns Fine Art,  Verve Heliogravure,  Free Shipping  https://t.co/8JHIm8Cr1p via @eBay\n
2616                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2617                                                                                                                                                                   @netflix - We share love, happiness &amp; different emotions. We are not just watching, we're experiencing Sense8… https://t.co/Dapq7TnVdq\n
2618                                                                                                                                                                             RT @Google: We're celebrating 10 years of #StreetView! Seven continents, 83 countries, millions of miles, one epic road trip →… \n
2619                                                                                                                                                                                      @TMobile I loved the socks! They're cute, and high enough I can wear them with my ankle braces. #Thankiversary #contest\n
2620                                                                                                                                                                                RT @jjriverom: @GoldmanSachs invest in bloodshed. You will lose that money, #Venezuela will not payback because was illegal… \n
2621                                                                                                                                                                                              Even though I work construction and am constantly searching for rooms, I'll NEVER use @bookingcom. #fireHannity\n
2622                                                                                                                                                                  RT @DolarToday: #GoldmanFinancesTheDictatorship   @GoldmanSachs finances the repression, hunger and corruption of Maduro’s dictatorship in…\n
2623                                                                                                                                          Join us #Developers Because is interesting! @IBM @ThePSF\n\n\n\n\n\n\n@api_ai @IBMWatson @java @kotlin @JavaScript @objectivec\n\n\n\n\n\n\nhttps://t.co/xquZDNrlTg\n
2624                                                                                                                                                                                                     Local business, global ambition: The new export opportunity for SMEs https://t.co/HbHnT28cvn via @Google\n
2625                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2626                                                                                                                                                                   - @Bloodline Season 3 = ✔️\n\n\n\n\n\n\n\n\n\n\n\n\n\n- On to @HouseofCards Season 5\n\n\n\n\n\n\n\n\n\n\n\n\n\n- Never leave us, @netflix.\n
2627                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2628                                                                                                                                                                       Check out Girls H M H&amp;M Red Dress- With Emoji Watermelons, Smiley Face, Size 6 6X 7 8 #HM #Dress https://t.co/UtGr9wEizv via @eBay\n
2629                                                                                                                                                                                                                     As China ushers in new cyber law, misgivings remain https://t.co/rivIksdhM0 via @Reuters\n
2630                                                                                                                  RT @wu_yi_fan: 170601 #KrisWu &lt;72 Floors of Mystery&gt; Recording\n\n\n\n\n\n\n👕Tee: @Burberry\n\n\n\n\n\n\n👟Sneakers: @Nike \n\n\n\n\n\n\n(cr: What_WuYifan_Wears) https://t.co/MR2R…\n
2631                                                                                                                                                                                              RT @Starbucks: #IcedCoffee: ooh so bright.\n\n\n\n\n\n\n#ColdBrew: ahh-mazingly smooth. https://t.co/GaMe88NtoD\n
2632                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2633                                                                                                                                                                          The SAGE Handbook of Outdoor Play and Learning by TIM WALLER https://t.co/O69TrbifhF via @amazon\n\n\n\n\n\n\nReleased next month!!\n
2634                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2635                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2636                                                                                                                                                                  @ATT @ATTCares What is this? The stone age? ...Not acceptable. I haven't been able to get consistent speed really,… https://t.co/wSOd7PWlY5\n
2637                                                                                                                                                                      @easyJet if the app tells you that your flight is delayed, but they tell you to board. DO NOT. You'll sit locked on the plane for 2hrs.\n
2638                                                                                                                                                                  RT @Sense8Lady: Neither Lana not @netflix ever said this is a 2 hour finale, they said it's a 2 hour special. Lana infact said, afterwards…\n
2639                                                                                                                                                                                                            RT @netflix: Fool me once, strike one. But fool me twice... strike three. https://t.co/VVyUvWXqae\n
2640                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2641                                                                                                                                                                                      Went on @SkyNews the other day, talking about @facebook and whether it is like church – or not! https://t.co/Q9EdsiN7N4\n
2642                                                                                                                                                     @Reuters GET FREE AMAZON GIFT CARD HERE \n\n\n\n\n\n\nhttps://t.co/2JK63aOIfO \n\n\n\n\n\n\nhttps://t.co/CKCJrvv40I\n\n\n\n\n\n\nhttps://t.co/4A0BCqGRKx\n
2643                                                                                                                                                     @Reuters GET FREE AMAZON GIFT CARD HERE \n\n\n\n\n\n\nhttps://t.co/2JK63aOIfO \n\n\n\n\n\n\nhttps://t.co/CKCJrvv40I\n\n\n\n\n\n\nhttps://t.co/4A0BCqGRKx\n
2644                                                                                                                                                                   @netflix AND you only give us the first half, while the latter half has already aired.  Fuck you guys, you're part of the fucking problem.\n
2645                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2646                                                                                                                                                RT @nextofficial: RT if your beach checklist is looking a little suttin' like this! ✔️\n\n\n\n\n\n\n📷 @iamalisonperry \n\n\n\n\n\n\nhttps://t.co/YPEbVVLM4g… \n
2647                                                                                                                                       RT @DoctorDazza: As expected, only the first 13 episodes of #LittleWitchAcademia are now on @netflix.\n\n\n\n\n\n\n\n\n\n\n\n\n\nNot the "ALL EPISODES" is it? https:…\n
2648                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2649                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2650                                                                                                                                                   RT @juanblanco76: The 7 Intuitive Laws of Employee Loyalty. By @Customerfanatix. Now available on @amazon \n\n\n\n\n\n\nhttps://t.co/G5FKF5cap2 👈 https:…\n
2651                                                                                                                                                                                  @ICC @Nissan @mandhana_smriti @stafanie07 Celebration jump copy kat of\n\n\n\n\n\n\n@REALsaeedajmal &amp;  @M_IrfanOfficial\n
2652                                                                                                                                                                           RT @ATT: Get your "Awwwwww" on with unlimited 🐱 videos from AT&amp;T. Learn more: https://t.co/ox2uE3aBar https://t.co/6q40Dkbmqs\n
2653                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2654                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2655                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2656                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/kLdcwpnCiQ\n
2657                                                                                                                                                                                                                                                      @Aparna @facebook I just tested it on mine, it doesn't.\n
2658                                                                                                                                       RT @LboroJobNetwork: UK Regulatory Compliance Assistant role on offer courtesy of @HSBC \n\n\n\n\n\n\n@LboroSBE\n\n\n\n\n\n\nhttps://t.co/dyiza5nkkk https://t.co/JIG…\n
2659                                                                                                                                                                            RT @Reuters: U.S. travel ban taking effect, barring many relatives https://t.co/J7xs2CRie1 Via @ReutersTV https://t.co/Od7CulzN4O\n
2660                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2661                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2662                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2663                                                                                                                                                     RT @amazon: #PrimeDay is back! Find epic deals on everything you’re into July 11th. \n\n\n\n\n\n\n❤️ to get a reminder when the deals begin! https://t.c…\n
2664                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2665                                                                                                                                                    RT @major_shield: @MingNa Tomorrow watch this and you Voice someone I can't wait to see it this movie\n\n\n\n\n\n\n@NetflixLifee @netflix https://t.co/l…\n
2666                                                                                                                                                                                                      Fzi Cai 12D Carry Buttock Body Shaping Tights, Stocking, Beige Colour https://t.co/cftCMZ87Mn via @eBay\n
2667                                                                                                                                                                                            Check out Old Soviet Glass Christmas Ornament Tree decoration - Owl, 1950-1960  https://t.co/HVdWVrgfJ5 via @eBay\n
2668                                                                                                                                                                 RT @realDonaldTrump: The FAKE NEWS media (failing @nytimes, @NBCNews, @ABC, @CBS, @CNN) is not my enemy, it is the enemy of the American Pe…\n
2669                                                                                                                                                                 RT @dinkydines: @easyJet hello, any update on the MCR to Catania flight scheduled to depart at 8:20, but following multiple delays now bein…\n
2670                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2671                                                                                                                                                                         RT @Microsoft: Tracking #TSM350 with the race management app. Built on @Windows 10, it transforms the way @NASCAR manages and offi… \n
2672                                                                                                                                                                   20 years ago, Esther Kiobel’s husband was executed. Now she is taking @Shell to court. Here’s why https://t.co/s848MXhfOj #Nigeria #Ogoni9\n
2673                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/7xcBTTlxBa\n
2674                                                                                                                                                                                  @FarmersWeekly @Bayer @Syngenta Tweets being character limited, you could have stopped at decline. What follows is obvious.\n
2675                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2676                                                                                                                                                         RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Signature Point Court Shoes £58\n\n\n\n\n\n\nhttps://t.co/TNRjTQKH17\n\n\n\n\n\n\nT&amp;Cs:… \n
2677                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2678                                                                                                                                                                                                            @ReutersUK @Reuters Get FREE...\n\n\n\n\n\n\nWorth $500 here\n\n\n\n\n\n\nhttps://t.co/BvbHjKW0Rg\n
2679                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2680                                                                                                                                                    RT @ARSA_Official: #ARSA Commander, Ata Ullah, denies quoting a figure '1 M or 1.5 M #Rohingyas' in his recent interview with @Reuters\n\n\n\n\n\n\n@Ric…\n
2681                                                                                                                                                    @FordMustang @Ford @VaughnGittinJr Dear all,\n\n\n\n\n\n\nI have a patent that registered in USPTO, so please direct me to the r… https://t.co/iWHOYwrNoS\n
2682                                                                                                                                                                                                                    RT @Disney: Trust your gut. 🧀🍓 Happy anniversary, #Ratatouille. https://t.co/WueJZs7eHg\n
2683                                                                                                                                                                            RT @Reuters: U.S. travel ban taking effect, barring many relatives https://t.co/J7xs2CRie1 Via @ReutersTV https://t.co/Od7CulzN4O\n
2684                                                                                                                                                                 @ChinaSaif @Barbara67001963 @MasonDorrbecker @Reuters do you mean there's, an abbreviation for there is, rather tha… https://t.co/cY2fTDkRG9\n
2685                                                                                                                                                                       *NEW, BLUE* Blue Crazy lace Agate w/Turquoise, crystal, jade. in gunmetal setting. AWESOME! #Pendant https://t.co/y5vVuKbqA4 via @eBay\n
2686                                                                                                                                                                           RT @ATT: Get your "Awwwwww" on with unlimited 🐱 videos from AT&amp;T. Learn more: https://t.co/ox2uE3aBar https://t.co/6q40Dkbmqs\n
2687                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2688                                                                                                                                                                             RT @NBA: #TBT: The top pick in the #NBADraft, @MarkelleF on @JimmyKimmelLive with @IAMGUILLERMO! @Cisco  https://t.co/M4hc3k48BW\n
2689                                                                                                                                                                        RT @Reuters: Their fortunes enmeshed, Trump and Putin to hold first meeting next week https://t.co/kW5bP1SVlB https://t.co/UMD307j1bd\n
2690                                                                                                                                                                                                        @_gracelatter @Tesco Is it me, or does it appear that someone was munching on the box in desperation?\n
2691                                                                                                                                                                        RT @Reuters: Their fortunes enmeshed, Trump and Putin to hold first meeting next week https://t.co/kW5bP1SVlB https://t.co/UMD307j1bd\n
2692                                                                                                                                                                        #EndingSoon OLGA Fit and Flare #Nightgown Size M Wine Red Long Gown 164" Sweep Maroon Nightie #Olga https://t.co/N9u4AYCzYs via @eBay\n
2693                                                                                                                                                                 Squeeze caused by firs like @Nestle who pushed prices higher post Brexit, yet do nothing when sugar and cocoa price… https://t.co/AAH5LqnKyr\n
2694                                                                                                                                                                                      Check out Classic Old Florida vintage artist A.E. "Beanie" Backus menu covers (Frameable) https://t.co/s9bai6A4Qw @eBay\n
2695                                                                                                                                                                                                                                        @Reuters win new apple pad here \n\n\n\n\n\n\nhttps://t.co/0TE1Byd2i3\n
2696                                                                                                                                                                         World's prettiest @Starbucks? New #Kyoto outlet set inside 100-year-old townhouse, via @CNNTravel @CNN &gt;… https://t.co/OCouPoLbYZ\n
2697                                                                                                                                                                                      Justin Boots Women's Gypsy Collection 12" Soft Toe ,Tan Jaguar,7.5 B US', for 92.99 via @amazon https://t.co/uHNKo1kL4c\n
2698                                                                                                                                                                                                                                              I'm at @Starbucks in Al Zour, Al Ahmadi https://t.co/iy1VaQlXlr\n
2699                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2700                                                                                                                                                                             RT @julieplec: Dear @netflix (and @freepeter), you just earned a spot in my cluster. This is the right thing to do. Thank you.… \n
2701                                                                                                                                                                  @devabeauty1 @amyrowlandsx @ASOS And these plus size queens are actually just regular sizes, it's down to the size… https://t.co/U1dkkJPN44\n
2702                                                                                                                                                                   RT @miss_magpie_spy: @Autumns_Mummy @MaisyMeowBlog @SianKNotIn3D @amyrowlandsx @ASOS Sorry to jump in, but you might like my blog. I ill… \n
2703                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2704                                                                                                                                                                  @georginamakings @Ryanair Thank you Georgina, do you still have the clip on your phone? If you do could you kindly… https://t.co/BhoCIGqnrM\n
2705                                                                                                                                                                                                   #Discount #broadband #router Technicolor TG582n router, new in box, unsealed https://t.co/JzeRfzpQ7n @eBay\n
2706                                                                                                                                                                                                                     @oniztiptoes @Ryanair A whole £2 !!\n\n\n\n\n\n\n\n\n\n\n\n\n\nHow will you ever manage?\n
2707                                                                                                                                                                 @Reuters TOLD U here, #XieJinPing, that #Trump's word is HIS, 2Keep or discard 2suit HIMSELF. Believe me now? But h… https://t.co/9A3QZRsN3c\n
2708                                                                                                                                                    RT @Solomofy: @facebook @Twitter @LinkedIn @instagram @YouTube Solomofy wishes you all Happy #SocialMediaDay.\n\n\n\n\n\n\n#ShadesOfSocial https://t.co/…\n
2709                                                                                                                                                                                                                  RT @TMobile: We can’t stop, won’t stop our #UnlimitedPride 🏳️‍🌈 #TBT https://t.co/Fp4iqr0lXE\n
2710                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2711                                                                                                                                                                          RT @KazeSkyz: @ATT @ATT -the company u're trying to acquire thinks the American voter is "stupid as sh*t", @KellyannePolls "looks… \n
2712                                                                                                                                                                              RT @IBM: Head on over to our Snapchat story today and take a tour through the @IBMResearch Lab in Yorktown Heights, NY (👻: I… \n
2713                                                                                                                                                                                         Weight Lifting Knee Wraps, Wrist Support Bandage Straps Pair Set, Camo (Blue,... https://t.co/79aU9E9d1H via @amazon\n
2714                                                                                                                                                                                                                    Another awesome movie by @netflix ! "Translation is sacred" #Okja https://t.co/SocAphHH8b\n
2715                                                                                                                                          Check out this Hand-Cut Crystal Beverage Dispenser \n\n\n\n\n\n\nhttps://t.co/Oo711Vlf9m via @eBay\n\n\n\n\n\n\n#glasses #kitchen #bar #dining #beverage #dispenser\n
2716                                                                                                                                                            RT @MasaoudSeraaly: Five suicide bombers attack Lebanese army during raids https://t.co/1dCcDbwcXW via @Reuters\n\n\n\n\n\n\n\n\n\n\n\n\n\n#عرسال\n
2717                                                                                                                                                                 RT @Reuters: Despite hacking charges, U.S. tech industry fought to keep ties to Russia spy service https://t.co/UR1HiCNFfc https://t.co/WaB…\n
2718                                                                                                                                                                 RT @Tesco: We’re reducing #FoodWaste by giving unsold surplus food to local charities, with 10 million meals provided. https://t.co/H7V1alQ…\n
2719                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2720                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2721                                                                                                                                                             Ed Rogers, Sr. Dr, Global Sustainability @UPS on how commitment &amp; strategic framework led to #SustaianbleDevelopment https://t.co/KztznSDOLH\n
2722                                                                                                                                                                 @Channel24 @News24 This isn't news, it's not noteworthy or important. I don't see @Reuters covering "soapies". Plea… https://t.co/BXUnLaOvWa\n
2723                                                                                                                                                                 @Apple The only reason your products seem good is cause they're optimised well, but that's it. They're very weak co… https://t.co/0vEsNVYDvJ\n
2724                                                                                                                                                                                                            RT @netflix: Fool me once, strike one. But fool me twice... strike three. https://t.co/VVyUvWXqae\n
2725                                                                                                                                                         RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Signature Point Court Shoes £58\n\n\n\n\n\n\nhttps://t.co/TNRjTQKH17\n\n\n\n\n\n\nT&amp;Cs:… \n
2726                                         @WellsFargo @LGBTfdn \n\n\n\n\n\n\n\n\n\n\n\n\n\nAnd uhh.   @ChiefSM @JuanRaigozaSMC \n\n\n\n\n\n\n@JohnMaltbie \n\n\n\n\n\n\n_______*_______ @UnionBank \n\n\n\n\n\n\n\n\n\n\n\n\n\n@CitizensAlumni \n\n\n\n\n\n\n\n\n\n\n\n\n\nRots o' Ruck.  🍀\n\n\n\n\n\n\n🚬🐶\n
2727                                                                                                                                                        .@zoom_us reaches out to @Cisco customers with integration app. Can #WebEx handle the competition? #video #ucoms\n\n\n\n\n\n\nhttps://t.co/NZkgWlhzmy\n
2728                                                                                                                                                                                  Check out 1 Strand AAA Fine Alexandrite Gemstone Faceted Rondelle Beads 3-4.5mm 16" Long  https://t.co/SSl97NbO68 via @eBay\n
2729                                                                                                                                                                  RT @EjmAlrai: If the problem persists on my account @Twitter @Support for whatever reason, you can find my articles on @facebook and on my…\n
2730                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2731                                                                                                                                                     RT @amazon: #PrimeDay is back! Find epic deals on everything you’re into July 11th. \n\n\n\n\n\n\n❤️ to get a reminder when the deals begin! https://t.c…\n
2732                                                                                                                                                                                                                    RT @Shell: What is it like to drive a #hydrogen car?\n\n\n\n\n\n\nhttps://t.co/bZr6alru47\n
2733                                                                                                                                                                                                        In New York, #France promises English-law contracts after Brexit https://t.co/gl2hQeonDs via @Reuters\n
2734                                                                                                                                                           @Reuters Good thing we have 3 branches of government, and he only occupies one. \n\n\n\n\n\n\n#Checked and #Balanced \n\n\n\n\n\n\nDebtor-In-Cheif\n
2735                                                                                                                                                                 RT @BP_plc: Balance returned to the #oil markets in 2016, Spencer Dale explains why. https://t.co/B7aKEWteYG #BPstats https://t.co/Yl3sHGNe…\n
2736                                                                                                                                                                          Check out 1 Strand Beautiful Yellow Opal Faceted 7-8mm Genuine Gemstone Beads 14.5" Long #Raagarw https://t.co/Lrw2hd7vai via @eBay\n
2737                                                                                                                                                                   @Starbucks @CostaCoffee @caffenerouk \n\n\n\n\n\n\nTime to clean up your act!\n\n\n\n\n\n\nhttps://t.co/20GXtRS7Gw https://t.co/i0UdG6fC0R\n
2738                                                                                                                          RT @Imported_Fun: When you have exhausted all possibilities, remember this, you haven't\n\n\n\n\n\n\n»Thomas Edison\n\n\n\n\n\n\n\n\n\n\n\n\n\n@generalelectric #GE #patent #desig…\n
2739                                                                                                                                                     RT @amazon: #PrimeDay is back! Find epic deals on everything you’re into July 11th. \n\n\n\n\n\n\n❤️ to get a reminder when the deals begin! https://t.c…\n
2740                                                                                                                                                                                                            RT @netflix: Fool me once, strike one. But fool me twice... strike three. https://t.co/VVyUvWXqae\n
2741                                                                                                                          RT @Gst_Learning: @Flipkart, @amazon India rain discounts to clear stocks ahead of #GSTrollout\n\n\n\n\n\n\nhttps://t.co/v0ZGeTybAx\n\n\n\n\n\n\n\n\n\n\n\n\n\n@snapdeal @myntra @…\n
2742                                                                                                                                                                                      So @netflix other countries get Full House, but the country it was made in doesn't.....fix this ish asap! #unacceptable\n
2743                                                                                                                                                                                                                   Check out World of Krystonia "THE STORMSLAYER" Retired   https://t.co/B2qIDkuBOP via @eBay\n
2744                                                                                                                                                                                RT @Nike: Why Not Zero?\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe math adds up. @russwest44 is the 2017 NBA MVP. https://t.co/T4kR6oFbJi\n
2745                                                                                                                                                    RT @Nike: Introducing, Nike React. \n\n\n\n\n\n\n\n\n\n\n\n\n\nAvailable globally August 3 in the Nike React Hyperdunk 2017 Flyknit and the Jordan.Supe… \n
2746                                                                                                                                                                              Check out Vintage Leaf &amp; Spiral Design Mug,pottery,brown,1960s,glazed -leaves,nature,cup  https://t.co/QSskiC2Fc9 via @eBay\n
2747                                                                                                                                                                     @Reuters I guess it's now ,so a few people might die but I am the king.He doesn't understand diplomacy or democracy at all it's just sad\n
2748                                                                                                                                                                 @EjmAlrai @Twitter @Support @facebook No. Contact them. Use the "Help Center", it's the only way to report the prob… https://t.co/Z3JzrmjIMQ\n
2749                                                                                                                                                                     RT @SpursOfficial: @Nike @nikefootball Trevor Edwards (@Nike President): "We are proud to partner with THFC, a club with a proud herit… \n
2750                                                                                                                                                                 @CyrusP1 @Serkzbk @Reuters They're not even aware of the iranian influence they inherited and bear, deeply rooted i… https://t.co/0WexPVr7Gs\n
2751                                                                                                                                                                 @easyJet Rushed through security and made the gate. Then there was an hour delay great, plus onboard service only h… https://t.co/B52vXBPeQE\n
2752                                                                                                                                                                 Finished with @Ryanair , 4 of us sitting apart across the length of the plane unless you pay to sit together. The nail in the coffin for me.\n
2753                                                                                                                                                                                                                                                                       @netflix yo, can I get your playlists?\n
2754                                                                                                                                                                             Check out Vintage White/Milk Glass Lamp Base &amp; Middle Piece,1930s,hobnail,textured -parts  https://t.co/CJchkEjysQ via @eBay\n
2755                                                                                                                                                "If you're not doing some things that are crazy, then you're doing the wrong things."\n\n\n\n\n\n\n\n\n\n\n\n\n\n-Larry Page, Co-founder &amp; CEO of @Google\n
2756                                                                                                                                                                          Check out YEEZY BOOST 350 V2 "WHITE BLACK RED" SPLY BY KANYE WEST - SOLD OUT - UK SIZE 10  #Yeezy https://t.co/PIfBQZqly2 via @eBay\n
2757                                                                                                                                          RT @manchesterfort: Win a £100 @Nike voucher!\n\n\n\n\n\n\nFor your chance to win this amazing prize, RT #CelebrateSummer.\n\n\n\n\n\n\nWinner announced over the… \n
2758                                                                                                                                                                             Boom! Fuck you @Apple, your genius said it was unfixable but they would sell us a new one 😂🖕🏼#hireme… https://t.co/UMeSqqOcYk\n
2759                                                                                                                                                                                                                                @tugba_fahim @netflix Don't worry, they won't because they're not getting it.\n
2760                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2761                                                                                                                                                                                            Tanzania submits bills so govt can renegotiate mining, gas contracts https://t.co/aEwyGmpV8o via @Reuters @Nasdaq\n
2762                                                                                                                                                                     RT @SpursOfficial: @Nike @nikefootball Trevor Edwards (@Nike President): "We are proud to partner with THFC, a club with a proud herit… \n
2763                                                                                                                                                                        RT @mpredli: My latest @InfoQ news piece featuring a new collaboration between @IBM and @lightbend and Q&amp;A with @mabrewer7, CEO… \n
2764                                                                                                                                                                     RT @SpursOfficial: @Nike @nikefootball Daniel Levy: "We are delighted to be partnering with @Nike, one of the world's leading brands."… \n
2765                                                                                                                                                                 Three of my favorite things all coming together - Patty Clement (on of my fav .clients), @GSHNC and @BankofAmerica!! https://t.co/i97g9s8jpH\n
2766                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2767                                                                                                                                                                 RT @Adobe: Sure your app works, but can users take it outside? Designing UX that works indoors and out: https://t.co/zYNUT21c0p https://t.c…\n
2768                                                                                                                                                                         @ChrissyzTweet @Google Considering Google can tell Da da dum dum da da dum dum is He's a Pirate, I have to say, I am not shocked lol\n
2769                                                                                                                                                                           Check out Scandinavian Oiled Oak Dining table, 6 black Leather seat chairs &amp; 19" leaf #HansK https://t.co/LRCUSPCG7A via @eBay\n
2770                                                                                                                                                                 RT @Journotopia: Philippine police executed my son, then pretended to save his life, says mother. @Reuters investigates: https://t.co/a6JGo…\n
2771                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2772                                                                                                                                                                     RT @SpursOfficial: @Nike @nikefootball Daniel Levy: "We are delighted to be partnering with @Nike, one of the world's leading brands."… \n
2773                                                                                                                                                                     RT @SpursOfficial: @Nike @nikefootball Daniel Levy: "We are delighted to be partnering with @Nike, one of the world's leading brands."… \n
2774                                                                                                                                                     RT @amazon: #PrimeDay is back! Find epic deals on everything you’re into July 11th. \n\n\n\n\n\n\n❤️ to get a reminder when the deals begin! https://t.c…\n
2775                                                                                                                                                                        Les Misérables The Bishop - YouTube, Thanks @Google For reminding me. One of my favorite stories of all time. https://t.co/bb3gbVb9vE\n
2776                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2777                                                                                                                                                                                                                                                                        Happy Birthday, @Apple #iPhoneAt10 !!\n
2778                                                                                                                                                                                                          How will @amazon affect the grocery biz? Well, think about who's No. 1 now. https://t.co/aq4oOTPFPK\n
2779                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2780                                                                                                                                                                            RT @Reuters: Despite hacking charges, U.S. tech industry fought to keep ties to Russia spy service: https://t.co/SZzw1ZnhRi via… \n
2781                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2782                                                                                                                                                                        RT @MajorFluff: BBBAAAAADDDDDD MEDIA -- So, @ATT is looking to purchase (TimeWarner) @CNN. This propaganda org oughta be cleaning u… \n
2783                                                                                                                                                                  Daily Flow markets down Thurs dragged by @Google @facebook @Citi @WellsFargo bucked trends, moving up @Walgreens to acquire @riteaid assets\n
2784                                                                                                                                                                               Check out this Amazon deal: Duck Covers Ultimate Patio Chair Cover, 40-Inch by Duck Covers https://t.co/3PgSjZLMUX via @amazon\n
2785                                                                                                                                                                           Amazon: 3-Piece Outdoor Furniture Set, Better Homes... by Better Homes and Gardens for $269.99 https://t.co/URcXmQEJHi via @amazon\n
2786                                                                                                                                                                 @YourboyJacoby @Reuters Sure, I'm like a Lannister in that I always pay my debts and don't owe any other person any… https://t.co/sKTSfWSsOj\n
2787                                                                                                                                                                        RT @DirtCoyote: There was a @Starbucks meeting where execs agreed furries will buy things that are bright, mismatched colors, a paw… \n
2788                                                                                                                                                                                             Check out MOTHERS DAY BY KING,JAIME (Blu-Ray)-Rebecca DeMornay #ANCHORBAYSTARZ https://t.co/3sFv8CEjTq via @eBay\n
2789                                                                                                                                                                                       @therealmvpxo @MaisyMeowBlog @amyrowlandsx @ASOS The fuck they own the size plus , the tall girl and small one etc....\n
2790                                                                                                                                                                    RT @IamVanessaVale: If u want monkey sex, I'm the one for the job. RIDE ME DIRTY #romance #IARTG @Google https://t.co/vi6Dgpiemy @Kobo:… \n
2791                                                                                                                                                                                                   Libya's oil output nears 1 million bpd, highest in four years: source https://t.co/xUAT3vUsOr via @Reuters\n
2792                                                                                                                                                                                               Check out JL Childress Gate Check Bag for Car Seats, Red Safety #JLChildress https://t.co/d2X8E7gT4k via @eBay\n
2793                                                                                                                                                                                                                     @pcmhatre @Starbucks No, I don't. The usual baristas know me. Today there was a new one.\n
2794                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/JBVAArtbZW\n
2795                                                                                                                                               Wasabi Power Battery (2-Pack) and Dual Charger for Action Sport Cameras \n\n\n\n\n\n\nhttps://t.co/JAD3VVCJFp via @amazon\n\n\n\n\n\n\n#ActionCameras #Battery\n
2796                                                                                                                                       RT @Nike: Breaking the 2-hour marathon. Crazy? Yes. So we’re doing it. #LIVE\n\n\n\n\n\n\n\n\n\n\n\n\n\nRetweet or ❤ for @Nike #Breaking2 notifications. https://t.co…\n
2797                                                                                                                                                     RT @NiPGaming: Hey @facebook we broke your mobile API via poll, pls fix!\n\n\n\n\n\n\n\n\n\n\n\n\n\nAnd you? How are you gonna watch @ESL One Cologne?… \n
2798                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2799                                                                                                                                       RT @sblondin14: @netflix @mairaramosf Kala: Do you have to do everything so intensely? \n\n\n\n\n\n\nWolfgang: No, only the things that matter \n\n\n\n\n\n\n#SENSE8I…\n
2800                                                                                                                                                                 RT @Ryanair: What’s the one thing that every European can agree on this summer? \n\n\n\n\n\n\n\n\n\n\n\n\n\nLow Fares, of course. Ryanair.… \n
2801                                                                                                                                                                 RT @clintonkowach: U.S. targets Chinese bank, company, two individuals over North Korea https://t.co/DfHdbbFUO5 @Reuters #News #Bibleprophe…\n
2802                                                                                                                                                      Hercules Tuff Safety Strobe Dog Walking Lights for $9.99 \n\n\n\n\n\n\nhttps://t.co/AxRO6cJLkW via @amazon\n\n\n\n\n\n\n#Cycling #LED #BikeSafetyLights\n
2803                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2804                                                                                                                                                                         RT @SGItweets: Today is the @Apple #iPhone's 10th birthday! We love our smartphones too, but make sure to put them away when you'r… \n
2805                                                                                                                                                                          @NetflixAnime @netflix You said all episodes, this is only 1-13, don't lie to us, its only half of season 1 https://t.co/qEg3OFjTdg\n
2806                                                                                                                                                                                  Check out Tug Door Front 18" Backpack Black/Gray 26 Variety Pockets Air Comfort back #Tug https://t.co/2TfLU7nXOd via @eBay\n
2807                                                                                                                                                                                Check out Vintage Rhinestone Brooch Coat Sweater Pin Pot Metal Delicate Costume Jewelry 1"  https://t.co/20obqMprrO via @eBay\n
2808                                                                                                                                                                                           Check out The Vision Tarot, Brand New, Sealed, Ships FREE, Photographic Realism  https://t.co/QjVZ3grjJc via @eBay\n
2809                                                                                                                                                                             RT @julieplec: Dear @netflix (and @freepeter), you just earned a spot in my cluster. This is the right thing to do. Thank you.… \n
2810                                                                                                                                                                 RT @LakshitaMalik: I love how the fandom is like we can't rely on @netflix to promote the show, we'll do it ourselves! https://t.co/Ionpw4C…\n
2811                                                                                                                                                                 @Reuters All banks in the world are owned by the Rothschild Family. Except 2 countries North Korea, and Iran. Googl… https://t.co/0ZLby0wOHm\n
2812                                                                                                                                                                            RT @Reuters: Despite hacking charges, U.S. tech industry fought to keep ties to Russia spy service: https://t.co/SZzw1ZnhRi via… \n
2813                                                                                                                                                                                                    RT @NetflixAnime: #LittleWitchAcademia (13 Episodes, Dub/Sub) is now on @netflix! https://t.co/6e9SDnAIX3\n
2814                                                                                                                                                                                                                                                       @ASHLAYANNE @netflix I meant this:\n\n\n\n\n\n\n😂😂😂\n
2815                                                                                                                                                                       @dfwpg @amazon Interesting thought! I'll pass this along to our team, thanks for the feedback! If you have more, keep it coming 🙌 -ZL\n
2816                                                                                                                                                                       RT @JohnDBeckTV: Toto, I don't think we're on Disney Channel anymore... Catch @disjointed starring @MsKathyBates on @netflix on Augu… \n
2817                                                                                                                                                                                             @OhNoSheTwitnt I'm sure Ofjared will come up with something cheap, soft and made in China. Available on @amazon.\n
2818                                                                                                                                                                                                               RT @Reuters: U.N. closes Ivory Coast mission, security remains fragile https://t.co/I6VrzOcaEz\n
2819                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2820                                                                                                                                                          RT @WrinkleInTime: Hey, #EssenceFest!  Stop by the @Disney booth all weekend for giveaways &amp; photo ops! ✨🐭✨ #DisneyxEssence https://t.co/My…\n
2821                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2822                                                                                                                                                                 RT @LibertyMAGA: @JamesOKeefeIII @CNN @NewDay @realDonaldTrump @KellyannePolls I will never watch @CNN again. #Jeff Zucker, @comcast and @A…\n
2823                                                                                                                                                                                                              RT @Reuters: TV hosts charge Trump is unstable, accuse him of blackmail https://t.co/kKBWex02gA\n
2824                                                                                                                                                                                      RT @BMWGroup: No mountain too high, no distance too far – with the SPECIALIZED for @BMW Turbo Levo FSR 6Fattie. More:… \n
2825                                                                                                                                                                                                    RT @NetflixAnime: #LittleWitchAcademia (13 Episodes, Dub/Sub) is now on @netflix! https://t.co/6e9SDnAIX3\n
2826                                                                                                                                                                 RT @ms_hanie: In celebration of the genius that @S_C_ is, I created these using @Microsoft @Office . Zoom in for details #444 https://t.co/…\n
2827                                                                                                                                                                          Check out RUE 21 Plus Size Crocheted Yolk Plaid Shirt Brand New With Tags Red,White,Black  #Rue21 https://t.co/MNd6eym5qM via @eBay\n
2828                                                                                                                                               RT @tarsem_insan: @Gurmeetramrahim Wow!! Dr. MSG Live on @facebook \n\n\n\n\n\n\nEvery hour holds a new promise!\n\n\n\n\n\n\nStay Motivated &amp; plz Watch… \n
2829                                                                                                                                                                                                                                          I'm at @Starbucks in Kuwait City, Al Asimah https://t.co/K8zk9NGOkw\n
2830                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2831                                                                                                                                                                                                                        @Reuters I googled "he cray cray" but I could not find the links.  Who are the hosts?\n
2832                                                                                                                                                                                                            RT @netflix: Fool me once, strike one. But fool me twice... strike three. https://t.co/VVyUvWXqae\n
2833                                                                                                                                                                                                               RT @Reuters: U.N. closes Ivory Coast mission, security remains fragile https://t.co/I6VrzOcaEz\n
2834                                                                                                                                                                                                                   "Very friendly! They took my car right in at my appointment time!" @Groupon #HappyCustomer\n
2835                                                                                                  RT @wu_yi_fan: 170630 #KrisWu《The Rap of China》\n\n\n\n\n\n\n👕👖: Supreme\n\n\n\n\n\n\nJacket: Vetements X Levi's\n\n\n\n\n\n\n👟: @Nike\n\n\n\n\n\n\n🎩: SILENCION\n\n\n\n\n\n\n🕶: Oliver Peoples The… \n
2836                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2837                                                                                                                                         RT @soccerlsc11: @Target @Walmart @RalphsGrocery @vons @cvspharmacy @riteaid @Albertsons @DuaneReade \n\n\n\n\n\n\n\n\n\n\n\n\n\nSell @NatEnquirer &amp; u will un… \n
2838                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2839                                                                                                                                                                            2nd SHOWCASE: Trip to Maui, 2017 Jeep 🚙 Sonia bid $25k. @PriceIsRight on @CBS #PriceIsRight #ThePriceIsRyan \n\n\n\n\n\n\n💰👌🏻\n
2840                                                                                                                                                                           Check out ITALY 925 STERLING SILVER DIAMOND CUT CURB LINK CHAIN NECKLACE 22" 46 grams 8mm #Chain https://t.co/N4P9LmEKBl via @eBay\n
2841                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2842                                                                                                                                               RT @tarsem_insan: @Gurmeetramrahim Wow!! Dr. MSG Live on @facebook \n\n\n\n\n\n\nEvery hour holds a new promise!\n\n\n\n\n\n\nStay Motivated &amp; plz Watch… \n
2843                                                                                                                                                                  Hey @Ryanair I am quite mad, have attempted to pay to sit next to each other a few times over the past 2 days and it keeps failing....(1/2)\n
2844                                                                                                                                                                                                                          Check out Gameinformer, may 2008, Gears of War 2  https://t.co/TGubtPmDYl via @eBay\n
2845                                                                                                                                                                 RT @MsVenusVeloso: #Dutertards trying to have this video erased in @facebook. Fight &amp; retweet! #NeverForget the 12,000 murdered Filipi… \n
2846                                                                                                                                                                           RT @Reuters: LISTEN: ‘These drug addicts, they rape their own children, they kill their own parents’ - Metro Manila police chief… \n
2847                                                                                                                                                                                 RT @LanguagesRFun: #EU fines @Google a record $2.72B in #antitrust case + Timeline #IoT\n\n\n\n\n\n\nhttps://t.co/Uf92PeJjGD\n
2848                                                                                                                                                                     RT @SpursOfficial: @Nike @nikefootball Daniel Levy: "We are delighted to be partnering with @Nike, one of the world's leading brands."… \n
2849                                                                                                                                                                         Check out Vtg Noritake Monnette China 8" Handled Vegetable Bowl w Cover 3809 Floral Swag #Noritake https://t.co/Z8qaJnlTxb via @eBay\n
2850                                                                                                                                                                                               @McDonalds Kids shouldn't be exposed to this filthy, moldy playground. Total disgrace! https://t.co/BfyoIeWXX7\n
2851                                                                                                                                                                                     Check out iPhone 7 Waterproof Case, Sports Easy carrying case, Underwater Waterproof Case, https://t.co/gtCGriDQXw @eBay\n
2852                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2853                                                                                                                                                                 RT @realDonaldTrump: The FAKE NEWS media (failing @nytimes, @NBCNews, @ABC, @CBS, @CNN) is not my enemy, it is the enemy of the American Pe…\n
2854                                                                                                                                                    RT @ludicdizzee: HE WAS AN ORPHAN, MY SAVIOR, FREE-SPIRITED, NO MAN BRAVER\n\n\n\n\n\n\n@netflix #RenewTheGetDown #givetgdafinalepisode https://t.co/1NG…\n
2855                                                                                                                                               RT @tarsem_insan: @Gurmeetramrahim Wow!! Dr. MSG Live on @facebook \n\n\n\n\n\n\nEvery hour holds a new promise!\n\n\n\n\n\n\nStay Motivated &amp; plz Watch… \n
2856                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2857                                                                                                                                       @netflix :we r gonna delete #Sense8 \n\n\n\n\n\n\nfandom:\n\n\n\n\n\n\n@netflix :......we decided to make 2h series finale. On our own. No in… https://t.co/ltiv7BbQFi\n
2858                                                                                                                                                                                                               "You can't really trick people into engagement." - Ben Weaver @Google #SMDAYPGH #contentisking\n
2859                                                                                                                                                                                                            @Apple has me fucked up rn, how are you gunna delete my apple music app after I update my phone!?\n
2860                                                                                                                                                                                                                  RT @McDonalds: @YorbasWifey Does this mean you'll be stopping in soon, Chantel? We hope so!\n
2861                                                                                                                                                      #YeezySeason has officially arrived.😎◼️◻️◼️◻️ #YeezyBoost @adidas #YEEZYBOOST350V2 \n\n\n\n\n\n\n\n\n\n\n\n\n\n📸 more flicks: //… https://t.co/0smmUxVfI3\n
2862                                                                                                                                                                                     Check out "WELCOME TO THE ZOO" STICKERS 20 PIECES! NEW IN PACKAGE EK Success 52-38201  https://t.co/esb06hTQMB via @eBay\n
2863                                                                                                                                          @netflix are you contractually obligated to never cast an Asian in a main character role or something?\n\n\n\n\n\n\n\n\n\n\n\n\n\n#deathnote\n\n\n\n\n\n\n#ironfist\n
2864                                                                                                                                                                                                                           RT @enigmaknown: @Yahoo In the history of bad ideas, this may be one of the worst.\n
2865                                                                                                                                                                                                                                                   Bro it's like @McDonalds is giving free food, so damm busy\n
2866                                                                                                                                                                                  RT @BMW: TOO LOW is just a matter of perspective.\n\n\n\n\n\n\nhttps://t.co/k7dNf8vzZx - where too much is just right. | … \n
2867                                                                                                                                                             RT @HYPEBEAST: @adidas You'll want to a cop Three Stripes new outerwear essentials.\n\n\n\n\n\n\nhttps://t.co/Vv6353EQOr https://t.co/8uuLJtKLCb\n
2868                                                                                                                                                    RT @CrainsNewYork: Edith Cooper is the Executive vice president @GoldmanSachs. She ranked #26 on Crain's #PowerWomen\n\n\n\n\n\n\nhttps://t.co/LacWZvwPj2\n
2869                                                                                                                                                                                                  #G01 @BMW X3 #xDrive 30d has HUGE grille, I6 TDI. 60+ pics: https://t.co/6avwkCTB7O https://t.co/ilzuKym2IV\n
2870                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2871                                                                                                                                                                                     Online shopping for Amazon Video from a great selection of TV, Movies &amp; more ... https://t.co/4otxTFDdmF via @amazon\n
2872                                                                                                                                                                 RT @Reuters: Despite hacking charges, U.S. tech industry fought to keep ties to Russia spy service https://t.co/JAfMIS5VdQ https://t.co/ahL…\n
2873                                                                                                                                                              Through 7/25, @ProcterGamble &amp;  @kroger are partnering to support #domesticviolence shelters including LSS CHOICES… https://t.co/2I4f1BIEdK\n
2874                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2875                                                                                                                                                                          RT @ASHLAYANNE: new hashtag #watchsense8because after 27 days, @netflix couldn't deny us fans anymore. ✨💕 https://t.co/cTCrxojzhh\n
2876                                                                                                                                                                                                                                                                          @JBWEyesonroad @Reuters "Very bad!"\n
2877                                                                                                                                                                        RT @TheLarkInn: Welp, it's pretty damn official now. I'm joining @Microsoft @MSEdgeDev EdgeHTML Team working as a PM for F12 DevToo… \n
2878                                                                                                                                                                                         @ElPatoLoco534 @netflix ‘Your’ Safe space line? Yeah, not your line, pumpkin, and neither is white privlage, bye now\n
2879                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2880                                                                                                                                                                 RT @Reuters: Despite hacking charges, U.S. tech industry fought to keep ties to Russia spy service https://t.co/JAfMIS5VdQ https://t.co/ahL…\n
2881                                                                                                                                                                                             @facebook coming up with a lot of new releases for Groups, Messenger, original programming, more. 😯 #SMMSociety\n
2882                                                                                                                                                                  @Microsoft @MarkleFdn @JoinSkillful After months of strategic brainstorms, focus groups, etc., we worked with them… https://t.co/VJLcpHgVVr\n
2883                                                                                                                                            RT @Crazykanika: That AWKWARD moment when you are wearing Nike's and you can't do it...\n\n\n\n\n\n\n😂😂😂😂😂😜😜😜 \n\n\n\n\n\n\n@Nike https://t.co/DUwuQzOkD7\n
2884                                                                                                                                                RT @Suumandey: #SocialMediaDay\n\n\n\n\n\n\nThanks to all SocialMedia Platforms for making Our Lives easy &amp; interactive\n\n\n\n\n\n\n@facebook @Twitter… \n
2885                                                                                                                                                                          RT @lssco: Through 7/25, @ProcterGamble &amp;  @kroger are partnering to support #domesticviolence shelters including LSS CHOICES… \n
2886                                                                                                                                                                                              RT @Danone: "Food is a human right, not a commodity" read more about our CEO article on the topic on LinkedIn… \n
2887                                                                                                                                            RT @dijiaderoGBA: So this morning, I decided to do a photo shoot for my @CocaColaCo @CocaCola bottles ....\n\n\n\n\n\n\n\n\n\n\n\n\n\nPls RT till this pics get… \n
2888                                                                                                                                                                 @LukeTaleno @BankofAmerica dog they charged me twice on a canceled transactions, over exceeded my account by 40$ ac… https://t.co/mc8OSPE6YX\n
2889                                                                                                                                                                                                            RT @netflix: Fool me once, strike one. But fool me twice... strike three. https://t.co/VVyUvWXqae\n
2890                                                                                                                                                                                       Check out 17" KOKOPELLI Southwest Tapestry Cushion Pillow  #SimplyHome #Southwestern https://t.co/1wggo3U5ZR via @eBay\n
2891                                                                                                                                                                                      Check out Harry Potter and the Prisoner of Azkaban Bloomsbury 1st Edition, 1st Print Book https://t.co/DfmNxnNSoA @eBay\n
2892                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2893                                                                                                                                       RT @Samer__Ali: #StickCarriers! Yay or nay on PEWTER Color Rush unis? @Nike @nikefootball @CommishOnline \n\n\n\n\n\n\n\n\n\n\n\n\n\n@kwon what you think? https://t.…\n
2894                                                                                                                                                                                              RT @Reuters: Syria says U.S. chemical attack warning untrue, aims to justify new attack https://t.co/WvyVEBOMkE\n
2895                                                                                                                                                   RT @fundconsult: @UPS and @DeutschePostDHL listed share prices fighting to keep up\n\n\n\n\n\n\nw/ @amazon and @FedEx \n\n\n\n\n\n\n#hedgefunds #BigData… \n
2896                                                                                                                                                                                                       Rebelling Love by Taylor Johns \n\n\n\n\n\n\n Is LIVE #TaylorJohns https://t.co/Z0mahVoKIE via @amazon\n
2897                                                                                                                                                                                                                                         @Korsoto @Walmart I say Wooooooooooooow....\n\n\n\n\n\n\n✌😃👘💙💛💚\n
2898                                                                                                                                                RT @NetflixLifee: Here's when we think the @Sense8 finale will be back on @netflix! \n\n\n\n\n\n\nhttps://t.co/U3nyxZe9fg\n\n\n\n\n\n\n#Sense8SpecialFinale… \n
2899                                                                                                                                                                 My single, 'The Inevitable Goodbye' is included on @Sony Music's 'Dream Dance Vol. 83' compilation which is OUT TOD… https://t.co/rNopPgbTuJ\n
2900                                                                                                                                                                 RT @glialab: Our co-founder will be speaking at the O’Reilly #AI Conference with Peter Norvig, a director of research at @Google: https://t…\n
2901                                                                                                                                                                          "Lovely, professional, pampering experience. grace was fantastic and I'd really recommend everyone to try." @Groupon #HappyCustomer\n
2902                                                                                                                                                                 @Walmart can we get a response that you agree w @SenTomCotton since you give him $ via #Murphyoil to be "strong" removing folk from coverage\n
2903                                                                                                                                                                           RT @cozimek: @kanter @picnet @salesforce @SalesforceOrg Color coding = whatever color moved the voter. Grid setup beforehand, to… \n
2904                                                                                                                                                                                        Wow, less than $10 Big Silk Bag 8"x8.5"x2" Lavender Tarot cards Purse embroidered   https://t.co/3fOIAlQ6RJ  on @eBay\n
2905                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2906                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2907                                                                                                                                                                                     RT @netflix: Every time you hear that voice, you know what to do. To The Bone premieres July 14. https://t.co/qrbUNkrHh8\n
2908                                                                                                                                                                                   RT @shiwangiinsan: @Gurmeetramrahim Fully Enjoyable this Session of\n\n\n\n\n\n\nLive On @facebook #LifeChangingTipsPart17\n
2909                                                                                                                                                                        "Death's Witness" by @PaulBatista007 is on #sale for $0.99 via @oceanviewpub - https://t.co/RGxjPLYpRO via @amazon - #legal #thriller\n
2910                                                                                                                                                                     I was told by @SamsungSupport that all @belkin products void all warranties so, be smart out there. Don't listen to your @ATT sales rep.\n
2911                                                                                                                                                                                            #thegetdown fans!! SIGN THIS TO #givetgdafinalepisode \n\n\n\n\n\n\n@netflix @bazluhrmann https://t.co/0PLwWGGqel\n
2912                                                                                                                                                                         RT @kimmie_rs: @RichardTBurnett If @ATT allows the @CNN #FakeNews after merger, I'll be changing my phone, internet and cable serv… \n
2913                                                                                                                                                                        MANOR HOUSE KIRKBY GRINDALYTHE, EAST YORKSHIRE POSTCARD PEOPLE, EARLY  https://t.co/kD033pfu9K via @eBay #postcard #kirkby #yorkshire\n
2914                                                                                                                                                                 RT @thriftyfifty6: #Vintage #Lusterware Vases, Set of 2, Made in Brazil, 423, 5 In, Double Handled  https://t.co/wmzxXLwvAD via @eBay #Vint…\n
2915                                                                                                                                             @McDonalds why did you get rid of Hi-C orange?? now i gotta settle w disgusting orange fanta\n\n\n\n\n\n\nyknow who else liked orange fanta?\n\n\n\n\n\n\nhitler\n
2916                                                                                                                                                             RT @Shell: "Companies should be clear on how they can be resilient in the face of climate change &amp; energy transition" Shell CEO https://t.c…\n
2917                                                                                                                                                                       RT @Nissan: Get closer... #350Z #FastFriday #Nissan350Z\n\n\n\n\n\n\nowner: Josh L.\n\n\n\n\n\n\n📷: Westin E. https://t.co/RN7szOrWyi\n
2918                                                                                                                                                             RT @becca_lott: Poor show @easyJet, delayed flight &amp; no food for 4.5hrs flying from Santorini to Gatwick today #easyjet #poorservice #howca…\n
2919                                                                                                                                                   RT @juanblanco76: The 7 Intuitive Laws of Employee Loyalty. By @Customerfanatix. Now available on @amazon \n\n\n\n\n\n\nhttps://t.co/G5FKF5cap2 👈 https:…\n
2920                                                                                                                                                                               Millennials love preservation, says @SavingPlaces and @AmericanExpress study. https://t.co/2MmD6XwMDa… https://t.co/aAGqy0bE2z\n
2921                                                                                                                                       @kenjilopezalt @facebook @AnovaCulinary Instant classic. "Is it waterproof?" Ermmm... \n\n\n\n\n\n\n\n\n\n\n\n\n\nStill love my older model a… https://t.co/fjSiNroDXn\n
2922                                                                                                                                                                       RT @peta: They came out to save cats &amp; dogs. PETA's caged "cats" demand @Merck, @ZoetisUS, &amp; @Bayer cut ties with cruel lab!… \n
2923                                                                                                                                                                     RT @Reuters: BREAKING: Gunfire reported at New York City's Bronx Lebanon Hospital, two people shot - local media https://t.co/feTMJoD4jW\n
2924                                                                                                                                                                     RT @20YearDynasty: @RaineKain @Reuters Over 1,700 people slaughtered in the streets and this is what you come up with? Seek some help.… \n
2925                                                                                                                                                                   "Great experience ! Didn't have to wait she was extremely professional explaining the process he entire time ...." @Groupon #HappyCustomer\n
2926                                                                                                                                                                                Staff Software Engineer - Predix Cloud @generalelectric United States Boston, MA #Cloud #Agile #Azure https://t.co/05YSCs6YQk\n
2927                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2928                                                                                                             RT @ocrecording: Our #newsingle CLOUDFALL is #np @amazon\n\n\n\n\n\n\n\n\n\n\n\n\n\n#fridayfeeling #socialmediaday #4thofjulyweekend #cloudfall #ocrecording\n\n\n\n\n\n\n\n\n\n\n\n\n\n https:…\n
2929                                                                                                                                                                                                If you haven't checked out #FIsForFamily on @netflix then you should. It's like Family Guy, except it's good.\n
2930                                                                                                                                                                                         RT @57Veronica: @pscoordsen13 @netflix Right, that's a great #FridayFeeling New beginning, "Free like you make me"… \n
2931                                                                                                                                                                  @thekristen999 Agreed. Especially with the great ratings this year, not only #H50 but many shows. @CBS should have… https://t.co/Gc8TMlP4mi\n
2932                                                                                                                                                                 @MrMokelly @realDonaldTrump @AprilDRyan @Morning_Joe @amazon If that's the case, then theybarent journalists/report… https://t.co/BTamFbfsx9\n
2933                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
2934                                                                                                                                                                         Wine, museums and nature—I thought this was a great Hudson Valley travel guide from @MorganStanley Reserved. https://t.co/gqX3aiEWzH\n
2935                                                                                                                                                                                                                           I have just listed: 'The Collection', for 2.75 via @amazon https://t.co/l2KxfJGjQh\n
2936                                                                                                                                                                      RT @ChloeKnibbs1: My sister @Cerys_1 would be a brilliant #Gogglesprog w/ drug Orkambi she could get the "Whole New World" @Disney sh… \n
2937                                                                                                                                                                                 Check out 2IN1 HAT AND SNOOD, ONE IN THE WORLD MY OWN DESIGN CROCHET HANDMADE 100%ACRYLIC  https://t.co/z4JxzaG0Pz via @eBay\n
2938                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
2939                                                                                                                                                    Hear why @Ford recruits at MSU! https://t.co/vQTHKBMi2R \n\n\n\n\n\n\nAnd check out what other companies recruit MSU Engineers -… https://t.co/8k21S14ixE\n
2940                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
2941                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
2942                                                                                                                                                                 RT @elrambo: @OKBJGM @netflix @nytimes Even though I own the DVDs, it would be great if more people discovered #TheMiddleman. Let's do this…\n
2943                                                                                                                                                     LADIES #JACKWILLS #TWEED RIDING #JACKET WOOL #BLAZER UK 10 RRP £249 RARE + UNIQUE  #Blazers https://t.co/1jhuWnW1uQ via @eBay\n\n\n\n\n\n\n#EBAY #SELLER\n
2944                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/SQ6cITTJdw\n
2945                                                                                                                                                                                                                            @Apple Is this guy, Evan Klinger, an employee of yours? \nhttps://t.co/un2oYHd33c\n
2946                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2947                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2948                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2949                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
2950                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2951                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2952                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2953                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2954                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2955                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2956                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2957                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2958                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2959                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2960                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2961                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2962                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2963                                                                                                                                                                                                                             RT @ashleymcnamara: Why I joined @Microsoft\n\n\n\n\n\n\nhttps://t.co/YkoVy3cENX\n
2964                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2965                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2966                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2967                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2968                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2969                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2970                                                                                                                                                             Happy #SocialMediaDay! You can also find us on @facebook https://t.co/aR80OVcHKF, @instagram https://t.co/vSLPFQPR5P &amp; @Snapchat (milleraud)\n
2971                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2972                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2973                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2974                                                                                                                                                        Doc Review Sr Specialist I\n\n\n\n\n\n\n@jpmorgan Chase\n\n\n\n\n\n\n#Monroe\n\n\n\n\n\n\nhttps://t.co/C0CGOdkLAA\n\n\n\n\n\n\n#nelajobs #NowHiringLA\n
2975                                                                                                                                                     #FakeNews  \n\n\n\n\n\n\n#Democrats Liberals Hillary @MaxineWaters @morningmika @CNN @MSNBC @CBS #RESISTANCE constant Hate talk… https://t.co/zXLisFShYv\n
2976                                                                                                                                                                                                                             Way to keep up, @Microsoft...   shoulda built a Courier. https://t.co/7sxKIEZGi1\n
2977                                                                                                                                                                 RT @Reuters: WATCH: Several hurt in gunfire at NY hospital, suspect dead. LIVE VIDEO from the scene https://t.co/1W6fDleiOo https://t.co/94…\n
2978                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2979                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
2980                                                                                                                                                                                                                          @easyJet flight operated  by smartlynx , who? Is this the cause of the hour delay ?\n
2981                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
2982                                                                                                                                                                 RT @WorldResources: #NowReading - Indigenous knowledge crucial to tackling climate change, experts say @VOANews @Reuters  https://t.co/S2BE…\n
2983                                                                                                                                                                 RT @Reuters: WATCH: Several hurt in gunfire at NY hospital, suspect dead. LIVE VIDEO from the scene https://t.co/1W6fDleiOo https://t.co/94…\n
2984                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
2985                                                                                                                                                                                                                     Dear @Google, how do I get a spider that crawled into my USB on my laptop out? cc @Apple\n
2986                                                                                                                                                                                 RT @OKBJGM: hey @netflix the @nytimes likes #themiddleman, why not put it on your streaming service? https://t.co/sQcbT8fpZ0\n
2987                                                                                                                                                                                 RT @OKBJGM: hey @netflix the @nytimes likes #themiddleman, why not put it on your streaming service? https://t.co/sQcbT8fpZ0\n
2988                                                                                                                                                                        RT @RyanEversley: How about @WGI?! I found a @Honda civic turned into a camper, a bar, and some awesome fans! https://t.co/5S4fI85Cjq\n
2989                                                                                                                                                                         @easyJet my poor stepson has been stranded at Majorca airport since 3 o'clock, his flight has been cancelled.. #pisspoorservice 😡😡\n
2990                                                                                                                                                          RT @BourseetTrading: 🔴.@Cisco and @ATT double down on the #IoT\n\n\n\n\n\n\n#IIoT #bigdata #AI #digital #tech #defstar5 #makeyourownlane #Mpgvip… \n
2991                                                                                                                                                                 RT @ms_hanie: In celebration of the genius that @S_C_ is, I created these using @Microsoft @Office . Zoom in for details #444 https://t.co/…\n
2992                                                                                                                                                                                                                                       You can renew Sense8 for good aaaaany time now, @netflix #Sense8isBack\n
2993                                                                                                                                                                 RT @danginar: Didn't get to see this live when I was there, but got to see it today!!  #SWisBest @TMobile  #BeMagenta https://t.co/wdqOqqEw…\n
2994                                                                                                                                                                                                            RT @netflix: Fool me once, strike one. But fool me twice... strike three. https://t.co/VVyUvWXqae\n
2995                                                                                                                                                                       RT @BTWFoundation: Our co-founder @ladygaga is taking over @Starbucks this week. Starting tomorrow, order #CupsOfKindness to support… \n
2996                                                                                                                                                                                                                       @BELIMBLA4 @Reuters Haha, well I was going for a little more 'PC' ...but that'll do...\n
2997                                                                                                                                                                                           @VW does have a back pop up window, sure miss my 2006 Honda that had that now don't think any SUV has that option!\n
2998                                                                                                                                                                 @pepsi The BEST soda product every invited in the history of time. From VITAMINS A,C,D ect.. VITAMIN PEPSI helps me… https://t.co/eOgqwLOw7t\n
2999                                                                                                                                                                      RT @Reuters: Pell case shows poor judgment, will stain Pope Francis legacy, victims say https://t.co/QrAQ7JDP6z https://t.co/40ccPkg85r\n
3000                                                                                                                                                                                                  RT @Google: From fashion in VR to jobs in Search, here’s what we got up to in June. https://t.co/4q2rCdI8Sn\n
3001                                                                                                                                                                                                   When Irish Eyes are Smiling sure it's like a morn in spring\n\n\n\n\n\n\nhttps://t.co/WwGdE3qrTg via @eBay\n
3002                                                                                                                                                                                             @KonradJesse @Google It could have been "the banana" as well. Such powerful force in vegetables... 😉😆#Metaphor\n
3003                                                                                                                                                     RT @amazon: #PrimeDay is back! Find epic deals on everything you’re into July 11th. \n\n\n\n\n\n\n❤️ to get a reminder when the deals begin! https://t.c…\n
3004                                                                                                                                                                          RT @Sensate17: @netflix @BrightNetflix @TheDefenders @Stranger_Things @Ryuk Come on, Netflix, we all know that @Sense8 panel will… \n
3005                                                                                                                                                                  @Ryanair Despite being famous for being cheap but not good, I have been experiences for the past month at least an… https://t.co/01Ft7p2FwJ\n
3006                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3007                                                                                                                                                                                 Check out Phantasm Print Poster By Danny Miller xx/79 sold out nt (mondo,pullin,edmiston)  https://t.co/kSh1bBtQu4 via @eBay\n
3008                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3009                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
3010                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
3011                                                                                                                                                                        RT @VillasArmy: Guys!!! @elmatadorpr is in Seattle right now doing free autographs!! Swing by @WellsFargo 800 SW 152nd St Burien, W… \n
3012                                                                                                                                                                                                        @ravynlenae Yes!! And I just heard, @netflix is going to give us a 2 hr series finale of Sense 8 🙌🏽\n
3013                                                                                                                                                                                                     Check out Art Japan Tanzaku 330 "Hana-utsugi" About 14.5 inch × 3.0 inch  https://t.co/cG1Rl8suTC @eBay\n
3014                                                                                                                                                                 RT @constellationr: #AI Will Impact Jobs, 4,000 Office Workers Tell @Adobe https://t.co/KAb9SjijPH via @cmswire @actbrilliant @holgermu #Da…\n
3015                                                                                                                                                   RT @juanblanco76: The 7 Intuitive Laws of Employee Loyalty. By @Customerfanatix. Now available on @amazon \n\n\n\n\n\n\nhttps://t.co/G5FKF5cap2 👈 https:…\n
3016                                                                                                                                                                                Check out Glenn Miller and His Orchestra, Big Band Tape, In The Mood, Pennsylvania 6-5000!  https://t.co/7aOn9IhrY7 via @eBay\n
3017                                                                                                                                                                                 Check out Bobbie Sue, 1980s Vintage Sheet Music,  #1 Country Hit for the Oak Ridge Boys!   https://t.co/nTWKJBH43C via @eBay\n
3018                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3019                                                                                                                                                                 @maiorinol @Reuters So since Republican states like Tennessee and Texas are refusing to turn over data, does that m… https://t.co/4EXV7nl0hv\n
3020                                                                                                                                          RT @manchesterfort: Win a £100 @Nike voucher!\n\n\n\n\n\n\nFor your chance to win this amazing prize, RT #CelebrateSummer.\n\n\n\n\n\n\nWinner announced over the… \n
3021                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3022                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
3023                                                                                                                                                                 RT @ms_hanie: In celebration of the genius that @S_C_ is, I created these using @Microsoft @Office . Zoom in for details #444 https://t.co/…\n
3024                                                                                                                                                                                                                                RT @Chelsea_HQ: Welcome to the family, @Nike! 👋🏻🔵✔️ https://t.co/QdnhFXMlal\n
3025                                                                                                                                                                                                                                RT @Chelsea_HQ: Welcome to the family, @Nike! 👋🏻🔵✔️ https://t.co/QdnhFXMlal\n
3026                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3027                                                                                                                                                                                                                                RT @Chelsea_HQ: Welcome to the family, @Nike! 👋🏻🔵✔️ https://t.co/QdnhFXMlal\n
3028                                                                                                                                                                 @MartinOmes Crap, This just reminded me to redeem promo cards from gth and @Microsoft Unfortunately had to redeem b… https://t.co/qc8Ys8WewB\n
3029                                                                                                                                              RT @FUNimation: Only a few more hours for this powerful Deal of the Day by @amazon!\n\n\n\n\n\n\nhttps://t.co/iI68RqnEg6\n\n\n\n\n\n\nhttps://t.co/ujZOn02hfN… \n
3030                                                                                                                                                                         RT @ColdCooks: @FedEx @FedExHelp @Adi_Slayer you fuckers said he followed protocol, fire that nigga you dumbasses, better fix this… \n
3031                                                                                                                                                                           RT @ATT: Get your "Awwwwww" on with unlimited 🐱 videos from AT&amp;T. Learn more: https://t.co/ox2uE3aBar https://t.co/Il8w0122GR\n
3032                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
3033                                                                                                                                                                                 @Chelsea_HQ @Nike welcome to Nike new season new logo for luck, chelsea football club we win the champion league next season\n
3034                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3035                                                                                                                                                                RT @silkeklemm: Such a funny scene from S2 Ep15 "Catch me if you can" ...too close 😂#FavBatBEp #BatB @netflix @NetflixDE https://t.co/bqBYS…\n
3036                                                                                                                                                RT @Infamous_225: https://t.co/gyEpLMqpcp\n\n\n\n\n\n\nGo bump ✊ this \n\n\n\n\n\n\n@XXL @djvlad @cthagod @TheShadeRoom @Epic_Records @Sony @WarnerBrosEnt @\n
3037                                                                                                                                                                                   Check out -GEORGIE GOES WEST(BRIGHT), GUS WAS A  FRIENDLY GHOST (THAYER) HALLOWEEN, VG!  https://t.co/U3l93cGrgW via @eBay\n
3038                                                                                                                                                                           Check out 1988 Toyo Hand Pained Japanese Princessa Famille Rose Dessert Plate, Red, Green #Asian https://t.co/eKEsL3Slmx via @eBay\n
3039                                                                                                                                                                                      RT @netflix: This precious, burger-loving angel will be coming to Netflix in 3 days. #Riverdale https://t.co/uLFAL6IsWv\n
3040                                                                                                                                                                                                RT @Gpiedra59: @Reuters If you don't want a national registry for gun owner ship, why one for voter registry?\n
3041                                                                                                                                                                             @CBS 4,017 charges filed against Paypal on 6-14-2017. Case#17CV311767. Filed by Freedom Stamps President/Ceo Founder Greg Murrow\n
3042                                                                                                                                                                  RT @salesforce: Waterfalls, Mountains, and Tech? 🏔 Why Salesforce Loves the National Parks: https://t.co/9kpCO5cQXs https://t.co/c3DCZAwvrO\n
3043                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3044                                                                                                                                                                 @amazon i feel disgusted giving u guys $ and my prime membership when u sell "FREE PALESTINE" tshirt. I hope u know what it means: no Israel\n
3045                                                                                                                                       RT @footlocker: Late Night Snack.\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe @adidas Harden Night Life Inspiration Tee is in stores now. | Stores: https://t.co/MeC16XnLFi https:…\n
3046                                                                                                                                                                come on down to @HessleSC annual tournament, 181 teams 8th &amp; 9th July 2017 supported by @England @McDonalds and join in the community day\n
3047                                                                                                                                                                            Check out Detroit Red Wing Stanley Cup shot glasses 1997, 1998, 2002 (5 total) #DetroitRedWings https://t.co/3e6dZ8NMYs via @eBay\n
3048                                                                                                                                                                        @Behzinga, its great to see you so happy that your boy hood dream of owning a @Nissan GTR came true!\n\n\n\n\n\n\nYou deserve it. ❤️🎊\n
3049                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
3050                                                                                                                                                                       RT @SeFutbol: #U21EURO | @saulniguez\n\n\n\n\n\n\nand @marcoasensio10, awarded @adidas Gold and Silver boots 👇https://t.co/2vPS3AgLzP\n
3051                                                                                                                                                                                                                                RT @Chelsea_HQ: Welcome to the family, @Nike! 👋🏻🔵✔️ https://t.co/QdnhFXMlal\n
3052                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
3053                                                                                                                                       RT @sunflowersjam: @BTS_ARMY_I @glosstaemin @Microsoft @BTS_twt If you read this, stream Spring Day HERE!\n\n\n\n\n\n\nhttps://t.co/Xr4AZbBmgK\n\n\n\n\n\n\n#SpringDa…\n
3054                                                                                                                                                                                                      RT @Lysser_: Otherwise, fuck all the way off @TMobile... like fuck the entire fucking way off. Bitches.\n
3055                                                                                                                                                                       RT @SeFutbol: #U21EURO | @saulniguez\n\n\n\n\n\n\nand @marcoasensio10, awarded @adidas Gold and Silver boots 👇https://t.co/2vPS3AgLzP\n
3056                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
3057                                                                                                                                                                 RT @LiveAction: Hey, @ABC, @CBS, @nbc - why the silence on news that nearly all charges against @CtrMedProgress were dropped? https://t.co/…\n
3058                                                                                                                                                            Hey, @netflix Here ya go! Another show to add to your future roster!!\n\n\n\n\n\n\n Think about it!! Please!\n\n\n\n\n\n\nhttps://t.co/s4yiNV0uKk\n
3059                                                                                                                                                                                                         @damianholbrook @netflix I'm pitching a show called "Yo Nigga Wasup"\n\n\n\n\n\n\nWhat do you think?\n
3060                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3061                                                                                                                                                                                                                                Check out My Little Pony Pinkie Pie 8"  #Ty https://t.co/fQaG8Gi7Jk via @eBay\n
3062                                                                                                                                                                    RT @Tina1259227641: Luckey1 Flower Comforter Covers Sets Queen Size, Duvet Cover Sets with White ... https://t.co/4gS0GhNYc4 来自 @amazon\n
3063                                                                                                                                                                            Check out Creamer And Sugar Bowl Set, Classic White, J &amp; G Meakin England, Vintage Ironstn  https://t.co/U13E933cNE via @eBay\n
3064                                                                                                                                                                                                               Um @nbc @netflix, if we could get all of the Chicago shows on Netflix, that would be great. :)\n
3065                                                                                                                                                                            RT @Google: Today’s #GoogleDoodle honors the  life and works of French poet, statesman and human rights activist, Victor Hugo →… \n
3066                                                                                                                                            RT @aarondbrinker: Head over to my @amazon author page to check out any of my works.\n\n\n\n\n\n\nhttps://t.co/4DmRdAGC53 \n\n\n\n\n\n\n#iartg #IndieBooksBlast… \n
3067                                                                                                                                                                 RT @comcast: There's widespread consensus on #netneutrality protections, and we support them. Read more: https://t.co/qQ3oiaIcWm https://t.…\n
3068                                                                                                                                                   RT @juanblanco76: The 7 Intuitive Laws of Employee Loyalty. By @Customerfanatix. Now available on @amazon \n\n\n\n\n\n\nhttps://t.co/G5FKF5cap2 👈 https:…\n
3069                                                                                                                                                                    Nike Air Jordan Carmelo Anthony Jersey "BMORE" 5-29-1984 Men's Size XL #Jordan https://t.co/dNo9IEmzmk via @eBay #eBay #melo #fashion #RT\n
3070                                                                                                                                                   RT @juanblanco76: The 7 Intuitive Laws of Employee Loyalty. By @Customerfanatix. Now available on @amazon \n\n\n\n\n\n\nhttps://t.co/G5FKF5cap2 👈 https:…\n
3071                                                                                                                                                                                                Check out Vintage Asian Copper or Brass Vases (2) 4" tall with all patina   https://t.co/sXElXdwJva via @eBay\n
3072                                                                                                                                                                                                So loving @DearWhitePeople. "Without labels, people in Florida would drink Windex." #DearWhitePeople @netflix\n
3073                                                                                                                                                                 RT @David_Leavitt: I will not be buying anything from @McDonalds again, that's for certain. Refusing to refill a cup just cost you thousand…\n
3074                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3075                                                                                                                                                                         RT @Microsoft: The 12-year-old CEO of @MikailasBees "believed in the impossible" to turn her fear into passion and build an extrao… \n
3076                                                                                                                            RT @TheeRealBurnell: I'm Addicted To Winning And I Can't Be Benched... \n\n\n\n\n\n\n\n\n\n\n\n\n\nThank You @Walmart For Having Me I Enjoyed Performing Today \n\n\n\n\n\n\nMu… \n
3077                                                                                                                                                                      RT @GoldmanSachs: Big money is headed to outer space, says $GS Research's Noah Poponak: https://t.co/tzy4lzMktx https://t.co/1Chxav5R2k\n
3078                                                                                                                                                                                Check out 1946 IOWA Centennial Half Dollar, HOORAY! a Higher grade BEAUTY with all DETAIL!  https://t.co/ajq24jEMlu via @eBay\n
3079                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3080                                                                                                                                            RT @AmStillNotYou: @BlairImani @DangitRuss @netflix 3/\n\n\n\n\n\n\nso I should watch again when better overall. Impression now:\n\n\n\n\n\n\n@netflix in orig.… \n
3081                                                                                                                                                                                                                                         @breckynelise @McDonalds ... I can't deal rn, I ate there yesterday.\n
3082                                                                                                                                                        RT @Microsoft: Get ahead when it comes to the cloud. \n\n\n\n\n\n\n\n\n\n\n\n\n\nEpisode 1 of our podcast with @Gimletmedia tackles cloud security:… \n
3083                                                                                                                                                                  @ReutersWorld @Reuters @ReutersGraphics Be serious, British tridents couldn't even stay on course, and you want me… https://t.co/jMbOJapHq3\n
3084                                                                                                                                                                                                                        Twice in one day 🙄 (at @FedEx Ship Center in Menlo Park, CA) https://t.co/llQ3dxcJ2Y\n
3085                                                                                                                                                                 Dear @UPS, when there is an open entryway to leave packages, why would you leave them in the rain? @ATT tech ruined… https://t.co/6lzCz8Jabn\n
3086                                                                                                                                                                                                    RT @NetflixAnime: #LittleWitchAcademia (13 Episodes, Dub/Sub) is now on @netflix! https://t.co/6e9SDnAIX3\n
3087                                                                                                                                                                                                                    RT @Disney: Trust your gut. 🧀🍓 Happy anniversary, #Ratatouille. https://t.co/WueJZs7eHg\n
3088                                                                                                                                             Meet the Detroit Renegades 5-hour Energy Overwatch team! We had a great time, special thank you to @Gillette!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/kc3cTofYEE\n
3089                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3090                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3091                                                                                                                                                                                   RT @shiwangiinsan: @Gurmeetramrahim Fully Enjoyable this Session of\n\n\n\n\n\n\nLive On @facebook #LifeChangingTipsPart17\n
3092                                                                                                                                                                              Benedict Cumberbatch shared this image on @facebook. OMG, Cumberbatch is the rich version of @Jae_Day6. https://t.co/lAaGSlJBAN\n
3093                                                                                                                                                                     RT @theholly_wilson: Bless you @netflix and all the #Sense8isBack family! @sense8 \n\n\n\n\n\n\nThank You! ❤️❤️❤️❤️❤️ https://t.co/VOzwtbxwOH\n
3094                                                                                                                                                                    RT @GoldmanSachs: Houston, we've got company: Private investment heats up the space race: https://t.co/hkjxBNk8PK https://t.co/XYGvlbGcnH\n
3095                                                                                                                                                                                 @NMiller1982 @facebook Ofc it will. More and more people getting access to the internet. If everyone had it, they'd be at 8B\n
3096                                                                                                                                                             RT @CraigRSawyer: Since @PayPal swiped $46k from our child's org &amp; refuses comms, 1000s are now ditching #PedoPal for https://t.co/NMkjdgMv…\n
3097                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
3098                                                                                                                                                                     RT @Nestle: Comfort brings this @Nescafé #coffee shop to you, and runs her own business: https://t.co/qk9waaLvVy https://t.co/lqC86O6GLU\n
3099                                                                                                                                                                                                          @Crazy4Hayes93 @Dell @HP 60% OFF HP Pavilion 15-aw003la Laptop 15.6" AMD at https://t.co/A8hQFsfzVJ\n
3100                                                                                                                                                                                         Blanket Baby Nursery Receiving Blanket "Blue Sock Monkey" Ready to Ship Flann... https://t.co/XZ55JvmFTK via @amazon\n
3101                                                                                                                                                                                Check out LOVE ADY - NWT SLVLESS BLACK MULTI SKATER DRESS - M - SPANDEX BLEND, SUPER CUTE!  https://t.co/JbBTq6we0I via @eBay\n
3102                                                                                                                                                                                                                             @NBCNews Well, @generalelectric , the CIA often works for you.. so, you tell me?\n
3103                                                                                                                                                                           @SumTomGoingOn @franniel333 @VW I believe the Golf R is manufactured only in Germany, tho other Golf models may be made in Mexico.\n
3104                                                                                                                                                                          RT @askaccde: My #CLUS @CiscoLive and @Cisco brothers out there, the time has come for us to follow @CiscoEWN on Twitter and to h… \n
3105                                                                                                                                                              RT @johnonolenin: @JackPosobiec @Disney @sacca Why do YouTube &amp; Disney think these "children's videos," full of bizarre violence &amp; bo… \n
3106                                                                                                                                                                                   RT @shiwangiinsan: @Gurmeetramrahim Fully Enjoyable this Session of\n\n\n\n\n\n\nLive On @facebook #LifeChangingTipsPart17\n
3107                                                                                                                                                                         RT @Reuters: U.S. warns businesses of hacking campaign against nuclear, energy firms https://t.co/oMjQrFse1I https://t.co/QBqhKpHSHh\n
3108                                                                                                                                                                         RT @Reuters: U.S. warns businesses of hacking campaign against nuclear, energy firms https://t.co/oMjQrFse1I https://t.co/QBqhKpHSHh\n
3109                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3110                                                                                                                                                                                     Check out Obama: The Historic Presidency of Barack Obama - 2,920 Days (New Hardcover)  https://t.co/Oraas82thq via @eBay\n
3111                                                                                                                                                                 So not only does @TMobile give crap service, they lie to me about my bill. Cancelling tomorrow, I'm not dealing with their deception anymore\n
3112                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3113                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3114                                                                                                                                                                                RT @GoldmanSachs: Huang's World host @MrEddieHuang talks food, culture &amp; identity during a recent #TalksAtGS @VICELAND:… \n
3115                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3116                                                                                                                                                                    Making Govt work for Billionaires, Big Oil.    #organize       Fight @GoldmanSachs @Carl_C_Icahn @Koch_Industries https://t.co/WiJ7guyART\n
3117                                                                                                                                                                                  RT @Reuters: Trump to Senate Republicans: kill Obamacare now, replace later https://t.co/nU9R2xNeTN https://t.co/AvyqNLri7o\n
3118                                                                                                                                                                   @McDonalds also are you up for giveing me a free burger? ya dont ask ya dont get :) im predicting the no but to be honest, you never now!x\n
3119                                                                                                                                                                                   Check out (9) 2015 Bowman Draft Aaron Judge RC Lot - #150 7 base, 1 chrome, 1 Refractor  https://t.co/air4DwOCi9 via @eBay\n
3120                                                                                                                                                                            Check out Laneige Advanced Hydration Trial Kit 3pc Water Bank Serum, Cream &amp; Cleanser Mini  https://t.co/VfMaJ3vKEz via @eBay\n
3121                                                                                                                                                                                   Check out #Amazon #Kindle Paperwhite (6th Generation) 2GB, Wi-Fi, 6in - Black. leather cover https://t.co/dhHjM8wDE2 @eBay\n
3122                                                                                                                                                                                     Check out Nickelodeon KidsEmbrace Combination Toddler Harness Booster Car Seat,... #NA https://t.co/ttr8zU9iG5 via @eBay\n
3123                                                                                                                                                                                                                             RT @ashleymcnamara: Why I joined @Microsoft\n\n\n\n\n\n\nhttps://t.co/YkoVy3cENX\n
3124                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3125                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
3126                                                                                                                                                                                             I found this awesome recording of "The Bare Necessities" on #Smule: https://t.co/gWhJ2I3b8J @Disney #SingKaraoke\n
3127                                                                                                                                                                         RT @khoatran1989: Check out Double Fire Windproof Refillable Butane Gas Cigarette Lighter, Golden  https://t.co/HjYFtGvpqn via @eBay\n
3128                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
3129                                                                                                                                                                                    RT @Reuters: Small plane crashes on California freeway, at least two hurt https://t.co/bANMKGHpFs https://t.co/gqaQqETkj6\n
3130                                                                                                                                                                                    RT @Reuters: Small plane crashes on California freeway, at least two hurt https://t.co/bANMKGHpFs https://t.co/gqaQqETkj6\n
3131                                                                                                                                                                                    RT @Reuters: Small plane crashes on California freeway, at least two hurt https://t.co/bANMKGHpFs https://t.co/gqaQqETkj6\n
3132                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3133                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
3134                                                                                                                                                                 @Reuters If you have ever been on the 405, you'd understand how remarkable that only the people on the plane were h… https://t.co/rsMOrWXTkg\n
3135                                                                                                                                            RT @Adrii_LinkUp: @Yahoo Pilot: Good evening passengers, we'll encountering some heavy turbulence please try to stand firmly\n\n\n\n\n\n\n\n\n\n\n\n\n\nPasseng… \n
3136                                                                                                                                                                                      D-O-N-E with paypal. total scam! if you use it, stop while you can. @PayPal @AskPayPal should have listened to velvet !\n
3137                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3138                                                                                                                                                                                    RT @Author_Devika: Forbidden, Book 4: Lady Sotheby's Curse (Forbidden ) by Mike Wells https://t.co/kBAMmGpuQL via @amazon\n
3139                                                                                                                                                                                                               Check out Hat Black/Red Trim W/Felt Ford Mustang "50 Years" Logo https://t.co/LHzx72Xbcy @eBay\n
3140                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3141                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3142                                                                                                                                                                                    @Evil_Voche @AdamWingard @netflix That's your argument? Maybe no Japanese actors were available? Uh huh. Clever. "Ningen"\n
3143                                                                                                                                                                                                      RT @antiqueman99: 100 Cycad   fresh seeds, No International postage,  https://t.co/tKs5C2PsOM via @eBay\n
3144                                                                                                                                                                                              RT @NEIL12W: Check out FABRIC STRIPES (12) 44"X4" NEW COTTON PATRIOTIC PRINT  https://t.co/yNxVheaN82 via @eBay\n
3145                                                                                                                                                                                                                 RT @NEIL12W: Check out Lap Quilt Blue/Green Monet 42"X53"  https://t.co/iO8RnynhYL via @eBay\n
3146                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3147                                                                                                                                                                                                                        @clarkewolfe @netflix @hulu @amazon THE WAILING, if you haven't seen it.  Also, OKJA.\n
3148                                                                                                                                                                                                  RT @HYPEBEAST: The @Nike Air Max 2 Uptempo returns in black and white.\n\n\n\n\n\n\nhttps://t.co/sTe6ICWX88\n
3149                                                                                                                                                                                                          Apparently @netflix was too busy to announce the Little Witch Academia launch today, but it's live!\n
3150                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3151                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3152                                                                                                                                                                          @David_Leavitt @McDonalds I'm couldn't read your tweet David, I was too busy laughing about how even CBS tossed you under the bus!!\n
3153                                                                                                                                                                            RT @Google: Today’s #GoogleDoodle honors the  life and works of French poet, statesman and human rights activist, Victor Hugo →… \n
3154                                                                                                                                                                                                   RT @Google: Grab a sparkler and light up the #4thofJuly with your red, white and blue #GoogleAssistant →… \n
3155                                                 GMO GARBAGE 4 SALE\n\n\n\n\n\n\n\n\n\n\n\n\n\n🚫GMO: DO NOT BUY!🚫\n\n\n\n\n\n\n@Nestle\n\n\n\n\n\n\n@BayerAgroArg\n\n\n\n\n\n\n@MonsantoCo\n\n\n\n\n\n\n@Bayer\n\n\n\n\n\n\n@CostCo\n\n\n\n\n\n\n@RalphsGrocery\n\n\n\n\n\n\n@Vons… https://t.co/ZSEPPkxFiw\n
3156                                                                                                                                                      ♡ @ASOS #noRetouching policy 4their #models #photos This is great! #RealBodies 4this yrs #swimsuits #summer #Asos \n\n\n\n\n\n\nhttps://t.co/uEndLaxg0h\n
3157                                                                                                                                                             @adidas the inside padding is visible in both pair,its seems like poor stitching &amp; torn.ordering from the site itse… https://t.co/x9cmGv4Iui\n
3158                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
3159                                                                                                                                                                                               Check out Advil Caplets 24ct. Bottles, 100 Bottles EXP. DATE: 04/2018 #Advil https://t.co/idx8T2SuW4 via @eBay\n
3160                                                                                                                                                    Check out Avery 5371 White Business Cards 160 Labels Total Printing Cards Print Work #Avery https://t.co/AyRQlVpW0M via @eBay\n\n\n\n\n\n\n#Avery #Labels\n
3161                                                                                                                                                                                                                                             @disco_socialist Is his life over yet, or what? Come on, @Apple.\n
3162                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3163                                                                                                                                                                                                                                 @David_Leavitt @McDonalds Donna is the bomb, and you're a small minded brat!\n
3164                                                                                                                                                                                                                       @Reuters get samsung j7 and other unlimited gifts\n\n\n\n\n\n\nhttps://t.co/mgBC5rhcMO\n
3165                                                                                                                                                                                                                                              @jendav8675309 @CBS Thanks! - Knew 2 for sure, thought maybe 3.\n
3166                                                                                                                                                                                         silver pendnt , labradorite pendant , labradorite necklace , silver wire wrap... https://t.co/7M45Eq3d2R via @amazon\n
3167                                                                                                                                                                                   .@DonnaBernick check your twitter to see how many people are on your side.\n\n\n\n\n\n\n@McDonalds https://t.co/T6GhAjxFbv\n
3168                                                                                                                                                                        RT @GoldmanSachs: What is the next frontier of innovation? Genetic sequencing, superforecasting, Big Data and more #GSAM Viewpoints… \n
3169                                                                                                                                                                         RT @BenHighet: @easyJet @easyJet You honestly, honestly think that this is enough information to give to your customers for why yo… \n
3170                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3171                                                                                                                                                     Check out Calvin Klein Women's Sz. 7 Jeans Straight Leg Distressed  #CalvinKleinJeans #StraightLeg https://t.co/oxgioSiQ6j via @eBay\n\n\n\n\n\n\n#Jeans\n
3172                                                                                                                                                                              Check out Gordie Howe "Mr. Hockey" 1969-70 OPC # NN Detroit Red Wings HOF NM #DetroitRedWings https://t.co/9ECgKS1yVh via @eBay\n
3173                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
3174                                                                                                                                                                                                                                 @David_Leavitt @McDonalds I hope Donna has a husband, and he kicks your ass.\n
3175                                                                                                                                                                               RT @WyrdChyk: @David_Leavitt @McDonalds Headline: David Leavitt Attempts to Rob McDonalds with iPhone, Foiled by Donna Bernick\n
3176                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3177                                                                                                                                                                                                                                                                    @Disney A wonderful, imaginative story! ❤️\n
3178                                                                                                                                                                 @heathencandor @N_Fatale @David_Leavitt @McDonalds Dear McDonald's, I love how Donna handled this freeloading Inter… https://t.co/5jXQM15PUx\n
3179                                                                                                                                                                 RT @Ryanair: What’s the one thing that every European can agree on this summer? \n\n\n\n\n\n\n\n\n\n\n\n\n\nLow Fares, of course. Ryanair.… \n
3180                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
3181                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3182                                                                                                                                                                                                                       @Reuters get samsung j7 and other unlimited gifts\n\n\n\n\n\n\nhttps://t.co/TXOrrx1M7d\n
3183                                                                                                                                        RT @shna23: @David_Leavitt @McDonalds Not all heroes wear capes.\n\n\n\n\n\n\n\n\n\n\n\n\n\nGood for her!  McDonalds - you have a keeper on your hands! Please don't…\n
3184                                                                                                                                                                 RT @PatrickArnold77: @David_Leavitt @McDonalds I'm couldn't read your tweet David, I was too busy laughing about how even CBS tossed you un…\n
3185                                                                                                                                                                       RT @VicBergerIV: @David_Leavitt @McDonalds What the hell is wrong with you, you brat? Did you ever work fast food? She doesn't deser… \n
3186                                                                                                                                                                          @sheldonchang @axios @facebook @SkyhookWireless Yep. You're confusing "Find Wi-Fi" with "Facebook Wi-Fi" (https://t.co/KUs7xrruzM).\n
3187                                                                                                                                                                            RT @TEN_GOP: @David_Leavitt @McDonalds Hi @Jack, why does this guy still have an account? Does Twitter only police those on the… \n
3188                                                                                                                                                                       @Microsoft 4/ People are paying so much, they should know that this device can't be fixed, only replaced.. I feel cheated... Unethical\n
3189                                                                                                                                                                                                  @David_Leavitt @McDonalds Dude, really, you owe me a dollar for wasting my data watching this stupid video.\n
3190                                                                                                                                                                                                  Check out Lois &amp; Clark - The Complete First Season (DVD, 6-Disc Set)  https://t.co/rxKM9pCQEE via @eBay\n
3191                                                                                                                                                                                                                     RT @BaronessGabi: @DieterFrikadell @Reuters fuck off and don't write to me again, moron.\n
3192                                                                                                                                                     @Reuters Get free adult dating click here\n\n\n\n\n\n\nhttps://t.co/fS3LFsZ2Kz\n\n\n\n\n\n\nhttps://t.co/Z5aERMD7dV\n\n\n\n\n\n\nhttps://t.co/wHeRHhIO2Z\n
3193                                                                                                                                                     @Reuters Get free adult dating click here\n\n\n\n\n\n\nhttps://t.co/fS3LFsZ2Kz\n\n\n\n\n\n\nhttps://t.co/Z5aERMD7dV\n\n\n\n\n\n\nhttps://t.co/wHeRHhIO2Z\n
3194                                                                                                                                                                 @NBCTheVoice @AliyahMoulden @Toyota Baby Girl, your voice is going to span the world for decades to come, just like… https://t.co/7Y8FdGQPQL\n
3195                                                                                                                                                                                          @Reuters We need to have someone do a little of his own "Famila Style Justice" on this A-Hole and take that finger.\n
3196                                                                                                                                                                                                                                RT @Chelsea_HQ: Welcome to the family, @Nike! 👋🏻🔵✔️ https://t.co/QdnhFXMlal\n
3197                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3198                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3199                                                                                                                                                                    RT @KillerMartinis: Hey, so if you want to show support for this manager please contact @McDonalds corporate. Calling the store just fu… \n
3200                                                                                                                                                                           RT @3Quarters2Day: Who didn't like toy soldiers growing up, now get giant toy soldier bookends https://t.co/HyqPclW9sq via @amazon\n
3201                                                                                                                                                                                                                             RT @ashleymcnamara: Why I joined @Microsoft\n\n\n\n\n\n\nhttps://t.co/YkoVy3cENX\n
3202                                                                                                                                                                                                          @Km7D @Apple Pretty sure this is not what they meant by "Think Different" right, @Apple @tim_cook??\n
3203                                                                                                                                                         RT @taehyungbase: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!!Let's stream hardcore before the co… \n
3204                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3205                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3206                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3207                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3208                                                                                                                                                                                                                                              @McDonalds sooo, what do I gotta do to get that szechuan sauce?\n
3209                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3210                                                                                                                                                                                                          RT @Starbucks: "Hi! I'd wink, but my eyes are frosting." #StrawberryCakePop https://t.co/JfkPRFQsDz\n
3211                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3212                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3213                                                                                                                                                                                                RT @Reuters: Canadian heavy oil plugs gap left by OPEC, Latam https://t.co/OPlGkNUb6v https://t.co/pDQlV2ITVu\n
3214                                                                                                                                                                  Beyond a joke how @easyJet dealt with our cancelled flight from Berlin last night.  No announcements, the board just kept showing delayed..\n
3215                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3216                                                                                                                                                                           RT @Reuters: BREAKING: Suicide bomber attacked area near Afghan police, Iraqi embassy compound in Kabul - Afghan security offici… \n
3217                                                                                                                                                                 RT @eji_org: Today @Google featured the Silent Parade on its home page, acknowledging the ongoing struggle for racial equality: https://t.c…\n
3218                                                                                                                                                                                        RT @MarkDuplass: Some great @netflix finds in here, including our own BLUE JAY and 6 YEARS... https://t.co/KWmkW2jHJW\n
3219                                                                                                                                                                       RT @thalesgroup: With #CONTACT's unique network capability, each force deployed in the #battlespace becomes a source of #information… \n
3220                                                                                                                                                     don't cry if this MS-bot is dismantled twitter-staff; my job-security is at hand! go figure @Microsoft why i am... \n\n\n\n\n\n\nhttps://t.co/oGZZzc5gzP\n
3221                                                                                                                                                                                    Check out #1977 NOS Corcoran Mach 8 M 9" Side Zipper Womens New With Box L@@K #Corcoran https://t.co/CtSwDoRLFl via @eBay\n
3222                                                                                                                                                                 @amcyoung @TLRailUK @Siemens @siemens_press Maybe a weekly chart of temperature and a monthly one, etc. Links to lo… https://t.co/wdSPzYYbiS\n
3223                                                                                                                                                                           RT @jonlis1: Devastating from @Reuters. Every day, UK's folly is further exposed. The only card May had - and needed - was time.… \n
3224                                                                                                                                                                  RT @Samsung: New technology’s 1.2Gbps downlink speed enables mobile HD movie downloads in 10 seconds ⏱️\n\n\n\n\n\n\nhttps://t.co/lLeEcbDLmf\n
3225                                                                                                                                                                                                               @McDonalds I need that god damn sauce, I'll go to mcdonalds  every day if that's what it takes\n
3226                                                                                                                                                                 @IAyfarah @TRobinsonNewEra @amazon @Twitter Peaceful Muslim, but posts videos of violence from a well know terroris… https://t.co/mkeB9jkfLM\n
3227                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/zc1txKXx4w\n
3228                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3229                                                                                                                                                             So trying to watch #GameOfThrones &amp; know have work tomorrow but @ATT service goes down. So restart, turn off/on wif… https://t.co/aqaxHK7kia\n
3230                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3231                                                                                                                                                                                                Check out Sir Ivan (Featuring Debbie Gibson) - "I Am Peaceman" - USB Drive  https://t.co/PhXJm9Yqv3 via @eBay\n
3232                                                                                                                                                                           RT @Reuters: BREAKING: Suicide bomber attacked area near Afghan police, Iraqi embassy compound in Kabul - Afghan security offici… \n
3233                                                                                                                                                                     .@Accorhotels Finds Competing With @Expedia Is Harder Than Expected via @skift https://t.co/D2pIoAhzms \n\n\n\n\n\n\n#BookDirect #Travel\n
3234                                                                                                                                                                           RT @Reuters: WATCH: Putin says U.S. must cut 755 diplomatic staff, more measures possible. Read here: https://t.co/tQhY3H3pPG vi… \n
3235                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3236                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3237                                                                                                                                                                             RT @Apple: Watch The Rock and Siri dominate the day. Just ask Siri, "What are you and The Rock up to?” https://t.co/lNcPdPaENi… \n
3238                                                                                                                                                                                                Check out Bogari Women's Blue, Knit Top Size L NWT #Bogari #KnitTop #Casual https://t.co/dzk5zNvTqR via @eBay\n
3239                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3240                                                                                                                                                                 @BBCNewsnight Remoaner Michael O'Leary and now "aerospace body ADS" (who?) say 'problems', @easyJet on the other ha… https://t.co/Z1OZNpGNgd\n
3241                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3242                                                                                                                                                             RT @Citi: Jane Fraser, CEO Latin America, on the importance of @Citibanamex to #Mexico &amp; to #Citi’s global franchise https://t.co/jvU35hz9eU\n
3243                                                                                                                                                                 @Ryanair I have a booking - INEPFI - TO PERPIGNAN- need to change grandsons name to Finn, as Jack has broken his leg - surname stil McCarthy\n
3244                                                                                                                                                         RT @pscoordsen13: #MondayMotivation #BatB Season 4 now available on @netflix Check out \n\n\n\n\n\n\nhttps://t.co/EW3f6Bs0S1 https://t.co/dBPtu8t87s\n
3245                                                                                                                                                                                                          RT @Starbucks: "Hi! I'd wink, but my eyes are frosting." #StrawberryCakePop https://t.co/JfkPRFQsDz\n
3246                                                                                                                                                               @facebook \n\n\n\n\n\n\nI was trying to add more groups and got locked out. It seems to have been an automated thing. I don't know what to do.\n
3247                                                                                                                                                               RT @r00t0vi4: Vulnreport is an open-source pentesting management and automation platform by @salesforce\n\n\n\n\n\n\nhttps://t.co/yjVRafr3Ar… \n
3248                                                                                                                                                                                     RT @Danone: Think Positively and exercise daily. Eat healthy, work hard, stay strong, worry less, read more. Be happy.… \n
3249                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3250                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3251                                                                                                                                                                                      RT @slyyypanda: This thread between @LIRIK, some moron, and @verizon actually had me dying 😂😂 https://t.co/hfzfeSA3jL\n
3252                                                                                                                                                                                RT @persuasive2018: We are looking forward to having @jhreha Head of Product, Behavioral Sciences @Walmart for the upcoming… \n
3253                                                                                                                                       RT @IglesiasRondina: Machiavelli and the Jesuits: An Introduction (The Anti-Machiavellians) \n\n\n\n\n\n\n https://t.co/S0IlbmPnPk  via @amazon\n\n\n\n\n\n\n#book #h…\n
3254                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3255                                                                                                                                                                 @toates_19 @DrJNurse It’s likely @Apple, @Google or someone else will get our full medical records on our phones be… https://t.co/Bc9MgaHbuf\n
3256                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3257                                                                                                                                                                 RT @dfreedavinci: "Niggas say they bout that bread but ain't showin no effort" #spon #freestyle50challenge @300 @verizon @Tee_Grizzley http…\n
3258                                                                                                                                                                             RT @Google: Today's #GoogleDoodle in Mexico honors Gilberto Bosques Saldívar, who saved 40,000 Jews and refugees during WWII →… \n
3259                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/RBHhfeffe6\n
3260                                                                                                                                                                                           BLUEDIO T3 Wireless Bluetooth 4.1 Headset Cordless HiFi Stereo Headphones, Black https://t.co/6lt64DDiby via @eBay\n
3261                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3262                                                                                                                                                                                                         RT @BMW: A design icon, reinvented. \n\n\n\n\n\n\nThe #BMW Concept #8series. https://t.co/dZBGpDAEIc\n
3263                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3264                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3265                                                                                                                                                                                                   RT @Reuters: Putin says U.S. must cut 755 diplomatic staff, more measures possible https://t.co/OyEElmp8rP\n
3266                                                                                                                                                                             @RobBenedict @dicksp8jr @KingsOfCon OMC, I signed &amp; RT! @netflix the #SPNFamily needs @KingsOfCon! ❤ https://t.co/D7GdYeb5zO\n
3267                                                                                                                                                                               RT @Reuters: Trump bump: Court fights draw big money into attorney general races https://t.co/4jdZ20PT0K by @lawrencehurley,… \n
3268                                                                                                                                                                                Check out I CAN BE A DINOSAUR FINDER PALEONTOLOGIST PC CD ROM,LEARNING ADV. SERIES WIN/MAC  https://t.co/S9gZgzHkrV via @eBay\n
3269                                                                                                                                                                                                                                                 RT @Disney: "Oh, great! He's loose!" https://t.co/w74z3ycecm\n
3270                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3271                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3272                                                                                                                                                                              RT @Reuters: China's overall debt levels still high, central bank official says https://t.co/OJmvEPcQxW https://t.co/UOUGW36h6x\n
3273                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3274                                                                                                                                                    RT @MapesaSteven: #KFCBWinningInDisruption\n\n\n\n\n\n\nDr. @EzekielMutua : @infokfcb is working with @Google in Web rangers programme to promote Intern…\n
3275                                                                                                                                   RT @MissBobo: #KFCBWinningInDisruption\n\n\n\n\n\n\n@infokfcb is working with tech companies like @Google &amp; @Facebook to promote online safety\n\n\n\n\n\n\n@EzekielM…\n
3276                                                                                                                           RT @Jillian__Butler: Road trip to New York with @JessicaVosk:\n\n\n\n\n\n\n\n\n\n\n\n\n\nJess: "omg it's Sunday... I can have @McDonalds"\n\n\n\n\n\n\nMe: "So...we're going ya?"…\n
3277                                                                                                                                        A @Ryanair #B737-800 ready for #takeoff at @BaselAirport\n\n\n\n\n\n\nhttps://t.co/JoNUG2OgMP\n\n\n\n\n\n\n#avgeek #aviation #RyanairFlights… https://t.co/8DpZ9St4No\n
3278                                                                                                                                                                                 Creating Actions in @SAP, everything you need to know from @epiuselabs @sapmentors @daniellelarocca… https://t.co/KbGbGpvbmJ\n
3279                                                                                                                                                    @pepsi The spectacle in Skopje is approaching so book your accommodation for SPECIAL PRICE! \n\n\n\n\n\n\nNow, directly on our w… https://t.co/NPq3J8RCzI\n
3280                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3281                                                                                                                                                                                                          RT @Starbucks: "Hi! I'd wink, but my eyes are frosting." #StrawberryCakePop https://t.co/JfkPRFQsDz\n
3282                                                                                                                                                                                                               Make it so! Everyone on my TL, Please Retweet! @McDonalds Please help. https://t.co/WRY3A8oStZ\n
3283                                                                                                                                                                @MikeGeneMose at 1:13:55 of "The Toll" (S01 Ep10) of #Ozark on @netflix 😳 If you're not watching this show, you're missing out. #goodtv #wow\n
3284                                                                                                                                                                                                                  Check out Vintage  Set of 4 Wood Tapered Table Legs 26"   https://t.co/6ElDmtBe8C via @eBay\n
3285                                                                                                                                                                                                              RT @HYPEBEAST: Favorite for @adidas or retweet for @Nike. \n\n\n\n\n\n\nhttps://t.co/2WGlO6zLbT\n
3286                                                                                                                                                                 @Costco Order #2, I scheduled an afternoon delivery, allowed me to work a half day until noon, night before call says appt is late morning..\n
3287                                                                                                                                                                  @Tesco Cheers for the reply, but I actually rang my local store to check stock there and they looked up delivery options for me from there.\n
3288                                                                                                                                                                             Check out Antique Tiffin EAPG Petal Loop Bedside Oil Lamp, Atterbury Base H, B &amp; H Burner  https://t.co/IXojsnZMpf via @eBay\n
3289                                                                                                                                                                                                          RT @Starbucks: "Hi! I'd wink, but my eyes are frosting." #StrawberryCakePop https://t.co/JfkPRFQsDz\n
3290                                                                                                                                                                                                                        @CocaCola please release a cantaloupe flavour coca cola,would love to buy it from you\n
3291                                                                                                                                                                            RT @amazon: Need a new look? Let's see what you can fashion together: Get 40-50% off Prime-exclusive clothing, shoes, and more:… \n
3292                                                                                                                                                                         RT @Reuters: India's Snapdeal calls off sale to Flipkart, to pursue independent path https://t.co/FAjeyNVJof https://t.co/J1MTMkKhQY\n
3293                                                                                                                                                                                                                                                 RT @Disney: "Oh, great! He's loose!" https://t.co/w74z3ycecm\n
3294                                                                                                                                                                                              RT @Apple: Want more of The Rock x Siri? Just ask Siri: “Hey Siri, what are you and The Rock up to?” #ROCKxSIRI\n
3295                                                                                                                                                                        ON SALE! Check out WOODEN NWOT DART BOARD SET - Blonde Wood Wall Mounted Case - "The King of Arms"  https://t.co/67zzeE0f93 via @eBay\n
3296                                                                                                                                                                   RT @Theelectronica: #PECHAM Gaming Headset with Mic \n\n\n\n\n\n\nhttps://t.co/JX7f02Kimt  via @amazon\n\n\n\n\n\n\n#gaming #GamingHeadset\n
3297                                                                                                                                                                                                         RT @BMW: A design icon, reinvented. \n\n\n\n\n\n\nThe #BMW Concept #8series. https://t.co/dZBGpDAEIc\n
3298                                                                                                                                                                                                         RT @BMW: A design icon, reinvented. \n\n\n\n\n\n\nThe #BMW Concept #8series. https://t.co/dZBGpDAEIc\n
3299                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3300                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3301                                                                                                                                                                                  If you're experiencing issues with your @verizon wireless service, don't worry, it's not just you.… https://t.co/glDL3ijkoH\n
3302                                                                                                                                                                                                                                                 RT @Disney: "Oh, great! He's loose!" https://t.co/w74z3ycecm\n
3303                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3304                                                                                                                                                                 RT @Toyota: It all started with this @KyleBusch win at Atlanta on March 9, 2008. Congrats on 100 Cup wins @ToyotaRacing! https://t.co/AM4AP…\n
3305                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3306                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3307                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3308                                                                                                                                                                                                                  Check out Boston arch shaped patch 4.5" across #Unbranded https://t.co/ojdlXLeiLU via @eBay\n
3309                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3310                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/g0BBvAu9bn\n
3311                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3312                                                                                                                                                                                                                        Check out Topless Woman Wood Statue 8" Hand Carved  https://t.co/iOxE6rHIB1 via @eBay\n
3313                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/LxwXFCF9c9\n
3314                                                                                                                                                  @McDonalds coffee cups are superior to all other coffee cups \n\n\n\n\n\n\n\n\n\n\n\n\n\nPlus, the lid looks like a surprised face! https://t.co/ATjlKfqWsE\n
3315                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3316                                                                                                                                                                           Pearl and Sterling Silver Ring with Small Diamonds, Signed ISP - size 7-Openwork  https://t.co/2NEu6cPuJK via @eBay #jewelry #fine\n
3317                                                                                                                                                                                              RT @Reuters: MORE: U.N. Ambassador Haley says Japan, South Korea must increase pressure https://t.co/lXZZxsrJsd\n
3318                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3319                                                                                                                                        #MondayMotivation 🌸Master your #SelfTalk and you master your life\n\n\n\n\n\n\n#survivorrealm 35 \n\n\n\n\n\n\n🌸via @OraNadrich https://t.co/vtSMu3TadX via @amazon\n
3320                                                                                                                                                                 Clare Tiernan, our Information and Support lead has been working with Liz Wilkie, @Tesco community champion  on acc… https://t.co/yh5jiixr7Y\n
3321                                                                                                                                                                 RT @CocaCola: Know an Ashley? RT this tune to her, and share many more. Find yours now at https://t.co/yhiInuuqev and #ShareaCoke. https://…\n
3322                                                                                                                                                                             RT @Shell: Join us with 7 energy innovations, international artists @luansantana @PixieLott @IAMJHUD &amp; more. All united to… \n
3323                                                                                                                                            Unisys named Azure Innovation Partner of the Year for the second time in three years.  @unisyscorp @Microsoft \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/i2GrWwpTBv\n
3324                                                                                                                                                                Aerospace giant @Boeing set to land in #Sheffield after council grants planning permission\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/YWIuWv029S\n
3325                                                                                                                                                                                   🤣🤣🤣 So we should believe him this time?? ANALysts UGH!\n\n\n\n\n\n\n$FB @facebook \n\n\n\n\n\n\nhttps://t.co/K9IV7b0phC\n
3326                                                                                                                                                                      RT @thriftyfifty6: Check out 1937 Pitcher, Coronation of King Edward VIII, Empire Porcelain, England  https://t.co/8zGGh8l1SN via @eBay\n
3327                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3328                                                                                                                                       RT @mvollmer1: .@SAPAriba Latin America business is over the top #Cloud\n\n\n\n\n\n\ndelivers threefold revenue growth @SAP https://t.co/2kxt0DXEqe  \n\n\n\n\n\n\n@a…\n
3329                                                                                                                                                Get 5000 GlobalBoost® $BSTY digital coins through ease &amp; security of @eBay today!\n\n\n\n\n\n\n#Blockchain #Bitcoin #Veterans #DC https://t.co/NWg8u4pz29\n
3330                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3331                                                                                                                                                                                    Check out ZUMBA Street Fresh Shoes Trainers Sneakers -Black 6, 6.5, 8, 8.5, 9, 9.5, 10  https://t.co/cVbbXZ0k9K via @eBay\n
3332                                                                                                                                                                            RT @Reuters: After campaign to oust Pakistan PM, Imran Khan looks to take the job https://t.co/6VWPIRqY9j https://t.co/lMKlirvGrR\n
3333                                                                                                                                                                                                       @Starbucks please fix your clear cold cup design, I'm sick of getting coffee on my hands and car seats\n
3334                                                                                                                                                                                                                                                    Good Job @Apple\n\n\n\n\n\n\nNot. https://t.co/R9Gf7HgXdZ\n
3335                                                                                                                                                                         RT @Reuters: India's Snapdeal calls off sale to Flipkart, to pursue independent path https://t.co/FAjeyNVJof https://t.co/J1MTMkKhQY\n
3336                                                                                                                                                                    Come party with us, @Oracle, @BounceExchange, @Localytics, and @PD_Engage at eTail East happy hour on August 16!… https://t.co/T2XOx4A4O0\n
3337                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3338                                                                                                                                                                                         Check out Kurt S Adler 4.5" Ribbon Candy with Glitter Christmas Ornaments Yellow Green https://t.co/9KLBOwN1PI @eBay\n
3339                                                                                                                                                                                Check out Vintage Seabees Pottery Mug,white,logo,1950s,lg size -military,Navy,construction  https://t.co/EvGYLeAMJQ via @eBay\n
3340                                                                                                                                                                 @emmaemail @comcast Yes still having the same issues, over a VPN or cellular network (aka not my home Comcast netwo… https://t.co/cuLW3nxSM3\n
3341                                                                                                                                                                                                                    PSA: tragically, @netflix is taking off 10 Things I Hate About You starting tomorrow.....\n
3342                                                                                                                                                                                      RT @HYPEBEAST: Get ready for @virgilabloh's Off-White™ x @Nike collection to drop.\n\n\n\n\n\n\nhttps://t.co/y0ZtiZv7FL\n
3343                                                                                                                                                                                                                                           @Disney @DisneyPixar GIVE ME A JOB, PLEASE https://t.co/X7e4v5q5eU\n
3344                                                                                                                                                                 RT @EliseOnDeadline: @TimOBrien "This is not a Trump-induced rally." -- @GoldmanSachs investment management division in report to NJ Invest…\n
3345                                                                                                                                                    RT @momwithoutlabel: Are you ready for school? We're feeling prepared thanks to @Walmart! #Ad #BacktoBusiness\n\n\n\n\n\n\n&gt; https://t.co/vk7KdrZUk2… \n
3346                                                                                                                                                                                            Rainbow Light Candida Cleanse, Food Based, Tablets, 120 tablets Rainbow Light https://t.co/7jPLl1cuCf via @amazon\n
3347                                                                                                                                                                                                        RT @Apple: Want more of The Rock x Siri? Just ask Siri, “What are you and The Rock up to?” #ROCKxSIRI\n
3348                                                                                                                                                                                         Source Naturals N-Acetyl L-Tyrosine 300mg, 120 Tablets by Source Naturals Sou... https://t.co/U76k0BBwZX via @amazon\n
3349                                                                                                                                                                                                                                                                      @Walmart Thanks Tammi, you as well!! 🙂\n
3350                                                                                                                                                                                   Check out Vintage Sterling Silver 24" Necklace &amp; Tazmanian Devil Pendant, Estate Jewelry https://t.co/DUkesKAZqJ @eBay\n
3351                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3352                                                                                                                                                                   @Ford Motor Company said earlier this year that it will move production  of the next-generation Focus compact, due in about two years,....\n
3353                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3354                                                                                                                                                                           RT @Reuters: EXCLUSIVE: Qatar launches World Trade Organization complain to challenge trade boycotts by Saudi Arabia, Bahrain, UAE\n
3355                                                                                                                                                                           RT @Reuters: EXCLUSIVE: Qatar launches World Trade Organization complain to challenge trade boycotts by Saudi Arabia, Bahrain, UAE\n
3356                                                                                                                                                                                      RT @slyyypanda: This thread between @LIRIK, some moron, and @verizon actually had me dying 😂😂 https://t.co/hfzfeSA3jL\n
3357                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3358                                                                                                                                                                                                         RT @Newsarama: Hey @Google, Give JACK KIRBY a DOODLE https://t.co/MRXtOt8R8k https://t.co/jEZcoPhhrB\n
3359                                                                                                                                                                  RT @MortySmithEsq: @comcast If it is positive for the consumer, why has Comcast, Verizon, and AT&amp;T spent $572 MILLION on lobbying the… \n
3360                                                                                                                                                                                                         RT @Newsarama: Hey @Google, Give JACK KIRBY a DOODLE https://t.co/MRXtOt8R8k https://t.co/jEZcoPhhrB\n
3361                                                                                                                                                                                                                  RT @RyankPotter: MAKE THJS HAPPRN \n\n\n\n\n\n\n@Disney I NRED THUS https://t.co/ZPczWHJpwb\n
3362                                                                                                                                                                               RT @GoldmanSachs: PODCAST: $GS on the retail sector: It's not about ecomm vs. brick-and-mortar, but a “marriage of the two”:… \n
3363                                                                                                                                                                 RT @CDWCorp: Ditch attachments and thumb drives with @Adobe Acrobat Document Cloud, built for the way people work today. https://t.co/Smwiz…\n
3364                                                                                                                                                                   @ARRIS thanks for fucking things up by adding "security"; time to throw this gateway in the trash. @comcast is guilty too. shitty company.\n
3365                                                                                                                                                                           @ATT seemingly large cell outage across central florida. ATT &gt; "crickets". Why not inform customers? timeline? #epic #fail #att\n
3366                                                                                                                                                                           RT @Reuters: EXCLUSIVE: Qatar launches World Trade Organization complain to challenge trade boycotts by Saudi Arabia, Bahrain, UAE\n
3367                                                                                                                                                                     RT @luvsParis: Check out FINAL SALE  Lot 19  Vintage Mid Century Modern Metal Trays 9 x 14 , 4 styles  https://t.co/GExOngq4AT via @eBay\n
3368                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3369                                                                                                                                                                                                                                                 RT @Disney: "Oh, great! He's loose!" https://t.co/w74z3ycecm\n
3370                                                                                                                                                                Members @Cisco &amp; @NIglobal to present webinar on #TSN network readiness August 2, 1pm ET @IIConsortium #IICSeries https://t.co/og8gChhzzs\n
3371                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3372                                                                                                                                                                                   Oh man. Another of the theatrical greats. Been liking him most recently in "Bloodline" on @netflix https://t.co/nuP2aUKauY\n
3373                                                                                                                                                                  Check out Alegria PMI Teddy #BEAR PLUSH Green coat hat  Stuffed Animal 10" Dark Brown  #PMI  #plush #kids https://t.co/wHkFt5THz2 via @eBay\n
3374                                                                                                                                                                          Check out Creatives: #Animals, Babies, &amp; Habitats #Children's #Puzzle (sealed) 8901870002946  https://t.co/HAOyIc0ixN via @eBay\n
3375                                                                                                                                                                             @Ryanair why is flight FR166 from SXF to BRU late? \n\n\n\n\n\n\nWe also had delay in flight FR1147 from SKG to SXF today.......\n
3376                                                                                                                                                                 @comcast If @comcast @nbc @nbcsnl has stolen your federal Trademark, Patent or Business Name, contact me today!  Tr… https://t.co/YbzyLElaUd\n
3377                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3378                                                                                                                                                                     RT @thriftyfifty6: Check out Vintage Westinghouse Electric Hump Back Mantel Clock, Mahogany, Working!  https://t.co/BXy84dPxpI via @eBay\n
3379                                                                                                                                                                 If @comcast @nbc @nbcsnl has stolen your federal Trademark, Patent or Business Name, contact me today!  Trademark s… https://t.co/V3DYKdIZsf\n
3380                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3381                                                                                                                                                             RT @FastCompany: From Ferguson, MO, to military towns, @Starbucks is rejuvenating American cities, &amp; redefining what a brand can be. https:…\n
3382                                                                                                                                                                     @ATT You guys are a joke! Straight robbing people, haven't had cell service for 3 days going on 4, and you reject the errors on my bill!\n
3383                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3384                                                                                                                                                                       RT @Momhatescooking: Right now Buy 5, Earn $5 with @boxtops4edu @Walmart! https://t.co/aUtRKiD0h3 #BoxTops #ad https://t.co/mXUxkhFgdU\n
3385                                                                                                                                                                     RT @SAP: Digital innovation and investment are growing by leaps and bounds:\n\n\n\n\n\n\nhttps://t.co/dvQz6xoN45 https://t.co/QwwHduiVd9\n
3386                                                                                                                                                                                                                                            @Reuters Yeah right, and the GOP is not guilty of gerrymandering.\n
3387                                                                                                                                                                             Half of today’s shoppers patronize +3 grocery stores, are you in this group? #Retail @amazon @WholeFoods https://t.co/gIXIEVwmY0\n
3388                                                                                                                                                                           RT @Reuters: EXCLUSIVE: Qatar launches World Trade Organization complain to challenge trade boycotts by Saudi Arabia, Bahrain, UAE\n
3389                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3390                                                                                                                                                                " I have one for use on a T5, it works superbly, love it". 😍Latest comment on our @facebook page. A customer talkin… https://t.co/Wn50eek9Tx\n
3391                                                                                                                                                  RT @SJEarthquakes: We had a feeling we'd be seeing this in the nominees. 😎\n\n\n\n\n\n\n\n\n\n\n\n\n\nVOTE for @nick__lima for @ATT Goal of the Week! ✅… \n
3392                                                                                                                                                               RT @FlodaWP: Here y'all go \n\n\n\n\n\n\n\n\n\n\n\n\n\n#Freestyle50challenge \n\n\n\n\n\n\n\n\n\n\n\n\n\n@300 @verizon https://t.co/BEgo1fTo3N\n
3393                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/MaOHAQNJwz\n
3394                                                                                                                                                                   RT @SheZow_WordGirl: Today is the #LastDay, and this will be your final chance to watch all #SheZow episodes on @netflix, before it will… \n
3395                                                                                                                                                             RT @FastCompany: From Ferguson, MO, to military towns, @Starbucks is rejuvenating American cities, &amp; redefining what a brand can be. https:…\n
3396                                                                                                                                                                        RT @amazon: Introducing #AmazonGo, a new kind of store with no lines and no checkout. https://t.co/WMii0bWevi https://t.co/OmZdzobA5F\n
3397                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3398                                                                                                                                                                           RT @jonlis1: @nazgar001 @JolyonMaugham @Reuters Traditionally, the moment you're sitting at the negotiating table to discuss pos… \n
3399                                                                                                                                                                                                                                         @McDonalds now that no one is looking, how bout some of that sauce!?\n
3400                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3401                                                                                                                                                                               RT @JohnDeere: Bigger lift, smaller machine. The new John Deere 30G excavator. https://t.co/9yXPao3BGs https://t.co/erJcLuejLR\n
3402                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3403                                                                                                                                                                           RT @cbrennansports: After @adidas announces it "regrets" the "wrong" AAU decision, I'll be discussing this sexist mess on @HLNTV… \n
3404                                                                                   RT @ModemusS: Placed order @amazon June 28th. \n\n\n\n\n\n\nWith free ship, d-date July 5\n\n\n\n\n\n\n\n\n\n\n\n\n\nActual delivery:\n\n\n\n\n\n\nNow, 48 hrs after order was placed.\n\n\n\n\n\n\n\n\n\n\n\n\n\nWhat ar…\n
3405                                                                                                                                                                       @Reuters We have a great Green Party candidate for NJ governor, Seth Kaper-Dale. He supports Medicare for All! https://t.co/trsD4d1mSI\n
3406                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/SQ6cITTJdw\n
3407                                                                                                                                                                                                   I just listed: 'Lapis Lazuli and Yellow Jade Cluster Earrings', for 58 via @amazon https://t.co/eYvbqGF1MV\n
3408                                                                                                                                                                                @NYSBA @comcast @nbc @nbcsnl Lawsuit being filed in NC Federal Court for Trademark Infringement of "RANDY CANDY"! Stay Tuned!\n
3409                                                                                                                                                          It’s time for @Nissan to support working people's freedom to join together for better \n\n\n\n\n\n\n@aflcio #DoBetterNissan https://t.co/8s67CIGCBh\n
3410                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3411                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3412                                                                                                                                             It’s time for @Nissan to support working people's freedom to join together for better \n\n\n\n\n\n\n@aflcio #DoBetterNissan\n\n\n\n\n\n\nhttps://t.co/abo5ztaspb\n
3413                                                                                                                                                                                                                                          @fatmansu @JR8Ramirez @Marvel @netflix I say Ghost, Tommy or Tariq.\n
3414                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3415                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3416                                                                                                                                                           @insomiacish @nycjim @Reuters Who do u think is paying for all those 🛫, 🥗 &amp; hotel rms. Who gets the $ for reception… https://t.co/oSPBrhMq2H\n
3417                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3418                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3419                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3420                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3421                                                                                                                                                                                                                                                       @Tesco which I didn't have with me, prefer the key one\n
3422                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3423                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3424                                                                                                                                                                                Check out 1851 1/2C BN Braided Hair Half Cent. MINT ERROR. Underweight Planchet. MS64, NGC  https://t.co/VIHKjHI7YW via @eBay\n
3425                                                                                                                                                                      @usagi704 @amazon On a serious note though, majority of my game purchases from them lately end up with discs loose. I can't stand that.\n
3426                                                                                                                                                                 RT @iotconsortium: By 2020, the average cost of #IoT sensors is expect to drop to just $0.38 via @GoldmanSachs @businessinsider https://t.c…\n
3427                                                                                                                                                                           RT @McDonalds: @KailynReagan What are you waiting for, Kail? We've got some Hash Browns here with your name on them. Come on over!\n
3428                                                                                                                                                                                       Check out Victoria's Secret Shiny Hair Shampoo and Conditioner, New #VictoriasSecret https://t.co/VIrnGFmbtf via @eBay\n
3429                                                                                                                                                                              @CEDRICtus @easyJet Why not if you have time, share your airport experience and photos by reviewing on… https://t.co/pPPAVbTCet\n
3430                                                                                                                                                                                        https://t.co/7PTdpgjQhr is this for real @Starbucks I expect a response. This is unbelievable to me, a Starbucks fan.\n
3431                                                                                                                                                                            RT @AutoblogPodcast: On this week's podcast: We discuss the #DodgeDemon, the 2018 @Honda Accord, and the @MercedesBenz #XClass:… \n
3432                                                                                                                                                                                            @Marshall_Phil @amazon My pleasure! Someone beat me to it on the Nerdy Language Majors FB page. Congrats, friend!\n
3433                                                                                                                                                                                     Check out BREEDING THOROUGHBREDS, Colonel John F. Wall, First Edition 1946 + Ephemera  https://t.co/m7ovVz1x8M via @eBay\n
3434                                                                                                                 (1/2) \n\n\n\n\n\n\n------Original Message------\n\n\n\n\n\n\nFr: 21212\n\n\n\n\n\n\nSent: Dec 15 11:56am\n\n\n\n\n\n\nMessage: 1/2: @Oracle: RT @OracleDevs: Open Sourcing Bare Metal Cloud\n
3435                                                                                                                                                                                Check out NEW ✿ Classic Match Our Version Of Obsession For Men Eau De Toilette Spray, 2.5   https://t.co/C1OghNkdyI via @eBay\n
3436                                                                                                                                                               RT @FlodaWP: Here y'all go \n\n\n\n\n\n\n\n\n\n\n\n\n\n#Freestyle50challenge \n\n\n\n\n\n\n\n\n\n\n\n\n\n@300 @verizon https://t.co/BEgo1fTo3N\n
3437                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3438                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3439 RT @ValaAfshar: Years to reach 50M users:\n\n\n\n\n\n\n\n\n\n\n\n\n\n✈️ 68\n\n\n\n\n\n\n🚙 62\n\n\n\n\n\n\n☎️ 50\n\n\n\n\n\n\n💡 46\n\n\n\n\n\n\n📺 22\n\n\n\n\n\n\n💻 14\n\n\n\n\n\n\n📱 12\n\n\n\n\n\n\n💳 12\n\n\n\n\n\n\n@YouTube 4\n\n\n\n\n\n\n@facebook 3\n\n\n\n\n\n\n@Twitter 2 —@ritholtz https://t…\n
3440                                                                                                                                                   Everyone needs a good #MomSneak @netflix binge watch session. 📺\n\n\n\n\n\n\nSee how to WIN 6 mos of Netflix streaming! https://t.co/3LQdwj8y0T #giveaway\n
3441                                                                                                                                                                                                            RT @netflix: Fool me once, strike one. But fool me twice... strike three. https://t.co/VVyUvWXqae\n
3442                                                                                                                                                                             RT @Apple: Watch The Rock and Siri dominate the day. Just ask Siri, "What are you and The Rock up to?” https://t.co/otVjIlpwzd… \n
3443                                                                                                                                                                                                             RT @Reuters: HBO says data hacked, media says 'Game of Thrones' targeted https://t.co/8c8gSyE5hq\n
3444                                                                                                                                                                                                             RT @Reuters: HBO says data hacked, media says 'Game of Thrones' targeted https://t.co/8c8gSyE5hq\n
3445                                                                                                                                                                                                             RT @Reuters: HBO says data hacked, media says 'Game of Thrones' targeted https://t.co/8c8gSyE5hq\n
3446                                                                                                                                                                                                             RT @Reuters: HBO says data hacked, media says 'Game of Thrones' targeted https://t.co/8c8gSyE5hq\n
3447                                                                                                                                                                           Get your Hair back. SugarBearHair Vitamins, 60 Count (1 Month S... by SugarBearHair for $32.99 https://t.co/Dg8gooHPjq via @amazon\n
3448                                                                                                                                                                           Get your Hair back. SugarBearHair Vitamins, 60 Count (1 Month S... by SugarBearHair for $32.99 https://t.co/8dhVxJjeVG via @amazon\n
3449                                                                                                                                                                                                                       @dicksp8jr @KingsOfCon I just signed it\n\n\n\n\n\n\n@netflix  We want our @KingsOfCon\n
3450                                                                                                                                                                                                         Check out Miss Me JE6048B2R Boot Cut Jeans, Sz 26 #MissMe #BootCut https://t.co/Fa6G3QYqAM via @eBay\n
3451                                                                                                                              RT @eBay: Fits in elevator. ✅\n\n\n\n\n\n\nWeighs 130 pounds. ✅\n\n\n\n\n\n\n80 mpg. ✅\n\n\n\n\n\n\n\n\n\n\n\n\n\nIs this the world's smallest car? #ebaymotors #ebayfinds… \n
3452                                                                                                                                                                                                                         RT @McDonalds: @ahhmeeee How about a reunion soon, Aimee? We'd love to see you both!\n
3453                                                                                                                                                                                        RT @McDonalds: @Bryan_glz It sounds like you’re having a fantastic day! Thanks for letting us be a part of it, Bryan!\n
3454                                                                                                                                                                            RT @zylotweet: How #machinelearning works, as explained by @Google @dannysullivan https://t.co/n2JCnNitMk https://t.co/PFUP5kauen\n
3455                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3456                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3457                                                                                                                                                              Volunteering helped me start @Barcampghana with others &amp; ultimately got me my @Google job, thru my track record. I… https://t.co/NNkVp0apSH\n
3458                                                                                                                                                                                        RT @YanniKouts: #Qatar launches WTO complain to challenge trade boycotts by Saudi Arabia, Bahrain, UAE. /via @Reuters\n
3459                                                                                                                                        RT @Ryanair: Fly to Denmark for just £1! 😮✈️\n\n\n\n\n\n\n\n\n\n\n\n\n\nSALE ENDS AT MIDNIGHT!\n\n\n\n\n\n\n\n\n\n\n\n\n\nBook now, only at https://t.co/cgLkPq5oJZ… \n
3460                                                                                                                                 RT @MizzouFootball: Report day = @Nike Day 👟💯🔥\n\n\n\n\n\n\n\n\n\n\n\n\n\n📷 https://t.co/uvfUdTRbQq\n\n\n\n\n\n\n\n\n\n\n\n\n\n#MIZ #ShowMe 🐯🏈 https://t.co/bVOjfk1D0h\n
3461                                                                                                                                                                                                                Check out The Sandos Cancun - August 25- September 2, 2017  https://t.co/OLq2BZ7eh5 via @eBay\n
3462                                                                                                                                                      @VW Parental guide from Jesus.              https://t.co/NaD46DBZrI\n\n\n\n\n\n\nJesus talks to this Claire like daily or at least weekly in New Mexico\n
3463                                                                                                                                                                                Check out Holly Pond Hill Friendship Themed Stickers with Words, Susan Wheeler Rabbits NIP  https://t.co/kTmYijJjcU via @eBay\n
3464                                                                                                                                                                           Check out 2pcs 20" FREIGHTLINER Vinyl Sticker Decal Graphic COLUMBIA CASCADIA SEMI TRUCK #Oracal https://t.co/pmWcSUHMtz via @eBay\n
3465                                                                                                                                                            Kick off the school year with Back 2 School Fest, presented by @Shell, this Saturday, August 5 at @XULA1925 \n\n\n\n\n\n\nhttps://t.co/tAcbPFF7gU\n
3466                                                                                                                                                        @Ford my 2017 escape at full tank usually shows anywhere between 530km-575km to empty.\n\n\n\n\n\n\nNow its showing 675km to empty. Is this an error?\n
3467                                                                                                                                                                                                                                                                 @Tesco Never tried couscous,what is it like?\n
3468                                                                                                                                                                                  RT @Reuters: Wal-Mart shuffles U.S. leadership teams in food, merchandising https://t.co/L0s734T5TK https://t.co/3vp6v2NxSA\n
3469                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3470                                                                                                                                                                  RT @McDonalds: The time has officially come. Try the new Sriracha Mac Sauce. For a limited time, starting tomorrow. https://t.co/CRiMBc743K\n
3471                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3472                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3473                                                                                                                   RT @TheHackersNews: CNN Sub-domain Hacked by Turkish Hacker (Same Group Who Hacked @Reuters Last Week)\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/TfUo5JcTgz\n\n\n\n\n\n\n\n\n\n\n\n\n\ncc:… \n
3474                                                                                                                                                                    RT @LGTM_S: #Freestyle50challenge @verizon \n\n\n\n\n\n\n\n\n\n\n\n\n\nSACÉ THE HOTTEST YOUNGIN FLEXIN!!!! 🗣🗣🗣🗣🗣🗣 https://t.co/npduZrY4nj\n
3475                                                                                                                                                                                                                              RT @gbhavra: Just got the Xperia Z3, best phone ever!! Thanks @Sony @sonyxperia\n
3476                                                                                                                                                                            RT @SwitHak: @TheHackersNews @Reuters @CNN @cnnbrk @cnni It's a little bit more websites. Coca-Cola sub, marvel sub, linkinpark… \n
3477                                                                                                                                                                     I wish I, like @netflix when they hype "17 new TV shows and movies added in the past week," could get away just mailing it in like that.\n
3478                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3479                                                                                                                   RT @TheHackersNews: CNN Sub-domain Hacked by Turkish Hacker (Same Group Who Hacked @Reuters Last Week)\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/TfUo5JcTgz\n\n\n\n\n\n\n\n\n\n\n\n\n\ncc:… \n
3480                                                                                                                                                                                                      @jimmywhis @comcast @XFINITY This is horrible. I'm going through the same thing, I go over every month.\n
3481                                                                                                                                                                           Just saw this on Amazon: #Joules #Womens Welly Print Rain #Boot, Navy ... by Joules for $61.43 https://t.co/3ghXMkeKXI via @amazon\n
3482                                                                                                                                                                                  Check out Dallas Cowboys NFL Pink Cancer Awareness Fuzzy Slipper Socks, Size Medium, NWT  https://t.co/QfSBwA6DQz via @eBay\n
3483                                                                                                                                                                 RT @Reuters: MORE: Under sanctions, all of Maduro's assets subject to U.S. jurisdiction are frozen, all Americans prohibited from dealing w…\n
3484                                                                                                                                                                                  Check out DERMA WAND  ANTI-AGING Skincare System,Thermal, WRINKLE REDUCTION *USA SELLER*  https://t.co/YlCmmx4v3Z via @eBay\n
3485                                                                                                                                                        RT @MaryForbes14: Funny, @Starbucks stock is tanking and every week they find a way to alienate more customers. \n\n\n\n\n\n\nhttps://t.co/JsU52NaGo9\n
3486                                                                                                                                                                 RT @Reuters: MORE: Under sanctions, all of Maduro's assets subject to U.S. jurisdiction are frozen, all Americans prohibited from dealing w…\n
3487                                                                                                                                                                 RT @Reuters: MORE: Under sanctions, all of Maduro's assets subject to U.S. jurisdiction are frozen, all Americans prohibited from dealing w…\n
3488                                                                                                                                                                                  Check out Club Penguin: Elite Penguin Force (Nintendo DS, 2008) Disney game everyone NDS  https://t.co/jKDyv4aXr3 via @eBay\n
3489                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3490                                                                                                                                                                 RT @Reuters: MORE: Under sanctions, all of Maduro's assets subject to U.S. jurisdiction are frozen, all Americans prohibited from dealing w…\n
3491                                                                                                                                          RT @Army_Tennis: @thalesgroup @MANTISsport @TeamArmyUK ARMY TENNIS CHAMPS 2017:\n\n\n\n\n\n\n\n\n\n\n\n\n\nCongratulations to this years Winners &amp; Runners Up… \n
3492                                                                                                                                                                 RT @Reuters: MORE: Under sanctions, all of Maduro's assets subject to U.S. jurisdiction are frozen, all Americans prohibited from dealing w…\n
3493                                                                                                                                             RT @Army_Tennis: @thalesgroup @MANTISsport @TeamArmyUK @jonathanfowke @ThalesUK ARMY TENNIS CHAMPS 2017:\n\n\n\n\n\n\n\n\n\n\n\n\n\nAhuge thxu goes2 Cpl P.Adj… \n
3494                                                                                                                                                                 RT @Reuters: MORE: Under sanctions, all of Maduro's assets subject to U.S. jurisdiction are frozen, all Americans prohibited from dealing w…\n
3495                                                                                                                                                                 RT @Reuters: MORE: Under sanctions, all of Maduro's assets subject to U.S. jurisdiction are frozen, all Americans prohibited from dealing w…\n
3496                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3497                                                                                                                                                                                  Check out VERA BRADLEY "MOCHA ROUGE" EUC Cheers To You Wine Bottle Tote Bag  #VeraBradley https://t.co/1ThsIiBcVu via @eBay\n
3498                                                                                                                                                                                         Mogul Womens Sun Dress Purple Paisley Floral Print Strapped Casual Dress (48"... https://t.co/RZTP4bk0nH via @amazon\n
3499                                                                                                                                                                                       Congrats to @Boeing, @Dassault3DS, @SiemensPLM, and @ANSYS for being in our top five stories - https://t.co/7z0KJq5Ziq\n
3500                                                                                                                                                                                   @Apple treasure trove of @JeremyMJordan videos that exist and I am SWOONING, y'all. Example: https://t.co/a8J0mhaZBF (2/2)\n
3501                                                                                                                                                                                                       RT @ecasemma: Issacs, 9th and google.  @McDonalds explain yourself immediately https://t.co/ob1qkbqtcK\n
3502                                                                                                                                                                     RT @Hasfam_Books: #Childrensbooks #HallmarkPopUpBook #trollpopupbooks THE ANIMALS' ABC'S\n\n\n\n\n\n\n https://t.co/OvEJUykash via @eBay\n
3503                                                                                                                                                        RT @Official_ICON: #Freestyle50 #Freestyle50Challenge @300 @verizon @KevinLiles1 @LondonOnDaTrack @92QJamsBmore @939WKYS \n\n\n\n\n\n\nGIMME SOME F… \n
3504                                                                                                                                                                         RT @Reuters: Oil inches up ahead of producer meeting; Nigeria, Libya output in focus https://t.co/KobURaITwN https://t.co/9CtEJbvT7W\n
3505                                                                                                                                                              RT @citiz_zen: @Reuters @wikileaks @JulianAssange &amp; @wikileaks are targeting those whom Putin finds inconvenient: Hillary, Macron, Mueller.\n
3506                                                                                                                                                                           The last time Scaramucci was fired, he was rehired in the same year @GoldmanSachs. https://t.co/xkJdm2FfAz https://t.co/g4OnKFm2x2\n
3507                                                                                                                                                                                                                                                                    @Reuters Currently, any excuse will work.\n
3508                                                                                                                                           RT @pscoordsen13: Streaming Beauty And The Beast S2 Ep 20 \n\n\n\n\n\n\n"Ever After" thanks to @netflix \n\n\n\n\n\n\n#BatB #S2E20Memories https://t.co/kNxwjISE8s\n
3509                                                                                                                                                                           @Reuters If this was true, shouldn't EVERY staffer offer their resignation?  @anniekarni @AnthonyMasonCBS… https://t.co/GV5n5B7T8n\n
3510                                                                                                                                                                 RT @Reuters: MORE: Under sanctions, all of Maduro's assets subject to U.S. jurisdiction are frozen, all Americans prohibited from dealing w…\n
3511                                                                                                                          RT @Shahdone2: The 57 again has not \n\n\n\n\n\n\nmy choice is the prince\n\n\n\n\n\n\n #RezaPahlavi\n\n\n\n\n\n\n@CBSNews @Reuters @BBCWorld @FoxNews @TheEconomist https://t.co/…\n
3512                                                                                                                                                                                                   RT @Sparker997: #freestyle50challenge @300 @verizon \n\n\n\n\n\n\nTHE BEST ONE YET https://t.co/cLVo0tK9h9\n
3513                                                                                                                                                                RT @Walmart: Yay! *Waving at you* If you spot our blimp in the sky and grab a 📸, we'd love to see it! Tag us with #ISpyWalmart https://t.co…\n
3514                                                                                                                                                                                                           Check out Bugpack 6589-14 Rear Bump Stop T1-3, PR Black #Bugpack https://t.co/LhDp0dYgKb via @eBay\n
3515                                                                                                                                                                                            RT @Reuters: WATCH: Venezuelan President Maduro is 'not just a bad leader, he is now a dictator' - White House.… \n
3516                                                                                                                                                                                            RT @Reuters: WATCH: Venezuelan President Maduro is 'not just a bad leader, he is now a dictator' - White House.… \n
3517                                                                                                                                                                 The @ATT #AspireAccelerator in #NYC 🚀 mock board mtgs, investor pitches, meets w mentors, interacting w educators!… https://t.co/3r1zLSDFTd\n
3518                                                                                                                                                                      RT @KirstenAlana: @BankofAmerica @amarula @wildlifedirect @AmboseliKenya @paulakahumbu @getolympus Not just an amazing experience, an… \n
3519                                                                                                                                                                                            RT @Reuters: WATCH: Venezuelan President Maduro is 'not just a bad leader, he is now a dictator' - White House.… \n
3520                                                                                                                                                                                                            @SamJanBiscuit @Reuters With ya there! Would prefer if he flew right past CA, straight to Russia.\n
3521                                                                                                                                                             RT @McDonalds: Congrats to @ImpracticalTiff, @therealduckie &amp; @TheDCD who are lucky enough to get the last of our #SzechuanSauce left in th…\n
3522                                                                                                                                                                  @Reuters Tax cuts will greatly favor corporations/wealthy. Trump himself gains $$. Voters, are you blind enough to… https://t.co/RYAd69DYpG\n
3523                                                                                                                                                                  Wow.. moving fast, Agent Know would want Vincent and Catherine to move in tonight! #BatB on @netflix #S2E20Memories https://t.co/X8BPfXwtAs\n
3524                                                                                                                                                                           Check out ORIGINAL 1978 ABSTRACT OIL ON WOOD BY LISTED ARTIST GABRIELLE POTVIN, SIGNED #Abstract https://t.co/GLESdtNUEX via @eBay\n
3525                                                                                                                                                                 RT @corrietweets: "I don't want to play a stereotype. I don't want to be an IT guy or nerd." @RossButler from @netflix @13ReasonsWhy https:…\n
3526                                                                                                                                                                         RT @netflix: She tells it like it is, so don't be too tender. The Incredible Jessica James is now streaming. https://t.co/eRk4cm2tDa\n
3527                                                                                                                                                                      RT @pscoordsen13: @57Veronica @netflix Yes! TY! This #MusicMonday pick https://t.co/ov0npBUDqE  was "just the thing" for this flirtat… \n
3528                                                                                                                                                                   @Google You guys actually don't have customer support ? What the ... I need help finding my G. Account and your "help" is so bad Im crying\n
3529                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: Block Heel Sandals £30\n\n\n\n\n\n\nhttps://t.co/KcaUcZ3tpE\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/…\n
3530                                                                                                                                                                 RT @IndigoYaj: One time for 🚺 power, I got something to say 🗣‼️#spon #freestyle50challenge @Tee_Grizzley @300 @verizon https://t.co/hFxx6kb…\n
3531                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3532                                                                                                                                                                                Check out Stand : Commit to Fighting Your Spiritual Battle by John Goetsch (2014, Paperbac  https://t.co/TOLJnrkME1 via @eBay\n
3533                                                                                                                                                                            RT @Reuters: WATCH: White House spokeswoman says 'everybody,' including Jared Kushner, will report to new chief of staff Kelly.… \n
3534                                                                                                                                                                                  RT @Microsoft: Parents whose baby had a perinatal stroke created @MirrorableFTS, an inclusive cloud-based rehab platform:… \n
3535                                                                                                                                                                   Hours later, phone calls, twitter dms, emails and STILL have no answers. @amazon @AmazonHelp you just stopped replying? Thanks for nothing\n
3536                                                                                                                                                                                                RT @Cyriw: @Wendys Is it Szechuan sauce?\n\n\n\n\n\n\n❌❌❌ It is NOT ❌❌❌\n\n\n\n\n\n\nOnly @McDonalds ✅\n
3537                                                                                                                                                                                                                                                                Another day, another reset of my @ATT router.\n
3538                                                                                                                                                                    Check out Antique Brace Hand Drill PS&amp;W CO 3310 - Made in USA - Peck, Stow, &amp; Wilcox RARE  #PSW https://t.co/jOUP0ob96j via @eBay\n
3539                                                                                                                                                                      RT @MyTexasTreasure: BUY NOW The Treasury of Creative Cooking by Consumer Guide Editors (1992, Hardcover) @eBay https://t.co/O6q4NZPz74\n
3540                                                                                                                                                                                     RT @MsIsisKing: Today is the last day! Every time you RT, @ATT will donate $1 to @glaad #WeAreBold #ATTLiveProud #Lgbt… \n
3541                                                                                                                                       @Reuters SERIOUS investment considerations/disclosures for genetically damaged regions/people.\n\n\n\n\n\n\nhttps://t.co/nNzU6qbFrm\n\n\n\n\n\n\n@SEC_Enforcement @GOP\n
3542                                                                                                                                                                  RT @DAVILAMPG: Check out ORIGINAL ART APPLE DELIGHT IMPASTO OIL PAINTING BY TEXAS ARTIST,16"X20 " CANVAS  https://t.co/qGOiD8c1gN via @eBay\n
3543                                                                                                                                                                 @AllanNoik @Reuters Shld have thought ab that concept before confiscating the Russian Embassy property in Dec/16, d… https://t.co/kQViwnQ4N6\n
3544                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3545                                                                                                                                                                                            RT @Reuters: WATCH: Venezuelan President Maduro is 'not just a bad leader, he is now a dictator' - White House.… \n
3546                                                                                                                                                                                            RT @Reuters: WATCH: Venezuelan President Maduro is 'not just a bad leader, he is now a dictator' - White House.… \n
3547                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3548                                                                                                                                                                                     If @adidas ever signs @bigballerbrand's kid, @ZO2_, I will never, ever, ever, buy an adidas product the rest of my life.\n
3549                                                                                                                                                                                   Check out Vintage Garden Hose Nozzle Brass? Stamped made in USA,water sprayer #Unbranded https://t.co/noArTuvVOd via @eBay\n
3550                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3551                                                                                                                                                        RT @AmyMek: The New Islamic Michigan...\n\n\n\n\n\n\n\n\n\n\n\n\n\nSharia Hair Salon inside of @Walmart Bans MEN While Cutting Muslim Woman's Hair.… \n
3552                                                                                                                                                                                       British style black and tan speaker Grill Cloth fabric 24x36 " for amp\n\n\n\n\n\n\n https://t.co/VItUz4Qnqt via @eBay\n
3553                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3554                                                                                                                                                                 @CL_Sunnydale @gapeachy7 @HickeyDevon @Samsung @LGUS Oh i didn't realize the NFC East was still in the NFL, thought… https://t.co/yCmjl8dWjc\n
3555                                                                                                                                                                 @Apple @gogophobio And I've been without a computer for a week and a half, which luckily I'm not in school or worki… https://t.co/YOWlZDs8dQ\n
3556                                                                                                                                        Interestingly, the only black man in this racist commercial is silent. Absolutely vile. Well done, @ProcterGamble.\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/Z8hGUT6hja\n
3557                                                                                                                                       RT @TikiAndTierney: Ed Rush tells us @adidas refused to allow an all-female ref crew for LaVar Ball's game\n\n\n\n\n\n\n\n\n\n\n\n\n\nWouldn't even allow TWO females…\n
3558                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3559                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3560                                                                                                                                                                                                         @PayPal I have been on hold for half an hour now, waiting for an Account repesentative 🤦🏽‍♀️any eta?\n
3561                                                                                                                                                                 @Garfinkus @AnneMunition @Expedia Yeah - I was so desperate for a place to stay for TwitchCon, I just said "eff it"… https://t.co/0dnc5JHvT7\n
3562                                                                                                                                                                Hey @Ryanair, is there any issue with tickets under shortened name to passport? Chris instead of Christopher and Oli instead of Oliver? Ta 😘\n
3563                                                                                                                                                                                                 Check out "Mens  CROFT &amp; BARROW Big &amp; Tall Shorts 100% Cotton Size 46" https://t.co/Wt4A6bBZaQ @eBay\n
3564                                                                                                                                                                 RT @Head4Heights: @jonlis1 @Reuters The "no plan" Plan in which headbanging Quitlings blame the EU for being horrid to them and walk away i…\n
3565                                                                                                                                                 @_ImOn_1 @intel You can check out your desired laptop i 7\n\n\n\n\n\n\nhttps://t.co/bGy2abh07r\n\n\n\n\n\n\nhttps://t.co/xn1OuyFPU7… https://t.co/3cRy1Vlr2J\n
3566                                                                                                                                                                                                                           Check out "Womens WHITE STAG Classic Capris Size. 6" https://t.co/Snz4J5goSG @eBay\n
3567                                                                                                                                         FOR SALE #NIKE #AIR #FOAMPOSITE #GYMGREEN #ebay #YEEZYBOOST350V2 #RayLewis #sneakers @eBay @Nike \n\n\n\n\n\n\n\n\n\n\n\n\n\nAvailable Now:… https://t.co/Ux86vputuU\n
3568                                                                                                                                                                  @TopherSpiro @Reuters  Is this the same Orrin Hatch who used to be a sen. from Utah, or is this a different one? Diff. attitude these days.\n
3569                                                                                                                                                                    RT @NicoleBurstein: @netflix Time travellers from future take over the consciousness of people who are about to die, then work together… \n
3570                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/rHazbfsDct\n
3571                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/PiOekUMh0X\n
3572                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3573                                                                                                                                                                                                                                              I'm at @McDonalds in West Jefferson, NC https://t.co/9gevVPG2l8\n
3574                                                                                                                                                                      RT @slpng_giants: THREAD: The irony of @amazon doing "brand marketing" for their customers while running ads for them on Breitbart is… \n
3575                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3576                                                                                                                                                                  @comcast has gigabit for $70/month, but i'm pretty happy with my step up to 150Mbps for $50/month, that's $10 more… https://t.co/fOYzBBpjYh\n
3577                                                                                                                                                                     @ATT are you aware that your advertising on the @Power1051 website is helping support transphobia? \n\n\n\n\n\n\nhttps://t.co/WiJIwJlyEd\n
3578                                                                                                                                                                  RT @McDonalds: The time has officially come. Try the new Sriracha Mac Sauce. For a limited time, starting tomorrow. https://t.co/CRiMBc743K\n
3579                                                                                                                                                                            RT @FedEx: Start your journey with FedEx Ground at 750 North Franklin Parkway, North Salt Lake, UT 84054. https://t.co/gdP8KjEYIw\n
3580                                                                                                                                                                                            RT @Reuters: WATCH: Venezuelan President Maduro is 'not just a bad leader, he is now a dictator' - White House.… \n
3581                                                                                                                                                                 RT @McDonalds: Fanta is new at McDonald’s, making orange the color of summer. Any size, just $1. Only at @McDonalds. https://t.co/WAiYQDm64r\n
3582                                                                                                                                                                                              RT @Reuters: North Korea's missile test shows it can hit most of United States, U.S. officials tell @Reuters:… \n
3583                                                                                                                                                                 @_helloscout @TheEllenShow @findingdory @Disney @disneybaby @DisneyPixar @DisneyAnimation Aw, she reminds me of Shi… https://t.co/zVa6kzrI0r\n
3584                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3585                                                                                                                                                                 @TMobile, I'm getting a great connection and speed, but thing isn't working. I get the impression you're throttling… https://t.co/8ExqJOJtOd\n
3586                                                                                                                                                                      RT @slpng_giants: THREAD: The irony of @amazon doing "brand marketing" for their customers while running ads for them on Breitbart is… \n
3587                                                                                                                                                                                                   RT @Reuters: Trump studying executive action on healthcare, senator Rand Paul says https://t.co/A7uEbCstyM\n
3588                                                                                                                                                                 @Kaminarihito @Reuters "You can trust me, people, it is not going to happen.  I know more than all generals combine… https://t.co/7KnfmY8UmG\n
3589                                                                                                                                                                 @youlikemyatname @alaoy_9 @Reuters The Qatari complaints are useless, the boycott is Sovereignty right for the 4 co… https://t.co/Kcxet0QPM8\n
3590                                                                                                                                                                                                  School/Party Handmade Girl's Flower Hair clip, Kanzashi - red, white and blue https://t.co/Q6bgpUKVOv @eBay\n
3591                                                                                                                                                                                  Check out The Christian Bed and Breakfast Directory, 2003-2004 (Christian Bed &amp; Breakfast https://t.co/dCDtT2gFar @eBay\n
3592                                                                                                                                                                        RT @OrphanBlack: Dear @Costco employees, we do not take responsibility for the actions of our #CloneClub. That being said everybody… \n
3593                                                                                                                                                                 RT @Reuters: JUST IN: Paris Mayor Hidalgo says very 'optimistic' about Olympics, uses #Paris2024 hashtag. https://t.co/KVbjMhWw9o https://t…\n
3594                                                                                                                                                                                                        Just Cross Stitch Magazine - March/April 1992 - Volume 9, Number 6  https://t.co/3hU79ZgIVJ via @eBay\n
3595                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3596                                                                                                                                                                             " Rufous Hummingbird at Large, No. 4 " from Belinda Greb Photography https://t.co/YxZ3byYYsV via @amazon https://t.co/aCIfBxmb0V\n
3597                                                                                                                                                                 RT @mattnixon_golf: Hell of a move from @easyJet cancelling the flight to Manchester tonight due to "lack of staff" #jokeofanairline #diffe…\n
3598                                                                                            RT @bouska: REPEAT AFTER ME:\n\n\n\n\n\n\nWe Are Loud\n\n\n\n\n\n\nWe Are Proud \n\n\n\n\n\n\n#WeAreBold\n\n\n\n\n\n\n\n\n\n\n\n\n\nFor every RETWEET of this tweet @ATT will donate $2 to @GLAAD ❤💛💚💙💜 #ATT…\n
3599                                                                                                                                                                                Check out  VINTAGE,, PORCELAIN( 4 ) small   PLATES DECORATIVE  (1397 Italy) #Italian #Italy https://t.co/QBw3PI5B0q via @eBay\n
3600                                                                                                                                                                                       Check out WCW vs. The World (Sony PlayStation 1, 1997) PS1 *DISC ONLY* Tested/Works  https://t.co/r7CRH9Mdfk via @eBay\n
3601                                                                                                                                                                 RT @Enza0305: @lovretta @netflix This makes me happy!! #Killjoys deserves more exposure, more fans, more everything!! It's that awesome. #R…\n
3602                                                                                                                                                                                Check out Street Fighter Alpha 3 (Sony PlayStation 1, PS1) DISC ONLY - TESTED - SHIPS FAST  https://t.co/wHgajZm6xZ via @eBay\n
3603                                                                                                                                                                              RT @TMobile: @Bryan_Rivals 👀 like it's definitely time to switch, Bryan! Join #TeamMagenta and #LiveUnlimited Click the link… \n
3604                                                                                                                                                                                 Maybe if @netflix stopped making sub par original series, they'd have a bit more money.\n\n\n\n\n\n\nhttps://t.co/wrHQLMdv9T\n
3605                                                                                                                                                              Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n
3606                                                                                                                                                               3 HOURS LEFT!\n\n\n\n\n\n\nCheck out JACKIE ROBINSON 2017 Allen &amp; Ginter Mini Brooklyn Back #25/25 - Dodgers https://t.co/8MhJtVztmS @eBay\n
3607                                                                                                                                                                                                                       Wow, $20B in debt? Yikes! @netflix #business #entrepreneurship https://t.co/Jmg3MULnWh\n
3608                                                                                                                                                                                                      iced coffee everyday @Starbucks \n\n\n\n\n\n\n#icedcoffee #starbucks #boomerang https://t.co/yFWbjc8VCP\n
3609                                                                                                                                                                                              Yep. It's true. @netflix is my one. I feel it just gets me. Knows what I Like, ya know? https://t.co/Zh2DojKhAn\n
3610                                                                                                                                                                            Check out 25 Flavor strips for Monster Energy vending machines, five of each-FREE SHIPPING #NBS https://t.co/vyltSzUSSz via @eBay\n
3611                                                                                                                                                                                         Coffee Theme Kitchen Linen Set (Includes: two oven mitts, two kitchen towels,... https://t.co/QqOTOBaeg7 via @amazon\n
3612                                                                                                                                                                                      @ATT Maybe you should have infrastructure on your mind instead. Most of the summer....we have had a lot of "No Service"\n
3613                                                                                                                                                    @jpmorgan Chase Bank employees exploited disabled elderly person out of life savings.    CEO Jamie Dimon\n\n\n\n\n\n\nrefuses to… https://t.co/hbnPoNQVAu\n
3614                                                                                                                                                                                  @Reuters @anaperezven Wake up, he has been a dictator from day one, as ordered by his puppeteer Raul Castro, don't be naive\n
3615                                                                                                                                                                                  Free💞\n\n\n\n\n\n\nThis is Life (This Can't be Life Book 2) Infinite Source Publishing https://t.co/VsVGYIAX5D via @amazon\n
3616                                                                                                                                                                                                                                                                                  @Reuters Oh, the irony…… 🙄\n
3617                                                                                                                                                                                                       RT @Reuters: Bitcoin technology faces split, may create clone virtual currency https://t.co/KheZfde4Cy\n
3618                                                                                                                                                                                                                Check out Killzone: Shadow Fall (Sony PlayStation 4, 2013)  https://t.co/xfCSevbcbq via @eBay\n
3619                                                                                                                                                                #DigitalTransformation Digest: @Samsung #IoT Data Monetization, @Google's Native Ad-Blocker Emerges &amp; more https://t.co/ywrfF1hGXT @Adobe\n
3620                                                                                                                                                                 RT @FastCoDesign: The @FedEx logo, Paul Rand, and Degas: What made these designers fall in love with design https://t.co/k8zJX5tnYc https:/…\n
3621                                                                                                                                                                                                                                    @MrMcMinion @Adobe What's the source audio, Mr.Minecraft Minion? Thx, ^KM\n
3622                                                                                                                                                                  @Reuters A prison with many Hispanics would be great, JUST RETRIBUTION 4 all of Arpaio's HATE‼️Every day U will fee… https://t.co/El217dyU38\n
3623                                                                                                                                                                                                        Battery Grip Holder for Nikon D3100, D3200, D3300 Only $10!  #Nikon https://t.co/aXJFonCFku via @eBay\n
3624                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/7DyVttiTUN\n
3625                                                                                                                                                                 RT @PaulCastilloJD: TY @ATT for opposing all discriminatory #Texas "bathroom bills" targeting #trans ppl. And for another $1 to @glaad #ATT…\n
3626                                                                                                                                                                 RT @talkmovieswus: Check out our spoiler free review of the new #Netflix original, #Ozark! - https://t.co/0XVr6gnFko @netflix https://t.co/…\n
3627                                                                                                                                                 RT @sebasroca8: Her: babe come over\n\n\n\n\n\n\nHim: i can't its flooded @Disney \n\n\n\n\n\n\nHer: im home alone\n\n\n\n\n\n\nHim: https://t.co/TVkMBRr1yI\n
3628                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3629                                                                                                                                                                                                                      I'm so pissed off about this suit shit , @ASOS got me fucked up with this ordering shit\n
3630                                                                                                                                                                    RT @DoubleDutyMommy: You can now ask @amazon Alexa to schedule a @Kia Niro test drive!! Check out the new "Niro Skill" for Amazon Alexa… \n
3631                                                                                                                                                                     In 1968, Utility Companies Learned About Climate Change—and Did Nothing (via @Pocket) https://t.co/q6DQ5eio7X #climatechange @exxonmobil\n
3632                                                                                                                                                                                         Check out 1 Pair of Reading Glasses +1.25 Power, Gold-Toned, Hinged Frame #Unknown https://t.co/9cllspixci via @eBay\n
3633                                                                                                                                                                 RT @CREDOMobile: Sign the petition: Tell @Gap, @Pepsi, @Disney to stop funding anti-climate @USChamber https://t.co/hVE0vkQY3v #p2 https://…\n
3634                                                                                                                                                                           Check out LOVELY DAY LINGERIE Jacquar Ladies Robe, Polyester WR1006 #LOVELYDAYLINGERIE #SEXYROBE https://t.co/pS5Wz8aUfa via @eBay\n
3635                                                                                                                                                             RT @Samaral03: @CBS Bringing back Paul big mistake. His game is not the type of game I enjoy watching, he's ruined the season for me &amp; othe…\n
3636                                                                                                                                                                 Check out 20" x 25" VIRGINIA SNOW STUDIO 615 TULIPS Rug Hooking Burlap Vintage #VirginiaSnowStudio #Burlap https://t.co/CbIkfckxRn via @eBay\n
3637                                                                                                                                                                                                                                                       @CocaCola *narrows eyes* We will see about this, Coke!\n
3638                                                                                                                                                                      Finishing up the #Branding deck for @DIYDIFM's #DigitalMarketing bootcamp, pushing the limits of @Google Slides.  #ChromeAintHappy #Lag\n
3639                                                                                                                                                                 @GeorgeTakei Yay, Uncle George, finally something I can support that takes @PayPal 👏 PS: When will this nightmare of crazy cruelty end?!!!!\n
3640                                                                                                                                                                 RT @JoellenShendy: "Anticipate the need, illuminate the path, and empower students to succeed." @Oracle North Star for Student Lifecycle Ma…\n
3641                                                                                                                                                                  @McDonalds I'm so sad rn.. Literally retweeted the picture of the three magical jugs of #SzechuanSauce, but didn't… https://t.co/EZTByljgaX\n
3642                                                                                                                                                                                                       So, @netflix new show #Ozark has me hooked, but I'm afraid to watch another episode this close to bed.\n
3643                                                                                                                                                                                             Check out my listing on @eBay: https://t.co/dujqGqUI1G via @eBay\n\n\n\n\n\n\n.99 cent BATTERY HARNESS  SPLICE !\n
3644                                                                                                                                                                    RT @DoubleDutyMommy: You can now ask @amazon Alexa to schedule a @Kia Niro test drive!! Check out the new "Niro Skill" for Amazon Alexa… \n
3645                                                                                            RT @bouska: REPEAT AFTER ME:\n\n\n\n\n\n\nWe Are Loud\n\n\n\n\n\n\nWe Are Proud \n\n\n\n\n\n\n#WeAreBold\n\n\n\n\n\n\n\n\n\n\n\n\n\nFor every RETWEET of this tweet @ATT will donate $2 to @GLAAD ❤💛💚💙💜 #ATT…\n
3646                                                                                                                                                                                    Have you guys seen these SUPER cute @JanSport x @Disney backpacks yet? We are OBSESSED, see why:… https://t.co/jH0qCE118V\n
3647                                                                                                                                                                                                                        @Reuters Jesus, some of you here are big babies. Grow the fuck up and learn something\n
3648                                                                                                                                                                                             RT @emceenetwork: After the recent controversy, @Nike has parted ways with @toastothegod https://t.co/anfIpusrSo\n
3649                                                                                                                                                                                             RT @emceenetwork: After the recent controversy, @Nike has parted ways with @toastothegod https://t.co/anfIpusrSo\n
3650                                                                                                                                                                                          Hey @McDonalds y'all should have happy meals for adults that come with Rick and Morty toys, we'd come so much more.\n
3651                                                                                                                                                                                                      RT @laurmanihoes: y'all better cancel 13 reasons why and renew gypsy @netflix \n\n\n\n\n\n\n#RenewGypsy\n
3652                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3653                                                                                                                                                                                                                                                       "Great work out, great staff!" @Groupon #HappyCustomer\n
3654                                                                                                                                                                      RT @RubenRabines: I just went for a cappuccino, really @Starbucks ??? All foam...almost no coffee. I know is supposed to have foam, b… \n
3655                                                                                                                                                                    RT @DoubleDutyMommy: You can now ask @amazon Alexa to schedule a @Kia Niro test drive!! Check out the new "Niro Skill" for Amazon Alexa… \n
3656                                                                                                                                                                 @ghbilbo @RubinReport @PayPal @SamHarrisOrg Then you're an arrogant idiot. It was a legal issue, not one of free sp… https://t.co/iizh2kTtKZ\n
3657                                                                                                                 RT @Evil_Doctor_5: #AwanBrothers \n\n\n\n\n\n\n\n\n\n\n\n\n\n@washingtonpost @nytimes @CNN @MSNBC @ABC @CBS \n\n\n\n\n\n\n\n\n\n\n\n\n\n#MSM Do your job or are your paychecks dependant o… \n
3658                                                                                                                                                                                Check out Dance Hall Days [Single] [12 inch 45 Vinyl Disc] by Wang Chung (1984, Geffen) EX  https://t.co/e6s53aHhgW via @eBay\n
3659                                                                                                                                                                                Check out Dance Hall Days [Single] [12 inch 45 Vinyl Disc] by Wang Chung (1984, Geffen) EX  https://t.co/e6s53aHhgW via @eBay\n
3660                                                                                                                                                                                       RT @Reuters: Opposition leaders, election experts decry Venezuela vote https://t.co/cYHX4Ry7za https://t.co/ML4V1AdG4B\n
3661                                                                                                                                                                                                                               Hey @Lakers, so when are y’all revealing new @Nike threads for the new season?\n
3662                                                                                                                                                                                            RT @Reuters: WATCH: Venezuelan President Maduro is 'not just a bad leader, he is now a dictator' - White House.… \n
3663                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3664                                                                                                                                                                                Check out Hocking,  Indiana Sandwich Pattern Large Glass Footed Bowl 9.25 Diam x 5.25 Tall  https://t.co/bwc99lRCU1 via @eBay\n
3665                                                                                                                                                                       Shandong PVC Foaming Regulator  manufactory hot sales, contact by email: shura@sanrunchem.com\n\n\n\n\n\n\n@facebook @TwitterGov @link\n
3666                                                                                                                                                                                      That's what you fucking get for removing Bobs Burgers you pieces of shit @netflix\n\n\n\n\n\n\n https://t.co/NPTj6ZCYMC\n
3667                                                                                                                                                                                                                      Check out The Simpsons Movie (DVD, 2009, Widescreen)  https://t.co/7t0y9mzRre via @eBay\n
3668                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3669                                                                                                                                                                                   @zulily @amazon @BoxedWholesale Or @target\n\n\n\n\n\n\nOr @Carters \n\n\n\n\n\n\n\n\n\n\n\n\n\nThey can all vouch for me.\n
3670                                                                                                                                                                 @ProcterGamble wow, just saw your new racist/stereotypical ad. Do not worry about my money helping to pay for dividing the USA. P/G sadness!\n
3671                                                                                                                                                                                           @UPS @TNTMediaHub @WSJ @Forbes 28 days, High shipping, Long investigation,it was lost.Yes, It is @UPS., Great COD\n
3672                                                                                                                                                                                           Excel is always magical,, join me @facebook,, there I'm supporting many to eXpore more,, ☺ https://t.co/ZFxTcbFSkB\n
3673                                                                                                                                                                    RT @DoubleDutyMommy: You can now ask @amazon Alexa to schedule a @Kia Niro test drive!! Check out the new "Niro Skill" for Amazon Alexa… \n
3674                                                                                                                                                                Holy Hell\n\n\n\n\n\n\nRT @Reuters: North Korea can hit most of United States: U.S. officials https://t.co/45iVyjKaWc https://t.co/DYsAqXBFni\n
3675                                                                                                                                                                             @JackPosobiec @Disney So, let's see:  1.  Depp (never fired him) 2.  This guy, whoever the hell he is :) That's two too many! 🤡\n
3676                                                                                                                                                              Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n
3677                                                                                                                                                                 RT @McDonalds: Fanta is new at McDonald’s, making orange the color of summer. Any size, just $1. Only at @McDonalds. https://t.co/WAiYQDm64r\n
3678                                                                                                                                                                                Check out U Mass Amherst M DAD Coffee Mug University of Massachusetts Souvenir Black, Gold  https://t.co/th68lScZPg via @eBay\n
3679                                                                                                                                                                 @RichBTIG @DavidNgLAT @latimesent @latimestech @jsf33 @reedhastings Although, @Disney has positive free cash flow o… https://t.co/F3aanped0d\n
3680                                                                                                                                                                             Check out New Under Armour Mens Heatgear Compression Legging 1257474 Yellow, Gray #UnderArmour https://t.co/jm8pLmzu4a via @eBay\n
3681                                                                                                                                                                                                                                    @chef_curry10 @Nike yeah they didn't change much up, you right about that\n
3682                                                                                                                                                                 @netflix I mean...martin, fresh prince, sister sister, family matters...and don't even get me started on how you re… https://t.co/MRNbPtGWJ5\n
3683                                                                                                                                                                       RT @Momhatescooking: Right now Buy 5, Earn $5 with @boxtops4edu @Walmart! https://t.co/aUtRKiD0h3 #BoxTops #ad https://t.co/mXUxkhFgdU\n
3684                                                                                                                                                                                RT @Disney: 11 Disney Socks You Need Right Now, According to @DisneyStyle: https://t.co/Xe3EPmDLEm 🌟 https://t.co/37rnBJIJPz\n
3685                                                                                                                                                                            RT @Reuters: China's military confident, prepared to safeguard sovereignty: paper https://t.co/dbYzmkiVov https://t.co/pkMn2TPxow\n
3686                                                                                                                                          Released on Friday. Delivered Today! @adidas @pharrell @i_am_other 🔥🔥🔥🔥\n\n\n\n\n\n\n\n\n\n\n\n\n\n#TennisHU #shoegame #KOTD #sneakers… https://t.co/rqLnPS62sX\n
3687                                                                                                                                                                  RT @McDonalds: The time has officially come. Try the new Sriracha Mac Sauce. For a limited time, starting tomorrow. https://t.co/CRiMBc743K\n
3688                                                                                                             RT @ibtimes_india: | @facebook |\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Facebook shuts #AI system as 'things got out of hand' after chatbots create own language\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/B…\n
3689                                                                                                                                                                                                                                                           @Reuters Well, General Kelly did just kill him....\n
3690                                                                                                                                                                                         2"China Certified Hetian Nephrite Jade Lucky 5 Blessing Bat Necklace Pendant ... https://t.co/ywpkpPlL2e via @amazon\n
3691                                                                                                                                                                            RT @Reuters: China's military confident, prepared to safeguard sovereignty: paper https://t.co/dbYzmkiVov https://t.co/pkMn2TPxow\n
3692                                                                                                                                                                                         1.9" China Certified Nature Hisui Jadeite Jade Grade A Blessing Buddha Neckla... https://t.co/N9e8Iuflei via @amazon\n
3693                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3694                                                                                                                                                                                         "Whether Religion is  A Mental Disease": (Billions confused - But not the mad... https://t.co/j37ztClXPB via @amazon\n
3695                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3696                                                                                                                                                                                                                           @Apple , how come everyone else is getting the ios 11 update? but yet i can't ? 😂\n
3697                                                                                                                                                    Watch @netflix #Ozark series for the story, the characters, the acting and the entertainment. \n\n\n\n\n\n\nWhoa, this one creep… https://t.co/L3slRv1z8v\n
3698                                                                                                                                                                                         Check out Calvin and Hobbes Quote Custom Shower Curtain 60"x72" #Unbranded #Modern https://t.co/uXawsywnyl via @eBay\n
3699                                                                                                                                                                                RT @Disney: 11 Disney Socks You Need Right Now, According to @DisneyStyle: https://t.co/Xe3EPmDLEm 🌟 https://t.co/37rnBJIJPz\n
3700                                                                                                                                                                                                                             @netflix if it's true your taking away "the office", i hope your ready for a war\n
3701                                                                                                                                                                 FREE 4 a limited time - Spiralizer Cookbook: 200 Recipes! Healthy, Delicious and Creativity Meals thr... https://t.co/LRpIksUgez via @amazon\n
3702                                                                                                                                                                                                                           @netflix release more gay romantic movies and why did you take "the boys" off 😭😭\n
3703                                                                                                                                                                                  RT @Reuters: Clooneys to help 3,000 Syrian refugees go to school in Lebanon https://t.co/2NBuinsVy5 https://t.co/9MKfbT4bfJ\n
3704                                                                                                                                                                                RT @Disney: 11 Disney Socks You Need Right Now, According to @DisneyStyle: https://t.co/Xe3EPmDLEm 🌟 https://t.co/37rnBJIJPz\n
3705                                                                                                                                                                                  RT @Reuters: Clooneys to help 3,000 Syrian refugees go to school in Lebanon https://t.co/2NBuinsVy5 https://t.co/9MKfbT4bfJ\n
3706                                                                                                                                                                                                 @epetersonRCSW @BobbyJHays @Reuters We do actually have this capability. But yes, I'm still a bit concerned.\n
3707                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3708                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3709                                                                                                                                                                                              RT @gardenweasel37: Check out Vintage TWA Junior Pilot Wings Pin Airlines 2"  https://t.co/tvUW1rLmbV via @eBay\n
3710                                                                                                                                                                       RT @Siemens: Time for a #historical #throwback - In the footsteps of Johann Georg Halske, co-founder of Siemens &amp; Halske in 1847… \n
3711                                                                                                                                                                         Thank you again @TMobile for making everything happen. Got a tablet for grandpa, and accessories for my brother with 0 DP. 💪🏻👍🏻.\n
3712                                                                                                                                                    RT @geekwire: Technology and digital initiatives are becoming a huge priority for @Starbucks. @Taylor_Soper reports:\n\n\n\n\n\n\nhttps://t.co/YAQ1pL68TS\n
3713                                                                                                                                                                             RT @salesforce: We're excited to unveil this world-class, state-of the-art transportation hub – the Salesforce Transit Center!… \n
3714                                                                                                                                       RT @FinishLine: Three New Colors Of The @Nike Air Max 97 Drop In The Morning. Which Pair You Grabbin'?\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/N0bg6DvznZ https://t.c…\n
3715                                                                                                                                                                 Organic Matcha Green Tea, 11 oz (312 g) Powder Japanese Ceremonial Grade USDA  https://t.co/D7dpRTLTVy via @eBay #matcha #green #tea #powder\n
3716                                                                                                                                                                                  Check out Original Gold,Silver,Bright Gothic Psychedelic Skull Oil Painting,New Home Art  https://t.co/JHbSN3QVe3 via @eBay\n
3717                                                                                                                                                                       RT @KD_______KD: @Telstra @Google Does this double as a doorstop when @Telstra fails to connect cable internet weeks after order? "O… \n
3718                                                                                                                                                                       RT @KD_______KD: @Telstra @Google Does this double as a doorstop when @Telstra fails to connect cable internet weeks after order? "O… \n
3719                                                                                                                                                        Check out Adidas Stella McCartney Sz Small Shirt Body Shaper Workout Sleeveless Blouse #adidas https://t.co/iRUIBJ4Afc via @eBay\n\n\n\n\n\n\n#adidas\n
3720                                                                                                                                                                       RT @KD_______KD: @Telstra @Google Does this double as a doorstop when @Telstra fails to connect cable internet weeks after order? "O… \n
3721                                                                                                                                                                                                                    Quick stop for sweets. (at @Walmart Supercenter in Henderson, NV) https://t.co/WuP7lOD6DI\n
3722                                                                                                                                                                        @Reuters just remember, this is still President Obama's Fiscal Year! Until Sep 30, it's still Obama's fantastic job as U.S.President!\n
3723                                                                                                                                                                                Check out Macbeth „Macbeth“ DIGI CD [Legendary Heavy Thrash Metal from ex-GDR, re-release]  https://t.co/f39bCGmLdq via @eBay\n
3724                                                                                                                                                                                 Check out Best Lilly Pulitzer Colorful Custom Print On For iPhone 6/6s,6s+,7,7+ Hard Case  https://t.co/wyvcj91DZZ via @eBay\n
3725                                                                                                                                                                                                      Chinese cyber spies broaden attacks in Vietnam, security firm says https://t.co/XjYSCgrFZ2 Via @Reuters\n
3726                                                                                                                                                    RT @nextofficial: #WIN £150 to spend on uniform! Just tweet us your school pics, old or new, with #TestedByTearaways to enter! 🎓\n\n\n\n\n\n\nT&amp;Cs… \n
3727                                                                                                                                                                                                                                          I'm at @Starbucks in Kuwait City, Al Asimah https://t.co/gKiXSrcLwJ\n
3728                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3729                                                                                                                                                    RT @taniagiguere: The White Pearl by Tania Giguere John the Man https://t.co/D8JLD2iGnY via @amazon\n\n\n\n\n\n\n#Crimefiction #Detective #YA #BN #Indie…\n
3730                                                                                                                                                                 @paigelav @Markgatiss @facebook is this true? People can't be allowed to say that sort of thing, at the least encou… https://t.co/rp4s4TJWq1\n
3731                                                                                                                                                                      RT @FemiAbodunde: @Google @Microsoft Read somewhere that pop culture is shifting from America, hilarious. American culture is about t… \n
3732                                                                                                                                                                              RT @Reuters: Chinese cyber spies broaden attacks in Vietnam, security firm says https://t.co/cMUcWBnPIa https://t.co/uHk2MDUbAM\n
3733                                                                                                                                                                                                                               @SabrinaAnnLynn @CocaCola Awww, these look as adorable as you do-- love you!!!\n
3734                                                                                                                                                                        @kathygriffin already irrelevant again? Just take back your apology to trump it'll be at the bottom of @Yahoo homepage, job well done\n
3735                                                                                                                                                               RT @YangYangfans: 170831 @Colgate weibo update: This year, #YangYang will accompany you back to school #杨洋 #杨洋icon https://t.co/Dmbdc5MjiZ\n
3736                                                                                                                                                                               RT @Google: The #GoogleAssistant family is getting bigger. Coming soon to a whole new set of speakers, appliances and more →… \n
3737                                                                                                                                                                              RT @Reuters: Chinese cyber spies broaden attacks in Vietnam, security firm says https://t.co/cMUcWBnPIa https://t.co/uHk2MDUbAM\n
3738                                                                                                                                                                 RT @GSK: We’re proud of our presence in the UK, which is home to innovative science #LifeSciences #IndustrialStrategy https://t.co/WviCtG29…\n
3739                                                                                                                                                    RT @Burberry: Our 'Emerging Talent' playlist now includes new tracks from @MmodeBand and @G1RLRAY. Listen now on @AppleMusic \n\n\n\n\n\n\nhttps://t.co/…\n
3740                                                                                                                                                                        RT @Arabelladaho: Guys check out my @NewLookFashion #Teen #Fashion #915Party in @shoutmag, available in @sainsburys @Tesco @WHSmith… \n
3741                                                                                                                                                                                 RT @Reuters: #Harvey moves into Louisiana with at least 35 dead, 17 missing https://t.co/nBe2piGsA2 by @FlitterOnFraud and… \n
3742                                                                                          RT @mmpadellan: Low-cost alternatives to @amazon:\n\n\n\n\n\n\nEbay\n\n\n\n\n\n\nTarget\n\n\n\n\n\n\nCostco\n\n\n\n\n\n\nWal-Mart\n\n\n\n\n\n\n\n\n\n\n\n\n\nI'd been Amazon Prime since it started. Spent $1000s… \n
3743                                                                                                                                                                                                 RT @Shell: It’s the world’s longest sea crossing, connecting Hong Kong and Macau. 🌉 https://t.co/QKOW1URQuA\n
3744                                                                                                                                                                         RT @Reuters: Toshiba misses own deadline for chip unit sale, increasing future risks https://t.co/hRGlFPl97f https://t.co/TSqEHnewXv\n
3745                                                                                                                                                                                                         RT @antiqueman99: UK Queen Victoria 1d red , watermarked see scans https://t.co/O5xgt4DTzp via @eBay\n
3746                                                                                                                                                                                             RT @Reuters: As U.S. ban on travel to North Korea kicks in, tourist says he would return https://t.co/5TeeKrcoLP\n
3747                                                                                                                                                                    RT @SilverSprintUK: #Competition time! Just like, share and follow us to be in with a chance to #win an @amazon gift voucher worth £20!… \n
3748                                                                                                                                                          RT @benwikler: UGLY: @Google killed a groundbreaking research program focused on monopoly in the US economy 1/\n\n\n\n\n\n\nhttps://t.co/mjAJogN9rJ\n
3749                                                                                                                                                                                  Check out Chakra Tuned Set of 7 Paternoster Frosted Quartz Crystal Singing Bowls 6"-12"   https://t.co/pLJBJL8hGR via @eBay\n
3750                                                                                                                                                                                   Check out Evangelion x RODY with Rei Ayanami PM Figure  Authentic 9.5" SEGA Japan A5503  https://t.co/vUUFEGmwHZ via @eBay\n
3751                                                                                                                                                                                                                                  @Target "A marketing dream-come-true for @Disney and @Target share holders"\n
3752                                                                                                                                                                 @kaysintBB @BurgerKing @McDonalds @CarlsJr @FiveGuysUK @FiveGuysNL Hey there @kaysintBB, next time you're at Burger… https://t.co/fyv2yzuxCg\n
3753                                                                                                                                                                                                                           Check out Paul Revere Copper Crepe Pan 11 1/2"   https://t.co/CzenKOCEHz via @eBay\n
3754                                                                                                                                                                 @GMA @Disney @ABC If you want to feel like you're making a difference, give to the Red Cross. If you want to actual… https://t.co/7qLGJbCpA0\n
3755                                                                                                                                                                                                             RT @BMW: Taking it to the next level.\n\n\n\n\n\n\nThe all-new #BMW #X3. https://t.co/cVEuVykIJy\n
3756                                                                                                                                                                    RT @SilverSprintUK: #Competition time! Just like, share and follow us to be in with a chance to #win an @amazon gift voucher worth £20!… \n
3757                                                                                                                                                                                Check out  "Saint Seiya" T-shirt L  Shonen Jump 50th Anniversary item  Ship From Japan F/S  https://t.co/N7DXKQCfLE via @eBay\n
3758                                                                                                                                                                                                 @facebook I think you misunderstand what the words "community" and "standards" mean. https://t.co/w2doN2s4rb\n
3759                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
3760                                                                                                                                                @Reuters @fema = Find Every Mexican Available\n\n\n\n\n\n\nBefore you get your knickers in a twist search george lopez!\n\n\n\n\n\n\nYes, I borrowed from him\n
3761                                                                                                                                                    RT @harryshum: Excited that @Microsoft is top among\n\n\n\n\n\n\ncompanies millennials want to work for—we have plenty of job openings! ☺ https://t.co/t…\n
3762                                                                                                                                                                         RT @Reuters: After North Korea missile, Britain and Japan agree closer security ties https://t.co/kEY32itQYY https://t.co/VY8gYLibSe\n
3763                                                                                                                                                                           Check out Rare Vtg 2-1/2" Signed Florenza Black Enamel Moonstone Rhinestone Brooch Pin #Florenza https://t.co/wZ72Eq82LE via @eBay\n
3764                                                                                                                                                  RT @HP: The HP Sprocket is a tiny printer that brings giant fun on the go! 🌏🐘 https://t.co/52pecDXy5m\n\n\n\n\n\n\nPhoto by @LittleCityCH https://t.co/S…\n
3765                                                                                                                                                                           @Alexzander_H @McDonalds Really sorry Harry, please give details at https://t.co/oqeMn1RNPf and Customer Services will investigate\n
3766                                                                                                                                                                                                       RT @Reuters: As reality of Trump risk sinks in, Tokyo tries to keep ties tight https://t.co/C22PRbwerf\n
3767                                                                                                                                                                                                       RT @Reuters: As reality of Trump risk sinks in, Tokyo tries to keep ties tight https://t.co/C22PRbwerf\n
3768                                                                                                                                                                 RT @AscendedBastard: Sign the petition demanding @Starbucks formally recognize the Grande Vanilla Latte as the "Elliot Rodger." https://t.c…\n
3769                                                                                                                                                                 @CBSNews Surprised @CNN @MSNBC @NBC @CBS @ABC @PBS et al., haven't found a way yet to blame Harvey on Trump.  I'm s… https://t.co/Xn6uhTffZp\n
3770                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
3771                                                                                                                                       RT @RealWeiseDame: #Good @YouTube @Google\n\n\n\n\n\n\n#Next please look into @DiamondandSilk 's  #case .\n\n\n\n\n\n\nYour algorithm &amp; inert csrs have caused m… \n
3772                                                                                                                                                                 #IFA2017 #SonyIFA @Sony @sonyxperia #XperiaXZ1 will be avialable for buying next week, the compact starts in septem… https://t.co/a3JX73V0CV\n
3773                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3774                                                                                                                                                                                     Check out "NEW ENGLAND FARMHOUSE" Antique Etching by Ernest C. Roth In Original Frame  https://t.co/N2jztvBOMR via @eBay\n
3775                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3776                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3777                                                                                                                                                                                                      Check out Boxing Gennady Golovkin Signed 16" X 12" Double Mounted Display https://t.co/15ejSK70aM @eBay\n
3778                                                                                                                                                                                           September 12!!\n\n\n\n\n\n\niPhone 8 💍\n\n\n\n\n\n\n\n\n\n\n\n\n\nWaiting for a white color @Apple  Do Something!\n
3779                                                                                                                                                                                                                  @comcast "We'll never throttle you, we just REALLLY want know we could...promise!" Bullshit\n
3780                                                                                                                                                                       RT @paigelav: @facebook @campbell_brown FB removed the message from my inbox. (Just says "Facebook User" now.) https://t.co/05zJxcXZOv\n
3781                                                                                                                                                                                 Via @Reuters: U.S. pressure or not, U.N. nuclear watchdog sees no need to check Iran military sites… https://t.co/QC8P8kk1Dl\n
3782                                                                                                                                                                                                                   Check out FABRIC REMNANT 136"X44"ROYAL BLUE 100% COTTON  https://t.co/mwvZS4Bu8C via @eBay\n
3783                                                                                                                                                                                                 @Mariliamaria__ @803preme @Lauren_Southern @facebook Yeah, like...don't use your words...use someone else's.\n
3784                                                                                                                                                                         RT @Reuters: After North Korea missile, Britain and Japan agree closer security ties https://t.co/k8MCM5ohPL https://t.co/k6GcK0QMUW\n
3785                                                                                                                                                                                            Bluedio CCK KS Bluetooth Wireless Sports Earphone Cordless Headphones Mic, Blue https://t.co/QTvJYoJ97h via @eBay\n
3786                                                                                                                                                                                                                                                Men In Black 3 (DVD, 2012) https://t.co/RByDpsEABa via @eBay.\n
3787                                                                                                                                                                        RT @CaptRegina: Please help -- @Disney #DayOfGiving #HarveyRelief Texans helped New Yorkers when we had Sandy, Pay it forward.. hel… \n
3788                                                                                                                                                                              Check out Peridot Topaz Stone Handmade .925 Silver Jewelry Earring 2.2" #Handmade #DropDangle https://t.co/7xMePNv0qS via @eBay\n
3789                                                                                                                                                                             Check out Sale ! Pencil Shape Turquoise,Onyx &amp; Chalcedony 24k Gold Plated Earring Jewelry  https://t.co/Cxh2Khq6Ga via @eBay\n
3790                                                                                                                                                                                       Check out Mid Century Danish Modern White Brown Ceramic Teak Table Lamp 38" #Vintage https://t.co/7RXbbYKvb2 via @eBay\n
3791                                                                                                                                                                 RT @tech_mahindra: #FXpress CXO roundtable hosted by @IDCAP @tech_mahindra &amp; @IBM on ‘Driving Data for Business Growth’, 7th Sep Jakar… \n
3792                                                                                                                                                                  RT @VW: “I definitely won’t own or drive anything but a Volkswagen for the rest of my life.” - Elias L., ’11 #Jetta https://t.co/FfTWE5o3pN\n
3793                                                                                                                                                                RT @Disney: Operation: #ToyStoryLand is a go! 🐶 Get a sneak peek at Slinky Dog Dash, coming to @WaltDisneyWorld in Summer 2018. https://t.c…\n
3794                                                                                                                                                                              RT @evilkimmy64: @paigelav @facebook Wow...if that post to Paige Lavendar wasn't a "Violation of community standards" what is??\n
3795                                                                                                                                                                                                        RT @Reuters: Russia gears up for major war games, neighbors watch with unease https://t.co/rriQI2Rni6\n
3796                                                                                                                                                                                        Check out this Amazon deal: Master Chief Classic Costume, Small (4-6) by Disguise https://t.co/gfsEgAJc5k via @amazon\n
3797                                                                                                                                                                                      @Starbucks @Twitter what are you doing, censoring me on the Starbucks Red Cross donations? I'm trying to help the cause\n
3798                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
3799                                                                                                                                                                                      Check out SECRET WARS #8 CGC 9.8 SS Signed x4 Zeck, Beatty, Shooter, Romita,+2 Sketches!! https://t.co/XiQ4IoKDbJ @eBay\n
3800                                                                                                                                                                                       RT @BenRatina: @Reuters "Why is Judiciary not realizing that girl did POCSO MISUSE to frame INNOCENT Asaram Bapu Ji?… \n
3801                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3802                                                                                                                                                                                     RT @Walmart: Our trucks are in line at the bottled water plant in Terry, MS. They are headed to Texas. #BetterTogether… \n
3803                                                                                                                                                                                RT @paigelav: @facebook @campbell_brown She said when FB viewed my report I was listed as a "public figure" not a journalist.\n
3804                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/xSUQp2XZ4t\n
3805                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
3806                                                                                                                                                                                                          @ATT I need help with an issue with my account, but the only department that can help me is closed.\n
3807                                                                                                                                                                                                                                                                Really, @facebook ??? https://t.co/RZniuKGQcD\n
3808                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3809                                                                                                                                                                           @CVSHealth If only I had CHOSEN to have a disk pressing against my spine, perhaps you'd have paid 100% like the weight loss drugs.\n
3810                                                                                                                                                                            Check out Design Works Crafts Counted X- Stitch  "Friends maks life special" #DESIGNWORKSCRAFTS https://t.co/CXCqRshKrR via @eBay\n
3811                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3812                                                                                                                                                                                                   RT @Reuters: Wells Fargo finds more unauthorized accounts, online billpay problems https://t.co/omAh0rWBpb\n
3813                                                                                                                                                                           RT @NealKRed: What the hell are u waiting for, @amazon? U got ur Whole Foods deal. Most other big corps dropped the rag. Even ur… \n
3814                                                                                                                                                                                                                      Check out Bardwil "Accents" 19" Napkin Brick #Bardwel https://t.co/PDkNIpJIay via @eBay\n
3815                                                                                                                                                                   Oh, joy. @BankofAmerica is apparently going to start charging fees unless I keep an impossible amount of money in my account at all times.\n
3816                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
3817                                                                                                                                                             RT @RecordingAcad: .@ChrisStapleton, @TheBonnieRaitt &amp; @GaryClarkJr will pay tribute to B.B. King at the 58th #GRAMMYs Feb. 15 on @CBS! htt…\n
3818                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3819                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3820                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
3821                                                                                                                                                                 @Wickedboy_007 @Apple I did think about that after I posted and felt a tad ashamed, so I just donated to the Red Cr… https://t.co/zBflqg7JCH\n
3822                                                                                                                                                                                                              The @Starbucks Medicine Bomb is interesting, but if it can bring my voice back, I'm all for it.\n
3823                                                                                                                                                                     @AgentBonello @pfizer If my erection lasts over 4 hours, i ain't calling a doctor, I'm calling everyone I know and bragging about it....\n
3824                                                                                                                                                                 RT @coastw: Long before #Watson, @IBM developed a storytelling computer in the 1960s https://t.co/ytQdUezwMT @IBMResearch #AI @IBMWatson #d…\n
3825                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3826                                                                                                                                                                                        Retina Screen Repair Service For MacBook Pro 13.3" A1502 - FLAWLESS REPAIRS! #Apple https://t.co/tg11WIJSgv via @eBay\n
3827                                                                                                                                                                       RT @craftstore14: Hand Carved Meditating God Ganesha Resin Idol Sculpture Statue Size 5.5"x3.5"... https://t.co/mgpA3rm3mq via @amazon\n
3828                                                                                                                                                                                     RT @Walmart: Our trucks are in line at the bottled water plant in Terry, MS. They are headed to Texas. #BetterTogether… \n
3829                                                                                                                                                           #StableNet based on @intel Architecture: We enable cost-effective #connectivity with all advantages.\n\n\n\n\n\n\nhttps://t.co/YyvNyaOs6s #Infosim\n
3830                                                                                                                                                                              RT @Reuters: As U.S. ban on travel to North Korea kicks in, American tourists say their farewells https://t.co/vMuOUIUeJm via… \n
3831                                                                                                                                                              RT @scottandschrute: "It's a tempting way to live." - Jean Holloway 💛Jean &amp; Sydney is the new Thelma &amp; Louise @netflix @NetflixLifee… \n
3832                                                                                                                                                                               Great, my computer auto-updated Windows 10 despite me constantly saying no.  Thanks @Microsoft, really appreciate it &gt;.&lt;\n
3833                                                                                                                                                                 @ATT, Always a pleasure to share stellar #CustomerService! Great to connect! Relationship come before results in th… https://t.co/c06EzMiPwb\n
3834                                                                                                                                                                                       RT @BenRatina: @Reuters "Why is Judiciary not realizing that girl did POCSO MISUSE to frame INNOCENT Asaram Bapu Ji?… \n
3835                                                                                                                                                                 Remember when the entire board of @WellsFargo was reelected in April, even after the original scandal? \n\n\n\n\n\n\nhttps://t.co/ebTFDXiCl6\n
3836                                                                                                                                                                       @comcast Well, your first sentence is a complete lie. Basically your company does not want a complete and level playing field for all.\n
3837                                                                                                                                                                 RT @GC4WEvents: Hello, World! Safra Catz @Oracle Executive and Board Member is Top #GC4W100 Women, learn more. #GC4W #Oracle... https://t.c…\n
3838                                                                                                                                                                                    Just saw this on Amazon: Disney Moana Costume, X-Small (3T-4T) by Disguise for $19.68 https://t.co/eqcMIoQMHl via @amazon\n
3839                                                                                                                                                                                                            ⚡ Harvey's devastation from above by @Reuters\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/dMqBpepScX\n
3840                                                                                                                                                                                                                                             Excuse me, @Apple , can we get a turmeric emoji ? 😏 thanks 👌🏽\n
3841                                                                                                                                                                                                             @Reuters A White House divided cannot stand..\n\n\n\n\n\n\n\n\n\n\n\n\n\n Updating famous quotes\n
3842                                                                                                                                                                                     Check out #TwoLightGlassPendantCeilingFixture 13" Polished Brass Quorum International  https://t.co/LaSvfQo5Xr via @eBay\n
3843                                                                                                                                                                         @paigelav @mattyglesias @facebook what the hell is wrong with you?  What "community" are you talking about?… https://t.co/3jGw79t2Y5\n
3844                                                                                                                                                                                     Check out Kitty Paws Shoes Women 4" Champagne Gold Glitter Sexy Shiny High Heels US Size 9 https://t.co/Iq5b4BeSLZ @eBay\n
3845                                                                                                                                                                                                                                              @FleetWorldVan @Shell I'm in the industry, send me your survey.\n
3846                                                                                                                                                                            Meet the brands that give back, locally. @TitosVodka @kroger @Chevron @Delta among the top local donors:… https://t.co/gsDLluMyn1\n
3847                                                                                                                                                                            Meet the brands that give back, locally. @TitosVodka @kroger @Chevron @Delta among the top local donors:… https://t.co/gsDLluMyn1\n
3848                                                                                                                                                                          RT @VictoriasSecret: Ni hao, China! This year's #VSFashionShow is headed to Shanghai. Watch it Nov 28, 10/9C on @CBS. Learn more:… \n
3849                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3850                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3851                                                                                                                                                                                                                                             @SenWarren @federalreserve @WellsFargo Kickbacks, comes to mind.\n
3852                                                                                                                                                                                                                     @SenWarren @federalreserve @WellsFargo Integrity?  How about a tougher question, please.\n
3853                                                                                                                                                                    Last day for GeekWire Summit early-bird tix. Hear from MSFT CEO @satyanadella, @Starbucks CEO Kevin Johnson, etc. https://t.co/c4jyQ0jESz\n
3854                                                                                                                                                    @jimmykimmel @Disney @abc13houston Looks like you picked the wrong weeks to quit smok..., er, trying to be funny!\n\n\n\n\n\n\nR… https://t.co/NDtDXtaaIG\n
3855                                                                                                                                                                       @AmericanExpress I asked before about the 3% fees when not using £ on a UK Amex, do UK cardholders get the benefits like Uber VIP too?\n
3856                                                                                                                                                                            RT @UPS: #Miami, the trucks are now in your city! Take a pic and share w/@UPS and tag #TaylorSwiftDelivery &amp; we may retweet… \n
3857                                                                                                                                                                               RT @jimmykimmel: Join me, @Disney &amp; @ABC13Houston - donate to https://t.co/nJ04Ajx2p5 to help those affected by #Harvey.… \n
3858                                                                                                                                                                          Check out $292 Terrific RICK OWENS Signature Black Cotton Top, sz IT 38/US 4/GB 6 #RickOwens #Top https://t.co/IOMLV7qFTV via @eBay\n
3859                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
3860                                                                                                                                                                                                          😐⚡ Harvey's devastation from above by @Reuters\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/CStkPmG9NI\n
3861                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3862                                                                                                                                                                 RT @netflix: From @NarcosNetflix to Beauty and the Beast (the new one!), here’s a look at what's coming to Netflix in September. https://t.…\n
3863                                                                                                                                                                 RT @netflix: From @NarcosNetflix to Beauty and the Beast (the new one!), here’s a look at what's coming to Netflix in September. https://t.…\n
3864                                                                                                                                                                                             Check out Ralph Lauren Girls Size Large, 12-14 Long Sleeve Hooded Light Gray Dress https://t.co/ST1UQrr68q @eBay\n
3865                                                                                                                                                                                                         RT @Reuters: ⚡️ “Harvey's devastation from above”\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/WhwFbzx6Y8\n
3866                                                                                                                                                            RT @ministter: If @NFL doesn't "stand for your children, turn the damn game off!"\n\n\n\n\n\n\n- @TamikaDMallory\n\n\n\n\n\n\nTweet @verizon to… \n
3867                                                                                                                                                                              RT @Reuters: As U.S. ban on travel to North Korea kicks in, American tourists say their farewells https://t.co/vMuOUIUeJm via… \n
3868                                                                                                                                                                     Check out DENTON COLLECTOR'S PORCELAIN DOLL "ALLISON" -  # 700-70  Year: 1988 https://t.co/4ZMLBIVo07 @eBay #Doll #Collectibles #vintage\n
3869                                                                                                                                                                                           Check out New!! K &amp; COMPANY STICKERS, LOT OF 4, NEW, CUTE!! NIP... #KCompany https://t.co/KPnB53PHTM via @eBay\n
3870                                                                                                                                                                 @CalebJGroff @SenWarren @federalreserve @WellsFargo I understand that, but the regulating agency (Fed in this case)… https://t.co/f8r3ElvwBJ\n
3871                                                                                                                                                                     RT @MarkusKamieth: Great to see the @BASF team pulling together to support colleagues &amp; families, communities as well as customers… \n
3872                                                                                                                                                                              RT @Google: No more circling the block. Find parking garages and lots near your destination, now rolling out on @googlemaps →… \n
3873                                                                                                                                                                                   RT @Reuters: U.S. pressure or not, U.N. nuclear watchdog sees no need to check Iran military sites https://t.co/DT4Bu6Lwo5\n
3874                                                                                                                                                                         Check out Crystal Heart Necklace "Message in a Bottle" Jewelry Red or Green Love Wine New #Pendant https://t.co/nRkyFQJTnC via @eBay\n
3875                                                                                                                                                                 @twisztad @SamsungCareSA @SamsungTV @SamsungSA @Samsung Hi Randall, we are very sorry to hear this. Please inbox us… https://t.co/Uy3QLbg9In\n
3876                                                                                                                                                                                                           @AEHALL1983 @bernerlap @Ryanair Just take your shite airline, and fuck off out of the UK old chap.\n
3877                                                                                                                                                                                 In 4 clicks, I was able to donate and @Microsoft matched it 100%. Now THAT is a company worth working for. #HurricaineHarvey\n
3878                                                                                                                                                                                        RT @Reuters: Harvey floods U.S. refineries, roils global fuel markets https://t.co/7Gf67BMNKK https://t.co/f6AzigU8DH\n
3879                                                                                                                                                                 @jimmykimmel @Disney @abc13houston JESUS HOW MANY TIMES DO WE HAVE TO TELL YOU PEOPLE, DONATE TO LOCAL HOUSTON ORGA… https://t.co/C0HgDfRO0I\n
3880                                                                                                                                                                      RT @FullOutMovie: From the team that brought you Full Out: Get ready to laugh, cry and be inspired! @kissandcrymovie is on @netflix M… \n
3881                                                                                                                                                                         Check out Disney Snap Toys Jiminy Cricket Plush 10" w/ Umbrella Stuffed Animal Toy Jiminey #Disney https://t.co/0VpXqTyrvO via @eBay\n
3882                                                                                                                                                                                                             RT @BMW: Taking it to the next level.\n\n\n\n\n\n\nThe all-new #BMW #X3. https://t.co/cVEuVykIJy\n
3883                                                                                                                                                                                          RT @Cisco: "It's never too late." Cisco's Karan Capoor shares how company culture brought out his inner inventor:… \n
3884                                                                                                                                                                                           Check out EASYRIDERS*-MOTORCYCLE MAGAZINE FOR MEN-#437, NOVEMBER 2009 VOLUME 39  https://t.co/HTNUairDOh via @eBay\n
3885                                                                                                                                                 RT @LenosGarage: Historic wins and modern aerodynamics.\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe 1967 @Ford Mk IV &amp; 2016 Ford GT Le Mans winner. #JayLenosGarage… \n
3886                                                                                                                                                                 RT @netflix: From @NarcosNetflix to Beauty and the Beast (the new one!), here’s a look at what's coming to Netflix in September. https://t.…\n
3887                                                                                                                                                                   RT @lifetimetv: Today we join our @Disney family's #DayOfGiving to help @RedCross'\n\n\n\n\n\n\n#HurricaneHarvey relief efforts. Donate:… \n
3888                                                                                                                                                                 RT @MSchwanhausser: @WellsFargo update: 3.5M bogus accounts, 190k charged erroneously, and $6.1M in refunds. So far. https://t.co/0tRoAjoDeG\n
3889                                                                                                                                                                          RT @briantong: Apple invites have arrived! "Let's meet at our place." Wow @Apple, a little forward there aren't you? September 12… \n
3890                                                                                                                                                                 RT @netflix: From @NarcosNetflix to Beauty and the Beast (the new one!), here’s a look at what's coming to Netflix in September. https://t.…\n
3891                                                                                                                                                                                                                    @Shieldingafar @letclothesbe @nextofficial She has excellent taste, may I say? #dinosaurs\n
3892                                                                                                                                                                                        RT @ReutersWorld: ⚡️ “Harvey's devastation from above” by @Reuters\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/xkN4UL1QWt\n
3893                                                                                                                                                                  Hi @amazon, check out #Harvey community relief shopping list https://t.co/eVJItaUeaW I just bought wheelchair. Can you match contributions?\n
3894                                                                                                                                                                  RT @Grant_D_Sheehan: Disgusting treatment from @Ryanair at handling cancelled flight, no costs covered whatsoever. I'm £535 down and given…\n
3895                                                                                                                                                            RT @ministter: If @NFL doesn't "stand for your children, turn the damn game off!"\n\n\n\n\n\n\n- @TamikaDMallory\n\n\n\n\n\n\nTweet @verizon to… \n
3896                                                                                                                                                                                      Check out Fiorucci Safety Jeans, Pants Italy Flare Leg Vintage NWOT 32x32 Dk Blue Ladies  https://t.co/zhjJyCzDdl @eBay\n
3897                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3898                                                                                                                                     Retweeted Cost2Build UK (@Cost2Build_UK):\n\n\n\n\n\n\n\n\n\n\n\n\n\nWe have a £50 @amazon gift card to give away! Just RT &amp; follow for a... https://t.co/FZ9SE08XGU\n
3899                                                                                                                                                    The "Supermarket Guru" reveals the industry secrets behind the @amazon @Wholefoods discounts. \n\n\n\n\n\n\nhttps://t.co/PZEmvyta4x\n\n\n\n\n\n\n@bravotv\n
3900                                                                                                                                                                 RT @VW: #TheBusIsBack! The #IDBuzz concept will go into production, sparking a new generation of Microbus fans. Learn more: https://t.co/vS…\n
3901                                                                                                                                                                                                         #JudithRipka #ShoulderBag auction ends today-\n\n\n\n\n\n\n$11.00! https://t.co/lzMn9SCnk1 via @eBay\n
3902                                                                                                                                                                       RT @GabrielSeriesFP: 📣 Get your copy of Musings: An Argyle Empire Anthology, today on @amazon for $2.99. And post your review. 😉💻… \n
3903                                                                                                                                                                 @JBuffoni2001 @ToasterMemes @5th_Perspective @AdamWingard @netflix I could fart on a wall, and if I call it art, it… https://t.co/xa4bMjjO5v\n
3904                                                                                                                                                                                         Kids E-Z Travel Lap Tray, provides organized access to drawing, snacks and ac... https://t.co/qynYfzFhKv via @amazon\n
3905                                                                                                                                                                                                                                                  @Tesco can't book a slot on the website, there is a problem\n
3906                                                                                                                                                                                                                                                                                           @ASOS Done, thanks\n
3907                                                                                                                                                                         Hey @amazon, I'd like to shop here but can't anymore. Stop selling all Trump-related products. #BoycottTrump https://t.co/O9Zit0G1Mr\n
3908                                                                                                                                                                         but @DJIGlobal dont pull an @Apple you dont need to innovate every quarter, just innovate when you have something awesome. #platinum\n
3909                                                                                                                                                                                RT @Reuters: Russia gears up for major war games, neighbors watch with unease https://t.co/oqDVncuVnY https://t.co/vmHgPzkHpq\n
3910                                                                                                                                                                                                       @Ryanair why is it the BLL flight is always late ? 5 times in last 5 weeks, both ways.....#poorservice\n
3911                                                                                                                                                                                     RT @Walmart: Our trucks are in line at the bottled water plant in Terry, MS. They are headed to Texas. #BetterTogether… \n
3912                                                                                                                                                                                'Wallpaper City Guide Istanbul 2015 (Wallpaper City Guides)', #Travel #Turkey #Istanbul #maps @amazon https://t.co/4Z7C5dh2u2\n
3913                                                                                                                                                                 RT @cprwarner: .@DENAirport will get a bunch of new restaurants. @Dazbog, @SnarfHappens, sushi, @Starbucks, @SUBWAY, @newbelgium https://t.…\n
3914                                                                                                                                                                                                              Check out Dronfield Girl Guides Cloth Patch 2 1/4" by 1 1/4"  https://t.co/0W9x3PL6Qq via @eBay\n
3915                                                                                                                                                                          RT @TMobile: Last clue, NYC! The 6 Pointz stage will feature some of the best local artists. #EZooUnlimited https://t.co/XwpK5NFozn\n
3916                                                                                                                                                                 @WellsFargo In those towns, there were limited options. And at that time (late 90s, early 00s), it was really important to be near a branch.\n
3917                                                                                                                                                                                     Surprised to see "Girlboss" was canceled.  Great show.  Sad to see something end without a conclusion. #netflix @netflix\n
3918                                                                                                                                                                                                             RT @BMW: Taking it to the next level.\n\n\n\n\n\n\nThe all-new #BMW #X3. https://t.co/cVEuVykIJy\n
3919                                                                                   RT @Tammysdragonfly: 5★PRINCE OF THE BLOOD\n\n\n\n\n\n\n@PletchaPJWebb\n\n\n\n\n\n\nTRANSFORMATION!\n\n\n\n\n\n\nRead my review\n\n\n\n\n\n\n#BOOKSPECIALS\n\n\n\n\n\n\nhttps://t.co/gChVdcaKWf\n\n\n\n\n\n\n@amazon http…\n
3920                                                                                                                                                                      RT @DisneySprings: Need a caffeine boost? Try a limited time beverage from @Starbucks like "The Dark Slide" or "The Green Master" for… \n
3921                                                                                                                                                                                RT @Reuters: Russia gears up for major war games, neighbors watch with unease https://t.co/oqDVncuVnY https://t.co/vmHgPzkHpq\n
3922                                                                                                                                                                                      RT @Reuters: Islamic State convoy in Syria appears to have turned back, U.S.-led coalition says https://t.co/WK7UxODlBM\n
3923                                                                                                                                                                 @Mulazane @NotreDan1971 @Reuters IDK, I consider everyone from the Americas American. Some happen to pick fruit. Th… https://t.co/Ck49dGB3Ix\n
3924                                                                                                                                                                         I just listed: 'Thought and Action: John Dewey at the University of Michigan', for 14.00 via @amazon https://t.co/mTlzPRrXW1 #GoBlue\n
3925                                                                                                                                                                 RT @Reuters: JUST IN: Russia must close consulate and annex buildings in U.S., says State Department. https://t.co/hWhpSQRmn2 https://t.co/…\n
3926                                                                                                                                                            RT @ministter: If @NFL doesn't "stand for your children, turn the damn game off!"\n\n\n\n\n\n\n- @TamikaDMallory\n\n\n\n\n\n\nTweet @verizon to… \n
3927                                                                                                                                                                              RT @TexasTechFB: The @TTU_EQUIPMENT truck is loaded with water thanks to @CocaCola &amp; on its way to Austin! See you there,… \n
3928                                                                                                                                                               How can mom and pop shops that are really feeling the heat of @amazon, compete with the e-commerce giant?\n\n\n\n\n\n\nhttps://t.co/UbyUxJjj7N\n
3929                                                                                                                                                                 RT @netflix: From @NarcosNetflix to Beauty and the Beast (the new one!), here’s a look at what's coming to Netflix in September. https://t.…\n
3930                                                                                                                                                                 Isn't every Sept @Apple event hyped as "most significant new product announcement in years"?  cc: every tech journo or blogger on the planet\n
3931                                                                                                                                                                 Nice job, @HomeDepot - just spent 1/2 hour wandering around holding $100 in bath hardware, looking for a TUBE OF SUPERGLUE. No help offered.\n
3932                                                                                                                                                                        RT @MakeItPlain: Mama Hazel Dukes @NAACP: "@NFL, you  will make a decision, 'cause we will show you."\n\n\n\n\n\n\nTell @verizon to… \n
3933                                                                                                                                                                                     RT @Walmart: Our trucks are in line at the bottled water plant in Terry, MS. They are headed to Texas. #BetterTogether… \n
3934                                                                                                                                      RT @F1: Making track modifications as they go, it's @Karembeu v @therealdcf1... 😂\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Heineken #ChampionsOfTheGrid #F1 https://t.co/2EGOg10w4G\n
3935                                                                                                                                                          RT @Hoodmojiapp: Hoodmoji Stickers are now available at the @AppStore Free Download!! @Apple . https://t.co/Kmmivqcs1s \n\n\n\n\n\n\nLink in Bio!… \n
3936                                                                                                                                      RT @F1: Making track modifications as they go, it's @Karembeu v @therealdcf1... 😂\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Heineken #ChampionsOfTheGrid #F1 https://t.co/2EGOg10w4G\n
3937                                                                                                                                      RT @F1: Making track modifications as they go, it's @Karembeu v @therealdcf1... 😂\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Heineken #ChampionsOfTheGrid #F1 https://t.co/2EGOg10w4G\n
3938                                                                                                                                                                                                         RT @Reuters: ⚡️ “Harvey's devastation from above”\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/hmXESnzaP1\n
3939                                                                                                                                                       @ABAJournal @ABAesq @facebook @ChicagosMayor @MarkZuckerbergF Even pizza 🍕 tasted altered!\n\n\n\n\n\n\nStop eating my style… https://t.co/09ac3rlHQ6\n
3940                                                                                                                                      RT @F1: Making track modifications as they go, it's @Karembeu v @therealdcf1... 😂\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Heineken #ChampionsOfTheGrid #F1 https://t.co/2EGOg10w4G\n
3941                                                                                                                                                                                      Check out S.A, MAKI MINAMI, SHOJO, 2010, BEAT LOT (7 BOOKS) #1-7, MANGA, COMEDY, VG!  https://t.co/Qnek3TRsBq via @eBay\n
3942                                                                                                                                       RT @PhilLempert: The "Supermarket Guru" reveals the industry secrets behind the @amazon @Wholefoods discounts. \n\n\n\n\n\n\nhttps://t.co/PZEmvyta4x\n\n\n\n\n\n\n@br…\n
3943                                                                                                                                                                          RT @findingnwa: @Walmart, @JBHuntDrivers and @TysonFoods have contributed to those affected by #HurricaneHarvey. More on the blog… \n
3944                                                                                                                                                                       RT @JCAdolphson: @lasttube @TheRealConmanis @SPA22 @comcast How to stop them, vote the bums out in 2018. Hint every Republican voted… \n
3945                                                                                                                                                                 RT @PayPal: For your PayPal friend who deserves a little treat, we’ve got you covered. https://t.co/0RHuocfIfO #friendship https://t.co/0c3…\n
3946                                                                                                                                        RT @GMA: Watch. Help. Make a difference. We're kicking off a @Disney #DayOfGiving on @GMA\n\n\n\n\n\n\n\n\n\n\n\n\n\n💻https://t.co/y9E40bNyPH\n\n\n\n\n\n\n☎️1-855-… \n
3947                                                                                                                                                                                     RT @newscred: Content marketing personalization: winning tactics from @Loreal, @Spotify, @myrocksbox, and @infatuation… \n
3948                                                                                                                                      RT @F1: Making track modifications as they go, it's @Karembeu v @therealdcf1... 😂\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Heineken #ChampionsOfTheGrid #F1 https://t.co/2EGOg10w4G\n
3949                                                                                                                                                                            RT @Google: Whatever your favorite things are, we want you to have more of them. Introducing your feed, now in the Google app →… \n
3950                                                                                                                                            RT @chesterzoo: . Wow! @TripAdvisor has ranked us as the third best zoo in the 🌍 and the top of the 🌳 in the UK! 🏅\n\n\n\n\n\n\n\n\n\n\n\n\n\nFind out more:… \n
3951                                                                                                                                                                                                  RT @netflix: I spoke to your boss, apparently it's not only accepted but encouraged https://t.co/UO0qJRRBQk\n
3952                                                                                                                                                                       Check out CATHERINE ZADEH BROWN BRAIDED LEATHER &amp; STERLING SILVER MENS BRACELET 9"-$275 #Braided https://t.co/G1a19CojBA via @eBay\n
3953                                                                                                                                                                                RT @Reuters: Old Mumbai building overdue for demolition collapses, killing 22 https://t.co/lD2M0lwgR9 https://t.co/fG4n0La9uX\n
3954                                                                                                                                                                 @easyJet Hey @YotelHQ, fancy helping a stranded #travelblogger out with a lastmin room at Gatwick at 2am?! Just nee… https://t.co/1p91K5D0NT\n
3955                                                                                                      @STDeezy @PayPal @corruptedray001 He\n\n\n\n\n\n\nKnows how\n\n\n\n\n\n\nTo flex\n\n\n\n\n\n\nMoney on\n\n\n\n\n\n\nInstagram\n\n\n\n\n\n\nBut cannot\n\n\n\n\n\n\nSend me $30\n\n\n\n\n\n\nVia @PayPal\n
3956                                                                                                                                                                                                  RT @netflix: I spoke to your boss, apparently it's not only accepted but encouraged https://t.co/UO0qJRRBQk\n
3957                                                                                                                                                                            RT @Google: Whatever your favorite things are, we want you to have more of them. Introducing your feed, now in the Google app →… \n
3958                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
3959                                                                                                                                                                                                        @RedPillBlack @facebook You have a sharp tongue, young lady. It's going to get you into some trouble.\n
3960                                                                                                                                                                   @Tesco Hi - 2nd lumpwood disposable BBQ which failed to properly take light and get to cooking temperature.  Failed burgers, unhappy kids.\n
3961                                                                                                                                                                             RT @Reuters: Holocaust survivor celebrates bar mitzvah in Israel, 80 years later https://t.co/LkdF5HJAoI https://t.co/CxtZqaTQKY\n
3962                                                                                                                                                                             RT @Reuters: Holocaust survivor celebrates bar mitzvah in Israel, 80 years later https://t.co/LkdF5HJAoI https://t.co/CxtZqaTQKY\n
3963                                                                                                                                                           RT @MakeItPlain: Tell @verizon, if we don’t demand they #StandWithKaepernick, "that’s like getting back on the back of the bus." \n\n\n\n\n\n\n-… \n
3964                                                                                                                                                                              RT @TexasTechFB: The @TTU_EQUIPMENT truck is loaded with water thanks to @CocaCola &amp; on its way to Austin! See you there,… \n
3965                                                                                                                                                                                                            RT @AltPress: Yep, weed strains based on @netflix shows actually exist 👏 https://t.co/sqY1LpR8bf\n
3966                                                                                                                                       First lies in paid advertorials by @exxonmobil, now lies in columns by @BretStephensNYT.\n\n\n\n\n\n\n\n\n\n\n\n\n\nCom'on @nytimes! Get on t… https://t.co/ckMQHGBmbS\n
3967                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3968                                                                                                                                                                 @McDonalds the Duckworth location in Barrie Ont, is horrible!! Didn't get served at one of the drive through speakers and the staff are slow\n
3969                                                                                                                                                                     RT @PKEWX3: BIG DAY! Announced a Toronto show oct 21 &amp; had a great @McDonalds b-fast, thanks to @JohnSharkman &amp; number 69. Tix… \n
3970                                                                                                                                                                                                             RT @BMW: Taking it to the next level.\n\n\n\n\n\n\nThe all-new #BMW #X3. https://t.co/cVEuVykIJy\n
3971                                                                                                                                                             RT @paigelav: @Jordan_Pack @facebook Sadly I get this kind of thing a lot, but it bothers me that I've reported similar messages &amp; FB has l…\n
3972                                                                                                                                        RT @GMA: Watch. Help. Make a difference. We're kicking off a @Disney #DayOfGiving on @GMA\n\n\n\n\n\n\n\n\n\n\n\n\n\n💻https://t.co/y9E40bNyPH\n\n\n\n\n\n\n☎️1-855-… \n
3973                                                                                                                                                                                   RT @kmcnair2015: Check out American Eagle Silver Dollar, 2011, circulated. See Photos Please https://t.co/yaH2mjhAUo @eBay\n
3974                                                                                                                                                                              RT @TexasTechFB: The @TTU_EQUIPMENT truck is loaded with water thanks to @CocaCola &amp; on its way to Austin! See you there,… \n
3975                                                                                                                                                                                                  RT @netflix: I spoke to your boss, apparently it's not only accepted but encouraged https://t.co/UO0qJRRBQk\n
3976                                                                                                                                                                 @TMobile will pay remaining balance for ATT if I switch, but want leased phone in exchange? Is that for each line? #nobyod #cantkeepoldphone\n
3977                                                                                                                                                                                                                                                RT @Jenski_x: 2 days, 2 delayed flights. Cheers then @easyJet\n
3978                                                                                                                                                                 @netflix Netflix, this is our 3 month anniversary of @sense8 hashtags. How do you feel about it? We're here for 3 m… https://t.co/aQ6VkBSDAs\n
3979                                                                                                                                                                 @prolifecampaign @TFMRIRE @Concern @Barnardos_IRL @facebook Basically, until you show a SHRED of basic, common, hum… https://t.co/BdYPHpenEG\n
3980                                                                                     @ATT YO. OUR SERVICE HAS BEEN DOWN FOR 6 DAYS HERE IN PASADENA (TX).\n\n\n\n\n\n\n\n\n\n\n\n\n\nHURRICANE'S OVER.\n\n\n\n\n\n\n\n\n\n\n\n\n\nUPDATES, MY GUYS.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#HoustonFlood #HurricaneHarvey\n
3981                                                                                                                                                                                        RT @intel: How machine learning teaches #AI computers how to recognize patterns, make decisions and learn by doing.… \n
3982                                                                                                                                      RT @F1: Making track modifications as they go, it's @Karembeu v @therealdcf1... 😂\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Heineken #ChampionsOfTheGrid #F1 https://t.co/2EGOg10w4G\n
3983                                                                                                                                                                                          RT @RiffTrax: The whole Matrix series has been added to @netflix! Grab our riffs and show them "You know Kung-Fu"… \n
3984                                                                                                                                                                   Question for @McDonalds. When customising burgers for no cheese, why does the price stay the same? £3.09 with or without cheese #retailcon\n
3985                                                                                                                                                                                 I'll said it again, @Google made a mistake by selling @Moto to @lenovo the new #MotoX4 looks meh.\n\nhttps://t.co/tWCbJMLDzx\n
3986                                                                                                                                                                  @BaymaxSix @JohnBoyega @Disney @starwars Payne, Leila or Rey couldn't whine to the sound of Tin cans so I couldn't… https://t.co/FCDWSu1x91\n
3987                                                                                                                                                                              @pepsi ain't shit for sending one of my colleagues these to his store 😂 same soda, 3 different colors. https://t.co/NmtolGn9Kp\n
3988                                                                                                                                                                 RT @darbysofficial: Deeply moved from talking to Americans who donated on @GMA @Disney #DayOfGiving. Many said, "We must stick together." #…\n
3989                                                                                                                                                                                                             RT @BMW: Taking it to the next level.\n\n\n\n\n\n\nThe all-new #BMW #X3. https://t.co/cVEuVykIJy\n
3990                                                                                                                                                    RT @Amy_Siskind: This is the best thing on the internet. Thanks you @Walmart 🇺🇸\n\n\n\n\n\n\nTrump will be suing/tweeting in 3-2-1... https://t.co/szwVz…\n
3991                                                                                                                                                                 If Mark Parker of @Nike feels strongly about Charlottesville, will he end Nike's multi-million dollar lease at Trump Tower? via @ultraviolet\n
3992                                                                                                                                                                 @Ryanair Blimey, all this communication is bringing back memories of last night! Come on, we got home with screamin… https://t.co/uAHxnxiHUH\n
3993                                                                                                                                                                 RT @Reuters: Trump expected to rescind Obama 'Dreamer' policy, says senior official. More here: https://t.co/BICb0tBbxd https://t.co/waLKH6…\n
3994                                                                                                                                                                 If Mark Parker of @Nike feels strongly about Charlottesville, will he end Nike's multi-million dollar lease at Trump Tower? via @ultraviolet\n
3995                                                                                                                                                                 RT @Reuters: JUST IN: Russia must close consulate and annex buildings in U.S., says State Department. https://t.co/hWhpSQRmn2 https://t.co/…\n
3996                                                                                                                                                                                                          WTF! The new action camera by @Sony, the #RX0 doesn't record in 4K. What a disappointment! #SonyIFA\n
3997                                                                                                                                                                                 RT @Oracle: Whether you are developing #apps or migrating data management to the #cloud, it has never been easier than now… \n
3998                                                                                                                                                                        RT @exxonmobil: These pictures are fake. Don't let #FakeNews spread when we should be focusing on what truly matters, those affecte… \n
3999                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
4000                                                                                                                                                                  @TheRealWaitWhat @MyKarma2001 @paigelav @jbendery @facebook No, I'm saying the intent of the senders message is "I… https://t.co/WpTqIXXYEb\n
4001                                                                                                                                                                        Man, @Walmart has a HUGE markup on the new LEGO Millennium Falcon!!! https://t.co/ssHgt1TdGC Only one left 😏 https://t.co/n04WFrQmvA\n
4002                                                                                                                                                                              RT @TexasTechFB: The @TTU_EQUIPMENT truck is loaded with water thanks to @CocaCola &amp; on its way to Austin! See you there,… \n
4003                                                                                                                                                                                                                      RT @aaryeona_ccx: @McDonalds @mckeeenzie Wait I'm fucking weak 😂😂"man I'm broke" 😂😂\n
4004                                                                                                                                                                      RT @DisneySprings: Need a caffeine boost? Try a limited time beverage from @Starbucks like "The Dark Slide" or "The Green Master" for… \n
4005                                                                                                                                       RT @paulalexboyd: Me: So will my flight leave tonight? Will it be cancelled?\n\n\n\n\n\n\n@easyJet: We never use the C word, sir.\n\n\n\n\n\n\nMe: Oh. I'm using a fe…\n
4006                                                                                                                                                                    We really really need a live-action Netflix Destiny show... *cough cough* @netflix @DestinyTheGame @NathanFillion "Do it for the PUPPIES"\n
4007                                                                                                                                                                  @StephStradley @kroger I've heard of "personal cucumbers" but if you have a "personal watermelon" you should see a… https://t.co/KSCCU0HTLy\n
4008                                                                                                                                                    #KappasForKaepernick @NYANupes @kapsi1911: @Kaepernick7's "head is bloody, but unbowed."\n\n\n\n\n\n\n@verizon? #CanYouHearMeNow… https://t.co/0eNtZ66OOV\n
4009                                                                                                                                                                                             The Internet: Surfing, Security, E-mail and Security by Rebecca Sharp Colmer https://t.co/4Mjprg7HdX via @amazon\n
4010                                                     RT @_CFJ_: RIP Mel McCray 26y/o\n\n\n\n\n\n\n\n\n\n\n\n\n\nShot May 17\n\n\n\n\n\n\nhttps://t.co/3TwTLH4yoO\n\n\n\n\n\n\n\n\n\n\n\n\n\n#BlackLivesMatter❓Protest❓\n\n\n\n\n\n\n\n\n\n\n\n\n\n@POTUS❓\n\n\n\n\n\n\n\n\n\n\n\n\n\n@CBS @ABC @NBC @CNN… \n
4011                                                                                                                                                                             RT @MSU_Basketball: "Only at Michigan State." #GearDay \n\n\n\n\n\n\n\n\n\n\n\n\n\n@Nike @nikebasketball https://t.co/BlYsuJK1iG\n
4012                                                                                                                                                                          @IBakeLikeMom @nycjim @Walmart @amazon @realDonaldTrump At that price, I am considering buying one. To.. you know, do things to it.\n
4013                                                                                                                                                                        Check out #18k #Yellow #Gold And  #Pearl #ArtDeco #Estate #Ring #vintage \n\n\n\n\n\n\n #PEARLPARTY https://t.co/OhFTSsz6hr via @eBay\n
4014                                                                                                                                                                 RT @williamehall: Morning @amazon we are going to prepare 5,000 HOT meals in Houston but we are loading up in San Antonio. can you help w/y…\n
4015                                                                                                                                                                             RT @Google: This week from #teampixel: more stunning photos and A+ travel photography tips for your Pixel, straight from a pro… \n
4016                                                                                                                                                                            RT @pfizer: #DYK 88% of medical errors are medication mistakes? On @TheDoctors, our Dr. Freda Lewis-Hall details questions to a… \n
4017                                                                                                                                                                                                @kristinablatz @Adobe @AdobePremiere Ethan has a mac...., maybe he will let me because I've been wanting Fcpx\n
4018                                                                                                                                                    @benjibou @facebook Content referred by ur trusted sources + mobility + socialization = Powerful combination\n\n\n\n\n\n\nAll ab… https://t.co/2VIuhnq9p6\n
4019                                                                                                                                                                                                                        Check out #Diesel Faithlegg Jeans W28, L30 https://t.co/j3x6GdGJmW @eBay #ebay #denim\n
4020                                                                                                                                                                                         Check out The Cellulite Myth: It's Not Fat, It's Fascia Paperback by Ashley Black  https://t.co/P3IsDQQs2K via @eBay\n
4021                                                                                                                                                                                                         @Apple @AppleSupport Clicked with iphone7Plus :) , Camera with a life in it. https://t.co/tsDtK7oSUO\n
4022                                                                                                                                                                  @SilverSprintUK @amazon #Competition time! Just like, share and follow us to be in with a chance to #win an @amazon gift voucher worth £20!\n
4023                                                                                                                                                                                                  RT @netflix: I spoke to your boss, apparently it's not only accepted but encouraged https://t.co/UO0qJRRBQk\n
4024                                                                                                                                                                                                      Check out Deer - Russia Postage Stamp,  laminated bookmark  #Bookmark https://t.co/Ba2iy7tU4t via @eBay\n
4025                                                                                                                                                                     Check out 1990-96 Corvette C4 Front Windshield A pillar Weatherstripping "THE GOOD STUFF" https://t.co/RkzmrM6OGi @eBay @CorvetteNvasion\n
4026                                                                                                                                                                                                 #Grabit makes shoes using static electricity, really fast. @Nike is happy. #Ai https://t.co/Al5wNsrd11 #Nike\n
4027                                                                                                                                                              RT @dianacountry: @rickmonroe @nashvilleford @Ford Hi Rick, what an unbelievable inconvenience this situation has been &amp; is for you &amp;… \n
4028                                                                                                                                                             RT @MakeItPlain: "We have to get out of the habit of being consumer slaves."\n\n\n\n\n\n\n- @ministter \n\n\n\n\n\n\nTell @verizon they better… \n
4029                                                                                                                                                                             Check out Original #Swarovski Silver #Crystal "#Glitter" from Austria for your Display Case!   https://t.co/wIl22Zn1BK via @eBay\n
4030                                                                                                                                                                                             @johnturek @MobileRez @sayedihashimi @migueldeicaza @jasminelilyb @Microsoft Ugh, wow - I must be getting old :P\n
4031                                                                                                                                                  @AP @WellsFargo @Target Quote of the day:\n\n\n\n\n\n\n"Officer workers are to lawyers what mental patients are to doctors."\n\n\n\n\n\n\n#ThursdayThoughts\n
4032                                                                                                                                                                 RT @usopen: In two sets, the 2x #USOpen single's champion, @Venuseswilliams continues her journey to R3.👏 @jpmorgan https://t.co/y7p2aNnA1T\n
4033                                                                                                                                                                                                  RT @Reuters: South Sudan's sacked army chief 'confined' to Juba home, minister says https://t.co/x3Kh5sBMeI\n
4034                                                                                                                                                                                                                        @amazon has #Cacophony, my debut #fiction #paranormal #novel. https://t.co/81xhVbCpL1\n
4035                                                                                                                                                                        RT @Disney: @Google Oh, boy! Throw a #StickerParty using your #Gboard keyboard. Mickey &amp; Friends Stickers are now on Google Pla… \n
4036                                                                                                                                                                            @Tesco with a pizza this size, surely you can put a bit more topping on it! #PoorPizza #MightyMozzarella… https://t.co/cdin7D5cRB\n
4037                                                                                                                                                                                     RT @Reuters: EU keeps up Brexit talks pressure, Davis signals cash offer https://t.co/QWae3CpBeG https://t.co/NWTKAkG5bB\n
4038                                                                                                                                               RT @trailblazers: SHOE UPDATE: \n\n\n\n\n\n\n\n\n\n\n\n\n\nJake Layman is wearing @adidas tonight, just as he has every other game. 👟 https://t.co/zolSuzo20P\n
4039                                                                                                                                                                                    Analysts dispute common assumptions including the idea that @amazon dominates retail\n\n\n\n\n\n\nhttps://t.co/WzNUNCF7Ez\n
4040                                                                                                                                                               RT @citygear: #ReleaseReminder The @Nike Kyrie 3 "Kyrache" drops this Friday in-store and online! 👮 or 🛑?  https://t.co/1ArHeqOagA https://…\n
4041                                                                                                                                                                    "Act of Vengeance" by @MichaelJecks is on #sale for $0.99 via @EndeavourPress Get it now! https://t.co/DVjM1Xr8mj via @amazon - #thriller\n
4042                                                                                                                                                             RT @MakeItPlain: "We have to get out of the habit of being consumer slaves."\n\n\n\n\n\n\n- @ministter \n\n\n\n\n\n\nTell @verizon they better… \n
4043                                                                                                                                                                 @marieosmond @Walmart @SamsClub @CMNHospitals @Walmart you can afford to do more, am wrong Walton family?  This see… https://t.co/f3O8gSHgaQ\n
4044                                                                                                                                                                      RT @prog_mustard: You know, if we had any guts we'd be occupying @WellsFargo all over the country. And if our "leaders" had guts they… \n
4045                                                                                                                                                                          RT @Dr_B_Freako: @KiraJMcDonough @sammhodges @ABCNetwork @hulu @amazon After my rescue passed away this summer, someone suggested… \n
4046                                                                                                                                                                    RT @WNBA: When you clinch a spot in the #WNBAPlayoffs!\n\n\n\n\n\n\n\n\n\n\n\n\n\n@AmericanExpress #TeammateShake https://t.co/grqF3x8GBq\n
4047                                                                                                                                                                                     Check out "Pez" Lot of 15 Mixed Themes and Characters Pez Dispenser With Feet (Loose)  https://t.co/lxcZrLmrFg via @eBay\n
4048                                                                                                                                                                                Check out VTG "Miller Lite" A Fine Pilsner Beer Patch Large 8" x 6" Sew on Rectangle Patch  https://t.co/KhsGjuk7Xz via @eBay\n
4049                                                                                                                                                                                     RT @Walmart: Our trucks are in line at the bottled water plant in Terry, MS. They are headed to Texas. #BetterTogether… \n
4050                                                                                                                                                                         @HomeDepot That was super frustrating, but I'm done ranting now. Glad I wandered around the store long enough to find what I needed.\n
4051                                                                                                                                                                                               RT @timsilfies: Next at 6 on @69News, I'll talk to @SenBobCasey from a @Google business workshop in Allentown.\n
4052                                                                                                                                                                RT @Disney: Operation: #ToyStoryLand is a go! 🐶 Get a sneak peek at Slinky Dog Dash, coming to @WaltDisneyWorld in Summer 2018. https://t.c…\n
4053                                                                                                                                                                                                    @TMobile That's the best news! Calls very rarely connect. Even when I have full bars and it says "4gLTE."\n
4054                                                                                                                                                                                                        @Reuters "Personal money', or, as it is otherwise known, "some of the tax that I have avoided paying"\n
4055                                                                                                                                                                 @JasonHirschhorn @amazon @netflix They do provide data to creators of TV series, right? Seems like equivalent for b… https://t.co/Wht2FNBMBv\n
4056                                                                                                                                                                       RT @verizon: Exclusive concert experiences, @NFL tickets and much more. Rewards you really, really want. #VZup https://t.co/Jg57Pq6NaX\n
4057                                                                                                                                                                     RT @eliblumenthal: Apple isn’t the only one planning events for September. @TMobile is teasing an Uncarrier event for September 6, apt… \n
4058                                                                                                                                                                    Tim Cooke @Apple, just got 89 million $ bonus, how much is giving to Harvey, to all in need in Texas, to aide fellow Americans, How Much?\n
4059                                                                                                                                                                         Hi @WellsFargo you have my money and I want it ALL. I refuse to call you or fax another paper to you. Get with the times, it's 2017.\n
4060                                                                                                                                                                                        Hey @McDonalds just stop by your Newark, NJ location, staff seem lethargic, I guess next time I'll skip the calories.\n
4061                                                                                                                                                                         RT @Ryanair: For a chance to WIN a €/£100 voucher simply RT, FOLLOW &amp; tell us which destination you stopped on below using the… \n
4062                                                                                                                                                             @HomeDepot fairmont-san diego, total mess. Long lines 99% self svc &amp; slow, jst 1 cshr. Dont be cheap hire cashiers, ur financials good enuff\n
4063                                                                                                                                                                                RT @Reuters: Car makers, retailers rush to open, restock Houston after Harvey https://t.co/GWvPE3rNUP https://t.co/OfcPsuzgmU\n
4064                                                                                                                                                                                RT @Reuters: Car makers, retailers rush to open, restock Houston after Harvey https://t.co/GWvPE3rNUP https://t.co/OfcPsuzgmU\n
4065                                                                                                                                                                                        RT @intel: How machine learning teaches #AI computers how to recognize patterns, make decisions and learn by doing.… \n
4066                                                                                                                                                                                                   @netflix could just be called @theofficenbc for all I'm concerned, it's basically all I use it for anyways\n
4067                                                                                                                                                                            Check out Victoria's Secret Bra " Bombshell Plunge 34B " NWOT #VictoriasSecret #bombshellplunge https://t.co/Oa8dzOopH0 via @eBay\n
4068                                                                                                                                                                                                                           @SpeakerRyan @Boeing @intel @TheLeadCNN stay home and work 4 ppl, not corporations\n
4069                                                                                                                                                                             RT @Reuters: Holocaust survivor celebrates bar mitzvah in Israel, 80 years later https://t.co/s3vrRwSJYo https://t.co/tyFjVoNP4L\n
4070                                                                                                                                                                                                  RT @netflix: I spoke to your boss, apparently it's not only accepted but encouraged https://t.co/UO0qJRRBQk\n
4071                                                                                                                                                                                                                                         @avoiding_bears @McDonalds @KFC_UKI you traitor, macdo is wonderful.\n
4072                                                                                                                                                                 And then there's @amazon, who's been supporting Breitbart's white supremacist vision unapologetically for 10 months… https://t.co/hhdZkRniTu\n
4073                                                                                                                                                                             RT @Reuters: Holocaust survivor celebrates bar mitzvah in Israel, 80 years later https://t.co/s3vrRwSJYo https://t.co/tyFjVoNP4L\n
4074                                                                                                                                       RT @RealAssange: The real reason @Google wants more H1-B visa workers is simple. $$$\n\n\n\n\n\n\n\n\n\n\n\n\n\nEntry level annual salary for American programmer- $1…\n
4075                                                                                                                                                                                RT @ChefFletcher: @SpeakerRyan @Boeing @intel @TheLeadCNN Nobody understands what you're saying, let me help you. Hey, fam!… \n
4076                                                                                                                                                                             RT @Reuters: Holocaust survivor celebrates bar mitzvah in Israel, 80 years later https://t.co/s3vrRwSJYo https://t.co/tyFjVoNP4L\n
4077                                                                                                                                                                SHOCKING!!\n\n\n\n\n\n\n"#Yemen air raid kills at least 12, including six children" via @Reuters #64_Killed_In_2_Days https://t.co/yyyZIVUhRh\n
4078                                                                                                                                                                 RT @Reuters: Islamic State convoy in Syria appears to have turned back, U.S.-led coalition says https://t.co/7o4VOmU6QD https://t.co/KmCHug…\n
4079                                                                                                                                                                            @netflix I didn't enjoy the story changes of Death Note the movie made, but Keith Stanfield (who played L) did a magnificent job!\n
4080                                                                                                                                                                             RT @Reuters: Holocaust survivor celebrates bar mitzvah in Israel, 80 years later https://t.co/s3vrRwSJYo https://t.co/tyFjVoNP4L\n
4081                                                                                                                                                                 RT @Toyota: Were you affected by Hurricane Harvey? If you need help with your @ToyotaFinancial account, call us: 1-800-874-8822 https://t.c…\n
4082                                                                                                                                                                 RT @Microsoft: Microsoft President @BradSmi on the advantage of a tech culture that doesn't know it all, but humbly learns it all. https://…\n
4083                                                                                                                                                                   Check out Kasper Ladies Cream/Tan Colored 2 Piece Skirt Suit- Top Size 12, Skirt Size 10 https://t.co/ZqMiL1LiJd @eBay. PRICE REDUCTION!!!\n
4084                                                                                                                                                                                                        @EmilGiliotti @Reuters How would you know if he refuses to release his taxes?  Oh, right, you DON'T!!\n
4085                                                                                                                                                                 RT @TMobile: With trains racing by and strobe lights flashing, this stage is inspired by this iconic NYC station. #EZooUnlimited https://t.…\n
4086                                                                                                                                                                                                                                Check out Time Out Doll Body Ready To Stuff 33" https://t.co/lwL38esSv7 @eBay\n
4087                                                                                                                                                                                    @netflix @reedhastings just do it, guys! You know you want to give us what we need.. #TinaforS8S3 https://t.co/FneVkqWJiQ\n
4088                                                                                                                                                                                 Check out Vintage Lot of Five Dress/Shoe Clips: Enamel, Cabochon, Onyx, with Beaded Purse  https://t.co/94OavVQvHG via @eBay\n
4089                                                                                                                                                                   Fashion Inspired by Opening Credits: Man Seeking Woman, Adventures of Tintin, Do the Right Thing  https://t.co/umRpxrs7hZ via @amazon  est\n
4090                                                                                                                                                                                  RT @NLGNational: Heads up to our #undocumented allies.\n\n\n\n\n\n\nOutstanding gesture @Starbucks. https://t.co/ydaNa1Di4d\n
4091                                                                                                                                                             RT @Soby84636586: Why @netflix still didn't save #deviousmaids ? &amp; if they care about the budget I do not think DM costs a lot, right? Plea…\n
4092                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/NajYXfTzyl\n
4093                                                                                                                                                                                                 Baby's down. Time for momma now to shower, put some @netflix  and... fall asleep while watching. #momlife 😅\n
4094                                                                                                                                                                             @CreativeJuice21 @Reuters Oh but I do. I do not need the taxes  I know the people. \n\n\n\n\n\n\nThat is what I am talking about\n
4095                                                                                                                                                                                 Check out circle lap throw quilt modern cars tan flannel  5' 3" by 3' 11"  one of a kind   https://t.co/NFp7YqrBVb via @eBay\n
4096                                                                                                                                                                                                                              Check out DELCATTY  RARE POKEMON ACTION FIGURE 2" https://t.co/Wv4WXArTW1 @eBay\n
4097                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
4098                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
4099                                                                                                                                                                                        @AtlantaFalcons @AroundTheNFL Why aren't big corporations like @Walmart, @Kohls, @McDonalds, and @ChickfilA donating?\n
4100                                                                                                                                                                                           @zorro_the_grump @netflix @johnnyyongbosch Not as much as I used to be. I liked the anime, the movie was good too.\n
4101                                                                                                                                                                                   Check out 3.2" China Certified Nature Nephrite Hetian Sugar Jade Longevity God Pendants  https://t.co/bMNDGK2Jto via @eBay\n
4102                                                                                                                                                                                                @Shell I wanna thank you for charging me $6.00 a gallon for gas, in Dallas today. #HarveyHeroes #HarveyRelief\n
4103                                                                                                                                                                                      @spacenationorg @melindacrow @Samsung Becoming a "space nation astronaut" and it being accessible to everyone 💪🏼🙌🏼‼️\n
4104                                                                                                                                                                                                                              @JemelOneFive A @Tesco own brand of cheese, and hilarious football videos &lt;3\n
4105                                                                                                                                                                                                                      @Google Say it with sleazy abuse of power. #Goolag\n\n\n\n\n\n\nhttps://t.co/4hPYO2Qq7A\n
4106                                                                                                                                                                    RT @vernhenze: Check out Fall Flower Stem Holder, Hand Turned Clay, Stoney Fork Pottery, pottery, new   https://t.co/Ihovhv5gUA via @eBay\n
4107                                                                                                                                                        RT @Nissan: The new #Nissan #LEAF. Simply Amazing. \n\n\n\n\n\n\nJoin us for the World Premiere\n\n\n\n\n\n\nSeptember 6\n\n\n\n\n\n\n#Nissan #LEAF… \n
4108                                                                                                                                                                                 Check out RETAIL: $395 NIB BALLY Herald Slip On Sneakers, US10/EU43 #Bally #LoafersSlipOns https://t.co/gfkxM1MJwl via @eBay\n
4109                                                                                                                                                     Amazing to see @Google getting fine analyst @barryclynn fired from @NewAmerica. I doubt he'll be Cornered for long.\n\n\n\n\n\n\nhttps://t.co/7bRyFJFwdK\n
4110                                                                                                                   RT @ThomasWictor: What a world, huh?\n\n\n\n\n\n\n\n\n\n\n\n\n\nTHEY get to put up videos of kids being killed in car accidents.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Google and @Vimeo censor ME… \n
4111                                                                                                                                                                        RT @exxonmobil: These pictures are fake. Don't let #FakeNews spread when we should be focusing on what truly matters, those affecte… \n
4112                                                                                                                                                                            RT @deefizzy: Hey @amazon, thank u so much for lowering the prices of avocados at Whole Foods. I knew I loved u for a reason ❤️❤️… \n
4113                                                                                                                                                                                              RT @Reuters: As Harvey gained fury, Home Depot raced to respond https://t.co/ikREgWHZDQ https://t.co/BhpfWXbGoE\n
4114                                                                                                                                                                 RT @skonnard: The #PluralsightLIVE Partner Pavilion will house tech giants like @Microsoft, @Adobe and @Twitter. See more: https://t.co/V8j…\n
4115                                                                                                                                                                                    Check out $310 Beautiful JOSEPH Sol Sleeveless Silk Blouse sz 38, Cream #Joseph #Blouse https://t.co/aAwGh5Iy7t via @eBay\n
4116                                                                                                                                                                                     RT @Walmart: Our trucks are in line at the bottled water plant in Terry, MS. They are headed to Texas. #BetterTogether… \n
4117                                                                                                                                                                   Check out Lot 4 MASK Buttons Variety ~ Phantom of Opera Drama TIKI +  https://t.co/VqeKMu1ZdT via @eBay\n\n\n\n\n\n\n#maskbuttons #buttons\n
4118                                                                                                                                                                              RT @amys_bus_ticket: Jesus. \n\n\n\n\n\n\n\n\n\n\n\n\n\nWHO @CBS dresses Julie Chen?\n\n\n\n\n\n\n#bb19 https://t.co/00W46Wb4wy\n
4119                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4120                                                                                                                                                                     RT @MollyJongFast: @morganpehme @GetMeRogerStone @netflix Last photo, I promise but you can't do a #rogerstone thread without a pictur… \n
4121                                                                                                                                                                    @PayPal Yeah, like why do I have to look at a full page ad every time I log in?  Why did I just get charged for 9 labels when I wanted 3?\n
4122                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4123                                                                                                                                       RT @RealAssange: The real reason @Google wants more H1-B visa workers is simple. $$$\n\n\n\n\n\n\n\n\n\n\n\n\n\nEntry level annual salary for American programmer- $1…\n
4124                                                                                                                                                                            Check out White Mother Cat &amp; Kittens Figurine,vintage 1970s,Homco,porcelain,long hair,blue  https://t.co/qGBSKjosum via @eBay\n
4125                                                                                                                                                                                   RT @Reuters: Mexico, Canada to stay in NAFTA even if U.S. leaves: minister https://t.co/hjafWGyKat https://t.co/ZcJOWhE46d\n
4126                                                                                                                                                                                                   Underground Toys Star Wars Talking Chewbacca 4" Plush Underground Toys https://t.co/Hno0iL4v5g via @amazon\n
4127                                                                                                                                                                                                                                                                                   @GoldmanSachs Lolz "value"\n
4128                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4129                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4130                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4131                                                                                                                                                                 RT @usopen: A tense set comes to an end with a great rally as @aradwanska seals it, 7-5 over Putintseva. #USOpen @jpmorgan https://t.co/Pmi…\n
4132                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4133                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4134                                                                                   2017 internet minute:\n\n\n\n\n\n\n\n\n\n\n\n\n\n156 million emails\n\n\n\n\n\n\n16M texts\n\n\n\n\n\n\n900,000 @facebook logins \n\n\n\n\n\n\n452,000 @twitter \n\n\n\n\n\n\n342,000 app downloa… https://t.co/nVj64sPTTB\n
4135                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4136                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4137                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4138                                                                                                                                                                      Check out Simple Design Green Mystic Quartz Brio, Sterling Sundance Inspirations  https://t.co/sqqMEGWkWY via @eBay #SALE #FreeShipping\n
4139                                                                                                                                               RT @JewhadiTM: Camo cup sleeves don't sway me\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Starbucks to add 25K vets by 2025 after backlash over promise to hire 10K refugees… \n
4140                                                                                                                                                                       @CBSNews, did you know @ATT is charging #harvey victims to temporarily suspend their cable/internet accts while evacuated?! #heartless\n
4141                                                                                                                                                                       RT @salemkeizer: 2/ Thank you Salem @Costco for donating 700 backpacks and 1,700 hot dogs for Swegle Elementary's Open House for fam… \n
4142                                                                                                                                                   RT @Aspiration: It's never too late. Close your @WellsFargo bank account in 6 steps:\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/v9oLx2ZMqj #WellsFargo $WFC… \n
4143                                                                                                                                                                                  RT @GalerieDuLouvre: Check out #Emile #Galle  ,Signed Genuine #Cameo #Glass Fluted Vase   https://t.co/42FVIzkBwa via @eBay\n
4144                                                                                                                                                                      RT @McDonalds: @DanteH99 We love your feed! YOU'RE SO AWESOME AND POSITIVE, A MILLION SMILEY FACES DON'T DO YOU JUSTICE! 😀😀😀 Happy… \n
4145                                                                                                                                                                        RT @pfizer: Our hearts are with those affected by #Harvey. If you are impacted &amp; need assistance for your Pfizer RX, call 1-844… \n
4146                                                                                                                                                                                                     Check out Minnie Mouse Inspired Fashion Earrings, Red And Black. Pink Bows https://t.co/WwETnhar9o @eBay\n
4147                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4148                                                                                                                                                                                                  RT @netflix: I spoke to your boss, apparently it's not only accepted but encouraged https://t.co/UO0qJRRBQk\n
4149                                                                                                                                                                              #buynow :: #ADM Traditional A style Spruce Top #Mandolin with F Hole, Sunburst Gloss via @eBay 46% OFF! https://t.co/sMGfXh0F96\n
4150                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4151                                                                                                                                                                                                                                     @Boeing Such a beautiful documentary, really looking forward to series 2\n
4152                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4153                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4154                                                                                                                                                                                                                                         @McDonalds Alright, you've redeemed yourself https://t.co/SHUI7sBhih\n
4155                                                                                                                                                                                                            Petition for @netflix to put\n\n\n\n\n\n\nThat's so Raven \n\n\n\n\n\n\navailable to stream again\n
4156                                                                                                                                                                                                                  @McDonalds free advertising https://t.co/d20xsE3amG\n\n\n\n\n\n\n\n\n\n\n\n\n\nNot my video\n
4157                                                                                                                                                                                                               These McTasters are good but I want my Bacon McDouble and Jr. Bacon Ranch back, @McDonalds! 😠\n
4158                                                                                                                                                    Look what I found on @eBay! \n\n\n\n\n\n\nFree Shipping in Canada!\n\n\n\n\n\n\n$6.00 Shipping to the U.S.\n\n\n\n\n\n\nhttps://t.co/JuZLwRsMGs via @eBay\n
4159                                                                                                                                                                             RT @Google: This week from #teampixel: more stunning photos and A+ travel photography tips for your Pixel, straight from a pro… \n
4160                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4161                                                                                                                                                                            Check out MODEL BOX / ITALY FERRARI 250 GT "56 STRADALE" (SILVER) 1/43 SCALE DIECAST  #MODELBOX https://t.co/lIPH4bGTI2 via @eBay\n
4162                                                                                                                                                                                            RT @Reuters: Miley Cyrus, Beyonce join Harvey storm relief effort https://t.co/a5Sm5Y8jrA https://t.co/IohBVc8ALD\n
4163                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4164                                                                                                                                                                           Check out "River Girl" acrylic #painting on canvas contemporary #erotic #art #nude #fantasyart   https://t.co/YfjVVWePNQ via @eBay\n
4165                                                                                                                                                                 RT @CandyCrushCBS: Don't miss the special two-hour season finale of #CandyCrushCBS on Saturday, Sept. 2 at 8/7c on @CBS. https://t.co/w3Ypl…\n
4166                                                                                                                                                                                                                                  @Reuters Hell yes! Send me your money launderers, extortionists and frauds!\n
4167                                                                                                                                                                    Dear. @Apple the new iPhone is coming out. Please do not send that "update" aka virus to my phone forcing me to buy the new one thank you\n
4168                                                                                                                                                                       Check out #Estate #Vintage #Trifari #Goldtone #Maltese #Cross Pendant, 1960S #Runway #Necklace #WOW  https://t.co/vmDYuZg8Lc via @eBay\n
4169                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4170                                                                                                                                                                                 Check out RARE! Championship Ring Set HOUSTON OILERS AFL Champions 1960, 1961 #fantasyfootball https://t.co/sEstbFDWZ8 @eBay\n
4171                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4172                                                                                                                                                                                 Check out "Erin"   lampwork sculptural owl bead charm,  sra,  DeniseAnnette #SRA #Lampwork https://t.co/U3CQLyEKS7 via @eBay\n
4173                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4174                                                                                                                                                                                   Check out Shadows of Brimstone: Outlaw Kickstarter lot, complete. Base games and wave 2  https://t.co/Wn5X5LUTMQ via @eBay\n
4175                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4176                                                                                                                                                                                                        RT @Reuters: City loses water, thousands of Harvey survivors rescued, 38 dead https://t.co/p9xs3ylP06\n
4177                                                                                                                                                                                                    RT @Reuters: U.S. retaliates against Russia, orders closure of consulate, annexes https://t.co/8cyvDhc32M\n
4178                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4179                                                                                                                                                                  @Reuters Perfecting the self driven car will be a tedious, painful process.  I don't see it catching on.  Insurance rates will be enormous.\n
4180                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4181                                                                                                                                                                         RT @10kStrong4KEK: @ryandew75 @FedEx Won't tell me where you work? Are you some kind of pussy, work at McDonalds or just unemployed?\n
4182                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4183                                                                                                                                                                                                             Nothing like paying for a large and getting a medium. Thanks, @McDonalds https://t.co/43Xz8dLvkN\n
4184                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4185                                                                                                                                                                              RT @TexasTechFB: The @TTU_EQUIPMENT truck is loaded with water thanks to @CocaCola &amp; on its way to Austin! See you there,… \n
4186                                                                                                                                                                        @MzBadger2U @Reuters Imagine how bad the people in southern WI feel knowing they spawned him, Ryan and Walker! Shockingly horrible...\n
4187                                                                                                                                                      RT @brahmresnik: NEW Top execs at @Apple @facebook @Microsoft @united @Starbucks @google\n\n\n\n\n\n\n&amp; more urge @realDonaldTrump to keep #DACA.… \n
4188                                                                                                                                                                                                                     Currently rocking @Gap, @OldNavy, @Walmart, @Target, and @VictoriasSecret for pajamas 🎃\n
4189                                                                                                                          @Purina @MerrickPetCare \n\n\n\n\n\n\n@Petco @PetSmart @amazon \n\n\n\n\n\n\n\n\n\n\n\n\n\nCome on big companies... get on the Pet food donation truck hea… https://t.co/rEpF8iT0kJ\n
4190                                                                                                                                                                                                                                        Werk. (at @Walmart Supercenter in Canton, OH) https://t.co/hVfI9IN4Vf\n
4191                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4192                                                                                                                                                                                                 RT @haymeklavier: @SMTOWNGLOBAL ^ @McDonalds Happy Meal toys idea. I swear, EXOLS will forget about dieting.\n
4193                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4194                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4195                                                                                                                                                                                                                             It's September 1st, where's Season 2 of Narcos? @netflix https://t.co/UKyFF5TfTS\n
4196                                                                                                                                                            RT @ministter: If @NFL doesn't "stand for your children, turn the damn game off!"\n\n\n\n\n\n\n- @TamikaDMallory\n\n\n\n\n\n\nTweet @verizon to… \n
4197                                                                                                                                                                 RT @CollinWatkins30: @netflix added the "skip intro" option to their shows. This is a lifesaver when you watch so many episodes of @theoffi…\n
4198                                                                                                                                                                            Check out J K W Western Germany VINTAGE Transferware 11" PLATTER Floral Design EXCELLENT C #JKW https://t.co/ahiNKo5Kg6 via @eBay\n
4199                                                                                                                                                                 RT @choptopmoseley: Literally 9 inches of legroom width in @United economy, @Boeing 757 for my 5-hour flight! #builtforEwoks https://t.co/t…\n
4200                                                                                                                                                                      @Reuters Different amazon gift card waits for you https://t.co/eOENzJBTEO\n\n\n\n\n\n\nhttps://t.co/HGqN3b7wqy… https://t.co/2sSrC49kgh\n
4201                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4202                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4203                                                                                                                                                                           JBL announces #Speakers @Google Assistant, boombox, cord: https://t.co/NE6mUnDqde, https://t.co/MhNao4TLVX https://t.co/9KH0jJViu6\n
4204                                                                                                                                                                                Check out Horror Comics Lot: Zombie Christmas, Necromancer trade, Game of Thrones and more  https://t.co/awno4HfeMS via @eBay\n
4205                                                                                                                                                                   @Samsung Galaxy S9 is likely to release by January 2018, a month ahead of schedule: Report https://t.co/jaDITZzJFy https://t.co/mKyFXlJKFW\n
4206                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4207                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
4208                                                                                                                                                                  @sundayreplayjp @VIZMedia @netflix And how The Major's physical appearance was "incorporated" into the story.  I'm… https://t.co/02g2Gxqwda\n
4209                                                                                                                                                                                RT @craftbeer: While €200 buys you a lot of bier, you could also get these stylin’ @adidas Oktoberfest beer drinkin’ shoes.… \n
4210                                                                                                                                                                                   RT @Reuters: Mexico, Canada to stay in NAFTA even if U.S. leaves: minister https://t.co/6FUrlE9Qra https://t.co/sVpiJAgfzN\n
4211                                                                                                                                                                                   Check out 5 Strands Black Chalcedony Micro Faceted Rondelle 3mm Gemstone Beads 14" Long  https://t.co/U64B5JF0Xp via @eBay\n
4212                                                                                                                                                       RT @aarushifire: 6 minutes into #thegetdown and hate myself so hard for not watching it sooner\n\n\n\n\n\n\nextra mad at @netflix for letting it slide\n
4213                                                                                                                                                                 IBM #VersaStack + @Cisco CloudCenter means you can deploy any application, from anywhere. Learn how in our webcast!… https://t.co/L1Iv6FvzbN\n
4214                                                                                                                                                               RT @Microsoft: Binge-listen to season 1 of .future, our podcast about the world of tomorrow. 🙌🏼https://t.co/NFzrpFkeq9 https://t.co/pENxc2n…\n
4215                                                                                                                                                                                                  Feeling left out, under threat, east Germans rebel with far-right vote https://t.co/pBgBv0bM2x via @Reuters\n
4216                                                                                                                                                                                                          my sister loved this for christmas!! bright, cheery and soft!! https://t.co/29ZtWIQJ9z 来自 @amazon\n
4217                                                                                                                                       Retweeted Chicago's Finest (@ChicagosFines19):\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou still want $15.00 an hour? Meet Your #Replacements @McDonalds... https://t.co/IPJOt1K6ZU\n
4218                                                                                                                                                                                RT @thriftyfifty6: #Vintage Double Handled Ceramic Vase, #CourtingCouple USA, 8 3/4 Inches  https://t.co/xs6JqedrFk via @eBay\n
4219                                                                                                                                                                                                            Check out Scotch Bubble Mailers, size 0, 6" x 9", 25pk. #scotch https://t.co/jly2mfBtaG via @eBay\n
4220                                                                                                                                                       RT @netflix: Please complete the following sentence: \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe Nightmare Before Christmas is definitely a _ _ _ _ _ _ _ _ movie.\n
4221                                                                                                                                                RT @mxstbr: An official @Microsoft @typescriptlang plugin for styled-components 😱😱😱\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet that IntelliSense and error reporting… \n
4222                                                                                                                                                                                                                               Job interview today🤘. \n\n\n\n\n\n\nAt @McDonalds hopefully they do hire me!!\n
4223                                                                                                                                                                          RT @photomatt: Upload Once, Blog Anywhere: @GooglePhotos from @Google on your WP site: https://t.co/0ZsJCZn4Vt via @wordpressdotcom\n
4224                                                                                                                                                                                                                                        @easyJet proving once again why I should never fly with you, avoid 🚨\n
4225                                                                                                                                                    RT @Notts_MEG_Lab: #OPMs standing as the #future of #neuroimaging @WTCN_UCL @chalk_london QuSpin @Reuters #MEG #OPMEG\n\n\n\n\n\n\nhttps://t.co/bvCiSmDV…\n
4226                                                                         RT @MiddletonMurray: 🎉#COMPETITION REMINDER🎉\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet #WorkWearReady &amp; #WIN a £50 @ASOS voucher👗👔\n\n\n\n\n\n\n\n\n\n\n\n\n\n#RT &amp; #FOLLOW to enter👇 Good luck!\n\n\n\n\n\n\n\n\n\n\n\n\n\nEnd:… \n
4227                                                                                                                                                       RT @netflix: Please complete the following sentence: \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe Nightmare Before Christmas is definitely a _ _ _ _ _ _ _ _ movie.\n
4228                                                                                                                                                                                       #TabPow iPhone 7 Plus Case, Hidden Door Slim Wallet Case, Fits 2 Cards and Cas... https://t.co/Wmb1X9BqSD 来自 @amazon\n
4229                                                                                                                                                                                            RT @Reuters: Most Germans want three-way coalition of conservatives, FDP and Greens: poll https://t.co/zApY5McL16\n
4230                                                                                                                                                                                                    @fenestawindows @amazon Bring It On Team\n\n\n\n\n\n\nI Am Ready.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#FenestaOpen\n
4231                                                                                                                                                                                Check out 180 Cts Natural Red Garnet Faceted Rondelle 13.5" Inch 5 To 9 mm Gemstone Strand  https://t.co/BMZnSFh3GI via @eBay\n
4232                                                                                                                                                                                                                  However, @amazon made me really happy with my delivery today sooooo https://t.co/cu1cLqQZUe\n
4233                                                                                                                                                                 RT @Reuters: Justice Department, FBI resist lawmaker demands for 'Trump dossier' files: officials https://t.co/LwzqJPp5Wx https://t.co/YBjL…\n
4234                                                                                                                                                                              Well, duh. If you fly @Ryanair you know that they actively resent having to transport their passengers. https://t.co/DVtXmgJCKG\n
4235                                                                                                                                                                                                        RT @weldonmowers: Magic mushroom, magic fairways mower #thebestcut @JohnDeere https://t.co/px19w4j85C\n
4236                                                                                                                                                                                                                                              @Google (In a singular email, addressed to the correct name...)\n
4237                                                                                                                                                                                Check out Very Old Soviet Glass Christmas Ornament, Tree Decoration - PEAR 1940-1950s USSR  https://t.co/gQkOAJLZ9x via @eBay\n
4238                                                                                                                                                                                                                                           @Reuters @ReutersTV That's ok, Bannon will fill the gap I am sure.\n
4239                                                                                                                                                                                              RT @TulliaCapo: Join @SAP in Casablanca, for the 2nd edition of the Africa Convergence Conference - 29/09/17:… \n
4240                                                                                                                                                                                    @vijayanands  Facebook to add new feature to locate blood donors in India \n\n\n\n\n\n\nhttps://t.co/mDoyChO2MU @facebook\n
4241                                                                                                                                                                                                                                         @jaggies_ @Dataguise @jpmorgan Guess which one is the "business guy"\n
4242                                                                                                                                                                                    Check out 1 Strand Natural Opal Fancy Uneven 9x11-14x16mm Smooth 7" Long Nuggets Beads  https://t.co/S8PSzISyCM via @eBay\n
4243                                                                                                                                                                                RT @Reuters: Asia shares recuperate after rough week, dollar in better health https://t.co/k0QSWNoXdz https://t.co/zAm1FFgdQQ\n
4244                                                                                                                                                                                                                                           @theousherwood Well, he was but then he had an email from @Ryanair\n
4245                                                                                                RT @PortlandDesign: With @easyJet launching Wifi  this autumn, expect to see many competitors follow suit. \n\n\n\n\n\n\n\n\n\n\n\n\n\n#EasyMoney\n\n\n\n\n\n\n#traveltech\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps:…\n
4246                                                                                                                                                                 RT @matt9dawson: Teens and young adults are at high risk of meningitis, but only one in ten parents and kids know this @GSK https://t.co/Ck…\n
4247                                                                                                                                                                           RT @csapickers: Chevy Camaro T-Shirt, New, Black Bowtie Motorsport Musclecar #Gildan #GraphicTee https://t.co/u8bh0roSAn via @eBay\n
4248                                                                                                                                                                           RT @csapickers: Chevy Camaro T-Shirt, New, Black Bowtie Motorsport Musclecar #Gildan #GraphicTee https://t.co/u8bh0roSAn via @eBay\n
4249                                                                                                                                                                 @reedhastings @srichard @netflix I think we should extend #Sense8 as well, Sense8 is a show that can bring in milli… https://t.co/7dcKDi3qbC\n
4250                                                                                                                                                               Hate the fact with every @Apple update, the slower your phone becomes! Just to try make you buy the latest model😡😡Still won’t buy a Samsung!\n
4251                                                                                                                                                                             RT @Reuters: Bitcoin fraud suspect wanted by U.S., Russia appears in Greek court https://t.co/IskSMbBI4z https://t.co/NtnW83aTIF\n
4252                                                                                                                                                                     RT @981CAMFM: With Lac La Biche trying to lure @amazon to their community, which local town should we nominate to be their headquarters?\n
4253                                                                                                                                                                                           RT @Burberry: The new @Burberry September 2017 collection, styled with The Giant tote. Shot by Alasdair McLellan… \n
4254                                                                                                                                                                           RT @DarnleyF: The iPhone X has been confirmed to have 3GB of RAM and 2,716mAh battery. Not the best specs, but @Apple knows what… \n
4255                                                                                                                                                                                   RT @Reuters: Navigate Trump’s policies and their actual impacts on lives, companies and markets: https://t.co/uuVMJKUQxt… \n
4256                                                                                                                                                                                   RT @Reuters: Navigate Trump’s policies and their actual impacts on lives, companies and markets: https://t.co/uuVMJKUQxt… \n
4257                                                                                                                                                                         . @BankofAmerica exploring use of iris, facial recognition technologies https://t.co/LosslYHMU5 #biometrics… https://t.co/w3pUV83Nly\n
4258                                                                                                                                                                                                                                                              @McDonalds I have 5 dollars, what should I get?\n
4259                                                                                                                                                                So when I’ve paid @ASOS for next day delivery and they say it’s been delayed one working day, that means it’s coming Monday right? 🙃🙃🙃🙃🙃\n
4260                                                                                                                                                                 RT @Reuters: Reuters: How a hedge fund lost at least $400,000 in a single bitcoin futures trade. https://t.co/v0cRgkQnIQ https://t.co/JPjqp…\n
4261                                                                                                                                                                       RT @AdobeDocCloud: Big News: #AdobeSign is now the preferred solution across @Microsoft portfolio, including @Office365. Learn more:… \n
4262                                                                                                                                                                    @thebradfordfile Yeah, I am going to trade my 2015 F150 in this weekend.  Chevy, are you ready for me???? #BoycottheNFL #BoycotFord @Ford\n
4263                                                                                                                                                                                                        @Argos_Online @HP #FastTrackFriday \n\n\n\n\n\n\n\n\n\n\n\n\n\nA prize I would certainly love to #win\n
4264                                                                                                                                                             @easyJet lying. Flight landed 3hr10min late &amp; were told numerous times it was due to a plane change, not ATC. Conve… https://t.co/4DpjUZ0A1u\n
4265                                                                                                                                                                       If my team wins, I could score BIG…Grab specially-marked @fritolay or @pepsi for your chance! https://t.co/QQgRsTABim #TheyWinYouScore\n
4266                                                                                                                                                                             @Ryanair Yes and it cost me in excess of £15 to make the call, was on hold 20 minutes and then they hung up when it was answered\n
4267                                                                                                                                                                      RT @Andela_Kenya: Excited to announce that ALC 2.0, Andela Learning Community powered by @Google is now in Kenya! #ALCwithGoogle Read… \n
4268                                                                                                                                                                                      Check out this Amazon deal: NCAA Air Force Academy Deluxe Flag, 3' x 5' by WinCraft https://t.co/l8f0bQaI0W via @amazon\n
4269                                                                                                                                                                                      Check out this Amazon deal: NCAA Air Force Academy Deluxe Flag, 3' x 5' by WinCraft https://t.co/jwKlJiGdtM via @amazon\n
4270                                                                                                                                                                      RT @FreshSelects: We were happy to consult for @Nike on their Fall campaign — highlighting strong, independent female musicians — whi… \n
4271                                                                                                                                                                                   RT @Reuters: Navigate Trump’s policies and their actual impacts on lives, companies and markets: https://t.co/uuVMJKUQxt… \n
4272                                                                                                                                                                           @BeulahTempora @Groupon Looking forward to having a message at the amazing @BeulahTempora.\n\n\n\n\n\n\n#HappyCustomer #relaxation\n
4273                                                                                                                                                          #ff Don't cry because it's over, smile because it happened. Have a super wkend SMILE\n\n\n\n\n\n\n @AristyEscuder @willypumarol @Google @nuriapiera\n
4274                                                                                                                                                                            RT @kzgrey: @comcast Ever since I've posted this, I've had connectivity issues with pop ups telling me I'm close to my bandwidt… \n
4275                                                                                                                                 RT @Microsoft: 3 key technologies that will fundamentally transform our industry: \n\n\n\n\n\n\n✨Mixed Reality\n\n\n\n\n\n\n💭Artificial Intelligence \n\n\n\n\n\n\n🖥️Quan… \n
4276                                                                                                                                                                             Check out this Amazon deal: Elon Musk: Tesla, SpaceX, and the Quest for a... by Ashlee Vance https://t.co/IgtuY568Mc via @amazon\n
4277                                                                                                                                                                            . @Samsung leading the race in fingerprint-enabled #smartphones shipment, followed by @Apple and @Huawei… https://t.co/jjTPWajj3n\n
4278                                                                                                RT @MiddletonMurray: 🎉It's #COMPETITION time🎉\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet #WorkWearReady &amp; #WIN a £50 @ASOS voucher👗👔\n\n\n\n\n\n\n\n\n\n\n\n\n\n#RT &amp; #FOLLOW to enter👇 Good luck! https://…\n
4279                                                                                                                                                     RT @ntrtrust: Happy to share that @ntrtrust's collaborated with @facebook in creating the #Blood Bank Tool. See https://t.co/hdfRTSsXYH\n\n\n\n\n\n\nRT…\n
4280                                                                                                                    . @Samsung leading The race in #fingerprint_Enabled #smartphones shipment.\n\n\n\n\n\n\n@SamsungMobile \n\n\n\n\n\n\n\n\n\n\n\n\n\n#Leaks\n\n\n\n\n\n\n#Tech_News https://t.co/yLFQarJUpJ\n
4281                                                                                                                                                  RT @anil_marali: Quarter-End✨The Final Stretch is ON!! it's time to gear up and deliver👍\n\n\n\n\n\n\n#SAPBusinessOne @SAP @SAPIndia https://t.co/UFas3Q…\n
4282                                                                                                                                                                 Day 21 since Irmageddon in #KeyWest. About 15 since power back. Still not one @comcast truck in sight. Up the Keys, leaving KW in comm dark.\n
4283                                                                                                                                                    RT @cmhembs: Current situation along Robert Mugabe way,Harare.\n\n\n\n\n\n\n#Tajamuka @matigary @Wamagaisa @ali_naka @Reuters @ZimMediaReview https://t.…\n
4284                                                                                                                                                         RT @Dazeinfo: How 5 Tech Giants Make Their Billions\n\n\n\n\n\n\nRead: https://t.co/93W5raTuNe \n\n\n\n\n\n\n@amazon @facebook @Google #technology… \n
4285                                                                                                                                                                      RT @EricTrager18: After Saudi Arabia permits women to drive, @Nissan, @Ford, and @Volkswagen publish ads. Ford's is the most visually… \n
4286                                                                                                                                                             Looks like you’ll be seeing us yet again #Bilbao. Thanks @easyJet - next August trip sorted. Just April, June &amp; Jul… https://t.co/eBv2dnmNXR\n
4287                                                                                                                                                    RT @OfficialRevT: @nvidiashield now is supported by @Google Assistant. Hands free support and free @YouTube RED. #MirrorGold #tech \n\n\n\n\n\n\nhttps:/…\n
4288                                                                                                                                                    RT @OfficialRevT: @nvidiashield now is supported by @Google Assistant. Hands free support and free @YouTube RED. #MirrorGold #tech \n\n\n\n\n\n\nhttps:/…\n
4289                                                                                                                                                    RT @OfficialRevT: @nvidiashield now is supported by @Google Assistant. Hands free support and free @YouTube RED. #MirrorGold #tech \n\n\n\n\n\n\nhttps:/…\n
4290                                                                                                                                                    RT @OfficialRevT: @nvidiashield now is supported by @Google Assistant. Hands free support and free @YouTube RED. #MirrorGold #tech \n\n\n\n\n\n\nhttps:/…\n
4291                                                                                                                                                                            I just listed: 'Scholarship Assessed: Evaluation of the Professoriate', for 16.64 via @amazon https://t.co/1e42d15jVi #WhatToRead\n
4292                                                                                                                                                                       RT @OneRepublic: Music education is important to our future, so w/ @Cisco we're donating $100k to support high school programs. More… \n
4293                                                                                                                                                                       .@FCC says @Apple should activate iPhones' #FM radio chip, but newer phones don't have https://t.co/7q7dG85CmG https://t.co/1FJsiQK1oW\n
4294                                                                                                                                                                                                                                                   @AlSmith360 @amazon those are resellers, not amazon itself\n
4295                                                                                                                                                                         RT @CJR: While other news organizations are getting distracted by noise, @Reuters is focused on what matters https://t.co/vt8bKHJcbz\n
4296                                                                                                                                                                                    @Ford @FordMustang , I'm a huge Ford fan, and an even bigger mustang fan. if I get 1 Million RT's can I get a Mustang GT?\n
4297                                                                                                                                                                 RT @RobHilliard_66: Thanks to those who bought 'A Season on the Allegheny' this week. If you buy a paperback, use @amazon #MatchBook to get…\n
4298                                                                                                                                                                     RT @NickGrant1990: Flights booked at the same time, cheaked in at the same time. Seated opposite ends of plain. Now @Ryanair want to c… \n
4299                                                                                                                                                                        RT @MikeQuindazzi: Top #AI use cases for #sales, #service, and #marketing leaders via @salesforce. https://t.co/GPL6BscMxO #BigData… \n
4300                                                                                                                                                                                RT @FirstTryFridays: @Ryanair If you need reminding, here's the damaged you've done. #BreakItYouBuyIt https://t.co/UoXJ1xQ2Ax\n
4301                                                                                                                                                                                        @nyknicks @SAP Frank’s defense, douggie’s 3’s, THJ attacking the rack. Reasons to be excited. @ThomasCDee @knicksdude\n
4302                                                                                                 RT @FriendlyJMC: #NationalCoffeeDay Celebrate with free coffee OR special deals at \n\n\n\n\n\n\n@DunkinDonuts\n\n\n\n\n\n\n@Cinnabon\n\n\n\n\n\n\n@McDonalds\n\n\n\n\n\n\n\n\n\n\n\n\n\nNothing at⬇️ https:…\n
4303                                                                                                                                                                                  RT @Reuters: Everything is ready for independence vote, says Catalan leader https://t.co/pkJkEfw9mm https://t.co/HMxILAAX1u\n
4304                                                                                                                                                                      RT @EricTrager18: After Saudi Arabia permits women to drive, @Nissan, @Ford, and @Volkswagen publish ads. Ford's is the most visually… \n
4305                                                                                                                                                                                             Apparently, it's #NationalCoffeeDay. You know I'm definitely NOT getting my coffee from @McDonalds . Broke asses\n
4306                                                                                                                                                                 RT @DARLINGXXDARLA: Lot 8 Vintage Silver Plate Round Back Plate Drawer Cabinet Knobs Pulls 1.5" #Unbranded https://t.co/K2jUUYyP0l via @eBay\n
4307                                                                                                                                                                 RT @ARanganathan72: The power of SM. BRILLIANT fact-checking by @attomeybharti of the @Reuters piece, that was more dressing than salad. ht…\n
4308                                                                                                                                                                       Thanks to all those members participating, especially @Walmart and @Danone for leading our #Collaboration for… https://t.co/pmCUEmzigc\n
4309                                                                                                                                                                      RT @petertoddbtc: @intel The way the SGX license works lets Intel backdoor SGX selectively, per-usecase. Dangerous as Signal's use-ca… \n
4310                                                                                                                                                   RT @ahmed_desginer: My design \n\n\n\n\n\n\nNew adidas shoes for Lionel #Messi \n\n\n\n\n\n\n@adidas \n\n\n\n\n\n\n@adidasfootball https://t.co/LZhyBce5AK\n
4311                                                                                                                                                            RT @Nissan: Let's talk about tonight. \n\n\n\n\n\n\n#OMGTR #R35 #NissanGTR #Nissan \n\n\n\n\n\n\n📷: r.ego 🚗: kepeli_nyc https://t.co/sKbDGY4PmX\n
4312                                                                                                                                                    RT @NBA: Introducing the #NIKExNBA Connected Jersey.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLearn more at https://t.co/PKxyG6bvTp (via @Nike) https://t.co/q7koBL3NvE\n
4313                                                                                                                                                                                                    @manooahh @freewebcamporn @Reuters Yes, White Nationalists are just as bad as BLM.  I agree with you 100%\n
4314                                                                                                                                                                                                     The @Apple #iPhone8 and #iPhone8Plus will now have Hindi dictation!\n\n\n\n\n\n\nhttps://t.co/nbPL42OFXb\n
4315                                                                                                                                                                             @EW What about #Charmed? @CBS @CBSTweet @TheCW c’mom, bring it back.Prue needs to meet her sistersagain… https://t.co/DsqutFNqCl\n
4316                                                                                                                                                                                          Hearing Daniel Tiger say, "They're Grrrriffic!" is a constant reminder of @KelloggsUS and their GRRRREAT trademark.\n
4317                                                                                                                                                                           RT @myuniquemarket: MAKE AN OFFER!!! International Concepts Long Women's Blue-Sleeveless Top, size M https://t.co/GiuxUiAjpi @eBay\n
4318                                                                                                                                                                  First game last night that I've heard a @tonyromo casted game, I really enjoy the insight he provides. Well done romo and @CBS on this one.\n
4319                                                                                                                                                                                             RT @Zedd: Excited to kick off the #EchoTour with @TMobile. 😜\n\n\n\n\n\n\n#ZeddsNetwork https://t.co/NnsiVwKeXx\n
4320                                                                                                                                                                                                                                                    @tacordon @salesforce Lori told me it’s lying to me, lol.\n
4321                                                                                                                                                     @dalascby @HP @ALCATEL1TOUCH @MSFT_Business @SamsungUS @verizon Now - if they could just release it??\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/LilWW9kJJ2\n
4322                                                                                                                                                                 RT @MarkGriggs9: @grupo_teka @Ryanair Why don't I give you my phone number and you can speak to me,I'm fed up with constantly contacting yo…\n
4323                                                                                                                                                                                    RT @Reuters: Black Lives Matter movement cannot be sued, U.S. judge rules https://t.co/8Ke0UtxOjT https://t.co/BRtJ8aKOZM\n
4324                                                                                                                                                                                Check out this Amazon deal: NatraCure® Cold/Hot Therapy Wrap (Hand, Foot,... by NatraCure https://t.co/rAPTwgC3xG via @amazon\n
4325                                                                                                                                                        USBLN Corporate #AdvisoryBoardMembers consists of various industries.\n\n\n\n\n\n\nie. @JPMorgan @Chase @AnthemInc @Deloitte @GSKUS @HP @SouthwestAir\n
4326                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4327                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4328                                                                                                                                                                      40% food goes to waste everyday @kroger launches Zero Hunger, Zero Waste to end it by 2025 #zhzw @startupcincy… https://t.co/oksRrzq088\n
4329                                                                                                                                                                                          RT @Reuters: #TheTrumpEffect: From climate to immigration, search for Trump policies and their real life impacts:… \n
4330                                                                                                                          RT @AlexRapaport: #YomKippur\n\n\n\n\n\n\n#BoroPark Community #PuertoRicoRelief Already raised $50,000 worth of @amazon product\n\n\n\n\n\n\ncc @mariepastora\n\n\n\n\n\n\nhttps:/…\n
4331                                                                                                                                                                                                                               I'm at @Starbucks in Kuwait City, Al Asimah w/ @s_x766 https://t.co/PRYi32iceY\n
4332                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4333                                                                                                                                                                            Check out DII 14x70" Polyester Table Runner Embroidered Pumpkins - Perfect for Fall Tha... #DII https://t.co/VR45KKv1r5 via @eBay\n
4334                                                                                                                                                                 Humes and Berg Tuxedo Snare Drum Bags (4.5" X 10", BLACK) Tuxedo https://t.co/PgMad7ggxj via @amazon #DRUM #drummer #drummin #hititlikeagirl\n
4335                                                                                                                                                                 RT @5FDPChrisKael: Hey @adidas!  I'll go to #Louisville for @LTLFest this weekend for HALF the amounts I've heard were "allegedly" offered!…\n
4336                                                                                                                                                                              RT @Nike: Introducing the Nike @NBA Connected Jersey. Tap your jersey to unlock exclusive access to highlights, Nike gear, an… \n
4337                                                                                                                                                                               RT @Sony: HAHAHAHA.  No.  He does fine on his own!  But, we break stories in the room, so many people's perspectives go into… \n
4338                                                                                                                                                    RT @JPNadda: I congratulate @facebook team for launching blood donation app. Blood donation can save someone's life. \n\n\n\n\n\n\nhttps://t.co/ovfdR8j9…\n
4339                                                                                                                                                                      RT @joshfromalaska: In fascinating wiretap, MS-13 leader orders gang not to wear @Nike Cortez to avoid attention from rivals and cops… \n
4340                                                                                                                                                                                                                                                                       RT @antonio_nca: yo, fuck you @Walmart\n
4341                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4342                                                                                                                                                                                  £10 Olsen Lagenlook Pink Ribbed Cotton Striped Cardigan Jacket 38" 8-10 Shawl Neck #Olsen https://t.co/tItXXtq5cP via @eBay\n
4343                                                                                                                                                                                  £10 Olsen Lagenlook Pink Ribbed Cotton Striped Cardigan Jacket 38" 8-10 Shawl Neck #Olsen https://t.co/tItXXtq5cP via @eBay\n
4344                                                                                                                                                                  Don't be evil?? Turns out that @Google, which helps Nazis spread their msg of hate, will actively hurt poor Blacks. https://t.co/Uk2YuYv1Qy\n
4345                                                                                                                                                                                                                  @Dan_Crabb @Ryanair Hi Dan, Claire Noble from BBC News.. Can you follow me for a DM please?\n
4346                                                                                                                                                                        RT @corey_snow: @karenmangia @salesforce @tony_prophet Got a photo, yet somehow missed the chance to meet @tony_prophet before he l… \n
4347                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4348                                                                                                                                                                         Compensation form issues @Ryanair it is only taking expense submissions, I don't want to claim expenses I want to claim compensation\n
4349                                                                     RT @MrBiz_FR: 🔪🔥Gagne 50€ @PayPal 🔥🔪\n\n\n\n\n\n\n#MONEY 💰 #PayPalGiveaway👀\n\n\n\n\n\n\n\n\n\n\n\n\n\n✅FOLLOW @hokage_171 + @MrBiz_FR 🤤\n\n\n\n\n\n\n✅RT + LIKE\n\n\n\n\n\n\n✅Tag 2 Friend\n\n\n\n\n\n\n\n\n\n\n\n\n\n10Day… \n
4350                                                                                                                                                                                             Today I asked my @amazon #Alexa to play some music, but she didn't. And then I remembered I don't have an Alexa.\n
4351                                                                                                                                                                                              Check out "Men's URBAN PIPELINE long Sleeved Football Graphic T.shirt Size Small" https://t.co/bJGFXgIE6M @eBay\n
4352                                                                                                                                                                        Check out 18" Natural BALTIC &amp; BUTTERSCOTCH Amber Bead NECKLACE &amp; 2 PENDANTS  15g #Handmade https://t.co/kQfjC54DhD via @eBay\n
4353                                                                                                                                                                                                        Viva Naturals Sweet Almond Oil, Hexane Free f... by Viva Naturals https://t.co/JCkhEYNWro via @amazon\n
4354                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4355                                                                                                                                                                         @netflix @ErinOrban And the final answer is both. The people have spoken, you know what happened last time the popularity vote lost?\n
4356                                                                                                 @MiddletonMurray @ASOS 🎉#COMPETITION REMINDER🎉\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet #WorkWearReady &amp; #WIN a £50 @ASOS voucher👗👔\n\n\n\n\n\n\n\n\n\n\n\n\n\n#RT &amp; #FOLLOW to e… https://t.co/eGYdrDo36U\n
4357                                              #freedom ?\n\n\n\n\n\n\n#democracy ?\n\n\n\n\n\n\n\n\n\n\n\n\n\nno...\n\n\n\n\n\n\n\n\n\n\n\n\n\nThat's #Spain\n\n\n\n\n\n\n\n\n\n\n\n\n\nSpain orders @Google to delete all links concerning #referendumCAT\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/IGyz49uZXP\n
4358                                                                                                                                                                              RT @Nike: Introducing the Nike @NBA Connected Jersey. Tap your jersey to unlock exclusive access to highlights, Nike gear, an… \n
4359                                                                                                                                                                                   What does this mean? @DPD_UK @ASOS ordered for next day, today, and it's pretty life or death tbh. https://t.co/onFYme3pOU\n
4360                                                                                                                                                                 Evacuees leave Puerto Rico by cruise ship, some doubting they will return, via @Reuters. #HurricaneMaria #PuertoRico https://t.co/mliRDnHkTC\n
4361                                                                                                                                                                     what was up with @IBM in the 1980s. just realised the Zurich lab won two physics nobels in a row in 86/87, for STM and superconductivity\n
4362                                                                                                                                                                                                      @CleverKatyK @netflix That’s fantastic. Respectful of the fan’s enjoyment, funny, but making the point.\n
4363                                                                                                                                                                          RT @jpmorgan: International Investors gather in #Milan at the $JPM Italian Conference. Discover our business in the region, opera… \n
4364                                                                                                                                                                 Jeff Klaus, GM, #DataCenterManagementSolutions @intel zum Thema #SoftwarDefinedInfrastructure: An #AutoPilot for th… https://t.co/veCaIiyGA0\n
4365                                                                                                                                                                                 RT @JamilaHanan: Dear @Nestle we would like to know, since you are investing in #Myanmar, do you care about the #Rohingya?… \n
4366                                                                                                                                                                Thank you @jpmorgan for your leadership in our community!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#corporate #philanthropy #giving https://t.co/zWRxHMhghU\n
4367                                                                                                                                                    RT @crhonicpain: @CVSHealth doesn't want to sell you pain meds but they LOVE to sell alcohol that kills 88k a year\n\n\n\n\n\n\n#BoycottCVS https://t.co…\n
4368                                                                                                                                                                 @eBay I’m intrigued as to how it costs $22.90 if there’s no postage costs (there is postage costs, just not shown h… https://t.co/DmuusAoMru\n
4369                                                                                                                                                                     RT @Reuters: Pope Francis is writing a document on "nuntii fallaces" (that's 'fake news) https://t.co/lWATqWV94C https://t.co/LUNi8Z7dqa\n
4370                                                                                                                                                                                   RT @Reuters: Navigate Trump’s policies and their actual impacts on lives, companies and markets: https://t.co/vgE3mZWjiF… \n
4371                                                                                                                                                                 @indystar @ATT as a u-verse customer who pays WAY too much, if this is not resolved ASAP I will cancel after 12 yrs… https://t.co/42pYRPtbSU\n
4372                                                                                                                                                                     RT @Reuters: Pope Francis is writing a document on "nuntii fallaces" (that's 'fake news) https://t.co/lWATqWV94C https://t.co/LUNi8Z7dqa\n
4373                                                                                                                                                                    I just listed: '#Gilbert &amp; #George: #Monarchy As #Democracy', #art, #tryptych, #utopia, for 14.95 via @amazon https://t.co/1tsJ1d8gym\n
4374                                                                                                                                                                                                          RT @SixesNSevens_VG: @OxygenOgabeatz Get #rekked @facebook...\n\n\n\n\n\n\nWhat is #facebook again?\n
4375                                                                                                                                                                                                                                      RT @Google: Here's to brew, #NationalCoffeeDay. https://t.co/ryB74Z3Oet\n
4376                                                                                                                                                                                                                Check out West Ham United Tony Cottee Signed 5" X 3" Index Card https://t.co/QFQ5nmIeqn @eBay\n
4377                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4378                                                                                                                                                                             @324cat @Google don't worry 'cose the future Republic of Catalonia will always respect the Civil Rights, not as @GobiernoDeEspan\n
4379                                                                                                                                                                                                                                      RT @Google: Here's to brew, #NationalCoffeeDay. https://t.co/ryB74Z3Oet\n
4380                                                                                                                                                                     RT @Reuters: Pope Francis is writing a document on "nuntii fallaces" (that's 'fake news) https://t.co/lWATqWV94C https://t.co/LUNi8Z7dqa\n
4381                                                                                                                                                                       RT @OneRepublic: Music education is important to our future, so w/ @Cisco we're donating $100k to support high school programs. More… \n
4382                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4383                                                                                                                                                                            Check out Build A Bear Detroit Pistons Brown Plush With Jersey Number "00" Great Condition #NBA https://t.co/hUsPofq8u9 via @eBay\n
4384                                                                                                                                                                                                  ENDS SOON ON EBAY Vintage Amethyst Glass 5-1/2" Vase With Clear Pedestal Base https://t.co/J2Qp2idilv @eBay\n
4385                                                                                                                                                                                                                                      RT @Google: Here's to brew, #NationalCoffeeDay. https://t.co/ryB74Z3Oet\n
4386                                                                                                                                                                          RT @rickyftw: Hey @amazon nice to see you could do a "treasure truck" promotion with the SNES Classic but couldn't fulfill preord… \n
4387                                                                                                                                                                      @freelance616 @amazon The Seattle one sold out in 60 seconds. But yeah, the accessibility/info on the truck is difficult to figure out.\n
4388                                                                                                                                                                             @netflix ngl how you gonna do us all dirty and not release season 2 of @Stranger_Things early., I've been waiting so longgg :(((\n
4389                                                                                                                                                                        RT @PearDeck: #PearDeck &amp; @Google Slides, the ultimate #perfectpear! Get the free Pear Deck add-on now in the Chrome Web Store!… \n
4390                                                                                                                                                                                   RT @TMobile: Be ready for your next iPhone. Join our iPhone upgrade program for free!\n\n\n\n\n\n\nhttps://t.co/vkomRGBT9q\n
4391                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/txQyBIz0j9\n
4392                                                                                                                                                                          RT @TaronEgerton: Had an awesome time at the Premiere. For those of you asking, the suit was courtesy of @Burberry - thanks guys!… \n
4393                                                                                                                                                       RT @netflix: Please complete the following sentence: \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe Nightmare Before Christmas is definitely a _ _ _ _ _ _ _ _ movie.\n
4394                                                                                                                                                             RT @Moon13Demotivat: Victory is not sweet, it's savory!\n\n\n\n\n\n\n#MST3K #MST3KTheReturn #Moon13Demotivation @netflix https://t.co/3FeKWjdkVB\n
4395                                                                                                                                                                                Check out 35% OFF! NWT UNDER ARMOUR Threadborne Siro V-Neck T-Shirt 1289587, L #Underarmour https://t.co/IopjkBXiHW via @eBay\n
4396                                                                                                                                                               RT @cataloniadirect: Spanish Court has ordered @Google to remove #1Oct #referendum apps, search results &amp; Guardia Civil has retained BCN… \n
4397                                                                                          RT @ValaAfshar: 2017 internet minute ⏱\n\n\n\n\n\n\n\n\n\n\n\n\n\n156 million emails\n\n\n\n\n\n\n16M texts\n\n\n\n\n\n\n900,000 @facebook logins \n\n\n\n\n\n\n452,000 @twitter \n\n\n\n\n\n\n342,000 app downlo… \n
4398                                                                                                                                                                 @comcast #NetNeutrality is not a protection.  it's an intrusion.  so shut up. #Comcast, I'm so glad I have been don… https://t.co/0s2igL0GoP\n
4399                                                                                                                                                                                                       RT @Reuters: U.S. cuts staff in Cuba over mysterious injuries, warns travelers https://t.co/OHlxpcNHEy\n
4400                                                                                                                                                              Playing with our new green screen at work today! So fun.\n\n\n\n\n\n\n@Adobe @AdobePremiere \n\n\n\n\n\n\n#videoediting https://t.co/x9g1epTuJv\n
4401                                                                                                                                                              @ernestsewell @StephenKing @netflix When I read it, I pictured it as a movie &amp; I'm happy someone took on the task!… https://t.co/5gOFD25Vea\n
4402                                                                                                                                                                 #amazinglight:'Remote Control 2 in 1 Firefly Moving Laser Christmas and LED Garden Light ...', for 51.47 via @amazon https://t.co/iDq0PHmXjQ\n
4403                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4404                                                                                                                                                                  @ciDhialeah @netflix @RokuPlayer @Stranger_Things Hey there! We can whip your Netflix back into shape, and get you… https://t.co/8PgpKP5mX6\n
4405                                                                                                                                                                                                                                 RT @otterable77: Yeah, @TMobile is pretty darn fast. https://t.co/ughTXm0SqL\n
4406                                                                                                                                                            Worried about #IoT? Rest easy. With @TMobile, your solutions are future proof. Phew!\n\n\n\n\n\n\nhttps://t.co/Or1yIuKxrY https://t.co/uLrYvP5gcc\n
4407                                                                                                                                                                       RT @BobbysByline: After a week off, came back to my desk with some #GagaFiveFootTwo swag waiting for me. ❤️ you @netflix (and of cour… \n
4408                                                                                                                                                                   RT @PlayStation: FIFA 18 is out now! Pick it up along with a 1TB PS4 in this new bundle, available now at @Walmart https://t.co/hQJRD3srZV\n
4409                                                                                                               RT @UHCougarMBK: Only a few more hours...\n\n\n\n\n\n\n\n\n\n\n\n\n\nFIND tweet from 12:30 pm WEDNESDAY &amp; RT for chance to win this Large @Nike polo\n\n\n\n\n\n\n\n\n\n\n\n\n\nWinner a… \n
4410                                                                                                                                                                   RT @PlayStation: FIFA 18 is out now! Pick it up along with a 1TB PS4 in this new bundle, available now at @Walmart https://t.co/hQJRD3srZV\n
4411                                                                                                                                                                      RT @EricTrager18: After Saudi Arabia permits women to drive, @Nissan, @Ford, and @Volkswagen publish ads. Ford's is the most visually… \n
4412                                                                         RT @MiddletonMurray: 🎉#COMPETITION REMINDER🎉\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet #WorkWearReady &amp; #WIN a £50 @ASOS voucher👗👔\n\n\n\n\n\n\n\n\n\n\n\n\n\n#RT &amp; #FOLLOW to enter👇 Good luck!\n\n\n\n\n\n\n\n\n\n\n\n\n\nEnd:… \n
4413                                                                                                                                                6hrs LEFT! Vintage Chrome Saladmaster E-Z-Cut  Food Processor W/ 5 Cones &amp; Finger Guard\n\n\n\n\n\n\n#SALADMASTER #EBAY https://t.co/x0TmOaxssI via @eBay\n
4414                                                                                                                                                             @WPCarlosC literally just dropped my phone &amp; jumped onto @amazon , but of course, nothing. thanks for the reminder.… https://t.co/8x5JiFZQ4W\n
4415                                                                                                                                                                  ALL @Disney Shows Ever Now On One Place #DisneyNOW\n\n\n\n\n\n\n@DisneyXD @DisneyJunior @DisneyChannel @radiodisney https://t.co/RcN5IPi34K\n
4416                                                                                                                                                                 Tune in to @CBS #sealteam to see an E-8 upstage his CO in front of CENTCOM on live video because you know, that bullshit happens daily -NOT!\n
4417                                                                                                                                                                                                                               I just listed: 'Earth Feelings', for 44.09 via @amazon https://t.co/QpyY33Dxs9\n
4418                                                                                                                                                                 @Reddishpilz @newtgingrich @facebook Simple,  furthermore,  this is a #Nazi distraction from all of the other lunac… https://t.co/u7k6nl0jkx\n
4419                                                                                                                                                                 RT @CMNHospitals: #HelpKidLiveBetter, kids like Victor, when you purchase a #MiracleBalloon at @Walmart and @SamsClub now — Oct. 29. https:…\n
4420                                                                                                                                                                                                                                                      I'm at @Costco in San Diego, CA https://t.co/P7coY5TaEw\n
4421                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4422                                                                                                                                                 @bigmouth \n\n\n\n\n\n\nJust started to watch \n\n\n\n\n\n\nExcited for new mature \n\n\n\n\n\n\n@netflix Adult Animation \n\n\n\n\n\n\nLove cartoons = Dope\n
4423                                                                                                                                                                 @globalnews @netflix Isn't that what we pay $1.5 billion to @CBC for already? And, the only thing worth watching th… https://t.co/GkuU3Uocji\n
4424                                                                                                                                                                             RT @Adobe: At just 24 yrs old, artist @FilipHodas has created a ground-breaking 3D style unlike any other. Behind his process:… \n
4425                                                                                                                                                                RT @DisneyCareers: "When you have a diverse table, you get diverse perspectives" - Mike White, CTO @Disney 👀 you @ #GHC17 https://t.co/0mSH…\n
4426                                                                                                                                                                          RT @ElaineLotz: Yes, @netflix @reedhastings @KristyChanPark @Working_Title made a HUGE mistake in cancelling the AMAZING "GYPSY"!… \n
4427                                                                                                                                RT @UHCougarMBK: FRIDAY GIVEAWAY\n\n\n\n\n\n\nRT for chance to win Large @Nike polo\n\n\n\n\n\n\n\n\n\n\n\n\n\nMUST be @UHCougarMBK follower... Winner announced at 5 pm FR… \n
4428                                                                                                                                                                 @Reuters breaking news !!!! Trump has discovered that an island is surrounded by water ! but,him being him..it is "… https://t.co/SjO54wNohw\n
4429                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4430                                                                                                                                                                                                                    @McDonalds Instead of trying to consume more coffee, how about we make our coffee better?\n
4431                                                                                                                                                                                                                                      RT @Google: Here's to brew, #NationalCoffeeDay. https://t.co/ryB74Z3Oet\n
4432                                                                                                                                                                                            Check out Buster  Chaunceys Silent Night (VHS, 1998, Dura-Case Closed Caption)  https://t.co/gnb0iJmYgS via @eBay\n
4433                                                                                                                                                                                                                                          I'm at @Starbucks in Kuwait City, Al Asimah https://t.co/goUdla5vx9\n
4434                                                                                                                                                                                                         When I write a bad yelp review:\n\n\n\n\n\n\n#LookWhatYouMadeMeDo @McDonalds https://t.co/uwkwsd2q3e\n
4435                                                                                                                                                      Thankful for our Texas Tough First Responders &amp; all they have done to help after Harvey\n\n\n\n\n\n\n#builtfordtough  @Ford https://t.co/Z4gRTXc79Z\n
4436                                                                                                                                                                                                                                        Check out Reins,  Split, 92" Long   https://t.co/mNrvA5rKRL via @eBay\n
4437                                                                                                                                                        RT @KicksDeals: 👌🏻 NEW @Nike x @NBA Player T-Shirts are direct from @champssports + FREE US shipping 🔥🔥🔥\n\n\n\n\n\n\n\n\n\n\n\n\n\nSHOP -&gt;… \n
4438                                                                                                                                                                 RT @CozyAtoZ: RT @BigEbaySales "Please RT @eBay!  … … via @eBay #ebay #oldbooks #collectiblespic.twitter.com/qwyn9y4J52" https://t.co/mJIYa…\n
4439                                                                                                                                                             RT @vernhenze: Check out Funk &amp; Wagnall's Standard Desk Dictionary College Language Study, School Ready    https://t.co/NRuVBNPMGT via @eBay\n
4440                                                                                                                                                                                               RT @T_S_P_O_O_K_Y: The real collusion was here, between @HillaryClinton and @facebook  https://t.co/w9GpJEWkeK\n
4441                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4442                                                                                                                                                                             @McDonalds Lol those hands look black, Is McDonald's Saying Black People Love Fried Chicken? Racist Lmao https://t.co/njOwXFtftH\n
4443                                                                                                                                                                                                            I'm very bad at switching between my public @facebook page and private one. Any advice, @KDTrey5?\n
4444                                                                                                                                                    RT @NBA: Introducing the #NIKExNBA Connected Jersey.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLearn more at https://t.co/PKxyG6bvTp (via @Nike) https://t.co/q7koBL3NvE\n
4445                                                                                                                                                                                           RT @Reuters: #TheTrumpEffect: From border crossings to DACA, track the real impact of @POTUS immigration policy.… \n
4446                                                                                                                                                       RT @netflix: Please complete the following sentence: \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe Nightmare Before Christmas is definitely a _ _ _ _ _ _ _ _ movie.\n
4447                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4448                                                                                                                                                               RT @Dis411: Received these in the mail! So cool! 😊🎉 #ShareaCoke with @SabrinaAnnLynn! Thanks, @HollywoodRecs! @CocaCola https://t.co/KJZWaJ…\n
4449                                                                                                                                                                                          @Toyota, California State University Use Mobile Fabrication Laboratories for #STEM Learning https://t.co/Zrt5JKXskR\n
4450                                                                                                                                                                       RT @OneRepublic: Music education is important to our future, so w/ @Cisco we're donating $100k to support high school programs. More… \n
4451                                                                                                                                                                  RT @Microsoft: #AI should help humans, Satya Nadella tells @technology in a discussion about his book, #HitRefresh. https://t.co/PSVN56HOv3\n
4452                                                                                                                                                                              RT @Nike: Introducing the Nike @NBA Connected Jersey. Tap your jersey to unlock exclusive access to highlights, Nike gear, an… \n
4453                                                                                                                                                                      RT @EricTrager18: After Saudi Arabia permits women to drive, @Nissan, @Ford, and @Volkswagen publish ads. Ford's is the most visually… \n
4454                                                                                                                                                                 RT @DudePerfect: Hey Virginia Tech, we’re at the @CocaCola Sampling Experience on campus! Come hang with us! #ad #CokeZeroSugar https://t.c…\n
4455                                                                                                                                                                     RT @Reuters: Pope Francis is writing a document on "nuntii fallaces" (that's 'fake news) https://t.co/lWATqWV94C https://t.co/LUNi8Z7dqa\n
4456                                                                                                                                                                 RT @homaranya: @324cat @Google don't worry 'cose the future Republic of Catalonia will always respect the Civil Rights, not as @GobiernoDeE…\n
4457                                                                                                                                                                  RT @Microsoft: #AI should help humans, Satya Nadella tells @technology in a discussion about his book, #HitRefresh. https://t.co/PSVN56HOv3\n
4458                                                                                                                                                                  RT @carmelcrimmins: Wash trades, hackers and Mickey Mouse..welcome to the works of bitcoin @Reuters @specialreports https://t.co/x81PyqWQjG\n
4459                                                                                                                                                                  RT @Microsoft: #AI should help humans, Satya Nadella tells @technology in a discussion about his book, #HitRefresh. https://t.co/PSVN56HOv3\n
4460                                                                                                                                                                            RT @Reuters: U.S.-led forces acknowledge killing 50 more civilians in Iraq, Syria https://t.co/1SBV7ocnNz https://t.co/1ADv1kaQZb\n
4461                                                                                                                                                                                              You + Coffee = ❤️ #NationalCoffeeDay\n\n\n\n\n\n\n\n\n\n\n\n\n\nPhoto Credit: @Starbucks https://t.co/JxXIKRCNLf\n
4462                                                                                                                                                                       @Apple @apple I know y'all can see this too, don't act like twitter's any different for ya'll just cause you're some major corporation\n
4463                                                                                                                                                                      RT @EricTrager18: After Saudi Arabia permits women to drive, @Nissan, @Ford, and @Volkswagen publish ads. Ford's is the most visually… \n
4464                                                                                                                                                                                                            Search advertising on growth track for 2017, @amazon impact still unknown https://t.co/rf1lPxryHq\n
4465                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4466                                                                                                                                                    @Ford \n\n\n\n\n\n\nBuying a Chevy. Hope you respect my right to make an individualistic rejection of your support for NFL playe… https://t.co/WRdwsqOSsd\n
4467                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4468                                                                                                                                                                          RT @nessa1676: Shop a wide selection of laptops, tablets, desktop computers, and accessories... https://t.co/YfQnZv6JUO via @amazon\n
4469                                                                                                                                                    RT @McDonalds: Don't get #HypnoFRIESed� Cravings can come in the dead of night\n\n\n\n\n\n\n� Luckily, so can #McDelivery on @UberEATS. https://t.co/olt…\n
4470                                                                                                                                                                       RT @ani_nenkova: @deliprao @zehavoc @AirbnbHelp @facebook Take a look at tim's work here at Penn, if you need further convincing tha… \n
4471                                                                                                                                                                                        Check out "Long Faced Jumeau" Reproduction Milette Doll Moveable Arms, Legs- 3 Day SALE https://t.co/vxATIb86qI @eBay\n
4472                                                                                                                                                                           RT @EkbMary: @karlihorse16 @Freedom4Horses @SenFeinstein @Reuters @thehill Thank you! Join us on fb "United Horse Warriors on Tw… \n
4473                                                                                                                                                                                                                                      RT @Google: Here's to brew, #NationalCoffeeDay. https://t.co/ryB74Z3Oet\n
4474                                                                                                                                                                        RT @Rwakakamba: This is the hand that picks coffee enjoyed @Starbucks , @peetscoffee @Javas . How can we reward the hand of this la… \n
4475                                                                                                                                                                 RT @sergivicente: Plz @Google confirm/deny you've been ordered to delete #1O referendum links/app. If so, will u stop operating in Spain li…\n
4476                                                                                                                                                                              RT @Nike: Introducing the Nike @NBA Connected Jersey. Tap your jersey to unlock exclusive access to highlights, Nike gear, an… \n
4477                                                                                                                                                                      RT @martynsaville: @itvnews @guardian @Tesco @sainsburys @LidlUK @AldiUK @marksandspencer Seems the answer to that is, in some cases,… \n
4478                                                                                                                                                                                           RT @Reuters: #TheTrumpEffect: From border crossings to DACA, track the real impact of @POTUS immigration policy:… \n
4479                                                                                                                                           Looking for a new read? Try #Shattered.\n\n\n\n\n\n\n@amazon #UK https://t.co/jM83zuxwIV\n\n\n\n\n\n\n#buynow #bookworm #readnow #romance… https://t.co/2PBx3PgpTF\n
4480                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4481                                                                                                                                                                         Check out Antique Handmade Rug x Wool Oriental Tribal 4 Rug 2 Hand Vintage 6'9"x3'11" feet #Tribal https://t.co/lqnmXtsT9R via @eBay\n
4482                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4483                                                                                                                                                                                      RT @Dmorrison1979: Hey @Visa, mind checking out of your advertising on Breitbart? @slpng_giants https://t.co/nZxalLjJpA\n
4484                                                                                                                                                                    RT @TripAdvisorOwl: Why hello, I’m Little Wiser. I'm a keen traveler who uses @TripAdvisor to make the most of my trips. Follow me to s… \n
4485                                                                                                                                                                  Y’all, I am beyond thrilled I switched to @TMobile not only was Artika(1232085) an amazing help but I got my Reward GC in a matter of HOURS\n
4486                                                                                                                                                                             RT @jNS3RwgpqYPYTMl: Go Pet Club Cat Tree, 50W x 26L x 72H, Beige by Go Pet Club for $77.99 https://t.co/oE3RhPp4bM 来自 @amazon\n
4487                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4488                                                                                                                                                                          Check out Camouflage Colored Glass Marble 25/32" D.A.S. Test Run Dave's Appalachian Swirls #Glass https://t.co/38K9dkOgtm via @eBay\n
4489                                                                                                                                                                         Check out Norman Rockwell LimitedEdition "The Toy Maker" Heritage Collection Plate #NormanRockwell https://t.co/SSj3KPieu9 via @eBay\n
4490                                                                                                                                                                             @jeffdunham @netflix Achmed, Walter and Peanut just killed it buddy! Loved the show and I am one of your officia Super Fan! 🙌🏻\n
4491                                                                                                                                                                           RT @Reuters: After prison, Republican ex-congressman in N.Y. expected to run again https://t.co/Ja3tRykPwj https://t.co/Sx0OFwpTZp\n
4492                                                                                                                                                                 RT @GreenAwakening: #Flint #Michigan—#water costs consumers up to $200/month—2 hours away, @Nestle pays $200/year for 495 million liters ht…\n
4493                                                                                                                                                                                 RT @Viacom: Follow us to stay in the know on the latest from our personalities, programs and brands. https://t.co/J1Gp1UlzhI\n
4494                                                                                                                                                                                      RT @Toyota: Everything is bigger in #Texas, so we had to bring our biggest and best truck game to the @StateFairOfTX!… \n
4495                                                                                                                                                                                  @Reuters BREAKING: Democrats spent tens of Million$ and failed trying to replace a guy who just resigned after 8 months,...\n
4496                                                                                                                                                                 Congress, @Twitter &amp; @facebook dont understand each other on case of manipulation ads/bots so I sent a note to @MarkWarner to offer help\n
4497                                                                                                                                                                                           @netflix : Skip intro?\n\n\n\n\n\n\nMe: Not when @Lin_Manuel is singing it!\n\n\n\n\n\n\n#MagicSchoolBusRidesAgain\n
4498                                                                                                                                                                             RT @Adobe: At just 24 yrs old, artist @FilipHodas has created a ground-breaking 3D style unlike any other. Behind his process:… \n
4499                                                                                                                                                                           RT @gt_rman: Why won't the MSM report the #PuertoRico relief efforts being led by the Trump administration? Is @NBC, @CBS, @ABC,… \n
4500                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4501                                                                                                                                                                                   Interesting day today! 😁 @AbraGlobal and @AmericanExpress helped me, and I helped @PayPal to find a bug on their website.\n
4502                                                                                                                                                                            Check out Vintage Magazine Page JOHN WAYNE / JON VOIGHT &amp; JENNIFER SALT   8-1/4" x 10-3/4"  https://t.co/wgEVWpmSN1 via @eBay\n
4503                                                                                                                                           RT @Pitt_ATHLETICS: Limited edition H2P @Nike Air Max shoes are now available! Get them while supplies last!\n\n\n\n\n\n\n\n\n\n\n\n\n\n➡️https://t.co/krlAJOfZuq… \n
4504                                                                         RT @MiddletonMurray: 🎉#COMPETITION REMINDER🎉\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet #WorkWearReady &amp; #WIN a £50 @ASOS voucher👗👔\n\n\n\n\n\n\n\n\n\n\n\n\n\n#RT &amp; #FOLLOW to enter👇 Good luck!\n\n\n\n\n\n\n\n\n\n\n\n\n\nEnd:… \n
4505                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4506                                                                                                                                                                              RT @Reuters: Under pressure from Trump, Tom Price resigns as health secretary over private plane uproar https://t.co/g2l9EvfGal\n
4507                                                                                                                                                                               Withdrawing from the Paris Accords will have lasting harmful consequences, according to @MorganStanley https://t.co/T1liOTbzRl\n
4508                                                                                                                                                                   Slag off @Ryanair all u want, but just booked for the family to 🇮🇪 in Nov. 1/2 cost of BA inc bags. They made air travel affordable in EU!\n
4509                                                                                                                                                       @Reuters He must be speaking like this on purpose, right? So he can blame dementia in the future?\n\n\n\n\n\n\n\n\n\n\n\n\n\nOr is he really this ill?\n
4510                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4511                                                                                                                                                                 Falcons!! @CocaCola is offering $5,000 cash as part of punt pass contest at the game Saturday! I wouldn't want to m… https://t.co/QkgvfhZ6xM\n
4512                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4513                                                                                                                                                                              RT @Reuters: Under pressure from Trump, Tom Price resigns as health secretary over private plane uproar https://t.co/g2l9EvfGal\n
4514                                                                                                                                                                                        @ortiz_ea @Reuters I don't get good things in life so it can't be Pruitt, probably Mnuchin. This has been a fun game!\n
4515                                                                                                                                       @Janna30150015 @despertaferro74 @JulianAssange @KRLS @Google just like they did in 2016 Prez election \n\n\n\n\n\n\n\n\n\n\n\n\n\nDON'T FORGE… https://t.co/imqxqVlBGS\n
4516                                                                                                                                                                              RT @Reuters: Under pressure from Trump, Tom Price resigns as health secretary over private plane uproar https://t.co/g2l9EvfGal\n
4517                                                                                                                                                                                                                      @nathanedmondson @PayPal I prefer PayPal, but I also use Xoom. My wife swears by Venmo.\n
4518                                                                                                                                                                      RT @dotcommiguel: Is it true that @Google blocked websites and an app related to the #Catalonia #Referendum when "asked" by the Spani… \n
4519                                                                                                                                                                                  RT @Starbucks: 🍃Fall \n\n\n\n\n\n\n  🍁cups \n\n\n\n\n\n\n     🍂are \n\n\n\n\n\n\n        💛here! https://t.co/rzowInxmu0\n
4520                                                                                                                                                                                      RT @STK4: Happy #NationalCoffeeDay ☕️\n\n\n\n\n\n\n@Starbucks \n\n\n\n\n\n\n#يوم_القهوة_العالمي https://t.co/pudcKgI3dW\n
4521                                                                                                                                                                      RT @InpixonHQ: "Proper use of #analytics can help even the playing field." https://t.co/59IDgB3UEL (via @TechCrunch) @Adobe @ron_miller\n
4522                                                                                                                                                                       If my team wins, I could score BIG…Grab specially-marked @fritolay or @pepsi for your chance! https://t.co/ujeRRaGAko #TheyWinYouScore\n
4523                                                                                                                                                                                          Under pressure from Trump, Tom Price resigns as health secretary over private… https://t.co/s9gwQRkUc7 Via @Reuters\n
4524                                                                                                                                                             @CBSNews @CBS biased as @CNN &amp;other MSM #libtards! Get over it folks, Trump won! On the other hand he enjoys living… https://t.co/sk1yzTEpya\n
4525                                                                                                                                                                 @chris_grasu @BJHewitt @The_Trump_Train @McDonalds I belong to #Veteran groups, I know what we feel, and how we fee… https://t.co/8nCwFTQICO\n
4526                                                                                                                                                                 @chris_grasu @BJHewitt @The_Trump_Train @McDonalds I belong to #Veteran groups, I know what we feel, and how we fee… https://t.co/8nCwFTQICO\n
4527                                                                                                                                                                 RT @Reuters: Trump says has had four meetings in Fed chair search, will decide in two-three weeks https://t.co/etcDdepWLj https://t.co/1SZm…\n
4528                                                                                                                                                           RT @Nissan: Savage. \n\n\n\n\n\n\n#350Z #NISMO350Z #Nissan350Z\n\n\n\n\n\n\n🚗: Flossin350 \n\n\n\n\n\n\n📸: Jdautomovites https://t.co/AgcINAsr4y\n
4529                                                                                                                                                                                                                                              @NintendoAmerica you know, @Sony and @Microsoft would help fans\n
4530                                                                                                                                                                                                                    RT @JohnLegere: Get your Snake on! Yes, it works on @TMobile. 👍🏼https://t.co/8dUQ0BZ7Bc\n
4531                                                                                                                                                                 CMAC #Marketing Tip Of The Day | Fri., Sept. 29:  3 Tips For Promoting Your Co. on @facebook; https://t.co/NcwL6yb5kw (h/t @socialmedia2day)\n
4532                                                                                                                                                                                                                                                         @CocaCola "icola" whats up?? https://t.co/ubuvhDsgqQ\n
4533                                                                                                                                                                 Jfc @Apple what are y’all doing, figure out how to make your own emails not be a 50,000-char wall of nonsense I hav… https://t.co/hfzupcP1ws\n
4534                                                                                                                                                                                               RT @Reuters: Trump slow to implement Russia, Iran, North Korea sanctions law: senators https://t.co/FnGJdQAYnY\n
4535                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4536                                                                                                                                                                 @swahneee @HopeP44 @McDonalds This isn't an oscillated incident it happens all the time at McDonnell.. Blacks, ille… https://t.co/81XFah90hn\n
4537                                                                                                                                                                                               RT @Freddy22210180: Check out Moonstruck (VHS, 1996, Contemporary Classics)  https://t.co/U5fuA6VZHa via @eBay\n
4538                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4539                                                                                                                                                                                               RT @Reuters: Trump slow to implement Russia, Iran, North Korea sanctions law: senators https://t.co/FnGJdQAYnY\n
4540                                                                                                                                                                 RT @sergivicente: Plz @Google confirm/deny you've been ordered to delete #1O referendum links/app. If so, will u stop operating in Spain li…\n
4541                                                                                                                                                                                               RT @T_S_P_O_O_K_Y: The real collusion was here, between @HillaryClinton and @facebook  https://t.co/w9GpJEWkeK\n
4542                                                                                                                                                                         RT @slpng_giants: This is our surprised face. \n\n\n\n\n\n\n\n\n\n\n\n\n\nGet your shit together, @facebook! https://t.co/tHPjZiM2jw\n
4543                                                                                                                                                             RT @SpartyHawkCache: Ryan @SportsCardNews talks @UpperDeckE_Pack faux pas, no @Topps sales @amazon &amp; @ByronBuxton1 cards!@SportsCardRadio h…\n
4544                                                                                                                                                                           Check out A DRAM OF POISON, CHARLOTTE ARMSTRONG, 1964 , CREST, PRIZE-WINNING, VINTAGE &amp; RAR  https://t.co/lODo45WvS8 via @eBay\n
4545                                                                                                                                                                 RT @lindsay_rhodes: One of @Takk McKinley's dreads is currently for sale on @eBay. And the bid is up to $6,600. For hair. https://t.co/KeDr…\n
4546                                                                                                                                                                 RT @lofioramonti: Once again, corp giant @Nestle responsible for food insecurity, abuses and destruction of the commons https://t.co/p7MNIL…\n
4547                                                                                                                                                              @Reuters As long as they are white, rich &amp; christian. @realDonaldTrump will be adding Puerto Rico to the banned country list later tonight.\n
4548                                                                                                                                                                 RT @lindsay_rhodes: One of @Takk McKinley's dreads is currently for sale on @eBay. And the bid is up to $6,600. For hair. https://t.co/KeDr…\n
4549                                                                                                                                                                                            Check out #Vintage #Health Book, #Signed by Author, Dr. Douglas Thompson, 1925  https://t.co/xALDSXpy1y via @eBay\n
4550                                                                                                                                                                                                    RT @Reuters: S&amp;P 500, Nasdaq hit records on tech lift https://t.co/wO9QC9YDOi https://t.co/2Zjg19BJjw\n
4551                                                                                                                                                                                                    RT @Reuters: S&amp;P 500, Nasdaq hit records on tech lift https://t.co/wO9QC9YDOi https://t.co/2Zjg19BJjw\n
4552                                                                                                                                                                   RT @newtgingrich: Hosting a new history show on @facebook: "What If? History That Could've Been." Learn more/add to your watch list &gt;… \n
4553                                                                                                                                                                                                                                      RT @Google: Here's to brew, #NationalCoffeeDay. https://t.co/ryB74Z3Oet\n
4554                                                                                                                                                                 RT @sergivicente: Plz @Google confirm/deny you've been ordered to delete #1O referendum links/app. If so, will u stop operating in Spain li…\n
4555                                                                                                                                                                                               RT @T_S_P_O_O_K_Y: The real collusion was here, between @HillaryClinton and @facebook  https://t.co/w9GpJEWkeK\n
4556                                                                                                                                                                   When your former boss has a movie on @netflix, you watch it. @Janefonda and Bob #Redford in a very sweet film. #OurSoulsAtNight #DateNight\n
4557                                                                                                                                                                   When your former boss has a movie on @netflix, you watch it. @Janefonda and Bob #Redford in a very sweet film. #OurSoulsAtNight #DateNight\n
4558                                                                                                                                                                          Check out Febreze Small Spaces Starter Kit and Refills Value Pack, Linen/Sky, 0.36 Fluid #Febreze https://t.co/KmoursiKWy via @eBay\n
4559                                                                                                                                                          1 HOUR TO GO\n\n\n\n\n\n\nCheck out CHIACGO CUBS 2017 2 BOXS TRIPLE THREADS &amp; 1 BOX BOWMAN CHROME TEAM BREAK  https://t.co/f3EREHiYuu via @eBay\n
4560                                                                                                                                                                 RT @byajperez: UPDATED: Packers-Bears 'Thursday Night Football' game sees viewership bump, @amazon Prime Video numbers released. https://t.…\n
4561                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4562                                                                                                                                                                 RT @sergivicente: Plz @Google confirm/deny you've been ordered to delete #1O referendum links/app. If so, will u stop operating in Spain li…\n
4563                                                                                                                                                                 RT @sergivicente: Plz @Google confirm/deny you've been ordered to delete #1O referendum links/app. If so, will u stop operating in Spain li…\n
4564                                                                                                                                                                           RT @Reuters: Number of Syrian refugees admitted to U.S. in Aug. was 48, lowest since Sept. 2014. See impacts in #TheTrumpEffect:… \n
4565                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4566                                                                                                                                                                                       RT @Cisco: Cisco Head of Blockchain @Anannra talks planes, trains and #blockchain. Discover IoT at the intersection:… \n
4567                                                                                                                                                                            The nerve of @Ryanair !! Email received tonight. "Book now we'll cancel it later. You'll only lose £9.99" https://t.co/4odEGO056H\n
4568                                                                                                                                                                                 RT @Reuters: In this week's 'Talking Points,' the White House defends its tax plan against criticism that it benefits rich… \n
4569                                                                                                                                                                       RT @MuhorakeyeH: @oli4vb @Heineken If I were you,I will think twice?How about belastingdienst in your country?How much companies pay… \n
4570                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4571                                                                                                                                                                  @ATT after trying and failing to login to my account for the last 5 hours, it hit me why your data plans are so expensive. Wait a second...\n
4572                                                                                                                                                                                 RT @Starbucks: Today was 🙌! Your ❤️ of ☕️ is amazing—and supports farmers, their communities &amp; their crops. Thank you!… \n
4573                                                                                                                                                                        Check out this Amazon deal: Brightlings, Interactive Singing, Talking 15'... by Brightlings Plush https://t.co/YUOCN9MN3k via @amazon\n
4574                                                                                                                                       RT @BrotherVet: YOU ARE OUT OF TIME\n\n\n\n\n\n\n#BoycottNFLSponsors\n\n\n\n\n\n\n\n\n\n\n\n\n\n@AnheuserBusch @StateFarm @verizon @Ford @NFL @nflnetwork   @ESPNNFL… \n
4575                                                                                                                                                                                 RT @Reuters: In this week's 'Talking Points,' the White House defends its tax plan against criticism that it benefits rich… \n
4576                                                                                                                                                                                     Check out Authentic Rare Skull Von Zipper Wrist Cuff  Leather Wrap Bracelet - Red White 9" https://t.co/IzIRlSzgd7 @eBay\n
4577                                                                                                                                                                                 RT @Starbucks: Today was 🙌! Your ❤️ of ☕️ is amazing—and supports farmers, their communities &amp; their crops. Thank you!… \n
4578                                                                                                                                                                        RT @LORDKLEIN: Step 1 - turn on @CBS \n\n\n\n\n\n\nStep 2 - Watch @MacGyverCBS \n\n\n\n\n\n\nStep 3 - Live tweet with us!!! #MacGyver\n
4579                                                                                                                                                                            Check out CERAMIC TISSUE BOX COVER- White w/"TISSUE" Placed Vertically in Block Letters #Allure https://t.co/ZTo1hd1yBd via @eBay\n
4580                                                                                                                                                                             @Starbucks your app runs very poorly on Android. I have switched from Apple a year now, and your app has not run probably since.\n
4581                                                                                                                                                                                                               RT @Reuters: Trump to visit Asia in November, North Korea in spotlight https://t.co/QTNjka9fEq\n
4582                                                                                                                                                                                                              @Takk @eBay apparently it was against their "human body parts" policy.. https://t.co/MyMn1xmq7C\n
4583                                                                                                                                       RT @TKovachNashvil: KEEP IT UP, Y'ALL!!  The hashtag #TheKNEEstooges is starting to TREND.\n\n\n\n\n\n\n\n\n\n\n\n\n\ncc  @usaa @CourtyardHotels @Hyundai @Bridgeston…\n
4584                                                                                                                                                                              RT @Nike: Introducing the Nike @NBA Connected Jersey. Tap your jersey to unlock exclusive access to highlights, Nike gear, an… \n
4585                                                                                                                                                                             Check out HAND CROCHETED WHITE SHAWL w/FRINGE-Wrap Around, Triangular Shape, Cotton Blend #Any https://t.co/L21Jj1XpUT via @eBay\n
4586                                                                                                                                                                                  Check out Men's silk String bikini, Medium size fit 32"-35"   Color Gold #ailisilk #Brief https://t.co/0rTQw8BxS9 via @eBay\n
4587                                                                                                                                                                      Check out SOLID WOOD SALT SHAKER &amp; PEPPER MILL SET -Chrome Trim &amp; Grinder, Plastic Stopper #W https://t.co/wciUZwR4es via @eBay\n
4588                                                                                                                                                               RT @girlsreallyrule: @Walgreens @AndersonCoooper @ATT The spin that 40 out of 70 hospitals are "up &amp; running" are FALSE-they have NO COM… \n
4589                                                                                                                                                                              RT @Nike: Introducing the Nike @NBA Connected Jersey. Tap your jersey to unlock exclusive access to highlights, Nike gear, an… \n
4590                                                                                                                                                                                 RT @Starbucks: Today was 🙌! Your ❤️ of ☕️ is amazing—and supports farmers, their communities &amp; their crops. Thank you!… \n
4591                                                                                                                                                                                                                @carolmo106673 @McDonalds I'm upset people don't like our freedom. That's crazy to me, Carol!\n
4592                                                                                                                                                                                Check out Vintage '60s-'70s Smith-Corona Electra 220 Electric Typewriter w/Case, One Owner  https://t.co/bhkrxauJui via @eBay\n
4593                                                                                                 RT @FriendlyJMC: #NationalCoffeeDay Celebrate with free coffee OR special deals at \n\n\n\n\n\n\n@DunkinDonuts\n\n\n\n\n\n\n@Cinnabon\n\n\n\n\n\n\n@McDonalds\n\n\n\n\n\n\n\n\n\n\n\n\n\nNothing at⬇️ https:…\n
4594                                                                                                                                                                                     RT @Starbucks: ⚡️ You + Coffee = ❤️ #NationalCoffeeDay #CoffeeLoveCups\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/7bmprw4Vgw\n
4595                                                                                                                                                                                                                 #WeCarryEachOther. I still want more Dark Matter. @netflix, any chance of an 11th hour save?\n
4596                                                                                                     In Old times social media meant friends.\n\n\n\n\n\n\n\n\n\n\n\n\n\nToday\n\n\n\n\n\n\n@facebook @Twitter @WhatsApp\n\n\n\n\n\n\n\n\n\n\n\n\n\nAre ill tools of Violence n Hate. https://t.co/seYgyM9fF6\n
4597                                                                                                                                                                                               @elonmusk @Google @tim_cook (7/n) "...that a machine could use to buy and sell stocks for a massive profit..."\n
4598                                                                                                                                                                                                                            "The owners are very friendly and the food was delicious" @Groupon #HappyCustomer\n
4599                                                                                                                                                                  @Walmart Store’s open till midnight, but no one can hand me a pre-pail site2store hat past 8pm. “The system is shut down.” Waste of time!!!\n
4600                                                                                                                                                                                        RT @E6y7: Orange + blue + red \n\n\n\n\n\n\n@illustrator_sa @Illustrator @Adobe @AdobeDrawing https://t.co/96lLEy75mF\n
4601                                                                                                                                                                                     RT @Starbucks: ⚡️ You + Coffee = ❤️ #NationalCoffeeDay #CoffeeLoveCups\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/7bmprw4Vgw\n
4602                                                                                                                                                                                                                                                 @MappAlex @McDonalds Nah was too late, already fuckin home😭\n
4603                                                                                                                                                                 @facebook Well, it appears your founder has an issue with the truth, or he was just embarrassed to be a Hillary sup… https://t.co/J7AquJ8CfR\n
4604                                                                                                                                              RT @SportsNation: Which team has the best chance?\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt's the @Toyota #PulseOfTheNation poll results. Let's go! https://t.co/MjIHnEnypY\n
4605                                                                                                                                                    .@Microsoft killing #Skype for Business Online topped #collaboration news. But @Facebook, @IBM, @zoho also had news.\n\n\n\n\n\n\nhttps://t.co/okWqEpohZA\n
4606                                                                                                                                                                       If my team wins, I could score BIG…Grab specially-marked @fritolay or @pepsi for your chance! https://t.co/6JFT4HczGe #TheyWinYouScore\n
4607                                                                                                                                                                      RT @EricTrager18: After Saudi Arabia permits women to drive, @Nissan, @Ford, and @Volkswagen publish ads. Ford's is the most visually… \n
4608                                                                                                                                                                @AVMag @eBay @ESIDesign So proud of the ebay team and over the moon to win the award. Hard work does pay off.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@dan\n
4609                                                                                                                                                                        RT @RepGraceMeng: I urge @Google, @Apple, @Android and any other platform to not carry @bigotreegames “Dirty Chinese Restaurant.” 1/3\n
4610                                                                                                                                                                  The Stone Monkey by Jeffery Deaver (2002, Hardcover) https://t.co/WMcy8In0Iu @eBay #seo #Marketing #socialmediamarketing #SocialSelling #fb\n
4611                                                                                                                                                                                   Via @Reuters: Uber's Kalanick reignites power struggle, names two to board https://t.co/f5h5dYfuO9 https://t.co/jvropNjpbE\n
4612                                                                                                                                                                              RT @Reuters: Under pressure from Trump, Tom Price resigns as health secretary over private plane uproar https://t.co/g2l9EvfGal\n
4613                                                                                                                                                                 hey @CocaCola @CocaColaCo   If you care about water so much, how about funding my PhD involving remediation of Lake Erie/Maumee Watershed?:)\n
4614                                                                                                                                                                                          RT @GreenWasp3: @verizon Wifi/hotspots so bad in Eugene Oregon that my friend is getting bytes, not even kilobytes.\n
4615                                                                                                                                                                            RT @Reuters: In this week's "Taking the Shot," a closer look at the Rohingya crisis, through the lens of a Reuters photographer… \n
4616                                                                                                                                           RT @DustinWatten: Vegan/Adidas crew up to 2.\n\n\n\n\n\n\nHow are those Plant Based gains  @Dame_Lillard treating you homie?\n\n\n\n\n\n\n@adidas 🔜 any other v… \n
4617                                                                                                                                                                 @Reuters "We were already abusing these women and children, but feel sorry for them now because men are now sufferi… https://t.co/n3D9qzm2Ac\n
4618                                                                                                                                                                 RT @komodo032: @Reuters So they are being treated as you have treated outside media in your country and you don't like it WOW, LMFAO, get u…\n
4619                                                                                                                                                                 RT @netflix: Fun new feature: If you search "romantic comedies" on Netflix, @Harry_Styles will fly in through your window. Limited time off…\n
4620                                                                                                                                                                                                                                      RT @Google: Here's to brew, #NationalCoffeeDay. https://t.co/ryB74Z3Oet\n
4621                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4622                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4623                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4624                                                                                                                                                                                               Worship Leader Handbook: Lead a Song, a Service, a Ministry by Rod E Ellis https://t.co/vts9hghdBo via @amazon\n
4625                                                                                                                                                                                   RT @Reuters: Cubans are heartbroken, angry can't seek U.S. visas in Havana https://t.co/xaaKG0Sm5A https://t.co/N8xbUapfb1\n
4626                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4627                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4628                                                                                                                                                                          @Ford @FordMustang hates #America therefore I suggest you buy @Kia @Dodge @chevy @Jeep etc, Fuck @Ford #BlueLivesMatter #FordIsShit\n
4629                                                                                                                                                                 #amazinglight:'LEDMALL Full Spectrum Motion Star Effects 7 color WHITE Laser Christmas L...', for 349.99 via @amazon https://t.co/vtAtiVX7Tl\n
4630                                                                                                                                                                       Check out MCCALLS PATTERN 8387 ~ 13" &amp; 20" STUFFED SNOWMAN SNOW WOMAN  SNOW FAMILY ~ NEW #McCall https://t.co/rn8vBeMN8R via @eBay\n
4631                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4632                                                                                                                                                                            RT @Disney: Learn how to draw characters from #DisneyFrozen, #BigHero6, and Catch My Breath with @disneyanimation's Paul Briggs… \n
4633                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4634                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4635                                                                                                                                                                  @AndorianIP @TheAmyCarlson @BlueBloods_CBS @CBS @DonnieWahlberg Can't believe the Reagan "Matriarch " is Gone ....… https://t.co/a8bMt0jCvt\n
4636                                                                                                                                                                                               Thanks, Gerald’s Game, for completely destroying any chance I had at sleep tonight. @netflix has done it again\n
4637                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4638                                                                                                                                                                 @TMobile @Zedd T-Mobile here guilty of felony fraud by tricking my husband into upgrading, claiming his phone insur… https://t.co/ulfAtlMsrz\n
4639                                                                                                                                                                          Check out MENS BELTED CARGO SHORTS SIZES: 46, 48, 50 COLOR: SAFARI TRAIL (MILITARY KHAKI) #Sonoma https://t.co/FHsB3kFUQA via @eBay\n
4640                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4641                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4642                                                                                                                                                                 @amazingwillnet @TheAmyCarlson @BlueBloods_CBS @CBS @DonnieWahlberg Yes, even Hawaii Five-0 handled their departure… https://t.co/ymoypm6eNb\n
4643                                                                                                                                       RT @CraigHoffman11: Engager Erica H. went above and beyond to send us this black and white #photograph!\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Starbucks @Hersheys https://t.co/…\n
4644                                                                                                                                                                 I just listed: 'Easter Egg Treat Filling Container,made in Germany (Easter Bunny/Chicks ho..', for 21.95 via @amazon https://t.co/prCH89ppAK\n
4645                                                                                                                                                                 Being unable to get our @RokuPlayer connection to @CBS All Access to function for more than 3 minutes at a time, @startrekcbs is Dead to Me.\n
4646                                                                                                                                                                                                      Womens Prints Floral 3/4 Sleeve Crew Neck Top Tshirt Blue,S Halife https://t.co/pviuqVnZji 来自 @amazon\n
4647                                                                                                                                                                              RT @cindyfawn: I'm boycotting @verizon and @SIRIUSXM \n\n\n\n\n\n\n#boycottNFL\n\n\n\n\n\n\n#NoFansLeft https://t.co/ouVuxknH8E\n
4648                                                                                                                                                                                        Check out Two (2) Lenox Montclair B501 Salad Plates Platinum Trim 8 1/4" EUC #Lenox https://t.co/1xmvsSAxMY via @eBay\n
4649                                                                                                                                                                                                                                         Forget @netflix, more like @BattleBots and chill. #bringoutthebots 🕹\n
4650                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4651                                                                                                                                                                                                                            Hey @netflix, need some CanCon suggestions? \n\n\n\n\n\n\nhttps://t.co/HiDQ8jNwEW\n
4652                                                                                                                                                                  RT @VTPromos: Card stunt 2018 coming Saturday, courtesy of @CocaCola &amp; @kroger! East &amp; West stands between the 1st/2nd QTR. Don't… \n
4653                                                                                                                                                                             RT @Adobe: At just 24 yrs old, artist @FilipHodas has created a ground-breaking 3D style unlike any other. Behind his process:… \n
4654                                                                                                                   RT @theholly_wilson: OMYGOD!! @Apple PUT IT BACK! \n\n\n\n\n\n\n\n\n\n\n\n\n\nThis is horrible......\n\n\n\n\n\n\n\n\n\n\n\n\n\nAre we in the 80's again........😳 https://t.co/HpsaZLTXhs\n
4655                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4656                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4657                                                                                                                                                    @WalmartcomUS this fixture rocks! You said 5 lights but threw in an extra one &amp; @Walmart added a bonus blue bra!\n\n\n\n\n\n\nhttps://t.co/WuyVLmm4Qb\n
4658                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4659                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4660                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4661                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4662                                                                                                                                                                                 RT @Reuters: In world of fast-paced Trump satire, 'The Simpsons' go medieval https://t.co/ndVcjm1LFp https://t.co/LSzH4RAlcn\n
4663                                                                                                                                                                          Check out 13" MacBook Air Screen Repair Replacement Service One Low Fee - No Hidden Costs! #Apple https://t.co/leM7b7M39E via @eBay\n
4664                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4665                                                                                                                                                                      If my team wins, I could score BIG…Grab specially-marked @fritolay or @pepsi for your chance! https://t.co/uUkjE9Nagn #TheyWinYouScorem\n
4666                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4667                                                                                                                                                                               RT @JKellerHD: Great convo w @SAP @stefanries66 via @VivienShiaoBT #HR has evolved over time, &amp; with cutting edge #tech,… \n
4668                                                                                                                                                                                   RT @Reuters: American convicted of supporting al Qaeda, aiding bomb attack https://t.co/e6Cu2TlQ1o https://t.co/5ynzQA21rh\n
4669                                                                                                                                                                                                                                    Twitter character limit ftw, oh well. @AMD @intel https://t.co/nOUz2oJRgZ\n
4670                                                                                                                                                                  RT @Charlitosway: aye man, @UPS If I'm shipping 2 box full of goods to PR knowing the crisis the island in, ya'll shouldn't tax us so high…\n
4671                                                                                                                                                                                      RT @Dmorrison1979: Hey @Visa, mind checking out of your advertising on Breitbart? @slpng_giants https://t.co/nZxalLjJpA\n
4672                                                                                                                                                                                   RT @Reuters: American convicted of supporting al Qaeda, aiding bomb attack https://t.co/e6Cu2TlQ1o https://t.co/5ynzQA21rh\n
4673                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4674                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4675                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4676                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4677                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4678                                                                                                                                                                                              I just listed: 'The Spirit of Christmas: Creative Holiday Ideas', for 24.95 via @amazon https://t.co/CJ9WEidy4I\n
4679                                                                                                                                                                                                                                     RT @berriojo1: Hey @Apple , Help #PuertoRico !!! https://t.co/uCYgnKWEsa\n
4680                                                                                                                                                             @TheRealRicard @Reuters Wake up &amp; smell the coffee Cuellar... U R living in the past... did U use a kneeling pad, o… https://t.co/uHPFifinyN\n
4681                                                                                                                                                                                 Check out Old Factory Candles Set Of 3 - Hippy Mix Cannabis, Incense, &amp; Bag O Cookies -Soy https://t.co/kZEYCXcFFo @eBay\n
4682                                                                                                                                                                                                                    RT @somethingdere: Damn, how hard is it to spell Nada? @Starbucks https://t.co/m95dpD2pt2\n
4683                                                                                                                                                                                              It’s live! Wolves of Wrath: Book 4, The Gypsy Healer Series by Quinn Loftis https://t.co/aatHafFApe via @amazon\n
4684                                                                                                                                                                          RT @MarcRennard: This week, @orangebw launches a new international @Visa card, available for its 530.000 #OrangeMoney customers !… \n
4685                                                                                                                                                                                  RT @BP_plc: ✈⛽ 9 million passengers every day, 26,000 commercial aircraft and 63 million jobs. Aviation is big business:… \n
4686                                                                                                                                                                                Check out 1 Strand 7 Pcs Rose Quartz Chalcedony Heart 14x17-19mm 925 Silver Plated 7" Long  https://t.co/guxwJc2aDi via @eBay\n
4687                                                                                                                                                                 @PandoDaily Love your work! Curious, do you think that @Twitter @facebook @reddit are Nazi sympathizers? We put tog… https://t.co/NYEmx5JCsR\n
4688                                                                                                                                                                                RT @anothersrhubarb: Still clinging to the hope @netflix might say 'We voted not to space you'\n\n\n\n\n\n\n#WeCarryEachOther\n
4689                                                                                                                                                       RT @michele_martin: @JeanHollowayPhD @SeattleSoaker @dougiepen @netflix I agree. A very intelligent show. \n\n\n\n\n\n\nDarn about the cancellation!… \n
4690                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4691                                                                                                             RT @manukumarjain: Guess, who visited our #MiHome? \n\n\n\n\n\n\n\n\n\n\n\n\n\n@satyanadella, CEO of @Microsoft 👐\n\n\n\n\n\n\n\n\n\n\n\n\n\nOur founder @leijun hosted Satya &amp; explained… \n
4692                                                                                                                                                             RT @bazluhrmann: THE SECRET LIFE OF FLOWERS, our film for @erdem &amp; @hm, with new music by @yearsandyears is out now... #ERDEMxHM https://t.…\n
4693                                                                                                                                                                RT @JohnOberg: Friends, I need your help! @McDonalds is misleading the public with an "animal welfare policy" that is BS. 😡 Pls RT! https:/…\n
4694                                                                                                                                                                 RT @IbranElCryssa: On the day Kevin Spacey is exposed as a pedophile &amp; @netflix cancels House of Cards, NAMBLANTIFA is protesting agai… \n
4695                                                                                                                                                                                                                    RT @Nike: We’ve all been there. Happy #airmax day, @Money23Green. https://t.co/HVH2tZPFjl\n
4696                                                                                                     RT @musicalcasualty: @netflix Eleven took the route 422 bus to go find her sister\n\n\n\n\n\n\n\n\n\n\n\n\n\n4\n\n\n\n\n\n\n+\n\n\n\n\n\n\n2\n\n\n\n\n\n\n+\n\n\n\n\n\n\n2\n\n\n\n\n\n\n=\n\n\n\n\n\n\n8\n
4697                                                                                                                                                                                                 Check out 2009 44c Winter Holidays, Block of 4 Scott 4425-28 Mint F/VF NH  https://t.co/DeWXl4BMqY via @eBay\n
4698                                                                                                                                                                    RT @Reuters: Australia's Westpac was a lead actor in rates rigging, regulator tells court https://t.co/l4mx11mJoa https://t.co/3dL3uzLjpP\n
4699                                                                                                                                                                               @TM9000 @EuroGuido @GuidoFawkes @GoldmanSachs They did, but @EuroGuido lives in a cloud cuckoo land of ignorance &amp; naivety\n
4700                                                                                                                                                                          RT @Nike: Eliud Kipchoge - 2:00:25\n\n\n\n\n\n\nThe barrier just got that much closer. #Breaking2 #JustDoIt https://t.co/uw9Dz1zknE\n
4701                                                                                                                                       RT @AHamiltonSpirit: Here's a video of Trump saying he knows Putin. #TheResistance needs to get this on TV.\n\n\n\n\n\n\n@CNN @maddow @MSNBC @CBS @NBC\n\n\n\n\n\n\nh…\n
4702                                                                                                                                           RT @SportsNation: The 4-point stance is real.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@marcelluswiley breaks down the technique On The Go with @Toyota: https://t.co/rDuxefDxd0\n
4703                                                                                                                                                                                       RT @sea: @bouch137 @Apple Song exploder, How I built this, Reply All, Pod Save America, joe rogan, Tim ferriss... you?\n
4704                                                                                                                                                                     RT @milliebbrown: Awww!! @DavidKHarbour @ShawnLevyDirect @netflix #StrangersThings2  so blessed \n\n\n\n\n\n\n❤️❤️ https://t.co/lGdEs6gsx7\n
4705                                                                                                                                                                                                                RT @Reuters: South Korea, China say to mend ties after THAAD standoff https://t.co/q72oPdfHZ1\n
4706                                                                                                                                       @comcast When is Twitter going to mark this ad as political, and show how much they've spent? \n\n\n\n\n\n\n\n\n\n\n\n\n\nAlso: fuck you comc… https://t.co/j6TylJ22zt\n
4707                                                                                                                                                                   @charleygoff_ @Pr1ncessSyd @Android @Apple was a Mac Genius. But back when I got into smartphones, iPhones couldn't take sd cards and they\n
4708                                                                                                                                                                                         RT @nataliaisaevich: @Samsung announces three new CEOs and posts record profits\n\n\n\n\n\n\nhttps://t.co/E2oqEWZJLU\n
4709                                                                                                                                                                 RT @T_Zano: Great tool from @Google - #Colaboratory is a Docs-like, Jupyter-based tool to collaborate on #DataScience Projects https://t.co…\n
4710                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4711                                                                                                                                                     @acockroft @Nestle UK companies fall into foreign ownership\n\n\n\n\n\n\nNew owners think they know better about products we've… https://t.co/BYeDxxiv8v\n
4712                                                                                                                                       RT @AHamiltonSpirit: Here's a video of Trump saying he knows Putin. #TheResistance needs to get this on TV.\n\n\n\n\n\n\n@CNN @maddow @MSNBC @CBS @NBC\n\n\n\n\n\n\nh…\n
4713                                                                                                                                                                           RT @ATT: Check, 1, 2. Tune in to #TaylorSwiftNOW only on @DIRECTV and @DIRECTVNOW. https://t.co/xAN2YPubQt https://t.co/CQo3XpPei2\n
4714                                                                                                                                         RT @Nike: We don’t need another running shoe.\n\n\n\n\n\n\n\n\n\n\n\n\n\nComing tomorrow to https://t.co/AN4rV05iA9. #LunarEpic\n\n\n\n\n\n\nhttps://t.co/pD855uqZzu\n
4715                                                                                                                                                                    And then had a @McDonalds signature burger 🍔 which nothing had been chopped properly, looked like Ronald McDonald himself made it #clown\n
4716                                                                                                                                                                                                     @Ryanair And thereby hangs the problem, there were no staff to ask and your customer service had closed.\n
4717                                                                                                                                                                                                                                Apple iPhone 5 16 GB Verizon, Black Apple https://t.co/8jLM1Ck9Zb via @amazon\n
4718                                                                                                                                                                                                                                 @PayPal No way how to change conversion option, no way to set card currency.\n
4719                                                                                                                                                    RT @sumeetkumarp: Just in: Google finally launches the Google Pixel 2 and Google Pixel 2 XL. #technews #madebygoogle @Google \n\n\n\n\n\n\nhttps://t.co/…\n
4720                                                                                                                                                                        So the #UX of the new @ApplePodcasts app is truly awful... Why did you do it, @Apple? 😩Does anyone have a better option? #podcasting\n
4721                                                                                                                     RT @StormingTime: TimeStorm @amazon\n\n\n\n\n\n\n"Brilliant!" \n\n\n\n\n\n\nEpic time travel thriller\n\n\n\n\n\n\nUS https://t.co/kkhTE1cPjr \n\n\n\n\n\n\nUK https://t.co/7jg2eJatF6… \n
4722                                                                                                                           RT @adidas: The past accelerates the present. \n\n\n\n\n\n\nThe @davidbeckham capsule collection.\n\n\n\n\n\n\nAvailable today.\n\n\n\n\n\n\n#HereToCreate https://t.co/al7Wp7K325\n
4723                                                                                                                                                @Reuters Do You want to #install_wordpress and setup Theme Like Demo &amp;\n\n\n\n\n\n\nWant to build #Beautifull_Website?Please con… https://t.co/7nkv11MhGH\n
4724                                                                                                                                                                                RT @midiaresearch: With Jay Hunt's move to @Apple, who is going to become the next-gen TV operator? https://t.co/n6NPSEdYa4… \n
4725                                                                                                                           RT @adidas: The past accelerates the present. \n\n\n\n\n\n\nThe @davidbeckham capsule collection.\n\n\n\n\n\n\nAvailable today.\n\n\n\n\n\n\n#HereToCreate https://t.co/al7Wp7K325\n
4726                                                                                                                           RT @adidas: The past accelerates the present. \n\n\n\n\n\n\nThe @davidbeckham capsule collection.\n\n\n\n\n\n\nAvailable today.\n\n\n\n\n\n\n#HereToCreate https://t.co/al7Wp7K325\n
4727                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4728                                                                                                                                                                          RT @YDBUK: FOLLOW &amp; RETWEET TO #WIN THIS @Apple MacBook Pro 15-inch, 512GB. Ends: 30/11/17 #COMPETITION https://t.co/iFQBlfEz6F\n
4729                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4730                                                                                                                                                     RT @Nestle: One week to go! Pitch #Nestlé &amp; @Ashoka your solutions to big sustainability issues:\n\n\n\n\n\n\n\n\n\n\n\n\n\n https://t.co/9YGseNc9wD\n
4731                                                                                                                                                                                RT @IBM: TJ is becoming a guide 🐶 with the help of #IBMWatson, but today he’s  taking a break for #Halloween fun. 🎃  👁️🐝Ⓜ️… \n
4732                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4733                                                                                                                                                RT @PrizeSquad: FOLLOW &amp; RETWEET TO #WIN THIS @Apple iPad Mini 4 Gold, 128GB! \n\n\n\n\n\n\n(Wi-Fi + Cellular) Ends: 22/11/17\n\n\n\n\n\n\n#COMPETITION… \n
4734                                                                                                                                                                                                              RT @Reuters: China, South Korea agree to mend ties after THAAD standoff https://t.co/kYw3PbJ0tR\n
4735                                                                                                                                         @Nike  X @OffWht  |@virgilabloh hyperdunk 2017 FK\n\n\n\n\n\n\nraffle open\n\n\n\n\n\n\noffspring https://t.co/nG2SuygxUh\n\n\n\n\n\n\nend.… https://t.co/8gOz0yvYtC\n
4736                                                                                                                                       RT @kim_soler: Catalan president @KRLS, 12:30pm at @BrusselsPressCl, Rue Froissart 95, Brussels.\n\n\n\n\n\n\n\n\n\n\n\n\n\nFYI @Reuters @ftbrussels @nytimes @AP @BB…\n
4737                                                                                                                                                                                                                            Chris Bailey leaving @Burberry? That's a bit of a shocker, and big shoes to fill.\n
4738                                                                                                                                                                                                  @BP_plc I'm always ready to give you the best lead generation service.\n\n\n\n\n\n\nhttps://t.co/EpQOjBOl4B\n
4739                                                                                                                                                                       RT @WalkerAlex10: Don't forget #MajorCrimes fans, the team is back 10/31 tune in #SaveMajorCrimes @amazon @AmazonVideo @AllAccessCBS… \n
4740                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
4741                                                                                                                                                                                                                                              @surfsupnet @netflix Give me the Halloween series, team Michael\n
4742                                                                                                                                       RT @AHamiltonSpirit: Here's a video of Trump saying he knows Putin. #TheResistance needs to get this on TV.\n\n\n\n\n\n\n@CNN @maddow @MSNBC @CBS @NBC\n\n\n\n\n\n\nh…\n
4743                                                                                                                                                                 RT @Reuters: WATCH: Carbon dioxide levels grew at record pace in 2016, U.N. says https://t.co/llFT7n5GMg via @ReutersTV https://t.co/UGRMyH…\n
4744                                                                                                                                                                                  RT @TMobile: Be ready for your next iPhone. Join our iPhone upgrade program for free!\n\n\n\n\n\n\n https://t.co/ELb8YQspF6\n
4745                                                                                                                                                                                         Fall Table Runner, Quilted Runner, Thanksgiving, Handmade Runner Patchwork Mo... https://t.co/z4341tmtGe via @amazon\n
4746                                                                                                                                          @HighlandWriter @ronbuch @Tighnacoille @kuantancurls @stahlyhaggis @Tesco Is it because those raspberries are British?\n\n\n\n\n\n\n\n\n\n\n\n\n\nYes, that is why.\n
4747                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4748                                                                                                                                                                                                                                                                   @Ryanair That’s fine, thanks for replying!\n
4749                                                                                                                                                                 RT @corosanite: The complex, intriguing and exciting state when culture, tecnology, and real estate converge. #HQ2 @amazon https://t.co/e5Z…\n
4750                                                                                                                                                                          RT @YDBUK: FOLLOW &amp; RETWEET TO #WIN THIS @Apple MacBook Pro 15-inch, 512GB. Ends: 30/11/17 #COMPETITION https://t.co/iFQBlfEz6F\n
4751                                                                                                                                       RT @AHamiltonSpirit: Here's a video of Trump saying he knows Putin. #TheResistance needs to get this on TV.\n\n\n\n\n\n\n@CNN @maddow @MSNBC @CBS @NBC\n\n\n\n\n\n\nh…\n
4752                                                                                                                                                                                                           @squirrellytwo @Apple That is so true. Glad she's got big dreams, I guess she got that from me. 😳\n
4753                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
4754                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
4755                                                                                                                                                                                            We are proud to be an @Oracle Partner of the Year! \n\n\n\n\n\n\n#cloud #OraclePartnerDay https://t.co/RbFLfSHKV3\n
4756                                                                                                                                                                 RT @mudboundmovie: An unlikely brotherhood, forged through the mud. A @netflix film #Mudbound, premieres November 17. https://t.co/QZ2ouacj…\n
4757                                                                                                                                                                              RT @LisaSu: Happy to welcome the newest members of our @AMDRyzen family with new commercial systems from @HP, @Dell, @lenovo.… \n
4758                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
4759                                                                                                                                                                   RT @Reuters: China considers three-year jail terms for disrespecting national anthem, flag https://t.co/2deqo4i2oq https://t.co/gsGr29g6vZ\n
4760                                                                                                                                                                                                                              Check out Lap Quilt Blue/Green Monet 42"X53"  https://t.co/KC2BdzHJeC via @eBay\n
4761                                                                                                                                                                   RT @Reuters: China considers three-year jail terms for disrespecting national anthem, flag https://t.co/2deqo4i2oq https://t.co/gsGr29g6vZ\n
4762                                                                                                                                                                               Check out Hobo Nickel "A Cry In The Wilderness" Eagle Coin by Howard Thomas  https://t.co/grZ2nuWUDT via @eBay @PurrgatoryCats\n
4763                                                                                                                                                                                  RT @nataliaisaevich: Driverless car technology could leave users asleep at the wheel, warns @Google https://t.co/K5qd09Ulgn\n
4764                                                                                                                                                                                Check out THIS IS NEXT - VOLUME 1 - INDIE'S BIGGEST HITS - BLOC PARTY, COLD WAR KIDS, M WA  https://t.co/TvDpcGjOar via @eBay\n
4765                                                                                                                                                                                   Check out Easter Themed Vintage Craft Miniatures Carrots, Roblee Brand Mini Decorations  https://t.co/gf9D3pGcTb via @eBay\n
4766                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4767                                                                                                                                                                 RT @WestinGCayman: A5: But really, exploring Austria in this @BMW I8 was a pretty good way to feel alive! #travelpics https://t.co/TM1MmWdM…\n
4768                                                                                                                                                RT @TMobile: #HR4HR’s rounding third and headed home!\n\n\n\n\n\n\n\n\n\n\n\n\n\nNearly $1M raised so far on tweets alone. Finish the Fall Classic 💪 tweet… \n
4769                                                                                                                                                             RT @winitonline: FOLLOW @PrizeSquad &amp; RETWEET TO #WIN THIS @Apple iPad Mini 4 Gold, 128GB! \n\n\n\n\n\n\n(Wi-Fi + Cellular) Ends: 22/11/17… \n
4770                                                                                                                                                                                     WheelWitness HD PRO PLUS Premium Dash Cam w/ WiFi &amp; GPS, iPhone Android Compa... https://t.co/7lFl00ga6a via @amazon\n
4771                                                                                                                                                                                                                   Build Rich, Native #Mobile #Apps Without Writing Any Code via @SAP https://t.co/Z6DByOQUEd\n
4772                                                                                                                                     RT @FIFAcom: “I enjoyed every moment of this tournament"\n\n\n\n\n\n\nWe hear from @adidas Golden Boot winner @RhianBrewster9 \n\n\n\n\n\n\n#FIFAU17WC\n\n\n\n\n\n\n👉… \n
4773                                                                                                                                                                  @Kiwigirl58 @Reuters Following your logic, why build anything in Miami? It's going to be underwater in a few years thanks to #ClimateChange\n
4774                                                                                                                                                                                                   RT @mcdonaldsindia: Okay, @Apple  and @Google, let’s end the debate.  #BurgerEmoji https://t.co/tzRZJOYYQH\n
4775                                                                                                                                                                                    Check out Vintage Large Ceramic Christmas Tree Green snow Lighted w/ Colored Bulbs 18"  https://t.co/qbUMQ4HVPZ via @eBay\n
4776                                                                                                                                                                                                           RT @Reuters: Manafort spent millions on homes, rugs, clothes: court filing https://t.co/wwk6OoO6db\n
4777                                                                                                                                                                                                                                                 @Reuters Uh, maybe not.\n\n\n\n\n\n\nhttps://t.co/1BZPEckiZS\n
4778                                                                                                                                                                                @TMobile Poop emoji,master chief, wonder woman, and a pirate! Happy Halloween  #Thankenstein #contest https://t.co/XYUMXpKNc8\n
4779                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4780                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4781                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4782                                                                                                                                        RT @benjaaquila: #Loev A gay #India movie released on @netflix\n\n\n\n\n\n\nhttps://t.co/cgMiep64k1\n\n\n\n\n\n\n#LGBT #Equality @benjaaquila https://t.co/HJsKcCSywM\n
4783                                                                                                                                                                 RT @VogueRunway: BREAKING: After nearly 17 years at @Burberry, Christopher Bailey will leave the company after his Spring 2018 show. https:…\n
4784                                                                                                                                                                                               RT @Reuters: Under Armour slashes 2017 forecast, revenue falls https://t.co/JVrDE3wgGe https://t.co/GGVO2cS11x\n
4785                                                                                                                                                                                RT @bworldph: Most businesses believe digital payments improve financial standing, @PayPal survey says | via @elijahtubayan… \n
4786                                                                                                                                                                               RT @Reuters: Kremlin: Syria, oil high on Putin's agenda on trip to Iran on Wed https://t.co/GhxKeH7sat https://t.co/dQnVThpken\n
4787                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4788                                                                                                                                                  RT @PrizeSquad: FOLLOW &amp; RETWEET TO #WIN THIS @Samsung Galaxy Note 8, 64GB! #GIVEAWAY #COMPETITION \n\n\n\n\n\n\nEnds: 27/11/17 https://t.co/I3rlJivCkt\n
4789                                                                                                                                   RT @FIFAcom: @RhianBrewster9 @England @LFC #FIFAU17WC | AWARDS\n\n\n\n\n\n\nGolden Glove: G.Brazao🇧🇷\n\n\n\n\n\n\n@adidas Bronze Ball: R.Brewster🦁\n\n\n\n\n\n\n@adidas… \n
4790                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4791                                                                                                                                                                                        RT @Reuters: In Russia probe, Mueller's first charges a show of force https://t.co/3R5NEavxkr https://t.co/Bny8vgegeg\n
4792                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4793                                                                                                                                                                            RT @BP_plc: 📹 We're proud to be part of the #OGCI, which is committed to the direction set out by the Paris Climate Agreement.… \n
4794                                                                                                                                                                                                                                                                               @hm @NICKIMINAJ Beautiful,nice\n
4795                                                                                                                                                                               RT @Reuters: Kremlin: Syria, oil high on Putin's agenda on trip to Iran on Wed https://t.co/GhxKeH7sat https://t.co/dQnVThpken\n
4796                                                                                                                                                                          RT @YDBUK: FOLLOW &amp; RETWEET TO #WIN THIS @Apple MacBook Pro 15-inch, 512GB. Ends: 30/11/17 #COMPETITION https://t.co/iFQBlfEz6F\n
4797                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4798                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4799                                                                                                                                                                 On this day Oct 31st, 2014 the Securities Division of the SC shut down #ShawnWheeland company BWI! Happy to have helped! Always @Google him.\n
4800                                                                                                                                                                                Check out *RARE* MARVEL SPIDERMAN BOBBLE BUDDIES - VENOM 6" BOBBLE HEAD RESIN FIGURE-BOXED  https://t.co/qrlX74zk9F via @eBay\n
4801                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4802                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4803                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4804                                                                                                                                                                 @Apple @AppleSupport - b/c ‘News App’ doesn’t update in bckgrd , guess what NYC straphangers see if sans signal (ie… https://t.co/1CJUY8Wu6x\n
4805                                                                                                                                                                                          RT @Angie_Harmon: Dear @Starbucks drive through... \n\n\n\n\n\n\n\n\n\n\n\n\n\nI LOVE YOU WITH EVERYTHING THAT I AM\n
4806                                                                                                                                                                                Check out HAMMERED COPPER TABLE LAMP w/RAW SILK-LIKE SHADE  Antiqued Finish, Tea Pot Shape  https://t.co/18ZbA943sH via @eBay\n
4807                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4808                                                                                                                                                                                         RT @Reuters: Sacked Catalan leader Puigdemont says accepts snap election, not seeking asylum https://t.co/BPfxtMEsUf\n
4809                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4810                                                                                                                                                                   #Rouhani:“We have built, are building &amp; will continue 2 build #missiles. @Reuters #Iran #IRGC_Out @nikkihaley… https://t.co/fzzLAbLLZf\n
4811                                                                                                                                                                          RT @Reuters: Bank of England sees up to 75,000 finance job losses after Brexit: BBC https://t.co/VtYt62Ls8o https://t.co/QxhNdH3Qk9\n
4812                                                                                                                                                                                      RT @drs_Andor: @ISACANews @Oracle That's not sponsoring that's just being misused for direct marketing, well done ISACA\n
4813                                                                                                                                                                                                                          @Reuters Damn, he drank the koolade and made a tinfoil hat. Dementia kicking in 🤷‍♀️\n
4814                                                                                                                                                                                 RT @Reuters: Two ex-Trump aides charged in Russia probe, third pleads guilty https://t.co/rQycTUOxEm https://t.co/GmTArhZTjI\n
4815                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4816                                                                                                                                                                 @TMobile Don't be a hallowed weinie, be a winner! Walk this way as the gate keeper opens up to the best network nat… https://t.co/lbGRlsoXkM\n
4817                                                                                                                                                 RT @TMobile: This @MLB Postseason, we’re donating $20K for each home run, plus another $2 for every tweet with #HR4HR\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet’s bre… \n
4818                                                                                                                                                                     It is the perfect Halloween costume, an 'I donated blood sticker'. Get yours today at @Allianz in Petaluma 10-2p https://t.co/a2qgfLU6Mg\n
4819                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4820                                                                                                                                                             #Twins #ChildrensPlace "Mom &amp; Dad Need a Silent Night" Longsleeve Bodysuit 9-12M #christmas #silentnight #ebay https://t.co/St9T4SZt2r @eBay\n
4821                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4822                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
4823                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4824                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4825                                                                                                                                                                       Just saw this on Amazon: The Pumpkin Cookbook, 2nd Edition: 139 Reci... by DeeDee Stovel for $9.99 https://t.co/osoirNupmr via @amazon\n
4826                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4827                                                                                                                                              RT @Starbucks: So much to love,\n\n\n\n\n\n\nSo much to share.\n\n\n\n\n\n\nSo much #MoltenChocolate\n\n\n\n\n\n\nSending ❤️ everywhere. https://t.co/SnfCjQ3k8d\n
4828                                                                                                                                                                                                   RT @mcdonaldsindia: Okay, @Apple  and @Google, let’s end the debate.  #BurgerEmoji https://t.co/tzRZJOYYQH\n
4829                                                                                                                                                               So the real winners of #BurgerEmoji debate between @Google and @Apple are @mcdonaldsindia and @KFC_India \n\n\n\n\n\n\nhttps://t.co/ahpNk5IOck\n
4830                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4831                                                                                                                                                                 @mydemocracy @facebook @NBCNews You claim to want people to stop “using politics as a weapon against the people,” y… https://t.co/FUnVJG4eTi\n
4832                                                                                                                                                                 @aka_Scratch @AmazonHelp @amazon @amazongames I have same issue, no update on status yet.  This seems to a large is… https://t.co/LYVH5jJ5jR\n
4833                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4834                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4835                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4836                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
4837                                                                                                                                                                            RT @TMobile: Happy Halloween! Submit your costume pics with #Thankenstein + #Contest to win a spooky trip to London, plus other… \n
4838                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4839                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4840                                                                                                                                                         RT @cspan: TODAY C-SPAN3: Live coverage of @Facebook, @Twitter, &amp; @Google on #Russia &amp; 2016 election. https://t.co/xmdV0tqN6S https://t.co/…\n
4841                                                                                                                                                                 RT @IbranElCryssa: On the day Kevin Spacey is exposed as a pedophile &amp; @netflix cancels House of Cards, NAMBLANTIFA is protesting agai… \n
4842                                                                                                                                                                                                               RT @Reuters: One dead, manhunt under way after shooting at Utah campus https://t.co/cLbRZ2Jwov\n
4843                                                                                                                                                                     RT @cspan: .@Twitter, @Facebook &amp; @Google testify before @SenJudiciary on Russia &amp; 2016 Election – LIVE at 2:30pm ET on C-SPAN… \n
4844                                                                                                                                                                                                     Check out Country Life decorative paper, laminated bookmark  #Bookmark https://t.co/ctVfyc7rBq via @eBay\n
4845                                                                                                                                            Group admins in @facebook can now temporarily block members!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#StartupStories #Facebook #facebooknews #TechNews https://t.co/zVnP50Mfz4\n
4846                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4847                                                                                                                                                                            @TMobile Do you think they’ll let me carry-on my tub, or will I have to check her? #Thankenstein #Contest https://t.co/FQQ3GFJ8hy\n
4848                                                                                                                                              RT @Starbucks: So much to love,\n\n\n\n\n\n\nSo much to share.\n\n\n\n\n\n\nSo much #MoltenChocolate\n\n\n\n\n\n\nSending ❤️ everywhere. https://t.co/SnfCjQ3k8d\n
4849                                                                                                                                                                                                                @TMobile I just got charged for the iPhone X today, does that mean it will be shipping today?\n
4850                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4851                                                                                                                                                                             RT @Google: Announcing $1B in grants, 1M volunteer hours and a #GrowWithGoogle initiative to create opportunity for everyone →… \n
4852                                                                                                                                                                                                     RT @slpng_giants: Really starting to think @amazon isn’t going to do this, guys. https://t.co/XP9oCbyif8\n
4853                                                                                                                                                                                               @Reuters Breaking News: Planet Earth worried that Trump unprepared for...well, basically anything, really.....\n
4854                                                                                                RT @bittervalo: Are you ready for new cases? They are! \n\n\n\n\n\n\n#SaveMajorCrimes\n\n\n\n\n\n\n@CBS \n\n\n\n\n\n\n@amazon \n\n\n\n\n\n\n@AmazonVideo \n\n\n\n\n\n\n@SaveMajorCrimes https://t.co/72OnmWs…\n
4855                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4856                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4857                                                                                                                                              RT @Mellin1980: Season 6 premiere tonight tune in #savemajorcrimes\n\n\n\n\n\n\n@CBS @CBSTweet @CBSTvstudios @AllAccessCBS \n\n\n\n\n\n\n@amazon @amazonVideo… \n
4858                                                                                                                                                                    RT @PierreTPelican: While you were binge watching @Stranger_Things on @netflix last night, our @PelicansNBA were getting that W against… \n
4859                                                                                                                                                                     RT @cspan: .@Twitter, @Facebook &amp; @Google testify before @SenJudiciary on Russia &amp; 2016 Election – LIVE at 2:30pm ET on C-SPAN… \n
4860                                                                                                                                                                 RT @VogueRunway: BREAKING: After nearly 17 years at @Burberry, Christopher Bailey will leave the company after his Spring 2018 show. https:…\n
4861                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4862                                                                                                                                  RT @Maazulhaq17: @Twitter is for the people we've never met;\n\n\n\n\n\n\n\n\n\n\n\n\n\nAnd\n\n\n\n\n\n\n\n\n\n\n\n\n\n@facebook is full of people we wish we could forget.\n
4863                                                                                                                                                                                                                                                         @ATT does Internet had available on Porter, TX area?\n
4864                                                                                                                                                            RT @liufenny14: @CBS @CBSNews @cbstv @amazon @warnerbrostv @WBHomeEnt @WarnerBrosEnt #savemajorcrimes, we want more 🚦🚥🚔🚓🚑 https://t.co/VkGY…\n
4865                                                                                                                                                                     RT @cspan: .@Twitter, @Facebook &amp; @Google testify before @SenJudiciary on Russia &amp; 2016 Election – LIVE at 2:30pm ET on C-SPAN… \n
4866                                                                                                                                                                 @fleccas @latinovictoryus @RalphNortham @EdWGillespie @Ford "Race baiting", the calling card of every fat useless p… https://t.co/i7as9dOUXK\n
4867                                                                                                                                                 RT @TMobile: All your posts, replies, RTs, and QTs with #HR4HR this @MLB Postseason donate $2 to @TeamRubicon.\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet those thumbs… \n
4868                                                                                                                                                                      RT @wattisretail: While @amazon, has a large share of #Digital #apparel at 29% market share, just 6% of shoppers consider the brand a… \n
4869                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
4870                                                                                                                                                                  @Tesco I've been waiting for 5 days for my direct order and it hasn't arrive can you please help me thanks a lot, it deco should have come!\n
4871                                                                                                                  RT @AmericanVoterUS: Propaganda is coming from WITHIN \n\n\n\n\n\n\n\n\n\n\n\n\n\n@CNN @ABC @NBC @CBS &amp; sometimes @FOXNews with GOP #DeepState \n\n\n\n\n\n\n\n\n\n\n\n\n\nObama made… \n
4872                                                                                                                                                                       RT @Starbucks: Sharing is scaring. 🙀 #ZombieFrappuccino\n\n\n\n\n\n\n(U.S. &amp; Canada, while supplies last) https://t.co/1n9nJEBEpb\n
4873                                                                                                                  RT @AmericanVoterUS: Propaganda is coming from WITHIN \n\n\n\n\n\n\n\n\n\n\n\n\n\n@CNN @ABC @NBC @CBS &amp; sometimes @FOXNews with GOP #DeepState \n\n\n\n\n\n\n\n\n\n\n\n\n\nObama made… \n
4874                                                                                                                                                                   A chance to win a $62,000 video editing workstation? Don’t mind if I do. Thanks @Frame_io and @Adobe #dreamstation https://t.co/dbTWrKwD7O\n
4875                                                                                                                                     RT @iMore: #iPhoneX review: Day one, @reneritchie says it's already the best damn product @Apple has ever made 📱🤘😎\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/P0jTCN6AQY\n
4876                                                                                                                                                                                         Check out 1 3/16" Natural Rough NIRVANA QUARTZ #25 Crystal Stone Mineral 7 grams   https://t.co/rx8YCdw3vF via @eBay\n
4877                                                                                                                                                                                        Check out WORLDWIDE HUGE STAMP ESTATE COLLECTION 2/OLD ALBUMS A-Z, HOUSE CLEARANCE  https://t.co/b3OpbCBK8T via @eBay\n
4878                                                                                                                                                                            RT @TMobile: Happy Halloween! Submit your costume pics with #Thankenstein + #Contest to win a spooky trip to London, plus other… \n
4879                                                                                                                                                                    RT @Public_Citizen: With news like this, it's shameful @Ford is working to undo the #CleanCarStandards, the biggest U.S. climate progra… \n
4880                                                                                                                                                                      We'd like to thank our loyal friend and sponsor, @Starbucks for being the official morning coffee drink of the… https://t.co/egPO3v1uj6\n
4881                                                                                                                                                                     @Ford is investing in the future, but when asked by @CNBC about details of the payoff, CFO Bob Shanks said this… https://t.co/gketWuM03q\n
4882                                                                                                                                                 RT @TMobile: Tweet and RT with #HR4HR all World Series and we’ll donate $2 to @TeamRubicon for hurricane recovery.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's keep i… \n
4883                                                                                                                                       (2/2) The pair of Senators explained to @amazon that Indiana has:\n\n\n\n\n\n\n✓ A robust and talented workforce\n\n\n\n\n\n\n✓ Effective tra… https://t.co/yB7MrktLup\n
4884                                                                                                                                                 RT @TMobile: Tweet and RT with #HR4HR all World Series and we’ll donate $2 to @TeamRubicon for hurricane recovery.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's keep i… \n
4885                                                                                                                                                 RT @TMobile: Tweet and RT with #HR4HR all World Series and we’ll donate $2 to @TeamRubicon for hurricane recovery.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's keep i… \n
4886                                                                                                                                                    RT @TMobile: We love to scream for 🍨 ! Also it’s Halloween, so we’re screaming anyway.\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet $2 off from @BaskinRobbins &amp;… \n
4887                                                                                                                                                                      #StrangerThings Hey, @netflix, how about a limited run of Mad About You, set in their current timeline. (I know this is ST tangential.)\n
4888                                                                                                                                            RT @AjiAyorinde: Hi guys.\n\n\n\n\n\n\n\n\n\n\n\n\n\nJust a gentle reminder that flights to Frankfurt are £5 with @Ryanair at the moment. https://t.co/o81jGTmdl2\n
4889                                                                                                                                                                                         RT @AHamiltonSpirit: @Reuters Maybe headline should read "Putin meets Kushner in Mid East for some brief colluding."\n
4890                                                                                                                                       RT @buffalobills: One retweet by you gets LeSean McCoy a @FedEx #AirandGround vote.\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou know what to do: https://t.co/93wdUjsNQv https://t…\n
4891                                                                                                                                       RT @buffalobills: One retweet by you gets LeSean McCoy a @FedEx #AirandGround vote.\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou know what to do: https://t.co/93wdUjsNQv https://t…\n
4892                                                                                                                                                                                                 One dead, manhunt under way after shooting at Utah campus https://t.co/K4Z2yIvpa6 Via @Reuters #domesticnews\n
4893                                                                                                                                                              RT @theCUBE: Follow @theCUBE\n\n\n\n\n\n\n#TechAthletes sharing their first person insight\n\n\n\n\n\n\nhttps://t.co/7FJ9HoFxXN @intel #Intel… \n
4894                                                                                                                                       RT @buffalobills: One retweet by you gets LeSean McCoy a @FedEx #AirandGround vote.\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou know what to do: https://t.co/93wdUjsNQv https://t…\n
4895                                                                                                                                                                                Check out Mens Vintage Towncraft Navy, Grey and Red Stripe Sweatshirt Size Large #Towncraft https://t.co/nZl8r3YxEO via @eBay\n
4896                                                                                                                                                               RT @FrdmIs: @Apple @AppleSupport \n\n\n\n\n\n\niOS 11 is really different, thanks a ton for adding emergency call setup. \n\n\n\n\n\n\nCheers,\n
4897                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4898                                                                                                                                                                 "Only 20-25% of fresh engineering grads are employable,so it's really important to go for certification courses"@dpdilpreet @IBM #SLTechCast\n
4899                                                                                                                                                                 RT @astros: Were you at that epic Game 5? Find and tag yourself in this super high-resolution photo, presented by @CocaCola! https://t.co/S…\n
4900                                                                                                                                                                            RT @TMobile: Happy Halloween! Submit your costume pics with #Thankenstein + #Contest to win a spooky trip to London, plus other… \n
4901                                                                                                                                                                                                                         Check out Halloween Pumpkin Luminary  5 1/2" x 6"  https://t.co/RgNFRpHDhs via @eBay\n
4902                                                                                                                                                 RT @TMobile: This @MLB Postseason, we’re donating $20K for each home run, plus another $2 for every tweet with #HR4HR\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet’s bre… \n
4903                                                                                                                  RT @AmericanVoterUS: Propaganda is coming from WITHIN \n\n\n\n\n\n\n\n\n\n\n\n\n\n@CNN @ABC @NBC @CBS &amp; sometimes @FOXNews with GOP #DeepState \n\n\n\n\n\n\n\n\n\n\n\n\n\nObama made… \n
4904                                                                                                                                                                 RT @profgalloway: 3) Subterfuge of elections by @facebook has progressed from "Crazy" to "millions" to "hundreds of millions."  How much wo…\n
4905                                                                                                                                       RT @buffalobills: One retweet by you gets LeSean McCoy a @FedEx #AirandGround vote.\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou know what to do: https://t.co/93wdUjsNQv https://t…\n
4906                                                                                                                                                                                     RT @Starbucks: ⚡️ You + Coffee = ❤️ #NationalCoffeeDay #CoffeeLoveCups\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/7bmprw4Vgw\n
4907                                                                                                                                                    First congress of #Syrian peoples will be held in #Russia's #BlackSea  resort of #Sochi on Nov. 18, RIA news agency says — @Reuters  \n\n\n\n\n\n\n#Syria\n
4908                                                                                                                                                                   @Google : "​Our ​investigation ​found ​NO ​evidence ​of ​manipulation ​of ​our ​platform ​or\n\n\n\n\n\n\npolicy (by @rt_com) https://t.co/zaSxQl3pz2\n
4909                                                                                                                                                                     RT @JCCLEARANCE: Check out King Cobra SZ Hyper Steel 4+ Fairway Wood, MRH Aldila HM Stiff Flex Graph/Shaft https://t.co/Uh1oTWW9EQ @eBay\n
4910                                                                                                                                                                          RT @KendonJared: So a fake president can lose his job over sexual assault, but a real president can't? #KevinSpacey @netflix #trump\n
4911                                                                                                                                    RT @Nissan: Embrace the turbulence and enjoy the flight. \n\n\n\n\n\n\n#OMGTR #R35 #NissanGTR\n\n\n\n\n\n\n📷: zuumy\n\n\n\n\n\n\n🚗: kristi_pela https://t.co/jKtNkWMCoX\n
4912                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4913                                                                                                                                                                                             Check out FASHION JEWELRY CHUNKY SHELLS AND BEADS BIB NECKLACE, NEW #Unbranded https://t.co/UwvFROCdVc via @eBay\n
4914                                                                                                                                                                                                   @Tesco Hi, I preordered Call of Duty WWII in August. When will this be dispatched? (release day is Friday)\n
4915                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4916                                                                                                                                       RT @buffalobills: One retweet by you gets LeSean McCoy a @FedEx #AirandGround vote.\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou know what to do: https://t.co/93wdUjsNQv https://t…\n
4917                                                                                                                                                                          Reach More People, Reach the Right People and Grow Your Business with Dynamic Ads (via @facebook Business): https://t.co/psoQdy6YZ8\n
4918                                                                                                                                                                 @AP @FoxNews @MSNBC @ABC @CBSNews @NBCNews @Reuters (4) With ‘all due respect General Kelly, What would the COMPROM… https://t.co/cdyDHsJaLt\n
4919                                                                                                                                                                                             RT @HYPEBEAST: You didn't know you needed these upgraded @Nike VaporMaxes. \n\n\n\n\n\n\nhttps://t.co/zOAajSJFmf\n
4920                                                                                                RT @Batmancanseeyou: Thank you to @ATT \n\n\n\n\n\n\n#JusticeLeague \n\n\n\n\n\n\n#Halloween2017 \n\n\n\n\n\n\n#Batman #TheFlash \n\n\n\n\n\n\n#Aquaman #Cyborg\n\n\n\n\n\n\n#WonderWoman https://t.co/md3px…\n
4921                                                                                                                                      @TMobile I know nothing...\n\n\n\n\n\n\n\n\n\n\n\n\n\n- Jon Snow\n\n\n\n\n\n\n\n\n\n\n\n\n\n#getthanked #halloween #GameofThrones #GOT #JonSnow https://t.co/PjIWHfgHKH\n
4922                                                                                                                                                          Happy Halloween!🎃👻\n\n\n\n\n\n\nHave you seen the @Google #Halloween #GoogleDoodle? It’s so cute! #snahlife \n\n\n\n\n\n\nhttps://t.co/ahMxvKdOqn\n
4923                                                                                                                                                                                Check out Hospital Nurse Call Outlet 1/4" Audio Stereo Keystone Jack Female-Screw Terminal  https://t.co/sIP1BrOMLo via @eBay\n
4924                                                                                                                                                                            RT @Nike: “You could do it. Anyone could do it.” @Mo_Farah https://t.co/4SuOIuArFW #justdoit\n\n\n\n\n\n\nhttps://t.co/N9wMHytF2H\n
4925                                                                                                                                                                         🐶🐱 Read how @LinkAKC, @HelloNuzzle @WhistleLabs, are using @ATT network to provide reliable pet tracking!… https://t.co/eWx1Si6m27\n
4926                                                                                                                                                                                                                RT @m_daneshmand: @BMW always awesome ❤❤❤\n\n\n\n\n\n\n#e46 #M3 #fall https://t.co/zlbS6G02u6\n
4927                                                                                                                                                                                    Check out New Branded Collection Beer Glass "OBOLON.Glenfinnan-Terebovlya", 0.5L, 2015  https://t.co/BM9ZvgtPFi via @eBay\n
4928                                                                                                                                                             RT @Qualcomm: Safer, smarter driving is coming. Together with @ATT, @Ford, &amp; @Nokia, we’ve begun the 1st U.S. tests of #CV2X. https://t.co/…\n
4929                                                                                                                                                                                Check out Painted and fringed denim jacket, size Small #Unbranded #JeanJacket https://t.co/AMYiVnP8Ak via @eBay #denimjackets\n
4930                                                                                                                                                                 @WasteManagement @CityofReno Should note, my charges were dismissed after @Nissan determined my brakes failed after… https://t.co/VliYiBttxc\n
4931                                                                                                                                       RT @AHamiltonSpirit: Here's a video of Trump saying he knows Putin. #TheResistance needs to get this on TV.\n\n\n\n\n\n\n@CNN @maddow @MSNBC @CBS @NBC\n\n\n\n\n\n\nh…\n
4932                                                                                                                                                                     RT @Nike: Lace up and join the fight against AIDS. #onestep4red\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttp://t.co/7hv5jVkqxe http://t.co/dsxjR8cNKF\n
4933                                                                                                                                                             RT @cspan: TODAY: Coverage of @Facebook, @Twitter, @Google &amp; #Russian interference on social media. https://t.co/FMpzTtj7Oy https://t.co/Gj…\n
4934                                                                                                                                                                            RT @TMobile: Happy Halloween! Submit your costume pics with #Thankenstein + #Contest to win a spooky trip to London, plus other… \n
4935                                                                                                                                                                     RT @EarlOfEnough: @Reuters Trump went on to say he, "likes his zones militarized," and zones that aren't militarized, "are weak losers."\n
4936                                                                                                                                                    RT @Nike: Life isn’t about finding your limits. It’s about realizing you have none. https://t.co/4SuOIuArFW #justdoit\n\n\n\n\n\n\nhttps://t.co/nyoepePr…\n
4937                                                                                                                                                                            RT @TMobile: Happy Halloween! Submit your costume pics with #Thankenstein + #Contest to win a spooky trip to London, plus other… \n
4938                                                                                                                                                    RT @Nike: “Pressure could either burst pipes or create diamonds, and I had to make the choice.” @UgHLyDuCkLiN #justdoit\n\n\n\n\n\n\nhttps://t.co/hrRML4…\n
4939                                                                                                                                                                          Check out Pre-Owned 113 Piece Art Studio by Battat Paint, Pastels, Pencils In Wooden Case #Battat https://t.co/BUfpIJpvu4 via @eBay\n
4940                                                                                                                                                                                                                                                          RT @Nike: .@nba, you ready? https://t.co/0aiarISM8O\n
4941                                                                                                                                                                                                    Sprawdź HANDMADE BABY CROCHET TRAINERS AND HAT,FIRST SHOES,LACES,WHITE GREY https://t.co/xDHINHQoFl @eBay\n
4942                                                                                                                                    @Ste_Haw @_emil @Apple setInterval( function() {\n\n\n\n\n\n\n if ($(iphone_model).is(&lt;8)) {\n\n\n\n\n\n\n    $(iphone).cpuPower( $(iphone).c… https://t.co/xrqMWP1FWu\n
4943                                                                                                                                                                 RT @VIZMedia: The October Anime Sale at @Walmart ends today. Shop VIZ titles like #DeathNote and #KProject, then share your haul with hasht…\n
4944                                                                                                                                                                                                      @Reuters Congress should outlaw all lobbying.  Seems like a lot of corruption, ie  payoffs of Congress.\n
4945                                                                                                                                                                                             RT @MLS: Seba. Free kick. 💰\n\n\n\n\n\n\n\n\n\n\n\n\n\n#NYvTOR // @Audi #MLSCupPlayoffs https://t.co/VELsGxQfUb\n
4946                                                                                                                                                                                     RT @mrdoryan: Please, do it for us, for all the world @netflix please #GiveSense8Season3 #Sense8 https://t.co/7oaM3Hvbhf\n
4947                                                                                                                                                                                          @TMobile I went as Bond from Spectre, how much more London is that?! #Thankenstein #Contest https://t.co/fikaRGzZZX\n
4948                                                                                                                                       RT @buffalobills: One retweet by you gets LeSean McCoy a @FedEx #AirandGround vote.\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou know what to do: https://t.co/93wdUjsNQv https://t…\n
4949                                                                                                                                       RT @buffalobills: One retweet by you gets LeSean McCoy a @FedEx #AirandGround vote.\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou know what to do: https://t.co/93wdUjsNQv https://t…\n
4950                                                                                                                                                                            RT @BP_plc: 📹 We're proud to be part of the #OGCI, which is committed to the direction set out by the Paris Climate Agreement.… \n
4951                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4952                                                                                                                                                 RT @TMobile: Tweet and RT with #HR4HR all World Series and we’ll donate $2 to @TeamRubicon for hurricane recovery.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's keep i… \n
4953                                                                                                                                                                                  RT @Nissan: On my way to steal your candy. 🍭 \n\n\n\n\n\n\n#HappyHalloween\n\n\n\n\n\n\n📷: kc_wgs https://t.co/Z5ShlALkv7\n
4954                                                                                                                                              RT @Starbucks: G🌺🌼d feels g🍑🍓d.\n\n\n\n\n\n\n\n\n\n\n\n\n\nNew Teavana Shaken Iced Tea Infusions, made with freshly steeped fruit &amp; botanical blends.… \n
4955                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
4956                                                                                                                                                                                             I don’t have a @Tesco club card so don’t get points off what I buy, could I donate points to #foodbank charity ?\n
4957                                                                                                                                                                RT @citrusbyte: Join us Nov 29-30 at the @iottechexpo &amp; learn about our custom #IoT solutions for clients like @ATT, @intel, @ups &amp;… \n
4958                                                                                                                                                                                                     RT @Nike: 'The End' is just something they put on movies. #justdoit\n\n\n\n\n\n\nhttps://t.co/eoYmSlyb7T\n
4959                                                                                                                                                                                     RT @fool15982: @mhzhao @SwiftOnSecurity @Google Go to the cloud, they said!\n\n\n\n\n\n\nIts way more secure, they said!\n
4960                                                                                                                                                    RT @Nike: “I knew from the day I taught her to cartwheel, she was gonna be something.” https://t.co/4SuOIuArFW #justdoit\n\n\n\n\n\n\nhttps://t.co/iOnpZ…\n
4961                                                                                                                                 RT @USMGoldenEagles: Flying high!\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe Golden Eagles are now part of the @adidas family. 👟💪\n\n\n\n\n\n\nFull details: https://t.co/0n4mD5vTtl… \n
4962                                                                                                                  RT @AmericanVoterUS: Propaganda is coming from WITHIN \n\n\n\n\n\n\n\n\n\n\n\n\n\n@CNN @ABC @NBC @CBS &amp; sometimes @FOXNews with GOP #DeepState \n\n\n\n\n\n\n\n\n\n\n\n\n\nObama made… \n
4963                                                                                                                                                                                  RT @Nissan: On my way to steal your candy. 🍭 \n\n\n\n\n\n\n#HappyHalloween\n\n\n\n\n\n\n📷: kc_wgs https://t.co/Z5ShlALkv7\n
4964                                                                                                                                                                            RT @TMobile: Happy Halloween! Submit your costume pics with #Thankenstein + #Contest to win a spooky trip to London, plus other… \n
4965                                                                                                             RT @TaylorPrice: Sum up your feelings on Jimmy G trade in GIF form.\n\n\n\n\n\n\n\n\n\n\n\n\n\nI'll go first.\n\n\n\n\n\n\n\n\n\n\n\n\n\nThis thread is not sponsored by @pepsi. https://t.co/T…\n
4966                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
4967                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
4968                                                                                                                                                                                                                    Hey @amazon, #Newark is ready for yah! Hit that follow on @yesnewark y'all! #AmazonNewark\n
4969                                                                                                                                                                     @TMobile We’re both T-Mobile users on the same plan, so we thought we’d enter and give it a shot. #Thankenstein… https://t.co/Lq2oC5BAID\n
4970                                                                                                                                                                            RT @riccialexis: {Dear @Starbucks, You Can Do Better.} A letter to whoever created the #Arkansas 2017 Local Collection Tumbler.… \n
4971                                                                                                                                                                                                          RT @Reuters: Assad sets sights on Kurdish areas, risking new Syria conflict https://t.co/nPup9vq84r\n
4972                                                                                                                                                                            RT @BP_plc: 📹 We're proud to be part of the #OGCI, which is committed to the direction set out by the Paris Climate Agreement.… \n
4973                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4974                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4975                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4976                                                                                                                                                                       RT @mnottingham: Now @HSBC say #Brexit mucking them about. They may only move 100s of jobs from London not 1,000s. That's still £mil… \n
4977                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4978                                                                                                                                                             RT @cspan: TODAY: Coverage of @Facebook, @Twitter, @Google &amp; #Russian interference on social media. https://t.co/FMpzTtj7Oy https://t.co/Gj…\n
4979                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4980                                                                                 RT @Nike: 5k: 14:14\n\n\n\n\n\n\n10k: 28:21\n\n\n\n\n\n\n15k: 42:34\n\n\n\n\n\n\n20k: 56:49\n\n\n\n\n\n\n25k: 1:11:03\n\n\n\n\n\n\n\n\n\n\n\n\n\n@EliudKipchoge staying right on pace.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Breaking2\n
4981                                                                                                                                                                                       RT @BioDivLibrary: Re: @Google, #dinosaurs are this year's 10th most-popular costume. Have a dino-tastic #Halloween!… \n
4982                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4983                                                                                                                                                                       RT @mnottingham: Now @HSBC say #Brexit mucking them about. They may only move 100s of jobs from London not 1,000s. That's still £mil… \n
4984                                                                                                                                                                    I’m actually updating my iPhone to #iOS 11.1 , thanks @Apple for treating us hope it’s not a trick! #HappyHalloween #HappyHalloween2017 .\n
4985                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4986                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
4987                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
4988                                                                                                                                                                   A chance to win a $62,000 video editing workstation? Don’t mind if I do. Thanks @Frame_io and @Adobe #dreamstation https://t.co/JhPNZEQIPl\n
4989                                                                                                                                                                                                   Check out Doll Rainbow Brite 2016 Hallmark NWT Fantastic Condition 17" Plush https://t.co/t95sq7cYm5 @eBay\n
4990                                                                                                                                                                             RT @AmericanExpress: #HappyHalloween to all the skeletons, ghouls, werewolves, witches and mere mortals! https://t.co/WtjMSvJMAS\n
4991                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4992                                                                                                                                                                                Check out Unusual Ring, Amethyst and Citrine Gemstones in a Stamped 925 Silver Ring Sz 6.5  https://t.co/DrFZtlON2m via @eBay\n
4993                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4994                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4995                                                                                                                                 RT @USMGoldenEagles: Flying high!\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe Golden Eagles are now part of the @adidas family. 👟💪\n\n\n\n\n\n\nFull details: https://t.co/0n4mD5vTtl… \n
4996                                                                                                                                                                            Dear @techradar Please educate your writers before they embarrass you. @Apple do not make screens, at all https://t.co/PO1tmkTQLW\n
4997                                                                                                                                                                         @RyanKehoe15 @Reuters Yup, PR IS a wreck due to leftist leadership. Now they need U.S companies to help but not pay, why would they?\n
4998                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4999                                                                                                                                                                                  RT @Nissan: On my way to steal your candy. 🍭 \n\n\n\n\n\n\n#HappyHalloween\n\n\n\n\n\n\n📷: kc_wgs https://t.co/Z5ShlALkv7\n
5000                                                                                                                                                                                       RT @Nike: Introducing the Nike Therma Flex Showtime Warm-up Jacket.\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/IYxXMP95Xb\n
5001                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
5002                                                                                                                                                                                                               @SleepyJirachi @amazon Yes, however space shipping works off venus days rather than earth days\n
5003                                                                                                                                                                                                Check out German Scrap Santa 1984 Merrimack Publ. Corp ,Christmas Ornament  https://t.co/D2UogH9rko via @eBay\n
5004                                                                                                                                                                            RT @TMobile: Happy Halloween! Submit your costume pics with #Thankenstein + #Contest to win a spooky trip to London, plus other… \n
5005                                                                                                                                     RT @Google: First things first @dpid’s the name\n\n\n\n\n\n\nUsin’ VR to change the monster game\n\n\n\n\n\n\nGot 🍬 to conquer, just like W. Wonka\n\n\n\n\n\n\nAggh,… \n
5006                                                                                                                                                                 RT @WilsonHasbany: #IBM Spirit! @IBM \n\n\n\n\n\n\nA Ghost Chat... Happy Halloween 🎃 \n\n\n\n\n\n\n@ctremblayloggos https://t.co/IO8ewzYfhK\n
5007                                                                                                                                                                            Just saw this on Amazon: Ella OA2660F-R Lounger 26' W x 60' L Acryli... by Ella for $3,998.07 https://t.co/LDIRp3OyFb via @amazon\n
5008                                                                                                                                                                 @UPS you guys have to chill out with this banging on my door and throwing my packages, the get out challenge has been played out for a while\n
5009                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
5010                                                                                                                                                                 @nekrtemplar @codiemTU @Starbucks I "invented" a hydro-powered engine (I was a nerd, even then) and I prototyped it… https://t.co/eYPre74bBe\n
5011                                                                                                                                                           RT @Nike: Still KD: Through the Noise\n\n\n\n\n\n\n \n\n\n\n\n\n\nWatch the full documentary here: https://t.co/VBUXiRpRQC https://t.co/bkgkHPwjxw\n
5012                                                                                                                                                                             RT @Reuters: German police arrest Syrian suspect, avert 'major terrorist attack' https://t.co/ZCz1G1p0ih https://t.co/RQfaZ9ocwY\n
5013                                                                                                                                                                             RT @Reuters: Since 2004, Reuters found more than 2,357 body parts obtained by brokers in U.S. have been misused or desecrated:… \n
5014                                                                                                                                                                                         @freespeech1982 @Reuters Democrats lol, sure they are doing something unlike trump throwing toilet paper into people\n
5015                                                                                                                                           RT @Nike: Can you run the 100m in :17?\n\n\n\n\n\n\nHow about 422 times in a row?\n\n\n\n\n\n\nWe know three athletes about to. #Breaking2 https://t.co/nd4BxYjtoP\n
5016                                                                                                                                                                                       RT @Nike: #NikeLab presents: The Vision-AIRS. Go behind the design with famed industrial designer Marc Newson, whose… \n
5017                                                                                                                                                                           RT @Reuters: Watch: Carbon dioxide levels grew at a record pace in 2016 to levels not seen for millions of years, the U.N. says.… \n
5018                                                                                                                                                                                       @BeerdHead @Reuters 2008 and that's my point - petrol won't ever be priced in bitcoin, way too volatile - it can't be.\n
5019                                                                                                                                                             RT @cspan: TODAY: Coverage of @Facebook, @Twitter, @Google &amp; #Russian interference on social media. https://t.co/FMpzTtj7Oy https://t.co/Gj…\n
5020                                                                                                                                                                                                                                                      @TMobile Hey, why does my iphone x pre order cancelled?\n
5021                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
5022                                                                                                 RT @Nike: Proof there's nothing to prove.\n\n\n\n\n\n\n\n\n\n\n\n\n\n3 New York titles.\n\n\n\n\n\n\n16 majors won.\n\n\n\n\n\n\nStill number 1.\n\n\n\n\n\n\n@RafaelNadal #JustDoIt https://t.co/yWkYOzXe0D\n
5023                                                                                                                   RT @NYCosmos: Sundays are for the #NYCosmos.\n\n\n\n\n\n\n\n\n\n\n\n\n\n📺 Semi-final on the big screen.\n\n\n\n\n\n\n🍺 Round on @Heineken.\n\n\n\n\n\n\n💚 Wear Cosmos swag for $4 Dri… \n
5024                                                                                                                                                     RT @Nike: Define the future. \n\n\n\n\n\n\nMake Parkinson's disease history.\n\n\n\n\n\n\nThis is your last chance to enter The Draw for the #NikeMag:… \n
5025                                                                                                                                                                                                        Production on "House of Cards" is on hold "until further notice," according to a tweet from @netflix.\n
5026                                                                                                                                                                     UPDATE: @netflix has suspended production on the final season of #houseofcards until further notice\n\n\n\n\n\n\nhttps://t.co/ov9JiqCjDc\n
5027                                                                                                                  RT @AmericanVoterUS: Propaganda is coming from WITHIN \n\n\n\n\n\n\n\n\n\n\n\n\n\n@CNN @ABC @NBC @CBS &amp; sometimes @FOXNews with GOP #DeepState \n\n\n\n\n\n\n\n\n\n\n\n\n\nObama made… \n
5028                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
5029                                                                                                                                          RT @Nike: What will they say about you?\n\n\n\n\n\n\nMaybe they'll say you showed them what was possible.\n\n\n\n\n\n\n#believeinmore #nike https://t.co/rqn24qpDsn\n
5030                                                                                                                          RT @Nike: You made Hayward home.\n\n\n\n\n\n\nYou lifted each other up in London.\n\n\n\n\n\n\nYou realized dreams in Rio.\n\n\n\n\n\n\nYou won the world over.\n\n\n\n\n\n\nToge… \n
5031                                                                                                                                                                            RT @Nike: “You could do it. Anyone could do it.” @Mo_Farah https://t.co/4SuOIuArFW #justdoit\n\n\n\n\n\n\nhttps://t.co/N9wMHytF2H\n
5032                                                                                                                                                                       Kudos to @IBM for expanding its #paidleave policy for new parents, but offering equal lengths of leave is key. https://t.co/BOHto19hre\n
5033                                                                                                                                                                                                                            @renalds_angela @Reuters I guess I wanted to believe it was not.....alas, it was.\n
5034                                                                                                                                                                 RT @albertemartinez: Prior to hearings w/ @Google, @Facebook and @Twitter, read always smart @lanheechen on where focus should be: https://…\n
5035                                                                                                                                                       Check out this Pathway Multi Color Bulbs String Lights Holiday Home Yard Decor (Set of 10)  https://t.co/G1dzyoUrYG via @eBay\n\n\n\n\n\n\n#BulbsDecor\n
5036                                                                                                                                                                                                         Check out 101 Dalmatians - Live Action (DVD, 2001, Bonus Footage)  https://t.co/bmXYahDSvL via @eBay\n
5037                                                                                                                                                                      RT @Valeria_Watt: @patronsaintofca @Tesco I specifically purchase items with a Scots’ origin sticker, this is a retrograde step, I th… \n
5038                                                                                                                                                                                                                                                 The Black Hole @Disney \n\n\n\n\n\n\nhttps://t.co/2QtY6blnYO\n
5039                                                                                                                                                                                                       RT @Nike: If we can be equals in sport, we can be equals everywhere. #EQUALITY https://t.co/ki5NaJN12d\n
5040                                                                                                                                                                                     RT @Nike: “When I see how dedicated she is, it humbles me.”\n\n\n\n\n\n\n@Simone_Biles #justdoit https://t.co/0AOi5G6nq5\n
5041                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
5042                                                                                                                                                    RT @NewsHour: WATCH LIVE: Facebook, @Twitter and @Google face Congress to discuss social media and the 2016 election #TechHearings\n\n\n\n\n\n\nhttps://…\n
5043                                                                                                                                                                                RT @Google: Squad ghouls! Making a kitty-cameo in this year's #Halloween #GoogleDoodle, it's the star of last year's, Momo!… \n
5044                                                                                                                                                        @netflix how could you be so cruel and take Family Guy off Netflix. \n\n\n\n\n\n\n\n\n\n\n\n\n\nYou're breaking my heart man, your breaking my heart.\n
5045                                                                                                                                                                                                      @iSparkHappiness @dr_poe We Bleed Orange! Sounds a little scary, at  @HomeDepot https://t.co/wF5lfpe1Ry\n
5046                                                                                                                                                                 @mayor_anderson @BBCNWT Obesity can't be blamed on @CocaCola it's like anything, in moderation it's fine. It's down… https://t.co/hlWn1jIIXV\n
5047                                                                                                                                                                        RT @InfoNebeus: Big Thank You to our team at @Google who help us with building up our ad campaign, their team partners with a selec… \n
5048                                                                                                                                                                      RT @JohnDeere: Pumpkin patches, apple fritters &amp; tractor rides. What’s your favorite fall tradition? Reply using #OkDeere. Terms:… \n
5049                                                                                                                                                                          Check out Greenlee 843 Site Rite Aluminum Hand Bender Head For 1-1/4" EMT And 1" Rigid  #GREENLEE https://t.co/LR3Io28Tso via @eBay\n
5050                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
5051                                                                                                                                                                            RT @starwars: We explore real-life robotic limbs that are helping people in this episode of #ScienceAndStarWars, with @IBM. #ad… \n
5052                                                                                                                                                                     RT @Jason: @facebook 2/Facebook has taken far 100x the effort to neuter competitors &amp; partners like Path, Snapchat, Zynga &amp; Pa… \n
5053                                                                                                                                                 RT @TMobile: All your posts, replies, RTs, and QTs with #HR4HR this @MLB Postseason donate $2 to @TeamRubicon.\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet those thumbs… \n
5054                                                                                                                          RT @NFL: Vote for the @FedEx Air Player of the Week!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet player's name + #AirAndGround:\n\n\n\n\n\n\nWilson. Stafford. Watson. https://t.co/syjj0Agdcy\n
5055                                                                                                                                                      @netflix It's absolutely insulting to the other cast &amp; crew,&amp; the THE FANS to do this! Just kill Francis off, &amp; K.… https://t.co/1I9OWqdUGI\n
5056                                                                                                         RT @ToyotaCenter: #TCScavengerHunt\n\n\n\n\n\n\n📍 @ATT Sawyer Heights\n\n\n\n\n\n\n🎟 Win @WWE RAW Tickets!\n\n\n\n\n\n\n👋🏻 Be the first to ask for Marc\n\n\n\n\n\n\n🔜 Ready.....GO! https://t.…\n
5057                                                                                                                                                                             RT @DealHunter122: Check out 2000 Pontiac Sunfire Airbox,Tubes, Clamps,  2200, also Cavalier, used https://t.co/3WESFa3KlQ @eBay\n
5058                                                                                                                                                                 @hm @hmunitedkingdom what it would be like to work in that environment. perhaps, you should consider taking all tho… https://t.co/N0jAvUyr6E\n
5059                                                                                                                                                                   Candice Bennatt Law, LLC ⚖️ is on @Google 🙌🏽 \n\n\n\n\n\n\n#law #lawyer #followyourNOLA #NewOrleans #legalService https://t.co/8xDLqlgNVW\n
5060                                                                                                                                                                                        RT @Reuters: iPhone X is best yet and FaceID works, mostly: reviewers https://t.co/pkhb60CVD1 https://t.co/DLijdffqIz\n
5061                                                                                                                                                                 @InvestigateRU @ChuckGrassley @facebook I'd like to know what Grassley's doing about it, especially since what we s… https://t.co/4ac1pt7dsG\n
5062                                                                                                                                                                RT @57Veronica: @pscoordsen13 @netflix Great #TuesdayThoughts! Glowy eyes beast &amp; #BatBTrickaBoo &amp; Beauty and the Beast, let's cele… \n
5063                                                                                                                                                                         RT @Adobe: Designing for action, not reaction. Learn how @UXForGood uses innovation &amp; creativity to help solve social problems… \n
5064                                                                                                                                                    Check out this Shatterproof Hand Painted Ornaments in Gold Christmas Tree Decor (12-Count)  https://t.co/YDZhzxBzIo via @eBay\n\n\n\n\n\n\n#GoldOrnaments\n
5065                                                                                                                                                                 @mzeglevski @AlexWhitcomb @birdiealways @RealRobinWright @netflix Hmmmm..."real life" in the @WhiteHouse jumped the… https://t.co/iOP4xpfm8s\n
5066                                                                                                                                                            Punisher's kill methods vol. 546.\n\n\n\n\n\n\n#ThePunisher #Punisher #FrankCastle  @netflixturkiye @ThePunisher @netflix https://t.co/29G63WGKRX\n
5067                                                                                                                                                                                RT @Reuters: Shopify's earnings beat fails to reassure investors, shares drop https://t.co/jpVqgVKIBj https://t.co/QM5ePnwq05\n
5068                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
5069                                                                                                                                                                                         Bloomfield Aviator Sunglasses Glass lenses for men and women BFAG (Havana, 62... https://t.co/jht9i90yeN via @amazon\n
5070                                                                                                                                                                 @Apple , why the hell would a dick pic i took last night show up when i cascade all my apps on the double press of home button? Do something\n
5071                                                                                                                                                                                                                      Check out Time Bandits (Blu-ray, 2013) 2k-resolution  https://t.co/TBCEaI2uw5 via @eBay\n
5072                                                                                                                                                                                                     PUT SABRINA THE TEENAGE WITCH ON @netflix AS A HALLOWEEN PRESENT. \n\n\n\n\n\n\n\n\n\n\n\n\n\nTHANK YOU.\n
5073                                                                                                                                                                                                                 Oklahoma Treasures : World's Biggest @McDonalds in Vinita, Oklahoma. https://t.co/0O9fFKzdyu\n
5074                                                                                                                                                                                              @TMobile If I could fly to London with these wings, I wouldn't be entering this contest! #Thankenstein #Contest\n
5075                                                                                                                                                                                                   RT @mcdonaldsindia: Okay, @Apple  and @Google, let’s end the debate.  #BurgerEmoji https://t.co/tzRZJOYYQH\n
5076                                                                                                                                                                 @GoldmanSachs Starting to think Goldman is shilling for China. Yes, the US has its issues, but china has more and l… https://t.co/WczwEHeCBx\n
5077                                                                                                                                                             RT @bogielv: @netflix Cards cancelled. No proof, witch hunt. 3rd rate actor getting his name in the news.  Hope Spacey sues you &amp; him, Netf…\n
5078                                                                                                                                                       @Google looks to improve video meetings with its new four-piece tech package\n\n\n\n\n\n\nhttps://t.co/NZoepg6N0q\n\n\n\n\n\n\n#futureofwork #meetings\n
5079                                                                                                                                                                            Learn what @amazon has planned next, as the company eyes more expansion throughout the #retail industry:… https://t.co/LtOBbprsoi\n
5080                                                                                                                                                                Join @MerkleCRM's @MatthewCMobley w/ @AmericanExpress, @DCNorg &amp; @iab at #ATNY17 11/2 at 10:45am. Panel details:… https://t.co/Qexl5pdKGM\n
5081                                                                                                                                                             RT @Jason: If @facebook wants us to trust them, we need to see these divisive ads &amp; how they were targeted. They are giving zero examples—l…\n
5082                                                                                                                                                                   RT @Disney: Quiz: You're in Asgard. Can You Become Thor's BFF?\n\n\n\n\n\n\n https://t.co/YLbVNsgZP4 #ThorRagnarok https://t.co/tlnzhRn1gv\n
5083                                                                                                                                                                                                                                                                @Waiting4U65 @TMobile Yup, its all trash now.\n
5084                                                                                                                                                                            RT @starwars: We explore real-life robotic limbs that are helping people in this episode of #ScienceAndStarWars, with @IBM. #ad… \n
5085                                                                                                                                       RT @AHamiltonSpirit: Here's a video of Trump saying he knows Putin. #TheResistance needs to get this on TV.\n\n\n\n\n\n\n@CNN @maddow @MSNBC @CBS @NBC\n\n\n\n\n\n\nh…\n
5086                                                                                                                                                                                 @Reuters State income tax deduction, isn't that just being subsidized by not paying federal taxes?. Advantage big tax states\n
5087                                                                                                                                                                                                       RT @Reuters: Police investigate reported vehicle strike, shooting in Manhattan https://t.co/oPVYbsObeJ\n
5088                                                                                                                                                                                         Check out Vintage France Postcards 1900s RPPC Lot of 4 Hendaye,Bordeaux,Lorraine   https://t.co/lGetmoyfWz via @eBay\n
5089                                                                                                                                          RT @Alt_Spicerlies: WHOA @SenatorLeahy literally set the trap for Facebook. \n\n\n\n\n\n\nThese are ads his staff pulled TODAY from @facebook \n\n\n\n\n\n\nNow t… \n
5090                                                                                                                                                                 RT @Reuters: JUST IN: Several killed, many injured after vehicle drove onto pedestrian and bike path: New York City police https://t.co/fwM…\n
5091                                                                                                                                                                                RT @DancingHotdogs: Today is the last day to enter, hurry before Halloween ends!! #steamteam @netflix https://t.co/ZoqiItd5NB\n
5092                                                                                                                                                                                                                                  RT @Disney: Poor, unfortunate ghouls! 🐙 #Halloween https://t.co/HMdThTa66p\n
5093                                                                                                                                                                 RT @Reuters: JUST IN: Several killed, many injured after vehicle drove onto pedestrian and bike path: New York City police https://t.co/fwM…\n
5094                                                                                                                                         Cozy Crime Fiction Trilogy: BOUNTY, BUSTED, BURDEN by Susan Swain https://t.co/vZVC8bpCv1 via @amazon #CozyMystery\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet it before they do!\n
5095                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/ftADgpZNGi\n
5096                                                                                                                                                                                                   RT @Roberts_Rules: Temp fix for @Apple keyboard issue \n\n\n\n\n\n\nYou’re welcome https://t.co/rPbeQ3QREC\n
5097                                                                                                                                                                 $18\n\n\n\n\n\n\nSeven for All Mankind\n\n\n\n\n\n\n#jeans #designer #sale #denim #promotion\n\n\n\n\n\n\n https://t.co/oOgFmketWT via @eBay\n
5098                                                                                                                                RT @WeSupport45: Terrorist Attack in Lower Manhattan!\n\n\n\n\n\n\nTruck Kills several bicyclists with @HomeDepot truck on Bike Path\n\n\n\n\n\n\n#RETWEET\n\n\n\n\n\n\nJoi… \n
5099                                                                                                                                                                       RT @AmbleOutdoorsUS: SUP, Surfboard Storage Cradles, 1 pair, by Seattle Sports .. New #SeattleSports https://t.co/x65CZNpPIn via @eBay\n
5100                                                                                                                                                                                                  @jamietworkowski @LBurke0213 @Starbucks Funny. When I think of a cut throat I think of murder, not suicide.\n
5101                                                                                                                                                                                                Check out Celtic Rebels with the treble, oil paint effect print or canvas print https://t.co/nYNKSI8ZWk @eBay\n
5102                                                                                                                                                                 @Reuters Who'll be left to work on needs of country- disaster relief/rebuilding from hurricanes/fires, infrastructu… https://t.co/Wf6pOwMn9S\n
5103                                                                                                                                                                 RT @EbonyDominique: @TMobile Hufflepuff, I think! #Thankenstein #Contest #Halloween #HappyHalloween #HufflepuffPride #Hufflepuff https://t.…\n
5104                                                                                                                                                                 RT @Reuters: Tomorrow in ‘The Body Trade,’ Reuters examines the cold case of an unidentified head. Help solve the mystery. https://t.co/VMa…\n
5105                                                                                                                                                                     RT @recipespantry: I made a tasty Fennel Shakshuka using my Go Cook, exclusively at @Tesco, pot - https://t.co/5GvSxztrN3 #MyTescoHome… \n
5106                                                                                                                                                                            Check out 1 pcs 30" FJ CRUISER Vinyl Hood Decals Sticker Graphics for Toyota FJ Cruiser #Oracal https://t.co/WnYLuWkdrC via @eBay\n
5107                                                                                                                                                                                RT @Reuters: Britain accelerates Brexit plans, divorce talks also to speed up https://t.co/Star15afX3 https://t.co/5QNI3ksvWB\n
5108                                                                                                                          RT @NFL: Vote for the @FedEx Air Player of the Week!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet player's name + #AirAndGround:\n\n\n\n\n\n\nWilson. Stafford. Watson. https://t.co/syjj0Agdcy\n
5109                                                                                                                                                                                                                    @TMobile #Thankenstein #Contest Better out than in, I always say! https://t.co/Tpaid4hVI7\n
5110                                                                                                                                                                                                                    @TMobile #Thankenstein #Contest Better out than in, I always say! https://t.co/Tpaid4hVI7\n
5111                                                                                                                                                                                             RT @Honda: It’s all treats, no tricks in the Civic Type R. Happy #Halloween, Honda fans! https://t.co/gqC9T61JvC\n
5112                                                                                                                                 RT @WeSupport45: Terrorist waving guns Yells Allah Akbar in Manhattan\n\n\n\n\n\n\nKills 6+ with Rented @HomeDepot truck\n\n\n\n\n\n\n#RETWEET\n\n\n\n\n\n\nUpdates coming… \n
5113                                                                                                                                         RT @Elizabeth_Ann_M: #SaveMajorCrimes because James Duff can give you all this and more  \n\n\n\n\n\n\n@CBS @AllAccessCBS @CBSTweet @amazon \n\n\n\n\n\n\n10M view… \n
5114                                                                                                                                                                                  Check out Santa Claus Paper Mache Wearing Pajamas Reindeer Slippers 10" High Bell on Hat  https://t.co/i0ZPQypSkw via @eBay\n
5115                                                                                                                                 RT @WeSupport45: Terrorist waving gun Yells Allahu Akbar in Manhattan\n\n\n\n\n\n\nKills 6+ with Rented @HomeDepot truck\n\n\n\n\n\n\n#RETWEET\n\n\n\n\n\n\nUpdates coming… \n
5116                                                                                                                                                                                                        AQ AMERICAN QUILTER MAGAZINE - Winter 1992 - Volume VIII, Number 4  https://t.co/34fCaR9iS9 via @eBay\n
5117                                                                                                                                                                                               RT @dwnews: Despite setbacks, @Ryanair reports rise in profits https://t.co/woLSh5mA3S https://t.co/8OBlKkMvOX\n
5118                                                                                                                                                             RT @MrKyruer: @NYPD @NYPDnews @ABC @MSNBC @CBS @CNN @AFP @CruickshankPaul #Breaking #NewYork #Manhattan\n\n\n\n\n\n\nPics made by Isis for the… \n
5119                                                                                                                                                              @TMobile Lorraine - Honey! What's wrong?\n\n\n\n\n\n\nDaughter - Mom! Who's that?\n\n\n\n\n\n\n#thankenstein + #contest https://t.co/Gw6e7vDZMD\n
5120                                                                                                                                                                           RT @Reuters: BREAKING: New York City mayor says eight dead, dozen more injured, 'This was a particularly cowardly act of terror'… \n
5121                                                                                                                                                                           RT @Reuters: BREAKING: New York City mayor says eight dead, dozen more injured, 'This was a particularly cowardly act of terror'… \n
5122                                                                                                                          RT @plhurst20: Please retweet to vote for @Budda03\n\n\n\n\n\n\n@FedEx @Ravens @NFL #AirandGround #Collins \n\n\n\n\n\n\n#AirandGround #Collins \n\n\n\n\n\n\n#AirandGround #Colli…\n
5123                                                                                                                                                                                    RT @hm: Pay homage to the 90's in the new club-kid classics: glowing neon hues, sequinned tops and oversized outerwear.… \n
5124                                                                                                                                                                                                        Happy Halloween to all!  Great #GoogleDoodle courtesy of @Google\n\n\n\n\n\n\nhttps://t.co/lenzFRevzM\n
5125                                                                                                                                                                                             Check out Dick Miles: The Last Goodbye / Candle Lighted World, / Capitol 2113  https://t.co/aczVkvHaOJ via @eBay\n
5126                                                                                                                                                                                             Check out Dick Miles: The Last Goodbye / Candle Lighted World, / Capitol 2113  https://t.co/aczVkvHaOJ via @eBay\n
5127                                                                                                                  RT @AmericanVoterUS: Propaganda is coming from WITHIN \n\n\n\n\n\n\n\n\n\n\n\n\n\n@CNN @ABC @NBC @CBS &amp; sometimes @FOXNews with GOP #DeepState \n\n\n\n\n\n\n\n\n\n\n\n\n\nObama made… \n
5128                                                                                                                                                                 RT @Reuters: MORE: NYPD says driver hit school bus, injuring two children and two adults on board https://t.co/wsQHt9Qldy https://t.co/tUuN…\n
5129                                                                                                                                                                            @OpenSecretsDC Instead of resources to fix their problems, @WellsFargo spends $600K to hire DC lobbying firm to ease supervision.\n
5130                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/HQVZnTHrly\n
5131                                                                                                                                                                                      RT @WhitecapsFC: A city united #ForVancouver\n\n\n\n\n\n\n\n\n\n\n\n\n\n| @Audi #MLSCupPlayoffs https://t.co/GVUGAJW7LH\n
5132                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
5133                                                                                                                                                                                                  HUNDREDS of people were employed by this production! Please reconsider, @netflix. ❤️ https://t.co/Go243nd4dc\n
5134                                                                                                                                                                       RT @walkerdude1: @CBS Pls #savemajorcrimes.  CBS would be a perfect home.  There could be crossovers with, @NCIS, SWAT.  We have a h… \n
5135                                                                                                                                                                             RT @cher221: How great would it be to have another great drama with a built-in audience on your schedule, @CBS? #savemajorcrimes\n
5136                                                                                                                                                                                     Bid now! China Pearl  "CASUALS"  Apple Pattern Dinnerware Coffee Cup Mug   #ChinaPearl https://t.co/9fL9oLsRoz via @eBay\n
5137                                                                                                                                                                    RT @Public_Citizen: By giving @exxonmobil a slap on the wrist, feds tell #polluters, ‘don’t worry about enforcement in the Trump admini… \n
5138                                                                                                                                                                 Kudos once again to @Tesco! After my compliments re. their driver, they contacted me for further details so they cld pass on to his manager.\n
5139                                                                                                                                                    RT @Splatland: Summer Girl: A Novel by Linda Watkins Does first love, true love, ever really die?\n\n\n\n\n\n\nhttps://t.co/orvPGFgMlF via @amazon #Comi…\n
5140                                                                                                                                                    RT @Splatland: Summer Girl: A Novel by Linda Watkins Does first love, true love, ever really die?\n\n\n\n\n\n\nhttps://t.co/orvPGFgMlF via @amazon #Comi…\n
5141                                                                                                                                                                            Happy Halloween! Today's @Google Doodle is all about Jinx, the lonely ghost. https://t.co/rxUl0d6a39 via… https://t.co/EhPCT2gIS7\n
5142                                                                                                                                                         RT @chinchillame: #Oil rally looks set to run into 2018 if #OPEC extends output limits - @Reuters poll\n\n\n\n\n\n\n#Brent #WTI #OPEC #OOTT #shale… \n
5143                                                                                                                                                RT @PrizeSquad: FOLLOW &amp; RETWEET TO #WIN THIS @Apple iPad Mini 4 Gold, 128GB! \n\n\n\n\n\n\n(Wi-Fi + Cellular) Ends: 22/11/17\n\n\n\n\n\n\n#COMPETITION… \n
5144                                                                                                                                                                                                    RT @McDonalds: A Happy Halloween, indeed. $1 Any Size Fanta Orange at McDonald's. https://t.co/1hwauwwqhG\n
5145                                                                                                     RT @musicalcasualty: @netflix Eleven took the route 422 bus to go find her sister\n\n\n\n\n\n\n\n\n\n\n\n\n\n4\n\n\n\n\n\n\n+\n\n\n\n\n\n\n2\n\n\n\n\n\n\n+\n\n\n\n\n\n\n2\n\n\n\n\n\n\n=\n\n\n\n\n\n\n8\n
5146                                                                                                                                                                           RT @Reuters: MORE: NYPD says driver was 29-year-old male armed with paintball gun and pellet gun, was shot in abdomen by officer… \n
5147                                                                                                                                                                                                     RT @ThrowbackAds: "Don't settle for walking." - @Honda featuring Lou Reed (1985) https://t.co/cyTUcQteBf\n
5148                                                                                                                                                                         Check out Snow White Madame Alexander Doll 15" Comes With Original Box #1555 #AlexanderDollCompany https://t.co/vXptT11eRg via @eBay\n
5149                                                                                                                                                                                                            didn't even ASK FOR A PASSWORD.  i guess "remember me" is good enough to spend MY MONEY?  @amazon\n
5150                                                                                                                                                                 RT @Saltimark: #HR4HR RT @TMobile: All your posts, replies, RTs, and QTs with #HR4HR this @MLB Postseason donate $2… https://t.co/bze8X27976\n
5151                                                                                                                                       RT @AHamiltonSpirit: Here's a video of Trump saying he knows Putin. #TheResistance needs to get this on TV.\n\n\n\n\n\n\n@CNN @maddow @MSNBC @CBS @NBC\n\n\n\n\n\n\nh…\n
5152                                                                                                                                                                                                                             @NFL @FedEx @NFL &amp; @nflcommish , fox what you broke! https://t.co/IodNdieGVd\n
5153                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
5154                                                                                                                                                                                   Check out Vintage Blue Glass Beaded Necklace; frosted and translucent beads, seed beads  https://t.co/4sdgu4AjwV via @eBay\n
5155                                                                                                                                                                            RT @TMobile: Happy Halloween! Submit your costume pics with #Thankenstein + #Contest to win a spooky trip to London, plus other… \n
5156                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
5157                                                                                                                                                                          Wall St. ends strong October higher as tech, staples lead: https://t.co/WRdQBBpDHt (via @Reuters) #trading… https://t.co/4FbviuQnYa\n
5158                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
5159                                                                                                                                                                      RT @McDonalds: @WilRuizII Our heart’s beating faster over here, and it’s not from all the scares. #TrickorTweet https://t.co/B4ZQcbVFW0\n
5160                                                                                                                                                                                     Check out NEW (5) Diablo Fiber 7" 24 Grit Grinding /Polishing Discs 7/8" Arbor #Diablo https://t.co/Tnxno4mSVx via @eBay\n
5161                                                                                                                                                             @Reuters Trump is a crooked thief, a liar and a fraud. He &amp; his GOP cronies are TRAITORS who conspired to defraud t… https://t.co/oXBOw6kAxa\n
5162                                                                                                                                                                                                             @Jearls90 @Nestle @Hersheys @HersheyCompany What, pray tell, have you been having problems with?\n
5163                                                                                                                                                                    RT @Public_Citizen: By giving @exxonmobil a slap on the wrist, feds tell #polluters, ‘don’t worry about enforcement in the Trump admini… \n
5164                                                                                                                                                                                 Haven't ate all day, then when I go and get @McDonalds they screw up my food. Extra mayo and add cheese sound nothing alike.\n
5165                                                                                                                                                                                                                                  RT @Disney: Poor, unfortunate ghouls! 🐙 #Halloween https://t.co/HMdThTa66p\n
5166                                                                                                                                                                                                       @pepsi Next song of the day "I Don't Wanna Live Forever".... TOMORROW in the 8a hour w/ @JShowChicago!\n
5167                                                                                                                  RT @AmericanVoterUS: Propaganda is coming from WITHIN \n\n\n\n\n\n\n\n\n\n\n\n\n\n@CNN @ABC @NBC @CBS &amp; sometimes @FOXNews with GOP #DeepState \n\n\n\n\n\n\n\n\n\n\n\n\n\nObama made… \n
5168                                                                                                                                                                     RT @milliebbrown: Awww!! @DavidKHarbour @ShawnLevyDirect @netflix #StrangersThings2  so blessed \n\n\n\n\n\n\n❤️❤️ https://t.co/lGdEs6gsx7\n
5169                                                                                                                                                RT @PrizeSquad: FOLLOW &amp; RETWEET TO #WIN THIS @Apple iPhone X, 256GB. #GIVEAWAY\n\n\n\n\n\n\nEnds: 04/11/17 #COMPETITION #iPhoneX https://t.co/IhOMQu89ZT\n
5170                                                                                                                                                                 @FlashbackBaby @Reuters Why? If he gets Intel that suggests that the north is launching, why not launch preemptivel… https://t.co/tsmCXwElWx\n
5171                                                                                                                                                               3 ways #Nest homeowners are taking control of their home. @Nest @Google @TMobile \n\n\n\n\n\n\nhttps://t.co/jGlAqdVnxz https://t.co/lSlsNDkfWt\n
5172                                                                                                                                                                                         RT @BritishVogue: Ahead of the launch of @erdem x @hm on Thursday, the Vogue editors style their favourite pieces:… \n
5173                                                                                                                                                    RT @exxonmobil: Meet Elseya rhodini, a new turtle species we discovered while mapping biodiversity in Papua New Guinea.\n\n\n\n\n\n\n https://t.co/8GPNs…\n
5174                                                                                                                                                    RT @TorontoStar: Media Rights Capital and @netflix suspend House of Cards production to review situation, concerns of cast and crew.\n\n\n\n\n\n\nhttps:…\n
5175                                                                                                                                                                 RT @Reuters: WATCH: Carbon dioxide levels grew at record pace in 2016, U.N. says https://t.co/llFT7n5GMg via @ReutersTV https://t.co/jmu1le…\n
5176                                                                                                                                 RT @WeSupport45: Terrorist waving gun Yells Allahu Akbar in Manhattan\n\n\n\n\n\n\nKills 6+ with Rented @HomeDepot truck\n\n\n\n\n\n\n#RETWEET\n\n\n\n\n\n\nUpdates coming… \n
5177                                                                                                                                             RT @SenDonnelly: (2/2) The pair of Senators explained to @amazon that Indiana has:\n\n\n\n\n\n\n✓ A robust and talented workforce\n\n\n\n\n\n\n✓ Effective tra… \n
5178                                                                                                                                                                                 @Rav83559 @netflix Legend of drunken master, Dragon good meeku Chinese/Korean dishum dishum nachithe...Grandmaster not on NF\n
5179                                                                                                                                                                 6) got me to treat him to a $100 Amazon gift card. This @facebook rep said he would fix my problem, but never called back. I called the help\n
5180                                                                                                                                                                         Check out The Children's Place , Girls Size 5T Blue Jeans, Ruffle Flare, Stretch  #Flare #Everyday https://t.co/SYpkfNGNjL via @eBay\n
5181                                                                                                                                                     RT @emergerstrategy: Help our friends at @ConservationHwk win the @Starbucks #upstanders challenge!  https://t.co/o3J6rvg4Ea\n\n\n\n\n\n\n#ActOnClimate…\n
5182                                                                                                                                                                           RT @Reuters: MORE: NYPD says driver was 29-year-old male armed with paintball gun and pellet gun, was shot in abdomen by officer… \n
5183                                                                                                                                                                   @pkeenan516 @Reuters The other was a volunteer worker in a group that met once and he lied to the FBI, so HRC lied 39 times, what a dunce,\n
5184                                                                                                                                                                                              Check out Zippo Lighter: U.S. Army, Army Dad - Black Matte 77661 - NEW #Zippo https://t.co/MyImo89PnO via @eBay\n
5185                                                                                                                                                                                    RT @bcungpaochicken: it’s ya bois Snap, Crackle, and Pop @KelloggsUS can we get some free cereal? https://t.co/adbYl6FhWm\n
5186                                                                                                                                                                                 Check out Vintage SQUIGGLES Dayton Hudson Plush Twistanbul 14" Bunny Curly Satin Ears Toy  https://t.co/4q3eC6ABAC via @eBay\n
5187                                                                                                                                                    RT @nessnitty: Happy Halloween! Don't be scared of your bill anymore! Switch to @TMobile\n\n\n\n\n\n\nPlus, they always got me covered wherever I go! #ad\n
5188                                                                                                                                 RT @WeSupport45: Terrorist waving gun Yells Allahu Akbar in Manhattan\n\n\n\n\n\n\nKills 6+ with Rented @HomeDepot truck\n\n\n\n\n\n\n#RETWEET\n\n\n\n\n\n\nUpdates coming… \n
5189                                                                                                                                                                              How retirement savings startup @honestdollar attracted multinational #finance company, @GoldmanSachs... https://t.co/ypsD0iuXLD\n
5190                                                                                                                                                                 @JayRockerz @Variety @netflix For all we know 26 yr old Spacey saw this "attractive" young man hanging around his p… https://t.co/HiGC2Pm1zH\n
5191                                                                                                                                                                                                                 @pkeenan516 @Reuters Can you provide just 1 fact about the topic to support your BS, just 1?\n
5192                                                                                                                                                                                RT @dhiggins63: After what happened in #Nice, #Paris and #London, How dare @HomeDepot rent such a dangerous #AssaultTruck!?🤔\n
5193                                                                                                                                                                                                    RT @McDonalds: A Happy Halloween, indeed. $1 Any Size Fanta Orange at McDonald's. https://t.co/1hwauwwqhG\n
5194                                                                                                                                                                Carlo the Mouse,Book 2: Now We're Talking!Wonderful #story with bright,bold&amp;beautiful illustrations!#mums https://t.co/xwjb1rKQLt @amazon\n
5195                                                                                                                                                             RT @MikeStuchbery_: Hey @Disney, some jackass is dubbing your animated films with antisemitic &amp; racist lyrics! Wanna DMCA them? https://t.c…\n
5196                                                                                                                                                                               Check out Divided, Women's Boyfriend Sweater Size 8 / Ladies #DividedByHM #Boyfriend #Casual https://t.co/Zf8oVbCoz3 via @eBay\n
5197                                                                                                                                                                                   RT @Cisco: Loretta's advice for #WomeninTech: "Just go for it. The Sky is the limit in IT." See her @CiscoNetAcad story:… \n
5198                                                                                                                                                                                                                                             #TuesdayNightLineup:   \n\n\n\n\n\n\n   #NCIS "Trapped" on @CBS.\n
5199                                                                                                                                                                            RT @Toyota: Check out the @KyleBusch Rowdy Edition II #Camry at the Toyota #SEMA2017 booth! Black, metallic, smooth...pure ROWD… \n
5200                                                                                                                                           RT @MLS: That didn't take long! Ola Kamara puts one away for @ColumbusCrewSC.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#CLBvNYC // @Audi #MLSCupPlayoffs https://t.co/tuqDglEHUj\n
5201                                                                                                                                                                                                  @TMobile Movie code didn't work, and I have a dairy allergy. MAYBE I'll get the prints... if I have time...\n
5202                                                                                                                                           RT @MLS: That didn't take long! Ola Kamara puts one away for @ColumbusCrewSC.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#CLBvNYC // @Audi #MLSCupPlayoffs https://t.co/tuqDglEHUj\n
5203                                                                                                                                                                 @onlyme_LC @netflix Exactly. Now I have no option but to weep for probably an hour and, on top of that, miss out on… https://t.co/GI7QHy94j9\n
5204                                                                                                                                         RT @Elizabeth_Ann_M: #SaveMajorCrimes because James Duff can give you all this and more  \n\n\n\n\n\n\n@CBS @AllAccessCBS @CBSTweet @amazon \n\n\n\n\n\n\n10M view… \n
5205                                                                                                                                                                                                       RT @sense8bringitbt: @netflix tonight, BPO is coming for you!!! #sense8season3 https://t.co/K8pVvQhK2F\n
5206                                                                                                                                                                               RT @Reuters: New Jersey sues OxyContin maker, links marketing to opioid crisis https://t.co/1tJoNSSWPP https://t.co/vkmw1NBrF3\n
5207                                                                                                                                                             RT @MikeStuchbery_: Hey @Disney, some jackass is dubbing your animated films with antisemitic &amp; racist lyrics! Wanna DMCA them? https://t.c…\n
5208                                                                                                                                                                 @Tergiversa @Dominik_Mk @billiejoe4me @netflix A different approach to what? Evidence, or coming forward with an ac… https://t.co/VCGu5SoA4w\n
5209                                                                                                                                                                 @fleccas @Lis_aLouu @latinovictoryus @RalphNortham @EdWGillespie @Ford @TuckerCarlson Figures, they continue to spo… https://t.co/aZNlJZCBq2\n
5210                                                                                                                                                                                                         RT @MLS: .@Guaje7Villa off the post! 😱\n\n\n\n\n\n\n\n\n\n\n\n\n\n#CLBvNYC // @Audi #MLSCupPlayoffs\n
5211                                                                                                                                                                                            Check out this Amazon deal: Marvel Legends Series Hulk, 14.5-inch by Avengers https://t.co/o6UimF8iD8 via @amazon\n
5212                                                                                                                                                                                                           @Lozzahugez @Apple You can try Jihosoft iPhone Data Recovery:\n\n\n\n\n\n\nhttps://t.co/8kjYr0EKPA\n
5213                                                                                                                    RT @Besmartsports: Lifters Knee Sleeves Elbow Wrist Wraps Strap Crossfit/Powerlifting/Squatting \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/hMzc19HzDC\n\n\n\n\n\n\n\n\n\n\n\n\n\n via @eBay\n
5214                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
5215                                                                                                                                                                             A balancing act: e-grocery startups challenge @amazon and @instacart for #online supremacy \n\n\n\n\n\n\nhttps://t.co/mu2AWzJpKj\n
5216                                                                                                                                                                                             RT @GoldmanSachs: VIDEO: @zipline’s CEO on bringing on-demand, lifesaving medicine to those in need via drone:… \n
5217                                                                                                                                                                               RT @Reuters: New Jersey sues OxyContin maker, links marketing to opioid crisis https://t.co/1tJoNSSWPP https://t.co/vkmw1NBrF3\n
5218                                                                                                                                                                 @WilkowMajority @FordPerformance @Ford @FordTrucks As a Ford F-350 owner, I think it sucks, and is a cowardly, fear… https://t.co/37Y9K2PYei\n
5219                                                                                                                                                                                                                     RT @TMobile: Crazy game, crazy long balls, CRAZY night of #HR4HR https://t.co/BwD57CilYs\n
5220                                                                                                                                                                @Reuters 🤔 so the same ppl who sold the drugs that addicted you, are selling the drugs to treat the addiction? All approved by the same FDA?\n
5221                                                                                                                                                                                  #AD @Costco always has all our fall essentials, and @Huggies Plus Diapers on sale is no exception!… https://t.co/2BVe5H7PmE\n
5222                                                                                                                                                             RT @uknowJam: @Nike , @adidas , @Jumpman23 @Gatorade y'all hiring? \n\n\n\n\n\n\n\n\n\n\n\n\n\n(Directed by @vertmotion) https://t.co/OYPynbqHSe\n
5223                                                                                                                                                             RT @uknowJam: @Nike , @adidas , @Jumpman23 @Gatorade y'all hiring? \n\n\n\n\n\n\n\n\n\n\n\n\n\n(Directed by @vertmotion) https://t.co/OYPynbqHSe\n
5224                                                                                                                                           RT @Nissan: We're going places. 🙌  \n\n\n\n\n\n\n#OMGTR #NissanGTR #MondayMotivation\n\n\n\n\n\n\n📷: bodd_ \n\n\n\n\n\n\n🚗: sirwasswass https://t.co/gzxfrnDwEF\n
5225                                                                                                                                                                       RT @Ukraine: Recently @baekdal started an important discussion on emoji burgers. We want to go further: @Google &amp; @Apple, time t… \n
5226                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
5227                                                                                                                                   RT @NyleDiMarco: @milliebbrown @Stranger_Things FRIENDS... DONT... LIE in ASL! \n\n\n\n\n\n\n\n\n\n\n\n\n\n-\n\n\n\n\n\n\n@netflix #StrangerThings https://t.co/iIhh23QQot\n
5228                                                                                                                                                                 RT @greatstuffuneed: Check out bunnyhut19 on @eBay, See their favorite finds  #Fashion #Jewelry #StealsAndDeals #Christmas #Shopping https:…\n
5229                                                                                                                                                                                                    RT @McDonalds: A Happy Halloween, indeed. $1 Any Size Fanta Orange at McDonald's. https://t.co/1hwauwwqhG\n
5230                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5231                                                                                                                                                      .@CreativeReview's top 20 logos of all time. Good list, my favourites have to be @FedEx and the British Rail logo.\n\n\n\n\n\n\nhttps://t.co/dow4cBxNKS\n
5232                                                                                                                                                 RT @TMobile: This @MLB Postseason, we’re donating $20K for each home run, plus another $2 for every tweet with #HR4HR\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet’s bre… \n
5233                                                                                                                                             RT @justinmaller: First ever selfie on the Pixel 2!\n\n\n\n\n\n\n\n\n\n\n\n\n\nThanks to my @Google family for hooking me up! #teampixel https://t.co/1CKR7bi0zN\n
5234                                                                                                                                                                                                 Check out Regal Model R10SC Cable Gun Lock, NEW In Package Two Keys #Regal https://t.co/vvQokAJw9j via @eBay\n
5235                                                                                                                                                                  RT @MLS: .@Guaje7Villa grabs the away goal for @NYCFC!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#CLBvNYC // @Audi #MLSCupPlayoffs https://t.co/ThdO6Yo3dl\n
5236                                                                                                                                                                                                         @netflix Please don't take it down, it won't be the same without Francis, things could be different.\n
5237                                                                                                                                                                                            RT @adidas: When you're too busy making your own waves. ➕➕➕\n\n\n\n\n\n\n#HereToCreate https://t.co/ueOfo9iOpW\n
5238                                                                                                                                             RT @frntofficesport: Making memorable influencer content can be tough, but @indicowie and @ATT seem to have the right formula. \n\n\n\n\n\n\n\n\n\n\n\n\n\n📰:… \n
5239                                                                                                                                                                                          Elephants quote,good luck,wisdom,serenity,mother baby elephant print, parenthood  https://t.co/n9JL1UyJHm via @eBay\n
5240                                                                                                                                                                                                      RT @Reuters: Ousted Catalan leader agrees to election, summoned to Madrid court https://t.co/YdNabzHv9n\n
5241                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
5242                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5243                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
5244                                                                                                                                RT @QUAthletics: We're excited to announce the Bobcats are joining the @adidas family!\n\n\n\n\n\n\nDetails: https://t.co/F136eO6Pk2\n\n\n\n\n\n\n\n\n\n\n\n\n\n#teamadidas… \n
5245                                                                                                                                                                               RT @adidas: Removing any limits, @NoraVExplora uses creativity to help define her style. #HereToCreate https://t.co/NcrJsjXmwu\n
5246                                                                                                                                       RT @BMW: Contemporary design with a distinctive angle. \n\n\n\n\n\n\nThe all-new #BMW Concept #X7 #iPerformance.\n\n\n\n\n\n\nhttps://t.co/f8jnKHHEH1 https://t.co/Uh…\n
5247                                                                                                                                                 RT @TMobile: This @MLB Postseason, we’re donating $20K for each home run, plus another $2 for every tweet with #HR4HR\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet’s bre… \n
5248                                                                                                                                                                                                                 RT @lonelypizzalove: FUCK @netflix FOR TAKING OFF FAMILY GUY, BOBS BURGERS, AND AMERICAN DAD\n
5249                                                                                                                                                                              RT @Reuters: Return Manafort's money, Democrats demand of California Republican https://t.co/YCGgTjgrQO https://t.co/RHCKvHd5wc\n
5250                                                                                                                                                             RT @RogerPicardUSA: Grad of Ouachita Baptist University, what do you expect?\n\n\n\n\n\n\n@ABC @NBC @CBS @MSNBC @CNN @NPR @maddow  @chrishayes… \n
5251                                                                                                                                                                                             RT @Reuters: Exuberant and defiant, New Yorkers flock to Halloween parade despite attack https://t.co/l3PnZdhN7s\n
5252                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
5253                                                                                                                                                                                      @ATT what does  this mean?\n\n\n\n\n\n\nBOYD is compatible with at&amp;t but At&amp;t can't find a compatible SIM card.\n
5254                                                                                                                                                RT @TMobile: #HR4HR’s rounding third and headed home!\n\n\n\n\n\n\n\n\n\n\n\n\n\nNearly $1M raised so far on tweets alone. Finish the Fall Classic 💪 tweet… \n
5255                                                                                                                                            RT @MLS: Make it ✌️ for @ColumbusCrewSC! @arturl33 doubles the #CrewSC lead. \n\n\n\n\n\n\n\n\n\n\n\n\n\n#CLBvNYC // @Audi #MLSCupPlayoffs https://t.co/39JjSwRAeR\n
5256                                                           Cliff Lee signed 8x10 photo\n\n\n\n\n\n\n#Indians\n\n\n\n\n\n\n#RallyTogether\n\n\n\n\n\n\n#WorldSeries\n\n\n\n\n\n\n#ThisTeam\n\n\n\n\n\n\n#EarnHistory\n\n\n\n\n\n\n#PinstripePride\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/urP2wWhc6A via @eBay\n
5257                                                                                                                                                                                         RT @BritishVogue: Ahead of the launch of @erdem x @hm on Thursday, the Vogue editors style their favourite pieces:… \n
5258                                                                                                                                                                                Check out Vintage MARILYN MIGLIN PHEROMONE LARGE DISPLAY EMPTY BOTTLE ORIGINAL Parfum 11"   https://t.co/MdOrlcwsZp via @eBay\n
5259                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5260                                                                                                                                                                   RT @ceo_myquibbler: @TMobile #HR4HR\n\n\n\n\n\n\n\n\n\n\n\n\n\nWe need a victory in H-town. Praying for the victims &amp; families in NYC.\n
5261                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5262                                                                                                                                                                                 Check out Chakra Tuned Set of 7 Lotus Design Frosted Quartz Crystal Singing Bowls 8"-10"   https://t.co/d1zYwr18Vf via @eBay\n
5263                                                                                                                                                                                                                     RT @TMobile: Crazy game, crazy long balls, CRAZY night of #HR4HR https://t.co/BwD57CilYs\n
5264                                                                                                                                                RT @TMobile: #HR4HR’s rounding third and headed home!\n\n\n\n\n\n\n\n\n\n\n\n\n\nNearly $1M raised so far on tweets alone. Finish the Fall Classic 💪 tweet… \n
5265                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
5266                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5267                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5268                                                                                                                                                                           RT @dprite1: I’ll give this @AROD ⚾️ to 1 of you, if this tweet gets 500 retweets. Thx @TMobile 4 donating $2 for hurricane reli… \n
5269                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5270                                                                                                                                                                 @KendallDeHaan @latimes @McDonalds Because they sell meat like 97% of the food industry, they have no compassion an… https://t.co/nd4PnKZ4Hs\n
5271                                                                                                                                                                   @Google Get a new amazon gift card from this link worth $100\n\n\n\n\n\n\nhttps://t.co/eOENzJBTEO    \n\n\n\n\n\n\nhttps://t.co/nGcLcx3k3u\n
5272                                                                                                                                                                                                                                                                                @Reuters Sure thing, Demwits.\n
5273                                                                                                                                                                                          #bezos #amazon @amazon @JeffBezos  #JEFFBEZOS HQ3 Middle of USA, HQ3 east, HQ4 south "like the points on a compass"\n
5274                                                                                                                                                 RT @TMobile: Home runs and #HR4HR are helping aide in hurricane recovery all World Series.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet all Fall Classic with #HR4HR a… \n
5275                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
5276                                                                                                                                                                                                                                  RT @Disney: Poor, unfortunate ghouls! 🐙 #Halloween https://t.co/HMdThTa66p\n
5277                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
5278                                                                                                                                                                   RT @ceo_myquibbler: @TMobile #HR4HR\n\n\n\n\n\n\n\n\n\n\n\n\n\nWe need a victory in H-town. Praying for the victims &amp; families in NYC.\n
5279                                                                                                                                                                                                                        Cutest @UPS delivery pug ever! 😊\n\n\n\n\n\n\n#HappyHallowen https://t.co/Eb4Uwxgr8s\n
5280                                                                                                                                                                                       RT @Reuters: Asia shares hit 10-year high on strong economy, oil gains https://t.co/5znMFqArS8 https://t.co/rvdh8DNPoD\n
5281                                                                                                                                                                    I’ve posted 2 tweets &amp; TOGETHER we have been able to raise over $1,000 for @TMobile to donate for hurricane relief! AMAZING!!! #HR4HR\n
5282                                                                                                                                                                                                                     Check out Rogaska Crystal 10" Centerpiece Vase Signed  https://t.co/eZ5VnNM2YW via @eBay\n
5283                                                                                                                                                                                                               RT @Metta_World_Mat: #HR4HR $2 to @TeamRubicon for Hurricane relief from @TMobile. No cap, RT!\n
5284                                                                                                                                                                                   Check out Lotus Design Colored  Frosted  G Throat Chakra Quartz Crystal Singing Bowl 8"  https://t.co/i5pgYTGcOq via @eBay\n
5285                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5286                                                                                                                                      RT @nextofficial: RT to #WIN our (slipper!) #ShoeOfTheWeek!\n\n\n\n\n\n\nhttps://t.co/vmmzN00wci\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/0gFamm8RZ7\n
5287                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5288                                                                                                                                                              RT @SarahJaneReign: Hey y'all, use hashtag #HR4HR  and @TMobile will donate $2 to Houston recovery! Please RT and help my city heal 🙏🏻💕 #ht…\n
5289                                                                                                                                                                          RT @chy_leigh: To help those in desperate need of hurricane relief, every tweet w/ #HR4HR = $2 via @TMobile Let’s spread hope and… \n
5290                                                                                                                                                                 @ErikLinder @TMobile In addition, I was referred to @TMobile with the idea this was your Jump Plan. No mention that… https://t.co/GfolPKglQv\n
5291                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5292                                                                                                                                                     So glad I don't use @facebook. Users may as well enter their SS#'s.\n\n\n\n\n\n\n#facialrecognition allows them to find you, your ID, everything you do.\n
5293                                                                                                                                                                                            Check out SALE! Empty Can Of German Beer VALENTINS HEFEWEISSBIER, 500 ml, 2017  https://t.co/h2PcRGxje5 via @eBay\n
5294                                                                                                                                                                                  RT @TMobile: Be ready for your next iPhone. Join our iPhone upgrade program for free!\n\n\n\n\n\n\n https://t.co/ELb8YQspF6\n
5295                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5296                                                                                                                                                                                  RT @Google: We're feline fine over on Instagram today. No kitten, go check it out. Right meooow → https://t.co/pMOJFdN3nO… \n
5297                                                                                                                                                                                                                                @Reuters Civic unrest is what he wants. Go away Obama, enjoy your retirement.\n
5298                                                                                                                                                                 @netflix Can't believe some kid was abused and people here are worried about the fans, the other cast and crew, and… https://t.co/arnUrt3P6S\n
5299                                                                                                                                                 RT @TMobile: Home runs and #HR4HR are helping aide in hurricane recovery all World Series.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet all Fall Classic with #HR4HR a… \n
5300                                                                                                                                                                         RT @carmen33b: @TMobile Please more #HR4HR I've seen first hand where this money is going around #HoustonStrong yes, that is me wi… \n
5301                                                                                                                                                                 Wow, @amazonIN @amazon The new amazon Interface is so freaking awesome, The font is more crispier and and screen is utilised in the best way\n
5302                                                                                                                                                                                RT @Google: Squad ghouls! Making a kitty-cameo in this year's #Halloween #GoogleDoodle, it's the star of last year's, Momo!… \n
5303                                                                                                                                                                                     Check out Empty Bottle Decanter of "Cossack With a Bottle" from under Ukrainian Vodka  https://t.co/Rfv2g96X3l via @eBay\n
5304                                                                                                                                 RT @WeSupport45: Terrorist waving gun Yells Allahu Akbar in Manhattan\n\n\n\n\n\n\nKills 6+ with Rented @HomeDepot truck\n\n\n\n\n\n\n#RETWEET\n\n\n\n\n\n\nUpdates coming… \n
5305                                                                                                                                                 @darth @dog_rates @Google \n\n\n\n\n\n\nThank you for making my Halloween extra special. Between today's doodle &amp; all the pets in costumes, today ruled!\n
5306                                                                                                                                                                          Check out Sale! RETAIL: $34 NWT EMPORIO ARMANI Underwear Pop Stripe Boxer Brief, M #EmporioArmani https://t.co/5sDLIQkfXC via @eBay\n
5307                                                                                                                                                                                                                                                                @verizon Hey, can I ask you a quick question?\n
5308                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
5309                                                                                                                                                      @Sony just announced new Aibo robot dog was definitely interested until seeing $1700 + mandatory subscription WTF?\n\n\n\n\n\n\nhttps://t.co/GIRvjfNU5i\n
5310                                                                                                                                                                                 Check out DS33/70 Vintage Japanese Fabric Cotton Antique Boro Patch Indigo Blue SHIMA 46"  https://t.co/FDwSnx9pKh via @eBay\n
5311                                                                                                                                                                                       RT @pepsi: What do you think, is a hot dog a sandwich? We had our @NFL players weigh in for The Fun Doesn't End Zone… \n
5312                                                                                                                                                                 Chrissy, please don't use @google or at least use @brave or @firefox with @Google . Us hapas have to stick together. https://t.co/jKdtbgR11b\n
5313                                                                                                                                       RT @thesheetztweetz: The space industry will be worth nearly $3 trillion in 30 years, @BankofAmerica predicts \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/NlqTnNKX1M htt…\n
5314                                                                                                                                                                 RT @ncatsuaggies: With 10+ offers #NCAT #CS student @DevGuyBrandon making moves, bound for @Microsoft #AggiesAchieve #AggiesDo https://t.co…\n
5315                                                                                                                                                                     RT @PrizeSquad: FOLLOW &amp; RETWEET TO #WIN THIS @Apple Watch 42MM, Series 3 with GPS + Cellular. White Ceramic Case with White Sport… \n
5316                                                                                                                                                                 @bodster78 @Brown666W @AngusRobertson @theSNP @Tesco For "Consistency"(Tesco's excuse for this offence), TESCO will… https://t.co/CwM0Y4GXoY\n
5317                                                                                                                                       RT @AHamiltonSpirit: Here's a video of Trump saying he knows Putin. #TheResistance needs to get this on TV.\n\n\n\n\n\n\n@CNN @maddow @MSNBC @CBS @NBC\n\n\n\n\n\n\nh…\n
5318                                                                                                                                                                                             RT @Reuters: Exuberant and defiant, New Yorkers flock to Halloween parade despite attack https://t.co/l3PnZdhN7s\n
5319                                                                                                                                                                                      Check out Harry Potter and the Philosophers Stone Bloomsbury 1st Edition, RARE 20th Print https://t.co/eUVCPCQrqc @eBay\n
5320                                                                                                                                                                                                                   @CBS Most Muslims hate the Islamists, Terrorists who are following an evil, sick, ideology\n
5321                                                                                                                                                                                @BleacherReport @DezBryant @Samsung I love this match up. I can't wait for 11-30 Let's Go Cowboys Straight From Washington,DC\n
5322                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5323                                                                                                                                                                 RT @Google: 45 years ago today, arcade icon Pong was released, becoming the first commercially successful video game. Groovy. https://t.co/…\n
5324                                                                                                                                                                               RT @THR: After a yearlong worldwide search, #Mulan has been found. Meet the Chinese actress set to play the @Disney characte… \n
5325                                                                                                                                                                      RT @VictorNimako: Ok @Marvel , I’m gonna need you to focus all your energy and resources into #InfinityWar I’m talking all @netflix s… \n
5326                                                                                                                                                                 Shout out to @FedEx for “not” putting any cameras in the parking lot. Now I’m left without a truck, and everyone just shrugs their shoulders\n
5327                                                                                                                                                                                                 Are @Google, @amazon, @facebook, @Apple companies our friends, enemies or frenemies? https://t.co/KmiUZzAXhE\n
5328                                                                                                                                                                   @amandacarpenter So, only @CNN, @ABC, @nbc, @CBS, @nytimes, &amp; @washingtonpost get to go undercover and try to infiltrate places? Stop.\n
5329                                                                                                                                                          RT @Scow0857: 12/7: Save #NetNeutrality or the voice that is silenced will be YOURS. \n\n\n\n\n\n\n\n\n\n\n\n\n\nDon't let @comcast @verizon @att… \n
5330                                                                                                                                                                          RT @Reuters: WATCH: Nasdaq tanks, marking possible end to tech rally https://t.co/dFSCpKsTEq via @ReutersTV https://t.co/WeGqPHON6a\n
5331                                                                                                                                                                                                    RT @PlayboyyMarti: @ASOS @meghanmarkle She needs a dress to a wedding, not greggs. stay in your lane asos\n
5332                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5333                                                                                                                                                          MRT @GreenSkyDeb "Her work is authentic, has humor, &amp; is very easy 2 read &amp; apply." https://t.co/QnQQmrTIxV via @amazon #books #inspiration\n
5334                                                                                                                                       @Reuters @ReutersTV Because we all know those missiles run on diesel.\n\n\n\n\n\n\n\n\n\n\n\n\n\nHow about poking him with a long stick, if y… https://t.co/Iep8qwahZu\n
5335                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5336                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5337                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5338                                                                                                                                                                               RT @THR: After a yearlong worldwide search, #Mulan has been found. Meet the Chinese actress set to play the @Disney characte… \n
5339                                                                                                                                                                 @jonathanancer @amazon Just purchased the Kindle version for myself  -  knowing part of the story, especially Jenny… https://t.co/aodzNX56Ey\n
5340                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5341                                                                                                                                                                           RT @caesars: Excited to introduce Datally, a new app by @Google that helps you save more and do more with mobile data. People te… \n
5342                                                                                                                                                                   @GraziaIndia @RanveerOfficial @hm @gucci Your Eyes, Lips and facial hair !!! So handsome ❤️❤️ One of your best look… https://t.co/CDObtScdxn\n
5343                                                                                                                                                                                                        RT @CBS: It's not about how we fall, it's about how we get up. #VSFashionShow https://t.co/NCe08O8OjU\n
5344                                                                                                                                                 Check out this Prod/Poulan Weedeater 20 Gas Chain Saw \n\n\n\n\n\n\nhttps://t.co/4AWHWq5KVB via @eBay\n\n\n\n\n\n\n#yardcare #tools… https://t.co/N4UgNqQT9P\n
5345                                                                                                                                                                                                        RT @Disney: "There was an idea… ” @Avengers: #InfinityWar. In theaters May 4. https://t.co/EvQKXM3Jq1\n
5346                                                                                                                                                                                                 RT @MLS: Back. To. Back. 🏆\n\n\n\n\n\n\n\n\n\n\n\n\n\n#TFC // @Audi #MLSCupPlayoffs https://t.co/l7gRHqIzjg\n
5347                                                                                                                                                                                 @MarshaCollier @Adobe Thank you so much so sweet of you :)\n\n\n\n\n\n\ni would love to hear more on how to use social media\n
5348                                                                                                                                                 RT @Nash076: Hey @comcast, hey @comcastcares:\n\n\n\n\n\n\n\n\n\n\n\n\n\nCan you please explain why you have removed your promise not to use paid prioriti… \n
5349                                                                                                                                                                 RT @Google: 45 years ago today, arcade icon Pong was released, becoming the first commercially successful video game. Groovy. https://t.co/…\n
5350                                                                                                                                                                       RT @femchem1029: Check out 2014 Topps #WWE Road To WrestleMania #Undertaker "The Streak" 4 Card Lot  https://t.co/nl9NRBzj3q via @eBay\n
5351                                                                                                                                                                      RT @Reuters: Australia bows to years of pressure, announces inquiry into finance sector https://t.co/m8wTYDpj7R https://t.co/Up8eVZo9oh\n
5352                                                                                                                                                                                     RT @Burberry: Kris Wu shares his favourite tracks in celebration of the launch of his new single, 'B.M'. Listen now on… \n
5353                                                                                                                                                                     RT @mommaesuss: @AbbieHollowDays @rikayla @the_ns @THR @Disney there’s no mulan without shang, the bisexual icon https://t.co/NHNjx94ZZs\n
5354                                                                                                                                                             RT @winitonline: FOLLOW @PrizeSquad &amp; RETWEET TO #WIN THIS @Apple iPhone X, 256GB. #GIVEAWAY Ends: 7/12/17 #COMPETITION #iPhoneX https://t.…\n
5355                                                                                                                                                                           RT @Reuters: As Tesla struggles to turn an annual profit, workers say money is being funneled into repairs as speed hurts assemb… \n
5356                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5357                                                                                                                                    RT @HotdogHiker: Hey guys could I get a part in ST3?\n\n\n\n\n\n\nI'll tweet erry goddang day till SOMEONE notices\n\n\n\n\n\n\n\n\n\n\n\n\n\n@netflix @Stranger_Things… \n
5358                                                                                                                                                                 RT @Google: 45 years ago today, arcade icon Pong was released, becoming the first commercially successful video game. Groovy. https://t.co/…\n
5359                                                                                                                                                                            RT @Reuters: Credit Suisse targets more cost cuts, sets 2019 and 2020 yield goals https://t.co/BC1StjWeoi https://t.co/jMtiuflllO\n
5360                                                                                                                                                                                                        @Doom_Pie @Reuters Now that you’ve told everyone I expect you’ll be in jail by this afternoon, right?\n
5361                                                                                                                                                                                                       @SarahJHoover @Ryanair Hi Sarah, checkout my site https://t.co/F375wJUaYv I am sure you would love it.\n
5362                                                                                                                                                                             Migration to UK plunges in year after Brexit, driven by EU citizens https://t.co/qAFZSP2uLr via @Reuters https://t.co/rVC4qeU3tr\n
5363                                                                                                                                                                                    Check out Vintage 5" Holly Hobbie Porcelain Girl Figurine Blue Girl 1979 hand painted   https://t.co/UYDrdrdcBI via @eBay\n
5364                                                                                                                                                                                                 Check out Potion Bottle Set, Assorted Glass Apothecary Cork Bottles, Small Set https://t.co/Jtede8TM8U @eBay\n
5365                                                                                                                                                                                                                                                                     @comcast Go home, Comcast, you're drunk.\n
5366                                                                                                                                       Dear @Apple, \n\n\n\n\n\n\nWhen you do your next update on emojis, could I please request a couple of things!?\n\n\n\n\n\n\n1) lightsabers, 2… https://t.co/oBPae2af4R\n
5367                                                                                                                                                                                                 RT @Reuters: Tech tumble hits Asian stocks, bitcoin steadies https://t.co/RHrC6fTUjL https://t.co/4ZeoctK5Un\n
5368                                                                                                                                                                           Oil edges up ahead of OPEC meeting in Vienna, but uncertainty lingers https://t.co/Gnc9PtYclA via @Reuters https://t.co/IxmKTBAjHZ\n
5369                                                                                                                                        @Reuters @makinibrice @miholden Presidump needs to be dumped ASAP\n\n\n\n\n\n\nHE DOES NOT SPEAK FOR MAJORITY OF AMERICANS\n\n\n\n\n\n\nT UNSEEMLY AND UNPRESIDENTIAL\n
5370                                                                                                                                       My biggest worry is that he is working on a new show with @AlecBaldwin at @CBS\n\n\n\n\n\n\n\n\n\n\n\n\n\n ...I said no. What if he convinced… https://t.co/tVnMAeuk2d\n
5371                                                                                                                                                                 Great advice from @Loreal, "brands should not wait for business to turn sour before kick-starting innovation, and i… https://t.co/TyOAi9tEmU\n
5372                                                                                                                                                                      RT @ladygaga: Thank u @Starbucks &amp; @Spotify for celebrating artists who #GiveGood with a donation to @BTWFoundation, and to great… \n
5373                                                                                                                                         These 57 steps will help you create @facebook adverts that will increase leads and sales.\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/qLi2pmLNwu https://t.co/9qMM443g1p\n
5374                                                                                                                                                                                               RT @Reuters: Trump has said he is a madman, but for Kim Jong Un, behaving like a god is just part of the job… \n
5375                                                                                                                                                                One of my Christmas 🎁presents arrived early this year, when @UPS operated their brand new @BoeingAirplanes #B747-8F… https://t.co/CfeGwmM6sH\n
5376                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5377                                                                                                                                                                      Someone at @comcast seems to be really passionate about this\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/bSW8FuvLE3 https://t.co/FZF4JvIFMk\n
5378                                                                                                                                                                                        RT @MorganStanley: By 2050, there may be one billion electric vehicles on the road worldwide. https://t.co/GpQNomMqcY\n
5379                                                                                                                                                                    Best Top Facility Management Services\n\n\n\n\n\n\nhttps://t.co/gOA9wur4hi\n\n\n\n\n\n\n@Google @Yahoo @help_adya https://t.co/qsGr7sqDnl\n
5380                                                                                                                                                                                   RT @Samsung: Longest EVER single shot ad screened on 🇬🇧 TV #LifesTooShort #QuickDrive\n\n\n\n\n\n\nhttps://t.co/QtbDASi55E\n
5381                                                                                                                                                                          RT @Reuters: Factbox: Who are Britain First, whose leader's posts Trump re-tweeted? https://t.co/tudxngyHRh https://t.co/ewoDUYevLj\n
5382                                                                                                                                                                 @cmclymer Nicely written. Thanks for sharing, tho it feels like you’re transitioning @Twitter into @facebook at the… https://t.co/Ct6aju566J\n
5383                                                                                                                                                 RT @nextofficial: RT to #WIN our #ShoeOfTheWeek!\n\n\n\n\n\n\nhttps://t.co/0drRuSwHha\n\n\n\n\n\n\nT&amp;Cs: https://t.co/XfEb5jnWoY https://t.co/WjReFCrjow\n
5384                                                                                                                                                                                                     RT @laurenxjessica: West Coast, time to party!!! Tune in to @CBS right now 💥💥👏🏻👏🏻 #BrunosTVSpecial\n
5385                                                                                                                           RT @IamComet67P: Dear @Google\n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease make THIS happen\n\n\n\n\n\n\n\n\n\n\n\n\n\nRegards\n\n\n\n\n\n\n\n\n\n\n\n\n\nComet 67P ☄ https://t.co/YqzNULPr15\n
5386                                                                                                                                                                                                                              Check out Case For iPhone 5, 5SE, 5s https://t.co/axeFtF5uCU @eBay #ebay #sales\n
5387                                                                                                                                                                 Dev Sanyal @BP_plc `s CEO Alternative #Energy: "We believe that #biofuels offers one of the best large-scale soluti… https://t.co/7CefDzM5vW\n
5388                                                                                                                                      RT @WuYiFan_KrisBar: Search #KrisWu on Burberry website,there's a surprise waiting for you🎁 \n\n\n\n\n\n\n@Burberry X @KrisWuOfficial_ \n\n\n\n\n\n\ncoming soon... h…\n
5389                                                                                                                                                                                                                            @Reuters I wonder where that car was built, it looks like a Classic Ford Lincoln.\n
5390                                                                                                                                                                                        RT @MorganStanley: By 2050, there may be one billion electric vehicles on the road worldwide. https://t.co/GpQNomMqcY\n
5391                                                                                                                                                                          Check out ADRIENNE LANDAU STUDIO ~ SILK SCARF~ 34"Square ~ BEAUTIFUL #AdrienneLandauStudio #Scarf https://t.co/2I2tTQNnhZ via @eBay\n
5392                                                                                                                                                                                                  Check out 1 genuine Icelandic sheep skull with horn.Decoration,Taxidermy  https://t.co/C1IbnhaFl4 via @eBay\n
5393                                                                                                                                                                                  Check out Terrific 6" X 6" Heart Shaped Pewter Finish Photo Frame #Unbranded #Romanticism https://t.co/EiIICxVh8t via @eBay\n
5394                                                                                                                                             RT @MarshaCollier: #AI and #eCommerce progression:\n\n\n\n\n\n\n@eBay now Lets You Start Shopping with Google Assistant \n\n\n\n\n\n\nand Finish On Your Phone… \n
5395                                                                                                                                                                                Check out Natural White Caribbean BRAIN Coral Fossil, Ocean Salt Water, Fish Tank,Collect   https://t.co/7Gd99m9fuK via @eBay\n
5396                                                                                                                                                                            This Is What the “i” in iPhone Stands For\n\n\n\n\n\n\nhttps://t.co/4xtUF51LEN #iPhone @Apple @iPhoneTeam https://t.co/UQsPTTML4k\n
5397                                                                                                                                                              Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n
5398                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5399                                                                                                                                                                                      Check out OFFICIAL STAR TREK STAMP ALBUM, COLLECTION 1 1977 ALL SOME STAMPS INCLUDED  https://t.co/BbHioNSHs0 via @eBay\n
5400                                                                                                                                                                                                     Check out Vintage Retro Horses Velvet Tapestry Rug Wall Art 40" X 19"  https://t.co/zgy2gSYSZg via @eBay\n
5401                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5402                                                                                                                                           RT @WorldPhotoOrg: The 2018 @Sony World Photography Awards is FREE FOR ALL 🤙\n\n\n\n\n\n\n\n\n\n\n\n\n\nCash, camera equipment + a trip to #London up for grabs… \n
5403                                                                                                                                                                             so @Microsoft are planning on including a cricket pitch at their Washington Campus, any chance on getting one here? @msfturuguay\n
5404                                                                                                                                                                 @par_isgood @GoldmanSachs @ambchrishill Even u forget ur child’s name, don’t forget my following words, b/c it is a… https://t.co/CBcI1vh8nL\n
5405                                                                                                                                                                  @vivalbizu @GoldmanSachs @ambchrishill Even u forget ur child’s name, don’t forget my following words, b/c it is a… https://t.co/hXiTxqDmGU\n
5406                                                                                                                                                                 @WowJones1642 @Clyburn @MSNBC @CNN @nbc @ABC @CBS So, you're okay with a Black man defending another Black man of s… https://t.co/T8Djt2a5Kj\n
5407                                                                                                                                                                          RT @Burberry: Cecily, chicken farmer, Norfolk. Styled in a tartan panel sweater and trousers. A portfolio of images by Jeff Boudr… \n
5408                                                                                                                                                                               RT @THR: After a yearlong worldwide search, #Mulan has been found. Meet the Chinese actress set to play the @Disney characte… \n
5409                                                                                                                                                                              RT @x0rz: Hey @Google, you're leaking some of your internal domain names through the Certificate Transparency project you cre… \n
5410                                                                                                                                                                        RT @ReedSavory: Dear @amazon - I've been a customer all the way back to 2000, spending thousands of dollars every year on your site… \n
5411                                                                                                                                                                           RT @Reuters: North Korea said its new Hwasong-15 missile, named after the planet Mars, puts all of the U.S. mainland within rang… \n
5412                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5413                                                                                                                                                                           RT @Reuters: Trump criticized by Britain, U.S. Muslim groups and some members of Congress after sharing anti-Muslim videos on Tw… \n
5414                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5415                                                                                                                                                                                     Check out Set of 28 Vintage Chrome Round  Concave 1.5" Drawer Cabinet KNOB Pulls #Ajax https://t.co/h8SoPr7mqz via @eBay\n
5416                                                                                                                                                            RT @BhupenBarman4: @himantabiswa @Samsung @HyundaiIndia Plz Sir, do something for Homoeo doctors\n\n\n\n\n\n\n#StopDeprivingHomeoDoctorsInAssam… \n
5417                                                                                                                                                                           RT @Reuters: Trump criticized by Britain, U.S. Muslim groups and some members of Congress after sharing anti-Muslim videos on Tw… \n
5418                                                                                                                                                      @amazonIN @amazon #AmazonIndia \n\n\n\n\n\n\n\n\n\n\n\n\n\nDone with the #AmazonPayQuiz\n\n\n\n\n\n\nLooking forward to win! 😁 https://t.co/BuK8a95H6w\n
5419                                                                                                                                                                                          Check out White Mountain Puzzles Tasty Treats - 1000 Piece Jigsaw Puzzle , New,   https://t.co/wDJ5OGydTD via @eBay\n
5420                                                                                                                                                             RT @winitonline: FOLLOW @PrizeSquad &amp; RETWEET TO #WIN THIS @Apple iPhone X, 256GB. #GIVEAWAY Ends: 7/12/17 #COMPETITION #iPhoneX https://t.…\n
5421                                                                                                                                                   RT @adidas: Introducing the adidas app. \n\n\n\n\n\n\nA new way to access sport and style, with in-app service, tailored for you. \n\n\n\n\n\n\nDownload… \n
5422                                                                                                                                                              RT @easyJet: In search of your Prince Charming? #RoyalWedding ❤️️ 👑  Europe from £29.99, book now. T&amp;Cs apply. #WhyNot? https://t.co/SvM84S…\n
5423                                                                                                                                                                                                        RT @Disney: "There was an idea… ” @Avengers: #InfinityWar. In theaters May 4. https://t.co/EvQKXM3Jq1\n
5424                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5425                                                                                  Hangin’ around🐒\n\n\n\n\n\n\n_\n\n\n\n\n\n\nBomber: @alphaindustries\n\n\n\n\n\n\nTshirt: @onlytheblind\n\n\n\n\n\n\nJewellery: @featherpendants\n\n\n\n\n\n\nLower half: @adidas\n\n\n\n\n\n\n📸… https://t.co/DjYIH1I6zd\n
5426                                                                                                                                                                     RT @mommaesuss: @AbbieHollowDays @rikayla @the_ns @THR @Disney there’s no mulan without shang, the bisexual icon https://t.co/NHNjx94ZZs\n
5427                                                                                                                                                                     @ReutersUK @Reuters @theresa_may needs to grow a pair and publicly condemn his comments! Name him and tell him off, not in our country!!\n
5428                                                                                                                                                                                                  RT @Disney: On March 9, be a warrior. The new trailer for A #WrinkleInTime is here. https://t.co/UBUiRZWiAc\n
5429                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5430                                                                                                                                                                      RT @VictorNimako: Ok @Marvel , I’m gonna need you to focus all your energy and resources into #InfinityWar I’m talking all @netflix s… \n
5431                                                                                                                                                                                      Check out 2017 Topps Now CODY BELLINGER #270 RC "Fastest to Reach 21 HRs" LA DODGERS  https://t.co/r0RMEw9iTS via @eBay\n
5432                                                                                                                                                                                                           RT @Gillette: @realJKCallaway Sorry for your loss, and thanks for sharing this really great photo.\n
5433                                                                                                                                                          @Nixie10 @asda Hi Nicola. Do you mean @ArlaBigMilk?\n\n\n\n\n\n\nIf it is ... you should be able to buy @Tesco @Sainsburys… https://t.co/YPnGghw4zs\n
5434                                                                                                                                       RT @MaryLSchmidt: Affordable #Banners and #Kindle Book Covers \n\n\n\n\n\n\nhttps://t.co/E9YHIKKMEs\n\n\n\n\n\n\n#RPBP #kidlit @amazon #love @readersfavorite #IAN1 #…\n
5435                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5436                                                                                                                                                                                                                                                     @milton_zakaria @Reuters I think you meant "hole search"\n
5437                                                                                                                                                                 @hokey_pokey12 @F1abraham @MTV @Viacom I support women, not nasty whores who act like a shit then act like the vict… https://t.co/iZHaF6MLsC\n
5438                                                                                                                                                                                Check out Vintage Pretty Girl in Dress w/ flowers,china Figurine,1950s,brown/ white,Japan   https://t.co/Q3YOU4oFio via @eBay\n
5439                                                                                                                                                                        1st week of Masters Swim over. In the pool at 5 am, out at 6:15. I GUARANTEE @Starbucks sales will increase.… https://t.co/6afjeD8xaE\n
5440                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5441                                                                                                                                                                         RT @GeeSungee: @burberryant @CaracasLibertad @TheGodlessNorth @LadyBleach @Reuters @PattiKimble @GodandtheBear @inartic Wow, the r… \n
5442                                                                                                                                                                                                    @MtnMD @CNN @nbc @ABC @CBS My question, too...and WHY on earth would you want to hobnob with these liars?\n
5443                                                                                                                                                                                                                                  RT @ghod: Isn't that interesting, @comcast @XFINITY https://t.co/bfRhMRrzTs\n
5444                                                                                                                                                                      RT @_An0nymou5_: if 1million people cancel home service for @verizon or @comcast they lose $50,000,000/month for killing #NetNeutrality\n
5445                                                                                                                                                                                                            @Disney thinks my best friend should be #Mulan ... do I agree? Hell, yes! https://t.co/eT6YmDkNSm\n
5446                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5447                                                                                                                                                                 @Equalizer008 @Reuters @joshjonsmith Even u forget ur child’s name, don’t forget my following words, b/c it is a li… https://t.co/gsSRkc7ZA6\n
5448                                                                                                                                                                     Confirming @Reuters exclusive, #ECB says its crackdown on loans that go unpaid is likely to be delayed by months https://t.co/9v8tMCcS48\n
5449                                                                                                                                                                 RT @Google: 45 years ago today, arcade icon Pong was released, becoming the first commercially successful video game. Groovy. https://t.co/…\n
5450                                                                                                                                       Get ready for #NetNeutrality because @comcast @XFINITY just pushed an update to your modem today... \n\n\n\n\n\n\n\n\n\n\n\n\n\nI know you’re… https://t.co/Tk91vSGaYE\n
5451                                                                                                                                       Thank you to @WellsFargo for agreeing to meet with us to discuss fundraising opportunities for the charity.\n\n\n\n\n\n\n\n\n\n\n\n\n\nIf you… https://t.co/t9peUhmPra\n
5452                                                                                                                                                                 @maxp2004 @JSpangs44 Realize, @facebook doesn't want you on their platform at this point. Do your research, there a… https://t.co/IhB6qTBeZi\n
5453                                                                                                                                                                  @Microsoft , @MicrosoftIndia and @MicrosoftEdge @Apple @AppStore  please make Microsoft edge and Cortana available… https://t.co/GQQBao1o2B\n
5454                                                                                                                                                                          RT @Burberry: Cecily, chicken farmer, Norfolk. Styled in a tartan panel sweater and trousers. A portfolio of images by Jeff Boudr… \n
5455                                                                                                                                                                 RT @haibon_jared: The @Starbucks I'm at just played "Oops...I Did it Again" and is now playing "I Want It That Way" and I'm not mad about it\n
5456                                                                                                                                                    @Reuters  \n\n\n\n\n\n\nI have personally seen 4 loan directors at various institutions LEAVE in haste in the last 3 years in areas known for corruption.\n
5457                                                                                                                                                                 BBCNews: Millions of iPhone users could get "several hundred pounds each" if a legal case against @Google is succes… https://t.co/foxz6i9GIj\n
5458                                                                                                                                                                        I just listed: 'Workrights', for 15.01 via @amazon https://t.co/gY9384A6KB #WhatToRead #NovBooks #BookLovers… https://t.co/qjLhAP2DHw\n
5459                                                                                                                                                                 .@HPE, @Microsoft, and SUSE present Industry Leading Performance on enterprise-class SQL #Server “diskless database… https://t.co/zadQ9oHGOf\n
5460                                                                                                                                                                                                                                        @jstogdill @comcast Like a hotel. Top tier will boast of "fewer ads!"\n
5461                                                                                                                                                                                                                                   RT @Reuters: Dow opens above 24,000 for first time https://t.co/baIr8Njc9l\n
5462                                                                                                                                                                 @JohnLegere @TMobile THEY ARE NOT A GOOD CHOICE FOR A MOBILE NETWORK, SO I DECIDED TO CANCEL MY "NEW" SPRINT ACCOUN… https://t.co/hLb69PuvnY\n
5463                                                                                                                                                                 @BrandonLaPorte @MLS @Audi @torontofc Thanks for your support! Hard fought series! Moving #ColumbusCrewSC, with off… https://t.co/gOyXHeppik\n
5464                                                                                                                                                                 RT @keranews: Rex Tillerson, former CEO of Irving-based @exxonmobil, could be replaced within weeks, @nytimes reports. https://t.co/BXFuh03…\n
5465                                                                                                                                                                 @DaisyLailey @Mastercard Hi Daisy,  Can you please direct message us with your personal contact details so we can l… https://t.co/YBsZFWSZKM\n
5466                                                                                                                                                                      RT @f_schwalbach: @Bayer runs a small and agile innovation team co-located with @singularityu in Mountain View in Silicon Valley, hea… \n
5467                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5468                                                                                                                                                                                               RT @Disney: The #Incredibles2 trailer is here. See the film in theatres June 15, 2018. https://t.co/cTZIkWeDK5\n
5469                                                                                                                                                                 RT @ChmuraEcon: This @Google Data Viz Is So Meta, You Can’t Look Away https://t.co/PW9e7cedcA #data #dataviz #infographic #books #trends #d…\n
5470                                                                                                                                                                    RT @TelekomCapital: #ConnectedCar platform @getmojio raises CAD30m w/ participation from existing investors @TelekomCapital, @amazon Al… \n
5471                                                                                                                                                                                                          @Reuters Rearranging the deck chairs on the sinking ship of state. \n\n\n\n\n\n\n\n\n\n\n\n\n\nSAD!\n
5472                                                                                                                                                                           RT @Reuters: UPDATE: Plan to replace Tillerson with Pompeo has been in the works for a number of weeks, senior administration of… \n
5473                                                                                                                                                                 @BankofAmerica I'm trying to sign up for mobile payments with my phone number via zelle. However, i'm not getting a… https://t.co/6L75sFKju9\n
5474                                                                                                                                                                   RT @ilostmyflipflop: @sense8 fighter! Here are some more designs to choose from, send them via mail to friends, @netflix, lgtb communiti… \n
5475                                                                                                                                                                           RT @Reuters: UPDATE: Plan to replace Tillerson with Pompeo has been in the works for a number of weeks, senior administration of… \n
5476                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5477                                                                                                                                                                                  Check out VINTAGE, 5 SELANGOR PEWTER COASTERS MCM FEATHERED SERPENT QUETZALCOATL AZTEC    https://t.co/fcYKtyqlC1 via @eBay\n
5478                                                                                                                                                                               RT @THR: After a yearlong worldwide search, #Mulan has been found. Meet the Chinese actress set to play the @Disney characte… \n
5479                                                                                                                                                                  @MarcelReuss @Apple @SwiftKey Ah right, do you use autocomplete at all? For long words that you type a lot, it can… https://t.co/bmSe5Oi9o1\n
5480                                                                                                                                                                 @TheCityofSac @Mayor_Steinberg @verizon Unless Verizon guarantees they won't prioritize traffic, create fast lanes,… https://t.co/V9LTSvKpA3\n
5481                                                                                                                                                                                          Check out DEAR GOD LETTERS, WE'RE DEPENDING ON YOU, BEGINNERS BOARD BOOK AGES 3+  https://t.co/E3TcyJd3bQ via @eBay\n
5482                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5483                                                                                                                                                                                           @amazon Robbing Fort knox would be easier than opening this remote. I'm cut, bloodied and angry. You pile of *****\n
5484                                                                                                                                                                         Their kiss was hot, but was the burning sensation from the chemistry or from her flames. @amazon #MagicNMKW… https://t.co/R1sO689HMO\n
5485                                                                                                                                                                        RT @ReedSavory: Dear @amazon - I've been a customer all the way back to 2000, spending thousands of dollars every year on your site… \n
5486                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5487                                                                                                                                                                               RT @THR: After a yearlong worldwide search, #Mulan has been found. Meet the Chinese actress set to play the @Disney characte… \n
5488                                                                                                                                      RT @NM4updates: The @NICKIMINAJ x @hm 12 piece collection is now available. 🚨\n\n\n\n\n\n\n\n\n\n\n\n\n\nPURCHASE ONLINE: https://t.co/hmUBl2x6qP https://t.co/jg2X5D…\n
5489                                                                                                                                       @ReutersBiz @Reuters RATED AAA- no doubt!!! \n\n\n\n\n\n\n\n\n\n\n\n\n\nI love them negative bonds - still the BEST PLACE for your investment… https://t.co/U8I7XXWfp5\n
5490                                                                                                                                                                      RT @f_schwalbach: @Bayer runs a small and agile innovation team co-located with @singularityu in Mountain View in Silicon Valley, hea… \n
5491                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5492                                                                                                                                                                                                                              RT @adidas: @_casanova_chlo You're not like a regular mom, you're a cool mom 💁\n
5493                                                                                                                                                                           @KelloggsUS Please enter me in the: \n\n\n\n\n\n\n"BEST SEATS IN THE HOUSE SWEEPSTAKES" https://t.co/5OdusPJAGZ #BestSeatsEntry  3\n
5494                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5495                                                                                                                                                    For the men in your life in need of some post #movember skin tlc\n\n\n\n\n\n\n@Loreal Barber Shop Grooming Set is €28 or Buy One… https://t.co/0bcG5DuuUi\n
5496                                                                                                                                                          @SMSweeneyAuthor \n\n\n\n\n\n\nModel Agent: A Thriller (Jaclyn Johnson, code name Snapshot series) by Sean S... https://t.co/sUV3zDzsae via @amazon\n
5497                                                                                                                                                                                               Check out LIBERTY FALLS THE PRICE WASH HOUSE, AH246B, AMERICANA COLLECTION   https://t.co/m46wK7yV3m via @eBay\n
5498                                                                                                                                                                 Donate these items needed by @TrussellTrust, which is collecting with @FareShareUK at @Tesco stores around the UK t… https://t.co/huRZwxprnI\n
5499                                                                                                                                              #FreeBookToday - Art &amp; Craft of Writing: Secret Advice for Writers\n\n\n\n\n\n\nhttps://t.co/wPuB5ypIIe via @amazon\n\n\n\n\n\n\n#author #writer #AmWriting\n
5500                                                                                                                                                                                       I just listed: 'Heavy Duty Snow Pusher and Thrower + BACK SAVER HANDLE', for 62.98 via @amazon https://t.co/yTY5mULDug\n
5501                                                                                                                                                                                Check out JAZZ SUPERSTARS - JOHN COLTRANE, CHARLIE PARKER, MILES DAVIS, HERBIE HANCOCK, BU  https://t.co/6IIrnZkJ6L via @eBay\n
5502                                                                                                                                                                      RT @MaculaDensa_: And @facebook is not doing anything against these fake news sites. If you report thrm, facebook will just respond "… \n
5503                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5504                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5505                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5506                                                                                                                                                                            Check out DISNEY THE LION KING, KHOL'S CARES BOOK, 2014, HARDCOVER ***NEW*** #DisneyTheLionKing https://t.co/CHERRRoOZe via @eBay\n
5507                                                                                                                                                                 So @FCC won't let us be, let us have net neutrality, I'm trying to watch @netflix on my tv but the fuckers are tryi… https://t.co/NfEoktTeyp\n
5508                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5509                                                                                                                                                                                RT @naveeeennnn: @TMobile \n\n\n\n\n\n\nHey Team, How many RTS for a iPhone8 Plus (Gold Varient)? ❤️😍 https://t.co/4UIDWExkYc\n
5510                                                                                                                                                                                                                                                       Still $4.50\n\n\n\n\n\n\nhttps://t.co/mDPnEvAlr8 @eBay\n
5511                                                                                                                                   RT @ThankHoney: #ad Quick and easy  #QuakerOvernightOats. Steep, sleep &amp; eat! #WakeUptoOats @Quaker @Walmart #sponsored\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/QuzG3…\n
5512                                                                                                                                                                                                                          @kidsmoove @YouTube @Google That's BS. I hope you'll get your channel back, Smoove.\n
5513                                                                                                                                                                                                                           @LilyMiranda07 @Disney there's no shang, he has a new character name in this movie\n
5514                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5515                                                                                                                                                     @NYTNational @Reuters Hi Plz Pub This PR, its a #humanity &amp; #Justice case #thaarjustice https://t.co/w8xXACQQMy\n\n\n\n\n\n\nhttps://t.co/6mmyfuR6I6\n
5516                                                                                                                                                                         Check out Abalone Shell, Malachite 925 Sterling Silver Jewelry Cuff Bracelet Adst. #Handmade #Cuff https://t.co/BxvIBfM3Me via @eBay\n
5517                                                                                                                                                                                                                                                          @ToyotaFinancial @Toyota should be embarrassed, too\n
5518                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5519                                                                                                                                                                    RT @DFID_Inclusive: “Disability is not inability” - Joseph Kamara, Welfare Society for the Disabled, Sierra Leone speaking @Microsoft t… \n
5520                                                                                                                                                                                 RT @Disney: #Incredibles2 is coming June 15, 2018. 💥 Watch the trailer now: https://t.co/unXTgQYCjJ https://t.co/DNfIY8OYYH\n
5521                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5522                                                                                                                                                                       RT @Beef: The wait is over, @Google has “fixed” their #burger emoji do you think it’s better now or before? https://t.co/AwWNxLIzsk 🍔\n
5523                                                                                                                                                                                       RT @A_Beautifulife: 3dRose ct_9354_4 Blue Floral Haze Ceramic Tile, 12-Inch 3dRose https://t.co/59dAh5vbsB via @amazon\n
5524                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5525                                                                                                                                                                  Tweeted for OldBaloo: Etienne Aigner Steel 9M Black Slide 2" Stacked Heel Leather  #EtienneAigner #Slides https://t.co/MzTv9mnLr8 via @eBay\n
5526                                                                                                                                   RT @jilevin: PLEASE RT IF YOU AGREE\n\n\n\n\n\n\n\n\n\n\n\n\n\nDear @McDonalds,\n\n\n\n\n\n\n\n\n\n\n\n\n\nPedophilia is not okay!  Why are you okay with advertising on… \n
5527                                                                                                                                                                 RT @ClassyClutter4: From a mom of 5 little boys, check out my @Walmart gifts for little guys! #ad #RockThisChristmas https://t.co/U3qEdQ9f68\n
5528                                                                                                                                                                 @joeysisco @GaymerFox @amazon @BestBuy Oh yeah, Best Buy is absolutely best when it comes to electronics. They're a… https://t.co/FzFnrD69Lo\n
5529                                                                                                                                                                                                                   RT @Burberry: 'B.M.', the brand new track from Kris Wu. Listen now https://t.co/DsJ6k7N5NQ\n
5530                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5531                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5532                                                                                                                                                                       RT @DamnitAddie: If a Chicken McGriddle is $2, a Coke is $1 and hash browns are $1, why is @McDonalds charging $4.40 for a meal? I o… \n
5533                                                                                                                                                                                                  RT @Disney: On March 9, be a warrior. The new trailer for A #WrinkleInTime is here. https://t.co/UBUiRZWiAc\n
5534                                                                                                                                                                                                                                                  @comcast Lol, more like I should consider other options. 👋\n
5535                                                                                                                                                                            RT @comcast: We do not and will not block, throttle, or discriminate against lawful content. We will continue to make sure that… \n
5536                                                                                                                                                                      RT @alwaystheself: Over 30,000 people have signed a petition asking @Sony to drop R Kelly. WHY does this known predator and abuser of… \n
5537                                                                                                                                                                                            RT @hm: Party essentials, magical dresses and sharp jackets.  #HM https://t.co/Od0vnLQovu https://t.co/a7Bc6qjXjQ\n
5538                                                                                                                                        after today I for sure hate @ATT ! Been on the phone 1.5 hours and still the issue isn’t resolved . \n\n\n\n\n\n\n\n\n\n\n\n\n\nHey @verizon… https://t.co/rZ3UK15DsC\n
5539                                                                                                                                                                                                                                         @Microsoft That's good, considering no one would pay for that trash.\n
5540                                                                                                                                                                                                       @seatzie @pepsi Yeah I've tried those, they really need to put a peach flavour in there. It's amazing.\n
5541                                                                                                                                                                  @HeatherMDitmars @LeslieDurso @FSPuntaMita @puntamitaMx @WeVisitMexico @RivieraNayarit @AmericanExpress ummmmm NO,… https://t.co/ropAj1Rd60\n
5542                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5543                                                                                                                                                                  @comcast But can we keep net neutrality so isps like you don't take advantage of what is essentially an oligarchy,… https://t.co/Fw9AhzF5KW\n
5544                                                                                                                                                                                                               @Barnacules @comcast #NetNeutrality must be protected, if not, the internet will be in danger.\n
5545                                                                                                                                                                 It is the #holidays and I want a new phone. Oh, and I want a new carrier because I have had enough of @TMobile. And… https://t.co/RaAkJfbYiI\n
5546                                                                                                                                                                                                                            RT @Starbucks: @BTWFoundation Together, we're making the world a better place! 💚\n
5547                                                                                                                                                                                                         RT @Reuters: McCain backs U.S. Senate tax bill, boosting chances of approval https://t.co/6GKIWwGKcH\n
5548                                                                                                                                                       RT @flowerchild_njh: @netflix Please fast-track The Punisher season 2! \n\n\n\n\n\n\n\n\n\n\n\n\n\n#TheBestNetflixShow #Kastle https://t.co/LBJ8Dyi1zl\n
5549                                                                                                                                                                                RT @nextofficial: #OrderByMidnight for a festive LBD update!\n\n\n\n\n\n\n£35 https://t.co/VpT7gEIZGG https://t.co/IlDXtdpIMS\n
5550                                                                                                                                If this Happens\n\n\n\n\n\n\nIt I'll be \U{01f929}\U{01f929}Modern Frankenstein!\n\n\n\n\n\n\n@Google @APL @Razer @SamsungMobile \n\n\n\n\n\n\n@MKBHD https://t.co/m6xil5KIhJ\n
5551                                                                                                                                                                                                                     Check out Freak by Jennifer Hillier (2013, Paperback)  https://t.co/3E7yOWD6wP via @eBay\n
5552                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5553                                                                                                                                                                      RT @Vixen_MHeart: @netflix @sense8 I love this scene so much. It speaks to everyone, no matter who you are. We've all felt judged, no… \n
5554                                                                                                                                                                             @Barnacules @comcast I'm sad to be a @comcast right now, too bad they are literally the only option I have right now! \U{01f92c}\n
5555                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5556                                                                                                                                                                                Check out Joe Browns Alluring Dress, Size 12, Black Multi, BNWT #JoeBrowns #TunicSmockDress https://t.co/nhN930Ln0y via @eBay\n
5557                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5558                                                                                                                                                                                                   RT @catkngai: OPEC, NON-OPEC OIL PRODUCERS AGREE TO EXTEND OUTPUT CUTS UNTIL END OF 2018 - KUWAIT @Reuters\n
5559                                                                                                                                       Good to see that @Microsoft is continuing to invest in the iOS platform:\n\n\n\n\n\n\n\n\n\n\n\n\n\nMicrosoft’s photos app for iOS and Androi… https://t.co/S5qiJJ79AB\n
5560                                                                                                                                                                         RT @jjmartin3: High Sierra #MacOS users beware. Plug this security hole immediately. Geez @Apple, Steve would not be happy about t… \n
5561                                                                                                                                                                 @Google released an app #Datally to manage ones WiFi and data usage, monitoring the applications that are using it.… https://t.co/Evkqv9Dlku\n
5562                                                                                                                                                                              RT @IBM: #TBT: In 1977, IBM developed the world's first mutually agreed-upon cryptographic algorithm to secure data 🔐. In 20… \n
5563                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5564                                                                                                                                                                                                                       Anybody else notice this? \n\n\n\n\n\n\n@Disney @gagegolightly https://t.co/arXlfy2IXx\n
5565                                                                                                                                                                 @facebook @facebook I can't log into my account, you keep doing security checks "you can't log in right now" it's b… https://t.co/xbOJYtNVw0\n
5566                                                                                                                                                                  Fantastic to hear how @Expedia drove business success with analytics in @awscloud and @tableau. Empowerement, self… https://t.co/RJOd7bavdv\n
5567                                                                                                                                                                                                             I'm at @Starbucks in Al Zour, Al Ahmadi w/ @bashar_alzanki @a7madalbader https://t.co/6UkXmoKAD7\n
5568                                                                                                                                                                  Forgive Me, Nadia: 2017 Must-Read Thrilling Novel Available Now! Experience the Real Power of Strength. https://t.co/Fq2xadxUWx via @amazon\n
5569                                                                                                                                                                          .@fortanix partnered with @Equinix on the new Equinix SmartKey. Congrats @ambuj0, @akashyap123, and @intel! https://t.co/cLl58ay7Zg\n
5570                                                                                                                                                                 #OPEC, non-OPEC presser in Vienna concluding long day of talks. Result is as @Reuters been reporting is an extensio… https://t.co/xtKc7hvExy\n
5571                                                                                                                                                                      13 boy hired by @Google at a package of 1.25 million dollar yr. Listen to the conversation, he is mind blowing  https://t.co/RXOTHClTxV\n
5572                                                                                                                                   RT @Talkwalker: Looking for some 2018 inspiration? Take a look at these 6 awesome social media campaigns from: \n\n\n\n\n\n\n\n\n\n\n\n\n\n🍺 @Heineken \n\n\n\n\n\n\n🍕… \n
5573                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5574                                                                                                                                                                                  RT @Reuters: Hezbollah emerges a winner from Mideast turmoil, alarming foes https://t.co/3TNFK8ck0b https://t.co/RSjhtkh9RI\n
5575                                                                                                                                                                                                Check out Teddy bear lamp, pre-owned, decent condition, tag still attached  https://t.co/AB0o1yoe7L via @eBay\n
5576                                                                                                                                                                              RT @leon44720: Check out this Amazon deal: Shopkins Season 6 Chef Club, 12 Pack by Shopkins https://t.co/iIV53iA0FY via @amazon\n
5577                                                                                                                                               Time to turn your old phones into charity gold ✨\n\n\n\n\n\n\nDrop off your phones at participating @TMobile stores, &amp; they'll d… https://t.co/sMUMeoEKgw\n
5578                                                                                                                                                    RT @drnickUSA: Sounds like an #ACL to me!\n\n\n\n\n\n\n@AOSSM_SportsMed @ASOS @ACLrecoveryCLUB @mykneeguide @kneepainoptions @TheAMSSM https://t.co/jMZf…\n
5579                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5580                                                                                                                                                                   RT @ilostmyflipflop: @sense8 fighter! Here are some more designs to choose from, send them via mail to friends, @netflix, lgtb communiti… \n
5581                                                                                                                                                                                      RT @Reuters: Tillerson unaware of plan to oust him, Senator Corker says https://t.co/ZsFJDHzFCA https://t.co/3Q8CszDVIs\n
5582                                                                                                                                                                    Everyone knows @McDonalds has the best fountain @DietCoke so it’s extra sad when you get a bad one. You should hire a DC QC, I️ volunteer.\n
5583                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5584                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5585                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5586                                                                                                                                                                                                                                  @shannoncoulter @stopalexjones Ugh, didn't know. Will be boycotting @amazon\n
5587                                                                                                                                                                                                                        @comcast Prove it. If you won't do it, then come out against repealing #NetNeutrality\n
5588                                                                                                                                                                                                                          Check out Pottery Barn Letter "y" 8" #PotteryBarn https://t.co/eni6dfNI1n via @eBay\n
5589                                                                                                                                                                                         Mom, I Hate My Life!: Becoming Your Daughter's Ally Through the Emotional Ups... https://t.co/wRvIuBfmti via @amazon\n
5590                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5591                                                                                                                                                                                               @nextofficial   I have ordered.....last Thursday , but it was not shipped yet\n\n\n\n\n\n\nWhat is the problem\n
5592                                                                                                                                                                            RT @Disney: In case you missed it, the #SnowWhite window unveiling at Saks Fifth Avenue was the perfect way to light up the hol… \n
5593                                                                                                                                                                       RT @SievertMike: @TMobile I blogged about how @TMobile benefits helped my family personally, but here are other great stories, too!!… \n
5594                                                                                                                                                                            RT @Disney: In case you missed it, the #SnowWhite window unveiling at Saks Fifth Avenue was the perfect way to light up the hol… \n
5595                                                                                                                                                                 RT @Microsoft: Starting today, Microsoft Edge is available for iOS and Android as a free download. https://t.co/Qb90NT9iEF https://t.co/uQo…\n
5596                                                                                                                                                                            Thru all the good vibes , just did a phone interview for @comcast. Next step,  face to face with store manager 😎 @comcastcareers\n
5597                                                                                                                                                                                                RT @Reuters: Ex-priest took confession, then murdered Texas beauty queen -prosecutors https://t.co/4yQ9VYSxNz\n
5598                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5599                                                                                                                                                                                         Check out #QueenAnne Porcelain 20" Victorian Doll ~ Curly Long Blonde Hair  #Dolls https://t.co/V71q0nmChM via @eBay\n
5600                                                                                                                                                                                @Microsoft #VisualStudio guru @mkristensen, shares how progressive web #apps can be made easily with… https://t.co/Foy3x87MMV\n
5601                                                                                                                                                                 RT @Microsoft: Starting today, Microsoft Edge is available for iOS and Android as a free download. https://t.co/Qb90NT9iEF https://t.co/uQo…\n
5602                                                                                                                                                                                                                                                @Folty25 @amazon Amen, man. 2 day shipping has been 4 lately.\n
5603                                                                                                                                                                                     RT @Reuters: Imagery shows latest North Korean missile was larger, more powerful: analysts https://t.co/k1QK4gpsPr via… \n
5604                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5605                                                                                                                                                 RT @nextofficial: RT to #WIN our #ShoeOfTheWeek!\n\n\n\n\n\n\nhttps://t.co/0drRuSwHha\n\n\n\n\n\n\nT&amp;Cs: https://t.co/XfEb5jnWoY https://t.co/WjReFCrjow\n
5606                                                                                                                                                                    Atom from @intel being used in the Deep Lens. \n\n\n\n\n\n\n\n\n\n\n\n\n\n#reinvent #awsreinvent #awsreinvent2017 https://t.co/D83788SoBH\n
5607                                                                                                                                                                              RT @BASF: We need heating and air-conditioning to stay comfortable, but it is also one of the biggest consumers of energy. BA… \n
5608                                                                                                                                                             RT @koubanator: yo @Apple you can make my battery die faster every day &amp; close my apps randomly as much as you like, I'm still not buying t…\n
5609                                                                                                                                                                                     Check out 1971 Volkswagen Type 2 Bus (T2B) "Lost" TV Series (2004-2010) 1/64 Diecast Model https://t.co/OhfSnmrSCb @eBay\n
5610                                                                                                                                                                                                 Trijicon ACOG 4 X 32 Scope Dual Illuminated... by Trijicon for $1,209.84 https://t.co/MEgM6kW5EK via @amazon\n
5611                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5612                                                                                                                                                               RT @BP_plc: #TBT to a view of our #ClairRidge platform under construction back in 2016, snapped by @kevin_mcbeath. 🌊🌊 #NorthSea https://t.c…\n
5613                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5614                                                                                                                                                                            RT @Disney: In case you missed it, the #SnowWhite window unveiling at Saks Fifth Avenue was the perfect way to light up the hol… \n
5615                                                                                                                                                                            Don't miss our #CloudWorkshop series at @Microsoft Offices in #London in 2018!! Simply search "K2" here:… https://t.co/TGpWlVJW1e\n
5616                                                                                                                                       Easy way to fix the @Marvel cinematic universe with @netflix  marvel universe ....\n\n\n\n\n\n\n\n\n\n\n\n\n\n@VancityReynolds breaks out The… https://t.co/2tXjQOg8bw\n
5617                                                                                                                                                                   RT @Audi: Preflight checklist:\n\n\n\n\n\n\n✔ 400 horsepower \n\n\n\n\n\n\n✔ Ceramic brakes\n\n\n\n\n\n\n✔ quattro https://t.co/Rqew3V2WJc\n
5618                                                                                                                                                                                             RT @Kosh800: @Reuters 1 to 5, he's a massive douche bag hawk who has no sense of the limits of the Constitution.\n
5619                                                                                                                                                    @UPS : we attempted to deliver your package but no one was there, we'll try again tomorrow\n\n\n\n\n\n\nUPS: tries to deliver it… https://t.co/5unb3RZY99\n
5620                                                                                                                                                                                                  RT @Disney: On March 9, be a warrior. The new trailer for A #WrinkleInTime is here. https://t.co/UBUiRZWiAc\n
5621                                                                                            @Reuters @GAYFISHPIOTR\n\n\n\n\n\n\n@GAYFISHPIOTR\n\n\n\n\n\n\n@GAYFISHPIOTR\n\n\n\n\n\n\n@GAYFISHPIOTR\n\n\n\n\n\n\n@GAYFISHPIOTR\n\n\n\n\n\n\n@GAYFISHPIOTR\n\n\n\n\n\n\n@GAYFISHPIOTR… https://t.co/xZc50I8Ke3\n
5622                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5623                                                                                                                                                                                                                                                                                   @PayPal Fuck you, @PayPal.\n
5624                                                                                                                                                                                                                                             Little Birdie:\n\n\n\n\n\n\n@Walmart will be using $LTC shortly.\n
5625                                                                                   @twolf10 @Reuters TAX VOTE TODAY: CALL NOW.....GOP SENATE VOTE NO\n\n\n\n\n\n\nRETW\n\n\n\n\n\n\n\n\n\n\n\n\n\nAREA CODE 202\n\n\n\n\n\n\n\n\n\n\n\n\n\nCollins 224-2523\n\n\n\n\n\n\nCorker 224-… https://t.co/cFDwn0cHAF\n
5626                                                                                                                                                                                     RT @Reuters: Imagery shows latest North Korean missile was larger, more powerful: analysts https://t.co/k1QK4gpsPr via… \n
5627                                                                                                                                                                            RT @Reuters: Senator Collins says not committed to tax bill, concerned about SALT https://t.co/lurgGV4iNz https://t.co/cEBUGb4p8a\n
5628                                                                                                                                                 RT @Nash076: Hey @comcast, hey @comcastcares:\n\n\n\n\n\n\n\n\n\n\n\n\n\nCan you please explain why you have removed your promise not to use paid prioriti… \n
5629                                                                                                                                                                                                 RT @MLS: Back. To. Back. 🏆\n\n\n\n\n\n\n\n\n\n\n\n\n\n#TFC // @Audi #MLSCupPlayoffs https://t.co/l7gRHqIzjg\n
5630                                                                                                                                                                    RT @david_turnbull: .@bmcushing w/ @SierraClub gets us started, telling @WellsFargo to stop financing tar sands and other #climate disa… \n
5631                                                                                                                                                                    RT @JMichaelWaller: SPLC chief Richard Cohen tells Congress he's trying to get @Google to integrate his organization's "hate" designees… \n
5632                                                                                                                                                                 Don’t worry @Apple, “I” isn’t used very much day to day so no one notices your glitch. Good job on that last update… https://t.co/rO0FZ92Fuz\n
5633                                                                                                                                                           RT @KendalCalling: Fingers crossed for Best Family Festival, Innovation Award &amp; Marketing Campaign for our @Google virtual tour! 🙏🏻 https:/…\n
5634                                                                                                                                                                                                                                       @gigglesngrin @Nike I need that, and need it before Christmas #BoKnows\n
5635                                                                                                                                                       For those asking, I finally updated my Amazon wish list! &lt;3\n\n\n\n\n\n\n\n\n\n\n\n\n\nMurder Nurse's Wish List https://t.co/QJlEssO4LL via @amazon\n
5636                                                                                                               RT @Saints: Last 4 @FedEx Ground Player of the Week winners: \n\n\n\n\n\n\nWeek 12: @A_kamara6 \n\n\n\n\n\n\nWeek 11: @MarkIngram22 \n\n\n\n\n\n\nWeek 10: Ingram\n\n\n\n\n\n\nWeek 9: Kamara…\n
5637                                                                                                                                                                                                                         @JosephSteinberg @Yahoo Google docs (aka doctors ) , for second opinion?  Use yahoo.\n
5638                                                                                                                                                                                                        RT @Disney: "There was an idea… ” @Avengers: #InfinityWar. In theaters May 4. https://t.co/EvQKXM3Jq1\n
5639                                                                                                                                                                                            RT @arinbhowmick: Proud of designers @IBM, giving back for social good #design @IBMdesign https://t.co/BMBx7LXqar\n
5640                                                                                                                                                                           RT @Reuters: From 2011 to 2015, Reuters found senior FSCO investigators rejected or ignored recommendations to investigate Fortr… \n
5641                                                                                                                                                                            RT @Disney: In case you missed it, the #SnowWhite window unveiling at Saks Fifth Avenue was the perfect way to light up the hol… \n
5642                                                                                                                                           RT @cmcgeesmith: Welcome Mr. &amp; Mrs. Flynn @CBS @CBSTweet  @amazon #savemajorcrimes\n\n\n\n\n\n\n#lovemajorcrimes \n\n\n\n\n\n\n#loveFlynn \n\n\n\n\n\n\nKeep… \n
5643                                                                                                                                                                 @danmegatron @Reuters I certainly don't think so- but I am no athority on this, it looks almost exactly like a 1973… https://t.co/MlwyaYUtGV\n
5644                                                                                                                                       RT @MarshaCollier: Austin Music Venue To Be Sold on @eBay Starting at $1\n\n\n\n\n\n\n#ecommerce #realestate \n\n\n\n\n\n\nhttps://t.co/e434BWFBT4 https://t.co/QegV6…\n
5645                                                                                                                                                                            RT @HotNewHipHop: The @Nike Kyrie 4 is coming soon...\n\n\n\n\n\n\n\n\n\n\n\n\n\nFirst Look⬇️\n\n\n\n\n\n\nhttps://t.co/4DoLA6okW3\n
5646                                                                                                                                                                                Check out Sterling Silver 925 Circle with stone Locket Pendant Necklace 14" long chain 3gr  https://t.co/GpQYvwpGEz via @eBay\n
5647                                                                                                                                                                                            RT @cburniske: The @amazon algos have voted: stocks are boring, #crypto is interesting 😉 https://t.co/oEsVGX8aEI\n
5648                                                                                                                                                                  Yea @Toyota #hydrogen fuel cells are the future for cars and trucks Finally a clean energy source- no CO2, sulfur,… https://t.co/qtIl0UVN53\n
5649                                                                                                                                                                           Check out Waterford Candlestick Holder Crystal Set of 2 Tall Bethany 10" Discontinued #Waterford https://t.co/aoCdVxS3BR via @eBay\n
5650                                                                                                                                                                                         Check out Kinsey Millhone Biography  "G" is For Grafton Hardcover 1st Ed  Kaufman  https://t.co/7pFJDW54uX via @eBay\n
5651                                                                                                                                                                           RT @CRISTY_bello: No words, just feelings ❤😍❤ #ShandyWedding ❤💑❤ #SaveMajorCrimes @CBS @amazon @CBSTweet https://t.co/ylQm0IsB6k\n
5652                                                                                                                                                                 RT @Saints: For the fourth straight week, a Saint wins @FedEx Ground Player of the Week: Congrats @A_kamara6! #GoSaints https://t.co/1ryjBf…\n
5653                                                                                                                                                                              RT @Cisco: What’s ahead for Cisco in 2018? Acceleration in software, #IoT, #cloud and the #NetworkIntuitive via @NetworkWorld… \n
5654                                                                                                                                                                 RT @BankofAmerica: Get your rally on, #CowboysNation! It’s game day! Grab your rally towels, and cheer on the @dallascowboys. https://t.co/…\n
5655                                                                                                                                                                 @McDonalds This isn’t a hack, a hack would be tell the cashier a homeless man stole yours and you need 10 extra, pl… https://t.co/JCFTu7Xumw\n
5656                                                                                                                                                                                  RT @Cisco: No matter what you call your #AI assistant, wake word technology is complex &amp; challenging. Learn more from… \n
5657                                                                                                                                                                                                              TP-Link N450 Wireless Wi-Fi Router, Up to 450... by TP-Link https://t.co/J4G9MA1X5V via @amazon\n
5658                                                                                                                                                                                        Womens 3" Wide Leather #belt Bronze Tone #Buckle Rivets Size 42 hook and eye close  https://t.co/lX6X4ZjhUE via @eBay\n
5659                                                                                                                                                                                        Check out Pair Of Proficient Audio Systems C660 6 1/2" Ceiling Speakers #Proficient https://t.co/nYV6rkXv4h via @eBay\n
5660                                                                                                                                                                                              Liu Yifei, announced yesterday as #Mulan in the upcoming @Disney remake, wears a Ralph… https://t.co/pWOuyJUlrk\n
5661                                                                                                                                              RT @grantstern: It's all good @comcast. I will cut the cord and cancel my service with you if the FCC kills #NetNeutrality \n\n\n\n\n\n\n\n\n\n\n\n\n\nI'd ra… \n
5662                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5663                                                                                                                                                                            RT @Disney: In case you missed it, the #SnowWhite window unveiling at Saks Fifth Avenue was the perfect way to light up the hol… \n
5664                                                                                                                                                                                                        RT @Disney: "There was an idea… ” @Avengers: #InfinityWar. In theaters May 4. https://t.co/EvQKXM3Jq1\n
5665                                                                                                                                           RT @AuthorLTaylor: #iTunes @Apple #BookBoost \n\n\n\n\n\n\nCheck out 12 award-winning Laura Taylor #romance ebooks! \n\n\n\n\n\n\nhttps://t.co/NtDF2kWSyW #ASMSG… \n
5666                                                                                                                                                                    RT @vincenzolandino: You've seen the @aftermarq team do a lot of work with @SAP this year. But have you seen why? Check out the series,… \n
5667                                                                                                                                                   RT @UPS: 🎶 James would walk 3200 miles. And he would walk 3200 more. 🎶\n\n\n\n\n\n\n\n\n\n\n\n\n\nRetweet if you’re feeling inspired this holiday seas… \n
5668                                                                                                                                                                                            @Jamie1973 @TMobile @JohnLegere Your contribution will make a BIG difference for our Club kids. Thank you, Jamie.\n
5669                                                                                                                                                                           RT @Reuters: UPDATE: Plan to replace Tillerson with Pompeo has been in the works for a number of weeks, senior administration of… \n
5670                                                                                                                                                                                 #cheese The Original Bottle Popper, Automatic Bottle opener, Black and Gold Bottle po... https://t.co/tZH1BSAd4C via @amazon\n
5671                                                                                                                                                                                                         Jist seen a drag race, @Tesla vs @Audi, tesla win, but for everything else in life I'd have the audi\n
5672                                                                                                                                                                                    #pub The Original Bottle Popper, Automatic Bottle opener, Black and Gold Bottle po... https://t.co/tZH1BSAd4C via @amazon\n
5673                                                                                                                                                                                                       RT @Only4RM: How the f*ck does this make the cut in the first place, @Walmart? https://t.co/CFJygBjJEQ\n
5674                                                                                                                                          RT @GoodSmile_US: From the @Disney movie #TheLittleMermaid comes a Nendoroid of the #disneyprincess of the sea, #Ariel ✨🌞 #Disney\n\n\n\n\n\n\n\n\n\n\n\n\n\nSe… \n
5675                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5676                                                                                                                                                                          RT @vmwarehorizon: Often, collaboration unlocks innovation; learn how @VMware and @Microsoft are enabling #digitaltransformation:… \n
5677                                                                                                                                                                                                                      @thehill You were selling this crap, @Walmart @walmarthelp? You serious?  This is sick.\n
5678                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5679                                                                                                                                                                                 @comcast Will you please stop Tweeting these, fucking, lies?\n\n\n\n\n\n\n\n\n\n\n\n\n\nThanks tRump and thank you tDan too!\n
5680                                                                                                                                                                  RT @sylvainreynard: Want to be the first to know when #THEMANINTHEBLACKSUIT goes live on @amazon? "FOLLOW" me there https://t.co/IKQOJmj0Rr\n
5681                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5682                                                                                                                                                                                                                   RT @EmmaLeighEld: Will you help us help Starbucks Man, @Starbucks? https://t.co/OXNZg2rsCE\n
5683                                                                                                                                                                                   RT @Newseum: Hey @Walmart, we can think of 2,305 reasons why this shirt is offensive. #JournalistsMemorial #PressFreedom… \n
5684                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5685                                                                                                                                                                              RT @OHLSD: Tune in to learn more about Rapid Run student Anna Caito and her efforts, with rhe help of @Disney, to raise money… \n
5686                                                                                                                                                                 @Tesco Sorry, I've not got the packaging anymore - please just message someone in your procurement team and tell th… https://t.co/Hyh9MBJtCq\n
5687                                                                                                                                                                 @comcast You know instead of ending net neutrality, you should keep your service the way it is. Why? If you don't c… https://t.co/HZghDd1Qpf\n
5688                                                                                                                                                                                          @Google @madebygoogle @AndroidPolice Cc: @Masonicmoron (Thank you for your Tweet). \n\n\n\n\n\n\n😎♂️\n\n\n\n\n\n\n@\n
5689                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5690                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5691                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5692                                                                                                                                                                         RT @dAFerisae: @kneptune3504 @Ladybug_Cartoon @netflix @Thomas_Astruc @zagtoon It's not Thomas fault, he doesnt control broadcaste… \n
5693                                                                                                                                                                                                 "I am a lineman for the county" THE LINE MAN  8X10 poster Norman Rockwell  https://t.co/cVUkoZoRB5 via @eBay\n
5694                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5695                                                                                                                                                                              @Walmart Honest to fucking god. You thought this was a good idea??? Really? \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/oMgtjp5gV5\n
5696                                                                                                                                                                                                   Gold-tone Leather Teardrop Earrings, Yellow, Metallic YB Green Jewelry https://t.co/FA3Pm95Mf3 via @amazon\n
5697                                                                                                                                                                                             @UPS  literally sucks ass, now I have to go to @BestBuy and exchange it for a new one 😒 https://t.co/uj2Oy7CkBC\n
5698                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5699                                                                                                                                                                                           @facebook needs to calm its shit down waking me up with a ping of a "friend suggestion" for a work colleague. Dick\n
5700                                                                                                                                                           RT @McDonalds: 🙌 Put your hands up for the McPick 2 for $5 lineup!! 🙌 S/O to the new recruit: Sausage, Egg &amp; Cheese #McGriddles!! https://t…\n
5701                                                                                                                                                                    RT @ThisJustInLIVE: @StarTribune @maggieNYT Hey, @Walmart, how did this even get past your buyers? The t-shirts didn’t grow hands and l… \n
5702                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5703                                                                                                                                                                               @Reuters It is insane, not transparent, not democracy. A short-term lift to the "markets" followed by pain for most Americans.\n
5704                                                                                                                                                RT @UPSPolicy: Once-Homeless Veteran Gives Back After Getting @UPS Job\n\n\n\n\n\n\n\n\n\n\n\n\n\n"We are a company that understands that the men and women… \n
5705                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5706                                                                                                                                                                   RT @Rachael_Swindon: Remind me of the last political party leader that went directly for @MorganStanley - "When they say we are a threat… \n
5707                                                                                                                                                                  @UPS @UPSHelp @FedEx @FedExHelp Thank you to both companies for your quick responses. Many people have this issue,… https://t.co/LJf61veTdC\n
5708                                                                                                                                                             RT @cmcgeesmith: 10 million viewers can't be wrong   #savemajorcrimes @CBS @CBSTweet a@AllAccessCBS  #Flynngirls\n\n\n\n\n\n\n#lovemajorcrimes… \n
5709                                                                                                                                                                                Check out Madison Landing Pillow Animal Print Leopard Cheetah Pattern Black 16" X 16" Nice  https://t.co/qb7WaqXoI1 via @eBay\n
5710                                                                                                                                      RT @celtics: Keep an 👀 on turnovers tonight!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTake a look at our Gameday Analytics presented by @generalelectric for more info. https://t.c…\n
5711                                                                                                                                                                 Dear @Microsoft - Why is it everytime we design and code an email newsletter, it's Outlook that ALWAYS breaks our e… https://t.co/YHqqquNspJ\n
5712                                                                                                                                                        RT @byHeatherLong: Warning from @GoldmanSachs this morning: \n\n\n\n\n\n\n"The tax reform bill and spending increases that are making their way thr… \n
5713                                                                                                                                                                      RT @FightOnTwist: @StarTribune Oh, @Walmart, I will be boycotting your store as a result of you offering this shirt for sale. Pulling… \n
5714                                                                                                                                                                                                   Check out Vintage Goldtone &amp; Black Initial "T" Cufflinks  #Unbranded https://t.co/QwBJ3PSG6h via @eBay\n
5715                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5716                                                                                                                                                                 @FightOnTwist @reneenilseb @StarTribune @Walmart Lmao the 5th time you've used this, funny how you're a "journalist… https://t.co/65vJKvtq2x\n
5717                                                                                                                                                                             RT @RTDNA: Shortly after our Voice of the #FirstAmendment Task Force sent a letter to the company’s top executives, @Walmart r… \n
5718                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5719                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5720                                                                                                                                                                          RT @Burberry: Winner of the 2017 Paving The Way award, @IdrisElba wears a @Burberry greatcoat detailed with embossed buttons to t… \n
5721                                                                                                                                                                                                                                          @FightOnTwist @StarTribune @Walmart Lol, boycott......lol, apology.\n
5722                                                                                                                                                                                         Michael Kors Men's Twill Two Button Side Vent Linen Suit (Olive, 44Rx37W) Mic... https://t.co/163KZm5fQW via @amazon\n
5723                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5724                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5725                                                                                                                                                                   RT @mnwild: 📸 Snap a photo from tonight's game, tweet it with #mnwild and @UPS and you could see your photo on the video board. #VGKvsMIN\n
5726                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5727                                                                                                                                                                 @comcast Hope no offense taken, but not trusting you. Comcast will act like any other soulless corporation and pres… https://t.co/IxWGK4frZC\n
5728                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5729                                                                                                                                         RT @WGRZ_SteveBrown: Hey, @Walmart. Is it your corporate policy that journalists should lynched? \n\n\n\n\n\n\n              -Signed,\n\n\n\n\n\n\n     Journalist… \n
5730                                                                                                                                                                      RT @FightOnTwist: @StarTribune Oh, @Walmart, I will be boycotting your store as a result of you offering this shirt for sale. Pulling… \n
5731                                                                                                                                        I’m liking the Toyota FT-AC so far! I am excited to see where @Toyota takes this concept. #ToyotaFTAC \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe Toyota… https://t.co/ewbSFGFexL\n
5732                                                                                                                                                                 @amazon I know its going to be a hard rough process, will definitely include well, some sacrifice or well maybe som… https://t.co/EFRorQn4RA\n
5733                                                                                                                                                                 RT @Microsoft: Starting today, Microsoft Edge is available for iOS and Android as a free download. https://t.co/Qb90NT9iEF https://t.co/uQo…\n
5734                                                                                                                                                                                 Check out 7 WWE / WWF DVD Box Sets - 3 Disc Sets - Raw, Jericho, DX , Shawn Michaels L@@K  https://t.co/uhhBvlFmMr via @eBay\n
5735                                                                                                                                                                                        RT @Reuters: Actor Jim Nabors, TV's 'Gomer Pyle' of 1960s, dies at 87 https://t.co/eH9N8T9str https://t.co/AAEpfKGjHH\n
5736                                                                                                                                                                                                        RT @Disney: "There was an idea… ” @Avengers: #InfinityWar. In theaters May 4. https://t.co/EvQKXM3Jq1\n
5737                                                                                                               RT @Saints: Last 4 @FedEx Ground Player of the Week winners: \n\n\n\n\n\n\nWeek 12: @A_kamara6 \n\n\n\n\n\n\nWeek 11: @MarkIngram22 \n\n\n\n\n\n\nWeek 10: Ingram\n\n\n\n\n\n\nWeek 9: Kamara…\n
5738                                                                                                                                                                                                                                                     @brynn_legree @TMobile Returned, trying the S9 next year\n
5739                                                                                                                                                                  Any other editing programs aside from @Adobe? Program's amazing, but can't get it to work anymore and it's pissing… https://t.co/zwRI8UsdEF\n
5740                                                                                                                                                                 @MagnificentOne_ @dwallbank @Walmart Do you own that business listed in your bio, or are you an employee? Because i… https://t.co/wDMpBAUsbh\n
5741                                                                                                                                                                      RT @FightOnTwist: @StarTribune Oh, @Walmart, I will be boycotting your store as a result of you offering this shirt for sale. Pulling… \n
5742                                                                                                                                                                     RT @TopRopeTravis: What in the hell was @Walmart thinking? Seriously, a shirt that encourages murder by lynching?! This is disgusting.… \n
5743                                                                                                                                                                              RT @IBM: #TBT: In 1977, IBM developed the world's first mutually agreed-upon cryptographic algorithm to secure data 🔐. In 20… \n
5744                                                                                                                                                                                                                         @Starbucks hey it’s my birthday, you promised me a free drink and then charged me :(\n
5745                                                                                                                                                                                                       Unilever CEO defends balance between growth, margin https://t.co/PLVIUtuEzu Via @Reuters #businessnews\n
5746                                                                                                                                                                RT @Google: Hardware hitting the shelves, updates in Search, 🍔 emojis and more—recap what was new in November at Google. https://t.co/8rsvO…\n
5747                                                                                                                                                                      RT @FightOnTwist: @StarTribune Oh, @Walmart, I will be boycotting your store as a result of you offering this shirt for sale. Pulling… \n
5748                                                                                                                                                                                   @Eric_Halvorson @kroger Well yeah, go in, buy the snow man for her, get to give the dogs belly rubs! Everyone is a winner!\n
5749                                                                                                                                                                          RT @SOTI_Inc: On December 6, learn how SOTI and @Samsung KNOX are raising the bar in #mobility #management. Register for this exc… \n
5750                                                                                                                                                                                     Check out Cleveland CG12 Zip Grooves 56 Degree Sand Wedge, Men's RH Wedge Flex Steel Shaft https://t.co/w0xYQ9QiQ6 @eBay\n
5751                                                                                                                                                                                                                              @JehutyPrime @EA @EAHelp @EAMaddenNFL @EASPORTSUFC @Disney Just signed, thanks.\n
5752                                                                                                                                                                                          Check out Atrium Collection Jacket, Blazer, Coat, Ladies, Women's, Juniors Sz 6, Navy https://t.co/W7zJob4h93 @eBay\n
5753                                                                                                                                                                       RT @EbenezerUMC: Shout out @HomeDepot  Stafford, Va for the discount on all of the boxes we need for our Angel Tree food boxes! Espe… \n
5754                                                                                                                                                                 Hey #UDel, do you want free ☕ from @DunkinDonuts, @Starbucks and more during the #UDSpring semester? Announcements… https://t.co/A7UYhsVaxO\n
5755                                                                                                                                                  14 ⚠️LOS ROHINGYA LOS NECESITAN // NEED YOUR HELP MORE THAN EVER⚠️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Google @GoogleColombia @googleespanol… https://t.co/ursy61kYLW\n
5756                                                                                                                                                  34 ⚠️LOS ROHINGYA LOS NECESITAN // NEED YOUR HELP MORE THAN EVER⚠️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Google @GoogleColombia @googleespanol… https://t.co/R3b2dFqjED\n
5757                                                                                                                                                                                              RT @Reuters: Deficit worries roil Senate debate on tax bill, leaders scramble for votes https://t.co/uUPZRcLnwh\n
5758                                                                                                                                                                        RT @MargaretAtwood: Secret Sisterhood: The Hidden Friendships of Austen, Bronte, Eliot and Woolf  https://t.co/SKt7TxrHFB via @amazon\n
5759                                                                                                               RT @Saints: Last 4 @FedEx Ground Player of the Week winners: \n\n\n\n\n\n\nWeek 12: @A_kamara6 \n\n\n\n\n\n\nWeek 11: @MarkIngram22 \n\n\n\n\n\n\nWeek 10: Ingram\n\n\n\n\n\n\nWeek 9: Kamara…\n
5760                                                                                                                                                                 RT @Saints: For the fourth straight week, a Saint wins @FedEx Ground Player of the Week: Congrats @A_kamara6! #GoSaints https://t.co/1ryjBf…\n
5761                                                                                                                                                                                                                   craving a salted caramel hot chocolate from @Starbucks 🤤\n\n\n\n\n\n\n#cravings #hotcocoa\n
5762                                                                                                                                                                               This is completely unacceptable, @Walmart owes journalist a serious apology. #ChangedViewsAboutWalmart https://t.co/dkhm4lXCN3\n
5763                                                                                                                                                                                          $101988 Polymer Commemorative Australian Ten Dollars Money.., Free postage to Aus https://t.co/YAvtu9mTpJ via @eBay\n
5764                                                                                                                                                    RT @RetailDive: Items on @amazon on average are 56.48% more expensive than the same products found at a @Costco store\n\n\n\n\n\n\nhttps://t.co/ZxcTLMlf…\n
5765                                                                                                                                                 Disgusting. Absooooolutely Disgusting.\n\n\n\n\n\n\n\n\n\n\n\n\n\nSomeone at @Walmart had to approve that.... that piece of garbage. https://t.co/Cz8DoopdZG\n
5766                                                                                                                                                   RT @UPS: 🎶 James would walk 3200 miles. And he would walk 3200 more. 🎶\n\n\n\n\n\n\n\n\n\n\n\n\n\nRetweet if you’re feeling inspired this holiday seas… \n
5767                                                                                                                                                                                                                                                          Watch your back, @CocaCola. https://t.co/Q5EKVdPwgS\n
5768                                                                                                                                                                             RT @RTDNA: Shortly after our Voice of the #FirstAmendment Task Force sent a letter to the company’s top executives, @Walmart r… \n
5769                                                                                                                                                         @ATT For the past several weeks, my internet &amp; u-verse have been at 3rd-world levels. But, AT&amp;T is getting a nice t… https://t.co/6Keu6V5tYM\n
5770                                                                                                                                                                          RT @JohnDeere: Even when they are away from home, ag women are helping to feed the world. More than 10,000 meals were prepared at… \n
5771                                                                                                                                                                                RT @naveeeennnn: @TMobile \n\n\n\n\n\n\nHey Team, How many RTS for a iPhone8 Plus (Gold Varient)? ❤️😍 https://t.co/4UIDWExkYc\n
5772                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5773                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5774                                                                                                                                    RT @cxotalk: TOMORROW\n\n\n\n\n\n\nFri. 1 Dec 2017, at 1 pm ET / 10 am PT\n\n\n\n\n\n\nGlobal Sales #DigitalTransformation @generalelectric\n\n\n\n\n\n\nw #CxOTalk gue… \n
5775                                                                                                                                                                                                    Aluminum License Plate 6"x12" I LOVE HAITI for Auto or Truck TOPSQUAD https://t.co/Ibxar6UcrY via @amazon\n
5776                                                                                                                                                                   RT @SweetNSourDeals: "The Music is my language and the world Es Mi Familia" @Disney @Pixarcoco is A Must See Movie in theaters everywher… \n
5777                                                                                                                                                                                                      Fire Kids Edition Tablet, 7' Display, Wi-Fi... by Amazon for $99.99 https://t.co/Wv9sm1cVop via @amazon\n
5778                                                                                                                                   Started #IronFist - fun!\n\n\n\n\n\n\n\n\n\n\n\n\n\nThank u @netflix for all the awesome @marvel content, please keep up the great work &amp; I’l… https://t.co/Y6D3SGx3up\n
5779                                                                                                                                                                        RT @uprun4life: Get Kleenex, Scott, Viva, and Cottonelle while you are doing your Black Friday shopping done at @Walmart so that yo… \n
5780                                                                                                                                                                            @The_Angel_1489 @Dodge @Ford Which, the car or my wife? Given the choice, I'll take my wife, but the car is hard not to love. LOL\n
5781                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5782                                                                                                                                                                                                                                        RT @PaulBegala: What's your answer, @Walmart? https://t.co/tgj29HWwuh\n
5783                                                                                                                                                                   RT @FunMoneyMom: If there's one thing my daughter loves, it's Barbie dolls &amp; this 28" Barbie from @Walmart is her new favorite! If y… \n
5784                                                                                                                                                                   RT @ilostmyflipflop: @sense8 fighter! Here are some more designs to choose from, send them via mail to friends, @netflix, lgtb communiti… \n
5785                                                                                                                                                                 @MiroDeLeon @netflix Darker than the homeless people, the drug addicts, the hoods, the gangs, the sexual assaults..… https://t.co/8FyBZz5JIQ\n
5786                                                                                                                                                                            RT @myuniquemarket: Check out Lego Lot of 3 Friends Girls Minifigures Mia,  Joanna And White Poodle https://t.co/Yzrtq0aoQk @eBay\n
5787                                                                                                                                                                          RT @JimmyJJam: Hey @TMobile @JohnLegere, I just got this. New? Regardless, thx for the assist! They didn't leave a vm so it looks… \n
5788                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5789                                                                                                                                                                                       @ryola You are quite welcome! \n\n\n\n\n\n\n\n\n\n\n\n\n\n(Also @Wendys usually burns @McDonalds at least once a week)\n
5790                                                                                                                                           RT @wu_yi_fan: 171201 #KrisWu Instagram update\n\n\n\n\n\n\n\n\n\n\n\n\n\nKris Wu X @Burberry Litty🔥\n\n\n\n\n\n\nhttps://t.co/fAJjAs14Ca https://t.co/196OVehsMr\n
5791                                                                                                                                                                                     RT @1prncs: Because I love Christmas, I'm offering FOREVER CHRISTMAS for free on @amazon for 5 days starting tomorrow.… \n
5792                                                                                                                                                                 RT @Saints: For the fourth straight week, a Saint wins @FedEx Ground Player of the Week: Congrats @A_kamara6! #GoSaints https://t.co/1ryjBf…\n
5793                                                                                                                                           RT @wu_yi_fan: 171201 #KrisWu Instagram update\n\n\n\n\n\n\n\n\n\n\n\n\n\nKris Wu X @Burberry Litty🔥\n\n\n\n\n\n\nhttps://t.co/fAJjAs14Ca https://t.co/196OVehsMr\n
5794                                                                                                                                                                                RT @Burberry: #BurberryXKrisWu, a new collaboration. Sign up for more details https://t.co/rA22OUSlZd https://t.co/9PFza8BWbv\n
5795                                                                                                                                                                                RT @Burberry: #BurberryXKrisWu, a new collaboration. Sign up for more details https://t.co/rA22OUSlZd https://t.co/9PFza8BWbv\n
5796                                                                                                                                                                 @TAThorogood @usbank @WellsFargo Oh and Wells Fargo ALSO told John that something was another bank's fault, when it… https://t.co/aT3AeZwX4Z\n
5797                                                                                                                                           RT @wu_yi_fan: 171201 #KrisWu Instagram update\n\n\n\n\n\n\n\n\n\n\n\n\n\nKris Wu X @Burberry Litty🔥\n\n\n\n\n\n\nhttps://t.co/fAJjAs14Ca https://t.co/196OVehsMr\n
5798                                                                                                                                                                 RT @rhonda_harbison: @JustWhatNowWhy @TravisAllen02 @SoMeMediaInc @realDonaldTrump @Starbucks Merry Christmas,  Mr. Mueller. We're ready ht…\n
5799                                                                                                                                                                    A familiar spot for @HoustonDynamo’s @dylanremick15.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/XhNa8aJIJA\n
5800                                                                                                                                                                             RT @Lunaa: s/o @PayPal For having the worse chargeback system on the internet, sold an item for $700 through grailed and the k… \n
5801                                                                                                                                                                                                                                                                     @FiveMarigolds @intel Fuck off, Rochelle\n
5802                                                                                                                                                                                                @SchlaTroy @JohnLegere @TMobile @FeedingAmerica @TeamRubicon And a damn good one, buddy. You just keep at it!\n
5803                                                                                                                                                    Hot Stocking Stuffer ideas at @Walmart. Get @OlaySkin Pro-X Advanced \n\n\n\n\n\n\nCleansing System and @Braun Multi Grooming Ki… https://t.co/M0XjEiKJ95\n
5804                                                                                                                                                                                RT @Burberry: #BurberryXKrisWu, a new collaboration. Sign up for more details https://t.co/rA22OUSlZd https://t.co/9PFza8BWbv\n
5805                                                                                                                                                                 RT @AuthorVJJDunn: When the end began, no one even noticed... Beginning the End by VJJ Dunn https://t.co/L7jf7NDJQj via @amazon #RRBC #chri…\n
5806                                                                                                                                                                       @ananavarro Also, I think @netflix should consider editing out Matt Lauer in The Unbreakable Kimmy episode one https://t.co/6rzE0hvE8A\n
5807                                                                                                                                                                                 RT @CBS: She's an Angel! Tonight, @Harry_Styles hits the runway at the #VSFashionShow @ 10/9c on CBS &amp; CBS All Access:… \n
5808                                                                                                                                                                 Not gonna lie, I was a little disappointed that the @pepsi cans weren’t themed but the packaging was. I saw Coke ha… https://t.co/54JDdW1hJf\n
5809                                                                                                                                                                 @supernovalee @MartinaCarney17 @facebook Two weeks today no reply, etc, I would just like a reply, HMU if you don’t… https://t.co/qBq1xD3KSs\n
5810                                                                                                                                                                                    My thoughts when I dont get my coffee @jimmyfallon ...yep, that's my daughter. #basic. @Starbucks https://t.co/uqKxKsrqJb\n
5811                                                                                                                                                                 Sadly our new "feaster" @verizon router is slower and can't even be detected by most our devices We now have a chil… https://t.co/aOX7oQICm6\n
5812                                                                                                                                                                            RT @comcast: We do not and will not block, throttle, or discriminate against lawful content. We will continue to make sure that… \n
5813                                                                                                                                                                                                                                                                @CardinalNation1 @amazon Dude, where’s my TV?\n
5814                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5815                                                                                                                                                                                 Check out Home Decor Decorative Pillow Multi Color Family Love Laughter Phrases 16" Toss   https://t.co/Z5iA0FkDF2 via @eBay\n
5816                                                                                                                                                                              RT @BtuflyBoutique: Ladies Covington Sand Dollar Like Necklace &amp; Earring Gift Set 16"-18" NEW https://t.co/xMfyolJyMq @eBay\n
5817                                                                                                                                                                                RT @naveeeennnn: @TMobile \n\n\n\n\n\n\nHey Team, How many RTS for a iPhone8 Plus (Gold Varient)? ❤️😍 https://t.co/4UIDWExkYc\n
5818                                                                                                                                                                RT @JohnLegere: @TMobile 💓 Because of your actions on #GivingTuesday, @TMobile donated to @BGCA_Clubs! #givingTWOgether https://t.co/Z85YcW…\n
5819                                                                                                                                                                                                  Check out Kitty Paws Shoes Custom Women's 6" Rainbow Stretch Thigh High Boots https://t.co/vUBymoBQHM @eBay\n
5820                                                                                                                                                                                            Disappointed with @HSBC! Asked for a contactless card in store, heard AND received NOTHING! BAD CUSTOMER SERVICE!\n
5821                                                                                                                                                                         Cyber Hot Deal! Dell Latitude 5580 15.6" Full HD Laptop - Core i5-6300U 500GB, 8G, WIN10 Pro #Dell https://t.co/wybdGP22au via @eBay\n
5822                                                                                                                                                              RT @hannnxox: Dear @Starbucks ,\n\n\n\n\n\n\nFrom a business student at WV Wesleyan in Buckhannon, WV there is an vacant store 2 minutes from… \n
5823                                                                                                                                                                      RT @slpng_giants: Let the record show that the 571 Grill and Draft House doesn’t want Nazis around, but @facebook and @twitter are to… \n
5824                                                                                                                                                 RT @Nash076: Hey @comcast, hey @comcastcares:\n\n\n\n\n\n\n\n\n\n\n\n\n\nCan you please explain why you have removed your promise not to use paid prioriti… \n
5825                                                                                                                                                    RT @RetailDive: Items on @amazon on average are 56.48% more expensive than the same products found at a @Costco store\n\n\n\n\n\n\nhttps://t.co/ZxcTLMlf…\n
5826                                                                                                                                                                      RT @StealingCake: Hi @netflix I just finished #Sense8. I watched it because of word of mouth (h/t @jewseal). My question is, why wasn… \n
5827                                                                                                                                                                                        Oolong Tea Tie Guan Yin loose leaf bag packing, Grade A semi-fermented tea to... https://t.co/jAkyCrolTT 来自 @amazon\n
5828                                                                                                                                                                        RT @SaintHeron: Tonight at @billboard's #WomenInMusic ceremony, @solangeknowles will receive the first ever @AmericanExpress Impact… \n
5829                                                                                                                                                                                                 Trijicon TA02 ACOG Battery Illuminated LED ... by Trijicon for $1,252.55 https://t.co/s0agDzhXjB via @amazon\n
5830                                                                                                                                                                  Hey, Check out how @Microsoft &amp; @Surface treats there loyal customers who purchased their premium #surface #sp4 https://t.co/fO7910wEjv\n
5831                                                                                                                                                                                                                   Quick updates by @Apple :) #ShitHappens\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/IUsBHRo2x3\n
5832                                                                                                                       RT @jilevin: BOYCOTT SEAN HANNITY!\n\n\n\n\n\n\n\n\n\n\n\n\n\nDear @Bayer,\n\n\n\n\n\n\n\n\n\n\n\n\n\nDo you really want to advertise on @SeanHannity's TV and radio shows given his… \n
5833                                                                                                                                                                                                                   RT @Burberry: 'B.M.', the brand new track from Kris Wu. Listen now https://t.co/DsJ6k7N5NQ\n
5834                                                                                                                                      RT @MLS: The build-up. The finish. All class. 😍\n\n\n\n\n\n\n\n\n\n\n\n\n\nRodriguez makes it 3-0 on aggregate! #SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/OVPRjW…\n
5835                                                                                                                                                                      RT @slpng_giants: Let the record show that the 571 Grill and Draft House doesn’t want Nazis around, but @facebook and @twitter are to… \n
5836                                                                                                                                                                             Check out Balenciaga Paris Noruh Size 38 EUR, Black Suede Pumps Heel Leather Spain #Balenciaga https://t.co/R2VvaTdL9a via @eBay\n
5837                                                                                                                                                                             RT @RTDNA: Shortly after our Voice of the #FirstAmendment Task Force sent a letter to the company’s top executives, @Walmart r… \n
5838                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5839                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5840                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5841                                                                                                                                      RT @MLS: The build-up. The finish. All class. 😍\n\n\n\n\n\n\n\n\n\n\n\n\n\nRodriguez makes it 3-0 on aggregate! #SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/OVPRjW…\n
5842                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5843                                                                                                                                       RT @dElvI88: It happens to me too. Please fix this @YouTube @Google @youtubemusic @TeamYouTube \n\n\n\n\n\n\n\n\n\n\n\n\n\n#YOUTUBE_Whereis_DNA_MV https://t.co/mqPAI…\n
5844                                                                                                                                                                 @jrmint4 @Swhoney @RTDNA @Walmart Tina, the First Amendment applies to Government action, not corporations or peopl… https://t.co/JggCXv1SZF\n
5845                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5846                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5847                                                                                                                                                                                     @MattSchafer1974 @Quinntessence_ @UPS @redrobinburgers @LoneJobber @CBRadioLive I know, Matt... Truth can be painful....\n
5848                                                                                                                                                                           RT @MLS: #ForeverOrange amid a sea of green. \n\n\n\n\n\n\n\n\n\n\n\n\n\n#SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/6pTQ5kmS1d\n
5849                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5850                                                                                                                                                                                                          Kim Jong Nam had nerve agent antidote in bag, Malaysian court told https://t.co/7IJ1cqJrxh @Reuters\n
5851                                                                                                                                                                                      #BabyChristmas Cheetah Print Baby / Toddler Boots Size 3 (#Cheetah, #toddler #boots)  https://t.co/3GpwsqZOPl via @eBay\n
5852                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5853                                                                                                                                                                            RT @comcast: We do not and will not block, throttle, or discriminate against lawful content. We will continue to make sure that… \n
5854                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5855                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5856                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5857                                                                                                                                                                           RT @TeamRWB: Last month, we asked #EagleNation to vote/like our video on https://t.co/fAaRghttE8 for the @Starbucks Upstanders C… \n
5858                                                                                                                      RT @sonni_de: Things I will give up, if you gut  #NetNeutrality:\n\n\n\n\n\n\n\n\n\n\n\n\n\nMy @hulu subscription\n\n\n\n\n\n\nMy @netflix subscription\n\n\n\n\n\n\nMy @amazon accou… \n
5859                                                                                                                                                                         Check out NIB Gorgeous UGG Valberg Fur &amp; Suede Wedge Boots, Black, sz 8.5 #UGGAustralia #Boots https://t.co/miRxMBH5EP via @eBay\n
5860                                                                             @netflix you guys are trash for getting rid of always sunny‼️‼️ \n\n\n\n\n\n\n🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽\n
5861                                                                                                                                                                                        RT @MLS: No stopping these guys.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/BJRYQPeNEa\n
5862                                                                                                                                           RT @wu_yi_fan: 171201 #KrisWu Instagram update\n\n\n\n\n\n\n\n\n\n\n\n\n\nKris Wu X @Burberry Litty🔥\n\n\n\n\n\n\nhttps://t.co/fAJjAs14Ca https://t.co/196OVehsMr\n
5863                                                                                                                                                                                                                          RT @SPRUNT: @comcast @lulybean Great a "statement". How non-legally binding of you.\n
5864                                                                                                                                      RT @WuYiFan_KrisBar: Search #KrisWu on Burberry website,there's a surprise waiting for you🎁 \n\n\n\n\n\n\n@Burberry X @KrisWuOfficial_ \n\n\n\n\n\n\ncoming soon... h…\n
5865                                                                                                                                                             Because of @Microsoft Paint, I was able to edit a college recommendation letter written by my principal &amp; submit it… https://t.co/7v7CnioShE\n
5866                                                                                                                                                                                RT @Burberry: #BurberryXKrisWu, a new collaboration. Sign up for more details https://t.co/rA22OUSlZd https://t.co/9PFza8BWbv\n
5867                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5868                                                                                                                                                                      RT @Reuters: China Nov factory growth slows to 5-month low, confidence sags: Caixin PMI https://t.co/PEbC40Mw51 https://t.co/WuEHWiw3A7\n
5869                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5870                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5871                                                                                                                                                                                        RT @MLS: No stopping these guys.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/BJRYQPeNEa\n
5872                                                                                                                                                                 @TerenaBell @RubeBait @jrmint4 @RTDNA @Walmart What a shirt says, says nothing.. doing is a whole different ballgam… https://t.co/TjKJzLLs8k\n
5873                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5874                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5875                                                                                                                                                                                              Dear @Apple, please release a new update so my phone stops correcting it to I.t.. I.t is extremely frustrating.\n
5876                                                                                                                                                                  @Apple a white rose emoji is highly needed,or maybe just put the rose gold for options such as "white-for losing a… https://t.co/E74jD2CsXa\n
5877                                                                                                                                                                                                                                   RT @brittshottahs: Bro, why my phone shuts off at 40% battery life? @Apple\n
5878                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5879                                                                                                                                                                                 RT @MLS: Welcome back, @JmoSmooth13. 💪\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/Jgg4u5AQbm\n
5880                                                                                                                                   RT @MLS: Joevin Jones never stops running &amp; Clint Dempsey doesn't miss from there.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/2dZwymds…\n
5881                                                                                                                                                                                       RT @MLS: Shipp ➡️ Bruin. Clinical!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/pYE5JUsDHK\n
5882                                                                                                                                                                                                          Hey celebrity best friend @_itsmichaela, u got any @beatsbydre or @Nike inducements yet? 👀🏀👸🏾🐻\n
5883                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5884                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5885                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5886                                                                                                                                                                      RT @slpng_giants: Let the record show that the 571 Grill and Draft House doesn’t want Nazis around, but @facebook and @twitter are to… \n
5887                                                                                                                                                                      RT @FightOnTwist: @StarTribune Oh, @Walmart, I will be boycotting your store as a result of you offering this shirt for sale. Pulling… \n
5888                                                                                                                                                                                RT @naveeeennnn: @TMobile \n\n\n\n\n\n\nHey Team, How many RTS for a iPhone8 Plus (Gold Varient)? ❤️😍 https://t.co/4UIDWExkYc\n
5889                                                                                                                                                                               @Sw0rds_HS Self control is also not drinking 30 cans of \n\n\n\n\n\n\n@CocaCola in 3 days (sponsor me) https://t.co/VAFAg4S6GI\n
5890                                                                                                                                                                             Check out Frost King V75 62" x 210" Window Insulation Kit Extra Large( Brand new )  #Frostking https://t.co/UeYsQjwVY5 via @eBay\n
5891                                                                                                RT @MohamedMuraj: #BPDigitalEnergy \n\n\n\n\n\n\n\n\n\n\n\n\n\nInsightful keynote by Diana of @BP_plc \n\n\n\n\n\n\nHere is snapshot of all the key points. \n\n\n\n\n\n\n\n\n\n\n\n\n\n#WeAreTechWomen http…\n
5892                                                                                                                       RT @jilevin: PLEASE RT!\n\n\n\n\n\n\n\n\n\n\n\n\n\nDear @pfizer,\n\n\n\n\n\n\n\n\n\n\n\n\n\nI ask that you reconsider advertising on @seanhannity - silencing sexual assault victims… \n
5893                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5894                                                                                                                                                                               Check out Antique Japanese Door Carving, A portrayal of Old World Courtship. #JapaneseCarver https://t.co/yP3Z4G0uxa via @eBay\n
5895                                                                                                                                                                 @jeremycorbyn @MorganStanley "Labour have highlighted meetings between Conservative ministers and Morgan Stanley ov… https://t.co/1B2u8M8maW\n
5896                                                                                                                                                           RT @MLS: A familiar spot for @HoustonDynamo’s @dylanremick15.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/XhNa8aJIJA\n
5897                                                                                                                                                                                  RT @Moshoolee: Come on @Apple! We always got perfection from you.\n\n\n\n\n\n\n#Apple @AppleSupport https://t.co/FjaCgLQmIx\n
5898                                                                                                                                                                 @KING5Seattle And yet @Microsoft, @awscloud, @Boeing are all within 30 mins of this school district and building mu… https://t.co/LqY2WNCeNC\n
5899                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5900                                                                                                                                                                  Didn't expect much but #SWAT on @CBS is a welcome surprise , I'm really digging it and @shemarmoore is Killin it as Hondo new favorite show\n
5901                                                                                                                                                                        RT @BriDiesel8: Hey @Starbucks, @DBradbery new album is now out, she's not going to get much sleep tonight and has a big day planne… \n
5902                                                                                                                                                                   RT @Rachael_Swindon: Remind me of the last political party leader that went directly for @MorganStanley - "When they say we are a threat… \n
5903                                                                                                                                                                  RT @FrenchFryInfern: @KCStar WTF is wrong with you @Walmart ? We know the fam is friendly with Trump, but seriously? Where's your #apology?\n
5904                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5905                                                                                                                                                                                                  RT @Disney: On March 9, be a warrior. The new trailer for A #WrinkleInTime is here. https://t.co/UBUiRZWiAc\n
5906                                                                                                                                                                 RT @prageru: "@PragerU details the institutional bias at play within @Google and its Orwellian attempt to marginalize those who disagree wi…\n
5907                                                                                                                                       RT @_george84: @AutisticZebra Do you know why the reviews of #ToSiriWithLove made by actually autistic people disappeared from @amazon ?\n\n\n\n\n\n\n\n\n\n\n\n\n\nB…\n
5908                                                                                                                                                             RT @RobSchneider: Well, @Apple has finally come clean &amp; admits their 'updates' are used to slow down older phones to make people think they…\n
5909                                                                                                                                                                                                    RT @Timmii_Turner: You heard her @Apple, \n\n\n\n\n\n\nwe want free Apple Music 🗣 https://t.co/4nPzR1ffJq\n
5910                                                                                                                                       RT @_george84: @AutisticZebra Do you know why the reviews of #ToSiriWithLove made by actually autistic people disappeared from @amazon ?\n\n\n\n\n\n\n\n\n\n\n\n\n\nB…\n
5911                                                                                                                                                                                                                          New Year, same Me! @netflix  pls, give @sense8 season3! ❤️🙌 https://t.co/jVSRJuRPqJ\n
5912                                                                                                                                                                 RT @ABCDEFGHIrock: Google said Black Mirror was gonna come out at midnight, then @netflix came on here happy as hell to say “Black Mirror w…\n
5913                                                                                                                                                                 RT @ItCanWait: The best way to start the new year is to get home safely. Don’t risk your safety driving distracted. @ATT reminds you, #ItCa…\n
5914                                                                                                                                                                                         RT @armandoisaac: @TMobileHelp @marionrains Hey @TMobile , I can't pay as well, and because of that I am now overdue\n
5915                                                                                                                                                                                                              RT @antiqueman99: British Farthings,  1953/54, , as per scans https://t.co/pmeg5LUQpx via @eBay\n
5916                                                                                                                                       RT @RamsNFL: It's a #LARams sweep! \n\n\n\n\n\n\n\n\n\n\n\n\n\nCongratulations to @JaredGoff16 + @TG3II for being named @FedEx Air Player + Ground Player of the Week…\n
5917                                                                                                                                                                         Watching your @netflix travel show with my English mother, @jackwhitehall and it’s fantastic. Literally laughing out loud. #ThankYou\n
5918                                                                                                                                                                 @Apple: instead of arrogantly, secretly, slowing people's phones down (for whatever bizarre reason) why on Earth di… https://t.co/Xni5lb7UiV\n
5919                                                                                                                                       @GaylynnGabbie @CNN @Apple @AppleSupport No.\n\n\n\n\n\n\n\n\n\n\n\n\n\nSmartphone batteries use a lithium-ion technology and a chemical proc… https://t.co/oZARDiEO6Y\n
5920                                                                                                                                                                 @Apple Also, the “hey Siri” never works unless I’m either yelling or right next to the phone and thus could push th… https://t.co/MGlFbDrLdp\n
5921                                                                                                                                                                 RT @ItCanWait: Don’t let one post cause you to miss out on a lifetime of memories. @ATT reminds you, #ItCanWait. Take the pledge to never d…\n
5922                                                                                                                                                                                                   RT @Reuters: After Trump criticism, China says no illicit oil sales to North Korea https://t.co/lkgabYokZX\n
5923                                                                                                                                                                 RT @SenSchumer: From ‘08-‘15, @ATT paid an avg tax rate of 8% but the company now has tens of thousands fewer employees. Tax breaks don’t l…\n
5924                                                                                                                                                                                Check out Vintage Dallas Cowboys Tony Tolbert #92 jersey (Russell Athletic, adult size 38)  https://t.co/JPaw0xIRZT via @eBay\n
5925                                                                                                                                                                 RT @easyJet: Due to continued poor weather conditions in the U.K, some flights may be delayed or cancelled. Please check our Flight Tracker…\n
5926                                                                                                                                                                     @Reuters When it comes to polling,Trump has never had it good.All polls suggest he would not win the Presidency but he trumps the polls.\n
5927                                                                                                                                                  RT @PrizeSquad: FOLLOW &amp; RETWEET TO #WIN THIS @Apple iPhone X, 256GB! #GIVEAWAY\n\n\n\n\n\n\nEnds: 8/1/18 #COMPETITION #iPhoneX https://t.co/2V9GH1cPOQ\n
5928                                                                                                                                                                 RT @JeremyJensenUSA: @SParsnejad @moctober16 @Reuters We have no problem with the Iranian people, we have a problem with their corrupt Terr…\n
5929                                                                                                                                                                                      @Omo_Charley @PayPal Hey Charles, have chat with us via whatsapp: +2348094780607 for assistance with your subscription.\n
5930                                                                                                                                                                                                 RT @Apple: iPad Pro + iOS 11. Use Apple Pencil to mark up anything, like a website, an email or even a cast.\n
5931                                                                                                                                                             RT @RobSchneider: Well, @Apple has finally come clean &amp; admits their 'updates' are used to slow down older phones to make people think they…\n
5932                                                                                                                                                             RT @RobSchneider: Well, @Apple has finally come clean &amp; admits their 'updates' are used to slow down older phones to make people think they…\n
5933                                                                                                                                                                 RT @DynamicWebPaige: @amazon @Google Excerpt from a just-recently-posted paper: "Building Robust Deep Neural Networks for Road Sign Detecti…\n
5934                                                                                                                                                                          RT @Reuters: China ban on ivory sales begins Sunday, aims to curb elephant poaching https://t.co/u9Mb6EAEBh https://t.co/J9L2g976E5\n
5935                                                                                                                                                             RT @jurygroup: Do you think @Apple reduction of iPhone battery replacements, $79 to $29, &amp; iOS (operating system) software update providing…\n
5936                                                                                                                                                                          RT @Reuters: China ban on ivory sales begins Sunday, aims to curb elephant poaching https://t.co/u9Mb6EAEBh https://t.co/J9L2g976E5\n
5937                                                                                                                                                                 RT @Reuters: After warfare, cholera and hunger, Yemen faces a new battle: highly-contagious diphtheria https://t.co/u5AmTIVUpA via @selamgk…\n
5938                                                                                                                                                                                                   Special Report: In a hospital ward in Yemen, the collapse of a nation https://t.co/MrrZYX8xi3 Via @Reuters\n
5939                                                                                                                                                                                                             @Nestle sent me this half an hour ago, but hasn't had much to say since. https://t.co/GadcBreKj7\n
5940                                                                                                                                                                                  I'm just saying, if I wanted to sell shoes I'd pick imagery that was a bit less subconsciously Fashy but you do you @adidas\n
5941                                                                                                                                                                                     RT @Reuters: Turkey, Russia sign deal on supply of S-400 missiles: media https://t.co/VCLxBgQc3o https://t.co/yIKF5IDUxF\n
5942                                                                                                                                                                          RT @Reuters: China ban on ivory sales begins Sunday, aims to curb elephant poaching https://t.co/u9Mb6EAEBh https://t.co/J9L2g976E5\n
5943                                                                                                                                                                 @Amazon and @Google are engaged in an all-too-public tiff. In the latest salvo, Google has announced it will pull Y… https://t.co/um6AuypxRc\n
5944                                                                                                                                                                                 Ho appena messo in vendita 'Wish You Were Here (2016 - Remaster)' a 34,90 @maxbigfun tramite @amazon https://t.co/tvjIToRSE2\n
5945                                                                                                                                                                                     RT @Reuters: Turkey, Russia sign deal on supply of S-400 missiles: media https://t.co/VCLxBgQc3o https://t.co/yIKF5IDUxF\n
5946                                                                                                             RT @jennaezarik: I think my favorite thing about 2017 is that @netflix added the “skip intro” feature. \n\n\n\n\n\n\n\n\n\n\n\n\n\nOh and downloads. \n\n\n\n\n\n\n\n\n\n\n\n\n\nGosh I love Ne…\n
5947                                                                                                                                                                               RT @Reuters: India likens cryptocurrencies to Ponzi scheme, cautions investors https://t.co/kL9Mz6JmY1 https://t.co/WsDKz9niMc\n
5948                                                                                                                                                                 @BananaRepublic Suede #Leather Pants in Khaki, Size 34 x 30 #Mensfashion #menswear https://t.co/dS2FZgrRs8 via @eBay https://t.co/vmtxswCuKG\n
5949                                                                                                                                                                                RT @Reuters: Van jumps Seattle sidewalk, hits pedestrians, at least 5 injured https://t.co/eAejldsYuv https://t.co/hOzZ2xIiij\n
5950                                                                                                                                                                               RT @Reuters: India likens cryptocurrencies to Ponzi scheme, cautions investors https://t.co/kL9Mz6JmY1 https://t.co/WsDKz9niMc\n
5951                                                                                                                                                                  @penn_state How to Find Printer Drivers @XEROX, @Samsung, @HP, @EPSON, @CANONusa, @BrotherOffice and other Printers https://t.co/Eoqcjp50EA\n
5952                                                                                                                                                                 RT @aardodson: @ATLHawks @celtics @BrooklynNets @Nike @chicagobulls @cavs @dallasmavs @nuggets Nike "City" Edition uniforms for Golden Stat…\n
5953                                                                                                                                                                 @introspektre @netflix The Punisher was one of my favs when I was reading all those years ago, and I felt they nail… https://t.co/Dhmw8gMVzU\n
5954                                                                                                                                                                                                @netflix @blackmirror this show is amazing, but maaan i cant watch it, its waay tooooo damn depressing for me\n
5955                                                                                                                                                                                                                    Love it when @amazon delivers early, particularly when there’s nobody there to pickup. :(\n
5956                                                                                                                                        RT @rohan0203: 2 big news from the #mobile industry over past month:\n\n\n\n\n\n\n1. @Apple admits that it slows down old #iPhones \n\n\n\n\n\n\n2. #Google collects…\n
5957                                                                                                                                                                                                                Ninja Gaiden (XBOX/game/ver. EUR) for 6,50€ at https://t.co/2aM2ZjaR4r via @eBay #ninjagaiden\n
5958                                                                                                                                                             RT @RobSchneider: Well, @Apple has finally come clean &amp; admits their 'updates' are used to slow down older phones to make people think they…\n
5959                                                                                                                                                                 @Starbucks I dont know what's better. Walking in and getting my food/coffee and leaving seamlessly, or seeing every… https://t.co/SiQTJ6090l\n
5960                                                                                                                                                                  RT @chicagohotshot: is it bad that i binged @TheFostersTV on @netflix in 3 weeks and, bc i can’t get enough, i’m re-watching all 5 seasons…\n
5961                                                                                                                                                                 RT @chodakrmi: #Iran - #Mashhad, state security forces throw teargas at peaceful protesters #protest @Reuters @FoxNews #Foxnews https://t.c…\n
5962                                                                                                                                                                            Check out Vintage Satin Art Glass Pendant Lamp Shade 2 1/4" Rim Blue &amp; White Diamond Motif  https://t.co/zXX7wK1XL9 via @eBay\n
5963                                                                                                                                                                 @UnboxTherapy Lew, I'm on a @Samsung S7; the thing hasn't the best battery life, and it does cut out sometimes at 5… https://t.co/syxOkiMZp2\n
5964                                                                                                                                       RT @kwekugotjokez: These @Nike\n\n\n\n\n\n\n@NBA\n\n\n\n\n\n\n#cityedition jerseys just might be  the jerseys to rebirth the style that @myfabolouslife started. I th…\n
5965                                                                                                                                                                 RT @MimiYaya: @shannoncoulter I'm in my second Christmas of online shopping without @amazon and @Macys, my to former go-to favorites, thank…\n
5966                                                                                                                                                                                          @MudasarKhan @XFINITY @verizonfios @DIRECTV @comcast @comcastcares I'm definitely a fan of DirecTV. Expensive, tho.\n
5967                                                                                                                                                                 RT @ATT: We’ve got EXCLUSIVE behind-the-scenes footage from #LWYMMD! Watch on #TaylorSwiftNOW, only on @DIRECTV and @DIRECTVNOW. https://t.…\n
5968                                                                                                                                                                                                RT @Reuters: After Trump criticism, China denies selling oil illicitly to North Korea https://t.co/kny9Vibbz4\n
5969                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5970                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5971                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5972                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5973                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5974                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5975                                                                                                                                                                 @AppleSupport another inquiry, there was a statement from @Apple recently where they will offer a battery replaceme… https://t.co/TYfjAAFCkO\n
5976                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5977                                                                                                                                                                 RT @krassenstein: @charliekirk11 @CBS Here we go again, Trump retweeting and promoting Fox news in order for them to continue to say good t…\n
5978                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5979                                                                                                                                                                              Check out Antique 4" Fitter Gas Lamp Shade Satin Glass Torch &amp; Wreath Fleur de Lis Motif  https://t.co/j37w8psLVz via @eBay\n
5980                                                                                                                                                             RT @RobSchneider: Well, @Apple has finally come clean &amp; admits their 'updates' are used to slow down older phones to make people think they…\n
5981                                                                                                                                                                  RT @CapeCodGiftShop: Check out ABIGAIL 15" DOLL CROCHET DRESS AND HAT PATTERN - 1992 Fibre Craft F145 Leaflet https://t.co/fkCjkPgE7d @eBay\n
5982                                                                                                                                                                 RT @DrJaneRuby: I will have an exclusive update on this breaking story, on Dr Jane’s DC tomorrow night at 7 on @CernovichNews @facebook / M…\n
5983                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5984                                                                                                                                                                 RT @TechGenYZ: #Facebook slips hateful content, apologizes for its moderation mistakes. @facebook https://t.co/qGEsigZWna https://t.co/WrO7…\n
5985                                                                                                                          RT @CARIndia: We've finally tested the 'new' @BMW M3 in India. Worth the baby-blue wait? Read on...\n\n\n\n\n\n\nhttps://t.co/Dm8F8TmDvj\n\n\n\n\n\n\n\n\n\n\n\n\n\n@bmwindia @BMW…\n
5986                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5987                                                                                                                          @charliekirk11 @CBS Charlie,\n\n\n\n\n\n\nYou REALLY need to define what YOU consider to be the "middle class".\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe middle clas… https://t.co/aoKxwVZn7v\n
5988                                                                                                                                                                 @charliekirk11 @realDonaldTrump @CBS Until the middle class taxcut expires, while the rich and corps are permanent…… https://t.co/82UDyJtwFq\n
5989                                                                                                                                                                                                RT @Reuters: After Trump criticism, China denies selling oil illicitly to North Korea https://t.co/kny9Vibbz4\n
5990                                                                                                                                                                 "Here's a roundup of interesting trends and stories in the @SAP world from 2017, including SAP's push into leading-… https://t.co/MCrHiYAqsF\n
5991                                                                                                                                                                 RT @Reuters: Middle and high-income earners in China, the core of support for the Communist Party, have invested heavily in wealth manageme…\n
5992                                                                                                                                                                  RT @Reuters: JUST IN: President Trump calls for U.S. Postal Service to raise prices of shipments, including those made by Amazon - Twitter…\n
5993                                                                                                                                                        RT @OurFordStore: 💲💰🎁🚗💰💲OK, so nobody gave u the gift u really wanted. Gift yourself &amp; get a good deal at @Ford Year End Sales Event going…\n
5994                                                                                                                                                                                                              RT @Reuters: Court rules 'Bookkeeper of Auschwitz', 96, must go to jail https://t.co/MCEPVSq5RB\n
5995                                                                                                                                                             Ring in this coming #2018NewYear w/ a new #career #job  @ATT ➔Join #LifeAtATT &amp; work w/respectful, caring, supporti… https://t.co/W3QJKwZtzm\n
5996                                                                                                                                                     RT @voiceofsunnis: PRETESTORS SCREAM \n\n\n\n\n\n\n“DEATH TO DICTATOR KHAMEINE” in THE STREETS of IRAN @AP @nytimes @Reuters @FoxNews @cnnbrk @CNN @ABC…\n
5997                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5998                                                                                                                                                                 RT @womenscenters: " @Google is once again scrubbing crisis pregnancy center ads from its platform, after @Rewire_News searched for “aborti…\n
5999                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6000                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6001                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6002                                                                                                                                                                          Check out 5 Strand Copper Rondelle Smooth Balls Shape Size 6mm 7" Long 24k Gold Plated #Unbranded https://t.co/F9q3vzM1UP via @eBay\n
6003                                                                                                                                                                                         RT @Reuters: Gunmen attack church near Cairo, killing nine: ministry https://t.co/oKaXQ7Wflu https://t.co/2RQIJO8h7I\n
6004                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6005                                                                                                                                                             @Reuters In Saudi Arabia last May,Trump called for unity against Tehran👉🏼told assembled Arab leaders 👈🏽 "For decade… https://t.co/Lwsm2GXGWs\n
6006                                                                                                                                                                                                   RT @Reuters: Special Report: In a hospital ward in Yemen, the collapse of a nation https://t.co/oV9cHQN9iP\n
6007                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6008                                                                                                                                                                  @Reuters Actually, the package delivery service is the one area that makes money for the USPS. It’s the daily mail… https://t.co/dA06bwNRyK\n
6009                                                                                                                                                                 @verizon @VerizonSupport I received your notice that you’re changing the payment date, 3 Days earlier. Your site do… https://t.co/XloDGrMr86\n
6010                                                                                                                                                                 RT @Reuters: While most of the world is protected from diphtheria by routine immunization, Yemeni doctors are witnessing a resurgence of th…\n
6011                                                                                                                                                                  RT @Reuters: JUST IN: President Trump calls for U.S. Postal Service to raise prices of shipments, including those made by Amazon - Twitter…\n
6012                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6013                                                                                                                                                                                Check out 5 Strands Blue Topaz Rondelle Faceted Approx 4mm Gemstone Jewelry Beads 15" Long  https://t.co/2gLqOF75jR via @eBay\n
6014                                                                                                                                                                 @wreckingcrew44 @Ljiljanacado @charliekirk11 @CBS Um ...yes, the stimulus provided stability. Further, the employme… https://t.co/CpjDPLzSve\n
6015                                                                                                                                                                 RT @Monet1279: @Abdlazzt441 @DieHoren @charliekirk11 @CBS You don’t get my point, which is Left created panic in NY, NJ, CA that taxes will…\n
6016                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6017                                                                                                                                                                                                              RT @Reuters: Court rules 'Bookkeeper of Auschwitz', 96, must go to jail https://t.co/MCEPVSq5RB\n
6018                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6019                                                                                                                                                                                @Starbucks make our 2018 and bring back the Tazo #tea range please, the English Bfast is 👍 Teavana is horrid &amp;bitter. 🤢\n
6020                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6021                                                                                                                                                                 RT @Monet1279: @artisteHart @DieHoren @charliekirk11 @CBS You assume we have short memory...Obama off-shored our jobs,  gave bailout $ whic…\n
6022                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6023                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6024                                                                                                                                                                 @Reuters @ReutersOpinion Hi, this is Shadi. I will #PROFESSIONALLY #vectorize your #logo, #picture, or anything. Th… https://t.co/WdEJG9rQ0B\n
6025                                                                                                                                                                                                                                    I'm at @Starbucks Coffee in Boracay Island, Aklan https://t.co/w8CZPXlbsq\n
6026                                                                                                                                                  RT @PrizeSquad: FOLLOW &amp; RETWEET TO #WIN THIS @Apple iPhone X, 256GB! #GIVEAWAY\n\n\n\n\n\n\nEnds: 8/1/18 #COMPETITION #iPhoneX https://t.co/2V9GH1cPOQ\n
6027                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6028                                                                                                                                                                                Check out Fairy Tail Natsu Dragneel Necklace,round cap style,steel,ball chain -anime,manga  https://t.co/lC0oi6FIV8 via @eBay\n
6029                                                                                                                                                                 RT @ColMorrisDavis: Russians and murderous dictators are fine for Comrade Zuckerberg and his @facebook propaganda tool, but I’m banned?  Go…\n
6030                                                                                                                                                                                                                          Check out STARBUCKS "BEIJING" MINI ESPRESSO 3 OZ. CUP https://t.co/6OfqzEoizv @eBay\n
6031                                                                                                                                                                 RT @Reuters: As diphtheria returns to Yemen after decades of being kept at bay, doctors struggle to treat the 'forgotten disease' https://t…\n
6032                                                                                                                                                                           Check out 10 Pcs Green Color Silk Tassel Necklace Making Link 2" Long Finding Jewelry #Unbranded https://t.co/Fa7AQlLwV8 via @eBay\n
6033                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6034                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6035                                                                                                                                                                 RT @ProPublica: We asked readers to send us examples of hate speech on @facebook. Then, we asked Facebook to comment on some of them. Here'…\n
6036                                                                                                                                                                                                                             I'm at @Starbucks Coffee in Las Piñas City, Metro Manila https://t.co/ayJgeDGb4B\n
6037                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6038                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6039                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6040                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6041                                                                                                                                       RT @_george84: @AutisticZebra Do you know why the reviews of #ToSiriWithLove made by actually autistic people disappeared from @amazon ?\n\n\n\n\n\n\n\n\n\n\n\n\n\nB…\n
6042                                                                                                                                                                          RT @Reuters: China ban on ivory sales begins Sunday, aims to curb elephant poaching https://t.co/u9Mb6EAEBh https://t.co/J9L2g976E5\n
6043                                                                                                                                                                                       @NetflixNordic @netflix @Netflixhelps Yes, I would be more than grateful if @Netflixhelps could look into the problem!\n
6044                                                                                                                                                                                  @wreckingcrew44 @lwalshmill @charliekirk11 @CBS That's what we libtards stand for, we look out for everyone's best interest\n
6045                                                                                                                                                                                Check out Vintage Dallas Cowboys Tony Tolbert #92 jersey (Russell Athletic, adult size 38)  https://t.co/JPaw0xIRZT via @eBay\n
6046                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6047                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6048                                                                                                                                                                                       Certified Refurbished Fire HD 10 Tablet, 10.1... by Amazon https://t.co/Brf0U1oKIT via @amazon https://t.co/Z3cakF5vzn\n
6049                                                                                                                                                                  RT @Reuters: JUST IN: President Trump calls for U.S. Postal Service to raise prices of shipments, including those made by Amazon - Twitter…\n
6050                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6051                                                                                                                                                                  RT @Reuters: UPDATE: Amazon shares reverse course in premarket trading after Trump calls for U.S. Postal Service to raise shipment prices,…\n
6052                                                                                                                                                                                                            RT @verizon: Join and get a bonus credit after your first month—to enjoy any reward, on us. #VZup\n
6053                                                                                                                                                             RT @RobSchneider: Well, @Apple has finally come clean &amp; admits their 'updates' are used to slow down older phones to make people think they…\n
6054                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6055                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6056                                                                                                                                          @sp1r1tharambe @Reuters Nope, he wasn't\n\n\n\n\n\n\nEven if he was\n\n\n\n\n\n\nThe statement still shows he doesn't know what global warming is\n\n\n\n\n\n\n😑😑\n
6057                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6058                                                                                                                                                                 @Bonn1eGreer @facebook @Twitter @instagram @nytimes His incoherent, ignorant ramblings are very funny indeed, until… https://t.co/lI5vUxG825\n
6059                                                                                                                                                                 RT @MitchellGoW: @Ryanair I'm trying to fill in the compalint form to claim expenses, but the form won't work when atatching files. I get a…\n
6060                                                                                                                                                                  @charliekirk11 @CBS Come talk with me ... I’ll lose out. You know, you can choose a select pool to get the desired… https://t.co/OnTzkRsshH\n
6061                                                                                                                                                    RT @LoriMoreno: We were filming trying gorgeous new #cameras Have a Fabulous One! \n\n\n\n\n\n\nhttps://t.co/tEC7MNWbbd @Sony @SonyPictures https://t.co…\n
6062                                                                                                                                                RT @S112233Athena: Marked down 30%\n\n\n\n\n\n\nTea Infuser tea infuser https://t.co/KGrY30uIjK\n\n\n\n\n\n\n/ref=cm_sw_r_tw_dp_U_x_UBLrAb2XBH6QJ via @amazon\n
6063                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6064                                                                                                                                                                 @Monet1279 @andoculture @DieHoren @artisteHart @charliekirk11 @CBS Trump's budget went into effect 10/17, 11 months… https://t.co/WRbLhcg8O5\n
6065                                                                                                                                                                 @Monet1279 @andoculture @DieHoren @artisteHart @charliekirk11 @CBS "chipper workforce off an near shore"? Seriously… https://t.co/Gt4LPwUjiO\n
6066                                                                                                                                                                                                                              @miketempleton @Apple My takeaway is "Pay us $29 to fix the problem we caused."\n
6067                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6068                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6069                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6070                                                                                                                                                             So @Apple , R U getting worse by the year? Updated iPhone 6S to iOS11.2.1: bricked, data recovery attempt &amp; drainin… https://t.co/6dV7lbDGFd\n
6071                                                                                                                                                                                  RT @androidcentral: Android Oreo is now on its way to the @TMobile Moto Z2 Force! 🍪👏\n\n\n\n\n\n\nhttps://t.co/H5X1HMtDix\n
6072                                                                                                                                                                 @PhoenixPhyre1 @Slate @Disney Contracts can't be made in violation of US law, it would be an illegal contract. Just… https://t.co/N3SRPTW54A\n
6073                                                                                                                                                                                     RT @Reuters: Turkey, Russia sign deal on supply of S-400 missiles: media https://t.co/zAa5KrGm4b https://t.co/xJhweApoDA\n
6074                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6075                                                                                                                                                             RT @GoldmanSachs: PODCAST: From London: $GS' Anthony Gutman discusses European M&amp;A, IPOs and what he’s telling clients about Brexit: https:…\n
6076                                                                                                                                       RT @AMLT_Token: Do you know that #Bitcoin is TOP 3 @Google trend of #2017? \n\n\n\n\n\n\n\n\n\n\n\n\n\nUse the power of #Bitcoin and JOIN the #AMLT #TOKENSALE now at…\n
6077                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6078                                                                                                                                                                 RT @UnokTaemin: I want @Apple to add a #PearlAquaHeartEmoji to commemorate Jonghyun and OT5 SHINee. I always wanted one, but this past week…\n
6079                                                                                                                                                                                                                                    RT @McDonalds: @SpriteCranberry You deserve nothing but the best, Ian! :)\n
6080                                                                                                                                                                           Check out Wavy "Wire Wrapped" Bracelet Sterling Silver Size 7 1/4" 5 Grams 3mm #Unbranded #Chain https://t.co/B0ZoHn0QDJ via @eBay\n
6081                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6082                                                                                                                                                                 Since 1962 the founder of @Walmart Sam Walton had a strategy, belief and mission: The lowest prices anytime, anywhe… https://t.co/qa4YemdSIL\n
6083                                                                                                                                                                                                  RT @Reuters: Child playing with stove may have started deadly N.Y. fire, mayor says https://t.co/LQBEQjNsvW\n
6084                                                                                                                                                                                             @charliekirk11 @CBS thats about $300 per head, numb nut, and none of them get thousands. What is wrong with you?\n
6085                                                                                                                                 RT @Nissan: A pop of color is like a pop of confidence. \n\n\n\n\n\n\n#R35 #OMGTR #NissanGTR \n\n\n\n\n\n\n🚗: anthonydfw\n\n\n\n\n\n\n📷: jg.photoz https://t.co/p6Zd4sz3si\n
6086                                                                                                                                                                                    RT @Reuters: Spend on defense, Merkel's allies say, widening gap with SPD https://t.co/68lPqNFZya https://t.co/amjqMlvkFp\n
6087                                                                                                                                                                         RT @McDonalds: @rj_inc Hey, Tim! Being single isn't always a bad thing... More McDonald's for you! 😉 We hope to see you again soon!\n
6088                                                                                                                                                                                                                                              I'm at @Starbucks in Al Zour, Al Ahmadi https://t.co/9p1jqpJcIt\n
6089                                                                                                                                                             RT @GoldmanSachs: PODCAST: ESG investing is becoming mainstream according to $GS, @McKnightfdn &amp; New Energy Capital: https://t.co/c3I6lu5s3…\n
6090                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6091                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6092                                                                                                                                                                                           Check out Dinky Toys, Meccano, Jaguar Type D, 238, Collectible, Thrifty Street, USED https://t.co/cpGuJTAsuz @eBay\n
6093                                                                                                                                                                 RT @Reuters: Bronx fire started by 3-and-a-half-year-old boy playing with stove in the kitchen in a ground floor, 'stairwell acted like a c…\n
6094                                                                                                                                                                 @ReggaeVibeRadio  How to Find Printer Drivers @XEROX, @Samsung, @HP, @EPSON, @CANONusa, @BrotherOffice and other Pr… https://t.co/iDsTXOiXx7\n
6095                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6096                                                                                                                                                                                           Check out $20/ Gram !!!!!!! NEW Solid 14KT Yellow Gold "Shell" Dangle  Earrings  https://t.co/aA0Sm3GcD0 via @eBay\n
6097                                                                                                                                                                                                     @VoupCheck Nothing better than a jar of olives with The Godfather in the background. Well done, @netflix\n
6098                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6099                                                                                                                                                                   Here’s your feel good for the day! Go 🐝! Go @amazon! Go snow leopards! (And many more)\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/S8qtCehZND\n
6100                                                                                                                                                     @SANG33 @Flowerchild0907 @charliekirk11 @realDonaldTrump @CBS Problem :\n\n\n\n\n\n\nSince Ronald Reagan we know, that „trickle… https://t.co/zoN33hK8q7\n
6101                                                                                                                                                                                                                                       I'm at @Walmart Supercenter in Hattiesburg, MS https://t.co/MmkFQkmfeO\n
6102                                                                                                                                                                 @Jenniferhoffman @Slate @Disney And to be honest, I'm not defending Disney, I'm merely arguing the law as I underst… https://t.co/dwRw2MFG7K\n
6103                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6104                                                                                                                                                                                         RT @Reuters: Gunmen attack church near Cairo, killing nine: ministry https://t.co/oKaXQ7Wflu https://t.co/2RQIJO8h7I\n
6105                                                                                                                                                                 @rollingstone  How to Find Printer Drivers @XEROX, @Samsung, @HP, @EPSON, @CANONusa, @BrotherOffice and other Print… https://t.co/ArBC3RkyWM\n
6106                                                                                                                                      RT @LancashireFA: 🎅 Christmas Giveaway - Day 7!\n\n\n\n\n\n\n\n\n\n\n\n\n\nHere's something a little different - up for grabs today are three @Nike balls suitable fo…\n
6107                                                                                                                                      RT @LancashireFA: 🎅 Christmas Giveaway - Day 7!\n\n\n\n\n\n\n\n\n\n\n\n\n\nHere's something a little different - up for grabs today are three @Nike balls suitable fo…\n
6108                                                                                                                                                                                                                              @Reuters please visit if you need or like \n\n\n\n\n\n\nhttps://t.co/FcI1EIGztF\n
6109                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6110                                                                                                                                                     RT @syria_true: Media @Reuters @euronews @CNN @BBCNews @Channel4News @SkyNews @BBCPanorama @USATODAY.\n\n\n\n\n\n\nYou have an exclusive opportunity to…\n
6111                                                                                                                                                             RT @RobSchneider: Well, @Apple has finally come clean &amp; admits their 'updates' are used to slow down older phones to make people think they…\n
6112                                                                                                                                                                  @charliekirk11 @CBS In tbe short term, but your tax disaster doesn't make rhe cut for middle class permanent so in… https://t.co/ikWurXpvnJ\n
6113                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6114                                                                                                                                                                 @Starbucks hi st cloud, fl consistently makes my simple coffee wrong, ive communicated w the employees and it still… https://t.co/qgIHZqryzf\n
6115                                                                                                                                                                 @DavidDobrik @HP I was just scrolling down on YouTube yesterday, then I saw one of your videos called HE SNUCK INTO… https://t.co/ezWzOwDoZI\n
6116                                                                                                                                                                                               Check out  Time Out Pouting Corner Doll Body, ready to stuff    30 " to 35"  https://t.co/8HzE7w2YVi via @eBay\n
6117                                                                                                                                                                  RT @Reuters: JUST IN: President Trump calls for U.S. Postal Service to raise prices of shipments, including those made by Amazon - Twitter…\n
6118                                                                                                                                                                 @charliekirk11 @CBS @realDonaldTrump in addition to your ridiculous examples, this is an accelerating dangerous con… https://t.co/7zcEWbB42L\n
6119                                                                                                                                                                 @charliekirk11 @realDonaldTrump @CBS Similarly, I can use credit cards to pay my bills. This money will come at the… https://t.co/dVLVX4gUsS\n
6120                                                                                                                                                                                                                     @Toyota If I went to pick up my friends and rolled up in a Rav4, I'd be embarrassed too.\n
6121                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6122                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6123                                                                                                                                       RT @RamsNFL: It's a #LARams sweep! \n\n\n\n\n\n\n\n\n\n\n\n\n\nCongratulations to @JaredGoff16 + @TG3II for being named @FedEx Air Player + Ground Player of the Week…\n
6124                                                                                                                                       RT @AMLT_Token: Do you know that #Bitcoin is TOP 3 @Google trend of #2017? \n\n\n\n\n\n\n\n\n\n\n\n\n\nUse the power of #Bitcoin and JOIN the #AMLT #TOKENSALE now at…\n
6125                                                                                                                                                                 RT @MelaniePerryIOM: @Tesco just to clarify, there are 4 cars in the pick up area, 3 of which are unoccupied and 1 has the driver sat in it…\n
6126                                                                                                                                                                              RT @Sony: Dream anything, play everything. Coming in 2018, only on PlayStation: https://t.co/ktBpdRN2gT https://t.co/m0edCmZgvO\n
6127                                                                                                                                       RT @AMLT_Token: Do you know that #Bitcoin is TOP 3 @Google trend of #2017? \n\n\n\n\n\n\n\n\n\n\n\n\n\nUse the power of #Bitcoin and JOIN the #AMLT #TOKENSALE now at…\n
6128                                                                                                                                                                 RT @farathomas: @ChristiChat @steph93065 @realDonaldTrump @USPS @amazon USPS is $60 billion in deficit, and yet delivering Amazon's package…\n
6129                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6130                                                                                                                                                                            Just saw this on Amazon: Hey Honey: My First Day of School (Hey, Honey! B... by Paula I. Carr https://t.co/lqIhQU5VIf via @amazon\n
6131                                                                                                                                                                                                    @charliekirk11 @CBS They only test the first year, dumbass. How about a few years later, when they go up!\n
6132                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6133                                                                                                                                                                                     By popular Demand Pyrex Prepware 1-Quart Rimmed Mixing Bowl, Clear (Pack of 2) Pyrex https://t.co/X7YYCX7Z4P via @amazon\n
6134                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6135                                                                      @GoldmanSachs @Zola @beautycounterhq Liked\n\n\n\n\n\n\nLiked\n\n\n\n\n\n\nwilliam steele\n\n\n\n\n\n\nwilliam steele\n\n\n\n\n\n\n@godlylifestyles\n\n\n\n\n\n\n·\n\n\n\n\n\n\nDec 27\n\n\n\n\n\n\nUnder Pres… https://t.co/hv7bdQMFQZ\n
6136                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6137                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6138                                                                                                                                                                  RT @Reuters: Over the last four months in Yemen, doctors have recorded at least 291 cases of diphtheria – a disease that had not been seen…\n
6139                                                                                                                                                                 @Jesse_sDad @amazon Have to respectfully disagree as a Free Market person. However, this being said, I do believe t… https://t.co/Y7yw2rq0y4\n
6140                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6141                                                                                                                                                                                                  RT @pezoutlaw: Check out Pez Outlaw, Notes From The Asylum. Movie Rights  https://t.co/YyWVZpMMIR via @eBay\n
6142                                                                                                                                                                 @PayPal WOW, This RACIST top #1 Amazon and Ebay PREFERRED wind turbine seller and super con man, Watch him rant, an… https://t.co/wkJsBGFSAf\n
6143                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6144                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6145                                                                                                                                        @ChristeleDumas @UPS_FR @UPSHelp @thomann @UPS Great\n\n\n\n\n\n\nI had an answer from #UPS help services\n\n\n\n\n\n\nNothing to do than to… https://t.co/OJIaDV2Jo1\n
6146                                                                                                                                                                             @iAm_erica @Apple Will never buy an iPhone when they throttle last year's version performance by 60-70% supposedly for "battery"\n
6147                                                                                                                                                                                                                        Check out Antique 15 1/2" Music Box Disc No. 10158  https://t.co/vffCJJAWuY via @eBay\n
6148                                                                                                                                                             RT @GoldmanSachs: PODCAST: “Using ESG questions as a way to understand corporate strategy” – hear from $GS, @McKnightfdn &amp; New Energy Capit…\n
6149                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6150                                                                                                                                                    And yet, they raised the monthly fee just a few weeks ago for us. "Trickle down" my ass.\n\n\n\n\n\n\nCare to comment, @netflix ? https://t.co/e0oeYU8LOl\n
6151                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6152                                                                                                                                                                 I didn’t think it could be done. I said it was impossible. But @Tesco have made a pizza so large, my son couldn’t finish. Well done Tesco 🍕\n
6153                                                                                                                                                                         Check out vintage Morgana Collection Morning Glory Floral Serving Plate,china,gold leaf #scalloped https://t.co/tqC31GVa97 via @eBay\n
6154                                                                                                                                                                 @charliekirk11 @realDonaldTrump @CBS "Thousands".  However, mostly under $2,000.  Most ALL under $2,000.  Average c… https://t.co/zzaOIrZOUT\n
6155                                                                                                                                                                                          “Never have, never will! We care what our customers think”, Samsung said. @Apple #EpicFail  https://t.co/sioF5I525W\n
6156                                                                                                                                                                 @Tesco  Credit where it’s due- well done Tesco Twitter team, you have been immensely efficient when dealing with my… https://t.co/hENkoL5td1\n
6157                                                                                                                                                                   RT @Reuters: Hong Kong eyes blockbuster China tech IPO queue, led by Xiaomi https://t.co/hZmsMn2yRe via @ReutersTV https://t.co/FSOP7cO6wF\n
6158                                                                                                                                                                                  Check out 5 Strands Natural Prehnite Rondelle Faceted Approx 2mm Gemstone Beads 13" Long  https://t.co/PxAeW9FTSZ via @eBay\n
6159                                                                                                                                                                 RT @dabeard: @intel With 3 CEO's quitting #Trump in the last 24 hours, here's who's left on his (now) all-white manufacturing board, v @ddi…\n
6160                                                                                                                                                                                      RT @Reuters: Court rules 'Bookkeeper of Auschwitz', 96, must go to jail https://t.co/86hRw2NMM1 https://t.co/VAEIiGmAvp\n
6161                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6162                                                                                                                                                                 @TiberSGreece @davidthomvs @ValerieWinn1 @sammelbis1998 @chasegolf2069 @three_rs @charliekirk11 @CBS So, what about… https://t.co/JSmZs8kr06\n
6163                                                                                                                                                                 RT @harshakarnani10: @Neha00436718 @timesofindia @facebook Asaram Bapu Ji inspires world about usage of natural Herbs like Tulsi, Amla, Pal…\n
6164                                                                                                                                                                 RT @Google: Here today, gone tomorrow. See how these fads, which peaked in search interest this year, had a good (and short) run → https://…\n
6165                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6166                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6167                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6168                                                                                                                                                                                            @Reuters Take it brit..\n\n\n\n\n\n\n\n\n\n\n\n\n\nSink with popularity soon\n\n\n\n\n\n\n\n\n\n\n\n\n\nBet on it\n
6169                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6170                                                                                                                                                                 RT @SSFFS_Project: Show Don't Tell: How to Show Indignation, Disgust and Pity in your Writing https://t.co/Z2kzgyEoXX … via @amazon  #writi…\n
6171                                                                                                                                                                                                                     Favorite (NEW) Netflix Show of 2017: \n\n\n\n\n\n\n\n\n\n\n\n\n\n#Mindhunters - @netflix\n
6172                                                                                                                                                                                   Check out Laura Ashley Women's Blazer Jacket, Size M, Black Gray, Beads #Talbots #Blazer https://t.co/ZWRjMvdBRi via @eBay\n
6173                                                                                                                                                                                                       @charliekirk11 @realDonaldTrump @CBS Just like your RT for good ol Charlie yesterday, the math is off.\n
6174                                                                                                                                                                                                                                                      @McDonalds Also, @McDonalds, bring back the Big n’Tasty\n
6175                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6176                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6177                                                                                                                                                                 RT @Reuters: WATCH: South Korea students dive into virtual coins, even as regulators crack down https://t.co/SSlERbQoxc via @ReutersTV http…\n
6178                                                                                                                                       RT @LightsCameraPod: The #10 best @LightsCameraPod moment from 2017: this Transformers commercial from @trillballins and @pepsi. \n\n\n\n\n\n\n\n\n\n\n\n\n\n2017 LCP…\n
6179                                                                                                                                                                                                Check out 1967 Ford Mustang Fastback, original painting on canvas  #Realism https://t.co/XiA03KWMtS via @eBay\n
6180                                                                                                                                                                 RT @McDonalds: @samila_kunis Glad you like breakfast, Samantha! It’s nice to know the 68 million people we serve everyday are all individua…\n
6181                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6182                                                                                                                                       RT @ALT_uscis: Want to know why President Dotard tweeted about @amazon ?\n\n\n\n\n\n\nIt was RIGHT after his " intelligence" briefing on @FoxNews \n\n\n\n\n\n\nVia @…\n
6183                                                                                                                                                                 RT @Reuters: WATCH: South Korea students dive into virtual coins, even as regulators crack down https://t.co/SSlERbQoxc via @ReutersTV http…\n
6184                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6185                                                                                                                                                    RT @KolesCoinNews: #KCN Miners will simplify the decoding of the genome @uspto @intel @coindesk @arconaico \n\n\n\n\n\n\nInfo: @CoinIdol https://t.co/PR…\n
6186                                                                                                                                                                 RT @HRsarcaSM: As we end this year, I wanted to remind everyone that @UPS steals your packages, has zero resolution and doesn’t care when t…\n
6187                                                                                                                                                             @stacy_redvirgo @RyanHofmeister7 @realDonaldTrump Here's a factual report you can give @CNN @MSNBC @NBCNews @CBS @ABC-try it!\n\n\n\n\n\n\n#MAGA\n
6188                                                                                                                                                    RT @Kre8change: @WellsFargo @USTreasury\n\n\n\n\n\n\nWho are the designated agents at #WellsFargo who have control of releasing all of Humanity? And how…\n
6189                                                                                                                                                                 RT @fluffyguy: Good morning from Syracuse, NY. It’s a whole 9* and I still want a @Starbucks trenta iced coffee. Now I gotta find a #Roches…\n
6190                                                                                                                                                                 In October, the OA partnered with @intel for our inaugural OA Hackathon where Arrowmen from across the country came… https://t.co/EnBApezkbs\n
6191                                                                                                                                                                             Just saw this on Amazon: Puracy Natural Liquid Hand Soap, Sulfate-Fr... by Puracy for $20.99 https://t.co/fLRshFIoxT via @amazon\n
6192                                                                                                                                                                 RT @Reuters: With Yemen’s rainy season on the horizon and Saudi ships blocking humanitarian supplies, doctors brace against an expected sur…\n
6193                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6194                                                                                                                                                              Wonder if @Walmart &amp; Doug McMillon ever heard of @amazon , higher pricing for home delivery is a BIG  mistake !!... https://t.co/QPufHjkKmN\n
6195                                                                                                                                                                 @adn0nymous @chobberoni @netflix Yea, just watched this bro. Very eye opening and a good view into both sides of la… https://t.co/8bn8kG6ARp\n
6196                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6197                                                                                                                                                                                                                         I’m usually a Nike girl, but @adidas did something here 👏🏽 https://t.co/s1IgCrIu1f\n
6198                                                                                                                                                                 RT @farathomas: @ChristiChat @steph93065 @realDonaldTrump @USPS @amazon USPS is $60 billion in deficit, and yet delivering Amazon's package…\n
6199                                                                                                                                                                 RT @Reuters: With Yemen’s rainy season on the horizon and Saudi ships blocking humanitarian supplies, doctors brace against an expected sur…\n
6200                                                                                                                                                                 Hey, @Google , you'd never pull a stunt with my Pixel like Apple is doing with iPhone 6, right? Hoping customer sat… https://t.co/X71Sw4iUQn\n
6201                                                                                                                                       RT @PunchingClouds: Configuring .@OracleDatabase Multi-Stream Protection Jobs with @Cohesity\n\n\n\n\n\n\n@Oracle RMAN integration\n\n\n\n\n\n\nhttps://t.co/y1W1FcLE…\n
6202                                                                                                                                                                 RT @Google: Doodles to code, planets to discover, milestones to mark and more—here's what went down in December at Google. https://t.co/NvO…\n
6203                                                                                                                                                                  RT @Reuters: Over the last four months in Yemen, doctors have recorded at least 291 cases of diphtheria – a disease that had not been seen…\n
6204                                                                                                                                                                                                                                                                    @netflix Who, the US senate? #TaxScamBill\n
6205                                                                                                                                                                 RT @Google: Doodles to code, planets to discover, milestones to mark and more—here's what went down in December at Google. https://t.co/NvO…\n
6206                                                                                                                                                                                      RT @Reuters: Gold breaks above $1,300/oz on way to best year since 2010 https://t.co/kxPwFj4rUa https://t.co/wuTEgb9q2Z\n
6207                                                                                                                                                                               #BestOf2017 \n\n\n\n\n\n\n@Twitter\n\n\n\n\n\n\n@netflix \n\n\n\n\n\n\n@YouTube\n\n\n\n\n\n\nThe best distraction from reality\n
6208                                                                                                                                                             Agbami pls pay us our entitlements \n\n\n\n\n\n\n @Chevron @petrobras @petrobrasglobal @Statoil @NNPCgroup @FamfaOilLtd… https://t.co/8xqaJQbnNe\n
6209                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6210                                                                                                                                                                 Why does @ATT have terrible signal reception universally, in apartments? Hmmm @ATTCares ? Every place I’ve lived in… https://t.co/R3XXDkk8EH\n
6211                                                                                                                                                                                                                                          I'm at @Starbucks in Kuwait City, Al Asimah https://t.co/cYMOj2nFqN\n
6212                                                                                                                                                                 RT @thomaskaine5: Until the democrats are in control, let's boycott Sean Hannity advertsiers including @Bayer and @Gillette  and any others…\n
6213                                                                                                                                                RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #Cyborg [and Motherbox] Pop!\n\n\n\n\n\n\n📦 Reminder: The Legion…\n
6214                                                                                                                                                                                     Check out Perfect Destinies: Isn't It Rich? 1 by Sherryl Woods (2016, Paperback Book Book) https://t.co/TyAhdqmeEL @eBay\n
6215                                                                                                                                                                                                                                                @comcast Really? Well, I’m looking for another cable company.\n
6216                                                                                                                                                                                                     RT @IAmWeCampaign: #goals for 2018 !!! @netflix #Sense8Season3, let’s do this !! https://t.co/OuP4ycw4qQ\n
6217                                                                                                                                                                                                          @Reuters I'm curious about the list, looks like some Android devices, get your priorities in order.\n
6218                                                                                                                                                                                          #chicago Check out Zippo Windproof Medical Marijuana Caduceus Leaf Lighter, -NEW  https://t.co/FLbuYhdZGN via @eBay\n
6219                                                                                                                                                                 RT @Viacom: 2017 was the year that hip-hop became #1 – hear why from industry insiders like @ConnieOrlando of @BET, @KevinLiles1 and @Malii…\n
6220                                                                                                                                                                 I’m tired of @McDonalds advertising on twitter. Whoever they hired is good as far as relevance, but it’s a little t… https://t.co/Y7Le1ga0Xo\n
6221                                                                                                                                                               @CEaston66 @Reuters That's because you're not paying attention. Handwriting is on the wall.\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/56A46G7DqN\n
6222                                                                                                                                       RT @ALT_uscis: Want to know why President Dotard tweeted about @amazon ?\n\n\n\n\n\n\nIt was RIGHT after his " intelligence" briefing on @FoxNews \n\n\n\n\n\n\nVia @…\n
6223                                                                                                                                                                                                  RT @Reuters: Barring late legal twist, U.S. military to accept transgender recruits https://t.co/PFdhiiGh9U\n
6224                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6225                                                                                                                                                                                                  RT @Reuters: Barring late legal twist, U.S. military to accept transgender recruits https://t.co/PFdhiiGh9U\n
6226                                                                                                                                                              .@stevendavis @Apple Companies lk ppl can start to believe their own hype, believe they can set high prices &amp; lose… https://t.co/XOwer8fYSt\n
6227                                                                                                                                                                                                             RT @aljazi62_: I'm at @Starbucks in Kuwait City, Al Asimah w/ @falazmii_ https://t.co/ZST96tk1xC\n
6228                                                                                                                                                                 RT @hootsuite: We are thrilled to continue to expand our relationship with @Adobe, bringing powerful new integrations that will help @Adobe…\n
6229                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6230                                                                                                                                                                                               RT @CountrySympl: @Reuters There's a opposite trump tweet for EVERYTHING.\n\n\n\n\n\n\nhttps://t.co/PctaHHDECa\n
6231                                                                                                             RT @Ed_TechSource: New video!\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet’s take a look at how @intel Optane memory works an the new @Alienware Aurora R7!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/tHGvqoliO…\n
6232                                                                                                                                                                                                         RT @Reuters: Numbing cold wave grips U.S., heralding a frigid New Year's Eve https://t.co/VxiHsQh43q\n
6233                                                                                                                                                    RT @JuliaTelfer: https://t.co/Xkb8L5Rwv1\n\n\n\n\n\n\nLet paramedics jump the queue @SUBWAY @McDonalds @kfc @BurgerKing @CostaCoffee @Starbucks @scott_g…\n
6234                                                                                                                                                                                                                     Check out Pink Gingham Dress, fits American Girl Doll  https://t.co/1lx6CqoRpv via @eBay\n
6235                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6236                                                                                                                                                                              RT @Reuters: Trump demands border wall, visa changes as part of immigration fix https://t.co/qd98dRep39 https://t.co/ChaeIttb7j\n
6237                                                                                                                                                                                         Barring late legal twist, U.S. military to accept transgender recruits https://t.co/CCAxysumRD Via @Reuters #topnews\n
6238                                                                                                                                                                                                                                @charliekirk11 @CBS But how, exactly is "middle class" defined in this study?\n
6239                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6240                                                                                                                                                    RT @KevinDrago11: @ts19001 @LinEpstein @stopthenutjob @robreiner @maddow @MSNBC @nbc @CBS @ABC @CNBC @CNN Read this very carefully.\n\n\n\n\n\n\nTo grea…\n
6241                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6242                                                                                                                                                                 RT @Nissan: With 5 radar sensors, 5 laser scanners, and 12 cameras, the #NissanIDS takes in your surroundings for you. #IntelligentMobility…\n
6243                                                                                                                                                     Dear @McDonalds ,\n\n\n\n\n\n\nThanks for not selling hotdogs. There’s no way I could order a #McWeiner with a straight face. #McDonalds #McCafe #HotDog\n
6244                                                                                                                                                                    $140 to see why my key fob isn’t working. And then another $300 if the key fob is broken??!?!\n\n\n\n\n\n\n @Nissan that’s ridiculous. 🙄\n
6245                                                                                                                                                                           RT @CompositionVII: Dear @netflix Eva Green as Yennefer of Vengerberg, please! PLEASE! PLEEEEEEAAAASEEEEEEEEEEEEE!!!! #TheWitcher3\n
6246                                                                                                                                                                 RT @SnapELIMINATOR: Thank you @netflix for #BrightMovie. Don’t care what the critics say, I enjoyed every minute of it. Keep them coming. Y…\n
6247                                                                                                                                                                 RT @TripAdvisor: Inspired by The Game of Life, we're giving you the chance to win the trip of a lifetime! Enter now. https://t.co/yZdKMDg6A…\n
6248                                                                                                                                                                                RT @Reuters: U.S. crude, natural gas output at multi-year records in Oct: EIA https://t.co/xdi1xkxCYo https://t.co/j1KDmLsMar\n
6249                                                                                                                                                                                      RT @Reuters: Court rules 'Bookkeeper of Auschwitz', 96, must go to jail https://t.co/d2Kwnp4p1B https://t.co/HC7vvd9I7K\n
6250                                                                                                                                       RT @kateinmadcity: @netflix That's cool. Know what else? You can't spell sense8tional without, can you guess it?\n\n\n\n\n\n\n\n\n\n\n\n\n\nSense8 https://t.co/R9DWC…\n
6251                                                                                                                                                                      Thanks @comcast for putting a noise filter on our cable line to try and swindle us out of our money, you’re a bunch of fucking scumbags\n
6252                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6253                                                                                                                                                                 RT @sw_dad: So anybody interested in a class action lawsuit against @Apple? Because if I'd known I could have  just REPLACED THE BATTERY, I…\n
6254                                                                                                                                                                          Check out NWT Stefano Ricci Silk Necktie XL 62"  Brown Chocolate Dots Business Tie  #StefanoRicci https://t.co/uViSoowchi via @eBay\n
6255                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6256                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6257                                                                                                                                                                                                   RT @Reuters: Boy, three, playing with stove caused deadly N.Y. fire, officials say https://t.co/n2esDsMLAg\n
6258                                                                                                                                                                 RT @Reuters: JUST IN: $AMZN shares down 0.7 percent after Trump calls for U.S. Postal Service to raise prices of shipments, including those…\n
6259                                                                                                                                                                 RT @Reuters: With Yemen’s rainy season on the horizon and Saudi ships blocking humanitarian supplies, doctors brace against an expected sur…\n
6260                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6261                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6262                                                                                                                                                                 @kimmurphy100 @13megabeth @shelbymustang @ChristiChat @realDonaldTrump @USPS @amazon @JeffBezos Also, are followers… https://t.co/YH3rEvtTSD\n
6263                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6264                                                                                                                                                                           #themesongofmylife it’s the @cheers theme song, but it’s me laying in my bed in my pjs watching @netflix #certifiedpettyaccountant\n
6265                                                                                                                                                                 RT @nwagner: @UPS is denying a damage claim because of the way the item was packaged.  What makes the denial ironic, is that a local UPS st…\n
6266                                                                                                                                                                  @Reuters Palestinian teenager 'tortured' in Israeli jail.Fawzi Al Juneidi,16-year-old Palestinian who was recently… https://t.co/nnZdVsUGmK\n
6267                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6268                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6269                                                                                                                                                                 RT @BillNye: Hold on to your bowties peoples... #BillNyeSavesTheWorld is back! Stream Season 2, Part 1 now only on @netflix https://t.co/u7…\n
6270                                                                                                                                                                 RT @mariaressa: @AriMelber On @facebook, it's the inciting to hate/violence that allows these accounts to coordinate attacks with fake acco…\n
6271                                                                                                                                                           RT @Conflicts: NORTH KOREA: Russian tankers reportedly supplied fuel to DPRK via transfers at sea - @Reuters \n\n\n\n\n\n\nhttps://t.co/RbGuuexdBy\n
6272                                                                                                                                                              The critics don't know what they're talking about...\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Bright is great!\n\n\n\n\n\n\n@netflix https://t.co/MXM8lIgjCw\n
6273                                                                                                  My twitter family:\n\n\n\n\n\n\nParents: @hunt_Rob @nat_mcguire\n\n\n\n\n\n\nSpouse: @lapelathletics\n\n\n\n\n\n\nChildren: @_annawillis @Starbucks\n\n\n\n\n\n\n\n\n\n\n\n\n\nvia… https://t.co/MIgtrJ8ozL\n
6274                                                                                                                                                           RT @Conflicts: NORTH KOREA: Russian tankers reportedly supplied fuel to DPRK via transfers at sea - @Reuters \n\n\n\n\n\n\nhttps://t.co/RbGuuexdBy\n
6275                                                                                                                                                                           @AndroidAuth Well, if that is the case. We're gonna need more @htc model on the market to work with. @Samsung is not the business.\n
6276                                                                                                                                                                            @Hotel511 @AOL @Yahoo @YahooNews Holy shit look at all these other "racists".... @Aol is so full of shit. https://t.co/Nx1uFwuzHp\n
6277                                                                                                                                                                 RT @BillNye: Hold on to your bowties peoples... #BillNyeSavesTheWorld is back! Stream Season 2, Part 1 now only on @netflix https://t.co/u7…\n
6278                                                                                                                                                                       @lydiaroseyoung @netflix You can watch Psych on Amazon Prime! 🙌🎉\n\n\n\n\n\n\nGet a FREE 30 day trial here:… https://t.co/3IMqGjB5k7\n
6279                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6280                                                                                                                                                                                                                                                                                    Literally, Fuck @Walmart.\n
6281                                                                                                                                                                 RT @HenryEPayne: Runner-up, @DetroitNews Vehicle of Yr: @Honda triplets TypeR/Si/Sport. Affordable fun. https://t.co/i402vmwB4N https://t.c…\n
6282                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6283                                                                                                                                                                                  Check out Rayman Raving Rabbids (Microsoft Xbox 360, 2007) No Manual Free U.S. Shipping!  https://t.co/aq5H2A7LxS via @eBay\n
6284                                                                                                                                                                                         The Devil's Chessboard: Allen Dulles, the CIA, and the Rise of America's Secr... https://t.co/FFiIJ9Z9fb via @amazon\n
6285                                                                                                                                                    RT @WealDonoodTwump: @charliekirk11 @realDonaldTrump @CBS Hey Quirk,\n\n\n\n\n\n\nDo some research... this is true. Then it's taken away. Oh and the sam…\n
6286                                                                                                                                                                 @rclarke @KommanderKlobb @Tesco I think the idea is to stop kids eating sweets on the way around the store, which i… https://t.co/JzWLDx5Bio\n
6287                                                                                                                                                                                                        #pizza Check out "RYOT"  SmellSafe Piper with NoGoo in Olive - NEW  https://t.co/21VUMdY1ji via @eBay\n
6288                                                                                                                                                                                           RT @Starbucks: Something else = dark chocolate, white chocolate, and chocolate sequins. 🙌 https://t.co/269AHnsLXE\n
6289                                                                                                                                                                                           RT @Starbucks: Something else = dark chocolate, white chocolate, and chocolate sequins. 🙌 https://t.co/269AHnsLXE\n
6290                                                                                                                                                                                                                                                                                  @Reuters so, what is next ?\n
6291                                                                                                                                                                 RT @BoeingUK: #Boeing #Sheffield opens in 2018 with 18 apprentices from day 1, as part of @Boeing fabrication operations. https://t.co/X2ua…\n
6292                                                                                                                                                                                Check out ANTI DONALD TRUMP 9" PUTIN TRUMP "MAKE RUSSIA GREAT AGAIN"! BUMPER STICKER DECAL  https://t.co/XJ52vvKUNq via @eBay\n
6293                                                                                                                                                                                                                                               @netflix Yo need those 8 seasons of family guy back, get to it\n
6294                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6295                                                                                                                                                                                                    I'm buying this for Shuto Con and no one can tell me no\n\n\n\n\n\n\n https://t.co/EDbPZjroD6 via @amazon\n
6296                                                                                                                                                                                                                         Thanks @ATT for the terrible service and wifi, unlimited plan more like limited plan\n
6297                                                                                                                                                                                          ordered me a nice grande vanilla bean frappe from @Starbucks - it’s 32 outside\n\n\n\n\n\n\n\n\n\n\n\n\n\nno shame.\n
6298                                                                                                                                                                                                                  Check out The Tomb of Dracula Comic Book Lot 19, 47, 50   https://t.co/E5aJXi2mXM via @eBay\n
6299                                                                                                                                              “And the afterglow...\n\n\n\n\n\n\nof your gaze...is the only\n\n\n\n\n\n\nsweater that I need.” — along with this one from @hm 😂👇🏻… https://t.co/vb3hjjT6Ih\n
6300                                                                                                                                                                                               RT @Reuters: Boy, three, playing with stove caused deadly New York fire, officials say https://t.co/omNRpJmeTB\n
6301                                                                                                                                                                                                                                                          @Starbucks Thanks, friend, for having my back! 😍😀\n
6302                                                                                                                                                                 @SMankuta @FedEx Also, the fact that they ADMITTED they delivered it to the wrong house but when they showed up thi… https://t.co/dt9QsOKh67\n
6303                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6304                                                                                                                                                                 RT @nwagner: @UPS is denying a damage claim because of the way the item was packaged.  What makes the denial ironic, is that a local UPS st…\n
6305                                                                                                                                        RT @Elmnator: Hey folks. \n\n\n\n\n\n\n\n\n\n\n\n\n\nIt's looking real good to do the @intel @IntelGaming 8700K delidding tomorrow in the am. Starting around 8 or 9…\n
6306                                                                                                                                                            #Supernatural Castiel Wing Boots Size L --SIGNED by Dr. Badass!! ENDS TOMORROW!!! \n\n\n\n\n\n\nhttps://t.co/uFf8cIYYFP #AfterChristmasSale @eBay\n
6307                                                                                                                                                                 @Apple u r what’s wrong with everything. Hitler’s trying to bump screamo music in hell, but cant cause his iPhone 1… https://t.co/lzDTR8SQNW\n
6308                                                                                                                                                        RT @salesforce: ✅\n\n\n\n\n\n\n✅\n\n\n\n\n\n\n✅\n\n\n\n\n\n\n\n\n\n\n\n\n\nLook out, 2018. The Trailblazers are coming. 💪 https://t.co/JRCwGXP0t8\n
6309                                                                                                                                                                                                        RT @Reuters: White House, Congress prepare for talks on spending, immigration https://t.co/QIyC89a3qz\n
6310                                                                                                                                                                                                        RT @netflix: FOR THE LOVE OF STEVE, DUH! So hold tight baby darts — season 3 is officially happening.\n
6311                                                                                                                                                                 @bookingcom I had the worst customer service experience with rep Shiela.  She had no integrity, she lied, and provi… https://t.co/CwZS9mcQM3\n
6312                                                                                                                                                                                       Check out HP Deskjet 9800 Workgroup Inkjet Printer Wide Format w/ Manual, Tested #HP https://t.co/XWflq1ZLam via @eBay\n
6313                                                                                                                                                                 RT @BillNye: Hold on to your bowties peoples... #BillNyeSavesTheWorld is back! Stream Season 2, Part 1 now only on @netflix https://t.co/u7…\n
6314                                                                                                                                                             RT @RobSchneider: Well, @Apple has finally come clean &amp; admits their 'updates' are used to slow down older phones to make people think they…\n
6315                                                                                                                                                                                                    Check out One Cent Vhs: Walt Disney's Masterpiece Pinocchio (VHS, 1993) 239 https://t.co/qrnIvK1IPm @eBay\n
6316                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6317                                                                                                                                                                 RT @BillNye: Hold on to your bowties peoples... #BillNyeSavesTheWorld is back! Stream Season 2, Part 1 now only on @netflix https://t.co/u7…\n
6318                                                                                                                                                                 RT @nastiestwoman: Hey @Acer @Polaroid , today @amazon placed your products next to this comment: "Women don't belong in politics or the mi…\n
6319                                                                                                                                                           RT @Conflicts: NORTH KOREA: Russian tankers reportedly supplied fuel to DPRK via transfers at sea - @Reuters \n\n\n\n\n\n\nhttps://t.co/RbGuuexdBy\n
6320                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6321                                                                                                                                                                                                                              RT @IsabellalaurenB: I miss one tree hill, @netflix needs to bring it back 😞😞\n
6322                                                                                                                                                                                 RT @NickHanauer: Maybe if @Walmart paid a living wage, this wouldn’t be necessary. #parasiteeconomy. https://t.co/s6gjgzaCNE\n
6323                                                                                                                                                                  @HamillHimself @Disney ❤️ you’re great. I’ve looked up to you since before I can remember. I loved The Last Jedi, a… https://t.co/uWHHE2f6rq\n
6324                                                                                                                                                                 RT @comcast: Being on @TeamUSA is about more than the medals @RicoSled23 wins, it’s about the country he represents. https://t.co/4ebfrXq4H…\n
6325                                                                                                                                                                                      RT @SevenSecondsTV: One city. Three sides. Seven Seconds. Coming to @netflix February 23, 2018. https://t.co/krN8c9q0XH\n
6326                                                                                                                                                                            RT @AltoholicMind: @KrisBurke @HamillHimself @Disney Thankfully, someone already came up with that one... https://t.co/wz2h5HkXVK\n
6327                                                                                                                                                                                                            @PhantomSpaceCop @netflix Have you watched Dark? It's German, so subbed or dubbed, but it's great\n
6328                                                                                                                                                                 RT @Reuters: WATCH: After nearly three decades on the throne, Japan's Emperor Akihito will abdicate in 2019, the first by a Japanese monarc…\n
6329                                                                                                                                                                                 I just listed: 'ArcaniA - The Complete Tale - PlayStation 4 Standard Edition', for 22.58 via @amazon https://t.co/lzp4Lmz2ca\n
6330                                                                                                                                       RT @NBCSWizards: John Wall rocking the @adidas JW 1's the same night James Harden is in town 👀🤔\n\n\n\n\n\n\n\n\n\n\n\n\n\n(via @cmillsnbcs) https://t.co/9MPLfgdCFV\n
6331                                                                                                                                                                  RT @apresvousLing: Classic @easyJet experience : delay without any information given (obviously the previous flight wasn't there, we could…\n
6332                                                                                                                                                                   Tis the season' to shop and save big with @Walmart by using the Mobii app, make sure to shop while you watch @despiertamerica on 12/19 and\n
6333                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6334                                                                                                                                                                 RT @my1goodfoot: @twlegaleagle @Kre8change @SpeakerRyan @realDonaldTrump @WellsFargo @BrentJMcIntosh @USTreasury It's the government,  ALWA…\n
6335                                                                                                                                                                                   Check out 1986 Fontanini Simonetti 627 628 629 630 Choir Alter Boys Caroler 7" Tall EUC  https://t.co/b1H6krwqZT via @eBay\n
6336                                                                                                                                                                 @Apple can you please explain me how are you going to do, when you open the iPhone 6s plus and further to avoid scr… https://t.co/7pEzY0Tmx8\n
6337                                                                                                                                                                 RT @BillNye: Hold on to your bowties peoples... #BillNyeSavesTheWorld is back! Stream Season 2, Part 1 now only on @netflix https://t.co/u7…\n
6338                                                                                                             RT @THEREALMRSAZON: How many retweets can we get for @realDonaldTrump making @GoldmanSachs take a noise dive ?\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/Moi7UQjU1c\n\n\n\n\n\n\n\n\n\n\n\n\n\n#D…\n
6339                                                                                                                                                                                      Check out Iconic Hardshell Case for Galaxy S6, Leopard Pink, Gold, Macbeth Collection NIB https://t.co/rLNOMJCIuI @eBay\n
6340                                                                                                                          RT @SneakerShouts: GO! Restock via @ASOS \n\n\n\n\n\n\nAir Jordan 11 Retro "Win Like '96' with FREE shipping \n\n\n\n\n\n\n\n\n\n\n\n\n\nBUY HERE: https://t.co/amTP8JzbjJ https:/…\n
6341                                                                                                                                       RT @AuthorLTaylor: #iTunes @Apple #WeekendReads \n\n\n\n\n\n\nEnjoy 12 award-winning Laura Taylor #romance novels! \n\n\n\n\n\n\nhttps://t.co/NtDF2kWSyW #ASMSG RT, p…\n
6342                                                                                                                                                           RT @Conflicts: NORTH KOREA: Russian tankers reportedly supplied fuel to DPRK via transfers at sea - @Reuters \n\n\n\n\n\n\nhttps://t.co/RbGuuexdBy\n
6343                                                                                                                                                                                            #playoffs Check out "MudJug" Roadie Edition Spittoon - Orange - PORTABLE - NEW  https://t.co/BFxV9jFaga via @eBay\n
6344                                                                                                        Had to thug it out one time 🔥🔥\n\n\n\n\n\n\n👕👖: @Nike @nikesportswear \n\n\n\n\n\n\n👟: @Jumpman23 \n\n\n\n\n\n\n\n\n\n\n\n\n\n#Nike #Jordan #artist #hiphop #style #art… https://t.co/oToWgtvRqZ\n
6345                                                                                                                                                                 RT @BillNye: Hold on to your bowties peoples... #BillNyeSavesTheWorld is back! Stream Season 2, Part 1 now only on @netflix https://t.co/u7…\n
6346                                                                                                                                                                                                                  @HamillHimself @Disney The Last Jedi was entertaining in my eyes, and that's what matters ✌️\n
6347                                                                                                                                                                 I want to personally thank the adult man who hacked into my @eBay account. You may not have known this, but I alway… https://t.co/YcPtp1HqoS\n
6348                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6349                                                                                                         RT @LynnStarwalker: Heyyyyy DT !\n\n\n\n\n\n\n@POTUS \n\n\n\n\n\n\nEver Noticed how YOUR \n\n\n\n\n\n\nPO$T OFFICE @USPS delivers ALL of China'$ @eBay FREE $HIPPING ??\n\n\n\n\n\n\n&amp; everythi…\n
6350                                                                                                                                       RT @Madcap62Larry: I'm boycotting @Hyundai because they advertise on Hannity\n\n\n\n\n\n\n\n\n\n\n\n\n\n via @theDemCoalition @FireHannity #fireHannity https://t.co/…\n
6351                                                                                                                                                                                                                 Check out Vintage Brass Tray Lovely Design Small 4" x 10"  https://t.co/EOM0r8zpmL via @eBay\n
6352                                                                                                                                                                 @Matt_Verish @jess_210202 @HamillHimself @Disney I like TLJ because it surprised me. Many, many times. And yet afte… https://t.co/pFqvI3mKcn\n
6353                                                                                                                                                                 RT @WriterLaurnCarr: Lauren Carr's SHADES OF MURDER is a fascinating, intricately woven #mystery!! #KindleUnlimited  #ASMSG @amazon https:/…\n
6354                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6355                                                                                                                                                            RT @WashWizards: Rise UP! 🐼\n\n\n\n\n\n\n\n\n\n\n\n\n\n@verizon Dunk of the Night\n\n\n\n\n\n\n\n\n\n\n\n\n\n#WizRockets https://t.co/X7rUWcsxkD\n
6356                                                                                                                                                                 @wincewong @BankofAmerica The v-mail transcription looked believable enough (though still suspicious), so I bet it’… https://t.co/geCEZ0mp66\n
6357                                                                                                                                                                                                                                  I'm at @Starbucks Coffee in Olongapo City, Zambales https://t.co/kXctFr1CIv\n
6358                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6359                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6360                                                                                                                                                                 RT @Boeing: Good choice @American_Girl! Let's introduce Luciana, 2018 Girl of the Year, to Boeing #SLS Engineer Tiera Guinn Fletcher. She's…\n
6361                                                                                                                                                                 RT @nwagner: @UPS is denying a damage claim because of the way the item was packaged.  What makes the denial ironic, is that a local UPS st…\n
6362                                                                                                                                                             RT @winitonline: FOLLOW @PrizeSquad &amp; RETWEET TO #WIN THIS @Apple Watch 42MM, Series 3 with GPS + Cellular. White Ceramic Case with White S…\n
6363                                                                                                                                                                 @Monet1279 @DieHoren @charliekirk11 @CBS The fuck you talking about, Obama extended the Bush cuts for $858B as part… https://t.co/PMFqQ0a1Si\n
6364                                                                                                                                                                                                                      Watkins Pure Mint Extract, 2 oz (Pack of 3) Watkins https://t.co/tVRPy7IhaW via @amazon\n
6365                                                                                                                                                                                                                                                                   @Starbucks Isnt this just a "tuxedo" mocha\n
6366                                                                                                                                                                 RT @jonaweinhofen: Hey @Loreal, I guess no one has told you but to be 100% vegan you have to not test your horrible products on animals, no…\n
6367                                                                                                                            RT @Nissan: Hello last weekend of 2017. 👋\n\n\n\n\n\n\n#OMGTR #NissanGTR #R35 \n\n\n\n\n\n\n🚗: whiteghost_gtr \n\n\n\n\n\n\n📷: https://t.co/3mXMkuiC3U https://t.co/7AwlRMu99q\n
6368                                                                                                                                                                 RT @DrRimmer: An Australian law firm @ShineLawyers is preparing the country's first class action against @Apple, after the tech giant admit…\n
6369                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6370                                                                                                                                                                                                           Using @TMobile hotspot,  dropped from LTE to 4G -&gt; must be a step down given bandwidth consumed\n
6371                                                                                                                                                                RT @Food4Dogs: #RomancingSaGa2\n\n\n\n\n\n\nTsk tsk .. the third crash I've reported to @Sony - not good, @SquareEnix https://t.co/VJGy3NNaS4\n
6372                                                                                                                                                                             Check out Ghost Hunters - Vol. 2: Castle Leslie/ Ghost Hunters at Work (USED DVD, 2002) #DELTA https://t.co/fhNRdeZ8ll via @eBay\n
6373                                                                                                                                                                 With the help of @netflix, here's some help getting the kids to sleep before midnight! That gives you some much nee… https://t.co/63KvAqLQtw\n
6374                                                                                                                                       RT @_george84: @AutisticZebra Do you know why the reviews of #ToSiriWithLove made by actually autistic people disappeared from @amazon ?\n\n\n\n\n\n\n\n\n\n\n\n\n\nB…\n
6375                                                                                                                                                                                                     RT @WellsFargo: @melloncolli3 Hi - please check with your manager directly on your request.  Thanks, Jen\n
6376                                                                                                                                                                                                       @EddieGengo4 @Apple I was thinking about it but it looks more like "should I be raising the roof?" 🤷‍♂️\n
6377                                                                                                                                                                                                                   @AjitPaiFCC @facebook Your children will certainly regret you are their father, I’m afraid\n
6378                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6379                                                                                                                         @ATT @directvnow #reputation \n\n\n\n\n\n\nFR🅰️CT🅰️L GE🅾️Ⓜ️ETRY\n\n\n\n\n\n\nCH🅰️🅾️S THE🅾️RY Ⓜ️🅰️THEⓂ️🅰️TℹCS\n\n\n\n\n\n\n#reputationstadiumtour\n\n\n\n\n\n\n⚀N🅰️🅿️👹LE… https://t.co/0PhLyXcJ63\n
6380                                                                                                                                                             @Favstar_Bot @TeaPainUSA @realDonaldTrump @Reuters If he couldn't get a sanction for Putin. What r the chances Russia,NKorea&amp;Iran attack us?\n
6381                                                                                                                                                                                                                   @stephenhblack @PJMedia_com @Disney @ABC Truly evil. Let boys just be boys, for Petes sake\n
6382                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6383                                                                                                                                                                                                   @USC_Athletics @CocaCola Big Trojan fans will go nuts for this video.\n\n\n\n\n\n\nhttps://t.co/RAdRtkfUVM\n
6384                                                                                                                                                                 RT @ANNIEMOHO: Here is why I am frustrated @ATT  - the first chat person was like I AM CALLING YOU - ANSWER THE CALL. The second says, "ARE…\n
6385                                                                                                                                                                  @netflix @NBN_Australia @TurnbullMalcolm Hilariously, I always rediscover where the slow loading bars are and what… https://t.co/xvjlBIHetz\n
6386                                                                                                                                                                 @FrankLuntz @USPS @amazon However like Carried Interest reform, USPS can’t increase shipping charges without Congre… https://t.co/55jV1mOJHw\n
6387                                                                                                                                                                 RT @DrRimmer: An Australian law firm @ShineLawyers is preparing the country's first class action against @Apple, after the tech giant admit…\n
6388                                                                                                                                                                  @charliekirk11 @CBS Misleading. First of all, people may see about $10-20 more per week, but, in a few short years… https://t.co/g5QMWxopoY\n
6389                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6390                                                                                                                                                                        @Google Christ. Make it a little more fucking difficult to spend money, why don't you? Next time I'll just fucking torrent the thing.\n
6391                                                                                                                                                                 @chicagotribune Price hikes, systematic removal of my favorite shows, and now this.  Hey, @netflix it’s as if you’r… https://t.co/JtIManTmoi\n
6392                                                                                                                                                                                                          Check out Fiesta Stuffed Animal Bean Bag Pig 8" Plush Toy #Fiesta https://t.co/IE63tL04ZS via @eBay\n
6393                                                                                                                                                                 @amazon @AmazonHelp is now telling me that’s it’s 2 day shipping from when it’s shipped to arrive, makes total sens… https://t.co/upXWlRKl40\n
6394                                                                                                                            RT @Nissan: Hello last weekend of 2017. 👋\n\n\n\n\n\n\n#OMGTR #NissanGTR #R35 \n\n\n\n\n\n\n🚗: whiteghost_gtr \n\n\n\n\n\n\n📷: https://t.co/3mXMkuiC3U https://t.co/7AwlRMu99q\n
6395                                                                                                                                                                                  #eBay #forsale #1973 Federal Glass "Elmer Fudd" Pepsi  Collector Series Glass Black Lettering https://t.co/ZzxMF2AWA2 @eBay\n
6396                                                                                                                                                                  @netflix I’m not sure if you think you’re being cute, but if you actually want me to invest my time in your series… https://t.co/4i1aG2p1Cp\n
6397                                                                                                                                                                 RT @NPR: When @HomeDepot first opened, it wasn't a success. #ArthurBlank had to spend a lot of time in stores learning what his customers l…\n
6398                                                                                                                                                                 RT @ANNIEMOHO: Here is why I am frustrated @ATT  - the first chat person was like I AM CALLING YOU - ANSWER THE CALL. The second says, "ARE…\n
6399                                                                                                                                                                               #eBay #forsale #VTG Warner Bros. 1973 "Daffy Duck" 14 oz Drinking Glass Pepsi Collector's Series https://t.co/hA4bGWCd3S @eBay\n
6400                                                                                                                                                             RT @PrizeSquad: FOLLOW &amp; RETWEET TO #WIN THIS @Apple Watch 42MM, Series 3 with GPS + Cellular. White Ceramic Case with White Sport Band. En…\n
6401                                                                                                                                                                 RT @ANNIEMOHO: Here is why I am frustrated @ATT  - the first chat person was like I AM CALLING YOU - ANSWER THE CALL. The second says, "ARE…\n
6402                                                                                                                                                                 @chrisfleming91 @netflix Aww chris, sorry to hear that. You over did it at the animal shelter today, didn’t you. Th… https://t.co/14hKOxrP8l\n
6403                                                                                                                                                                                           #WorldEarthGlobe 12.6" Inch (32cm) Large White Drawing Board Home Office School  https://t.co/oTVXSUNvUV via @eBay\n
6404                                                                                                                                                                    RT @Meraki_glass: Check out GLASS SNAKE ROPE BOWL SN-1-21 FREE SHIPPING Water pipes, Bongs and more...  https://t.co/rSwWHcsk6A via @eBay\n
6405                                                                                                                                                                                                                Check out Battlefield Hardline (Microsoft Xbox One, 2015)   https://t.co/rTWXjkgjad via @eBay\n
6406                                                                                                                                                                                    How to get fit with the help of athletic companies, including @lululemon, @Nike and @NewBalance:… https://t.co/k08axw4bOP\n
6407                                                                                                                                                                 RT @ANNIEMOHO: Here is why I am frustrated @ATT  - the first chat person was like I AM CALLING YOU - ANSWER THE CALL. The second says, "ARE…\n
6408                                                                                                                                                                   @BehrPaint @HomeDepot Best feeling in the world, being able to hold my first granddaughter #BEHRMomentsSweepstakes https://t.co/PjqUOKN2Jb\n
6409                                                                                                                                                                                Check out Vintage Fizz Whiz Bottle Cap " Dover-Phila Federal Credit Union " Nice Condition  https://t.co/b2gpBzW0oN via @eBay\n
6410                                                                                                                            RT @Nissan: Hello last weekend of 2017. 👋\n\n\n\n\n\n\n#OMGTR #NissanGTR #R35 \n\n\n\n\n\n\n🚗: whiteghost_gtr \n\n\n\n\n\n\n📷: https://t.co/3mXMkuiC3U https://t.co/7AwlRMu99q\n
6411                                                                                                                                                                 RT @ANNIEMOHO: Here is why I am frustrated @ATT  - the first chat person was like I AM CALLING YOU - ANSWER THE CALL. The second says, "ARE…\n
6412                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6413                                                                                                                                       RT @AMLT_Token: Do you know that #Bitcoin is TOP 3 @Google trend of #2017? \n\n\n\n\n\n\n\n\n\n\n\n\n\nUse the power of #Bitcoin and JOIN the #AMLT #TOKENSALE now at…\n
6414                                                                                                                                                                 RT @Reuters: As war rages in Yemen, local doctors struggle to deal with treatable diseases in under-supplied hospital wards https://t.co/rS…\n
6415                                                                                                                                                                                                            @KingSteven87 @XFINITY @comcast @xfinitymobile Right?! Makes me want to cancel our internet, too!\n
6416                                                                                                                                                                 @Walmart your customer service at the Park City, UT location is terrible.  Returned some ribs unopened and Debra at… https://t.co/AZfl8TghoL\n
6417                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6418                                                                                                                                                                                                  #Loveher \n\n\n\n\n\n\nI don't train because I have to, I do it because it's part of me.\n\n\n\n\n\n\n@Nike\n
6419                                                                                                                                                    RT @HeirloomAngel: NEW Basket of #Flowers Quilted Pillow #Kit @eBay  https://t.co/SQVHEx9Yfw #DIY #crafts #NOS  #ebayROCteam\n\n\n\n\n\n\n#ebay https://…\n
6420                                                                                                                                                                 RT @ANNIEMOHO: Here is why I am frustrated @ATT  - the first chat person was like I AM CALLING YOU - ANSWER THE CALL. The second says, "ARE…\n
6421                                                                                                                          RT @MarshaCollier: Finally with a US Carrier:\n\n\n\n\n\n\n@HuaweiPhones’s Mate 10 Will Reportedly Come To @ATT in February\n\n\n\n\n\n\n#mobile #CES2018\n\n\n\n\n\n\nhttps://t.c…\n
6422                                                                                                                                                                 RT @ANNIEMOHO: Here is why I am frustrated @ATT  - the first chat person was like I AM CALLING YOU - ANSWER THE CALL. The second says, "ARE…\n
6423                                                                                                                                                                 RT @_timleonard: Dear @Apple, since your projected net worth is over $900 Million, how about you GIVE us #iPhone 6 and up users a FREE batt…\n
6424                                                                                                                                                              Tell @AmericanExpress to stop selling reward items made from cold-blooded murder of crocodiles, ostriches, &amp; other… https://t.co/MPHrZBKoK0\n
6425                                                                                                                                                                                 Razors with heat vision. \n\n\n\n\n\n\n#TheBestaSuperHeroCanGet\n\n\n\n\n\n\n@Gillette @Comicstorian https://t.co/jdbxHB8VbJ\n
6426                                                                                                             RT @jennaezarik: I think my favorite thing about 2017 is that @netflix added the “skip intro” feature. \n\n\n\n\n\n\n\n\n\n\n\n\n\nOh and downloads. \n\n\n\n\n\n\n\n\n\n\n\n\n\nGosh I love Ne…\n
6427                                                                                                                                                                                                  @hedia19 @mdubowitz @Reuters Worth a read, nice article need to be shared throughout world media. @avarakai\n
6428                                                                                                                                                                                                                                                      @wcalderon1979 Shitty @TMobile LTE speed in Hayward, CA\n
6429                                                                                                                                                                            RT @DeutscheBank: All the best for 2018! \n\n\n\n\n\n\nWe’ll be back on 2 January. Your Social Media Team https://t.co/GBQYgsJlvr\n
6430                                                                                                             RT @SubstratumNet: On the 10th Day of #Christmas #Substratum gave to me…\n\n\n\n\n\n\n\n\n\n\n\n\n\n10 Winners will receive an @Apple MacBook!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo be eligible you ju…\n
6431                                                                                                                                                                                                                      Argh!\n\n\n\n\n\n\n\n\n\n\n\n\n\n@TMobile is the worst!\n\n\n\n\n\n\n\n\n\n\n\n\n\nUgh!\n
6432                                                                                                                                                                 RT @korbkid: Paid for one day shipping through @amazon. Shipped via @FedEx. Expected my package Thursday. Two days in a row, the FedEx driv…\n
6433                                                                                                                                                                                     Check out 925 Sterling Silver Jewelry Amethyst Gemstone Dangle Earrings 1.2" #Handmade https://t.co/4UZIZYhfCo via @eBay\n
6434                                                                                                                                                RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #Cyborg [and Motherbox] Pop!\n\n\n\n\n\n\n📦 Reminder: The Legion…\n
6435                                                                                                                                                              RT @JimGross19: 💥BOOM💥 In regards to @Nike, THIS is how a company honors sacrifice AND courage!  Fuck you and that piece of shit cover boy…\n\n
6436                                                                                                                                                                                                        RT @Reuters: In Trump win, Canada, U.S. deal saves NAFTA as trilateral pact https://t.co/NABmzLZ4Zk\n\n
6437                                                                                                                                                                                                        RT @Reuters: In Trump win, Canada, U.S. deal saves NAFTA as trilateral pact https://t.co/NABmzLZ4Zk\n\n
6438                                                                                                                                                           RT @cleanclothes: Have you noticed? H&amp;M never talks about living wages actually being paid, as #HM promised they would be. Instead, @hm has…\n\n
6439                                                                                                                                                                                                      RT @antiqueman99: Check out Hermes, 1/6d block of 4 muh, see scans  https://t.co/XK0LTnutHU via @eBay\n\n
6440                                                                                                                                                                                        RT @antiqueman99: Check out KGV, 1920's, 2d, red, MH, watermarks  as per 2 scans  https://t.co/jK3CcZvECa via @eBay\n\n
6441                                                                             RT @Cop_TheseBot: Bisco Smith | Methods to Manifest\n\n\n\n\n\n\n18" x 24" Signed &amp; Numbered\n\n\n\n\n\n\n# of 111\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OQ4frzvcFg via @eBay\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Manifest #sty…\n\n
6442                                                                                                                                                               RT @facebook: If you've been logged out of your account and asked to sign back in, it’s because we've discovered a security issue and are t…\n\n
6443                                                                                                                                                                                                  RT @Reuters: Indonesia says it needs more heavy equipment, rescuers in quake zone https://t.co/1fZQou7JfR\n\n
6444                                                                                                                                                                                                         Check out D TRAIN:  YOU'RE THE ONE FOR ME  (2 Track 12" Single)  https://t.co/qZ0FCYaxjH via @eBay\n\n
6445                                                                                                                                                               RT @hiig_berlin: Our friends from @eitl_blog recently interviewed @PeterKraker (founder of @OK_Maps) on @Google Dataset Discovery, the #Ope…\n\n
6446                                                                                                                                                                RT @ESLCS: Win amazing prizes from @IntelGaming, @Alienware, @DeutschePostDHL, @msitweets, @ATT, @LogitechG, @betwayesports, @paysafecard,…\n\n
6447                                                                                                                                                       RT @hm: Coming soon: a fashion tribute to the exquisite patterns of 19th century design icon, William Morris. Shop Morris &amp; Co x H&amp;M from 4…\n\n
6448                                                                                                                                                                                  Check out Fender  Black/Silver 30x36" grill cloth/fabric amp speaker cabinet #Unbranded https://t.co/hwzb4rFosE via @eBay\n\n
6449                                                                                RT @kim: 📌 FOR THE RECORD\n\n\n\n\n\n\n\n\n\n\n\n\n\n@CBS: If Judge Kavanaugh is shown to have lied to the committee, nomination's over?\n\n\n\n\n\n\n\n\n\n\n\n\n\n@JeffFlake: Oh yes.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Chris…\n\n
6450                                                                                                                                                            Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n\n
6451                                                                                                                                                               RT @Lu_Kurio: Attention @PayPal users! I just received a phishing mail from "Paypal" telling me an unknown device has just signed in from a…\n\n
6452                                                                                                                                                               @read_avidly @Pear5o @Kennyatkinson1 @bbcnewcastle @McDonalds right, you've cropped it though havent you, the seaso… https://t.co/BRbQmL8YuQ\n\n
6453                                                                                                                                                                @Google search is 20 years old, but it’s search engine continues to feel newer and more relevant than ever. My fav… https://t.co/HAa5NjlCkW\n\n
6454                                                                                                                                                                                   We should let it "Continue"! #SaveCPI #SaveClubPenguinIsland \n\n\n\n\n\n\n@Disney @disneymobile https://t.co/m8olrf6IQE\n\n
6455                                                                                                                                                                                                                                       @teddyboi213 @Starbucks If I die with you, I’ll die in peace xoxoxox\n\n
6456                                                                                                                                                            RT @vernhenze: Check out Cookbook, "Curtis Cooks With Heart &amp; Soul", Curtis G. Aikens, 225 pages, unused  https://t.co/FqJs6NK4qb via @eBay\n\n
6457                                                                                                                                                                                                    RT @Reuters: North, South Korea begin removing landmines along fortified border https://t.co/Popnm8I9N5\n\n
6458                                                                                                                                                                                                    RT @Reuters: North, South Korea begin removing landmines along fortified border https://t.co/Popnm8I9N5\n\n
6459                                                                                                                                                               RT @Cisco: From more women in the industry to implementing machine learning, the #cybersecurity landscape is changing. Get a look at more i…\n\n
6460                                                                                                                                                               RT @hm: We went on a road trip to Scotland with the super-talented Tiffany Young! Stay tuned for this season’s coolest collection, launchin…\n\n
6461                                                                                                                                                                                    @Ryanair Any chance of you answering the phone, the web chat or my tweet. Or have you lost the ability to do that also?\n\n
6462                                                                                                                                                            RT @CWAUnion: AHEM: @SenTedCruz, cutting taxes on corporations &amp; the wealthy hasn’t led to an increase in jobs. Stop listening to @ATT CEO…\n\n
6463                                                                                                                                                  RT @Iskra: When everyone told you you’d never make it as a model then you walk in the biggest fashion show for @Loreal in Paris.\n\n\n\n\n\n\nYOU can do…\n\n
6464                                                                                                                                                     The OBSERVER’S BOOK of LONDON Geoffrey Palmer Noel Lloyd \n\n\n\n\n\n\n1st Ed illus Observers \n\n\n\n\n\n\nBooks    https://t.co/xgTlpLOxSB via @eBay\n\n
6465                                                                                                                                                               RT @KellyGilblom: Big news out of the Americas. @Shell and partners said to approve $31 billion LNG project in Canada, with an announcement…\n\n
6466                                                                                                                                                                        See what I m up to on @eBay! View my profile to see my favourite finds and more: https://t.co/twCDPVv29E via @eBay\n\n\n\n\n\n\nwes\n\n
6467                                                                                                                                                           On our Kumano Kodo, Mie: 3 Day Ise &amp; Ise-ji Trail Tour though @TripAdvisor you can tour the 'Holy City' of Ise, vis… https://t.co/zIBukdjx7l\n\n
6468                                                                                               RT @USA_AllenK: @StephenAtHome \n\n\n\n\n\n\n@CBS @CNN @foxandfriends\n\n\n\n\n\n\n@realDonaldTrump \n\n\n\n\n\n\n@DNC @GOP @ABCNetwork\n\n\n\n\n\n\n#MAGA #WalkAway\n\n\n\n\n\n\n#KAG #ConfirmKavanaughNow…\n\n
6469                                                                                                                                                  RT @Iskra: When everyone told you you’d never make it as a model then you walk in the biggest fashion show for @Loreal in Paris.\n\n\n\n\n\n\nYOU can do…\n\n
6470                                                                                                                                                            RT @aak1880: Last week, a couple were asked to leave @Tesco Rochdale after they attempted to buy bottled water. Police intervened &amp; couple…\n\n
6471                                                                                                                                                                                                               @kzinssiebroiler @ElmustachioIII @ConkerLover83 @Walmart @nickchester "evolved" not involved\n\n
6472                                                                                                                                     RT @DeborahAnnWoll: 19 DAYS!! October 19th! Season 3 of @daredevil ! Only on @netflix @marvel \n\n\n\n\n\n\n\n\n\n\n\n\n\nThese are stills from S1E5 World on Fire. h…\n\n
6473                                                                                                                                                                                         Check out Hand Knitted 'Cornmeal Yellow' Lace Scarf   10" x 54" #Handmade #Scarf https://t.co/nRB6LkEPKD via @eBay\n\n
6474                                                                                                                                                                                                       RT @Reuters: Trump welcomes Canada's entry into trade pact with U.S., Mexico https://t.co/npQowxEYPl\n\n
6475                                                                                               RT @USA_AllenK: @StephenAtHome \n\n\n\n\n\n\n@CBS @CNN @foxandfriends\n\n\n\n\n\n\n@realDonaldTrump \n\n\n\n\n\n\n@DNC @GOP @ABCNetwork\n\n\n\n\n\n\n#MAGA #WalkAway\n\n\n\n\n\n\n#KAG #ConfirmKavanaughNow…\n\n
6476                                                                                                                                                                                                         RT @Reuters: As Chinese influence grows, Japanese warship visits Sri Lanka https://t.co/AtSy89wUkH\n\n
6477                                                                                                                                                                                              @yogscast @amazon Thank you, I think so too, well...he wasn't at half 5 this morning, but most of the time :)\n\n
6478                                                                                                                                                  RT @Recommercexpo: Be a part of a #revolution that is bringing enormous #business #opportunities in #Asia \n\n\n\n\n\n\n@Apple @Samsung_IN @2GUD @Amazon…\n\n
6479                                                                                                                                                               @bookingcom Hello, why does this show as the price on the date I want (£63), but when I click on the hotel the chea… https://t.co/yD4vwiua68\n\n
6480                                                                                                                                                               RT @hm: We went on a road trip to Scotland with the super-talented Tiffany Young! Stay tuned for this season’s coolest collection, launchin…\n\n
6481                                                                                                                                                                              Check out TRUE VINTAGE '50's '60sFRENCH-MADE "MONIQUE" HAT EMERALD GREEN TOQUE STYLE S - M  https://t.co/XmsnPJO7xg via @eBay\n\n
6482                                                                                                                                     RT @AtriumCamberley: #WIN! \n\n\n\n\n\n\n\n\n\n\n\n\n\nTo get you prepped and ready for autumn, we're giving away a £100 gift card to spend at @hm! Just think of all…\n\n
6483                                                                                                                                    RT @BermyJB: Mary Prince. One of the original examples of #BermudianExcellence. \n\n\n\n\n\n\n🇧🇲🇧🇲🇧🇲\n\n\n\n\n\n\n\n\n\n\n\n\n\nThanks, @Google https://t.co/d6mJUvPxWR\n\n
6484                                                                                                                                                                                                      RT @kewaski: @Reuters You see, the #USMCA is the greatest deal ever made in the history of the world.\n\n
6485                                                                                                                                                               RT @notmystyleuk: Created to support young women in the Kasigua region of Kenya, The Kujuwa Initiative, set up by @ASOS , will provide heal…\n\n
6486                                                                                                                    RT @JanetCBrennan: OUT NOW!\n\n\n\n\n\n\nBarnes &amp; Noble, @BNBuzz:  https://t.co/Mt5IV8mEgR\n\n\n\n\n\n\nAmazon, @amazon : https://t.co/8b3Axxiri8 …  \n\n\n\n\n\n\nKobo, @Kobo: ht…\n\n
6487                                                                                                                                                                    RT @JITS_P: @Ryanair bought two flights to Lisbon added one premium plus package forgot to add the second,now it won't let me add it!😡\n\n
6488                                                                                                           RT @ruthurq: Family parties with @Tesco food-  laughing and smiling as Tweedle Dum or Dee who am I?\n\n\n\n\n\n\n\n\n\n\n\n\n\nMEANWHILE \n\n\n\n\n\n\nwe need:\n\n\n\n\n\n\nAwareness of red f…\n\n
6489                                                                                                                                                               @TobiasHelmstorf @uicc @Bayer Hi Tobias , I am Sammy from HOPE foundation . We need to make sure where we meet at 1… https://t.co/T3kuYFoSOH\n\n
6490                                                                                                                                                                        See what I m up to on @eBay! View my profile to see my favourite finds and more: https://t.co/twCDPVv29E via @eBay\n\n\n\n\n\n\n[[p\n\n
6491                                                                                                                                                                RT @mpi_digital: For its part, @Tesco guarantees suppliers such as agricultural companies, cooperatives, and farmers that it will purchase…\n\n
6492                                                                                                                                                                                                         RT @Reuters: As Chinese influence grows, Japanese warship visits Sri Lanka https://t.co/AtSy89wUkH\n\n
6493                                                                                                                                                               RT @SearchSecurity: Following a loud critical backlash to a new #Chrome login feature and cookie retention functionality, @Google will make…\n\n
6494                                                                                                                                                              RT @JimGross19: 💥BOOM💥 In regards to @Nike, THIS is how a company honors sacrifice AND courage!  Fuck you and that piece of shit cover boy…\n\n
6495                                                                                                                                                                For @KlausHelmrich , managing board member at @Siemens AG, industrial pioneers are essential to #business success.… https://t.co/kUrFVdssmk\n\n
6496                                                                                                                                                  Dear @netflix \n\n\n\n\n\n\nI need you to know that I'm still patiently waiting for the #ToAllTheBoysIveLovedBefore sequel(s) to… https://t.co/6Q6tPi1XAL\n\n
6497                                                                                                                                                                                  RT @Reuters: U.S., Canada agree on a deal to replace NAFTA https://t.co/MYYgOBJke9 via @ReutersTV https://t.co/gXcziAgm6b\n\n
6498                                                                                                                                                                                  RT @Reuters: U.S., Canada agree on a deal to replace NAFTA https://t.co/MYYgOBJke9 via @ReutersTV https://t.co/gXcziAgm6b\n\n
6499                                                                                                                                                                                  RT @Reuters: U.S., Canada agree on a deal to replace NAFTA https://t.co/MYYgOBJke9 via @ReutersTV https://t.co/gXcziAgm6b\n\n
6500                                                                                                                                                                          Check out 2 KNIVES ZYLISS Paring Knife + Sheath Cover 3.5" Stainless Steel Blade 31330  #Zyliss https://t.co/xyXLAVeI43 via @eBay\n\n
6501                                                                                                                                                               RT @IAMCPorg: PETITION: "Thank you for supporting the #DigitalPeaceNow initiative. It was sparked by @Microsoft. Advised by @CIVICUSallianc…\n\n
6502                                                                                                                                                                                                    RT @Reuters: North, South Korea begin removing landmines along fortified border https://t.co/Popnm8I9N5\n\n
6503                                                                                                                                          RT @HashTopiX: https://t.co/YuTfv6pd6v\n\n\n\n\n\n\n#FromTheCreatorsOf name changes such as @kfc, @HP and @HuffPost We now have Dunkin\n\n\n\n\n\n\n@dunkindonuts\n\n
6504                                                                                                                                                               @HondaCarIndia @Honda @HondaInAmerica @HondaJP feeling really duped by purchasing #HondaCity2017. AVN system sucks,… https://t.co/rF61ZiTc8C\n\n
6505                                                                                                                                                               RT @Symphony: Listen to discussions between leaders from @DeutscheBank @FinosFoundation @tier1crm @Nomura @c9tec on our afternoon panel, "C…\n\n
6506                                                                                                                                                                                        &amp; speaking of Yale, when are we gonna get the next Gilmore Girls installment? Hey @netflix! I'm talkin' to you!\n\n
6507                                                                                                                                                               RT @AshaRawal_: As I'm big fan of fan tennis  in India, the opportunity to attend @AustralianOpen courtesy @Mastercard is the best yet! All…\n\n
6508                                                                                                                                                             RT @SherryPollex: Thank you @NASCAR, @MarcusSMI, @BankofAmerica, @ToyotaRacing. Total bucket list moment. Amazing 💙🙌 https://t.co/9whbIYVk6O\n\n
6509                                                                                                                                     RT @FurrieFighter: I think that those 4 games should be released as a collection on all current platforms @Disney \n\n\n\n\n\n\n\n\n\n\n\n\n\nA lot of peeps would be…\n\n
6510                                                                                                                                     RT @AtriumCamberley: #WIN! \n\n\n\n\n\n\n\n\n\n\n\n\n\nTo get you prepped and ready for autumn, we're giving away a £100 gift card to spend at @hm! Just think of all…\n\n
6511                                                                                                                                                               @missninaroxy @Reuters “We fail to see how this deal can be good for the 220,000 Canadian families that depend on d… https://t.co/UhBjrT5E2u\n\n
6512                                                                                                                                                                                                                       "Great service. Friendly staff. Helpful, fast and economic." @Groupon #HappyCustomer\n\n
6513                                                                                                                                                      RT @TheKeyStages: Who wants to #win a £25 @hm #voucher? 😁 Follow us, RT, Comment &amp; tell us in less than 10 words why you should win! Like &amp;…\n\n
6514                                                                                                                                                                               RT @Sony: The "Holmies" are back. Will Ferrell &amp; John C. Reilly are #HolmesAndWatson. Christmas. https://t.co/PDkxbzQpSj\n\n
6515                                                                                                                                                                                          Check out VINTAGE...HORTON HATCHES THE EGG, DR. SEUSS 1940,1968 HARDCOVER, NEW  https://t.co/JAoh8QvUod via @eBay\n\n
6516                                                                                                                                     RT @digititan_za: It has started! The @Cisco ICND1 and @DigitalSkillsAF bootcamps have begun here at Digititan.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTVET colleges in SA have s…\n\n
6517                                                                                                                                                                        TEACH YOU ✩ OCTOBER 3RD at the HOLLYWOOD @hm on SUNSET. \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/hwYGT0l0GS https://t.co/0dV05rrqsS\n\n
6518                                                                                                                                                                                             @jpmorgan goes further @luxembourg ! #brexit gets concrete! Good choice! \n\n\n\n\n\n\nhttps://t.co/iFXjWilEHe\n\n
6519                                                                                                                                                               RT @AllDayDevOps: We're aiming for 1,000,000 #DevOps professionals to join us online. We operate @Google scale. We converse @SlackHQ speed.…\n\n
6520                                                                                                                                                                                                                                                            @McDonalds #checkpointcharlie no veg menu, why?\n\n
6521                                                                                                      RT @Aviation_Freak: Monsoon Mayhem!🌊🌊🌊\n\n\n\n\n\n\n\n\n\n\n\n\n\n@UPSAirlines #Boeing747 landing on #MumbaiAirport's Runway 27 on a monsoon morning. 😀🙌\n\n\n\n\n\n\n\n\n\n\n\n\n\n@UPS #boein…\n\n
6522                                                                                                                                                               RT @hm: We went on a road trip to Scotland with the super-talented Tiffany Young! Stay tuned for this season’s coolest collection, launchin…\n\n
6523                                                                                                                                                                                     Check out SIGN OF THE OTTER DVD, AN UNFORGETTABLE QUEST WITH A FATHER &amp; SON, PG  https://t.co/JQtBkIdYjC via @eBay\n\n
6524                                                                                                                                                                               RT @Sony: The "Holmies" are back. Will Ferrell &amp; John C. Reilly are #HolmesAndWatson. Christmas. https://t.co/PDkxbzQpSj\n\n
6525                                                                                                                                                                    ICYMI, @Google has introduced a new job search tools for veterans. #MilitaryMoment #MilitaryMonday\n\n\n\n\n\n\nhttps://t.co/TVANFMjB3S\n\n
6526                                                                                                                                                                #SAPRadio @cochesdiez @SAP "Conversational AI / Chatbots will change fundamentally the way we are interacting with… https://t.co/3EjxA0MjPf\n\n
6527                                                                                                                                                                 @BunkoPirate @vmiss33 @jcefidel @plankers @conchitadiaz78 @Google @GoogleCompute @VMwareEducation No done again, last posts was on 8 Sept.\n\n
6528                                                                                                                                                               RT @Cisco: Better together! We're excited about the close of the @duosec acquisition, let the celebration begin. https://t.co/CP0ct3Finv #C…\n\n
6529                                                                                                                                                                                 Check out Nike Air Jordan Carmelo Anthony Jersey "BMORE" 5-29-1984 Men's Size XL #Jordan https://t.co/DcihANuveZ via @eBay\n\n
6530                                                                                                                                     @Disney, I'm very sad to you! You ruined my dream of being the Trendsetter of the Month!!!! \n\n\n\n\n\n\n\n\n\n\n\n\n\nI have never given up… https://t.co/8nP5kvSXzK\n\n
6531                                                                                                                                                                          @Tesco Hi if you use bailing wire for your recycling, please contact us @ CMD wire products at Barnsley.… https://t.co/wuPCFvFBKY\n\n
6532                                                                                                                                                                                              RT @JohnDeere: A beacon in the night. Thank you, David B., for capturing this moment. https://t.co/wd7x6xl2Zk\n\n
6533                                                                                                           RT @malecistruelove: Morning @FreeformTV, @netflix and @ConstantinFilm!\n\n\n\n\n\n\n\n\n\n\n\n\n\nStill having no regrets about @ShadowhuntersTV?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEven Forbes write…\n\n
6534                                                                                                                                     RT @Microsoft: "Hey BMW, I'm cold."\n\n\n\n\n\n\n\n\n\n\n\n\n\n@TechCrunch explains how @BMWGroup's Intelligent Personal Assistant gets to know you: https://t.co/xaS…\n\n
6535                                                                                                                                                                                              Check out Sports Illustrated The Year in Sports 1991 Well stored, working.  https://t.co/qn99qe6Wn7 via @eBay\n\n
6536                                                                                                                                                                                                                               RT @netflix: It's fresh. Bold. Risky, but I like it. https://t.co/McBRJCTVsL\n\n
6537                                                                                                                                                                    RT @Reuters: Trump: Canada, Mexico trade pact 'great deal' for all sides https://t.co/MYYgOC0VCJ via @ReutersTV https://t.co/gkpHwJRqvI\n\n
6538                                                                                                                                                               @Starbucks It is always too hot for me to drink for 20 minutes while it steeps, so I didn’t find out until I got ho… https://t.co/XOfjGJ4vww\n\n
6539                                                                                                                                                               @newtgingrich @facebook Did you know that in the US (for now), people are allowed to have opinions that you persona… https://t.co/lDgMQvUcog\n\n
6540                                                                                                                                                                      #instagram check out Chefs Limited Kitchen Utensils, 6 Piece Cooking Utensil Set With Holder - NEW  https://t.co/1X9mZGc0J1 via @eBay\n\n
6541                                                                                                                                                               RT @davidbombal: Part of My newest 2018 fully working 10base5, 10base2 and other @Cisco network. Why you ask? Why not? Do you want to learn…\n\n
6542                                                                                                                          #SALES ENDING !\n\n\n\n\n\n\n\n\n\n\n\n\n\n🇺🇸 1943-S LINCOLN WHEAT PENNY WWII ERA GEM UNCIRCULATED COIN! FREE SHIPPING! \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/iMC9a08G0x @eBay\n\n
6543                                                                                                                                                                             Check out ALIA Blouse Short Sleeve Lightweight Polyester  , Sz 16, NWT #ALIA #Blouse #Casual https://t.co/zQfyNGv3SL via @eBay\n\n
6544                                                                                                                                                               RT @AltspaceVR: We’re all in this together. So excited to hang out with the community leaders from @recroom, @highfidelityinc, @facebook so…\n\n
6545                                                                                                                                                                    RT @HeadsetsToday: Online shopping for Electronics from a great selection of Earbud Headphones, ... https://t.co/8BKp5TVrj4 via @amazon\n\n
6546                                                                                                                                                               RT @McDonalds: We’re excited to announce our classic burgers have no artificial preservatives, no artificial flavors and no added colors fr…\n\n
6547                                                                                                                                                               Thanks to Healey @Hyundai in Beacon,NY my steering wheel has no more issues.Oh yeah and #Shoutout to their great cu… https://t.co/uDyrdcCw1C\n\n
6548                                                                                                                                     RT @EarthDesires: Just saw this on Amazon: The Syrian by Cathy Sultan for $4.99 https://t.co/scSmn1Cs0y via @amazon\n\n\n\n\n\n\n\n\n\n\n\n\n\nFollowing our Author c…\n\n
6549                                                                                                                                                  RT @hildatheseries: "There's a great big world out there!" Hilda is now streaming, only on @netflix! \n\n\n\n\n\n\n#HildaTheSeries https://t.co/LOOu7duk…\n\n
6550                                                                                                                                     RT @DeborahAnnWoll: 19 DAYS!! October 19th! Season 3 of @daredevil ! Only on @netflix @marvel \n\n\n\n\n\n\n\n\n\n\n\n\n\nThese are stills from S1E5 World on Fire. h…\n\n
6551                                                                                                                                                               RT @SunilMalhotra: I just preordered @simonsinek's forthcoming book, The Infinite Game ... on @amazon India https://t.co/Xbn8bUded9 https:/…\n\n
6552                                                                                                                                                                RT @landandseascape: Normand Subsea alongside #Lerwick, #Shetland last week @Subsea7Official @BP_plc @BP_UK @LerwickHarbour Do you miss us…\n\n
6553                                                                                                                                                  RT @rjouchen: Never give or take any excuse, this is the secret of success.\n\n\n\n\n\n\n@warnerbrostv @CBS I'll fight for #PersonOfInterest until you b…\n\n
6554                                                                                                                                                                                Check out GIANT Chunky KEY RING Clear Acrylic 5" Inches #2329 Vintage Car/House Keys NEW  https://t.co/FLAXbJafXW via @eBay\n\n
6555                                                                                                                                                               @Reuters Any sentence beginning with "Trump says" should stop right there, as the rest of it inadvertibly will be e… https://t.co/5plY4aRJ0t\n\n
6556                                                                                                             @Reuters “Heart of Iran” will return home on 7th October\n\n\n\n\n\n\n👇\n\n\n\n\n\n\nhttps://t.co/IONv7ZzE6S \n\n\n\n\n\n\n\n\n\n\n\n\n\n#TouristTrains #HeartOfIran… https://t.co/3gNsPTUFbc\n\n
6557                                                                                                                                                              @kalzimonium @A_Ross @Apple My tweet re: $1,495 iPhone and Apple’s greed hurt feelings😢. I chose to refrain from ve… https://t.co/Mo3iac0HMQ\n\n
6558                                                                                                                                                               RT @Eagles: Three sacks for the #Eagles yesterday, so you can grab a free Big Mac from your local Philly @McDonalds today with a purchase o…\n\n
6559                                                                                                                                                               RT @mpi_digital: Retailer @Tesco for its part, repurposes baked goods into animal feed, converts oil waste into biodiesels, and is piloting…\n\n
6560                                                                                                                                                               RT @mpi_digital: Retailer @Tesco for its part, repurposes baked goods into animal feed, converts oil waste into biodiesels, and is piloting…\n\n
6561                                                                                                                                                               I hated when @TheBodyShop got sold to @Loreal, so happy they’re now owned by an other company that isn’t complete t… https://t.co/9BWc6vlvKW\n\n
6562                                                                                                                                                               It's October 1, which means that we have officially made the transition to the @salesforce Lightning Platform! This… https://t.co/0JbknpcYhA\n\n
6563                                                                                                                                     @AbusiveDucks @anthonycanchola @toenailsamage @_padillac @McDonalds Isn’t that clever. \n\n\n\n\n\n\n\n\n\n\n\n\n\nIf you’re a meat eater you… https://t.co/Xo6xktdpBW\n\n
6564                                                                                                                                                              RT @TrevorProject: Anyone can be there for a person in crisis 🌟 Our life-saving work depends on everyday superheroes- you! With @ATT, we’re…\n\n
6565                                                                                                                                                                                                 RT @Nissan: Good Morning #Monday. \n\n\n\n\n\n\n#NissanLEAF #Nissan #SimplyAmazing https://t.co/bAq0Rl3Yv9\n\n
6566                                                                                                                                                  RT @AmericanExpress: Don’t miss out! Card Member presale hospitality\n\n\n\n\n\n\npackages to The Championships, @Wimbledon 2019 are still available #Wi…\n\n
6567                                                                                                                                                 Prevention or recovery: Where should limited cybersecurity resources be focused?\n\n\n\n\n\n\nhttps://t.co/AoUZ2ueHHS @HP \n\n\n\n\n\n\n#HP #CyberSecurity\n\n
6568                                                                                                                                                                            RT @BethPaintings: Check out 4 Large Cypraea tigris tiger cowrie  seashell 2.5"  Beach decor  https://t.co/4UI7iMpZGn via @eBay\n\n
6569                                                                                                                                                                            RT @BethPaintings: Check out 4 Large Cypraea tigris tiger cowrie  seashell 2.5"  Beach decor  https://t.co/4UI7iMpZGn via @eBay\n\n
6570                                                                                                                                                               Here's Hey @thenue_co, please get to know @CaulfieldTim and his fantastic @netflix show, A User's Guide to Cheating… https://t.co/ZoeIIcS02g\n\n
6571                                                                                                                                                                RT @MikeFeibus: Wow, impressively small, low-power motherboard built with @intel. 4G #LTE included. 18hr claimed battery life. Again, wow.…\n\n
6572                                                                                                                                                               RT @jpolakis: Given the scale and severity of the @facebook breach, I’ll share some thoughts based on our recent @USENIXSecurity paper with…\n\n
6573                                                                                                                                                                                                                @ATTCares @ATT And all of this before noon. If no one is out today, you've lost a customer.\n\n
6574                                                                                                                                                               RT @CphFashSummit: With big responsibility as a platform for 140-plus brands, @ASOS demonstrates its pledge to sustainability and inclusivi…\n\n
6575                                                                                                                                                               @Google why do you constantly push leftist anti trump articles to my android device? Nothing in my keystrokes, site… https://t.co/7qV4jtXncD\n\n
6576                                                                                                                                                                                                                             I have just listed: 'Glory Days', for 9.99 via @amazon https://t.co/7lok3JvRBE\n\n
6577                                                                                                               @Reuters Iran has access to all its oil revenues\n\n\n\n\n\n\n👇\n\n\n\n\n\n\nhttps://t.co/Zno6ieECLR …\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Iran #Oil #OilRevenues #Dollars… https://t.co/OxVCJs5qsm\n\n
6578                                                                                                                                                                                                                                       @Reuters That Mass shooting won't ever be forgotten, Vegas strong...\n\n
6579                                                                                                                                                @RT_com @netflix https://t.co/OptWu9BW97\n\n\n\n\n\n\nhttps://t.co/sP96l2fQYw\n\n\n\n\n\n\nhttps://t.co/k5h00ILTrQ\n\n\n\n\n\n\nvisit these website once 🖕\n\n
6580                                                                                                                                                               RT @QuinceComic: The @QuinceComic collected trade paperback is now available at @Fanbase_Press, @comiXology, and @amazon! #Latinx #Superher…\n\n
6581                                                                                                                                                               RT @kkaspar: Even more exciting @assassinscreed Odyssey news, we're partnering with @Google to be the first game shown on #ProjectStream ht…\n\n
6582                                                                                                                                                               RT @slpng_giants: Hey @Microsoft and @satyanadella, are you still okay materially supporting the agency responsible for the internment of 1…\n\n
6583                                                                                                                                                  RT @RealTrumpLady: Just like the “mockingbirds” they are, @FoxNews is saying “Trump defends Brett Kavanaugh”. 😳\n\n\n\n\n\n\nIt’s now a @Disney company…\n\n
6584                                                                                                                                                                                            RT @davelackie: @khanlon @Shiseido_Canada @Starbucks So pleased you won Katy. I"m packing them up for you now!!\n\n
6585                                                                                                                                                               @ClayTravis Please explain why all of your @amazon ⭐️⭐️⭐️⭐️⭐️ reviews are "Verified Purchase" and none of your ⭐️ r… https://t.co/qSyuy8qndc\n\n
6586                                                                                                                                                               @davidclyde13 We're sorry we missed you! We now live at @McDonalds. We hope you'll follow us at that handle, and we… https://t.co/jLa7TZnuCR\n\n
6587                                                                                                                                                                         Check out Coldwater Creek Women's Blouse Top Shirt Size Small Color: Blk, red, gold #Blouse #Any https://t.co/44PIK1Yzfl via @eBay\n\n
6588                                                                                                                                                                    RT @hklaulor: @decider Please #RenewGypsy then, don't let it ended like that. @netflix @reedhastings #SaveGypsy https://t.co/O4f0OoaDWM\n\n
6589                                                                                                                                                               Alongside @Apple, we've been working to bring coding to the City of Chicago through the #EveryoneCanCode initiative… https://t.co/db7O6UaTEq\n\n
6590                                                                                                                                                                                                          @SportsDirectUK @Nike Shite direct £46.00 \n\n\n\n\n\n\nLook what i found https://t.co/ThsiSLYqYE\n\n
6591                                                                                                                                                     'Ban plastic toys in @McDonalds Happy Meals', says Environment Minister  \n\n\n\n\n\n\n#plasticfreecommunities #plasticfreerc… https://t.co/8bhHL9Ti9i\n\n
6592                                                                                                                                                                                     @annecurtissmith @netflix try period tv series like, GOT, Vikings, The Tudors, DA Vinci Demons, The White Queen, etc..\n\n
6593                                                                                                                                                               RT @AmericanExpress: When checkout is at 4pm instead of 11am, a travel day becomes more than just a travel day. Only with your Platinum Car…\n\n
6594                                                                                                                                                                RT @MikeFeibus: Wow, impressively small, low-power motherboard built with @intel. 4G #LTE included. 18hr claimed battery life. Again, wow.…\n\n
6595                                                                                                                                                                                  Check out Vintage Sports Belle Washington Huskies football jersey (rare, adult size L)  https://t.co/orYCpvzH9D via @eBay\n\n
6596                                                                                                                                     RT @HP: #ThePCReinvented. Introducing the HP Spectre Folio. \n\n\n\n\n\n\n@alexanderwangny #KeepReinventing \n\n\n\n\n\n\nhttps://t.co/XD4o0QG8jv https://t.co/8d4lOZ…\n\n
6597                                                                                                                                                              RT @ATT: #5G will be much bigger than smartphones – it will touch all parts of our 🌎, and all types of industries. On the #PathTo5G, we thi…\n\n
6598                                                                                                                                                                                                                                         @reeses @amazon Resses pumpkin #notsorry\n\n\n\n\n\n\n#Sweepstakes\n\n
6599                                                                                                                                                                                                          @SportsDirectUK @Nike A fit and proper owner.\n\n\n\n\n\n\n🤣🤣🤣🤣🤣🤣😋 https://t.co/r9j6UzoHi4\n\n
6600                                                                                                                                                                                                          @SportsDirectUK @Nike A fit and proper owner.\n\n\n\n\n\n\n🤣🤣🤣🤣🤣🤣😋 https://t.co/r9j6UzoHi4\n\n
6601                                                                                                                                                               RT @Disney: Magic mirror on the wall, who is the fiercest one of all? Your Halloween costume is waiting at @shopDisney: https://t.co/LSYHd2…\n\n
6602                                                                                                                                                                                        Just saw this : SWEET LOVE BITTER (ORIGINAL SOUNDTRACK LP, 1967) by Mal Waldron https://t.co/OSplRBm5tp via @amazon\n\n
6603                                                                                                                                                               @Toyota I was on the way back home from Fargo in minot there was a mark 4 Supra turning to the right, that was a fe… https://t.co/X6Gvw3O3CL\n\n
6604                                                                                                                                                               RT @Microsoft: Our president @BradSmi visited @CBSThisMorning to discuss how #AI can help save lives, and our investment in AI for Humanita…\n\n
6605                                                                                                                                                                        Check out Ecko Unltd "Royal Flush" Men Size XXL Green Long Sleeves Front Zipper Jacket #EckoUnltd https://t.co/7m5kGmH00d via @eBay\n\n
6606                                                                                                                                                                                                                https://t.co/yScfu1nptF\n\n\n\n\n\n\n@Ford to Launch New Generation of Mondeo Hybrid Models\n\n
6607                                                                                                           RT @stylezpromo: Ready to be #HappyTogether with us?\n\n\n\n\n\n\n\n\n\n\n\n\n\nTune into watch the premiere of @happytogether on @CBS at 8:30/7:30c TODAY! \n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's s…\n\n
6608                                                                                                                                  RT @SourcingNetwork: Top apparel brands like @Nike, @Gap, @HM and @adidas take action! LEARN MORE --&gt; https://t.co/O0SrSJLvsl\n\n\n\n\n\n\n\n\n\n\n\n\n\n#UNga73 #Tur…\n\n
6609                                                                                                                                                                                                                              @MitjaRoskaric @Google That looks very interesting , but of course only US :(\n\n
6610                                                                                                                                                                @planetexpress69 @wbm312 @AppleSupport @Apple You know, you did something wrong, if a floppy disk is more reliable… https://t.co/GdsUK6SMB1\n\n
6611                                                                                                                                                                     @elijahzanesexto @Reuters Well, good luck. But I think the supremecy clause probably wins this one regardless of how you feel about it\n\n
6612                                                                                                                                                           RT @Citi: In a recent live event survey, clients identified fintech collaborations as having the greatest impact on trade finance &amp; operati…\n\n
6613                                                                                                                                                                                   Black, Pink &amp; Blue KeyChain | Handmade Boondoggle Gimp Scoubidou Twist Stitch... https://t.co/uss0KykfHa via @amazon\n\n
6614                                                                                                                                                                       #foodporn check out Chefs Limited Kitchen Utensils, 6 Piece Cooking Utensil Set With Holder - NEW  https://t.co/1X9mZGc0J1 via @eBay\n\n
6615                                                                                                                                                               RT @b_art15: @Siemens 15 years ?  It will take decades before cities can afford to accommodate  autonomous vehicles,, plus people's relucta…\n\n
6616                                                                                                                                                               'We can be a bit more flamboyant now' As Detroit Exits The Sedan Market, @Nissan Lets Its Flamboyant Flag Fly On Ne… https://t.co/YeePLKzQbN\n\n
6617                                                                                                                                     RT @Google: "At Google, accessibility is everyone’s responsibility."\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo mark #DisabilityAwarenessMonth, see the different ways our Central…\n\n
6618                                                                                                                                     RT @VladoBotsvadze: GARAGES TO GREATNESS  \n\n\n\n\n\n\n\n\n\n\n\n\n\nSteve Jobs, Steve Wozniak, and Ronald Wayne developed the first @Apple computer in the garage o…\n\n
6619                                                                                                                                                                                 Check out NWT Vince Classic Leather Scuba Jacket, Black, size Medium, retail $995 #Vince https://t.co/eg0a3FhsS5 via @eBay\n\n
6620                                                                                                                                     RT @Google: "At Google, accessibility is everyone’s responsibility."\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo mark #DisabilityAwarenessMonth, see the different ways our Central…\n\n
6621                                                                                                                                                                                                      RT @DigitalTrends: The Surface Pro will go back to black, @Microsoft confirms https://t.co/s2VK8aKizr\n\n
6622                                                                                                                                                               RT @Ubisoft: We're excited to be teaming up with @Google for Project Stream, an exclusive test that will enable participants to play #Assas…\n\n
6623                                                                                                            - Paragon Beverage Advisors LLC \n\n\n\n\n\n\n- Penny Pennington and Mike Fidler\n\n\n\n\n\n\n- @RubinBrown \n\n\n\n\n\n\n- @WellsFargo \n\n\n\n\n\n\nThis event would… https://t.co/R0YQyPMJtx\n\n
6624                                                                                                                                                                       RT @jess0426cp: @Disney @shopDisney Actually, my Halloween costume is waiting in Club Penguin Island #SaveCPI #SaveClubPenguinIsland\n\n
6625                                                                                                                                                                                                                             RT @Walmart: @IAmGodwin Burn rubber to Walmart before they're gone, Kevin! 🏎🏁\n\n
6626                                                                                                                                                                               Why @McDonalds have stopped the sundae I never know, best dessert on the menu #mcflurryssuck except the raspberry flake one!\n\n
6627                                                                                                                              We need to see Fabien and Minos Noir ride again! Versailles needs a season 4. \n\n\n\n\n\n\n@netflix\n\n\n\n\n\n\n@canalplus\n\n\n\n\n\n\n@ovationtv… https://t.co/tKI3a2jMrk\n\n
6628                                                                                                                                                                                                                                    Who scared this poor @ASOS model?!\n\n\n\n\n\n\nhttps://t.co/9jFvDllnwm\n\n
6629                                                                                                                                                                @UPS I paid to have a package delivered Sept 10th.  It was returned to me SATURDAY, almost 20 days later, claiming… https://t.co/KyZw7DzGjZ\n\n
6630                                                                                                                                                            Kat: Lots of SPOOKY stuff coming to @netflix, @CraveTVCanada + @PrimeVideo this month!! 🎃🙌\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/clKD4aAHR7\n\n
6631                                                                                                                                                                    RT @JackPosobiec: “Captain America claims black man can’t read” \n\n\n\n\n\n\n\n\n\n\n\n\n\nMore @Disney values https://t.co/Mf87ieuTqd\n\n
6632                                                                                                           RT @todd_harrison: I don’t do @Starbucks very often but as there’s one under our office I sometimes indulge.  \n\n\n\n\n\n\n\n\n\n\n\n\n\nJust now:\n\n\n\n\n\n\n\n\n\n\n\n\n\nMe, after paying…\n\n
6633                                                                                                                                                       @CannibalQueen21 @Apple Yeah I feel dumb now.\n\n\n\n\n\n\nTo be fair I thought it would be in the fruits and veggies not with the regular emojis :(\n\n
6634                                                                                                                                                               @UPS no one contacts me all weekend. I'm still waiting on hearing about being compensated for my time, milage, frus… https://t.co/flpVHaDmSJ\n\n
6635                                                                                                                                                               RT @renniksn: In case you missed the @salesforce  @Pardot B2B Marketing Keynote @Dreamforce with @ssgg127 of @lyft, @nking of @VMware and o…\n\n
6636                                                                                                                                                               RT @jpolakis: Given the scale and severity of the @facebook breach, I’ll share some thoughts based on our recent @USENIXSecurity paper with…\n\n
6637                                                                                                                                                               @McDonalds new glazed tenders...smh they want 15$ and they can't glaze tenders..do everything your best, and nobody… https://t.co/7vP2zpmfFf\n\n
6638                                                                                                                                                                    RT @JackPosobiec: “Captain America claims black man can’t read” \n\n\n\n\n\n\n\n\n\n\n\n\n\nMore @Disney values https://t.co/Mf87ieuTqd\n\n
6639                                                                                                                                                                                                RT @Reuters: Whereabouts of more than 1,200 Missouri sex offenders unknown: auditor https://t.co/kt5FSB18hT\n\n
6640                                                                                                                                                                                                                                                 @eaxford @HotDate @netflix @chmurph CONGRATS, YOU GUYS!!!!\n\n
6641                                                                                                                                                           @ASOS bit of a joke now, ordered stuff a week ago got completely the wrong thing &amp; one of the jumpers had a hole in… https://t.co/aULf58dT1b\n\n
6642                                                                                                                        RT @Bosslogic: Marvel's Night Nurse (only on Disney Play)\n\n\n\n\n\n\n"sometimes heroes need saving" @rosariodawson\n\n\n\n\n\n\n\n\n\n\n\n\n\nThink about if @Disney you can hav…\n\n
6643                                                                                                                                                               RT @jpolakis: Given the scale and severity of the @facebook breach, I’ll share some thoughts based on our recent @USENIXSecurity paper with…\n\n
6644                                                                                                                                                 RT @PositivelyJoan: RT🍂@rosevine3\n\n\n\n\n\n\nTell @KelloggsUS We Consumers Demand To Know What Is In Our Food By Boycotting All Their Products @TheGOP…\n\n
6645                                                                                                           RT @stylezpromo: Ready to be #HappyTogether with us?\n\n\n\n\n\n\n\n\n\n\n\n\n\nTune into watch the premiere of @happytogether on @CBS at 8:30/7:30c TODAY! \n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's s…\n\n
6646                                                                                                                                                                              Check out SCUDERIA FERRARI Scuderia - hair and body wash, shower gel - 400 ml / 13.5 fl oz  https://t.co/cTANFRM0J7 via @eBay\n\n
6647                                                                                                                                                                       #Amazon customers: Save $5 on your #Marvel's #Venom tickets.  Click below to save. \n\n\n\n\n\n\nhttps://t.co/6L8Bv1NRuZ via @amazon\n\n
6648                                                                                                                                                                                                                                          RT @Aspiration: First place, @WellsFargo. https://t.co/JaOr6Qk0YL\n\n
6649                                                                                                                                                                                        RT @Apple: @Booda646 The all-new iPhone XS, iPhone XS Max, iPhone XR and Apple Watch Series 4 are here. #AppleEvent\n\n
6650                                                                                                                                                               RT @kyletwebster: If you missed the news, @Adobe partnered with the wonderful @mrjakeparker for an #inktober promo during @adobemax . And I…\n\n
6651                                                                                                                                                               RT @GlobalSemi: Sumit Gupta @SumitGup, VP of HPC, AI and Machine Learning at @IBM Deep learning and machine learning are driving creation o…\n\n
6652                                                                                                                                                               RT @hannover_messe: For @KlausHelmrich , managing board member at @Siemens AG, industrial pioneers are essential to #business success. Find…\n\n
6653                                                                                                                                                               @newtgingrich @facebook Your back room nomination, and hidding papers, ignoring lies during testimony and rapid plo… https://t.co/KJVRmC7p1J\n\n
6654                                                                                                                                                                New blog post from @Sony posted on https://t.co/EgfPChAALl "Hi-res audio now on Xperia XA2 and XA2 Ultra handsets"… https://t.co/ZlCWNWUrC5\n\n
6655                                                                                                                                                                  Ed Metzger, head of innovation at eurozone's largest bank @bancosantander, takes the stage to discuss One Pay FX… https://t.co/TwxwZ9OWEI\n\n
6656                                                                                                                                                               RT @coindesk: Ed Metzger, head of innovation at eurozone's largest bank @bancosantander, takes the stage to discuss One Pay FX #SwellbyRipp…\n\n
6657                                                                                                                                                               RT @Ubisoft: We're excited to be teaming up with @Google for Project Stream, an exclusive test that will enable participants to play #Assas…\n\n
6658                                                                                                                                                  RT @RandomExplore: @Starbucks #InclusiveCapitalism #CapitalismWithHeart\n\n\n\n\n\n\nPlease hold your supplier like @darigold responsible for their beha…\n\n
6659                                                                                                                                                       @Apple Like You Don’t EvenHave More Then 7 On Front Camera?,&amp;The Screen OLEd Irritates My Skin,&amp;Eyes,You Could’ve M… https://t.co/wzWcViEov5\n\n
6660                                                                                                                                                      RT @TheKeyStages: Who wants to #win a £25 @hm #voucher? 😁 Follow us, RT, Comment &amp; tell us in less than 10 words why you should win! Like &amp;…\n\n
6661                                                                                                                                                               RT @kyletwebster: If you missed the news, @Adobe partnered with the wonderful @mrjakeparker for an #inktober promo during @adobemax . And I…\n\n
6662                                                                                                                                                               #motivation check out Liquid Silver Plating System, Silverware Kit, Medallion Brand - New #MedalllionBrand https://t.co/wt1w2mmMV2 via @eBay\n\n
6663                                                                                                                                                               RT @kyletwebster: If you missed the news, @Adobe partnered with the wonderful @mrjakeparker for an #inktober promo during @adobemax . And I…\n\n
6664                                                                                                                                                           RT @darkcrystal: Join us at #NYCC this Friday, October 5th for a first look at The Dark Crystal: Age of Resistance during the @netflix &amp; Ch…\n\n
6665                                                                                                                                                                                                           RT @Reuters: One year later, Las Vegas honors 58 killed in mass shooting https://t.co/Lil4rpOfl4\n\n
6666                                                                                                                                            .@Disney's \n\n\n\n\n\n\nWalt Disney Pictures joins @Sony\n\n\n\n\n\n\n@UniversalPics and @WarnerBrosEnt by signing deal with @MovioHQ… https://t.co/GNdbI31bSC\n\n
6667                                                                                                                                      When you ordered something on @amazon #prime and @ups isn't on the schedule.... 😥😅\n\n\n\n\n\n\n\n\n\n\n\n\n\n#twitch #streamer #pandasquad https://t.co/dNm1w4mXzs\n\n
6668                                                                                                                                                               RT @kyletwebster: If you missed the news, @Adobe partnered with the wonderful @mrjakeparker for an #inktober promo during @adobemax . And I…\n\n
6669                                                                                                                                                               RT @Ubisoft: We're excited to be teaming up with @Google for Project Stream, an exclusive test that will enable participants to play #Assas…\n\n
6670                                                                                                                                                                                                                                        @GatenM123 @verizon i'm proud of you, i mean.. really, really proud\n\n
6671                                                                                                                                                                                                                 @Starbucks Pumpkin spice is worth the price, it takes my taste buds to paradise! ☺️🍁✊🏽☕️\n\n
6672                                                                                                                                                                                                    RT @Reuters: North, South Korea begin removing landmines along fortified border https://t.co/Popnm8I9N5\n\n
6673                                                                                                                                                               RT @slpng_giants: Hey @Microsoft and @satyanadella, are you still okay materially supporting the agency responsible for the internment of 1…\n\n
6674                                                                                                                                                                     @CVSHealth the smell in the restroom at 3001 Lauderdale in Richmond VA is repulsive.  So much for CVS "Health" https://t.co/dwRoKjIfh3\n\n
6675                                                                                                                                                                                        RT @herbalgirl98: Check out 3" COLLECTIBLE TOBACCO PIPE- GLASS HAND SMOKING BOWL PIPE https://t.co/Ix5lYBodol @eBay\n\n
6676                                                                                                                                                                                                                             @AntiquarianMuse @Reuters @ReutersOpinion @hcoster And you as well, pinhead #2\n\n
6677                                                                                                                                                                                                People often ask me "What does @IBM do?" This is what @ConanOBrien thinks we do.... https://t.co/9aqSJypTzD\n\n
6678                                                                                                                                     @facebook @facebook is the most male chauvinist social media EVER!\n\n\n\n\n\n\n\n\n\n\n\n\n\nEVERYDAY there's some guys posting bullshit aga… https://t.co/2INtFewWGY\n\n
6679                                                                                                                                                                                    @McDonalds How about asking instead, "Would you prefer a Transformers or My Little Pony toy?" and let the child decide?\n\n
6680                                                                                                                                                                                   Go watch @netflix #HoldTheDark, you won’t regret the choice. It’s a perfect choice to start #October for #31DaysofHorror\n\n
6681                                                                                                                         @NASA @JZK60 @YouTube @facebook Hold on don't these count?\n\n\n\n\n\n\nfirst satellite\n\n\n\n\n\n\nfirst animal in Earth orbit\n\n\n\n\n\n\nfirst human… https://t.co/8wm8eyqRqo\n\n
6682                                                                                                                                                               @GOPoversight @GOP @Google Google your run by a Russian, you censor speech for China and US citizens so your the te… https://t.co/npnyAeJNkJ\n\n
6683                                                                                                                                                               RT @Reuters: Bagpipes at dawn mark the Las Vegas shooting’s one year anniversary, which killed 58 people and injured hundreds more https://…\n\n
6684                                                                                                                                                               RT @kathygriffin: B) This is not the way I want to do it. I'd rather have a deal with @Netflix @Apple @HBO, but despite the fact that I hol…\n\n
6685                                                                                                                                                               RT @Reuters: Bagpipes at dawn mark the Las Vegas shooting’s one year anniversary, which killed 58 people and injured hundreds more https://…\n\n
6686                                                                                                                                                               RT @MillieCordelia: @warnerbrostv @TheDCUniverse @netflix @hulu @TheCW @AmazonStudios @WarnerBrosEnt #SaveGotham #PickUpGotham Yes, we're p…\n\n
6687                                                                                                                                                               RT @PaceRappaport: Check out metaljef s profile on @eBay, and see their favorite finds and more: https://t.co/QayWg5pbG5 #shopsmall #Family…\n\n
6688                                                                                                                                                               RT @Reuters: Bagpipes at dawn mark the Las Vegas shooting’s one year anniversary, which killed 58 people and injured hundreds more https://…\n\n
6689                                                                                                                                                   RT @VisitNearMe: Barcelona | Top sights | Most popular Barcelona-area attractions | Touring Bird | Google | @Google\n\n\n\n\n\n\nhttps://t.co/lKKGRO18fm\n\n
6690                                                                                              mwells\n\n\n\n\n\n\n@biznewsarticle\n\n\n\n\n\n\nBiz News Articles\n\n\n\n\n\n\nHouston, TX\n\n\n\n\n\n\nhttps://t.co/njyddtbAPL…  @Google @GooglePlus \n\n\n\n\n\n\nJoined December… https://t.co/L617LTNMAl\n\n
6691                                                                                                                                                               RT @Reuters: Bagpipes at dawn mark the Las Vegas shooting’s one year anniversary, which killed 58 people and injured hundreds more https://…\n\n
6692                                                                                                                                                                    RT @JackPosobiec: “Captain America claims black man can’t read” \n\n\n\n\n\n\n\n\n\n\n\n\n\nMore @Disney values https://t.co/Mf87ieuTqd\n\n
6693                                                                                                                                                                RT @sternentreue_: Bruce Wayne's story isn't over, Gotham deserves more seasons ❤ please #SaveGotham #pickupgotham @netflix @TheDCUniverse…\n\n
6694                                                                                                                                     RT @JoeGibbsRacing: Our award winning hauler drivers arrived safely back from the #ROVAL! \n\n\n\n\n\n\n\n\n\n\n\n\n\n@FedEx @mmschocolate @LenoxTools @Resers https:…\n\n
6695                                                                                                                                                                                                                                               Earlier (at @Walmart in Shelton, CT) https://t.co/rdMq77IM2b\n\n
6696                                                                                                                                                               RT @Viacom: With #GenZ set to outnumber millennials by 2019, it's critical that advertisers, marketers and brands understand teen audiences…\n\n
6697                                                                                                                                                                                      Check out Bulk,Dinner/Wedding Disposable Plastic Plates/silverware,white/swirl gold rim https://t.co/NQjDqNRnOT @eBay\n\n
6698                                                                                                                        2019 #Oscars Foreign Lang subs avail @amazon:\n\n\n\n\n\n\nEuthanizer -(Finland)\n\n\n\n\n\n\nOperation Red Sea -(Hong Kong)\n\n\n\n\n\n\nGutland -(Luxemb… https://t.co/rMfJCWQsnA\n\n
6699                                                                                                                                                                        @Qandew @rory_more @Siemens I know exactly who has influenced the world oligarchy into this agenda... And what their "idealism" is.\n\n
6700                                                                                                                                                                                       @themahler @netflix @Daredevil Just started @MarvelIronFist season 2 this morning, did you watch it yet and like it?\n\n
6701                                                                                                                                                                                                                                 @McDonalds How about #frenchfries that taste like potatoes? Crazy, I know!\n\n
6702                                                                                                                                     RT @Lyattverse34: Did I hear a #LyattWeek spiral ? #Timeless @Sony \n\n\n\n\n\n\n\n\n\n\n\n\n\nLet start out with our theme for today growing feelings. https://t.co/…\n\n
6703                                                                                                                                                                                  I have just listed: 'The Very Best of The Doors (Ltd Edt - 2CD &amp; DVD)', for 35.95 via @amazon https://t.co/LenGeMajFT\n\n
6704                                                                                                                                                                RT @Saab: Thank you @Boeing for a fantastic cooperation – T-X is a result of great team work, innovation and expertise. We are proud to be…\n\n
6705                                                                                                                                                               RT @Reuters: Bagpipes at dawn mark the Las Vegas shooting’s one year anniversary, which killed 58 people and injured hundreds more https://…\n\n
6706                                                                                                                                                                                         RT @ClaireK98273059: If you've never accidentally choked on a @McDonalds Chick Mcnugget cuz you was starving, WYD?\n\n
6707                                                                                                                                                                                    Check out Body Language Paris Woman's Blue Tank Top, Size L NWT #ParisBlues #TankCami https://t.co/IGd5vCGqW7 via @eBay\n\n
6708                                                                                                                                                                                                                       "pilot"  — I'm watching FBI #FBI @CBS via @TelfieApp #Telfie https://t.co/ed82Da51Gd\n\n
6709                                                                                                                                     RT @Tesco: At Tesco, we have no time for waste. \n\n\n\n\n\n\n\n\n\n\n\n\n\nFind out more about our initiatives to reduce #FoodWaste at https://t.co/uRuGSVLAoX https…\n\n
6710                                                                                                                                                               RT @McDonalds: We’re excited to announce our classic burgers have no artificial preservatives, no artificial flavors and no added colors fr…\n\n
6711                                                                                                                                                  RT @MadeleineLEngle: Dear ones, @ava 's adaptation of @WrinkleInTime is on @netflix . Trust Meg.\n\n\n\n\n\n\n#madeleinelengle #wrinkleintime #awrinklei…\n\n
6712                                                                                                                                                                                      Check out "RELIC" Ceramic Vessel by Tatiana Hunter  DC Albuquerque 23K Gold Glaze 1990s https://t.co/cmVVYpIPmj @eBay\n\n
6713                                                                                                                                                  Retweet if you‘re a fan of @USA_Network’s White Collar and want  @netflix to keep it for available to stream! \n\n\n\n\n\n\nHelp… https://t.co/IMfxAHX0eK\n\n
6714                                                                                                                                                                                                               RT @AmyBethIrving: Why is EVERYTHING on @ASOS  always out of stock in sizes 6, 8 and 10 😩😡\n\n
6715                                                                                                                                                               RT @MorganStanley: Children who have savings accounts in their own name are more likely to develop the habit of saving money as adults, res…\n\n
6716                                                                                                                                                               RT @slpng_giants: Hey @Microsoft and @satyanadella, are you still okay materially supporting the agency responsible for the internment of 1…\n\n
6717                                                                                                                                                               RT @IBMWatson: In an op-ed by @tomfriedman in @nytimes, @IBM CEO Ginni Rometty says 100% of jobs will be augmented by #AI. Read more: https…\n\n
6718                                                                                                                                                                    #Electric Vehicle market expands to include more #luxury models. @MercedesBenz joins @Audi, @BMW, @Jaguar, and… https://t.co/I0rhH1bBQc\n\n
6719                                                                                                                                                                           Check out NEW #1/8" .125" 4 Flute END MILL CARBIDE End Mill 5-pack 1/2 LOC Haas CNC AlTiN #SJS https://t.co/x6MBH31IBK via @eBay\n\n
6720                                                                                                                                                               RT @MorganStanley: Children who have savings accounts in their own name are more likely to develop the habit of saving money as adults, res…\n\n
6721                                                                                                                                                               RT @F_Trudeau_F: #PETF is very proud to have the support of @Google, the Foundation’s newest sponsor, helping drive Inclusive Excellence an…\n\n
6722                                                                                                                                                                                 #knit Liqui Sew Adhesive Kit for Permanent Bond of Fabrics, Leather, Press On Patch... https://t.co/7xYqBxKa9A via @amazon\n\n
6723                                                                                                                                                   @Ford happy 100 years, Rouge Plant!  \n\n\n\n\n\n\n#detroit #PureMichigan #drone #droneshows #fireflydroneshows #ford #100years… https://t.co/eLEJYyUqmr\n\n
6724                                                                                                                                                               RT @Disney: "You can decide how you want the story to end.” See Disney's @TheNutcracker and the Four Realms in theaters November 2. #Disney…\n\n
6725                                                                                                                                                               RT @Disney: "You can decide how you want the story to end.” See Disney's @TheNutcracker and the Four Realms in theaters November 2. #Disney…\n\n
6726                                                                                                                          RT @Google: 🚛 🚗 🚐 🚕 🚙 😬 🚗 🚒 🚌 🚕 🚚\n\n\n\n\n\n\n\n\n\n\n\n\n\nTake control of your commute with new features on @googlemaps that help you plan ahead, avoid disruption…\n\n
6727                                                                                                                                                                   Why does @amazon  or @SamsungMobile  want permission to go through my photo's and contacts and messages, when I… https://t.co/g1Jr2W07XF\n\n
6728                                                                                                                                                               RT @Reuters: Two @Reuters journalists have been detained in Myanmar since Dec. 12, 2017. See our coverage of the case: https://t.co/7Qbz1yQ…\n\n
6729                                                                                                           RT @stylezpromo: Ready to be #HappyTogether with us?\n\n\n\n\n\n\n\n\n\n\n\n\n\nTune into watch the premiere of @happytogether on @CBS at 8:30/7:30c TODAY! \n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's s…\n\n
6730                                                                                                                                                                                                          NO, you can’t replace the iconic car 😢@CTV @CBS @MagnumPICBS #tomselleck https://t.co/wMemm6V5Jo\n\n
6731                                                                                                                                                           RT @IinspiredI: #Disappointed with @Apple , My iPhone 4S has an activation lock on it &amp; even with all of the info I've given them, it appea…\n\n
6732                                                                                                                                                               RT @Disney: "You can decide how you want the story to end.” See Disney's @TheNutcracker and the Four Realms in theaters November 2. #Disney…\n\n
6733                                                                                                                                                               RT @newtgingrich: As I discussed on @facebook this morning, the Left's bullying is destroying America. Is this really the future we want? W…\n\n
6734                                                                                                                                                                                                                      @Maxsterling811 @DDsulzbach @Sony I get why people don’t like it though, I really do.\n\n
6735                                                                                                                                                               @McDonalds why is it here lately that when I go to you’re company, y’all always screw up my damn order? I’m about t… https://t.co/W27ZMj7Gqo\n\n
6736                                                                                                                                    RT @Greenpeace: Left or right? 🤔\n\n\n\n\n\n\nRT if you think brands like @Colgate, @Dove and @Ritzcrackers should #DropDirtyPalmOil\n\n\n\n\n\n\nhttps://t.co/nNqHZC…\n\n
6737                                                                                                                                                               RT @newtgingrich: As I discussed on @facebook this morning, the Left's bullying is destroying America. Is this really the future we want? W…\n\n
6738                                                                                                                                                                                           From a business standpoint, it hurts your value proposition. The convenience level is dropping to a 0 @McDonalds\n\n
6739                                                                                                                                                               Thank you Soso for inspiring women to become leaders of today. With the help of @Cisco and @glblctzn, anything is p… https://t.co/HIsf80NE26\n\n
6740                                                                                                                                                               RT @newtgingrich: As I discussed on @facebook this morning, the Left's bullying is destroying America. Is this really the future we want? W…\n\n
6741                                                                                                                                                               RT @newtgingrich: As I discussed on @facebook this morning, the Left's bullying is destroying America. Is this really the future we want? W…\n\n
6742                                                                                                                                                                              RT @54pesosSODMG: @Apple how about a commercial where E.T\n\n\n\n\n\n\nPicks up the new iPhone and calls home? @DrewBarrymore\n\n
6743                                                                                                                                                                               @Bzzjr @generalelectric I suggest splitting $GE into 5 companies: Health, Transportation, Aviation, Baker Hughes, and Other.\n\n
6744                                                                                                                                     RT @Google: “We need to take a different approach to computer security that doesn’t feel like playing whack-o-mole.”\n\n\n\n\n\n\n\n\n\n\n\n\n\nChrome Director of En…\n\n
6745                                                                                                                                                                                                     I just listed: 'Democracy: An American Novel (Meridian)', for 7.50 via @amazon https://t.co/mSEBzlpuFs\n\n
6746                                                                                                                                                                                                         Dealing with the Valleys,\n\n\n\n\n\n\nPay no 'tention to the Hills.\n\n\n\n\n\n\n-Quincy @netflix\n\n
6747                                                                                                                                                                                                 @TheNeighborhood @CedEntertainer @iamgreenfield @CBS I watched the first episode tonight , it was horrible\n\n
6748                                                                                                                                                               RT @MikeFeibus: This is not a #PC wrapped in leather. This is a PC made of leather, sez @HP at #spectre folio reveal. Nice. #ThePCReinvente…\n\n
6749                                                                                              @Google ASHUTOSH MISHRA\n\n\n\n\n\n\n@jsg_ashu\n\n\n\n\n\n\n·\n\n\n\n\n\n\n1m\n\n\n\n\n\n\n@sundarpichai\n\n\n\n\n\n\nSir it is 6.55 AM in india and google has not made doodle on o… https://t.co/WFao0oMtIH\n\n
6750                                                                                                                                                                                                    RT @slymmpickens: @Reuters "let's keep NAFTA but give it a new name to keep the crazy buffoon placated"\n\n
6751                                                                                                           Beautiful ad. Nike nails it again! \n\n\n\n\n\n\n\n\n\n\n\n\n\n .@TatyanaMcFadden is an amazing athlete.\n\n\n\n\n\n\n\n\n\n\n\n\n\nKudos @Nike @NikeRunning. It's hard… https://t.co/q5I38XG0Ci\n\n
6752                                                                                                                                                                @WHMOTO @Reuters The injustice is what's being done to Kavanaugh. Even the sex crimes prosecutor Mitchell, who was… https://t.co/9XHPqDWJnj\n\n
6753                                                                                                                   @Nike is getting props for its Kaepernick ad-\n\n\n\n\n\n\n\n\n\n\n\n\n\nBut who is it donating money to? \n\n\n\n\n\n\n\n\n\n\n\n\n\n#Hardball #Inners #Maddow… https://t.co/Nym1GPDsBQ\n\n
6754                                                                                                                                                               RT @tech2eets: #ICYMI - @Apple #iPhoneXS and XS Max users claim that unless they wake their device by tapping on it, or unplug and replug t…\n\n
6755                                                                                                                                                               RT @newtgingrich: As I discussed on @facebook this morning, the Left's bullying is destroying America. Is this really the future we want? W…\n\n
6756                                                                                                                                                     RT @Missy_Poison1: Check out 50 Pumpkin &amp; Ginger Spice Wax Melts, Halloween &amp; Christmas Home &amp; Candle Scents https://t.co/uIwWSUpgYd @eBay\n\n
6757                                                                                                                                                                                                        Check out Brioni Men's Tie 60/3.5" #Brioni #Tie https://t.co/AbU4BpYBYd via @eBay #thediscountstore\n\n
6758                                                                                                                                                      RT @LSUsports: Hustle is the theme of this week's #LSU Top Plays! @Nissan\n\n\n\n\n\n\n@LSUFootball @LSUvolleyball @LSUsoccer https://t.co/l62Z6GvF8X\n\n
6759                                                                                                                                     RT @Google: "At Google, accessibility is everyone’s responsibility."\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo mark #DisabilityAwarenessMonth, see the different ways our Central…\n\n
6760                                                                                                                                     @Harvard @ReutersScience @Reuters \n\n\n\n\n\n\n\n\n\n\n\n\n\nAbsolute firm opinion as a biologist -- his body language give it all away .. [… https://t.co/F2vCV2zz49\n\n
6761                                                                                                                                                                                                                  RT @smenon24: @Ripple @bancosantander Hot airdrop!👇\n\n\n\n\n\n\nhttps://t.co/wYYatIMohD\n\n
6762                                                                                                                                                  RT @Neraksel: You ruined years of smart planning and a positive message in seconds. Nice going, @Disney @RobertIger \n\n\n\n\n\n\n#RehireJamesGunn #ISta…\n\n
6763                                Time to #boycott\n\n\n\n\n\n\n@MrPeanut\n\n\n\n\n\n\n@KraftBrand\n\n\n\n\n\n\n@Nestle\n\n\n\n\n\n\n@Duracell\n\n\n\n\n\n\n@Bayer\n\n\n\n\n\n\n@MonsantoBioAg\n\n\n\n\n\n\n@oscarmayer\n\n\n\n\n\n\n@Honda\n\n\n\n\n\n\n@Acura\n\n\n\n\n\n\n@Toyota… https://t.co/Uj7WKTHHUd\n\n
6764                                                                                                                                                      RT @Samsung: What’s the script behind the S Pen innovation? Our engineers reveal their secrets here #GalaxyNote9\n\n\n\n\n\n\nhttps://t.co/bG67OpJhup\n\n
6765                                                                                                                                                             RT @FinishLine: The @Nike Air Force 1 LV8 Utility Is Now Available:\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/wLHNu5CJBB https://t.co/Adg41iF2dR\n\n
6766                                                                                                                                                                                       Check out OHIO STATE BUCKEYES  -12" WALL CLOCK LAMINATED FACE NEW  FREE PRIORITY   https://t.co/3cu8YJA93d via @eBay\n\n
6767                                                                                                                                                                                          RT @epiphanyfinds: Check out Dakin Vintage 1989 Koala Bear 10" Plush Stuffed Animal https://t.co/DwLZD6C4WT @eBay\n\n
6768                                                                                                                                                            While watch the @quincydjones doc on @netflix, I wanted to see if his home was still up &amp; unfortunately it’s gone.… https://t.co/HEeuRZ7UkN\n\n
6769                                                                                                                                                                                        RT @beaubeom: @adidas just make GOT7 promote for you globally. The group is an international group, not just local.\n\n
6770                                                                                                                                                                                                                                       My game face is ready!\n\n\n\n\n\n\n#FeedYourFandomEntry @KelloggsUS\n\n
6771                                                                                                                                                               RT @newtgingrich: As I discussed on @facebook this morning, the Left's bullying is destroying America. Is this really the future we want? W…\n\n
6772                                                                                                                                                                        See what I m up to on @eBay! View my profile to see my favourite finds and more: https://t.co/eoYvZMSdlg via @eBay\n\n\n\n\n\n\ngh4\n\n
6773                                                                                                                                                               RT @kevinfolta: Got a @netflix trial subscription just to see @CaulfieldTim 's new series.  Incredible, necessary, and worth the full subsc…\n\n
6774                                                                                                                                                                The more @Google embraces the social justice, the more bearish I am becoming on that stock. The stock market crash… https://t.co/Mijvoa6OBf\n\n
6775                                                                                                                                                                                                                        @randomgotham @Starbucks @NY1 Truth!  Been Gold since 2007 ;\n\n\n\n\n\n\n#platinum\n\n
6776                                                                                                                                                                                                                                               @andreasavage @netflix @truTV The unbleeped version, I hope?\n\n
6777                                                                                                                                                                       Check out Victoria's Secret Loose Fit Gray Tank Top "He Sees You When UR Tweeting" size L #TankTop https://t.co/YJ0iuAZesc via @eBay\n\n
6778                                                                                                                                                               RT @Ubisoft: We're excited to be teaming up with @Google for Project Stream, an exclusive test that will enable participants to play #Assas…\n\n
6779                                                                                                                        RT @DeborahAnnWoll: 18 DAYS until @daredevil Season 3!!! October 29th on @netflix !! \n\n\n\n\n\n\n\n\n\n\n\n\n\nThese are stills from S1E6 Condemned \n\n\n\n\n\n\nRT https://t.c…\n\n
6780                                                                                                                                                                              Check out Curries from the Sultan's Kitchen By Doris M Ady 1973 India, Pakistan,Burma, Cey  https://t.co/d0NwJKc9mJ via @eBay\n\n
6781                                                                                                                                                               @amazon @OriginalFunko what happened with the MCC Venom box? The decal is super small, the box is tiny with no prot… https://t.co/SODLPQfwDY\n\n
6782                                                                                                                                                  RT @AnnastaciaMP: I’m opening the new @CocaCola factory at Richlands! This is a $165 million vote of confidence in #Queensland. #qldpol\n\n\n\n\n\n\n#ex…\n\n
6783                                                                                                                                                                                                                               @TataSky @Sony @TataSky even you don't think, you should give reply on this?\n\n
6784                                                                                                                                                                                  RT @JacquieHill2: #TheNeighborhood has meet weak @CedEntertainer ,@TichinaArnold  I have me fav. show for Monday on @CBS.\n\n
6785                                                                                                                                                               RT @newtgingrich: As I discussed on @facebook this morning, the Left's bullying is destroying America. Is this really the future we want? W…\n\n
6786                                                                                                           RT @lonely_queen: @riseoncrack @nbc @netflix @hulu Francis: Hamilton\n\n\n\n\n\n\n\n\n\n\n\n\n\nCheryl: some character from Hamilton too\n\n\n\n\n\n\n\n\n\n\n\n\n\nJolene: one of the Heathers…\n\n
6787                                                                                                                                                                                                      RT @Rezeed: Seriously, @NintendoAmerica @Sony you may want to look into this. https://t.co/qANIKe8Tse\n\n
6788                                                                                                                                                               RT @MorganStanley: Children who have savings accounts in their own name are more likely to develop the habit of saving money as adults, res…\n\n
6789                                                                                                                                                                           Congratulations @Apple, \n\n\n\n\n\n\nYou have finally arrived. \n\n\n\n\n\n\n\n\n\n\n\n\n\nRegards, \n\n\n\n\n\n\n@googlechrome\n\n
6790                                                                                                                                                                RT @Saab: Thank you @Boeing for a fantastic cooperation – T-X is a result of great team work, innovation and expertise. We are proud to be…\n\n
6791                                                                             RT @RHOAZON: J-3\n\n\n\n\n\n\n#TheManInTheHighCastle\n\n\n\n\n\n\nS03E01\n\n\n\n\n\n\nNow More Than Ever. We Care About You \n\n\n\n\n\n\n@amazon\n\n\n\n\n\n\nOthers tv series dates \n\n\n\n\n\n\n⤵️⤵️⤵️⤵️⤵️⤵️⤵️⤵️⤵️\n\n\n\n\n\n\nht…\n\n
6792                                                                                                                                                                                    @annecurtissmith @netflix Riverdale #TVSeries or \n\n\n\n\n\n\nSierra burgess is loser #Movie 💖 Ms @annecurtissmith 😁\n\n
6793                                                                                                                                                                               RT @RedPillBlackMan: Lol! Liberals, please, don't drink liquor and preach @CocaCola @danarel @Xiaxue https://t.co/uiayHhdMg6\n\n
6794                                                                                                                                                                                       RT @MosagaduBabu: From @WhatsApp groups to @facebook.\n\n\n\n\n\n\nYellow Congress in lit... https://t.co/R8gBc6kZCE\n\n
6795                                                                                                                                                                                                 @sonofarinze @NeoIghodaro @Apple No need for that, apple fan boys know it's a fact and it's annoying af!!!\n\n
6796                                                                                                                                                               Thank you Soso for inspiring women to become leaders of today. With the help of @Cisco and @glblctzn, anything is p… https://t.co/YzQGlLRsfK\n\n
6797                                                                                                                                                               RT @AdamTheRedBaron: @Ryanair Unless, of course Ryanair DOES have permission from those in the video, because they are actually actors stag…\n\n
6798                                                                                              RT @DOMtheB0MB: Dear @Apple \n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease change the button on FaceTime to flip your camera to where the f*ck it was before!\n\n\n\n\n\n\n\n\n\n\n\n\n\nSincerely,\n\n\n\n\n\n\nEvery s…\n\n
6799                                                                                                                                                               RT @m_somekh: The @facebook #AI research center in Paris, leaded by Antoine Bordes, is the worldwide biggest one for #Facebook... demonstra…\n\n
6800                                                                                                                                     RT @mishazelinsky: BREAKING: BP has filed to terminate its agreement with @AWUnion members at the Kwinana oil refinery.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@BP_plc use OUR oi…\n\n
6801                                                                                                                                                                RT @GeorgeMonbiot: Given that @facebook has deleted the film I made with @DoubleDownNews, without explanation or a right of appeal, please…\n\n
6802                                                                                                                                                               RT @JoeBarri: Dear @NBC, @CBS, @CNN, @MSNBC, @FuxNews, @PBS: I have this serious problem. Every time I see Trump's face on TV, I have an al…\n\n
6803                                                                                                                              RT @Nissan: Wheels are spinning. #WheelWednesday \n\n\n\n\n\n\n#R35 #OMGTR #NissanGTR \n\n\n\n\n\n\n📷: richardmasonhughes \n\n\n\n\n\n\n🚗: r35queen https://t.co/lxbd3r1Kx5\n\n
6804                                                                                                                                                               So we have a @Tesco delivery and you as we like the kids to stay healthy got some raspberrys, all good, except they… https://t.co/67gTywckN2\n\n
6805                                                                                                                                                                           RT @ICC: Catch up with what happened when the #CWCTrophyTour, driven by @Nissan, came to Pakistan! 🇵🇰 🏆 https://t.co/d8vRGdM0jl\n\n
6806                                                                                                                                                                @sidmishra15 @bookingcom Hi Siddharth, we would like to inform you that you can pay@hotel as per your convenience.… https://t.co/Y3zFk2TZEl\n\n
6807                                                                                                                                                               RT @mpi_digital: I enjoy creating new ideas, working on new creative projects. @PaulGAllen cc @Microsoft @Windows @BillGates @Seahawks @NFL…\n\n
6808                                                                                              RT @DOMtheB0MB: Dear @Apple \n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease change the button on FaceTime to flip your camera to where the f*ck it was before!\n\n\n\n\n\n\n\n\n\n\n\n\n\nSincerely,\n\n\n\n\n\n\nEvery s…\n\n
6809                                                                                                                                                               Thank you Soso for inspiring women to become leaders of today. With the help of @Cisco and @glblctzn, anything is p… https://t.co/q4PigrcGAP\n\n
6810                                                                                                                                                                                                                                @vickybunnyangel @netflix I am the same! No need to go there, I’m good. Lol\n\n
6811                                                                                                                                                               RT @CharlotteSC2: ‘Paris is not a race to renewables, it’s a race to bring emissions down’. Learning a lot listening to @BP_plc CEO Bob Dud…\n\n
6812                                                                                                                                                                RT @GeorgeMonbiot: Given that @facebook has deleted the film I made with @DoubleDownNews, without explanation or a right of appeal, please…\n\n
6813                                                                                                                                 SNAIL MAIL!!! 🐌👻💩💀\n\n\n\n\n\n\n@amazon @AmazonHelp @AmazonUK \n\n\n\n\n\n\nIn the build up to Halloween, @amazon have decided to step up the… https://t.co/HzHddk4lsj\n\n
6814                                                                                                                                                               RT @BrianKolfage: @DonaldJTrumpJr this is why @facebook is in serious PR trouble, #liberals are now supporting me as this movement of Ameri…\n\n
6815                                                                                                                                                               @WeeOhana @Tesco @SportsDirectUK We've nearly lost a few times, wouldn't go to bed. I've had to drive to get it. It… https://t.co/vS9A9ueLd9\n\n
6816                                                                                                                                                                                                     RT @McDonalds: 🙌 $1 Deal Alert 🙌 Buy one Sandwich and get the next one for just $1, only on our App.\n\n
6817                                                                                                                                                               Happy to be serving as a mentor for an intro to #coding workshop hosted at @Microsoft Scaleup Tel Aviv in November,… https://t.co/EYWzYmHj5w\n\n
6818                                                                                                                                                            Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n\n
6819                                                                                                                                                               'Steve Wozniak, the tech entrepreneur best known as the co-founder of @Apple , has joined EQUI Global, a venture ca… https://t.co/ZN9KZyegtF\n\n
6820                                                                                                                                                               RT @Naif_alshaikh: In a professional and ethical media failure, @Reuters attributed false news to the saudi e-newspaper @sabqorg then delet…\n\n
6821                                                                                                                                                                                                                                        I'm at @Starbucks in Kuwait City, Al Asimah https://t.co/GBGzP5Grv4\n\n
6822                                                                                                                                                                        RT @kmproducts2017: BE KIND ELEPHANT T-SHIRT KnM\n\n\n\n\n\n\n#BeKind #elephant #tshirt #Amazon https://t.co/t16V91pjCi via @amazon\n\n
6823                                                                                                                                                                       Check out Elmer's Disappearing Purple School Glue, Washable, 0.24 oz. Sticks, 30 Ct. / Box #Elmers https://t.co/U8vizZ7AAv via @eBay\n\n
6824                                                                                                                                                               @ShorehamByCycle @Tesco @marksandspencer To be fair I never noticed the stands at the mouth of the Holmbush centre,… https://t.co/ibLhqxCBMN\n\n
6825                                                                                                                                              RT @buduggadu: Memory..\n\n\n\n\n\n\n#GabbarSingh\n\n\n\n\n\n\n@PawanKalyan \n\n\n\n\n\n\n#RamCharan\n\n\n\n\n\n\nThanks to @facebook https://t.co/kWzKPKHzGo\n\n
6826                                                                                                                                                           RT @Car01am: RT @garrardhayes #NEWRELEASE Vengeance, love &amp; murder #Mystery #IARTG #amwriting @amazon https://t.co/PLae8hqcSc  https://t.co…\n\n
6827                                                                                                                                                               RT @7777MYNAME: Funny when googling her all you get from @Google is the same exact story. No bio, nothing else. They don't control content?…\n\n
6828                                                                                                                                                               Thank you Soso for inspiring women to become leaders of today. With the help of @Cisco and @glblctzn, anything is p… https://t.co/qHuyUQ9Kg5\n\n
6829                                                                                                                                                               What planet are we living on where it's now okay for @Walmart to encourage adult furries to groom children (i.e. "y… https://t.co/H58nCzKm64\n\n
6830                                                                                                                                                               RT @stillgray: What planet are we living on where it's now okay for @Walmart to encourage adult furries to groom children (i.e. "younger fo…\n\n
6831                                                                                                                                                                                                                 RT @Walmart: @BlondeFoxy Mentoring fursuiters for the next generation? Nicely done, Lucky.\n\n
6832                                                                                                                                                                                                   RT @Zombie_Moth: @Walmart @BlondeFoxy LET THE PURGE\n\n\n\n\n\n\n  B  E  G  I  N https://t.co/DzvC6VkGsl\n\n
6833                                                                                                                                                                                                                                                      @Tesco lousy multigrain ,flakes ugggggggggggggggggggg\n\n
6834                                                                                                                                                                                       Hey @BMW ! This new SUV of yours, called X5... Isn't it a Toyota or Nissan with BMW badge? At least looks like that.\n\n
6835                                                                                                                        RT @DesignationSix: Here are some Fox News advertisers. They will get notifications for each LIKE RETWEET or COMMENT\n\n\n\n\n\n\n@Keurig\n\n\n\n\n\n\n@Ford\n\n\n\n\n\n\n@Lincoln…\n\n
6836                                                                                                                                                               As par of the Cyber Security Awareness Month, our very own @prendeda gave a talk last night to @PayPal 'staff on Se… https://t.co/3ZcN5VFWG9\n\n
6837                                                                                                                                                               RT @WorldBank: Missed our @facebook Live Global Voices interview with Susi Pudjiastuti, #Indonesian Minister of Maritime Affairs and Fisher…\n\n
6838                                                                                                                                                                                                                         @gal_nehal @TripAdvisor Haha. The effort was worth it na, after all. Awesome shot.\n\n
6839                                                                                                                                                              Someone found a fried Band-aid in their fries at the McDonalds in Santa Maria 😷😷\n\n\n\n\n\n\n@McDonalds #McDonalds https://t.co/6AVlkmEl1B\n\n
6840                                                                                                                                                               RT @MorganStanley: Spending in manufacturing and #IT is picking up at the same time, creating a virtuous cycle for data-era advancements wi…\n\n
6841                                                                                              RT @DOMtheB0MB: Dear @Apple \n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease change the button on FaceTime to flip your camera to where the f*ck it was before!\n\n\n\n\n\n\n\n\n\n\n\n\n\nSincerely,\n\n\n\n\n\n\nEvery s…\n\n
6842                                                                                                                                                               RT @clifgold: @alexcpelletier @intel @HP @Health_IT @Merck Great people connections made at #Connect2health @PCHAlliance . Thanks Fran, Jen…\n\n
6843                                                                                                                                                                @KylieJenner @KendallandKylie @amazon @amazonlifestyle Hi, PLEASE HELP SEND ME TO UNIVERSITY. Please click here to… https://t.co/kgZeqhazFP\n\n
6844                                                                                                                                                                              @AgentCoopr702 @Reuters The politician that had a swatzsticka in his campaign ad?\n\n\n\n\n\n\n\n\n\n\n\n\n\nYeah...real nice\n\n
6845                                                                                                                                                               Don't wait, head to @Walmart today to enter the #CollectToWin sweepstakes! Look for specially marked family size pa… https://t.co/GMNyZqP0c2\n\n
6846                                                                                              RT @DOMtheB0MB: Dear @Apple \n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease change the button on FaceTime to flip your camera to where the f*ck it was before!\n\n\n\n\n\n\n\n\n\n\n\n\n\nSincerely,\n\n\n\n\n\n\nEvery s…\n\n
6847                                                                                                                                                           RT @wfamarketers: “More than 1/2 of clients &amp; agencies believe existing agency models are not fit for purpose." Watch @Nissan CMO Roel de V…\n\n
6848                                                                                                                                                                                                           @verizon @JimmyKimmelLive Advertizing on #plaasmoorde \n\n\n\n\n\n\n\n\n\n\n\n\n\nNoted @verizon\n\n
6849                                                                                                                                     RT @Walmart: Our Radio DJs are working on some new in-store playlists...what would you like to hear while strolling down the aisle? \n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's…\n\n
6850                                                                                                                              RT @Nissan: Wheels are spinning. #WheelWednesday \n\n\n\n\n\n\n#R35 #OMGTR #NissanGTR \n\n\n\n\n\n\n📷: richardmasonhughes \n\n\n\n\n\n\n🚗: r35queen https://t.co/lxbd3r1Kx5\n\n
6851                                                                                                                                     RT @Lulaveggie: Why not LIKE my #online #craftshop on @facebook at https://t.co/xZOlgQ4Bq2\n\n\n\n\n\n\n\n\n\n\n\n\n\n#facebook #craftstore #gift #gifts #giftideas #…\n\n
6852                                                                                                                                                                                                                                               Hey, @Tesco. Where's all the non-dairy Ben &amp; Jerry's go?\n\n
6853                                                                                                                                                               RT @InstaBritain: Terrible customer service from @Ryanair - unable to check in online due to website error, customer service agent 'Ugi' to…\n\n
6854                                                                                                                                                  RT @Lulaveggie: Why not LIKE my #online #craftshop on @facebook at https://t.co/xZOlgQ4Bq2\n\n\n\n\n\n\n#facebook #craftstore #gift #gifts #giftideas #c…\n\n
6855                                                                                                                                                  RT @Lulaveggie: Why not LIKE my #online #craftshop on @facebook at https://t.co/xZOlgQ4Bq2\n\n\n\n\n\n\n#facebook #craftstore #gift #gifts #giftideas #c…\n\n
6856                                                                                                                                     RT @Lulaveggie: Why not LIKE my #online #craftshop on @facebook at https://t.co/xZOlgQ4Bq2\n\n\n\n\n\n\n\n\n\n\n\n\n\n#facebook #craftstore #gift #gifts #giftideas #…\n\n
6857                                                                                                           RT @Khil0ne: Stratis ICO Platform on @Azure @Microsoft @msdev \n\n\n\n\n\n\n\n\n\n\n\n\n\n- https://t.co/wQk2P9Lfvs\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Stratis $STRAT #ICO #Crypto #cryptocurrency htt…\n\n
6858                                                                                                                                                               RT @ClaireMoriarty1: @Ryanair I have requested a refund for my cancelled flight, original card payment has expired. How can I get my refund…\n\n
6859                                                                                                                                                                                                                                       BAINBRIDGE AUSTIN Bathtub Caddy, https://t.co/b4828YpSEO via @amazon\n\n
6860                                                                                                                                                  @googledevs @Google \n\n\n\n\n\n\nI have over 4,000 products not being served in #googleshoppingads despite having multiple ship… https://t.co/Ne4sVZwH1n\n\n
6861                                                                                                                                                               Thats nice @Endomondo, offering a year of free service with @Samsung gear watch,but billing 27 euros nonetheless. I… https://t.co/onZwMYvK5O\n\n
6862                                                                                                                                                               RT @hauntedmagazine: #Hauntedlive are LIVE tonight on @facebook 9pm GMT UK time at @MagnaScience, a brand new location, full of history and…\n\n
6863                                                                                                                                                                                                                 RT @Walmart: @BlondeFoxy Mentoring fursuiters for the next generation? Nicely done, Lucky.\n\n
6864                                                                                                                                                                          RT @W7VOA: Gunfire heard in #Afghanistan governor's compound soon after meeting with top US military commander, reports @Reuters.\n\n
6865                                                                                                                                              RT @MikeQuindazzi: The #futureofwork includes #EmergingTech, new #jobs and #augmented intelligence! &gt;&gt;&gt; @salesforce via @MikeQuindazzi &gt;&gt;&gt;…\n\n
6866                                                                                                                                                  @Motivation @DavidRoads @shortyawards @VeryShortStory @Google @YouTube @IISuperwomanII https://t.co/eD6l89S5mC\n\n\n\n\n\n\nMy n… https://t.co/7o4Wh8PCMc\n\n
6867                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6868                                                                                                                                                                @kroger The store in Rincon, Ga., has gotten bad. For the 4th time, ClickList gave me expired @nutpods  - and when… https://t.co/sFFIzoWia1\n\n
6869                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6870                                                                                                                                                                                           @eBay Halloween costumes were ordered 2nd October, due to be delivered 10th but still no sign of them...HELP! 😩\n\n
6871                                                                                                                                                               RT @Reuters: ICYMI: Male, female and 'X' – these are the choices people born in NYC will have on their birth certificates https://t.co/oIUI…\n\n
6872                                                                                                                                                                @amazon Being a prime member, Amazon customer service refuses to provide support. One of the delivery status shows… https://t.co/5UteqMtLCh\n\n
6873                                                                                                                                                                                                                  RT @Reuters: Dollar steadies as Fed minutes weigh on stocks, yuan https://t.co/7sGxYU8nqz\n\n
6874                                                                                                                                                                                                                  RT @Reuters: Dollar steadies as Fed minutes weigh on stocks, yuan https://t.co/7sGxYU8nqz\n\n
6875                                                                                                                                     RT @TMobile: Keep the #HR4HR tweets coming, so we can keep the donations going!\n\n\n\n\n\n\n\n\n\n\n\n\n\nThis @MLB Postseason we’re donating $1 per tweet to @TeamR…\n\n
6876                                                                                                                                                                                                    Note to @walmarthelp - @Walmart store 03266 has an inventory problem.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#again\n\n
6877                                                                                                                                                                                                                      RT @Reuters: At the Detroit Zoo, animals enjoy pumpkin treats https://t.co/MLgZozsvBx\n\n
6878                                                                                                                                    RT @okayafrica: 'Siempre Bruja' is the new @netflix drama following the story of an Afro-Colombian teen witch. ✨\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch the teaser: https:/…\n\n
6879                                                                                                                                                                                                                      RT @Reuters: At the Detroit Zoo, animals enjoy pumpkin treats https://t.co/MLgZozsvBx\n\n
6880                                                                                                                                                                        RT @Timobros: Alma, 5th of Lotus. #TheNightcomesforUs #netflixoriginals @netflix @netflixid @therealDiSastr https://t.co/xsGg2eVhuO\n\n
6881                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6882                                                                                                                                     RT @LimerickGAAzine: OCTOBER 18th, 2018\n\n\n\n\n\n\nLimerick City @Allianz Cumann na mBunscol Football Finals\n\n\n\n\n\n\nU-11 Girls - @MilfordNS82 V Gaelscoil Cha…\n\n
6883                                                                                                                                                                                      @sauceonspotify @moonpipe @Dittomusic @Featurefm @drubex @Itsjonbreh @Spotify @Apple Thanks so much, @sauceonspotify!\n\n
6884                                                                                                                                                                                                   RT @Zombie_Moth: @Walmart @BlondeFoxy LET THE PURGE\n\n\n\n\n\n\n  B  E  G  I  N https://t.co/DzvC6VkGsl\n\n
6885                                                                                                                                                                    Lone 18-year-old kills 18 people, many of them teens, in shooting and bomb attack at college, Rus... https://t.co/tnaNQclGpU via @Yahoo\n\n
6886                                                                                                                                                                                                                 RT @Walmart: @BlondeFoxy Mentoring fursuiters for the next generation? Nicely done, Lucky.\n\n
6887                                                                                                                                                                                                RT @Reuters: U.S. regains crown as most competitive economy, @freddiethekat reports https://t.co/MuqtjgODjQ\n\n
6888                                                                                                                                                               @TheHazelHayes @ASOS Hazel, you might want to remove the screenshot/tweet because people can get your delivery address from the DPD website.\n\n
6889                                                                                                                                     RT @doinitbigprod: 5 HOURS TO GO!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#DontWantItYoungJV will be available 12MN on @amazon! Abangan po natin yan mga Kapamilya but for now vot…\n\n
6890                                                                                                                                                                                                                 RT @Walmart: @BlondeFoxy Mentoring fursuiters for the next generation? Nicely done, Lucky.\n\n
6891                                                                                                                               RT @bunnieeatmuffin: Started watching @hildatheseries on @netflix &amp; I love it! Who wants a loyal deerfox as a pet?? 🦌🦊 \n\n\n\n\n\n\n\n\n\n\n\n\n\nYay for 2D animate…\n\n
6892                                                                                                                                                                                                           The Steps to Hell, Earth's Scariest Places by Sherri Granato https://t.co/5eC6pjaedr via @amazon\n\n
6893                                                                                                                                                               RT @Nissan: #OnThisDay #1969, #Nissan announced the upcoming launch of the #FairladyZ #S30 series, also known as #Datsun240Z since 1970. #T…\n\n
6894                                                                                                                                                               In the future research will reveal that @netflix consumes 15% of the world's Internet traffic. In other words, porn… https://t.co/ryZT9gFHnv\n\n
6895                                                                                                                                                                                                RT @Reuters: U.S. regains crown as most competitive economy, @freddiethekat reports https://t.co/MuqtjgODjQ\n\n
6896                                                                                                                                                  RT @Timobros: Ito, Enforcer of the Seas.\n\n\n\n\n\n\n#Thenightcomesforus #netflixoriginals @netflix @NetflixAsia @NetflixID  @Joe_Taslim https://t.co/D…\n\n
6897                                                                                                                                                                RT @Loreal: Until October 20th, L’Oréal is once again part of the @OneYoungWorld summit bringing together young leaders from 190 countries…\n\n
6898                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6899                                                                                                                                                               I don't get it, @Disney fired #JamesGunn, because they didn't want to be connected with his old tweets, but they're… https://t.co/H6CTiNSQX9\n\n
6900                                                                                                           RT @JuddLegum: 2. Contributions to Steve King, an openly white nationalist congressman, (2018 cycle):\n\n\n\n\n\n\n\n\n\n\n\n\n\n@ATT ($5,000)\n\n\n\n\n\n\n\n\n\n\n\n\n\nBerkshire Hathaway, @…\n\n
6901                                                                                                                                                                     Check out #Kaowool #Ceramic #Fiber by #UniTherm   2300F 1" x 24" x 36" ~ 1" x 36" x 24" SHIPS FREE!  https://t.co/w3ecsvLqUo via @eBay\n\n
6902                                                                                                                                                                     Check out #Kaowool #Ceramic #Fiber by #UniTherm   2300F 1" x 24" x 12" ~ 1" x 12" x 24" SHIPS FREE!  https://t.co/YraLX8W2cP via @eBay\n\n
6903                                                                                                                                                                RT @IBM: When he first joined the #IBMCloud team, he arrived with the clothes on his back and his motorcycle. Now, he runs the Thunderdome…\n\n
6904                                                                                                                                                               @Simonwolftaylor @ForHonorGame @Microsoft @UbisoftMTL @UbisoftSupport @Ubisoft still very much an issue, doesn't ma… https://t.co/lxlIsU2RuV\n\n
6905                                                                                                                                                               Big news coming out of @HSBC where they have taken on 10 ("count 'em") new faces to bolster their funds and ETFs co… https://t.co/ADngGRWQVO\n\n
6906                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6907                                                                                                                                                                RT @EngAlshaikh: @AlJawharaAAM @CNN @Reuters @washingtonpost @nytimes Helloooo @NYTBen , you are one of the lies publishers , u've sent me…\n\n
6908                                                                                                           RT @JuddLegum: 2. Contributions to Steve King, an openly white nationalist congressman, (2018 cycle):\n\n\n\n\n\n\n\n\n\n\n\n\n\n@ATT ($5,000)\n\n\n\n\n\n\n\n\n\n\n\n\n\nBerkshire Hathaway, @…\n\n
6909                                                                                                                                                  RT @Timobros: Ito, Enforcer of the Seas.\n\n\n\n\n\n\n#Thenightcomesforus #netflixoriginals @netflix @NetflixAsia @NetflixID  @Joe_Taslim https://t.co/D…\n\n
6910                                                                                                           RT @JuddLegum: 2. Contributions to Steve King, an openly white nationalist congressman, (2018 cycle):\n\n\n\n\n\n\n\n\n\n\n\n\n\n@ATT ($5,000)\n\n\n\n\n\n\n\n\n\n\n\n\n\nBerkshire Hathaway, @…\n\n
6911                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6912                                                                                                                                              @AlanFrancis5 @Ryanair #Ryanair made our #holidays #miserable &amp; #refuses to #refund us. \n\n\n\n\n\n\nWe #deserve #our #money ba… https://t.co/hxv1KwbcfP\n\n
6913                                                                                                                                                                                     RT @Reuters: WATCH: After 53 attempts, freestyle skier completes parkour course in Switzerland https://t.co/QwmJJ3IbGh\n\n
6914                                                                                                                                                            Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n\n
6915                                                                                                                                    RT @TMobile: Every tweet with #HR4HR donates $1 to @TeamRubicon’s hurricane recovery efforts. \n\n\n\n\n\n\n\n\n\n\n\n\n\n🔁 Tweet, donate, repeat! https://t.co/TYAyB…\n\n
6916                                                                                                                                                               RT @Ad2DC: .@YoungRubicam's @DavidSable on #fakenews, especially on @facebook: Education and accountability are more essential than ever. #…\n\n
6917                                                                                                                                                               RT @FasTrackMinist: Click or Tap link: "WIN Raffles NOW" top of #SECURE #SSL #WEBSITE 4 #Website: https://t.co/G4gXNYQevy  , via @PayPal OR…\n\n
6918                                                                                                                                    RT @bpaschvoss: @JuddLegum @ATT @WarrenBuffett @ABABankers @intel @LandOLakesInc @ATT @LandOLakesInc SERIOUSLY 😳 \n\n\n\n\n\n\n\n\n\n\n\n\n\nWhat the hell is wrong w…\n\n
6919                                                                                                                                                               RT @Nissan: #OnThisDay #1969, #Nissan announced the upcoming launch of the #FairladyZ #S30 series, also known as #Datsun240Z since 1970. #T…\n\n
6920                                                                                                                                                                        Not so long until we meet in #Berlin! - Meet #partners like @Siemens Mindsphere, @ST_World, @BoschGlobal ,… https://t.co/GbN6unCcfZ\n\n
6921                                                                                                                                                               RT @MorganStanley: Morgan Stanley is pleased to announce we have exceeded our original 5-year #impinv asset goal of $10 billion, now with m…\n\n
6922                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6923                                                                                                                                                               RT @WestIndyTennis: Emily, Shannon, and Spencer at @facebook Community Boost to better reach our #WIRC customers and the Indy community! #F…\n\n
6924                                                                                                                                                               @KrisParonto @franginter @DNC @CNN @MSNBC @nytimes @facebook @Twitter "ONE GOOD APPLE DOESN'T UN-SPOIL THE ROTTEN B… https://t.co/ZxY3oSa9Ts\n\n
6925                                                                                                                                                                                                           Check out Fine China Serving Platter 14 1/2 X 10 1/2 X 1 1/2"  https://t.co/jfBEBZEsvV via @eBay\n\n
6926                                                                                                                                                               RT @Tesco: @TescoQueensRoad @jasminsore Hi Both, apologies for the confusion, we are still considering an appeal on the planning applicatio…\n\n
6927                                                                                                                                                  @Sony @PlayStationUK and @xboxuk @Microsoft \n\n\n\n\n\n\nPlease Please Please, Make @RocketLeague The Next Game Available To Ha… https://t.co/j0NclCOG6X\n\n
6928                                                                                                                                                               Hi, @IMKristenBell! We asked various @Disney characters what they thought about your weirdo feminist hot takes on c… https://t.co/MYp28a8zDz\n\n
6929                                                                                                                                                               Thank you Soso for inspiring women to become leaders of today. With the help of @Cisco and @glblctzn, anything is p… https://t.co/hlvlZXwzxK\n\n
6930                                                                                                                                                           @ProdigyGame @facebook @amazon No mention of teachers in the ad &amp; I am not a teacher. Additionally, my opposing res… https://t.co/qqwr7pNtDM\n\n
6931                                                                                                                                                                                                RT @Reuters: U.S. regains crown as most competitive economy, @freddiethekat reports https://t.co/MuqtjgODjQ\n\n
6932                                                                                                                                                  RT @MaallyMall: So done with @Nike @nikestore\n\n\n\n\n\n\n.. fix the algorithm.. 0 draw wins⁉️🤔.. thousands spent annually... FOH. Damn hypebeast and b…\n\n
6933                                                                                                                                                                                                                                                  @GoldmanSachs, @BitGo and Mike Novogratz :) #bitcoin $BTC\n\n
6934                                                                                                                                                               Looking forward to facilitating a @facebook Live interview today with Andrew Smith, Director of @FTC Consumer Prote… https://t.co/L9MVjpgkPj\n\n
6935                                                                                                                                                                      RT @Reuters: WATCH: After 53 attempts, freestyle skier Andri Ragettli completes parkour course in Switzerland https://t.co/jbDyJwgOwk\n\n
6936                                                                                                                                                               RT @BASF: CODING CHEMISTRY, that is two days full of power with technologies, know-how, impulses from the chemical industry, contact opport…\n\n
6937                                                                                                                                                                       RT @ArtsnEnds4: Check out Day of the Dead Hand Painted Gourd, Halloween, Parrot Lady, Sugar Skull  https://t.co/mXBeKz3ayM via @eBay\n\n
6938                                                                                                                                                               RT @willcarless: Is @Apple really going to host an app for Gab, a platform that exists   pretty much exclusively for hateful people to spre…\n\n
6939                                                                                                                                                               American Trucking Associations announces finalists for 2019-2020 America's Road Team, including 7 @FedEx team membe… https://t.co/WsabZozkgX\n\n
6940                                                                                                                                                                                        #selfie Check out Pennzoil BRAND Booster Cables 16 Gauge, 8 FOOT  - NEW #Pennzoil https://t.co/vWP6njCLKi via @eBay\n\n
6941                                                                                                                                                                                                                 Hazet 1/4" Hex Impact Adapter. Dropped from $39 to $9. https://t.co/PObjatGs7z via @amazon\n\n
6942                                                                                                                                                               RT @Nissan: #OnThisDay #1969, #Nissan announced the upcoming launch of the #FairladyZ #S30 series, also known as #Datsun240Z since 1970. #T…\n\n
6943                                                                                                                                                                                                   Photoshop 2019 disabled Shift to maintain aspect ratio when resizing? That's just irresponsible, @Adobe.\n\n
6944                                                                                                                                                               RT @micahbala: Finally done with the @udacity FEND Nanodegree, thanks to @udacity @Google @Andela_Nigeria for the opportunity to learn more…\n\n
6945                                                                                                                                                               @reeses @amazon A before halftime, if I have a #Reeses I have to eat it right away. i can't hold onto yummy happine… https://t.co/XNNomKSJaF\n\n
6946                                                                                                                                                           RT @OurWabiSabiLife: Never see "storage full" again! The @Google Pixel 3 phone from Best Buy has unlimited free storage for pics &amp; video! F…\n\n
6947                                                                                                                                                   @Nike Amazing ad!\n\n\n\n\n\n\nTalking about Ads, my client is launching a time machine. You don´t have to hurry up to order it… https://t.co/2vRZKKH70Z\n\n
6948                                                                                                                                             Everyone has losing days...even @CocaCola if this is true.\n\n\n\n\n\n\n\n\n\n\n\n\n\nIs this true? 🤔\n\n\n\n\n\n\n #ThursdayThoughts https://t.co/XFs51E91vl\n\n
6949                                                                                                                                                                                   Check out Home Alone Merry Christmas Ya Filty Animal t-shirt tee,holiday shirts funny  https://t.co/gkSDkFUzxg via @eBay\n\n
6950                                                                                                                                                                                          RT @Reuters: Turkey searches Saudi consulate again, European ministers cancel Riyadh trip https://t.co/CQN4PN376X\n\n
6951                                                                                                                                                               RT @Google: To bring American Sign Language to #Gboard, we collaborated with Deaf artist and advocate Jessica Flores to create a collection…\n\n
6952                                                                                                                                                                               I have a lot of Hermann Teddy Original Bears, check this one out! I give them low prices!  https://t.co/iRxcy7FTxz via @eBay\n\n
6953                                                                                                                       RT @tcaofsabrina: NEW TEASER ✨\n\n\n\n\n\n\n\n\n\n\n\n\n\nvia @netflix\n\n\n\n\n\n\n#chillingadventuresofsabrina #caos #netflix #sabrina #kiernanshipka #rosslynch #abbeycowen #ta…\n\n
6954                                                                                                                                                                                     RT @ParkLY23: @Walmart #Idol, Fake Love, DNA, Airplane Pt 2, Euphoria or any other song by #BTS@BTS_twt #TheSong #PCAs\n\n
6955                                                                                                                                                                                       @bexxx1983 @Disney @JasonManford will have to check it out, I've always been a fan, but this must have passed me by!\n\n
6956                                                                                                           RT @JuddLegum: 3. Contributions to Steve King, an openly white nationalist congressman, (career):\n\n\n\n\n\n\n\n\n\n\n\n\n\n@ATT ($59,000)\n\n\n\n\n\n\n\n\n\n\n\n\n\nBerkshire Hathaway, @War…\n\n
6957                                                                                                                                                                                                                                                          @reeses @amazon A,B, and C #NotSorry #Sweepstakes\n\n
6958                                                                                              RT @DOMtheB0MB: Dear @Apple \n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease change the button on FaceTime to flip your camera to where the f*ck it was before!\n\n\n\n\n\n\n\n\n\n\n\n\n\nSincerely,\n\n\n\n\n\n\nEvery s…\n\n
6959                                                                                                                                     RT @JuddLegum: Hey @ATT:\n\n\n\n\n\n\n\n\n\n\n\n\n\nWhy are you giving thousands to @SteveKingIA, who just endorsed an openly white nationalist candidate for mayor o…\n\n
6960                                                                                                                                                           RT @OurWabiSabiLife: Never see "storage full" again! The @Google Pixel 3 phone from Best Buy has unlimited free storage for pics &amp; video! F…\n\n
6961                                                                                                                                                  RT @TheTonyAwards: Q: What are you doing on June 9?\n\n\n\n\n\n\nA: Watching the 2019 #TonyAwards on @CBS! https://t.co/laXMR2UL4a https://t.co/KaGt1X2I…\n\n
6962                                                                                                                                                                                                                Check out APC MOBILE SURGE PROTECTOR MODE, PHOTOPRO3 #APC https://t.co/TiEfa5ntPI via @eBay\n\n
6963                                                                                                                                                                                   RT @sugafull27: @Walmart Any song by @BTS_twt #BTS please 😍😍😍\n\n\n\n\n\n\n\n\n\n\n\n\n\n#MPN  #BTSARMY #BTS⁠ @BTS_twt\n\n
6964                                                                                                                                                  @amazonIN @amazon @AmazonHelp Complete wastage of my time and hope :(\n\n\n\n\n\n\nI happily ordered a product on Amazon on 15th… https://t.co/4AtHCDxmP0\n\n
6965                                                                                                                                                                              RT @Visa: You want to experience the beauty of 🇫🇷France🇫🇷\n\n\n\n\n\n\nWe help make sure your payments are safe and secure 🔒\n\n
6966                                                                                                                                                           If @Ford, @Toyota &amp; @GM support #CleanerCars, why let industry lobbyists @auto_alliance continue to fight for a rol… https://t.co/IqJe104jyp\n\n
6967                                                                                                                                                               RT @KateStewart22: @Mr_Alshammeri @NadiaBintFahad @Reuters Sickening stuff. The whole house of cards...fake stories, anti-Saudi lies, hate-…\n\n
6968                                                                                                                                                                                       Oak Dual Watch Stand, Wood Watch Storage, Watch Holder, Gift For Dad, Watch D... https://t.co/SU9XA51ibW via @amazon\n\n
6969                                                                                                                                                                                        @lieutenantflan @ListenToSaki @kendoll_1994 @doanfilm @DineshDSouza @amazon Good luck\n\n\n\n\n\n\n#AdiosLunaticLib\n\n
6970                                                                                                                                                               @Cyc1eguy @stuarthelmer @VictorBethell @20sPlentyTW @maryharristw @RTWBUG @Tesco I just saw 2 cyclists do it, but I… https://t.co/LVtlk7P7Ot\n\n
6971                                                                                                                                                               @KittyBee20 @msmaniacmacgee @Walmart @msbeatrice_81 @BTS_twt Tomorrow, Not Today, isn't it just a question of time?… https://t.co/vB5A0fKjID\n\n
6972                                                                                                                                                               RT @Burberry: The Check Wallet. A compact leather accessory, punctuated with small-scale @Burberry check https://t.co/3LgdPhIP7L https://t.…\n\n
6973                                                                                                                                                  RT @Sony: Required listening 🎧\n\n\n\n\n\n\n@zaralarsson 😍\n\n\n\n\n\n\nRuin My Life ✨\n\n\n\n\n\n\nhttps://t.co/hv8OP99Aw2 🎶 https://t.co/JrKnjjxVtC\n\n
6974                                                                                                                                          @Reuters @ReutersTV I've never seen a more ridiculous, cheap PR stunt in my life.\n\n\n\n\n\n\n\n\n\n\n\n\n\nBut I'm sure the kids will grow into those size 13s.\n\n
6975                                                                                                                                                               RT @ItCanWait: Even one ‘like’, one look, one glance can change everything when you’re behind the wheel. Join @ATT and take the pledge to n…\n\n
6976                                                                                                                                                                                                                                   RT @McDonalds: @liverrfalco Aw, Julia really is the best ever, Livee! 😍\n\n
6977                                                                                                                                                                                                                                               @FedEx \n\n\n\n\n\n\n\n\n\n\n\n\n\nThanks for nothing today.\n\n
6978                                                                                                                                                               To all the rappers out there. @facebook is now banning a lot of trap music videos. If you have guns,  drugs, and se… https://t.co/YVwQV7a0QS\n\n
6979                                                                                                                                                                      “When Guzmán admitted he fell in love” \n\n\n\n\n\n\n\n\n\n\n\n\n\nI’m just stating facts @netflix @NetflixES https://t.co/yPDnIccJ0P\n\n
6980                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6981                                                                                                                                                                                                                     @BlueMeanieBWO @HomeDepot What is ironic, you  have the Santa Claus beard going on. 🎅\n\n
6982                                                                                                                                                               Right @McDonalds I ordered 6 chicken nuggets, and a shaker salad. I received 5 chicken nuggets and was given my sal… https://t.co/tF1sPEjKVJ\n\n
6983                                                                                                                                     RT @MyTheatreWknd: Mark your calendars for the @TheTonyAwards, June 9, 2019 on @CBS !!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Theater #Theatre #Broadway #TheatreWeekend https:/…\n\n
6984                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6985                                                                                                                        Yo @amazon and @google.... I remember @samsclub asking me was marriage right?\n\n\n\n\n\n\nAnd I know EVERYTHING...\n\n\n\n\n\n\nWow...\n\n\n\n\n\n\nI jus… https://t.co/QT3TmDBioO\n\n
6986                                                                                                           @PFTompkins @netflix @haunting A few ideas:\n\n\n\n\n\n\n\n\n\n\n\n\n\nMindhunter's chief rival, Braintrapper\n\n\n\n\n\n\n\n\n\n\n\n\n\nOne or all of Elizabeth II's c… https://t.co/VuHT7AT84s\n\n
6987                                                                                                                                     RT @TheIssue: #RandyHultgren has to go. Failed and flawed U.S. Congressman. @LUnderwood630 for Congress.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Reuters @MSN @MSNBC @CNN @USATOD…\n\n
6988                                                                                                                                                   Watch @GUBLERNATION as Spencer Reid in @CrimMinds_CBS airing Wednesdays 10pm on @CBS!\n\n\n\n\n\n\n\n\n\n\n\n\n\nOfficial Site:… https://t.co/hGIHl0n1qQ\n\n
6989                                                                                                                                                               RT @miamilatinnews: We are ready for the next season! #tvserie @netflix elitenetflix is obviously coming back for another season, so expect…\n\n
6990                                                                                                                                                                              RT @politicalnaveen: Fire TV Cube, hands-free with Alexa and 4K ... by Amazon for $119.99 https://t.co/hfcOSr3HqB via @amazon\n\n
6991                                                                                                                                                                    Check out Nick &amp; Nora NY Patchwork Silk Blend Sheer &amp; Velvet Floral Scarf 10"x57" #NickNoraNY https://t.co/KKxqIUBjQF via @eBay\n\n
6992                                                                                                                                                                                                  RT @JorgeGuardia_: Focus.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Boeing #B738 #MadridBarajas https://t.co/P10I7cjOjQ\n\n
6993                                                                                                                                                               RT @Nissan: #OnThisDay #1969, #Nissan announced the upcoming launch of the #FairladyZ #S30 series, also known as #Datsun240Z since 1970. #T…\n\n
6994                                                                                                                                     RT @tachain6: Our partner @Google as always doing incredible things. \n\n\n\n\n\n\n\n\n\n\n\n\n\n#madebygoogle #tachain #adnet #transportal #tmarq https://t.co/1kvk6…\n\n
6995                                                                                                                                                               RT @MikeFeibus: Smart enablement is key piece for delivering remote care. Platform flexibility critical for @HP #Healthcare, sez @ReidOakes…\n\n
6996                                                                                                                                                                                 Check out this Amazon deal: Ovente 1.5L BPA-Free Glass Electric Kettle, F... by Ovente https://t.co/fzPN4P01k7 via @amazon\n\n
6997                                                                                                                                                                                       @SenWarren @WellsFargo @federalreserve Go have some Pow Wow Chow. It's like dog chow, but for fake Native Americans.\n\n
6998                                                                                                                                     RT @TMobile: Keep the #HR4HR tweets coming, so we can keep the donations going!\n\n\n\n\n\n\n\n\n\n\n\n\n\nThis @MLB Postseason we’re donating $1 per tweet to @TeamR…\n\n
6999                                                                                                                                                                         Check out BILLY CRASH CRADDOCK 33 LP "LIVE" SHRINK ABC DOT RECORDS DO-2082 NM 1977  #CountryRock https://t.co/U5gcdEEVaT via @eBay\n\n
7000                                                                                                                        RT @AriaServices: We are excited to be included \n\n\n\n\n\n\n\n\n\n\n\n\n\n#acceleratewithgoogle #digitalexcellenceProgram #googletuck\n\n\n\n\n\n\n@Google @tuckexeced @accelwit…\n\n
7001                                                                                                                                                               RT @Nixilou: @Ryanair Luton to Nimes, we are experiencing our own stormy ⛈ weather at bedtime, we’ve lost a very loved stuffed cheetah on y…\n\n
7002                                                                                                                                                  RT @LatinxGeeks: Siempre Bruja is an original Colombian production by @netflix\n\n\n\n\n\n\nIt stars AfroColombian actress Angely Gaviria as Carmen a 17…\n\n
7003                                                                                                                        RT @DesignationSix: Here are some Fox News advertisers. They will get notifications for each LIKE RETWEET or COMMENT\n\n\n\n\n\n\n@Keurig\n\n\n\n\n\n\n@Ford\n\n\n\n\n\n\n@Lincoln…\n\n
7004                                                                             RT @msmaniacmacgee: @Walmart @msbeatrice_81 The following @BTS_twt songs please:\n\n\n\n\n\n\nIdol\n\n\n\n\n\n\nIm Fine\n\n\n\n\n\n\nBlood Sweat &amp; Tears\n\n\n\n\n\n\nFake Love\n\n\n\n\n\n\nSave Me\n\n\n\n\n\n\nOutro:T…\n\n
7005                                                                                                                                                               RT @WIFSeattle: TONIGHT: @WIFSeattle is hosting "All Things VFX" at @Adobe featuring VFX artists that have worked on #Thor: Ragnarok, #Dead…\n\n
7006                                                                                                                                                                                              RT @SassChronicles: @ChaucerKate @Sony I love you babe, but Kate, #Flurtleneck FTW!!! https://t.co/y99UpwFbmr\n\n
7007                                                                                                                                                                                                     @PrisonPlanet I saw that in a store &amp; this is all I could think\n\n\n\n\n\n\nI truly hate @Walmart\n\n
7008                                                                                                                                     RT @AllyMcKenzie91: Dear @Gillette\n\n\n\n\n\n\n\n\n\n\n\n\n\nMy nanny is offended by your 'best a man can get' slogan as she rocks some some bluff. Can you change i…\n\n
7009                                                                                                                                                                                                                                            @ATT It's not letting me DM you, are you able to DM me instead?\n\n
7010                                                                                                                                                               @gmelillo81 @Google @Nike @BestBuy @Sephora Thanks for reaching out! Right now, it's U.S. only. We'll keep you post… https://t.co/XNC1qeWtAZ\n\n
7011                                                                                                                                                               @them @Google I don’t care , sexual identity is not part of voting! Keeping America alive, law biding, family value… https://t.co/Zvlgz1LvLd\n\n
7012                                                                                                                                                               RT @BrianKolfage: @DonaldJTrumpJr this is why @facebook is in serious PR trouble, #liberals are now supporting me as this movement of Ameri…\n\n
7013                                                                                                                                           RT @3point3seconds: @kuklyona @netflix @PrimeVideo @canyaman1989 @dmtzdmr Please please\n\n\n\n\n\n\n#DaydreamerMipCom2018 \n\n\n\n\n\n\n#CanYaman #DemetÖzdemir\n\n
7014                                                                                                                                                               RT @MikeFeibus: Smart enablement is key piece for delivering remote care. Platform flexibility critical for @HP #Healthcare, sez @ReidOakes…\n\n
7015                                                                                                                                                               RT @EdKrassen: According to an economic prediction model by @jpmorgan, the U.S. Economy has a 60% chance of hitting a recession in 2020, an…\n\n
7016                                                                                                                                                               RT @EdKrassen: According to an economic prediction model by @jpmorgan, the U.S. Economy has a 60% chance of hitting a recession in 2020, an…\n\n
7017                                                                                                                                                                @TheDavidMei @smotus I did, too. And I can't imagine @DisneyParks @Disney @WaltDisneyWorld would appreciate how he… https://t.co/LmJnkbYS6H\n\n
7018                                                                                                                                                                               A great vintage skater/tea dress, auction ending this evening.Check out my listing @eBay - https://t.co/5ByLbKk9YQ via @eBay\n\n
7019                                                                                                                                                               RT @EdKrassen: According to an economic prediction model by @jpmorgan, the U.S. Economy has a 60% chance of hitting a recession in 2020, an…\n\n
7020                                                                                                                                                               RT @MotorTrend: After revealing five Mustangs that will debut at the 2018 @SEMASHOW, @Ford is now previewing its crossovers and SUVS that w…\n\n
7021                                                                                                                                                               RT @Disney: Oh, look! Another glorious episode of #HocusPocus: The Brew to celebrate 25 years of the Sanderson Sisters. https://t.co/J3K5m7…\n\n
7022                                                                                                                                     RT @hsfasharchive: 10/17/18 | Harry wore @adidas Ultra Boost ST 'USA' sneakers ($180 - unavailable) out in LA.\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/057y8dKmEj htt…\n\n
7023                                                                                                                                                                                                               @Tesco yet again Tesco, shocking shopping with numerous mistakes! This is beyond a joke now!\n\n
7024                                                                                                                               RT @SoundersFC: CLINCHED!!!! \n\n\n\n\n\n\n\n\n\n\n\n\n\nWe are headed to the @Audi 2018 MLS Cup Playoffs!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#YouWillHearUs https://t.co/w3ypYWw6ek\n\n
7025                                                                                                                                                                                                                   @SAP @openSAP Money over Morality . . . disgusting!\n\n\n\n\n\n\nhttps://t.co/A4PQFbmTPe\n\n
7026                                                                                                           @Non22345 @EdKrassen @jpmorgan Voting Machines Hacked\n\n\n\n\n\n\n\n\n\n\n\n\n\nI'm hearing the voting machines are really hacked.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet ever… https://t.co/HKD87XPJP6\n\n
7027                                                                                                           @coinsbullion01 @EdKrassen @jpmorgan Voting Machines Hacked\n\n\n\n\n\n\n\n\n\n\n\n\n\nI'm hearing the voting machines are really hacked.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLe… https://t.co/UWcxGGy0Cq\n\n
7028                                                                                                                                     We’re #ProudToBeMAGENTA and our burning hearts knows things that our mind can’t explain. \n\n\n\n\n\n\n\n\n\n\n\n\n\nThanks to the @TMobile T… https://t.co/K6g9pkNI7E\n\n
7029                                                                                                                                                                                            RT @McLarenF1: Two icons, reunited. @CocaCola\n\n\n\n\n\n\n\n\n\n\n\n\n\n📸: John Hendy https://t.co/vvqHEoTZVw\n\n
7030                                                                                                                                                               RT @netflix: One reason why I’m obsessed with @BigMouth S2 is the insane amount of tiny, hidden little references. For example, HAVE YOU SE…\n\n
7031                                                                                                                                                  RT @Sony: Required listening 🎧\n\n\n\n\n\n\n@zaralarsson 😍\n\n\n\n\n\n\nRuin My Life ✨\n\n\n\n\n\n\nhttps://t.co/hv8OP99Aw2 🎶 https://t.co/JrKnjjxVtC\n\n
7032                                                                                                                                                                                 Check out Beachfront Watercolor, "Original," painting,  "Life at the Beach." By Vaughan  https://t.co/lDkTmSfR48 via @eBay\n\n
7033                                                                                                                                                               RT @WorldTreeCOP: Cool! The new tool, which @Google created along with @Mayors4Climate, can help cities calculate a large chunk of their ca…\n\n
7034                                                                                              RT @DOMtheB0MB: Dear @Apple \n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease change the button on FaceTime to flip your camera to where the f*ck it was before!\n\n\n\n\n\n\n\n\n\n\n\n\n\nSincerely,\n\n\n\n\n\n\nEvery s…\n\n
7035                                                                                                                                                               Until October 27, @ComstorUS #VARs can take advantage of special pricing on @Cisco Fast Track products, including C… https://t.co/3YnWXP9jNC\n\n
7036                                                                                                                                                    RT @PSCupdates: Google’s unofficial motto is “don’t be evil” – but @Google\n\n\n\n\n\n\nis complicit in the Israeli government's erasure of Palestine.…\n\n
7037                                                                                                                        RT @DesignationSix: Here are some Fox News advertisers. They will get notifications for each LIKE RETWEET or COMMENT\n\n\n\n\n\n\n@Keurig\n\n\n\n\n\n\n@Ford\n\n\n\n\n\n\n@Lincoln…\n\n
7038                                                                                                                                                                RT @Microsoft: "If you like MacBooks, you should take a look at the Surface Laptop 2." Check out @CNBC for why you should make the switch:…\n\n
7039                                                                                                                                                   RT @IMKristenBell: @dailyblastlive @Disney Who said I dont let me children watch Disney movies? That's untrue..so libel, maybe?\n\n\n\n\n\n\nI can fact…\n\n
7040                                                                                                                                                               RT @Reuters: The Salar, a basin in Chile’s Atacama desert, is home to one of the world’s richest deposits of high-grade lithium. @Reuters e…\n\n
7041                                                                                                                                                                      Just had my first experience with @AmericanExpress extended warranty coverage, and it wad a positive one. My… https://t.co/aNscuiRoEV\n\n
7042                                                                                                                                                                          One week away! Register soon! Special thanks to our sponsors, @BowditchDewey @BankofAmerica \n\n\n\n\n\n\nhttps://t.co/xYHpIOkkOj\n\n
7043                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7044                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7045                                                                                                                        RT @DesignationSix: Here are some Fox News advertisers. They will get notifications for each LIKE RETWEET or COMMENT\n\n\n\n\n\n\n@Keurig\n\n\n\n\n\n\n@Ford\n\n\n\n\n\n\n@Lincoln…\n\n
7046                                                                                                                                                                                        @NFLonFOX @Toyota Let's compare similar positions. \n\n\n\n\n\n\n\n\n\n\n\n\n\n@chanjones55 will outplay @VonMiller\n\n
7047                                                                                                                                     RT @CrazyChanceComp: Our #FreebieFriday This week is for a £10 @amazon voucher for you to spend. \n\n\n\n\n\n\n\n\n\n\n\n\n\nTo enter follow us, #RETWEET and comment…\n\n
7048                                                                                                                                                             RT @KatiliSch: #SalvationCBS *knock* *knock* hello? 👋🏼 Anyone home, @CBS? Hello? We are ready now for you telling us that you are going #re…\n\n
7049                                                                                                                                                               RT @EdKrassen: According to an economic prediction model by @jpmorgan, the U.S. Economy has a 60% chance of hitting a recession in 2020, an…\n\n
7050                                                                                                                                                                                                                               @skyprincess47 @Tesco Ooo, let me investigate Emma 🙃 I'll come back to you.\n\n
7051                                                                                                                                                                                 Check out Vintage 70s Adidas "Tournament Red" Sneaker Shoes Suede Made in France #Adidas https://t.co/A6eBCFY4id via @eBay\n\n
7052                                                                                                                                                                                                   RT @Zombie_Moth: @Walmart @BlondeFoxy LET THE PURGE\n\n\n\n\n\n\n  B  E  G  I  N https://t.co/DzvC6VkGsl\n\n
7053                                                                                                                                                                         @benmurraybruce @facebook @OfficialPDPNig I perceived you to be a responsible somebody before, but now I realized that you a fool.\n\n
7054                                                                                                                                                                RT @AmericanExpress: The Morrill Bank Building has been a landmark in #Kent, WA for 112 years! #VoteYourMainStreet… https://t.co/KOHvgj3MTt\n\n
7055                                                                                                                        RT @DesignationSix: Here are some Fox News advertisers. They will get notifications for each LIKE RETWEET or COMMENT\n\n\n\n\n\n\n@Keurig\n\n\n\n\n\n\n@Ford\n\n\n\n\n\n\n@Lincoln…\n\n
7056                                                                                           RT @Sense8fighter: | ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|\n\n\n\n\n\n\n|         HEY @netflix!         |\n\n\n\n\n\n\n|      RENEW SENSE8         |\n\n\n\n\n\n\n|___________|\n\n\n\n\n\n\n            \\ (•◡•) /…\n\n
7057                                                                                                                                                    RT @alekboyd: All of a sudden, @BMO @Allianz  @jpmorgan take an interest on #AlexSaab...\n\n\n\n\n\n\nhttps://t.co/4sslnOJaHH Cc @TheJusticeDept @DEAHQ\n\n
7058                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7059                                                                                                                                                            Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n\n
7060                                                                                                                                                                          RT @Nike: He’s done it again. \n\n\n\n\n\n\n\n\n\n\n\n\n\nNever stop chasing your crazy dreams. #justdoit https://t.co/sVXo12E1r9\n\n
7061                                                                                                                                                  @Reuters Are u looking For #Custom #tshirt In this upcoming Christmas?\n\n\n\n\n\n\nI will make an awesome design for u until ur… https://t.co/2TOcWkZlD8\n\n
7062                                                                                                          RT @packers: #Packers QB @AaronRodgers12 has been voted @FedEx @NFL Air Player of the Week!\n\n\n\n\n\n\n\n\n\n\n\n\n\n📰: https://t.co/zJfjmbiZBH \n\n\n\n\n\n\n\n\n\n\n\n\n\n#GoPackGo https:/…\n\n
7063                                                                                                                                     RT @Walmart: Our Radio DJs are working on some new in-store playlists...what would you like to hear while strolling down the aisle? \n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's…\n\n
7064                                                                                                                                                               RT @RetroNewsNow: In 1990, @CocaCola launched its ‘MagiCan’ contest in which cash or a gift certificate could pop out of the can https://t.…\n\n
7065                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7066                                                                                                                                                                    RT @Nike: You can take the superhero out of her costume, but you can never take away her superpowers. #justdoit https://t.co/dDB6D9nzaD\n\n
7067                                                                                                                                                                RT @Reuters: In Poland, some 15,000 people have joined the army’s volunteer forces in the past two years. Meet the young mother who is one…\n\n
7068                                                                                                                        @Sony @PlayStation \n\n\n\n\n\n\nAfter the latest update, my PS4’s WiFi has slowed to a crawl. \n\n\n\n\n\n\nI checked modem, no issue. \n\n\n\n\n\n\nI ch… https://t.co/dWuzQQk5ub\n\n
7069                                                                                                                                              @gatorfanscott @Reuters Well, it’s a long term problem w/ only a long term solution.\n\n\n\n\n\n\n1. End war on drugs. Tax &amp; reg… https://t.co/pLle1KJNTm\n\n
7070                                                                                                                                                                                        #amazing Check out Zippo Windproof Medical Marijuana Caduceus Leaf Lighter, -NEW  https://t.co/JYezik52kc via @eBay\n\n
7071                                                                                                                                     RT @hsfasharchive: 10/17/18 | Harry wore @adidas Ultra Boost ST 'USA' sneakers ($180 - unavailable) out in LA.\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/057y8dKmEj htt…\n\n
7072                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7073                                                                                                                                                                Shop on @amazon \n\n\n\n\n\n\nDonate to @BethesdaLC \n\n\n\n\n\n\nGiving back has never been so easy and rewarding! https://t.co/mrhb7MkaRj\n\n
7074                                                                                                                                                                                                                                       I just listed: 'Plans', for 4.00 via @amazon https://t.co/BIkfPPyJ3p\n\n
7075                                                                                                                                                                               Check out Hair and Beauty Fashion,  "Celeste," An original painting by Jill Bhear.  Mint!  https://t.co/aAZzDVTXQ3 via @eBay\n\n
7076                                                                                                                                                                                                                         I'm at @Starbucks in Kuwait City, Al Asimah w/ @alawashii_ https://t.co/IfC00TYiof\n\n
7077                                                                                                                                     RT @Google: "Most people think that just because you're in a chair, everything's disabled–but my main attribute is my mind."\n\n\n\n\n\n\n\n\n\n\n\n\n\nHow 19-year-o…\n\n
7078                                                                                                                                                  RT @Car01am: RT @sandrayearman\n\n\n\n\n\n\nBrother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/c2vA7ACwam … … via @amazon #…\n\n
7079                                                                                              RT @WhyNot_RESISTS: @GlblCtzn @verizon Please @UN\n\n\n\n\n\n\n#Yemen needs us \n\n\n\n\n\n\n#YemenGenocide \n\n\n\n\n\n\n#SaveYemen\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's do something #GlobalCitizen https://t.…\n\n
7080                                                                                                                                                                                                                                             @Reuters I know, I know, the biggest death we've ever seen....\n\n
7081                                                                                                                                                               RT @tbrock623: If you're not unresolved then why you keep bring up Vincent, Catherine. #BATB #BatBTeam2Gether #BatbMagic @netflix https://t…\n\n
7082                                                                                                                                                                                                                           RT @Reuters: Wall St. drops on Italy, Saudi Arabia worry https://t.co/80YxEV1iNL\n\n
7083                                                                                                                                                            RT @evankirstel: This @dave_michels &gt; @Samsung announces Galaxy Book2, a Windows 10 S laptop with gigabit LTE and 20-hour battery life | Ve…\n\n
7084                                                                                                                                                               RT @EdKrassen: According to an economic prediction model by @jpmorgan, the U.S. Economy has a 60% chance of hitting a recession in 2020, an…\n\n
7085                                                                                                                                                                    I just swiped left (@Tinder) on a girl because her bio said, “I wish I had a cold @pepsi right now.” This is a… https://t.co/bXlR2nwBLk\n\n
7086                                                                                                                                                                                                                                                           @Hyundai From San Francisco, CA to Whitefish, MO\n\n
7087                                                                                                                                                                RT @Microsoft: "If you like MacBooks, you should take a look at the Surface Laptop 2." Check out @CNBC for why you should make the switch:…\n\n
7088                                                                                                                                                RT @cammellieri: At the houseboat Gabe and Vincent awkwardly talk about drinking🍾🍸\n\n\n\n\n\n\n  #BatBMagic #BatB @netflix @NetflixIT https://t.co/5Pkz…\n\n
7089                                                                                                                                                       Beauty And The Beast S2 Ep11 “Held Hostage”\n\n\n\n\n\n\n\n\n\n\n\n\n\n#BatBMagic #BatB \n\n\n\n\n\n\n\n\n\n\n\n\n\n@netflix https://t.co/UMqqDIQ7qa\n\n
7090                                                                                                                                                             @sillytrouts @nextofficial 😂 😂 Tis normal..sadly  Same in The Range, Towneley delayed theirs this year, last year t… https://t.co/2OZYae6ZJj\n\n
7091                                                                                                                                                                                                                              @reeses @amazon B REESE’S during halftime\n\n\n\n\n\n\n#NotSorry #Sweepstakes\n\n
7092                                                                                                                                                                                           Ugh, @Net Suite two-factor auth doesn't allow you to paste codes in. @Oracle needs to do better security design.\n\n
7093                                                                                                                                                               RT @SenBillNelson: Good news, just learned that @verizon is providing every customer in Bay and Gulf county with a credit for 3 months of s…\n\n
7094                                                                                                                                                                                                       RT @Reuters: Wall St. slides as Saudi Arabia, Italy add to economic concerns https://t.co/sopxA5UwCE\n\n
7095                                                                                                                                                                                                                                       To @washingtonpost , @nytimes , @CNN &amp; @Reuters without respect.\n\n
7096                                                                                                                                                                RT @57Veronica: Vincent: "We got to stop competing." Vincent and Catherine are meant to work together #BatB #BatBMagic @netflix @NetflixNL…\n\n
7097                                                                                                                                                               Cat and Vincent have a heart to heart  inside the police station\n\n\n\n\n\n\n  #BatBMagic #BatB @netflix @NetflixIT https://t.co/TdddPE9sOt\n\n
7098                                                                                                                                                               HOT NEW Fortnite SKULL TROOPER Halloween Costume Mask Kids Boys New (Male-Medium) #HALLOWEEN\n\n\n\n\n\n\n https://t.co/0A785Xaz7D via @eBay\n\n
7099                                                                                            RT @mO_OseNme: | ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|\n\n\n\n\n\n\n|         HEY @netflix!         |\n\n\n\n\n\n\n|      RENEW SENSE8       |\n\n\n\n\n\n\n|___________| \n\n\n\n\n\n\n                \\ (•◡•) /…\n\n
7100                                                                                                                                     RT @JuddLegum: Hey @ATT:\n\n\n\n\n\n\n\n\n\n\n\n\n\nWhy are you giving thousands to @SteveKingIA, who just endorsed an openly white nationalist candidate for mayor o…\n\n
7101                                                                                                                                                               RT @Errica22: @iwward @DDawn0 Take a hint @Tesco, Halal meat is unwanted in this country - we want humane slaughter under the Animal Welfar…\n\n
7102                                                                                                                                                               RT @Reuters: While talk in Washington often centers on the Russia investigation, in Idaho voters say they're more concerned with issues tha…\n\n
7103                                                                                                                                                                @facebook Hey Shitbook, 3rd day banned for freedom of speech. What does? Dumb Fuckerberg not know how to hire real… https://t.co/ptGcmTrB91\n\n
7104                                                                                                                                                                                                        @Reuters Great, @TheDemocrats weren't in enough trouble. This should seal the deal on the #RedWave.\n\n
7105                                                                                                           RT @JuddLegum: 2. Contributions to Steve King, an openly white nationalist congressman, (2018 cycle):\n\n\n\n\n\n\n\n\n\n\n\n\n\n@ATT ($5,000)\n\n\n\n\n\n\n\n\n\n\n\n\n\nBerkshire Hathaway, @…\n\n
7106                                                                                                                                                               @sglyddon @netflix I won't join because that means at some level, the hollywood stars will benefit financially. I r… https://t.co/PtGW45LNLR\n\n
7107                                                                                                                                                               RT @BestEventsLA: Sabrina the Teenage Witch is returning, reinvented as a new series on @netflix. To celebrate, there's a @sabrinanetflix #…\n\n
7108                                                                                                                                     RT @tatiana_saad24: #ErkenciKuş @netflix We want this new show on Netflix pretty please\n\n\n\n\n\n\n#DaydreamerMipCom2018 \n\n\n\n\n\n\n#CanEm #DemetÖzdemir #CanYam…\n\n
7109                                                                                                                                                               RT @Reuters: Japan's women sailors serving on the country's biggest warship, the Kaga, are on the frontline of a push to transform the coun…\n\n
7110                                                                                                                                                               @MarshaBlackburn @Google Marsha, you're a liar. 16 years in Congress and you've done NOTHING for TN. How is your Wa… https://t.co/sWHVakuqNx\n\n
7111                                                                                                                                     RT @genmitsu: #GothamNeedsYou so please lend a hand!\n\n\n\n\n\n\n#SaveGotham\n\n\n\n\n\n\n@warnerbrostv @TheCW @TheDCUniverse @netflix @AmazonStudios @nbc @HBO @Got…\n\n
7112                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7113                                                                                                                                                              RT @CheddarBigNews: .@ReginaPizzeria is named America's top pizza spot, according to @TripAdvisor. 🍕 The pizzeria's Chef Louis Hubbell chat…\n\n
7114                                                                                                                                                                         #NetflixHillHouse\n\n\n\n\n\n\n@netflix seriously? 10 episodes??\n\n\n\n\n\n\nIt was insane!!!!! Love it!! https://t.co/K0Oef3MSES\n\n
7115                                                                                                                                                               RT @Disney: Oh, look! Another glorious episode of #HocusPocus: The Brew to celebrate 25 years of the Sanderson Sisters. https://t.co/J3K5m7…\n\n
7116                                                                                                                                                            RT @evankirstel: This @dave_michels &gt; @Samsung announces Galaxy Book2, a Windows 10 S laptop with gigabit LTE and 20-hour battery life | Ve…\n\n
7117                                                                                                                                                  RT @Sharat_Chander: Attending @OracleCodeOne? Come meet/attend sessions by members of the @Oracle @Java Platform Team:\n\n\n\n\n\n\nhttps://t.co/o9SzqlN…\n\n
7118                                                                                                          RT @packers: #Packers QB @AaronRodgers12 has been voted @FedEx @NFL Air Player of the Week!\n\n\n\n\n\n\n\n\n\n\n\n\n\n📰: https://t.co/zJfjmbiZBH \n\n\n\n\n\n\n\n\n\n\n\n\n\n#GoPackGo https:/…\n\n
7119                                                                                                          RT @packers: #Packers QB @AaronRodgers12 has been voted @FedEx @NFL Air Player of the Week!\n\n\n\n\n\n\n\n\n\n\n\n\n\n📰: https://t.co/zJfjmbiZBH \n\n\n\n\n\n\n\n\n\n\n\n\n\n#GoPackGo https:/…\n\n
7120                                                                                                          RT @packers: #Packers QB @AaronRodgers12 has been voted @FedEx @NFL Air Player of the Week!\n\n\n\n\n\n\n\n\n\n\n\n\n\n📰: https://t.co/zJfjmbiZBH \n\n\n\n\n\n\n\n\n\n\n\n\n\n#GoPackGo https:/…\n\n
7121                                                                                                                                     @tekaldas @jpmorgan What we know about the Khashoggi murder:\n\n\n\n\n\n\n\n\n\n\n\n\n\n- American news reports are based on Turkis and Qatar… https://t.co/h4K8cjcR8t\n\n
7122                                                                                                          RT @packers: #Packers QB @AaronRodgers12 has been voted @FedEx @NFL Air Player of the Week!\n\n\n\n\n\n\n\n\n\n\n\n\n\n📰: https://t.co/zJfjmbiZBH \n\n\n\n\n\n\n\n\n\n\n\n\n\n#GoPackGo https:/…\n\n
7123                                                                                                                                                                    @verizon Wait, we pay premium price for sub premium service and you want to screw us more by paying for something you allow? Seriously?\n\n
7124                                                                                                                                                                                @netflix I’ll need to see Practical Magic and or Hocus Pocus sometime soon, so if you could get in that, that’d be perf thx\n\n
7125                                                                                                                                                  @Disney KJV Bible PDF Download Read John 3 Rom 10 https://t.co/TvmDoTP5eg\n\n\n\n\n\n\nHow To Receive the Baptism in the Holy Sp… https://t.co/FBR5Ag6DTM\n\n
7126                                                                                                                                                               RT @antgrasso: Epiphany, in collaboration with @IBM, is hosting an Open Banking event, join us at “Succeed in Open Banking” October 25th in…\n\n
7127                                                                                                                                                  RT @Honda: Shine your own unique light on your stylish new #HondaInsight with illumination accessories.\n\n\n\n\n\n\n#Illuminate #HondaGenuineAccessorie…\n\n
7128                                                                                                                                                               @Tesco Thank you, I’ll try and get the details tomorrow. I’m not sure I got a receipt though as I don’t tend to@nee… https://t.co/c8WcB6NooO\n\n
7129                                                                                                                                                                                                Check out Lot of two coffee mugs, one ceramic, one bone china, pre-owned  https://t.co/Jl3nRrJHaF via @eBay\n\n
7130                                                                                                                                                   @Reuters Fake news \n\n\n\n\n\n\n\n\n\n\n\n\n\nReuters your mistake is depending what is Turkish reports you didn’t remember 1600 journalist in the jell\n\n
7131                                                                                                                                                                                                              RT @Bosslogic: Damn, the new 13 reason's why got darker @netflix 👀😅 https://t.co/05S8mL8pmL\n\n
7132                                                                                                                                                                                   @McDonalds I just had the worst Durr Burger from your greasy grove location, can I get some assistance on resolving this\n\n
7133                                                                                                                                                                                             RT @marvinchhoun: Damn y’all boo boo fo this, I was hella sippin that shit. @McDonalds https://t.co/U99mthO7ce\n\n
7134                                                                                                                                                               RT @BMW: Charm is its essence. Elegance its character.\n\n\n\n\n\n\nThe first-ever #BMW #X7. https://t.co/H36TU4z7oX https://t.co/07TfYx9syg\n\n
7135                                                                                                                                                                           Check out Live At Yoshi's Jazz &amp; Sushi Cafe DVD Allan Holdsworth, Alan Pasqua in High Def  https://t.co/fezC8yvlHW via @eBay\n\n
7136                                                                                                                                                                #DigitalMarketing tip of the day for #lawfirms: Respond to all online reviews, good and bad. Why? @Google notifies… https://t.co/5ATueWHCKL\n\n
7137                                                                                                                                                               @SaintRPh @ProcterGamble Perfect. Also, seems @LisaMHancox's bigger problem is she makes so much snot. You might wa… https://t.co/rK8p6EM45s\n\n
7138                                                                                                                                                               RT @jamiemcmurray: What’s your favorite @McDonalds #TrickTreatWin @TeamChevy Camaro ZL1 for @kansasspeedway? RT for purple, LIKE for yellow…\n\n
7139                                                                                                                                                                           #hallowware Liquid Silver Plating System, Silverware Kit, Medallion Brand Medalllion Bran... https://t.co/KuemJoAM0I via @amazon\n\n
7140                                                                                                                                                                                       Check out VINTAGE INDIAN HEAD NICKEL MIXED METALS BELT BUCKLE 2.5" X 3" #UNBRANDED https://t.co/8qo2lW6ibG via @eBay\n\n
7141                                                                                                                                                               RT @netflix: In honor of #HispanicHeritageMonth, we brought together nine Netflix stars for this stunning photoshoot — and now I'm going to…\n\n
7142                                                                                                                                                                RT @Disney: "Six intrepid friends, led by Fred, their leader, Freeeeed! Fred's Angels, mmm-mmm-mmm! Fred's Angels, mmm-mmm-mmm! Harnessing…\n\n
7143                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7144                                                                                                                                                 RT @Agostinozoida: Set an Alarm... Oct 30th! Uncle Joey is coming to your living rooms only on @netflix #Allhallowseve @madflavor 🐐 \n\n\n\n\n\n\nBoo Co…\n\n
7145                                                                                                                                                 RT @Agostinozoida: Set an Alarm... Oct 30th! Uncle Joey is coming to your living rooms only on @netflix #Allhallowseve @madflavor 🐐 \n\n\n\n\n\n\nBoo Co…\n\n
7146                                                                                                                                                  RT @genmitsu: #GothamNeedsYou in its dark hour #SaveGotham\n\n\n\n\n\n\n@warnerbrostv @TheCW @TheDCUniverse @netflix @AmazonStudios @nbc @HBO @GothamTVW…\n\n
7147                                                                                                                                                                                    Check out STERLING SILVER DOUBLE TEARDROP DANGLE EARRINGS 3.5" #Unbranded #DropDangle https://t.co/BihXqjy2q8 via @eBay\n\n
7148                                                                                                                                                                                       @slb79 @zunguzungu @netflix No, but I've noticed that data aggregation sites like the horrid MyLife think I'm white.\n\n
7149                                                                                                                                                                                          RT @Reuters: Turkish police search forest, coastal city for journalist's remains: sources https://t.co/KhuUkhfBEo\n\n
7150                                                                                                          RT @packers: #Packers QB @AaronRodgers12 has been voted @FedEx @NFL Air Player of the Week!\n\n\n\n\n\n\n\n\n\n\n\n\n\n📰: https://t.co/zJfjmbiZBH \n\n\n\n\n\n\n\n\n\n\n\n\n\n#GoPackGo https:/…\n\n
7151                                                                                                                                                               @facebook you block Gosnell ads for political speech? You can’t be serious! Not ONE liberal, dem, Soros funded grou… https://t.co/4qwFBsNT7L\n\n
7152                                                                                                                                                                                           Hanes Boys' Big Active Cool X-Temp Boxer Brief 5-Pack, Assorted, Large Hanes https://t.co/L85fRmsSwH via @amazon\n\n
7153                                                                                                                                                           MarTech Today: @Google launches AdLingo, @InMobi buys @Sprint’s ad firm &amp; Fullscreen offers a @YouTube brand safety… https://t.co/uY6mRKugf2\n\n
7154                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7155                                                                                                                                                                                          Check out Totem Poles, Quaker Puffed Wheat and Rice 1952 set of 5 Very neat!    https://t.co/THUyTmHqx4 via @eBay\n\n
7156                                                                                                                                                               RT @Burberry: Shop the white #ThomasBurberryMonogram T-shirt and sweatshirt now. Available on Instagram, for 24 hours only #TheBSeries http…\n\n
7157                                                                                                                                    RT @NRCC: @Costco ✅ In Wisconsin, Marshfield employees are getting bonuses as a direct result of #taxreform \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/XRIeD5ijDj https…\n\n
7158                                                                                                                                                               RT @57Veronica: Tess invited the hostages, Dana.. well, everyone but that drunk guy #BatB #BatBMagic @netflix @NetflixNL https://t.co/H6l6B…\n\n
7159                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7160                                                                                                                                                                                               Check out Degas: Beyond Impressionism by Kendall, Richard Paperback Book   https://t.co/CCSk3Fd47N via @eBay\n\n
7161                                                                                                                                                               RT @hotestatesales: Check out Vintage Antique Yellow Stoneware Mixing Bowl Spongeware  9"  https://t.co/XTLNRV8Lnm via @eBay #hotestatesale…\n\n
7162                                                                                                                                                                        MY DEAD BLUE CATERPILLAR by R.D. Murray FREE TODAY 18TH OCTOBER\n\n\n\n\n\n\n 2018\n\n\n\n\n\n\nhttps://t.co/0x3CuTvrUQ via @amazon\n\n
7163                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7164                                                                                                                                                                                          @renailemay @Microsoft @foxitsoftware Yeah, I don't think it's vendor specific. They all have an agenda to  push.\n\n
7165                                                                                                                                                               RT @IBMPowerSystems: Exciting news, Data Scientists! @IBM and @NVIDIA further collaborations to advance open source GPU acceleration  https…\n\n
7166                                                                                                                                     RT @Walmart: Our Radio DJs are working on some new in-store playlists...what would you like to hear while strolling down the aisle? \n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's…\n\n
7167                                                                                                                                                                                       RT @MsMeganTweets: @Sony Or maybe the Chinatown dresses\n\n\n\n\n\n\n#Timeless #SaveTimeless https://t.co/7TNock2Nnq\n\n
7168                                                                                                                                                                                                              RT @Bosslogic: Damn, the new 13 reason's why got darker @netflix 👀😅 https://t.co/05S8mL8pmL\n\n
7169                                                                                                                                                                                                                                                    I'm having a "my @amazon package was EMPTY" kind of day\n\n
7170                                                                                                                                                                                                       RT @Reuters: Asia stocks falter as dollar, U.S. yields rise to one-week high https://t.co/4m8ktvis4D\n\n
7171                                                                                                                                                               RT @ciscoDC: Ending our #TFD17 sessions with a presentation on #AI at @Cisco with Kubeflow, tune in now to watch the livestream: https://t.…\n\n
7172                                                                                                                                                               RT @TonyaStanley123: @reeses @amazon All of the above!!!! A,B, and C!! Anything Reese's is my favorite! Regular Reese's Cups, Mini's, Cooki…\n\n
7173                                                                                                                                                                                             RT @marvinchhoun: Damn y’all boo boo fo this, I was hella sippin that shit. @McDonalds https://t.co/U99mthO7ce\n\n
7174                                                                                                                                                                                      @verizon Just saw your ad for military personnel. Love, love, love. Thank you for supporting those who protect us!!!!\n\n
7175                                                                                                                                    RT @TMobile: Every tweet with #HR4HR donates $1 to @TeamRubicon’s hurricane recovery efforts. \n\n\n\n\n\n\n\n\n\n\n\n\n\n🔁 Tweet, donate, repeat! https://t.co/TYAyB…\n\n
7176                                                                                                                                                                                                              @amazon @AmazonHelp \n\n\n\n\n\n\n\n\n\n\n\n\n\nWhat is this? 🤦🏾‍♀️😩 https://t.co/VHvtBC2hOM\n\n
7177                                                                                                                                      RT @SamuelSimonis: @dbienaime @ReutersIndia @Reuters is this what you are calling Violent ? \n\n\n\n\n\n\n\n\n\n\n\n\n\n#FakeNews better check #PetroCaribeChallenge…\n\n
7178                                                                                                                                                                                   Eats, Shoots &amp; Leaves: The Zero Tolerance Approach to Punctuation by Lynne Tr... https://t.co/maXFrLdNHb via @amazon\n\n
7179                                                                                                                                                                                                Only a couple days left! Get in on the RC lot!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/m7stEQ8YqK via @eBay\n\n
7180                                                                                                                                                               RT @MorganStanley: Children who have savings accounts in their own name are more likely to develop the habit of saving money as adults, res…\n\n
7181                                                                                                                                                               RT @VisaNews: In an expansion of the Visa Token Service with @Netflix, @Visa is working to help create an easier and more secure online pay…\n\n
7182                                                                                                          RT @Walmart: @BTSxMidAtl "24 hours isn’t enough\n\n\n\n\n\n\nCan’t afford to be confused\n\n\n\n\n\n\nI do my thang (I do my thang)\n\n\n\n\n\n\nI love shopping at WALMART!!!" \n\n\n\n\n\n\n🤣…\n\n
7183                                                                                                                                                                                                                       RT @Walmart: @Custor817 There's only one rule, you must karaoke the entire album. 👀\n\n
7184                                                                                                                                     RT @TMobile: Let’s keep it going! \n\n\n\n\n\n\n\n\n\n\n\n\n\nFor every tweet with #HR4HR we’re donating $1 to @TeamRubicon’s hurricane recovery efforts. https://t.c…\n\n
7185                                                                                                                                                               RT @BestEventsLA: Sabrina the Teenage Witch is returning, reinvented as a new series on @netflix. To celebrate, there's a @sabrinanetflix #…\n\n
7186                                                                                                                                                                        Check out Lovers "True Love" Promise Rings Stainless Steel Crystal 18K Gold Plated Jewelry #MOZEL https://t.co/NVlCvZ1jYR via @eBay\n\n
7187                                                                                                                                                            @Reuters @Breakingviews Dang! I'd best get started on https://t.co/KSDOHAVMLs\n\n\n\n\n\n\n(Still available via  🦊 https://t.co/E5CZAhCw8H 🦊)\n\n
7188                                                                                                                                                               @ABC @NBC @CBS Please start reporting on Trump as the crazy man he is, rather than just a politician with a differe… https://t.co/uMZEuaLCmD\n\n
7189                                                                                                                                                               RT @zoewale: @LisaMHancox @Kleenex_UK Hi @Kleenex_UK @Apple  My 4yo orange asked me what was written here. Then he asked, why are they call…\n\n
7190                                                                                                                                                               RT @LSUfootball: Josh Iverson, senior graphic designer at @Nike, immersed himself in the history of @LSU to design the alternate uniform. #…\n\n
7191                                                                                                                                                               @Sony how's possible that when you update your system to the new version, something happens and the only way that y… https://t.co/Hbe49TZY4F\n\n
7192                                                                                                                                                               RT @SRockRowdies: ICYMI: Former @SRURockFB @RockAlumni WR, Devin Goda is now the new male model for the hit @CBS TV Show: @PriceIsRight #Ro…\n\n
7193                                                                                                                                                     #Sun_🌟7 #NikeNebulahAtomSmasher_🌟7 @Nike _The Show must go on_ 👌🏿Zee!↔️↔️↔️↔️🎯🎯🎯🎯👇👇👇👇🥃💦🙏"life moves""like crossing… https://t.co/CTtEo3pw3e\n\n
7194                                                                                                                                                                                  Check out Apple iPhone 8 Plus - 256GB - Silver A1897 (GSM) #Apple #Bar https://t.co/wCQODbYg3m via @eBay\n\n\n\n\n\n\nhtt\n\n
7195                                                                                                                                                               @Nestle Your company’s actions speak otherwise. And just admit you only care about profits, not the communities whe… https://t.co/sUEkzf5Wv9\n\n
7196                                                                                                          RT @Walmart: @BTSxMidAtl "24 hours isn’t enough\n\n\n\n\n\n\nCan’t afford to be confused\n\n\n\n\n\n\nI do my thang (I do my thang)\n\n\n\n\n\n\nI love shopping at WALMART!!!" \n\n\n\n\n\n\n🤣…\n\n
7197                                                                                                                                                                                                       Saw screening of “Girl” by @netflix w @BonnieFuller. Great, complicated film https://t.co/K5S1UeOli3\n\n
7198                                                                                                                                              If you are a host, do not miss this opportunity to get great help.  \n\n\n\n\n\n\n\n\n\n\n\n\n\n@GoUppers @Airbnb @homeaway @TripAdvisor @trivago @bookingcom\n\n
7199                                                                                                                                                               RT @CleverlyCool: Check out CHRISTMAS 19" POKER PLAYING SANTA FIGURINE STATUE Felt Base -Arms Move  https://t.co/IdxbTdhi1t via @eBay #hall…\n\n
7200                                                                                                                                                                Whenever @amazon ships packages through its own carrier (instead of UPS or USPS), my packages arrive days late or,… https://t.co/6E1u8HS01P\n\n
7201                                                                                                          RT @Walmart: @BTSxMidAtl "24 hours isn’t enough\n\n\n\n\n\n\nCan’t afford to be confused\n\n\n\n\n\n\nI do my thang (I do my thang)\n\n\n\n\n\n\nI love shopping at WALMART!!!" \n\n\n\n\n\n\n🤣…\n\n
7202                                                                                                                                      RT @ShenRachael: @Walmart @BTSxMidAtl I applaud you.xD\n\n\n\n\n\n\n\n\n\n\n\n\n\nWas literally in walmart in Ottawa (billings bridge) picking up two more copies of…\n\n
7203                                                                                                                                                                                    Check out Vintage Hurricane Lamp Round Globe Blue with Embossed Floral Design 4 1/4"  https://t.co/20mMaoNQLm via @eBay\n\n
7204                                                                                                          RT @Walmart: @BTSxMidAtl "24 hours isn’t enough\n\n\n\n\n\n\nCan’t afford to be confused\n\n\n\n\n\n\nI do my thang (I do my thang)\n\n\n\n\n\n\nI love shopping at WALMART!!!" \n\n\n\n\n\n\n🤣…\n\n
7205                                                                                                                                                               Google search: emotional support group for those who have finished The Haunting of Hill House. @netflix, can you st… https://t.co/wCFxO53urp\n\n
7206                                                                                                                                                                @donnabrazile @Google How you do resolve that? Not letting the means justify the ends, and undermine everything in… https://t.co/SXFSQw45Nt\n\n
7207                                                                                                                                                                           RT @BgtnStrucked: @Walmart @BTSxMidAtl Ursoo!!!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#TheSong #IDOL #PCAs @BTS_twt https://t.co/zvUncmHAcW\n\n
7208                                                                                                                                                               @Reuters 3- investigation, and without even asking professional questions about why the Turkish authorities did not… https://t.co/ZnNZURWHb6\n\n
7209                                                                                                          RT @Walmart: @BTSxMidAtl "24 hours isn’t enough\n\n\n\n\n\n\nCan’t afford to be confused\n\n\n\n\n\n\nI do my thang (I do my thang)\n\n\n\n\n\n\nI love shopping at WALMART!!!" \n\n\n\n\n\n\n🤣…\n\n
7210                                                                                                                                           RT @BTSxMidAtl: @BgtnStrucked @Walmart @BTS_twt That pic is now in my collection... TYSM\n\n\n\n\n\n\n💍\n\n\n\n\n\n\n#PCAs #TheGroup #BTS\n\n\n\n\n\n\n@BTS_twt\n\n
7211                                                                                                                                                                                                        RT @BTSx50States: We 💜 you @Walmart 🤣\n\n\n\n\n\n\n\n\n\n\n\n\n\n@BTS_twt https://t.co/kRgaSWIoZw\n\n
7212                                                                                                                                                                           RT @BgtnStrucked: @Walmart @BTSxMidAtl Ursoo!!!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#TheSong #IDOL #PCAs @BTS_twt https://t.co/zvUncmHAcW\n\n
7213                                                                                            RT @mO_OseNme: | ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|\n\n\n\n\n\n\n|         HEY @netflix!         |\n\n\n\n\n\n\n|      RENEW SENSE8       |\n\n\n\n\n\n\n|___________| \n\n\n\n\n\n\n                \\ (•◡•) /…\n\n
7214                                                                                                                                                               I wanna believe that @Walmart is an ARMY too? but ah well..with their support, we really appreciate it!!\n\n\n\n\n\n\n\n\n\n\n\n\n\n@BTS_twt\n\n
7215                                                                                                                                                           @catzwordz If it was good going in &amp; @Nissan damaged it during your #Takata #airbag remedy, then they need to fix i… https://t.co/J1RSQihZ6N\n\n
7216                                                                                                                                                                                           Check out 5" Hookah Water Pipe Bong Navy and Maroon Mini Tobacco Water Pipe w/Carb https://t.co/MkcTdtWUtb @eBay\n\n
7217                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7218                                                                                                                                                                                                                                                                 @facebook Stfu, ya bunch of soulless punks\n\n
7219                                                                                                                                                                                            RT @McLarenF1: Two icons, reunited. @CocaCola\n\n\n\n\n\n\n\n\n\n\n\n\n\n📸: John Hendy https://t.co/vvqHEoTZVw\n\n
7220                                                                                                                                                               @amazonIN @amazon @amazonIN Amazon fail to solve my problem. Wrong display, wrong product even multi time replaceme… https://t.co/BUCsckz2Sc\n\n
7221                                                                                                                                                   RT @iandrosov: @salesforce #LightningChampions are blazing in Japan with this workshop\n\n\n\n\n\n\n@HeadInTheClowdz @akaCarioca https://t.co/tUJsw2nvcI\n\n
7222                                                                                                                                                               @AmazonHelp @amazon @amazonIN @JeffBezos Stop being apologetic and refund my money, please tell me the ETA for this… https://t.co/syr3zgMR3Z\n\n
7223                                                                                                                                                                RT @ruprice1: #Fayetteville, #NC @WellsFargo Community Day is here! What a great opportunity to learn more about what Wells Fargo is doing…\n\n
7224                                                                                                                                                                                                        @MadFerIt39 @netflix The sky isn’t the color of applesauce, nor the texture. 🤔 are drugs involved?\n\n
7225                                                                                                                                                                            Check out LeapFrog LeapTV Blaze and the Monster Machines Educational, Active Video Game https://t.co/khPdZ6MeYM @eBay #leapfrog\n\n
7226                                                                                                                                                                                                                 RT @Walmart: @BlondeFoxy Mentoring fursuiters for the next generation? Nicely done, Lucky.\n\n
7227                                                                                                                                            RT @FormerlyFormer: @Reuters Y’all, the people who scold and squawk at us 24/7 ceaselessly have “broken their silence.”\n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease clap.\n\n
7228                                                                                                                                     RT @ravikikan: This @Google Tutorial on #MachineLearning is the best: https://t.co/VI9NxmRt9d by @jason_mayes\n\n\n\n\n\n\n\n\n\n\n\n\n\nv @ravikikan @KirkDBorne @Fi…\n\n
7229                                                                                              RT @noconversion: @amazonIN \n\n\n\n\n\n\n@AmazonHelp \n\n\n\n\n\n\n@amazon \n\n\n\n\n\n\nHindu History and HINDU scriptures are not "Myth".....\n\n\n\n\n\n\n\n\n\n\n\n\n\nWhy are you calling them "mythol…\n\n
7230                                                                                                                                                               RT @LucyLouMa55: @them @Google I don’t care , sexual identity is not part of voting! Keeping America alive, law biding, family values, free…\n\n
7231                                                                                                                                                                                RT @rmead777: Dear @CNN @MSNBC @ABC @NBC and @CBS ...\n\n\n\n\n\n\n\n\n\n\n\n\n\nTHIS is an apple ⬇️ https://t.co/4BKTBMrJpJ\n\n
7232                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7233                                                                                                                                     RT @TMobile: Keep the #HR4HR tweets coming, so we can keep the donations going!\n\n\n\n\n\n\n\n\n\n\n\n\n\nThis @MLB Postseason we’re donating $1 per tweet to @TeamR…\n\n
7234                                                                                                                                                                     @Apple Thanks @DeanCapture for RT. Big fan of your work. We travel in the same circles. This 1T "valued" company needs to be tuned-up.\n\n
7235                                                                                                                                                               RT @Jgoddess_: I’m the story new Amazonians are told when they join @amazon. Just got this word from an Amazonian in Huntington, WV where m…\n\n
7236                                                                                                                                                                               RT @antiqueman99: Check out Queen Victoria Robes 5,10/ 1Pound used , watermarks See scans  https://t.co/SuCcEZLYCl via @eBay\n\n
7237                                                                                                                                                                So, I just finished 'To all the boys I've loved before' for the fourth time in less than a month. Give me a break @netflix  @alltheboysfilm\n\n
7238                                                                                                                                                   Check out Men's Sheer Free size Thong Bodysuit #Unbranded #Bodysuit https://t.co/5XhjDA9Rn4 via @eBay\n\n\n\n\n\n\nONLY FIFTEEN… https://t.co/vyqa89tyUd\n\n
7239                                                                                                                                                               RT @aliciatillman: Congratulations to every customer, partner and employee of @SAP - as @BillRMcDermott says, the best is yet to come! #The…\n\n
7240                                                                                                                                                                            Yeah. We got some meal vouchers to @McDonalds so... at least there’s that. Just send me a new plane and we’ll call it even, ok?\n\n
7241                                                                                                                                                                                                                     All answered @amazon \n\n\n\n\n\n\n#Quiztimemorningswithamazon https://t.co/alDPBOywCQ\n\n
7242                                                                                                                                                                                                                                                         @reeses @amazon A, B, and C #NotSorry #Sweepstakes\n\n
7243                                                                                                                                                                                        Check out Art Through the Star Stream Oracle. Brand New, Free Shipping, Priority  https://t.co/0TRetfDwNr via @eBay\n\n
7244                                                                                                                                                                 RT @TheVolawatcher: China CA balance exp to change negative in 2019\n\n\n\n\n\n\n\n\n\n\n\n\n\ngraph @DeutscheBank https://t.co/5z4AFyeHPQ\n\n
7245                                                                                                                                                                                           ECR4Kids Softzone Children's Playroom Furniture, Assorted (8-Piece) ECR4Kids https://t.co/Ejiv7IH8Bh via @amazon\n\n
7246                                                                                                                                                                                                                        Check out Hasbro Joe Namath 1993 Doll 12" #HASBRO https://t.co/KE6G0E9mfg via @eBay\n\n
7247                                                                                                                                                                                 Check out AUTHENTIC CHANEL BLACK CLASSY ANKLE BOOTS SHOES, SIZE 39, $1500 SEXY&amp; STUNNING https://t.co/oMf3MElORP @eBay\n\n
7248                                                                                                                                                                                                 Hey @amazonecho, you need to offer streaming capabilities for @Spotify free users, like @Google Home does.\n\n
7249                                                                                                                                                               RT @BankofAmerica: Celebrate the love we have for each other at @PRIDELasVegas October 19, and show the world we can all bank on love. #Lov…\n\n
7250                                                                                                                                                                   RT @Sony: Death is only the beginning. The Possession of Hannah Grace, in theaters November 30. #PossessionMovie https://t.co/64McAU5fBa\n\n
7251                                                                                                                                                                                                                           RT @jpmorgan: Global beer drinking is on the decline, except in these countries.\n\n
7252                                                                                                                                                                RT @salesforce: Trust in companies is at a low point, says Salesforce Chief Innovation Officer @simonmulcahy and @WEF's @nickdavis97. This…\n\n
7253                                                                                                                                                                                  RT @cammellieri: #BatBMagic  \n\n\n\n\n\n\n#BatB "Held Hostage" \n\n\n\n\n\n\n@netflix @NetflixIT https://t.co/OxFdNPW1m3\n\n
7254                                                                                                                                                 RT @cammellieri: Vincent leaves before Gabe gets to tell him that Tori is also in there.😎\n\n\n\n\n\n\n    #BatBMagic #BatB @netflix @NetflixIT https://…\n\n
7255                                                                                                          RT @Walmart: @BTSxMidAtl "24 hours isn’t enough\n\n\n\n\n\n\nCan’t afford to be confused\n\n\n\n\n\n\nI do my thang (I do my thang)\n\n\n\n\n\n\nI love shopping at WALMART!!!" \n\n\n\n\n\n\n🤣…\n\n
7256                                                                                                                        RT @DeborahAnnWoll: 18 DAYS until @daredevil Season 3!!! October 29th on @netflix !! \n\n\n\n\n\n\n\n\n\n\n\n\n\nThese are stills from S1E6 Condemned \n\n\n\n\n\n\nRT https://t.c…\n\n
7257                                                                                                                                                               @AmazonHelp @amazon @JeffBezos it look like everyday customer care executive will ask me about, did I fill/update m… https://t.co/X2Aw7BFZGa\n\n
7258                                                                                                                                                               RT @TMobile: Every home run this @MLB Postseason = a $5k donation, and every tweet with #HR4HR is another $1 to @TeamRubicon’s hurricane re…\n\n
7259                                                                                                                                                                                                                         @Tesco Hi Holly, order reference497672. Just sent you my details through PM @Tesco\n\n
7260                                                                                                                                                                              Check out My Weight Loss Chart, 2 Stone - 10 Stone, Slimming Chart, Dieting Chart, Sticker  https://t.co/RhmRRpuTjo via @eBay\n\n
7261                                                                                                        RT @gladwethoughtof: #newbook Halloween Pumpkin, where are you? \n\n\n\n\n\n\n\n\n\n\n\n\n\nAn instant #classic #Halloween #book\n\n\n\n\n\n\n\n\n\n\n\n\n\n#shopnow @amazon &amp; @barnesandnoble…\n\n
7262                                                                                                                                                               RT @LSUfootball: Josh Iverson, senior graphic designer at @Nike, immersed himself in the history of @LSU to design the alternate uniform. #…\n\n
7263   RT @d_robby3: Foo Fighters\n\n\n\n\n\n\n\n\n\n\n\n\n\n-  R U N !  -\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/U0Op7iwJlf\n\n\n\n\n\n\n\n\n\n\n\n\n\n@JACK\n\n\n\n\n\n\n@JeffBezos\n\n\n\n\n\n\n@amazon\n\n\n\n\n\n\n@baptistpress\n\n\n\n\n\n\n@cnalive\n\n\n\n\n\n\n@usccbfreedom\n\n\n\n\n\n\n@MormonNe…\n\n
7264                                                                                                                                                         RT @BMW: Increased battery range for an enhanced driving pleasure. The new #BMW #i3. \n\n\n\n\n\n\nhttps://t.co/PBPsioIp1w https://t.co/I69ZpIuVuJ\n\n
7265                                                                                                                                                      @ATT lie. \n\n\n\n\n\n\nOn the phone for 20 minutes to hear that the department is closed. Call back during particular hours. https://t.co/spguxRV8z1\n\n
7266                                                                                                                                                               RT @Daddy_Warpig: If you own a Mac and have a lot of ebooks you didn’t buy from @Apple, don’t upgrade to Mojave: the new Books app will del…\n\n
7267                                                                                                                                                               RT @DrGreenThumb45: @Sekusa1 @Teresag99481885 @JoeBiden @CBS If he does, we’re doing a go fund me, to create #CreepyJoePedo ads ALL OVER th…\n\n
7268                                                                                                                                                               @them @Google voting for #CrookedDems is voting your own room - all they leave in their wake is dystopia, failed co… https://t.co/91qswtZcmW\n\n
7269                                                                                                                                                       How am I supposed to get over the fact that @EverythingSuxTV got cancelled?! I neeed MORE\n\n\n\n\n\n\n@netflix DO SOMETHING https://t.co/axpxB2Wp8D\n\n
7270                                                                                                                                                                @IngrahamAngle Dont even understand why people have @facebook pages, especially if your going to post conservative… https://t.co/7mGajIeEcf\n\n
7271                                                                                                                                                               RT @jamiemcmurray: What’s your favorite @McDonalds #TrickTreatWin @TeamChevy Camaro ZL1 for @kansasspeedway? RT for purple, LIKE for yellow…\n\n
7272                                                                                                                                                               RT @jamiemcmurray: What’s your favorite @McDonalds #TrickTreatWin @TeamChevy Camaro ZL1 for @kansasspeedway? RT for purple, LIKE for yellow…\n\n
7273                                                                                                                                                               RT @josh_emerson: If this an actual Saudi influenced operation, I can guarantee they are on @facebook and @instagram too.  Keep your eyes o…\n\n
7274                                                                                                                                                               @PaulDoroshenko @Ford I think might have bought a company I worked with back ~1999, made an electric Mercedes, boug… https://t.co/aUf30Vj69Z\n\n
7275                                                                                                                                                                              Check out Learning Resources MathLink Cubes, Set of 100 / Educational Counting Toy, Set of  https://t.co/8rBUW1llUX via @eBay\n\n
7276                                                                                                                                                                                     Magic Pet Bracelet Twisty Petz Funny DIY Creative Animal Magical Bangle UK\n\n\n\n\n\n\n@Apple https://t.co/n6mWKyulVK\n\n
7277                                                                                                                                                           RT @DailyFinds4U: 3 Reasons to Visit: the Northern Lights scenery &amp; nature ... Great savings on hotels in Tromsø, Norway at @bookingcom onl…\n\n
7278                                                                                                                                                                          Check out Crash: Tag Team Racing (Nintendo GameCube, 2005) ***COMPLETE w/ MANUAL &amp; CASE***  https://t.co/vlcUrRc7oe via @eBay\n\n
7279                                                                                                                                                                                Check out this Amazon deal: DEX FIT Level 5 Cut Resistant Gloves Cru553, ... by DEX FIT https://t.co/XnMnxPqK5H via @amazon\n\n
7280                                                                                                                                                               RT @joeylogano: APPEARANCE ALERT - I'll be at the Sam's Club in Kansas City, KS with @CocaCola at 6:45 PM tomorrow. Come say HEY! #CokePart…\n\n
7281                                                                                                                                                                 RT @Timobros: From the bottom of my heart. Enjoy #ThenightcomesforUs , encourage your (adult) friends,families to watch it via @netflix .…\n\n
7282                                                                                                                                                  From the @Toyota newsroom today - Rally de Espana: Preview\n\n\n\n\n\n\nToyota Yaris WRC set for a crucial test on both gravel a… https://t.co/LGpaSHxH3o\n\n
7283                                                                                                                                 RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. Good luck! \n\n\n\n\n\n\n\n\n\n\n\n\n\n#C2BGiv…\n\n
7284                                                                                                                                                                    RT @flippinsuzy: Check out Vintage The Kitchen Prayer Wall Hanging Plate 10 1/2 " Home Kitchen Decor  https://t.co/fXrhbCZ2gT via @eBay\n\n
7285                                                                                                                                                                                  Check out Black white matrix 21x36"grill cloth/fabric amp speaker cabinet #KLDguitaramp https://t.co/eOkYvH6gNm via @eBay\n\n
7286                                                                                                                                                                              Check out Real Raw Amethyst, Garnet, Herkimer Diamond Gold Eletcroplated Connector Jewelry  https://t.co/EhB2E56X0O via @eBay\n\n
7287                                                                                                                                     @Disney @WaltDisneyCo @Disneyland @DisneyParks \n\n\n\n\n\n\n\n\n\n\n\n\n\nWe the people demand that you make @jasoninthehouse (Jason Chaffet… https://t.co/anWcLURDWd\n\n
7288                                                                                                                                                               @Walmart Hey, pls play more of @BTS_twt songs, if you could play their other older songs that would be nice too. Pu… https://t.co/NJ2M6JnORu\n\n
7289                                                                                                                                                                                             Check out HANDMADE PERSONALISED CHRISTMAS POLAR BEAR CARD MUM ,DAD ,SON,DAUGHTER https://t.co/S7oPyGh7qK @eBay\n\n
7290                                                                                                                                                                                    Ideal Total Action Football: The Fast Paced, Realistic, Table Top Soccer Game! #Ideal https://t.co/BnBOMMLgYT via @eBay\n\n
7291                                                                                                                                                               RT @Reuters: Two @Reuters journalists, Wa Lone and Kyaw Soe Oo, have been imprisoned in Myanmar since Dec. 12, 2017. Follow the case: https…\n\n
7292                                                                                                                                                                RT @jk2791: @easyJet We are awaiting a response from sending a claim form due to you losing our car seat both times, resulting in me hVing…\n\n
7293                                                                                                                                                                 RT @Timobros: From the bottom of my heart. Enjoy #ThenightcomesforUs , encourage your (adult) friends,families to watch it via @netflix .…\n\n
7294                                                                                                                                                               Thank you Soso for inspiring women to become leaders of today. With the help of @Cisco and @glblctzn, anything is p… https://t.co/LBvooiv2wa\n\n
7295                                                                                                                                                               RT @Reuters: Two @Reuters journalists, Wa Lone and Kyaw Soe Oo, have been imprisoned in Myanmar since Dec. 12, 2017. Follow the case: https…\n\n
7296                                                                                                                                                  RT @im_kumarg: @bookingcom \n\n\n\n\n\n\nBooked a guest house from https://t.co/0nKJq9y0V6 in Ooty. Payment successfully completed. Guest house owner de…\n\n
7297                                                                                                                                                                                    Check out Vintage Welmon by Wembley LEATHERBACK SATINS Tie 55" X 3 3/4" #Wembley #Tie https://t.co/0rD3vUGr1P via @eBay\n\n
7298                                                                                                                                                   Its Question time...what is a #computer\n\n\n\n\n\n\n#kids #AfricaCodeWeek #google #fun #code @LearnFactoryNG @Google @icukaegbu https://t.co/SGfSTlnequ\n\n
7299                                                                                                                                                               @BMW is a good product, fantastic car, PMB is slow, ineffective and a failure. Defaming a company’s logo as a way o… https://t.co/EQjm3UX02j\n\n
7300                                                                                                                                                  RT @Reuters: EU's Barnier says Brexit deal 90 percent done https://t.co/770EMJaeiG\n\n\n\n\n\n\nHunts ideas on solving Irish backstop https://t.co/Usrfs…\n\n
7301                                                                                                                                                               RT @ChicagoJVP: Sign the petition from @7amleh and @jvplive, tell @Google: "There is such a thing as a Palestinian" #GoogleMapPalestine htt…\n\n
7302                                                                                                                                                                                                   @mariebudgie1 @McDonalds It's been ages since I've been in one tbh.\n\n\n\n\n\n\nI won't be rushing back\n\n
7303                                                                                                                                                               @FordPerformance @Ford oh man I'm in love, once the final numbers coming out ford fans will be treated with an amaz… https://t.co/kBUnymEoBy\n\n
7304                                                                                                                                                               @Daredevil @Marvel @netflix Congrats to you all for a phenomenal job on that prison scene in Episode 4 of Season 3,… https://t.co/D7aMIAI4Lw\n\n
7305                                                                                                                                                               RT @LeehamNews: Thank you @Boeing. The @futureofflight had been a tired, uninspired museum for decades, not worth the admission. Boeing wil…\n\n
7306                                                                                                                                     RT @pscoordsen13: Beauty And The Beast S2 Ep11 “Held Hostage”\n\n\n\n\n\n\n\n\n\n\n\n\n\n#BatBMagic #BatB \n\n\n\n\n\n\n\n\n\n\n\n\n\n@netflix https://t.co/5MW8x5epa2\n\n
7307                                                                                                                                                                 RT @Timobros: From the bottom of my heart. Enjoy #ThenightcomesforUs , encourage your (adult) friends,families to watch it via @netflix .…\n\n
7308                                                                                                                                                               RT @wikepedia2: You can delete your mess , do not worry @Reuters did delete their mess before, @washingtonpost did , @CNN did and @AJArabic…\n\n
7309                                                                                                                           @Reuters Biryani – Isfahan’s best-known dish\n\n\n\n\n\n\n👇\n\n\n\n\n\n\nhttps://t.co/CJNEj3P0xE …\n\n\n\n\n\n\n\n\n\n\n\n\n\n #Biryani #Isfahan #Iran… https://t.co/zW1y5Ke4I7\n\n
7310                                                                                                                                                         .@GoogleAI claims 99% accuracy in metastatic breast cancer detection.\n\n\n\n\n\n\nA division within @Google dedicated to… https://t.co/rYO3lr0d7l\n\n
7311                                                                                                                                                               @gatorfanscott @Reuters Hey pretend victim, I’m still waiting on a tangible reason why you think the white man is t… https://t.co/Gt2WQUa7SK\n\n
7312                                                                                                                                                                                                            RT @Toyota: With a name like #Supra, you have to own it! #ShowYourSupra https://t.co/Qb9wYZabR3\n\n
7313                                                                                                                                                                     RT @Reuters: As the Jamal Khashoggi crisis grows, the Saudi king asserts his authority https://t.co/dN8FBhQnQr https://t.co/FY910AdOtU\n\n
7314                                                                                                                            Barista at @Starbucks to a customer in line: “Happy Friday!!” \n\n\n\n\n\n\n\n\n\n\n\n\n\nHe responds: “What’s so damn happy about it?” \n\n\n\n\n\n\n\n\n\n\n\n\n\n#ICanRelate\n\n
7315                                                                                                                                                                                                                            RT @Walmart: @ConniemelissaB Of course! Don't forget, Love Yourself. ❤ #BTSArmy\n\n
7316                                                                                                                                                                                                                                                                 @facebook  WHY, WHY, WHY HE IS HATED IN UK\n\n
7317                                                                                                                                                                     RT @PriyankaVarsan1: Grenade CARB KILLA 12x60g BARS - ANY COMBO - YOU DECIDE - BEST PRICE\n\n\n\n\n\n\n@Google https://t.co/kLhndWDewu\n\n
7318                                                                                                                                                                                                                     RT @Reuters: P&amp;G, Honeywell soothe Wall St. after sell-off https://t.co/EsKWTmRlKl\n\n
7319                                                                                                                                                                                                                     RT @Reuters: P&amp;G, Honeywell soothe Wall St. after sell-off https://t.co/EsKWTmRlKl\n\n
7320                                                                                                                                                           RT @trehunterstrove: Check out Horror DVD Lot of 4 Movies - Omen, Saw 2, Hide &amp; Seek, Paranormal Activity  https://t.co/5sdA8zhKIu via @eBay\n\n
7321                                                                                                                                                                RT @beberly18: Is it just me, or does @dennyhamlin appear constipated and not looking to enjoy an ice cold @CocaCola 🤷‍♂️ https://t.co/vcEQ…\n\n
7322                                                                                                                                                               RT @EJXD2: Please forgive this @facebook cross post, but I really want to share this with everyone here who have read about EJ for 7+ years…\n\n
7323                                                                                                                              Dear @facebook we want our most popular Marathi page back !!\n\n\n\n\n\n\nFB user name - @Maharashtrians Meme\n\n\n\n\n\n\n\n\n\n\n\n\n\n@fbnewsroom… https://t.co/OHhxfeyOyf\n\n
7324                                                                                                                                                               @shadowandact @Blavity @shondarhimes @netflix Don't get me wrong. She's making a ton of money, but I thought Ryan M… https://t.co/ECTFonA9EJ\n\n
7325                                                                                                                                                               RT @LaydenRobinson: "There is nothing in the #past . There is only the #PRESENT " https://t.co/S5eDZo2JQo   @amazon #FridayReads #Spiritual…\n\n
7326                                                                                                                                     RT @joelleeman: Hey @OneYoungWorld community, can you help amplify? \n\n\n\n\n\n\n\n\n\n\n\n\n\nToday marks the 312th day my @Reuters colleagues have been imprisoned…\n\n
7327                                                                                                                                                               RT @bobarcher2010: Explaining the company's "Lens to the Living Room" capabilities, @SonyProUSA lays out how @Sony 's divisions help one an…\n\n
7328                                                                                                                                                                       RT @LEGO_Group: When you finally reach Friday after a long, long week. 🤗 #FridayFeeling #LEGODisney @Disney https://t.co/oESESLqivJ\n\n
7329                                                                                                                                     RT @GhouliaChilds: Lightning Deal! Limited time\n\n\n\n\n\n\nAIR FRYER Family Size 4.5Qt\n\n\n\n\n\n\n[affiliate link] https://t.co/wsBIu1tUzF via @amazon https://t.…\n\n
7330                                                                                                                                                               @McDonalds, I don’t understand why you have not stopped the abuse in your supply chain! More than 100 restaurant ch… https://t.co/HkQUwZy7hb\n\n
7331                                                                                                                                                                             RT @aniiket03: We want back @MaharashtriansM page on facebook.\n\n\n\n\n\n\n@facebook  \n\n\n\n\n\n\n#ReviveMaharashtriansMeMe\n\n
7332                                                                                                                                                                RT @ProcterGamble: We released results for the first quarter of our 2019 fiscal year. Our focus on superiority, productivity and improving…\n\n
7333                                                                                                                                                                         RT @ghe_majha: Bring back maharashtriansmeme back\n\n\n\n\n\n\n@facebook  @SanketJhaSaurabh\n\n\n\n\n\n\n#ReviveMaharashtriansMeMe\n\n
7334                                                                                                                                                               RT @Apple: iPhone XR. Breakthrough camera system with Depth Control. Advanced Face ID. A12 Bionic, the smartest, most powerful chip in a sm…\n\n
7335                                                                                                                                                                RT @LeaveEUOfficial: Amid accusations of political bias, why has @facebook hired Remoaner Nick Clegg to head up global affairs? Was it his…\n\n
7336                                                                                                                                     Just got done watching "#Apostle" on @netflix.\n\n\n\n\n\n\n\n\n\n\n\n\n\nAnyone else start holding the top of their heads when they "purifie… https://t.co/322RMA5VlQ\n\n
7337                                                                                                                                                                                     RT @carolecadwalla: Here we go...\n\n\n\n\n\n\nHow did @facebook think this was going to play? https://t.co/3r4X0ve2MU\n\n
7338                                                                                                                                          RT @Nissan: Our kind of pumpkin spice. 😏 \n\n\n\n\n\n\n#OMGTR #R35 #NissanGTR \n\n\n\n\n\n\n📷: jbt_creations\n\n\n\n\n\n\n🚗: lodhilife https://t.co/6zqFYQC7Kk\n\n
7339                                                                                                                                                  @facebook Disabled veteran says Facebook blacklisted him\n\n\n\n\n\n\nOn 'The Ingraham Angle,' combat veteran Brian Kolfage says… https://t.co/uvCtaoU9b8\n\n
7340                                                                                                                                                                                                                   Check your bills, check your bank account, @ATT stealin money from everybody up in here!\n\n
7341                                                                                                                                                               @Starbucks if I spend almost $4 for hot chocolate I expect a full cup, since I mobile ordered I can’t complain unti… https://t.co/9HV5h92nQj\n\n
7342                                                                                                                                                                                                                                @BH_AHughes @Starbucks "pronounced with an Umpty" is still my favorite line\n\n
7343                                                                                                                                                               RT @Apple: iPhone XR. Breakthrough camera system with Depth Control. Advanced Face ID. A12 Bionic, the smartest, most powerful chip in a sm…\n\n
7344                                                                                                                                                                       RT @thriftyfifty6: #Crystal Set of Two #CoupeWine Glasses, Cut Pattern, Thumbprints, 4 5/8 Inches  https://t.co/kAnwI0RsAV via @eBay\n\n
7345                                                                                                                                                                              Check out Charley Harper Hand Painted Needlepoint Canvas CATNIP 13:1 Mesh NEW 14" x 11.25"  https://t.co/qNpsLn825g via @eBay\n\n
7346                                                                                                                                                  RT @hillharper: So EXCITED TODAY #BeTheArchitect is the @amazon DEAL OF THE DAY!\n\n\n\n\n\n\nGet 25% off all products - one day only! #amazon #amazonde…\n\n
7347                                                                                                                                                                            When we use someone else’s great idea, we like to give them credit. Thanks @Apple. 💪🏻 #Elixirr #MSH… https://t.co/6ari6zlASE\n\n
7348                                                                                                                                                                         Here is something else Nick Clegg will fail at\n\n\n\n\n\n\n😂😂😂 @facebook you are welcome to have one of our failed politicians\n\n
7349                                                                                                                                                               RT @robinpowered: What could be easier than 1-touch room booking? Hands-free, voice-activated speaker booking. Look for an @amazon Alexa in…\n\n
7350                                                                                                                                                               @McDonalds @panerabread, we used to call your ordering kiosks vending machines and avoided them if at all possible.… https://t.co/m810MiVZgu\n\n
7351                                                                                                                                                                        Check out Roper Sandals  Brand New in Box Tan Straps, Nail Heads and crystals No Heel Supe #ROPER https://t.co/fzaPRyiRma via @eBay\n\n
7352                                                                                                                                     RT @TMobile: Let’s keep it going! \n\n\n\n\n\n\n\n\n\n\n\n\n\nFor every tweet with #HR4HR we’re donating $1 to @TeamRubicon’s hurricane recovery efforts. https://t.c…\n\n
7353                                                                                                                                                                       RT @oyoyoy: Sure, you can trust @facebook! they have AI and a brand new War Room!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/YFEomJPKDg\n\n
7354                                                                                                                                                                                                                                      RT @Disney: In 2 months, #MaryPoppinsReturns. https://t.co/eVwUC84OtB\n\n
7355                                                                                                                                                               RT @Tom_Rooney1: Apparently stating facts is now considered "hate speech" by the #NPCs drones over in @facebook I got a 30 day for this com…\n\n
7356                                                                                                                                                                                                                                      RT @Disney: In 2 months, #MaryPoppinsReturns. https://t.co/eVwUC84OtB\n\n
7357                                                                                                                                                                                                                                          @RuPaulsDragRace @netflix Mother, we're here and ready to sashay!\n\n
7358                                                                                                                                                                                                                                      RT @Disney: In 2 months, #MaryPoppinsReturns. https://t.co/eVwUC84OtB\n\n
7359                                                                                                                                                                                                                                      RT @Disney: In 2 months, #MaryPoppinsReturns. https://t.co/eVwUC84OtB\n\n
7360                                                                                                                                                               RT @Reuters: Activists gather in Washington, D.C. to demand the Trump administration take action against Riyadh following the di… https://t…\n\n
7361                                                                                                                                                               RT @spoonen: The world's leader in Apps, @SAP, partners with world's leader in #HyperConverged, @DellTech @VMware @VxRail @VMwareVSAN for #…\n\n
7362                                                                                                                                                                                             Live and backstage at #DX18, listening to Celine Del Genes from @adidas talking about  https://t.co/lVii5JFrkN\n\n
7363                                                                                                                                                               RT @MorganStanley: Children who have savings accounts in their own name are more likely to develop the habit of saving money as adults, res…\n\n
7364                                                                                                                                                               @danieljsiegel @AmericanExpress Thank you, I would not have access to Merchant Accounts. I would contact us and esc… https://t.co/Sbti8RktWj\n\n
7365                                                                                                                                                                              Check out 24K PURE EDIBLE GOLD REAL GENUINE LEAF LEAVES SHEET GILDING 1.18" CRAFT MASK SPA  https://t.co/mlomXtVaJ1 via @eBay\n\n
7366                                                                                                                                                                              Check out 100 24K EDIBLE GOLD LEAF SHEET PURE REAL GENUINE LEAVES GILDING 1.18" CRAFT MASK  https://t.co/VHJ60eZDmo via @eBay\n\n
7367                                                                                                                                                               RT @Reuters: Activists gather outside the embassy of Saudi Arabia in Washington, D.C. to demand the Trump administration take ac… https://t…\n\n
7368                                                                                                                                                                                                                                      RT @Disney: In 2 months, #MaryPoppinsReturns. https://t.co/eVwUC84OtB\n\n
7369                                                                                                                                                                At @SAP, our Experts are 22,000+ highly diverse functional and technical leaders from around the world. The Expert… https://t.co/7dk9awue6Q\n\n
7370                                                                                                                                                               Congrats to our Club member, Jordan D., who was selected as a @BGCA_Clubs and @UPS Foundation - UPS Road Code Ambas… https://t.co/wK5Og2ZVMQ\n\n
7371                                                                                                                                                                                                 Yo @nikestore what’s going on with the react element 55’s. I wanna cop, but where to cop?!?? @NikeUK @Nike\n\n
7372                                                                                                                                                                                  RT @RachaelTaylorD2: @futureleanne @Sony Absolutely, Time team fashion! ❤️ #SaveTimeless #Timeless https://t.co/QHvDu3MEjm\n\n
7373                                                                                                        RT @gladwethoughtof: #newbook Halloween Pumpkin, where are you? \n\n\n\n\n\n\n\n\n\n\n\n\n\nAn instant #classic #Halloween #book\n\n\n\n\n\n\n\n\n\n\n\n\n\n#shopnow @amazon &amp; @barnesandnoble…\n\n
7374                                                                                                                                       RT @ImSuyogSawant: @facebook  \n\n\n\n\n\n\nBring our laughter back \n\n\n\n\n\n\nMaharashtrians Meme is no more on Facebook \n\n\n\n\n\n\n#ReviveMaharahstriansMeme\n\n
7375                                                                                                                                                                           Check out Harley Davidson Poker Chip (Black &amp; White) "Barnett El Paso" TX WORLD'S LARGEST  https://t.co/47cjPCQvM3 via @eBay\n\n
7376                                                                                                                                                               RT @witzjd: Thank you @Microsoft for redirecting https://t.co/hgKjTMZWnT to Bing - how did you even do this? Shady people, very shady @goog…\n\n
7377                                                                                                                                                               RT @Reuters: Activists gather in Washington, D.C. to demand the Trump administration take action against Riyadh following the di… https://t…\n\n
7378                                                                                                                                  NEVER SAY NEVER\n\n\n\n\n\n\n\n\n\n\n\n\n\nCharmed Season 9. PRUE PIPER PHOEBE PAIGE.\n\n\n\n\n\n\n\n\n\n\n\n\n\nMake it happen @netflix #charmed https://t.co/GEua9jBNQ4\n\n
7379                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7380                                                                                                                                                               @Google is hosting a TensorFlow event in Zurich on Oct 29 covering the latest developments, technical talks and dem… https://t.co/8s2RbMDJDB\n\n
7381                                                                                 RT @victorgodonc: @PlayStation @Sony Playstation used Screeching\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt was super effective!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SenranKagura\n\n\n\n\n\n\n$SNE\n\n\n\n\n\n\n#ItsTimeToSwitch #PSBlog #PS4…\n\n
7382                                                                                                                                                               RT @MJ4KSA: @takriti @FIIKSA @HSBC Its pity to see how #FakeNews Influence "leaders". Once the truth reveals soon for the favor of the good…\n\n
7383                                                                                                                                                                                                                    Moody ✨ \n\n\n\n\n\n\n(📸: @Adventure_Drew)\n\n\n\n\n\n\n@Sony https://t.co/7EkR4YdX6O\n\n
7384                                                                                                                                                                                      From @nick_clegg's @facebook page:\n\n\n\n\n\n\n"Nick has not made any posts recently.\n\n\n\n\n\n\nPosts from 2012".\n\n
7385                                                                                                                                                                 RT @vernhenze: Check out Pair Glass Candlestick Holders, Small, Clear, 8 pointed design, tapered candle  https://t.co/5n39vzoqqu via @eBay\n\n
7386                                                                                                                                                                                                                            RT @y3_rb: @Reuters They are Homeless, give him money they will say what u want\n\n
7387                                                                                                                                                                                                                            @GulJammas @BMW no, returned to islamabad, will post the sarghoda pics tomorrow\n\n
7388                                                                                                                                                                                  @KoblerinPAK @BMW https://t.co/Gedaq1gbt0\n\n\n\n\n\n\n\n\n\n\n\n\n\nThis was pretty cool by @Audi a couple of years ago.\n\n
7389                                                                                                                                                                       RT @MattiReynard: Happy otterly #FursuitFriday with @PoodleCarpets, presented by @Honda Civic. #wpafw #honda https://t.co/6P0zRGoO6o\n\n
7390                                                                                                                                                   RT @genmitsu: #GothamNeedsYou so please #SaveGotham\n\n\n\n\n\n\n@warnerbrostv @TheCW @TheDCUniverse @netflix @AmazonStudios @nbc @HBO @GothamTVWriters…\n\n
7391                                                                                                                                                                                                                                            Hey @HP \n\n\n\n\n\n\n\n\n\n\n\n\n\nYour products fucking suck.\n\n
7392                                                                                                                                                               RT @Apple: iPhone XR. A12 Bionic, the smartest, most powerful chip in a smartphone, water resistance and more. It’s brilliant. In every way.\n\n
7393                                                                                                                                                                RT @almostjingo: Activists are the new protected class, Mary Bono fired for tweeting a photo of a @Nike shoe and saying it was unfortunate…\n\n
7394                                                                                                                                                                       Check out Kichler 45701NBR Signata 1 Light 6" Natural Brass Wall Bracket Wall Light Pair  #Kichler https://t.co/pk7Imxn1Mw via @eBay\n\n
7395                                                                                                                                                                RT @almostjingo: Activists are the new protected class, Mary Bono fired for tweeting a photo of a @Nike shoe and saying it was unfortunate…\n\n
7396                                                                                                                                                  RT @Awad_alfayadh: @ewither @SarahDadouch \n\n\n\n\n\n\nThese 2 correspondents working for @Reuters  based in Istanbul , they are the source of all fals…\n\n
7397                                                                                                                                                  RT @3nadz: @realDonaldTrump @Reuters the problem is this Newspaper is BIG and has readers.\n\n\n\n\n\n\n@cnn @Reuters and many, I think they Just want t…\n\n
7398                                                                                                                                                 RT @Agostinozoida: Set an Alarm... Oct 30th! Uncle Joey is coming to your living rooms only on @netflix #Allhallowseve @madflavor 🐐 \n\n\n\n\n\n\nBoo Co…\n\n
7399                                                                                                                                                               RT @jeffastrof: Hey @nbc, @netflix, @PrimeVideo, @hulu how many of your shows are so good that THIS scene gets cut: #savetrialanderror http…\n\n
7400                                                                                                                                                                RT @colesprouse: New Cover and story for @ASOS mag. Sell some lemonade, earn that cash, then spend it all on this issue. Send the magazine…\n\n
7401                                                                                                                                                               RT @Ford: You can keep dreaming of the future. We'll be over here—building it. By 2020, 75% of the Ford vehicle lineup will be all-new. #Bu…\n\n
7402                                                                                                                                                  RT @3nadz: @realDonaldTrump @Reuters the problem is this Newspaper is BIG and has readers.\n\n\n\n\n\n\n@cnn @Reuters and many, I think they Just want t…\n\n
7403                                                                                                                                             Beautiful @Disney #Love #Medley – perf. by #Voctave feat. @JeremyMichael22 &amp; @kirstin_taylor:\n\n\n\n\n\n\nhttps://t.co/wMl0G7alj8\n\n\n\n\n\n\n#acappella\n\n
7404                                                                                                                                                                     RT @southwalsesvans: Look at our new stock on @eBay: http://t.co/sNxXp2YC9X\n\n\n\n\n\n\n#vansforsale #pontypridd #vdub #vwtransporter\n\n
7405                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7406                                                                                                                                 RT @esportslaw: It's official, @Nike has found it's entry point in esports - using Uzi to help promote @KingJames new series "Dribble&amp;".\n\n\n\n\n\n\n\n\n\n\n\n\n\nR…\n\n
7407                                                                                                                                                                                                                  RT @Disney: Oh, boy! A work of art for a True Original. #Mickey90 https://t.co/SoQAG2gfpE\n\n
7408                                                                                                                                                                                                               RT @Microsoft: Enter our #MicrosoftAI contest, share your model and it could land on AI.lab:\n\n
7409                                                                                                                                                                                                                 @Reuters I thought the "celebrities" were going to leave the country if Trump was elected?\n\n
7410                                                                                                                                      RT @IUPUIJaguars: S/O to @UniWatch with some love. @IUPUIMensBball is looking forward to reppin' the @adidas stripes this season! \n\n\n\n\n\n\n\n\n\n\n\n\n\n#HLMBB…\n\n
7411                                                                                                                                                                                                                                                     @Reuters play it in reverse, you hear the marseillaise\n\n
7412                                                                                                                                                  RT @Awad_alfayadh: @ewither @SarahDadouch \n\n\n\n\n\n\nThese 2 correspondents working for @Reuters  based in Istanbul , they are the source of all fals…\n\n
7413                                                                                                                                   RT @GlblCtzn: 🔋The Power of Connectivity with @Cisco 🔌 \n\n\n\n\n\n\n\n\n\n\n\n\n\nA year ago, after Hurricane Maria battered the United States territory of Puerto R…\n\n
7414                                                                                                                                                                RT @DonaldBestCA: If you missed the story of #Whistleblower @nw_nicholas Nicholas Wilson's fight to expose @HSBC bank's #corruption, it is…\n\n
7415                                                                                                                                                                                Check out LEADED MOSAIC GLASS COVERED JAR - Gold, Amber and Burgundy Mosaic Glass Pieces  https://t.co/irNsDWjLek via @eBay\n\n
7416                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7417                                                                                                                                                                              Check out NWOT HOLIDAY HOME BUTTER DISH - Glazed Ceramic, White Plate and MultiColor Cover  https://t.co/VJUNyZUt4Q via @eBay\n\n
7418                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7419                                                                                                                                                   Check out this #handmade mini snowman ornament https://t.co/lGGMgYgAJU via @eBay\n\n\n\n\n\n\n\n\n\n\n\n\n\n#freeshipping #ebay… https://t.co/f4XE1uuCHj\n\n
7420                                                                                                                                                               @H_Combs @netflix No shade fellow fans, but Willow Rosenberg is a more iconic witch than any of the Charmed Ones. T… https://t.co/bk40FEhZGi\n\n
7421                                                                                                                                     RT @TheFarmGroup: Watch @DerrenBrown #Sacrifice on @NetflixUK @netflix today! \n\n\n\n\n\n\n\n\n\n\n\n\n\nPosted @TheFarmGroup #Farm4Life #FarmLondon https://t.co/lH…\n\n
7422                                                                                                                                                                RT @LeaveEUOfficial: Amid accusations of political bias, why has @facebook hired Remoaner Nick Clegg to head up global affairs? Was it his…\n\n
7423                                                                                                                                                               @PlusUlt61261154 @RichSTruett @GM @Ford How about the new Audi A8's Level 3 "no eyes/no hands) system on limited ac… https://t.co/A5h6zmxESQ\n\n
7424                                                                                                                                                                                                                     @ATT is really disappointing. Honestly, I don’t know why I keep staying with them 😔🙁\n\n
7425                                                                                                                                                                     RT @celtics: According to tonight's @generalelectric Gameday Analytics, @FCHWPO is the player to watch tonight https://t.co/QS31gJl4gI\n\n
7426                                                                                                           RT @BFScreenwriter: 🌌#Torus_I🌌Will mankind survive?☢️\n\n\n\n\n\n\n#amwritingscifi #scifi #amwriting\n\n\n\n\n\n\n@amazon @AmazonKindle\n\n\n\n\n\n\n@AmazonUK @BookBub\n\n\n\n\n\n\n@BuzzFeed…\n\n
7427                                                                                                                                                                RT @Reuters: The Vatican says Pope Francis is willing to make an unprecedented visit to North Korea, but that some conditions will have to…\n\n
7428                                                                                                                                                              Ding ding ding - we have a winner! 🎉Congrats to Britt of @BIDMCneo, the winner of our $100 @amazon gift card giveaw… https://t.co/lcZG8hiWjl\n\n
7429                                                                                                                                                            RT @BTSxMidAtl: @Walmart @BTSx50States @BTS_twt should definitely be added to your playlists.\n\n\n\n\n\n\n#PCAs #TheSong #IDOL\n\n\n\n\n\n\n💍\n\n
7430                                                                                                                                                               RT @Tesco: To fight #PlasticWaste, we’ve introduced a ‘BYO containers’ policy at our deli counters. We’ll wrap your food in recyclable pape…\n\n
7431                                                                                                                                                                                     Check out Reebok CFL Edmonton Eskimos jersey (adult size 2XL, slightly used) #Reebok https://t.co/zCNmw53rgu via @eBay\n\n
7432                                                                                                                                                   RT @Shaifany: @Reuters So, it was #FakeNews again!!\n\n\n\n\n\n\nAre you kidding me!! All your news has become #FakeNews and you are still sharing it!!…\n\n
7433                                                                                                                                                                         Check out NEW 2018 JOJO SIWA MY LIFE AS 18" DOLL 9 pc Outfit / Clothes Set Unicorn Shirt #MyLife https://t.co/mzalYNQbON via @eBay\n\n
7434                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7435                                                                                                                                                               @Mr_Alhariry @washingtonpost @Uber @HSBC @Ford Indeed, whoever commits misdeeds, and becomes besieged by his iniqui… https://t.co/k36A1jb3jQ\n\n
7436                                                                                                                                                RT @ittfworld: Late invite, but glad you could make it over, Mickey! \U{01f929}\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Disney 🏓 #ITTFWorldCup https://t.co/XuqSYN9xwm\n\n
7437                                                                                                                                                               RT @Steven_Woolfe: If there ever is anymore proof needed @facebook is now a political and media arm of the global liberal elite, this is it…\n\n
7438                                                                                                                                                           @PamelaDJali @Beyanca945 @Hlengz_ 😂😂😂I don’t even know how to use this social network properly. \n\n\n\n\n\n\n I use @instagram and @facebook\n\n
7439                                                                                                                                                               RT @netflix: This tweet has been in my drafts for nearly three years: \n\n\n\n\n\n\n\n\n\n\n\n\n\nMaking A Murderer Part 2 is now streaming!\n\n
7440                                                                                                                                                                                                                                 @NFLonFOX @Toyota Jags v Eagles \n\n\n\n\n\n\nTickets available message me\n\n
7441                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7442                                                                                                                                                                                 Check out RICK SHELLEY MILITARY  SCIFI LOT (12 NOVELS)  DIRIGENT MERCENARY CORPS,  VG!   https://t.co/vz03aWVt9E via @eBay\n\n
7443                                                                                                                                                                                           Check out Gold Glitter Mini Miniature Christmas Tree Skirt 18" NWOT #Unbranded https://t.co/JEjrQpootP via @eBay\n\n
7444                                                                                                                                                                                               Check out Style House Dawn Rose Oval Serving Platter 14" Japan #StyleHouse https://t.co/M4WPDJqYHC via @eBay\n\n
7445                                                                                                                                                               RT @LogoTV: The trailer for #SuperDrags on @netflix with @TheGingerMinj, @trixiemattel, @itsSHANGELA, and @willam is here and we are LIVING…\n\n
7446                                                                                                                                                               RT @Reuters: MORE: Saudi Arabia says investigations are still under way, 18 Saudi nationals have been arrested so far https://t.co/yYQkpo5H…\n\n
7447                                                                                                                                                                                                                                                   @Walmart Uuugh, you’re such an intelectual. Thank you 💜\n\n
7448                                                                                                                                                         #YNWA #lfcfamily \n\n\n\n\n\n\n\n\n\n\n\n\n\nCheck out Liverpool Liver Bird engraved quality natural leather keyring https://t.co/QolcCyKbaw @eBay\n\n
7449                                                                                                                                                  RT @NewLawNewRules: @wihender  explains rationale, mechanics and high hopes for @Microsoft  \n\n\n\n\n\n\nnew #BigLaw Strategic Partner Program | Report…\n\n
7450                                                                                                                                                                                                                                       @bornik269 @oneplus @Apple Lol, blaiming apple for something 1+ did.\n\n
7451                                                                                                                                     RT @LSProductions: A flock of award-winning sheep joins #TiffanyYoung on set for a Highland fling 🐑\n\n\n\n\n\n\n.\n\n\n\n\n\n\nExplore the full @hm x @tiffanyyoung…\n\n
7452                                                                                                                                                                       Check out IPPOLITA "Turquoise Colored Stones" Bangle Bracelet Black Resign Sterling Silver #Bangle https://t.co/QrT602l8u0 via @eBay\n\n
7453                                                                                                                                     RT @miri_iron: @Reuters @MaddowBlog A fight broke out between one journalist and 18 Saudi’s armed with a bone saw and....\n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease stop play…\n\n
7454                                                                                                                                                                                                    RT @Reuters: Migrant caravan streams out of Guatemala, halted by Mexican police https://t.co/8my63NwTAz\n\n
7455                                                                                                                                                                      Black 'lynching' ad illustrates race overtones, anger in US campaign ads https://t.co/l2SsSoEB78 via @Reuters https://t.co/49xiJfTob8\n\n
7456                                                                                                                                                                       Check out Travelon Anti-Theft Signature 3 Compartment Crossbody, Straight Pocket (Poppy) #Travelon https://t.co/wAW9Osqf3v via @eBay\n\n
7457                                                                                                                                    RT @TMobile: Every tweet with #HR4HR donates $1 to @TeamRubicon’s hurricane recovery efforts. \n\n\n\n\n\n\n\n\n\n\n\n\n\n🔁 Tweet, donate, repeat! https://t.co/TYAyB…\n\n
7458                                                                                                                                                               Indian cricketer @anilkumble1074 hopes his batting sensor, developed with @Microsoft, will grow engagement and help… https://t.co/Pp80FMGHgZ\n\n
7459                                                                                                                                                                            @Reuters Yes. Furthermore, they are going to employ OJ Simpson to help track down the murderer of Nicole Brown and Ron Goldman.\n\n
7460                                                                                                                                     RT @LSProductions: A flock of award-winning sheep joins #TiffanyYoung on set for a Highland fling 🐑\n\n\n\n\n\n\n.\n\n\n\n\n\n\nExplore the full @hm x @tiffanyyoung…\n\n
7461                                                                                                                                                            RT @ProcterGamble: In Q1’19, 33 of our top 50 country/category combos held or grew value share—up from 26 in FY18 &amp; 23 in FY17. Learn more…\n\n
7462                                                                                                                                                                                                   @Starbucks OHH SHOOTT!!! venti Iced coffee, SF Vanilla, 4 Splendas and SPLASH OF ALMOND MILK! MY ISSSHHH\n\n
7463                                                                                                                                                               RT @4everNeverTrump: @Reuters This is quite the euphemism for "Kashoggi was ambushed at the consulate by the Crown Prince's personal bodygu…\n\n
7464                                                                                                                                                               RT @Apple: Introducing Apple Watch Series 4. Fundamentally redesigned and re-engineered to help you stay even more active, healthy and conn…\n\n
7465                                                                                                                                                                              Check out MID-CENTURY MODERN SIGNED DAUM FRANCE HEAVY CRYSTAL CIGAR ASHTRAY 6.5"L x 3.5"W   https://t.co/YTspbyyLRg via @eBay\n\n
7466                                                                                                                                                RT @ittfworld: Late invite, but glad you could make it over, Mickey! \U{01f929}\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Disney 🏓 #ITTFWorldCup https://t.co/XuqSYN9xwm\n\n
7467                                                                                                                                                                                          RT @erickmsanchez: Got you covered, @lizzo. \n\n\n\n\n\n\n\n\n\n\n\n\n\nWake up, @Disney. https://t.co/Nz0fuYrh0R\n\n
7468                                                                                                                                                                                Hope i am able to win \n\n\n\n\n\n\n#OnePlus6TAmazonQuiz \n\n\n\n\n\n\n@oneplus @OnePlus_IN @amazon https://t.co/YRsWyJrLXo\n\n
7469                                                                                                                                                                                             Check out A World Away by Nancy Grossman (2012, Hardcover) Fiction, English  https://t.co/1ugfWVqvER via @eBay\n\n
7470                                                                                                                                     Not what the @DNC wants to see!  And you won't see this on @CNN @MSNBC @ABC @CBS @NBC.  \n\n\n\n\n\n\n\n\n\n\n\n\n\nBlack Trump Supporter: "S… https://t.co/QrxkeOj6PK\n\n
7471                                                                                                                                                                                                                                   @Reuters Who brings a Bone Saw to a discussion?\n\n\n\n\n\n\nA Murderer.\n\n
7472                                                                                                                                                                           #Silverware Liquid Silver Plating System, Silverware Kit, Medallion Brand Medalllion Bran... https://t.co/doqz5fuSce via @amazon\n\n
7473                                                                                                                                                               @Reuters We're experiencing the most criminally complicit, corrupt administration in the history of our country and… https://t.co/l5IJw2HPFR\n\n
7474                                                                                                                                                               RT @Apple: Introducing Apple Watch Series 4. Fundamentally redesigned and re-engineered to help you stay even more active, healthy and conn…\n\n
7475                                                                                                                                                              RT @Nissan: When #FrontEndFriday meets #FutureFriday. 😏 The design of the #Nissan #IMx #KURO set out to express the pure, clean nature of e…\n\n
7476                                                                                                                                                                                  @Reuters This man is a disgrace , I’d like this buffoon to try and explain what is credible about the Saudi explanation .\n\n
7477                                                                                                                                                                             #Costumes Liqui Sew Adhesive Kit for Permanent Bond of Fabrics, Leather, Press On Patch... https://t.co/sbUwZQ74kn via @amazon\n\n
7478                                                                                                                                                           RT @sengineland: SearchCap: Reporting delays in @Google Search Console, navigate in search &amp; structure data by @rustybrick https://t.co/5YA…\n\n
7479                                                                                                                                                               RT @Reuters: JUST IN: U.N. Secretary General Guterres says 'deeply troubled' by confirmation of Khashoggi's death, stresses need for invest…\n\n
7480                                                                                                                                                                                    Check out Wii Games - Wii Fit, Biggest Loser C, Jillian Michaels, Pictionary, Family Game https://t.co/IjvRrzcEbK @eBay\n\n
7481                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7482                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7483                                                                                                                                                                              Check out "REDHEAD" SHORT SLEEVE MENS SHIRT   WILD TURKEY PRINT HUNTING MENS SZ 4X #REDHEAD https://t.co/iHiaxBbPhI via @eBay\n\n
7484                                                                                                                                                               @Reuters Is this where we go fuck up Saudi Arabia slowly for the next two/three decades for *humanity's sake\n\n\n\n\n\n\n\n\n\n\n\n\n\n*oil\n\n
7485                                                                                                                                                                @CHgadgetz @HP Do it, I built mine a few years ago and just upgraded my graphics card as needed. But I wanna build… https://t.co/NPlbgOzvaa\n\n
7486                                                                                                     RT @BitarSaif: Tell @Google to make #Palestine visible\n\n\n\n\n\n\n#GoogleMapsPalestine\n\n\n\n\n\n\n\n\n\n\n\n\n\n@googlemaps has a choice:👇🏼\n\n\n\n\n\n\nThey can respect human rights &amp; In…\n\n
7487                                                                                                                                                               RT @Apple: Introducing Apple Watch Series 4. Fundamentally redesigned and re-engineered to help you stay even more active, healthy and conn…\n\n
7488                                                                                                                                                                                                                       RT @Starbucks: @nct_127 We see\n\n\n\n\n\n\nTHE VISION\n\n\n\n\n\n\n\n\n\n\n\n\n\n😉\n\n
7489                                                                                                                                                                                                                                                    @reeses @amazon A, b, and then c #notsorry #sweepstakes\n\n
7490                                                                                                                                     RT @OliverMcGee: Retweet if you care more about Collusion in @Google than Collusion by Russians in our Elections!\n\n\n\n\n\n\n\n\n\n\n\n\n\n@realDonaldTrump isn’t p…\n\n
7491                                                                                                                                                                                                            RT @Reuters: Near Reunion Island, whale lashes out at over-eager divers https://t.co/3XC3JExy1O\n\n
7492                                                                                                                                                               RT @MorganStanley: Children who have savings accounts in their own name are more likely to develop the habit of saving money as adults, res…\n\n
7493                                                                                                                                                   RT @Citi: One girl, and a global network of champions. \n\n\n\n\n\n\nLearn more about @MalalaFund and their work to advance universal education through…\n\n
7494                                                                                                                                                                                                                  RT @Disney: Oh, boy! A work of art for a True Original. #Mickey90 https://t.co/SoQAG2gfpE\n\n
7495                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7496                                                                                                                                                                     Ok. @netflix.... heroes for hire... I get it. That’s why you cancelled @LukeCage &amp; Iron Fist, right??????… https://t.co/lkjmVsEYrg\n\n
7497                                                                                                                                                     ...and travelled worldwide to give each one of us a caffeine shot!🍂🍂 #CoffeeMorning \n\n\n\n\n\n\n@McDonalds @mcdonaldsindia https://t.co/q9mlekIvqf\n\n
7498                                                                                                                                                                                    RT @Reuters: Saudi Arabia admits Khashoggi died in consulate, Trump says Saudi account credible https://t.co/AXwJ0VzHY4\n\n
7499                                                                                                                                                                         @Reuters 💥Get #professional, #eye_catching, #RollupBanner , #Retractable_Banner,#XStandBanner,#TradeShow… https://t.co/iteGEh80D6\n\n
7500                                                                                                                                                               RT @DailyRoss: [IG STORY] "This might be the cutest moment from the @netflix red carpet @kiernanshipka @RossLynch" #ChillingAdventuresOfSab…\n\n
7501                                                                                                                                                               Whoa they canceled Luke Cage on @netflix but I'm not surprised, Disney is supposed to start their own streaming ser… https://t.co/2eRh0xLmyB\n\n
7502                                                                                                                                                                              Check out 10" Carved Marble Inlay Plate Stone Vintage Marquetry Pietradura Serving Platter  https://t.co/kEEt5Ogm1I via @eBay\n\n
7503                                                                                                                                                            Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n\n
7504                                                                                                                                                               RT @netflix: This tweet has been in my drafts for nearly three years: \n\n\n\n\n\n\n\n\n\n\n\n\n\nMaking A Murderer Part 2 is now streaming!\n\n
7505                                                                                                                                                                                                                                                  RT @Microsoft: Thank you, Paul. ❤️ https://t.co/SDj5Xp34jj\n\n
7506                                                                                                                                                                                               Sony DVP-NC85H/B HDMI/CD Progressive Scan 5-Disc DVD Changer, Black Sony https://t.co/nZ1VUBrC3F via @amazon\n\n
7507                                                                                                                                                               RT @hptechventures: At @HP Tech Ventures, we’re investing in tomorrow by partnering on transformative technologies that will disrupt indust…\n\n
7508                                                                                                                                                  RT @PrincessVitarah: I Swallow His Kids (Music Video) https://t.co/9JrVHvBOBa \n\n\n\n\n\n\nAnd yes I wore nikes to support @Kaepernick7 and @Nike https…\n\n
7509                                                                                                                                                                              Check out Bell Shaped 12 Inches Tall Bluish Blue Porcelain Candle Holder,Antique 1900s,A++  https://t.co/t2DqLiaCsE via @eBay\n\n
7510                                                                                                                                                  RT @AbdullahQamar_: One another example of hypocrisy of @facebook.\n\n\n\n\n\n\nFacebook Blocks Trailer of Film on Palestinian Women's Role in the First…\n\n
7511                                                                                                                                                                             Check out Link SAMAHAN Ayurveda 100% natural REMEDY herbal drink sachets, 25 packs  #Samahan https://t.co/hIJhV1J1Rt via @eBay\n\n
7512                                                                                                                                                                                              RT @Reuters: U.S., China, others tentatively agree to multilateral air encounter code https://t.co/QltlxiSRmx\n\n
7513                                                                                                                                                           RT @axel_steiger: Happy to support the great @MercyShips initiative with @Bayer &amp; the @Antwerpen Port community. Advancing Life, especially…\n\n
7514                                                                                                                                                               RT @LogoTV: The trailer for #SuperDrags on @netflix with @TheGingerMinj, @trixiemattel, @itsSHANGELA, and @willam is here and we are LIVING…\n\n
7515                                                                                                                                                               RT @Steven_Woolfe: If there ever is anymore proof needed @facebook is now a political and media arm of the global liberal elite, this is it…\n\n
7516                                                                                                                                                               @A_A_2001 @Iiaboatbi @Reuters Well we're all waiting, 2 weeks now and no info kind of suggests something isn't quit… https://t.co/MwOFOgmuiW\n\n
7517                                                                                                                                                                                              RT @Reuters: U.S., China, others tentatively agree to multilateral air encounter code https://t.co/QltlxiSRmx\n\n
7518                                                                                                                                                                                                                 @thefinalhall @KurtGeiger @bookingcom Totally agree, but I'm always afraid of missing out!\n\n
7519                                                                                                                        RT @talktoniki: Let's start #October off with a #giveaway! \n\n\n\n\n\n\nHere's your chance to #win @amazon gift #voucher worth ₹500! \n\n\n\n\n\n\nTo enter:  \n\n\n\n\n\n\n1. Re…\n\n
7520                                                                                                                                                                                                  Are ya buggin why ya cancelled iron fist, Luke cage @netflix I need an explanation Or im cancelling y’all\n\n
7521                                                                                         RT @JayneQPatriot: Hey @cvspharmacy @CVSHealth... WTH is this?! \U{01f92c}\n\n\n\n\n\n\n\n\n\n\n\n\n\nSince when is it CVS's job to tell Americans who to vote for? \U{01f928}\n\n\n\n\n\n\n\n\n\n\n\n\n\nNot onl…\n\n
7522                                                                                                                                                                               Check out "DR*GS" PAINTED RECLAIMED WOOD HAND PAINTED HANGING SIGN - 14"inches #EJRFOLKART https://t.co/OmzPvaQEOe via @eBay\n\n
7523                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7524                                                                                                                                                 RT @Miiang30121: Can @Disney @DisneyStudios build a prince character based off Jimin's look?  Bc that'd be hot as hell 👀\n\n\n\n\n\n\n@BTS_twt #PCAs #Th…\n\n
7525                                                                                                                                                                                       Check out "NOTHING IS PERFECT" HAND PAINTED Standing SIGN - 10"inches  #EJRFOLKART https://t.co/9izagow0UD via @eBay\n\n
7526                                                                                                                                                                          Check out "FAITH" PAINTED SIGN RECLAIMED WOOD HAND PAINTED/CRAFTED 11"in #EJRFOLKARTErikJRamsey https://t.co/Byj1v2uVrB via @eBay\n\n
7527                                                                                                                                                                                   RT @Reuters: Turkey will not have anything covered up in Khashoggi case, AK Party spokesman says https://t.co/CDcYMHgWru\n\n
7528                                                                                                                                                               RT @Reuters: JUST IN: Trump says he thinks Saudi explanation on Khashoggi was credible, adds he'll be working with Congress on the situatio…\n\n
7529                                                                                                                                              @KoblerinPAK @nur_aftab @BMW Well said!\n\n\n\n\n\n\nI like &amp; appreciate your efforts. Now really we are understanding better th… https://t.co/8StXRSbhwd\n\n
7530                                                                                                                                                               @amazon  , It's very unfortunate but I am very disgusted at the delivery service as provided by u guys I don't know… https://t.co/dnG9qVfepO\n\n
7531                                                                                                                                                                                                   @Reuters So expected! \n\n\n\n\n\n\nBecause I think that Bahrain's king is just the puppy of King Salman\n\n
7532                                                                                                                                                                                                 RT @ExpressTechie: Here is why the next week could be big for @Apple \n\n\n\n\n\n\nhttps://t.co/Bk0oVg41qX\n\n
7533                                                                                                                                                                                                                                 @cristela9 @netflix It is hilarious, we watch it when we need a woke laugh\n\n
7534                                                                                                                                                                      @Reuters @andysullivan @ReutersTV Renowned Iranian actress joins fight against breast cancer\n\n\n\n\n\n\n👇… https://t.co/KwOU9do1K0\n\n
7535                                                                                                                                                                           Check out Dark Beige Seam Binding x 100 Yards, Rayon Seam Binding, Unbranded, Taupe #Unbranded https://t.co/81QRzfbsbw via @eBay\n\n
7536                                                                                                                                                      RT @danylief: @MarvelStudios @netflix at least give us one final season of #LukeCage\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SafeLukeCage https://t.co/fWfgVmirJr\n\n
7537                                                                                                       RT @upper_fixer: ☎ CALL OUT &amp; BOYCOTT\n\n\n\n\n\n\n@pfizer @FoxNews\n\n\n\n\n\n\n#NoToFox #NoToPfizer #GrabYourWallet #DefundHate\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet Pfizer know what you think abo…\n\n
7538                                                                                                                         RT @TrapzGraphics: @OffWht @Nike VaporMax Advertisment\n\n\n\n\n\n\nHD Image : https://t.co/87Mysjsnbc\n\n\n\n\n\n\nLike and Retweet ❤️\n\n\n\n\n\n\nLet me know what you think 👀…\n\n
7539                                                                                                                                     RT @LSProductions: A flock of award-winning sheep joins #TiffanyYoung on set for a Highland fling 🐑\n\n\n\n\n\n\n.\n\n\n\n\n\n\nExplore the full @hm x @tiffanyyoung…\n\n
7540                                                                                                                                                                                                                                                @SomeFineDay @Reuters A glowing orb, because its something.\n\n
7541                                                                                       RT @Global_Cluster: | ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|\n\n\n\n\n\n\n|         HEY @netflix!         |\n\n\n\n\n\n\n|      RENEW SENSE8       |\n\n\n\n\n\n\n|___________| \n\n\n\n\n\n\n                \\ (•◡•) /…\n\n
7542                                                                                                                                                  RT @McLiberalton: Georgia companies you can boycott until they stop purging voters from the rolls.\n\n\n\n\n\n\n @ups @homedepot @Delta @CocaCola @Aflac…\n\n
7543                                                                                                                                                                                                          Check out Original George Botich oil painting "Mykonos" Greece  https://t.co/fFRocpnr1t via @eBay\n\n
7544                                                                                                                                                               @TMobileHelp @JohnLegere @Jorge I guess I spoke up too soon.  I am currently on the phone with  Luis, @TMobile Tele… https://t.co/tIxiY25FaD\n\n
7545                                                                                                                                                                       Check out 35" Multi Large Floor Decorative Pillow Cushion Cover Human Skull Design Throw #Handmade https://t.co/hssWmy9gQg via @eBay\n\n
7546                                                                                                                                                                        RT @willam: If you’ve ever had pink eye, imagine how horrible purple eye is... @SuperDrags on @netflix NOV9 https://t.co/dKlJDa0feN\n\n
7547                                                                                                                                                                                                                               @Juanbat2 @netflix Thanks bro, I worked hard specially on shots and editing.\n\n
7548                                                                                                                                                                          @Walmart Is there anyone working sporting goods in Reynoldsburg OH?!?! I’d love to make a purchase, but nobody to help me do that\n\n
7549                                                                                                                                                               RT @VictoriaPerez08: Hi friends just to let you know don’t ever shop at @ASOS, your credit card information will be stolen, your refund wil…\n\n
7550                                                                                                                                                                 RT @JessMarieGarcia: 🔮Greendale meet Freeridge🚲\n\n\n\n\n\n\n\n\n\n\n\n\n\n@netflix @TheSierraCapri @OnMyBlockTv https://t.co/HnfG4qAPRr\n\n
7551                                                                                                                                                                              Check out SpongeBob SquarePants: Revenge of the Flying Dutchman (Sony PlayStation 2, 2002)  https://t.co/RMEDMfcnc7 via @eBay\n\n
7552                                                                                                                                                                                                Too much Haunting at Hill House, I turned the corner and my breath hitched @netflix https://t.co/0t2fsrofxT\n\n
7553                                                                                                                                                                            Check out 1983 Patrick Nagel "Sunglasses" The book Mirage Editions litho poster print #PopArt https://t.co/3SUUKdBFkz via @eBay\n\n
7554                                                                                                                                                               @Tesco @Pringles Hi Terry, ty for getting back to me, I tried to use two vouchers for a box of Pringles and was tol… https://t.co/8dOAiREuwn\n\n
7555                                                                                                                                                               RT @bancosantander: One Pay FX, Santander’s new fast international payments service using blockchain-based technology, has won the Silver A…\n\n
7556                                                                                                                                     @espn @exxonmobil I'm not crying your crying!!!\n\n\n\n\n\n\nWhat an inspiration !! Today I am a Purdue fan!\n\n\n\n\n\n\n@theTylerTrent I ne… https://t.co/fSjk1WJGmY\n\n
7557                                                                                                             RT @BeaverAthletics: It's not just homecoming.\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt's coming home. \n\n\n\n\n\n\n\n\n\n\n\n\n\nGameday hype presented by @McDonalds. #GoBeavs https://t.co/9DnTXuaERP\n\n
7558                                                                                                                                                               @Reuters Yeah, no. I'm sure a lot of people would like a second Presidential vote here in America, too. You made your decision. No backsies.\n\n
7559                                                                                                                                                  @Reuters Leftist democracy concept: "Democracy exists when I win."\n\n\n\n\n\n\nThey want a vote every 12 months until their poi… https://t.co/qr9SACR417\n\n
7560                                                                                                                                                                                       Bios Memorial Pet Loss Urn for your Dog, Cat, Bird, Horse or Small Animal. De... https://t.co/IkQbqsSJ2P via @amazon\n\n
7561                                                                                                           RT @lizzo: Just gonna put this back out there. \n\n\n\n\n\n\n\n\n\n\n\n\n\n🗣IT IS MY DREAM TO PLAY URSULA IN THE LIL MERMAID \n\n\n\n\n\n\n\n\n\n\n\n\n\nHere’s my audition tape... @Disney htt…\n\n
7562                                                                                                                                                                              @bookingcom I made a booking earlier, didn't pay then. Booking is confirmed but there is no option to pay online now, why? :(\n\n
7563                                                                                                                                                               @PICollard @jlandpartners Wouldn’t have been so bad, but actually experienced the same customer service in @Apple i… https://t.co/D48hZDquzU\n\n
7564                                                                                                                                                                                                 RT @Reuters: Germany's Merkel condemns Khashoggi's killing, demands Saudis explain https://t.co/8aYFvGO9DZ\n\n
7565                                                                                                                                     RT @Walmart: Our Radio DJs are working on some new in-store playlists...what would you like to hear while strolling down the aisle? \n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's…\n\n
7566                                                                                                                                                               RT @Apple: iPhone XR. Breakthrough camera system with Depth Control. Advanced Face ID. A12 Bionic, the smartest, most powerful chip in a sm…\n\n
7567                                                                                                                                                               RT @DealHunter122: Check out Vintage Hallmark Plush Pammy the Panda Shirt Tales 14" 1981  #Hallmark https://t.co/PTpi41kNl1 via @eBay #Vint…\n\n
7568                                                                                                                                                                RT @CallForCode: Congratulations to the @IBM Internal #CallforCode Finalist, AI-Mergency Control Room! Continue pushing your AI technology…\n\n
7569                                                                                                                                                                              Check out Christian Comic "Primal Man?" The Crusaders Vol 6 by J.T.C. 1976 Adults and Teen  https://t.co/tBY8tsSlBU via @eBay\n\n
7570                                                                                                                                                                 Even though Luke Cage and Iron Fist have been cancelled, I’m pretty sure Defenders Season 2 will still be a thing, right? @Marvel @netflix\n\n
7571                                                                                                                                                            RT @DeadlineDominic: Another @Marvel series falls at @netflix . One week after #IronFist was canned, the @realmikecolter led &amp; @cheo_coker…\n\n
7572                                                                                                                                                               Hey @netflix and @Marvel, you canceled Luke Cage AND Ironfist? Sure hope that means you are doing Heroes for Hire a… https://t.co/Xmr6s77nxB\n\n
7573                                                                                                                                                               RT @Apple: iPhone XR. Breakthrough camera system with Depth Control. Advanced Face ID. A12 Bionic, the smartest, most powerful chip in a sm…\n\n
7574                                                                                                                                                                                                 RT @Reuters: Germany's Merkel condemns Khashoggi's killing, demands Saudis explain https://t.co/8aYFvGO9DZ\n\n
7575                                                                                                                                                   RT @Bckrda: @Barkforlove1 @nytopinion This is why you exist. Use your power. Now.\n\n\n\n\n\n\n@ABC @CBS @nbc @PBS @CNN @MSNBC @washingtonpost @nytimes…\n\n
7576                                                                                                                    RT @Dionela621: Yessss you should join next m&amp;g  no matter what happend...\n\n\n\n\n\n\n#EverydayColgatePh \n\n\n\n\n\n\n@Yakisoba_Squad \n\n\n\n\n\n\n@Colgate https://t.co/QCAMo…\n\n
7577                                                                                                                                                               RT @Apple: Introducing Apple Watch Series 4. Fundamentally redesigned and re-engineered to help you stay even more active, healthy and conn…\n\n
7578                                                                                                                                 RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. Good luck! \n\n\n\n\n\n\n\n\n\n\n\n\n\n#C2BGiv…\n\n
7579                                                                                                                                                                                                       @Nike @KingJames Sacrifice Everything, even your shareholders and customers. https://t.co/H492KH8JWQ\n\n
7580                                                                                                                                                               RT @calumscott: Here in LA, paying for my @Starbucks and the lady behind who obviously heard me speaking asked me if my accent was fake.. I…\n\n
7581                                                                                                                                                                           Check out STEVE MADDEN PUMPS - Cobalt Blue Brushed Suede, Stiletto Heels, Rounded Toes 9M #Any https://t.co/pcixKYeQ4R via @eBay\n\n
7582                                                                                                                                                               RT @Apple: iPhone XR. Breakthrough camera system with Depth Control. Advanced Face ID. A12 Bionic, the smartest, most powerful chip in a sm…\n\n
7583                                                                                                                                                                                        So they canceled iron fist and now Luke Cage???\n\n\n\n\n\n\n#bringmyshowsback\n\n\n\n\n\n\n@netflix @MarvelStudios\n\n
7584                                                                                                                                                                            When your college student needs groceries on a CFB Saturday (at @Walmart Supercenter in Louisville, KY) https://t.co/a3oVjUF8pw\n\n
7585                                                                                                                                      @Apple @AppleMusic @iTunes \n\n\n\n\n\n\nPlease fix the Apple Music issue \n\n\n\n\n\n\nPlease / it’s mad annoying and frustrating not being… https://t.co/dK0tgy8ZnR\n\n
7586                                                                                                                                                                           Check out SUPER SOFT BRUSHED WOOL/ALPACA (?) FRINGED THROW - 72" x 28" - Very Cozy! #Unbranded https://t.co/iM3VW97VuO via @eBay\n\n
7587                                                                                                                                                                                                                    @Reuters "That reporter's head was missing when he got here....also he was never here."\n\n
7588                                                                                                                                                                              Check out WEDDING ACCESSORY SET - Glasses, Basket, Crystal Candlesticks, Garters, AND MORE  https://t.co/314wM7LH0q via @eBay\n\n
7589                                                                                                                                                           RT @YahooSportsNBA: Nike does it again. This new @KingJames ad is 👍\n\n\n\n\n\n\n\n\n\n\n\n\n\n(via @Nike)\n\n\n\n\n\n\nhttps://t.co/K6coN5Boh6\n\n
7590                                                                                                                                                                                                            RT @LakersNation: New LeBron ad.\n\n\n\n\n\n\n\n\n\n\n\n\n\n(🎥: @Nike) https://t.co/8eXRoeSefv\n\n
7591                                                                                                                                                                                                            RT @LakersNation: New LeBron ad.\n\n\n\n\n\n\n\n\n\n\n\n\n\n(🎥: @Nike) https://t.co/8eXRoeSefv\n\n
7592                                                                                                                                                                           Check out Vintage Rare Manco Bolt Cutter 3/8" Capacity 24" Long Drop Forged Bradley USA #Manco https://t.co/sM7tbBoYwQ via @eBay\n\n
7593                                                                                                                                                           RT @YahooSportsNBA: Nike does it again. This new @KingJames ad is 👍\n\n\n\n\n\n\n\n\n\n\n\n\n\n(via @Nike)\n\n\n\n\n\n\nhttps://t.co/K6coN5Boh6\n\n
7594                                                                                                                                                                                                                      @dudettecolette @haunting @netflix Just finished.\n\n\n\n\n\n\n\n\n\n\n\n\n\nAmazing!\n\n
7595                                                                                                                                                               RT @michaeljackson: Don’t miss the encore presentation of Michael Jackson’s Halloween, airing on @CBS tonight! Tune in at 8pm. https://t.co…\n\n
7596                                                                                                                                                               RT @michaeljackson: Don’t miss the encore presentation of Michael Jackson’s Halloween, airing on @CBS tonight! Tune in at 8pm. https://t.co…\n\n
7597                                                                                                                                                    RT @PSCupdates: Google’s unofficial motto is “don’t be evil” – but @Google\n\n\n\n\n\n\nis complicit in the Israeli government's erasure of Palestine.…\n\n
7598                                                                                                                                                           RT @YahooSportsNBA: Nike does it again. This new @KingJames ad is 👍\n\n\n\n\n\n\n\n\n\n\n\n\n\n(via @Nike)\n\n\n\n\n\n\nhttps://t.co/K6coN5Boh6\n\n
7599                                                                                                             RT @BeaverAthletics: It's not just homecoming.\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt's coming home. \n\n\n\n\n\n\n\n\n\n\n\n\n\nGameday hype presented by @McDonalds. #GoBeavs https://t.co/9DnTXuaERP\n\n
7600                                                                                                                                                               @ESPNCFB @exxonmobil ESPN seriously, I have no idea how I'll pull for my Buckeyes tonight.  Thoughts and prayers ar… https://t.co/nWiqHVE0JY\n\n
7601                                                                                                                                                               RT @Steven_Woolfe: If there ever is anymore proof needed @facebook is now a political and media arm of the global liberal elite, this is it…\n\n
7602                                                                                                                                     RT @DefPenHoops: The King is ready for game 1 in LA\n\n\n\n\n\n\n\n\n\n\n\n\n\nLeBron James shared the new @Nike "I believe" commercial ahead of his #LakeShow home d…\n\n
7603                                                                                                                                     RT @sandrayearman: Stand Before The Children / Monsters among us…By Sandra Yearman\n\n\n\n\n\n\n https://t.co/r02Ggr5ynf via @amazon \n\n\n\n\n\n\n#series #fantasy #…\n\n
7604                                                                                                                                                   RT @Citi: One girl, and a global network of champions. \n\n\n\n\n\n\nLearn more about @MalalaFund and their work to advance universal education through…\n\n
7605                                                                                                                                                               RT @michaeljackson: Don’t miss the encore presentation of Michael Jackson’s Halloween, airing on @CBS tonight! Tune in at 8pm. https://t.co…\n\n
7606                                                                                                                                                               This is some absolute BS, @netflix. How could you cancel one of the best and also socially relevant shows in this p… https://t.co/rFCK7rxqL8\n\n
7607                                                                                                                                                                                               First, Iron Fist and now they cancel Luke Cage?!?! \U{01f92c}😡\n\n\n\n\n\n\nAre you mad @NetflixUK @netflix\n\n
7608                                                                                                                                                               @90Lisa @CandethaMage @netflix From what I understand, the book focuses on different characters. But I'm not sure b… https://t.co/r1W57KfBGe\n\n
7609                                                                                                                                                                RT @ArtsnEnds4: Check out Hand Painted Gourd, Witch, Wiccan, Bat, Spider, Crystal Ball, Runes, Halloween  https://t.co/Eq61nl84lu via @eBay\n\n
7610                                                                                                                                                                   Dome Glass Find X Screen Protector Tempered Glass, Full Cover Screen Shield [... https://t.co/VdR0T3jq8w @amazon https://t.co/IMavFYx1ph\n\n
7611                                                                                                                                                                Anyone voting Democrats, please remember to keep your dollars from @HomeDepot , the owner said he didn't want your… https://t.co/6rtCoNlu9g\n\n
7612                                                                                                                                                               RT @UKAthletics: The @CocaCola Fan Zone is now open at the Nutter Field House. @UKGymnastics will be signing autographs, so don’t miss out!…\n\n
7613                                                                                                                                                   @DeadlineDominic @Marvel @netflix @realmikecolter @cheo_coker Delighted... #LukeCage was a pile of niggaass shiiiiit\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Netflix\n\n
7614                                                                                                                                                  RT @riturajmishra4: @facebook @narendramodi @BJP4India @AmitShah @RahulGandhi @myogiadityanath @facebook \n\n\n\n\n\n\nYour policy is suitable for congr…\n\n
7615                                                                                                                                                                          For all you die hard @Apple customers , ya getting PLAYED ! LMAOOOOOOOOOOOOOOO\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/tm7Zx7Hat7\n\n
7616                                                                                                           RT @IesouChristou: Great Quakes Prophecy Earthquake Prophecy Great Quake Prophecy\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/Z01xDyY30d\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Pontifex @CNN @Reuters @AFP @A…\n\n
7617                                                                                                                                                  One of the deficiencies of @Marvel MCU on @netflix has been the bad guys\n\n\n\n\n\n\nThe good ones have been Wilson Fisk, Kilgr… https://t.co/wpgnCmmgHg\n\n
7618                                                                                                                                                                                        Hello @AmericanExpress, you guys are sending me spam e-mail with fake info and I don’t even have a card with you :(\n\n
7619                                                                                                                                                                                        Hello @AmericanExpress, you guys are sending me spam e-mail with fake info and I don’t even have a card with you :(\n\n
7620                                                                                                                                                             #Sun_🌟7 #NikeNebulahAtomSmasher_🌟7 @Nike Merchant life "like Merchantment"  "life moves"⛈️⚡️⚡️⚡️↔️↔️↔️↔️👇👇👇👇🎯🎯🎯🎯✝️ https://t.co/gQQvAdwbkm\n\n
7621                                                                                                                                                                                                          Hell is @Costco on Saturday afternoon. \n\n\n\n\n\n\n\n\n\n\n\n\n\n#peoplepushingcartsareclueless\n\n
7622                                                                                                                                                                                            Humboldt Brands - Print, Sugarloaf Island on The Lost Coast Humboldt Brands https://t.co/DgtyBVtSzt via @amazon\n\n
7623                                                                                                                                                                                                          RT @Reuters: Guatemala says some 2,000 migrants have returned to Honduras https://t.co/vV8nfl6cwv\n\n
7624                                                                                                                                                                                                            RT @LakersNation: New LeBron ad.\n\n\n\n\n\n\n\n\n\n\n\n\n\n(🎥: @Nike) https://t.co/8eXRoeSefv\n\n
7625                                                                                                                                     RT @RLLracing: .@TakumaSatoRacer is in Miami today to drive this @HondaRacing_HPD beauty. \n\n\n\n\n\n\n\n\n\n\n\n\n\nIt’s a 1968 @Honda RA301 that was driven by Joh…\n\n
7626                                                                                                                                                                                                            RT @LakersNation: New LeBron ad.\n\n\n\n\n\n\n\n\n\n\n\n\n\n(🎥: @Nike) https://t.co/8eXRoeSefv\n\n
7627                                                                                                                                                               @lennaluxxx @amazon And their reply translated into plain English: Two days is what we say it is so deal with it, w… https://t.co/ssqcJNXRWq\n\n
7628                                                                                                                                                                              Check out Arthritis cream Pure Rich Healthy Healing Pain Relieving Salve, foot relief pain  https://t.co/juuvmbBbpP via @eBay\n\n
7629                                                                                                                                                   @Reuters I guess they learned that technique from the NY Times and their masters then. \n\n\n\n\n\n\nProbably read the detailed… https://t.co/tpazccCm2f\n\n
7630                                                                                                                                                                                                                     Vintage St. Regis Blue Floral Tablecloth - 50 X 49"  https://t.co/n0IKZLe9pN via @eBay\n\n
7631                                                                                                                                                                RT @AlAasmi999: @5a1di @Reuters We buy weapons from you and do not take them for free. If the deals are canceled from a country, there are…\n\n
7632                                                                                                                                                                RT @AlAasmi999: @5a1di @Reuters We buy weapons from you and do not take them for free. If the deals are canceled from a country, there are…\n\n
7633                                                                                                                                                                                                          RT @Reuters: Guatemala says some 2,000 migrants have returned to Honduras https://t.co/vV8nfl6cwv\n\n
7634                                                                                                                                                                                                       Check out  CAGE ROSETTE  SET FOR RED SCARLET EPIC RAVEN.FOR RED,,BL777 https://t.co/spDi3CDFsM @eBay\n\n
7635                                                                                                                                                               RT @AZMIAakaMIA: Please do not buy @Nestle water or products. This is a crime against humanity — and First Nations peoples, no less.   http…\n\n
7636                                                                                                                                                                                                      RT @Reuters: Germany, France seek deeper Saudi explanation of Khashoggi death https://t.co/0ihCKK0a3Y\n\n
7637                                                                                                                                                                                                            RT @LakersNation: New LeBron ad.\n\n\n\n\n\n\n\n\n\n\n\n\n\n(🎥: @Nike) https://t.co/8eXRoeSefv\n\n
7638                                                                                                                                                                                                      RT @Reuters: Germany, France seek deeper Saudi explanation of Khashoggi death https://t.co/0ihCKK0a3Y\n\n
7639                                                                                                                                                               RT @TheHangingChads: You look at Prince Alwaleed: part owner of @Citi, @FourSeasons, Twitter...etc.  Connections to the CIA just comes with…\n\n
7640                                                                                                                                                               RT @Reuters: Viewsroom podcast: As bankers and officials ditch a huge investment confab in Riyadh, @Breakingviews lays out the financial ra…\n\n
7641                                                                                                                                                  @jinlanmccann @realDonaldTrump @Apple This is nationalism.\n\n\n\n\n\n\nThe people will soon or late envy all the goods the glob… https://t.co/sL6bQdOG9J\n\n
7642                                                                                                                                                               RT @TxsleuthUSA: @stevenacurtis @Reuters Amazing that Afghans will literally put their lives on the line to vote, and we can't even beg a h…\n\n
7643                                                                                                                                 RT @baltaruiz: Attending @Oracle #OpenWorld2018 in #SFO ?\n\n\n\n\n\n\nCheck out Raejeanne’s keynote! ☁️\n\n\n\n\n\n\n#IamIntel\n\n\n\n\n\n\n#Cloud https://t.co/M0p40Z5hlD\n\n
7644                                                                                                                                     Turkish navy stops Greek frigate 'harassment' in Mediterranean: Anadolu | @Reuters\n\n\n\n\n\n\nhttps://t.co/Ewm8WLkAz1\n\n\n\n\n\n\n#Muslims… https://t.co/Fhg17xAM2E\n\n
7645                                                                                                                                                                                   Check out Pair Miniature Weighted Sterling Candlesticks Empire Silver Co, Inc Brooklyn, NY https://t.co/Zn5m6Wv5hv @eBay\n\n
7646                                                                                                                                                               RT @theJeremyVine: If this is @Ryanair, they need to explain how this man's disgusting racial abuse of the black lady in the seat next to h…\n\n
7647                                                                                                                                             Hey, @disneybroadway. Where is the stage adaptation of Pocahontas? Let's work on that.  Thank you. \n\n\n\n\n\n\n\n\n\n\n\n\n\n@Disney https://t.co/cq6V9NIka1\n\n
7648                                                                                                                                                               @theJeremyVine @Ryanair There's no way he should have been allowed to travel. Should've kicked him off the plane, n… https://t.co/kXYyE78uEZ\n\n
7649                                                                                                            RT @Sydnie49: @netflix @reedhastings \n\n\n\n\n\n\nThis show matters! Show us some kindness and #SaveGypsy \n\n\n\n\n\n\n#RenewGypsy \n\n\n\n\n\n\n#BringBackGypsy\n\n\n\n\n\n\n#AcknowkedgeUs…\n\n
7650                                                                                                                                                               RT @WorldRetail: From 2019, @Walmart will be able to trace the origin of certain foods back to their source in 2.2 sec — a process that use…\n\n
7651                                                                                                                                                                  @ArgosGelert getting his reward LIVE FROM VEGAS, a desktop processor from @intel from the hands of the excellent… https://t.co/1Vfp1W11eo\n\n
7652                                                                                                                                                                                                               @Reuters Oh please, @realDonaldTrump won't do a damn thing for someone that works for money.\n\n
7653                                                                                                                                                               RT @theJeremyVine: If this is @Ryanair, they need to explain how this man's disgusting racial abuse of the black lady in the seat next to h…\n\n
7654                                                                                                                                                               @_SJPeace_ @Ryanair NB economy/budget doesn’t mean you ignore racist abuse,and appease the abuser.Give that lady pa… https://t.co/o1rjYudc7q\n\n
7655                                                                                                                                             Union Committee to Recommend @kroger Worker Strike @intelligencerwv https://t.co/CC7qkVqJ0G\n\n\n\n\n\n\n\n\n\n\n\n\n\n#UnionStrong #UnionLabor #WorkersRights\n\n
7656                                                                                                                        RT @Becurvello: HAPPY #cutiesaturday y'all!\n\n\n\n\n\n\nHave you watched @netflix 's The Dragon Prince? It's pretty good. \n\n\n\n\n\n\nThis is Rayla. #bestgirl \n\n\n\n\n\n\n@c…\n\n
7657                                                                                                                                                               @theRtweet @Benioff @salesforce @ycombinator Part of the problem with a problem, is that the best people to solve i… https://t.co/05osTal41u\n\n
7658                                                                                                                                                                                                                  RT @MustaphaTTO: Real talk y’all can keep iron fist but, bring luke cage back!!! @netflix\n\n
7659                                                                                                                                                                                                                                            I don’t care how much more I have to pay, not touching @Ryanair\n\n
7660                                                                                                                                                                                                                        @benjaminwittes @amazon Well played Mr. Wittes, well played https://t.co/IKA2JVHW1N\n\n
7661                                                                                                                                                                        Check out Star Wars Forces Of Destiny Rey Jakku 41" Extendable Staff BladeBuilders Disney #Hasbro https://t.co/dhBu5XYljN via @eBay\n\n
7662                                                                                                                                                               RT @theJeremyVine: If this is @Ryanair, they need to explain how this man's disgusting racial abuse of the black lady in the seat next to h…\n\n
7663                                                                                                                                                                RT @GSK: A functioning immune system is crucial to our health. If it goes awry, it can lead to many diseases. That’s why #immunology is at…\n\n
7664                                                                                                                                                                                      RT @Reuters: France's Le Drian condemns Khashoggi's killing, calls for in-depth investigation https://t.co/kuX6E3E4OA\n\n
7665                                                                                                                                                               RT @theJeremyVine: If this is @Ryanair, they need to explain how this man's disgusting racial abuse of the black lady in the seat next to h…\n\n
7666                                                                                                                                                               @TomPelphrey @Marvel @netflix Let me tell you something, Tom Pelphrey, that I already said and you already know...y… https://t.co/gu5hZNEhsD\n\n
7667                                                                                                                                                               @TheDudeofAmes @PabloMurphy @AdamSandler @adidas @espn1420 @adidasFballUS @DanCorey1011 Dang that sucks, well you c… https://t.co/phf2qOjbZc\n\n
7668                                                                                                                                                                                                         RT @Reuters: Trump: U.S. to exit nuclear treaty, citing Russian violations https://t.co/3mpBbuT6nr\n\n
7669                                                                                                                                                               RT @g_kohls: #ad What’s better than getting something free after purchasing your favorite gum? Simply upload your @Walmart receipt, includi…\n\n
7670                                                                                                                                                              RT @famousgists: 13 boy hired by @Google at a package of 1.25 million dollar yr. Listen to the conversation, he is mind blowing 😳  https://…\n\n
7671                                                                                                                                                                                                                                         @Reuters Like this pig was going to be in any, anyway?  Seriously?\n\n
7672                                                                                                                                                                                                             @a_nitak @Ryanair Outrageous, this horrible old man should of been removed from the plane ! 😡\n\n
7673                                                                                                                                                                        @Reuters How big of a douche do you have to be to think someone wants you see your unfunny, joke stealing ass during the Superbowl.\n\n
7674                                                                                                                                                               @mandy_tickle Not only did they acquiesce to the racist calling this elderly woman the most vile names, @Ryanair pl… https://t.co/7R3CaRwKio\n\n
7675                                                                                                                                                               RT @michaeljackson: Don’t miss the encore presentation of Michael Jackson’s Halloween, airing on @CBS tonight! Tune in at 8pm. https://t.co…\n\n
7676                                                                                                                                                                               3Pcs Mini Model Plastic Car Toys For Baby Kid Children Color red Yellow blue\n\n\n\n\n\n\n https://t.co/8eQ4mDBXKt via @eBay\n\n
7677                                                                                                                                     RT @Alminjaf: @Reuters I guess you can call us -as Saudis- “an army”.\n\n\n\n\n\n\nBut no one has deployed us.\n\n\n\n\n\n\nWe will always stand for our country, Kin…\n\n
7678                                                                                                                                                                                                     @JOJEHARVEY @lane_paula @Ryanair This is embarrassing, what a horrible man. I feel sorry for the lady.\n\n
7679                                                                                                                                                                                   Check out KASPER Women's Shorts, size 10,  brown,  linen, rayon cuffed #KASPER #Shorts https://t.co/gc92Y3rrtf via @eBay\n\n
7680                                                                                                                                                               RT @theJeremyVine: If this is @Ryanair, they need to explain how this man's disgusting racial abuse of the black lady in the seat next to h…\n\n
7681                                                                                                                                                                                    @KimKardashian @netflix Oh. \n\n\n\n\n\n\nKeep us updated won't you. Your thoughts on the matter are vital to humanity.\n\n
7682                                                                                                                                                           RT @slpng_giants: Hey @ATT, @intel, @WarrenBuffett &amp; @LandOLakesInc, by donating to @SteveKingIA’s re-election campaign, you are very liter…\n\n
7683                                                                                                                                                               RT @Apple: Introducing Apple Watch Series 4. Fundamentally redesigned and re-engineered to help you stay even more active, healthy and conn…\n\n
7684                                                                                                                                                               RT @michaeljackson: Don’t miss the encore presentation of Michael Jackson’s Halloween, airing on @CBS tonight! Tune in at 8pm. https://t.co…\n\n
7685                                                                                                                                                               RT @theJeremyVine: If this is @Ryanair, they need to explain how this man's disgusting racial abuse of the black lady in the seat next to h…\n\n
7686                                                                                                                                                                   @netflix so y’all cancelled Iron Fist, now LUKE CAGE!?!...all I’m gonna say is don’t even think about canceling… https://t.co/IvZYVuCk7t\n\n
7687                                                                                                                                                               RT @PokeyTheBrave: Attending the @DeAngeloHall23 signing at the @Walmart in Landover, MD. Thanks to @cravetheauto for letting me know about…\n\n
7688                                                                                                                                                               RT @Apple: iPhone XR. Breakthrough camera system with Depth Control. Advanced Face ID. A12 Bionic, the smartest, most powerful chip in a sm…\n\n
7689                                                                                                                                                                                                                       #TheHautingOfHillHouse stopped, resuscitated then broke my heart. Thank You @netflix\n\n
7690                                                                                                                                                           RT @slpng_giants: Hey @ATT, @intel, @WarrenBuffett &amp; @LandOLakesInc, by donating to @SteveKingIA’s re-election campaign, you are very liter…\n\n
7691                                                                                                                                     RT @BrianForde: I joined @facebook more than 11 years ago. Today, I deleted my personal account. \n\n\n\n\n\n\n\n\n\n\n\n\n\nJust 7 mos ago Mark said “We have a resp…\n\n
7692                                                                                                                                                                                                         @ComicBook Nooooo @netflix, how how can you cancel #LukeCage and #IronFist !  Im as upset as Luke!\n\n
                stock       date  last_price x1_day_return x2_day_return
1              PayPal 31/01/2017     39.7800  2.011061e-03  1.231775e-02
2              PayPal 31/01/2017     39.7800  2.011061e-03  1.231775e-02
3              PayPal 31/01/2017     39.7800  2.011061e-03  1.231775e-02
4           Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
5              PayPal 31/01/2017     39.7800  2.011061e-03  1.231775e-02
6           Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
7              Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
8           Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
9              Disney 31/01/2017    110.6500  2.620877e-03 -1.220063e-02
10             Google 31/01/2017    820.1900  4.437996e-03  3.028567e-02
11             Google 31/01/2017    820.1900  4.437996e-03  3.028567e-02
12            Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
13             PayPal 31/01/2017     39.7800  2.011061e-03  1.231775e-02
14              Apple 31/01/2017    121.3500  2.307375e-03  4.944376e-03
15               eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
16            Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
17               Ford 31/01/2017     12.3600  8.090615e-04  1.051780e-02
18               HSBC 31/01/2017    676.4000  5.322295e-03  1.655825e-02
19               eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
20          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
21          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
22              Adobe 31/01/2017    113.3800  3.880755e-03  5.380138e-03
23            Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
24          Microsoft 31/01/2017     64.6500  7.424594e-03  1.747873e-02
25            Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
26           Burberry 31/01/2017   1640.0000 -8.536585e-03  5.487805e-03
27          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
28          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
29          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
30            Ryanair 31/01/2017     14.3500  9.059233e-03  2.578397e-02
31             Google 31/01/2017    820.1900  4.437996e-03  3.028567e-02
32                 HP 31/01/2017     15.0500 -1.395349e-02 -1.661130e-02
33          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
34               Ford 31/01/2017     12.3600  8.090615e-04  1.051780e-02
35          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
36               eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
37               eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
38               eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
39          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
40          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
41          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
42            Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
43          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
44                IBM 31/01/2017    174.5200  7.334403e-03  1.592941e-02
45             Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
46               eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
47             Oracle 31/01/2017     40.1100  2.991773e-03  2.991773e-03
48                IBM 31/01/2017    174.5200  7.334403e-03  1.592941e-02
49            Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
50          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
51          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
52          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
53              Pepsi 31/01/2017    103.7800 -8.672191e-04 -2.890730e-03
54            Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
55              Cisco 31/01/2017     30.7200  3.580729e-03  8.463542e-03
56           Facebook 31/01/2017    130.3200  5.064457e-03  1.427256e-02
57             Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
58             Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
59           Facebook 31/01/2017    130.3200  5.064457e-03  1.427256e-02
60            Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
61         McDonald's 31/01/2017    122.5700  3.671371e-03  2.365995e-03
62          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
63          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
64          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
65      Goldman Sachs 31/01/2017    229.3200  1.997209e-02  3.327228e-02
66               eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
67          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
68            Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
69          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
70   American Express 31/01/2017     76.3800  1.178319e-02  6.153443e-03
71          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
72                IBM 31/01/2017    174.5200  7.334403e-03  1.592941e-02
73             Disney 31/01/2017    110.6500  2.620877e-03 -1.220063e-02
74               eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
75          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
76        Wells Fargo 31/01/2017     56.3300 -4.438132e-03  4.615658e-03
77          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
78         John Deere 31/01/2017    107.0500  9.341429e-05  8.780943e-03
79               eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
80          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
81          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
82          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
83          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
84          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
85            Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
86          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
87          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
88          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
89          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
90          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
91          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
92          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
93             Google 31/01/2017    820.1900  4.437996e-03  3.028567e-02
94               eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
95          Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
96             Disney 31/01/2017    110.6500  2.620877e-03 -1.220063e-02
97             Disney 31/01/2017    110.6500  2.620877e-03 -1.220063e-02
98              Tesco 31/01/2017    194.6000  1.644399e-02  6.140802e-02
99            Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
100              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
101              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
102         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
103         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
104         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
105              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
106         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
107         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
108         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
109         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
110         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
111               IBM 31/01/2017    174.5200  7.334403e-03  1.592941e-02
112            Google 31/01/2017    820.1900  4.437996e-03  3.028567e-02
113              Nike 31/01/2017     52.9000  3.402647e-03  5.482042e-03
114               IBM 31/01/2017    174.5200  7.334403e-03  1.592941e-02
115         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
116              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
117           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
118            Google 31/01/2017    820.1900  4.437996e-03  3.028567e-02
119         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
120        McDonald's 31/01/2017    122.5700  3.671371e-03  2.365995e-03
121         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
122              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
123         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
124         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
125         Citigroup 31/01/2017     55.8300  1.397098e-02  2.292674e-02
126         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
127     Goldman Sachs 31/01/2017    229.3200  1.997209e-02  3.327228e-02
128               CBS 31/01/2017     64.4900 -1.395565e-03  3.876570e-03
129             Yahoo 31/01/2017      4.2100  0.000000e+00 -1.045131e-01
130         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
131         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
132           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
133           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
134              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
135            Google 31/01/2017    820.1900  4.437996e-03  3.028567e-02
136         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
137            Google 31/01/2017    820.1900  4.437996e-03  3.028567e-02
138         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
139         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
140         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
141         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
142         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
143              Sony 31/01/2017   3423.0000  2.307917e-02  2.395559e-02
144              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
145             Cisco 31/01/2017     30.7200  3.580729e-03  8.463542e-03
146              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
147         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
148            Google 31/01/2017    820.1900  4.437996e-03  3.028567e-02
149    Morgan Stanley 31/01/2017     42.4900  1.482702e-02  2.730054e-02
150           Chevron 31/01/2017    111.3500  4.220925e-03  2.191289e-02
151         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
152             Honda 31/01/2017   3387.0000  2.893416e-02  2.863891e-02
153             Pepsi 31/01/2017    103.7800 -8.672191e-04 -2.890730e-03
154         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
155        McDonald's 31/01/2017    122.5700  3.671371e-03  2.365995e-03
156           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
157         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
158         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
159         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
160           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
161            Google 31/01/2017    820.1900  4.437996e-03  3.028567e-02
162             Pepsi 31/01/2017    103.7800 -8.672191e-04 -2.890730e-03
163         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
164           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
165              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
166         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
167               CBS 31/01/2017     64.4900 -1.395565e-03  3.876570e-03
168         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
169            Oracle 31/01/2017     40.1100  2.991773e-03  2.991773e-03
170         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
171         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
172            Disney 31/01/2017    110.6500  2.620877e-03 -1.220063e-02
173            Disney 31/01/2017    110.6500  2.620877e-03 -1.220063e-02
174        McDonald's 31/01/2017    122.5700  3.671371e-03  2.365995e-03
175           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
176         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
177         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
178        Home Depot 31/01/2017    137.5800  6.468964e-03  5.451374e-03
179         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
180         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
181              AT&T 31/01/2017     42.1600 -8.064516e-03 -3.557875e-03
182         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
183           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
184               CBS 31/01/2017     64.4900 -1.395565e-03  3.876570e-03
185         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
186         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
187         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
188         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
189              Next 31/01/2017   3830.0000  1.462141e-02  5.221932e-03
190          Facebook 31/01/2017    130.3200  5.064457e-03  1.427256e-02
191         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
192         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
193              Nike 31/01/2017     52.9000  3.402647e-03  5.482042e-03
194         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
195            Pfizer 31/01/2017     31.7300 -1.323668e-02 -9.769934e-03
196         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
197           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
198         Citigroup 31/01/2017     55.8300  1.397098e-02  2.292674e-02
199              AT&T 31/01/2017     42.1600 -8.064516e-03 -3.557875e-03
200           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
201         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
202         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
203           Walmart 31/01/2017     66.7400 -4.794726e-03 -1.618220e-02
204         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
205         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
206         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
207         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
208           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
209              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
210           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
211           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
212           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
213           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
214              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
215              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
216           Verizon 31/01/2017     49.0100  7.345440e-03  1.203836e-02
217         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
218         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
219       Wells Fargo 31/01/2017     56.3300 -4.438132e-03  4.615658e-03
220           Walmart 31/01/2017     66.7400 -4.794726e-03 -1.618220e-02
221            Boeing 31/01/2017    163.4200  1.315628e-02  2.619018e-02
222         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
223            Toyota 31/01/2017   6584.0000  1.837789e-02  1.822600e-02
224         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
225         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
226         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
227               BMW 31/01/2017     84.4080  2.511610e-02  3.592077e-02
228         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
229           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
230              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
231         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
232          Gillette 31/01/2017   4217.7000  1.659672e-03  9.602390e-04
233         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
234           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
235           TMobile 31/01/2017     62.2700 -1.830737e-02  2.408865e-03
236            Google 31/01/2017    820.1900  4.437996e-03  3.028567e-02
237              ASOS 31/01/2017   5266.0000 -1.253323e-02  8.355488e-03
238         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
239           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
240           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
241            Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
242              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
243           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
244           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
245         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
246         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
247         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
248         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
249          Facebook 31/01/2017    130.3200  5.064457e-03  1.427256e-02
250           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
251    salesforce.com 31/01/2017     79.1000 -4.930468e-03 -1.125158e-02
252           TMobile 31/01/2017     62.2700 -1.830737e-02  2.408865e-03
253         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
254         Microsoft 31/01/2017     64.6500  7.424594e-03  1.747873e-02
255          Gillette 31/01/2017   4217.7000  1.659672e-03  9.602390e-04
256         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
257         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
258               CBS 31/01/2017     64.4900 -1.395565e-03  3.876570e-03
259            Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
260             Bayer 31/01/2017    101.1040  1.682426e-02  3.187807e-02
261         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
262          Gillette 31/01/2017   4217.7000  1.659672e-03  9.602390e-04
263         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
264          Gillette 31/01/2017   4217.7000  1.659672e-03  9.602390e-04
265         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
266              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
267              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
268             Honda 31/01/2017   3387.0000  2.893416e-02  2.863891e-02
269               CBS 31/01/2017     64.4900 -1.395565e-03  3.876570e-03
270         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
271         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
272              AT&T 31/01/2017     42.1600 -8.064516e-03 -3.557875e-03
273           easyJet 31/01/2017    950.0000  1.368421e-02  2.526316e-02
274          Gillette 31/01/2017   4217.7000  1.659672e-03  9.602390e-04
275         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
276           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
277            Oracle 31/01/2017     40.1100  2.991773e-03  2.991773e-03
278           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
279         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
280           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
281          Gillette 31/01/2017   4217.7000  1.659672e-03  9.602390e-04
282         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
283         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
284          Gillette 31/01/2017   4217.7000  1.659672e-03  9.602390e-04
285          Gillette 31/01/2017   4217.7000  1.659672e-03  9.602390e-04
286        McDonald's 31/01/2017    122.5700  3.671371e-03  2.365995e-03
287            Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
288        McDonald's 31/01/2017    122.5700  3.671371e-03  2.365995e-03
289         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
290          Gillette 31/01/2017   4217.7000  1.659672e-03  9.602390e-04
291  American Express 31/01/2017     76.3800  1.178319e-02  6.153443e-03
292              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
293         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
294         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
295         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
296         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
297            Disney 31/01/2017    110.6500  2.620877e-03 -1.220063e-02
298           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
299         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
300           Walmart 31/01/2017     66.7400 -4.794726e-03 -1.618220e-02
301           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
302           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
303     Goldman Sachs 31/01/2017    229.3200  1.997209e-02  3.327228e-02
304           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
305              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
306            Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
307         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
308              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
309        McDonald's 31/01/2017    122.5700  3.671371e-03  2.365995e-03
310             Honda 31/01/2017   3387.0000  2.893416e-02  2.863891e-02
311        McDonald's 31/01/2017    122.5700  3.671371e-03  2.365995e-03
312              AT&T 31/01/2017     42.1600 -8.064516e-03 -3.557875e-03
313          Gillette 31/01/2017   4217.7000  1.659672e-03  9.602390e-04
314            Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
315              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
316          Gillette 31/01/2017   4217.7000  1.659672e-03  9.602390e-04
317         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
318           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
319             Pepsi 31/01/2017    103.7800 -8.672191e-04 -2.890730e-03
320          Gillette 31/01/2017   4217.7000  1.659672e-03  9.602390e-04
321             Pepsi 31/01/2017    103.7800 -8.672191e-04 -2.890730e-03
322         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
323         Microsoft 31/01/2017     64.6500  7.424594e-03  1.747873e-02
324         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
325         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
326       Wells Fargo 31/01/2017     56.3300 -4.438132e-03  4.615658e-03
327         Microsoft 31/01/2017     64.6500  7.424594e-03  1.747873e-02
328         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
329            Disney 31/01/2017    110.6500  2.620877e-03 -1.220063e-02
330           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
331         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
332       Wells Fargo 31/01/2017     56.3300 -4.438132e-03  4.615658e-03
333         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
334              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
335        McDonald's 31/01/2017    122.5700  3.671371e-03  2.365995e-03
336         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
337          Facebook 31/01/2017    130.3200  5.064457e-03  1.427256e-02
338              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
339           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
340         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
341         Microsoft 31/01/2017     64.6500  7.424594e-03  1.747873e-02
342         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
343           Comcast 31/01/2017     37.7100 -1.060727e-03  7.027314e-03
344          Gillette 31/01/2017   4217.7000  1.659672e-03  9.602390e-04
345             Tesco 31/01/2017    194.6000  1.644399e-02  6.140802e-02
346         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
347             Tesco 31/01/2017    194.6000  1.644399e-02  6.140802e-02
348          Burberry 31/01/2017   1640.0000 -8.536585e-03  5.487805e-03
349              ASOS 31/01/2017   5266.0000 -1.253323e-02  8.355488e-03
350              Nike 31/01/2017     52.9000  3.402647e-03  5.482042e-03
351              ASOS 31/01/2017   5266.0000 -1.253323e-02  8.355488e-03
352              ASOS 31/01/2017   5266.0000 -1.253323e-02  8.355488e-03
353           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
354          Gillette 31/01/2017   4217.7000  1.659672e-03  9.602390e-04
355       Wells Fargo 31/01/2017     56.3300 -4.438132e-03  4.615658e-03
356            Disney 31/01/2017    110.6500  2.620877e-03 -1.220063e-02
357         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
358           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
359        McDonald's 31/01/2017    122.5700  3.671371e-03  2.365995e-03
360              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
361          Gillette 31/01/2017   4217.7000  1.659672e-03  9.602390e-04
362          Gillette 31/01/2017   4217.7000  1.659672e-03  9.602390e-04
363         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
364         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
365         Microsoft 31/01/2017     64.6500  7.424594e-03  1.747873e-02
366           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
367         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
368           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
369            Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
370             Tesco 31/01/2017    194.6000  1.644399e-02  6.140802e-02
371         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
372          CocaCola 31/01/2017     41.5700 -4.570604e-03 -2.886697e-03
373            Disney 31/01/2017    110.6500  2.620877e-03 -1.220063e-02
374              ASOS 31/01/2017   5266.0000 -1.253323e-02  8.355488e-03
375               UPS 31/01/2017    109.1300  7.239073e-02  8.210391e-02
376              ASOS 31/01/2017   5266.0000 -1.253323e-02  8.355488e-03
377            Google 31/01/2017    820.1900  4.437996e-03  3.028567e-02
378          Gillette 31/01/2017   4217.7000  1.659672e-03  9.602390e-04
379              AT&T 31/01/2017     42.1600 -8.064516e-03 -3.557875e-03
380           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
381             FedEx 31/01/2017    189.1100  2.189202e-02  3.601079e-02
382              Nike 31/01/2017     52.9000  3.402647e-03  5.482042e-03
383              ASOS 31/01/2017   5266.0000 -1.253323e-02  8.355488e-03
384           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
385     Goldman Sachs 31/01/2017    229.3200  1.997209e-02  3.327228e-02
386            Google 31/01/2017    820.1900  4.437996e-03  3.028567e-02
387           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
388         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
389             Honda 31/01/2017   3387.0000  2.893416e-02  2.863891e-02
390         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
391            Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
392              Nike 31/01/2017     52.9000  3.402647e-03  5.482042e-03
393         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
394           TMobile 31/01/2017     62.2700 -1.830737e-02  2.408865e-03
395           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
396              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
397           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
398           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
399              Ford 31/01/2017     12.3600  8.090615e-04  1.051780e-02
400           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
401         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
402            Google 31/01/2017    820.1900  4.437996e-03  3.028567e-02
403              AT&T 31/01/2017     42.1600 -8.064516e-03 -3.557875e-03
404           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
405         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
406             Honda 31/01/2017   3387.0000  2.893416e-02  2.863891e-02
407             Tesco 31/01/2017    194.6000  1.644399e-02  6.140802e-02
408         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
409              Audi 31/01/2017    677.0000  1.298375e-03 -5.908419e-03
410           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
411           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
412         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
413           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
414            Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
415              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
416         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
417           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
418           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
419              ASOS 31/01/2017   5266.0000 -1.253323e-02  8.355488e-03
420           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
421         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
422           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
423            Google 31/01/2017    820.1900  4.437996e-03  3.028567e-02
424         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
425         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
426           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
427         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
428           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
429           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
430            Kroger 31/01/2017     33.9600 -1.060071e-02 -1.766784e-02
431           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
432         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
433           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
434         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
435           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
436              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
437              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
438           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
439              HSBC 31/01/2017    676.4000  5.322295e-03  1.655825e-02
440            Google 31/01/2017    820.1900  4.437996e-03  3.028567e-02
441              ASOS 31/01/2017   5266.0000 -1.253323e-02  8.355488e-03
442              ASOS 31/01/2017   5266.0000 -1.253323e-02  8.355488e-03
443            PayPal 31/01/2017     39.7800  2.011061e-03  1.231775e-02
444        Home Depot 31/01/2017    137.5800  6.468964e-03  5.451374e-03
445           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
446             Adobe 31/01/2017    113.3800  3.880755e-03  5.380138e-03
447               CBS 31/01/2017     64.4900 -1.395565e-03  3.876570e-03
448         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
449              ASOS 31/01/2017   5266.0000 -1.253323e-02  8.355488e-03
450           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
451            Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
452         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
453            Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
454             Pepsi 31/01/2017    103.7800 -8.672191e-04 -2.890730e-03
455           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
456            Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
457                HP 31/01/2017     15.0500 -1.395349e-02 -1.661130e-02
458             Intel 31/01/2017     36.8200  1.629549e-02  3.150462e-02
459             Intel 31/01/2017     36.8200  1.629549e-02  3.150462e-02
460           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
461          Facebook 31/01/2017    130.3200  5.064457e-03  1.427256e-02
462         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
463           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
464           Netflix 31/01/2017    140.7100  3.624476e-03  1.236586e-02
465            Disney 31/01/2017    110.6500  2.620877e-03 -1.220063e-02
466            Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
467         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
468         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
469         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
470         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
471               IBM 31/01/2017    174.5200  7.334403e-03  1.592941e-02
472               CBS 31/01/2017     64.4900 -1.395565e-03  3.876570e-03
473            Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
474              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
475           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
476              AT&T 31/01/2017     42.1600 -8.064516e-03 -3.557875e-03
477             Honda 31/01/2017   3387.0000  2.893416e-02  2.863891e-02
478         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
479              Sony 31/01/2017   3423.0000  2.307917e-02  2.395559e-02
480           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
481         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
482           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
483           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
484            Google 31/01/2017    820.1900  4.437996e-03  3.028567e-02
485           Comcast 31/01/2017     37.7100 -1.060727e-03  7.027314e-03
486               CBS 31/01/2017     64.4900 -1.395565e-03  3.876570e-03
487       Wells Fargo 31/01/2017     56.3300 -4.438132e-03  4.615658e-03
488            Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
489              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
490            Disney 31/01/2017    110.6500  2.620877e-03 -1.220063e-02
491         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
492            Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
493            Oracle 31/01/2017     40.1100  2.991773e-03  2.991773e-03
494         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
495        McDonald's 31/01/2017    122.5700  3.671371e-03  2.365995e-03
496              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
497    salesforce.com 31/01/2017     79.1000 -4.930468e-03 -1.125158e-02
498            Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
499         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
500             Apple 31/01/2017    121.3500  2.307375e-03  4.944376e-03
501         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
502            Disney 31/01/2017    110.6500  2.620877e-03 -1.220063e-02
503              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
504               CBS 31/01/2017     64.4900 -1.395565e-03  3.876570e-03
505         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
506         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
507              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
508         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
509              AT&T 31/01/2017     42.1600 -8.064516e-03 -3.557875e-03
510              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
511           Reuters 31/01/2017     49.3887 -2.676726e-03  3.122172e-03
512              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
513              eBay 31/01/2017     31.8300  1.068175e-02  2.136349e-02
514         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
515            Amazon 31/01/2017    823.4800  8.379074e-03  1.492447e-02
516         Starbucks 31/01/2017     55.2200  1.231438e-02  1.629844e-02
517         BlackRock 01/02/2017    373.0000  2.627346e-03  5.844504e-03
518             Apple 01/02/2017    128.7500 -5.747573e-02 -5.530097e-02
519               CBS 01/02/2017     64.6000 -1.702786e-03 -3.095975e-03
520         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
521        McDonald's 01/02/2017    122.4200  1.225290e-03  4.901160e-03
522          Facebook 01/02/2017    133.2300 -2.184193e-02 -1.688809e-02
523              AT&T 01/02/2017     42.0600  2.377556e-03 -5.706134e-03
524         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
525            Disney 01/02/2017    111.3000 -5.840072e-03 -3.234501e-03
526          Gillette 01/02/2017   4216.9500  1.778537e-04  1.837821e-03
527           Reuters 01/02/2017     49.0803  6.283580e-03  3.590035e-03
528             Honda 01/02/2017   3415.0000 -8.199122e-03  2.049780e-02
529         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
530           Netflix 01/02/2017    140.7800 -4.972297e-04  3.125444e-03
531         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
532            Google 01/02/2017    815.2400  6.071832e-03  1.053677e-02
533         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
534       Wells Fargo 01/02/2017     55.9100  7.512073e-03  3.040601e-03
535         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
536              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
537           Reuters 01/02/2017     49.0803  6.283580e-03  3.590035e-03
538              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
539           Netflix 01/02/2017    140.7800 -4.972297e-04  3.125444e-03
540         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
541         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
542                HP 01/02/2017     14.9900  4.002668e-03 -1.000667e-02
543         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
544           Netflix 01/02/2017    140.7800 -4.972297e-04  3.125444e-03
545           Reuters 01/02/2017     49.0803  6.283580e-03  3.590035e-03
546              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
547           Reuters 01/02/2017     49.0803  6.283580e-03  3.590035e-03
548              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
549         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
550            Google 01/02/2017    815.2400  6.071832e-03  1.053677e-02
551        Mastercard 01/02/2017    105.0000  1.266667e-02  4.095238e-02
552         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
553              Nike 01/02/2017     53.0200 -2.263297e-03  1.131648e-03
554           TMobile 01/02/2017     63.2600 -1.564970e-02 -3.367057e-02
555           TMobile 01/02/2017     63.2600 -1.564970e-02 -3.367057e-02
556         Microsoft 01/02/2017     63.5800  1.682919e-02  2.437874e-02
557            Amazon 01/02/2017    832.3500 -1.065657e-02 -2.366793e-03
558         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
559         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
560         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
561         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
562         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
563           TMobile 01/02/2017     63.2600 -1.564970e-02 -3.367057e-02
564         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
565           Reuters 01/02/2017     49.0803  6.283580e-03  3.590035e-03
566         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
567       Wells Fargo 01/02/2017     55.9100  7.512073e-03  3.040601e-03
568              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
569         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
570              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
571           Reuters 01/02/2017     49.0803  6.283580e-03  3.590035e-03
572              Ford 01/02/2017     12.3200  3.246753e-03  4.058442e-03
573         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
574         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
575         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
576         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
577             Yahoo 01/02/2017      4.2100  0.000000e+00  0.000000e+00
578           Reuters 01/02/2017     49.0803  6.283580e-03  3.590035e-03
579             Pepsi 01/02/2017    103.0100  7.475002e-03  6.601301e-03
580             Pepsi 01/02/2017    103.0100  7.475002e-03  6.601301e-03
581             Pepsi 01/02/2017    103.0100  7.475002e-03  6.601301e-03
582             Pepsi 01/02/2017    103.0100  7.475002e-03  6.601301e-03
583             Pepsi 01/02/2017    103.0100  7.475002e-03  6.601301e-03
584             Pepsi 01/02/2017    103.0100  7.475002e-03  6.601301e-03
585         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
586         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
587         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
588         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
589           Reuters 01/02/2017     49.0803  6.283580e-03  3.590035e-03
590         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
591            Amazon 01/02/2017    832.3500 -1.065657e-02 -2.366793e-03
592           Reuters 01/02/2017     49.0803  6.283580e-03  3.590035e-03
593              Nike 01/02/2017     53.0200 -2.263297e-03  1.131648e-03
594         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
595              ASOS 01/02/2017   5267.0000 -1.898614e-04 -1.272071e-02
596         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
597   Bank of America 01/02/2017     22.8900 -1.092180e-02  2.621232e-03
598         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
599            adidas 01/02/2017    147.5400 -7.726718e-03  1.966246e-02
600               CBS 01/02/2017     64.6000 -1.702786e-03 -3.095975e-03
601           Reuters 01/02/2017     49.0803  6.283580e-03  3.590035e-03
602              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
603          Gillette 01/02/2017   4216.9500  1.778537e-04  1.837821e-03
604        McDonald's 01/02/2017    122.4200  1.225290e-03  4.901160e-03
605               CBS 01/02/2017     64.6000 -1.702786e-03 -3.095975e-03
606            Amazon 01/02/2017    832.3500 -1.065657e-02 -2.366793e-03
607              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
608           TMobile 01/02/2017     63.2600 -1.564970e-02 -3.367057e-02
609         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
610            Amazon 01/02/2017    832.3500 -1.065657e-02 -2.366793e-03
611            Google 01/02/2017    815.2400  6.071832e-03  1.053677e-02
612              Nike 01/02/2017     53.0200 -2.263297e-03  1.131648e-03
613          Gillette 01/02/2017   4216.9500  1.778537e-04  1.837821e-03
614               CBS 01/02/2017     64.6000 -1.702786e-03 -3.095975e-03
615    Morgan Stanley 01/02/2017     42.7000 -4.918033e-03  9.836066e-03
616            Amazon 01/02/2017    832.3500 -1.065657e-02 -2.366793e-03
617            Google 01/02/2017    815.2400  6.071832e-03  1.053677e-02
618       Wells Fargo 01/02/2017     55.9100  7.512073e-03  3.040601e-03
619         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
620           TMobile 01/02/2017     63.2600 -1.564970e-02 -3.367057e-02
621           Netflix 01/02/2017    140.7800 -4.972297e-04  3.125444e-03
622              Audi 01/02/2017    677.0000  0.000000e+00  1.298375e-03
623         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
624             Exxon 01/02/2017     82.9400  1.145406e-02  2.314926e-02
625         Citigroup 01/02/2017     56.0500 -3.925067e-03  9.991079e-03
626             Honda 01/02/2017   3415.0000 -8.199122e-03  2.049780e-02
627               CBS 01/02/2017     64.6000 -1.702786e-03 -3.095975e-03
628           Netflix 01/02/2017    140.7800 -4.972297e-04  3.125444e-03
629         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
630            Amazon 01/02/2017    832.3500 -1.065657e-02 -2.366793e-03
631              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
632           Netflix 01/02/2017    140.7800 -4.972297e-04  3.125444e-03
633         Microsoft 01/02/2017     63.5800  1.682919e-02  2.437874e-02
634           Samsung 01/02/2017  39120.0000  8.691207e-03  1.993865e-02
635         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
636           Netflix 01/02/2017    140.7800 -4.972297e-04  3.125444e-03
637         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
638         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
639         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
640            Amazon 01/02/2017    832.3500 -1.065657e-02 -2.366793e-03
641         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
642           Reuters 01/02/2017     49.0803  6.283580e-03  3.590035e-03
643           Samsung 01/02/2017  39120.0000  8.691207e-03  1.993865e-02
644           Netflix 01/02/2017    140.7800 -4.972297e-04  3.125444e-03
645          Facebook 01/02/2017    133.2300 -2.184193e-02 -1.688809e-02
646       TripAdvisor 01/02/2017     51.8700  1.985734e-02  7.326007e-03
647            Google 01/02/2017    815.2400  6.071832e-03  1.053677e-02
648         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
649          Facebook 01/02/2017    133.2300 -2.184193e-02 -1.688809e-02
650         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
651            Amazon 01/02/2017    832.3500 -1.065657e-02 -2.366793e-03
652         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
653          Gillette 01/02/2017   4216.9500  1.778537e-04  1.837821e-03
654              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
655              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
656         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
657         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
658            Boeing 01/02/2017    163.9700 -3.354272e-03  9.757883e-03
659         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
660            Disney 01/02/2017    111.3000 -5.840072e-03 -3.234501e-03
661         Microsoft 01/02/2017     63.5800  1.682919e-02  2.437874e-02
662           Netflix 01/02/2017    140.7800 -4.972297e-04  3.125444e-03
663              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
664              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
665              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
666          JPMorgan 01/02/2017     84.9500 -3.766922e-03  1.271336e-02
667              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
668         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
669        McDonald's 01/02/2017    122.4200  1.225290e-03  4.901160e-03
670            Amazon 01/02/2017    832.3500 -1.065657e-02 -2.366793e-03
671            Google 01/02/2017    815.2400  6.071832e-03  1.053677e-02
672               CBS 01/02/2017     64.6000 -1.702786e-03 -3.095975e-03
673             Pepsi 01/02/2017    103.0100  7.475002e-03  6.601301e-03
674           Reuters 01/02/2017     49.0803  6.283580e-03  3.590035e-03
675            Google 01/02/2017    815.2400  6.071832e-03  1.053677e-02
676               SAP 01/02/2017     84.1940  4.667791e-03  1.380146e-02
677         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
678           Reuters 01/02/2017     49.0803  6.283580e-03  3.590035e-03
679           Netflix 01/02/2017    140.7800 -4.972297e-04  3.125444e-03
680               IBM 01/02/2017    174.2900  1.319640e-03  8.663721e-03
681         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
682             Intel 01/02/2017     36.5200  8.214677e-03  2.464403e-02
683            Amazon 01/02/2017    832.3500 -1.065657e-02 -2.366793e-03
684              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
685               CBS 01/02/2017     64.6000 -1.702786e-03 -3.095975e-03
686            Amazon 01/02/2017    832.3500 -1.065657e-02 -2.366793e-03
687         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
688             Yahoo 01/02/2017      4.2100  0.000000e+00  0.000000e+00
689               CBS 01/02/2017     64.6000 -1.702786e-03 -3.095975e-03
690           Reuters 01/02/2017     49.0803  6.283580e-03  3.590035e-03
691              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
692             FedEx 01/02/2017    186.2700  1.524668e-02  3.747249e-02
693            Disney 01/02/2017    111.3000 -5.840072e-03 -3.234501e-03
694            Amazon 01/02/2017    832.3500 -1.065657e-02 -2.366793e-03
695             Apple 01/02/2017    128.7500 -5.747573e-02 -5.530097e-02
696             Apple 01/02/2017    128.7500 -5.747573e-02 -5.530097e-02
697          Facebook 01/02/2017    133.2300 -2.184193e-02 -1.688809e-02
698         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
699           Verizon 01/02/2017     48.3900  1.281256e-02  2.025212e-02
700              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
701             Apple 01/02/2017    128.7500 -5.747573e-02 -5.530097e-02
702           Reuters 01/02/2017     49.0803  6.283580e-03  3.590035e-03
703             Apple 01/02/2017    128.7500 -5.747573e-02 -5.530097e-02
704             Apple 01/02/2017    128.7500 -5.747573e-02 -5.530097e-02
705           Reuters 01/02/2017     49.0803  6.283580e-03  3.590035e-03
706           Reuters 01/02/2017     49.0803  6.283580e-03  3.590035e-03
707              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
708             Apple 01/02/2017    128.7500 -5.747573e-02 -5.530097e-02
709            Google 01/02/2017    815.2400  6.071832e-03  1.053677e-02
710             Apple 01/02/2017    128.7500 -5.747573e-02 -5.530097e-02
711              eBay 01/02/2017     32.1800 -1.087632e-02 -3.107520e-04
712             Apple 01/02/2017    128.7500 -5.747573e-02 -5.530097e-02
713         Starbucks 01/02/2017     53.9000  2.448980e-02  3.710575e-02
714           Netflix 01/02/2017    140.7800 -4.972297e-04  3.125444e-03
715             Apple 01/02/2017    128.7500 -5.747573e-02 -5.530097e-02
716             Apple 01/02/2017    128.7500 -5.747573e-02 -5.530097e-02
717             Intel 28/02/2017     36.2000  8.563536e-03  9.116022e-03
718          Facebook 28/02/2017    135.5400  6.418769e-03 -7.377896e-04
719           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
720             Apple 28/02/2017    136.9900 -4.379882e-04 -2.408935e-03
721         Microsoft 28/02/2017     63.9800  3.907471e-03  1.000313e-02
722           L'Oreal 28/02/2017    184.8800  0.000000e+00  8.762441e-03
723           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
724          Facebook 28/02/2017    135.5400  6.418769e-03 -7.377896e-04
725            Google 28/02/2017    844.9300  5.609932e-03  3.408566e-03
726              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
727           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
728           easyJet 28/02/2017    951.0000 -1.577287e-02 -2.050473e-02
729            Disney 28/02/2017    110.0900  1.271687e-03  2.089200e-03
730             Cisco 28/02/2017     34.1800  2.340550e-03  4.095963e-03
731               GSK 28/02/2017   1648.0000 -2.123786e-03 -5.157767e-03
732         Citigroup 28/02/2017     59.8100  3.511119e-03 -4.179903e-03
733            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
734       TripAdvisor 28/02/2017     41.4700  3.231252e-02  2.773089e-02
735          CocaCola 28/02/2017     41.9600 -6.911344e-03 -4.289800e-03
736           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
737            Google 28/02/2017    844.9300  5.609932e-03  3.408566e-03
738            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
739            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
740           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
741           Allianz 28/02/2017    163.9400 -2.866903e-04  1.848237e-03
742            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
743            Google 28/02/2017    844.9300  5.609932e-03  3.408566e-03
744            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
745             Tesco 28/02/2017    188.4000  3.715499e-03  8.492569e-03
746              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
747            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
748           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
749        McDonald's 28/02/2017    127.6500 -5.170388e-03  7.833921e-03
750              AT&T 28/02/2017     41.7900  7.178751e-04  1.363963e-02
751            Google 28/02/2017    844.9300  5.609932e-03  3.408566e-03
752          Vodafone 28/02/2017    201.9000 -1.981179e-03  4.705300e-03
753            Google 28/02/2017    844.9300  5.609932e-03  3.408566e-03
754            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
755            Google 28/02/2017    844.9300  5.609932e-03  3.408566e-03
756           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
757          Burberry 28/02/2017   1726.0000 -3.534183e-02 -3.765933e-02
758            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
759           Ryanair 28/02/2017     14.2800 -2.030812e-02 -2.521008e-02
760           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
761              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
762               IBM 28/02/2017    179.8200 -2.335669e-03  8.508509e-03
763           TMobile 28/02/2017     62.5300 -5.757237e-03 -5.117544e-03
764               SAP 28/02/2017     87.7400  1.834967e-03  5.698655e-03
765            Google 28/02/2017    844.9300  5.609932e-03  3.408566e-03
766              Nike 28/02/2017     57.1600  9.272218e-03  1.224633e-02
767              Sony 28/02/2017   3478.0000 -6.900518e-03  2.300173e-03
768            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
769             Tesco 28/02/2017    188.4000  3.715499e-03  8.492569e-03
770  American Express 28/02/2017     80.0600  1.373970e-03 -3.747190e-03
771            Google 28/02/2017    844.9300  5.609932e-03  3.408566e-03
772             Intel 28/02/2017     36.2000  8.563536e-03  9.116022e-03
773           Groupon 28/02/2017      4.2300  6.146572e-02  5.673759e-02
774        McDonald's 28/02/2017    127.6500 -5.170388e-03  7.833921e-03
775           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
776            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
777            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
778            Google 28/02/2017    844.9300  5.609932e-03  3.408566e-03
779            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
780           Siemens 28/02/2017    122.5320 -1.387393e-04 -3.142036e-03
781           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
782           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
783             Apple 28/02/2017    136.9900 -4.379882e-04 -2.408935e-03
784            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
785              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
786          Facebook 28/02/2017    135.5400  6.418769e-03 -7.377896e-04
787              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
788           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
789           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
790         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
791             Tesco 28/02/2017    188.4000  3.715499e-03  8.492569e-03
792              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
793       AstraZeneca 28/02/2017   4644.0000 -7.644272e-03 -7.536606e-03
794           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
795           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
796              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
797            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
798            Google 28/02/2017    844.9300  5.609932e-03  3.408566e-03
799           Ryanair 28/02/2017     14.2800 -2.030812e-02 -2.521008e-02
800             Shell 28/02/2017   2079.5000 -2.404424e-03 -3.125751e-03
801               UPS 28/02/2017    105.7600  9.171710e-03  3.971256e-03
802           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
803              Audi 28/02/2017    646.0220  2.008910e-02  4.609750e-03
804           Comcast 28/02/2017     37.4200  2.939604e-03  1.256013e-02
805           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
806        McDonald's 28/02/2017    127.6500 -5.170388e-03  7.833921e-03
807              AT&T 28/02/2017     41.7900  7.178751e-04  1.363963e-02
808            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
809         BlackRock 28/02/2017    387.4600  9.136427e-03  4.387550e-03
810            Disney 28/02/2017    110.0900  1.271687e-03  2.089200e-03
811           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
812         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
813              AT&T 28/02/2017     41.7900  7.178751e-04  1.363963e-02
814            adidas 28/02/2017    157.8630 -7.474836e-04 -3.713980e-02
815         Microsoft 28/02/2017     63.9800  3.907471e-03  1.000313e-02
816         Microsoft 28/02/2017     63.9800  3.907471e-03  1.000313e-02
817         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
818              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
819            Disney 28/02/2017    110.0900  1.271687e-03  2.089200e-03
820         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
821               CBS 28/02/2017     65.9200  4.702670e-03  1.592840e-02
822         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
823           Ryanair 28/02/2017     14.2800 -2.030812e-02 -2.521008e-02
824              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
825    salesforce.com 28/02/2017     81.3500  2.335587e-03  5.285802e-03
826         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
827             FedEx 28/02/2017    192.9800  7.202819e-03  6.736449e-04
828         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
829             Shell 28/02/2017   2079.5000 -2.404424e-03 -3.125751e-03
830              AT&T 28/02/2017     41.7900  7.178751e-04  1.363963e-02
831         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
832               BMW 28/02/2017     84.2220  3.811356e-03  2.184702e-03
833        McDonald's 28/02/2017    127.6500 -5.170388e-03  7.833921e-03
834              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
835               IBM 28/02/2017    179.8200 -2.335669e-03  8.508509e-03
836              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
837            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
838           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
839               SAP 28/02/2017     87.7400  1.834967e-03  5.698655e-03
840   Bank of America 28/02/2017     24.6800 -4.457050e-03 -1.823339e-02
841       TripAdvisor 28/02/2017     41.4700  3.231252e-02  2.773089e-02
842            Disney 28/02/2017    110.0900  1.271687e-03  2.089200e-03
843         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
844              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
845               CBS 28/02/2017     65.9200  4.702670e-03  1.592840e-02
846           Walmart 28/02/2017     70.9300  1.141971e-02  2.058367e-02
847            Google 28/02/2017    844.9300  5.609932e-03  3.408566e-03
848         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
849             FedEx 28/02/2017    192.9800  7.202819e-03  6.736449e-04
850            Google 28/02/2017    844.9300  5.609932e-03  3.408566e-03
851         Microsoft 28/02/2017     63.9800  3.907471e-03  1.000313e-02
852         Microsoft 28/02/2017     63.9800  3.907471e-03  1.000313e-02
853              AT&T 28/02/2017     41.7900  7.178751e-04  1.363963e-02
854         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
855            Pfizer 28/02/2017     34.1200  4.689332e-03  4.103165e-03
856            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
857              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
858        McDonald's 28/02/2017    127.6500 -5.170388e-03  7.833921e-03
859            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
860               H&M 28/02/2017     26.4000 -6.818182e-03  9.469697e-03
861               IBM 28/02/2017    179.8200 -2.335669e-03  8.508509e-03
862            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
863               H&M 28/02/2017     26.4000 -6.818182e-03  9.469697e-03
864           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
865              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
866               H&M 28/02/2017     26.4000 -6.818182e-03  9.469697e-03
867           Groupon 28/02/2017      4.2300  6.146572e-02  5.673759e-02
868             Adobe 28/02/2017    118.3400  3.718100e-03  8.196721e-03
869              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
870           Allianz 28/02/2017    163.9400 -2.866903e-04  1.848237e-03
871           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
872           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
873           TMobile 28/02/2017     62.5300 -5.757237e-03 -5.117544e-03
874            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
875           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
876           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
877              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
878              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
879            Google 28/02/2017    844.9300  5.609932e-03  3.408566e-03
880               BMW 28/02/2017     84.2220  3.811356e-03  2.184702e-03
881    salesforce.com 28/02/2017     81.3500  2.335587e-03  5.285802e-03
882           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
883           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
884           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
885              AT&T 28/02/2017     41.7900  7.178751e-04  1.363963e-02
886           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
887    salesforce.com 28/02/2017     81.3500  2.335587e-03  5.285802e-03
888           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
889           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
890         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
891           TMobile 28/02/2017     62.5300 -5.757237e-03 -5.117544e-03
892              Sony 28/02/2017   3478.0000 -6.900518e-03  2.300173e-03
893            Google 28/02/2017    844.9300  5.609932e-03  3.408566e-03
894             Yahoo 28/02/2017      4.6000  0.000000e+00  0.000000e+00
895            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
896            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
897            PayPal 28/02/2017     42.0000  1.523810e-02  2.547619e-02
898        McDonald's 28/02/2017    127.6500 -5.170388e-03  7.833921e-03
899         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
900     Deutsche Bank 28/02/2017     17.5796 -5.586020e-03 -2.844206e-02
901              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
902           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
903               CBS 28/02/2017     65.9200  4.702670e-03  1.592840e-02
904              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
905              Nike 28/02/2017     57.1600  9.272218e-03  1.224633e-02
906    salesforce.com 28/02/2017     81.3500  2.335587e-03  5.285802e-03
907        McDonald's 28/02/2017    127.6500 -5.170388e-03  7.833921e-03
908         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
909              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
910              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
911              HSBC 28/02/2017    646.5000 -7.733952e-04  5.877804e-03
912              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
913            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
914            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
915            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
916           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
917            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
918            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
919         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
920           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
921              Nike 28/02/2017     57.1600  9.272218e-03  1.224633e-02
922              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
923            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
924              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
925            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
926              AT&T 28/02/2017     41.7900  7.178751e-04  1.363963e-02
927              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
928           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
929          Facebook 28/02/2017    135.5400  6.418769e-03 -7.377896e-04
930        McDonald's 28/02/2017    127.6500 -5.170388e-03  7.833921e-03
931              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
932            Google 28/02/2017    844.9300  5.609932e-03  3.408566e-03
933              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
934            Boeing 28/02/2017    180.2300 -4.438773e-03 -1.548022e-02
935           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
936          Facebook 28/02/2017    135.5400  6.418769e-03 -7.377896e-04
937            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
938              AT&T 28/02/2017     41.7900  7.178751e-04  1.363963e-02
939         Microsoft 28/02/2017     63.9800  3.907471e-03  1.000313e-02
940            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
941             Yahoo 28/02/2017      4.6000  0.000000e+00  0.000000e+00
942               CBS 28/02/2017     65.9200  4.702670e-03  1.592840e-02
943               BMW 28/02/2017     84.2220  3.811356e-03  2.184702e-03
944            Google 28/02/2017    844.9300  5.609932e-03  3.408566e-03
945            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
946              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
947              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
948            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
949            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
950         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
951            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
952           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
953           Verizon 28/02/2017     49.6300  6.246222e-03  1.954463e-02
954           TMobile 28/02/2017     62.5300 -5.757237e-03 -5.117544e-03
955             Exxon 28/02/2017     81.3200  2.705362e-03 -2.951303e-03
956           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
957            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
958          Facebook 28/02/2017    135.5400  6.418769e-03 -7.377896e-04
959               CBS 28/02/2017     65.9200  4.702670e-03  1.592840e-02
960           TMobile 28/02/2017     62.5300 -5.757237e-03 -5.117544e-03
961            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
962           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
963           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
964         Microsoft 28/02/2017     63.9800  3.907471e-03  1.000313e-02
965         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
966              HSBC 28/02/2017    646.5000 -7.733952e-04  5.877804e-03
967             Tesco 28/02/2017    188.4000  3.715499e-03  8.492569e-03
968           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
969            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
970               CBS 28/02/2017     65.9200  4.702670e-03  1.592840e-02
971           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
972           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
973             Yahoo 28/02/2017      4.6000  0.000000e+00  0.000000e+00
974           Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
975            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
976         Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
977           TMobile 28/02/2017     62.5300 -5.757237e-03 -5.117544e-03
978           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
979           Walmart 28/02/2017     70.9300  1.141971e-02  2.058367e-02
980        McDonald's 28/02/2017    127.6500 -5.170388e-03  7.833921e-03
981           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
982             Yahoo 28/02/2017      4.6000  0.000000e+00  0.000000e+00
983           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
984           Siemens 28/02/2017    122.5320 -1.387393e-04 -3.142036e-03
985           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
986            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
987           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
988              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
989           Walmart 28/02/2017     70.9300  1.141971e-02  2.058367e-02
990           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
991           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
992           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
993           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
994             Yahoo 28/02/2017      4.6000  0.000000e+00  0.000000e+00
995           Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
996            Disney 28/02/2017    110.0900  1.271687e-03  2.089200e-03
997               CBS 28/02/2017     65.9200  4.702670e-03  1.592840e-02
998              eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
999            Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
1000          Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
1001          Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
1002          Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
1003          Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
1004          Groupon 28/02/2017      4.2300  6.146572e-02  5.673759e-02
1005        Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
1006              IBM 28/02/2017    179.8200 -2.335669e-03  8.508509e-03
1007           Toyota 28/02/2017   6365.0000  6.441477e-03  1.304006e-02
1008           Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
1009             eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
1010   salesforce.com 28/02/2017     81.3500  2.335587e-03  5.285802e-03
1011           Disney 28/02/2017    110.0900  1.271687e-03  2.089200e-03
1012        Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
1013          Hyundai 28/02/2017 149500.0000 -6.688963e-03 -1.003344e-02
1014       McDonald's 28/02/2017    127.6500 -5.170388e-03  7.833921e-03
1015              CBS 28/02/2017     65.9200  4.702670e-03  1.592840e-02
1016             eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
1017          Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
1018           Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
1019             Nike 28/02/2017     57.1600  9.272218e-03  1.224633e-02
1020    Deutsche Bank 28/02/2017     17.5796 -5.586020e-03 -2.844206e-02
1021             eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
1022          Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
1023            Apple 28/02/2017    136.9900 -4.379882e-04 -2.408935e-03
1024       McDonald's 28/02/2017    127.6500 -5.170388e-03  7.833921e-03
1025           Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
1026           adidas 28/02/2017    157.8630 -7.474836e-04 -3.713980e-02
1027           Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
1028          Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
1029             eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
1030          Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
1031           Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
1032           Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
1033             eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
1034           Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
1035             eBay 28/02/2017     33.9000  1.120944e-02  4.719764e-03
1036           Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
1037           Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
1038        Starbucks 28/02/2017     56.8700 -1.582557e-03  1.072622e-02
1039       Home Depot 28/02/2017    144.9100  2.691326e-03  7.176868e-03
1040            Cisco 28/02/2017     34.1800  2.340550e-03  4.095963e-03
1041           Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
1042           Amazon 28/02/2017    845.0400  4.260153e-03  2.366752e-04
1043          Netflix 28/02/2017    142.1300  9.005840e-03  7.880110e-03
1044          TMobile 28/02/2017     62.5300 -5.757237e-03 -5.117544e-03
1045       McDonald's 28/02/2017    127.6500 -5.170388e-03  7.833921e-03
1046             AT&T 28/02/2017     41.7900  7.178751e-04  1.363963e-02
1047          TMobile 28/02/2017     62.5300 -5.757237e-03 -5.117544e-03
1048            Tesco 28/02/2017    188.4000  3.715499e-03  8.492569e-03
1049           Google 28/02/2017    844.9300  5.609932e-03  3.408566e-03
1050          Reuters 28/02/2017     46.5910  7.329742e-03  9.456762e-03
1051           Toyota 01/03/2017   6466.0000 -1.562017e-02 -9.279307e-03
1052             AT&T 01/03/2017     42.0400 -5.946717e-03 -5.233111e-03
1053          Walmart 01/03/2017     70.4500  6.813343e-03  1.831086e-02
1054             eBay 01/03/2017     34.2700 -1.079662e-02  2.918004e-04
1055             eBay 01/03/2017     34.2700 -1.079662e-02  2.918004e-04
1056          Netflix 01/03/2017    142.6500 -3.645286e-03  5.327725e-03
1057          Netflix 01/03/2017    142.6500 -3.645286e-03  5.327725e-03
1058        Starbucks 01/03/2017     57.1400 -4.725236e-03 -6.300315e-03
1059          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1060          Netflix 01/03/2017    142.6500 -3.645286e-03  5.327725e-03
1061             eBay 01/03/2017     34.2700 -1.079662e-02  2.918004e-04
1062          Netflix 01/03/2017    142.6500 -3.645286e-03  5.327725e-03
1063        Starbucks 01/03/2017     57.1400 -4.725236e-03 -6.300315e-03
1064         Burberry 01/03/2017   1772.0000 -2.595937e-02 -6.038375e-02
1065             Nike 01/03/2017     57.9500 -1.363244e-02 -4.486626e-03
1066             Nike 01/03/2017     57.9500 -1.363244e-02 -4.486626e-03
1067           Disney 01/03/2017    111.0400 -8.555476e-03 -7.294669e-03
1068         JPMorgan 01/03/2017     93.6000 -3.183761e-02 -3.386752e-02
1069    Deutsche Bank 01/03/2017     18.4456 -4.694887e-02 -5.227263e-02
1070           adidas 01/03/2017    160.5000 -1.642991e-02 -1.716511e-02
1071          TMobile 01/03/2017     62.3400  3.047802e-03 -2.726981e-03
1072          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1073              IBM 01/03/2017    181.9500 -1.170651e-02 -1.401484e-02
1074       McDonald's 01/03/2017    129.0500 -1.084851e-02 -1.596281e-02
1075          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1076          Walmart 01/03/2017     70.4500  6.813343e-03  1.831086e-02
1077           Amazon 01/03/2017    853.0800 -9.424673e-03 -5.204670e-03
1078  Bank of America 01/03/2017     25.5000 -3.215686e-02 -3.647059e-02
1079              IBM 01/03/2017    181.9500 -1.170651e-02 -1.401484e-02
1080          Netflix 01/03/2017    142.6500 -3.645286e-03  5.327725e-03
1081          Netflix 01/03/2017    142.6500 -3.645286e-03  5.327725e-03
1082          Netflix 01/03/2017    142.6500 -3.645286e-03  5.327725e-03
1083          Walmart 01/03/2017     70.4500  6.813343e-03  1.831086e-02
1084          Walmart 01/03/2017     70.4500  6.813343e-03  1.831086e-02
1085             AT&T 01/03/2017     42.0400 -5.946717e-03 -5.233111e-03
1086          Walmart 01/03/2017     70.4500  6.813343e-03  1.831086e-02
1087        Kellogg's 01/03/2017     74.8300 -1.015635e-02 -1.269544e-02
1088            Yahoo 01/03/2017      4.6000  0.000000e+00  0.000000e+00
1089              CBS 01/03/2017     67.2600 -1.992269e-02 -1.531371e-02
1090  Bank of America 01/03/2017     25.5000 -3.215686e-02 -3.647059e-02
1091             eBay 01/03/2017     34.2700 -1.079662e-02  2.918004e-04
1092              CBS 01/03/2017     67.2600 -1.992269e-02 -1.531371e-02
1093              UPS 01/03/2017    106.8700 -1.038645e-02 -1.310003e-03
1094          Walmart 01/03/2017     70.4500  6.813343e-03  1.831086e-02
1095        Starbucks 01/03/2017     57.1400 -4.725236e-03 -6.300315e-03
1096              CBS 01/03/2017     67.2600 -1.992269e-02 -1.531371e-02
1097              CBS 01/03/2017     67.2600 -1.992269e-02 -1.531371e-02
1098            Pepsi 01/03/2017    109.7300  5.923631e-03 -4.192108e-03
1099               HP 01/03/2017     17.6200 -1.418842e-02  1.702611e-03
1100             AT&T 01/03/2017     42.0400 -5.946717e-03 -5.233111e-03
1101        Starbucks 01/03/2017     57.1400 -4.725236e-03 -6.300315e-03
1102          TMobile 01/03/2017     62.3400  3.047802e-03 -2.726981e-03
1103          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1104          TMobile 01/03/2017     62.3400  3.047802e-03 -2.726981e-03
1105             eBay 01/03/2017     34.2700 -1.079662e-02  2.918004e-04
1106             eBay 01/03/2017     34.2700 -1.079662e-02  2.918004e-04
1107           Amazon 01/03/2017    853.0800 -9.424673e-03 -5.204670e-03
1108           Amazon 01/03/2017    853.0800 -9.424673e-03 -5.204670e-03
1109          TMobile 01/03/2017     62.3400  3.047802e-03 -2.726981e-03
1110           Boeing 01/03/2017    183.9100 -2.000979e-02 -2.435974e-02
1111        Starbucks 01/03/2017     57.1400 -4.725236e-03 -6.300315e-03
1112              CBS 01/03/2017     67.2600 -1.992269e-02 -1.531371e-02
1113        Starbucks 01/03/2017     57.1400 -4.725236e-03 -6.300315e-03
1114          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1115        Starbucks 01/03/2017     57.1400 -4.725236e-03 -6.300315e-03
1116          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1117         Facebook 01/03/2017    137.4200 -1.368069e-02 -7.349731e-03
1118          Walmart 01/03/2017     70.4500  6.813343e-03  1.831086e-02
1119          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1120             Nike 01/03/2017     57.9500 -1.363244e-02 -4.486626e-03
1121             Ford 01/03/2017     12.6900 -1.260835e-02 -2.364066e-03
1122        Kellogg's 01/03/2017     74.8300 -1.015635e-02 -1.269544e-02
1123          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1124             Sony 01/03/2017   3529.0000 -1.445169e-02 -2.125248e-02
1125             Sony 01/03/2017   3529.0000 -1.445169e-02 -2.125248e-02
1126            Exxon 01/03/2017     83.0200 -2.047699e-02 -1.782703e-02
1127          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1128             eBay 01/03/2017     34.2700 -1.079662e-02  2.918004e-04
1129          Walmart 01/03/2017     70.4500  6.813343e-03  1.831086e-02
1130             eBay 01/03/2017     34.2700 -1.079662e-02  2.918004e-04
1131             Nike 01/03/2017     57.9500 -1.363244e-02 -4.486626e-03
1132           Amazon 01/03/2017    853.0800 -9.424673e-03 -5.204670e-03
1133              CBS 01/03/2017     67.2600 -1.992269e-02 -1.531371e-02
1134              CBS 01/03/2017     67.2600 -1.992269e-02 -1.531371e-02
1135          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1136             Nike 01/03/2017     57.9500 -1.363244e-02 -4.486626e-03
1137            Pepsi 01/03/2017    109.7300  5.923631e-03 -4.192108e-03
1138          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1139            Pepsi 01/03/2017    109.7300  5.923631e-03 -4.192108e-03
1140          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1141         Facebook 01/03/2017    137.4200 -1.368069e-02 -7.349731e-03
1142             eBay 01/03/2017     34.2700 -1.079662e-02  2.918004e-04
1143             eBay 01/03/2017     34.2700 -1.079662e-02  2.918004e-04
1144            Pepsi 01/03/2017    109.7300  5.923631e-03 -4.192108e-03
1145        Starbucks 01/03/2017     57.1400 -4.725236e-03 -6.300315e-03
1146          Walmart 01/03/2017     70.4500  6.813343e-03  1.831086e-02
1147          TMobile 01/03/2017     62.3400  3.047802e-03 -2.726981e-03
1148             Ford 01/03/2017     12.6900 -1.260835e-02 -2.364066e-03
1149           Disney 01/03/2017    111.0400 -8.555476e-03 -7.294669e-03
1150           Disney 01/03/2017    111.0400 -8.555476e-03 -7.294669e-03
1151          Walmart 01/03/2017     70.4500  6.813343e-03  1.831086e-02
1152          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1153           Disney 01/03/2017    111.0400 -8.555476e-03 -7.294669e-03
1154   salesforce.com 01/03/2017     83.8100 -2.935211e-02 -2.708507e-02
1155          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1156          Netflix 01/03/2017    142.6500 -3.645286e-03  5.327725e-03
1157          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1158          Netflix 01/03/2017    142.6500 -3.645286e-03  5.327725e-03
1159          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1160         Facebook 01/03/2017    137.4200 -1.368069e-02 -7.349731e-03
1161          Netflix 01/03/2017    142.6500 -3.645286e-03  5.327725e-03
1162             AT&T 01/03/2017     42.0400 -5.946717e-03 -5.233111e-03
1163         Facebook 01/03/2017    137.4200 -1.368069e-02 -7.349731e-03
1164         Facebook 01/03/2017    137.4200 -1.368069e-02 -7.349731e-03
1165          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1166          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1167           Google 01/03/2017    856.7500 -1.379632e-02 -8.263788e-03
1168          Netflix 01/03/2017    142.6500 -3.645286e-03  5.327725e-03
1169          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1170              IBM 01/03/2017    181.9500 -1.170651e-02 -1.401484e-02
1171           Amazon 01/03/2017    853.0800 -9.424673e-03 -5.204670e-03
1172             eBay 01/03/2017     34.2700 -1.079662e-02  2.918004e-04
1173          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1174          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1175          Reuters 01/03/2017     46.7012 -2.359682e-03  4.952764e-03
1176           Disney 01/03/2017    111.0400 -8.555476e-03 -7.294669e-03
1177           Boeing 31/03/2017    176.8600  6.332693e-03  4.353726e-03
1178         Facebook 31/03/2017    142.0500  2.534319e-03  4.223865e-03
1179             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1180             Ford 31/03/2017     11.6400  3.436426e-03  3.436426e-03
1181          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1182         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1183             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1184            Apple 31/03/2017    143.6600  1.879438e-03  3.202005e-03
1185             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1186           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1187          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1188          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1189          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1190             Nike 31/03/2017     55.7300  5.562534e-03  1.704647e-02
1191           adidas 31/03/2017    178.2570 -4.476683e-03 -1.946628e-03
1192           Disney 31/03/2017    113.3900 -1.852015e-03 -7.584443e-03
1193         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1194          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1195           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1196             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1197          Verizon 31/03/2017     48.7500  6.358974e-03  7.794872e-03
1198           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1199         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1200          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1201            Apple 31/03/2017    143.6600  1.879438e-03  3.202005e-03
1202          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1203           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1204          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1205          TMobile 31/03/2017     64.5900  8.360427e-03  2.322341e-03
1206            Tesco 31/03/2017    185.6000  1.831897e-02  2.505388e-02
1207       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1208          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1209             Nike 31/03/2017     55.7300  5.562534e-03  1.704647e-02
1210    Deutsche Bank 31/03/2017     17.1600  5.827506e-03  1.573427e-02
1211          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1212          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1213            Bayer 31/03/2017    106.0970 -1.031132e-02 -1.030189e-02
1214             Nike 31/03/2017     55.7300  5.562534e-03  1.704647e-02
1215             Nike 31/03/2017     55.7300  5.562534e-03  1.704647e-02
1216           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1217       bookingcom 31/03/2017   1779.9700  5.185481e-03  2.853981e-03
1218             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1219              IBM 31/03/2017    174.1400 -1.607902e-03 -1.148501e-03
1220          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1221         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1222          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1223             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1224          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1225          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1226           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1227   Morgan Stanley 31/03/2017     42.8400  1.377218e-02 -9.337068e-04
1228           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1229             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1230       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1231   Morgan Stanley 31/03/2017     42.8400  1.377218e-02 -9.337068e-04
1232              CBS 31/03/2017     69.3600 -2.883506e-04 -1.600346e-02
1233           Disney 31/03/2017    113.3900 -1.852015e-03 -7.584443e-03
1234           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1235        Microsoft 31/03/2017     65.8600 -2.277558e-03 -5.921652e-03
1236          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1237              CBS 31/03/2017     69.3600 -2.883506e-04 -1.600346e-02
1238       Home Depot 31/03/2017    146.8300  8.172717e-04  1.430225e-03
1239          easyJet 31/03/2017   1026.0000 -1.851852e-02 -3.411306e-02
1240           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1241             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1242       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1243             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1244           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1245       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1246            Apple 31/03/2017    143.6600  1.879438e-03  3.202005e-03
1247          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1248          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1249          Comcast 31/03/2017     37.5900 -2.128226e-03 -9.843043e-03
1250          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1251          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1252       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1253       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1254             AT&T 31/03/2017     41.5500  5.054152e-03 -2.406739e-03
1255       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1256           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1257            Apple 31/03/2017    143.6600  1.879438e-03  3.202005e-03
1258          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1259              CBS 31/03/2017     69.3600 -2.883506e-04 -1.600346e-02
1260          Verizon 31/03/2017     48.7500  6.358974e-03  7.794872e-03
1261          Verizon 31/03/2017     48.7500  6.358974e-03  7.794872e-03
1262             AT&T 31/03/2017     41.5500  5.054152e-03 -2.406739e-03
1263            Honda 31/03/2017   3351.0000  1.313041e-02  2.536556e-02
1264        Starbucks 31/03/2017     58.3900 -3.939031e-03 -1.455729e-02
1265           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1266       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1267             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1268             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1269          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1270           Toyota 31/03/2017   6042.0000  1.142006e-02  1.357167e-02
1271          Verizon 31/03/2017     48.7500  6.358974e-03  7.794872e-03
1272            Apple 31/03/2017    143.6600  1.879438e-03  3.202005e-03
1273       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1274          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1275       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1276             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1277             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1278             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1279           adidas 31/03/2017    178.2570 -4.476683e-03 -1.946628e-03
1280          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1281          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1282             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1283          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1284             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1285          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1286              UPS 31/03/2017    107.3000 -5.964585e-03 -1.183597e-02
1287  Bank of America 31/03/2017     23.5900  1.186944e-02 -1.017380e-02
1288        Microsoft 31/03/2017     65.8600 -2.277558e-03 -5.921652e-03
1289             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1290 General Electric 31/03/2017     28.6453  2.349426e-03 -4.028584e-03
1291             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1292          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1293         Facebook 31/03/2017    142.0500  2.534319e-03  4.223865e-03
1294        Microsoft 31/03/2017     65.8600 -2.277558e-03 -5.921652e-03
1295       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1296         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1297         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1298          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1299         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1300              CBS 31/03/2017     69.3600 -2.883506e-04 -1.600346e-02
1301           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1302         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1303             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1304          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1305         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1306          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1307           adidas 31/03/2017    178.2570 -4.476683e-03 -1.946628e-03
1308          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1309         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1310          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1311          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1312         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1313           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1314             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1315           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1316         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1317         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1318         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1319             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1320          Verizon 31/03/2017     48.7500  6.358974e-03  7.794872e-03
1321            Exxon 31/03/2017     82.0100  2.060724e-02  1.219363e-04
1322        Starbucks 31/03/2017     58.3900 -3.939031e-03 -1.455729e-02
1323          Ryanair 31/03/2017     14.5500 -1.718213e-02 -2.817869e-02
1324             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1325         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1326          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1327              UPS 31/03/2017    107.3000 -5.964585e-03 -1.183597e-02
1328              IBM 31/03/2017    174.1400 -1.607902e-03 -1.148501e-03
1329             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1330         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1331         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1332           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1333         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1334       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1335             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1336             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1337           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1338          Ryanair 31/03/2017     14.5500 -1.718213e-02 -2.817869e-02
1339              CBS 31/03/2017     69.3600 -2.883506e-04 -1.600346e-02
1340        Microsoft 31/03/2017     65.8600 -2.277558e-03 -5.921652e-03
1341          TMobile 31/03/2017     64.5900  8.360427e-03  2.322341e-03
1342        Starbucks 31/03/2017     58.3900 -3.939031e-03 -1.455729e-02
1343          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1344             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1345         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1346          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1347          Verizon 31/03/2017     48.7500  6.358974e-03  7.794872e-03
1348            FedEx 31/03/2017    195.1500 -5.021778e-03 -2.167563e-02
1349         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1350             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1351             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1352         Facebook 31/03/2017    142.0500  2.534319e-03  4.223865e-03
1353             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1354             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1355             AT&T 31/03/2017     41.5500  5.054152e-03 -2.406739e-03
1356       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1357         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1358             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1359       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1360           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1361            Honda 31/03/2017   3351.0000  1.313041e-02  2.536556e-02
1362       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1363          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1364          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1365             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1366             Sony 31/03/2017   3766.0000 -8.497079e-03 -1.646309e-02
1367          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1368        Citigroup 31/03/2017     59.8200  1.153460e-02 -7.188231e-03
1369          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1370       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1371              SAP 31/03/2017     91.9040 -5.701602e-03 -8.737378e-03
1372          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1373             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1374          Expedia 31/03/2017    126.1700  2.607593e-02  2.766109e-02
1375             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1376          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1377           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1378           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1379           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1380           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1381            Honda 31/03/2017   3351.0000  1.313041e-02  2.536556e-02
1382       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1383              CBS 31/03/2017     69.3600 -2.883506e-04 -1.600346e-02
1384            Tesco 31/03/2017    185.6000  1.831897e-02  2.505388e-02
1385          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1386             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1387       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1388         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1389       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1390          TMobile 31/03/2017     64.5900  8.360427e-03  2.322341e-03
1391       Volkswagen 31/03/2017    136.4680 -2.425477e-03  3.898350e-03
1392           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1393          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1394              GSK 31/03/2017   1659.5000  1.175053e-02  1.144923e-02
1395           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1396        Microsoft 31/03/2017     65.8600 -2.277558e-03 -5.921652e-03
1397           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1398           Thales 31/03/2017     90.6600 -2.095742e-03 -1.665564e-02
1399             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1400            Exxon 31/03/2017     82.0100  2.060724e-02  1.219363e-04
1401           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1402           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1403          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1404           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1405              IBM 31/03/2017    174.1400 -1.607902e-03 -1.148501e-03
1406           Disney 31/03/2017    113.3900 -1.852015e-03 -7.584443e-03
1407          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1408           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1409          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1410         Facebook 31/03/2017    142.0500  2.534319e-03  4.223865e-03
1411           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1412           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1413           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1414          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1415          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1416             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1417          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1418             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1419           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1420           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1421           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1422          TMobile 31/03/2017     64.5900  8.360427e-03  2.322341e-03
1423          L'Oreal 31/03/2017    191.1500  9.678263e-03  1.987968e-02
1424          TMobile 31/03/2017     64.5900  8.360427e-03  2.322341e-03
1425       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1426         Facebook 31/03/2017    142.0500  2.534319e-03  4.223865e-03
1427       John Deere 31/03/2017    108.8600  2.847694e-03 -6.246555e-03
1428       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1429             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1430          Walmart 31/03/2017     72.0800 -6.798002e-03 -1.859046e-02
1431           Toyota 31/03/2017   6042.0000  1.142006e-02  1.357167e-02
1432          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1433          TMobile 31/03/2017     64.5900  8.360427e-03  2.322341e-03
1434              CBS 31/03/2017     69.3600 -2.883506e-04 -1.600346e-02
1435          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1436           Disney 31/03/2017    113.3900 -1.852015e-03 -7.584443e-03
1437             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1438          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1439          Walmart 31/03/2017     72.0800 -6.798002e-03 -1.859046e-02
1440       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1441           Oracle 31/03/2017     44.6100  1.569155e-03 -2.017485e-03
1442         Facebook 31/03/2017    142.0500  2.534319e-03  4.223865e-03
1443         Facebook 31/03/2017    142.0500  2.534319e-03  4.223865e-03
1444          TMobile 31/03/2017     64.5900  8.360427e-03  2.322341e-03
1445           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1446             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1447           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1448         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1449         Facebook 31/03/2017    142.0500  2.534319e-03  4.223865e-03
1450             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1451             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1452          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1453             21CF 31/03/2017     32.3900 -9.262118e-04 -8.644643e-03
1454       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1455            Adobe 31/03/2017    130.1300 -3.996004e-03 -4.226543e-03
1456          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1457             ASOS 31/03/2017   6045.0000  1.157982e-02  4.631927e-03
1458          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1459           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1460         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1461           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1462            Apple 31/03/2017    143.6600  1.879438e-03  3.202005e-03
1463          TMobile 31/03/2017     64.5900  8.360427e-03  2.322341e-03
1464          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1465           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1466          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1467           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1468          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1469           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1470          TMobile 31/03/2017     64.5900  8.360427e-03  2.322341e-03
1471          L'Oreal 31/03/2017    191.1500  9.678263e-03  1.987968e-02
1472          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1473          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1474         Facebook 31/03/2017    142.0500  2.534319e-03  4.223865e-03
1475       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1476             Nike 31/03/2017     55.7300  5.562534e-03  1.704647e-02
1477          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1478           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1479          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1480             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1481           Toyota 31/03/2017   6042.0000  1.142006e-02  1.357167e-02
1482           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1483             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1484           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1485         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1486          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1487          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1488          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1489          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1490          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1491           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1492            Apple 31/03/2017    143.6600  1.879438e-03  3.202005e-03
1493           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1494          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1495    Goldman Sachs 31/03/2017    229.7200  6.529688e-03 -5.528469e-03
1496           Disney 31/03/2017    113.3900 -1.852015e-03 -7.584443e-03
1497           Disney 31/03/2017    113.3900 -1.852015e-03 -7.584443e-03
1498           Disney 31/03/2017    113.3900 -1.852015e-03 -7.584443e-03
1499          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1500           Disney 31/03/2017    113.3900 -1.852015e-03 -7.584443e-03
1501      Wells Fargo 31/03/2017     55.6600  1.042041e-02  1.796622e-04
1502          L'Oreal 31/03/2017    191.1500  9.678263e-03  1.987968e-02
1503            Tesco 31/03/2017    185.6000  1.831897e-02  2.505388e-02
1504           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1505          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1506          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1507          easyJet 31/03/2017   1026.0000 -1.851852e-02 -3.411306e-02
1508         Facebook 31/03/2017    142.0500  2.534319e-03  4.223865e-03
1509          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1510          Reuters 31/03/2017     47.6154  5.319707e-03  4.626654e-03
1511           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1512           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1513           Oracle 31/03/2017     44.6100  1.569155e-03 -2.017485e-03
1514           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1515           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1516            FedEx 31/03/2017    195.1500 -5.021778e-03 -2.167563e-02
1517             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1518             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1519           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1520           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1521         Burberry 31/03/2017   1724.0000  9.280742e-03  1.218097e-02
1522           Disney 31/03/2017    113.3900 -1.852015e-03 -7.584443e-03
1523        Starbucks 31/03/2017     58.3900 -3.939031e-03 -1.455729e-02
1524             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1525             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1526           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1527        Microsoft 31/03/2017     65.8600 -2.277558e-03 -5.921652e-03
1528           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1529           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1530        Starbucks 31/03/2017     58.3900 -3.939031e-03 -1.455729e-02
1531          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1532       McDonald's 31/03/2017    129.6100 -2.237482e-03 -5.940900e-03
1533          Comcast 31/03/2017     37.5900 -2.128226e-03 -9.843043e-03
1534             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1535          Comcast 31/03/2017     37.5900 -2.128226e-03 -9.843043e-03
1536    Goldman Sachs 31/03/2017    229.7200  6.529688e-03 -5.528469e-03
1537           Disney 31/03/2017    113.3900 -1.852015e-03 -7.584443e-03
1538             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1539             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1540             Audi 31/03/2017    640.9000 -1.040100e-02 -2.012795e-02
1541             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1542             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1543              CBS 31/03/2017     69.3600 -2.883506e-04 -1.600346e-02
1544          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1545              CBS 31/03/2017     69.3600 -2.883506e-04 -1.600346e-02
1546              CBS 31/03/2017     69.3600 -2.883506e-04 -1.600346e-02
1547           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1548          Netflix 31/03/2017    147.8100  1.691361e-03 -9.065692e-03
1549             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1550            Honda 31/03/2017   3351.0000  1.313041e-02  2.536556e-02
1551            Apple 31/03/2017    143.6600  1.879438e-03  3.202005e-03
1552           Disney 31/03/2017    113.3900 -1.852015e-03 -7.584443e-03
1553           Disney 31/03/2017    113.3900 -1.852015e-03 -7.584443e-03
1554             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1555             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1556           Disney 31/03/2017    113.3900 -1.852015e-03 -7.584443e-03
1557          Samsung 31/03/2017  41200.0000  1.893204e-02  1.407767e-02
1558    Deutsche Bank 31/03/2017     17.1600  5.827506e-03  1.573427e-02
1559              H&M 31/03/2017     25.5200 -1.567398e-03  4.427900e-02
1560              CBS 31/03/2017     69.3600 -2.883506e-04 -1.600346e-02
1561           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1562             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1563             eBay 31/03/2017     33.5700  3.872505e-03  2.383080e-03
1564           Amazon 31/03/2017    886.5400 -1.150540e-02 -1.378392e-02
1565          Comcast 31/03/2017     37.5900 -2.128226e-03 -9.843043e-03
1566          Comcast 31/03/2017     37.5900 -2.128226e-03 -9.843043e-03
1567           Google 31/03/2017    847.8000  1.981599e-03  2.441614e-03
1568              CBS 31/03/2017     69.3600 -2.883506e-04 -1.600346e-02
1569           Disney 31/03/2017    113.3900 -1.852015e-03 -7.584443e-03
1570            Honda 31/03/2017   3351.0000  1.313041e-02  2.536556e-02
1571           Disney 31/03/2017    113.3900 -1.852015e-03 -7.584443e-03
1572           Google 01/04/2017    847.8000  0.000000e+00  1.981599e-03
1573           Boeing 01/04/2017    176.8600  0.000000e+00  6.332693e-03
1574          Reuters 01/04/2017     47.6154  0.000000e+00  5.319707e-03
1575          Reuters 01/04/2017     47.6154  0.000000e+00  5.319707e-03
1576          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1577          Comcast 01/04/2017     37.5900  0.000000e+00 -2.128226e-03
1578          Reuters 01/04/2017     47.6154  0.000000e+00  5.319707e-03
1579          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1580       McDonald's 01/04/2017    129.6100  0.000000e+00 -2.237482e-03
1581             Ford 01/04/2017     11.6400  0.000000e+00  3.436426e-03
1582          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1583         Facebook 01/04/2017    142.0500  0.000000e+00  2.534319e-03
1584         Facebook 01/04/2017    142.0500  0.000000e+00  2.534319e-03
1585        Microsoft 01/04/2017     65.8600  0.000000e+00 -2.277558e-03
1586          Comcast 01/04/2017     37.5900  0.000000e+00 -2.128226e-03
1587           Amazon 01/04/2017    886.5400  0.000000e+00 -1.150540e-02
1588            Apple 01/04/2017    143.6600  0.000000e+00  1.879438e-03
1589            Pepsi 01/04/2017    111.8600  0.000000e+00  2.860719e-03
1590         Burberry 01/04/2017   1724.0000  0.000000e+00  9.280742e-03
1591          Comcast 01/04/2017     37.5900  0.000000e+00 -2.128226e-03
1592          Walmart 01/04/2017     72.0800  0.000000e+00 -6.798002e-03
1593            Apple 01/04/2017    143.6600  0.000000e+00  1.879438e-03
1594          Walmart 01/04/2017     72.0800  0.000000e+00 -6.798002e-03
1595          Comcast 01/04/2017     37.5900  0.000000e+00 -2.128226e-03
1596          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1597          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1598          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1599             eBay 01/04/2017     33.5700  0.000000e+00  3.872505e-03
1600           Google 01/04/2017    847.8000  0.000000e+00  1.981599e-03
1601             eBay 01/04/2017     33.5700  0.000000e+00  3.872505e-03
1602          Reuters 01/04/2017     47.6154  0.000000e+00  5.319707e-03
1603          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1604          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1605              CBS 01/04/2017     69.3600  0.000000e+00 -2.883506e-04
1606              CBS 01/04/2017     69.3600  0.000000e+00 -2.883506e-04
1607          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1608          TMobile 01/04/2017     64.5900  0.000000e+00  8.360427e-03
1609             Nike 01/04/2017     55.7300  0.000000e+00  5.562534e-03
1610          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1611         Burberry 01/04/2017   1724.0000  0.000000e+00  9.280742e-03
1612            Shell 01/04/2017   2096.0000  0.000000e+00  1.288168e-02
1613          Walmart 01/04/2017     72.0800  0.000000e+00 -6.798002e-03
1614        Microsoft 01/04/2017     65.8600  0.000000e+00 -2.277558e-03
1615           Pfizer 01/04/2017     34.2100  0.000000e+00  4.092371e-03
1616              CBS 01/04/2017     69.3600  0.000000e+00 -2.883506e-04
1617          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1618          Reuters 01/04/2017     47.6154  0.000000e+00  5.319707e-03
1619             eBay 01/04/2017     33.5700  0.000000e+00  3.872505e-03
1620             eBay 01/04/2017     33.5700  0.000000e+00  3.872505e-03
1621          Reuters 01/04/2017     47.6154  0.000000e+00  5.319707e-03
1622              UPS 01/04/2017    107.3000  0.000000e+00 -5.964585e-03
1623             Sony 01/04/2017   3766.0000  0.000000e+00 -8.497079e-03
1624          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1625          Reuters 01/04/2017     47.6154  0.000000e+00  5.319707e-03
1626           Amazon 01/04/2017    886.5400  0.000000e+00 -1.150540e-02
1627          Reuters 01/04/2017     47.6154  0.000000e+00  5.319707e-03
1628         Burberry 01/04/2017   1724.0000  0.000000e+00  9.280742e-03
1629           Toyota 01/04/2017   6042.0000  0.000000e+00  1.142006e-02
1630          Reuters 01/04/2017     47.6154  0.000000e+00  5.319707e-03
1631             eBay 01/04/2017     33.5700  0.000000e+00  3.872505e-03
1632             Sony 01/04/2017   3766.0000  0.000000e+00 -8.497079e-03
1633            Intel 01/04/2017     36.0700  0.000000e+00 -8.871638e-03
1634           Amazon 01/04/2017    886.5400  0.000000e+00 -1.150540e-02
1635          Reuters 01/04/2017     47.6154  0.000000e+00  5.319707e-03
1636         Burberry 01/04/2017   1724.0000  0.000000e+00  9.280742e-03
1637          Reuters 01/04/2017     47.6154  0.000000e+00  5.319707e-03
1638             eBay 01/04/2017     33.5700  0.000000e+00  3.872505e-03
1639          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1640        Microsoft 01/04/2017     65.8600  0.000000e+00 -2.277558e-03
1641          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1642             eBay 01/04/2017     33.5700  0.000000e+00  3.872505e-03
1643            Exxon 01/04/2017     82.0100  0.000000e+00  2.060724e-02
1644          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1645          TMobile 01/04/2017     64.5900  0.000000e+00  8.360427e-03
1646             eBay 01/04/2017     33.5700  0.000000e+00  3.872505e-03
1647         Burberry 01/04/2017   1724.0000  0.000000e+00  9.280742e-03
1648           PayPal 01/04/2017     43.0200  0.000000e+00  1.208740e-02
1649             eBay 01/04/2017     33.5700  0.000000e+00  3.872505e-03
1650              CBS 01/04/2017     69.3600  0.000000e+00 -2.883506e-04
1651          TMobile 01/04/2017     64.5900  0.000000e+00  8.360427e-03
1652          Samsung 01/04/2017  41200.0000  0.000000e+00  1.893204e-02
1653             eBay 01/04/2017     33.5700  0.000000e+00  3.872505e-03
1654          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1655              CBS 01/04/2017     69.3600  0.000000e+00 -2.883506e-04
1656           Amazon 01/04/2017    886.5400  0.000000e+00 -1.150540e-02
1657         Burberry 01/04/2017   1724.0000  0.000000e+00  9.280742e-03
1658             Nike 01/04/2017     55.7300  0.000000e+00  5.562534e-03
1659          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1660             Nike 01/04/2017     55.7300  0.000000e+00  5.562534e-03
1661             eBay 01/04/2017     33.5700  0.000000e+00  3.872505e-03
1662             Nike 01/04/2017     55.7300  0.000000e+00  5.562534e-03
1663          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1664             Nike 01/04/2017     55.7300  0.000000e+00  5.562534e-03
1665             Nike 01/04/2017     55.7300  0.000000e+00  5.562534e-03
1666             eBay 01/04/2017     33.5700  0.000000e+00  3.872505e-03
1667          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1668             Nike 01/04/2017     55.7300  0.000000e+00  5.562534e-03
1669            Pepsi 01/04/2017    111.8600  0.000000e+00  2.860719e-03
1670             eBay 01/04/2017     33.5700  0.000000e+00  3.872505e-03
1671           Disney 01/04/2017    113.3900  0.000000e+00 -1.852015e-03
1672          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1673    Deutsche Bank 01/04/2017     17.1600  0.000000e+00  5.827506e-03
1674            Pepsi 01/04/2017    111.8600  0.000000e+00  2.860719e-03
1675          Netflix 01/04/2017    147.8100  0.000000e+00  1.691361e-03
1676          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1677       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1678           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1679           Disney 28/04/2017    115.6000  2.076125e-03 -1.730104e-04
1680       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1681       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1682           adidas 28/04/2017    183.7160  2.672603e-03  4.746456e-03
1683       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1684          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1685          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1686          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1687          Comcast 28/04/2017     39.1900  1.020669e-02 -1.020669e-02
1688             Next 28/04/2017   4305.0000 -4.645761e-04 -1.440186e-02
1689          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1690             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1691            Apple 28/04/2017    143.6500  9.745910e-04  2.088409e-04
1692           Disney 28/04/2017    115.6000  2.076125e-03 -1.730104e-04
1693          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1694            Bayer 28/04/2017    111.4780 -3.875204e-03 -4.526454e-02
1695            Exxon 28/04/2017     81.6500 -4.776485e-03 -3.061849e-03
1696          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1697            Apple 28/04/2017    143.6500  9.745910e-04  2.088409e-04
1698          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1699            Tesco 28/04/2017    183.2500 -4.092769e-03 -1.500682e-02
1700           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1701             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1702            Apple 28/04/2017    143.6500  9.745910e-04  2.088409e-04
1703           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1704          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1705           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1706           Toyota 28/04/2017   6035.0000  1.358741e-02  1.971831e-02
1707          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1708       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1709          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1710             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1711             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1712           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1713          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1714          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1715       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1716           Google 28/04/2017    924.5200 -3.578073e-02 -3.826851e-02
1717             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1718           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1719          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1720             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1721          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1722          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1723          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1724      Wells Fargo 28/04/2017     53.8400  1.114413e-02  1.300149e-02
1725             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1726          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1727          Walmart 28/04/2017     75.1800  3.458367e-03  3.325352e-03
1728          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1729          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1730            Cisco 28/04/2017     34.0700 -9.392427e-03 -1.966539e-02
1731              H&M 28/04/2017     25.0800  0.000000e+00  0.000000e+00
1732             AT&T 28/04/2017     39.6300  7.065355e-03  2.043906e-02
1733              GSK 28/04/2017   1550.0000  5.483871e-03  1.032258e-02
1734             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1735          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1736       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1737             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1738          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1739             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1740          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1741          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1742          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1743          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1744            Exxon 28/04/2017     81.6500 -4.776485e-03 -3.061849e-03
1745            Yahoo 28/04/2017      4.5400  0.000000e+00  0.000000e+00
1746        Microsoft 28/04/2017     68.4600 -2.775343e-03 -9.202454e-03
1747          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1748          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1749          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1750            Apple 28/04/2017    143.6500  9.745910e-04  2.088409e-04
1751          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1752          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1753          Siemens 28/04/2017    131.1370  7.366342e-03  9.646400e-03
1754          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1755          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1756          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1757          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1758        Microsoft 28/04/2017     68.4600 -2.775343e-03 -9.202454e-03
1759          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1760    Goldman Sachs 28/04/2017    223.8000  8.981233e-03  1.072386e-02
1761    Goldman Sachs 28/04/2017    223.8000  8.981233e-03  1.072386e-02
1762    Goldman Sachs 28/04/2017    223.8000  8.981233e-03  1.072386e-02
1763       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1764          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1765          Verizon 28/04/2017     45.9100  1.655413e-02  3.158353e-02
1766             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1767        Microsoft 28/04/2017     68.4600 -2.775343e-03 -9.202454e-03
1768          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1769              BMW 28/04/2017     87.5500  1.701885e-03  6.739006e-03
1770          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1771          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1772        Microsoft 28/04/2017     68.4600 -2.775343e-03 -9.202454e-03
1773          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1774             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1775       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1776       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1777          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1778          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1779         Facebook 28/04/2017    150.2500 -1.697171e-02 -2.455907e-02
1780          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1781          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1782          Samsung 28/04/2017  44620.0000 -1.748095e-02 -4.078888e-02
1783        Starbucks 28/04/2017     60.0600  2.064602e-02  2.497502e-02
1784           Oracle 28/04/2017     44.9600 -4.225979e-03 -6.005338e-03
1785             Sony 28/04/2017   3759.0000  7.980846e-04 -4.522479e-03
1786          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1787       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1788          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1789          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1790           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1791           Disney 28/04/2017    115.6000  2.076125e-03 -1.730104e-04
1792         Heineken 28/04/2017     81.8500  7.941356e-03  1.124007e-02
1793          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1794           Disney 28/04/2017    115.6000  2.076125e-03 -1.730104e-04
1795        Microsoft 28/04/2017     68.4600 -2.775343e-03 -9.202454e-03
1796              H&M 28/04/2017     25.0800  0.000000e+00  0.000000e+00
1797          Chevron 28/04/2017    106.7000 -1.152765e-02 -5.810684e-03
1798 American Express 28/04/2017     79.2500  1.362776e-02  1.602524e-02
1799             AT&T 28/04/2017     39.6300  7.065355e-03  2.043906e-02
1800          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1801       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1802          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1803          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1804          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1805          TMobile 28/04/2017     67.2700  6.986770e-03  4.608295e-03
1806           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1807          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1808       Volkswagen 28/04/2017    145.3470 -7.912100e-03 -1.011373e-03
1809             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1810          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1811            Bayer 28/04/2017    111.4780 -3.875204e-03 -4.526454e-02
1812          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1813          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1814          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1815             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1816         Facebook 28/04/2017    150.2500 -1.697171e-02 -2.455907e-02
1817         Heineken 28/04/2017     81.8500  7.941356e-03  1.124007e-02
1818             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1819         Facebook 28/04/2017    150.2500 -1.697171e-02 -2.455907e-02
1820           Google 28/04/2017    924.5200 -3.578073e-02 -3.826851e-02
1821           Google 28/04/2017    924.5200 -3.578073e-02 -3.826851e-02
1822          Colgate 28/04/2017     72.0400  1.749028e-02  2.026652e-02
1823            FedEx 28/04/2017    189.7000  1.059568e-02 -6.325778e-04
1824           Disney 28/04/2017    115.6000  2.076125e-03 -1.730104e-04
1825          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1826           Oracle 28/04/2017     44.9600 -4.225979e-03 -6.005338e-03
1827       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1828          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1829          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1830        Starbucks 28/04/2017     60.0600  2.064602e-02  2.497502e-02
1831             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1832        Starbucks 28/04/2017     60.0600  2.064602e-02  2.497502e-02
1833          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1834          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1835             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1836          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1837        Microsoft 28/04/2017     68.4600 -2.775343e-03 -9.202454e-03
1838             Nike 28/04/2017     55.4100  1.082837e-03 -4.511821e-03
1839              CBS 28/04/2017     66.5600 -3.305288e-03  5.258413e-03
1840            FedEx 28/04/2017    189.7000  1.059568e-02 -6.325778e-04
1841          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1842         JPMorgan 28/04/2017     87.0000  7.011494e-03  1.643678e-02
1843         Facebook 28/04/2017    150.2500 -1.697171e-02 -2.455907e-02
1844       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1845          Comcast 28/04/2017     39.1900  1.020669e-02 -1.020669e-02
1846         Facebook 28/04/2017    150.2500 -1.697171e-02 -2.455907e-02
1847       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1848          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1849       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1850            Adobe 28/04/2017    133.7400 -2.691790e-03 -7.103335e-03
1851          Expedia 28/04/2017    133.7200  1.854622e-02  1.518098e-02
1852              UPS 28/04/2017    107.4600  1.274893e-02  1.488926e-03
1853             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1854            Tesco 28/04/2017    183.2500 -4.092769e-03 -1.500682e-02
1855           Disney 28/04/2017    115.6000  2.076125e-03 -1.730104e-04
1856             HSBC 28/04/2017    636.5000  6.598586e-03  8.798115e-03
1857          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1858          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1859           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1860             ASOS 28/04/2017   5820.0000 -2.663230e-02 -3.333333e-02
1861           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1862           Toyota 28/04/2017   6035.0000  1.358741e-02  1.971831e-02
1863             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1864            Apple 28/04/2017    143.6500  9.745910e-04  2.088409e-04
1865       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1866           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1867           Disney 28/04/2017    115.6000  2.076125e-03 -1.730104e-04
1868            Intel 28/04/2017     36.1500  3.540802e-02  2.157676e-02
1869            Intel 28/04/2017     36.1500  3.540802e-02  2.157676e-02
1870          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1871             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1872          Ryanair 28/04/2017     15.9100 -1.445632e-02 -1.571339e-02
1873             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1874          Comcast 28/04/2017     39.1900  1.020669e-02 -1.020669e-02
1875             AT&T 28/04/2017     39.6300  7.065355e-03  2.043906e-02
1876           Google 28/04/2017    924.5200 -3.578073e-02 -3.826851e-02
1877           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1878              CBS 28/04/2017     66.5600 -3.305288e-03  5.258413e-03
1879           Google 28/04/2017    924.5200 -3.578073e-02 -3.826851e-02
1880           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1881          Walmart 28/04/2017     75.1800  3.458367e-03  3.325352e-03
1882          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1883          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1884            FedEx 28/04/2017    189.7000  1.059568e-02 -6.325778e-04
1885           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1886         Facebook 28/04/2017    150.2500 -1.697171e-02 -2.455907e-02
1887          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1888         Facebook 28/04/2017    150.2500 -1.697171e-02 -2.455907e-02
1889          Colgate 28/04/2017     72.0400  1.749028e-02  2.026652e-02
1890          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1891            Apple 28/04/2017    143.6500  9.745910e-04  2.088409e-04
1892            Intel 28/04/2017     36.1500  3.540802e-02  2.157676e-02
1893      Wells Fargo 28/04/2017     53.8400  1.114413e-02  1.300149e-02
1894             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1895          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1896             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1897        Starbucks 28/04/2017     60.0600  2.064602e-02  2.497502e-02
1898             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1899           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1900       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1901           Disney 28/04/2017    115.6000  2.076125e-03 -1.730104e-04
1902          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1903        Starbucks 28/04/2017     60.0600  2.064602e-02  2.497502e-02
1904             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1905            Yahoo 28/04/2017      4.5400  0.000000e+00  0.000000e+00
1906         Facebook 28/04/2017    150.2500 -1.697171e-02 -2.455907e-02
1907          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1908             AT&T 28/04/2017     39.6300  7.065355e-03  2.043906e-02
1909             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1910          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1911          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1912          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1913          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1914          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1915            Cisco 28/04/2017     34.0700 -9.392427e-03 -1.966539e-02
1916             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1917            Cisco 28/04/2017     34.0700 -9.392427e-03 -1.966539e-02
1918           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1919          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1920           Google 28/04/2017    924.5200 -3.578073e-02 -3.826851e-02
1921             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1922         CocaCola 28/04/2017     43.1500 -3.244496e-03  2.085747e-03
1923           Google 28/04/2017    924.5200 -3.578073e-02 -3.826851e-02
1924          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1925        Kellogg's 28/04/2017     71.0000 -5.633803e-04  6.901408e-03
1926  Bank of America 28/04/2017     23.3400  1.328192e-02  2.356470e-02
1927             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1928            Exxon 28/04/2017     81.6500 -4.776485e-03 -3.061849e-03
1929          Comcast 28/04/2017     39.1900  1.020669e-02 -1.020669e-02
1930            Apple 28/04/2017    143.6500  9.745910e-04  2.088409e-04
1931             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1932   salesforce.com 28/04/2017     86.1200 -3.135160e-03 -1.358569e-02
1933       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1934          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1935          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1936           Toyota 28/04/2017   6035.0000  1.358741e-02  1.971831e-02
1937             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1938          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1939             Nike 28/04/2017     55.4100  1.082837e-03 -4.511821e-03
1940             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1941          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1942          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1943          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1944       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1945          TMobile 28/04/2017     67.2700  6.986770e-03  4.608295e-03
1946           Oracle 28/04/2017     44.9600 -4.225979e-03 -6.005338e-03
1947           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1948             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1949           Google 28/04/2017    924.5200 -3.578073e-02 -3.826851e-02
1950          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1951             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1952          Comcast 28/04/2017     39.1900  1.020669e-02 -1.020669e-02
1953             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1954          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1955          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1956          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1957             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1958              SAP 28/04/2017     91.9890  7.011708e-03  2.587266e-03
1959            Apple 28/04/2017    143.6500  9.745910e-04  2.088409e-04
1960          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1961          Walmart 28/04/2017     75.1800  3.458367e-03  3.325352e-03
1962             Ford 28/04/2017     11.4700  0.000000e+00  1.133391e-02
1963          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1964          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1965          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1966           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1967          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1968           Google 28/04/2017    924.5200 -3.578073e-02 -3.826851e-02
1969             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1970          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1971            Intel 28/04/2017     36.1500  3.540802e-02  2.157676e-02
1972              IBM 28/04/2017    160.2900  1.871608e-04 -1.434899e-03
1973          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1974       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
1975          Comcast 28/04/2017     39.1900  1.020669e-02 -1.020669e-02
1976           adidas 28/04/2017    183.7160  2.672603e-03  4.746456e-03
1977             Audi 28/04/2017    641.8460  1.112416e-03  2.399329e-04
1978       bookingcom 28/04/2017   1846.8200 -5.929111e-03 -2.312082e-02
1979          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1980        Microsoft 28/04/2017     68.4600 -2.775343e-03 -9.202454e-03
1981           adidas 28/04/2017    183.7160  2.672603e-03  4.746456e-03
1982         Heineken 28/04/2017     81.8500  7.941356e-03  1.124007e-02
1983             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1984           adidas 28/04/2017    183.7160  2.672603e-03  4.746456e-03
1985          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1986          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1987             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1988             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
1989          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1990           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
1991          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
1992            FedEx 28/04/2017    189.7000  1.059568e-02 -6.325778e-04
1993              BMW 28/04/2017     87.5500  1.701885e-03  6.739006e-03
1994              CBS 28/04/2017     66.5600 -3.305288e-03  5.258413e-03
1995              CBS 28/04/2017     66.5600 -3.305288e-03  5.258413e-03
1996          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
1997              CBS 28/04/2017     66.5600 -3.305288e-03  5.258413e-03
1998              CBS 28/04/2017     66.5600 -3.305288e-03  5.258413e-03
1999              CBS 28/04/2017     66.5600 -3.305288e-03  5.258413e-03
2000              CBS 28/04/2017     66.5600 -3.305288e-03  5.258413e-03
2001           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
2002         Heineken 28/04/2017     81.8500  7.941356e-03  1.124007e-02
2003           Boeing 28/04/2017    184.8300 -8.710707e-03 -1.688038e-02
2004            Tesco 28/04/2017    183.2500 -4.092769e-03 -1.500682e-02
2005        Starbucks 28/04/2017     60.0600  2.064602e-02  2.497502e-02
2006          Netflix 28/04/2017    152.2000  5.781866e-03 -1.333771e-02
2007          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
2008              CBS 28/04/2017     66.5600 -3.305288e-03  5.258413e-03
2009          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
2010       McDonald's 28/04/2017    139.9300  6.717645e-03  6.503252e-03
2011          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
2012          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
2013           adidas 28/04/2017    183.7160  2.672603e-03  4.746456e-03
2014           Disney 28/04/2017    115.6000  2.076125e-03 -1.730104e-04
2015           Disney 28/04/2017    115.6000  2.076125e-03 -1.730104e-04
2016           Costco 28/04/2017    177.5200 -3.943218e-04 -4.055881e-03
2017           Amazon 28/04/2017    924.9900 -7.146023e-03 -1.697316e-02
2018      TripAdvisor 28/04/2017     45.0100  1.999556e-03 -1.133082e-02
2019          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
2020             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
2021          Reuters 28/04/2017     50.0386 -3.566047e-02 -5.260939e-02
2022             eBay 28/04/2017     33.4100 -1.047591e-02 -1.197246e-02
2023          Groupon 28/04/2017      3.9200  1.785714e-02 -1.020408e-02
2024           Google 29/04/2017    924.5200  0.000000e+00 -3.578073e-02
2025             eBay 29/04/2017     33.4100  0.000000e+00 -1.047591e-02
2026            Yahoo 29/04/2017      4.5400  0.000000e+00  0.000000e+00
2027          Comcast 29/04/2017     39.1900  0.000000e+00  1.020669e-02
2028          Netflix 29/04/2017    152.2000  0.000000e+00  5.781866e-03
2029             eBay 29/04/2017     33.4100  0.000000e+00 -1.047591e-02
2030           Amazon 29/04/2017    924.9900  0.000000e+00 -7.146023e-03
2031          Reuters 29/04/2017     50.0386  0.000000e+00 -3.566047e-02
2032         CocaCola 29/04/2017     43.1500  0.000000e+00 -3.244496e-03
2033          Netflix 29/04/2017    152.2000  0.000000e+00  5.781866e-03
2034              GSK 29/04/2017   1550.0000  0.000000e+00  5.483871e-03
2035           Kroger 29/04/2017     29.6500  0.000000e+00  1.686341e-02
2036          Reuters 29/04/2017     50.0386  0.000000e+00 -3.566047e-02
2037       Volkswagen 29/04/2017    145.3470  0.000000e+00 -7.912100e-03
2038       Volkswagen 29/04/2017    145.3470  0.000000e+00 -7.912100e-03
2039       Volkswagen 29/04/2017    145.3470  0.000000e+00 -7.912100e-03
2040       Volkswagen 29/04/2017    145.3470  0.000000e+00 -7.912100e-03
2041       Volkswagen 29/04/2017    145.3470  0.000000e+00 -7.912100e-03
2042           Amazon 29/04/2017    924.9900  0.000000e+00 -7.146023e-03
2043              BMW 29/04/2017     87.5500  0.000000e+00  1.701885e-03
2044             eBay 29/04/2017     33.4100  0.000000e+00 -1.047591e-02
2045           Oracle 29/04/2017     44.9600  0.000000e+00 -4.225979e-03
2046          Reuters 29/04/2017     50.0386  0.000000e+00 -3.566047e-02
2047        Citigroup 29/04/2017     59.1200  0.000000e+00  4.566982e-03
2048          Netflix 29/04/2017    152.2000  0.000000e+00  5.781866e-03
2049        BlackRock 29/04/2017    384.5700  0.000000e+00  1.596588e-02
2050             AT&T 29/04/2017     39.6300  0.000000e+00  7.065355e-03
2051           Amazon 29/04/2017    924.9900  0.000000e+00 -7.146023e-03
2052       McDonald's 29/04/2017    139.9300  0.000000e+00  6.717645e-03
2053           Google 29/04/2017    924.5200  0.000000e+00 -3.578073e-02
2054           Amazon 29/04/2017    924.9900  0.000000e+00 -7.146023e-03
2055          Reuters 29/04/2017     50.0386  0.000000e+00 -3.566047e-02
2056       bookingcom 29/04/2017   1846.8200  0.000000e+00 -5.929111e-03
2057       McDonald's 29/04/2017    139.9300  0.000000e+00  6.717645e-03
2058             eBay 29/04/2017     33.4100  0.000000e+00 -1.047591e-02
2059            Pepsi 29/04/2017    113.2800  0.000000e+00 -5.649718e-03
2060          Netflix 29/04/2017    152.2000  0.000000e+00  5.781866e-03
2061          Netflix 29/04/2017    152.2000  0.000000e+00  5.781866e-03
2062           Amazon 29/04/2017    924.9900  0.000000e+00 -7.146023e-03
2063             AT&T 29/04/2017     39.6300  0.000000e+00  7.065355e-03
2064          Reuters 29/04/2017     50.0386  0.000000e+00 -3.566047e-02
2065             eBay 29/04/2017     33.4100  0.000000e+00 -1.047591e-02
2066           Disney 29/04/2017    115.6000  0.000000e+00  2.076125e-03
2067       McDonald's 29/04/2017    139.9300  0.000000e+00  6.717645e-03
2068             eBay 29/04/2017     33.4100  0.000000e+00 -1.047591e-02
2069             Nike 29/04/2017     55.4100  0.000000e+00  1.082837e-03
2070       McDonald's 29/04/2017    139.9300  0.000000e+00  6.717645e-03
2071            Cisco 29/04/2017     34.0700  0.000000e+00 -9.392427e-03
2072          Walmart 29/04/2017     75.1800  0.000000e+00  3.458367e-03
2073           Oracle 29/04/2017     44.9600  0.000000e+00 -4.225979e-03
2074          Netflix 29/04/2017    152.2000  0.000000e+00  5.781866e-03
2075             eBay 29/04/2017     33.4100  0.000000e+00 -1.047591e-02
2076          Netflix 29/04/2017    152.2000  0.000000e+00  5.781866e-03
2077       McDonald's 29/04/2017    139.9300  0.000000e+00  6.717645e-03
2078           Disney 29/04/2017    115.6000  0.000000e+00  2.076125e-03
2079           Disney 29/04/2017    115.6000  0.000000e+00  2.076125e-03
2080            FedEx 29/04/2017    189.7000  0.000000e+00  1.059568e-02
2081            Pepsi 29/04/2017    113.2800  0.000000e+00 -5.649718e-03
2082      TripAdvisor 29/04/2017     45.0100  0.000000e+00  1.999556e-03
2083      TripAdvisor 29/04/2017     45.0100  0.000000e+00  1.999556e-03
2084          Netflix 29/04/2017    152.2000  0.000000e+00  5.781866e-03
2085              CBS 29/04/2017     66.5600  0.000000e+00 -3.305288e-03
2086          Netflix 29/04/2017    152.2000  0.000000e+00  5.781866e-03
2087      TripAdvisor 29/04/2017     45.0100  0.000000e+00  1.999556e-03
2088          Netflix 29/04/2017    152.2000  0.000000e+00  5.781866e-03
2089       McDonald's 29/04/2017    139.9300  0.000000e+00  6.717645e-03
2090          Walmart 29/04/2017     75.1800  0.000000e+00  3.458367e-03
2091           Amazon 29/04/2017    924.9900  0.000000e+00 -7.146023e-03
2092      TripAdvisor 29/04/2017     45.0100  0.000000e+00  1.999556e-03
2093      TripAdvisor 29/04/2017     45.0100  0.000000e+00  1.999556e-03
2094             eBay 29/04/2017     33.4100  0.000000e+00 -1.047591e-02
2095       McDonald's 29/04/2017    139.9300  0.000000e+00  6.717645e-03
2096           Google 29/04/2017    924.5200  0.000000e+00 -3.578073e-02
2097          TMobile 29/04/2017     67.2700  0.000000e+00  6.986770e-03
2098          Netflix 29/04/2017    152.2000  0.000000e+00  5.781866e-03
2099          Netflix 29/04/2017    152.2000  0.000000e+00  5.781866e-03
2100          Comcast 29/04/2017     39.1900  0.000000e+00  1.020669e-02
2101          Walmart 31/05/2017     78.6000 -5.725191e-03 -5.979644e-03
2102          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2103              BMW 31/05/2017     83.4880  7.857417e-03  1.274435e-02
2104          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2105          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2106          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2107          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2108          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2109           adidas 31/05/2017    170.1950  2.014160e-02  1.445988e-02
2110          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2111         Facebook 31/05/2017    151.4600  6.074211e-03  4.423610e-03
2112          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2113          Ryanair 31/05/2017     17.9300  2.844395e-02  4.461796e-03
2114          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2115             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2116          TMobile 31/05/2017     67.4200 -5.043014e-03  5.636310e-03
2117           Toyota 31/05/2017   5932.0000  8.260283e-03  6.405934e-03
2118             Next 31/05/2017   4360.0000  4.587156e-03  5.504587e-03
2119          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2120             Next 31/05/2017   4360.0000  4.587156e-03  5.504587e-03
2121           Disney 31/05/2017    107.9400  3.705762e-03  4.354271e-03
2122          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2123              IBM 31/05/2017    152.6300 -5.896613e-03 -9.172509e-04
2124          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2125          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2126             Next 31/05/2017   4360.0000  4.587156e-03  5.504587e-03
2127             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2128          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2129             Next 31/05/2017   4360.0000  4.587156e-03  5.504587e-03
2130          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2131          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2132             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2133           adidas 31/05/2017    170.1950  2.014160e-02  1.445988e-02
2134           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2135            Apple 31/05/2017    152.7600  5.957057e-03  5.564284e-03
2136             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2137          Ryanair 31/05/2017     17.9300  2.844395e-02  4.461796e-03
2138          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2139          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2140          Comcast 31/05/2017     41.6900 -1.415207e-02 -1.870952e-02
2141           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2142             AT&T 31/05/2017     38.5300  5.190760e-04 -1.064106e-02
2143        Starbucks 31/05/2017     63.6100 -5.502280e-03 -4.873448e-03
2144        Microsoft 31/05/2017     69.8400  8.161512e-03  1.718213e-03
2145           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2146           adidas 31/05/2017    170.1950  2.014160e-02  1.445988e-02
2147          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2148             Next 31/05/2017   4360.0000  4.587156e-03  5.504587e-03
2149             Next 31/05/2017   4360.0000  4.587156e-03  5.504587e-03
2150          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2151             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2152             Next 31/05/2017   4360.0000  4.587156e-03  5.504587e-03
2153             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2154           adidas 31/05/2017    170.1950  2.014160e-02  1.445988e-02
2155              CBS 31/05/2017     61.1100  6.709213e-03  7.527410e-03
2156             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2157          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2158             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2159           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2160          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2161          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2162             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2163             Next 31/05/2017   4360.0000  4.587156e-03  5.504587e-03
2164             Audi 31/05/2017    678.4500  1.294126e-03 -3.900509e-02
2165           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2166          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2167            Adobe 31/05/2017    141.8600  3.877062e-03  2.114761e-04
2168             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2169    Goldman Sachs 31/05/2017    211.2600  3.389189e-02  5.808009e-02
2170              CBS 31/05/2017     61.1100  6.709213e-03  7.527410e-03
2171           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2172          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2173          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2174             Next 31/05/2017   4360.0000  4.587156e-03  5.504587e-03
2175       McDonald's 31/05/2017    150.8900 -6.362251e-03 -6.826165e-03
2176           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2177          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2178           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2179    Goldman Sachs 31/05/2017    211.2600  3.389189e-02  5.808009e-02
2180          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2181           adidas 31/05/2017    170.1950  2.014160e-02  1.445988e-02
2182            Bayer 31/05/2017    116.1750 -1.427157e-02 -1.471917e-02
2183           adidas 31/05/2017    170.1950  2.014160e-02  1.445988e-02
2184          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2185          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2186          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2187           adidas 31/05/2017    170.1950  2.014160e-02  1.445988e-02
2188           adidas 31/05/2017    170.1950  2.014160e-02  1.445988e-02
2189           Toyota 31/05/2017   5932.0000  8.260283e-03  6.405934e-03
2190          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2191          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2192          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2193          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2194         Facebook 31/05/2017    151.4600  6.074211e-03  4.423610e-03
2195           adidas 31/05/2017    170.1950  2.014160e-02  1.445988e-02
2196    Goldman Sachs 31/05/2017    211.2600  3.389189e-02  5.808009e-02
2197          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2198             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2199           adidas 31/05/2017    170.1950  2.014160e-02  1.445988e-02
2200            Intel 31/05/2017     36.1100  1.938521e-03  4.153974e-03
2201          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2202           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2203          Groupon 31/05/2017      3.0100  4.983389e-02  5.315615e-02
2204             Next 31/05/2017   4360.0000  4.587156e-03  5.504587e-03
2205           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2206             Nike 31/05/2017     52.9900 -1.321004e-03 -7.548594e-03
2207        Starbucks 31/05/2017     63.6100 -5.502280e-03 -4.873448e-03
2208        Starbucks 31/05/2017     63.6100 -5.502280e-03 -4.873448e-03
2209             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2210             Audi 31/05/2017    678.4500  1.294126e-03 -3.900509e-02
2211        Starbucks 31/05/2017     63.6100 -5.502280e-03 -4.873448e-03
2212            Apple 31/05/2017    152.7600  5.957057e-03  5.564284e-03
2213 General Electric 31/05/2017     26.3191 -7.333077e-04  2.557078e-03
2214          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2215           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2216              IBM 31/05/2017    152.6300 -5.896613e-03 -9.172509e-04
2217        Starbucks 31/05/2017     63.6100 -5.502280e-03 -4.873448e-03
2218           adidas 31/05/2017    170.1950  2.014160e-02  1.445988e-02
2219           PayPal 31/05/2017     52.2100 -2.202643e-02 -1.953649e-02
2220       Home Depot 31/05/2017    153.5100  2.410266e-03  9.054785e-03
2221          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2222        Starbucks 31/05/2017     63.6100 -5.502280e-03 -4.873448e-03
2223        Microsoft 31/05/2017     69.8400  8.161512e-03  1.718213e-03
2224          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2225       McDonald's 31/05/2017    150.8900 -6.362251e-03 -6.826165e-03
2226             Next 31/05/2017   4360.0000  4.587156e-03  5.504587e-03
2227           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2228        Starbucks 31/05/2017     63.6100 -5.502280e-03 -4.873448e-03
2229              H&M 31/05/2017     25.1500  0.000000e+00  1.988072e-02
2230             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2231              IBM 31/05/2017    152.6300 -5.896613e-03 -9.172509e-04
2232             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2233          Ryanair 31/05/2017     17.9300  2.844395e-02  4.461796e-03
2234          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2235            Tesco 31/05/2017    183.7000  8.982036e-03  1.687534e-02
2236    Goldman Sachs 31/05/2017    211.2600  3.389189e-02  5.808009e-02
2237           Disney 31/05/2017    107.9400  3.705762e-03  4.354271e-03
2238        Starbucks 31/05/2017     63.6100 -5.502280e-03 -4.873448e-03
2239           Nissan 31/05/2017   1061.5000  1.224682e-02  1.177579e-02
2240             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2241        Starbucks 31/05/2017     63.6100 -5.502280e-03 -4.873448e-03
2242          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2243             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2244          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2245              IBM 31/05/2017    152.6300 -5.896613e-03 -9.172509e-04
2246 American Express 31/05/2017     76.9400  1.949571e-03  6.758513e-03
2247          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2248         Facebook 31/05/2017    151.4600  6.074211e-03  4.423610e-03
2249           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2250          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2251           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2252          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2253           adidas 31/05/2017    170.1950  2.014160e-02  1.445988e-02
2254           Nestle 31/05/2017     82.6500 -3.629764e-03 -3.024803e-03
2255   salesforce.com 31/05/2017     89.6400  1.361000e-02  1.327532e-02
2256             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2257   salesforce.com 31/05/2017     89.6400  1.361000e-02  1.327532e-02
2258       McDonald's 31/05/2017    150.8900 -6.362251e-03 -6.826165e-03
2259    Goldman Sachs 31/05/2017    211.2600  3.389189e-02  5.808009e-02
2260             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2261           adidas 31/05/2017    170.1950  2.014160e-02  1.445988e-02
2262           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2263           Toyota 31/05/2017   5932.0000  8.260283e-03  6.405934e-03
2264              BMW 31/05/2017     83.4880  7.857417e-03  1.274435e-02
2265             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2266          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2267  Bank of America 31/05/2017     22.4100  2.231147e-02  3.703704e-02
2268          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2269    Goldman Sachs 31/05/2017    211.2600  3.389189e-02  5.808009e-02
2270           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2271          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2272           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2273            Adobe 31/05/2017    141.8600  3.877062e-03  2.114761e-04
2274          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2275          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2276          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2277          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2278      Wells Fargo 31/05/2017     51.1400  1.994525e-02  2.483379e-02
2279             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2280       McDonald's 31/05/2017    150.8900 -6.362251e-03 -6.826165e-03
2281              UPS 31/05/2017    105.9700  7.926772e-03 -9.436633e-04
2282        Starbucks 31/05/2017     63.6100 -5.502280e-03 -4.873448e-03
2283          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2284          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2285          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2286        Starbucks 31/05/2017     63.6100 -5.502280e-03 -4.873448e-03
2287           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2288    Deutsche Bank 31/05/2017     17.4800  2.803204e-02  5.606407e-02
2289          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2290             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2291             Ford 31/05/2017     11.1200 -3.597122e-03 -1.708633e-02
2292          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2293          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2294          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2295         CocaCola 31/05/2017     45.4700 -8.797009e-04 -1.759402e-03
2296          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2297           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2298           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2299          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2300  Bank of America 31/05/2017     22.4100  2.231147e-02  3.703704e-02
2301             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2302          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2303        Starbucks 31/05/2017     63.6100 -5.502280e-03 -4.873448e-03
2304              SAP 31/05/2017     95.4710 -2.388160e-03 -4.022164e-03
2305             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2306          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2307             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2308       Home Depot 31/05/2017    153.5100  2.410266e-03  9.054785e-03
2309             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2310          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2311           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2312       McDonald's 31/05/2017    150.8900 -6.362251e-03 -6.826165e-03
2313           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2314           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2315           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2316             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2317  Bank of America 31/05/2017     22.4100  2.231147e-02  3.703704e-02
2318  Bank of America 31/05/2017     22.4100  2.231147e-02  3.703704e-02
2319           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2320           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2321           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2322          Expedia 31/05/2017    143.7800  2.573376e-03  5.564056e-03
2323       McDonald's 31/05/2017    150.8900 -6.362251e-03 -6.826165e-03
2324             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2325          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2326          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2327          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2328           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2329          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2330           adidas 31/05/2017    170.1950  2.014160e-02  1.445988e-02
2331          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2332          Chevron 31/05/2017    103.4800  5.604948e-03  1.198299e-02
2333        Starbucks 31/05/2017     63.6100 -5.502280e-03 -4.873448e-03
2334          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2335             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2336      Wells Fargo 31/05/2017     51.1400  1.994525e-02  2.483379e-02
2337           adidas 31/05/2017    170.1950  2.014160e-02  1.445988e-02
2338          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2339    Goldman Sachs 31/05/2017    211.2600  3.389189e-02  5.808009e-02
2340           adidas 31/05/2017    170.1950  2.014160e-02  1.445988e-02
2341  Bank of America 31/05/2017     22.4100  2.231147e-02  3.703704e-02
2342           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2343              H&M 31/05/2017     25.1500  0.000000e+00  1.988072e-02
2344          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2345            Exxon 31/05/2017     80.5000  7.453416e-03  1.304348e-02
2346          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2347        Kellogg's 31/05/2017     71.6000  1.117318e-03  1.424581e-02
2348           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2349       Home Depot 31/05/2017    153.5100  2.410266e-03  9.054785e-03
2350           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2351             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2352          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2353              CBS 31/05/2017     61.1100  6.709213e-03  7.527410e-03
2354             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2355          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2356             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2357             Nike 31/05/2017     52.9900 -1.321004e-03 -7.548594e-03
2358          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2359          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2360             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2361          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2362           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2363          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2364          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2365          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2366             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2367           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2368             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2369           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2370          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2371             Nike 31/05/2017     52.9900 -1.321004e-03 -7.548594e-03
2372          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2373          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2374             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2375          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2376          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2377              CBS 31/05/2017     61.1100  6.709213e-03  7.527410e-03
2378         Heineken 31/05/2017     87.6700 -9.125128e-03 -7.300103e-03
2379          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2380          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2381           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2382             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2383          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2384              BMW 31/05/2017     83.4880  7.857417e-03  1.274435e-02
2385           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2386   Morgan Stanley 31/05/2017     41.7400  1.293723e-02  2.635362e-02
2387            Cisco 31/05/2017     31.5300  4.757374e-03 -9.514748e-04
2388          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2389    Goldman Sachs 31/05/2017    211.2600  3.389189e-02  5.808009e-02
2390          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2391             HSBC 31/05/2017    675.6000 -5.920663e-04 -8.880995e-04
2392          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2393             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2394        Starbucks 31/05/2017     63.6100 -5.502280e-03 -4.873448e-03
2395             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2396           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2397          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2398           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2399           Pfizer 31/05/2017     32.6500 -1.592649e-02 -1.562021e-02
2400          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2401          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2402          Expedia 31/05/2017    143.7800  2.573376e-03  5.564056e-03
2403       McDonald's 31/05/2017    150.8900 -6.362251e-03 -6.826165e-03
2404         Facebook 31/05/2017    151.4600  6.074211e-03  4.423610e-03
2405           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2406          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2407             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2408          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2409          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2410        Microsoft 31/05/2017     69.8400  8.161512e-03  1.718213e-03
2411    Goldman Sachs 31/05/2017    211.2600  3.389189e-02  5.808009e-02
2412          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2413          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2414           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2415           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2416            Yahoo 31/05/2017      4.3701  0.000000e+00  0.000000e+00
2417           Disney 31/05/2017    107.9400  3.705762e-03  4.354271e-03
2418            Apple 31/05/2017    152.7600  5.957057e-03  5.564284e-03
2419              CBS 31/05/2017     61.1100  6.709213e-03  7.527410e-03
2420          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2421              CBS 31/05/2017     61.1100  6.709213e-03  7.527410e-03
2422             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2423           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2424          Walmart 31/05/2017     78.6000 -5.725191e-03 -5.979644e-03
2425           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2426           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2427            Apple 31/05/2017    152.7600  5.957057e-03  5.564284e-03
2428          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2429        Starbucks 31/05/2017     63.6100 -5.502280e-03 -4.873448e-03
2430          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2431          Comcast 31/05/2017     41.6900 -1.415207e-02 -1.870952e-02
2432          Comcast 31/05/2017     41.6900 -1.415207e-02 -1.870952e-02
2433              UPS 31/05/2017    105.9700  7.926772e-03 -9.436633e-04
2434             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2435          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2436          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2437             Nike 31/05/2017     52.9900 -1.321004e-03 -7.548594e-03
2438         Facebook 31/05/2017    151.4600  6.074211e-03  4.423610e-03
2439             Nike 31/05/2017     52.9900 -1.321004e-03 -7.548594e-03
2440          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2441        Starbucks 31/05/2017     63.6100 -5.502280e-03 -4.873448e-03
2442             AT&T 31/05/2017     38.5300  5.190760e-04 -1.064106e-02
2443            Apple 31/05/2017    152.7600  5.957057e-03  5.564284e-03
2444           Google 31/05/2017    987.0900  9.198756e-03  6.260827e-03
2445    Goldman Sachs 31/05/2017    211.2600  3.389189e-02  5.808009e-02
2446           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2447           Kroger 31/05/2017     29.7800 -6.715917e-04 -1.108126e-02
2448           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2449           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2450          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2451       McDonald's 31/05/2017    150.8900 -6.362251e-03 -6.826165e-03
2452             Sony 31/05/2017   4034.0000 -7.436787e-04  9.915716e-04
2453             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2454          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2455          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2456          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2457           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2458          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2459            Pepsi 31/05/2017    116.8700  9.754428e-03  8.898776e-03
2460          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2461           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2462              UPS 31/05/2017    105.9700  7.926772e-03 -9.436633e-04
2463        Microsoft 31/05/2017     69.8400  8.161512e-03  1.718213e-03
2464          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2465       McDonald's 31/05/2017    150.8900 -6.362251e-03 -6.826165e-03
2466             Nike 31/05/2017     52.9900 -1.321004e-03 -7.548594e-03
2467        Microsoft 31/05/2017     69.8400  8.161512e-03  1.718213e-03
2468             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2469          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2470           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2471            Pepsi 31/05/2017    116.8700  9.754428e-03  8.898776e-03
2472             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2473              CBS 31/05/2017     61.1100  6.709213e-03  7.527410e-03
2474              CBS 31/05/2017     61.1100  6.709213e-03  7.527410e-03
2475           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2476               HP 31/05/2017     18.7600  9.594883e-03 -1.545842e-02
2477             Nike 31/05/2017     52.9900 -1.321004e-03 -7.548594e-03
2478       McDonald's 31/05/2017    150.8900 -6.362251e-03 -6.826165e-03
2479           adidas 31/05/2017    170.1950  2.014160e-02  1.445988e-02
2480           Nissan 31/05/2017   1061.5000  1.224682e-02  1.177579e-02
2481          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2482             AT&T 31/05/2017     38.5300  5.190760e-04 -1.064106e-02
2483             AT&T 31/05/2017     38.5300  5.190760e-04 -1.064106e-02
2484          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2485            Cisco 31/05/2017     31.5300  4.757374e-03 -9.514748e-04
2486           Nissan 31/05/2017   1061.5000  1.224682e-02  1.177579e-02
2487          Verizon 31/05/2017     46.6400 -9.433962e-03 -2.830189e-02
2488          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2489          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2490          TMobile 31/05/2017     67.4200 -5.043014e-03  5.636310e-03
2491            Apple 31/05/2017    152.7600  5.957057e-03  5.564284e-03
2492               HP 31/05/2017     18.7600  9.594883e-03 -1.545842e-02
2493          Verizon 31/05/2017     46.6400 -9.433962e-03 -2.830189e-02
2494          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2495          Verizon 31/05/2017     46.6400 -9.433962e-03 -2.830189e-02
2496         Facebook 31/05/2017    151.4600  6.074211e-03  4.423610e-03
2497          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2498               HP 31/05/2017     18.7600  9.594883e-03 -1.545842e-02
2499             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2500          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2501        Starbucks 31/05/2017     63.6100 -5.502280e-03 -4.873448e-03
2502          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2503          Walmart 31/05/2017     78.6000 -5.725191e-03 -5.979644e-03
2504        Kellogg's 31/05/2017     71.6000  1.117318e-03  1.424581e-02
2505          Netflix 31/05/2017    163.0700  9.198504e-04 -3.924695e-03
2506          Reuters 31/05/2017     48.0890  3.435297e-03  2.977812e-03
2507    Goldman Sachs 31/05/2017    211.2600  3.389189e-02  5.808009e-02
2508           Amazon 31/05/2017    994.6200  2.091251e-03  1.166275e-03
2509             eBay 31/05/2017     34.3000  9.329446e-03  1.749271e-02
2510             eBay 01/06/2017     34.7900 -1.408451e-02 -4.886462e-03
2511    Goldman Sachs 01/06/2017    215.0100 -1.744105e-02  1.585973e-02
2512          Reuters 01/06/2017     48.2983 -4.333486e-03 -9.130756e-04
2513             eBay 01/06/2017     34.7900 -1.408451e-02 -4.886462e-03
2514              CBS 01/06/2017     61.7300 -1.004374e-02 -3.401912e-03
2515          Walmart 01/06/2017     79.8100 -1.516101e-02 -2.079940e-02
2516          Reuters 01/06/2017     48.2983 -4.333486e-03 -9.130756e-04
2517        Starbucks 01/06/2017     63.7500 -2.196078e-03 -7.686275e-03
2518          Reuters 01/06/2017     48.2983 -4.333486e-03 -9.130756e-04
2519          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2520           Viacom 01/06/2017     39.0500 -1.664533e-02 -3.841229e-03
2521             AT&T 01/06/2017     38.8700 -8.747106e-03 -8.232570e-03
2522          Walmart 01/06/2017     79.8100 -1.516101e-02 -2.079940e-02
2523          Walmart 01/06/2017     79.8100 -1.516101e-02 -2.079940e-02
2524           Google 01/06/2017    988.2900 -1.214218e-03  7.973368e-03
2525          Walmart 01/06/2017     79.8100 -1.516101e-02 -2.079940e-02
2526          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2527           Amazon 01/06/2017    995.9500 -1.335408e-03  7.530499e-04
2528             eBay 01/06/2017     34.7900 -1.408451e-02 -4.886462e-03
2529             eBay 01/06/2017     34.7900 -1.408451e-02 -4.886462e-03
2530          Reuters 01/06/2017     48.2983 -4.333486e-03 -9.130756e-04
2531          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2532             AT&T 01/06/2017     38.8700 -8.747106e-03 -8.232570e-03
2533    Goldman Sachs 01/06/2017    215.0100 -1.744105e-02  1.585973e-02
2534          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2535              CBS 01/06/2017     61.7300 -1.004374e-02 -3.401912e-03
2536              CBS 01/06/2017     61.7300 -1.004374e-02 -3.401912e-03
2537        Microsoft 01/06/2017     70.1000 -3.708987e-03  4.422254e-03
2538          L'Oreal 01/06/2017    212.7000  2.350729e-03 -1.480959e-02
2539           Toyota 01/06/2017   5989.0000 -9.517449e-03 -1.335782e-03
2540          Reuters 01/06/2017     48.2983 -4.333486e-03 -9.130756e-04
2541          Hyundai 01/06/2017 165500.0000 -1.510574e-02 -9.063444e-03
2542        Starbucks 01/06/2017     63.7500 -2.196078e-03 -7.686275e-03
2543           Toyota 01/06/2017   5989.0000 -9.517449e-03 -1.335782e-03
2544    Goldman Sachs 01/06/2017    215.0100 -1.744105e-02  1.585973e-02
2545          Reuters 01/06/2017     48.2983 -4.333486e-03 -9.130756e-04
2546          Walmart 01/06/2017     79.8100 -1.516101e-02 -2.079940e-02
2547          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2548            Yahoo 01/06/2017      4.3701  0.000000e+00  0.000000e+00
2549          Reuters 01/06/2017     48.2983 -4.333486e-03 -9.130756e-04
2550          Ryanair 01/06/2017     18.2800 -1.914661e-02  8.752735e-03
2551          TMobile 01/06/2017     67.9000 -7.069219e-03 -1.207658e-02
2552          TMobile 01/06/2017     67.9000 -7.069219e-03 -1.207658e-02
2553           Toyota 01/06/2017   5989.0000 -9.517449e-03 -1.335782e-03
2554              CBS 01/06/2017     61.7300 -1.004374e-02 -3.401912e-03
2555    Goldman Sachs 01/06/2017    215.0100 -1.744105e-02  1.585973e-02
2556    Goldman Sachs 01/06/2017    215.0100 -1.744105e-02  1.585973e-02
2557          Walmart 01/06/2017     79.8100 -1.516101e-02 -2.079940e-02
2558          Walmart 01/06/2017     79.8100 -1.516101e-02 -2.079940e-02
2559    Goldman Sachs 01/06/2017    215.0100 -1.744105e-02  1.585973e-02
2560          Walmart 01/06/2017     79.8100 -1.516101e-02 -2.079940e-02
2561             Ford 01/06/2017     11.4100 -2.541630e-02 -2.892200e-02
2562        Starbucks 01/06/2017     63.7500 -2.196078e-03 -7.686275e-03
2563           Nissan 01/06/2017   1069.0000 -7.015903e-03  5.144995e-03
2564             eBay 01/06/2017     34.7900 -1.408451e-02 -4.886462e-03
2565          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2566             eBay 01/06/2017     34.7900 -1.408451e-02 -4.886462e-03
2567             eBay 01/06/2017     34.7900 -1.408451e-02 -4.886462e-03
2568             eBay 01/06/2017     34.7900 -1.408451e-02 -4.886462e-03
2569            FedEx 01/06/2017    198.3600 -2.278685e-02 -2.258520e-02
2570             eBay 01/06/2017     34.7900 -1.408451e-02 -4.886462e-03
2571             eBay 01/06/2017     34.7900 -1.408451e-02 -4.886462e-03
2572            Cisco 01/06/2017     31.8200 -9.113765e-03 -4.399749e-03
2573    Goldman Sachs 01/06/2017    215.0100 -1.744105e-02  1.585973e-02
2574          Walmart 01/06/2017     79.8100 -1.516101e-02 -2.079940e-02
2575             eBay 01/06/2017     34.7900 -1.408451e-02 -4.886462e-03
2576       McDonald's 01/06/2017    152.3900 -9.843166e-03 -1.614279e-02
2577          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2578          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2579            Intel 01/06/2017     36.1200 -2.768549e-04  1.661130e-03
2580          Walmart 01/06/2017     79.8100 -1.516101e-02 -2.079940e-02
2581          TMobile 01/06/2017     67.9000 -7.069219e-03 -1.207658e-02
2582          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2583           Kroger 01/06/2017     30.2500 -1.553719e-02 -1.619835e-02
2584          Reuters 01/06/2017     48.2983 -4.333486e-03 -9.130756e-04
2585          Walmart 01/06/2017     79.8100 -1.516101e-02 -2.079940e-02
2586             eBay 01/06/2017     34.7900 -1.408451e-02 -4.886462e-03
2587          Walmart 01/06/2017     79.8100 -1.516101e-02 -2.079940e-02
2588    Goldman Sachs 01/06/2017    215.0100 -1.744105e-02  1.585973e-02
2589             Nike 01/06/2017     52.3000  1.319312e-02  1.185468e-02
2590             eBay 01/06/2017     34.7900 -1.408451e-02 -4.886462e-03
2591          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2592    Goldman Sachs 01/06/2017    215.0100 -1.744105e-02  1.585973e-02
2593          Reuters 01/06/2017     48.2983 -4.333486e-03 -9.130756e-04
2594              IBM 01/06/2017    152.6700 -2.620030e-04 -6.157071e-03
2595            Adobe 01/06/2017    141.3800  3.395105e-03  7.285330e-03
2596          Walmart 01/06/2017     79.8100 -1.516101e-02 -2.079940e-02
2597          Reuters 01/06/2017     48.2983 -4.333486e-03 -9.130756e-04
2598          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2599          Reuters 01/06/2017     48.2983 -4.333486e-03 -9.130756e-04
2600          Reuters 01/06/2017     48.2983 -4.333486e-03 -9.130756e-04
2601          Comcast 01/06/2017     41.6600  7.201152e-04 -1.344215e-02
2602          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2603          Reuters 01/06/2017     48.2983 -4.333486e-03 -9.130756e-04
2604             eBay 01/06/2017     34.7900 -1.408451e-02 -4.886462e-03
2605              BMW 01/06/2017     85.0500 -1.836567e-02 -1.065256e-02
2606           Google 01/06/2017    988.2900 -1.214218e-03  7.973368e-03
2607          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2608       McDonald's 01/06/2017    152.3900 -9.843166e-03 -1.614279e-02
2609           Amazon 01/06/2017    995.9500 -1.335408e-03  7.530499e-04
2610          Reuters 01/06/2017     48.2983 -4.333486e-03 -9.130756e-04
2611          Reuters 01/06/2017     48.2983 -4.333486e-03 -9.130756e-04
2612           adidas 01/06/2017    171.1690 -5.690283e-03  1.433671e-02
2613             eBay 01/06/2017     34.7900 -1.408451e-02 -4.886462e-03
2614          Walmart 01/06/2017     79.8100 -1.516101e-02 -2.079940e-02
2615             eBay 01/06/2017     34.7900 -1.408451e-02 -4.886462e-03
2616          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2617          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2618           Google 01/06/2017    988.2900 -1.214218e-03  7.973368e-03
2619          TMobile 01/06/2017     67.9000 -7.069219e-03 -1.207658e-02
2620    Goldman Sachs 01/06/2017    215.0100 -1.744105e-02  1.585973e-02
2621       bookingcom 01/06/2017   1890.8200 -7.261400e-03 -1.764843e-02
2622    Goldman Sachs 01/06/2017    215.0100 -1.744105e-02  1.585973e-02
2623              IBM 01/06/2017    152.6700 -2.620030e-04 -6.157071e-03
2624           Google 01/06/2017    988.2900 -1.214218e-03  7.973368e-03
2625          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2626          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2627          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2628             eBay 01/06/2017     34.7900 -1.408451e-02 -4.886462e-03
2629          Reuters 01/06/2017     48.2983 -4.333486e-03 -9.130756e-04
2630             Nike 01/06/2017     52.3000  1.319312e-02  1.185468e-02
2631        Starbucks 01/06/2017     63.7500 -2.196078e-03 -7.686275e-03
2632          Netflix 01/06/2017    162.9900  4.908277e-04  1.411130e-03
2633           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2634          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2635          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2636             AT&T 30/06/2017     37.7300 -2.915452e-03  5.565863e-03
2637          easyJet 30/06/2017   1359.0000 -8.830022e-03  7.358352e-04
2638          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2639          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2640          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2641         Facebook 30/06/2017    150.9800  3.974036e-04  1.496887e-02
2642          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2643          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2644          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2645          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2646             Next 30/06/2017   3856.0000  3.112033e-02  2.489627e-02
2647          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2648          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2649          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2650           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2651           Nissan 30/06/2017   1118.0000 -5.813953e-03 -1.565295e-02
2652             AT&T 30/06/2017     37.7300 -2.915452e-03  5.565863e-03
2653          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2654          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2655          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2656       McDonald's 30/06/2017    153.1600 -1.958736e-04  7.443197e-03
2657         Facebook 30/06/2017    150.9800  3.974036e-04  1.496887e-02
2658             HSBC 30/06/2017    711.7000  5.339328e-03 -3.554869e-02
2659          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2660          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2661          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2662          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2663           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2664          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2665          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2666             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2667             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2668              CBS 30/06/2017     63.7800 -3.606146e-03  2.148009e-02
2669          easyJet 30/06/2017   1359.0000 -8.830022e-03  7.358352e-04
2670          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2671        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
2672            Shell 30/06/2017   2035.0000  1.302211e-02  1.916462e-02
2673       McDonald's 30/06/2017    153.1600 -1.958736e-04  7.443197e-03
2674            Bayer 30/06/2017    111.6950  3.834549e-02  7.345002e-02
2675          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2676             Next 30/06/2017   3856.0000  3.112033e-02  2.489627e-02
2677          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2678          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2679          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2680          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2681             Ford 30/06/2017     11.1900 -1.787310e-03 -8.936550e-03
2682           Disney 30/06/2017    106.2500 -5.082353e-03  5.741176e-03
2683          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2684          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2685             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2686             AT&T 30/06/2017     37.7300 -2.915452e-03  5.565863e-03
2687          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2688            Cisco 30/06/2017     31.3000  3.514377e-03  2.492013e-02
2689          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2690            Tesco 30/06/2017    168.8000  1.895735e-02  1.747630e-02
2691          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2692             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2693           Nestle 30/06/2017     83.4500  2.396645e-03  2.336729e-02
2694             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2695          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2696        Starbucks 30/06/2017     58.3100  8.574859e-04  1.492025e-02
2697           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2698        Starbucks 30/06/2017     58.3100  8.574859e-04  1.492025e-02
2699          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2700          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2701             ASOS 30/06/2017   5749.0000 -4.000696e-03  1.443729e-02
2702             ASOS 30/06/2017   5749.0000 -4.000696e-03  1.443729e-02
2703          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2704          Ryanair 30/06/2017     18.0000 -1.111111e-02  0.000000e+00
2705             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2706          Ryanair 30/06/2017     18.0000 -1.111111e-02  0.000000e+00
2707          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2708         Facebook 30/06/2017    150.9800  3.974036e-04  1.496887e-02
2709          TMobile 30/06/2017     60.6200 -5.278786e-03  1.418674e-02
2710          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2711             AT&T 30/06/2017     37.7300 -2.915452e-03  5.565863e-03
2712              IBM 30/06/2017    153.8300  1.950205e-03  9.686017e-03
2713           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2714          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2715             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2716          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2717          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2718            Tesco 30/06/2017    168.8000  1.895735e-02  1.747630e-02
2719          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2720          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2721              UPS 30/06/2017    110.5900 -7.324351e-03 -4.611629e-03
2722          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2723            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2724          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2725             Next 30/06/2017   3856.0000  3.112033e-02  2.489627e-02
2726      Wells Fargo 30/06/2017     55.4100  6.677495e-03 -1.949107e-02
2727            Cisco 30/06/2017     31.3000  3.514377e-03  2.492013e-02
2728             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2729         Facebook 30/06/2017    150.9800  3.974036e-04  1.496887e-02
2730          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2731           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2732            Shell 30/06/2017   2035.0000  1.302211e-02  1.916462e-02
2733          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2734          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2735               BP 30/06/2017    442.8000  1.603433e-02  2.822945e-02
2736             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2737        Starbucks 30/06/2017     58.3100  8.574859e-04  1.492025e-02
2738 General Electric 30/06/2017     25.9634  3.697513e-04  2.592110e-03
2739           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2740          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2741           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2742          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2743             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2744             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
2745             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
2746             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2747          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2748         Facebook 30/06/2017    150.9800  3.974036e-04  1.496887e-02
2749             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
2750          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2751          easyJet 30/06/2017   1359.0000 -8.830022e-03  7.358352e-04
2752          Ryanair 30/06/2017     18.0000 -1.111111e-02  0.000000e+00
2753          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2754             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2755           Google 30/06/2017    929.6800  8.755701e-03  3.369977e-02
2756             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2757             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
2758            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2759          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2760          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2761          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2762             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
2763              IBM 30/06/2017    153.8300  1.950205e-03  9.686017e-03
2764             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
2765  Bank of America 30/06/2017     24.2600  2.473207e-03 -1.566364e-02
2766          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2767            Adobe 30/06/2017    141.4400 -1.414027e-03  1.675622e-02
2768           Google 30/06/2017    929.6800  8.755701e-03  3.369977e-02
2769             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2770          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2771          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2772             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
2773             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
2774           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2775           Google 30/06/2017    929.6800  8.755701e-03  3.369977e-02
2776          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2777            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2778           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2779          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2780          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2781          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2782             AT&T 30/06/2017     37.7300 -2.915452e-03  5.565863e-03
2783           Google 30/06/2017    929.6800  8.755701e-03  3.369977e-02
2784           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2785           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2786          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2787        Starbucks 30/06/2017     58.3100  8.574859e-04  1.492025e-02
2788             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2789             ASOS 30/06/2017   5749.0000 -4.000696e-03  1.443729e-02
2790           Google 30/06/2017    929.6800  8.755701e-03  3.369977e-02
2791          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2792             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2793        Starbucks 30/06/2017     58.3100  8.574859e-04  1.492025e-02
2794       McDonald's 30/06/2017    153.1600 -1.958736e-04  7.443197e-03
2795           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2796             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
2797         Facebook 30/06/2017    150.9800  3.974036e-04  1.496887e-02
2798          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2799          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2800          Ryanair 30/06/2017     18.0000 -1.111111e-02  0.000000e+00
2801          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2802           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2803          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2804            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2805          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2806             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2807             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2808             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2809          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2810          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2811          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2812          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2813          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2814          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2815           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2816          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2817           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2818          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2819          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2820           Disney 30/06/2017    106.2500 -5.082353e-03  5.741176e-03
2821          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2822          Comcast 30/06/2017     38.9200 -1.284687e-03  2.415211e-02
2823          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2824              BMW 30/06/2017     81.5420  1.163817e-02  2.706581e-02
2825          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2826        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
2827             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2828         Facebook 30/06/2017    150.9800  3.974036e-04  1.496887e-02
2829        Starbucks 30/06/2017     58.3100  8.574859e-04  1.492025e-02
2830          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2831          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2832          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2833          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2834          Groupon 30/06/2017      3.8400 -5.989583e-02 -1.041667e-01
2835             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
2836          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2837          Walmart 30/06/2017     75.6800  3.303383e-03  1.096723e-02
2838          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2839              CBS 30/06/2017     63.7800 -3.606146e-03  2.148009e-02
2840             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2841          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2842         Facebook 30/06/2017    150.9800  3.974036e-04  1.496887e-02
2843          Ryanair 30/06/2017     18.0000 -1.111111e-02  0.000000e+00
2844             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2845         Facebook 30/06/2017    150.9800  3.974036e-04  1.496887e-02
2846          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2847           Google 30/06/2017    929.6800  8.755701e-03  3.369977e-02
2848             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
2849             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2850       McDonald's 30/06/2017    153.1600 -1.958736e-04  7.443197e-03
2851             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2852          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2853              CBS 30/06/2017     63.7800 -3.606146e-03  2.148009e-02
2854          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2855         Facebook 30/06/2017    150.9800  3.974036e-04  1.496887e-02
2856          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2857          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2858           Google 30/06/2017    929.6800  8.755701e-03  3.369977e-02
2859            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2860       McDonald's 30/06/2017    153.1600 -1.958736e-04  7.443197e-03
2861           adidas 30/06/2017    168.2930 -2.604981e-02  2.436227e-04
2862             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2863          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2864            Yahoo 30/06/2017      4.3600  0.000000e+00  0.000000e+00
2865       McDonald's 30/06/2017    153.1600 -1.958736e-04  7.443197e-03
2866              BMW 30/06/2017     81.5420  1.163817e-02  2.706581e-02
2867           adidas 30/06/2017    168.2930 -2.604981e-02  2.436227e-04
2868    Goldman Sachs 30/06/2017    221.9000  1.131140e-02  5.948626e-03
2869              BMW 30/06/2017     81.5420  1.163817e-02  2.706581e-02
2870          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2871           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2872          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2873              P&G 30/06/2017     87.1500 -1.835915e-03  1.399885e-02
2874          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2875          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2876          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2877        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
2878          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2879          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2880          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2881         Facebook 30/06/2017    150.9800  3.974036e-04  1.496887e-02
2882        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
2883             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
2884         Facebook 30/06/2017    150.9800  3.974036e-04  1.496887e-02
2885              P&G 30/06/2017     87.1500 -1.835915e-03  1.399885e-02
2886           Danone 30/06/2017     65.8100  8.661298e-03  2.704756e-02
2887         CocaCola 30/06/2017     44.8500 -4.459309e-04  1.047938e-02
2888  Bank of America 30/06/2017     24.2600  2.473207e-03 -1.566364e-02
2889          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2890             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2891             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2892          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2893             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
2894          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2895           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2896           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2897          Walmart 30/06/2017     75.6800  3.303383e-03  1.096723e-02
2898          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2899             Sony 30/06/2017   4286.0000  1.843210e-02  9.799347e-03
2900           Google 30/06/2017    929.6800  8.755701e-03  3.369977e-02
2901          Groupon 30/06/2017      3.8400 -5.989583e-02 -1.041667e-01
2902          Walmart 30/06/2017     75.6800  3.303383e-03  1.096723e-02
2903   salesforce.com 30/06/2017     86.6000  2.309469e-03  1.720554e-02
2904             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2905          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2906          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2907          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2908         Facebook 30/06/2017    150.9800  3.974036e-04  1.496887e-02
2909           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2910             AT&T 30/06/2017     37.7300 -2.915452e-03  5.565863e-03
2911          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2912             AT&T 30/06/2017     37.7300 -2.915452e-03  5.565863e-03
2913             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2914             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2915       McDonald's 30/06/2017    153.1600 -1.958736e-04  7.443197e-03
2916            Shell 30/06/2017   2035.0000  1.302211e-02  1.916462e-02
2917           Nissan 30/06/2017   1118.0000 -5.813953e-03 -1.565295e-02
2918          easyJet 30/06/2017   1359.0000 -8.830022e-03  7.358352e-04
2919           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2920 American Express 30/06/2017     84.2400 -7.241216e-03 -3.205128e-03
2921         Facebook 30/06/2017    150.9800  3.974036e-04  1.496887e-02
2922            Bayer 30/06/2017    111.6950  3.834549e-02  7.345002e-02
2923          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2924          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2925          Groupon 30/06/2017      3.8400 -5.989583e-02 -1.041667e-01
2926 General Electric 30/06/2017     25.9634  3.697513e-04  2.592110e-03
2927          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2928           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2929          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2930          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2931              CBS 30/06/2017     63.7800 -3.606146e-03  2.148009e-02
2932           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2933             AT&T 30/06/2017     37.7300 -2.915452e-03  5.565863e-03
2934   Morgan Stanley 30/06/2017     44.5600  4.263914e-03 -5.385996e-03
2935           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
2936           Disney 30/06/2017    106.2500 -5.082353e-03  5.741176e-03
2937             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2938             AT&T 30/06/2017     37.7300 -2.915452e-03  5.565863e-03
2939             Ford 30/06/2017     11.1900 -1.787310e-03 -8.936550e-03
2940             AT&T 30/06/2017     37.7300 -2.915452e-03  5.565863e-03
2941             AT&T 30/06/2017     37.7300 -2.915452e-03  5.565863e-03
2942          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2943             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
2944       McDonald's 30/06/2017    153.1600 -1.958736e-04  7.443197e-03
2945            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2946            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2947            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2948            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2949        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
2950            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2951            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2952            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2953            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2954            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2955            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2956          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2957            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2958            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2959            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2960            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2961            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2962            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2963        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
2964            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2965            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2966            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2967            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2968            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2969            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2970         Facebook 30/06/2017    150.9800  3.974036e-04  1.496887e-02
2971            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2972            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2973            Apple 30/06/2017    144.0200 -2.360783e-03  1.256770e-02
2974         JPMorgan 30/06/2017     91.4000 -2.735230e-03 -1.728665e-02
2975              CBS 30/06/2017     63.7800 -3.606146e-03  2.148009e-02
2976        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
2977          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2978          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2979        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
2980          easyJet 30/06/2017   1359.0000 -8.830022e-03  7.358352e-04
2981        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
2982          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2983          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2984        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
2985           Google 30/06/2017    929.6800  8.755701e-03  3.369977e-02
2986          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2987          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2988            Honda 30/06/2017   3064.0000  6.527415e-03  2.937337e-03
2989          easyJet 30/06/2017   1359.0000 -8.830022e-03  7.358352e-04
2990             AT&T 30/06/2017     37.7300 -2.915452e-03  5.565863e-03
2991        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
2992          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2993          TMobile 30/06/2017     60.6200 -5.278786e-03  1.418674e-02
2994          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
2995        Starbucks 30/06/2017     58.3100  8.574859e-04  1.492025e-02
2996          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
2997       Volkswagen 30/06/2017    133.2090 -5.059718e-03  1.114039e-02
2998            Pepsi 30/06/2017    115.4900 -2.684215e-03  7.706295e-03
2999          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
3000           Google 30/06/2017    929.6800  8.755701e-03  3.369977e-02
3001             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
3002           Google 30/06/2017    929.6800  8.755701e-03  3.369977e-02
3003           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
3004          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
3005          Ryanair 30/06/2017     18.0000 -1.111111e-02  0.000000e+00
3006        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
3007             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
3008        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
3009          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
3010             AT&T 30/06/2017     37.7300 -2.915452e-03  5.565863e-03
3011      Wells Fargo 30/06/2017     55.4100  6.677495e-03 -1.949107e-02
3012          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
3013             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
3014            Adobe 30/06/2017    141.4400 -1.414027e-03  1.675622e-02
3015           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
3016             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
3017             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
3018        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
3019          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
3020             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
3021        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
3022          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
3023        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
3024             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
3025             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
3026        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
3027             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
3028        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
3029           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
3030            FedEx 30/06/2017    217.3300 -9.662725e-03 -8.282336e-04
3031             AT&T 30/06/2017     37.7300 -2.915452e-03  5.565863e-03
3032             AT&T 30/06/2017     37.7300 -2.915452e-03  5.565863e-03
3033             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
3034        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
3035          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
3036             Sony 30/06/2017   4286.0000  1.843210e-02  9.799347e-03
3037             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
3038             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
3039          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
3040          Reuters 30/06/2017     50.9858  3.240118e-03  1.123254e-02
3041              CBS 30/06/2017     63.7800 -3.606146e-03  2.148009e-02
3042   salesforce.com 30/06/2017     86.6000  2.309469e-03  1.720554e-02
3043        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
3044           Amazon 30/06/2017    968.0000  8.192149e-03  2.306818e-02
3045           adidas 30/06/2017    168.2930 -2.604981e-02  2.436227e-04
3046       McDonald's 30/06/2017    153.1600 -1.958736e-04  7.443197e-03
3047             eBay 30/06/2017     34.9200 -1.174112e-02  1.116838e-02
3048           Nissan 30/06/2017   1118.0000 -5.813953e-03 -1.565295e-02
3049          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
3050           adidas 30/06/2017    168.2930 -2.604981e-02  2.436227e-04
3051             Nike 30/06/2017     59.0000 -9.881356e-02 -9.559322e-02
3052          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
3053        Microsoft 30/06/2017     68.9300 -6.383287e-03  1.262150e-02
3054          TMobile 30/06/2017     60.6200 -5.278786e-03  1.418674e-02
3055           adidas 30/06/2017    168.2930 -2.604981e-02  2.436227e-04
3056          Netflix 30/06/2017    149.4100  4.551235e-03  2.677197e-02
3057              CBS 30/06/2017     63.7800 -3.606146e-03  2.148009e-02
3058          Netflix 01/07/2017    149.4100  0.000000e+00  4.551235e-03
3059          Netflix 01/07/2017    149.4100  0.000000e+00  4.551235e-03
3060        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3061             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3062           Amazon 01/07/2017    968.0000  0.000000e+00  8.192149e-03
3063             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3064          Netflix 01/07/2017    149.4100  0.000000e+00  4.551235e-03
3065           Google 01/07/2017    929.6800  0.000000e+00  8.755701e-03
3066           Amazon 01/07/2017    968.0000  0.000000e+00  8.192149e-03
3067          Comcast 01/07/2017     38.9200  0.000000e+00 -1.284687e-03
3068           Amazon 01/07/2017    968.0000  0.000000e+00  8.192149e-03
3069             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3070           Amazon 01/07/2017    968.0000  0.000000e+00  8.192149e-03
3071             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3072          Netflix 01/07/2017    149.4100  0.000000e+00  4.551235e-03
3073       McDonald's 01/07/2017    153.1600  0.000000e+00 -1.958736e-04
3074        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3075        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3076          Walmart 01/07/2017     75.6800  0.000000e+00  3.303383e-03
3077    Goldman Sachs 01/07/2017    221.9000  0.000000e+00  1.131140e-02
3078             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3079        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3080          Netflix 01/07/2017    149.4100  0.000000e+00  4.551235e-03
3081       McDonald's 01/07/2017    153.1600  0.000000e+00 -1.958736e-04
3082        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3083          Reuters 01/07/2017     50.9858  0.000000e+00  3.240118e-03
3084            FedEx 01/07/2017    217.3300  0.000000e+00 -9.662725e-03
3085             AT&T 01/07/2017     37.7300  0.000000e+00 -2.915452e-03
3086          Netflix 01/07/2017    149.4100  0.000000e+00  4.551235e-03
3087           Disney 01/07/2017    106.2500  0.000000e+00 -5.082353e-03
3088         Gillette 01/07/2017   5110.8000  0.000000e+00 -3.339008e-02
3089        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3090        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3091         Facebook 01/07/2017    150.9800  0.000000e+00  3.974036e-04
3092         Facebook 01/07/2017    150.9800  0.000000e+00  3.974036e-04
3093          Netflix 01/07/2017    149.4100  0.000000e+00  4.551235e-03
3094    Goldman Sachs 01/07/2017    221.9000  0.000000e+00  1.131140e-02
3095         Facebook 01/07/2017    150.9800  0.000000e+00  3.974036e-04
3096           PayPal 01/07/2017     53.6700  0.000000e+00 -4.658096e-03
3097          Netflix 01/07/2017    149.4100  0.000000e+00  4.551235e-03
3098           Nestle 01/07/2017     83.4500  0.000000e+00  2.396645e-03
3099               HP 01/07/2017     17.4800  0.000000e+00  5.148741e-03
3100           Amazon 01/07/2017    968.0000  0.000000e+00  8.192149e-03
3101             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3102 General Electric 01/07/2017     25.9634  0.000000e+00  3.697513e-04
3103       Volkswagen 01/07/2017    133.2090  0.000000e+00 -5.059718e-03
3104            Cisco 01/07/2017     31.3000  0.000000e+00  3.514377e-03
3105           Disney 01/07/2017    106.2500  0.000000e+00 -5.082353e-03
3106         Facebook 01/07/2017    150.9800  0.000000e+00  3.974036e-04
3107          Reuters 01/07/2017     50.9858  0.000000e+00  3.240118e-03
3108          Reuters 01/07/2017     50.9858  0.000000e+00  3.240118e-03
3109        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3110             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3111          TMobile 01/07/2017     60.6200  0.000000e+00 -5.278786e-03
3112        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3113        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3114    Goldman Sachs 01/07/2017    221.9000  0.000000e+00  1.131140e-02
3115        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3116    Goldman Sachs 01/07/2017    221.9000  0.000000e+00  1.131140e-02
3117          Reuters 01/07/2017     50.9858  0.000000e+00  3.240118e-03
3118       McDonald's 01/07/2017    153.1600  0.000000e+00 -1.958736e-04
3119             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3120             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3121             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3122             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3123        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3124        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3125          Netflix 01/07/2017    149.4100  0.000000e+00  4.551235e-03
3126           Disney 01/07/2017    106.2500  0.000000e+00 -5.082353e-03
3127             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3128             AT&T 01/07/2017     37.7300  0.000000e+00 -2.915452e-03
3129          Reuters 01/07/2017     50.9858  0.000000e+00  3.240118e-03
3130          Reuters 01/07/2017     50.9858  0.000000e+00  3.240118e-03
3131          Reuters 01/07/2017     50.9858  0.000000e+00  3.240118e-03
3132        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3133             AT&T 01/07/2017     37.7300  0.000000e+00 -2.915452e-03
3134          Reuters 01/07/2017     50.9858  0.000000e+00  3.240118e-03
3135            Yahoo 01/07/2017      4.3600  0.000000e+00  0.000000e+00
3136           PayPal 01/07/2017     53.6700  0.000000e+00 -4.658096e-03
3137        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3138           Amazon 01/07/2017    968.0000  0.000000e+00  8.192149e-03
3139             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3140        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3141        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3142          Netflix 01/07/2017    149.4100  0.000000e+00  4.551235e-03
3143             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3144             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3145             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3146        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3147           Amazon 01/07/2017    968.0000  0.000000e+00  8.192149e-03
3148             Nike 01/07/2017     59.0000  0.000000e+00 -9.881356e-02
3149          Netflix 01/07/2017    149.4100  0.000000e+00  4.551235e-03
3150        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3151        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3152       McDonald's 01/07/2017    153.1600  0.000000e+00 -1.958736e-04
3153           Google 01/07/2017    929.6800  0.000000e+00  8.755701e-03
3154           Google 01/07/2017    929.6800  0.000000e+00  8.755701e-03
3155           Nestle 01/07/2017     83.4500  0.000000e+00  2.396645e-03
3156             ASOS 01/07/2017   5749.0000  0.000000e+00 -4.000696e-03
3157           adidas 01/07/2017    168.2930  0.000000e+00 -2.604981e-02
3158             AT&T 01/07/2017     37.7300  0.000000e+00 -2.915452e-03
3159             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3160             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3161            Apple 01/07/2017    144.0200  0.000000e+00 -2.360783e-03
3162        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3163       McDonald's 01/07/2017    153.1600  0.000000e+00 -1.958736e-04
3164          Reuters 01/07/2017     50.9858  0.000000e+00  3.240118e-03
3165              CBS 01/07/2017     63.7800  0.000000e+00 -3.606146e-03
3166           Amazon 01/07/2017    968.0000  0.000000e+00  8.192149e-03
3167       McDonald's 01/07/2017    153.1600  0.000000e+00 -1.958736e-04
3168    Goldman Sachs 01/07/2017    221.9000  0.000000e+00  1.131140e-02
3169          easyJet 01/07/2017   1359.0000  0.000000e+00 -8.830022e-03
3170        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3171             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3172             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3173          Netflix 01/07/2017    149.4100  0.000000e+00  4.551235e-03
3174       McDonald's 01/07/2017    153.1600  0.000000e+00 -1.958736e-04
3175       McDonald's 01/07/2017    153.1600  0.000000e+00 -1.958736e-04
3176        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3177           Disney 01/07/2017    106.2500  0.000000e+00 -5.082353e-03
3178       McDonald's 01/07/2017    153.1600  0.000000e+00 -1.958736e-04
3179          Ryanair 01/07/2017     18.0000  0.000000e+00 -1.111111e-02
3180          Netflix 01/07/2017    149.4100  0.000000e+00  4.551235e-03
3181        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3182          Reuters 01/07/2017     50.9858  0.000000e+00  3.240118e-03
3183       McDonald's 01/07/2017    153.1600  0.000000e+00 -1.958736e-04
3184       McDonald's 01/07/2017    153.1600  0.000000e+00 -1.958736e-04
3185       McDonald's 01/07/2017    153.1600  0.000000e+00 -1.958736e-04
3186         Facebook 01/07/2017    150.9800  0.000000e+00  3.974036e-04
3187       McDonald's 01/07/2017    153.1600  0.000000e+00 -1.958736e-04
3188        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3189       McDonald's 01/07/2017    153.1600  0.000000e+00 -1.958736e-04
3190             eBay 01/07/2017     34.9200  0.000000e+00 -1.174112e-02
3191          Reuters 01/07/2017     50.9858  0.000000e+00  3.240118e-03
3192          Reuters 01/07/2017     50.9858  0.000000e+00  3.240118e-03
3193          Reuters 01/07/2017     50.9858  0.000000e+00  3.240118e-03
3194           Toyota 01/07/2017   5893.0000  0.000000e+00  2.884779e-03
3195          Reuters 01/07/2017     50.9858  0.000000e+00  3.240118e-03
3196             Nike 01/07/2017     59.0000  0.000000e+00 -9.881356e-02
3197        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3198        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3199       McDonald's 01/07/2017    153.1600  0.000000e+00 -1.958736e-04
3200           Amazon 01/07/2017    968.0000  0.000000e+00  8.192149e-03
3201        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3202            Apple 01/07/2017    144.0200  0.000000e+00 -2.360783e-03
3203        Microsoft 01/07/2017     68.9300  0.000000e+00 -6.383287e-03
3204       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3205       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3206       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3207       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3208       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3209       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3210        Starbucks 31/07/2017     53.9800  3.705076e-04  3.705076e-04
3211       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3212       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3213          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3214          easyJet 31/07/2017   1236.0000  3.155340e-02  3.155340e-02
3215       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3216          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3217           Google 31/07/2017    945.5000  1.356954e-02  1.356954e-02
3218          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3219           Thales 31/07/2017     93.5900  9.723261e-03  9.723261e-03
3220        Microsoft 31/07/2017     72.7000  4.676754e-03  4.676754e-03
3221             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3222          Siemens 31/07/2017    114.5500  1.038848e-02  1.038848e-02
3223          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3224          Samsung 31/07/2017  48200.0000 -9.128631e-03 -9.128631e-03
3225       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3226           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3227       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3228       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3229             AT&T 31/07/2017     39.0000  0.000000e+00  0.000000e+00
3230       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3231             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3232          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3233          Expedia 31/07/2017    156.4700  1.936473e-02  1.936473e-02
3234          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3235       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3236       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3237            Apple 31/07/2017    148.7300  5.177167e-03  5.177167e-03
3238             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3239       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3240          easyJet 31/07/2017   1236.0000  3.155340e-02  3.155340e-02
3241       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3242        Citigroup 31/07/2017     68.4500 -1.490139e-02 -1.490139e-02
3243          Ryanair 31/07/2017     17.7700  2.194710e-02  2.194710e-02
3244          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3245        Starbucks 31/07/2017     53.9800  3.705076e-04  3.705076e-04
3246         Facebook 31/07/2017    169.2500  1.890694e-02  1.890694e-02
3247   salesforce.com 31/07/2017     90.8000 -1.982379e-03 -1.982379e-03
3248           Danone 31/07/2017     63.0900  8.876209e-03  8.876209e-03
3249       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3250       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3251          Verizon 31/07/2017     48.4000 -9.504132e-03 -9.504132e-03
3252          Walmart 31/07/2017     79.9900 -2.250281e-03 -2.250281e-03
3253           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3254       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3255           Google 31/07/2017    945.5000  1.356954e-02  1.356954e-02
3256       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3257          Verizon 31/07/2017     48.4000 -9.504132e-03 -9.504132e-03
3258           Google 31/07/2017    945.5000  1.356954e-02  1.356954e-02
3259       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3260             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3261       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3262              BMW 31/07/2017     77.3540  3.697288e-03  3.697288e-03
3263       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3264       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3265          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3266          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3267          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3268             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3269           Disney 31/07/2017    109.9300  2.729009e-04  2.729009e-04
3270       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3271       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3272          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3273       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3274           Google 31/07/2017    945.5000  1.356954e-02  1.356954e-02
3275           Google 31/07/2017    945.5000  1.356954e-02  1.356954e-02
3276       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3277          Ryanair 31/07/2017     17.7700  2.194710e-02  2.194710e-02
3278              SAP 31/07/2017     89.3640  7.676469e-03  7.676469e-03
3279            Pepsi 31/07/2017    116.6100  0.000000e+00  0.000000e+00
3280       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3281        Starbucks 31/07/2017     53.9800  3.705076e-04  3.705076e-04
3282       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3283          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3284             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3285           adidas 31/07/2017    192.7660 -9.856510e-04 -9.856510e-04
3286           Costco 31/07/2017    158.5100 -3.545518e-02 -3.545518e-02
3287            Tesco 31/07/2017    174.2000 -5.166475e-03 -5.166475e-03
3288             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3289        Starbucks 31/07/2017     53.9800  3.705076e-04  3.705076e-04
3290         CocaCola 31/07/2017     45.8400  3.708551e-03  3.708551e-03
3291           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3292          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3293           Disney 31/07/2017    109.9300  2.729009e-04  2.729009e-04
3294            Apple 31/07/2017    148.7300  5.177167e-03  5.177167e-03
3295             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3296           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3297              BMW 31/07/2017     77.3540  3.697288e-03  3.697288e-03
3298              BMW 31/07/2017     77.3540  3.697288e-03  3.697288e-03
3299       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3300       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3301          Verizon 31/07/2017     48.4000 -9.504132e-03 -9.504132e-03
3302           Disney 31/07/2017    109.9300  2.729009e-04  2.729009e-04
3303       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3304           Toyota 31/07/2017   6234.0000 -9.624639e-04 -9.624639e-04
3305       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3306       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3307       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3308             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3309       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3310       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3311       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3312             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3313       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3314       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3315       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3316             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3317          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3318       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3319           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3320            Tesco 31/07/2017    174.2000 -5.166475e-03 -5.166475e-03
3321         CocaCola 31/07/2017     45.8400  3.708551e-03  3.708551e-03
3322            Shell 31/07/2017   2133.0000 -8.204407e-03 -8.204407e-03
3323        Microsoft 31/07/2017     72.7000  4.676754e-03  4.676754e-03
3324           Boeing 31/07/2017    242.4600 -4.908026e-03 -4.908026e-03
3325         Facebook 31/07/2017    169.2500  1.890694e-02  1.890694e-02
3326             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3327       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3328              SAP 31/07/2017     89.3640  7.676469e-03  7.676469e-03
3329             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3330       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3331             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3332          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3333        Starbucks 31/07/2017     53.9800  3.705076e-04  3.705076e-04
3334            Apple 31/07/2017    148.7300  5.177167e-03  5.177167e-03
3335          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3336           Oracle 31/07/2017     49.9300  7.410375e-03  7.410375e-03
3337       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3338             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3339             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3340          Comcast 31/07/2017     40.4500 -2.299135e-02 -2.299135e-02
3341          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3342             Nike 31/07/2017     59.0500 -6.435224e-03 -6.435224e-03
3343           Disney 31/07/2017    109.9300  2.729009e-04  2.729009e-04
3344    Goldman Sachs 31/07/2017    225.3300 -7.633249e-03 -7.633249e-03
3345          Walmart 31/07/2017     79.9900 -2.250281e-03 -2.250281e-03
3346           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3347            Apple 31/07/2017    148.7300  5.177167e-03  5.177167e-03
3348           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3349          Walmart 31/07/2017     79.9900 -2.250281e-03 -2.250281e-03
3350             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3351       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3352             Ford 31/07/2017     11.2200 -4.456328e-03 -4.456328e-03
3353       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3354          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3355          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3356          Verizon 31/07/2017     48.4000 -9.504132e-03 -9.504132e-03
3357       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3358           Google 31/07/2017    945.5000  1.356954e-02  1.356954e-02
3359          Comcast 31/07/2017     40.4500 -2.299135e-02 -2.299135e-02
3360           Google 31/07/2017    945.5000  1.356954e-02  1.356954e-02
3361           Disney 31/07/2017    109.9300  2.729009e-04  2.729009e-04
3362    Goldman Sachs 31/07/2017    225.3300 -7.633249e-03 -7.633249e-03
3363            Adobe 31/07/2017    146.4900  1.638337e-03  1.638337e-03
3364          Comcast 31/07/2017     40.4500 -2.299135e-02 -2.299135e-02
3365             AT&T 31/07/2017     39.0000  0.000000e+00  0.000000e+00
3366          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3367             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3368       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3369           Disney 31/07/2017    109.9300  2.729009e-04  2.729009e-04
3370            Cisco 31/07/2017     31.4500  2.225755e-03  2.225755e-03
3371       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3372          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3373             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3374             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3375          Ryanair 31/07/2017     17.7700  2.194710e-02  2.194710e-02
3376          Comcast 31/07/2017     40.4500 -2.299135e-02 -2.299135e-02
3377       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3378             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3379          Comcast 31/07/2017     40.4500 -2.299135e-02 -2.299135e-02
3380       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3381        Starbucks 31/07/2017     53.9800  3.705076e-04  3.705076e-04
3382             AT&T 31/07/2017     39.0000  0.000000e+00  0.000000e+00
3383       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3384          Walmart 31/07/2017     79.9900 -2.250281e-03 -2.250281e-03
3385              SAP 31/07/2017     89.3640  7.676469e-03  7.676469e-03
3386          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3387           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3388          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3389       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3390         Facebook 31/07/2017    169.2500  1.890694e-02  1.890694e-02
3391             AT&T 31/07/2017     39.0000  0.000000e+00  0.000000e+00
3392          Verizon 31/07/2017     48.4000 -9.504132e-03 -9.504132e-03
3393       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3394          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3395        Starbucks 31/07/2017     53.9800  3.705076e-04  3.705076e-04
3396           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3397       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3398          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3399       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3400       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3401       John Deere 31/07/2017    128.2800  4.911132e-03  4.911132e-03
3402       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3403           adidas 31/07/2017    192.7660 -9.856510e-04 -9.856510e-04
3404           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3405          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3406       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3407           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3408          Comcast 31/07/2017     40.4500 -2.299135e-02 -2.299135e-02
3409           Nissan 31/07/2017   1096.0000  1.049270e-02  1.049270e-02
3410       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3411       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3412           Nissan 31/07/2017   1096.0000  1.049270e-02  1.049270e-02
3413          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3414       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3415       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3416          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3417       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3418       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3419       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3420       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3421            Tesco 31/07/2017    174.2000 -5.166475e-03 -5.166475e-03
3422       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3423       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3424             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3425           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3426    Goldman Sachs 31/07/2017    225.3300 -7.633249e-03 -7.633249e-03
3427       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3428             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3429          easyJet 31/07/2017   1236.0000  3.155340e-02  3.155340e-02
3430        Starbucks 31/07/2017     53.9800  3.705076e-04  3.705076e-04
3431            Honda 31/07/2017   3108.0000 -9.974260e-03 -9.974260e-03
3432           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3433             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3434           Oracle 31/07/2017     49.9300  7.410375e-03  7.410375e-03
3435             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3436          Verizon 31/07/2017     48.4000 -9.504132e-03 -9.504132e-03
3437       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3438       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3439         Facebook 31/07/2017    169.2500  1.890694e-02  1.890694e-02
3440          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3441          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3442            Apple 31/07/2017    148.7300  5.177167e-03  5.177167e-03
3443          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3444          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3445          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3446          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3447           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3448           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3449          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3450             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3451             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3452       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3453       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3454           Google 31/07/2017    945.5000  1.356954e-02  1.356954e-02
3455       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3456       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3457           Google 31/07/2017    945.5000  1.356954e-02  1.356954e-02
3458          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3459          Ryanair 31/07/2017     17.7700  2.194710e-02  2.194710e-02
3460             Nike 31/07/2017     59.0500 -6.435224e-03 -6.435224e-03
3461             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3462       Volkswagen 31/07/2017    129.9030  1.397196e-02  1.397196e-02
3463             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3464             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3465            Shell 31/07/2017   2133.0000 -8.204407e-03 -8.204407e-03
3466             Ford 31/07/2017     11.2200 -4.456328e-03 -4.456328e-03
3467            Tesco 31/07/2017    174.2000 -5.166475e-03 -5.166475e-03
3468          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3469       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3470       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3471       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3472       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3473          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3474          Verizon 31/07/2017     48.4000 -9.504132e-03 -9.504132e-03
3475             Sony 31/07/2017   4540.0000 -1.541850e-03 -1.541850e-03
3476          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3477          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3478       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3479          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3480          Comcast 31/07/2017     40.4500 -2.299135e-02 -2.299135e-02
3481           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3482             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3483          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3484             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3485        Starbucks 31/07/2017     53.9800  3.705076e-04  3.705076e-04
3486          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3487          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3488             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3489       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3490          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3491           Thales 31/07/2017     93.5900  9.723261e-03  9.723261e-03
3492          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3493           Thales 31/07/2017     93.5900  9.723261e-03  9.723261e-03
3494          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3495          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3496       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3497             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3498           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3499           Boeing 31/07/2017    242.4600 -4.908026e-03 -4.908026e-03
3500            Apple 31/07/2017    148.7300  5.177167e-03  5.177167e-03
3501       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3502             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3503          Verizon 31/07/2017     48.4000 -9.504132e-03 -9.504132e-03
3504          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3505          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3506    Goldman Sachs 31/07/2017    225.3300 -7.633249e-03 -7.633249e-03
3507          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3508          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3509          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3510          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3511          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3512          Verizon 31/07/2017     48.4000 -9.504132e-03 -9.504132e-03
3513          Walmart 31/07/2017     79.9900 -2.250281e-03 -2.250281e-03
3514             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3515          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3516          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3517             AT&T 31/07/2017     39.0000  0.000000e+00  0.000000e+00
3518  Bank of America 31/07/2017     24.1200 -3.731343e-03 -3.731343e-03
3519          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3520          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3521       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3522          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3523          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3524             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3525          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3526          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3527          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3528           Google 31/07/2017    945.5000  1.356954e-02  1.356954e-02
3529             Next 31/07/2017   3950.0000 -2.151899e-02 -2.151899e-02
3530          Verizon 31/07/2017     48.4000 -9.504132e-03 -9.504132e-03
3531       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3532             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3533          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3534        Microsoft 31/07/2017     72.7000  4.676754e-03  4.676754e-03
3535           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3536       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3537             AT&T 31/07/2017     39.0000  0.000000e+00  0.000000e+00
3538             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3539             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3540             AT&T 31/07/2017     39.0000  0.000000e+00  0.000000e+00
3541          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3542             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3543          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3544       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3545          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3546          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3547       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3548           adidas 31/07/2017    192.7660 -9.856510e-04 -9.856510e-04
3549             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3550       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3551          Walmart 31/07/2017     79.9900 -2.250281e-03 -2.250281e-03
3552             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3553       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3554          Samsung 31/07/2017  48200.0000 -9.128631e-03 -9.128631e-03
3555            Apple 31/07/2017    148.7300  5.177167e-03  5.177167e-03
3556              P&G 31/07/2017     90.8200 -6.716582e-03 -6.716582e-03
3557           adidas 31/07/2017    192.7660 -9.856510e-04 -9.856510e-04
3558       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3559       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3560           PayPal 31/07/2017     58.5500  1.110162e-02  1.110162e-02
3561          Expedia 31/07/2017    156.4700  1.936473e-02  1.936473e-02
3562          Ryanair 31/07/2017     17.7700  2.194710e-02  2.194710e-02
3563             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3564          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3565            Intel 31/07/2017     35.4700 -4.510854e-03 -4.510854e-03
3566             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3567             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3568          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3569          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3570       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3571       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3572       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3573       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3574           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3575       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3576          Comcast 31/07/2017     40.4500 -2.299135e-02 -2.299135e-02
3577             AT&T 31/07/2017     39.0000  0.000000e+00  0.000000e+00
3578       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3579            FedEx 31/07/2017    208.0300  4.806999e-05  4.806999e-05
3580          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3581       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3582          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3583           Disney 31/07/2017    109.9300  2.729009e-04  2.729009e-04
3584       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3585          TMobile 31/07/2017     61.6600  1.946156e-03  1.946156e-03
3586           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3587          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3588          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3589          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3590             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3591             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3592           Costco 31/07/2017    158.5100 -3.545518e-02 -3.545518e-02
3593          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3594             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3595       McDonald's 31/07/2017    155.1400  4.576512e-03  4.576512e-03
3596           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3597          easyJet 31/07/2017   1236.0000  3.155340e-02  3.155340e-02
3598             AT&T 31/07/2017     39.0000  0.000000e+00  0.000000e+00
3599             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3600             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3601          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3602             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3603          TMobile 31/07/2017     61.6600  1.946156e-03  1.946156e-03
3604          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3605        Starbucks 31/07/2017     53.9800  3.705076e-04  3.705076e-04
3606             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3607          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3608        Starbucks 31/07/2017     53.9800  3.705076e-04  3.705076e-04
3609          Netflix 31/07/2017    181.6600  1.310140e-02  1.310140e-02
3610             eBay 31/07/2017     35.7300  5.877414e-03  5.877414e-03
3611           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3612             AT&T 31/07/2017     39.0000  0.000000e+00  0.000000e+00
3613         JPMorgan 31/07/2017     91.8000 -5.664488e-03 -5.664488e-03
3614          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3615           Amazon 31/07/2017    987.7800  3.265909e-02  3.265909e-02
3616          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3617          Reuters 31/07/2017     50.5452  3.705594e-03  3.705594e-03
3618             eBay 01/08/2017     35.9100 -5.012531e-03  8.354219e-04
3619          Samsung 01/08/2017  48600.0000 -8.230453e-03 -1.728395e-02
3620            FedEx 01/08/2017    206.7100  6.385758e-03  6.434135e-03
3621            Adobe 01/08/2017    147.3600 -5.903909e-03 -4.275244e-03
3622          Reuters 01/08/2017     52.8252 -4.316122e-02 -3.961556e-02
3623             eBay 01/08/2017     35.9100 -5.012531e-03  8.354219e-04
3624       McDonald's 01/08/2017    154.0400  7.141002e-03  1.175019e-02
3625             AT&T 01/08/2017     38.8800  3.086420e-03  3.086420e-03
3626          Netflix 01/08/2017    182.0300 -2.032632e-03  1.104214e-02
3627           Disney 01/08/2017    110.6100 -6.147726e-03 -5.876503e-03
3628       McDonald's 01/08/2017    154.0400  7.141002e-03  1.175019e-02
3629             ASOS 01/08/2017   5861.0000 -1.416141e-02 -3.924245e-03
3630           Amazon 01/08/2017    996.1900 -8.442165e-03  2.394122e-02
3631            Exxon 01/08/2017     80.1700 -1.621554e-03 -7.109891e-03
3632             eBay 01/08/2017     35.9100 -5.012531e-03  8.354219e-04
3633           Disney 01/08/2017    110.6100 -6.147726e-03 -5.876503e-03
3634             eBay 01/08/2017     35.9100 -5.012531e-03  8.354219e-04
3635              CBS 01/08/2017     66.0800 -3.783293e-03  2.042978e-02
3636             eBay 01/08/2017     35.9100 -5.012531e-03  8.354219e-04
3637         CocaCola 01/08/2017     45.7000  3.063457e-03  6.783370e-03
3638           Google 01/08/2017    946.5600 -1.119844e-03  1.243450e-02
3639           PayPal 01/08/2017     59.3400 -1.331311e-02 -2.359285e-03
3640           Oracle 01/08/2017     50.1600 -4.585327e-03  2.791069e-03
3641       McDonald's 01/08/2017    154.0400  7.141002e-03  1.175019e-02
3642          Netflix 01/08/2017    182.0300 -2.032632e-03  1.104214e-02
3643             eBay 01/08/2017     35.9100 -5.012531e-03  8.354219e-04
3644           Amazon 01/08/2017    996.1900 -8.442165e-03  2.394122e-02
3645             AT&T 01/08/2017     38.8800  3.086420e-03  3.086420e-03
3646           Disney 01/08/2017    110.6100 -6.147726e-03 -5.876503e-03
3647          Reuters 01/08/2017     52.8252 -4.316122e-02 -3.961556e-02
3648             Nike 01/08/2017     59.8400 -1.320187e-02 -1.955214e-02
3649             Nike 01/08/2017     59.8400 -1.320187e-02 -1.955214e-02
3650       McDonald's 01/08/2017    154.0400  7.141002e-03  1.175019e-02
3651          Netflix 01/08/2017    182.0300 -2.032632e-03  1.104214e-02
3652       McDonald's 01/08/2017    154.0400  7.141002e-03  1.175019e-02
3653          Groupon 01/08/2017      3.8700 -2.842377e-02 -1.808786e-02
3654        Starbucks 01/08/2017     54.7300 -1.370364e-02 -1.333821e-02
3655           Amazon 01/08/2017    996.1900 -8.442165e-03  2.394122e-02
3656           PayPal 01/08/2017     59.3400 -1.331311e-02 -2.359285e-03
3657              CBS 01/08/2017     66.0800 -3.783293e-03  2.042978e-02
3658             eBay 01/08/2017     35.9100 -5.012531e-03  8.354219e-04
3659             eBay 01/08/2017     35.9100 -5.012531e-03  8.354219e-04
3660          Reuters 01/08/2017     52.8252 -4.316122e-02 -3.961556e-02
3661             Nike 01/08/2017     59.8400 -1.320187e-02 -1.955214e-02
3662          Reuters 01/08/2017     52.8252 -4.316122e-02 -3.961556e-02
3663       McDonald's 01/08/2017    154.0400  7.141002e-03  1.175019e-02
3664             eBay 01/08/2017     35.9100 -5.012531e-03  8.354219e-04
3665         Facebook 01/08/2017    169.8600 -3.591193e-03  1.524785e-02
3666          Netflix 01/08/2017    182.0300 -2.032632e-03  1.104214e-02
3667             eBay 01/08/2017     35.9100 -5.012531e-03  8.354219e-04
3668       McDonald's 01/08/2017    154.0400  7.141002e-03  1.175019e-02
3669           Amazon 01/08/2017    996.1900 -8.442165e-03  2.394122e-02
3670              P&G 01/08/2017     91.1000 -3.073546e-03 -9.769484e-03
3671              UPS 01/08/2017    110.1700  1.089226e-03 -4.629209e-03
3672         Facebook 01/08/2017    169.8600 -3.591193e-03  1.524785e-02
3673           Amazon 01/08/2017    996.1900 -8.442165e-03  2.394122e-02
3674          Reuters 01/08/2017     52.8252 -4.316122e-02 -3.961556e-02
3675           Disney 01/08/2017    110.6100 -6.147726e-03 -5.876503e-03
3676        Starbucks 01/08/2017     54.7300 -1.370364e-02 -1.333821e-02
3677       McDonald's 01/08/2017    154.0400  7.141002e-03  1.175019e-02
3678             eBay 01/08/2017     35.9100 -5.012531e-03  8.354219e-04
3679           Disney 01/08/2017    110.6100 -6.147726e-03 -5.876503e-03
3680             eBay 01/08/2017     35.9100 -5.012531e-03  8.354219e-04
3681             Nike 01/08/2017     59.8400 -1.320187e-02 -1.955214e-02
3682          Netflix 01/08/2017    182.0300 -2.032632e-03  1.104214e-02
3683          Walmart 01/08/2017     80.5000 -6.335404e-03 -8.571429e-03
3684           Disney 01/08/2017    110.6100 -6.147726e-03 -5.876503e-03
3685          Reuters 01/08/2017     52.8252 -4.316122e-02 -3.961556e-02
3686           adidas 01/08/2017    191.8870  4.580821e-03  3.590655e-03
3687       McDonald's 01/08/2017    154.0400  7.141002e-03  1.175019e-02
3688         Facebook 01/08/2017    169.8600 -3.591193e-03  1.524785e-02
3689          Reuters 01/08/2017     52.8252 -4.316122e-02 -3.961556e-02
3690           Amazon 01/08/2017    996.1900 -8.442165e-03  2.394122e-02
3691          Reuters 01/08/2017     52.8252 -4.316122e-02 -3.961556e-02
3692           Amazon 01/08/2017    996.1900 -8.442165e-03  2.394122e-02
3693       McDonald's 01/08/2017    154.0400  7.141002e-03  1.175019e-02
3694           Amazon 01/08/2017    996.1900 -8.442165e-03  2.394122e-02
3695       McDonald's 01/08/2017    154.0400  7.141002e-03  1.175019e-02
3696            Apple 01/08/2017    150.0500 -8.797068e-03 -3.665445e-03
3697          Netflix 01/08/2017    182.0300 -2.032632e-03  1.104214e-02
3698             eBay 01/08/2017     35.9100 -5.012531e-03  8.354219e-04
3699           Disney 01/08/2017    110.6100 -6.147726e-03 -5.876503e-03
3700          Netflix 01/08/2017    182.0300 -2.032632e-03  1.104214e-02
3701           Amazon 01/08/2017    996.1900 -8.442165e-03  2.394122e-02
3702          Netflix 01/08/2017    182.0300 -2.032632e-03  1.104214e-02
3703          Reuters 01/08/2017     52.8252 -4.316122e-02 -3.961556e-02
3704           Disney 01/08/2017    110.6100 -6.147726e-03 -5.876503e-03
3705          Reuters 01/08/2017     52.8252 -4.316122e-02 -3.961556e-02
3706          Reuters 01/08/2017     52.8252 -4.316122e-02 -3.961556e-02
3707       McDonald's 01/08/2017    154.0400  7.141002e-03  1.175019e-02
3708       McDonald's 01/08/2017    154.0400  7.141002e-03  1.175019e-02
3709             eBay 01/08/2017     35.9100 -5.012531e-03  8.354219e-04
3710          Siemens 01/08/2017    116.4230 -1.608789e-02 -5.866538e-03
3711          TMobile 01/08/2017     63.0700 -2.235611e-02 -2.045346e-02
3712        Starbucks 01/08/2017     54.7300 -1.370364e-02 -1.333821e-02
3713   salesforce.com 01/08/2017     91.2200 -4.604253e-03 -6.577505e-03
3714             Nike 01/08/2017     59.8400 -1.320187e-02 -1.955214e-02
3715             eBay 01/08/2017     35.9100 -5.012531e-03  8.354219e-04
3716             eBay 01/08/2017     35.9100 -5.012531e-03  8.354219e-04
3717           Google 01/08/2017    946.5600 -1.119844e-03  1.243450e-02
3718           Google 01/08/2017    946.5600 -1.119844e-03  1.243450e-02
3719             eBay 01/08/2017     35.9100 -5.012531e-03  8.354219e-04
3720           Google 01/08/2017    946.5600 -1.119844e-03  1.243450e-02
3721          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3722          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3723             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3724             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3725          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3726             Next 31/08/2017   4129.0000 -2.010172e-02 -1.671107e-02
3727        Starbucks 31/08/2017     54.8600 -6.197594e-03 -1.385345e-02
3728          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3729           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3730         Facebook 31/08/2017    171.9700 -1.192068e-02 -2.279467e-02
3731           Google 31/08/2017    955.2400 -1.215401e-02 -2.040325e-02
3732          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3733         CocaCola 31/08/2017     45.5500 -3.512623e-03 -2.195390e-03
3734            Yahoo 31/08/2017      4.6700  0.000000e+00  0.000000e+00
3735          Colgate 31/08/2017     71.6400 -9.631491e-03 -4.745952e-03
3736           Google 31/08/2017    955.2400 -1.215401e-02 -2.040325e-02
3737          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3738              GSK 31/08/2017   1533.5000 -1.075970e-02 -2.282361e-02
3739         Burberry 31/08/2017   1797.0000 -1.057318e-02 -1.613801e-02
3740            Tesco 31/08/2017    180.9000  8.291874e-03 -2.763958e-04
3741          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3742           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3743            Shell 31/08/2017   2127.0000 -4.701457e-04  2.350729e-04
3744          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3745             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3746          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3747           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3748           Google 31/08/2017    955.2400 -1.215401e-02 -2.040325e-02
3749             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3750             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3751           Disney 31/08/2017    101.2000  1.650198e-02  1.353755e-02
3752       McDonald's 31/08/2017    159.9700 -2.750516e-03 -3.688192e-03
3753             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3754           Disney 31/08/2017    101.2000  1.650198e-02  1.353755e-02
3755              BMW 31/08/2017     78.1000  4.481434e-03  2.394366e-03
3756           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3757             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3758         Facebook 31/08/2017    171.9700 -1.192068e-02 -2.279467e-02
3759          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3760          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3761        Microsoft 31/08/2017     74.7700 -1.016450e-02 -2.300388e-02
3762          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3763             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3764               HP 31/08/2017     19.0800  4.716981e-03  6.813417e-03
3765       McDonald's 31/08/2017    159.9700 -2.750516e-03 -3.688192e-03
3766          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3767          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3768        Starbucks 31/08/2017     54.8600 -6.197594e-03 -1.385345e-02
3769              CBS 31/08/2017     64.0600  7.024664e-03 -1.233219e-02
3770          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3771           Google 31/08/2017    955.2400 -1.215401e-02 -2.040325e-02
3772             Sony 31/08/2017   4337.0000 -3.689186e-03 -3.158866e-02
3773       McDonald's 31/08/2017    159.9700 -2.750516e-03 -3.688192e-03
3774             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3775          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3776          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3777             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3778            Apple 31/08/2017    164.0000 -3.963415e-03 -6.646341e-03
3779          Comcast 31/08/2017     40.6100  5.171140e-03 -1.108101e-02
3780         Facebook 31/08/2017    171.9700 -1.192068e-02 -2.279467e-02
3781          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3782             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3783         Facebook 31/08/2017    171.9700 -1.192068e-02 -2.279467e-02
3784          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3785             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3786             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3787           Disney 31/08/2017    101.2000  1.650198e-02  1.353755e-02
3788             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3789             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3790             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3791              IBM 31/08/2017    143.0300 -3.286024e-03  7.690694e-04
3792       Volkswagen 31/08/2017    125.5480  4.062191e-03  8.108453e-03
3793           Disney 31/08/2017    101.2000  1.650198e-02  1.353755e-02
3794         Facebook 31/08/2017    171.9700 -1.192068e-02 -2.279467e-02
3795          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3796           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3797        Starbucks 31/08/2017     54.8600 -6.197594e-03 -1.385345e-02
3798          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3799             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3800          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3801          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3802          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3803         Facebook 31/08/2017    171.9700 -1.192068e-02 -2.279467e-02
3804       McDonald's 31/08/2017    159.9700 -2.750516e-03 -3.688192e-03
3805          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3806             AT&T 31/08/2017     37.4600  5.605980e-03  1.041111e-02
3807         Facebook 31/08/2017    171.9700 -1.192068e-02 -2.279467e-02
3808          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3809       CVS Health 31/08/2017     77.3400 -1.241272e-02 -1.616240e-02
3810             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3811          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3812          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3813           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3814             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3815  Bank of America 31/08/2017     23.8900 -8.371704e-04 -1.297614e-02
3816          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3817              CBS 31/08/2017     64.0600  7.024664e-03 -1.233219e-02
3818          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3819          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3820          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3821            Apple 31/08/2017    164.0000 -3.963415e-03 -6.646341e-03
3822        Starbucks 31/08/2017     54.8600 -6.197594e-03 -1.385345e-02
3823           Pfizer 31/08/2017     33.9200 -1.385613e-02 -1.238208e-02
3824              IBM 31/08/2017    143.0300 -3.286024e-03  7.690694e-04
3825          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3826             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3827           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3828          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3829            Intel 31/08/2017     35.0700 -5.132592e-03 -9.694896e-03
3830          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3831          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3832        Microsoft 31/08/2017     74.7700 -1.016450e-02 -2.300388e-02
3833             AT&T 31/08/2017     37.4600  5.605980e-03  1.041111e-02
3834          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3835      Wells Fargo 31/08/2017     51.0700  5.678481e-03  6.853339e-03
3836          Comcast 31/08/2017     40.6100  5.171140e-03 -1.108101e-02
3837           Oracle 31/08/2017     50.3300 -1.053050e-02 -1.748460e-02
3838           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3839          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3840            Apple 31/08/2017    164.0000 -3.963415e-03 -6.646341e-03
3841          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3842             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3843         Facebook 31/08/2017    171.9700 -1.192068e-02 -2.279467e-02
3844             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3845            Shell 31/08/2017   2127.0000 -4.701457e-04  2.350729e-04
3846          Chevron 31/08/2017    107.6200  1.022115e-03  2.230069e-03
3847          Chevron 31/08/2017    107.6200  1.022115e-03  2.230069e-03
3848              CBS 31/08/2017     64.0600  7.024664e-03 -1.233219e-02
3849          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3850          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3851      Wells Fargo 31/08/2017     51.0700  5.678481e-03  6.853339e-03
3852      Wells Fargo 31/08/2017     51.0700  5.678481e-03  6.853339e-03
3853        Starbucks 31/08/2017     54.8600 -6.197594e-03 -1.385345e-02
3854           Disney 31/08/2017    101.2000  1.650198e-02  1.353755e-02
3855 American Express 31/08/2017     86.1000 -4.761905e-03 -7.897793e-03
3856              UPS 31/08/2017    114.3600  5.334033e-03  4.634488e-03
3857           Disney 31/08/2017    101.2000  1.650198e-02  1.353755e-02
3858             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3859          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3860          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3861          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3862          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3863          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3864             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3865          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3866          Verizon 31/08/2017     47.9700  3.126954e-03  1.125704e-02
3867          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3868             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3869             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3870      Wells Fargo 31/08/2017     51.0700  5.678481e-03  6.853339e-03
3871             BASF 31/08/2017     81.5000  1.668712e-03 -7.104294e-03
3872           Google 31/08/2017    955.2400 -1.215401e-02 -2.040325e-02
3873          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3874             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3875          Samsung 31/08/2017  46320.0000 -2.590674e-03 -5.181347e-03
3876          Ryanair 31/08/2017     17.9100 -2.065885e-02 -1.116695e-02
3877        Microsoft 31/08/2017     74.7700 -1.016450e-02 -2.300388e-02
3878          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3879           Disney 31/08/2017    101.2000  1.650198e-02  1.353755e-02
3880          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3881             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3882              BMW 31/08/2017     78.1000  4.481434e-03  2.394366e-03
3883            Cisco 31/08/2017     32.2100 -6.830177e-03 -2.266377e-02
3884             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3885             Ford 31/08/2017     11.0300 -8.159565e-03 -1.722575e-02
3886          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3887           Disney 31/08/2017    101.2000  1.650198e-02  1.353755e-02
3888      Wells Fargo 31/08/2017     51.0700  5.678481e-03  6.853339e-03
3889            Apple 31/08/2017    164.0000 -3.963415e-03 -6.646341e-03
3890          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3891             Next 31/08/2017   4129.0000 -2.010172e-02 -1.671107e-02
3892          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3893           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3894          Ryanair 31/08/2017     17.9100 -2.065885e-02 -1.116695e-02
3895          Verizon 31/08/2017     47.9700  3.126954e-03  1.125704e-02
3896             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3897          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3898           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3899           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3900       Volkswagen 31/08/2017    125.5480  4.062191e-03  8.108453e-03
3901             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3902           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3903          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3904           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3905            Tesco 31/08/2017    180.9000  8.291874e-03 -2.763958e-04
3906             ASOS 31/08/2017   5667.0000  1.129345e-02  4.217399e-02
3907           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3908            Apple 31/08/2017    164.0000 -3.963415e-03 -6.646341e-03
3909          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3910          Ryanair 31/08/2017     17.9100 -2.065885e-02 -1.116695e-02
3911          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3912           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3913        Starbucks 31/08/2017     54.8600 -6.197594e-03 -1.385345e-02
3914             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3915          TMobile 31/08/2017     64.7100 -7.108639e-03 -1.916242e-02
3916      Wells Fargo 31/08/2017     51.0700  5.678481e-03  6.853339e-03
3917          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3918              BMW 31/08/2017     78.1000  4.481434e-03  2.394366e-03
3919           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3920        Starbucks 31/08/2017     54.8600 -6.197594e-03 -1.385345e-02
3921          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3922          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3923          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3924           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3925          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3926          Verizon 31/08/2017     47.9700  3.126954e-03  1.125704e-02
3927         CocaCola 31/08/2017     45.5500 -3.512623e-03 -2.195390e-03
3928           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3929          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3930            Apple 31/08/2017    164.0000 -3.963415e-03 -6.646341e-03
3931       Home Depot 31/08/2017    149.8700  8.674184e-04 -2.001735e-04
3932          Verizon 31/08/2017     47.9700  3.126954e-03  1.125704e-02
3933          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3934         Heineken 31/08/2017     88.1300 -1.338931e-02 -2.303415e-02
3935            Apple 31/08/2017    164.0000 -3.963415e-03 -6.646341e-03
3936         Heineken 31/08/2017     88.1300 -1.338931e-02 -2.303415e-02
3937         Heineken 31/08/2017     88.1300 -1.338931e-02 -2.303415e-02
3938          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3939         Facebook 31/08/2017    171.9700 -1.192068e-02 -2.279467e-02
3940         Heineken 31/08/2017     88.1300 -1.338931e-02 -2.303415e-02
3941             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3942           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
3943          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3944          Comcast 31/08/2017     40.6100  5.171140e-03 -1.108101e-02
3945           PayPal 31/08/2017     61.6800  1.459144e-03 -1.086252e-02
3946           Disney 31/08/2017    101.2000  1.650198e-02  1.353755e-02
3947          L'Oreal 31/08/2017    212.9000  0.000000e+00  0.000000e+00
3948         Heineken 31/08/2017     88.1300 -1.338931e-02 -2.303415e-02
3949           Google 31/08/2017    955.2400 -1.215401e-02 -2.040325e-02
3950      TripAdvisor 31/08/2017     42.7300 -3.744442e-03 -2.433887e-02
3951          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3952             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3953          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3954          easyJet 31/08/2017   1196.0000 -1.170569e-02  8.361204e-03
3955           PayPal 31/08/2017     61.6800  1.459144e-03 -1.086252e-02
3956          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3957           Google 31/08/2017    955.2400 -1.215401e-02 -2.040325e-02
3958          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3959         Facebook 31/08/2017    171.9700 -1.192068e-02 -2.279467e-02
3960            Tesco 31/08/2017    180.9000  8.291874e-03 -2.763958e-04
3961          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3962          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3963          Verizon 31/08/2017     47.9700  3.126954e-03  1.125704e-02
3964         CocaCola 31/08/2017     45.5500 -3.512623e-03 -2.195390e-03
3965          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3966            Exxon 31/08/2017     76.3300 -3.013232e-03  1.572121e-03
3967          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3968       McDonald's 31/08/2017    159.9700 -2.750516e-03 -3.688192e-03
3969       McDonald's 31/08/2017    159.9700 -2.750516e-03 -3.688192e-03
3970              BMW 31/08/2017     78.1000  4.481434e-03  2.394366e-03
3971         Facebook 31/08/2017    171.9700 -1.192068e-02 -2.279467e-02
3972           Disney 31/08/2017    101.2000  1.650198e-02  1.353755e-02
3973             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
3974         CocaCola 31/08/2017     45.5500 -3.512623e-03 -2.195390e-03
3975          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3976          TMobile 31/08/2017     64.7100 -7.108639e-03 -1.916242e-02
3977          easyJet 31/08/2017   1196.0000 -1.170569e-02  8.361204e-03
3978          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3979         Facebook 31/08/2017    171.9700 -1.192068e-02 -2.279467e-02
3980             AT&T 31/08/2017     37.4600  5.605980e-03  1.041111e-02
3981            Intel 31/08/2017     35.0700 -5.132592e-03 -9.694896e-03
3982         Heineken 31/08/2017     88.1300 -1.338931e-02 -2.303415e-02
3983          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
3984       McDonald's 31/08/2017    159.9700 -2.750516e-03 -3.688192e-03
3985           Google 31/08/2017    955.2400 -1.215401e-02 -2.040325e-02
3986           Disney 31/08/2017    101.2000  1.650198e-02  1.353755e-02
3987            Pepsi 31/08/2017    115.7300 -5.011665e-03  9.504882e-04
3988           Disney 31/08/2017    101.2000  1.650198e-02  1.353755e-02
3989              BMW 31/08/2017     78.1000  4.481434e-03  2.394366e-03
3990          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
3991             Nike 31/08/2017     52.8100 -4.733952e-03 -1.514865e-03
3992          Ryanair 31/08/2017     17.9100 -2.065885e-02 -1.116695e-02
3993          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3994             Nike 31/08/2017     52.8100 -4.733952e-03 -1.514865e-03
3995          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
3996             Sony 31/08/2017   4337.0000 -3.689186e-03 -3.158866e-02
3997           Oracle 31/08/2017     50.3300 -1.053050e-02 -1.748460e-02
3998            Exxon 31/08/2017     76.3300 -3.013232e-03  1.572121e-03
3999          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
4000         Facebook 31/08/2017    171.9700 -1.192068e-02 -2.279467e-02
4001          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
4002         CocaCola 31/08/2017     45.5500 -3.512623e-03 -2.195390e-03
4003       McDonald's 31/08/2017    159.9700 -2.750516e-03 -3.688192e-03
4004        Starbucks 31/08/2017     54.8600 -6.197594e-03 -1.385345e-02
4005          easyJet 31/08/2017   1196.0000 -1.170569e-02  8.361204e-03
4006          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
4007           Kroger 31/08/2017     21.8700  1.508916e-02 -2.743484e-03
4008          Verizon 31/08/2017     47.9700  3.126954e-03  1.125704e-02
4009           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
4010              CBS 31/08/2017     64.0600  7.024664e-03 -1.233219e-02
4011             Nike 31/08/2017     52.8100 -4.733952e-03 -1.514865e-03
4012           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
4013             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
4014           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
4015           Google 31/08/2017    955.2400 -1.215401e-02 -2.040325e-02
4016           Pfizer 31/08/2017     33.9200 -1.385613e-02 -1.238208e-02
4017            Adobe 31/08/2017    155.1600 -9.602990e-03 -1.946378e-02
4018         Facebook 31/08/2017    171.9700 -1.192068e-02 -2.279467e-02
4019             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
4020             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
4021            Apple 31/08/2017    164.0000 -3.963415e-03 -6.646341e-03
4022           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
4023          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
4024             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
4025             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
4026             Nike 31/08/2017     52.8100 -4.733952e-03 -1.514865e-03
4027             Ford 31/08/2017     11.0300 -8.159565e-03 -1.722575e-02
4028          Verizon 31/08/2017     47.9700  3.126954e-03  1.125704e-02
4029             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
4030        Microsoft 31/08/2017     74.7700 -1.016450e-02 -2.300388e-02
4031      Wells Fargo 31/08/2017     51.0700  5.678481e-03  6.853339e-03
4032         JPMorgan 31/08/2017     90.8900  4.620970e-03  2.310485e-03
4033          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
4034           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
4035           Google 31/08/2017    955.2400 -1.215401e-02 -2.040325e-02
4036            Tesco 31/08/2017    180.9000  8.291874e-03 -2.763958e-04
4037          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
4038           adidas 31/08/2017    188.3360 -1.279628e-02 -2.776952e-02
4039           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
4040             Nike 31/08/2017     52.8100 -4.733952e-03 -1.514865e-03
4041           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
4042          Verizon 31/08/2017     47.9700  3.126954e-03  1.125704e-02
4043          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
4044      Wells Fargo 31/08/2017     51.0700  5.678481e-03  6.853339e-03
4045           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
4046 American Express 31/08/2017     86.1000 -4.761905e-03 -7.897793e-03
4047             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
4048             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
4049          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
4050       Home Depot 31/08/2017    149.8700  8.674184e-04 -2.001735e-04
4051           Google 31/08/2017    955.2400 -1.215401e-02 -2.040325e-02
4052           Disney 31/08/2017    101.2000  1.650198e-02  1.353755e-02
4053          TMobile 31/08/2017     64.7100 -7.108639e-03 -1.916242e-02
4054          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
4055           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
4056          Verizon 31/08/2017     47.9700  3.126954e-03  1.125704e-02
4057          TMobile 31/08/2017     64.7100 -7.108639e-03 -1.916242e-02
4058            Apple 31/08/2017    164.0000 -3.963415e-03 -6.646341e-03
4059      Wells Fargo 31/08/2017     51.0700  5.678481e-03  6.853339e-03
4060       McDonald's 31/08/2017    159.9700 -2.750516e-03 -3.688192e-03
4061          Ryanair 31/08/2017     17.9100 -2.065885e-02 -1.116695e-02
4062       Home Depot 31/08/2017    149.8700  8.674184e-04 -2.001735e-04
4063          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
4064          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
4065            Intel 31/08/2017     35.0700 -5.132592e-03 -9.694896e-03
4066          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
4067             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
4068           Boeing 31/08/2017    239.6600  3.338062e-03  3.463240e-03
4069          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
4070          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
4071       McDonald's 31/08/2017    159.9700 -2.750516e-03 -3.688192e-03
4072           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
4073          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
4074           Google 31/08/2017    955.2400 -1.215401e-02 -2.040325e-02
4075           Boeing 31/08/2017    239.6600  3.338062e-03  3.463240e-03
4076          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
4077          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
4078          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
4079          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
4080          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
4081           Toyota 31/08/2017   6183.0000 -5.175481e-03 -1.504124e-02
4082        Microsoft 31/08/2017     74.7700 -1.016450e-02 -2.300388e-02
4083             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
4084          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
4085          TMobile 31/08/2017     64.7100 -7.108639e-03 -1.916242e-02
4086             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
4087          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
4088             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
4089           Amazon 31/08/2017    980.6000 -1.326739e-02 -2.706506e-02
4090        Starbucks 31/08/2017     54.8600 -6.197594e-03 -1.385345e-02
4091          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
4092       McDonald's 31/08/2017    159.9700 -2.750516e-03 -3.688192e-03
4093          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
4094          Reuters 31/08/2017     50.3249 -6.565338e-03 -1.028715e-02
4095             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
4096             eBay 31/08/2017     36.1300 -1.217825e-02 -2.574038e-02
4097          Netflix 31/08/2017    174.7100 -1.144754e-04 -3.377025e-02
4098          Walmart 31/08/2017     78.0700  6.020238e-03  8.966312e-03
4099       McDonald's 31/08/2017    159.9700 -2.750516e-03 -3.688192e-03
4100          Netflix 01/09/2017    174.7400 -1.716836e-04 -2.861394e-04
4101             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4102            Shell 01/09/2017   2122.0000  2.356268e-03  1.885014e-03
4103          Samsung 01/09/2017  46480.0000 -3.442341e-03 -6.024096e-03
4104            Tesco 01/09/2017    183.1000 -1.201529e-02 -3.823048e-03
4105           Google 01/09/2017    951.9900  3.413901e-03 -8.781605e-03
4106             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4107           Nissan 01/09/2017   1096.0000 -2.737226e-03 -7.755474e-03
4108             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4109           Google 01/09/2017    951.9900  3.413901e-03 -8.781605e-03
4110           Google 01/09/2017    951.9900  3.413901e-03 -8.781605e-03
4111            Exxon 01/09/2017     76.5700 -3.134387e-03 -6.138174e-03
4112           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4113          Reuters 01/09/2017     50.0826  4.838008e-03 -1.759094e-03
4114        Microsoft 01/09/2017     73.9400  1.122532e-02  9.467136e-04
4115             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4116          Walmart 01/09/2017     78.3700 -3.827995e-03  2.169197e-03
4117             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4118              CBS 01/09/2017     64.3400 -4.351881e-03  2.642213e-03
4119           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4120          Netflix 01/09/2017    174.7400 -1.716836e-04 -2.861394e-04
4121           PayPal 01/09/2017     61.4600  3.579564e-03  5.043931e-03
4122           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4123           Google 01/09/2017    951.9900  3.413901e-03 -8.781605e-03
4124             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4125          Reuters 01/09/2017     50.0826  4.838008e-03 -1.759094e-03
4126           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4127    Goldman Sachs 01/09/2017    225.8800 -9.474057e-03 -1.531787e-02
4128           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4129           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4130           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4131         JPMorgan 01/09/2017     91.7000 -8.833152e-03 -4.252999e-03
4132           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4133           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4134         Facebook 01/09/2017    172.0200 -2.906639e-04 -1.220788e-02
4135           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4136           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4137           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4138             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4139        Starbucks 01/09/2017     54.9300 -1.274349e-03 -7.464045e-03
4140             AT&T 01/09/2017     37.4800 -5.336179e-04  5.069370e-03
4141           Costco 01/09/2017    158.2400 -9.479272e-03 -2.401416e-02
4142      Wells Fargo 01/09/2017     50.9700  1.961938e-03  7.651560e-03
4143             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4144       McDonald's 01/09/2017    159.8100  1.001189e-03 -1.752081e-03
4145           Pfizer 01/09/2017     33.9600 -1.177856e-03 -1.501767e-02
4146             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4147           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4148          Netflix 01/09/2017    174.7400 -1.716836e-04 -2.861394e-04
4149             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4150           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4151           Boeing 01/09/2017    240.3300 -2.787833e-03  5.409229e-04
4152           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4153           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4154       McDonald's 01/09/2017    159.8100  1.001189e-03 -1.752081e-03
4155          Netflix 01/09/2017    174.7400 -1.716836e-04 -2.861394e-04
4156       McDonald's 01/09/2017    159.8100  1.001189e-03 -1.752081e-03
4157       McDonald's 01/09/2017    159.8100  1.001189e-03 -1.752081e-03
4158             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4159           Google 01/09/2017    951.9900  3.413901e-03 -8.781605e-03
4160           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4161             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4162          Reuters 01/09/2017     50.0826  4.838008e-03 -1.759094e-03
4163           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4164             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4165              CBS 01/09/2017     64.3400 -4.351881e-03  2.642213e-03
4166          Reuters 01/09/2017     50.0826  4.838008e-03 -1.759094e-03
4167            Apple 01/09/2017    164.0500 -3.047851e-04 -4.266992e-03
4168             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4169           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4170             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4171           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4172             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4173           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4174             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4175           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4176          Reuters 01/09/2017     50.0826  4.838008e-03 -1.759094e-03
4177          Reuters 01/09/2017     50.0826  4.838008e-03 -1.759094e-03
4178           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4179          Reuters 01/09/2017     50.0826  4.838008e-03 -1.759094e-03
4180           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4181            FedEx 01/09/2017    215.0500 -3.115555e-03 -5.905603e-03
4182           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4183       McDonald's 01/09/2017    159.8100  1.001189e-03 -1.752081e-03
4184           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4185         CocaCola 01/09/2017     45.7800 -5.024028e-03 -8.519004e-03
4186          Reuters 01/09/2017     50.0826  4.838008e-03 -1.759094e-03
4187            Apple 01/09/2017    164.0500 -3.047851e-04 -4.266992e-03
4188          Walmart 01/09/2017     78.3700 -3.827995e-03  2.169197e-03
4189           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4190          Walmart 01/09/2017     78.3700 -3.827995e-03  2.169197e-03
4191           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4192       McDonald's 01/09/2017    159.8100  1.001189e-03 -1.752081e-03
4193           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4194           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4195          Netflix 01/09/2017    174.7400 -1.716836e-04 -2.861394e-04
4196          Verizon 01/09/2017     47.9200  1.043406e-03  4.173623e-03
4197          Netflix 01/09/2017    174.7400 -1.716836e-04 -2.861394e-04
4198             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4199           Boeing 01/09/2017    240.3300 -2.787833e-03  5.409229e-04
4200          Reuters 01/09/2017     50.0826  4.838008e-03 -1.759094e-03
4201           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4202           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4203           Google 01/09/2017    951.9900  3.413901e-03 -8.781605e-03
4204             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4205          Samsung 01/09/2017  46480.0000 -3.442341e-03 -6.024096e-03
4206           Amazon 01/09/2017    978.2500  2.402249e-03 -1.089701e-02
4207          Walmart 01/09/2017     78.3700 -3.827995e-03  2.169197e-03
4208          Netflix 01/09/2017    174.7400 -1.716836e-04 -2.861394e-04
4209           adidas 01/09/2017    190.4610 -1.115714e-02 -2.381065e-02
4210          Reuters 01/09/2017     50.0826  4.838008e-03 -1.759094e-03
4211             eBay 01/09/2017     36.3500 -6.052270e-03 -1.815681e-02
4212          Netflix 01/09/2017    174.7400 -1.716836e-04 -2.861394e-04
4213            Cisco 01/09/2017     32.3000 -2.786378e-03 -9.597523e-03
4214        Microsoft 01/09/2017     73.9400  1.122532e-02  9.467136e-04
4215          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4216           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4217       McDonald's 29/09/2017    156.6800  5.169773e-03 -1.678581e-02
4218             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4219             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4220          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4221        Microsoft 29/09/2017     74.4900 -8.323265e-03 -8.591757e-03
4222       McDonald's 29/09/2017    156.6800  5.169773e-03 -1.678581e-02
4223           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4224          easyJet 29/09/2017   1217.0000 -1.314708e-02  4.930156e-03
4225          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4226             ASOS 29/09/2017   5955.0000  1.225861e-02 -2.099076e-02
4227          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4228           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4229          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4230           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4231             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4232           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4233          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4234          Ryanair 29/09/2017     16.2700  6.760910e-03  5.224339e-02
4235       John Deere 29/09/2017    125.5900 -1.536747e-02 -1.807469e-02
4236           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4237             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4238          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4239              SAP 29/09/2017     92.4340 -4.024493e-03 -5.993466e-03
4240         Facebook 29/09/2017    170.8700 -1.252414e-02 -1.866916e-02
4241         JPMorgan 29/09/2017     95.5100 -1.361114e-03 -3.455136e-03
4242             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4243          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4244          Ryanair 29/09/2017     16.2700  6.760910e-03  5.224339e-02
4245          easyJet 29/09/2017   1217.0000 -1.314708e-02  4.930156e-03
4246              GSK 29/09/2017   1488.5000 -4.366812e-03 -1.679543e-03
4247             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4248             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4249          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4250            Apple 29/09/2017    154.1200 -5.450298e-03  7.137296e-04
4251          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4252           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4253         Burberry 29/09/2017   1760.0000 -1.534091e-02  1.136364e-03
4254            Apple 29/09/2017    154.1200 -5.450298e-03  7.137296e-04
4255          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4256          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4257  Bank of America 29/09/2017     25.3400  4.340963e-03  2.762431e-03
4258       McDonald's 29/09/2017    156.6800  5.169773e-03 -1.678581e-02
4259             ASOS 29/09/2017   5955.0000  1.225861e-02 -2.099076e-02
4260          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4261        Microsoft 29/09/2017     74.4900 -8.323265e-03 -8.591757e-03
4262             Ford 29/09/2017     11.9700 -8.354219e-04 -1.670844e-03
4263               HP 29/09/2017     19.9600  5.010020e-04 -4.509018e-03
4264          easyJet 29/09/2017   1217.0000 -1.314708e-02  4.930156e-03
4265            Pepsi 29/09/2017    111.4300  1.884591e-03 -2.961500e-03
4266          Ryanair 29/09/2017     16.2700  6.760910e-03  5.224339e-02
4267           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4268           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4269           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4270             Nike 29/09/2017     51.8500  1.504339e-02  1.581485e-02
4271          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4272          Groupon 29/09/2017      5.2000 -3.846154e-02 -5.576923e-02
4273           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4274          Comcast 29/09/2017     38.4800 -1.715177e-02  1.299376e-03
4275        Microsoft 29/09/2017     74.4900 -8.323265e-03 -8.591757e-03
4276           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4277            Apple 29/09/2017    154.1200 -5.450298e-03  7.137296e-04
4278             ASOS 29/09/2017   5955.0000  1.225861e-02 -2.099076e-02
4279         Facebook 29/09/2017    170.8700 -1.252414e-02 -1.866916e-02
4280          Samsung 29/09/2017  51280.0000 -3.900156e-04  7.800312e-03
4281              SAP 29/09/2017     92.4340 -4.024493e-03 -5.993466e-03
4282          Comcast 29/09/2017     38.4800 -1.715177e-02  1.299376e-03
4283          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4284           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4285             Ford 29/09/2017     11.9700 -8.354219e-04 -1.670844e-03
4286          easyJet 29/09/2017   1217.0000 -1.314708e-02  4.930156e-03
4287           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4288           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4289           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4290           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4291           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4292            Cisco 29/09/2017     33.6300 -8.325899e-03 -4.460303e-03
4293            Apple 29/09/2017    154.1200 -5.450298e-03  7.137296e-04
4294           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4295          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4296             Ford 29/09/2017     11.9700 -8.354219e-04 -1.670844e-03
4297           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4298          Ryanair 29/09/2017     16.2700  6.760910e-03  5.224339e-02
4299   salesforce.com 29/09/2017     93.4200 -8.777564e-03 -2.247913e-03
4300          Ryanair 29/09/2017     16.2700  6.760910e-03  5.224339e-02
4301              SAP 29/09/2017     92.4340 -4.024493e-03 -5.993466e-03
4302       McDonald's 29/09/2017    156.6800  5.169773e-03 -1.678581e-02
4303          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4304             Ford 29/09/2017     11.9700 -8.354219e-04 -1.670844e-03
4305       McDonald's 29/09/2017    156.6800  5.169773e-03 -1.678581e-02
4306             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4307          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4308          Walmart 29/09/2017     78.1400  1.036601e-02  1.471717e-02
4309            Intel 29/09/2017     38.0800 -6.565126e-03 -1.418067e-02
4310           adidas 29/09/2017    191.3730 -1.611513e-02 -1.660109e-02
4311           Nissan 29/09/2017   1114.5000  8.972633e-04  1.256169e-02
4312             Nike 29/09/2017     51.8500  1.504339e-02  1.581485e-02
4313          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4314            Apple 29/09/2017    154.1200 -5.450298e-03  7.137296e-04
4315              CBS 29/09/2017     58.0000 -1.862069e-02  3.620690e-03
4316        Kellogg's 29/09/2017     62.3700  7.054674e-03  1.074234e-02
4317             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4318              CBS 29/09/2017     58.0000 -1.862069e-02  3.620690e-03
4319          TMobile 29/09/2017     61.6600  4.216672e-03  1.183912e-02
4320   salesforce.com 29/09/2017     93.4200 -8.777564e-03 -2.247913e-03
4321          Verizon 29/09/2017     49.4900 -1.616488e-03  4.041220e-04
4322          Ryanair 29/09/2017     16.2700  6.760910e-03  5.224339e-02
4323          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4324           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4325               HP 29/09/2017     19.9600  5.010020e-04 -4.509018e-03
4326        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4327        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4328           Kroger 29/09/2017     20.0600  9.970090e-03  8.474576e-03
4329          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4330           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4331        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4332        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4333             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4334           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4335           adidas 29/09/2017    191.3730 -1.611513e-02 -1.660109e-02
4336             Nike 29/09/2017     51.8500  1.504339e-02  1.581485e-02
4337             Sony 29/09/2017   4186.0000 -1.576684e-02 -2.675585e-02
4338         Facebook 29/09/2017    170.8700 -1.252414e-02 -1.866916e-02
4339             Nike 29/09/2017     51.8500  1.504339e-02  1.581485e-02
4340          Walmart 29/09/2017     78.1400  1.036601e-02  1.471717e-02
4341        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4342             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4343             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4344           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4345          Ryanair 29/09/2017     16.2700  6.760910e-03  5.224339e-02
4346   salesforce.com 29/09/2017     93.4200 -8.777564e-03 -2.247913e-03
4347        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4348          Ryanair 29/09/2017     16.2700  6.760910e-03  5.224339e-02
4349           PayPal 29/09/2017     64.0300 -1.561768e-03 -1.093238e-02
4350           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4351             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4352             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4353           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4354        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4355          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4356             ASOS 29/09/2017   5955.0000  1.225861e-02 -2.099076e-02
4357           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4358             Nike 29/09/2017     51.8500  1.504339e-02  1.581485e-02
4359             ASOS 29/09/2017   5955.0000  1.225861e-02 -2.099076e-02
4360          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4361              IBM 29/09/2017    145.0800  3.997794e-03  3.997794e-03
4362          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4363         JPMorgan 29/09/2017     95.5100 -1.361114e-03 -3.455136e-03
4364            Intel 29/09/2017     38.0800 -6.565126e-03 -1.418067e-02
4365           Nestle 29/09/2017     81.1000 -6.165228e-04  5.548705e-03
4366         JPMorgan 29/09/2017     95.5100 -1.361114e-03 -3.455136e-03
4367       CVS Health 29/09/2017     81.3200 -7.378259e-04  1.844565e-03
4368             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4369          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4370          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4371             AT&T 29/09/2017     39.1700 -3.318866e-03 -1.021190e-02
4372          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4373           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4374         Facebook 29/09/2017    170.8700 -1.252414e-02 -1.866916e-02
4375           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4376             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4377        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4378           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4379           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4380          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4381            Cisco 29/09/2017     33.6300 -8.325899e-03 -4.460303e-03
4382        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4383             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4384             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4385           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4386           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4387           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4388          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4389           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4390          TMobile 29/09/2017     61.6600  4.216672e-03  1.183912e-02
4391       McDonald's 29/09/2017    156.6800  5.169773e-03 -1.678581e-02
4392         Burberry 29/09/2017   1760.0000 -1.534091e-02  1.136364e-03
4393          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4394          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4395             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4396           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4397         Facebook 29/09/2017    170.8700 -1.252414e-02 -1.866916e-02
4398          Comcast 29/09/2017     38.4800 -1.715177e-02  1.299376e-03
4399          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4400            Adobe 29/09/2017    149.1800 -1.575278e-02 -1.843411e-02
4401          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4402           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4403        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4404          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4405          TMobile 29/09/2017     61.6600  4.216672e-03  1.183912e-02
4406          TMobile 29/09/2017     61.6600  4.216672e-03  1.183912e-02
4407          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4408          Walmart 29/09/2017     78.1400  1.036601e-02  1.471717e-02
4409             Nike 29/09/2017     51.8500  1.504339e-02  1.581485e-02
4410          Walmart 29/09/2017     78.1400  1.036601e-02  1.471717e-02
4411             Ford 29/09/2017     11.9700 -8.354219e-04 -1.670844e-03
4412             ASOS 29/09/2017   5955.0000  1.225861e-02 -2.099076e-02
4413             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4414           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4415           Disney 29/09/2017     98.5700 -5.275439e-03  6.797200e-03
4416              CBS 29/09/2017     58.0000 -1.862069e-02  3.620690e-03
4417           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4418         Facebook 29/09/2017    170.8700 -1.252414e-02 -1.866916e-02
4419          Walmart 29/09/2017     78.1400  1.036601e-02  1.471717e-02
4420           Costco 29/09/2017    164.2900 -2.373851e-03  7.912837e-04
4421           Disney 29/09/2017     98.5700 -5.275439e-03  6.797200e-03
4422          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4423          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4424            Adobe 29/09/2017    149.1800 -1.575278e-02 -1.843411e-02
4425           Disney 29/09/2017     98.5700 -5.275439e-03  6.797200e-03
4426          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4427             Nike 29/09/2017     51.8500  1.504339e-02  1.581485e-02
4428          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4429           Disney 29/09/2017     98.5700 -5.275439e-03  6.797200e-03
4430       McDonald's 29/09/2017    156.6800  5.169773e-03 -1.678581e-02
4431           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4432             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4433        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4434       McDonald's 29/09/2017    156.6800  5.169773e-03 -1.678581e-02
4435             Ford 29/09/2017     11.9700 -8.354219e-04 -1.670844e-03
4436             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4437             Nike 29/09/2017     51.8500  1.504339e-02  1.581485e-02
4438             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4439             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4440         Facebook 29/09/2017    170.8700 -1.252414e-02 -1.866916e-02
4441           Disney 29/09/2017     98.5700 -5.275439e-03  6.797200e-03
4442       McDonald's 29/09/2017    156.6800  5.169773e-03 -1.678581e-02
4443         Facebook 29/09/2017    170.8700 -1.252414e-02 -1.866916e-02
4444             Nike 29/09/2017     51.8500  1.504339e-02  1.581485e-02
4445          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4446          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4447           Disney 29/09/2017     98.5700 -5.275439e-03  6.797200e-03
4448         CocaCola 29/09/2017     45.0100 -2.221729e-03 -8.220395e-03
4449           Toyota 29/09/2017   6710.0000  8.792846e-03  5.663189e-03
4450            Cisco 29/09/2017     33.6300 -8.325899e-03 -4.460303e-03
4451        Microsoft 29/09/2017     74.4900 -8.323265e-03 -8.591757e-03
4452             Nike 29/09/2017     51.8500  1.504339e-02  1.581485e-02
4453             Ford 29/09/2017     11.9700 -8.354219e-04 -1.670844e-03
4454         CocaCola 29/09/2017     45.0100 -2.221729e-03 -8.220395e-03
4455          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4456           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4457        Microsoft 29/09/2017     74.4900 -8.323265e-03 -8.591757e-03
4458          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4459        Microsoft 29/09/2017     74.4900 -8.323265e-03 -8.591757e-03
4460          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4461        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4462            Apple 29/09/2017    154.1200 -5.450298e-03  7.137296e-04
4463             Ford 29/09/2017     11.9700 -8.354219e-04 -1.670844e-03
4464           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4465           Disney 29/09/2017     98.5700 -5.275439e-03  6.797200e-03
4466             Ford 29/09/2017     11.9700 -8.354219e-04 -1.670844e-03
4467           Disney 29/09/2017     98.5700 -5.275439e-03  6.797200e-03
4468           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4469       McDonald's 29/09/2017    156.6800  5.169773e-03 -1.678581e-02
4470         Facebook 29/09/2017    170.8700 -1.252414e-02 -1.866916e-02
4471             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4472          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4473           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4474        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4475           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4476             Nike 29/09/2017     51.8500  1.504339e-02  1.581485e-02
4477            Tesco 29/09/2017    187.1500 -1.122095e-02  2.671654e-04
4478          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4479           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4480           Disney 29/09/2017     98.5700 -5.275439e-03  6.797200e-03
4481             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4482           Disney 29/09/2017     98.5700 -5.275439e-03  6.797200e-03
4483             Visa 29/09/2017    105.2400 -6.271380e-03 -1.282782e-02
4484      TripAdvisor 29/09/2017     40.5300 -1.727116e-03  3.478905e-02
4485          TMobile 29/09/2017     61.6600  4.216672e-03  1.183912e-02
4486           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4487           Disney 29/09/2017     98.5700 -5.275439e-03  6.797200e-03
4488             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4489             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4490          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4491          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4492           Nestle 29/09/2017     81.1000 -6.165228e-04  5.548705e-03
4493           Viacom 29/09/2017     36.7000  1.362398e-03  1.634877e-02
4494           Toyota 29/09/2017   6710.0000  8.792846e-03  5.663189e-03
4495          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4496         Facebook 29/09/2017    170.8700 -1.252414e-02 -1.866916e-02
4497          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4498            Adobe 29/09/2017    149.1800 -1.575278e-02 -1.843411e-02
4499              CBS 29/09/2017     58.0000 -1.862069e-02  3.620690e-03
4500        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4501 American Express 29/09/2017     90.4600 -3.537475e-03 -1.072297e-02
4502             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4503             Nike 29/09/2017     51.8500  1.504339e-02  1.581485e-02
4504             ASOS 29/09/2017   5955.0000  1.225861e-02 -2.099076e-02
4505           Disney 29/09/2017     98.5700 -5.275439e-03  6.797200e-03
4506          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4507   Morgan Stanley 29/09/2017     48.1700 -4.151962e-04 -2.075981e-03
4508          Ryanair 29/09/2017     16.2700  6.760910e-03  5.224339e-02
4509          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4510           Disney 29/09/2017     98.5700 -5.275439e-03  6.797200e-03
4511         CocaCola 29/09/2017     45.0100 -2.221729e-03 -8.220395e-03
4512           Disney 29/09/2017     98.5700 -5.275439e-03  6.797200e-03
4513          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4514          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4515           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4516          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4517           PayPal 29/09/2017     64.0300 -1.561768e-03 -1.093238e-02
4518           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4519        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4520        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4521            Adobe 29/09/2017    149.1800 -1.575278e-02 -1.843411e-02
4522            Pepsi 29/09/2017    111.4300  1.884591e-03 -2.961500e-03
4523          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4524              CBS 29/09/2017     58.0000 -1.862069e-02  3.620690e-03
4525       McDonald's 29/09/2017    156.6800  5.169773e-03 -1.678581e-02
4526       McDonald's 29/09/2017    156.6800  5.169773e-03 -1.678581e-02
4527          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4528           Nissan 29/09/2017   1114.5000  8.972633e-04  1.256169e-02
4529        Microsoft 29/09/2017     74.4900 -8.323265e-03 -8.591757e-03
4530          TMobile 29/09/2017     61.6600  4.216672e-03  1.183912e-02
4531         Facebook 29/09/2017    170.8700 -1.252414e-02 -1.866916e-02
4532         CocaCola 29/09/2017     45.0100 -2.221729e-03 -8.220395e-03
4533            Apple 29/09/2017    154.1200 -5.450298e-03  7.137296e-04
4534          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4535           Disney 29/09/2017     98.5700 -5.275439e-03  6.797200e-03
4536       McDonald's 29/09/2017    156.6800  5.169773e-03 -1.678581e-02
4537             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4538           Disney 29/09/2017     98.5700 -5.275439e-03  6.797200e-03
4539          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4540           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4541         Facebook 29/09/2017    170.8700 -1.252414e-02 -1.866916e-02
4542         Facebook 29/09/2017    170.8700 -1.252414e-02 -1.866916e-02
4543           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4544             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4545             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4546           Nestle 29/09/2017     81.1000 -6.165228e-04  5.548705e-03
4547          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4548             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4549             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4550          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4551          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4552         Facebook 29/09/2017    170.8700 -1.252414e-02 -1.866916e-02
4553           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4554           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4555         Facebook 29/09/2017    170.8700 -1.252414e-02 -1.866916e-02
4556          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4557          Netflix 29/09/2017    181.3500 -3.584229e-03  3.418803e-03
4558             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4559             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4560           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4561        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4562           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4563           Google 29/09/2017    973.7200 -9.150474e-03 -1.419299e-02
4564          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4565        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4566            Cisco 29/09/2017     33.6300 -8.325899e-03 -4.460303e-03
4567          Ryanair 29/09/2017     16.2700  6.760910e-03  5.224339e-02
4568          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4569         Heineken 29/09/2017     83.6500 -6.933652e-03 -8.846384e-03
4570        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4571             AT&T 29/09/2017     39.1700 -3.318866e-03 -1.021190e-02
4572        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4573           Amazon 29/09/2017    961.3500 -5.149009e-03 -1.090134e-02
4574          Verizon 29/09/2017     49.4900 -1.616488e-03  4.041220e-04
4575          Reuters 29/09/2017     50.5342 -5.449775e-03  2.398376e-03
4576             eBay 29/09/2017     38.4600 -1.898076e-02 -1.066043e-02
4577        Starbucks 29/09/2017     53.7100  1.470862e-02  2.383169e-02
4578              CBS 29/09/2017     58.0000 -1.862069e-02  3.620690e-03
4579             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4580        Starbucks 30/09/2017     53.7100  0.000000e+00  1.470862e-02
4581          Reuters 30/09/2017     50.5342  0.000000e+00 -5.449775e-03
4582             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4583          Hyundai 30/09/2017 150500.0000  0.000000e+00 -2.325581e-02
4584             Nike 30/09/2017     51.8500  0.000000e+00  1.504339e-02
4585             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4586             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4587             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4588             AT&T 30/09/2017     39.1700  0.000000e+00 -3.318866e-03
4589             Nike 30/09/2017     51.8500  0.000000e+00  1.504339e-02
4590        Starbucks 30/09/2017     53.7100  0.000000e+00  1.470862e-02
4591       McDonald's 30/09/2017    156.6800  0.000000e+00  5.169773e-03
4592             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4593       McDonald's 30/09/2017    156.6800  0.000000e+00  5.169773e-03
4594        Starbucks 30/09/2017     53.7100  0.000000e+00  1.470862e-02
4595          Netflix 30/09/2017    181.3500  0.000000e+00 -3.584229e-03
4596         Facebook 30/09/2017    170.8700  0.000000e+00 -1.252414e-02
4597           Google 30/09/2017    973.7200  0.000000e+00 -9.150474e-03
4598          Groupon 30/09/2017      5.2000  0.000000e+00 -3.846154e-02
4599          Walmart 30/09/2017     78.1400  0.000000e+00  1.036601e-02
4600            Adobe 30/09/2017    149.1800  0.000000e+00 -1.575278e-02
4601        Starbucks 30/09/2017     53.7100  0.000000e+00  1.470862e-02
4602       McDonald's 30/09/2017    156.6800  0.000000e+00  5.169773e-03
4603         Facebook 30/09/2017    170.8700  0.000000e+00 -1.252414e-02
4604           Toyota 30/09/2017   6710.0000  0.000000e+00  8.792846e-03
4605              IBM 30/09/2017    145.0800  0.000000e+00  3.997794e-03
4606            Pepsi 30/09/2017    111.4300  0.000000e+00  1.884591e-03
4607             Ford 30/09/2017     11.9700  0.000000e+00 -8.354219e-04
4608             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4609           Google 30/09/2017    973.7200  0.000000e+00 -9.150474e-03
4610             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4611          Reuters 30/09/2017     50.5342  0.000000e+00 -5.449775e-03
4612          Reuters 30/09/2017     50.5342  0.000000e+00 -5.449775e-03
4613         CocaCola 30/09/2017     45.0100  0.000000e+00 -2.221729e-03
4614          Verizon 30/09/2017     49.4900  0.000000e+00 -1.616488e-03
4615          Reuters 30/09/2017     50.5342  0.000000e+00 -5.449775e-03
4616           adidas 30/09/2017    191.3730  0.000000e+00 -1.611513e-02
4617          Reuters 30/09/2017     50.5342  0.000000e+00 -5.449775e-03
4618          Reuters 30/09/2017     50.5342  0.000000e+00 -5.449775e-03
4619          Netflix 30/09/2017    181.3500  0.000000e+00 -3.584229e-03
4620           Google 30/09/2017    973.7200  0.000000e+00 -9.150474e-03
4621             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4622             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4623           Disney 30/09/2017     98.5700  0.000000e+00 -5.275439e-03
4624           Amazon 30/09/2017    961.3500  0.000000e+00 -5.149009e-03
4625          Reuters 30/09/2017     50.5342  0.000000e+00 -5.449775e-03
4626             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4627             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4628             Ford 30/09/2017     11.9700  0.000000e+00 -8.354219e-04
4629           Amazon 30/09/2017    961.3500  0.000000e+00 -5.149009e-03
4630             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4631             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4632           Disney 30/09/2017     98.5700  0.000000e+00 -5.275439e-03
4633             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4634             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4635              CBS 30/09/2017     58.0000  0.000000e+00 -1.862069e-02
4636          Netflix 30/09/2017    181.3500  0.000000e+00 -3.584229e-03
4637             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4638          TMobile 30/09/2017     61.6600  0.000000e+00  4.216672e-03
4639             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4640             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4641             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4642              CBS 30/09/2017     58.0000  0.000000e+00 -1.862069e-02
4643        Starbucks 30/09/2017     53.7100  0.000000e+00  1.470862e-02
4644           Amazon 30/09/2017    961.3500  0.000000e+00 -5.149009e-03
4645              CBS 30/09/2017     58.0000  0.000000e+00 -1.862069e-02
4646           Amazon 30/09/2017    961.3500  0.000000e+00 -5.149009e-03
4647          Verizon 30/09/2017     49.4900  0.000000e+00 -1.616488e-03
4648             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4649          Netflix 30/09/2017    181.3500  0.000000e+00 -3.584229e-03
4650        Starbucks 30/09/2017     53.7100  0.000000e+00  1.470862e-02
4651          Netflix 30/09/2017    181.3500  0.000000e+00 -3.584229e-03
4652         CocaCola 30/09/2017     45.0100  0.000000e+00 -2.221729e-03
4653            Adobe 30/09/2017    149.1800  0.000000e+00 -1.575278e-02
4654            Apple 30/09/2017    154.1200  0.000000e+00 -5.450298e-03
4655         CocaCola 30/09/2017     45.0100  0.000000e+00 -2.221729e-03
4656         CocaCola 30/09/2017     45.0100  0.000000e+00 -2.221729e-03
4657          Walmart 30/09/2017     78.1400  0.000000e+00  1.036601e-02
4658         CocaCola 30/09/2017     45.0100  0.000000e+00 -2.221729e-03
4659         CocaCola 30/09/2017     45.0100  0.000000e+00 -2.221729e-03
4660         CocaCola 30/09/2017     45.0100  0.000000e+00 -2.221729e-03
4661         CocaCola 30/09/2017     45.0100  0.000000e+00 -2.221729e-03
4662          Reuters 30/09/2017     50.5342  0.000000e+00 -5.449775e-03
4663             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4664         CocaCola 30/09/2017     45.0100  0.000000e+00 -2.221729e-03
4665            Pepsi 30/09/2017    111.4300  0.000000e+00  1.884591e-03
4666         CocaCola 30/09/2017     45.0100  0.000000e+00 -2.221729e-03
4667              SAP 30/09/2017     92.4340  0.000000e+00 -4.024493e-03
4668          Reuters 30/09/2017     50.5342  0.000000e+00 -5.449775e-03
4669            Intel 30/09/2017     38.0800  0.000000e+00 -6.565126e-03
4670              UPS 30/09/2017    120.0900  0.000000e+00 -3.997002e-03
4671             Visa 30/09/2017    105.2400  0.000000e+00 -6.271380e-03
4672          Reuters 30/09/2017     50.5342  0.000000e+00 -5.449775e-03
4673         CocaCola 30/09/2017     45.0100  0.000000e+00 -2.221729e-03
4674         CocaCola 30/09/2017     45.0100  0.000000e+00 -2.221729e-03
4675         CocaCola 30/09/2017     45.0100  0.000000e+00 -2.221729e-03
4676         CocaCola 30/09/2017     45.0100  0.000000e+00 -2.221729e-03
4677         CocaCola 30/09/2017     45.0100  0.000000e+00 -2.221729e-03
4678           Amazon 30/09/2017    961.3500  0.000000e+00 -5.149009e-03
4679            Apple 30/09/2017    154.1200  0.000000e+00 -5.450298e-03
4680          Reuters 30/09/2017     50.5342  0.000000e+00 -5.449775e-03
4681             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4682        Starbucks 30/09/2017     53.7100  0.000000e+00  1.470862e-02
4683           Amazon 30/09/2017    961.3500  0.000000e+00 -5.149009e-03
4684             Visa 30/09/2017    105.2400  0.000000e+00 -6.271380e-03
4685               BP 30/09/2017    477.3000  0.000000e+00 -2.618898e-03
4686             eBay 30/09/2017     38.4600  0.000000e+00 -1.898076e-02
4687         Facebook 30/09/2017    170.8700  0.000000e+00 -1.252414e-02
4688          Netflix 30/09/2017    181.3500  0.000000e+00 -3.584229e-03
4689          Netflix 30/09/2017    181.3500  0.000000e+00 -3.584229e-03
4690          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4691        Microsoft 31/10/2017     83.1800  8.535706e-03  7.573936e-03
4692              H&M 31/10/2017     25.2400  2.614897e-02  2.218700e-02
4693       McDonald's 31/10/2017    166.9100 -4.074052e-03 -9.106704e-03
4694          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4695             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
4696          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4697             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4698          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4699    Goldman Sachs 31/10/2017    242.4800 -6.557242e-03 -3.175520e-03
4700             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
4701              CBS 31/10/2017     56.1200  0.000000e+00  1.122594e-02
4702           Toyota 31/10/2017   6990.0000  1.244635e-02  1.187411e-02
4703            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
4704          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4705          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4706          Comcast 31/10/2017     36.0300  1.304468e-02  2.109353e-02
4707            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
4708          Samsung 31/10/2017  55080.0000 -1.888163e-02 -3.631082e-02
4709           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4710          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4711           Nestle 31/10/2017     83.9000 -1.311085e-02 -1.489869e-02
4712              CBS 31/10/2017     56.1200  0.000000e+00  1.122594e-02
4713             AT&T 31/10/2017     33.6500 -3.268945e-03  9.509658e-03
4714             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
4715       McDonald's 31/10/2017    166.9100 -4.074052e-03 -9.106704e-03
4716          Ryanair 31/10/2017     16.8200 -6.004756e-02 -6.539834e-02
4717           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
4718           PayPal 31/10/2017     72.5600 -1.943219e-02 -2.067255e-02
4719           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4720            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
4721           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
4722           adidas 31/10/2017    191.4900 -2.992323e-03 -1.430884e-03
4723          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4724            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
4725           adidas 31/10/2017    191.4900 -2.992323e-03 -1.430884e-03
4726           adidas 31/10/2017    191.4900 -2.992323e-03 -1.430884e-03
4727          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4728            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
4729          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4730           Nestle 31/10/2017     83.9000 -1.311085e-02 -1.489869e-02
4731              IBM 31/10/2017    154.0600  1.947293e-03 -2.466571e-03
4732          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4733            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
4734          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4735             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
4736          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4737         Burberry 31/10/2017   1902.0000  1.051525e-02  1.366982e-02
4738               BP 31/10/2017    510.2000 -1.685613e-02 -2.410819e-02
4739           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
4740          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4741          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4742              CBS 31/10/2017     56.1200  0.000000e+00  1.122594e-02
4743          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4744          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4745           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
4746            Tesco 31/10/2017    181.4000  2.756340e-03  2.260198e-02
4747              H&M 31/10/2017     25.2400  2.614897e-02  2.218700e-02
4748          Ryanair 31/10/2017     16.8200 -6.004756e-02 -6.539834e-02
4749           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
4750            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
4751              CBS 31/10/2017     56.1200  0.000000e+00  1.122594e-02
4752            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
4753          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4754          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4755           Oracle 31/10/2017     50.9000 -4.322200e-03 -3.929273e-04
4756          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4757               HP 31/10/2017     21.5500 -7.424594e-03 -2.320186e-03
4758          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4759          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4760             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4761          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4762             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4763           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4764             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4765             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4766              H&M 31/10/2017     25.2400  2.614897e-02  2.218700e-02
4767              BMW 31/10/2017     87.7900 -6.025743e-03 -7.210388e-03
4768          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4769            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
4770           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
4771              SAP 31/10/2017     97.8600 -4.261189e-03  4.966278e-03
4772           adidas 31/10/2017    191.4900 -2.992323e-03 -1.430884e-03
4773          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4774           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4775             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4776          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4777          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4778          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4779          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4780           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4781           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4782          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4783         Burberry 31/10/2017   1902.0000  1.051525e-02  1.366982e-02
4784          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4785           PayPal 31/10/2017     72.5600 -1.943219e-02 -2.067255e-02
4786          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4787           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4788          Samsung 31/10/2017  55080.0000 -1.888163e-02 -3.631082e-02
4789           adidas 31/10/2017    191.4900 -2.992323e-03 -1.430884e-03
4790           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4791          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4792           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4793               BP 31/10/2017    510.2000 -1.685613e-02 -2.410819e-02
4794              H&M 31/10/2017     25.2400  2.614897e-02  2.218700e-02
4795          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4796            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
4797           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4798           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4799           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4800             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4801           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4802           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4803           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4804            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
4805        Starbucks 31/10/2017     54.8400  6.017505e-03  7.293946e-04
4806             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4807           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4808          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4809           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4810          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4811          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4812           Oracle 31/10/2017     50.9000 -4.322200e-03 -3.929273e-04
4813          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4814          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4815           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4816          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4817          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4818          Allianz 31/10/2017    200.1300 -5.316544e-03 -2.833158e-03
4819           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4820             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4821           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4822          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4823           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4824           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4825           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
4826           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4827        Starbucks 31/10/2017     54.8400  6.017505e-03  7.293946e-04
4828           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4829           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4830          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4831         Facebook 31/10/2017    180.0600 -1.055204e-03 -1.210708e-02
4832           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
4833           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4834           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4835           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4836          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4837          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4838           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4839           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4840           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4841          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4842          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4843           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4844             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4845         Facebook 31/10/2017    180.0600 -1.055204e-03 -1.210708e-02
4846              H&M 31/10/2017     25.2400  2.614897e-02  2.218700e-02
4847          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4848        Starbucks 31/10/2017     54.8400  6.017505e-03  7.293946e-04
4849          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4850              H&M 31/10/2017     25.2400  2.614897e-02  2.218700e-02
4851           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4852           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
4853          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4854           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
4855              H&M 31/10/2017     25.2400  2.614897e-02  2.218700e-02
4856              H&M 31/10/2017     25.2400  2.614897e-02  2.218700e-02
4857           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
4858          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4859           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4860         Burberry 31/10/2017   1902.0000  1.051525e-02  1.366982e-02
4861              H&M 31/10/2017     25.2400  2.614897e-02  2.218700e-02
4862         Facebook 31/10/2017    180.0600 -1.055204e-03 -1.210708e-02
4863             AT&T 31/10/2017     33.6500 -3.268945e-03  9.509658e-03
4864           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
4865           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4866             Ford 31/10/2017     12.2700 -1.385493e-02 -1.711491e-02
4867          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4868           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
4869          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4870            Tesco 31/10/2017    181.4000  2.756340e-03  2.260198e-02
4871              CBS 31/10/2017     56.1200  0.000000e+00  1.122594e-02
4872        Starbucks 31/10/2017     54.8400  6.017505e-03  7.293946e-04
4873              CBS 31/10/2017     56.1200  0.000000e+00  1.122594e-02
4874            Adobe 31/10/2017    175.1600  4.966887e-03  1.238867e-02
4875            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
4876             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4877             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4878          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4879             Ford 31/10/2017     12.2700 -1.385493e-02 -1.711491e-02
4880        Starbucks 31/10/2017     54.8400  6.017505e-03  7.293946e-04
4881             Ford 31/10/2017     12.2700 -1.385493e-02 -1.711491e-02
4882          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4883           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
4884          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4885          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4886          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4887          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4888          Ryanair 31/10/2017     16.8200 -6.004756e-02 -6.539834e-02
4889          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4890            FedEx 31/10/2017    225.8100  8.458439e-03  2.063682e-02
4891            FedEx 31/10/2017    225.8100  8.458439e-03  2.063682e-02
4892          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4893            Intel 31/10/2017     45.4900 -2.462080e-02 -2.396131e-02
4894            FedEx 31/10/2017    225.8100  8.458439e-03  2.063682e-02
4895             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4896            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
4897          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4898              IBM 31/10/2017    154.0600  1.947293e-03 -2.466571e-03
4899         CocaCola 31/10/2017     45.9800 -2.609830e-03  1.957373e-03
4900          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4901             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4902          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4903              CBS 31/10/2017     56.1200  0.000000e+00  1.122594e-02
4904         Facebook 31/10/2017    180.0600 -1.055204e-03 -1.210708e-02
4905            FedEx 31/10/2017    225.8100  8.458439e-03  2.063682e-02
4906        Starbucks 31/10/2017     54.8400  6.017505e-03  7.293946e-04
4907          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4908           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4909             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4910          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4911           Nissan 31/10/2017   1098.5000  8.648157e-03  2.730997e-03
4912              H&M 31/10/2017     25.2400  2.614897e-02  2.218700e-02
4913             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4914            Tesco 31/10/2017    181.4000  2.756340e-03  2.260198e-02
4915          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4916            FedEx 31/10/2017    225.8100  8.458439e-03  2.063682e-02
4917         Facebook 31/10/2017    180.0600 -1.055204e-03 -1.210708e-02
4918          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4919             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
4920             AT&T 31/10/2017     33.6500 -3.268945e-03  9.509658e-03
4921          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4922           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4923             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4924             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
4925             AT&T 31/10/2017     33.6500 -3.268945e-03  9.509658e-03
4926              BMW 31/10/2017     87.7900 -6.025743e-03 -7.210388e-03
4927             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4928             AT&T 31/10/2017     33.6500 -3.268945e-03  9.509658e-03
4929             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4930           Nissan 31/10/2017   1098.5000  8.648157e-03  2.730997e-03
4931              CBS 31/10/2017     56.1200  0.000000e+00  1.122594e-02
4932             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
4933           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4934          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4935          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4936             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
4937          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4938             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
4939             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4940             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
4941             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4942            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
4943          Walmart 31/10/2017     87.3100 -4.123239e-03  9.849960e-03
4944          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4945             Audi 31/10/2017    700.0000  7.142857e-03  4.285714e-03
4946          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4947          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4948            FedEx 31/10/2017    225.8100  8.458439e-03  2.063682e-02
4949            FedEx 31/10/2017    225.8100  8.458439e-03  2.063682e-02
4950               BP 31/10/2017    510.2000 -1.685613e-02 -2.410819e-02
4951          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4952          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4953           Nissan 31/10/2017   1098.5000  8.648157e-03  2.730997e-03
4954        Starbucks 31/10/2017     54.8400  6.017505e-03  7.293946e-04
4955            FedEx 31/10/2017    225.8100  8.458439e-03  2.063682e-02
4956            Tesco 31/10/2017    181.4000  2.756340e-03  2.260198e-02
4957             AT&T 31/10/2017     33.6500 -3.268945e-03  9.509658e-03
4958             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
4959           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4960             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
4961           adidas 31/10/2017    191.4900 -2.992323e-03 -1.430884e-03
4962              CBS 31/10/2017     56.1200  0.000000e+00  1.122594e-02
4963           Nissan 31/10/2017   1098.5000  8.648157e-03  2.730997e-03
4964          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4965            Pepsi 31/10/2017    110.2300 -5.261725e-03  3.356618e-03
4966            FedEx 31/10/2017    225.8100  8.458439e-03  2.063682e-02
4967            FedEx 31/10/2017    225.8100  8.458439e-03  2.063682e-02
4968           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
4969          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
4970        Starbucks 31/10/2017     54.8400  6.017505e-03  7.293946e-04
4971          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4972               BP 31/10/2017    510.2000 -1.685613e-02 -2.410819e-02
4973           Disney 31/10/2017     97.8100  2.351498e-03  5.111952e-03
4974           Disney 31/10/2017     97.8100  2.351498e-03  5.111952e-03
4975           Disney 31/10/2017     97.8100  2.351498e-03  5.111952e-03
4976             HSBC 31/10/2017    734.3000  3.676971e-03  1.906578e-02
4977           Disney 31/10/2017     97.8100  2.351498e-03  5.111952e-03
4978           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4979           Disney 31/10/2017     97.8100  2.351498e-03  5.111952e-03
4980             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
4981           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
4982           Disney 31/10/2017     97.8100  2.351498e-03  5.111952e-03
4983             HSBC 31/10/2017    734.3000  3.676971e-03  1.906578e-02
4984            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
4985           Disney 31/10/2017     97.8100  2.351498e-03  5.111952e-03
4986            FedEx 31/10/2017    225.8100  8.458439e-03  2.063682e-02
4987          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
4988            Adobe 31/10/2017    175.1600  4.966887e-03  1.238867e-02
4989             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4990 American Express 31/10/2017     95.5200 -4.711055e-03  2.826633e-03
4991              H&M 31/10/2017     25.2400  2.614897e-02  2.218700e-02
4992             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
4993          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4994           Disney 31/10/2017     97.8100  2.351498e-03  5.111952e-03
4995           adidas 31/10/2017    191.4900 -2.992323e-03 -1.430884e-03
4996            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
4997          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
4998           Disney 31/10/2017     97.8100  2.351498e-03  5.111952e-03
4999           Nissan 31/10/2017   1098.5000  8.648157e-03  2.730997e-03
5000             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
5001              H&M 31/10/2017     25.2400  2.614897e-02  2.218700e-02
5002           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
5003             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5004          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
5005           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
5006              IBM 31/10/2017    154.0600  1.947293e-03 -2.466571e-03
5007           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
5008              UPS 31/10/2017    117.5300  4.764741e-03  2.739726e-02
5009           Disney 31/10/2017     97.8100  2.351498e-03  5.111952e-03
5010        Starbucks 31/10/2017     54.8400  6.017505e-03  7.293946e-04
5011             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
5012          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5013          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5014          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5015             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
5016             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
5017          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5018          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5019           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
5020          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
5021           Disney 31/10/2017     97.8100  2.351498e-03  5.111952e-03
5022             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
5023         Heineken 31/10/2017     83.6600 -5.498446e-03 -3.944537e-03
5024             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
5025          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5026          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5027              CBS 31/10/2017     56.1200  0.000000e+00  1.122594e-02
5028              H&M 31/10/2017     25.2400  2.614897e-02  2.218700e-02
5029             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
5030             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
5031             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
5032              IBM 31/10/2017    154.0600  1.947293e-03 -2.466571e-03
5033          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5034           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
5035             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5036             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5037            Tesco 31/10/2017    181.4000  2.756340e-03  2.260198e-02
5038           Disney 31/10/2017     97.8100  2.351498e-03  5.111952e-03
5039             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
5040             Nike 31/10/2017     54.9900  5.091835e-03  1.763957e-02
5041          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5042           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
5043           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
5044          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5045       Home Depot 31/10/2017    165.7800 -2.835083e-03  9.410062e-03
5046         CocaCola 31/10/2017     45.9800 -2.609830e-03  1.957373e-03
5047           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
5048       John Deere 31/10/2017    132.8800 -4.364840e-03  2.784467e-03
5049             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5050           Disney 31/10/2017     97.8100  2.351498e-03  5.111952e-03
5051              IBM 31/10/2017    154.0600  1.947293e-03 -2.466571e-03
5052         Facebook 31/10/2017    180.0600 -1.055204e-03 -1.210708e-02
5053          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
5054            FedEx 31/10/2017    225.8100  8.458439e-03  2.063682e-02
5055          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5056             AT&T 31/10/2017     33.6500 -3.268945e-03  9.509658e-03
5057             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5058              H&M 31/10/2017     25.2400  2.614897e-02  2.218700e-02
5059           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
5060          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5061         Facebook 31/10/2017    180.0600 -1.055204e-03 -1.210708e-02
5062          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5063            Adobe 31/10/2017    175.1600  4.966887e-03  1.238867e-02
5064             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5065          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5066          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5067          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5068            FedEx 31/10/2017    225.8100  8.458439e-03  2.063682e-02
5069           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
5070            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
5071             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5072          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5073       McDonald's 31/10/2017    166.9100 -4.074052e-03 -9.106704e-03
5074          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
5075           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
5076    Goldman Sachs 31/10/2017    242.4800 -6.557242e-03 -3.175520e-03
5077          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5078           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
5079           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
5080 American Express 31/10/2017     95.5200 -4.711055e-03  2.826633e-03
5081         Facebook 31/10/2017    180.0600 -1.055204e-03 -1.210708e-02
5082           Disney 31/10/2017     97.8100  2.351498e-03  5.111952e-03
5083          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
5084              IBM 31/10/2017    154.0600  1.947293e-03 -2.466571e-03
5085              CBS 31/10/2017     56.1200  0.000000e+00  1.122594e-02
5086          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5087          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5088             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5089         Facebook 31/10/2017    180.0600 -1.055204e-03 -1.210708e-02
5090          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5091          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5092           Disney 31/10/2017     97.8100  2.351498e-03  5.111952e-03
5093          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5094           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
5095       McDonald's 31/10/2017    166.9100 -4.074052e-03 -9.106704e-03
5096            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
5097             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5098       Home Depot 31/10/2017    165.7800 -2.835083e-03  9.410062e-03
5099             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5100        Starbucks 31/10/2017     54.8400  6.017505e-03  7.293946e-04
5101             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5102          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5103          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
5104          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5105            Tesco 31/10/2017    181.4000  2.756340e-03  2.260198e-02
5106             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5107          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5108            FedEx 31/10/2017    225.8100  8.458439e-03  2.063682e-02
5109          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
5110          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
5111            Honda 31/10/2017   3523.0000  5.393131e-03  3.690037e-03
5112       Home Depot 31/10/2017    165.7800 -2.835083e-03  9.410062e-03
5113           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
5114             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5115       Home Depot 31/10/2017    165.7800 -2.835083e-03  9.410062e-03
5116             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5117          Ryanair 31/10/2017     16.8200 -6.004756e-02 -6.539834e-02
5118              CBS 31/10/2017     56.1200  0.000000e+00  1.122594e-02
5119          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
5120          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5121          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5122            FedEx 31/10/2017    225.8100  8.458439e-03  2.063682e-02
5123              H&M 31/10/2017     25.2400  2.614897e-02  2.218700e-02
5124           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
5125             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5126             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5127              CBS 31/10/2017     56.1200  0.000000e+00  1.122594e-02
5128          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5129      Wells Fargo 31/10/2017     56.1400 -5.165657e-03 -4.809405e-03
5130       McDonald's 31/10/2017    166.9100 -4.074052e-03 -9.106704e-03
5131             Audi 31/10/2017    700.0000  7.142857e-03  4.285714e-03
5132          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5133          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5134              CBS 31/10/2017     56.1200  0.000000e+00  1.122594e-02
5135              CBS 31/10/2017     56.1200  0.000000e+00  1.122594e-02
5136             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5137            Exxon 31/10/2017     83.3500  2.279544e-03  4.319136e-03
5138            Tesco 31/10/2017    181.4000  2.756340e-03  2.260198e-02
5139           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
5140           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
5141           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
5142          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5143            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
5144       McDonald's 31/10/2017    166.9100 -4.074052e-03 -9.106704e-03
5145          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5146          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5147            Honda 31/10/2017   3523.0000  5.393131e-03  3.690037e-03
5148             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5149           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
5150          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
5151              CBS 31/10/2017     56.1200  0.000000e+00  1.122594e-02
5152            FedEx 31/10/2017    225.8100  8.458439e-03  2.063682e-02
5153          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5154             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5155          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
5156          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5157          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5158          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5159       McDonald's 31/10/2017    166.9100 -4.074052e-03 -9.106704e-03
5160             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5161          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5162           Nestle 31/10/2017     83.9000 -1.311085e-02 -1.489869e-02
5163            Exxon 31/10/2017     83.3500  2.279544e-03  4.319136e-03
5164       McDonald's 31/10/2017    166.9100 -4.074052e-03 -9.106704e-03
5165           Disney 31/10/2017     97.8100  2.351498e-03  5.111952e-03
5166            Pepsi 31/10/2017    110.2300 -5.261725e-03  3.356618e-03
5167              CBS 31/10/2017     56.1200  0.000000e+00  1.122594e-02
5168          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5169            Apple 31/10/2017    169.0400 -1.372456e-02 -3.543540e-02
5170          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5171           Google 31/10/2017   1033.0400  8.712151e-05  6.098505e-04
5172              H&M 31/10/2017     25.2400  2.614897e-02  2.218700e-02
5173            Exxon 31/10/2017     83.3500  2.279544e-03  4.319136e-03
5174          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5175          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5176       Home Depot 31/10/2017    165.7800 -2.835083e-03  9.410062e-03
5177           Amazon 31/10/2017   1105.2800  5.039447e-03 -3.917559e-03
5178          Netflix 31/10/2017    196.4300  9.876292e-03  1.583261e-02
5179         Facebook 31/10/2017    180.0600 -1.055204e-03 -1.210708e-02
5180             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5181        Starbucks 31/10/2017     54.8400  6.017505e-03  7.293946e-04
5182          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5183          Reuters 31/10/2017     51.5916  3.841711e-03  3.841711e-03
5184             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5185        Kellogg's 31/10/2017     62.5300 -5.853190e-02 -3.630257e-02
5186             eBay 31/10/2017     37.6400 -1.700319e-02 -2.231668e-02
5187          TMobile 31/10/2017     59.7700 -3.178852e-03  5.320395e-02
5188       Home Depot 31/10/2017    165.7800 -2.835083e-03  9.410062e-03
5189    Goldman Sachs 31/10/2017    242.4800 -6.557242e-03 -3.175520e-03
5190          Netflix 01/11/2017    198.0000 -7.929293e-03  1.868687e-03
5191          Reuters 01/11/2017     48.7168  5.901044e-02  6.307886e-02
5192       Home Depot 01/11/2017    165.3800  2.418672e-03 -4.232676e-04
5193       McDonald's 01/11/2017    166.3700  3.245777e-03 -8.414979e-04
5194           Amazon 01/11/2017   1103.6800  1.449696e-03  6.496448e-03
5195           Disney 01/11/2017     99.0300 -1.231950e-02 -9.996971e-03
5196             eBay 01/11/2017     37.5400  2.663825e-03 -1.438466e-02
5197            Cisco 01/11/2017     34.6200 -1.357597e-02 -1.675332e-02
5198              CBS 01/11/2017     56.1900 -1.245773e-03 -1.245773e-03
5199           Toyota 01/11/2017   7038.0000 -6.820119e-03  5.541347e-03
5200             Audi 01/11/2017    702.9640 -4.216432e-03  2.896308e-03
5201          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5202             Audi 01/11/2017    702.9640 -4.216432e-03  2.896308e-03
5203          Netflix 01/11/2017    198.0000 -7.929293e-03  1.868687e-03
5204           Amazon 01/11/2017   1103.6800  1.449696e-03  6.496448e-03
5205          Netflix 01/11/2017    198.0000 -7.929293e-03  1.868687e-03
5206          Reuters 01/11/2017     48.7168  5.901044e-02  6.307886e-02
5207           Disney 01/11/2017     99.0300 -1.231950e-02 -9.996971e-03
5208          Netflix 01/11/2017    198.0000 -7.929293e-03  1.868687e-03
5209             Ford 01/11/2017     12.3500 -6.477733e-03 -2.024291e-02
5210             Audi 01/11/2017    702.9640 -4.216432e-03  2.896308e-03
5211           Amazon 01/11/2017   1103.6800  1.449696e-03  6.496448e-03
5212            Apple 01/11/2017    166.8900  1.288274e-02 -1.018635e-03
5213             eBay 01/11/2017     37.5400  2.663825e-03 -1.438466e-02
5214           Disney 01/11/2017     99.0300 -1.231950e-02 -9.996971e-03
5215           Amazon 01/11/2017   1103.6800  1.449696e-03  6.496448e-03
5216    Goldman Sachs 01/11/2017    244.2600 -7.287317e-03 -1.379677e-02
5217          Reuters 01/11/2017     48.7168  5.901044e-02  6.307886e-02
5218             Ford 01/11/2017     12.3500 -6.477733e-03 -2.024291e-02
5219          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5220          Reuters 01/11/2017     48.7168  5.901044e-02  6.307886e-02
5221           Costco 01/11/2017    162.6900 -9.896121e-03 -1.512078e-02
5222           adidas 01/11/2017    187.4970  2.129634e-02  1.824029e-02
5223           adidas 01/11/2017    187.4970  2.129634e-02  1.824029e-02
5224           Nissan 01/11/2017   1109.0000 -9.467989e-03 -9.017133e-04
5225           Google 01/11/2017   1042.5950 -9.164632e-03 -9.078309e-03
5226           Disney 01/11/2017     99.0300 -1.231950e-02 -9.996971e-03
5227          Netflix 01/11/2017    198.0000 -7.929293e-03  1.868687e-03
5228             eBay 01/11/2017     37.5400  2.663825e-03 -1.438466e-02
5229       McDonald's 01/11/2017    166.3700  3.245777e-03 -8.414979e-04
5230          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5231            FedEx 01/11/2017    225.4600  1.552382e-03  1.002395e-02
5232          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5233           Google 01/11/2017   1042.5950 -9.164632e-03 -9.078309e-03
5234             eBay 01/11/2017     37.5400  2.663825e-03 -1.438466e-02
5235             Audi 01/11/2017    702.9640 -4.216432e-03  2.896308e-03
5236          Netflix 01/11/2017    198.0000 -7.929293e-03  1.868687e-03
5237           adidas 01/11/2017    187.4970  2.129634e-02  1.824029e-02
5238             AT&T 01/11/2017     33.5500  2.980626e-03 -2.980626e-04
5239             eBay 01/11/2017     37.5400  2.663825e-03 -1.438466e-02
5240          Reuters 01/11/2017     48.7168  5.901044e-02  6.307886e-02
5241           Disney 01/11/2017     99.0300 -1.231950e-02 -9.996971e-03
5242          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5243            FedEx 01/11/2017    225.4600  1.552382e-03  1.002395e-02
5244           adidas 01/11/2017    187.4970  2.129634e-02  1.824029e-02
5245           adidas 01/11/2017    187.4970  2.129634e-02  1.824029e-02
5246              BMW 01/11/2017     89.0900 -1.459199e-02 -2.052980e-02
5247          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5248          Netflix 01/11/2017    198.0000 -7.929293e-03  1.868687e-03
5249          Reuters 01/11/2017     48.7168  5.901044e-02  6.307886e-02
5250              CBS 01/11/2017     56.1900 -1.245773e-03 -1.245773e-03
5251          Reuters 01/11/2017     48.7168  5.901044e-02  6.307886e-02
5252            FedEx 01/11/2017    225.4600  1.552382e-03  1.002395e-02
5253             AT&T 01/11/2017     33.5500  2.980626e-03 -2.980626e-04
5254          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5255             Audi 01/11/2017    702.9640 -4.216432e-03  2.896308e-03
5256             eBay 01/11/2017     37.5400  2.663825e-03 -1.438466e-02
5257              H&M 01/11/2017     25.2400  0.000000e+00  2.614897e-02
5258             eBay 01/11/2017     37.5400  2.663825e-03 -1.438466e-02
5259          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5260          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5261          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5262             eBay 01/11/2017     37.5400  2.663825e-03 -1.438466e-02
5263          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5264          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5265           Disney 01/11/2017     99.0300 -1.231950e-02 -9.996971e-03
5266          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5267          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5268          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5269          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5270       McDonald's 01/11/2017    166.3700  3.245777e-03 -8.414979e-04
5271           Google 01/11/2017   1042.5950 -9.164632e-03 -9.078309e-03
5272          Reuters 01/11/2017     48.7168  5.901044e-02  6.307886e-02
5273           Amazon 01/11/2017   1103.6800  1.449696e-03  6.496448e-03
5274          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5275            FedEx 01/11/2017    225.4600  1.552382e-03  1.002395e-02
5276           Disney 01/11/2017     99.0300 -1.231950e-02 -9.996971e-03
5277          Netflix 01/11/2017    198.0000 -7.929293e-03  1.868687e-03
5278          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5279              UPS 01/11/2017    117.4600  5.959476e-04  5.363528e-03
5280          Reuters 01/11/2017     48.7168  5.901044e-02  6.307886e-02
5281          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5282             eBay 01/11/2017     37.5400  2.663825e-03 -1.438466e-02
5283          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5284             eBay 01/11/2017     37.5400  2.663825e-03 -1.438466e-02
5285          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5286             Next 01/11/2017   4471.0000  1.006486e-01  1.069112e-01
5287          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5288          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5289          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5290          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5291          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5292         Facebook 01/11/2017    182.6600 -1.423410e-02 -1.527428e-02
5293             eBay 01/11/2017     37.5400  2.663825e-03 -1.438466e-02
5294          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5295          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5296           Google 01/11/2017   1042.5950 -9.164632e-03 -9.078309e-03
5297          Reuters 01/11/2017     48.7168  5.901044e-02  6.307886e-02
5298          Netflix 01/11/2017    198.0000 -7.929293e-03  1.868687e-03
5299          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5300          TMobile 01/11/2017     59.7500  3.347280e-04 -2.845188e-03
5301           Amazon 01/11/2017   1103.6800  1.449696e-03  6.496448e-03
5302           Google 01/11/2017   1042.5950 -9.164632e-03 -9.078309e-03
5303             eBay 01/11/2017     37.5400  2.663825e-03 -1.438466e-02
5304       Home Depot 01/11/2017    165.3800  2.418672e-03 -4.232676e-04
5305           Google 01/11/2017   1042.5950 -9.164632e-03 -9.078309e-03
5306             eBay 01/11/2017     37.5400  2.663825e-03 -1.438466e-02
5307          Verizon 01/11/2017     47.8300  8.362952e-04  0.000000e+00
5308            FedEx 01/11/2017    225.4600  1.552382e-03  1.002395e-02
5309             Sony 01/11/2017   4918.0000 -1.026840e-01 -1.236275e-01
5310             eBay 01/11/2017     37.5400  2.663825e-03 -1.438466e-02
5311            Pepsi 01/11/2017    110.1300  9.080178e-04 -4.358485e-03
5312           Google 01/11/2017   1042.5950 -9.164632e-03 -9.078309e-03
5313  Bank of America 01/11/2017     27.5300 -5.085361e-03  2.542681e-03
5314        Microsoft 01/11/2017     83.1800  0.000000e+00  8.535706e-03
5315            Apple 01/11/2017    166.8900  1.288274e-02 -1.018635e-03
5316            Tesco 01/11/2017    178.4500  1.653124e-02  1.933315e-02
5317              CBS 01/11/2017     56.1900 -1.245773e-03 -1.245773e-03
5318          Reuters 01/11/2017     48.7168  5.901044e-02  6.307886e-02
5319             eBay 01/11/2017     37.5400  2.663825e-03 -1.438466e-02
5320              CBS 01/11/2017     56.1900 -1.245773e-03 -1.245773e-03
5321          Samsung 01/11/2017  57220.0000 -3.739951e-02 -5.557497e-02
5322          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5323           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5324           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5325          Netflix 30/11/2017    187.5800  3.038703e-03  6.184028e-02
5326            FedEx 30/11/2017    231.4600 -2.389182e-02 -5.594919e-02
5327           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5328              CBS 30/11/2017     56.0600  8.562255e-03 -2.318944e-02
5329          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5330          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5331             ASOS 30/11/2017   6060.0000  9.900990e-03 -1.485149e-03
5332          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5333           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5334          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5335          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5336          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5337          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5338           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5339           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5340          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5341           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5342              H&M 30/11/2017     23.2340  0.000000e+00 -6.197814e-03
5343              CBS 30/11/2017     56.0600  8.562255e-03 -2.318944e-02
5344             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5345           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5346             Audi 30/11/2017    727.0000 -3.707015e-02 -2.187070e-02
5347            Adobe 30/11/2017    181.4700 -2.545875e-02  2.165647e-02
5348          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5349           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5350             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5351          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5352         Burberry 30/11/2017   1716.0000  4.662005e-03  1.340326e-02
5353           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5354            Apple 30/11/2017    171.8500 -1.379110e-02  7.099214e-03
5355          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5356              UPS 30/11/2017    121.4500 -1.984356e-02 -5.154385e-02
5357          Netflix 30/11/2017    187.5800  3.038703e-03  6.184028e-02
5358           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5359          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5360          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5361          Ryanair 30/11/2017     17.6100  2.839296e-03 -5.110733e-03
5362          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5363             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5364             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5365          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5366            Apple 30/11/2017    171.8500 -1.379110e-02  7.099214e-03
5367          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5368          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5369          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5370              CBS 30/11/2017     56.0600  8.562255e-03 -2.318944e-02
5371          L'Oreal 30/11/2017    224.1603  0.000000e+00 -1.521367e-02
5372        Starbucks 30/11/2017     57.8200 -5.361467e-03 -2.006226e-02
5373         Facebook 30/11/2017    177.1800 -1.157015e-02  2.957444e-02
5374          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5375              UPS 30/11/2017    121.4500 -1.984356e-02 -5.154385e-02
5376          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5377          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5378   Morgan Stanley 30/11/2017     51.6100 -5.619066e-03 -2.344507e-02
5379           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5380          Samsung 30/11/2017  50800.0000  3.543307e-02  4.881890e-02
5381          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5382         Facebook 30/11/2017    177.1800 -1.157015e-02  2.957444e-02
5383             Next 30/11/2017   4477.0000  5.807460e-03 -3.640831e-02
5384              CBS 30/11/2017     56.0600  8.562255e-03 -2.318944e-02
5385           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5386             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5387               BP 30/11/2017    489.1000  1.104069e-02  2.514823e-02
5388         Burberry 30/11/2017   1716.0000  4.662005e-03  1.340326e-02
5389          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5390   Morgan Stanley 30/11/2017     51.6100 -5.619066e-03 -2.344507e-02
5391             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5392             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5393             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5394             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5395             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5396            Apple 30/11/2017    171.8500 -1.379110e-02  7.099214e-03
5397        Starbucks 30/11/2017     57.8200 -5.361467e-03 -2.006226e-02
5398          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5399             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5400             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5401          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5402             Sony 30/11/2017   5201.0000  2.326476e-02  2.518746e-02
5403        Microsoft 30/11/2017     84.1700 -9.860996e-03  8.435309e-03
5404    Goldman Sachs 30/11/2017    247.6400 -2.535939e-02 -3.323373e-02
5405    Goldman Sachs 30/11/2017    247.6400 -2.535939e-02 -3.323373e-02
5406              CBS 30/11/2017     56.0600  8.562255e-03 -2.318944e-02
5407         Burberry 30/11/2017   1716.0000  4.662005e-03  1.340326e-02
5408           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5409           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5410           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5411          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5412          Ryanair 30/11/2017     17.6100  2.839296e-03 -5.110733e-03
5413          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5414          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5415             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5416          Samsung 30/11/2017  50800.0000  3.543307e-02  4.881890e-02
5417          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5418           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5419             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5420            Apple 30/11/2017    171.8500 -1.379110e-02  7.099214e-03
5421           adidas 30/11/2017    175.7170  8.974658e-03  1.954848e-02
5422          easyJet 30/11/2017   1406.0000  7.112376e-04  2.133713e-03
5423           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5424          Ryanair 30/11/2017     17.6100  2.839296e-03 -5.110733e-03
5425           adidas 30/11/2017    175.7170  8.974658e-03  1.954848e-02
5426           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5427          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5428           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5429              UPS 30/11/2017    121.4500 -1.984356e-02 -5.154385e-02
5430          Netflix 30/11/2017    187.5800  3.038703e-03  6.184028e-02
5431             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5432         Gillette 30/11/2017   6388.5000 -3.232371e-03 -1.331298e-02
5433            Tesco 30/11/2017    194.0500  2.035558e-02  5.926308e-03
5434           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5435          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5436          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5437           Viacom 30/11/2017     34.0500  2.936858e-03 -3.377386e-02
5438             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5439        Starbucks 30/11/2017     57.8200 -5.361467e-03 -2.006226e-02
5440          Ryanair 30/11/2017     17.6100  2.839296e-03 -5.110733e-03
5441          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5442              CBS 30/11/2017     56.0600  8.562255e-03 -2.318944e-02
5443          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5444          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5445           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5446          Ryanair 30/11/2017     17.6100  2.839296e-03 -5.110733e-03
5447          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5448          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5449           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5450          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5451      Wells Fargo 30/11/2017     56.4700  3.718789e-03 -1.593767e-02
5452         Facebook 30/11/2017    177.1800 -1.157015e-02  2.957444e-02
5453            Apple 30/11/2017    171.8500 -1.379110e-02  7.099214e-03
5454         Burberry 30/11/2017   1716.0000  4.662005e-03  1.340326e-02
5455        Starbucks 30/11/2017     57.8200 -5.361467e-03 -2.006226e-02
5456          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5457           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5458           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5459        Microsoft 30/11/2017     84.1700 -9.860996e-03  8.435309e-03
5460          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5461          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5462          TMobile 30/11/2017     61.0700  1.244474e-02  5.076142e-03
5463             Audi 30/11/2017    727.0000 -3.707015e-02 -2.187070e-02
5464            Exxon 30/11/2017     83.2900 -1.224637e-02 -1.945011e-02
5465       Mastercard 30/11/2017    150.4700 -1.408919e-02  2.472254e-02
5466            Bayer 30/11/2017    105.7900  5.595992e-03  1.119198e-02
5467          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5468           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5469           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5470           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5471          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5472          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5473  Bank of America 30/11/2017     28.1700  3.904863e-03 -1.881434e-02
5474          Netflix 30/11/2017    187.5800  3.038703e-03  6.184028e-02
5475          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5476          Ryanair 30/11/2017     17.6100  2.839296e-03 -5.110733e-03
5477             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5478           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5479            Apple 30/11/2017    171.8500 -1.379110e-02  7.099214e-03
5480          Verizon 30/11/2017     50.8900 -1.945372e-02 -4.067597e-02
5481             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5482          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5483           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5484           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5485           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5486          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5487           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5488              H&M 30/11/2017     23.2340  0.000000e+00 -6.197814e-03
5489          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5490            Bayer 30/11/2017    105.7900  5.595992e-03  1.119198e-02
5491              UPS 30/11/2017    121.4500 -1.984356e-02 -5.154385e-02
5492           adidas 30/11/2017    175.7170  8.974658e-03  1.954848e-02
5493        Kellogg's 30/11/2017     66.1600  9.673519e-03 -3.325272e-03
5494              UPS 30/11/2017    121.4500 -1.984356e-02 -5.154385e-02
5495          L'Oreal 30/11/2017    224.1603  0.000000e+00 -1.521367e-02
5496           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5497             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5498            Tesco 30/11/2017    194.0500  2.035558e-02  5.926308e-03
5499           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5500           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5501             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5502         Facebook 30/11/2017    177.1800 -1.157015e-02  2.957444e-02
5503          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5504          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5505          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5506             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5507          Netflix 30/11/2017    187.5800  3.038703e-03  6.184028e-02
5508          Ryanair 30/11/2017     17.6100  2.839296e-03 -5.110733e-03
5509          TMobile 30/11/2017     61.0700  1.244474e-02  5.076142e-03
5510             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5511          Walmart 30/11/2017     97.2300  3.394014e-03 -4.731050e-03
5512           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5513           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5514          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5515          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5516             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5517           Toyota 30/11/2017   7044.0000  1.135718e-03 -8.517888e-04
5518          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5519        Microsoft 30/11/2017     84.1700 -9.860996e-03  8.435309e-03
5520           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5521          Ryanair 30/11/2017     17.6100  2.839296e-03 -5.110733e-03
5522           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5523           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5524          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5525             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5526       McDonald's 30/11/2017    171.9700 -8.955050e-03 -3.663430e-03
5527          Walmart 30/11/2017     97.2300  3.394014e-03 -4.731050e-03
5528           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5529         Burberry 30/11/2017   1716.0000  4.662005e-03  1.340326e-02
5530          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5531          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5532       McDonald's 30/11/2017    171.9700 -8.955050e-03 -3.663430e-03
5533           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5534          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5535          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5536             Sony 30/11/2017   5201.0000  2.326476e-02  2.518746e-02
5537              H&M 30/11/2017     23.2340  0.000000e+00 -6.197814e-03
5538             AT&T 30/11/2017     36.3800  2.748763e-03 -2.638813e-02
5539        Microsoft 30/11/2017     84.1700 -9.860996e-03  8.435309e-03
5540            Pepsi 30/11/2017    116.5200  2.746310e-03  2.145554e-03
5541 American Express 30/11/2017     97.7100 -1.136015e-02 -2.486951e-02
5542          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5543          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5544          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5545          TMobile 30/11/2017     61.0700  1.244474e-02  5.076142e-03
5546        Starbucks 30/11/2017     57.8200 -5.361467e-03 -2.006226e-02
5547          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5548          Netflix 30/11/2017    187.5800  3.038703e-03  6.184028e-02
5549             Next 30/11/2017   4477.0000  5.807460e-03 -3.640831e-02
5550           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5551             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5552          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5553          Netflix 30/11/2017    187.5800  3.038703e-03  6.184028e-02
5554          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5555              UPS 30/11/2017    121.4500 -1.984356e-02 -5.154385e-02
5556             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5557          Ryanair 30/11/2017     17.6100  2.839296e-03 -5.110733e-03
5558          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5559        Microsoft 30/11/2017     84.1700 -9.860996e-03  8.435309e-03
5560            Apple 30/11/2017    171.8500 -1.379110e-02  7.099214e-03
5561           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5562              IBM 30/11/2017    153.9700 -2.727804e-03 -9.742158e-03
5563          Ryanair 30/11/2017     17.6100  2.839296e-03 -5.110733e-03
5564           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5565         Facebook 30/11/2017    177.1800 -1.157015e-02  2.957444e-02
5566          Expedia 30/11/2017    122.5000 -3.918367e-03  2.595918e-02
5567        Starbucks 30/11/2017     57.8200 -5.361467e-03 -2.006226e-02
5568           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5569            Intel 30/11/2017     44.8400 -1.984835e-02 -2.453167e-03
5570          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5571           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5572         Heineken 30/11/2017     85.5900 -1.168361e-03  2.336722e-04
5573          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5574          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5575             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5576           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5577          TMobile 30/11/2017     61.0700  1.244474e-02  5.076142e-03
5578             ASOS 30/11/2017   6060.0000  9.900990e-03 -1.485149e-03
5579          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5580          Netflix 30/11/2017    187.5800  3.038703e-03  6.184028e-02
5581          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5582       McDonald's 30/11/2017    171.9700 -8.955050e-03 -3.663430e-03
5583              UPS 30/11/2017    121.4500 -1.984356e-02 -5.154385e-02
5584          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5585          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5586           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5587          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5588             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5589           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5590              UPS 30/11/2017    121.4500 -1.984356e-02 -5.154385e-02
5591             Next 30/11/2017   4477.0000  5.807460e-03 -3.640831e-02
5592           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5593          TMobile 30/11/2017     61.0700  1.244474e-02  5.076142e-03
5594           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5595        Microsoft 30/11/2017     84.1700 -9.860996e-03  8.435309e-03
5596          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5597          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5598          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5599             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5600        Microsoft 30/11/2017     84.1700 -9.860996e-03  8.435309e-03
5601        Microsoft 30/11/2017     84.1700 -9.860996e-03  8.435309e-03
5602           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5603          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5604          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5605             Next 30/11/2017   4477.0000  5.807460e-03 -3.640831e-02
5606            Intel 30/11/2017     44.8400 -1.984835e-02 -2.453167e-03
5607             BASF 30/11/2017     94.2810 -6.257889e-03  4.136570e-04
5608            Apple 30/11/2017    171.8500 -1.379110e-02  7.099214e-03
5609             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5610           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5611          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5612               BP 30/11/2017    489.1000  1.104069e-02  2.514823e-02
5613              UPS 30/11/2017    121.4500 -1.984356e-02 -5.154385e-02
5614           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5615        Microsoft 30/11/2017     84.1700 -9.860996e-03  8.435309e-03
5616          Netflix 30/11/2017    187.5800  3.038703e-03  6.184028e-02
5617             Audi 30/11/2017    727.0000 -3.707015e-02 -2.187070e-02
5618          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5619              UPS 30/11/2017    121.4500 -1.984356e-02 -5.154385e-02
5620           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5621          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5622          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5623           PayPal 30/11/2017     75.7300 -3.274792e-02  2.720190e-02
5624          Walmart 30/11/2017     97.2300  3.394014e-03 -4.731050e-03
5625          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5626          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5627          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5628          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5629             Audi 30/11/2017    727.0000 -3.707015e-02 -2.187070e-02
5630      Wells Fargo 30/11/2017     56.4700  3.718789e-03 -1.593767e-02
5631           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5632            Apple 30/11/2017    171.8500 -1.379110e-02  7.099214e-03
5633           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5634             Nike 30/11/2017     60.4200 -9.930487e-04 -1.390268e-02
5635           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5636            FedEx 30/11/2017    231.4600 -2.389182e-02 -5.594919e-02
5637            Yahoo 30/11/2017      4.5400  2.202643e-02  2.185022e-02
5638           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5639              IBM 30/11/2017    153.9700 -2.727804e-03 -9.742158e-03
5640          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5641           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5642           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5643          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5644             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5645             Nike 30/11/2017     60.4200 -9.930487e-04 -1.390268e-02
5646             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5647           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5648           Toyota 30/11/2017   7044.0000  1.135718e-03 -8.517888e-04
5649             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5650             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5651           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5652            FedEx 30/11/2017    231.4600 -2.389182e-02 -5.594919e-02
5653            Cisco 30/11/2017     37.3000  4.825737e-03  1.152815e-02
5654  Bank of America 30/11/2017     28.1700  3.904863e-03 -1.881434e-02
5655       McDonald's 30/11/2017    171.9700 -8.955050e-03 -3.663430e-03
5656            Cisco 30/11/2017     37.3000  4.825737e-03  1.152815e-02
5657           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5658             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5659             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5660           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5661          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5662          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5663           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5664           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5665            Apple 30/11/2017    171.8500 -1.379110e-02  7.099214e-03
5666              SAP 30/11/2017     95.0820  1.451379e-03  2.396878e-02
5667              UPS 30/11/2017    121.4500 -1.984356e-02 -5.154385e-02
5668          TMobile 30/11/2017     61.0700  1.244474e-02  5.076142e-03
5669          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5670           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5671             Audi 30/11/2017    727.0000 -3.707015e-02 -2.187070e-02
5672           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5673          Walmart 30/11/2017     97.2300  3.394014e-03 -4.731050e-03
5674           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5675          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5676        Microsoft 30/11/2017     84.1700 -9.860996e-03  8.435309e-03
5677          Walmart 30/11/2017     97.2300  3.394014e-03 -4.731050e-03
5678          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5679          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5680           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5681          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5682        Starbucks 30/11/2017     57.8200 -5.361467e-03 -2.006226e-02
5683          Walmart 30/11/2017     97.2300  3.394014e-03 -4.731050e-03
5684          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5685           Disney 30/11/2017    104.8200  4.006869e-03 -1.345163e-02
5686            Tesco 30/11/2017    194.0500  2.035558e-02  5.926308e-03
5687          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5688           Google 30/11/2017   1036.1700  1.167762e-03  2.617331e-02
5689          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5690          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5691          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5692          Netflix 30/11/2017    187.5800  3.038703e-03  6.184028e-02
5693             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5694          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5695          Walmart 30/11/2017     97.2300  3.394014e-03 -4.731050e-03
5696           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5697              UPS 30/11/2017    121.4500 -1.984356e-02 -5.154385e-02
5698          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5699         Facebook 30/11/2017    177.1800 -1.157015e-02  2.957444e-02
5700       McDonald's 30/11/2017    171.9700 -8.955050e-03 -3.663430e-03
5701          Walmart 30/11/2017     97.2300  3.394014e-03 -4.731050e-03
5702          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5703          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5704              UPS 30/11/2017    121.4500 -1.984356e-02 -5.154385e-02
5705          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5706   Morgan Stanley 30/11/2017     51.6100 -5.619066e-03 -2.344507e-02
5707              UPS 30/11/2017    121.4500 -1.984356e-02 -5.154385e-02
5708              CBS 30/11/2017     56.0600  8.562255e-03 -2.318944e-02
5709             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5710 General Electric 30/11/2017     17.5813  1.038604e-02  6.558104e-03
5711        Microsoft 30/11/2017     84.1700 -9.860996e-03  8.435309e-03
5712    Goldman Sachs 30/11/2017    247.6400 -2.535939e-02 -3.323373e-02
5713          Walmart 30/11/2017     97.2300  3.394014e-03 -4.731050e-03
5714             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5715          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5716          Walmart 30/11/2017     97.2300  3.394014e-03 -4.731050e-03
5717          Walmart 30/11/2017     97.2300  3.394014e-03 -4.731050e-03
5718              UPS 30/11/2017    121.4500 -1.984356e-02 -5.154385e-02
5719          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5720         Burberry 30/11/2017   1716.0000  4.662005e-03  1.340326e-02
5721          Walmart 30/11/2017     97.2300  3.394014e-03 -4.731050e-03
5722           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5723          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5724          Ryanair 30/11/2017     17.6100  2.839296e-03 -5.110733e-03
5725              UPS 30/11/2017    121.4500 -1.984356e-02 -5.154385e-02
5726              UPS 30/11/2017    121.4500 -1.984356e-02 -5.154385e-02
5727          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5728          Comcast 30/11/2017     37.5400 -9.323388e-03 -3.436335e-02
5729          Walmart 30/11/2017     97.2300  3.394014e-03 -4.731050e-03
5730          Walmart 30/11/2017     97.2300  3.394014e-03 -4.731050e-03
5731           Toyota 30/11/2017   7044.0000  1.135718e-03 -8.517888e-04
5732           Amazon 30/11/2017   1176.7500 -1.315488e-02  1.431910e-02
5733        Microsoft 30/11/2017     84.1700 -9.860996e-03  8.435309e-03
5734             eBay 30/11/2017     34.6700 -8.364580e-03  2.394001e-02
5735          Reuters 30/11/2017     48.5406  5.444927e-03  1.225366e-02
5736           Disney 01/12/2017    105.2500 -4.085511e-03 -9.501188e-05
5737            FedEx 01/12/2017    230.8400  2.685843e-03 -2.127014e-02
5738          TMobile 01/12/2017     60.9000  2.791461e-03  1.527094e-02
5739            Adobe 01/12/2017    179.5200  1.086230e-02 -1.487299e-02
5740          Walmart 01/12/2017     97.3500 -1.232666e-03  2.157165e-03
5741          Walmart 01/12/2017     97.3500 -1.232666e-03  2.157165e-03
5742          Walmart 01/12/2017     97.3500 -1.232666e-03  2.157165e-03
5743              IBM 01/12/2017    154.7600 -5.104678e-03 -7.818558e-03
5744        Starbucks 01/12/2017     57.3200  8.722959e-03  3.314724e-03
5745          Reuters 01/12/2017     49.0583 -1.055275e-02 -5.165283e-03
5746           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5747          Walmart 01/12/2017     97.3500 -1.232666e-03  2.157165e-03
5748           Kroger 01/12/2017     25.6700  7.401636e-03 -5.025321e-02
5749          Samsung 01/12/2017  50840.0000 -7.867821e-04  3.461841e-02
5750             eBay 01/12/2017     35.2000 -1.505682e-02 -2.329545e-02
5751           Disney 01/12/2017    105.2500 -4.085511e-03 -9.501188e-05
5752             eBay 01/12/2017     35.2000 -1.505682e-02 -2.329545e-02
5753       Home Depot 01/12/2017    180.4200 -3.325574e-03 -1.757011e-02
5754        Starbucks 01/12/2017     57.3200  8.722959e-03  3.314724e-03
5755           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5756           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5757          Reuters 01/12/2017     49.0583 -1.055275e-02 -5.165283e-03
5758           Amazon 01/12/2017   1162.3500  1.238870e-02 -9.291521e-04
5759            FedEx 01/12/2017    230.8400  2.685843e-03 -2.127014e-02
5760            FedEx 01/12/2017    230.8400  2.685843e-03 -2.127014e-02
5761        Starbucks 01/12/2017     57.3200  8.722959e-03  3.314724e-03
5762          Walmart 01/12/2017     97.3500 -1.232666e-03  2.157165e-03
5763             eBay 01/12/2017     35.2000 -1.505682e-02 -2.329545e-02
5764           Amazon 01/12/2017   1162.3500  1.238870e-02 -9.291521e-04
5765          Walmart 01/12/2017     97.3500 -1.232666e-03  2.157165e-03
5766              UPS 01/12/2017    120.3100  9.475522e-03 -1.055606e-02
5767         CocaCola 01/12/2017     45.9700 -4.350663e-03 -1.022406e-02
5768          Walmart 01/12/2017     97.3500 -1.232666e-03  2.157165e-03
5769             AT&T 01/12/2017     36.5000 -3.287671e-03 -5.479452e-04
5770       John Deere 01/12/2017    149.9400 -5.335468e-04 -1.000400e-02
5771          TMobile 01/12/2017     60.9000  2.791461e-03  1.527094e-02
5772          Comcast 01/12/2017     38.4300 -2.315899e-02 -3.226646e-02
5773          Comcast 01/12/2017     38.4300 -2.315899e-02 -3.226646e-02
5774 General Electric 01/12/2017     17.1872  2.292985e-02  3.355404e-02
5775           Amazon 01/12/2017   1162.3500  1.238870e-02 -9.291521e-04
5776           Disney 01/12/2017    105.2500 -4.085511e-03 -9.501188e-05
5777           Amazon 01/12/2017   1162.3500  1.238870e-02 -9.291521e-04
5778          Netflix 01/12/2017    186.8200  4.068087e-03  7.119152e-03
5779          Walmart 01/12/2017     97.3500 -1.232666e-03  2.157165e-03
5780             Ford 01/12/2017     12.5800 -4.769475e-03 -1.589825e-03
5781          Comcast 01/12/2017     38.4300 -2.315899e-02 -3.226646e-02
5782          Walmart 01/12/2017     97.3500 -1.232666e-03  2.157165e-03
5783          Walmart 01/12/2017     97.3500 -1.232666e-03  2.157165e-03
5784          Netflix 01/12/2017    186.8200  4.068087e-03  7.119152e-03
5785          Netflix 01/12/2017    186.8200  4.068087e-03  7.119152e-03
5786             eBay 01/12/2017     35.2000 -1.505682e-02 -2.329545e-02
5787          TMobile 01/12/2017     60.9000  2.791461e-03  1.527094e-02
5788          Comcast 01/12/2017     38.4300 -2.315899e-02 -3.226646e-02
5789       McDonald's 01/12/2017    172.8700 -5.206224e-03 -1.411465e-02
5790         Burberry 01/12/2017   1703.0000  7.633588e-03  1.233118e-02
5791           Amazon 01/12/2017   1162.3500  1.238870e-02 -9.291521e-04
5792            FedEx 01/12/2017    230.8400  2.685843e-03 -2.127014e-02
5793         Burberry 01/12/2017   1703.0000  7.633588e-03  1.233118e-02
5794         Burberry 01/12/2017   1703.0000  7.633588e-03  1.233118e-02
5795         Burberry 01/12/2017   1703.0000  7.633588e-03  1.233118e-02
5796      Wells Fargo 01/12/2017     56.2000  4.804270e-03  8.540925e-03
5797         Burberry 01/12/2017   1703.0000  7.633588e-03  1.233118e-02
5798        Starbucks 01/12/2017     57.3200  8.722959e-03  3.314724e-03
5799             Audi 01/12/2017    717.5500  1.316981e-02 -2.438854e-02
5800           PayPal 01/12/2017     75.3000  5.710491e-03 -2.722444e-02
5801            Intel 01/12/2017     44.6800  3.581021e-03 -1.633841e-02
5802          TMobile 01/12/2017     60.9000  2.791461e-03  1.527094e-02
5803          Walmart 01/12/2017     97.3500 -1.232666e-03  2.157165e-03
5804         Burberry 01/12/2017   1703.0000  7.633588e-03  1.233118e-02
5805           Amazon 01/12/2017   1162.3500  1.238870e-02 -9.291521e-04
5806          Netflix 01/12/2017    186.8200  4.068087e-03  7.119152e-03
5807              CBS 01/12/2017     57.1100 -1.838557e-02 -9.980739e-03
5808            Pepsi 01/12/2017    116.7800 -2.226409e-03  5.137866e-04
5809         Facebook 01/12/2017    175.1000  1.187893e-02  1.713307e-04
5810        Starbucks 01/12/2017     57.3200  8.722959e-03  3.314724e-03
5811          Verizon 01/12/2017     51.2500 -7.024390e-03 -2.634146e-02
5812          Comcast 01/12/2017     38.4300 -2.315899e-02 -3.226646e-02
5813           Amazon 01/12/2017   1162.3500  1.238870e-02 -9.291521e-04
5814          Comcast 01/12/2017     38.4300 -2.315899e-02 -3.226646e-02
5815             eBay 01/12/2017     35.2000 -1.505682e-02 -2.329545e-02
5816             eBay 01/12/2017     35.2000 -1.505682e-02 -2.329545e-02
5817          TMobile 01/12/2017     60.9000  2.791461e-03  1.527094e-02
5818          TMobile 01/12/2017     60.9000  2.791461e-03  1.527094e-02
5819             eBay 01/12/2017     35.2000 -1.505682e-02 -2.329545e-02
5820             HSBC 01/12/2017    729.8000  5.755001e-03  1.836119e-02
5821             eBay 01/12/2017     35.2000 -1.505682e-02 -2.329545e-02
5822        Starbucks 01/12/2017     57.3200  8.722959e-03  3.314724e-03
5823         Facebook 01/12/2017    175.1000  1.187893e-02  1.713307e-04
5824          Comcast 01/12/2017     38.4300 -2.315899e-02 -3.226646e-02
5825           Amazon 01/12/2017   1162.3500  1.238870e-02 -9.291521e-04
5826          Netflix 01/12/2017    186.8200  4.068087e-03  7.119152e-03
5827           Amazon 01/12/2017   1162.3500  1.238870e-02 -9.291521e-04
5828 American Express 01/12/2017     97.8600 -1.532802e-03 -1.287554e-02
5829           Amazon 01/12/2017   1162.3500  1.238870e-02 -9.291521e-04
5830        Microsoft 01/12/2017     84.2600 -1.068122e-03 -1.091859e-02
5831            Apple 01/12/2017    171.0500  4.676995e-03 -9.178603e-03
5832            Bayer 01/12/2017    104.8980  8.503499e-03  1.414708e-02
5833         Burberry 01/12/2017   1703.0000  7.633588e-03  1.233118e-02
5834             Audi 01/12/2017    717.5500  1.316981e-02 -2.438854e-02
5835         Facebook 01/12/2017    175.1000  1.187893e-02  1.713307e-04
5836             eBay 01/12/2017     35.2000 -1.505682e-02 -2.329545e-02
5837          Walmart 01/12/2017     97.3500 -1.232666e-03  2.157165e-03
5838           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5839           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5840           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5841             Audi 01/12/2017    717.5500  1.316981e-02 -2.438854e-02
5842           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5843           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5844          Walmart 01/12/2017     97.3500 -1.232666e-03  2.157165e-03
5845           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5846           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5847              UPS 01/12/2017    120.3100  9.475522e-03 -1.055606e-02
5848             Audi 01/12/2017    717.5500  1.316981e-02 -2.438854e-02
5849           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5850          Reuters 01/12/2017     49.0583 -1.055275e-02 -5.165283e-03
5851             eBay 01/12/2017     35.2000 -1.505682e-02 -2.329545e-02
5852           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5853          Comcast 01/12/2017     38.4300 -2.315899e-02 -3.226646e-02
5854           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5855           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5856           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5857        Starbucks 01/12/2017     57.3200  8.722959e-03  3.314724e-03
5858           Amazon 01/12/2017   1162.3500  1.238870e-02 -9.291521e-04
5859             eBay 01/12/2017     35.2000 -1.505682e-02 -2.329545e-02
5860          Netflix 01/12/2017    186.8200  4.068087e-03  7.119152e-03
5861             Audi 01/12/2017    717.5500  1.316981e-02 -2.438854e-02
5862         Burberry 01/12/2017   1703.0000  7.633588e-03  1.233118e-02
5863          Comcast 01/12/2017     38.4300 -2.315899e-02 -3.226646e-02
5864         Burberry 01/12/2017   1703.0000  7.633588e-03  1.233118e-02
5865        Microsoft 01/12/2017     84.2600 -1.068122e-03 -1.091859e-02
5866         Burberry 01/12/2017   1703.0000  7.633588e-03  1.233118e-02
5867           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5868          Reuters 01/12/2017     49.0583 -1.055275e-02 -5.165283e-03
5869          Comcast 01/12/2017     38.4300 -2.315899e-02 -3.226646e-02
5870           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5871             Audi 01/12/2017    717.5500  1.316981e-02 -2.438854e-02
5872          Walmart 01/12/2017     97.3500 -1.232666e-03  2.157165e-03
5873              UPS 01/12/2017    120.3100  9.475522e-03 -1.055606e-02
5874           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5875            Apple 01/12/2017    171.0500  4.676995e-03 -9.178603e-03
5876            Apple 01/12/2017    171.0500  4.676995e-03 -9.178603e-03
5877            Apple 01/12/2017    171.0500  4.676995e-03 -9.178603e-03
5878              UPS 01/12/2017    120.3100  9.475522e-03 -1.055606e-02
5879             Audi 01/12/2017    717.5500  1.316981e-02 -2.438854e-02
5880             Audi 01/12/2017    717.5500  1.316981e-02 -2.438854e-02
5881             Audi 01/12/2017    717.5500  1.316981e-02 -2.438854e-02
5882             Nike 01/12/2017     59.8800  9.018036e-03  8.016032e-03
5883           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5884           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5885           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5886         Facebook 01/12/2017    175.1000  1.187893e-02  1.713307e-04
5887          Walmart 01/12/2017     97.3500 -1.232666e-03  2.157165e-03
5888          TMobile 01/12/2017     60.9000  2.791461e-03  1.527094e-02
5889         CocaCola 01/12/2017     45.9700 -4.350663e-03 -1.022406e-02
5890             eBay 01/12/2017     35.2000 -1.505682e-02 -2.329545e-02
5891               BP 01/12/2017    492.0000 -5.894309e-03  5.081301e-03
5892           Pfizer 01/12/2017     36.3500 -2.475928e-03 -3.851444e-03
5893          Comcast 01/12/2017     38.4300 -2.315899e-02 -3.226646e-02
5894             eBay 01/12/2017     35.2000 -1.505682e-02 -2.329545e-02
5895   Morgan Stanley 01/12/2017     51.9500 -6.544755e-03 -1.212705e-02
5896             Audi 01/12/2017    717.5500  1.316981e-02 -2.438854e-02
5897            Apple 01/12/2017    171.0500  4.676995e-03 -9.178603e-03
5898        Microsoft 01/12/2017     84.2600 -1.068122e-03 -1.091859e-02
5899           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5900              CBS 01/12/2017     57.1100 -1.838557e-02 -9.980739e-03
5901        Starbucks 01/12/2017     57.3200  8.722959e-03  3.314724e-03
5902   Morgan Stanley 01/12/2017     51.9500 -6.544755e-03 -1.212705e-02
5903          Walmart 01/12/2017     97.3500 -1.232666e-03  2.157165e-03
5904           Google 01/12/2017   1025.0700  1.082853e-02  1.200894e-02
5905           Disney 29/12/2017    107.5100  2.418380e-03  1.209190e-03
5906           Google 29/12/2017   1053.4000  2.420733e-03  6.455288e-03
5907           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
5908            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
5909            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
5910           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
5911          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
5912          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
5913             AT&T 29/12/2017     38.8800  7.716049e-03  2.572016e-04
5914          TMobile 29/12/2017     63.5100  1.322626e-02  9.447331e-03
5915             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
5916            FedEx 29/12/2017    249.5400 -4.888996e-03  1.963613e-03
5917          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
5918            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
5919            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
5920            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
5921             AT&T 29/12/2017     38.8800  7.716049e-03  2.572016e-04
5922          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5923             AT&T 29/12/2017     38.8800  7.716049e-03  2.572016e-04
5924             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
5925          easyJet 29/12/2017   1464.0000 -1.571038e-02 -1.571038e-02
5926          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5927            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
5928          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5929           PayPal 29/12/2017     73.6200  7.470796e-03  1.317577e-02
5930            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
5931            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
5932            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
5933           Google 29/12/2017   1053.4000  2.420733e-03  6.455288e-03
5934          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5935            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
5936          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5937          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5938          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5939           Nestle 29/12/2017     83.8000  1.193317e-03  2.983294e-03
5940           adidas 29/12/2017    167.1500  6.174095e-03  1.510619e-02
5941          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5942          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5943           Google 29/12/2017   1053.4000  2.420733e-03  6.455288e-03
5944           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
5945          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5946          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
5947          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5948             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
5949          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5950          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5951          Samsung 29/12/2017  50960.0000  0.000000e+00 -3.139717e-02
5952             Nike 29/12/2017     62.5500  6.394884e-03  6.394884e-03
5953          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
5954          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
5955           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
5956            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
5957             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
5958            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
5959        Starbucks 29/12/2017     57.4300  6.616751e-03 -2.786000e-03
5960          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
5961          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5962             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
5963          Samsung 29/12/2017  50960.0000  0.000000e+00 -3.139717e-02
5964             Nike 29/12/2017     62.5500  6.394884e-03  6.394884e-03
5965           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
5966          Comcast 29/12/2017     40.0500  5.992509e-03  8.988764e-03
5967             AT&T 29/12/2017     38.8800  7.716049e-03  2.572016e-04
5968          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5969              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
5970              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
5971              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
5972              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
5973              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
5974              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
5975            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
5976              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
5977              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
5978              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
5979             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
5980            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
5981             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
5982         Facebook 29/12/2017    176.4600  8.273830e-03  6.573728e-03
5983              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
5984         Facebook 29/12/2017    176.4600  8.273830e-03  6.573728e-03
5985              BMW 29/12/2017     86.8300  3.777496e-03  6.576068e-03
5986              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
5987              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
5988              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
5989          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5990              SAP 29/12/2017     93.4500  6.056715e-03  1.652220e-02
5991          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5992          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5993             Ford 29/12/2017     12.4900  7.205765e-03  8.006405e-04
5994          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5995             AT&T 29/12/2017     38.8800  7.716049e-03  2.572016e-04
5996          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
5997              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
5998           Google 29/12/2017   1053.4000  2.420733e-03  6.455288e-03
5999              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6000              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6001              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6002             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6003          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6004              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6005          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6006          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6007              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6008          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6009          Verizon 29/12/2017     52.9300  9.446439e-03  6.612507e-03
6010          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6011          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6012              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6013             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6014              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6015              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6016              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6017          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6018              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6019        Starbucks 29/12/2017     57.4300  6.616751e-03 -2.786000e-03
6020              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6021              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6022              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6023              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6024          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6025        Starbucks 29/12/2017     57.4300  6.616751e-03 -2.786000e-03
6026            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
6027              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6028             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6029         Facebook 29/12/2017    176.4600  8.273830e-03  6.573728e-03
6030             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6031          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6032             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6033              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6034              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6035         Facebook 29/12/2017    176.4600  8.273830e-03  6.573728e-03
6036        Starbucks 29/12/2017     57.4300  6.616751e-03 -2.786000e-03
6037              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6038              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6039              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6040              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6041           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6042          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6043          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6044              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6045             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6046              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6047              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6048           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6049          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6050              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6051          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6052          Verizon 29/12/2017     52.9300  9.446439e-03  6.612507e-03
6053            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
6054              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6055              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6056          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6057              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6058         Facebook 29/12/2017    176.4600  8.273830e-03  6.573728e-03
6059          Ryanair 29/12/2017     15.1200 -1.256614e-02 -1.785714e-02
6060              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6061             Sony 29/12/2017   5083.0000  1.770608e-03  7.279166e-03
6062           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6063              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6064              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6065              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6066            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
6067              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6068              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6069              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6070            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
6071          TMobile 29/12/2017     63.5100  1.322626e-02  9.447331e-03
6072           Disney 29/12/2017    107.5100  2.418380e-03  1.209190e-03
6073          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6074              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6075    Goldman Sachs 29/12/2017    254.7600  6.829958e-03  4.671063e-03
6076           Google 29/12/2017   1053.4000  2.420733e-03  6.455288e-03
6077              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6078            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
6079       McDonald's 29/12/2017    172.1200  5.693702e-03  3.195445e-03
6080             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6081              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6082          Walmart 29/12/2017     98.7500  6.582278e-03  5.164557e-03
6083          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6084              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6085           Nissan 29/12/2017   1123.5000  8.900757e-04  3.115265e-03
6086          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6087       McDonald's 29/12/2017    172.1200  5.693702e-03  3.195445e-03
6088        Starbucks 29/12/2017     57.4300  6.616751e-03 -2.786000e-03
6089    Goldman Sachs 29/12/2017    254.7600  6.829958e-03  4.671063e-03
6090              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6091              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6092             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6093          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6094          Samsung 29/12/2017  50960.0000  0.000000e+00 -3.139717e-02
6095              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6096             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6097          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6098              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6099           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6100              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6101          Walmart 29/12/2017     98.7500  6.582278e-03  5.164557e-03
6102           Disney 29/12/2017    107.5100  2.418380e-03  1.209190e-03
6103              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6104          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6105          Samsung 29/12/2017  50960.0000  0.000000e+00 -3.139717e-02
6106             Nike 29/12/2017     62.5500  6.394884e-03  6.394884e-03
6107             Nike 29/12/2017     62.5500  6.394884e-03  6.394884e-03
6108          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6109              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6110          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6111            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
6112              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6113              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6114        Starbucks 29/12/2017     57.4300  6.616751e-03 -2.786000e-03
6115               HP 29/12/2017     21.0100  6.663494e-03  1.237506e-02
6116             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6117          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6118              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6119              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6120           Toyota 29/12/2017   7213.0000  1.109109e-03  8.456953e-03
6121              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6122              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6123            FedEx 29/12/2017    249.5400 -4.888996e-03  1.963613e-03
6124           Google 29/12/2017   1053.4000  2.420733e-03  6.455288e-03
6125            Tesco 29/12/2017    209.2500 -4.062127e-03 -7.168459e-04
6126             Sony 29/12/2017   5083.0000  1.770608e-03  7.279166e-03
6127           Google 29/12/2017   1053.4000  2.420733e-03  6.455288e-03
6128           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6129              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6130           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6131              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6132              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6133           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6134              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6135    Goldman Sachs 29/12/2017    254.7600  6.829958e-03  4.671063e-03
6136              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6137              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6138          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6139           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6140              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6141             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6142           PayPal 29/12/2017     73.6200  7.470796e-03  1.317577e-02
6143              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6144              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6145              UPS 29/12/2017    119.1500 -8.392782e-04 -5.874948e-04
6146            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
6147             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6148    Goldman Sachs 29/12/2017    254.7600  6.829958e-03  4.671063e-03
6149              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6150          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6151              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6152            Tesco 29/12/2017    209.2500 -4.062127e-03 -7.168459e-04
6153             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6154              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6155            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
6156            Tesco 29/12/2017    209.2500 -4.062127e-03 -7.168459e-04
6157          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6158             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6159            Intel 29/12/2017     46.1600  1.299827e-03 -1.083189e-03
6160          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6161              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6162              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6163         Facebook 29/12/2017    176.4600  8.273830e-03  6.573728e-03
6164           Google 29/12/2017   1053.4000  2.420733e-03  6.455288e-03
6165              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6166              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6167              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6168          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6169              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6170           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6171          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6172             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6173              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6174       McDonald's 29/12/2017    172.1200  5.693702e-03  3.195445e-03
6175              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6176              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6177          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6178            Pepsi 29/12/2017    119.9200 -4.753169e-03 -5.170113e-03
6179             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6180       McDonald's 29/12/2017    172.1200  5.693702e-03  3.195445e-03
6181              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6182           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6183          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6184              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6185            Intel 29/12/2017     46.1600  1.299827e-03 -1.083189e-03
6186              UPS 29/12/2017    119.1500 -8.392782e-04 -5.874948e-04
6187              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6188      Wells Fargo 29/12/2017     60.6700  1.038404e-02  4.615131e-03
6189        Starbucks 29/12/2017     57.4300  6.616751e-03 -2.786000e-03
6190            Intel 29/12/2017     46.1600  1.299827e-03 -1.083189e-03
6191           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6192          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6193              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6194           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6195          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6196              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6197           adidas 29/12/2017    167.1500  6.174095e-03  1.510619e-02
6198           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6199          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6200           Google 29/12/2017   1053.4000  2.420733e-03  6.455288e-03
6201           Oracle 29/12/2017     47.2800  5.076142e-03  2.115059e-03
6202           Google 29/12/2017   1053.4000  2.420733e-03  6.455288e-03
6203          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6204          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6205           Google 29/12/2017   1053.4000  2.420733e-03  6.455288e-03
6206          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6207          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6208          Chevron 29/12/2017    125.1900  3.115265e-03  2.875629e-03
6209              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6210             AT&T 29/12/2017     38.8800  7.716049e-03  2.572016e-04
6211        Starbucks 29/12/2017     57.4300  6.616751e-03 -2.786000e-03
6212            Bayer 29/12/2017    102.3460  6.272839e-03  1.488089e-02
6213          Walmart 29/12/2017     98.7500  6.582278e-03  5.164557e-03
6214             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6215          Comcast 29/12/2017     40.0500  5.992509e-03  8.988764e-03
6216          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6217          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6218             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6219           Viacom 29/12/2017     34.9000 -4.297994e-03 -4.297994e-03
6220       McDonald's 29/12/2017    172.1200  5.693702e-03  3.195445e-03
6221          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6222           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6223          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6224              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6225          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6226            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
6227        Starbucks 29/12/2017     57.4300  6.616751e-03 -2.786000e-03
6228            Adobe 29/12/2017    175.2400  1.769003e-03  6.847752e-04
6229              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6230          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6231            Intel 29/12/2017     46.1600  1.299827e-03 -1.083189e-03
6232          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6233       McDonald's 29/12/2017    172.1200  5.693702e-03  3.195445e-03
6234             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6235              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6236          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6237          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6238              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6239              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6240              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6241              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6242           Nissan 29/12/2017   1123.5000  8.900757e-04  3.115265e-03
6243       McDonald's 29/12/2017    172.1200  5.693702e-03  3.195445e-03
6244           Nissan 29/12/2017   1123.5000  8.900757e-04  3.115265e-03
6245          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6246          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6247      TripAdvisor 29/12/2017     34.4600  1.160766e-03  2.031341e-03
6248          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6249          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6250          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6251          Comcast 29/12/2017     40.0500  5.992509e-03  8.988764e-03
6252              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6253            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
6254             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6255              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6256              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6257          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6258          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6259          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6260              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6261              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6262           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6263              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6264          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6265              UPS 29/12/2017    119.1500 -8.392782e-04 -5.874948e-04
6266          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6267              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6268              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6269          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6270         Facebook 29/12/2017    176.4600  8.273830e-03  6.573728e-03
6271          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6272          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6273        Starbucks 29/12/2017     57.4300  6.616751e-03 -2.786000e-03
6274          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6275          Samsung 29/12/2017  50960.0000  0.000000e+00 -3.139717e-02
6276            Yahoo 29/12/2017      4.4500  0.000000e+00  0.000000e+00
6277          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6278          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6279              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6280          Walmart 29/12/2017     98.7500  6.582278e-03  5.164557e-03
6281            Honda 29/12/2017   3862.0000  1.035733e-03  8.544795e-03
6282              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6283             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6284           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6285              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6286            Tesco 29/12/2017    209.2500 -4.062127e-03 -7.168459e-04
6287             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6288        Starbucks 29/12/2017     57.4300  6.616751e-03 -2.786000e-03
6289        Starbucks 29/12/2017     57.4300  6.616751e-03 -2.786000e-03
6290          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6291           Boeing 29/12/2017    294.9100  4.882846e-03  2.407514e-03
6292             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6293          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6294              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6295           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6296             AT&T 29/12/2017     38.8800  7.716049e-03  2.572016e-04
6297        Starbucks 29/12/2017     57.4300  6.616751e-03 -2.786000e-03
6298             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6299              H&M 29/12/2017     20.7800 -1.828681e-02 -1.828681e-02
6300          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6301        Starbucks 29/12/2017     57.4300  6.616751e-03 -2.786000e-03
6302            FedEx 29/12/2017    249.5400 -4.888996e-03  1.963613e-03
6303              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6304              UPS 29/12/2017    119.1500 -8.392782e-04 -5.874948e-04
6305            Intel 29/12/2017     46.1600  1.299827e-03 -1.083189e-03
6306             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6307            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
6308   salesforce.com 29/12/2017    102.2300  5.477844e-03  4.108383e-03
6309          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6310          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6311       bookingcom 29/12/2017   1737.7400  1.516337e-02  1.158977e-02
6312             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6313          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6314            Apple 29/12/2017    169.2300  1.093187e-02  8.095491e-03
6315             eBay 29/12/2017     37.7400  4.769475e-03 -3.444621e-03
6316              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6317          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6318           Amazon 29/12/2017   1169.4700  1.422012e-02  1.093658e-02
6319          Reuters 29/12/2017     48.0119 -1.147632e-03 -2.982594e-03
6320              CBS 29/12/2017     59.0000  4.406780e-03  4.915254e-03
6321          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6322          Walmart 29/12/2017     98.7500  6.582278e-03  5.164557e-03
6323           Disney 29/12/2017    107.5100  2.418380e-03  1.209190e-03
6324          Comcast 29/12/2017     40.0500  5.992509e-03  8.988764e-03
6325          Netflix 29/12/2017    191.9600  3.907064e-03 -2.979787e-02
6326           Disney 29/12/2017    107.5100  2.418380e-03  1.209190e-03
6327          Netflix 30/12/2017    191.9600  0.000000e+00  3.907064e-03
6328          Reuters 30/12/2017     48.0119  0.000000e+00 -1.147632e-03
6329           Amazon 30/12/2017   1169.4700  0.000000e+00  1.422012e-02
6330           adidas 30/12/2017    167.1500  0.000000e+00  6.174095e-03
6331          easyJet 30/12/2017   1464.0000  0.000000e+00 -1.571038e-02
6332          Walmart 30/12/2017     98.7500  0.000000e+00  6.582278e-03
6333              CBS 30/12/2017     59.0000  0.000000e+00  4.406780e-03
6334      Wells Fargo 30/12/2017     60.6700  0.000000e+00  1.038404e-02
6335             eBay 30/12/2017     37.7400  0.000000e+00  4.769475e-03
6336            Apple 30/12/2017    169.2300  0.000000e+00  1.093187e-02
6337          Netflix 30/12/2017    191.9600  0.000000e+00  3.907064e-03
6338    Goldman Sachs 30/12/2017    254.7600  0.000000e+00  6.829958e-03
6339             eBay 30/12/2017     37.7400  0.000000e+00  4.769475e-03
6340             ASOS 30/12/2017   6715.0000  0.000000e+00 -2.218913e-02
6341            Apple 30/12/2017    169.2300  0.000000e+00  1.093187e-02
6342          Reuters 30/12/2017     48.0119  0.000000e+00 -1.147632e-03
6343             eBay 30/12/2017     37.7400  0.000000e+00  4.769475e-03
6344             Nike 30/12/2017     62.5500  0.000000e+00  6.394884e-03
6345          Netflix 30/12/2017    191.9600  0.000000e+00  3.907064e-03
6346           Disney 30/12/2017    107.5100  0.000000e+00  2.418380e-03
6347             eBay 30/12/2017     37.7400  0.000000e+00  4.769475e-03
6348              CBS 30/12/2017     59.0000  0.000000e+00  4.406780e-03
6349             eBay 30/12/2017     37.7400  0.000000e+00  4.769475e-03
6350          Hyundai 30/12/2017 156000.0000  0.000000e+00  0.000000e+00
6351             eBay 30/12/2017     37.7400  0.000000e+00  4.769475e-03
6352           Disney 30/12/2017    107.5100  0.000000e+00  2.418380e-03
6353           Amazon 30/12/2017   1169.4700  0.000000e+00  1.422012e-02
6354              CBS 30/12/2017     59.0000  0.000000e+00  4.406780e-03
6355          Verizon 30/12/2017     52.9300  0.000000e+00  9.446439e-03
6356  Bank of America 30/12/2017     29.5200  0.000000e+00  9.485095e-03
6357        Starbucks 30/12/2017     57.4300  0.000000e+00  6.616751e-03
6358              CBS 30/12/2017     59.0000  0.000000e+00  4.406780e-03
6359              CBS 30/12/2017     59.0000  0.000000e+00  4.406780e-03
6360           Boeing 30/12/2017    294.9100  0.000000e+00  4.882846e-03
6361              UPS 30/12/2017    119.1500  0.000000e+00 -8.392782e-04
6362            Apple 30/12/2017    169.2300  0.000000e+00  1.093187e-02
6363              CBS 30/12/2017     59.0000  0.000000e+00  4.406780e-03
6364           Amazon 30/12/2017   1169.4700  0.000000e+00  1.422012e-02
6365        Starbucks 30/12/2017     57.4300  0.000000e+00  6.616751e-03
6366          L'Oreal 30/12/2017    220.8000  0.000000e+00 -6.068841e-03
6367           Nissan 30/12/2017   1123.5000  0.000000e+00  8.900757e-04
6368            Apple 30/12/2017    169.2300  0.000000e+00  1.093187e-02
6369              CBS 30/12/2017     59.0000  0.000000e+00  4.406780e-03
6370          TMobile 30/12/2017     63.5100  0.000000e+00  1.322626e-02
6371             Sony 30/12/2017   5083.0000  0.000000e+00  1.770608e-03
6372             eBay 30/12/2017     37.7400  0.000000e+00  4.769475e-03
6373          Netflix 30/12/2017    191.9600  0.000000e+00  3.907064e-03
6374           Amazon 30/12/2017   1169.4700  0.000000e+00  1.422012e-02
6375      Wells Fargo 30/12/2017     60.6700  0.000000e+00  1.038404e-02
6376            Apple 30/12/2017    169.2300  0.000000e+00  1.093187e-02
6377         Facebook 30/12/2017    176.4600  0.000000e+00  8.273830e-03
6378              CBS 30/12/2017     59.0000  0.000000e+00  4.406780e-03
6379             AT&T 30/12/2017     38.8800  0.000000e+00  7.716049e-03
6380          Reuters 30/12/2017     48.0119  0.000000e+00 -1.147632e-03
6381           Disney 30/12/2017    107.5100  0.000000e+00  2.418380e-03
6382              CBS 30/12/2017     59.0000  0.000000e+00  4.406780e-03
6383         CocaCola 30/12/2017     45.8800  0.000000e+00 -3.487358e-03
6384             AT&T 30/12/2017     38.8800  0.000000e+00  7.716049e-03
6385          Netflix 30/12/2017    191.9600  0.000000e+00  3.907064e-03
6386           Amazon 30/12/2017   1169.4700  0.000000e+00  1.422012e-02
6387            Apple 30/12/2017    169.2300  0.000000e+00  1.093187e-02
6388              CBS 30/12/2017     59.0000  0.000000e+00  4.406780e-03
6389              CBS 30/12/2017     59.0000  0.000000e+00  4.406780e-03
6390           Google 30/12/2017   1053.4000  0.000000e+00  2.420733e-03
6391          Netflix 30/12/2017    191.9600  0.000000e+00  3.907064e-03
6392             eBay 30/12/2017     37.7400  0.000000e+00  4.769475e-03
6393           Amazon 30/12/2017   1169.4700  0.000000e+00  1.422012e-02
6394           Nissan 30/12/2017   1123.5000  0.000000e+00  8.900757e-04
6395             eBay 30/12/2017     37.7400  0.000000e+00  4.769475e-03
6396          Netflix 30/12/2017    191.9600  0.000000e+00  3.907064e-03
6397       Home Depot 30/12/2017    189.5300  0.000000e+00  1.319052e-03
6398             AT&T 30/12/2017     38.8800  0.000000e+00  7.716049e-03
6399             eBay 30/12/2017     37.7400  0.000000e+00  4.769475e-03
6400            Apple 30/12/2017    169.2300  0.000000e+00  1.093187e-02
6401             AT&T 30/12/2017     38.8800  0.000000e+00  7.716049e-03
6402          Netflix 30/12/2017    191.9600  0.000000e+00  3.907064e-03
6403             eBay 30/12/2017     37.7400  0.000000e+00  4.769475e-03
6404             eBay 30/12/2017     37.7400  0.000000e+00  4.769475e-03
6405             eBay 30/12/2017     37.7400  0.000000e+00  4.769475e-03
6406             Nike 30/12/2017     62.5500  0.000000e+00  6.394884e-03
6407             AT&T 30/12/2017     38.8800  0.000000e+00  7.716049e-03
6408       Home Depot 30/12/2017    189.5300  0.000000e+00  1.319052e-03
6409             eBay 30/12/2017     37.7400  0.000000e+00  4.769475e-03
6410           Nissan 30/12/2017   1123.5000  0.000000e+00  8.900757e-04
6411             AT&T 30/12/2017     38.8800  0.000000e+00  7.716049e-03
6412              CBS 30/12/2017     59.0000  0.000000e+00  4.406780e-03
6413           Google 30/12/2017   1053.4000  0.000000e+00  2.420733e-03
6414          Reuters 30/12/2017     48.0119  0.000000e+00 -1.147632e-03
6415          Comcast 30/12/2017     40.0500  0.000000e+00  5.992509e-03
6416          Walmart 30/12/2017     98.7500  0.000000e+00  6.582278e-03
6417              CBS 30/12/2017     59.0000  0.000000e+00  4.406780e-03
6418             Nike 30/12/2017     62.5500  0.000000e+00  6.394884e-03
6419             eBay 30/12/2017     37.7400  0.000000e+00  4.769475e-03
6420             AT&T 30/12/2017     38.8800  0.000000e+00  7.716049e-03
6421             AT&T 30/12/2017     38.8800  0.000000e+00  7.716049e-03
6422             AT&T 30/12/2017     38.8800  0.000000e+00  7.716049e-03
6423            Apple 30/12/2017    169.2300  0.000000e+00  1.093187e-02
6424 American Express 30/12/2017     99.3100  0.000000e+00  3.927097e-03
6425         Gillette 30/12/2017   6766.9000  0.000000e+00 -7.684464e-03
6426          Netflix 30/12/2017    191.9600  0.000000e+00  3.907064e-03
6427          Reuters 30/12/2017     48.0119  0.000000e+00 -1.147632e-03
6428          TMobile 30/12/2017     63.5100  0.000000e+00  1.322626e-02
6429    Deutsche Bank 30/12/2017     19.0300  0.000000e+00  3.678403e-03
6430            Apple 30/12/2017    169.2300  0.000000e+00  1.093187e-02
6431          TMobile 30/12/2017     63.5100  0.000000e+00  1.322626e-02
6432           Amazon 30/12/2017   1169.4700  0.000000e+00  1.422012e-02
6433             eBay 30/12/2017     37.7400  0.000000e+00  4.769475e-03
6434          Walmart 30/12/2017     98.7500  0.000000e+00  6.582278e-03
6435             Nike 01/10/2018     84.4600  3.078380e-03  3.078380e-03
6436          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6437          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6438              H&M 01/10/2018     18.1500  2.694215e-02  2.694215e-02
6439             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6440             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6441             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6442         Facebook 01/10/2018    162.4400  1.243536e-02  1.243536e-02
6443          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6444             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6445           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6446             AT&T 01/10/2018     33.4900  2.687369e-03  2.687369e-03
6447              H&M 01/10/2018     18.1500  2.694215e-02  2.694215e-02
6448             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6449              CBS 01/10/2018     55.7600  3.030846e-02  3.030846e-02
6450        Starbucks 01/10/2018     55.5800  2.267003e-02  2.267003e-02
6451           PayPal 01/10/2018     87.5500  3.312393e-03  3.312393e-03
6452       McDonald's 01/10/2018    166.6700  3.719926e-03  3.719926e-03
6453           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6454           Disney 01/10/2018    116.2400  6.022023e-03  6.022023e-03
6455        Starbucks 01/10/2018     55.5800  2.267003e-02  2.267003e-02
6456             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6457          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6458          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6459            Cisco 01/10/2018     48.8700 -4.501739e-03 -4.501739e-03
6460              H&M 01/10/2018     18.1500  2.694215e-02  2.694215e-02
6461          Ryanair 01/10/2018     11.4300  1.469816e-01  1.469816e-01
6462             AT&T 01/10/2018     33.4900  2.687369e-03  2.687369e-03
6463          L'Oreal 01/10/2018    240.2000  8.206495e-03  8.206495e-03
6464             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6465            Shell 01/10/2018   2648.5000 -4.530867e-03 -4.530867e-03
6466             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6467      TripAdvisor 01/10/2018     51.0700  0.000000e+00  0.000000e+00
6468              CBS 01/10/2018     55.7600  3.030846e-02  3.030846e-02
6469          L'Oreal 01/10/2018    240.2000  8.206495e-03  8.206495e-03
6470            Tesco 01/10/2018    236.7000  1.309675e-02  1.309675e-02
6471          Walmart 01/10/2018     94.4000 -5.190678e-03 -5.190678e-03
6472          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6473             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6474          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6475              CBS 01/10/2018     55.7600  3.030846e-02  3.030846e-02
6476          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6477           Amazon 01/10/2018   2004.3600 -6.785208e-04 -6.785208e-04
6478            Apple 01/10/2018    227.2600 -6.688375e-03 -6.688375e-03
6479       bookingcom 01/10/2018   1989.2100 -2.619130e-03 -2.619130e-03
6480              H&M 01/10/2018     18.1500  2.694215e-02  2.694215e-02
6481             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6482              H&M 01/10/2018     18.1500  2.694215e-02  2.694215e-02
6483           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6484          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6485             ASOS 01/10/2018   5830.0000 -1.166381e-02 -1.166381e-02
6486           Amazon 01/10/2018   2004.3600 -6.785208e-04 -6.785208e-04
6487          Ryanair 01/10/2018     11.4300  1.469816e-01  1.469816e-01
6488            Tesco 01/10/2018    236.7000  1.309675e-02  1.309675e-02
6489            Bayer 01/10/2018     75.9900  3.684695e-03  3.684695e-03
6490             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6491            Tesco 01/10/2018    236.7000  1.309675e-02  1.309675e-02
6492          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6493           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6494             Nike 01/10/2018     84.4600  3.078380e-03  3.078380e-03
6495          Siemens 01/10/2018    110.2200 -1.088732e-03 -1.088732e-03
6496          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6497          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6498          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6499          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6500             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6501        Microsoft 01/10/2018    115.6100 -1.072572e-02 -1.072572e-02
6502          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6503               HP 01/10/2018     25.6000  6.640625e-03  6.640625e-03
6504            Honda 01/10/2018   3434.0000  1.456028e-03  1.456028e-03
6505    Deutsche Bank 01/10/2018     11.2500  9.777778e-03  9.777778e-03
6506          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6507       Mastercard 01/10/2018    223.7700 -5.183894e-03 -5.183894e-03
6508  Bank of America 01/10/2018     29.6500 -6.408094e-03 -6.408094e-03
6509           Disney 01/10/2018    116.2400  6.022023e-03  6.022023e-03
6510              H&M 01/10/2018     18.1500  2.694215e-02  2.694215e-02
6511          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6512          Groupon 01/10/2018      3.8700 -2.583979e-02 -2.583979e-02
6513              H&M 01/10/2018     18.1500  2.694215e-02  2.694215e-02
6514             Sony 01/10/2018   6879.0000  1.264719e-02  1.264719e-02
6515             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6516            Cisco 01/10/2018     48.8700 -4.501739e-03 -4.501739e-03
6517              H&M 01/10/2018     18.1500  2.694215e-02  2.694215e-02
6518         JPMorgan 01/10/2018    113.5000 -5.814978e-03 -5.814978e-03
6519           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6520       McDonald's 01/10/2018    166.6700  3.719926e-03  3.719926e-03
6521              UPS 01/10/2018    117.4600 -6.044611e-03 -6.044611e-03
6522              H&M 01/10/2018     18.1500  2.694215e-02  2.694215e-02
6523             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6524             Sony 01/10/2018   6879.0000  1.264719e-02  1.264719e-02
6525           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6526              SAP 01/10/2018    106.3600 -2.820609e-03 -2.820609e-03
6527           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6528            Cisco 01/10/2018     48.8700 -4.501739e-03 -4.501739e-03
6529             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6530           Disney 01/10/2018    116.2400  6.022023e-03  6.022023e-03
6531            Tesco 01/10/2018    236.7000  1.309675e-02  1.309675e-02
6532       John Deere 01/10/2018    150.8600 -3.513191e-03 -3.513191e-03
6533          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6534        Microsoft 01/10/2018    115.6100 -1.072572e-02 -1.072572e-02
6535             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6536          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6537          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6538        Starbucks 01/10/2018     55.5800  2.267003e-02  2.267003e-02
6539         Facebook 01/10/2018    162.4400  1.243536e-02  1.243536e-02
6540             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6541            Cisco 01/10/2018     48.8700 -4.501739e-03 -4.501739e-03
6542             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6543             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6544         Facebook 01/10/2018    162.4400  1.243536e-02  1.243536e-02
6545           Amazon 01/10/2018   2004.3600 -6.785208e-04 -6.785208e-04
6546       McDonald's 01/10/2018    166.6700  3.719926e-03  3.719926e-03
6547          Hyundai 01/10/2018 129000.0000  3.875969e-03  3.875969e-03
6548           Amazon 01/10/2018   2004.3600 -6.785208e-04 -6.785208e-04
6549          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6550          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6551           Amazon 01/10/2018   2004.3600 -6.785208e-04 -6.785208e-04
6552               BP 01/10/2018    595.3000 -1.007895e-02 -1.007895e-02
6553              CBS 01/10/2018     55.7600  3.030846e-02  3.030846e-02
6554             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6555          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6556          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6557            Apple 01/10/2018    227.2600 -6.688375e-03 -6.688375e-03
6558       McDonald's 01/10/2018    166.6700  3.719926e-03  3.719926e-03
6559            Tesco 01/10/2018    236.7000  1.309675e-02  1.309675e-02
6560            Tesco 01/10/2018    236.7000  1.309675e-02  1.309675e-02
6561          L'Oreal 01/10/2018    240.2000  8.206495e-03  8.206495e-03
6562   salesforce.com 01/10/2018    159.8600 -5.192043e-03 -5.192043e-03
6563       McDonald's 01/10/2018    166.6700  3.719926e-03  3.719926e-03
6564             AT&T 01/10/2018     33.4900  2.687369e-03  2.687369e-03
6565           Nissan 01/10/2018   1051.5000  1.141227e-02  1.141227e-02
6566 American Express 01/10/2018    107.9000 -1.306766e-02 -1.306766e-02
6567               HP 01/10/2018     25.6000  6.640625e-03  6.640625e-03
6568             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6569             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6570          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6571            Intel 01/10/2018     46.4500  1.808396e-02  1.808396e-02
6572         Facebook 01/10/2018    162.4400  1.243536e-02  1.243536e-02
6573             AT&T 01/10/2018     33.4900  2.687369e-03  2.687369e-03
6574             ASOS 01/10/2018   5830.0000 -1.166381e-02 -1.166381e-02
6575           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6576           Amazon 01/10/2018   2004.3600 -6.785208e-04 -6.785208e-04
6577          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6578          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6579          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6580           Amazon 01/10/2018   2004.3600 -6.785208e-04 -6.785208e-04
6581           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6582        Microsoft 01/10/2018    115.6100 -1.072572e-02 -1.072572e-02
6583           Disney 01/10/2018    116.2400  6.022023e-03  6.022023e-03
6584        Starbucks 01/10/2018     55.5800  2.267003e-02  2.267003e-02
6585           Amazon 01/10/2018   2004.3600 -6.785208e-04 -6.785208e-04
6586       McDonald's 01/10/2018    166.6700  3.719926e-03  3.719926e-03
6587             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6588          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6589            Apple 01/10/2018    227.2600 -6.688375e-03 -6.688375e-03
6590             Nike 01/10/2018     84.4600  3.078380e-03  3.078380e-03
6591       McDonald's 01/10/2018    166.6700  3.719926e-03  3.719926e-03
6592          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6593 American Express 01/10/2018    107.9000 -1.306766e-02 -1.306766e-02
6594            Intel 01/10/2018     46.4500  1.808396e-02  1.808396e-02
6595             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6596               HP 01/10/2018     25.6000  6.640625e-03  6.640625e-03
6597             AT&T 01/10/2018     33.4900  2.687369e-03  2.687369e-03
6598           Amazon 01/10/2018   2004.3600 -6.785208e-04 -6.785208e-04
6599             Nike 01/10/2018     84.4600  3.078380e-03  3.078380e-03
6600             Nike 01/10/2018     84.4600  3.078380e-03  3.078380e-03
6601           Disney 01/10/2018    116.2400  6.022023e-03  6.022023e-03
6602           Amazon 01/10/2018   2004.3600 -6.785208e-04 -6.785208e-04
6603           Toyota 01/10/2018   7060.0000  4.957507e-03  4.957507e-03
6604        Microsoft 01/10/2018    115.6100 -1.072572e-02 -1.072572e-02
6605             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6606             Ford 01/10/2018      9.3200 -7.510730e-03 -7.510730e-03
6607              CBS 01/10/2018     55.7600  3.030846e-02  3.030846e-02
6608           adidas 01/10/2018    213.2000 -1.500938e-02 -1.500938e-02
6609           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6610            Apple 01/10/2018    227.2600 -6.688375e-03 -6.688375e-03
6611          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6612        Citigroup 01/10/2018     71.9300 -2.641457e-03 -2.641457e-03
6613           Amazon 01/10/2018   2004.3600 -6.785208e-04 -6.785208e-04
6614             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6615          Siemens 01/10/2018    110.2200 -1.088732e-03 -1.088732e-03
6616           Nissan 01/10/2018   1051.5000  1.141227e-02  1.141227e-02
6617           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6618            Apple 01/10/2018    227.2600 -6.688375e-03 -6.688375e-03
6619             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6620           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6621        Microsoft 01/10/2018    115.6100 -1.072572e-02 -1.072572e-02
6622           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6623      Wells Fargo 01/10/2018     52.2500  5.933014e-03  5.933014e-03
6624           Disney 01/10/2018    116.2400  6.022023e-03  6.022023e-03
6625          Walmart 01/10/2018     94.4000 -5.190678e-03 -5.190678e-03
6626       McDonald's 01/10/2018    166.6700  3.719926e-03  3.719926e-03
6627          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6628             ASOS 01/10/2018   5830.0000 -1.166381e-02 -1.166381e-02
6629              UPS 01/10/2018    117.4600 -6.044611e-03 -6.044611e-03
6630          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6631           Disney 01/10/2018    116.2400  6.022023e-03  6.022023e-03
6632        Starbucks 01/10/2018     55.5800  2.267003e-02  2.267003e-02
6633            Apple 01/10/2018    227.2600 -6.688375e-03 -6.688375e-03
6634              UPS 01/10/2018    117.4600 -6.044611e-03 -6.044611e-03
6635   salesforce.com 01/10/2018    159.8600 -5.192043e-03 -5.192043e-03
6636         Facebook 01/10/2018    162.4400  1.243536e-02  1.243536e-02
6637       McDonald's 01/10/2018    166.6700  3.719926e-03  3.719926e-03
6638           Disney 01/10/2018    116.2400  6.022023e-03  6.022023e-03
6639          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6640          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6641             ASOS 01/10/2018   5830.0000 -1.166381e-02 -1.166381e-02
6642           Disney 01/10/2018    116.2400  6.022023e-03  6.022023e-03
6643         Facebook 01/10/2018    162.4400  1.243536e-02  1.243536e-02
6644        Kellogg's 01/10/2018     69.8900  1.860066e-03  1.860066e-03
6645              CBS 01/10/2018     55.7600  3.030846e-02  3.030846e-02
6646             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6647           Amazon 01/10/2018   2004.3600 -6.785208e-04 -6.785208e-04
6648      Wells Fargo 01/10/2018     52.2500  5.933014e-03  5.933014e-03
6649            Apple 01/10/2018    227.2600 -6.688375e-03 -6.688375e-03
6650            Adobe 01/10/2018    275.4900 -2.010962e-02 -2.010962e-02
6651              IBM 01/10/2018    153.0000 -1.169935e-02 -1.169935e-02
6652          Siemens 01/10/2018    110.2200 -1.088732e-03 -1.088732e-03
6653         Facebook 01/10/2018    162.4400  1.243536e-02  1.243536e-02
6654             Sony 01/10/2018   6879.0000  1.264719e-02  1.264719e-02
6655        Santander 01/10/2018      4.2915  1.025283e-02  1.025283e-02
6656        Santander 01/10/2018      4.2915  1.025283e-02  1.025283e-02
6657           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6658        Starbucks 01/10/2018     55.5800  2.267003e-02  2.267003e-02
6659            Apple 01/10/2018    227.2600 -6.688375e-03 -6.688375e-03
6660              H&M 01/10/2018     18.1500  2.694215e-02  2.694215e-02
6661            Adobe 01/10/2018    275.4900 -2.010962e-02 -2.010962e-02
6662             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6663            Adobe 01/10/2018    275.4900 -2.010962e-02 -2.010962e-02
6664          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6665          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6666             Sony 01/10/2018   6879.0000  1.264719e-02  1.264719e-02
6667           Amazon 01/10/2018   2004.3600 -6.785208e-04 -6.785208e-04
6668            Adobe 01/10/2018    275.4900 -2.010962e-02 -2.010962e-02
6669           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6670          Verizon 01/10/2018     53.8400 -8.358098e-03 -8.358098e-03
6671        Starbucks 01/10/2018     55.5800  2.267003e-02  2.267003e-02
6672          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6673        Microsoft 01/10/2018    115.6100 -1.072572e-02 -1.072572e-02
6674       CVS Health 01/10/2018     79.5000 -9.811321e-03 -9.811321e-03
6675             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6676          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6677              IBM 01/10/2018    153.0000 -1.169935e-02 -1.169935e-02
6678         Facebook 01/10/2018    162.4400  1.243536e-02  1.243536e-02
6679       McDonald's 01/10/2018    166.6700  3.719926e-03  3.719926e-03
6680          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6681         Facebook 01/10/2018    162.4400  1.243536e-02  1.243536e-02
6682           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6683          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6684            Apple 01/10/2018    227.2600 -6.688375e-03 -6.688375e-03
6685          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6686          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6687             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6688          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6689           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6690           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6691          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6692           Disney 01/10/2018    116.2400  6.022023e-03  6.022023e-03
6693          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6694            FedEx 01/10/2018    239.9300  3.584379e-03  3.584379e-03
6695          Walmart 01/10/2018     94.4000 -5.190678e-03 -5.190678e-03
6696           Viacom 01/10/2018     35.8500  1.952580e-02  1.952580e-02
6697             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6698           Amazon 01/10/2018   2004.3600 -6.785208e-04 -6.785208e-04
6699          Siemens 01/10/2018    110.2200 -1.088732e-03 -1.088732e-03
6700          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6701       McDonald's 01/10/2018    166.6700  3.719926e-03  3.719926e-03
6702             Sony 01/10/2018   6879.0000  1.264719e-02  1.264719e-02
6703           Amazon 01/10/2018   2004.3600 -6.785208e-04 -6.785208e-04
6704           Boeing 01/10/2018    382.2900 -2.717832e-02 -2.717832e-02
6705          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6706       McDonald's 01/10/2018    166.6700  3.719926e-03  3.719926e-03
6707             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6708              CBS 01/10/2018     55.7600  3.030846e-02  3.030846e-02
6709            Tesco 01/10/2018    236.7000  1.309675e-02  1.309675e-02
6710       McDonald's 01/10/2018    166.6700  3.719926e-03  3.719926e-03
6711          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6712             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6713          Netflix 01/10/2018    381.4300 -1.913851e-02 -1.913851e-02
6714             ASOS 01/10/2018   5830.0000 -1.166381e-02 -1.166381e-02
6715   Morgan Stanley 01/10/2018     46.6300 -1.286725e-03 -1.286725e-03
6716        Microsoft 01/10/2018    115.6100 -1.072572e-02 -1.072572e-02
6717              IBM 01/10/2018    153.0000 -1.169935e-02 -1.169935e-02
6718              BMW 01/10/2018     78.0400 -6.919528e-03 -6.919528e-03
6719             eBay 01/10/2018     32.5100  1.568748e-02  1.568748e-02
6720   Morgan Stanley 01/10/2018     46.6300 -1.286725e-03 -1.286725e-03
6721           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6722           Amazon 01/10/2018   2004.3600 -6.785208e-04 -6.785208e-04
6723             Ford 01/10/2018      9.3200 -7.510730e-03 -7.510730e-03
6724           Disney 01/10/2018    116.2400  6.022023e-03  6.022023e-03
6725           Disney 01/10/2018    116.2400  6.022023e-03  6.022023e-03
6726           Google 01/10/2018   1208.5300 -1.199805e-03 -1.199805e-03
6727           Amazon 01/10/2018   2004.3600 -6.785208e-04 -6.785208e-04
6728          Reuters 01/10/2018     49.9284  7.721057e-03  7.721057e-03
6729              CBS 01/10/2018     55.7600  3.030846e-02  3.030846e-02
6730              CBS 01/10/2018     55.7600  3.030846e-02  3.030846e-02
6731            Apple 02/10/2018    229.2800 -8.810188e-03 -1.543964e-02
6732           Disney 02/10/2018    117.6600 -1.206867e-02 -6.119327e-03
6733         Facebook 02/10/2018    159.3300  1.951924e-02  3.219733e-02
6734             Sony 02/10/2018   6836.0000  6.290228e-03  1.901697e-02
6735       McDonald's 02/10/2018    165.1800  9.020463e-03  1.277394e-02
6736          Colgate 02/10/2018     67.3900 -4.748479e-03 -6.529159e-03
6737         Facebook 02/10/2018    159.3300  1.951924e-02  3.219733e-02
6738       McDonald's 02/10/2018    165.1800  9.020463e-03  1.277394e-02
6739            Cisco 02/10/2018     49.0100 -2.856560e-03 -7.345440e-03
6740         Facebook 02/10/2018    159.3300  1.951924e-02  3.219733e-02
6741         Facebook 02/10/2018    159.3300  1.951924e-02  3.219733e-02
6742            Apple 02/10/2018    229.2800 -8.810188e-03 -1.543964e-02
6743 General Electric 02/10/2018     11.8426 -1.866989e-02 -8.360495e-02
6744           Google 02/10/2018   1207.6400  7.369746e-04 -4.637144e-04
6745           Amazon 02/10/2018   1971.3100  1.676550e-02  1.607560e-02
6746          Netflix 02/10/2018    377.1400  1.137509e-02 -7.981121e-03
6747              CBS 02/10/2018     56.5100 -1.327199e-02  1.663422e-02
6748               HP 02/10/2018     26.0800 -1.840491e-02 -1.188650e-02
6749           Google 02/10/2018   1207.6400  7.369746e-04 -4.637144e-04
6750          Reuters 02/10/2018     49.2786  1.318625e-02  2.100912e-02
6751             Nike 02/10/2018     82.7700  2.041803e-02  2.355926e-02
6752          Reuters 02/10/2018     49.2786  1.318625e-02  2.100912e-02
6753             Nike 02/10/2018     82.7700  2.041803e-02  2.355926e-02
6754            Apple 02/10/2018    229.2800 -8.810188e-03 -1.543964e-02
6755         Facebook 02/10/2018    159.3300  1.951924e-02  3.219733e-02
6756             eBay 02/10/2018     32.5600 -1.535627e-03  1.412776e-02
6757             eBay 02/10/2018     32.5600 -1.535627e-03  1.412776e-02
6758           Nissan 02/10/2018   1056.5000 -4.732608e-03  6.625651e-03
6759           Google 02/10/2018   1207.6400  7.369746e-04 -4.637144e-04
6760          Reuters 02/10/2018     49.2786  1.318625e-02  2.100912e-02
6761        Santander 02/10/2018      4.2595  7.512619e-03  1.784247e-02
6762           Disney 02/10/2018    117.6600 -1.206867e-02 -6.119327e-03
6763           Nestle 02/10/2018     82.1400 -9.739469e-04 -3.895788e-03
6764          Samsung 02/10/2018  45700.0000  1.422319e-02  1.641138e-02
6765             Nike 02/10/2018     82.7700  2.041803e-02  2.355926e-02
6766             eBay 02/10/2018     32.5600 -1.535627e-03  1.412776e-02
6767             eBay 02/10/2018     32.5600 -1.535627e-03  1.412776e-02
6768          Netflix 02/10/2018    377.1400  1.137509e-02 -7.981121e-03
6769           adidas 02/10/2018    213.1000  4.692633e-04 -1.454716e-02
6770        Kellogg's 02/10/2018     70.4200 -7.526271e-03 -5.680204e-03
6771         Facebook 02/10/2018    159.3300  1.951924e-02  3.219733e-02
6772             eBay 02/10/2018     32.5600 -1.535627e-03  1.412776e-02
6773          Netflix 02/10/2018    377.1400  1.137509e-02 -7.981121e-03
6774           Google 02/10/2018   1207.6400  7.369746e-04 -4.637144e-04
6775        Starbucks 02/10/2018     55.5900 -1.798885e-04  2.248606e-02
6776          Netflix 02/10/2018    377.1400  1.137509e-02 -7.981121e-03
6777             eBay 02/10/2018     32.5600 -1.535627e-03  1.412776e-02
6778           Google 02/10/2018   1207.6400  7.369746e-04 -4.637144e-04
6779          Netflix 02/10/2018    377.1400  1.137509e-02 -7.981121e-03
6780             eBay 02/10/2018     32.5600 -1.535627e-03  1.412776e-02
6781           Amazon 02/10/2018   1971.3100  1.676550e-02  1.607560e-02
6782         CocaCola 02/10/2018     46.5100 -6.020211e-03 -6.880241e-03
6783             Sony 02/10/2018   6836.0000  6.290228e-03  1.901697e-02
6784              CBS 02/10/2018     56.5100 -1.327199e-02  1.663422e-02
6785         Facebook 02/10/2018    159.3300  1.951924e-02  3.219733e-02
6786          Netflix 02/10/2018    377.1400  1.137509e-02 -7.981121e-03
6787             Sony 02/10/2018   6836.0000  6.290228e-03  1.901697e-02
6788   Morgan Stanley 02/10/2018     46.6300  0.000000e+00 -1.286725e-03
6789            Apple 02/10/2018    229.2800 -8.810188e-03 -1.543964e-02
6790           Boeing 02/10/2018    386.3700 -1.055983e-02 -3.745115e-02
6791           Amazon 02/10/2018   1971.3100  1.676550e-02  1.607560e-02
6792          Netflix 02/10/2018    377.1400  1.137509e-02 -7.981121e-03
6793         CocaCola 02/10/2018     46.5100 -6.020211e-03 -6.880241e-03
6794         Facebook 02/10/2018    159.3300  1.951924e-02  3.219733e-02
6795            Apple 02/10/2018    229.2800 -8.810188e-03 -1.543964e-02
6796            Cisco 02/10/2018     49.0100 -2.856560e-03 -7.345440e-03
6797          Ryanair 18/10/2018     11.6350 -7.735281e-03  1.117318e-02
6798            Apple 18/10/2018    216.0200  2.393297e-02  2.837700e-02
6799         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
6800               BP 18/10/2018    554.5000  6.853021e-03  1.009919e-02
6801         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
6802              CBS 18/10/2018     56.1700 -5.518960e-03 -1.993947e-02
6803           Nissan 18/10/2018   1006.5000  2.980626e-03  3.974168e-03
6804            Tesco 18/10/2018    209.1000 -1.434720e-03 -2.391200e-03
6805           Nissan 18/10/2018   1006.5000  2.980626e-03  3.974168e-03
6806       bookingcom 18/10/2018   1811.7100  2.141623e-02  1.024447e-02
6807        Microsoft 18/10/2018    108.5000  2.036866e-02  2.304147e-02
6808            Apple 18/10/2018    216.0200  2.393297e-02  2.837700e-02
6809            Cisco 18/10/2018     45.4600  1.055873e-02  7.919050e-03
6810          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
6811               BP 18/10/2018    554.5000  6.853021e-03  1.009919e-02
6812         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
6813           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6814         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
6815            Tesco 18/10/2018    209.1000 -1.434720e-03 -2.391200e-03
6816       McDonald's 18/10/2018    166.8100 -2.397938e-04 -1.642587e-02
6817        Microsoft 18/10/2018    108.5000  2.036866e-02  2.304147e-02
6818        Starbucks 18/10/2018     58.6400  7.844475e-03 -1.415416e-02
6819            Apple 18/10/2018    216.0200  2.393297e-02  2.837700e-02
6820          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6821        Starbucks 18/10/2018     58.6400  7.844475e-03 -1.415416e-02
6822           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6823             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
6824            Tesco 18/10/2018    209.1000 -1.434720e-03 -2.391200e-03
6825         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
6826           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6827           Google 18/10/2018   1097.9100  2.703318e-02  3.203359e-02
6828            Cisco 18/10/2018     45.4600  1.055873e-02  7.919050e-03
6829          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
6830          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
6831          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
6832          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
6833            Tesco 18/10/2018    209.1000 -1.434720e-03 -2.391200e-03
6834              BMW 18/10/2018     74.6100  1.032033e-02  1.997051e-02
6835             Ford 18/10/2018      8.5100  2.937720e-02  3.407756e-02
6836           PayPal 18/10/2018     77.4800  3.368611e-02  4.039752e-02
6837         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
6838      TripAdvisor 18/10/2018     46.3800  1.681759e-02  2.759810e-02
6839       McDonald's 18/10/2018    166.8100 -2.397938e-04 -1.642587e-02
6840   Morgan Stanley 18/10/2018     46.0300  2.520096e-02 -1.955247e-03
6841            Apple 18/10/2018    216.0200  2.393297e-02  2.837700e-02
6842            Intel 18/10/2018     44.9700  2.045808e-02  2.156994e-02
6843           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6844          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6845          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
6846            Apple 18/10/2018    216.0200  2.393297e-02  2.837700e-02
6847           Nissan 18/10/2018   1006.5000  2.980626e-03  3.974168e-03
6848          Verizon 18/10/2018     54.6500 -1.262580e-02 -1.738335e-02
6849          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
6850           Nissan 18/10/2018   1006.5000  2.980626e-03  3.974168e-03
6851         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
6852            Tesco 18/10/2018    209.1000 -1.434720e-03 -2.391200e-03
6853          Ryanair 18/10/2018     11.6350 -7.735281e-03  1.117318e-02
6854         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
6855         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
6856         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
6857        Microsoft 18/10/2018    108.5000  2.036866e-02  2.304147e-02
6858          Ryanair 18/10/2018     11.6350 -7.735281e-03  1.117318e-02
6859           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6860           Google 18/10/2018   1097.9100  2.703318e-02  3.203359e-02
6861          Samsung 18/10/2018  44050.0000  2.270148e-03 -1.021566e-02
6862         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
6863          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
6864          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6865   salesforce.com 18/10/2018    142.8400  2.919350e-02  3.220386e-02
6866           Google 18/10/2018   1097.9100  2.703318e-02  3.203359e-02
6867          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6868           Kroger 18/10/2018     27.3600 -2.558480e-03 -5.847953e-03
6869          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6870             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
6871          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6872           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6873          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6874          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6875          TMobile 18/10/2018     68.7700  4.507780e-03  2.472008e-03
6876          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
6877          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6878          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
6879          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6880          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
6881          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6882          Allianz 18/10/2018    183.1200  7.645260e-03  2.075142e-03
6883            Apple 18/10/2018    216.0200  2.393297e-02  2.837700e-02
6884          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
6885            Yahoo 18/10/2018      3.3300  3.603604e-02  1.801802e-02
6886          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
6887          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6888             ASOS 18/10/2018   6050.0000 -3.404959e-02 -1.735537e-01
6889           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6890          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
6891          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
6892           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6893           Nissan 18/10/2018   1006.5000  2.980626e-03  3.974168e-03
6894          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
6895          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6896          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
6897          L'Oreal 18/10/2018    213.6500  1.942429e-02  1.099930e-02
6898          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6899           Disney 18/10/2018    116.1800  8.176967e-03  8.607333e-05
6900             AT&T 18/10/2018     32.5000  2.153846e-03 -3.384615e-03
6901             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
6902             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
6903              IBM 18/10/2018    130.5500  2.680965e-02  1.116047e-01
6904        Microsoft 18/10/2018    108.5000  2.036866e-02  2.304147e-02
6905             HSBC 18/10/2018    618.1000  1.051610e-02  9.545381e-03
6906          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6907          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6908             AT&T 18/10/2018     32.5000  2.153846e-03 -3.384615e-03
6909          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
6910             AT&T 18/10/2018     32.5000  2.153846e-03 -3.384615e-03
6911          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6912          Ryanair 18/10/2018     11.6350 -7.735281e-03  1.117318e-02
6913          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6914        Starbucks 18/10/2018     58.6400  7.844475e-03 -1.415416e-02
6915          TMobile 18/10/2018     68.7700  4.507780e-03  2.472008e-03
6916         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
6917           PayPal 18/10/2018     77.4800  3.368611e-02  4.039752e-02
6918             AT&T 18/10/2018     32.5000  2.153846e-03 -3.384615e-03
6919           Nissan 18/10/2018   1006.5000  2.980626e-03  3.974168e-03
6920          Siemens 18/10/2018    100.9200  1.367420e-02  1.149425e-02
6921   Morgan Stanley 18/10/2018     46.0300  2.520096e-02 -1.955247e-03
6922          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6923         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
6924         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
6925             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
6926            Tesco 18/10/2018    209.1000 -1.434720e-03 -2.391200e-03
6927        Microsoft 18/10/2018    108.5000  2.036866e-02  2.304147e-02
6928           Disney 18/10/2018    116.1800  8.176967e-03  8.607333e-05
6929            Cisco 18/10/2018     45.4600  1.055873e-02  7.919050e-03
6930           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6931          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6932             Nike 18/10/2018     75.6000  1.164021e-02  2.486772e-02
6933    Goldman Sachs 18/10/2018    224.9500  1.480329e-02 -1.444766e-02
6934         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
6935          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6936             BASF 18/10/2018     67.8900  1.929592e-02  2.489321e-02
6937             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
6938            Apple 18/10/2018    216.0200  2.393297e-02  2.837700e-02
6939            FedEx 18/10/2018    217.2900  2.839523e-02  4.091307e-02
6940             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
6941           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6942           Nissan 18/10/2018   1006.5000  2.980626e-03  3.974168e-03
6943            Adobe 18/10/2018    250.3500  3.419213e-02  4.122229e-02
6944           Google 18/10/2018   1097.9100  2.703318e-02  3.203359e-02
6945           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6946           Google 18/10/2018   1097.9100  2.703318e-02  3.203359e-02
6947             Nike 18/10/2018     75.6000  1.164021e-02  2.486772e-02
6948         CocaCola 18/10/2018     45.6100  5.481254e-03 -2.631002e-03
6949             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
6950          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6951           Google 18/10/2018   1097.9100  2.703318e-02  3.203359e-02
6952             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
6953          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
6954          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
6955           Disney 18/10/2018    116.1800  8.176967e-03  8.607333e-05
6956             AT&T 18/10/2018     32.5000  2.153846e-03 -3.384615e-03
6957           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6958            Apple 18/10/2018    216.0200  2.393297e-02  2.837700e-02
6959             AT&T 18/10/2018     32.5000  2.153846e-03 -3.384615e-03
6960           Google 18/10/2018   1097.9100  2.703318e-02  3.203359e-02
6961              CBS 18/10/2018     56.1700 -5.518960e-03 -1.993947e-02
6962             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
6963          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
6964           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6965             Visa 18/10/2018    139.2900  2.268648e-02  1.758920e-02
6966           Toyota 18/10/2018   6641.0000 -4.366812e-03 -1.791899e-02
6967          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6968           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6969           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6970            Tesco 18/10/2018    209.1000 -1.434720e-03 -2.391200e-03
6971          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
6972         Burberry 18/10/2018   1719.0000  4.653869e-03  2.966841e-02
6973             Sony 18/10/2018   6418.0000  1.246494e-02 -9.660330e-03
6974          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6975             AT&T 18/10/2018     32.5000  2.153846e-03 -3.384615e-03
6976       McDonald's 18/10/2018    166.8100 -2.397938e-04 -1.642587e-02
6977            FedEx 18/10/2018    217.2900  2.839523e-02  4.091307e-02
6978         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
6979          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
6980          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6981       Home Depot 18/10/2018    180.4400  2.621370e-02  7.282199e-02
6982       McDonald's 18/10/2018    166.8100 -2.397938e-04 -1.642587e-02
6983              CBS 18/10/2018     56.1700 -5.518960e-03 -1.993947e-02
6984          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6985           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6986          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
6987          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
6988              CBS 18/10/2018     56.1700 -5.518960e-03 -1.993947e-02
6989          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
6990           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6991             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
6992           Boeing 18/10/2018    359.3500  1.711423e-02  2.476694e-02
6993           Nissan 18/10/2018   1006.5000  2.980626e-03  3.974168e-03
6994           Google 18/10/2018   1097.9100  2.703318e-02  3.203359e-02
6995               HP 18/10/2018     23.7700  4.206984e-03  7.993269e-03
6996           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
6997      Wells Fargo 18/10/2018     53.1000  2.561205e-02  1.186441e-02
6998          TMobile 18/10/2018     68.7700  4.507780e-03  2.472008e-03
6999             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
7000           Google 18/10/2018   1097.9100  2.703318e-02  3.203359e-02
7001          Ryanair 18/10/2018     11.6350 -7.735281e-03  1.117318e-02
7002          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7003             Ford 18/10/2018      8.5100  2.937720e-02  3.407756e-02
7004          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
7005            Adobe 18/10/2018    250.3500  3.419213e-02  4.122229e-02
7006             Sony 18/10/2018   6418.0000  1.246494e-02 -9.660330e-03
7007          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
7008         Gillette 18/10/2018   6600.6500  0.000000e+00  7.249286e-03
7009             AT&T 18/10/2018     32.5000  2.153846e-03 -3.384615e-03
7010           Google 18/10/2018   1097.9100  2.703318e-02  3.203359e-02
7011           Google 18/10/2018   1097.9100  2.703318e-02  3.203359e-02
7012         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
7013          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7014               HP 18/10/2018     23.7700  4.206984e-03  7.993269e-03
7015         JPMorgan 18/10/2018    108.0900  1.609770e-02  4.903321e-03
7016         JPMorgan 18/10/2018    108.0900  1.609770e-02  4.903321e-03
7017           Disney 18/10/2018    116.1800  8.176967e-03  8.607333e-05
7018             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
7019         JPMorgan 18/10/2018    108.0900  1.609770e-02  4.903321e-03
7020             Ford 18/10/2018      8.5100  2.937720e-02  3.407756e-02
7021           Disney 18/10/2018    116.1800  8.176967e-03  8.607333e-05
7022           adidas 18/10/2018    197.8500  2.148092e-02  1.288855e-02
7023            Tesco 18/10/2018    209.1000 -1.434720e-03 -2.391200e-03
7024             Audi 18/10/2018    722.0000  1.385042e-02  1.662050e-02
7025              SAP 18/10/2018     93.5500  7.493319e-02  8.049172e-02
7026         JPMorgan 18/10/2018    108.0900  1.609770e-02  4.903321e-03
7027         JPMorgan 18/10/2018    108.0900  1.609770e-02  4.903321e-03
7028          TMobile 18/10/2018     68.7700  4.507780e-03  2.472008e-03
7029         CocaCola 18/10/2018     45.6100  5.481254e-03 -2.631002e-03
7030          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7031             Sony 18/10/2018   6418.0000  1.246494e-02 -9.660330e-03
7032             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
7033           Google 18/10/2018   1097.9100  2.703318e-02  3.203359e-02
7034            Apple 18/10/2018    216.0200  2.393297e-02  2.837700e-02
7035            Cisco 18/10/2018     45.4600  1.055873e-02  7.919050e-03
7036           Google 18/10/2018   1097.9100  2.703318e-02  3.203359e-02
7037             Ford 18/10/2018      8.5100  2.937720e-02  3.407756e-02
7038        Microsoft 18/10/2018    108.5000  2.036866e-02  2.304147e-02
7039           Disney 18/10/2018    116.1800  8.176967e-03  8.607333e-05
7040          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
7041 American Express 18/10/2018    102.8400  1.458576e-02  1.390510e-02
7042  Bank of America 18/10/2018     28.2500  2.300885e-02  9.911504e-03
7043            Apple 18/10/2018    216.0200  2.393297e-02  2.837700e-02
7044            Apple 18/10/2018    216.0200  2.393297e-02  2.837700e-02
7045             Ford 18/10/2018      8.5100  2.937720e-02  3.407756e-02
7046           Toyota 18/10/2018   6641.0000 -4.366812e-03 -1.791899e-02
7047           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
7048              CBS 18/10/2018     56.1700 -5.518960e-03 -1.993947e-02
7049         JPMorgan 18/10/2018    108.0900  1.609770e-02  4.903321e-03
7050            Tesco 18/10/2018    209.1000 -1.434720e-03 -2.391200e-03
7051             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
7052          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
7053         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
7054 American Express 18/10/2018    102.8400  1.458576e-02  1.390510e-02
7055             Ford 18/10/2018      8.5100  2.937720e-02  3.407756e-02
7056          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7057         JPMorgan 18/10/2018    108.0900  1.609770e-02  4.903321e-03
7058            Apple 18/10/2018    216.0200  2.393297e-02  2.837700e-02
7059        Starbucks 18/10/2018     58.6400  7.844475e-03 -1.415416e-02
7060             Nike 18/10/2018     75.6000  1.164021e-02  2.486772e-02
7061          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
7062            FedEx 18/10/2018    217.2900  2.839523e-02  4.091307e-02
7063          Walmart 18/10/2018     96.1700  4.055319e-03 -3.743371e-03
7064         CocaCola 18/10/2018     45.6100  5.481254e-03 -2.631002e-03
7065            Apple 18/10/2018    216.0200  2.393297e-02  2.837700e-02
7066             Nike 18/10/2018     75.6000  1.164021e-02  2.486772e-02
7067          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
7068             Sony 18/10/2018   6418.0000  1.246494e-02 -9.660330e-03
7069          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
7070             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
7071           adidas 18/10/2018    197.8500  2.148092e-02  1.288855e-02
7072            Apple 18/10/2018    216.0200  2.393297e-02  2.837700e-02
7073           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
7074           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
7075             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
7076        Starbucks 18/10/2018     58.6400  7.844475e-03 -1.415416e-02
7077           Google 18/10/2018   1097.9100  2.703318e-02  3.203359e-02
7078           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
7079          Verizon 18/10/2018     54.6500 -1.262580e-02 -1.738335e-02
7080          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
7081          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7082          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
7083          Samsung 18/10/2018  44050.0000  2.270148e-03 -1.021566e-02
7084         JPMorgan 18/10/2018    108.0900  1.609770e-02  4.903321e-03
7085            Pepsi 18/10/2018    107.9300  3.520801e-03 -5.003243e-03
7086          Hyundai 18/10/2018 116000.0000  2.155172e-02  4.310345e-03
7087        Microsoft 18/10/2018    108.5000  2.036866e-02  2.304147e-02
7088          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7089          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7090             Next 18/10/2018   5140.0000  7.003891e-03  3.307393e-02
7091           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
7092           Oracle 18/10/2018     47.3800  1.013086e-02  1.794006e-02
7093          Verizon 18/10/2018     54.6500 -1.262580e-02 -1.738335e-02
7094          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
7095          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
7096          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7097          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7098             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
7099          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7100             AT&T 18/10/2018     32.5000  2.153846e-03 -3.384615e-03
7101            Tesco 18/10/2018    209.1000 -1.434720e-03 -2.391200e-03
7102          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
7103         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
7104          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
7105             AT&T 18/10/2018     32.5000  2.153846e-03 -3.384615e-03
7106          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7107          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7108          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7109          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
7110           Google 18/10/2018   1097.9100  2.703318e-02  3.203359e-02
7111          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7112            Apple 18/10/2018    216.0200  2.393297e-02  2.837700e-02
7113      TripAdvisor 18/10/2018     46.3800  1.681759e-02  2.759810e-02
7114          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7115           Disney 18/10/2018    116.1800  8.176967e-03  8.607333e-05
7116          Samsung 18/10/2018  44050.0000  2.270148e-03 -1.021566e-02
7117           Oracle 18/10/2018     47.3800  1.013086e-02  1.794006e-02
7118            FedEx 18/10/2018    217.2900  2.839523e-02  4.091307e-02
7119            FedEx 18/10/2018    217.2900  2.839523e-02  4.091307e-02
7120            FedEx 18/10/2018    217.2900  2.839523e-02  4.091307e-02
7121         JPMorgan 18/10/2018    108.0900  1.609770e-02  4.903321e-03
7122            FedEx 18/10/2018    217.2900  2.839523e-02  4.091307e-02
7123          Verizon 18/10/2018     54.6500 -1.262580e-02 -1.738335e-02
7124          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7125           Disney 18/10/2018    116.1800  8.176967e-03  8.607333e-05
7126              IBM 18/10/2018    130.5500  2.680965e-02  1.116047e-01
7127            Honda 18/10/2018   3094.0000  9.696186e-04 -8.403361e-03
7128            Tesco 18/10/2018    209.1000 -1.434720e-03 -2.391200e-03
7129             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
7130          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
7131          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7132       McDonald's 18/10/2018    166.8100 -2.397938e-04 -1.642587e-02
7133       McDonald's 18/10/2018    166.8100 -2.397938e-04 -1.642587e-02
7134              BMW 18/10/2018     74.6100  1.032033e-02  1.997051e-02
7135             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
7136           Google 18/10/2018   1097.9100  2.703318e-02  3.203359e-02
7137              P&G 18/10/2018     80.2400  2.018943e-02  9.596211e-03
7138       McDonald's 18/10/2018    166.8100 -2.397938e-04 -1.642587e-02
7139           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
7140             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
7141          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7142           Disney 18/10/2018    116.1800  8.176967e-03  8.607333e-05
7143            Apple 18/10/2018    216.0200  2.393297e-02  2.837700e-02
7144          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7145          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7146          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7147             eBay 18/10/2018     31.5500  1.489699e-02  2.218700e-02
7148          Netflix 18/10/2018    346.7100  5.188774e-02 -8.941190e-04
7149          Reuters 18/10/2018     51.6136 -1.067548e-03 -1.003030e-02
7150            FedEx 18/10/2018    217.2900  2.839523e-02  4.091307e-02
7151         Facebook 18/10/2018    154.9200  2.904725e-02  2.491609e-02
7152           Amazon 18/10/2018   1770.7200  3.445491e-02  2.780790e-02
7153           Google 18/10/2018   1097.9100  2.703318e-02  3.203359e-02
7154            Apple 18/10/2018    216.0200  2.393297e-02  2.837700e-02
7155             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7156         Burberry 19/10/2018   1671.5000  2.841759e-02  3.320371e-02
7157           Costco 19/10/2018    229.6700 -4.745940e-03 -5.137806e-03
7158          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7159            Apple 19/10/2018    219.3100 -1.500160e-02  8.572341e-03
7160             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7161             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7162           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7163            Apple 19/10/2018    219.3100 -1.500160e-02  8.572341e-03
7164        Microsoft 19/10/2018    108.6600 -1.472483e-03  1.886619e-02
7165              IBM 19/10/2018    129.1000  1.123160e-02  3.834237e-02
7166          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7167             Sony 19/10/2018   6341.0000  1.214320e-02  2.475950e-02
7168          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7169           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7170          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7171            Cisco 19/10/2018     45.3400  2.646670e-03  1.323335e-02
7172           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7173       McDonald's 19/10/2018    167.4900 -4.059944e-03 -4.298764e-03
7174          Verizon 19/10/2018     54.9000 -4.553734e-03 -1.712204e-02
7175          TMobile 19/10/2018     69.7500 -1.405018e-02 -9.605735e-03
7176           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7177          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7178           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7179             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7180   Morgan Stanley 19/10/2018     46.4200 -8.401551e-03  1.658768e-02
7181             Visa 19/10/2018    140.0800 -5.639634e-03  1.691890e-02
7182          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7183          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7184          TMobile 19/10/2018     69.7500 -1.405018e-02 -9.605735e-03
7185          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7186             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7187          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7188              CBS 19/10/2018     57.2000 -1.800699e-02 -2.342657e-02
7189            Apple 19/10/2018    219.3100 -1.500160e-02  8.572341e-03
7190             Nike 19/10/2018     74.2100  1.873063e-02  3.058887e-02
7191             Sony 19/10/2018   6341.0000  1.214320e-02  2.475950e-02
7192              CBS 19/10/2018     57.2000 -1.800699e-02 -2.342657e-02
7193             Nike 19/10/2018     74.2100  1.873063e-02  3.058887e-02
7194             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7195           Nestle 19/10/2018     82.0400 -2.998537e-02 -3.632374e-02
7196          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7197          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7198       bookingcom 19/10/2018   1805.7400  3.306124e-03  2.479316e-02
7199             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7200           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7201          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7202          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7203             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7204          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7205          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7206           Google 19/10/2018   1105.1800 -6.578114e-03  2.027724e-02
7207          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7208          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7209          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7210          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7211          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7212          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7213          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7214          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7215           Nissan 19/10/2018   1001.5000  4.992511e-03  7.988018e-03
7216             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7217            Apple 19/10/2018    219.3100 -1.500160e-02  8.572341e-03
7218         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7219         CocaCola 19/10/2018     46.3300 -1.554069e-02 -1.014461e-02
7220           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7221   salesforce.com 19/10/2018    140.4900  1.672717e-02  4.640900e-02
7222           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7223      Wells Fargo 19/10/2018     52.8900  3.970505e-03  2.968425e-02
7224          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7225             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7226          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7227          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7228           Google 19/10/2018   1105.1800 -6.578114e-03  2.027724e-02
7229           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7230           Google 19/10/2018   1105.1800 -6.578114e-03  2.027724e-02
7231              CBS 19/10/2018     57.2000 -1.800699e-02 -2.342657e-02
7232            Apple 19/10/2018    219.3100 -1.500160e-02  8.572341e-03
7233          TMobile 19/10/2018     69.7500 -1.405018e-02 -9.605735e-03
7234            Apple 19/10/2018    219.3100 -1.500160e-02  8.572341e-03
7235           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7236             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7237          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7238             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7239              SAP 19/10/2018     95.0000 -1.526316e-02  5.852632e-02
7240       McDonald's 19/10/2018    167.4900 -4.059944e-03 -4.298764e-03
7241           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7242           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7243             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7244    Deutsche Bank 19/10/2018     10.9200  4.578755e-03  3.113553e-02
7245           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7246             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7247             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7248           Google 19/10/2018   1105.1800 -6.578114e-03  2.027724e-02
7249  Bank of America 19/10/2018     28.3200 -2.471751e-03  2.048023e-02
7250             Sony 19/10/2018   6341.0000  1.214320e-02  2.475950e-02
7251         JPMorgan 19/10/2018    107.9100  1.668057e-03  1.779260e-02
7252   salesforce.com 19/10/2018    140.4900  1.672717e-02  4.640900e-02
7253          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7254          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7255          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7256          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7257           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7258          TMobile 19/10/2018     69.7500 -1.405018e-02 -9.605735e-03
7259            Tesco 19/10/2018    214.6000 -2.562908e-02 -2.702703e-02
7260             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7261           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7262             Nike 19/10/2018     74.2100  1.873063e-02  3.058887e-02
7263           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7264              BMW 19/10/2018     74.5300  1.073393e-03  1.140480e-02
7265             AT&T 19/10/2018     32.8700 -1.125646e-02 -9.126863e-03
7266            Apple 19/10/2018    219.3100 -1.500160e-02  8.572341e-03
7267              CBS 19/10/2018     57.2000 -1.800699e-02 -2.342657e-02
7268           Google 19/10/2018   1105.1800 -6.578114e-03  2.027724e-02
7269          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7270         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7271       McDonald's 19/10/2018    167.4900 -4.059944e-03 -4.298764e-03
7272       McDonald's 19/10/2018    167.4900 -4.059944e-03 -4.298764e-03
7273         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7274             Ford 19/10/2018      8.5000  1.176471e-03  3.058824e-02
7275             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7276            Apple 19/10/2018    219.3100 -1.500160e-02  8.572341e-03
7277       bookingcom 19/10/2018   1805.7400  3.306124e-03  2.479316e-02
7278             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7279           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7280         CocaCola 19/10/2018     46.3300 -1.554069e-02 -1.014461e-02
7281          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7282           Toyota 19/10/2018   6577.0000  9.730880e-03  5.321575e-03
7283           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7284             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7285             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7286             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7287           Disney 19/10/2018    118.9000 -2.287637e-02 -1.488646e-02
7288          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7289             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7290             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7291          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7292          easyJet 19/10/2018   1068.0000  6.741573e-02  7.724719e-02
7293          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7294            Cisco 19/10/2018     45.3400  2.646670e-03  1.323335e-02
7295          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7296       bookingcom 19/10/2018   1805.7400  3.306124e-03  2.479316e-02
7297             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7298           Google 19/10/2018   1105.1800 -6.578114e-03  2.027724e-02
7299              BMW 19/10/2018     74.5300  1.073393e-03  1.140480e-02
7300          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7301           Google 19/10/2018   1105.1800 -6.578114e-03  2.027724e-02
7302       McDonald's 19/10/2018    167.4900 -4.059944e-03 -4.298764e-03
7303             Ford 19/10/2018      8.5000  1.176471e-03  3.058824e-02
7304          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7305           Boeing 19/10/2018    356.2600  8.673441e-03  2.593611e-02
7306          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7307          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7308          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7309          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7310           Google 19/10/2018   1105.1800 -6.578114e-03  2.027724e-02
7311          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7312           Toyota 19/10/2018   6577.0000  9.730880e-03  5.321575e-03
7313          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7314        Starbucks 19/10/2018     58.6600 -3.409478e-04  7.500852e-03
7315          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7316         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7317           Google 19/10/2018   1105.1800 -6.578114e-03  2.027724e-02
7318          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7319          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7320             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7321         CocaCola 19/10/2018     46.3300 -1.554069e-02 -1.014461e-02
7322         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7323         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7324          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7325           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7326          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7327             Sony 19/10/2018   6341.0000  1.214320e-02  2.475950e-02
7328           Disney 19/10/2018    118.9000 -2.287637e-02 -1.488646e-02
7329           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7330       McDonald's 19/10/2018    167.4900 -4.059944e-03 -4.298764e-03
7331         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7332              P&G 19/10/2018     87.3000 -8.087056e-02 -6.231386e-02
7333         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7334            Apple 19/10/2018    219.3100 -1.500160e-02  8.572341e-03
7335         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7336          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7337         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7338           Nissan 19/10/2018   1001.5000  4.992511e-03  7.988018e-03
7339         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7340             AT&T 19/10/2018     32.8700 -1.125646e-02 -9.126863e-03
7341        Starbucks 19/10/2018     58.6600 -3.409478e-04  7.500852e-03
7342        Starbucks 19/10/2018     58.6600 -3.409478e-04  7.500852e-03
7343            Apple 19/10/2018    219.3100 -1.500160e-02  8.572341e-03
7344             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7345             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7346           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7347            Apple 19/10/2018    219.3100 -1.500160e-02  8.572341e-03
7348         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7349           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7350       McDonald's 19/10/2018    167.4900 -4.059944e-03 -4.298764e-03
7351             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7352          TMobile 19/10/2018     69.7500 -1.405018e-02 -9.605735e-03
7353         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7354           Disney 19/10/2018    118.9000 -2.287637e-02 -1.488646e-02
7355         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7356           Disney 19/10/2018    118.9000 -2.287637e-02 -1.488646e-02
7357          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7358           Disney 19/10/2018    118.9000 -2.287637e-02 -1.488646e-02
7359           Disney 19/10/2018    118.9000 -2.287637e-02 -1.488646e-02
7360          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7361              SAP 19/10/2018     95.0000 -1.526316e-02  5.852632e-02
7362           adidas 19/10/2018    203.0000 -2.536946e-02 -4.433498e-03
7363   Morgan Stanley 19/10/2018     46.4200 -8.401551e-03  1.658768e-02
7364 American Express 19/10/2018    106.7300 -3.644711e-02 -2.239295e-02
7365             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7366             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7367          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7368           Disney 19/10/2018    118.9000 -2.287637e-02 -1.488646e-02
7369              SAP 19/10/2018     95.0000 -1.526316e-02  5.852632e-02
7370              UPS 19/10/2018    116.4900 -1.510859e-02  1.304833e-02
7371             Nike 19/10/2018     74.2100  1.873063e-02  3.058887e-02
7372             Sony 19/10/2018   6341.0000  1.214320e-02  2.475950e-02
7373           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7374         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7375             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7376        Microsoft 19/10/2018    108.6600 -1.472483e-03  1.886619e-02
7377          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7378          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7379            Apple 19/10/2018    219.3100 -1.500160e-02  8.572341e-03
7380           Google 19/10/2018   1105.1800 -6.578114e-03  2.027724e-02
7381             Sony 19/10/2018   6341.0000  1.214320e-02  2.475950e-02
7382             HSBC 19/10/2018    620.4000 -3.707286e-03  6.769826e-03
7383             Sony 19/10/2018   6341.0000  1.214320e-02  2.475950e-02
7384         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7385             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7386          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7387              BMW 19/10/2018     74.5300  1.073393e-03  1.140480e-02
7388              BMW 19/10/2018     74.5300  1.073393e-03  1.140480e-02
7389            Honda 19/10/2018   3065.0000  9.461664e-03  1.044046e-02
7390          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7391               HP 19/10/2018     23.8400 -2.936242e-03  1.258389e-03
7392            Apple 19/10/2018    219.3100 -1.500160e-02  8.572341e-03
7393             Nike 19/10/2018     74.2100  1.873063e-02  3.058887e-02
7394             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7395             Nike 19/10/2018     74.2100  1.873063e-02  3.058887e-02
7396          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7397          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7398          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7399          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7400             ASOS 19/10/2018   5736.0000  5.474198e-02  1.882845e-02
7401             Ford 19/10/2018      8.5000  1.176471e-03  3.058824e-02
7402          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7403           Disney 19/10/2018    118.9000 -2.287637e-02 -1.488646e-02
7404             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7405          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7406             Nike 19/10/2018     74.2100  1.873063e-02  3.058887e-02
7407           Disney 19/10/2018    118.9000 -2.287637e-02 -1.488646e-02
7408        Microsoft 19/10/2018    108.6600 -1.472483e-03  1.886619e-02
7409          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7410           adidas 19/10/2018    203.0000 -2.536946e-02 -4.433498e-03
7411          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7412          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7413            Cisco 19/10/2018     45.3400  2.646670e-03  1.323335e-02
7414             HSBC 19/10/2018    620.4000 -3.707286e-03  6.769826e-03
7415             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7416          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7417             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7418          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7419             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7420          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7421          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7422         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7423             Ford 19/10/2018      8.5000  1.176471e-03  3.058824e-02
7424             AT&T 19/10/2018     32.8700 -1.125646e-02 -9.126863e-03
7425 General Electric 19/10/2018     12.0733 -1.432914e-02 -2.945342e-02
7426           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7427          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7428           Amazon 19/10/2018   1764.0300  3.792453e-03  3.837803e-02
7429          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7430            Tesco 19/10/2018    214.6000 -2.562908e-02 -2.702703e-02
7431             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7432          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7433             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7434          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7435             Ford 19/10/2018      8.5000  1.176471e-03  3.058824e-02
7436           Disney 19/10/2018    118.9000 -2.287637e-02 -1.488646e-02
7437         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7438         Facebook 19/10/2018    154.0500  5.647517e-03  3.485881e-02
7439          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7440           Toyota 19/10/2018   6577.0000  9.730880e-03  5.321575e-03
7441          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7442             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7443             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7444             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7445          Netflix 19/10/2018    332.6700  4.220399e-02  9.628160e-02
7446          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7447          Walmart 19/10/2018     97.1500 -1.008749e-02 -6.073083e-03
7448             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7449        Microsoft 19/10/2018    108.6600 -1.472483e-03  1.886619e-02
7450            Apple 19/10/2018    219.3100 -1.500160e-02  8.572341e-03
7451              H&M 19/10/2018     17.8200  0.000000e+00  8.193042e-03
7452             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7453          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7454          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7455          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7456             eBay 19/10/2018     28.7500  9.739130e-02  1.137391e-01
7457          TMobile 19/10/2018     69.7500 -1.405018e-02 -9.605735e-03
7458        Microsoft 19/10/2018    108.6600 -1.472483e-03  1.886619e-02
7459          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7460              H&M 19/10/2018     17.8200  0.000000e+00  8.193042e-03
7461              P&G 19/10/2018     87.3000 -8.087056e-02 -6.231386e-02
7462        Starbucks 19/10/2018     58.6600 -3.409478e-04  7.500852e-03
7463          Reuters 19/10/2018     51.3383  5.362468e-03  4.289195e-03
7464            Apple 20/10/2018    219.3100  0.000000e+00 -1.500160e-02
7465             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7466           Disney 20/10/2018    118.9000  0.000000e+00 -2.287637e-02
7467           Disney 20/10/2018    118.9000  0.000000e+00 -2.287637e-02
7468           Amazon 20/10/2018   1764.0300  0.000000e+00  3.792453e-03
7469             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7470              CBS 20/10/2018     57.2000  0.000000e+00 -1.800699e-02
7471          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7472           Amazon 20/10/2018   1764.0300  0.000000e+00  3.792453e-03
7473          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7474            Apple 20/10/2018    219.3100  0.000000e+00 -1.500160e-02
7475           Nissan 20/10/2018   1001.5000  0.000000e+00  4.992511e-03
7476          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7477           Amazon 20/10/2018   1764.0300  0.000000e+00  3.792453e-03
7478           Google 20/10/2018   1105.1800  0.000000e+00 -6.578114e-03
7479          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7480             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7481          Walmart 20/10/2018     97.1500  0.000000e+00 -1.008749e-02
7482          Walmart 20/10/2018     97.1500  0.000000e+00 -1.008749e-02
7483             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7484          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7485               HP 20/10/2018     23.8400  0.000000e+00 -2.936242e-03
7486           Google 20/10/2018   1105.1800  0.000000e+00 -6.578114e-03
7487            Apple 20/10/2018    219.3100  0.000000e+00 -1.500160e-02
7488        Starbucks 20/10/2018     58.6600  0.000000e+00 -3.409478e-04
7489           Amazon 20/10/2018   1764.0300  0.000000e+00  3.792453e-03
7490           Google 20/10/2018   1105.1800  0.000000e+00 -6.578114e-03
7491          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7492   Morgan Stanley 20/10/2018     46.4200  0.000000e+00 -8.401551e-03
7493        Citigroup 20/10/2018     68.8600  0.000000e+00 -3.485333e-03
7494           Disney 20/10/2018    118.9000  0.000000e+00 -2.287637e-02
7495          Walmart 20/10/2018     97.1500  0.000000e+00 -1.008749e-02
7496          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7497       McDonald's 20/10/2018    167.4900  0.000000e+00 -4.059944e-03
7498          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7499          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7500          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7501          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7502             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7503        Starbucks 20/10/2018     58.6600  0.000000e+00 -3.409478e-04
7504          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7505        Microsoft 20/10/2018    108.6600  0.000000e+00 -1.472483e-03
7506           Amazon 20/10/2018   1764.0300  0.000000e+00  3.792453e-03
7507               HP 20/10/2018     23.8400  0.000000e+00 -2.936242e-03
7508             Nike 20/10/2018     74.2100  0.000000e+00  1.873063e-02
7509             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7510         Facebook 20/10/2018    154.0500  0.000000e+00  5.647517e-03
7511             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7512          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7513            Bayer 20/10/2018     77.9600  0.000000e+00  2.693689e-03
7514          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7515         Facebook 20/10/2018    154.0500  0.000000e+00  5.647517e-03
7516          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7517          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7518       bookingcom 20/10/2018   1805.7400  0.000000e+00  3.306124e-03
7519           Amazon 20/10/2018   1764.0300  0.000000e+00  3.792453e-03
7520          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7521       CVS Health 20/10/2018     74.1800  0.000000e+00  4.718253e-03
7522             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7523          Walmart 20/10/2018     97.1500  0.000000e+00 -1.008749e-02
7524           Disney 20/10/2018    118.9000  0.000000e+00 -2.287637e-02
7525             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7526             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7527          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7528          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7529              BMW 20/10/2018     74.5300  0.000000e+00  1.073393e-03
7530           Amazon 20/10/2018   1764.0300  0.000000e+00  3.792453e-03
7531          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7532            Apple 20/10/2018    219.3100  0.000000e+00 -1.500160e-02
7533          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7534          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7535             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7536          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7537           Pfizer 20/10/2018     44.5000  0.000000e+00 -1.123596e-02
7538             Nike 20/10/2018     74.2100  0.000000e+00  1.873063e-02
7539              H&M 20/10/2018     17.8200  0.000000e+00  0.000000e+00
7540          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7541          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7542         CocaCola 20/10/2018     46.3300  0.000000e+00 -1.554069e-02
7543             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7544          TMobile 20/10/2018     69.7500  0.000000e+00 -1.405018e-02
7545             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7546          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7547          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7548          Walmart 20/10/2018     97.1500  0.000000e+00 -1.008749e-02
7549             ASOS 20/10/2018   5736.0000  0.000000e+00  5.474198e-02
7550          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7551             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7552          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7553             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7554            Tesco 20/10/2018    214.6000  0.000000e+00 -2.562908e-02
7555        Santander 20/10/2018      4.1250  0.000000e+00  3.272727e-03
7556            Exxon 20/10/2018     81.9700  0.000000e+00 -1.463950e-03
7557       McDonald's 20/10/2018    167.4900  0.000000e+00 -4.059944e-03
7558          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7559          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7560           Amazon 20/10/2018   1764.0300  0.000000e+00  3.792453e-03
7561           Disney 20/10/2018    118.9000  0.000000e+00 -2.287637e-02
7562       bookingcom 20/10/2018   1805.7400  0.000000e+00  3.306124e-03
7563            Apple 20/10/2018    219.3100  0.000000e+00 -1.500160e-02
7564          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7565          Walmart 20/10/2018     97.1500  0.000000e+00 -1.008749e-02
7566            Apple 20/10/2018    219.3100  0.000000e+00 -1.500160e-02
7567             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7568              IBM 20/10/2018    129.1000  0.000000e+00  1.123160e-02
7569             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7570          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7571          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7572          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7573            Apple 20/10/2018    219.3100  0.000000e+00 -1.500160e-02
7574          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7575              CBS 20/10/2018     57.2000  0.000000e+00 -1.800699e-02
7576          Colgate 20/10/2018     64.5200  0.000000e+00 -2.913825e-02
7577            Apple 20/10/2018    219.3100  0.000000e+00 -1.500160e-02
7578           Amazon 20/10/2018   1764.0300  0.000000e+00  3.792453e-03
7579             Nike 20/10/2018     74.2100  0.000000e+00  1.873063e-02
7580        Starbucks 20/10/2018     58.6600  0.000000e+00 -3.409478e-04
7581             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7582            Apple 20/10/2018    219.3100  0.000000e+00 -1.500160e-02
7583          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7584          Walmart 20/10/2018     97.1500  0.000000e+00 -1.008749e-02
7585            Apple 20/10/2018    219.3100  0.000000e+00 -1.500160e-02
7586             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7587          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7588             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7589             Nike 20/10/2018     74.2100  0.000000e+00  1.873063e-02
7590             Nike 20/10/2018     74.2100  0.000000e+00  1.873063e-02
7591             Nike 20/10/2018     74.2100  0.000000e+00  1.873063e-02
7592             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7593             Nike 20/10/2018     74.2100  0.000000e+00  1.873063e-02
7594          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7595              CBS 20/10/2018     57.2000  0.000000e+00 -1.800699e-02
7596              CBS 20/10/2018     57.2000  0.000000e+00 -1.800699e-02
7597           Google 20/10/2018   1105.1800  0.000000e+00 -6.578114e-03
7598             Nike 20/10/2018     74.2100  0.000000e+00  1.873063e-02
7599       McDonald's 20/10/2018    167.4900  0.000000e+00 -4.059944e-03
7600            Exxon 20/10/2018     81.9700  0.000000e+00 -1.463950e-03
7601         Facebook 20/10/2018    154.0500  0.000000e+00  5.647517e-03
7602             Nike 20/10/2018     74.2100  0.000000e+00  1.873063e-02
7603           Amazon 20/10/2018   1764.0300  0.000000e+00  3.792453e-03
7604        Citigroup 20/10/2018     68.8600  0.000000e+00 -3.485333e-03
7605              CBS 20/10/2018     57.2000  0.000000e+00 -1.800699e-02
7606          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7607          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7608          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7609             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7610           Amazon 20/10/2018   1764.0300  0.000000e+00  3.792453e-03
7611       Home Depot 20/10/2018    179.8500  0.000000e+00  3.280512e-03
7612         CocaCola 20/10/2018     46.3300  0.000000e+00 -1.554069e-02
7613          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7614         Facebook 20/10/2018    154.0500  0.000000e+00  5.647517e-03
7615            Apple 20/10/2018    219.3100  0.000000e+00 -1.500160e-02
7616          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7617          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7618 American Express 20/10/2018    106.7300  0.000000e+00 -3.644711e-02
7619 American Express 20/10/2018    106.7300  0.000000e+00 -3.644711e-02
7620             Nike 20/10/2018     74.2100  0.000000e+00  1.873063e-02
7621           Costco 20/10/2018    229.6700  0.000000e+00 -4.745940e-03
7622           Amazon 20/10/2018   1764.0300  0.000000e+00  3.792453e-03
7623          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7624             Nike 20/10/2018     74.2100  0.000000e+00  1.873063e-02
7625            Honda 20/10/2018   3065.0000  0.000000e+00  9.461664e-03
7626             Nike 20/10/2018     74.2100  0.000000e+00  1.873063e-02
7627           Amazon 20/10/2018   1764.0300  0.000000e+00  3.792453e-03
7628             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7629          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7630             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7631          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7632          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7633          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7634             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7635           Nestle 20/10/2018     82.0400  0.000000e+00 -2.998537e-02
7636          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7637             Nike 20/10/2018     74.2100  0.000000e+00  1.873063e-02
7638          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7639        Citigroup 20/10/2018     68.8600  0.000000e+00 -3.485333e-03
7640          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7641            Apple 20/10/2018    219.3100  0.000000e+00 -1.500160e-02
7642          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7643           Oracle 20/10/2018     47.5900  0.000000e+00 -4.412692e-03
7644          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7645             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7646          Ryanair 20/10/2018     11.4500  0.000000e+00  1.615721e-02
7647           Disney 20/10/2018    118.9000  0.000000e+00 -2.287637e-02
7648          Ryanair 20/10/2018     11.4500  0.000000e+00  1.615721e-02
7649          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7650          Walmart 20/10/2018     97.1500  0.000000e+00 -1.008749e-02
7651            Intel 20/10/2018     44.0000  0.000000e+00  2.204545e-02
7652          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7653          Ryanair 20/10/2018     11.4500  0.000000e+00  1.615721e-02
7654          Ryanair 20/10/2018     11.4500  0.000000e+00  1.615721e-02
7655           Kroger 20/10/2018     27.5600  0.000000e+00 -7.256894e-03
7656          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7657   salesforce.com 20/10/2018    140.4900  0.000000e+00  1.672717e-02
7658          Netflix 20/10/2018    332.6700  0.000000e+00  4.220399e-02
7659          Ryanair 20/10/2018     11.4500  0.000000e+00  1.615721e-02
7660           Amazon 20/10/2018   1764.0300  0.000000e+00  3.792453e-03
7661             eBay 20/10/2018     28.7500  0.000000e+00  9.739130e-02
7662          Ryanair 20/10/2018     11.4500  0.000000e+00  1.615721e-02
7663              GSK 20/10/2018   1557.6000  0.000000e+00 -3.017463e-02
7664          Reuters 20/10/2018     51.3383  0.000000e+00  5.362468e-03
7665          Ryanair 20/10/2018     11.4500  0.000000e+00  1.615721e-02
7666          Netflix 21/10/2018    332.6700  0.000000e+00  0.000000e+00
7667           adidas 21/10/2018    203.0000  0.000000e+00  0.000000e+00
7668          Reuters 21/10/2018     51.3383  0.000000e+00  0.000000e+00
7669          Walmart 21/10/2018     97.1500  0.000000e+00  0.000000e+00
7670           Google 21/10/2018   1105.1800  0.000000e+00  0.000000e+00
7671          Reuters 21/10/2018     51.3383  0.000000e+00  0.000000e+00
7672          Ryanair 21/10/2018     11.4500  0.000000e+00  0.000000e+00
7673          Reuters 21/10/2018     51.3383  0.000000e+00  0.000000e+00
7674          Ryanair 21/10/2018     11.4500  0.000000e+00  0.000000e+00
7675              CBS 21/10/2018     57.2000  0.000000e+00  0.000000e+00
7676             eBay 21/10/2018     28.7500  0.000000e+00  0.000000e+00
7677          Reuters 21/10/2018     51.3383  0.000000e+00  0.000000e+00
7678          Ryanair 21/10/2018     11.4500  0.000000e+00  0.000000e+00
7679             eBay 21/10/2018     28.7500  0.000000e+00  0.000000e+00
7680          Ryanair 21/10/2018     11.4500  0.000000e+00  0.000000e+00
7681          Netflix 21/10/2018    332.6700  0.000000e+00  0.000000e+00
7682             AT&T 21/10/2018     32.8700  0.000000e+00  0.000000e+00
7683            Apple 21/10/2018    219.3100  0.000000e+00  0.000000e+00
7684              CBS 21/10/2018     57.2000  0.000000e+00  0.000000e+00
7685          Ryanair 21/10/2018     11.4500  0.000000e+00  0.000000e+00
7686          Netflix 21/10/2018    332.6700  0.000000e+00  0.000000e+00
7687          Walmart 21/10/2018     97.1500  0.000000e+00  0.000000e+00
7688            Apple 21/10/2018    219.3100  0.000000e+00  0.000000e+00
7689          Netflix 21/10/2018    332.6700  0.000000e+00  0.000000e+00
7690             AT&T 21/10/2018     32.8700  0.000000e+00  0.000000e+00
7691         Facebook 21/10/2018    154.0500  0.000000e+00  0.000000e+00
7692          Netflix 21/10/2018    332.6700  0.000000e+00  0.000000e+00
     x3_day_return x7_day_return px_volume volatility_10d volatility_30d
1     1.231775e-02  0.0548014077   9100057         18.769         16.099
2     1.231775e-02  0.0548014077   9100057         18.769         16.099
3     1.231775e-02  0.0548014077   9100057         18.769         16.099
4     1.629844e-02  0.0583122057  14307985         23.916         17.298
5     1.231775e-02  0.0548014077   9100057         18.769         16.099
6     1.629844e-02  0.0583122057  14307985         23.916         17.298
7     1.492447e-02 -0.0012629329   3137196         13.447         16.992
8     1.629844e-02  0.0583122057  14307985         23.916         17.298
9    -1.220063e-02 -0.0248531405   8485838         12.229         12.982
10    3.028567e-02  0.0357721991   2020180         21.549         14.953
11    3.028567e-02  0.0357721991   2020180         21.549         14.953
12    3.122172e-03  0.0044605345    547029          9.665          9.094
13    1.231775e-02  0.0548014077   9100057         18.769         16.099
14    4.944376e-03 -0.0113720643  49200993          9.114          8.417
15    2.136349e-02 -0.0578071002   9469076         33.029         22.932
16    3.122172e-03  0.0044605345    547029          9.665          9.094
17    1.051780e-02  0.0202265372  46974479         26.321         27.647
18    1.655825e-02 -0.0053222945  27693980         12.549         15.009
19    2.136349e-02 -0.0578071002   9469076         33.029         22.932
20    1.629844e-02  0.0583122057  14307985         23.916         17.298
21    1.629844e-02  0.0583122057  14307985         23.916         17.298
22    5.380138e-03  0.0029987652   1716649         16.606         14.640
23    3.122172e-03  0.0044605345    547029          9.665          9.094
24    1.747873e-02 -0.0174787316  25270549         16.199         13.125
25    3.122172e-03  0.0044605345    547029          9.665          9.094
26    5.487805e-03  0.0079268293   6444913         13.693         22.622
27    1.629844e-02  0.0583122057  14307985         23.916         17.298
28    1.629844e-02  0.0583122057  14307985         23.916         17.298
29    1.629844e-02  0.0583122057  14307985         23.916         17.298
30    2.578397e-02  0.0348432056   1894907         18.942         21.651
31    3.028567e-02  0.0357721991   2020180         21.549         14.953
32   -1.661130e-02  0.0079734219  14889607         27.848         19.862
33    1.629844e-02  0.0583122057  14307985         23.916         17.298
34    1.051780e-02  0.0202265372  46974479         26.321         27.647
35    1.629844e-02  0.0583122057  14307985         23.916         17.298
36    2.136349e-02 -0.0578071002   9469076         33.029         22.932
37    2.136349e-02 -0.0578071002   9469076         33.029         22.932
38    2.136349e-02 -0.0578071002   9469076         33.029         22.932
39    1.629844e-02  0.0583122057  14307985         23.916         17.298
40    1.629844e-02  0.0583122057  14307985         23.916         17.298
41    1.629844e-02  0.0583122057  14307985         23.916         17.298
42    3.122172e-03  0.0044605345    547029          9.665          9.094
43    1.629844e-02  0.0583122057  14307985         23.916         17.298
44    1.592941e-02  0.0079074032   4138962         21.564         15.108
45    1.492447e-02 -0.0012629329   3137196         13.447         16.992
46    2.136349e-02 -0.0578071002   9469076         33.029         22.932
47    2.991773e-03 -0.0002493144  10766745         10.961         10.037
48    1.592941e-02  0.0079074032   4138962         21.564         15.108
49    3.122172e-03  0.0044605345    547029          9.665          9.094
50    1.629844e-02  0.0583122057  14307985         23.916         17.298
51    1.629844e-02  0.0583122057  14307985         23.916         17.298
52    1.629844e-02  0.0583122057  14307985         23.916         17.298
53   -2.890730e-03  0.0089612642   3846647          8.876          8.550
54    1.236586e-02 -0.0042640893   4411631         27.398         24.135
55    8.463542e-03 -0.0039062500  16603050          8.453          9.584
56    1.427256e-02 -0.0072897483  19790484         15.121         16.219
57    1.492447e-02 -0.0012629329   3137196         13.447         16.992
58    1.492447e-02 -0.0012629329   3137196         13.447         16.992
59    1.427256e-02 -0.0072897483  19790484         15.121         16.219
60    3.122172e-03  0.0044605345    547029          9.665          9.094
61    2.365995e-03 -0.0124010769   3733323          7.972          9.585
62    1.629844e-02  0.0583122057  14307985         23.916         17.298
63    1.629844e-02  0.0583122057  14307985         23.916         17.298
64    1.629844e-02  0.0583122057  14307985         23.916         17.298
65    3.327228e-02  0.0190127333   5156419         19.270         18.450
66    2.136349e-02 -0.0578071002   9469076         33.029         22.932
67    1.629844e-02  0.0583122057  14307985         23.916         17.298
68    3.122172e-03  0.0044605345    547029          9.665          9.094
69    1.629844e-02  0.0583122057  14307985         23.916         17.298
70    6.153443e-03  0.0137470542   5568099         15.253         13.409
71    1.629844e-02  0.0583122057  14307985         23.916         17.298
72    1.592941e-02  0.0079074032   4138962         21.564         15.108
73   -1.220063e-02 -0.0248531405   8485838         12.229         12.982
74    2.136349e-02 -0.0578071002   9469076         33.029         22.932
75    1.629844e-02  0.0583122057  14307985         23.916         17.298
76    4.615658e-03 -0.0289366235  22409081         23.833         20.068
77    1.629844e-02  0.0583122057  14307985         23.916         17.298
78    8.780943e-03  0.0057916861   1645836         11.255         12.612
79    2.136349e-02 -0.0578071002   9469076         33.029         22.932
80    1.629844e-02  0.0583122057  14307985         23.916         17.298
81    1.629844e-02  0.0583122057  14307985         23.916         17.298
82    1.629844e-02  0.0583122057  14307985         23.916         17.298
83    1.629844e-02  0.0583122057  14307985         23.916         17.298
84    1.629844e-02  0.0583122057  14307985         23.916         17.298
85    3.122172e-03  0.0044605345    547029          9.665          9.094
86    1.629844e-02  0.0583122057  14307985         23.916         17.298
87    1.629844e-02  0.0583122057  14307985         23.916         17.298
88    1.629844e-02  0.0583122057  14307985         23.916         17.298
89    1.629844e-02  0.0583122057  14307985         23.916         17.298
90    1.629844e-02  0.0583122057  14307985         23.916         17.298
91    1.629844e-02  0.0583122057  14307985         23.916         17.298
92    1.629844e-02  0.0583122057  14307985         23.916         17.298
93    3.028567e-02  0.0357721991   2020180         21.549         14.953
94    2.136349e-02 -0.0578071002   9469076         33.029         22.932
95    1.629844e-02  0.0583122057  14307985         23.916         17.298
96   -1.220063e-02 -0.0248531405   8485838         12.229         12.982
97   -1.220063e-02 -0.0248531405   8485838         12.229         12.982
98    6.140802e-02 -0.0125899281  79257504         60.469         39.887
99    3.122172e-03  0.0044605345    547029          9.665          9.094
100   2.136349e-02 -0.0578071002   9469076         33.029         22.932
101   2.136349e-02 -0.0578071002   9469076         33.029         22.932
102   1.629844e-02  0.0583122057  14307985         23.916         17.298
103   1.629844e-02  0.0583122057  14307985         23.916         17.298
104   1.629844e-02  0.0583122057  14307985         23.916         17.298
105   2.136349e-02 -0.0578071002   9469076         33.029         22.932
106   1.629844e-02  0.0583122057  14307985         23.916         17.298
107   1.629844e-02  0.0583122057  14307985         23.916         17.298
108   1.629844e-02  0.0583122057  14307985         23.916         17.298
109   1.629844e-02  0.0583122057  14307985         23.916         17.298
110   1.629844e-02  0.0583122057  14307985         23.916         17.298
111   1.592941e-02  0.0079074032   4138962         21.564         15.108
112   3.028567e-02  0.0357721991   2020180         21.549         14.953
113   5.482042e-03  0.0103969754  12342873          8.853         15.503
114   1.592941e-02  0.0079074032   4138962         21.564         15.108
115   1.629844e-02  0.0583122057  14307985         23.916         17.298
116   2.136349e-02 -0.0578071002   9469076         33.029         22.932
117   3.122172e-03  0.0044605345    547029          9.665          9.094
118   3.028567e-02  0.0357721991   2020180         21.549         14.953
119   1.629844e-02  0.0583122057  14307985         23.916         17.298
120   2.365995e-03 -0.0124010769   3733323          7.972          9.585
121   1.629844e-02  0.0583122057  14307985         23.916         17.298
122   2.136349e-02 -0.0578071002   9469076         33.029         22.932
123   1.629844e-02  0.0583122057  14307985         23.916         17.298
124   1.629844e-02  0.0583122057  14307985         23.916         17.298
125   2.292674e-02  0.0162994806  29221000         19.641         18.904
126   1.629844e-02  0.0583122057  14307985         23.916         17.298
127   3.327228e-02  0.0190127333   5156419         19.270         18.450
128   3.876570e-03 -0.0234144829   3523867         16.338         16.302
129  -1.045131e-01 -0.1045130641      3000         85.122             NA
130   1.629844e-02  0.0583122057  14307985         23.916         17.298
131   1.629844e-02  0.0583122057  14307985         23.916         17.298
132   3.122172e-03  0.0044605345    547029          9.665          9.094
133   1.236586e-02 -0.0042640893   4411631         27.398         24.135
134   2.136349e-02 -0.0578071002   9469076         33.029         22.932
135   3.028567e-02  0.0357721991   2020180         21.549         14.953
136   1.629844e-02  0.0583122057  14307985         23.916         17.298
137   3.028567e-02  0.0357721991   2020180         21.549         14.953
138   1.629844e-02  0.0583122057  14307985         23.916         17.298
139   1.629844e-02  0.0583122057  14307985         23.916         17.298
140   1.629844e-02  0.0583122057  14307985         23.916         17.298
141   1.629844e-02  0.0583122057  14307985         23.916         17.298
142   1.629844e-02  0.0583122057  14307985         23.916         17.298
143   2.395559e-02 -0.0014607070  11075000         20.183         19.517
144   2.136349e-02 -0.0578071002   9469076         33.029         22.932
145   8.463542e-03 -0.0039062500  16603050          8.453          9.584
146   2.136349e-02 -0.0578071002   9469076         33.029         22.932
147   1.629844e-02  0.0583122057  14307985         23.916         17.298
148   3.028567e-02  0.0357721991   2020180         21.549         14.953
149   2.730054e-02  0.0056483879  10811008         24.047         23.796
150   2.191289e-02  0.0450830714   7950987         17.014         10.996
151   1.629844e-02  0.0583122057  14307985         23.916         17.298
152   2.863891e-02 -0.0035429584   5979200         29.817         25.796
153  -2.890730e-03  0.0089612642   3846647          8.876          8.550
154   1.629844e-02  0.0583122057  14307985         23.916         17.298
155   2.365995e-03 -0.0124010769   3733323          7.972          9.585
156   3.122172e-03  0.0044605345    547029          9.665          9.094
157   1.629844e-02  0.0583122057  14307985         23.916         17.298
158   1.629844e-02  0.0583122057  14307985         23.916         17.298
159   1.629844e-02  0.0583122057  14307985         23.916         17.298
160   3.122172e-03  0.0044605345    547029          9.665          9.094
161   3.028567e-02  0.0357721991   2020180         21.549         14.953
162  -2.890730e-03  0.0089612642   3846647          8.876          8.550
163   1.629844e-02  0.0583122057  14307985         23.916         17.298
164   3.122172e-03  0.0044605345    547029          9.665          9.094
165   2.136349e-02 -0.0578071002   9469076         33.029         22.932
166   1.629844e-02  0.0583122057  14307985         23.916         17.298
167   3.876570e-03 -0.0234144829   3523867         16.338         16.302
168   1.629844e-02  0.0583122057  14307985         23.916         17.298
169   2.991773e-03 -0.0002493144  10766745         10.961         10.037
170   1.629844e-02  0.0583122057  14307985         23.916         17.298
171   1.629844e-02  0.0583122057  14307985         23.916         17.298
172  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
173  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
174   2.365995e-03 -0.0124010769   3733323          7.972          9.585
175   3.122172e-03  0.0044605345    547029          9.665          9.094
176   1.629844e-02  0.0583122057  14307985         23.916         17.298
177   1.629844e-02  0.0583122057  14307985         23.916         17.298
178   5.451374e-03  0.0034888792   3227039         12.229         11.036
179   1.629844e-02  0.0583122057  14307985         23.916         17.298
180   1.629844e-02  0.0583122057  14307985         23.916         17.298
181  -3.557875e-03 -0.0189753321  25405353         14.379         15.465
182   1.629844e-02  0.0583122057  14307985         23.916         17.298
183   1.236586e-02 -0.0042640893   4411631         27.398         24.135
184   3.876570e-03 -0.0234144829   3523867         16.338         16.302
185   1.629844e-02  0.0583122057  14307985         23.916         17.298
186   1.629844e-02  0.0583122057  14307985         23.916         17.298
187   1.629844e-02  0.0583122057  14307985         23.916         17.298
188   1.629844e-02  0.0583122057  14307985         23.916         17.298
189   5.221932e-03 -0.0010443864    753195         17.197         50.149
190   1.427256e-02 -0.0072897483  19790484         15.121         16.219
191   1.629844e-02  0.0583122057  14307985         23.916         17.298
192   1.629844e-02  0.0583122057  14307985         23.916         17.298
193   5.482042e-03  0.0103969754  12342873          8.853         15.503
194   1.629844e-02  0.0583122057  14307985         23.916         17.298
195  -9.769934e-03 -0.0182792310  37450039         13.081         12.910
196   1.629844e-02  0.0583122057  14307985         23.916         17.298
197   3.122172e-03  0.0044605345    547029          9.665          9.094
198   2.292674e-02  0.0162994806  29221000         19.641         18.904
199  -3.557875e-03 -0.0189753321  25405353         14.379         15.465
200   3.122172e-03  0.0044605345    547029          9.665          9.094
201   1.629844e-02  0.0583122057  14307985         23.916         17.298
202   1.629844e-02  0.0583122057  14307985         23.916         17.298
203  -1.618220e-02  0.0098891220   9320880         15.266         14.808
204   1.629844e-02  0.0583122057  14307985         23.916         17.298
205   1.629844e-02  0.0583122057  14307985         23.916         17.298
206   1.629844e-02  0.0583122057  14307985         23.916         17.298
207   1.629844e-02  0.0583122057  14307985         23.916         17.298
208   3.122172e-03  0.0044605345    547029          9.665          9.094
209   2.136349e-02 -0.0578071002   9469076         33.029         22.932
210   3.122172e-03  0.0044605345    547029          9.665          9.094
211   3.122172e-03  0.0044605345    547029          9.665          9.094
212   3.122172e-03  0.0044605345    547029          9.665          9.094
213   1.236586e-02 -0.0042640893   4411631         27.398         24.135
214   2.136349e-02 -0.0578071002   9469076         33.029         22.932
215   2.136349e-02 -0.0578071002   9469076         33.029         22.932
216   1.203836e-02  0.0226484391  16844160         25.613         19.725
217   1.629844e-02  0.0583122057  14307985         23.916         17.298
218   1.629844e-02  0.0583122057  14307985         23.916         17.298
219   4.615658e-03 -0.0289366235  22409081         23.833         20.068
220  -1.618220e-02  0.0098891220   9320880         15.266         14.808
221   2.619018e-02 -0.0175621099   5350680         28.853         17.213
222   1.629844e-02  0.0583122057  14307985         23.916         17.298
223   1.822600e-02 -0.0007594168   6703300         23.594         19.487
224   1.629844e-02  0.0583122057  14307985         23.916         17.298
225   1.629844e-02  0.0583122057  14307985         23.916         17.298
226   1.629844e-02  0.0583122057  14307985         23.916         17.298
227   3.592077e-02  0.0353165577   2087401         21.540         15.547
228   1.629844e-02  0.0583122057  14307985         23.916         17.298
229   3.122172e-03  0.0044605345    547029          9.665          9.094
230   2.136349e-02 -0.0578071002   9469076         33.029         22.932
231   1.629844e-02  0.0583122057  14307985         23.916         17.298
232   9.602390e-04  0.0008535458      3495          3.459          4.545
233   1.629844e-02  0.0583122057  14307985         23.916         17.298
234   1.236586e-02 -0.0042640893   4411631         27.398         24.135
235   2.408865e-03 -0.0329211498   4502211         32.289         25.912
236   3.028567e-02  0.0357721991   2020180         21.549         14.953
237   8.355488e-03 -0.0206988226    342823         32.807         28.367
238   1.629844e-02  0.0583122057  14307985         23.916         17.298
239   1.236586e-02 -0.0042640893   4411631         27.398         24.135
240   3.122172e-03  0.0044605345    547029          9.665          9.094
241   1.492447e-02 -0.0012629329   3137196         13.447         16.992
242   2.136349e-02 -0.0578071002   9469076         33.029         22.932
243   3.122172e-03  0.0044605345    547029          9.665          9.094
244   3.122172e-03  0.0044605345    547029          9.665          9.094
245   1.629844e-02  0.0583122057  14307985         23.916         17.298
246   1.629844e-02  0.0583122057  14307985         23.916         17.298
247   1.629844e-02  0.0583122057  14307985         23.916         17.298
248   1.629844e-02  0.0583122057  14307985         23.916         17.298
249   1.427256e-02 -0.0072897483  19790484         15.121         16.219
250   3.122172e-03  0.0044605345    547029          9.665          9.094
251  -1.125158e-02 -0.0251580278   7835236         11.723         17.510
252   2.408865e-03 -0.0329211498   4502211         32.289         25.912
253   1.629844e-02  0.0583122057  14307985         23.916         17.298
254   1.747873e-02 -0.0174787316  25270549         16.199         13.125
255   9.602390e-04  0.0008535458      3495          3.459          4.545
256   1.629844e-02  0.0583122057  14307985         23.916         17.298
257   1.629844e-02  0.0583122057  14307985         23.916         17.298
258   3.876570e-03 -0.0234144829   3523867         16.338         16.302
259   1.492447e-02 -0.0012629329   3137196         13.447         16.992
260   3.187807e-02 -0.0127096851   2891744         24.074         16.851
261   1.629844e-02  0.0583122057  14307985         23.916         17.298
262   9.602390e-04  0.0008535458      3495          3.459          4.545
263   1.629844e-02  0.0583122057  14307985         23.916         17.298
264   9.602390e-04  0.0008535458      3495          3.459          4.545
265   1.629844e-02  0.0583122057  14307985         23.916         17.298
266   2.136349e-02 -0.0578071002   9469076         33.029         22.932
267   2.136349e-02 -0.0578071002   9469076         33.029         22.932
268   2.863891e-02 -0.0035429584   5979200         29.817         25.796
269   3.876570e-03 -0.0234144829   3523867         16.338         16.302
270   1.629844e-02  0.0583122057  14307985         23.916         17.298
271   1.629844e-02  0.0583122057  14307985         23.916         17.298
272  -3.557875e-03 -0.0189753321  25405353         14.379         15.465
273   2.526316e-02  0.0326315789   3014590         57.280         39.930
274   9.602390e-04  0.0008535458      3495          3.459          4.545
275   1.629844e-02  0.0583122057  14307985         23.916         17.298
276   3.122172e-03  0.0044605345    547029          9.665          9.094
277   2.991773e-03 -0.0002493144  10766745         10.961         10.037
278   3.122172e-03  0.0044605345    547029          9.665          9.094
279   1.629844e-02  0.0583122057  14307985         23.916         17.298
280   1.236586e-02 -0.0042640893   4411631         27.398         24.135
281   9.602390e-04  0.0008535458      3495          3.459          4.545
282   1.629844e-02  0.0583122057  14307985         23.916         17.298
283   1.629844e-02  0.0583122057  14307985         23.916         17.298
284   9.602390e-04  0.0008535458      3495          3.459          4.545
285   9.602390e-04  0.0008535458      3495          3.459          4.545
286   2.365995e-03 -0.0124010769   3733323          7.972          9.585
287   1.492447e-02 -0.0012629329   3137196         13.447         16.992
288   2.365995e-03 -0.0124010769   3733323          7.972          9.585
289   1.629844e-02  0.0583122057  14307985         23.916         17.298
290   9.602390e-04  0.0008535458      3495          3.459          4.545
291   6.153443e-03  0.0137470542   5568099         15.253         13.409
292   2.136349e-02 -0.0578071002   9469076         33.029         22.932
293   1.629844e-02  0.0583122057  14307985         23.916         17.298
294   1.629844e-02  0.0583122057  14307985         23.916         17.298
295   1.629844e-02  0.0583122057  14307985         23.916         17.298
296   1.629844e-02  0.0583122057  14307985         23.916         17.298
297  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
298   3.122172e-03  0.0044605345    547029          9.665          9.094
299   1.629844e-02  0.0583122057  14307985         23.916         17.298
300  -1.618220e-02  0.0098891220   9320880         15.266         14.808
301   3.122172e-03  0.0044605345    547029          9.665          9.094
302   3.122172e-03  0.0044605345    547029          9.665          9.094
303   3.327228e-02  0.0190127333   5156419         19.270         18.450
304   3.122172e-03  0.0044605345    547029          9.665          9.094
305   2.136349e-02 -0.0578071002   9469076         33.029         22.932
306   1.492447e-02 -0.0012629329   3137196         13.447         16.992
307   1.629844e-02  0.0583122057  14307985         23.916         17.298
308   2.136349e-02 -0.0578071002   9469076         33.029         22.932
309   2.365995e-03 -0.0124010769   3733323          7.972          9.585
310   2.863891e-02 -0.0035429584   5979200         29.817         25.796
311   2.365995e-03 -0.0124010769   3733323          7.972          9.585
312  -3.557875e-03 -0.0189753321  25405353         14.379         15.465
313   9.602390e-04  0.0008535458      3495          3.459          4.545
314   1.492447e-02 -0.0012629329   3137196         13.447         16.992
315   2.136349e-02 -0.0578071002   9469076         33.029         22.932
316   9.602390e-04  0.0008535458      3495          3.459          4.545
317   1.629844e-02  0.0583122057  14307985         23.916         17.298
318   1.236586e-02 -0.0042640893   4411631         27.398         24.135
319  -2.890730e-03  0.0089612642   3846647          8.876          8.550
320   9.602390e-04  0.0008535458      3495          3.459          4.545
321  -2.890730e-03  0.0089612642   3846647          8.876          8.550
322   1.629844e-02  0.0583122057  14307985         23.916         17.298
323   1.747873e-02 -0.0174787316  25270549         16.199         13.125
324   1.629844e-02  0.0583122057  14307985         23.916         17.298
325   1.629844e-02  0.0583122057  14307985         23.916         17.298
326   4.615658e-03 -0.0289366235  22409081         23.833         20.068
327   1.747873e-02 -0.0174787316  25270549         16.199         13.125
328   1.629844e-02  0.0583122057  14307985         23.916         17.298
329  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
330   3.122172e-03  0.0044605345    547029          9.665          9.094
331   1.629844e-02  0.0583122057  14307985         23.916         17.298
332   4.615658e-03 -0.0289366235  22409081         23.833         20.068
333   1.629844e-02  0.0583122057  14307985         23.916         17.298
334   2.136349e-02 -0.0578071002   9469076         33.029         22.932
335   2.365995e-03 -0.0124010769   3733323          7.972          9.585
336   1.629844e-02  0.0583122057  14307985         23.916         17.298
337   1.427256e-02 -0.0072897483  19790484         15.121         16.219
338   2.136349e-02 -0.0578071002   9469076         33.029         22.932
339   1.236586e-02 -0.0042640893   4411631         27.398         24.135
340   1.629844e-02  0.0583122057  14307985         23.916         17.298
341   1.747873e-02 -0.0174787316  25270549         16.199         13.125
342   1.629844e-02  0.0583122057  14307985         23.916         17.298
343   7.027314e-03 -0.0241315301  26926210         17.133         14.086
344   9.602390e-04  0.0008535458      3495          3.459          4.545
345   6.140802e-02 -0.0125899281  79257504         60.469         39.887
346   1.629844e-02  0.0583122057  14307985         23.916         17.298
347   6.140802e-02 -0.0125899281  79257504         60.469         39.887
348   5.487805e-03  0.0079268293   6444913         13.693         22.622
349   8.355488e-03 -0.0206988226    342823         32.807         28.367
350   5.482042e-03  0.0103969754  12342873          8.853         15.503
351   8.355488e-03 -0.0206988226    342823         32.807         28.367
352   8.355488e-03 -0.0206988226    342823         32.807         28.367
353   3.122172e-03  0.0044605345    547029          9.665          9.094
354   9.602390e-04  0.0008535458      3495          3.459          4.545
355   4.615658e-03 -0.0289366235  22409081         23.833         20.068
356  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
357   1.629844e-02  0.0583122057  14307985         23.916         17.298
358   3.122172e-03  0.0044605345    547029          9.665          9.094
359   2.365995e-03 -0.0124010769   3733323          7.972          9.585
360   2.136349e-02 -0.0578071002   9469076         33.029         22.932
361   9.602390e-04  0.0008535458      3495          3.459          4.545
362   9.602390e-04  0.0008535458      3495          3.459          4.545
363   1.629844e-02  0.0583122057  14307985         23.916         17.298
364   1.629844e-02  0.0583122057  14307985         23.916         17.298
365   1.747873e-02 -0.0174787316  25270549         16.199         13.125
366   3.122172e-03  0.0044605345    547029          9.665          9.094
367   1.629844e-02  0.0583122057  14307985         23.916         17.298
368   1.236586e-02 -0.0042640893   4411631         27.398         24.135
369   1.492447e-02 -0.0012629329   3137196         13.447         16.992
370   6.140802e-02 -0.0125899281  79257504         60.469         39.887
371   1.629844e-02  0.0583122057  14307985         23.916         17.298
372  -2.886697e-03  0.0079384171  12677977         10.545          8.264
373  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
374   8.355488e-03 -0.0206988226    342823         32.807         28.367
375   8.210391e-02  0.0634106112  12755479         40.751         23.277
376   8.355488e-03 -0.0206988226    342823         32.807         28.367
377   3.028567e-02  0.0357721991   2020180         21.549         14.953
378   9.602390e-04  0.0008535458      3495          3.459          4.545
379  -3.557875e-03 -0.0189753321  25405353         14.379         15.465
380   3.122172e-03  0.0044605345    547029          9.665          9.094
381   3.601079e-02  0.0132198192   2952325         26.114         19.319
382   5.482042e-03  0.0103969754  12342873          8.853         15.503
383   8.355488e-03 -0.0206988226    342823         32.807         28.367
384   3.122172e-03  0.0044605345    547029          9.665          9.094
385   3.327228e-02  0.0190127333   5156419         19.270         18.450
386   3.028567e-02  0.0357721991   2020180         21.549         14.953
387   3.122172e-03  0.0044605345    547029          9.665          9.094
388   1.629844e-02  0.0583122057  14307985         23.916         17.298
389   2.863891e-02 -0.0035429584   5979200         29.817         25.796
390   1.629844e-02  0.0583122057  14307985         23.916         17.298
391   1.492447e-02 -0.0012629329   3137196         13.447         16.992
392   5.482042e-03  0.0103969754  12342873          8.853         15.503
393   1.629844e-02  0.0583122057  14307985         23.916         17.298
394   2.408865e-03 -0.0329211498   4502211         32.289         25.912
395   3.122172e-03  0.0044605345    547029          9.665          9.094
396   2.136349e-02 -0.0578071002   9469076         33.029         22.932
397   3.122172e-03  0.0044605345    547029          9.665          9.094
398   3.122172e-03  0.0044605345    547029          9.665          9.094
399   1.051780e-02  0.0202265372  46974479         26.321         27.647
400   3.122172e-03  0.0044605345    547029          9.665          9.094
401   1.629844e-02  0.0583122057  14307985         23.916         17.298
402   3.028567e-02  0.0357721991   2020180         21.549         14.953
403  -3.557875e-03 -0.0189753321  25405353         14.379         15.465
404   3.122172e-03  0.0044605345    547029          9.665          9.094
405   1.629844e-02  0.0583122057  14307985         23.916         17.298
406   2.863891e-02 -0.0035429584   5979200         29.817         25.796
407   6.140802e-02 -0.0125899281  79257504         60.469         39.887
408   1.629844e-02  0.0583122057  14307985         23.916         17.298
409  -5.908419e-03 -0.0358936484       217         15.606         17.509
410   3.122172e-03  0.0044605345    547029          9.665          9.094
411   1.236586e-02 -0.0042640893   4411631         27.398         24.135
412   1.629844e-02  0.0583122057  14307985         23.916         17.298
413   1.236586e-02 -0.0042640893   4411631         27.398         24.135
414   1.492447e-02 -0.0012629329   3137196         13.447         16.992
415   2.136349e-02 -0.0578071002   9469076         33.029         22.932
416   1.629844e-02  0.0583122057  14307985         23.916         17.298
417   1.236586e-02 -0.0042640893   4411631         27.398         24.135
418   3.122172e-03  0.0044605345    547029          9.665          9.094
419   8.355488e-03 -0.0206988226    342823         32.807         28.367
420   3.122172e-03  0.0044605345    547029          9.665          9.094
421   1.629844e-02  0.0583122057  14307985         23.916         17.298
422   3.122172e-03  0.0044605345    547029          9.665          9.094
423   3.028567e-02  0.0357721991   2020180         21.549         14.953
424   1.629844e-02  0.0583122057  14307985         23.916         17.298
425   1.629844e-02  0.0583122057  14307985         23.916         17.298
426   1.236586e-02 -0.0042640893   4411631         27.398         24.135
427   1.629844e-02  0.0583122057  14307985         23.916         17.298
428   1.236586e-02 -0.0042640893   4411631         27.398         24.135
429   3.122172e-03  0.0044605345    547029          9.665          9.094
430  -1.766784e-02 -0.0167844523   5847437         17.560         17.186
431   3.122172e-03  0.0044605345    547029          9.665          9.094
432   1.629844e-02  0.0583122057  14307985         23.916         17.298
433   1.236586e-02 -0.0042640893   4411631         27.398         24.135
434   1.629844e-02  0.0583122057  14307985         23.916         17.298
435   3.122172e-03  0.0044605345    547029          9.665          9.094
436   2.136349e-02 -0.0578071002   9469076         33.029         22.932
437   2.136349e-02 -0.0578071002   9469076         33.029         22.932
438   1.236586e-02 -0.0042640893   4411631         27.398         24.135
439   1.655825e-02 -0.0053222945  27693980         12.549         15.009
440   3.028567e-02  0.0357721991   2020180         21.549         14.953
441   8.355488e-03 -0.0206988226    342823         32.807         28.367
442   8.355488e-03 -0.0206988226    342823         32.807         28.367
443   1.231775e-02  0.0548014077   9100057         18.769         16.099
444   5.451374e-03  0.0034888792   3227039         12.229         11.036
445   3.122172e-03  0.0044605345    547029          9.665          9.094
446   5.380138e-03  0.0029987652   1716649         16.606         14.640
447   3.876570e-03 -0.0234144829   3523867         16.338         16.302
448   1.629844e-02  0.0583122057  14307985         23.916         17.298
449   8.355488e-03 -0.0206988226    342823         32.807         28.367
450   3.122172e-03  0.0044605345    547029          9.665          9.094
451   1.492447e-02 -0.0012629329   3137196         13.447         16.992
452   1.629844e-02  0.0583122057  14307985         23.916         17.298
453   1.492447e-02 -0.0012629329   3137196         13.447         16.992
454  -2.890730e-03  0.0089612642   3846647          8.876          8.550
455   3.122172e-03  0.0044605345    547029          9.665          9.094
456   1.492447e-02 -0.0012629329   3137196         13.447         16.992
457  -1.661130e-02  0.0079734219  14889607         27.848         19.862
458   3.150462e-02  0.0217273221  27059084         20.872         14.550
459   3.150462e-02  0.0217273221  27059084         20.872         14.550
460   1.236586e-02 -0.0042640893   4411631         27.398         24.135
461   1.427256e-02 -0.0072897483  19790484         15.121         16.219
462   1.629844e-02  0.0583122057  14307985         23.916         17.298
463   1.236586e-02 -0.0042640893   4411631         27.398         24.135
464   1.236586e-02 -0.0042640893   4411631         27.398         24.135
465  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
466   1.492447e-02 -0.0012629329   3137196         13.447         16.992
467   1.629844e-02  0.0583122057  14307985         23.916         17.298
468   1.629844e-02  0.0583122057  14307985         23.916         17.298
469   1.629844e-02  0.0583122057  14307985         23.916         17.298
470   1.629844e-02  0.0583122057  14307985         23.916         17.298
471   1.592941e-02  0.0079074032   4138962         21.564         15.108
472   3.876570e-03 -0.0234144829   3523867         16.338         16.302
473   1.492447e-02 -0.0012629329   3137196         13.447         16.992
474   2.136349e-02 -0.0578071002   9469076         33.029         22.932
475   3.122172e-03  0.0044605345    547029          9.665          9.094
476  -3.557875e-03 -0.0189753321  25405353         14.379         15.465
477   2.863891e-02 -0.0035429584   5979200         29.817         25.796
478   1.629844e-02  0.0583122057  14307985         23.916         17.298
479   2.395559e-02 -0.0014607070  11075000         20.183         19.517
480   3.122172e-03  0.0044605345    547029          9.665          9.094
481   1.629844e-02  0.0583122057  14307985         23.916         17.298
482   3.122172e-03  0.0044605345    547029          9.665          9.094
483   3.122172e-03  0.0044605345    547029          9.665          9.094
484   3.028567e-02  0.0357721991   2020180         21.549         14.953
485   7.027314e-03 -0.0241315301  26926210         17.133         14.086
486   3.876570e-03 -0.0234144829   3523867         16.338         16.302
487   4.615658e-03 -0.0289366235  22409081         23.833         20.068
488   1.492447e-02 -0.0012629329   3137196         13.447         16.992
489   2.136349e-02 -0.0578071002   9469076         33.029         22.932
490  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
491   1.629844e-02  0.0583122057  14307985         23.916         17.298
492   1.492447e-02 -0.0012629329   3137196         13.447         16.992
493   2.991773e-03 -0.0002493144  10766745         10.961         10.037
494   1.629844e-02  0.0583122057  14307985         23.916         17.298
495   2.365995e-03 -0.0124010769   3733323          7.972          9.585
496   2.136349e-02 -0.0578071002   9469076         33.029         22.932
497  -1.125158e-02 -0.0251580278   7835236         11.723         17.510
498   1.492447e-02 -0.0012629329   3137196         13.447         16.992
499   1.629844e-02  0.0583122057  14307985         23.916         17.298
500   4.944376e-03 -0.0113720643  49200993          9.114          8.417
501   1.629844e-02  0.0583122057  14307985         23.916         17.298
502  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
503   2.136349e-02 -0.0578071002   9469076         33.029         22.932
504   3.876570e-03 -0.0234144829   3523867         16.338         16.302
505   1.629844e-02  0.0583122057  14307985         23.916         17.298
506   1.629844e-02  0.0583122057  14307985         23.916         17.298
507   2.136349e-02 -0.0578071002   9469076         33.029         22.932
508   1.629844e-02  0.0583122057  14307985         23.916         17.298
509  -3.557875e-03 -0.0189753321  25405353         14.379         15.465
510   2.136349e-02 -0.0578071002   9469076         33.029         22.932
511   3.122172e-03  0.0044605345    547029          9.665          9.094
512   2.136349e-02 -0.0578071002   9469076         33.029         22.932
513   2.136349e-02 -0.0578071002   9469076         33.029         22.932
514   1.629844e-02  0.0583122057  14307985         23.916         17.298
515   1.492447e-02 -0.0012629329   3137196         13.447         16.992
516   1.629844e-02  0.0583122057  14307985         23.916         17.298
517   5.522788e-03  0.0410991957    619442         20.305         17.352
518  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
519   2.167183e-03 -0.0247678019   2123243         13.477         16.281
520   4.118738e-02  0.0890538033  18796871         25.781         18.576
521   3.594184e-03 -0.0051462179   3233576          7.607          9.573
522  -7.881108e-03 -0.0131351798  50139775         18.120         16.992
523  -1.188778e-03 -0.0159296243  32082528         14.700         15.146
524   4.118738e-02  0.0890538033  18796871         25.781         18.576
525  -1.796945e-02 -0.0292902066  10501334         10.433         12.575
526   1.138263e-03  0.0012686895      3863          3.391          4.525
527   9.425370e-03  0.0177280905    693341         10.369          9.245
528   2.020498e-02  0.0102489019   5165300         26.418         25.746
529   4.118738e-02  0.0890538033  18796871         25.781         18.576
530   1.186248e-02 -0.0089501350   6033422         19.491         24.098
531   4.118738e-02  0.0890538033  18796871         25.781         18.576
532   3.654139e-02  0.0530027967   2251047         21.579         15.049
533   4.118738e-02  0.0890538033  18796871         25.781         18.576
534   1.216240e-02  0.0126989805  21157698         24.594         20.199
535   4.118738e-02  0.0890538033  18796871         25.781         18.576
536   1.025482e-02 -0.0605966439   9700776         33.037         22.838
537   9.425370e-03  0.0177280905    693341         10.369          9.245
538   1.025482e-02 -0.0605966439   9700776         33.037         22.838
539   1.186248e-02 -0.0089501350   6033422         19.491         24.098
540   4.118738e-02  0.0890538033  18796871         25.781         18.576
541   4.118738e-02  0.0890538033  18796871         25.781         18.576
542  -1.267512e-02  0.0133422282  12433763         26.395         19.843
543   4.118738e-02  0.0890538033  18796871         25.781         18.576
544   1.186248e-02 -0.0089501350   6033422         19.491         24.098
545   9.425370e-03  0.0177280905    693341         10.369          9.245
546   1.025482e-02 -0.0605966439   9700776         33.037         22.838
547   9.425370e-03  0.0177280905    693341         10.369          9.245
548   1.025482e-02 -0.0605966439   9700776         33.037         22.838
549   4.118738e-02  0.0890538033  18796871         25.781         18.576
550   3.654139e-02  0.0530027967   2251047         21.579         15.049
551   4.609524e-02  0.0494285714   6149776         18.784         14.195
552   4.118738e-02  0.0890538033  18796871         25.781         18.576
553   3.206337e-03  0.0158430781   8810937          8.269         15.483
554  -1.327853e-02 -0.0398355991   8937496         31.180         25.996
555  -1.327853e-02 -0.0398355991   8937496         31.180         25.996
556   3.460208e-02  0.0015728216  39671528         19.390         12.716
557   4.108848e-03  0.0050099117   3850181         14.201         16.989
558   4.118738e-02  0.0890538033  18796871         25.781         18.576
559   4.118738e-02  0.0890538033  18796871         25.781         18.576
560   4.118738e-02  0.0890538033  18796871         25.781         18.576
561   4.118738e-02  0.0890538033  18796871         25.781         18.576
562   4.118738e-02  0.0890538033  18796871         25.781         18.576
563  -1.327853e-02 -0.0398355991   8937496         31.180         25.996
564   4.118738e-02  0.0890538033  18796871         25.781         18.576
565   9.425370e-03  0.0177280905    693341         10.369          9.245
566   4.118738e-02  0.0890538033  18796871         25.781         18.576
567   1.216240e-02  0.0126989805  21157698         24.594         20.199
568   1.025482e-02 -0.0605966439   9700776         33.037         22.838
569   4.118738e-02  0.0890538033  18796871         25.781         18.576
570   1.025482e-02 -0.0605966439   9700776         33.037         22.838
571   9.425370e-03  0.0177280905    693341         10.369          9.245
572   1.379870e-02  0.0381493506  44396812         26.327         27.639
573   4.118738e-02  0.0890538033  18796871         25.781         18.576
574   4.118738e-02  0.0890538033  18796871         25.781         18.576
575   4.118738e-02  0.0890538033  18796871         25.781         18.576
576   4.118738e-02  0.0890538033  18796871         25.781         18.576
577  -1.045131e-01 -0.1045130641      3000         85.122             NA
578   9.425370e-03  0.0177280905    693341         10.369          9.245
579   4.562664e-03  0.0155324726   3515578          9.724          8.722
580   4.562664e-03  0.0155324726   3515578          9.724          8.722
581   4.562664e-03  0.0155324726   3515578          9.724          8.722
582   4.562664e-03  0.0155324726   3515578          9.724          8.722
583   4.562664e-03  0.0155324726   3515578          9.724          8.722
584   4.562664e-03  0.0155324726   3515578          9.724          8.722
585   4.118738e-02  0.0890538033  18796871         25.781         18.576
586   4.118738e-02  0.0890538033  18796871         25.781         18.576
587   4.118738e-02  0.0890538033  18796871         25.781         18.576
588   4.118738e-02  0.0890538033  18796871         25.781         18.576
589   9.425370e-03  0.0177280905    693341         10.369          9.245
590   4.118738e-02  0.0890538033  18796871         25.781         18.576
591   4.108848e-03  0.0050099117   3850181         14.201         16.989
592   9.425370e-03  0.0177280905    693341         10.369          9.245
593   3.206337e-03  0.0158430781   8810937          8.269         15.483
594   4.118738e-02  0.0890538033  18796871         25.781         18.576
595   8.164040e-03 -0.0174672489    301346         26.819         28.350
596   4.118738e-02  0.0890538033  18796871         25.781         18.576
597   2.053298e-02  0.0209698558 103630853         20.322         22.811
598   4.118738e-02  0.0890538033  18796871         25.781         18.576
599   4.263928e-02  0.0431001762    813955         21.006         19.114
600   2.167183e-03 -0.0247678019   2123243         13.477         16.281
601   9.425370e-03  0.0177280905    693341         10.369          9.245
602   1.025482e-02 -0.0605966439   9700776         33.037         22.838
603   1.138263e-03  0.0012686895      3863          3.391          4.525
604   3.594184e-03 -0.0051462179   3233576          7.607          9.573
605   2.167183e-03 -0.0247678019   2123243         13.477         16.281
606   4.108848e-03  0.0050099117   3850181         14.201         16.989
607   1.025482e-02 -0.0605966439   9700776         33.037         22.838
608  -1.327853e-02 -0.0398355991   8937496         31.180         25.996
609   4.118738e-02  0.0890538033  18796871         25.781         18.576
610   4.108848e-03  0.0050099117   3850181         14.201         16.989
611   3.654139e-02  0.0530027967   2251047         21.579         15.049
612   3.206337e-03  0.0158430781   8810937          8.269         15.483
613   1.138263e-03  0.0012686895      3863          3.391          4.525
614   2.167183e-03 -0.0247678019   2123243         13.477         16.281
615   2.224824e-02  0.0271662763   9731327         23.614         23.830
616   4.108848e-03  0.0050099117   3850181         14.201         16.989
617   3.654139e-02  0.0530027967   2251047         21.579         15.049
618   1.216240e-02  0.0126989805  21157698         24.594         20.199
619   4.118738e-02  0.0890538033  18796871         25.781         18.576
620  -1.327853e-02 -0.0398355991   8937496         31.180         25.996
621   1.186248e-02 -0.0089501350   6033422         19.491         24.098
622  -5.908419e-03 -0.0147710487       892         15.755         16.655
623   4.118738e-02  0.0890538033  18796871         25.781         18.576
624   3.098626e-02  0.0289365807  15111832         13.862         13.795
625   1.891169e-02  0.0292595897  17441470         18.993         18.996
626   2.020498e-02  0.0102489019   5165300         26.418         25.746
627   2.167183e-03 -0.0247678019   2123243         13.477         16.281
628   1.186248e-02 -0.0089501350   6033422         19.491         24.098
629   4.118738e-02  0.0890538033  18796871         25.781         18.576
630   4.108848e-03  0.0050099117   3850181         14.201         16.989
631   1.025482e-02 -0.0605966439   9700776         33.037         22.838
632   1.186248e-02 -0.0089501350   6033422         19.491         24.098
633   3.460208e-02  0.0015728216  39671528         19.390         12.716
634   1.993865e-02  0.0071574642  14150400         24.303         24.950
635   4.118738e-02  0.0890538033  18796871         25.781         18.576
636   1.186248e-02 -0.0089501350   6033422         19.491         24.098
637   4.118738e-02  0.0890538033  18796871         25.781         18.576
638   4.118738e-02  0.0890538033  18796871         25.781         18.576
639   4.118738e-02  0.0890538033  18796871         25.781         18.576
640   4.108848e-03  0.0050099117   3850181         14.201         16.989
641   4.118738e-02  0.0890538033  18796871         25.781         18.576
642   9.425370e-03  0.0177280905    693341         10.369          9.245
643   1.993865e-02  0.0071574642  14150400         24.303         24.950
644   1.186248e-02 -0.0089501350   6033422         19.491         24.098
645  -7.881108e-03 -0.0131351798  50139775         18.120         16.992
646   2.506266e-03  0.0150375940   1800906         18.641         29.800
647   3.654139e-02  0.0530027967   2251047         21.579         15.049
648   4.118738e-02  0.0890538033  18796871         25.781         18.576
649  -7.881108e-03 -0.0131351798  50139775         18.120         16.992
650   4.118738e-02  0.0890538033  18796871         25.781         18.576
651   4.108848e-03  0.0050099117   3850181         14.201         16.989
652   4.118738e-02  0.0890538033  18796871         25.781         18.576
653   1.138263e-03  0.0012686895      3863          3.391          4.525
654   1.025482e-02 -0.0605966439   9700776         33.037         22.838
655   1.025482e-02 -0.0605966439   9700776         33.037         22.838
656   4.118738e-02  0.0890538033  18796871         25.781         18.576
657   4.118738e-02  0.0890538033  18796871         25.781         18.576
658   2.274806e-02  0.0206745136   3138026         28.849         17.000
659   4.118738e-02  0.0890538033  18796871         25.781         18.576
660  -1.796945e-02 -0.0292902066  10501334         10.433         12.575
661   3.460208e-02  0.0015728216  39671528         19.390         12.716
662   1.186248e-02 -0.0089501350   6033422         19.491         24.098
663   1.025482e-02 -0.0605966439   9700776         33.037         22.838
664   1.025482e-02 -0.0605966439   9700776         33.037         22.838
665   1.025482e-02 -0.0605966439   9700776         33.037         22.838
666   2.330783e-02  0.0127133608  15430940         16.344         16.742
667   1.025482e-02 -0.0605966439   9700776         33.037         22.838
668   4.118738e-02  0.0890538033  18796871         25.781         18.576
669   3.594184e-03 -0.0051462179   3233576          7.607          9.573
670   4.108848e-03  0.0050099117   3850181         14.201         16.989
671   3.654139e-02  0.0530027967   2251047         21.579         15.049
672   2.167183e-03 -0.0247678019   2123243         13.477         16.281
673   4.562664e-03  0.0155324726   3515578          9.724          8.722
674   9.425370e-03  0.0177280905    693341         10.369          9.245
675   3.654139e-02  0.0530027967   2251047         21.579         15.049
676   1.186545e-02  0.0084566596   2344503         11.430          9.509
677   4.118738e-02  0.0890538033  18796871         25.781         18.576
678   9.425370e-03  0.0177280905    693341         10.369          9.245
679   1.186248e-02 -0.0089501350   6033422         19.491         24.098
680   1.727007e-02  0.0229502553   2795745         21.680         15.123
681   4.118738e-02  0.0890538033  18796871         25.781         18.576
682   3.997809e-02  0.0350492881  28380640         21.182         13.961
683   4.108848e-03  0.0050099117   3850181         14.201         16.989
684   1.025482e-02 -0.0605966439   9700776         33.037         22.838
685   2.167183e-03 -0.0247678019   2123243         13.477         16.281
686   4.108848e-03  0.0050099117   3850181         14.201         16.989
687   4.118738e-02  0.0890538033  18796871         25.781         18.576
688  -1.045131e-01 -0.1045130641      3000         85.122             NA
689   2.167183e-03 -0.0247678019   2123243         13.477         16.281
690   9.425370e-03  0.0177280905    693341         10.369          9.245
691   1.025482e-02 -0.0605966439   9700776         33.037         22.838
692   5.180652e-02  0.0358619209   2076140         27.376         19.618
693  -1.796945e-02 -0.0292902066  10501334         10.433         12.575
694   4.108848e-03  0.0050099117   3850181         14.201         16.989
695  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
696  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
697  -7.881108e-03 -0.0131351798  50139775         18.120         16.992
698   4.118738e-02  0.0890538033  18796871         25.781         18.576
699   2.500517e-02  0.0285182889  26004051         25.114         19.445
700   1.025482e-02 -0.0605966439   9700776         33.037         22.838
701  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
702   9.425370e-03  0.0177280905    693341         10.369          9.245
703  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
704  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
705   9.425370e-03  0.0177280905    693341         10.369          9.245
706   9.425370e-03  0.0177280905    693341         10.369          9.245
707   1.025482e-02 -0.0605966439   9700776         33.037         22.838
708  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
709   3.654139e-02  0.0530027967   2251047         21.579         15.049
710  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
711   1.025482e-02 -0.0605966439   9700776         33.037         22.838
712  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
713   4.118738e-02  0.0890538033  18796871         25.781         18.576
714   1.186248e-02 -0.0089501350   6033422         19.491         24.098
715  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
716  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
717   9.116022e-03  0.0088397790  24977011         11.920         16.072
718  -7.377896e-04 -0.0134277704  16112092         12.070         14.601
719   9.456762e-03  0.0491725870   1771528         15.922         17.907
720  -2.408935e-03 -0.0021169428  23482860          5.183         18.649
721   1.000313e-02  0.0079712410  23239825          4.759         12.390
722   8.762441e-03  0.0061120727      1510         19.623         19.212
723   7.880110e-03  0.0033068318   3862221         10.429         19.201
724  -7.377896e-04 -0.0134277704  16112092         12.070         14.601
725   3.408566e-03  0.0051365202   1383119          6.591         12.823
726   4.719764e-03  0.0005899705   8105294         15.920         21.975
727   7.880110e-03  0.0033068318   3862221         10.429         19.201
728  -2.050473e-02  0.0126182965   4818512         40.366         39.377
729   2.089200e-03 -0.0007266782   4766038          5.810          8.831
730   4.095963e-03 -0.0014628438  23093057         14.798         12.581
731  -5.157767e-03 -0.0015169903   9754010         12.984         11.163
732  -4.179903e-03  0.0123725130  17237460         13.535         20.334
733   2.366752e-04  0.0134904857   2793709         10.600         15.837
734   2.773089e-02  0.1294911985   3918310         62.828         41.170
735  -4.289800e-03 -0.0119161106  15946816         10.297         12.070
736   9.456762e-03  0.0491725870   1771528         15.922         17.907
737   3.408566e-03  0.0051365202   1383119          6.591         12.823
738   2.366752e-04  0.0134904857   2793709         10.600         15.837
739   2.366752e-04  0.0134904857   2793709         10.600         15.837
740   9.456762e-03  0.0491725870   1771528         15.922         17.907
741   1.848237e-03  0.0113456142   1449737         14.957         15.396
742   2.366752e-04  0.0134904857   2793709         10.600         15.837
743   3.408566e-03  0.0051365202   1383119          6.591         12.823
744   2.366752e-04  0.0134904857   2793709         10.600         15.837
745   8.492569e-03  0.0156581741  30335967         11.977         34.619
746   4.719764e-03  0.0005899705   8105294         15.920         21.975
747   2.366752e-04  0.0134904857   2793709         10.600         15.837
748   9.456762e-03  0.0491725870   1771528         15.922         17.907
749   7.833921e-03  0.0030552291   4619284          9.928          8.135
750   1.363963e-02 -0.0014357502  19338619         11.868         14.041
751   3.408566e-03  0.0051365202   1383119          6.591         12.823
752   4.705300e-03 -0.0061911838  56851331          7.773         16.758
753   3.408566e-03  0.0051365202   1383119          6.591         12.823
754   2.366752e-04  0.0134904857   2793709         10.600         15.837
755   3.408566e-03  0.0051365202   1383119          6.591         12.823
756   9.456762e-03  0.0491725870   1771528         15.922         17.907
757  -3.765933e-02 -0.0353418308   3737222         19.841         15.222
758   2.366752e-04  0.0134904857   2793709         10.600         15.837
759  -2.521008e-02 -0.0014005602   2006556         16.673         23.409
760   7.880110e-03  0.0033068318   3862221         10.429         19.201
761   4.719764e-03  0.0005899705   8105294         15.920         21.975
762   8.508509e-03  0.0024468913   3273420          9.098         14.821
763  -5.117544e-03  0.0107148569   4297878         33.166         30.373
764   5.698655e-03  0.0036927285   1471287          9.685         10.924
765   3.408566e-03  0.0051365202   1383119          6.591         12.823
766   1.224633e-02  0.0034989503   7951315         16.337         15.420
767   2.300173e-03  0.0123634273   5951700         11.009         20.938
768   2.366752e-04  0.0134904857   2793709         10.600         15.837
769   8.492569e-03  0.0156581741  30335967         11.977         34.619
770  -3.747190e-03 -0.0011241569   4415322          4.611         11.499
771   3.408566e-03  0.0051365202   1383119          6.591         12.823
772   9.116022e-03  0.0088397790  24977011         11.920         16.072
773   5.673759e-02  0.1205673759  16737895        124.137         70.685
774   7.833921e-03  0.0030552291   4619284          9.928          8.135
775   9.456762e-03  0.0491725870   1771528         15.922         17.907
776   2.366752e-04  0.0134904857   2793709         10.600         15.837
777   2.366752e-04  0.0134904857   2793709         10.600         15.837
778   3.408566e-03  0.0051365202   1383119          6.591         12.823
779   2.366752e-04  0.0134904857   2793709         10.600         15.837
780  -3.142036e-03  0.0183707113   1585711         17.788         18.209
781   9.456762e-03  0.0491725870   1771528         15.922         17.907
782   9.456762e-03  0.0491725870   1771528         15.922         17.907
783  -2.408935e-03 -0.0021169428  23482860          5.183         18.649
784   2.366752e-04  0.0134904857   2793709         10.600         15.837
785   4.719764e-03  0.0005899705   8105294         15.920         21.975
786  -7.377896e-04 -0.0134277704  16112092         12.070         14.601
787   4.719764e-03  0.0005899705   8105294         15.920         21.975
788   9.456762e-03  0.0491725870   1771528         15.922         17.907
789   9.456762e-03  0.0491725870   1771528         15.922         17.907
790   1.072622e-02  0.0117812555   8750655         10.165         19.305
791   8.492569e-03  0.0156581741  30335967         11.977         34.619
792   4.719764e-03  0.0005899705   8105294         15.920         21.975
793  -7.536606e-03 -0.0176571921   2968324         22.964         23.590
794   7.880110e-03  0.0033068318   3862221         10.429         19.201
795   7.880110e-03  0.0033068318   3862221         10.429         19.201
796   4.719764e-03  0.0005899705   8105294         15.920         21.975
797   2.366752e-04  0.0134904857   2793709         10.600         15.837
798   3.408566e-03  0.0051365202   1383119          6.591         12.823
799  -2.521008e-02 -0.0014005602   2006556         16.673         23.409
800  -3.125751e-03  0.0069728300   8702646         14.513         15.036
801   3.971256e-03  0.0185325265   3794023         16.848         27.449
802   7.880110e-03  0.0033068318   3862221         10.429         19.201
803   4.609750e-03  0.0106466962       413         15.643         14.585
804   1.256013e-02  0.0125601283  16872258         11.293         12.874
805   9.456762e-03  0.0491725870   1771528         15.922         17.907
806   7.833921e-03  0.0030552291   4619284          9.928          8.135
807   1.363963e-02 -0.0014357502  19338619         11.868         14.041
808   2.366752e-04  0.0134904857   2793709         10.600         15.837
809   4.387550e-03  0.0068136066    781830         14.342         15.561
810   2.089200e-03 -0.0007266782   4766038          5.810          8.831
811   9.456762e-03  0.0491725870   1771528         15.922         17.907
812   1.072622e-02  0.0117812555   8750655         10.165         19.305
813   1.363963e-02 -0.0014357502  19338619         11.868         14.041
814  -3.713980e-02 -0.0399270253    779194         24.356         22.092
815   1.000313e-02  0.0079712410  23239825          4.759         12.390
816   1.000313e-02  0.0079712410  23239825          4.759         12.390
817   1.072622e-02  0.0117812555   8750655         10.165         19.305
818   4.719764e-03  0.0005899705   8105294         15.920         21.975
819   2.089200e-03 -0.0007266782   4766038          5.810          8.831
820   1.072622e-02  0.0117812555   8750655         10.165         19.305
821   1.592840e-02  0.0233616505   4249920         19.256         16.692
822   1.072622e-02  0.0117812555   8750655         10.165         19.305
823  -2.521008e-02 -0.0014005602   2006556         16.673         23.409
824   4.719764e-03  0.0005899705   8105294         15.920         21.975
825   5.285802e-03  0.0102028273  10532997         10.802         11.584
826   1.072622e-02  0.0117812555   8750655         10.165         19.305
827   6.736449e-04  0.0123328842   1788244         15.061         18.589
828   1.072622e-02  0.0117812555   8750655         10.165         19.305
829  -3.125751e-03  0.0069728300   8702646         14.513         15.036
830   1.363963e-02 -0.0014357502  19338619         11.868         14.041
831   1.072622e-02  0.0117812555   8750655         10.165         19.305
832   2.184702e-03  0.0274156396   1116142         14.776         17.222
833   7.833921e-03  0.0030552291   4619284          9.928          8.135
834   4.719764e-03  0.0005899705   8105294         15.920         21.975
835   8.508509e-03  0.0024468913   3273420          9.098         14.821
836   4.719764e-03  0.0005899705   8105294         15.920         21.975
837   2.366752e-04  0.0134904857   2793709         10.600         15.837
838   9.456762e-03  0.0491725870   1771528         15.922         17.907
839   5.698655e-03  0.0036927285   1471287          9.685         10.924
840  -1.823339e-02  0.0040518639  90241979         17.981         21.310
841   2.773089e-02  0.1294911985   3918310         62.828         41.170
842   2.089200e-03 -0.0007266782   4766038          5.810          8.831
843   1.072622e-02  0.0117812555   8750655         10.165         19.305
844   4.719764e-03  0.0005899705   8105294         15.920         21.975
845   1.592840e-02  0.0233616505   4249920         19.256         16.692
846   2.058367e-02  0.0073311716  15952573         20.518         17.451
847   3.408566e-03  0.0051365202   1383119          6.591         12.823
848   1.072622e-02  0.0117812555   8750655         10.165         19.305
849   6.736449e-04  0.0123328842   1788244         15.061         18.589
850   3.408566e-03  0.0051365202   1383119          6.591         12.823
851   1.000313e-02  0.0079712410  23239825          4.759         12.390
852   1.000313e-02  0.0079712410  23239825          4.759         12.390
853   1.363963e-02 -0.0014357502  19338619         11.868         14.041
854   1.072622e-02  0.0117812555   8750655         10.165         19.305
855   4.103165e-03 -0.0146541618  27480705         13.974         11.834
856   2.366752e-04  0.0134904857   2793709         10.600         15.837
857   4.719764e-03  0.0005899705   8105294         15.920         21.975
858   7.833921e-03  0.0030552291   4619284          9.928          8.135
859   2.366752e-04  0.0134904857   2793709         10.600         15.837
860   9.469697e-03  0.0340909091       260         21.770         34.838
861   8.508509e-03  0.0024468913   3273420          9.098         14.821
862   2.366752e-04  0.0134904857   2793709         10.600         15.837
863   9.469697e-03  0.0340909091       260         21.770         34.838
864   9.456762e-03  0.0491725870   1771528         15.922         17.907
865   4.719764e-03  0.0005899705   8105294         15.920         21.975
866   9.469697e-03  0.0340909091       260         21.770         34.838
867   5.673759e-02  0.1205673759  16737895        124.137         70.685
868   8.196721e-03  0.0109007943   2008016          8.301         12.032
869   4.719764e-03  0.0005899705   8105294         15.920         21.975
870   1.848237e-03  0.0113456142   1449737         14.957         15.396
871   9.456762e-03  0.0491725870   1771528         15.922         17.907
872   9.456762e-03  0.0491725870   1771528         15.922         17.907
873  -5.117544e-03  0.0107148569   4297878         33.166         30.373
874   2.366752e-04  0.0134904857   2793709         10.600         15.837
875   9.456762e-03  0.0491725870   1771528         15.922         17.907
876   9.456762e-03  0.0491725870   1771528         15.922         17.907
877   4.719764e-03  0.0005899705   8105294         15.920         21.975
878   4.719764e-03  0.0005899705   8105294         15.920         21.975
879   3.408566e-03  0.0051365202   1383119          6.591         12.823
880   2.184702e-03  0.0274156396   1116142         14.776         17.222
881   5.285802e-03  0.0102028273  10532997         10.802         11.584
882   9.456762e-03  0.0491725870   1771528         15.922         17.907
883   9.456762e-03  0.0491725870   1771528         15.922         17.907
884   9.456762e-03  0.0491725870   1771528         15.922         17.907
885   1.363963e-02 -0.0014357502  19338619         11.868         14.041
886   9.456762e-03  0.0491725870   1771528         15.922         17.907
887   5.285802e-03  0.0102028273  10532997         10.802         11.584
888   7.880110e-03  0.0033068318   3862221         10.429         19.201
889   9.456762e-03  0.0491725870   1771528         15.922         17.907
890   1.072622e-02  0.0117812555   8750655         10.165         19.305
891  -5.117544e-03  0.0107148569   4297878         33.166         30.373
892   2.300173e-03  0.0123634273   5951700         11.009         20.938
893   3.408566e-03  0.0051365202   1383119          6.591         12.823
894   0.000000e+00 -0.0130434783       425         92.245             NA
895   2.366752e-04  0.0134904857   2793709         10.600         15.837
896   2.366752e-04  0.0134904857   2793709         10.600         15.837
897   2.547619e-02  0.0102380952   6956821         15.200         16.783
898   7.833921e-03  0.0030552291   4619284          9.928          8.135
899   1.072622e-02  0.0117812555   8750655         10.165         19.305
900  -2.844206e-02 -0.0055860202   4615104         28.683         32.366
901   4.719764e-03  0.0005899705   8105294         15.920         21.975
902   9.456762e-03  0.0491725870   1771528         15.922         17.907
903   1.592840e-02  0.0233616505   4249920         19.256         16.692
904   4.719764e-03  0.0005899705   8105294         15.920         21.975
905   1.224633e-02  0.0034989503   7951315         16.337         15.420
906   5.285802e-03  0.0102028273  10532997         10.802         11.584
907   7.833921e-03  0.0030552291   4619284          9.928          8.135
908   1.072622e-02  0.0117812555   8750655         10.165         19.305
909   4.719764e-03  0.0005899705   8105294         15.920         21.975
910   4.719764e-03  0.0005899705   8105294         15.920         21.975
911   5.877804e-03  0.0296983759  38398054         43.817         27.139
912   4.719764e-03  0.0005899705   8105294         15.920         21.975
913   2.366752e-04  0.0134904857   2793709         10.600         15.837
914   2.366752e-04  0.0134904857   2793709         10.600         15.837
915   2.366752e-04  0.0134904857   2793709         10.600         15.837
916   9.456762e-03  0.0491725870   1771528         15.922         17.907
917   2.366752e-04  0.0134904857   2793709         10.600         15.837
918   2.366752e-04  0.0134904857   2793709         10.600         15.837
919   1.072622e-02  0.0117812555   8750655         10.165         19.305
920   9.456762e-03  0.0491725870   1771528         15.922         17.907
921   1.224633e-02  0.0034989503   7951315         16.337         15.420
922   4.719764e-03  0.0005899705   8105294         15.920         21.975
923   2.366752e-04  0.0134904857   2793709         10.600         15.837
924   4.719764e-03  0.0005899705   8105294         15.920         21.975
925   2.366752e-04  0.0134904857   2793709         10.600         15.837
926   1.363963e-02 -0.0014357502  19338619         11.868         14.041
927   4.719764e-03  0.0005899705   8105294         15.920         21.975
928   9.456762e-03  0.0491725870   1771528         15.922         17.907
929  -7.377896e-04 -0.0134277704  16112092         12.070         14.601
930   7.833921e-03  0.0030552291   4619284          9.928          8.135
931   4.719764e-03  0.0005899705   8105294         15.920         21.975
932   3.408566e-03  0.0051365202   1383119          6.591         12.823
933   4.719764e-03  0.0005899705   8105294         15.920         21.975
934  -1.548022e-02 -0.0259113355   4785145          8.399         18.731
935   9.456762e-03  0.0491725870   1771528         15.922         17.907
936  -7.377896e-04 -0.0134277704  16112092         12.070         14.601
937   2.366752e-04  0.0134904857   2793709         10.600         15.837
938   1.363963e-02 -0.0014357502  19338619         11.868         14.041
939   1.000313e-02  0.0079712410  23239825          4.759         12.390
940   2.366752e-04  0.0134904857   2793709         10.600         15.837
941   0.000000e+00 -0.0130434783       425         92.245             NA
942   1.592840e-02  0.0233616505   4249920         19.256         16.692
943   2.184702e-03  0.0274156396   1116142         14.776         17.222
944   3.408566e-03  0.0051365202   1383119          6.591         12.823
945   2.366752e-04  0.0134904857   2793709         10.600         15.837
946   4.719764e-03  0.0005899705   8105294         15.920         21.975
947   4.719764e-03  0.0005899705   8105294         15.920         21.975
948   2.366752e-04  0.0134904857   2793709         10.600         15.837
949   2.366752e-04  0.0134904857   2793709         10.600         15.837
950   1.072622e-02  0.0117812555   8750655         10.165         19.305
951   2.366752e-04  0.0134904857   2793709         10.600         15.837
952   9.456762e-03  0.0491725870   1771528         15.922         17.907
953   1.954463e-02 -0.0040298207  17699168         14.762         18.729
954  -5.117544e-03  0.0107148569   4297878         33.166         30.373
955  -2.951303e-03  0.0070093458  16834163         12.684         13.429
956   9.456762e-03  0.0491725870   1771528         15.922         17.907
957   2.366752e-04  0.0134904857   2793709         10.600         15.837
958  -7.377896e-04 -0.0134277704  16112092         12.070         14.601
959   1.592840e-02  0.0233616505   4249920         19.256         16.692
960  -5.117544e-03  0.0107148569   4297878         33.166         30.373
961   2.366752e-04  0.0134904857   2793709         10.600         15.837
962   7.880110e-03  0.0033068318   3862221         10.429         19.201
963   9.456762e-03  0.0491725870   1771528         15.922         17.907
964   1.000313e-02  0.0079712410  23239825          4.759         12.390
965   1.072622e-02  0.0117812555   8750655         10.165         19.305
966   5.877804e-03  0.0296983759  38398054         43.817         27.139
967   8.492569e-03  0.0156581741  30335967         11.977         34.619
968   7.880110e-03  0.0033068318   3862221         10.429         19.201
969   2.366752e-04  0.0134904857   2793709         10.600         15.837
970   1.592840e-02  0.0233616505   4249920         19.256         16.692
971   7.880110e-03  0.0033068318   3862221         10.429         19.201
972   9.456762e-03  0.0491725870   1771528         15.922         17.907
973   0.000000e+00 -0.0130434783       425         92.245             NA
974   9.456762e-03  0.0491725870   1771528         15.922         17.907
975   2.366752e-04  0.0134904857   2793709         10.600         15.837
976   1.072622e-02  0.0117812555   8750655         10.165         19.305
977  -5.117544e-03  0.0107148569   4297878         33.166         30.373
978   7.880110e-03  0.0033068318   3862221         10.429         19.201
979   2.058367e-02  0.0073311716  15952573         20.518         17.451
980   7.833921e-03  0.0030552291   4619284          9.928          8.135
981   7.880110e-03  0.0033068318   3862221         10.429         19.201
982   0.000000e+00 -0.0130434783       425         92.245             NA
983   7.880110e-03  0.0033068318   3862221         10.429         19.201
984  -3.142036e-03  0.0183707113   1585711         17.788         18.209
985   7.880110e-03  0.0033068318   3862221         10.429         19.201
986   2.366752e-04  0.0134904857   2793709         10.600         15.837
987   7.880110e-03  0.0033068318   3862221         10.429         19.201
988   4.719764e-03  0.0005899705   8105294         15.920         21.975
989   2.058367e-02  0.0073311716  15952573         20.518         17.451
990   7.880110e-03  0.0033068318   3862221         10.429         19.201
991   7.880110e-03  0.0033068318   3862221         10.429         19.201
992   7.880110e-03  0.0033068318   3862221         10.429         19.201
993   7.880110e-03  0.0033068318   3862221         10.429         19.201
994   0.000000e+00 -0.0130434783       425         92.245             NA
995   7.880110e-03  0.0033068318   3862221         10.429         19.201
996   2.089200e-03 -0.0007266782   4766038          5.810          8.831
997   1.592840e-02  0.0233616505   4249920         19.256         16.692
998   4.719764e-03  0.0005899705   8105294         15.920         21.975
999   2.366752e-04  0.0134904857   2793709         10.600         15.837
1000  7.880110e-03  0.0033068318   3862221         10.429         19.201
1001  7.880110e-03  0.0033068318   3862221         10.429         19.201
1002  7.880110e-03  0.0033068318   3862221         10.429         19.201
1003  7.880110e-03  0.0033068318   3862221         10.429         19.201
1004  5.673759e-02  0.1205673759  16737895        124.137         70.685
1005  1.072622e-02  0.0117812555   8750655         10.165         19.305
1006  8.508509e-03  0.0024468913   3273420          9.098         14.821
1007  1.304006e-02  0.0177533386  12848500          9.844         20.255
1008  2.366752e-04  0.0134904857   2793709         10.600         15.837
1009  4.719764e-03  0.0005899705   8105294         15.920         21.975
1010  5.285802e-03  0.0102028273  10532997         10.802         11.584
1011  2.089200e-03 -0.0007266782   4766038          5.810          8.831
1012  1.072622e-02  0.0117812555   8750655         10.165         19.305
1013 -1.003344e-02  0.0100334448    476960         25.606         27.257
1014  7.833921e-03  0.0030552291   4619284          9.928          8.135
1015  1.592840e-02  0.0233616505   4249920         19.256         16.692
1016  4.719764e-03  0.0005899705   8105294         15.920         21.975
1017  7.880110e-03  0.0033068318   3862221         10.429         19.201
1018  2.366752e-04  0.0134904857   2793709         10.600         15.837
1019  1.224633e-02  0.0034989503   7951315         16.337         15.420
1020 -2.844206e-02 -0.0055860202   4615104         28.683         32.366
1021  4.719764e-03  0.0005899705   8105294         15.920         21.975
1022  7.880110e-03  0.0033068318   3862221         10.429         19.201
1023 -2.408935e-03 -0.0021169428  23482860          5.183         18.649
1024  7.833921e-03  0.0030552291   4619284          9.928          8.135
1025  2.366752e-04  0.0134904857   2793709         10.600         15.837
1026 -3.713980e-02 -0.0399270253    779194         24.356         22.092
1027  2.366752e-04  0.0134904857   2793709         10.600         15.837
1028  9.456762e-03  0.0491725870   1771528         15.922         17.907
1029  4.719764e-03  0.0005899705   8105294         15.920         21.975
1030  7.880110e-03  0.0033068318   3862221         10.429         19.201
1031  2.366752e-04  0.0134904857   2793709         10.600         15.837
1032  2.366752e-04  0.0134904857   2793709         10.600         15.837
1033  4.719764e-03  0.0005899705   8105294         15.920         21.975
1034  2.366752e-04  0.0134904857   2793709         10.600         15.837
1035  4.719764e-03  0.0005899705   8105294         15.920         21.975
1036  2.366752e-04  0.0134904857   2793709         10.600         15.837
1037  2.366752e-04  0.0134904857   2793709         10.600         15.837
1038  1.072622e-02  0.0117812555   8750655         10.165         19.305
1039  7.176868e-03  0.0007590919   4211949         11.477         10.954
1040  4.095963e-03 -0.0014628438  23093057         14.798         12.581
1041  2.366752e-04  0.0134904857   2793709         10.600         15.837
1042  2.366752e-04  0.0134904857   2793709         10.600         15.837
1043  7.880110e-03  0.0033068318   3862221         10.429         19.201
1044 -5.117544e-03  0.0107148569   4297878         33.166         30.373
1045  7.833921e-03  0.0030552291   4619284          9.928          8.135
1046  1.363963e-02 -0.0014357502  19338619         11.868         14.041
1047 -5.117544e-03  0.0107148569   4297878         33.166         30.373
1048  8.492569e-03  0.0156581741  30335967         11.977         34.619
1049  3.408566e-03  0.0051365202   1383119          6.591         12.823
1050  9.456762e-03  0.0491725870   1771528         15.922         17.907
1051 -2.783792e-03  0.0057222394   8577200         13.502         20.103
1052  7.611798e-03 -0.0107040913  23900989         11.451         13.896
1053  2.753726e-02  0.0178850248  13522717         21.237         17.533
1054 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1055 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1056  4.206099e-03  0.0084822993   4170649          9.046         19.204
1057  4.206099e-03  0.0084822993   4170649          9.046         19.204
1058  5.950298e-03  0.0075253763   7197973         10.137         19.205
1059  7.074765e-03  0.0158004505   6224241         16.195         17.740
1060  4.206099e-03  0.0084822993   4170649          9.046         19.204
1061 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1062  4.206099e-03  0.0084822993   4170649          9.046         19.204
1063  5.950298e-03  0.0075253763   7197973         10.137         19.205
1064 -6.264108e-02 -0.0654627540   3251362         22.470         16.805
1065 -1.553063e-03  0.0050043141   8558904         17.642         15.516
1066 -1.553063e-03  0.0050043141   8558904         17.642         15.516
1067 -6.484150e-03 -0.0082853026   7418101          7.425          9.140
1068 -3.493590e-02 -0.0271367521  24451380         18.890         18.089
1069 -7.405560e-02 -0.0488842868   8025280         36.981         35.133
1070 -5.295950e-02 -0.0482928349    672172         22.235         22.538
1071 -2.085338e-03  0.0118703882   3777302         33.057         29.438
1072  7.074765e-03  0.0158004505   6224241         16.195         17.740
1073 -3.297609e-03 -0.0043968123   3005564         10.198         14.816
1074 -3.099574e-03 -0.0092987214   5471550         11.003          8.602
1075  7.074765e-03  0.0158004505   6224241         16.195         17.740
1076  2.753726e-02  0.0178850248  13522717         21.237         17.533
1077 -9.190228e-03  0.0029657242   2760083         11.025         15.956
1078 -4.980392e-02 -0.0278431373 143947510         22.284         22.039
1079 -3.297609e-03 -0.0043968123   3005564         10.198         14.816
1080  4.206099e-03  0.0084822993   4170649          9.046         19.204
1081  4.206099e-03  0.0084822993   4170649          9.046         19.204
1082  4.206099e-03  0.0084822993   4170649          9.046         19.204
1083  2.753726e-02  0.0178850248  13522717         21.237         17.533
1084  2.753726e-02  0.0178850248  13522717         21.237         17.533
1085  7.611798e-03 -0.0107040913  23900989         11.451         13.896
1086  2.753726e-02  0.0178850248  13522717         21.237         17.533
1087  5.345450e-03 -0.0045436322   1908500         25.531         20.532
1088  0.000000e+00  0.0000000000       425         92.245             NA
1089 -4.311627e-03 -0.0020814749   4397598         21.706         16.747
1090 -4.980392e-02 -0.0278431373 143947510         22.284         22.039
1091 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1092 -4.311627e-03 -0.0020814749   4397598         21.706         16.747
1093 -6.456442e-03 -0.0116964536   3386203         18.375         27.554
1094  2.753726e-02  0.0178850248  13522717         21.237         17.533
1095  5.950298e-03  0.0075253763   7197973         10.137         19.205
1096 -4.311627e-03 -0.0020814749   4397598         21.706         16.747
1097 -4.311627e-03 -0.0020814749   4397598         21.706         16.747
1098  9.113278e-04 -0.0029162490   4750734         11.079          9.602
1099  1.702611e-03 -0.0805902384   9818715         45.750         29.987
1100  7.611798e-03 -0.0107040913  23900989         11.451         13.896
1101  5.950298e-03  0.0075253763   7197973         10.137         19.205
1102 -2.085338e-03  0.0118703882   3777302         33.057         29.438
1103  7.074765e-03  0.0158004505   6224241         16.195         17.740
1104 -2.085338e-03  0.0118703882   3777302         33.057         29.438
1105 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1106 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1107 -9.190228e-03  0.0029657242   2760083         11.025         15.956
1108 -9.190228e-03  0.0029657242   2760083         11.025         15.956
1109 -2.085338e-03  0.0118703882   3777302         33.057         29.438
1110 -3.518025e-02 -0.0464901310   5461751         10.590         19.303
1111  5.950298e-03  0.0075253763   7197973         10.137         19.205
1112 -4.311627e-03 -0.0020814749   4397598         21.706         16.747
1113  5.950298e-03  0.0075253763   7197973         10.137         19.205
1114  7.074765e-03  0.0158004505   6224241         16.195         17.740
1115  5.950298e-03  0.0075253763   7197973         10.137         19.205
1116  7.074765e-03  0.0158004505   6224241         16.195         17.740
1117 -1.440838e-02 -0.0094600495  16257010         13.371         15.008
1118  2.753726e-02  0.0178850248  13522717         21.237         17.533
1119  7.074765e-03  0.0158004505   6224241         16.195         17.740
1120 -1.553063e-03  0.0050043141   8558904         17.642         15.516
1121 -1.733649e-02 -0.0015760441  36178588         15.727         18.829
1122  5.345450e-03 -0.0045436322   1908500         25.531         20.532
1123  7.074765e-03  0.0158004505   6224241         16.195         17.740
1124 -1.218475e-02  0.0017001984   4228100         13.991         21.362
1125 -1.218475e-02  0.0017001984   4228100         13.991         21.362
1126 -2.336786e-02 -0.0251746567  17482122         17.507         14.744
1127  7.074765e-03  0.0158004505   6224241         16.195         17.740
1128 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1129  2.753726e-02  0.0178850248  13522717         21.237         17.533
1130 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1131 -1.553063e-03  0.0050043141   8558904         17.642         15.516
1132 -9.190228e-03  0.0029657242   2760083         11.025         15.956
1133 -4.311627e-03 -0.0020814749   4397598         21.706         16.747
1134 -4.311627e-03 -0.0020814749   4397598         21.706         16.747
1135  7.074765e-03  0.0158004505   6224241         16.195         17.740
1136 -1.553063e-03  0.0050043141   8558904         17.642         15.516
1137  9.113278e-04 -0.0029162490   4750734         11.079          9.602
1138  7.074765e-03  0.0158004505   6224241         16.195         17.740
1139  9.113278e-04 -0.0029162490   4750734         11.079          9.602
1140  7.074765e-03  0.0158004505   6224241         16.195         17.740
1141 -1.440838e-02 -0.0094600495  16257010         13.371         15.008
1142 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1143 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1144  9.113278e-04 -0.0029162490   4750734         11.079          9.602
1145  5.950298e-03  0.0075253763   7197973         10.137         19.205
1146  2.753726e-02  0.0178850248  13522717         21.237         17.533
1147 -2.085338e-03  0.0118703882   3777302         33.057         29.438
1148 -1.733649e-02 -0.0015760441  36178588         15.727         18.829
1149 -6.484150e-03 -0.0082853026   7418101          7.425          9.140
1150 -6.484150e-03 -0.0082853026   7418101          7.425          9.140
1151  2.753726e-02  0.0178850248  13522717         21.237         17.533
1152  7.074765e-03  0.0158004505   6224241         16.195         17.740
1153 -6.484150e-03 -0.0082853026   7418101          7.425          9.140
1154 -2.422145e-02 -0.0206419282  14319226         18.823         13.989
1155  7.074765e-03  0.0158004505   6224241         16.195         17.740
1156  4.206099e-03  0.0084822993   4170649          9.046         19.204
1157  7.074765e-03  0.0158004505   6224241         16.195         17.740
1158  4.206099e-03  0.0084822993   4170649          9.046         19.204
1159  7.074765e-03  0.0158004505   6224241         16.195         17.740
1160 -1.440838e-02 -0.0094600495  16257010         13.371         15.008
1161  4.206099e-03  0.0084822993   4170649          9.046         19.204
1162  7.611798e-03 -0.0107040913  23900989         11.451         13.896
1163 -1.440838e-02 -0.0094600495  16257010         13.371         15.008
1164 -1.440838e-02 -0.0094600495  16257010         13.371         15.008
1165  7.074765e-03  0.0158004505   6224241         16.195         17.740
1166  7.074765e-03  0.0158004505   6224241         16.195         17.740
1167 -1.043478e-02 -0.0062912168   1818671          9.219         13.415
1168  4.206099e-03  0.0084822993   4170649          9.046         19.204
1169  7.074765e-03  0.0158004505   6224241         16.195         17.740
1170 -3.297609e-03 -0.0043968123   3005564         10.198         14.816
1171 -9.190228e-03  0.0029657242   2760083         11.025         15.956
1172 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1173  7.074765e-03  0.0158004505   6224241         16.195         17.740
1174  7.074765e-03  0.0158004505   6224241         16.195         17.740
1175  7.074765e-03  0.0158004505   6224241         16.195         17.740
1176 -6.484150e-03 -0.0082853026   7418101          7.425          9.140
1177  2.827095e-03 -0.0058803573   2032749         13.396         13.233
1178 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1179 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1180  8.591065e-04 -0.0017182131  26717520         28.221         19.484
1181 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1182  6.380510e-03  0.0220417633   1477621         13.972         17.644
1183 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1184  9.745232e-04 -0.0210218572  19661651         14.898         11.614
1185 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1186 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1187 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1188  9.946362e-03  0.0120276213    988270          6.877         13.263
1189  9.946362e-03  0.0120276213    988270          6.877         13.263
1190  1.596985e-02  0.0113045039   5905639         46.209         28.234
1191  1.514667e-04  0.0025524944    569882          7.862         31.704
1192 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1193  6.380510e-03  0.0220417633   1477621         13.972         17.644
1194  9.946362e-03  0.0120276213    988270          6.877         13.263
1195 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1196 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1197  1.128205e-02  0.0190769231  19299124          7.429         10.787
1198 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1199  6.380510e-03  0.0220417633   1477621         13.972         17.644
1200 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1201  9.745232e-04 -0.0210218572  19661651         14.898         11.614
1202  9.946362e-03  0.0120276213    988270          6.877         13.263
1203 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1204  9.946362e-03  0.0120276213    988270          6.877         13.263
1205 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1206  3.017241e-02  0.0290948276  32454795         19.358         16.623
1207 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1208  9.946362e-03  0.0120276213    988270          6.877         13.263
1209  1.596985e-02  0.0113045039   5905639         46.209         28.234
1210  1.282051e-02 -0.0192307692   8172714         27.276         37.199
1211 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1212  9.946362e-03  0.0120276213    988270          6.877         13.263
1213 -7.992686e-03 -0.0095949933   2646560         11.515         13.564
1214  1.596985e-02  0.0113045039   5905639         46.209         28.234
1215  1.596985e-02  0.0113045039   5905639         46.209         28.234
1216 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1217  4.764125e-03 -0.0150901420    420527         10.766         17.869
1218 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1219  2.124727e-03 -0.0017801769   2913684          7.863          9.412
1220 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1221  6.380510e-03  0.0220417633   1477621         13.972         17.644
1222  9.946362e-03  0.0120276213    988270          6.877         13.263
1223 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1224 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1225 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1226 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1227 -8.169935e-03 -0.0088702148  11203334         32.960         23.774
1228 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1229 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1230 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1231 -8.169935e-03 -0.0088702148  11203334         32.960         23.774
1232 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1233 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1234 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1235 -8.654722e-03 -0.0133616763  21040331         10.036          9.780
1236 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1237 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1238  2.519921e-03  0.0059933256   3248666          6.939          9.843
1239 -2.680312e-02 -0.0204678363   4559232         25.715         29.119
1240 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1241 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1242 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1243 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1244 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1245 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1246  9.745232e-04 -0.0210218572  19661651         14.898         11.614
1247 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1248 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1249 -1.330141e-02 -0.0055865922  15556514          9.749          9.100
1250 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1251 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1252 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1253 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1254  2.406739e-04  0.0031287605  17533497          8.734          9.907
1255 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1256 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1257  9.745232e-04 -0.0210218572  19661651         14.898         11.614
1258 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1259 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1260  1.128205e-02  0.0190769231  19299124          7.429         10.787
1261  1.128205e-02  0.0190769231  19299124          7.429         10.787
1262  2.406739e-04  0.0031287605  17533497          8.734          9.907
1263  1.551776e-02  0.0265592360   4797500         23.811         17.362
1264 -1.781127e-02 -0.0270594280   9156707         10.310         12.131
1265 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1266 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1267 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1268 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1269  9.946362e-03  0.0120276213    988270          6.877         13.263
1270  2.912943e-02  0.0309500166   7722400         22.346         16.432
1271  1.128205e-02  0.0190769231  19299124          7.429         10.787
1272  9.745232e-04 -0.0210218572  19661651         14.898         11.614
1273 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1274 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1275 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1276 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1277 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1278 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1279  1.514667e-04  0.0025524944    569882          7.862         31.704
1280 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1281  9.946362e-03  0.0120276213    988270          6.877         13.263
1282 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1283 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1284 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1285  9.946362e-03  0.0120276213    988270          6.877         13.263
1286 -1.034483e-02 -0.0209692451   2478107         11.265         12.228
1287 -4.662993e-03 -0.0199236965  77158276         38.401         25.654
1288 -8.654722e-03 -0.0133616763  21040331         10.036          9.780
1289 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1290 -6.039385e-03 -0.0026845591  50796542         10.816         12.572
1291 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1292 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1293 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1294 -8.654722e-03 -0.0133616763  21040331         10.036          9.780
1295 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1296  6.380510e-03  0.0220417633   1477621         13.972         17.644
1297  6.380510e-03  0.0220417633   1477621         13.972         17.644
1298  9.946362e-03  0.0120276213    988270          6.877         13.263
1299  6.380510e-03  0.0220417633   1477621         13.972         17.644
1300 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1301 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1302  6.380510e-03  0.0220417633   1477621         13.972         17.644
1303 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1304  9.946362e-03  0.0120276213    988270          6.877         13.263
1305  6.380510e-03  0.0220417633   1477621         13.972         17.644
1306  9.946362e-03  0.0120276213    988270          6.877         13.263
1307  1.514667e-04  0.0025524944    569882          7.862         31.704
1308 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1309  6.380510e-03  0.0220417633   1477621         13.972         17.644
1310 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1311  9.946362e-03  0.0120276213    988270          6.877         13.263
1312  6.380510e-03  0.0220417633   1477621         13.972         17.644
1313 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1314 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1315 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1316  6.380510e-03  0.0220417633   1477621         13.972         17.644
1317  6.380510e-03  0.0220417633   1477621         13.972         17.644
1318  6.380510e-03  0.0220417633   1477621         13.972         17.644
1319 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1320  1.128205e-02  0.0190769231  19299124          7.429         10.787
1321 -2.072918e-03 -0.0095110352  21750398         17.577         15.155
1322 -1.781127e-02 -0.0270594280   9156707         10.310         12.131
1323 -1.786942e-02  0.0013745704   3624528         20.179         22.285
1324 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1325  6.380510e-03  0.0220417633   1477621         13.972         17.644
1326  9.946362e-03  0.0120276213    988270          6.877         13.263
1327 -1.034483e-02 -0.0209692451   2478107         11.265         12.228
1328  2.124727e-03 -0.0017801769   2913684          7.863          9.412
1329 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1330  6.380510e-03  0.0220417633   1477621         13.972         17.644
1331  6.380510e-03  0.0220417633   1477621         13.972         17.644
1332 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1333  6.380510e-03  0.0220417633   1477621         13.972         17.644
1334 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1335 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1336 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1337 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1338 -1.786942e-02  0.0013745704   3624528         20.179         22.285
1339 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1340 -8.654722e-03 -0.0133616763  21040331         10.036          9.780
1341 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1342 -1.781127e-02 -0.0270594280   9156707         10.310         12.131
1343  9.946362e-03  0.0120276213    988270          6.877         13.263
1344 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1345  6.380510e-03  0.0220417633   1477621         13.972         17.644
1346 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1347  1.128205e-02  0.0190769231  19299124          7.429         10.787
1348 -2.695363e-02 -0.0360235716   2175490         27.214         19.417
1349  6.380510e-03  0.0220417633   1477621         13.972         17.644
1350 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1351 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1352 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1353 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1354 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1355  2.406739e-04  0.0031287605  17533497          8.734          9.907
1356 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1357  6.380510e-03  0.0220417633   1477621         13.972         17.644
1358 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1359 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1360 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1361  1.551776e-02  0.0265592360   4797500         23.811         17.362
1362 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1363  9.946362e-03  0.0120276213    988270          6.877         13.263
1364  9.946362e-03  0.0120276213    988270          6.877         13.263
1365 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1366 -4.275093e-02 -0.0432819968  12478000         22.909         19.790
1367  9.946362e-03  0.0120276213    988270          6.877         13.263
1368 -6.686727e-03 -0.0292544300  14407880         22.673         18.893
1369  9.946362e-03  0.0120276213    988270          6.877         13.263
1370 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1371 -9.988684e-03 -0.0136120299   2897357         17.077         13.256
1372  9.946362e-03  0.0120276213    988270          6.877         13.263
1373 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1374  2.266783e-02  0.0126020449   4132763         18.528         16.037
1375 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1376  9.946362e-03  0.0120276213    988270          6.877         13.263
1377 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1378 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1379 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1380 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1381  1.551776e-02  0.0265592360   4797500         23.811         17.362
1382 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1383 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1384  3.017241e-02  0.0290948276  32454795         19.358         16.623
1385  9.946362e-03  0.0120276213    988270          6.877         13.263
1386 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1387 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1388  6.380510e-03  0.0220417633   1477621         13.972         17.644
1389 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1390 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1391  5.803558e-03 -0.0080238591   1086094         19.948         18.357
1392 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1393  9.946362e-03  0.0120276213    988270          6.877         13.263
1394  1.054534e-02  0.0066285026  12477642          7.894          8.660
1395 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1396 -8.654722e-03 -0.0133616763  21040331         10.036          9.780
1397 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1398 -5.625414e-03 -0.0083829693    352767         14.008         16.236
1399 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1400 -2.072918e-03 -0.0095110352  21750398         17.577         15.155
1401 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1402 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1403  9.946362e-03  0.0120276213    988270          6.877         13.263
1404 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1405  2.124727e-03 -0.0017801769   2913684          7.863          9.412
1406 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1407 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1408 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1409  9.946362e-03  0.0120276213    988270          6.877         13.263
1410 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1411 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1412 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1413 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1414  9.946362e-03  0.0120276213    988270          6.877         13.263
1415  9.946362e-03  0.0120276213    988270          6.877         13.263
1416 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1417  9.946362e-03  0.0120276213    988270          6.877         13.263
1418 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1419 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1420 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1421 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1422 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1423  1.987968e-02  0.0034004708        89         17.781         16.418
1424 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1425 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1426 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1427 -4.868639e-03  0.0011023333   2257904         14.217         14.048
1428 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1429 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1430 -2.441731e-02 -0.0342674806   9939780          9.659         13.876
1431  2.912943e-02  0.0309500166   7722400         22.346         16.432
1432 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1433 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1434 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1435 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1436 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1437 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1438  9.946362e-03  0.0120276213    988270          6.877         13.263
1439 -2.441731e-02 -0.0342674806   9939780          9.659         13.876
1440 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1441  1.793320e-03  0.0008966599  10652754          7.471         20.064
1442 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1443 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1444 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1445 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1446 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1447 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1448  6.380510e-03  0.0220417633   1477621         13.972         17.644
1449 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1450 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1451 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1452  9.946362e-03  0.0120276213    988270          6.877         13.263
1453  1.543686e-03 -0.0268601420   6709777         13.930         13.702
1454 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1455 -1.106586e-02 -0.0186736341   2086431          8.915         13.968
1456  9.946362e-03  0.0120276213    988270          6.877         13.263
1457 -9.925558e-04 -0.0102564103    519989         14.232         14.685
1458 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1459 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1460  6.380510e-03  0.0220417633   1477621         13.972         17.644
1461 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1462  9.745232e-04 -0.0210218572  19661651         14.898         11.614
1463 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1464 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1465 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1466  9.946362e-03  0.0120276213    988270          6.877         13.263
1467 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1468 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1469 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1470 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1471  1.987968e-02  0.0034004708        89         17.781         16.418
1472 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1473  9.946362e-03  0.0120276213    988270          6.877         13.263
1474 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1475 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1476  1.596985e-02  0.0113045039   5905639         46.209         28.234
1477 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1478 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1479 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1480 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1481  2.912943e-02  0.0309500166   7722400         22.346         16.432
1482 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1483 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1484 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1485  6.380510e-03  0.0220417633   1477621         13.972         17.644
1486 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1487  9.946362e-03  0.0120276213    988270          6.877         13.263
1488  9.946362e-03  0.0120276213    988270          6.877         13.263
1489 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1490  9.946362e-03  0.0120276213    988270          6.877         13.263
1491 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1492  9.745232e-04 -0.0210218572  19661651         14.898         11.614
1493 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1494  9.946362e-03  0.0120276213    988270          6.877         13.263
1495 -1.697719e-03 -0.0057025945   2858414         26.373         18.016
1496 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1497 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1498 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1499  9.946362e-03  0.0120276213    988270          6.877         13.263
1500 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1501  5.389867e-03  0.0030542580  11864615         21.740         18.508
1502  1.987968e-02  0.0034004708        89         17.781         16.418
1503  3.017241e-02  0.0290948276  32454795         19.358         16.623
1504 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1505  9.946362e-03  0.0120276213    988270          6.877         13.263
1506 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1507 -2.680312e-02 -0.0204678363   4559232         25.715         29.119
1508 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1509  9.946362e-03  0.0120276213    988270          6.877         13.263
1510  9.946362e-03  0.0120276213    988270          6.877         13.263
1511 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1512 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1513  1.793320e-03  0.0008966599  10652754          7.471         20.064
1514 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1515 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1516 -2.695363e-02 -0.0360235716   2175490         27.214         19.417
1517 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1518 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1519 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1520 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1521  6.380510e-03  0.0220417633   1477621         13.972         17.644
1522 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1523 -1.781127e-02 -0.0270594280   9156707         10.310         12.131
1524 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1525 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1526 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1527 -8.654722e-03 -0.0133616763  21040331         10.036          9.780
1528 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1529 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1530 -1.781127e-02 -0.0270594280   9156707         10.310         12.131
1531 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1532 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1533 -1.330141e-02 -0.0055865922  15556514          9.749          9.100
1534 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1535 -1.330141e-02 -0.0055865922  15556514          9.749          9.100
1536 -1.697719e-03 -0.0057025945   2858414         26.373         18.016
1537 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1538 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1539 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1540 -1.148229e-02 -0.0115462631       176         11.180         14.263
1541 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1542 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1543 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1544 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1545 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1546 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1547 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1548 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1549 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1550  1.551776e-02  0.0265592360   4797500         23.811         17.362
1551  9.745232e-04 -0.0210218572  19661651         14.898         11.614
1552 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1553 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1554 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1555 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1556 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1557  6.796117e-03  0.0072815534  10500300         18.390         19.853
1558  1.282051e-02 -0.0192307692   8172714         27.276         37.199
1559  4.427900e-02  0.0282131661     10575         48.132         35.308
1560 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1561 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1562 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1563 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1564 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1565 -1.330141e-02 -0.0055865922  15556514          9.749          9.100
1566 -1.330141e-02 -0.0055865922  15556514          9.749          9.100
1567 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1568 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1569 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1570  1.551776e-02  0.0265592360   4797500         23.811         17.362
1571 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1572  2.441614e-03 -0.0149327672   1440982         14.939         10.600
1573  4.353726e-03 -0.0058803573   2032749         13.396         13.233
1574  4.626654e-03  0.0120276213    988270          6.877         13.263
1575  4.626654e-03  0.0120276213    988270          6.877         13.263
1576 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1577 -9.843043e-03 -0.0055865922  15556514          9.749          9.100
1578  4.626654e-03  0.0120276213    988270          6.877         13.263
1579 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1580 -5.940900e-03 -0.0020831726   3041677          4.766          6.792
1581  3.436426e-03 -0.0017182131  26717520         28.221         19.484
1582 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1583  4.223865e-03 -0.0120380148  11478265         10.314          9.535
1584  4.223865e-03 -0.0120380148  11478265         10.314          9.535
1585 -5.921652e-03 -0.0133616763  21040331         10.036          9.780
1586 -9.843043e-03 -0.0055865922  15556514          9.749          9.100
1587 -1.378392e-02 -0.0461682496   3957612         16.898         11.545
1588  3.202005e-03 -0.0210218572  19661651         14.898         11.614
1589  5.095655e-03  0.0023243340   3744389          5.576          8.451
1590  1.218097e-02  0.0220417633   1477621         13.972         17.644
1591 -9.843043e-03 -0.0055865922  15556514          9.749          9.100
1592 -1.859046e-02 -0.0342674806   9939780          9.659         13.876
1593  3.202005e-03 -0.0210218572  19661651         14.898         11.614
1594 -1.859046e-02 -0.0342674806   9939780          9.659         13.876
1595 -9.843043e-03 -0.0055865922  15556514          9.749          9.100
1596 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1597 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1598 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1599  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1600  2.441614e-03 -0.0149327672   1440982         14.939         10.600
1601  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1602  4.626654e-03  0.0120276213    988270          6.877         13.263
1603 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1604 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1605 -1.600346e-02 -0.0354671280   2828658         13.341         15.815
1606 -1.600346e-02 -0.0354671280   2828658         13.341         15.815
1607 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1608  2.322341e-03 -0.0065025546   4431770         14.562         17.307
1609  1.704647e-02  0.0113045039   5905639         46.209         28.234
1610 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1611  1.218097e-02  0.0220417633   1477621         13.972         17.644
1612  1.622137e-02 -0.0062022901   6741165         13.674         13.676
1613 -1.859046e-02 -0.0342674806   9939780          9.659         13.876
1614 -5.921652e-03 -0.0133616763  21040331         10.036          9.780
1615  3.507746e-03 -0.0061385560  18611785          8.495          9.184
1616 -1.600346e-02 -0.0354671280   2828658         13.341         15.815
1617 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1618  4.626654e-03  0.0120276213    988270          6.877         13.263
1619  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1620  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1621  4.626654e-03  0.0120276213    988270          6.877         13.263
1622 -1.183597e-02 -0.0209692451   2478107         11.265         12.228
1623 -1.646309e-02 -0.0432819968  12478000         22.909         19.790
1624 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1625  4.626654e-03  0.0120276213    988270          6.877         13.263
1626 -1.378392e-02 -0.0461682496   3957612         16.898         11.545
1627  4.626654e-03  0.0120276213    988270          6.877         13.263
1628  1.218097e-02  0.0220417633   1477621         13.972         17.644
1629  1.357167e-02  0.0309500166   7722400         22.346         16.432
1630  4.626654e-03  0.0120276213    988270          6.877         13.263
1631  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1632 -1.646309e-02 -0.0432819968  12478000         22.909         19.790
1633 -1.386194e-02 -0.0252287219  21438385         11.049         11.681
1634 -1.378392e-02 -0.0461682496   3957612         16.898         11.545
1635  4.626654e-03  0.0120276213    988270          6.877         13.263
1636  1.218097e-02  0.0220417633   1477621         13.972         17.644
1637  4.626654e-03  0.0120276213    988270          6.877         13.263
1638  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1639 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1640 -5.921652e-03 -0.0133616763  21040331         10.036          9.780
1641 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1642  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1643  1.219363e-04 -0.0095110352  21750398         17.577         15.155
1644 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1645  2.322341e-03 -0.0065025546   4431770         14.562         17.307
1646  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1647  1.218097e-02  0.0220417633   1477621         13.972         17.644
1648  5.113901e-03  0.0025569503   5177925         12.898         13.183
1649  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1650 -1.600346e-02 -0.0354671280   2828658         13.341         15.815
1651  2.322341e-03 -0.0065025546   4431770         14.562         17.307
1652  1.407767e-02  0.0072815534  10500300         18.390         19.853
1653  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1654 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1655 -1.600346e-02 -0.0354671280   2828658         13.341         15.815
1656 -1.378392e-02 -0.0461682496   3957612         16.898         11.545
1657  1.218097e-02  0.0220417633   1477621         13.972         17.644
1658  1.704647e-02  0.0113045039   5905639         46.209         28.234
1659 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1660  1.704647e-02  0.0113045039   5905639         46.209         28.234
1661  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1662  1.704647e-02  0.0113045039   5905639         46.209         28.234
1663 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1664  1.704647e-02  0.0113045039   5905639         46.209         28.234
1665  1.704647e-02  0.0113045039   5905639         46.209         28.234
1666  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1667 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1668  1.704647e-02  0.0113045039   5905639         46.209         28.234
1669  5.095655e-03  0.0023243340   3744389          5.576          8.451
1670  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1671 -7.584443e-03 -0.0110238998   4617427          7.615          6.968
1672 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1673  1.573427e-02 -0.0192307692   8172714         27.276         37.199
1674  5.095655e-03  0.0023243340   3744389          5.576          8.451
1675 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1676 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1677  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1678 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1679 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
1680  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1681  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1682  1.134360e-02 -0.0142992445    655987         15.132         13.278
1683  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1684 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1685 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1686 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1687 -1.786170e-02 -0.0262822149  19451970         15.458         14.081
1688 -7.665505e-03 -0.0060394890    555255         22.022         32.317
1689 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1690 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1691  6.126001e-03 -0.0096066829  20860358         10.476         11.495
1692 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
1693 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1694 -4.307576e-02 -0.0710633488   4591014         31.163         19.301
1695  9.797918e-04 -0.0117575015  12072169          9.450         12.049
1696 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1697  6.126001e-03 -0.0096066829  20860358         10.476         11.495
1698 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1699 -3.028649e-02 -0.0515688950  56746263         23.313         27.090
1700 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1701 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1702  6.126001e-03 -0.0096066829  20860358         10.476         11.495
1703 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1704 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1705 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1706 -5.799503e-03 -0.0298260149   6765800         22.334         21.343
1707 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1708  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1709 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1710 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1711 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1712 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1713 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1714 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1715  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1716 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1717 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1718 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1719 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1720 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1721 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1722 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1723 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1724  1.337296e-02 -0.0156017831  16501919         20.628         22.608
1725 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1726 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1727 -1.729183e-03 -0.0031923384   7330420          6.565          9.281
1728 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1729 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1730 -1.907837e-02 -0.0366891694  20461746          8.653         10.282
1731  0.000000e+00 -0.0423644338        20         25.965         34.317
1732  7.822357e-03  0.0075700227  24994983         12.489         10.848
1733  3.161290e-02  0.0100000000  10638662         24.385         15.424
1734 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1735 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1736  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1737 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1738 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1739 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1740 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1741 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1742 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1743 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1744  9.797918e-04 -0.0117575015  12072169          9.450         12.049
1745  4.625551e-02  0.0361233480     14000         40.824         62.043
1746 -7.887818e-03 -0.0300905638  39548818         11.624          9.721
1747 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1748 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1749 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1750  6.126001e-03 -0.0096066829  20860358         10.476         11.495
1751 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1752 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1753  1.153755e-02 -0.0428940726   1979817         31.905         21.078
1754 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1755 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1756 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1757 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1758 -7.887818e-03 -0.0300905638  39548818         11.624          9.721
1759 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1760  1.264522e-02 -0.0310098302   2936589         35.551         24.851
1761  1.264522e-02 -0.0310098302   2936589         35.551         24.851
1762  1.264522e-02 -0.0310098302   2936589         35.551         24.851
1763  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1764 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1765  1.720758e-02  0.0291875408  25922757         19.317         13.365
1766 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1767 -7.887818e-03 -0.0300905638  39548818         11.624          9.721
1768 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1769  1.085094e-03 -0.0313078241   1731764         17.021         13.722
1770 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1771 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1772 -7.887818e-03 -0.0300905638  39548818         11.624          9.721
1773 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1774 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1775  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1776  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1777 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1778 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1779 -2.502496e-02 -0.0437271215  30652248         10.803         10.879
1780 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1781 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1782 -4.303003e-02 -0.0865082922  22685700         27.146         20.815
1783  1.498501e-02  0.0091575092  25046130         18.224         12.486
1784 -5.338078e-03 -0.0117882562  12962658          8.722          8.129
1785 -1.170524e-02 -0.0444267092   5239500         20.529         23.601
1786 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1787  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1788 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1789 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1790 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1791 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
1792  4.276115e-03  0.0009773977    882403         10.753          9.493
1793 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1794 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
1795 -7.887818e-03 -0.0300905638  39548818         11.624          9.721
1796  0.000000e+00 -0.0423644338        20         25.965         34.317
1797  2.811621e-04 -0.0169634489   6848413         14.047         13.485
1798  1.741325e-02  0.0042902208   5313188         34.517         21.529
1799  7.822357e-03  0.0075700227  24994983         12.489         10.848
1800 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1801  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1802 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1803 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1804 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1805  1.189237e-03 -0.0382042515   3814203         16.657         14.198
1806 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1807 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1808 -4.196853e-04 -0.0361617371   1222022         24.679         21.847
1809 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1810 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1811 -4.307576e-02 -0.0710633488   4591014         31.163         19.301
1812 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1813 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1814 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1815 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1816 -2.502496e-02 -0.0437271215  30652248         10.803         10.879
1817  4.276115e-03  0.0009773977    882403         10.753          9.493
1818 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1819 -2.502496e-02 -0.0437271215  30652248         10.803         10.879
1820 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1821 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1822  3.026097e-02  0.0136035536   7465980         14.603          9.403
1823 -3.848181e-03 -0.0232999473   1377452         17.145         21.867
1824 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
1825 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1826 -5.338078e-03 -0.0117882562  12962658          8.722          8.129
1827  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1828 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1829 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1830  1.498501e-02  0.0091575092  25046130         18.224         12.486
1831 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1832  1.498501e-02  0.0091575092  25046130         18.224         12.486
1833 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1834 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1835 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1836 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1837 -7.887818e-03 -0.0300905638  39548818         11.624          9.721
1838  7.218914e-04  0.0079408049   6437731          9.810         27.070
1839 -2.253606e-03  0.0042067308   2376092         21.453         15.973
1840 -3.848181e-03 -0.0232999473   1377452         17.145         21.867
1841 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1842  1.448276e-02 -0.0285057471  10755629         24.466         19.094
1843 -2.502496e-02 -0.0437271215  30652248         10.803         10.879
1844  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1845 -1.786170e-02 -0.0262822149  19451970         15.458         14.081
1846 -2.502496e-02 -0.0437271215  30652248         10.803         10.879
1847  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1848 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1849  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1850 -1.869299e-03 -0.0165993719   1749243          7.837          7.928
1851  1.278792e-02 -0.0130122644   4428825         15.155         16.160
1852 -9.305788e-04 -0.0157267821   3111976         13.260         13.591
1853 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1854 -3.028649e-02 -0.0515688950  56746263         23.313         27.090
1855 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
1856  9.426551e-03 -0.0196386489  23455165         21.747         15.305
1857 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1858 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1859 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1860 -1.219931e-02 -0.0379725086    660164         28.034         29.384
1861 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1862 -5.799503e-03 -0.0298260149   6765800         22.334         21.343
1863 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1864  6.126001e-03 -0.0096066829  20860358         10.476         11.495
1865  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1866 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1867 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
1868  1.991701e-02  0.0047026279  56769258         23.198         14.815
1869  1.991701e-02  0.0047026279  56769258         23.198         14.815
1870 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1871 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1872 -1.257071e-02 -0.0345694532   3004365         21.174         18.710
1873 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1874 -1.786170e-02 -0.0262822149  19451970         15.458         14.081
1875  7.822357e-03  0.0075700227  24994983         12.489         10.848
1876 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1877 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1878 -2.253606e-03  0.0042067308   2376092         21.453         15.973
1879 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1880 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1881 -1.729183e-03 -0.0031923384   7330420          6.565          9.281
1882 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1883 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1884 -3.848181e-03 -0.0232999473   1377452         17.145         21.867
1885 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1886 -2.502496e-02 -0.0437271215  30652248         10.803         10.879
1887 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1888 -2.502496e-02 -0.0437271215  30652248         10.803         10.879
1889  3.026097e-02  0.0136035536   7465980         14.603          9.403
1890 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1891  6.126001e-03 -0.0096066829  20860358         10.476         11.495
1892  1.991701e-02  0.0047026279  56769258         23.198         14.815
1893  1.337296e-02 -0.0156017831  16501919         20.628         22.608
1894 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1895 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1896 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1897  1.498501e-02  0.0091575092  25046130         18.224         12.486
1898 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1899 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1900  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1901 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
1902 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1903  1.498501e-02  0.0091575092  25046130         18.224         12.486
1904 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1905  4.625551e-02  0.0361233480     14000         40.824         62.043
1906 -2.502496e-02 -0.0437271215  30652248         10.803         10.879
1907 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1908  7.822357e-03  0.0075700227  24994983         12.489         10.848
1909 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1910 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1911 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1912 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1913 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1914 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1915 -1.907837e-02 -0.0366891694  20461746          8.653         10.282
1916 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1917 -1.907837e-02 -0.0366891694  20461746          8.653         10.282
1918 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1919 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1920 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1921 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1922 -9.269988e-04 -0.0018539977  10337768          8.467          6.941
1923 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1924 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1925  1.901408e-02  0.0200000000   3897729         10.693         10.115
1926  2.742074e-02 -0.0269922879  69384908         28.509         27.957
1927 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1928  9.797918e-04 -0.0117575015  12072169          9.450         12.049
1929 -1.786170e-02 -0.0262822149  19451970         15.458         14.081
1930  6.126001e-03 -0.0096066829  20860358         10.476         11.495
1931 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1932 -1.590804e-02 -0.0270552717   2919180          8.659         12.808
1933  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1934 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1935 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1936 -5.799503e-03 -0.0298260149   6765800         22.334         21.343
1937 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1938 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1939  7.218914e-04  0.0079408049   6437731          9.810         27.070
1940 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1941 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1942 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1943 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1944  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1945  1.189237e-03 -0.0382042515   3814203         16.657         14.198
1946 -5.338078e-03 -0.0117882562  12962658          8.722          8.129
1947 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1948 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1949 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1950 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1951 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1952 -1.786170e-02 -0.0262822149  19451970         15.458         14.081
1953 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1954 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1955 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1956 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1957 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1958  1.257759e-02 -0.0125232365   2500121         19.259         14.843
1959  6.126001e-03 -0.0096066829  20860358         10.476         11.495
1960 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1961 -1.729183e-03 -0.0031923384   7330420          6.565          9.281
1962  8.718396e-04 -0.0113339146  41415145         19.769         21.199
1963 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1964 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1965 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1966 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1967 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1968 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1969 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1970 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1971  1.991701e-02  0.0047026279  56769258         23.198         14.815
1972  6.238692e-04  0.0005614823   4154147         27.215         16.517
1973 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1974  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1975 -1.786170e-02 -0.0262822149  19451970         15.458         14.081
1976  1.134360e-02 -0.0142992445    655987         15.132         13.278
1977  1.797939e-03 -0.0013180732       124          4.838         14.262
1978 -2.584442e-02 -0.0513368926    477366         16.946         13.626
1979 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1980 -7.887818e-03 -0.0300905638  39548818         11.624          9.721
1981  1.134360e-02 -0.0142992445    655987         15.132         13.278
1982  4.276115e-03  0.0009773977    882403         10.753          9.493
1983 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1984  1.134360e-02 -0.0142992445    655987         15.132         13.278
1985 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1986 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1987 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1988 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1989 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1990 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1991 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1992 -3.848181e-03 -0.0232999473   1377452         17.145         21.867
1993  1.085094e-03 -0.0313078241   1731764         17.021         13.722
1994 -2.253606e-03  0.0042067308   2376092         21.453         15.973
1995 -2.253606e-03  0.0042067308   2376092         21.453         15.973
1996 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1997 -2.253606e-03  0.0042067308   2376092         21.453         15.973
1998 -2.253606e-03  0.0042067308   2376092         21.453         15.973
1999 -2.253606e-03  0.0042067308   2376092         21.453         15.973
2000 -2.253606e-03  0.0042067308   2376092         21.453         15.973
2001 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
2002  4.276115e-03  0.0009773977    882403         10.753          9.493
2003 -7.141698e-03 -0.0240761781   2181592         11.282         13.700
2004 -3.028649e-02 -0.0515688950  56746263         23.313         27.090
2005  1.498501e-02  0.0091575092  25046130         18.224         12.486
2006 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
2007 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
2008 -2.253606e-03  0.0042067308   2376092         21.453         15.973
2009 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
2010  1.264918e-02 -0.0465947259   4779887         29.566         17.171
2011 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
2012 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
2013  1.134360e-02 -0.0142992445    655987         15.132         13.278
2014 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
2015 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
2016 -2.726453e-02 -0.0380238846   2364453         12.106         10.583
2017 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
2018 -3.021551e-02 -0.0524327927   3961697         13.099         20.830
2019 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
2020 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
2021 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
2022 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
2023 -2.551020e-03 -0.0102040816   7700915         28.035         26.430
2024 -3.826851e-02 -0.0709232899   3845857         20.884         17.193
2025 -1.197246e-02 -0.0368153248  10127598         28.496         18.344
2026  0.000000e+00  0.0361233480     14000         40.824         62.043
2027 -1.020669e-02 -0.0262822149  19451970         15.458         14.081
2028 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2029 -1.197246e-02 -0.0368153248  10127598         28.496         18.344
2030 -1.697316e-02 -0.0286057147   7364681          8.744         14.935
2031 -5.260939e-02 -0.0616344182   2448752         23.420         15.044
2032  2.085747e-03 -0.0018539977  10337768          8.467          6.941
2033 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2034  1.032258e-02  0.0100000000  10638662         24.385         15.424
2035  7.082631e-03  0.0101180438   8670806         14.897         15.109
2036 -5.260939e-02 -0.0616344182   2448752         23.420         15.044
2037 -1.011373e-03 -0.0361617371   1222022         24.679         21.847
2038 -1.011373e-03 -0.0361617371   1222022         24.679         21.847
2039 -1.011373e-03 -0.0361617371   1222022         24.679         21.847
2040 -1.011373e-03 -0.0361617371   1222022         24.679         21.847
2041 -1.011373e-03 -0.0361617371   1222022         24.679         21.847
2042 -1.697316e-02 -0.0286057147   7364681          8.744         14.935
2043  6.739006e-03 -0.0313078241   1731764         17.021         13.722
2044 -1.197246e-02 -0.0368153248  10127598         28.496         18.344
2045 -6.005338e-03 -0.0117882562  12962658          8.722          8.129
2046 -5.260939e-02 -0.0616344182   2448752         23.420         15.044
2047  1.657645e-02 -0.0236806495  11917080         23.550         19.195
2048 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2049  1.118132e-02 -0.0169279975    581279         20.681         14.534
2050  2.043906e-02  0.0075700227  24994983         12.489         10.848
2051 -1.697316e-02 -0.0286057147   7364681          8.744         14.935
2052  6.503252e-03 -0.0465947259   4779887         29.566         17.171
2053 -3.826851e-02 -0.0709232899   3845857         20.884         17.193
2054 -1.697316e-02 -0.0286057147   7364681          8.744         14.935
2055 -5.260939e-02 -0.0616344182   2448752         23.420         15.044
2056 -2.312082e-02 -0.0513368926    477366         16.946         13.626
2057  6.503252e-03 -0.0465947259   4779887         29.566         17.171
2058 -1.197246e-02 -0.0368153248  10127598         28.496         18.344
2059  4.413842e-04  0.0013241525   4872033          9.749          8.628
2060 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2061 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2062 -1.697316e-02 -0.0286057147   7364681          8.744         14.935
2063  2.043906e-02  0.0075700227  24994983         12.489         10.848
2064 -5.260939e-02 -0.0616344182   2448752         23.420         15.044
2065 -1.197246e-02 -0.0368153248  10127598         28.496         18.344
2066 -1.730104e-04 -0.0100346021   3987631         10.315          7.797
2067  6.503252e-03 -0.0465947259   4779887         29.566         17.171
2068 -1.197246e-02 -0.0368153248  10127598         28.496         18.344
2069 -4.511821e-03  0.0079408049   6437731          9.810         27.070
2070  6.503252e-03 -0.0465947259   4779887         29.566         17.171
2071 -1.966539e-02 -0.0366891694  20461746          8.653         10.282
2072  3.325352e-03 -0.0031923384   7330420          6.565          9.281
2073 -6.005338e-03 -0.0117882562  12962658          8.722          8.129
2074 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2075 -1.197246e-02 -0.0368153248  10127598         28.496         18.344
2076 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2077  6.503252e-03 -0.0465947259   4779887         29.566         17.171
2078 -1.730104e-04 -0.0100346021   3987631         10.315          7.797
2079 -1.730104e-04 -0.0100346021   3987631         10.315          7.797
2080 -6.325778e-04 -0.0232999473   1377452         17.145         21.867
2081  4.413842e-04  0.0013241525   4872033          9.749          8.628
2082 -1.133082e-02 -0.0524327927   3961697         13.099         20.830
2083 -1.133082e-02 -0.0524327927   3961697         13.099         20.830
2084 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2085  5.258413e-03  0.0042067308   2376092         21.453         15.973
2086 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2087 -1.133082e-02 -0.0524327927   3961697         13.099         20.830
2088 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2089  6.503252e-03 -0.0465947259   4779887         29.566         17.171
2090  3.325352e-03 -0.0031923384   7330420          6.565          9.281
2091 -1.697316e-02 -0.0286057147   7364681          8.744         14.935
2092 -1.133082e-02 -0.0524327927   3961697         13.099         20.830
2093 -1.133082e-02 -0.0524327927   3961697         13.099         20.830
2094 -1.197246e-02 -0.0368153248  10127598         28.496         18.344
2095  6.503252e-03 -0.0465947259   4779887         29.566         17.171
2096 -3.826851e-02 -0.0709232899   3845857         20.884         17.193
2097  4.608295e-03 -0.0382042515   3814203         16.657         14.198
2098 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2099 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2100 -1.020669e-02 -0.0262822149  19451970         15.458         14.081
2101 -5.979644e-03 -0.0057251908   8201738         18.864         13.345
2102  2.977812e-03 -0.0011457922    928465         13.133         20.003
2103  5.413952e-03  0.0258839594   1709504         12.723         18.095
2104 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2105  2.977812e-03 -0.0011457922    928465         13.133         20.003
2106  2.977812e-03 -0.0011457922    928465         13.133         20.003
2107  2.977812e-03 -0.0011457922    928465         13.133         20.003
2108 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2109  1.000617e-02 -0.0031317019    980771         15.138         17.844
2110  2.977812e-03 -0.0011457922    928465         13.133         20.003
2111  4.423610e-03 -0.0093754127  18023917         13.186         16.089
2112  2.977812e-03 -0.0011457922    928465         13.133         20.003
2113  4.461796e-03 -0.0306748466   6442687         28.202         22.466
2114  2.977812e-03 -0.0011457922    928465         13.133         20.003
2115  1.749271e-02  0.0151603499   9762178         16.727         22.532
2116  5.636310e-03  0.0069712252   5185749         17.223         20.943
2117  1.517195e-03  0.0116318274   5703000          8.453         18.379
2118  5.504587e-03  0.0160550459   1254348         14.826         25.820
2119  2.977812e-03 -0.0011457922    928465         13.133         20.003
2120  5.504587e-03  0.0160550459   1254348         14.826         25.820
2121  4.354271e-03 -0.0021308134   9963649          9.282         14.188
2122  2.977812e-03 -0.0011457922    928465         13.133         20.003
2123 -9.172509e-04 -0.0007862150   3543404          7.992         13.155
2124  2.977812e-03 -0.0011457922    928465         13.133         20.003
2125  2.977812e-03 -0.0011457922    928465         13.133         20.003
2126  5.504587e-03  0.0160550459   1254348         14.826         25.820
2127  1.749271e-02  0.0151603499   9762178         16.727         22.532
2128  2.977812e-03 -0.0011457922    928465         13.133         20.003
2129  5.504587e-03  0.0160550459   1254348         14.826         25.820
2130  2.977812e-03 -0.0011457922    928465         13.133         20.003
2131 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2132  1.749271e-02  0.0151603499   9762178         16.727         22.532
2133  1.000617e-02 -0.0031317019    980771         15.138         17.844
2134  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2135  5.564284e-03  0.0037968054  24451164          9.993         17.604
2136  1.749271e-02  0.0151603499   9762178         16.727         22.532
2137  4.461796e-03 -0.0306748466   6442687         28.202         22.466
2138  2.977812e-03 -0.0011457922    928465         13.133         20.003
2139  2.977812e-03 -0.0011457922    928465         13.133         20.003
2140 -1.870952e-02 -0.0326217318  26340547          9.398         16.718
2141  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2142 -1.064106e-02 -0.0098624448  24040423          9.834         14.120
2143 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2144  1.718213e-03 -0.0153207331  30436364          9.871         14.475
2145  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2146  1.000617e-02 -0.0031317019    980771         15.138         17.844
2147 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2148  5.504587e-03  0.0160550459   1254348         14.826         25.820
2149  5.504587e-03  0.0160550459   1254348         14.826         25.820
2150  2.977812e-03 -0.0011457922    928465         13.133         20.003
2151  1.749271e-02  0.0151603499   9762178         16.727         22.532
2152  5.504587e-03  0.0160550459   1254348         14.826         25.820
2153  1.749271e-02  0.0151603499   9762178         16.727         22.532
2154  1.000617e-02 -0.0031317019    980771         15.138         17.844
2155  7.527410e-03  0.0081819669   3762298         13.996         20.868
2156  1.749271e-02  0.0151603499   9762178         16.727         22.532
2157  2.977812e-03 -0.0011457922    928465         13.133         20.003
2158  1.749271e-02  0.0151603499   9762178         16.727         22.532
2159  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2160 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2161  2.977812e-03 -0.0011457922    928465         13.133         20.003
2162  1.749271e-02  0.0151603499   9762178         16.727         22.532
2163  5.504587e-03  0.0160550459   1254348         14.826         25.820
2164 -3.900509e-02 -0.0397155280       147         22.754         20.086
2165  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2166  2.977812e-03 -0.0011457922    928465         13.133         20.003
2167  2.114761e-04 -0.0052164105   2944380         13.406         13.067
2168  1.749271e-02  0.0151603499   9762178         16.727         22.532
2169  5.808009e-02  0.0595001420   8311998         27.804         25.851
2170  7.527410e-03  0.0081819669   3762298         13.996         20.868
2171  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2172  2.977812e-03 -0.0011457922    928465         13.133         20.003
2173  2.977812e-03 -0.0011457922    928465         13.133         20.003
2174  5.504587e-03  0.0160550459   1254348         14.826         25.820
2175 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2176  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2177  2.977812e-03 -0.0011457922    928465         13.133         20.003
2178  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2179  5.808009e-02  0.0595001420   8311998         27.804         25.851
2180  2.977812e-03 -0.0011457922    928465         13.133         20.003
2181  1.000617e-02 -0.0031317019    980771         15.138         17.844
2182 -1.294599e-02 -0.0035721971   2758083         10.924         20.649
2183  1.000617e-02 -0.0031317019    980771         15.138         17.844
2184  2.977812e-03 -0.0011457922    928465         13.133         20.003
2185  2.977812e-03 -0.0011457922    928465         13.133         20.003
2186  2.977812e-03 -0.0011457922    928465         13.133         20.003
2187  1.000617e-02 -0.0031317019    980771         15.138         17.844
2188  1.000617e-02 -0.0031317019    980771         15.138         17.844
2189  1.517195e-03  0.0116318274   5703000          8.453         18.379
2190  2.977812e-03 -0.0011457922    928465         13.133         20.003
2191  2.977812e-03 -0.0011457922    928465         13.133         20.003
2192  2.977812e-03 -0.0011457922    928465         13.133         20.003
2193  2.977812e-03 -0.0011457922    928465         13.133         20.003
2194  4.423610e-03 -0.0093754127  18023917         13.186         16.089
2195  1.000617e-02 -0.0031317019    980771         15.138         17.844
2196  5.808009e-02  0.0595001420   8311998         27.804         25.851
2197 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2198  1.749271e-02  0.0151603499   9762178         16.727         22.532
2199  1.000617e-02 -0.0031317019    980771         15.138         17.844
2200  4.153974e-03  0.0002769316  17741896          6.791         16.726
2201 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2202  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2203  5.315615e-02  0.1063122924   6551680         34.539         53.407
2204  5.504587e-03  0.0160550459   1254348         14.826         25.820
2205  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2206 -7.548594e-03 -0.0184940555   8938801          8.666         12.668
2207 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2208 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2209  1.749271e-02  0.0151603499   9762178         16.727         22.532
2210 -3.900509e-02 -0.0397155280       147         22.754         20.086
2211 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2212  5.564284e-03  0.0037968054  24451164          9.993         17.604
2213  2.557078e-03  0.0164329327  35610474         16.946         15.457
2214  2.977812e-03 -0.0011457922    928465         13.133         20.003
2215  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2216 -9.172509e-04 -0.0007862150   3543404          7.992         13.155
2217 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2218  1.000617e-02 -0.0031317019    980771         15.138         17.844
2219 -1.953649e-02 -0.0222179659  11107174         13.684         23.581
2220  9.054785e-03  0.0097062081   7158383          9.654         12.006
2221  2.977812e-03 -0.0011457922    928465         13.133         20.003
2222 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2223  1.718213e-03 -0.0153207331  30436364          9.871         14.475
2224  2.977812e-03 -0.0011457922    928465         13.133         20.003
2225 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2226  5.504587e-03  0.0160550459   1254348         14.826         25.820
2227  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2228 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2229  1.988072e-02  0.0337972167       800         24.002         25.947
2230  1.749271e-02  0.0151603499   9762178         16.727         22.532
2231 -9.172509e-04 -0.0007862150   3543404          7.992         13.155
2232  1.749271e-02  0.0151603499   9762178         16.727         22.532
2233  4.461796e-03 -0.0306748466   6442687         28.202         22.466
2234 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2235  1.687534e-02  0.0013609145  23411181         16.441         19.485
2236  5.808009e-02  0.0595001420   8311998         27.804         25.851
2237  4.354271e-03 -0.0021308134   9963649          9.282         14.188
2238 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2239  1.365992e-02  0.0160150730  13301900         10.651         17.096
2240  1.749271e-02  0.0151603499   9762178         16.727         22.532
2241 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2242 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2243  1.749271e-02  0.0151603499   9762178         16.727         22.532
2244 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2245 -9.172509e-04 -0.0007862150   3543404          7.992         13.155
2246  6.758513e-03  0.0023394853   3117138          5.180         20.760
2247  2.977812e-03 -0.0011457922    928465         13.133         20.003
2248  4.423610e-03 -0.0093754127  18023917         13.186         16.089
2249  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2250  2.977812e-03 -0.0011457922    928465         13.133         20.003
2251  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2252 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2253  1.000617e-02 -0.0031317019    980771         15.138         17.844
2254  2.419843e-03 -0.0060496068   7948911         15.044         14.122
2255  1.327532e-02 -0.0004462294   6030140         18.070         13.801
2256  1.749271e-02  0.0151603499   9762178         16.727         22.532
2257  1.327532e-02 -0.0004462294   6030140         18.070         13.801
2258 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2259  5.808009e-02  0.0595001420   8311998         27.804         25.851
2260  1.749271e-02  0.0151603499   9762178         16.727         22.532
2261  1.000617e-02 -0.0031317019    980771         15.138         17.844
2262  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2263  1.517195e-03  0.0116318274   5703000          8.453         18.379
2264  5.413952e-03  0.0258839594   1709504         12.723         18.095
2265  1.749271e-02  0.0151603499   9762178         16.727         22.532
2266 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2267  3.703704e-02  0.0423917894 138636343         19.559         27.060
2268  2.977812e-03 -0.0011457922    928465         13.133         20.003
2269  5.808009e-02  0.0595001420   8311998         27.804         25.851
2270  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2271  2.977812e-03 -0.0011457922    928465         13.133         20.003
2272  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2273  2.114761e-04 -0.0052164105   2944380         13.406         13.067
2274  2.977812e-03 -0.0011457922    928465         13.133         20.003
2275  2.977812e-03 -0.0011457922    928465         13.133         20.003
2276  2.977812e-03 -0.0011457922    928465         13.133         20.003
2277  2.977812e-03 -0.0011457922    928465         13.133         20.003
2278  2.483379e-02  0.0381306218  30519660         15.121         17.247
2279  1.749271e-02  0.0151603499   9762178         16.727         22.532
2280 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2281 -9.436633e-04 -0.0117957913   5007276          8.922         12.843
2282 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2283  2.977812e-03 -0.0011457922    928465         13.133         20.003
2284  2.977812e-03 -0.0011457922    928465         13.133         20.003
2285  2.977812e-03 -0.0011457922    928465         13.133         20.003
2286 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2287  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2288  5.606407e-02  0.0835240275   8561433         26.649         43.015
2289  2.977812e-03 -0.0011457922    928465         13.133         20.003
2290  1.749271e-02  0.0151603499   9762178         16.727         22.532
2291 -1.708633e-02 -0.0143884892  36398667         16.041         21.235
2292 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2293  2.977812e-03 -0.0011457922    928465         13.133         20.003
2294 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2295 -1.759402e-03 -0.0096767099  14148040          8.499          7.304
2296 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2297  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2298  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2299 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2300  3.703704e-02  0.0423917894 138636343         19.559         27.060
2301  1.749271e-02  0.0151603499   9762178         16.727         22.532
2302 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2303 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2304 -6.986415e-03 -0.0047972683   2449061          6.081         13.333
2305  1.749271e-02  0.0151603499   9762178         16.727         22.532
2306 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2307  1.749271e-02  0.0151603499   9762178         16.727         22.532
2308  9.054785e-03  0.0097062081   7158383          9.654         12.006
2309  1.749271e-02  0.0151603499   9762178         16.727         22.532
2310 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2311  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2312 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2313  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2314  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2315  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2316  1.749271e-02  0.0151603499   9762178         16.727         22.532
2317  3.703704e-02  0.0423917894 138636343         19.559         27.060
2318  3.703704e-02  0.0423917894 138636343         19.559         27.060
2319  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2320  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2321  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2322  5.564056e-03 -0.0006259563   1907585          9.967         18.889
2323 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2324  1.749271e-02  0.0151603499   9762178         16.727         22.532
2325 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2326 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2327 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2328  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2329 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2330  1.000617e-02 -0.0031317019    980771         15.138         17.844
2331  2.977812e-03 -0.0011457922    928465         13.133         20.003
2332  1.198299e-02  0.0264785466   8037936         11.102         15.551
2333 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2334 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2335  1.749271e-02  0.0151603499   9762178         16.727         22.532
2336  2.483379e-02  0.0381306218  30519660         15.121         17.247
2337  1.000617e-02 -0.0031317019    980771         15.138         17.844
2338 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2339  5.808009e-02  0.0595001420   8311998         27.804         25.851
2340  1.000617e-02 -0.0031317019    980771         15.138         17.844
2341  3.703704e-02  0.0423917894 138636343         19.559         27.060
2342  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2343  1.988072e-02  0.0337972167       800         24.002         25.947
2344 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2345  1.304348e-02  0.0222360248  13572313          7.101          9.511
2346  2.977812e-03 -0.0011457922    928465         13.133         20.003
2347  1.424581e-02  0.0128491620   1711791         13.565         17.564
2348  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2349  9.054785e-03  0.0097062081   7158383          9.654         12.006
2350  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2351  1.749271e-02  0.0151603499   9762178         16.727         22.532
2352 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2353  7.527410e-03  0.0081819669   3762298         13.996         20.868
2354  1.749271e-02  0.0151603499   9762178         16.727         22.532
2355  2.977812e-03 -0.0011457922    928465         13.133         20.003
2356  1.749271e-02  0.0151603499   9762178         16.727         22.532
2357 -7.548594e-03 -0.0184940555   8938801          8.666         12.668
2358 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2359 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2360  1.749271e-02  0.0151603499   9762178         16.727         22.532
2361 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2362  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2363 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2364  2.977812e-03 -0.0011457922    928465         13.133         20.003
2365 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2366  1.749271e-02  0.0151603499   9762178         16.727         22.532
2367  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2368  1.749271e-02  0.0151603499   9762178         16.727         22.532
2369  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2370 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2371 -7.548594e-03 -0.0184940555   8938801          8.666         12.668
2372  2.977812e-03 -0.0011457922    928465         13.133         20.003
2373 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2374  1.749271e-02  0.0151603499   9762178         16.727         22.532
2375 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2376  2.977812e-03 -0.0011457922    928465         13.133         20.003
2377  7.527410e-03  0.0081819669   3762298         13.996         20.868
2378 -4.220372e-03 -0.0053610129    811293          7.113          9.917
2379 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2380 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2381  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2382  1.749271e-02  0.0151603499   9762178         16.727         22.532
2383 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2384  5.413952e-03  0.0258839594   1709504         12.723         18.095
2385  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2386  2.635362e-02  0.0213224724  13637891         17.044         26.392
2387 -9.514748e-04 -0.0012686330  30196715         41.892         26.200
2388 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2389  5.808009e-02  0.0595001420   8311998         27.804         25.851
2390 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2391 -8.880995e-04 -0.0122853760  46070779         13.165         15.326
2392  2.977812e-03 -0.0011457922    928465         13.133         20.003
2393  1.749271e-02  0.0151603499   9762178         16.727         22.532
2394 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2395  1.749271e-02  0.0151603499   9762178         16.727         22.532
2396  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2397 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2398  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2399 -1.562021e-02 -0.0183767228  29018501         11.762          9.773
2400 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2401 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2402  5.564056e-03 -0.0006259563   1907585          9.967         18.889
2403 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2404  4.423610e-03 -0.0093754127  18023917         13.186         16.089
2405  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2406 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2407  1.749271e-02  0.0151603499   9762178         16.727         22.532
2408 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2409  2.977812e-03 -0.0011457922    928465         13.133         20.003
2410  1.718213e-03 -0.0153207331  30436364          9.871         14.475
2411  5.808009e-02  0.0595001420   8311998         27.804         25.851
2412 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2413 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2414  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2415  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2416  0.000000e+00  0.0000000000        67         69.028         69.875
2417  4.354271e-03 -0.0021308134   9963649          9.282         14.188
2418  5.564284e-03  0.0037968054  24451164          9.993         17.604
2419  7.527410e-03  0.0081819669   3762298         13.996         20.868
2420 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2421  7.527410e-03  0.0081819669   3762298         13.996         20.868
2422  1.749271e-02  0.0151603499   9762178         16.727         22.532
2423  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2424 -5.979644e-03 -0.0057251908   8201738         18.864         13.345
2425  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2426  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2427  5.564284e-03  0.0037968054  24451164          9.993         17.604
2428 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2429 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2430 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2431 -1.870952e-02 -0.0326217318  26340547          9.398         16.718
2432 -1.870952e-02 -0.0326217318  26340547          9.398         16.718
2433 -9.436633e-04 -0.0117957913   5007276          8.922         12.843
2434  1.749271e-02  0.0151603499   9762178         16.727         22.532
2435  2.977812e-03 -0.0011457922    928465         13.133         20.003
2436 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2437 -7.548594e-03 -0.0184940555   8938801          8.666         12.668
2438  4.423610e-03 -0.0093754127  18023917         13.186         16.089
2439 -7.548594e-03 -0.0184940555   8938801          8.666         12.668
2440  2.977812e-03 -0.0011457922    928465         13.133         20.003
2441 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2442 -1.064106e-02 -0.0098624448  24040423          9.834         14.120
2443  5.564284e-03  0.0037968054  24451164          9.993         17.604
2444  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2445  5.808009e-02  0.0595001420   8311998         27.804         25.851
2446  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2447 -1.108126e-02 -0.0218267293   9165598         10.490         21.381
2448  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2449  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2450 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2451 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2452 -6.197323e-03 -0.0089241448   4533700          6.340         20.538
2453  1.749271e-02  0.0151603499   9762178         16.727         22.532
2454 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2455 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2456 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2457  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2458 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2459  8.898776e-03 -0.0069307778   5232886         10.835          9.269
2460 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2461  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2462 -9.436633e-04 -0.0117957913   5007276          8.922         12.843
2463  1.718213e-03 -0.0153207331  30436364          9.871         14.475
2464 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2465 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2466 -7.548594e-03 -0.0184940555   8938801          8.666         12.668
2467  1.718213e-03 -0.0153207331  30436364          9.871         14.475
2468  1.749271e-02  0.0151603499   9762178         16.727         22.532
2469 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2470  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2471  8.898776e-03 -0.0069307778   5232886         10.835          9.269
2472  1.749271e-02  0.0151603499   9762178         16.727         22.532
2473  7.527410e-03  0.0081819669   3762298         13.996         20.868
2474  7.527410e-03  0.0081819669   3762298         13.996         20.868
2475  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2476 -1.545842e-02  0.0133262260  12234110         26.990         19.475
2477 -7.548594e-03 -0.0184940555   8938801          8.666         12.668
2478 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2479  1.000617e-02 -0.0031317019    980771         15.138         17.844
2480  1.365992e-02  0.0160150730  13301900         10.651         17.096
2481 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2482 -1.064106e-02 -0.0098624448  24040423          9.834         14.120
2483 -1.064106e-02 -0.0098624448  24040423          9.834         14.120
2484 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2485 -9.514748e-04 -0.0012686330  30196715         41.892         26.200
2486  1.365992e-02  0.0160150730  13301900         10.651         17.096
2487 -2.830189e-02 -0.0343053173  22811121         13.599         17.007
2488  2.977812e-03 -0.0011457922    928465         13.133         20.003
2489 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2490  5.636310e-03  0.0069712252   5185749         17.223         20.943
2491  5.564284e-03  0.0037968054  24451164          9.993         17.604
2492 -1.545842e-02  0.0133262260  12234110         26.990         19.475
2493 -2.830189e-02 -0.0343053173  22811121         13.599         17.007
2494 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2495 -2.830189e-02 -0.0343053173  22811121         13.599         17.007
2496  4.423610e-03 -0.0093754127  18023917         13.186         16.089
2497  2.977812e-03 -0.0011457922    928465         13.133         20.003
2498 -1.545842e-02  0.0133262260  12234110         26.990         19.475
2499  1.749271e-02  0.0151603499   9762178         16.727         22.532
2500 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2501 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2502  2.977812e-03 -0.0011457922    928465         13.133         20.003
2503 -5.979644e-03 -0.0057251908   8201738         18.864         13.345
2504  1.424581e-02  0.0128491620   1711791         13.565         17.564
2505 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2506  2.977812e-03 -0.0011457922    928465         13.133         20.003
2507  5.808009e-02  0.0595001420   8311998         27.804         25.851
2508  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2509  1.749271e-02  0.0151603499   9762178         16.727         22.532
2510  3.161828e-03  0.0123598735   6665270         17.900         19.091
2511  3.962606e-02  0.0346960606   4057944         29.391         25.799
2512 -1.368578e-03  0.0098057282    953079         13.217         19.526
2513  3.161828e-03  0.0123598735   6665270         17.900         19.091
2514 -2.591933e-03 -0.0021059452   3283873         14.717         21.234
2515 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2516 -1.368578e-03  0.0098057282    953079         13.217         19.526
2517 -7.058824e-03 -0.0133333333   6058263         14.921         13.650
2518 -1.368578e-03  0.0098057282    953079         13.217         19.526
2519 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2520 -1.664533e-02 -0.0166453265     69534         26.371         38.905
2521 -1.929509e-02 -0.0164651402  17691212          8.650         14.402
2522 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2523 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2524  5.039007e-03  0.0036123000   1306384         10.653         16.474
2525 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2526 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2527 -1.706913e-04 -0.0025804508   2454841          8.721         14.580
2528  3.161828e-03  0.0123598735   6665270         17.900         19.091
2529  3.161828e-03  0.0123598735   6665270         17.900         19.091
2530 -1.368578e-03  0.0098057282    953079         13.217         19.526
2531 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2532 -1.929509e-02 -0.0164651402  17691212          8.650         14.402
2533  3.962606e-02  0.0346960606   4057944         29.391         25.799
2534 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2535 -2.591933e-03 -0.0021059452   3283873         14.717         21.234
2536 -2.591933e-03 -0.0021059452   3283873         14.717         21.234
2537 -1.997147e-03 -0.0068473609  21603601          9.868         14.412
2538 -1.499765e-02 -0.0124588622       124         17.659         21.905
2539 -3.172483e-03 -0.0006678911   4999500          9.452         18.549
2540 -1.368578e-03  0.0098057282    953079         13.217         19.526
2541 -2.114804e-02 -0.0030211480    439229         24.428         36.520
2542 -7.058824e-03 -0.0133333333   6058263         14.921         13.650
2543 -3.172483e-03 -0.0006678911   4999500          9.452         18.549
2544  3.962606e-02  0.0346960606   4057944         29.391         25.799
2545 -1.368578e-03  0.0098057282    953079         13.217         19.526
2546 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2547 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2548  0.000000e+00  0.0000000000        67         69.028         69.875
2549 -1.368578e-03  0.0098057282    953079         13.217         19.526
2550 -1.477024e-02 -0.0355579869   6687892         27.703         22.812
2551 -1.472754e-03 -0.0005891016   1979479         11.148         20.926
2552 -1.472754e-03 -0.0005891016   1979479         11.148         20.926
2553 -3.172483e-03 -0.0006678911   4999500          9.452         18.549
2554 -2.591933e-03 -0.0021059452   3283873         14.717         21.234
2555  3.962606e-02  0.0346960606   4057944         29.391         25.799
2556  3.962606e-02  0.0346960606   4057944         29.391         25.799
2557 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2558 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2559  3.962606e-02  0.0346960606   4057944         29.391         25.799
2560 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2561 -4.206836e-02 -0.0482033304  76707185         19.915         21.349
2562 -7.058824e-03 -0.0133333333   6058263         14.921         13.650
2563  4.677268e-03  0.0116931712  10486300         11.746         17.052
2564  3.161828e-03  0.0123598735   6665270         17.900         19.091
2565 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2566  3.161828e-03  0.0123598735   6665270         17.900         19.091
2567  3.161828e-03  0.0123598735   6665270         17.900         19.091
2568  3.161828e-03  0.0123598735   6665270         17.900         19.091
2569 -2.066949e-02 -0.0178967534   1420108         13.255         17.041
2570  3.161828e-03  0.0123598735   6665270         17.900         19.091
2571  3.161828e-03  0.0123598735   6665270         17.900         19.091
2572 -1.005657e-02 -0.0119421747  15525451         11.417         26.309
2573  3.962606e-02  0.0346960606   4057944         29.391         25.799
2574 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2575  3.161828e-03  0.0123598735   6665270         17.900         19.091
2576 -1.660214e-02 -0.0171271081   4349787          7.915         17.241
2577 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2578 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2579  3.875969e-03  0.0038759690  17510915          6.877         16.572
2580 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2581 -1.472754e-03 -0.0005891016   1979479         11.148         20.926
2582 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2583 -2.644628e-02 -0.0333884298  11635712          9.988         21.748
2584 -1.368578e-03  0.0098057282    953079         13.217         19.526
2585 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2586  3.161828e-03  0.0123598735   6665270         17.900         19.091
2587 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2588  3.962606e-02  0.0346960606   4057944         29.391         25.799
2589  5.544933e-03  0.0009560229  13352101         11.945         12.590
2590  3.161828e-03  0.0123598735   6665270         17.900         19.091
2591 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2592  3.962606e-02  0.0346960606   4057944         29.391         25.799
2593 -1.368578e-03  0.0098057282    953079         13.217         19.526
2594 -1.179014e-03  0.0034715399   2918126          7.906         13.054
2595  3.607299e-03  0.0103975103   2407737         14.187         13.053
2596 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2597 -1.368578e-03  0.0098057282    953079         13.217         19.526
2598 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2599 -1.368578e-03  0.0098057282    953079         13.217         19.526
2600 -1.368578e-03  0.0098057282    953079         13.217         19.526
2601 -1.800288e-02 -0.0316850696  17969811         10.456         16.537
2602 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2603 -1.368578e-03  0.0098057282    953079         13.217         19.526
2604  3.161828e-03  0.0123598735   6665270         17.900         19.091
2605 -5.855379e-03  0.0016931217   1968452         16.414         18.809
2606  5.039007e-03  0.0036123000   1306384         10.653         16.474
2607 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2608 -1.660214e-02 -0.0171271081   4349787          7.915         17.241
2609 -1.706913e-04 -0.0025804508   2454841          8.721         14.580
2610 -1.368578e-03  0.0098057282    953079         13.217         19.526
2611 -1.368578e-03  0.0098057282    953079         13.217         19.526
2612  8.687321e-03 -0.0019629723    553159         14.670         17.644
2613  3.161828e-03  0.0123598735   6665270         17.900         19.091
2614 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2615  3.161828e-03  0.0123598735   6665270         17.900         19.091
2616 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2617 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2618  5.039007e-03  0.0036123000   1306384         10.653         16.474
2619 -1.472754e-03 -0.0005891016   1979479         11.148         20.926
2620  3.962606e-02  0.0346960606   4057944         29.391         25.799
2621 -1.423721e-02 -0.0160723919    433818          8.495         20.566
2622  3.962606e-02  0.0346960606   4057944         29.391         25.799
2623 -1.179014e-03  0.0034715399   2918126          7.906         13.054
2624  5.039007e-03  0.0036123000   1306384         10.653         16.474
2625 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2626 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2627 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2628  3.161828e-03  0.0123598735   6665270         17.900         19.091
2629 -1.368578e-03  0.0098057282    953079         13.217         19.526
2630  5.544933e-03  0.0009560229  13352101         11.945         12.590
2631 -7.058824e-03 -0.0133333333   6058263         14.921         13.650
2632 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2633  9.070248e-03  0.0369214876   3390345         17.035         19.114
2634  1.084265e-02  0.0576266649   5213315         32.714         28.827
2635  1.084265e-02  0.0576266649   5213315         32.714         28.827
2636 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2637 -2.060338e-02 -0.0161883738   2811948         21.460         25.487
2638  1.084265e-02  0.0576266649   5213315         32.714         28.827
2639  1.084265e-02  0.0576266649   5213315         32.714         28.827
2640  1.084265e-02  0.0576266649   5213315         32.714         28.827
2641 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2642  3.455864e-03  0.0051837963   1232971         12.251         15.666
2643  3.455864e-03  0.0051837963   1232971         12.251         15.666
2644  1.084265e-02  0.0576266649   5213315         32.714         28.827
2645  1.084265e-02  0.0576266649   5213315         32.714         28.827
2646  2.567427e-02  0.0495331950   1199844         24.638         27.394
2647  1.084265e-02  0.0576266649   5213315         32.714         28.827
2648  1.084265e-02  0.0576266649   5213315         32.714         28.827
2649  1.084265e-02  0.0576266649   5213315         32.714         28.827
2650  9.070248e-03  0.0369214876   3390345         17.035         19.114
2651 -2.951699e-02 -0.0348837209  12450600          8.921         14.166
2652 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2653  1.084265e-02  0.0576266649   5213315         32.714         28.827
2654  1.084265e-02  0.0576266649   5213315         32.714         28.827
2655  1.084265e-02  0.0576266649   5213315         32.714         28.827
2656  3.656307e-03  0.0096630974   2508213          7.748         10.954
2657 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2658 -3.063088e-02 -0.0435576788  31122634         24.884         15.615
2659  3.455864e-03  0.0051837963   1232971         12.251         15.666
2660  1.084265e-02  0.0576266649   5213315         32.714         28.827
2661  1.084265e-02  0.0576266649   5213315         32.714         28.827
2662  1.084265e-02  0.0576266649   5213315         32.714         28.827
2663  9.070248e-03  0.0369214876   3390345         17.035         19.114
2664  1.084265e-02  0.0576266649   5213315         32.714         28.827
2665  1.084265e-02  0.0576266649   5213315         32.714         28.827
2666 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2667 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2668  3.762935e-03 -0.0026654124   2391240         30.711         22.809
2669 -2.060338e-02 -0.0161883738   2811948         21.460         25.487
2670  1.084265e-02  0.0576266649   5213315         32.714         28.827
2671  4.062092e-03  0.0330770347  24161068         19.979         17.602
2672  2.628993e-02  0.0154791155   6965413         14.623         15.349
2673  3.656307e-03  0.0096630974   2508213          7.748         10.954
2674  6.579525e-02  0.0732888670   5832179         26.610         21.310
2675  1.084265e-02  0.0576266649   5213315         32.714         28.827
2676  2.567427e-02  0.0495331950   1199844         24.638         27.394
2677  1.084265e-02  0.0576266649   5213315         32.714         28.827
2678  3.455864e-03  0.0051837963   1232971         12.251         15.666
2679  1.084265e-02  0.0576266649   5213315         32.714         28.827
2680  3.455864e-03  0.0051837963   1232971         12.251         15.666
2681 -9.830206e-03 -0.0134048257  41074990         13.873         15.428
2682 -7.905882e-03 -0.0177882353   5113841         15.554         13.042
2683  3.455864e-03  0.0051837963   1232971         12.251         15.666
2684  3.455864e-03  0.0051837963   1232971         12.251         15.666
2685 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2686 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2687  1.084265e-02  0.0576266649   5213315         32.714         28.827
2688  1.469649e-02  0.0252396166  23604639         16.404         12.954
2689  3.455864e-03  0.0051837963   1232971         12.251         15.666
2690  1.184834e-03 -0.0133293839  42019253         19.283         23.684
2691  3.455864e-03  0.0051837963   1232971         12.251         15.666
2692 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2693  1.018574e-02 -0.0161773517   4880800         30.936         21.762
2694 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2695  3.455864e-03  0.0051837963   1232971         12.251         15.666
2696  1.114732e-02  0.0257245755   8117066         13.007         14.798
2697  9.070248e-03  0.0369214876   3390345         17.035         19.114
2698  1.114732e-02  0.0257245755   8117066         13.007         14.798
2699  1.084265e-02  0.0576266649   5213315         32.714         28.827
2700  1.084265e-02  0.0576266649   5213315         32.714         28.827
2701  1.461124e-02  0.0097408245    356870         27.046         26.299
2702  1.461124e-02  0.0097408245    356870         27.046         26.299
2703  1.084265e-02  0.0576266649   5213315         32.714         28.827
2704  1.277778e-02  0.0205555556   3423303         19.454         21.772
2705 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2706  1.277778e-02  0.0205555556   3423303         19.454         21.772
2707  3.455864e-03  0.0051837963   1232971         12.251         15.666
2708 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2709  6.433520e-03  0.0458594523   4814317         21.220         19.147
2710  1.084265e-02  0.0576266649   5213315         32.714         28.827
2711 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2712  5.980628e-03  0.0018201911   3571536          8.260          8.917
2713  9.070248e-03  0.0369214876   3390345         17.035         19.114
2714  1.084265e-02  0.0576266649   5213315         32.714         28.827
2715 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2716  3.455864e-03  0.0051837963   1232971         12.251         15.666
2717  3.455864e-03  0.0051837963   1232971         12.251         15.666
2718  1.184834e-03 -0.0133293839  42019253         19.283         23.684
2719  1.084265e-02  0.0576266649   5213315         32.714         28.827
2720  1.084265e-02  0.0576266649   5213315         32.714         28.827
2721 -8.319016e-03 -0.0028935708   2178072         13.164         11.887
2722  3.455864e-03  0.0051837963   1232971         12.251         15.666
2723 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2724  1.084265e-02  0.0576266649   5213315         32.714         28.827
2725  2.567427e-02  0.0495331950   1199844         24.638         27.394
2726 -4.060639e-02 -0.0534199603  16750704         23.062         17.958
2727  1.469649e-02  0.0252396166  23604639         16.404         12.954
2728 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2729 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2730  1.084265e-02  0.0576266649   5213315         32.714         28.827
2731  9.070248e-03  0.0369214876   3390345         17.035         19.114
2732  2.628993e-02  0.0154791155   6965413         14.623         15.349
2733  3.455864e-03  0.0051837963   1232971         12.251         15.666
2734  3.455864e-03  0.0051837963   1232971         12.251         15.666
2735  3.952123e-02  0.0306007227  38438158         16.611         18.021
2736 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2737  1.114732e-02  0.0257245755   8117066         13.007         14.798
2738  7.406580e-03  0.0207330319  26254238         13.563         18.304
2739  9.070248e-03  0.0369214876   3390345         17.035         19.114
2740  1.084265e-02  0.0576266649   5213315         32.714         28.827
2741  9.070248e-03  0.0369214876   3390345         17.035         19.114
2742  1.084265e-02  0.0576266649   5213315         32.714         28.827
2743 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2744 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2745 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2746 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2747  3.455864e-03  0.0051837963   1232971         12.251         15.666
2748 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2749 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2750  3.455864e-03  0.0051837963   1232971         12.251         15.666
2751 -2.060338e-02 -0.0161883738   2811948         21.460         25.487
2752  1.277778e-02  0.0205555556   3423303         19.454         21.772
2753  1.084265e-02  0.0576266649   5213315         32.714         28.827
2754 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2755  1.980251e-02  0.0606767920   2287662         23.273         20.035
2756 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2757 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2758 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2759  1.084265e-02  0.0576266649   5213315         32.714         28.827
2760  1.084265e-02  0.0576266649   5213315         32.714         28.827
2761  3.455864e-03  0.0051837963   1232971         12.251         15.666
2762 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2763  5.980628e-03  0.0018201911   3571536          8.260          8.917
2764 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2765 -4.080791e-02 -0.0593569662  84005159         24.962         21.547
2766  1.084265e-02  0.0576266649   5213315         32.714         28.827
2767  7.777149e-03  0.0280684389   2331025         21.406         19.368
2768  1.980251e-02  0.0606767920   2287662         23.273         20.035
2769 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2770  3.455864e-03  0.0051837963   1232971         12.251         15.666
2771  1.084265e-02  0.0576266649   5213315         32.714         28.827
2772 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2773 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2774  9.070248e-03  0.0369214876   3390345         17.035         19.114
2775  1.980251e-02  0.0606767920   2287662         23.273         20.035
2776  1.084265e-02  0.0576266649   5213315         32.714         28.827
2777 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2778  9.070248e-03  0.0369214876   3390345         17.035         19.114
2779  1.084265e-02  0.0576266649   5213315         32.714         28.827
2780  3.455864e-03  0.0051837963   1232971         12.251         15.666
2781  1.084265e-02  0.0576266649   5213315         32.714         28.827
2782 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2783  1.980251e-02  0.0606767920   2287662         23.273         20.035
2784  9.070248e-03  0.0369214876   3390345         17.035         19.114
2785  9.070248e-03  0.0369214876   3390345         17.035         19.114
2786  3.455864e-03  0.0051837963   1232971         12.251         15.666
2787  1.114732e-02  0.0257245755   8117066         13.007         14.798
2788 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2789  1.461124e-02  0.0097408245    356870         27.046         26.299
2790  1.980251e-02  0.0606767920   2287662         23.273         20.035
2791  3.455864e-03  0.0051837963   1232971         12.251         15.666
2792 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2793  1.114732e-02  0.0257245755   8117066         13.007         14.798
2794  3.656307e-03  0.0096630974   2508213          7.748         10.954
2795  9.070248e-03  0.0369214876   3390345         17.035         19.114
2796 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2797 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2798  1.084265e-02  0.0576266649   5213315         32.714         28.827
2799  1.084265e-02  0.0576266649   5213315         32.714         28.827
2800  1.277778e-02  0.0205555556   3423303         19.454         21.772
2801  3.455864e-03  0.0051837963   1232971         12.251         15.666
2802  9.070248e-03  0.0369214876   3390345         17.035         19.114
2803  1.084265e-02  0.0576266649   5213315         32.714         28.827
2804 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2805  1.084265e-02  0.0576266649   5213315         32.714         28.827
2806 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2807 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2808 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2809  1.084265e-02  0.0576266649   5213315         32.714         28.827
2810  1.084265e-02  0.0576266649   5213315         32.714         28.827
2811  3.455864e-03  0.0051837963   1232971         12.251         15.666
2812  3.455864e-03  0.0051837963   1232971         12.251         15.666
2813  1.084265e-02  0.0576266649   5213315         32.714         28.827
2814  1.084265e-02  0.0576266649   5213315         32.714         28.827
2815  9.070248e-03  0.0369214876   3390345         17.035         19.114
2816  1.084265e-02  0.0576266649   5213315         32.714         28.827
2817  9.070248e-03  0.0369214876   3390345         17.035         19.114
2818  3.455864e-03  0.0051837963   1232971         12.251         15.666
2819  1.084265e-02  0.0576266649   5213315         32.714         28.827
2820 -7.905882e-03 -0.0177882353   5113841         15.554         13.042
2821  1.084265e-02  0.0576266649   5213315         32.714         28.827
2822  8.478931e-03  0.0149023638  18261622         23.949         19.907
2823  3.455864e-03  0.0051837963   1232971         12.251         15.666
2824  9.786368e-03  0.0234603027   2156354         16.889         15.137
2825  1.084265e-02  0.0576266649   5213315         32.714         28.827
2826  4.062092e-03  0.0330770347  24161068         19.979         17.602
2827 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2828 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2829  1.114732e-02  0.0257245755   8117066         13.007         14.798
2830  1.084265e-02  0.0576266649   5213315         32.714         28.827
2831  3.455864e-03  0.0051837963   1232971         12.251         15.666
2832  1.084265e-02  0.0576266649   5213315         32.714         28.827
2833  3.455864e-03  0.0051837963   1232971         12.251         15.666
2834 -1.067708e-01 -0.0963541667  13230686         57.173         43.962
2835 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2836  1.084265e-02  0.0576266649   5213315         32.714         28.827
2837  4.360465e-03 -0.0110993658   6963283         12.629         18.329
2838  1.084265e-02  0.0576266649   5213315         32.714         28.827
2839  3.762935e-03 -0.0026654124   2391240         30.711         22.809
2840 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2841  1.084265e-02  0.0576266649   5213315         32.714         28.827
2842 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2843  1.277778e-02  0.0205555556   3423303         19.454         21.772
2844 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2845 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2846  3.455864e-03  0.0051837963   1232971         12.251         15.666
2847  1.980251e-02  0.0606767920   2287662         23.273         20.035
2848 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2849 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2850  3.656307e-03  0.0096630974   2508213          7.748         10.954
2851 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2852  1.084265e-02  0.0576266649   5213315         32.714         28.827
2853  3.762935e-03 -0.0026654124   2391240         30.711         22.809
2854  1.084265e-02  0.0576266649   5213315         32.714         28.827
2855 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2856  1.084265e-02  0.0576266649   5213315         32.714         28.827
2857  1.084265e-02  0.0576266649   5213315         32.714         28.827
2858  1.980251e-02  0.0606767920   2287662         23.273         20.035
2859 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2860  3.656307e-03  0.0096630974   2508213          7.748         10.954
2861 -3.487964e-03  0.0007308682   1024023         23.537         21.180
2862 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2863  1.084265e-02  0.0576266649   5213315         32.714         28.827
2864  0.000000e+00  0.0000000000        55         66.919         69.757
2865  3.656307e-03  0.0096630974   2508213          7.748         10.954
2866  9.786368e-03  0.0234603027   2156354         16.889         15.137
2867 -3.487964e-03  0.0007308682   1024023         23.537         21.180
2868 -7.300586e-03 -0.0212257774   3154274         17.661         21.648
2869  9.786368e-03  0.0234603027   2156354         16.889         15.137
2870  1.084265e-02  0.0576266649   5213315         32.714         28.827
2871  9.070248e-03  0.0369214876   3390345         17.035         19.114
2872  3.455864e-03  0.0051837963   1232971         12.251         15.666
2873  1.675273e-02  0.0260470453   6070254          9.458          8.649
2874  1.084265e-02  0.0576266649   5213315         32.714         28.827
2875  1.084265e-02  0.0576266649   5213315         32.714         28.827
2876  3.455864e-03  0.0051837963   1232971         12.251         15.666
2877  4.062092e-03  0.0330770347  24161068         19.979         17.602
2878  1.084265e-02  0.0576266649   5213315         32.714         28.827
2879  1.084265e-02  0.0576266649   5213315         32.714         28.827
2880  3.455864e-03  0.0051837963   1232971         12.251         15.666
2881 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2882  4.062092e-03  0.0330770347  24161068         19.979         17.602
2883 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2884 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2885  1.675273e-02  0.0260470453   6070254          9.458          8.649
2886  3.221395e-02  0.0253760827   2282862         25.282         16.347
2887  4.459309e-03  0.0089186176   9352785         10.685          9.773
2888 -4.080791e-02 -0.0593569662  84005159         24.962         21.547
2889  1.084265e-02  0.0576266649   5213315         32.714         28.827
2890 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2891 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2892  1.084265e-02  0.0576266649   5213315         32.714         28.827
2893 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2894  3.455864e-03  0.0051837963   1232971         12.251         15.666
2895  9.070248e-03  0.0369214876   3390345         17.035         19.114
2896  9.070248e-03  0.0369214876   3390345         17.035         19.114
2897  4.360465e-03 -0.0110993658   6963283         12.629         18.329
2898  1.084265e-02  0.0576266649   5213315         32.714         28.827
2899  1.469902e-02 -0.0025664956   7262400         16.824         18.916
2900  1.980251e-02  0.0606767920   2287662         23.273         20.035
2901 -1.067708e-01 -0.0963541667  13230686         57.173         43.962
2902  4.360465e-03 -0.0110993658   6963283         12.629         18.329
2903  1.247113e-02  0.0233256351   3943500         12.787         20.306
2904 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2905  1.084265e-02  0.0576266649   5213315         32.714         28.827
2906  1.084265e-02  0.0576266649   5213315         32.714         28.827
2907  1.084265e-02  0.0576266649   5213315         32.714         28.827
2908 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2909  9.070248e-03  0.0369214876   3390345         17.035         19.114
2910 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2911  1.084265e-02  0.0576266649   5213315         32.714         28.827
2912 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2913 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2914 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2915  3.656307e-03  0.0096630974   2508213          7.748         10.954
2916  2.628993e-02  0.0154791155   6965413         14.623         15.349
2917 -2.951699e-02 -0.0348837209  12450600          8.921         14.166
2918 -2.060338e-02 -0.0161883738   2811948         21.460         25.487
2919  9.070248e-03  0.0369214876   3390345         17.035         19.114
2920 -1.377018e-02 -0.0239791073   3320821          8.975          8.467
2921 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2922  6.579525e-02  0.0732888670   5832179         26.610         21.310
2923  3.455864e-03  0.0051837963   1232971         12.251         15.666
2924  3.455864e-03  0.0051837963   1232971         12.251         15.666
2925 -1.067708e-01 -0.0963541667  13230686         57.173         43.962
2926  7.406580e-03  0.0207330319  26254238         13.563         18.304
2927  1.084265e-02  0.0576266649   5213315         32.714         28.827
2928  9.070248e-03  0.0369214876   3390345         17.035         19.114
2929  1.084265e-02  0.0576266649   5213315         32.714         28.827
2930  1.084265e-02  0.0576266649   5213315         32.714         28.827
2931  3.762935e-03 -0.0026654124   2391240         30.711         22.809
2932  9.070248e-03  0.0369214876   3390345         17.035         19.114
2933 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2934 -7.630162e-03 -0.0195242370   8379357         16.031         18.226
2935  9.070248e-03  0.0369214876   3390345         17.035         19.114
2936 -7.905882e-03 -0.0177882353   5113841         15.554         13.042
2937 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2938 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2939 -9.830206e-03 -0.0134048257  41074990         13.873         15.428
2940 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2941 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2942  1.084265e-02  0.0576266649   5213315         32.714         28.827
2943 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2944  3.656307e-03  0.0096630974   2508213          7.748         10.954
2945 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2946 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2947 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2948 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2949  4.062092e-03  0.0330770347  24161068         19.979         17.602
2950 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2951 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2952 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2953 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2954 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2955 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2956  1.084265e-02  0.0576266649   5213315         32.714         28.827
2957 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2958 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2959 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2960 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2961 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2962 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2963  4.062092e-03  0.0330770347  24161068         19.979         17.602
2964 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2965 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2966 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2967 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2968 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2969 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2970 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2971 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2972 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2973 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2974 -3.665208e-02 -0.0496717724  16892700         14.377         16.787
2975  3.762935e-03 -0.0026654124   2391240         30.711         22.809
2976  4.062092e-03  0.0330770347  24161068         19.979         17.602
2977  3.455864e-03  0.0051837963   1232971         12.251         15.666
2978  1.084265e-02  0.0576266649   5213315         32.714         28.827
2979  4.062092e-03  0.0330770347  24161068         19.979         17.602
2980 -2.060338e-02 -0.0161883738   2811948         21.460         25.487
2981  4.062092e-03  0.0330770347  24161068         19.979         17.602
2982  3.455864e-03  0.0051837963   1232971         12.251         15.666
2983  3.455864e-03  0.0051837963   1232971         12.251         15.666
2984  4.062092e-03  0.0330770347  24161068         19.979         17.602
2985  1.980251e-02  0.0606767920   2287662         23.273         20.035
2986  1.084265e-02  0.0576266649   5213315         32.714         28.827
2987  1.084265e-02  0.0576266649   5213315         32.714         28.827
2988  3.263708e-03 -0.0009791123   4944100          6.861         15.620
2989 -2.060338e-02 -0.0161883738   2811948         21.460         25.487
2990 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2991  4.062092e-03  0.0330770347  24161068         19.979         17.602
2992  1.084265e-02  0.0576266649   5213315         32.714         28.827
2993  6.433520e-03  0.0458594523   4814317         21.220         19.147
2994  1.084265e-02  0.0576266649   5213315         32.714         28.827
2995  1.114732e-02  0.0257245755   8117066         13.007         14.798
2996  3.455864e-03  0.0051837963   1232971         12.251         15.666
2997  1.411316e-03  0.0036859371    968401         16.075         16.550
2998  3.896441e-03  0.0127283748   3313250         11.755         10.297
2999  3.455864e-03  0.0051837963   1232971         12.251         15.666
3000  1.980251e-02  0.0606767920   2287662         23.273         20.035
3001 -2.863688e-04  0.0186139748  10845469         19.665         22.269
3002  1.980251e-02  0.0606767920   2287662         23.273         20.035
3003  9.070248e-03  0.0369214876   3390345         17.035         19.114
3004  1.084265e-02  0.0576266649   5213315         32.714         28.827
3005  1.277778e-02  0.0205555556   3423303         19.454         21.772
3006  4.062092e-03  0.0330770347  24161068         19.979         17.602
3007 -2.863688e-04  0.0186139748  10845469         19.665         22.269
3008  4.062092e-03  0.0330770347  24161068         19.979         17.602
3009  1.084265e-02  0.0576266649   5213315         32.714         28.827
3010 -7.951232e-04  0.0058309038  22540739         11.666          9.813
3011 -4.060639e-02 -0.0534199603  16750704         23.062         17.958
3012  1.084265e-02  0.0576266649   5213315         32.714         28.827
3013 -2.863688e-04  0.0186139748  10845469         19.665         22.269
3014  7.777149e-03  0.0280684389   2331025         21.406         19.368
3015  9.070248e-03  0.0369214876   3390345         17.035         19.114
3016 -2.863688e-04  0.0186139748  10845469         19.665         22.269
3017 -2.863688e-04  0.0186139748  10845469         19.665         22.269
3018  4.062092e-03  0.0330770347  24161068         19.979         17.602
3019  3.455864e-03  0.0051837963   1232971         12.251         15.666
3020 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
3021  4.062092e-03  0.0330770347  24161068         19.979         17.602
3022  1.084265e-02  0.0576266649   5213315         32.714         28.827
3023  4.062092e-03  0.0330770347  24161068         19.979         17.602
3024 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
3025 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
3026  4.062092e-03  0.0330770347  24161068         19.979         17.602
3027 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
3028  4.062092e-03  0.0330770347  24161068         19.979         17.602
3029  9.070248e-03  0.0369214876   3390345         17.035         19.114
3030 -1.380389e-02 -0.0091105692   1412775         17.345         14.403
3031 -7.951232e-04  0.0058309038  22540739         11.666          9.813
3032 -7.951232e-04  0.0058309038  22540739         11.666          9.813
3033 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
3034  4.062092e-03  0.0330770347  24161068         19.979         17.602
3035  1.084265e-02  0.0576266649   5213315         32.714         28.827
3036  1.469902e-02 -0.0025664956   7262400         16.824         18.916
3037 -2.863688e-04  0.0186139748  10845469         19.665         22.269
3038 -2.863688e-04  0.0186139748  10845469         19.665         22.269
3039  1.084265e-02  0.0576266649   5213315         32.714         28.827
3040  3.455864e-03  0.0051837963   1232971         12.251         15.666
3041  3.762935e-03 -0.0026654124   2391240         30.711         22.809
3042  1.247113e-02  0.0233256351   3943500         12.787         20.306
3043  4.062092e-03  0.0330770347  24161068         19.979         17.602
3044  9.070248e-03  0.0369214876   3390345         17.035         19.114
3045 -3.487964e-03  0.0007308682   1024023         23.537         21.180
3046  3.656307e-03  0.0096630974   2508213          7.748         10.954
3047 -2.863688e-04  0.0186139748  10845469         19.665         22.269
3048 -2.951699e-02 -0.0348837209  12450600          8.921         14.166
3049  1.084265e-02  0.0576266649   5213315         32.714         28.827
3050 -3.487964e-03  0.0007308682   1024023         23.537         21.180
3051 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
3052  1.084265e-02  0.0576266649   5213315         32.714         28.827
3053  4.062092e-03  0.0330770347  24161068         19.979         17.602
3054  6.433520e-03  0.0458594523   4814317         21.220         19.147
3055 -3.487964e-03  0.0007308682   1024023         23.537         21.180
3056  1.084265e-02  0.0576266649   5213315         32.714         28.827
3057  3.762935e-03 -0.0026654124   2391240         30.711         22.809
3058  2.677197e-02  0.0576266649   5213315         32.714         28.827
3059  2.677197e-02  0.0576266649   5213315         32.714         28.827
3060  1.262150e-02  0.0330770347  24161068         19.979         17.602
3061  1.116838e-02  0.0186139748  10845469         19.665         22.269
3062  2.306818e-02  0.0369214876   3390345         17.035         19.114
3063  1.116838e-02  0.0186139748  10845469         19.665         22.269
3064  2.677197e-02  0.0576266649   5213315         32.714         28.827
3065  3.369977e-02  0.0606767920   2287662         23.273         20.035
3066  2.306818e-02  0.0369214876   3390345         17.035         19.114
3067  2.415211e-02  0.0149023638  18261622         23.949         19.907
3068  2.306818e-02  0.0369214876   3390345         17.035         19.114
3069  1.116838e-02  0.0186139748  10845469         19.665         22.269
3070  2.306818e-02  0.0369214876   3390345         17.035         19.114
3071  1.116838e-02  0.0186139748  10845469         19.665         22.269
3072  2.677197e-02  0.0576266649   5213315         32.714         28.827
3073  7.443197e-03  0.0096630974   2508213          7.748         10.954
3074  1.262150e-02  0.0330770347  24161068         19.979         17.602
3075  1.262150e-02  0.0330770347  24161068         19.979         17.602
3076  1.096723e-02 -0.0110993658   6963283         12.629         18.329
3077  5.948626e-03 -0.0212257774   3154274         17.661         21.648
3078  1.116838e-02  0.0186139748  10845469         19.665         22.269
3079  1.262150e-02  0.0330770347  24161068         19.979         17.602
3080  2.677197e-02  0.0576266649   5213315         32.714         28.827
3081  7.443197e-03  0.0096630974   2508213          7.748         10.954
3082  1.262150e-02  0.0330770347  24161068         19.979         17.602
3083  1.123254e-02  0.0051837963   1232971         12.251         15.666
3084 -8.282336e-04 -0.0091105692   1412775         17.345         14.403
3085  5.565863e-03  0.0058309038  22540739         11.666          9.813
3086  2.677197e-02  0.0576266649   5213315         32.714         28.827
3087  5.741176e-03 -0.0177882353   5113841         15.554         13.042
3088 -4.075683e-02 -0.0340259842     24868         18.523         16.345
3089  1.262150e-02  0.0330770347  24161068         19.979         17.602
3090  1.262150e-02  0.0330770347  24161068         19.979         17.602
3091  1.496887e-02  0.0270896808  17666022         20.113         18.363
3092  1.496887e-02  0.0270896808  17666022         20.113         18.363
3093  2.677197e-02  0.0576266649   5213315         32.714         28.827
3094  5.948626e-03 -0.0212257774   3154274         17.661         21.648
3095  1.496887e-02  0.0270896808  17666022         20.113         18.363
3096  1.341532e-02  0.0122973728   8234950         27.368         21.875
3097  2.677197e-02  0.0576266649   5213315         32.714         28.827
3098  2.336729e-02 -0.0161773517   4880800         30.936         21.762
3099  3.146453e-02  0.0183066362   8935331         24.818         24.171
3100  2.306818e-02  0.0369214876   3390345         17.035         19.114
3101  1.116838e-02  0.0186139748  10845469         19.665         22.269
3102  2.592110e-03  0.0207330319  26254238         13.563         18.304
3103  1.114039e-02  0.0036859371    968401         16.075         16.550
3104  2.492013e-02  0.0252396166  23604639         16.404         12.954
3105  5.741176e-03 -0.0177882353   5113841         15.554         13.042
3106  1.496887e-02  0.0270896808  17666022         20.113         18.363
3107  1.123254e-02  0.0051837963   1232971         12.251         15.666
3108  1.123254e-02  0.0051837963   1232971         12.251         15.666
3109  1.262150e-02  0.0330770347  24161068         19.979         17.602
3110  1.116838e-02  0.0186139748  10845469         19.665         22.269
3111  1.418674e-02  0.0458594523   4814317         21.220         19.147
3112  1.262150e-02  0.0330770347  24161068         19.979         17.602
3113  1.262150e-02  0.0330770347  24161068         19.979         17.602
3114  5.948626e-03 -0.0212257774   3154274         17.661         21.648
3115  1.262150e-02  0.0330770347  24161068         19.979         17.602
3116  5.948626e-03 -0.0212257774   3154274         17.661         21.648
3117  1.123254e-02  0.0051837963   1232971         12.251         15.666
3118  7.443197e-03  0.0096630974   2508213          7.748         10.954
3119  1.116838e-02  0.0186139748  10845469         19.665         22.269
3120  1.116838e-02  0.0186139748  10845469         19.665         22.269
3121  1.116838e-02  0.0186139748  10845469         19.665         22.269
3122  1.116838e-02  0.0186139748  10845469         19.665         22.269
3123  1.262150e-02  0.0330770347  24161068         19.979         17.602
3124  1.262150e-02  0.0330770347  24161068         19.979         17.602
3125  2.677197e-02  0.0576266649   5213315         32.714         28.827
3126  5.741176e-03 -0.0177882353   5113841         15.554         13.042
3127  1.116838e-02  0.0186139748  10845469         19.665         22.269
3128  5.565863e-03  0.0058309038  22540739         11.666          9.813
3129  1.123254e-02  0.0051837963   1232971         12.251         15.666
3130  1.123254e-02  0.0051837963   1232971         12.251         15.666
3131  1.123254e-02  0.0051837963   1232971         12.251         15.666
3132  1.262150e-02  0.0330770347  24161068         19.979         17.602
3133  5.565863e-03  0.0058309038  22540739         11.666          9.813
3134  1.123254e-02  0.0051837963   1232971         12.251         15.666
3135  0.000000e+00  0.0000000000        55         66.919         69.757
3136  1.341532e-02  0.0122973728   8234950         27.368         21.875
3137  1.262150e-02  0.0330770347  24161068         19.979         17.602
3138  2.306818e-02  0.0369214876   3390345         17.035         19.114
3139  1.116838e-02  0.0186139748  10845469         19.665         22.269
3140  1.262150e-02  0.0330770347  24161068         19.979         17.602
3141  1.262150e-02  0.0330770347  24161068         19.979         17.602
3142  2.677197e-02  0.0576266649   5213315         32.714         28.827
3143  1.116838e-02  0.0186139748  10845469         19.665         22.269
3144  1.116838e-02  0.0186139748  10845469         19.665         22.269
3145  1.116838e-02  0.0186139748  10845469         19.665         22.269
3146  1.262150e-02  0.0330770347  24161068         19.979         17.602
3147  2.306818e-02  0.0369214876   3390345         17.035         19.114
3148 -9.559322e-02 -0.1042372881  46552954         56.425         36.924
3149  2.677197e-02  0.0576266649   5213315         32.714         28.827
3150  1.262150e-02  0.0330770347  24161068         19.979         17.602
3151  1.262150e-02  0.0330770347  24161068         19.979         17.602
3152  7.443197e-03  0.0096630974   2508213          7.748         10.954
3153  3.369977e-02  0.0606767920   2287662         23.273         20.035
3154  3.369977e-02  0.0606767920   2287662         23.273         20.035
3155  2.336729e-02 -0.0161773517   4880800         30.936         21.762
3156  1.443729e-02  0.0097408245    356870         27.046         26.299
3157  2.436227e-04  0.0007308682   1024023         23.537         21.180
3158  5.565863e-03  0.0058309038  22540739         11.666          9.813
3159  1.116838e-02  0.0186139748  10845469         19.665         22.269
3160  1.116838e-02  0.0186139748  10845469         19.665         22.269
3161  1.256770e-02  0.0156922650  23024107         15.793         20.392
3162  1.262150e-02  0.0330770347  24161068         19.979         17.602
3163  7.443197e-03  0.0096630974   2508213          7.748         10.954
3164  1.123254e-02  0.0051837963   1232971         12.251         15.666
3165  2.148009e-02 -0.0026654124   2391240         30.711         22.809
3166  2.306818e-02  0.0369214876   3390345         17.035         19.114
3167  7.443197e-03  0.0096630974   2508213          7.748         10.954
3168  5.948626e-03 -0.0212257774   3154274         17.661         21.648
3169  7.358352e-04 -0.0161883738   2811948         21.460         25.487
3170  1.262150e-02  0.0330770347  24161068         19.979         17.602
3171  1.116838e-02  0.0186139748  10845469         19.665         22.269
3172  1.116838e-02  0.0186139748  10845469         19.665         22.269
3173  2.677197e-02  0.0576266649   5213315         32.714         28.827
3174  7.443197e-03  0.0096630974   2508213          7.748         10.954
3175  7.443197e-03  0.0096630974   2508213          7.748         10.954
3176  1.262150e-02  0.0330770347  24161068         19.979         17.602
3177  5.741176e-03 -0.0177882353   5113841         15.554         13.042
3178  7.443197e-03  0.0096630974   2508213          7.748         10.954
3179  0.000000e+00  0.0205555556   3423303         19.454         21.772
3180  2.677197e-02  0.0576266649   5213315         32.714         28.827
3181  1.262150e-02  0.0330770347  24161068         19.979         17.602
3182  1.123254e-02  0.0051837963   1232971         12.251         15.666
3183  7.443197e-03  0.0096630974   2508213          7.748         10.954
3184  7.443197e-03  0.0096630974   2508213          7.748         10.954
3185  7.443197e-03  0.0096630974   2508213          7.748         10.954
3186  1.496887e-02  0.0270896808  17666022         20.113         18.363
3187  7.443197e-03  0.0096630974   2508213          7.748         10.954
3188  1.262150e-02  0.0330770347  24161068         19.979         17.602
3189  7.443197e-03  0.0096630974   2508213          7.748         10.954
3190  1.116838e-02  0.0186139748  10845469         19.665         22.269
3191  1.123254e-02  0.0051837963   1232971         12.251         15.666
3192  1.123254e-02  0.0051837963   1232971         12.251         15.666
3193  1.123254e-02  0.0051837963   1232971         12.251         15.666
3194  1.866621e-03 -0.0055998642   7372400          6.807         12.607
3195  1.123254e-02  0.0051837963   1232971         12.251         15.666
3196 -9.559322e-02 -0.1042372881  46552954         56.425         36.924
3197  1.262150e-02  0.0330770347  24161068         19.979         17.602
3198  1.262150e-02  0.0330770347  24161068         19.979         17.602
3199  7.443197e-03  0.0096630974   2508213          7.748         10.954
3200  2.306818e-02  0.0369214876   3390345         17.035         19.114
3201  1.262150e-02  0.0330770347  24161068         19.979         17.602
3202  1.256770e-02  0.0156922650  23024107         15.793         20.392
3203  1.262150e-02  0.0330770347  24161068         19.979         17.602
3204  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3205  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3206  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3207  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3208  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3209  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3210  3.705076e-04  0.0748425343  20299407         56.088         31.828
3211  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3212  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3213  3.705594e-03  0.0015253674   1301289          5.305          8.792
3214  3.155340e-02  0.0315533981   2956663         35.583         30.831
3215  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3216  3.705594e-03  0.0015253674   1301289          5.305          8.792
3217  1.356954e-02  0.0558540455   2293389         19.342         20.015
3218  1.310140e-02  0.0344049323   4883606         27.155         46.918
3219  9.723261e-03 -0.0053424511    306199         20.993         15.868
3220  4.676754e-03  0.0123796424  23600054         10.703         16.208
3221  5.877414e-03  0.0181919955   6227993         20.351         20.804
3222  1.038848e-02  0.0166826713   2183731         16.187         17.674
3223  3.705594e-03  0.0015253674   1301289          5.305          8.792
3224 -9.128631e-03  0.0551867220  12701400         25.037         19.786
3225  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3226  3.265909e-02  0.0518030331   7352063         24.818         20.674
3227  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3228  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3229  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3230  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3231  5.877414e-03  0.0181919955   6227993         20.351         20.804
3232  3.705594e-03  0.0015253674   1301289          5.305          8.792
3233  1.936473e-02 -0.0118872627   2287033         26.734         21.977
3234  3.705594e-03  0.0015253674   1301289          5.305          8.792
3235  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3236  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3237  5.177167e-03  0.0225912728  19845920         14.826         13.738
3238  5.877414e-03  0.0181919955   6227993         20.351         20.804
3239  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3240  3.155340e-02  0.0315533981   2956663         35.583         30.831
3241  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3242 -1.490139e-02 -0.0343316289  23059294         18.899         16.587
3243  2.194710e-02  0.0045019696   2740422         25.617         21.195
3244  1.310140e-02  0.0344049323   4883606         27.155         46.918
3245  3.705076e-04  0.0748425343  20299407         56.088         31.828
3246  1.890694e-02 -0.0192023634  25478945         20.795         20.471
3247 -1.982379e-03 -0.0124449339   3002885         10.910         13.999
3248  8.876209e-03  0.0152163576   1557499         16.793         18.612
3249  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3250  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3251 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3252 -2.250281e-03 -0.0387548444   6263189         12.080         15.178
3253  3.265909e-02  0.0518030331   7352063         24.818         20.674
3254  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3255  1.356954e-02  0.0558540455   2293389         19.342         20.015
3256  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3257 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3258  1.356954e-02  0.0558540455   2293389         19.342         20.015
3259  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3260  5.877414e-03  0.0181919955   6227993         20.351         20.804
3261  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3262  3.697288e-03  0.0211883031   1798833         18.178         17.555
3263  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3264  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3265  3.705594e-03  0.0015253674   1301289          5.305          8.792
3266  1.310140e-02  0.0344049323   4883606         27.155         46.918
3267  3.705594e-03  0.0015253674   1301289          5.305          8.792
3268  5.877414e-03  0.0181919955   6227993         20.351         20.804
3269  2.729009e-04 -0.0266533248   6815349         16.288         16.018
3270  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3271  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3272  3.705594e-03  0.0015253674   1301289          5.305          8.792
3273  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3274  1.356954e-02  0.0558540455   2293389         19.342         20.015
3275  1.356954e-02  0.0558540455   2293389         19.342         20.015
3276  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3277  2.194710e-02  0.0045019696   2740422         25.617         21.195
3278  7.676469e-03 -0.0045320263   2383486         15.628         17.945
3279  0.000000e+00 -0.0041162851   3098647          7.838          9.644
3280  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3281  3.705076e-04  0.0748425343  20299407         56.088         31.828
3282  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3283  1.310140e-02  0.0344049323   4883606         27.155         46.918
3284  5.877414e-03  0.0181919955   6227993         20.351         20.804
3285 -9.856510e-04 -0.0821669797    778650         34.443         27.774
3286 -3.545518e-02 -0.0473787143   6937092         21.148         19.498
3287 -5.166475e-03 -0.0083237658  16553065         14.104         17.388
3288  5.877414e-03  0.0181919955   6227993         20.351         20.804
3289  3.705076e-04  0.0748425343  20299407         56.088         31.828
3290  3.708551e-03 -0.0218150087  13622891          9.295          8.901
3291  3.265909e-02  0.0518030331   7352063         24.818         20.674
3292  3.705594e-03  0.0015253674   1301289          5.305          8.792
3293  2.729009e-04 -0.0266533248   6815349         16.288         16.018
3294  5.177167e-03  0.0225912728  19845920         14.826         13.738
3295  5.877414e-03  0.0181919955   6227993         20.351         20.804
3296  3.265909e-02  0.0518030331   7352063         24.818         20.674
3297  3.697288e-03  0.0211883031   1798833         18.178         17.555
3298  3.697288e-03  0.0211883031   1798833         18.178         17.555
3299  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3300  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3301 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3302  2.729009e-04 -0.0266533248   6815349         16.288         16.018
3303  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3304 -9.624639e-04 -0.0248636509   7543700         12.175         12.092
3305  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3306  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3307  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3308  5.877414e-03  0.0181919955   6227993         20.351         20.804
3309  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3310  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3311  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3312  5.877414e-03  0.0181919955   6227993         20.351         20.804
3313  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3314  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3315  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3316  5.877414e-03  0.0181919955   6227993         20.351         20.804
3317  3.705594e-03  0.0015253674   1301289          5.305          8.792
3318  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3319  3.265909e-02  0.0518030331   7352063         24.818         20.674
3320 -5.166475e-03 -0.0083237658  16553065         14.104         17.388
3321  3.708551e-03 -0.0218150087  13622891          9.295          8.901
3322 -8.204407e-03 -0.0351617440   7081282         13.307         13.591
3323  4.676754e-03  0.0123796424  23600054         10.703         16.208
3324 -4.908026e-03 -0.1248865792   5777271         49.663         30.419
3325  1.890694e-02 -0.0192023634  25478945         20.795         20.471
3326  5.877414e-03  0.0181919955   6227993         20.351         20.804
3327  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3328  7.676469e-03 -0.0045320263   2383486         15.628         17.945
3329  5.877414e-03  0.0181919955   6227993         20.351         20.804
3330  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3331  5.877414e-03  0.0181919955   6227993         20.351         20.804
3332  3.705594e-03  0.0015253674   1301289          5.305          8.792
3333  3.705076e-04  0.0748425343  20299407         56.088         31.828
3334  5.177167e-03  0.0225912728  19845920         14.826         13.738
3335  3.705594e-03  0.0015253674   1301289          5.305          8.792
3336  7.410375e-03  0.0166232726  10066602         12.536         27.567
3337  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3338  5.877414e-03  0.0181919955   6227993         20.351         20.804
3339  5.877414e-03  0.0181919955   6227993         20.351         20.804
3340 -2.299135e-02 -0.0242274413  27130972         14.529         18.510
3341  1.310140e-02  0.0344049323   4883606         27.155         46.918
3342 -6.435224e-03 -0.0016934801   6225907         21.638         35.333
3343  2.729009e-04 -0.0266533248   6815349         16.288         16.018
3344 -7.633249e-03 -0.0317312386   1999637         13.814         17.298
3345 -2.250281e-03 -0.0387548444   6263189         12.080         15.178
3346  3.265909e-02  0.0518030331   7352063         24.818         20.674
3347  5.177167e-03  0.0225912728  19845920         14.826         13.738
3348  3.265909e-02  0.0518030331   7352063         24.818         20.674
3349 -2.250281e-03 -0.0387548444   6263189         12.080         15.178
3350  5.877414e-03  0.0181919955   6227993         20.351         20.804
3351  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3352 -4.456328e-03  0.0062388592  39548561         18.755         19.223
3353  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3354  3.705594e-03  0.0015253674   1301289          5.305          8.792
3355  3.705594e-03  0.0015253674   1301289          5.305          8.792
3356 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3357  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3358  1.356954e-02  0.0558540455   2293389         19.342         20.015
3359 -2.299135e-02 -0.0242274413  27130972         14.529         18.510
3360  1.356954e-02  0.0558540455   2293389         19.342         20.015
3361  2.729009e-04 -0.0266533248   6815349         16.288         16.018
3362 -7.633249e-03 -0.0317312386   1999637         13.814         17.298
3363  1.638337e-03  0.0207522698   2188441         16.943         19.101
3364 -2.299135e-02 -0.0242274413  27130972         14.529         18.510
3365  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3366  3.705594e-03  0.0015253674   1301289          5.305          8.792
3367  5.877414e-03  0.0181919955   6227993         20.351         20.804
3368  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3369  2.729009e-04 -0.0266533248   6815349         16.288         16.018
3370  2.225755e-03  0.0130365660  19256428         11.998         12.281
3371  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3372  1.310140e-02  0.0344049323   4883606         27.155         46.918
3373  5.877414e-03  0.0181919955   6227993         20.351         20.804
3374  5.877414e-03  0.0181919955   6227993         20.351         20.804
3375  2.194710e-02  0.0045019696   2740422         25.617         21.195
3376 -2.299135e-02 -0.0242274413  27130972         14.529         18.510
3377  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3378  5.877414e-03  0.0181919955   6227993         20.351         20.804
3379 -2.299135e-02 -0.0242274413  27130972         14.529         18.510
3380  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3381  3.705076e-04  0.0748425343  20299407         56.088         31.828
3382  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3383  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3384 -2.250281e-03 -0.0387548444   6263189         12.080         15.178
3385  7.676469e-03 -0.0045320263   2383486         15.628         17.945
3386  3.705594e-03  0.0015253674   1301289          5.305          8.792
3387  3.265909e-02  0.0518030331   7352063         24.818         20.674
3388  3.705594e-03  0.0015253674   1301289          5.305          8.792
3389  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3390  1.890694e-02 -0.0192023634  25478945         20.795         20.471
3391  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3392 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3393  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3394  1.310140e-02  0.0344049323   4883606         27.155         46.918
3395  3.705076e-04  0.0748425343  20299407         56.088         31.828
3396  3.265909e-02  0.0518030331   7352063         24.818         20.674
3397  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3398  3.705594e-03  0.0015253674   1301289          5.305          8.792
3399  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3400  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3401  4.911132e-03 -0.0134861241   1281264          8.403         16.698
3402  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3403 -9.856510e-04 -0.0821669797    778650         34.443         27.774
3404  3.265909e-02  0.0518030331   7352063         24.818         20.674
3405  3.705594e-03  0.0015253674   1301289          5.305          8.792
3406  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3407  3.265909e-02  0.0518030331   7352063         24.818         20.674
3408 -2.299135e-02 -0.0242274413  27130972         14.529         18.510
3409  1.049270e-02  0.0310218978  26197800         26.801         17.790
3410  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3411  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3412  1.049270e-02  0.0310218978  26197800         26.801         17.790
3413  1.310140e-02  0.0344049323   4883606         27.155         46.918
3414  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3415  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3416  3.705594e-03  0.0015253674   1301289          5.305          8.792
3417  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3418  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3419  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3420  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3421 -5.166475e-03 -0.0083237658  16553065         14.104         17.388
3422  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3423  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3424  5.877414e-03  0.0181919955   6227993         20.351         20.804
3425  3.265909e-02  0.0518030331   7352063         24.818         20.674
3426 -7.633249e-03 -0.0317312386   1999637         13.814         17.298
3427  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3428  5.877414e-03  0.0181919955   6227993         20.351         20.804
3429  3.155340e-02  0.0315533981   2956663         35.583         30.831
3430  3.705076e-04  0.0748425343  20299407         56.088         31.828
3431 -9.974260e-03 -0.0212355212   4650800         11.022         12.174
3432  3.265909e-02  0.0518030331   7352063         24.818         20.674
3433  5.877414e-03  0.0181919955   6227993         20.351         20.804
3434  7.410375e-03  0.0166232726  10066602         12.536         27.567
3435  5.877414e-03  0.0181919955   6227993         20.351         20.804
3436 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3437  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3438  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3439  1.890694e-02 -0.0192023634  25478945         20.795         20.471
3440  1.310140e-02  0.0344049323   4883606         27.155         46.918
3441  1.310140e-02  0.0344049323   4883606         27.155         46.918
3442  5.177167e-03  0.0225912728  19845920         14.826         13.738
3443  3.705594e-03  0.0015253674   1301289          5.305          8.792
3444  3.705594e-03  0.0015253674   1301289          5.305          8.792
3445  3.705594e-03  0.0015253674   1301289          5.305          8.792
3446  3.705594e-03  0.0015253674   1301289          5.305          8.792
3447  3.265909e-02  0.0518030331   7352063         24.818         20.674
3448  3.265909e-02  0.0518030331   7352063         24.818         20.674
3449  1.310140e-02  0.0344049323   4883606         27.155         46.918
3450  5.877414e-03  0.0181919955   6227993         20.351         20.804
3451  5.877414e-03  0.0181919955   6227993         20.351         20.804
3452  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3453  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3454  1.356954e-02  0.0558540455   2293389         19.342         20.015
3455  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3456  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3457  1.356954e-02  0.0558540455   2293389         19.342         20.015
3458  3.705594e-03  0.0015253674   1301289          5.305          8.792
3459  2.194710e-02  0.0045019696   2740422         25.617         21.195
3460 -6.435224e-03 -0.0016934801   6225907         21.638         35.333
3461  5.877414e-03  0.0181919955   6227993         20.351         20.804
3462  1.397196e-02  0.0431013910   1329166         25.772         21.553
3463  5.877414e-03  0.0181919955   6227993         20.351         20.804
3464  5.877414e-03  0.0181919955   6227993         20.351         20.804
3465 -8.204407e-03 -0.0351617440   7081282         13.307         13.591
3466 -4.456328e-03  0.0062388592  39548561         18.755         19.223
3467 -5.166475e-03 -0.0083237658  16553065         14.104         17.388
3468  3.705594e-03  0.0015253674   1301289          5.305          8.792
3469  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3470  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3471  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3472  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3473  3.705594e-03  0.0015253674   1301289          5.305          8.792
3474 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3475 -1.541850e-03 -0.0121145374   4624000         16.143         17.022
3476  3.705594e-03  0.0015253674   1301289          5.305          8.792
3477  1.310140e-02  0.0344049323   4883606         27.155         46.918
3478  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3479  3.705594e-03  0.0015253674   1301289          5.305          8.792
3480 -2.299135e-02 -0.0242274413  27130972         14.529         18.510
3481  3.265909e-02  0.0518030331   7352063         24.818         20.674
3482  5.877414e-03  0.0181919955   6227993         20.351         20.804
3483  3.705594e-03  0.0015253674   1301289          5.305          8.792
3484  5.877414e-03  0.0181919955   6227993         20.351         20.804
3485  3.705076e-04  0.0748425343  20299407         56.088         31.828
3486  3.705594e-03  0.0015253674   1301289          5.305          8.792
3487  3.705594e-03  0.0015253674   1301289          5.305          8.792
3488  5.877414e-03  0.0181919955   6227993         20.351         20.804
3489  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3490  3.705594e-03  0.0015253674   1301289          5.305          8.792
3491  9.723261e-03 -0.0053424511    306199         20.993         15.868
3492  3.705594e-03  0.0015253674   1301289          5.305          8.792
3493  9.723261e-03 -0.0053424511    306199         20.993         15.868
3494  3.705594e-03  0.0015253674   1301289          5.305          8.792
3495  3.705594e-03  0.0015253674   1301289          5.305          8.792
3496  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3497  5.877414e-03  0.0181919955   6227993         20.351         20.804
3498  3.265909e-02  0.0518030331   7352063         24.818         20.674
3499 -4.908026e-03 -0.1248865792   5777271         49.663         30.419
3500  5.177167e-03  0.0225912728  19845920         14.826         13.738
3501  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3502  5.877414e-03  0.0181919955   6227993         20.351         20.804
3503 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3504  3.705594e-03  0.0015253674   1301289          5.305          8.792
3505  3.705594e-03  0.0015253674   1301289          5.305          8.792
3506 -7.633249e-03 -0.0317312386   1999637         13.814         17.298
3507  3.705594e-03  0.0015253674   1301289          5.305          8.792
3508  1.310140e-02  0.0344049323   4883606         27.155         46.918
3509  3.705594e-03  0.0015253674   1301289          5.305          8.792
3510  3.705594e-03  0.0015253674   1301289          5.305          8.792
3511  3.705594e-03  0.0015253674   1301289          5.305          8.792
3512 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3513 -2.250281e-03 -0.0387548444   6263189         12.080         15.178
3514  5.877414e-03  0.0181919955   6227993         20.351         20.804
3515  3.705594e-03  0.0015253674   1301289          5.305          8.792
3516  3.705594e-03  0.0015253674   1301289          5.305          8.792
3517  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3518 -3.731343e-03 -0.0087064677  62272016         16.484         19.285
3519  3.705594e-03  0.0015253674   1301289          5.305          8.792
3520  3.705594e-03  0.0015253674   1301289          5.305          8.792
3521  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3522  3.705594e-03  0.0015253674   1301289          5.305          8.792
3523  1.310140e-02  0.0344049323   4883606         27.155         46.918
3524  5.877414e-03  0.0181919955   6227993         20.351         20.804
3525  1.310140e-02  0.0344049323   4883606         27.155         46.918
3526  1.310140e-02  0.0344049323   4883606         27.155         46.918
3527  1.310140e-02  0.0344049323   4883606         27.155         46.918
3528  1.356954e-02  0.0558540455   2293389         19.342         20.015
3529 -2.151899e-02 -0.0607594937   1426071         35.507         28.013
3530 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3531  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3532  5.877414e-03  0.0181919955   6227993         20.351         20.804
3533  3.705594e-03  0.0015253674   1301289          5.305          8.792
3534  4.676754e-03  0.0123796424  23600054         10.703         16.208
3535  3.265909e-02  0.0518030331   7352063         24.818         20.674
3536  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3537  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3538  5.877414e-03  0.0181919955   6227993         20.351         20.804
3539  5.877414e-03  0.0181919955   6227993         20.351         20.804
3540  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3541  3.705594e-03  0.0015253674   1301289          5.305          8.792
3542  5.877414e-03  0.0181919955   6227993         20.351         20.804
3543  3.705594e-03  0.0015253674   1301289          5.305          8.792
3544  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3545  3.705594e-03  0.0015253674   1301289          5.305          8.792
3546  3.705594e-03  0.0015253674   1301289          5.305          8.792
3547  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3548 -9.856510e-04 -0.0821669797    778650         34.443         27.774
3549  5.877414e-03  0.0181919955   6227993         20.351         20.804
3550  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3551 -2.250281e-03 -0.0387548444   6263189         12.080         15.178
3552  5.877414e-03  0.0181919955   6227993         20.351         20.804
3553  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3554 -9.128631e-03  0.0551867220  12701400         25.037         19.786
3555  5.177167e-03  0.0225912728  19845920         14.826         13.738
3556 -6.716582e-03 -0.0290684871   7835661         11.471         10.483
3557 -9.856510e-04 -0.0821669797    778650         34.443         27.774
3558  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3559  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3560  1.110162e-02  0.0005123826   7400741         20.753         26.931
3561  1.936473e-02 -0.0118872627   2287033         26.734         21.977
3562  2.194710e-02  0.0045019696   2740422         25.617         21.195
3563  5.877414e-03  0.0181919955   6227993         20.351         20.804
3564  3.705594e-03  0.0015253674   1301289          5.305          8.792
3565 -4.510854e-03 -0.0273470538  27056989          7.617         17.281
3566  5.877414e-03  0.0181919955   6227993         20.351         20.804
3567  5.877414e-03  0.0181919955   6227993         20.351         20.804
3568  3.705594e-03  0.0015253674   1301289          5.305          8.792
3569  1.310140e-02  0.0344049323   4883606         27.155         46.918
3570  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3571  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3572  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3573  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3574  3.265909e-02  0.0518030331   7352063         24.818         20.674
3575  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3576 -2.299135e-02 -0.0242274413  27130972         14.529         18.510
3577  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3578  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3579  4.806999e-05  0.0223525453    834105         18.036         17.589
3580  3.705594e-03  0.0015253674   1301289          5.305          8.792
3581  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3582  3.705594e-03  0.0015253674   1301289          5.305          8.792
3583  2.729009e-04 -0.0266533248   6815349         16.288         16.018
3584  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3585  1.946156e-03  0.0141096335   3989028         18.094         17.538
3586  3.265909e-02  0.0518030331   7352063         24.818         20.674
3587  3.705594e-03  0.0015253674   1301289          5.305          8.792
3588  3.705594e-03  0.0015253674   1301289          5.305          8.792
3589  3.705594e-03  0.0015253674   1301289          5.305          8.792
3590  5.877414e-03  0.0181919955   6227993         20.351         20.804
3591  5.877414e-03  0.0181919955   6227993         20.351         20.804
3592 -3.545518e-02 -0.0473787143   6937092         21.148         19.498
3593  3.705594e-03  0.0015253674   1301289          5.305          8.792
3594  5.877414e-03  0.0181919955   6227993         20.351         20.804
3595  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3596  3.265909e-02  0.0518030331   7352063         24.818         20.674
3597  3.155340e-02  0.0315533981   2956663         35.583         30.831
3598  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3599  5.877414e-03  0.0181919955   6227993         20.351         20.804
3600  5.877414e-03  0.0181919955   6227993         20.351         20.804
3601  1.310140e-02  0.0344049323   4883606         27.155         46.918
3602  5.877414e-03  0.0181919955   6227993         20.351         20.804
3603  1.946156e-03  0.0141096335   3989028         18.094         17.538
3604  1.310140e-02  0.0344049323   4883606         27.155         46.918
3605  3.705076e-04  0.0748425343  20299407         56.088         31.828
3606  5.877414e-03  0.0181919955   6227993         20.351         20.804
3607  1.310140e-02  0.0344049323   4883606         27.155         46.918
3608  3.705076e-04  0.0748425343  20299407         56.088         31.828
3609  1.310140e-02  0.0344049323   4883606         27.155         46.918
3610  5.877414e-03  0.0181919955   6227993         20.351         20.804
3611  3.265909e-02  0.0518030331   7352063         24.818         20.674
3612  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3613 -5.664488e-03 -0.0056644880  11520329         12.019         13.045
3614  3.705594e-03  0.0015253674   1301289          5.305          8.792
3615  3.265909e-02  0.0518030331   7352063         24.818         20.674
3616  3.705594e-03  0.0015253674   1301289          5.305          8.792
3617  3.705594e-03  0.0015253674   1301289          5.305          8.792
3618  8.354219e-04  0.0114174325   4685371         19.951         20.842
3619 -1.728395e-02  0.0288065844  11369500         26.143         19.452
3620  6.434135e-03  0.0370567462   1176935         17.035         17.463
3621 -4.275244e-03  0.0057681868   1580339         16.795         19.133
3622 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3623  8.354219e-04  0.0114174325   4685371         19.951         20.842
3624  1.175019e-02  0.0326538561   4185050         29.846         18.458
3625  3.086420e-03 -0.0684156379  29374491         32.967         23.025
3626  1.104214e-02  0.0271383838   5112707         27.176         46.714
3627 -5.876503e-03 -0.0378808426   5987217         15.971         15.366
3628  1.175019e-02  0.0326538561   4185050         29.846         18.458
3629 -3.924245e-03 -0.0298583859    219456         18.175         19.979
3630  2.394122e-02  0.0438470573   4572576         25.539         20.824
3631 -7.109891e-03  0.0012473494  10421212         11.594         11.570
3632  8.354219e-04  0.0114174325   4685371         19.951         20.842
3633 -5.876503e-03 -0.0378808426   5987217         15.971         15.366
3634  8.354219e-04  0.0114174325   4685371         19.951         20.842
3635  2.042978e-02  0.0000000000   2534987         18.534         20.687
3636  8.354219e-04  0.0114174325   4685371         19.951         20.842
3637  6.783370e-03 -0.0100656455  10306810          9.802          8.834
3638  1.243450e-02  0.0237385903   1332456         18.648         19.955
3639 -2.359285e-03 -0.0182002022   9079118         21.106         26.855
3640  2.791069e-03  0.0201355662   6066247         10.942         27.570
3641  1.175019e-02  0.0326538561   4185050         29.846         18.458
3642  1.104214e-02  0.0271383838   5112707         27.176         46.714
3643  8.354219e-04  0.0114174325   4685371         19.951         20.842
3644  2.394122e-02  0.0438470573   4572576         25.539         20.824
3645  3.086420e-03 -0.0684156379  29374491         32.967         23.025
3646 -5.876503e-03 -0.0378808426   5987217         15.971         15.366
3647 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3648 -1.955214e-02 -0.0075200535   9051700         22.366         35.184
3649 -1.955214e-02 -0.0075200535   9051700         22.366         35.184
3650  1.175019e-02  0.0326538561   4185050         29.846         18.458
3651  1.104214e-02  0.0271383838   5112707         27.176         46.714
3652  1.175019e-02  0.0326538561   4185050         29.846         18.458
3653 -1.808786e-02 -0.0465116279   8887800         42.227         44.844
3654 -1.333821e-02  0.0697971862  18120912         57.294         32.001
3655  2.394122e-02  0.0438470573   4572576         25.539         20.824
3656 -2.359285e-03 -0.0182002022   9079118         21.106         26.855
3657  2.042978e-02  0.0000000000   2534987         18.534         20.687
3658  8.354219e-04  0.0114174325   4685371         19.951         20.842
3659  8.354219e-04  0.0114174325   4685371         19.951         20.842
3660 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3661 -1.955214e-02 -0.0075200535   9051700         22.366         35.184
3662 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3663  1.175019e-02  0.0326538561   4185050         29.846         18.458
3664  8.354219e-04  0.0114174325   4685371         19.951         20.842
3665  1.524785e-02 -0.0269633816  14384957         20.684         20.336
3666  1.104214e-02  0.0271383838   5112707         27.176         46.714
3667  8.354219e-04  0.0114174325   4685371         19.951         20.842
3668  1.175019e-02  0.0326538561   4185050         29.846         18.458
3669  2.394122e-02  0.0438470573   4572576         25.539         20.824
3670 -9.769484e-03 -0.0215148189   8662108         10.889         10.472
3671 -4.629209e-03  0.0276844876   2663456         26.286         17.071
3672  1.524785e-02 -0.0269633816  14384957         20.684         20.336
3673  2.394122e-02  0.0438470573   4572576         25.539         20.824
3674 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3675 -5.876503e-03 -0.0378808426   5987217         15.971         15.366
3676 -1.333821e-02  0.0697971862  18120912         57.294         32.001
3677  1.175019e-02  0.0326538561   4185050         29.846         18.458
3678  8.354219e-04  0.0114174325   4685371         19.951         20.842
3679 -5.876503e-03 -0.0378808426   5987217         15.971         15.366
3680  8.354219e-04  0.0114174325   4685371         19.951         20.842
3681 -1.955214e-02 -0.0075200535   9051700         22.366         35.184
3682  1.104214e-02  0.0271383838   5112707         27.176         46.714
3683 -8.571429e-03 -0.0245962733   5726547         10.550         15.227
3684 -5.876503e-03 -0.0378808426   5987217         15.971         15.366
3685 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3686  3.590655e-03 -0.0804848687    632760         34.424         27.603
3687  1.175019e-02  0.0326538561   4185050         29.846         18.458
3688  1.524785e-02 -0.0269633816  14384957         20.684         20.336
3689 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3690  2.394122e-02  0.0438470573   4572576         25.539         20.824
3691 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3692  2.394122e-02  0.0438470573   4572576         25.539         20.824
3693  1.175019e-02  0.0326538561   4185050         29.846         18.458
3694  2.394122e-02  0.0438470573   4572576         25.539         20.824
3695  1.175019e-02  0.0326538561   4185050         29.846         18.458
3696 -3.665445e-03  0.0179273575  35368645         15.295         13.614
3697  1.104214e-02  0.0271383838   5112707         27.176         46.714
3698  8.354219e-04  0.0114174325   4685371         19.951         20.842
3699 -5.876503e-03 -0.0378808426   5987217         15.971         15.366
3700  1.104214e-02  0.0271383838   5112707         27.176         46.714
3701  2.394122e-02  0.0438470573   4572576         25.539         20.824
3702  1.104214e-02  0.0271383838   5112707         27.176         46.714
3703 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3704 -5.876503e-03 -0.0378808426   5987217         15.971         15.366
3705 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3706 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3707  1.175019e-02  0.0326538561   4185050         29.846         18.458
3708  1.175019e-02  0.0326538561   4185050         29.846         18.458
3709  8.354219e-04  0.0114174325   4685371         19.951         20.842
3710 -5.866538e-03  0.0089415322   1838382         18.606         18.549
3711 -2.045346e-02 -0.0112573331   5531109         21.314         18.943
3712 -1.333821e-02  0.0697971862  18120912         57.294         32.001
3713 -6.577505e-03 -0.0064678799   3157498         10.989         13.787
3714 -1.955214e-02 -0.0075200535   9051700         22.366         35.184
3715  8.354219e-04  0.0114174325   4685371         19.951         20.842
3716  8.354219e-04  0.0114174325   4685371         19.951         20.842
3717  1.243450e-02  0.0237385903   1332456         18.648         19.955
3718  1.243450e-02  0.0237385903   1332456         18.648         19.955
3719  8.354219e-04  0.0114174325   4685371         19.951         20.842
3720  1.243450e-02  0.0237385903   1332456         18.648         19.955
3721 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3722 -7.223065e-03  0.0032826692    861879          7.462         15.377
3723 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3724 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3725 -7.223065e-03  0.0032826692    861879          7.462         15.377
3726  3.390651e-03 -0.0060547348    692488         20.170         36.742
3727 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
3728 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3729 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3730 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3731 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
3732 -7.223065e-03  0.0032826692    861879          7.462         15.377
3733 -2.854007e-03 -0.0030735456  14264572          4.034          7.342
3734  0.000000e+00  0.0256959315       200         71.733         70.449
3735 -1.032942e-02 -0.0120044668   2947833         10.235         10.301
3736 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
3737 -7.223065e-03  0.0032826692    861879          7.462         15.377
3738 -9.129442e-03 -0.0068470818   8188262         17.605         16.075
3739 -6.121313e-03 -0.0105731775   1129057         15.194         16.526
3740  1.824212e-02  0.0362078496  33447905         30.177         20.319
3741 -7.223065e-03  0.0032826692    861879          7.462         15.377
3742 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3743  7.287259e-03  0.0035260931   9007937          8.126         12.334
3744 -7.223065e-03  0.0032826692    861879          7.462         15.377
3745 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3746 -7.223065e-03  0.0032826692    861879          7.462         15.377
3747 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3748 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
3749 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3750 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3751  1.343874e-02  0.0031620553   9823832         15.866         19.882
3752 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
3753 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3754  1.343874e-02  0.0031620553   9823832         15.866         19.882
3755  1.211268e-02  0.0209731114   1636693         11.319         14.179
3756 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3757 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3758 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3759 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3760 -7.223065e-03  0.0032826692    861879          7.462         15.377
3761 -2.594624e-02 -0.0278186438  27652811         11.856         13.431
3762 -7.223065e-03  0.0032826692    861879          7.462         15.377
3763 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3764  5.241090e-03  0.0172955975  10435388         21.935         16.520
3765 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
3766 -7.223065e-03  0.0032826692    861879          7.462         15.377
3767 -7.223065e-03  0.0032826692    861879          7.462         15.377
3768 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
3769 -4.839213e-03 -0.0012488292   1508741         17.265         18.677
3770 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3771 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
3772 -3.366382e-02 -0.0389670279   7317100         20.601         19.798
3773 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
3774 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3775 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3776 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3777 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3778 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
3779 -6.648609e-03 -0.0115735041  14273373         18.061         17.787
3780 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3781 -7.223065e-03  0.0032826692    861879          7.462         15.377
3782 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3783 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3784 -7.223065e-03  0.0032826692    861879          7.462         15.377
3785 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3786 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3787  1.343874e-02  0.0031620553   9823832         15.866         19.882
3788 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3789 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3790 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3791 -3.635601e-03 -0.0006292386   3656428          8.626          9.295
3792  1.271227e-02  0.0140504030   1084748          9.473         15.680
3793  1.343874e-02  0.0031620553   9823832         15.866         19.882
3794 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3795 -7.223065e-03  0.0032826692    861879          7.462         15.377
3796 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3797 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
3798 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3799 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3800 -7.223065e-03  0.0032826692    861879          7.462         15.377
3801 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3802 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3803 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3804 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
3805 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3806  1.281367e-02  0.0058729311  20738519         10.104         21.411
3807 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3808 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3809 -2.430825e-02 -0.0252133437   5518707         18.809         16.238
3810 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3811 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3812 -7.223065e-03  0.0032826692    861879          7.462         15.377
3813 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3814 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3815 -7.115948e-03 -0.0020929259  62362421         14.774         20.052
3816 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3817 -4.839213e-03 -0.0012488292   1508741         17.265         18.677
3818 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3819 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3820 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3821 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
3822 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
3823 -1.326651e-02 -0.0203419811  25901790          8.550         10.575
3824 -3.635601e-03 -0.0006292386   3656428          8.626          9.295
3825 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3826 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3827 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3828 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3829 -1.197605e-02 -0.0102651839  16366772          6.330         13.402
3830 -7.223065e-03  0.0032826692    861879          7.462         15.377
3831 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3832 -2.594624e-02 -0.0278186438  27652811         11.856         13.431
3833  1.281367e-02  0.0058729311  20738519         10.104         21.411
3834 -7.223065e-03  0.0032826692    861879          7.462         15.377
3835  1.096534e-02  0.0213432544  25231147          7.733         14.446
3836 -6.648609e-03 -0.0115735041  14273373         18.061         17.787
3837 -2.165706e-02 -0.0226505067  12958147          7.118         12.964
3838 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3839 -7.223065e-03  0.0032826692    861879          7.462         15.377
3840 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
3841 -7.223065e-03  0.0032826692    861879          7.462         15.377
3842 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3843 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3844 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3845  7.287259e-03  0.0035260931   9007937          8.126         12.334
3846  1.300873e-03 -0.0016725516   5508243          8.111         12.840
3847  1.300873e-03 -0.0016725516   5508243          8.111         12.840
3848 -4.839213e-03 -0.0012488292   1508741         17.265         18.677
3849 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3850 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3851  1.096534e-02  0.0213432544  25231147          7.733         14.446
3852  1.096534e-02  0.0213432544  25231147          7.733         14.446
3853 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
3854  1.343874e-02  0.0031620553   9823832         15.866         19.882
3855 -8.013937e-03 -0.0085946574   3792290          3.064         12.016
3856 -4.984260e-03 -0.0088317594   3262164          9.476         18.102
3857  1.343874e-02  0.0031620553   9823832         15.866         19.882
3858 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3859 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3860 -7.223065e-03  0.0032826692    861879          7.462         15.377
3861 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3862 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3863 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3864 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3865 -7.223065e-03  0.0032826692    861879          7.462         15.377
3866  1.334167e-02  0.0070877632  14237666          8.928         25.077
3867 -7.223065e-03  0.0032826692    861879          7.462         15.377
3868 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3869 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3870  1.096534e-02  0.0213432544  25231147          7.733         14.446
3871  5.938650e-03  0.0128834356   1997888         16.695         15.523
3872 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
3873 -7.223065e-03  0.0032826692    861879          7.462         15.377
3874 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3875 -4.749568e-03  0.0259067358  11011700         14.150         23.879
3876 -1.675042e-03  0.0111669458   1192072         20.531         22.833
3877 -2.594624e-02 -0.0278186438  27652811         11.856         13.431
3878 -7.223065e-03  0.0032826692    861879          7.462         15.377
3879  1.343874e-02  0.0031620553   9823832         15.866         19.882
3880 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3881 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3882  1.211268e-02  0.0209731114   1636693         11.319         14.179
3883 -2.080099e-02 -0.0301148712  27800153         14.799         20.507
3884 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3885 -2.175884e-02 -0.0290117860  54208921          7.291         15.588
3886 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3887  1.343874e-02  0.0031620553   9823832         15.866         19.882
3888  1.096534e-02  0.0213432544  25231147          7.733         14.446
3889 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
3890 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3891  3.390651e-03 -0.0060547348    692488         20.170         36.742
3892 -7.223065e-03  0.0032826692    861879          7.462         15.377
3893 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3894 -1.675042e-03  0.0111669458   1192072         20.531         22.833
3895  1.334167e-02  0.0070877632  14237666          8.928         25.077
3896 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3897 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3898 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3899 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3900  1.271227e-02  0.0140504030   1084748          9.473         15.680
3901 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3902 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3903 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3904 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3905  1.824212e-02  0.0362078496  33447905         30.177         20.319
3906  5.258514e-02  0.0441150521    637581         24.470         20.901
3907 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3908 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
3909 -7.223065e-03  0.0032826692    861879          7.462         15.377
3910 -1.675042e-03  0.0111669458   1192072         20.531         22.833
3911 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3912 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3913 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
3914 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3915 -1.529903e-02 -0.0114356359   2777593         15.977         16.756
3916  1.096534e-02  0.0213432544  25231147          7.733         14.446
3917 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3918  1.211268e-02  0.0209731114   1636693         11.319         14.179
3919 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3920 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
3921 -7.223065e-03  0.0032826692    861879          7.462         15.377
3922 -7.223065e-03  0.0032826692    861879          7.462         15.377
3923 -7.223065e-03  0.0032826692    861879          7.462         15.377
3924 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3925 -7.223065e-03  0.0032826692    861879          7.462         15.377
3926  1.334167e-02  0.0070877632  14237666          8.928         25.077
3927 -2.854007e-03 -0.0030735456  14264572          4.034          7.342
3928 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3929 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3930 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
3931  1.014212e-02 -0.0108093681   6083340         12.985         16.918
3932  1.334167e-02  0.0070877632  14237666          8.928         25.077
3933 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3934 -1.963009e-02 -0.0131623738    698943         11.123         11.398
3935 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
3936 -1.963009e-02 -0.0131623738    698943         11.123         11.398
3937 -1.963009e-02 -0.0131623738    698943         11.123         11.398
3938 -7.223065e-03  0.0032826692    861879          7.462         15.377
3939 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3940 -1.963009e-02 -0.0131623738    698943         11.123         11.398
3941 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3942 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3943 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3944 -6.648609e-03 -0.0115735041  14273373         18.061         17.787
3945 -1.864462e-02 -0.0272373541   6145817         17.085         19.600
3946  1.343874e-02  0.0031620553   9823832         15.866         19.882
3947  0.000000e+00  0.0000000000      2956         20.637         25.211
3948 -1.963009e-02 -0.0131623738    698943         11.123         11.398
3949 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
3950 -1.755207e-02  0.0138076293   1934427         36.425         39.560
3951 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3952 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3953 -7.223065e-03  0.0032826692    861879          7.462         15.377
3954  1.672241e-02  0.0150501672   3908980         27.131         26.944
3955 -1.864462e-02 -0.0272373541   6145817         17.085         19.600
3956 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3957 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
3958 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3959 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3960  1.824212e-02  0.0362078496  33447905         30.177         20.319
3961 -7.223065e-03  0.0032826692    861879          7.462         15.377
3962 -7.223065e-03  0.0032826692    861879          7.462         15.377
3963  1.334167e-02  0.0070877632  14237666          8.928         25.077
3964 -2.854007e-03 -0.0030735456  14264572          4.034          7.342
3965 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3966  1.834141e-03  0.0000000000  15641735          6.113         10.108
3967 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3968 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
3969 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
3970  1.211268e-02  0.0209731114   1636693         11.319         14.179
3971 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3972  1.343874e-02  0.0031620553   9823832         15.866         19.882
3973 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3974 -2.854007e-03 -0.0030735456  14264572          4.034          7.342
3975 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3976 -1.529903e-02 -0.0114356359   2777593         15.977         16.756
3977  1.672241e-02  0.0150501672   3908980         27.131         26.944
3978 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3979 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3980  1.281367e-02  0.0058729311  20738519         10.104         21.411
3981 -1.197605e-02 -0.0102651839  16366772          6.330         13.402
3982 -1.963009e-02 -0.0131623738    698943         11.123         11.398
3983 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3984 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
3985 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
3986  1.343874e-02  0.0031620553   9823832         15.866         19.882
3987 -1.641752e-03  0.0042339929   4709458          8.237          8.391
3988  1.343874e-02  0.0031620553   9823832         15.866         19.882
3989  1.211268e-02  0.0209731114   1636693         11.319         14.179
3990 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3991  1.742094e-02  0.0195038818   7728916         18.349         21.380
3992 -1.675042e-03  0.0111669458   1192072         20.531         22.833
3993 -7.223065e-03  0.0032826692    861879          7.462         15.377
3994  1.742094e-02  0.0195038818   7728916         18.349         21.380
3995 -7.223065e-03  0.0032826692    861879          7.462         15.377
3996 -3.366382e-02 -0.0389670279   7317100         20.601         19.798
3997 -2.165706e-02 -0.0226505067  12958147          7.118         12.964
3998  1.834141e-03  0.0000000000  15641735          6.113         10.108
3999 -5.123607e-04  0.0034584347   8194750         14.403         13.527
4000 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
4001 -5.123607e-04  0.0034584347   8194750         14.403         13.527
4002 -2.854007e-03 -0.0030735456  14264572          4.034          7.342
4003 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
4004 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
4005  1.672241e-02  0.0150501672   3908980         27.131         26.944
4006 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4007 -6.858711e-03 -0.0352080476  15823714         53.174         32.161
4008  1.334167e-02  0.0070877632  14237666          8.928         25.077
4009 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4010 -4.839213e-03 -0.0012488292   1508741         17.265         18.677
4011  1.742094e-02  0.0195038818   7728916         18.349         21.380
4012 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4013 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4014 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4015 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
4016 -1.326651e-02 -0.0203419811  25901790          8.550         10.575
4017 -2.171952e-02 -0.0280355762   1895007         12.764         17.570
4018 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
4019 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4020 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4021 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
4022 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4023 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4024 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4025 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4026  1.742094e-02  0.0195038818   7728916         18.349         21.380
4027 -2.175884e-02 -0.0290117860  54208921          7.291         15.588
4028  1.334167e-02  0.0070877632  14237666          8.928         25.077
4029 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4030 -2.594624e-02 -0.0278186438  27652811         11.856         13.431
4031  1.096534e-02  0.0213432544  25231147          7.733         14.446
4032  7.811640e-03  0.0069314556  13217404          7.906         12.767
4033 -7.223065e-03  0.0032826692    861879          7.462         15.377
4034 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4035 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
4036  1.824212e-02  0.0362078496  33447905         30.177         20.319
4037 -7.223065e-03  0.0032826692    861879          7.462         15.377
4038 -1.658207e-02 -0.0044388752    609848         17.161         25.832
4039 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4040  1.742094e-02  0.0195038818   7728916         18.349         21.380
4041 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4042  1.334167e-02  0.0070877632  14237666          8.928         25.077
4043 -5.123607e-04  0.0034584347   8194750         14.403         13.527
4044  1.096534e-02  0.0213432544  25231147          7.733         14.446
4045 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4046 -8.013937e-03 -0.0085946574   3792290          3.064         12.016
4047 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4048 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4049 -5.123607e-04  0.0034584347   8194750         14.403         13.527
4050  1.014212e-02 -0.0108093681   6083340         12.985         16.918
4051 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
4052  1.343874e-02  0.0031620553   9823832         15.866         19.882
4053 -1.529903e-02 -0.0114356359   2777593         15.977         16.756
4054 -7.223065e-03  0.0032826692    861879          7.462         15.377
4055 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4056  1.334167e-02  0.0070877632  14237666          8.928         25.077
4057 -1.529903e-02 -0.0114356359   2777593         15.977         16.756
4058 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
4059  1.096534e-02  0.0213432544  25231147          7.733         14.446
4060 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
4061 -1.675042e-03  0.0111669458   1192072         20.531         22.833
4062  1.014212e-02 -0.0108093681   6083340         12.985         16.918
4063 -7.223065e-03  0.0032826692    861879          7.462         15.377
4064 -7.223065e-03  0.0032826692    861879          7.462         15.377
4065 -1.197605e-02 -0.0102651839  16366772          6.330         13.402
4066 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4067 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4068 -1.034799e-02 -0.0038387716   3075798         15.045         32.427
4069 -7.223065e-03  0.0032826692    861879          7.462         15.377
4070 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4071 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
4072 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4073 -7.223065e-03  0.0032826692    861879          7.462         15.377
4074 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
4075 -1.034799e-02 -0.0038387716   3075798         15.045         32.427
4076 -7.223065e-03  0.0032826692    861879          7.462         15.377
4077 -7.223065e-03  0.0032826692    861879          7.462         15.377
4078 -7.223065e-03  0.0032826692    861879          7.462         15.377
4079 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4080 -7.223065e-03  0.0032826692    861879          7.462         15.377
4081 -9.218826e-03 -0.0122917678   5004200         12.095         15.180
4082 -2.594624e-02 -0.0278186438  27652811         11.856         13.431
4083 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4084 -7.223065e-03  0.0032826692    861879          7.462         15.377
4085 -1.529903e-02 -0.0114356359   2777593         15.977         16.756
4086 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4087 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4088 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4089 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4090 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
4091 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4092 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
4093 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4094 -7.223065e-03  0.0032826692    861879          7.462         15.377
4095 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4096 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4097 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4098 -5.123607e-04  0.0034584347   8194750         14.403         13.527
4099 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
4100 -3.393613e-02 -0.0503033078   3812968         22.222         24.229
4101 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4102  2.591894e-03  0.0096606975   3229991          7.709         12.150
4103 -8.605852e-03  0.0116179002  10641700         14.387         23.967
4104 -1.228837e-02  0.0060076461  20284607         29.333         20.570
4105 -1.705900e-02 -0.0225737665   1042885         15.205         16.744
4106 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4107 -9.580292e-03 -0.0123175182   8848000          6.087         16.155
4108 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4109 -1.705900e-02 -0.0225737665   1042885         15.205         16.744
4110 -1.705900e-02 -0.0225737665   1042885         15.205         16.744
4111 -1.567193e-03  0.0019589918   7361092          6.098         10.198
4112 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4113 -5.498916e-03  0.0061578273    997794          7.839         15.434
4114 -1.203679e-02 -0.0151474168  21736161         13.668         13.850
4115 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4116  5.103994e-03  0.0033175960   6474360         14.233         13.284
4117 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4118 -1.663040e-02 -0.0069940939    977372         17.371         18.608
4119 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4120 -3.393613e-02 -0.0503033078   3812968         22.222         24.229
4121 -7.321835e-03 -0.0242434103   3440389         17.416         19.641
4122 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4123 -1.705900e-02 -0.0225737665   1042885         15.205         16.744
4124 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4125 -5.498916e-03  0.0061578273    997794          7.839         15.434
4126 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4127 -2.620861e-02 -0.0150965114   2346855         12.293         17.314
4128 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4129 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4130 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4131 -6.543075e-03  0.0020719738   9815834          9.096         12.982
4132 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4133 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4134 -2.307871e-02 -0.0331356819  11677589         12.852         17.532
4135 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4136 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4137 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4138 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4139 -1.511014e-02 -0.0103768433   7696302         15.168         33.991
4140  9.871932e-03  0.0136072572  12769392          9.589         21.246
4141 -2.957533e-02 -0.0365899899   2833724         32.441         23.757
4142  8.828723e-03  0.0156955072  16217688          7.340         14.396
4143 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4144 -2.690695e-03 -0.0061948564   1878291          6.674         17.700
4145 -1.354535e-02 -0.0167844523  18179055          8.676         10.450
4146 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4147 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4148 -3.393613e-02 -0.0503033078   3812968         22.222         24.229
4149 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4150 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4151  6.657513e-04 -0.0184745974   3271270         14.990         32.407
4152 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4153 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4154 -2.690695e-03 -0.0061948564   1878291          6.674         17.700
4155 -3.393613e-02 -0.0503033078   3812968         22.222         24.229
4156 -2.690695e-03 -0.0061948564   1878291          6.674         17.700
4157 -2.690695e-03 -0.0061948564   1878291          6.674         17.700
4158 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4159 -1.705900e-02 -0.0225737665   1042885         15.205         16.744
4160 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4161 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4162 -5.498916e-03  0.0061578273    997794          7.839         15.434
4163 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4164 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4165 -1.663040e-02 -0.0069940939    977372         17.371         18.608
4166 -5.498916e-03  0.0061578273    997794          7.839         15.434
4167 -6.949101e-03 -0.0255409936  16591051          9.855         23.023
4168 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4169 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4170 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4171 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4172 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4173 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4174 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4175 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4176 -5.498916e-03  0.0061578273    997794          7.839         15.434
4177 -5.498916e-03  0.0061578273    997794          7.839         15.434
4178 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4179 -5.498916e-03  0.0061578273    997794          7.839         15.434
4180 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4181 -1.743781e-02 -0.0338990932    825644         12.399         16.031
4182 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4183 -2.690695e-03 -0.0061948564   1878291          6.674         17.700
4184 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4185 -7.208388e-03 -0.0045871560   7391249          4.957          7.324
4186 -5.498916e-03  0.0061578273    997794          7.839         15.434
4187 -6.949101e-03 -0.0255409936  16591051          9.855         23.023
4188  5.103994e-03  0.0033175960   6474360         14.233         13.284
4189 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4190  5.103994e-03  0.0033175960   6474360         14.233         13.284
4191 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4192 -2.690695e-03 -0.0061948564   1878291          6.674         17.700
4193 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4194 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4195 -3.393613e-02 -0.0503033078   3812968         22.222         24.229
4196  1.231219e-02  0.0158597663  11455202          7.202         24.698
4197 -3.393613e-02 -0.0503033078   3812968         22.222         24.229
4198 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4199  6.657513e-04 -0.0184745974   3271270         14.990         32.407
4200 -5.498916e-03  0.0061578273    997794          7.839         15.434
4201 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4202 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4203 -1.705900e-02 -0.0225737665   1042885         15.205         16.744
4204 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4205 -8.605852e-03  0.0116179002  10641700         14.387         23.967
4206 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4207  5.103994e-03  0.0033175960   6474360         14.233         13.284
4208 -3.393613e-02 -0.0503033078   3812968         22.222         24.229
4209 -3.861683e-02 -0.0151474580    564155         17.513         25.958
4210 -5.498916e-03  0.0061578273    997794          7.839         15.434
4211 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4212 -3.393613e-02 -0.0503033078   3812968         22.222         24.229
4213 -2.538700e-02 -0.0266253870  14686578         14.743         20.519
4214 -1.203679e-02 -0.0151474168  21736161         13.668         13.850
4215 -4.359424e-03  0.0008726763    712240          7.844          9.200
4216 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4217 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4218 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4219 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4220 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4221 -1.651228e-02 -0.0010739697  17079114         13.113         12.345
4222 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4223 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4224 -1.479047e-02 -0.0213640099   2285864         26.648         25.253
4225 -4.359424e-03  0.0008726763    712240          7.844          9.200
4226 -1.343409e-02 -0.0258606213    415351         23.781         22.762
4227 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4228 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4229 -4.359424e-03  0.0008726763    712240          7.844          9.200
4230 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4231 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4232 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4233 -4.359424e-03  0.0008726763    712240          7.844          9.200
4234  1.167793e-02  0.0110633067   3814907         37.287         26.254
4235 -1.839318e-02 -0.0146508480   3093371         16.873         12.247
4236 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4237 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4238 -4.359424e-03  0.0008726763    712240          7.844          9.200
4239 -9.422940e-03 -0.0027262696   2628618          6.131         11.116
4240 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4241 -1.895090e-02 -0.0071196733  11438412         11.925         14.588
4242 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4243 -4.359424e-03  0.0008726763    712240          7.844          9.200
4244  1.167793e-02  0.0110633067   3814907         37.287         26.254
4245 -1.479047e-02 -0.0213640099   2285864         26.648         25.253
4246 -4.366812e-03 -0.0097413504   8908083          6.332         12.686
4247 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4248 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4249 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4250 -6.358682e-03 -0.0144692447  26299810         18.701         15.889
4251 -4.359424e-03  0.0008726763    712240          7.844          9.200
4252 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4253 -1.704545e-03  0.0107954545   1129281         18.796         15.600
4254 -6.358682e-03 -0.0144692447  26299810         18.701         15.889
4255 -4.359424e-03  0.0008726763    712240          7.844          9.200
4256 -4.359424e-03  0.0008726763    712240          7.844          9.200
4257 -2.091555e-02 -0.0126282557  66232556         15.979         20.253
4258 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4259 -1.343409e-02 -0.0258606213    415351         23.781         22.762
4260 -4.359424e-03  0.0008726763    712240          7.844          9.200
4261 -1.651228e-02 -0.0010739697  17079114         13.113         12.345
4262 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4263 -4.008016e-03 -0.0010020040   6704565          8.365         15.038
4264 -1.479047e-02 -0.0213640099   2285864         26.648         25.253
4265  3.410213e-03  0.0037691824   5122348          7.243          8.986
4266  1.167793e-02  0.0110633067   3814907         37.287         26.254
4267 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4268 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4269 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4270  3.567985e-02  0.0268081003  12189882         14.472         15.102
4271 -4.359424e-03  0.0008726763    712240          7.844          9.200
4272 -8.461538e-02 -0.1230769231  12704544         23.899         27.124
4273 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4274 -1.741164e-02 -0.0098752599  19204345         19.826         26.268
4275 -1.651228e-02 -0.0010739697  17079114         13.113         12.345
4276 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4277 -6.358682e-03 -0.0144692447  26299810         18.701         15.889
4278 -1.343409e-02 -0.0258606213    415351         23.781         22.762
4279 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4280  7.410296e-03  0.0335413417  12909400         23.621         22.583
4281 -9.422940e-03 -0.0027262696   2628618          6.131         11.116
4282 -1.741164e-02 -0.0098752599  19204345         19.826         26.268
4283 -4.359424e-03  0.0008726763    712240          7.844          9.200
4284 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4285 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4286 -1.479047e-02 -0.0213640099   2285864         26.648         25.253
4287 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4288 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4289 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4290 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4291 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4292  3.865596e-03 -0.0077311924  14802671         13.641         15.749
4293 -6.358682e-03 -0.0144692447  26299810         18.701         15.889
4294 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4295 -4.359424e-03  0.0008726763    712240          7.844          9.200
4296 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4297 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4298  1.167793e-02  0.0110633067   3814907         37.287         26.254
4299 -1.156069e-02  0.0162706059   4629741         16.833         14.549
4300  1.167793e-02  0.0110633067   3814907         37.287         26.254
4301 -9.422940e-03 -0.0027262696   2628618          6.131         11.116
4302 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4303 -4.359424e-03  0.0008726763    712240          7.844          9.200
4304 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4305 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4306 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4307 -4.359424e-03  0.0008726763    712240          7.844          9.200
4308  1.599693e-02  0.0177885846  10353361          8.109         12.507
4309 -1.601891e-02 -0.0236344538  23217336          7.050         11.030
4310 -2.217136e-02  0.0052985531    768555         18.250         16.679
4311  3.992822e-02  0.0336473755  18390200         20.797         13.587
4312  3.567985e-02  0.0268081003  12189882         14.472         15.102
4313 -4.359424e-03  0.0008726763    712240          7.844          9.200
4314 -6.358682e-03 -0.0144692447  26299810         18.701         15.889
4315  0.000000e+00  0.0212068966   5982394         30.199         27.777
4316  1.683502e-02  0.0158730159   4069148         22.037         19.946
4317 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4318  0.000000e+00  0.0212068966   5982394         30.199         27.777
4319  2.221862e-02  0.0389231268   4975670         39.278         24.959
4320 -1.156069e-02  0.0162706059   4629741         16.833         14.549
4321  4.041220e-04  0.0082845019  13021697         19.257         14.786
4322  1.167793e-02  0.0110633067   3814907         37.287         26.254
4323 -4.359424e-03  0.0008726763    712240          7.844          9.200
4324 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4325 -4.008016e-03 -0.0010020040   6704565          8.365         15.038
4326  2.643828e-02  0.0256935394  11944370         11.173         14.248
4327  2.643828e-02  0.0256935394  11944370         11.173         14.248
4328  6.480558e-03  0.0044865404  12285719         19.328         40.743
4329 -4.359424e-03  0.0008726763    712240          7.844          9.200
4330 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4331  2.643828e-02  0.0256935394  11944370         11.173         14.248
4332  2.643828e-02  0.0256935394  11944370         11.173         14.248
4333 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4334 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4335 -2.217136e-02  0.0052985531    768555         18.250         16.679
4336  3.567985e-02  0.0268081003  12189882         14.472         15.102
4337 -2.078356e-02 -0.0028666985   6521400         20.414         23.830
4338 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4339  3.567985e-02  0.0268081003  12189882         14.472         15.102
4340  1.599693e-02  0.0177885846  10353361          8.109         12.507
4341  2.643828e-02  0.0256935394  11944370         11.173         14.248
4342 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4343 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4344 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4345  1.167793e-02  0.0110633067   3814907         37.287         26.254
4346 -1.156069e-02  0.0162706059   4629741         16.833         14.549
4347  2.643828e-02  0.0256935394  11944370         11.173         14.248
4348  1.167793e-02  0.0110633067   3814907         37.287         26.254
4349 -1.702327e-02  0.0163985632   6891295         20.040         17.353
4350 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4351 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4352 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4353 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4354  2.643828e-02  0.0256935394  11944370         11.173         14.248
4355 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4356 -1.343409e-02 -0.0258606213    415351         23.781         22.762
4357 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4358  3.567985e-02  0.0268081003  12189882         14.472         15.102
4359 -1.343409e-02 -0.0258606213    415351         23.781         22.762
4360 -4.359424e-03  0.0008726763    712240          7.844          9.200
4361  1.020127e-02  0.0003446374   2654731          8.572          9.711
4362 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4363 -1.895090e-02 -0.0071196733  11438412         11.925         14.588
4364 -1.601891e-02 -0.0236344538  23217336          7.050         11.030
4365  1.787916e-02 -0.0067817509   5046566         13.937         10.779
4366 -1.895090e-02 -0.0071196733  11438412         11.925         14.588
4367  4.058042e-03 -0.0207820954   4118095         22.039         20.037
4368 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4369 -4.359424e-03  0.0008726763    712240          7.844          9.200
4370 -4.359424e-03  0.0008726763    712240          7.844          9.200
4371 -1.148838e-02 -0.0148072504  21961431         15.220         16.884
4372 -4.359424e-03  0.0008726763    712240          7.844          9.200
4373 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4374 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4375 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4376 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4377  2.643828e-02  0.0256935394  11944370         11.173         14.248
4378 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4379 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4380 -4.359424e-03  0.0008726763    712240          7.844          9.200
4381  3.865596e-03 -0.0077311924  14802671         13.641         15.749
4382  2.643828e-02  0.0256935394  11944370         11.173         14.248
4383 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4384 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4385 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4386 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4387 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4388 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4389 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4390  2.221862e-02  0.0389231268   4975670         39.278         24.959
4391 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4392 -1.704545e-03  0.0107954545   1129281         18.796         15.600
4393 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4394 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4395 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4396 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4397 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4398 -1.741164e-02 -0.0098752599  19204345         19.826         26.268
4399 -4.359424e-03  0.0008726763    712240          7.844          9.200
4400 -2.533852e-02 -0.0045582518   2181258         30.207         19.700
4401 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4402 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4403  2.643828e-02  0.0256935394  11944370         11.173         14.248
4404 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4405  2.221862e-02  0.0389231268   4975670         39.278         24.959
4406  2.221862e-02  0.0389231268   4975670         39.278         24.959
4407 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4408  1.599693e-02  0.0177885846  10353361          8.109         12.507
4409  3.567985e-02  0.0268081003  12189882         14.472         15.102
4410  1.599693e-02  0.0177885846  10353361          8.109         12.507
4411 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4412 -1.343409e-02 -0.0258606213    415351         23.781         22.762
4413 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4414 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4415  6.087045e-04  0.0003043522   8185858         12.586         18.195
4416  0.000000e+00  0.0212068966   5982394         30.199         27.777
4417 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4418 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4419  1.599693e-02  0.0177885846  10353361          8.109         12.507
4420 -1.339096e-03 -0.0182603932   1852282          9.530         20.229
4421  6.087045e-04  0.0003043522   8185858         12.586         18.195
4422 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4423 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4424 -2.533852e-02 -0.0045582518   2181258         30.207         19.700
4425  6.087045e-04  0.0003043522   8185858         12.586         18.195
4426 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4427  3.567985e-02  0.0268081003  12189882         14.472         15.102
4428 -4.359424e-03  0.0008726763    712240          7.844          9.200
4429  6.087045e-04  0.0003043522   8185858         12.586         18.195
4430 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4431 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4432 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4433  2.643828e-02  0.0256935394  11944370         11.173         14.248
4434 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4435 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4436 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4437  3.567985e-02  0.0268081003  12189882         14.472         15.102
4438 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4439 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4440 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4441  6.087045e-04  0.0003043522   8185858         12.586         18.195
4442 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4443 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4444  3.567985e-02  0.0268081003  12189882         14.472         15.102
4445 -4.359424e-03  0.0008726763    712240          7.844          9.200
4446 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4447  6.087045e-04  0.0003043522   8185858         12.586         18.195
4448  1.244168e-02  0.0106642968  10082221         13.102          9.843
4449  1.564829e-02  0.0034277198   5879200         22.738         15.449
4450  3.865596e-03 -0.0077311924  14802671         13.641         15.749
4451 -1.651228e-02 -0.0010739697  17079114         13.113         12.345
4452  3.567985e-02  0.0268081003  12189882         14.472         15.102
4453 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4454  1.244168e-02  0.0106642968  10082221         13.102          9.843
4455 -4.359424e-03  0.0008726763    712240          7.844          9.200
4456 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4457 -1.651228e-02 -0.0010739697  17079114         13.113         12.345
4458 -4.359424e-03  0.0008726763    712240          7.844          9.200
4459 -1.651228e-02 -0.0010739697  17079114         13.113         12.345
4460 -4.359424e-03  0.0008726763    712240          7.844          9.200
4461  2.643828e-02  0.0256935394  11944370         11.173         14.248
4462 -6.358682e-03 -0.0144692447  26299810         18.701         15.889
4463 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4464 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4465  6.087045e-04  0.0003043522   8185858         12.586         18.195
4466 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4467  6.087045e-04  0.0003043522   8185858         12.586         18.195
4468 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4469 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4470 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4471 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4472 -4.359424e-03  0.0008726763    712240          7.844          9.200
4473 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4474  2.643828e-02  0.0256935394  11944370         11.173         14.248
4475 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4476  3.567985e-02  0.0268081003  12189882         14.472         15.102
4477 -1.309110e-02 -0.0176329148  31692160         17.385         20.879
4478 -4.359424e-03  0.0008726763    712240          7.844          9.200
4479 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4480  6.087045e-04  0.0003043522   8185858         12.586         18.195
4481 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4482  6.087045e-04  0.0003043522   8185858         12.586         18.195
4483 -2.185481e-02  0.0030406689   7676288         16.364         12.348
4484  1.480385e-02  0.0946212682   1552768         46.291         39.551
4485  2.221862e-02  0.0389231268   4975670         39.278         24.959
4486 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4487  6.087045e-04  0.0003043522   8185858         12.586         18.195
4488 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4489 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4490 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4491 -4.359424e-03  0.0008726763    712240          7.844          9.200
4492  1.787916e-02 -0.0067817509   5046566         13.937         10.779
4493  3.133515e-02  0.0354223433     67718         17.825         24.854
4494  1.564829e-02  0.0034277198   5879200         22.738         15.449
4495 -4.359424e-03  0.0008726763    712240          7.844          9.200
4496 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4497 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4498 -2.533852e-02 -0.0045582518   2181258         30.207         19.700
4499  0.000000e+00  0.0212068966   5982394         30.199         27.777
4500  2.643828e-02  0.0256935394  11944370         11.173         14.248
4501 -1.956666e-02 -0.0227724961   2996260          9.717         10.104
4502 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4503  3.567985e-02  0.0268081003  12189882         14.472         15.102
4504 -1.343409e-02 -0.0258606213    415351         23.781         22.762
4505  6.087045e-04  0.0003043522   8185858         12.586         18.195
4506 -4.359424e-03  0.0008726763    712240          7.844          9.200
4507 -1.473946e-02  0.0010379905   5200481         11.415         19.048
4508  1.167793e-02  0.0110633067   3814907         37.287         26.254
4509 -4.359424e-03  0.0008726763    712240          7.844          9.200
4510  6.087045e-04  0.0003043522   8185858         12.586         18.195
4511  1.244168e-02  0.0106642968  10082221         13.102          9.843
4512  6.087045e-04  0.0003043522   8185858         12.586         18.195
4513 -4.359424e-03  0.0008726763    712240          7.844          9.200
4514 -4.359424e-03  0.0008726763    712240          7.844          9.200
4515 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4516 -4.359424e-03  0.0008726763    712240          7.844          9.200
4517 -1.702327e-02  0.0163985632   6891295         20.040         17.353
4518 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4519  2.643828e-02  0.0256935394  11944370         11.173         14.248
4520  2.643828e-02  0.0256935394  11944370         11.173         14.248
4521 -2.533852e-02 -0.0045582518   2181258         30.207         19.700
4522  3.410213e-03  0.0037691824   5122348          7.243          8.986
4523 -4.359424e-03  0.0008726763    712240          7.844          9.200
4524  0.000000e+00  0.0212068966   5982394         30.199         27.777
4525 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4526 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4527 -4.359424e-03  0.0008726763    712240          7.844          9.200
4528  3.992822e-02  0.0336473755  18390200         20.797         13.587
4529 -1.651228e-02 -0.0010739697  17079114         13.113         12.345
4530  2.221862e-02  0.0389231268   4975670         39.278         24.959
4531 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4532  1.244168e-02  0.0106642968  10082221         13.102          9.843
4533 -6.358682e-03 -0.0144692447  26299810         18.701         15.889
4534 -4.359424e-03  0.0008726763    712240          7.844          9.200
4535  6.087045e-04  0.0003043522   8185858         12.586         18.195
4536 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4537 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4538  6.087045e-04  0.0003043522   8185858         12.586         18.195
4539 -4.359424e-03  0.0008726763    712240          7.844          9.200
4540 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4541 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4542 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4543 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4544 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4545 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4546  1.787916e-02 -0.0067817509   5046566         13.937         10.779
4547 -4.359424e-03  0.0008726763    712240          7.844          9.200
4548 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4549 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4550 -4.359424e-03  0.0008726763    712240          7.844          9.200
4551 -4.359424e-03  0.0008726763    712240          7.844          9.200
4552 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4553 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4554 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4555 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4556 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4557 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4558 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4559 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4560 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4561  2.643828e-02  0.0256935394  11944370         11.173         14.248
4562 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4563 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4564 -4.359424e-03  0.0008726763    712240          7.844          9.200
4565  2.643828e-02  0.0256935394  11944370         11.173         14.248
4566  3.865596e-03 -0.0077311924  14802671         13.641         15.749
4567  1.167793e-02  0.0110633067   3814907         37.287         26.254
4568 -4.359424e-03  0.0008726763    712240          7.844          9.200
4569  1.195457e-03  0.0005977286    911735         21.858         14.722
4570  2.643828e-02  0.0256935394  11944370         11.173         14.248
4571 -1.148838e-02 -0.0148072504  21961431         15.220         16.884
4572  2.643828e-02  0.0256935394  11944370         11.173         14.248
4573 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4574  4.041220e-04  0.0082845019  13021697         19.257         14.786
4575 -4.359424e-03  0.0008726763    712240          7.844          9.200
4576 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4577  2.643828e-02  0.0256935394  11944370         11.173         14.248
4578  0.000000e+00  0.0212068966   5982394         30.199         27.777
4579 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4580  2.383169e-02  0.0256935394  11944370         11.173         14.248
4581  2.398376e-03  0.0008726763    712240          7.844          9.200
4582 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4583 -1.993355e-02 -0.0564784053    808779         27.696         25.073
4584  1.581485e-02  0.0268081003  12189882         14.472         15.102
4585 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4586 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4587 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4588 -1.021190e-02 -0.0148072504  21961431         15.220         16.884
4589  1.581485e-02  0.0268081003  12189882         14.472         15.102
4590  2.383169e-02  0.0256935394  11944370         11.173         14.248
4591 -1.678581e-02  0.0142328312   3670057         21.794         16.702
4592 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4593 -1.678581e-02  0.0142328312   3670057         21.794         16.702
4594  2.383169e-02  0.0256935394  11944370         11.173         14.248
4595  3.418803e-03  0.0330851944   4227864         31.041         25.357
4596 -1.866916e-02 -0.0019312928  15340366         31.665         20.391
4597 -1.419299e-02 -0.0312820934   2031092         15.553         14.451
4598 -5.576923e-02 -0.1230769231  12704544         23.899         27.124
4599  1.471717e-02  0.0177885846  10353361          8.109         12.507
4600 -1.843411e-02 -0.0045582518   2181258         30.207         19.700
4601  2.383169e-02  0.0256935394  11944370         11.173         14.248
4602 -1.678581e-02  0.0142328312   3670057         21.794         16.702
4603 -1.866916e-02 -0.0019312928  15340366         31.665         20.391
4604  5.663189e-03  0.0034277198   5879200         22.738         15.449
4605  3.997794e-03  0.0003446374   2654731          8.572          9.711
4606 -2.961500e-03  0.0037691824   5122348          7.243          8.986
4607 -1.670844e-03 -0.0108604845  31227515          6.936         11.626
4608 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4609 -1.419299e-02 -0.0312820934   2031092         15.553         14.451
4610 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4611  2.398376e-03  0.0008726763    712240          7.844          9.200
4612  2.398376e-03  0.0008726763    712240          7.844          9.200
4613 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4614  4.041220e-04  0.0082845019  13021697         19.257         14.786
4615  2.398376e-03  0.0008726763    712240          7.844          9.200
4616 -1.660109e-02  0.0052985531    768555         18.250         16.679
4617  2.398376e-03  0.0008726763    712240          7.844          9.200
4618  2.398376e-03  0.0008726763    712240          7.844          9.200
4619  3.418803e-03  0.0330851944   4227864         31.041         25.357
4620 -1.419299e-02 -0.0312820934   2031092         15.553         14.451
4621 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4622 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4623  6.797200e-03  0.0003043522   8185858         12.586         18.195
4624 -1.090134e-02 -0.0065012742   2543759         14.876         16.144
4625  2.398376e-03  0.0008726763    712240          7.844          9.200
4626 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4627 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4628 -1.670844e-03 -0.0108604845  31227515          6.936         11.626
4629 -1.090134e-02 -0.0065012742   2543759         14.876         16.144
4630 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4631 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4632  6.797200e-03  0.0003043522   8185858         12.586         18.195
4633 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4634 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4635  3.620690e-03  0.0212068966   5982394         30.199         27.777
4636  3.418803e-03  0.0330851944   4227864         31.041         25.357
4637 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4638  1.183912e-02  0.0389231268   4975670         39.278         24.959
4639 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4640 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4641 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4642  3.620690e-03  0.0212068966   5982394         30.199         27.777
4643  2.383169e-02  0.0256935394  11944370         11.173         14.248
4644 -1.090134e-02 -0.0065012742   2543759         14.876         16.144
4645  3.620690e-03  0.0212068966   5982394         30.199         27.777
4646 -1.090134e-02 -0.0065012742   2543759         14.876         16.144
4647  4.041220e-04  0.0082845019  13021697         19.257         14.786
4648 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4649  3.418803e-03  0.0330851944   4227864         31.041         25.357
4650  2.383169e-02  0.0256935394  11944370         11.173         14.248
4651  3.418803e-03  0.0330851944   4227864         31.041         25.357
4652 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4653 -1.843411e-02 -0.0045582518   2181258         30.207         19.700
4654  7.137296e-04 -0.0144692447  26299810         18.701         15.889
4655 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4656 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4657  1.471717e-02  0.0177885846  10353361          8.109         12.507
4658 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4659 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4660 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4661 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4662  2.398376e-03  0.0008726763    712240          7.844          9.200
4663 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4664 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4665 -2.961500e-03  0.0037691824   5122348          7.243          8.986
4666 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4667 -5.993466e-03 -0.0027262696   2628618          6.131         11.116
4668  2.398376e-03  0.0008726763    712240          7.844          9.200
4669 -1.418067e-02 -0.0236344538  23217336          7.050         11.030
4670 -1.224082e-02 -0.0201515530   2445796          8.383          8.180
4671 -1.282782e-02  0.0030406689   7676288         16.364         12.348
4672  2.398376e-03  0.0008726763    712240          7.844          9.200
4673 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4674 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4675 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4676 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4677 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4678 -1.090134e-02 -0.0065012742   2543759         14.876         16.144
4679  7.137296e-04 -0.0144692447  26299810         18.701         15.889
4680  2.398376e-03  0.0008726763    712240          7.844          9.200
4681 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4682  2.383169e-02  0.0256935394  11944370         11.173         14.248
4683 -1.090134e-02 -0.0065012742   2543759         14.876         16.144
4684 -1.282782e-02  0.0030406689   7676288         16.364         12.348
4685 -8.904253e-03 -0.0224177666  26837993          7.261          9.212
4686 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4687 -1.866916e-02 -0.0019312928  15340366         31.665         20.391
4688  3.418803e-03  0.0330851944   4227864         31.041         25.357
4689  3.418803e-03  0.0330851944   4227864         31.041         25.357
4690  3.841711e-03  0.0138762899    631751          6.504          9.981
4691  7.573936e-03 -0.0519355614  27086575         34.014         20.832
4692  2.218700e-02  0.0362519810      5600         14.593         33.911
4693 -9.106704e-03 -0.0181534959   2873004         12.382         14.080
4694  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4695  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4696  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4697 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4698  3.841711e-03  0.0138762899    631751          6.504          9.981
4699 -3.175520e-03  0.0097327615   2658731         17.217         19.445
4700  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4701  1.122594e-02  0.0146115467   5025223         20.760         21.436
4702  1.187411e-02  0.0054363376   5199900         10.180         11.468
4703 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4704  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4705  3.841711e-03  0.0138762899    631751          6.504          9.981
4706  2.109353e-02  0.0130446850  21828568         22.224         22.083
4707 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4708 -3.631082e-02 -0.0188816267  13381550         31.726         28.650
4709  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4710  3.841711e-03  0.0138762899    631751          6.504          9.981
4711 -1.489869e-02 -0.0119189511   5357016         16.865         14.046
4712  1.122594e-02  0.0146115467   5025223         20.760         21.436
4713  9.509658e-03  0.0359583952  36376366         23.524         25.719
4714  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4715 -9.106704e-03 -0.0181534959   2873004         12.382         14.080
4716 -6.539834e-02 -0.0719381688   7180977         45.853         37.117
4717 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4718 -2.067255e-02 -0.0323869901   7555330         31.865         24.564
4719  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4720 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4721 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4722 -1.430884e-03 -0.0219228158        66         16.185         15.873
4723  3.841711e-03  0.0138762899    631751          6.504          9.981
4724 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4725 -1.430884e-03 -0.0219228158        66         16.185         15.873
4726 -1.430884e-03 -0.0219228158        66         16.185         15.873
4727  3.841711e-03  0.0138762899    631751          6.504          9.981
4728 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4729  3.841711e-03  0.0138762899    631751          6.504          9.981
4730 -1.489869e-02 -0.0119189511   5357016         16.865         14.046
4731 -2.466571e-03  0.0118135791   4328258         18.369         28.401
4732  3.841711e-03  0.0138762899    631751          6.504          9.981
4733 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4734  3.841711e-03  0.0138762899    631751          6.504          9.981
4735  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4736  3.841711e-03  0.0138762899    631751          6.504          9.981
4737  1.366982e-02  0.0015772871   4536114          8.801         16.804
4738 -2.410819e-02 -0.0273422187  64474490         17.011         11.933
4739 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4740  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4741  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4742  1.122594e-02  0.0146115467   5025223         20.760         21.436
4743  3.841711e-03  0.0138762899    631751          6.504          9.981
4744  5.320395e-02  0.0419943115   7361313         37.661         22.426
4745 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4746  2.260198e-02  0.0297684675  23151248         12.614         17.694
4747  2.218700e-02  0.0362519810      5600         14.593         33.911
4748 -6.539834e-02 -0.0719381688   7180977         45.853         37.117
4749 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4750 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4751  1.122594e-02  0.0146115467   5025223         20.760         21.436
4752 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4753  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4754  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4755 -3.929273e-04 -0.0180746562  14453112         12.601          9.461
4756  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4757 -2.320186e-03  0.0185614849   9732527         12.712         21.125
4758  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4759  3.841711e-03  0.0138762899    631751          6.504          9.981
4760 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4761  3.841711e-03  0.0138762899    631751          6.504          9.981
4762 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4763  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4764 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4765 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4766  2.218700e-02  0.0362519810      5600         14.593         33.911
4767 -7.210388e-03 -0.0169381479        34         15.054         13.080
4768  5.320395e-02  0.0419943115   7361313         37.661         22.426
4769 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4770 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4771  4.966278e-03 -0.0265276926       642         14.642         10.975
4772 -1.430884e-03 -0.0219228158        66         16.185         15.873
4773  3.841711e-03  0.0138762899    631751          6.504          9.981
4774  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4775 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4776  3.841711e-03  0.0138762899    631751          6.504          9.981
4777  3.841711e-03  0.0138762899    631751          6.504          9.981
4778  5.320395e-02  0.0419943115   7361313         37.661         22.426
4779  3.841711e-03  0.0138762899    631751          6.504          9.981
4780  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4781  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4782  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4783  1.366982e-02  0.0015772871   4536114          8.801         16.804
4784  3.841711e-03  0.0138762899    631751          6.504          9.981
4785 -2.067255e-02 -0.0323869901   7555330         31.865         24.564
4786  3.841711e-03  0.0138762899    631751          6.504          9.981
4787  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4788 -3.631082e-02 -0.0188816267  13381550         31.726         28.650
4789 -1.430884e-03 -0.0219228158        66         16.185         15.873
4790  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4791  3.841711e-03  0.0138762899    631751          6.504          9.981
4792  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4793 -2.410819e-02 -0.0273422187  64474490         17.011         11.933
4794  2.218700e-02  0.0362519810      5600         14.593         33.911
4795  3.841711e-03  0.0138762899    631751          6.504          9.981
4796 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4797  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4798  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4799  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4800 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4801  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4802  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4803  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4804 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4805  7.293946e-04 -0.0102115244   8857829         13.040         12.527
4806 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4807  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4808  3.841711e-03  0.0138762899    631751          6.504          9.981
4809  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4810  3.841711e-03  0.0138762899    631751          6.504          9.981
4811  3.841711e-03  0.0138762899    631751          6.504          9.981
4812 -3.929273e-04 -0.0180746562  14453112         12.601          9.461
4813  3.841711e-03  0.0138762899    631751          6.504          9.981
4814  3.841711e-03  0.0138762899    631751          6.504          9.981
4815  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4816  5.320395e-02  0.0419943115   7361313         37.661         22.426
4817  5.320395e-02  0.0419943115   7361313         37.661         22.426
4818 -2.833158e-03 -0.0151901264       168         10.561          8.802
4819  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4820 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4821  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4822  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4823  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4824  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4825 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4826  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4827  7.293946e-04 -0.0102115244   8857829         13.040         12.527
4828  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4829  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4830  3.841711e-03  0.0138762899    631751          6.504          9.981
4831 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
4832 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4833  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4834  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4835  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4836  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4837  5.320395e-02  0.0419943115   7361313         37.661         22.426
4838  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4839  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4840  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4841  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4842  3.841711e-03  0.0138762899    631751          6.504          9.981
4843  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4844 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4845 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
4846  2.218700e-02  0.0362519810      5600         14.593         33.911
4847  5.320395e-02  0.0419943115   7361313         37.661         22.426
4848  7.293946e-04 -0.0102115244   8857829         13.040         12.527
4849  5.320395e-02  0.0419943115   7361313         37.661         22.426
4850  2.218700e-02  0.0362519810      5600         14.593         33.911
4851  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4852 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4853  3.841711e-03  0.0138762899    631751          6.504          9.981
4854 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4855  2.218700e-02  0.0362519810      5600         14.593         33.911
4856  2.218700e-02  0.0362519810      5600         14.593         33.911
4857 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4858  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4859  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4860  1.366982e-02  0.0015772871   4536114          8.801         16.804
4861  2.218700e-02  0.0362519810      5600         14.593         33.911
4862 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
4863  9.509658e-03  0.0359583952  36376366         23.524         25.719
4864 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4865  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4866 -1.711491e-02 -0.0065199674  42010246         20.659         15.913
4867  5.320395e-02  0.0419943115   7361313         37.661         22.426
4868 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4869  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4870  2.260198e-02  0.0297684675  23151248         12.614         17.694
4871  1.122594e-02  0.0146115467   5025223         20.760         21.436
4872  7.293946e-04 -0.0102115244   8857829         13.040         12.527
4873  1.122594e-02  0.0146115467   5025223         20.760         21.436
4874  1.238867e-02 -0.0204384563   2656509         64.606         39.116
4875 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4876 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4877 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4878  5.320395e-02  0.0419943115   7361313         37.661         22.426
4879 -1.711491e-02 -0.0065199674  42010246         20.659         15.913
4880  7.293946e-04 -0.0102115244   8857829         13.040         12.527
4881 -1.711491e-02 -0.0065199674  42010246         20.659         15.913
4882  5.320395e-02  0.0419943115   7361313         37.661         22.426
4883 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4884  5.320395e-02  0.0419943115   7361313         37.661         22.426
4885  5.320395e-02  0.0419943115   7361313         37.661         22.426
4886  5.320395e-02  0.0419943115   7361313         37.661         22.426
4887  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4888 -6.539834e-02 -0.0719381688   7180977         45.853         37.117
4889  3.841711e-03  0.0138762899    631751          6.504          9.981
4890  2.063682e-02  0.0001328551    949188         13.464         13.191
4891  2.063682e-02  0.0001328551    949188         13.464         13.191
4892  3.841711e-03  0.0138762899    631751          6.504          9.981
4893 -2.396131e-02 -0.0998021543  47000920         37.924         23.589
4894  2.063682e-02  0.0001328551    949188         13.464         13.191
4895 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4896 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4897  3.841711e-03  0.0138762899    631751          6.504          9.981
4898 -2.466571e-03  0.0118135791   4328258         18.369         28.401
4899  1.957373e-03  0.0043497173   6560545          5.748          9.892
4900  5.320395e-02  0.0419943115   7361313         37.661         22.426
4901 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4902  5.320395e-02  0.0419943115   7361313         37.661         22.426
4903  1.122594e-02  0.0146115467   5025223         20.760         21.436
4904 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
4905  2.063682e-02  0.0001328551    949188         13.464         13.191
4906  7.293946e-04 -0.0102115244   8857829         13.040         12.527
4907  3.841711e-03  0.0138762899    631751          6.504          9.981
4908  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4909 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4910  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4911  2.730997e-03 -0.0050068275  12876200         15.943         16.327
4912  2.218700e-02  0.0362519810      5600         14.593         33.911
4913 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4914  2.260198e-02  0.0297684675  23151248         12.614         17.694
4915  3.841711e-03  0.0138762899    631751          6.504          9.981
4916  2.063682e-02  0.0001328551    949188         13.464         13.191
4917 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
4918  3.841711e-03  0.0138762899    631751          6.504          9.981
4919  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4920  9.509658e-03  0.0359583952  36376366         23.524         25.719
4921  5.320395e-02  0.0419943115   7361313         37.661         22.426
4922  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4923 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4924  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4925  9.509658e-03  0.0359583952  36376366         23.524         25.719
4926 -7.210388e-03 -0.0169381479        34         15.054         13.080
4927 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4928  9.509658e-03  0.0359583952  36376366         23.524         25.719
4929 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4930  2.730997e-03 -0.0050068275  12876200         15.943         16.327
4931  1.122594e-02  0.0146115467   5025223         20.760         21.436
4932  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4933  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4934  5.320395e-02  0.0419943115   7361313         37.661         22.426
4935  3.841711e-03  0.0138762899    631751          6.504          9.981
4936  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4937  5.320395e-02  0.0419943115   7361313         37.661         22.426
4938  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4939 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4940  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4941 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4942 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4943  9.849960e-03  0.0076738060   6006933         14.514         18.378
4944  3.841711e-03  0.0138762899    631751          6.504          9.981
4945  4.285714e-03 -0.0014285714       131          7.257          6.736
4946  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4947  5.320395e-02  0.0419943115   7361313         37.661         22.426
4948  2.063682e-02  0.0001328551    949188         13.464         13.191
4949  2.063682e-02  0.0001328551    949188         13.464         13.191
4950 -2.410819e-02 -0.0273422187  64474490         17.011         11.933
4951  3.841711e-03  0.0138762899    631751          6.504          9.981
4952  5.320395e-02  0.0419943115   7361313         37.661         22.426
4953  2.730997e-03 -0.0050068275  12876200         15.943         16.327
4954  7.293946e-04 -0.0102115244   8857829         13.040         12.527
4955  2.063682e-02  0.0001328551    949188         13.464         13.191
4956  2.260198e-02  0.0297684675  23151248         12.614         17.694
4957  9.509658e-03  0.0359583952  36376366         23.524         25.719
4958  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4959  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4960  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4961 -1.430884e-03 -0.0219228158        66         16.185         15.873
4962  1.122594e-02  0.0146115467   5025223         20.760         21.436
4963  2.730997e-03 -0.0050068275  12876200         15.943         16.327
4964  5.320395e-02  0.0419943115   7361313         37.661         22.426
4965  3.356618e-03  0.0047174091   4379361         10.712         11.738
4966  2.063682e-02  0.0001328551    949188         13.464         13.191
4967  2.063682e-02  0.0001328551    949188         13.464         13.191
4968 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4969  5.320395e-02  0.0419943115   7361313         37.661         22.426
4970  7.293946e-04 -0.0102115244   8857829         13.040         12.527
4971  3.841711e-03  0.0138762899    631751          6.504          9.981
4972 -2.410819e-02 -0.0273422187  64474490         17.011         11.933
4973  5.111952e-03  0.0049074737   5701674          8.910         11.527
4974  5.111952e-03  0.0049074737   5701674          8.910         11.527
4975  5.111952e-03  0.0049074737   5701674          8.910         11.527
4976  1.906578e-02  0.0170230151  32637919         12.419         12.557
4977  5.111952e-03  0.0049074737   5701674          8.910         11.527
4978  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4979  5.111952e-03  0.0049074737   5701674          8.910         11.527
4980  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4981  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4982  5.111952e-03  0.0049074737   5701674          8.910         11.527
4983  1.906578e-02  0.0170230151  32637919         12.419         12.557
4984 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4985  5.111952e-03  0.0049074737   5701674          8.910         11.527
4986  2.063682e-02  0.0001328551    949188         13.464         13.191
4987  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4988  1.238867e-02 -0.0204384563   2656509         64.606         39.116
4989 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4990  2.826633e-03 -0.0173785595   3146438         15.457         11.093
4991  2.218700e-02  0.0362519810      5600         14.593         33.911
4992 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4993  3.841711e-03  0.0138762899    631751          6.504          9.981
4994  5.111952e-03  0.0049074737   5701674          8.910         11.527
4995 -1.430884e-03 -0.0219228158        66         16.185         15.873
4996 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4997  3.841711e-03  0.0138762899    631751          6.504          9.981
4998  5.111952e-03  0.0049074737   5701674          8.910         11.527
4999  2.730997e-03 -0.0050068275  12876200         15.943         16.327
5000  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5001  2.218700e-02  0.0362519810      5600         14.593         33.911
5002 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5003 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5004  5.320395e-02  0.0419943115   7361313         37.661         22.426
5005  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5006 -2.466571e-03  0.0118135791   4328258         18.369         28.401
5007 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5008  2.739726e-02  0.0184633711   2498983         17.242         12.305
5009  5.111952e-03  0.0049074737   5701674          8.910         11.527
5010  7.293946e-04 -0.0102115244   8857829         13.040         12.527
5011  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5012  3.841711e-03  0.0138762899    631751          6.504          9.981
5013  3.841711e-03  0.0138762899    631751          6.504          9.981
5014  3.841711e-03  0.0138762899    631751          6.504          9.981
5015  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5016  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5017  3.841711e-03  0.0138762899    631751          6.504          9.981
5018  3.841711e-03  0.0138762899    631751          6.504          9.981
5019  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5020  5.320395e-02  0.0419943115   7361313         37.661         22.426
5021  5.111952e-03  0.0049074737   5701674          8.910         11.527
5022  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5023 -3.944537e-03  0.0156586182    490950         21.071         13.661
5024  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5025  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5026  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5027  1.122594e-02  0.0146115467   5025223         20.760         21.436
5028  2.218700e-02  0.0362519810      5600         14.593         33.911
5029  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5030  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5031  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5032 -2.466571e-03  0.0118135791   4328258         18.369         28.401
5033  3.841711e-03  0.0138762899    631751          6.504          9.981
5034  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5035 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5036 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5037  2.260198e-02  0.0297684675  23151248         12.614         17.694
5038  5.111952e-03  0.0049074737   5701674          8.910         11.527
5039  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5040  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5041  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5042  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5043  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5044  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5045  9.410062e-03  0.0015080227   2922416         10.749          7.940
5046  1.957373e-03  0.0043497173   6560545          5.748          9.892
5047  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5048  2.784467e-03 -0.0139975918   1319766         10.563          9.869
5049 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5050  5.111952e-03  0.0049074737   5701674          8.910         11.527
5051 -2.466571e-03  0.0118135791   4328258         18.369         28.401
5052 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
5053  5.320395e-02  0.0419943115   7361313         37.661         22.426
5054  2.063682e-02  0.0001328551    949188         13.464         13.191
5055  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5056  9.509658e-03  0.0359583952  36376366         23.524         25.719
5057 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5058  2.218700e-02  0.0362519810      5600         14.593         33.911
5059  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5060  3.841711e-03  0.0138762899    631751          6.504          9.981
5061 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
5062  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5063  1.238867e-02 -0.0204384563   2656509         64.606         39.116
5064 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5065  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5066  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5067  3.841711e-03  0.0138762899    631751          6.504          9.981
5068  2.063682e-02  0.0001328551    949188         13.464         13.191
5069 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5070 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
5071 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5072  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5073 -9.106704e-03 -0.0181534959   2873004         12.382         14.080
5074  5.320395e-02  0.0419943115   7361313         37.661         22.426
5075  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5076 -3.175520e-03  0.0097327615   2658731         17.217         19.445
5077  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5078  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5079 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5080  2.826633e-03 -0.0173785595   3146438         15.457         11.093
5081 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
5082  5.111952e-03  0.0049074737   5701674          8.910         11.527
5083  5.320395e-02  0.0419943115   7361313         37.661         22.426
5084 -2.466571e-03  0.0118135791   4328258         18.369         28.401
5085  1.122594e-02  0.0146115467   5025223         20.760         21.436
5086  3.841711e-03  0.0138762899    631751          6.504          9.981
5087  3.841711e-03  0.0138762899    631751          6.504          9.981
5088 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5089 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
5090  3.841711e-03  0.0138762899    631751          6.504          9.981
5091  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5092  5.111952e-03  0.0049074737   5701674          8.910         11.527
5093  3.841711e-03  0.0138762899    631751          6.504          9.981
5094 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5095 -9.106704e-03 -0.0181534959   2873004         12.382         14.080
5096 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
5097 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5098  9.410062e-03  0.0015080227   2922416         10.749          7.940
5099 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5100  7.293946e-04 -0.0102115244   8857829         13.040         12.527
5101 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5102  3.841711e-03  0.0138762899    631751          6.504          9.981
5103  5.320395e-02  0.0419943115   7361313         37.661         22.426
5104  3.841711e-03  0.0138762899    631751          6.504          9.981
5105  2.260198e-02  0.0297684675  23151248         12.614         17.694
5106 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5107  3.841711e-03  0.0138762899    631751          6.504          9.981
5108  2.063682e-02  0.0001328551    949188         13.464         13.191
5109  5.320395e-02  0.0419943115   7361313         37.661         22.426
5110  5.320395e-02  0.0419943115   7361313         37.661         22.426
5111  3.690037e-03 -0.0085154698   3725000         10.743          8.682
5112  9.410062e-03  0.0015080227   2922416         10.749          7.940
5113 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5114 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5115  9.410062e-03  0.0015080227   2922416         10.749          7.940
5116 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5117 -6.539834e-02 -0.0719381688   7180977         45.853         37.117
5118  1.122594e-02  0.0146115467   5025223         20.760         21.436
5119  5.320395e-02  0.0419943115   7361313         37.661         22.426
5120  3.841711e-03  0.0138762899    631751          6.504          9.981
5121  3.841711e-03  0.0138762899    631751          6.504          9.981
5122  2.063682e-02  0.0001328551    949188         13.464         13.191
5123  2.218700e-02  0.0362519810      5600         14.593         33.911
5124  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5125 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5126 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5127  1.122594e-02  0.0146115467   5025223         20.760         21.436
5128  3.841711e-03  0.0138762899    631751          6.504          9.981
5129 -4.809405e-03 -0.0128250802  14619169         11.605         14.936
5130 -9.106704e-03 -0.0181534959   2873004         12.382         14.080
5131  4.285714e-03 -0.0014285714       131          7.257          6.736
5132  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5133  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5134  1.122594e-02  0.0146115467   5025223         20.760         21.436
5135  1.122594e-02  0.0146115467   5025223         20.760         21.436
5136 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5137  4.319136e-03  0.0014397121   9754213          4.698          7.037
5138  2.260198e-02  0.0297684675  23151248         12.614         17.694
5139 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5140 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5141  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5142  3.841711e-03  0.0138762899    631751          6.504          9.981
5143 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
5144 -9.106704e-03 -0.0181534959   2873004         12.382         14.080
5145  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5146  3.841711e-03  0.0138762899    631751          6.504          9.981
5147  3.690037e-03 -0.0085154698   3725000         10.743          8.682
5148 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5149 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5150  5.320395e-02  0.0419943115   7361313         37.661         22.426
5151  1.122594e-02  0.0146115467   5025223         20.760         21.436
5152  2.063682e-02  0.0001328551    949188         13.464         13.191
5153  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5154 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5155  5.320395e-02  0.0419943115   7361313         37.661         22.426
5156  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5157  3.841711e-03  0.0138762899    631751          6.504          9.981
5158  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5159 -9.106704e-03 -0.0181534959   2873004         12.382         14.080
5160 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5161  3.841711e-03  0.0138762899    631751          6.504          9.981
5162 -1.489869e-02 -0.0119189511   5357016         16.865         14.046
5163  4.319136e-03  0.0014397121   9754213          4.698          7.037
5164 -9.106704e-03 -0.0181534959   2873004         12.382         14.080
5165  5.111952e-03  0.0049074737   5701674          8.910         11.527
5166  3.356618e-03  0.0047174091   4379361         10.712         11.738
5167  1.122594e-02  0.0146115467   5025223         20.760         21.436
5168  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5169 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
5170  3.841711e-03  0.0138762899    631751          6.504          9.981
5171  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5172  2.218700e-02  0.0362519810      5600         14.593         33.911
5173  4.319136e-03  0.0014397121   9754213          4.698          7.037
5174  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5175  3.841711e-03  0.0138762899    631751          6.504          9.981
5176  9.410062e-03  0.0015080227   2922416         10.749          7.940
5177 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5178  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5179 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
5180 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5181  7.293946e-04 -0.0102115244   8857829         13.040         12.527
5182  3.841711e-03  0.0138762899    631751          6.504          9.981
5183  3.841711e-03  0.0138762899    631751          6.504          9.981
5184 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5185 -3.630257e-02 -0.0212697905  11598383         37.690         23.732
5186 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5187  5.320395e-02  0.0419943115   7361313         37.661         22.426
5188  9.410062e-03  0.0015080227   2922416         10.749          7.940
5189 -3.175520e-03  0.0097327615   2658731         17.217         19.445
5190  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5191  6.307886e-02  0.0682803468   2189207         29.711         20.091
5192  1.185149e-02  0.0041722095   3568321         10.863          8.007
5193 -5.890485e-03 -0.0167698503   2186059         12.334         14.000
5194 -2.473543e-03 -0.1184854306   3755511         68.721         39.380
5195 -7.270524e-03 -0.0124204786   6920435         10.524         12.117
5196 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5197 -5.488157e-03 -0.0092432120  22051255         14.114         12.504
5198  9.966186e-03  0.0185086314   7009898         18.300         21.438
5199  4.973004e-03 -0.0071042910   5644300         10.777         11.467
5200  5.121173e-05 -0.0038607951       311          7.676          6.867
5201  5.355649e-02  0.0364853556   3352007         36.554         22.433
5202  5.121173e-05 -0.0038607951       311          7.676          6.867
5203  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5204 -2.473543e-03 -0.1184854306   3755511         68.721         39.380
5205  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5206  6.307886e-02  0.0682803468   2189207         29.711         20.091
5207 -7.270524e-03 -0.0124204786   6920435         10.524         12.117
5208  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5209 -2.348178e-02 -0.0251012146  43495830         20.860         15.977
5210  5.121173e-05 -0.0038607951       311          7.676          6.867
5211 -2.473543e-03 -0.1184854306   3755511         68.721         39.380
5212 -2.300917e-02 -0.0627958536  33637762         23.368         18.702
5213 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5214 -7.270524e-03 -0.0124204786   6920435         10.524         12.117
5215 -2.473543e-03 -0.1184854306   3755511         68.721         39.380
5216 -1.043970e-02 -0.0104396954   2969572         16.716         19.464
5217  6.307886e-02  0.0682803468   2189207         29.711         20.091
5218 -2.348178e-02 -0.0251012146  43495830         20.860         15.977
5219  5.355649e-02  0.0364853556   3352007         36.554         22.433
5220  6.307886e-02  0.0682803468   2189207         29.711         20.091
5221 -1.905464e-03 -0.0031347962   2129364         12.810         23.009
5222  1.983498e-02 -0.0020586996   1123627         16.266         17.011
5223  1.983498e-02 -0.0020586996   1123627         16.266         17.011
5224 -6.762849e-03 -0.0171325518  16391100         16.139         16.659
5225 -8.560371e-03 -0.0490458903   2163073         25.896         18.575
5226 -7.270524e-03 -0.0124204786   6920435         10.524         12.117
5227  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5228 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5229 -5.890485e-03 -0.0167698503   2186059         12.334         14.000
5230  5.355649e-02  0.0364853556   3352007         36.554         22.433
5231  2.222124e-02  0.0001774151   1149867         13.082         12.954
5232  5.355649e-02  0.0364853556   3352007         36.554         22.433
5233 -8.560371e-03 -0.0490458903   2163073         25.896         18.575
5234 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5235  5.121173e-05 -0.0038607951       311          7.676          6.867
5236  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5237  1.983498e-02 -0.0020586996   1123627         16.266         17.011
5238  1.251863e-02 -0.0017883756  37844704         23.357         25.722
5239 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5240  6.307886e-02  0.0682803468   2189207         29.711         20.091
5241 -7.270524e-03 -0.0124204786   6920435         10.524         12.117
5242  5.355649e-02  0.0364853556   3352007         36.554         22.433
5243  2.222124e-02  0.0001774151   1149867         13.082         12.954
5244  1.983498e-02 -0.0020586996   1123627         16.266         17.011
5245  1.983498e-02 -0.0020586996   1123627         16.266         17.011
5246 -2.169716e-02 -0.0415647098   2482273         15.447         13.663
5247  5.355649e-02  0.0364853556   3352007         36.554         22.433
5248  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5249  6.307886e-02  0.0682803468   2189207         29.711         20.091
5250  9.966186e-03  0.0185086314   7009898         18.300         21.438
5251  6.307886e-02  0.0682803468   2189207         29.711         20.091
5252  2.222124e-02  0.0001774151   1149867         13.082         12.954
5253  1.251863e-02 -0.0017883756  37844704         23.357         25.722
5254  5.355649e-02  0.0364853556   3352007         36.554         22.433
5255  5.121173e-05 -0.0038607951       311          7.676          6.867
5256 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5257  2.218700e-02  0.0324881141      5600         14.593         33.911
5258 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5259  5.355649e-02  0.0364853556   3352007         36.554         22.433
5260  5.355649e-02  0.0364853556   3352007         36.554         22.433
5261  5.355649e-02  0.0364853556   3352007         36.554         22.433
5262 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5263  5.355649e-02  0.0364853556   3352007         36.554         22.433
5264  5.355649e-02  0.0364853556   3352007         36.554         22.433
5265 -7.270524e-03 -0.0124204786   6920435         10.524         12.117
5266  5.355649e-02  0.0364853556   3352007         36.554         22.433
5267  5.355649e-02  0.0364853556   3352007         36.554         22.433
5268  5.355649e-02  0.0364853556   3352007         36.554         22.433
5269  5.355649e-02  0.0364853556   3352007         36.554         22.433
5270 -5.890485e-03 -0.0167698503   2186059         12.334         14.000
5271 -8.560371e-03 -0.0490458903   2163073         25.896         18.575
5272  6.307886e-02  0.0682803468   2189207         29.711         20.091
5273 -2.473543e-03 -0.1184854306   3755511         68.721         39.380
5274  5.355649e-02  0.0364853556   3352007         36.554         22.433
5275  2.222124e-02  0.0001774151   1149867         13.082         12.954
5276 -7.270524e-03 -0.0124204786   6920435         10.524         12.117
5277  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5278  5.355649e-02  0.0364853556   3352007         36.554         22.433
5279  2.800954e-02  0.0092797548   2088585         15.854         12.217
5280  6.307886e-02  0.0682803468   2189207         29.711         20.091
5281  5.355649e-02  0.0364853556   3352007         36.554         22.433
5282 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5283  5.355649e-02  0.0364853556   3352007         36.554         22.433
5284 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5285  5.355649e-02  0.0364853556   3352007         36.554         22.433
5286  9.192574e-02  0.0948333706   3604086         52.731         32.267
5287  5.355649e-02  0.0364853556   3352007         36.554         22.433
5288  5.355649e-02  0.0364853556   3352007         36.554         22.433
5289  5.355649e-02  0.0364853556   3352007         36.554         22.433
5290  5.355649e-02  0.0364853556   3352007         36.554         22.433
5291  5.355649e-02  0.0364853556   3352007         36.554         22.433
5292 -2.616884e-02 -0.0660243075  40918341         27.678         23.670
5293 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5294  5.355649e-02  0.0364853556   3352007         36.554         22.433
5295  5.355649e-02  0.0364853556   3352007         36.554         22.433
5296 -8.560371e-03 -0.0490458903   2163073         25.896         18.575
5297  6.307886e-02  0.0682803468   2189207         29.711         20.091
5298  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5299  5.355649e-02  0.0364853556   3352007         36.554         22.433
5300  5.355649e-02  0.0364853556   3352007         36.554         22.433
5301 -2.473543e-03 -0.1184854306   3755511         68.721         39.380
5302 -8.560371e-03 -0.0490458903   2163073         25.896         18.575
5303 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5304  1.185149e-02  0.0041722095   3568321         10.863          8.007
5305 -8.560371e-03 -0.0490458903   2163073         25.896         18.575
5306 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5307  2.174368e-02  0.0169349780  11046583         13.984         13.986
5308  2.222124e-02  0.0001774151   1149867         13.082         12.954
5309 -1.299309e-01 -0.1378609191  40679500         57.067         36.066
5310 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5311  4.267684e-03 -0.0005448107   2822423          9.568         11.597
5312 -8.560371e-03 -0.0490458903   2163073         25.896         18.575
5313  9.807483e-03  0.0036324010  46527703         16.766         16.705
5314  7.573936e-03 -0.0547006492  22307371         34.218         20.451
5315 -2.300917e-02 -0.0627958536  33637762         23.368         18.702
5316  3.950686e-02  0.0397870552  50786123         13.990         17.664
5317  9.966186e-03  0.0185086314   7009898         18.300         21.438
5318  6.307886e-02  0.0682803468   2189207         29.711         20.091
5319 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5320  9.966186e-03  0.0185086314   7009898         18.300         21.438
5321 -7.235232e-02 -0.0580216707  14510250         30.183         30.428
5322 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5323  3.458892e-02  0.0152002085   2254590         20.289         19.209
5324 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5325  3.982301e-02  0.0465934535   6630051         35.174         25.384
5326 -5.871425e-02 -0.0588870647   2789065         21.717         19.200
5327  3.458892e-02  0.0152002085   2254590         20.289         19.209
5328 -1.783803e-03  0.0032108455   6163492         26.887         24.853
5329 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5330  5.218312e-03  0.0002266144    816955          7.222         18.276
5331 -2.838284e-02 -0.0334983498    363548         17.582         23.901
5332 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5333  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5334  5.218312e-03  0.0002266144    816955          7.222         18.276
5335 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5336 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5337 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5338 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5339  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5340 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5341  3.458892e-02  0.0152002085   2254590         20.289         19.209
5342 -6.197814e-03 -0.0061978135       601         17.382         27.047
5343 -1.783803e-03  0.0032108455   6163492         26.887         24.853
5344  3.807326e-02  0.0366310932  16415238         21.166         19.543
5345 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5346 -1.788171e-02 -0.0154745530        35         23.799         14.479
5347  1.945225e-02  0.0078800904   3976326         31.851         23.719
5348 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5349  3.458892e-02  0.0152002085   2254590         20.289         19.209
5350  3.807326e-02  0.0366310932  16415238         21.166         19.543
5351  5.218312e-03  0.0002266144    816955          7.222         18.276
5352  1.923077e-02  0.0186480186   2810169         11.898         35.007
5353 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5354  1.303462e-02  0.0180971778  41527218         19.506         20.556
5355  5.218312e-03  0.0002266144    816955          7.222         18.276
5356 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5357  3.982301e-02  0.0465934535   6630051         35.174         25.384
5358  3.458892e-02  0.0152002085   2254590         20.289         19.209
5359  5.218312e-03  0.0002266144    816955          7.222         18.276
5360  5.218312e-03  0.0002266144    816955          7.222         18.276
5361 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5362  5.218312e-03  0.0002266144    816955          7.222         18.276
5363  3.807326e-02  0.0366310932  16415238         21.166         19.543
5364  3.807326e-02  0.0366310932  16415238         21.166         19.543
5365 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5366  1.303462e-02  0.0180971778  41527218         19.506         20.556
5367  5.218312e-03  0.0002266144    816955          7.222         18.276
5368  5.218312e-03  0.0002266144    816955          7.222         18.276
5369  5.218312e-03  0.0002266144    816955          7.222         18.276
5370 -1.783803e-03  0.0032108455   6163492         26.887         24.853
5371 -2.266369e-02 -0.0226636920       225         31.266         26.721
5372 -3.303355e-02 -0.0117606365  11509224         16.150         15.007
5373  3.301727e-02  0.0208262784  25307601         27.005         22.518
5374  5.218312e-03  0.0002266144    816955          7.222         18.276
5375 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5376 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5377 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5378 -5.057159e-02 -0.0488277466  12158198         17.031         16.585
5379  3.458892e-02  0.0152002085   2254590         20.289         19.209
5380  3.622047e-02  0.0885826772  29634150         34.609         27.873
5381  5.218312e-03  0.0002266144    816955          7.222         18.276
5382  3.301727e-02  0.0208262784  25307601         27.005         22.518
5383 -4.511950e-02 -0.0205494751    770037         28.847         34.533
5384 -1.783803e-03  0.0032108455   6163492         26.887         24.853
5385  3.458892e-02  0.0152002085   2254590         20.289         19.209
5386  3.807326e-02  0.0366310932  16415238         21.166         19.543
5387  1.451646e-02  0.0241259456  53965969         14.358         16.342
5388  1.923077e-02  0.0186480186   2810169         11.898         35.007
5389  5.218312e-03  0.0002266144    816955          7.222         18.276
5390 -5.057159e-02 -0.0488277466  12158198         17.031         16.585
5391  3.807326e-02  0.0366310932  16415238         21.166         19.543
5392  3.807326e-02  0.0366310932  16415238         21.166         19.543
5393  3.807326e-02  0.0366310932  16415238         21.166         19.543
5394  3.807326e-02  0.0366310932  16415238         21.166         19.543
5395  3.807326e-02  0.0366310932  16415238         21.166         19.543
5396  1.303462e-02  0.0180971778  41527218         19.506         20.556
5397 -3.303355e-02 -0.0117606365  11509224         16.150         15.007
5398 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5399  3.807326e-02  0.0366310932  16415238         21.166         19.543
5400  3.807326e-02  0.0366310932  16415238         21.166         19.543
5401 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5402  3.114786e-02  0.0165352817  11198800         17.772         39.685
5403 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5404 -5.059764e-02 -0.0452673235   6364574         18.208         15.936
5405 -5.059764e-02 -0.0452673235   6364574         18.208         15.936
5406 -1.783803e-03  0.0032108455   6163492         26.887         24.853
5407  1.923077e-02  0.0186480186   2810169         11.898         35.007
5408 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5409  3.458892e-02  0.0152002085   2254590         20.289         19.209
5410  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5411  5.218312e-03  0.0002266144    816955          7.222         18.276
5412 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5413  5.218312e-03  0.0002266144    816955          7.222         18.276
5414 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5415  3.807326e-02  0.0366310932  16415238         21.166         19.543
5416  3.622047e-02  0.0885826772  29634150         34.609         27.873
5417  5.218312e-03  0.0002266144    816955          7.222         18.276
5418  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5419  3.807326e-02  0.0366310932  16415238         21.166         19.543
5420  1.303462e-02  0.0180971778  41527218         19.506         20.556
5421  1.938344e-02  0.0327799814   1054855         16.375         24.500
5422 -1.493599e-02 -0.0213371266   2021893         28.321         30.092
5423 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5424 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5425  1.938344e-02  0.0327799814   1054855         16.375         24.500
5426 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5427  5.218312e-03  0.0002266144    816955          7.222         18.276
5428 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5429 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5430  3.982301e-02  0.0465934535   6630051         35.174         25.384
5431  3.807326e-02  0.0366310932  16415238         21.166         19.543
5432 -1.312515e-02 -0.0067386710     27656         14.336         15.115
5433 -6.183973e-03  0.0000000000  29935204         22.845         25.838
5434  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5435 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5436  5.218312e-03  0.0002266144    816955          7.222         18.276
5437 -4.258443e-02 -0.0337738620     45625         53.700         46.270
5438  3.807326e-02  0.0366310932  16415238         21.166         19.543
5439 -3.303355e-02 -0.0117606365  11509224         16.150         15.007
5440 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5441  5.218312e-03  0.0002266144    816955          7.222         18.276
5442 -1.783803e-03  0.0032108455   6163492         26.887         24.853
5443 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5444 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5445 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5446 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5447  5.218312e-03  0.0002266144    816955          7.222         18.276
5448  5.218312e-03  0.0002266144    816955          7.222         18.276
5449  3.458892e-02  0.0152002085   2254590         20.289         19.209
5450 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5451 -4.462546e-02 -0.0426775279  30984403         21.177         16.916
5452  3.301727e-02  0.0208262784  25307601         27.005         22.518
5453  1.303462e-02  0.0180971778  41527218         19.506         20.556
5454  1.923077e-02  0.0186480186   2810169         11.898         35.007
5455 -3.303355e-02 -0.0117606365  11509224         16.150         15.007
5456  5.218312e-03  0.0002266144    816955          7.222         18.276
5457  3.458892e-02  0.0152002085   2254590         20.289         19.209
5458  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5459 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5460 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5461  5.218312e-03  0.0002266144    816955          7.222         18.276
5462  2.800065e-02  0.0045849026   7164094         20.428         34.859
5463 -1.788171e-02 -0.0154745530        35         23.799         14.479
5464 -2.617361e-02 -0.0262936727  18592679          8.338          9.676
5465  1.661461e-02  0.0051837576   6943713         27.891         16.623
5466  6.853200e-03  0.0086208526   3017778         13.114         17.448
5467 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5468 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5469  3.458892e-02  0.0152002085   2254590         20.289         19.209
5470  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5471  5.218312e-03  0.0002266144    816955          7.222         18.276
5472  5.218312e-03  0.0002266144    816955          7.222         18.276
5473 -5.608804e-02 -0.0536031239 122131900         24.239         20.212
5474  3.982301e-02  0.0465934535   6630051         35.174         25.384
5475  5.218312e-03  0.0002266144    816955          7.222         18.276
5476 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5477  3.807326e-02  0.0366310932  16415238         21.166         19.543
5478 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5479  1.303462e-02  0.0180971778  41527218         19.506         20.556
5480 -6.347023e-02 -0.0744743565  33268492         15.063         22.322
5481  3.807326e-02  0.0366310932  16415238         21.166         19.543
5482 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5483  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5484  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5485  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5486 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5487 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5488 -6.197814e-03 -0.0061978135       601         17.382         27.047
5489  5.218312e-03  0.0002266144    816955          7.222         18.276
5490  6.853200e-03  0.0086208526   3017778         13.114         17.448
5491 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5492  1.938344e-02  0.0327799814   1054855         16.375         24.500
5493 -1.647521e-02 -0.0219165659   4505857         16.347         29.772
5494 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5495 -2.266369e-02 -0.0226636920       225         31.266         26.721
5496  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5497  3.807326e-02  0.0366310932  16415238         21.166         19.543
5498 -6.183973e-03  0.0000000000  29935204         22.845         25.838
5499  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5500  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5501  3.807326e-02  0.0366310932  16415238         21.166         19.543
5502  3.301727e-02  0.0208262784  25307601         27.005         22.518
5503 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5504 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5505 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5506  3.807326e-02  0.0366310932  16415238         21.166         19.543
5507  3.982301e-02  0.0465934535   6630051         35.174         25.384
5508 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5509  2.800065e-02  0.0045849026   7164094         20.428         34.859
5510  3.807326e-02  0.0366310932  16415238         21.166         19.543
5511 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5512  3.458892e-02  0.0152002085   2254590         20.289         19.209
5513 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5514 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5515  5.218312e-03  0.0002266144    816955          7.222         18.276
5516  3.807326e-02  0.0366310932  16415238         21.166         19.543
5517 -2.555366e-03  0.0049687677   7279900         10.631         13.370
5518 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5519 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5520 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5521 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5522  3.458892e-02  0.0152002085   2254590         20.289         19.209
5523  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5524 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5525  3.807326e-02  0.0366310932  16415238         21.166         19.543
5526 -1.750305e-02 -0.0169797058   6023705         11.446         12.567
5527 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5528  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5529  1.923077e-02  0.0186480186   2810169         11.898         35.007
5530 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5531 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5532 -1.750305e-02 -0.0169797058   6023705         11.446         12.567
5533 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5534 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5535 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5536  3.114786e-02  0.0165352817  11198800         17.772         39.685
5537 -6.197814e-03 -0.0061978135       601         17.382         27.047
5538 -4.672897e-02 -0.0415063222  49831258         21.119         21.953
5539 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5540 -5.750086e-03 -0.0123583934   5983960          9.909         11.973
5541 -4.339372e-02 -0.0398116876   5328348         13.543         13.409
5542 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5543 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5544 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5545  2.800065e-02  0.0045849026   7164094         20.428         34.859
5546 -3.303355e-02 -0.0117606365  11509224         16.150         15.007
5547  5.218312e-03  0.0002266144    816955          7.222         18.276
5548  3.982301e-02  0.0465934535   6630051         35.174         25.384
5549 -4.511950e-02 -0.0205494751    770037         28.847         34.533
5550  3.458892e-02  0.0152002085   2254590         20.289         19.209
5551  3.807326e-02  0.0366310932  16415238         21.166         19.543
5552 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5553  3.982301e-02  0.0465934535   6630051         35.174         25.384
5554 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5555 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5556  3.807326e-02  0.0366310932  16415238         21.166         19.543
5557 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5558  5.218312e-03  0.0002266144    816955          7.222         18.276
5559 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5560  1.303462e-02  0.0180971778  41527218         19.506         20.556
5561  3.458892e-02  0.0152002085   2254590         20.289         19.209
5562 -1.292460e-02 -0.0142884978   6500769          7.069         13.597
5563 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5564 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5565  3.301727e-02  0.0208262784  25307601         27.005         22.518
5566  3.412245e-02  0.0365714286   2035123         22.884         57.595
5567 -3.303355e-02 -0.0117606365  11509224         16.150         15.007
5568  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5569 -7.805531e-03 -0.0042372881  34145303         20.926         28.189
5570  5.218312e-03  0.0002266144    816955          7.222         18.276
5571  3.458892e-02  0.0152002085   2254590         20.289         19.209
5572 -1.063208e-02 -0.0028040659    854472          8.806         14.442
5573 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5574  5.218312e-03  0.0002266144    816955          7.222         18.276
5575  3.807326e-02  0.0366310932  16415238         21.166         19.543
5576  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5577  2.800065e-02  0.0045849026   7164094         20.428         34.859
5578 -2.838284e-02 -0.0334983498    363548         17.582         23.901
5579 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5580  3.982301e-02  0.0465934535   6630051         35.174         25.384
5581  5.218312e-03  0.0002266144    816955          7.222         18.276
5582 -1.750305e-02 -0.0169797058   6023705         11.446         12.567
5583 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5584 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5585 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5586  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5587 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5588  3.807326e-02  0.0366310932  16415238         21.166         19.543
5589  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5590 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5591 -4.511950e-02 -0.0205494751    770037         28.847         34.533
5592 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5593  2.800065e-02  0.0045849026   7164094         20.428         34.859
5594 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5595 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5596 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5597  5.218312e-03  0.0002266144    816955          7.222         18.276
5598 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5599  3.807326e-02  0.0366310932  16415238         21.166         19.543
5600 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5601 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5602  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5603  5.218312e-03  0.0002266144    816955          7.222         18.276
5604 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5605 -4.511950e-02 -0.0205494751    770037         28.847         34.533
5606 -7.805531e-03 -0.0042372881  34145303         20.926         28.189
5607 -6.279102e-03 -0.0206086062   2970051         20.287         17.197
5608  1.303462e-02  0.0180971778  41527218         19.506         20.556
5609  3.807326e-02  0.0366310932  16415238         21.166         19.543
5610  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5611 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5612  1.451646e-02  0.0241259456  53965969         14.358         16.342
5613 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5614 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5615 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5616  3.982301e-02  0.0465934535   6630051         35.174         25.384
5617 -1.788171e-02 -0.0154745530        35         23.799         14.479
5618  5.218312e-03  0.0002266144    816955          7.222         18.276
5619 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5620 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5621  5.218312e-03  0.0002266144    816955          7.222         18.276
5622 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5623  2.786214e-02  0.0242968441  15962025         43.233         35.080
5624 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5625  5.218312e-03  0.0002266144    816955          7.222         18.276
5626  5.218312e-03  0.0002266144    816955          7.222         18.276
5627  5.218312e-03  0.0002266144    816955          7.222         18.276
5628 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5629 -1.788171e-02 -0.0154745530        35         23.799         14.479
5630 -4.462546e-02 -0.0426775279  30984403         21.177         16.916
5631  3.458892e-02  0.0152002085   2254590         20.289         19.209
5632  1.303462e-02  0.0180971778  41527218         19.506         20.556
5633  3.458892e-02  0.0152002085   2254590         20.289         19.209
5634 -1.307514e-02 -0.0223435948  12551210         18.549         19.460
5635  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5636 -5.871425e-02 -0.0588870647   2789065         21.717         19.200
5637  2.185022e-02 -0.0154185022      2500         43.039         53.141
5638 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5639 -1.292460e-02 -0.0142884978   6500769          7.069         13.597
5640  5.218312e-03  0.0002266144    816955          7.222         18.276
5641 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5642  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5643  5.218312e-03  0.0002266144    816955          7.222         18.276
5644  3.807326e-02  0.0366310932  16415238         21.166         19.543
5645 -1.307514e-02 -0.0223435948  12551210         18.549         19.460
5646  3.807326e-02  0.0366310932  16415238         21.166         19.543
5647  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5648 -2.555366e-03  0.0049687677   7279900         10.631         13.370
5649  3.807326e-02  0.0366310932  16415238         21.166         19.543
5650  3.807326e-02  0.0366310932  16415238         21.166         19.543
5651  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5652 -5.871425e-02 -0.0588870647   2789065         21.717         19.200
5653 -1.152815e-02 -0.0227882038  30749464         16.737         20.046
5654 -5.608804e-02 -0.0536031239 122131900         24.239         20.212
5655 -1.750305e-02 -0.0169797058   6023705         11.446         12.567
5656 -1.152815e-02 -0.0227882038  30749464         16.737         20.046
5657  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5658  3.807326e-02  0.0366310932  16415238         21.166         19.543
5659  3.807326e-02  0.0366310932  16415238         21.166         19.543
5660 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5661 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5662 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5663 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5664 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5665  1.303462e-02  0.0180971778  41527218         19.506         20.556
5666  2.207568e-02  0.0148818914   3648563         18.902         16.817
5667 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5668  2.800065e-02  0.0045849026   7164094         20.428         34.859
5669  5.218312e-03  0.0002266144    816955          7.222         18.276
5670  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5671 -1.788171e-02 -0.0154745530        35         23.799         14.479
5672  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5673 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5674 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5675 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5676 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5677 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5678 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5679 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5680  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5681 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5682 -3.303355e-02 -0.0117606365  11509224         16.150         15.007
5683 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5684 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5685 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5686 -6.183973e-03  0.0000000000  29935204         22.845         25.838
5687 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5688  3.458892e-02  0.0152002085   2254590         20.289         19.209
5689 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5690 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5691 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5692  3.982301e-02  0.0465934535   6630051         35.174         25.384
5693  3.807326e-02  0.0366310932  16415238         21.166         19.543
5694 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5695 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5696  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5697 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5698 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5699  3.301727e-02  0.0208262784  25307601         27.005         22.518
5700 -1.750305e-02 -0.0169797058   6023705         11.446         12.567
5701 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5702 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5703  5.218312e-03  0.0002266144    816955          7.222         18.276
5704 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5705 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5706 -5.057159e-02 -0.0488277466  12158198         17.031         16.585
5707 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5708 -1.783803e-03  0.0032108455   6163492         26.887         24.853
5709  3.807326e-02  0.0366310932  16415238         21.166         19.543
5710 -9.293966e-03 -0.0076558616  68055442         17.529         37.926
5711 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5712 -5.059764e-02 -0.0452673235   6364574         18.208         15.936
5713 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5714  3.807326e-02  0.0366310932  16415238         21.166         19.543
5715 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5716 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5717 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5718 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5719 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5720  1.923077e-02  0.0186480186   2810169         11.898         35.007
5721 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5722  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5723 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5724 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5725 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5726 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5727 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5728 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5729 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5730 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5731 -2.555366e-03  0.0049687677   7279900         10.631         13.370
5732  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5733 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5734  3.807326e-02  0.0366310932  16415238         21.166         19.543
5735  5.218312e-03  0.0002266144    816955          7.222         18.276
5736 -1.748219e-02 -0.0247980998   9258403         11.450         13.969
5737 -5.341362e-02 -0.0599549471   1809890         20.512         19.196
5738  7.881773e-03  0.0128078818   4973450         20.585         34.472
5739  3.275401e-02  0.0275178253   3016883         32.326         23.121
5740 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5741 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5742 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5743 -1.479711e-02 -0.0188679245   5567852          6.530         13.484
5744 -1.151431e-02 -0.0090718772  12756391         16.665         14.463
5745  1.571600e-03 -0.0065126594    736700          8.913         18.708
5746  3.728526e-02  0.0306808316   1888081         20.076         19.524
5747 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5748 -8.219712e-02 -0.1047915855  20546412         39.509         30.916
5749  4.799371e-02  0.0908733281  12868600         35.124         27.698
5750  8.522727e-03  0.0181818182  11535245         23.337         19.987
5751 -1.748219e-02 -0.0247980998   9258403         11.450         13.969
5752  8.522727e-03  0.0181818182  11535245         23.337         19.987
5753 -2.133910e-02 -0.0448398182   4683390         11.704         14.311
5754 -1.151431e-02 -0.0090718772  12756391         16.665         14.463
5755  3.728526e-02  0.0306808316   1888081         20.076         19.524
5756  3.728526e-02  0.0306808316   1888081         20.076         19.524
5757  1.571600e-03 -0.0065126594    736700          8.913         18.708
5758  2.688519e-02  0.0203467114   4107094         25.931         40.724
5759 -5.341362e-02 -0.0599549471   1809890         20.512         19.196
5760 -5.341362e-02 -0.0599549471   1809890         20.512         19.196
5761 -1.151431e-02 -0.0090718772  12756391         16.665         14.463
5762 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5763  8.522727e-03  0.0181818182  11535245         23.337         19.987
5764  2.688519e-02  0.0203467114   4107094         25.931         40.724
5765 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5766 -4.255673e-02 -0.0595960436   3141930         21.246         18.115
5767 -3.045464e-03 -0.0019577986  12468785          7.795         11.239
5768 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5769 -2.958904e-02 -0.0463013699  31437115         20.868         21.913
5770 -3.734827e-03 -0.0296118447   2022456         23.452         18.799
5771  7.881773e-03  0.0128078818   4973450         20.585         34.472
5772 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5773 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5774  2.963834e-02  0.0173384845  82027614         21.468         37.659
5775  2.688519e-02  0.0203467114   4107094         25.931         40.724
5776 -1.748219e-02 -0.0247980998   9258403         11.450         13.969
5777  2.688519e-02  0.0203467114   4107094         25.931         40.724
5778  6.615994e-02  0.0478000214   6219531         34.897         25.373
5779 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5780 -2.941176e-02 -0.0381558029  52458736         15.962         16.255
5781 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5782 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5783 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5784  6.615994e-02  0.0478000214   6219531         34.897         25.373
5785  6.615994e-02  0.0478000214   6219531         34.897         25.373
5786  8.522727e-03  0.0181818182  11535245         23.337         19.987
5787  7.881773e-03  0.0128078818   4973450         20.585         34.472
5788 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5789 -8.850581e-03 -0.0217504483   4279176          9.462         12.604
5790  2.113917e-02  0.0217263652   2640453         12.157         35.009
5791  2.688519e-02  0.0203467114   4107094         25.931         40.724
5792 -5.341362e-02 -0.0599549471   1809890         20.512         19.196
5793  2.113917e-02  0.0217263652   2640453         12.157         35.009
5794  2.113917e-02  0.0217263652   2640453         12.157         35.009
5795  2.113917e-02  0.0217263652   2640453         12.157         35.009
5796 -1.120996e-02 -0.0375444840  31242412         20.610         15.853
5797  2.113917e-02  0.0217263652   2640453         12.157         35.009
5798 -1.151431e-02 -0.0090718772  12756391         16.665         14.463
5799 -8.988921e-03 -0.0035537593       150         25.171         15.042
5800  3.306773e-02  0.0434262948  13387754         42.434         31.597
5801  1.119069e-03  0.0015666965  26656272         16.959         28.237
5802  7.881773e-03  0.0128078818   4973450         20.585         34.472
5803 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5804  2.113917e-02  0.0217263652   2640453         12.157         35.009
5805  2.688519e-02  0.0203467114   4107094         25.931         40.724
5806  6.615994e-02  0.0478000214   6219531         34.897         25.373
5807 -4.114866e-02 -0.0099807389   5410523         28.686         24.845
5808 -8.563110e-05 -0.0075355369   4956550          9.216         11.514
5809  4.180468e-02  0.0438606511  20182523         27.571         22.808
5810 -1.151431e-02 -0.0090718772  12756391         16.665         14.463
5811 -4.741463e-02 -0.0827317073  23909026         15.547         22.335
5812 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5813  2.688519e-02  0.0203467114   4107094         25.931         40.724
5814 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5815  8.522727e-03  0.0181818182  11535245         23.337         19.987
5816  8.522727e-03  0.0181818182  11535245         23.337         19.987
5817  7.881773e-03  0.0128078818   4973450         20.585         34.472
5818  7.881773e-03  0.0128078818   4973450         20.585         34.472
5819  8.522727e-03  0.0181818182  11535245         23.337         19.987
5820  2.123870e-02  0.0080844067  22913842         14.463         10.969
5821  8.522727e-03  0.0181818182  11535245         23.337         19.987
5822 -1.151431e-02 -0.0090718772  12756391         16.665         14.463
5823  4.180468e-02  0.0438606511  20182523         27.571         22.808
5824 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5825  2.688519e-02  0.0203467114   4107094         25.931         40.724
5826  6.615994e-02  0.0478000214   6219531         34.897         25.373
5827  2.688519e-02  0.0203467114   4107094         25.931         40.724
5828 -2.636419e-02 -0.0447578173   3445157         13.531         13.410
5829  2.688519e-02  0.0203467114   4107094         25.931         40.724
5830  7.358177e-03 -0.0118680275  29532132         16.523         21.837
5831  1.180941e-02  0.0229172757  39759288         19.421         20.692
5832  1.979065e-02  0.0097141986   3028659         12.255         17.489
5833  2.113917e-02  0.0217263652   2640453         12.157         35.009
5834 -8.988921e-03 -0.0035537593       150         25.171         15.042
5835  4.180468e-02  0.0438606511  20182523         27.571         22.808
5836  8.522727e-03  0.0181818182  11535245         23.337         19.987
5837 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5838  3.728526e-02  0.0306808316   1888081         20.076         19.524
5839  3.728526e-02  0.0306808316   1888081         20.076         19.524
5840  3.728526e-02  0.0306808316   1888081         20.076         19.524
5841 -8.988921e-03 -0.0035537593       150         25.171         15.042
5842  3.728526e-02  0.0306808316   1888081         20.076         19.524
5843  3.728526e-02  0.0306808316   1888081         20.076         19.524
5844 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5845  3.728526e-02  0.0306808316   1888081         20.076         19.524
5846  3.728526e-02  0.0306808316   1888081         20.076         19.524
5847 -4.255673e-02 -0.0595960436   3141930         21.246         18.115
5848 -8.988921e-03 -0.0035537593       150         25.171         15.042
5849  3.728526e-02  0.0306808316   1888081         20.076         19.524
5850  1.571600e-03 -0.0065126594    736700          8.913         18.708
5851  8.522727e-03  0.0181818182  11535245         23.337         19.987
5852  3.728526e-02  0.0306808316   1888081         20.076         19.524
5853 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5854  3.728526e-02  0.0306808316   1888081         20.076         19.524
5855  3.728526e-02  0.0306808316   1888081         20.076         19.524
5856  3.728526e-02  0.0306808316   1888081         20.076         19.524
5857 -1.151431e-02 -0.0090718772  12756391         16.665         14.463
5858  2.688519e-02  0.0203467114   4107094         25.931         40.724
5859  8.522727e-03  0.0181818182  11535245         23.337         19.987
5860  6.615994e-02  0.0478000214   6219531         34.897         25.373
5861 -8.988921e-03 -0.0035537593       150         25.171         15.042
5862  2.113917e-02  0.0217263652   2640453         12.157         35.009
5863 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5864  2.113917e-02  0.0217263652   2640453         12.157         35.009
5865  7.358177e-03 -0.0118680275  29532132         16.523         21.837
5866  2.113917e-02  0.0217263652   2640453         12.157         35.009
5867  3.728526e-02  0.0306808316   1888081         20.076         19.524
5868  1.571600e-03 -0.0065126594    736700          8.913         18.708
5869 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5870  3.728526e-02  0.0306808316   1888081         20.076         19.524
5871 -8.988921e-03 -0.0035537593       150         25.171         15.042
5872 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5873 -4.255673e-02 -0.0595960436   3141930         21.246         18.115
5874  3.728526e-02  0.0306808316   1888081         20.076         19.524
5875  1.180941e-02  0.0229172757  39759288         19.421         20.692
5876  1.180941e-02  0.0229172757  39759288         19.421         20.692
5877  1.180941e-02  0.0229172757  39759288         19.421         20.692
5878 -4.255673e-02 -0.0595960436   3141930         21.246         18.115
5879 -8.988921e-03 -0.0035537593       150         25.171         15.042
5880 -8.988921e-03 -0.0035537593       150         25.171         15.042
5881 -8.988921e-03 -0.0035537593       150         25.171         15.042
5882 -5.010020e-03 -0.0093520374  10113675         10.155         19.870
5883  3.728526e-02  0.0306808316   1888081         20.076         19.524
5884  3.728526e-02  0.0306808316   1888081         20.076         19.524
5885  3.728526e-02  0.0306808316   1888081         20.076         19.524
5886  4.180468e-02  0.0438606511  20182523         27.571         22.808
5887 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5888  7.881773e-03  0.0128078818   4973450         20.585         34.472
5889 -3.045464e-03 -0.0019577986  12468785          7.795         11.239
5890  8.522727e-03  0.0181818182  11535245         23.337         19.987
5891  1.910569e-02  0.0189024390  31426540         14.775         16.433
5892 -1.375516e-02 -0.0236588721  18584945          7.395          8.629
5893 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5894  8.522727e-03  0.0181818182  11535245         23.337         19.987
5895 -2.983638e-02 -0.0556304139  10014020         16.804         15.877
5896 -8.988921e-03 -0.0035537593       150         25.171         15.042
5897  1.180941e-02  0.0229172757  39759288         19.421         20.692
5898  7.358177e-03 -0.0118680275  29532132         16.523         21.837
5899  3.728526e-02  0.0306808316   1888081         20.076         19.524
5900 -4.114866e-02 -0.0099807389   5410523         28.686         24.845
5901 -1.151431e-02 -0.0090718772  12756391         16.665         14.463
5902 -2.983638e-02 -0.0556304139  10014020         16.804         15.877
5903 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5904  3.728526e-02  0.0306808316   1888081         20.076         19.524
5905  5.673891e-03  0.0107896940   4538403         11.556         22.836
5906  1.181887e-02  0.0146762863   1180340          8.808         15.089
5907  6.233593e-03 -0.0009491479   2688391         12.487         18.260
5908  7.918218e-03  0.0341547007  25999922         18.274         16.388
5909  7.918218e-03  0.0341547007  25999922         18.274         16.388
5910  6.233593e-03 -0.0009491479   2688391         12.487         18.260
5911 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
5912 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
5913  4.629630e-03  0.0015432099  26479899         12.816         19.803
5914  4.408755e-03  0.0017320107   1844286         14.036         17.013
5915  5.299417e-03  0.0005299417   4652483          9.985         19.193
5916  4.007374e-04  0.0019235393   1162186         19.610         20.888
5917 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
5918  7.918218e-03  0.0341547007  25999922         18.274         16.388
5919  7.918218e-03  0.0341547007  25999922         18.274         16.388
5920  7.918218e-03  0.0341547007  25999922         18.274         16.388
5921  4.629630e-03  0.0015432099  26479899         12.816         19.803
5922 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5923  4.629630e-03  0.0015432099  26479899         12.816         19.803
5924  5.299417e-03  0.0005299417   4652483          9.985         19.193
5925 -1.297814e-02 -0.0129781421    795423         25.678         23.082
5926 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5927  7.918218e-03  0.0341547007  25999922         18.274         16.388
5928 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5929  8.829123e-03  0.0036674817   4496563          8.782         31.847
5930  7.918218e-03  0.0341547007  25999922         18.274         16.388
5931  7.918218e-03  0.0341547007  25999922         18.274         16.388
5932  7.918218e-03  0.0341547007  25999922         18.274         16.388
5933  1.181887e-02  0.0146762863   1180340          8.808         15.089
5934 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5935  7.918218e-03  0.0341547007  25999922         18.274         16.388
5936 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5937 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5938 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5939 -2.386635e-03 -0.0023866348   2980144         10.946         11.368
5940  1.323961e-02  0.0132396051    368777         18.085         19.641
5941 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5942 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5943  1.181887e-02  0.0146762863   1180340          8.808         15.089
5944  6.233593e-03 -0.0009491479   2688391         12.487         18.260
5945 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5946 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
5947 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5948  5.299417e-03  0.0005299417   4652483          9.985         19.193
5949 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5950 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5951 -5.416013e-02 -0.0247252747   8985450         37.345         31.220
5952  1.758593e-02  0.0118305356   5222115         19.006         19.855
5953 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
5954 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
5955  6.233593e-03 -0.0009491479   2688391         12.487         18.260
5956  7.918218e-03  0.0341547007  25999922         18.274         16.388
5957  5.299417e-03  0.0005299417   4652483          9.985         19.193
5958  7.918218e-03  0.0341547007  25999922         18.274         16.388
5959 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
5960 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
5961 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5962  5.299417e-03  0.0005299417   4652483          9.985         19.193
5963 -5.416013e-02 -0.0247252747   8985450         37.345         31.220
5964  1.758593e-02  0.0118305356   5222115         19.006         19.855
5965  6.233593e-03 -0.0009491479   2688391         12.487         18.260
5966  1.922597e-02  0.0182272160  12231043         22.598         30.201
5967  4.629630e-03  0.0015432099  26479899         12.816         19.803
5968 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5969  2.016949e-02  0.0198305085   2334987         12.854         26.593
5970  2.016949e-02  0.0198305085   2334987         12.854         26.593
5971  2.016949e-02  0.0198305085   2334987         12.854         26.593
5972  2.016949e-02  0.0198305085   2334987         12.854         26.593
5973  2.016949e-02  0.0198305085   2334987         12.854         26.593
5974  2.016949e-02  0.0198305085   2334987         12.854         26.593
5975  7.918218e-03  0.0341547007  25999922         18.274         16.388
5976  2.016949e-02  0.0198305085   2334987         12.854         26.593
5977  2.016949e-02  0.0198305085   2334987         12.854         26.593
5978  2.016949e-02  0.0198305085   2334987         12.854         26.593
5979  5.299417e-03  0.0005299417   4652483          9.985         19.193
5980  7.918218e-03  0.0341547007  25999922         18.274         16.388
5981  5.299417e-03  0.0005299417   4652483          9.985         19.193
5982 -2.663493e-03  0.0041935849  10261456         10.039         20.337
5983  2.016949e-02  0.0198305085   2334987         12.854         26.593
5984 -2.663493e-03  0.0041935849  10261456         10.039         20.337
5985  1.277208e-02  0.0127720834    730305          9.199         11.107
5986  2.016949e-02  0.0198305085   2334987         12.854         26.593
5987  2.016949e-02  0.0198305085   2334987         12.854         26.593
5988  2.016949e-02  0.0198305085   2334987         12.854         26.593
5989 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5990  1.391118e-02  0.0139111825   1297207         15.670         15.679
5991 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5992 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5993  8.807046e-03  0.0072057646  18362455          9.368         13.696
5994 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5995  4.629630e-03  0.0015432099  26479899         12.816         19.803
5996 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5997  2.016949e-02  0.0198305085   2334987         12.854         26.593
5998  1.181887e-02  0.0146762863   1180340          8.808         15.089
5999  2.016949e-02  0.0198305085   2334987         12.854         26.593
6000  2.016949e-02  0.0198305085   2334987         12.854         26.593
6001  2.016949e-02  0.0198305085   2334987         12.854         26.593
6002  5.299417e-03  0.0005299417   4652483          9.985         19.193
6003 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6004  2.016949e-02  0.0198305085   2334987         12.854         26.593
6005 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6006 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6007  2.016949e-02  0.0198305085   2334987         12.854         26.593
6008 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6009  5.478934e-03  0.0049121481   9994742         10.057         18.086
6010 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6011 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6012  2.016949e-02  0.0198305085   2334987         12.854         26.593
6013  5.299417e-03  0.0005299417   4652483          9.985         19.193
6014  2.016949e-02  0.0198305085   2334987         12.854         26.593
6015  2.016949e-02  0.0198305085   2334987         12.854         26.593
6016  2.016949e-02  0.0198305085   2334987         12.854         26.593
6017 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6018  2.016949e-02  0.0198305085   2334987         12.854         26.593
6019 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6020  2.016949e-02  0.0198305085   2334987         12.854         26.593
6021  2.016949e-02  0.0198305085   2334987         12.854         26.593
6022  2.016949e-02  0.0198305085   2334987         12.854         26.593
6023  2.016949e-02  0.0198305085   2334987         12.854         26.593
6024 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6025 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6026  7.918218e-03  0.0341547007  25999922         18.274         16.388
6027  2.016949e-02  0.0198305085   2334987         12.854         26.593
6028  5.299417e-03  0.0005299417   4652483          9.985         19.193
6029 -2.663493e-03  0.0041935849  10261456         10.039         20.337
6030  5.299417e-03  0.0005299417   4652483          9.985         19.193
6031 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6032  5.299417e-03  0.0005299417   4652483          9.985         19.193
6033  2.016949e-02  0.0198305085   2334987         12.854         26.593
6034  2.016949e-02  0.0198305085   2334987         12.854         26.593
6035 -2.663493e-03  0.0041935849  10261456         10.039         20.337
6036 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6037  2.016949e-02  0.0198305085   2334987         12.854         26.593
6038  2.016949e-02  0.0198305085   2334987         12.854         26.593
6039  2.016949e-02  0.0198305085   2334987         12.854         26.593
6040  2.016949e-02  0.0198305085   2334987         12.854         26.593
6041  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6042 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6043 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6044  2.016949e-02  0.0198305085   2334987         12.854         26.593
6045  5.299417e-03  0.0005299417   4652483          9.985         19.193
6046  2.016949e-02  0.0198305085   2334987         12.854         26.593
6047  2.016949e-02  0.0198305085   2334987         12.854         26.593
6048  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6049 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6050  2.016949e-02  0.0198305085   2334987         12.854         26.593
6051 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6052  5.478934e-03  0.0049121481   9994742         10.057         18.086
6053  7.918218e-03  0.0341547007  25999922         18.274         16.388
6054  2.016949e-02  0.0198305085   2334987         12.854         26.593
6055  2.016949e-02  0.0198305085   2334987         12.854         26.593
6056 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6057  2.016949e-02  0.0198305085   2334987         12.854         26.593
6058 -2.663493e-03  0.0041935849  10261456         10.039         20.337
6059 -4.629630e-03 -0.0046296296   1626584         53.910         36.490
6060  2.016949e-02  0.0198305085   2334987         12.854         26.593
6061  1.239426e-02  0.0214440291   3044400          9.428         19.783
6062  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6063  2.016949e-02  0.0198305085   2334987         12.854         26.593
6064  2.016949e-02  0.0198305085   2334987         12.854         26.593
6065  2.016949e-02  0.0198305085   2334987         12.854         26.593
6066  7.918218e-03  0.0341547007  25999922         18.274         16.388
6067  2.016949e-02  0.0198305085   2334987         12.854         26.593
6068  2.016949e-02  0.0198305085   2334987         12.854         26.593
6069  2.016949e-02  0.0198305085   2334987         12.854         26.593
6070  7.918218e-03  0.0341547007  25999922         18.274         16.388
6071  4.408755e-03  0.0017320107   1844286         14.036         17.013
6072  5.673891e-03  0.0107896940   4538403         11.556         22.836
6073 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6074  2.016949e-02  0.0198305085   2334987         12.854         26.593
6075  1.161878e-02  0.0165253572   2519253         18.199         17.915
6076  1.181887e-02  0.0146762863   1180340          8.808         15.089
6077  2.016949e-02  0.0198305085   2334987         12.854         26.593
6078  7.918218e-03  0.0341547007  25999922         18.274         16.388
6079 -4.822217e-03 -0.0040669300   2201771          7.463         10.355
6080  5.299417e-03  0.0005299417   4652483          9.985         19.193
6081  2.016949e-02  0.0198305085   2334987         12.854         26.593
6082  4.151899e-03 -0.0054683544   7144273         10.016         11.103
6083 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6084  2.016949e-02  0.0198305085   2334987         12.854         26.593
6085  3.560303e-03 -0.0026702270   7753300          5.220          6.324
6086 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6087 -4.822217e-03 -0.0040669300   2201771          7.463         10.355
6088 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6089  1.161878e-02  0.0165253572   2519253         18.199         17.915
6090  2.016949e-02  0.0198305085   2334987         12.854         26.593
6091  2.016949e-02  0.0198305085   2334987         12.854         26.593
6092  5.299417e-03  0.0005299417   4652483          9.985         19.193
6093 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6094 -5.416013e-02 -0.0247252747   8985450         37.345         31.220
6095  2.016949e-02  0.0198305085   2334987         12.854         26.593
6096  5.299417e-03  0.0005299417   4652483          9.985         19.193
6097 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6098  2.016949e-02  0.0198305085   2334987         12.854         26.593
6099  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6100  2.016949e-02  0.0198305085   2334987         12.854         26.593
6101  4.151899e-03 -0.0054683544   7144273         10.016         11.103
6102  5.673891e-03  0.0107896940   4538403         11.556         22.836
6103  2.016949e-02  0.0198305085   2334987         12.854         26.593
6104 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6105 -5.416013e-02 -0.0247252747   8985450         37.345         31.220
6106  1.758593e-02  0.0118305356   5222115         19.006         19.855
6107  1.758593e-02  0.0118305356   5222115         19.006         19.855
6108 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6109  2.016949e-02  0.0198305085   2334987         12.854         26.593
6110 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6111  7.918218e-03  0.0341547007  25999922         18.274         16.388
6112  2.016949e-02  0.0198305085   2334987         12.854         26.593
6113  2.016949e-02  0.0198305085   2334987         12.854         26.593
6114 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6115  1.047120e-02  0.0118990957   5204330         13.055         21.494
6116  5.299417e-03  0.0005299417   4652483          9.985         19.193
6117 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6118  2.016949e-02  0.0198305085   2334987         12.854         26.593
6119  2.016949e-02  0.0198305085   2334987         12.854         26.593
6120  5.545543e-03  0.0095660613   2618000          7.678         14.158
6121  2.016949e-02  0.0198305085   2334987         12.854         26.593
6122  2.016949e-02  0.0198305085   2334987         12.854         26.593
6123  4.007374e-04  0.0019235393   1162186         19.610         20.888
6124  1.181887e-02  0.0146762863   1180340          8.808         15.089
6125 -1.194743e-02 -0.0119474313   8555912          8.790         16.461
6126  1.239426e-02  0.0214440291   3044400          9.428         19.783
6127  1.181887e-02  0.0146762863   1180340          8.808         15.089
6128  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6129  2.016949e-02  0.0198305085   2334987         12.854         26.593
6130  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6131  2.016949e-02  0.0198305085   2334987         12.854         26.593
6132  2.016949e-02  0.0198305085   2334987         12.854         26.593
6133  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6134  2.016949e-02  0.0198305085   2334987         12.854         26.593
6135  1.161878e-02  0.0165253572   2519253         18.199         17.915
6136  2.016949e-02  0.0198305085   2334987         12.854         26.593
6137  2.016949e-02  0.0198305085   2334987         12.854         26.593
6138 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6139  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6140  2.016949e-02  0.0198305085   2334987         12.854         26.593
6141  5.299417e-03  0.0005299417   4652483          9.985         19.193
6142  8.829123e-03  0.0036674817   4496563          8.782         31.847
6143  2.016949e-02  0.0198305085   2334987         12.854         26.593
6144  2.016949e-02  0.0198305085   2334987         12.854         26.593
6145 -7.469576e-03 -0.0042803189   2614403          6.607         20.153
6146  7.918218e-03  0.0341547007  25999922         18.274         16.388
6147  5.299417e-03  0.0005299417   4652483          9.985         19.193
6148  1.161878e-02  0.0165253572   2519253         18.199         17.915
6149  2.016949e-02  0.0198305085   2334987         12.854         26.593
6150 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6151  2.016949e-02  0.0198305085   2334987         12.854         26.593
6152 -1.194743e-02 -0.0119474313   8555912          8.790         16.461
6153  5.299417e-03  0.0005299417   4652483          9.985         19.193
6154  2.016949e-02  0.0198305085   2334987         12.854         26.593
6155  7.918218e-03  0.0341547007  25999922         18.274         16.388
6156 -1.194743e-02 -0.0119474313   8555912          8.790         16.461
6157 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6158  5.299417e-03  0.0005299417   4652483          9.985         19.193
6159 -1.733102e-03  0.0116984402  17394491         26.371         22.307
6160 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6161  2.016949e-02  0.0198305085   2334987         12.854         26.593
6162  2.016949e-02  0.0198305085   2334987         12.854         26.593
6163 -2.663493e-03  0.0041935849  10261456         10.039         20.337
6164  1.181887e-02  0.0146762863   1180340          8.808         15.089
6165  2.016949e-02  0.0198305085   2334987         12.854         26.593
6166  2.016949e-02  0.0198305085   2334987         12.854         26.593
6167  2.016949e-02  0.0198305085   2334987         12.854         26.593
6168 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6169  2.016949e-02  0.0198305085   2334987         12.854         26.593
6170  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6171 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6172  5.299417e-03  0.0005299417   4652483          9.985         19.193
6173  2.016949e-02  0.0198305085   2334987         12.854         26.593
6174 -4.822217e-03 -0.0040669300   2201771          7.463         10.355
6175  2.016949e-02  0.0198305085   2334987         12.854         26.593
6176  2.016949e-02  0.0198305085   2334987         12.854         26.593
6177 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6178 -8.589059e-03 -0.0110073382   3116358          8.412         10.346
6179  5.299417e-03  0.0005299417   4652483          9.985         19.193
6180 -4.822217e-03 -0.0040669300   2201771          7.463         10.355
6181  2.016949e-02  0.0198305085   2334987         12.854         26.593
6182  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6183 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6184  2.016949e-02  0.0198305085   2334987         12.854         26.593
6185 -1.733102e-03  0.0116984402  17394491         26.371         22.307
6186 -7.469576e-03 -0.0042803189   2614403          6.607         20.153
6187  2.016949e-02  0.0198305085   2334987         12.854         26.593
6188  7.582001e-03  0.0145046975  10711384         19.421         20.146
6189 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6190 -1.733102e-03  0.0116984402  17394491         26.371         22.307
6191  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6192 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6193  2.016949e-02  0.0198305085   2334987         12.854         26.593
6194  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6195 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6196  2.016949e-02  0.0198305085   2334987         12.854         26.593
6197  1.323961e-02  0.0132396051    368777         18.085         19.641
6198  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6199 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6200  1.181887e-02  0.0146762863   1180340          8.808         15.089
6201  3.172589e-03  0.0016920474   9750044         10.178         19.109
6202  1.181887e-02  0.0146762863   1180340          8.808         15.089
6203 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6204 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6205  1.181887e-02  0.0146762863   1180340          8.808         15.089
6206 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6207 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6208  6.310408e-03 -0.0016774503   3829007         17.724         12.453
6209  2.016949e-02  0.0198305085   2334987         12.854         26.593
6210  4.629630e-03  0.0015432099  26479899         12.816         19.803
6211 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6212  1.394290e-02  0.0139428996   1406756         16.132         14.073
6213  4.151899e-03 -0.0054683544   7144273         10.016         11.103
6214  5.299417e-03  0.0005299417   4652483          9.985         19.193
6215  1.922597e-02  0.0182272160  12231043         22.598         30.201
6216 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6217 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6218  5.299417e-03  0.0005299417   4652483          9.985         19.193
6219  2.292264e-02  0.0386819484     56334         24.266         33.558
6220 -4.822217e-03 -0.0040669300   2201771          7.463         10.355
6221 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6222  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6223 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6224  2.016949e-02  0.0198305085   2334987         12.854         26.593
6225 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6226  7.918218e-03  0.0341547007  25999922         18.274         16.388
6227 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6228 -4.565168e-03 -0.0013695503   1810263          7.445         30.173
6229  2.016949e-02  0.0198305085   2334987         12.854         26.593
6230 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6231 -1.733102e-03  0.0116984402  17394491         26.371         22.307
6232 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6233 -4.822217e-03 -0.0040669300   2201771          7.463         10.355
6234  5.299417e-03  0.0005299417   4652483          9.985         19.193
6235  2.016949e-02  0.0198305085   2334987         12.854         26.593
6236 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6237 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6238  2.016949e-02  0.0198305085   2334987         12.854         26.593
6239  2.016949e-02  0.0198305085   2334987         12.854         26.593
6240  2.016949e-02  0.0198305085   2334987         12.854         26.593
6241  2.016949e-02  0.0198305085   2334987         12.854         26.593
6242  3.560303e-03 -0.0026702270   7753300          5.220          6.324
6243 -4.822217e-03 -0.0040669300   2201771          7.463         10.355
6244  3.560303e-03 -0.0026702270   7753300          5.220          6.324
6245 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6246 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6247  2.031341e-03  0.0031921068   1390279         14.847         28.736
6248 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6249 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6250 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6251  1.922597e-02  0.0182272160  12231043         22.598         30.201
6252  2.016949e-02  0.0198305085   2334987         12.854         26.593
6253  7.918218e-03  0.0341547007  25999922         18.274         16.388
6254  5.299417e-03  0.0005299417   4652483          9.985         19.193
6255  2.016949e-02  0.0198305085   2334987         12.854         26.593
6256  2.016949e-02  0.0198305085   2334987         12.854         26.593
6257 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6258 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6259 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6260  2.016949e-02  0.0198305085   2334987         12.854         26.593
6261  2.016949e-02  0.0198305085   2334987         12.854         26.593
6262  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6263  2.016949e-02  0.0198305085   2334987         12.854         26.593
6264 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6265 -7.469576e-03 -0.0042803189   2614403          6.607         20.153
6266 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6267  2.016949e-02  0.0198305085   2334987         12.854         26.593
6268  2.016949e-02  0.0198305085   2334987         12.854         26.593
6269 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6270 -2.663493e-03  0.0041935849  10261456         10.039         20.337
6271 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6272 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6273 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6274 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6275 -5.416013e-02 -0.0247252747   8985450         37.345         31.220
6276  0.000000e+00  0.0000000000       500         44.462         53.516
6277 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6278 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6279  2.016949e-02  0.0198305085   2334987         12.854         26.593
6280  4.151899e-03 -0.0054683544   7144273         10.016         11.103
6281  1.242879e-02  0.0095805282   2100400         11.153         10.880
6282  2.016949e-02  0.0198305085   2334987         12.854         26.593
6283  5.299417e-03  0.0005299417   4652483          9.985         19.193
6284  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6285  2.016949e-02  0.0198305085   2334987         12.854         26.593
6286 -1.194743e-02 -0.0119474313   8555912          8.790         16.461
6287  5.299417e-03  0.0005299417   4652483          9.985         19.193
6288 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6289 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6290 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6291  1.525889e-03  0.0006442644   1824591          8.028         17.035
6292  5.299417e-03  0.0005299417   4652483          9.985         19.193
6293 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6294  2.016949e-02  0.0198305085   2334987         12.854         26.593
6295  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6296  4.629630e-03  0.0015432099  26479899         12.816         19.803
6297 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6298  5.299417e-03  0.0005299417   4652483          9.985         19.193
6299 -2.309913e-02 -0.0194898941       400         93.167         51.921
6300 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6301 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6302  4.007374e-04  0.0019235393   1162186         19.610         20.888
6303  2.016949e-02  0.0198305085   2334987         12.854         26.593
6304 -7.469576e-03 -0.0042803189   2614403          6.607         20.153
6305 -1.733102e-03  0.0116984402  17394491         26.371         22.307
6306  5.299417e-03  0.0005299417   4652483          9.985         19.193
6307  7.918218e-03  0.0341547007  25999922         18.274         16.388
6308  3.032378e-03  0.0039127458   2498756          7.387         19.785
6309 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6310 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6311  1.011659e-02  0.0215912622    298021         13.016         10.510
6312  5.299417e-03  0.0005299417   4652483          9.985         19.193
6313 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6314  7.918218e-03  0.0341547007  25999922         18.274         16.388
6315  5.299417e-03  0.0005299417   4652483          9.985         19.193
6316  2.016949e-02  0.0198305085   2334987         12.854         26.593
6317 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6318  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6319 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6320  2.016949e-02  0.0198305085   2334987         12.854         26.593
6321 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6322  4.151899e-03 -0.0054683544   7144273         10.016         11.103
6323  5.673891e-03  0.0107896940   4538403         11.556         22.836
6324  1.922597e-02  0.0182272160  12231043         22.598         30.201
6325 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6326  5.673891e-03  0.0107896940   4538403         11.556         22.836
6327 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6328 -2.982594e-03 -0.0038990334    452187          9.482          8.114
6329  1.093658e-02 -0.0009491479   2688391         12.487         18.260
6330  1.510619e-02  0.0132396051    368777         18.085         19.641
6331 -1.571038e-02 -0.0129781421    795423         25.678         23.082
6332  5.164557e-03 -0.0054683544   7144273         10.016         11.103
6333  4.915254e-03  0.0198305085   2334987         12.854         26.593
6334  4.615131e-03  0.0145046975  10711384         19.421         20.146
6335 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6336  8.095491e-03  0.0341547007  25999922         18.274         16.388
6337 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6338  4.671063e-03  0.0165253572   2519253         18.199         17.915
6339 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6340 -2.010424e-02 -0.0059568131    119275         24.753         18.705
6341  8.095491e-03  0.0341547007  25999922         18.274         16.388
6342 -2.982594e-03 -0.0038990334    452187          9.482          8.114
6343 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6344  6.394884e-03  0.0118305356   5222115         19.006         19.855
6345 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6346  1.209190e-03  0.0107896940   4538403         11.556         22.836
6347 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6348  4.915254e-03  0.0198305085   2334987         12.854         26.593
6349 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6350  3.205128e-03 -0.0192307692    405259         21.451         26.321
6351 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6352  1.209190e-03  0.0107896940   4538403         11.556         22.836
6353  1.093658e-02 -0.0009491479   2688391         12.487         18.260
6354  4.915254e-03  0.0198305085   2334987         12.854         26.593
6355  6.612507e-03  0.0049121481   9994742         10.057         18.086
6356  7.113821e-03  0.0121951220  40672012         11.994         19.737
6357 -2.786000e-03 -0.0022636253   5365646          7.941         15.470
6358  4.915254e-03  0.0198305085   2334987         12.854         26.593
6359  4.915254e-03  0.0198305085   2334987         12.854         26.593
6360  2.407514e-03  0.0006442644   1824591          8.028         17.035
6361 -5.874948e-04 -0.0042803189   2614403          6.607         20.153
6362  8.095491e-03  0.0341547007  25999922         18.274         16.388
6363  4.915254e-03  0.0198305085   2334987         12.854         26.593
6364  1.093658e-02 -0.0009491479   2688391         12.487         18.260
6365 -2.786000e-03 -0.0022636253   5365646          7.941         15.470
6366 -6.068841e-03 -0.0054347826        45         10.519         26.333
6367  3.115265e-03 -0.0026702270   7753300          5.220          6.324
6368  8.095491e-03  0.0341547007  25999922         18.274         16.388
6369  4.915254e-03  0.0198305085   2334987         12.854         26.593
6370  9.447331e-03  0.0017320107   1844286         14.036         17.013
6371  7.279166e-03  0.0214440291   3044400          9.428         19.783
6372 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6373 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6374  1.093658e-02 -0.0009491479   2688391         12.487         18.260
6375  4.615131e-03  0.0145046975  10711384         19.421         20.146
6376  8.095491e-03  0.0341547007  25999922         18.274         16.388
6377  6.573728e-03  0.0041935849  10261456         10.039         20.337
6378  4.915254e-03  0.0198305085   2334987         12.854         26.593
6379  2.572016e-04  0.0015432099  26479899         12.816         19.803
6380 -2.982594e-03 -0.0038990334    452187          9.482          8.114
6381  1.209190e-03  0.0107896940   4538403         11.556         22.836
6382  4.915254e-03  0.0198305085   2334987         12.854         26.593
6383  1.089799e-03 -0.0063208370   8371536          8.452         11.014
6384  2.572016e-04  0.0015432099  26479899         12.816         19.803
6385 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6386  1.093658e-02 -0.0009491479   2688391         12.487         18.260
6387  8.095491e-03  0.0341547007  25999922         18.274         16.388
6388  4.915254e-03  0.0198305085   2334987         12.854         26.593
6389  4.915254e-03  0.0198305085   2334987         12.854         26.593
6390  6.455288e-03  0.0146762863   1180340          8.808         15.089
6391 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6392 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6393  1.093658e-02 -0.0009491479   2688391         12.487         18.260
6394  3.115265e-03 -0.0026702270   7753300          5.220          6.324
6395 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6396 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6397  3.482298e-03 -0.0073866934   4637827          8.853         13.497
6398  2.572016e-04  0.0015432099  26479899         12.816         19.803
6399 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6400  8.095491e-03  0.0341547007  25999922         18.274         16.388
6401  2.572016e-04  0.0015432099  26479899         12.816         19.803
6402 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6403 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6404 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6405 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6406  6.394884e-03  0.0118305356   5222115         19.006         19.855
6407  2.572016e-04  0.0015432099  26479899         12.816         19.803
6408  3.482298e-03 -0.0073866934   4637827          8.853         13.497
6409 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6410  3.115265e-03 -0.0026702270   7753300          5.220          6.324
6411  2.572016e-04  0.0015432099  26479899         12.816         19.803
6412  4.915254e-03  0.0198305085   2334987         12.854         26.593
6413  6.455288e-03  0.0146762863   1180340          8.808         15.089
6414 -2.982594e-03 -0.0038990334    452187          9.482          8.114
6415  8.988764e-03  0.0182272160  12231043         22.598         30.201
6416  5.164557e-03 -0.0054683544   7144273         10.016         11.103
6417  4.915254e-03  0.0198305085   2334987         12.854         26.593
6418  6.394884e-03  0.0118305356   5222115         19.006         19.855
6419 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6420  2.572016e-04  0.0015432099  26479899         12.816         19.803
6421  2.572016e-04  0.0015432099  26479899         12.816         19.803
6422  2.572016e-04  0.0015432099  26479899         12.816         19.803
6423  8.095491e-03  0.0341547007  25999922         18.274         16.388
6424 -1.812506e-03 -0.0057396033   2056778          9.700         12.110
6425 -1.226559e-03  0.0019285049     28032         13.733         23.583
6426 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6427 -2.982594e-03 -0.0038990334    452187          9.482          8.114
6428  9.447331e-03  0.0017320107   1844286         14.036         17.013
6429  1.576458e-03  0.0183920126   1548660         23.736         21.070
6430  8.095491e-03  0.0341547007  25999922         18.274         16.388
6431  9.447331e-03  0.0017320107   1844286         14.036         17.013
6432  1.093658e-02 -0.0009491479   2688391         12.487         18.260
6433 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6434  5.164557e-03 -0.0054683544   7144273         10.016         11.103
6435  3.078380e-03 -0.0022495856   7876367         15.706         18.088
6436  7.721057e-03  0.0024274761   8940163          7.945         13.033
6437  7.721057e-03  0.0024274761   8940163          7.945         13.033
6438  2.694215e-02 -0.1074380165       800         97.081         73.464
6439  1.568748e-02  0.0372193171  11990681         23.540         17.737
6440  1.568748e-02  0.0372193171  11990681         23.540         17.737
6441  1.568748e-02  0.0372193171  11990681         23.540         17.737
6442  1.243536e-02  0.0182836740  26407677         27.384         23.286
6443  7.721057e-03  0.0024274761   8940163          7.945         13.033
6444  1.568748e-02  0.0372193171  11990681         23.540         17.737
6445 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6446  2.687369e-03  0.0125410570  22517840         11.801         14.103
6447  2.694215e-02 -0.1074380165       800         97.081         73.464
6448  1.568748e-02  0.0372193171  11990681         23.540         17.737
6449  3.030846e-02  0.0147058824   3609529         20.928         20.862
6450  2.267003e-02  0.0199712127  12727584         21.986         14.935
6451  3.312393e-03  0.0236436322   9260577         13.755         23.151
6452  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6453 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6454  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6455  2.267003e-02  0.0199712127  12727584         21.986         14.935
6456  1.568748e-02  0.0372193171  11990681         23.540         17.737
6457  7.721057e-03  0.0024274761   8940163          7.945         13.033
6458  7.721057e-03  0.0024274761   8940163          7.945         13.033
6459 -4.501739e-03 -0.0087988541  13669841         11.125         10.772
6460  2.694215e-02 -0.1074380165       800         97.081         73.464
6461  1.469816e-01  0.1408573928   8791892         74.954         49.664
6462  2.687369e-03  0.0125410570  22517840         11.801         14.103
6463  8.206495e-03 -0.0002002498      2333         24.808         24.801
6464  1.568748e-02  0.0372193171  11990681         23.540         17.737
6465 -4.530867e-03 -0.0203888994   4640261         16.430         17.202
6466  1.568748e-02  0.0372193171  11990681         23.540         17.737
6467  0.000000e+00  0.0011748580   1871229         22.332         23.223
6468  3.030846e-02  0.0147058824   3609529         20.928         20.862
6469  8.206495e-03 -0.0002002498      2333         24.808         24.801
6470  1.309675e-02  0.0114068441  22967409         16.724         17.534
6471 -5.190678e-03  0.0055084746   4995466          8.382         10.455
6472 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6473  1.568748e-02  0.0372193171  11990681         23.540         17.737
6474  7.721057e-03  0.0024274761   8940163          7.945         13.033
6475  3.030846e-02  0.0147058824   3609529         20.928         20.862
6476  7.721057e-03  0.0024274761   8940163          7.945         13.033
6477 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6478 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6479 -2.619130e-03 -0.0153075844    319220          6.620         15.554
6480  2.694215e-02 -0.1074380165       800         97.081         73.464
6481  1.568748e-02  0.0372193171  11990681         23.540         17.737
6482  2.694215e-02 -0.1074380165       800         97.081         73.464
6483 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6484  7.721057e-03  0.0024274761   8940163          7.945         13.033
6485 -1.166381e-02 -0.0229845626    321455         41.089         37.511
6486 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6487  1.469816e-01  0.1408573928   8791892         74.954         49.664
6488  1.309675e-02  0.0114068441  22967409         16.724         17.534
6489  3.684695e-03  0.0030267140   2848823         22.398         27.204
6490  1.568748e-02  0.0372193171  11990681         23.540         17.737
6491  1.309675e-02  0.0114068441  22967409         16.724         17.534
6492  7.721057e-03  0.0024274761   8940163          7.945         13.033
6493 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6494  3.078380e-03 -0.0022495856   7876367         15.706         18.088
6495 -1.088732e-03  0.0061694792   2021186          7.932          9.610
6496 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6497  7.721057e-03  0.0024274761   8940163          7.945         13.033
6498  7.721057e-03  0.0024274761   8940163          7.945         13.033
6499  7.721057e-03  0.0024274761   8940163          7.945         13.033
6500  1.568748e-02  0.0372193171  11990681         23.540         17.737
6501 -1.072572e-02 -0.0081307845  18883079         14.055         16.100
6502  7.721057e-03  0.0024274761   8940163          7.945         13.033
6503  6.640625e-03  0.0105468750   8572926         17.524         15.580
6504  1.456028e-03  0.0165987187   4391500         26.850         22.833
6505  9.777778e-03  0.0880000000   5698148         35.046         28.072
6506 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6507 -5.183894e-03 -0.0108146758   2955567          9.966         14.838
6508 -6.408094e-03  0.0367622260  53900922         21.654         14.339
6509  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6510  2.694215e-02 -0.1074380165       800         97.081         73.464
6511  7.721057e-03  0.0024274761   8940163          7.945         13.033
6512 -2.583979e-02 -0.0258397933  10561682         30.941         31.952
6513  2.694215e-02 -0.1074380165       800         97.081         73.464
6514  1.264719e-02 -0.0632359355   6605200         37.054         24.963
6515  1.568748e-02  0.0372193171  11990681         23.540         17.737
6516 -4.501739e-03 -0.0087988541  13669841         11.125         10.772
6517  2.694215e-02 -0.1074380165       800         97.081         73.464
6518 -5.814978e-03  0.0283700441  10147110         21.659         14.331
6519 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6520  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6521 -6.044611e-03 -0.0011067597   1821206         10.019         14.269
6522  2.694215e-02 -0.1074380165       800         97.081         73.464
6523  1.568748e-02  0.0372193171  11990681         23.540         17.737
6524  1.264719e-02 -0.0632359355   6605200         37.054         24.963
6525 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6526 -2.820609e-03 -0.0259496051   1548213         24.410         19.487
6527 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6528 -4.501739e-03 -0.0087988541  13669841         11.125         10.772
6529  1.568748e-02  0.0372193171  11990681         23.540         17.737
6530  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6531  1.309675e-02  0.0114068441  22967409         16.724         17.534
6532 -3.513191e-03  0.0045737770   2671014         16.937         18.786
6533 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6534 -1.072572e-02 -0.0081307845  18883079         14.055         16.100
6535  1.568748e-02  0.0372193171  11990681         23.540         17.737
6536 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6537  7.721057e-03  0.0024274761   8940163          7.945         13.033
6538  2.267003e-02  0.0199712127  12727584         21.986         14.935
6539  1.243536e-02  0.0182836740  26407677         27.384         23.286
6540  1.568748e-02  0.0372193171  11990681         23.540         17.737
6541 -4.501739e-03 -0.0087988541  13669841         11.125         10.772
6542  1.568748e-02  0.0372193171  11990681         23.540         17.737
6543  1.568748e-02  0.0372193171  11990681         23.540         17.737
6544  1.243536e-02  0.0182836740  26407677         27.384         23.286
6545 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6546  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6547  3.875969e-03  0.0000000000    233662         16.752         20.712
6548 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6549 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6550 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6551 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6552 -1.007895e-02 -0.0423315975  32950140         17.420         16.448
6553  3.030846e-02  0.0147058824   3609529         20.928         20.862
6554  1.568748e-02  0.0372193171  11990681         23.540         17.737
6555  7.721057e-03  0.0024274761   8940163          7.945         13.033
6556  7.721057e-03  0.0024274761   8940163          7.945         13.033
6557 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6558  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6559  1.309675e-02  0.0114068441  22967409         16.724         17.534
6560  1.309675e-02  0.0114068441  22967409         16.724         17.534
6561  8.206495e-03 -0.0002002498      2333         24.808         24.801
6562 -5.192043e-03 -0.0067559114   4297554         20.874         21.053
6563  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6564  2.687369e-03  0.0125410570  22517840         11.801         14.103
6565  1.141227e-02  0.0513552068   9582100         28.660         19.969
6566 -1.306766e-02  0.0180722892   3361319         16.068         13.183
6567  6.640625e-03  0.0105468750   8572926         17.524         15.580
6568  1.568748e-02  0.0372193171  11990681         23.540         17.737
6569  1.568748e-02  0.0372193171  11990681         23.540         17.737
6570 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6571  1.808396e-02  0.0099031216  23797630         27.929         22.696
6572  1.243536e-02  0.0182836740  26407677         27.384         23.286
6573  2.687369e-03  0.0125410570  22517840         11.801         14.103
6574 -1.166381e-02 -0.0229845626    321455         41.089         37.511
6575 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6576 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6577  7.721057e-03  0.0024274761   8940163          7.945         13.033
6578  7.721057e-03  0.0024274761   8940163          7.945         13.033
6579 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6580 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6581 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6582 -1.072572e-02 -0.0081307845  18883079         14.055         16.100
6583  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6584  2.267003e-02  0.0199712127  12727584         21.986         14.935
6585 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6586  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6587  1.568748e-02  0.0372193171  11990681         23.540         17.737
6588 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6589 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6590  3.078380e-03 -0.0022495856   7876367         15.706         18.088
6591  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6592 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6593 -1.306766e-02  0.0180722892   3361319         16.068         13.183
6594  1.808396e-02  0.0099031216  23797630         27.929         22.696
6595  1.568748e-02  0.0372193171  11990681         23.540         17.737
6596  6.640625e-03  0.0105468750   8572926         17.524         15.580
6597  2.687369e-03  0.0125410570  22517840         11.801         14.103
6598 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6599  3.078380e-03 -0.0022495856   7876367         15.706         18.088
6600  3.078380e-03 -0.0022495856   7876367         15.706         18.088
6601  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6602 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6603  4.957507e-03 -0.0084985836   5387000         17.357         18.484
6604 -1.072572e-02 -0.0081307845  18883079         14.055         16.100
6605  1.568748e-02  0.0372193171  11990681         23.540         17.737
6606 -7.510730e-03  0.0289699571  44864717         24.013         22.415
6607  3.030846e-02  0.0147058824   3609529         20.928         20.862
6608 -1.500938e-02 -0.0225140713    594561         16.031         16.045
6609 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6610 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6611  7.721057e-03  0.0024274761   8940163          7.945         13.033
6612 -2.641457e-03  0.0265535938  11265506         24.952         18.045
6613 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6614  1.568748e-02  0.0372193171  11990681         23.540         17.737
6615 -1.088732e-03  0.0061694792   2021186          7.932          9.610
6616  1.141227e-02  0.0513552068   9582100         28.660         19.969
6617 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6618 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6619  1.568748e-02  0.0372193171  11990681         23.540         17.737
6620 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6621 -1.072572e-02 -0.0081307845  18883079         14.055         16.100
6622 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6623  5.933014e-03  0.0384688995  17215502         16.018         14.158
6624  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6625 -5.190678e-03  0.0055084746   4995466          8.382         10.455
6626  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6627 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6628 -1.166381e-02 -0.0229845626    321455         41.089         37.511
6629 -6.044611e-03 -0.0011067597   1821206         10.019         14.269
6630 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6631  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6632  2.267003e-02  0.0199712127  12727584         21.986         14.935
6633 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6634 -6.044611e-03 -0.0011067597   1821206         10.019         14.269
6635 -5.192043e-03 -0.0067559114   4297554         20.874         21.053
6636  1.243536e-02  0.0182836740  26407677         27.384         23.286
6637  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6638  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6639  7.721057e-03  0.0024274761   8940163          7.945         13.033
6640 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6641 -1.166381e-02 -0.0229845626    321455         41.089         37.511
6642  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6643  1.243536e-02  0.0182836740  26407677         27.384         23.286
6644  1.860066e-03  0.0350550866   1484604         16.496         15.179
6645  3.030846e-02  0.0147058824   3609529         20.928         20.862
6646  1.568748e-02  0.0372193171  11990681         23.540         17.737
6647 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6648  5.933014e-03  0.0384688995  17215502         16.018         14.158
6649 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6650 -2.010962e-02 -0.0413808124   3553432         23.564         23.871
6651 -1.169935e-02 -0.0194117647   3757419         15.180         11.620
6652 -1.088732e-03  0.0061694792   2021186          7.932          9.610
6653  1.243536e-02  0.0182836740  26407677         27.384         23.286
6654  1.264719e-02 -0.0632359355   6605200         37.054         24.963
6655  1.025283e-02  0.0435745077  39442910         27.269         19.021
6656  1.025283e-02  0.0435745077  39442910         27.269         19.021
6657 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6658  2.267003e-02  0.0199712127  12727584         21.986         14.935
6659 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6660  2.694215e-02 -0.1074380165       800         97.081         73.464
6661 -2.010962e-02 -0.0413808124   3553432         23.564         23.871
6662  1.568748e-02  0.0372193171  11990681         23.540         17.737
6663 -2.010962e-02 -0.0413808124   3553432         23.564         23.871
6664 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6665  7.721057e-03  0.0024274761   8940163          7.945         13.033
6666  1.264719e-02 -0.0632359355   6605200         37.054         24.963
6667 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6668 -2.010962e-02 -0.0413808124   3553432         23.564         23.871
6669 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6670 -8.358098e-03 -0.0055720654  10681955         17.243         14.520
6671  2.267003e-02  0.0199712127  12727584         21.986         14.935
6672  7.721057e-03  0.0024274761   8940163          7.945         13.033
6673 -1.072572e-02 -0.0081307845  18883079         14.055         16.100
6674 -9.811321e-03 -0.0095597484   6453165         13.862         16.858
6675  1.568748e-02  0.0372193171  11990681         23.540         17.737
6676  7.721057e-03  0.0024274761   8940163          7.945         13.033
6677 -1.169935e-02 -0.0194117647   3757419         15.180         11.620
6678  1.243536e-02  0.0182836740  26407677         27.384         23.286
6679  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6680 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6681  1.243536e-02  0.0182836740  26407677         27.384         23.286
6682 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6683  7.721057e-03  0.0024274761   8940163          7.945         13.033
6684 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6685  7.721057e-03  0.0024274761   8940163          7.945         13.033
6686 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6687  1.568748e-02  0.0372193171  11990681         23.540         17.737
6688  7.721057e-03  0.0024274761   8940163          7.945         13.033
6689 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6690 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6691  7.721057e-03  0.0024274761   8940163          7.945         13.033
6692  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6693 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6694  3.584379e-03  0.0162964198   1427362         17.427         23.341
6695 -5.190678e-03  0.0055084746   4995466          8.382         10.455
6696  1.952580e-02 -0.0278940028     38697         33.834         27.916
6697  1.568748e-02  0.0372193171  11990681         23.540         17.737
6698 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6699 -1.088732e-03  0.0061694792   2021186          7.932          9.610
6700 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6701  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6702  1.264719e-02 -0.0632359355   6605200         37.054         24.963
6703 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6704 -2.717832e-02 -0.0374061576   4758417         18.609         19.178
6705  7.721057e-03  0.0024274761   8940163          7.945         13.033
6706  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6707  1.568748e-02  0.0372193171  11990681         23.540         17.737
6708  3.030846e-02  0.0147058824   3609529         20.928         20.862
6709  1.309675e-02  0.0114068441  22967409         16.724         17.534
6710  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6711 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6712  1.568748e-02  0.0372193171  11990681         23.540         17.737
6713 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6714 -1.166381e-02 -0.0229845626    321455         41.089         37.511
6715 -1.286725e-03  0.0413896633   9710524         25.879         20.252
6716 -1.072572e-02 -0.0081307845  18883079         14.055         16.100
6717 -1.169935e-02 -0.0194117647   3757419         15.180         11.620
6718 -6.919528e-03  0.0699641210   1570295         38.230         24.759
6719  1.568748e-02  0.0372193171  11990681         23.540         17.737
6720 -1.286725e-03  0.0413896633   9710524         25.879         20.252
6721 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6722 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6723 -7.510730e-03  0.0289699571  44864717         24.013         22.415
6724  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6725  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6726 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6727 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6728  7.721057e-03  0.0024274761   8940163          7.945         13.033
6729  3.030846e-02  0.0147058824   3609529         20.928         20.862
6730  3.030846e-02  0.0147058824   3609529         20.928         20.862
6731 -1.543964e-02 -0.0309228890  24788170         15.797         19.899
6732 -6.119327e-03 -0.0342512324   6441742         16.677         13.684
6733  3.219733e-02  0.0350216532  36030977         27.634         23.831
6734  1.901697e-02 -0.0260386191   6740300         37.476         24.947
6735  1.277394e-02  0.0074464221   3071198         21.075         15.629
6736 -6.529159e-03 -0.0037097492   2722586         14.644         13.972
6737  3.219733e-02  0.0350216532  36030977         27.634         23.831
6738  1.277394e-02  0.0074464221   3071198         21.075         15.629
6739 -7.345440e-03 -0.0110181596  15671575         10.298         10.167
6740  3.219733e-02  0.0350216532  36030977         27.634         23.831
6741  3.219733e-02  0.0350216532  36030977         27.634         23.831
6742 -1.543964e-02 -0.0309228890  24788170         15.797         19.899
6743 -8.360495e-02 -0.0852262172 148705750         57.173         35.167
6744 -4.637144e-04 -0.0113858435   2008956         15.170         17.489
6745  1.607560e-02  0.0016435771   5400749         21.694         23.579
6746 -7.981121e-03 -0.0204433367   8638717         25.312         38.958
6747  1.663422e-02  0.0007078393   3806543         21.986         21.091
6748 -1.188650e-02 -0.0199386503  14379897         19.701         16.354
6749 -4.637144e-04 -0.0113858435   2008956         15.170         17.489
6750  2.100912e-02  0.0214555608  11004151         10.249         13.725
6751  2.355926e-02  0.0244049776   8446923         18.367         18.958
6752  2.100912e-02  0.0214555608  11004151         10.249         13.725
6753  2.355926e-02  0.0244049776   8446923         18.367         18.958
6754 -1.543964e-02 -0.0309228890  24788170         15.797         19.899
6755  3.219733e-02  0.0350216532  36030977         27.634         23.831
6756  1.412776e-02  0.0061425061  10174295         23.392         17.023
6757  1.412776e-02  0.0061425061  10174295         23.392         17.023
6758  6.625651e-03  0.0411736867  14596300         27.665         20.006
6759 -4.637144e-04 -0.0113858435   2008956         15.170         17.489
6760  2.100912e-02  0.0214555608  11004151         10.249         13.725
6761  1.784247e-02  0.0508275619  80314418         23.657         18.883
6762 -6.119327e-03 -0.0342512324   6441742         16.677         13.684
6763 -3.895788e-03 -0.0270270270   4419746         10.376          9.738
6764  1.641138e-02  0.0371991247   6607188         23.981         26.573
6765  2.355926e-02  0.0244049776   8446923         18.367         18.958
6766  1.412776e-02  0.0061425061  10174295         23.392         17.023
6767  1.412776e-02  0.0061425061  10174295         23.392         17.023
6768 -7.981121e-03 -0.0204433367   8638717         25.312         38.958
6769 -1.454716e-02 -0.0107930549    456020         15.756         16.031
6770 -5.680204e-03  0.0238568588   1461011         17.068         14.267
6771  3.219733e-02  0.0350216532  36030977         27.634         23.831
6772  1.412776e-02  0.0061425061  10174295         23.392         17.023
6773 -7.981121e-03 -0.0204433367   8638717         25.312         38.958
6774 -4.637144e-04 -0.0113858435   2008956         15.170         17.489
6775  2.248606e-02  0.0235653895  12680838         21.734         14.937
6776 -7.981121e-03 -0.0204433367   8638717         25.312         38.958
6777  1.412776e-02  0.0061425061  10174295         23.392         17.023
6778 -4.637144e-04 -0.0113858435   2008956         15.170         17.489
6779 -7.981121e-03 -0.0204433367   8638717         25.312         38.958
6780  1.412776e-02  0.0061425061  10174295         23.392         17.023
6781  1.607560e-02  0.0016435771   5400749         21.694         23.579
6782 -6.880241e-03 -0.0178456246   7462702         12.405         11.090
6783  1.901697e-02 -0.0260386191   6740300         37.476         24.947
6784  1.663422e-02  0.0007078393   3806543         21.986         21.091
6785  3.219733e-02  0.0350216532  36030977         27.634         23.831
6786 -7.981121e-03 -0.0204433367   8638717         25.312         38.958
6787  1.901697e-02 -0.0260386191   6740300         37.476         24.947
6788 -1.286725e-03  0.0353849453   9589150         19.531         20.160
6789 -1.543964e-02 -0.0309228890  24788170         15.797         19.899
6790 -3.745115e-02 -0.0495380076   4622595         18.783         19.242
6791  1.607560e-02  0.0016435771   5400749         21.694         23.579
6792 -7.981121e-03 -0.0204433367   8638717         25.312         38.958
6793 -6.880241e-03 -0.0178456246   7462702         12.405         11.090
6794  3.219733e-02  0.0350216532  36030977         27.634         23.831
6795 -1.543964e-02 -0.0309228890  24788170         15.797         19.899
6796 -7.345440e-03 -0.0110181596  15671575         10.298         10.167
6797 -2.578427e-02 -0.0210571551    913498         31.887         48.506
6798  6.203129e-03 -0.0072678456  32581315         40.787         29.559
6799 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6800  8.836790e-03 -0.0001803427  20541207         19.192         18.906
6801 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6802 -3.222361e-02 -0.0418372797   2763312         33.713         23.970
6803 -5.961252e-03  0.0004967710   9498500         13.622         20.414
6804  3.299857e-02  0.0439980870  22910545         27.897         32.569
6805 -5.961252e-03  0.0004967710   9498500         13.622         20.414
6806 -2.097466e-04 -0.0165589416    351828         30.630         21.336
6807 -8.294931e-03 -0.0238709677  32506192         44.754         27.567
6808  6.203129e-03 -0.0072678456  32581315         40.787         29.559
6809 -1.737791e-02 -0.0294764628  19044600         40.618         24.240
6810 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6811  8.836790e-03 -0.0001803427  20541207         19.192         18.906
6812 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6813 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6814 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6815  3.299857e-02  0.0439980870  22910545         27.897         32.569
6816 -1.882381e-02 -0.0230202026   3378587         23.071         19.158
6817 -8.294931e-03 -0.0238709677  32506192         44.754         27.567
6818 -3.223056e-02 -0.0644611187  12184673         33.193         21.983
6819  6.203129e-03 -0.0072678456  32581315         40.787         29.559
6820 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6821 -3.223056e-02 -0.0644611187  12184673         33.193         21.983
6822 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6823  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6824  3.299857e-02  0.0439980870  22910545         27.897         32.569
6825 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6826 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6827  4.126021e-03 -0.0065305899   2307596         38.222         25.977
6828 -1.737791e-02 -0.0294764628  19044600         40.618         24.240
6829 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6830 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6831 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6832 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6833  3.299857e-02  0.0439980870  22910545         27.897         32.569
6834  1.018630e-02 -0.0075056963   1217554         17.573         24.700
6835  3.525264e-02  0.0352526439  59669220         29.590         22.564
6836 -3.226639e-03 -0.0203923593  19748527         54.564         34.209
6837 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6838 -2.975420e-02 -0.0373005606   1596588         61.239         39.165
6839 -1.882381e-02 -0.0230202026   3378587         23.071         19.158
6840 -5.561590e-02 -0.0551814034  14873921         46.151         29.271
6841  6.203129e-03 -0.0072678456  32581315         40.787         29.559
6842 -9.784301e-03 -0.0164554147  26638830         32.107         29.250
6843 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6844 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6845 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6846  6.203129e-03 -0.0072678456  32581315         40.787         29.559
6847 -5.961252e-03  0.0004967710   9498500         13.622         20.414
6848 -1.921317e-02 -0.0241537054  16865074         15.510         14.305
6849 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6850 -5.961252e-03  0.0004967710   9498500         13.622         20.414
6851 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6852  3.299857e-02  0.0439980870  22910545         27.897         32.569
6853 -2.578427e-02 -0.0210571551    913498         31.887         48.506
6854 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6855 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6856 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6857 -8.294931e-03 -0.0238709677  32506192         44.754         27.567
6858 -2.578427e-02 -0.0210571551    913498         31.887         48.506
6859 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6860  4.126021e-03 -0.0065305899   2307596         38.222         25.977
6861 -5.675369e-03 -0.0215664018   8347725         32.133         28.974
6862 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6863 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6864 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6865 -6.230748e-03 -0.0252030244   5338244         64.642         39.855
6866  4.126021e-03 -0.0065305899   2307596         38.222         25.977
6867 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6868  5.116959e-03 -0.0226608187   6445963         36.875         42.996
6869 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6870  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6871 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6872 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6873 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6874 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6875 -1.672241e-02 -0.0372255344   2954419         27.783         21.679
6876 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6877 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6878 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6879 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6880 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6881 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6882 -5.570118e-03 -0.0097204019   1112086         22.923         18.275
6883  6.203129e-03 -0.0072678456  32581315         40.787         29.559
6884 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6885  1.801802e-02  0.0210210210     33705         55.038         43.290
6886 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6887 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6888 -1.778512e-01 -0.2049586777   1057164        102.727         64.692
6889 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6890 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6891 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6892 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6893 -5.961252e-03  0.0004967710   9498500         13.622         20.414
6894 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6895 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6896 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6897 -1.048444e-03  0.0081909665        80         47.909         33.268
6898 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6899 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
6900 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
6901  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6902  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6903  8.104175e-02  0.0648793566  10011678         50.168         31.748
6904 -8.294931e-03 -0.0238709677  32506192         44.754         27.567
6905  1.650218e-02  0.0194143343  25820404         18.927         17.460
6906 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6907 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6908 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
6909 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6910 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
6911 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6912 -2.578427e-02 -0.0210571551    913498         31.887         48.506
6913 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6914 -3.223056e-02 -0.0644611187  12184673         33.193         21.983
6915 -1.672241e-02 -0.0372255344   2954419         27.783         21.679
6916 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6917 -3.226639e-03 -0.0203923593  19748527         54.564         34.209
6918 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
6919 -5.961252e-03  0.0004967710   9498500         13.622         20.414
6920 -3.170828e-03 -0.0087197780   2159026         19.837         15.600
6921 -5.561590e-02 -0.0551814034  14873921         46.151         29.271
6922 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6923 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6924 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6925  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6926  3.299857e-02  0.0439980870  22910545         27.897         32.569
6927 -8.294931e-03 -0.0238709677  32506192         44.754         27.567
6928 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
6929 -1.737791e-02 -0.0294764628  19044600         40.618         24.240
6930 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6931 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6932 -8.068783e-03 -0.0144179894   7622219         46.003         30.349
6933 -4.325406e-02 -0.0532562792   2995425         33.975         22.642
6934 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6935 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6936  1.414052e-02  0.0290175284   3022424         17.684         19.594
6937  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6938  6.203129e-03 -0.0072678456  32581315         40.787         29.559
6939  1.716600e-02  0.0005982788   1906799         32.177         27.906
6940  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6941 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6942 -5.961252e-03  0.0004967710   9498500         13.622         20.414
6943 -4.929099e-02 -0.0469742361   5378932         77.333         45.933
6944  4.126021e-03 -0.0065305899   2307596         38.222         25.977
6945 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6946  4.126021e-03 -0.0065305899   2307596         38.222         25.977
6947 -8.068783e-03 -0.0144179894   7622219         46.003         30.349
6948 -1.534751e-02 -0.0212672660  12716854         19.947         14.302
6949  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6950 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6951  4.126021e-03 -0.0065305899   2307596         38.222         25.977
6952  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6953 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6954 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6955 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
6956 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
6957 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6958  6.203129e-03 -0.0072678456  32581315         40.787         29.559
6959 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
6960  4.126021e-03 -0.0065305899   2307596         38.222         25.977
6961 -3.222361e-02 -0.0418372797   2763312         33.713         23.970
6962  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6963 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6964 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6965 -1.478929e-02 -0.0399167205  10222553         47.991         28.050
6966 -2.876073e-02 -0.0066255082   6212000         26.708         22.930
6967 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6968 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6969 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6970  3.299857e-02  0.0439980870  22910545         27.897         32.569
6971 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6972  9.016870e-03  0.0125072717   1238401         52.725         40.052
6973 -3.116236e-02 -0.0202555313   4519800         31.307         30.957
6974 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6975 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
6976 -1.882381e-02 -0.0230202026   3378587         23.071         19.158
6977  1.716600e-02  0.0005982788   1906799         32.177         27.906
6978 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6979 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6980 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6981  5.946575e-02  0.0515406783   9261963         31.631         23.231
6982 -1.882381e-02 -0.0230202026   3378587         23.071         19.158
6983 -3.222361e-02 -0.0418372797   2763312         33.713         23.970
6984 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6985 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6986 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6987 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6988 -3.222361e-02 -0.0418372797   2763312         33.713         23.970
6989 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6990 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6991  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6992 -1.307917e-03 -0.0034506748   3254902         33.301         26.615
6993 -5.961252e-03  0.0004967710   9498500         13.622         20.414
6994  4.126021e-03 -0.0065305899   2307596         38.222         25.977
6995 -8.834666e-03 -0.0319730753   7205519         38.187         28.051
6996 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6997  2.636535e-03 -0.0312617702  22533342         28.016         20.729
6998 -1.672241e-02 -0.0372255344   2954419         27.783         21.679
6999  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7000  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7001 -2.578427e-02 -0.0210571551    913498         31.887         48.506
7002 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7003  3.525264e-02  0.0352526439  59669220         29.590         22.564
7004 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
7005 -4.929099e-02 -0.0469742361   5378932         77.333         45.933
7006 -3.116236e-02 -0.0202555313   4519800         31.307         30.957
7007 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
7008  4.545007e-05 -0.0197707802      8156         13.917         17.687
7009 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
7010  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7011  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7012 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
7013 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7014 -8.834666e-03 -0.0319730753   7205519         38.187         28.051
7015 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7016 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7017 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
7018  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7019 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7020  3.525264e-02  0.0352526439  59669220         29.590         22.564
7021 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
7022 -1.263584e-02 -0.0300732878    689482         37.796         25.137
7023  3.299857e-02  0.0439980870  22910545         27.897         32.569
7024 -2.770083e-03  0.0110803324        76         56.316         41.682
7025  4.735436e-02  0.0426509888   6957252         54.643         35.396
7026 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7027 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7028 -1.672241e-02 -0.0372255344   2954419         27.783         21.679
7029 -1.534751e-02 -0.0212672660  12716854         19.947         14.302
7030 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7031 -3.116236e-02 -0.0202555313   4519800         31.307         30.957
7032  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7033  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7034  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7035 -1.737791e-02 -0.0294764628  19044600         40.618         24.240
7036  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7037  3.525264e-02  0.0352526439  59669220         29.590         22.564
7038 -8.294931e-03 -0.0238709677  32506192         44.754         27.567
7039 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
7040 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7041 -2.139245e-03 -0.0122520420   4538224         23.726         17.193
7042 -1.168142e-02  0.0038938053  77369189         29.474         21.974
7043  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7044  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7045  3.525264e-02  0.0352526439  59669220         29.590         22.564
7046 -2.876073e-02 -0.0066255082   6212000         26.708         22.930
7047 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
7048 -3.222361e-02 -0.0418372797   2763312         33.713         23.970
7049 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7050  3.299857e-02  0.0439980870  22910545         27.897         32.569
7051  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7052 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
7053 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
7054 -2.139245e-03 -0.0122520420   4538224         23.726         17.193
7055  3.525264e-02  0.0352526439  59669220         29.590         22.564
7056 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7057 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7058  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7059 -3.223056e-02 -0.0644611187  12184673         33.193         21.983
7060 -8.068783e-03 -0.0144179894   7622219         46.003         30.349
7061 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7062  1.716600e-02  0.0005982788   1906799         32.177         27.906
7063 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
7064 -1.534751e-02 -0.0212672660  12716854         19.947         14.302
7065  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7066 -8.068783e-03 -0.0144179894   7622219         46.003         30.349
7067 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7068 -3.116236e-02 -0.0202555313   4519800         31.307         30.957
7069 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7070  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7071 -1.263584e-02 -0.0300732878    689482         37.796         25.137
7072  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7073 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
7074 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
7075  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7076 -3.223056e-02 -0.0644611187  12184673         33.193         21.983
7077  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7078 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
7079 -1.921317e-02 -0.0241537054  16865074         15.510         14.305
7080 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7081 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7082 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7083 -5.675369e-03 -0.0215664018   8347725         32.133         28.974
7084 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7085 -2.131011e-02 -0.0265913092   4094033         19.063         16.380
7086 -2.155172e-02  0.0000000000    708181         31.366         27.695
7087 -8.294931e-03 -0.0238709677  32506192         44.754         27.567
7088 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7089 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7090  3.735409e-02  0.0221789883    446835         35.412         35.384
7091 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
7092 -5.487547e-03 -0.0126635711  15084839         24.961         20.660
7093 -1.921317e-02 -0.0241537054  16865074         15.510         14.305
7094 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7095 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7096 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7097 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7098  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7099 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7100 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
7101  3.299857e-02  0.0439980870  22910545         27.897         32.569
7102 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7103 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
7104 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7105 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
7106 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7107 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7108 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7109 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7110  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7111 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7112  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7113 -2.975420e-02 -0.0373005606   1596588         61.239         39.165
7114 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7115 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
7116 -5.675369e-03 -0.0215664018   8347725         32.133         28.974
7117 -5.487547e-03 -0.0126635711  15084839         24.961         20.660
7118  1.716600e-02  0.0005982788   1906799         32.177         27.906
7119  1.716600e-02  0.0005982788   1906799         32.177         27.906
7120  1.716600e-02  0.0005982788   1906799         32.177         27.906
7121 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7122  1.716600e-02  0.0005982788   1906799         32.177         27.906
7123 -1.921317e-02 -0.0241537054  16865074         15.510         14.305
7124 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7125 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
7126  8.104175e-02  0.0648793566  10011678         50.168         31.748
7127 -2.682612e-02 -0.0029088559   4952800         31.351         29.662
7128  3.299857e-02  0.0439980870  22910545         27.897         32.569
7129  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7130 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7131 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7132 -1.882381e-02 -0.0230202026   3378587         23.071         19.158
7133 -1.882381e-02 -0.0230202026   3378587         23.071         19.158
7134  1.018630e-02 -0.0075056963   1217554         17.573         24.700
7135  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7136  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7137 -1.370887e-03 -0.0170737787   9869509         24.734         18.379
7138 -1.882381e-02 -0.0230202026   3378587         23.071         19.158
7139 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
7140  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7141 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7142 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
7143  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7144 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7145 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7146 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7147  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7148 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7149 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7150  1.716600e-02  0.0005982788   1906799         32.177         27.906
7151 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
7152 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
7153  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7154  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7155  1.217391e-01  0.1033043478  39779447         58.203         35.868
7156  5.892911e-02  0.0538438528   1477718         52.587         40.553
7157 -8.664606e-03 -0.0118430792   2099838         18.118         23.879
7158  4.127213e-02  0.0207112153  16717233         80.447         53.359
7159  1.294971e-02  0.0127673157  33078726         42.100         29.662
7160  1.217391e-01  0.1033043478  39779447         58.203         35.868
7161  1.217391e-01  0.1033043478  39779447         58.203         35.868
7162  3.170581e-02  0.0139340034   5907246         51.688         34.372
7163  1.294971e-02  0.0127673157  33078726         42.100         29.662
7164  2.153506e-02  0.0083747469  32785475         44.559         27.373
7165  1.240899e-01  0.0910147173   7791636         49.840         31.783
7166 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7167  2.365557e-03 -0.0130894181   6895400         31.647         31.111
7168  4.127213e-02  0.0207112153  16717233         80.447         53.359
7169  3.170581e-02  0.0139340034   5907246         51.688         34.372
7170 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7171  1.058668e-02  0.0081605646  21356337         40.462         24.238
7172  3.170581e-02  0.0139340034   5907246         51.688         34.372
7173 -2.041913e-02 -0.0219117559   3509973         22.823         19.084
7174 -2.185792e-02 -0.0213114754  19103293         15.732         14.350
7175 -1.161290e-02 -0.0196415771   4744345         28.759         21.449
7176  3.170581e-02  0.0139340034   5907246         51.688         34.372
7177 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7178  3.170581e-02  0.0139340034   5907246         51.688         34.372
7179  1.217391e-01  0.1033043478  39779447         58.203         35.868
7180 -1.034037e-02 -0.0644118914  14931528         46.314         29.391
7181  1.185037e-02 -0.0001427756   8696873         46.729         28.039
7182 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7183 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7184 -1.161290e-02 -0.0196415771   4744345         28.759         21.449
7185  4.127213e-02  0.0207112153  16717233         80.447         53.359
7186  1.217391e-01  0.1033043478  39779447         58.203         35.868
7187 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7188 -3.758741e-02 -0.0503496503   2503720         30.722         24.062
7189  1.294971e-02  0.0127673157  33078726         42.100         29.662
7190  4.406414e-02  0.0229079639   7301200         46.148         29.772
7191  2.365557e-03 -0.0130894181   6895400         31.647         31.111
7192 -3.758741e-02 -0.0503496503   2503720         30.722         24.062
7193  4.406414e-02  0.0229079639   7301200         46.148         29.772
7194  1.217391e-01  0.1033043478  39779447         58.203         35.868
7195 -2.437835e-02 -0.0397367138   8549379         25.298         16.620
7196 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7197  4.127213e-02  0.0207112153  16717233         80.447         53.359
7198  1.358446e-02  0.0007919191    262100         30.571         21.011
7199  1.217391e-01  0.1033043478  39779447         58.203         35.868
7200  3.170581e-02  0.0139340034   5907246         51.688         34.372
7201 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7202 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7203  1.217391e-01  0.1033043478  39779447         58.203         35.868
7204 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7205  4.127213e-02  0.0207112153  16717233         80.447         53.359
7206  2.524476e-02  0.0138981885   2064289         38.805         26.117
7207 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7208 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7209 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7210 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7211 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7212 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7213  4.127213e-02  0.0207112153  16717233         80.447         53.359
7214 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7215  8.986520e-03  0.0054917624  18437600         13.583         20.260
7216  1.217391e-01  0.1033043478  39779447         58.203         35.868
7217  1.294971e-02  0.0127673157  33078726         42.100         29.662
7218  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7219 -1.813080e-02 -0.0356140730  13989247         20.583         14.904
7220  3.170581e-02  0.0139340034   5907246         51.688         34.372
7221  4.946971e-02  0.0444871521   5141616         61.771         40.021
7222  3.170581e-02  0.0139340034   5907246         51.688         34.372
7223  1.588202e-02 -0.0147475893  19521017         27.498         20.700
7224  4.127213e-02  0.0207112153  16717233         80.447         53.359
7225  1.217391e-01  0.1033043478  39779447         58.203         35.868
7226 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7227 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7228  2.524476e-02  0.0138981885   2064289         38.805         26.117
7229  3.170581e-02  0.0139340034   5907246         51.688         34.372
7230  2.524476e-02  0.0138981885   2064289         38.805         26.117
7231 -3.758741e-02 -0.0503496503   2503720         30.722         24.062
7232  1.294971e-02  0.0127673157  33078726         42.100         29.662
7233 -1.161290e-02 -0.0196415771   4744345         28.759         21.449
7234  1.294971e-02  0.0127673157  33078726         42.100         29.662
7235  3.170581e-02  0.0139340034   5907246         51.688         34.372
7236  1.217391e-01  0.1033043478  39779447         58.203         35.868
7237  4.127213e-02  0.0207112153  16717233         80.447         53.359
7238  1.217391e-01  0.1033043478  39779447         58.203         35.868
7239  6.400000e-02  0.0435789474   5090962         56.266         35.449
7240 -2.041913e-02 -0.0219117559   3509973         22.823         19.084
7241  3.170581e-02  0.0139340034   5907246         51.688         34.372
7242  3.170581e-02  0.0139340034   5907246         51.688         34.372
7243  1.217391e-01  0.1033043478  39779447         58.203         35.868
7244  2.197802e-02 -0.0073260073   6011590         21.162         24.093
7245  3.170581e-02  0.0139340034   5907246         51.688         34.372
7246  1.217391e-01  0.1033043478  39779447         58.203         35.868
7247  1.217391e-01  0.1033043478  39779447         58.203         35.868
7248  2.524476e-02  0.0138981885   2064289         38.805         26.117
7249  7.415254e-03  0.0049435028  64305353         29.593         22.030
7250  2.365557e-03 -0.0130894181   6895400         31.647         31.111
7251  6.579557e-03 -0.0088963025  15234549         26.716         20.303
7252  4.946971e-02  0.0444871521   5141616         61.771         40.021
7253  4.127213e-02  0.0207112153  16717233         80.447         53.359
7254  4.127213e-02  0.0207112153  16717233         80.447         53.359
7255 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7256  4.127213e-02  0.0207112153  16717233         80.447         53.359
7257  3.170581e-02  0.0139340034   5907246         51.688         34.372
7258 -1.161290e-02 -0.0196415771   4744345         28.759         21.449
7259 -2.795899e-02  0.0107176142  22309212         29.123         33.694
7260  1.217391e-01  0.1033043478  39779447         58.203         35.868
7261  3.170581e-02  0.0139340034   5907246         51.688         34.372
7262  4.406414e-02  0.0229079639   7301200         46.148         29.772
7263  3.170581e-02  0.0139340034   5907246         51.688         34.372
7264  2.106534e-02  0.0022809607   3597192         17.334         24.662
7265 -1.460298e-02 -0.0188621844  35133029         26.356         18.295
7266  1.294971e-02  0.0127673157  33078726         42.100         29.662
7267 -3.758741e-02 -0.0503496503   2503720         30.722         24.062
7268  2.524476e-02  0.0138981885   2064289         38.805         26.117
7269  4.127213e-02  0.0207112153  16717233         80.447         53.359
7270  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7271 -2.041913e-02 -0.0219117559   3509973         22.823         19.084
7272 -2.041913e-02 -0.0219117559   3509973         22.823         19.084
7273  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7274  3.529412e-02  0.0164705882  59831126         26.624         22.107
7275  1.217391e-01  0.1033043478  39779447         58.203         35.868
7276  1.294971e-02  0.0127673157  33078726         42.100         29.662
7277  1.358446e-02  0.0007919191    262100         30.571         21.011
7278  1.217391e-01  0.1033043478  39779447         58.203         35.868
7279  3.170581e-02  0.0139340034   5907246         51.688         34.372
7280 -1.813080e-02 -0.0356140730  13989247         20.583         14.904
7281  4.127213e-02  0.0207112153  16717233         80.447         53.359
7282 -8.362475e-03  0.0047133952   5031500         26.551         22.994
7283  3.170581e-02  0.0139340034   5907246         51.688         34.372
7284  1.217391e-01  0.1033043478  39779447         58.203         35.868
7285  1.217391e-01  0.1033043478  39779447         58.203         35.868
7286  1.217391e-01  0.1033043478  39779447         58.203         35.868
7287 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7288 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7289  1.217391e-01  0.1033043478  39779447         58.203         35.868
7290  1.217391e-01  0.1033043478  39779447         58.203         35.868
7291 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7292  1.334270e-01  0.1235955056   4716279         45.429         37.570
7293  4.127213e-02  0.0207112153  16717233         80.447         53.359
7294  1.058668e-02  0.0081605646  21356337         40.462         24.238
7295 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7296  1.358446e-02  0.0007919191    262100         30.571         21.011
7297  1.217391e-01  0.1033043478  39779447         58.203         35.868
7298  2.524476e-02  0.0138981885   2064289         38.805         26.117
7299  2.106534e-02  0.0022809607   3597192         17.334         24.662
7300 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7301  2.524476e-02  0.0138981885   2064289         38.805         26.117
7302 -2.041913e-02 -0.0219117559   3509973         22.823         19.084
7303  3.529412e-02  0.0164705882  59831126         26.624         22.107
7304  4.127213e-02  0.0207112153  16717233         80.447         53.359
7305  3.365520e-02  0.0108067142   3491612         33.085         25.876
7306  4.127213e-02  0.0207112153  16717233         80.447         53.359
7307  4.127213e-02  0.0207112153  16717233         80.447         53.359
7308 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7309 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7310  2.524476e-02  0.0138981885   2064289         38.805         26.117
7311 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7312 -8.362475e-03  0.0047133952   5031500         26.551         22.994
7313 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7314 -1.449028e-02 -0.0376747358  10180500         32.890         21.990
7315 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7316  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7317  2.524476e-02  0.0138981885   2064289         38.805         26.117
7318 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7319 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7320  1.217391e-01  0.1033043478  39779447         58.203         35.868
7321 -1.813080e-02 -0.0356140730  13989247         20.583         14.904
7322  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7323  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7324  4.127213e-02  0.0207112153  16717233         80.447         53.359
7325  3.170581e-02  0.0139340034   5907246         51.688         34.372
7326 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7327  2.365557e-03 -0.0130894181   6895400         31.647         31.111
7328 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7329  3.170581e-02  0.0139340034   5907246         51.688         34.372
7330 -2.041913e-02 -0.0219117559   3509973         22.823         19.084
7331  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7332 -7.205040e-02 -0.0943871707  30276433         53.098         31.395
7333  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7334  1.294971e-02  0.0127673157  33078726         42.100         29.662
7335  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7336  4.127213e-02  0.0207112153  16717233         80.447         53.359
7337  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7338  8.986520e-03  0.0054917624  18437600         13.583         20.260
7339  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7340 -1.460298e-02 -0.0188621844  35133029         26.356         18.295
7341 -1.449028e-02 -0.0376747358  10180500         32.890         21.990
7342 -1.449028e-02 -0.0376747358  10180500         32.890         21.990
7343  1.294971e-02  0.0127673157  33078726         42.100         29.662
7344  1.217391e-01  0.1033043478  39779447         58.203         35.868
7345  1.217391e-01  0.1033043478  39779447         58.203         35.868
7346  3.170581e-02  0.0139340034   5907246         51.688         34.372
7347  1.294971e-02  0.0127673157  33078726         42.100         29.662
7348  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7349  3.170581e-02  0.0139340034   5907246         51.688         34.372
7350 -2.041913e-02 -0.0219117559   3509973         22.823         19.084
7351  1.217391e-01  0.1033043478  39779447         58.203         35.868
7352 -1.161290e-02 -0.0196415771   4744345         28.759         21.449
7353  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7354 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7355  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7356 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7357  4.127213e-02  0.0207112153  16717233         80.447         53.359
7358 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7359 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7360 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7361  6.400000e-02  0.0435789474   5090962         56.266         35.449
7362 -1.280788e-02 -0.0477832512    880866         41.314         26.361
7363 -1.034037e-02 -0.0644118914  14931528         46.314         29.391
7364 -2.304881e-02 -0.0349479996   5726327         32.744         20.363
7365  1.217391e-01  0.1033043478  39779447         58.203         35.868
7366  1.217391e-01  0.1033043478  39779447         58.203         35.868
7367 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7368 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7369  6.400000e-02  0.0435789474   5090962         56.266         35.449
7370  8.498584e-03 -0.0072967637   2460024         27.274         19.116
7371  4.406414e-02  0.0229079639   7301200         46.148         29.772
7372  2.365557e-03 -0.0130894181   6895400         31.647         31.111
7373  3.170581e-02  0.0139340034   5907246         51.688         34.372
7374  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7375  1.217391e-01  0.1033043478  39779447         58.203         35.868
7376  2.153506e-02  0.0083747469  32785475         44.559         27.373
7377 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7378  4.127213e-02  0.0207112153  16717233         80.447         53.359
7379  1.294971e-02  0.0127673157  33078726         42.100         29.662
7380  2.524476e-02  0.0138981885   2064289         38.805         26.117
7381  2.365557e-03 -0.0130894181   6895400         31.647         31.111
7382  5.802708e-03  0.0137008382  26057609         19.765         17.538
7383  2.365557e-03 -0.0130894181   6895400         31.647         31.111
7384  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7385  1.217391e-01  0.1033043478  39779447         58.203         35.868
7386 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7387  2.106534e-02  0.0022809607   3597192         17.334         24.662
7388  2.106534e-02  0.0022809607   3597192         17.334         24.662
7389  9.787928e-04  0.0088091354   3906300         31.309         29.629
7390  4.127213e-02  0.0207112153  16717233         80.447         53.359
7391  5.033557e-03 -0.0071308725  11827007         38.342         28.077
7392  1.294971e-02  0.0127673157  33078726         42.100         29.662
7393  4.406414e-02  0.0229079639   7301200         46.148         29.772
7394  1.217391e-01  0.1033043478  39779447         58.203         35.868
7395  4.406414e-02  0.0229079639   7301200         46.148         29.772
7396 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7397 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7398  4.127213e-02  0.0207112153  16717233         80.447         53.359
7399  4.127213e-02  0.0207112153  16717233         80.447         53.359
7400 -1.283124e-01 -0.1272663877    581017        105.694         66.656
7401  3.529412e-02  0.0164705882  59831126         26.624         22.107
7402 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7403 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7404  1.217391e-01  0.1033043478  39779447         58.203         35.868
7405 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7406  4.406414e-02  0.0229079639   7301200         46.148         29.772
7407 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7408  2.153506e-02  0.0083747469  32785475         44.559         27.373
7409 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7410 -1.280788e-02 -0.0477832512    880866         41.314         26.361
7411 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7412 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7413  1.058668e-02  0.0081605646  21356337         40.462         24.238
7414  5.802708e-03  0.0137008382  26057609         19.765         17.538
7415  1.217391e-01  0.1033043478  39779447         58.203         35.868
7416 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7417  1.217391e-01  0.1033043478  39779447         58.203         35.868
7418 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7419  1.217391e-01  0.1033043478  39779447         58.203         35.868
7420  4.127213e-02  0.0207112153  16717233         80.447         53.359
7421  4.127213e-02  0.0207112153  16717233         80.447         53.359
7422  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7423  3.529412e-02  0.0164705882  59831126         26.624         22.107
7424 -1.460298e-02 -0.0188621844  35133029         26.356         18.295
7425 -3.662627e-02 -0.0191082803  86785513         32.739         41.266
7426  3.170581e-02  0.0139340034   5907246         51.688         34.372
7427 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7428  3.170581e-02  0.0139340034   5907246         51.688         34.372
7429 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7430 -2.795899e-02  0.0107176142  22309212         29.123         33.694
7431  1.217391e-01  0.1033043478  39779447         58.203         35.868
7432 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7433  1.217391e-01  0.1033043478  39779447         58.203         35.868
7434 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7435  3.529412e-02  0.0164705882  59831126         26.624         22.107
7436 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7437  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7438  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7439  4.127213e-02  0.0207112153  16717233         80.447         53.359
7440 -8.362475e-03  0.0047133952   5031500         26.551         22.994
7441 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7442  1.217391e-01  0.1033043478  39779447         58.203         35.868
7443  1.217391e-01  0.1033043478  39779447         58.203         35.868
7444  1.217391e-01  0.1033043478  39779447         58.203         35.868
7445  4.127213e-02  0.0207112153  16717233         80.447         53.359
7446 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7447 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7448  1.217391e-01  0.1033043478  39779447         58.203         35.868
7449  2.153506e-02  0.0083747469  32785475         44.559         27.373
7450  1.294971e-02  0.0127673157  33078726         42.100         29.662
7451  8.193042e-03  0.0081930415      7385         67.308         71.938
7452  1.217391e-01  0.1033043478  39779447         58.203         35.868
7453 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7454 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7455 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7456  1.217391e-01  0.1033043478  39779447         58.203         35.868
7457 -1.161290e-02 -0.0196415771   4744345         28.759         21.449
7458  2.153506e-02  0.0083747469  32785475         44.559         27.373
7459 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7460  8.193042e-03  0.0081930415      7385         67.308         71.938
7461 -7.205040e-02 -0.0943871707  30276433         53.098         31.395
7462 -1.449028e-02 -0.0376747358  10180500         32.890         21.990
7463 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7464  8.572341e-03  0.0127673157  33078726         42.100         29.662
7465  1.137391e-01  0.1033043478  39779447         58.203         35.868
7466 -1.488646e-02 -0.0529015980  10430994         30.794         21.387
7467 -1.488646e-02 -0.0529015980  10430994         30.794         21.387
7468  3.837803e-02  0.0139340034   5907246         51.688         34.372
7469  1.137391e-01  0.1033043478  39779447         58.203         35.868
7470 -2.342657e-02 -0.0503496503   2503720         30.722         24.062
7471  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7472  3.837803e-02  0.0139340034   5907246         51.688         34.372
7473  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7474  8.572341e-03  0.0127673157  33078726         42.100         29.662
7475  7.988018e-03  0.0054917624  18437600         13.583         20.260
7476  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7477  3.837803e-02  0.0139340034   5907246         51.688         34.372
7478  2.027724e-02  0.0138981885   2064289         38.805         26.117
7479  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7480  1.137391e-01  0.1033043478  39779447         58.203         35.868
7481 -6.073083e-03 -0.0240864642   8950724         25.056         16.550
7482 -6.073083e-03 -0.0240864642   8950724         25.056         16.550
7483  1.137391e-01  0.1033043478  39779447         58.203         35.868
7484  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7485  1.258389e-03 -0.0071308725  11827007         38.342         28.077
7486  2.027724e-02  0.0138981885   2064289         38.805         26.117
7487  8.572341e-03  0.0127673157  33078726         42.100         29.662
7488  7.500852e-03 -0.0376747358  10180500         32.890         21.990
7489  3.837803e-02  0.0139340034   5907246         51.688         34.372
7490  2.027724e-02  0.0138981885   2064289         38.805         26.117
7491  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7492  1.658768e-02 -0.0644118914  14931528         46.314         29.391
7493  1.423177e-02  0.0142317746  16721947         25.206         20.767
7494 -1.488646e-02 -0.0529015980  10430994         30.794         21.387
7495 -6.073083e-03 -0.0240864642   8950724         25.056         16.550
7496  9.628160e-02  0.0207112153  16717233         80.447         53.359
7497 -4.298764e-03 -0.0219117559   3509973         22.823         19.084
7498  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7499  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7500  9.628160e-02  0.0207112153  16717233         80.447         53.359
7501  9.628160e-02  0.0207112153  16717233         80.447         53.359
7502  1.137391e-01  0.1033043478  39779447         58.203         35.868
7503  7.500852e-03 -0.0376747358  10180500         32.890         21.990
7504  9.628160e-02  0.0207112153  16717233         80.447         53.359
7505  1.886619e-02  0.0083747469  32785475         44.559         27.373
7506  3.837803e-02  0.0139340034   5907246         51.688         34.372
7507  1.258389e-03 -0.0071308725  11827007         38.342         28.077
7508  3.058887e-02  0.0229079639   7301200         46.148         29.772
7509  1.137391e-01  0.1033043478  39779447         58.203         35.868
7510  3.485881e-02 -0.0020123337  19761347         35.723         27.856
7511  1.137391e-01  0.1033043478  39779447         58.203         35.868
7512  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7513 -5.130836e-03 -0.0151359672   3912329         40.814         29.348
7514  9.628160e-02  0.0207112153  16717233         80.447         53.359
7515  3.485881e-02 -0.0020123337  19761347         35.723         27.856
7516  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7517  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7518  2.479316e-02  0.0007919191    262100         30.571         21.011
7519  3.837803e-02  0.0139340034   5907246         51.688         34.372
7520  9.628160e-02  0.0207112153  16717233         80.447         53.359
7521  2.426530e-03  0.0053922890   7274693         44.587         27.986
7522  1.137391e-01  0.1033043478  39779447         58.203         35.868
7523 -6.073083e-03 -0.0240864642   8950724         25.056         16.550
7524 -1.488646e-02 -0.0529015980  10430994         30.794         21.387
7525  1.137391e-01  0.1033043478  39779447         58.203         35.868
7526  1.137391e-01  0.1033043478  39779447         58.203         35.868
7527  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7528  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7529  1.140480e-02  0.0022809607   3597192         17.334         24.662
7530  3.837803e-02  0.0139340034   5907246         51.688         34.372
7531  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7532  8.572341e-03  0.0127673157  33078726         42.100         29.662
7533  9.628160e-02  0.0207112153  16717233         80.447         53.359
7534  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7535  1.137391e-01  0.1033043478  39779447         58.203         35.868
7536  9.628160e-02  0.0207112153  16717233         80.447         53.359
7537  1.573034e-03 -0.0161797753  18562548         33.907         20.024
7538  3.058887e-02  0.0229079639   7301200         46.148         29.772
7539  8.193042e-03  0.0081930415      7385         67.308         71.938
7540  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7541  9.628160e-02  0.0207112153  16717233         80.447         53.359
7542 -1.014461e-02 -0.0356140730  13989247         20.583         14.904
7543  1.137391e-01  0.1033043478  39779447         58.203         35.868
7544 -9.605735e-03 -0.0196415771   4744345         28.759         21.449
7545  1.137391e-01  0.1033043478  39779447         58.203         35.868
7546  9.628160e-02  0.0207112153  16717233         80.447         53.359
7547  9.628160e-02  0.0207112153  16717233         80.447         53.359
7548 -6.073083e-03 -0.0240864642   8950724         25.056         16.550
7549  1.882845e-02 -0.1272663877    581017        105.694         66.656
7550  9.628160e-02  0.0207112153  16717233         80.447         53.359
7551  1.137391e-01  0.1033043478  39779447         58.203         35.868
7552  9.628160e-02  0.0207112153  16717233         80.447         53.359
7553  1.137391e-01  0.1033043478  39779447         58.203         35.868
7554 -2.702703e-02  0.0107176142  22309212         29.123         33.694
7555  3.272727e-02  0.0235151515  92057905         23.487         21.780
7556 -5.733805e-03 -0.0071977553  12098692         23.058         17.198
7557 -4.298764e-03 -0.0219117559   3509973         22.823         19.084
7558  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7559  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7560  3.837803e-02  0.0139340034   5907246         51.688         34.372
7561 -1.488646e-02 -0.0529015980  10430994         30.794         21.387
7562  2.479316e-02  0.0007919191    262100         30.571         21.011
7563  8.572341e-03  0.0127673157  33078726         42.100         29.662
7564  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7565 -6.073083e-03 -0.0240864642   8950724         25.056         16.550
7566  8.572341e-03  0.0127673157  33078726         42.100         29.662
7567  1.137391e-01  0.1033043478  39779447         58.203         35.868
7568  3.834237e-02  0.0910147173   7791636         49.840         31.783
7569  1.137391e-01  0.1033043478  39779447         58.203         35.868
7570  9.628160e-02  0.0207112153  16717233         80.447         53.359
7571  9.628160e-02  0.0207112153  16717233         80.447         53.359
7572  9.628160e-02  0.0207112153  16717233         80.447         53.359
7573  8.572341e-03  0.0127673157  33078726         42.100         29.662
7574  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7575 -2.342657e-02 -0.0503496503   2503720         30.722         24.062
7576 -1.503410e-02 -0.0306881587   6907719         26.955         19.459
7577  8.572341e-03  0.0127673157  33078726         42.100         29.662
7578  3.837803e-02  0.0139340034   5907246         51.688         34.372
7579  3.058887e-02  0.0229079639   7301200         46.148         29.772
7580  7.500852e-03 -0.0376747358  10180500         32.890         21.990
7581  1.137391e-01  0.1033043478  39779447         58.203         35.868
7582  8.572341e-03  0.0127673157  33078726         42.100         29.662
7583  9.628160e-02  0.0207112153  16717233         80.447         53.359
7584 -6.073083e-03 -0.0240864642   8950724         25.056         16.550
7585  8.572341e-03  0.0127673157  33078726         42.100         29.662
7586  1.137391e-01  0.1033043478  39779447         58.203         35.868
7587  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7588  1.137391e-01  0.1033043478  39779447         58.203         35.868
7589  3.058887e-02  0.0229079639   7301200         46.148         29.772
7590  3.058887e-02  0.0229079639   7301200         46.148         29.772
7591  3.058887e-02  0.0229079639   7301200         46.148         29.772
7592  1.137391e-01  0.1033043478  39779447         58.203         35.868
7593  3.058887e-02  0.0229079639   7301200         46.148         29.772
7594  9.628160e-02  0.0207112153  16717233         80.447         53.359
7595 -2.342657e-02 -0.0503496503   2503720         30.722         24.062
7596 -2.342657e-02 -0.0503496503   2503720         30.722         24.062
7597  2.027724e-02  0.0138981885   2064289         38.805         26.117
7598  3.058887e-02  0.0229079639   7301200         46.148         29.772
7599 -4.298764e-03 -0.0219117559   3509973         22.823         19.084
7600 -5.733805e-03 -0.0071977553  12098692         23.058         17.198
7601  3.485881e-02 -0.0020123337  19761347         35.723         27.856
7602  3.058887e-02  0.0229079639   7301200         46.148         29.772
7603  3.837803e-02  0.0139340034   5907246         51.688         34.372
7604  1.423177e-02  0.0142317746  16721947         25.206         20.767
7605 -2.342657e-02 -0.0503496503   2503720         30.722         24.062
7606  9.628160e-02  0.0207112153  16717233         80.447         53.359
7607  9.628160e-02  0.0207112153  16717233         80.447         53.359
7608  9.628160e-02  0.0207112153  16717233         80.447         53.359
7609  1.137391e-01  0.1033043478  39779447         58.203         35.868
7610  3.837803e-02  0.0139340034   5907246         51.688         34.372
7611  2.958021e-02  0.0701695858   7004297         29.667         21.797
7612 -1.014461e-02 -0.0356140730  13989247         20.583         14.904
7613  9.628160e-02  0.0207112153  16717233         80.447         53.359
7614  3.485881e-02 -0.0020123337  19761347         35.723         27.856
7615  8.572341e-03  0.0127673157  33078726         42.100         29.662
7616  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7617  9.628160e-02  0.0207112153  16717233         80.447         53.359
7618 -2.239295e-02 -0.0349479996   5726327         32.744         20.363
7619 -2.239295e-02 -0.0349479996   5726327         32.744         20.363
7620  3.058887e-02  0.0229079639   7301200         46.148         29.772
7621 -5.137806e-03 -0.0118430792   2099838         18.118         23.879
7622  3.837803e-02  0.0139340034   5907246         51.688         34.372
7623  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7624  3.058887e-02  0.0229079639   7301200         46.148         29.772
7625  1.044046e-02  0.0088091354   3906300         31.309         29.629
7626  3.058887e-02  0.0229079639   7301200         46.148         29.772
7627  3.837803e-02  0.0139340034   5907246         51.688         34.372
7628  1.137391e-01  0.1033043478  39779447         58.203         35.868
7629  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7630  1.137391e-01  0.1033043478  39779447         58.203         35.868
7631  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7632  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7633  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7634  1.137391e-01  0.1033043478  39779447         58.203         35.868
7635 -3.632374e-02 -0.0397367138   8549379         25.298         16.620
7636  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7637  3.058887e-02  0.0229079639   7301200         46.148         29.772
7638  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7639  1.423177e-02  0.0142317746  16721947         25.206         20.767
7640  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7641  8.572341e-03  0.0127673157  33078726         42.100         29.662
7642  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7643  5.673461e-03 -0.0044126917  17768405         25.321         19.567
7644  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7645  1.137391e-01  0.1033043478  39779447         58.203         35.868
7646  8.296943e-03  0.0021834061   1782490         32.293         48.479
7647 -1.488646e-02 -0.0529015980  10430994         30.794         21.387
7648  8.296943e-03  0.0021834061   1782490         32.293         48.479
7649  9.628160e-02  0.0207112153  16717233         80.447         53.359
7650 -6.073083e-03 -0.0240864642   8950724         25.056         16.550
7651  4.295455e-02  0.0200000000  28368505         33.131         29.896
7652  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7653  8.296943e-03  0.0021834061   1782490         32.293         48.479
7654  8.296943e-03  0.0021834061   1782490         32.293         48.479
7655 -9.796807e-03 -0.0232220610   6060726         36.563         42.956
7656  9.628160e-02  0.0207112153  16717233         80.447         53.359
7657  4.640900e-02  0.0444871521   5141616         61.771         40.021
7658  9.628160e-02  0.0207112153  16717233         80.447         53.359
7659  8.296943e-03  0.0021834061   1782490         32.293         48.479
7660  3.837803e-02  0.0139340034   5907246         51.688         34.372
7661  1.137391e-01  0.1033043478  39779447         58.203         35.868
7662  8.296943e-03  0.0021834061   1782490         32.293         48.479
7663 -4.057524e-02 -0.0823061120  10706050         27.668         20.890
7664  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7665  8.296943e-03  0.0021834061   1782490         32.293         48.479
7666  4.220399e-02  0.0207112153  16717233         80.447         53.359
7667 -2.536946e-02 -0.0477832512    880866         41.314         26.361
7668  5.362468e-03 -0.0208109735   1949444         26.602         23.466
7669 -1.008749e-02 -0.0240864642   8950724         25.056         16.550
7670 -6.578114e-03  0.0138981885   2064289         38.805         26.117
7671  5.362468e-03 -0.0208109735   1949444         26.602         23.466
7672  1.615721e-02  0.0021834061   1782490         32.293         48.479
7673  5.362468e-03 -0.0208109735   1949444         26.602         23.466
7674  1.615721e-02  0.0021834061   1782490         32.293         48.479
7675 -1.800699e-02 -0.0503496503   2503720         30.722         24.062
7676  9.739130e-02  0.1033043478  39779447         58.203         35.868
7677  5.362468e-03 -0.0208109735   1949444         26.602         23.466
7678  1.615721e-02  0.0021834061   1782490         32.293         48.479
7679  9.739130e-02  0.1033043478  39779447         58.203         35.868
7680  1.615721e-02  0.0021834061   1782490         32.293         48.479
7681  4.220399e-02  0.0207112153  16717233         80.447         53.359
7682 -1.125646e-02 -0.0188621844  35133029         26.356         18.295
7683 -1.500160e-02  0.0127673157  33078726         42.100         29.662
7684 -1.800699e-02 -0.0503496503   2503720         30.722         24.062
7685  1.615721e-02  0.0021834061   1782490         32.293         48.479
7686  4.220399e-02  0.0207112153  16717233         80.447         53.359
7687 -1.008749e-02 -0.0240864642   8950724         25.056         16.550
7688 -1.500160e-02  0.0127673157  33078726         42.100         29.662
7689  4.220399e-02  0.0207112153  16717233         80.447         53.359
7690 -1.125646e-02 -0.0188621844  35133029         26.356         18.295
7691  5.647517e-03 -0.0020123337  19761347         35.723         27.856
7692  4.220399e-02  0.0207112153  16717233         80.447         53.359
     lstm_polarity textblob_polarity
1               -1      0.000000e+00
2                1      0.000000e+00
3               -1      0.000000e+00
4                1      2.000000e-01
5               -1      0.000000e+00
6               -1      0.000000e+00
7               -1      0.000000e+00
8               -1      0.000000e+00
9               -1      2.500000e-01
10              -1      0.000000e+00
11              -1     -5.500000e-01
12               1      0.000000e+00
13              -1      0.000000e+00
14               1      1.000000e+00
15               1      4.000000e-01
16               1      0.000000e+00
17               1      0.000000e+00
18              -1      0.000000e+00
19               1      0.000000e+00
20               1      2.000000e-01
21              -1      0.000000e+00
22               1      0.000000e+00
23              -1      5.000000e-01
24              -1      0.000000e+00
25               1      2.500000e-01
26              -1      0.000000e+00
27               1     -1.200000e-01
28              -1      0.000000e+00
29               1      4.250000e-01
30               1      1.000000e-01
31              -1     -1.000000e-01
32              -1      1.666667e-01
33               1      1.619048e-01
34               1      0.000000e+00
35              -1      0.000000e+00
36               1      0.000000e+00
37              -1      5.000000e-01
38              -1     -1.000000e+00
39              -1      0.000000e+00
40               1      2.000000e-01
41              -1      0.000000e+00
42              -1      0.000000e+00
43               1      2.000000e-01
44               1      0.000000e+00
45              -1      0.000000e+00
46              -1      0.000000e+00
47              -1      0.000000e+00
48               1      0.000000e+00
49              -1      1.363636e-01
50              -1      0.000000e+00
51              -1      0.000000e+00
52               1      0.000000e+00
53               1      6.428571e-02
54               1      3.197917e-01
55               1      5.000000e-01
56               1      0.000000e+00
57              -1      0.000000e+00
58               1      0.000000e+00
59               1      0.000000e+00
60              -1      5.000000e-01
61               1      3.125000e-01
62              -1      2.272727e-01
63              -1      0.000000e+00
64               1      5.000000e-01
65               1     -5.000000e-02
66               1      0.000000e+00
67               1      2.000000e-01
68               1      0.000000e+00
69              -1      0.000000e+00
70               1      1.000000e+00
71              -1      2.272727e-01
72               1      0.000000e+00
73               1      3.500000e-01
74              -1      4.500000e-01
75              -1     -3.750000e-01
76              -1      0.000000e+00
77               1      6.666667e-02
78              -1      0.000000e+00
79               1      0.000000e+00
80               1      0.000000e+00
81               1      0.000000e+00
82               1      0.000000e+00
83               1      0.000000e+00
84               1      0.000000e+00
85              -1      5.000000e-01
86               1      0.000000e+00
87               1      0.000000e+00
88               1      0.000000e+00
89               1      0.000000e+00
90               1      2.000000e-01
91               1      0.000000e+00
92               1      0.000000e+00
93              -1      0.000000e+00
94              -1     -3.777778e-01
95              -1      0.000000e+00
96               1      0.000000e+00
97               1      0.000000e+00
98               1      0.000000e+00
99               1      0.000000e+00
100             -1      1.508929e-01
101             -1      0.000000e+00
102              1      0.000000e+00
103              1      2.000000e-01
104              1      0.000000e+00
105             -1      0.000000e+00
106              1      0.000000e+00
107              1      0.000000e+00
108              1      2.000000e-01
109              1      0.000000e+00
110             -1      0.000000e+00
111              1      0.000000e+00
112              1     -3.714286e-01
113             -1     -8.000000e-01
114              1      4.000000e-01
115             -1      2.272727e-01
116             -1      4.431818e-01
117             -1      1.750000e-01
118              1      3.000000e-01
119              1      0.000000e+00
120              1      0.000000e+00
121              1      0.000000e+00
122             -1      0.000000e+00
123              1      2.000000e-01
124              1      0.000000e+00
125             -1      0.000000e+00
126              1      0.000000e+00
127             -1      0.000000e+00
128              1     -7.777778e-02
129              1     -1.666667e-01
130              1      2.000000e-01
131              1      6.500000e-01
132              1      0.000000e+00
133             -1      0.000000e+00
134              1      4.318182e-02
135             -1      5.000000e-01
136             -1      2.272727e-01
137             -1     -4.000000e-01
138              1      2.000000e-01
139              1      2.000000e-01
140              1      0.000000e+00
141              1      0.000000e+00
142              1      4.000000e-01
143              1      0.000000e+00
144             -1      1.363636e-01
145             -1      0.000000e+00
146             -1      2.142857e-01
147              1      0.000000e+00
148              1      1.000000e+00
149             -1      8.000000e-02
150              1     -4.000000e-01
151             -1      2.500000e-01
152              1     -2.083333e-02
153             -1      1.000000e-01
154              1     -5.000000e-01
155              1      0.000000e+00
156              1     -1.250000e-01
157              1      0.000000e+00
158              1     -2.000000e-01
159              1      0.000000e+00
160              1      2.000000e-01
161              1     -5.500000e-01
162              1      0.000000e+00
163              1      2.000000e-01
164             -1      5.000000e-01
165              1      4.000000e-01
166             -1      0.000000e+00
167             -1      0.000000e+00
168             -1      0.000000e+00
169              1      0.000000e+00
170             -1      0.000000e+00
171              1      6.500000e-01
172              1      0.000000e+00
173              1      0.000000e+00
174              1      0.000000e+00
175              1      0.000000e+00
176              1      0.000000e+00
177              1      2.000000e-01
178              1      2.000000e-01
179              1      0.000000e+00
180             -1      0.000000e+00
181             -1      0.000000e+00
182             -1      2.272727e-01
183              1      0.000000e+00
184             -1      0.000000e+00
185              1      0.000000e+00
186              1      0.000000e+00
187              1      0.000000e+00
188              1      0.000000e+00
189              1      0.000000e+00
190              1      0.000000e+00
191              1      2.833333e-01
192              1      6.500000e-01
193              1      5.000000e-01
194              1      0.000000e+00
195              1      0.000000e+00
196             -1      0.000000e+00
197             -1      0.000000e+00
198              1      0.000000e+00
199              1      1.000000e+00
200             -1      0.000000e+00
201              1      2.000000e-01
202             -1      0.000000e+00
203             -1      5.000000e-01
204              1      0.000000e+00
205              1      0.000000e+00
206             -1      6.000000e-01
207              1      0.000000e+00
208             -1      0.000000e+00
209             -1      3.833333e-01
210             -1     -2.916667e-01
211             -1      0.000000e+00
212              1      0.000000e+00
213              1      2.113028e-01
214              1      0.000000e+00
215             -1      0.000000e+00
216             -1     -4.000000e-01
217              1      0.000000e+00
218              1      2.000000e-01
219             -1      0.000000e+00
220              1      0.000000e+00
221              1      0.000000e+00
222             -1     -2.041667e-01
223             -1     -6.000000e-01
224              1     -1.607143e-01
225              1      7.000000e-01
226              1     -5.000000e-01
227             -1      5.000000e-01
228              1      2.000000e-01
229             -1      2.500000e-01
230              1      0.000000e+00
231              1      0.000000e+00
232              1     -1.250000e-01
233              1      0.000000e+00
234              1      2.113028e-01
235             -1      0.000000e+00
236             -1      3.000000e-01
237              1      0.000000e+00
238             -1      0.000000e+00
239              1      2.113028e-01
240             -1      5.000000e-01
241             -1      0.000000e+00
242             -1      0.000000e+00
243              1      0.000000e+00
244              1      3.181818e-01
245              1      0.000000e+00
246              1      2.000000e-01
247              1      0.000000e+00
248              1      0.000000e+00
249              1      2.500000e-01
250              1      3.181818e-01
251              1      1.000000e+00
252              1     -1.750000e-01
253              1      2.000000e-01
254              1      1.000000e+00
255              1      5.000000e-01
256              1      6.500000e-01
257              1      2.000000e-01
258              1      0.000000e+00
259              1      0.000000e+00
260             -1      5.000000e-01
261             -1     -4.833333e-01
262              1      5.000000e-01
263              1      0.000000e+00
264             -1      0.000000e+00
265              1      2.000000e-01
266             -1      0.000000e+00
267              1      0.000000e+00
268              1     -2.083333e-02
269             -1      0.000000e+00
270              1      0.000000e+00
271              1      5.000000e-01
272              1      0.000000e+00
273             -1      0.000000e+00
274              1      5.000000e-01
275              1      0.000000e+00
276             -1      1.750000e-01
277              1      1.000000e-01
278             -1      0.000000e+00
279              1      2.000000e-01
280              1      0.000000e+00
281              1      5.000000e-01
282              1      8.000000e-01
283              1      8.000000e-01
284              1      5.000000e-01
285              1      5.000000e-01
286             -1      0.000000e+00
287             -1      0.000000e+00
288              1      0.000000e+00
289             -1      0.000000e+00
290              1      5.000000e-01
291              1      3.075397e-01
292              1      0.000000e+00
293              1      2.000000e-01
294             -1      5.000000e-02
295             -1     -1.666667e-01
296              1      0.000000e+00
297              1      0.000000e+00
298             -1     -1.000000e-01
299              1      0.000000e+00
300              1      0.000000e+00
301             -1      0.000000e+00
302              1      5.000000e-01
303             -1     -6.805556e-02
304             -1      0.000000e+00
305             -1      6.000000e-01
306              1      0.000000e+00
307              1      2.000000e-01
308             -1      0.000000e+00
309              1      0.000000e+00
310              1      0.000000e+00
311             -1      0.000000e+00
312              1     -2.500000e-01
313              1      5.000000e-01
314             -1      5.000000e-01
315              1      0.000000e+00
316              1      5.000000e-01
317              1      0.000000e+00
318              1      0.000000e+00
319              1      0.000000e+00
320              1      5.000000e-01
321              1      0.000000e+00
322             -1     -2.000000e-01
323             -1      0.000000e+00
324              1      0.000000e+00
325             -1      2.142857e-01
326             -1      0.000000e+00
327              1      8.000000e-01
328              1      6.250000e-01
329              1      1.666667e-01
330              1      5.000000e-01
331             -1      0.000000e+00
332              1      0.000000e+00
333              1      2.000000e-01
334              1      4.000000e-01
335             -1      0.000000e+00
336              1      0.000000e+00
337             -1     -3.333333e-01
338             -1     -3.333333e-02
339              1      2.113028e-01
340              1      2.000000e-01
341              1      0.000000e+00
342              1      2.000000e-01
343              1      2.750000e-01
344              1      5.000000e-01
345             -1     -3.500000e-01
346              1      0.000000e+00
347             -1     -1.000000e-01
348             -1      1.363636e-01
349              1      0.000000e+00
350              1      2.083333e-01
351              1      0.000000e+00
352              1      0.000000e+00
353             -1     -5.000000e-01
354              1      5.000000e-01
355              1      0.000000e+00
356              1      0.000000e+00
357              1      2.000000e-01
358             -1      5.000000e-01
359              1      1.000000e+00
360             -1      0.000000e+00
361              1      5.000000e-01
362              1      5.000000e-01
363             -1      0.000000e+00
364             -1      0.000000e+00
365              1      3.095238e-01
366              1      0.000000e+00
367              1      2.000000e-01
368              1      2.113028e-01
369              1      0.000000e+00
370             -1     -1.000000e-01
371              1      2.000000e-01
372              1      0.000000e+00
373              1      1.363636e-01
374              1      0.000000e+00
375              1      0.000000e+00
376              1      0.000000e+00
377              1      5.000000e-01
378              1      5.000000e-01
379              1      2.500000e-01
380              1      2.681818e-01
381             -1      0.000000e+00
382              1      7.500000e-01
383              1      0.000000e+00
384              1      0.000000e+00
385             -1      5.000000e-01
386             -1      0.000000e+00
387              1      0.000000e+00
388             -1      0.000000e+00
389              1     -2.083333e-02
390             -1      5.000000e-01
391              1      0.000000e+00
392              1      5.000000e-01
393             -1      1.187500e-01
394              1      0.000000e+00
395              1      0.000000e+00
396             -1      0.000000e+00
397              1      0.000000e+00
398              1      0.000000e+00
399              1      0.000000e+00
400              1      0.000000e+00
401              1      0.000000e+00
402             -1     -3.125000e-01
403              1      0.000000e+00
404             -1      0.000000e+00
405              1      0.000000e+00
406             -1      0.000000e+00
407              1      0.000000e+00
408              1      6.500000e-01
409              1      0.000000e+00
410             -1      0.000000e+00
411              1      6.875000e-01
412              1      0.000000e+00
413              1      3.666667e-01
414              1      0.000000e+00
415             -1      0.000000e+00
416             -1      0.000000e+00
417             -1      3.750000e-01
418             -1      0.000000e+00
419              1      0.000000e+00
420             -1     -8.000000e-01
421              1      6.500000e-01
422              1      0.000000e+00
423             -1     -8.500000e-01
424              1      0.000000e+00
425              1      0.000000e+00
426              1      4.000000e-01
427             -1      0.000000e+00
428             -1      5.000000e-01
429              1      5.000000e-01
430              1      0.000000e+00
431              1      2.500000e-01
432             -1      0.000000e+00
433              1      0.000000e+00
434              1      2.000000e-01
435             -1      0.000000e+00
436              1      0.000000e+00
437              1      0.000000e+00
438              1      3.333333e-01
439             -1      0.000000e+00
440              1     -5.500000e-01
441              1      0.000000e+00
442              1      0.000000e+00
443              1      2.785714e-01
444             -1      1.363636e-01
445              1      2.500000e-01
446             -1     -4.000000e-01
447              1      2.000000e-01
448              1      0.000000e+00
449              1      0.000000e+00
450              1      0.000000e+00
451              1      1.000000e-01
452              1      2.000000e-01
453              1      0.000000e+00
454              1      0.000000e+00
455              1      2.083333e-02
456             -1      0.000000e+00
457              1      5.000000e-02
458              1     -1.000000e-01
459              1     -1.000000e-01
460             -1      2.833333e-01
461              1      6.818182e-02
462              1      2.000000e-01
463              1      1.666667e-01
464             -1      5.357143e-02
465              1      2.500000e-01
466              1      0.000000e+00
467             -1      5.000000e-02
468              1      0.000000e+00
469              1      0.000000e+00
470             -1      8.000000e-01
471              1      0.000000e+00
472              1      0.000000e+00
473              1      0.000000e+00
474             -1      0.000000e+00
475              1     -1.000000e-01
476              1      0.000000e+00
477             -1      0.000000e+00
478             -1      0.000000e+00
479              1      0.000000e+00
480             -1     -1.000000e+00
481              1      0.000000e+00
482             -1      6.250000e-01
483             -1     -4.000000e-01
484              1     -5.500000e-01
485              1      0.000000e+00
486              1      0.000000e+00
487             -1      8.000000e-02
488             -1      0.000000e+00
489             -1      5.000000e-02
490              1      8.750000e-01
491              1      2.500000e-01
492              1      5.000000e-01
493              1      2.857143e-01
494             -1      0.000000e+00
495              1      0.000000e+00
496              1      1.000000e-01
497              1     -2.500000e-01
498             -1      0.000000e+00
499              1      0.000000e+00
500             -1      4.000000e-01
501              1      6.000000e-01
502              1      0.000000e+00
503              1      4.333333e-01
504              1      0.000000e+00
505              1      0.000000e+00
506              1      0.000000e+00
507             -1      1.047619e-01
508              1      2.000000e-01
509              1      0.000000e+00
510             -1      1.250000e-01
511              1      0.000000e+00
512             -1      0.000000e+00
513             -1     -5.000000e-02
514              1      5.000000e-01
515              1      0.000000e+00
516              1      2.500000e-01
517              1     -6.666667e-02
518             -1      0.000000e+00
519              1      0.000000e+00
520             -1      6.500000e-01
521             -1      0.000000e+00
522             -1     -5.000000e-01
523             -1      0.000000e+00
524             -1      1.428571e-01
525              1      0.000000e+00
526             -1      4.000000e-01
527              1      7.000000e-01
528              1     -2.083333e-02
529              1      0.000000e+00
530              1      0.000000e+00
531             -1      0.000000e+00
532              1     -5.000000e-01
533             -1      0.000000e+00
534             -1      1.000000e-01
535             -1      1.187500e-01
536             -1      0.000000e+00
537              1      8.055556e-02
538             -1      0.000000e+00
539              1      2.500000e-01
540              1      2.000000e-01
541              1      1.363636e-01
542              1     -4.000000e-01
543              1      2.000000e-01
544             -1      5.000000e-01
545             -1      0.000000e+00
546             -1     -2.000000e-01
547             -1     -1.666667e-01
548              1      2.500000e-01
549             -1      1.428571e-01
550              1      0.000000e+00
551              1      0.000000e+00
552             -1      1.428571e-01
553             -1     -1.500000e-01
554              1      8.750000e-01
555              1      8.750000e-01
556              1      0.000000e+00
557             -1      0.000000e+00
558              1      0.000000e+00
559             -1     -3.000000e-01
560              1      0.000000e+00
561              1      0.000000e+00
562              1      2.000000e-01
563              1      8.750000e-01
564              1      0.000000e+00
565              1      0.000000e+00
566              1      0.000000e+00
567              1      5.000000e-01
568             -1     -5.000000e-02
569              1      0.000000e+00
570             -1      0.000000e+00
571             -1      0.000000e+00
572             -1      0.000000e+00
573              1      0.000000e+00
574              1     -1.000000e-01
575              1      0.000000e+00
576              1      0.000000e+00
577             -1      0.000000e+00
578             -1      0.000000e+00
579              1      2.000000e-01
580              1      2.000000e-01
581              1      2.000000e-01
582              1      2.000000e-01
583              1      2.000000e-01
584              1      2.000000e-01
585              1      2.000000e-01
586             -1      2.272727e-01
587             -1      0.000000e+00
588              1      0.000000e+00
589             -1      2.500000e-01
590              1      0.000000e+00
591             -1      0.000000e+00
592             -1     -2.666667e-01
593              1     -1.250000e-01
594             -1      0.000000e+00
595              1      0.000000e+00
596              1      0.000000e+00
597             -1      0.000000e+00
598              1      0.000000e+00
599              1      0.000000e+00
600              1      2.725108e-01
601             -1     -5.250000e-01
602             -1     -1.000000e-01
603              1      5.000000e-01
604             -1      3.000000e-01
605              1      0.000000e+00
606              1      3.936508e-01
607             -1      0.000000e+00
608             -1      0.000000e+00
609              1      0.000000e+00
610             -1      2.556818e-01
611              1      0.000000e+00
612             -1      0.000000e+00
613              1      5.000000e-01
614              1      0.000000e+00
615             -1      1.363636e-01
616              1      1.000000e-01
617             -1      0.000000e+00
618              1      0.000000e+00
619              1      0.000000e+00
620             -1      4.166667e-02
621              1      0.000000e+00
622              1      0.000000e+00
623              1      0.000000e+00
624             -1      5.000000e-02
625              1      4.166667e-01
626              1     -2.083333e-02
627              1     -2.500000e-01
628             -1      1.645022e-01
629              1      6.500000e-01
630             -1      0.000000e+00
631             -1      0.000000e+00
632             -1      1.645022e-01
633             -1      6.250000e-03
634              1      0.000000e+00
635              1      2.000000e-01
636             -1      1.645022e-01
637              1      0.000000e+00
638              1      2.000000e-01
639             -1      0.000000e+00
640              1      0.000000e+00
641             -1      0.000000e+00
642              1      0.000000e+00
643              1      0.000000e+00
644             -1      1.645022e-01
645             -1     -5.000000e-01
646             -1      0.000000e+00
647             -1      1.363636e-01
648             -1      0.000000e+00
649              1      0.000000e+00
650              1      2.121212e-01
651             -1      0.000000e+00
652              1      4.750000e-01
653              1      5.000000e-01
654             -1      5.000000e-01
655             -1      5.000000e-01
656             -1      0.000000e+00
657              1      2.000000e-01
658              1      0.000000e+00
659             -1     -6.666667e-01
660              1      3.500000e-01
661             -1      3.277778e-01
662             -1      0.000000e+00
663             -1      3.000000e-01
664             -1      0.000000e+00
665             -1     -1.659091e-01
666              1      0.000000e+00
667              1      3.000000e-01
668              1      0.000000e+00
669             -1      0.000000e+00
670              1      3.500000e-01
671             -1      0.000000e+00
672              1     -3.333333e-01
673              1      4.125000e-01
674              1     -5.000000e-02
675              1     -5.500000e-01
676              1      0.000000e+00
677              1      0.000000e+00
678             -1      5.000000e-01
679             -1      1.645022e-01
680              1      1.363636e-01
681             -1      2.272727e-01
682              1     -1.000000e-01
683              1     -7.500000e-01
684              1      0.000000e+00
685             -1      2.250000e-01
686             -1      0.000000e+00
687              1      3.000000e-01
688             -1      0.000000e+00
689              1      0.000000e+00
690             -1      4.333333e-01
691              1      4.077778e-01
692              1      0.000000e+00
693              1      0.000000e+00
694             -1      5.000000e-01
695              1      8.000000e-01
696             -1     -1.555556e-01
697              1      0.000000e+00
698              1      0.000000e+00
699              1      5.000000e-01
700             -1      1.428571e-01
701             -1      2.000000e-01
702             -1      0.000000e+00
703             -1      2.000000e-01
704             -1      2.000000e-01
705              1      0.000000e+00
706              1      0.000000e+00
707             -1      4.000000e-01
708             -1      2.000000e-01
709              1     -5.500000e-01
710             -1      2.000000e-01
711             -1     -2.000000e-01
712             -1      2.000000e-01
713             -1      2.272727e-01
714              1      3.666667e-01
715             -1      2.000000e-01
716             -1      2.000000e-01
717             -1      2.666667e-01
718              1      0.000000e+00
719              1      0.000000e+00
720             -1      5.000000e-01
721             -1      0.000000e+00
722              1      0.000000e+00
723             -1      0.000000e+00
724              1      4.000000e-01
725             -1      0.000000e+00
726             -1      3.333333e-02
727              1      0.000000e+00
728              1      0.000000e+00
729              1      0.000000e+00
730             -1      4.750000e-01
731              1      0.000000e+00
732              1      1.181818e-01
733             -1      0.000000e+00
734              1      6.250000e-01
735             -1      0.000000e+00
736             -1      2.500000e-01
737              1      0.000000e+00
738              1      0.000000e+00
739             -1      0.000000e+00
740             -1     -7.000000e-01
741              1      2.500000e-01
742              1      0.000000e+00
743              1      1.000000e-01
744              1      0.000000e+00
745              1      1.000000e+00
746              1      0.000000e+00
747             -1     -1.333333e-01
748             -1      0.000000e+00
749             -1      0.000000e+00
750              1      0.000000e+00
751              1      0.000000e+00
752              1      0.000000e+00
753             -1      0.000000e+00
754              1      0.000000e+00
755              1      2.250000e-01
756              1      0.000000e+00
757             -1      0.000000e+00
758             -1      0.000000e+00
759              1      1.363636e-01
760              1      6.000000e-01
761              1      0.000000e+00
762             -1      5.666667e-01
763             -1      0.000000e+00
764              1      0.000000e+00
765              1      8.500000e-01
766             -1      0.000000e+00
767              1      1.000000e+00
768              1      5.000000e-01
769              1      1.000000e-01
770             -1      0.000000e+00
771              1      4.619048e-01
772             -1      2.666667e-01
773              1      5.000000e-01
774              1      0.000000e+00
775             -1      0.000000e+00
776              1      4.523810e-01
777              1      0.000000e+00
778             -1      0.000000e+00
779             -1      0.000000e+00
780              1      0.000000e+00
781             -1      1.097222e-01
782              1      1.363636e-01
783             -1      0.000000e+00
784             -1      0.000000e+00
785             -1      2.000000e-01
786              1      0.000000e+00
787              1      1.565657e-01
788             -1      0.000000e+00
789             -1      3.181818e-01
790              1      0.000000e+00
791             -1      2.687500e-01
792              1      2.333333e-01
793             -1      0.000000e+00
794              1      1.000000e-01
795             -1     -2.142857e-01
796              1     -8.000000e-01
797              1      7.500000e-01
798              1      4.500000e-01
799              1      1.363636e-01
800              1      0.000000e+00
801              1      0.000000e+00
802              1      0.000000e+00
803             -1      2.000000e-01
804              1     -3.000000e-01
805              1      0.000000e+00
806              1      5.000000e-01
807             -1      0.000000e+00
808              1      0.000000e+00
809             -1      0.000000e+00
810              1      5.000000e-01
811             -1      1.000000e-01
812             -1      0.000000e+00
813             -1      0.000000e+00
814              1      5.000000e-01
815             -1      1.000000e+00
816             -1      2.500000e-01
817              1      0.000000e+00
818              1      0.000000e+00
819              1      0.000000e+00
820              1      0.000000e+00
821              1      0.000000e+00
822              1      0.000000e+00
823              1      0.000000e+00
824             -1      0.000000e+00
825              1      0.000000e+00
826              1      0.000000e+00
827              1      0.000000e+00
828              1      0.000000e+00
829              1      0.000000e+00
830             -1      0.000000e+00
831              1      0.000000e+00
832              1      3.787879e-01
833             -1      0.000000e+00
834              1      0.000000e+00
835             -1      0.000000e+00
836             -1      6.818182e-02
837             -1     -1.555556e-01
838              1      0.000000e+00
839             -1      0.000000e+00
840             -1     -1.250000e-01
841              1      6.500000e-01
842              1      8.000000e-01
843              1      0.000000e+00
844             -1      6.000000e-01
845              1      5.000000e-02
846              1      0.000000e+00
847              1      8.500000e-01
848              1      0.000000e+00
849              1      2.000000e-01
850              1      1.000000e+00
851             -1      0.000000e+00
852             -1      0.000000e+00
853              1      0.000000e+00
854              1      0.000000e+00
855              1      0.000000e+00
856             -1      0.000000e+00
857             -1      2.777778e-01
858              1      0.000000e+00
859             -1      6.083333e-01
860              1      0.000000e+00
861             -1      0.000000e+00
862              1      7.000000e-01
863              1      0.000000e+00
864             -1      0.000000e+00
865              1      3.000000e-01
866              1      0.000000e+00
867              1      1.000000e+00
868             -1      0.000000e+00
869              1      0.000000e+00
870              1      5.500000e-01
871             -1      0.000000e+00
872              1      0.000000e+00
873              1      0.000000e+00
874             -1      0.000000e+00
875             -1      0.000000e+00
876             -1      0.000000e+00
877              1      1.000000e-01
878             -1      4.318182e-02
879              1      2.681818e-01
880              1      2.555556e-01
881             -1      5.625000e-01
882             -1      0.000000e+00
883              1      6.000000e-01
884              1      0.000000e+00
885             -1      0.000000e+00
886             -1      0.000000e+00
887             -1      1.600000e-01
888              1      1.000000e-01
889             -1      0.000000e+00
890              1      0.000000e+00
891             -1      5.000000e-01
892             -1      8.000000e-01
893             -1      5.000000e-01
894              1      4.000000e-01
895             -1      0.000000e+00
896             -1      0.000000e+00
897             -1      4.166667e-01
898             -1      0.000000e+00
899              1      0.000000e+00
900              1      3.750000e-01
901             -1      0.000000e+00
902             -1      2.500000e-02
903              1      0.000000e+00
904             -1      5.000000e-01
905              1      2.600000e-01
906             -1      5.000000e-02
907              1      0.000000e+00
908              1      0.000000e+00
909             -1      0.000000e+00
910              1      4.000000e-01
911             -1      0.000000e+00
912             -1     -1.000000e-01
913             -1      0.000000e+00
914             -1      0.000000e+00
915             -1      0.000000e+00
916             -1      0.000000e+00
917             -1      0.000000e+00
918             -1      0.000000e+00
919              1     -2.916667e-01
920             -1      0.000000e+00
921             -1      5.000000e-01
922             -1      2.000000e-01
923             -1      0.000000e+00
924             -1      0.000000e+00
925             -1      5.000000e-01
926              1      0.000000e+00
927             -1      3.333333e-01
928             -1      0.000000e+00
929              1      0.000000e+00
930              1     -3.000000e-01
931             -1      0.000000e+00
932             -1      5.000000e-01
933             -1      2.142857e-01
934              1     -8.333333e-02
935              1      0.000000e+00
936              1      0.000000e+00
937             -1      0.000000e+00
938              1     -6.250000e-01
939             -1     -3.333333e-01
940              1      0.000000e+00
941             -1     -6.000000e-01
942             -1      0.000000e+00
943             -1      0.000000e+00
944              1      2.000000e-01
945             -1      0.000000e+00
946              1      1.666667e-01
947              1      1.666667e-01
948              1      0.000000e+00
949             -1      0.000000e+00
950              1      0.000000e+00
951             -1      0.000000e+00
952             -1     -1.000000e-01
953              1      0.000000e+00
954              1     -5.000000e-02
955             -1      0.000000e+00
956             -1      2.000000e-01
957              1      0.000000e+00
958             -1      0.000000e+00
959              1     -2.343750e-01
960              1     -4.583333e-02
961             -1      0.000000e+00
962              1      0.000000e+00
963              1      5.000000e-01
964             -1      3.333333e-01
965             -1      6.250000e-01
966              1      0.000000e+00
967              1      4.875000e-01
968              1      0.000000e+00
969             -1      0.000000e+00
970             -1      3.500000e-01
971              1      1.000000e-01
972             -1      0.000000e+00
973             -1     -1.000000e+00
974             -1      0.000000e+00
975             -1      0.000000e+00
976              1      0.000000e+00
977             -1      7.000000e-01
978              1      3.500000e-01
979             -1      0.000000e+00
980             -1      1.666667e-01
981              1      4.687500e-01
982             -1     -6.000000e-01
983              1      8.000000e-01
984             -1      3.000000e-01
985             -1      0.000000e+00
986              1      4.666667e-01
987             -1      0.000000e+00
988             -1      1.166667e-01
989             -1     -8.333333e-02
990             -1      5.875000e-01
991             -1      5.000000e-01
992             -1      5.000000e-01
993              1      3.303571e-01
994             -1     -6.000000e-01
995              1      5.125000e-01
996             -1      0.000000e+00
997              1      5.000000e-01
998              1      5.833333e-02
999              1      0.000000e+00
1000             1      0.000000e+00
1001            -1      5.000000e-01
1002             1      0.000000e+00
1003             1      0.000000e+00
1004             1      4.500000e-01
1005             1      0.000000e+00
1006            -1      0.000000e+00
1007             1      0.000000e+00
1008             1      0.000000e+00
1009            -1      5.500000e-01
1010             1      3.181818e-01
1011             1      1.000000e-01
1012             1      0.000000e+00
1013            -1      0.000000e+00
1014             1      0.000000e+00
1015             1      0.000000e+00
1016             1      1.198232e-02
1017            -1      5.000000e-01
1018            -1      4.375000e-01
1019            -1      0.000000e+00
1020             1      0.000000e+00
1021            -1      0.000000e+00
1022            -1      4.583333e-01
1023            -1      0.000000e+00
1024             1      0.000000e+00
1025            -1      0.000000e+00
1026            -1      0.000000e+00
1027             1     -4.000000e-01
1028            -1     -1.250000e-01
1029            -1      0.000000e+00
1030             1      3.666667e-01
1031            -1      0.000000e+00
1032             1      2.000000e-01
1033            -1      0.000000e+00
1034            -1      0.000000e+00
1035             1     -1.000000e-01
1036            -1      0.000000e+00
1037            -1      0.000000e+00
1038             1      0.000000e+00
1039             1     -1.750000e-01
1040             1      1.000000e+00
1041            -1      0.000000e+00
1042             1      0.000000e+00
1043             1      1.000000e+00
1044            -1      8.000000e-01
1045            -1     -1.750000e-01
1046             1     -1.666667e-01
1047             1      8.000000e-01
1048             1      0.000000e+00
1049            -1      1.363636e-01
1050            -1      0.000000e+00
1051             1      7.000000e-01
1052             1      0.000000e+00
1053             1     -1.000000e+00
1054            -1      1.333333e-01
1055             1     -3.333333e-01
1056            -1      0.000000e+00
1057             1      2.937500e-01
1058             1      0.000000e+00
1059             1      0.000000e+00
1060             1      8.000000e-01
1061             1      0.000000e+00
1062            -1      5.000000e-01
1063             1      0.000000e+00
1064             1      0.000000e+00
1065            -1      0.000000e+00
1066            -1      0.000000e+00
1067             1      4.166667e-01
1068             1      3.333333e-01
1069             1      0.000000e+00
1070            -1      0.000000e+00
1071            -1      0.000000e+00
1072            -1      0.000000e+00
1073            -1      0.000000e+00
1074             1      0.000000e+00
1075             1      2.000000e-01
1076             1      8.000000e-01
1077            -1      0.000000e+00
1078             1     -1.555556e-01
1079             1      3.750000e-01
1080             1      0.000000e+00
1081             1      2.937500e-01
1082             1      0.000000e+00
1083            -1     -1.500000e-01
1084             1      6.250000e-01
1085             1      0.000000e+00
1086             1      0.000000e+00
1087             1      1.500000e-01
1088            -1     -6.000000e-01
1089            -1      0.000000e+00
1090             1      0.000000e+00
1091             1      3.750000e-01
1092             1      0.000000e+00
1093            -1     -5.000000e-01
1094            -1      0.000000e+00
1095             1      0.000000e+00
1096             1      0.000000e+00
1097             1      1.250000e-01
1098             1      7.500000e-01
1099             1     -4.000000e-01
1100             1      5.000000e-01
1101             1      0.000000e+00
1102             1      0.000000e+00
1103             1      0.000000e+00
1104             1      0.000000e+00
1105            -1      0.000000e+00
1106            -1      1.676768e-01
1107            -1      0.000000e+00
1108             1      0.000000e+00
1109            -1      1.000000e+00
1110             1      0.000000e+00
1111             1      0.000000e+00
1112             1      0.000000e+00
1113             1      0.000000e+00
1114            -1      1.000000e-01
1115             1      0.000000e+00
1116             1      0.000000e+00
1117            -1      0.000000e+00
1118             1      6.250000e-01
1119             1     -1.250000e-01
1120            -1     -1.750000e-01
1121             1      3.333333e-01
1122            -1      3.333333e-01
1123            -1      0.000000e+00
1124             1      3.145833e-01
1125             1      3.145833e-01
1126             1      1.363636e-01
1127             1      0.000000e+00
1128            -1      2.663352e-01
1129             1      3.428571e-01
1130            -1      0.000000e+00
1131             1      1.428571e-01
1132            -1      5.000000e-01
1133             1     -1.187500e-01
1134            -1     -7.500000e-01
1135             1     -6.000000e-01
1136            -1      0.000000e+00
1137             1      0.000000e+00
1138             1      0.000000e+00
1139             1      0.000000e+00
1140            -1      0.000000e+00
1141             1      0.000000e+00
1142             1      1.704545e-01
1143             1      2.916667e-01
1144             1      0.000000e+00
1145             1      0.000000e+00
1146             1      6.250000e-01
1147             1      2.666667e-01
1148             1      0.000000e+00
1149             1      0.000000e+00
1150             1      4.166667e-01
1151            -1      0.000000e+00
1152            -1      0.000000e+00
1153             1      4.166667e-01
1154            -1      2.625000e-01
1155            -1     -5.000000e-02
1156             1      0.000000e+00
1157            -1      0.000000e+00
1158            -1      4.583333e-01
1159            -1      0.000000e+00
1160             1      0.000000e+00
1161            -1      0.000000e+00
1162             1      0.000000e+00
1163             1      0.000000e+00
1164             1      0.000000e+00
1165            -1     -5.000000e-02
1166            -1     -5.000000e-02
1167             1      3.000000e-01
1168            -1      0.000000e+00
1169             1     -1.500000e-01
1170            -1      0.000000e+00
1171             1      3.500000e-01
1172            -1      2.000000e-01
1173             1      9.090909e-03
1174             1     -1.500000e-01
1175            -1      0.000000e+00
1176             1      4.166667e-01
1177             1      1.250000e-01
1178             1      0.000000e+00
1179             1     -1.000000e-01
1180            -1      0.000000e+00
1181            -1     -8.000000e-01
1182             1      0.000000e+00
1183            -1      5.000000e-01
1184             1      0.000000e+00
1185            -1     -1.000000e-01
1186            -1      0.000000e+00
1187             1      0.000000e+00
1188             1      0.000000e+00
1189             1     -1.444444e-01
1190             1      1.833333e-01
1191            -1      0.000000e+00
1192             1      0.000000e+00
1193             1      0.000000e+00
1194            -1      0.000000e+00
1195            -1      0.000000e+00
1196            -1      2.142857e-01
1197            -1      0.000000e+00
1198             1      0.000000e+00
1199             1      0.000000e+00
1200             1      1.363636e-01
1201             1      0.000000e+00
1202             1      0.000000e+00
1203            -1      0.000000e+00
1204             1      0.000000e+00
1205            -1     -1.000000e+00
1206            -1      0.000000e+00
1207            -1      0.000000e+00
1208             1      3.750000e-01
1209             1      0.000000e+00
1210             1      2.500000e-01
1211            -1      0.000000e+00
1212             1      3.750000e-01
1213            -1      0.000000e+00
1214            -1      0.000000e+00
1215            -1      0.000000e+00
1216            -1      4.000000e-01
1217             1      0.000000e+00
1218            -1      0.000000e+00
1219            -1      5.000000e-01
1220            -1     -2.916667e-01
1221             1      0.000000e+00
1222             1      3.750000e-01
1223            -1     -1.000000e-01
1224             1      0.000000e+00
1225             1      0.000000e+00
1226            -1      0.000000e+00
1227            -1      0.000000e+00
1228            -1      7.000000e-01
1229            -1      0.000000e+00
1230            -1      0.000000e+00
1231            -1      0.000000e+00
1232             1      0.000000e+00
1233             1      0.000000e+00
1234             1      0.000000e+00
1235            -1      0.000000e+00
1236            -1      5.000000e-01
1237             1      0.000000e+00
1238            -1      1.000000e+00
1239            -1     -6.250000e-01
1240            -1      2.500000e-01
1241            -1     -2.000000e-01
1242             1      0.000000e+00
1243            -1      0.000000e+00
1244             1      2.000000e-01
1245             1      0.000000e+00
1246            -1      1.363636e-01
1247             1      1.704545e-01
1248             1      0.000000e+00
1249            -1     -3.125000e-01
1250             1      0.000000e+00
1251             1      0.000000e+00
1252            -1      2.333333e-01
1253             1      0.000000e+00
1254             1      0.000000e+00
1255            -1      0.000000e+00
1256             1      1.000000e-01
1257             1      0.000000e+00
1258            -1      0.000000e+00
1259             1      1.500000e-01
1260             1     -7.000000e-01
1261            -1      0.000000e+00
1262             1      6.250000e-01
1263            -1      0.000000e+00
1264            -1      1.363636e-01
1265             1      5.000000e-01
1266            -1      0.000000e+00
1267             1      1.363636e-01
1268            -1      1.363636e-01
1269             1     -2.000000e-01
1270            -1      2.000000e-01
1271             1     -3.333333e-01
1272            -1      1.600000e-01
1273            -1      0.000000e+00
1274            -1      5.000000e-01
1275            -1      0.000000e+00
1276            -1      0.000000e+00
1277            -1     -1.750000e-01
1278             1      2.666667e-01
1279            -1     -1.666667e-01
1280             1      0.000000e+00
1281             1      0.000000e+00
1282             1      0.000000e+00
1283             1      0.000000e+00
1284            -1      0.000000e+00
1285             1      5.000000e-01
1286             1      1.000000e+00
1287            -1      1.000000e-01
1288            -1      4.000000e-01
1289             1      0.000000e+00
1290             1      4.333333e-01
1291            -1      0.000000e+00
1292             1      3.571429e-01
1293             1      1.777778e-01
1294            -1      0.000000e+00
1295            -1      6.250000e-01
1296             1      0.000000e+00
1297             1      0.000000e+00
1298            -1      6.818182e-02
1299             1      0.000000e+00
1300             1      1.500000e-01
1301            -1      5.000000e-01
1302             1      0.000000e+00
1303             1      3.750000e-01
1304            -1      6.818182e-02
1305             1      0.000000e+00
1306             1      0.000000e+00
1307             1      5.000000e-01
1308             1      0.000000e+00
1309             1      0.000000e+00
1310             1      0.000000e+00
1311             1      0.000000e+00
1312             1      0.000000e+00
1313            -1      2.375000e-01
1314            -1     -3.750000e-01
1315            -1     -5.000000e-02
1316             1      0.000000e+00
1317             1      0.000000e+00
1318             1      0.000000e+00
1319            -1      5.000000e-01
1320             1      2.500000e-01
1321             1      1.000000e-01
1322             1      1.000000e+00
1323            -1      0.000000e+00
1324            -1      0.000000e+00
1325             1      0.000000e+00
1326             1      6.000000e-01
1327             1      1.000000e+00
1328             1      0.000000e+00
1329            -1     -1.515152e-02
1330             1      0.000000e+00
1331             1      0.000000e+00
1332             1     -3.000000e-01
1333             1      0.000000e+00
1334            -1      0.000000e+00
1335            -1      5.000000e-01
1336             1      0.000000e+00
1337             1      1.000000e+00
1338            -1     -6.250000e-01
1339            -1      0.000000e+00
1340            -1      0.000000e+00
1341            -1      0.000000e+00
1342            -1      2.000000e-01
1343             1      8.000000e-01
1344            -1      0.000000e+00
1345             1      0.000000e+00
1346             1      0.000000e+00
1347             1      0.000000e+00
1348            -1     -2.500000e-01
1349             1      0.000000e+00
1350             1     -8.333333e-02
1351             1      3.750000e-02
1352            -1      0.000000e+00
1353             1     -2.500000e-01
1354             1      5.000000e-01
1355             1      0.000000e+00
1356            -1      0.000000e+00
1357             1      0.000000e+00
1358            -1      1.363636e-01
1359            -1      0.000000e+00
1360            -1      4.000000e-01
1361             1      0.000000e+00
1362            -1      0.000000e+00
1363            -1      0.000000e+00
1364             1     -1.250000e-01
1365            -1      0.000000e+00
1366            -1     -1.666667e-02
1367            -1      6.818182e-02
1368             1      0.000000e+00
1369            -1      0.000000e+00
1370            -1      0.000000e+00
1371            -1      3.181818e-01
1372            -1      0.000000e+00
1373             1      5.000000e-02
1374             1      0.000000e+00
1375            -1      0.000000e+00
1376             1      0.000000e+00
1377             1      1.250000e-01
1378             1      0.000000e+00
1379             1      1.250000e-01
1380             1      0.000000e+00
1381             1      0.000000e+00
1382            -1      4.000000e-01
1383             1      0.000000e+00
1384            -1      0.000000e+00
1385             1      0.000000e+00
1386            -1      0.000000e+00
1387             1      0.000000e+00
1388             1      0.000000e+00
1389            -1      0.000000e+00
1390            -1      4.500000e-01
1391            -1      0.000000e+00
1392             1      1.250000e-01
1393            -1      0.000000e+00
1394             1      0.000000e+00
1395             1      0.000000e+00
1396            -1      0.000000e+00
1397             1      1.250000e-01
1398            -1      0.000000e+00
1399            -1     -2.840909e-02
1400            -1      0.000000e+00
1401             1      1.250000e-01
1402             1      0.000000e+00
1403             1      5.000000e-01
1404             1      4.000000e-01
1405             1      8.000000e-01
1406             1      0.000000e+00
1407             1      1.363636e-01
1408             1      0.000000e+00
1409             1     -1.250000e-01
1410             1      0.000000e+00
1411            -1      0.000000e+00
1412             1      1.000000e+00
1413             1      1.250000e-01
1414            -1      0.000000e+00
1415            -1      5.000000e-02
1416            -1     -1.833333e-01
1417            -1      0.000000e+00
1418             1      0.000000e+00
1419             1      0.000000e+00
1420             1     -3.750000e-01
1421            -1      0.000000e+00
1422            -1      0.000000e+00
1423             1      0.000000e+00
1424             1      1.000000e+00
1425             1      0.000000e+00
1426            -1      0.000000e+00
1427             1      0.000000e+00
1428             1      2.500000e-01
1429            -1      0.000000e+00
1430            -1      0.000000e+00
1431             1      0.000000e+00
1432             1      0.000000e+00
1433            -1      0.000000e+00
1434             1      2.431818e-01
1435             1      0.000000e+00
1436             1      4.000000e-01
1437            -1      1.000000e-01
1438             1      5.000000e-01
1439            -1      0.000000e+00
1440             1      0.000000e+00
1441             1      0.000000e+00
1442            -1      1.500000e-01
1443            -1      4.666667e-01
1444             1      6.750000e-01
1445             1      7.000000e-01
1446            -1      0.000000e+00
1447             1      1.250000e-01
1448             1      0.000000e+00
1449             1      0.000000e+00
1450             1     -5.000000e-02
1451             1      0.000000e+00
1452             1      0.000000e+00
1453             1      3.750000e-01
1454            -1      0.000000e+00
1455            -1      0.000000e+00
1456             1      5.000000e-01
1457            -1      9.583333e-02
1458             1      0.000000e+00
1459             1      0.000000e+00
1460             1      0.000000e+00
1461             1      0.000000e+00
1462             1      0.000000e+00
1463             1      4.444444e-01
1464            -1      5.000000e-01
1465             1      1.250000e-01
1466             1      0.000000e+00
1467             1      0.000000e+00
1468            -1      0.000000e+00
1469             1      0.000000e+00
1470             1      0.000000e+00
1471             1      2.875000e-01
1472            -1      3.500000e-01
1473             1      0.000000e+00
1474             1      0.000000e+00
1475             1      0.000000e+00
1476             1      1.000000e-01
1477             1      2.000000e-01
1478             1      3.000000e-01
1479             1      3.500000e-01
1480             1      0.000000e+00
1481            -1      0.000000e+00
1482             1      2.000000e-01
1483            -1      0.000000e+00
1484             1      1.500000e-01
1485             1      0.000000e+00
1486             1      0.000000e+00
1487            -1      0.000000e+00
1488            -1     -2.000000e-01
1489            -1      0.000000e+00
1490             1      0.000000e+00
1491             1      5.000000e-01
1492             1      0.000000e+00
1493             1      0.000000e+00
1494             1      0.000000e+00
1495             1      6.250000e-02
1496             1      5.000000e-01
1497             1      5.000000e-01
1498             1      5.000000e-01
1499            -1      0.000000e+00
1500             1      5.000000e-01
1501            -1      4.375000e-01
1502             1      0.000000e+00
1503             1     -2.500000e-01
1504             1     -3.000000e-01
1505             1      2.500000e-01
1506            -1      0.000000e+00
1507             1      5.000000e-01
1508             1      2.352273e-01
1509             1      0.000000e+00
1510            -1     -3.500000e-01
1511             1      0.000000e+00
1512             1      6.000000e-01
1513            -1     -1.250000e-01
1514             1      0.000000e+00
1515             1      0.000000e+00
1516             1      0.000000e+00
1517            -1      2.142857e-01
1518            -1      0.000000e+00
1519             1      1.250000e-01
1520             1      0.000000e+00
1521             1      0.000000e+00
1522             1      5.000000e-01
1523             1      0.000000e+00
1524             1      0.000000e+00
1525             1      0.000000e+00
1526            -1      2.857143e-01
1527             1      0.000000e+00
1528             1      1.250000e-01
1529             1      5.000000e-02
1530            -1      2.500000e-01
1531             1      1.000000e+00
1532            -1      0.000000e+00
1533             1      0.000000e+00
1534             1      5.681818e-01
1535             1      0.000000e+00
1536            -1      2.000000e-01
1537             1      5.000000e-01
1538            -1     -7.722222e-02
1539             1      0.000000e+00
1540             1      2.727273e-01
1541             1      1.250000e-01
1542            -1      5.000000e-01
1543             1      1.500000e-01
1544             1      0.000000e+00
1545            -1      0.000000e+00
1546             1      4.000000e-01
1547             1      5.000000e-01
1548             1      0.000000e+00
1549            -1      1.600000e-01
1550             1      0.000000e+00
1551             1      5.000000e-01
1552             1      5.000000e-01
1553             1      5.000000e-01
1554            -1      4.000000e-01
1555            -1     -1.318182e-01
1556             1      5.000000e-01
1557             1      1.437500e-01
1558             1      0.000000e+00
1559             1      5.000000e-01
1560             1      1.500000e-01
1561             1      1.250000e-01
1562             1      5.000000e-01
1563            -1      0.000000e+00
1564             1      1.000000e+00
1565            -1     -1.000000e-01
1566             1      0.000000e+00
1567             1      1.250000e-01
1568             1      0.000000e+00
1569             1      5.000000e-01
1570             1      0.000000e+00
1571             1      0.000000e+00
1572             1      1.803571e-01
1573             1      3.500000e-01
1574             1      2.500000e-01
1575             1      0.000000e+00
1576            -1     -3.000000e-01
1577             1      0.000000e+00
1578             1     -8.571429e-02
1579            -1      3.166667e-01
1580             1      0.000000e+00
1581             1      3.333333e-02
1582             1      0.000000e+00
1583            -1      0.000000e+00
1584             1      8.000000e-01
1585            -1      0.000000e+00
1586             1      0.000000e+00
1587             1      0.000000e+00
1588             1     -1.500000e-01
1589            -1      5.000000e-02
1590             1      0.000000e+00
1591             1      2.500000e-01
1592             1     -3.750000e-01
1593            -1     -2.962963e-02
1594            -1      0.000000e+00
1595             1      0.000000e+00
1596            -1      0.000000e+00
1597            -1      0.000000e+00
1598            -1      0.000000e+00
1599            -1      0.000000e+00
1600             1      1.250000e-01
1601             1      4.107143e-02
1602             1      0.000000e+00
1603            -1      5.000000e-01
1604            -1      0.000000e+00
1605             1      0.000000e+00
1606             1      1.500000e-01
1607            -1      3.166667e-01
1608            -1      7.812500e-01
1609             1     -6.250000e-02
1610            -1      7.000000e-01
1611             1      0.000000e+00
1612             1      0.000000e+00
1613            -1      0.000000e+00
1614            -1      2.681818e-01
1615            -1      0.000000e+00
1616            -1      1.000000e-01
1617            -1      0.000000e+00
1618            -1      1.000000e-01
1619             1      3.000000e-01
1620            -1      0.000000e+00
1621             1      0.000000e+00
1622            -1     -3.000000e-01
1623             1     -4.000000e-01
1624            -1      3.166667e-01
1625             1      0.000000e+00
1626             1      0.000000e+00
1627             1      0.000000e+00
1628             1      0.000000e+00
1629             1      3.000000e-01
1630             1     -2.857143e-02
1631             1     -2.555556e-01
1632            -1      2.431818e-01
1633            -1      0.000000e+00
1634             1      3.000000e-01
1635             1      0.000000e+00
1636             1      0.000000e+00
1637            -1      0.000000e+00
1638             1      5.687500e-01
1639            -1      3.166667e-01
1640             1      0.000000e+00
1641            -1      3.166667e-01
1642             1      0.000000e+00
1643             1      5.000000e-01
1644             1      0.000000e+00
1645             1      0.000000e+00
1646             1      0.000000e+00
1647             1      0.000000e+00
1648             1     -2.000000e-01
1649             1      0.000000e+00
1650             1      0.000000e+00
1651            -1      1.704545e-01
1652            -1      1.363636e-01
1653             1      3.375000e-01
1654            -1      0.000000e+00
1655             1      0.000000e+00
1656            -1      0.000000e+00
1657             1      0.000000e+00
1658            -1     -3.333333e-01
1659             1      0.000000e+00
1660            -1     -3.333333e-01
1661             1      0.000000e+00
1662            -1     -3.333333e-01
1663            -1      3.166667e-01
1664            -1     -3.333333e-01
1665            -1     -3.333333e-01
1666             1      2.000000e-01
1667            -1     -4.000000e-01
1668            -1     -3.333333e-01
1669             1      5.000000e-02
1670             1      1.704545e-01
1671             1      5.000000e-01
1672            -1      0.000000e+00
1673             1      2.500000e-01
1674             1      5.000000e-02
1675             1     -3.000000e-01
1676             1      0.000000e+00
1677            -1     -4.000000e-01
1678             1     -5.000000e-01
1679             1      0.000000e+00
1680             1      3.000000e-01
1681             1      0.000000e+00
1682             1      0.000000e+00
1683            -1      0.000000e+00
1684             1      3.125000e-02
1685             1      6.250000e-02
1686             1      0.000000e+00
1687             1      0.000000e+00
1688            -1      0.000000e+00
1689            -1      3.666667e-01
1690             1     -1.000000e-01
1691            -1      0.000000e+00
1692             1      0.000000e+00
1693             1      0.000000e+00
1694            -1      0.000000e+00
1695            -1     -5.000000e-02
1696             1      3.125000e-02
1697             1      0.000000e+00
1698            -1     -7.500000e-02
1699             1      0.000000e+00
1700            -1      0.000000e+00
1701             1     -1.250000e-01
1702             1      0.000000e+00
1703            -1      0.000000e+00
1704             1      6.250000e-02
1705            -1      0.000000e+00
1706             1      5.000000e-01
1707             1      1.000000e+00
1708            -1      0.000000e+00
1709            -1      0.000000e+00
1710             1      1.000000e-01
1711             1      0.000000e+00
1712             1      0.000000e+00
1713            -1     -3.384615e-01
1714            -1      0.000000e+00
1715            -1      0.000000e+00
1716            -1      0.000000e+00
1717            -1      0.000000e+00
1718             1     -5.000000e-01
1719             1     -2.000000e-01
1720            -1      0.000000e+00
1721             1      1.666667e-01
1722             1      4.166667e-02
1723             1      1.565657e-01
1724             1     -2.500000e-01
1725            -1      0.000000e+00
1726             1      0.000000e+00
1727             1      0.000000e+00
1728             1      0.000000e+00
1729             1      0.000000e+00
1730            -1      0.000000e+00
1731             1      0.000000e+00
1732            -1      0.000000e+00
1733             1      0.000000e+00
1734             1      0.000000e+00
1735             1      0.000000e+00
1736             1      0.000000e+00
1737            -1      0.000000e+00
1738             1      2.500000e-01
1739             1     -1.666667e-01
1740             1      3.125000e-02
1741             1      0.000000e+00
1742            -1      3.666667e-01
1743            -1      0.000000e+00
1744            -1      0.000000e+00
1745            -1     -3.333333e-01
1746             1      0.000000e+00
1747            -1      6.000000e-01
1748            -1      0.000000e+00
1749             1      0.000000e+00
1750            -1      6.000000e-01
1751             1      2.000000e-01
1752             1      0.000000e+00
1753             1      8.000000e-02
1754            -1      1.222222e-01
1755            -1      0.000000e+00
1756             1      0.000000e+00
1757             1      4.166667e-02
1758             1      0.000000e+00
1759             1      5.000000e-01
1760             1      3.000000e-01
1761            -1      5.000000e-01
1762            -1      0.000000e+00
1763            -1      0.000000e+00
1764             1     -1.666667e-01
1765            -1      0.000000e+00
1766             1      0.000000e+00
1767             1      0.000000e+00
1768             1      1.666667e-01
1769             1      0.000000e+00
1770             1      4.333333e-01
1771             1      0.000000e+00
1772             1      0.000000e+00
1773             1      4.375000e-01
1774            -1     -3.181818e-02
1775             1      0.000000e+00
1776             1      0.000000e+00
1777             1      3.125000e-02
1778             1      5.000000e-01
1779             1      2.000000e-01
1780             1      0.000000e+00
1781            -1      0.000000e+00
1782            -1      5.000000e-01
1783            -1      0.000000e+00
1784             1      0.000000e+00
1785             1      0.000000e+00
1786             1      3.000000e-01
1787            -1      1.333333e-01
1788            -1     -2.666667e-01
1789             1      0.000000e+00
1790             1      0.000000e+00
1791            -1      4.000000e-01
1792             1      0.000000e+00
1793             1      2.500000e-01
1794             1     -6.000000e-01
1795             1      0.000000e+00
1796            -1      5.000000e-01
1797             1      0.000000e+00
1798            -1     -1.000000e+00
1799            -1      5.000000e-01
1800            -1      0.000000e+00
1801            -1      4.500000e-01
1802             1      3.125000e-02
1803            -1      1.000000e-01
1804            -1      7.000000e-01
1805            -1     -1.500000e-01
1806             1      0.000000e+00
1807            -1     -3.500000e-01
1808            -1      0.000000e+00
1809            -1      0.000000e+00
1810            -1     -1.555556e-01
1811            -1      5.000000e-01
1812             1     -8.000000e-01
1813             1      3.000000e-01
1814             1      0.000000e+00
1815            -1      1.363636e-01
1816            -1     -1.000000e-01
1817             1      0.000000e+00
1818            -1      4.437500e-01
1819            -1      5.000000e-01
1820            -1      0.000000e+00
1821            -1      0.000000e+00
1822            -1      0.000000e+00
1823             1      0.000000e+00
1824            -1      0.000000e+00
1825             1      7.500000e-01
1826            -1      0.000000e+00
1827             1     -3.444444e-01
1828            -1      0.000000e+00
1829            -1      1.000000e-01
1830             1     -2.916667e-01
1831            -1      2.500000e-01
1832            -1      0.000000e+00
1833            -1      1.000000e-01
1834            -1      0.000000e+00
1835            -1      1.562500e-01
1836            -1     -2.500000e-02
1837             1      3.500000e-01
1838             1     -8.333333e-02
1839             1      3.000000e-01
1840            -1      0.000000e+00
1841             1      4.166667e-02
1842             1      0.000000e+00
1843             1      3.333333e-02
1844             1     -2.000000e-01
1845            -1      8.000000e-01
1846             1      5.000000e-01
1847            -1      2.500000e-01
1848             1      0.000000e+00
1849             1      0.000000e+00
1850            -1      2.500000e-01
1851             1      0.000000e+00
1852             1      0.000000e+00
1853             1      0.000000e+00
1854            -1     -5.000000e-01
1855             1      0.000000e+00
1856             1      0.000000e+00
1857             1      0.000000e+00
1858             1     -5.000000e-01
1859             1      0.000000e+00
1860            -1      2.500000e-01
1861             1      0.000000e+00
1862             1      0.000000e+00
1863             1     -1.666667e-02
1864            -1      0.000000e+00
1865             1      0.000000e+00
1866            -1     -1.318182e-01
1867             1     -6.000000e-01
1868             1      5.666667e-01
1869             1      5.000000e-01
1870            -1      3.000000e-01
1871             1     -1.666667e-01
1872             1      0.000000e+00
1873             1      0.000000e+00
1874             1      0.000000e+00
1875             1      2.500000e-01
1876             1      0.000000e+00
1877             1      0.000000e+00
1878            -1      0.000000e+00
1879            -1      7.000000e-01
1880             1      0.000000e+00
1881             1      0.000000e+00
1882            -1      0.000000e+00
1883             1      0.000000e+00
1884             1      1.666667e-01
1885             1      1.363636e-01
1886             1      2.500000e-01
1887             1      1.300000e-01
1888             1      0.000000e+00
1889            -1      0.000000e+00
1890            -1      0.000000e+00
1891            -1      0.000000e+00
1892             1      0.000000e+00
1893             1     -2.500000e-01
1894            -1      0.000000e+00
1895             1      0.000000e+00
1896             1     -1.875000e-01
1897             1      5.340278e-01
1898            -1      0.000000e+00
1899             1      0.000000e+00
1900             1     -2.000000e-01
1901             1      0.000000e+00
1902             1      2.500000e-02
1903             1      2.500000e-01
1904            -1      0.000000e+00
1905             1      0.000000e+00
1906             1      0.000000e+00
1907            -1      0.000000e+00
1908             1      4.285714e-01
1909            -1     -1.875000e-01
1910             1      2.500000e-01
1911            -1      1.000000e+00
1912             1      0.000000e+00
1913            -1      0.000000e+00
1914            -1      1.000000e-01
1915            -1      0.000000e+00
1916             1     -2.250000e-01
1917            -1      0.000000e+00
1918            -1     -5.000000e-01
1919            -1      2.000000e-01
1920             1      0.000000e+00
1921            -1      7.500000e-02
1922            -1      0.000000e+00
1923            -1      0.000000e+00
1924             1      2.500000e-02
1925            -1      3.333333e-01
1926            -1      0.000000e+00
1927            -1      2.348485e-01
1928             1      5.000000e-01
1929             1      0.000000e+00
1930            -1      0.000000e+00
1931            -1      2.000000e-01
1932            -1      0.000000e+00
1933            -1      0.000000e+00
1934            -1      1.000000e-01
1935             1     -1.000000e-01
1936             1     -5.000000e-02
1937            -1      2.142857e-01
1938             1      3.125000e-02
1939            -1      2.083333e-01
1940            -1      0.000000e+00
1941             1      3.250000e-01
1942             1      6.250000e-02
1943            -1      0.000000e+00
1944             1      1.000000e-01
1945             1      0.000000e+00
1946             1      0.000000e+00
1947            -1      5.000000e-01
1948            -1      6.000000e-01
1949             1      0.000000e+00
1950             1      7.500000e-01
1951            -1      2.222222e-01
1952             1      0.000000e+00
1953            -1      7.500000e-01
1954             1      2.500000e-01
1955             1      0.000000e+00
1956            -1     -2.500000e-02
1957            -1      0.000000e+00
1958            -1      2.000000e-01
1959            -1      0.000000e+00
1960             1      3.125000e-02
1961            -1      0.000000e+00
1962             1      0.000000e+00
1963             1      2.500000e-01
1964             1      6.250000e-02
1965             1     -6.000000e-01
1966            -1      4.500000e-01
1967             1      7.500000e-01
1968             1      2.500000e-01
1969            -1      1.709957e-01
1970            -1      0.000000e+00
1971            -1      0.000000e+00
1972             1      0.000000e+00
1973             1      1.312500e-01
1974             1      0.000000e+00
1975            -1      5.000000e-01
1976            -1      5.000000e-01
1977             1      3.333333e-01
1978             1      0.000000e+00
1979            -1      2.500000e-01
1980             1      1.000000e-01
1981             1      0.000000e+00
1982             1     -5.000000e-01
1983            -1     -1.000000e-01
1984            -1      0.000000e+00
1985             1      0.000000e+00
1986             1      0.000000e+00
1987            -1      0.000000e+00
1988            -1      0.000000e+00
1989             1     -5.000000e-01
1990             1      0.000000e+00
1991             1      5.000000e-01
1992             1      2.333333e-01
1993            -1      0.000000e+00
1994             1     -2.444444e-01
1995             1     -2.444444e-01
1996             1     -5.000000e-01
1997             1     -2.444444e-01
1998             1     -2.444444e-01
1999             1     -2.444444e-01
2000             1     -2.444444e-01
2001            -1      1.250000e-01
2002             1      1.600000e-01
2003            -1      0.000000e+00
2004             1      0.000000e+00
2005             1      8.750000e-01
2006             1      3.181818e-01
2007             1      3.125000e-02
2008             1     -2.444444e-01
2009            -1      5.000000e-01
2010             1      0.000000e+00
2011             1      2.500000e-02
2012             1      3.125000e-02
2013             1      7.500000e-01
2014             1      0.000000e+00
2015             1      0.000000e+00
2016            -1      1.428571e-01
2017             1      8.500000e-01
2018             1     -6.666667e-02
2019             1      0.000000e+00
2020            -1      0.000000e+00
2021             1      0.000000e+00
2022             1      0.000000e+00
2023             1      4.250000e-01
2024             1      0.000000e+00
2025            -1      5.000000e-01
2026            -1      0.000000e+00
2027             1      0.000000e+00
2028            -1     -1.555556e-01
2029            -1      0.000000e+00
2030            -1      1.363636e-01
2031             1     -5.000000e-01
2032             1      0.000000e+00
2033             1      0.000000e+00
2034             1     -1.875000e-01
2035             1      4.333333e-01
2036            -1      0.000000e+00
2037            -1      0.000000e+00
2038            -1      0.000000e+00
2039            -1      0.000000e+00
2040            -1      0.000000e+00
2041            -1      0.000000e+00
2042            -1      0.000000e+00
2043            -1      0.000000e+00
2044            -1      2.500000e-01
2045             1      0.000000e+00
2046            -1      0.000000e+00
2047            -1     -1.318182e-01
2048             1      2.500000e-01
2049             1      4.500000e-01
2050            -1      0.000000e+00
2051             1      2.681818e-01
2052             1      1.666667e-01
2053            -1      1.363636e-01
2054             1      0.000000e+00
2055            -1      2.000000e-01
2056             1      0.000000e+00
2057            -1      0.000000e+00
2058             1      0.000000e+00
2059            -1      1.083333e-01
2060             1      0.000000e+00
2061             1      0.000000e+00
2062             1     -1.666667e-01
2063             1      2.500000e-01
2064             1      6.250000e-02
2065            -1      1.875000e-01
2066             1      1.666667e-01
2067             1      5.416667e-01
2068            -1      1.600000e-01
2069             1      0.000000e+00
2070            -1      1.000000e-01
2071            -1      0.000000e+00
2072            -1     -1.000000e-01
2073             1      3.928571e-01
2074             1     -2.916667e-01
2075            -1      0.000000e+00
2076             1      0.000000e+00
2077            -1      0.000000e+00
2078             1      0.000000e+00
2079             1      0.000000e+00
2080            -1      2.000000e-01
2081             1      0.000000e+00
2082             1     -6.666667e-02
2083             1     -6.666667e-02
2084            -1      0.000000e+00
2085             1      0.000000e+00
2086            -1      0.000000e+00
2087             1     -6.666667e-02
2088            -1      0.000000e+00
2089            -1      0.000000e+00
2090            -1      8.000000e-01
2091            -1      4.166667e-01
2092             1     -6.666667e-02
2093             1     -6.666667e-02
2094            -1     -1.666667e-01
2095             1      7.000000e-01
2096             1      0.000000e+00
2097             1     -1.555556e-01
2098            -1      0.000000e+00
2099            -1      0.000000e+00
2100            -1     -3.068182e-01
2101             1      0.000000e+00
2102             1     -3.000000e-01
2103            -1     -2.000000e-01
2104             1      0.000000e+00
2105            -1     -2.500000e-01
2106            -1     -2.500000e-01
2107            -1     -2.500000e-01
2108            -1      1.250000e-01
2109             1      4.500000e-01
2110            -1     -2.500000e-01
2111             1      1.363636e-01
2112             1      0.000000e+00
2113             1      0.000000e+00
2114            -1     -2.500000e-01
2115            -1      1.300000e-01
2116             1      0.000000e+00
2117             1      0.000000e+00
2118             1      0.000000e+00
2119             1      0.000000e+00
2120             1      0.000000e+00
2121             1      0.000000e+00
2122             1      1.500000e-01
2123             1      0.000000e+00
2124             1      0.000000e+00
2125            -1      0.000000e+00
2126             1      0.000000e+00
2127            -1      0.000000e+00
2128             1      0.000000e+00
2129             1      0.000000e+00
2130             1      0.000000e+00
2131            -1     -1.515152e-02
2132            -1     -9.375000e-02
2133             1      0.000000e+00
2134            -1      0.000000e+00
2135             1      6.000000e-01
2136            -1     -1.666667e-01
2137             1      2.395833e-01
2138             1      0.000000e+00
2139             1      0.000000e+00
2140             1     -1.250000e-01
2141            -1      5.000000e-01
2142             1     -4.000000e-01
2143             1      5.000000e-01
2144            -1      2.857143e-01
2145             1      3.500000e-01
2146             1      4.500000e-01
2147             1      0.000000e+00
2148             1      0.000000e+00
2149             1      0.000000e+00
2150             1      1.000000e-01
2151            -1      8.333333e-02
2152             1      0.000000e+00
2153             1     -3.333333e-02
2154             1      4.500000e-01
2155            -1      0.000000e+00
2156             1      2.681818e-01
2157             1      1.363636e-01
2158            -1      0.000000e+00
2159             1      0.000000e+00
2160            -1      0.000000e+00
2161             1      0.000000e+00
2162             1      2.083333e-01
2163             1      0.000000e+00
2164             1      1.250000e-01
2165            -1      5.000000e-01
2166             1      7.777778e-02
2167             1      6.818182e-02
2168            -1      0.000000e+00
2169             1      0.000000e+00
2170            -1     -2.750000e-01
2171             1      0.000000e+00
2172             1      0.000000e+00
2173             1      0.000000e+00
2174             1      0.000000e+00
2175             1      0.000000e+00
2176            -1      0.000000e+00
2177            -1     -4.000000e-01
2178             1      0.000000e+00
2179            -1      0.000000e+00
2180             1      5.000000e-01
2181             1      4.500000e-01
2182            -1     -2.500000e-01
2183             1      4.500000e-01
2184             1     -4.333333e-01
2185             1      0.000000e+00
2186             1     -2.500000e-01
2187             1      8.000000e-01
2188             1      8.000000e-01
2189             1      0.000000e+00
2190            -1      0.000000e+00
2191             1     -3.500000e-01
2192            -1      0.000000e+00
2193             1     -2.500000e-01
2194             1      0.000000e+00
2195             1      8.000000e-01
2196             1      0.000000e+00
2197             1      5.000000e-01
2198            -1      0.000000e+00
2199             1      4.500000e-01
2200            -1      0.000000e+00
2201            -1      0.000000e+00
2202            -1     -1.333333e-01
2203            -1      0.000000e+00
2204             1      0.000000e+00
2205            -1      0.000000e+00
2206             1      4.333333e-01
2207             1      0.000000e+00
2208             1      0.000000e+00
2209             1      0.000000e+00
2210             1      1.642857e-01
2211             1      0.000000e+00
2212             1      0.000000e+00
2213            -1      0.000000e+00
2214            -1      0.000000e+00
2215            -1      0.000000e+00
2216             1      4.000000e-01
2217             1      0.000000e+00
2218            -1      2.681818e-01
2219             1      4.312500e-01
2220             1      0.000000e+00
2221             1      0.000000e+00
2222             1      0.000000e+00
2223             1      4.787879e-01
2224             1      0.000000e+00
2225             1      3.500000e-01
2226             1      0.000000e+00
2227             1      0.000000e+00
2228             1      0.000000e+00
2229             1      5.000000e-01
2230            -1      2.500000e-01
2231            -1      0.000000e+00
2232             1      0.000000e+00
2233             1      2.323232e-02
2234             1      0.000000e+00
2235            -1      5.000000e-02
2236            -1      0.000000e+00
2237             1      0.000000e+00
2238             1      7.000000e-01
2239             1      0.000000e+00
2240            -1      0.000000e+00
2241             1      0.000000e+00
2242             1      0.000000e+00
2243            -1     -7.142857e-02
2244            -1     -1.444444e-01
2245            -1      5.000000e-01
2246             1      0.000000e+00
2247            -1      2.000000e-01
2248             1      1.363636e-01
2249             1      1.785714e-01
2250            -1     -4.000000e-01
2251            -1      0.000000e+00
2252             1      1.363636e-01
2253             1      4.500000e-01
2254             1      5.000000e-01
2255            -1      0.000000e+00
2256            -1      1.250000e-01
2257            -1     -6.000000e-01
2258             1      0.000000e+00
2259             1      0.000000e+00
2260             1      0.000000e+00
2261            -1     -7.142857e-02
2262            -1      5.000000e-01
2263             1      0.000000e+00
2264             1      0.000000e+00
2265             1      2.630952e-01
2266             1      0.000000e+00
2267             1      0.000000e+00
2268             1      0.000000e+00
2269             1      1.704545e-01
2270             1      0.000000e+00
2271            -1     -1.142857e-01
2272            -1      5.000000e-01
2273             1      5.416667e-02
2274             1      0.000000e+00
2275            -1      0.000000e+00
2276            -1      0.000000e+00
2277             1      0.000000e+00
2278            -1      0.000000e+00
2279            -1      0.000000e+00
2280            -1      0.000000e+00
2281             1      0.000000e+00
2282             1      0.000000e+00
2283            -1      1.000000e+00
2284            -1      0.000000e+00
2285             1      0.000000e+00
2286             1      3.500000e-01
2287             1      0.000000e+00
2288             1      1.187500e-01
2289             1      4.333333e-01
2290            -1      0.000000e+00
2291            -1      2.500000e-01
2292            -1     -3.333333e-01
2293            -1      0.000000e+00
2294            -1     -1.555556e-01
2295             1      0.000000e+00
2296             1      3.000000e-01
2297             1      0.000000e+00
2298             1      0.000000e+00
2299             1      3.000000e-01
2300             1      0.000000e+00
2301             1      0.000000e+00
2302             1      3.000000e-01
2303             1      1.363636e-01
2304             1      2.833333e-01
2305            -1      3.000000e-01
2306             1      3.000000e-01
2307             1     -2.500000e-02
2308             1      0.000000e+00
2309             1      1.666667e-01
2310             1      3.000000e-01
2311            -1      0.000000e+00
2312             1      0.000000e+00
2313             1      0.000000e+00
2314             1      1.600000e-01
2315             1      1.600000e-01
2316            -1     -5.000000e-02
2317             1      0.000000e+00
2318             1      0.000000e+00
2319             1      0.000000e+00
2320             1     -1.666667e-01
2321             1      0.000000e+00
2322             1      1.363636e-01
2323            -1      0.000000e+00
2324            -1      0.000000e+00
2325             1      3.000000e-01
2326             1      3.000000e-01
2327             1      0.000000e+00
2328            -1     -1.666667e-01
2329             1      3.000000e-01
2330             1      8.000000e-01
2331             1      2.000000e-01
2332            -1      0.000000e+00
2333            -1     -4.375000e-01
2334             1      3.000000e-01
2335             1      0.000000e+00
2336            -1      0.000000e+00
2337            -1      5.000000e-01
2338             1      3.000000e-01
2339             1      0.000000e+00
2340             1      0.000000e+00
2341            -1      5.000000e-01
2342             1      0.000000e+00
2343            -1      0.000000e+00
2344             1      3.000000e-01
2345            -1      3.500000e-01
2346            -1      0.000000e+00
2347            -1      0.000000e+00
2348             1      9.231771e-01
2349            -1      5.000000e-01
2350            -1      1.363636e-01
2351             1      4.000000e-01
2352             1      0.000000e+00
2353            -1      2.857143e-01
2354            -1     -7.500000e-01
2355             1      0.000000e+00
2356            -1      2.916667e-01
2357             1     -4.000000e-01
2358             1      4.000000e-01
2359             1      3.000000e-01
2360             1      0.000000e+00
2361             1      3.000000e-01
2362             1     -6.000000e-01
2363             1      3.000000e-01
2364            -1      1.166667e-01
2365            -1      0.000000e+00
2366             1      0.000000e+00
2367             1      4.166667e-01
2368            -1      1.666667e-01
2369             1      1.000000e-01
2370             1      3.000000e-01
2371            -1      5.000000e-02
2372             1      1.388889e-02
2373             1      3.000000e-01
2374             1      0.000000e+00
2375             1      3.000000e-01
2376            -1     -1.000000e+00
2377             1     -5.000000e-01
2378             1      0.000000e+00
2379            -1     -4.000000e-01
2380             1      3.000000e-01
2381             1      0.000000e+00
2382            -1      3.500000e-01
2383             1      2.000000e-01
2384            -1      0.000000e+00
2385             1      0.000000e+00
2386            -1      3.500000e-01
2387             1     -5.000000e-01
2388             1      3.000000e-01
2389            -1     -4.375000e-01
2390            -1      1.000000e-01
2391            -1      8.000000e-01
2392             1     -5.000000e-02
2393             1      1.666667e-02
2394             1     -2.666667e-01
2395             1      0.000000e+00
2396            -1      0.000000e+00
2397            -1      0.000000e+00
2398             1      3.000000e-01
2399            -1      0.000000e+00
2400             1      3.000000e-01
2401            -1      0.000000e+00
2402             1      0.000000e+00
2403            -1      2.000000e-01
2404             1      0.000000e+00
2405             1      0.000000e+00
2406             1      3.000000e-01
2407             1      3.000000e-01
2408            -1      0.000000e+00
2409            -1     -8.000000e-01
2410            -1      0.000000e+00
2411            -1      0.000000e+00
2412            -1      0.000000e+00
2413             1      3.000000e-01
2414             1      0.000000e+00
2415             1      0.000000e+00
2416             1      5.000000e-01
2417             1      0.000000e+00
2418             1     -5.000000e-02
2419            -1      0.000000e+00
2420             1      5.000000e-01
2421             1      5.000000e-01
2422             1      6.818182e-02
2423             1      0.000000e+00
2424             1      5.000000e-01
2425             1     -6.666667e-02
2426             1      1.666667e-01
2427            -1      0.000000e+00
2428             1      3.000000e-01
2429             1      0.000000e+00
2430             1      0.000000e+00
2431            -1      5.000000e-01
2432            -1      5.000000e-01
2433            -1      0.000000e+00
2434             1      0.000000e+00
2435            -1      0.000000e+00
2436             1      0.000000e+00
2437             1      4.500000e-01
2438             1      0.000000e+00
2439            -1      4.375000e-01
2440             1     -5.952381e-02
2441             1      0.000000e+00
2442             1      0.000000e+00
2443            -1      2.000000e-01
2444            -1      0.000000e+00
2445             1      0.000000e+00
2446            -1      0.000000e+00
2447             1      1.250000e-01
2448            -1      0.000000e+00
2449             1      0.000000e+00
2450             1      6.000000e-01
2451            -1      0.000000e+00
2452             1      0.000000e+00
2453            -1      0.000000e+00
2454            -1     -3.333333e-01
2455             1      3.000000e-01
2456            -1      0.000000e+00
2457             1      0.000000e+00
2458             1      0.000000e+00
2459            -1      0.000000e+00
2460             1      3.000000e-01
2461             1     -2.000000e-01
2462             1      0.000000e+00
2463             1      5.000000e-01
2464             1      0.000000e+00
2465             1      0.000000e+00
2466            -1     -6.500000e-01
2467             1      5.000000e-01
2468             1      0.000000e+00
2469             1      3.000000e-01
2470            -1      0.000000e+00
2471            -1      5.000000e-01
2472            -1     -2.000000e-01
2473             1      1.000000e-01
2474             1      0.000000e+00
2475             1      0.000000e+00
2476             1      0.000000e+00
2477            -1      0.000000e+00
2478             1      0.000000e+00
2479             1      4.500000e-01
2480             1      5.000000e-01
2481             1      6.500000e-01
2482             1     -1.555556e-01
2483            -1      1.000000e+00
2484            -1      0.000000e+00
2485            -1     -7.142857e-02
2486             1      0.000000e+00
2487             1      0.000000e+00
2488             1      0.000000e+00
2489            -1      0.000000e+00
2490             1      1.250000e-01
2491            -1      0.000000e+00
2492             1      0.000000e+00
2493            -1      0.000000e+00
2494             1      0.000000e+00
2495             1      0.000000e+00
2496             1      0.000000e+00
2497             1      0.000000e+00
2498             1      0.000000e+00
2499            -1      0.000000e+00
2500            -1      0.000000e+00
2501             1      1.000000e-01
2502             1      0.000000e+00
2503            -1      0.000000e+00
2504             1      1.444156e-01
2505            -1      0.000000e+00
2506             1      0.000000e+00
2507            -1      3.666667e-01
2508            -1      1.000000e-01
2509            -1      0.000000e+00
2510             1      2.000000e-01
2511            -1      0.000000e+00
2512             1      3.333333e-02
2513            -1      0.000000e+00
2514            -1      0.000000e+00
2515             1      7.000000e-01
2516             1      3.333333e-02
2517             1     -1.562500e-01
2518             1      3.333333e-02
2519            -1      0.000000e+00
2520             1      4.900000e-01
2521             1     -4.000000e-01
2522             1      0.000000e+00
2523             1      0.000000e+00
2524             1      0.000000e+00
2525             1      7.000000e-01
2526             1      3.000000e-01
2527            -1      0.000000e+00
2528             1      3.500000e-01
2529            -1      2.287879e-01
2530             1      0.000000e+00
2531            -1      0.000000e+00
2532             1     -4.000000e-01
2533             1      0.000000e+00
2534             1      3.000000e-01
2535            -1      0.000000e+00
2536             1      0.000000e+00
2537             1      4.750000e-01
2538             1      0.000000e+00
2539             1      0.000000e+00
2540             1      2.500000e-01
2541             1      0.000000e+00
2542             1      0.000000e+00
2543             1      0.000000e+00
2544             1      1.704545e-01
2545             1      0.000000e+00
2546             1      7.000000e-01
2547            -1     -6.250000e-01
2548            -1      0.000000e+00
2549             1      3.333333e-02
2550            -1      3.333333e-01
2551             1      6.250000e-01
2552             1      2.500000e-01
2553            -1      0.000000e+00
2554             1      0.000000e+00
2555             1      0.000000e+00
2556             1     -1.250000e-01
2557             1      0.000000e+00
2558             1      0.000000e+00
2559             1      0.000000e+00
2560             1      7.000000e-01
2561            -1      0.000000e+00
2562            -1     -4.000000e-01
2563             1      0.000000e+00
2564            -1      0.000000e+00
2565            -1      0.000000e+00
2566             1     -7.692308e-02
2567            -1      0.000000e+00
2568             1     -2.153846e-01
2569            -1      0.000000e+00
2570            -1      2.875000e-01
2571             1     -2.000000e-01
2572            -1      1.000000e-01
2573            -1      0.000000e+00
2574             1      0.000000e+00
2575             1      1.363636e-01
2576            -1      0.000000e+00
2577            -1      0.000000e+00
2578            -1      0.000000e+00
2579            -1      0.000000e+00
2580             1      0.000000e+00
2581             1      3.500000e-01
2582             1      0.000000e+00
2583            -1      0.000000e+00
2584             1      0.000000e+00
2585             1      7.000000e-01
2586            -1      3.125000e-01
2587             1      0.000000e+00
2588            -1     -5.000000e-01
2589            -1      0.000000e+00
2590            -1     -2.000000e-01
2591            -1      0.000000e+00
2592            -1      0.000000e+00
2593             1      0.000000e+00
2594             1      0.000000e+00
2595             1      0.000000e+00
2596             1      0.000000e+00
2597             1      3.333333e-02
2598            -1     -7.777778e-02
2599             1      3.333333e-02
2600             1      3.333333e-02
2601            -1     -5.000000e-02
2602             1     -1.000000e+00
2603             1      3.333333e-02
2604            -1      0.000000e+00
2605            -1      0.000000e+00
2606            -1      0.000000e+00
2607            -1      0.000000e+00
2608            -1      0.000000e+00
2609             1      0.000000e+00
2610             1      0.000000e+00
2611            -1      0.000000e+00
2612            -1      6.000000e-01
2613            -1      0.000000e+00
2614             1      0.000000e+00
2615             1      4.083333e-01
2616             1      3.000000e-01
2617             1      4.000000e-01
2618             1      0.000000e+00
2619             1      8.750000e-01
2620            -1      0.000000e+00
2621             1      0.000000e+00
2622             1      0.000000e+00
2623            -1      6.250000e-01
2624             1      4.545455e-02
2625             1      3.000000e-01
2626             1      0.000000e+00
2627             1      3.000000e-01
2628            -1      0.000000e+00
2629             1      1.363636e-01
2630            -1     -7.500000e-01
2631             1      7.000000e-01
2632             1      3.000000e-01
2633             1      0.000000e+00
2634            -1      0.000000e+00
2635             1      1.687500e-01
2636             1      0.000000e+00
2637             1      0.000000e+00
2638            -1      3.571429e-01
2639             1      0.000000e+00
2640             1      0.000000e+00
2641             1     -1.562500e-01
2642             1      4.000000e-01
2643             1      4.000000e-01
2644            -1      2.777778e-03
2645             1      0.000000e+00
2646            -1     -2.343750e-01
2647            -1      5.000000e-02
2648             1      1.687500e-01
2649             1      0.000000e+00
2650            -1      0.000000e+00
2651             1      0.000000e+00
2652            -1      0.000000e+00
2653             1      0.000000e+00
2654             1      1.687500e-01
2655             1      0.000000e+00
2656             1      0.000000e+00
2657             1      0.000000e+00
2658             1      0.000000e+00
2659             1      5.000000e-01
2660             1      1.687500e-01
2661            -1      0.000000e+00
2662             1      1.687500e-01
2663            -1      0.000000e+00
2664             1      0.000000e+00
2665            -1      0.000000e+00
2666            -1      0.000000e+00
2667            -1      1.000000e-01
2668             1     -2.500000e-01
2669             1      0.000000e+00
2670             1      0.000000e+00
2671             1      0.000000e+00
2672             1      0.000000e+00
2673             1      0.000000e+00
2674            -1     -7.142857e-02
2675            -1      0.000000e+00
2676             1      0.000000e+00
2677             1      1.687500e-01
2678             1      0.000000e+00
2679             1      0.000000e+00
2680            -1      0.000000e+00
2681             1      1.000000e-01
2682             1      0.000000e+00
2683             1      5.000000e-01
2684            -1     -3.125000e-01
2685             1     -1.159091e-01
2686            -1      0.000000e+00
2687             1      0.000000e+00
2688             1      6.250000e-01
2689             1      1.250000e-01
2690             1      0.000000e+00
2691             1      1.250000e-01
2692            -1      1.166667e-01
2693             1      2.500000e-01
2694            -1      1.333333e-01
2695            -1      4.681818e-01
2696             1      0.000000e+00
2697            -1      1.000000e-01
2698            -1      0.000000e+00
2699             1      0.000000e+00
2700             1      0.000000e+00
2701             1     -5.185185e-02
2702            -1     -5.000000e-01
2703            -1      0.000000e+00
2704             1      0.000000e+00
2705            -1      1.363636e-01
2706             1      2.500000e-01
2707             1      0.000000e+00
2708             1      8.000000e-01
2709            -1      0.000000e+00
2710             1      0.000000e+00
2711             1     -4.000000e-01
2712             1      0.000000e+00
2713            -1      0.000000e+00
2714             1      1.000000e+00
2715            -1      0.000000e+00
2716            -1      0.000000e+00
2717             1      0.000000e+00
2718            -1      0.000000e+00
2719             1      1.687500e-01
2720             1      0.000000e+00
2721             1      0.000000e+00
2722             1      4.000000e-01
2723            -1      3.500000e-01
2724             1      0.000000e+00
2725             1      0.000000e+00
2726            -1      0.000000e+00
2727            -1      0.000000e+00
2728             1      1.833333e-01
2729            -1      0.000000e+00
2730             1      1.687500e-01
2731            -1      0.000000e+00
2732             1      0.000000e+00
2733             1      1.363636e-01
2734             1      3.500000e-01
2735            -1      0.000000e+00
2736             1      3.000000e-01
2737            -1      4.583333e-01
2738            -1     -4.000000e-01
2739            -1      0.000000e+00
2740             1      0.000000e+00
2741            -1      1.000000e-01
2742            -1      1.562500e-01
2743            -1      0.000000e+00
2744             1      0.000000e+00
2745             1      0.000000e+00
2746            -1      0.000000e+00
2747            -1     -3.500000e-01
2748            -1      0.000000e+00
2749             1      8.000000e-01
2750            -1      1.250000e-01
2751             1      0.000000e+00
2752             1      0.000000e+00
2753             1      0.000000e+00
2754            -1     -4.000000e-01
2755            -1     -5.500000e-01
2756            -1     -5.555556e-02
2757             1      7.333333e-01
2758            -1      0.000000e+00
2759            -1      0.000000e+00
2760             1      1.687500e-01
2761             1      0.000000e+00
2762             1      8.000000e-01
2763             1      3.181818e-01
2764             1      7.000000e-01
2765             1      6.250000e-01
2766            -1      0.000000e+00
2767            -1      2.500000e-01
2768             1      5.750000e-01
2769            -1     -1.666667e-01
2770            -1      0.000000e+00
2771             1      0.000000e+00
2772            -1      7.000000e-01
2773            -1      7.000000e-01
2774            -1      0.000000e+00
2775             1      2.000000e-01
2776             1      0.000000e+00
2777             1      1.000000e+00
2778             1      0.000000e+00
2779             1      0.000000e+00
2780            -1      0.000000e+00
2781             1      0.000000e+00
2782             1      0.000000e+00
2783             1     -7.777778e-02
2784            -1      0.000000e+00
2785             1      5.000000e-01
2786            -1      1.875000e-01
2787            -1      7.000000e-01
2788            -1      0.000000e+00
2789            -1     -1.666667e-02
2790            -1     -5.000000e-02
2791             1      0.000000e+00
2792            -1      0.000000e+00
2793             1      0.000000e+00
2794            -1      0.000000e+00
2795             1      1.000000e-01
2796             1      0.000000e+00
2797             1      0.000000e+00
2798             1      0.000000e+00
2799            -1      2.000000e-01
2800             1      0.000000e+00
2801             1      0.000000e+00
2802             1      0.000000e+00
2803            -1      0.000000e+00
2804             1      0.000000e+00
2805            -1     -5.555556e-02
2806            -1      0.000000e+00
2807            -1     -3.000000e-01
2808            -1      2.681818e-01
2809             1      0.000000e+00
2810             1      6.250000e-01
2811            -1      0.000000e+00
2812             1      0.000000e+00
2813             1      0.000000e+00
2814             1      0.000000e+00
2815            -1      6.250000e-01
2816             1      0.000000e+00
2817            -1      3.333333e-01
2818             1      0.000000e+00
2819            -1      0.000000e+00
2820             1      0.000000e+00
2821            -1      0.000000e+00
2822             1      0.000000e+00
2823            -1      0.000000e+00
2824            -1      1.300000e-01
2825             1      0.000000e+00
2826             1      0.000000e+00
2827            -1      1.363636e-01
2828             1      1.562500e-01
2829            -1      0.000000e+00
2830             1      1.687500e-01
2831            -1      0.000000e+00
2832             1      0.000000e+00
2833             1      0.000000e+00
2834             1      6.093750e-01
2835             1      0.000000e+00
2836             1      1.687500e-01
2837             1      0.000000e+00
2838             1      1.687500e-01
2839             1      0.000000e+00
2840             1      0.000000e+00
2841             1      1.687500e-01
2842             1      1.562500e-01
2843            -1     -2.400000e-01
2844             1      0.000000e+00
2845            -1      0.000000e+00
2846            -1      6.000000e-01
2847            -1      0.000000e+00
2848            -1      7.000000e-01
2849             1      0.000000e+00
2850            -1     -8.000000e-01
2851            -1      4.333333e-01
2852             1      0.000000e+00
2853             1     -2.500000e-01
2854             1      0.000000e+00
2855             1      1.562500e-01
2856            -1      0.000000e+00
2857            -1      0.000000e+00
2858            -1      2.000000e-01
2859            -1     -7.500000e-01
2860            -1     -3.125000e-01
2861            -1      5.000000e-01
2862            -1      1.000000e+00
2863             1      8.333333e-02
2864            -1     -8.500000e-01
2865            -1      2.500000e-01
2866            -1      0.000000e+00
2867            -1      1.363636e-01
2868             1      0.000000e+00
2869            -1      4.000000e-01
2870            -1      0.000000e+00
2871             1      6.500000e-01
2872            -1      0.000000e+00
2873            -1      0.000000e+00
2874             1      0.000000e+00
2875            -1      1.363636e-01
2876            -1     -1.000000e+00
2877             1      2.500000e-01
2878             1      5.000000e-01
2879             1      0.000000e+00
2880             1      0.000000e+00
2881            -1      3.371212e-01
2882            -1      0.000000e+00
2883            -1     -6.000000e-01
2884             1      4.333333e-01
2885            -1      0.000000e+00
2886             1      2.619048e-01
2887             1      0.000000e+00
2888             1      0.000000e+00
2889             1      0.000000e+00
2890             1      0.000000e+00
2891            -1      0.000000e+00
2892            -1      0.000000e+00
2893            -1      0.000000e+00
2894             1      1.363636e-01
2895            -1      0.000000e+00
2896             1      3.181818e-01
2897             1      0.000000e+00
2898            -1      0.000000e+00
2899             1     -3.571429e-02
2900             1      0.000000e+00
2901             1      3.000000e-01
2902            -1      4.333333e-01
2903            -1      0.000000e+00
2904             1     -2.222222e-02
2905             1      1.687500e-01
2906             1      1.687500e-01
2907             1      0.000000e+00
2908             1      5.000000e-01
2909             1      0.000000e+00
2910             1      2.142857e-01
2911            -1      0.000000e+00
2912             1      0.000000e+00
2913             1      1.000000e-01
2914             1      0.000000e+00
2915            -1      0.000000e+00
2916             1      1.000000e-01
2917             1      0.000000e+00
2918            -1     -4.000000e-01
2919            -1      0.000000e+00
2920            -1      5.000000e-01
2921             1      8.333333e-02
2922            -1      0.000000e+00
2923             1      6.818182e-02
2924             1      0.000000e+00
2925             1      1.000000e+00
2926             1      0.000000e+00
2927             1      1.687500e-01
2928             1      0.000000e+00
2929            -1      0.000000e+00
2930             1      4.055195e-01
2931             1      0.000000e+00
2932            -1      0.000000e+00
2933             1      0.000000e+00
2934             1      8.000000e-01
2935             1      0.000000e+00
2936             1      4.121212e-01
2937            -1      6.000000e-01
2938             1      0.000000e+00
2939             1      0.000000e+00
2940             1      0.000000e+00
2941             1      0.000000e+00
2942             1      6.333333e-01
2943             1      3.375000e-01
2944             1      0.000000e+00
2945            -1      0.000000e+00
2946            -1      0.000000e+00
2947            -1      0.000000e+00
2948            -1      0.000000e+00
2949             1      0.000000e+00
2950            -1      0.000000e+00
2951            -1      0.000000e+00
2952            -1      0.000000e+00
2953            -1      0.000000e+00
2954            -1      0.000000e+00
2955            -1      0.000000e+00
2956            -1      0.000000e+00
2957            -1      0.000000e+00
2958            -1      0.000000e+00
2959            -1      0.000000e+00
2960            -1      0.000000e+00
2961            -1      0.000000e+00
2962            -1      0.000000e+00
2963            -1      0.000000e+00
2964            -1      0.000000e+00
2965            -1      0.000000e+00
2966            -1      0.000000e+00
2967            -1      0.000000e+00
2968            -1      0.000000e+00
2969            -1      0.000000e+00
2970             1      1.000000e+00
2971            -1      0.000000e+00
2972            -1      0.000000e+00
2973            -1      0.000000e+00
2974            -1      0.000000e+00
2975            -1     -4.000000e-01
2976            -1      0.000000e+00
2977            -1     -1.000000e-01
2978             1      1.687500e-01
2979             1      0.000000e+00
2980            -1      0.000000e+00
2981             1      0.000000e+00
2982             1      0.000000e+00
2983            -1     -1.000000e-01
2984             1      0.000000e+00
2985             1      0.000000e+00
2986             1      0.000000e+00
2987             1      0.000000e+00
2988            -1      0.000000e+00
2989             1     -4.000000e-01
2990             1      0.000000e+00
2991             1      0.000000e+00
2992             1      7.000000e-01
2993            -1      2.130682e-01
2994             1      0.000000e+00
2995             1      0.000000e+00
2996             1      1.708333e-01
2997            -1      3.125000e-01
2998            -1      1.000000e+00
2999             1     -4.000000e-01
3000            -1      0.000000e+00
3001            -1      2.500000e-01
3002             1      0.000000e+00
3003            -1      0.000000e+00
3004             1      0.000000e+00
3005             1      1.110223e-17
3006             1      0.000000e+00
3007            -1      0.000000e+00
3008             1      0.000000e+00
3009             1      1.687500e-01
3010             1      0.000000e+00
3011             1      0.000000e+00
3012             1      0.000000e+00
3013            -1      0.000000e+00
3014            -1      0.000000e+00
3015            -1      0.000000e+00
3016            -1      0.000000e+00
3017            -1      0.000000e+00
3018             1      0.000000e+00
3019             1      0.000000e+00
3020             1      7.333333e-01
3021             1      0.000000e+00
3022             1      0.000000e+00
3023             1      0.000000e+00
3024             1      1.000000e+00
3025             1      1.000000e+00
3026             1      0.000000e+00
3027             1      1.000000e+00
3028            -1     -6.500000e-01
3029             1      1.687500e-01
3030            -1      5.000000e-01
3031            -1      0.000000e+00
3032             1      0.000000e+00
3033             1      3.745455e-01
3034             1      0.000000e+00
3035             1      1.250000e-01
3036            -1      0.000000e+00
3037            -1      4.687500e-01
3038             1      1.000000e-01
3039             1      5.000000e-01
3040             1      0.000000e+00
3041             1      0.000000e+00
3042             1      0.000000e+00
3043             1      0.000000e+00
3044             1     -3.000000e-01
3045             1     -3.000000e-01
3046             1     -1.555556e-01
3047            -1      0.000000e+00
3048             1      8.000000e-01
3049             1      1.687500e-01
3050             1      0.000000e+00
3051             1      1.000000e+00
3052             1      1.687500e-01
3053             1      0.000000e+00
3054             1     -3.500000e-01
3055             1      0.000000e+00
3056            -1      0.000000e+00
3057             1      1.000000e-01
3058             1      0.000000e+00
3059             1      0.000000e+00
3060             1      0.000000e+00
3061            -1     -1.875000e-01
3062             1      0.000000e+00
3063             1      8.333333e-02
3064            -1      8.000000e-01
3065             1      0.000000e+00
3066            -1      0.000000e+00
3067             1      0.000000e+00
3068            -1      0.000000e+00
3069            -1      0.000000e+00
3070            -1      0.000000e+00
3071             1      0.000000e+00
3072             1      6.000000e-01
3073             1      2.142857e-01
3074             1      0.000000e+00
3075            -1     -6.666667e-01
3076            -1      5.000000e-02
3077            -1      0.000000e+00
3078             1     -2.083333e-01
3079             1      0.000000e+00
3080            -1      2.500000e-01
3081            -1      0.000000e+00
3082             1      0.000000e+00
3083            -1     -1.666667e-01
3084            -1     -1.000000e-01
3085             1      0.000000e+00
3086             1      0.000000e+00
3087             1      0.000000e+00
3088             1      0.000000e+00
3089             1      0.000000e+00
3090             1      0.000000e+00
3091             1      5.000000e-01
3092            -1      0.000000e+00
3093             1      0.000000e+00
3094             1      0.000000e+00
3095            -1      0.000000e+00
3096             1      0.000000e+00
3097             1      0.000000e+00
3098             1      6.000000e-01
3099            -1      0.000000e+00
3100            -1      5.000000e-02
3101             1      3.229167e-01
3102             1      0.000000e+00
3103            -1     -6.250000e-02
3104             1      0.000000e+00
3105             1      3.750000e-01
3106             1      5.000000e-01
3107            -1      0.000000e+00
3108            -1      0.000000e+00
3109             1      0.000000e+00
3110             1      6.818182e-02
3111            -1     -4.000000e-01
3112             1      0.000000e+00
3113             1      0.000000e+00
3114             1      0.000000e+00
3115             1      0.000000e+00
3116            -1      0.000000e+00
3117            -1      0.000000e+00
3118            -1      4.000000e-01
3119             1     -8.000000e-01
3120            -1      4.000000e-01
3121             1     -1.666667e-01
3122            -1      0.000000e+00
3123            -1      0.000000e+00
3124             1      0.000000e+00
3125             1      0.000000e+00
3126             1      5.250000e-01
3127            -1      1.500000e-01
3128             1      0.000000e+00
3129            -1     -2.750000e-01
3130            -1     -2.750000e-01
3131            -1     -2.750000e-01
3132             1      0.000000e+00
3133             1      0.000000e+00
3134            -1      3.750000e-01
3135             1      2.500000e-01
3136            -1      0.000000e+00
3137             1      0.000000e+00
3138             1      0.000000e+00
3139            -1      0.000000e+00
3140             1      0.000000e+00
3141             1      0.000000e+00
3142            -1      0.000000e+00
3143             1      1.500000e-01
3144             1      1.363636e-01
3145            -1      0.000000e+00
3146             1      0.000000e+00
3147            -1      0.000000e+00
3148            -1     -8.333333e-02
3149            -1      3.323864e-02
3150             1      0.000000e+00
3151             1      0.000000e+00
3152            -1      1.250000e-01
3153             1      0.000000e+00
3154             1      1.000000e-01
3155            -1      0.000000e+00
3156             1      1.000000e+00
3157            -1     -4.000000e-01
3158             1      0.000000e+00
3159             1      0.000000e+00
3160            -1      0.000000e+00
3161            -1      0.000000e+00
3162             1      0.000000e+00
3163            -1     -3.125000e-01
3164             1     -1.250000e-01
3165             1      2.500000e-01
3166             1      0.000000e+00
3167             1      0.000000e+00
3168            -1      0.000000e+00
3169             1      3.000000e-01
3170             1      0.000000e+00
3171            -1      0.000000e+00
3172             1      0.000000e+00
3173            -1      0.000000e+00
3174            -1      0.000000e+00
3175            -1      0.000000e+00
3176             1      0.000000e+00
3177             1      8.750000e-01
3178             1      5.000000e-01
3179             1      0.000000e+00
3180             1      1.687500e-01
3181             1      0.000000e+00
3182             1     -1.250000e-01
3183            -1      0.000000e+00
3184            -1      1.000000e-01
3185            -1     -5.000000e-01
3186            -1      0.000000e+00
3187            -1      0.000000e+00
3188            -1      1.000000e-01
3189            -1     -3.000000e-01
3190             1      1.750000e-01
3191             1     -6.000000e-01
3192            -1      2.500000e-01
3193            -1      2.500000e-01
3194             1      0.000000e+00
3195            -1      2.062500e-01
3196             1      1.000000e+00
3197             1      0.000000e+00
3198             1      0.000000e+00
3199             1      0.000000e+00
3200            -1      0.000000e+00
3201            -1      0.000000e+00
3202            -1      2.589286e-01
3203             1      0.000000e+00
3204            -1     -2.083333e-01
3205            -1     -2.083333e-01
3206            -1     -2.083333e-01
3207            -1     -2.083333e-01
3208            -1      0.000000e+00
3209            -1     -2.083333e-01
3210            -1      0.000000e+00
3211            -1     -2.083333e-01
3212            -1     -2.083333e-01
3213            -1     -1.000000e-01
3214             1      0.000000e+00
3215            -1     -2.083333e-01
3216            -1      1.000000e-01
3217             1     -1.250000e-01
3218             1      4.666667e-01
3219             1      3.750000e-01
3220             1      0.000000e+00
3221             1      1.363636e-01
3222             1      0.000000e+00
3223            -1     -1.000000e+00
3224             1      1.363636e-01
3225             1      0.000000e+00
3226            -1      2.500000e-01
3227             1      0.000000e+00
3228            -1     -2.083333e-01
3229            -1     -1.555556e-01
3230            -1     -2.083333e-01
3231             1      0.000000e+00
3232            -1      1.000000e-01
3233             1      0.000000e+00
3234             1      2.500000e-01
3235            -1     -2.083333e-01
3236            -1     -2.083333e-01
3237            -1      0.000000e+00
3238            -1      2.500000e-01
3239            -1     -2.083333e-01
3240            -1      0.000000e+00
3241            -1     -2.083333e-01
3242             1      0.000000e+00
3243             1     -4.000000e-01
3244             1      4.000000e-01
3245            -1      0.000000e+00
3246             1      5.000000e-01
3247            -1      0.000000e+00
3248             1      1.136364e-01
3249            -1     -2.083333e-01
3250            -1     -2.083333e-01
3251             1     -4.000000e-01
3252             1      0.000000e+00
3253            -1      0.000000e+00
3254            -1     -2.083333e-01
3255            -1      1.166667e-01
3256            -1     -2.083333e-01
3257            -1      0.000000e+00
3258             1      0.000000e+00
3259            -1      0.000000e+00
3260             1     -1.666667e-01
3261            -1     -2.083333e-01
3262            -1      0.000000e+00
3263            -1     -2.083333e-01
3264            -1     -2.083333e-01
3265             1      2.500000e-01
3266             1      0.000000e+00
3267             1      2.500000e-02
3268            -1      0.000000e+00
3269             1      1.000000e+00
3270            -1     -2.083333e-01
3271            -1     -2.083333e-01
3272             1      5.333333e-02
3273            -1     -2.083333e-01
3274             1      0.000000e+00
3275             1      0.000000e+00
3276             1      1.363636e-01
3277            -1      2.000000e-01
3278             1      0.000000e+00
3279             1      2.232143e-01
3280            -1     -2.083333e-01
3281            -1      0.000000e+00
3282             1      0.000000e+00
3283            -1     -2.000000e-01
3284            -1      0.000000e+00
3285             1      5.000000e-01
3286             1     -2.333333e-01
3287             1      0.000000e+00
3288            -1     -8.000000e-01
3289            -1      0.000000e+00
3290             1      5.000000e-01
3291            -1      1.363636e-01
3292             1      0.000000e+00
3293             1      1.000000e+00
3294             1      5.000000e-01
3295             1      0.000000e+00
3296             1      0.000000e+00
3297            -1      0.000000e+00
3298            -1      0.000000e+00
3299            -1     -2.083333e-01
3300            -1     -2.083333e-01
3301            -1      0.000000e+00
3302             1      1.000000e+00
3303            -1     -2.083333e-01
3304             1      8.000000e-01
3305            -1     -2.083333e-01
3306            -1     -2.083333e-01
3307            -1     -2.083333e-01
3308            -1      0.000000e+00
3309            -1     -2.083333e-01
3310            -1      0.000000e+00
3311            -1     -2.083333e-01
3312            -1      0.000000e+00
3313            -1      0.000000e+00
3314             1      2.333333e-01
3315            -1     -2.083333e-01
3316             1     -2.500000e-01
3317             1      5.000000e-01
3318            -1     -2.083333e-01
3319             1      0.000000e+00
3320             1      0.000000e+00
3321             1      0.000000e+00
3322             1      2.500000e-01
3323             1      0.000000e+00
3324             1      0.000000e+00
3325            -1      0.000000e+00
3326            -1      0.000000e+00
3327            -1     -2.083333e-01
3328             1      0.000000e+00
3329            -1      0.000000e+00
3330            -1     -2.083333e-01
3331            -1      6.666667e-02
3332            -1      0.000000e+00
3333            -1     -4.047619e-01
3334             1      7.000000e-01
3335             1      0.000000e+00
3336             1      8.000000e-01
3337            -1     -2.083333e-01
3338             1     -1.000000e-01
3339            -1      0.000000e+00
3340             1      0.000000e+00
3341            -1     -4.000000e-01
3342            -1      2.000000e-01
3343             1      0.000000e+00
3344             1      0.000000e+00
3345            -1      2.000000e-01
3346            -1      4.000000e-01
3347             1      5.000000e-01
3348             1      0.000000e+00
3349            -1      3.125000e-01
3350             1      0.000000e+00
3351            -1     -2.083333e-01
3352            -1     -6.250000e-02
3353            -1     -2.083333e-01
3354             1      0.000000e+00
3355             1      0.000000e+00
3356             1     -4.000000e-01
3357            -1     -2.083333e-01
3358             1      0.000000e+00
3359            -1      6.363636e-02
3360             1      0.000000e+00
3361             1      0.000000e+00
3362             1      0.000000e+00
3363             1      0.000000e+00
3364             1     -2.000000e-01
3365             1      1.071429e-01
3366             1      0.000000e+00
3367            -1      6.666667e-02
3368            -1     -2.083333e-01
3369             1      1.000000e+00
3370             1      0.000000e+00
3371            -1     -2.083333e-01
3372             1      0.000000e+00
3373            -1     -1.750000e-01
3374            -1      0.000000e+00
3375             1     -3.000000e-01
3376            -1      0.000000e+00
3377            -1     -2.083333e-01
3378            -1      0.000000e+00
3379             1      0.000000e+00
3380            -1     -2.083333e-01
3381            -1     -5.000000e-02
3382             1      0.000000e+00
3383            -1     -2.083333e-01
3384             1      3.571429e-01
3385            -1      0.000000e+00
3386            -1      2.678571e-01
3387            -1     -1.666667e-01
3388             1      0.000000e+00
3389            -1     -2.083333e-01
3390             1      5.000000e-01
3391             1      0.000000e+00
3392            -1      0.000000e+00
3393            -1      0.000000e+00
3394             1      0.000000e+00
3395            -1     -5.000000e-02
3396            -1      3.681818e-01
3397            -1     -2.083333e-01
3398             1      0.000000e+00
3399            -1      0.000000e+00
3400            -1     -2.083333e-01
3401            -1      0.000000e+00
3402            -1     -2.083333e-01
3403            -1     -2.583333e-01
3404             1      0.000000e+00
3405             1      3.000000e-01
3406             1      0.000000e+00
3407            -1      0.000000e+00
3408             1      0.000000e+00
3409             1      5.000000e-01
3410            -1     -2.083333e-01
3411            -1     -2.083333e-01
3412             1      5.000000e-01
3413             1      0.000000e+00
3414            -1     -2.083333e-01
3415            -1     -2.083333e-01
3416             1      0.000000e+00
3417            -1     -2.083333e-01
3418            -1     -2.083333e-01
3419            -1     -2.083333e-01
3420            -1     -2.083333e-01
3421            -1      0.000000e+00
3422            -1     -2.083333e-01
3423            -1     -2.083333e-01
3424             1     -1.666667e-01
3425             1     -2.775641e-01
3426            -1     -1.500000e-01
3427            -1      0.000000e+00
3428            -1     -1.318182e-01
3429             1      0.000000e+00
3430            -1      2.000000e-01
3431             1      0.000000e+00
3432             1      0.000000e+00
3433            -1      2.500000e-01
3434            -1      1.416667e-01
3435            -1      1.515152e-01
3436            -1      0.000000e+00
3437            -1     -2.083333e-01
3438            -1     -2.083333e-01
3439            -1      0.000000e+00
3440            -1      7.000000e-01
3441             1      0.000000e+00
3442            -1      0.000000e+00
3443             1     -4.000000e-01
3444             1     -4.000000e-01
3445             1     -4.000000e-01
3446             1     -4.000000e-01
3447            -1      0.000000e+00
3448            -1      0.000000e+00
3449            -1      0.000000e+00
3450            -1      0.000000e+00
3451            -1      0.000000e+00
3452            -1      0.000000e+00
3453            -1      5.000000e-01
3454             1      0.000000e+00
3455            -1     -2.083333e-01
3456            -1     -2.083333e-01
3457             1      0.000000e+00
3458            -1      0.000000e+00
3459             1      1.000000e+00
3460            -1      0.000000e+00
3461            -1      0.000000e+00
3462             1      0.000000e+00
3463            -1      0.000000e+00
3464            -1      0.000000e+00
3465             1      0.000000e+00
3466            -1     -9.251859e-18
3467             1      0.000000e+00
3468             1      0.000000e+00
3469            -1     -2.083333e-01
3470            -1      0.000000e+00
3471            -1     -2.083333e-01
3472            -1     -2.083333e-01
3473            -1      0.000000e+00
3474            -1      0.000000e+00
3475             1      1.000000e+00
3476            -1      1.562500e-01
3477             1     -5.681818e-02
3478            -1     -2.083333e-01
3479            -1      0.000000e+00
3480             1     -1.000000e+00
3481             1      0.000000e+00
3482            -1     -1.000000e-01
3483             1      1.666667e-01
3484             1      0.000000e+00
3485            -1      3.750000e-01
3486             1      1.666667e-01
3487             1      1.666667e-01
3488            -1     -4.000000e-01
3489            -1     -2.083333e-01
3490             1      1.666667e-01
3491             1      0.000000e+00
3492             1      1.666667e-01
3493             1      0.000000e+00
3494             1      1.666667e-01
3495             1      1.666667e-01
3496            -1     -2.083333e-01
3497             1      0.000000e+00
3498             1     -5.000000e-01
3499            -1      5.000000e-01
3500             1      0.000000e+00
3501             1      0.000000e+00
3502             1      0.000000e+00
3503             1      0.000000e+00
3504             1      0.000000e+00
3505             1     -6.000000e-01
3506             1      0.000000e+00
3507             1     -2.500000e-02
3508             1      2.000000e-01
3509            -1      3.500000e-01
3510             1      1.666667e-01
3511             1      0.000000e+00
3512             1      1.000000e+00
3513            -1      0.000000e+00
3514            -1     -1.666667e-01
3515            -1     -3.500000e-01
3516            -1     -3.500000e-01
3517             1      0.000000e+00
3518             1      6.000000e-01
3519            -1     -3.500000e-01
3520             1      0.000000e+00
3521            -1      8.333333e-02
3522            -1      8.000000e-01
3523             1      1.750000e-01
3524            -1      3.750000e-01
3525             1      0.000000e+00
3526             1      0.000000e+00
3527            -1      0.000000e+00
3528            -1      0.000000e+00
3529            -1      0.000000e+00
3530            -1      0.000000e+00
3531            -1     -2.083333e-01
3532             1      0.000000e+00
3533             1      6.818182e-02
3534            -1      0.000000e+00
3535             1      0.000000e+00
3536             1      0.000000e+00
3537             1      0.000000e+00
3538            -1      3.000000e-01
3539             1      5.000000e-01
3540             1      0.000000e+00
3541            -1     -3.333333e-01
3542             1      3.750000e-01
3543             1      0.000000e+00
3544            -1     -2.083333e-01
3545            -1     -3.500000e-01
3546            -1     -3.500000e-01
3547            -1     -2.083333e-01
3548             1      0.000000e+00
3549            -1      0.000000e+00
3550            -1     -2.083333e-01
3551             1     -2.318182e-01
3552             1     -8.333333e-02
3553            -1     -2.083333e-01
3554            -1      0.000000e+00
3555            -1     -1.666667e-01
3556            -1      6.666667e-02
3557             1      0.000000e+00
3558            -1     -2.083333e-01
3559            -1     -2.083333e-01
3560            -1     -1.666667e-01
3561             1     -6.000000e-01
3562            -1      0.000000e+00
3563             1      0.000000e+00
3564             1      0.000000e+00
3565            -1      0.000000e+00
3566            -1      8.333333e-02
3567             1      4.000000e-01
3568             1      0.000000e+00
3569             1      0.000000e+00
3570             1      0.000000e+00
3571            -1      0.000000e+00
3572            -1     -2.083333e-01
3573            -1      0.000000e+00
3574             1      0.000000e+00
3575            -1     -2.083333e-01
3576             1      5.250000e-01
3577            -1      2.500000e-01
3578            -1      0.000000e+00
3579             1      0.000000e+00
3580            -1     -3.500000e-01
3581            -1      1.363636e-01
3582            -1      5.000000e-01
3583            -1      0.000000e+00
3584            -1     -2.083333e-01
3585            -1      8.000000e-01
3586             1      0.000000e+00
3587             1      1.000000e-01
3588             1      0.000000e+00
3589            -1     -1.071429e-01
3590             1      0.000000e+00
3591            -1      0.000000e+00
3592             1      0.000000e+00
3593             1      2.000000e-01
3594             1      0.000000e+00
3595            -1     -2.083333e-01
3596            -1      2.142857e-01
3597             1     -1.250000e-01
3598             1      8.000000e-01
3599            -1     -2.500000e-01
3600             1      0.000000e+00
3601             1      1.000000e+00
3602            -1      1.000000e-01
3603             1      0.000000e+00
3604            -1      4.375000e-01
3605             1      6.250000e-01
3606            -1      0.000000e+00
3607             1      1.000000e-01
3608             1     -2.000000e-01
3609             1      0.000000e+00
3610            -1      0.000000e+00
3611             1      0.000000e+00
3612             1      0.000000e+00
3613             1     -2.000000e-01
3614             1     -3.000000e-01
3615            -1      0.000000e+00
3616             1      0.000000e+00
3617            -1      0.000000e+00
3618            -1      0.000000e+00
3619            -1      5.000000e-01
3620             1      5.000000e-01
3621             1      0.000000e+00
3622             1      6.500000e-01
3623            -1      0.000000e+00
3624             1      0.000000e+00
3625            -1      0.000000e+00
3626            -1      3.350379e-01
3627             1      0.000000e+00
3628            -1     -2.083333e-01
3629            -1     -3.333333e-01
3630            -1      0.000000e+00
3631            -1      0.000000e+00
3632            -1      0.000000e+00
3633            -1      0.000000e+00
3634            -1      5.000000e-01
3635             1      0.000000e+00
3636            -1      0.000000e+00
3637            -1      0.000000e+00
3638             1      0.000000e+00
3639            -1     -5.000000e-01
3640            -1      0.000000e+00
3641             1     -5.000000e-01
3642            -1     -2.318182e-01
3643            -1      0.000000e+00
3644            -1      0.000000e+00
3645             1      8.000000e-01
3646             1      4.166667e-01
3647             1      0.000000e+00
3648            -1      0.000000e+00
3649            -1      0.000000e+00
3650            -1      6.500000e-01
3651             1      5.000000e-01
3652            -1     -2.083333e-01
3653             1      9.000000e-01
3654             1      2.000000e-01
3655            -1      0.000000e+00
3656            -1     -8.000000e-01
3657             1      0.000000e+00
3658             1     -7.142857e-02
3659             1     -7.142857e-02
3660             1      0.000000e+00
3661            -1      1.363636e-01
3662            -1     -3.500000e-01
3663            -1     -2.083333e-01
3664             1      2.142857e-01
3665            -1      2.500000e-01
3666            -1     -4.000000e-01
3667            -1      0.000000e+00
3668            -1     -2.083333e-01
3669            -1      0.000000e+00
3670             1      1.181818e-01
3671            -1      3.033333e-01
3672             1      4.375000e-01
3673            -1      0.000000e+00
3674             1      5.000000e-01
3675            -1      0.000000e+00
3676             1      6.250000e-01
3677            -1      1.363636e-01
3678            -1     -1.666667e-01
3679            -1      3.136364e-01
3680            -1      6.818182e-02
3681            -1      2.428571e-01
3682             1      3.000000e-01
3683             1      3.571429e-01
3684             1      2.857143e-01
3685             1      2.000000e-01
3686             1      0.000000e+00
3687            -1      0.000000e+00
3688             1      6.000000e-01
3689             1      5.000000e-02
3690             1      3.333333e-01
3691             1      2.000000e-01
3692             1      0.000000e+00
3693            -1     -2.083333e-01
3694            -1     -4.687500e-01
3695            -1     -2.083333e-01
3696             1      0.000000e+00
3697            -1      0.000000e+00
3698            -1      0.000000e+00
3699             1      2.857143e-01
3700             1      2.750000e-01
3701             1      1.553571e-01
3702             1      3.055556e-01
3703            -1      0.000000e+00
3704             1      2.857143e-01
3705            -1      0.000000e+00
3706            -1      0.000000e+00
3707            -1     -2.083333e-01
3708            -1     -2.083333e-01
3709            -1      0.000000e+00
3710             1      0.000000e+00
3711             1      0.000000e+00
3712             1      2.833333e-01
3713            -1      3.750000e-01
3714             1      1.363636e-01
3715             1     -5.000000e-02
3716             1      3.750000e-01
3717             1     -2.500000e-01
3718             1     -2.500000e-01
3719            -1     -2.500000e-01
3720             1     -2.500000e-01
3721            -1      3.333333e-01
3722             1      0.000000e+00
3723             1      4.000000e-01
3724            -1      3.361111e-01
3725             1     -1.000000e-01
3726             1      0.000000e+00
3727            -1      0.000000e+00
3728             1      0.000000e+00
3729             1      0.000000e+00
3730            -1      3.500000e-01
3731             1      5.000000e-01
3732            -1     -1.000000e-01
3733            -1      5.604167e-01
3734            -1     -5.000000e-01
3735             1      0.000000e+00
3736             1      0.000000e+00
3737            -1     -1.000000e-01
3738             1      6.500000e-01
3739            -1      1.363636e-01
3740            -1      4.000000e-01
3741             1     -2.333333e-01
3742             1      0.000000e+00
3743             1      0.000000e+00
3744             1      3.000000e-01
3745             1      0.000000e+00
3746             1      0.000000e+00
3747             1      0.000000e+00
3748            -1     -4.500000e-01
3749             1      0.000000e+00
3750             1      5.000000e-01
3751            -1      0.000000e+00
3752            -1      0.000000e+00
3753             1      0.000000e+00
3754             1      0.000000e+00
3755             1      0.000000e+00
3756             1      0.000000e+00
3757             1      0.000000e+00
3758            -1     -3.125000e-01
3759             1     -3.809524e-02
3760             1      0.000000e+00
3761             1      5.000000e-01
3762             1      0.000000e+00
3763             1      6.666667e-02
3764             1      1.250000e-01
3765            -1     -5.000000e-01
3766            -1     -1.261905e-01
3767            -1     -1.261905e-01
3768             1      0.000000e+00
3769            -1      1.000000e-01
3770             1     -3.809524e-02
3771             1      0.000000e+00
3772            -1      0.000000e+00
3773            -1     -2.083333e-01
3774            -1      2.556818e-01
3775             1      0.000000e+00
3776             1      0.000000e+00
3777            -1      0.000000e+00
3778             1      0.000000e+00
3779             1      0.000000e+00
3780             1      0.000000e+00
3781             1     -1.000000e-01
3782             1      0.000000e+00
3783            -1      0.000000e+00
3784            -1      0.000000e+00
3785             1      0.000000e+00
3786             1     -1.666667e-01
3787            -1      1.363636e-01
3788             1      0.000000e+00
3789             1      0.000000e+00
3790            -1      6.666667e-02
3791            -1      0.000000e+00
3792            -1      3.000000e-01
3793             1      0.000000e+00
3794            -1      0.000000e+00
3795             1      6.250000e-02
3796            -1     -4.166667e-02
3797             1      0.000000e+00
3798             1     -3.809524e-02
3799             1     -5.000000e-01
3800            -1      5.000000e-01
3801             1      0.000000e+00
3802             1      0.000000e+00
3803             1      0.000000e+00
3804             1      0.000000e+00
3805             1     -3.809524e-02
3806             1     -5.000000e-02
3807             1      2.000000e-01
3808             1      0.000000e+00
3809            -1      0.000000e+00
3810             1      3.571429e-01
3811             1      0.000000e+00
3812            -1      5.000000e-01
3813            -1      0.000000e+00
3814            -1      0.000000e+00
3815             1      8.000000e-01
3816             1     -3.809524e-02
3817             1      0.000000e+00
3818             1      0.000000e+00
3819             1      0.000000e+00
3820             1     -3.809524e-02
3821             1      0.000000e+00
3822             1      2.500000e-01
3823            -1      0.000000e+00
3824            -1      2.500000e-02
3825             1      0.000000e+00
3826            -1      1.000000e+00
3827             1      0.000000e+00
3828            -1      0.000000e+00
3829             1      0.000000e+00
3830             1      0.000000e+00
3831             1      1.363636e-01
3832             1      4.000000e-01
3833             1      3.125000e-01
3834            -1      5.000000e-01
3835             1      1.875000e-01
3836             1      1.750000e-01
3837             1      0.000000e+00
3838            -1      0.000000e+00
3839            -1      0.000000e+00
3840            -1     -5.000000e-02
3841            -1      2.500000e-01
3842             1      0.000000e+00
3843            -1     -5.000000e-01
3844            -1      3.300000e-01
3845             1      0.000000e+00
3846             1      0.000000e+00
3847             1      0.000000e+00
3848             1      0.000000e+00
3849             1      0.000000e+00
3850             1      0.000000e+00
3851            -1      0.000000e+00
3852             1      0.000000e+00
3853            -1      0.000000e+00
3854            -1     -5.000000e-01
3855             1      0.000000e+00
3856            -1      0.000000e+00
3857             1      0.000000e+00
3858             1      1.111111e-01
3859             1     -3.809524e-02
3860            -1      0.000000e+00
3861             1      0.000000e+00
3862             1      1.704545e-01
3863             1      1.704545e-01
3864            -1      1.880952e-01
3865             1      0.000000e+00
3866            -1     -5.000000e-01
3867             1      0.000000e+00
3868             1      0.000000e+00
3869            -1      2.130682e-01
3870             1      0.000000e+00
3871             1      8.000000e-01
3872             1     -2.500000e-01
3873             1     -1.000000e-01
3874             1      1.090909e-01
3875            -1     -6.500000e-01
3876             1     -1.500000e-01
3877            -1      5.000000e-01
3878            -1      0.000000e+00
3879             1      2.500000e-01
3880             1      3.083333e-01
3881            -1      0.000000e+00
3882             1      0.000000e+00
3883             1     -3.000000e-01
3884             1      0.000000e+00
3885             1      1.666667e-01
3886             1      1.704545e-01
3887            -1      0.000000e+00
3888            -1     -5.000000e-01
3889             1      0.000000e+00
3890             1      1.704545e-01
3891             1      1.000000e+00
3892            -1      0.000000e+00
3893            -1      0.000000e+00
3894            -1     -1.000000e+00
3895            -1     -5.000000e-01
3896             1      0.000000e+00
3897             1      0.000000e+00
3898             1      0.000000e+00
3899            -1     -4.000000e-01
3900            -1      0.000000e+00
3901             1      0.000000e+00
3902            -1      0.000000e+00
3903             1      0.000000e+00
3904             1      0.000000e+00
3905             1      0.000000e+00
3906             1      2.000000e-01
3907            -1      0.000000e+00
3908             1      1.000000e+00
3909             1      6.250000e-02
3910             1     -3.000000e-01
3911            -1      0.000000e+00
3912            -1      0.000000e+00
3913             1      0.000000e+00
3914             1      0.000000e+00
3915             1      0.000000e+00
3916             1     -7.142857e-02
3917             1      1.000000e-01
3918             1      0.000000e+00
3919             1      0.000000e+00
3920            -1      0.000000e+00
3921             1      6.250000e-02
3922            -1      0.000000e+00
3923             1      0.000000e+00
3924             1      1.000000e-01
3925             1      0.000000e+00
3926            -1     -5.000000e-01
3927            -1      2.500000e-01
3928             1      1.000000e-01
3929             1      1.704545e-01
3930            -1      3.371212e-01
3931             1      2.500000e-01
3932             1      0.000000e+00
3933             1      0.000000e+00
3934             1      0.000000e+00
3935             1      5.125000e-01
3936             1      0.000000e+00
3937             1      0.000000e+00
3938             1      0.000000e+00
3939            -1      0.000000e+00
3940             1      0.000000e+00
3941             1      0.000000e+00
3942            -1     -4.000000e-01
3943            -1      0.000000e+00
3944             1      0.000000e+00
3945            -1     -1.875000e-01
3946             1      0.000000e+00
3947             1      5.000000e-01
3948             1      0.000000e+00
3949             1      5.000000e-01
3950            -1      0.000000e+00
3951             1      0.000000e+00
3952            -1      0.000000e+00
3953            -1      1.000000e-01
3954             1      0.000000e+00
3955             1      0.000000e+00
3956             1      0.000000e+00
3957             1      5.000000e-01
3958             1     -3.809524e-02
3959             1     -1.250000e-02
3960            -1     -2.500000e-02
3961             1      0.000000e+00
3962             1      0.000000e+00
3963             1      0.000000e+00
3964            -1      2.500000e-01
3965             1      0.000000e+00
3966            -1      3.125000e-01
3967             1      0.000000e+00
3968            -1     -1.000000e+00
3969             1      0.000000e+00
3970             1      0.000000e+00
3971             1      3.333333e-02
3972             1      0.000000e+00
3973            -1      0.000000e+00
3974            -1      2.500000e-01
3975             1      0.000000e+00
3976             1      0.000000e+00
3977             1      0.000000e+00
3978            -1      0.000000e+00
3979            -1     -1.500000e-01
3980             1      0.000000e+00
3981            -1      0.000000e+00
3982             1      0.000000e+00
3983             1      2.500000e-01
3984            -1      0.000000e+00
3985            -1      1.363636e-01
3986             1      4.000000e-01
3987            -1     -6.666667e-02
3988            -1      0.000000e+00
3989             1      0.000000e+00
3990             1      1.000000e+00
3991             1      4.333333e-01
3992             1      0.000000e+00
3993             1     -1.000000e-01
3994             1      4.333333e-01
3995             1      0.000000e+00
3996            -1     -6.250000e-01
3997             1      0.000000e+00
3998             1     -5.000000e-01
3999             1      0.000000e+00
4000            -1      0.000000e+00
4001            -1      3.331676e-01
4002            -1      2.500000e-01
4003            -1     -3.750000e-01
4004            -1      0.000000e+00
4005             1      0.000000e+00
4006             1      2.000000e-01
4007             1      0.000000e+00
4008            -1     -8.000000e-01
4009            -1     -1.250000e-01
4010            -1      0.000000e+00
4011             1      0.000000e+00
4012            -1      0.000000e+00
4013             1      0.000000e+00
4014             1      2.500000e-01
4015             1      4.000000e-01
4016            -1      0.000000e+00
4017            -1      0.000000e+00
4018            -1      3.000000e-01
4019            -1      0.000000e+00
4020            -1     -1.666667e-01
4021            -1      5.000000e-01
4022             1      0.000000e+00
4023             1      0.000000e+00
4024            -1      0.000000e+00
4025             1      7.000000e-01
4026            -1      3.500000e-01
4027            -1     -2.500000e-01
4028            -1      0.000000e+00
4029            -1      4.687500e-01
4030            -1      3.166667e-01
4031            -1     -1.000000e-01
4032            -1     -7.142857e-02
4033            -1      0.000000e+00
4034             1      0.000000e+00
4035             1      0.000000e+00
4036             1      5.625000e-01
4037             1      0.000000e+00
4038             1     -2.625000e-01
4039            -1     -3.000000e-01
4040             1      0.000000e+00
4041             1      0.000000e+00
4042            -1      0.000000e+00
4043            -1      0.000000e+00
4044            -1      0.000000e+00
4045             1      0.000000e+00
4046             1      0.000000e+00
4047            -1     -3.846154e-02
4048            -1      3.154762e-01
4049            -1      0.000000e+00
4050             1     -3.333333e-02
4051             1      0.000000e+00
4052             1      0.000000e+00
4053            -1      1.000000e+00
4054            -1      0.000000e+00
4055            -1      2.857143e-01
4056             1      5.000000e-01
4057             1      0.000000e+00
4058            -1      2.000000e-01
4059             1      0.000000e+00
4060             1      0.000000e+00
4061             1      4.000000e-01
4062            -1     -8.750000e-02
4063             1      0.000000e+00
4064             1      0.000000e+00
4065            -1      0.000000e+00
4066            -1      0.000000e+00
4067            -1     -4.000000e-01
4068             1      0.000000e+00
4069             1      0.000000e+00
4070             1      0.000000e+00
4071             1      1.000000e+00
4072            -1      1.250000e-01
4073             1      0.000000e+00
4074            -1      2.250000e-01
4075            -1      0.000000e+00
4076             1      0.000000e+00
4077             1     -1.000000e+00
4078            -1      0.000000e+00
4079             1      7.000000e-01
4080             1      0.000000e+00
4081             1      0.000000e+00
4082            -1     -2.000000e-01
4083            -1      5.000000e-01
4084            -1      0.000000e+00
4085             1      5.000000e-01
4086            -1      2.000000e-01
4087            -1      0.000000e+00
4088            -1      0.000000e+00
4089            -1      2.857143e-01
4090            -1      0.000000e+00
4091             1      0.000000e+00
4092            -1      0.000000e+00
4093            -1     -1.555556e-01
4094            -1      0.000000e+00
4095             1      4.000000e-01
4096            -1      2.000000e-01
4097             1     -3.809524e-02
4098             1      0.000000e+00
4099             1      0.000000e+00
4100             1      2.000000e-01
4101             1      0.000000e+00
4102             1      0.000000e+00
4103            -1      4.125000e-01
4104            -1      5.500000e-01
4105            -1      0.000000e+00
4106            -1      1.363636e-01
4107             1      1.363636e-01
4108             1      0.000000e+00
4109             1      5.083333e-01
4110             1     -2.000000e-01
4111             1     -5.000000e-01
4112            -1      2.000000e-01
4113             1      0.000000e+00
4114             1      0.000000e+00
4115            -1      8.500000e-01
4116            -1      0.000000e+00
4117             1      0.000000e+00
4118            -1      0.000000e+00
4119             1      2.000000e-01
4120             1      0.000000e+00
4121             1      3.500000e-01
4122             1      2.000000e-01
4123            -1      2.250000e-01
4124            -1      0.000000e+00
4125            -1      0.000000e+00
4126             1      0.000000e+00
4127            -1      0.000000e+00
4128             1      2.000000e-01
4129             1      2.000000e-01
4130             1      2.000000e-01
4131            -1      2.333333e-01
4132             1      2.000000e-01
4133             1      2.000000e-01
4134            -1      0.000000e+00
4135             1      2.000000e-01
4136             1      2.000000e-01
4137             1      2.000000e-01
4138            -1     -1.000000e-01
4139             1      0.000000e+00
4140            -1      0.000000e+00
4141            -1      1.833333e-01
4142            -1     -3.000000e-01
4143             1      4.000000e-01
4144            -1      6.250000e-01
4145             1      0.000000e+00
4146            -1     -8.333333e-02
4147             1      2.000000e-01
4148             1      0.000000e+00
4149             1      3.125000e-01
4150             1      2.000000e-01
4151             1      2.625000e-01
4152             1      2.000000e-01
4153             1      2.000000e-01
4154            -1      0.000000e+00
4155             1      4.000000e-01
4156            -1      4.000000e-01
4157             1      3.500000e-01
4158            -1      0.000000e+00
4159             1      4.000000e-01
4160             1      2.000000e-01
4161             1      0.000000e+00
4162            -1      0.000000e+00
4163             1      2.000000e-01
4164            -1      1.666667e-01
4165             1      3.571429e-01
4166            -1      0.000000e+00
4167             1      0.000000e+00
4168            -1      0.000000e+00
4169             1      2.000000e-01
4170             1      3.750000e-01
4171             1      2.000000e-01
4172            -1      0.000000e+00
4173             1      2.000000e-01
4174             1      1.000000e-01
4175             1      2.000000e-01
4176             1     -2.500000e-01
4177            -1      0.000000e+00
4178             1      2.000000e-01
4179            -1     -6.000000e-01
4180             1      2.000000e-01
4181            -1      0.000000e+00
4182             1      2.000000e-01
4183            -1      2.142857e-01
4184             1      2.000000e-01
4185            -1      2.500000e-01
4186            -1     -3.500000e-01
4187             1      3.787879e-01
4188            -1      0.000000e+00
4189             1      0.000000e+00
4190             1      0.000000e+00
4191             1      2.000000e-01
4192            -1      8.000000e-01
4193             1      2.000000e-01
4194             1      2.000000e-01
4195            -1      0.000000e+00
4196            -1     -5.000000e-01
4197             1      0.000000e+00
4198             1      5.000000e-01
4199             1      0.000000e+00
4200             1      0.000000e+00
4201             1      2.000000e-01
4202             1      2.000000e-01
4203             1      0.000000e+00
4204            -1      5.000000e-02
4205             1      0.000000e+00
4206             1      2.000000e-01
4207             1      0.000000e+00
4208            -1      3.125000e-02
4209             1      0.000000e+00
4210            -1      0.000000e+00
4211            -1     -1.083333e-01
4212             1     -5.722222e-01
4213            -1      0.000000e+00
4214            -1      0.000000e+00
4215            -1      0.000000e+00
4216             1      1.000000e+00
4217             1      0.000000e+00
4218             1      0.000000e+00
4219             1      0.000000e+00
4220            -1      3.333333e-02
4221             1      0.000000e+00
4222            -1      0.000000e+00
4223             1      0.000000e+00
4224             1     -4.000000e-01
4225             1      0.000000e+00
4226             1      7.000000e-01
4227            -1      3.333333e-02
4228            -1     -1.666667e-01
4229             1      5.000000e-01
4230            -1      2.000000e-01
4231             1      5.000000e-02
4232             1      8.000000e-01
4233             1      0.000000e+00
4234            -1     -3.000000e-01
4235            -1      5.000000e-01
4236             1      0.000000e+00
4237             1      1.300000e-01
4238            -1      5.000000e-01
4239            -1      0.000000e+00
4240            -1      1.363636e-01
4241            -1      0.000000e+00
4242             1      6.250000e-02
4243            -1      2.000000e-01
4244             1      0.000000e+00
4245             1      5.000000e-01
4246            -1      6.500000e-02
4247             1     -1.515152e-02
4248             1     -1.515152e-02
4249             1      0.000000e+00
4250            -1     -1.000000e+00
4251            -1      0.000000e+00
4252             1      0.000000e+00
4253             1      6.818182e-02
4254             1      4.000000e-01
4255            -1      0.000000e+00
4256            -1      0.000000e+00
4257            -1      0.000000e+00
4258            -1      0.000000e+00
4259             1      1.428571e-01
4260            -1     -1.857143e-01
4261             1      0.000000e+00
4262            -1      0.000000e+00
4263            -1      5.000000e-01
4264             1      0.000000e+00
4265            -1      3.750000e-01
4266            -1      0.000000e+00
4267             1      4.687500e-01
4268            -1      6.000000e-01
4269            -1      6.000000e-01
4270             1      3.083333e-01
4271            -1      0.000000e+00
4272            -1      6.000000e-01
4273            -1      3.000000e-01
4274             1      0.000000e+00
4275            -1      0.000000e+00
4276            -1      0.000000e+00
4277             1      0.000000e+00
4278             1      8.750000e-01
4279             1      8.000000e-01
4280            -1      0.000000e+00
4281             1      0.000000e+00
4282             1      0.000000e+00
4283             1      0.000000e+00
4284             1      0.000000e+00
4285            -1      0.000000e+00
4286             1      0.000000e+00
4287             1      0.000000e+00
4288             1      0.000000e+00
4289             1      0.000000e+00
4290             1      0.000000e+00
4291            -1      0.000000e+00
4292             1      1.866667e-01
4293             1      0.000000e+00
4294             1      0.000000e+00
4295            -1     -1.250000e-01
4296            -1      2.000000e-01
4297             1      2.000000e-01
4298            -1      0.000000e+00
4299            -1      5.000000e-01
4300            -1      0.000000e+00
4301            -1      0.000000e+00
4302             1      3.785714e-01
4303            -1      2.000000e-01
4304            -1      0.000000e+00
4305            -1      5.000000e-02
4306             1     -1.000000e-01
4307            -1      0.000000e+00
4308             1      1.000000e-01
4309            -1      0.000000e+00
4310             1      1.363636e-01
4311             1      0.000000e+00
4312             1      5.000000e-01
4313            -1     -3.500000e-01
4314            -1      0.000000e+00
4315            -1      0.000000e+00
4316             1      0.000000e+00
4317             1      0.000000e+00
4318             1     -3.000000e-02
4319             1      3.750000e-01
4320            -1      8.000000e-01
4321             1      0.000000e+00
4322             1      0.000000e+00
4323             1     -1.666667e-01
4324            -1      0.000000e+00
4325            -1      0.000000e+00
4326             1      0.000000e+00
4327             1      0.000000e+00
4328            -1     -2.000000e-01
4329             1      2.000000e-01
4330            -1      3.000000e-01
4331            -1      0.000000e+00
4332             1      0.000000e+00
4333             1      1.000000e+00
4334             1     -1.666667e-01
4335            -1      0.000000e+00
4336             1      0.000000e+00
4337            -1      2.000000e-01
4338             1      0.000000e+00
4339             1      7.000000e-01
4340             1     -4.000000e-01
4341             1      0.000000e+00
4342             1     -1.000000e-01
4343             1     -1.000000e-01
4344            -1     -1.000000e+00
4345             1      6.000000e-01
4346            -1      0.000000e+00
4347             1      0.000000e+00
4348            -1      0.000000e+00
4349             1      0.000000e+00
4350             1      0.000000e+00
4351            -1     -7.500000e-02
4352             1      1.000000e-01
4353             1      3.750000e-01
4354             1      0.000000e+00
4355            -1      0.000000e+00
4356            -1      0.000000e+00
4357            -1      0.000000e+00
4358             1      0.000000e+00
4359            -1     -3.125000e-01
4360             1      0.000000e+00
4361             1      0.000000e+00
4362             1      4.000000e-01
4363             1      0.000000e+00
4364             1      0.000000e+00
4365             1      0.000000e+00
4366             1      0.000000e+00
4367            -1      5.000000e-01
4368            -1      0.000000e+00
4369            -1     -5.000000e-01
4370            -1      0.000000e+00
4371             1      2.000000e-01
4372            -1     -5.000000e-01
4373            -1      0.000000e+00
4374            -1      0.000000e+00
4375             1      0.000000e+00
4376             1      0.000000e+00
4377             1      0.000000e+00
4378             1      0.000000e+00
4379             1      0.000000e+00
4380            -1     -5.000000e-01
4381            -1      1.866667e-01
4382             1      0.000000e+00
4383             1      8.000000e-01
4384            -1     -3.500000e-01
4385             1      0.000000e+00
4386             1      3.833333e-01
4387            -1      0.000000e+00
4388             1     -4.166667e-01
4389            -1      0.000000e+00
4390            -1      1.000000e-01
4391             1      0.000000e+00
4392             1      1.000000e+00
4393            -1      3.333333e-02
4394             1     -2.187500e-01
4395             1      0.000000e+00
4396             1      0.000000e+00
4397            -1      0.000000e+00
4398            -1      0.000000e+00
4399             1      0.000000e+00
4400             1     -5.681818e-02
4401             1      8.000000e-01
4402            -1      1.500000e-01
4403             1      0.000000e+00
4404            -1      0.000000e+00
4405            -1      2.250000e-01
4406             1      0.000000e+00
4407             1      0.000000e+00
4408            -1      0.000000e+00
4409            -1      2.628571e-01
4410            -1      0.000000e+00
4411            -1      0.000000e+00
4412             1      7.000000e-01
4413            -1      0.000000e+00
4414            -1      0.000000e+00
4415             1      0.000000e+00
4416             1      6.818182e-02
4417             1      0.000000e+00
4418            -1     -6.250000e-02
4419             1      0.000000e+00
4420             1      0.000000e+00
4421             1      0.000000e+00
4422             1      2.422727e-01
4423            -1      0.000000e+00
4424             1     -1.250000e-02
4425             1      0.000000e+00
4426            -1      5.750000e-01
4427             1      5.071429e-01
4428            -1      0.000000e+00
4429            -1      0.000000e+00
4430            -1      5.000000e-01
4431             1      0.000000e+00
4432            -1     -5.000000e-02
4433            -1      0.000000e+00
4434            -1     -7.000000e-01
4435             1     -6.944444e-02
4436            -1     -5.000000e-02
4437             1      2.121212e-01
4438             1      0.000000e+00
4439             1      1.000000e-01
4440             1      2.000000e-01
4441            -1      0.000000e+00
4442            -1      7.333333e-02
4443            -1     -3.033333e-01
4444             1      5.000000e-01
4445            -1      2.000000e-01
4446            -1      3.333333e-02
4447            -1      0.000000e+00
4448             1      0.000000e+00
4449            -1      0.000000e+00
4450             1      1.866667e-01
4451            -1      0.000000e+00
4452             1      0.000000e+00
4453            -1      0.000000e+00
4454             1      0.000000e+00
4455            -1     -5.000000e-01
4456             1      0.000000e+00
4457            -1      0.000000e+00
4458            -1      0.000000e+00
4459            -1      0.000000e+00
4460            -1      5.000000e-01
4461            -1      0.000000e+00
4462            -1      3.125000e-02
4463            -1      0.000000e+00
4464             1     -1.000000e-01
4465             1      0.000000e+00
4466             1      0.000000e+00
4467             1      0.000000e+00
4468             1     -1.000000e-01
4469            -1      6.666667e-02
4470             1      2.500000e-01
4471            -1     -5.000000e-02
4472             1      0.000000e+00
4473             1      0.000000e+00
4474             1      5.000000e-01
4475            -1      0.000000e+00
4476             1      0.000000e+00
4477            -1      0.000000e+00
4478            -1      2.000000e-01
4479             1      1.363636e-01
4480             1      0.000000e+00
4481            -1      0.000000e+00
4482            -1      0.000000e+00
4483             1      0.000000e+00
4484             1     -1.875000e-01
4485             1      4.000000e-01
4486            -1      0.000000e+00
4487            -1      0.000000e+00
4488            -1      0.000000e+00
4489            -1      0.000000e+00
4490             1     -2.500000e-01
4491            -1     -1.000000e-01
4492            -1      0.000000e+00
4493             1      5.000000e-01
4494             1      1.666667e-01
4495             1     -3.000000e-01
4496            -1     -1.250000e-01
4497            -1      0.000000e+00
4498             1     -1.250000e-02
4499            -1      0.000000e+00
4500             1      0.000000e+00
4501             1      6.250000e-01
4502             1      0.000000e+00
4503             1      2.142857e-01
4504             1      7.000000e-01
4505             1      0.000000e+00
4506             1      0.000000e+00
4507            -1      0.000000e+00
4508             1      0.000000e+00
4509             1      2.857143e-01
4510            -1      0.000000e+00
4511            -1      0.000000e+00
4512            -1      0.000000e+00
4513             1      0.000000e+00
4514            -1      7.000000e-01
4515             1      0.000000e+00
4516             1      0.000000e+00
4517             1      0.000000e+00
4518             1      1.750000e-01
4519             1      0.000000e+00
4520             1      8.000000e-01
4521             1      0.000000e+00
4522            -1      3.750000e-01
4523             1      0.000000e+00
4524            -1     -1.562500e-01
4525            -1      0.000000e+00
4526             1      0.000000e+00
4527            -1      0.000000e+00
4528             1      0.000000e+00
4529            -1      0.000000e+00
4530            -1      0.000000e+00
4531             1      5.000000e-01
4532            -1      0.000000e+00
4533            -1      6.000000e-01
4534            -1     -3.000000e-01
4535            -1      0.000000e+00
4536            -1      0.000000e+00
4537             1      1.666667e-01
4538             1      0.000000e+00
4539            -1     -3.000000e-01
4540            -1      0.000000e+00
4541             1      2.000000e-01
4542            -1      1.000000e-01
4543             1      0.000000e+00
4544             1      0.000000e+00
4545             1      0.000000e+00
4546             1      1.000000e-01
4547             1      8.125000e-02
4548             1      0.000000e+00
4549            -1      0.000000e+00
4550            -1      0.000000e+00
4551            -1      0.000000e+00
4552             1      1.363636e-01
4553             1      0.000000e+00
4554            -1      0.000000e+00
4555             1      2.000000e-01
4556             1      0.000000e+00
4557             1      0.000000e+00
4558            -1     -1.250000e-01
4559            -1      0.000000e+00
4560             1     -4.000000e-01
4561             1      0.000000e+00
4562            -1      0.000000e+00
4563            -1      0.000000e+00
4564            -1      0.000000e+00
4565             1      0.000000e+00
4566            -1      0.000000e+00
4567             1      0.000000e+00
4568             1      0.000000e+00
4569            -1      2.000000e-01
4570             1      0.000000e+00
4571             1     -2.500000e-01
4572            -1      0.000000e+00
4573            -1      0.000000e+00
4574            -1      0.000000e+00
4575             1      0.000000e+00
4576            -1      2.000000e-01
4577            -1      0.000000e+00
4578             1      2.130682e-01
4579             1      0.000000e+00
4580            -1     -5.200000e-01
4581            -1      0.000000e+00
4582            -1      2.500000e-02
4583            -1      0.000000e+00
4584             1      0.000000e+00
4585            -1      0.000000e+00
4586             1      4.000000e-01
4587            -1      0.000000e+00
4588             1      0.000000e+00
4589             1      0.000000e+00
4590            -1      0.000000e+00
4591            -1      0.000000e+00
4592            -1      0.000000e+00
4593             1      3.785714e-01
4594            -1      0.000000e+00
4595            -1      0.000000e+00
4596            -1     -2.916667e-01
4597            -1      0.000000e+00
4598             1      7.437500e-01
4599            -1     -1.250000e-01
4600            -1      0.000000e+00
4601            -1      0.000000e+00
4602            -1     -3.000000e-01
4603             1      0.000000e+00
4604            -1      1.000000e+00
4605             1      0.000000e+00
4606            -1      3.750000e-01
4607            -1      0.000000e+00
4608            -1      8.000000e-01
4609             1     -2.416667e-01
4610             1     -5.000000e-02
4611             1      0.000000e+00
4612             1      0.000000e+00
4613            -1      2.000000e-01
4614            -1     -7.000000e-01
4615             1      0.000000e+00
4616             1      0.000000e+00
4617            -1     -5.000000e-01
4618             1      5.000000e-02
4619             1      3.090909e-01
4620             1      0.000000e+00
4621             1     -1.000000e-01
4622             1     -1.000000e-01
4623            -1      0.000000e+00
4624             1      0.000000e+00
4625             1     -5.000000e-01
4626             1     -1.000000e-01
4627             1     -1.000000e-01
4628            -1     -4.000000e-01
4629             1      1.750000e-01
4630            -1      1.363636e-01
4631             1     -1.000000e-01
4632             1      0.000000e+00
4633             1     -1.000000e-01
4634             1     -1.000000e-01
4635            -1      0.000000e+00
4636             1     -1.333333e-01
4637             1     -1.000000e-01
4638             1     -5.000000e-01
4639             1     -1.000000e-01
4640             1     -1.000000e-01
4641             1     -1.000000e-01
4642            -1      0.000000e+00
4643            -1     -5.555556e-02
4644            -1      0.000000e+00
4645             1     -6.666667e-02
4646             1      5.000000e-01
4647            -1      0.000000e+00
4648             1      0.000000e+00
4649             1      5.000000e-01
4650             1      0.000000e+00
4651            -1      0.000000e+00
4652             1      0.000000e+00
4653             1     -1.250000e-02
4654             1      0.000000e+00
4655             1      0.000000e+00
4656             1      0.000000e+00
4657            -1      0.000000e+00
4658             1      0.000000e+00
4659             1      0.000000e+00
4660             1      0.000000e+00
4661             1      0.000000e+00
4662            -1      0.000000e+00
4663            -1      5.208333e-02
4664             1      0.000000e+00
4665            -1      3.750000e-01
4666             1      0.000000e+00
4667             1      1.000000e-01
4668            -1      1.250000e-01
4669            -1      0.000000e+00
4670            -1      3.500000e-01
4671             1      0.000000e+00
4672            -1      1.250000e-01
4673             1      0.000000e+00
4674             1      0.000000e+00
4675             1      0.000000e+00
4676             1      0.000000e+00
4677             1      0.000000e+00
4678             1      5.000000e-01
4679             1      0.000000e+00
4680             1     -2.500000e-01
4681            -1      1.000000e-01
4682            -1     -2.916667e-01
4683             1      1.704545e-01
4684             1      2.121212e-01
4685             1      0.000000e+00
4686            -1      2.750000e-01
4687             1      6.250000e-01
4688             1      0.000000e+00
4689             1      0.000000e+00
4690             1      0.000000e+00
4691            -1      0.000000e+00
4692             1     -1.318182e-01
4693            -1      0.000000e+00
4694             1      0.000000e+00
4695            -1      0.000000e+00
4696             1      0.000000e+00
4697             1      0.000000e+00
4698             1      0.000000e+00
4699            -1      0.000000e+00
4700             1      2.000000e-01
4701             1      0.000000e+00
4702            -1      2.000000e-01
4703             1      0.000000e+00
4704             1      6.250000e-01
4705             1      0.000000e+00
4706            -1      3.333333e-02
4707            -1      0.000000e+00
4708             1      1.363636e-01
4709             1      8.000000e-01
4710             1      0.000000e+00
4711             1      1.875000e-01
4712             1      0.000000e+00
4713             1      0.000000e+00
4714            -1      0.000000e+00
4715            -1      0.000000e+00
4716             1     -1.000000e-01
4717             1     -1.666667e-01
4718             1      0.000000e+00
4719             1      0.000000e+00
4720            -1     -4.318182e-01
4721             1      1.000000e+00
4722             1     -1.250000e-01
4723            -1      0.000000e+00
4724             1      0.000000e+00
4725             1     -1.250000e-01
4726             1     -1.250000e-01
4727             1      0.000000e+00
4728            -1      0.000000e+00
4729             1      0.000000e+00
4730             1      0.000000e+00
4731             1      3.750000e-01
4732             1      0.000000e+00
4733             1      0.000000e+00
4734             1      0.000000e+00
4735            -1      0.000000e+00
4736             1      0.000000e+00
4737            -1      0.000000e+00
4738             1      6.000000e-01
4739             1      0.000000e+00
4740             1      0.000000e+00
4741             1      0.000000e+00
4742             1      0.000000e+00
4743             1      0.000000e+00
4744            -1      1.000000e-01
4745             1      0.000000e+00
4746            -1      0.000000e+00
4747            -1      0.000000e+00
4748             1      3.333333e-01
4749             1      1.250000e-01
4750            -1      0.000000e+00
4751             1      0.000000e+00
4752             1      3.500000e-01
4753             1      0.000000e+00
4754             1      0.000000e+00
4755             1      1.000000e+00
4756             1     -5.000000e-01
4757             1      4.340909e-01
4758            -1      0.000000e+00
4759            -1     -1.000000e-01
4760             1      0.000000e+00
4761            -1     -1.000000e-01
4762             1      0.000000e+00
4763            -1      0.000000e+00
4764            -1     -2.000000e-01
4765            -1      0.000000e+00
4766            -1      0.000000e+00
4767             1      3.187500e-01
4768            -1      5.000000e-02
4769             1      0.000000e+00
4770             1      0.000000e+00
4771            -1      3.750000e-01
4772             1      4.000000e-01
4773             1      0.000000e+00
4774            -1      5.000000e-01
4775             1      7.142857e-03
4776             1     -1.000000e-01
4777             1      0.000000e+00
4778            -1      0.000000e+00
4779             1      0.000000e+00
4780             1      0.000000e+00
4781             1      0.000000e+00
4782             1      4.166667e-01
4783             1      1.000000e-01
4784             1      0.000000e+00
4785             1      1.666667e-01
4786             1      1.600000e-01
4787             1      0.000000e+00
4788             1      0.000000e+00
4789            -1      0.000000e+00
4790             1      0.000000e+00
4791             1      2.500000e-01
4792             1      0.000000e+00
4793             1      8.000000e-01
4794             1      0.000000e+00
4795             1      1.600000e-01
4796            -1      0.000000e+00
4797             1      0.000000e+00
4798             1      0.000000e+00
4799             1     -1.944444e-01
4800            -1      3.000000e-01
4801             1      0.000000e+00
4802             1      0.000000e+00
4803             1      0.000000e+00
4804            -1      0.000000e+00
4805             1      0.000000e+00
4806             1      0.000000e+00
4807             1      0.000000e+00
4808            -1      0.000000e+00
4809             1      0.000000e+00
4810            -1      0.000000e+00
4811            -1      0.000000e+00
4812            -1      1.000000e-01
4813             1      0.000000e+00
4814             1     -2.500000e-01
4815             1      0.000000e+00
4816             1      0.000000e+00
4817             1      0.000000e+00
4818             1      1.000000e+00
4819             1      0.000000e+00
4820             1      0.000000e+00
4821             1      0.000000e+00
4822             1      0.000000e+00
4823             1      0.000000e+00
4824             1      0.000000e+00
4825             1      0.000000e+00
4826             1      0.000000e+00
4827             1      2.000000e-01
4828            -1      5.000000e-01
4829             1      2.000000e-01
4830             1      0.000000e+00
4831            -1      0.000000e+00
4832            -1      0.000000e+00
4833             1      0.000000e+00
4834             1      0.000000e+00
4835             1      0.000000e+00
4836             1      0.000000e+00
4837             1      1.000000e+00
4838             1      0.000000e+00
4839             1      0.000000e+00
4840             1      1.363636e-01
4841             1      0.000000e+00
4842            -1     -2.000000e-01
4843            -1      1.363636e-01
4844            -1      0.000000e+00
4845            -1      0.000000e+00
4846            -1      0.000000e+00
4847            -1      0.000000e+00
4848             1      2.000000e-01
4849            -1     -3.125000e-01
4850            -1      0.000000e+00
4851             1      0.000000e+00
4852             1      0.000000e+00
4853            -1      2.000000e-01
4854            -1      1.681818e-01
4855            -1      0.000000e+00
4856            -1      0.000000e+00
4857             1      0.000000e+00
4858             1      0.000000e+00
4859            -1      1.363636e-01
4860             1      1.000000e-01
4861            -1      0.000000e+00
4862            -1      3.500000e-01
4863             1      4.000000e-01
4864            -1      5.000000e-01
4865            -1      1.363636e-01
4866            -1     -5.000000e-01
4867             1      0.000000e+00
4868            -1      2.142857e-01
4869             1      0.000000e+00
4870             1      1.750000e-01
4871            -1     -1.000000e-01
4872             1      0.000000e+00
4873            -1     -1.000000e-01
4874            -1      8.000000e-01
4875             1      1.000000e+00
4876            -1      0.000000e+00
4877            -1      4.000000e-01
4878             1      1.000000e+00
4879             1      0.000000e+00
4880             1      3.333333e-01
4881            -1      0.000000e+00
4882             1      0.000000e+00
4883            -1      6.500000e-01
4884             1      0.000000e+00
4885             1      0.000000e+00
4886            -1      6.250000e-01
4887            -1     -2.321429e-01
4888             1      2.000000e-01
4889             1      0.000000e+00
4890             1      0.000000e+00
4891             1      0.000000e+00
4892             1     -2.000000e-01
4893             1      2.500000e-01
4894             1      0.000000e+00
4895             1      5.476190e-02
4896             1      1.000000e-01
4897             1      0.000000e+00
4898            -1      2.333333e-01
4899            -1     -1.500000e-01
4900             1      1.000000e+00
4901             1      0.000000e+00
4902             1      0.000000e+00
4903            -1     -1.000000e-01
4904            -1     -6.000000e-01
4905             1      0.000000e+00
4906            -1      0.000000e+00
4907            -1      2.500000e-01
4908            -1      0.000000e+00
4909            -1     -2.142857e-01
4910            -1      6.666667e-02
4911             1      4.000000e-01
4912            -1      0.000000e+00
4913            -1      1.363636e-01
4914             1      0.000000e+00
4915             1      0.000000e+00
4916             1      0.000000e+00
4917             1      2.619048e-01
4918             1     -3.750000e-02
4919            -1      0.000000e+00
4920             1      0.000000e+00
4921            -1      0.000000e+00
4922             1      8.000000e-01
4923            -1      0.000000e+00
4924             1      0.000000e+00
4925            -1      0.000000e+00
4926             1      1.000000e+00
4927            -1      1.363636e-01
4928             1      0.000000e+00
4929            -1     -2.500000e-01
4930            -1     -5.000000e-01
4931             1      0.000000e+00
4932            -1      0.000000e+00
4933            -1      3.333333e-02
4934             1      1.000000e+00
4935            -1     -2.875000e-01
4936             1      0.000000e+00
4937             1      1.000000e+00
4938            -1      0.000000e+00
4939            -1      0.000000e+00
4940             1      2.000000e-01
4941             1     -5.000000e-02
4942            -1      0.000000e+00
4943             1      0.000000e+00
4944            -1      0.000000e+00
4945             1      0.000000e+00
4946            -1      0.000000e+00
4947            -1      5.000000e-01
4948             1      0.000000e+00
4949             1      0.000000e+00
4950             1      8.000000e-01
4951             1      0.000000e+00
4952             1      0.000000e+00
4953             1      0.000000e+00
4954             1      3.000000e-01
4955             1      2.500000e-01
4956             1      0.000000e+00
4957             1      0.000000e+00
4958             1      0.000000e+00
4959             1      5.000000e-01
4960             1      0.000000e+00
4961             1      3.000000e-01
4962            -1     -1.000000e-01
4963             1      0.000000e+00
4964             1      1.000000e+00
4965             1      0.000000e+00
4966             1      2.500000e-01
4967             1      2.500000e-01
4968            -1      2.500000e-01
4969            -1      0.000000e+00
4970             1      5.000000e-01
4971             1      1.363636e-01
4972             1      8.000000e-01
4973             1      0.000000e+00
4974             1      0.000000e+00
4975             1      0.000000e+00
4976            -1      0.000000e+00
4977             1      0.000000e+00
4978            -1      3.333333e-02
4979             1      0.000000e+00
4980             1      2.857143e-01
4981            -1      0.000000e+00
4982             1      0.000000e+00
4983            -1      0.000000e+00
4984            -1      1.250000e-01
4985             1      0.000000e+00
4986             1      2.500000e-01
4987             1      0.000000e+00
4988            -1      8.000000e-01
4989            -1      4.000000e-01
4990            -1     -6.250000e-01
4991            -1      0.000000e+00
4992             1      2.000000e-01
4993             1      0.000000e+00
4994             1      0.000000e+00
4995             1      3.000000e-01
4996             1      0.000000e+00
4997             1     -8.750000e-02
4998             1      0.000000e+00
4999             1      0.000000e+00
5000            -1      0.000000e+00
5001            -1      0.000000e+00
5002             1      0.000000e+00
5003             1      0.000000e+00
5004             1      1.000000e+00
5005            -1      2.500000e-01
5006            -1      0.000000e+00
5007             1      0.000000e+00
5008             1      0.000000e+00
5009             1      0.000000e+00
5010            -1      0.000000e+00
5011            -1      1.750000e-01
5012            -1      4.166667e-03
5013             1      5.000000e-01
5014             1      4.222222e-01
5015             1      0.000000e+00
5016             1      0.000000e+00
5017             1      0.000000e+00
5018            -1      0.000000e+00
5019            -1      3.333333e-02
5020             1      0.000000e+00
5021             1      0.000000e+00
5022             1      1.363636e-01
5023             1     -1.000000e-01
5024            -1      0.000000e+00
5025             1      0.000000e+00
5026             1      0.000000e+00
5027            -1     -1.000000e-01
5028            -1      0.000000e+00
5029             1      0.000000e+00
5030             1     -1.250000e-01
5031             1      0.000000e+00
5032             1      4.545455e-02
5033             1      0.000000e+00
5034            -1      1.071429e-01
5035            -1      0.000000e+00
5036             1      1.181818e-01
5037             1      0.000000e+00
5038            -1     -1.666667e-01
5039            -1      0.000000e+00
5040            -1      0.000000e+00
5041             1      0.000000e+00
5042             1      8.484848e-02
5043             1      0.000000e+00
5044             1     -1.000000e+00
5045            -1      0.000000e+00
5046            -1      4.166667e-01
5047             1      0.000000e+00
5048             1      0.000000e+00
5049             1      0.000000e+00
5050             1      0.000000e+00
5051            -1     -1.000000e-01
5052            -1      1.000000e-01
5053             1      0.000000e+00
5054            -1      0.000000e+00
5055            -1     -5.781250e-01
5056             1      2.939103e-01
5057            -1      0.000000e+00
5058            -1      0.000000e+00
5059            -1      0.000000e+00
5060             1      7.500000e-01
5061             1      0.000000e+00
5062             1      1.000000e+00
5063             1      1.000000e-01
5064             1      0.000000e+00
5065             1      2.000000e-01
5066            -1      0.000000e+00
5067            -1     -5.000000e-01
5068             1      2.500000e-01
5069            -1      0.000000e+00
5070             1      0.000000e+00
5071            -1      0.000000e+00
5072            -1      0.000000e+00
5073             1      0.000000e+00
5074            -1      1.000000e+00
5075            -1      5.000000e-01
5076             1      0.000000e+00
5077             1      0.000000e+00
5078             1      1.363636e-01
5079            -1      2.500000e-01
5080             1      0.000000e+00
5081            -1      2.000000e-01
5082             1      0.000000e+00
5083            -1      0.000000e+00
5084            -1     -1.000000e-01
5085             1      0.000000e+00
5086            -1      0.000000e+00
5087            -1      0.000000e+00
5088            -1      0.000000e+00
5089            -1      0.000000e+00
5090             1      1.090909e-01
5091             1      0.000000e+00
5092            -1     -5.125000e-01
5093             1      1.090909e-01
5094            -1     -2.500000e-01
5095            -1      0.000000e+00
5096            -1      8.000000e-01
5097             1      0.000000e+00
5098             1      0.000000e+00
5099            -1      1.363636e-01
5100             1      2.500000e-01
5101             1      0.000000e+00
5102            -1      0.000000e+00
5103             1      0.000000e+00
5104            -1     -6.000000e-01
5105             1      0.000000e+00
5106            -1      0.000000e+00
5107             1      0.000000e+00
5108            -1      0.000000e+00
5109            -1      6.250000e-01
5110            -1      6.250000e-01
5111             1      1.000000e+00
5112            -1      0.000000e+00
5113             1      5.000000e-01
5114            -1      1.600000e-01
5115            -1      0.000000e+00
5116             1      0.000000e+00
5117            -1      0.000000e+00
5118             1      0.000000e+00
5119            -1      0.000000e+00
5120            -1      1.507576e-01
5121            -1      1.507576e-01
5122            -1      0.000000e+00
5123            -1      1.363636e-01
5124             1      1.000000e+00
5125             1      0.000000e+00
5126             1      0.000000e+00
5127            -1     -1.000000e-01
5128            -1      5.000000e-01
5129            -1     -2.000000e-01
5130            -1      0.000000e+00
5131            -1      0.000000e+00
5132             1      0.000000e+00
5133            -1      0.000000e+00
5134             1      0.000000e+00
5135             1      8.000000e-01
5136            -1      0.000000e+00
5137             1      0.000000e+00
5138             1      0.000000e+00
5139             1      3.600000e-01
5140             1      3.600000e-01
5141             1      1.000000e+00
5142             1      0.000000e+00
5143             1      0.000000e+00
5144            -1      8.000000e-01
5145             1      0.000000e+00
5146            -1      2.500000e-01
5147             1      0.000000e+00
5148            -1      1.875000e-01
5149            -1      0.000000e+00
5150             1      0.000000e+00
5151             1      0.000000e+00
5152             1      0.000000e+00
5153             1      0.000000e+00
5154            -1      0.000000e+00
5155             1      1.000000e+00
5156             1      0.000000e+00
5157            -1     -2.222222e-02
5158             1      0.000000e+00
5159             1      0.000000e+00
5160            -1      1.363636e-01
5161            -1      0.000000e+00
5162             1      0.000000e+00
5163             1      0.000000e+00
5164            -1      0.000000e+00
5165            -1     -5.125000e-01
5166             1      6.818182e-02
5167            -1     -1.000000e-01
5168             1      6.250000e-01
5169             1      0.000000e+00
5170             1      0.000000e+00
5171            -1      0.000000e+00
5172            -1      0.000000e+00
5173             1      1.363636e-01
5174             1      0.000000e+00
5175             1      0.000000e+00
5176            -1      0.000000e+00
5177            -1      6.500000e-01
5178             1      7.000000e-01
5179            -1      0.000000e+00
5180            -1      0.000000e+00
5181             1      1.000000e+00
5182            -1      2.500000e-01
5183            -1     -1.250000e-01
5184            -1     -1.515152e-02
5185            -1      4.000000e-01
5186            -1      0.000000e+00
5187             1      1.000000e+00
5188            -1      0.000000e+00
5189            -1      0.000000e+00
5190             1      3.333333e-01
5191            -1      0.000000e+00
5192            -1     -3.750000e-01
5193            -1      8.000000e-01
5194            -1      0.000000e+00
5195             1     -6.250000e-01
5196            -1      0.000000e+00
5197             1      0.000000e+00
5198             1     -2.000000e-01
5199             1      0.000000e+00
5200             1     -6.250000e-02
5201            -1      0.000000e+00
5202             1     -6.250000e-02
5203             1      2.500000e-01
5204             1      5.000000e-01
5205             1      0.000000e+00
5206            -1      1.363636e-01
5207             1     -6.250000e-01
5208            -1      0.000000e+00
5209            -1      0.000000e+00
5210            -1      0.000000e+00
5211            -1      0.000000e+00
5212            -1      0.000000e+00
5213            -1      0.000000e+00
5214             1      0.000000e+00
5215             1      0.000000e+00
5216             1      0.000000e+00
5217            -1      1.363636e-01
5218            -1     -3.000000e-01
5219             1     -4.500000e-01
5220             1     -2.000000e-01
5221             1      0.000000e+00
5222             1      0.000000e+00
5223             1      0.000000e+00
5224            -1      0.000000e+00
5225            -1      2.000000e-01
5226             1      0.000000e+00
5227             1      0.000000e+00
5228            -1      5.000000e-01
5229            -1      8.000000e-01
5230             1      1.250000e-02
5231             1      0.000000e+00
5232             1      0.000000e+00
5233             1      3.125000e-01
5234             1      1.363636e-01
5235             1      0.000000e+00
5236             1     -5.185185e-02
5237             1      3.500000e-01
5238             1      1.322751e-01
5239             1      0.000000e+00
5240             1      0.000000e+00
5241             1      0.000000e+00
5242             1      1.250000e-02
5243             1      2.500000e-01
5244            -1      3.750000e-01
5245             1      0.000000e+00
5246            -1      1.666667e-01
5247             1      0.000000e+00
5248             1     -2.000000e-01
5249            -1      0.000000e+00
5250            -1      0.000000e+00
5251             1     -2.121212e-02
5252             1      2.500000e-01
5253             1      0.000000e+00
5254            -1      5.000000e-02
5255            -1      0.000000e+00
5256             1      0.000000e+00
5257            -1      0.000000e+00
5258            -1      1.630952e-01
5259             1      1.250000e-02
5260             1      0.000000e+00
5261             1      1.250000e-02
5262             1      0.000000e+00
5263             1     -4.500000e-01
5264            -1      5.000000e-02
5265             1      0.000000e+00
5266             1      1.250000e-02
5267             1      1.250000e-02
5268            -1      0.000000e+00
5269             1      1.250000e-02
5270            -1      0.000000e+00
5271             1      2.181818e-01
5272            -1      5.000000e-01
5273            -1      0.000000e+00
5274             1      1.666667e-01
5275             1      2.500000e-01
5276            -1     -5.125000e-01
5277             1      0.000000e+00
5278             1      0.000000e+00
5279            -1      0.000000e+00
5280            -1      2.966667e-01
5281            -1      6.250000e-01
5282            -1      0.000000e+00
5283             1      0.000000e+00
5284             1      0.000000e+00
5285             1      1.250000e-02
5286             1      0.000000e+00
5287             1      1.250000e-02
5288            -1      0.000000e+00
5289             1     -6.000000e-01
5290            -1      0.000000e+00
5291             1      1.250000e-02
5292             1      5.000000e-01
5293             1      0.000000e+00
5294            -1      1.000000e-01
5295             1      1.250000e-02
5296            -1      4.166667e-01
5297             1      2.000000e-01
5298            -1     -1.250000e-01
5299             1      1.666667e-01
5300            -1      3.750000e-01
5301            -1      5.472727e-01
5302             1      0.000000e+00
5303            -1     -1.000000e-01
5304            -1      0.000000e+00
5305             1      1.785714e-01
5306            -1      0.000000e+00
5307             1      3.333333e-01
5308             1      2.500000e-01
5309            -1     -3.787879e-02
5310             1      0.000000e+00
5311             1      2.500000e-01
5312             1     -3.000000e-01
5313            -1      2.000000e-01
5314            -1      1.000000e-01
5315             1      0.000000e+00
5316            -1     -5.000000e-02
5317             1      0.000000e+00
5318             1     -2.121212e-02
5319             1      1.500000e-01
5320            -1     -4.028571e-01
5321             1      5.000000e-01
5322             1      0.000000e+00
5323            -1      2.625000e-01
5324            -1      0.000000e+00
5325             1      5.000000e-01
5326             1      0.000000e+00
5327             1      0.000000e+00
5328             1      0.000000e+00
5329            -1      0.000000e+00
5330            -1      0.000000e+00
5331             1      0.000000e+00
5332             1      0.000000e+00
5333             1      5.316667e-01
5334            -1     -5.000000e-02
5335             1      0.000000e+00
5336             1      0.000000e+00
5337             1      0.000000e+00
5338             1      0.000000e+00
5339            -1      0.000000e+00
5340             1      0.000000e+00
5341             1      3.778409e-01
5342             1      0.000000e+00
5343            -1      0.000000e+00
5344            -1      0.000000e+00
5345             1      0.000000e+00
5346            -1      0.000000e+00
5347             1      3.766667e-01
5348             1      0.000000e+00
5349            -1      2.625000e-01
5350            -1      0.000000e+00
5351             1      0.000000e+00
5352             1      3.246753e-02
5353             1      0.000000e+00
5354             1      0.000000e+00
5355            -1      0.000000e+00
5356            -1      3.500000e-01
5357             1      0.000000e+00
5358            -1      2.625000e-01
5359            -1      5.000000e-01
5360            -1      9.285714e-02
5361            -1      5.000000e-01
5362             1      0.000000e+00
5363            -1      0.000000e+00
5364            -1     -2.500000e-01
5365            -1     -5.000000e-01
5366             1      0.000000e+00
5367            -1      0.000000e+00
5368            -1      0.000000e+00
5369            -1      0.000000e+00
5370            -1      1.363636e-01
5371             1      3.250000e-01
5372             1      0.000000e+00
5373             1      0.000000e+00
5374            -1      0.000000e+00
5375             1      1.181818e-01
5376             1      0.000000e+00
5377             1     -5.000000e-02
5378            -1      0.000000e+00
5379             1      7.500000e-01
5380             1     -7.142857e-02
5381             1      2.500000e-01
5382             1      6.000000e-01
5383             1      0.000000e+00
5384             1      0.000000e+00
5385            -1      0.000000e+00
5386            -1      0.000000e+00
5387            -1      5.500000e-01
5388            -1      0.000000e+00
5389             1      1.666667e-01
5390             1      0.000000e+00
5391            -1      8.500000e-01
5392             1      4.000000e-01
5393             1      0.000000e+00
5394             1      0.000000e+00
5395            -1      5.000000e-02
5396            -1      0.000000e+00
5397            -1      6.250000e-01
5398             1      0.000000e+00
5399             1      0.000000e+00
5400            -1      0.000000e+00
5401             1      0.000000e+00
5402             1      4.000000e-01
5403            -1      0.000000e+00
5404            -1      0.000000e+00
5405            -1      0.000000e+00
5406            -1      5.555556e-02
5407             1     -6.000000e-01
5408            -1      0.000000e+00
5409             1      0.000000e+00
5410             1      0.000000e+00
5411             1      1.363636e-01
5412            -1      4.000000e-01
5413            -1      0.000000e+00
5414             1      0.000000e+00
5415             1     -2.000000e-01
5416             1      0.000000e+00
5417            -1      0.000000e+00
5418            -1      1.000000e+00
5419            -1      6.818182e-02
5420             1      0.000000e+00
5421             1      0.000000e+00
5422             1      7.000000e-01
5423             1      0.000000e+00
5424            -1      4.000000e-01
5425             1     -1.666667e-01
5426             1      0.000000e+00
5427             1      0.000000e+00
5428             1      0.000000e+00
5429            -1      3.500000e-01
5430             1      5.000000e-01
5431             1      0.000000e+00
5432            -1      1.666667e-01
5433            -1      0.000000e+00
5434            -1      0.000000e+00
5435             1      0.000000e+00
5436            -1      0.000000e+00
5437            -1      1.500000e-01
5438            -1      2.500000e-01
5439            -1      0.000000e+00
5440            -1      4.000000e-01
5441             1      1.000000e-01
5442            -1      0.000000e+00
5443             1      5.000000e-01
5444            -1      0.000000e+00
5445            -1      1.000000e+00
5446            -1      4.000000e-01
5447            -1      0.000000e+00
5448            -1      1.000000e-01
5449            -1      2.625000e-01
5450            -1      2.000000e-01
5451             1      0.000000e+00
5452            -1      0.000000e+00
5453            -1      0.000000e+00
5454             1     -6.000000e-01
5455             1      3.125000e-01
5456            -1      0.000000e+00
5457            -1      1.000000e-01
5458            -1      0.000000e+00
5459            -1      0.000000e+00
5460            -1      0.000000e+00
5461             1      1.250000e-01
5462             1     -1.068182e-01
5463            -1      2.500000e-01
5464             1      0.000000e+00
5465             1      5.000000e-02
5466             1      1.250000e-01
5467             1      0.000000e+00
5468             1      0.000000e+00
5469             1      0.000000e+00
5470             1      0.000000e+00
5471            -1      0.000000e+00
5472             1      0.000000e+00
5473            -1      0.000000e+00
5474             1      0.000000e+00
5475             1      0.000000e+00
5476            -1      4.000000e-01
5477             1      0.000000e+00
5478            -1      0.000000e+00
5479            -1      2.857143e-01
5480            -1      2.000000e-01
5481            -1      0.000000e+00
5482             1      0.000000e+00
5483            -1     -1.000000e-01
5484             1      2.500000e-01
5485             1      0.000000e+00
5486             1      0.000000e+00
5487            -1      0.000000e+00
5488             1      4.000000e-01
5489            -1      0.000000e+00
5490             1      1.250000e-01
5491            -1      3.500000e-01
5492            -1      1.750000e-01
5493            -1      1.000000e+00
5494            -1      3.500000e-01
5495            -1      0.000000e+00
5496             1      0.000000e+00
5497            -1      0.000000e+00
5498            -1      0.000000e+00
5499            -1     -4.000000e-01
5500            -1     -1.000000e-01
5501             1      0.000000e+00
5502             1     -5.000000e-01
5503             1      0.000000e+00
5504             1      0.000000e+00
5505             1      0.000000e+00
5506             1      1.363636e-01
5507             1      0.000000e+00
5508            -1      4.000000e-01
5509             1      5.000000e-01
5510            -1      0.000000e+00
5511            -1      3.833333e-01
5512             1      0.000000e+00
5513             1      1.363636e-01
5514             1      0.000000e+00
5515            -1      0.000000e+00
5516            -1      0.000000e+00
5517            -1      0.000000e+00
5518             1      0.000000e+00
5519            -1     -2.000000e-01
5520             1      0.000000e+00
5521            -1      4.000000e-01
5522            -1      3.000000e-01
5523             1      0.000000e+00
5524             1      0.000000e+00
5525            -1     -1.666667e-01
5526            -1     -3.125000e-01
5527            -1     -2.109375e-01
5528            -1      1.000000e+00
5529             1      0.000000e+00
5530             1      0.000000e+00
5531             1      0.000000e+00
5532            -1     -6.000000e-01
5533             1      0.000000e+00
5534             1      3.916667e-01
5535            -1      0.000000e+00
5536             1      0.000000e+00
5537             1      1.875000e-01
5538             1     -2.500000e-01
5539             1      7.000000e-01
5540            -1      2.000000e-01
5541            -1      0.000000e+00
5542             1      0.000000e+00
5543             1      0.000000e+00
5544             1      0.000000e+00
5545             1      1.363636e-01
5546             1      6.250000e-01
5547            -1      0.000000e+00
5548             1      0.000000e+00
5549             1      0.000000e+00
5550            -1      0.000000e+00
5551            -1      0.000000e+00
5552             1      0.000000e+00
5553            -1      3.500000e-01
5554            -1     -1.114286e-01
5555            -1      3.500000e-01
5556            -1     -1.666667e-01
5557            -1      4.000000e-01
5558            -1      0.000000e+00
5559             1      7.000000e-01
5560            -1      1.600000e-01
5561            -1      0.000000e+00
5562            -1      2.500000e-01
5563            -1      4.000000e-01
5564            -1      0.000000e+00
5565            -1      2.857143e-01
5566             1      3.500000e-01
5567            -1      0.000000e+00
5568             1      3.750000e-01
5569             1      0.000000e+00
5570             1     -5.000000e-02
5571            -1      0.000000e+00
5572             1      0.000000e+00
5573             1      0.000000e+00
5574            -1     -1.000000e-01
5575             1      1.666667e-01
5576            -1      0.000000e+00
5577             1      1.000000e-01
5578             1      0.000000e+00
5579             1      0.000000e+00
5580             1      0.000000e+00
5581             1      0.000000e+00
5582            -1     -5.000000e-02
5583            -1      3.500000e-01
5584             1      0.000000e+00
5585             1      0.000000e+00
5586            -1      0.000000e+00
5587            -1      0.000000e+00
5588             1      0.000000e+00
5589             1     -1.000000e+00
5590            -1      3.500000e-01
5591            -1      0.000000e+00
5592             1      7.000000e-01
5593             1      2.916667e-01
5594             1      7.000000e-01
5595            -1      2.666667e-01
5596            -1      7.000000e-01
5597             1      0.000000e+00
5598             1      0.000000e+00
5599            -1     -2.500000e-02
5600             1      4.333333e-01
5601            -1      2.666667e-01
5602             1      0.000000e+00
5603             1      3.250000e-01
5604             1      0.000000e+00
5605             1      0.000000e+00
5606            -1      0.000000e+00
5607            -1      4.000000e-01
5608             1      2.000000e-01
5609            -1      0.000000e+00
5610             1      0.000000e+00
5611             1      0.000000e+00
5612             1      0.000000e+00
5613            -1      3.500000e-01
5614             1      7.000000e-01
5615             1      0.000000e+00
5616            -1      2.166667e-01
5617            -1      0.000000e+00
5618             1      0.000000e+00
5619            -1     -1.000000e-01
5620             1      0.000000e+00
5621             1      0.000000e+00
5622             1      0.000000e+00
5623             1     -4.000000e-01
5624            -1     -9.375000e-02
5625             1      0.000000e+00
5626             1      3.250000e-01
5627            -1      0.000000e+00
5628             1      0.000000e+00
5629            -1      0.000000e+00
5630            -1      0.000000e+00
5631             1     -8.000000e-01
5632             1      2.600000e-01
5633            -1      1.000000e+00
5634            -1      0.000000e+00
5635             1      0.000000e+00
5636             1      0.000000e+00
5637             1      0.000000e+00
5638             1      0.000000e+00
5639             1      3.833333e-01
5640            -1      0.000000e+00
5641             1      7.000000e-01
5642             1      8.000000e-01
5643             1      2.321429e-01
5644            -1      0.000000e+00
5645            -1      0.000000e+00
5646             1     -5.000000e-02
5647            -1     -2.500000e-01
5648             1      1.833333e-01
5649             1      0.000000e+00
5650            -1      0.000000e+00
5651            -1      0.000000e+00
5652             1      1.916667e-01
5653            -1      0.000000e+00
5654            -1      0.000000e+00
5655            -1      0.000000e+00
5656            -1      1.000000e-01
5657             1      0.000000e+00
5658             1     -1.000000e-01
5659            -1      0.000000e+00
5660            -1      0.000000e+00
5661             1      7.000000e-01
5662             1      0.000000e+00
5663             1      7.000000e-01
5664             1      0.000000e+00
5665             1      0.000000e+00
5666             1      0.000000e+00
5667            -1      0.000000e+00
5668             1      0.000000e+00
5669             1      0.000000e+00
5670            -1      1.041667e-01
5671             1      3.500000e-01
5672            -1      1.041667e-01
5673             1      2.500000e-01
5674             1      0.000000e+00
5675             1      0.000000e+00
5676             1      0.000000e+00
5677            -1     -8.000000e-01
5678             1      0.000000e+00
5679             1     -7.500000e-01
5680            -1      1.931818e-01
5681             1      0.000000e+00
5682             1      0.000000e+00
5683            -1      0.000000e+00
5684             1      0.000000e+00
5685             1      5.000000e-01
5686             1     -5.000000e-01
5687            -1      0.000000e+00
5688             1     -7.500000e-01
5689             1      0.000000e+00
5690             1      0.000000e+00
5691             1      0.000000e+00
5692            -1      0.000000e+00
5693             1      0.000000e+00
5694             1      0.000000e+00
5695             1      0.000000e+00
5696            -1     -1.000000e-01
5697            -1     -8.181818e-02
5698             1      0.000000e+00
5699            -1     -1.851852e-02
5700            -1      0.000000e+00
5701            -1     -2.500000e-01
5702             1      0.000000e+00
5703             1     -1.000000e+00
5704             1      0.000000e+00
5705             1      0.000000e+00
5706             1      3.333333e-02
5707             1      3.333333e-01
5708            -1     -5.000000e-01
5709            -1      2.166667e-01
5710            -1      5.000000e-01
5711             1      0.000000e+00
5712             1      0.000000e+00
5713            -1      0.000000e+00
5714            -1     -8.333333e-02
5715             1      0.000000e+00
5716             1      4.250000e-01
5717             1      2.500000e-01
5718            -1      3.500000e-01
5719             1      0.000000e+00
5720             1      4.000000e-01
5721            -1      8.000000e-01
5722            -1      0.000000e+00
5723             1      0.000000e+00
5724            -1      4.000000e-01
5725            -1     -4.000000e-01
5726            -1      3.500000e-01
5727            -1      0.000000e+00
5728             1      0.000000e+00
5729            -1      0.000000e+00
5730            -1      0.000000e+00
5731            -1      1.250000e-01
5732             1     -1.305556e-01
5733            -1      2.666667e-01
5734            -1     -2.307692e-01
5735             1      0.000000e+00
5736             1      0.000000e+00
5737             1      0.000000e+00
5738             1      0.000000e+00
5739            -1     -1.250000e-01
5740             1      6.000000e-01
5741            -1      0.000000e+00
5742            -1      0.000000e+00
5743            -1      2.500000e-01
5744             1     -1.750000e-01
5745             1      0.000000e+00
5746            -1      1.363636e-01
5747            -1      0.000000e+00
5748             1      0.000000e+00
5749            -1      0.000000e+00
5750            -1      0.000000e+00
5751             1      2.000000e-01
5752             1      0.000000e+00
5753             1      0.000000e+00
5754            -1      4.500000e-01
5755             1      5.000000e-01
5756             1      5.000000e-01
5757            -1      0.000000e+00
5758             1     -2.833333e-01
5759             1      0.000000e+00
5760             1      1.916667e-01
5761            -1      2.500000e-01
5762            -1     -1.166667e-01
5763             1      1.333333e-01
5764             1     -3.750000e-02
5765            -1     -1.000000e+00
5766            -1      0.000000e+00
5767             1      0.000000e+00
5768             1      2.500000e-01
5769             1     -1.250000e-01
5770             1      0.000000e+00
5771             1      5.000000e-01
5772             1      0.000000e+00
5773             1      0.000000e+00
5774            -1      0.000000e+00
5775             1      5.000000e-01
5776             1      0.000000e+00
5777             1      0.000000e+00
5778             1      9.000000e-01
5779             1     -1.666667e-01
5780             1      0.000000e+00
5781             1      0.000000e+00
5782            -1      0.000000e+00
5783            -1      3.806818e-01
5784             1      0.000000e+00
5785            -1      5.000000e-01
5786            -1      0.000000e+00
5787             1      0.000000e+00
5788             1      0.000000e+00
5789             1      1.000000e+00
5790            -1      0.000000e+00
5791            -1      3.000000e-01
5792             1      1.916667e-01
5793            -1      0.000000e+00
5794             1      1.363636e-01
5795             1      1.363636e-01
5796            -1      0.000000e+00
5797            -1      0.000000e+00
5798            -1      0.000000e+00
5799             1      3.750000e-01
5800            -1     -4.000000e-01
5801             1     -4.000000e-01
5802             1      7.000000e-01
5803             1      2.500000e-01
5804             1      1.363636e-01
5805            -1      0.000000e+00
5806             1      0.000000e+00
5807             1      0.000000e+00
5808             1     -4.687500e-01
5809            -1      0.000000e+00
5810             1      0.000000e+00
5811            -1      4.545455e-02
5812            -1      0.000000e+00
5813            -1      0.000000e+00
5814             1      0.000000e+00
5815            -1      5.000000e-01
5816             1      1.363636e-01
5817             1      5.000000e-01
5818            -1      0.000000e+00
5819             1      1.600000e-01
5820            -1     -9.375000e-01
5821            -1      3.125000e-01
5822             1      0.000000e+00
5823             1      0.000000e+00
5824             1      0.000000e+00
5825             1     -3.750000e-02
5826            -1      0.000000e+00
5827             1     -7.692308e-02
5828             1      2.500000e-01
5829             1      0.000000e+00
5830            -1      3.333333e-01
5831            -1      4.166667e-01
5832             1      2.000000e-01
5833             1      0.000000e+00
5834            -1      0.000000e+00
5835             1      0.000000e+00
5836            -1     -1.666667e-01
5837             1      2.500000e-01
5838             1      0.000000e+00
5839             1      0.000000e+00
5840             1      0.000000e+00
5841            -1      0.000000e+00
5842             1      0.000000e+00
5843            -1      0.000000e+00
5844             1      1.750000e-01
5845             1      0.000000e+00
5846             1      0.000000e+00
5847            -1      0.000000e+00
5848             1     -2.000000e-01
5849             1      0.000000e+00
5850            -1      0.000000e+00
5851             1      0.000000e+00
5852             1      0.000000e+00
5853            -1      0.000000e+00
5854             1      0.000000e+00
5855             1      0.000000e+00
5856             1      0.000000e+00
5857             1      0.000000e+00
5858             1      0.000000e+00
5859            -1      2.666667e-01
5860             1      0.000000e+00
5861            -1      0.000000e+00
5862            -1      0.000000e+00
5863             1      8.000000e-01
5864            -1      0.000000e+00
5865            -1      5.000000e-01
5866             1      1.363636e-01
5867             1      0.000000e+00
5868             1      0.000000e+00
5869             1      0.000000e+00
5870             1      0.000000e+00
5871            -1      0.000000e+00
5872            -1      1.000000e-01
5873            -1      3.500000e-01
5874             1      0.000000e+00
5875             1     -1.318182e-01
5876             1      2.720000e-01
5877            -1      0.000000e+00
5878            -1      3.500000e-01
5879            -1      4.000000e-01
5880            -1      0.000000e+00
5881             1      0.000000e+00
5882             1      1.000000e+00
5883             1      0.000000e+00
5884             1      0.000000e+00
5885             1      0.000000e+00
5886             1      0.000000e+00
5887            -1      0.000000e+00
5888             1      5.000000e-01
5889            -1      0.000000e+00
5890            -1      1.168831e-01
5891             1      0.000000e+00
5892            -1      5.000000e-01
5893             1      0.000000e+00
5894             1      5.000000e-02
5895             1      0.000000e+00
5896            -1      3.750000e-01
5897             1      0.000000e+00
5898             1      0.000000e+00
5899             1      0.000000e+00
5900            -1      3.672727e-01
5901             1      1.121212e-01
5902             1      3.333333e-02
5903            -1     -5.000000e-01
5904             1      0.000000e+00
5905             1      0.000000e+00
5906             1      0.000000e+00
5907            -1     -2.000000e-01
5908             1      1.555556e-02
5909             1      4.000000e-01
5910            -1     -2.000000e-01
5911             1      6.818182e-02
5912             1      1.555556e-01
5913             1      5.454545e-01
5914            -1      0.000000e+00
5915             1      0.000000e+00
5916             1      0.000000e+00
5917             1      2.000000e-01
5918            -1     -5.185185e-02
5919            -1      0.000000e+00
5920            -1      1.428571e-01
5921            -1      0.000000e+00
5922            -1      0.000000e+00
5923            -1      0.000000e+00
5924             1      1.000000e-01
5925            -1     -2.625000e-01
5926             1     -4.000000e-01
5927             1      0.000000e+00
5928             1     -5.000000e-01
5929             1      0.000000e+00
5930             1      0.000000e+00
5931             1      1.555556e-02
5932             1      1.555556e-02
5933             1      0.000000e+00
5934             1      0.000000e+00
5935            -1      0.000000e+00
5936             1      0.000000e+00
5937             1      1.363636e-01
5938             1      3.571429e-01
5939            -1      1.666667e-02
5940            -1     -8.333333e-02
5941            -1      0.000000e+00
5942             1      0.000000e+00
5943             1      0.000000e+00
5944            -1      0.000000e+00
5945            -1      0.000000e+00
5946             1      5.000000e-01
5947            -1      0.000000e+00
5948            -1      0.000000e+00
5949             1     -3.000000e-01
5950            -1      0.000000e+00
5951             1     -1.250000e-01
5952             1      3.000000e-01
5953             1      0.000000e+00
5954            -1      5.551115e-17
5955             1      2.555556e-01
5956            -1     -7.638889e-02
5957             1      0.000000e+00
5958             1      1.555556e-02
5959             1      5.000000e-01
5960            -1     -3.500000e-01
5961             1      2.500000e-01
5962            -1      0.000000e+00
5963            -1      1.000000e+00
5964             1      0.000000e+00
5965             1      0.000000e+00
5966             1      0.000000e+00
5967            -1      0.000000e+00
5968             1      0.000000e+00
5969             1      2.753968e-01
5970             1      2.753968e-01
5971             1      2.753968e-01
5972             1      2.753968e-01
5973             1      2.753968e-01
5974             1      2.753968e-01
5975            -1      0.000000e+00
5976             1      2.753968e-01
5977             1      7.000000e-01
5978             1      2.753968e-01
5979             1      0.000000e+00
5980             1      1.555556e-02
5981            -1      0.000000e+00
5982            -1      0.000000e+00
5983             1      2.753968e-01
5984            -1      0.000000e+00
5985            -1      6.818182e-02
5986             1      2.753968e-01
5987             1      6.666667e-02
5988             1      1.875000e-01
5989             1      0.000000e+00
5990             1      5.000000e-01
5991            -1     -1.000000e-01
5992             1      0.000000e+00
5993             1      2.000000e-01
5994            -1     -1.000000e-01
5995             1      1.363636e-01
5996             1      0.000000e+00
5997             1      2.753968e-01
5998            -1     -1.000000e-01
5999             1      2.753968e-01
6000             1      2.753968e-01
6001             1      2.753968e-01
6002             1      1.750000e-01
6003            -1      1.000000e-01
6004             1      2.753968e-01
6005             1      0.000000e+00
6006            -1      3.571429e-01
6007             1      2.753968e-01
6008             1      0.000000e+00
6009            -1      0.000000e+00
6010             1      5.000000e-01
6011             1      0.000000e+00
6012             1      2.753968e-01
6013             1     -2.500000e-02
6014            -1      0.000000e+00
6015             1      0.000000e+00
6016             1      2.753968e-01
6017            -1     -1.000000e-01
6018             1      2.753968e-01
6019            -1     -3.333333e-02
6020             1      2.753968e-01
6021             1      0.000000e+00
6022             1      2.753968e-01
6023             1      2.753968e-01
6024             1      0.000000e+00
6025             1      0.000000e+00
6026             1      0.000000e+00
6027             1      2.753968e-01
6028            -1      0.000000e+00
6029            -1      1.583333e-01
6030            -1      0.000000e+00
6031             1      0.000000e+00
6032             1     -1.250000e-01
6033             1      2.753968e-01
6034             1      2.753968e-01
6035            -1     -8.000000e-01
6036             1      0.000000e+00
6037             1      2.753968e-01
6038             1      2.753968e-01
6039             1      2.753968e-01
6040             1      2.753968e-01
6041            -1     -2.000000e-01
6042             1      0.000000e+00
6043            -1      6.250000e-01
6044            -1      1.000000e+00
6045             1      1.000000e-01
6046             1      2.753968e-01
6047             1      2.753968e-01
6048             1      0.000000e+00
6049             1      0.000000e+00
6050             1      2.753968e-01
6051             1      0.000000e+00
6052            -1      3.250000e-01
6053             1      1.555556e-02
6054             1      2.753968e-01
6055             1      2.753968e-01
6056            -1      0.000000e+00
6057             1      2.753968e-01
6058             1      6.250000e-02
6059            -1      0.000000e+00
6060             1      0.000000e+00
6061            -1      4.454545e-01
6062            -1     -2.777778e-02
6063             1      2.753968e-01
6064            -1      0.000000e+00
6065            -1      1.000000e-01
6066             1      0.000000e+00
6067             1      2.753968e-01
6068             1      2.753968e-01
6069             1      2.753968e-01
6070            -1     -4.000000e-01
6071            -1      0.000000e+00
6072             1     -5.000000e-01
6073            -1      0.000000e+00
6074             1      2.753968e-01
6075            -1      0.000000e+00
6076             1      5.000000e-01
6077             1      2.753968e-01
6078            -1      0.000000e+00
6079            -1      1.000000e+00
6080            -1      0.000000e+00
6081             1      2.753968e-01
6082            -1      0.000000e+00
6083             1     -2.000000e-01
6084            -1     -6.000000e-01
6085             1      0.000000e+00
6086            -1      0.000000e+00
6087            -1      0.000000e+00
6088            -1      0.000000e+00
6089             1      2.931818e-01
6090             1      2.753968e-01
6091             1      2.753968e-01
6092            -1     -5.000000e-01
6093            -1      0.000000e+00
6094            -1     -1.250000e-01
6095             1      2.753968e-01
6096             1      0.000000e+00
6097            -1      5.000000e-01
6098             1      2.753968e-01
6099             1      8.750000e-01
6100             1      0.000000e+00
6101            -1      0.000000e+00
6102            -1      5.000000e-02
6103             1      2.753968e-01
6104            -1      1.000000e-01
6105            -1     -1.250000e-01
6106            -1      1.208333e-01
6107            -1      1.208333e-01
6108             1      0.000000e+00
6109             1      2.753968e-01
6110             1      0.000000e+00
6111             1      1.555556e-02
6112            -1      0.000000e+00
6113             1      2.753968e-01
6114            -1     -8.333333e-02
6115            -1     -1.555556e-01
6116            -1      2.000000e-01
6117             1      0.000000e+00
6118            -1     -4.666667e-01
6119            -1      0.000000e+00
6120            -1      0.000000e+00
6121             1      2.753968e-01
6122             1      2.753968e-01
6123             1      0.000000e+00
6124             1      5.000000e-01
6125            -1      0.000000e+00
6126             1      0.000000e+00
6127             1      5.000000e-01
6128             1      0.000000e+00
6129             1      2.753968e-01
6130            -1      3.125000e-01
6131            -1      1.250000e-01
6132             1      2.753968e-01
6133            -1      3.500000e-01
6134             1      2.753968e-01
6135             1      0.000000e+00
6136             1      2.753968e-01
6137             1      2.753968e-01
6138            -1     -1.500000e-01
6139             1      4.500000e-01
6140             1      2.753968e-01
6141             1      0.000000e+00
6142             1      3.111111e-01
6143             1      2.753968e-01
6144             1      2.753968e-01
6145             1      0.000000e+00
6146            -1      0.000000e+00
6147            -1      0.000000e+00
6148             1      6.818182e-02
6149             1      2.753968e-01
6150             1     -2.000000e-01
6151             1      2.753968e-01
6152            -1      0.000000e+00
6153            -1      0.000000e+00
6154            -1      0.000000e+00
6155            -1      0.000000e+00
6156             1     -6.250000e-02
6157            -1      0.000000e+00
6158            -1      2.500000e-02
6159            -1      0.000000e+00
6160            -1     -1.000000e-01
6161             1      2.753968e-01
6162            -1      0.000000e+00
6163             1      1.000000e-01
6164             1      0.000000e+00
6165             1      2.753968e-01
6166             1      2.753968e-01
6167             1      2.753968e-01
6168            -1      0.000000e+00
6169             1      2.753968e-01
6170             1     -1.000000e-01
6171             1      3.181818e-01
6172            -1     -1.666667e-01
6173             1      7.000000e-01
6174            -1      0.000000e+00
6175             1      2.753968e-01
6176             1      2.753968e-01
6177            -1     -1.555556e-01
6178             1      5.000000e-01
6179            -1      3.750000e-01
6180             1      6.250000e-01
6181             1      2.753968e-01
6182            -1      2.857143e-01
6183            -1     -1.555556e-01
6184             1      2.753968e-01
6185            -1      0.000000e+00
6186            -1      0.000000e+00
6187            -1      0.000000e+00
6188             1      0.000000e+00
6189             1      7.000000e-01
6190             1      0.000000e+00
6191            -1      1.000000e-01
6192             1     -1.000000e-01
6193             1      2.753968e-01
6194            -1      1.250000e-01
6195             1      0.000000e+00
6196             1      2.753968e-01
6197            -1     -2.500000e-01
6198             1      0.000000e+00
6199             1     -1.000000e-01
6200             1      2.857143e-01
6201            -1      0.000000e+00
6202             1     -1.555556e-01
6203            -1     -1.500000e-01
6204             1      0.000000e+00
6205             1     -1.555556e-01
6206             1      5.000000e-01
6207            -1      1.000000e+00
6208             1      0.000000e+00
6209             1      2.753968e-01
6210             1     -5.000000e-01
6211            -1      0.000000e+00
6212            -1      0.000000e+00
6213             1      8.000000e-01
6214            -1      6.875000e-01
6215             1      2.000000e-01
6216             1      0.000000e+00
6217             1     -1.000000e-01
6218             1      6.818182e-02
6219            -1      0.000000e+00
6220            -1     -4.000000e-01
6221            -1      0.000000e+00
6222            -1      2.857143e-01
6223             1     -6.666667e-02
6224             1      2.753968e-01
6225             1     -6.666667e-02
6226            -1      0.000000e+00
6227             1      0.000000e+00
6228             1      3.454545e-01
6229             1      2.753968e-01
6230             1      0.000000e+00
6231            -1      1.363636e-01
6232             1     -4.545455e-01
6233            -1      0.000000e+00
6234            -1     -5.000000e-02
6235             1      2.753968e-01
6236            -1      0.000000e+00
6237             1     -6.666667e-02
6238            -1      0.000000e+00
6239             1      2.753968e-01
6240             1      2.000000e-01
6241             1      2.753968e-01
6242             1      0.000000e+00
6243            -1      2.000000e-01
6244            -1      0.000000e+00
6245             1     -2.500000e-01
6246             1      0.000000e+00
6247             1      3.000000e-01
6248            -1     -3.000000e-01
6249            -1     -1.000000e-01
6250            -1      3.500000e-01
6251            -1     -2.000000e-01
6252             1      2.753968e-01
6253            -1      1.750000e-01
6254            -1      0.000000e+00
6255             1      2.753968e-01
6256             1      2.753968e-01
6257             1     -2.000000e-01
6258            -1     -1.555556e-01
6259             1     -1.000000e-01
6260             1      2.753968e-01
6261             1      2.753968e-01
6262            -1      0.000000e+00
6263             1      2.753968e-01
6264             1      0.000000e+00
6265             1      0.000000e+00
6266            -1      0.000000e+00
6267             1      2.753968e-01
6268             1      2.753968e-01
6269            -1      0.000000e+00
6270             1     -5.000000e-01
6271             1      0.000000e+00
6272            -1      1.000000e+00
6273             1      0.000000e+00
6274             1      0.000000e+00
6275             1      0.000000e+00
6276            -1     -4.375000e-02
6277            -1      0.000000e+00
6278             1      0.000000e+00
6279             1      2.753968e-01
6280            -1     -4.000000e-01
6281             1      0.000000e+00
6282             1      2.753968e-01
6283            -1      4.000000e-01
6284             1      0.000000e+00
6285             1      3.500000e-01
6286             1      0.000000e+00
6287            -1      1.363636e-01
6288             1     -7.500000e-02
6289             1     -7.500000e-02
6290             1      0.000000e+00
6291             1      0.000000e+00
6292             1      1.000000e+00
6293             1      0.000000e+00
6294             1      2.753968e-01
6295             1      0.000000e+00
6296             1     -9.285714e-02
6297             1      6.000000e-01
6298            -1      2.500000e-01
6299             1      0.000000e+00
6300             1      1.363636e-01
6301             1      1.000000e-01
6302            -1     -5.000000e-01
6303             1      2.753968e-01
6304             1      0.000000e+00
6305             1      0.000000e+00
6306            -1      0.000000e+00
6307            -1     -5.000000e-01
6308             1      0.000000e+00
6309            -1      0.000000e+00
6310            -1      6.250000e-02
6311            -1     -1.000000e+00
6312            -1     -1.000000e-01
6313            -1      0.000000e+00
6314             1      1.555556e-02
6315            -1      0.000000e+00
6316             1      2.753968e-01
6317            -1      0.000000e+00
6318             1      0.000000e+00
6319             1      0.000000e+00
6320             1      2.753968e-01
6321             1      0.000000e+00
6322            -1      0.000000e+00
6323             1      8.000000e-01
6324             1      4.000000e-01
6325            -1      0.000000e+00
6326             1      0.000000e+00
6327             1     -1.500000e-01
6328             1      1.166667e-01
6329             1      5.000000e-02
6330            -1      0.000000e+00
6331             1      0.000000e+00
6332             1      2.500000e-01
6333             1      2.753968e-01
6334             1      0.000000e+00
6335             1      0.000000e+00
6336            -1      0.000000e+00
6337            -1      0.000000e+00
6338            -1      5.000000e-01
6339            -1      2.000000e-01
6340            -1      0.000000e+00
6341             1      5.000000e-01
6342             1      0.000000e+00
6343            -1      1.363636e-01
6344            -1      0.000000e+00
6345            -1      0.000000e+00
6346             1      2.500000e-01
6347             1      5.000000e-02
6348             1      2.753968e-01
6349             1      0.000000e+00
6350            -1      0.000000e+00
6351            -1      1.250000e-01
6352            -1      1.000000e-01
6353             1      1.000000e+00
6354             1      2.753968e-01
6355             1      0.000000e+00
6356             1      2.500000e-01
6357             1      0.000000e+00
6358             1      2.753968e-01
6359             1      2.753968e-01
6360             1      8.750000e-01
6361             1      0.000000e+00
6362             1      0.000000e+00
6363            -1     -4.000000e-01
6364             1      2.142857e-01
6365            -1      0.000000e+00
6366             1     -1.000000e+00
6367            -1      0.000000e+00
6368             1      3.000000e-02
6369             1      2.753968e-01
6370            -1     -1.555556e-01
6371            -1     -1.750000e-01
6372            -1      0.000000e+00
6373             1      0.000000e+00
6374            -1     -2.000000e-01
6375             1      1.000000e-01
6376             1      5.000000e-01
6377            -1     -1.928571e-01
6378             1      2.753968e-01
6379             1      0.000000e+00
6380             1      0.000000e+00
6381            -1     -1.000000e+00
6382             1      2.753968e-01
6383            -1      0.000000e+00
6384             1     -2.250000e-01
6385            -1      1.000000e-01
6386            -1      0.000000e+00
6387             1      3.000000e-02
6388            -1      0.000000e+00
6389             1      2.753968e-01
6390            -1      0.000000e+00
6391             1      5.000000e-01
6392            -1      0.000000e+00
6393             1      0.000000e+00
6394            -1      0.000000e+00
6395             1     -1.666667e-01
6396            -1      8.333333e-02
6397             1      2.750000e-01
6398             1     -2.250000e-01
6399            -1      0.000000e+00
6400             1      0.000000e+00
6401             1     -2.250000e-01
6402            -1     -1.000000e-01
6403            -1      1.071429e-01
6404            -1      4.500000e-01
6405            -1      0.000000e+00
6406             1      4.000000e-01
6407             1     -2.250000e-01
6408             1      5.833333e-01
6409            -1      6.000000e-01
6410            -1      0.000000e+00
6411             1     -2.250000e-01
6412             1      2.753968e-01
6413             1      5.000000e-01
6414             1      0.000000e+00
6415             1      3.571429e-01
6416            -1     -1.000000e+00
6417             1      2.753968e-01
6418            -1      0.000000e+00
6419            -1      1.363636e-01
6420             1     -2.250000e-01
6421            -1      0.000000e+00
6422             1     -2.250000e-01
6423             1      2.333333e-01
6424            -1      0.000000e+00
6425            -1      0.000000e+00
6426             1      5.000000e-01
6427             1      4.500000e-01
6428            -1      0.000000e+00
6429             1      1.000000e+00
6430             1      0.000000e+00
6431            -1      0.000000e+00
6432             1      0.000000e+00
6433             1      0.000000e+00
6434             1      8.000000e-01
6435             1      0.000000e+00
6436             1      8.000000e-01
6437             1      8.000000e-01
6438             1      0.000000e+00
6439            -1      0.000000e+00
6440             1      0.000000e+00
6441             1      0.000000e+00
6442            -1      0.000000e+00
6443             1      1.500000e-01
6444            -1     -7.142857e-02
6445             1      0.000000e+00
6446            -1      7.000000e-01
6447             1      1.000000e+00
6448            -1      0.000000e+00
6449             1      0.000000e+00
6450             1      6.250000e-01
6451             1      0.000000e+00
6452            -1      2.857143e-01
6453             1      3.333333e-01
6454            -1      0.000000e+00
6455            -1      0.000000e+00
6456            -1      0.000000e+00
6457            -1      0.000000e+00
6458            -1      0.000000e+00
6459             1      5.000000e-01
6460            -1      1.250000e-01
6461             1      0.000000e+00
6462            -1     -5.000000e-02
6463            -1      0.000000e+00
6464             1      0.000000e+00
6465             1      0.000000e+00
6466             1      0.000000e+00
6467             1      5.000000e-01
6468             1      0.000000e+00
6469            -1      0.000000e+00
6470             1      0.000000e+00
6471             1      0.000000e+00
6472             1      0.000000e+00
6473            -1      0.000000e+00
6474            -1      0.000000e+00
6475             1      0.000000e+00
6476             1      0.000000e+00
6477             1      2.777778e-01
6478            -1      0.000000e+00
6479            -1      0.000000e+00
6480            -1      1.250000e-01
6481            -1      7.500000e-02
6482             1      0.000000e+00
6483             1      0.000000e+00
6484             1      1.000000e+00
6485             1      1.000000e-01
6486             1      6.000000e-01
6487            -1      0.000000e+00
6488            -1      0.000000e+00
6489             1      0.000000e+00
6490             1      0.000000e+00
6491            -1      0.000000e+00
6492             1      0.000000e+00
6493            -1      5.909091e-02
6494             1      0.000000e+00
6495             1      0.000000e+00
6496             1      0.000000e+00
6497             1      0.000000e+00
6498             1      0.000000e+00
6499             1      0.000000e+00
6500            -1      2.000000e-01
6501             1      2.500000e-01
6502            -1      0.000000e+00
6503             1      0.000000e+00
6504            -1      2.000000e-01
6505             1      0.000000e+00
6506             1      0.000000e+00
6507             1      5.000000e-01
6508             1      0.000000e+00
6509             1      0.000000e+00
6510             1      0.000000e+00
6511            -1      1.000000e-01
6512             1      8.000000e-01
6513            -1      2.000000e-01
6514             1      0.000000e+00
6515             1      1.363636e-01
6516            -1      0.000000e+00
6517             1      0.000000e+00
6518             1      0.000000e+00
6519            -1      0.000000e+00
6520            -1      0.000000e+00
6521            -1      0.000000e+00
6522            -1      1.250000e-01
6523             1      8.000000e-01
6524             1      0.000000e+00
6525            -1      1.363636e-01
6526            -1      0.000000e+00
6527            -1      0.000000e+00
6528            -1      6.250000e-01
6529            -1      0.000000e+00
6530            -1     -8.125000e-01
6531            -1      0.000000e+00
6532             1      0.000000e+00
6533             1      5.000000e-02
6534             1     -6.000000e-01
6535             1      0.000000e+00
6536             1      3.000000e-01
6537             1      8.000000e-01
6538            -1      2.500000e-01
6539             1      0.000000e+00
6540             1      3.246753e-02
6541             1     -1.250000e-01
6542            -1      0.000000e+00
6543            -1      0.000000e+00
6544             1      0.000000e+00
6545             1      8.000000e-01
6546            -1      2.854167e-01
6547             1      2.500000e-01
6548            -1      0.000000e+00
6549             1      4.000000e-01
6550             1      0.000000e+00
6551             1     -4.000000e-01
6552            -1      0.000000e+00
6553            -1     -5.000000e-02
6554             1      5.909091e-02
6555            -1      2.857143e-01
6556            -1      0.000000e+00
6557            -1      0.000000e+00
6558            -1      1.333333e-01
6559             1     -2.000000e-01
6560             1     -2.000000e-01
6561             1     -3.125000e-02
6562            -1      0.000000e+00
6563            -1      1.666667e-01
6564             1     -2.500000e-01
6565             1      7.000000e-01
6566             1      0.000000e+00
6567            -1     -7.142857e-02
6568             1      2.142857e-01
6569            -1      2.142857e-01
6570             1      4.000000e-01
6571             1     -7.500000e-02
6572            -1      0.000000e+00
6573             1      0.000000e+00
6574             1      0.000000e+00
6575            -1     -2.500000e-02
6576             1      0.000000e+00
6577            -1      0.000000e+00
6578             1      4.333333e-01
6579             1      0.000000e+00
6580             1      5.000000e-01
6581            -1      1.625000e-01
6582             1      3.166667e-01
6583             1      0.000000e+00
6584             1      5.000000e-01
6585            -1      0.000000e+00
6586            -1     -6.250000e-01
6587             1      8.333333e-02
6588             1      0.000000e+00
6589            -1      0.000000e+00
6590            -1      1.000000e-01
6591            -1      8.000000e-01
6592             1      0.000000e+00
6593             1      5.000000e-01
6594             1     -7.500000e-02
6595            -1      2.000000e-01
6596            -1      0.000000e+00
6597             1      0.000000e+00
6598            -1      0.000000e+00
6599            -1      2.000000e-01
6600            -1      2.000000e-01
6601             1      5.000000e-01
6602             1      2.812500e-01
6603            -1      1.428571e-01
6604             1      0.000000e+00
6605            -1     -1.250000e-01
6606            -1      1.363636e-01
6607             1      2.500000e-01
6608             1      3.125000e-01
6609             1     -3.333333e-02
6610            -1      0.000000e+00
6611             1      7.000000e-01
6612             1      3.787879e-01
6613            -1     -8.888889e-02
6614             1      3.246753e-02
6615            -1      0.000000e+00
6616             1      6.500000e-01
6617             1      0.000000e+00
6618            -1      1.750000e-01
6619            -1      0.000000e+00
6620             1      0.000000e+00
6621            -1     -8.333333e-02
6622            -1      3.750000e-01
6623             1      0.000000e+00
6624             1      0.000000e+00
6625            -1      0.000000e+00
6626             1      1.000000e+00
6627             1      0.000000e+00
6628            -1     -4.000000e-01
6629            -1      0.000000e+00
6630            -1      0.000000e+00
6631             1      1.666667e-01
6632            -1      2.000000e-01
6633             1     -1.062500e-01
6634             1      0.000000e+00
6635             1      0.000000e+00
6636            -1      0.000000e+00
6637            -1      5.681818e-01
6638             1      1.666667e-01
6639             1      2.000000e-01
6640            -1      0.000000e+00
6641            -1     -2.000000e-01
6642             1      0.000000e+00
6643             1      0.000000e+00
6644            -1      0.000000e+00
6645             1      2.500000e-01
6646             1      0.000000e+00
6647            -1      0.000000e+00
6648            -1      2.500000e-01
6649            -1      0.000000e+00
6650            -1      1.000000e+00
6651            -1      0.000000e+00
6652             1      1.500000e-01
6653             1      0.000000e+00
6654             1      1.363636e-01
6655            -1      0.000000e+00
6656            -1      0.000000e+00
6657            -1      3.750000e-01
6658             1      2.000000e-01
6659            -1      5.000000e-01
6660            -1      2.000000e-01
6661            -1      1.000000e+00
6662            -1      1.363636e-01
6663            -1      1.000000e+00
6664             1      5.000000e-02
6665             1     -1.000000e-01
6666             1      0.000000e+00
6667             1      0.000000e+00
6668            -1      1.000000e+00
6669            -1      3.750000e-01
6670             1      4.291667e-01
6671             1      3.750000e-01
6672            -1      0.000000e+00
6673             1      3.166667e-01
6674             1      0.000000e+00
6675            -1     -5.000000e-01
6676             1      0.000000e+00
6677            -1      0.000000e+00
6678            -1      1.777778e-01
6679            -1     -1.875000e-01
6680            -1      0.000000e+00
6681             1      0.000000e+00
6682             1      0.000000e+00
6683             1      1.500000e-01
6684             1      0.000000e+00
6685             1      1.500000e-01
6686            -1      0.000000e+00
6687            -1      5.000000e-01
6688             1      1.500000e-01
6689             1      5.333333e-01
6690            -1      0.000000e+00
6691             1      1.500000e-01
6692             1      1.666667e-01
6693             1      5.000000e-01
6694            -1      2.500000e-01
6695             1      0.000000e+00
6696             1      0.000000e+00
6697            -1      0.000000e+00
6698            -1     -6.250000e-02
6699             1      2.500000e-01
6700             1      0.000000e+00
6701            -1      0.000000e+00
6702            -1      0.000000e+00
6703             1      1.000000e+00
6704             1      6.000000e-01
6705             1      1.500000e-01
6706            -1      0.000000e+00
6707             1      2.500000e-01
6708             1      0.000000e+00
6709            -1     -2.000000e-01
6710            -1      2.854167e-01
6711             1      0.000000e+00
6712             1      0.000000e+00
6713            -1      2.500000e-01
6714             1      0.000000e+00
6715             1      3.666667e-01
6716             1      3.166667e-01
6717             1      0.000000e+00
6718            -1      5.000000e-01
6719            -1      1.363636e-01
6720             1      3.666667e-01
6721             1      1.000000e+00
6722             1      0.000000e+00
6723             1      1.000000e+00
6724             1      0.000000e+00
6725             1      0.000000e+00
6726            -1      1.363636e-01
6727             1      0.000000e+00
6728             1      0.000000e+00
6729             1      2.500000e-01
6730            -1      5.000000e-01
6731            -1      0.000000e+00
6732             1      0.000000e+00
6733             1     -1.000000e-01
6734             1      2.000000e-01
6735             1     -3.000000e-01
6736             1      1.428571e-01
6737             1     -1.000000e-01
6738            -1      0.000000e+00
6739             1      5.000000e-01
6740             1     -1.000000e-01
6741             1     -1.000000e-01
6742            -1      6.818182e-02
6743             1     -1.250000e-01
6744             1      0.000000e+00
6745             1      0.000000e+00
6746            -1      0.000000e+00
6747            -1     -3.750000e-01
6748            -1      0.000000e+00
6749            -1      0.000000e+00
6750            -1     -2.318182e-01
6751             1      8.500000e-01
6752            -1      0.000000e+00
6753            -1      0.000000e+00
6754             1      0.000000e+00
6755             1     -1.000000e-01
6756             1      0.000000e+00
6757            -1      0.000000e+00
6758             1      6.250000e-01
6759             1      0.000000e+00
6760             1      0.000000e+00
6761            -1      2.500000e-01
6762            -1      2.207792e-01
6763             1      0.000000e+00
6764            -1     -4.000000e-01
6765             1      4.000000e-01
6766            -1      2.681818e-01
6767            -1      0.000000e+00
6768             1     -5.000000e-01
6769             1      0.000000e+00
6770             1     -7.500000e-02
6771             1     -1.000000e-01
6772             1      0.000000e+00
6773             1      1.363636e-01
6774            -1      3.708333e-01
6775             1      0.000000e+00
6776             1      0.000000e+00
6777            -1      1.057692e-01
6778            -1      3.750000e-01
6779             1      0.000000e+00
6780            -1      0.000000e+00
6781            -1      0.000000e+00
6782             1      1.704545e-01
6783            -1      0.000000e+00
6784            -1     -3.750000e-01
6785             1     -1.000000e-01
6786             1      0.000000e+00
6787            -1     -3.333333e-01
6788             1      3.666667e-01
6789             1      0.000000e+00
6790             1      6.000000e-01
6791             1      5.000000e-01
6792             1      0.000000e+00
6793             1      1.000000e+00
6794             1      0.000000e+00
6795            -1     -1.000000e+00
6796             1      5.000000e-01
6797             1      0.000000e+00
6798             1      0.000000e+00
6799            -1     -1.000000e-01
6800             1      0.000000e+00
6801             1      2.857143e-01
6802             1     -3.333333e-01
6803            -1      0.000000e+00
6804             1      6.000000e-01
6805             1      0.000000e+00
6806            -1      0.000000e+00
6807             1      2.931818e-01
6808             1      0.000000e+00
6809             1      5.000000e-01
6810             1      0.000000e+00
6811             1     -1.555556e-01
6812             1      2.857143e-01
6813             1      0.000000e+00
6814            -1     -9.444444e-02
6815            -1     -5.000000e-02
6816            -1      0.000000e+00
6817             1      8.000000e-01
6818             1      6.250000e-01
6819             1      5.000000e-01
6820             1     -1.041667e-01
6821            -1      0.000000e+00
6822            -1      6.000000e-01
6823            -1      0.000000e+00
6824            -1      7.000000e-01
6825             1      0.000000e+00
6826             1      5.000000e-01
6827             1      1.666667e-01
6828             1      5.000000e-01
6829            -1      3.000000e-01
6830             1      3.000000e-01
6831             1      0.000000e+00
6832             1      0.000000e+00
6833            -1     -5.000000e-01
6834            -1      0.000000e+00
6835             1      0.000000e+00
6836             1      3.900000e-01
6837            -1      6.818182e-02
6838             1      2.000000e-01
6839            -1      0.000000e+00
6840             1      0.000000e+00
6841             1      0.000000e+00
6842            -1      8.000000e-01
6843             1      0.000000e+00
6844            -1      6.000000e-01
6845            -1      0.000000e+00
6846             1      0.000000e+00
6847             1      1.500000e-01
6848            -1      0.000000e+00
6849             1     -9.595960e-03
6850            -1      0.000000e+00
6851            -1      0.000000e+00
6852             1      0.000000e+00
6853            -1     -5.416667e-01
6854            -1      0.000000e+00
6855            -1      0.000000e+00
6856            -1      0.000000e+00
6857            -1      0.000000e+00
6858             1      3.750000e-01
6859             1      0.000000e+00
6860             1      0.000000e+00
6861            -1      5.000000e-01
6862             1      2.075758e-01
6863             1      0.000000e+00
6864             1      2.000000e-01
6865             1      1.704545e-01
6866            -1      0.000000e+00
6867             1      0.000000e+00
6868            -1     -7.000000e-01
6869             1      0.000000e+00
6870            -1     -7.812500e-02
6871            -1      0.000000e+00
6872            -1      0.000000e+00
6873            -1      0.000000e+00
6874            -1      0.000000e+00
6875            -1      0.000000e+00
6876            -1      0.000000e+00
6877            -1      4.000000e-01
6878             1      4.545455e-02
6879            -1      4.000000e-01
6880            -1      0.000000e+00
6881             1      0.000000e+00
6882            -1      0.000000e+00
6883             1      2.250000e-01
6884             1      0.000000e+00
6885             1      5.000000e-01
6886             1      0.000000e+00
6887            -1      5.000000e-01
6888             1      0.000000e+00
6889             1      0.000000e+00
6890             1      0.000000e+00
6891             1      6.250000e-01
6892            -1      0.000000e+00
6893             1      0.000000e+00
6894             1      0.000000e+00
6895            -1      5.000000e-01
6896             1      0.000000e+00
6897             1      5.000000e-02
6898             1      0.000000e+00
6899             1      1.000000e-01
6900             1      0.000000e+00
6901             1      5.000000e-01
6902             1      5.000000e-01
6903            -1      1.250000e-01
6904            -1      2.600000e-01
6905            -1      6.818182e-02
6906             1      0.000000e+00
6907            -1      0.000000e+00
6908             1      0.000000e+00
6909             1      0.000000e+00
6910             1      0.000000e+00
6911             1      0.000000e+00
6912             1      0.000000e+00
6913             1      0.000000e+00
6914             1      6.250000e-01
6915            -1      0.000000e+00
6916             1      0.000000e+00
6917            -1      6.500000e-01
6918            -1     -4.166667e-01
6919             1      0.000000e+00
6920             1     -6.250000e-02
6921            -1      4.375000e-01
6922             1      0.000000e+00
6923            -1      6.250000e-01
6924            -1      7.000000e-01
6925            -1      4.166667e-01
6926             1      0.000000e+00
6927             1      0.000000e+00
6928            -1      0.000000e+00
6929             1      5.000000e-01
6930            -1      0.000000e+00
6931            -1      5.000000e-01
6932            -1     -1.000000e-01
6933             1      5.000000e-01
6934            -1      1.363636e-01
6935             1      0.000000e+00
6936             1      3.500000e-01
6937            -1     -2.000000e-01
6938             1      2.166667e-01
6939             1      0.000000e+00
6940             1      1.363636e-01
6941            -1      0.000000e+00
6942             1      0.000000e+00
6943            -1     -2.000000e-01
6944            -1      1.000000e-01
6945            -1      2.857143e-01
6946             1      4.375000e-01
6947             1      6.000000e-01
6948            -1      3.500000e-01
6949            -1      2.500000e-01
6950             1      0.000000e+00
6951             1      0.000000e+00
6952             1      4.687500e-01
6953            -1      1.363636e-01
6954            -1     -4.166667e-02
6955             1      0.000000e+00
6956             1      0.000000e+00
6957             1      0.000000e+00
6958             1      0.000000e+00
6959             1      0.000000e+00
6960             1      4.375000e-01
6961             1      0.000000e+00
6962            -1      0.000000e+00
6963             1      0.000000e+00
6964             1      5.000000e-02
6965             1      4.666667e-01
6966             1      0.000000e+00
6967            -1     -9.000000e-01
6968             1      0.000000e+00
6969            -1      7.000000e-01
6970            -1      0.000000e+00
6971            -1      0.000000e+00
6972             1      0.000000e+00
6973            -1      0.000000e+00
6974             1      2.666667e-01
6975            -1     -4.000000e-01
6976             1      6.000000e-01
6977             1      2.000000e-01
6978            -1      0.000000e+00
6979            -1      5.000000e-01
6980             1      0.000000e+00
6981             1      2.000000e-01
6982            -1     -1.571429e-01
6983             1      0.000000e+00
6984             1      0.000000e+00
6985             1      0.000000e+00
6986             1     -2.000000e-01
6987             1      0.000000e+00
6988             1      0.000000e+00
6989            -1      1.000000e-01
6990             1      0.000000e+00
6991             1      0.000000e+00
6992            -1      0.000000e+00
6993             1      0.000000e+00
6994             1      9.000000e-01
6995             1      3.809524e-02
6996            -1      0.000000e+00
6997            -1      1.000000e-01
6998            -1      0.000000e+00
6999             1      1.363636e-01
7000            -1      3.750000e-01
7001             1      7.550000e-01
7002             1      3.750000e-01
7003             1      0.000000e+00
7004            -1      0.000000e+00
7005             1      0.000000e+00
7006             1      7.812500e-01
7007             1     -8.000000e-01
7008            -1      1.000000e+00
7009             1      5.000000e-01
7010             1      2.500000e-01
7011            -1      6.250000e-01
7012            -1     -9.444444e-02
7013            -1      0.000000e+00
7014             1      3.809524e-02
7015            -1      2.000000e-01
7016            -1      2.000000e-01
7017            -1      0.000000e+00
7018             1      8.000000e-01
7019            -1      2.000000e-01
7020            -1      0.000000e+00
7021             1      0.000000e+00
7022             1      0.000000e+00
7023            -1     -5.000000e-01
7024             1      0.000000e+00
7025            -1      0.000000e+00
7026            -1      2.000000e-01
7027            -1      2.000000e-01
7028             1      0.000000e+00
7029             1      0.000000e+00
7030            -1     -3.708333e-01
7031            -1      0.000000e+00
7032             1      3.750000e-01
7033             1      4.375000e-01
7034             1      0.000000e+00
7035             1      2.785714e-01
7036            -1     -1.000000e+00
7037             1      0.000000e+00
7038             1      0.000000e+00
7039             1      0.000000e+00
7040             1      0.000000e+00
7041             1      2.386364e-01
7042            -1      0.000000e+00
7043             1      1.363636e-01
7044             1      1.363636e-01
7045             1      0.000000e+00
7046            -1      0.000000e+00
7047             1      0.000000e+00
7048            -1      0.000000e+00
7049            -1      2.000000e-01
7050             1      0.000000e+00
7051             1      0.000000e+00
7052             1      0.000000e+00
7053            -1      2.000000e-01
7054             1      0.000000e+00
7055             1      0.000000e+00
7056             1      0.000000e+00
7057            -1      0.000000e+00
7058             1      1.363636e-01
7059             1      6.250000e-01
7060             1      0.000000e+00
7061             1      1.000000e+00
7062            -1      0.000000e+00
7063             1     -9.595960e-03
7064             1      0.000000e+00
7065             1      1.363636e-01
7066             1      0.000000e+00
7067            -1     -2.500000e-01
7068            -1      5.000000e-01
7069             1     -3.333333e-02
7070             1      6.818182e-02
7071            -1      0.000000e+00
7072             1      1.363636e-01
7073            -1      3.527778e-01
7074             1      0.000000e+00
7075             1      3.750000e-01
7076            -1      0.000000e+00
7077            -1      3.333333e-01
7078             1      0.000000e+00
7079            -1      0.000000e+00
7080            -1      0.000000e+00
7081            -1      0.000000e+00
7082            -1      0.000000e+00
7083             1      0.000000e+00
7084            -1      2.000000e-01
7085            -1     -1.047619e-01
7086             1      0.000000e+00
7087            -1      0.000000e+00
7088            -1     -6.000000e-01
7089             1      0.000000e+00
7090            -1      0.000000e+00
7091            -1      0.000000e+00
7092            -1      0.000000e+00
7093             1      7.000000e-01
7094            -1      2.000000e-01
7095             1      0.000000e+00
7096             1      0.000000e+00
7097             1      0.000000e+00
7098             1      1.742424e-01
7099             1      0.000000e+00
7100             1      0.000000e+00
7101            -1      0.000000e+00
7102             1      5.000000e-01
7103             1      0.000000e+00
7104             1      2.000000e-01
7105             1      0.000000e+00
7106             1      0.000000e+00
7107            -1      6.818182e-02
7108             1      1.931818e-01
7109            -1      0.000000e+00
7110            -1      0.000000e+00
7111             1      0.000000e+00
7112             1      1.363636e-01
7113             1      0.000000e+00
7114            -1     -3.333333e-01
7115             1      0.000000e+00
7116             1      0.000000e+00
7117             1      0.000000e+00
7118            -1      0.000000e+00
7119            -1      0.000000e+00
7120            -1      0.000000e+00
7121            -1      0.000000e+00
7122            -1      0.000000e+00
7123            -1      5.000000e-01
7124             1      5.000000e-01
7125            -1      0.000000e+00
7126             1      0.000000e+00
7127             1      4.022727e-01
7128             1      0.000000e+00
7129            -1      0.000000e+00
7130             1     -5.000000e-01
7131            -1      1.363636e-01
7132            -1     -1.000000e+00
7133             1     -2.000000e-01
7134             1      0.000000e+00
7135             1      1.481818e-01
7136            -1      5.551115e-17
7137            -1      1.000000e+00
7138             1      5.000000e-01
7139            -1      0.000000e+00
7140            -1      0.000000e+00
7141             1      5.000000e-01
7142             1      0.000000e+00
7143             1      1.363636e-01
7144             1      0.000000e+00
7145             1      0.000000e+00
7146             1     -1.500000e-01
7147            -1      0.000000e+00
7148            -1      0.000000e+00
7149            -1      0.000000e+00
7150            -1      0.000000e+00
7151             1      0.000000e+00
7152             1      8.619048e-02
7153            -1     -5.000000e-02
7154             1      1.363636e-01
7155            -1      2.500000e-01
7156             1      0.000000e+00
7157            -1      1.000000e-01
7158             1     -5.000000e-01
7159             1      1.363636e-01
7160            -1      0.000000e+00
7161            -1      0.000000e+00
7162            -1     -1.000000e-01
7163             1      1.363636e-01
7164            -1      0.000000e+00
7165            -1      3.750000e-01
7166             1     -9.595960e-03
7167             1      0.000000e+00
7168            -1      1.363636e-01
7169             1      2.500000e-01
7170            -1      1.600000e-01
7171             1      0.000000e+00
7172             1      0.000000e+00
7173             1     -2.000000e-01
7174             1     -1.000000e-01
7175            -1      0.000000e+00
7176            -1      0.000000e+00
7177             1     -8.000000e-01
7178             1      0.000000e+00
7179             1      0.000000e+00
7180             1      3.666667e-01
7181             1      4.500000e-01
7182             1      9.765625e-01
7183             1      0.000000e+00
7184             1      0.000000e+00
7185            -1      6.818182e-02
7186             1      3.500000e-01
7187             1      0.000000e+00
7188             1     -6.000000e-01
7189            -1      0.000000e+00
7190            -1      0.000000e+00
7191            -1      4.545455e-02
7192            -1      4.545455e-02
7193            -1      0.000000e+00
7194             1      0.000000e+00
7195            -1      0.000000e+00
7196             1      9.765625e-01
7197             1      0.000000e+00
7198            -1      8.000000e-01
7199            -1     -8.000000e-01
7200            -1      1.500000e-01
7201             1      9.765625e-01
7202            -1      5.000000e-01
7203            -1     -1.000000e-01
7204             1      9.765625e-01
7205             1      0.000000e+00
7206             1      0.000000e+00
7207            -1      0.000000e+00
7208             1      1.000000e-01
7209             1      9.765625e-01
7210             1      0.000000e+00
7211            -1      0.000000e+00
7212            -1      0.000000e+00
7213             1      0.000000e+00
7214            -1      0.000000e+00
7215            -1      7.000000e-01
7216             1      0.000000e+00
7217             1      1.363636e-01
7218            -1      0.000000e+00
7219             1      0.000000e+00
7220            -1     -5.000000e-01
7221             1      0.000000e+00
7222             1      0.000000e+00
7223             1      0.000000e+00
7224            -1      0.000000e+00
7225            -1     -9.444444e-02
7226             1      0.000000e+00
7227             1     -2.500000e-01
7228             1      1.000000e+00
7229             1      0.000000e+00
7230             1      6.250000e-01
7231             1      0.000000e+00
7232             1      1.363636e-01
7233            -1      0.000000e+00
7234             1      2.000000e-01
7235            -1      1.363636e-01
7236            -1      0.000000e+00
7237             1      1.777778e-01
7238             1      1.333333e-01
7239             1      1.000000e+00
7240            -1      0.000000e+00
7241             1      0.000000e+00
7242             1      0.000000e+00
7243            -1      0.000000e+00
7244            -1     -3.000000e-01
7245             1      0.000000e+00
7246            -1      0.000000e+00
7247             1      2.866667e-01
7248             1      4.000000e-01
7249             1      2.916667e-01
7250            -1      0.000000e+00
7251            -1      0.000000e+00
7252            -1      0.000000e+00
7253             1      0.000000e+00
7254             1      0.000000e+00
7255             1      9.765625e-01
7256             1      0.000000e+00
7257             1     -2.000000e-01
7258             1      0.000000e+00
7259             1      0.000000e+00
7260            -1      0.000000e+00
7261             1      0.000000e+00
7262            -1      0.000000e+00
7263             1      0.000000e+00
7264             1      0.000000e+00
7265            -1      0.000000e+00
7266            -1      3.681818e-01
7267             1      0.000000e+00
7268            -1      5.000000e-02
7269             1      0.000000e+00
7270            -1      0.000000e+00
7271             1      5.000000e-01
7272             1      5.000000e-01
7273            -1      0.000000e+00
7274             1      0.000000e+00
7275            -1      2.500000e-01
7276             1      4.375000e-01
7277             1      8.000000e-01
7278            -1      1.000000e-01
7279            -1      4.000000e-01
7280             1      0.000000e+00
7281            -1      0.000000e+00
7282             1      0.000000e+00
7283             1      0.000000e+00
7284            -1      0.000000e+00
7285            -1     -8.333333e-02
7286             1     -3.461538e-01
7287            -1      0.000000e+00
7288             1      2.854167e-01
7289            -1     -8.333333e-02
7290             1      1.952381e-01
7291            -1      0.000000e+00
7292             1     -1.250000e-01
7293            -1      0.000000e+00
7294             1      5.000000e-01
7295            -1      0.000000e+00
7296            -1      0.000000e+00
7297            -1      0.000000e+00
7298            -1      0.000000e+00
7299            -1      1.208333e-01
7300            -1      0.000000e+00
7301             1      0.000000e+00
7302             1      0.000000e+00
7303            -1      2.500000e-01
7304             1      5.000000e-01
7305             1      0.000000e+00
7306             1      0.000000e+00
7307            -1      0.000000e+00
7308            -1     -1.750000e-01
7309            -1      0.000000e+00
7310            -1      0.000000e+00
7311            -1     -3.750000e-02
7312             1      7.500000e-01
7313             1      0.000000e+00
7314             1      1.000000e+00
7315             1      0.000000e+00
7316             1     -9.000000e-01
7317            -1      1.000000e+00
7318             1      0.000000e+00
7319             1      0.000000e+00
7320            -1      0.000000e+00
7321             1     -1.000000e-01
7322            -1      1.000000e-01
7323             1      3.666667e-01
7324             1     -5.000000e-01
7325            -1      0.000000e+00
7326             1      0.000000e+00
7327             1      0.000000e+00
7328            -1     -3.333333e-02
7329             1      0.000000e+00
7330            -1      0.000000e+00
7331            -1      0.000000e+00
7332             1      2.500000e-01
7333             1      0.000000e+00
7334            -1      0.000000e+00
7335            -1      0.000000e+00
7336            -1      5.000000e-01
7337             1      0.000000e+00
7338             1      6.000000e-01
7339             1     -6.666667e-02
7340            -1      0.000000e+00
7341             1      3.000000e-01
7342             1      5.000000e-01
7343            -1      0.000000e+00
7344             1      0.000000e+00
7345            -1      1.363636e-01
7346             1      1.875000e-01
7347            -1      8.000000e-01
7348             1     -6.666667e-02
7349             1      0.000000e+00
7350            -1      0.000000e+00
7351            -1      1.363636e-01
7352             1      0.000000e+00
7353            -1      6.250000e-01
7354             1      0.000000e+00
7355            -1     -3.750000e-01
7356             1      0.000000e+00
7357             1      2.500000e-01
7358             1      0.000000e+00
7359             1      0.000000e+00
7360            -1      5.000000e-02
7361            -1      0.000000e+00
7362             1      1.363636e-01
7363             1      3.666667e-01
7364             1      0.000000e+00
7365             1      4.071429e-01
7366             1      4.071429e-01
7367            -1      0.000000e+00
7368             1      0.000000e+00
7369             1      8.000000e-02
7370            -1      0.000000e+00
7371            -1      0.000000e+00
7372             1      2.500000e-01
7373             1      0.000000e+00
7374             1     -1.250000e-01
7375             1     -8.333333e-02
7376             1      0.000000e+00
7377            -1      5.000000e-02
7378            -1      0.000000e+00
7379             1      1.363636e-01
7380            -1      2.500000e-01
7381             1      3.333333e-01
7382             1     -1.000000e-01
7383             1      5.000000e-01
7384            -1      0.000000e+00
7385            -1     -7.500000e-02
7386            -1      0.000000e+00
7387            -1      0.000000e+00
7388             1      3.000000e-01
7389             1      8.000000e-01
7390             1      0.000000e+00
7391            -1     -6.000000e-01
7392            -1      0.000000e+00
7393             1      1.363636e-01
7394            -1      3.000000e-01
7395             1      1.363636e-01
7396             1      0.000000e+00
7397             1      0.000000e+00
7398             1      0.000000e+00
7399             1      6.000000e-01
7400             1      1.363636e-01
7401             1      0.000000e+00
7402             1      0.000000e+00
7403             1      8.500000e-01
7404             1      1.363636e-01
7405             1      0.000000e+00
7406             1      1.363636e-01
7407            -1      0.000000e+00
7408             1      0.000000e+00
7409             1      0.000000e+00
7410            -1      5.000000e-01
7411             1      0.000000e+00
7412             1      0.000000e+00
7413             1      0.000000e+00
7414            -1      0.000000e+00
7415            -1      0.000000e+00
7416             1      0.000000e+00
7417            -1      0.000000e+00
7418             1      0.000000e+00
7419            -1      0.000000e+00
7420            -1      5.000000e-01
7421             1      0.000000e+00
7422            -1      0.000000e+00
7423            -1      3.246753e-02
7424            -1     -6.000000e-01
7425            -1      0.000000e+00
7426            -1      0.000000e+00
7427             1      4.250000e-01
7428            -1      0.000000e+00
7429            -1      0.000000e+00
7430            -1      0.000000e+00
7431            -1     -3.333333e-02
7432             1      0.000000e+00
7433            -1      1.363636e-01
7434             1      0.000000e+00
7435            -1      0.000000e+00
7436             1      1.625000e-01
7437            -1      0.000000e+00
7438            -1      1.666667e-02
7439             1      1.250000e-01
7440            -1      4.000000e-01
7441             1      0.000000e+00
7442            -1     -1.250000e-01
7443            -1      0.000000e+00
7444            -1      6.000000e-01
7445             1      0.000000e+00
7446            -1      3.000000e-01
7447             1      0.000000e+00
7448            -1      1.000000e-01
7449             1      1.481818e-01
7450            -1      8.000000e-01
7451             1      3.500000e-01
7452             1     -1.666667e-01
7453             1      0.000000e+00
7454            -1      0.000000e+00
7455             1     -4.333333e-01
7456             1      2.000000e-01
7457            -1      0.000000e+00
7458             1      1.000000e-01
7459            -1      0.000000e+00
7460             1      3.500000e-01
7461             1      5.000000e-01
7462             1      0.000000e+00
7463             1      0.000000e+00
7464             1      0.000000e+00
7465            -1      0.000000e+00
7466             1      1.625000e-01
7467            -1      0.000000e+00
7468            -1      6.500000e-01
7469            -1      0.000000e+00
7470             1      2.500000e-01
7471             1      0.000000e+00
7472            -1      0.000000e+00
7473            -1     -1.333333e-01
7474            -1      0.000000e+00
7475            -1      0.000000e+00
7476            -1      4.000000e-01
7477             1      0.000000e+00
7478            -1      0.000000e+00
7479             1     -2.250000e-01
7480            -1      0.000000e+00
7481             1      0.000000e+00
7482             1      0.000000e+00
7483             1      1.000000e-01
7484            -1     -2.333333e-01
7485             1     -2.000000e-01
7486             1      0.000000e+00
7487            -1      0.000000e+00
7488             1      0.000000e+00
7489             1      0.000000e+00
7490             1      6.250000e-01
7491             1      1.000000e-01
7492             1      3.666667e-01
7493             1      0.000000e+00
7494            -1      0.000000e+00
7495             1      0.000000e+00
7496             1      0.000000e+00
7497            -1      0.000000e+00
7498            -1      4.000000e-01
7499            -1      0.000000e+00
7500             1      0.000000e+00
7501            -1      2.750000e-01
7502            -1      0.000000e+00
7503            -1      6.250000e-01
7504             1      1.250000e-01
7505            -1      0.000000e+00
7506            -1     -1.666667e-01
7507            -1      0.000000e+00
7508             1      0.000000e+00
7509            -1      0.000000e+00
7510             1      0.000000e+00
7511             1      1.000000e-01
7512             1      1.000000e-01
7513             1      8.000000e-01
7514             1      0.000000e+00
7515            -1      0.000000e+00
7516            -1      6.000000e-01
7517             1      1.000000e-01
7518            -1     -2.833333e-01
7519            -1      0.000000e+00
7520            -1      0.000000e+00
7521            -1      0.000000e+00
7522            -1      0.000000e+00
7523             1      0.000000e+00
7524            -1      0.000000e+00
7525             1      1.000000e+00
7526            -1      0.000000e+00
7527             1      0.000000e+00
7528             1      4.000000e-01
7529             1      0.000000e+00
7530            -1     -8.250000e-01
7531            -1     -1.250000e-01
7532             1      0.000000e+00
7533             1      4.000000e-01
7534             1      0.000000e+00
7535            -1     -1.250000e-01
7536             1     -1.500000e-01
7537            -1      0.000000e+00
7538             1      0.000000e+00
7539             1      3.500000e-01
7540             1      0.000000e+00
7541             1      0.000000e+00
7542             1      0.000000e+00
7543            -1      3.750000e-01
7544             1      0.000000e+00
7545            -1      1.071429e-01
7546            -1     -5.500000e-01
7547             1      8.849206e-02
7548             1      0.000000e+00
7549             1      0.000000e+00
7550             1      0.000000e+00
7551            -1      0.000000e+00
7552             1      2.000000e-01
7553            -1      0.000000e+00
7554            -1      0.000000e+00
7555             1      1.121212e-01
7556             1     -1.062500e-01
7557             1      0.000000e+00
7558             1      0.000000e+00
7559             1      3.750000e-01
7560            -1     -2.500000e-01
7561             1      0.000000e+00
7562            -1      0.000000e+00
7563            -1      3.333333e-02
7564            -1      0.000000e+00
7565             1     -9.595960e-03
7566             1      0.000000e+00
7567            -1      0.000000e+00
7568             1      0.000000e+00
7569            -1      1.250000e-01
7570             1      3.452381e-01
7571             1      0.000000e+00
7572             1      0.000000e+00
7573             1      0.000000e+00
7574            -1      0.000000e+00
7575             1      0.000000e+00
7576            -1      0.000000e+00
7577            -1      0.000000e+00
7578             1      0.000000e+00
7579             1      0.000000e+00
7580            -1     -3.000000e-01
7581            -1      0.000000e+00
7582             1      0.000000e+00
7583             1      0.000000e+00
7584             1      0.000000e+00
7585            -1     -6.083333e-01
7586             1      1.444444e-01
7587            -1     -2.000000e-01
7588             1      5.000000e-01
7589             1      0.000000e+00
7590             1      1.363636e-01
7591             1      1.363636e-01
7592            -1      1.250000e-01
7593             1      0.000000e+00
7594             1      0.000000e+00
7595             1      0.000000e+00
7596             1      0.000000e+00
7597            -1     -1.000000e+00
7598             1      0.000000e+00
7599             1      0.000000e+00
7600             1     -3.333333e-01
7601            -1      0.000000e+00
7602             1     -1.590909e-02
7603             1      0.000000e+00
7604             1      0.000000e+00
7605             1      0.000000e+00
7606            -1      2.000000e-01
7607             1      3.906250e-01
7608            -1      0.000000e+00
7609            -1      0.000000e+00
7610             1      3.500000e-01
7611             1      0.000000e+00
7612             1      0.000000e+00
7613            -1      7.000000e-01
7614            -1      5.500000e-01
7615             1     -3.645833e-01
7616             1      8.000000e-01
7617            -1      5.551115e-17
7618             1     -6.250000e-01
7619             1     -6.250000e-01
7620            -1      0.000000e+00
7621            -1      0.000000e+00
7622             1      0.000000e+00
7623             1      0.000000e+00
7624             1      1.363636e-01
7625             1      0.000000e+00
7626             1      1.363636e-01
7627            -1     -1.071429e-01
7628            -1      3.630952e-01
7629             1      0.000000e+00
7630            -1      0.000000e+00
7631             1      4.000000e-01
7632             1      4.000000e-01
7633             1      0.000000e+00
7634            -1      5.000000e-02
7635            -1      0.000000e+00
7636            -1      0.000000e+00
7637             1      1.363636e-01
7638            -1      0.000000e+00
7639             1      0.000000e+00
7640            -1      2.000000e-01
7641            -1     -3.000000e-01
7642            -1      6.000000e-01
7643             1      0.000000e+00
7644             1      0.000000e+00
7645             1      0.000000e+00
7646            -1     -3.888889e-01
7647             1      0.000000e+00
7648            -1      0.000000e+00
7649             1      0.000000e+00
7650             1      1.535714e-01
7651            -1      1.363636e-01
7652             1      0.000000e+00
7653            -1     -3.888889e-01
7654            -1     -3.125000e-01
7655             1      0.000000e+00
7656             1      8.000000e-01
7657            -1      1.000000e+00
7658             1      1.000000e-01
7659            -1      1.250000e-01
7660             1      0.000000e+00
7661            -1      0.000000e+00
7662            -1     -3.888889e-01
7663            -1      0.000000e+00
7664             1      0.000000e+00
7665            -1     -3.888889e-01
7666             1      0.000000e+00
7667            -1     -3.000000e-01
7668             1      0.000000e+00
7669            -1      4.666667e-01
7670            -1      0.000000e+00
7671            -1      0.000000e+00
7672            -1     -6.250000e-01
7673            -1      1.000000e-01
7674            -1      2.500000e-01
7675             1      0.000000e+00
7676            -1      0.000000e+00
7677             1      0.000000e+00
7678            -1     -1.000000e+00
7679            -1      0.000000e+00
7680            -1     -3.888889e-01
7681             1      0.000000e+00
7682            -1      2.000000e-01
7683            -1      0.000000e+00
7684             1      0.000000e+00
7685            -1     -3.888889e-01
7686             1      0.000000e+00
7687             1      0.000000e+00
7688             1      0.000000e+00
7689            -1      0.000000e+00
7690            -1      2.000000e-01
7691             1      5.000000e-01
7692             1      0.000000e+00
 [ reached 'max' / getOption("max.print") -- omitted 359973 rows ]
# columns with no tweets
stock_notweet <- data |>
  filter(is.na(TEXTBLOB_POLARITY)) |>
  filter(X == '') |>
  rename(
    stock = TWEET,
    date = STOCK,
    last_price = DATE,
    x1_day_return = LAST_PRICE,
    x2_day_return = X1_DAY_RETURN,
    x3_day_return = X2_DAY_RETURN,
    x7_day_return = X3_DAY_RETURN,
    px_volume = X7_DAY_RETURN,
    volatility_10d = PX_VOLUME,
    volatility_30d = VOLATILITY_10D,
    lstm_polarity = VOLATILITY_30D,
    textblob_polarity = LSTM_POLARITY
  )
stock_notweet <- tibble::rowid_to_column(stock_notweet, "index")
stock_notweet
     index X            stock       date        last_price x1_day_return
1        1             Amazon 31/01/2017            823.48  0.0083790742
2        2             Amazon 31/01/2017            823.48  0.0083790742
3        3             Disney 31/01/2017            110.65  0.0026208766
4        4           Facebook 31/01/2017            130.32  0.0050644567
5        5               eBay 31/01/2017             31.83  0.0106817468
6        6               eBay 31/01/2017             31.83  0.0106817468
7        7            Reuters 31/01/2017           49.3887 -0.0026767256
8        8             Amazon 31/01/2017            823.48  0.0083790742
9        9                CBS 31/01/2017             64.49 -0.0013955652
10      10               eBay 31/01/2017             31.83  0.0106817468
11      11           Facebook 31/01/2017            130.32  0.0050644567
12      12            Netflix 31/01/2017            140.71  0.0036244759
13      13              Apple 31/01/2017            121.35  0.0023073754
14      14               eBay 31/01/2017             31.83  0.0106817468
15      15             Amazon 31/01/2017            823.48  0.0083790742
16      16            Reuters 31/01/2017           49.3887 -0.0026767256
17      17               eBay 31/01/2017             31.83  0.0106817468
18      18      Deutsche Bank 31/01/2017            17.776  0.0100472547
19      19          Starbucks 31/01/2017             55.22  0.0123143788
20      20               eBay 31/01/2017             31.83  0.0106817468
21      21              Pepsi 31/01/2017            103.78 -0.0008672191
22      22             Amazon 31/01/2017            823.48  0.0083790742
23      23             Disney 31/01/2017            110.65  0.0026208766
24      24               HSBC 31/01/2017             676.4  0.0053222945
25      25          Starbucks 31/01/2017             55.22  0.0123143788
26      26               eBay 31/01/2017             31.83  0.0106817468
27      27             Amazon 31/01/2017            823.48  0.0083790742
28      28     Morgan Stanley 31/01/2017             42.49  0.0148270181
29      29         McDonald's 31/01/2017            122.57  0.0036713715
30      30               eBay 31/01/2017             31.83  0.0106817468
31      31              Pepsi 31/01/2017            103.78 -0.0008672191
32      32             Amazon 31/01/2017            823.48  0.0083790742
33      33             Amazon 31/01/2017            823.48  0.0083790742
34      34            Reuters 31/01/2017           49.3887 -0.0026767256
35      35             Disney 31/01/2017            110.65  0.0026208766
36      36              Tesco 31/01/2017             194.6  0.0164439877
37      37               eBay 31/01/2017             31.83  0.0106817468
38      38               eBay 31/01/2017             31.83  0.0106817468
39      39               eBay 31/01/2017             31.83  0.0106817468
40      40          Starbucks 31/01/2017             55.22  0.0123143788
41      41             Amazon 31/01/2017            823.48  0.0083790742
42      42            Reuters 31/01/2017           49.3887 -0.0026767256
43      43            Reuters 31/01/2017           49.3887 -0.0026767256
44      44               eBay 31/01/2017             31.83  0.0106817468
45      45            easyJet 31/01/2017             950.0  0.0136842105
46      46            Reuters 31/01/2017           49.3887 -0.0026767256
47      47               HSBC 31/01/2017             676.4  0.0053222945
48      48            Reuters 31/01/2017           49.3887 -0.0026767256
49      49   General Electric 31/01/2017           28.5492  0.0087533101
50      50               eBay 31/01/2017             31.83  0.0106817468
51      51            Netflix 31/01/2017            140.71  0.0036244759
52      52          Starbucks 31/01/2017             55.22  0.0123143788
53      53            Reuters 31/01/2017           49.3887 -0.0026767256
54      54          Starbucks 31/01/2017             55.22  0.0123143788
55      55               eBay 31/01/2017             31.83  0.0106817468
56      56            Reuters 31/01/2017           49.3887 -0.0026767256
57      57               eBay 31/01/2017             31.83  0.0106817468
58      58               eBay 31/01/2017             31.83  0.0106817468
59      59               eBay 31/01/2017             31.83  0.0106817468
60      60               eBay 31/01/2017             31.83  0.0106817468
61      61               eBay 31/01/2017             31.83  0.0106817468
62      62          Starbucks 31/01/2017             55.22  0.0123143788
63      63            easyJet 31/01/2017             950.0  0.0136842105
64      64               eBay 31/01/2017             31.83  0.0106817468
65      65               eBay 31/01/2017             31.83  0.0106817468
66      66            Reuters 31/01/2017           49.3887 -0.0026767256
67      67               eBay 31/01/2017             31.83  0.0106817468
68      68             Amazon 31/01/2017            823.48  0.0083790742
69      69               HSBC 31/01/2017             676.4  0.0053222945
70      70               eBay 31/01/2017             31.83  0.0106817468
71      71            Reuters 31/01/2017           49.3887 -0.0026767256
72      72               eBay 31/01/2017             31.83  0.0106817468
73      73               eBay 31/01/2017             31.83  0.0106817468
74      74            Netflix 31/01/2017            140.71  0.0036244759
75      75              FedEx 31/01/2017            189.11  0.0218920205
76      76               eBay 31/01/2017             31.83  0.0106817468
77      77                 BP 31/01/2017            472.85  0.0067674738
78      78               eBay 31/01/2017             31.83  0.0106817468
79      79               HSBC 31/01/2017             676.4  0.0053222945
80      80              Tesco 31/01/2017             194.6  0.0164439877
81      81               eBay 31/01/2017             31.83  0.0106817468
82      82               eBay 31/01/2017             31.83  0.0106817468
83      83               eBay 31/01/2017             31.83  0.0106817468
84      84               eBay 31/01/2017             31.83  0.0106817468
85      85          Starbucks 31/01/2017             55.22  0.0123143788
86      86                 HP 31/01/2017             15.05 -0.0139534884
87      87              Tesco 31/01/2017             194.6  0.0164439877
88      88          Starbucks 31/01/2017             55.22  0.0123143788
89      89               eBay 31/01/2017             31.83  0.0106817468
90      90               eBay 31/01/2017             31.83  0.0106817468
91      91            Reuters 31/01/2017           49.3887 -0.0026767256
92      92              Bayer 31/01/2017           101.104  0.0168242602
93      93            Reuters 31/01/2017           49.3887 -0.0026767256
94      94               eBay 31/01/2017             31.83  0.0106817468
95      95            Reuters 31/01/2017           49.3887 -0.0026767256
96      96               eBay 31/01/2017             31.83  0.0106817468
97      97             Amazon 31/01/2017            823.48  0.0083790742
98      98             Amazon 31/01/2017            823.48  0.0083790742
99      99               eBay 31/01/2017             31.83  0.0106817468
100    100               eBay 31/01/2017             31.83  0.0106817468
101    101          Starbucks 31/01/2017             55.22  0.0123143788
102    102            Netflix 31/01/2017            140.71  0.0036244759
103    103            Reuters 31/01/2017           49.3887 -0.0026767256
104    104          Starbucks 31/01/2017             55.22  0.0123143788
105    105          Microsoft 31/01/2017             64.65  0.0074245940
106    106             Disney 31/01/2017            110.65  0.0026208766
107    107             Amazon 31/01/2017            823.48  0.0083790742
108    108             Oracle 31/01/2017             40.11  0.0029917726
109    109             Disney 31/01/2017            110.65  0.0026208766
110    110               Nike 31/01/2017              52.9  0.0034026465
111    111          Starbucks 31/01/2017             55.22  0.0123143788
112    112             Disney 31/01/2017            110.65  0.0026208766
113    113               eBay 31/01/2017             31.83  0.0106817468
114    114      Deutsche Bank 31/01/2017            17.776  0.0100472547
115    115               eBay 31/01/2017             31.83  0.0106817468
116    116             Amazon 31/01/2017            823.48  0.0083790742
117    117              Apple 31/01/2017            121.35  0.0023073754
118    118           Facebook 31/01/2017            130.32  0.0050644567
119    119               eBay 31/01/2017             31.83  0.0106817468
120    120               eBay 31/01/2017             31.83  0.0106817468
121    121             Disney 31/01/2017            110.65  0.0026208766
122    122            Reuters 31/01/2017           49.3887 -0.0026767256
123    123               eBay 31/01/2017             31.83  0.0106817468
124    124             Disney 31/01/2017            110.65  0.0026208766
125    125               Visa 31/01/2017             82.71  0.0119695321
126    126          Starbucks 31/01/2017             55.22  0.0123143788
127    127             Amazon 31/01/2017            823.48  0.0083790742
128    128             Disney 31/01/2017            110.65  0.0026208766
129    129               eBay 31/01/2017             31.83  0.0106817468
130    130             Amazon 31/01/2017            823.48  0.0083790742
131    131               eBay 31/01/2017             31.83  0.0106817468
132    132          Starbucks 31/01/2017             55.22  0.0123143788
133    133             Google 31/01/2017            820.19  0.0044379961
134    134               eBay 31/01/2017             31.83  0.0106817468
135    135             Amazon 31/01/2017            823.48  0.0083790742
136    136             Amazon 31/01/2017            823.48  0.0083790742
137    137             Amazon 31/01/2017            823.48  0.0083790742
138    138             Disney 31/01/2017            110.65  0.0026208766
139    139            Reuters 31/01/2017           49.3887 -0.0026767256
140    140          Starbucks 31/01/2017             55.22  0.0123143788
141    141             Amazon 31/01/2017            823.48  0.0083790742
142    142            Reuters 31/01/2017           49.3887 -0.0026767256
143    143         Volkswagen 31/01/2017            144.65  0.0056619426
144    144               eBay 31/01/2017             31.83  0.0106817468
145    145          Starbucks 31/01/2017             55.22  0.0123143788
146    146            Ryanair 31/01/2017             14.35  0.0090592334
147    147            Netflix 31/01/2017            140.71  0.0036244759
148    148            Reuters 31/01/2017           49.3887 -0.0026767256
149    149            Reuters 31/01/2017           49.3887 -0.0026767256
150    150          Starbucks 31/01/2017             55.22  0.0123143788
151    151             Amazon 31/01/2017            823.48  0.0083790742
152    152               eBay 31/01/2017             31.83  0.0106817468
153    153              Pepsi 31/01/2017            103.78 -0.0008672191
154    154            Reuters 31/01/2017           49.3887 -0.0026767256
155    155               eBay 31/01/2017             31.83  0.0106817468
156    156          Starbucks 31/01/2017             55.22  0.0123143788
157    157             Google 31/01/2017            820.19  0.0044379961
158    158            Reuters 31/01/2017           49.3887 -0.0026767256
159    159              Exxon 31/01/2017             83.89  0.0115627608
160    160               eBay 31/01/2017             31.83  0.0106817468
161    161               eBay 31/01/2017             31.83  0.0106817468
162    162          Starbucks 31/01/2017             55.22  0.0123143788
163    163          Starbucks 31/01/2017             55.22  0.0123143788
164    164             Amazon 31/01/2017            823.48  0.0083790742
165    165          Starbucks 31/01/2017             55.22  0.0123143788
166    166          Microsoft 31/01/2017             64.65  0.0074245940
167    167               eBay 31/01/2017             31.83  0.0106817468
168    168            Reuters 31/01/2017           49.3887 -0.0026767256
169    169               Audi 31/01/2017             677.0  0.0012983752
170    170            Reuters 31/01/2017           49.3887 -0.0026767256
171    171          Starbucks 31/01/2017             55.22  0.0123143788
172    172           Facebook 31/01/2017            130.32  0.0050644567
173    173            Netflix 31/01/2017            140.71  0.0036244759
174    174               eBay 31/01/2017             31.83  0.0106817468
175    175                BMW 31/01/2017 84.40799999999999  0.0251161027
176    176             Amazon 31/01/2017            823.48  0.0083790742
177    177               eBay 31/01/2017             31.83  0.0106817468
178    178             Disney 31/01/2017            110.65  0.0026208766
179    179          Starbucks 31/01/2017             55.22  0.0123143788
180    180               eBay 31/01/2017             31.83  0.0106817468
181    181             Amazon 31/01/2017            823.48  0.0083790742
182    182            Reuters 31/01/2017           49.3887 -0.0026767256
183    183             Amazon 31/01/2017            823.48  0.0083790742
184    184          Starbucks 31/01/2017             55.22  0.0123143788
185    185             Amazon 31/01/2017            823.48  0.0083790742
186    186          Starbucks 31/01/2017             55.22  0.0123143788
187    187          Starbucks 31/01/2017             55.22  0.0123143788
188    188              Pepsi 31/01/2017            103.78 -0.0008672191
189    189            L'Oreal 31/01/2017             181.1  0.0038652678
190    190             Kroger 31/01/2017             33.96 -0.0106007067
191    191            Reuters 31/01/2017           49.3887 -0.0026767256
192    192               eBay 31/01/2017             31.83  0.0106817468
193    193            Reuters 31/01/2017           49.3887 -0.0026767256
194    194             Google 31/01/2017            820.19  0.0044379961
195    195               AT&T 31/01/2017             42.16 -0.0080645161
196    196             Google 31/01/2017            820.19  0.0044379961
197    197          Starbucks 31/01/2017             55.22  0.0123143788
198    198              Apple 31/01/2017            121.35  0.0023073754
199    199          Starbucks 31/01/2017             55.22  0.0123143788
200    200               eBay 31/01/2017             31.83  0.0106817468
201    201               Nike 31/01/2017              52.9  0.0034026465
202    202               eBay 31/01/2017             31.83  0.0106817468
203    203            Reuters 31/01/2017           49.3887 -0.0026767256
204    204               eBay 31/01/2017             31.83  0.0106817468
205    205             Amazon 31/01/2017            823.48  0.0083790742
206    206            Hyundai 31/01/2017          139500.0  0.0215053763
207    207               Audi 31/01/2017             677.0  0.0012983752
208    208             Amazon 31/01/2017            823.48  0.0083790742
209    209            Reuters 31/01/2017           49.3887 -0.0026767256
210    210               eBay 31/01/2017             31.83  0.0106817468
211    211               eBay 31/01/2017             31.83  0.0106817468
212    212             Amazon 31/01/2017            823.48  0.0083790742
213    213             Google 31/01/2017            820.19  0.0044379961
214    214               eBay 31/01/2017             31.83  0.0106817468
215    215               eBay 31/01/2017             31.83  0.0106817468
216    216             Amazon 31/01/2017            823.48  0.0083790742
217    217               eBay 31/01/2017             31.83  0.0106817468
218    218             Amazon 31/01/2017            823.48  0.0083790742
219    219              Yahoo 31/01/2017              4.21  0.0000000000
220    220               eBay 31/01/2017             31.83  0.0106817468
221    221          Starbucks 31/01/2017             55.22  0.0123143788
222    222          Starbucks 31/01/2017             55.22  0.0123143788
223    223             Kroger 31/01/2017             33.96 -0.0106007067
224    224          Starbucks 31/01/2017             55.22  0.0123143788
225    225            Reuters 31/01/2017           49.3887 -0.0026767256
226    226               eBay 31/01/2017             31.83  0.0106817468
227    227     salesforce.com 31/01/2017              79.1 -0.0049304678
228    228             Amazon 31/01/2017            823.48  0.0083790742
229    229            Reuters 31/01/2017           49.3887 -0.0026767256
230    230          Starbucks 31/01/2017             55.22  0.0123143788
231    231          Starbucks 31/01/2017             55.22  0.0123143788
232    232          Starbucks 31/01/2017             55.22  0.0123143788
233    233          Starbucks 31/01/2017             55.22  0.0123143788
234    234             Amazon 31/01/2017            823.48  0.0083790742
235    235             Disney 31/01/2017            110.65  0.0026208766
236    236           Facebook 31/01/2017            130.32  0.0050644567
237    237               eBay 31/01/2017             31.83  0.0106817468
238    238             Disney 31/01/2017            110.65  0.0026208766
239    239            Reuters 31/01/2017           49.3887 -0.0026767256
240    240            Reuters 31/01/2017           49.3887 -0.0026767256
241    241            Reuters 31/01/2017           49.3887 -0.0026767256
242    242               eBay 31/01/2017             31.83  0.0106817468
243    243          Starbucks 31/01/2017             55.22  0.0123143788
244    244             Amazon 31/01/2017            823.48  0.0083790742
245    245             Toyota 31/01/2017            6584.0  0.0183778858
246    246               eBay 31/01/2017             31.83  0.0106817468
247    247             Amazon 31/01/2017            823.48  0.0083790742
248    248            Netflix 31/01/2017            140.71  0.0036244759
249    249               eBay 31/01/2017             31.83  0.0106817468
250    250            Reuters 31/01/2017           49.3887 -0.0026767256
251    251            Reuters 31/01/2017           49.3887 -0.0026767256
252    252               eBay 31/01/2017             31.83  0.0106817468
253    253               eBay 31/01/2017             31.83  0.0106817468
254    254             Amazon 31/01/2017            823.48  0.0083790742
255    255          Starbucks 31/01/2017             55.22  0.0123143788
256    256               eBay 31/01/2017             31.83  0.0106817468
257    257          Starbucks 31/01/2017             55.22  0.0123143788
258    258         Volkswagen 31/01/2017            144.65  0.0056619426
259    259               eBay 31/01/2017             31.83  0.0106817468
260    260               AT&T 31/01/2017             42.16 -0.0080645161
261    261                SAP 31/01/2017            84.587  0.0090912315
262    262          Starbucks 31/01/2017             55.22  0.0123143788
263    263         McDonald's 31/01/2017            122.57  0.0036713715
264    264             Google 31/01/2017            820.19  0.0044379961
265    265                H&M 31/01/2017             26.59  0.0000000000
266    266               Nike 31/01/2017              52.9  0.0034026465
267    267             Disney 31/01/2017            110.65  0.0026208766
268    268               eBay 31/01/2017             31.83  0.0106817468
269    269            easyJet 31/01/2017             950.0  0.0136842105
270    270            Netflix 31/01/2017            140.71  0.0036244759
271    271               eBay 31/01/2017             31.83  0.0106817468
272    272          Starbucks 31/01/2017             55.22  0.0123143788
273    273             Amazon 31/01/2017            823.48  0.0083790742
274    274          Starbucks 31/01/2017             55.22  0.0123143788
275    275            Reuters 31/01/2017           49.3887 -0.0026767256
276    276             Amazon 31/01/2017            823.48  0.0083790742
277    277              FedEx 31/01/2017            189.11  0.0218920205
278    278      Deutsche Bank 31/01/2017            17.776  0.0100472547
279    279               eBay 31/01/2017             31.83  0.0106817468
280    280            Reuters 31/01/2017           49.3887 -0.0026767256
281    281               eBay 31/01/2017             31.83  0.0106817468
282    282              Shell 31/01/2017            2147.5  0.0030267753
283    283               eBay 31/01/2017             31.83  0.0106817468
284    284             Amazon 31/01/2017            823.48  0.0083790742
285    285             Disney 31/01/2017            110.65  0.0026208766
286    286            Netflix 31/01/2017            140.71  0.0036244759
287    287               eBay 31/01/2017             31.83  0.0106817468
288    288             Disney 31/01/2017            110.65  0.0026208766
289    289               eBay 31/01/2017             31.83  0.0106817468
290    290           Facebook 31/01/2017            130.32  0.0050644567
291    291            Reuters 31/01/2017           49.3887 -0.0026767256
292    292                CBS 31/01/2017             64.49 -0.0013955652
293    293               eBay 31/01/2017             31.83  0.0106817468
294    294          Starbucks 31/01/2017             55.22  0.0123143788
295    295            Walmart 31/01/2017             66.74 -0.0047947258
296    296            Reuters 31/01/2017           49.3887 -0.0026767256
297    297               eBay 31/01/2017             31.83  0.0106817468
298    298               eBay 31/01/2017             31.83  0.0106817468
299    299               eBay 31/01/2017             31.83  0.0106817468
300    300               eBay 31/01/2017             31.83  0.0106817468
301    301                CBS 31/01/2017             64.49 -0.0013955652
302    302             Disney 31/01/2017            110.65  0.0026208766
303    303              Pepsi 31/01/2017            103.78 -0.0008672191
304    304            Reuters 31/01/2017           49.3887 -0.0026767256
305    305               eBay 31/01/2017             31.83  0.0106817468
306    306               eBay 31/01/2017             31.83  0.0106817468
307    307            Netflix 31/01/2017            140.71  0.0036244759
308    308            Reuters 31/01/2017           49.3887 -0.0026767256
309    309               eBay 31/01/2017             31.83  0.0106817468
310    310             Disney 31/01/2017            110.65  0.0026208766
311    311          Starbucks 31/01/2017             55.22  0.0123143788
312    312          Starbucks 31/01/2017             55.22  0.0123143788
313    313          Starbucks 31/01/2017             55.22  0.0123143788
314    314             Google 31/01/2017            820.19  0.0044379961
315    315          Starbucks 31/01/2017             55.22  0.0123143788
316    316           Facebook 31/01/2017            130.32  0.0050644567
317    317               eBay 31/01/2017             31.83  0.0106817468
318    318               eBay 31/01/2017             31.83  0.0106817468
319    319            Reuters 31/01/2017           49.3887 -0.0026767256
320    320               eBay 31/01/2017             31.83  0.0106817468
321    321             Amazon 31/01/2017            823.48  0.0083790742
322    322          Starbucks 31/01/2017             55.22  0.0123143788
323    323               ASOS 31/01/2017            5266.0 -0.0125332321
324    324             Amazon 31/01/2017            823.48  0.0083790742
325    325             Google 31/01/2017            820.19  0.0044379961
326    326          Starbucks 31/01/2017             55.22  0.0123143788
327    327              Tesco 31/01/2017             194.6  0.0164439877
328    328               eBay 31/01/2017             31.83  0.0106817468
329    329               eBay 31/01/2017             31.83  0.0106817468
330    330              Pepsi 31/01/2017            103.78 -0.0008672191
331    331               eBay 31/01/2017             31.83  0.0106817468
332    332               eBay 31/01/2017             31.83  0.0106817468
333    333               Nike 31/01/2017              52.9  0.0034026465
334    334             Amazon 31/01/2017            823.48  0.0083790742
335    335            Netflix 31/01/2017            140.71  0.0036244759
336    336              Pepsi 31/01/2017            103.78 -0.0008672191
337    337             Amazon 31/01/2017            823.48  0.0083790742
338    338               eBay 31/01/2017             31.83  0.0106817468
339    339            Reuters 31/01/2017           49.3887 -0.0026767256
340    340             Amazon 31/01/2017            823.48  0.0083790742
341    341               eBay 31/01/2017             31.83  0.0106817468
342    342              Pepsi 31/01/2017            103.78 -0.0008672191
343    343            Reuters 31/01/2017           49.3887 -0.0026767256
344    344          Starbucks 31/01/2017             55.22  0.0123143788
345    345              Tesco 31/01/2017             194.6  0.0164439877
346    346                CBS 31/01/2017             64.49 -0.0013955652
347    347            Netflix 31/01/2017            140.71  0.0036244759
348    348          Starbucks 31/01/2017             55.22  0.0123143788
349    349          Starbucks 31/01/2017             55.22  0.0123143788
350    350               eBay 31/01/2017             31.83  0.0106817468
351    351            Reuters 31/01/2017           49.3887 -0.0026767256
352    352             Amazon 31/01/2017            823.48  0.0083790742
353    353            Walmart 31/01/2017             66.74 -0.0047947258
354    354               eBay 31/01/2017             31.83  0.0106817468
355    355          Starbucks 31/01/2017             55.22  0.0123143788
356    356             Amazon 31/01/2017            823.48  0.0083790742
357    357   General Electric 31/01/2017           28.5492  0.0087533101
358    358               eBay 31/01/2017             31.83  0.0106817468
359    359            Reuters 31/01/2017           49.3887 -0.0026767256
360    360               eBay 31/01/2017             31.83  0.0106817468
361    361               eBay 31/01/2017             31.83  0.0106817468
362    362               eBay 31/01/2017             31.83  0.0106817468
363    363              Pepsi 31/01/2017            103.78 -0.0008672191
364    364             Amazon 31/01/2017            823.48  0.0083790742
365    365             Amazon 31/01/2017            823.48  0.0083790742
366    366          Starbucks 31/01/2017             55.22  0.0123143788
367    367               eBay 31/01/2017             31.83  0.0106817468
368    368             Amazon 31/01/2017            823.48  0.0083790742
369    369               eBay 31/01/2017             31.83  0.0106817468
370    370            Netflix 31/01/2017            140.71  0.0036244759
371    371               eBay 31/01/2017             31.83  0.0106817468
372    372             Amazon 31/01/2017            823.48  0.0083790742
373    373             Google 31/01/2017            820.19  0.0044379961
374    374               eBay 31/01/2017             31.83  0.0106817468
375    375            Walmart 31/01/2017             66.74 -0.0047947258
376    376             Amazon 31/01/2017            823.48  0.0083790742
377    377               eBay 31/01/2017             31.83  0.0106817468
378    378               eBay 31/01/2017             31.83  0.0106817468
379    379          Starbucks 31/01/2017             55.22  0.0123143788
380    380             Amazon 31/01/2017            823.48  0.0083790742
381    381             Nissan 31/01/2017            1119.0  0.0147453083
382    382               eBay 31/01/2017             31.83  0.0106817468
383    383              Pepsi 31/01/2017            103.78 -0.0008672191
384    384     salesforce.com 31/01/2017              79.1 -0.0049304678
385    385               eBay 31/01/2017             31.83  0.0106817468
386    386            Reuters 31/01/2017           49.3887 -0.0026767256
387    387            Reuters 31/01/2017           49.3887 -0.0026767256
388    388                SAP 31/01/2017            84.587  0.0090912315
389    389               eBay 31/01/2017             31.83  0.0106817468
390    390            Reuters 31/01/2017           49.3887 -0.0026767256
391    391               eBay 31/01/2017             31.83  0.0106817468
392    392               AT&T 31/01/2017             42.16 -0.0080645161
393    393             Disney 31/01/2017            110.65  0.0026208766
394    394               eBay 31/01/2017             31.83  0.0106817468
395    395               eBay 31/01/2017             31.83  0.0106817468
396    396          Starbucks 31/01/2017             55.22  0.0123143788
397    397                BMW 31/01/2017 84.40799999999999  0.0251161027
398    398            Reuters 31/01/2017           49.3887 -0.0026767256
399    399            Reuters 31/01/2017           49.3887 -0.0026767256
400    400               Ford 31/01/2017             12.36  0.0008090615
401    401             Amazon 31/01/2017            823.48  0.0083790742
402    402               eBay 31/01/2017             31.83  0.0106817468
403    403          Starbucks 31/01/2017             55.22  0.0123143788
404    404               eBay 31/01/2017             31.83  0.0106817468
405    405            Reuters 31/01/2017           49.3887 -0.0026767256
406    406            Reuters 31/01/2017           49.3887 -0.0026767256
407    407               Nike 31/01/2017              52.9  0.0034026465
408    408               Audi 31/01/2017             677.0  0.0012983752
409    409            Reuters 31/01/2017           49.3887 -0.0026767256
410    410          Starbucks 31/01/2017             55.22  0.0123143788
411    411          Starbucks 31/01/2017             55.22  0.0123143788
412    412               eBay 31/01/2017             31.83  0.0106817468
413    413               eBay 31/01/2017             31.83  0.0106817468
414    414         McDonald's 31/01/2017            122.57  0.0036713715
415    415               AT&T 31/01/2017             42.16 -0.0080645161
416    416          Starbucks 31/01/2017             55.22  0.0123143788
417    417               eBay 31/01/2017             31.83  0.0106817468
418    418                CBS 31/01/2017             64.49 -0.0013955652
419    419            Netflix 31/01/2017            140.71  0.0036244759
420    420               eBay 31/01/2017             31.83  0.0106817468
421    421             Google 31/01/2017            820.19  0.0044379961
422    422            Reuters 31/01/2017           49.3887 -0.0026767256
423    423               eBay 31/01/2017             31.83  0.0106817468
424    424               eBay 31/01/2017             31.83  0.0106817468
425    425            Reuters 31/01/2017           49.3887 -0.0026767256
426    426               eBay 31/01/2017             31.83  0.0106817468
427    427               eBay 31/01/2017             31.83  0.0106817468
428    428          Starbucks 31/01/2017             55.22  0.0123143788
429    429             Amazon 31/01/2017            823.48  0.0083790742
430    430             Amazon 31/01/2017            823.48  0.0083790742
431    431               eBay 31/01/2017             31.83  0.0106817468
432    432          Starbucks 31/01/2017             55.22  0.0123143788
433    433            Reuters 31/01/2017           49.3887 -0.0026767256
434    434          Starbucks 31/01/2017             55.22  0.0123143788
435    435               ASOS 31/01/2017            5266.0 -0.0125332321
436    436            Verizon 31/01/2017             49.01  0.0073454397
437    437               eBay 31/01/2017             31.83  0.0106817468
438    438               Next 31/01/2017            3830.0  0.0146214099
439    439          Starbucks 31/01/2017             55.22  0.0123143788
440    440            Walmart 31/01/2017             66.74 -0.0047947258
441    441            Verizon 31/01/2017             49.01  0.0073454397
442    442          Starbucks 31/01/2017             55.22  0.0123143788
443    443     Morgan Stanley 31/01/2017             42.49  0.0148270181
444    444               eBay 31/01/2017             31.83  0.0106817468
445    445            Reuters 31/01/2017           49.3887 -0.0026767256
446    446              Intel 31/01/2017             36.82  0.0162954916
447    447             Amazon 31/01/2017            823.48  0.0083790742
448    448               eBay 31/01/2017             31.83  0.0106817468
449    449          Starbucks 31/01/2017             55.22  0.0123143788
450    450            Reuters 31/01/2017           49.3887 -0.0026767256
451    451             Google 31/01/2017            820.19  0.0044379961
452    452          Starbucks 31/01/2017             55.22  0.0123143788
453    453             Google 31/01/2017            820.19  0.0044379961
454    454               Nike 31/01/2017              52.9  0.0034026465
455    455             Amazon 31/01/2017            823.48  0.0083790742
456    456               AT&T 31/01/2017             42.16 -0.0080645161
457    457          Starbucks 31/01/2017             55.22  0.0123143788
458    458               eBay 31/01/2017             31.83  0.0106817468
459    459          Starbucks 31/01/2017             55.22  0.0123143788
460    460            Reuters 31/01/2017           49.3887 -0.0026767256
461    461            Reuters 31/01/2017           49.3887 -0.0026767256
462    462              Pepsi 31/01/2017            103.78 -0.0008672191
463    463            Comcast 31/01/2017             37.71 -0.0010607266
464    464               eBay 31/01/2017             31.83  0.0106817468
465    465            Comcast 31/01/2017             37.71 -0.0010607266
466    466            Reuters 31/01/2017           49.3887 -0.0026767256
467    467          Starbucks 31/01/2017             55.22  0.0123143788
468    468               AT&T 31/01/2017             42.16 -0.0080645161
469    469             Amazon 31/01/2017            823.48  0.0083790742
470    470               eBay 31/01/2017             31.83  0.0106817468
471    471               eBay 31/01/2017             31.83  0.0106817468
472    472          Starbucks 31/01/2017             55.22  0.0123143788
473    473             Disney 31/01/2017            110.65  0.0026208766
474    474                BMW 31/01/2017 84.40799999999999  0.0251161027
475    475             Nissan 31/01/2017            1119.0  0.0147453083
476    476             Amazon 31/01/2017            823.48  0.0083790742
477    477               eBay 31/01/2017             31.83  0.0106817468
478    478     salesforce.com 31/01/2017              79.1 -0.0049304678
479    479             Disney 31/01/2017            110.65  0.0026208766
480    480            Reuters 31/01/2017           49.3887 -0.0026767256
481    481          Starbucks 31/01/2017             55.22  0.0123143788
482    482            Expedia 31/01/2017            121.59 -0.0004934616
483    483               eBay 31/01/2017             31.83  0.0106817468
484    484               eBay 31/01/2017             31.83  0.0106817468
485    485                CBS 31/01/2017             64.49 -0.0013955652
486    486          Starbucks 31/01/2017             55.22  0.0123143788
487    487               Nike 31/01/2017              52.9  0.0034026465
488    488          Starbucks 31/01/2017             55.22  0.0123143788
489    489               eBay 31/01/2017             31.83  0.0106817468
490    490          Starbucks 31/01/2017             55.22  0.0123143788
491    491              Honda 31/01/2017            3387.0  0.0289341600
492    492             Nestle 31/01/2017              72.3  0.0013831259
493    493              Pepsi 31/01/2017            103.78 -0.0008672191
494    494             PayPal 31/01/2017             39.78  0.0020110608
495    495          Starbucks 31/01/2017             55.22  0.0123143788
496    496             Amazon 31/01/2017            823.48  0.0083790742
497    497            Reuters 31/01/2017           49.3887 -0.0026767256
498    498            Reuters 31/01/2017           49.3887 -0.0026767256
499    499    Bank of America 31/01/2017             22.64  0.0136925795
500    500             Amazon 31/01/2017            823.48  0.0083790742
501    501               AT&T 31/01/2017             42.16 -0.0080645161
502    502             Disney 31/01/2017            110.65  0.0026208766
503    503               eBay 31/01/2017             31.83  0.0106817468
504    504            Reuters 31/01/2017           49.3887 -0.0026767256
505    505          Starbucks 31/01/2017             55.22  0.0123143788
506    506            Reuters 31/01/2017           49.3887 -0.0026767256
507    507          Starbucks 31/01/2017             55.22  0.0123143788
508    508             Amazon 31/01/2017            823.48  0.0083790742
509    509               Nike 31/01/2017              52.9  0.0034026465
510    510         Volkswagen 31/01/2017            144.65  0.0056619426
511    511           Gillette 31/01/2017            4217.7  0.0016596723
512    512            easyJet 31/01/2017             950.0  0.0136842105
513    513               eBay 31/01/2017             31.83  0.0106817468
514    514             Google 31/01/2017            820.19  0.0044379961
515    515               eBay 31/01/2017             31.83  0.0106817468
516    516          Starbucks 31/01/2017             55.22  0.0123143788
517    517            TMobile 31/01/2017             62.27 -0.0183073711
518    518            Reuters 31/01/2017           49.3887 -0.0026767256
519    519             Amazon 31/01/2017            823.48  0.0083790742
520    520             Amazon 31/01/2017            823.48  0.0083790742
521    521           Facebook 31/01/2017            130.32  0.0050644567
522    522          Starbucks 31/01/2017             55.22  0.0123143788
523    523             Amazon 31/01/2017            823.48  0.0083790742
524    524             Disney 31/01/2017            110.65  0.0026208766
525    525             Disney 31/01/2017            110.65  0.0026208766
526    526            Reuters 31/01/2017           49.3887 -0.0026767256
527    527                CBS 31/01/2017             64.49 -0.0013955652
528    528            Reuters 31/01/2017           49.3887 -0.0026767256
529    529          Starbucks 31/01/2017             55.22  0.0123143788
530    530          Starbucks 31/01/2017             55.22  0.0123143788
531    531            Reuters 31/01/2017           49.3887 -0.0026767256
532    532             Amazon 31/01/2017            823.48  0.0083790742
533    533               Ford 31/01/2017             12.36  0.0008090615
534    534            Reuters 31/01/2017           49.3887 -0.0026767256
535    535     Morgan Stanley 31/01/2017             42.49  0.0148270181
536    536            Reuters 31/01/2017           49.3887 -0.0026767256
537    537          Starbucks 31/01/2017             55.22  0.0123143788
538    538             Disney 31/01/2017            110.65  0.0026208766
539    539               eBay 31/01/2017             31.83  0.0106817468
540    540          Starbucks 31/01/2017             55.22  0.0123143788
541    541   American Express 31/01/2017             76.38  0.0117831893
542    542               eBay 31/01/2017             31.83  0.0106817468
543    543             Disney 31/01/2017            110.65  0.0026208766
544    544             Disney 31/01/2017            110.65  0.0026208766
545    545           Gillette 31/01/2017            4217.7  0.0016596723
546    546             Disney 31/01/2017            110.65  0.0026208766
547    547               eBay 31/01/2017             31.83  0.0106817468
548    548           Facebook 31/01/2017            130.32  0.0050644567
549    549             Disney 31/01/2017            110.65  0.0026208766
550    550            Reuters 31/01/2017           49.3887 -0.0026767256
551    551            Reuters 31/01/2017           49.3887 -0.0026767256
552    552               eBay 31/01/2017             31.83  0.0106817468
553    553            Reuters 31/01/2017           49.3887 -0.0026767256
554    554             Disney 31/01/2017            110.65  0.0026208766
555    555                CBS 31/01/2017             64.49 -0.0013955652
556    556            Netflix 31/01/2017            140.71  0.0036244759
557    557            Reuters 31/01/2017           49.3887 -0.0026767256
558    558             Disney 31/01/2017            110.65  0.0026208766
559    559            Reuters 31/01/2017           49.3887 -0.0026767256
560    560               eBay 31/01/2017             31.83  0.0106817468
561    561             Amazon 31/01/2017            823.48  0.0083790742
562    562              Pepsi 31/01/2017            103.78 -0.0008672191
563    563               eBay 31/01/2017             31.83  0.0106817468
564    564            Reuters 31/01/2017           49.3887 -0.0026767256
565    565            Reuters 31/01/2017           49.3887 -0.0026767256
566    566            Reuters 31/01/2017           49.3887 -0.0026767256
567    567            Reuters 31/01/2017           49.3887 -0.0026767256
568    568            Reuters 31/01/2017           49.3887 -0.0026767256
569    569            Reuters 31/01/2017           49.3887 -0.0026767256
570    570               eBay 31/01/2017             31.83  0.0106817468
571    571            Reuters 31/01/2017           49.3887 -0.0026767256
572    572            Netflix 31/01/2017            140.71  0.0036244759
573    573             Disney 31/01/2017            110.65  0.0026208766
574    574              Tesco 31/01/2017             194.6  0.0164439877
575    575              Tesco 31/01/2017             194.6  0.0164439877
576    576              Tesco 31/01/2017             194.6  0.0164439877
577    577              Tesco 31/01/2017             194.6  0.0164439877
578    578              Tesco 31/01/2017             194.6  0.0164439877
579    579              Tesco 31/01/2017             194.6  0.0164439877
580    580              Tesco 31/01/2017             194.6  0.0164439877
581    581              Tesco 31/01/2017             194.6  0.0164439877
582    582              Tesco 31/01/2017             194.6  0.0164439877
583    583            Reuters 31/01/2017           49.3887 -0.0026767256
584    584               AT&T 31/01/2017             42.16 -0.0080645161
585    585             Google 31/01/2017            820.19  0.0044379961
586    586            Reuters 31/01/2017           49.3887 -0.0026767256
587    587             Amazon 31/01/2017            823.48  0.0083790742
588    588               eBay 31/01/2017             31.83  0.0106817468
589    589               AT&T 31/01/2017             42.16 -0.0080645161
590    590               eBay 31/01/2017             31.83  0.0106817468
591    591             Disney 31/01/2017            110.65  0.0026208766
592    592               eBay 31/01/2017             31.83  0.0106817468
593    593              Adobe 31/01/2017            113.38  0.0038807550
594    594             Amazon 31/01/2017            823.48  0.0083790742
595    595            Netflix 31/01/2017            140.71  0.0036244759
596    596            Netflix 31/01/2017            140.71  0.0036244759
597    597        Wells Fargo 31/01/2017             56.33 -0.0044381324
598    598             Disney 31/01/2017            110.65  0.0026208766
599    599          Starbucks 31/01/2017             55.22  0.0123143788
600    600              FedEx 31/01/2017            189.11  0.0218920205
601    601                CBS 31/01/2017             64.49 -0.0013955652
602    602            Ryanair 31/01/2017             14.35  0.0090592334
603    603            Reuters 31/01/2017           49.3887 -0.0026767256
604    604            Reuters 31/01/2017           49.3887 -0.0026767256
605    605             adidas 31/01/2017             146.4  0.0276024590
606    606         McDonald's 31/01/2017            122.57  0.0036713715
607    607            Reuters 31/01/2017           49.3887 -0.0026767256
608    608          Starbucks 31/01/2017             55.22  0.0123143788
609    609            Reuters 31/01/2017           49.3887 -0.0026767256
610    610               eBay 31/01/2017             31.83  0.0106817468
611    611             Nestle 31/01/2017              72.3  0.0013831259
612    612            Reuters 31/01/2017           49.3887 -0.0026767256
613    613        Wells Fargo 31/01/2017             56.33 -0.0044381324
614    614            Reuters 31/01/2017           49.3887 -0.0026767256
615    615            Reuters 31/01/2017           49.3887 -0.0026767256
616    616        Wells Fargo 31/01/2017             56.33 -0.0044381324
617    617               eBay 31/01/2017             31.83  0.0106817468
618    618    Bank of America 31/01/2017             22.64  0.0136925795
619    619            Reuters 31/01/2017           49.3887 -0.0026767256
620    620        Wells Fargo 31/01/2017             56.33 -0.0044381324
621    621              Adobe 31/01/2017            113.38  0.0038807550
622    622               eBay 31/01/2017             31.83  0.0106817468
623    623            Reuters 31/01/2017           49.3887 -0.0026767256
624    624             Amazon 31/01/2017            823.48  0.0083790742
625    625               eBay 31/01/2017             31.83  0.0106817468
626    626              FedEx 31/01/2017            189.11  0.0218920205
627    627             Amazon 31/01/2017            823.48  0.0083790742
628    628              FedEx 31/01/2017            189.11  0.0218920205
629    629            Reuters 31/01/2017           49.3887 -0.0026767256
630    630            Reuters 31/01/2017           49.3887 -0.0026767256
631    631           Gillette 31/01/2017            4217.7  0.0016596723
632    632             Amazon 31/01/2017            823.48  0.0083790742
633    633            Reuters 31/01/2017           49.3887 -0.0026767256
634    634               eBay 31/01/2017             31.83  0.0106817468
635    635            Reuters 31/01/2017           49.3887 -0.0026767256
636    636               eBay 31/01/2017             31.83  0.0106817468
637    637               eBay 31/01/2017             31.83  0.0106817468
638    638        TripAdvisor 31/01/2017              52.9 -0.0122873346
639    639            Reuters 31/01/2017           49.3887 -0.0026767256
640    640           CocaCola 31/01/2017             41.57 -0.0045706038
641    641            Reuters 31/01/2017           49.3887 -0.0026767256
642    642             adidas 31/01/2017             146.4  0.0276024590
643    643             Amazon 31/01/2017            823.48  0.0083790742
644    644         McDonald's 31/01/2017            122.57  0.0036713715
645    645          Starbucks 31/01/2017             55.22  0.0123143788
646    646            Reuters 31/01/2017           49.3887 -0.0026767256
647    647          Starbucks 31/01/2017             55.22  0.0123143788
648    648               eBay 31/01/2017             31.83  0.0106817468
649    649               AT&T 31/01/2017             42.16 -0.0080645161
650    650             Amazon 31/01/2017            823.48  0.0083790742
651    651               eBay 31/01/2017             31.83  0.0106817468
652    652               eBay 31/01/2017             31.83  0.0106817468
653    653            Reuters 31/01/2017           49.3887 -0.0026767256
654    654         McDonald's 31/01/2017            122.57  0.0036713715
655    655            Netflix 31/01/2017            140.71  0.0036244759
656    656   American Express 31/01/2017             76.38  0.0117831893
657    657               AT&T 31/01/2017             42.16 -0.0080645161
658    658               eBay 31/01/2017             31.83  0.0106817468
659    659               eBay 31/01/2017             31.83  0.0106817468
660    660          Starbucks 31/01/2017             55.22  0.0123143788
661    661               eBay 31/01/2017             31.83  0.0106817468
662    662          Starbucks 31/01/2017             55.22  0.0123143788
663    663              Pepsi 31/01/2017            103.78 -0.0008672191
664    664             adidas 31/01/2017             146.4  0.0276024590
665    665               eBay 31/01/2017             31.83  0.0106817468
666    666            Reuters 31/01/2017           49.3887 -0.0026767256
667    667               eBay 31/01/2017             31.83  0.0106817468
668    668            Reuters 31/01/2017           49.3887 -0.0026767256
669    669            Walmart 31/01/2017             66.74 -0.0047947258
670    670            Reuters 31/01/2017           49.3887 -0.0026767256
671    671            Netflix 31/01/2017            140.71  0.0036244759
672    672            Reuters 31/01/2017           49.3887 -0.0026767256
673    673        Wells Fargo 31/01/2017             56.33 -0.0044381324
674    674          Starbucks 31/01/2017             55.22  0.0123143788
675    675          Starbucks 31/01/2017             55.22  0.0123143788
676    676              Pepsi 31/01/2017            103.78 -0.0008672191
677    677               eBay 31/01/2017             31.83  0.0106817468
678    678             Google 31/01/2017            820.19  0.0044379961
679    679            Reuters 31/01/2017           49.3887 -0.0026767256
680    680            Reuters 31/01/2017           49.3887 -0.0026767256
681    681            Reuters 31/01/2017           49.3887 -0.0026767256
682    682            Reuters 31/01/2017           49.3887 -0.0026767256
683    683          Starbucks 31/01/2017             55.22  0.0123143788
684    684            Reuters 31/01/2017           49.3887 -0.0026767256
685    685          Microsoft 31/01/2017             64.65  0.0074245940
686    686               AT&T 31/01/2017             42.16 -0.0080645161
687    687            Reuters 31/01/2017           49.3887 -0.0026767256
688    688            Reuters 31/01/2017           49.3887 -0.0026767256
689    689             Amazon 31/01/2017            823.48  0.0083790742
690    690             Amazon 31/01/2017            823.48  0.0083790742
691    691              Tesco 31/01/2017             194.6  0.0164439877
692    692            Reuters 31/01/2017           49.3887 -0.0026767256
693    693            Reuters 31/01/2017           49.3887 -0.0026767256
694    694        Wells Fargo 31/01/2017             56.33 -0.0044381324
695    695            Netflix 31/01/2017            140.71  0.0036244759
696    696            Reuters 31/01/2017           49.3887 -0.0026767256
697    697          Starbucks 31/01/2017             55.22  0.0123143788
698    698               eBay 31/01/2017             31.83  0.0106817468
699    699             Thales 31/01/2017             86.78 -0.0074902051
700    700            Reuters 31/01/2017           49.3887 -0.0026767256
701    701             Google 31/01/2017            820.19  0.0044379961
702    702               Audi 31/01/2017             677.0  0.0012983752
703    703         Home Depot 31/01/2017            137.58  0.0064689635
704    704               eBay 31/01/2017             31.83  0.0106817468
705    705             Amazon 31/01/2017            823.48  0.0083790742
706    706            Comcast 31/01/2017             37.71 -0.0010607266
707    707          Starbucks 31/01/2017             55.22  0.0123143788
708    708          Starbucks 31/01/2017             55.22  0.0123143788
709    709               eBay 31/01/2017             31.83  0.0106817468
710    710          Starbucks 31/01/2017             55.22  0.0123143788
711    711         McDonald's 31/01/2017            122.57  0.0036713715
712    712   American Express 31/01/2017             76.38  0.0117831893
713    713            Reuters 31/01/2017           49.3887 -0.0026767256
714    714             Amazon 31/01/2017            823.48  0.0083790742
715    715            Reuters 31/01/2017           49.3887 -0.0026767256
716    716              Apple 31/01/2017            121.35  0.0023073754
717    717            Reuters 31/01/2017           49.3887 -0.0026767256
718    718     salesforce.com 31/01/2017              79.1 -0.0049304678
719    719             Google 31/01/2017            820.19  0.0044379961
720    720            Reuters 31/01/2017           49.3887 -0.0026767256
721    721           Facebook 31/01/2017            130.32  0.0050644567
722    722          Starbucks 31/01/2017             55.22  0.0123143788
723    723            Reuters 31/01/2017           49.3887 -0.0026767256
724    724               eBay 31/01/2017             31.83  0.0106817468
725    725            Reuters 31/01/2017           49.3887 -0.0026767256
726    726             Amazon 31/01/2017            823.48  0.0083790742
727    727               eBay 31/01/2017             31.83  0.0106817468
728    728           Facebook 31/01/2017            130.32  0.0050644567
729    729            Reuters 31/01/2017           49.3887 -0.0026767256
730    730               eBay 31/01/2017             31.83  0.0106817468
731    731           Facebook 31/01/2017            130.32  0.0050644567
732    732             Amazon 31/01/2017            823.48  0.0083790742
733    733              Apple 31/01/2017            121.35  0.0023073754
734    734          Starbucks 31/01/2017             55.22  0.0123143788
735    735            Reuters 31/01/2017           49.3887 -0.0026767256
736    736            Reuters 31/01/2017           49.3887 -0.0026767256
737    737               eBay 31/01/2017             31.83  0.0106817468
738    738           Gillette 31/01/2017            4217.7  0.0016596723
739    739             Kroger 31/01/2017             33.96 -0.0106007067
740    740               eBay 31/01/2017             31.83  0.0106817468
741    741             Google 31/01/2017            820.19  0.0044379961
742    742             Oracle 31/01/2017             40.11  0.0029917726
743    743               eBay 31/01/2017             31.83  0.0106817468
744    744          Starbucks 31/01/2017             55.22  0.0123143788
745    745               eBay 31/01/2017             31.83  0.0106817468
746    746               eBay 31/01/2017             31.83  0.0106817468
747    747            Reuters 31/01/2017           49.3887 -0.0026767256
748    748            Reuters 31/01/2017           49.3887 -0.0026767256
749    749         McDonald's 31/01/2017            122.57  0.0036713715
750    750             Amazon 31/01/2017            823.48  0.0083790742
751    751            Netflix 31/01/2017            140.71  0.0036244759
752    752              FedEx 31/01/2017            189.11  0.0218920205
753    753           Facebook 31/01/2017            130.32  0.0050644567
754    754          Starbucks 31/01/2017             55.22  0.0123143788
755    755            Verizon 31/01/2017             49.01  0.0073454397
756    756               eBay 31/01/2017             31.83  0.0106817468
757    757          Starbucks 31/01/2017             55.22  0.0123143788
758    758               eBay 31/01/2017             31.83  0.0106817468
759    759            Reuters 31/01/2017           49.3887 -0.0026767256
760    760               AT&T 31/01/2017             42.16 -0.0080645161
761    761          Starbucks 31/01/2017             55.22  0.0123143788
762    762            Reuters 31/01/2017           49.3887 -0.0026767256
763    763             adidas 31/01/2017             146.4  0.0276024590
764    764             Disney 31/01/2017            110.65  0.0026208766
765    765              Apple 31/01/2017            121.35  0.0023073754
766    766          Starbucks 31/01/2017             55.22  0.0123143788
767    767               eBay 31/01/2017             31.83  0.0106817468
768    768            Netflix 31/01/2017            140.71  0.0036244759
769    769             Amazon 31/01/2017            823.48  0.0083790742
770    770               eBay 31/01/2017             31.83  0.0106817468
771    771               21CF 31/01/2017             31.38 -0.0003186743
772    772            Reuters 31/01/2017           49.3887 -0.0026767256
773    773            Reuters 31/01/2017           49.3887 -0.0026767256
774    774               eBay 31/01/2017             31.83  0.0106817468
775    775             Disney 31/01/2017            110.65  0.0026208766
776    776        Wells Fargo 31/01/2017             56.33 -0.0044381324
777    777               eBay 31/01/2017             31.83  0.0106817468
778    778               eBay 31/01/2017             31.83  0.0106817468
779    779          Starbucks 31/01/2017             55.22  0.0123143788
780    780           Facebook 31/01/2017            130.32  0.0050644567
781    781            Walmart 31/01/2017             66.74 -0.0047947258
782    782               21CF 31/01/2017             31.38 -0.0003186743
783    783          Starbucks 31/01/2017             55.22  0.0123143788
784    784            Reuters 31/01/2017           49.3887 -0.0026767256
785    785               AT&T 31/01/2017             42.16 -0.0080645161
786    786             Disney 31/01/2017            110.65  0.0026208766
787    787            Reuters 31/01/2017           49.3887 -0.0026767256
788    788             Amazon 31/01/2017            823.48  0.0083790742
789    789               AT&T 31/01/2017             42.16 -0.0080645161
790    790               Nike 31/01/2017              52.9  0.0034026465
791    791                CBS 31/01/2017             64.49 -0.0013955652
792    792            Reuters 31/01/2017           49.3887 -0.0026767256
793    793             Disney 31/01/2017            110.65  0.0026208766
794    794          Starbucks 31/01/2017             55.22  0.0123143788
795    795            Reuters 31/01/2017           49.3887 -0.0026767256
796    796            Reuters 31/01/2017           49.3887 -0.0026767256
797    797            Reuters 31/01/2017           49.3887 -0.0026767256
798    798               AT&T 31/01/2017             42.16 -0.0080645161
799    799               eBay 31/01/2017             31.83  0.0106817468
800    800                CBS 31/01/2017             64.49 -0.0013955652
801    801         McDonald's 31/01/2017            122.57  0.0036713715
802    802               Nike 31/01/2017              52.9  0.0034026465
803    803             Disney 31/01/2017            110.65  0.0026208766
804    804             Amazon 31/01/2017            823.48  0.0083790742
805    805     salesforce.com 31/01/2017              79.1 -0.0049304678
806    806             Amazon 31/01/2017            823.48  0.0083790742
807    807        TripAdvisor 31/01/2017              52.9 -0.0122873346
808    808         McDonald's 31/01/2017            122.57  0.0036713715
809    809             Oracle 31/01/2017             40.11  0.0029917726
810    810               eBay 31/01/2017             31.83  0.0106817468
811    811               eBay 31/01/2017             31.83  0.0106817468
812    812              FedEx 31/01/2017            189.11  0.0218920205
813    813             Amazon 31/01/2017            823.48  0.0083790742
814    814             Google 31/01/2017            820.19  0.0044379961
815    815               eBay 31/01/2017             31.83  0.0106817468
816    816               eBay 31/01/2017             31.83  0.0106817468
817    817          Starbucks 31/01/2017             55.22  0.0123143788
818    818            Reuters 31/01/2017           49.3887 -0.0026767256
819    819               eBay 31/01/2017             31.83  0.0106817468
820    820        Wells Fargo 31/01/2017             56.33 -0.0044381324
821    821               eBay 31/01/2017             31.83  0.0106817468
822    822            Reuters 31/01/2017           49.3887 -0.0026767256
823    823                CBS 31/01/2017             64.49 -0.0013955652
824    824               eBay 31/01/2017             31.83  0.0106817468
825    825             Google 31/01/2017            820.19  0.0044379961
826    826              Pepsi 31/01/2017            103.78 -0.0008672191
827    827             Amazon 31/01/2017            823.48  0.0083790742
828    828            Reuters 31/01/2017           49.3887 -0.0026767256
829    829             Amazon 31/01/2017            823.48  0.0083790742
830    830            Reuters 31/01/2017           49.3887 -0.0026767256
831    831          Starbucks 31/01/2017             55.22  0.0123143788
832    832               eBay 31/01/2017             31.83  0.0106817468
833    833            Reuters 31/01/2017           49.3887 -0.0026767256
834    834               eBay 31/01/2017             31.83  0.0106817468
835    835            Reuters 31/01/2017           49.3887 -0.0026767256
836    836               eBay 31/01/2017             31.83  0.0106817468
837    837         McDonald's 31/01/2017            122.57  0.0036713715
838    838            Reuters 31/01/2017           49.3887 -0.0026767256
839    839          Starbucks 31/01/2017             55.22  0.0123143788
840    840               eBay 31/01/2017             31.83  0.0106817468
841    841            Reuters 31/01/2017           49.3887 -0.0026767256
842    842          Starbucks 31/01/2017             55.22  0.0123143788
843    843            Reuters 31/01/2017           49.3887 -0.0026767256
844    844          Starbucks 31/01/2017             55.22  0.0123143788
845    845            Reuters 31/01/2017           49.3887 -0.0026767256
846    846         McDonald's 31/01/2017            122.57  0.0036713715
847    847            Reuters 31/01/2017           49.3887 -0.0026767256
848    848               eBay 31/01/2017             31.83  0.0106817468
849    849            Reuters 31/01/2017           49.3887 -0.0026767256
850    850         McDonald's 31/01/2017            122.57  0.0036713715
851    851            Reuters 31/01/2017           49.3887 -0.0026767256
852    852             Disney 31/01/2017            110.65  0.0026208766
853    853            Reuters 31/01/2017           49.3887 -0.0026767256
854    854               eBay 31/01/2017             31.83  0.0106817468
855    855            Reuters 31/01/2017           49.3887 -0.0026767256
856    856               eBay 31/01/2017             31.83  0.0106817468
857    857               eBay 31/01/2017             31.83  0.0106817468
858    858               eBay 31/01/2017             31.83  0.0106817468
859    859          Starbucks 31/01/2017             55.22  0.0123143788
860    860             Amazon 31/01/2017            823.48  0.0083790742
861    861            Reuters 31/01/2017           49.3887 -0.0026767256
862    862            Netflix 31/01/2017            140.71  0.0036244759
863    863            Reuters 31/01/2017           49.3887 -0.0026767256
864    864            Netflix 31/01/2017            140.71  0.0036244759
865    865             Google 31/01/2017            820.19  0.0044379961
866    866            Netflix 31/01/2017            140.71  0.0036244759
867    867               eBay 31/01/2017             31.83  0.0106817468
868    868            Netflix 31/01/2017            140.71  0.0036244759
869    869               eBay 31/01/2017             31.83  0.0106817468
870    870         McDonald's 31/01/2017            122.57  0.0036713715
871    871         McDonald's 31/01/2017            122.57  0.0036713715
872    872         McDonald's 31/01/2017            122.57  0.0036713715
873    873         McDonald's 31/01/2017            122.57  0.0036713715
874    874         McDonald's 31/01/2017            122.57  0.0036713715
875    875             Amazon 31/01/2017            823.48  0.0083790742
876    876            Netflix 31/01/2017            140.71  0.0036244759
877    877               eBay 31/01/2017             31.83  0.0106817468
878    878            Netflix 31/01/2017            140.71  0.0036244759
879    879            Netflix 31/01/2017            140.71  0.0036244759
880    880            Netflix 31/01/2017            140.71  0.0036244759
881    881         McDonald's 31/01/2017            122.57  0.0036713715
882    882               eBay 31/01/2017             31.83  0.0106817468
883    883         McDonald's 31/01/2017            122.57  0.0036713715
884    884            Netflix 31/01/2017            140.71  0.0036244759
885    885            Netflix 31/01/2017            140.71  0.0036244759
886    886            Netflix 31/01/2017            140.71  0.0036244759
887    887             Amazon 31/01/2017            823.48  0.0083790742
888    888         McDonald's 31/01/2017            122.57  0.0036713715
889    889         McDonald's 31/01/2017            122.57  0.0036713715
890    890         Home Depot 31/01/2017            137.58  0.0064689635
891    891            Reuters 31/01/2017           49.3887 -0.0026767256
892    892             Google 31/01/2017            820.19  0.0044379961
893    893             Amazon 31/01/2017            823.48  0.0083790742
894    894            Netflix 31/01/2017            140.71  0.0036244759
895    895            Netflix 31/01/2017            140.71  0.0036244759
896    896            Netflix 31/01/2017            140.71  0.0036244759
897    897            Netflix 31/01/2017            140.71  0.0036244759
898    898            Netflix 31/01/2017            140.71  0.0036244759
899    899            Netflix 31/01/2017            140.71  0.0036244759
900    900         McDonald's 31/01/2017            122.57  0.0036713715
901    901            Reuters 31/01/2017           49.3887 -0.0026767256
902    902            Netflix 31/01/2017            140.71  0.0036244759
903    903            Reuters 31/01/2017           49.3887 -0.0026767256
904    904          Starbucks 31/01/2017             55.22  0.0123143788
905    905             Google 31/01/2017            820.19  0.0044379961
906    906            Netflix 31/01/2017            140.71  0.0036244759
907    907            Reuters 31/01/2017           49.3887 -0.0026767256
908    908               eBay 31/01/2017             31.83  0.0106817468
909    909         McDonald's 31/01/2017            122.57  0.0036713715
910    910             Google 31/01/2017            820.19  0.0044379961
911    911          Starbucks 31/01/2017             55.22  0.0123143788
912    912            Netflix 31/01/2017            140.71  0.0036244759
913    913            Reuters 31/01/2017           49.3887 -0.0026767256
914    914               AT&T 31/01/2017             42.16 -0.0080645161
915    915            Reuters 31/01/2017           49.3887 -0.0026767256
916    916               eBay 31/01/2017             31.83  0.0106817468
917    917            Reuters 31/01/2017           49.3887 -0.0026767256
918    918                BMW 31/01/2017 84.40799999999999  0.0251161027
919    919               AT&T 31/01/2017             42.16 -0.0080645161
920    920         McDonald's 31/01/2017            122.57  0.0036713715
921    921            Reuters 31/01/2017           49.3887 -0.0026767256
922    922         McDonald's 31/01/2017            122.57  0.0036713715
923    923             Disney 31/01/2017            110.65  0.0026208766
924    924            Netflix 31/01/2017            140.71  0.0036244759
925    925            Netflix 31/01/2017            140.71  0.0036244759
926    926         McDonald's 31/01/2017            122.57  0.0036713715
927    927         McDonald's 31/01/2017            122.57  0.0036713715
928    928               eBay 31/01/2017             31.83  0.0106817468
929    929               eBay 31/01/2017             31.83  0.0106817468
930    930            Reuters 31/01/2017           49.3887 -0.0026767256
931    931             Google 31/01/2017            820.19  0.0044379961
932    932            Netflix 31/01/2017            140.71  0.0036244759
933    933            Reuters 31/01/2017           49.3887 -0.0026767256
934    934            Netflix 31/01/2017            140.71  0.0036244759
935    935            Netflix 31/01/2017            140.71  0.0036244759
936    936            Reuters 31/01/2017           49.3887 -0.0026767256
937    937            Reuters 31/01/2017           49.3887 -0.0026767256
938    938         McDonald's 31/01/2017            122.57  0.0036713715
939    939            TMobile 31/01/2017             62.27 -0.0183073711
940    940             Google 31/01/2017            820.19  0.0044379961
941    941            Netflix 31/01/2017            140.71  0.0036244759
942    942               eBay 31/01/2017             31.83  0.0106817468
943    943            Netflix 31/01/2017            140.71  0.0036244759
944    944             Amazon 31/01/2017            823.48  0.0083790742
945    945            Netflix 31/01/2017            140.71  0.0036244759
946    946             Amazon 31/01/2017            823.48  0.0083790742
947    947         McDonald's 31/01/2017            122.57  0.0036713715
948    948               eBay 31/01/2017             31.83  0.0106817468
949    949               Audi 31/01/2017             677.0  0.0012983752
950    950            Netflix 31/01/2017            140.71  0.0036244759
951    951            Netflix 31/01/2017            140.71  0.0036244759
952    952             Disney 31/01/2017            110.65  0.0026208766
953    953               eBay 31/01/2017             31.83  0.0106817468
954    954               eBay 31/01/2017             31.83  0.0106817468
955    955         McDonald's 31/01/2017            122.57  0.0036713715
956    956            TMobile 31/01/2017             62.27 -0.0183073711
957    957          Starbucks 31/01/2017             55.22  0.0123143788
958    958         McDonald's 31/01/2017            122.57  0.0036713715
959    959               eBay 31/01/2017             31.83  0.0106817468
960    960            Netflix 31/01/2017            140.71  0.0036244759
961    961            Netflix 31/01/2017            140.71  0.0036244759
962    962             Amazon 31/01/2017            823.48  0.0083790742
963    963         McDonald's 31/01/2017            122.57  0.0036713715
964    964            Netflix 31/01/2017            140.71  0.0036244759
965    965            Reuters 31/01/2017           49.3887 -0.0026767256
966    966            Netflix 31/01/2017            140.71  0.0036244759
967    967               Sony 31/01/2017            3423.0  0.0230791703
968    968             adidas 31/01/2017             146.4  0.0276024590
969    969         McDonald's 31/01/2017            122.57  0.0036713715
970    970            Netflix 31/01/2017            140.71  0.0036244759
971    971         McDonald's 31/01/2017            122.57  0.0036713715
972    972            Netflix 31/01/2017            140.71  0.0036244759
973    973            Reuters 31/01/2017           49.3887 -0.0026767256
974    974             Amazon 31/01/2017            823.48  0.0083790742
975    975             Google 31/01/2017            820.19  0.0044379961
976    976            Reuters 31/01/2017           49.3887 -0.0026767256
977    977             adidas 31/01/2017             146.4  0.0276024590
978    978             adidas 31/01/2017             146.4  0.0276024590
979    979               eBay 31/01/2017             31.83  0.0106817468
980    980            Reuters 31/01/2017           49.3887 -0.0026767256
981    981         McDonald's 31/01/2017            122.57  0.0036713715
982    982            Netflix 31/01/2017            140.71  0.0036244759
983    983            Netflix 31/01/2017            140.71  0.0036244759
984    984            Reuters 31/01/2017           49.3887 -0.0026767256
985    985          Starbucks 31/01/2017             55.22  0.0123143788
986    986     salesforce.com 31/01/2017              79.1 -0.0049304678
987    987             Amazon 31/01/2017            823.48  0.0083790742
988    988            Netflix 31/01/2017            140.71  0.0036244759
989    989          Starbucks 31/01/2017             55.22  0.0123143788
990    990               Next 31/01/2017            3830.0  0.0146214099
991    991         McDonald's 31/01/2017            122.57  0.0036713715
992    992               eBay 31/01/2017             31.83  0.0106817468
993    993               eBay 31/01/2017             31.83  0.0106817468
994    994            Netflix 31/01/2017            140.71  0.0036244759
995    995             Amazon 31/01/2017            823.48  0.0083790742
996    996            Netflix 31/01/2017            140.71  0.0036244759
997    997             Amazon 31/01/2017            823.48  0.0083790742
998    998               eBay 31/01/2017             31.83  0.0106817468
999    999             Amazon 31/01/2017            823.48  0.0083790742
1000  1000         McDonald's 31/01/2017            122.57  0.0036713715
1001  1001                CBS 31/01/2017             64.49 -0.0013955652
1002  1002               eBay 31/01/2017             31.83  0.0106817468
1003  1003           Gillette 31/01/2017            4217.7  0.0016596723
1004  1004               eBay 31/01/2017             31.83  0.0106817468
1005  1005         McDonald's 31/01/2017            122.57  0.0036713715
1006  1006               eBay 31/01/2017             31.83  0.0106817468
1007  1007            Reuters 31/01/2017           49.3887 -0.0026767256
1008  1008          Starbucks 31/01/2017             55.22  0.0123143788
1009  1009               eBay 31/01/2017             31.83  0.0106817468
1010  1010            Expedia 31/01/2017            121.59 -0.0004934616
1011  1011              Pepsi 31/01/2017            103.78 -0.0008672191
1012  1012             Amazon 31/01/2017            823.48  0.0083790742
1013  1013            Walmart 31/01/2017             66.74 -0.0047947258
1014  1014              Tesco 31/01/2017             194.6  0.0164439877
1015  1015               eBay 31/01/2017             31.83  0.0106817468
1016  1016               eBay 31/01/2017             31.83  0.0106817468
1017  1017               eBay 31/01/2017             31.83  0.0106817468
1018  1018               eBay 31/01/2017             31.83  0.0106817468
1019  1019         McDonald's 31/01/2017            122.57  0.0036713715
1020  1020            Reuters 31/01/2017           49.3887 -0.0026767256
1021  1021               eBay 31/01/2017             31.83  0.0106817468
1022  1022               eBay 31/01/2017             31.83  0.0106817468
1023  1023            Reuters 31/01/2017           49.3887 -0.0026767256
1024  1024            Reuters 31/01/2017           49.3887 -0.0026767256
1025  1025             Amazon 31/01/2017            823.48  0.0083790742
1026  1026            Reuters 31/01/2017           49.3887 -0.0026767256
1027  1027               eBay 31/01/2017             31.83  0.0106817468
1028  1028            Netflix 31/01/2017            140.71  0.0036244759
1029  1029               eBay 31/01/2017             31.83  0.0106817468
1030  1030            Netflix 31/01/2017            140.71  0.0036244759
1031  1031          Starbucks 31/01/2017             55.22  0.0123143788
1032  1032         McDonald's 31/01/2017            122.57  0.0036713715
1033  1033               eBay 31/01/2017             31.83  0.0106817468
1034  1034               eBay 31/01/2017             31.83  0.0106817468
1035  1035          Starbucks 31/01/2017             55.22  0.0123143788
1036  1036         McDonald's 31/01/2017            122.57  0.0036713715
1037  1037               eBay 31/01/2017             31.83  0.0106817468
1038  1038               eBay 31/01/2017             31.83  0.0106817468
1039  1039              Pepsi 31/01/2017            103.78 -0.0008672191
1040  1040               eBay 31/01/2017             31.83  0.0106817468
1041  1041             Google 31/01/2017            820.19  0.0044379961
1042  1042              Pepsi 31/01/2017            103.78 -0.0008672191
1043  1043               eBay 31/01/2017             31.83  0.0106817468
1044  1044                UPS 31/01/2017            109.13  0.0723907267
1045  1045         McDonald's 31/01/2017            122.57  0.0036713715
1046  1046          Starbucks 31/01/2017             55.22  0.0123143788
1047  1047               eBay 31/01/2017             31.83  0.0106817468
1048  1048               eBay 31/01/2017             31.83  0.0106817468
1049  1049         McDonald's 31/01/2017            122.57  0.0036713715
1050  1050               eBay 31/01/2017             31.83  0.0106817468
1051  1051               eBay 31/01/2017             31.83  0.0106817468
1052  1052              Apple 31/01/2017            121.35  0.0023073754
1053  1053          Starbucks 31/01/2017             55.22  0.0123143788
1054  1054               eBay 31/01/2017             31.83  0.0106817468
1055  1055            Reuters 31/01/2017           49.3887 -0.0026767256
1056  1056          Starbucks 31/01/2017             55.22  0.0123143788
1057  1057          Starbucks 31/01/2017             55.22  0.0123143788
1058  1058               eBay 31/01/2017             31.83  0.0106817468
1059  1059           Facebook 31/01/2017            130.32  0.0050644567
1060  1060               eBay 31/01/2017             31.83  0.0106817468
1061  1061               eBay 31/01/2017             31.83  0.0106817468
1062  1062               eBay 31/01/2017             31.83  0.0106817468
1063  1063               eBay 31/01/2017             31.83  0.0106817468
1064  1064               eBay 31/01/2017             31.83  0.0106817468
1065  1065         McDonald's 31/01/2017            122.57  0.0036713715
1066  1066               AT&T 31/01/2017             42.16 -0.0080645161
1067  1067            Reuters 31/01/2017           49.3887 -0.0026767256
1068  1068               eBay 31/01/2017             31.83  0.0106817468
1069  1069          Starbucks 31/01/2017             55.22  0.0123143788
1070  1070         McDonald's 31/01/2017            122.57  0.0036713715
1071  1071               eBay 31/01/2017             31.83  0.0106817468
1072  1072          Starbucks 31/01/2017             55.22  0.0123143788
1073  1073               eBay 31/01/2017             31.83  0.0106817468
1074  1074             Google 31/01/2017            820.19  0.0044379961
1075  1075               eBay 31/01/2017             31.83  0.0106817468
1076  1076               eBay 31/01/2017             31.83  0.0106817468
1077  1077         McDonald's 31/01/2017            122.57  0.0036713715
1078  1078               eBay 31/01/2017             31.83  0.0106817468
1079  1079               eBay 31/01/2017             31.83  0.0106817468
1080  1080         McDonald's 31/01/2017            122.57  0.0036713715
1081  1081               eBay 31/01/2017             31.83  0.0106817468
1082  1082               Nike 31/01/2017              52.9  0.0034026465
1083  1083               eBay 31/01/2017             31.83  0.0106817468
1084  1084               eBay 31/01/2017             31.83  0.0106817468
1085  1085            Reuters 31/01/2017           49.3887 -0.0026767256
1086  1086               eBay 31/01/2017             31.83  0.0106817468
1087  1087               eBay 31/01/2017             31.83  0.0106817468
1088  1088            Reuters 31/01/2017           49.3887 -0.0026767256
1089  1089               AT&T 31/01/2017             42.16 -0.0080645161
1090  1090         McDonald's 31/01/2017            122.57  0.0036713715
1091  1091               eBay 31/01/2017             31.83  0.0106817468
1092  1092          Microsoft 31/01/2017             64.65  0.0074245940
1093  1093            Netflix 31/01/2017            140.71  0.0036244759
1094  1094            Reuters 31/01/2017           49.3887 -0.0026767256
1095  1095               eBay 31/01/2017             31.83  0.0106817468
1096  1096               eBay 31/01/2017             31.83  0.0106817468
1097  1097             Disney 31/01/2017            110.65  0.0026208766
1098  1098            Netflix 31/01/2017            140.71  0.0036244759
1099  1099               eBay 31/01/2017             31.83  0.0106817468
1100  1100               eBay 31/01/2017             31.83  0.0106817468
1101  1101               eBay 31/01/2017             31.83  0.0106817468
1102  1102              Pepsi 31/01/2017            103.78 -0.0008672191
1103  1103             Amazon 31/01/2017            823.48  0.0083790742
1104  1104               eBay 31/01/2017             31.83  0.0106817468
1105  1105              Pepsi 31/01/2017            103.78 -0.0008672191
1106  1106             Amazon 31/01/2017            823.48  0.0083790742
1107  1107               eBay 31/01/2017             31.83  0.0106817468
1108  1108                CBS 31/01/2017             64.49 -0.0013955652
1109  1109               eBay 31/01/2017             31.83  0.0106817468
1110  1110             Amazon 31/01/2017            823.48  0.0083790742
1111  1111            Reuters 31/01/2017           49.3887 -0.0026767256
1112  1112              Yahoo 31/01/2017              4.21  0.0000000000
1113  1113               ASOS 31/01/2017            5266.0 -0.0125332321
1114  1114            Netflix 31/01/2017            140.71  0.0036244759
1115  1115              Pepsi 31/01/2017            103.78 -0.0008672191
1116  1116          Starbucks 31/01/2017             55.22  0.0123143788
1117  1117               eBay 31/01/2017             31.83  0.0106817468
1118  1118               eBay 31/01/2017             31.83  0.0106817468
1119  1119         McDonald's 31/01/2017            122.57  0.0036713715
1120  1120         McDonald's 31/01/2017            122.57  0.0036713715
1121  1121         McDonald's 31/01/2017            122.57  0.0036713715
1122  1122            Reuters 31/01/2017           49.3887 -0.0026767256
1123  1123         McDonald's 31/01/2017            122.57  0.0036713715
1124  1124            Reuters 31/01/2017           49.3887 -0.0026767256
1125  1125         McDonald's 31/01/2017            122.57  0.0036713715
1126  1126              Pepsi 31/01/2017            103.78 -0.0008672191
1127  1127          Starbucks 31/01/2017             55.22  0.0123143788
1128  1128         McDonald's 31/01/2017            122.57  0.0036713715
1129  1129               eBay 31/01/2017             31.83  0.0106817468
1130  1130               eBay 31/01/2017             31.83  0.0106817468
1131  1131          Starbucks 31/01/2017             55.22  0.0123143788
1132  1132            Reuters 31/01/2017           49.3887 -0.0026767256
1133  1133               eBay 31/01/2017             31.83  0.0106817468
1134  1134         McDonald's 31/01/2017            122.57  0.0036713715
1135  1135               eBay 31/01/2017             31.83  0.0106817468
1136  1136               eBay 31/01/2017             31.83  0.0106817468
1137  1137               eBay 31/01/2017             31.83  0.0106817468
1138  1138         Home Depot 31/01/2017            137.58  0.0064689635
1139  1139              Apple 31/01/2017            121.35  0.0023073754
1140  1140            Reuters 31/01/2017           49.3887 -0.0026767256
1141  1141         McDonald's 31/01/2017            122.57  0.0036713715
1142  1142               eBay 31/01/2017             31.83  0.0106817468
1143  1143            Reuters 31/01/2017           49.3887 -0.0026767256
1144  1144        Wells Fargo 31/01/2017             56.33 -0.0044381324
1145  1145             Toyota 31/01/2017            6584.0  0.0183778858
1146  1146               eBay 31/01/2017             31.83  0.0106817468
1147  1147               eBay 31/01/2017             31.83  0.0106817468
1148  1148         Home Depot 31/01/2017            137.58  0.0064689635
1149  1149           Facebook 31/01/2017            130.32  0.0050644567
1150  1150            Reuters 31/01/2017           49.3887 -0.0026767256
1151  1151               eBay 31/01/2017             31.83  0.0106817468
1152  1152              Pepsi 31/01/2017            103.78 -0.0008672191
1153  1153              Pepsi 31/01/2017            103.78 -0.0008672191
1154  1154              Pepsi 31/01/2017            103.78 -0.0008672191
1155  1155            Verizon 31/01/2017             49.01  0.0073454397
1156  1156              Pepsi 31/01/2017            103.78 -0.0008672191
1157  1157              Pepsi 31/01/2017            103.78 -0.0008672191
1158  1158          Starbucks 31/01/2017             55.22  0.0123143788
1159  1159               ASOS 31/01/2017            5266.0 -0.0125332321
1160  1160              Pepsi 31/01/2017            103.78 -0.0008672191
1161  1161               Nike 31/01/2017              52.9  0.0034026465
1162  1162               eBay 31/01/2017             31.83  0.0106817468
1163  1163              Pepsi 31/01/2017            103.78 -0.0008672191
1164  1164         McDonald's 31/01/2017            122.57  0.0036713715
1165  1165               eBay 31/01/2017             31.83  0.0106817468
1166  1166         McDonald's 31/01/2017            122.57  0.0036713715
1167  1167              Pepsi 31/01/2017            103.78 -0.0008672191
1168  1168         McDonald's 31/01/2017            122.57  0.0036713715
1169  1169         McDonald's 31/01/2017            122.57  0.0036713715
1170  1170            Reuters 31/01/2017           49.3887 -0.0026767256
1171  1171             adidas 31/01/2017             146.4  0.0276024590
1172  1172             Amazon 31/01/2017            823.48  0.0083790742
1173  1173             Amazon 31/01/2017            823.48  0.0083790742
1174  1174             Amazon 31/01/2017            823.48  0.0083790742
1175  1175             Amazon 31/01/2017            823.48  0.0083790742
1176  1176            Reuters 31/01/2017           49.3887 -0.0026767256
1177  1177          Microsoft 31/01/2017             64.65  0.0074245940
1178  1178             Google 31/01/2017            820.19  0.0044379961
1179  1179             Disney 31/01/2017            110.65  0.0026208766
1180  1180             adidas 31/01/2017             146.4  0.0276024590
1181  1181          Starbucks 31/01/2017             55.22  0.0123143788
1182  1182         McDonald's 31/01/2017            122.57  0.0036713715
1183  1183          Microsoft 31/01/2017             64.65  0.0074245940
1184  1184             Disney 31/01/2017            110.65  0.0026208766
1185  1185               eBay 31/01/2017             31.83  0.0106817468
1186  1186               eBay 31/01/2017             31.83  0.0106817468
1187  1187            Reuters 31/01/2017           49.3887 -0.0026767256
1188  1188            Reuters 31/01/2017           49.3887 -0.0026767256
1189  1189              Pepsi 31/01/2017            103.78 -0.0008672191
1190  1190        Wells Fargo 31/01/2017             56.33 -0.0044381324
1191  1191               eBay 31/01/2017             31.83  0.0106817468
1192  1192         Home Depot 31/01/2017            137.58  0.0064689635
1193  1193        Wells Fargo 31/01/2017             56.33 -0.0044381324
1194  1194           Facebook 31/01/2017            130.32  0.0050644567
1195  1195               AT&T 31/01/2017             42.16 -0.0080645161
1196  1196         McDonald's 31/01/2017            122.57  0.0036713715
1197  1197            Reuters 31/01/2017           49.3887 -0.0026767256
1198  1198         McDonald's 31/01/2017            122.57  0.0036713715
1199  1199               eBay 31/01/2017             31.83  0.0106817468
1200  1200               eBay 31/01/2017             31.83  0.0106817468
1201  1201              Pepsi 31/01/2017            103.78 -0.0008672191
1202  1202              Exxon 31/01/2017             83.89  0.0115627608
1203  1203               eBay 31/01/2017             31.83  0.0106817468
1204  1204               21CF 31/01/2017             31.38 -0.0003186743
1205  1205            Reuters 31/01/2017           49.3887 -0.0026767256
1206  1206              Pepsi 31/01/2017            103.78 -0.0008672191
1207  1207          Starbucks 31/01/2017             55.22  0.0123143788
1208  1208         McDonald's 31/01/2017            122.57  0.0036713715
1209  1209         McDonald's 31/01/2017            122.57  0.0036713715
1210  1210            Reuters 31/01/2017           49.3887 -0.0026767256
1211  1211           Facebook 31/01/2017            130.32  0.0050644567
1212  1212             Amazon 31/01/2017            823.48  0.0083790742
1213  1213         McDonald's 31/01/2017            122.57  0.0036713715
1214  1214             adidas 31/01/2017             146.4  0.0276024590
1215  1215         McDonald's 31/01/2017            122.57  0.0036713715
1216  1216         McDonald's 31/01/2017            122.57  0.0036713715
1217  1217              Pepsi 31/01/2017            103.78 -0.0008672191
1218  1218               eBay 31/01/2017             31.83  0.0106817468
1219  1219        Wells Fargo 31/01/2017             56.33 -0.0044381324
1220  1220      Goldman Sachs 31/01/2017            229.32  0.0199720914
1221  1221         McDonald's 31/01/2017            122.57  0.0036713715
1222  1222             Amazon 31/01/2017            823.48  0.0083790742
1223  1223               Ford 31/01/2017             12.36  0.0008090615
1224  1224          Starbucks 31/01/2017             55.22  0.0123143788
1225  1225         McDonald's 31/01/2017            122.57  0.0036713715
1226  1226        Wells Fargo 31/01/2017             56.33 -0.0044381324
1227  1227            L'Oreal 31/01/2017             181.1  0.0038652678
1228  1228               Ford 31/01/2017             12.36  0.0008090615
1229  1229               eBay 31/01/2017             31.83  0.0106817468
1230  1230         McDonald's 01/02/2017            122.42  0.0012252900
1231  1231             Google 01/02/2017            815.24  0.0060718316
1232  1232             Google 01/02/2017            815.24  0.0060718316
1233  1233          Starbucks 01/02/2017              53.9  0.0244897959
1234  1234              Pepsi 01/02/2017            103.01  0.0074750024
1235  1235            Reuters 01/02/2017           49.0803  0.0062835802
1236  1236               eBay 01/02/2017             32.18 -0.0108763207
1237  1237         McDonald's 01/02/2017            122.42  0.0012252900
1238  1238            Reuters 01/02/2017           49.0803  0.0062835802
1239  1239               eBay 01/02/2017             32.18 -0.0108763207
1240  1240               AT&T 01/02/2017             42.06  0.0023775559
1241  1241               AT&T 01/02/2017             42.06  0.0023775559
1242  1242              Exxon 01/02/2017             82.94  0.0114540632
1243  1243             Amazon 01/02/2017            832.35 -0.0106565748
1244  1244          Starbucks 01/02/2017              53.9  0.0244897959
1245  1245          Starbucks 01/02/2017              53.9  0.0244897959
1246  1246            Reuters 01/02/2017           49.0803  0.0062835802
1247  1247            Reuters 01/02/2017           49.0803  0.0062835802
1248  1248         McDonald's 01/02/2017            122.42  0.0012252900
1249  1249               eBay 01/02/2017             32.18 -0.0108763207
1250  1250          Starbucks 01/02/2017              53.9  0.0244897959
1251  1251         McDonald's 01/02/2017            122.42  0.0012252900
1252  1252               eBay 01/02/2017             32.18 -0.0108763207
1253  1253             Amazon 01/02/2017            832.35 -0.0106565748
1254  1254             adidas 01/02/2017            147.54 -0.0077267182
1255  1255              Honda 01/02/2017            3415.0 -0.0081991215
1256  1256               eBay 01/02/2017             32.18 -0.0108763207
1257  1257         McDonald's 01/02/2017            122.42  0.0012252900
1258  1258         McDonald's 01/02/2017            122.42  0.0012252900
1259  1259               eBay 01/02/2017             32.18 -0.0108763207
1260  1260        TripAdvisor 01/02/2017             51.87  0.0198573356
1261  1261               eBay 01/02/2017             32.18 -0.0108763207
1262  1262               eBay 01/02/2017             32.18 -0.0108763207
1263  1263          Starbucks 01/02/2017              53.9  0.0244897959
1264  1264         McDonald's 01/02/2017            122.42  0.0012252900
1265  1265          Starbucks 01/02/2017              53.9  0.0244897959
1266  1266            Reuters 01/02/2017           49.0803  0.0062835802
1267  1267             Amazon 01/02/2017            832.35 -0.0106565748
1268  1268            Reuters 01/02/2017           49.0803  0.0062835802
1269  1269               eBay 01/02/2017             32.18 -0.0108763207
1270  1270               eBay 01/02/2017             32.18 -0.0108763207
1271  1271         McDonald's 01/02/2017            122.42  0.0012252900
1272  1272             Amazon 01/02/2017            832.35 -0.0106565748
1273  1273               eBay 01/02/2017             32.18 -0.0108763207
1274  1274         McDonald's 01/02/2017            122.42  0.0012252900
1275  1275              Pepsi 01/02/2017            103.01  0.0074750024
1276  1276          Starbucks 01/02/2017              53.9  0.0244897959
1277  1277         McDonald's 01/02/2017            122.42  0.0012252900
1278  1278            Reuters 01/02/2017           49.0803  0.0062835802
1279  1279            Reuters 01/02/2017           49.0803  0.0062835802
1280  1280              Apple 01/02/2017            128.75 -0.0574757282
1281  1281             Amazon 01/02/2017            832.35 -0.0106565748
1282  1282         McDonald's 01/02/2017            122.42  0.0012252900
1283  1283            Reuters 01/02/2017           49.0803  0.0062835802
1284  1284          Starbucks 01/02/2017              53.9  0.0244897959
1285  1285            Reuters 01/02/2017           49.0803  0.0062835802
1286  1286            Reuters 01/02/2017           49.0803  0.0062835802
1287  1287            Reuters 01/02/2017           49.0803  0.0062835802
1288  1288               AT&T 01/02/2017             42.06  0.0023775559
1289  1289            Reuters 01/02/2017           49.0803  0.0062835802
1290  1290            Reuters 01/02/2017           49.0803  0.0062835802
1291  1291         McDonald's 01/02/2017            122.42  0.0012252900
1292  1292          Starbucks 01/02/2017              53.9  0.0244897959
1293  1293            Netflix 01/02/2017            140.78 -0.0004972297
1294  1294            Reuters 01/02/2017           49.0803  0.0062835802
1295  1295         McDonald's 01/02/2017            122.42  0.0012252900
1296  1296               eBay 01/02/2017             32.18 -0.0108763207
1297  1297         McDonald's 01/02/2017            122.42  0.0012252900
1298  1298            Reuters 01/02/2017           49.0803  0.0062835802
1299  1299         McDonald's 01/02/2017            122.42  0.0012252900
1300  1300          Starbucks 01/02/2017              53.9  0.0244897959
1301  1301            Reuters 01/02/2017           49.0803  0.0062835802
1302  1302            Reuters 01/02/2017           49.0803  0.0062835802
1303  1303            Reuters 01/02/2017           49.0803  0.0062835802
1304  1304            Reuters 01/02/2017           49.0803  0.0062835802
1305  1305         McDonald's 01/02/2017            122.42  0.0012252900
1306  1306        Wells Fargo 01/02/2017             55.91  0.0075120730
1307  1307         McDonald's 01/02/2017            122.42  0.0012252900
1308  1308         McDonald's 01/02/2017            122.42  0.0012252900
1309  1309            Reuters 01/02/2017           49.0803  0.0062835802
1310  1310         McDonald's 01/02/2017            122.42  0.0012252900
1311  1311               eBay 01/02/2017             32.18 -0.0108763207
1312  1312            TMobile 01/02/2017             63.26 -0.0156496997
1313  1313               eBay 01/02/2017             32.18 -0.0108763207
1314  1314            Reuters 01/02/2017           49.0803  0.0062835802
1315  1315            Walmart 01/02/2017             66.23  0.0077004379
1316  1316            Netflix 01/02/2017            140.78 -0.0004972297
1317  1317         McDonald's 01/02/2017            122.42  0.0012252900
1318  1318            Reuters 01/02/2017           49.0803  0.0062835802
1319  1319               eBay 01/02/2017             32.18 -0.0108763207
1320  1320          Starbucks 01/02/2017              53.9  0.0244897959
1321  1321          Starbucks 01/02/2017              53.9  0.0244897959
1322  1322               eBay 01/02/2017             32.18 -0.0108763207
1323  1323         McDonald's 01/02/2017            122.42  0.0012252900
1324  1324          Starbucks 01/02/2017              53.9  0.0244897959
1325  1325             adidas 01/02/2017            147.54 -0.0077267182
1326  1326            Reuters 01/02/2017           49.0803  0.0062835802
1327  1327               eBay 01/02/2017             32.18 -0.0108763207
1328  1328              Pepsi 01/02/2017            103.01  0.0074750024
1329  1329               AT&T 01/02/2017             42.06  0.0023775559
1330  1330               eBay 01/02/2017             32.18 -0.0108763207
1331  1331        Wells Fargo 01/02/2017             55.91  0.0075120730
1332  1332          Starbucks 01/02/2017              53.9  0.0244897959
1333  1333         McDonald's 01/02/2017            122.42  0.0012252900
1334  1334               eBay 01/02/2017             32.18 -0.0108763207
1335  1335            Reuters 01/02/2017           49.0803  0.0062835802
1336  1336            Reuters 01/02/2017           49.0803  0.0062835802
1337  1337          Starbucks 01/02/2017              53.9  0.0244897959
1338  1338         McDonald's 01/02/2017            122.42  0.0012252900
1339  1339            Reuters 01/02/2017           49.0803  0.0062835802
1340  1340         McDonald's 01/02/2017            122.42  0.0012252900
1341  1341             Amazon 01/02/2017            832.35 -0.0106565748
1342  1342            Reuters 01/02/2017           49.0803  0.0062835802
1343  1343          Starbucks 01/02/2017              53.9  0.0244897959
1344  1344         McDonald's 01/02/2017            122.42  0.0012252900
1345  1345               eBay 01/02/2017             32.18 -0.0108763207
1346  1346          Starbucks 01/02/2017              53.9  0.0244897959
1347  1347         McDonald's 01/02/2017            122.42  0.0012252900
1348  1348               eBay 01/02/2017             32.18 -0.0108763207
1349  1349         McDonald's 01/02/2017            122.42  0.0012252900
1350  1350         McDonald's 01/02/2017            122.42  0.0012252900
1351  1351               eBay 01/02/2017             32.18 -0.0108763207
1352  1352               eBay 01/02/2017             32.18 -0.0108763207
1353  1353               eBay 01/02/2017             32.18 -0.0108763207
1354  1354         McDonald's 01/02/2017            122.42  0.0012252900
1355  1355               eBay 01/02/2017             32.18 -0.0108763207
1356  1356          Starbucks 01/02/2017              53.9  0.0244897959
1357  1357         McDonald's 01/02/2017            122.42  0.0012252900
1358  1358             Disney 01/02/2017             111.3 -0.0058400719
1359  1359          Starbucks 01/02/2017              53.9  0.0244897959
1360  1360         McDonald's 01/02/2017            122.42  0.0012252900
1361  1361             Disney 01/02/2017             111.3 -0.0058400719
1362  1362         McDonald's 01/02/2017            122.42  0.0012252900
1363  1363        Wells Fargo 01/02/2017             55.91  0.0075120730
1364  1364             Kroger 01/02/2017             33.44  0.0155502392
1365  1365            Hyundai 01/02/2017          139500.0  0.0000000000
1366  1366             Amazon 01/02/2017            832.35 -0.0106565748
1367  1367             Amazon 01/02/2017            832.35 -0.0106565748
1368  1368         McDonald's 01/02/2017            122.42  0.0012252900
1369  1369               eBay 01/02/2017             32.18 -0.0108763207
1370  1370          Kellogg's 01/02/2017              71.9  0.0112656467
1371  1371              Pepsi 01/02/2017            103.01  0.0074750024
1372  1372             Amazon 01/02/2017            832.35 -0.0106565748
1373  1373          Starbucks 01/02/2017              53.9  0.0244897959
1374  1374            Reuters 01/02/2017           49.0803  0.0062835802
1375  1375          Starbucks 01/02/2017              53.9  0.0244897959
1376  1376            Reuters 01/02/2017           49.0803  0.0062835802
1377  1377          Starbucks 01/02/2017              53.9  0.0244897959
1378  1378            Netflix 01/02/2017            140.78 -0.0004972297
1379  1379         McDonald's 01/02/2017            122.42  0.0012252900
1380  1380          Kellogg's 01/02/2017              71.9  0.0112656467
1381  1381           Facebook 01/02/2017            133.23 -0.0218419275
1382  1382            Reuters 01/02/2017           49.0803  0.0062835802
1383  1383         McDonald's 01/02/2017            122.42  0.0012252900
1384  1384               eBay 01/02/2017             32.18 -0.0108763207
1385  1385          Starbucks 01/02/2017              53.9  0.0244897959
1386  1386          Starbucks 01/02/2017              53.9  0.0244897959
1387  1387               eBay 01/02/2017             32.18 -0.0108763207
1388  1388         McDonald's 01/02/2017            122.42  0.0012252900
1389  1389            Reuters 01/02/2017           49.0803  0.0062835802
1390  1390         McDonald's 01/02/2017            122.42  0.0012252900
1391  1391               eBay 01/02/2017             32.18 -0.0108763207
1392  1392          Starbucks 01/02/2017              53.9  0.0244897959
1393  1393         McDonald's 01/02/2017            122.42  0.0012252900
1394  1394          Starbucks 01/02/2017              53.9  0.0244897959
1395  1395            Reuters 01/02/2017           49.0803  0.0062835802
1396  1396            Reuters 01/02/2017           49.0803  0.0062835802
1397  1397               eBay 01/02/2017             32.18 -0.0108763207
1398  1398         McDonald's 01/02/2017            122.42  0.0012252900
1399  1399             Disney 01/02/2017             111.3 -0.0058400719
1400  1400         McDonald's 01/02/2017            122.42  0.0012252900
1401  1401               eBay 01/02/2017             32.18 -0.0108763207
1402  1402         McDonald's 01/02/2017            122.42  0.0012252900
1403  1403             Amazon 01/02/2017            832.35 -0.0106565748
1404  1404               eBay 01/02/2017             32.18 -0.0108763207
1405  1405               eBay 01/02/2017             32.18 -0.0108763207
1406  1406         McDonald's 01/02/2017            122.42  0.0012252900
1407  1407          Starbucks 01/02/2017              53.9  0.0244897959
1408  1408          Starbucks 01/02/2017              53.9  0.0244897959
1409  1409            easyJet 01/02/2017             942.5  0.0079575597
1410  1410         McDonald's 01/02/2017            122.42  0.0012252900
1411  1411         McDonald's 01/02/2017            122.42  0.0012252900
1412  1412          Starbucks 01/02/2017              53.9  0.0244897959
1413  1413             Nissan 01/02/2017            1112.0  0.0062949640
1414  1414          Starbucks 01/02/2017              53.9  0.0244897959
1415  1415               eBay 01/02/2017             32.18 -0.0108763207
1416  1416                SAP 01/02/2017            84.194  0.0046677911
1417  1417         McDonald's 01/02/2017            122.42  0.0012252900
1418  1418         McDonald's 01/02/2017            122.42  0.0012252900
1419  1419         McDonald's 01/02/2017            122.42  0.0012252900
1420  1420             Amazon 01/02/2017            832.35 -0.0106565748
1421  1421         McDonald's 01/02/2017            122.42  0.0012252900
1422  1422         McDonald's 01/02/2017            122.42  0.0012252900
1423  1423            Reuters 01/02/2017           49.0803  0.0062835802
1424  1424         McDonald's 01/02/2017            122.42  0.0012252900
1425  1425          Starbucks 01/02/2017              53.9  0.0244897959
1426  1426           Facebook 01/02/2017            133.23 -0.0218419275
1427  1427            Reuters 01/02/2017           49.0803  0.0062835802
1428  1428            Reuters 01/02/2017           49.0803  0.0062835802
1429  1429         McDonald's 01/02/2017            122.42  0.0012252900
1430  1430         McDonald's 01/02/2017            122.42  0.0012252900
1431  1431         McDonald's 01/02/2017            122.42  0.0012252900
1432  1432             Disney 01/02/2017             111.3 -0.0058400719
1433  1433         McDonald's 01/02/2017            122.42  0.0012252900
1434  1434               eBay 01/02/2017             32.18 -0.0108763207
1435  1435         McDonald's 01/02/2017            122.42  0.0012252900
1436  1436         McDonald's 01/02/2017            122.42  0.0012252900
1437  1437             Nestle 01/02/2017             72.15  0.0020790021
1438  1438          Starbucks 01/02/2017              53.9  0.0244897959
1439  1439         McDonald's 01/02/2017            122.42  0.0012252900
1440  1440              Apple 01/02/2017            128.75 -0.0574757282
1441  1441               eBay 01/02/2017             32.18 -0.0108763207
1442  1442          Microsoft 01/02/2017             63.58  0.0168291916
1443  1443            Reuters 01/02/2017           49.0803  0.0062835802
1444  1444          Starbucks 01/02/2017              53.9  0.0244897959
1445  1445          Starbucks 01/02/2017              53.9  0.0244897959
1446  1446         McDonald's 01/02/2017            122.42  0.0012252900
1447  1447          Starbucks 01/02/2017              53.9  0.0244897959
1448  1448                CBS 01/02/2017              64.6 -0.0017027864
1449  1449          Starbucks 01/02/2017              53.9  0.0244897959
1450  1450             Amazon 01/02/2017            832.35 -0.0106565748
1451  1451               Ford 01/02/2017             12.32  0.0032467532
1452  1452         McDonald's 01/02/2017            122.42  0.0012252900
1453  1453             Amazon 01/02/2017            832.35 -0.0106565748
1454  1454         McDonald's 01/02/2017            122.42  0.0012252900
1455  1455            Netflix 01/02/2017            140.78 -0.0004972297
1456  1456               AT&T 01/02/2017             42.06  0.0023775559
1457  1457            TMobile 01/02/2017             63.26 -0.0156496997
1458  1458               Nike 01/02/2017             53.02 -0.0022632969
1459  1459             adidas 01/02/2017            147.54 -0.0077267182
1460  1460          Starbucks 01/02/2017              53.9  0.0244897959
1461  1461            Reuters 01/02/2017           49.0803  0.0062835802
1462  1462            Reuters 01/02/2017           49.0803  0.0062835802
1463  1463            Netflix 01/02/2017            140.78 -0.0004972297
1464  1464             Amazon 01/02/2017            832.35 -0.0106565748
1465  1465          Starbucks 01/02/2017              53.9  0.0244897959
1466  1466           Gillette 01/02/2017           4216.95  0.0001778537
1467  1467            Netflix 01/02/2017            140.78 -0.0004972297
1468  1468         McDonald's 01/02/2017            122.42  0.0012252900
1469  1469         McDonald's 01/02/2017            122.42  0.0012252900
1470  1470            Verizon 01/02/2017             48.39  0.0128125646
1471  1471             Amazon 01/02/2017            832.35 -0.0106565748
1472  1472               eBay 01/02/2017             32.18 -0.0108763207
1473  1473         McDonald's 01/02/2017            122.42  0.0012252900
1474  1474                CBS 01/02/2017              64.6 -0.0017027864
1475  1475               eBay 01/02/2017             32.18 -0.0108763207
1476  1476          Starbucks 01/02/2017              53.9  0.0244897959
1477  1477         McDonald's 01/02/2017            122.42  0.0012252900
1478  1478            Netflix 01/02/2017            140.78 -0.0004972297
1479  1479               eBay 01/02/2017             32.18 -0.0108763207
1480  1480         McDonald's 01/02/2017            122.42  0.0012252900
1481  1481            TMobile 01/02/2017             63.26 -0.0156496997
1482  1482               eBay 01/02/2017             32.18 -0.0108763207
1483  1483            Reuters 01/02/2017           49.0803  0.0062835802
1484  1484         McDonald's 01/02/2017            122.42  0.0012252900
1485  1485            Walmart 01/02/2017             66.23  0.0077004379
1486  1486              Apple 01/02/2017            128.75 -0.0574757282
1487  1487            Netflix 01/02/2017            140.78 -0.0004972297
1488  1488               eBay 01/02/2017             32.18 -0.0108763207
1489  1489            Reuters 01/02/2017           49.0803  0.0062835802
1490  1490               eBay 01/02/2017             32.18 -0.0108763207
1491  1491            Reuters 01/02/2017           49.0803  0.0062835802
1492  1492            Netflix 01/02/2017            140.78 -0.0004972297
1493  1493            Reuters 01/02/2017           49.0803  0.0062835802
1494  1494             Amazon 01/02/2017            832.35 -0.0106565748
1495  1495         McDonald's 01/02/2017            122.42  0.0012252900
1496  1496               eBay 01/02/2017             32.18 -0.0108763207
1497  1497         McDonald's 01/02/2017            122.42  0.0012252900
1498  1498         McDonald's 01/02/2017            122.42  0.0012252900
1499  1499         McDonald's 01/02/2017            122.42  0.0012252900
1500  1500         McDonald's 01/02/2017            122.42  0.0012252900
1501  1501         McDonald's 01/02/2017            122.42  0.0012252900
1502  1502            TMobile 01/02/2017             63.26 -0.0156496997
1503  1503         McDonald's 01/02/2017            122.42  0.0012252900
1504  1504         McDonald's 01/02/2017            122.42  0.0012252900
1505  1505                CBS 01/02/2017              64.6 -0.0017027864
1506  1506              Pepsi 01/02/2017            103.01  0.0074750024
1507  1507         McDonald's 01/02/2017            122.42  0.0012252900
1508  1508            Netflix 01/02/2017            140.78 -0.0004972297
1509  1509              Adobe 01/02/2017            113.36  0.0001764291
1510  1510         McDonald's 01/02/2017            122.42  0.0012252900
1511  1511               eBay 01/02/2017             32.18 -0.0108763207
1512  1512            Netflix 01/02/2017            140.78 -0.0004972297
1513  1513             Amazon 01/02/2017            832.35 -0.0106565748
1514  1514         McDonald's 01/02/2017            122.42  0.0012252900
1515  1515            Walmart 01/02/2017             66.23  0.0077004379
1516  1516         McDonald's 01/02/2017            122.42  0.0012252900
1517  1517            Reuters 01/02/2017           49.0803  0.0062835802
1518  1518            Expedia 01/02/2017            120.77  0.0067897657
1519  1519         McDonald's 01/02/2017            122.42  0.0012252900
1520  1520         McDonald's 01/02/2017            122.42  0.0012252900
1521  1521            Reuters 01/02/2017           49.0803  0.0062835802
1522  1522          Starbucks 01/02/2017              53.9  0.0244897959
1523  1523            Reuters 01/02/2017           49.0803  0.0062835802
1524  1524               eBay 01/02/2017             32.18 -0.0108763207
1525  1525            Reuters 01/02/2017           49.0803  0.0062835802
1526  1526         McDonald's 01/02/2017            122.42  0.0012252900
1527  1527               eBay 01/02/2017             32.18 -0.0108763207
1528  1528         McDonald's 01/02/2017            122.42  0.0012252900
1529  1529          Starbucks 01/02/2017              53.9  0.0244897959
1530  1530                IBM 01/02/2017            174.29  0.0013196397
1531  1531           Facebook 01/02/2017            133.23 -0.0218419275
1532  1532               eBay 01/02/2017             32.18 -0.0108763207
1533  1533         McDonald's 01/02/2017            122.42  0.0012252900
1534  1534               eBay 01/02/2017             32.18 -0.0108763207
1535  1535            Reuters 01/02/2017           49.0803  0.0062835802
1536  1536              Apple 01/02/2017            128.75 -0.0574757282
1537  1537      Deutsche Bank 01/02/2017            18.276 -0.0273582841
1538  1538              Apple 01/02/2017            128.75 -0.0574757282
1539  1539         McDonald's 01/02/2017            122.42  0.0012252900
1540  1540         McDonald's 01/02/2017            122.42  0.0012252900
1541  1541         McDonald's 01/02/2017            122.42  0.0012252900
1542  1542           Facebook 01/02/2017            133.23 -0.0218419275
1543  1543         McDonald's 01/02/2017            122.42  0.0012252900
1544  1544         McDonald's 01/02/2017            122.42  0.0012252900
1545  1545         McDonald's 01/02/2017            122.42  0.0012252900
1546  1546               eBay 01/02/2017             32.18 -0.0108763207
1547  1547         McDonald's 01/02/2017            122.42  0.0012252900
1548  1548               eBay 01/02/2017             32.18 -0.0108763207
1549  1549               eBay 01/02/2017             32.18 -0.0108763207
1550  1550             Nestle 01/02/2017             72.15  0.0020790021
1551  1551         McDonald's 01/02/2017            122.42  0.0012252900
1552  1552         McDonald's 01/02/2017            122.42  0.0012252900
1553  1553         McDonald's 01/02/2017            122.42  0.0012252900
1554  1554         McDonald's 01/02/2017            122.42  0.0012252900
1555  1555         McDonald's 01/02/2017            122.42  0.0012252900
1556  1556             Google 01/02/2017            815.24  0.0060718316
1557  1557              Pepsi 01/02/2017            103.01  0.0074750024
1558  1558         McDonald's 01/02/2017            122.42  0.0012252900
1559  1559         McDonald's 01/02/2017            122.42  0.0012252900
1560  1560               eBay 01/02/2017             32.18 -0.0108763207
1561  1561               eBay 01/02/2017             32.18 -0.0108763207
1562  1562               eBay 01/02/2017             32.18 -0.0108763207
1563  1563         McDonald's 01/02/2017            122.42  0.0012252900
1564  1564               eBay 01/02/2017             32.18 -0.0108763207
1565  1565         McDonald's 01/02/2017            122.42  0.0012252900
1566  1566         McDonald's 01/02/2017            122.42  0.0012252900
1567  1567               eBay 01/02/2017             32.18 -0.0108763207
1568  1568          Starbucks 01/02/2017              53.9  0.0244897959
1569  1569             Disney 01/02/2017             111.3 -0.0058400719
1570  1570         McDonald's 01/02/2017            122.42  0.0012252900
1571  1571         McDonald's 01/02/2017            122.42  0.0012252900
1572  1572             Amazon 01/02/2017            832.35 -0.0106565748
1573  1573              Pepsi 01/02/2017            103.01  0.0074750024
1574  1574            Reuters 01/02/2017           49.0803  0.0062835802
1575  1575         McDonald's 01/02/2017            122.42  0.0012252900
1576  1576         McDonald's 01/02/2017            122.42  0.0012252900
1577  1577         McDonald's 01/02/2017            122.42  0.0012252900
1578  1578          Starbucks 01/02/2017              53.9  0.0244897959
1579  1579               Nike 01/02/2017             53.02 -0.0022632969
1580  1580               AT&T 01/02/2017             42.06  0.0023775559
1581  1581              Pepsi 01/02/2017            103.01  0.0074750024
1582  1582         McDonald's 01/02/2017            122.42  0.0012252900
1583  1583               eBay 01/02/2017             32.18 -0.0108763207
1584  1584         McDonald's 01/02/2017            122.42  0.0012252900
1585  1585         McDonald's 01/02/2017            122.42  0.0012252900
1586  1586               eBay 01/02/2017             32.18 -0.0108763207
1587  1587          Starbucks 01/02/2017              53.9  0.0244897959
1588  1588         McDonald's 01/02/2017            122.42  0.0012252900
1589  1589         McDonald's 01/02/2017            122.42  0.0012252900
1590  1590             Amazon 01/02/2017            832.35 -0.0106565748
1591  1591               eBay 01/02/2017             32.18 -0.0108763207
1592  1592               eBay 01/02/2017             32.18 -0.0108763207
1593  1593               eBay 01/02/2017             32.18 -0.0108763207
1594  1594             Amazon 01/02/2017            832.35 -0.0106565748
1595  1595         McDonald's 01/02/2017            122.42  0.0012252900
1596  1596               Nike 01/02/2017             53.02 -0.0022632969
1597  1597         McDonald's 01/02/2017            122.42  0.0012252900
1598  1598         McDonald's 01/02/2017            122.42  0.0012252900
1599  1599            Reuters 01/02/2017           49.0803  0.0062835802
1600  1600             Amazon 01/02/2017            832.35 -0.0106565748
1601  1601          Starbucks 01/02/2017              53.9  0.0244897959
1602  1602         McDonald's 01/02/2017            122.42  0.0012252900
1603  1603         McDonald's 01/02/2017            122.42  0.0012252900
1604  1604           Facebook 01/02/2017            133.23 -0.0218419275
1605  1605             Disney 01/02/2017             111.3 -0.0058400719
1606  1606             Disney 01/02/2017             111.3 -0.0058400719
1607  1607         McDonald's 01/02/2017            122.42  0.0012252900
1608  1608         McDonald's 01/02/2017            122.42  0.0012252900
1609  1609         McDonald's 01/02/2017            122.42  0.0012252900
1610  1610         McDonald's 01/02/2017            122.42  0.0012252900
1611  1611         McDonald's 01/02/2017            122.42  0.0012252900
1612  1612               eBay 01/02/2017             32.18 -0.0108763207
1613  1613                UPS 01/02/2017            105.35  0.0358803987
1614  1614         McDonald's 01/02/2017            122.42  0.0012252900
1615  1615              Adobe 01/02/2017            113.36  0.0001764291
1616  1616         McDonald's 01/02/2017            122.42  0.0012252900
1617  1617             Amazon 01/02/2017            832.35 -0.0106565748
1618  1618               ASOS 01/02/2017            5267.0 -0.0001898614
1619  1619         McDonald's 01/02/2017            122.42  0.0012252900
1620  1620               eBay 01/02/2017             32.18 -0.0108763207
1621  1621        Wells Fargo 01/02/2017             55.91  0.0075120730
1622  1622            Reuters 01/02/2017           49.0803  0.0062835802
1623  1623         McDonald's 01/02/2017            122.42  0.0012252900
1624  1624         McDonald's 01/02/2017            122.42  0.0012252900
1625  1625             Disney 01/02/2017             111.3 -0.0058400719
1626  1626                IBM 01/02/2017            174.29  0.0013196397
1627  1627             Amazon 01/02/2017            832.35 -0.0106565748
1628  1628              Pepsi 01/02/2017            103.01  0.0074750024
1629  1629         McDonald's 01/02/2017            122.42  0.0012252900
1630  1630         McDonald's 01/02/2017            122.42  0.0012252900
1631  1631         McDonald's 01/02/2017            122.42  0.0012252900
1632  1632               Nike 01/02/2017             53.02 -0.0022632969
1633  1633            Netflix 01/02/2017            140.78 -0.0004972297
1634  1634              Apple 01/02/2017            128.75 -0.0574757282
1635  1635         McDonald's 01/02/2017            122.42  0.0012252900
1636  1636              Apple 01/02/2017            128.75 -0.0574757282
1637  1637                CBS 01/02/2017              64.6 -0.0017027864
1638  1638         McDonald's 01/02/2017            122.42  0.0012252900
1639  1639              Pepsi 01/02/2017            103.01  0.0074750024
1640  1640              Apple 01/02/2017            128.75 -0.0574757282
1641  1641            Reuters 01/02/2017           49.0803  0.0062835802
1642  1642         McDonald's 01/02/2017            122.42  0.0012252900
1643  1643         McDonald's 01/02/2017            122.42  0.0012252900
1644  1644         McDonald's 01/02/2017            122.42  0.0012252900
1645  1645          Microsoft 01/02/2017             63.58  0.0168291916
1646  1646         McDonald's 01/02/2017            122.42  0.0012252900
1647  1647               Audi 01/02/2017             677.0  0.0000000000
1648  1648            Reuters 01/02/2017           49.0803  0.0062835802
1649  1649          Starbucks 01/02/2017              53.9  0.0244897959
1650  1650               eBay 01/02/2017             32.18 -0.0108763207
1651  1651               eBay 01/02/2017             32.18 -0.0108763207
1652  1652            Reuters 01/02/2017           49.0803  0.0062835802
1653  1653            Reuters 01/02/2017           49.0803  0.0062835802
1654  1654         McDonald's 01/02/2017            122.42  0.0012252900
1655  1655          Starbucks 01/02/2017              53.9  0.0244897959
1656  1656         McDonald's 01/02/2017            122.42  0.0012252900
1657  1657               eBay 01/02/2017             32.18 -0.0108763207
1658  1658              Pepsi 01/02/2017            103.01  0.0074750024
1659  1659         McDonald's 01/02/2017            122.42  0.0012252900
1660  1660            Reuters 01/02/2017           49.0803  0.0062835802
1661  1661               eBay 01/02/2017             32.18 -0.0108763207
1662  1662         McDonald's 01/02/2017            122.42  0.0012252900
1663  1663               eBay 01/02/2017             32.18 -0.0108763207
1664  1664         McDonald's 01/02/2017            122.42  0.0012252900
1665  1665         McDonald's 01/02/2017            122.42  0.0012252900
1666  1666         McDonald's 01/02/2017            122.42  0.0012252900
1667  1667         McDonald's 01/02/2017            122.42  0.0012252900
1668  1668            Reuters 01/02/2017           49.0803  0.0062835802
1669  1669          Starbucks 01/02/2017              53.9  0.0244897959
1670  1670         McDonald's 01/02/2017            122.42  0.0012252900
1671  1671               eBay 01/02/2017             32.18 -0.0108763207
1672  1672               eBay 01/02/2017             32.18 -0.0108763207
1673  1673         McDonald's 01/02/2017            122.42  0.0012252900
1674  1674         McDonald's 01/02/2017            122.42  0.0012252900
1675  1675            Netflix 01/02/2017            140.78 -0.0004972297
1676  1676            Reuters 01/02/2017           49.0803  0.0062835802
1677  1677         McDonald's 01/02/2017            122.42  0.0012252900
1678  1678         McDonald's 01/02/2017            122.42  0.0012252900
1679  1679               eBay 01/02/2017             32.18 -0.0108763207
1680  1680         McDonald's 01/02/2017            122.42  0.0012252900
1681  1681              Apple 01/02/2017            128.75 -0.0574757282
1682  1682               eBay 01/02/2017             32.18 -0.0108763207
1683  1683            Reuters 01/02/2017           49.0803  0.0062835802
1684  1684         McDonald's 01/02/2017            122.42  0.0012252900
1685  1685            Reuters 01/02/2017           49.0803  0.0062835802
1686  1686            Reuters 01/02/2017           49.0803  0.0062835802
1687  1687            Reuters 01/02/2017           49.0803  0.0062835802
1688  1688         McDonald's 01/02/2017            122.42  0.0012252900
1689  1689                H&M 01/02/2017             26.59  0.0000000000
1690  1690         McDonald's 01/02/2017            122.42  0.0012252900
1691  1691             Amazon 01/02/2017            832.35 -0.0106565748
1692  1692               eBay 01/02/2017             32.18 -0.0108763207
1693  1693         McDonald's 01/02/2017            122.42  0.0012252900
1694  1694              Apple 01/02/2017            128.75 -0.0574757282
1695  1695         McDonald's 01/02/2017            122.42  0.0012252900
1696  1696         McDonald's 01/02/2017            122.42  0.0012252900
1697  1697          Starbucks 01/02/2017              53.9  0.0244897959
1698  1698         McDonald's 01/02/2017            122.42  0.0012252900
1699  1699      Goldman Sachs 01/02/2017            230.67 -0.0058525166
1700  1700                CBS 01/02/2017              64.6 -0.0017027864
1701  1701         McDonald's 01/02/2017            122.42  0.0012252900
1702  1702               eBay 01/02/2017             32.18 -0.0108763207
1703  1703         McDonald's 01/02/2017            122.42  0.0012252900
1704  1704         McDonald's 01/02/2017            122.42  0.0012252900
1705  1705           JPMorgan 01/02/2017             84.95 -0.0037669217
1706  1706               AT&T 01/02/2017             42.06  0.0023775559
1707  1707         McDonald's 01/02/2017            122.42  0.0012252900
1708  1708              Apple 01/02/2017            128.75 -0.0574757282
1709  1709               AT&T 01/02/2017             42.06  0.0023775559
1710  1710            Reuters 01/02/2017           49.0803  0.0062835802
1711  1711         McDonald's 01/02/2017            122.42  0.0012252900
1712  1712            Netflix 01/02/2017            140.78 -0.0004972297
1713  1713         McDonald's 01/02/2017            122.42  0.0012252900
1714  1714         McDonald's 01/02/2017            122.42  0.0012252900
1715  1715             Amazon 01/02/2017            832.35 -0.0106565748
1716  1716              Apple 01/02/2017            128.75 -0.0574757282
1717  1717               eBay 01/02/2017             32.18 -0.0108763207
1718  1718            Reuters 01/02/2017           49.0803  0.0062835802
1719  1719            Reuters 01/02/2017           49.0803  0.0062835802
1720  1720         McDonald's 01/02/2017            122.42  0.0012252900
1721  1721         McDonald's 01/02/2017            122.42  0.0012252900
1722  1722         McDonald's 01/02/2017            122.42  0.0012252900
1723  1723             Amazon 01/02/2017            832.35 -0.0106565748
1724  1724              Adobe 01/02/2017            113.36  0.0001764291
1725  1725         McDonald's 01/02/2017            122.42  0.0012252900
1726  1726         McDonald's 01/02/2017            122.42  0.0012252900
1727  1727                IBM 01/02/2017            174.29  0.0013196397
1728  1728         McDonald's 01/02/2017            122.42  0.0012252900
1729  1729            Reuters 01/02/2017           49.0803  0.0062835802
1730  1730         McDonald's 01/02/2017            122.42  0.0012252900
1731  1731             adidas 01/02/2017            147.54 -0.0077267182
1732  1732            Netflix 01/02/2017            140.78 -0.0004972297
1733  1733         McDonald's 01/02/2017            122.42  0.0012252900
1734  1734         McDonald's 01/02/2017            122.42  0.0012252900
1735  1735         McDonald's 01/02/2017            122.42  0.0012252900
1736  1736         McDonald's 01/02/2017            122.42  0.0012252900
1737  1737         McDonald's 01/02/2017            122.42  0.0012252900
1738  1738            Verizon 01/02/2017             48.39  0.0128125646
1739  1739              FedEx 01/02/2017            186.27  0.0152466849
1740  1740             Google 01/02/2017            815.24  0.0060718316
1741  1741               eBay 01/02/2017             32.18 -0.0108763207
1742  1742            Reuters 01/02/2017           49.0803  0.0062835802
1743  1743               eBay 01/02/2017             32.18 -0.0108763207
1744  1744              Adobe 01/02/2017            113.36  0.0001764291
1745  1745             Amazon 01/02/2017            832.35 -0.0106565748
1746  1746         McDonald's 01/02/2017            122.42  0.0012252900
1747  1747      Deutsche Bank 01/02/2017            18.276 -0.0273582841
1748  1748          Starbucks 01/02/2017              53.9  0.0244897959
1749  1749            Comcast 01/02/2017            37.805 -0.0025128951
1750  1750              Apple 01/02/2017            128.75 -0.0574757282
1751  1751         McDonald's 01/02/2017            122.42  0.0012252900
1752  1752         McDonald's 01/02/2017            122.42  0.0012252900
1753  1753         McDonald's 01/02/2017            122.42  0.0012252900
1754  1754                 HP 01/02/2017             14.99  0.0040026684
1755  1755              Apple 01/02/2017            128.75 -0.0574757282
1756  1756         McDonald's 01/02/2017            122.42  0.0012252900
1757  1757             Amazon 01/02/2017            832.35 -0.0106565748
1758  1758         McDonald's 01/02/2017            122.42  0.0012252900
1759  1759               eBay 01/02/2017             32.18 -0.0108763207
1760  1760         McDonald's 01/02/2017            122.42  0.0012252900
1761  1761         McDonald's 01/02/2017            122.42  0.0012252900
1762  1762               AT&T 01/02/2017             42.06  0.0023775559
1763  1763         McDonald's 01/02/2017            122.42  0.0012252900
1764  1764         McDonald's 01/02/2017            122.42  0.0012252900
1765  1765         McDonald's 01/02/2017            122.42  0.0012252900
1766  1766            Netflix 01/02/2017            140.78 -0.0004972297
1767  1767               eBay 01/02/2017             32.18 -0.0108763207
1768  1768         McDonald's 01/02/2017            122.42  0.0012252900
1769  1769               eBay 01/02/2017             32.18 -0.0108763207
1770  1770          Starbucks 01/02/2017              53.9  0.0244897959
1771  1771            Reuters 01/02/2017           49.0803  0.0062835802
1772  1772               AT&T 01/02/2017             42.06  0.0023775559
1773  1773         McDonald's 01/02/2017            122.42  0.0012252900
1774  1774            Reuters 01/02/2017           49.0803  0.0062835802
1775  1775            TMobile 01/02/2017             63.26 -0.0156496997
1776  1776         McDonald's 01/02/2017            122.42  0.0012252900
1777  1777             Disney 01/02/2017             111.3 -0.0058400719
1778  1778         McDonald's 01/02/2017            122.42  0.0012252900
1779  1779         McDonald's 01/02/2017            122.42  0.0012252900
1780  1780               eBay 01/02/2017             32.18 -0.0108763207
1781  1781            Reuters 01/02/2017           49.0803  0.0062835802
1782  1782         Home Depot 01/02/2017            137.44  0.0010186263
1783  1783         McDonald's 01/02/2017            122.42  0.0012252900
1784  1784              Pepsi 01/02/2017            103.01  0.0074750024
1785  1785             Amazon 01/02/2017            832.35 -0.0106565748
1786  1786            Reuters 01/02/2017           49.0803  0.0062835802
1787  1787         McDonald's 01/02/2017            122.42  0.0012252900
1788  1788         McDonald's 01/02/2017            122.42  0.0012252900
1789  1789               Sony 01/02/2017            3410.0  0.0038123167
1790  1790         McDonald's 01/02/2017            122.42  0.0012252900
1791  1791            Reuters 01/02/2017           49.0803  0.0062835802
1792  1792        TripAdvisor 01/02/2017             51.87  0.0198573356
1793  1793             Amazon 01/02/2017            832.35 -0.0106565748
1794  1794             Google 01/02/2017            815.24  0.0060718316
1795  1795         McDonald's 01/02/2017            122.42  0.0012252900
1796  1796         McDonald's 01/02/2017            122.42  0.0012252900
1797  1797         McDonald's 01/02/2017            122.42  0.0012252900
1798  1798           Gillette 01/02/2017           4216.95  0.0001778537
1799  1799               eBay 01/02/2017             32.18 -0.0108763207
1800  1800         McDonald's 01/02/2017            122.42  0.0012252900
1801  1801            Reuters 01/02/2017           49.0803  0.0062835802
1802  1802         McDonald's 01/02/2017            122.42  0.0012252900
1803  1803             Amazon 01/02/2017            832.35 -0.0106565748
1804  1804               eBay 01/02/2017             32.18 -0.0108763207
1805  1805               eBay 01/02/2017             32.18 -0.0108763207
1806  1806              Pepsi 01/02/2017            103.01  0.0074750024
1807  1807         McDonald's 01/02/2017            122.42  0.0012252900
1808  1808         McDonald's 01/02/2017            122.42  0.0012252900
1809  1809               eBay 01/02/2017             32.18 -0.0108763207
1810  1810         McDonald's 01/02/2017            122.42  0.0012252900
1811  1811         McDonald's 01/02/2017            122.42  0.0012252900
1812  1812             Nestle 01/02/2017             72.15  0.0020790021
1813  1813         McDonald's 01/02/2017            122.42  0.0012252900
1814  1814          Microsoft 01/02/2017             63.58  0.0168291916
1815  1815         McDonald's 01/02/2017            122.42  0.0012252900
1816  1816         McDonald's 01/02/2017            122.42  0.0012252900
1817  1817         McDonald's 01/02/2017            122.42  0.0012252900
1818  1818         McDonald's 01/02/2017            122.42  0.0012252900
1819  1819               eBay 28/02/2017              33.9  0.0112094395
1820  1820           Facebook 28/02/2017            135.54  0.0064187694
1821  1821               eBay 28/02/2017              33.9  0.0112094395
1822  1822                UPS 28/02/2017            105.76  0.0091717095
1823  1823                BMW 28/02/2017 84.22200000000002  0.0038113557
1824  1824             Amazon 28/02/2017            845.04  0.0042601534
1825  1825          Starbucks 28/02/2017             56.87 -0.0015825567
1826  1826               eBay 28/02/2017              33.9  0.0112094395
1827  1827            Netflix 28/02/2017            142.13  0.0090058397
1828  1828               eBay 28/02/2017              33.9  0.0112094395
1829  1829              Tesco 28/02/2017             188.4  0.0037154989
1830  1830               eBay 28/02/2017              33.9  0.0112094395
1831  1831            Netflix 28/02/2017            142.13  0.0090058397
1832  1832           Facebook 28/02/2017            135.54  0.0064187694
1833  1833           Facebook 28/02/2017            135.54  0.0064187694
1834  1834           Heineken 28/02/2017              77.9  0.0003851091
1835  1835             Disney 28/02/2017            110.09  0.0012716868
1836  1836            Netflix 28/02/2017            142.13  0.0090058397
1837  1837              Tesco 28/02/2017             188.4  0.0037154989
1838  1838             Amazon 28/02/2017            845.04  0.0042601534
1839  1839            Netflix 28/02/2017            142.13  0.0090058397
1840  1840               eBay 28/02/2017              33.9  0.0112094395
1841  1841            Reuters 28/02/2017            46.591  0.0073297418
1842  1842               AT&T 28/02/2017             41.79  0.0007178751
1843  1843            Netflix 28/02/2017            142.13  0.0090058397
1844  1844            Reuters 28/02/2017            46.591  0.0073297418
1845  1845              Apple 28/02/2017            136.99 -0.0004379882
1846  1846               eBay 28/02/2017              33.9  0.0112094395
1847  1847           Facebook 28/02/2017            135.54  0.0064187694
1848  1848             Google 28/02/2017            844.93  0.0056099322
1849  1849             Amazon 28/02/2017            845.04  0.0042601534
1850  1850               eBay 28/02/2017              33.9  0.0112094395
1851  1851               eBay 28/02/2017              33.9  0.0112094395
1852  1852               eBay 28/02/2017              33.9  0.0112094395
1853  1853            Reuters 28/02/2017            46.591  0.0073297418
1854  1854              Apple 28/02/2017            136.99 -0.0004379882
1855  1855               eBay 28/02/2017              33.9  0.0112094395
1856  1856             Amazon 28/02/2017            845.04  0.0042601534
1857  1857              Apple 28/02/2017            136.99 -0.0004379882
1858  1858            Reuters 28/02/2017            46.591  0.0073297418
1859  1859               eBay 28/02/2017              33.9  0.0112094395
1860  1860             Thales 28/02/2017              93.0 -0.0352688172
1861  1861             Google 28/02/2017            844.93  0.0056099322
1862  1862            Reuters 28/02/2017            46.591  0.0073297418
1863  1863              Cisco 28/02/2017             34.18  0.0023405500
1864  1864        Wells Fargo 28/02/2017             57.88  0.0031098825
1865  1865               eBay 28/02/2017              33.9  0.0112094395
1866  1866            Reuters 28/02/2017            46.591  0.0073297418
1867  1867              Adobe 28/02/2017            118.34  0.0037181004
1868  1868             adidas 28/02/2017           157.863 -0.0007474836
1869  1869               Nike 28/02/2017             57.16  0.0092722183
1870  1870              Tesco 28/02/2017             188.4  0.0037154989
1871  1871              Shell 28/02/2017            2079.5 -0.0024044241
1872  1872                BMW 28/02/2017 84.22200000000002  0.0038113557
1873  1873            Walmart 28/02/2017             70.93  0.0114197096
1874  1874               eBay 28/02/2017              33.9  0.0112094395
1875  1875            Netflix 28/02/2017            142.13  0.0090058397
1876  1876         McDonald's 28/02/2017            127.65 -0.0051703878
1877  1877               eBay 28/02/2017              33.9  0.0112094395
1878  1878               eBay 28/02/2017              33.9  0.0112094395
1879  1879               eBay 28/02/2017              33.9  0.0112094395
1880  1880               eBay 28/02/2017              33.9  0.0112094395
1881  1881              Tesco 28/02/2017             188.4  0.0037154989
1882  1882                GSK 28/02/2017            1648.0 -0.0021237864
1883  1883                IBM 28/02/2017            179.82 -0.0023356690
1884  1884     Morgan Stanley 28/02/2017             45.67  0.0037223560
1885  1885            Netflix 28/02/2017            142.13  0.0090058397
1886  1886               eBay 28/02/2017              33.9  0.0112094395
1887  1887             adidas 28/02/2017           157.863 -0.0007474836
1888  1888               Sony 28/02/2017            3478.0 -0.0069005175
1889  1889            Walmart 28/02/2017             70.93  0.0114197096
1890  1890            Reuters 28/02/2017            46.591  0.0073297418
1891  1891   General Electric 28/02/2017           28.6549  0.0043622557
1892  1892               AT&T 28/02/2017             41.79  0.0007178751
1893  1893              FedEx 28/02/2017            192.98  0.0072028189
1894  1894             Amazon 28/02/2017            845.04  0.0042601534
1895  1895               eBay 28/02/2017              33.9  0.0112094395
1896  1896             Amazon 28/02/2017            845.04  0.0042601534
1897  1897             Nestle 28/02/2017             74.25  0.0006734007
1898  1898             Google 28/02/2017            844.93  0.0056099322
1899  1899                IBM 28/02/2017            179.82 -0.0023356690
1900  1900             Google 28/02/2017            844.93  0.0056099322
1901  1901             Amazon 28/02/2017            845.04  0.0042601534
1902  1902               ASOS 28/02/2017            5432.0 -0.0025773196
1903  1903            Reuters 28/02/2017            46.591  0.0073297418
1904  1904               eBay 28/02/2017              33.9  0.0112094395
1905  1905            Siemens 28/02/2017           122.532 -0.0001387393
1906  1906            Reuters 28/02/2017            46.591  0.0073297418
1907  1907               eBay 28/02/2017              33.9  0.0112094395
1908  1908            Walmart 28/02/2017             70.93  0.0114197096
1909  1909            Reuters 28/02/2017            46.591  0.0073297418
1910  1910                H&M 28/02/2017              26.4 -0.0068181818
1911  1911            Reuters 28/02/2017            46.591  0.0073297418
1912  1912               eBay 28/02/2017              33.9  0.0112094395
1913  1913               eBay 28/02/2017              33.9  0.0112094395
1914  1914               eBay 28/02/2017              33.9  0.0112094395
1915  1915              Tesco 28/02/2017             188.4  0.0037154989
1916  1916            Ryanair 28/02/2017             14.28 -0.0203081232
1917  1917            easyJet 28/02/2017             951.0 -0.0157728707
1918  1918               eBay 28/02/2017              33.9  0.0112094395
1919  1919            Reuters 28/02/2017            46.591  0.0073297418
1920  1920             Nissan 28/02/2017            1106.0 -0.0009041591
1921  1921               eBay 28/02/2017              33.9  0.0112094395
1922  1922              Adobe 28/02/2017            118.34  0.0037181004
1923  1923                GSK 28/02/2017            1648.0 -0.0021237864
1924  1924               eBay 28/02/2017              33.9  0.0112094395
1925  1925               eBay 28/02/2017              33.9  0.0112094395
1926  1926            Reuters 28/02/2017            46.591  0.0073297418
1927  1927             adidas 28/02/2017           157.863 -0.0007474836
1928  1928             Amazon 28/02/2017            845.04  0.0042601534
1929  1929            Reuters 28/02/2017            46.591  0.0073297418
1930  1930             Google 28/02/2017            844.93  0.0056099322
1931  1931               eBay 28/02/2017              33.9  0.0112094395
1932  1932               eBay 28/02/2017              33.9  0.0112094395
1933  1933            Reuters 28/02/2017            46.591  0.0073297418
1934  1934            Reuters 28/02/2017            46.591  0.0073297418
1935  1935                H&M 28/02/2017              26.4 -0.0068181818
1936  1936            Hyundai 28/02/2017          149500.0 -0.0066889632
1937  1937               eBay 28/02/2017              33.9  0.0112094395
1938  1938            Reuters 28/02/2017            46.591  0.0073297418
1939  1939             Nestle 28/02/2017             74.25  0.0006734007
1940  1940            Walmart 28/02/2017             70.93  0.0114197096
1941  1941              Shell 28/02/2017            2079.5 -0.0024044241
1942  1942            Walmart 28/02/2017             70.93  0.0114197096
1943  1943      Deutsche Bank 28/02/2017           17.5796 -0.0055860202
1944  1944               eBay 28/02/2017              33.9  0.0112094395
1945  1945            Reuters 28/02/2017            46.591  0.0073297418
1946  1946         Mastercard 28/02/2017            110.46  0.0009958356
1947  1947              Tesco 28/02/2017             188.4  0.0037154989
1948  1948               eBay 28/02/2017              33.9  0.0112094395
1949  1949            Reuters 28/02/2017            46.591  0.0073297418
1950  1950               eBay 28/02/2017              33.9  0.0112094395
1951  1951              Shell 28/02/2017            2079.5 -0.0024044241
1952  1952               eBay 28/02/2017              33.9  0.0112094395
1953  1953             Amazon 28/02/2017            845.04  0.0042601534
1954  1954          Carrefour 28/02/2017             22.54 -0.0144188110
1955  1955               eBay 28/02/2017              33.9  0.0112094395
1956  1956               eBay 28/02/2017              33.9  0.0112094395
1957  1957          Starbucks 28/02/2017             56.87 -0.0015825567
1958  1958      Deutsche Bank 28/02/2017           17.5796 -0.0055860202
1959  1959           Facebook 28/02/2017            135.54  0.0064187694
1960  1960             Disney 28/02/2017            110.09  0.0012716868
1961  1961              Tesco 28/02/2017             188.4  0.0037154989
1962  1962               eBay 28/02/2017              33.9  0.0112094395
1963  1963               Nike 28/02/2017             57.16  0.0092722183
1964  1964            Netflix 28/02/2017            142.13  0.0090058397
1965  1965               eBay 28/02/2017              33.9  0.0112094395
1966  1966               eBay 28/02/2017              33.9  0.0112094395
1967  1967             Disney 28/02/2017            110.09  0.0012716868
1968  1968               eBay 28/02/2017              33.9  0.0112094395
1969  1969              Apple 28/02/2017            136.99 -0.0004379882
1970  1970               eBay 28/02/2017              33.9  0.0112094395
1971  1971                BMW 28/02/2017 84.22200000000002  0.0038113557
1972  1972      Deutsche Bank 28/02/2017           17.5796 -0.0055860202
1973  1973          Microsoft 28/02/2017             63.98  0.0039074711
1974  1974             Amazon 28/02/2017            845.04  0.0042601534
1975  1975          Starbucks 28/02/2017             56.87 -0.0015825567
1976  1976             Amazon 28/02/2017            845.04  0.0042601534
1977  1977                GSK 28/02/2017            1648.0 -0.0021237864
1978  1978               eBay 28/02/2017              33.9  0.0112094395
1979  1979               eBay 28/02/2017              33.9  0.0112094395
1980  1980             Amazon 28/02/2017            845.04  0.0042601534
1981  1981                 BP 28/02/2017            453.55 -0.0045198986
1982  1982               Sony 28/02/2017            3478.0 -0.0069005175
1983  1983             Kroger 28/02/2017              31.8  0.0132075472
1984  1984             Google 28/02/2017            844.93  0.0056099322
1985  1985            TMobile 28/02/2017             62.53 -0.0057572365
1986  1986             Amazon 28/02/2017            845.04  0.0042601534
1987  1987             Google 28/02/2017            844.93  0.0056099322
1988  1988             Google 28/02/2017            844.93  0.0056099322
1989  1989                 BP 28/02/2017            453.55 -0.0045198986
1990  1990               eBay 28/02/2017              33.9  0.0112094395
1991  1991              Tesco 28/02/2017             188.4  0.0037154989
1992  1992              Tesco 28/02/2017             188.4  0.0037154989
1993  1993              Shell 28/02/2017            2079.5 -0.0024044241
1994  1994             Amazon 28/02/2017            845.04  0.0042601534
1995  1995             Amazon 28/02/2017            845.04  0.0042601534
1996  1996             Amazon 28/02/2017            845.04  0.0042601534
1997  1997               eBay 28/02/2017              33.9  0.0112094395
1998  1998               eBay 28/02/2017              33.9  0.0112094395
1999  1999               eBay 28/02/2017              33.9  0.0112094395
2000  2000               eBay 28/02/2017              33.9  0.0112094395
2001  2001      Goldman Sachs 28/02/2017            248.06  0.0051197291
2002  2002               eBay 28/02/2017              33.9  0.0112094395
2003  2003             Amazon 28/02/2017            845.04  0.0042601534
2004  2004               eBay 28/02/2017              33.9  0.0112094395
2005  2005            Ryanair 28/02/2017             14.28 -0.0203081232
2006  2006              Tesco 28/02/2017             188.4  0.0037154989
2007  2007               Sony 28/02/2017            3478.0 -0.0069005175
2008  2008             Amazon 28/02/2017            845.04  0.0042601534
2009  2009           JPMorgan 28/02/2017             90.62 -0.0020966674
2010  2010               eBay 28/02/2017              33.9  0.0112094395
2011  2011               eBay 28/02/2017              33.9  0.0112094395
2012  2012               Ford 28/02/2017             12.53  0.0103750998
2013  2013               eBay 28/02/2017              33.9  0.0112094395
2014  2014               eBay 28/02/2017              33.9  0.0112094395
2015  2015              Apple 28/02/2017            136.99 -0.0004379882
2016  2016               eBay 28/02/2017              33.9  0.0112094395
2017  2017               eBay 28/02/2017              33.9  0.0112094395
2018  2018             Amazon 28/02/2017            845.04  0.0042601534
2019  2019                CBS 28/02/2017             65.92  0.0047026699
2020  2020            TMobile 28/02/2017             62.53 -0.0057572365
2021  2021              Shell 28/02/2017            2079.5 -0.0024044241
2022  2022                IBM 28/02/2017            179.82 -0.0023356690
2023  2023               Nike 28/02/2017             57.16  0.0092722183
2024  2024           Facebook 28/02/2017            135.54  0.0064187694
2025  2025            TMobile 28/02/2017             62.53 -0.0057572365
2026  2026               eBay 28/02/2017              33.9  0.0112094395
2027  2027               eBay 28/02/2017              33.9  0.0112094395
2028  2028            Reuters 28/02/2017            46.591  0.0073297418
2029  2029           Facebook 28/02/2017            135.54  0.0064187694
2030  2030              Tesco 28/02/2017             188.4  0.0037154989
2031  2031             Nissan 28/02/2017            1106.0 -0.0009041591
2032  2032               eBay 28/02/2017              33.9  0.0112094395
2033  2033               eBay 28/02/2017              33.9  0.0112094395
2034  2034            Reuters 28/02/2017            46.591  0.0073297418
2035  2035            Reuters 28/02/2017            46.591  0.0073297418
2036  2036               eBay 28/02/2017              33.9  0.0112094395
2037  2037               eBay 28/02/2017              33.9  0.0112094395
2038  2038               AT&T 28/02/2017             41.79  0.0007178751
2039  2039            easyJet 28/02/2017             951.0 -0.0157728707
2040  2040               eBay 28/02/2017              33.9  0.0112094395
2041  2041               AT&T 28/02/2017             41.79  0.0007178751
2042  2042             Amazon 28/02/2017            845.04  0.0042601534
2043  2043               eBay 28/02/2017              33.9  0.0112094395
2044  2044           Facebook 28/02/2017            135.54  0.0064187694
2045  2045               eBay 28/02/2017              33.9  0.0112094395
2046  2046           Facebook 28/02/2017            135.54  0.0064187694
2047  2047               eBay 28/02/2017              33.9  0.0112094395
2048  2048          Starbucks 28/02/2017             56.87 -0.0015825567
2049  2049             Amazon 28/02/2017            845.04  0.0042601534
2050  2050               eBay 28/02/2017              33.9  0.0112094395
2051  2051               eBay 28/02/2017              33.9  0.0112094395
2052  2052               eBay 28/02/2017              33.9  0.0112094395
2053  2053                BMW 28/02/2017 84.22200000000002  0.0038113557
2054  2054            Ryanair 28/02/2017             14.28 -0.0203081232
2055  2055            Reuters 28/02/2017            46.591  0.0073297418
2056  2056               Ford 28/02/2017             12.53  0.0103750998
2057  2057               eBay 28/02/2017              33.9  0.0112094395
2058  2058                H&M 28/02/2017              26.4 -0.0068181818
2059  2059            Reuters 28/02/2017            46.591  0.0073297418
2060  2060            Netflix 28/02/2017            142.13  0.0090058397
2061  2061            Reuters 28/02/2017            46.591  0.0073297418
2062  2062             Amazon 28/02/2017            845.04  0.0042601534
2063  2063          Starbucks 28/02/2017             56.87 -0.0015825567
2064  2064              Apple 28/02/2017            136.99 -0.0004379882
2065  2065               eBay 28/02/2017              33.9  0.0112094395
2066  2066               Sony 28/02/2017            3478.0 -0.0069005175
2067  2067             Amazon 28/02/2017            845.04  0.0042601534
2068  2068               eBay 28/02/2017              33.9  0.0112094395
2069  2069               eBay 28/02/2017              33.9  0.0112094395
2070  2070             Disney 28/02/2017            110.09  0.0012716868
2071  2071            Reuters 28/02/2017            46.591  0.0073297418
2072  2072            Reuters 28/02/2017            46.591  0.0073297418
2073  2073               Nike 28/02/2017             57.16  0.0092722183
2074  2074            Groupon 28/02/2017              4.23  0.0614657210
2075  2075               eBay 28/02/2017              33.9  0.0112094395
2076  2076             Amazon 28/02/2017            845.04  0.0042601534
2077  2077               eBay 28/02/2017              33.9  0.0112094395
2078  2078            Reuters 28/02/2017            46.591  0.0073297418
2079  2079               eBay 28/02/2017              33.9  0.0112094395
2080  2080              Shell 28/02/2017            2079.5 -0.0024044241
2081  2081            Reuters 28/02/2017            46.591  0.0073297418
2082  2082               eBay 28/02/2017              33.9  0.0112094395
2083  2083             Amazon 28/02/2017            845.04  0.0042601534
2084  2084            Ryanair 28/02/2017             14.28 -0.0203081232
2085  2085               eBay 28/02/2017              33.9  0.0112094395
2086  2086           Facebook 28/02/2017            135.54  0.0064187694
2087  2087    Bank of America 28/02/2017             24.68 -0.0044570502
2088  2088             Amazon 28/02/2017            845.04  0.0042601534
2089  2089               eBay 28/02/2017              33.9  0.0112094395
2090  2090               eBay 28/02/2017              33.9  0.0112094395
2091  2091          Starbucks 28/02/2017             56.87 -0.0015825567
2092  2092              Tesco 28/02/2017             188.4  0.0037154989
2093  2093               eBay 28/02/2017              33.9  0.0112094395
2094  2094            Ryanair 28/02/2017             14.28 -0.0203081232
2095  2095               eBay 28/02/2017              33.9  0.0112094395
2096  2096               eBay 28/02/2017              33.9  0.0112094395
2097  2097               eBay 28/02/2017              33.9  0.0112094395
2098  2098            Netflix 28/02/2017            142.13  0.0090058397
2099  2099             Amazon 28/02/2017            845.04  0.0042601534
2100  2100               eBay 28/02/2017              33.9  0.0112094395
2101  2101             Disney 28/02/2017            110.09  0.0012716868
2102  2102            Reuters 28/02/2017            46.591  0.0073297418
2103  2103               eBay 28/02/2017              33.9  0.0112094395
2104  2104               eBay 28/02/2017              33.9  0.0112094395
2105  2105            Groupon 28/02/2017              4.23  0.0614657210
2106  2106              Tesco 28/02/2017             188.4  0.0037154989
2107  2107             Disney 28/02/2017            110.09  0.0012716868
2108  2108             Amazon 28/02/2017            845.04  0.0042601534
2109  2109            Walmart 28/02/2017             70.93  0.0114197096
2110  2110             Google 28/02/2017            844.93  0.0056099322
2111  2111            TMobile 28/02/2017             62.53 -0.0057572365
2112  2112               eBay 28/02/2017              33.9  0.0112094395
2113  2113          Kellogg's 28/02/2017             74.07 -0.0025651411
2114  2114               eBay 28/02/2017              33.9  0.0112094395
2115  2115               eBay 28/02/2017              33.9  0.0112094395
2116  2116               Nike 28/02/2017             57.16  0.0092722183
2117  2117               Nike 28/02/2017             57.16  0.0092722183
2118  2118               Nike 28/02/2017             57.16  0.0092722183
2119  2119            Walmart 28/02/2017             70.93  0.0114197096
2120  2120             Viacom 28/02/2017             45.55  0.0109769484
2121  2121             Google 28/02/2017            844.93  0.0056099322
2122  2122               eBay 28/02/2017              33.9  0.0112094395
2123  2123               eBay 28/02/2017              33.9  0.0112094395
2124  2124               eBay 28/02/2017              33.9  0.0112094395
2125  2125               eBay 28/02/2017              33.9  0.0112094395
2126  2126               eBay 28/02/2017              33.9  0.0112094395
2127  2127               eBay 28/02/2017              33.9  0.0112094395
2128  2128                IBM 28/02/2017            179.82 -0.0023356690
2129  2129              Apple 28/02/2017            136.99 -0.0004379882
2130  2130               eBay 28/02/2017              33.9  0.0112094395
2131  2131               eBay 28/02/2017              33.9  0.0112094395
2132  2132     salesforce.com 28/02/2017             81.35  0.0023355870
2133  2133            easyJet 28/02/2017             951.0 -0.0157728707
2134  2134                SAP 28/02/2017             87.74  0.0018349669
2135  2135              Apple 28/02/2017            136.99 -0.0004379882
2136  2136          Starbucks 28/02/2017             56.87 -0.0015825567
2137  2137            Reuters 28/02/2017            46.591  0.0073297418
2138  2138             Disney 28/02/2017            110.09  0.0012716868
2139  2139               eBay 28/02/2017              33.9  0.0112094395
2140  2140               eBay 28/02/2017              33.9  0.0112094395
2141  2141            Reuters 28/02/2017            46.591  0.0073297418
2142  2142               eBay 28/02/2017              33.9  0.0112094395
2143  2143            Reuters 28/02/2017            46.591  0.0073297418
2144  2144             adidas 28/02/2017           157.863 -0.0007474836
2145  2145               Nike 28/02/2017             57.16  0.0092722183
2146  2146             Amazon 28/02/2017            845.04  0.0042601534
2147  2147            Reuters 28/02/2017            46.591  0.0073297418
2148  2148          Starbucks 28/02/2017             56.87 -0.0015825567
2149  2149               eBay 28/02/2017              33.9  0.0112094395
2150  2150               Next 28/02/2017            3827.0 -0.0044421218
2151  2151               AT&T 28/02/2017             41.79  0.0007178751
2152  2152         McDonald's 28/02/2017            127.65 -0.0051703878
2153  2153               eBay 28/02/2017              33.9  0.0112094395
2154  2154             Google 28/02/2017            844.93  0.0056099322
2155  2155             Google 28/02/2017            844.93  0.0056099322
2156  2156               eBay 28/02/2017              33.9  0.0112094395
2157  2157               eBay 28/02/2017              33.9  0.0112094395
2158  2158             Amazon 28/02/2017            845.04  0.0042601534
2159  2159               eBay 28/02/2017              33.9  0.0112094395
2160  2160           Facebook 28/02/2017            135.54  0.0064187694
2161  2161              Tesco 28/02/2017             188.4  0.0037154989
2162  2162               AT&T 28/02/2017             41.79  0.0007178751
2163  2163               eBay 28/02/2017              33.9  0.0112094395
2164  2164                CBS 28/02/2017             65.92  0.0047026699
2165  2165             Amazon 28/02/2017            845.04  0.0042601534
2166  2166               eBay 28/02/2017              33.9  0.0112094395
2167  2167               eBay 28/02/2017              33.9  0.0112094395
2168  2168          Starbucks 28/02/2017             56.87 -0.0015825567
2169  2169            Reuters 28/02/2017            46.591  0.0073297418
2170  2170             Disney 28/02/2017            110.09  0.0012716868
2171  2171             Amazon 28/02/2017            845.04  0.0042601534
2172  2172            Reuters 28/02/2017            46.591  0.0073297418
2173  2173                CBS 28/02/2017             65.92  0.0047026699
2174  2174             Amazon 28/02/2017            845.04  0.0042601534
2175  2175             PayPal 28/02/2017              42.0  0.0152380952
2176  2176              Honda 28/02/2017            3489.0  0.0025795357
2177  2177             Amazon 28/02/2017            845.04  0.0042601534
2178  2178            Reuters 28/02/2017            46.591  0.0073297418
2179  2179               eBay 28/02/2017              33.9  0.0112094395
2180  2180               eBay 28/02/2017              33.9  0.0112094395
2181  2181             Amazon 28/02/2017            845.04  0.0042601534
2182  2182             Amazon 28/02/2017            845.04  0.0042601534
2183  2183            Reuters 28/02/2017            46.591  0.0073297418
2184  2184               eBay 28/02/2017              33.9  0.0112094395
2185  2185               eBay 28/02/2017              33.9  0.0112094395
2186  2186             Amazon 28/02/2017            845.04  0.0042601534
2187  2187               eBay 28/02/2017              33.9  0.0112094395
2188  2188               HSBC 28/02/2017             646.5 -0.0007733952
2189  2189               HSBC 28/02/2017             646.5 -0.0007733952
2190  2190        Wells Fargo 28/02/2017             57.88  0.0031098825
2191  2191            Reuters 28/02/2017            46.591  0.0073297418
2192  2192             Amazon 28/02/2017            845.04  0.0042601534
2193  2193             Amazon 28/02/2017            845.04  0.0042601534
2194  2194             Amazon 28/02/2017            845.04  0.0042601534
2195  2195            Walmart 28/02/2017             70.93  0.0114197096
2196  2196                 BP 28/02/2017            453.55 -0.0045198986
2197  2197               eBay 28/02/2017              33.9  0.0112094395
2198  2198                CBS 28/02/2017             65.92  0.0047026699
2199  2199               eBay 28/02/2017              33.9  0.0112094395
2200  2200            TMobile 28/02/2017             62.53 -0.0057572365
2201  2201            TMobile 28/02/2017             62.53 -0.0057572365
2202  2202            Walmart 28/02/2017             70.93  0.0114197096
2203  2203               eBay 28/02/2017              33.9  0.0112094395
2204  2204             Amazon 28/02/2017            845.04  0.0042601534
2205  2205               eBay 28/02/2017              33.9  0.0112094395
2206  2206            Comcast 28/02/2017             37.42  0.0029396045
2207  2207               eBay 28/02/2017              33.9  0.0112094395
2208  2208             Google 28/02/2017            844.93  0.0056099322
2209  2209          Microsoft 28/02/2017             63.98  0.0039074711
2210  2210            TMobile 28/02/2017             62.53 -0.0057572365
2211  2211            Allianz 28/02/2017            163.94 -0.0002866903
2212  2212               eBay 28/02/2017              33.9  0.0112094395
2213  2213               eBay 28/02/2017              33.9  0.0112094395
2214  2214              Tesco 28/02/2017             188.4  0.0037154989
2215  2215               Sony 28/02/2017            3478.0 -0.0069005175
2216  2216            Netflix 28/02/2017            142.13  0.0090058397
2217  2217            Reuters 28/02/2017            46.591  0.0073297418
2218  2218               eBay 28/02/2017              33.9  0.0112094395
2219  2219               eBay 28/02/2017              33.9  0.0112094395
2220  2220                IBM 28/02/2017            179.82 -0.0023356690
2221  2221               eBay 28/02/2017              33.9  0.0112094395
2222  2222             Google 28/02/2017            844.93  0.0056099322
2223  2223               eBay 28/02/2017              33.9  0.0112094395
2224  2224            Reuters 28/02/2017            46.591  0.0073297418
2225  2225               eBay 28/02/2017              33.9  0.0112094395
2226  2226           Heineken 28/02/2017              77.9  0.0003851091
2227  2227               eBay 28/02/2017              33.9  0.0112094395
2228  2228            Reuters 28/02/2017            46.591  0.0073297418
2229  2229               HSBC 28/02/2017             646.5 -0.0007733952
2230  2230               HSBC 28/02/2017             646.5 -0.0007733952
2231  2231               eBay 28/02/2017              33.9  0.0112094395
2232  2232            Reuters 28/02/2017            46.591  0.0073297418
2233  2233           Facebook 28/02/2017            135.54  0.0064187694
2234  2234               Nike 28/02/2017             57.16  0.0092722183
2235  2235            Netflix 28/02/2017            142.13  0.0090058397
2236  2236            Reuters 28/02/2017            46.591  0.0073297418
2237  2237          Starbucks 28/02/2017             56.87 -0.0015825567
2238  2238               eBay 28/02/2017              33.9  0.0112094395
2239  2239         McDonald's 28/02/2017            127.65 -0.0051703878
2240  2240      Goldman Sachs 28/02/2017            248.06  0.0051197291
2241  2241            Walmart 28/02/2017             70.93  0.0114197096
2242  2242              Tesco 28/02/2017             188.4  0.0037154989
2243  2243             Amazon 28/02/2017            845.04  0.0042601534
2244  2244              Apple 28/02/2017            136.99 -0.0004379882
2245  2245          Starbucks 28/02/2017             56.87 -0.0015825567
2246  2246          Microsoft 28/02/2017             63.98  0.0039074711
2247  2247               eBay 28/02/2017              33.9  0.0112094395
2248  2248               eBay 28/02/2017              33.9  0.0112094395
2249  2249               eBay 28/02/2017              33.9  0.0112094395
2250  2250            TMobile 28/02/2017             62.53 -0.0057572365
2251  2251               Sony 28/02/2017            3478.0 -0.0069005175
2252  2252              Adobe 28/02/2017            118.34  0.0037181004
2253  2253             Amazon 28/02/2017            845.04  0.0042601534
2254  2254              Adobe 28/02/2017            118.34  0.0037181004
2255  2255              Apple 28/02/2017            136.99 -0.0004379882
2256  2256               eBay 28/02/2017              33.9  0.0112094395
2257  2257               eBay 28/02/2017              33.9  0.0112094395
2258  2258               eBay 28/02/2017              33.9  0.0112094395
2259  2259             Amazon 28/02/2017            845.04  0.0042601534
2260  2260             Disney 28/02/2017            110.09  0.0012716868
2261  2261            Netflix 28/02/2017            142.13  0.0090058397
2262  2262            TMobile 28/02/2017             62.53 -0.0057572365
2263  2263            Netflix 28/02/2017            142.13  0.0090058397
2264  2264               eBay 28/02/2017              33.9  0.0112094395
2265  2265            Netflix 28/02/2017            142.13  0.0090058397
2266  2266               AT&T 28/02/2017             41.79  0.0007178751
2267  2267               eBay 28/02/2017              33.9  0.0112094395
2268  2268               eBay 28/02/2017              33.9  0.0112094395
2269  2269             Amazon 28/02/2017            845.04  0.0042601534
2270  2270               Nike 28/02/2017             57.16  0.0092722183
2271  2271               eBay 28/02/2017              33.9  0.0112094395
2272  2272               eBay 28/02/2017              33.9  0.0112094395
2273  2273             Amazon 28/02/2017            845.04  0.0042601534
2274  2274               eBay 28/02/2017              33.9  0.0112094395
2275  2275               eBay 28/02/2017              33.9  0.0112094395
2276  2276              Tesco 28/02/2017             188.4  0.0037154989
2277  2277             Toyota 28/02/2017            6365.0  0.0064414768
2278  2278            Reuters 28/02/2017            46.591  0.0073297418
2279  2279             Amazon 28/02/2017            845.04  0.0042601534
2280  2280               eBay 28/02/2017              33.9  0.0112094395
2281  2281               eBay 28/02/2017              33.9  0.0112094395
2282  2282               eBay 28/02/2017              33.9  0.0112094395
2283  2283           JPMorgan 28/02/2017             90.62 -0.0020966674
2284  2284             Amazon 28/02/2017            845.04  0.0042601534
2285  2285             Google 28/02/2017            844.93  0.0056099322
2286  2286               eBay 28/02/2017              33.9  0.0112094395
2287  2287             Amazon 28/02/2017            845.04  0.0042601534
2288  2288            Reuters 28/02/2017            46.591  0.0073297418
2289  2289                IBM 28/02/2017            179.82 -0.0023356690
2290  2290            Walmart 28/02/2017             70.93  0.0114197096
2291  2291               Ford 28/02/2017             12.53  0.0103750998
2292  2292               AT&T 28/02/2017             41.79  0.0007178751
2293  2293               eBay 28/02/2017              33.9  0.0112094395
2294  2294             Google 28/02/2017            844.93  0.0056099322
2295  2295               eBay 28/02/2017              33.9  0.0112094395
2296  2296            TMobile 28/02/2017             62.53 -0.0057572365
2297  2297                IBM 28/02/2017            179.82 -0.0023356690
2298  2298            TMobile 28/02/2017             62.53 -0.0057572365
2299  2299             PayPal 28/02/2017              42.0  0.0152380952
2300  2300             Google 28/02/2017            844.93  0.0056099322
2301  2301             Disney 28/02/2017            110.09  0.0012716868
2302  2302               eBay 28/02/2017              33.9  0.0112094395
2303  2303               eBay 28/02/2017              33.9  0.0112094395
2304  2304               eBay 28/02/2017              33.9  0.0112094395
2305  2305               eBay 28/02/2017              33.9  0.0112094395
2306  2306               eBay 28/02/2017              33.9  0.0112094395
2307  2307         McDonald's 28/02/2017            127.65 -0.0051703878
2308  2308            Netflix 28/02/2017            142.13  0.0090058397
2309  2309             Amazon 28/02/2017            845.04  0.0042601534
2310  2310            Reuters 28/02/2017            46.591  0.0073297418
2311  2311               AT&T 28/02/2017             41.79  0.0007178751
2312  2312              Apple 28/02/2017            136.99 -0.0004379882
2313  2313             Amazon 28/02/2017            845.04  0.0042601534
2314  2314              Shell 28/02/2017            2079.5 -0.0024044241
2315  2315               Ford 28/02/2017             12.53  0.0103750998
2316  2316               eBay 28/02/2017              33.9  0.0112094395
2317  2317     Morgan Stanley 28/02/2017             45.67  0.0037223560
2318  2318              Intel 28/02/2017              36.2  0.0085635359
2319  2319            Reuters 28/02/2017            46.591  0.0073297418
2320  2320             Amazon 28/02/2017            845.04  0.0042601534
2321  2321               eBay 28/02/2017              33.9  0.0112094395
2322  2322            Reuters 28/02/2017            46.591  0.0073297418
2323  2323               eBay 28/02/2017              33.9  0.0112094395
2324  2324             Google 28/02/2017            844.93  0.0056099322
2325  2325               HSBC 28/02/2017             646.5 -0.0007733952
2326  2326            Reuters 28/02/2017            46.591  0.0073297418
2327  2327           Facebook 28/02/2017            135.54  0.0064187694
2328  2328               eBay 28/02/2017              33.9  0.0112094395
2329  2329               Nike 28/02/2017             57.16  0.0092722183
2330  2330            Reuters 28/02/2017            46.591  0.0073297418
2331  2331           JPMorgan 28/02/2017             90.62 -0.0020966674
2332  2332            Walmart 28/02/2017             70.93  0.0114197096
2333  2333           CocaCola 28/02/2017             41.96 -0.0069113441
2334  2334               eBay 28/02/2017              33.9  0.0112094395
2335  2335             adidas 28/02/2017           157.863 -0.0007474836
2336  2336               eBay 28/02/2017              33.9  0.0112094395
2337  2337            Reuters 28/02/2017            46.591  0.0073297418
2338  2338             Amazon 28/02/2017            845.04  0.0042601534
2339  2339            Reuters 28/02/2017            46.591  0.0073297418
2340  2340            Reuters 28/02/2017            46.591  0.0073297418
2341  2341            Comcast 28/02/2017             37.42  0.0029396045
2342  2342            Reuters 28/02/2017            46.591  0.0073297418
2343  2343            Reuters 28/02/2017            46.591  0.0073297418
2344  2344            Walmart 28/02/2017             70.93  0.0114197096
2345  2345          Santander 28/02/2017            5.0692 -0.0188195376
2346  2346               Nike 28/02/2017             57.16  0.0092722183
2347  2347            Netflix 28/02/2017            142.13  0.0090058397
2348  2348            Reuters 28/02/2017            46.591  0.0073297418
2349  2349             Disney 28/02/2017            110.09  0.0012716868
2350  2350            TMobile 28/02/2017             62.53 -0.0057572365
2351  2351               Audi 28/02/2017 646.0219999999998  0.0200890991
2352  2352            Groupon 28/02/2017              4.23  0.0614657210
2353  2353             Amazon 28/02/2017            845.04  0.0042601534
2354  2354            Walmart 28/02/2017             70.93  0.0114197096
2355  2355               eBay 28/02/2017              33.9  0.0112094395
2356  2356             Costco 28/02/2017            177.18  0.0024833503
2357  2357               eBay 28/02/2017              33.9  0.0112094395
2358  2358               eBay 28/02/2017              33.9  0.0112094395
2359  2359               eBay 28/02/2017              33.9  0.0112094395
2360  2360               eBay 28/02/2017              33.9  0.0112094395
2361  2361         John Deere 28/02/2017            109.49  0.0001826651
2362  2362             Costco 28/02/2017            177.18  0.0024833503
2363  2363             Google 28/02/2017            844.93  0.0056099322
2364  2364           Facebook 28/02/2017            135.54  0.0064187694
2365  2365            Walmart 28/02/2017             70.93  0.0114197096
2366  2366               eBay 28/02/2017              33.9  0.0112094395
2367  2367              Adobe 28/02/2017            118.34  0.0037181004
2368  2368         McDonald's 28/02/2017            127.65 -0.0051703878
2369  2369               eBay 28/02/2017              33.9  0.0112094395
2370  2370             Amazon 28/02/2017            845.04  0.0042601534
2371  2371             Amazon 28/02/2017            845.04  0.0042601534
2372  2372               eBay 28/02/2017              33.9  0.0112094395
2373  2373               eBay 28/02/2017              33.9  0.0112094395
2374  2374              Apple 28/02/2017            136.99 -0.0004379882
2375  2375              Apple 28/02/2017            136.99 -0.0004379882
2376  2376               AT&T 28/02/2017             41.79  0.0007178751
2377  2377               AT&T 28/02/2017             41.79  0.0007178751
2378  2378               eBay 28/02/2017              33.9  0.0112094395
2379  2379         McDonald's 28/02/2017            127.65 -0.0051703878
2380  2380             Amazon 28/02/2017            845.04  0.0042601534
2381  2381               eBay 28/02/2017              33.9  0.0112094395
2382  2382            TMobile 28/02/2017             62.53 -0.0057572365
2383  2383              Adobe 28/02/2017            118.34  0.0037181004
2384  2384               eBay 28/02/2017              33.9  0.0112094395
2385  2385              Apple 28/02/2017            136.99 -0.0004379882
2386  2386               eBay 28/02/2017              33.9  0.0112094395
2387  2387              Apple 28/02/2017            136.99 -0.0004379882
2388  2388          Kellogg's 28/02/2017             74.07 -0.0025651411
2389  2389               Nike 28/02/2017             57.16  0.0092722183
2390  2390            TMobile 28/02/2017             62.53 -0.0057572365
2391  2391               eBay 28/02/2017              33.9  0.0112094395
2392  2392              Apple 28/02/2017            136.99 -0.0004379882
2393  2393            TMobile 28/02/2017             62.53 -0.0057572365
2394  2394        Wells Fargo 28/02/2017             57.88  0.0031098825
2395  2395               eBay 28/02/2017              33.9  0.0112094395
2396  2396            Reuters 28/02/2017            46.591  0.0073297418
2397  2397               eBay 28/02/2017              33.9  0.0112094395
2398  2398               eBay 28/02/2017              33.9  0.0112094395
2399  2399              Apple 28/02/2017            136.99 -0.0004379882
2400  2400           Facebook 28/02/2017            135.54  0.0064187694
2401  2401            Reuters 28/02/2017            46.591  0.0073297418
2402  2402              Yahoo 28/02/2017               4.6  0.0000000000
2403  2403               eBay 28/02/2017              33.9  0.0112094395
2404  2404               eBay 28/02/2017              33.9  0.0112094395
2405  2405               eBay 28/02/2017              33.9  0.0112094395
2406  2406               eBay 28/02/2017              33.9  0.0112094395
2407  2407              Tesco 28/02/2017             188.4  0.0037154989
2408  2408               Nike 28/02/2017             57.16  0.0092722183
2409  2409             Amazon 28/02/2017            845.04  0.0042601534
2410  2410   General Electric 28/02/2017           28.6549  0.0043622557
2411  2411               eBay 28/02/2017              33.9  0.0112094395
2412  2412               eBay 28/02/2017              33.9  0.0112094395
2413  2413            Netflix 28/02/2017            142.13  0.0090058397
2414  2414               eBay 28/02/2017              33.9  0.0112094395
2415  2415            Reuters 28/02/2017            46.591  0.0073297418
2416  2416            Walmart 28/02/2017             70.93  0.0114197096
2417  2417            Verizon 28/02/2017             49.63  0.0062462220
2418  2418           Facebook 28/02/2017            135.54  0.0064187694
2419  2419           Facebook 28/02/2017            135.54  0.0064187694
2420  2420               eBay 28/02/2017              33.9  0.0112094395
2421  2421               eBay 28/02/2017              33.9  0.0112094395
2422  2422            Netflix 28/02/2017            142.13  0.0090058397
2423  2423             Amazon 28/02/2017            845.04  0.0042601534
2424  2424          Starbucks 28/02/2017             56.87 -0.0015825567
2425  2425               eBay 28/02/2017              33.9  0.0112094395
2426  2426            Netflix 28/02/2017            142.13  0.0090058397
2427  2427            Reuters 28/02/2017            46.591  0.0073297418
2428  2428             Amazon 28/02/2017            845.04  0.0042601534
2429  2429             Amazon 28/02/2017            845.04  0.0042601534
2430  2430              Apple 28/02/2017            136.99 -0.0004379882
2431  2431                CBS 28/02/2017             65.92  0.0047026699
2432  2432               eBay 28/02/2017              33.9  0.0112094395
2433  2433            TMobile 28/02/2017             62.53 -0.0057572365
2434  2434             Amazon 28/02/2017            845.04  0.0042601534
2435  2435        TripAdvisor 28/02/2017             41.47  0.0323125151
2436  2436             Amazon 28/02/2017            845.04  0.0042601534
2437  2437      Goldman Sachs 28/02/2017            248.06  0.0051197291
2438  2438         McDonald's 28/02/2017            127.65 -0.0051703878
2439  2439               eBay 28/02/2017              33.9  0.0112094395
2440  2440            Netflix 28/02/2017            142.13  0.0090058397
2441  2441            Reuters 28/02/2017            46.591  0.0073297418
2442  2442             Amazon 28/02/2017            845.04  0.0042601534
2443  2443            Reuters 28/02/2017            46.591  0.0073297418
2444  2444             Oracle 28/02/2017             42.59  0.0025827659
2445  2445               eBay 28/02/2017              33.9  0.0112094395
2446  2446               AT&T 28/02/2017             41.79  0.0007178751
2447  2447            Netflix 28/02/2017            142.13  0.0090058397
2448  2448              Tesco 28/02/2017             188.4  0.0037154989
2449  2449                BMW 28/02/2017 84.22200000000002  0.0038113557
2450  2450               Sony 28/02/2017            3478.0 -0.0069005175
2451  2451        Wells Fargo 28/02/2017             57.88  0.0031098825
2452  2452               eBay 28/02/2017              33.9  0.0112094395
2453  2453            Reuters 28/02/2017            46.591  0.0073297418
2454  2454            Reuters 28/02/2017            46.591  0.0073297418
2455  2455            Reuters 28/02/2017            46.591  0.0073297418
2456  2456             Amazon 28/02/2017            845.04  0.0042601534
2457  2457      Goldman Sachs 28/02/2017            248.06  0.0051197291
2458  2458               AT&T 28/02/2017             41.79  0.0007178751
2459  2459            Reuters 28/02/2017            46.591  0.0073297418
2460  2460            Netflix 28/02/2017            142.13  0.0090058397
2461  2461               eBay 28/02/2017              33.9  0.0112094395
2462  2462            Netflix 28/02/2017            142.13  0.0090058397
2463  2463            Reuters 28/02/2017            46.591  0.0073297418
2464  2464            Reuters 28/02/2017            46.591  0.0073297418
2465  2465            Netflix 28/02/2017            142.13  0.0090058397
2466  2466            Reuters 28/02/2017            46.591  0.0073297418
2467  2467            Netflix 28/02/2017            142.13  0.0090058397
2468  2468            Reuters 28/02/2017            46.591  0.0073297418
2469  2469               eBay 28/02/2017              33.9  0.0112094395
2470  2470             Amazon 28/02/2017            845.04  0.0042601534
2471  2471              Tesco 28/02/2017             188.4  0.0037154989
2472  2472            Netflix 28/02/2017            142.13  0.0090058397
2473  2473            Netflix 28/02/2017            142.13  0.0090058397
2474  2474            Netflix 28/02/2017            142.13  0.0090058397
2475  2475               eBay 28/02/2017              33.9  0.0112094395
2476  2476               eBay 28/02/2017              33.9  0.0112094395
2477  2477            Reuters 28/02/2017            46.591  0.0073297418
2478  2478            Netflix 28/02/2017            142.13  0.0090058397
2479  2479            Reuters 28/02/2017            46.591  0.0073297418
2480  2480            Netflix 28/02/2017            142.13  0.0090058397
2481  2481               eBay 28/02/2017              33.9  0.0112094395
2482  2482            Netflix 28/02/2017            142.13  0.0090058397
2483  2483            Verizon 28/02/2017             49.63  0.0062462220
2484  2484            Netflix 28/02/2017            142.13  0.0090058397
2485  2485            Netflix 28/02/2017            142.13  0.0090058397
2486  2486           JPMorgan 28/02/2017             90.62 -0.0020966674
2487  2487            Netflix 28/02/2017            142.13  0.0090058397
2488  2488               HSBC 28/02/2017             646.5 -0.0007733952
2489  2489            Comcast 28/02/2017             37.42  0.0029396045
2490  2490            Netflix 28/02/2017            142.13  0.0090058397
2491  2491            Netflix 28/02/2017            142.13  0.0090058397
2492  2492            Netflix 28/02/2017            142.13  0.0090058397
2493  2493            Netflix 28/02/2017            142.13  0.0090058397
2494  2494            Netflix 28/02/2017            142.13  0.0090058397
2495  2495            Netflix 28/02/2017            142.13  0.0090058397
2496  2496               eBay 28/02/2017              33.9  0.0112094395
2497  2497              Tesco 28/02/2017             188.4  0.0037154989
2498  2498               AT&T 28/02/2017             41.79  0.0007178751
2499  2499            Reuters 28/02/2017            46.591  0.0073297418
2500  2500             Disney 28/02/2017            110.09  0.0012716868
2501  2501             Kroger 28/02/2017              31.8  0.0132075472
2502  2502            Netflix 28/02/2017            142.13  0.0090058397
2503  2503               eBay 28/02/2017              33.9  0.0112094395
2504  2504            Netflix 28/02/2017            142.13  0.0090058397
2505  2505            Netflix 28/02/2017            142.13  0.0090058397
2506  2506            Netflix 28/02/2017            142.13  0.0090058397
2507  2507               eBay 28/02/2017              33.9  0.0112094395
2508  2508               eBay 28/02/2017              33.9  0.0112094395
2509  2509            Reuters 28/02/2017            46.591  0.0073297418
2510  2510              Shell 28/02/2017            2079.5 -0.0024044241
2511  2511            Netflix 28/02/2017            142.13  0.0090058397
2512  2512            Netflix 28/02/2017            142.13  0.0090058397
2513  2513            Netflix 28/02/2017            142.13  0.0090058397
2514  2514            Netflix 28/02/2017            142.13  0.0090058397
2515  2515            Netflix 28/02/2017            142.13  0.0090058397
2516  2516             Google 28/02/2017            844.93  0.0056099322
2517  2517            Netflix 28/02/2017            142.13  0.0090058397
2518  2518            Reuters 28/02/2017            46.591  0.0073297418
2519  2519            Verizon 28/02/2017             49.63  0.0062462220
2520  2520            Netflix 28/02/2017            142.13  0.0090058397
2521  2521              Apple 28/02/2017            136.99 -0.0004379882
2522  2522              Exxon 28/02/2017             81.32  0.0027053615
2523  2523               eBay 28/02/2017              33.9  0.0112094395
2524  2524            Netflix 28/02/2017            142.13  0.0090058397
2525  2525               eBay 28/02/2017              33.9  0.0112094395
2526  2526              Tesco 28/02/2017             188.4  0.0037154989
2527  2527            Netflix 28/02/2017            142.13  0.0090058397
2528  2528            Netflix 28/02/2017            142.13  0.0090058397
2529  2529          Starbucks 28/02/2017             56.87 -0.0015825567
2530  2530               Audi 28/02/2017 646.0219999999998  0.0200890991
2531  2531               eBay 28/02/2017              33.9  0.0112094395
2532  2532               eBay 28/02/2017              33.9  0.0112094395
2533  2533            Netflix 28/02/2017            142.13  0.0090058397
2534  2534            Netflix 28/02/2017            142.13  0.0090058397
2535  2535               AT&T 28/02/2017             41.79  0.0007178751
2536  2536     salesforce.com 28/02/2017             81.35  0.0023355870
2537  2537             Google 28/02/2017            844.93  0.0056099322
2538  2538               AT&T 28/02/2017             41.79  0.0007178751
2539  2539            Verizon 28/02/2017             49.63  0.0062462220
2540  2540            Netflix 28/02/2017            142.13  0.0090058397
2541  2541         McDonald's 28/02/2017            127.65 -0.0051703878
2542  2542            TMobile 28/02/2017             62.53 -0.0057572365
2543  2543            TMobile 28/02/2017             62.53 -0.0057572365
2544  2544            Comcast 28/02/2017             37.42  0.0029396045
2545  2545             PayPal 28/02/2017              42.0  0.0152380952
2546  2546               eBay 28/02/2017              33.9  0.0112094395
2547  2547           Facebook 28/02/2017            135.54  0.0064187694
2548  2548     salesforce.com 28/02/2017             81.35  0.0023355870
2549  2549               eBay 28/02/2017              33.9  0.0112094395
2550  2550           JPMorgan 28/02/2017             90.62 -0.0020966674
2551  2551               AT&T 28/02/2017             41.79  0.0007178751
2552  2552             Amazon 28/02/2017            845.04  0.0042601534
2553  2553               AT&T 28/02/2017             41.79  0.0007178751
2554  2554               eBay 28/02/2017              33.9  0.0112094395
2555  2555           CocaCola 28/02/2017             41.96 -0.0069113441
2556  2556             adidas 28/02/2017           157.863 -0.0007474836
2557  2557             Amazon 28/02/2017            845.04  0.0042601534
2558  2558               eBay 28/02/2017              33.9  0.0112094395
2559  2559            Netflix 28/02/2017            142.13  0.0090058397
2560  2560         McDonald's 28/02/2017            127.65 -0.0051703878
2561  2561            Netflix 28/02/2017            142.13  0.0090058397
2562  2562              Adobe 28/02/2017            118.34  0.0037181004
2563  2563             Nissan 28/02/2017            1106.0 -0.0009041591
2564  2564            Netflix 28/02/2017            142.13  0.0090058397
2565  2565              Tesco 28/02/2017             188.4  0.0037154989
2566  2566           Facebook 28/02/2017            135.54  0.0064187694
2567  2567            Netflix 28/02/2017            142.13  0.0090058397
2568  2568              Tesco 28/02/2017             188.4  0.0037154989
2569  2569               eBay 28/02/2017              33.9  0.0112094395
2570  2570               eBay 28/02/2017              33.9  0.0112094395
2571  2571            Netflix 28/02/2017            142.13  0.0090058397
2572  2572        Wells Fargo 28/02/2017             57.88  0.0031098825
2573  2573               eBay 28/02/2017              33.9  0.0112094395
2574  2574             Google 28/02/2017            844.93  0.0056099322
2575  2575            TMobile 28/02/2017             62.53 -0.0057572365
2576  2576               Nike 28/02/2017             57.16  0.0092722183
2577  2577               eBay 28/02/2017              33.9  0.0112094395
2578  2578                CBS 28/02/2017             65.92  0.0047026699
2579  2579            TMobile 28/02/2017             62.53 -0.0057572365
2580  2580               eBay 28/02/2017              33.9  0.0112094395
2581  2581            Expedia 28/02/2017            119.04 -0.0029401882
2582  2582            Expedia 28/02/2017            119.04 -0.0029401882
2583  2583            Expedia 28/02/2017            119.04 -0.0029401882
2584  2584            Expedia 28/02/2017            119.04 -0.0029401882
2585  2585            Expedia 28/02/2017            119.04 -0.0029401882
2586  2586           Facebook 28/02/2017            135.54  0.0064187694
2587  2587            Verizon 28/02/2017             49.63  0.0062462220
2588  2588               eBay 28/02/2017              33.9  0.0112094395
2589  2589        Wells Fargo 28/02/2017             57.88  0.0031098825
2590  2590             Amazon 28/02/2017            845.04  0.0042601534
2591  2591               eBay 28/02/2017              33.9  0.0112094395
2592  2592        Wells Fargo 28/02/2017             57.88  0.0031098825
2593  2593               eBay 28/02/2017              33.9  0.0112094395
2594  2594               eBay 28/02/2017              33.9  0.0112094395
2595  2595            Reuters 28/02/2017            46.591  0.0073297418
2596  2596            Groupon 28/02/2017              4.23  0.0614657210
2597  2597             Google 28/02/2017            844.93  0.0056099322
2598  2598            Comcast 28/02/2017             37.42  0.0029396045
2599  2599        TripAdvisor 28/02/2017             41.47  0.0323125151
2600  2600            Netflix 28/02/2017            142.13  0.0090058397
2601  2601             Google 28/02/2017            844.93  0.0056099322
2602  2602               eBay 28/02/2017              33.9  0.0112094395
2603  2603              Yahoo 28/02/2017               4.6  0.0000000000
2604  2604               eBay 28/02/2017              33.9  0.0112094395
2605  2605             Disney 28/02/2017            110.09  0.0012716868
2606  2606             Disney 28/02/2017            110.09  0.0012716868
2607  2607               eBay 28/02/2017              33.9  0.0112094395
2608  2608               eBay 28/02/2017              33.9  0.0112094395
2609  2609               eBay 28/02/2017              33.9  0.0112094395
2610  2610               eBay 28/02/2017              33.9  0.0112094395
2611  2611          Starbucks 28/02/2017             56.87 -0.0015825567
2612  2612             Amazon 28/02/2017            845.04  0.0042601534
2613  2613               eBay 28/02/2017              33.9  0.0112094395
2614  2614            Reuters 28/02/2017            46.591  0.0073297418
2615  2615         Mastercard 28/02/2017            110.46  0.0009958356
2616  2616           Facebook 28/02/2017            135.54  0.0064187694
2617  2617                CBS 28/02/2017             65.92  0.0047026699
2618  2618           CocaCola 28/02/2017             41.96 -0.0069113441
2619  2619            Reuters 28/02/2017            46.591  0.0073297418
2620  2620               eBay 28/02/2017              33.9  0.0112094395
2621  2621          Microsoft 28/02/2017             63.98  0.0039074711
2622  2622               eBay 28/02/2017              33.9  0.0112094395
2623  2623               eBay 28/02/2017              33.9  0.0112094395
2624  2624               eBay 28/02/2017              33.9  0.0112094395
2625  2625                CBS 28/02/2017             65.92  0.0047026699
2626  2626            Comcast 28/02/2017             37.42  0.0029396045
2627  2627      Goldman Sachs 28/02/2017            248.06  0.0051197291
2628  2628                IBM 28/02/2017            179.82 -0.0023356690
2629  2629          Citigroup 28/02/2017             59.81  0.0035111185
2630  2630          Microsoft 28/02/2017             63.98  0.0039074711
2631  2631            Reuters 28/02/2017            46.591  0.0073297418
2632  2632               AT&T 28/02/2017             41.79  0.0007178751
2633  2633               AT&T 01/03/2017             42.04 -0.0059467174
2634  2634               eBay 01/03/2017             34.27 -0.0107966151
2635  2635            TMobile 01/03/2017             62.34  0.0030478024
2636  2636               eBay 01/03/2017             34.27 -0.0107966151
2637  2637            Reuters 01/03/2017           46.7012 -0.0023596824
2638  2638            TMobile 01/03/2017             62.34  0.0030478024
2639  2639            Reuters 01/03/2017           46.7012 -0.0023596824
2640  2640               eBay 01/03/2017             34.27 -0.0107966151
2641  2641             Google 01/03/2017            856.75 -0.0137963233
2642  2642            Walmart 01/03/2017             70.45  0.0068133428
2643  2643             Amazon 01/03/2017            853.08 -0.0094246729
2644  2644               eBay 01/03/2017             34.27 -0.0107966151
2645  2645                SAP 01/03/2017            89.749 -0.0223846505
2646  2646               eBay 01/03/2017             34.27 -0.0107966151
2647  2647            TMobile 01/03/2017             62.34  0.0030478024
2648  2648                UPS 01/03/2017            106.87 -0.0103864508
2649  2649               eBay 01/03/2017             34.27 -0.0107966151
2650  2650          Kellogg's 01/03/2017             74.83 -0.0101563544
2651  2651            Reuters 01/03/2017           46.7012 -0.0023596824
2652  2652               eBay 01/03/2017             34.27 -0.0107966151
2653  2653            Netflix 01/03/2017            142.65 -0.0036452857
2654  2654               eBay 01/03/2017             34.27 -0.0107966151
2655  2655               eBay 01/03/2017             34.27 -0.0107966151
2656  2656             Disney 01/03/2017            111.04 -0.0085554755
2657  2657               AT&T 01/03/2017             42.04 -0.0059467174
2658  2658             Amazon 01/03/2017            853.08 -0.0094246729
2659  2659               eBay 01/03/2017             34.27 -0.0107966151
2660  2660                H&M 01/03/2017              26.4  0.0000000000
2661  2661               eBay 01/03/2017             34.27 -0.0107966151
2662  2662           CocaCola 01/03/2017             42.16 -0.0047438330
2663  2663            Reuters 01/03/2017           46.7012 -0.0023596824
2664  2664               eBay 01/03/2017             34.27 -0.0107966151
2665  2665               Ford 01/03/2017             12.69 -0.0126083530
2666  2666               eBay 01/03/2017             34.27 -0.0107966151
2667  2667            Netflix 01/03/2017            142.65 -0.0036452857
2668  2668            Walmart 01/03/2017             70.45  0.0068133428
2669  2669            Walmart 01/03/2017             70.45  0.0068133428
2670  2670               eBay 01/03/2017             34.27 -0.0107966151
2671  2671            Netflix 01/03/2017            142.65 -0.0036452857
2672  2672             Amazon 01/03/2017            853.08 -0.0094246729
2673  2673               eBay 01/03/2017             34.27 -0.0107966151
2674  2674               eBay 01/03/2017             34.27 -0.0107966151
2675  2675               eBay 01/03/2017             34.27 -0.0107966151
2676  2676            Reuters 01/03/2017           46.7012 -0.0023596824
2677  2677              Apple 01/03/2017            139.79 -0.0200300451
2678  2678            Reuters 01/03/2017           46.7012 -0.0023596824
2679  2679             Amazon 01/03/2017            853.08 -0.0094246729
2680  2680               eBay 01/03/2017             34.27 -0.0107966151
2681  2681               eBay 01/03/2017             34.27 -0.0107966151
2682  2682           Burberry 01/03/2017            1772.0 -0.0259593679
2683  2683             Amazon 01/03/2017            853.08 -0.0094246729
2684  2684         McDonald's 01/03/2017            129.05 -0.0108485083
2685  2685         Mastercard 01/03/2017            112.31 -0.0164722643
2686  2686            TMobile 01/03/2017             62.34  0.0030478024
2687  2687            Netflix 01/03/2017            142.65 -0.0036452857
2688  2688               eBay 01/03/2017             34.27 -0.0107966151
2689  2689            Reuters 01/03/2017           46.7012 -0.0023596824
2690  2690               eBay 01/03/2017             34.27 -0.0107966151
2691  2691           CocaCola 01/03/2017             42.16 -0.0047438330
2692  2692             Disney 01/03/2017            111.04 -0.0085554755
2693  2693             adidas 01/03/2017             160.5 -0.0164299065
2694  2694             adidas 01/03/2017             160.5 -0.0164299065
2695  2695              Apple 01/03/2017            139.79 -0.0200300451
2696  2696              Apple 01/03/2017            139.79 -0.0200300451
2697  2697            Netflix 01/03/2017            142.65 -0.0036452857
2698  2698             Nestle 01/03/2017              74.7 -0.0060240964
2699  2699               eBay 01/03/2017             34.27 -0.0107966151
2700  2700            Reuters 01/03/2017           46.7012 -0.0023596824
2701  2701               AT&T 01/03/2017             42.04 -0.0059467174
2702  2702            Walmart 01/03/2017             70.45  0.0068133428
2703  2703               eBay 01/03/2017             34.27 -0.0107966151
2704  2704               eBay 01/03/2017             34.27 -0.0107966151
2705  2705         McDonald's 01/03/2017            129.05 -0.0108485083
2706  2706                H&M 01/03/2017              26.4  0.0000000000
2707  2707               eBay 01/03/2017             34.27 -0.0107966151
2708  2708               eBay 01/03/2017             34.27 -0.0107966151
2709  2709            Reuters 01/03/2017           46.7012 -0.0023596824
2710  2710               eBay 01/03/2017             34.27 -0.0107966151
2711  2711            Walmart 01/03/2017             70.45  0.0068133428
2712  2712          Citigroup 01/03/2017             61.54 -0.0281117972
2713  2713             Amazon 01/03/2017            853.08 -0.0094246729
2714  2714         Volkswagen 01/03/2017           144.045 -0.0285744038
2715  2715               eBay 01/03/2017             34.27 -0.0107966151
2716  2716             Disney 01/03/2017            111.04 -0.0085554755
2717  2717               eBay 01/03/2017             34.27 -0.0107966151
2718  2718               AT&T 01/03/2017             42.04 -0.0059467174
2719  2719              Apple 01/03/2017            139.79 -0.0200300451
2720  2720               eBay 01/03/2017             34.27 -0.0107966151
2721  2721             Disney 01/03/2017            111.04 -0.0085554755
2722  2722               eBay 01/03/2017             34.27 -0.0107966151
2723  2723               eBay 01/03/2017             34.27 -0.0107966151
2724  2724               eBay 01/03/2017             34.27 -0.0107966151
2725  2725               eBay 01/03/2017             34.27 -0.0107966151
2726  2726             Amazon 01/03/2017            853.08 -0.0094246729
2727  2727            Verizon 01/03/2017             49.81 -0.0036137322
2728  2728                SAP 01/03/2017            89.749 -0.0223846505
2729  2729             Disney 01/03/2017            111.04 -0.0085554755
2730  2730             Kroger 01/03/2017             32.06 -0.0081097941
2731  2731              Apple 01/03/2017            139.79 -0.0200300451
2732  2732               ASOS 01/03/2017            5503.0 -0.0129020534
2733  2733           JPMorgan 01/03/2017              93.6 -0.0318376068
2734  2734          Starbucks 01/03/2017             57.14 -0.0047252363
2735  2735            TMobile 01/03/2017             62.34  0.0030478024
2736  2736            TMobile 01/03/2017             62.34  0.0030478024
2737  2737             Disney 01/03/2017            111.04 -0.0085554755
2738  2738               eBay 01/03/2017             34.27 -0.0107966151
2739  2739            Netflix 01/03/2017            142.65 -0.0036452857
2740  2740             Disney 01/03/2017            111.04 -0.0085554755
2741  2741               eBay 01/03/2017             34.27 -0.0107966151
2742  2742            Walmart 01/03/2017             70.45  0.0068133428
2743  2743           Burberry 01/03/2017            1772.0 -0.0259593679
2744  2744              Apple 01/03/2017            139.79 -0.0200300451
2745  2745               eBay 01/03/2017             34.27 -0.0107966151
2746  2746            Netflix 01/03/2017            142.65 -0.0036452857
2747  2747               eBay 01/03/2017             34.27 -0.0107966151
2748  2748         McDonald's 01/03/2017            129.05 -0.0108485083
2749  2749               Audi 01/03/2017           641.015  0.0078110497
2750  2750            Walmart 01/03/2017             70.45  0.0068133428
2751  2751               Nike 01/03/2017             57.95 -0.0136324418
2752  2752               Nike 01/03/2017             57.95 -0.0136324418
2753  2753               Nike 01/03/2017             57.95 -0.0136324418
2754  2754           CocaCola 01/03/2017             42.16 -0.0047438330
2755  2755               eBay 01/03/2017             34.27 -0.0107966151
2756  2756             Disney 01/03/2017            111.04 -0.0085554755
2757  2757            Walmart 01/03/2017             70.45  0.0068133428
2758  2758            TMobile 01/03/2017             62.34  0.0030478024
2759  2759             adidas 01/03/2017             160.5 -0.0164299065
2760  2760             Disney 01/03/2017            111.04 -0.0085554755
2761  2761               eBay 01/03/2017             34.27 -0.0107966151
2762  2762         McDonald's 01/03/2017            129.05 -0.0108485083
2763  2763             Amazon 01/03/2017            853.08 -0.0094246729
2764  2764           Facebook 01/03/2017            137.42 -0.0136806869
2765  2765            Walmart 01/03/2017             70.45  0.0068133428
2766  2766            TMobile 01/03/2017             62.34  0.0030478024
2767  2767               eBay 01/03/2017             34.27 -0.0107966151
2768  2768               eBay 01/03/2017             34.27 -0.0107966151
2769  2769             Amazon 01/03/2017            853.08 -0.0094246729
2770  2770          Starbucks 01/03/2017             57.14 -0.0047252363
2771  2771             Google 01/03/2017            856.75 -0.0137963233
2772  2772               eBay 01/03/2017             34.27 -0.0107966151
2773  2773               eBay 01/03/2017             34.27 -0.0107966151
2774  2774               eBay 01/03/2017             34.27 -0.0107966151
2775  2775               Nike 01/03/2017             57.95 -0.0136324418
2776  2776               eBay 01/03/2017             34.27 -0.0107966151
2777  2777            Reuters 01/03/2017           46.7012 -0.0023596824
2778  2778               eBay 01/03/2017             34.27 -0.0107966151
2779  2779            Walmart 01/03/2017             70.45  0.0068133428
2780  2780               eBay 01/03/2017             34.27 -0.0107966151
2781  2781               eBay 01/03/2017             34.27 -0.0107966151
2782  2782             adidas 01/03/2017             160.5 -0.0164299065
2783  2783               eBay 01/03/2017             34.27 -0.0107966151
2784  2784               eBay 01/03/2017             34.27 -0.0107966151
2785  2785               eBay 01/03/2017             34.27 -0.0107966151
2786  2786               AT&T 01/03/2017             42.04 -0.0059467174
2787  2787             Boeing 01/03/2017            183.91 -0.0200097874
2788  2788            Reuters 01/03/2017           46.7012 -0.0023596824
2789  2789            TMobile 01/03/2017             62.34  0.0030478024
2790  2790             Disney 01/03/2017            111.04 -0.0085554755
2791  2791             Amazon 01/03/2017            853.08 -0.0094246729
2792  2792             Google 01/03/2017            856.75 -0.0137963233
2793  2793              Cisco 01/03/2017             34.44 -0.0075493612
2794  2794               eBay 01/03/2017             34.27 -0.0107966151
2795  2795             Disney 01/03/2017            111.04 -0.0085554755
2796  2796            Netflix 01/03/2017            142.65 -0.0036452857
2797  2797               eBay 01/03/2017             34.27 -0.0107966151
2798  2798            Netflix 01/03/2017            142.65 -0.0036452857
2799  2799            Reuters 01/03/2017           46.7012 -0.0023596824
2800  2800               eBay 01/03/2017             34.27 -0.0107966151
2801  2801             Google 01/03/2017            856.75 -0.0137963233
2802  2802            TMobile 01/03/2017             62.34  0.0030478024
2803  2803               eBay 01/03/2017             34.27 -0.0107966151
2804  2804               eBay 01/03/2017             34.27 -0.0107966151
2805  2805               eBay 01/03/2017             34.27 -0.0107966151
2806  2806               eBay 01/03/2017             34.27 -0.0107966151
2807  2807               Nike 01/03/2017             57.95 -0.0136324418
2808  2808               eBay 01/03/2017             34.27 -0.0107966151
2809  2809             Amazon 01/03/2017            853.08 -0.0094246729
2810  2810               eBay 01/03/2017             34.27 -0.0107966151
2811  2811               eBay 01/03/2017             34.27 -0.0107966151
2812  2812               eBay 01/03/2017             34.27 -0.0107966151
2813  2813               eBay 01/03/2017             34.27 -0.0107966151
2814  2814                CBS 01/03/2017             67.26 -0.0199226881
2815  2815             Google 01/03/2017            856.75 -0.0137963233
2816  2816           Facebook 01/03/2017            137.42 -0.0136806869
2817  2817               eBay 01/03/2017             34.27 -0.0107966151
2818  2818             Amazon 01/03/2017            853.08 -0.0094246729
2819  2819                 HP 01/03/2017             17.62 -0.0141884222
2820  2820            Reuters 01/03/2017           46.7012 -0.0023596824
2821  2821            Reuters 01/03/2017           46.7012 -0.0023596824
2822  2822            Netflix 01/03/2017            142.65 -0.0036452857
2823  2823            Netflix 01/03/2017            142.65 -0.0036452857
2824  2824               eBay 01/03/2017             34.27 -0.0107966151
2825  2825            Walmart 01/03/2017             70.45  0.0068133428
2826  2826               eBay 01/03/2017             34.27 -0.0107966151
2827  2827               eBay 01/03/2017             34.27 -0.0107966151
2828  2828    Bank of America 01/03/2017              25.5 -0.0321568627
2829  2829               Ford 01/03/2017             12.69 -0.0126083530
2830  2830   American Express 01/03/2017             81.92 -0.0227050781
2831  2831               eBay 01/03/2017             34.27 -0.0107966151
2832  2832            Reuters 01/03/2017           46.7012 -0.0023596824
2833  2833               eBay 01/03/2017             34.27 -0.0107966151
2834  2834             Amazon 01/03/2017            853.08 -0.0094246729
2835  2835               eBay 01/03/2017             34.27 -0.0107966151
2836  2836               eBay 01/03/2017             34.27 -0.0107966151
2837  2837                UPS 01/03/2017            106.87 -0.0103864508
2838  2838               eBay 01/03/2017             34.27 -0.0107966151
2839  2839            Netflix 01/03/2017            142.65 -0.0036452857
2840  2840           Facebook 01/03/2017            137.42 -0.0136806869
2841  2841               ASOS 01/03/2017            5503.0 -0.0129020534
2842  2842               eBay 01/03/2017             34.27 -0.0107966151
2843  2843               eBay 01/03/2017             34.27 -0.0107966151
2844  2844               eBay 01/03/2017             34.27 -0.0107966151
2845  2845               eBay 01/03/2017             34.27 -0.0107966151
2846  2846            Netflix 01/03/2017            142.65 -0.0036452857
2847  2847               eBay 01/03/2017             34.27 -0.0107966151
2848  2848               eBay 01/03/2017             34.27 -0.0107966151
2849  2849             Google 01/03/2017            856.75 -0.0137963233
2850  2850               eBay 01/03/2017             34.27 -0.0107966151
2851  2851            TMobile 01/03/2017             62.34  0.0030478024
2852  2852               eBay 01/03/2017             34.27 -0.0107966151
2853  2853            Reuters 01/03/2017           46.7012 -0.0023596824
2854  2854               eBay 01/03/2017             34.27 -0.0107966151
2855  2855               eBay 01/03/2017             34.27 -0.0107966151
2856  2856             Amazon 01/03/2017            853.08 -0.0094246729
2857  2857          Kellogg's 01/03/2017             74.83 -0.0101563544
2858  2858               eBay 01/03/2017             34.27 -0.0107966151
2859  2859               eBay 01/03/2017             34.27 -0.0107966151
2860  2860            Walmart 01/03/2017             70.45  0.0068133428
2861  2861               eBay 01/03/2017             34.27 -0.0107966151
2862  2862               eBay 01/03/2017             34.27 -0.0107966151
2863  2863               eBay 01/03/2017             34.27 -0.0107966151
2864  2864               eBay 01/03/2017             34.27 -0.0107966151
2865  2865               AT&T 01/03/2017             42.04 -0.0059467174
2866  2866                CBS 01/03/2017             67.26 -0.0199226881
2867  2867               eBay 01/03/2017             34.27 -0.0107966151
2868  2868           CocaCola 01/03/2017             42.16 -0.0047438330
2869  2869                CBS 01/03/2017             67.26 -0.0199226881
2870  2870               eBay 01/03/2017             34.27 -0.0107966151
2871  2871          Starbucks 01/03/2017             57.14 -0.0047252363
2872  2872             Amazon 01/03/2017            853.08 -0.0094246729
2873  2873               eBay 01/03/2017             34.27 -0.0107966151
2874  2874              Apple 01/03/2017            139.79 -0.0200300451
2875  2875            Reuters 01/03/2017           46.7012 -0.0023596824
2876  2876             Amazon 01/03/2017            853.08 -0.0094246729
2877  2877               eBay 01/03/2017             34.27 -0.0107966151
2878  2878           Facebook 01/03/2017            137.42 -0.0136806869
2879  2879         McDonald's 01/03/2017            129.05 -0.0108485083
2880  2880             Disney 01/03/2017            111.04 -0.0085554755
2881  2881         McDonald's 01/03/2017            129.05 -0.0108485083
2882  2882               eBay 01/03/2017             34.27 -0.0107966151
2883  2883                CBS 01/03/2017             67.26 -0.0199226881
2884  2884               eBay 01/03/2017             34.27 -0.0107966151
2885  2885               eBay 01/03/2017             34.27 -0.0107966151
2886  2886           Burberry 01/03/2017            1772.0 -0.0259593679
2887  2887             Disney 01/03/2017            111.04 -0.0085554755
2888  2888            Netflix 01/03/2017            142.65 -0.0036452857
2889  2889               eBay 01/03/2017             34.27 -0.0107966151
2890  2890               eBay 01/03/2017             34.27 -0.0107966151
2891  2891               eBay 01/03/2017             34.27 -0.0107966151
2892  2892             Amazon 01/03/2017            853.08 -0.0094246729
2893  2893               eBay 01/03/2017             34.27 -0.0107966151
2894  2894            Reuters 01/03/2017           46.7012 -0.0023596824
2895  2895               eBay 01/03/2017             34.27 -0.0107966151
2896  2896             Disney 01/03/2017            111.04 -0.0085554755
2897  2897               eBay 01/03/2017             34.27 -0.0107966151
2898  2898            Reuters 01/03/2017           46.7012 -0.0023596824
2899  2899            Reuters 01/03/2017           46.7012 -0.0023596824
2900  2900            TMobile 01/03/2017             62.34  0.0030478024
2901  2901               eBay 01/03/2017             34.27 -0.0107966151
2902  2902              Apple 01/03/2017            139.79 -0.0200300451
2903  2903             Disney 01/03/2017            111.04 -0.0085554755
2904  2904               eBay 01/03/2017             34.27 -0.0107966151
2905  2905               eBay 01/03/2017             34.27 -0.0107966151
2906  2906               eBay 01/03/2017             34.27 -0.0107966151
2907  2907               eBay 01/03/2017             34.27 -0.0107966151
2908  2908            Netflix 01/03/2017            142.65 -0.0036452857
2909  2909            Reuters 01/03/2017           46.7012 -0.0023596824
2910  2910          Starbucks 01/03/2017             57.14 -0.0047252363
2911  2911                SAP 01/03/2017            89.749 -0.0223846505
2912  2912               eBay 01/03/2017             34.27 -0.0107966151
2913  2913               Nike 01/03/2017             57.95 -0.0136324418
2914  2914            Netflix 01/03/2017            142.65 -0.0036452857
2915  2915               eBay 01/03/2017             34.27 -0.0107966151
2916  2916            TMobile 01/03/2017             62.34  0.0030478024
2917  2917               eBay 01/03/2017             34.27 -0.0107966151
2918  2918            Comcast 01/03/2017             37.59 -0.0045224794
2919  2919           Facebook 01/03/2017            137.42 -0.0136806869
2920  2920               eBay 01/03/2017             34.27 -0.0107966151
2921  2921          Starbucks 01/03/2017             57.14 -0.0047252363
2922  2922               eBay 01/03/2017             34.27 -0.0107966151
2923  2923             Disney 01/03/2017            111.04 -0.0085554755
2924  2924               eBay 01/03/2017             34.27 -0.0107966151
2925  2925            Ryanair 01/03/2017             14.64 -0.0245901639
2926  2926          Microsoft 01/03/2017             64.94 -0.0147828765
2927  2927            Netflix 01/03/2017            142.65 -0.0036452857
2928  2928               Nike 01/03/2017             57.95 -0.0136324418
2929  2929               eBay 01/03/2017             34.27 -0.0107966151
2930  2930                CBS 01/03/2017             67.26 -0.0199226881
2931  2931            Reuters 01/03/2017           46.7012 -0.0023596824
2932  2932               eBay 01/03/2017             34.27 -0.0107966151
2933  2933            Reuters 01/03/2017           46.7012 -0.0023596824
2934  2934                H&M 01/03/2017              26.4  0.0000000000
2935  2935                H&M 01/03/2017              26.4  0.0000000000
2936  2936               eBay 01/03/2017             34.27 -0.0107966151
2937  2937               eBay 01/03/2017             34.27 -0.0107966151
2938  2938               eBay 01/03/2017             34.27 -0.0107966151
2939  2939               eBay 01/03/2017             34.27 -0.0107966151
2940  2940               eBay 01/03/2017             34.27 -0.0107966151
2941  2941               eBay 01/03/2017             34.27 -0.0107966151
2942  2942            Netflix 01/03/2017            142.65 -0.0036452857
2943  2943               eBay 01/03/2017             34.27 -0.0107966151
2944  2944               eBay 01/03/2017             34.27 -0.0107966151
2945  2945               eBay 01/03/2017             34.27 -0.0107966151
2946  2946             Amazon 01/03/2017            853.08 -0.0094246729
2947  2947               eBay 01/03/2017             34.27 -0.0107966151
2948  2948               eBay 01/03/2017             34.27 -0.0107966151
2949  2949            Expedia 01/03/2017            120.45 -0.0117061021
2950  2950               Nike 01/03/2017             57.95 -0.0136324418
2951  2951               eBay 01/03/2017             34.27 -0.0107966151
2952  2952               eBay 01/03/2017             34.27 -0.0107966151
2953  2953             Google 01/03/2017            856.75 -0.0137963233
2954  2954               eBay 01/03/2017             34.27 -0.0107966151
2955  2955               eBay 01/03/2017             34.27 -0.0107966151
2956  2956              Apple 01/03/2017            139.79 -0.0200300451
2957  2957            Netflix 01/03/2017            142.65 -0.0036452857
2958  2958            Reuters 01/03/2017           46.7012 -0.0023596824
2959  2959            Reuters 01/03/2017           46.7012 -0.0023596824
2960  2960            Netflix 01/03/2017            142.65 -0.0036452857
2961  2961               eBay 01/03/2017             34.27 -0.0107966151
2962  2962            Netflix 01/03/2017            142.65 -0.0036452857
2963  2963               Nike 01/03/2017             57.95 -0.0136324418
2964  2964               Nike 01/03/2017             57.95 -0.0136324418
2965  2965            Reuters 01/03/2017           46.7012 -0.0023596824
2966  2966               eBay 01/03/2017             34.27 -0.0107966151
2967  2967               eBay 01/03/2017             34.27 -0.0107966151
2968  2968               eBay 01/03/2017             34.27 -0.0107966151
2969  2969         McDonald's 01/03/2017            129.05 -0.0108485083
2970  2970               eBay 01/03/2017             34.27 -0.0107966151
2971  2971               eBay 01/03/2017             34.27 -0.0107966151
2972  2972            Netflix 01/03/2017            142.65 -0.0036452857
2973  2973               eBay 01/03/2017             34.27 -0.0107966151
2974  2974               eBay 01/03/2017             34.27 -0.0107966151
2975  2975               Nike 01/03/2017             57.95 -0.0136324418
2976  2976               Nike 01/03/2017             57.95 -0.0136324418
2977  2977               Nike 01/03/2017             57.95 -0.0136324418
2978  2978               Nike 01/03/2017             57.95 -0.0136324418
2979  2979            Reuters 01/03/2017           46.7012 -0.0023596824
2980  2980               Nike 01/03/2017             57.95 -0.0136324418
2981  2981             Disney 01/03/2017            111.04 -0.0085554755
2982  2982               eBay 01/03/2017             34.27 -0.0107966151
2983  2983             Nestle 01/03/2017              74.7 -0.0060240964
2984  2984            Reuters 01/03/2017           46.7012 -0.0023596824
2985  2985               eBay 01/03/2017             34.27 -0.0107966151
2986  2986             Amazon 01/03/2017            853.08 -0.0094246729
2987  2987            Netflix 01/03/2017            142.65 -0.0036452857
2988  2988             adidas 01/03/2017             160.5 -0.0164299065
2989  2989              Shell 01/03/2017            2123.5 -0.0207205086
2990  2990               eBay 01/03/2017             34.27 -0.0107966151
2991  2991               eBay 01/03/2017             34.27 -0.0107966151
2992  2992             Google 31/03/2017             847.8  0.0019815994
2993  2993         McDonald's 31/03/2017            129.61 -0.0022374817
2994  2994            Reuters 31/03/2017           47.6154  0.0053197075
2995  2995               eBay 31/03/2017             33.57  0.0038725052
2996  2996            Ryanair 31/03/2017             14.55 -0.0171821306
2997  2997               eBay 31/03/2017             33.57  0.0038725052
2998  2998               eBay 31/03/2017             33.57  0.0038725052
2999  2999            L'Oreal 31/03/2017            191.15  0.0096782631
3000  3000            Netflix 31/03/2017            147.81  0.0016913605
3001  3001              Adobe 31/03/2017            130.13 -0.0039960040
3002  3002            Reuters 31/03/2017           47.6154  0.0053197075
3003  3003               eBay 31/03/2017             33.57  0.0038725052
3004  3004               Ford 31/03/2017             11.64  0.0034364261
3005  3005            Reuters 31/03/2017           47.6154  0.0053197075
3006  3006              Apple 31/03/2017            143.66  0.0018794376
3007  3007     salesforce.com 31/03/2017             82.49  0.0008485877
3008  3008         McDonald's 31/03/2017            129.61 -0.0022374817
3009  3009             Disney 31/03/2017            113.39 -0.0018520152
3010  3010             Disney 31/03/2017            113.39 -0.0018520152
3011  3011        Wells Fargo 31/03/2017             55.66  0.0104204096
3012  3012              Shell 31/03/2017            2096.0  0.0128816794
3013  3013             Amazon 31/03/2017            886.54 -0.0115054030
3014  3014             Amazon 31/03/2017            886.54 -0.0115054030
3015  3015             Amazon 31/03/2017            886.54 -0.0115054030
3016  3016              Tesco 31/03/2017             185.6  0.0183189655
3017  3017         McDonald's 31/03/2017            129.61 -0.0022374817
3018  3018               eBay 31/03/2017             33.57  0.0038725052
3019  3019               Visa 31/03/2017             88.87  0.0015753348
3020  3020               eBay 31/03/2017             33.57  0.0038725052
3021  3021         McDonald's 31/03/2017            129.61 -0.0022374817
3022  3022               eBay 31/03/2017             33.57  0.0038725052
3023  3023               eBay 31/03/2017             33.57  0.0038725052
3024  3024               Nike 31/03/2017             55.73  0.0055625336
3025  3025            Reuters 31/03/2017           47.6154  0.0053197075
3026  3026      Goldman Sachs 31/03/2017            229.72  0.0065296883
3027  3027         McDonald's 31/03/2017            129.61 -0.0022374817
3028  3028               Nike 31/03/2017             55.73  0.0055625336
3029  3029            Netflix 31/03/2017            147.81  0.0016913605
3030  3030               eBay 31/03/2017             33.57  0.0038725052
3031  3031             Google 31/03/2017             847.8  0.0019815994
3032  3032            TMobile 31/03/2017             64.59  0.0083604273
3033  3033             Amazon 31/03/2017            886.54 -0.0115054030
3034  3034            Ryanair 31/03/2017             14.55 -0.0171821306
3035  3035         McDonald's 31/03/2017            129.61 -0.0022374817
3036  3036            Walmart 31/03/2017             72.08 -0.0067980022
3037  3037         McDonald's 31/03/2017            129.61 -0.0022374817
3038  3038         McDonald's 31/03/2017            129.61 -0.0022374817
3039  3039            easyJet 31/03/2017            1026.0 -0.0185185185
3040  3040            Reuters 31/03/2017           47.6154  0.0053197075
3041  3041               eBay 31/03/2017             33.57  0.0038725052
3042  3042         McDonald's 31/03/2017            129.61 -0.0022374817
3043  3043             Amazon 31/03/2017            886.54 -0.0115054030
3044  3044               eBay 31/03/2017             33.57  0.0038725052
3045  3045               eBay 31/03/2017             33.57  0.0038725052
3046  3046            Netflix 31/03/2017            147.81  0.0016913605
3047  3047            Ryanair 31/03/2017             14.55 -0.0171821306
3048  3048            Netflix 31/03/2017            147.81  0.0016913605
3049  3049               Audi 31/03/2017             640.9 -0.0104009986
3050  3050               eBay 31/03/2017             33.57  0.0038725052
3051  3051         Volkswagen 31/03/2017           136.468 -0.0024254770
3052  3052          Microsoft 31/03/2017             65.86 -0.0022775585
3053  3053                BMW 31/03/2017 85.51299999999998 -0.0022686609
3054  3054            Netflix 31/03/2017            147.81  0.0016913605
3055  3055         McDonald's 31/03/2017            129.61 -0.0022374817
3056  3056            Netflix 31/03/2017            147.81  0.0016913605
3057  3057            Netflix 31/03/2017            147.81  0.0016913605
3058  3058                CBS 31/03/2017             69.36 -0.0002883506
3059  3059               eBay 31/03/2017             33.57  0.0038725052
3060  3060             Boeing 31/03/2017            176.86  0.0063326925
3061  3061      Goldman Sachs 31/03/2017            229.72  0.0065296883
3062  3062         McDonald's 31/03/2017            129.61 -0.0022374817
3063  3063             Amazon 31/03/2017            886.54 -0.0115054030
3064  3064          Microsoft 31/03/2017             65.86 -0.0022775585
3065  3065                SAP 31/03/2017            91.904 -0.0057016017
3066  3066           CocaCola 31/03/2017             42.44  0.0037700283
3067  3067        TripAdvisor 31/03/2017             43.16  0.0034754402
3068  3068              Adobe 31/03/2017            130.13 -0.0039960040
3069  3069               eBay 31/03/2017             33.57  0.0038725052
3070  3070            Reuters 31/03/2017           47.6154  0.0053197075
3071  3071               eBay 31/03/2017             33.57  0.0038725052
3072  3072         McDonald's 31/03/2017            129.61 -0.0022374817
3073  3073             Amazon 31/03/2017            886.54 -0.0115054030
3074  3074               eBay 31/03/2017             33.57  0.0038725052
3075  3075              Shell 31/03/2017            2096.0  0.0128816794
3076  3076             Amazon 31/03/2017            886.54 -0.0115054030
3077  3077         McDonald's 31/03/2017            129.61 -0.0022374817
3078  3078            Netflix 31/03/2017            147.81  0.0016913605
3079  3079               eBay 31/03/2017             33.57  0.0038725052
3080  3080         McDonald's 31/03/2017            129.61 -0.0022374817
3081  3081            easyJet 31/03/2017            1026.0 -0.0185185185
3082  3082         McDonald's 31/03/2017            129.61 -0.0022374817
3083  3083         McDonald's 31/03/2017            129.61 -0.0022374817
3084  3084            easyJet 31/03/2017            1026.0 -0.0185185185
3085  3085         McDonald's 31/03/2017            129.61 -0.0022374817
3086  3086            Reuters 31/03/2017           47.6154  0.0053197075
3087  3087               eBay 31/03/2017             33.57  0.0038725052
3088  3088   General Electric 31/03/2017           28.6453  0.0023494256
3089  3089             Amazon 31/03/2017            886.54 -0.0115054030
3090  3090            Netflix 31/03/2017            147.81  0.0016913605
3091  3091            Reuters 31/03/2017           47.6154  0.0053197075
3092  3092            Netflix 31/03/2017            147.81  0.0016913605
3093  3093             Google 31/03/2017             847.8  0.0019815994
3094  3094      Deutsche Bank 31/03/2017             17.16  0.0058275058
3095  3095                UPS 31/03/2017             107.3 -0.0059645853
3096  3096               eBay 31/03/2017             33.57  0.0038725052
3097  3097         McDonald's 31/03/2017            129.61 -0.0022374817
3098  3098            Netflix 31/03/2017            147.81  0.0016913605
3099  3099             Amazon 31/03/2017            886.54 -0.0115054030
3100  3100            Reuters 31/03/2017           47.6154  0.0053197075
3101  3101            Netflix 31/03/2017            147.81  0.0016913605
3102  3102               eBay 31/03/2017             33.57  0.0038725052
3103  3103               HSBC 31/03/2017             650.9  0.0078353050
3104  3104         McDonald's 31/03/2017            129.61 -0.0022374817
3105  3105             Amazon 31/03/2017            886.54 -0.0115054030
3106  3106              Intel 31/03/2017             36.07 -0.0088716385
3107  3107            Reuters 31/03/2017           47.6154  0.0053197075
3108  3108         McDonald's 31/03/2017            129.61 -0.0022374817
3109  3109            Siemens 31/03/2017            128.15 -0.0053999220
3110  3110          Starbucks 31/03/2017             58.39 -0.0039390307
3111  3111            L'Oreal 31/03/2017            191.15  0.0096782631
3112  3112         McDonald's 31/03/2017            129.61 -0.0022374817
3113  3113               eBay 31/03/2017             33.57  0.0038725052
3114  3114         McDonald's 31/03/2017            129.61 -0.0022374817
3115  3115               eBay 31/03/2017             33.57  0.0038725052
3116  3116               eBay 31/03/2017             33.57  0.0038725052
3117  3117                IBM 31/03/2017            174.14 -0.0016079017
3118  3118               eBay 31/03/2017             33.57  0.0038725052
3119  3119             Amazon 31/03/2017            886.54 -0.0115054030
3120  3120               eBay 31/03/2017             33.57  0.0038725052
3121  3121               eBay 31/03/2017             33.57  0.0038725052
3122  3122               eBay 31/03/2017             33.57  0.0038725052
3123  3123            Reuters 31/03/2017           47.6154  0.0053197075
3124  3124           Facebook 31/03/2017            142.05  0.0025343189
3125  3125               eBay 31/03/2017             33.57  0.0038725052
3126  3126             Amazon 31/03/2017            886.54 -0.0115054030
3127  3127            Reuters 31/03/2017           47.6154  0.0053197075
3128  3128            Reuters 31/03/2017           47.6154  0.0053197075
3129  3129               eBay 31/03/2017             33.57  0.0038725052
3130  3130             Amazon 31/03/2017            886.54 -0.0115054030
3131  3131                CBS 31/03/2017             69.36 -0.0002883506
3132  3132               eBay 31/03/2017             33.57  0.0038725052
3133  3133               Nike 31/03/2017             55.73  0.0055625336
3134  3134            Walmart 31/03/2017             72.08 -0.0067980022
3135  3135             Amazon 31/03/2017            886.54 -0.0115054030
3136  3136             Google 31/03/2017             847.8  0.0019815994
3137  3137               eBay 31/03/2017             33.57  0.0038725052
3138  3138            Reuters 31/03/2017           47.6154  0.0053197075
3139  3139                BMW 31/03/2017 85.51299999999998 -0.0022686609
3140  3140            Netflix 31/03/2017            147.81  0.0016913605
3141  3141               eBay 31/03/2017             33.57  0.0038725052
3142  3142               eBay 31/03/2017             33.57  0.0038725052
3143  3143            Reuters 31/03/2017           47.6154  0.0053197075
3144  3144             Google 31/03/2017             847.8  0.0019815994
3145  3145               eBay 31/03/2017             33.57  0.0038725052
3146  3146               eBay 31/03/2017             33.57  0.0038725052
3147  3147               eBay 31/03/2017             33.57  0.0038725052
3148  3148           Heineken 31/03/2017              79.8 -0.0043859649
3149  3149               eBay 31/03/2017             33.57  0.0038725052
3150  3150            Netflix 31/03/2017            147.81  0.0016913605
3151  3151          Starbucks 31/03/2017             58.39 -0.0039390307
3152  3152         McDonald's 31/03/2017            129.61 -0.0022374817
3153  3153               Nike 31/03/2017             55.73  0.0055625336
3154  3154            Comcast 31/03/2017             37.59 -0.0021282256
3155  3155         McDonald's 31/03/2017            129.61 -0.0022374817
3156  3156             Disney 31/03/2017            113.39 -0.0018520152
3157  3157               eBay 31/03/2017             33.57  0.0038725052
3158  3158               eBay 31/03/2017             33.57  0.0038725052
3159  3159               eBay 31/03/2017             33.57  0.0038725052
3160  3160               eBay 31/03/2017             33.57  0.0038725052
3161  3161         McDonald's 31/03/2017            129.61 -0.0022374817
3162  3162                IBM 31/03/2017            174.14 -0.0016079017
3163  3163             Amazon 31/03/2017            886.54 -0.0115054030
3164  3164            Reuters 31/03/2017           47.6154  0.0053197075
3165  3165               eBay 31/03/2017             33.57  0.0038725052
3166  3166              Apple 31/03/2017            143.66  0.0018794376
3167  3167               eBay 31/03/2017             33.57  0.0038725052
3168  3168            Verizon 31/03/2017             48.75  0.0063589744
3169  3169             Nestle 31/03/2017             76.85  0.0058555628
3170  3170         McDonald's 31/03/2017            129.61 -0.0022374817
3171  3171               AT&T 31/03/2017             41.55  0.0050541516
3172  3172            Netflix 31/03/2017            147.81  0.0016913605
3173  3173               eBay 31/03/2017             33.57  0.0038725052
3174  3174        Wells Fargo 31/03/2017             55.66  0.0104204096
3175  3175         McDonald's 31/03/2017            129.61 -0.0022374817
3176  3176            Reuters 31/03/2017           47.6154  0.0053197075
3177  3177            Verizon 31/03/2017             48.75  0.0063589744
3178  3178            Reuters 31/03/2017           47.6154  0.0053197075
3179  3179               eBay 31/03/2017             33.57  0.0038725052
3180  3180              Tesco 31/03/2017             185.6  0.0183189655
3181  3181            Walmart 31/03/2017             72.08 -0.0067980022
3182  3182         McDonald's 31/03/2017            129.61 -0.0022374817
3183  3183            Netflix 31/03/2017            147.81  0.0016913605
3184  3184             Amazon 31/03/2017            886.54 -0.0115054030
3185  3185               eBay 31/03/2017             33.57  0.0038725052
3186  3186                H&M 31/03/2017             25.52 -0.0015673981
3187  3187         McDonald's 31/03/2017            129.61 -0.0022374817
3188  3188              Tesco 31/03/2017             185.6  0.0183189655
3189  3189            Reuters 31/03/2017           47.6154  0.0053197075
3190  3190         McDonald's 31/03/2017            129.61 -0.0022374817
3191  3191               eBay 31/03/2017             33.57  0.0038725052
3192  3192               Ford 31/03/2017             11.64  0.0034364261
3193  3193         McDonald's 31/03/2017            129.61 -0.0022374817
3194  3194               eBay 31/03/2017             33.57  0.0038725052
3195  3195              FedEx 31/03/2017            195.15 -0.0050217781
3196  3196    Bank of America 31/03/2017             23.59  0.0118694362
3197  3197            Ryanair 31/03/2017             14.55 -0.0171821306
3198  3198               eBay 31/03/2017             33.57  0.0038725052
3199  3199         McDonald's 31/03/2017            129.61 -0.0022374817
3200  3200             Amazon 31/03/2017            886.54 -0.0115054030
3201  3201               AT&T 31/03/2017             41.55  0.0050541516
3202  3202            Reuters 31/03/2017           47.6154  0.0053197075
3203  3203              Tesco 31/03/2017             185.6  0.0183189655
3204  3204             Amazon 31/03/2017            886.54 -0.0115054030
3205  3205             Google 31/03/2017             847.8  0.0019815994
3206  3206             Amazon 31/03/2017            886.54 -0.0115054030
3207  3207          Microsoft 31/03/2017             65.86 -0.0022775585
3208  3208               Audi 31/03/2017             640.9 -0.0104009986
3209  3209            easyJet 31/03/2017            1026.0 -0.0185185185
3210  3210               AT&T 31/03/2017             41.55  0.0050541516
3211  3211             Google 31/03/2017             847.8  0.0019815994
3212  3212               eBay 31/03/2017             33.57  0.0038725052
3213  3213               eBay 31/03/2017             33.57  0.0038725052
3214  3214               eBay 31/03/2017             33.57  0.0038725052
3215  3215              Apple 31/03/2017            143.66  0.0018794376
3216  3216             PayPal 31/03/2017             43.02  0.0120874012
3217  3217           Burberry 31/03/2017            1724.0  0.0092807425
3218  3218              Tesco 31/03/2017             185.6  0.0183189655
3219  3219         McDonald's 31/03/2017            129.61 -0.0022374817
3220  3220             Amazon 31/03/2017            886.54 -0.0115054030
3221  3221            Ryanair 31/03/2017             14.55 -0.0171821306
3222  3222               eBay 31/03/2017             33.57  0.0038725052
3223  3223            Groupon 31/03/2017              3.93  0.0076335878
3224  3224            Groupon 31/03/2017              3.93  0.0076335878
3225  3225               eBay 31/03/2017             33.57  0.0038725052
3226  3226         McDonald's 31/03/2017            129.61 -0.0022374817
3227  3227             Amazon 31/03/2017            886.54 -0.0115054030
3228  3228               eBay 31/03/2017             33.57  0.0038725052
3229  3229     salesforce.com 31/03/2017             82.49  0.0008485877
3230  3230         McDonald's 31/03/2017            129.61 -0.0022374817
3231  3231             Amazon 31/03/2017            886.54 -0.0115054030
3232  3232             Amazon 31/03/2017            886.54 -0.0115054030
3233  3233               eBay 31/03/2017             33.57  0.0038725052
3234  3234             Toyota 31/03/2017            6042.0  0.0114200596
3235  3235              Tesco 31/03/2017             185.6  0.0183189655
3236  3236         McDonald's 31/03/2017            129.61 -0.0022374817
3237  3237               eBay 31/03/2017             33.57  0.0038725052
3238  3238         McDonald's 31/03/2017            129.61 -0.0022374817
3239  3239            Netflix 31/03/2017            147.81  0.0016913605
3240  3240               eBay 31/03/2017             33.57  0.0038725052
3241  3241         McDonald's 31/03/2017            129.61 -0.0022374817
3242  3242              Intel 31/03/2017             36.07 -0.0088716385
3243  3243               eBay 31/03/2017             33.57  0.0038725052
3244  3244               AT&T 31/03/2017             41.55  0.0050541516
3245  3245             adidas 31/03/2017           178.257 -0.0044766825
3246  3246             Amazon 31/03/2017            886.54 -0.0115054030
3247  3247         McDonald's 31/03/2017            129.61 -0.0022374817
3248  3248         McDonald's 31/03/2017            129.61 -0.0022374817
3249  3249                CBS 31/03/2017             69.36 -0.0002883506
3250  3250              Apple 31/03/2017            143.66  0.0018794376
3251  3251            Netflix 31/03/2017            147.81  0.0016913605
3252  3252             Google 31/03/2017             847.8  0.0019815994
3253  3253            Netflix 31/03/2017            147.81  0.0016913605
3254  3254           Heineken 31/03/2017              79.8 -0.0043859649
3255  3255            Reuters 31/03/2017           47.6154  0.0053197075
3256  3256      Goldman Sachs 31/03/2017            229.72  0.0065296883
3257  3257            Netflix 31/03/2017            147.81  0.0016913605
3258  3258               eBay 31/03/2017             33.57  0.0038725052
3259  3259            Walmart 31/03/2017             72.08 -0.0067980022
3260  3260               eBay 31/03/2017             33.57  0.0038725052
3261  3261           Facebook 31/03/2017            142.05  0.0025343189
3262  3262               eBay 31/03/2017             33.57  0.0038725052
3263  3263         McDonald's 31/03/2017            129.61 -0.0022374817
3264  3264            Verizon 31/03/2017             48.75  0.0063589744
3265  3265                IBM 31/03/2017            174.14 -0.0016079017
3266  3266               eBay 31/03/2017             33.57  0.0038725052
3267  3267            Reuters 31/03/2017           47.6154  0.0053197075
3268  3268            Netflix 31/03/2017            147.81  0.0016913605
3269  3269                BMW 31/03/2017 85.51299999999998 -0.0022686609
3270  3270            Chevron 31/03/2017            107.37  0.0038185713
3271  3271             Amazon 31/03/2017            886.54 -0.0115054030
3272  3272               eBay 31/03/2017             33.57  0.0038725052
3273  3273          Kellogg's 31/03/2017             72.61 -0.0009640545
3274  3274               eBay 31/03/2017             33.57  0.0038725052
3275  3275               eBay 31/03/2017             33.57  0.0038725052
3276  3276             Nissan 31/03/2017            1073.5  0.0130414532
3277  3277               eBay 31/03/2017             33.57  0.0038725052
3278  3278                CBS 31/03/2017             69.36 -0.0002883506
3279  3279            easyJet 31/03/2017            1026.0 -0.0185185185
3280  3280         McDonald's 31/03/2017            129.61 -0.0022374817
3281  3281               eBay 31/03/2017             33.57  0.0038725052
3282  3282            Ryanair 31/03/2017             14.55 -0.0171821306
3283  3283               AT&T 31/03/2017             41.55  0.0050541516
3284  3284             Google 31/03/2017             847.8  0.0019815994
3285  3285         McDonald's 31/03/2017            129.61 -0.0022374817
3286  3286             Nestle 31/03/2017             76.85  0.0058555628
3287  3287            L'Oreal 31/03/2017            191.15  0.0096782631
3288  3288             Amazon 31/03/2017            886.54 -0.0115054030
3289  3289               eBay 31/03/2017             33.57  0.0038725052
3290  3290               eBay 31/03/2017             33.57  0.0038725052
3291  3291           Burberry 31/03/2017            1724.0  0.0092807425
3292  3292         McDonald's 31/03/2017            129.61 -0.0022374817
3293  3293               eBay 31/03/2017             33.57  0.0038725052
3294  3294                SAP 31/03/2017            91.904 -0.0057016017
3295  3295         McDonald's 31/03/2017            129.61 -0.0022374817
3296  3296         McDonald's 31/03/2017            129.61 -0.0022374817
3297  3297         McDonald's 31/03/2017            129.61 -0.0022374817
3298  3298            Reuters 31/03/2017           47.6154  0.0053197075
3299  3299              Apple 31/03/2017            143.66  0.0018794376
3300  3300               eBay 31/03/2017             33.57  0.0038725052
3301  3301               eBay 31/03/2017             33.57  0.0038725052
3302  3302               eBay 31/03/2017             33.57  0.0038725052
3303  3303             Google 31/03/2017             847.8  0.0019815994
3304  3304               eBay 31/03/2017             33.57  0.0038725052
3305  3305               eBay 31/03/2017             33.57  0.0038725052
3306  3306         McDonald's 31/03/2017            129.61 -0.0022374817
3307  3307               Ford 31/03/2017             11.64  0.0034364261
3308  3308         Volkswagen 31/03/2017           136.468 -0.0024254770
3309  3309            Walmart 31/03/2017             72.08 -0.0067980022
3310  3310          Starbucks 31/03/2017             58.39 -0.0039390307
3311  3311             Google 31/03/2017             847.8  0.0019815994
3312  3312               eBay 31/03/2017             33.57  0.0038725052
3313  3313            L'Oreal 31/03/2017            191.15  0.0096782631
3314  3314               eBay 31/03/2017             33.57  0.0038725052
3315  3315        Wells Fargo 31/03/2017             55.66  0.0104204096
3316  3316               eBay 31/03/2017             33.57  0.0038725052
3317  3317          Starbucks 31/03/2017             58.39 -0.0039390307
3318  3318               eBay 31/03/2017             33.57  0.0038725052
3319  3319           Facebook 31/03/2017            142.05  0.0025343189
3320  3320               eBay 31/03/2017             33.57  0.0038725052
3321  3321               eBay 31/03/2017             33.57  0.0038725052
3322  3322             Amazon 31/03/2017            886.54 -0.0115054030
3323  3323             Amazon 31/03/2017            886.54 -0.0115054030
3324  3324         McDonald's 31/03/2017            129.61 -0.0022374817
3325  3325                UPS 31/03/2017             107.3 -0.0059645853
3326  3326               Nike 31/03/2017             55.73  0.0055625336
3327  3327         McDonald's 31/03/2017            129.61 -0.0022374817
3328  3328               eBay 31/03/2017             33.57  0.0038725052
3329  3329         McDonald's 31/03/2017            129.61 -0.0022374817
3330  3330               eBay 31/03/2017             33.57  0.0038725052
3331  3331               eBay 31/03/2017             33.57  0.0038725052
3332  3332            Netflix 31/03/2017            147.81  0.0016913605
3333  3333            Reuters 31/03/2017           47.6154  0.0053197075
3334  3334            Walmart 31/03/2017             72.08 -0.0067980022
3335  3335              Adobe 31/03/2017            130.13 -0.0039960040
3336  3336            L'Oreal 31/03/2017            191.15  0.0096782631
3337  3337         McDonald's 31/03/2017            129.61 -0.0022374817
3338  3338            Netflix 31/03/2017            147.81  0.0016913605
3339  3339          Citigroup 31/03/2017             59.82  0.0115346038
3340  3340              Apple 31/03/2017            143.66  0.0018794376
3341  3341               Nike 31/03/2017             55.73  0.0055625336
3342  3342             Amazon 31/03/2017            886.54 -0.0115054030
3343  3343         McDonald's 31/03/2017            129.61 -0.0022374817
3344  3344            Reuters 31/03/2017           47.6154  0.0053197075
3345  3345               eBay 31/03/2017             33.57  0.0038725052
3346  3346           CocaCola 31/03/2017             42.44  0.0037700283
3347  3347               eBay 31/03/2017             33.57  0.0038725052
3348  3348                H&M 31/03/2017             25.52 -0.0015673981
3349  3349               eBay 31/03/2017             33.57  0.0038725052
3350  3350         McDonald's 31/03/2017            129.61 -0.0022374817
3351  3351            Reuters 31/03/2017           47.6154  0.0053197075
3352  3352   General Electric 31/03/2017           28.6453  0.0023494256
3353  3353               eBay 31/03/2017             33.57  0.0038725052
3354  3354            Verizon 31/03/2017             48.75  0.0063589744
3355  3355          Starbucks 31/03/2017             58.39 -0.0039390307
3356  3356               eBay 31/03/2017             33.57  0.0038725052
3357  3357             Amazon 31/03/2017            886.54 -0.0115054030
3358  3358               eBay 31/03/2017             33.57  0.0038725052
3359  3359               eBay 31/03/2017             33.57  0.0038725052
3360  3360               eBay 31/03/2017             33.57  0.0038725052
3361  3361            Verizon 31/03/2017             48.75  0.0063589744
3362  3362                CBS 31/03/2017             69.36 -0.0002883506
3363  3363         McDonald's 31/03/2017            129.61 -0.0022374817
3364  3364         McDonald's 31/03/2017            129.61 -0.0022374817
3365  3365               AT&T 31/03/2017             41.55  0.0050541516
3366  3366               Nike 31/03/2017             55.73  0.0055625336
3367  3367         McDonald's 31/03/2017            129.61 -0.0022374817
3368  3368             Google 31/03/2017             847.8  0.0019815994
3369  3369              Yahoo 31/03/2017              4.67  0.0000000000
3370  3370               eBay 31/03/2017             33.57  0.0038725052
3371  3371               Nike 31/03/2017             55.73  0.0055625336
3372  3372               eBay 31/03/2017             33.57  0.0038725052
3373  3373               eBay 31/03/2017             33.57  0.0038725052
3374  3374            Verizon 31/03/2017             48.75  0.0063589744
3375  3375             Amazon 31/03/2017            886.54 -0.0115054030
3376  3376             Nissan 31/03/2017            1073.5  0.0130414532
3377  3377             Amazon 31/03/2017            886.54 -0.0115054030
3378  3378         McDonald's 31/03/2017            129.61 -0.0022374817
3379  3379          Starbucks 31/03/2017             58.39 -0.0039390307
3380  3380             Amazon 31/03/2017            886.54 -0.0115054030
3381  3381         McDonald's 31/03/2017            129.61 -0.0022374817
3382  3382          Microsoft 31/03/2017             65.86 -0.0022775585
3383  3383            Reuters 31/03/2017           47.6154  0.0053197075
3384  3384            Reuters 31/03/2017           47.6154  0.0053197075
3385  3385               eBay 31/03/2017             33.57  0.0038725052
3386  3386           CocaCola 31/03/2017             42.44  0.0037700283
3387  3387              FedEx 31/03/2017            195.15 -0.0050217781
3388  3388            Netflix 31/03/2017            147.81  0.0016913605
3389  3389             Amazon 31/03/2017            886.54 -0.0115054030
3390  3390            Netflix 31/03/2017            147.81  0.0016913605
3391  3391               eBay 31/03/2017             33.57  0.0038725052
3392  3392         Volkswagen 31/03/2017           136.468 -0.0024254770
3393  3393            Reuters 31/03/2017           47.6154  0.0053197075
3394  3394            Reuters 31/03/2017           47.6154  0.0053197075
3395  3395              Intel 31/03/2017             36.07 -0.0088716385
3396  3396               eBay 31/03/2017             33.57  0.0038725052
3397  3397             Amazon 31/03/2017            886.54 -0.0115054030
3398  3398               AT&T 31/03/2017             41.55  0.0050541516
3399  3399               eBay 31/03/2017             33.57  0.0038725052
3400  3400               eBay 31/03/2017             33.57  0.0038725052
3401  3401                CBS 31/03/2017             69.36 -0.0002883506
3402  3402               eBay 31/03/2017             33.57  0.0038725052
3403  3403            Groupon 31/03/2017              3.93  0.0076335878
3404  3404               eBay 31/03/2017             33.57  0.0038725052
3405  3405         McDonald's 31/03/2017            129.61 -0.0022374817
3406  3406             Oracle 31/03/2017             44.61  0.0015691549
3407  3407               eBay 31/03/2017             33.57  0.0038725052
3408  3408             Amazon 31/03/2017            886.54 -0.0115054030
3409  3409             Disney 31/03/2017            113.39 -0.0018520152
3410  3410         McDonald's 31/03/2017            129.61 -0.0022374817
3411  3411               eBay 31/03/2017             33.57  0.0038725052
3412  3412         Home Depot 31/03/2017            146.83  0.0008172717
3413  3413               eBay 31/03/2017             33.57  0.0038725052
3414  3414          Starbucks 31/03/2017             58.39 -0.0039390307
3415  3415          Starbucks 31/03/2017             58.39 -0.0039390307
3416  3416             Disney 31/03/2017            113.39 -0.0018520152
3417  3417             Google 31/03/2017             847.8  0.0019815994
3418  3418             Disney 31/03/2017            113.39 -0.0018520152
3419  3419         McDonald's 31/03/2017            129.61 -0.0022374817
3420  3420                CBS 31/03/2017             69.36 -0.0002883506
3421  3421         McDonald's 31/03/2017            129.61 -0.0022374817
3422  3422           Burberry 31/03/2017            1724.0  0.0092807425
3423  3423            TMobile 31/03/2017             64.59  0.0083604273
3424  3424               AT&T 31/03/2017             41.55  0.0050541516
3425  3425               eBay 31/03/2017             33.57  0.0038725052
3426  3426              Apple 31/03/2017            143.66  0.0018794376
3427  3427            Netflix 31/03/2017            147.81  0.0016913605
3428  3428                IBM 31/03/2017            174.14 -0.0016079017
3429  3429            Netflix 31/03/2017            147.81  0.0016913605
3430  3430               eBay 31/03/2017             33.57  0.0038725052
3431  3431                IBM 31/03/2017            174.14 -0.0016079017
3432  3432            L'Oreal 31/03/2017            191.15  0.0096782631
3433  3433             Disney 31/03/2017            113.39 -0.0018520152
3434  3434              FedEx 31/03/2017            195.15 -0.0050217781
3435  3435         McDonald's 31/03/2017            129.61 -0.0022374817
3436  3436             Amazon 31/03/2017            886.54 -0.0115054030
3437  3437         McDonald's 31/03/2017            129.61 -0.0022374817
3438  3438            Netflix 31/03/2017            147.81  0.0016913605
3439  3439               eBay 31/03/2017             33.57  0.0038725052
3440  3440             Disney 31/03/2017            113.39 -0.0018520152
3441  3441                BMW 31/03/2017 85.51299999999998 -0.0022686609
3442  3442               eBay 31/03/2017             33.57  0.0038725052
3443  3443               eBay 31/03/2017             33.57  0.0038725052
3444  3444            Samsung 31/03/2017           41200.0  0.0189320388
3445  3445             Disney 31/03/2017            113.39 -0.0018520152
3446  3446              FedEx 31/03/2017            195.15 -0.0050217781
3447  3447             Disney 31/03/2017            113.39 -0.0018520152
3448  3448             Disney 31/03/2017            113.39 -0.0018520152
3449  3449               Nike 31/03/2017             55.73  0.0055625336
3450  3450                CBS 31/03/2017             69.36 -0.0002883506
3451  3451               Nike 31/03/2017             55.73  0.0055625336
3452  3452                BMW 31/03/2017 85.51299999999998 -0.0022686609
3453  3453            Netflix 31/03/2017            147.81  0.0016913605
3454  3454         McDonald's 31/03/2017            129.61 -0.0022374817
3455  3455             Amazon 31/03/2017            886.54 -0.0115054030
3456  3456             Amazon 31/03/2017            886.54 -0.0115054030
3457  3457               eBay 31/03/2017             33.57  0.0038725052
3458  3458               eBay 31/03/2017             33.57  0.0038725052
3459  3459         McDonald's 31/03/2017            129.61 -0.0022374817
3460  3460               eBay 31/03/2017             33.57  0.0038725052
3461  3461           Facebook 31/03/2017            142.05  0.0025343189
3462  3462             Amazon 31/03/2017            886.54 -0.0115054030
3463  3463               eBay 31/03/2017             33.57  0.0038725052
3464  3464               Ford 31/03/2017             11.64  0.0034364261
3465  3465            L'Oreal 31/03/2017            191.15  0.0096782631
3466  3466             Amazon 31/03/2017            886.54 -0.0115054030
3467  3467                CBS 31/03/2017             69.36 -0.0002883506
3468  3468             Amazon 31/03/2017            886.54 -0.0115054030
3469  3469             Amazon 31/03/2017            886.54 -0.0115054030
3470  3470               eBay 31/03/2017             33.57  0.0038725052
3471  3471            Reuters 31/03/2017           47.6154  0.0053197075
3472  3472               eBay 31/03/2017             33.57  0.0038725052
3473  3473            Siemens 31/03/2017            128.15 -0.0053999220
3474  3474             Google 31/03/2017             847.8  0.0019815994
3475  3475            Reuters 31/03/2017           47.6154  0.0053197075
3476  3476            Reuters 31/03/2017           47.6154  0.0053197075
3477  3477         McDonald's 31/03/2017            129.61 -0.0022374817
3478  3478               ASOS 31/03/2017            6045.0  0.0115798180
3479  3479            Reuters 31/03/2017           47.6154  0.0053197075
3480  3480               eBay 31/03/2017             33.57  0.0038725052
3481  3481               eBay 31/03/2017             33.57  0.0038725052
3482  3482               eBay 31/03/2017             33.57  0.0038725052
3483  3483              Apple 31/03/2017            143.66  0.0018794376
3484  3484            Reuters 31/03/2017           47.6154  0.0053197075
3485  3485            Netflix 31/03/2017            147.81  0.0016913605
3486  3486            L'Oreal 31/03/2017            191.15  0.0096782631
3487  3487             Amazon 31/03/2017            886.54 -0.0115054030
3488  3488         McDonald's 31/03/2017            129.61 -0.0022374817
3489  3489          Starbucks 31/03/2017             58.39 -0.0039390307
3490  3490             Amazon 31/03/2017            886.54 -0.0115054030
3491  3491            Reuters 31/03/2017           47.6154  0.0053197075
3492  3492            Netflix 31/03/2017            147.81  0.0016913605
3493  3493                UPS 31/03/2017             107.3 -0.0059645853
3494  3494            Reuters 31/03/2017           47.6154  0.0053197075
3495  3495               eBay 31/03/2017             33.57  0.0038725052
3496  3496            Reuters 31/03/2017           47.6154  0.0053197075
3497  3497               eBay 31/03/2017             33.57  0.0038725052
3498  3498             Disney 31/03/2017            113.39 -0.0018520152
3499  3499               eBay 31/03/2017             33.57  0.0038725052
3500  3500            Reuters 31/03/2017           47.6154  0.0053197075
3501  3501            Reuters 31/03/2017           47.6154  0.0053197075
3502  3502            Reuters 31/03/2017           47.6154  0.0053197075
3503  3503                CBS 31/03/2017             69.36 -0.0002883506
3504  3504            Reuters 31/03/2017           47.6154  0.0053197075
3505  3505               HSBC 31/03/2017             650.9  0.0078353050
3506  3506         McDonald's 31/03/2017            129.61 -0.0022374817
3507  3507               eBay 31/03/2017             33.57  0.0038725052
3508  3508             Amazon 31/03/2017            886.54 -0.0115054030
3509  3509              FedEx 31/03/2017            195.15 -0.0050217781
3510  3510               eBay 31/03/2017             33.57  0.0038725052
3511  3511             Google 31/03/2017             847.8  0.0019815994
3512  3512            Reuters 31/03/2017           47.6154  0.0053197075
3513  3513           Facebook 31/03/2017            142.05  0.0025343189
3514  3514               Sony 31/03/2017            3766.0 -0.0084970791
3515  3515             Amazon 31/03/2017            886.54 -0.0115054030
3516  3516             Amazon 31/03/2017            886.54 -0.0115054030
3517  3517         McDonald's 31/03/2017            129.61 -0.0022374817
3518  3518            Samsung 31/03/2017           41200.0  0.0189320388
3519  3519               eBay 31/03/2017             33.57  0.0038725052
3520  3520            Netflix 31/03/2017            147.81  0.0016913605
3521  3521               eBay 31/03/2017             33.57  0.0038725052
3522  3522            Netflix 31/03/2017            147.81  0.0016913605
3523  3523              Cisco 31/03/2017              33.8 -0.0017751479
3524  3524                IBM 31/03/2017            174.14 -0.0016079017
3525  3525          Starbucks 31/03/2017             58.39 -0.0039390307
3526  3526               eBay 31/03/2017             33.57  0.0038725052
3527  3527         McDonald's 31/03/2017            129.61 -0.0022374817
3528  3528         McDonald's 31/03/2017            129.61 -0.0022374817
3529  3529               eBay 31/03/2017             33.57  0.0038725052
3530  3530             Google 31/03/2017             847.8  0.0019815994
3531  3531             Google 31/03/2017             847.8  0.0019815994
3532  3532               eBay 31/03/2017             33.57  0.0038725052
3533  3533               eBay 31/03/2017             33.57  0.0038725052
3534  3534             Amazon 31/03/2017            886.54 -0.0115054030
3535  3535                UPS 31/03/2017             107.3 -0.0059645853
3536  3536              Apple 31/03/2017            143.66  0.0018794376
3537  3537         McDonald's 31/03/2017            129.61 -0.0022374817
3538  3538         McDonald's 31/03/2017            129.61 -0.0022374817
3539  3539             Amazon 31/03/2017            886.54 -0.0115054030
3540  3540              FedEx 31/03/2017            195.15 -0.0050217781
3541  3541             Oracle 31/03/2017             44.61  0.0015691549
3542  3542              Apple 31/03/2017            143.66  0.0018794376
3543  3543         McDonald's 31/03/2017            129.61 -0.0022374817
3544  3544               eBay 31/03/2017             33.57  0.0038725052
3545  3545               eBay 31/03/2017             33.57  0.0038725052
3546  3546             Disney 31/03/2017            113.39 -0.0018520152
3547  3547               eBay 31/03/2017             33.57  0.0038725052
3548  3548               eBay 31/03/2017             33.57  0.0038725052
3549  3549         McDonald's 31/03/2017            129.61 -0.0022374817
3550  3550               AT&T 31/03/2017             41.55  0.0050541516
3551  3551           Facebook 31/03/2017            142.05  0.0025343189
3552  3552               AT&T 31/03/2017             41.55  0.0050541516
3553  3553            Netflix 31/03/2017            147.81  0.0016913605
3554  3554     salesforce.com 31/03/2017             82.49  0.0008485877
3555  3555               Next 31/03/2017            4320.0 -0.0138888889
3556  3556                IBM 31/03/2017            174.14 -0.0016079017
3557  3557     salesforce.com 31/03/2017             82.49  0.0008485877
3558  3558              Apple 31/03/2017            143.66  0.0018794376
3559  3559            Netflix 31/03/2017            147.81  0.0016913605
3560  3560         McDonald's 31/03/2017            129.61 -0.0022374817
3561  3561               eBay 31/03/2017             33.57  0.0038725052
3562  3562            TMobile 31/03/2017             64.59  0.0083604273
3563  3563              Apple 31/03/2017            143.66  0.0018794376
3564  3564             Boeing 31/03/2017            176.86  0.0063326925
3565  3565             Google 31/03/2017             847.8  0.0019815994
3566  3566               eBay 31/03/2017             33.57  0.0038725052
3567  3567               AT&T 31/03/2017             41.55  0.0050541516
3568  3568                GSK 31/03/2017            1659.5  0.0117505273
3569  3569               eBay 31/03/2017             33.57  0.0038725052
3570  3570                CBS 31/03/2017             69.36 -0.0002883506
3571  3571         McDonald's 31/03/2017            129.61 -0.0022374817
3572  3572              Apple 31/03/2017            143.66  0.0018794376
3573  3573               Nike 31/03/2017             55.73  0.0055625336
3574  3574               Ford 31/03/2017             11.64  0.0034364261
3575  3575             adidas 31/03/2017           178.257 -0.0044766825
3576  3576             Disney 31/03/2017            113.39 -0.0018520152
3577  3577            Netflix 31/03/2017            147.81  0.0016913605
3578  3578         McDonald's 31/03/2017            129.61 -0.0022374817
3579  3579               AT&T 31/03/2017             41.55  0.0050541516
3580  3580              Apple 31/03/2017            143.66  0.0018794376
3581  3581         Volkswagen 31/03/2017           136.468 -0.0024254770
3582  3582         McDonald's 31/03/2017            129.61 -0.0022374817
3583  3583             Google 31/03/2017             847.8  0.0019815994
3584  3584                CBS 31/03/2017             69.36 -0.0002883506
3585  3585            Walmart 31/03/2017             72.08 -0.0067980022
3586  3586            Netflix 31/03/2017            147.81  0.0016913605
3587  3587             Google 31/03/2017             847.8  0.0019815994
3588  3588               eBay 31/03/2017             33.57  0.0038725052
3589  3589         McDonald's 31/03/2017            129.61 -0.0022374817
3590  3590             Google 31/03/2017             847.8  0.0019815994
3591  3591            Netflix 31/03/2017            147.81  0.0016913605
3592  3592            Reuters 31/03/2017           47.6154  0.0053197075
3593  3593         McDonald's 31/03/2017            129.61 -0.0022374817
3594  3594               AT&T 31/03/2017             41.55  0.0050541516
3595  3595               eBay 31/03/2017             33.57  0.0038725052
3596  3596               eBay 31/03/2017             33.57  0.0038725052
3597  3597             Amazon 31/03/2017            886.54 -0.0115054030
3598  3598           Facebook 31/03/2017            142.05  0.0025343189
3599  3599             Amazon 31/03/2017            886.54 -0.0115054030
3600  3600            Reuters 31/03/2017           47.6154  0.0053197075
3601  3601         McDonald's 31/03/2017            129.61 -0.0022374817
3602  3602              Intel 31/03/2017             36.07 -0.0088716385
3603  3603            Netflix 31/03/2017            147.81  0.0016913605
3604  3604               eBay 31/03/2017             33.57  0.0038725052
3605  3605            Walmart 31/03/2017             72.08 -0.0067980022
3606  3606               Nike 31/03/2017             55.73  0.0055625336
3607  3607                UPS 31/03/2017             107.3 -0.0059645853
3608  3608              FedEx 31/03/2017            195.15 -0.0050217781
3609  3609            Netflix 31/03/2017            147.81  0.0016913605
3610  3610              Exxon 31/03/2017             82.01  0.0206072430
3611  3611            Netflix 31/03/2017            147.81  0.0016913605
3612  3612             Amazon 31/03/2017            886.54 -0.0115054030
3613  3613               eBay 31/03/2017             33.57  0.0038725052
3614  3614             Google 31/03/2017             847.8  0.0019815994
3615  3615               eBay 31/03/2017             33.57  0.0038725052
3616  3616            Reuters 31/03/2017           47.6154  0.0053197075
3617  3617               eBay 31/03/2017             33.57  0.0038725052
3618  3618             Google 31/03/2017             847.8  0.0019815994
3619  3619               eBay 31/03/2017             33.57  0.0038725052
3620  3620         McDonald's 31/03/2017            129.61 -0.0022374817
3621  3621             Google 31/03/2017             847.8  0.0019815994
3622  3622               eBay 31/03/2017             33.57  0.0038725052
3623  3623               eBay 31/03/2017             33.57  0.0038725052
3624  3624             Amazon 31/03/2017            886.54 -0.0115054030
3625  3625               eBay 31/03/2017             33.57  0.0038725052
3626  3626         McDonald's 31/03/2017            129.61 -0.0022374817
3627  3627            Walmart 31/03/2017             72.08 -0.0067980022
3628  3628               eBay 31/03/2017             33.57  0.0038725052
3629  3629               eBay 31/03/2017             33.57  0.0038725052
3630  3630         McDonald's 31/03/2017            129.61 -0.0022374817
3631  3631         McDonald's 31/03/2017            129.61 -0.0022374817
3632  3632              Apple 31/03/2017            143.66  0.0018794376
3633  3633             adidas 31/03/2017           178.257 -0.0044766825
3634  3634           Facebook 31/03/2017            142.05  0.0025343189
3635  3635               eBay 31/03/2017             33.57  0.0038725052
3636  3636         McDonald's 31/03/2017            129.61 -0.0022374817
3637  3637             Google 31/03/2017             847.8  0.0019815994
3638  3638               eBay 31/03/2017             33.57  0.0038725052
3639  3639               eBay 31/03/2017             33.57  0.0038725052
3640  3640             Amazon 31/03/2017            886.54 -0.0115054030
3641  3641            Netflix 31/03/2017            147.81  0.0016913605
3642  3642             Disney 31/03/2017            113.39 -0.0018520152
3643  3643              Cisco 31/03/2017              33.8 -0.0017751479
3644  3644                BMW 31/03/2017 85.51299999999998 -0.0022686609
3645  3645               eBay 31/03/2017             33.57  0.0038725052
3646  3646         McDonald's 31/03/2017            129.61 -0.0022374817
3647  3647            Reuters 31/03/2017           47.6154  0.0053197075
3648  3648               eBay 31/03/2017             33.57  0.0038725052
3649  3649              Apple 31/03/2017            143.66  0.0018794376
3650  3650               AT&T 31/03/2017             41.55  0.0050541516
3651  3651             Amazon 31/03/2017            886.54 -0.0115054030
3652  3652         Volkswagen 31/03/2017           136.468 -0.0024254770
3653  3653               eBay 31/03/2017             33.57  0.0038725052
3654  3654               Ford 31/03/2017             11.64  0.0034364261
3655  3655              Honda 31/03/2017            3351.0  0.0131304088
3656  3656           Facebook 31/03/2017            142.05  0.0025343189
3657  3657               eBay 31/03/2017             33.57  0.0038725052
3658  3658               Nike 31/03/2017             55.73  0.0055625336
3659  3659                CBS 31/03/2017             69.36 -0.0002883506
3660  3660      Goldman Sachs 31/03/2017            229.72  0.0065296883
3661  3661         McDonald's 31/03/2017            129.61 -0.0022374817
3662  3662              Honda 31/03/2017            3351.0  0.0131304088
3663  3663           Facebook 31/03/2017            142.05  0.0025343189
3664  3664             Google 31/03/2017             847.8  0.0019815994
3665  3665             Disney 31/03/2017            113.39 -0.0018520152
3666  3666             adidas 31/03/2017           178.257 -0.0044766825
3667  3667               eBay 31/03/2017             33.57  0.0038725052
3668  3668            Reuters 31/03/2017           47.6154  0.0053197075
3669  3669            Reuters 31/03/2017           47.6154  0.0053197075
3670  3670            Comcast 31/03/2017             37.59 -0.0021282256
3671  3671            Ryanair 31/03/2017             14.55 -0.0171821306
3672  3672            Comcast 31/03/2017             37.59 -0.0021282256
3673  3673            Comcast 31/03/2017             37.59 -0.0021282256
3674  3674            Comcast 31/03/2017             37.59 -0.0021282256
3675  3675           Facebook 31/03/2017            142.05  0.0025343189
3676  3676            Comcast 31/03/2017             37.59 -0.0021282256
3677  3677           Facebook 31/03/2017            142.05  0.0025343189
3678  3678          Starbucks 31/03/2017             58.39 -0.0039390307
3679  3679           Facebook 31/03/2017            142.05  0.0025343189
3680  3680             Google 31/03/2017             847.8  0.0019815994
3681  3681            Reuters 31/03/2017           47.6154  0.0053197075
3682  3682               eBay 31/03/2017             33.57  0.0038725052
3683  3683                IBM 31/03/2017            174.14 -0.0016079017
3684  3684             Kroger 31/03/2017             29.49 -0.0098338420
3685  3685         McDonald's 31/03/2017            129.61 -0.0022374817
3686  3686             Disney 31/03/2017            113.39 -0.0018520152
3687  3687         McDonald's 31/03/2017            129.61 -0.0022374817
3688  3688               AT&T 31/03/2017             41.55  0.0050541516
3689  3689         Home Depot 31/03/2017            146.83  0.0008172717
3690  3690               eBay 31/03/2017             33.57  0.0038725052
3691  3691               eBay 31/03/2017             33.57  0.0038725052
3692  3692               eBay 31/03/2017             33.57  0.0038725052
3693  3693           Facebook 31/03/2017            142.05  0.0025343189
3694  3694           Facebook 31/03/2017            142.05  0.0025343189
3695  3695            Ryanair 31/03/2017             14.55 -0.0171821306
3696  3696            Netflix 31/03/2017            147.81  0.0016913605
3697  3697           Facebook 31/03/2017            142.05  0.0025343189
3698  3698         McDonald's 31/03/2017            129.61 -0.0022374817
3699  3699   American Express 31/03/2017             79.11  0.0012640627
3700  3700           Facebook 31/03/2017            142.05  0.0025343189
3701  3701               eBay 31/03/2017             33.57  0.0038725052
3702  3702             Google 31/03/2017             847.8  0.0019815994
3703  3703                SAP 31/03/2017            91.904 -0.0057016017
3704  3704             Disney 31/03/2017            113.39 -0.0018520152
3705  3705              Apple 31/03/2017            143.66  0.0018794376
3706  3706            Reuters 31/03/2017           47.6154  0.0053197075
3707  3707             Amazon 31/03/2017            886.54 -0.0115054030
3708  3708            Reuters 31/03/2017           47.6154  0.0053197075
3709  3709         McDonald's 31/03/2017            129.61 -0.0022374817
3710  3710             Amazon 31/03/2017            886.54 -0.0115054030
3711  3711            Verizon 31/03/2017             48.75  0.0063589744
3712  3712               HSBC 31/03/2017             650.9  0.0078353050
3713  3713             Amazon 31/03/2017            886.54 -0.0115054030
3714  3714             Kroger 31/03/2017             29.49 -0.0098338420
3715  3715           Facebook 31/03/2017            142.05  0.0025343189
3716  3716               AT&T 31/03/2017             41.55  0.0050541516
3717  3717            Groupon 31/03/2017              3.93  0.0076335878
3718  3718            Reuters 31/03/2017           47.6154  0.0053197075
3719  3719         McDonald's 31/03/2017            129.61 -0.0022374817
3720  3720          Citigroup 31/03/2017             59.82  0.0115346038
3721  3721           Facebook 31/03/2017            142.05  0.0025343189
3722  3722              Shell 31/03/2017            2096.0  0.0128816794
3723  3723            Reuters 31/03/2017           47.6154  0.0053197075
3724  3724            Netflix 31/03/2017            147.81  0.0016913605
3725  3725               eBay 31/03/2017             33.57  0.0038725052
3726  3726            Reuters 31/03/2017           47.6154  0.0053197075
3727  3727            Reuters 31/03/2017           47.6154  0.0053197075
3728  3728            Reuters 31/03/2017           47.6154  0.0053197075
3729  3729                CBS 31/03/2017             69.36 -0.0002883506
3730  3730              Apple 31/03/2017            143.66  0.0018794376
3731  3731                CBS 31/03/2017             69.36 -0.0002883506
3732  3732               Nike 31/03/2017             55.73  0.0055625336
3733  3733              FedEx 31/03/2017            195.15 -0.0050217781
3734  3734         McDonald's 31/03/2017            129.61 -0.0022374817
3735  3735            Reuters 31/03/2017           47.6154  0.0053197075
3736  3736               eBay 31/03/2017             33.57  0.0038725052
3737  3737               Nike 31/03/2017             55.73  0.0055625336
3738  3738            Netflix 31/03/2017            147.81  0.0016913605
3739  3739                CBS 31/03/2017             69.36 -0.0002883506
3740  3740              Shell 31/03/2017            2096.0  0.0128816794
3741  3741            TMobile 31/03/2017             64.59  0.0083604273
3742  3742          Citigroup 31/03/2017             59.82  0.0115346038
3743  3743             Amazon 31/03/2017            886.54 -0.0115054030
3744  3744             Google 31/03/2017             847.8  0.0019815994
3745  3745               eBay 31/03/2017             33.57  0.0038725052
3746  3746            Reuters 31/03/2017           47.6154  0.0053197075
3747  3747          Citigroup 31/03/2017             59.82  0.0115346038
3748  3748                CBS 31/03/2017             69.36 -0.0002883506
3749  3749               eBay 31/03/2017             33.57  0.0038725052
3750  3750            Netflix 31/03/2017            147.81  0.0016913605
3751  3751               AT&T 31/03/2017             41.55  0.0050541516
3752  3752            TMobile 31/03/2017             64.59  0.0083604273
3753  3753            Netflix 31/03/2017            147.81  0.0016913605
3754  3754            Walmart 31/03/2017             72.08 -0.0067980022
3755  3755               eBay 31/03/2017             33.57  0.0038725052
3756  3756              Tesco 31/03/2017             185.6  0.0183189655
3757  3757               eBay 31/03/2017             33.57  0.0038725052
3758  3758             Amazon 31/03/2017            886.54 -0.0115054030
3759  3759               eBay 31/03/2017             33.57  0.0038725052
3760  3760               Nike 31/03/2017             55.73  0.0055625336
3761  3761          Starbucks 31/03/2017             58.39 -0.0039390307
3762  3762               AT&T 31/03/2017             41.55  0.0050541516
3763  3763             Amazon 31/03/2017            886.54 -0.0115054030
3764  3764         McDonald's 31/03/2017            129.61 -0.0022374817
3765  3765         CVS Health 31/03/2017              78.5  0.0044585987
3766  3766         McDonald's 31/03/2017            129.61 -0.0022374817
3767  3767            Netflix 31/03/2017            147.81  0.0016913605
3768  3768              Apple 31/03/2017            143.66  0.0018794376
3769  3769               eBay 31/03/2017             33.57  0.0038725052
3770  3770            TMobile 31/03/2017             64.59  0.0083604273
3771  3771               eBay 31/03/2017             33.57  0.0038725052
3772  3772            Netflix 31/03/2017            147.81  0.0016913605
3773  3773               eBay 31/03/2017             33.57  0.0038725052
3774  3774              FedEx 31/03/2017            195.15 -0.0050217781
3775  3775         McDonald's 31/03/2017            129.61 -0.0022374817
3776  3776               eBay 31/03/2017             33.57  0.0038725052
3777  3777            Reuters 31/03/2017           47.6154  0.0053197075
3778  3778             Amazon 31/03/2017            886.54 -0.0115054030
3779  3779             Google 31/03/2017             847.8  0.0019815994
3780  3780               eBay 31/03/2017             33.57  0.0038725052
3781  3781        Wells Fargo 31/03/2017             55.66  0.0104204096
3782  3782            L'Oreal 31/03/2017            191.15  0.0096782631
3783  3783               eBay 31/03/2017             33.57  0.0038725052
3784  3784              Tesco 31/03/2017             185.6  0.0183189655
3785  3785         McDonald's 31/03/2017            129.61 -0.0022374817
3786  3786               eBay 31/03/2017             33.57  0.0038725052
3787  3787               eBay 31/03/2017             33.57  0.0038725052
3788  3788            Reuters 31/03/2017           47.6154  0.0053197075
3789  3789               AT&T 31/03/2017             41.55  0.0050541516
3790  3790         McDonald's 31/03/2017            129.61 -0.0022374817
3791  3791              Exxon 31/03/2017             82.01  0.0206072430
3792  3792            Reuters 31/03/2017           47.6154  0.0053197075
3793  3793                P&G 31/03/2017             89.85  0.0038953812
3794  3794            Netflix 31/03/2017            147.81  0.0016913605
3795  3795         McDonald's 31/03/2017            129.61 -0.0022374817
3796  3796               eBay 31/03/2017             33.57  0.0038725052
3797  3797          Microsoft 31/03/2017             65.86 -0.0022775585
3798  3798               eBay 31/03/2017             33.57  0.0038725052
3799  3799              Apple 31/03/2017            143.66  0.0018794376
3800  3800            Reuters 31/03/2017           47.6154  0.0053197075
3801  3801               eBay 31/03/2017             33.57  0.0038725052
3802  3802               eBay 31/03/2017             33.57  0.0038725052
3803  3803               eBay 31/03/2017             33.57  0.0038725052
3804  3804            Expedia 31/03/2017            126.17  0.0260759293
3805  3805             Amazon 31/03/2017            886.54 -0.0115054030
3806  3806             Google 31/03/2017             847.8  0.0019815994
3807  3807             Amazon 31/03/2017            886.54 -0.0115054030
3808  3808            Reuters 31/03/2017           47.6154  0.0053197075
3809  3809             Google 31/03/2017             847.8  0.0019815994
3810  3810            Netflix 31/03/2017            147.81  0.0016913605
3811  3811             Amazon 31/03/2017            886.54 -0.0115054030
3812  3812             Amazon 31/03/2017            886.54 -0.0115054030
3813  3813            Netflix 31/03/2017            147.81  0.0016913605
3814  3814              FedEx 31/03/2017            195.15 -0.0050217781
3815  3815         McDonald's 31/03/2017            129.61 -0.0022374817
3816  3816               eBay 31/03/2017             33.57  0.0038725052
3817  3817      Goldman Sachs 31/03/2017            229.72  0.0065296883
3818  3818               eBay 31/03/2017             33.57  0.0038725052
3819  3819            Groupon 31/03/2017              3.93  0.0076335878
3820  3820              Apple 31/03/2017            143.66  0.0018794376
3821  3821               eBay 31/03/2017             33.57  0.0038725052
3822  3822               eBay 31/03/2017             33.57  0.0038725052
3823  3823            Reuters 31/03/2017           47.6154  0.0053197075
3824  3824             Amazon 31/03/2017            886.54 -0.0115054030
3825  3825             Amazon 31/03/2017            886.54 -0.0115054030
3826  3826            Netflix 31/03/2017            147.81  0.0016913605
3827  3827              Apple 31/03/2017            143.66  0.0018794376
3828  3828             Toyota 31/03/2017            6042.0  0.0114200596
3829  3829             Amazon 31/03/2017            886.54 -0.0115054030
3830  3830             Amazon 31/03/2017            886.54 -0.0115054030
3831  3831               eBay 31/03/2017             33.57  0.0038725052
3832  3832         Volkswagen 31/03/2017           136.468 -0.0024254770
3833  3833         McDonald's 31/03/2017            129.61 -0.0022374817
3834  3834             Amazon 31/03/2017            886.54 -0.0115054030
3835  3835               eBay 31/03/2017             33.57  0.0038725052
3836  3836               eBay 31/03/2017             33.57  0.0038725052
3837  3837             Kroger 31/03/2017             29.49 -0.0098338420
3838  3838             Amazon 31/03/2017            886.54 -0.0115054030
3839  3839               eBay 31/03/2017             33.57  0.0038725052
3840  3840             Amazon 31/03/2017            886.54 -0.0115054030
3841  3841              Apple 31/03/2017            143.66  0.0018794376
3842  3842               eBay 31/03/2017             33.57  0.0038725052
3843  3843    Bank of America 31/03/2017             23.59  0.0118694362
3844  3844            Netflix 31/03/2017            147.81  0.0016913605
3845  3845            Reuters 31/03/2017           47.6154  0.0053197075
3846  3846            Ryanair 31/03/2017             14.55 -0.0171821306
3847  3847               eBay 31/03/2017             33.57  0.0038725052
3848  3848             Amazon 31/03/2017            886.54 -0.0115054030
3849  3849              Intel 31/03/2017             36.07 -0.0088716385
3850  3850               AT&T 31/03/2017             41.55  0.0050541516
3851  3851              FedEx 31/03/2017            195.15 -0.0050217781
3852  3852             Toyota 31/03/2017            6042.0  0.0114200596
3853  3853               Nike 31/03/2017             55.73  0.0055625336
3854  3854         McDonald's 31/03/2017            129.61 -0.0022374817
3855  3855          Citigroup 31/03/2017             59.82  0.0115346038
3856  3856            Netflix 31/03/2017            147.81  0.0016913605
3857  3857               eBay 31/03/2017             33.57  0.0038725052
3858  3858             Amazon 31/03/2017            886.54 -0.0115054030
3859  3859            Netflix 31/03/2017            147.81  0.0016913605
3860  3860         McDonald's 31/03/2017            129.61 -0.0022374817
3861  3861               eBay 31/03/2017             33.57  0.0038725052
3862  3862             Google 31/03/2017             847.8  0.0019815994
3863  3863             Google 31/03/2017             847.8  0.0019815994
3864  3864               eBay 31/03/2017             33.57  0.0038725052
3865  3865               eBay 31/03/2017             33.57  0.0038725052
3866  3866              Apple 31/03/2017            143.66  0.0018794376
3867  3867            Netflix 31/03/2017            147.81  0.0016913605
3868  3868               eBay 31/03/2017             33.57  0.0038725052
3869  3869      Goldman Sachs 31/03/2017            229.72  0.0065296883
3870  3870          Microsoft 31/03/2017             65.86 -0.0022775585
3871  3871               Nike 31/03/2017             55.73  0.0055625336
3872  3872               eBay 31/03/2017             33.57  0.0038725052
3873  3873             Google 31/03/2017             847.8  0.0019815994
3874  3874              FedEx 31/03/2017            195.15 -0.0050217781
3875  3875         McDonald's 31/03/2017            129.61 -0.0022374817
3876  3876           Facebook 31/03/2017            142.05  0.0025343189
3877  3877            Reuters 31/03/2017           47.6154  0.0053197075
3878  3878         McDonald's 31/03/2017            129.61 -0.0022374817
3879  3879           Facebook 31/03/2017            142.05  0.0025343189
3880  3880                UPS 31/03/2017             107.3 -0.0059645853
3881  3881            Netflix 31/03/2017            147.81  0.0016913605
3882  3882         McDonald's 31/03/2017            129.61 -0.0022374817
3883  3883            Reuters 31/03/2017           47.6154  0.0053197075
3884  3884             Disney 31/03/2017            113.39 -0.0018520152
3885  3885             Amazon 31/03/2017            886.54 -0.0115054030
3886  3886          Microsoft 31/03/2017             65.86 -0.0022775585
3887  3887            TMobile 31/03/2017             64.59  0.0083604273
3888  3888            Netflix 31/03/2017            147.81  0.0016913605
3889  3889            Comcast 31/03/2017             37.59 -0.0021282256
3890  3890               eBay 31/03/2017             33.57  0.0038725052
3891  3891              FedEx 31/03/2017            195.15 -0.0050217781
3892  3892             Google 31/03/2017             847.8  0.0019815994
3893  3893             Disney 31/03/2017            113.39 -0.0018520152
3894  3894         McDonald's 31/03/2017            129.61 -0.0022374817
3895  3895               eBay 31/03/2017             33.57  0.0038725052
3896  3896               AT&T 31/03/2017             41.55  0.0050541516
3897  3897    Bank of America 31/03/2017             23.59  0.0118694362
3898  3898            Netflix 31/03/2017            147.81  0.0016913605
3899  3899               eBay 31/03/2017             33.57  0.0038725052
3900  3900            Netflix 31/03/2017            147.81  0.0016913605
3901  3901               eBay 31/03/2017             33.57  0.0038725052
3902  3902             Amazon 31/03/2017            886.54 -0.0115054030
3903  3903             Google 31/03/2017             847.8  0.0019815994
3904  3904              Apple 31/03/2017            143.66  0.0018794376
3905  3905               eBay 31/03/2017             33.57  0.0038725052
3906  3906         McDonald's 31/03/2017            129.61 -0.0022374817
3907  3907            TMobile 31/03/2017             64.59  0.0083604273
3908  3908            Ryanair 31/03/2017             14.55 -0.0171821306
3909  3909               eBay 31/03/2017             33.57  0.0038725052
3910  3910               eBay 31/03/2017             33.57  0.0038725052
3911  3911         McDonald's 31/03/2017            129.61 -0.0022374817
3912  3912         McDonald's 31/03/2017            129.61 -0.0022374817
3913  3913               eBay 31/03/2017             33.57  0.0038725052
3914  3914               eBay 31/03/2017             33.57  0.0038725052
3915  3915              FedEx 31/03/2017            195.15 -0.0050217781
3916  3916               eBay 31/03/2017             33.57  0.0038725052
3917  3917            Reuters 31/03/2017           47.6154  0.0053197075
3918  3918               eBay 31/03/2017             33.57  0.0038725052
3919  3919            Netflix 31/03/2017            147.81  0.0016913605
3920  3920   General Electric 31/03/2017           28.6453  0.0023494256
3921  3921               Sony 31/03/2017            3766.0 -0.0084970791
3922  3922         McDonald's 31/03/2017            129.61 -0.0022374817
3923  3923         McDonald's 31/03/2017            129.61 -0.0022374817
3924  3924            Verizon 31/03/2017             48.75  0.0063589744
3925  3925                CBS 31/03/2017             69.36 -0.0002883506
3926  3926            Netflix 31/03/2017            147.81  0.0016913605
3927  3927             Amazon 31/03/2017            886.54 -0.0115054030
3928  3928               eBay 31/03/2017             33.57  0.0038725052
3929  3929               eBay 31/03/2017             33.57  0.0038725052
3930  3930             Google 31/03/2017             847.8  0.0019815994
3931  3931      Goldman Sachs 31/03/2017            229.72  0.0065296883
3932  3932               eBay 31/03/2017             33.57  0.0038725052
3933  3933            TMobile 31/03/2017             64.59  0.0083604273
3934  3934                CBS 31/03/2017             69.36 -0.0002883506
3935  3935           Facebook 31/03/2017            142.05  0.0025343189
3936  3936             Google 31/03/2017             847.8  0.0019815994
3937  3937              Apple 31/03/2017            143.66  0.0018794376
3938  3938               eBay 31/03/2017             33.57  0.0038725052
3939  3939               eBay 31/03/2017             33.57  0.0038725052
3940  3940         McDonald's 31/03/2017            129.61 -0.0022374817
3941  3941               eBay 31/03/2017             33.57  0.0038725052
3942  3942               AT&T 31/03/2017             41.55  0.0050541516
3943  3943            Netflix 31/03/2017            147.81  0.0016913605
3944  3944               eBay 31/03/2017             33.57  0.0038725052
3945  3945             Google 31/03/2017             847.8  0.0019815994
3946  3946         McDonald's 31/03/2017            129.61 -0.0022374817
3947  3947            Netflix 31/03/2017            147.81  0.0016913605
3948  3948            Netflix 31/03/2017            147.81  0.0016913605
3949  3949           Facebook 31/03/2017            142.05  0.0025343189
3950  3950               eBay 31/03/2017             33.57  0.0038725052
3951  3951             Amazon 31/03/2017            886.54 -0.0115054030
3952  3952            TMobile 31/03/2017             64.59  0.0083604273
3953  3953               eBay 31/03/2017             33.57  0.0038725052
3954  3954            TMobile 31/03/2017             64.59  0.0083604273
3955  3955           CocaCola 31/03/2017             42.44  0.0037700283
3956  3956               eBay 31/03/2017             33.57  0.0038725052
3957  3957             Amazon 31/03/2017            886.54 -0.0115054030
3958  3958               eBay 31/03/2017             33.57  0.0038725052
3959  3959               eBay 31/03/2017             33.57  0.0038725052
3960  3960            Reuters 31/03/2017           47.6154  0.0053197075
3961  3961            Reuters 31/03/2017           47.6154  0.0053197075
3962  3962             Amazon 31/03/2017            886.54 -0.0115054030
3963  3963         McDonald's 31/03/2017            129.61 -0.0022374817
3964  3964         McDonald's 31/03/2017            129.61 -0.0022374817
3965  3965            Reuters 31/03/2017           47.6154  0.0053197075
3966  3966            Reuters 31/03/2017           47.6154  0.0053197075
3967  3967           CocaCola 31/03/2017             42.44  0.0037700283
3968  3968               eBay 31/03/2017             33.57  0.0038725052
3969  3969             PayPal 31/03/2017             43.02  0.0120874012
3970  3970   American Express 31/03/2017             79.11  0.0012640627
3971  3971               eBay 31/03/2017             33.57  0.0038725052
3972  3972               eBay 31/03/2017             33.57  0.0038725052
3973  3973             Amazon 31/03/2017            886.54 -0.0115054030
3974  3974            Netflix 31/03/2017            147.81  0.0016913605
3975  3975            Reuters 31/03/2017           47.6154  0.0053197075
3976  3976               eBay 31/03/2017             33.57  0.0038725052
3977  3977               eBay 31/03/2017             33.57  0.0038725052
3978  3978               eBay 31/03/2017             33.57  0.0038725052
3979  3979                IBM 31/03/2017            174.14 -0.0016079017
3980  3980               eBay 31/03/2017             33.57  0.0038725052
3981  3981               eBay 31/03/2017             33.57  0.0038725052
3982  3982               eBay 31/03/2017             33.57  0.0038725052
3983  3983             Amazon 31/03/2017            886.54 -0.0115054030
3984  3984            Reuters 31/03/2017           47.6154  0.0053197075
3985  3985            Reuters 31/03/2017           47.6154  0.0053197075
3986  3986               eBay 31/03/2017             33.57  0.0038725052
3987  3987               eBay 31/03/2017             33.57  0.0038725052
3988  3988               eBay 31/03/2017             33.57  0.0038725052
3989  3989               eBay 31/03/2017             33.57  0.0038725052
3990  3990           Facebook 31/03/2017            142.05  0.0025343189
3991  3991         McDonald's 01/04/2017            129.61  0.0000000000
3992  3992               eBay 01/04/2017             33.57  0.0000000000
3993  3993               eBay 01/04/2017             33.57  0.0000000000
3994  3994            Ryanair 01/04/2017             14.55  0.0000000000
3995  3995            Netflix 01/04/2017            147.81  0.0000000000
3996  3996            Reuters 01/04/2017           47.6154  0.0000000000
3997  3997               eBay 01/04/2017             33.57  0.0000000000
3998  3998               eBay 01/04/2017             33.57  0.0000000000
3999  3999              Honda 01/04/2017            3351.0  0.0000000000
4000  4000               eBay 01/04/2017             33.57  0.0000000000
4001  4001            Netflix 01/04/2017            147.81  0.0000000000
4002  4002              Honda 01/04/2017            3351.0  0.0000000000
4003  4003            Netflix 01/04/2017            147.81  0.0000000000
4004  4004             Viacom 01/04/2017             48.75  0.0000000000
4005  4005         McDonald's 01/04/2017            129.61  0.0000000000
4006  4006               eBay 01/04/2017             33.57  0.0000000000
4007  4007             Amazon 01/04/2017            886.54  0.0000000000
4008  4008            Netflix 01/04/2017            147.81  0.0000000000
4009  4009            Reuters 01/04/2017           47.6154  0.0000000000
4010  4010           JPMorgan 01/04/2017             87.84  0.0000000000
4011  4011             Amazon 01/04/2017            886.54  0.0000000000
4012  4012             PayPal 01/04/2017             43.02  0.0000000000
4013  4013         McDonald's 01/04/2017            129.61  0.0000000000
4014  4014               eBay 01/04/2017             33.57  0.0000000000
4015  4015              Tesco 01/04/2017             185.6  0.0000000000
4016  4016            TMobile 01/04/2017             64.59  0.0000000000
4017  4017            Reuters 01/04/2017           47.6154  0.0000000000
4018  4018          Microsoft 01/04/2017             65.86  0.0000000000
4019  4019         McDonald's 01/04/2017            129.61  0.0000000000
4020  4020               eBay 01/04/2017             33.57  0.0000000000
4021  4021               eBay 01/04/2017             33.57  0.0000000000
4022  4022           Facebook 01/04/2017            142.05  0.0000000000
4023  4023             Viacom 01/04/2017             48.75  0.0000000000
4024  4024                CBS 01/04/2017             69.36  0.0000000000
4025  4025            Reuters 01/04/2017           47.6154  0.0000000000
4026  4026             Amazon 01/04/2017            886.54  0.0000000000
4027  4027            TMobile 01/04/2017             64.59  0.0000000000
4028  4028                SAP 01/04/2017            91.904  0.0000000000
4029  4029         McDonald's 01/04/2017            129.61  0.0000000000
4030  4030              Apple 01/04/2017            143.66  0.0000000000
4031  4031         McDonald's 01/04/2017            129.61  0.0000000000
4032  4032           Facebook 01/04/2017            142.05  0.0000000000
4033  4033               AT&T 01/04/2017             41.55  0.0000000000
4034  4034             Amazon 01/04/2017            886.54  0.0000000000
4035  4035               eBay 01/04/2017             33.57  0.0000000000
4036  4036               AT&T 01/04/2017             41.55  0.0000000000
4037  4037              Apple 01/04/2017            143.66  0.0000000000
4038  4038               eBay 01/04/2017             33.57  0.0000000000
4039  4039              Apple 01/04/2017            143.66  0.0000000000
4040  4040            TMobile 01/04/2017             64.59  0.0000000000
4041  4041               AT&T 01/04/2017             41.55  0.0000000000
4042  4042         CVS Health 01/04/2017              78.5  0.0000000000
4043  4043             Google 01/04/2017             847.8  0.0000000000
4044  4044            Netflix 01/04/2017            147.81  0.0000000000
4045  4045         McDonald's 01/04/2017            129.61  0.0000000000
4046  4046         McDonald's 01/04/2017            129.61  0.0000000000
4047  4047               eBay 01/04/2017             33.57  0.0000000000
4048  4048              Apple 01/04/2017            143.66  0.0000000000
4049  4049              Apple 01/04/2017            143.66  0.0000000000
4050  4050            Reuters 01/04/2017           47.6154  0.0000000000
4051  4051            Reuters 01/04/2017           47.6154  0.0000000000
4052  4052              Apple 01/04/2017            143.66  0.0000000000
4053  4053            Reuters 01/04/2017           47.6154  0.0000000000
4054  4054              Exxon 01/04/2017             82.01  0.0000000000
4055  4055              Apple 01/04/2017            143.66  0.0000000000
4056  4056             Amazon 01/04/2017            886.54  0.0000000000
4057  4057              Apple 01/04/2017            143.66  0.0000000000
4058  4058            Netflix 01/04/2017            147.81  0.0000000000
4059  4059               eBay 01/04/2017             33.57  0.0000000000
4060  4060               eBay 01/04/2017             33.57  0.0000000000
4061  4061               eBay 01/04/2017             33.57  0.0000000000
4062  4062              Apple 01/04/2017            143.66  0.0000000000
4063  4063               eBay 01/04/2017             33.57  0.0000000000
4064  4064               eBay 01/04/2017             33.57  0.0000000000
4065  4065                H&M 01/04/2017             25.52  0.0000000000
4066  4066              Apple 01/04/2017            143.66  0.0000000000
4067  4067            TMobile 01/04/2017             64.59  0.0000000000
4068  4068            Netflix 01/04/2017            147.81  0.0000000000
4069  4069         Volkswagen 01/04/2017           136.468  0.0000000000
4070  4070              Apple 01/04/2017            143.66  0.0000000000
4071  4071              FedEx 01/04/2017            195.15  0.0000000000
4072  4072                CBS 01/04/2017             69.36  0.0000000000
4073  4073           Facebook 01/04/2017            142.05  0.0000000000
4074  4074               eBay 01/04/2017             33.57  0.0000000000
4075  4075               AT&T 01/04/2017             41.55  0.0000000000
4076  4076               eBay 01/04/2017             33.57  0.0000000000
4077  4077               ASOS 01/04/2017            6045.0  0.0000000000
4078  4078            Netflix 01/04/2017            147.81  0.0000000000
4079  4079            Comcast 01/04/2017             37.59  0.0000000000
4080  4080               Nike 01/04/2017             55.73  0.0000000000
4081  4081               eBay 01/04/2017             33.57  0.0000000000
4082  4082               eBay 01/04/2017             33.57  0.0000000000
4083  4083            Netflix 01/04/2017            147.81  0.0000000000
4084  4084          Starbucks 01/04/2017             58.39  0.0000000000
4085  4085               eBay 01/04/2017             33.57  0.0000000000
4086  4086               eBay 01/04/2017             33.57  0.0000000000
4087  4087              Apple 01/04/2017            143.66  0.0000000000
4088  4088              Apple 01/04/2017            143.66  0.0000000000
4089  4089               eBay 01/04/2017             33.57  0.0000000000
4090  4090           Facebook 01/04/2017            142.05  0.0000000000
4091  4091               eBay 01/04/2017             33.57  0.0000000000
4092  4092            Comcast 01/04/2017             37.59  0.0000000000
4093  4093              Tesco 01/04/2017             185.6  0.0000000000
4094  4094         McDonald's 01/04/2017            129.61  0.0000000000
4095  4095            Reuters 01/04/2017           47.6154  0.0000000000
4096  4096              Apple 01/04/2017            143.66  0.0000000000
4097  4097               AT&T 01/04/2017             41.55  0.0000000000
4098  4098                CBS 01/04/2017             69.36  0.0000000000
4099  4099               eBay 01/04/2017             33.57  0.0000000000
4100  4100              Tesco 01/04/2017             185.6  0.0000000000
4101  4101            Reuters 01/04/2017           47.6154  0.0000000000
4102  4102            Netflix 01/04/2017            147.81  0.0000000000
4103  4103             Amazon 01/04/2017            886.54  0.0000000000
4104  4104               eBay 01/04/2017             33.57  0.0000000000
4105  4105            Reuters 01/04/2017           47.6154  0.0000000000
4106  4106               eBay 01/04/2017             33.57  0.0000000000
4107  4107            Comcast 01/04/2017             37.59  0.0000000000
4108  4108               eBay 01/04/2017             33.57  0.0000000000
4109  4109              Apple 01/04/2017            143.66  0.0000000000
4110  4110           Facebook 01/04/2017            142.05  0.0000000000
4111  4111            Reuters 01/04/2017           47.6154  0.0000000000
4112  4112               eBay 01/04/2017             33.57  0.0000000000
4113  4113             Amazon 01/04/2017            886.54  0.0000000000
4114  4114            Comcast 01/04/2017             37.59  0.0000000000
4115  4115              Apple 01/04/2017            143.66  0.0000000000
4116  4116            TMobile 01/04/2017             64.59  0.0000000000
4117  4117            Comcast 01/04/2017             37.59  0.0000000000
4118  4118            Netflix 01/04/2017            147.81  0.0000000000
4119  4119            Reuters 01/04/2017           47.6154  0.0000000000
4120  4120               eBay 01/04/2017             33.57  0.0000000000
4121  4121                CBS 01/04/2017             69.36  0.0000000000
4122  4122             Amazon 01/04/2017            886.54  0.0000000000
4123  4123           Facebook 01/04/2017            142.05  0.0000000000
4124  4124            Reuters 01/04/2017           47.6154  0.0000000000
4125  4125               eBay 01/04/2017             33.57  0.0000000000
4126  4126           Facebook 01/04/2017            142.05  0.0000000000
4127  4127              Apple 01/04/2017            143.66  0.0000000000
4128  4128               eBay 01/04/2017             33.57  0.0000000000
4129  4129               eBay 01/04/2017             33.57  0.0000000000
4130  4130             Disney 01/04/2017            113.39  0.0000000000
4131  4131              Apple 01/04/2017            143.66  0.0000000000
4132  4132               eBay 01/04/2017             33.57  0.0000000000
4133  4133            Reuters 01/04/2017           47.6154  0.0000000000
4134  4134         McDonald's 01/04/2017            129.61  0.0000000000
4135  4135              Apple 01/04/2017            143.66  0.0000000000
4136  4136          Kellogg's 01/04/2017             72.61  0.0000000000
4137  4137            Netflix 01/04/2017            147.81  0.0000000000
4138  4138            Walmart 01/04/2017             72.08  0.0000000000
4139  4139            Netflix 01/04/2017            147.81  0.0000000000
4140  4140         McDonald's 01/04/2017            129.61  0.0000000000
4141  4141               AT&T 01/04/2017             41.55  0.0000000000
4142  4142            TMobile 01/04/2017             64.59  0.0000000000
4143  4143            Netflix 01/04/2017            147.81  0.0000000000
4144  4144         McDonald's 01/04/2017            129.61  0.0000000000
4145  4145                CBS 01/04/2017             69.36  0.0000000000
4146  4146              Exxon 01/04/2017             82.01  0.0000000000
4147  4147            TMobile 01/04/2017             64.59  0.0000000000
4148  4148         McDonald's 01/04/2017            129.61  0.0000000000
4149  4149         McDonald's 01/04/2017            129.61  0.0000000000
4150  4150         McDonald's 01/04/2017            129.61  0.0000000000
4151  4151         McDonald's 01/04/2017            129.61  0.0000000000
4152  4152               eBay 01/04/2017             33.57  0.0000000000
4153  4153              Apple 01/04/2017            143.66  0.0000000000
4154  4154               eBay 01/04/2017             33.57  0.0000000000
4155  4155            Reuters 01/04/2017           47.6154  0.0000000000
4156  4156            Netflix 01/04/2017            147.81  0.0000000000
4157  4157               eBay 01/04/2017             33.57  0.0000000000
4158  4158         McDonald's 01/04/2017            129.61  0.0000000000
4159  4159              Apple 01/04/2017            143.66  0.0000000000
4160  4160               eBay 01/04/2017             33.57  0.0000000000
4161  4161               eBay 01/04/2017             33.57  0.0000000000
4162  4162               eBay 01/04/2017             33.57  0.0000000000
4163  4163               eBay 01/04/2017             33.57  0.0000000000
4164  4164            Netflix 01/04/2017            147.81  0.0000000000
4165  4165            Netflix 01/04/2017            147.81  0.0000000000
4166  4166              Apple 01/04/2017            143.66  0.0000000000
4167  4167               eBay 01/04/2017             33.57  0.0000000000
4168  4168            Reuters 01/04/2017           47.6154  0.0000000000
4169  4169              Apple 01/04/2017            143.66  0.0000000000
4170  4170            Netflix 01/04/2017            147.81  0.0000000000
4171  4171            Chevron 01/04/2017            107.37  0.0000000000
4172  4172            Netflix 01/04/2017            147.81  0.0000000000
4173  4173            Comcast 01/04/2017             37.59  0.0000000000
4174  4174               eBay 01/04/2017             33.57  0.0000000000
4175  4175               eBay 01/04/2017             33.57  0.0000000000
4176  4176            Netflix 01/04/2017            147.81  0.0000000000
4177  4177               eBay 01/04/2017             33.57  0.0000000000
4178  4178              Apple 01/04/2017            143.66  0.0000000000
4179  4179            Netflix 01/04/2017            147.81  0.0000000000
4180  4180           Facebook 01/04/2017            142.05  0.0000000000
4181  4181               eBay 01/04/2017             33.57  0.0000000000
4182  4182              Apple 01/04/2017            143.66  0.0000000000
4183  4183               eBay 01/04/2017             33.57  0.0000000000
4184  4184                CBS 01/04/2017             69.36  0.0000000000
4185  4185           Facebook 01/04/2017            142.05  0.0000000000
4186  4186               Nike 01/04/2017             55.73  0.0000000000
4187  4187         McDonald's 01/04/2017            129.61  0.0000000000
4188  4188               eBay 01/04/2017             33.57  0.0000000000
4189  4189               eBay 01/04/2017             33.57  0.0000000000
4190  4190         McDonald's 01/04/2017            129.61  0.0000000000
4191  4191                SAP 01/04/2017            91.904  0.0000000000
4192  4192         Home Depot 01/04/2017            146.83  0.0000000000
4193  4193            Verizon 01/04/2017             48.75  0.0000000000
4194  4194               eBay 01/04/2017             33.57  0.0000000000
4195  4195               eBay 01/04/2017             33.57  0.0000000000
4196  4196               Nike 01/04/2017             55.73  0.0000000000
4197  4197              Apple 01/04/2017            143.66  0.0000000000
4198  4198                CBS 01/04/2017             69.36  0.0000000000
4199  4199            Netflix 01/04/2017            147.81  0.0000000000
4200  4200            Walmart 01/04/2017             72.08  0.0000000000
4201  4201             Amazon 01/04/2017            886.54  0.0000000000
4202  4202               eBay 01/04/2017             33.57  0.0000000000
4203  4203            Netflix 01/04/2017            147.81  0.0000000000
4204  4204            Netflix 01/04/2017            147.81  0.0000000000
4205  4205            Netflix 01/04/2017            147.81  0.0000000000
4206  4206            Netflix 01/04/2017            147.81  0.0000000000
4207  4207               Ford 01/04/2017             11.64  0.0000000000
4208  4208            Netflix 01/04/2017            147.81  0.0000000000
4209  4209           Facebook 01/04/2017            142.05  0.0000000000
4210  4210               eBay 01/04/2017             33.57  0.0000000000
4211  4211               eBay 01/04/2017             33.57  0.0000000000
4212  4212             Disney 01/04/2017            113.39  0.0000000000
4213  4213               AT&T 01/04/2017             41.55  0.0000000000
4214  4214             Google 01/04/2017             847.8  0.0000000000
4215  4215         McDonald's 01/04/2017            129.61  0.0000000000
4216  4216             Google 01/04/2017             847.8  0.0000000000
4217  4217            Reuters 01/04/2017           47.6154  0.0000000000
4218  4218              Apple 01/04/2017            143.66  0.0000000000
4219  4219                CBS 01/04/2017             69.36  0.0000000000
4220  4220               eBay 01/04/2017             33.57  0.0000000000
4221  4221            Reuters 01/04/2017           47.6154  0.0000000000
4222  4222               eBay 01/04/2017             33.57  0.0000000000
4223  4223           JPMorgan 01/04/2017             87.84  0.0000000000
4224  4224               eBay 01/04/2017             33.57  0.0000000000
4225  4225               eBay 01/04/2017             33.57  0.0000000000
4226  4226            Netflix 01/04/2017            147.81  0.0000000000
4227  4227               eBay 01/04/2017             33.57  0.0000000000
4228  4228            TMobile 01/04/2017             64.59  0.0000000000
4229  4229            Reuters 01/04/2017           47.6154  0.0000000000
4230  4230            Reuters 01/04/2017           47.6154  0.0000000000
4231  4231            Reuters 01/04/2017           47.6154  0.0000000000
4232  4232               eBay 01/04/2017             33.57  0.0000000000
4233  4233            Netflix 01/04/2017            147.81  0.0000000000
4234  4234              Apple 01/04/2017            143.66  0.0000000000
4235  4235         McDonald's 01/04/2017            129.61  0.0000000000
4236  4236         McDonald's 01/04/2017            129.61  0.0000000000
4237  4237              Intel 01/04/2017             36.07  0.0000000000
4238  4238             Amazon 01/04/2017            886.54  0.0000000000
4239  4239            Reuters 01/04/2017           47.6154  0.0000000000
4240  4240               eBay 01/04/2017             33.57  0.0000000000
4241  4241               eBay 01/04/2017             33.57  0.0000000000
4242  4242                CBS 01/04/2017             69.36  0.0000000000
4243  4243             Toyota 01/04/2017            6042.0  0.0000000000
4244  4244            Netflix 01/04/2017            147.81  0.0000000000
4245  4245        Wells Fargo 01/04/2017             55.66  0.0000000000
4246  4246            Netflix 01/04/2017            147.81  0.0000000000
4247  4247             Disney 01/04/2017            113.39  0.0000000000
4248  4248             Amazon 01/04/2017            886.54  0.0000000000
4249  4249      Goldman Sachs 01/04/2017            229.72  0.0000000000
4250  4250               AT&T 01/04/2017             41.55  0.0000000000
4251  4251            TMobile 01/04/2017             64.59  0.0000000000
4252  4252           Facebook 01/04/2017            142.05  0.0000000000
4253  4253             Nestle 01/04/2017             76.85  0.0000000000
4254  4254                P&G 01/04/2017             89.85  0.0000000000
4255  4255            Netflix 01/04/2017            147.81  0.0000000000
4256  4256                H&M 01/04/2017             25.52  0.0000000000
4257  4257              Apple 01/04/2017            143.66  0.0000000000
4258  4258               eBay 01/04/2017             33.57  0.0000000000
4259  4259         Volkswagen 01/04/2017           136.468  0.0000000000
4260  4260            Reuters 01/04/2017           47.6154  0.0000000000
4261  4261            Netflix 01/04/2017            147.81  0.0000000000
4262  4262             Amazon 01/04/2017            886.54  0.0000000000
4263  4263            TMobile 01/04/2017             64.59  0.0000000000
4264  4264               eBay 01/04/2017             33.57  0.0000000000
4265  4265            Netflix 01/04/2017            147.81  0.0000000000
4266  4266                P&G 01/04/2017             89.85  0.0000000000
4267  4267               eBay 01/04/2017             33.57  0.0000000000
4268  4268         Volkswagen 01/04/2017           136.468  0.0000000000
4269  4269          Microsoft 28/04/2017             68.46 -0.0027753433
4270  4270           Facebook 28/04/2017            150.25 -0.0169717138
4271  4271           Facebook 28/04/2017            150.25 -0.0169717138
4272  4272            Netflix 28/04/2017             152.2  0.0057818660
4273  4273            Reuters 28/04/2017           50.0386 -0.0356604701
4274  4274               Nike 28/04/2017             55.41  0.0010828370
4275  4275          Starbucks 28/04/2017             60.06  0.0206460206
4276  4276              Apple 28/04/2017            143.65  0.0009745910
4277  4277               AT&T 28/04/2017             39.63  0.0070653545
4278  4278            Walmart 28/04/2017             75.18  0.0034583666
4279  4279            Reuters 28/04/2017           50.0386 -0.0356604701
4280  4280               eBay 28/04/2017             33.41 -0.0104759054
4281  4281            Reuters 28/04/2017           50.0386 -0.0356604701
4282  4282                GSK 28/04/2017            1550.0  0.0054838710
4283  4283               eBay 28/04/2017             33.41 -0.0104759054
4284  4284               Nike 28/04/2017             55.41  0.0010828370
4285  4285             Toyota 28/04/2017            6035.0  0.0135874068
4286  4286              Pepsi 28/04/2017            113.28 -0.0056497175
4287  4287               eBay 28/04/2017             33.41 -0.0104759054
4288  4288               eBay 28/04/2017             33.41 -0.0104759054
4289  4289         McDonald's 28/04/2017            139.93  0.0067176445
4290  4290            Reuters 28/04/2017           50.0386 -0.0356604701
4291  4291            Reuters 28/04/2017           50.0386 -0.0356604701
4292  4292            Netflix 28/04/2017             152.2  0.0057818660
4293  4293                CBS 28/04/2017             66.56 -0.0033052885
4294  4294            Reuters 28/04/2017           50.0386 -0.0356604701
4295  4295           CocaCola 28/04/2017             43.15 -0.0032444959
4296  4296            Reuters 28/04/2017           50.0386 -0.0356604701
4297  4297               eBay 28/04/2017             33.41 -0.0104759054
4298  4298               eBay 28/04/2017             33.41 -0.0104759054
4299  4299            Reuters 28/04/2017           50.0386 -0.0356604701
4300  4300            Reuters 28/04/2017           50.0386 -0.0356604701
4301  4301            Reuters 28/04/2017           50.0386 -0.0356604701
4302  4302           Heineken 28/04/2017             81.85  0.0079413561
4303  4303               eBay 28/04/2017             33.41 -0.0104759054
4304  4304            Reuters 28/04/2017           50.0386 -0.0356604701
4305  4305            TMobile 28/04/2017             67.27  0.0069867697
4306  4306            Ryanair 28/04/2017             15.91 -0.0144563168
4307  4307               eBay 28/04/2017             33.41 -0.0104759054
4308  4308          Starbucks 28/04/2017             60.06  0.0206460206
4309  4309            Ryanair 28/04/2017             15.91 -0.0144563168
4310  4310            Reuters 28/04/2017           50.0386 -0.0356604701
4311  4311              Pepsi 28/04/2017            113.28 -0.0056497175
4312  4312             Amazon 28/04/2017            924.99 -0.0071460232
4313  4313          Microsoft 28/04/2017             68.46 -0.0027753433
4314  4314              Apple 28/04/2017            143.65  0.0009745910
4315  4315            Reuters 28/04/2017           50.0386 -0.0356604701
4316  4316               eBay 28/04/2017             33.41 -0.0104759054
4317  4317            easyJet 28/04/2017            1168.0 -0.0111301370
4318  4318           Heineken 28/04/2017             81.85  0.0079413561
4319  4319             Toyota 28/04/2017            6035.0  0.0135874068
4320  4320     salesforce.com 28/04/2017             86.12 -0.0031351602
4321  4321            Reuters 28/04/2017           50.0386 -0.0356604701
4322  4322            Reuters 28/04/2017           50.0386 -0.0356604701
4323  4323             Amazon 28/04/2017            924.99 -0.0071460232
4324  4324            Reuters 28/04/2017           50.0386 -0.0356604701
4325  4325             Amazon 28/04/2017            924.99 -0.0071460232
4326  4326             Amazon 28/04/2017            924.99 -0.0071460232
4327  4327            Reuters 28/04/2017           50.0386 -0.0356604701
4328  4328           Facebook 28/04/2017            150.25 -0.0169717138
4329  4329            Chevron 28/04/2017             106.7 -0.0115276476
4330  4330            Reuters 28/04/2017           50.0386 -0.0356604701
4331  4331           Facebook 28/04/2017            150.25 -0.0169717138
4332  4332            Reuters 28/04/2017           50.0386 -0.0356604701
4333  4333                IBM 28/04/2017            160.29  0.0001871608
4334  4334             Google 28/04/2017            924.52 -0.0357807295
4335  4335               eBay 28/04/2017             33.41 -0.0104759054
4336  4336               eBay 28/04/2017             33.41 -0.0104759054
4337  4337         Volkswagen 28/04/2017           145.347 -0.0079121000
4338  4338            Reuters 28/04/2017           50.0386 -0.0356604701
4339  4339               eBay 28/04/2017             33.41 -0.0104759054
4340  4340            Ryanair 28/04/2017             15.91 -0.0144563168
4341  4341            Reuters 28/04/2017           50.0386 -0.0356604701
4342  4342            Reuters 28/04/2017           50.0386 -0.0356604701
4343  4343                IBM 28/04/2017            160.29  0.0001871608
4344  4344            Reuters 28/04/2017           50.0386 -0.0356604701
4345  4345            Reuters 28/04/2017           50.0386 -0.0356604701
4346  4346            Reuters 28/04/2017           50.0386 -0.0356604701
4347  4347               eBay 28/04/2017             33.41 -0.0104759054
4348  4348               eBay 28/04/2017             33.41 -0.0104759054
4349  4349               eBay 28/04/2017             33.41 -0.0104759054
4350  4350               eBay 28/04/2017             33.41 -0.0104759054
4351  4351           Heineken 28/04/2017             81.85  0.0079413561
4352  4352             Amazon 28/04/2017            924.99 -0.0071460232
4353  4353           Facebook 28/04/2017            150.25 -0.0169717138
4354  4354            Netflix 28/04/2017             152.2  0.0057818660
4355  4355              Apple 28/04/2017            143.65  0.0009745910
4356  4356            Netflix 28/04/2017             152.2  0.0057818660
4357  4357               eBay 28/04/2017             33.41 -0.0104759054
4358  4358               eBay 28/04/2017             33.41 -0.0104759054
4359  4359               eBay 28/04/2017             33.41 -0.0104759054
4360  4360               eBay 28/04/2017             33.41 -0.0104759054
4361  4361            Reuters 28/04/2017           50.0386 -0.0356604701
4362  4362            Reuters 28/04/2017           50.0386 -0.0356604701
4363  4363            Reuters 28/04/2017           50.0386 -0.0356604701
4364  4364            Reuters 28/04/2017           50.0386 -0.0356604701
4365  4365            Reuters 28/04/2017           50.0386 -0.0356604701
4366  4366             Amazon 28/04/2017            924.99 -0.0071460232
4367  4367            Ryanair 28/04/2017             15.91 -0.0144563168
4368  4368            Reuters 28/04/2017           50.0386 -0.0356604701
4369  4369            Reuters 28/04/2017           50.0386 -0.0356604701
4370  4370               eBay 28/04/2017             33.41 -0.0104759054
4371  4371                H&M 28/04/2017             25.08  0.0000000000
4372  4372            Reuters 28/04/2017           50.0386 -0.0356604701
4373  4373            Reuters 28/04/2017           50.0386 -0.0356604701
4374  4374            Reuters 28/04/2017           50.0386 -0.0356604701
4375  4375            Reuters 28/04/2017           50.0386 -0.0356604701
4376  4376            Reuters 28/04/2017           50.0386 -0.0356604701
4377  4377            Comcast 28/04/2017             39.19  0.0102066854
4378  4378            Reuters 28/04/2017           50.0386 -0.0356604701
4379  4379              Apple 28/04/2017            143.65  0.0009745910
4380  4380            Reuters 28/04/2017           50.0386 -0.0356604701
4381  4381             Amazon 28/04/2017            924.99 -0.0071460232
4382  4382               eBay 28/04/2017             33.41 -0.0104759054
4383  4383            Reuters 28/04/2017           50.0386 -0.0356604701
4384  4384              Bayer 28/04/2017           111.478 -0.0038752041
4385  4385               eBay 28/04/2017             33.41 -0.0104759054
4386  4386            Comcast 28/04/2017             39.19  0.0102066854
4387  4387            Reuters 28/04/2017           50.0386 -0.0356604701
4388  4388         McDonald's 28/04/2017            139.93  0.0067176445
4389  4389            Reuters 28/04/2017           50.0386 -0.0356604701
4390  4390               eBay 28/04/2017             33.41 -0.0104759054
4391  4391             Google 28/04/2017            924.52 -0.0357807295
4392  4392             Amazon 28/04/2017            924.99 -0.0071460232
4393  4393            Reuters 28/04/2017           50.0386 -0.0356604701
4394  4394               eBay 28/04/2017             33.41 -0.0104759054
4395  4395            Reuters 28/04/2017           50.0386 -0.0356604701
4396  4396            Reuters 28/04/2017           50.0386 -0.0356604701
4397  4397            Reuters 28/04/2017           50.0386 -0.0356604701
4398  4398                 HP 28/04/2017             18.82 -0.0026567481
4399  4399                SAP 28/04/2017            91.989  0.0070117079
4400  4400            Reuters 28/04/2017           50.0386 -0.0356604701
4401  4401            Reuters 28/04/2017           50.0386 -0.0356604701
4402  4402            Reuters 28/04/2017           50.0386 -0.0356604701
4403  4403             Google 28/04/2017            924.52 -0.0357807295
4404  4404            Reuters 28/04/2017           50.0386 -0.0356604701
4405  4405            Reuters 28/04/2017           50.0386 -0.0356604701
4406  4406               eBay 28/04/2017             33.41 -0.0104759054
4407  4407            Reuters 28/04/2017           50.0386 -0.0356604701
4408  4408            Reuters 28/04/2017           50.0386 -0.0356604701
4409  4409               AT&T 28/04/2017             39.63  0.0070653545
4410  4410            Walmart 28/04/2017             75.18  0.0034583666
4411  4411               eBay 28/04/2017             33.41 -0.0104759054
4412  4412            Reuters 28/04/2017           50.0386 -0.0356604701
4413  4413          Starbucks 28/04/2017             60.06  0.0206460206
4414  4414               eBay 28/04/2017             33.41 -0.0104759054
4415  4415            Reuters 28/04/2017           50.0386 -0.0356604701
4416  4416             Amazon 28/04/2017            924.99 -0.0071460232
4417  4417    Bank of America 28/04/2017             23.34  0.0132819195
4418  4418               eBay 28/04/2017             33.41 -0.0104759054
4419  4419            Reuters 28/04/2017           50.0386 -0.0356604701
4420  4420            Reuters 28/04/2017           50.0386 -0.0356604701
4421  4421         McDonald's 28/04/2017            139.93  0.0067176445
4422  4422               eBay 28/04/2017             33.41 -0.0104759054
4423  4423     salesforce.com 28/04/2017             86.12 -0.0031351602
4424  4424            Reuters 28/04/2017           50.0386 -0.0356604701
4425  4425             Amazon 28/04/2017            924.99 -0.0071460232
4426  4426             Nestle 28/04/2017             76.65  0.0104370515
4427  4427            Reuters 28/04/2017           50.0386 -0.0356604701
4428  4428            Reuters 28/04/2017           50.0386 -0.0356604701
4429  4429                CBS 28/04/2017             66.56 -0.0033052885
4430  4430            Reuters 28/04/2017           50.0386 -0.0356604701
4431  4431            Reuters 28/04/2017           50.0386 -0.0356604701
4432  4432              Apple 28/04/2017            143.65  0.0009745910
4433  4433               Nike 28/04/2017             55.41  0.0010828370
4434  4434            Reuters 28/04/2017           50.0386 -0.0356604701
4435  4435            Reuters 28/04/2017           50.0386 -0.0356604701
4436  4436            Reuters 28/04/2017           50.0386 -0.0356604701
4437  4437            Reuters 28/04/2017           50.0386 -0.0356604701
4438  4438               AT&T 28/04/2017             39.63  0.0070653545
4439  4439            Reuters 28/04/2017           50.0386 -0.0356604701
4440  4440            Reuters 28/04/2017           50.0386 -0.0356604701
4441  4441            Reuters 28/04/2017           50.0386 -0.0356604701
4442  4442            Reuters 28/04/2017           50.0386 -0.0356604701
4443  4443               HSBC 28/04/2017             636.5  0.0065985860
4444  4444            Reuters 28/04/2017           50.0386 -0.0356604701
4445  4445                IBM 28/04/2017            160.29  0.0001871608
4446  4446               eBay 28/04/2017             33.41 -0.0104759054
4447  4447            Reuters 28/04/2017           50.0386 -0.0356604701
4448  4448                GSK 28/04/2017            1550.0  0.0054838710
4449  4449            Reuters 28/04/2017           50.0386 -0.0356604701
4450  4450             Amazon 28/04/2017            924.99 -0.0071460232
4451  4451            Reuters 28/04/2017           50.0386 -0.0356604701
4452  4452             Amazon 28/04/2017            924.99 -0.0071460232
4453  4453               BASF 28/04/2017            89.839  0.0017475707
4454  4454               eBay 28/04/2017             33.41 -0.0104759054
4455  4455            Reuters 28/04/2017           50.0386 -0.0356604701
4456  4456           Facebook 28/04/2017            150.25 -0.0169717138
4457  4457            Reuters 28/04/2017           50.0386 -0.0356604701
4458  4458              Apple 28/04/2017            143.65  0.0009745910
4459  4459            Reuters 28/04/2017           50.0386 -0.0356604701
4460  4460               eBay 28/04/2017             33.41 -0.0104759054
4461  4461            Reuters 28/04/2017           50.0386 -0.0356604701
4462  4462            Siemens 28/04/2017           131.137  0.0073663421
4463  4463                H&M 28/04/2017             25.08  0.0000000000
4464  4464            Reuters 28/04/2017           50.0386 -0.0356604701
4465  4465            Verizon 28/04/2017             45.91  0.0165541276
4466  4466            Reuters 28/04/2017           50.0386 -0.0356604701
4467  4467               eBay 28/04/2017             33.41 -0.0104759054
4468  4468            Reuters 28/04/2017           50.0386 -0.0356604701
4469  4469            Reuters 28/04/2017           50.0386 -0.0356604701
4470  4470             Amazon 28/04/2017            924.99 -0.0071460232
4471  4471               eBay 28/04/2017             33.41 -0.0104759054
4472  4472               eBay 28/04/2017             33.41 -0.0104759054
4473  4473            Reuters 28/04/2017           50.0386 -0.0356604701
4474  4474               eBay 28/04/2017             33.41 -0.0104759054
4475  4475               eBay 28/04/2017             33.41 -0.0104759054
4476  4476            Reuters 28/04/2017           50.0386 -0.0356604701
4477  4477             Kroger 28/04/2017             29.65  0.0168634064
4478  4478               AT&T 28/04/2017             39.63  0.0070653545
4479  4479            Reuters 28/04/2017           50.0386 -0.0356604701
4480  4480            Reuters 28/04/2017           50.0386 -0.0356604701
4481  4481               eBay 28/04/2017             33.41 -0.0104759054
4482  4482            Reuters 28/04/2017           50.0386 -0.0356604701
4483  4483               eBay 28/04/2017             33.41 -0.0104759054
4484  4484               eBay 28/04/2017             33.41 -0.0104759054
4485  4485               ASOS 28/04/2017            5820.0 -0.0266323024
4486  4486            Reuters 28/04/2017           50.0386 -0.0356604701
4487  4487               eBay 28/04/2017             33.41 -0.0104759054
4488  4488            Reuters 28/04/2017           50.0386 -0.0356604701
4489  4489          Kellogg's 28/04/2017              71.0 -0.0005633803
4490  4490             Amazon 28/04/2017            924.99 -0.0071460232
4491  4491            Comcast 28/04/2017             39.19  0.0102066854
4492  4492            Reuters 28/04/2017           50.0386 -0.0356604701
4493  4493            Reuters 28/04/2017           50.0386 -0.0356604701
4494  4494            Reuters 28/04/2017           50.0386 -0.0356604701
4495  4495            Reuters 28/04/2017           50.0386 -0.0356604701
4496  4496               eBay 28/04/2017             33.41 -0.0104759054
4497  4497            Reuters 28/04/2017           50.0386 -0.0356604701
4498  4498            Reuters 28/04/2017           50.0386 -0.0356604701
4499  4499         McDonald's 28/04/2017            139.93  0.0067176445
4500  4500            Reuters 28/04/2017           50.0386 -0.0356604701
4501  4501              Adobe 28/04/2017            133.74 -0.0026917900
4502  4502            Netflix 28/04/2017             152.2  0.0057818660
4503  4503            Reuters 28/04/2017           50.0386 -0.0356604701
4504  4504            Reuters 28/04/2017           50.0386 -0.0356604701
4505  4505               eBay 28/04/2017             33.41 -0.0104759054
4506  4506               eBay 28/04/2017             33.41 -0.0104759054
4507  4507            Reuters 28/04/2017           50.0386 -0.0356604701
4508  4508            Reuters 28/04/2017           50.0386 -0.0356604701
4509  4509              Adobe 28/04/2017            133.74 -0.0026917900
4510  4510          Starbucks 28/04/2017             60.06  0.0206460206
4511  4511          Starbucks 28/04/2017             60.06  0.0206460206
4512  4512            Hyundai 28/04/2017          144000.0  0.0208333333
4513  4513               eBay 28/04/2017             33.41 -0.0104759054
4514  4514            Walmart 28/04/2017             75.18  0.0034583666
4515  4515            Reuters 28/04/2017           50.0386 -0.0356604701
4516  4516               eBay 28/04/2017             33.41 -0.0104759054
4517  4517               eBay 28/04/2017             33.41 -0.0104759054
4518  4518               eBay 28/04/2017             33.41 -0.0104759054
4519  4519               eBay 28/04/2017             33.41 -0.0104759054
4520  4520               eBay 28/04/2017             33.41 -0.0104759054
4521  4521              Tesco 28/04/2017            183.25 -0.0040927694
4522  4522            Reuters 28/04/2017           50.0386 -0.0356604701
4523  4523               eBay 28/04/2017             33.41 -0.0104759054
4524  4524          Citigroup 28/04/2017             59.12  0.0045669824
4525  4525            Reuters 28/04/2017           50.0386 -0.0356604701
4526  4526            Reuters 28/04/2017           50.0386 -0.0356604701
4527  4527            Reuters 28/04/2017           50.0386 -0.0356604701
4528  4528            Reuters 28/04/2017           50.0386 -0.0356604701
4529  4529               eBay 28/04/2017             33.41 -0.0104759054
4530  4530            Reuters 28/04/2017           50.0386 -0.0356604701
4531  4531            Reuters 28/04/2017           50.0386 -0.0356604701
4532  4532              Pepsi 28/04/2017            113.28 -0.0056497175
4533  4533            Verizon 28/04/2017             45.91  0.0165541276
4534  4534               eBay 28/04/2017             33.41 -0.0104759054
4535  4535            Reuters 28/04/2017           50.0386 -0.0356604701
4536  4536            Reuters 28/04/2017           50.0386 -0.0356604701
4537  4537               eBay 28/04/2017             33.41 -0.0104759054
4538  4538               eBay 28/04/2017             33.41 -0.0104759054
4539  4539            Reuters 28/04/2017           50.0386 -0.0356604701
4540  4540            Reuters 28/04/2017           50.0386 -0.0356604701
4541  4541            Reuters 28/04/2017           50.0386 -0.0356604701
4542  4542            Reuters 28/04/2017           50.0386 -0.0356604701
4543  4543            Reuters 28/04/2017           50.0386 -0.0356604701
4544  4544            Reuters 28/04/2017           50.0386 -0.0356604701
4545  4545            Reuters 28/04/2017           50.0386 -0.0356604701
4546  4546             Amazon 28/04/2017            924.99 -0.0071460232
4547  4547            Reuters 28/04/2017           50.0386 -0.0356604701
4548  4548           Facebook 28/04/2017            150.25 -0.0169717138
4549  4549            Reuters 28/04/2017           50.0386 -0.0356604701
4550  4550            Reuters 28/04/2017           50.0386 -0.0356604701
4551  4551            Reuters 28/04/2017           50.0386 -0.0356604701
4552  4552               eBay 28/04/2017             33.41 -0.0104759054
4553  4553         McDonald's 28/04/2017            139.93  0.0067176445
4554  4554                BMW 28/04/2017             87.55  0.0017018846
4555  4555             Amazon 28/04/2017            924.99 -0.0071460232
4556  4556               eBay 28/04/2017             33.41 -0.0104759054
4557  4557            Reuters 28/04/2017           50.0386 -0.0356604701
4558  4558            Reuters 28/04/2017           50.0386 -0.0356604701
4559  4559                BMW 28/04/2017             87.55  0.0017018846
4560  4560            Reuters 28/04/2017           50.0386 -0.0356604701
4561  4561            Reuters 28/04/2017           50.0386 -0.0356604701
4562  4562              Exxon 28/04/2017             81.65 -0.0047764850
4563  4563            Reuters 28/04/2017           50.0386 -0.0356604701
4564  4564           Facebook 28/04/2017            150.25 -0.0169717138
4565  4565               eBay 28/04/2017             33.41 -0.0104759054
4566  4566            Walmart 28/04/2017             75.18  0.0034583666
4567  4567            Reuters 28/04/2017           50.0386 -0.0356604701
4568  4568            Reuters 28/04/2017           50.0386 -0.0356604701
4569  4569             Amazon 28/04/2017            924.99 -0.0071460232
4570  4570            Reuters 28/04/2017           50.0386 -0.0356604701
4571  4571            Reuters 28/04/2017           50.0386 -0.0356604701
4572  4572               eBay 28/04/2017             33.41 -0.0104759054
4573  4573             Boeing 28/04/2017            184.83 -0.0087107071
4574  4574                BMW 28/04/2017             87.55  0.0017018846
4575  4575               eBay 28/04/2017             33.41 -0.0104759054
4576  4576               AT&T 28/04/2017             39.63  0.0070653545
4577  4577               eBay 28/04/2017             33.41 -0.0104759054
4578  4578            Reuters 28/04/2017           50.0386 -0.0356604701
4579  4579            Reuters 28/04/2017           50.0386 -0.0356604701
4580  4580             Disney 28/04/2017             115.6  0.0020761246
4581  4581               eBay 28/04/2017             33.41 -0.0104759054
4582  4582               eBay 28/04/2017             33.41 -0.0104759054
4583  4583          Starbucks 28/04/2017             60.06  0.0206460206
4584  4584            Reuters 28/04/2017           50.0386 -0.0356604701
4585  4585          Starbucks 28/04/2017             60.06  0.0206460206
4586  4586            Netflix 28/04/2017             152.2  0.0057818660
4587  4587            Reuters 28/04/2017           50.0386 -0.0356604701
4588  4588               Ford 28/04/2017             11.47  0.0000000000
4589  4589            Reuters 28/04/2017           50.0386 -0.0356604701
4590  4590         bookingcom 28/04/2017           1846.82 -0.0059291106
4591  4591             Oracle 28/04/2017             44.96 -0.0042259786
4592  4592            Comcast 28/04/2017             39.19  0.0102066854
4593  4593             Amazon 28/04/2017            924.99 -0.0071460232
4594  4594            Reuters 28/04/2017           50.0386 -0.0356604701
4595  4595            Reuters 28/04/2017           50.0386 -0.0356604701
4596  4596            Reuters 28/04/2017           50.0386 -0.0356604701
4597  4597            Reuters 28/04/2017           50.0386 -0.0356604701
4598  4598            Netflix 28/04/2017             152.2  0.0057818660
4599  4599              Pepsi 28/04/2017            113.28 -0.0056497175
4600  4600            Reuters 28/04/2017           50.0386 -0.0356604701
4601  4601             Amazon 28/04/2017            924.99 -0.0071460232
4602  4602              Pepsi 28/04/2017            113.28 -0.0056497175
4603  4603               eBay 28/04/2017             33.41 -0.0104759054
4604  4604               eBay 28/04/2017             33.41 -0.0104759054
4605  4605            Reuters 28/04/2017           50.0386 -0.0356604701
4606  4606               eBay 28/04/2017             33.41 -0.0104759054
4607  4607               eBay 28/04/2017             33.41 -0.0104759054
4608  4608               AT&T 28/04/2017             39.63  0.0070653545
4609  4609            Reuters 28/04/2017           50.0386 -0.0356604701
4610  4610               eBay 28/04/2017             33.41 -0.0104759054
4611  4611            Netflix 28/04/2017             152.2  0.0057818660
4612  4612            Reuters 28/04/2017           50.0386 -0.0356604701
4613  4613            Netflix 28/04/2017             152.2  0.0057818660
4614  4614            Reuters 28/04/2017           50.0386 -0.0356604701
4615  4615             Disney 28/04/2017             115.6  0.0020761246
4616  4616               Sony 28/04/2017            3759.0  0.0007980846
4617  4617               eBay 28/04/2017             33.41 -0.0104759054
4618  4618               eBay 28/04/2017             33.41 -0.0104759054
4619  4619            Reuters 28/04/2017           50.0386 -0.0356604701
4620  4620            Netflix 28/04/2017             152.2  0.0057818660
4621  4621          Starbucks 28/04/2017             60.06  0.0206460206
4622  4622            Reuters 28/04/2017           50.0386 -0.0356604701
4623  4623            Reuters 28/04/2017           50.0386 -0.0356604701
4624  4624         Volkswagen 28/04/2017           145.347 -0.0079121000
4625  4625            Reuters 28/04/2017           50.0386 -0.0356604701
4626  4626              Apple 28/04/2017            143.65  0.0009745910
4627  4627            Netflix 28/04/2017             152.2  0.0057818660
4628  4628    Bank of America 28/04/2017             23.34  0.0132819195
4629  4629                CBS 28/04/2017             66.56 -0.0033052885
4630  4630               eBay 28/04/2017             33.41 -0.0104759054
4631  4631               eBay 28/04/2017             33.41 -0.0104759054
4632  4632            Reuters 28/04/2017           50.0386 -0.0356604701
4633  4633            Reuters 28/04/2017           50.0386 -0.0356604701
4634  4634              Tesco 28/04/2017            183.25 -0.0040927694
4635  4635      Deutsche Bank 28/04/2017             18.07  0.0044272274
4636  4636            TMobile 28/04/2017             67.27  0.0069867697
4637  4637            Reuters 28/04/2017           50.0386 -0.0356604701
4638  4638      Goldman Sachs 28/04/2017             223.8  0.0089812332
4639  4639            Reuters 28/04/2017           50.0386 -0.0356604701
4640  4640            Reuters 28/04/2017           50.0386 -0.0356604701
4641  4641               eBay 28/04/2017             33.41 -0.0104759054
4642  4642               HSBC 28/04/2017             636.5  0.0065985860
4643  4643           Facebook 28/04/2017            150.25 -0.0169717138
4644  4644             Amazon 28/04/2017            924.99 -0.0071460232
4645  4645           Facebook 28/04/2017            150.25 -0.0169717138
4646  4646             Amazon 28/04/2017            924.99 -0.0071460232
4647  4647            Reuters 28/04/2017           50.0386 -0.0356604701
4648  4648             Amazon 28/04/2017            924.99 -0.0071460232
4649  4649               eBay 28/04/2017             33.41 -0.0104759054
4650  4650            Reuters 28/04/2017           50.0386 -0.0356604701
4651  4651             Amazon 28/04/2017            924.99 -0.0071460232
4652  4652               eBay 28/04/2017             33.41 -0.0104759054
4653  4653               eBay 28/04/2017             33.41 -0.0104759054
4654  4654             Toyota 28/04/2017            6035.0  0.0135874068
4655  4655             Amazon 28/04/2017            924.99 -0.0071460232
4656  4656            Reuters 28/04/2017           50.0386 -0.0356604701
4657  4657            Reuters 28/04/2017           50.0386 -0.0356604701
4658  4658               eBay 28/04/2017             33.41 -0.0104759054
4659  4659            Netflix 28/04/2017             152.2  0.0057818660
4660  4660            Reuters 28/04/2017           50.0386 -0.0356604701
4661  4661               AT&T 28/04/2017             39.63  0.0070653545
4662  4662               eBay 28/04/2017             33.41 -0.0104759054
4663  4663             Amazon 28/04/2017            924.99 -0.0071460232
4664  4664              FedEx 28/04/2017             189.7  0.0105956774
4665  4665                SAP 28/04/2017            91.989  0.0070117079
4666  4666              Pepsi 28/04/2017            113.28 -0.0056497175
4667  4667            Reuters 28/04/2017           50.0386 -0.0356604701
4668  4668             Kroger 28/04/2017             29.65  0.0168634064
4669  4669            Reuters 28/04/2017           50.0386 -0.0356604701
4670  4670             Amazon 28/04/2017            924.99 -0.0071460232
4671  4671               eBay 28/04/2017             33.41 -0.0104759054
4672  4672               eBay 28/04/2017             33.41 -0.0104759054
4673  4673              FedEx 28/04/2017             189.7  0.0105956774
4674  4674         McDonald's 28/04/2017            139.93  0.0067176445
4675  4675            Samsung 28/04/2017           44620.0 -0.0174809502
4676  4676               eBay 28/04/2017             33.41 -0.0104759054
4677  4677            Reuters 28/04/2017           50.0386 -0.0356604701
4678  4678             Disney 28/04/2017             115.6  0.0020761246
4679  4679               eBay 28/04/2017             33.41 -0.0104759054
4680  4680            Reuters 28/04/2017           50.0386 -0.0356604701
4681  4681               eBay 28/04/2017             33.41 -0.0104759054
4682  4682              Apple 28/04/2017            143.65  0.0009745910
4683  4683             Disney 28/04/2017             115.6  0.0020761246
4684  4684               Nike 28/04/2017             55.41  0.0010828370
4685  4685            Reuters 28/04/2017           50.0386 -0.0356604701
4686  4686              Tesco 28/04/2017            183.25 -0.0040927694
4687  4687          Microsoft 28/04/2017             68.46 -0.0027753433
4688  4688            Reuters 28/04/2017           50.0386 -0.0356604701
4689  4689            Reuters 28/04/2017           50.0386 -0.0356604701
4690  4690         McDonald's 28/04/2017            139.93  0.0067176445
4691  4691              Bayer 28/04/2017           111.478 -0.0038752041
4692  4692             Amazon 28/04/2017            924.99 -0.0071460232
4693  4693             Amazon 28/04/2017            924.99 -0.0071460232
4694  4694               AT&T 28/04/2017             39.63  0.0070653545
4695  4695               eBay 28/04/2017             33.41 -0.0104759054
4696  4696               eBay 28/04/2017             33.41 -0.0104759054
4697  4697            Reuters 28/04/2017           50.0386 -0.0356604701
4698  4698               eBay 28/04/2017             33.41 -0.0104759054
4699  4699            Reuters 28/04/2017           50.0386 -0.0356604701
4700  4700               HSBC 28/04/2017             636.5  0.0065985860
4701  4701            Reuters 28/04/2017           50.0386 -0.0356604701
4702  4702            Reuters 28/04/2017           50.0386 -0.0356604701
4703  4703           Facebook 28/04/2017            150.25 -0.0169717138
4704  4704            Reuters 28/04/2017           50.0386 -0.0356604701
4705  4705             Amazon 28/04/2017            924.99 -0.0071460232
4706  4706      Goldman Sachs 28/04/2017             223.8  0.0089812332
4707  4707            Reuters 28/04/2017           50.0386 -0.0356604701
4708  4708                P&G 28/04/2017             87.33  0.0041222947
4709  4709          Starbucks 28/04/2017             60.06  0.0206460206
4710  4710                BMW 28/04/2017             87.55  0.0017018846
4711  4711              Bayer 28/04/2017           111.478 -0.0038752041
4712  4712            Reuters 28/04/2017           50.0386 -0.0356604701
4713  4713            Reuters 28/04/2017           50.0386 -0.0356604701
4714  4714               eBay 28/04/2017             33.41 -0.0104759054
4715  4715            Reuters 28/04/2017           50.0386 -0.0356604701
4716  4716                H&M 28/04/2017             25.08  0.0000000000
4717  4717            Reuters 28/04/2017           50.0386 -0.0356604701
4718  4718            Reuters 28/04/2017           50.0386 -0.0356604701
4719  4719         McDonald's 28/04/2017            139.93  0.0067176445
4720  4720            Reuters 28/04/2017           50.0386 -0.0356604701
4721  4721               Nike 28/04/2017             55.41  0.0010828370
4722  4722            TMobile 28/04/2017             67.27  0.0069867697
4723  4723            Reuters 28/04/2017           50.0386 -0.0356604701
4724  4724               eBay 28/04/2017             33.41 -0.0104759054
4725  4725               eBay 28/04/2017             33.41 -0.0104759054
4726  4726               eBay 28/04/2017             33.41 -0.0104759054
4727  4727            Reuters 28/04/2017           50.0386 -0.0356604701
4728  4728               eBay 28/04/2017             33.41 -0.0104759054
4729  4729            TMobile 28/04/2017             67.27  0.0069867697
4730  4730              Apple 28/04/2017            143.65  0.0009745910
4731  4731          Starbucks 28/04/2017             60.06  0.0206460206
4732  4732            Reuters 28/04/2017           50.0386 -0.0356604701
4733  4733            Reuters 28/04/2017           50.0386 -0.0356604701
4734  4734         McDonald's 28/04/2017            139.93  0.0067176445
4735  4735           Heineken 28/04/2017             81.85  0.0079413561
4736  4736             Google 28/04/2017            924.52 -0.0357807295
4737  4737          Starbucks 28/04/2017             60.06  0.0206460206
4738  4738            Reuters 28/04/2017           50.0386 -0.0356604701
4739  4739            Reuters 28/04/2017           50.0386 -0.0356604701
4740  4740            Reuters 28/04/2017           50.0386 -0.0356604701
4741  4741               eBay 28/04/2017             33.41 -0.0104759054
4742  4742            Reuters 28/04/2017           50.0386 -0.0356604701
4743  4743             adidas 28/04/2017           183.716  0.0026726034
4744  4744              Cisco 28/04/2017             34.07 -0.0093924274
4745  4745           Heineken 28/04/2017             81.85  0.0079413561
4746  4746               eBay 28/04/2017             33.41 -0.0104759054
4747  4747              Cisco 28/04/2017             34.07 -0.0093924274
4748  4748            Reuters 28/04/2017           50.0386 -0.0356604701
4749  4749            Reuters 28/04/2017           50.0386 -0.0356604701
4750  4750               eBay 28/04/2017             33.41 -0.0104759054
4751  4751     salesforce.com 28/04/2017             86.12 -0.0031351602
4752  4752               eBay 28/04/2017             33.41 -0.0104759054
4753  4753             Amazon 28/04/2017            924.99 -0.0071460232
4754  4754               HSBC 28/04/2017             636.5  0.0065985860
4755  4755               eBay 28/04/2017             33.41 -0.0104759054
4756  4756            Reuters 28/04/2017           50.0386 -0.0356604701
4757  4757               eBay 28/04/2017             33.41 -0.0104759054
4758  4758            Reuters 28/04/2017           50.0386 -0.0356604701
4759  4759            Netflix 28/04/2017             152.2  0.0057818660
4760  4760               eBay 28/04/2017             33.41 -0.0104759054
4761  4761            Comcast 28/04/2017             39.19  0.0102066854
4762  4762            Reuters 28/04/2017           50.0386 -0.0356604701
4763  4763              FedEx 28/04/2017             189.7  0.0105956774
4764  4764             Amazon 28/04/2017            924.99 -0.0071460232
4765  4765              Cisco 28/04/2017             34.07 -0.0093924274
4766  4766             Amazon 28/04/2017            924.99 -0.0071460232
4767  4767            Reuters 28/04/2017           50.0386 -0.0356604701
4768  4768              Cisco 28/04/2017             34.07 -0.0093924274
4769  4769         McDonald's 28/04/2017            139.93  0.0067176445
4770  4770          Starbucks 28/04/2017             60.06  0.0206460206
4771  4771               eBay 28/04/2017             33.41 -0.0104759054
4772  4772             Kroger 28/04/2017             29.65  0.0168634064
4773  4773            Netflix 28/04/2017             152.2  0.0057818660
4774  4774                BMW 28/04/2017             87.55  0.0017018846
4775  4775             Toyota 28/04/2017            6035.0  0.0135874068
4776  4776              Exxon 28/04/2017             81.65 -0.0047764850
4777  4777              Apple 28/04/2017            143.65  0.0009745910
4778  4778               eBay 28/04/2017             33.41 -0.0104759054
4779  4779            Reuters 28/04/2017           50.0386 -0.0356604701
4780  4780             Amazon 28/04/2017            924.99 -0.0071460232
4781  4781             Amazon 28/04/2017            924.99 -0.0071460232
4782  4782               eBay 28/04/2017             33.41 -0.0104759054
4783  4783          Starbucks 28/04/2017             60.06  0.0206460206
4784  4784            Reuters 28/04/2017           50.0386 -0.0356604701
4785  4785               eBay 28/04/2017             33.41 -0.0104759054
4786  4786            Netflix 28/04/2017             152.2  0.0057818660
4787  4787             Amazon 28/04/2017            924.99 -0.0071460232
4788  4788              Pepsi 28/04/2017            113.28 -0.0056497175
4789  4789             Amazon 28/04/2017            924.99 -0.0071460232
4790  4790            Verizon 28/04/2017             45.91  0.0165541276
4791  4791     salesforce.com 28/04/2017             86.12 -0.0031351602
4792  4792              Tesco 28/04/2017            183.25 -0.0040927694
4793  4793            Reuters 28/04/2017           50.0386 -0.0356604701
4794  4794               eBay 28/04/2017             33.41 -0.0104759054
4795  4795         McDonald's 28/04/2017            139.93  0.0067176445
4796  4796         CVS Health 28/04/2017             82.44  0.0042455119
4797  4797            Reuters 28/04/2017           50.0386 -0.0356604701
4798  4798            Reuters 28/04/2017           50.0386 -0.0356604701
4799  4799               eBay 28/04/2017             33.41 -0.0104759054
4800  4800             adidas 28/04/2017           183.716  0.0026726034
4801  4801               eBay 28/04/2017             33.41 -0.0104759054
4802  4802               eBay 28/04/2017             33.41 -0.0104759054
4803  4803            Reuters 28/04/2017           50.0386 -0.0356604701
4804  4804            Comcast 28/04/2017             39.19  0.0102066854
4805  4805            Netflix 28/04/2017             152.2  0.0057818660
4806  4806               eBay 28/04/2017             33.41 -0.0104759054
4807  4807          Microsoft 28/04/2017             68.46 -0.0027753433
4808  4808            Reuters 28/04/2017           50.0386 -0.0356604701
4809  4809               AT&T 28/04/2017             39.63  0.0070653545
4810  4810            Netflix 28/04/2017             152.2  0.0057818660
4811  4811            Reuters 28/04/2017           50.0386 -0.0356604701
4812  4812             Amazon 28/04/2017            924.99 -0.0071460232
4813  4813             Amazon 28/04/2017            924.99 -0.0071460232
4814  4814             Nissan 28/04/2017            1058.5  0.0009447331
4815  4815            Reuters 28/04/2017           50.0386 -0.0356604701
4816  4816             Amazon 28/04/2017            924.99 -0.0071460232
4817  4817            Reuters 28/04/2017           50.0386 -0.0356604701
4818  4818          Starbucks 28/04/2017             60.06  0.0206460206
4819  4819             Disney 28/04/2017             115.6  0.0020761246
4820  4820               Nike 28/04/2017             55.41  0.0010828370
4821  4821            Reuters 28/04/2017           50.0386 -0.0356604701
4822  4822            Reuters 28/04/2017           50.0386 -0.0356604701
4823  4823               eBay 28/04/2017             33.41 -0.0104759054
4824  4824         CVS Health 28/04/2017             82.44  0.0042455119
4825  4825         McDonald's 28/04/2017            139.93  0.0067176445
4826  4826            Reuters 28/04/2017           50.0386 -0.0356604701
4827  4827               eBay 28/04/2017             33.41 -0.0104759054
4828  4828              Apple 28/04/2017            143.65  0.0009745910
4829  4829            Reuters 28/04/2017           50.0386 -0.0356604701
4830  4830               eBay 28/04/2017             33.41 -0.0104759054
4831  4831         McDonald's 28/04/2017            139.93  0.0067176445
4832  4832                P&G 28/04/2017             87.33  0.0041222947
4833  4833    Bank of America 28/04/2017             23.34  0.0132819195
4834  4834            Reuters 28/04/2017           50.0386 -0.0356604701
4835  4835             Disney 28/04/2017             115.6  0.0020761246
4836  4836              Apple 28/04/2017            143.65  0.0009745910
4837  4837           Facebook 28/04/2017            150.25 -0.0169717138
4838  4838          Microsoft 28/04/2017             68.46 -0.0027753433
4839  4839            Reuters 28/04/2017           50.0386 -0.0356604701
4840  4840            Reuters 28/04/2017           50.0386 -0.0356604701
4841  4841          Starbucks 28/04/2017             60.06  0.0206460206
4842  4842            Reuters 28/04/2017           50.0386 -0.0356604701
4843  4843          Microsoft 28/04/2017             68.46 -0.0027753433
4844  4844             Toyota 28/04/2017            6035.0  0.0135874068
4845  4845             Disney 28/04/2017             115.6  0.0020761246
4846  4846             Google 28/04/2017            924.52 -0.0357807295
4847  4847               Nike 28/04/2017             55.41  0.0010828370
4848  4848          Starbucks 28/04/2017             60.06  0.0206460206
4849  4849               AT&T 28/04/2017             39.63  0.0070653545
4850  4850              Pepsi 28/04/2017            113.28 -0.0056497175
4851  4851               Sony 28/04/2017            3759.0  0.0007980846
4852  4852               Visa 28/04/2017             91.22  0.0041657531
4853  4853              Adobe 28/04/2017            133.74 -0.0026917900
4854  4854          Starbucks 28/04/2017             60.06  0.0206460206
4855  4855            TMobile 28/04/2017             67.27  0.0069867697
4856  4856                IBM 28/04/2017            160.29  0.0001871608
4857  4857               eBay 28/04/2017             33.41 -0.0104759054
4858  4858             Disney 28/04/2017             115.6  0.0020761246
4859  4859               eBay 28/04/2017             33.41 -0.0104759054
4860  4860            Walmart 28/04/2017             75.18  0.0034583666
4861  4861               eBay 28/04/2017             33.41 -0.0104759054
4862  4862             Disney 28/04/2017             115.6  0.0020761246
4863  4863            Reuters 28/04/2017           50.0386 -0.0356604701
4864  4864            Reuters 28/04/2017           50.0386 -0.0356604701
4865  4865               eBay 28/04/2017             33.41 -0.0104759054
4866  4866             Disney 28/04/2017             115.6  0.0020761246
4867  4867               eBay 28/04/2017             33.41 -0.0104759054
4868  4868               eBay 28/04/2017             33.41 -0.0104759054
4869  4869               eBay 28/04/2017             33.41 -0.0104759054
4870  4870               eBay 28/04/2017             33.41 -0.0104759054
4871  4871               eBay 28/04/2017             33.41 -0.0104759054
4872  4872           CocaCola 28/04/2017             43.15 -0.0032444959
4873  4873               eBay 28/04/2017             33.41 -0.0104759054
4874  4874               eBay 28/04/2017             33.41 -0.0104759054
4875  4875               eBay 28/04/2017             33.41 -0.0104759054
4876  4876             Amazon 28/04/2017            924.99 -0.0071460232
4877  4877               eBay 28/04/2017             33.41 -0.0104759054
4878  4878             Amazon 28/04/2017            924.99 -0.0071460232
4879  4879            TMobile 28/04/2017             67.27  0.0069867697
4880  4880               eBay 28/04/2017             33.41 -0.0104759054
4881  4881             Costco 28/04/2017            177.52 -0.0003943218
4882  4882            Netflix 28/04/2017             152.2  0.0057818660
4883  4883              Apple 28/04/2017            143.65  0.0009745910
4884  4884            Reuters 28/04/2017           50.0386 -0.0356604701
4885  4885             Google 28/04/2017            924.52 -0.0357807295
4886  4886               eBay 28/04/2017             33.41 -0.0104759054
4887  4887            Comcast 28/04/2017             39.19  0.0102066854
4888  4888         McDonald's 28/04/2017            139.93  0.0067176445
4889  4889            Walmart 28/04/2017             75.18  0.0034583666
4890  4890               eBay 28/04/2017             33.41 -0.0104759054
4891  4891              Apple 28/04/2017            143.65  0.0009745910
4892  4892             Amazon 28/04/2017            924.99 -0.0071460232
4893  4893           Heineken 28/04/2017             81.85  0.0079413561
4894  4894          Starbucks 28/04/2017             60.06  0.0206460206
4895  4895             Disney 28/04/2017             115.6  0.0020761246
4896  4896            TMobile 28/04/2017             67.27  0.0069867697
4897  4897               Visa 28/04/2017             91.22  0.0041657531
4898  4898             Amazon 28/04/2017            924.99 -0.0071460232
4899  4899             Amazon 28/04/2017            924.99 -0.0071460232
4900  4900        TripAdvisor 28/04/2017             45.01  0.0019995557
4901  4901          BlackRock 28/04/2017            384.57  0.0159658840
4902  4902               eBay 28/04/2017             33.41 -0.0104759054
4903  4903               eBay 28/04/2017             33.41 -0.0104759054
4904  4904             Disney 28/04/2017             115.6  0.0020761246
4905  4905             Amazon 28/04/2017            924.99 -0.0071460232
4906  4906            Netflix 28/04/2017             152.2  0.0057818660
4907  4907            Reuters 28/04/2017           50.0386 -0.0356604701
4908  4908            Comcast 28/04/2017             39.19  0.0102066854
4909  4909             Viacom 28/04/2017              44.6  0.0179372197
4910  4910               eBay 28/04/2017             33.41 -0.0104759054
4911  4911              FedEx 28/04/2017             189.7  0.0105956774
4912  4912               eBay 28/04/2017             33.41 -0.0104759054
4913  4913            Reuters 28/04/2017           50.0386 -0.0356604701
4914  4914             Kroger 28/04/2017             29.65  0.0168634064
4915  4915               eBay 28/04/2017             33.41 -0.0104759054
4916  4916            Reuters 28/04/2017           50.0386 -0.0356604701
4917  4917           Facebook 28/04/2017            150.25 -0.0169717138
4918  4918              Apple 28/04/2017            143.65  0.0009745910
4919  4919            TMobile 28/04/2017             67.27  0.0069867697
4920  4920               eBay 28/04/2017             33.41 -0.0104759054
4921  4921              Tesco 28/04/2017            183.25 -0.0040927694
4922  4922            Reuters 28/04/2017           50.0386 -0.0356604701
4923  4923           Facebook 28/04/2017            150.25 -0.0169717138
4924  4924            Netflix 28/04/2017             152.2  0.0057818660
4925  4925            Reuters 28/04/2017           50.0386 -0.0356604701
4926  4926             Amazon 28/04/2017            924.99 -0.0071460232
4927  4927            Netflix 28/04/2017             152.2  0.0057818660
4928  4928             Viacom 28/04/2017              44.6  0.0179372197
4929  4929             Google 28/04/2017            924.52 -0.0357807295
4930  4930            Reuters 28/04/2017           50.0386 -0.0356604701
4931  4931            Reuters 28/04/2017           50.0386 -0.0356604701
4932  4932               eBay 28/04/2017             33.41 -0.0104759054
4933  4933               eBay 28/04/2017             33.41 -0.0104759054
4934  4934               eBay 28/04/2017             33.41 -0.0104759054
4935  4935            Walmart 28/04/2017             75.18  0.0034583666
4936  4936            Netflix 28/04/2017             152.2  0.0057818660
4937  4937            Netflix 28/04/2017             152.2  0.0057818660
4938  4938             Amazon 28/04/2017            924.99 -0.0071460232
4939  4939            Reuters 28/04/2017           50.0386 -0.0356604701
4940  4940               AT&T 28/04/2017             39.63  0.0070653545
4941  4941            Walmart 28/04/2017             75.18  0.0034583666
4942  4942               eBay 28/04/2017             33.41 -0.0104759054
4943  4943            Reuters 28/04/2017           50.0386 -0.0356604701
4944  4944            Reuters 28/04/2017           50.0386 -0.0356604701
4945  4945          Citigroup 28/04/2017             59.12  0.0045669824
4946  4946               eBay 28/04/2017             33.41 -0.0104759054
4947  4947              Pepsi 28/04/2017            113.28 -0.0056497175
4948  4948           Facebook 28/04/2017            150.25 -0.0169717138
4949  4949             Amazon 28/04/2017            924.99 -0.0071460232
4950  4950           Facebook 28/04/2017            150.25 -0.0169717138
4951  4951             Amazon 28/04/2017            924.99 -0.0071460232
4952  4952             Disney 28/04/2017             115.6  0.0020761246
4953  4953            Verizon 28/04/2017             45.91  0.0165541276
4954  4954              Bayer 28/04/2017           111.478 -0.0038752041
4955  4955               eBay 28/04/2017             33.41 -0.0104759054
4956  4956          Starbucks 28/04/2017             60.06  0.0206460206
4957  4957             adidas 28/04/2017           183.716  0.0026726034
4958  4958            Verizon 28/04/2017             45.91  0.0165541276
4959  4959               eBay 28/04/2017             33.41 -0.0104759054
4960  4960         McDonald's 28/04/2017            139.93  0.0067176445
4961  4961             Amazon 28/04/2017            924.99 -0.0071460232
4962  4962            Reuters 28/04/2017           50.0386 -0.0356604701
4963  4963           Facebook 28/04/2017            150.25 -0.0169717138
4964  4964            Reuters 28/04/2017           50.0386 -0.0356604701
4965  4965            Comcast 28/04/2017             39.19  0.0102066854
4966  4966              Apple 28/04/2017            143.65  0.0009745910
4967  4967               eBay 28/04/2017             33.41 -0.0104759054
4968  4968          Starbucks 28/04/2017             60.06  0.0206460206
4969  4969             Amazon 28/04/2017            924.99 -0.0071460232
4970  4970         John Deere 28/04/2017            111.61 -0.0038527014
4971  4971               eBay 28/04/2017             33.41 -0.0104759054
4972  4972               eBay 28/04/2017             33.41 -0.0104759054
4973  4973            Netflix 28/04/2017             152.2  0.0057818660
4974  4974            Netflix 28/04/2017             152.2  0.0057818660
4975  4975           Facebook 28/04/2017            150.25 -0.0169717138
4976  4976             Amazon 28/04/2017            924.99 -0.0071460232
4977  4977               eBay 28/04/2017             33.41 -0.0104759054
4978  4978              Apple 28/04/2017            143.65  0.0009745910
4979  4979               eBay 28/04/2017             33.41 -0.0104759054
4980  4980            Comcast 28/04/2017             39.19  0.0102066854
4981  4981               eBay 28/04/2017             33.41 -0.0104759054
4982  4982            Reuters 28/04/2017           50.0386 -0.0356604701
4983  4983      Goldman Sachs 28/04/2017             223.8  0.0089812332
4984  4984              Apple 28/04/2017            143.65  0.0009745910
4985  4985           Facebook 28/04/2017            150.25 -0.0169717138
4986  4986             Disney 28/04/2017             115.6  0.0020761246
4987  4987              Tesco 28/04/2017            183.25 -0.0040927694
4988  4988             Viacom 28/04/2017              44.6  0.0179372197
4989  4989               eBay 28/04/2017             33.41 -0.0104759054
4990  4990            Reuters 28/04/2017           50.0386 -0.0356604701
4991  4991            Comcast 28/04/2017             39.19  0.0102066854
4992  4992             Amazon 28/04/2017            924.99 -0.0071460232
4993  4993               eBay 28/04/2017             33.41 -0.0104759054
4994  4994             Viacom 28/04/2017              44.6  0.0179372197
4995  4995               eBay 28/04/2017             33.41 -0.0104759054
4996  4996              Pepsi 28/04/2017            113.28 -0.0056497175
4997  4997           Facebook 28/04/2017            150.25 -0.0169717138
4998  4998            Reuters 28/04/2017           50.0386 -0.0356604701
4999  4999               eBay 28/04/2017             33.41 -0.0104759054
5000  5000              Exxon 28/04/2017             81.65 -0.0047764850
5001  5001            Netflix 28/04/2017             152.2  0.0057818660
5002  5002               eBay 28/04/2017             33.41 -0.0104759054
5003  5003            Reuters 28/04/2017           50.0386 -0.0356604701
5004  5004               AT&T 28/04/2017             39.63  0.0070653545
5005  5005             Amazon 28/04/2017            924.99 -0.0071460232
5006  5006             Disney 28/04/2017             115.6  0.0020761246
5007  5007             Thales 28/04/2017             96.52 -0.0022793203
5008  5008             Google 28/04/2017            924.52 -0.0357807295
5009  5009                CBS 28/04/2017             66.56 -0.0033052885
5010  5010               Nike 28/04/2017             55.41  0.0010828370
5011  5011            Reuters 28/04/2017           50.0386 -0.0356604701
5012  5012               eBay 28/04/2017             33.41 -0.0104759054
5013  5013               AT&T 28/04/2017             39.63  0.0070653545
5014  5014             Amazon 28/04/2017            924.99 -0.0071460232
5015  5015               AT&T 28/04/2017             39.63  0.0070653545
5016  5016               eBay 28/04/2017             33.41 -0.0104759054
5017  5017              Cisco 28/04/2017             34.07 -0.0093924274
5018  5018            Reuters 28/04/2017           50.0386 -0.0356604701
5019  5019          Microsoft 28/04/2017             68.46 -0.0027753433
5020  5020            Reuters 28/04/2017           50.0386 -0.0356604701
5021  5021            Walmart 28/04/2017             75.18  0.0034583666
5022  5022          Microsoft 28/04/2017             68.46 -0.0027753433
5023  5023         McDonald's 28/04/2017            139.93  0.0067176445
5024  5024              Honda 28/04/2017            3232.0  0.0040222772
5025  5025            Reuters 28/04/2017           50.0386 -0.0356604701
5026  5026             Amazon 28/04/2017            924.99 -0.0071460232
5027  5027             Amazon 28/04/2017            924.99 -0.0071460232
5028  5028            TMobile 28/04/2017             67.27  0.0069867697
5029  5029            Netflix 28/04/2017             152.2  0.0057818660
5030  5030               eBay 28/04/2017             33.41 -0.0104759054
5031  5031            Reuters 28/04/2017           50.0386 -0.0356604701
5032  5032            Netflix 28/04/2017             152.2  0.0057818660
5033  5033             Amazon 28/04/2017            924.99 -0.0071460232
5034  5034               eBay 28/04/2017             33.41 -0.0104759054
5035  5035           Facebook 28/04/2017            150.25 -0.0169717138
5036  5036          Starbucks 28/04/2017             60.06  0.0206460206
5037  5037      Goldman Sachs 28/04/2017             223.8  0.0089812332
5038  5038             Amazon 28/04/2017            924.99 -0.0071460232
5039  5039            Reuters 28/04/2017           50.0386 -0.0356604701
5040  5040               eBay 28/04/2017             33.41 -0.0104759054
5041  5041            Reuters 28/04/2017           50.0386 -0.0356604701
5042  5042           CocaCola 28/04/2017             43.15 -0.0032444959
5043  5043             Amazon 28/04/2017            924.99 -0.0071460232
5044  5044               Sony 28/04/2017            3759.0  0.0007980846
5045  5045               AT&T 28/04/2017             39.63  0.0070653545
5046  5046               Ford 28/04/2017             11.47  0.0000000000
5047  5047            Netflix 28/04/2017             152.2  0.0057818660
5048  5048            Netflix 28/04/2017             152.2  0.0057818660
5049  5049               eBay 28/04/2017             33.41 -0.0104759054
5050  5050               eBay 28/04/2017             33.41 -0.0104759054
5051  5051             Amazon 28/04/2017            924.99 -0.0071460232
5052  5052               eBay 28/04/2017             33.41 -0.0104759054
5053  5053               eBay 28/04/2017             33.41 -0.0104759054
5054  5054            Reuters 28/04/2017           50.0386 -0.0356604701
5055  5055             Amazon 28/04/2017            924.99 -0.0071460232
5056  5056   American Express 28/04/2017             79.25  0.0136277603
5057  5057               eBay 28/04/2017             33.41 -0.0104759054
5058  5058             Nissan 28/04/2017            1058.5  0.0009447331
5059  5059             Amazon 28/04/2017            924.99 -0.0071460232
5060  5060               eBay 28/04/2017             33.41 -0.0104759054
5061  5061            Walmart 28/04/2017             75.18  0.0034583666
5062  5062               eBay 28/04/2017             33.41 -0.0104759054
5063  5063             Disney 28/04/2017             115.6  0.0020761246
5064  5064             Disney 28/04/2017             115.6  0.0020761246
5065  5065            Reuters 28/04/2017           50.0386 -0.0356604701
5066  5066            Reuters 28/04/2017           50.0386 -0.0356604701
5067  5067               eBay 28/04/2017             33.41 -0.0104759054
5068  5068             Amazon 28/04/2017            924.99 -0.0071460232
5069  5069             Disney 28/04/2017             115.6  0.0020761246
5070  5070            Reuters 28/04/2017           50.0386 -0.0356604701
5071  5071             Costco 28/04/2017            177.52 -0.0003943218
5072  5072               eBay 28/04/2017             33.41 -0.0104759054
5073  5073               eBay 28/04/2017             33.41 -0.0104759054
5074  5074               eBay 28/04/2017             33.41 -0.0104759054
5075  5075               eBay 28/04/2017             33.41 -0.0104759054
5076  5076            Reuters 28/04/2017           50.0386 -0.0356604701
5077  5077               eBay 28/04/2017             33.41 -0.0104759054
5078  5078               eBay 28/04/2017             33.41 -0.0104759054
5079  5079        Wells Fargo 28/04/2017             53.84  0.0111441308
5080  5080               eBay 28/04/2017             33.41 -0.0104759054
5081  5081            Netflix 28/04/2017             152.2  0.0057818660
5082  5082               eBay 28/04/2017             33.41 -0.0104759054
5083  5083           Gillette 28/04/2017           4324.85 -0.0288680532
5084  5084            Comcast 28/04/2017             39.19  0.0102066854
5085  5085            TMobile 28/04/2017             67.27  0.0069867697
5086  5086               eBay 28/04/2017             33.41 -0.0104759054
5087  5087              Pepsi 28/04/2017            113.28 -0.0056497175
5088  5088               eBay 28/04/2017             33.41 -0.0104759054
5089  5089               AT&T 28/04/2017             39.63  0.0070653545
5090  5090               eBay 28/04/2017             33.41 -0.0104759054
5091  5091            Verizon 28/04/2017             45.91  0.0165541276
5092  5092             Amazon 28/04/2017            924.99 -0.0071460232
5093  5093               ASOS 28/04/2017            5820.0 -0.0266323024
5094  5094            Groupon 28/04/2017              3.92  0.0178571429
5095  5095               eBay 28/04/2017             33.41 -0.0104759054
5096  5096            Reuters 28/04/2017           50.0386 -0.0356604701
5097  5097             Amazon 28/04/2017            924.99 -0.0071460232
5098  5098            Reuters 28/04/2017           50.0386 -0.0356604701
5099  5099            Reuters 28/04/2017           50.0386 -0.0356604701
5100  5100            Netflix 28/04/2017             152.2  0.0057818660
5101  5101             Amazon 28/04/2017            924.99 -0.0071460232
5102  5102             Disney 28/04/2017             115.6  0.0020761246
5103  5103               eBay 28/04/2017             33.41 -0.0104759054
5104  5104   American Express 28/04/2017             79.25  0.0136277603
5105  5105            Netflix 28/04/2017             152.2  0.0057818660
5106  5106               Ford 28/04/2017             11.47  0.0000000000
5107  5107            Reuters 28/04/2017           50.0386 -0.0356604701
5108  5108                IBM 28/04/2017            160.29  0.0001871608
5109  5109             Google 28/04/2017            924.52 -0.0357807295
5110  5110               eBay 28/04/2017             33.41 -0.0104759054
5111  5111               eBay 28/04/2017             33.41 -0.0104759054
5112  5112            Reuters 28/04/2017           50.0386 -0.0356604701
5113  5113                UPS 28/04/2017            107.46  0.0127489298
5114  5114               eBay 28/04/2017             33.41 -0.0104759054
5115  5115               eBay 28/04/2017             33.41 -0.0104759054
5116  5116               eBay 28/04/2017             33.41 -0.0104759054
5117  5117               eBay 28/04/2017             33.41 -0.0104759054
5118  5118               Ford 28/04/2017             11.47  0.0000000000
5119  5119            Reuters 28/04/2017           50.0386 -0.0356604701
5120  5120          Microsoft 28/04/2017             68.46 -0.0027753433
5121  5121             Disney 28/04/2017             115.6  0.0020761246
5122  5122             Toyota 28/04/2017            6035.0  0.0135874068
5123  5123               Ford 28/04/2017             11.47  0.0000000000
5124  5124            easyJet 28/04/2017            1168.0 -0.0111301370
5125  5125        Wells Fargo 28/04/2017             53.84  0.0111441308
5126  5126            Netflix 28/04/2017             152.2  0.0057818660
5127  5127               Ford 28/04/2017             11.47  0.0000000000
5128  5128            Comcast 28/04/2017             39.19  0.0102066854
5129  5129           Facebook 28/04/2017            150.25 -0.0169717138
5130  5130            Netflix 28/04/2017             152.2  0.0057818660
5131  5131            Netflix 28/04/2017             152.2  0.0057818660
5132  5132         McDonald's 28/04/2017            139.93  0.0067176445
5133  5133               ASOS 28/04/2017            5820.0 -0.0266323024
5134  5134               eBay 28/04/2017             33.41 -0.0104759054
5135  5135            Netflix 28/04/2017             152.2  0.0057818660
5136  5136               eBay 28/04/2017             33.41 -0.0104759054
5137  5137             Amazon 28/04/2017            924.99 -0.0071460232
5138  5138               Visa 28/04/2017             91.22  0.0041657531
5139  5139            Netflix 28/04/2017             152.2  0.0057818660
5140  5140          Microsoft 28/04/2017             68.46 -0.0027753433
5141  5141           Facebook 28/04/2017            150.25 -0.0169717138
5142  5142               eBay 28/04/2017             33.41 -0.0104759054
5143  5143           Facebook 28/04/2017            150.25 -0.0169717138
5144  5144          Starbucks 28/04/2017             60.06  0.0206460206
5145  5145            Hyundai 28/04/2017          144000.0  0.0208333333
5146  5146               eBay 28/04/2017             33.41 -0.0104759054
5147  5147            Netflix 28/04/2017             152.2  0.0057818660
5148  5148            Reuters 28/04/2017           50.0386 -0.0356604701
5149  5149            Reuters 28/04/2017           50.0386 -0.0356604701
5150  5150                H&M 28/04/2017             25.08  0.0000000000
5151  5151            Reuters 28/04/2017           50.0386 -0.0356604701
5152  5152            Reuters 28/04/2017           50.0386 -0.0356604701
5153  5153            Reuters 28/04/2017           50.0386 -0.0356604701
5154  5154            Reuters 28/04/2017           50.0386 -0.0356604701
5155  5155               eBay 28/04/2017             33.41 -0.0104759054
5156  5156         McDonald's 28/04/2017            139.93  0.0067176445
5157  5157            Reuters 28/04/2017           50.0386 -0.0356604701
5158  5158            Reuters 28/04/2017           50.0386 -0.0356604701
5159  5159            Reuters 28/04/2017           50.0386 -0.0356604701
5160  5160            Reuters 28/04/2017           50.0386 -0.0356604701
5161  5161            Reuters 28/04/2017           50.0386 -0.0356604701
5162  5162            Reuters 28/04/2017           50.0386 -0.0356604701
5163  5163         McDonald's 28/04/2017            139.93  0.0067176445
5164  5164             adidas 28/04/2017           183.716  0.0026726034
5165  5165               eBay 28/04/2017             33.41 -0.0104759054
5166  5166             Amazon 28/04/2017            924.99 -0.0071460232
5167  5167             Amazon 28/04/2017            924.99 -0.0071460232
5168  5168               eBay 28/04/2017             33.41 -0.0104759054
5169  5169              Intel 28/04/2017             36.15  0.0354080221
5170  5170               eBay 28/04/2017             33.41 -0.0104759054
5171  5171             adidas 28/04/2017           183.716  0.0026726034
5172  5172            Reuters 28/04/2017           50.0386 -0.0356604701
5173  5173               eBay 28/04/2017             33.41 -0.0104759054
5174  5174            Comcast 28/04/2017             39.19  0.0102066854
5175  5175            Reuters 28/04/2017           50.0386 -0.0356604701
5176  5176            Reuters 28/04/2017           50.0386 -0.0356604701
5177  5177          Microsoft 28/04/2017             68.46 -0.0027753433
5178  5178               eBay 28/04/2017             33.41 -0.0104759054
5179  5179             Amazon 28/04/2017            924.99 -0.0071460232
5180  5180               AT&T 28/04/2017             39.63  0.0070653545
5181  5181               eBay 28/04/2017             33.41 -0.0104759054
5182  5182             Amazon 28/04/2017            924.99 -0.0071460232
5183  5183             Amazon 28/04/2017            924.99 -0.0071460232
5184  5184            Reuters 28/04/2017           50.0386 -0.0356604701
5185  5185             Google 28/04/2017            924.52 -0.0357807295
5186  5186               eBay 28/04/2017             33.41 -0.0104759054
5187  5187            Reuters 28/04/2017           50.0386 -0.0356604701
5188  5188             Amazon 28/04/2017            924.99 -0.0071460232
5189  5189               eBay 28/04/2017             33.41 -0.0104759054
5190  5190            Netflix 28/04/2017             152.2  0.0057818660
5191  5191            Reuters 28/04/2017           50.0386 -0.0356604701
5192  5192               eBay 28/04/2017             33.41 -0.0104759054
5193  5193                CBS 28/04/2017             66.56 -0.0033052885
5194  5194            Netflix 28/04/2017             152.2  0.0057818660
5195  5195            Reuters 28/04/2017           50.0386 -0.0356604701
5196  5196              Adobe 28/04/2017            133.74 -0.0026917900
5197  5197                CBS 28/04/2017             66.56 -0.0033052885
5198  5198            Netflix 28/04/2017             152.2  0.0057818660
5199  5199             Amazon 28/04/2017            924.99 -0.0071460232
5200  5200            Netflix 28/04/2017             152.2  0.0057818660
5201  5201               eBay 28/04/2017             33.41 -0.0104759054
5202  5202              FedEx 28/04/2017             189.7  0.0105956774
5203  5203           Facebook 28/04/2017            150.25 -0.0169717138
5204  5204           Facebook 28/04/2017            150.25 -0.0169717138
5205  5205            easyJet 28/04/2017            1168.0 -0.0111301370
5206  5206           Facebook 28/04/2017            150.25 -0.0169717138
5207  5207           Facebook 28/04/2017            150.25 -0.0169717138
5208  5208           Facebook 28/04/2017            150.25 -0.0169717138
5209  5209              Apple 28/04/2017            143.65  0.0009745910
5210  5210            Reuters 28/04/2017           50.0386 -0.0356604701
5211  5211            Reuters 28/04/2017           50.0386 -0.0356604701
5212  5212            Reuters 28/04/2017           50.0386 -0.0356604701
5213  5213              Apple 28/04/2017            143.65  0.0009745910
5214  5214            Reuters 28/04/2017           50.0386 -0.0356604701
5215  5215             Disney 28/04/2017             115.6  0.0020761246
5216  5216             Disney 28/04/2017             115.6  0.0020761246
5217  5217     salesforce.com 28/04/2017             86.12 -0.0031351602
5218  5218            TMobile 28/04/2017             67.27  0.0069867697
5219  5219               eBay 28/04/2017             33.41 -0.0104759054
5220  5220               eBay 28/04/2017             33.41 -0.0104759054
5221  5221           Facebook 28/04/2017            150.25 -0.0169717138
5222  5222              Tesco 28/04/2017            183.25 -0.0040927694
5223  5223           Facebook 28/04/2017            150.25 -0.0169717138
5224  5224               eBay 28/04/2017             33.41 -0.0104759054
5225  5225                H&M 28/04/2017             25.08  0.0000000000
5226  5226               eBay 28/04/2017             33.41 -0.0104759054
5227  5227                CBS 28/04/2017             66.56 -0.0033052885
5228  5228               eBay 28/04/2017             33.41 -0.0104759054
5229  5229              Pepsi 28/04/2017            113.28 -0.0056497175
5230  5230            Reuters 28/04/2017           50.0386 -0.0356604701
5231  5231             Disney 28/04/2017             115.6  0.0020761246
5232  5232               eBay 28/04/2017             33.41 -0.0104759054
5233  5233           Facebook 28/04/2017            150.25 -0.0169717138
5234  5234            Reuters 28/04/2017           50.0386 -0.0356604701
5235  5235               eBay 28/04/2017             33.41 -0.0104759054
5236  5236             Amazon 28/04/2017            924.99 -0.0071460232
5237  5237               eBay 28/04/2017             33.41 -0.0104759054
5238  5238            Reuters 28/04/2017           50.0386 -0.0356604701
5239  5239             Amazon 28/04/2017            924.99 -0.0071460232
5240  5240             Viacom 28/04/2017              44.6  0.0179372197
5241  5241           Facebook 28/04/2017            150.25 -0.0169717138
5242  5242             Amazon 28/04/2017            924.99 -0.0071460232
5243  5243                H&M 28/04/2017             25.08  0.0000000000
5244  5244               eBay 28/04/2017             33.41 -0.0104759054
5245  5245            Reuters 28/04/2017           50.0386 -0.0356604701
5246  5246               eBay 28/04/2017             33.41 -0.0104759054
5247  5247               Ford 28/04/2017             11.47  0.0000000000
5248  5248                 HP 28/04/2017             18.82 -0.0026567481
5249  5249             Amazon 28/04/2017            924.99 -0.0071460232
5250  5250            Reuters 28/04/2017           50.0386 -0.0356604701
5251  5251             Amazon 28/04/2017            924.99 -0.0071460232
5252  5252              Yahoo 28/04/2017              4.54  0.0000000000
5253  5253               eBay 28/04/2017             33.41 -0.0104759054
5254  5254               eBay 28/04/2017             33.41 -0.0104759054
5255  5255               Audi 28/04/2017           641.846  0.0011124164
5256  5256           Facebook 28/04/2017            150.25 -0.0169717138
5257  5257            Netflix 28/04/2017             152.2  0.0057818660
5258  5258              Yahoo 28/04/2017              4.54  0.0000000000
5259  5259               eBay 28/04/2017             33.41 -0.0104759054
5260  5260            TMobile 28/04/2017             67.27  0.0069867697
5261  5261         McDonald's 28/04/2017            139.93  0.0067176445
5262  5262               eBay 28/04/2017             33.41 -0.0104759054
5263  5263             Disney 28/04/2017             115.6  0.0020761246
5264  5264               eBay 28/04/2017             33.41 -0.0104759054
5265  5265          Starbucks 28/04/2017             60.06  0.0206460206
5266  5266            Walmart 28/04/2017             75.18  0.0034583666
5267  5267            Netflix 28/04/2017             152.2  0.0057818660
5268  5268             Amazon 28/04/2017            924.99 -0.0071460232
5269  5269               eBay 28/04/2017             33.41 -0.0104759054
5270  5270             adidas 28/04/2017           183.716  0.0026726034
5271  5271            Reuters 28/04/2017           50.0386 -0.0356604701
5272  5272               eBay 28/04/2017             33.41 -0.0104759054
5273  5273             Disney 28/04/2017             115.6  0.0020761246
5274  5274         McDonald's 28/04/2017            139.93  0.0067176445
5275  5275             Amazon 28/04/2017            924.99 -0.0071460232
5276  5276            Reuters 28/04/2017           50.0386 -0.0356604701
5277  5277              FedEx 28/04/2017             189.7  0.0105956774
5278  5278             Disney 28/04/2017             115.6  0.0020761246
5279  5279            Reuters 28/04/2017           50.0386 -0.0356604701
5280  5280              Apple 28/04/2017            143.65  0.0009745910
5281  5281            Reuters 28/04/2017           50.0386 -0.0356604701
5282  5282           Facebook 28/04/2017            150.25 -0.0169717138
5283  5283             Amazon 28/04/2017            924.99 -0.0071460232
5284  5284            Reuters 28/04/2017           50.0386 -0.0356604701
5285  5285            Reuters 28/04/2017           50.0386 -0.0356604701
5286  5286             Google 28/04/2017            924.52 -0.0357807295
5287  5287               eBay 28/04/2017             33.41 -0.0104759054
5288  5288            Reuters 28/04/2017           50.0386 -0.0356604701
5289  5289               eBay 28/04/2017             33.41 -0.0104759054
5290  5290             Disney 28/04/2017             115.6  0.0020761246
5291  5291         McDonald's 28/04/2017            139.93  0.0067176445
5292  5292            Reuters 28/04/2017           50.0386 -0.0356604701
5293  5293            Expedia 28/04/2017            133.72  0.0185462160
5294  5294               eBay 28/04/2017             33.41 -0.0104759054
5295  5295               Audi 28/04/2017           641.846  0.0011124164
5296  5296             Viacom 29/04/2017              44.6  0.0000000000
5297  5297               eBay 29/04/2017             33.41  0.0000000000
5298  5298               Nike 29/04/2017             55.41  0.0000000000
5299  5299          Starbucks 29/04/2017             60.06  0.0000000000
5300  5300            Reuters 29/04/2017           50.0386  0.0000000000
5301  5301               eBay 29/04/2017             33.41  0.0000000000
5302  5302               eBay 29/04/2017             33.41  0.0000000000
5303  5303     salesforce.com 29/04/2017             86.12  0.0000000000
5304  5304            Reuters 29/04/2017           50.0386  0.0000000000
5305  5305               eBay 29/04/2017             33.41  0.0000000000
5306  5306            Reuters 29/04/2017           50.0386  0.0000000000
5307  5307             Amazon 29/04/2017            924.99  0.0000000000
5308  5308            Reuters 29/04/2017           50.0386  0.0000000000
5309  5309             Boeing 29/04/2017            184.83  0.0000000000
5310  5310               eBay 29/04/2017             33.41  0.0000000000
5311  5311          Starbucks 29/04/2017             60.06  0.0000000000
5312  5312             Amazon 29/04/2017            924.99  0.0000000000
5313  5313                H&M 29/04/2017             25.08  0.0000000000
5314  5314             Amazon 29/04/2017            924.99  0.0000000000
5315  5315            Reuters 29/04/2017           50.0386  0.0000000000
5316  5316            Reuters 29/04/2017           50.0386  0.0000000000
5317  5317            Netflix 29/04/2017             152.2  0.0000000000
5318  5318         McDonald's 29/04/2017            139.93  0.0000000000
5319  5319             Nissan 29/04/2017            1058.5  0.0000000000
5320  5320            Netflix 29/04/2017             152.2  0.0000000000
5321  5321              Apple 29/04/2017            143.65  0.0000000000
5322  5322               eBay 29/04/2017             33.41  0.0000000000
5323  5323            TMobile 29/04/2017             67.27  0.0000000000
5324  5324            Netflix 29/04/2017             152.2  0.0000000000
5325  5325            Verizon 29/04/2017             45.91  0.0000000000
5326  5326             Google 29/04/2017            924.52  0.0000000000
5327  5327            Comcast 29/04/2017             39.19  0.0000000000
5328  5328         McDonald's 29/04/2017            139.93  0.0000000000
5329  5329            Reuters 29/04/2017           50.0386  0.0000000000
5330  5330            Netflix 29/04/2017             152.2  0.0000000000
5331  5331            Reuters 29/04/2017           50.0386  0.0000000000
5332  5332               eBay 29/04/2017             33.41  0.0000000000
5333  5333     salesforce.com 29/04/2017             86.12  0.0000000000
5334  5334            Reuters 29/04/2017           50.0386  0.0000000000
5335  5335              Apple 29/04/2017            143.65  0.0000000000
5336  5336               eBay 29/04/2017             33.41  0.0000000000
5337  5337             Disney 29/04/2017             115.6  0.0000000000
5338  5338            Reuters 29/04/2017           50.0386  0.0000000000
5339  5339            Reuters 29/04/2017           50.0386  0.0000000000
5340  5340         McDonald's 29/04/2017            139.93  0.0000000000
5341  5341            Comcast 29/04/2017             39.19  0.0000000000
5342  5342            Reuters 29/04/2017           50.0386  0.0000000000
5343  5343               eBay 29/04/2017             33.41  0.0000000000
5344  5344          Citigroup 29/04/2017             59.12  0.0000000000
5345  5345          Starbucks 29/04/2017             60.06  0.0000000000
5346  5346                IBM 29/04/2017            160.29  0.0000000000
5347  5347          Starbucks 29/04/2017             60.06  0.0000000000
5348  5348               eBay 29/04/2017             33.41  0.0000000000
5349  5349              Exxon 29/04/2017             81.65  0.0000000000
5350  5350         McDonald's 29/04/2017            139.93  0.0000000000
5351  5351            Netflix 29/04/2017             152.2  0.0000000000
5352  5352               Nike 29/04/2017             55.41  0.0000000000
5353  5353            Reuters 29/04/2017           50.0386  0.0000000000
5354  5354               eBay 29/04/2017             33.41  0.0000000000
5355  5355             Amazon 29/04/2017            924.99  0.0000000000
5356  5356             Amazon 29/04/2017            924.99  0.0000000000
5357  5357             Amazon 29/04/2017            924.99  0.0000000000
5358  5358             Amazon 29/04/2017            924.99  0.0000000000
5359  5359          Microsoft 29/04/2017             68.46  0.0000000000
5360  5360            Reuters 29/04/2017           50.0386  0.0000000000
5361  5361               eBay 29/04/2017             33.41  0.0000000000
5362  5362             Amazon 29/04/2017            924.99  0.0000000000
5363  5363          Microsoft 29/04/2017             68.46  0.0000000000
5364  5364             Viacom 29/04/2017              44.6  0.0000000000
5365  5365            Netflix 29/04/2017             152.2  0.0000000000
5366  5366              Pepsi 29/04/2017            113.28  0.0000000000
5367  5367               eBay 29/04/2017             33.41  0.0000000000
5368  5368               eBay 29/04/2017             33.41  0.0000000000
5369  5369               eBay 29/04/2017             33.41  0.0000000000
5370  5370               eBay 29/04/2017             33.41  0.0000000000
5371  5371           CocaCola 29/04/2017             43.15  0.0000000000
5372  5372            Reuters 29/04/2017           50.0386  0.0000000000
5373  5373             Costco 29/04/2017            177.52  0.0000000000
5374  5374            Walmart 29/04/2017             75.18  0.0000000000
5375  5375               eBay 29/04/2017             33.41  0.0000000000
5376  5376               eBay 29/04/2017             33.41  0.0000000000
5377  5377            Netflix 29/04/2017             152.2  0.0000000000
5378  5378                 HP 29/04/2017             18.82  0.0000000000
5379  5379            Walmart 29/04/2017             75.18  0.0000000000
5380  5380               eBay 29/04/2017             33.41  0.0000000000
5381  5381            Reuters 29/04/2017           50.0386  0.0000000000
5382  5382               eBay 29/04/2017             33.41  0.0000000000
5383  5383            Reuters 29/04/2017           50.0386  0.0000000000
5384  5384             adidas 29/04/2017           183.716  0.0000000000
5385  5385         McDonald's 29/04/2017            139.93  0.0000000000
5386  5386            TMobile 29/04/2017             67.27  0.0000000000
5387  5387    Bank of America 29/04/2017             23.34  0.0000000000
5388  5388              Apple 29/04/2017            143.65  0.0000000000
5389  5389               eBay 29/04/2017             33.41  0.0000000000
5390  5390               21CF 29/04/2017             30.54  0.0000000000
5391  5391            Reuters 29/04/2017           50.0386  0.0000000000
5392  5392            Reuters 29/04/2017           50.0386  0.0000000000
5393  5393               eBay 29/04/2017             33.41  0.0000000000
5394  5394            Reuters 29/04/2017           50.0386  0.0000000000
5395  5395               eBay 29/04/2017             33.41  0.0000000000
5396  5396             Amazon 29/04/2017            924.99  0.0000000000
5397  5397            Netflix 29/04/2017             152.2  0.0000000000
5398  5398               eBay 29/04/2017             33.41  0.0000000000
5399  5399               eBay 29/04/2017             33.41  0.0000000000
5400  5400             Amazon 29/04/2017            924.99  0.0000000000
5401  5401           Facebook 29/04/2017            150.25  0.0000000000
5402  5402            Walmart 29/04/2017             75.18  0.0000000000
5403  5403               eBay 29/04/2017             33.41  0.0000000000
5404  5404             Google 29/04/2017            924.52  0.0000000000
5405  5405             Disney 29/04/2017             115.6  0.0000000000
5406  5406               eBay 29/04/2017             33.41  0.0000000000
5407  5407               eBay 29/04/2017             33.41  0.0000000000
5408  5408               eBay 29/04/2017             33.41  0.0000000000
5409  5409            Comcast 29/04/2017             39.19  0.0000000000
5410  5410               eBay 29/04/2017             33.41  0.0000000000
5411  5411               eBay 29/04/2017             33.41  0.0000000000
5412  5412               eBay 29/04/2017             33.41  0.0000000000
5413  5413               21CF 29/04/2017             30.54  0.0000000000
5414  5414             Amazon 29/04/2017            924.99  0.0000000000
5415  5415            Reuters 29/04/2017           50.0386  0.0000000000
5416  5416               eBay 29/04/2017             33.41  0.0000000000
5417  5417            TMobile 29/04/2017             67.27  0.0000000000
5418  5418         McDonald's 29/04/2017            139.93  0.0000000000
5419  5419               21CF 29/04/2017             30.54  0.0000000000
5420  5420               eBay 29/04/2017             33.41  0.0000000000
5421  5421               eBay 29/04/2017             33.41  0.0000000000
5422  5422               eBay 29/04/2017             33.41  0.0000000000
5423  5423             Disney 29/04/2017             115.6  0.0000000000
5424  5424             Amazon 29/04/2017            924.99  0.0000000000
5425  5425          Starbucks 29/04/2017             60.06  0.0000000000
5426  5426            Netflix 29/04/2017             152.2  0.0000000000
5427  5427               eBay 29/04/2017             33.41  0.0000000000
5428  5428         McDonald's 29/04/2017            139.93  0.0000000000
5429  5429             Nissan 29/04/2017            1058.5  0.0000000000
5430  5430            Reuters 29/04/2017           50.0386  0.0000000000
5431  5431            Reuters 29/04/2017           50.0386  0.0000000000
5432  5432              Apple 29/04/2017            143.65  0.0000000000
5433  5433            Reuters 29/04/2017           50.0386  0.0000000000
5434  5434         bookingcom 29/04/2017           1846.82  0.0000000000
5435  5435               eBay 29/04/2017             33.41  0.0000000000
5436  5436           CocaCola 29/04/2017             43.15  0.0000000000
5437  5437               eBay 29/04/2017             33.41  0.0000000000
5438  5438              Apple 29/04/2017            143.65  0.0000000000
5439  5439         McDonald's 29/04/2017            139.93  0.0000000000
5440  5440            Netflix 29/04/2017             152.2  0.0000000000
5441  5441               eBay 29/04/2017             33.41  0.0000000000
5442  5442            TMobile 29/04/2017             67.27  0.0000000000
5443  5443            TMobile 29/04/2017             67.27  0.0000000000
5444  5444          Kellogg's 29/04/2017              71.0  0.0000000000
5445  5445               eBay 29/04/2017             33.41  0.0000000000
5446  5446           Heineken 29/04/2017             81.85  0.0000000000
5447  5447               eBay 29/04/2017             33.41  0.0000000000
5448  5448            Reuters 29/04/2017           50.0386  0.0000000000
5449  5449            Reuters 29/04/2017           50.0386  0.0000000000
5450  5450             Amazon 29/04/2017            924.99  0.0000000000
5451  5451             Amazon 29/04/2017            924.99  0.0000000000
5452  5452             Costco 29/04/2017            177.52  0.0000000000
5453  5453               eBay 29/04/2017             33.41  0.0000000000
5454  5454              Pepsi 29/04/2017            113.28  0.0000000000
5455  5455            Reuters 29/04/2017           50.0386  0.0000000000
5456  5456            Netflix 29/04/2017             152.2  0.0000000000
5457  5457             Amazon 29/04/2017            924.99  0.0000000000
5458  5458             Amazon 29/04/2017            924.99  0.0000000000
5459  5459            Reuters 29/04/2017           50.0386  0.0000000000
5460  5460               eBay 29/04/2017             33.41  0.0000000000
5461  5461               eBay 29/04/2017             33.41  0.0000000000
5462  5462            Reuters 29/04/2017           50.0386  0.0000000000
5463  5463            Reuters 29/04/2017           50.0386  0.0000000000
5464  5464               eBay 29/04/2017             33.41  0.0000000000
5465  5465               Nike 29/04/2017             55.41  0.0000000000
5466  5466            Reuters 29/04/2017           50.0386  0.0000000000
5467  5467            Netflix 29/04/2017             152.2  0.0000000000
5468  5468               eBay 29/04/2017             33.41  0.0000000000
5469  5469               eBay 29/04/2017             33.41  0.0000000000
5470  5470             Nissan 29/04/2017            1058.5  0.0000000000
5471  5471         McDonald's 29/04/2017            139.93  0.0000000000
5472  5472             Amazon 29/04/2017            924.99  0.0000000000
5473  5473               eBay 29/04/2017             33.41  0.0000000000
5474  5474               Nike 29/04/2017             55.41  0.0000000000
5475  5475         McDonald's 29/04/2017            139.93  0.0000000000
5476  5476         McDonald's 29/04/2017            139.93  0.0000000000
5477  5477            Netflix 29/04/2017             152.2  0.0000000000
5478  5478               eBay 29/04/2017             33.41  0.0000000000
5479  5479               eBay 29/04/2017             33.41  0.0000000000
5480  5480            Netflix 29/04/2017             152.2  0.0000000000
5481  5481              Adobe 29/04/2017            133.74  0.0000000000
5482  5482               eBay 29/04/2017             33.41  0.0000000000
5483  5483            Reuters 29/04/2017           50.0386  0.0000000000
5484  5484                CBS 29/04/2017             66.56  0.0000000000
5485  5485               eBay 29/04/2017             33.41  0.0000000000
5486  5486               eBay 29/04/2017             33.41  0.0000000000
5487  5487               eBay 29/04/2017             33.41  0.0000000000
5488  5488               eBay 29/04/2017             33.41  0.0000000000
5489  5489               eBay 29/04/2017             33.41  0.0000000000
5490  5490             Amazon 29/04/2017            924.99  0.0000000000
5491  5491             Amazon 29/04/2017            924.99  0.0000000000
5492  5492               eBay 29/04/2017             33.41  0.0000000000
5493  5493            Reuters 29/04/2017           50.0386  0.0000000000
5494  5494               eBay 29/04/2017             33.41  0.0000000000
5495  5495              Apple 29/04/2017            143.65  0.0000000000
5496  5496             Amazon 29/04/2017            924.99  0.0000000000
5497  5497               eBay 29/04/2017             33.41  0.0000000000
5498  5498            Reuters 29/04/2017           50.0386  0.0000000000
5499  5499            Reuters 29/04/2017           50.0386  0.0000000000
5500  5500               Audi 29/04/2017           641.846  0.0000000000
5501  5501               eBay 29/04/2017             33.41  0.0000000000
5502  5502               Nike 29/04/2017             55.41  0.0000000000
5503  5503              Intel 29/04/2017             36.15  0.0000000000
5504  5504            Netflix 29/04/2017             152.2  0.0000000000
5505  5505             Amazon 29/04/2017            924.99  0.0000000000
5506  5506               eBay 29/04/2017             33.41  0.0000000000
5507  5507            TMobile 29/04/2017             67.27  0.0000000000
5508  5508               eBay 29/04/2017             33.41  0.0000000000
5509  5509             PayPal 29/04/2017             47.72  0.0000000000
5510  5510              Apple 29/04/2017            143.65  0.0000000000
5511  5511             Google 29/04/2017            924.52  0.0000000000
5512  5512          Starbucks 29/04/2017             60.06  0.0000000000
5513  5513               eBay 29/04/2017             33.41  0.0000000000
5514  5514               Sony 29/04/2017            3759.0  0.0000000000
5515  5515            Netflix 29/04/2017             152.2  0.0000000000
5516  5516            Netflix 29/04/2017             152.2  0.0000000000
5517  5517               eBay 29/04/2017             33.41  0.0000000000
5518  5518             Google 29/04/2017            924.52  0.0000000000
5519  5519           Burberry 29/04/2017            1614.0  0.0000000000
5520  5520           Facebook 29/04/2017            150.25  0.0000000000
5521  5521             Disney 29/04/2017             115.6  0.0000000000
5522  5522            Netflix 29/04/2017             152.2  0.0000000000
5523  5523             Amazon 29/04/2017            924.99  0.0000000000
5524  5524               eBay 29/04/2017             33.41  0.0000000000
5525  5525            Netflix 29/04/2017             152.2  0.0000000000
5526  5526            Walmart 29/04/2017             75.18  0.0000000000
5527  5527               eBay 29/04/2017             33.41  0.0000000000
5528  5528          Microsoft 29/04/2017             68.46  0.0000000000
5529  5529               eBay 29/04/2017             33.41  0.0000000000
5530  5530             Disney 29/04/2017             115.6  0.0000000000
5531  5531            Netflix 29/04/2017             152.2  0.0000000000
5532  5532         McDonald's 29/04/2017            139.93  0.0000000000
5533  5533      Goldman Sachs 29/04/2017             223.8  0.0000000000
5534  5534             adidas 29/04/2017           183.716  0.0000000000
5535  5535            Reuters 29/04/2017           50.0386  0.0000000000
5536  5536            Reuters 29/04/2017           50.0386  0.0000000000
5537  5537            Reuters 29/04/2017           50.0386  0.0000000000
5538  5538             Amazon 29/04/2017            924.99  0.0000000000
5539  5539            Reuters 29/04/2017           50.0386  0.0000000000
5540  5540             Disney 29/04/2017             115.6  0.0000000000
5541  5541             Amazon 29/04/2017            924.99  0.0000000000
5542  5542            Verizon 29/04/2017             45.91  0.0000000000
5543  5543               eBay 29/04/2017             33.41  0.0000000000
5544  5544            Reuters 29/04/2017           50.0386  0.0000000000
5545  5545               eBay 29/04/2017             33.41  0.0000000000
5546  5546               eBay 29/04/2017             33.41  0.0000000000
5547  5547            Netflix 29/04/2017             152.2  0.0000000000
5548  5548         McDonald's 31/05/2017            150.89 -0.0063622506
5549  5549           Facebook 31/05/2017            151.46  0.0060742110
5550  5550                CBS 31/05/2017             61.11  0.0067092129
5551  5551              Cisco 31/05/2017             31.53  0.0047573739
5552  5552            Reuters 31/05/2017            48.089  0.0034352971
5553  5553            Reuters 31/05/2017            48.089  0.0034352971
5554  5554           CocaCola 31/05/2017             45.47 -0.0008797009
5555  5555             Amazon 31/05/2017            994.62  0.0020912509
5556  5556          Kellogg's 31/05/2017              71.6  0.0011173184
5557  5557               ASOS 31/05/2017            6417.0 -0.0073242948
5558  5558          Kellogg's 31/05/2017              71.6  0.0011173184
5559  5559         McDonald's 31/05/2017            150.89 -0.0063622506
5560  5560               eBay 31/05/2017              34.3  0.0093294461
5561  5561            Netflix 31/05/2017            163.07  0.0009198504
5562  5562           CocaCola 31/05/2017             45.47 -0.0008797009
5563  5563            Reuters 31/05/2017            48.089  0.0034352971
5564  5564             Amazon 31/05/2017            994.62  0.0020912509
5565  5565               eBay 31/05/2017              34.3  0.0093294461
5566  5566               Next 31/05/2017            4360.0  0.0045871560
5567  5567           CocaCola 31/05/2017             45.47 -0.0008797009
5568  5568         McDonald's 31/05/2017            150.89 -0.0063622506
5569  5569              Adobe 31/05/2017            141.86  0.0038770619
5570  5570            Reuters 31/05/2017            48.089  0.0034352971
5571  5571           CocaCola 31/05/2017             45.47 -0.0008797009
5572  5572            Netflix 31/05/2017            163.07  0.0009198504
5573  5573            Reuters 31/05/2017            48.089  0.0034352971
5574  5574            Reuters 31/05/2017            48.089  0.0034352971
5575  5575               eBay 31/05/2017              34.3  0.0093294461
5576  5576           CocaCola 31/05/2017             45.47 -0.0008797009
5577  5577               eBay 31/05/2017              34.3  0.0093294461
5578  5578            Reuters 31/05/2017            48.089  0.0034352971
5579  5579            Netflix 31/05/2017            163.07  0.0009198504
5580  5580         McDonald's 31/05/2017            150.89 -0.0063622506
5581  5581              Cisco 31/05/2017             31.53  0.0047573739
5582  5582            Reuters 31/05/2017            48.089  0.0034352971
5583  5583               eBay 31/05/2017              34.3  0.0093294461
5584  5584         McDonald's 31/05/2017            150.89 -0.0063622506
5585  5585               Next 31/05/2017            4360.0  0.0045871560
5586  5586            Netflix 31/05/2017            163.07  0.0009198504
5587  5587            Ryanair 31/05/2017             17.93  0.0284439487
5588  5588               eBay 31/05/2017              34.3  0.0093294461
5589  5589               eBay 31/05/2017              34.3  0.0093294461
5590  5590               eBay 31/05/2017              34.3  0.0093294461
5591  5591           CocaCola 31/05/2017             45.47 -0.0008797009
5592  5592         McDonald's 31/05/2017            150.89 -0.0063622506
5593  5593               eBay 31/05/2017              34.3  0.0093294461
5594  5594            Siemens 31/05/2017           126.964 -0.0055527551
5595  5595            Reuters 31/05/2017            48.089  0.0034352971
5596  5596            Reuters 31/05/2017            48.089  0.0034352971
5597  5597             Amazon 31/05/2017            994.62  0.0020912509
5598  5598               eBay 31/05/2017              34.3  0.0093294461
5599  5599               eBay 31/05/2017              34.3  0.0093294461
5600  5600           CocaCola 31/05/2017             45.47 -0.0008797009
5601  5601             Google 31/05/2017            987.09  0.0091987559
5602  5602               ASOS 31/05/2017            6417.0 -0.0073242948
5603  5603             Kroger 31/05/2017             29.78 -0.0006715917
5604  5604           Facebook 31/05/2017            151.46  0.0060742110
5605  5605               eBay 31/05/2017              34.3  0.0093294461
5606  5606               eBay 31/05/2017              34.3  0.0093294461
5607  5607               Nike 31/05/2017             52.99 -0.0013210040
5608  5608              Pepsi 31/05/2017            116.87  0.0097544280
5609  5609           Facebook 31/05/2017            151.46  0.0060742110
5610  5610              Apple 31/05/2017            152.76  0.0059570568
5611  5611            Netflix 31/05/2017            163.07  0.0009198504
5612  5612           CocaCola 31/05/2017             45.47 -0.0008797009
5613  5613               eBay 31/05/2017              34.3  0.0093294461
5614  5614          Starbucks 31/05/2017             63.61 -0.0055022795
5615  5615              Apple 31/05/2017            152.76  0.0059570568
5616  5616               eBay 31/05/2017              34.3  0.0093294461
5617  5617            Reuters 31/05/2017            48.089  0.0034352971
5618  5618             Amazon 31/05/2017            994.62  0.0020912509
5619  5619               eBay 31/05/2017              34.3  0.0093294461
5620  5620            Reuters 31/05/2017            48.089  0.0034352971
5621  5621               eBay 31/05/2017              34.3  0.0093294461
5622  5622            Reuters 31/05/2017            48.089  0.0034352971
5623  5623            Reuters 31/05/2017            48.089  0.0034352971
5624  5624            Samsung 31/05/2017           44700.0 -0.0013422819
5625  5625             Google 31/05/2017            987.09  0.0091987559
5626  5626               eBay 31/05/2017              34.3  0.0093294461
5627  5627             Disney 31/05/2017            107.94  0.0037057625
5628  5628             Amazon 31/05/2017            994.62  0.0020912509
5629  5629              Apple 31/05/2017            152.76  0.0059570568
5630  5630                CBS 31/05/2017             61.11  0.0067092129
5631  5631            Ryanair 31/05/2017             17.93  0.0284439487
5632  5632            Ryanair 31/05/2017             17.93  0.0284439487
5633  5633            Netflix 31/05/2017            163.07  0.0009198504
5634  5634         McDonald's 31/05/2017            150.89 -0.0063622506
5635  5635             Nestle 31/05/2017             82.65 -0.0036297641
5636  5636            Reuters 31/05/2017            48.089  0.0034352971
5637  5637          Starbucks 31/05/2017             63.61 -0.0055022795
5638  5638            Netflix 31/05/2017            163.07  0.0009198504
5639  5639               eBay 31/05/2017              34.3  0.0093294461
5640  5640            Reuters 31/05/2017            48.089  0.0034352971
5641  5641             Google 31/05/2017            987.09  0.0091987559
5642  5642      Goldman Sachs 31/05/2017            211.26  0.0338918868
5643  5643               eBay 31/05/2017              34.3  0.0093294461
5644  5644          Microsoft 31/05/2017             69.84  0.0081615120
5645  5645            Netflix 31/05/2017            163.07  0.0009198504
5646  5646               eBay 31/05/2017              34.3  0.0093294461
5647  5647            Reuters 31/05/2017            48.089  0.0034352971
5648  5648            Reuters 31/05/2017            48.089  0.0034352971
5649  5649               AT&T 31/05/2017             38.53  0.0005190760
5650  5650               eBay 31/05/2017              34.3  0.0093294461
5651  5651               eBay 31/05/2017              34.3  0.0093294461
5652  5652               Ford 31/05/2017             11.12 -0.0035971223
5653  5653             Amazon 31/05/2017            994.62  0.0020912509
5654  5654               eBay 31/05/2017              34.3  0.0093294461
5655  5655            Netflix 31/05/2017            163.07  0.0009198504
5656  5656            Netflix 31/05/2017            163.07  0.0009198504
5657  5657            Netflix 31/05/2017            163.07  0.0009198504
5658  5658            Reuters 31/05/2017            48.089  0.0034352971
5659  5659            Ryanair 31/05/2017             17.93  0.0284439487
5660  5660            TMobile 31/05/2017             67.42 -0.0050430139
5661  5661            Reuters 31/05/2017            48.089  0.0034352971
5662  5662             Amazon 31/05/2017            994.62  0.0020912509
5663  5663     salesforce.com 31/05/2017             89.64  0.0136099955
5664  5664                GSK 31/05/2017            1703.5 -0.0179043146
5665  5665            Netflix 31/05/2017            163.07  0.0009198504
5666  5666             Amazon 31/05/2017            994.62  0.0020912509
5667  5667          Citigroup 31/05/2017             60.54  0.0181698051
5668  5668            Walmart 31/05/2017              78.6 -0.0057251908
5669  5669             Amazon 31/05/2017            994.62  0.0020912509
5670  5670               eBay 31/05/2017              34.3  0.0093294461
5671  5671               eBay 31/05/2017              34.3  0.0093294461
5672  5672               AT&T 31/05/2017             38.53  0.0005190760
5673  5673          Starbucks 31/05/2017             63.61 -0.0055022795
5674  5674               eBay 31/05/2017              34.3  0.0093294461
5675  5675               eBay 31/05/2017              34.3  0.0093294461
5676  5676             Google 31/05/2017            987.09  0.0091987559
5677  5677            Walmart 31/05/2017              78.6 -0.0057251908
5678  5678            Netflix 31/05/2017            163.07  0.0009198504
5679  5679          Microsoft 31/05/2017             69.84  0.0081615120
5680  5680           CocaCola 31/05/2017             45.47 -0.0008797009
5681  5681             PayPal 31/05/2017             52.21 -0.0220264317
5682  5682               eBay 31/05/2017              34.3  0.0093294461
5683  5683            Reuters 31/05/2017            48.089  0.0034352971
5684  5684              Apple 31/05/2017            152.76  0.0059570568
5685  5685            Reuters 31/05/2017            48.089  0.0034352971
5686  5686             Google 31/05/2017            987.09  0.0091987559
5687  5687               eBay 31/05/2017              34.3  0.0093294461
5688  5688            Netflix 31/05/2017            163.07  0.0009198504
5689  5689               eBay 31/05/2017              34.3  0.0093294461
5690  5690               eBay 31/05/2017              34.3  0.0093294461
5691  5691               eBay 31/05/2017              34.3  0.0093294461
5692  5692            Netflix 31/05/2017            163.07  0.0009198504
5693  5693               eBay 31/05/2017              34.3  0.0093294461
5694  5694               eBay 31/05/2017              34.3  0.0093294461
5695  5695               eBay 31/05/2017              34.3  0.0093294461
5696  5696               AT&T 31/05/2017             38.53  0.0005190760
5697  5697            Comcast 31/05/2017             41.69 -0.0141520748
5698  5698               eBay 31/05/2017              34.3  0.0093294461
5699  5699          Starbucks 31/05/2017             63.61 -0.0055022795
5700  5700         McDonald's 31/05/2017            150.89 -0.0063622506
5701  5701              FedEx 31/05/2017            193.84  0.0002063558
5702  5702               eBay 31/05/2017              34.3  0.0093294461
5703  5703               eBay 31/05/2017              34.3  0.0093294461
5704  5704               eBay 31/05/2017              34.3  0.0093294461
5705  5705            Reuters 31/05/2017            48.089  0.0034352971
5706  5706            easyJet 31/05/2017            1414.0 -0.0099009901
5707  5707            Reuters 31/05/2017            48.089  0.0034352971
5708  5708            Reuters 31/05/2017            48.089  0.0034352971
5709  5709            Reuters 31/05/2017            48.089  0.0034352971
5710  5710            Reuters 31/05/2017            48.089  0.0034352971
5711  5711            Reuters 31/05/2017            48.089  0.0034352971
5712  5712               eBay 31/05/2017              34.3  0.0093294461
5713  5713               eBay 31/05/2017              34.3  0.0093294461
5714  5714               eBay 31/05/2017              34.3  0.0093294461
5715  5715      Goldman Sachs 31/05/2017            211.26  0.0338918868
5716  5716            Reuters 31/05/2017            48.089  0.0034352971
5717  5717               HSBC 31/05/2017             675.6 -0.0005920663
5718  5718            Reuters 31/05/2017            48.089  0.0034352971
5719  5719            Reuters 31/05/2017            48.089  0.0034352971
5720  5720               eBay 31/05/2017              34.3  0.0093294461
5721  5721            Reuters 31/05/2017            48.089  0.0034352971
5722  5722               AT&T 31/05/2017             38.53  0.0005190760
5723  5723              Apple 31/05/2017            152.76  0.0059570568
5724  5724              Exxon 31/05/2017              80.5  0.0074534161
5725  5725            Reuters 31/05/2017            48.089  0.0034352971
5726  5726             Google 31/05/2017            987.09  0.0091987559
5727  5727            Reuters 31/05/2017            48.089  0.0034352971
5728  5728             Amazon 31/05/2017            994.62  0.0020912509
5729  5729               eBay 31/05/2017              34.3  0.0093294461
5730  5730               eBay 31/05/2017              34.3  0.0093294461
5731  5731              Cisco 31/05/2017             31.53  0.0047573739
5732  5732            Reuters 31/05/2017            48.089  0.0034352971
5733  5733      Goldman Sachs 31/05/2017            211.26  0.0338918868
5734  5734            Reuters 31/05/2017            48.089  0.0034352971
5735  5735               eBay 31/05/2017              34.3  0.0093294461
5736  5736             Amazon 31/05/2017            994.62  0.0020912509
5737  5737               eBay 31/05/2017              34.3  0.0093294461
5738  5738             Kroger 31/05/2017             29.78 -0.0006715917
5739  5739               eBay 31/05/2017              34.3  0.0093294461
5740  5740            Reuters 31/05/2017            48.089  0.0034352971
5741  5741             Amazon 31/05/2017            994.62  0.0020912509
5742  5742             Google 31/05/2017            987.09  0.0091987559
5743  5743             Amazon 31/05/2017            994.62  0.0020912509
5744  5744            Reuters 31/05/2017            48.089  0.0034352971
5745  5745            Netflix 31/05/2017            163.07  0.0009198504
5746  5746            Netflix 31/05/2017            163.07  0.0009198504
5747  5747             Amazon 31/05/2017            994.62  0.0020912509
5748  5748          Starbucks 31/05/2017             63.61 -0.0055022795
5749  5749            Reuters 31/05/2017            48.089  0.0034352971
5750  5750              Shell 31/05/2017            2100.0  0.0071428571
5751  5751            Reuters 31/05/2017            48.089  0.0034352971
5752  5752            Reuters 31/05/2017            48.089  0.0034352971
5753  5753           CocaCola 31/05/2017             45.47 -0.0008797009
5754  5754            Reuters 31/05/2017            48.089  0.0034352971
5755  5755            Reuters 31/05/2017            48.089  0.0034352971
5756  5756               eBay 31/05/2017              34.3  0.0093294461
5757  5757            Reuters 31/05/2017            48.089  0.0034352971
5758  5758            Reuters 31/05/2017            48.089  0.0034352971
5759  5759            Walmart 31/05/2017              78.6 -0.0057251908
5760  5760            Reuters 31/05/2017            48.089  0.0034352971
5761  5761            Reuters 31/05/2017            48.089  0.0034352971
5762  5762               eBay 31/05/2017              34.3  0.0093294461
5763  5763            Reuters 31/05/2017            48.089  0.0034352971
5764  5764            Reuters 31/05/2017            48.089  0.0034352971
5765  5765            TMobile 31/05/2017             67.42 -0.0050430139
5766  5766               eBay 31/05/2017              34.3  0.0093294461
5767  5767             Amazon 31/05/2017            994.62  0.0020912509
5768  5768            Siemens 31/05/2017           126.964 -0.0055527551
5769  5769               eBay 31/05/2017              34.3  0.0093294461
5770  5770             Amazon 31/05/2017            994.62  0.0020912509
5771  5771            Reuters 31/05/2017            48.089  0.0034352971
5772  5772      Goldman Sachs 31/05/2017            211.26  0.0338918868
5773  5773           CocaCola 31/05/2017             45.47 -0.0008797009
5774  5774               eBay 31/05/2017              34.3  0.0093294461
5775  5775          Starbucks 31/05/2017             63.61 -0.0055022795
5776  5776             Amazon 31/05/2017            994.62  0.0020912509
5777  5777             Amazon 31/05/2017            994.62  0.0020912509
5778  5778            Walmart 31/05/2017              78.6 -0.0057251908
5779  5779               eBay 31/05/2017              34.3  0.0093294461
5780  5780            Reuters 31/05/2017            48.089  0.0034352971
5781  5781               eBay 31/05/2017              34.3  0.0093294461
5782  5782             Amazon 31/05/2017            994.62  0.0020912509
5783  5783            Reuters 31/05/2017            48.089  0.0034352971
5784  5784             Amazon 31/05/2017            994.62  0.0020912509
5785  5785     salesforce.com 31/05/2017             89.64  0.0136099955
5786  5786               eBay 31/05/2017              34.3  0.0093294461
5787  5787            Reuters 31/05/2017            48.089  0.0034352971
5788  5788              FedEx 31/05/2017            193.84  0.0002063558
5789  5789            Chevron 31/05/2017            103.48  0.0056049478
5790  5790             Amazon 31/05/2017            994.62  0.0020912509
5791  5791            Reuters 31/05/2017            48.089  0.0034352971
5792  5792     salesforce.com 31/05/2017             89.64  0.0136099955
5793  5793            Netflix 31/05/2017            163.07  0.0009198504
5794  5794           CocaCola 31/05/2017             45.47 -0.0008797009
5795  5795               eBay 31/05/2017              34.3  0.0093294461
5796  5796               eBay 31/05/2017              34.3  0.0093294461
5797  5797            easyJet 31/05/2017            1414.0 -0.0099009901
5798  5798            Reuters 31/05/2017            48.089  0.0034352971
5799  5799             Amazon 31/05/2017            994.62  0.0020912509
5800  5800               Sony 31/05/2017            4034.0 -0.0007436787
5801  5801           JPMorgan 31/05/2017             82.15  0.0213024954
5802  5802            Ryanair 31/05/2017             17.93  0.0284439487
5803  5803               eBay 31/05/2017              34.3  0.0093294461
5804  5804               eBay 31/05/2017              34.3  0.0093294461
5805  5805               eBay 31/05/2017              34.3  0.0093294461
5806  5806        Wells Fargo 31/05/2017             51.14  0.0199452483
5807  5807               eBay 31/05/2017              34.3  0.0093294461
5808  5808            Reuters 31/05/2017            48.089  0.0034352971
5809  5809               eBay 31/05/2017              34.3  0.0093294461
5810  5810            Reuters 31/05/2017            48.089  0.0034352971
5811  5811               eBay 31/05/2017              34.3  0.0093294461
5812  5812              Intel 31/05/2017             36.11  0.0019385212
5813  5813               eBay 31/05/2017              34.3  0.0093294461
5814  5814               AT&T 31/05/2017             38.53  0.0005190760
5815  5815               eBay 31/05/2017              34.3  0.0093294461
5816  5816            Reuters 31/05/2017            48.089  0.0034352971
5817  5817             Amazon 31/05/2017            994.62  0.0020912509
5818  5818               eBay 31/05/2017              34.3  0.0093294461
5819  5819            Ryanair 31/05/2017             17.93  0.0284439487
5820  5820              Apple 31/05/2017            152.76  0.0059570568
5821  5821           Facebook 31/05/2017            151.46  0.0060742110
5822  5822            Reuters 31/05/2017            48.089  0.0034352971
5823  5823                CBS 31/05/2017             61.11  0.0067092129
5824  5824               Next 31/05/2017            4360.0  0.0045871560
5825  5825              Apple 31/05/2017            152.76  0.0059570568
5826  5826           Facebook 31/05/2017            151.46  0.0060742110
5827  5827            Ryanair 31/05/2017             17.93  0.0284439487
5828  5828            Reuters 31/05/2017            48.089  0.0034352971
5829  5829               eBay 31/05/2017              34.3  0.0093294461
5830  5830      Goldman Sachs 31/05/2017            211.26  0.0338918868
5831  5831            Reuters 31/05/2017            48.089  0.0034352971
5832  5832            Netflix 31/05/2017            163.07  0.0009198504
5833  5833            Ryanair 31/05/2017             17.93  0.0284439487
5834  5834               eBay 31/05/2017              34.3  0.0093294461
5835  5835             Amazon 31/05/2017            994.62  0.0020912509
5836  5836             Google 31/05/2017            987.09  0.0091987559
5837  5837            Reuters 31/05/2017            48.089  0.0034352971
5838  5838            Netflix 31/05/2017            163.07  0.0009198504
5839  5839          Starbucks 31/05/2017             63.61 -0.0055022795
5840  5840               eBay 31/05/2017              34.3  0.0093294461
5841  5841            Netflix 31/05/2017            163.07  0.0009198504
5842  5842             Google 31/05/2017            987.09  0.0091987559
5843  5843            Reuters 31/05/2017            48.089  0.0034352971
5844  5844               eBay 31/05/2017              34.3  0.0093294461
5845  5845               eBay 31/05/2017              34.3  0.0093294461
5846  5846            Verizon 31/05/2017             46.64 -0.0094339623
5847  5847            Reuters 31/05/2017            48.089  0.0034352971
5848  5848                 HP 31/05/2017             18.76  0.0095948827
5849  5849         McDonald's 31/05/2017            150.89 -0.0063622506
5850  5850           CocaCola 31/05/2017             45.47 -0.0008797009
5851  5851             Amazon 31/05/2017            994.62  0.0020912509
5852  5852               AT&T 31/05/2017             38.53  0.0005190760
5853  5853               eBay 31/05/2017              34.3  0.0093294461
5854  5854            Reuters 31/05/2017            48.089  0.0034352971
5855  5855             Amazon 31/05/2017            994.62  0.0020912509
5856  5856              Cisco 31/05/2017             31.53  0.0047573739
5857  5857             Google 31/05/2017            987.09  0.0091987559
5858  5858               eBay 31/05/2017              34.3  0.0093294461
5859  5859            Netflix 31/05/2017            163.07  0.0009198504
5860  5860               eBay 31/05/2017              34.3  0.0093294461
5861  5861            Reuters 31/05/2017            48.089  0.0034352971
5862  5862            easyJet 31/05/2017            1414.0 -0.0099009901
5863  5863             Amazon 31/05/2017            994.62  0.0020912509
5864  5864              Honda 31/05/2017            3117.0 -0.0141161373
5865  5865            Reuters 31/05/2017            48.089  0.0034352971
5866  5866                CBS 31/05/2017             61.11  0.0067092129
5867  5867               eBay 31/05/2017              34.3  0.0093294461
5868  5868              Tesco 31/05/2017             183.7  0.0089820359
5869  5869              Apple 31/05/2017            152.76  0.0059570568
5870  5870               eBay 31/05/2017              34.3  0.0093294461
5871  5871             Amazon 31/05/2017            994.62  0.0020912509
5872  5872               eBay 31/05/2017              34.3  0.0093294461
5873  5873              Pepsi 31/05/2017            116.87  0.0097544280
5874  5874               eBay 31/05/2017              34.3  0.0093294461
5875  5875            TMobile 31/05/2017             67.42 -0.0050430139
5876  5876               eBay 31/05/2017              34.3  0.0093294461
5877  5877            Reuters 31/05/2017            48.089  0.0034352971
5878  5878             Amazon 31/05/2017            994.62  0.0020912509
5879  5879               eBay 31/05/2017              34.3  0.0093294461
5880  5880             Amazon 31/05/2017            994.62  0.0020912509
5881  5881               eBay 31/05/2017              34.3  0.0093294461
5882  5882               eBay 31/05/2017              34.3  0.0093294461
5883  5883               eBay 31/05/2017              34.3  0.0093294461
5884  5884             Amazon 31/05/2017            994.62  0.0020912509
5885  5885      Goldman Sachs 31/05/2017            211.26  0.0338918868
5886  5886            Reuters 31/05/2017            48.089  0.0034352971
5887  5887             Amazon 31/05/2017            994.62  0.0020912509
5888  5888               eBay 31/05/2017              34.3  0.0093294461
5889  5889               eBay 31/05/2017              34.3  0.0093294461
5890  5890               Ford 31/05/2017             11.12 -0.0035971223
5891  5891               eBay 31/05/2017              34.3  0.0093294461
5892  5892            Netflix 31/05/2017            163.07  0.0009198504
5893  5893               eBay 31/05/2017              34.3  0.0093294461
5894  5894             Amazon 31/05/2017            994.62  0.0020912509
5895  5895             Amazon 31/05/2017            994.62  0.0020912509
5896  5896               eBay 31/05/2017              34.3  0.0093294461
5897  5897           Burberry 31/05/2017            1815.0 -0.0159779614
5898  5898            Netflix 31/05/2017            163.07  0.0009198504
5899  5899           Facebook 31/05/2017            151.46  0.0060742110
5900  5900             Amazon 31/05/2017            994.62  0.0020912509
5901  5901            Reuters 31/05/2017            48.089  0.0034352971
5902  5902               eBay 31/05/2017              34.3  0.0093294461
5903  5903               eBay 31/05/2017              34.3  0.0093294461
5904  5904               eBay 31/05/2017              34.3  0.0093294461
5905  5905               eBay 31/05/2017              34.3  0.0093294461
5906  5906          Starbucks 31/05/2017             63.61 -0.0055022795
5907  5907            Reuters 31/05/2017            48.089  0.0034352971
5908  5908               eBay 31/05/2017              34.3  0.0093294461
5909  5909               eBay 31/05/2017              34.3  0.0093294461
5910  5910               eBay 31/05/2017              34.3  0.0093294461
5911  5911               eBay 31/05/2017              34.3  0.0093294461
5912  5912               eBay 31/05/2017              34.3  0.0093294461
5913  5913             Kroger 31/05/2017             29.78 -0.0006715917
5914  5914               eBay 31/05/2017              34.3  0.0093294461
5915  5915            Reuters 31/05/2017            48.089  0.0034352971
5916  5916             Amazon 31/05/2017            994.62  0.0020912509
5917  5917                IBM 31/05/2017            152.63 -0.0058966127
5918  5918               eBay 31/05/2017              34.3  0.0093294461
5919  5919               eBay 31/05/2017              34.3  0.0093294461
5920  5920          Starbucks 31/05/2017             63.61 -0.0055022795
5921  5921            TMobile 31/05/2017             67.42 -0.0050430139
5922  5922            Reuters 31/05/2017            48.089  0.0034352971
5923  5923      Goldman Sachs 31/05/2017            211.26  0.0338918868
5924  5924    Bank of America 31/05/2017             22.41  0.0223114681
5925  5925             Google 31/05/2017            987.09  0.0091987559
5926  5926               eBay 31/05/2017              34.3  0.0093294461
5927  5927              Tesco 31/05/2017             183.7  0.0089820359
5928  5928               eBay 31/05/2017              34.3  0.0093294461
5929  5929             Google 31/05/2017            987.09  0.0091987559
5930  5930               AT&T 31/05/2017             38.53  0.0005190760
5931  5931                GSK 31/05/2017            1703.5 -0.0179043146
5932  5932            easyJet 31/05/2017            1414.0 -0.0099009901
5933  5933            Netflix 31/05/2017            163.07  0.0009198504
5934  5934               eBay 31/05/2017              34.3  0.0093294461
5935  5935           Facebook 31/05/2017            151.46  0.0060742110
5936  5936               eBay 31/05/2017              34.3  0.0093294461
5937  5937      Goldman Sachs 31/05/2017            211.26  0.0338918868
5938  5938            TMobile 31/05/2017             67.42 -0.0050430139
5939  5939            Netflix 31/05/2017            163.07  0.0009198504
5940  5940               eBay 31/05/2017              34.3  0.0093294461
5941  5941            Reuters 31/05/2017            48.089  0.0034352971
5942  5942                H&M 31/05/2017             25.15  0.0000000000
5943  5943             Amazon 31/05/2017            994.62  0.0020912509
5944  5944                SAP 31/05/2017            95.471 -0.0023881598
5945  5945         McDonald's 31/05/2017            150.89 -0.0063622506
5946  5946             Google 31/05/2017            987.09  0.0091987559
5947  5947               eBay 31/05/2017              34.3  0.0093294461
5948  5948            Reuters 31/05/2017            48.089  0.0034352971
5949  5949              Yahoo 31/05/2017            4.3701  0.0000000000
5950  5950            Reuters 31/05/2017            48.089  0.0034352971
5951  5951            Reuters 31/05/2017            48.089  0.0034352971
5952  5952            TMobile 31/05/2017             67.42 -0.0050430139
5953  5953      Deutsche Bank 31/05/2017             17.48  0.0280320366
5954  5954             Disney 31/05/2017            107.94  0.0037057625
5955  5955               eBay 31/05/2017              34.3  0.0093294461
5956  5956              Pepsi 31/05/2017            116.87  0.0097544280
5957  5957            Reuters 31/05/2017            48.089  0.0034352971
5958  5958            Netflix 31/05/2017            163.07  0.0009198504
5959  5959                SAP 31/05/2017            95.471 -0.0023881598
5960  5960               eBay 31/05/2017              34.3  0.0093294461
5961  5961            Reuters 31/05/2017            48.089  0.0034352971
5962  5962              Apple 31/05/2017            152.76  0.0059570568
5963  5963           Facebook 31/05/2017            151.46  0.0060742110
5964  5964             Amazon 31/05/2017            994.62  0.0020912509
5965  5965      Goldman Sachs 31/05/2017            211.26  0.0338918868
5966  5966          Starbucks 31/05/2017             63.61 -0.0055022795
5967  5967    Bank of America 31/05/2017             22.41  0.0223114681
5968  5968               eBay 31/05/2017              34.3  0.0093294461
5969  5969              Yahoo 31/05/2017            4.3701  0.0000000000
5970  5970         McDonald's 31/05/2017            150.89 -0.0063622506
5971  5971            Reuters 31/05/2017            48.089  0.0034352971
5972  5972            Reuters 31/05/2017            48.089  0.0034352971
5973  5973               eBay 31/05/2017              34.3  0.0093294461
5974  5974             Disney 31/05/2017            107.94  0.0037057625
5975  5975            Reuters 31/05/2017            48.089  0.0034352971
5976  5976                GSK 31/05/2017            1703.5 -0.0179043146
5977  5977             PayPal 31/05/2017             52.21 -0.0220264317
5978  5978         McDonald's 31/05/2017            150.89 -0.0063622506
5979  5979            Reuters 31/05/2017            48.089  0.0034352971
5980  5980               eBay 31/05/2017              34.3  0.0093294461
5981  5981            Netflix 31/05/2017            163.07  0.0009198504
5982  5982            Netflix 31/05/2017            163.07  0.0009198504
5983  5983             PayPal 31/05/2017             52.21 -0.0220264317
5984  5984          Microsoft 31/05/2017             69.84  0.0081615120
5985  5985            Verizon 31/05/2017             46.64 -0.0094339623
5986  5986            Reuters 31/05/2017            48.089  0.0034352971
5987  5987            Netflix 31/05/2017            163.07  0.0009198504
5988  5988                CBS 31/05/2017             61.11  0.0067092129
5989  5989              Apple 31/05/2017            152.76  0.0059570568
5990  5990            TMobile 31/05/2017             67.42 -0.0050430139
5991  5991            Netflix 31/05/2017            163.07  0.0009198504
5992  5992               eBay 31/05/2017              34.3  0.0093294461
5993  5993            Netflix 31/05/2017            163.07  0.0009198504
5994  5994               eBay 31/05/2017              34.3  0.0093294461
5995  5995            Netflix 31/05/2017            163.07  0.0009198504
5996  5996     Morgan Stanley 31/05/2017             41.74  0.0129372305
5997  5997              Shell 31/05/2017            2100.0  0.0071428571
5998  5998             Nestle 31/05/2017             82.65 -0.0036297641
5999  5999            Reuters 31/05/2017            48.089  0.0034352971
6000  6000             adidas 31/05/2017           170.195  0.0201416023
6001  6001              Tesco 31/05/2017             183.7  0.0089820359
6002  6002             Amazon 31/05/2017            994.62  0.0020912509
6003  6003               Ford 31/05/2017             11.12 -0.0035971223
6004  6004    Bank of America 31/05/2017             22.41  0.0223114681
6005  6005     salesforce.com 31/05/2017             89.64  0.0136099955
6006  6006        Wells Fargo 31/05/2017             51.14  0.0199452483
6007  6007            Reuters 31/05/2017            48.089  0.0034352971
6008  6008            Reuters 31/05/2017            48.089  0.0034352971
6009  6009            Samsung 31/05/2017           44700.0 -0.0013422819
6010  6010               eBay 31/05/2017              34.3  0.0093294461
6011  6011             Amazon 31/05/2017            994.62  0.0020912509
6012  6012               eBay 31/05/2017              34.3  0.0093294461
6013  6013               eBay 31/05/2017              34.3  0.0093294461
6014  6014      Goldman Sachs 31/05/2017            211.26  0.0338918868
6015  6015            Reuters 31/05/2017            48.089  0.0034352971
6016  6016            TMobile 31/05/2017             67.42 -0.0050430139
6017  6017    Bank of America 31/05/2017             22.41  0.0223114681
6018  6018         McDonald's 31/05/2017            150.89 -0.0063622506
6019  6019               eBay 31/05/2017              34.3  0.0093294461
6020  6020        Wells Fargo 31/05/2017             51.14  0.0199452483
6021  6021            Netflix 31/05/2017            163.07  0.0009198504
6022  6022            Netflix 31/05/2017            163.07  0.0009198504
6023  6023            Netflix 31/05/2017            163.07  0.0009198504
6024  6024              Apple 31/05/2017            152.76  0.0059570568
6025  6025          Starbucks 31/05/2017             63.61 -0.0055022795
6026  6026            Reuters 31/05/2017            48.089  0.0034352971
6027  6027              FedEx 31/05/2017            193.84  0.0002063558
6028  6028          Microsoft 31/05/2017             69.84  0.0081615120
6029  6029            Verizon 31/05/2017             46.64 -0.0094339623
6030  6030              Tesco 31/05/2017             183.7  0.0089820359
6031  6031             Kroger 31/05/2017             29.78 -0.0006715917
6032  6032            Reuters 31/05/2017            48.089  0.0034352971
6033  6033              Exxon 31/05/2017              80.5  0.0074534161
6034  6034               eBay 31/05/2017              34.3  0.0093294461
6035  6035          Starbucks 31/05/2017             63.61 -0.0055022795
6036  6036            Netflix 31/05/2017            163.07  0.0009198504
6037  6037             Google 31/05/2017            987.09  0.0091987559
6038  6038             Disney 31/05/2017            107.94  0.0037057625
6039  6039               eBay 31/05/2017              34.3  0.0093294461
6040  6040            Reuters 31/05/2017            48.089  0.0034352971
6041  6041               Next 31/05/2017            4360.0  0.0045871560
6042  6042         CVS Health 31/05/2017             76.83 -0.0007809449
6043  6043               Nike 31/05/2017             52.99 -0.0013210040
6044  6044                 HP 31/05/2017             18.76  0.0095948827
6045  6045            Netflix 31/05/2017            163.07  0.0009198504
6046  6046            Reuters 31/05/2017            48.089  0.0034352971
6047  6047             adidas 31/05/2017           170.195  0.0201416023
6048  6048               eBay 31/05/2017              34.3  0.0093294461
6049  6049              Apple 31/05/2017            152.76  0.0059570568
6050  6050             Google 31/05/2017            987.09  0.0091987559
6051  6051            Expedia 31/05/2017            143.78  0.0025733760
6052  6052             Amazon 31/05/2017            994.62  0.0020912509
6053  6053               eBay 31/05/2017              34.3  0.0093294461
6054  6054             Disney 31/05/2017            107.94  0.0037057625
6055  6055            Reuters 31/05/2017            48.089  0.0034352971
6056  6056            Walmart 31/05/2017              78.6 -0.0057251908
6057  6057              Adobe 31/05/2017            141.86  0.0038770619
6058  6058             Amazon 31/05/2017            994.62  0.0020912509
6059  6059            Netflix 31/05/2017            163.07  0.0009198504
6060  6060            Walmart 31/05/2017              78.6 -0.0057251908
6061  6061            Netflix 31/05/2017            163.07  0.0009198504
6062  6062             Amazon 31/05/2017            994.62  0.0020912509
6063  6063               eBay 31/05/2017              34.3  0.0093294461
6064  6064               eBay 31/05/2017              34.3  0.0093294461
6065  6065            Reuters 31/05/2017            48.089  0.0034352971
6066  6066              Apple 31/05/2017            152.76  0.0059570568
6067  6067               ASOS 31/05/2017            6417.0 -0.0073242948
6068  6068         McDonald's 31/05/2017            150.89 -0.0063622506
6069  6069         Home Depot 31/05/2017            153.51  0.0024102664
6070  6070               eBay 31/05/2017              34.3  0.0093294461
6071  6071               eBay 31/05/2017              34.3  0.0093294461
6072  6072                CBS 31/05/2017             61.11  0.0067092129
6073  6073            TMobile 31/05/2017             67.42 -0.0050430139
6074  6074             Amazon 31/05/2017            994.62  0.0020912509
6075  6075            Walmart 31/05/2017              78.6 -0.0057251908
6076  6076            Reuters 31/05/2017            48.089  0.0034352971
6077  6077               eBay 31/05/2017              34.3  0.0093294461
6078  6078    Bank of America 31/05/2017             22.41  0.0223114681
6079  6079             Amazon 31/05/2017            994.62  0.0020912509
6080  6080            TMobile 31/05/2017             67.42 -0.0050430139
6081  6081               eBay 31/05/2017              34.3  0.0093294461
6082  6082            Netflix 31/05/2017            163.07  0.0009198504
6083  6083               eBay 31/05/2017              34.3  0.0093294461
6084  6084             Amazon 31/05/2017            994.62  0.0020912509
6085  6085              Intel 31/05/2017             36.11  0.0019385212
6086  6086               eBay 31/05/2017              34.3  0.0093294461
6087  6087          Starbucks 31/05/2017             63.61 -0.0055022795
6088  6088             adidas 31/05/2017           170.195  0.0201416023
6089  6089           Heineken 31/05/2017             87.67 -0.0091251283
6090  6090                 BP 31/05/2017             466.7  0.0115706021
6091  6091           Facebook 31/05/2017            151.46  0.0060742110
6092  6092               eBay 31/05/2017              34.3  0.0093294461
6093  6093            Reuters 31/05/2017            48.089  0.0034352971
6094  6094               eBay 31/05/2017              34.3  0.0093294461
6095  6095           Facebook 31/05/2017            151.46  0.0060742110
6096  6096             Amazon 31/05/2017            994.62  0.0020912509
6097  6097          Starbucks 31/05/2017             63.61 -0.0055022795
6098  6098          Citigroup 31/05/2017             60.54  0.0181698051
6099  6099               eBay 31/05/2017              34.3  0.0093294461
6100  6100            Reuters 31/05/2017            48.089  0.0034352971
6101  6101         McDonald's 31/05/2017            150.89 -0.0063622506
6102  6102               Ford 31/05/2017             11.12 -0.0035971223
6103  6103               Nike 31/05/2017             52.99 -0.0013210040
6104  6104               eBay 31/05/2017              34.3  0.0093294461
6105  6105             Amazon 31/05/2017            994.62  0.0020912509
6106  6106               Nike 31/05/2017             52.99 -0.0013210040
6107  6107             adidas 31/05/2017           170.195  0.0201416023
6108  6108            Reuters 31/05/2017            48.089  0.0034352971
6109  6109             Google 31/05/2017            987.09  0.0091987559
6110  6110               eBay 31/05/2017              34.3  0.0093294461
6111  6111               eBay 31/05/2017              34.3  0.0093294461
6112  6112              Tesco 31/05/2017             183.7  0.0089820359
6113  6113               eBay 31/05/2017              34.3  0.0093294461
6114  6114            TMobile 31/05/2017             67.42 -0.0050430139
6115  6115              Honda 31/05/2017            3117.0 -0.0141161373
6116  6116               eBay 31/05/2017              34.3  0.0093294461
6117  6117              Honda 31/05/2017            3117.0 -0.0141161373
6118  6118            Reuters 31/05/2017            48.089  0.0034352971
6119  6119               eBay 31/05/2017              34.3  0.0093294461
6120  6120             Amazon 31/05/2017            994.62  0.0020912509
6121  6121             Amazon 31/05/2017            994.62  0.0020912509
6122  6122           Facebook 31/05/2017            151.46  0.0060742110
6123  6123          Starbucks 31/05/2017             63.61 -0.0055022795
6124  6124             Amazon 31/05/2017            994.62  0.0020912509
6125  6125            Netflix 31/05/2017            163.07  0.0009198504
6126  6126            Reuters 31/05/2017            48.089  0.0034352971
6127  6127             Nestle 31/05/2017             82.65 -0.0036297641
6128  6128             Amazon 31/05/2017            994.62  0.0020912509
6129  6129            Walmart 31/05/2017              78.6 -0.0057251908
6130  6130             Amazon 31/05/2017            994.62  0.0020912509
6131  6131               eBay 31/05/2017              34.3  0.0093294461
6132  6132           CocaCola 31/05/2017             45.47 -0.0008797009
6133  6133            Netflix 31/05/2017            163.07  0.0009198504
6134  6134             Amazon 31/05/2017            994.62  0.0020912509
6135  6135            Ryanair 31/05/2017             17.93  0.0284439487
6136  6136            Reuters 31/05/2017            48.089  0.0034352971
6137  6137               eBay 31/05/2017              34.3  0.0093294461
6138  6138    Bank of America 31/05/2017             22.41  0.0223114681
6139  6139            Reuters 31/05/2017            48.089  0.0034352971
6140  6140      Goldman Sachs 31/05/2017            211.26  0.0338918868
6141  6141               Nike 31/05/2017             52.99 -0.0013210040
6142  6142               Nike 31/05/2017             52.99 -0.0013210040
6143  6143            Reuters 31/05/2017            48.089  0.0034352971
6144  6144      Goldman Sachs 31/05/2017            211.26  0.0338918868
6145  6145            Reuters 31/05/2017            48.089  0.0034352971
6146  6146             Disney 31/05/2017            107.94  0.0037057625
6147  6147              Tesco 31/05/2017             183.7  0.0089820359
6148  6148             Amazon 31/05/2017            994.62  0.0020912509
6149  6149            TMobile 31/05/2017             67.42 -0.0050430139
6150  6150          Microsoft 31/05/2017             69.84  0.0081615120
6151  6151   American Express 31/05/2017             76.94  0.0019495711
6152  6152              Yahoo 31/05/2017            4.3701  0.0000000000
6153  6153            easyJet 31/05/2017            1414.0 -0.0099009901
6154  6154          Starbucks 31/05/2017             63.61 -0.0055022795
6155  6155            Reuters 31/05/2017            48.089  0.0034352971
6156  6156          Starbucks 31/05/2017             63.61 -0.0055022795
6157  6157               eBay 31/05/2017              34.3  0.0093294461
6158  6158             Amazon 31/05/2017            994.62  0.0020912509
6159  6159                UPS 31/05/2017            105.97  0.0079267717
6160  6160               eBay 31/05/2017              34.3  0.0093294461
6161  6161               eBay 31/05/2017              34.3  0.0093294461
6162  6162             Amazon 31/05/2017            994.62  0.0020912509
6163  6163             Google 31/05/2017            987.09  0.0091987559
6164  6164          Microsoft 31/05/2017             69.84  0.0081615120
6165  6165               eBay 31/05/2017              34.3  0.0093294461
6166  6166            Ryanair 31/05/2017             17.93  0.0284439487
6167  6167            Reuters 31/05/2017            48.089  0.0034352971
6168  6168              Adobe 31/05/2017            141.86  0.0038770619
6169  6169              Apple 31/05/2017            152.76  0.0059570568
6170  6170          Starbucks 31/05/2017             63.61 -0.0055022795
6171  6171               eBay 31/05/2017              34.3  0.0093294461
6172  6172     salesforce.com 31/05/2017             89.64  0.0136099955
6173  6173               eBay 31/05/2017              34.3  0.0093294461
6174  6174               eBay 31/05/2017              34.3  0.0093294461
6175  6175          Microsoft 31/05/2017             69.84  0.0081615120
6176  6176            Walmart 31/05/2017              78.6 -0.0057251908
6177  6177               eBay 31/05/2017              34.3  0.0093294461
6178  6178               eBay 31/05/2017              34.3  0.0093294461
6179  6179            Walmart 31/05/2017              78.6 -0.0057251908
6180  6180             Google 31/05/2017            987.09  0.0091987559
6181  6181             Amazon 31/05/2017            994.62  0.0020912509
6182  6182               eBay 31/05/2017              34.3  0.0093294461
6183  6183               eBay 31/05/2017              34.3  0.0093294461
6184  6184              FedEx 31/05/2017            193.84  0.0002063558
6185  6185            Netflix 31/05/2017            163.07  0.0009198504
6186  6186              Apple 31/05/2017            152.76  0.0059570568
6187  6187               eBay 31/05/2017              34.3  0.0093294461
6188  6188              Yahoo 31/05/2017            4.3701  0.0000000000
6189  6189               eBay 31/05/2017              34.3  0.0093294461
6190  6190             Amazon 31/05/2017            994.62  0.0020912509
6191  6191               Nike 31/05/2017             52.99 -0.0013210040
6192  6192            Netflix 31/05/2017            163.07  0.0009198504
6193  6193              Apple 31/05/2017            152.76  0.0059570568
6194  6194               Ford 31/05/2017             11.12 -0.0035971223
6195  6195               eBay 31/05/2017              34.3  0.0093294461
6196  6196            Verizon 31/05/2017             46.64 -0.0094339623
6197  6197               eBay 31/05/2017              34.3  0.0093294461
6198  6198               eBay 31/05/2017              34.3  0.0093294461
6199  6199           CocaCola 31/05/2017             45.47 -0.0008797009
6200  6200             Amazon 31/05/2017            994.62  0.0020912509
6201  6201           CocaCola 31/05/2017             45.47 -0.0008797009
6202  6202               eBay 31/05/2017              34.3  0.0093294461
6203  6203               eBay 31/05/2017              34.3  0.0093294461
6204  6204               eBay 31/05/2017              34.3  0.0093294461
6205  6205             adidas 31/05/2017           170.195  0.0201416023
6206  6206            Reuters 31/05/2017            48.089  0.0034352971
6207  6207             Disney 31/05/2017            107.94  0.0037057625
6208  6208             Google 31/05/2017            987.09  0.0091987559
6209  6209           Burberry 31/05/2017            1815.0 -0.0159779614
6210  6210               eBay 31/05/2017              34.3  0.0093294461
6211  6211            Groupon 31/05/2017              3.01  0.0498338870
6212  6212    Bank of America 31/05/2017             22.41  0.0223114681
6213  6213            Reuters 31/05/2017            48.089  0.0034352971
6214  6214            TMobile 31/05/2017             67.42 -0.0050430139
6215  6215    Bank of America 31/05/2017             22.41  0.0223114681
6216  6216              Pepsi 31/05/2017            116.87  0.0097544280
6217  6217      Goldman Sachs 31/05/2017            211.26  0.0338918868
6218  6218             Amazon 31/05/2017            994.62  0.0020912509
6219  6219            Reuters 31/05/2017            48.089  0.0034352971
6220  6220               Ford 31/05/2017             11.12 -0.0035971223
6221  6221            Netflix 31/05/2017            163.07  0.0009198504
6222  6222               eBay 31/05/2017              34.3  0.0093294461
6223  6223               eBay 31/05/2017              34.3  0.0093294461
6224  6224             Google 31/05/2017            987.09  0.0091987559
6225  6225            Comcast 31/05/2017             41.69 -0.0141520748
6226  6226            Netflix 31/05/2017            163.07  0.0009198504
6227  6227               AT&T 31/05/2017             38.53  0.0005190760
6228  6228               eBay 31/05/2017              34.3  0.0093294461
6229  6229               AT&T 31/05/2017             38.53  0.0005190760
6230  6230               ASOS 31/05/2017            6417.0 -0.0073242948
6231  6231               AT&T 31/05/2017             38.53  0.0005190760
6232  6232               AT&T 31/05/2017             38.53  0.0005190760
6233  6233               AT&T 31/05/2017             38.53  0.0005190760
6234  6234               AT&T 31/05/2017             38.53  0.0005190760
6235  6235               AT&T 31/05/2017             38.53  0.0005190760
6236  6236               AT&T 31/05/2017             38.53  0.0005190760
6237  6237               AT&T 31/05/2017             38.53  0.0005190760
6238  6238               eBay 31/05/2017              34.3  0.0093294461
6239  6239               AT&T 31/05/2017             38.53  0.0005190760
6240  6240               AT&T 31/05/2017             38.53  0.0005190760
6241  6241               AT&T 31/05/2017             38.53  0.0005190760
6242  6242             Disney 31/05/2017            107.94  0.0037057625
6243  6243               AT&T 31/05/2017             38.53  0.0005190760
6244  6244               AT&T 31/05/2017             38.53  0.0005190760
6245  6245               AT&T 31/05/2017             38.53  0.0005190760
6246  6246            Netflix 31/05/2017            163.07  0.0009198504
6247  6247             adidas 31/05/2017           170.195  0.0201416023
6248  6248               AT&T 31/05/2017             38.53  0.0005190760
6249  6249               AT&T 31/05/2017             38.53  0.0005190760
6250  6250               AT&T 31/05/2017             38.53  0.0005190760
6251  6251               AT&T 31/05/2017             38.53  0.0005190760
6252  6252               AT&T 31/05/2017             38.53  0.0005190760
6253  6253               eBay 31/05/2017              34.3  0.0093294461
6254  6254             Disney 31/05/2017            107.94  0.0037057625
6255  6255            Reuters 31/05/2017            48.089  0.0034352971
6256  6256               AT&T 31/05/2017             38.53  0.0005190760
6257  6257            Reuters 31/05/2017            48.089  0.0034352971
6258  6258              Cisco 31/05/2017             31.53  0.0047573739
6259  6259               eBay 31/05/2017              34.3  0.0093294461
6260  6260             Google 31/05/2017            987.09  0.0091987559
6261  6261               AT&T 31/05/2017             38.53  0.0005190760
6262  6262                H&M 31/05/2017             25.15  0.0000000000
6263  6263               eBay 31/05/2017              34.3  0.0093294461
6264  6264            Reuters 31/05/2017            48.089  0.0034352971
6265  6265               eBay 31/05/2017              34.3  0.0093294461
6266  6266      Goldman Sachs 31/05/2017            211.26  0.0338918868
6267  6267             Google 31/05/2017            987.09  0.0091987559
6268  6268               AT&T 31/05/2017             38.53  0.0005190760
6269  6269               eBay 31/05/2017              34.3  0.0093294461
6270  6270        TripAdvisor 31/05/2017             38.51  0.0142820047
6271  6271             Amazon 31/05/2017            994.62  0.0020912509
6272  6272               AT&T 31/05/2017             38.53  0.0005190760
6273  6273               AT&T 31/05/2017             38.53  0.0005190760
6274  6274               AT&T 31/05/2017             38.53  0.0005190760
6275  6275             Amazon 31/05/2017            994.62  0.0020912509
6276  6276               AT&T 31/05/2017             38.53  0.0005190760
6277  6277               eBay 31/05/2017              34.3  0.0093294461
6278  6278             adidas 31/05/2017           170.195  0.0201416023
6279  6279               AT&T 31/05/2017             38.53  0.0005190760
6280  6280               AT&T 31/05/2017             38.53  0.0005190760
6281  6281         McDonald's 31/05/2017            150.89 -0.0063622506
6282  6282                UPS 31/05/2017            105.97  0.0079267717
6283  6283               eBay 31/05/2017              34.3  0.0093294461
6284  6284               AT&T 31/05/2017             38.53  0.0005190760
6285  6285               AT&T 31/05/2017             38.53  0.0005190760
6286  6286              Adobe 31/05/2017            141.86  0.0038770619
6287  6287               AT&T 31/05/2017             38.53  0.0005190760
6288  6288               eBay 31/05/2017              34.3  0.0093294461
6289  6289               eBay 31/05/2017              34.3  0.0093294461
6290  6290               eBay 31/05/2017              34.3  0.0093294461
6291  6291               AT&T 31/05/2017             38.53  0.0005190760
6292  6292      Goldman Sachs 31/05/2017            211.26  0.0338918868
6293  6293          Citigroup 31/05/2017             60.54  0.0181698051
6294  6294            Reuters 31/05/2017            48.089  0.0034352971
6295  6295               eBay 31/05/2017              34.3  0.0093294461
6296  6296            Netflix 31/05/2017            163.07  0.0009198504
6297  6297            Reuters 31/05/2017            48.089  0.0034352971
6298  6298               eBay 31/05/2017              34.3  0.0093294461
6299  6299            Netflix 31/05/2017            163.07  0.0009198504
6300  6300               eBay 31/05/2017              34.3  0.0093294461
6301  6301               eBay 31/05/2017              34.3  0.0093294461
6302  6302               AT&T 31/05/2017             38.53  0.0005190760
6303  6303               AT&T 31/05/2017             38.53  0.0005190760
6304  6304               AT&T 31/05/2017             38.53  0.0005190760
6305  6305               AT&T 31/05/2017             38.53  0.0005190760
6306  6306               AT&T 31/05/2017             38.53  0.0005190760
6307  6307            Reuters 31/05/2017            48.089  0.0034352971
6308  6308             Amazon 31/05/2017            994.62  0.0020912509
6309  6309            TMobile 31/05/2017             67.42 -0.0050430139
6310  6310               AT&T 31/05/2017             38.53  0.0005190760
6311  6311               AT&T 31/05/2017             38.53  0.0005190760
6312  6312            Netflix 31/05/2017            163.07  0.0009198504
6313  6313               eBay 31/05/2017              34.3  0.0093294461
6314  6314      Goldman Sachs 31/05/2017            211.26  0.0338918868
6315  6315                BMW 31/05/2017            83.488  0.0078574166
6316  6316             Amazon 31/05/2017            994.62  0.0020912509
6317  6317             adidas 31/05/2017           170.195  0.0201416023
6318  6318               eBay 31/05/2017              34.3  0.0093294461
6319  6319               eBay 31/05/2017              34.3  0.0093294461
6320  6320            Reuters 31/05/2017            48.089  0.0034352971
6321  6321               AT&T 31/05/2017             38.53  0.0005190760
6322  6322            Reuters 31/05/2017            48.089  0.0034352971
6323  6323      Goldman Sachs 31/05/2017            211.26  0.0338918868
6324  6324               eBay 31/05/2017              34.3  0.0093294461
6325  6325             Google 31/05/2017            987.09  0.0091987559
6326  6326             Amazon 31/05/2017            994.62  0.0020912509
6327  6327               eBay 31/05/2017              34.3  0.0093294461
6328  6328               AT&T 31/05/2017             38.53  0.0005190760
6329  6329               eBay 31/05/2017              34.3  0.0093294461
6330  6330               Next 31/05/2017            4360.0  0.0045871560
6331  6331              Tesco 31/05/2017             183.7  0.0089820359
6332  6332             Amazon 31/05/2017            994.62  0.0020912509
6333  6333             Amazon 31/05/2017            994.62  0.0020912509
6334  6334               eBay 31/05/2017              34.3  0.0093294461
6335  6335               AT&T 31/05/2017             38.53  0.0005190760
6336  6336               eBay 31/05/2017              34.3  0.0093294461
6337  6337               AT&T 31/05/2017             38.53  0.0005190760
6338  6338               AT&T 31/05/2017             38.53  0.0005190760
6339  6339               eBay 31/05/2017              34.3  0.0093294461
6340  6340              Apple 31/05/2017            152.76  0.0059570568
6341  6341             Disney 31/05/2017            107.94  0.0037057625
6342  6342               ASOS 31/05/2017            6417.0 -0.0073242948
6343  6343               eBay 31/05/2017              34.3  0.0093294461
6344  6344          Microsoft 31/05/2017             69.84  0.0081615120
6345  6345             adidas 31/05/2017           170.195  0.0201416023
6346  6346               AT&T 31/05/2017             38.53  0.0005190760
6347  6347               AT&T 31/05/2017             38.53  0.0005190760
6348  6348             Toyota 31/05/2017            5932.0  0.0082602832
6349  6349            Netflix 31/05/2017            163.07  0.0009198504
6350  6350          Starbucks 31/05/2017             63.61 -0.0055022795
6351  6351           JPMorgan 31/05/2017             82.15  0.0213024954
6352  6352            Reuters 31/05/2017            48.089  0.0034352971
6353  6353          Microsoft 31/05/2017             69.84  0.0081615120
6354  6354              Intel 31/05/2017             36.11  0.0019385212
6355  6355               AT&T 31/05/2017             38.53  0.0005190760
6356  6356            Netflix 31/05/2017            163.07  0.0009198504
6357  6357             Amazon 31/05/2017            994.62  0.0020912509
6358  6358               AT&T 31/05/2017             38.53  0.0005190760
6359  6359            Reuters 31/05/2017            48.089  0.0034352971
6360  6360               AT&T 31/05/2017             38.53  0.0005190760
6361  6361             adidas 31/05/2017           170.195  0.0201416023
6362  6362            Reuters 31/05/2017            48.089  0.0034352971
6363  6363            Netflix 31/05/2017            163.07  0.0009198504
6364  6364         McDonald's 31/05/2017            150.89 -0.0063622506
6365  6365            Netflix 31/05/2017            163.07  0.0009198504
6366  6366               eBay 31/05/2017              34.3  0.0093294461
6367  6367            Reuters 31/05/2017            48.089  0.0034352971
6368  6368             Amazon 31/05/2017            994.62  0.0020912509
6369  6369   American Express 31/05/2017             76.94  0.0019495711
6370  6370            Netflix 31/05/2017            163.07  0.0009198504
6371  6371               eBay 31/05/2017              34.3  0.0093294461
6372  6372               eBay 31/05/2017              34.3  0.0093294461
6373  6373            Netflix 31/05/2017            163.07  0.0009198504
6374  6374            Reuters 31/05/2017            48.089  0.0034352971
6375  6375             Google 31/05/2017            987.09  0.0091987559
6376  6376            Reuters 31/05/2017            48.089  0.0034352971
6377  6377                 HP 31/05/2017             18.76  0.0095948827
6378  6378             Google 31/05/2017            987.09  0.0091987559
6379  6379               eBay 31/05/2017              34.3  0.0093294461
6380  6380              Apple 31/05/2017            152.76  0.0059570568
6381  6381            TMobile 31/05/2017             67.42 -0.0050430139
6382  6382             Google 31/05/2017            987.09  0.0091987559
6383  6383               Nike 31/05/2017             52.99 -0.0013210040
6384  6384               eBay 31/05/2017              34.3  0.0093294461
6385  6385               Sony 31/05/2017            4034.0 -0.0007436787
6386  6386            Walmart 31/05/2017              78.6 -0.0057251908
6387  6387             Disney 31/05/2017            107.94  0.0037057625
6388  6388             Google 31/05/2017            987.09  0.0091987559
6389  6389           Facebook 31/05/2017            151.46  0.0060742110
6390  6390               eBay 31/05/2017              34.3  0.0093294461
6391  6391             Oracle 31/05/2017             45.39  0.0006609385
6392  6392            Reuters 31/05/2017            48.089  0.0034352971
6393  6393               eBay 31/05/2017              34.3  0.0093294461
6394  6394           Facebook 31/05/2017            151.46  0.0060742110
6395  6395               AT&T 31/05/2017             38.53  0.0005190760
6396  6396            TMobile 31/05/2017             67.42 -0.0050430139
6397  6397               eBay 31/05/2017              34.3  0.0093294461
6398  6398            Comcast 31/05/2017             41.69 -0.0141520748
6399  6399            Comcast 31/05/2017             41.69 -0.0141520748
6400  6400            Reuters 31/05/2017            48.089  0.0034352971
6401  6401               eBay 31/05/2017              34.3  0.0093294461
6402  6402            Reuters 31/05/2017            48.089  0.0034352971
6403  6403               Nike 31/05/2017             52.99 -0.0013210040
6404  6404               AT&T 31/05/2017             38.53  0.0005190760
6405  6405               ASOS 31/05/2017            6417.0 -0.0073242948
6406  6406            Reuters 31/05/2017            48.089  0.0034352971
6407  6407            Netflix 31/05/2017            163.07  0.0009198504
6408  6408             Disney 31/05/2017            107.94  0.0037057625
6409  6409           Burberry 31/05/2017            1815.0 -0.0159779614
6410  6410           Facebook 31/05/2017            151.46  0.0060742110
6411  6411               eBay 31/05/2017              34.3  0.0093294461
6412  6412               AT&T 31/05/2017             38.53  0.0005190760
6413  6413            Reuters 31/05/2017            48.089  0.0034352971
6414  6414               AT&T 31/05/2017             38.53  0.0005190760
6415  6415               eBay 31/05/2017              34.3  0.0093294461
6416  6416            Reuters 31/05/2017            48.089  0.0034352971
6417  6417               eBay 31/05/2017              34.3  0.0093294461
6418  6418                BMW 31/05/2017            83.488  0.0078574166
6419  6419           Facebook 31/05/2017            151.46  0.0060742110
6420  6420            Reuters 31/05/2017            48.089  0.0034352971
6421  6421             Amazon 31/05/2017            994.62  0.0020912509
6422  6422             Pfizer 31/05/2017             32.65 -0.0159264931
6423  6423               eBay 31/05/2017              34.3  0.0093294461
6424  6424            Reuters 31/05/2017            48.089  0.0034352971
6425  6425             Disney 31/05/2017            107.94  0.0037057625
6426  6426            Reuters 31/05/2017            48.089  0.0034352971
6427  6427          Microsoft 31/05/2017             69.84  0.0081615120
6428  6428               eBay 31/05/2017              34.3  0.0093294461
6429  6429             Toyota 31/05/2017            5932.0  0.0082602832
6430  6430            Walmart 31/05/2017              78.6 -0.0057251908
6431  6431            Walmart 31/05/2017              78.6 -0.0057251908
6432  6432               eBay 31/05/2017              34.3  0.0093294461
6433  6433            TMobile 31/05/2017             67.42 -0.0050430139
6434  6434            Reuters 31/05/2017            48.089  0.0034352971
6435  6435               eBay 31/05/2017              34.3  0.0093294461
6436  6436               eBay 31/05/2017              34.3  0.0093294461
6437  6437            Reuters 31/05/2017            48.089  0.0034352971
6438  6438            Netflix 31/05/2017            163.07  0.0009198504
6439  6439           JPMorgan 31/05/2017             82.15  0.0213024954
6440  6440           JPMorgan 31/05/2017             82.15  0.0213024954
6441  6441               AT&T 31/05/2017             38.53  0.0005190760
6442  6442           JPMorgan 31/05/2017             82.15  0.0213024954
6443  6443               eBay 31/05/2017              34.3  0.0093294461
6444  6444               AT&T 31/05/2017             38.53  0.0005190760
6445  6445               eBay 31/05/2017              34.3  0.0093294461
6446  6446             Google 31/05/2017            987.09  0.0091987559
6447  6447               eBay 31/05/2017              34.3  0.0093294461
6448  6448            L'Oreal 31/05/2017             213.2 -0.0171200750
6449  6449                CBS 31/05/2017             61.11  0.0067092129
6450  6450              Apple 31/05/2017            152.76  0.0059570568
6451  6451             Amazon 31/05/2017            994.62  0.0020912509
6452  6452                CBS 31/05/2017             61.11  0.0067092129
6453  6453            Reuters 31/05/2017            48.089  0.0034352971
6454  6454            Reuters 31/05/2017            48.089  0.0034352971
6455  6455             adidas 31/05/2017           170.195  0.0201416023
6456  6456            Netflix 31/05/2017            163.07  0.0009198504
6457  6457               eBay 31/05/2017              34.3  0.0093294461
6458  6458          Microsoft 31/05/2017             69.84  0.0081615120
6459  6459           Facebook 31/05/2017            151.46  0.0060742110
6460  6460               AT&T 31/05/2017             38.53  0.0005190760
6461  6461                CBS 31/05/2017             61.11  0.0067092129
6462  6462                IBM 31/05/2017            152.63 -0.0058966127
6463  6463            Netflix 31/05/2017            163.07  0.0009198504
6464  6464            TMobile 31/05/2017             67.42 -0.0050430139
6465  6465             Amazon 31/05/2017            994.62  0.0020912509
6466  6466           Facebook 31/05/2017            151.46  0.0060742110
6467  6467         McDonald's 31/05/2017            150.89 -0.0063622506
6468  6468            Netflix 31/05/2017            163.07  0.0009198504
6469  6469           Facebook 31/05/2017            151.46  0.0060742110
6470  6470            Reuters 31/05/2017            48.089  0.0034352971
6471  6471               AT&T 31/05/2017             38.53  0.0005190760
6472  6472               Ford 31/05/2017             11.12 -0.0035971223
6473  6473              Adobe 31/05/2017            141.86  0.0038770619
6474  6474               eBay 31/05/2017              34.3  0.0093294461
6475  6475               eBay 31/05/2017              34.3  0.0093294461
6476  6476            Netflix 31/05/2017            163.07  0.0009198504
6477  6477            Reuters 31/05/2017            48.089  0.0034352971
6478  6478              Exxon 31/05/2017              80.5  0.0074534161
6479  6479            Reuters 31/05/2017            48.089  0.0034352971
6480  6480            Netflix 31/05/2017            163.07  0.0009198504
6481  6481           Facebook 31/05/2017            151.46  0.0060742110
6482  6482              Apple 31/05/2017            152.76  0.0059570568
6483  6483             Google 31/05/2017            987.09  0.0091987559
6484  6484            Netflix 31/05/2017            163.07  0.0009198504
6485  6485               eBay 31/05/2017              34.3  0.0093294461
6486  6486          Microsoft 31/05/2017             69.84  0.0081615120
6487  6487            Reuters 31/05/2017            48.089  0.0034352971
6488  6488            TMobile 31/05/2017             67.42 -0.0050430139
6489  6489               AT&T 31/05/2017             38.53  0.0005190760
6490  6490              FedEx 31/05/2017            193.84  0.0002063558
6491  6491      Goldman Sachs 31/05/2017            211.26  0.0338918868
6492  6492          Microsoft 31/05/2017             69.84  0.0081615120
6493  6493            Netflix 31/05/2017            163.07  0.0009198504
6494  6494              Intel 31/05/2017             36.11  0.0019385212
6495  6495            Netflix 31/05/2017            163.07  0.0009198504
6496  6496          Microsoft 31/05/2017             69.84  0.0081615120
6497  6497               eBay 31/05/2017              34.3  0.0093294461
6498  6498           Facebook 31/05/2017            151.46  0.0060742110
6499  6499             adidas 31/05/2017           170.195  0.0201416023
6500  6500               eBay 31/05/2017              34.3  0.0093294461
6501  6501           Facebook 31/05/2017            151.46  0.0060742110
6502  6502               Ford 31/05/2017             11.12 -0.0035971223
6503  6503            Walmart 31/05/2017              78.6 -0.0057251908
6504  6504            TMobile 31/05/2017             67.42 -0.0050430139
6505  6505               eBay 31/05/2017              34.3  0.0093294461
6506  6506            Netflix 31/05/2017            163.07  0.0009198504
6507  6507              Honda 31/05/2017            3117.0 -0.0141161373
6508  6508            Walmart 31/05/2017              78.6 -0.0057251908
6509  6509            Reuters 31/05/2017            48.089  0.0034352971
6510  6510               eBay 31/05/2017              34.3  0.0093294461
6511  6511               eBay 31/05/2017              34.3  0.0093294461
6512  6512           Facebook 31/05/2017            151.46  0.0060742110
6513  6513            Netflix 31/05/2017            163.07  0.0009198504
6514  6514               eBay 31/05/2017              34.3  0.0093294461
6515  6515             Disney 31/05/2017            107.94  0.0037057625
6516  6516               eBay 01/06/2017             34.79 -0.0140845070
6517  6517               eBay 01/06/2017             34.79 -0.0140845070
6518  6518           Facebook 01/06/2017            151.53 -0.0004619547
6519  6519     Morgan Stanley 01/06/2017             42.61 -0.0204177423
6520  6520            Reuters 01/06/2017           48.2983 -0.0043334859
6521  6521            Netflix 01/06/2017            162.99  0.0004908277
6522  6522            Reuters 01/06/2017           48.2983 -0.0043334859
6523  6523            Netflix 01/06/2017            162.99  0.0004908277
6524  6524            Verizon 01/06/2017             46.51  0.0027950978
6525  6525            Netflix 01/06/2017            162.99  0.0004908277
6526  6526            Reuters 01/06/2017           48.2983 -0.0043334859
6527  6527                CBS 01/06/2017             61.73 -0.0100437389
6528  6528            Reuters 01/06/2017           48.2983 -0.0043334859
6529  6529               eBay 01/06/2017             34.79 -0.0140845070
6530  6530            Netflix 01/06/2017            162.99  0.0004908277
6531  6531             Disney 01/06/2017            108.21 -0.0024951483
6532  6532               eBay 01/06/2017             34.79 -0.0140845070
6533  6533            Reuters 01/06/2017           48.2983 -0.0043334859
6534  6534              Intel 01/06/2017             36.12 -0.0002768549
6535  6535           Facebook 01/06/2017            151.53 -0.0004619547
6536  6536          Kellogg's 01/06/2017             72.94 -0.0183712641
6537  6537             Kroger 01/06/2017             30.25 -0.0155371901
6538  6538            Reuters 01/06/2017           48.2983 -0.0043334859
6539  6539            Netflix 01/06/2017            162.99  0.0004908277
6540  6540            TMobile 01/06/2017              67.9 -0.0070692194
6541  6541               Nike 01/06/2017              52.3  0.0131931166
6542  6542           Facebook 01/06/2017            151.53 -0.0004619547
6543  6543               eBay 01/06/2017             34.79 -0.0140845070
6544  6544           Facebook 01/06/2017            151.53 -0.0004619547
6545  6545            Netflix 01/06/2017            162.99  0.0004908277
6546  6546            Reuters 01/06/2017           48.2983 -0.0043334859
6547  6547            Reuters 01/06/2017           48.2983 -0.0043334859
6548  6548            Walmart 01/06/2017             79.81 -0.0151610074
6549  6549            Netflix 01/06/2017            162.99  0.0004908277
6550  6550               eBay 01/06/2017             34.79 -0.0140845070
6551  6551             Amazon 01/06/2017            995.95 -0.0013354084
6552  6552           Facebook 01/06/2017            151.53 -0.0004619547
6553  6553         McDonald's 01/06/2017            152.39 -0.0098431656
6554  6554           Facebook 01/06/2017            151.53 -0.0004619547
6555  6555            Netflix 01/06/2017            162.99  0.0004908277
6556  6556               eBay 01/06/2017             34.79 -0.0140845070
6557  6557               eBay 01/06/2017             34.79 -0.0140845070
6558  6558              Honda 01/06/2017            3112.0  0.0016066838
6559  6559               Nike 01/06/2017              52.3  0.0131931166
6560  6560           CocaCola 01/06/2017             45.79 -0.0069884254
6561  6561      Goldman Sachs 01/06/2017            215.01 -0.0174410493
6562  6562               eBay 01/06/2017             34.79 -0.0140845070
6563  6563               eBay 01/06/2017             34.79 -0.0140845070
6564  6564            Netflix 01/06/2017            162.99  0.0004908277
6565  6565          Microsoft 01/06/2017              70.1 -0.0037089872
6566  6566         CVS Health 01/06/2017             78.29 -0.0186486141
6567  6567            Reuters 01/06/2017           48.2983 -0.0043334859
6568  6568               eBay 01/06/2017             34.79 -0.0140845070
6569  6569            Reuters 01/06/2017           48.2983 -0.0043334859
6570  6570             Disney 01/06/2017            108.21 -0.0024951483
6571  6571      Goldman Sachs 01/06/2017            215.01 -0.0174410493
6572  6572            Walmart 01/06/2017             79.81 -0.0151610074
6573  6573             Amazon 01/06/2017            995.95 -0.0013354084
6574  6574               AT&T 01/06/2017             38.87 -0.0087471057
6575  6575           CocaCola 01/06/2017             45.79 -0.0069884254
6576  6576         Home Depot 01/06/2017            155.15 -0.0105704157
6577  6577             Google 01/06/2017            988.29 -0.0012142185
6578  6578               eBay 01/06/2017             34.79 -0.0140845070
6579  6579               eBay 01/06/2017             34.79 -0.0140845070
6580  6580           Facebook 01/06/2017            151.53 -0.0004619547
6581  6581            Netflix 01/06/2017            162.99  0.0004908277
6582  6582             PayPal 01/06/2017             53.16 -0.0178705794
6583  6583             Google 01/06/2017            988.29 -0.0012142185
6584  6584      Goldman Sachs 01/06/2017            215.01 -0.0174410493
6585  6585             Amazon 01/06/2017            995.95 -0.0013354084
6586  6586               eBay 01/06/2017             34.79 -0.0140845070
6587  6587          Microsoft 01/06/2017              70.1 -0.0037089872
6588  6588            Reuters 01/06/2017           48.2983 -0.0043334859
6589  6589            Walmart 01/06/2017             79.81 -0.0151610074
6590  6590             adidas 01/06/2017           171.169 -0.0056902827
6591  6591             Toyota 01/06/2017            5989.0 -0.0095174487
6592  6592            Reuters 01/06/2017           48.2983 -0.0043334859
6593  6593            Walmart 01/06/2017             79.81 -0.0151610074
6594  6594           CocaCola 01/06/2017             45.79 -0.0069884254
6595  6595            Reuters 01/06/2017           48.2983 -0.0043334859
6596  6596            Reuters 01/06/2017           48.2983 -0.0043334859
6597  6597               AT&T 01/06/2017             38.87 -0.0087471057
6598  6598      Goldman Sachs 01/06/2017            215.01 -0.0174410493
6599  6599               AT&T 01/06/2017             38.87 -0.0087471057
6600  6600            Netflix 01/06/2017            162.99  0.0004908277
6601  6601            Netflix 01/06/2017            162.99  0.0004908277
6602  6602             Amazon 01/06/2017            995.95 -0.0013354084
6603  6603            Reuters 01/06/2017           48.2983 -0.0043334859
6604  6604                CBS 01/06/2017             61.73 -0.0100437389
6605  6605                CBS 01/06/2017             61.73 -0.0100437389
6606  6606            Reuters 01/06/2017           48.2983 -0.0043334859
6607  6607            Netflix 01/06/2017            162.99  0.0004908277
6608  6608            Walmart 01/06/2017             79.81 -0.0151610074
6609  6609               AT&T 01/06/2017             38.87 -0.0087471057
6610  6610            Reuters 01/06/2017           48.2983 -0.0043334859
6611  6611                CBS 01/06/2017             61.73 -0.0100437389
6612  6612               eBay 01/06/2017             34.79 -0.0140845070
6613  6613               eBay 01/06/2017             34.79 -0.0140845070
6614  6614                CBS 01/06/2017             61.73 -0.0100437389
6615  6615               eBay 01/06/2017             34.79 -0.0140845070
6616  6616               eBay 01/06/2017             34.79 -0.0140845070
6617  6617            Reuters 01/06/2017           48.2983 -0.0043334859
6618  6618                CBS 01/06/2017             61.73 -0.0100437389
6619  6619               AT&T 01/06/2017             38.87 -0.0087471057
6620  6620      Goldman Sachs 01/06/2017            215.01 -0.0174410493
6621  6621            Reuters 01/06/2017           48.2983 -0.0043334859
6622  6622                SAP 01/06/2017            95.304  0.0017522874
6623  6623            Netflix 01/06/2017            162.99  0.0004908277
6624  6624            Netflix 01/06/2017            162.99  0.0004908277
6625  6625            Walmart 01/06/2017             79.81 -0.0151610074
6626  6626          Kellogg's 01/06/2017             72.94 -0.0183712641
6627  6627               eBay 01/06/2017             34.79 -0.0140845070
6628  6628               eBay 01/06/2017             34.79 -0.0140845070
6629  6629                SAP 01/06/2017            95.304  0.0017522874
6630  6630            Reuters 01/06/2017           48.2983 -0.0043334859
6631  6631     Morgan Stanley 01/06/2017             42.61 -0.0204177423
6632  6632            Netflix 01/06/2017            162.99  0.0004908277
6633  6633      Goldman Sachs 01/06/2017            215.01 -0.0174410493
6634  6634                CBS 01/06/2017             61.73 -0.0100437389
6635  6635                CBS 01/06/2017             61.73 -0.0100437389
6636  6636               eBay 01/06/2017             34.79 -0.0140845070
6637  6637      Goldman Sachs 01/06/2017            215.01 -0.0174410493
6638  6638            Netflix 01/06/2017            162.99  0.0004908277
6639  6639             Amazon 01/06/2017            995.95 -0.0013354084
6640  6640           Facebook 01/06/2017            151.53 -0.0004619547
6641  6641            Netflix 01/06/2017            162.99  0.0004908277
6642  6642           CocaCola 01/06/2017             45.79 -0.0069884254
6643  6643           Facebook 01/06/2017            151.53 -0.0004619547
6644  6644           Facebook 01/06/2017            151.53 -0.0004619547
6645  6645               eBay 01/06/2017             34.79 -0.0140845070
6646  6646            Netflix 01/06/2017            162.99  0.0004908277
6647  6647            Netflix 01/06/2017            162.99  0.0004908277
6648  6648               eBay 01/06/2017             34.79 -0.0140845070
6649  6649            Walmart 01/06/2017             79.81 -0.0151610074
6650  6650           Facebook 01/06/2017            151.53 -0.0004619547
6651  6651            Netflix 01/06/2017            162.99  0.0004908277
6652  6652           Facebook 01/06/2017            151.53 -0.0004619547
6653  6653              Apple 01/06/2017            153.18 -0.0027418723
6654  6654            TMobile 01/06/2017              67.9 -0.0070692194
6655  6655           Facebook 01/06/2017            151.53 -0.0004619547
6656  6656                CBS 01/06/2017             61.73 -0.0100437389
6657  6657               Ford 01/06/2017             11.41 -0.0254163015
6658  6658              Apple 01/06/2017            153.18 -0.0027418723
6659  6659               eBay 01/06/2017             34.79 -0.0140845070
6660  6660           Facebook 01/06/2017            151.53 -0.0004619547
6661  6661               eBay 01/06/2017             34.79 -0.0140845070
6662  6662            Reuters 01/06/2017           48.2983 -0.0043334859
6663  6663      Goldman Sachs 01/06/2017            215.01 -0.0174410493
6664  6664                CBS 01/06/2017             61.73 -0.0100437389
6665  6665                CBS 01/06/2017             61.73 -0.0100437389
6666  6666              FedEx 01/06/2017            198.36 -0.0227868522
     x2_day_return x3_day_return x7_day_return px_volume volatility_10d
1     0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
2     0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
3    -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
4     0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
5     0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
6     0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
7     0.0031221717  0.0031221717  0.0044605345    547029          9.665
8     0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
9     0.0038765700  0.0038765700 -0.0234144829   3523867         16.338
10    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
11    0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
12    0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
13    0.0049443758  0.0049443758 -0.0113720643  49200993          9.114
14    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
15    0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
16    0.0031221717  0.0031221717  0.0044605345    547029          9.665
17    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
18    0.0276271377  0.0276271377 -0.0040166517   5717186         36.097
19    0.0162984426  0.0162984426  0.0583122057  14307985         23.916
20    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
21   -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
22    0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
23   -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
24    0.0165582496  0.0165582496 -0.0053222945  27693980         12.549
25    0.0162984426  0.0162984426  0.0583122057  14307985         23.916
26    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
27    0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
28    0.0273005413  0.0273005413  0.0056483879  10811008         24.047
29    0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
30    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
31   -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
32    0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
33    0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
34    0.0031221717  0.0031221717  0.0044605345    547029          9.665
35   -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
36    0.0614080164  0.0614080164 -0.0125899281  79257504         60.469
37    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
38    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
39    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
40    0.0162984426  0.0162984426  0.0583122057  14307985         23.916
41    0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
42    0.0031221717  0.0031221717  0.0044605345    547029          9.665
43    0.0031221717  0.0031221717  0.0044605345    547029          9.665
44    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
45    0.0252631579  0.0252631579  0.0326315789   3014590         57.280
46    0.0031221717  0.0031221717  0.0044605345    547029          9.665
47    0.0165582496  0.0165582496 -0.0053222945  27693980         12.549
48    0.0031221717  0.0031221717  0.0044605345    547029          9.665
49    0.0104381209  0.0104381209  0.0100983565  38703422         20.416
50    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
51    0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
52    0.0162984426  0.0162984426  0.0583122057  14307985         23.916
53    0.0031221717  0.0031221717  0.0044605345    547029          9.665
54    0.0162984426  0.0162984426  0.0583122057  14307985         23.916
55    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
56    0.0031221717  0.0031221717  0.0044605345    547029          9.665
57    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
58    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
59    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
60    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
61    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
62    0.0162984426  0.0162984426  0.0583122057  14307985         23.916
63    0.0252631579  0.0252631579  0.0326315789   3014590         57.280
64    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
65    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
66    0.0031221717  0.0031221717  0.0044605345    547029          9.665
67    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
68    0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
69    0.0165582496  0.0165582496 -0.0053222945  27693980         12.549
70    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
71    0.0031221717  0.0031221717  0.0044605345    547029          9.665
72    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
73    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
74    0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
75    0.0360107874  0.0360107874  0.0132198192   2952325         26.114
76    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
77    0.0295019562  0.0295019562  0.0356349794  40843487         16.091
78    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
79    0.0165582496  0.0165582496 -0.0053222945  27693980         12.549
80    0.0614080164  0.0614080164 -0.0125899281  79257504         60.469
81    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
82    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
83    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
84    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
85    0.0162984426  0.0162984426  0.0583122057  14307985         23.916
86   -0.0166112957 -0.0166112957  0.0079734219  14889607         27.848
87    0.0614080164  0.0614080164 -0.0125899281  79257504         60.469
88    0.0162984426  0.0162984426  0.0583122057  14307985         23.916
89    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
90    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
91    0.0031221717  0.0031221717  0.0044605345    547029          9.665
92    0.0318780661  0.0318780661 -0.0127096851   2891744         24.074
93    0.0031221717  0.0031221717  0.0044605345    547029          9.665
94    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
95    0.0031221717  0.0031221717  0.0044605345    547029          9.665
96    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
97    0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
98    0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
99    0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
100   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
101   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
102   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
103   0.0031221717  0.0031221717  0.0044605345    547029          9.665
104   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
105   0.0174787316  0.0174787316 -0.0174787316  25270549         16.199
106  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
107   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
108   0.0029917726  0.0029917726 -0.0002493144  10766745         10.961
109  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
110   0.0054820416  0.0054820416  0.0103969754  12342873          8.853
111   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
112  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
113   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
114   0.0276271377  0.0276271377 -0.0040166517   5717186         36.097
115   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
116   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
117   0.0049443758  0.0049443758 -0.0113720643  49200993          9.114
118   0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
119   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
120   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
121  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
122   0.0031221717  0.0031221717  0.0044605345    547029          9.665
123   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
124  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
125   0.0128158627  0.0128158627  0.0062870270   7479425         12.466
126   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
127   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
128  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
129   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
130   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
131   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
132   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
133   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
134   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
135   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
136   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
137   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
138  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
139   0.0031221717  0.0031221717  0.0044605345    547029          9.665
140   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
141   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
142   0.0031221717  0.0031221717  0.0044605345    547029          9.665
143   0.0344555824  0.0344555824  0.0629865192   1677893         29.887
144   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
145   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
146   0.0257839721  0.0257839721  0.0348432056   1894907         18.942
147   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
148   0.0031221717  0.0031221717  0.0044605345    547029          9.665
149   0.0031221717  0.0031221717  0.0044605345    547029          9.665
150   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
151   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
152   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
153  -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
154   0.0031221717  0.0031221717  0.0044605345    547029          9.665
155   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
156   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
157   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
158   0.0031221717  0.0031221717  0.0044605345    547029          9.665
159   0.0193110025  0.0193110025  0.0143044463  19128106         15.645
160   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
161   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
162   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
163   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
164   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
165   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
166   0.0174787316  0.0174787316 -0.0174787316  25270549         16.199
167   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
168   0.0031221717  0.0031221717  0.0044605345    547029          9.665
169  -0.0059084195 -0.0059084195 -0.0358936484       217         15.606
170   0.0031221717  0.0031221717  0.0044605345    547029          9.665
171   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
172   0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
173   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
174   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
175   0.0359207658  0.0359207658  0.0353165577   2087401         21.540
176   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
177   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
178  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
179   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
180   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
181   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
182   0.0031221717  0.0031221717  0.0044605345    547029          9.665
183   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
184   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
185   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
186   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
187   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
188  -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
189   0.0038652678  0.0038652678  0.0117614578        89         11.972
190  -0.0176678445 -0.0176678445 -0.0167844523   5847437         17.560
191   0.0031221717  0.0031221717  0.0044605345    547029          9.665
192   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
193   0.0031221717  0.0031221717  0.0044605345    547029          9.665
194   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
195  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
196   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
197   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
198   0.0049443758  0.0049443758 -0.0113720643  49200993          9.114
199   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
200   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
201   0.0054820416  0.0054820416  0.0103969754  12342873          8.853
202   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
203   0.0031221717  0.0031221717  0.0044605345    547029          9.665
204   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
205   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
206   0.0215053763  0.0215053763  0.0501792115    574213         27.931
207  -0.0059084195 -0.0059084195 -0.0358936484       217         15.606
208   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
209   0.0031221717  0.0031221717  0.0044605345    547029          9.665
210   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
211   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
212   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
213   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
214   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
215   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
216   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
217   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
218   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
219  -0.1045130641 -0.1045130641 -0.1045130641      3000         85.122
220   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
221   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
222   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
223  -0.0176678445 -0.0176678445 -0.0167844523   5847437         17.560
224   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
225   0.0031221717  0.0031221717  0.0044605345    547029          9.665
226   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
227  -0.0112515803 -0.0112515803 -0.0251580278   7835236         11.723
228   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
229   0.0031221717  0.0031221717  0.0044605345    547029          9.665
230   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
231   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
232   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
233   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
234   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
235  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
236   0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
237   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
238  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
239   0.0031221717  0.0031221717  0.0044605345    547029          9.665
240   0.0031221717  0.0031221717  0.0044605345    547029          9.665
241   0.0031221717  0.0031221717  0.0044605345    547029          9.665
242   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
243   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
244   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
245   0.0182260024  0.0182260024 -0.0007594168   6703300         23.594
246   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
247   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
248   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
249   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
250   0.0031221717  0.0031221717  0.0044605345    547029          9.665
251   0.0031221717  0.0031221717  0.0044605345    547029          9.665
252   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
253   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
254   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
255   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
256   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
257   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
258   0.0344555824  0.0344555824  0.0629865192   1677893         29.887
259   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
260  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
261   0.0071642215  0.0071642215 -0.0122004563   2479932         11.158
262   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
263   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
264   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
265   0.0327190673  0.0327190673  0.0327190673     17700         24.467
266   0.0054820416  0.0054820416  0.0103969754  12342873          8.853
267  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
268   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
269   0.0252631579  0.0252631579  0.0326315789   3014590         57.280
270   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
271   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
272   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
273   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
274   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
275   0.0031221717  0.0031221717  0.0044605345    547029          9.665
276   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
277   0.0360107874  0.0360107874  0.0132198192   2952325         26.114
278   0.0276271377  0.0276271377 -0.0040166517   5717186         36.097
279   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
280   0.0031221717  0.0031221717  0.0044605345    547029          9.665
281   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
282   0.0202561118  0.0202561118  0.0242142026   5326638         13.806
283   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
284   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
285  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
286   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
287   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
288  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
289   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
290   0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
291   0.0031221717  0.0031221717  0.0044605345    547029          9.665
292   0.0038765700  0.0038765700 -0.0234144829   3523867         16.338
293   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
294   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
295  -0.0161821996 -0.0161821996  0.0098891220   9320880         15.266
296   0.0031221717  0.0031221717  0.0044605345    547029          9.665
297   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
298   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
299   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
300   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
301   0.0038765700  0.0038765700 -0.0234144829   3523867         16.338
302  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
303  -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
304   0.0031221717  0.0031221717  0.0044605345    547029          9.665
305   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
306   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
307   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
308   0.0031221717  0.0031221717  0.0044605345    547029          9.665
309   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
310  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
311   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
312   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
313   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
314   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
315   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
316   0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
317   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
318   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
319   0.0031221717  0.0031221717  0.0044605345    547029          9.665
320   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
321   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
322   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
323   0.0083554880  0.0083554880 -0.0206988226    342823         32.807
324   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
325   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
326   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
327   0.0614080164  0.0614080164 -0.0125899281  79257504         60.469
328   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
329   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
330  -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
331   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
332   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
333   0.0054820416  0.0054820416  0.0103969754  12342873          8.853
334   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
335   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
336  -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
337   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
338   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
339   0.0031221717  0.0031221717  0.0044605345    547029          9.665
340   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
341   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
342  -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
343   0.0031221717  0.0031221717  0.0044605345    547029          9.665
344   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
345   0.0614080164  0.0614080164 -0.0125899281  79257504         60.469
346   0.0038765700  0.0038765700 -0.0234144829   3523867         16.338
347   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
348   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
349   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
350   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
351   0.0031221717  0.0031221717  0.0044605345    547029          9.665
352   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
353  -0.0161821996 -0.0161821996  0.0098891220   9320880         15.266
354   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
355   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
356   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
357   0.0104381209  0.0104381209  0.0100983565  38703422         20.416
358   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
359   0.0031221717  0.0031221717  0.0044605345    547029          9.665
360   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
361   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
362   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
363  -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
364   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
365   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
366   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
367   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
368   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
369   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
370   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
371   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
372   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
373   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
374   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
375  -0.0161821996 -0.0161821996  0.0098891220   9320880         15.266
376   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
377   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
378   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
379   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
380   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
381   0.0192135836  0.0192135836  0.0026809651   9847000         15.102
382   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
383  -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
384  -0.0112515803 -0.0112515803 -0.0251580278   7835236         11.723
385   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
386   0.0031221717  0.0031221717  0.0044605345    547029          9.665
387   0.0031221717  0.0031221717  0.0044605345    547029          9.665
388   0.0071642215  0.0071642215 -0.0122004563   2479932         11.158
389   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
390   0.0031221717  0.0031221717  0.0044605345    547029          9.665
391   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
392  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
393  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
394   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
395   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
396   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
397   0.0359207658  0.0359207658  0.0353165577   2087401         21.540
398   0.0031221717  0.0031221717  0.0044605345    547029          9.665
399   0.0031221717  0.0031221717  0.0044605345    547029          9.665
400   0.0105177994  0.0105177994  0.0202265372  46974479         26.321
401   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
402   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
403   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
404   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
405   0.0031221717  0.0031221717  0.0044605345    547029          9.665
406   0.0031221717  0.0031221717  0.0044605345    547029          9.665
407   0.0054820416  0.0054820416  0.0103969754  12342873          8.853
408  -0.0059084195 -0.0059084195 -0.0358936484       217         15.606
409   0.0031221717  0.0031221717  0.0044605345    547029          9.665
410   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
411   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
412   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
413   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
414   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
415  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
416   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
417   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
418   0.0038765700  0.0038765700 -0.0234144829   3523867         16.338
419   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
420   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
421   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
422   0.0031221717  0.0031221717  0.0044605345    547029          9.665
423   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
424   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
425   0.0031221717  0.0031221717  0.0044605345    547029          9.665
426   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
427   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
428   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
429   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
430   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
431   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
432   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
433   0.0031221717  0.0031221717  0.0044605345    547029          9.665
434   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
435   0.0083554880  0.0083554880 -0.0206988226    342823         32.807
436   0.0120383595  0.0120383595  0.0226484391  16844160         25.613
437   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
438   0.0052219321  0.0052219321 -0.0010443864    753195         17.197
439   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
440  -0.0161821996 -0.0161821996  0.0098891220   9320880         15.266
441   0.0120383595  0.0120383595  0.0226484391  16844160         25.613
442   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
443   0.0273005413  0.0273005413  0.0056483879  10811008         24.047
444   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
445   0.0031221717  0.0031221717  0.0044605345    547029          9.665
446   0.0315046171  0.0315046171  0.0217273221  27059084         20.872
447   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
448   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
449   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
450   0.0031221717  0.0031221717  0.0044605345    547029          9.665
451   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
452   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
453   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
454   0.0054820416  0.0054820416  0.0103969754  12342873          8.853
455   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
456  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
457   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
458   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
459   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
460   0.0031221717  0.0031221717  0.0044605345    547029          9.665
461   0.0031221717  0.0031221717  0.0044605345    547029          9.665
462  -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
463   0.0070273137  0.0070273137 -0.0241315301  26926210         17.133
464   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
465   0.0070273137  0.0070273137 -0.0241315301  26926210         17.133
466   0.0031221717  0.0031221717  0.0044605345    547029          9.665
467   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
468  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
469   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
470   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
471   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
472   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
473  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
474   0.0359207658  0.0359207658  0.0353165577   2087401         21.540
475   0.0192135836  0.0192135836  0.0026809651   9847000         15.102
476   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
477   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
478  -0.0112515803 -0.0112515803 -0.0251580278   7835236         11.723
479  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
480   0.0031221717  0.0031221717  0.0044605345    547029          9.665
481   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
482   0.0033719878  0.0033719878 -0.0112673740   1130574          7.154
483   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
484   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
485   0.0038765700  0.0038765700 -0.0234144829   3523867         16.338
486   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
487   0.0054820416  0.0054820416  0.0103969754  12342873          8.853
488   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
489   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
490   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
491   0.0286389135  0.0286389135 -0.0035429584   5979200         29.817
492   0.0117565698  0.0117565698  0.0145228216   5979624         11.321
493  -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
494   0.0123177476  0.0123177476  0.0548014077   9100057         18.769
495   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
496   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
497   0.0031221717  0.0031221717  0.0044605345    547029          9.665
498   0.0031221717  0.0031221717  0.0044605345    547029          9.665
499   0.0318021201  0.0318021201  0.0136925795  91044261         19.729
500   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
501  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
502  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
503   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
504   0.0031221717  0.0031221717  0.0044605345    547029          9.665
505   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
506   0.0031221717  0.0031221717  0.0044605345    547029          9.665
507   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
508   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
509   0.0054820416  0.0054820416  0.0103969754  12342873          8.853
510   0.0344555824  0.0344555824  0.0629865192   1677893         29.887
511   0.0009602390  0.0009602390  0.0008535458      3495          3.459
512   0.0252631579  0.0252631579  0.0326315789   3014590         57.280
513   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
514   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
515   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
516   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
517   0.0024088646  0.0024088646 -0.0329211498   4502211         32.289
518   0.0031221717  0.0031221717  0.0044605345    547029          9.665
519   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
520   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
521   0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
522   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
523   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
524  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
525  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
526   0.0031221717  0.0031221717  0.0044605345    547029          9.665
527   0.0038765700  0.0038765700 -0.0234144829   3523867         16.338
528   0.0031221717  0.0031221717  0.0044605345    547029          9.665
529   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
530   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
531   0.0031221717  0.0031221717  0.0044605345    547029          9.665
532   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
533   0.0105177994  0.0105177994  0.0202265372  46974479         26.321
534   0.0031221717  0.0031221717  0.0044605345    547029          9.665
535   0.0273005413  0.0273005413  0.0056483879  10811008         24.047
536   0.0031221717  0.0031221717  0.0044605345    547029          9.665
537   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
538  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
539   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
540   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
541   0.0061534433  0.0061534433  0.0137470542   5568099         15.253
542   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
543  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
544  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
545   0.0009602390  0.0009602390  0.0008535458      3495          3.459
546  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
547   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
548   0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
549  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
550   0.0031221717  0.0031221717  0.0044605345    547029          9.665
551   0.0031221717  0.0031221717  0.0044605345    547029          9.665
552   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
553   0.0031221717  0.0031221717  0.0044605345    547029          9.665
554  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
555   0.0038765700  0.0038765700 -0.0234144829   3523867         16.338
556   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
557   0.0031221717  0.0031221717  0.0044605345    547029          9.665
558  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
559   0.0031221717  0.0031221717  0.0044605345    547029          9.665
560   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
561   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
562  -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
563   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
564   0.0031221717  0.0031221717  0.0044605345    547029          9.665
565   0.0031221717  0.0031221717  0.0044605345    547029          9.665
566   0.0031221717  0.0031221717  0.0044605345    547029          9.665
567   0.0031221717  0.0031221717  0.0044605345    547029          9.665
568   0.0031221717  0.0031221717  0.0044605345    547029          9.665
569   0.0031221717  0.0031221717  0.0044605345    547029          9.665
570   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
571   0.0031221717  0.0031221717  0.0044605345    547029          9.665
572   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
573  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
574   0.0614080164  0.0614080164 -0.0125899281  79257504         60.469
575   0.0614080164  0.0614080164 -0.0125899281  79257504         60.469
576   0.0614080164  0.0614080164 -0.0125899281  79257504         60.469
577   0.0614080164  0.0614080164 -0.0125899281  79257504         60.469
578   0.0614080164  0.0614080164 -0.0125899281  79257504         60.469
579   0.0614080164  0.0614080164 -0.0125899281  79257504         60.469
580   0.0614080164  0.0614080164 -0.0125899281  79257504         60.469
581   0.0614080164  0.0614080164 -0.0125899281  79257504         60.469
582   0.0614080164  0.0614080164 -0.0125899281  79257504         60.469
583   0.0031221717  0.0031221717  0.0044605345    547029          9.665
584  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
585   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
586   0.0031221717  0.0031221717  0.0044605345    547029          9.665
587   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
588   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
589  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
590   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
591  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
592   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
593   0.0053801376  0.0053801376  0.0029987652   1716649         16.606
594   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
595   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
596   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
597   0.0046156577  0.0046156577 -0.0289366235  22409081         23.833
598  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
599   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
600   0.0360107874  0.0360107874  0.0132198192   2952325         26.114
601   0.0038765700  0.0038765700 -0.0234144829   3523867         16.338
602   0.0257839721  0.0257839721  0.0348432056   1894907         18.942
603   0.0031221717  0.0031221717  0.0044605345    547029          9.665
604   0.0031221717  0.0031221717  0.0044605345    547029          9.665
605   0.0507581967  0.0507581967  0.0452595628   1346766         20.484
606   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
607   0.0031221717  0.0031221717  0.0044605345    547029          9.665
608   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
609   0.0031221717  0.0031221717  0.0044605345    547029          9.665
610   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
611   0.0117565698  0.0117565698  0.0145228216   5979624         11.321
612   0.0031221717  0.0031221717  0.0044605345    547029          9.665
613   0.0046156577  0.0046156577 -0.0289366235  22409081         23.833
614   0.0031221717  0.0031221717  0.0044605345    547029          9.665
615   0.0031221717  0.0031221717  0.0044605345    547029          9.665
616   0.0046156577  0.0046156577 -0.0289366235  22409081         23.833
617   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
618   0.0318021201  0.0318021201  0.0136925795  91044261         19.729
619   0.0031221717  0.0031221717  0.0044605345    547029          9.665
620   0.0046156577  0.0046156577 -0.0289366235  22409081         23.833
621   0.0053801376  0.0053801376  0.0029987652   1716649         16.606
622   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
623   0.0031221717  0.0031221717  0.0044605345    547029          9.665
624   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
625   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
626   0.0360107874  0.0360107874  0.0132198192   2952325         26.114
627   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
628   0.0360107874  0.0360107874  0.0132198192   2952325         26.114
629   0.0031221717  0.0031221717  0.0044605345    547029          9.665
630   0.0031221717  0.0031221717  0.0044605345    547029          9.665
631   0.0009602390  0.0009602390  0.0008535458      3495          3.459
632   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
633   0.0031221717  0.0031221717  0.0044605345    547029          9.665
634   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
635   0.0031221717  0.0031221717  0.0044605345    547029          9.665
636   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
637   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
638  -0.0170132325 -0.0170132325 -0.0145557656   1405737         16.854
639   0.0031221717  0.0031221717  0.0044605345    547029          9.665
640  -0.0028866971 -0.0028866971  0.0079384171  12677977         10.545
641   0.0031221717  0.0031221717  0.0044605345    547029          9.665
642   0.0507581967  0.0507581967  0.0452595628   1346766         20.484
643   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
644   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
645   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
646   0.0031221717  0.0031221717  0.0044605345    547029          9.665
647   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
648   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
649  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
650   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
651   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
652   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
653   0.0031221717  0.0031221717  0.0044605345    547029          9.665
654   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
655   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
656   0.0061534433  0.0061534433  0.0137470542   5568099         15.253
657  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
658   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
659   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
660   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
661   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
662   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
663  -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
664   0.0507581967  0.0507581967  0.0452595628   1346766         20.484
665   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
666   0.0031221717  0.0031221717  0.0044605345    547029          9.665
667   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
668   0.0031221717  0.0031221717  0.0044605345    547029          9.665
669  -0.0161821996 -0.0161821996  0.0098891220   9320880         15.266
670   0.0031221717  0.0031221717  0.0044605345    547029          9.665
671   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
672   0.0031221717  0.0031221717  0.0044605345    547029          9.665
673   0.0046156577  0.0046156577 -0.0289366235  22409081         23.833
674   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
675   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
676  -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
677   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
678   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
679   0.0031221717  0.0031221717  0.0044605345    547029          9.665
680   0.0031221717  0.0031221717  0.0044605345    547029          9.665
681   0.0031221717  0.0031221717  0.0044605345    547029          9.665
682   0.0031221717  0.0031221717  0.0044605345    547029          9.665
683   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
684   0.0031221717  0.0031221717  0.0044605345    547029          9.665
685   0.0174787316  0.0174787316 -0.0174787316  25270549         16.199
686  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
687   0.0031221717  0.0031221717  0.0044605345    547029          9.665
688   0.0031221717  0.0031221717  0.0044605345    547029          9.665
689   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
690   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
691   0.0614080164  0.0614080164 -0.0125899281  79257504         60.469
692   0.0031221717  0.0031221717  0.0044605345    547029          9.665
693   0.0031221717  0.0031221717  0.0044605345    547029          9.665
694   0.0046156577  0.0046156577 -0.0289366235  22409081         23.833
695   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
696   0.0031221717  0.0031221717  0.0044605345    547029          9.665
697   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
698   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
699   0.0073749712  0.0073749712  0.0203964047    339543         12.917
700   0.0031221717  0.0031221717  0.0044605345    547029          9.665
701   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
702  -0.0059084195 -0.0059084195 -0.0358936484       217         15.606
703   0.0054513737  0.0054513737  0.0034888792   3227039         12.229
704   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
705   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
706   0.0070273137  0.0070273137 -0.0241315301  26926210         17.133
707   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
708   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
709   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
710   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
711   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
712   0.0061534433  0.0061534433  0.0137470542   5568099         15.253
713   0.0031221717  0.0031221717  0.0044605345    547029          9.665
714   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
715   0.0031221717  0.0031221717  0.0044605345    547029          9.665
716   0.0049443758  0.0049443758 -0.0113720643  49200993          9.114
717   0.0031221717  0.0031221717  0.0044605345    547029          9.665
718  -0.0112515803 -0.0112515803 -0.0251580278   7835236         11.723
719   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
720   0.0031221717  0.0031221717  0.0044605345    547029          9.665
721   0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
722   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
723   0.0031221717  0.0031221717  0.0044605345    547029          9.665
724   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
725   0.0031221717  0.0031221717  0.0044605345    547029          9.665
726   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
727   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
728   0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
729   0.0031221717  0.0031221717  0.0044605345    547029          9.665
730   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
731   0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
732   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
733   0.0049443758  0.0049443758 -0.0113720643  49200993          9.114
734   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
735   0.0031221717  0.0031221717  0.0044605345    547029          9.665
736   0.0031221717  0.0031221717  0.0044605345    547029          9.665
737   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
738   0.0009602390  0.0009602390  0.0008535458      3495          3.459
739  -0.0176678445 -0.0176678445 -0.0167844523   5847437         17.560
740   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
741   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
742   0.0029917726  0.0029917726 -0.0002493144  10766745         10.961
743   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
744   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
745   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
746   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
747   0.0031221717  0.0031221717  0.0044605345    547029          9.665
748   0.0031221717  0.0031221717  0.0044605345    547029          9.665
749   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
750   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
751   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
752   0.0360107874  0.0360107874  0.0132198192   2952325         26.114
753   0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
754   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
755   0.0120383595  0.0120383595  0.0226484391  16844160         25.613
756   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
757   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
758   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
759   0.0031221717  0.0031221717  0.0044605345    547029          9.665
760  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
761   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
762   0.0031221717  0.0031221717  0.0044605345    547029          9.665
763   0.0507581967  0.0507581967  0.0452595628   1346766         20.484
764  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
765   0.0049443758  0.0049443758 -0.0113720643  49200993          9.114
766   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
767   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
768   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
769   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
770   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
771  -0.0028680688 -0.0028680688 -0.0350541746   5170587         16.864
772   0.0031221717  0.0031221717  0.0044605345    547029          9.665
773   0.0031221717  0.0031221717  0.0044605345    547029          9.665
774   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
775  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
776   0.0046156577  0.0046156577 -0.0289366235  22409081         23.833
777   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
778   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
779   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
780   0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
781  -0.0161821996 -0.0161821996  0.0098891220   9320880         15.266
782  -0.0028680688 -0.0028680688 -0.0350541746   5170587         16.864
783   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
784   0.0031221717  0.0031221717  0.0044605345    547029          9.665
785  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
786  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
787   0.0031221717  0.0031221717  0.0044605345    547029          9.665
788   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
789  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
790   0.0054820416  0.0054820416  0.0103969754  12342873          8.853
791   0.0038765700  0.0038765700 -0.0234144829   3523867         16.338
792   0.0031221717  0.0031221717  0.0044605345    547029          9.665
793  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
794   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
795   0.0031221717  0.0031221717  0.0044605345    547029          9.665
796   0.0031221717  0.0031221717  0.0044605345    547029          9.665
797   0.0031221717  0.0031221717  0.0044605345    547029          9.665
798  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
799   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
800   0.0038765700  0.0038765700 -0.0234144829   3523867         16.338
801   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
802   0.0054820416  0.0054820416  0.0103969754  12342873          8.853
803  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
804   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
805  -0.0112515803 -0.0112515803 -0.0251580278   7835236         11.723
806   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
807  -0.0170132325 -0.0170132325 -0.0145557656   1405737         16.854
808   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
809   0.0029917726  0.0029917726 -0.0002493144  10766745         10.961
810   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
811   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
812   0.0360107874  0.0360107874  0.0132198192   2952325         26.114
813   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
814   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
815   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
816   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
817   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
818   0.0031221717  0.0031221717  0.0044605345    547029          9.665
819   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
820   0.0046156577  0.0046156577 -0.0289366235  22409081         23.833
821   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
822   0.0031221717  0.0031221717  0.0044605345    547029          9.665
823   0.0038765700  0.0038765700 -0.0234144829   3523867         16.338
824   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
825   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
826  -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
827   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
828   0.0031221717  0.0031221717  0.0044605345    547029          9.665
829   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
830   0.0031221717  0.0031221717  0.0044605345    547029          9.665
831   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
832   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
833   0.0031221717  0.0031221717  0.0044605345    547029          9.665
834   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
835   0.0031221717  0.0031221717  0.0044605345    547029          9.665
836   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
837   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
838   0.0031221717  0.0031221717  0.0044605345    547029          9.665
839   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
840   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
841   0.0031221717  0.0031221717  0.0044605345    547029          9.665
842   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
843   0.0031221717  0.0031221717  0.0044605345    547029          9.665
844   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
845   0.0031221717  0.0031221717  0.0044605345    547029          9.665
846   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
847   0.0031221717  0.0031221717  0.0044605345    547029          9.665
848   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
849   0.0031221717  0.0031221717  0.0044605345    547029          9.665
850   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
851   0.0031221717  0.0031221717  0.0044605345    547029          9.665
852  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
853   0.0031221717  0.0031221717  0.0044605345    547029          9.665
854   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
855   0.0031221717  0.0031221717  0.0044605345    547029          9.665
856   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
857   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
858   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
859   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
860   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
861   0.0031221717  0.0031221717  0.0044605345    547029          9.665
862   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
863   0.0031221717  0.0031221717  0.0044605345    547029          9.665
864   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
865   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
866   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
867   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
868   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
869   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
870   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
871   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
872   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
873   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
874   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
875   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
876   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
877   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
878   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
879   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
880   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
881   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
882   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
883   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
884   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
885   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
886   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
887   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
888   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
889   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
890   0.0054513737  0.0054513737  0.0034888792   3227039         12.229
891   0.0031221717  0.0031221717  0.0044605345    547029          9.665
892   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
893   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
894   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
895   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
896   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
897   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
898   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
899   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
900   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
901   0.0031221717  0.0031221717  0.0044605345    547029          9.665
902   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
903   0.0031221717  0.0031221717  0.0044605345    547029          9.665
904   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
905   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
906   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
907   0.0031221717  0.0031221717  0.0044605345    547029          9.665
908   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
909   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
910   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
911   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
912   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
913   0.0031221717  0.0031221717  0.0044605345    547029          9.665
914  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
915   0.0031221717  0.0031221717  0.0044605345    547029          9.665
916   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
917   0.0031221717  0.0031221717  0.0044605345    547029          9.665
918   0.0359207658  0.0359207658  0.0353165577   2087401         21.540
919  -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
920   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
921   0.0031221717  0.0031221717  0.0044605345    547029          9.665
922   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
923  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
924   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
925   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
926   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
927   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
928   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
929   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
930   0.0031221717  0.0031221717  0.0044605345    547029          9.665
931   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
932   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
933   0.0031221717  0.0031221717  0.0044605345    547029          9.665
934   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
935   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
936   0.0031221717  0.0031221717  0.0044605345    547029          9.665
937   0.0031221717  0.0031221717  0.0044605345    547029          9.665
938   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
939   0.0024088646  0.0024088646 -0.0329211498   4502211         32.289
940   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
941   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
942   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
943   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
944   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
945   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
946   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
947   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
948   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
949  -0.0059084195 -0.0059084195 -0.0358936484       217         15.606
950   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
951   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
952  -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
953   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
954   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
955   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
956   0.0024088646  0.0024088646 -0.0329211498   4502211         32.289
957   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
958   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
959   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
960   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
961   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
962   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
963   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
964   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
965   0.0031221717  0.0031221717  0.0044605345    547029          9.665
966   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
967   0.0239555945  0.0239555945 -0.0014607070  11075000         20.183
968   0.0507581967  0.0507581967  0.0452595628   1346766         20.484
969   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
970   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
971   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
972   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
973   0.0031221717  0.0031221717  0.0044605345    547029          9.665
974   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
975   0.0302856655  0.0302856655  0.0357721991   2020180         21.549
976   0.0031221717  0.0031221717  0.0044605345    547029          9.665
977   0.0507581967  0.0507581967  0.0452595628   1346766         20.484
978   0.0507581967  0.0507581967  0.0452595628   1346766         20.484
979   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
980   0.0031221717  0.0031221717  0.0044605345    547029          9.665
981   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
982   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
983   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
984   0.0031221717  0.0031221717  0.0044605345    547029          9.665
985   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
986  -0.0112515803 -0.0112515803 -0.0251580278   7835236         11.723
987   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
988   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
989   0.0162984426  0.0162984426  0.0583122057  14307985         23.916
990   0.0052219321  0.0052219321 -0.0010443864    753195         17.197
991   0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
992   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
993   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
994   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
995   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
996   0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
997   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
998   0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
999   0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
1000  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1001  0.0038765700  0.0038765700 -0.0234144829   3523867         16.338
1002  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1003  0.0009602390  0.0009602390  0.0008535458      3495          3.459
1004  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1005  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1006  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1007  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1008  0.0162984426  0.0162984426  0.0583122057  14307985         23.916
1009  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1010  0.0033719878  0.0033719878 -0.0112673740   1130574          7.154
1011 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1012  0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
1013 -0.0161821996 -0.0161821996  0.0098891220   9320880         15.266
1014  0.0614080164  0.0614080164 -0.0125899281  79257504         60.469
1015  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1016  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1017  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1018  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1019  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1020  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1021  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1022  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1023  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1024  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1025  0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
1026  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1027  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1028  0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
1029  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1030  0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
1031  0.0162984426  0.0162984426  0.0583122057  14307985         23.916
1032  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1033  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1034  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1035  0.0162984426  0.0162984426  0.0583122057  14307985         23.916
1036  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1037  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1038  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1039 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1040  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1041  0.0302856655  0.0302856655  0.0357721991   2020180         21.549
1042 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1043  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1044  0.0821039128  0.0821039128  0.0634106112  12755479         40.751
1045  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1046  0.0162984426  0.0162984426  0.0583122057  14307985         23.916
1047  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1048  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1049  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1050  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1051  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1052  0.0049443758  0.0049443758 -0.0113720643  49200993          9.114
1053  0.0162984426  0.0162984426  0.0583122057  14307985         23.916
1054  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1055  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1056  0.0162984426  0.0162984426  0.0583122057  14307985         23.916
1057  0.0162984426  0.0162984426  0.0583122057  14307985         23.916
1058  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1059  0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
1060  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1061  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1062  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1063  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1064  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1065  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1066 -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
1067  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1068  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1069  0.0162984426  0.0162984426  0.0583122057  14307985         23.916
1070  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1071  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1072  0.0162984426  0.0162984426  0.0583122057  14307985         23.916
1073  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1074  0.0302856655  0.0302856655  0.0357721991   2020180         21.549
1075  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1076  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1077  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1078  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1079  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1080  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1081  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1082  0.0054820416  0.0054820416  0.0103969754  12342873          8.853
1083  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1084  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1085  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1086  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1087  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1088  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1089 -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
1090  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1091  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1092  0.0174787316  0.0174787316 -0.0174787316  25270549         16.199
1093  0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
1094  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1095  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1096  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1097 -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
1098  0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
1099  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1100  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1101  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1102 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1103  0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
1104  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1105 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1106  0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
1107  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1108  0.0038765700  0.0038765700 -0.0234144829   3523867         16.338
1109  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1110  0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
1111  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1112 -0.1045130641 -0.1045130641 -0.1045130641      3000         85.122
1113  0.0083554880  0.0083554880 -0.0206988226    342823         32.807
1114  0.0123658589  0.0123658589 -0.0042640893   4411631         27.398
1115 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1116  0.0162984426  0.0162984426  0.0583122057  14307985         23.916
1117  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1118  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1119  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1120  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1121  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1122  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1123  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1124  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1125  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1126 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1127  0.0162984426  0.0162984426  0.0583122057  14307985         23.916
1128  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1129  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1130  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1131  0.0162984426  0.0162984426  0.0583122057  14307985         23.916
1132  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1133  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1134  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1135  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1136  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1137  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1138  0.0054513737  0.0054513737  0.0034888792   3227039         12.229
1139  0.0049443758  0.0049443758 -0.0113720643  49200993          9.114
1140  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1141  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1142  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1143  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1144  0.0046156577  0.0046156577 -0.0289366235  22409081         23.833
1145  0.0182260024  0.0182260024 -0.0007594168   6703300         23.594
1146  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1147  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1148  0.0054513737  0.0054513737  0.0034888792   3227039         12.229
1149  0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
1150  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1151  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1152 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1153 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1154 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1155  0.0120383595  0.0120383595  0.0226484391  16844160         25.613
1156 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1157 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1158  0.0162984426  0.0162984426  0.0583122057  14307985         23.916
1159  0.0083554880  0.0083554880 -0.0206988226    342823         32.807
1160 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1161  0.0054820416  0.0054820416  0.0103969754  12342873          8.853
1162  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1163 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1164  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1165  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1166  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1167 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1168  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1169  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1170  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1171  0.0507581967  0.0507581967  0.0452595628   1346766         20.484
1172  0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
1173  0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
1174  0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
1175  0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
1176  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1177  0.0174787316  0.0174787316 -0.0174787316  25270549         16.199
1178  0.0302856655  0.0302856655  0.0357721991   2020180         21.549
1179 -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
1180  0.0507581967  0.0507581967  0.0452595628   1346766         20.484
1181  0.0162984426  0.0162984426  0.0583122057  14307985         23.916
1182  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1183  0.0174787316  0.0174787316 -0.0174787316  25270549         16.199
1184 -0.0122006326 -0.0122006326 -0.0248531405   8485838         12.229
1185  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1186  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1187  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1188  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1189 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1190  0.0046156577  0.0046156577 -0.0289366235  22409081         23.833
1191  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1192  0.0054513737  0.0054513737  0.0034888792   3227039         12.229
1193  0.0046156577  0.0046156577 -0.0289366235  22409081         23.833
1194  0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
1195 -0.0035578748 -0.0035578748 -0.0189753321  25405353         14.379
1196  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1197  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1198  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1199  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1200  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1201 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1202  0.0193110025  0.0193110025  0.0143044463  19128106         15.645
1203  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1204 -0.0028680688 -0.0028680688 -0.0350541746   5170587         16.864
1205  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1206 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1207  0.0162984426  0.0162984426  0.0583122057  14307985         23.916
1208  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1209  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1210  0.0031221717  0.0031221717  0.0044605345    547029          9.665
1211  0.0142725599  0.0142725599 -0.0072897483  19790484         15.121
1212  0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
1213  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1214  0.0507581967  0.0507581967  0.0452595628   1346766         20.484
1215  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1216  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1217 -0.0028907304 -0.0028907304  0.0089612642   3846647          8.876
1218  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1219  0.0046156577  0.0046156577 -0.0289366235  22409081         23.833
1220  0.0332722833  0.0332722833  0.0190127333   5156419         19.270
1221  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1222  0.0149244669  0.0149244669 -0.0012629329   3137196         13.447
1223  0.0105177994  0.0105177994  0.0202265372  46974479         26.321
1224  0.0162984426  0.0162984426  0.0583122057  14307985         23.916
1225  0.0023659949  0.0023659949 -0.0124010769   3733323          7.972
1226  0.0046156577  0.0046156577 -0.0289366235  22409081         23.833
1227  0.0038652678  0.0038652678  0.0117614578        89         11.972
1228  0.0105177994  0.0105177994  0.0202265372  46974479         26.321
1229  0.0213634936  0.0213634936 -0.0578071002   9469076         33.029
1230  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1231  0.0105367744  0.0365413866  0.0530027967   2251047         21.579
1232  0.0105367744  0.0365413866  0.0530027967   2251047         21.579
1233  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1234  0.0066013008  0.0045626638  0.0155324726   3515578          9.724
1235  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1236 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1237  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1238  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1239 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1240 -0.0057061341 -0.0011887779 -0.0159296243  32082528         14.700
1241 -0.0057061341 -0.0011887779 -0.0159296243  32082528         14.700
1242  0.0231492645  0.0309862551  0.0289365807  15111832         13.862
1243 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1244  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1245  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1246  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1247  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1248  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1249 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1250  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1251  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1252 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1253 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1254  0.0196624644  0.0426392843  0.0431001762    813955         21.006
1255  0.0204978038  0.0202049780  0.0102489019   5165300         26.418
1256 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1257  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1258  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1259 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1260  0.0073260073  0.0025062657  0.0150375940   1800906         18.641
1261 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1262 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1263  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1264  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1265  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1266  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1267 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1268  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1269 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1270 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1271  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1272 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1273 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1274  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1275  0.0066013008  0.0045626638  0.0155324726   3515578          9.724
1276  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1277  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1278  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1279  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1280 -0.0553009709 -0.0528155340 -0.0533592233 111985040         32.204
1281 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1282  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1283  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1284  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1285  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1286  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1287  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1288 -0.0057061341 -0.0011887779 -0.0159296243  32082528         14.700
1289  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1290  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1291  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1292  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1293  0.0031254440  0.0118624805 -0.0089501350   6033422         19.491
1294  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1295  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1296 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1297  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1298  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1299  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1300  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1301  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1302  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1303  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1304  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1305  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1306  0.0030406010  0.0121624039  0.0126989805  21157698         24.594
1307  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1308  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1309  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1310  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1311 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1312 -0.0336705659 -0.0132785330 -0.0398355991   8937496         31.180
1313 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1314  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1315  0.0028687906 -0.0086063717  0.0099652725   9049972         15.316
1316  0.0031254440  0.0118624805 -0.0089501350   6033422         19.491
1317  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1318  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1319 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1320  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1321  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1322 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1323  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1324  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1325  0.0196624644  0.0426392843  0.0431001762    813955         21.006
1326  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1327 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1328  0.0066013008  0.0045626638  0.0155324726   3515578          9.724
1329 -0.0057061341 -0.0011887779 -0.0159296243  32082528         14.700
1330 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1331  0.0030406010  0.0121624039  0.0126989805  21157698         24.594
1332  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1333  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1334 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1335  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1336  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1337  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1338  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1339  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1340  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1341 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1342  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1343  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1344  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1345 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1346  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1347  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1348 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1349  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1350  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1351 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1352 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1353 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1354  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1355 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1356  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1357  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1358 -0.0032345013 -0.0179694519 -0.0292902066  10501334         10.433
1359  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1360  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1361 -0.0032345013 -0.0179694519 -0.0292902066  10501334         10.433
1362  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1363  0.0030406010  0.0121624039  0.0126989805  21157698         24.594
1364  0.0047846890 -0.0023923445  0.0008971292   5005866         16.650
1365  0.0215053763  0.0215053763  0.0179211470    446549         23.050
1366 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1367 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1368  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1369 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1370  0.0107093185  0.0152990264  0.0057023644   1448570         11.203
1371  0.0066013008  0.0045626638  0.0155324726   3515578          9.724
1372 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1373  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1374  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1375  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1376  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1377  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1378  0.0031254440  0.0118624805 -0.0089501350   6033422         19.491
1379  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1380  0.0107093185  0.0152990264  0.0057023644   1448570         11.203
1381 -0.0168880883 -0.0078811079 -0.0131351798  50139775         18.120
1382  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1383  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1384 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1385  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1386  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1387 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1388  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1389  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1390  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1391 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1392  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1393  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1394  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1395  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1396  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1397 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1398  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1399 -0.0032345013 -0.0179694519 -0.0292902066  10501334         10.433
1400  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1401 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1402  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1403 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1404 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1405 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1406  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1407  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1408  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1409  0.0217506631  0.0334217507  0.0694960212   4927051         57.302
1410  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1411  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1412  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1413  0.0211330935  0.0256294964  0.0197841727  14266600         14.996
1414  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1415 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1416  0.0138014585  0.0118654536  0.0084566596   2344503         11.430
1417  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1418  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1419  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1420 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1421  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1422  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1423  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1424  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1425  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1426 -0.0168880883 -0.0078811079 -0.0131351798  50139775         18.120
1427  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1428  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1429  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1430  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1431  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1432 -0.0032345013 -0.0179694519 -0.0292902066  10501334         10.433
1433  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1434 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1435  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1436  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1437  0.0034650035  0.0138600139  0.0228690229   5271503         10.866
1438  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1439  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1440 -0.0553009709 -0.0528155340 -0.0533592233 111985040         32.204
1441 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1442  0.0243787355  0.0346020761  0.0015728216  39671528         19.390
1443  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1444  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1445  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1446  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1447  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1448 -0.0030959752  0.0021671827 -0.0247678019   2123243         13.477
1449  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1450 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1451  0.0040584416  0.0137987013  0.0381493506  44396812         26.327
1452  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1453 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1454  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1455  0.0031254440  0.0118624805 -0.0089501350   6033422         19.491
1456 -0.0057061341 -0.0011887779 -0.0159296243  32082528         14.700
1457 -0.0336705659 -0.0132785330 -0.0398355991   8937496         31.180
1458  0.0011316484  0.0032063372  0.0158430781   8810937          8.269
1459  0.0196624644  0.0426392843  0.0431001762    813955         21.006
1460  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1461  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1462  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1463  0.0031254440  0.0118624805 -0.0089501350   6033422         19.491
1464 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1465  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1466  0.0018378212  0.0011382634  0.0012686895      3863          3.391
1467  0.0031254440  0.0118624805 -0.0089501350   6033422         19.491
1468  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1469  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1470  0.0202521182  0.0250051664  0.0285182889  26004051         25.114
1471 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1472 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1473  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1474 -0.0030959752  0.0021671827 -0.0247678019   2123243         13.477
1475 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1476  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1477  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1478  0.0031254440  0.0118624805 -0.0089501350   6033422         19.491
1479 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1480  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1481 -0.0336705659 -0.0132785330 -0.0398355991   8937496         31.180
1482 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1483  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1484  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1485  0.0028687906 -0.0086063717  0.0099652725   9049972         15.316
1486 -0.0553009709 -0.0528155340 -0.0533592233 111985040         32.204
1487  0.0031254440  0.0118624805 -0.0089501350   6033422         19.491
1488 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1489  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1490 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1491  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1492  0.0031254440  0.0118624805 -0.0089501350   6033422         19.491
1493  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1494 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1495  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1496 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1497  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1498  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1499  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1500  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1501  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1502 -0.0336705659 -0.0132785330 -0.0398355991   8937496         31.180
1503  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1504  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1505 -0.0030959752  0.0021671827 -0.0247678019   2123243         13.477
1506  0.0066013008  0.0045626638  0.0155324726   3515578          9.724
1507  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1508  0.0031254440  0.0118624805 -0.0089501350   6033422         19.491
1509  0.0040578687  0.0055575159  0.0078510939   1859067         16.530
1510  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1511 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1512  0.0031254440  0.0118624805 -0.0089501350   6033422         19.491
1513 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1514  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1515  0.0028687906 -0.0086063717  0.0099652725   9049972         15.316
1516  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1517  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1518  0.0062929535  0.0101846485  0.0007452182   1128568          7.972
1519  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1520  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1521  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1522  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1523  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1524 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1525  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1526  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1527 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1528  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1529  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1530  0.0086637214  0.0172700671  0.0229502553   2795745         21.680
1531 -0.0168880883 -0.0078811079 -0.0131351798  50139775         18.120
1532 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1533  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1534 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1535  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1536 -0.0553009709 -0.0528155340 -0.0533592233 111985040         32.204
1537 -0.0175859050 -0.0004869775  0.0185653316   7738437         37.834
1538 -0.0553009709 -0.0528155340 -0.0533592233 111985040         32.204
1539  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1540  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1541  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1542 -0.0168880883 -0.0078811079 -0.0131351798  50139775         18.120
1543  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1544  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1545  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1546 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1547  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1548 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1549 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1550  0.0034650035  0.0138600139  0.0228690229   5271503         10.866
1551  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1552  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1553  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1554  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1555  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1556  0.0105367744  0.0365413866  0.0530027967   2251047         21.579
1557  0.0066013008  0.0045626638  0.0155324726   3515578          9.724
1558  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1559  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1560 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1561 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1562 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1563  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1564 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1565  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1566  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1567 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1568  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1569 -0.0032345013 -0.0179694519 -0.0292902066  10501334         10.433
1570  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1571  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1572 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1573  0.0066013008  0.0045626638  0.0155324726   3515578          9.724
1574  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1575  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1576  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1577  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1578  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1579  0.0011316484  0.0032063372  0.0158430781   8810937          8.269
1580 -0.0057061341 -0.0011887779 -0.0159296243  32082528         14.700
1581  0.0066013008  0.0045626638  0.0155324726   3515578          9.724
1582  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1583 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1584  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1585  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1586 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1587  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1588  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1589  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1590 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1591 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1592 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1593 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1594 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1595  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1596  0.0011316484  0.0032063372  0.0158430781   8810937          8.269
1597  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1598  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1599  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1600 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1601  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1602  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1603  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1604 -0.0168880883 -0.0078811079 -0.0131351798  50139775         18.120
1605 -0.0032345013 -0.0179694519 -0.0292902066  10501334         10.433
1606 -0.0032345013 -0.0179694519 -0.0292902066  10501334         10.433
1607  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1608  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1609  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1610  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1611  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1612 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1613  0.1108685335  0.1209302326  0.1104888467  14684612         43.726
1614  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1615  0.0040578687  0.0055575159  0.0078510939   1859067         16.530
1616  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1617 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1618 -0.0127207139  0.0081640403 -0.0174672489    301346         26.819
1619  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1620 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1621  0.0030406010  0.0121624039  0.0126989805  21157698         24.594
1622  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1623  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1624  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1625 -0.0032345013 -0.0179694519 -0.0292902066  10501334         10.433
1626  0.0086637214  0.0172700671  0.0229502553   2795745         21.680
1627 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1628  0.0066013008  0.0045626638  0.0155324726   3515578          9.724
1629  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1630  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1631  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1632  0.0011316484  0.0032063372  0.0158430781   8810937          8.269
1633  0.0031254440  0.0118624805 -0.0089501350   6033422         19.491
1634 -0.0553009709 -0.0528155340 -0.0533592233 111985040         32.204
1635  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1636 -0.0553009709 -0.0528155340 -0.0533592233 111985040         32.204
1637 -0.0030959752  0.0021671827 -0.0247678019   2123243         13.477
1638  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1639  0.0066013008  0.0045626638  0.0155324726   3515578          9.724
1640 -0.0553009709 -0.0528155340 -0.0533592233 111985040         32.204
1641  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1642  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1643  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1644  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1645  0.0243787355  0.0346020761  0.0015728216  39671528         19.390
1646  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1647  0.0012983752 -0.0059084195 -0.0147710487       892         15.755
1648  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1649  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1650 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1651 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1652  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1653  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1654  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1655  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1656  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1657 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1658  0.0066013008  0.0045626638  0.0155324726   3515578          9.724
1659  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1660  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1661 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1662  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1663 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1664  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1665  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1666  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1667  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1668  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1669  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1670  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1671 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1672 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1673  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1674  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1675  0.0031254440  0.0118624805 -0.0089501350   6033422         19.491
1676  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1677  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1678  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1679 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1680  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1681 -0.0553009709 -0.0528155340 -0.0533592233 111985040         32.204
1682 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1683  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1684  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1685  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1686  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1687  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1688  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1689  0.0000000000  0.0327190673  0.0327190673     17700         24.467
1690  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1691 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1692 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1693  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1694 -0.0553009709 -0.0528155340 -0.0533592233 111985040         32.204
1695  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1696  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1697  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1698  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1699  0.0140026878  0.0272250401  0.0285255993   4024490         18.682
1700 -0.0030959752  0.0021671827 -0.0247678019   2123243         13.477
1701  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1702 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1703  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1704  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1705  0.0127133608  0.0233078281  0.0127133608  15430940         16.344
1706 -0.0057061341 -0.0011887779 -0.0159296243  32082528         14.700
1707  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1708 -0.0553009709 -0.0528155340 -0.0533592233 111985040         32.204
1709 -0.0057061341 -0.0011887779 -0.0159296243  32082528         14.700
1710  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1711  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1712  0.0031254440  0.0118624805 -0.0089501350   6033422         19.491
1713  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1714  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1715 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1716 -0.0553009709 -0.0528155340 -0.0533592233 111985040         32.204
1717 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1718  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1719  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1720  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1721  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1722  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1723 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1724  0.0040578687  0.0055575159  0.0078510939   1859067         16.530
1725  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1726  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1727  0.0086637214  0.0172700671  0.0229502553   2795745         21.680
1728  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1729  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1730  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1731  0.0196624644  0.0426392843  0.0431001762    813955         21.006
1732  0.0031254440  0.0118624805 -0.0089501350   6033422         19.491
1733  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1734  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1735  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1736  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1737  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1738  0.0202521182  0.0250051664  0.0285182889  26004051         25.114
1739  0.0374724862  0.0518065174  0.0358619209   2076140         27.376
1740  0.0105367744  0.0365413866  0.0530027967   2251047         21.579
1741 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1742  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1743 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1744  0.0040578687  0.0055575159  0.0078510939   1859067         16.530
1745 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1746  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1747 -0.0175859050 -0.0004869775  0.0185653316   7738437         37.834
1748  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1749 -0.0035709562  0.0044967597 -0.0286999074  18004222         17.174
1750 -0.0553009709 -0.0528155340 -0.0533592233 111985040         32.204
1751  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1752  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1753  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1754 -0.0100066711 -0.0126751167  0.0133422282  12433763         26.395
1755 -0.0553009709 -0.0528155340 -0.0533592233 111985040         32.204
1756  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1757 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1758  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1759 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1760  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1761  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1762 -0.0057061341 -0.0011887779 -0.0159296243  32082528         14.700
1763  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1764  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1765  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1766  0.0031254440  0.0118624805 -0.0089501350   6033422         19.491
1767 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1768  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1769 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1770  0.0371057514  0.0411873840  0.0890538033  18796871         25.781
1771  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1772 -0.0057061341 -0.0011887779 -0.0159296243  32082528         14.700
1773  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1774  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1775 -0.0336705659 -0.0132785330 -0.0398355991   8937496         31.180
1776  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1777 -0.0032345013 -0.0179694519 -0.0292902066  10501334         10.433
1778  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1779  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1780 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1781  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1782  0.0074941793  0.0064755530  0.0002910361   2968801         11.626
1783  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1784  0.0066013008  0.0045626638  0.0155324726   3515578          9.724
1785 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1786  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1787  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1788  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1789  0.0269794721  0.0278592375  0.0102639296   5793200         19.866
1790  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1791  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1792  0.0073260073  0.0025062657  0.0150375940   1800906         18.641
1793 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1794  0.0105367744  0.0365413866  0.0530027967   2251047         21.579
1795  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1796  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1797  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1798  0.0018378212  0.0011382634  0.0012686895      3863          3.391
1799 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1800  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1801  0.0035900351  0.0094253703  0.0177280905    693341         10.369
1802  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1803 -0.0023667928  0.0041088484  0.0050099117   3850181         14.201
1804 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1805 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1806  0.0066013008  0.0045626638  0.0155324726   3515578          9.724
1807  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1808  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1809 -0.0003107520  0.0102548167 -0.0605966439   9700776         33.037
1810  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1811  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1812  0.0034650035  0.0138600139  0.0228690229   5271503         10.866
1813  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1814  0.0243787355  0.0346020761  0.0015728216  39671528         19.390
1815  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1816  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1817  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1818  0.0049011599  0.0035941840 -0.0051462179   3233576          7.607
1819  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1820 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
1821  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1822  0.0039712557  0.0039712557  0.0185325265   3794023         16.848
1823  0.0021847023  0.0021847023  0.0274156396   1116142         14.776
1824  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
1825  0.0107262177  0.0107262177  0.0117812555   8750655         10.165
1826  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1827  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
1828  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1829  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
1830  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1831  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
1832 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
1833 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
1834 -0.0024390244 -0.0024390244  0.0008985879    979820          9.198
1835  0.0020891997  0.0020891997 -0.0007266782   4766038          5.810
1836  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
1837  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
1838  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
1839  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
1840  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1841  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1842  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
1843  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
1844  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1845 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
1846  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1847 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
1848  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
1849  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
1850  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1851  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1852  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1853  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1854 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
1855  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1856  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
1857 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
1858  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1859  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1860 -0.0418279570 -0.0418279570 -0.0344086022    799173         21.780
1861  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
1862  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1863  0.0040959626  0.0040959626 -0.0014628438  23093057         14.798
1864 -0.0012093988 -0.0012093988  0.0063925363  15558884         10.373
1865  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1866  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1867  0.0081967213  0.0081967213  0.0109007943   2008016          8.301
1868 -0.0371397984 -0.0371397984 -0.0399270253    779194         24.356
1869  0.0122463261  0.0122463261  0.0034989503   7951315         16.337
1870  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
1871 -0.0031257514 -0.0031257514  0.0069728300   8702646         14.513
1872  0.0021847023  0.0021847023  0.0274156396   1116142         14.776
1873  0.0205836740  0.0205836740  0.0073311716  15952573         20.518
1874  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1875  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
1876  0.0078339209  0.0078339209  0.0030552291   4619284          9.928
1877  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1878  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1879  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1880  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1881  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
1882 -0.0051577670 -0.0051577670 -0.0015169903   9754010         12.984
1883  0.0085085085  0.0085085085  0.0024468913   3273420          9.098
1884 -0.0030654697 -0.0030654697  0.0194876286  13789408         16.283
1885  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
1886  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1887 -0.0371397984 -0.0371397984 -0.0399270253    779194         24.356
1888  0.0023001725  0.0023001725  0.0123634273   5951700         11.009
1889  0.0205836740  0.0205836740  0.0073311716  15952573         20.518
1890  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1891  0.0127482560  0.0127482560  0.0238179160  39111913          9.619
1892  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
1893  0.0006736449  0.0006736449  0.0123328842   1788244         15.061
1894  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
1895  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1896  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
1897  0.0033670034  0.0033670034 -0.0114478114   4818815         15.319
1898  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
1899  0.0085085085  0.0085085085  0.0024468913   3273420          9.098
1900  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
1901  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
1902 -0.0189617084 -0.0189617084 -0.0226435935    608408         10.720
1903  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1904  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1905 -0.0031420364 -0.0031420364  0.0183707113   1585711         17.788
1906  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1907  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1908  0.0205836740  0.0205836740  0.0073311716  15952573         20.518
1909  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1910  0.0094696970  0.0094696970  0.0340909091       260         21.770
1911  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1912  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1913  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1914  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1915  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
1916 -0.0252100840 -0.0252100840 -0.0014005602   2006556         16.673
1917 -0.0205047319 -0.0205047319  0.0126182965   4818512         40.366
1918  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1919  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1920  0.0054249548  0.0054249548  0.0094936709  15081800          5.326
1921  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1922  0.0081967213  0.0081967213  0.0109007943   2008016          8.301
1923 -0.0051577670 -0.0051577670 -0.0015169903   9754010         12.984
1924  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1925  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1926  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1927 -0.0371397984 -0.0371397984 -0.0399270253    779194         24.356
1928  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
1929  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1930  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
1931  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1932  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1933  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1934  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1935  0.0094696970  0.0094696970  0.0340909091       260         21.770
1936 -0.0100334448 -0.0100334448  0.0100334448    476960         25.606
1937  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1938  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1939  0.0033670034  0.0033670034 -0.0114478114   4818815         15.319
1940  0.0205836740  0.0205836740  0.0073311716  15952573         20.518
1941 -0.0031257514 -0.0031257514  0.0069728300   8702646         14.513
1942  0.0205836740  0.0205836740  0.0073311716  15952573         20.518
1943 -0.0284420578 -0.0284420578 -0.0055860202   4615104         28.683
1944  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1945  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1946  0.0048886475  0.0048886475 -0.0027159153   3367191          9.697
1947  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
1948  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1949  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
1950  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1951 -0.0031257514 -0.0031257514  0.0069728300   8702646         14.513
1952  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1953  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
1954 -0.0168589175 -0.0168589175 -0.0104259095   3476020         13.549
1955  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1956  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1957  0.0107262177  0.0107262177  0.0117812555   8750655         10.165
1958 -0.0284420578 -0.0284420578 -0.0055860202   4615104         28.683
1959 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
1960  0.0020891997  0.0020891997 -0.0007266782   4766038          5.810
1961  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
1962  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1963  0.0122463261  0.0122463261  0.0034989503   7951315         16.337
1964  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
1965  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1966  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1967  0.0020891997  0.0020891997 -0.0007266782   4766038          5.810
1968  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1969 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
1970  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1971  0.0021847023  0.0021847023  0.0274156396   1116142         14.776
1972 -0.0284420578 -0.0284420578 -0.0055860202   4615104         28.683
1973  0.0100031260  0.0100031260  0.0079712410  23239825          4.759
1974  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
1975  0.0107262177  0.0107262177  0.0117812555   8750655         10.165
1976  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
1977 -0.0051577670 -0.0051577670 -0.0015169903   9754010         12.984
1978  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1979  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1980  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
1981 -0.0142211443 -0.0142211443 -0.0060632786  49805916         16.543
1982  0.0023001725  0.0023001725  0.0123634273   5951700         11.009
1983  0.0468553459  0.0468553459  0.0761006289  12856964         28.188
1984  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
1985 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
1986  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
1987  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
1988  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
1989 -0.0142211443 -0.0142211443 -0.0060632786  49805916         16.543
1990  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1991  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
1992  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
1993 -0.0031257514 -0.0031257514  0.0069728300   8702646         14.513
1994  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
1995  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
1996  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
1997  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1998  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
1999  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2000  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2001 -0.0028622108 -0.0028622108  0.0149157462   3627095         11.550
2002  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2003  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2004  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2005 -0.0252100840 -0.0252100840 -0.0014005602   2006556         16.673
2006  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
2007  0.0023001725  0.0023001725  0.0123634273   5951700         11.009
2008  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2009 -0.0032001766 -0.0032001766  0.0043036857  15183542          9.627
2010  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2011  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2012 -0.0047885076 -0.0047885076  0.0127693536  36089848         13.905
2013  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2014  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2015 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
2016  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2017  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2018  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2019  0.0159283981  0.0159283981  0.0233616505   4249920         19.256
2020 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2021 -0.0031257514 -0.0031257514  0.0069728300   8702646         14.513
2022  0.0085085085  0.0085085085  0.0024468913   3273420          9.098
2023  0.0122463261  0.0122463261  0.0034989503   7951315         16.337
2024 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
2025 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2026  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2027  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2028  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2029 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
2030  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
2031  0.0054249548  0.0054249548  0.0094936709  15081800          5.326
2032  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2033  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2034  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2035  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2036  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2037  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2038  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
2039 -0.0205047319 -0.0205047319  0.0126182965   4818512         40.366
2040  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2041  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
2042  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2043  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2044 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
2045  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2046 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
2047  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2048  0.0107262177  0.0107262177  0.0117812555   8750655         10.165
2049  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2050  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2051  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2052  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2053  0.0021847023  0.0021847023  0.0274156396   1116142         14.776
2054 -0.0252100840 -0.0252100840 -0.0014005602   2006556         16.673
2055  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2056 -0.0047885076 -0.0047885076  0.0127693536  36089848         13.905
2057  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2058  0.0094696970  0.0094696970  0.0340909091       260         21.770
2059  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2060  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2061  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2062  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2063  0.0107262177  0.0107262177  0.0117812555   8750655         10.165
2064 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
2065  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2066  0.0023001725  0.0023001725  0.0123634273   5951700         11.009
2067  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2068  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2069  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2070  0.0020891997  0.0020891997 -0.0007266782   4766038          5.810
2071  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2072  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2073  0.0122463261  0.0122463261  0.0034989503   7951315         16.337
2074  0.0567375887  0.0567375887  0.1205673759  16737895        124.137
2075  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2076  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2077  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2078  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2079  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2080 -0.0031257514 -0.0031257514  0.0069728300   8702646         14.513
2081  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2082  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2083  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2084 -0.0252100840 -0.0252100840 -0.0014005602   2006556         16.673
2085  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2086 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
2087 -0.0182333874 -0.0182333874  0.0040518639  90241979         17.981
2088  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2089  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2090  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2091  0.0107262177  0.0107262177  0.0117812555   8750655         10.165
2092  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
2093  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2094 -0.0252100840 -0.0252100840 -0.0014005602   2006556         16.673
2095  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2096  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2097  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2098  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2099  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2100  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2101  0.0020891997  0.0020891997 -0.0007266782   4766038          5.810
2102  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2103  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2104  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2105  0.0567375887  0.0567375887  0.1205673759  16737895        124.137
2106  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
2107  0.0020891997  0.0020891997 -0.0007266782   4766038          5.810
2108  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2109  0.0205836740  0.0205836740  0.0073311716  15952573         20.518
2110  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
2111 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2112  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2113  0.0156608613  0.0156608613  0.0090454975   1789343         24.619
2114  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2115  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2116  0.0122463261  0.0122463261  0.0034989503   7951315         16.337
2117  0.0122463261  0.0122463261  0.0034989503   7951315         16.337
2118  0.0122463261  0.0122463261  0.0034989503   7951315         16.337
2119  0.0205836740  0.0205836740  0.0073311716  15952573         20.518
2120  0.0241492865  0.0241492865  0.0450054885     56372         15.812
2121  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
2122  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2123  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2124  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2125  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2126  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2127  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2128  0.0085085085  0.0085085085  0.0024468913   3273420          9.098
2129 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
2130  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2131  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2132  0.0052858021  0.0052858021  0.0102028273  10532997         10.802
2133 -0.0205047319 -0.0205047319  0.0126182965   4818512         40.366
2134  0.0056986551  0.0056986551  0.0036927285   1471287          9.685
2135 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
2136  0.0107262177  0.0107262177  0.0117812555   8750655         10.165
2137  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2138  0.0020891997  0.0020891997 -0.0007266782   4766038          5.810
2139  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2140  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2141  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2142  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2143  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2144 -0.0371397984 -0.0371397984 -0.0399270253    779194         24.356
2145  0.0122463261  0.0122463261  0.0034989503   7951315         16.337
2146  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2147  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2148  0.0107262177  0.0107262177  0.0117812555   8750655         10.165
2149  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2150 -0.0094068461 -0.0094068461 -0.0039195192   1094551          7.656
2151  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
2152  0.0078339209  0.0078339209  0.0030552291   4619284          9.928
2153  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2154  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
2155  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
2156  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2157  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2158  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2159  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2160 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
2161  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
2162  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
2163  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2164  0.0159283981  0.0159283981  0.0233616505   4249920         19.256
2165  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2166  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2167  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2168  0.0107262177  0.0107262177  0.0117812555   8750655         10.165
2169  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2170  0.0020891997  0.0020891997 -0.0007266782   4766038          5.810
2171  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2172  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2173  0.0159283981  0.0159283981  0.0233616505   4249920         19.256
2174  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2175  0.0254761905  0.0254761905  0.0102380952   6956821         15.200
2176  0.0183433649  0.0183433649  0.0306678131   4445600         12.082
2177  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2178  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2179  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2180  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2181  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2182  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2183  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2184  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2185  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2186  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2187  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2188  0.0058778036  0.0058778036  0.0296983759  38398054         43.817
2189  0.0058778036  0.0058778036  0.0296983759  38398054         43.817
2190 -0.0012093988 -0.0012093988  0.0063925363  15558884         10.373
2191  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2192  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2193  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2194  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2195  0.0205836740  0.0205836740  0.0073311716  15952573         20.518
2196 -0.0142211443 -0.0142211443 -0.0060632786  49805916         16.543
2197  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2198  0.0159283981  0.0159283981  0.0233616505   4249920         19.256
2199  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2200 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2201 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2202  0.0205836740  0.0205836740  0.0073311716  15952573         20.518
2203  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2204  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2205  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2206  0.0125601283  0.0125601283  0.0125601283  16872258         11.293
2207  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2208  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
2209  0.0100031260  0.0100031260  0.0079712410  23239825          4.759
2210 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2211  0.0018482372  0.0018482372  0.0113456142   1449737         14.957
2212  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2213  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2214  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
2215  0.0023001725  0.0023001725  0.0123634273   5951700         11.009
2216  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2217  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2218  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2219  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2220  0.0085085085  0.0085085085  0.0024468913   3273420          9.098
2221  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2222  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
2223  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2224  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2225  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2226 -0.0024390244 -0.0024390244  0.0008985879    979820          9.198
2227  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2228  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2229  0.0058778036  0.0058778036  0.0296983759  38398054         43.817
2230  0.0058778036  0.0058778036  0.0296983759  38398054         43.817
2231  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2232  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2233 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
2234  0.0122463261  0.0122463261  0.0034989503   7951315         16.337
2235  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2236  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2237  0.0107262177  0.0107262177  0.0117812555   8750655         10.165
2238  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2239  0.0078339209  0.0078339209  0.0030552291   4619284          9.928
2240 -0.0028622108 -0.0028622108  0.0149157462   3627095         11.550
2241  0.0205836740  0.0205836740  0.0073311716  15952573         20.518
2242  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
2243  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2244 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
2245  0.0107262177  0.0107262177  0.0117812555   8750655         10.165
2246  0.0100031260  0.0100031260  0.0079712410  23239825          4.759
2247  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2248  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2249  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2250 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2251  0.0023001725  0.0023001725  0.0123634273   5951700         11.009
2252  0.0081967213  0.0081967213  0.0109007943   2008016          8.301
2253  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2254  0.0081967213  0.0081967213  0.0109007943   2008016          8.301
2255 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
2256  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2257  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2258  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2259  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2260  0.0020891997  0.0020891997 -0.0007266782   4766038          5.810
2261  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2262 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2263  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2264  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2265  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2266  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
2267  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2268  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2269  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2270  0.0122463261  0.0122463261  0.0034989503   7951315         16.337
2271  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2272  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2273  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2274  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2275  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2276  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
2277  0.0130400628  0.0130400628  0.0177533386  12848500          9.844
2278  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2279  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2280  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2281  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2282  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2283 -0.0032001766 -0.0032001766  0.0043036857  15183542          9.627
2284  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2285  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
2286  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2287  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2288  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2289  0.0085085085  0.0085085085  0.0024468913   3273420          9.098
2290  0.0205836740  0.0205836740  0.0073311716  15952573         20.518
2291 -0.0047885076 -0.0047885076  0.0127693536  36089848         13.905
2292  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
2293  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2294  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
2295  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2296 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2297  0.0085085085  0.0085085085  0.0024468913   3273420          9.098
2298 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2299  0.0254761905  0.0254761905  0.0102380952   6956821         15.200
2300  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
2301  0.0020891997  0.0020891997 -0.0007266782   4766038          5.810
2302  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2303  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2304  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2305  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2306  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2307  0.0078339209  0.0078339209  0.0030552291   4619284          9.928
2308  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2309  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2310  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2311  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
2312 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
2313  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2314 -0.0031257514 -0.0031257514  0.0069728300   8702646         14.513
2315 -0.0047885076 -0.0047885076  0.0127693536  36089848         13.905
2316  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2317 -0.0030654697 -0.0030654697  0.0194876286  13789408         16.283
2318  0.0091160221  0.0091160221  0.0088397790  24977011         11.920
2319  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2320  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2321  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2322  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2323  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2324  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
2325  0.0058778036  0.0058778036  0.0296983759  38398054         43.817
2326  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2327 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
2328  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2329  0.0122463261  0.0122463261  0.0034989503   7951315         16.337
2330  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2331 -0.0032001766 -0.0032001766  0.0043036857  15183542          9.627
2332  0.0205836740  0.0205836740  0.0073311716  15952573         20.518
2333 -0.0042897998 -0.0042897998 -0.0119161106  15946816         10.297
2334  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2335 -0.0371397984 -0.0371397984 -0.0399270253    779194         24.356
2336  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2337  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2338  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2339  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2340  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2341  0.0125601283  0.0125601283  0.0125601283  16872258         11.293
2342  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2343  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2344  0.0205836740  0.0205836740  0.0073311716  15952573         20.518
2345 -0.0203582419 -0.0203582419  0.0089363213  87387171         19.695
2346  0.0122463261  0.0122463261  0.0034989503   7951315         16.337
2347  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2348  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2349  0.0020891997  0.0020891997 -0.0007266782   4766038          5.810
2350 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2351  0.0046097501  0.0046097501  0.0106466962       413         15.643
2352  0.0567375887  0.0567375887  0.1205673759  16737895        124.137
2353  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2354  0.0205836740  0.0205836740  0.0073311716  15952573         20.518
2355  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2356  0.0021447116  0.0021447116 -0.0013545547   2992097          7.905
2357  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2358  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2359  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2360  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2361 -0.0079459311 -0.0079459311  0.0010959905   2812507         14.561
2362  0.0021447116  0.0021447116 -0.0013545547   2992097          7.905
2363  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
2364 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
2365  0.0205836740  0.0205836740  0.0073311716  15952573         20.518
2366  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2367  0.0081967213  0.0081967213  0.0109007943   2008016          8.301
2368  0.0078339209  0.0078339209  0.0030552291   4619284          9.928
2369  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2370  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2371  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2372  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2373  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2374 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
2375 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
2376  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
2377  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
2378  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2379  0.0078339209  0.0078339209  0.0030552291   4619284          9.928
2380  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2381  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2382 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2383  0.0081967213  0.0081967213  0.0109007943   2008016          8.301
2384  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2385 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
2386  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2387 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
2388  0.0156608613  0.0156608613  0.0090454975   1789343         24.619
2389  0.0122463261  0.0122463261  0.0034989503   7951315         16.337
2390 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2391  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2392 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
2393 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2394 -0.0012093988 -0.0012093988  0.0063925363  15558884         10.373
2395  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2396  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2397  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2398  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2399 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
2400 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
2401  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2402  0.0000000000  0.0000000000 -0.0130434783       425         92.245
2403  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2404  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2405  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2406  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2407  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
2408  0.0122463261  0.0122463261  0.0034989503   7951315         16.337
2409  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2410  0.0127482560  0.0127482560  0.0238179160  39111913          9.619
2411  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2412  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2413  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2414  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2415  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2416  0.0205836740  0.0205836740  0.0073311716  15952573         20.518
2417  0.0195446303  0.0195446303 -0.0040298207  17699168         14.762
2418 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
2419 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
2420  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2421  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2422  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2423  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2424  0.0107262177  0.0107262177  0.0117812555   8750655         10.165
2425  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2426  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2427  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2428  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2429  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2430 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
2431  0.0159283981  0.0159283981  0.0233616505   4249920         19.256
2432  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2433 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2434  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2435  0.0277308898  0.0277308898  0.1294911985   3918310         62.828
2436  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2437 -0.0028622108 -0.0028622108  0.0149157462   3627095         11.550
2438  0.0078339209  0.0078339209  0.0030552291   4619284          9.928
2439  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2440  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2441  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2442  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2443  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2444  0.0136182202  0.0136182202 -0.0075135008  14450263         11.093
2445  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2446  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
2447  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2448  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
2449  0.0021847023  0.0021847023  0.0274156396   1116142         14.776
2450  0.0023001725  0.0023001725  0.0123634273   5951700         11.009
2451 -0.0012093988 -0.0012093988  0.0063925363  15558884         10.373
2452  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2453  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2454  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2455  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2456  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2457 -0.0028622108 -0.0028622108  0.0149157462   3627095         11.550
2458  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
2459  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2460  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2461  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2462  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2463  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2464  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2465  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2466  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2467  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2468  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2469  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2470  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2471  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
2472  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2473  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2474  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2475  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2476  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2477  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2478  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2479  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2480  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2481  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2482  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2483  0.0195446303  0.0195446303 -0.0040298207  17699168         14.762
2484  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2485  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2486 -0.0032001766 -0.0032001766  0.0043036857  15183542          9.627
2487  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2488  0.0058778036  0.0058778036  0.0296983759  38398054         43.817
2489  0.0125601283  0.0125601283  0.0125601283  16872258         11.293
2490  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2491  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2492  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2493  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2494  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2495  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2496  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2497  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
2498  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
2499  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2500  0.0020891997  0.0020891997 -0.0007266782   4766038          5.810
2501  0.0468553459  0.0468553459  0.0761006289  12856964         28.188
2502  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2503  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2504  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2505  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2506  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2507  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2508  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2509  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2510 -0.0031257514 -0.0031257514  0.0069728300   8702646         14.513
2511  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2512  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2513  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2514  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2515  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2516  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
2517  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2518  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2519  0.0195446303  0.0195446303 -0.0040298207  17699168         14.762
2520  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2521 -0.0024089350 -0.0024089350 -0.0021169428  23482860          5.183
2522 -0.0029513035 -0.0029513035  0.0070093458  16834163         12.684
2523  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2524  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2525  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2526  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
2527  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2528  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2529  0.0107262177  0.0107262177  0.0117812555   8750655         10.165
2530  0.0046097501  0.0046097501  0.0106466962       413         15.643
2531  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2532  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2533  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2534  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2535  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
2536  0.0052858021  0.0052858021  0.0102028273  10532997         10.802
2537  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
2538  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
2539  0.0195446303  0.0195446303 -0.0040298207  17699168         14.762
2540  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2541  0.0078339209  0.0078339209  0.0030552291   4619284          9.928
2542 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2543 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2544  0.0125601283  0.0125601283  0.0125601283  16872258         11.293
2545  0.0254761905  0.0254761905  0.0102380952   6956821         15.200
2546  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2547 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
2548  0.0052858021  0.0052858021  0.0102028273  10532997         10.802
2549  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2550 -0.0032001766 -0.0032001766  0.0043036857  15183542          9.627
2551  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
2552  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2553  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
2554  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2555 -0.0042897998 -0.0042897998 -0.0119161106  15946816         10.297
2556 -0.0371397984 -0.0371397984 -0.0399270253    779194         24.356
2557  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2558  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2559  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2560  0.0078339209  0.0078339209  0.0030552291   4619284          9.928
2561  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2562  0.0081967213  0.0081967213  0.0109007943   2008016          8.301
2563  0.0054249548  0.0054249548  0.0094936709  15081800          5.326
2564  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2565  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
2566 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
2567  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2568  0.0084925690  0.0084925690  0.0156581741  30335967         11.977
2569  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2570  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2571  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2572 -0.0012093988 -0.0012093988  0.0063925363  15558884         10.373
2573  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2574  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
2575 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2576  0.0122463261  0.0122463261  0.0034989503   7951315         16.337
2577  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2578  0.0159283981  0.0159283981  0.0233616505   4249920         19.256
2579 -0.0051175436 -0.0051175436  0.0107148569   4297878         33.166
2580  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2581  0.0010080645  0.0010080645  0.0030241935   1795519         11.085
2582  0.0010080645  0.0010080645  0.0030241935   1795519         11.085
2583  0.0010080645  0.0010080645  0.0030241935   1795519         11.085
2584  0.0010080645  0.0010080645  0.0030241935   1795519         11.085
2585  0.0010080645  0.0010080645  0.0030241935   1795519         11.085
2586 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
2587  0.0195446303  0.0195446303 -0.0040298207  17699168         14.762
2588  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2589 -0.0012093988 -0.0012093988  0.0063925363  15558884         10.373
2590  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2591  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2592 -0.0012093988 -0.0012093988  0.0063925363  15558884         10.373
2593  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2594  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2595  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2596  0.0567375887  0.0567375887  0.1205673759  16737895        124.137
2597  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
2598  0.0125601283  0.0125601283  0.0125601283  16872258         11.293
2599  0.0277308898  0.0277308898  0.1294911985   3918310         62.828
2600  0.0078801098  0.0078801098  0.0033068318   3862221         10.429
2601  0.0034085664  0.0034085664  0.0051365202   1383119          6.591
2602  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2603  0.0000000000  0.0000000000 -0.0130434783       425         92.245
2604  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2605  0.0020891997  0.0020891997 -0.0007266782   4766038          5.810
2606  0.0020891997  0.0020891997 -0.0007266782   4766038          5.810
2607  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2608  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2609  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2610  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2611  0.0107262177  0.0107262177  0.0117812555   8750655         10.165
2612  0.0002366752  0.0002366752  0.0134904857   2793709         10.600
2613  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2614  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2615  0.0048886475  0.0048886475 -0.0027159153   3367191          9.697
2616 -0.0007377896 -0.0007377896 -0.0134277704  16112092         12.070
2617  0.0159283981  0.0159283981  0.0233616505   4249920         19.256
2618 -0.0042897998 -0.0042897998 -0.0119161106  15946816         10.297
2619  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2620  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2621  0.0100031260  0.0100031260  0.0079712410  23239825          4.759
2622  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2623  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2624  0.0047197640  0.0047197640  0.0005899705   8105294         15.920
2625  0.0159283981  0.0159283981  0.0233616505   4249920         19.256
2626  0.0125601283  0.0125601283  0.0125601283  16872258         11.293
2627 -0.0028622108 -0.0028622108  0.0149157462   3627095         11.550
2628  0.0085085085  0.0085085085  0.0024468913   3273420          9.098
2629 -0.0041799030 -0.0041799030  0.0123725130  17237460         13.535
2630  0.0100031260  0.0100031260  0.0079712410  23239825          4.759
2631  0.0094567620  0.0094567620  0.0491725870   1771528         15.922
2632  0.0136396267  0.0136396267 -0.0014357502  19338619         11.868
2633 -0.0052331113  0.0076117983 -0.0107040913  23900989         11.451
2634  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2635 -0.0027269811 -0.0020853385  0.0118703882   3777302         33.057
2636  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2637  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2638 -0.0027269811 -0.0020853385  0.0118703882   3777302         33.057
2639  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2640  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2641 -0.0082637876 -0.0104347826 -0.0062912168   1818671          9.219
2642  0.0183108588  0.0275372605  0.0178850248  13522717         21.237
2643 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2644  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2645 -0.0205907587 -0.0168135578 -0.0100279669   2316487         14.568
2646  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2647 -0.0027269811 -0.0020853385  0.0118703882   3777302         33.057
2648 -0.0013100028 -0.0064564424 -0.0116964536   3386203         18.375
2649  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2650 -0.0126954430  0.0053454497 -0.0045436322   1908500         25.531
2651  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2652  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2653  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2654  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2655  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2656 -0.0072946686 -0.0064841499 -0.0082853026   7418101          7.425
2657 -0.0052331113  0.0076117983 -0.0107040913  23900989         11.451
2658 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2659  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2660 -0.0068181818  0.0094696970  0.0363636364       260         21.770
2661  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2662 -0.0116223909 -0.0090132827 -0.0132827324  14662016          9.620
2663  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2664  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2665 -0.0023640662 -0.0173364854 -0.0015760441  36178588         15.727
2666  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2667  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2668  0.0183108588  0.0275372605  0.0178850248  13522717         21.237
2669  0.0183108588  0.0275372605  0.0178850248  13522717         21.237
2670  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2671  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2672 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2673  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2674  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2675  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2676  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2677 -0.0204592603 -0.0223907290 -0.0191716146  36414585         11.327
2678  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2679 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2680  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2681  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2682 -0.0603837472 -0.0626410835 -0.0654627540   3251362         22.470
2683 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2684 -0.0159628051 -0.0030995738 -0.0092987214   5471550         11.003
2685 -0.0154928323 -0.0116641439 -0.0255542694   3218687         12.411
2686 -0.0027269811 -0.0020853385  0.0118703882   3777302         33.057
2687  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2688  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2689  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2690  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2691 -0.0116223909 -0.0090132827 -0.0132827324  14662016          9.620
2692 -0.0072946686 -0.0064841499 -0.0082853026   7418101          7.425
2693 -0.0171651090 -0.0529595016 -0.0482928349    672172         22.235
2694 -0.0171651090 -0.0529595016 -0.0482928349    672172         22.235
2695 -0.0204592603 -0.0223907290 -0.0191716146  36414585         11.327
2696 -0.0204592603 -0.0223907290 -0.0191716146  36414585         11.327
2697  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2698 -0.0053547523 -0.0026773762 -0.0053547523   5167882         13.812
2699  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2700  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2701 -0.0052331113  0.0076117983 -0.0107040913  23900989         11.451
2702  0.0183108588  0.0275372605  0.0178850248  13522717         21.237
2703  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2704  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2705 -0.0159628051 -0.0030995738 -0.0092987214   5471550         11.003
2706 -0.0068181818  0.0094696970  0.0363636364       260         21.770
2707  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2708  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2709  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2710  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2711  0.0183108588  0.0275372605  0.0178850248  13522717         21.237
2712 -0.0246993825 -0.0321741956 -0.0149496263  26421720         19.917
2713 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2714 -0.0269499115 -0.0140164532 -0.0150091985   1422953         24.325
2715  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2716 -0.0072946686 -0.0064841499 -0.0082853026   7418101          7.425
2717  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2718 -0.0052331113  0.0076117983 -0.0107040913  23900989         11.451
2719 -0.0204592603 -0.0223907290 -0.0191716146  36414585         11.327
2720  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2721 -0.0072946686 -0.0064841499 -0.0082853026   7418101          7.425
2722  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2723  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2724  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2725  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2726 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2727  0.0026099177  0.0158602690 -0.0028106806  16095603         14.138
2728 -0.0205907587 -0.0168135578 -0.0100279669   2316487         14.568
2729 -0.0072946686 -0.0064841499 -0.0082853026   7418101          7.425
2730  0.0049906425  0.0383655646  0.0364940736  13137393         27.277
2731 -0.0204592603 -0.0223907290 -0.0191716146  36414585         11.327
2732 -0.0154461203 -0.0316191168 -0.0268944212    827913         11.572
2733 -0.0338675214 -0.0349358974 -0.0271367521  24451380         18.890
2734 -0.0063003150  0.0059502975  0.0075253763   7197973         10.137
2735 -0.0027269811 -0.0020853385  0.0118703882   3777302         33.057
2736 -0.0027269811 -0.0020853385  0.0118703882   3777302         33.057
2737 -0.0072946686 -0.0064841499 -0.0082853026   7418101          7.425
2738  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2739  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2740 -0.0072946686 -0.0064841499 -0.0082853026   7418101          7.425
2741  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2742  0.0183108588  0.0275372605  0.0178850248  13522717         21.237
2743 -0.0603837472 -0.0626410835 -0.0654627540   3251362         22.470
2744 -0.0204592603 -0.0223907290 -0.0191716146  36414585         11.327
2745  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2746  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2747  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2748 -0.0159628051 -0.0030995738 -0.0092987214   5471550         11.003
2749  0.0280570657  0.0124568068  0.0188997137        51         15.846
2750  0.0183108588  0.0275372605  0.0178850248  13522717         21.237
2751 -0.0044866264 -0.0015530630  0.0050043141   8558904         17.642
2752 -0.0044866264 -0.0015530630  0.0050043141   8558904         17.642
2753 -0.0044866264 -0.0015530630  0.0050043141   8558904         17.642
2754 -0.0116223909 -0.0090132827 -0.0132827324  14662016          9.620
2755  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2756 -0.0072946686 -0.0064841499 -0.0082853026   7418101          7.425
2757  0.0183108588  0.0275372605  0.0178850248  13522717         21.237
2758 -0.0027269811 -0.0020853385  0.0118703882   3777302         33.057
2759 -0.0171651090 -0.0529595016 -0.0482928349    672172         22.235
2760 -0.0072946686 -0.0064841499 -0.0082853026   7418101          7.425
2761  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2762 -0.0159628051 -0.0030995738 -0.0092987214   5471550         11.003
2763 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2764 -0.0073497308 -0.0144083831 -0.0094600495  16257010         13.371
2765  0.0183108588  0.0275372605  0.0178850248  13522717         21.237
2766 -0.0027269811 -0.0020853385  0.0118703882   3777302         33.057
2767  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2768  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2769 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2770 -0.0063003150  0.0059502975  0.0075253763   7197973         10.137
2771 -0.0082637876 -0.0104347826 -0.0062912168   1818671          9.219
2772  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2773  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2774  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2775 -0.0044866264 -0.0015530630  0.0050043141   8558904         17.642
2776  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2777  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2778  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2779  0.0183108588  0.0275372605  0.0178850248  13522717         21.237
2780  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2781  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2782 -0.0171651090 -0.0529595016 -0.0482928349    672172         22.235
2783  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2784  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2785  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2786 -0.0052331113  0.0076117983 -0.0107040913  23900989         11.451
2787 -0.0243597412 -0.0351802512 -0.0464901310   5461751         10.590
2788  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2789 -0.0027269811 -0.0020853385  0.0118703882   3777302         33.057
2790 -0.0072946686 -0.0064841499 -0.0082853026   7418101          7.425
2791 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2792 -0.0082637876 -0.0104347826 -0.0062912168   1818671          9.219
2793 -0.0052264808 -0.0034843206 -0.0101626016  22754181         13.726
2794  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2795 -0.0072946686 -0.0064841499 -0.0082853026   7418101          7.425
2796  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2797  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2798  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2799  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2800  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2801 -0.0082637876 -0.0104347826 -0.0062912168   1818671          9.219
2802 -0.0027269811 -0.0020853385  0.0118703882   3777302         33.057
2803  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2804  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2805  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2806  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2807 -0.0044866264 -0.0015530630  0.0050043141   8558904         17.642
2808  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2809 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2810  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2811  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2812  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2813  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2814 -0.0153137080 -0.0043116265 -0.0020814749   4397598         21.706
2815 -0.0082637876 -0.0104347826 -0.0062912168   1818671          9.219
2816 -0.0073497308 -0.0144083831 -0.0094600495  16257010         13.371
2817  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2818 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2819  0.0017026107  0.0017026107 -0.0805902384   9818715         45.750
2820  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2821  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2822  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2823  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2824  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2825  0.0183108588  0.0275372605  0.0178850248  13522717         21.237
2826  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2827  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2828 -0.0364705882 -0.0498039216 -0.0278431373 143947510         22.284
2829 -0.0023640662 -0.0173364854 -0.0015760441  36178588         15.727
2830 -0.0213623047 -0.0263671875 -0.0251464844   4746363         12.784
2831  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2832  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2833  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2834 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2835  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2836  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2837 -0.0013100028 -0.0064564424 -0.0116964536   3386203         18.375
2838  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2839  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2840 -0.0073497308 -0.0144083831 -0.0094600495  16257010         13.371
2841 -0.0154461203 -0.0316191168 -0.0268944212    827913         11.572
2842  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2843  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2844  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2845  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2846  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2847  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2848  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2849 -0.0082637876 -0.0104347826 -0.0062912168   1818671          9.219
2850  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2851 -0.0027269811 -0.0020853385  0.0118703882   3777302         33.057
2852  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2853  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2854  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2855  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2856 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2857 -0.0126954430  0.0053454497 -0.0045436322   1908500         25.531
2858  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2859  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2860  0.0183108588  0.0275372605  0.0178850248  13522717         21.237
2861  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2862  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2863  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2864  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2865 -0.0052331113  0.0076117983 -0.0107040913  23900989         11.451
2866 -0.0153137080 -0.0043116265 -0.0020814749   4397598         21.706
2867  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2868 -0.0116223909 -0.0090132827 -0.0132827324  14662016          9.620
2869 -0.0153137080 -0.0043116265 -0.0020814749   4397598         21.706
2870  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2871 -0.0063003150  0.0059502975  0.0075253763   7197973         10.137
2872 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2873  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2874 -0.0204592603 -0.0223907290 -0.0191716146  36414585         11.327
2875  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2876 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2877  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2878 -0.0073497308 -0.0144083831 -0.0094600495  16257010         13.371
2879 -0.0159628051 -0.0030995738 -0.0092987214   5471550         11.003
2880 -0.0072946686 -0.0064841499 -0.0082853026   7418101          7.425
2881 -0.0159628051 -0.0030995738 -0.0092987214   5471550         11.003
2882  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2883 -0.0153137080 -0.0043116265 -0.0020814749   4397598         21.706
2884  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2885  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2886 -0.0603837472 -0.0626410835 -0.0654627540   3251362         22.470
2887 -0.0072946686 -0.0064841499 -0.0082853026   7418101          7.425
2888  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2889  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2890  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2891  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2892 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2893  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2894  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2895  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2896 -0.0072946686 -0.0064841499 -0.0082853026   7418101          7.425
2897  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2898  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2899  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2900 -0.0027269811 -0.0020853385  0.0118703882   3777302         33.057
2901  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2902 -0.0204592603 -0.0223907290 -0.0191716146  36414585         11.327
2903 -0.0072946686 -0.0064841499 -0.0082853026   7418101          7.425
2904  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2905  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2906  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2907  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2908  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2909  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2910 -0.0063003150  0.0059502975  0.0075253763   7197973         10.137
2911 -0.0205907587 -0.0168135578 -0.0100279669   2316487         14.568
2912  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2913 -0.0044866264 -0.0015530630  0.0050043141   8558904         17.642
2914  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2915  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2916 -0.0027269811 -0.0020853385  0.0118703882   3777302         33.057
2917  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2918 -0.0015961692  0.0079808460  0.0093109870  16486480         10.832
2919 -0.0073497308 -0.0144083831 -0.0094600495  16257010         13.371
2920  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2921 -0.0063003150  0.0059502975  0.0075253763   7197973         10.137
2922  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2923 -0.0072946686 -0.0064841499 -0.0082853026   7418101          7.425
2924  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2925 -0.0443989071 -0.0491803279 -0.0334699454   3270016         20.717
2926 -0.0109331691 -0.0049276255 -0.0089313212  26937459          9.808
2927  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2928 -0.0044866264 -0.0015530630  0.0050043141   8558904         17.642
2929  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2930 -0.0153137080 -0.0043116265 -0.0020814749   4397598         21.706
2931  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2932  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2933  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2934 -0.0068181818  0.0094696970  0.0363636364       260         21.770
2935 -0.0068181818  0.0094696970  0.0363636364       260         21.770
2936  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2937  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2938  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2939  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2940  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2941  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2942  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2943  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2944  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2945  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2946 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2947  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2948  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2949 -0.0146118721 -0.0107098381  0.0009132420   1885556         11.645
2950 -0.0044866264 -0.0015530630  0.0050043141   8558904         17.642
2951  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2952  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2953 -0.0082637876 -0.0104347826 -0.0062912168   1818671          9.219
2954  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2955  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2956 -0.0204592603 -0.0223907290 -0.0191716146  36414585         11.327
2957  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2958  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2959  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2960  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2961  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2962  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2963 -0.0044866264 -0.0015530630  0.0050043141   8558904         17.642
2964 -0.0044866264 -0.0015530630  0.0050043141   8558904         17.642
2965  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2966  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2967  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2968  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2969 -0.0159628051 -0.0030995738 -0.0092987214   5471550         11.003
2970  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2971  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2972  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2973  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2974  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2975 -0.0044866264 -0.0015530630  0.0050043141   8558904         17.642
2976 -0.0044866264 -0.0015530630  0.0050043141   8558904         17.642
2977 -0.0044866264 -0.0015530630  0.0050043141   8558904         17.642
2978 -0.0044866264 -0.0015530630  0.0050043141   8558904         17.642
2979  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2980 -0.0044866264 -0.0015530630  0.0050043141   8558904         17.642
2981 -0.0072946686 -0.0064841499 -0.0082853026   7418101          7.425
2982  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2983 -0.0053547523 -0.0026773762 -0.0053547523   5167882         13.812
2984  0.0049527635  0.0070747647  0.0158004505   6224241         16.195
2985  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2986 -0.0052046701 -0.0091902283  0.0029657242   2760083         11.025
2987  0.0053277252  0.0042060988  0.0084822993   4170649          9.046
2988 -0.0171651090 -0.0529595016 -0.0482928349    672172         22.235
2989 -0.0230751118 -0.0237814928 -0.0186013657   8749837         16.131
2990  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2991  0.0002918004 -0.0061278086 -0.0131310184   5736123         15.840
2992  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
2993 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
2994  0.0046266544  0.0099463619  0.0120276213    988270          6.877
2995  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
2996 -0.0281786942 -0.0178694158  0.0013745704   3624528         20.179
2997  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
2998  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
2999  0.0198796756  0.0198796756  0.0034004708        89         17.781
3000 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3001 -0.0042265427 -0.0110658572 -0.0186736341   2086431          8.915
3002  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3003  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3004  0.0034364261  0.0008591065 -0.0017182131  26717520         28.221
3005  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3006  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3007 -0.0013334950 -0.0042429385 -0.0106679598   3174023         10.812
3008 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3009 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3010 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3011  0.0001796622  0.0053898670  0.0030542580  11864615         21.740
3012  0.0162213740  0.0071564885 -0.0062022901   6741165         13.674
3013 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3014 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3015 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3016  0.0250538793  0.0301724138  0.0290948276  32454795         19.358
3017 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3018  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3019  0.0034882413  0.0028130978  0.0036007652   6429764          8.673
3020  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3021 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3022  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3023  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3024  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3025  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3026 -0.0055284694 -0.0016977190 -0.0057025945   2858414         26.373
3027 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3028  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3029 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3030  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3031  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3032  0.0023223409 -0.0055736182 -0.0065025546   4431770         14.562
3033 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3034 -0.0281786942 -0.0178694158  0.0013745704   3624528         20.179
3035 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3036 -0.0185904550 -0.0244173141 -0.0342674806   9939780          9.659
3037 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3038 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3039 -0.0341130604 -0.0268031189 -0.0204678363   4559232         25.715
3040  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3041  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3042 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3043 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3044  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3045  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3046 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3047 -0.0281786942 -0.0178694158  0.0013745704   3624528         20.179
3048 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3049 -0.0201279451 -0.0114822905 -0.0115462631       176         11.180
3050  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3051  0.0038983498  0.0058035583 -0.0080238591   1086094         19.948
3052 -0.0059216520 -0.0086547221 -0.0133616763  21040331         10.036
3053 -0.0101855858 -0.0102323623 -0.0254230351   1482688          7.385
3054 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3055 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3056 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3057 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3058 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3059  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3060  0.0043537261  0.0028270949 -0.0058803573   2032749         13.396
3061 -0.0055284694 -0.0016977190 -0.0057025945   2858414         26.373
3062 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3063 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3064 -0.0059216520 -0.0086547221 -0.0133616763  21040331         10.036
3065 -0.0087373781 -0.0099886838 -0.0136120299   2897357         17.077
3066 -0.0004712535 -0.0002356268 -0.0075400566  11551767          6.943
3067  0.0113531047 -0.0006950880 -0.0108897127   2435647         25.797
3068 -0.0042265427 -0.0110658572 -0.0186736341   2086431          8.915
3069  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3070  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3071  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3072 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3073 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3074  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3075  0.0162213740  0.0071564885 -0.0062022901   6741165         13.674
3076 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3077 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3078 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3079  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3080 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3081 -0.0341130604 -0.0268031189 -0.0204678363   4559232         25.715
3082 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3083 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3084 -0.0341130604 -0.0268031189 -0.0204678363   4559232         25.715
3085 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3086  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3087  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3088 -0.0040285841 -0.0060393852 -0.0026845591  50796542         10.816
3089 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3090 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3091  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3092 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3093  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3094  0.0157342657  0.0128205128 -0.0192307692   8172714         27.276
3095 -0.0118359739 -0.0103448276 -0.0209692451   2478107         11.265
3096  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3097 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3098 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3099 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3100  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3101 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3102  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3103  0.0084498387  0.0067598709 -0.0039944692  34503455         11.641
3104 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3105 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3106 -0.0138619351 -0.0130302190 -0.0252287219  21438385         11.049
3107  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3108 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3109 -0.0199921966 -0.0252828716 -0.0331018338   2494629         19.171
3110 -0.0145572872 -0.0178112691 -0.0270594280   9156707         10.310
3111  0.0198796756  0.0198796756  0.0034004708        89         17.781
3112 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3113  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3114 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3115  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3116  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3117 -0.0011485012  0.0021247272 -0.0017801769   2913684          7.863
3118  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3119 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3120  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3121  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3122  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3123  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3124  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3125  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3126 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3127  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3128  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3129  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3130 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3131 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3132  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3133  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3134 -0.0185904550 -0.0244173141 -0.0342674806   9939780          9.659
3135 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3136  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3137  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3138  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3139 -0.0101855858 -0.0102323623 -0.0254230351   1482688          7.385
3140 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3141  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3142  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3143  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3144  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3145  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3146  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3147  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3148 -0.0076441103 -0.0105263158 -0.0187969925    703241         10.544
3149  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3150 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3151 -0.0145572872 -0.0178112691 -0.0270594280   9156707         10.310
3152 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3153  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3154 -0.0098430434 -0.0133014099 -0.0055865922  15556514          9.749
3155 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3156 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3157  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3158  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3159  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3160  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3161 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3162 -0.0011485012  0.0021247272 -0.0017801769   2913684          7.863
3163 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3164  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3165  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3166  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3167  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3168  0.0077948718  0.0112820513  0.0190769231  19299124          7.429
3169  0.0097592713  0.0026024723  0.0045543266   5243939          7.758
3170 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3171 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3172 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3173  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3174  0.0001796622  0.0053898670  0.0030542580  11864615         21.740
3175 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3176  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3177  0.0077948718  0.0112820513  0.0190769231  19299124          7.429
3178  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3179  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3180  0.0250538793  0.0301724138  0.0290948276  32454795         19.358
3181 -0.0185904550 -0.0244173141 -0.0342674806   9939780          9.659
3182 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3183 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3184 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3185  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3186  0.0442789969  0.0442789969  0.0282131661     10575         48.132
3187 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3188  0.0250538793  0.0301724138  0.0290948276  32454795         19.358
3189  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3190 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3191  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3192  0.0034364261  0.0008591065 -0.0017182131  26717520         28.221
3193 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3194  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3195 -0.0216756341 -0.0269536254 -0.0360235716   2175490         27.214
3196 -0.0101738025 -0.0046629928 -0.0199236965  77158276         38.401
3197 -0.0281786942 -0.0178694158  0.0013745704   3624528         20.179
3198  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3199 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3200 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3201 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3202  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3203  0.0250538793  0.0301724138  0.0290948276  32454795         19.358
3204 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3205  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3206 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3207 -0.0059216520 -0.0086547221 -0.0133616763  21040331         10.036
3208 -0.0201279451 -0.0114822905 -0.0115462631       176         11.180
3209 -0.0341130604 -0.0268031189 -0.0204678363   4559232         25.715
3210 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3211  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3212  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3213  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3214  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3215  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3216  0.0051139005  0.0030218503  0.0025569503   5177925         12.898
3217  0.0121809745  0.0063805104  0.0220417633   1477621         13.972
3218  0.0250538793  0.0301724138  0.0290948276  32454795         19.358
3219 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3220 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3221 -0.0281786942 -0.0178694158  0.0013745704   3624528         20.179
3222  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3223  0.0000000000  0.0076335878  0.0152671756   6879537         22.914
3224  0.0000000000  0.0076335878  0.0152671756   6879537         22.914
3225  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3226 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3227 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3228  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3229 -0.0013334950 -0.0042429385 -0.0106679598   3174023         10.812
3230 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3231 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3232 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3233  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3234  0.0135716650  0.0291294273  0.0309500166   7722400         22.346
3235  0.0250538793  0.0301724138  0.0290948276  32454795         19.358
3236 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3237  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3238 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3239 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3240  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3241 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3242 -0.0138619351 -0.0130302190 -0.0252287219  21438385         11.049
3243  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3244 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3245 -0.0019466276  0.0001514667  0.0025524944    569882          7.862
3246 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3247 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3248 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3249 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3250  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3251 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3252  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3253 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3254 -0.0076441103 -0.0105263158 -0.0187969925    703241         10.544
3255  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3256 -0.0055284694 -0.0016977190 -0.0057025945   2858414         26.373
3257 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3258  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3259 -0.0185904550 -0.0244173141 -0.0342674806   9939780          9.659
3260  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3261  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3262  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3263 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3264  0.0077948718  0.0112820513  0.0190769231  19299124          7.429
3265 -0.0011485012  0.0021247272 -0.0017801769   2913684          7.863
3266  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3267  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3268 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3269 -0.0101855858 -0.0102323623 -0.0254230351   1482688          7.385
3270  0.0065195120 -0.0018627177  0.0057744249   6158992         12.259
3271 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3272  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3273  0.0064729376  0.0006886104  0.0053711610   2145622         13.229
3274  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3275  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3276  0.0377270610  0.0563577084  0.0489054495  16653500         20.957
3277  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3278 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3279 -0.0341130604 -0.0268031189 -0.0204678363   4559232         25.715
3280 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3281  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3282 -0.0281786942 -0.0178694158  0.0013745704   3624528         20.179
3283 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3284  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3285 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3286  0.0097592713  0.0026024723  0.0045543266   5243939          7.758
3287  0.0198796756  0.0198796756  0.0034004708        89         17.781
3288 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3289  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3290  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3291  0.0121809745  0.0063805104  0.0220417633   1477621         13.972
3292 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3293  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3294 -0.0087373781 -0.0099886838 -0.0136120299   2897357         17.077
3295 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3296 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3297 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3298  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3299  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3300  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3301  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3302  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3303  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3304  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3305  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3306 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3307  0.0034364261  0.0008591065 -0.0017182131  26717520         28.221
3308  0.0038983498  0.0058035583 -0.0080238591   1086094         19.948
3309 -0.0185904550 -0.0244173141 -0.0342674806   9939780          9.659
3310 -0.0145572872 -0.0178112691 -0.0270594280   9156707         10.310
3311  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3312  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3313  0.0198796756  0.0198796756  0.0034004708        89         17.781
3314  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3315  0.0001796622  0.0053898670  0.0030542580  11864615         21.740
3316  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3317 -0.0145572872 -0.0178112691 -0.0270594280   9156707         10.310
3318  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3319  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3320  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3321  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3322 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3323 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3324 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3325 -0.0118359739 -0.0103448276 -0.0209692451   2478107         11.265
3326  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3327 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3328  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3329 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3330  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3331  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3332 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3333  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3334 -0.0185904550 -0.0244173141 -0.0342674806   9939780          9.659
3335 -0.0042265427 -0.0110658572 -0.0186736341   2086431          8.915
3336  0.0198796756  0.0198796756  0.0034004708        89         17.781
3337 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3338 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3339 -0.0071882314 -0.0066867268 -0.0292544300  14407880         22.673
3340  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3341  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3342 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3343 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3344  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3345  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3346 -0.0004712535 -0.0002356268 -0.0075400566  11551767          6.943
3347  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3348  0.0442789969  0.0442789969  0.0282131661     10575         48.132
3349  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3350 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3351  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3352 -0.0040285841 -0.0060393852 -0.0026845591  50796542         10.816
3353  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3354  0.0077948718  0.0112820513  0.0190769231  19299124          7.429
3355 -0.0145572872 -0.0178112691 -0.0270594280   9156707         10.310
3356  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3357 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3358  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3359  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3360  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3361  0.0077948718  0.0112820513  0.0190769231  19299124          7.429
3362 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3363 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3364 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3365 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3366  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3367 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3368  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3369 -0.0171306210 -0.0171306210 -0.0064239829         4         71.920
3370  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3371  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3372  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3373  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3374  0.0077948718  0.0112820513  0.0190769231  19299124          7.429
3375 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3376  0.0377270610  0.0563577084  0.0489054495  16653500         20.957
3377 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3378 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3379 -0.0145572872 -0.0178112691 -0.0270594280   9156707         10.310
3380 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3381 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3382 -0.0059216520 -0.0086547221 -0.0133616763  21040331         10.036
3383  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3384  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3385  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3386 -0.0004712535 -0.0002356268 -0.0075400566  11551767          6.943
3387 -0.0216756341 -0.0269536254 -0.0360235716   2175490         27.214
3388 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3389 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3390 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3391  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3392  0.0038983498  0.0058035583 -0.0080238591   1086094         19.948
3393  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3394  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3395 -0.0138619351 -0.0130302190 -0.0252287219  21438385         11.049
3396  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3397 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3398 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3399  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3400  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3401 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3402  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3403  0.0000000000  0.0076335878  0.0152671756   6879537         22.914
3404  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3405 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3406 -0.0020174849  0.0017933199  0.0008966599  10652754          7.471
3407  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3408 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3409 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3410 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3411  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3412  0.0014302254  0.0025199210  0.0059933256   3248666          6.939
3413  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3414 -0.0145572872 -0.0178112691 -0.0270594280   9156707         10.310
3415 -0.0145572872 -0.0178112691 -0.0270594280   9156707         10.310
3416 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3417  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3418 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3419 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3420 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3421 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3422  0.0121809745  0.0063805104  0.0220417633   1477621         13.972
3423  0.0023223409 -0.0055736182 -0.0065025546   4431770         14.562
3424 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3425  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3426  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3427 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3428 -0.0011485012  0.0021247272 -0.0017801769   2913684          7.863
3429 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3430  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3431 -0.0011485012  0.0021247272 -0.0017801769   2913684          7.863
3432  0.0198796756  0.0198796756  0.0034004708        89         17.781
3433 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3434 -0.0216756341 -0.0269536254 -0.0360235716   2175490         27.214
3435 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3436 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3437 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3438 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3439  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3440 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3441 -0.0101855858 -0.0102323623 -0.0254230351   1482688          7.385
3442  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3443  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3444  0.0140776699  0.0067961165  0.0072815534  10500300         18.390
3445 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3446 -0.0216756341 -0.0269536254 -0.0360235716   2175490         27.214
3447 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3448 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3449  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3450 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3451  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3452 -0.0101855858 -0.0102323623 -0.0254230351   1482688          7.385
3453 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3454 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3455 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3456 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3457  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3458  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3459 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3460  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3461  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3462 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3463  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3464  0.0034364261  0.0008591065 -0.0017182131  26717520         28.221
3465  0.0198796756  0.0198796756  0.0034004708        89         17.781
3466 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3467 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3468 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3469 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3470  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3471  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3472  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3473 -0.0199921966 -0.0252828716 -0.0331018338   2494629         19.171
3474  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3475  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3476  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3477 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3478  0.0046319272 -0.0009925558 -0.0102564103    519989         14.232
3479  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3480  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3481  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3482  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3483  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3484  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3485 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3486  0.0198796756  0.0198796756  0.0034004708        89         17.781
3487 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3488 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3489 -0.0145572872 -0.0178112691 -0.0270594280   9156707         10.310
3490 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3491  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3492 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3493 -0.0118359739 -0.0103448276 -0.0209692451   2478107         11.265
3494  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3495  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3496  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3497  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3498 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3499  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3500  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3501  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3502  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3503 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3504  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3505  0.0084498387  0.0067598709 -0.0039944692  34503455         11.641
3506 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3507  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3508 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3509 -0.0216756341 -0.0269536254 -0.0360235716   2175490         27.214
3510  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3511  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3512  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3513  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3514 -0.0164630908 -0.0427509294 -0.0432819968  12478000         22.909
3515 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3516 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3517 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3518  0.0140776699  0.0067961165  0.0072815534  10500300         18.390
3519  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3520 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3521  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3522 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3523 -0.0017751479  0.0065088757  0.0082840237  14038491          9.301
3524 -0.0011485012  0.0021247272 -0.0017801769   2913684          7.863
3525 -0.0145572872 -0.0178112691 -0.0270594280   9156707         10.310
3526  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3527 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3528 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3529  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3530  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3531  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3532  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3533  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3534 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3535 -0.0118359739 -0.0103448276 -0.0209692451   2478107         11.265
3536  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3537 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3538 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3539 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3540 -0.0216756341 -0.0269536254 -0.0360235716   2175490         27.214
3541 -0.0020174849  0.0017933199  0.0008966599  10652754          7.471
3542  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3543 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3544  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3545  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3546 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3547  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3548  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3549 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3550 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3551  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3552 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3553 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3554 -0.0013334950 -0.0042429385 -0.0106679598   3174023         10.812
3555  0.0000000000 -0.0071759259 -0.0439814815    742839         44.598
3556 -0.0011485012  0.0021247272 -0.0017801769   2913684          7.863
3557 -0.0013334950 -0.0042429385 -0.0106679598   3174023         10.812
3558  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3559 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3560 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3561  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3562  0.0023223409 -0.0055736182 -0.0065025546   4431770         14.562
3563  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3564  0.0043537261  0.0028270949 -0.0058803573   2032749         13.396
3565  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3566  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3567 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3568  0.0114492317  0.0105453450  0.0066285026  12477642          7.894
3569  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3570 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3571 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3572  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3573  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3574  0.0034364261  0.0008591065 -0.0017182131  26717520         28.221
3575 -0.0019466276  0.0001514667  0.0025524944    569882          7.862
3576 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3577 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3578 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3579 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3580  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3581  0.0038983498  0.0058035583 -0.0080238591   1086094         19.948
3582 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3583  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3584 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3585 -0.0185904550 -0.0244173141 -0.0342674806   9939780          9.659
3586 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3587  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3588  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3589 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3590  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3591 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3592  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3593 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3594 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3595  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3596  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3597 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3598  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3599 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3600  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3601 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3602 -0.0138619351 -0.0130302190 -0.0252287219  21438385         11.049
3603 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3604  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3605 -0.0185904550 -0.0244173141 -0.0342674806   9939780          9.659
3606  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3607 -0.0118359739 -0.0103448276 -0.0209692451   2478107         11.265
3608 -0.0216756341 -0.0269536254 -0.0360235716   2175490         27.214
3609 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3610  0.0001219363 -0.0020729179 -0.0095110352  21750398         17.577
3611 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3612 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3613  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3614  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3615  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3616  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3617  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3618  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3619  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3620 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3621  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3622  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3623  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3624 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3625  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3626 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3627 -0.0185904550 -0.0244173141 -0.0342674806   9939780          9.659
3628  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3629  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3630 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3631 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3632  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3633 -0.0019466276  0.0001514667  0.0025524944    569882          7.862
3634  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3635  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3636 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3637  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3638  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3639  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3640 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3641 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3642 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3643 -0.0017751479  0.0065088757  0.0082840237  14038491          9.301
3644 -0.0101855858 -0.0102323623 -0.0254230351   1482688          7.385
3645  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3646 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3647  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3648  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3649  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3650 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3651 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3652  0.0038983498  0.0058035583 -0.0080238591   1086094         19.948
3653  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3654  0.0034364261  0.0008591065 -0.0017182131  26717520         28.221
3655  0.0253655625  0.0155177559  0.0265592360   4797500         23.811
3656  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3657  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3658  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3659 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3660 -0.0055284694 -0.0016977190 -0.0057025945   2858414         26.373
3661 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3662  0.0253655625  0.0155177559  0.0265592360   4797500         23.811
3663  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3664  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3665 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3666 -0.0019466276  0.0001514667  0.0025524944    569882          7.862
3667  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3668  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3669  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3670 -0.0098430434 -0.0133014099 -0.0055865922  15556514          9.749
3671 -0.0281786942 -0.0178694158  0.0013745704   3624528         20.179
3672 -0.0098430434 -0.0133014099 -0.0055865922  15556514          9.749
3673 -0.0098430434 -0.0133014099 -0.0055865922  15556514          9.749
3674 -0.0098430434 -0.0133014099 -0.0055865922  15556514          9.749
3675  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3676 -0.0098430434 -0.0133014099 -0.0055865922  15556514          9.749
3677  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3678 -0.0145572872 -0.0178112691 -0.0270594280   9156707         10.310
3679  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3680  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3681  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3682  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3683 -0.0011485012  0.0021247272 -0.0017801769   2913684          7.863
3684 -0.0050864700 -0.0152594100 -0.0132248220  11372269         12.499
3685 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3686 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3687 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3688 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3689  0.0014302254  0.0025199210  0.0059933256   3248666          6.939
3690  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3691  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3692  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3693  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3694  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3695 -0.0281786942 -0.0178694158  0.0013745704   3624528         20.179
3696 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3697  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3698 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3699 -0.0108709392 -0.0059410947 -0.0115029705   5228391         15.347
3700  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3701  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3702  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3703 -0.0087373781 -0.0099886838 -0.0136120299   2897357         17.077
3704 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3705  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3706  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3707 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3708  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3709 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3710 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3711  0.0077948718  0.0112820513  0.0190769231  19299124          7.429
3712  0.0084498387  0.0067598709 -0.0039944692  34503455         11.641
3713 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3714 -0.0050864700 -0.0152594100 -0.0132248220  11372269         12.499
3715  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3716 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3717  0.0000000000  0.0076335878  0.0152671756   6879537         22.914
3718  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3719 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3720 -0.0071882314 -0.0066867268 -0.0292544300  14407880         22.673
3721  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3722  0.0162213740  0.0071564885 -0.0062022901   6741165         13.674
3723  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3724 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3725  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3726  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3727  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3728  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3729 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3730  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3731 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3732  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3733 -0.0216756341 -0.0269536254 -0.0360235716   2175490         27.214
3734 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3735  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3736  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3737  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3738 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3739 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3740  0.0162213740  0.0071564885 -0.0062022901   6741165         13.674
3741  0.0023223409 -0.0055736182 -0.0065025546   4431770         14.562
3742 -0.0071882314 -0.0066867268 -0.0292544300  14407880         22.673
3743 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3744  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3745  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3746  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3747 -0.0071882314 -0.0066867268 -0.0292544300  14407880         22.673
3748 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3749  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3750 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3751 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3752  0.0023223409 -0.0055736182 -0.0065025546   4431770         14.562
3753 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3754 -0.0185904550 -0.0244173141 -0.0342674806   9939780          9.659
3755  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3756  0.0250538793  0.0301724138  0.0290948276  32454795         19.358
3757  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3758 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3759  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3760  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3761 -0.0145572872 -0.0178112691 -0.0270594280   9156707         10.310
3762 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3763 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3764 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3765  0.0033121019  0.0014012739 -0.0001273885   7996113          3.840
3766 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3767 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3768  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3769  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3770  0.0023223409 -0.0055736182 -0.0065025546   4431770         14.562
3771  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3772 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3773  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3774 -0.0216756341 -0.0269536254 -0.0360235716   2175490         27.214
3775 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3776  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3777  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3778 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3779  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3780  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3781  0.0001796622  0.0053898670  0.0030542580  11864615         21.740
3782  0.0198796756  0.0198796756  0.0034004708        89         17.781
3783  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3784  0.0250538793  0.0301724138  0.0290948276  32454795         19.358
3785 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3786  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3787  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3788  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3789 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3790 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3791  0.0001219363 -0.0020729179 -0.0095110352  21750398         17.577
3792  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3793  0.0083472454  0.0101279911  0.0080133556   6942356          3.499
3794 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3795 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3796  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3797 -0.0059216520 -0.0086547221 -0.0133616763  21040331         10.036
3798  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3799  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3800  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3801  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3802  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3803  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3804  0.0276610922  0.0226678291  0.0126020449   4132763         18.528
3805 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3806  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3807 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3808  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3809  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3810 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3811 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3812 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3813 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3814 -0.0216756341 -0.0269536254 -0.0360235716   2175490         27.214
3815 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3816  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3817 -0.0055284694 -0.0016977190 -0.0057025945   2858414         26.373
3818  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3819  0.0000000000  0.0076335878  0.0152671756   6879537         22.914
3820  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3821  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3822  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3823  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3824 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3825 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3826 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3827  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3828  0.0135716650  0.0291294273  0.0309500166   7722400         22.346
3829 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3830 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3831  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3832  0.0038983498  0.0058035583 -0.0080238591   1086094         19.948
3833 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3834 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3835  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3836  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3837 -0.0050864700 -0.0152594100 -0.0132248220  11372269         12.499
3838 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3839  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3840 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3841  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3842  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3843 -0.0101738025 -0.0046629928 -0.0199236965  77158276         38.401
3844 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3845  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3846 -0.0281786942 -0.0178694158  0.0013745704   3624528         20.179
3847  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3848 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3849 -0.0138619351 -0.0130302190 -0.0252287219  21438385         11.049
3850 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3851 -0.0216756341 -0.0269536254 -0.0360235716   2175490         27.214
3852  0.0135716650  0.0291294273  0.0309500166   7722400         22.346
3853  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3854 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3855 -0.0071882314 -0.0066867268 -0.0292544300  14407880         22.673
3856 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3857  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3858 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3859 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3860 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3861  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3862  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3863  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3864  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3865  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3866  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3867 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3868  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3869 -0.0055284694 -0.0016977190 -0.0057025945   2858414         26.373
3870 -0.0059216520 -0.0086547221 -0.0133616763  21040331         10.036
3871  0.0170464741  0.0159698547  0.0113045039   5905639         46.209
3872  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3873  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3874 -0.0216756341 -0.0269536254 -0.0360235716   2175490         27.214
3875 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3876  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3877  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3878 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3879  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3880 -0.0118359739 -0.0103448276 -0.0209692451   2478107         11.265
3881 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3882 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3883  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3884 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3885 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3886 -0.0059216520 -0.0086547221 -0.0133616763  21040331         10.036
3887  0.0023223409 -0.0055736182 -0.0065025546   4431770         14.562
3888 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3889 -0.0098430434 -0.0133014099 -0.0055865922  15556514          9.749
3890  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3891 -0.0216756341 -0.0269536254 -0.0360235716   2175490         27.214
3892  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3893 -0.0075844431 -0.0029985007 -0.0110238998   4617427          7.615
3894 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3895  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3896 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3897 -0.0101738025 -0.0046629928 -0.0199236965  77158276         38.401
3898 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3899  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3900 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3901  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3902 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3903  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3904  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3905  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3906 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3907  0.0023223409 -0.0055736182 -0.0065025546   4431770         14.562
3908 -0.0281786942 -0.0178694158  0.0013745704   3624528         20.179
3909  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3910  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3911 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3912 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3913  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3914  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3915 -0.0216756341 -0.0269536254 -0.0360235716   2175490         27.214
3916  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3917  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3918  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3919 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3920 -0.0040285841 -0.0060393852 -0.0026845591  50796542         10.816
3921 -0.0164630908 -0.0427509294 -0.0432819968  12478000         22.909
3922 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3923 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3924  0.0077948718  0.0112820513  0.0190769231  19299124          7.429
3925 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3926 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3927 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3928  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3929  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3930  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3931 -0.0055284694 -0.0016977190 -0.0057025945   2858414         26.373
3932  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3933  0.0023223409 -0.0055736182 -0.0065025546   4431770         14.562
3934 -0.0160034602 -0.0229238754 -0.0354671280   2828658         13.341
3935  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3936  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3937  0.0032020047  0.0009745232 -0.0210218572  19661651         14.898
3938  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3939  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3940 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3941  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3942 -0.0024067389  0.0002406739  0.0031287605  17533497          8.734
3943 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3944  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3945  0.0024416136 -0.0084571833 -0.0149327672   1440982         14.939
3946 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3947 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3948 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3949  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3950  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3951 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3952  0.0023223409 -0.0055736182 -0.0065025546   4431770         14.562
3953  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3954  0.0023223409 -0.0055736182 -0.0065025546   4431770         14.562
3955 -0.0004712535 -0.0002356268 -0.0075400566  11551767          6.943
3956  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3957 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3958  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3959  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3960  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3961  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3962 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3963 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3964 -0.0059408996 -0.0012344726 -0.0020831726   3041677          4.766
3965  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3966  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3967 -0.0004712535 -0.0002356268 -0.0075400566  11551767          6.943
3968  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3969  0.0051139005  0.0030218503  0.0025569503   5177925         12.898
3970 -0.0108709392 -0.0059410947 -0.0115029705   5228391         15.347
3971  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3972  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3973 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3974 -0.0090656924 -0.0178607672 -0.0391719099   3888237         18.363
3975  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3976  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3977  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3978  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3979 -0.0011485012  0.0021247272 -0.0017801769   2913684          7.863
3980  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3981  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3982  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3983 -0.0137839240 -0.0344485302 -0.0461682496   3957612         16.898
3984  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3985  0.0046266544  0.0099463619  0.0120276213    988270          6.877
3986  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3987  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3988  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3989  0.0023830801 -0.0011915401 -0.0050640453  10222995         12.663
3990  0.0042238648 -0.0020415347 -0.0120380148  11478265         10.314
3991 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
3992  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
3993  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
3994 -0.0171821306 -0.0281786942  0.0013745704   3624528         20.179
3995  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
3996  0.0053197075  0.0046266544  0.0120276213    988270          6.877
3997  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
3998  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
3999  0.0131304088  0.0253655625  0.0265592360   4797500         23.811
4000  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4001  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4002  0.0131304088  0.0253655625  0.0265592360   4797500         23.811
4003  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4004 -0.0133333333 -0.0307692308 -0.0871794872     39391         27.883
4005 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4006  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4007 -0.0115054030 -0.0137839240 -0.0461682496   3957612         16.898
4008  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4009  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4010  0.0135473588  0.0048952641 -0.0062613843  16987605         20.814
4011 -0.0115054030 -0.0137839240 -0.0461682496   3957612         16.898
4012  0.0120874012  0.0051139005  0.0025569503   5177925         12.898
4013 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4014  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4015  0.0183189655  0.0250538793  0.0290948276  32454795         19.358
4016  0.0083604273  0.0023223409 -0.0065025546   4431770         14.562
4017  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4018 -0.0022775585 -0.0059216520 -0.0133616763  21040331         10.036
4019 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4020  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4021  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4022  0.0025343189  0.0042238648 -0.0120380148  11478265         10.314
4023 -0.0133333333 -0.0307692308 -0.0871794872     39391         27.883
4024 -0.0002883506 -0.0160034602 -0.0354671280   2828658         13.341
4025  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4026 -0.0115054030 -0.0137839240 -0.0461682496   3957612         16.898
4027  0.0083604273  0.0023223409 -0.0065025546   4431770         14.562
4028 -0.0057016017 -0.0087373781 -0.0136120299   2897357         17.077
4029 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4030  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4031 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4032  0.0025343189  0.0042238648 -0.0120380148  11478265         10.314
4033  0.0050541516 -0.0024067389  0.0031287605  17533497          8.734
4034 -0.0115054030 -0.0137839240 -0.0461682496   3957612         16.898
4035  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4036  0.0050541516 -0.0024067389  0.0031287605  17533497          8.734
4037  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4038  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4039  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4040  0.0083604273  0.0023223409 -0.0065025546   4431770         14.562
4041  0.0050541516 -0.0024067389  0.0031287605  17533497          8.734
4042  0.0044585987  0.0033121019 -0.0001273885   7996113          3.840
4043  0.0019815994  0.0024416136 -0.0149327672   1440982         14.939
4044  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4045 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4046 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4047  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4048  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4049  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4050  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4051  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4052  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4053  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4054  0.0206072430  0.0001219363 -0.0095110352  21750398         17.577
4055  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4056 -0.0115054030 -0.0137839240 -0.0461682496   3957612         16.898
4057  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4058  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4059  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4060  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4061  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4062  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4063  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4064  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4065 -0.0015673981  0.0442789969  0.0282131661     10575         48.132
4066  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4067  0.0083604273  0.0023223409 -0.0065025546   4431770         14.562
4068  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4069 -0.0024254770  0.0038983498 -0.0080238591   1086094         19.948
4070  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4071 -0.0050217781 -0.0216756341 -0.0360235716   2175490         27.214
4072 -0.0002883506 -0.0160034602 -0.0354671280   2828658         13.341
4073  0.0025343189  0.0042238648 -0.0120380148  11478265         10.314
4074  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4075  0.0050541516 -0.0024067389  0.0031287605  17533497          8.734
4076  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4077  0.0115798180  0.0046319272 -0.0102564103    519989         14.232
4078  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4079 -0.0021282256 -0.0098430434 -0.0055865922  15556514          9.749
4080  0.0055625336  0.0170464741  0.0113045039   5905639         46.209
4081  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4082  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4083  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4084 -0.0039390307 -0.0145572872 -0.0270594280   9156707         10.310
4085  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4086  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4087  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4088  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4089  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4090  0.0025343189  0.0042238648 -0.0120380148  11478265         10.314
4091  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4092 -0.0021282256 -0.0098430434 -0.0055865922  15556514          9.749
4093  0.0183189655  0.0250538793  0.0290948276  32454795         19.358
4094 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4095  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4096  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4097  0.0050541516 -0.0024067389  0.0031287605  17533497          8.734
4098 -0.0002883506 -0.0160034602 -0.0354671280   2828658         13.341
4099  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4100  0.0183189655  0.0250538793  0.0290948276  32454795         19.358
4101  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4102  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4103 -0.0115054030 -0.0137839240 -0.0461682496   3957612         16.898
4104  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4105  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4106  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4107 -0.0021282256 -0.0098430434 -0.0055865922  15556514          9.749
4108  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4109  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4110  0.0025343189  0.0042238648 -0.0120380148  11478265         10.314
4111  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4112  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4113 -0.0115054030 -0.0137839240 -0.0461682496   3957612         16.898
4114 -0.0021282256 -0.0098430434 -0.0055865922  15556514          9.749
4115  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4116  0.0083604273  0.0023223409 -0.0065025546   4431770         14.562
4117 -0.0021282256 -0.0098430434 -0.0055865922  15556514          9.749
4118  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4119  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4120  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4121 -0.0002883506 -0.0160034602 -0.0354671280   2828658         13.341
4122 -0.0115054030 -0.0137839240 -0.0461682496   3957612         16.898
4123  0.0025343189  0.0042238648 -0.0120380148  11478265         10.314
4124  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4125  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4126  0.0025343189  0.0042238648 -0.0120380148  11478265         10.314
4127  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4128  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4129  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4130 -0.0018520152 -0.0075844431 -0.0110238998   4617427          7.615
4131  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4132  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4133  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4134 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4135  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4136 -0.0009640545  0.0064729376  0.0053711610   2145622         13.229
4137  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4138 -0.0067980022 -0.0185904550 -0.0342674806   9939780          9.659
4139  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4140 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4141  0.0050541516 -0.0024067389  0.0031287605  17533497          8.734
4142  0.0083604273  0.0023223409 -0.0065025546   4431770         14.562
4143  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4144 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4145 -0.0002883506 -0.0160034602 -0.0354671280   2828658         13.341
4146  0.0206072430  0.0001219363 -0.0095110352  21750398         17.577
4147  0.0083604273  0.0023223409 -0.0065025546   4431770         14.562
4148 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4149 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4150 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4151 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4152  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4153  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4154  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4155  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4156  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4157  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4158 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4159  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4160  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4161  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4162  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4163  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4164  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4165  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4166  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4167  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4168  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4169  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4170  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4171  0.0038185713  0.0065195120  0.0057744249   6158992         12.259
4172  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4173 -0.0021282256 -0.0098430434 -0.0055865922  15556514          9.749
4174  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4175  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4176  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4177  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4178  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4179  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4180  0.0025343189  0.0042238648 -0.0120380148  11478265         10.314
4181  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4182  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4183  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4184 -0.0002883506 -0.0160034602 -0.0354671280   2828658         13.341
4185  0.0025343189  0.0042238648 -0.0120380148  11478265         10.314
4186  0.0055625336  0.0170464741  0.0113045039   5905639         46.209
4187 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4188  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4189  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4190 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4191 -0.0057016017 -0.0087373781 -0.0136120299   2897357         17.077
4192  0.0008172717  0.0014302254  0.0059933256   3248666          6.939
4193  0.0063589744  0.0077948718  0.0190769231  19299124          7.429
4194  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4195  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4196  0.0055625336  0.0170464741  0.0113045039   5905639         46.209
4197  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4198 -0.0002883506 -0.0160034602 -0.0354671280   2828658         13.341
4199  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4200 -0.0067980022 -0.0185904550 -0.0342674806   9939780          9.659
4201 -0.0115054030 -0.0137839240 -0.0461682496   3957612         16.898
4202  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4203  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4204  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4205  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4206  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4207  0.0034364261  0.0034364261 -0.0017182131  26717520         28.221
4208  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4209  0.0025343189  0.0042238648 -0.0120380148  11478265         10.314
4210  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4211  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4212 -0.0018520152 -0.0075844431 -0.0110238998   4617427          7.615
4213  0.0050541516 -0.0024067389  0.0031287605  17533497          8.734
4214  0.0019815994  0.0024416136 -0.0149327672   1440982         14.939
4215 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4216  0.0019815994  0.0024416136 -0.0149327672   1440982         14.939
4217  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4218  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4219 -0.0002883506 -0.0160034602 -0.0354671280   2828658         13.341
4220  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4221  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4222  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4223  0.0135473588  0.0048952641 -0.0062613843  16987605         20.814
4224  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4225  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4226  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4227  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4228  0.0083604273  0.0023223409 -0.0065025546   4431770         14.562
4229  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4230  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4231  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4232  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4233  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4234  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4235 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4236 -0.0022374817 -0.0059408996 -0.0020831726   3041677          4.766
4237 -0.0088716385 -0.0138619351 -0.0252287219  21438385         11.049
4238 -0.0115054030 -0.0137839240 -0.0461682496   3957612         16.898
4239  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4240  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4241  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4242 -0.0002883506 -0.0160034602 -0.0354671280   2828658         13.341
4243  0.0114200596  0.0135716650  0.0309500166   7722400         22.346
4244  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4245  0.0104204096  0.0001796622  0.0030542580  11864615         21.740
4246  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4247 -0.0018520152 -0.0075844431 -0.0110238998   4617427          7.615
4248 -0.0115054030 -0.0137839240 -0.0461682496   3957612         16.898
4249  0.0065296883 -0.0055284694 -0.0057025945   2858414         26.373
4250  0.0050541516 -0.0024067389  0.0031287605  17533497          8.734
4251  0.0083604273  0.0023223409 -0.0065025546   4431770         14.562
4252  0.0025343189  0.0042238648 -0.0120380148  11478265         10.314
4253  0.0058555628  0.0097592713  0.0045543266   5243939          7.758
4254  0.0038953812  0.0083472454  0.0080133556   6942356          3.499
4255  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4256 -0.0015673981  0.0442789969  0.0282131661     10575         48.132
4257  0.0018794376  0.0032020047 -0.0210218572  19661651         14.898
4258  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4259 -0.0024254770  0.0038983498 -0.0080238591   1086094         19.948
4260  0.0053197075  0.0046266544  0.0120276213    988270          6.877
4261  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4262 -0.0115054030 -0.0137839240 -0.0461682496   3957612         16.898
4263  0.0083604273  0.0023223409 -0.0065025546   4431770         14.562
4264  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4265  0.0016913605 -0.0090656924 -0.0391719099   3888237         18.363
4266  0.0038953812  0.0083472454  0.0080133556   6942356          3.499
4267  0.0038725052  0.0023830801 -0.0050640453  10222995         12.663
4268 -0.0024254770  0.0038983498 -0.0080238591   1086094         19.948
4269 -0.0092024540 -0.0078878177 -0.0300905638  39548818         11.624
4270 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4271 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4272 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4273 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4274 -0.0045118210  0.0007218914  0.0079408049   6437731          9.810
4275  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4276  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4277  0.0204390613  0.0078223568  0.0075700227  24994983         12.489
4278  0.0033253525 -0.0017291833 -0.0031923384   7330420          6.565
4279 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4280 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4281 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4282  0.0103225806  0.0316129032  0.0100000000  10638662         24.385
4283 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4284 -0.0045118210  0.0007218914  0.0079408049   6437731          9.810
4285  0.0197183099 -0.0057995029 -0.0298260149   6765800         22.334
4286  0.0004413842  0.0077683616  0.0013241525   4872033          9.749
4287 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4288 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4289  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
4290 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4291 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4292 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4293  0.0052584135 -0.0022536058  0.0042067308   2376092         21.453
4294 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4295  0.0020857474 -0.0009269988 -0.0018539977  10337768          8.467
4296 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4297 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4298 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4299 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4300 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4301 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4302  0.0112400733  0.0042761148  0.0009773977    882403         10.753
4303 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4304 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4305  0.0046082949  0.0011892374 -0.0382042515   3814203         16.657
4306 -0.0157133878 -0.0125707102 -0.0345694532   3004365         21.174
4307 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4308  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4309 -0.0157133878 -0.0125707102 -0.0345694532   3004365         21.174
4310 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4311  0.0004413842  0.0077683616  0.0013241525   4872033          9.749
4312 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4313 -0.0092024540 -0.0078878177 -0.0300905638  39548818         11.624
4314  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4315 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4316 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4317 -0.0034246575 -0.0059931507 -0.0282534247   2632400         29.300
4318  0.0112400733  0.0042761148  0.0009773977    882403         10.753
4319  0.0197183099 -0.0057995029 -0.0298260149   6765800         22.334
4320 -0.0135856944 -0.0159080353 -0.0270552717   2919180          8.659
4321 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4322 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4323 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4324 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4325 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4326 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4327 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4328 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4329 -0.0058106842  0.0002811621 -0.0169634489   6848413         14.047
4330 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4331 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4332 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4333 -0.0014348992  0.0006238692  0.0005614823   4154147         27.215
4334 -0.0382685069 -0.0385929996 -0.0709232899   3845857         20.884
4335 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4336 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4337 -0.0010113728 -0.0004196853 -0.0361617371   1222022         24.679
4338 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4339 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4340 -0.0157133878 -0.0125707102 -0.0345694532   3004365         21.174
4341 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4342 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4343 -0.0014348992  0.0006238692  0.0005614823   4154147         27.215
4344 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4345 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4346 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4347 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4348 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4349 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4350 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4351  0.0112400733  0.0042761148  0.0009773977    882403         10.753
4352 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4353 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4354 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4355  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4356 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4357 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4358 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4359 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4360 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4361 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4362 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4363 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4364 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4365 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4366 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4367 -0.0157133878 -0.0125707102 -0.0345694532   3004365         21.174
4368 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4369 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4370 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4371  0.0000000000  0.0000000000 -0.0423644338        20         25.965
4372 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4373 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4374 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4375 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4376 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4377 -0.0102066854 -0.0178616994 -0.0262822149  19451970         15.458
4378 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4379  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4380 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4381 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4382 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4383 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4384 -0.0452645365 -0.0430757638 -0.0710633488   4591014         31.163
4385 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4386 -0.0102066854 -0.0178616994 -0.0262822149  19451970         15.458
4387 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4388  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
4389 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4390 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4391 -0.0382685069 -0.0385929996 -0.0709232899   3845857         20.884
4392 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4393 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4394 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4395 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4396 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4397 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4398 -0.0100956429 -0.0111583422 -0.0281615303   7956877         11.815
4399  0.0025872659  0.0125775908 -0.0125232365   2500121         19.259
4400 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4401 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4402 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4403 -0.0382685069 -0.0385929996 -0.0709232899   3845857         20.884
4404 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4405 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4406 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4407 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4408 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4409  0.0204390613  0.0078223568  0.0075700227  24994983         12.489
4410  0.0033253525 -0.0017291833 -0.0031923384   7330420          6.565
4411 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4412 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4413  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4414 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4415 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4416 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4417  0.0235646958  0.0274207369 -0.0269922879  69384908         28.509
4418 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4419 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4420 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4421  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
4422 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4423 -0.0135856944 -0.0159080353 -0.0270552717   2919180          8.659
4424 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4425 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4426  0.0117416830  0.0071754729 -0.0123939987   4407718         15.369
4427 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4428 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4429  0.0052584135 -0.0022536058  0.0042067308   2376092         21.453
4430 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4431 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4432  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4433 -0.0045118210  0.0007218914  0.0079408049   6437731          9.810
4434 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4435 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4436 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4437 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4438  0.0204390613  0.0078223568  0.0075700227  24994983         12.489
4439 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4440 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4441 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4442 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4443  0.0087981147  0.0094265515 -0.0196386489  23455165         21.747
4444 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4445 -0.0014348992  0.0006238692  0.0005614823   4154147         27.215
4446 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4447 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4448  0.0103225806  0.0316129032  0.0100000000  10638662         24.385
4449 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4450 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4451 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4452 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4453  0.0177094580  0.0261245116 -0.0094613698   2683927         25.043
4454 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4455 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4456 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4457 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4458  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4459 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4460 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4461 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4462  0.0096464003  0.0115375523 -0.0428940726   1979817         31.905
4463  0.0000000000  0.0000000000 -0.0423644338        20         25.965
4464 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4465  0.0315835330  0.0172075800  0.0291875408  25922757         19.317
4466 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4467 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4468 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4469 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4470 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4471 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4472 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4473 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4474 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4475 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4476 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4477  0.0070826307  0.0064080944  0.0101180438   8670806         14.897
4478  0.0204390613  0.0078223568  0.0075700227  24994983         12.489
4479 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4480 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4481 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4482 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4483 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4484 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4485 -0.0333333333 -0.0121993127 -0.0379725086    660164         28.034
4486 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4487 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4488 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4489  0.0069014085  0.0190140845  0.0200000000   3897729         10.693
4490 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4491 -0.0102066854 -0.0178616994 -0.0262822149  19451970         15.458
4492 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4493 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4494 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4495 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4496 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4497 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4498 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4499  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
4500 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4501 -0.0071033348 -0.0018692986 -0.0165993719   1749243          7.837
4502 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4503 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4504 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4505 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4506 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4507 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4508 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4509 -0.0071033348 -0.0018692986 -0.0165993719   1749243          7.837
4510  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4511  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4512  0.0486111111  0.0034722222 -0.0173611111    686242         43.559
4513 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4514  0.0033253525 -0.0017291833 -0.0031923384   7330420          6.565
4515 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4516 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4517 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4518 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4519 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4520 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4521 -0.0150068213 -0.0302864939 -0.0515688950  56746263         23.313
4522 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4523 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4524  0.0165764547  0.0184370771 -0.0236806495  11917080         23.550
4525 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4526 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4527 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4528 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4529 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4530 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4531 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4532  0.0004413842  0.0077683616  0.0013241525   4872033          9.749
4533  0.0315835330  0.0172075800  0.0291875408  25922757         19.317
4534 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4535 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4536 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4537 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4538 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4539 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4540 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4541 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4542 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4543 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4544 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4545 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4546 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4547 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4548 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4549 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4550 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4551 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4552 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4553  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
4554  0.0067390063  0.0010850942 -0.0313078241   1731764         17.021
4555 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4556 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4557 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4558 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4559  0.0067390063  0.0010850942 -0.0313078241   1731764         17.021
4560 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4561 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4562 -0.0030618494  0.0009797918 -0.0117575015  12072169          9.450
4563 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4564 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4565 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4566  0.0033253525 -0.0017291833 -0.0031923384   7330420          6.565
4567 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4568 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4569 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4570 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4571 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4572 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4573 -0.0168803766 -0.0071416978 -0.0240761781   2181592         11.282
4574  0.0067390063  0.0010850942 -0.0313078241   1731764         17.021
4575 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4576  0.0204390613  0.0078223568  0.0075700227  24994983         12.489
4577 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4578 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4579 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4580 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
4581 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4582 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4583  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4584 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4585  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4586 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4587 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4588  0.0113339146  0.0008718396 -0.0113339146  41415145         19.769
4589 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4590 -0.0231208239 -0.0258444245 -0.0513368926    477366         16.946
4591 -0.0060053381 -0.0053380783 -0.0117882562  12962658          8.722
4592 -0.0102066854 -0.0178616994 -0.0262822149  19451970         15.458
4593 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4594 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4595 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4596 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4597 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4598 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4599  0.0004413842  0.0077683616  0.0013241525   4872033          9.749
4600 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4601 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4602  0.0004413842  0.0077683616  0.0013241525   4872033          9.749
4603 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4604 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4605 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4606 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4607 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4608  0.0204390613  0.0078223568  0.0075700227  24994983         12.489
4609 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4610 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4611 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4612 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4613 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4614 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4615 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
4616 -0.0045224794 -0.0117052408 -0.0444267092   5239500         20.529
4617 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4618 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4619 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4620 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4621  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4622 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4623 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4624 -0.0010113728 -0.0004196853 -0.0361617371   1222022         24.679
4625 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4626  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4627 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4628  0.0235646958  0.0274207369 -0.0269922879  69384908         28.509
4629  0.0052584135 -0.0022536058  0.0042067308   2376092         21.453
4630 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4631 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4632 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4633 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4634 -0.0150068213 -0.0302864939 -0.0515688950  56746263         23.313
4635  0.0426120642  0.0232429441 -0.0868843387   6605679         64.693
4636  0.0046082949  0.0011892374 -0.0382042515   3814203         16.657
4637 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4638  0.0107238606  0.0126452189 -0.0310098302   2936589         35.551
4639 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4640 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4641 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4642  0.0087981147  0.0094265515 -0.0196386489  23455165         21.747
4643 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4644 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4645 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4646 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4647 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4648 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4649 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4650 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4651 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4652 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4653 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4654  0.0197183099 -0.0057995029 -0.0298260149   6765800         22.334
4655 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4656 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4657 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4658 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4659 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4660 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4661  0.0204390613  0.0078223568  0.0075700227  24994983         12.489
4662 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4663 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4664 -0.0006325778 -0.0038481813 -0.0232999473   1377452         17.145
4665  0.0025872659  0.0125775908 -0.0125232365   2500121         19.259
4666  0.0004413842  0.0077683616  0.0013241525   4872033          9.749
4667 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4668  0.0070826307  0.0064080944  0.0101180438   8670806         14.897
4669 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4670 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4671 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4672 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4673 -0.0006325778 -0.0038481813 -0.0232999473   1377452         17.145
4674  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
4675 -0.0407888839 -0.0430300314 -0.0865082922  22685700         27.146
4676 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4677 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4678 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
4679 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4680 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4681 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4682  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4683 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
4684 -0.0045118210  0.0007218914  0.0079408049   6437731          9.810
4685 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4686 -0.0150068213 -0.0302864939 -0.0515688950  56746263         23.313
4687 -0.0092024540 -0.0078878177 -0.0300905638  39548818         11.624
4688 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4689 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4690  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
4691 -0.0452645365 -0.0430757638 -0.0710633488   4591014         31.163
4692 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4693 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4694  0.0204390613  0.0078223568  0.0075700227  24994983         12.489
4695 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4696 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4697 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4698 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4699 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4700  0.0087981147  0.0094265515 -0.0196386489  23455165         21.747
4701 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4702 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4703 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4704 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4705 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4706  0.0107238606  0.0126452189 -0.0310098302   2936589         35.551
4707 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4708  0.0046948357  0.0305736860  0.0147715562   8295445         17.447
4709  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4710  0.0067390063  0.0010850942 -0.0313078241   1731764         17.021
4711 -0.0452645365 -0.0430757638 -0.0710633488   4591014         31.163
4712 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4713 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4714 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4715 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4716  0.0000000000  0.0000000000 -0.0423644338        20         25.965
4717 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4718 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4719  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
4720 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4721 -0.0045118210  0.0007218914  0.0079408049   6437731          9.810
4722  0.0046082949  0.0011892374 -0.0382042515   3814203         16.657
4723 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4724 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4725 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4726 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4727 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4728 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4729  0.0046082949  0.0011892374 -0.0382042515   3814203         16.657
4730  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4731  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4732 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4733 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4734  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
4735  0.0112400733  0.0042761148  0.0009773977    882403         10.753
4736 -0.0382685069 -0.0385929996 -0.0709232899   3845857         20.884
4737  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4738 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4739 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4740 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4741 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4742 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4743  0.0047464565  0.0113435955 -0.0142992445    655987         15.132
4744 -0.0196653948 -0.0190783681 -0.0366891694  20461746          8.653
4745  0.0112400733  0.0042761148  0.0009773977    882403         10.753
4746 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4747 -0.0196653948 -0.0190783681 -0.0366891694  20461746          8.653
4748 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4749 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4750 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4751 -0.0135856944 -0.0159080353 -0.0270552717   2919180          8.659
4752 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4753 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4754  0.0087981147  0.0094265515 -0.0196386489  23455165         21.747
4755 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4756 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4757 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4758 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4759 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4760 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4761 -0.0102066854 -0.0178616994 -0.0262822149  19451970         15.458
4762 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4763 -0.0006325778 -0.0038481813 -0.0232999473   1377452         17.145
4764 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4765 -0.0196653948 -0.0190783681 -0.0366891694  20461746          8.653
4766 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4767 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4768 -0.0196653948 -0.0190783681 -0.0366891694  20461746          8.653
4769  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
4770  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4771 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4772  0.0070826307  0.0064080944  0.0101180438   8670806         14.897
4773 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4774  0.0067390063  0.0010850942 -0.0313078241   1731764         17.021
4775  0.0197183099 -0.0057995029 -0.0298260149   6765800         22.334
4776 -0.0030618494  0.0009797918 -0.0117575015  12072169          9.450
4777  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4778 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4779 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4780 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4781 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4782 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4783  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4784 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4785 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4786 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4787 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4788  0.0004413842  0.0077683616  0.0013241525   4872033          9.749
4789 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4790  0.0315835330  0.0172075800  0.0291875408  25922757         19.317
4791 -0.0135856944 -0.0159080353 -0.0270552717   2919180          8.659
4792 -0.0150068213 -0.0302864939 -0.0515688950  56746263         23.313
4793 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4794 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4795  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
4796 -0.0053372149 -0.0032751092 -0.0383309073   6618391         19.242
4797 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4798 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4799 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4800  0.0047464565  0.0113435955 -0.0142992445    655987         15.132
4801 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4802 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4803 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4804 -0.0102066854 -0.0178616994 -0.0262822149  19451970         15.458
4805 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4806 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4807 -0.0092024540 -0.0078878177 -0.0300905638  39548818         11.624
4808 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4809  0.0204390613  0.0078223568  0.0075700227  24994983         12.489
4810 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4811 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4812 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4813 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4814  0.0155880964 -0.0014170997 -0.0212564950  12962400         15.938
4815 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4816 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4817 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4818  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4819 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
4820 -0.0045118210  0.0007218914  0.0079408049   6437731          9.810
4821 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4822 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4823 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4824 -0.0053372149 -0.0032751092 -0.0383309073   6618391         19.242
4825  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
4826 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4827 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4828  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4829 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4830 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4831  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
4832  0.0046948357  0.0305736860  0.0147715562   8295445         17.447
4833  0.0235646958  0.0274207369 -0.0269922879  69384908         28.509
4834 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4835 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
4836  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4837 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4838 -0.0092024540 -0.0078878177 -0.0300905638  39548818         11.624
4839 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4840 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4841  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4842 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4843 -0.0092024540 -0.0078878177 -0.0300905638  39548818         11.624
4844  0.0197183099 -0.0057995029 -0.0298260149   6765800         22.334
4845 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
4846 -0.0382685069 -0.0385929996 -0.0709232899   3845857         20.884
4847 -0.0045118210  0.0007218914  0.0079408049   6437731          9.810
4848  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4849  0.0204390613  0.0078223568  0.0075700227  24994983         12.489
4850  0.0004413842  0.0077683616  0.0013241525   4872033          9.749
4851 -0.0045224794 -0.0117052408 -0.0444267092   5239500         20.529
4852  0.0065775049  0.0097566323 -0.0007673756   6888471         10.085
4853 -0.0071033348 -0.0018692986 -0.0165993719   1749243          7.837
4854  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4855  0.0046082949  0.0011892374 -0.0382042515   3814203         16.657
4856 -0.0014348992  0.0006238692  0.0005614823   4154147         27.215
4857 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4858 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
4859 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4860  0.0033253525 -0.0017291833 -0.0031923384   7330420          6.565
4861 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4862 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
4863 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4864 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4865 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4866 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
4867 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4868 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4869 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4870 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4871 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4872  0.0020857474 -0.0009269988 -0.0018539977  10337768          8.467
4873 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4874 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4875 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4876 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4877 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4878 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4879  0.0046082949  0.0011892374 -0.0382042515   3814203         16.657
4880 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4881 -0.0040558810 -0.0272645336 -0.0380238846   2364453         12.106
4882 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4883  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4884 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4885 -0.0382685069 -0.0385929996 -0.0709232899   3845857         20.884
4886 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4887 -0.0102066854 -0.0178616994 -0.0262822149  19451970         15.458
4888  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
4889  0.0033253525 -0.0017291833 -0.0031923384   7330420          6.565
4890 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4891  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4892 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4893  0.0112400733  0.0042761148  0.0009773977    882403         10.753
4894  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4895 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
4896  0.0046082949  0.0011892374 -0.0382042515   3814203         16.657
4897  0.0065775049  0.0097566323 -0.0007673756   6888471         10.085
4898 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4899 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4900 -0.0113308154 -0.0302155077 -0.0524327927   3961697         13.099
4901  0.0111813194  0.0094131107 -0.0169279975    581279         20.681
4902 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4903 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4904 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
4905 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4906 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4907 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4908 -0.0102066854 -0.0178616994 -0.0262822149  19451970         15.458
4909  0.0089686099  0.0039237668  0.0100896861     24852         18.553
4910 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4911 -0.0006325778 -0.0038481813 -0.0232999473   1377452         17.145
4912 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4913 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4914  0.0070826307  0.0064080944  0.0101180438   8670806         14.897
4915 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4916 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4917 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4918  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4919  0.0046082949  0.0011892374 -0.0382042515   3814203         16.657
4920 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4921 -0.0150068213 -0.0302864939 -0.0515688950  56746263         23.313
4922 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4923 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4924 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4925 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4926 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4927 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4928  0.0089686099  0.0039237668  0.0100896861     24852         18.553
4929 -0.0382685069 -0.0385929996 -0.0709232899   3845857         20.884
4930 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4931 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4932 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4933 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4934 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4935  0.0033253525 -0.0017291833 -0.0031923384   7330420          6.565
4936 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4937 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4938 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4939 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4940  0.0204390613  0.0078223568  0.0075700227  24994983         12.489
4941  0.0033253525 -0.0017291833 -0.0031923384   7330420          6.565
4942 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4943 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4944 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4945  0.0165764547  0.0184370771 -0.0236806495  11917080         23.550
4946 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4947  0.0004413842  0.0077683616  0.0013241525   4872033          9.749
4948 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4949 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4950 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4951 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4952 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
4953  0.0315835330  0.0172075800  0.0291875408  25922757         19.317
4954 -0.0452645365 -0.0430757638 -0.0710633488   4591014         31.163
4955 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4956  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4957  0.0047464565  0.0113435955 -0.0142992445    655987         15.132
4958  0.0315835330  0.0172075800  0.0291875408  25922757         19.317
4959 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4960  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
4961 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4962 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4963 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4964 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4965 -0.0102066854 -0.0178616994 -0.0262822149  19451970         15.458
4966  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4967 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4968  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
4969 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4970  0.0084221844  0.0137980468 -0.0364662665   2297713         22.755
4971 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4972 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4973 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4974 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
4975 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4976 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4977 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4978  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4979 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4980 -0.0102066854 -0.0178616994 -0.0262822149  19451970         15.458
4981 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4982 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4983  0.0107238606  0.0126452189 -0.0310098302   2936589         35.551
4984  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
4985 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4986 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
4987 -0.0150068213 -0.0302864939 -0.0515688950  56746263         23.313
4988  0.0089686099  0.0039237668  0.0100896861     24852         18.553
4989 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4990 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4991 -0.0102066854 -0.0178616994 -0.0262822149  19451970         15.458
4992 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
4993 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4994  0.0089686099  0.0039237668  0.0100896861     24852         18.553
4995 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
4996  0.0004413842  0.0077683616  0.0013241525   4872033          9.749
4997 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
4998 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
4999 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5000 -0.0030618494  0.0009797918 -0.0117575015  12072169          9.450
5001 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5002 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5003 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5004  0.0204390613  0.0078223568  0.0075700227  24994983         12.489
5005 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5006 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
5007 -0.0021757149 -0.0222751761 -0.0381268131    342623         18.480
5008 -0.0382685069 -0.0385929996 -0.0709232899   3845857         20.884
5009  0.0052584135 -0.0022536058  0.0042067308   2376092         21.453
5010 -0.0045118210  0.0007218914  0.0079408049   6437731          9.810
5011 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5012 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5013  0.0204390613  0.0078223568  0.0075700227  24994983         12.489
5014 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5015  0.0204390613  0.0078223568  0.0075700227  24994983         12.489
5016 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5017 -0.0196653948 -0.0190783681 -0.0366891694  20461746          8.653
5018 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5019 -0.0092024540 -0.0078878177 -0.0300905638  39548818         11.624
5020 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5021  0.0033253525 -0.0017291833 -0.0031923384   7330420          6.565
5022 -0.0092024540 -0.0078878177 -0.0300905638  39548818         11.624
5023  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
5024  0.0074257426 -0.0133044554 -0.0362004950   3959200         17.070
5025 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5026 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5027 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5028  0.0046082949  0.0011892374 -0.0382042515   3814203         16.657
5029 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5030 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5031 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5032 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5033 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5034 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5035 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
5036  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
5037  0.0107238606  0.0126452189 -0.0310098302   2936589         35.551
5038 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5039 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5040 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5041 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5042  0.0020857474 -0.0009269988 -0.0018539977  10337768          8.467
5043 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5044 -0.0045224794 -0.0117052408 -0.0444267092   5239500         20.529
5045  0.0204390613  0.0078223568  0.0075700227  24994983         12.489
5046  0.0113339146  0.0008718396 -0.0113339146  41415145         19.769
5047 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5048 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5049 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5050 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5051 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5052 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5053 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5054 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5055 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5056  0.0160252366  0.0174132492  0.0042902208   5313188         34.517
5057 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5058  0.0155880964 -0.0014170997 -0.0212564950  12962400         15.938
5059 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5060 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5061  0.0033253525 -0.0017291833 -0.0031923384   7330420          6.565
5062 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5063 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
5064 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
5065 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5066 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5067 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5068 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5069 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
5070 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5071 -0.0040558810 -0.0272645336 -0.0380238846   2364453         12.106
5072 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5073 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5074 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5075 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5076 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5077 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5078 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5079  0.0130014859  0.0133729569 -0.0156017831  16501919         20.628
5080 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5081 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5082 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5083 -0.0339086905 -0.0346139172 -0.0380822456      9864         15.510
5084 -0.0102066854 -0.0178616994 -0.0262822149  19451970         15.458
5085  0.0046082949  0.0011892374 -0.0382042515   3814203         16.657
5086 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5087  0.0004413842  0.0077683616  0.0013241525   4872033          9.749
5088 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5089  0.0204390613  0.0078223568  0.0075700227  24994983         12.489
5090 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5091  0.0315835330  0.0172075800  0.0291875408  25922757         19.317
5092 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5093 -0.0333333333 -0.0121993127 -0.0379725086    660164         28.034
5094 -0.0102040816 -0.0025510204 -0.0102040816   7700915         28.035
5095 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5096 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5097 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5098 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5099 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5100 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5101 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5102 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
5103 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5104  0.0160252366  0.0174132492  0.0042902208   5313188         34.517
5105 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5106  0.0113339146  0.0008718396 -0.0113339146  41415145         19.769
5107 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5108 -0.0014348992  0.0006238692  0.0005614823   4154147         27.215
5109 -0.0382685069 -0.0385929996 -0.0709232899   3845857         20.884
5110 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5111 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5112 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5113  0.0014889261 -0.0009305788 -0.0157267821   3111976         13.260
5114 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5115 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5116 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5117 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5118  0.0113339146  0.0008718396 -0.0113339146  41415145         19.769
5119 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5120 -0.0092024540 -0.0078878177 -0.0300905638  39548818         11.624
5121 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
5122  0.0197183099 -0.0057995029 -0.0298260149   6765800         22.334
5123  0.0113339146  0.0008718396 -0.0113339146  41415145         19.769
5124 -0.0034246575 -0.0059931507 -0.0282534247   2632400         29.300
5125  0.0130014859  0.0133729569 -0.0156017831  16501919         20.628
5126 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5127  0.0113339146  0.0008718396 -0.0113339146  41415145         19.769
5128 -0.0102066854 -0.0178616994 -0.0262822149  19451970         15.458
5129 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
5130 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5131 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5132  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
5133 -0.0333333333 -0.0121993127 -0.0379725086    660164         28.034
5134 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5135 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5136 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5137 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5138  0.0065775049  0.0097566323 -0.0007673756   6888471         10.085
5139 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5140 -0.0092024540 -0.0078878177 -0.0300905638  39548818         11.624
5141 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
5142 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5143 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
5144  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
5145  0.0486111111  0.0034722222 -0.0173611111    686242         43.559
5146 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5147 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5148 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5149 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5150  0.0000000000  0.0000000000 -0.0423644338        20         25.965
5151 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5152 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5153 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5154 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5155 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5156  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
5157 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5158 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5159 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5160 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5161 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5162 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5163  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
5164  0.0047464565  0.0113435955 -0.0142992445    655987         15.132
5165 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5166 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5167 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5168 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5169  0.0215767635  0.0199170124  0.0047026279  56769258         23.198
5170 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5171  0.0047464565  0.0113435955 -0.0142992445    655987         15.132
5172 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5173 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5174 -0.0102066854 -0.0178616994 -0.0262822149  19451970         15.458
5175 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5176 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5177 -0.0092024540 -0.0078878177 -0.0300905638  39548818         11.624
5178 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5179 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5180  0.0204390613  0.0078223568  0.0075700227  24994983         12.489
5181 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5182 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5183 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5184 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5185 -0.0382685069 -0.0385929996 -0.0709232899   3845857         20.884
5186 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5187 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5188 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5189 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5190 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5191 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5192 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5193  0.0052584135 -0.0022536058  0.0042067308   2376092         21.453
5194 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5195 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5196 -0.0071033348 -0.0018692986 -0.0165993719   1749243          7.837
5197  0.0052584135 -0.0022536058  0.0042067308   2376092         21.453
5198 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5199 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5200 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5201 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5202 -0.0006325778 -0.0038481813 -0.0232999473   1377452         17.145
5203 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
5204 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
5205 -0.0034246575 -0.0059931507 -0.0282534247   2632400         29.300
5206 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
5207 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
5208 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
5209  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
5210 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5211 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5212 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5213  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
5214 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5215 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
5216 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
5217 -0.0135856944 -0.0159080353 -0.0270552717   2919180          8.659
5218  0.0046082949  0.0011892374 -0.0382042515   3814203         16.657
5219 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5220 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5221 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
5222 -0.0150068213 -0.0302864939 -0.0515688950  56746263         23.313
5223 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
5224 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5225  0.0000000000  0.0000000000 -0.0423644338        20         25.965
5226 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5227  0.0052584135 -0.0022536058  0.0042067308   2376092         21.453
5228 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5229  0.0004413842  0.0077683616  0.0013241525   4872033          9.749
5230 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5231 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
5232 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5233 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
5234 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5235 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5236 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5237 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5238 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5239 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5240  0.0089686099  0.0039237668  0.0100896861     24852         18.553
5241 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
5242 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5243  0.0000000000  0.0000000000 -0.0423644338        20         25.965
5244 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5245 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5246 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5247  0.0113339146  0.0008718396 -0.0113339146  41415145         19.769
5248 -0.0100956429 -0.0111583422 -0.0281615303   7956877         11.815
5249 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5250 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5251 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5252  0.0000000000  0.0462555066  0.0361233480     14000         40.824
5253 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5254 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5255  0.0002399329  0.0017979391 -0.0013180732       124          4.838
5256 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
5257 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5258  0.0000000000  0.0462555066  0.0361233480     14000         40.824
5259 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5260  0.0046082949  0.0011892374 -0.0382042515   3814203         16.657
5261  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
5262 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5263 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
5264 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5265  0.0249750250  0.0149850150  0.0091575092  25046130         18.224
5266  0.0033253525 -0.0017291833 -0.0031923384   7330420          6.565
5267 -0.0133377135 -0.0002628121 -0.0613009198   6366247         41.407
5268 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5269 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5270  0.0047464565  0.0113435955 -0.0142992445    655987         15.132
5271 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5272 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5273 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
5274  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
5275 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5276 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5277 -0.0006325778 -0.0038481813 -0.0232999473   1377452         17.145
5278 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
5279 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5280  0.0002088409  0.0061260007 -0.0096066829  20860358         10.476
5281 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5282 -0.0245590682 -0.0250249584 -0.0437271215  30652248         10.803
5283 -0.0169731565 -0.0187785814 -0.0286057147   7364681          8.744
5284 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5285 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5286 -0.0382685069 -0.0385929996 -0.0709232899   3845857         20.884
5287 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5288 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5289 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5290 -0.0001730104 -0.0036332180 -0.0100346021   3987631         10.315
5291  0.0065032516  0.0126491817 -0.0465947259   4779887         29.566
5292 -0.0526093856 -0.0550315157 -0.0616344182   2448752         23.420
5293  0.0151809752  0.0127879150 -0.0130122644   4428825         15.155
5294 -0.0119724633 -0.0179586950 -0.0368153248  10127598         28.496
5295  0.0002399329  0.0017979391 -0.0013180732       124          4.838
5296  0.0179372197  0.0089686099  0.0100896861     24852         18.553
5297 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5298  0.0010828370 -0.0045118210  0.0079408049   6437731          9.810
5299  0.0206460206  0.0249750250  0.0091575092  25046130         18.224
5300 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5301 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5302 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5303 -0.0031351602 -0.0135856944 -0.0270552717   2919180          8.659
5304 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5305 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5306 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5307 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5308 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5309 -0.0087107071 -0.0168803766 -0.0240761781   2181592         11.282
5310 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5311  0.0206460206  0.0249750250  0.0091575092  25046130         18.224
5312 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5313  0.0000000000  0.0000000000 -0.0423644338        20         25.965
5314 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5315 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5316 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5317  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5318  0.0067176445  0.0065032516 -0.0465947259   4779887         29.566
5319  0.0009447331  0.0155880964 -0.0212564950  12962400         15.938
5320  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5321  0.0009745910  0.0002088409 -0.0096066829  20860358         10.476
5322 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5323  0.0069867697  0.0046082949 -0.0382042515   3814203         16.657
5324  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5325  0.0165541276  0.0315835330  0.0291875408  25922757         19.317
5326 -0.0357807295 -0.0382685069 -0.0709232899   3845857         20.884
5327  0.0102066854 -0.0102066854 -0.0262822149  19451970         15.458
5328  0.0067176445  0.0065032516 -0.0465947259   4779887         29.566
5329 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5330  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5331 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5332 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5333 -0.0031351602 -0.0135856944 -0.0270552717   2919180          8.659
5334 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5335  0.0009745910  0.0002088409 -0.0096066829  20860358         10.476
5336 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5337  0.0020761246 -0.0001730104 -0.0100346021   3987631         10.315
5338 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5339 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5340  0.0067176445  0.0065032516 -0.0465947259   4779887         29.566
5341  0.0102066854 -0.0102066854 -0.0262822149  19451970         15.458
5342 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5343 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5344  0.0045669824  0.0165764547 -0.0236806495  11917080         23.550
5345  0.0206460206  0.0249750250  0.0091575092  25046130         18.224
5346  0.0001871608 -0.0014348992  0.0005614823   4154147         27.215
5347  0.0206460206  0.0249750250  0.0091575092  25046130         18.224
5348 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5349 -0.0047764850 -0.0030618494 -0.0117575015  12072169          9.450
5350  0.0067176445  0.0065032516 -0.0465947259   4779887         29.566
5351  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5352  0.0010828370 -0.0045118210  0.0079408049   6437731          9.810
5353 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5354 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5355 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5356 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5357 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5358 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5359 -0.0027753433 -0.0092024540 -0.0300905638  39548818         11.624
5360 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5361 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5362 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5363 -0.0027753433 -0.0092024540 -0.0300905638  39548818         11.624
5364  0.0179372197  0.0089686099  0.0100896861     24852         18.553
5365  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5366 -0.0056497175  0.0004413842  0.0013241525   4872033          9.749
5367 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5368 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5369 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5370 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5371 -0.0032444959  0.0020857474 -0.0018539977  10337768          8.467
5372 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5373 -0.0003943218 -0.0040558810 -0.0380238846   2364453         12.106
5374  0.0034583666  0.0033253525 -0.0031923384   7330420          6.565
5375 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5376 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5377  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5378 -0.0026567481 -0.0100956429 -0.0281615303   7956877         11.815
5379  0.0034583666  0.0033253525 -0.0031923384   7330420          6.565
5380 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5381 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5382 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5383 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5384  0.0026726034  0.0047464565 -0.0142992445    655987         15.132
5385  0.0067176445  0.0065032516 -0.0465947259   4779887         29.566
5386  0.0069867697  0.0046082949 -0.0382042515   3814203         16.657
5387  0.0132819195  0.0235646958 -0.0269922879  69384908         28.509
5388  0.0009745910  0.0002088409 -0.0096066829  20860358         10.476
5389 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5390  0.0006548788  0.0065487885  0.0052390308   6681951         17.751
5391 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5392 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5393 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5394 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5395 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5396 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5397  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5398 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5399 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5400 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5401 -0.0169717138 -0.0245590682 -0.0437271215  30652248         10.803
5402  0.0034583666  0.0033253525 -0.0031923384   7330420          6.565
5403 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5404 -0.0357807295 -0.0382685069 -0.0709232899   3845857         20.884
5405  0.0020761246 -0.0001730104 -0.0100346021   3987631         10.315
5406 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5407 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5408 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5409  0.0102066854 -0.0102066854 -0.0262822149  19451970         15.458
5410 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5411 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5412 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5413  0.0006548788  0.0065487885  0.0052390308   6681951         17.751
5414 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5415 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5416 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5417  0.0069867697  0.0046082949 -0.0382042515   3814203         16.657
5418  0.0067176445  0.0065032516 -0.0465947259   4779887         29.566
5419  0.0006548788  0.0065487885  0.0052390308   6681951         17.751
5420 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5421 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5422 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5423  0.0020761246 -0.0001730104 -0.0100346021   3987631         10.315
5424 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5425  0.0206460206  0.0249750250  0.0091575092  25046130         18.224
5426  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5427 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5428  0.0067176445  0.0065032516 -0.0465947259   4779887         29.566
5429  0.0009447331  0.0155880964 -0.0212564950  12962400         15.938
5430 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5431 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5432  0.0009745910  0.0002088409 -0.0096066829  20860358         10.476
5433 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5434 -0.0059291106 -0.0231208239 -0.0513368926    477366         16.946
5435 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5436 -0.0032444959  0.0020857474 -0.0018539977  10337768          8.467
5437 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5438  0.0009745910  0.0002088409 -0.0096066829  20860358         10.476
5439  0.0067176445  0.0065032516 -0.0465947259   4779887         29.566
5440  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5441 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5442  0.0069867697  0.0046082949 -0.0382042515   3814203         16.657
5443  0.0069867697  0.0046082949 -0.0382042515   3814203         16.657
5444 -0.0005633803  0.0069014085  0.0200000000   3897729         10.693
5445 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5446  0.0079413561  0.0112400733  0.0009773977    882403         10.753
5447 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5448 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5449 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5450 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5451 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5452 -0.0003943218 -0.0040558810 -0.0380238846   2364453         12.106
5453 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5454 -0.0056497175  0.0004413842  0.0013241525   4872033          9.749
5455 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5456  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5457 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5458 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5459 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5460 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5461 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5462 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5463 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5464 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5465  0.0010828370 -0.0045118210  0.0079408049   6437731          9.810
5466 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5467  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5468 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5469 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5470  0.0009447331  0.0155880964 -0.0212564950  12962400         15.938
5471  0.0067176445  0.0065032516 -0.0465947259   4779887         29.566
5472 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5473 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5474  0.0010828370 -0.0045118210  0.0079408049   6437731          9.810
5475  0.0067176445  0.0065032516 -0.0465947259   4779887         29.566
5476  0.0067176445  0.0065032516 -0.0465947259   4779887         29.566
5477  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5478 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5479 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5480  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5481 -0.0026917900 -0.0071033348 -0.0165993719   1749243          7.837
5482 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5483 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5484 -0.0033052885  0.0052584135  0.0042067308   2376092         21.453
5485 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5486 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5487 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5488 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5489 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5490 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5491 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5492 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5493 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5494 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5495  0.0009745910  0.0002088409 -0.0096066829  20860358         10.476
5496 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5497 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5498 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5499 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5500  0.0011124164  0.0002399329 -0.0013180732       124          4.838
5501 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5502  0.0010828370 -0.0045118210  0.0079408049   6437731          9.810
5503  0.0354080221  0.0215767635  0.0047026279  56769258         23.198
5504  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5505 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5506 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5507  0.0069867697  0.0046082949 -0.0382042515   3814203         16.657
5508 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5509 -0.0119446773 -0.0693629505 -0.0819362951  11642778         30.914
5510  0.0009745910  0.0002088409 -0.0096066829  20860358         10.476
5511 -0.0357807295 -0.0382685069 -0.0709232899   3845857         20.884
5512  0.0206460206  0.0249750250  0.0091575092  25046130         18.224
5513 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5514  0.0007980846 -0.0045224794 -0.0444267092   5239500         20.529
5515  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5516  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5517 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5518 -0.0357807295 -0.0382685069 -0.0709232899   3845857         20.884
5519 -0.0024783147 -0.0092936803 -0.0198265180   1734403         50.453
5520 -0.0169717138 -0.0245590682 -0.0437271215  30652248         10.803
5521  0.0020761246 -0.0001730104 -0.0100346021   3987631         10.315
5522  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5523 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5524 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5525  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5526  0.0034583666  0.0033253525 -0.0031923384   7330420          6.565
5527 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5528 -0.0027753433 -0.0092024540 -0.0300905638  39548818         11.624
5529 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5530  0.0020761246 -0.0001730104 -0.0100346021   3987631         10.315
5531  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5532  0.0067176445  0.0065032516 -0.0465947259   4779887         29.566
5533  0.0089812332  0.0107238606 -0.0310098302   2936589         35.551
5534  0.0026726034  0.0047464565 -0.0142992445    655987         15.132
5535 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5536 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5537 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5538 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5539 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5540  0.0020761246 -0.0001730104 -0.0100346021   3987631         10.315
5541 -0.0071460232 -0.0169731565 -0.0286057147   7364681          8.744
5542  0.0165541276  0.0315835330  0.0291875408  25922757         19.317
5543 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5544 -0.0356604701 -0.0526093856 -0.0616344182   2448752         23.420
5545 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5546 -0.0104759054 -0.0119724633 -0.0368153248  10127598         28.496
5547  0.0057818660 -0.0133377135 -0.0613009198   6366247         41.407
5548 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
5549  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
5550  0.0075274096  0.0075274096  0.0081819669   3762298         13.996
5551 -0.0009514748 -0.0009514748 -0.0012686330  30196715         41.892
5552  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5553  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5554 -0.0017594018 -0.0017594018 -0.0096767099  14148040          8.499
5555  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5556  0.0142458101  0.0142458101  0.0128491620   1711791         13.565
5557 -0.0035842294 -0.0035842294 -0.0168302945    637459          6.945
5558  0.0142458101  0.0142458101  0.0128491620   1711791         13.565
5559 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
5560  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5561 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5562 -0.0017594018 -0.0017594018 -0.0096767099  14148040          8.499
5563  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5564  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5565  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5566  0.0055045872  0.0055045872  0.0160550459   1254348         14.826
5567 -0.0017594018 -0.0017594018 -0.0096767099  14148040          8.499
5568 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
5569  0.0002114761  0.0002114761 -0.0052164105   2944380         13.406
5570  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5571 -0.0017594018 -0.0017594018 -0.0096767099  14148040          8.499
5572 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5573  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5574  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5575  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5576 -0.0017594018 -0.0017594018 -0.0096767099  14148040          8.499
5577  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5578  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5579 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5580 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
5581 -0.0009514748 -0.0009514748 -0.0012686330  30196715         41.892
5582  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5583  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5584 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
5585  0.0055045872  0.0055045872  0.0160550459   1254348         14.826
5586 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5587  0.0044617959  0.0044617959 -0.0306748466   6442687         28.202
5588  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5589  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5590  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5591 -0.0017594018 -0.0017594018 -0.0096767099  14148040          8.499
5592 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
5593  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5594 -0.0044264516 -0.0088686557 -0.0001417725   2295276          9.703
5595  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5596  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5597  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5598  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5599  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5600 -0.0017594018 -0.0017594018 -0.0096767099  14148040          8.499
5601  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
5602 -0.0035842294 -0.0035842294 -0.0168302945    637459          6.945
5603 -0.0110812626 -0.0110812626 -0.0218267293   9165598         10.490
5604  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
5605  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5606  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5607 -0.0075485941 -0.0075485941 -0.0184940555   8938801          8.666
5608  0.0088987764  0.0088987764 -0.0069307778   5232886         10.835
5609  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
5610  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
5611 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5612 -0.0017594018 -0.0017594018 -0.0096767099  14148040          8.499
5613  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5614 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
5615  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
5616  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5617  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5618  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5619  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5620  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5621  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5622  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5623  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5624  0.0205816555  0.0308724832  0.0040268456  18669100         23.449
5625  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
5626  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5627  0.0043542709  0.0043542709 -0.0021308134   9963649          9.282
5628  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5629  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
5630  0.0075274096  0.0075274096  0.0081819669   3762298         13.996
5631  0.0044617959  0.0044617959 -0.0306748466   6442687         28.202
5632  0.0044617959  0.0044617959 -0.0306748466   6442687         28.202
5633 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5634 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
5635 -0.0030248034  0.0024198427 -0.0060496068   7948911         15.044
5636  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5637 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
5638 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5639  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5640  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5641  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
5642  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
5643  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5644  0.0017182131  0.0017182131 -0.0153207331  30436364          9.871
5645 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5646  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5647  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5648  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5649 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
5650  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5651  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5652 -0.0170863309 -0.0170863309 -0.0143884892  36398667         16.041
5653  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5654  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5655 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5656 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5657 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5658  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5659  0.0044617959  0.0044617959 -0.0306748466   6442687         28.202
5660  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
5661  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5662  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5663  0.0132753235  0.0132753235 -0.0004462294   6030140         18.070
5664 -0.0352216026 -0.0352216026 -0.0410918697  28426526         19.674
5665 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5666  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5667  0.0252725471  0.0252725471  0.0285761480  23150520         16.850
5668 -0.0059796438 -0.0059796438 -0.0057251908   8201738         18.864
5669  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5670  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5671  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5672 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
5673 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
5674  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5675  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5676  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
5677 -0.0059796438 -0.0059796438 -0.0057251908   8201738         18.864
5678 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5679  0.0017182131  0.0017182131 -0.0153207331  30436364          9.871
5680 -0.0017594018 -0.0017594018 -0.0096767099  14148040          8.499
5681 -0.0195364873 -0.0195364873 -0.0222179659  11107174         13.684
5682  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5683  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5684  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
5685  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5686  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
5687  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5688 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5689  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5690  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5691  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5692 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5693  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5694  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5695  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5696 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
5697 -0.0187095227 -0.0187095227 -0.0326217318  26340547          9.398
5698  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5699 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
5700 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
5701  0.0021667355  0.0021667355 -0.0029405695   1303057          8.156
5702  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5703  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5704  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5705  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5706 -0.0198019802 -0.0198019802 -0.0495049505   4118305         15.985
5707  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5708  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5709  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5710  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5711  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5712  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5713  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5714  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5715  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
5716  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5717 -0.0008880995 -0.0008880995 -0.0122853760  46070779         13.165
5718  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5719  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5720  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5721  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5722 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
5723  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
5724  0.0130434783  0.0130434783  0.0222360248  13572313          7.101
5725  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5726  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
5727  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5728  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5729  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5730  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5731 -0.0009514748 -0.0009514748 -0.0012686330  30196715         41.892
5732  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5733  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
5734  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5735  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5736  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5737  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5738 -0.0110812626 -0.0110812626 -0.0218267293   9165598         10.490
5739  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5740  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5741  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5742  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
5743  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5744  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5745 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5746 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5747  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5748 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
5749  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5750  0.0085714286  0.0085714286  0.0085714286  11646338         19.852
5751  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5752  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5753 -0.0017594018 -0.0017594018 -0.0096767099  14148040          8.499
5754  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5755  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5756  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5757  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5758  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5759 -0.0059796438 -0.0059796438 -0.0057251908   8201738         18.864
5760  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5761  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5762  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5763  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5764  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5765  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
5766  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5767  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5768 -0.0044264516 -0.0088686557 -0.0001417725   2295276          9.703
5769  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5770  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5771  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5772  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
5773 -0.0017594018 -0.0017594018 -0.0096767099  14148040          8.499
5774  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5775 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
5776  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5777  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5778 -0.0059796438 -0.0059796438 -0.0057251908   8201738         18.864
5779  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5780  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5781  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5782  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5783  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5784  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5785  0.0132753235  0.0132753235 -0.0004462294   6030140         18.070
5786  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5787  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5788  0.0021667355  0.0021667355 -0.0029405695   1303057          8.156
5789  0.0119829919  0.0119829919  0.0264785466   8037936         11.102
5790  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5791  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5792  0.0132753235  0.0132753235 -0.0004462294   6030140         18.070
5793 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5794 -0.0017594018 -0.0017594018 -0.0096767099  14148040          8.499
5795  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5796  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5797 -0.0198019802 -0.0198019802 -0.0495049505   4118305         15.985
5798  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5799  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5800  0.0009915716 -0.0061973228 -0.0089241448   4533700          6.340
5801  0.0390748631  0.0390748631  0.0433353621  28327925         17.585
5802  0.0044617959  0.0044617959 -0.0306748466   6442687         28.202
5803  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5804  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5805  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5806  0.0248337896  0.0248337896  0.0381306218  30519660         15.121
5807  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5808  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5809  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5810  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5811  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5812  0.0041539740  0.0041539740  0.0002769316  17741896          6.791
5813  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5814 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
5815  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5816  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5817  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5818  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5819  0.0044617959  0.0044617959 -0.0306748466   6442687         28.202
5820  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
5821  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
5822  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5823  0.0075274096  0.0075274096  0.0081819669   3762298         13.996
5824  0.0055045872  0.0055045872  0.0160550459   1254348         14.826
5825  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
5826  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
5827  0.0044617959  0.0044617959 -0.0306748466   6442687         28.202
5828  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5829  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5830  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
5831  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5832 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5833  0.0044617959  0.0044617959 -0.0306748466   6442687         28.202
5834  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5835  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5836  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
5837  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5838 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5839 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
5840  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5841 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5842  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
5843  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5844  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5845  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5846 -0.0283018868 -0.0283018868 -0.0343053173  22811121         13.599
5847  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5848 -0.0154584222 -0.0154584222  0.0133262260  12234110         26.990
5849 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
5850 -0.0017594018 -0.0017594018 -0.0096767099  14148040          8.499
5851  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5852 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
5853  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5854  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5855  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5856 -0.0009514748 -0.0009514748 -0.0012686330  30196715         41.892
5857  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
5858  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5859 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5860  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5861  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5862 -0.0198019802 -0.0198019802 -0.0495049505   4118305         15.985
5863  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5864 -0.0170035290 -0.0189284568  0.0057747834  12265000         19.136
5865  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5866  0.0075274096  0.0075274096  0.0081819669   3762298         13.996
5867  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5868  0.0168753402  0.0168753402  0.0013609145  23411181         16.441
5869  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
5870  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5871  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5872  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5873  0.0088987764  0.0088987764 -0.0069307778   5232886         10.835
5874  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5875  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
5876  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5877  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5878  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5879  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5880  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5881  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5882  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5883  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5884  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5885  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
5886  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5887  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5888  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5889  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5890 -0.0170863309 -0.0170863309 -0.0143884892  36398667         16.041
5891  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5892 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5893  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5894  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5895  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5896  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5897 -0.0203856749 -0.0203856749 -0.0347107438   3066066         26.177
5898 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5899  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
5900  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5901  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5902  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5903  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5904  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5905  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5906 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
5907  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5908  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5909  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5910  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5911  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5912  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5913 -0.0110812626 -0.0110812626 -0.0218267293   9165598         10.490
5914  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5915  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5916  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5917 -0.0009172509 -0.0009172509 -0.0007862150   3543404          7.992
5918  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5919  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5920 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
5921  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
5922  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5923  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
5924  0.0370370370  0.0370370370  0.0423917894 138636343         19.559
5925  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
5926  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5927  0.0168753402  0.0168753402  0.0013609145  23411181         16.441
5928  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5929  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
5930 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
5931 -0.0352216026 -0.0352216026 -0.0410918697  28426526         19.674
5932 -0.0198019802 -0.0198019802 -0.0495049505   4118305         15.985
5933 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5934  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5935  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
5936  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5937  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
5938  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
5939 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5940  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5941  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5942  0.0198807157  0.0198807157  0.0337972167       800         24.002
5943  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5944 -0.0040221638 -0.0069864147 -0.0047972683   2449061          6.081
5945 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
5946  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
5947  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5948  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5949  0.0000000000  0.0000000000  0.0000000000        67         69.028
5950  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5951  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5952  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
5953  0.0560640732  0.0560640732  0.0835240275   8561433         26.649
5954  0.0043542709  0.0043542709 -0.0021308134   9963649          9.282
5955  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5956  0.0088987764  0.0088987764 -0.0069307778   5232886         10.835
5957  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5958 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5959 -0.0040221638 -0.0069864147 -0.0047972683   2449061          6.081
5960  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5961  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5962  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
5963  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
5964  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
5965  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
5966 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
5967  0.0370370370  0.0370370370  0.0423917894 138636343         19.559
5968  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5969  0.0000000000  0.0000000000  0.0000000000        67         69.028
5970 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
5971  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5972  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5973  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5974  0.0043542709  0.0043542709 -0.0021308134   9963649          9.282
5975  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5976 -0.0352216026 -0.0352216026 -0.0410918697  28426526         19.674
5977 -0.0195364873 -0.0195364873 -0.0222179659  11107174         13.684
5978 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
5979  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5980  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5981 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5982 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5983 -0.0195364873 -0.0195364873 -0.0222179659  11107174         13.684
5984  0.0017182131  0.0017182131 -0.0153207331  30436364          9.871
5985 -0.0283018868 -0.0283018868 -0.0343053173  22811121         13.599
5986  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
5987 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5988  0.0075274096  0.0075274096  0.0081819669   3762298         13.996
5989  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
5990  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
5991 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5992  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5993 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5994  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
5995 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
5996  0.0263536176  0.0263536176  0.0213224724  13637891         17.044
5997  0.0085714286  0.0085714286  0.0085714286  11646338         19.852
5998 -0.0030248034  0.0024198427 -0.0060496068   7948911         15.044
5999  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6000  0.0144598843  0.0100061694 -0.0031317019    980771         15.138
6001  0.0168753402  0.0168753402  0.0013609145  23411181         16.441
6002  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6003 -0.0170863309 -0.0170863309 -0.0143884892  36398667         16.041
6004  0.0370370370  0.0370370370  0.0423917894 138636343         19.559
6005  0.0132753235  0.0132753235 -0.0004462294   6030140         18.070
6006  0.0248337896  0.0248337896  0.0381306218  30519660         15.121
6007  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6008  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6009  0.0205816555  0.0308724832  0.0040268456  18669100         23.449
6010  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6011  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6012  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6013  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6014  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
6015  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6016  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
6017  0.0370370370  0.0370370370  0.0423917894 138636343         19.559
6018 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
6019  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6020  0.0248337896  0.0248337896  0.0381306218  30519660         15.121
6021 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6022 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6023 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6024  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
6025 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
6026  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6027  0.0021667355  0.0021667355 -0.0029405695   1303057          8.156
6028  0.0017182131  0.0017182131 -0.0153207331  30436364          9.871
6029 -0.0283018868 -0.0283018868 -0.0343053173  22811121         13.599
6030  0.0168753402  0.0168753402  0.0013609145  23411181         16.441
6031 -0.0110812626 -0.0110812626 -0.0218267293   9165598         10.490
6032  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6033  0.0130434783  0.0130434783  0.0222360248  13572313          7.101
6034  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6035 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
6036 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6037  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
6038  0.0043542709  0.0043542709 -0.0021308134   9963649          9.282
6039  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6040  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6041  0.0055045872  0.0055045872  0.0160550459   1254348         14.826
6042 -0.0024729923 -0.0024729923 -0.0053364571   6857194         11.647
6043 -0.0075485941 -0.0075485941 -0.0184940555   8938801          8.666
6044 -0.0154584222 -0.0154584222  0.0133262260  12234110         26.990
6045 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6046  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6047  0.0144598843  0.0100061694 -0.0031317019    980771         15.138
6048  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6049  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
6050  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
6051  0.0055640562  0.0055640562 -0.0006259563   1907585          9.967
6052  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6053  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6054  0.0043542709  0.0043542709 -0.0021308134   9963649          9.282
6055  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6056 -0.0059796438 -0.0059796438 -0.0057251908   8201738         18.864
6057  0.0002114761  0.0002114761 -0.0052164105   2944380         13.406
6058  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6059 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6060 -0.0059796438 -0.0059796438 -0.0057251908   8201738         18.864
6061 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6062  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6063  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6064  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6065  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6066  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
6067 -0.0035842294 -0.0035842294 -0.0168302945    637459          6.945
6068 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
6069  0.0090547847  0.0090547847  0.0097062081   7158383          9.654
6070  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6071  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6072  0.0075274096  0.0075274096  0.0081819669   3762298         13.996
6073  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
6074  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6075 -0.0059796438 -0.0059796438 -0.0057251908   8201738         18.864
6076  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6077  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6078  0.0370370370  0.0370370370  0.0423917894 138636343         19.559
6079  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6080  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
6081  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6082 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6083  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6084  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6085  0.0041539740  0.0041539740  0.0002769316  17741896          6.791
6086  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6087 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
6088  0.0144598843  0.0100061694 -0.0031317019    980771         15.138
6089 -0.0073001027 -0.0042203718 -0.0053610129    811293          7.113
6090  0.0168202271  0.0168202271  0.0252839083  99489516         11.951
6091  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
6092  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6093  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6094  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6095  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
6096  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6097 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
6098  0.0252725471  0.0252725471  0.0285761480  23150520         16.850
6099  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6100  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6101 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
6102 -0.0170863309 -0.0170863309 -0.0143884892  36398667         16.041
6103 -0.0075485941 -0.0075485941 -0.0184940555   8938801          8.666
6104  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6105  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6106 -0.0075485941 -0.0075485941 -0.0184940555   8938801          8.666
6107  0.0144598843  0.0100061694 -0.0031317019    980771         15.138
6108  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6109  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
6110  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6111  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6112  0.0168753402  0.0168753402  0.0013609145  23411181         16.441
6113  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6114  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
6115 -0.0170035290 -0.0189284568  0.0057747834  12265000         19.136
6116  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6117 -0.0170035290 -0.0189284568  0.0057747834  12265000         19.136
6118  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6119  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6120  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6121  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6122  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
6123 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
6124  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6125 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6126  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6127 -0.0030248034  0.0024198427 -0.0060496068   7948911         15.044
6128  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6129 -0.0059796438 -0.0059796438 -0.0057251908   8201738         18.864
6130  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6131  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6132 -0.0017594018 -0.0017594018 -0.0096767099  14148040          8.499
6133 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6134  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6135  0.0044617959  0.0044617959 -0.0306748466   6442687         28.202
6136  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6137  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6138  0.0370370370  0.0370370370  0.0423917894 138636343         19.559
6139  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6140  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
6141 -0.0075485941 -0.0075485941 -0.0184940555   8938801          8.666
6142 -0.0075485941 -0.0075485941 -0.0184940555   8938801          8.666
6143  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6144  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
6145  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6146  0.0043542709  0.0043542709 -0.0021308134   9963649          9.282
6147  0.0168753402  0.0168753402  0.0013609145  23411181         16.441
6148  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6149  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
6150  0.0017182131  0.0017182131 -0.0153207331  30436364          9.871
6151  0.0067585131  0.0067585131  0.0023394853   3117138          5.180
6152  0.0000000000  0.0000000000  0.0000000000        67         69.028
6153 -0.0198019802 -0.0198019802 -0.0495049505   4118305         15.985
6154 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
6155  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6156 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
6157  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6158  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6159 -0.0009436633 -0.0009436633 -0.0117957913   5007276          8.922
6160  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6161  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6162  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6163  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
6164  0.0017182131  0.0017182131 -0.0153207331  30436364          9.871
6165  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6166  0.0044617959  0.0044617959 -0.0306748466   6442687         28.202
6167  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6168  0.0002114761  0.0002114761 -0.0052164105   2944380         13.406
6169  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
6170 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
6171  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6172  0.0132753235  0.0132753235 -0.0004462294   6030140         18.070
6173  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6174  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6175  0.0017182131  0.0017182131 -0.0153207331  30436364          9.871
6176 -0.0059796438 -0.0059796438 -0.0057251908   8201738         18.864
6177  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6178  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6179 -0.0059796438 -0.0059796438 -0.0057251908   8201738         18.864
6180  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
6181  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6182  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6183  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6184  0.0021667355  0.0021667355 -0.0029405695   1303057          8.156
6185 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6186  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
6187  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6188  0.0000000000  0.0000000000  0.0000000000        67         69.028
6189  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6190  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6191 -0.0075485941 -0.0075485941 -0.0184940555   8938801          8.666
6192 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6193  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
6194 -0.0170863309 -0.0170863309 -0.0143884892  36398667         16.041
6195  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6196 -0.0283018868 -0.0283018868 -0.0343053173  22811121         13.599
6197  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6198  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6199 -0.0017594018 -0.0017594018 -0.0096767099  14148040          8.499
6200  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6201 -0.0017594018 -0.0017594018 -0.0096767099  14148040          8.499
6202  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6203  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6204  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6205  0.0144598843  0.0100061694 -0.0031317019    980771         15.138
6206  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6207  0.0043542709  0.0043542709 -0.0021308134   9963649          9.282
6208  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
6209 -0.0203856749 -0.0203856749 -0.0347107438   3066066         26.177
6210  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6211  0.0531561462  0.0531561462  0.1063122924   6551680         34.539
6212  0.0370370370  0.0370370370  0.0423917894 138636343         19.559
6213  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6214  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
6215  0.0370370370  0.0370370370  0.0423917894 138636343         19.559
6216  0.0088987764  0.0088987764 -0.0069307778   5232886         10.835
6217  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
6218  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6219  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6220 -0.0170863309 -0.0170863309 -0.0143884892  36398667         16.041
6221 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6222  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6223  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6224  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
6225 -0.0187095227 -0.0187095227 -0.0326217318  26340547          9.398
6226 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6227 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6228  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6229 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6230 -0.0035842294 -0.0035842294 -0.0168302945    637459          6.945
6231 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6232 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6233 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6234 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6235 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6236 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6237 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6238  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6239 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6240 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6241 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6242  0.0043542709  0.0043542709 -0.0021308134   9963649          9.282
6243 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6244 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6245 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6246 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6247  0.0144598843  0.0100061694 -0.0031317019    980771         15.138
6248 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6249 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6250 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6251 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6252 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6253  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6254  0.0043542709  0.0043542709 -0.0021308134   9963649          9.282
6255  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6256 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6257  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6258 -0.0009514748 -0.0009514748 -0.0012686330  30196715         41.892
6259  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6260  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
6261 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6262  0.0198807157  0.0198807157  0.0337972167       800         24.002
6263  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6264  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6265  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6266  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
6267  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
6268 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6269  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6270  0.0145416775  0.0145416775  0.0594650740   3300988         29.711
6271  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6272 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6273 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6274 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6275  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6276 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6277  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6278  0.0144598843  0.0100061694 -0.0031317019    980771         15.138
6279 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6280 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6281 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
6282 -0.0009436633 -0.0009436633 -0.0117957913   5007276          8.922
6283  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6284 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6285 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6286  0.0002114761  0.0002114761 -0.0052164105   2944380         13.406
6287 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6288  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6289  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6290  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6291 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6292  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
6293  0.0252725471  0.0252725471  0.0285761480  23150520         16.850
6294  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6295  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6296 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6297  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6298  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6299 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6300  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6301  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6302 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6303 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6304 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6305 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6306 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6307  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6308  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6309  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
6310 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6311 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6312 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6313  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6314  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
6315  0.0127443465  0.0054139517  0.0258839594   1709504         12.723
6316  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6317  0.0144598843  0.0100061694 -0.0031317019    980771         15.138
6318  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6319  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6320  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6321 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6322  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6323  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
6324  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6325  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
6326  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6327  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6328 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6329  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6330  0.0055045872  0.0055045872  0.0160550459   1254348         14.826
6331  0.0168753402  0.0168753402  0.0013609145  23411181         16.441
6332  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6333  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6334  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6335 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6336  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6337 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6338 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6339  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6340  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
6341  0.0043542709  0.0043542709 -0.0021308134   9963649          9.282
6342 -0.0035842294 -0.0035842294 -0.0168302945    637459          6.945
6343  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6344  0.0017182131  0.0017182131 -0.0153207331  30436364          9.871
6345  0.0144598843  0.0100061694 -0.0031317019    980771         15.138
6346 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6347 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6348  0.0064059339  0.0015171949  0.0116318274   5703000          8.453
6349 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6350 -0.0048734476 -0.0048734476 -0.0270397736   7314634         14.999
6351  0.0390748631  0.0390748631  0.0433353621  28327925         17.585
6352  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6353  0.0017182131  0.0017182131 -0.0153207331  30436364          9.871
6354  0.0041539740  0.0041539740  0.0002769316  17741896          6.791
6355 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6356 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6357  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6358 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6359  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6360 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6361  0.0144598843  0.0100061694 -0.0031317019    980771         15.138
6362  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6363 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6364 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
6365 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6366  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6367  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6368  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6369  0.0067585131  0.0067585131  0.0023394853   3117138          5.180
6370 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6371  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6372  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6373 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6374  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6375  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
6376  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6377 -0.0154584222 -0.0154584222  0.0133262260  12234110         26.990
6378  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
6379  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6380  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
6381  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
6382  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
6383 -0.0075485941 -0.0075485941 -0.0184940555   8938801          8.666
6384  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6385  0.0009915716 -0.0061973228 -0.0089241448   4533700          6.340
6386 -0.0059796438 -0.0059796438 -0.0057251908   8201738         18.864
6387  0.0043542709  0.0043542709 -0.0021308134   9963649          9.282
6388  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
6389  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
6390  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6391 -0.0028640670 -0.0028640670 -0.0123375193  14757634          5.988
6392  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6393  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6394  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
6395 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6396  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
6397  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6398 -0.0187095227 -0.0187095227 -0.0326217318  26340547          9.398
6399 -0.0187095227 -0.0187095227 -0.0326217318  26340547          9.398
6400  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6401  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6402  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6403 -0.0075485941 -0.0075485941 -0.0184940555   8938801          8.666
6404 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6405 -0.0035842294 -0.0035842294 -0.0168302945    637459          6.945
6406  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6407 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6408  0.0043542709  0.0043542709 -0.0021308134   9963649          9.282
6409 -0.0203856749 -0.0203856749 -0.0347107438   3066066         26.177
6410  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
6411  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6412 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6413  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6414 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6415  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6416  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6417  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6418  0.0127443465  0.0054139517  0.0258839594   1709504         12.723
6419  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
6420  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6421  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6422 -0.0156202144 -0.0156202144 -0.0183767228  29018501         11.762
6423  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6424  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6425  0.0043542709  0.0043542709 -0.0021308134   9963649          9.282
6426  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6427  0.0017182131  0.0017182131 -0.0153207331  30436364          9.871
6428  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6429  0.0064059339  0.0015171949  0.0116318274   5703000          8.453
6430 -0.0059796438 -0.0059796438 -0.0057251908   8201738         18.864
6431 -0.0059796438 -0.0059796438 -0.0057251908   8201738         18.864
6432  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6433  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
6434  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6435  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6436  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6437  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6438 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6439  0.0390748631  0.0390748631  0.0433353621  28327925         17.585
6440  0.0390748631  0.0390748631  0.0433353621  28327925         17.585
6441 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6442  0.0390748631  0.0390748631  0.0433353621  28327925         17.585
6443  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6444 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6445  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6446  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
6447  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6448 -0.0173076923 -0.0173076923 -0.0189962477        18         25.243
6449  0.0075274096  0.0075274096  0.0081819669   3762298         13.996
6450  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
6451  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6452  0.0075274096  0.0075274096  0.0081819669   3762298         13.996
6453  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6454  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6455  0.0144598843  0.0100061694 -0.0031317019    980771         15.138
6456 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6457  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6458  0.0017182131  0.0017182131 -0.0153207331  30436364          9.871
6459  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
6460 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6461  0.0075274096  0.0075274096  0.0081819669   3762298         13.996
6462 -0.0009172509 -0.0009172509 -0.0007862150   3543404          7.992
6463 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6464  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
6465  0.0011662746  0.0011662746 -0.0143471879   3913115         10.034
6466  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
6467 -0.0068261648 -0.0068261648 -0.0092120087   6415744          7.080
6468 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6469  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
6470  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6471 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6472 -0.0170863309 -0.0170863309 -0.0143884892  36398667         16.041
6473  0.0002114761  0.0002114761 -0.0052164105   2944380         13.406
6474  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6475  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6476 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6477  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6478  0.0130434783  0.0130434783  0.0222360248  13572313          7.101
6479  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6480 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6481  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
6482  0.0055642838  0.0055642838  0.0037968054  24451164          9.993
6483  0.0062608273  0.0062608273 -0.0096039875   1724095         10.711
6484 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6485  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6486  0.0017182131  0.0017182131 -0.0153207331  30436364          9.871
6487  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6488  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
6489 -0.0106410589 -0.0106410589 -0.0098624448  24040423          9.834
6490  0.0021667355  0.0021667355 -0.0029405695   1303057          8.156
6491  0.0580800909  0.0580800909  0.0595001420   8311998         27.804
6492  0.0017182131  0.0017182131 -0.0153207331  30436364          9.871
6493 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6494  0.0041539740  0.0041539740  0.0002769316  17741896          6.791
6495 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6496  0.0017182131  0.0017182131 -0.0153207331  30436364          9.871
6497  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6498  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
6499  0.0144598843  0.0100061694 -0.0031317019    980771         15.138
6500  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6501  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
6502 -0.0170863309 -0.0170863309 -0.0143884892  36398667         16.041
6503 -0.0059796438 -0.0059796438 -0.0057251908   8201738         18.864
6504  0.0056363097  0.0056363097  0.0069712252   5185749         17.223
6505  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6506 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6507 -0.0170035290 -0.0189284568  0.0057747834  12265000         19.136
6508 -0.0059796438 -0.0059796438 -0.0057251908   8201738         18.864
6509  0.0029778120  0.0029778120 -0.0011457922    928465         13.133
6510  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6511  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6512  0.0044236102  0.0044236102 -0.0093754127  18023917         13.186
6513 -0.0039246949 -0.0039246949 -0.0326240265   5328919         18.548
6514  0.0174927114  0.0174927114  0.0151603499   9762178         16.727
6515  0.0043542709  0.0043542709 -0.0021308134   9963649          9.282
6516 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6517 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6518  0.0056094503  0.0039596120  0.0028377219  14530600         10.085
6519 -0.0077446609  0.0053977939  0.0004693734   9654328         19.607
6520 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6521  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6522 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6523  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6524 -0.0066652333 -0.0255858955 -0.0258009030  14219353         13.436
6525  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6526 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6527 -0.0034019116 -0.0025919326 -0.0021059452   3283873         14.717
6528 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6529 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6530  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6531  0.0012013677  0.0018482580 -0.0086868127   5907363          9.236
6532 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6533 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6534  0.0016611296  0.0038759690  0.0038759690  17510915          6.877
6535  0.0056094503  0.0039596120  0.0028377219  14530600         10.085
6536 -0.0172744722 -0.0043871675 -0.0035645736   2075294         15.259
6537 -0.0161983471 -0.0264462810 -0.0333884298  11635712          9.988
6538 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6539  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6540 -0.0120765832 -0.0014727541 -0.0005891016   1979479         11.148
6541  0.0118546845  0.0055449331  0.0009560229  13352101         11.945
6542  0.0056094503  0.0039596120  0.0028377219  14530600         10.085
6543 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6544  0.0056094503  0.0039596120  0.0028377219  14530600         10.085
6545  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6546 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6547 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6548 -0.0207993986 -0.0210499937 -0.0187946373   8153099         12.205
6549  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6550 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6551  0.0007530499 -0.0001706913 -0.0025804508   2454841          8.721
6552  0.0056094503  0.0039596120  0.0028377219  14530600         10.085
6553 -0.0161427915 -0.0166021392 -0.0171271081   4349787          7.915
6554  0.0056094503  0.0039596120  0.0028377219  14530600         10.085
6555  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6556 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6557 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6558 -0.0125321337 -0.0154241645 -0.0054627249   4976500         18.836
6559  0.0118546845  0.0055449331  0.0009560229  13352101         11.945
6560 -0.0078619786 -0.0087355318 -0.0082987552  11049283          7.546
6561  0.0158597275  0.0396260639  0.0346960606   4057944         29.391
6562 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6563 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6564  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6565  0.0044222539 -0.0019971469 -0.0068473609  21603601          9.868
6566 -0.0194149955 -0.0210754886 -0.0298888747   4827271         15.196
6567 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6568 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6569 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6570  0.0012013677  0.0018482580 -0.0086868127   5907363          9.236
6571  0.0158597275  0.0396260639  0.0346960606   4057944         29.391
6572 -0.0207993986 -0.0210499937 -0.0187946373   8153099         12.205
6573  0.0007530499 -0.0001706913 -0.0025804508   2454841          8.721
6574 -0.0082325701 -0.0192950862 -0.0164651402  17691212          8.650
6575 -0.0078619786 -0.0087355318 -0.0082987552  11049283          7.546
6576 -0.0081856268 -0.0016113439  0.0084434418   3385133         11.724
6577  0.0079733681  0.0050390068  0.0036123000   1306384         10.653
6578 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6579 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6580  0.0056094503  0.0039596120  0.0028377219  14530600         10.085
6581  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6582 -0.0395033860 -0.0370579383 -0.0419488337  13898324         14.368
6583  0.0079733681  0.0050390068  0.0036123000   1306384         10.653
6584  0.0158597275  0.0396260639  0.0346960606   4057944         29.391
6585  0.0007530499 -0.0001706913 -0.0025804508   2454841          8.721
6586 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6587  0.0044222539 -0.0019971469 -0.0068473609  21603601          9.868
6588 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6589 -0.0207993986 -0.0210499937 -0.0187946373   8153099         12.205
6590  0.0143367082  0.0086873207 -0.0019629723    553159         14.670
6591 -0.0013357823 -0.0031724829 -0.0006678911   4999500          9.452
6592 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6593 -0.0207993986 -0.0210499937 -0.0187946373   8153099         12.205
6594 -0.0078619786 -0.0087355318 -0.0082987552  11049283          7.546
6595 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6596 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6597 -0.0082325701 -0.0192950862 -0.0164651402  17691212          8.650
6598  0.0158597275  0.0396260639  0.0346960606   4057944         29.391
6599 -0.0082325701 -0.0192950862 -0.0164651402  17691212          8.650
6600  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6601  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6602  0.0007530499 -0.0001706913 -0.0025804508   2454841          8.721
6603 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6604 -0.0034019116 -0.0025919326 -0.0021059452   3283873         14.717
6605 -0.0034019116 -0.0025919326 -0.0021059452   3283873         14.717
6606 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6607  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6608 -0.0207993986 -0.0210499937 -0.0187946373   8153099         12.205
6609 -0.0082325701 -0.0192950862 -0.0164651402  17691212          8.650
6610 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6611 -0.0034019116 -0.0025919326 -0.0021059452   3283873         14.717
6612 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6613 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6614 -0.0034019116 -0.0025919326 -0.0021059452   3283873         14.717
6615 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6616 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6617 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6618 -0.0034019116 -0.0025919326 -0.0021059452   3283873         14.717
6619 -0.0082325701 -0.0192950862 -0.0164651402  17691212          8.650
6620  0.0158597275  0.0396260639  0.0346960606   4057944         29.391
6621 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6622 -0.0006400571 -0.0022769244 -0.0014270125   1609247          6.244
6623  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6624  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6625 -0.0207993986 -0.0210499937 -0.0187946373   8153099         12.205
6626 -0.0172744722 -0.0043871675 -0.0035645736   2075294         15.259
6627 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6628 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6629 -0.0006400571 -0.0022769244 -0.0014270125   1609247          6.244
6630 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6631 -0.0077446609  0.0053977939  0.0004693734   9654328         19.607
6632  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6633  0.0158597275  0.0396260639  0.0346960606   4057944         29.391
6634 -0.0034019116 -0.0025919326 -0.0021059452   3283873         14.717
6635 -0.0034019116 -0.0025919326 -0.0021059452   3283873         14.717
6636 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6637  0.0158597275  0.0396260639  0.0346960606   4057944         29.391
6638  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6639  0.0007530499 -0.0001706913 -0.0025804508   2454841          8.721
6640  0.0056094503  0.0039596120  0.0028377219  14530600         10.085
6641  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6642 -0.0078619786 -0.0087355318 -0.0082987552  11049283          7.546
6643  0.0056094503  0.0039596120  0.0028377219  14530600         10.085
6644  0.0056094503  0.0039596120  0.0028377219  14530600         10.085
6645 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6646  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6647  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6648 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6649 -0.0207993986 -0.0210499937 -0.0187946373   8153099         12.205
6650  0.0056094503  0.0039596120  0.0028377219  14530600         10.085
6651  0.0014111295 -0.0034357936  0.0003681207   3896317         18.003
6652  0.0056094503  0.0039596120  0.0028377219  14530600         10.085
6653  0.0031988510  0.0028071550  0.0045045045  16404088          6.102
6654 -0.0120765832 -0.0014727541 -0.0005891016   1979479         11.148
6655  0.0056094503  0.0039596120  0.0028377219  14530600         10.085
6656 -0.0034019116 -0.0025919326 -0.0021059452   3283873         14.717
6657 -0.0289219982 -0.0420683611 -0.0482033304  76707185         19.915
6658  0.0031988510  0.0028071550  0.0045045045  16404088          6.102
6659 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6660  0.0056094503  0.0039596120  0.0028377219  14530600         10.085
6661 -0.0048864616  0.0031618281  0.0123598735   6665270         17.900
6662 -0.0009130756 -0.0013685782  0.0098057282    953079         13.217
6663  0.0158597275  0.0396260639  0.0346960606   4057944         29.391
6664 -0.0034019116 -0.0025919326 -0.0021059452   3283873         14.717
6665 -0.0034019116 -0.0025919326 -0.0021059452   3283873         14.717
6666 -0.0225851986 -0.0206694898 -0.0178967534   1420108         13.255
     volatility_30d lstm_polarity textblob_polarity TEXTBLOB_POLARITY
1            16.992             1      0.000000e+00                NA
2            16.992            -1      8.000000e-01                NA
3            12.982             1      0.000000e+00                NA
4            16.219             1      0.000000e+00                NA
5            22.932             1     -1.666667e-01                NA
6            22.932            -1      0.000000e+00                NA
7             9.094            -1      8.000000e-01                NA
8            16.992            -1      8.000000e-01                NA
9            16.302             1      0.000000e+00                NA
10           22.932             1     -1.666667e-01                NA
11           16.219             1      0.000000e+00                NA
12           24.135             1      1.000000e+00                NA
13            8.417            -1      0.000000e+00                NA
14           22.932            -1      2.000000e-01                NA
15           16.992             1      0.000000e+00                NA
16            9.094            -1      0.000000e+00                NA
17           22.932            -1      0.000000e+00                NA
18           39.233             1      0.000000e+00                NA
19           17.298             1      0.000000e+00                NA
20           22.932            -1      0.000000e+00                NA
21            8.550             1      1.852273e-01                NA
22           16.992            -1      8.000000e-01                NA
23           12.982             1      1.708333e-01                NA
24           15.009             1      0.000000e+00                NA
25           17.298             1      0.000000e+00                NA
26           22.932             1     -5.000000e-01                NA
27           16.992            -1      8.000000e-01                NA
28           23.796             1      1.363636e-01                NA
29            9.585            -1     -2.000000e-01                NA
30           22.932            -1      5.888889e-02                NA
31            8.550             1      0.000000e+00                NA
32           16.992            -1     -1.000000e-01                NA
33           16.992             1      0.000000e+00                NA
34            9.094             1      0.000000e+00                NA
35           12.982             1      1.708333e-01                NA
36           39.887             1      6.250000e-01                NA
37           22.932             1      0.000000e+00                NA
38           22.932            -1      0.000000e+00                NA
39           22.932             1      0.000000e+00                NA
40           17.298            -1     -7.000000e-01                NA
41           16.992            -1      0.000000e+00                NA
42            9.094             1      4.000000e-01                NA
43            9.094             1      1.000000e-01                NA
44           22.932            -1      0.000000e+00                NA
45           39.930             1      0.000000e+00                NA
46            9.094            -1      0.000000e+00                NA
47           15.009             1      2.500000e-01                NA
48            9.094             1      0.000000e+00                NA
49           12.979             1      0.000000e+00                NA
50           22.932            -1      0.000000e+00                NA
51           24.135             1     -3.125000e-01                NA
52           17.298            -1      0.000000e+00                NA
53            9.094            -1     -1.250000e-01                NA
54           17.298            -1     -6.250000e-01                NA
55           22.932            -1      3.375000e-01                NA
56            9.094            -1      1.222222e-01                NA
57           22.932            -1      0.000000e+00                NA
58           22.932            -1      0.000000e+00                NA
59           22.932             1      0.000000e+00                NA
60           22.932            -1      0.000000e+00                NA
61           22.932             1      0.000000e+00                NA
62           17.298             1      2.857143e-01                NA
63           39.930             1      0.000000e+00                NA
64           22.932            -1      0.000000e+00                NA
65           22.932             1      1.363636e-01                NA
66            9.094             1      0.000000e+00                NA
67           22.932             1      3.750000e-01                NA
68           16.992            -1      0.000000e+00                NA
69           15.009             1      0.000000e+00                NA
70           22.932             1      0.000000e+00                NA
71            9.094            -1      8.000000e-01                NA
72           22.932            -1      0.000000e+00                NA
73           22.932            -1      2.121212e-01                NA
74           24.135             1      0.000000e+00                NA
75           19.319            -1      0.000000e+00                NA
76           22.932            -1      0.000000e+00                NA
77           15.505            -1      0.000000e+00                NA
78           22.932             1      0.000000e+00                NA
79           15.009             1      0.000000e+00                NA
80           39.887             1      8.333333e-01                NA
81           22.932             1      0.000000e+00                NA
82           22.932             1      0.000000e+00                NA
83           22.932             1      0.000000e+00                NA
84           22.932             1      0.000000e+00                NA
85           17.298            -1     -1.000000e+00                NA
86           19.862            -1      0.000000e+00                NA
87           39.887             1      1.500000e-01                NA
88           17.298             1      0.000000e+00                NA
89           22.932             1     -1.250000e-01                NA
90           22.932             1      0.000000e+00                NA
91            9.094             1      3.500000e-01                NA
92           16.851            -1      0.000000e+00                NA
93            9.094             1      1.222222e-01                NA
94           22.932             1      1.000000e-01                NA
95            9.094             1      0.000000e+00                NA
96           22.932            -1      0.000000e+00                NA
97           16.992            -1      0.000000e+00                NA
98           16.992            -1      0.000000e+00                NA
99           22.932            -1      0.000000e+00                NA
100          22.932            -1      1.674242e-01                NA
101          17.298             1      5.000000e-01                NA
102          24.135             1      0.000000e+00                NA
103           9.094             1      0.000000e+00                NA
104          17.298            -1     -2.899471e-01                NA
105          13.125            -1      0.000000e+00                NA
106          12.982             1      1.708333e-01                NA
107          16.992            -1      8.000000e-01                NA
108          10.037             1      0.000000e+00                NA
109          12.982             1      1.708333e-01                NA
110          15.503             1      1.000000e+00                NA
111          17.298             1      0.000000e+00                NA
112          12.982             1      1.708333e-01                NA
113          22.932             1      4.000000e-01                NA
114          39.233             1      0.000000e+00                NA
115          22.932             1      0.000000e+00                NA
116          16.992            -1      8.000000e-01                NA
117           8.417            -1      0.000000e+00                NA
118          16.219             1      0.000000e+00                NA
119          22.932            -1      0.000000e+00                NA
120          22.932            -1     -7.142857e-02                NA
121          12.982            -1      0.000000e+00                NA
122           9.094            -1      0.000000e+00                NA
123          22.932            -1      2.142857e-01                NA
124          12.982             1      1.708333e-01                NA
125          11.243            -1      0.000000e+00                NA
126          17.298             1      0.000000e+00                NA
127          16.992             1      6.000000e-01                NA
128          12.982             1      1.708333e-01                NA
129          22.932            -1      3.750000e-01                NA
130          16.992             1      4.000000e-01                NA
131          22.932             1      0.000000e+00                NA
132          17.298            -1     -2.899471e-01                NA
133          14.953             1      6.250000e-01                NA
134          22.932            -1      5.000000e-01                NA
135          16.992             1      0.000000e+00                NA
136          16.992             1      0.000000e+00                NA
137          16.992            -1      0.000000e+00                NA
138          12.982             1      1.708333e-01                NA
139           9.094            -1      2.000000e-01                NA
140          17.298             1      0.000000e+00                NA
141          16.992             1      0.000000e+00                NA
142           9.094            -1      5.000000e-01                NA
143          30.334            -1      0.000000e+00                NA
144          22.932            -1      0.000000e+00                NA
145          17.298             1      0.000000e+00                NA
146          21.651             1      5.000000e-01                NA
147          24.135             1      4.000000e-01                NA
148           9.094             1      2.000000e-01                NA
149           9.094             1     -1.250000e-01                NA
150          17.298            -1      0.000000e+00                NA
151          16.992            -1      8.000000e-01                NA
152          22.932             1      8.500000e-01                NA
153           8.550            -1      0.000000e+00                NA
154           9.094            -1     -1.916667e-01                NA
155          22.932            -1      1.216450e-01                NA
156          17.298             1      0.000000e+00                NA
157          14.953            -1      0.000000e+00                NA
158           9.094             1      2.000000e-01                NA
159          13.653             1      0.000000e+00                NA
160          22.932            -1      4.000000e-01                NA
161          22.932            -1      4.000000e-01                NA
162          17.298            -1     -1.555556e-01                NA
163          17.298            -1      0.000000e+00                NA
164          16.992            -1      6.785714e-02                NA
165          17.298             1      0.000000e+00                NA
166          13.125             1      2.000000e-01                NA
167          22.932            -1      0.000000e+00                NA
168           9.094             1      0.000000e+00                NA
169          17.509            -1      0.000000e+00                NA
170           9.094            -1      5.000000e-01                NA
171          17.298             1      0.000000e+00                NA
172          16.219             1      0.000000e+00                NA
173          24.135             1      1.000000e+00                NA
174          22.932             1      2.466667e-01                NA
175          15.547            -1      2.500000e-01                NA
176          16.992            -1      8.000000e-01                NA
177          22.932             1      0.000000e+00                NA
178          12.982             1      1.708333e-01                NA
179          17.298            -1      0.000000e+00                NA
180          22.932             1      2.410256e-01                NA
181          16.992            -1      7.857143e-02                NA
182           9.094            -1      2.000000e-01                NA
183          16.992            -1      8.000000e-01                NA
184          17.298            -1      4.166667e-01                NA
185          16.992            -1      8.000000e-01                NA
186          17.298             1     -4.000000e-01                NA
187          17.298            -1     -3.000000e-01                NA
188           8.550             1      1.000000e+00                NA
189          20.540             1      5.000000e-01                NA
190          17.186            -1      0.000000e+00                NA
191           9.094            -1     -4.000000e-01                NA
192          22.932             1      0.000000e+00                NA
193           9.094             1      0.000000e+00                NA
194          14.953             1      0.000000e+00                NA
195          15.465             1      0.000000e+00                NA
196          14.953             1      5.428571e-01                NA
197          17.298            -1      0.000000e+00                NA
198           8.417             1     -5.000000e-01                NA
199          17.298            -1      2.500000e-01                NA
200          22.932            -1      0.000000e+00                NA
201          15.503            -1      0.000000e+00                NA
202          22.932            -1      1.000000e-01                NA
203           9.094             1      0.000000e+00                NA
204          22.932            -1      6.000000e-01                NA
205          16.992             1      3.000000e-01                NA
206          24.350             1      0.000000e+00                NA
207          17.509             1      0.000000e+00                NA
208          16.992            -1      4.666667e-01                NA
209           9.094             1      5.000000e-01                NA
210          22.932             1      0.000000e+00                NA
211          22.932            -1     -1.666667e-01                NA
212          16.992             1      3.500000e-01                NA
213          14.953            -1      0.000000e+00                NA
214          22.932            -1      2.500000e-01                NA
215          22.932            -1      2.000000e-01                NA
216          16.992            -1      0.000000e+00                NA
217          22.932            -1      1.666667e-02                NA
218          16.992             1     -5.000000e-02                NA
219              NA             1      5.000000e-01                NA
220          22.932            -1      0.000000e+00                NA
221          17.298             1      5.000000e-01                NA
222          17.298            -1      2.250000e-01                NA
223          17.186             1      0.000000e+00                NA
224          17.298             1      0.000000e+00                NA
225           9.094            -1     -1.250000e-01                NA
226          22.932             1      4.000000e-01                NA
227          17.510            -1      5.000000e-01                NA
228          16.992             1      0.000000e+00                NA
229           9.094             1      3.833333e-01                NA
230          17.298            -1     -2.500000e-01                NA
231          17.298             1      0.000000e+00                NA
232          17.298            -1     -2.000000e-01                NA
233          17.298            -1      0.000000e+00                NA
234          16.992            -1      0.000000e+00                NA
235          12.982             1      1.708333e-01                NA
236          16.219             1     -1.555556e-01                NA
237          22.932             1      1.950000e-01                NA
238          12.982             1      2.090909e-01                NA
239           9.094             1      0.000000e+00                NA
240           9.094             1      0.000000e+00                NA
241           9.094            -1      0.000000e+00                NA
242          22.932            -1      6.666667e-01                NA
243          17.298            -1      8.000000e-01                NA
244          16.992            -1      0.000000e+00                NA
245          19.487            -1      0.000000e+00                NA
246          22.932            -1      0.000000e+00                NA
247          16.992             1      2.250000e-01                NA
248          24.135             1      0.000000e+00                NA
249          22.932            -1      5.000000e-01                NA
250           9.094             1      0.000000e+00                NA
251           9.094            -1      0.000000e+00                NA
252          22.932             1      3.333333e-01                NA
253          22.932            -1      0.000000e+00                NA
254          16.992             1      4.000000e-01                NA
255          17.298             1      0.000000e+00                NA
256          22.932             1      0.000000e+00                NA
257          17.298            -1      2.000000e-01                NA
258          30.334            -1      7.000000e-01                NA
259          22.932            -1      0.000000e+00                NA
260          15.465             1      0.000000e+00                NA
261           9.569            -1      4.000000e-01                NA
262          17.298            -1      0.000000e+00                NA
263           9.585             1      0.000000e+00                NA
264          14.953             1     -1.750000e-01                NA
265          39.499             1      0.000000e+00                NA
266          15.503            -1      3.333333e-02                NA
267          12.982             1      1.708333e-01                NA
268          22.932            -1      0.000000e+00                NA
269          39.930             1     -4.000000e-01                NA
270          24.135             1      0.000000e+00                NA
271          22.932            -1     -1.666667e-01                NA
272          17.298            -1     -2.500000e-01                NA
273          16.992             1      8.000000e-01                NA
274          17.298            -1     -2.899471e-01                NA
275           9.094             1      0.000000e+00                NA
276          16.992             1     -2.000000e-01                NA
277          19.319             1      1.000000e-01                NA
278          39.233            -1      1.541667e-01                NA
279          22.932            -1      0.000000e+00                NA
280           9.094             1      0.000000e+00                NA
281          22.932            -1     -1.041667e-01                NA
282          12.675            -1      0.000000e+00                NA
283          22.932             1      0.000000e+00                NA
284          16.992             1      1.000000e+00                NA
285          12.982             1      0.000000e+00                NA
286          24.135            -1     -2.055556e-01                NA
287          22.932             1      3.500000e-01                NA
288          12.982             1      1.708333e-01                NA
289          22.932             1      3.750000e-01                NA
290          16.219            -1      2.500000e-01                NA
291           9.094             1     -5.454545e-02                NA
292          16.302             1      4.500000e-01                NA
293          22.932             1      0.000000e+00                NA
294          17.298            -1      5.000000e-02                NA
295          14.808             1      0.000000e+00                NA
296           9.094            -1     -2.616667e-01                NA
297          22.932            -1      0.000000e+00                NA
298          22.932             1      9.166667e-02                NA
299          22.932            -1     -1.666667e-01                NA
300          22.932             1      0.000000e+00                NA
301          16.302             1      9.000000e-01                NA
302          12.982             1      0.000000e+00                NA
303           8.550             1      3.571429e-01                NA
304           9.094            -1      1.600000e-01                NA
305          22.932             1      0.000000e+00                NA
306          22.932             1      0.000000e+00                NA
307          24.135             1      0.000000e+00                NA
308           9.094            -1      0.000000e+00                NA
309          22.932            -1      0.000000e+00                NA
310          12.982             1      4.000000e-01                NA
311          17.298             1      0.000000e+00                NA
312          17.298            -1      0.000000e+00                NA
313          17.298             1      5.000000e-01                NA
314          14.953            -1     -1.250000e-01                NA
315          17.298            -1     -6.250000e-01                NA
316          16.219             1      0.000000e+00                NA
317          22.932             1      2.000000e-01                NA
318          22.932             1      0.000000e+00                NA
319           9.094             1      3.500000e-01                NA
320          22.932            -1      0.000000e+00                NA
321          16.992            -1      8.000000e-01                NA
322          17.298            -1      0.000000e+00                NA
323          28.367             1      0.000000e+00                NA
324          16.992            -1      0.000000e+00                NA
325          14.953            -1      0.000000e+00                NA
326          17.298            -1      2.500000e-01                NA
327          39.887            -1      4.000000e-01                NA
328          22.932            -1      0.000000e+00                NA
329          22.932             1      2.000000e-01                NA
330           8.550             1      3.571429e-01                NA
331          22.932            -1      2.454545e-01                NA
332          22.932             1      0.000000e+00                NA
333          15.503             1      6.000000e-01                NA
334          16.992             1      0.000000e+00                NA
335          24.135             1      0.000000e+00                NA
336           8.550             1      3.571429e-01                NA
337          16.992            -1     -6.000000e-01                NA
338          22.932            -1      0.000000e+00                NA
339           9.094             1      2.000000e-01                NA
340          16.992             1      0.000000e+00                NA
341          22.932            -1      6.818182e-02                NA
342           8.550             1      1.852273e-01                NA
343           9.094             1      0.000000e+00                NA
344          17.298            -1      0.000000e+00                NA
345          39.887            -1      0.000000e+00                NA
346          16.302            -1     -1.555556e-01                NA
347          24.135             1      0.000000e+00                NA
348          17.298            -1      5.000000e-02                NA
349          17.298            -1      5.000000e-02                NA
350          22.932            -1      0.000000e+00                NA
351           9.094             1      0.000000e+00                NA
352          16.992             1      2.500000e-01                NA
353          14.808             1      1.000000e+00                NA
354          22.932            -1      0.000000e+00                NA
355          17.298             1      0.000000e+00                NA
356          16.992            -1      5.416667e-01                NA
357          12.979             1      0.000000e+00                NA
358          22.932             1      6.000000e-01                NA
359           9.094             1      5.000000e-01                NA
360          22.932            -1      0.000000e+00                NA
361          22.932            -1      5.000000e-01                NA
362          22.932             1      0.000000e+00                NA
363           8.550             1      3.571429e-01                NA
364          16.992            -1      8.000000e-01                NA
365          16.992             1      5.333333e-01                NA
366          17.298            -1      0.000000e+00                NA
367          22.932             1      0.000000e+00                NA
368          16.992             1      0.000000e+00                NA
369          22.932            -1      1.818182e-02                NA
370          24.135             1      2.467532e-01                NA
371          22.932             1      0.000000e+00                NA
372          16.992             1     -4.000000e-01                NA
373          14.953             1     -2.000000e-01                NA
374          22.932             1      0.000000e+00                NA
375          14.808            -1      3.333333e-01                NA
376          16.992            -1      8.000000e-01                NA
377          22.932             1      5.000000e-01                NA
378          22.932            -1      1.000000e-01                NA
379          17.298             1      0.000000e+00                NA
380          16.992            -1     -1.666667e-01                NA
381          18.182            -1      0.000000e+00                NA
382          22.932             1      0.000000e+00                NA
383           8.550             1      3.571429e-01                NA
384          17.510             1      0.000000e+00                NA
385          22.932            -1      1.000000e+00                NA
386           9.094            -1      0.000000e+00                NA
387           9.094             1     -9.375000e-01                NA
388           9.569             1      0.000000e+00                NA
389          22.932            -1      2.714286e-01                NA
390           9.094            -1      2.500000e-01                NA
391          22.932            -1      5.321429e-01                NA
392          15.465             1      0.000000e+00                NA
393          12.982             1      1.708333e-01                NA
394          22.932            -1      1.363636e-01                NA
395          22.932             1      0.000000e+00                NA
396          17.298            -1      5.000000e-01                NA
397          15.547             1      0.000000e+00                NA
398           9.094             1      0.000000e+00                NA
399           9.094            -1      0.000000e+00                NA
400          27.647            -1      0.000000e+00                NA
401          16.992             1      0.000000e+00                NA
402          22.932            -1     -9.166667e-02                NA
403          17.298             1      0.000000e+00                NA
404          22.932            -1      0.000000e+00                NA
405           9.094             1      0.000000e+00                NA
406           9.094             1      0.000000e+00                NA
407          15.503             1      1.000000e+00                NA
408          17.509             1      1.000000e+00                NA
409           9.094            -1      0.000000e+00                NA
410          17.298             1      4.000000e-01                NA
411          17.298             1      3.000000e-01                NA
412          22.932            -1      0.000000e+00                NA
413          22.932             1      0.000000e+00                NA
414           9.585            -1      0.000000e+00                NA
415          15.465            -1     -5.000000e-01                NA
416          17.298            -1      2.500000e-01                NA
417          22.932            -1      2.500000e-01                NA
418          16.302            -1      0.000000e+00                NA
419          24.135             1      0.000000e+00                NA
420          22.932            -1      1.666667e-01                NA
421          14.953             1      5.428571e-01                NA
422           9.094             1      0.000000e+00                NA
423          22.932            -1      8.666667e-02                NA
424          22.932             1      2.500000e-01                NA
425           9.094             1      0.000000e+00                NA
426          22.932            -1      0.000000e+00                NA
427          22.932             1      0.000000e+00                NA
428          17.298             1      1.500000e-01                NA
429          16.992             1      0.000000e+00                NA
430          16.992             1      0.000000e+00                NA
431          22.932            -1      0.000000e+00                NA
432          17.298             1      0.000000e+00                NA
433           9.094             1      0.000000e+00                NA
434          17.298             1      0.000000e+00                NA
435          28.367             1      0.000000e+00                NA
436          19.725             1      2.500000e-01                NA
437          22.932            -1      0.000000e+00                NA
438          50.149             1      5.000000e-01                NA
439          17.298             1      0.000000e+00                NA
440          14.808            -1     -1.000000e-01                NA
441          19.725            -1      1.704545e-01                NA
442          17.298             1      0.000000e+00                NA
443          23.796             1      3.238095e-01                NA
444          22.932            -1      5.625000e-01                NA
445           9.094             1      0.000000e+00                NA
446          14.550            -1      3.125000e-02                NA
447          16.992             1      0.000000e+00                NA
448          22.932            -1      0.000000e+00                NA
449          17.298            -1     -2.500000e-01                NA
450           9.094            -1     -1.250000e-01                NA
451          14.953            -1      1.000000e-01                NA
452          17.298            -1      2.000000e-01                NA
453          14.953             1      0.000000e+00                NA
454          15.503             1      1.000000e+00                NA
455          16.992             1      1.000000e-01                NA
456          15.465             1      0.000000e+00                NA
457          17.298            -1     -2.899471e-01                NA
458          22.932             1      5.000000e-01                NA
459          17.298            -1      0.000000e+00                NA
460           9.094            -1     -1.250000e-01                NA
461           9.094             1      0.000000e+00                NA
462           8.550             1      3.571429e-01                NA
463          14.086             1      0.000000e+00                NA
464          22.932            -1      0.000000e+00                NA
465          14.086            -1     -5.000000e-02                NA
466           9.094             1      0.000000e+00                NA
467          17.298            -1      5.000000e-01                NA
468          15.465             1      0.000000e+00                NA
469          16.992            -1     -8.000000e-01                NA
470          22.932             1      2.621212e-01                NA
471          22.932             1      0.000000e+00                NA
472          17.298            -1      0.000000e+00                NA
473          12.982             1      0.000000e+00                NA
474          15.547            -1      0.000000e+00                NA
475          18.182             1      2.500000e-01                NA
476          16.992             1      4.000000e-01                NA
477          22.932            -1      3.333333e-01                NA
478          17.510            -1      0.000000e+00                NA
479          12.982             1      0.000000e+00                NA
480           9.094             1      3.571429e-01                NA
481          17.298            -1      2.333333e-01                NA
482          11.308             1      0.000000e+00                NA
483          22.932            -1      1.250000e-01                NA
484          22.932             1     -1.666667e-01                NA
485          16.302             1      1.000000e+00                NA
486          17.298             1      0.000000e+00                NA
487          15.503            -1      0.000000e+00                NA
488          17.298            -1      5.000000e-02                NA
489          22.932            -1      6.291667e-01                NA
490          17.298             1      0.000000e+00                NA
491          25.796             1      0.000000e+00                NA
492           9.911             1      0.000000e+00                NA
493           8.550             1      1.852273e-01                NA
494          16.099            -1      3.750000e-02                NA
495          17.298            -1      0.000000e+00                NA
496          16.992            -1      4.571429e-01                NA
497           9.094            -1      3.571429e-01                NA
498           9.094            -1      0.000000e+00                NA
499          22.717            -1      3.666667e-01                NA
500          16.992            -1      0.000000e+00                NA
501          15.465            -1      1.000000e-01                NA
502          12.982             1      7.500000e-01                NA
503          22.932             1      0.000000e+00                NA
504           9.094             1      0.000000e+00                NA
505          17.298            -1      2.000000e-01                NA
506           9.094            -1     -4.000000e-01                NA
507          17.298            -1      5.000000e-02                NA
508          16.992            -1      0.000000e+00                NA
509          15.503             1      0.000000e+00                NA
510          30.334            -1     -5.000000e-01                NA
511           4.545            -1      0.000000e+00                NA
512          39.930             1      2.000000e-01                NA
513          22.932            -1      1.590909e-01                NA
514          14.953             1      1.112500e-01                NA
515          22.932             1      2.000000e-01                NA
516          17.298             1     -1.250000e-01                NA
517          25.912             1      4.000000e-01                NA
518           9.094             1      0.000000e+00                NA
519          16.992            -1      0.000000e+00                NA
520          16.992             1      5.000000e-01                NA
521          16.219             1      5.000000e-01                NA
522          17.298             1      2.000000e-01                NA
523          16.992             1      5.250000e-01                NA
524          12.982             1      5.875000e-01                NA
525          12.982             1      0.000000e+00                NA
526           9.094             1      0.000000e+00                NA
527          16.302             1      4.500000e-01                NA
528           9.094             1      0.000000e+00                NA
529          17.298            -1      0.000000e+00                NA
530          17.298             1      0.000000e+00                NA
531           9.094            -1      2.000000e-01                NA
532          16.992            -1      0.000000e+00                NA
533          27.647             1      2.500000e-01                NA
534           9.094             1      0.000000e+00                NA
535          23.796            -1     -3.000000e-01                NA
536           9.094            -1     -5.000000e-01                NA
537          17.298             1      2.500000e-01                NA
538          12.982             1      0.000000e+00                NA
539          22.932             1      0.000000e+00                NA
540          17.298            -1      4.464286e-01                NA
541          13.409             1      0.000000e+00                NA
542          22.932             1      0.000000e+00                NA
543          12.982             1      0.000000e+00                NA
544          12.982             1      0.000000e+00                NA
545           4.545             1      4.666667e-01                NA
546          12.982             1      0.000000e+00                NA
547          22.932            -1      0.000000e+00                NA
548          16.219            -1      2.500000e-01                NA
549          12.982             1      0.000000e+00                NA
550           9.094             1      1.000000e+00                NA
551           9.094             1      0.000000e+00                NA
552          22.932             1      0.000000e+00                NA
553           9.094             1      0.000000e+00                NA
554          12.982             1      0.000000e+00                NA
555          16.302             1      0.000000e+00                NA
556          24.135             1      0.000000e+00                NA
557           9.094             1      0.000000e+00                NA
558          12.982             1      0.000000e+00                NA
559           9.094             1      0.000000e+00                NA
560          22.932             1      0.000000e+00                NA
561          16.992             1      8.000000e-01                NA
562           8.550             1      0.000000e+00                NA
563          22.932            -1      3.333333e-02                NA
564           9.094             1      0.000000e+00                NA
565           9.094            -1      0.000000e+00                NA
566           9.094            -1      2.500000e-01                NA
567           9.094             1      0.000000e+00                NA
568           9.094            -1      2.500000e-01                NA
569           9.094             1      0.000000e+00                NA
570          22.932             1      1.000000e-01                NA
571           9.094             1      2.000000e-01                NA
572          24.135             1      0.000000e+00                NA
573          12.982             1      1.363636e-01                NA
574          39.887             1     -5.000000e-02                NA
575          39.887             1     -5.000000e-02                NA
576          39.887             1     -5.000000e-02                NA
577          39.887             1     -5.000000e-02                NA
578          39.887             1     -5.000000e-02                NA
579          39.887             1     -5.000000e-02                NA
580          39.887             1     -5.000000e-02                NA
581          39.887             1     -5.000000e-02                NA
582          39.887             1     -5.000000e-02                NA
583           9.094             1      0.000000e+00                NA
584          15.465             1      0.000000e+00                NA
585          14.953             1      1.000000e+00                NA
586           9.094            -1      2.500000e-01                NA
587          16.992             1      0.000000e+00                NA
588          22.932             1      0.000000e+00                NA
589          15.465             1      0.000000e+00                NA
590          22.932             1      9.166667e-02                NA
591          12.982             1      1.708333e-01                NA
592          22.932            -1      0.000000e+00                NA
593          14.640            -1     -2.500000e-01                NA
594          16.992             1      1.321429e-01                NA
595          24.135             1      5.000000e-01                NA
596          24.135            -1      4.000000e-01                NA
597          20.068            -1      0.000000e+00                NA
598          12.982            -1      0.000000e+00                NA
599          17.298            -1      0.000000e+00                NA
600          19.319             1      0.000000e+00                NA
601          16.302            -1      0.000000e+00                NA
602          21.651             1     -3.375000e-01                NA
603           9.094             1      0.000000e+00                NA
604           9.094            -1      0.000000e+00                NA
605          19.092            -1      0.000000e+00                NA
606           9.585            -1     -6.000000e-01                NA
607           9.094             1      0.000000e+00                NA
608          17.298            -1      5.000000e-02                NA
609           9.094             1      0.000000e+00                NA
610          22.932            -1      8.666667e-02                NA
611           9.911             1      0.000000e+00                NA
612           9.094            -1      0.000000e+00                NA
613          20.068             1      0.000000e+00                NA
614           9.094            -1      2.500000e-01                NA
615           9.094             1      0.000000e+00                NA
616          20.068            -1      0.000000e+00                NA
617          22.932             1      0.000000e+00                NA
618          22.717             1     -4.000000e-01                NA
619           9.094            -1      2.500000e-01                NA
620          20.068            -1      0.000000e+00                NA
621          14.640            -1     -2.500000e-01                NA
622          22.932            -1      1.363636e-01                NA
623           9.094             1      0.000000e+00                NA
624          16.992            -1      0.000000e+00                NA
625          22.932            -1      0.000000e+00                NA
626          19.319             1      0.000000e+00                NA
627          16.992            -1      0.000000e+00                NA
628          19.319             1      0.000000e+00                NA
629           9.094            -1      1.600000e-01                NA
630           9.094            -1      0.000000e+00                NA
631           4.545             1     -4.000000e-01                NA
632          16.992            -1      0.000000e+00                NA
633           9.094             1      5.000000e-01                NA
634          22.932             1      6.666667e-02                NA
635           9.094             1     -7.692308e-02                NA
636          22.932            -1      0.000000e+00                NA
637          22.932             1      0.000000e+00                NA
638          29.797             1      0.000000e+00                NA
639           9.094             1     -2.000000e-01                NA
640           8.264             1      0.000000e+00                NA
641           9.094            -1     -4.000000e-01                NA
642          19.092             1      4.681818e-01                NA
643          16.992             1      1.600000e-01                NA
644           9.585            -1     -6.000000e-01                NA
645          17.298            -1      5.000000e-02                NA
646           9.094            -1      2.500000e-01                NA
647          17.298             1     -2.500000e-01                NA
648          22.932             1      0.000000e+00                NA
649          15.465            -1      0.000000e+00                NA
650          16.992             1      1.000000e+00                NA
651          22.932             1      7.000000e-01                NA
652          22.932             1      1.753247e-01                NA
653           9.094             1      0.000000e+00                NA
654           9.585            -1      2.500000e-02                NA
655          24.135             1     -6.250000e-01                NA
656          13.409            -1      0.000000e+00                NA
657          15.465             1      1.000000e-01                NA
658          22.932            -1      0.000000e+00                NA
659          22.932             1      2.833333e-01                NA
660          17.298             1      2.916667e-01                NA
661          22.932            -1      0.000000e+00                NA
662          17.298            -1      0.000000e+00                NA
663           8.550             1      3.571429e-01                NA
664          19.092             1      0.000000e+00                NA
665          22.932            -1      0.000000e+00                NA
666           9.094             1      0.000000e+00                NA
667          22.932            -1      5.000000e-01                NA
668           9.094            -1      0.000000e+00                NA
669          14.808            -1      2.500000e-02                NA
670           9.094            -1      0.000000e+00                NA
671          24.135            -1      5.000000e-01                NA
672           9.094            -1      2.000000e-01                NA
673          20.068             1      0.000000e+00                NA
674          17.298            -1      0.000000e+00                NA
675          17.298             1      0.000000e+00                NA
676           8.550             1      1.852273e-01                NA
677          22.932            -1      0.000000e+00                NA
678          14.953             1      4.687500e-01                NA
679           9.094             1      0.000000e+00                NA
680           9.094             1      0.000000e+00                NA
681           9.094             1      0.000000e+00                NA
682           9.094             1      0.000000e+00                NA
683          17.298            -1      0.000000e+00                NA
684           9.094             1      0.000000e+00                NA
685          13.125             1      3.000000e-01                NA
686          15.465             1      0.000000e+00                NA
687           9.094             1      0.000000e+00                NA
688           9.094             1      0.000000e+00                NA
689          16.992            -1      1.363636e-01                NA
690          16.992            -1      8.000000e-01                NA
691          39.887             1      3.333333e-01                NA
692           9.094             1      0.000000e+00                NA
693           9.094             1      0.000000e+00                NA
694          20.068            -1      0.000000e+00                NA
695          24.135             1      6.250000e-01                NA
696           9.094            -1      0.000000e+00                NA
697          17.298             1      0.000000e+00                NA
698          22.932            -1      3.181818e-01                NA
699           9.060             1      1.363636e-01                NA
700           9.094            -1      5.000000e-01                NA
701          14.953             1      0.000000e+00                NA
702          17.509            -1      0.000000e+00                NA
703          11.036             1      0.000000e+00                NA
704          22.932            -1      0.000000e+00                NA
705          16.992            -1      0.000000e+00                NA
706          14.086            -1     -7.500000e-01                NA
707          17.298             1      0.000000e+00                NA
708          17.298            -1      2.000000e-01                NA
709          22.932             1      0.000000e+00                NA
710          17.298            -1     -8.333333e-02                NA
711           9.585            -1     -6.000000e-01                NA
712          13.409             1      0.000000e+00                NA
713           9.094             1      0.000000e+00                NA
714          16.992             1      8.000000e-01                NA
715           9.094             1      2.375000e-01                NA
716           8.417            -1     -4.000000e-01                NA
717           9.094             1      0.000000e+00                NA
718          17.510            -1      0.000000e+00                NA
719          14.953            -1      0.000000e+00                NA
720           9.094             1      0.000000e+00                NA
721          16.219            -1      0.000000e+00                NA
722          17.298             1      0.000000e+00                NA
723           9.094             1     -1.000000e-01                NA
724          22.932             1      7.727273e-02                NA
725           9.094            -1      8.000000e-01                NA
726          16.992             1      0.000000e+00                NA
727          22.932             1     -5.000000e-02                NA
728          16.219            -1      0.000000e+00                NA
729           9.094            -1      1.363636e-01                NA
730          22.932             1      1.666667e-01                NA
731          16.219            -1     -8.000000e-01                NA
732          16.992             1      1.500000e-01                NA
733           8.417             1     -5.000000e-02                NA
734          17.298            -1      0.000000e+00                NA
735           9.094            -1      2.500000e-01                NA
736           9.094             1      2.000000e-01                NA
737          22.932            -1      0.000000e+00                NA
738           4.545             1      2.500000e-01                NA
739          17.186             1      0.000000e+00                NA
740          22.932             1      0.000000e+00                NA
741          14.953             1     -1.785714e-01                NA
742          10.037             1      0.000000e+00                NA
743          22.932            -1      0.000000e+00                NA
744          17.298            -1      0.000000e+00                NA
745          22.932            -1      1.363636e-01                NA
746          22.932             1     -7.142857e-02                NA
747           9.094            -1      2.500000e-01                NA
748           9.094             1      8.888889e-02                NA
749           9.585             1      8.000000e-01                NA
750          16.992            -1      0.000000e+00                NA
751          24.135             1      5.000000e-01                NA
752          19.319             1      0.000000e+00                NA
753          16.219             1      0.000000e+00                NA
754          17.298            -1     -1.000000e-01                NA
755          19.725            -1      1.000000e-01                NA
756          22.932             1      0.000000e+00                NA
757          17.298             1     -5.000000e-02                NA
758          22.932            -1      0.000000e+00                NA
759           9.094             1     -5.000000e-01                NA
760          15.465             1      0.000000e+00                NA
761          17.298             1      0.000000e+00                NA
762           9.094            -1      2.500000e-01                NA
763          19.092            -1      0.000000e+00                NA
764          12.982            -1      0.000000e+00                NA
765           8.417             1      0.000000e+00                NA
766          17.298             1      5.000000e-01                NA
767          22.932            -1      0.000000e+00                NA
768          24.135             1     -1.555556e-01                NA
769          16.992            -1      0.000000e+00                NA
770          22.932            -1     -1.500000e-01                NA
771          14.768             1      0.000000e+00                NA
772           9.094             1      0.000000e+00                NA
773           9.094             1      0.000000e+00                NA
774          22.932            -1      0.000000e+00                NA
775          12.982            -1      0.000000e+00                NA
776          20.068             1      0.000000e+00                NA
777          22.932            -1      4.000000e-01                NA
778          22.932             1      0.000000e+00                NA
779          17.298            -1     -8.333333e-02                NA
780          16.219            -1     -2.666667e-01                NA
781          14.808            -1     -4.404762e-02                NA
782          14.768            -1      0.000000e+00                NA
783          17.298            -1     -8.000000e-01                NA
784           9.094             1      0.000000e+00                NA
785          15.465             1      6.250000e-01                NA
786          12.982             1      0.000000e+00                NA
787           9.094             1      0.000000e+00                NA
788          16.992             1      0.000000e+00                NA
789          15.465             1      0.000000e+00                NA
790          15.503            -1      0.000000e+00                NA
791          16.302            -1      0.000000e+00                NA
792           9.094             1      0.000000e+00                NA
793          12.982            -1      0.000000e+00                NA
794          17.298            -1      8.000000e-01                NA
795           9.094            -1      0.000000e+00                NA
796           9.094            -1      5.000000e-01                NA
797           9.094             1      0.000000e+00                NA
798          15.465             1      0.000000e+00                NA
799          22.932             1      1.666667e-01                NA
800          16.302            -1      0.000000e+00                NA
801           9.585             1     -6.000000e-01                NA
802          15.503             1      0.000000e+00                NA
803          12.982            -1      0.000000e+00                NA
804          16.992             1      0.000000e+00                NA
805          17.510            -1      0.000000e+00                NA
806          16.992             1      2.500000e-01                NA
807          29.797             1      0.000000e+00                NA
808           9.585            -1     -6.000000e-01                NA
809          10.037            -1      0.000000e+00                NA
810          22.932            -1     -1.875000e-01                NA
811          22.932            -1      0.000000e+00                NA
812          19.319            -1      1.000000e-01                NA
813          16.992            -1      1.363636e-01                NA
814          14.953             1      4.000000e-01                NA
815          22.932            -1      0.000000e+00                NA
816          22.932             1      1.066667e-01                NA
817          17.298            -1      0.000000e+00                NA
818           9.094             1      0.000000e+00                NA
819          22.932             1      0.000000e+00                NA
820          20.068            -1      0.000000e+00                NA
821          22.932            -1      1.000000e-01                NA
822           9.094            -1     -5.000000e-02                NA
823          16.302            -1      0.000000e+00                NA
824          22.932             1      0.000000e+00                NA
825          14.953             1      4.000000e-01                NA
826           8.550             1      3.571429e-01                NA
827          16.992            -1     -4.000000e-01                NA
828           9.094             1      0.000000e+00                NA
829          16.992            -1      0.000000e+00                NA
830           9.094            -1     -5.000000e-02                NA
831          17.298            -1      0.000000e+00                NA
832          22.932            -1      1.363636e-01                NA
833           9.094            -1      0.000000e+00                NA
834          22.932            -1      7.619048e-02                NA
835           9.094            -1      0.000000e+00                NA
836          22.932            -1     -5.000000e-02                NA
837           9.585            -1     -6.000000e-01                NA
838           9.094            -1     -5.000000e-02                NA
839          17.298            -1      0.000000e+00                NA
840          22.932            -1      5.000000e-01                NA
841           9.094            -1     -5.000000e-02                NA
842          17.298             1      0.000000e+00                NA
843           9.094            -1     -5.000000e-02                NA
844          17.298            -1      0.000000e+00                NA
845           9.094            -1      6.854167e-01                NA
846           9.585            -1     -6.000000e-01                NA
847           9.094            -1     -5.000000e-02                NA
848          22.932             1      0.000000e+00                NA
849           9.094            -1      0.000000e+00                NA
850           9.585            -1     -6.000000e-01                NA
851           9.094             1      0.000000e+00                NA
852          12.982            -1      0.000000e+00                NA
853           9.094            -1      0.000000e+00                NA
854          22.932             1      2.500000e-01                NA
855           9.094             1      0.000000e+00                NA
856          22.932            -1      0.000000e+00                NA
857          22.932             1     -4.000000e-01                NA
858          22.932             1      5.000000e-01                NA
859          17.298            -1     -8.333333e-02                NA
860          16.992             1      0.000000e+00                NA
861           9.094            -1      0.000000e+00                NA
862          24.135             1      3.750000e-01                NA
863           9.094            -1     -5.000000e-01                NA
864          24.135            -1      4.196429e-01                NA
865          14.953             1      0.000000e+00                NA
866          24.135            -1      3.750000e-01                NA
867          22.932            -1      0.000000e+00                NA
868          24.135             1      4.000000e-01                NA
869          22.932             1      0.000000e+00                NA
870           9.585            -1     -6.000000e-01                NA
871           9.585            -1     -6.000000e-01                NA
872           9.585            -1     -6.000000e-01                NA
873           9.585            -1     -6.000000e-01                NA
874           9.585             1     -4.000000e-01                NA
875          16.992            -1      2.083333e-01                NA
876          24.135            -1      0.000000e+00                NA
877          22.932            -1      0.000000e+00                NA
878          24.135            -1      4.181818e-01                NA
879          24.135             1      5.000000e-01                NA
880          24.135            -1      2.375000e-01                NA
881           9.585             1     -4.000000e-01                NA
882          22.932             1      0.000000e+00                NA
883           9.585             1     -4.000000e-01                NA
884          24.135             1      1.000000e+00                NA
885          24.135             1      5.000000e-01                NA
886          24.135             1      6.250000e-01                NA
887          16.992             1      0.000000e+00                NA
888           9.585             1     -4.000000e-01                NA
889           9.585            -1     -6.000000e-01                NA
890          11.036             1      5.000000e-01                NA
891           9.094            -1     -5.000000e-02                NA
892          14.953            -1      0.000000e+00                NA
893          16.992            -1      5.000000e-01                NA
894          24.135             1      3.000000e-01                NA
895          24.135            -1      4.375000e-01                NA
896          24.135             1      3.750000e-01                NA
897          24.135             1      0.000000e+00                NA
898          24.135             1      5.500000e-01                NA
899          24.135             1      4.375000e-01                NA
900           9.585             1     -4.000000e-01                NA
901           9.094             1      0.000000e+00                NA
902          24.135             1      4.875000e-01                NA
903           9.094            -1      0.000000e+00                NA
904          17.298             1      0.000000e+00                NA
905          14.953            -1      0.000000e+00                NA
906          24.135            -1      3.625000e-01                NA
907           9.094             1      0.000000e+00                NA
908          22.932            -1      1.000000e+00                NA
909           9.585             1     -4.000000e-01                NA
910          14.953             1      2.000000e-01                NA
911          17.298             1      1.000000e-01                NA
912          24.135            -1      0.000000e+00                NA
913           9.094            -1     -3.750000e-01                NA
914          15.465             1      5.000000e-01                NA
915           9.094             1      0.000000e+00                NA
916          22.932            -1     -1.000000e-01                NA
917           9.094             1      0.000000e+00                NA
918          15.547             1      1.000000e+00                NA
919          15.465             1      0.000000e+00                NA
920           9.585            -1     -6.000000e-01                NA
921           9.094             1      0.000000e+00                NA
922           9.585            -1     -6.000000e-01                NA
923          12.982             1      5.000000e-01                NA
924          24.135             1      3.125000e-01                NA
925          24.135             1      5.375000e-01                NA
926           9.585            -1     -1.000000e-01                NA
927           9.585             1     -6.000000e-01                NA
928          22.932             1     -5.000000e-01                NA
929          22.932             1      2.500000e-01                NA
930           9.094             1      0.000000e+00                NA
931          14.953             1      3.125000e-02                NA
932          24.135            -1      4.375000e-01                NA
933           9.094            -1      1.000000e-01                NA
934          24.135             1      5.750000e-01                NA
935          24.135             1      0.000000e+00                NA
936           9.094             1      0.000000e+00                NA
937           9.094             1      0.000000e+00                NA
938           9.585            -1     -6.000000e-01                NA
939          25.912            -1      7.000000e-01                NA
940          14.953             1      1.000000e+00                NA
941          24.135             1      6.250000e-01                NA
942          22.932             1      1.363636e-01                NA
943          24.135             1      3.750000e-01                NA
944          16.992            -1      1.363636e-01                NA
945          24.135            -1      5.875000e-01                NA
946          16.992             1     -2.875000e-01                NA
947           9.585             1     -6.000000e-01                NA
948          22.932            -1      0.000000e+00                NA
949          17.509            -1      0.000000e+00                NA
950          24.135             1      2.812500e-01                NA
951          24.135            -1      0.000000e+00                NA
952          12.982             1      0.000000e+00                NA
953          22.932            -1      0.000000e+00                NA
954          22.932            -1      2.681818e-01                NA
955           9.585             1      1.666667e-01                NA
956          25.912            -1      5.000000e-01                NA
957          17.298            -1      0.000000e+00                NA
958           9.585             1     -4.000000e-01                NA
959          22.932            -1      0.000000e+00                NA
960          24.135             1      0.000000e+00                NA
961          24.135            -1      0.000000e+00                NA
962          16.992            -1     -4.250000e-01                NA
963           9.585             1     -4.000000e-01                NA
964          24.135            -1      5.000000e-01                NA
965           9.094            -1      0.000000e+00                NA
966          24.135             1      0.000000e+00                NA
967          19.517            -1     -3.000000e-01                NA
968          19.092            -1      0.000000e+00                NA
969           9.585             1     -4.000000e-01                NA
970          24.135             1      5.000000e-01                NA
971           9.585             1     -4.000000e-01                NA
972          24.135             1      6.250000e-01                NA
973           9.094             1      0.000000e+00                NA
974          16.992            -1      2.083333e-01                NA
975          14.953             1      2.000000e-01                NA
976           9.094             1      0.000000e+00                NA
977          19.092            -1      0.000000e+00                NA
978          19.092            -1      2.500000e-01                NA
979          22.932             1      3.000000e-01                NA
980           9.094             1      0.000000e+00                NA
981           9.585            -1      4.000000e-01                NA
982          24.135            -1     -1.250000e-01                NA
983          24.135            -1      0.000000e+00                NA
984           9.094            -1     -5.000000e-02                NA
985          17.298            -1      0.000000e+00                NA
986          17.510             1      2.000000e-01                NA
987          16.992            -1      0.000000e+00                NA
988          24.135             1      6.000000e-01                NA
989          17.298            -1      0.000000e+00                NA
990          50.149            -1      0.000000e+00                NA
991           9.585            -1     -6.000000e-01                NA
992          22.932            -1      0.000000e+00                NA
993          22.932            -1      0.000000e+00                NA
994          24.135             1      0.000000e+00                NA
995          16.992            -1      1.000000e+00                NA
996          24.135            -1      3.750000e-01                NA
997          16.992            -1      1.363636e-01                NA
998          22.932            -1      0.000000e+00                NA
999          16.992            -1      0.000000e+00                NA
1000          9.585             1     -4.000000e-01                NA
1001         16.302             1      0.000000e+00                NA
1002         22.932            -1      0.000000e+00                NA
1003          4.545             1      0.000000e+00                NA
1004         22.932            -1      0.000000e+00                NA
1005          9.585            -1     -6.000000e-01                NA
1006         22.932            -1      0.000000e+00                NA
1007          9.094            -1     -5.000000e-02                NA
1008         17.298            -1     -7.142857e-01                NA
1009         22.932             1      0.000000e+00                NA
1010         11.308             1      0.000000e+00                NA
1011          8.550            -1      0.000000e+00                NA
1012         16.992            -1     -2.500000e-01                NA
1013         14.808            -1      2.857143e-01                NA
1014         39.887            -1      0.000000e+00                NA
1015         22.932            -1      0.000000e+00                NA
1016         22.932            -1      0.000000e+00                NA
1017         22.932            -1      0.000000e+00                NA
1018         22.932             1      0.000000e+00                NA
1019          9.585             1     -4.000000e-01                NA
1020          9.094             1      0.000000e+00                NA
1021         22.932            -1      0.000000e+00                NA
1022         22.932             1      0.000000e+00                NA
1023          9.094             1      0.000000e+00                NA
1024          9.094            -1      3.000000e-01                NA
1025         16.992            -1      8.000000e-01                NA
1026          9.094             1      1.666667e-01                NA
1027         22.932            -1     -1.333333e-01                NA
1028         24.135            -1      6.250000e-01                NA
1029         22.932            -1      0.000000e+00                NA
1030         24.135             1      3.750000e-01                NA
1031         17.298            -1      5.000000e-02                NA
1032          9.585            -1     -6.000000e-01                NA
1033         22.932             1      0.000000e+00                NA
1034         22.932            -1      0.000000e+00                NA
1035         17.298            -1     -3.750000e-01                NA
1036          9.585             1     -4.000000e-01                NA
1037         22.932             1      0.000000e+00                NA
1038         22.932            -1      0.000000e+00                NA
1039          8.550            -1      0.000000e+00                NA
1040         22.932            -1      0.000000e+00                NA
1041         14.953             1      0.000000e+00                NA
1042          8.550            -1      0.000000e+00                NA
1043         22.932            -1      0.000000e+00                NA
1044         23.277            -1      2.000000e-01                NA
1045          9.585            -1     -6.000000e-01                NA
1046         17.298            -1      0.000000e+00                NA
1047         22.932            -1      0.000000e+00                NA
1048         22.932            -1      0.000000e+00                NA
1049          9.585            -1     -6.000000e-01                NA
1050         22.932             1      0.000000e+00                NA
1051         22.932            -1      0.000000e+00                NA
1052          8.417             1      2.500000e-01                NA
1053         17.298             1      0.000000e+00                NA
1054         22.932             1      0.000000e+00                NA
1055          9.094             1      0.000000e+00                NA
1056         17.298            -1      0.000000e+00                NA
1057         17.298            -1      0.000000e+00                NA
1058         22.932            -1      0.000000e+00                NA
1059         16.219             1      0.000000e+00                NA
1060         22.932            -1      0.000000e+00                NA
1061         22.932             1      0.000000e+00                NA
1062         22.932            -1      0.000000e+00                NA
1063         22.932            -1      0.000000e+00                NA
1064         22.932             1      0.000000e+00                NA
1065          9.585             1     -6.000000e-01                NA
1066         15.465             1      0.000000e+00                NA
1067          9.094             1      0.000000e+00                NA
1068         22.932            -1      0.000000e+00                NA
1069         17.298            -1      0.000000e+00                NA
1070          9.585            -1     -6.000000e-01                NA
1071         22.932            -1      0.000000e+00                NA
1072         17.298            -1      0.000000e+00                NA
1073         22.932            -1      0.000000e+00                NA
1074         14.953             1      0.000000e+00                NA
1075         22.932            -1      0.000000e+00                NA
1076         22.932            -1      0.000000e+00                NA
1077          9.585            -1     -6.000000e-01                NA
1078         22.932            -1      0.000000e+00                NA
1079         22.932            -1      0.000000e+00                NA
1080          9.585            -1     -6.000000e-01                NA
1081         22.932            -1      0.000000e+00                NA
1082         15.503             1      0.000000e+00                NA
1083         22.932             1      0.000000e+00                NA
1084         22.932            -1      0.000000e+00                NA
1085          9.094             1      4.000000e-01                NA
1086         22.932            -1      0.000000e+00                NA
1087         22.932            -1      0.000000e+00                NA
1088          9.094             1      0.000000e+00                NA
1089         15.465             1      2.000000e-01                NA
1090          9.585             1     -6.000000e-01                NA
1091         22.932             1      0.000000e+00                NA
1092         13.125             1      0.000000e+00                NA
1093         24.135             1      3.750000e-01                NA
1094          9.094             1      0.000000e+00                NA
1095         22.932            -1      0.000000e+00                NA
1096         22.932             1      0.000000e+00                NA
1097         12.982            -1      0.000000e+00                NA
1098         24.135             1      0.000000e+00                NA
1099         22.932             1      0.000000e+00                NA
1100         22.932            -1      0.000000e+00                NA
1101         22.932            -1      0.000000e+00                NA
1102          8.550            -1      0.000000e+00                NA
1103         16.992            -1      8.000000e-01                NA
1104         22.932            -1      0.000000e+00                NA
1105          8.550             1      1.852273e-01                NA
1106         16.992            -1      8.000000e-01                NA
1107         22.932            -1      0.000000e+00                NA
1108         16.302            -1      0.000000e+00                NA
1109         22.932             1      0.000000e+00                NA
1110         16.992             1      0.000000e+00                NA
1111          9.094             1      0.000000e+00                NA
1112             NA            -1      1.000000e+00                NA
1113         28.367             1      0.000000e+00                NA
1114         24.135             1      1.852273e-01                NA
1115          8.550            -1      0.000000e+00                NA
1116         17.298             1      2.428571e-01                NA
1117         22.932            -1      0.000000e+00                NA
1118         22.932            -1      0.000000e+00                NA
1119          9.585            -1     -6.000000e-01                NA
1120          9.585            -1     -6.000000e-01                NA
1121          9.585             1     -4.000000e-01                NA
1122          9.094            -1     -5.000000e-02                NA
1123          9.585            -1     -6.000000e-01                NA
1124          9.094            -1     -5.000000e-02                NA
1125          9.585            -1     -6.000000e-01                NA
1126          8.550            -1      0.000000e+00                NA
1127         17.298            -1      1.666667e-02                NA
1128          9.585            -1     -6.000000e-01                NA
1129         22.932             1      0.000000e+00                NA
1130         22.932             1      6.666667e-02                NA
1131         17.298            -1     -8.333333e-02                NA
1132          9.094            -1     -5.000000e-02                NA
1133         22.932             1      0.000000e+00                NA
1134          9.585             1     -4.000000e-01                NA
1135         22.932             1      0.000000e+00                NA
1136         22.932            -1      2.142857e-01                NA
1137         22.932             1      6.666667e-02                NA
1138         11.036            -1      0.000000e+00                NA
1139          8.417             1      0.000000e+00                NA
1140          9.094            -1     -5.000000e-02                NA
1141          9.585            -1      2.000000e-01                NA
1142         22.932            -1      0.000000e+00                NA
1143          9.094             1      0.000000e+00                NA
1144         20.068            -1      0.000000e+00                NA
1145         19.487             1      0.000000e+00                NA
1146         22.932            -1     -2.194444e-01                NA
1147         22.932            -1      0.000000e+00                NA
1148         11.036             1      2.500000e-01                NA
1149         16.219            -1      0.000000e+00                NA
1150          9.094            -1      0.000000e+00                NA
1151         22.932            -1      0.000000e+00                NA
1152          8.550            -1      0.000000e+00                NA
1153          8.550            -1      0.000000e+00                NA
1154          8.550            -1      0.000000e+00                NA
1155         19.725             1      0.000000e+00                NA
1156          8.550            -1      0.000000e+00                NA
1157          8.550            -1      0.000000e+00                NA
1158         17.298            -1      0.000000e+00                NA
1159         28.367             1      0.000000e+00                NA
1160          8.550            -1      0.000000e+00                NA
1161         15.503            -1      1.333333e-01                NA
1162         22.932            -1      5.000000e-01                NA
1163          8.550            -1      0.000000e+00                NA
1164          9.585            -1     -6.000000e-01                NA
1165         22.932            -1      0.000000e+00                NA
1166          9.585            -1     -6.000000e-01                NA
1167          8.550            -1      0.000000e+00                NA
1168          9.585            -1     -6.000000e-01                NA
1169          9.585             1     -4.000000e-01                NA
1170          9.094            -1     -5.000000e-02                NA
1171         19.092             1      0.000000e+00                NA
1172         16.992            -1      8.000000e-01                NA
1173         16.992            -1      0.000000e+00                NA
1174         16.992             1      1.000000e-01                NA
1175         16.992             1      3.500000e-01                NA
1176          9.094             1      0.000000e+00                NA
1177         13.125             1      0.000000e+00                NA
1178         14.953            -1      0.000000e+00                NA
1179         12.982            -1      0.000000e+00                NA
1180         19.092             1      0.000000e+00                NA
1181         17.298            -1      2.166667e-01                NA
1182          9.585            -1     -6.000000e-01                NA
1183         13.125             1      0.000000e+00                NA
1184         12.982             1      0.000000e+00                NA
1185         22.932            -1      3.000000e-01                NA
1186         22.932            -1      1.500000e-01                NA
1187          9.094            -1     -5.000000e-02                NA
1188          9.094             1      0.000000e+00                NA
1189          8.550            -1      0.000000e+00                NA
1190         20.068            -1      4.000000e-01                NA
1191         22.932            -1      5.000000e-01                NA
1192         11.036            -1      0.000000e+00                NA
1193         20.068            -1      0.000000e+00                NA
1194         16.219            -1      0.000000e+00                NA
1195         15.465            -1      0.000000e+00                NA
1196          9.585             1     -6.000000e-01                NA
1197          9.094            -1      0.000000e+00                NA
1198          9.585            -1     -6.000000e-01                NA
1199         22.932            -1      0.000000e+00                NA
1200         22.932            -1      1.666667e-01                NA
1201          8.550            -1      0.000000e+00                NA
1202         13.653             1      1.181818e-01                NA
1203         22.932             1      0.000000e+00                NA
1204         14.768             1      0.000000e+00                NA
1205          9.094             1      0.000000e+00                NA
1206          8.550            -1      0.000000e+00                NA
1207         17.298             1      0.000000e+00                NA
1208          9.585            -1     -6.000000e-01                NA
1209          9.585            -1     -6.000000e-01                NA
1210          9.094            -1     -5.000000e-02                NA
1211         16.219             1      1.363636e-01                NA
1212         16.992             1      8.000000e-01                NA
1213          9.585            -1      0.000000e+00                NA
1214         19.092            -1     -5.555556e-02                NA
1215          9.585            -1     -6.000000e-01                NA
1216          9.585            -1     -6.000000e-01                NA
1217          8.550             1      3.571429e-01                NA
1218         22.932            -1      1.071429e-01                NA
1219         20.068             1      0.000000e+00                NA
1220         18.450            -1      4.000000e-01                NA
1221          9.585            -1     -6.000000e-01                NA
1222         16.992            -1      0.000000e+00                NA
1223         27.647             1     -6.666667e-02                NA
1224         17.298             1      6.250000e-01                NA
1225          9.585            -1      4.000000e-01                NA
1226         20.068             1      0.000000e+00                NA
1227         20.540             1      2.000000e-01                NA
1228         27.647             1     -1.250000e-01                NA
1229         22.932            -1     -1.333333e-01                NA
1230          9.573            -1     -6.000000e-01                NA
1231         15.049            -1      0.000000e+00                NA
1232         15.049            -1      0.000000e+00                NA
1233         18.576            -1      0.000000e+00                NA
1234          8.722            -1      0.000000e+00                NA
1235          9.245             1      0.000000e+00                NA
1236         22.838            -1      0.000000e+00                NA
1237          9.573            -1     -6.000000e-01                NA
1238          9.245             1      0.000000e+00                NA
1239         22.838             1     -3.318182e-01                NA
1240         15.146            -1      0.000000e+00                NA
1241         15.146            -1      0.000000e+00                NA
1242         13.795             1     -4.000000e-01                NA
1243         16.989            -1     -1.000000e-01                NA
1244         18.576             1      0.000000e+00                NA
1245         18.576             1      0.000000e+00                NA
1246          9.245             1      0.000000e+00                NA
1247          9.245             1      0.000000e+00                NA
1248          9.573            -1     -6.000000e-01                NA
1249         22.838            -1      0.000000e+00                NA
1250         18.576             1      0.000000e+00                NA
1251          9.573             1     -4.000000e-01                NA
1252         22.838            -1      0.000000e+00                NA
1253         16.989             1      1.095238e-01                NA
1254         19.114             1      0.000000e+00                NA
1255         25.746            -1      0.000000e+00                NA
1256         22.838            -1      1.666667e-01                NA
1257          9.573            -1     -6.000000e-01                NA
1258          9.573            -1     -6.000000e-01                NA
1259         22.838            -1      0.000000e+00                NA
1260         29.800             1      0.000000e+00                NA
1261         22.838            -1     -2.500000e-02                NA
1262         22.838            -1      0.000000e+00                NA
1263         18.576            -1      0.000000e+00                NA
1264          9.573            -1     -6.000000e-01                NA
1265         18.576            -1      0.000000e+00                NA
1266          9.245             1      0.000000e+00                NA
1267         16.989             1      0.000000e+00                NA
1268          9.245            -1      0.000000e+00                NA
1269         22.838             1      0.000000e+00                NA
1270         22.838            -1      0.000000e+00                NA
1271          9.573            -1     -6.000000e-01                NA
1272         16.989            -1      8.000000e-01                NA
1273         22.838            -1     -1.666667e-01                NA
1274          9.573            -1     -6.000000e-01                NA
1275          8.722            -1      0.000000e+00                NA
1276         18.576            -1      0.000000e+00                NA
1277          9.573             1     -4.000000e-01                NA
1278          9.245             1      0.000000e+00                NA
1279          9.245            -1      5.000000e-01                NA
1280         19.196            -1     -2.000000e-01                NA
1281         16.989            -1      4.000000e-01                NA
1282          9.573            -1     -6.000000e-01                NA
1283          9.245             1      0.000000e+00                NA
1284         18.576             1      3.333333e-01                NA
1285          9.245             1      0.000000e+00                NA
1286          9.245            -1      0.000000e+00                NA
1287          9.245            -1      5.000000e-01                NA
1288         15.146             1      0.000000e+00                NA
1289          9.245            -1     -5.000000e-02                NA
1290          9.245            -1     -5.000000e-02                NA
1291          9.573            -1     -6.000000e-01                NA
1292         18.576             1      0.000000e+00                NA
1293         24.098             1     -9.403409e-02                NA
1294          9.245            -1      5.000000e-01                NA
1295          9.573             1      2.000000e-01                NA
1296         22.838            -1     -7.500000e-02                NA
1297          9.573            -1     -6.000000e-01                NA
1298          9.245            -1      0.000000e+00                NA
1299          9.573             1     -4.000000e-01                NA
1300         18.576            -1     -2.500000e-01                NA
1301          9.245            -1      0.000000e+00                NA
1302          9.245            -1      5.000000e-01                NA
1303          9.245            -1      5.000000e-01                NA
1304          9.245             1      0.000000e+00                NA
1305          9.573             1     -6.000000e-01                NA
1306         20.199             1      0.000000e+00                NA
1307          9.573            -1     -6.000000e-01                NA
1308          9.573            -1     -6.000000e-01                NA
1309          9.245            -1      0.000000e+00                NA
1310          9.573            -1     -6.000000e-01                NA
1311         22.838             1      0.000000e+00                NA
1312         25.996            -1      0.000000e+00                NA
1313         22.838             1      0.000000e+00                NA
1314          9.245            -1      5.000000e-01                NA
1315         14.526             1      0.000000e+00                NA
1316         24.098             1      5.000000e-01                NA
1317          9.573             1     -6.000000e-01                NA
1318          9.245            -1      2.500000e-01                NA
1319         22.838             1      3.444444e-01                NA
1320         18.576             1      0.000000e+00                NA
1321         18.576            -1     -3.000000e-01                NA
1322         22.838            -1      2.000000e-01                NA
1323          9.573            -1     -6.000000e-01                NA
1324         18.576            -1     -1.000000e-01                NA
1325         19.114             1      0.000000e+00                NA
1326          9.245            -1      0.000000e+00                NA
1327         22.838            -1      1.363636e-01                NA
1328          8.722            -1      0.000000e+00                NA
1329         15.146             1      0.000000e+00                NA
1330         22.838            -1     -1.000000e-01                NA
1331         20.199            -1      0.000000e+00                NA
1332         18.576            -1     -1.944444e-01                NA
1333          9.573            -1      4.000000e-01                NA
1334         22.838            -1     -5.000000e-02                NA
1335          9.245             1      0.000000e+00                NA
1336          9.245             1      0.000000e+00                NA
1337         18.576             1      1.000000e-01                NA
1338          9.573            -1     -6.000000e-01                NA
1339          9.245            -1      2.500000e-01                NA
1340          9.573            -1     -6.000000e-01                NA
1341         16.989            -1      0.000000e+00                NA
1342          9.245            -1      2.500000e-01                NA
1343         18.576             1      6.000000e-01                NA
1344          9.573            -1     -6.000000e-01                NA
1345         22.838            -1     -2.000000e-01                NA
1346         18.576            -1      0.000000e+00                NA
1347          9.573             1     -6.000000e-01                NA
1348         22.838            -1      0.000000e+00                NA
1349          9.573            -1     -6.000000e-01                NA
1350          9.573            -1     -6.000000e-01                NA
1351         22.838            -1     -2.500000e-02                NA
1352         22.838            -1      1.168831e-01                NA
1353         22.838             1     -6.250000e-02                NA
1354          9.573            -1     -6.000000e-01                NA
1355         22.838            -1     -1.500000e-01                NA
1356         18.576             1     -4.166667e-02                NA
1357          9.573            -1     -6.000000e-01                NA
1358         12.575             1      1.708333e-01                NA
1359         18.576             1      2.500000e-01                NA
1360          9.573            -1     -6.000000e-01                NA
1361         12.575             1      0.000000e+00                NA
1362          9.573            -1      0.000000e+00                NA
1363         20.199            -1      0.000000e+00                NA
1364         17.653             1      2.500000e-01                NA
1365         23.720            -1      0.000000e+00                NA
1366         16.989             1      0.000000e+00                NA
1367         16.989            -1      1.000000e+00                NA
1368          9.573            -1      0.000000e+00                NA
1369         22.838            -1     -1.666667e-01                NA
1370          9.553            -1      0.000000e+00                NA
1371          8.722            -1      0.000000e+00                NA
1372         16.989            -1      0.000000e+00                NA
1373         18.576            -1      2.000000e-01                NA
1374          9.245            -1      0.000000e+00                NA
1375         18.576            -1      0.000000e+00                NA
1376          9.245            -1     -1.562500e-01                NA
1377         18.576            -1      0.000000e+00                NA
1378         24.098             1      2.467532e-01                NA
1379          9.573            -1     -6.000000e-01                NA
1380          9.553             1      3.333333e-01                NA
1381         16.992             1      1.000000e-01                NA
1382          9.245            -1     -1.250000e-01                NA
1383          9.573            -1     -6.000000e-01                NA
1384         22.838            -1      0.000000e+00                NA
1385         18.576            -1      0.000000e+00                NA
1386         18.576            -1     -2.899471e-01                NA
1387         22.838            -1      0.000000e+00                NA
1388          9.573            -1     -6.000000e-01                NA
1389          9.245            -1      2.500000e-01                NA
1390          9.573            -1     -6.000000e-01                NA
1391         22.838            -1      0.000000e+00                NA
1392         18.576             1      5.000000e-01                NA
1393          9.573            -1     -4.000000e-01                NA
1394         18.576             1      2.428571e-01                NA
1395          9.245            -1      0.000000e+00                NA
1396          9.245            -1      4.000000e-01                NA
1397         22.838            -1      0.000000e+00                NA
1398          9.573            -1     -6.000000e-01                NA
1399         12.575             1      1.708333e-01                NA
1400          9.573             1     -4.000000e-01                NA
1401         22.838            -1      0.000000e+00                NA
1402          9.573            -1     -6.000000e-01                NA
1403         16.989            -1      0.000000e+00                NA
1404         22.838             1      2.500000e-01                NA
1405         22.838             1     -6.250000e-02                NA
1406          9.573            -1     -6.000000e-01                NA
1407         18.576             1      0.000000e+00                NA
1408         18.576             1     -5.000000e-01                NA
1409         39.921            -1      3.000000e-01                NA
1410          9.573            -1     -6.000000e-01                NA
1411          9.573            -1      4.000000e-01                NA
1412         18.576             1      0.000000e+00                NA
1413         17.915             1      6.000000e-01                NA
1414         18.576             1      0.000000e+00                NA
1415         22.838             1      1.444444e-01                NA
1416          9.509             1      8.000000e-01                NA
1417          9.573            -1     -6.000000e-01                NA
1418          9.573             1     -4.000000e-01                NA
1419          9.573            -1     -6.000000e-01                NA
1420         16.989            -1      0.000000e+00                NA
1421          9.573            -1     -6.000000e-01                NA
1422          9.573            -1     -6.000000e-01                NA
1423          9.245             1      0.000000e+00                NA
1424          9.573            -1     -6.000000e-01                NA
1425         18.576             1      0.000000e+00                NA
1426         16.992             1     -2.500000e-01                NA
1427          9.245             1      0.000000e+00                NA
1428          9.245             1      0.000000e+00                NA
1429          9.573             1     -6.000000e-01                NA
1430          9.573            -1     -6.000000e-01                NA
1431          9.573            -1     -3.000000e-01                NA
1432         12.575            -1      0.000000e+00                NA
1433          9.573            -1     -6.000000e-01                NA
1434         22.838            -1      0.000000e+00                NA
1435          9.573            -1     -6.000000e-01                NA
1436          9.573            -1     -6.000000e-01                NA
1437          9.398            -1      0.000000e+00                NA
1438         18.576            -1      0.000000e+00                NA
1439          9.573            -1     -6.000000e-01                NA
1440         19.196            -1      0.000000e+00                NA
1441         22.838            -1      0.000000e+00                NA
1442         12.716             1      0.000000e+00                NA
1443          9.245             1      0.000000e+00                NA
1444         18.576             1     -1.000000e-01                NA
1445         18.576            -1      0.000000e+00                NA
1446          9.573            -1     -6.000000e-01                NA
1447         18.576             1      2.000000e-01                NA
1448         16.281            -1      0.000000e+00                NA
1449         18.576            -1      0.000000e+00                NA
1450         16.989             1      1.642857e-01                NA
1451         27.639             1      0.000000e+00                NA
1452          9.573            -1     -6.000000e-01                NA
1453         16.989             1      0.000000e+00                NA
1454          9.573            -1     -6.000000e-01                NA
1455         24.098             1      5.625000e-01                NA
1456         15.146             1      5.000000e-01                NA
1457         25.996             1      0.000000e+00                NA
1458         15.483            -1      0.000000e+00                NA
1459         19.114             1     -1.266572e-02                NA
1460         18.576             1     -1.000000e-01                NA
1461          9.245             1      0.000000e+00                NA
1462          9.245            -1      0.000000e+00                NA
1463         24.098            -1      0.000000e+00                NA
1464         16.989            -1     -5.000000e-01                NA
1465         18.576             1      0.000000e+00                NA
1466          4.525             1      2.500000e-01                NA
1467         24.098             1      2.625000e-01                NA
1468          9.573            -1     -6.000000e-01                NA
1469          9.573            -1     -6.000000e-01                NA
1470         19.445             1      3.750000e-01                NA
1471         16.989             1      0.000000e+00                NA
1472         22.838            -1      3.750000e-01                NA
1473          9.573            -1     -6.000000e-01                NA
1474         16.281             1      0.000000e+00                NA
1475         22.838             1      0.000000e+00                NA
1476         18.576            -1      2.500000e-01                NA
1477          9.573            -1     -6.000000e-01                NA
1478         24.098             1     -1.250000e-01                NA
1479         22.838            -1      0.000000e+00                NA
1480          9.573            -1     -6.000000e-01                NA
1481         25.996            -1      5.000000e-01                NA
1482         22.838             1      0.000000e+00                NA
1483          9.245            -1      2.272727e-01                NA
1484          9.573            -1     -6.000000e-01                NA
1485         14.526            -1      0.000000e+00                NA
1486         19.196            -1      6.875000e-02                NA
1487         24.098             1      5.000000e-01                NA
1488         22.838            -1     -5.000000e-02                NA
1489          9.245             1      5.000000e-01                NA
1490         22.838            -1      0.000000e+00                NA
1491          9.245             1      4.333333e-01                NA
1492         24.098            -1      0.000000e+00                NA
1493          9.245            -1      0.000000e+00                NA
1494         16.989            -1      0.000000e+00                NA
1495          9.573            -1     -6.000000e-01                NA
1496         22.838            -1      0.000000e+00                NA
1497          9.573            -1     -6.000000e-01                NA
1498          9.573            -1     -6.000000e-01                NA
1499          9.573            -1     -6.000000e-01                NA
1500          9.573            -1     -6.000000e-01                NA
1501          9.573            -1     -6.000000e-01                NA
1502         25.996            -1      0.000000e+00                NA
1503          9.573             1     -6.000000e-01                NA
1504          9.573            -1     -6.000000e-01                NA
1505         16.281             1      4.222222e-01                NA
1506          8.722             1      1.852273e-01                NA
1507          9.573            -1     -6.000000e-01                NA
1508         24.098             1      0.000000e+00                NA
1509         14.051            -1      0.000000e+00                NA
1510          9.573             1     -6.000000e-01                NA
1511         22.838             1      1.166667e-01                NA
1512         24.098             1      0.000000e+00                NA
1513         16.989            -1      0.000000e+00                NA
1514          9.573            -1     -6.000000e-01                NA
1515         14.526            -1      6.000000e-01                NA
1516          9.573             1     -6.000000e-01                NA
1517          9.245             1      0.000000e+00                NA
1518         11.470            -1      7.500000e-02                NA
1519          9.573             1     -6.000000e-01                NA
1520          9.573            -1     -6.000000e-01                NA
1521          9.245             1      9.000000e-01                NA
1522         18.576            -1      0.000000e+00                NA
1523          9.245             1      0.000000e+00                NA
1524         22.838             1      1.000000e+00                NA
1525          9.245             1      0.000000e+00                NA
1526          9.573            -1     -6.000000e-01                NA
1527         22.838            -1      0.000000e+00                NA
1528          9.573            -1     -6.000000e-01                NA
1529         18.576            -1      0.000000e+00                NA
1530         15.123            -1     -3.125000e-01                NA
1531         16.992             1      1.363636e-01                NA
1532         22.838             1      0.000000e+00                NA
1533          9.573            -1     -6.000000e-01                NA
1534         22.838            -1      0.000000e+00                NA
1535          9.245             1      0.000000e+00                NA
1536         19.196             1      0.000000e+00                NA
1537         37.753            -1      0.000000e+00                NA
1538         19.196            -1      0.000000e+00                NA
1539          9.573            -1     -6.000000e-01                NA
1540          9.573            -1     -6.000000e-01                NA
1541          9.573            -1     -6.000000e-01                NA
1542         16.992            -1      1.363636e-01                NA
1543          9.573            -1     -6.000000e-01                NA
1544          9.573            -1     -6.000000e-01                NA
1545          9.573            -1     -6.000000e-01                NA
1546         22.838            -1      0.000000e+00                NA
1547          9.573            -1     -6.000000e-01                NA
1548         22.838            -1      0.000000e+00                NA
1549         22.838             1      3.333333e-01                NA
1550          9.398             1      3.352273e-01                NA
1551          9.573            -1     -6.000000e-01                NA
1552          9.573            -1     -6.000000e-01                NA
1553          9.573            -1     -6.000000e-01                NA
1554          9.573             1     -4.000000e-01                NA
1555          9.573            -1     -6.000000e-01                NA
1556         15.049             1      0.000000e+00                NA
1557          8.722             1      7.500000e-01                NA
1558          9.573            -1     -6.000000e-01                NA
1559          9.573            -1     -6.000000e-01                NA
1560         22.838             1      1.666667e-01                NA
1561         22.838             1      3.000000e-01                NA
1562         22.838            -1      6.818182e-02                NA
1563          9.573            -1     -6.000000e-01                NA
1564         22.838             1      0.000000e+00                NA
1565          9.573            -1     -6.000000e-01                NA
1566          9.573             1     -6.000000e-01                NA
1567         22.838             1     -8.333333e-02                NA
1568         18.576            -1      0.000000e+00                NA
1569         12.575            -1      3.500000e-01                NA
1570          9.573            -1     -6.000000e-01                NA
1571          9.573            -1     -6.000000e-01                NA
1572         16.989             1      0.000000e+00                NA
1573          8.722            -1      0.000000e+00                NA
1574          9.245             1      4.333333e-01                NA
1575          9.573            -1     -6.000000e-01                NA
1576          9.573            -1     -6.000000e-01                NA
1577          9.573            -1     -6.000000e-01                NA
1578         18.576            -1      3.500000e-01                NA
1579         15.483             1      2.000000e-01                NA
1580         15.146            -1      0.000000e+00                NA
1581          8.722            -1      0.000000e+00                NA
1582          9.573            -1     -6.000000e-01                NA
1583         22.838            -1      0.000000e+00                NA
1584          9.573            -1      0.000000e+00                NA
1585          9.573            -1     -6.000000e-01                NA
1586         22.838             1      5.000000e-01                NA
1587         18.576             1      3.000000e-01                NA
1588          9.573            -1      0.000000e+00                NA
1589          9.573            -1      5.500000e-01                NA
1590         16.989             1      4.000000e-01                NA
1591         22.838             1      0.000000e+00                NA
1592         22.838            -1      0.000000e+00                NA
1593         22.838             1      5.000000e-01                NA
1594         16.989            -1      0.000000e+00                NA
1595          9.573            -1     -6.000000e-01                NA
1596         15.483             1      2.000000e-01                NA
1597          9.573            -1     -6.000000e-01                NA
1598          9.573            -1     -6.000000e-01                NA
1599          9.245             1      0.000000e+00                NA
1600         16.989             1     -2.000000e-01                NA
1601         18.576            -1      0.000000e+00                NA
1602          9.573            -1     -6.000000e-01                NA
1603          9.573            -1     -6.000000e-01                NA
1604         16.992            -1     -5.000000e-01                NA
1605         12.575            -1      0.000000e+00                NA
1606         12.575             1      5.000000e-01                NA
1607          9.573            -1     -6.000000e-01                NA
1608          9.573            -1     -6.000000e-01                NA
1609          9.573            -1     -6.000000e-01                NA
1610          9.573            -1     -6.000000e-01                NA
1611          9.573            -1     -6.000000e-01                NA
1612         22.838             1      2.681818e-01                NA
1613         24.980            -1     -2.916667e-01                NA
1614          9.573            -1     -6.000000e-01                NA
1615         14.051            -1      2.500000e-01                NA
1616          9.573            -1     -6.000000e-01                NA
1617         16.989             1      4.000000e-01                NA
1618         28.350             1      0.000000e+00                NA
1619          9.573             1     -6.000000e-01                NA
1620         22.838            -1      0.000000e+00                NA
1621         20.199            -1      0.000000e+00                NA
1622          9.245             1      5.000000e-01                NA
1623          9.573             1     -6.000000e-01                NA
1624          9.573            -1     -6.000000e-01                NA
1625         12.575            -1      0.000000e+00                NA
1626         15.123             1      5.250000e-01                NA
1627         16.989            -1      0.000000e+00                NA
1628          8.722            -1      0.000000e+00                NA
1629          9.573            -1     -6.000000e-01                NA
1630          9.573            -1     -6.000000e-01                NA
1631          9.573            -1     -6.000000e-01                NA
1632         15.483            -1      0.000000e+00                NA
1633         24.098            -1      1.363636e-01                NA
1634         19.196             1      0.000000e+00                NA
1635          9.573            -1     -6.000000e-01                NA
1636         19.196            -1     -2.500000e-01                NA
1637         16.281            -1      2.500000e-01                NA
1638          9.573            -1     -6.000000e-01                NA
1639          8.722             1      3.571429e-01                NA
1640         19.196             1      6.000000e-01                NA
1641          9.245             1      4.333333e-01                NA
1642          9.573            -1     -6.000000e-01                NA
1643          9.573            -1     -6.000000e-01                NA
1644          9.573            -1     -6.000000e-01                NA
1645         12.716             1      3.750000e-01                NA
1646          9.573            -1     -6.000000e-01                NA
1647         16.655             1      0.000000e+00                NA
1648          9.245             1      0.000000e+00                NA
1649         18.576             1     -1.333333e-01                NA
1650         22.838             1      9.166667e-02                NA
1651         22.838             1      0.000000e+00                NA
1652          9.245             1      0.000000e+00                NA
1653          9.245             1      0.000000e+00                NA
1654          9.573            -1     -6.000000e-01                NA
1655         18.576            -1      0.000000e+00                NA
1656          9.573             1     -6.000000e-01                NA
1657         22.838             1      6.818182e-02                NA
1658          8.722            -1      0.000000e+00                NA
1659          9.573            -1     -6.000000e-01                NA
1660          9.245            -1      2.500000e-01                NA
1661         22.838            -1      0.000000e+00                NA
1662          9.573            -1     -6.000000e-01                NA
1663         22.838             1      5.000000e-02                NA
1664          9.573            -1     -6.000000e-01                NA
1665          9.573            -1     -6.000000e-01                NA
1666          9.573            -1     -6.000000e-01                NA
1667          9.573            -1     -6.000000e-01                NA
1668          9.245             1      0.000000e+00                NA
1669         18.576             1      5.000000e-01                NA
1670          9.573            -1     -6.000000e-01                NA
1671         22.838            -1      1.363636e-01                NA
1672         22.838            -1      8.000000e-01                NA
1673          9.573            -1     -6.000000e-01                NA
1674          9.573            -1     -6.000000e-01                NA
1675         24.098             1      0.000000e+00                NA
1676          9.245             1      0.000000e+00                NA
1677          9.573            -1     -6.000000e-01                NA
1678          9.573            -1     -6.000000e-01                NA
1679         22.838            -1      0.000000e+00                NA
1680          9.573            -1     -6.000000e-01                NA
1681         19.196            -1      0.000000e+00                NA
1682         22.838            -1     -6.250000e-02                NA
1683          9.245             1      0.000000e+00                NA
1684          9.573            -1     -6.000000e-01                NA
1685          9.245             1      0.000000e+00                NA
1686          9.245             1     -7.000000e-01                NA
1687          9.245             1      2.000000e-01                NA
1688          9.573            -1     -6.000000e-01                NA
1689         39.499            -1      0.000000e+00                NA
1690          9.573            -1     -6.000000e-01                NA
1691         16.989             1     -6.666667e-02                NA
1692         22.838            -1      0.000000e+00                NA
1693          9.573            -1     -6.000000e-01                NA
1694         19.196            -1      1.000000e+00                NA
1695          9.573            -1     -6.000000e-01                NA
1696          9.573            -1     -6.000000e-01                NA
1697         18.576             1     -5.000000e-01                NA
1698          9.573            -1     -6.000000e-01                NA
1699         18.569            -1     -4.000000e-01                NA
1700         16.281             1      0.000000e+00                NA
1701          9.573            -1     -6.000000e-01                NA
1702         22.838             1      3.500000e-01                NA
1703          9.573            -1     -6.000000e-01                NA
1704          9.573            -1     -6.000000e-01                NA
1705         16.742            -1      0.000000e+00                NA
1706         15.146             1     -8.000000e-01                NA
1707          9.573            -1     -6.000000e-01                NA
1708         19.196            -1      0.000000e+00                NA
1709         15.146             1      0.000000e+00                NA
1710          9.245            -1      5.000000e-02                NA
1711          9.573             1     -6.000000e-01                NA
1712         24.098             1      0.000000e+00                NA
1713          9.573            -1     -6.000000e-01                NA
1714          9.573            -1     -6.000000e-01                NA
1715         16.989             1      0.000000e+00                NA
1716         19.196             1      0.000000e+00                NA
1717         22.838            -1      5.000000e-01                NA
1718          9.245            -1      1.121212e-01                NA
1719          9.245             1      0.000000e+00                NA
1720          9.573            -1     -6.000000e-01                NA
1721          9.573            -1     -6.000000e-01                NA
1722          9.573            -1     -6.000000e-01                NA
1723         16.989            -1      0.000000e+00                NA
1724         14.051             1     -2.166667e-01                NA
1725          9.573            -1     -6.000000e-01                NA
1726          9.573            -1     -6.000000e-01                NA
1727         15.123             1      4.000000e-01                NA
1728          9.573            -1     -6.000000e-01                NA
1729          9.245             1      0.000000e+00                NA
1730          9.573            -1     -6.000000e-01                NA
1731         19.114             1      5.000000e-01                NA
1732         24.098             1      0.000000e+00                NA
1733          9.573            -1     -6.000000e-01                NA
1734          9.573            -1     -6.000000e-01                NA
1735          9.573            -1     -6.000000e-01                NA
1736          9.573            -1     -6.000000e-01                NA
1737          9.573            -1     -6.000000e-01                NA
1738         19.445            -1      0.000000e+00                NA
1739         19.618             1      0.000000e+00                NA
1740         15.049             1      0.000000e+00                NA
1741         22.838             1     -5.000000e-02                NA
1742          9.245             1      4.333333e-01                NA
1743         22.838             1      6.818182e-02                NA
1744         14.051             1      8.000000e-01                NA
1745         16.989            -1      0.000000e+00                NA
1746          9.573            -1     -6.000000e-01                NA
1747         37.753            -1      0.000000e+00                NA
1748         18.576             1      0.000000e+00                NA
1749         14.078             1     -1.458333e-01                NA
1750         19.196            -1      0.000000e+00                NA
1751          9.573            -1     -6.000000e-01                NA
1752          9.573            -1     -6.000000e-01                NA
1753          9.573            -1     -6.000000e-01                NA
1754         19.843             1      1.250000e-02                NA
1755         19.196            -1     -1.000000e-01                NA
1756          9.573            -1     -6.000000e-01                NA
1757         16.989            -1      0.000000e+00                NA
1758          9.573            -1     -6.000000e-01                NA
1759         22.838             1      5.000000e-01                NA
1760          9.573            -1     -6.000000e-01                NA
1761          9.573            -1     -6.000000e-01                NA
1762         15.146            -1      1.500000e-02                NA
1763          9.573            -1     -6.000000e-01                NA
1764          9.573            -1     -6.000000e-01                NA
1765          9.573            -1     -6.000000e-01                NA
1766         24.098             1      0.000000e+00                NA
1767         22.838            -1     -2.000000e-01                NA
1768          9.573            -1     -6.000000e-01                NA
1769         22.838             1      0.000000e+00                NA
1770         18.576            -1      0.000000e+00                NA
1771          9.245            -1      0.000000e+00                NA
1772         15.146            -1      0.000000e+00                NA
1773          9.573             1     -4.000000e-01                NA
1774          9.245             1      0.000000e+00                NA
1775         25.996             1      0.000000e+00                NA
1776          9.573            -1     -6.000000e-01                NA
1777         12.575            -1      0.000000e+00                NA
1778          9.573            -1     -6.000000e-01                NA
1779          9.573             1     -4.000000e-01                NA
1780         22.838             1      0.000000e+00                NA
1781          9.245             1      0.000000e+00                NA
1782         11.032             1      0.000000e+00                NA
1783          9.573             1     -6.000000e-01                NA
1784          8.722            -1      0.000000e+00                NA
1785         16.989             1      0.000000e+00                NA
1786          9.245             1      2.500000e-01                NA
1787          9.573             1     -6.000000e-01                NA
1788          9.573            -1     -6.000000e-01                NA
1789         19.398             1     -7.500000e-01                NA
1790          9.573            -1     -6.000000e-01                NA
1791          9.245             1      0.000000e+00                NA
1792         29.800             1      0.000000e+00                NA
1793         16.989            -1      5.000000e-01                NA
1794         15.049            -1      0.000000e+00                NA
1795          9.573            -1     -6.000000e-01                NA
1796          9.573            -1     -6.000000e-01                NA
1797          9.573            -1     -6.000000e-01                NA
1798          4.525             1      0.000000e+00                NA
1799         22.838            -1     -1.666667e-01                NA
1800          9.573            -1     -6.000000e-01                NA
1801          9.245            -1      0.000000e+00                NA
1802          9.573            -1      4.000000e-01                NA
1803         16.989             1      2.500000e-01                NA
1804         22.838            -1      2.681818e-01                NA
1805         22.838            -1      4.000000e-01                NA
1806          8.722            -1      0.000000e+00                NA
1807          9.573             1     -6.000000e-01                NA
1808          9.573            -1     -6.000000e-01                NA
1809         22.838            -1      0.000000e+00                NA
1810          9.573            -1     -6.000000e-01                NA
1811          9.573            -1     -6.000000e-01                NA
1812          9.398             1      3.352273e-01                NA
1813          9.573            -1     -6.000000e-01                NA
1814         12.716             1      3.750000e-01                NA
1815          9.573            -1     -6.000000e-01                NA
1816          9.573            -1     -6.000000e-01                NA
1817          9.573            -1     -6.000000e-01                NA
1818          9.573            -1     -6.000000e-01                NA
1819         21.975             1      0.000000e+00                NA
1820         14.601            -1      1.363636e-01                NA
1821         21.975            -1      0.000000e+00                NA
1822         27.449             1      0.000000e+00                NA
1823         17.222            -1      1.000000e+00                NA
1824         15.837             1     -4.343434e-02                NA
1825         19.305             1      1.500000e-01                NA
1826         21.975            -1     -1.527273e-01                NA
1827         19.201            -1      0.000000e+00                NA
1828         21.975             1      5.000000e-01                NA
1829         34.619             1      6.250000e-01                NA
1830         21.975             1      5.500000e-01                NA
1831         19.201             1      1.666667e-01                NA
1832         14.601            -1      5.000000e-02                NA
1833         14.601            -1      1.363636e-01                NA
1834         16.404             1      0.000000e+00                NA
1835          8.831             1      1.785714e-01                NA
1836         19.201             1      0.000000e+00                NA
1837         34.619             1      3.500000e-01                NA
1838         15.837             1      4.000000e-01                NA
1839         19.201            -1      0.000000e+00                NA
1840         21.975            -1      1.363636e-01                NA
1841         17.907             1      0.000000e+00                NA
1842         14.041             1      0.000000e+00                NA
1843         19.201            -1      0.000000e+00                NA
1844         17.907             1     -1.000000e-01                NA
1845         18.649             1      0.000000e+00                NA
1846         21.975             1      5.000000e-01                NA
1847         14.601             1      0.000000e+00                NA
1848         12.823            -1      2.000000e-01                NA
1849         15.837             1      4.000000e-01                NA
1850         21.975            -1      0.000000e+00                NA
1851         21.975            -1      0.000000e+00                NA
1852         21.975            -1      3.500000e-01                NA
1853         17.907             1      1.000000e+00                NA
1854         18.649             1      1.681818e-01                NA
1855         21.975             1      0.000000e+00                NA
1856         15.837            -1      1.363636e-01                NA
1857         18.649             1      0.000000e+00                NA
1858         17.907             1      0.000000e+00                NA
1859         21.975            -1      2.537879e-01                NA
1860         16.008             1      2.000000e-01                NA
1861         12.823            -1      0.000000e+00                NA
1862         17.907             1      2.500000e-01                NA
1863         12.581             1      6.666667e-02                NA
1864         19.031             1      8.000000e-01                NA
1865         21.975            -1      0.000000e+00                NA
1866         17.907            -1      0.000000e+00                NA
1867         12.032             1      5.000000e-01                NA
1868         22.092            -1      0.000000e+00                NA
1869         15.420             1      2.121212e-01                NA
1870         34.619             1      1.000000e+00                NA
1871         15.036             1      0.000000e+00                NA
1872         17.222             1     -2.000000e-01                NA
1873         17.451             1      6.000000e-01                NA
1874         21.975             1      0.000000e+00                NA
1875         19.201            -1      2.500000e-01                NA
1876          8.135            -1      1.363636e-01                NA
1877         21.975             1      0.000000e+00                NA
1878         21.975            -1      1.000000e-01                NA
1879         21.975            -1     -8.333333e-02                NA
1880         21.975            -1      0.000000e+00                NA
1881         34.619             1      0.000000e+00                NA
1882         11.163             1      0.000000e+00                NA
1883         14.821             1      0.000000e+00                NA
1884         25.716            -1      0.000000e+00                NA
1885         19.201             1      0.000000e+00                NA
1886         21.975            -1     -1.000000e-01                NA
1887         22.092             1      3.166667e-01                NA
1888         20.938             1      0.000000e+00                NA
1889         17.451             1      1.953125e-01                NA
1890         17.907             1      0.000000e+00                NA
1891         13.822             1      0.000000e+00                NA
1892         14.041             1      5.000000e-01                NA
1893         18.589             1      0.000000e+00                NA
1894         15.837            -1      0.000000e+00                NA
1895         21.975            -1      0.000000e+00                NA
1896         15.837            -1      0.000000e+00                NA
1897         12.673             1      0.000000e+00                NA
1898         12.823             1      8.000000e-01                NA
1899         14.821            -1      1.333333e-01                NA
1900         12.823             1      8.000000e-01                NA
1901         15.837             1      1.363636e-01                NA
1902         21.310             1      0.000000e+00                NA
1903         17.907             1      0.000000e+00                NA
1904         21.975            -1      4.375000e-01                NA
1905         18.209             1      2.000000e-01                NA
1906         17.907             1      0.000000e+00                NA
1907         21.975            -1      0.000000e+00                NA
1908         17.451             1      4.000000e-01                NA
1909         17.907             1      0.000000e+00                NA
1910         34.838            -1      0.000000e+00                NA
1911         17.907             1      0.000000e+00                NA
1912         21.975            -1      1.000000e-01                NA
1913         21.975            -1      0.000000e+00                NA
1914         21.975             1      0.000000e+00                NA
1915         34.619             1      0.000000e+00                NA
1916         23.409             1      2.681818e-01                NA
1917         39.377             1      8.000000e-01                NA
1918         21.975            -1      0.000000e+00                NA
1919         17.907             1      0.000000e+00                NA
1920         13.364            -1      6.000000e-01                NA
1921         21.975            -1      4.166667e-01                NA
1922         12.032             1      0.000000e+00                NA
1923         11.163            -1      0.000000e+00                NA
1924         21.975             1     -8.333333e-02                NA
1925         21.975             1      0.000000e+00                NA
1926         17.907             1     -1.000000e-01                NA
1927         22.092            -1      8.687500e-01                NA
1928         15.837            -1      0.000000e+00                NA
1929         17.907             1      1.250000e-01                NA
1930         12.823             1      5.250000e-01                NA
1931         21.975            -1      0.000000e+00                NA
1932         21.975             1     -5.000000e-01                NA
1933         17.907            -1      4.000000e-01                NA
1934         17.907             1      0.000000e+00                NA
1935         34.838             1      6.250000e-01                NA
1936         27.257             1      5.681818e-01                NA
1937         21.975             1      0.000000e+00                NA
1938         17.907            -1     -3.333333e-02                NA
1939         12.673            -1      0.000000e+00                NA
1940         17.451             1      6.250000e-01                NA
1941         15.036             1      0.000000e+00                NA
1942         17.451             1      0.000000e+00                NA
1943         32.366             1     -3.166667e-01                NA
1944         21.975             1      0.000000e+00                NA
1945         17.907            -1      6.250000e-02                NA
1946         13.108            -1      3.333333e-02                NA
1947         34.619             1      0.000000e+00                NA
1948         21.975            -1      0.000000e+00                NA
1949         17.907             1      0.000000e+00                NA
1950         21.975            -1      4.000000e-01                NA
1951         15.036            -1      0.000000e+00                NA
1952         21.975             1      5.000000e-02                NA
1953         15.837            -1      1.181818e-01                NA
1954         13.299             1      0.000000e+00                NA
1955         21.975            -1      0.000000e+00                NA
1956         21.975            -1      2.121212e-01                NA
1957         19.305             1      5.000000e-01                NA
1958         32.366            -1      1.500000e-01                NA
1959         14.601             1      2.000000e-01                NA
1960          8.831             1      1.000000e+00                NA
1961         34.619            -1      2.500000e-01                NA
1962         21.975             1      7.000000e-01                NA
1963         15.420             1      2.121212e-01                NA
1964         19.201             1      2.000000e-01                NA
1965         21.975             1      0.000000e+00                NA
1966         21.975            -1      0.000000e+00                NA
1967          8.831            -1      0.000000e+00                NA
1968         21.975            -1      0.000000e+00                NA
1969         18.649            -1      0.000000e+00                NA
1970         21.975            -1     -2.000000e-01                NA
1971         17.222            -1      8.000000e-01                NA
1972         32.366             1      0.000000e+00                NA
1973         12.390            -1      2.500000e-01                NA
1974         15.837             1      0.000000e+00                NA
1975         19.305             1      6.250000e-01                NA
1976         15.837             1      0.000000e+00                NA
1977         11.163            -1      0.000000e+00                NA
1978         21.975            -1      6.666667e-02                NA
1979         21.975            -1      0.000000e+00                NA
1980         15.837            -1      5.000000e-01                NA
1981         18.548             1      0.000000e+00                NA
1982         20.938             1      0.000000e+00                NA
1983         21.418            -1      0.000000e+00                NA
1984         12.823             1      4.687500e-01                NA
1985         30.373            -1      0.000000e+00                NA
1986         15.837            -1      5.000000e-01                NA
1987         12.823             1      4.000000e-01                NA
1988         12.823            -1      0.000000e+00                NA
1989         18.548            -1      0.000000e+00                NA
1990         21.975            -1      0.000000e+00                NA
1991         34.619            -1      0.000000e+00                NA
1992         34.619            -1      0.000000e+00                NA
1993         15.036             1      0.000000e+00                NA
1994         15.837             1      0.000000e+00                NA
1995         15.837             1      0.000000e+00                NA
1996         15.837             1      0.000000e+00                NA
1997         21.975            -1      0.000000e+00                NA
1998         21.975            -1      0.000000e+00                NA
1999         21.975            -1      0.000000e+00                NA
2000         21.975            -1      0.000000e+00                NA
2001         20.046             1      1.363636e-01                NA
2002         21.975             1      0.000000e+00                NA
2003         15.837             1      0.000000e+00                NA
2004         21.975            -1      0.000000e+00                NA
2005         23.409             1      0.000000e+00                NA
2006         34.619            -1      1.363636e-01                NA
2007         20.938            -1      0.000000e+00                NA
2008         15.837             1      0.000000e+00                NA
2009         15.776            -1      0.000000e+00                NA
2010         21.975             1      0.000000e+00                NA
2011         21.975            -1      3.750000e-01                NA
2012         19.099            -1      0.000000e+00                NA
2013         21.975             1      2.500000e-01                NA
2014         21.975            -1      0.000000e+00                NA
2015         18.649             1      4.722222e-01                NA
2016         21.975            -1      0.000000e+00                NA
2017         21.975            -1     -5.000000e-02                NA
2018         15.837             1      4.333333e-01                NA
2019         16.692             1      2.663352e-01                NA
2020         30.373            -1     -3.000000e-01                NA
2021         15.036             1      0.000000e+00                NA
2022         14.821             1      0.000000e+00                NA
2023         15.420             1      8.000000e-01                NA
2024         14.601             1      0.000000e+00                NA
2025         30.373             1      5.000000e-01                NA
2026         21.975            -1      0.000000e+00                NA
2027         21.975             1      0.000000e+00                NA
2028         17.907             1      2.000000e-01                NA
2029         14.601            -1      1.875000e-01                NA
2030         34.619             1      5.000000e-01                NA
2031         13.364            -1      0.000000e+00                NA
2032         21.975             1      0.000000e+00                NA
2033         21.975            -1      0.000000e+00                NA
2034         17.907            -1      1.000000e+00                NA
2035         17.907             1      0.000000e+00                NA
2036         21.975            -1      8.500000e-01                NA
2037         21.975            -1      0.000000e+00                NA
2038         14.041            -1      0.000000e+00                NA
2039         39.377            -1      0.000000e+00                NA
2040         21.975             1      0.000000e+00                NA
2041         14.041             1      5.000000e-01                NA
2042         15.837             1      3.246753e-02                NA
2043         21.975            -1      0.000000e+00                NA
2044         14.601            -1      8.750000e-01                NA
2045         21.975             1     -2.000000e-01                NA
2046         14.601            -1      0.000000e+00                NA
2047         21.975             1      4.250000e-01                NA
2048         19.305             1      0.000000e+00                NA
2049         15.837            -1      0.000000e+00                NA
2050         21.975            -1      0.000000e+00                NA
2051         21.975            -1      0.000000e+00                NA
2052         21.975            -1      0.000000e+00                NA
2053         17.222            -1      0.000000e+00                NA
2054         23.409             1      2.500000e-01                NA
2055         17.907             1      0.000000e+00                NA
2056         19.099             1      0.000000e+00                NA
2057         21.975             1      0.000000e+00                NA
2058         34.838            -1      2.500000e-01                NA
2059         17.907            -1      2.000000e-01                NA
2060         19.201             1      3.571429e-01                NA
2061         17.907            -1      0.000000e+00                NA
2062         15.837            -1      0.000000e+00                NA
2063         19.305             1      0.000000e+00                NA
2064         18.649            -1      0.000000e+00                NA
2065         21.975             1      1.666667e-01                NA
2066         20.938            -1      0.000000e+00                NA
2067         15.837             1     -4.500000e-01                NA
2068         21.975            -1      0.000000e+00                NA
2069         21.975            -1      3.750000e-01                NA
2070          8.831             1      0.000000e+00                NA
2071         17.907            -1     -1.250000e-02                NA
2072         17.907            -1      0.000000e+00                NA
2073         15.420             1      0.000000e+00                NA
2074         70.685            -1      0.000000e+00                NA
2075         21.975             1      0.000000e+00                NA
2076         15.837            -1      0.000000e+00                NA
2077         21.975            -1      4.000000e-01                NA
2078         17.907            -1      2.000000e-01                NA
2079         21.975            -1      0.000000e+00                NA
2080         15.036            -1     -1.000000e+00                NA
2081         17.907            -1      0.000000e+00                NA
2082         21.975             1      2.500000e-01                NA
2083         15.837            -1      0.000000e+00                NA
2084         23.409             1      0.000000e+00                NA
2085         21.975             1      1.000000e+00                NA
2086         14.601             1      0.000000e+00                NA
2087         21.310             1      0.000000e+00                NA
2088         15.837            -1      5.000000e-01                NA
2089         21.975            -1      0.000000e+00                NA
2090         21.975            -1      0.000000e+00                NA
2091         19.305             1      0.000000e+00                NA
2092         34.619             1      0.000000e+00                NA
2093         21.975             1      0.000000e+00                NA
2094         23.409             1      0.000000e+00                NA
2095         21.975            -1      0.000000e+00                NA
2096         21.975            -1      1.000000e-01                NA
2097         21.975            -1      0.000000e+00                NA
2098         19.201             1      0.000000e+00                NA
2099         15.837             1     -2.000000e-01                NA
2100         21.975             1      1.000000e+00                NA
2101          8.831             1      5.000000e-01                NA
2102         17.907             1      2.000000e-01                NA
2103         21.975             1      4.000000e-01                NA
2104         21.975             1      4.000000e-01                NA
2105         70.685             1      0.000000e+00                NA
2106         34.619             1      6.250000e-01                NA
2107          8.831             1      0.000000e+00                NA
2108         15.837             1      0.000000e+00                NA
2109         17.451            -1      0.000000e+00                NA
2110         12.823            -1      0.000000e+00                NA
2111         30.373             1      2.500000e-02                NA
2112         21.975            -1      0.000000e+00                NA
2113         20.353             1      1.000000e+00                NA
2114         21.975             1      0.000000e+00                NA
2115         21.975            -1      0.000000e+00                NA
2116         15.420             1     -2.307692e-01                NA
2117         15.420             1     -2.307692e-01                NA
2118         15.420             1     -2.307692e-01                NA
2119         17.451             1      6.000000e-01                NA
2120         21.259            -1      0.000000e+00                NA
2121         12.823             1      0.000000e+00                NA
2122         21.975             1      1.600000e-01                NA
2123         21.975            -1      3.750000e-01                NA
2124         21.975             1      1.600000e-01                NA
2125         21.975            -1      0.000000e+00                NA
2126         21.975            -1      0.000000e+00                NA
2127         21.975             1      5.000000e-01                NA
2128         14.821            -1      0.000000e+00                NA
2129         18.649            -1      0.000000e+00                NA
2130         21.975            -1      6.818182e-02                NA
2131         21.975            -1     -1.000000e-01                NA
2132         11.584            -1      0.000000e+00                NA
2133         39.377            -1      6.000000e-01                NA
2134         10.924            -1      0.000000e+00                NA
2135         18.649             1      2.000000e-01                NA
2136         19.305            -1      3.000000e-01                NA
2137         17.907             1      5.000000e-01                NA
2138          8.831            -1     -5.000000e-01                NA
2139         21.975            -1      5.000000e-01                NA
2140         21.975             1      4.000000e-01                NA
2141         17.907             1     -1.500000e-01                NA
2142         21.975             1      4.166667e-01                NA
2143         17.907             1      0.000000e+00                NA
2144         22.092            -1      0.000000e+00                NA
2145         15.420             1     -2.307692e-01                NA
2146         15.837             1      0.000000e+00                NA
2147         17.907             1      0.000000e+00                NA
2148         19.305             1      6.250000e-01                NA
2149         21.975            -1      0.000000e+00                NA
2150         15.563            -1      5.000000e-02                NA
2151         14.041             1      5.000000e-01                NA
2152          8.135            -1      0.000000e+00                NA
2153         21.975             1      1.000000e+00                NA
2154         12.823             1      2.000000e-01                NA
2155         12.823            -1     -2.500000e-01                NA
2156         21.975             1      3.636364e-01                NA
2157         21.975             1     -5.555556e-02                NA
2158         15.837             1      3.333333e-01                NA
2159         21.975            -1      0.000000e+00                NA
2160         14.601            -1      0.000000e+00                NA
2161         34.619             1      6.250000e-01                NA
2162         14.041             1      0.000000e+00                NA
2163         21.975            -1      0.000000e+00                NA
2164         16.692             1      0.000000e+00                NA
2165         15.837             1      0.000000e+00                NA
2166         21.975             1      5.000000e-01                NA
2167         21.975            -1     -1.000000e-01                NA
2168         19.305             1      2.500000e-01                NA
2169         17.907            -1      0.000000e+00                NA
2170          8.831             1      2.500000e-01                NA
2171         15.837             1      0.000000e+00                NA
2172         17.907            -1      0.000000e+00                NA
2173         16.692            -1     -7.000000e-01                NA
2174         15.837             1      8.000000e-01                NA
2175         16.783             1      4.000000e-01                NA
2176         23.031            -1      0.000000e+00                NA
2177         15.837            -1      5.000000e-01                NA
2178         17.907             1     -1.500000e-01                NA
2179         21.975            -1      1.250000e-01                NA
2180         21.975            -1      0.000000e+00                NA
2181         15.837             1      0.000000e+00                NA
2182         15.837            -1      0.000000e+00                NA
2183         17.907            -1      0.000000e+00                NA
2184         21.975             1      0.000000e+00                NA
2185         21.975             1     -1.500000e-01                NA
2186         15.837             1      1.583333e-01                NA
2187         21.975             1     -3.333333e-01                NA
2188         27.139             1      0.000000e+00                NA
2189         27.139             1      0.000000e+00                NA
2190         19.031            -1      1.363636e-01                NA
2191         17.907             1      0.000000e+00                NA
2192         15.837             1      0.000000e+00                NA
2193         15.837             1      0.000000e+00                NA
2194         15.837             1      0.000000e+00                NA
2195         17.451             1      0.000000e+00                NA
2196         18.548            -1      0.000000e+00                NA
2197         21.975            -1      0.000000e+00                NA
2198         16.692             1      0.000000e+00                NA
2199         21.975            -1      0.000000e+00                NA
2200         30.373             1      1.000000e-01                NA
2201         30.373             1      1.000000e-01                NA
2202         17.451             1      0.000000e+00                NA
2203         21.975            -1     -8.010101e-02                NA
2204         15.837            -1     -4.000000e-01                NA
2205         21.975            -1      0.000000e+00                NA
2206         12.874             1      5.000000e-01                NA
2207         21.975             1      0.000000e+00                NA
2208         12.823            -1      2.000000e-01                NA
2209         12.390            -1      0.000000e+00                NA
2210         30.373            -1      0.000000e+00                NA
2211         15.396             1      6.500000e-01                NA
2212         21.975            -1      0.000000e+00                NA
2213         21.975            -1     -1.250000e-01                NA
2214         34.619             1      0.000000e+00                NA
2215         20.938            -1     -4.000000e-01                NA
2216         19.201             1      3.571429e-01                NA
2217         17.907            -1      1.000000e+00                NA
2218         21.975             1      0.000000e+00                NA
2219         21.975            -1      0.000000e+00                NA
2220         14.821             1      0.000000e+00                NA
2221         21.975             1     -1.666667e-01                NA
2222         12.823             1      0.000000e+00                NA
2223         21.975            -1     -1.666667e-01                NA
2224         17.907             1      2.500000e-02                NA
2225         21.975            -1      1.500000e-01                NA
2226         16.404             1      0.000000e+00                NA
2227         21.975             1     -2.500000e-02                NA
2228         17.907             1      5.500000e-01                NA
2229         27.139             1      0.000000e+00                NA
2230         27.139             1      0.000000e+00                NA
2231         21.975            -1      1.363636e-01                NA
2232         17.907            -1      0.000000e+00                NA
2233         14.601            -1      0.000000e+00                NA
2234         15.420             1      0.000000e+00                NA
2235         19.201            -1      0.000000e+00                NA
2236         17.907             1      0.000000e+00                NA
2237         19.305            -1     -1.250000e-01                NA
2238         21.975             1      2.500000e-02                NA
2239          8.135            -1      0.000000e+00                NA
2240         20.046             1      0.000000e+00                NA
2241         17.451             1      3.750000e-01                NA
2242         34.619            -1     -3.125000e-01                NA
2243         15.837             1      0.000000e+00                NA
2244         18.649             1      0.000000e+00                NA
2245         19.305            -1      0.000000e+00                NA
2246         12.390             1      0.000000e+00                NA
2247         21.975            -1     -1.083333e-01                NA
2248         21.975             1      0.000000e+00                NA
2249         21.975            -1      3.583333e-01                NA
2250         30.373             1      5.000000e-01                NA
2251         20.938            -1      0.000000e+00                NA
2252         12.032            -1      8.333333e-02                NA
2253         15.837             1      1.000000e-01                NA
2254         12.032            -1      0.000000e+00                NA
2255         18.649            -1      0.000000e+00                NA
2256         21.975            -1      0.000000e+00                NA
2257         21.975            -1     -1.888889e-01                NA
2258         21.975             1      0.000000e+00                NA
2259         15.837            -1     -8.000000e-01                NA
2260          8.831            -1      1.250000e-01                NA
2261         19.201            -1      0.000000e+00                NA
2262         30.373            -1      0.000000e+00                NA
2263         19.201             1      0.000000e+00                NA
2264         21.975            -1      0.000000e+00                NA
2265         19.201            -1      0.000000e+00                NA
2266         14.041            -1      0.000000e+00                NA
2267         21.975             1      0.000000e+00                NA
2268         21.975             1      2.500000e-01                NA
2269         15.837            -1      1.000000e-01                NA
2270         15.420            -1      3.708333e-01                NA
2271         21.975            -1      0.000000e+00                NA
2272         21.975            -1      2.142857e-01                NA
2273         15.837             1      0.000000e+00                NA
2274         21.975            -1     -3.181818e-02                NA
2275         21.975            -1     -1.000000e-01                NA
2276         34.619            -1      4.166667e-02                NA
2277         20.255            -1      0.000000e+00                NA
2278         17.907             1     -2.500000e-01                NA
2279         15.837             1      2.431818e-01                NA
2280         21.975             1      0.000000e+00                NA
2281         21.975            -1      1.000000e-01                NA
2282         21.975             1      4.000000e-01                NA
2283         15.776            -1      0.000000e+00                NA
2284         15.837             1      3.833333e-01                NA
2285         12.823             1      0.000000e+00                NA
2286         21.975            -1      5.000000e-01                NA
2287         15.837             1      0.000000e+00                NA
2288         17.907             1      0.000000e+00                NA
2289         14.821            -1      0.000000e+00                NA
2290         17.451            -1      0.000000e+00                NA
2291         19.099             1      0.000000e+00                NA
2292         14.041             1      0.000000e+00                NA
2293         21.975             1      4.108073e-01                NA
2294         12.823             1      0.000000e+00                NA
2295         21.975            -1      0.000000e+00                NA
2296         30.373             1      1.000000e+00                NA
2297         14.821            -1      0.000000e+00                NA
2298         30.373            -1      0.000000e+00                NA
2299         16.783             1      6.500000e-01                NA
2300         12.823             1      0.000000e+00                NA
2301          8.831             1      1.250000e-01                NA
2302         21.975            -1      3.571429e-01                NA
2303         21.975            -1      0.000000e+00                NA
2304         21.975            -1      0.000000e+00                NA
2305         21.975            -1      0.000000e+00                NA
2306         21.975            -1      1.363636e-01                NA
2307          8.135            -1      6.000000e-01                NA
2308         19.201             1      1.363636e-01                NA
2309         15.837            -1      0.000000e+00                NA
2310         17.907            -1      0.000000e+00                NA
2311         14.041             1      0.000000e+00                NA
2312         18.649            -1      5.468750e-01                NA
2313         15.837            -1      0.000000e+00                NA
2314         15.036             1      0.000000e+00                NA
2315         19.099             1     -9.166667e-02                NA
2316         21.975             1     -1.000000e-01                NA
2317         25.716             1      0.000000e+00                NA
2318         16.072            -1      6.250000e-01                NA
2319         17.907            -1     -1.666667e-01                NA
2320         15.837             1      0.000000e+00                NA
2321         21.975            -1      0.000000e+00                NA
2322         17.907            -1     -1.666667e-01                NA
2323         21.975             1      0.000000e+00                NA
2324         12.823             1      0.000000e+00                NA
2325         27.139             1      0.000000e+00                NA
2326         17.907             1     -2.500000e-01                NA
2327         14.601            -1      0.000000e+00                NA
2328         21.975             1      0.000000e+00                NA
2329         15.420             1      3.000000e-01                NA
2330         17.907             1      0.000000e+00                NA
2331         15.776            -1      0.000000e+00                NA
2332         17.451             1      0.000000e+00                NA
2333         12.070            -1      1.704545e-01                NA
2334         21.975             1      0.000000e+00                NA
2335         22.092            -1      0.000000e+00                NA
2336         21.975            -1      0.000000e+00                NA
2337         17.907            -1      0.000000e+00                NA
2338         15.837            -1      2.000000e-01                NA
2339         17.907             1      2.500000e-01                NA
2340         17.907             1      0.000000e+00                NA
2341         12.874            -1      3.571429e-01                NA
2342         17.907             1      0.000000e+00                NA
2343         17.907             1      0.000000e+00                NA
2344         17.451            -1      5.000000e-01                NA
2345         26.072             1      0.000000e+00                NA
2346         15.420            -1     -2.000000e-01                NA
2347         19.201             1     -5.000000e-02                NA
2348         17.907             1      0.000000e+00                NA
2349          8.831             1      0.000000e+00                NA
2350         30.373             1      5.000000e-01                NA
2351         14.585             1      2.500000e-01                NA
2352         70.685             1      0.000000e+00                NA
2353         15.837            -1      1.000000e-01                NA
2354         17.451             1      0.000000e+00                NA
2355         21.975            -1      3.500000e-01                NA
2356         15.025            -1      0.000000e+00                NA
2357         21.975            -1      0.000000e+00                NA
2358         21.975            -1     -3.333333e-01                NA
2359         21.975            -1      0.000000e+00                NA
2360         21.975             1      0.000000e+00                NA
2361         11.265            -1     -1.555556e-01                NA
2362         15.025            -1      3.250000e-01                NA
2363         12.823            -1      0.000000e+00                NA
2364         14.601             1      0.000000e+00                NA
2365         17.451             1      0.000000e+00                NA
2366         21.975            -1      4.166667e-01                NA
2367         12.032             1      0.000000e+00                NA
2368          8.135            -1      0.000000e+00                NA
2369         21.975            -1      4.000000e-01                NA
2370         15.837            -1     -1.000000e+00                NA
2371         15.837            -1      0.000000e+00                NA
2372         21.975             1      3.875000e-01                NA
2373         21.975             1      1.212121e-02                NA
2374         18.649             1      1.000000e+00                NA
2375         18.649            -1      2.500000e-01                NA
2376         14.041             1      0.000000e+00                NA
2377         14.041             1      5.166667e-01                NA
2378         21.975             1      0.000000e+00                NA
2379          8.135            -1      7.000000e-01                NA
2380         15.837             1      0.000000e+00                NA
2381         21.975            -1      0.000000e+00                NA
2382         30.373            -1      1.000000e+00                NA
2383         12.032            -1      0.000000e+00                NA
2384         21.975            -1      0.000000e+00                NA
2385         18.649             1      0.000000e+00                NA
2386         21.975            -1      0.000000e+00                NA
2387         18.649            -1     -2.000000e-01                NA
2388         20.353             1      0.000000e+00                NA
2389         15.420            -1      0.000000e+00                NA
2390         30.373            -1      0.000000e+00                NA
2391         21.975            -1      0.000000e+00                NA
2392         18.649             1      0.000000e+00                NA
2393         30.373            -1      0.000000e+00                NA
2394         19.031            -1     -1.000000e+00                NA
2395         21.975             1      4.000000e-01                NA
2396         17.907             1      0.000000e+00                NA
2397         21.975             1      0.000000e+00                NA
2398         21.975            -1      0.000000e+00                NA
2399         18.649             1     -8.000000e-01                NA
2400         14.601            -1      0.000000e+00                NA
2401         17.907            -1      2.000000e-01                NA
2402             NA             1      0.000000e+00                NA
2403         21.975            -1     -1.666667e-01                NA
2404         21.975             1      0.000000e+00                NA
2405         21.975            -1      1.777778e-01                NA
2406         21.975            -1      1.777778e-01                NA
2407         34.619             1      0.000000e+00                NA
2408         15.420             1      0.000000e+00                NA
2409         15.837            -1      0.000000e+00                NA
2410         13.822             1      5.000000e-01                NA
2411         21.975             1      0.000000e+00                NA
2412         21.975            -1      5.000000e-02                NA
2413         19.201            -1      2.500000e-01                NA
2414         21.975            -1     -1.000000e-01                NA
2415         17.907             1     -5.000000e-02                NA
2416         17.451             1      1.000000e+00                NA
2417         18.729             1      0.000000e+00                NA
2418         14.601             1      1.363636e-01                NA
2419         14.601            -1      0.000000e+00                NA
2420         21.975            -1     -1.666667e-01                NA
2421         21.975            -1      0.000000e+00                NA
2422         19.201             1      1.363636e-01                NA
2423         15.837             1      0.000000e+00                NA
2424         19.305            -1      5.000000e-01                NA
2425         21.975             1      0.000000e+00                NA
2426         19.201             1      1.363636e-01                NA
2427         17.907            -1     -1.666667e-01                NA
2428         15.837            -1      0.000000e+00                NA
2429         15.837             1      0.000000e+00                NA
2430         18.649             1     -1.000000e-01                NA
2431         16.692            -1      1.500000e-01                NA
2432         21.975             1      0.000000e+00                NA
2433         30.373             1      0.000000e+00                NA
2434         15.837             1      9.375000e-01                NA
2435         41.170             1      1.000000e+00                NA
2436         15.837             1      0.000000e+00                NA
2437         20.046            -1      1.666667e-02                NA
2438          8.135             1      0.000000e+00                NA
2439         21.975             1      0.000000e+00                NA
2440         19.201             1      1.000000e+00                NA
2441         17.907             1      7.000000e-01                NA
2442         15.837             1      5.000000e-01                NA
2443         17.907            -1      0.000000e+00                NA
2444         10.674            -1      0.000000e+00                NA
2445         21.975            -1      0.000000e+00                NA
2446         14.041             1      0.000000e+00                NA
2447         19.201            -1      4.250000e-01                NA
2448         34.619            -1      0.000000e+00                NA
2449         17.222             1      0.000000e+00                NA
2450         20.938            -1      0.000000e+00                NA
2451         19.031            -1      0.000000e+00                NA
2452         21.975             1      0.000000e+00                NA
2453         17.907            -1     -1.666667e-01                NA
2454         17.907             1      0.000000e+00                NA
2455         17.907             1      0.000000e+00                NA
2456         15.837             1      0.000000e+00                NA
2457         20.046             1      1.392857e-01                NA
2458         14.041            -1     -1.333333e-01                NA
2459         17.907             1     -8.000000e-01                NA
2460         19.201            -1      6.250000e-01                NA
2461         21.975             1      2.000000e-01                NA
2462         19.201             1      2.666667e-01                NA
2463         17.907            -1     -1.666667e-01                NA
2464         17.907            -1     -1.666667e-01                NA
2465         19.201             1      1.625000e-01                NA
2466         17.907            -1     -1.666667e-01                NA
2467         19.201             1      5.000000e-01                NA
2468         17.907            -1     -1.666667e-01                NA
2469         21.975            -1      0.000000e+00                NA
2470         15.837             1      0.000000e+00                NA
2471         34.619            -1      0.000000e+00                NA
2472         19.201             1      8.000000e-01                NA
2473         19.201            -1     -7.500000e-01                NA
2474         19.201            -1      1.363636e-01                NA
2475         21.975             1      1.000000e-01                NA
2476         21.975             1      4.375000e-01                NA
2477         17.907            -1     -1.666667e-01                NA
2478         19.201             1      5.000000e-01                NA
2479         17.907             1      1.666667e-02                NA
2480         19.201             1      4.875000e-01                NA
2481         21.975             1      0.000000e+00                NA
2482         19.201             1      7.125000e-01                NA
2483         18.729             1      3.500000e-01                NA
2484         19.201            -1      4.777778e-01                NA
2485         19.201             1      5.000000e-01                NA
2486         15.776             1      1.000000e+00                NA
2487         19.201             1      6.000000e-01                NA
2488         27.139             1      0.000000e+00                NA
2489         12.874             1      5.000000e-01                NA
2490         19.201             1      0.000000e+00                NA
2491         19.201             1      3.000000e-01                NA
2492         19.201             1      4.500000e-01                NA
2493         19.201            -1      0.000000e+00                NA
2494         19.201             1      1.666667e-01                NA
2495         19.201            -1      1.000000e+00                NA
2496         21.975            -1      0.000000e+00                NA
2497         34.619             1      6.000000e-01                NA
2498         14.041            -1      0.000000e+00                NA
2499         17.907            -1      0.000000e+00                NA
2500          8.831             1      0.000000e+00                NA
2501         21.418             1      0.000000e+00                NA
2502         19.201             1      0.000000e+00                NA
2503         21.975            -1      0.000000e+00                NA
2504         19.201             1      4.166667e-01                NA
2505         19.201             1      4.166667e-01                NA
2506         19.201            -1     -3.906250e-01                NA
2507         21.975             1      0.000000e+00                NA
2508         21.975            -1      0.000000e+00                NA
2509         17.907             1      0.000000e+00                NA
2510         15.036             1      0.000000e+00                NA
2511         19.201            -1      5.000000e-01                NA
2512         19.201             1      3.750000e-01                NA
2513         19.201             1      6.125000e-01                NA
2514         19.201             1      3.750000e-01                NA
2515         19.201             1      3.750000e-01                NA
2516         12.823             1      0.000000e+00                NA
2517         19.201             1     -5.000000e-02                NA
2518         17.907             1      0.000000e+00                NA
2519         18.729             1      0.000000e+00                NA
2520         19.201            -1      1.000000e+00                NA
2521         18.649            -1      0.000000e+00                NA
2522         13.429             1      0.000000e+00                NA
2523         21.975             1      0.000000e+00                NA
2524         19.201             1     -1.250000e-01                NA
2525         21.975            -1      0.000000e+00                NA
2526         34.619            -1      0.000000e+00                NA
2527         19.201             1      0.000000e+00                NA
2528         19.201            -1      5.875000e-01                NA
2529         19.305             1      8.500000e-01                NA
2530         14.585             1      0.000000e+00                NA
2531         21.975             1      0.000000e+00                NA
2532         21.975            -1     -8.000000e-01                NA
2533         19.201             1      5.681818e-01                NA
2534         19.201            -1      4.777778e-01                NA
2535         14.041             1      0.000000e+00                NA
2536         11.584             1      1.704545e-01                NA
2537         12.823             1      2.000000e-01                NA
2538         14.041             1      0.000000e+00                NA
2539         18.729            -1      0.000000e+00                NA
2540         19.201             1      5.000000e-01                NA
2541          8.135            -1      1.363636e-01                NA
2542         30.373             1      0.000000e+00                NA
2543         30.373            -1      0.000000e+00                NA
2544         12.874             1      0.000000e+00                NA
2545         16.783             1     -2.500000e-02                NA
2546         21.975            -1      9.318182e-02                NA
2547         14.601             1      2.500000e-01                NA
2548         11.584             1      5.000000e-01                NA
2549         21.975             1      2.348485e-01                NA
2550         15.776            -1      0.000000e+00                NA
2551         14.041             1      3.500000e-01                NA
2552         15.837             1      0.000000e+00                NA
2553         14.041             1      0.000000e+00                NA
2554         21.975            -1      0.000000e+00                NA
2555         12.070            -1     -2.000000e-01                NA
2556         22.092            -1      0.000000e+00                NA
2557         15.837            -1      5.416667e-01                NA
2558         21.975             1      0.000000e+00                NA
2559         19.201             1      0.000000e+00                NA
2560          8.135            -1      0.000000e+00                NA
2561         19.201            -1     -7.000000e-01                NA
2562         12.032            -1      0.000000e+00                NA
2563         13.364            -1     -1.500000e-01                NA
2564         19.201             1      8.000000e-01                NA
2565         34.619             1      0.000000e+00                NA
2566         14.601             1      0.000000e+00                NA
2567         19.201            -1      2.857143e-01                NA
2568         34.619            -1      2.256944e-01                NA
2569         21.975            -1     -8.333333e-02                NA
2570         21.975            -1      0.000000e+00                NA
2571         19.201            -1      0.000000e+00                NA
2572         19.031             1      0.000000e+00                NA
2573         21.975            -1      0.000000e+00                NA
2574         12.823             1      0.000000e+00                NA
2575         30.373             1      2.681818e-01                NA
2576         15.420             1      4.681818e-01                NA
2577         21.975             1      0.000000e+00                NA
2578         16.692             1     -3.125000e-01                NA
2579         30.373            -1      0.000000e+00                NA
2580         21.975            -1      0.000000e+00                NA
2581         11.725             1      0.000000e+00                NA
2582         11.725             1      0.000000e+00                NA
2583         11.725             1      0.000000e+00                NA
2584         11.725             1      0.000000e+00                NA
2585         11.725             1      0.000000e+00                NA
2586         14.601             1      0.000000e+00                NA
2587         18.729             1      6.500000e-01                NA
2588         21.975            -1      0.000000e+00                NA
2589         19.031            -1      1.000000e-01                NA
2590         15.837             1      0.000000e+00                NA
2591         21.975            -1      0.000000e+00                NA
2592         19.031            -1      1.000000e-01                NA
2593         21.975            -1      0.000000e+00                NA
2594         21.975            -1      0.000000e+00                NA
2595         17.907             1     -1.666667e-01                NA
2596         70.685             1      0.000000e+00                NA
2597         12.823             1      2.000000e-01                NA
2598         12.874             1     -3.000000e-01                NA
2599         41.170             1      5.000000e-01                NA
2600         19.201             1      0.000000e+00                NA
2601         12.823             1      0.000000e+00                NA
2602         21.975             1     -2.500000e-01                NA
2603             NA             1     -3.000000e-01                NA
2604         21.975            -1     -1.041667e-01                NA
2605          8.831            -1      0.000000e+00                NA
2606          8.831            -1      0.000000e+00                NA
2607         21.975            -1      0.000000e+00                NA
2608         21.975             1      0.000000e+00                NA
2609         21.975            -1      0.000000e+00                NA
2610         21.975             1     -2.500000e-02                NA
2611         19.305            -1      0.000000e+00                NA
2612         15.837            -1      3.000000e-01                NA
2613         21.975            -1      0.000000e+00                NA
2614         17.907            -1      0.000000e+00                NA
2615         13.108             1      0.000000e+00                NA
2616         14.601            -1     -1.000000e+00                NA
2617         16.692             1      1.000000e-01                NA
2618         12.070             1      0.000000e+00                NA
2619         17.907             1      2.000000e-01                NA
2620         21.975            -1     -4.000000e-01                NA
2621         12.390             1      0.000000e+00                NA
2622         21.975            -1      4.166667e-01                NA
2623         21.975             1      6.818182e-02                NA
2624         21.975             1     -1.666667e-01                NA
2625         16.692             1      0.000000e+00                NA
2626         12.874             1      0.000000e+00                NA
2627         20.046            -1      0.000000e+00                NA
2628         14.821             1      3.000000e-01                NA
2629         20.334             1      0.000000e+00                NA
2630         12.390            -1     -5.000000e-01                NA
2631         17.907             1      0.000000e+00                NA
2632         14.041            -1      0.000000e+00                NA
2633         13.896             1      0.000000e+00                NA
2634         22.073            -1      0.000000e+00                NA
2635         29.438            -1      8.000000e-01                NA
2636         22.073            -1     -1.000000e-01                NA
2637         17.740            -1      0.000000e+00                NA
2638         29.438            -1      0.000000e+00                NA
2639         17.740            -1     -5.000000e-02                NA
2640         22.073             1      0.000000e+00                NA
2641         13.415            -1      0.000000e+00                NA
2642         17.533             1      0.000000e+00                NA
2643         15.956            -1      2.954545e-01                NA
2644         22.073            -1      0.000000e+00                NA
2645         12.531             1      0.000000e+00                NA
2646         22.073             1      0.000000e+00                NA
2647         29.438            -1      2.000000e-01                NA
2648         27.554             1      0.000000e+00                NA
2649         22.073             1     -4.000000e-01                NA
2650         20.532             1     -6.250000e-01                NA
2651         17.740            -1      0.000000e+00                NA
2652         22.073             1      5.000000e-01                NA
2653         19.204            -1      0.000000e+00                NA
2654         22.073             1      0.000000e+00                NA
2655         22.073            -1      0.000000e+00                NA
2656          9.140            -1      0.000000e+00                NA
2657         13.896             1      0.000000e+00                NA
2658         15.956             1      0.000000e+00                NA
2659         22.073            -1      4.318182e-02                NA
2660         34.838             1      2.000000e-01                NA
2661         22.073             1     -1.666667e-01                NA
2662         12.130            -1      0.000000e+00                NA
2663         17.740             1      0.000000e+00                NA
2664         22.073            -1      0.000000e+00                NA
2665         18.829            -1      0.000000e+00                NA
2666         22.073            -1      1.444444e-01                NA
2667         19.204             1      7.500000e-01                NA
2668         17.533            -1      0.000000e+00                NA
2669         17.533             1      1.000000e+00                NA
2670         22.073             1      0.000000e+00                NA
2671         19.204             1      0.000000e+00                NA
2672         15.956             1      3.571429e-01                NA
2673         22.073             1      1.363636e-01                NA
2674         22.073            -1      0.000000e+00                NA
2675         22.073            -1      0.000000e+00                NA
2676         17.740            -1      0.000000e+00                NA
2677         19.163             1      3.333333e-01                NA
2678         17.740            -1      0.000000e+00                NA
2679         15.956            -1      0.000000e+00                NA
2680         22.073            -1      0.000000e+00                NA
2681         22.073             1      1.875000e-01                NA
2682         16.805             1      0.000000e+00                NA
2683         15.956             1      4.166667e-01                NA
2684          8.602             1      1.000000e+00                NA
2685         13.948            -1      0.000000e+00                NA
2686         29.438            -1      0.000000e+00                NA
2687         19.204             1      0.000000e+00                NA
2688         22.073            -1      0.000000e+00                NA
2689         17.740            -1      0.000000e+00                NA
2690         22.073            -1      0.000000e+00                NA
2691         12.130            -1      0.000000e+00                NA
2692          9.140             1      0.000000e+00                NA
2693         22.538             1      1.363636e-01                NA
2694         22.538             1     -1.666667e-01                NA
2695         19.163            -1      1.000000e-01                NA
2696         19.163            -1      1.000000e-01                NA
2697         19.204             1      5.000000e-01                NA
2698         12.555            -1      0.000000e+00                NA
2699         22.073            -1      1.363636e-01                NA
2700         17.740            -1      0.000000e+00                NA
2701         13.896             1     -5.000000e-02                NA
2702         17.533            -1      0.000000e+00                NA
2703         22.073             1      0.000000e+00                NA
2704         22.073            -1      0.000000e+00                NA
2705          8.602             1      0.000000e+00                NA
2706         34.838            -1     -5.937500e-01                NA
2707         22.073            -1      0.000000e+00                NA
2708         22.073             1      0.000000e+00                NA
2709         17.740            -1      0.000000e+00                NA
2710         22.073            -1      0.000000e+00                NA
2711         17.533            -1      0.000000e+00                NA
2712         21.168            -1      0.000000e+00                NA
2713         15.956            -1      0.000000e+00                NA
2714         25.038            -1      3.666667e-01                NA
2715         22.073             1      4.318182e-02                NA
2716          9.140             1      0.000000e+00                NA
2717         22.073            -1      0.000000e+00                NA
2718         13.896             1     -3.333333e-01                NA
2719         19.163             1      3.333333e-02                NA
2720         22.073             1     -2.500000e-02                NA
2721          9.140             1      0.000000e+00                NA
2722         22.073            -1      1.000000e+00                NA
2723         22.073            -1     -1.666667e-01                NA
2724         22.073             1      7.142857e-03                NA
2725         22.073             1      2.000000e-01                NA
2726         15.956             1      2.500000e-01                NA
2727         18.665            -1      4.285714e-02                NA
2728         12.531             1      4.111111e-01                NA
2729          9.140             1      0.000000e+00                NA
2730         21.633            -1      5.000000e-01                NA
2731         19.163            -1     -5.000000e-01                NA
2732         18.821            -1      0.000000e+00                NA
2733         18.089             1      3.000000e-01                NA
2734         19.205             1      0.000000e+00                NA
2735         29.438             1      8.750000e-01                NA
2736         29.438            -1      0.000000e+00                NA
2737          9.140             1      0.000000e+00                NA
2738         22.073             1      0.000000e+00                NA
2739         19.204             1      0.000000e+00                NA
2740          9.140             1      3.000000e-01                NA
2741         22.073             1      0.000000e+00                NA
2742         17.533             1      4.687500e-01                NA
2743         16.805             1      0.000000e+00                NA
2744         19.163            -1      0.000000e+00                NA
2745         22.073             1      2.000000e-01                NA
2746         19.204             1      5.000000e-01                NA
2747         22.073            -1      0.000000e+00                NA
2748          8.602             1      0.000000e+00                NA
2749         14.762             1     -8.000000e-01                NA
2750         17.533             1      1.000000e+00                NA
2751         15.516             1     -2.307692e-01                NA
2752         15.516             1     -2.307692e-01                NA
2753         15.516             1     -2.307692e-01                NA
2754         12.130            -1      0.000000e+00                NA
2755         22.073            -1      0.000000e+00                NA
2756          9.140             1      4.550000e-01                NA
2757         17.533             1      4.687500e-01                NA
2758         29.438            -1     -9.750000e-01                NA
2759         22.538            -1      0.000000e+00                NA
2760          9.140             1      0.000000e+00                NA
2761         22.073            -1      0.000000e+00                NA
2762          8.602            -1      0.000000e+00                NA
2763         15.956            -1      0.000000e+00                NA
2764         15.008             1      0.000000e+00                NA
2765         17.533             1      0.000000e+00                NA
2766         29.438            -1      0.000000e+00                NA
2767         22.073            -1      0.000000e+00                NA
2768         22.073            -1      0.000000e+00                NA
2769         15.956             1      4.000000e-01                NA
2770         19.205             1     -2.000000e-01                NA
2771         13.415             1      6.250000e-01                NA
2772         22.073             1     -1.500000e-01                NA
2773         22.073            -1      0.000000e+00                NA
2774         22.073            -1      9.375000e-01                NA
2775         15.516             1     -2.307692e-01                NA
2776         22.073            -1      1.000000e-01                NA
2777         17.740             1     -1.250000e-01                NA
2778         22.073             1      0.000000e+00                NA
2779         17.533             1      5.000000e-01                NA
2780         22.073             1      4.221117e-01                NA
2781         22.073            -1      0.000000e+00                NA
2782         22.538            -1      2.000000e-01                NA
2783         22.073             1      0.000000e+00                NA
2784         22.073            -1      0.000000e+00                NA
2785         22.073            -1      0.000000e+00                NA
2786         13.896            -1      0.000000e+00                NA
2787         19.303             1      0.000000e+00                NA
2788         17.740             1      0.000000e+00                NA
2789         29.438             1      4.906250e-01                NA
2790          9.140             1     -2.000000e-01                NA
2791         15.956             1     -8.333333e-02                NA
2792         13.415             1      0.000000e+00                NA
2793         12.574            -1      5.000000e-01                NA
2794         22.073            -1     -2.000000e-01                NA
2795          9.140             1     -2.000000e-01                NA
2796         19.204             1      0.000000e+00                NA
2797         22.073            -1      0.000000e+00                NA
2798         19.204            -1      0.000000e+00                NA
2799         17.740             1      0.000000e+00                NA
2800         22.073            -1      0.000000e+00                NA
2801         13.415            -1      5.500000e-01                NA
2802         29.438             1      6.500000e-01                NA
2803         22.073            -1      3.371212e-01                NA
2804         22.073            -1      0.000000e+00                NA
2805         22.073             1      0.000000e+00                NA
2806         22.073            -1     -3.318182e-01                NA
2807         15.516            -1      0.000000e+00                NA
2808         22.073             1      0.000000e+00                NA
2809         15.956             1      8.000000e-01                NA
2810         22.073            -1      0.000000e+00                NA
2811         22.073            -1      0.000000e+00                NA
2812         22.073             1      0.000000e+00                NA
2813         22.073            -1      8.000000e-01                NA
2814         16.747             1      0.000000e+00                NA
2815         13.415             1      0.000000e+00                NA
2816         15.008             1      0.000000e+00                NA
2817         22.073            -1      1.363636e-01                NA
2818         15.956            -1     -4.000000e-01                NA
2819         29.987             1      0.000000e+00                NA
2820         17.740            -1     -2.000000e-01                NA
2821         17.740             1      0.000000e+00                NA
2822         19.204             1      6.750000e-01                NA
2823         19.204             1     -7.142857e-03                NA
2824         22.073            -1      0.000000e+00                NA
2825         17.533             1      7.000000e-01                NA
2826         22.073            -1      0.000000e+00                NA
2827         22.073            -1      0.000000e+00                NA
2828         22.039             1      5.166667e-01                NA
2829         18.829            -1      0.000000e+00                NA
2830         12.852            -1      0.000000e+00                NA
2831         22.073            -1      0.000000e+00                NA
2832         17.740             1      0.000000e+00                NA
2833         22.073            -1      0.000000e+00                NA
2834         15.956             1      0.000000e+00                NA
2835         22.073            -1      1.787879e-01                NA
2836         22.073            -1      0.000000e+00                NA
2837         27.554             1      2.000000e-01                NA
2838         22.073            -1      0.000000e+00                NA
2839         19.204            -1      5.000000e-02                NA
2840         15.008             1      0.000000e+00                NA
2841         18.821             1      3.125000e-01                NA
2842         22.073            -1      1.666667e-01                NA
2843         22.073             1      0.000000e+00                NA
2844         22.073             1     -1.833333e-01                NA
2845         22.073            -1      0.000000e+00                NA
2846         19.204            -1     -3.000000e-01                NA
2847         22.073            -1      3.000000e-01                NA
2848         22.073            -1      0.000000e+00                NA
2849         13.415            -1      0.000000e+00                NA
2850         22.073            -1      0.000000e+00                NA
2851         29.438            -1      1.854167e-01                NA
2852         22.073            -1      0.000000e+00                NA
2853         17.740             1      0.000000e+00                NA
2854         22.073            -1      0.000000e+00                NA
2855         22.073            -1      0.000000e+00                NA
2856         15.956             1      0.000000e+00                NA
2857         20.532            -1      0.000000e+00                NA
2858         22.073             1      6.666667e-02                NA
2859         22.073            -1      0.000000e+00                NA
2860         17.533            -1      0.000000e+00                NA
2861         22.073            -1     -1.500000e-01                NA
2862         22.073             1      1.753247e-01                NA
2863         22.073            -1      0.000000e+00                NA
2864         22.073             1      1.750000e-01                NA
2865         13.896             1      0.000000e+00                NA
2866         16.747            -1      0.000000e+00                NA
2867         22.073            -1      3.071429e-01                NA
2868         12.130            -1      1.000000e-01                NA
2869         16.747             1      0.000000e+00                NA
2870         22.073             1     -2.000000e-01                NA
2871         19.205             1      1.363636e-01                NA
2872         15.956             1     -2.500000e-02                NA
2873         22.073             1      1.000000e-01                NA
2874         19.163             1      0.000000e+00                NA
2875         17.740            -1      0.000000e+00                NA
2876         15.956             1      1.000000e+00                NA
2877         22.073             1      2.500000e-01                NA
2878         15.008            -1      1.600000e-01                NA
2879          8.602             1      5.000000e-01                NA
2880          9.140             1     -1.555556e-01                NA
2881          8.602            -1      0.000000e+00                NA
2882         22.073            -1      5.000000e-02                NA
2883         16.747             1      5.000000e-01                NA
2884         22.073             1     -5.333333e-02                NA
2885         22.073            -1      0.000000e+00                NA
2886         16.805             1      0.000000e+00                NA
2887          9.140            -1      0.000000e+00                NA
2888         19.204             1      2.000000e-01                NA
2889         22.073             1      3.750000e-01                NA
2890         22.073             1      1.363636e-01                NA
2891         22.073            -1      0.000000e+00                NA
2892         15.956             1      0.000000e+00                NA
2893         22.073            -1      0.000000e+00                NA
2894         17.740            -1      5.000000e-01                NA
2895         22.073             1     -7.142857e-02                NA
2896          9.140             1     -1.555556e-01                NA
2897         22.073            -1      0.000000e+00                NA
2898         17.740             1      0.000000e+00                NA
2899         17.740            -1      1.363636e-01                NA
2900         29.438             1      0.000000e+00                NA
2901         22.073            -1      3.750000e-01                NA
2902         19.163             1      7.500000e-01                NA
2903          9.140            -1      0.000000e+00                NA
2904         22.073             1     -7.142857e-02                NA
2905         22.073            -1      0.000000e+00                NA
2906         22.073            -1      0.000000e+00                NA
2907         22.073             1      0.000000e+00                NA
2908         19.204             1      1.931818e-01                NA
2909         17.740             1      0.000000e+00                NA
2910         19.205            -1      0.000000e+00                NA
2911         12.531            -1      6.500000e-01                NA
2912         22.073            -1      0.000000e+00                NA
2913         15.516            -1      0.000000e+00                NA
2914         19.204            -1     -1.000000e+00                NA
2915         22.073            -1      0.000000e+00                NA
2916         29.438            -1      0.000000e+00                NA
2917         22.073             1      0.000000e+00                NA
2918         12.826            -1      0.000000e+00                NA
2919         15.008            -1      0.000000e+00                NA
2920         22.073            -1      1.000000e-01                NA
2921         19.205             1      2.000000e-01                NA
2922         22.073             1     -7.142857e-02                NA
2923          9.140             1     -2.000000e-01                NA
2924         22.073             1      0.000000e+00                NA
2925         23.654             1     -1.500000e-01                NA
2926         13.079            -1      5.000000e-01                NA
2927         19.204            -1      0.000000e+00                NA
2928         15.516            -1      0.000000e+00                NA
2929         22.073            -1      5.000000e-02                NA
2930         16.747            -1     -6.666667e-02                NA
2931         17.740            -1      0.000000e+00                NA
2932         22.073            -1      0.000000e+00                NA
2933         17.740             1      0.000000e+00                NA
2934         34.838             1      0.000000e+00                NA
2935         34.838             1      0.000000e+00                NA
2936         22.073            -1      0.000000e+00                NA
2937         22.073            -1      3.000000e-01                NA
2938         22.073            -1      4.000000e-01                NA
2939         22.073             1      1.000000e-01                NA
2940         22.073             1      2.000000e-01                NA
2941         22.073            -1      0.000000e+00                NA
2942         19.204             1      6.000000e-01                NA
2943         22.073            -1      0.000000e+00                NA
2944         22.073            -1      1.501299e-01                NA
2945         22.073             1      1.875000e-01                NA
2946         15.956            -1     -2.333333e-01                NA
2947         22.073            -1      0.000000e+00                NA
2948         22.073            -1      1.363636e-01                NA
2949         12.097            -1      0.000000e+00                NA
2950         15.516            -1      0.000000e+00                NA
2951         22.073            -1      0.000000e+00                NA
2952         22.073            -1      1.363636e-01                NA
2953         13.415             1      0.000000e+00                NA
2954         22.073            -1      0.000000e+00                NA
2955         22.073             1      0.000000e+00                NA
2956         19.163            -1      5.000000e-01                NA
2957         19.204            -1      0.000000e+00                NA
2958         17.740             1      0.000000e+00                NA
2959         17.740             1      1.600000e-01                NA
2960         19.204             1      4.681818e-01                NA
2961         22.073             1      0.000000e+00                NA
2962         19.204             1      0.000000e+00                NA
2963         15.516             1     -2.307692e-01                NA
2964         15.516            -1      0.000000e+00                NA
2965         17.740             1      1.600000e-01                NA
2966         22.073             1      1.363636e-01                NA
2967         22.073            -1     -7.142857e-02                NA
2968         22.073            -1      0.000000e+00                NA
2969          8.602             1      0.000000e+00                NA
2970         22.073            -1     -7.777778e-02                NA
2971         22.073             1      0.000000e+00                NA
2972         19.204             1      0.000000e+00                NA
2973         22.073            -1      0.000000e+00                NA
2974         22.073            -1      0.000000e+00                NA
2975         15.516            -1      0.000000e+00                NA
2976         15.516            -1      0.000000e+00                NA
2977         15.516            -1      0.000000e+00                NA
2978         15.516            -1      0.000000e+00                NA
2979         17.740            -1      0.000000e+00                NA
2980         15.516            -1      0.000000e+00                NA
2981          9.140             1      0.000000e+00                NA
2982         22.073            -1      0.000000e+00                NA
2983         12.555            -1     -4.318182e-01                NA
2984         17.740            -1      0.000000e+00                NA
2985         22.073            -1      0.000000e+00                NA
2986         15.956             1      8.375000e-01                NA
2987         19.204             1      3.266667e-01                NA
2988         22.538             1      0.000000e+00                NA
2989         16.075             1      0.000000e+00                NA
2990         22.073            -1      6.818182e-02                NA
2991         22.073            -1      0.000000e+00                NA
2992         10.600             1      0.000000e+00                NA
2993          6.792            -1      0.000000e+00                NA
2994         13.263            -1     -7.500000e-02                NA
2995         12.648             1      0.000000e+00                NA
2996         22.285            -1      0.000000e+00                NA
2997         12.648            -1      2.000000e-01                NA
2998         12.648            -1      0.000000e+00                NA
2999         16.418            -1     -3.000000e-01                NA
3000         16.317             1     -3.000000e-01                NA
3001         13.968             1      8.000000e-01                NA
3002         13.263             1      0.000000e+00                NA
3003         12.648             1      0.000000e+00                NA
3004         19.484            -1      0.000000e+00                NA
3005         13.263             1      0.000000e+00                NA
3006         11.614             1      3.181818e-01                NA
3007         12.566             1      0.000000e+00                NA
3008          6.792             1     -2.000000e-01                NA
3009          6.968            -1      0.000000e+00                NA
3010          6.968             1      8.500000e-01                NA
3011         18.508             1      0.000000e+00                NA
3012         13.676            -1      0.000000e+00                NA
3013         11.545             1     -2.000000e-01                NA
3014         11.545            -1      1.000000e-01                NA
3015         11.545            -1      5.000000e-01                NA
3016         16.623             1      0.000000e+00                NA
3017          6.792             1     -2.000000e-01                NA
3018         12.648             1      3.000000e-01                NA
3019          8.387             1      0.000000e+00                NA
3020         12.648             1     -8.974359e-03                NA
3021          6.792             1      4.375000e-01                NA
3022         12.648             1      3.333333e-02                NA
3023         12.648             1      0.000000e+00                NA
3024         28.234             1      1.000000e+00                NA
3025         13.263             1      1.000000e+00                NA
3026         18.016             1      1.666667e-01                NA
3027          6.792             1     -2.000000e-01                NA
3028         28.234             1      3.000000e-01                NA
3029         16.317            -1      6.818182e-02                NA
3030         12.648            -1     -1.666667e-01                NA
3031         10.600            -1      0.000000e+00                NA
3032         17.307            -1      0.000000e+00                NA
3033         11.545            -1      0.000000e+00                NA
3034         22.285             1      0.000000e+00                NA
3035          6.792            -1      0.000000e+00                NA
3036         13.876             1      5.000000e-01                NA
3037          6.792            -1      0.000000e+00                NA
3038          6.792             1      0.000000e+00                NA
3039         29.119            -1      0.000000e+00                NA
3040         13.263            -1     -7.500000e-02                NA
3041         12.648            -1      0.000000e+00                NA
3042          6.792             1     -2.000000e-01                NA
3043         11.545            -1     -1.333333e-01                NA
3044         12.648             1      0.000000e+00                NA
3045         12.648             1     -6.923077e-02                NA
3046         16.317             1      1.000000e+00                NA
3047         22.285             1      0.000000e+00                NA
3048         16.317            -1      0.000000e+00                NA
3049         14.263            -1      3.750000e-01                NA
3050         12.648             1      0.000000e+00                NA
3051         18.357            -1      6.000000e-01                NA
3052          9.780             1      0.000000e+00                NA
3053         14.918            -1      0.000000e+00                NA
3054         16.317             1      0.000000e+00                NA
3055          6.792            -1      0.000000e+00                NA
3056         16.317             1      0.000000e+00                NA
3057         16.317             1      0.000000e+00                NA
3058         15.815             1      0.000000e+00                NA
3059         12.648             1      0.000000e+00                NA
3060         13.233             1      0.000000e+00                NA
3061         18.016             1      0.000000e+00                NA
3062          6.792             1     -2.000000e-01                NA
3063         11.545             1     -3.000000e-01                NA
3064          9.780             1      6.000000e-01                NA
3065         13.256             1      1.787879e-01                NA
3066          6.946            -1      0.000000e+00                NA
3067         32.893            -1      0.000000e+00                NA
3068         13.968             1      0.000000e+00                NA
3069         12.648             1      0.000000e+00                NA
3070         13.263             1      0.000000e+00                NA
3071         12.648            -1      0.000000e+00                NA
3072          6.792             1     -2.000000e-01                NA
3073         11.545             1      1.821429e-01                NA
3074         12.648             1      1.363636e-01                NA
3075         13.676             1      0.000000e+00                NA
3076         11.545             1      2.777778e-01                NA
3077          6.792             1     -2.000000e-01                NA
3078         16.317            -1      6.250000e-02                NA
3079         12.648            -1     -8.333333e-02                NA
3080          6.792            -1      0.000000e+00                NA
3081         29.119            -1      0.000000e+00                NA
3082          6.792            -1     -5.000000e-01                NA
3083          6.792            -1     -4.000000e-01                NA
3084         29.119            -1      6.666667e-01                NA
3085          6.792            -1      0.000000e+00                NA
3086         13.263            -1      0.000000e+00                NA
3087         12.648             1      7.777778e-02                NA
3088         12.572             1     -2.000000e-01                NA
3089         11.545            -1      8.000000e-01                NA
3090         16.317            -1      0.000000e+00                NA
3091         13.263            -1      0.000000e+00                NA
3092         16.317            -1      2.000000e-01                NA
3093         10.600             1      8.000000e-01                NA
3094         37.199            -1      4.545455e-02                NA
3095         12.228             1      0.000000e+00                NA
3096         12.648             1      3.968254e-01                NA
3097          6.792             1     -2.000000e-01                NA
3098         16.317            -1      0.000000e+00                NA
3099         11.545            -1     -1.666667e-01                NA
3100         13.263             1      0.000000e+00                NA
3101         16.317            -1      0.000000e+00                NA
3102         12.648            -1      4.681818e-01                NA
3103         26.924             1      5.681818e-03                NA
3104          6.792             1     -2.000000e-01                NA
3105         11.545            -1      0.000000e+00                NA
3106         11.681            -1      0.000000e+00                NA
3107         13.263             1      0.000000e+00                NA
3108          6.792             1     -2.000000e-01                NA
3109         16.374            -1      0.000000e+00                NA
3110         12.131             1      4.568182e-01                NA
3111         16.418             1      0.000000e+00                NA
3112          6.792             1     -2.000000e-01                NA
3113         12.648             1     -3.333333e-02                NA
3114          6.792             1      0.000000e+00                NA
3115         12.648            -1      0.000000e+00                NA
3116         12.648            -1      0.000000e+00                NA
3117          9.412             1      1.000000e+00                NA
3118         12.648            -1      1.750000e-01                NA
3119         11.545             1      3.750000e-01                NA
3120         12.648            -1      8.000000e-01                NA
3121         12.648             1      2.500000e-02                NA
3122         12.648             1      3.333333e-01                NA
3123         13.263             1      0.000000e+00                NA
3124          9.535            -1      2.000000e-01                NA
3125         12.648            -1      1.000000e-01                NA
3126         11.545             1      0.000000e+00                NA
3127         13.263            -1     -1.875000e-01                NA
3128         13.263             1      0.000000e+00                NA
3129         12.648            -1      0.000000e+00                NA
3130         11.545            -1      0.000000e+00                NA
3131         15.815            -1      1.000000e-01                NA
3132         12.648             1      1.071429e-01                NA
3133         28.234             1      0.000000e+00                NA
3134         13.876             1      0.000000e+00                NA
3135         11.545             1      1.875000e-01                NA
3136         10.600             1      0.000000e+00                NA
3137         12.648             1      0.000000e+00                NA
3138         13.263             1     -1.000000e-01                NA
3139         14.918             1      0.000000e+00                NA
3140         16.317             1      3.750000e-01                NA
3141         12.648            -1      0.000000e+00                NA
3142         12.648            -1      0.000000e+00                NA
3143         13.263            -1     -2.250000e-01                NA
3144         10.600            -1      5.000000e-01                NA
3145         12.648            -1      5.500000e-01                NA
3146         12.648             1      2.500000e-01                NA
3147         12.648            -1      1.125000e-01                NA
3148          8.949             1      1.000000e+00                NA
3149         12.648             1      0.000000e+00                NA
3150         16.317             1      0.000000e+00                NA
3151         12.131             1      3.375000e-01                NA
3152          6.792            -1     -1.916667e-01                NA
3153         28.234             1      0.000000e+00                NA
3154          9.100             1      0.000000e+00                NA
3155          6.792             1     -2.000000e-01                NA
3156          6.968             1      0.000000e+00                NA
3157         12.648             1      1.000000e-01                NA
3158         12.648            -1     -5.000000e-02                NA
3159         12.648            -1      1.363636e-01                NA
3160         12.648            -1      2.500000e-02                NA
3161          6.792             1     -2.000000e-01                NA
3162          9.412            -1      0.000000e+00                NA
3163         11.545             1      1.000000e-01                NA
3164         13.263             1      0.000000e+00                NA
3165         12.648             1      0.000000e+00                NA
3166         11.614             1      0.000000e+00                NA
3167         12.648            -1      1.416667e-01                NA
3168         10.787             1      0.000000e+00                NA
3169          7.610             1      6.000000e-01                NA
3170          6.792            -1      0.000000e+00                NA
3171          9.907             1      1.363636e-01                NA
3172         16.317             1      0.000000e+00                NA
3173         12.648            -1      0.000000e+00                NA
3174         18.508             1      0.000000e+00                NA
3175          6.792            -1      0.000000e+00                NA
3176         13.263             1      1.000000e-01                NA
3177         10.787             1      0.000000e+00                NA
3178         13.263             1      0.000000e+00                NA
3179         12.648            -1      0.000000e+00                NA
3180         16.623             1      0.000000e+00                NA
3181         13.876             1      0.000000e+00                NA
3182          6.792             1     -2.000000e-01                NA
3183         16.317            -1      0.000000e+00                NA
3184         11.545             1     -3.846154e-02                NA
3185         12.648            -1      0.000000e+00                NA
3186         35.308             1      0.000000e+00                NA
3187          6.792             1     -2.000000e-01                NA
3188         16.623             1      0.000000e+00                NA
3189         13.263             1      1.212121e-02                NA
3190          6.792            -1      0.000000e+00                NA
3191         12.648             1      0.000000e+00                NA
3192         19.484             1      0.000000e+00                NA
3193          6.792            -1      2.857143e-01                NA
3194         12.648             1      0.000000e+00                NA
3195         19.417             1      1.000000e-01                NA
3196         25.654            -1      0.000000e+00                NA
3197         22.285             1      3.125000e-02                NA
3198         12.648             1      0.000000e+00                NA
3199          6.792            -1      0.000000e+00                NA
3200         11.545             1      0.000000e+00                NA
3201          9.907             1      0.000000e+00                NA
3202         13.263             1      0.000000e+00                NA
3203         16.623            -1      0.000000e+00                NA
3204         11.545            -1      4.000000e-01                NA
3205         10.600             1      0.000000e+00                NA
3206         11.545            -1      8.000000e-01                NA
3207          9.780            -1      1.250000e-01                NA
3208         14.263            -1      2.158730e-01                NA
3209         29.119             1      7.000000e-01                NA
3210          9.907             1      0.000000e+00                NA
3211         10.600            -1      6.818182e-02                NA
3212         12.648            -1     -1.250000e-01                NA
3213         12.648            -1      1.000000e-01                NA
3214         12.648             1      3.900000e-01                NA
3215         11.614             1      4.000000e-01                NA
3216         13.183            -1      0.000000e+00                NA
3217         17.644            -1      6.000000e-01                NA
3218         16.623            -1      5.000000e-01                NA
3219          6.792             1     -2.000000e-01                NA
3220         11.545            -1      0.000000e+00                NA
3221         22.285             1      0.000000e+00                NA
3222         12.648            -1     -7.500000e-02                NA
3223         32.372            -1      4.000000e-01                NA
3224         32.372            -1      4.000000e-01                NA
3225         12.648            -1      0.000000e+00                NA
3226          6.792             1     -2.000000e-01                NA
3227         11.545            -1      0.000000e+00                NA
3228         12.648             1      8.500000e-01                NA
3229         12.566             1      3.000000e-01                NA
3230          6.792             1     -2.000000e-01                NA
3231         11.545             1      6.250000e-01                NA
3232         11.545             1      2.500000e-01                NA
3233         12.648            -1      5.681818e-01                NA
3234         16.432             1      0.000000e+00                NA
3235         16.623             1      2.750000e-01                NA
3236          6.792             1     -5.000000e-02                NA
3237         12.648             1      3.000000e-01                NA
3238          6.792             1     -2.000000e-01                NA
3239         16.317             1      0.000000e+00                NA
3240         12.648            -1      0.000000e+00                NA
3241          6.792            -1     -5.000000e-01                NA
3242         11.681            -1      6.000000e-01                NA
3243         12.648            -1      0.000000e+00                NA
3244          9.907             1      3.000000e-01                NA
3245         31.704            -1      4.500000e-01                NA
3246         11.545             1      0.000000e+00                NA
3247          6.792             1     -2.000000e-01                NA
3248          6.792             1     -2.000000e-01                NA
3249         15.815             1     -3.166667e-01                NA
3250         11.614             1      1.704545e-01                NA
3251         16.317            -1      0.000000e+00                NA
3252         10.600             1      1.363636e-01                NA
3253         16.317             1      0.000000e+00                NA
3254          8.949             1      6.250000e-01                NA
3255         13.263            -1      0.000000e+00                NA
3256         18.016             1      2.500000e-02                NA
3257         16.317             1      0.000000e+00                NA
3258         12.648             1     -1.666667e-01                NA
3259         13.876             1      0.000000e+00                NA
3260         12.648            -1      0.000000e+00                NA
3261          9.535             1      0.000000e+00                NA
3262         12.648             1      0.000000e+00                NA
3263          6.792            -1      0.000000e+00                NA
3264         10.787             1      0.000000e+00                NA
3265          9.412            -1      0.000000e+00                NA
3266         12.648            -1      0.000000e+00                NA
3267         13.263             1      0.000000e+00                NA
3268         16.317             1      0.000000e+00                NA
3269         14.918            -1      1.562500e-01                NA
3270         15.612            -1      0.000000e+00                NA
3271         11.545            -1     -8.333333e-02                NA
3272         12.648            -1     -6.666667e-02                NA
3273         13.450            -1      0.000000e+00                NA
3274         12.648            -1      4.000000e-01                NA
3275         12.648             1      2.130682e-01                NA
3276         15.691             1      0.000000e+00                NA
3277         12.648            -1      0.000000e+00                NA
3278         15.815             1      0.000000e+00                NA
3279         29.119            -1     -2.916667e-01                NA
3280          6.792            -1      0.000000e+00                NA
3281         12.648            -1      0.000000e+00                NA
3282         22.285             1      5.000000e-01                NA
3283          9.907             1      0.000000e+00                NA
3284         10.600            -1      0.000000e+00                NA
3285          6.792             1     -2.000000e-01                NA
3286          7.610             1      0.000000e+00                NA
3287         16.418             1      0.000000e+00                NA
3288         11.545            -1      0.000000e+00                NA
3289         12.648             1      0.000000e+00                NA
3290         12.648             1      3.333333e-01                NA
3291         17.644            -1      0.000000e+00                NA
3292          6.792             1     -2.000000e-01                NA
3293         12.648            -1      0.000000e+00                NA
3294         13.256            -1      5.000000e-01                NA
3295          6.792             1     -2.000000e-01                NA
3296          6.792             1      0.000000e+00                NA
3297          6.792             1     -2.000000e-01                NA
3298         13.263            -1      2.857143e-01                NA
3299         11.614             1      1.363636e-01                NA
3300         12.648             1      1.000000e-01                NA
3301         12.648            -1     -1.000000e-01                NA
3302         12.648            -1      0.000000e+00                NA
3303         10.600             1      8.000000e-01                NA
3304         12.648             1     -1.010101e-02                NA
3305         12.648            -1      3.000000e-01                NA
3306          6.792            -1      0.000000e+00                NA
3307         19.484             1      1.500000e-01                NA
3308         18.357            -1      0.000000e+00                NA
3309         13.876            -1      0.000000e+00                NA
3310         12.131            -1      1.619048e-01                NA
3311         10.600             1      7.000000e-01                NA
3312         12.648             1      5.000000e-01                NA
3313         16.418             1      0.000000e+00                NA
3314         12.648            -1      0.000000e+00                NA
3315         18.508            -1      0.000000e+00                NA
3316         12.648            -1     -1.818182e-01                NA
3317         12.131            -1      8.000000e-02                NA
3318         12.648             1      2.000000e-01                NA
3319          9.535             1      0.000000e+00                NA
3320         12.648             1     -2.133333e-01                NA
3321         12.648             1      2.681818e-01                NA
3322         11.545            -1      0.000000e+00                NA
3323         11.545            -1     -8.333333e-02                NA
3324          6.792             1     -2.000000e-01                NA
3325         12.228            -1      0.000000e+00                NA
3326         28.234             1      6.250000e-01                NA
3327          6.792            -1      4.375000e-01                NA
3328         12.648             1      1.363636e-01                NA
3329          6.792             1     -2.000000e-01                NA
3330         12.648            -1      5.000000e-01                NA
3331         12.648            -1      0.000000e+00                NA
3332         16.317             1      0.000000e+00                NA
3333         13.263            -1      4.333333e-01                NA
3334         13.876            -1      8.000000e-01                NA
3335         13.968             1      8.000000e-01                NA
3336         16.418             1      0.000000e+00                NA
3337          6.792             1      0.000000e+00                NA
3338         16.317             1      4.882812e-01                NA
3339         18.893             1      0.000000e+00                NA
3340         11.614            -1      0.000000e+00                NA
3341         28.234            -1      0.000000e+00                NA
3342         11.545             1      0.000000e+00                NA
3343          6.792             1     -2.000000e-01                NA
3344         13.263             1      0.000000e+00                NA
3345         12.648             1      0.000000e+00                NA
3346          6.946            -1      2.000000e-01                NA
3347         12.648            -1      2.000000e-01                NA
3348         35.308            -1      0.000000e+00                NA
3349         12.648             1      4.000000e-01                NA
3350          6.792             1     -2.000000e-01                NA
3351         13.263             1      0.000000e+00                NA
3352         12.572             1      6.250000e-02                NA
3353         12.648             1      0.000000e+00                NA
3354         10.787            -1      0.000000e+00                NA
3355         12.131             1      0.000000e+00                NA
3356         12.648             1      0.000000e+00                NA
3357         11.545             1      1.000000e+00                NA
3358         12.648            -1      3.232323e-01                NA
3359         12.648            -1      0.000000e+00                NA
3360         12.648            -1      4.000000e-01                NA
3361         10.787            -1      0.000000e+00                NA
3362         15.815             1      0.000000e+00                NA
3363          6.792             1     -2.000000e-01                NA
3364          6.792             1      6.000000e-01                NA
3365          9.907             1     -2.500000e-01                NA
3366         28.234             1     -5.000000e-02                NA
3367          6.792             1     -1.304687e-01                NA
3368         10.600             1      2.250000e-01                NA
3369         64.643            -1      1.000000e+00                NA
3370         12.648             1      0.000000e+00                NA
3371         28.234            -1      6.500000e-01                NA
3372         12.648            -1      0.000000e+00                NA
3373         12.648             1      1.111111e-01                NA
3374         10.787            -1      0.000000e+00                NA
3375         11.545            -1      5.000000e-01                NA
3376         15.691             1     -5.000000e-02                NA
3377         11.545             1      0.000000e+00                NA
3378          6.792             1     -2.000000e-01                NA
3379         12.131             1      0.000000e+00                NA
3380         11.545            -1      0.000000e+00                NA
3381          6.792            -1      0.000000e+00                NA
3382          9.780             1      0.000000e+00                NA
3383         13.263            -1      0.000000e+00                NA
3384         13.263            -1      5.000000e-01                NA
3385         12.648            -1     -5.445076e-02                NA
3386          6.946             1      0.000000e+00                NA
3387         19.417             1      0.000000e+00                NA
3388         16.317             1      0.000000e+00                NA
3389         11.545             1      0.000000e+00                NA
3390         16.317             1      1.363636e-01                NA
3391         12.648            -1      4.000000e-01                NA
3392         18.357            -1      0.000000e+00                NA
3393         13.263             1      5.000000e-01                NA
3394         13.263            -1      0.000000e+00                NA
3395         11.681             1      0.000000e+00                NA
3396         12.648            -1      2.142857e-01                NA
3397         11.545            -1      8.000000e-01                NA
3398          9.907             1      0.000000e+00                NA
3399         12.648            -1     -1.666667e-01                NA
3400         12.648            -1      0.000000e+00                NA
3401         15.815             1     -5.000000e-01                NA
3402         12.648             1      0.000000e+00                NA
3403         32.372            -1      0.000000e+00                NA
3404         12.648            -1      2.500000e-01                NA
3405          6.792            -1      0.000000e+00                NA
3406         20.064             1      0.000000e+00                NA
3407         12.648             1     -1.000000e-01                NA
3408         11.545            -1     -2.916667e-01                NA
3409          6.968             1      0.000000e+00                NA
3410          6.792             1      0.000000e+00                NA
3411         12.648            -1      0.000000e+00                NA
3412          9.843            -1      0.000000e+00                NA
3413         12.648            -1      3.000000e-02                NA
3414         12.131            -1      5.000000e-01                NA
3415         12.131            -1      1.250000e-01                NA
3416          6.968            -1      0.000000e+00                NA
3417         10.600            -1      2.857143e-01                NA
3418          6.968             1      0.000000e+00                NA
3419          6.792             1     -2.000000e-01                NA
3420         15.815             1      0.000000e+00                NA
3421          6.792             1     -2.000000e-01                NA
3422         17.644            -1      0.000000e+00                NA
3423         17.307            -1      7.000000e-01                NA
3424          9.907             1      0.000000e+00                NA
3425         12.648             1      4.000000e-01                NA
3426         11.614            -1      0.000000e+00                NA
3427         16.317             1      0.000000e+00                NA
3428          9.412             1      1.000000e+00                NA
3429         16.317             1      0.000000e+00                NA
3430         12.648             1     -1.666667e-01                NA
3431          9.412            -1      0.000000e+00                NA
3432         16.418            -1      0.000000e+00                NA
3433          6.968             1     -1.875000e-01                NA
3434         19.417             1      2.437500e-01                NA
3435          6.792             1     -2.000000e-01                NA
3436         11.545            -1     -7.142857e-02                NA
3437          6.792             1     -2.000000e-01                NA
3438         16.317             1      4.000000e-01                NA
3439         12.648            -1      1.071429e-01                NA
3440          6.968             1      0.000000e+00                NA
3441         14.918             1      0.000000e+00                NA
3442         12.648            -1      0.000000e+00                NA
3443         12.648             1      7.000000e-01                NA
3444         19.853             1      3.000000e-01                NA
3445          6.968             1     -1.875000e-01                NA
3446         19.417             1      1.000000e+00                NA
3447          6.968            -1      1.000000e+00                NA
3448          6.968             1      0.000000e+00                NA
3449         28.234             1      0.000000e+00                NA
3450         15.815             1      0.000000e+00                NA
3451         28.234            -1      0.000000e+00                NA
3452         14.918             1      1.000000e-01                NA
3453         16.317             1      8.000000e-01                NA
3454          6.792            -1      0.000000e+00                NA
3455         11.545            -1      0.000000e+00                NA
3456         11.545             1      8.000000e-01                NA
3457         12.648             1      1.000000e-01                NA
3458         12.648            -1      1.071429e-01                NA
3459          6.792             1     -2.000000e-01                NA
3460         12.648            -1      4.444444e-01                NA
3461          9.535             1      0.000000e+00                NA
3462         11.545            -1      0.000000e+00                NA
3463         12.648             1      0.000000e+00                NA
3464         19.484             1      2.765152e-01                NA
3465         16.418             1      0.000000e+00                NA
3466         11.545            -1      0.000000e+00                NA
3467         15.815            -1      0.000000e+00                NA
3468         11.545             1      0.000000e+00                NA
3469         11.545             1      6.000000e-01                NA
3470         12.648             1      4.375000e-01                NA
3471         13.263             1      0.000000e+00                NA
3472         12.648             1      0.000000e+00                NA
3473         16.374            -1      0.000000e+00                NA
3474         10.600            -1      5.000000e-01                NA
3475         13.263             1     -1.071429e-01                NA
3476         13.263            -1     -5.000000e-02                NA
3477          6.792            -1      0.000000e+00                NA
3478         14.685             1      0.000000e+00                NA
3479         13.263            -1      0.000000e+00                NA
3480         12.648            -1      8.461538e-02                NA
3481         12.648            -1     -8.000000e-01                NA
3482         12.648             1      9.123377e-02                NA
3483         11.614             1      0.000000e+00                NA
3484         13.263             1      0.000000e+00                NA
3485         16.317             1      0.000000e+00                NA
3486         16.418             1      0.000000e+00                NA
3487         11.545             1      1.500000e-01                NA
3488          6.792             1     -2.000000e-01                NA
3489         12.131            -1      0.000000e+00                NA
3490         11.545            -1      0.000000e+00                NA
3491         13.263             1      0.000000e+00                NA
3492         16.317            -1      0.000000e+00                NA
3493         12.228             1      0.000000e+00                NA
3494         13.263             1      3.500000e-01                NA
3495         12.648            -1     -7.500000e-02                NA
3496         13.263             1      0.000000e+00                NA
3497         12.648            -1      1.600000e-01                NA
3498          6.968             1      0.000000e+00                NA
3499         12.648            -1      0.000000e+00                NA
3500         13.263             1      0.000000e+00                NA
3501         13.263             1      0.000000e+00                NA
3502         13.263             1      0.000000e+00                NA
3503         15.815             1      5.000000e-02                NA
3504         13.263             1      0.000000e+00                NA
3505         26.924            -1      2.000000e-01                NA
3506          6.792             1     -2.000000e-01                NA
3507         12.648            -1      7.857143e-02                NA
3508         11.545            -1      0.000000e+00                NA
3509         19.417             1      0.000000e+00                NA
3510         12.648             1      8.900000e-01                NA
3511         10.600            -1      2.500000e-01                NA
3512         13.263             1      0.000000e+00                NA
3513          9.535             1      4.065341e-01                NA
3514         19.790             1      0.000000e+00                NA
3515         11.545             1      1.375000e-01                NA
3516         11.545            -1      3.500000e-01                NA
3517          6.792             1     -2.000000e-01                NA
3518         19.853            -1      6.500000e-01                NA
3519         12.648            -1      5.000000e-02                NA
3520         16.317            -1      0.000000e+00                NA
3521         12.648            -1      1.653409e-01                NA
3522         16.317            -1      0.000000e+00                NA
3523          7.910             1      0.000000e+00                NA
3524          9.412             1      1.000000e+00                NA
3525         12.131            -1      0.000000e+00                NA
3526         12.648             1      3.571429e-01                NA
3527          6.792             1     -2.000000e-01                NA
3528          6.792            -1      0.000000e+00                NA
3529         12.648            -1      5.500000e-01                NA
3530         10.600             1      0.000000e+00                NA
3531         10.600             1      0.000000e+00                NA
3532         12.648            -1      3.500000e-01                NA
3533         12.648             1      0.000000e+00                NA
3534         11.545             1      0.000000e+00                NA
3535         12.228            -1      3.400000e-01                NA
3536         11.614            -1      5.000000e-01                NA
3537          6.792             1     -2.000000e-01                NA
3538          6.792            -1      5.000000e-01                NA
3539         11.545            -1      0.000000e+00                NA
3540         19.417             1     -2.500000e-01                NA
3541         20.064             1      6.666667e-01                NA
3542         11.614            -1      0.000000e+00                NA
3543          6.792             1      4.000000e-01                NA
3544         12.648             1      2.500000e-01                NA
3545         12.648            -1      0.000000e+00                NA
3546          6.968             1     -1.875000e-01                NA
3547         12.648             1     -1.000000e-01                NA
3548         12.648            -1     -7.500000e-02                NA
3549          6.792             1     -2.000000e-01                NA
3550          9.907             1      4.666667e-01                NA
3551          9.535            -1     -1.500000e-01                NA
3552          9.907            -1      0.000000e+00                NA
3553         16.317             1      1.000000e+00                NA
3554         12.566            -1      0.000000e+00                NA
3555         30.283             1      4.000000e-01                NA
3556          9.412            -1      1.363636e-01                NA
3557         12.566            -1      0.000000e+00                NA
3558         11.614             1      6.818182e-02                NA
3559         16.317            -1      0.000000e+00                NA
3560          6.792             1      1.000000e-01                NA
3561         12.648            -1      0.000000e+00                NA
3562         17.307             1      0.000000e+00                NA
3563         11.614            -1      0.000000e+00                NA
3564         13.233             1      0.000000e+00                NA
3565         10.600             1     -8.000000e-01                NA
3566         12.648            -1      1.715909e-01                NA
3567          9.907             1      5.000000e-01                NA
3568          8.660            -1      0.000000e+00                NA
3569         12.648             1      0.000000e+00                NA
3570         15.815            -1      0.000000e+00                NA
3571          6.792            -1      0.000000e+00                NA
3572         11.614             1      0.000000e+00                NA
3573         28.234             1      0.000000e+00                NA
3574         19.484             1      0.000000e+00                NA
3575         31.704             1      2.500000e-01                NA
3576          6.968             1      0.000000e+00                NA
3577         16.317             1      0.000000e+00                NA
3578          6.792            -1      0.000000e+00                NA
3579          9.907             1      5.000000e-01                NA
3580         11.614             1      5.000000e-01                NA
3581         18.357             1      6.000000e-01                NA
3582          6.792             1     -2.000000e-01                NA
3583         10.600            -1      0.000000e+00                NA
3584         15.815             1      1.363636e-01                NA
3585         13.876             1      0.000000e+00                NA
3586         16.317             1      0.000000e+00                NA
3587         10.600            -1      0.000000e+00                NA
3588         12.648            -1     -5.000000e-01                NA
3589          6.792             1     -2.000000e-01                NA
3590         10.600             1     -2.000000e-01                NA
3591         16.317            -1      0.000000e+00                NA
3592         13.263             1      0.000000e+00                NA
3593          6.792             1     -2.000000e-01                NA
3594          9.907             1      5.000000e-01                NA
3595         12.648             1      1.222222e-01                NA
3596         12.648            -1      3.333333e-01                NA
3597         11.545            -1      0.000000e+00                NA
3598          9.535             1      0.000000e+00                NA
3599         11.545            -1      0.000000e+00                NA
3600         13.263             1      0.000000e+00                NA
3601          6.792             1     -2.000000e-01                NA
3602         11.681             1      0.000000e+00                NA
3603         16.317             1     -1.000000e+00                NA
3604         12.648             1      0.000000e+00                NA
3605         13.876             1      1.000000e+00                NA
3606         28.234             1      0.000000e+00                NA
3607         12.228             1      0.000000e+00                NA
3608         19.417            -1      0.000000e+00                NA
3609         16.317            -1      0.000000e+00                NA
3610         15.155             1     -8.888889e-02                NA
3611         16.317            -1     -7.000000e-01                NA
3612         11.545             1      0.000000e+00                NA
3613         12.648             1      1.000000e-01                NA
3614         10.600             1     -2.000000e-01                NA
3615         12.648             1      5.000000e-01                NA
3616         13.263            -1      0.000000e+00                NA
3617         12.648            -1      0.000000e+00                NA
3618         10.600            -1     -4.166667e-02                NA
3619         12.648            -1      4.000000e-01                NA
3620          6.792             1     -2.000000e-01                NA
3621         10.600            -1      7.500000e-01                NA
3622         12.648            -1      0.000000e+00                NA
3623         12.648            -1      2.000000e-01                NA
3624         11.545             1      0.000000e+00                NA
3625         12.648            -1      1.363636e-01                NA
3626          6.792             1     -2.000000e-01                NA
3627         13.876            -1     -2.500000e-01                NA
3628         12.648             1      0.000000e+00                NA
3629         12.648             1      1.363636e-01                NA
3630          6.792            -1      0.000000e+00                NA
3631          6.792             1     -2.000000e-01                NA
3632         11.614             1      6.818182e-02                NA
3633         31.704            -1      0.000000e+00                NA
3634          9.535             1      0.000000e+00                NA
3635         12.648            -1      0.000000e+00                NA
3636          6.792             1      0.000000e+00                NA
3637         10.600             1      0.000000e+00                NA
3638         12.648            -1      4.681818e-01                NA
3639         12.648            -1      2.142857e-01                NA
3640         11.545            -1      0.000000e+00                NA
3641         16.317             1      0.000000e+00                NA
3642          6.968             1      2.121212e-01                NA
3643          7.910            -1      0.000000e+00                NA
3644         14.918            -1     -1.250000e-01                NA
3645         12.648            -1      1.363636e-01                NA
3646          6.792            -1      0.000000e+00                NA
3647         13.263             1      8.000000e-01                NA
3648         12.648            -1      6.818182e-02                NA
3649         11.614            -1     -1.666667e-02                NA
3650          9.907            -1     -5.833333e-01                NA
3651         11.545            -1      0.000000e+00                NA
3652         18.357             1      0.000000e+00                NA
3653         12.648            -1      1.166667e-01                NA
3654         19.484            -1      5.000000e-01                NA
3655         17.362            -1      0.000000e+00                NA
3656          9.535             1      0.000000e+00                NA
3657         12.648            -1      0.000000e+00                NA
3658         28.234             1      0.000000e+00                NA
3659         15.815            -1      0.000000e+00                NA
3660         18.016            -1      7.500000e-02                NA
3661          6.792             1     -2.000000e-01                NA
3662         17.362             1      0.000000e+00                NA
3663          9.535            -1     -5.000000e-01                NA
3664         10.600            -1     -4.000000e-01                NA
3665          6.968             1      6.250000e-01                NA
3666         31.704            -1      3.333333e-01                NA
3667         12.648            -1      0.000000e+00                NA
3668         13.263             1      0.000000e+00                NA
3669         13.263            -1      1.928571e-01                NA
3670          9.100             1      0.000000e+00                NA
3671         22.285            -1     -1.000000e+00                NA
3672          9.100             1      0.000000e+00                NA
3673          9.100             1      1.306818e-01                NA
3674          9.100             1      1.306818e-01                NA
3675          9.535             1      0.000000e+00                NA
3676          9.100             1      0.000000e+00                NA
3677          9.535             1      1.363636e-01                NA
3678         12.131             1      0.000000e+00                NA
3679          9.535            -1     -5.000000e-01                NA
3680         10.600             1      2.857143e-01                NA
3681         13.263             1      1.250000e-01                NA
3682         12.648             1      4.000000e-01                NA
3683          9.412            -1      0.000000e+00                NA
3684         24.263             1     -3.571429e-02                NA
3685          6.792            -1      0.000000e+00                NA
3686          6.968             1      0.000000e+00                NA
3687          6.792             1      0.000000e+00                NA
3688          9.907             1      0.000000e+00                NA
3689          9.843            -1      2.400000e-01                NA
3690         12.648             1      1.454545e-01                NA
3691         12.648            -1      0.000000e+00                NA
3692         12.648            -1      0.000000e+00                NA
3693          9.535             1      0.000000e+00                NA
3694          9.535             1     -7.777778e-02                NA
3695         22.285             1      0.000000e+00                NA
3696         16.317             1      0.000000e+00                NA
3697          9.535            -1      8.000000e-01                NA
3698          6.792             1      4.375000e-01                NA
3699         13.945            -1      0.000000e+00                NA
3700          9.535             1      1.000000e-01                NA
3701         12.648             1      0.000000e+00                NA
3702         10.600            -1      6.250000e-01                NA
3703         13.256             1      0.000000e+00                NA
3704          6.968            -1      0.000000e+00                NA
3705         11.614            -1      6.000000e-01                NA
3706         13.263             1      0.000000e+00                NA
3707         11.545             1      2.000000e-01                NA
3708         13.263             1      2.500000e-01                NA
3709          6.792             1     -9.000000e-01                NA
3710         11.545            -1      0.000000e+00                NA
3711         10.787            -1      0.000000e+00                NA
3712         26.924            -1      2.000000e-01                NA
3713         11.545             1      0.000000e+00                NA
3714         24.263            -1      0.000000e+00                NA
3715          9.535            -1      0.000000e+00                NA
3716          9.907            -1     -1.000000e+00                NA
3717         32.372            -1      0.000000e+00                NA
3718         13.263             1      0.000000e+00                NA
3719          6.792            -1      1.916667e-01                NA
3720         18.893            -1      0.000000e+00                NA
3721          9.535             1      0.000000e+00                NA
3722         13.676            -1      4.000000e-01                NA
3723         13.263             1      0.000000e+00                NA
3724         16.317             1      0.000000e+00                NA
3725         12.648             1      8.333333e-03                NA
3726         13.263            -1     -2.000000e-01                NA
3727         13.263             1      0.000000e+00                NA
3728         13.263            -1      2.500000e-02                NA
3729         15.815             1      0.000000e+00                NA
3730         11.614            -1      1.363636e-01                NA
3731         15.815             1      0.000000e+00                NA
3732         28.234            -1      0.000000e+00                NA
3733         19.417             1      3.000000e-01                NA
3734          6.792             1     -2.000000e-01                NA
3735         13.263            -1      2.464286e-01                NA
3736         12.648            -1      4.166667e-01                NA
3737         28.234            -1      0.000000e+00                NA
3738         16.317             1      0.000000e+00                NA
3739         15.815            -1      5.000000e-01                NA
3740         13.676            -1      0.000000e+00                NA
3741         17.307             1      2.000000e-01                NA
3742         18.893            -1      0.000000e+00                NA
3743         11.545             1     -1.555556e-01                NA
3744         10.600             1      0.000000e+00                NA
3745         12.648             1      0.000000e+00                NA
3746         13.263             1      0.000000e+00                NA
3747         18.893             1      0.000000e+00                NA
3748         15.815             1      0.000000e+00                NA
3749         12.648             1      1.661905e-01                NA
3750         16.317            -1      0.000000e+00                NA
3751          9.907             1      0.000000e+00                NA
3752         17.307            -1     -7.000000e-01                NA
3753         16.317             1      0.000000e+00                NA
3754         13.876            -1      0.000000e+00                NA
3755         12.648             1      0.000000e+00                NA
3756         16.623             1     -2.000000e-01                NA
3757         12.648            -1     -1.666667e-01                NA
3758         11.545             1      8.000000e-01                NA
3759         12.648            -1      2.500000e-01                NA
3760         28.234             1      3.181818e-01                NA
3761         12.131            -1     -1.000000e-01                NA
3762          9.907            -1      0.000000e+00                NA
3763         11.545             1     -1.785714e-02                NA
3764          6.792             1      6.000000e-01                NA
3765          7.227             1      4.000000e-01                NA
3766          6.792             1      0.000000e+00                NA
3767         16.317            -1     -2.500000e-01                NA
3768         11.614             1      6.818182e-02                NA
3769         12.648             1      1.750000e-01                NA
3770         17.307            -1      1.000000e+00                NA
3771         12.648            -1      0.000000e+00                NA
3772         16.317            -1      0.000000e+00                NA
3773         12.648            -1      1.166667e-01                NA
3774         19.417             1     -1.666667e-01                NA
3775          6.792             1     -2.000000e-01                NA
3776         12.648            -1      0.000000e+00                NA
3777         13.263             1      0.000000e+00                NA
3778         11.545            -1      4.000000e-01                NA
3779         10.600             1      0.000000e+00                NA
3780         12.648            -1     -1.500000e-01                NA
3781         18.508            -1      0.000000e+00                NA
3782         16.418             1      0.000000e+00                NA
3783         12.648             1      0.000000e+00                NA
3784         16.623             1      3.500000e-01                NA
3785          6.792             1     -5.000000e-02                NA
3786         12.648             1      0.000000e+00                NA
3787         12.648            -1      0.000000e+00                NA
3788         13.263             1      0.000000e+00                NA
3789          9.907            -1      0.000000e+00                NA
3790          6.792            -1      8.000000e-01                NA
3791         15.155            -1      0.000000e+00                NA
3792         13.263             1      0.000000e+00                NA
3793          6.052            -1      5.000000e-01                NA
3794         16.317            -1      0.000000e+00                NA
3795          6.792            -1     -2.083333e-01                NA
3796         12.648            -1     -2.380952e-02                NA
3797          9.780             1      0.000000e+00                NA
3798         12.648             1      0.000000e+00                NA
3799         11.614            -1      0.000000e+00                NA
3800         13.263             1      0.000000e+00                NA
3801         12.648            -1      0.000000e+00                NA
3802         12.648            -1      0.000000e+00                NA
3803         12.648             1      0.000000e+00                NA
3804         16.037             1      0.000000e+00                NA
3805         11.545             1     -8.333333e-03                NA
3806         10.600            -1      0.000000e+00                NA
3807         11.545             1      0.000000e+00                NA
3808         13.263            -1      8.333333e-02                NA
3809         10.600             1      0.000000e+00                NA
3810         16.317            -1      0.000000e+00                NA
3811         11.545             1      0.000000e+00                NA
3812         11.545             1      2.500000e-01                NA
3813         16.317            -1      2.000000e-01                NA
3814         19.417            -1     -2.500000e-01                NA
3815          6.792            -1      3.000000e-01                NA
3816         12.648             1     -2.000000e-01                NA
3817         18.016            -1      2.000000e-01                NA
3818         12.648             1      0.000000e+00                NA
3819         32.372            -1      0.000000e+00                NA
3820         11.614            -1      0.000000e+00                NA
3821         12.648            -1      1.000000e-01                NA
3822         12.648            -1      4.681818e-01                NA
3823         13.263             1      0.000000e+00                NA
3824         11.545            -1      0.000000e+00                NA
3825         11.545             1      5.777778e-01                NA
3826         16.317             1      0.000000e+00                NA
3827         11.614            -1      0.000000e+00                NA
3828         16.432             1      0.000000e+00                NA
3829         11.545            -1      3.500000e-01                NA
3830         11.545             1      0.000000e+00                NA
3831         12.648            -1      8.333333e-02                NA
3832         18.357             1      0.000000e+00                NA
3833          6.792             1     -2.000000e-01                NA
3834         11.545            -1      4.333333e-01                NA
3835         12.648            -1      1.363636e-01                NA
3836         12.648             1      0.000000e+00                NA
3837         24.263             1      0.000000e+00                NA
3838         11.545            -1      4.333333e-01                NA
3839         12.648            -1      1.944444e-01                NA
3840         11.545            -1      4.333333e-01                NA
3841         11.614            -1      0.000000e+00                NA
3842         12.648            -1      0.000000e+00                NA
3843         25.654            -1      0.000000e+00                NA
3844         16.317             1      2.250000e-01                NA
3845         13.263            -1      1.363636e-01                NA
3846         22.285             1      0.000000e+00                NA
3847         12.648            -1      0.000000e+00                NA
3848         11.545             1      2.625000e-01                NA
3849         11.681             1      0.000000e+00                NA
3850          9.907            -1      0.000000e+00                NA
3851         19.417             1     -3.000000e-01                NA
3852         16.432             1      7.000000e-01                NA
3853         28.234             1      0.000000e+00                NA
3854          6.792             1      7.812500e-01                NA
3855         18.893            -1      0.000000e+00                NA
3856         16.317             1      0.000000e+00                NA
3857         12.648            -1      1.166667e-01                NA
3858         11.545            -1      4.333333e-01                NA
3859         16.317             1      1.000000e+00                NA
3860          6.792            -1      0.000000e+00                NA
3861         12.648            -1      0.000000e+00                NA
3862         10.600             1      0.000000e+00                NA
3863         10.600             1      0.000000e+00                NA
3864         12.648            -1      0.000000e+00                NA
3865         12.648            -1      0.000000e+00                NA
3866         11.614            -1      0.000000e+00                NA
3867         16.317             1      1.715909e-01                NA
3868         12.648            -1     -2.166667e-01                NA
3869         18.016            -1      1.000000e-01                NA
3870          9.780            -1      0.000000e+00                NA
3871         28.234             1      1.363636e-01                NA
3872         12.648             1      6.000000e-01                NA
3873         10.600             1      0.000000e+00                NA
3874         19.417             1      0.000000e+00                NA
3875          6.792             1     -2.000000e-01                NA
3876          9.535             1      0.000000e+00                NA
3877         13.263            -1      6.666667e-02                NA
3878          6.792            -1      0.000000e+00                NA
3879          9.535            -1     -1.000000e-01                NA
3880         12.228            -1      0.000000e+00                NA
3881         16.317             1      1.018519e-01                NA
3882          6.792             1     -2.000000e-01                NA
3883         13.263             1      0.000000e+00                NA
3884          6.968             1      0.000000e+00                NA
3885         11.545             1      0.000000e+00                NA
3886          9.780            -1     -2.000000e-01                NA
3887         17.307             1      5.000000e-01                NA
3888         16.317             1      2.431818e-01                NA
3889          9.100             1     -3.000000e-01                NA
3890         12.648             1      0.000000e+00                NA
3891         19.417            -1      1.250000e-01                NA
3892         10.600            -1     -7.692308e-02                NA
3893          6.968            -1      1.000000e+00                NA
3894          6.792             1     -2.000000e-01                NA
3895         12.648            -1      5.000000e-01                NA
3896          9.907             1      0.000000e+00                NA
3897         25.654             1      2.071429e-01                NA
3898         16.317            -1      0.000000e+00                NA
3899         12.648             1      3.181818e-01                NA
3900         16.317             1      0.000000e+00                NA
3901         12.648            -1      0.000000e+00                NA
3902         11.545            -1      4.250000e-01                NA
3903         10.600             1      6.250000e-01                NA
3904         11.614            -1      5.750000e-01                NA
3905         12.648            -1      0.000000e+00                NA
3906          6.792             1      0.000000e+00                NA
3907         17.307            -1      0.000000e+00                NA
3908         22.285            -1      2.777778e-02                NA
3909         12.648            -1      0.000000e+00                NA
3910         12.648            -1      0.000000e+00                NA
3911          6.792             1     -2.000000e-01                NA
3912          6.792             1     -2.000000e-01                NA
3913         12.648             1      2.000000e-01                NA
3914         12.648            -1      1.000000e-01                NA
3915         19.417            -1      5.000000e-01                NA
3916         12.648            -1      0.000000e+00                NA
3917         13.263             1      0.000000e+00                NA
3918         12.648             1      0.000000e+00                NA
3919         16.317             1      1.666667e-01                NA
3920         12.572             1      7.000000e-01                NA
3921         19.790             1      0.000000e+00                NA
3922          6.792             1     -2.000000e-01                NA
3923          6.792            -1      0.000000e+00                NA
3924         10.787            -1     -2.500000e-01                NA
3925         15.815             1      0.000000e+00                NA
3926         16.317             1      0.000000e+00                NA
3927         11.545            -1      4.333333e-01                NA
3928         12.648             1      0.000000e+00                NA
3929         12.648            -1      0.000000e+00                NA
3930         10.600            -1      5.000000e-01                NA
3931         18.016             1      0.000000e+00                NA
3932         12.648             1      0.000000e+00                NA
3933         17.307             1      1.363636e-01                NA
3934         15.815             1      0.000000e+00                NA
3935          9.535             1      0.000000e+00                NA
3936         10.600             1      0.000000e+00                NA
3937         11.614             1      6.818182e-02                NA
3938         12.648            -1      0.000000e+00                NA
3939         12.648            -1      5.000000e-01                NA
3940          6.792             1     -2.000000e-01                NA
3941         12.648            -1     -1.666667e-01                NA
3942          9.907            -1      0.000000e+00                NA
3943         16.317             1      6.166667e-01                NA
3944         12.648            -1      0.000000e+00                NA
3945         10.600            -1      5.000000e-01                NA
3946          6.792             1      3.500000e-01                NA
3947         16.317             1      0.000000e+00                NA
3948         16.317             1      0.000000e+00                NA
3949          9.535            -1      0.000000e+00                NA
3950         12.648            -1      1.500000e-01                NA
3951         11.545             1      0.000000e+00                NA
3952         17.307             1      5.000000e-01                NA
3953         12.648            -1      7.000000e-01                NA
3954         17.307            -1      0.000000e+00                NA
3955          6.946             1      0.000000e+00                NA
3956         12.648            -1      0.000000e+00                NA
3957         11.545             1      0.000000e+00                NA
3958         12.648            -1      0.000000e+00                NA
3959         12.648             1      1.666667e-01                NA
3960         13.263             1      0.000000e+00                NA
3961         13.263             1     -4.000000e-01                NA
3962         11.545             1      0.000000e+00                NA
3963          6.792            -1     -5.714286e-02                NA
3964          6.792             1      7.000000e-01                NA
3965         13.263             1      5.250000e-01                NA
3966         13.263             1      0.000000e+00                NA
3967          6.946             1      1.000000e+00                NA
3968         12.648            -1     -1.666667e-01                NA
3969         13.183             1      0.000000e+00                NA
3970         13.945             1      0.000000e+00                NA
3971         12.648            -1      0.000000e+00                NA
3972         12.648            -1      1.000000e-01                NA
3973         11.545            -1     -8.333333e-02                NA
3974         16.317             1      2.000000e-01                NA
3975         13.263            -1      0.000000e+00                NA
3976         12.648            -1      0.000000e+00                NA
3977         12.648            -1      4.000000e-01                NA
3978         12.648             1      7.083333e-02                NA
3979          9.412             1      1.000000e+00                NA
3980         12.648            -1      2.500000e-01                NA
3981         12.648             1      1.000000e+00                NA
3982         12.648            -1      0.000000e+00                NA
3983         11.545            -1      0.000000e+00                NA
3984         13.263             1     -4.000000e-01                NA
3985         13.263            -1      5.000000e-01                NA
3986         12.648            -1      0.000000e+00                NA
3987         12.648             1      0.000000e+00                NA
3988         12.648             1      0.000000e+00                NA
3989         12.648            -1      0.000000e+00                NA
3990          9.535            -1      3.166667e-01                NA
3991          6.792             1     -2.000000e-01                NA
3992         12.648             1      1.000000e-01                NA
3993         12.648             1      0.000000e+00                NA
3994         22.285             1      0.000000e+00                NA
3995         16.317             1      0.000000e+00                NA
3996         13.263            -1     -4.000000e-01                NA
3997         12.648             1      1.153846e-02                NA
3998         12.648            -1      1.363636e-01                NA
3999         17.362            -1      2.000000e-01                NA
4000         12.648             1      1.533333e-01                NA
4001         16.317            -1      0.000000e+00                NA
4002         17.362            -1      1.000000e-01                NA
4003         16.317            -1      0.000000e+00                NA
4004         25.134            -1     -4.000000e-01                NA
4005          6.792             1     -2.000000e-01                NA
4006         12.648            -1      0.000000e+00                NA
4007         11.545             1      0.000000e+00                NA
4008         16.317             1      0.000000e+00                NA
4009         13.263            -1     -4.000000e-01                NA
4010         17.248             1      2.000000e-01                NA
4011         11.545             1     -1.000000e+00                NA
4012         13.183             1      0.000000e+00                NA
4013          6.792             1      5.000000e-01                NA
4014         12.648            -1      0.000000e+00                NA
4015         16.623             1      0.000000e+00                NA
4016         17.307             1      0.000000e+00                NA
4017         13.263            -1      0.000000e+00                NA
4018          9.780            -1      0.000000e+00                NA
4019          6.792             1     -2.000000e-01                NA
4020         12.648            -1     -6.818182e-03                NA
4021         12.648            -1      0.000000e+00                NA
4022          9.535             1      0.000000e+00                NA
4023         25.134             1      0.000000e+00                NA
4024         15.815             1      5.000000e-01                NA
4025         13.263             1      0.000000e+00                NA
4026         11.545            -1      0.000000e+00                NA
4027         17.307             1      0.000000e+00                NA
4028         13.256             1      0.000000e+00                NA
4029          6.792             1     -2.000000e-01                NA
4030         11.614             1      0.000000e+00                NA
4031          6.792             1     -2.000000e-01                NA
4032          9.535             1     -3.000000e-01                NA
4033          9.907             1      0.000000e+00                NA
4034         11.545             1      2.500000e-01                NA
4035         12.648             1      2.500000e-01                NA
4036          9.907            -1      0.000000e+00                NA
4037         11.614             1      0.000000e+00                NA
4038         12.648             1     -8.333333e-02                NA
4039         11.614             1      6.818182e-02                NA
4040         17.307             1      0.000000e+00                NA
4041          9.907             1      0.000000e+00                NA
4042          7.227             1      0.000000e+00                NA
4043         10.600             1      0.000000e+00                NA
4044         16.317            -1      0.000000e+00                NA
4045          6.792             1     -2.000000e-01                NA
4046          6.792             1      8.000000e-01                NA
4047         12.648            -1      0.000000e+00                NA
4048         11.614            -1      0.000000e+00                NA
4049         11.614            -1      0.000000e+00                NA
4050         13.263             1     -1.666667e-01                NA
4051         13.263             1      0.000000e+00                NA
4052         11.614             1      0.000000e+00                NA
4053         13.263             1      8.000000e-01                NA
4054         15.155             1      0.000000e+00                NA
4055         11.614             1      0.000000e+00                NA
4056         11.545            -1      0.000000e+00                NA
4057         11.614             1      0.000000e+00                NA
4058         16.317            -1      0.000000e+00                NA
4059         12.648            -1      0.000000e+00                NA
4060         12.648             1      0.000000e+00                NA
4061         12.648             1     -1.416667e-01                NA
4062         11.614             1      0.000000e+00                NA
4063         12.648            -1      0.000000e+00                NA
4064         12.648             1      0.000000e+00                NA
4065         35.308             1      5.500000e-01                NA
4066         11.614             1     -1.500000e-01                NA
4067         17.307             1      2.500000e-01                NA
4068         16.317             1      0.000000e+00                NA
4069         18.357            -1      0.000000e+00                NA
4070         11.614             1      0.000000e+00                NA
4071         19.417             1      0.000000e+00                NA
4072         15.815             1      3.500000e-01                NA
4073          9.535             1      0.000000e+00                NA
4074         12.648            -1      0.000000e+00                NA
4075          9.907             1      3.541667e-01                NA
4076         12.648            -1      0.000000e+00                NA
4077         14.685             1      1.000000e+00                NA
4078         16.317            -1      4.687500e-01                NA
4079          9.100             1      0.000000e+00                NA
4080         28.234            -1      3.500000e-01                NA
4081         12.648            -1      3.681818e-01                NA
4082         12.648            -1      4.761905e-02                NA
4083         16.317            -1     -1.250000e-01                NA
4084         12.131            -1      0.000000e+00                NA
4085         12.648            -1      0.000000e+00                NA
4086         12.648             1      2.380952e-02                NA
4087         11.614             1      6.818182e-02                NA
4088         11.614             1      2.000000e-01                NA
4089         12.648             1      2.500000e-01                NA
4090          9.535             1      0.000000e+00                NA
4091         12.648            -1      2.050000e-01                NA
4092          9.100             1      0.000000e+00                NA
4093         16.623            -1      2.500000e-01                NA
4094          6.792            -1      0.000000e+00                NA
4095         13.263             1      0.000000e+00                NA
4096         11.614             1      0.000000e+00                NA
4097          9.907             1      0.000000e+00                NA
4098         15.815             1      0.000000e+00                NA
4099         12.648            -1      0.000000e+00                NA
4100         16.623             1      0.000000e+00                NA
4101         13.263            -1      2.590909e-01                NA
4102         16.317             1      1.363636e-01                NA
4103         11.545             1      0.000000e+00                NA
4104         12.648            -1      0.000000e+00                NA
4105         13.263            -1      2.590909e-01                NA
4106         12.648            -1     -2.000000e-01                NA
4107          9.100            -1     -2.000000e-01                NA
4108         12.648             1      1.500000e-01                NA
4109         11.614             1      7.000000e-01                NA
4110          9.535             1      0.000000e+00                NA
4111         13.263            -1      2.590909e-01                NA
4112         12.648            -1     -2.000000e-01                NA
4113         11.545             1      0.000000e+00                NA
4114          9.100             1      0.000000e+00                NA
4115         11.614             1      8.750000e-01                NA
4116         17.307             1      0.000000e+00                NA
4117          9.100            -1      0.000000e+00                NA
4118         16.317             1      1.363636e-01                NA
4119         13.263             1      0.000000e+00                NA
4120         12.648             1      0.000000e+00                NA
4121         15.815             1     -2.000000e-01                NA
4122         11.545            -1      0.000000e+00                NA
4123          9.535             1      0.000000e+00                NA
4124         13.263            -1      0.000000e+00                NA
4125         12.648             1      0.000000e+00                NA
4126          9.535             1      0.000000e+00                NA
4127         11.614             1      0.000000e+00                NA
4128         12.648            -1     -5.000000e-01                NA
4129         12.648            -1     -2.500000e-01                NA
4130          6.968             1      0.000000e+00                NA
4131         11.614             1      0.000000e+00                NA
4132         12.648            -1      1.333333e-01                NA
4133         13.263             1      0.000000e+00                NA
4134          6.792            -1      0.000000e+00                NA
4135         11.614            -1      1.704545e-01                NA
4136         13.450            -1      0.000000e+00                NA
4137         16.317             1      0.000000e+00                NA
4138         13.876            -1      0.000000e+00                NA
4139         16.317            -1      0.000000e+00                NA
4140          6.792             1      0.000000e+00                NA
4141          9.907             1      0.000000e+00                NA
4142         17.307             1      0.000000e+00                NA
4143         16.317             1      0.000000e+00                NA
4144          6.792             1     -2.000000e-01                NA
4145         15.815             1      4.000000e-01                NA
4146         15.155             1      0.000000e+00                NA
4147         17.307             1      0.000000e+00                NA
4148          6.792            -1      0.000000e+00                NA
4149          6.792            -1      0.000000e+00                NA
4150          6.792            -1      3.333333e-01                NA
4151          6.792            -1     -5.000000e-01                NA
4152         12.648            -1      7.857143e-02                NA
4153         11.614             1      0.000000e+00                NA
4154         12.648             1     -8.333333e-02                NA
4155         13.263             1      0.000000e+00                NA
4156         16.317             1      0.000000e+00                NA
4157         12.648            -1      0.000000e+00                NA
4158          6.792             1      0.000000e+00                NA
4159         11.614             1      0.000000e+00                NA
4160         12.648            -1      7.000000e-01                NA
4161         12.648             1      0.000000e+00                NA
4162         12.648             1      3.333333e-01                NA
4163         12.648             1     -1.666667e-01                NA
4164         16.317             1      7.000000e-01                NA
4165         16.317            -1      0.000000e+00                NA
4166         11.614             1      0.000000e+00                NA
4167         12.648            -1      0.000000e+00                NA
4168         13.263            -1     -3.750000e-02                NA
4169         11.614             1      0.000000e+00                NA
4170         16.317             1      8.000000e-01                NA
4171         15.612             1      0.000000e+00                NA
4172         16.317            -1      1.000000e+00                NA
4173          9.100             1      0.000000e+00                NA
4174         12.648            -1      3.750000e-01                NA
4175         12.648            -1      0.000000e+00                NA
4176         16.317             1      6.166667e-01                NA
4177         12.648             1      1.363636e-01                NA
4178         11.614             1      0.000000e+00                NA
4179         16.317             1      0.000000e+00                NA
4180          9.535            -1     -5.200000e-01                NA
4181         12.648            -1     -2.083333e-01                NA
4182         11.614             1      0.000000e+00                NA
4183         12.648             1      5.000000e-01                NA
4184         15.815             1      3.500000e-01                NA
4185          9.535             1      0.000000e+00                NA
4186         28.234             1      0.000000e+00                NA
4187          6.792             1      6.250000e-01                NA
4188         12.648            -1      5.316667e-01                NA
4189         12.648             1     -1.000000e-01                NA
4190          6.792            -1      0.000000e+00                NA
4191         13.256            -1      0.000000e+00                NA
4192          9.843             1      0.000000e+00                NA
4193         10.787             1      1.352273e-01                NA
4194         12.648             1      4.500000e-01                NA
4195         12.648            -1      3.958333e-01                NA
4196         28.234             1      0.000000e+00                NA
4197         11.614             1      0.000000e+00                NA
4198         15.815            -1      0.000000e+00                NA
4199         16.317            -1     -5.000000e-01                NA
4200         13.876            -1      8.000000e-01                NA
4201         11.545             1      8.750000e-02                NA
4202         12.648             1      0.000000e+00                NA
4203         16.317            -1      0.000000e+00                NA
4204         16.317            -1      8.000000e-01                NA
4205         16.317             1      0.000000e+00                NA
4206         16.317            -1      5.000000e-01                NA
4207         19.484            -1      0.000000e+00                NA
4208         16.317             1      0.000000e+00                NA
4209          9.535            -1      0.000000e+00                NA
4210         12.648            -1     -7.777778e-02                NA
4211         12.648            -1      5.681818e-01                NA
4212          6.968             1      0.000000e+00                NA
4213          9.907            -1     -4.000000e-01                NA
4214         10.600            -1      1.500000e-01                NA
4215          6.792             1      0.000000e+00                NA
4216         10.600            -1     -1.000000e-01                NA
4217         13.263             1      0.000000e+00                NA
4218         11.614            -1      0.000000e+00                NA
4219         15.815             1      3.500000e-01                NA
4220         12.648            -1      0.000000e+00                NA
4221         13.263             1      0.000000e+00                NA
4222         12.648             1      0.000000e+00                NA
4223         17.248             1      3.121212e-01                NA
4224         12.648            -1     -7.500000e-02                NA
4225         12.648             1      2.000000e-01                NA
4226         16.317             1      0.000000e+00                NA
4227         12.648             1      0.000000e+00                NA
4228         17.307            -1      1.000000e-01                NA
4229         13.263             1      0.000000e+00                NA
4230         13.263             1      0.000000e+00                NA
4231         13.263             1      5.250000e-01                NA
4232         12.648            -1      3.750000e-01                NA
4233         16.317             1      6.818182e-02                NA
4234         11.614             1      0.000000e+00                NA
4235          6.792             1     -2.000000e-01                NA
4236          6.792            -1      0.000000e+00                NA
4237         11.681             1      0.000000e+00                NA
4238         11.545            -1     -6.625000e-01                NA
4239         13.263             1      0.000000e+00                NA
4240         12.648            -1      0.000000e+00                NA
4241         12.648            -1      0.000000e+00                NA
4242         15.815             1      0.000000e+00                NA
4243         16.432             1      8.000000e-01                NA
4244         16.317             1      7.000000e-01                NA
4245         18.508            -1      1.000000e-01                NA
4246         16.317            -1      0.000000e+00                NA
4247          6.968            -1      0.000000e+00                NA
4248         11.545            -1      1.000000e+00                NA
4249         18.016            -1      3.750000e-01                NA
4250          9.907             1      1.000000e+00                NA
4251         17.307             1      0.000000e+00                NA
4252          9.535             1      0.000000e+00                NA
4253          7.610             1      0.000000e+00                NA
4254          6.052             1      0.000000e+00                NA
4255         16.317             1     -1.000000e-01                NA
4256         35.308             1      6.000000e-01                NA
4257         11.614             1      0.000000e+00                NA
4258         12.648            -1      0.000000e+00                NA
4259         18.357            -1      0.000000e+00                NA
4260         13.263             1      0.000000e+00                NA
4261         16.317            -1     -6.250000e-01                NA
4262         11.545            -1      0.000000e+00                NA
4263         17.307            -1      0.000000e+00                NA
4264         12.648            -1      3.000000e-01                NA
4265         16.317            -1      5.000000e-01                NA
4266          6.052             1      0.000000e+00                NA
4267         12.648             1     -1.000000e-01                NA
4268         18.357             1      0.000000e+00                NA
4269          9.721             1      1.000000e-01                NA
4270         10.879            -1     -9.000000e-01                NA
4271         10.879            -1      0.000000e+00                NA
4272         26.745             1      2.500000e-01                NA
4273         15.044            -1     -6.666667e-01                NA
4274         27.070            -1      0.000000e+00                NA
4275         12.486             1      0.000000e+00                NA
4276         11.495             1      0.000000e+00                NA
4277         10.848            -1     -4.000000e-01                NA
4278          9.281            -1      0.000000e+00                NA
4279         15.044             1      0.000000e+00                NA
4280         18.344            -1      0.000000e+00                NA
4281         15.044            -1      1.000000e-01                NA
4282         15.424             1      5.250000e-01                NA
4283         18.344            -1      0.000000e+00                NA
4284         27.070             1      6.000000e-01                NA
4285         21.343            -1      0.000000e+00                NA
4286          8.628            -1      0.000000e+00                NA
4287         18.344            -1      2.333333e-01                NA
4288         18.344            -1      1.666667e-02                NA
4289         17.171            -1      0.000000e+00                NA
4290         15.044            -1      1.212121e-02                NA
4291         15.044            -1      1.212121e-02                NA
4292         26.745             1     -4.000000e-01                NA
4293         15.973             1      0.000000e+00                NA
4294         15.044            -1      0.000000e+00                NA
4295          6.941             1      0.000000e+00                NA
4296         15.044            -1      0.000000e+00                NA
4297         18.344            -1     -1.250000e-01                NA
4298         18.344            -1      0.000000e+00                NA
4299         15.044            -1      0.000000e+00                NA
4300         15.044            -1      0.000000e+00                NA
4301         15.044             1      1.212121e-02                NA
4302          9.493             1      0.000000e+00                NA
4303         18.344            -1     -3.224432e-01                NA
4304         15.044             1      3.750000e-01                NA
4305         14.198            -1     -8.750000e-01                NA
4306         18.710             1      5.000000e-01                NA
4307         18.344             1     -9.659091e-03                NA
4308         12.486             1      0.000000e+00                NA
4309         18.710             1     -1.000000e-01                NA
4310         15.044            -1      1.212121e-02                NA
4311          8.628             1     -2.000000e-01                NA
4312         14.935             1      0.000000e+00                NA
4313          9.721             1      0.000000e+00                NA
4314         11.495             1      0.000000e+00                NA
4315         15.044            -1     -3.500000e-01                NA
4316         18.344             1      0.000000e+00                NA
4317         27.607             1      0.000000e+00                NA
4318          9.493            -1      4.000000e-01                NA
4319         21.343            -1      0.000000e+00                NA
4320         12.808             1      0.000000e+00                NA
4321         15.044             1      0.000000e+00                NA
4322         15.044            -1      5.000000e-01                NA
4323         14.935             1      0.000000e+00                NA
4324         15.044            -1      1.000000e-01                NA
4325         14.935            -1      5.416667e-01                NA
4326         14.935            -1      0.000000e+00                NA
4327         15.044            -1      0.000000e+00                NA
4328         10.879             1     -4.166667e-01                NA
4329         13.485            -1      0.000000e+00                NA
4330         15.044            -1      0.000000e+00                NA
4331         10.879            -1      0.000000e+00                NA
4332         15.044             1      0.000000e+00                NA
4333         16.517             1      0.000000e+00                NA
4334         17.193            -1      0.000000e+00                NA
4335         18.344            -1      3.000000e-01                NA
4336         18.344             1      0.000000e+00                NA
4337         21.847            -1      1.363636e-01                NA
4338         15.044             1      1.212121e-02                NA
4339         18.344             1      1.995671e-01                NA
4340         18.710             1      0.000000e+00                NA
4341         15.044             1      1.000000e-01                NA
4342         15.044            -1      3.750000e-01                NA
4343         16.517            -1      0.000000e+00                NA
4344         15.044             1      2.000000e-01                NA
4345         15.044            -1      1.212121e-02                NA
4346         15.044             1      0.000000e+00                NA
4347         18.344            -1     -4.423077e-02                NA
4348         18.344             1      1.743590e-01                NA
4349         18.344            -1      0.000000e+00                NA
4350         18.344             1     -2.000000e-01                NA
4351          9.493             1      9.000000e-01                NA
4352         14.935            -1      1.363636e-01                NA
4353         10.879            -1      0.000000e+00                NA
4354         26.745            -1      0.000000e+00                NA
4355         11.495             1      1.363636e-01                NA
4356         26.745             1      1.704545e-01                NA
4357         18.344            -1      5.000000e-01                NA
4358         18.344            -1      5.000000e-01                NA
4359         18.344            -1      5.000000e-01                NA
4360         18.344            -1      5.000000e-01                NA
4361         15.044             1      0.000000e+00                NA
4362         15.044            -1      0.000000e+00                NA
4363         15.044             1      0.000000e+00                NA
4364         15.044            -1     -1.250000e-01                NA
4365         15.044             1      2.000000e-01                NA
4366         14.935             1      0.000000e+00                NA
4367         18.710            -1      0.000000e+00                NA
4368         15.044             1      0.000000e+00                NA
4369         15.044             1      1.212121e-02                NA
4370         18.344            -1      2.500000e-01                NA
4371         34.317             1     -4.166667e-01                NA
4372         15.044             1      1.000000e-01                NA
4373         15.044            -1      1.000000e-01                NA
4374         15.044            -1      0.000000e+00                NA
4375         15.044            -1      2.000000e-01                NA
4376         15.044            -1      1.212121e-02                NA
4377         14.081            -1     -2.000000e-01                NA
4378         15.044            -1      1.000000e-01                NA
4379         11.495            -1     -2.000000e-01                NA
4380         15.044             1      1.000000e-01                NA
4381         14.935             1      0.000000e+00                NA
4382         18.344             1      0.000000e+00                NA
4383         15.044            -1      0.000000e+00                NA
4384         19.301            -1      0.000000e+00                NA
4385         18.344            -1      0.000000e+00                NA
4386         14.081            -1      0.000000e+00                NA
4387         15.044             1      1.000000e-01                NA
4388         17.171            -1      0.000000e+00                NA
4389         15.044             1      1.000000e-01                NA
4390         18.344            -1      5.000000e-01                NA
4391         17.193            -1      0.000000e+00                NA
4392         14.935             1      0.000000e+00                NA
4393         15.044            -1      1.212121e-02                NA
4394         18.344            -1      2.500000e-01                NA
4395         15.044             1      1.212121e-02                NA
4396         15.044             1      1.000000e-01                NA
4397         15.044             1      0.000000e+00                NA
4398         16.925             1      0.000000e+00                NA
4399         14.843             1      0.000000e+00                NA
4400         15.044            -1      1.000000e-01                NA
4401         15.044             1      1.250000e-01                NA
4402         15.044            -1      0.000000e+00                NA
4403         17.193            -1      4.000000e-01                NA
4404         15.044            -1     -1.458333e-01                NA
4405         15.044            -1      2.500000e-01                NA
4406         18.344            -1     -1.666667e-01                NA
4407         15.044             1      2.000000e-01                NA
4408         15.044             1      2.000000e-01                NA
4409         10.848             1      0.000000e+00                NA
4410          9.281             1      6.000000e-01                NA
4411         18.344            -1      3.500000e-01                NA
4412         15.044            -1      7.000000e-01                NA
4413         12.486            -1      0.000000e+00                NA
4414         18.344            -1      0.000000e+00                NA
4415         15.044            -1      1.212121e-02                NA
4416         14.935             1      5.625000e-01                NA
4417         27.957            -1      0.000000e+00                NA
4418         18.344            -1      3.750000e-01                NA
4419         15.044             1      1.250000e-01                NA
4420         15.044             1      1.000000e-01                NA
4421         17.171            -1     -5.000000e-01                NA
4422         18.344            -1      1.400000e-01                NA
4423         12.808             1      3.000000e-01                NA
4424         15.044             1      1.212121e-02                NA
4425         14.935             1      0.000000e+00                NA
4426         11.221             1      0.000000e+00                NA
4427         15.044            -1      1.212121e-02                NA
4428         15.044             1      0.000000e+00                NA
4429         15.973             1     -2.000000e-01                NA
4430         15.044            -1      7.000000e-01                NA
4431         15.044            -1      1.212121e-02                NA
4432         11.495            -1      3.333333e-01                NA
4433         27.070             1      6.000000e-01                NA
4434         15.044            -1      0.000000e+00                NA
4435         15.044             1      2.000000e-01                NA
4436         15.044             1      0.000000e+00                NA
4437         15.044             1      0.000000e+00                NA
4438         10.848             1      0.000000e+00                NA
4439         15.044             1      1.212121e-02                NA
4440         15.044             1      1.212121e-02                NA
4441         15.044             1      7.000000e-01                NA
4442         15.044            -1      1.000000e-01                NA
4443         15.305             1      0.000000e+00                NA
4444         15.044            -1      1.212121e-02                NA
4445         16.517             1      0.000000e+00                NA
4446         18.344            -1      0.000000e+00                NA
4447         15.044             1      2.000000e-01                NA
4448         15.424             1      0.000000e+00                NA
4449         15.044            -1      1.212121e-02                NA
4450         14.935            -1      0.000000e+00                NA
4451         15.044             1      2.000000e-01                NA
4452         14.935            -1      5.416667e-01                NA
4453         16.752             1      0.000000e+00                NA
4454         18.344            -1      0.000000e+00                NA
4455         15.044             1      1.212121e-02                NA
4456         10.879            -1      0.000000e+00                NA
4457         15.044            -1      1.212121e-02                NA
4458         11.495             1      0.000000e+00                NA
4459         15.044             1      1.646825e-01                NA
4460         18.344            -1     -2.500000e-01                NA
4461         15.044             1      5.000000e-01                NA
4462         21.078             1     -2.500000e-01                NA
4463         34.317            -1      5.000000e-01                NA
4464         15.044             1      0.000000e+00                NA
4465         13.365             1      0.000000e+00                NA
4466         15.044             1      2.000000e-01                NA
4467         18.344             1      0.000000e+00                NA
4468         15.044             1      2.000000e-01                NA
4469         15.044            -1      0.000000e+00                NA
4470         14.935            -1     -2.000000e-01                NA
4471         18.344             1      4.000000e-01                NA
4472         18.344            -1      5.000000e-01                NA
4473         15.044            -1      1.212121e-02                NA
4474         18.344            -1      0.000000e+00                NA
4475         18.344             1      6.250000e-01                NA
4476         15.044            -1      1.212121e-02                NA
4477         15.109            -1      0.000000e+00                NA
4478         10.848             1      0.000000e+00                NA
4479         15.044             1      5.000000e-01                NA
4480         15.044            -1      1.000000e-01                NA
4481         18.344            -1      1.666667e-01                NA
4482         15.044            -1      1.212121e-02                NA
4483         18.344             1      0.000000e+00                NA
4484         18.344             1      0.000000e+00                NA
4485         29.384            -1      0.000000e+00                NA
4486         15.044            -1      1.212121e-02                NA
4487         18.344            -1      2.250000e-01                NA
4488         15.044            -1     -7.777778e-02                NA
4489         10.115             1      0.000000e+00                NA
4490         14.935             1      0.000000e+00                NA
4491         14.081             1      0.000000e+00                NA
4492         15.044            -1      1.212121e-02                NA
4493         15.044            -1      1.212121e-02                NA
4494         15.044             1      1.212121e-02                NA
4495         15.044             1      1.500000e-01                NA
4496         18.344            -1      0.000000e+00                NA
4497         15.044             1      1.000000e-01                NA
4498         15.044             1      0.000000e+00                NA
4499         17.171             1      5.000000e-01                NA
4500         15.044            -1      1.212121e-02                NA
4501          7.928            -1      0.000000e+00                NA
4502         26.745             1      1.000000e-01                NA
4503         15.044             1      7.000000e-01                NA
4504         15.044            -1      0.000000e+00                NA
4505         18.344            -1      0.000000e+00                NA
4506         18.344            -1      5.000000e-01                NA
4507         15.044            -1      0.000000e+00                NA
4508         15.044            -1      2.500000e-01                NA
4509          7.928             1      0.000000e+00                NA
4510         12.486             1      0.000000e+00                NA
4511         12.486             1      0.000000e+00                NA
4512         40.123            -1     -1.071429e-01                NA
4513         18.344            -1      3.181818e-01                NA
4514          9.281             1      0.000000e+00                NA
4515         15.044             1      1.212121e-02                NA
4516         18.344            -1      7.692308e-03                NA
4517         18.344            -1      0.000000e+00                NA
4518         18.344            -1     -4.000000e-01                NA
4519         18.344             1      2.583333e-01                NA
4520         18.344            -1      8.611111e-02                NA
4521         27.090             1     -1.875000e-01                NA
4522         15.044            -1      1.212121e-02                NA
4523         18.344             1      1.849359e-01                NA
4524         19.195            -1      0.000000e+00                NA
4525         15.044             1      1.212121e-02                NA
4526         15.044            -1      1.212121e-02                NA
4527         15.044            -1      2.500000e-01                NA
4528         15.044             1      1.212121e-02                NA
4529         18.344            -1     -1.437500e-01                NA
4530         15.044            -1      0.000000e+00                NA
4531         15.044            -1      0.000000e+00                NA
4532          8.628            -1      3.125000e-01                NA
4533         13.365            -1     -4.375000e-01                NA
4534         18.344            -1      1.363636e-01                NA
4535         15.044            -1      1.212121e-02                NA
4536         15.044             1      1.000000e-01                NA
4537         18.344             1      3.071429e-01                NA
4538         18.344            -1      0.000000e+00                NA
4539         15.044            -1      1.212121e-02                NA
4540         15.044            -1      0.000000e+00                NA
4541         15.044            -1      1.212121e-02                NA
4542         15.044             1      0.000000e+00                NA
4543         15.044            -1      0.000000e+00                NA
4544         15.044            -1      0.000000e+00                NA
4545         15.044            -1      1.212121e-02                NA
4546         14.935             1      0.000000e+00                NA
4547         15.044            -1      0.000000e+00                NA
4548         10.879             1      1.363636e-01                NA
4549         15.044            -1      1.000000e-01                NA
4550         15.044             1      1.000000e-01                NA
4551         15.044            -1      1.212121e-02                NA
4552         18.344             1     -2.500000e-01                NA
4553         17.171            -1     -5.000000e-02                NA
4554         13.722             1      1.000000e+00                NA
4555         14.935            -1      5.416667e-01                NA
4556         18.344             1      0.000000e+00                NA
4557         15.044            -1     -2.000000e-01                NA
4558         15.044             1      0.000000e+00                NA
4559         13.722             1      1.000000e+00                NA
4560         15.044            -1      1.212121e-02                NA
4561         15.044            -1      1.212121e-02                NA
4562         12.049             1     -2.916667e-01                NA
4563         15.044            -1      1.212121e-02                NA
4564         10.879            -1      0.000000e+00                NA
4565         18.344             1      0.000000e+00                NA
4566          9.281             1      0.000000e+00                NA
4567         15.044            -1     -1.000000e-01                NA
4568         15.044            -1      1.212121e-02                NA
4569         14.935             1      2.272727e-01                NA
4570         15.044             1      0.000000e+00                NA
4571         15.044             1      2.000000e-01                NA
4572         18.344             1      4.000000e-01                NA
4573         13.700             1      0.000000e+00                NA
4574         13.722             1      1.000000e+00                NA
4575         18.344             1      0.000000e+00                NA
4576         10.848             1      0.000000e+00                NA
4577         18.344            -1      1.000000e-01                NA
4578         15.044            -1      0.000000e+00                NA
4579         15.044            -1      1.000000e-01                NA
4580          7.797             1      5.000000e-01                NA
4581         18.344            -1     -2.000000e-01                NA
4582         18.344            -1      0.000000e+00                NA
4583         12.486             1      6.250000e-01                NA
4584         15.044             1      5.000000e-01                NA
4585         12.486            -1      0.000000e+00                NA
4586         26.745            -1     -5.000000e-01                NA
4587         15.044             1      1.000000e-01                NA
4588         21.199             1      0.000000e+00                NA
4589         15.044            -1      1.212121e-02                NA
4590         13.626             1     -1.666667e-01                NA
4591          8.129            -1      0.000000e+00                NA
4592         14.081             1      0.000000e+00                NA
4593         14.935            -1      0.000000e+00                NA
4594         15.044            -1      1.212121e-02                NA
4595         15.044            -1      1.212121e-02                NA
4596         15.044            -1      1.212121e-02                NA
4597         15.044             1      1.212121e-02                NA
4598         26.745            -1      5.000000e-01                NA
4599          8.628             1     -2.000000e-01                NA
4600         15.044             1      2.000000e-01                NA
4601         14.935            -1      0.000000e+00                NA
4602          8.628             1      2.857143e-01                NA
4603         18.344            -1      0.000000e+00                NA
4604         18.344             1      2.250000e-01                NA
4605         15.044             1      0.000000e+00                NA
4606         18.344            -1      0.000000e+00                NA
4607         18.344             1     -8.333333e-02                NA
4608         10.848             1      0.000000e+00                NA
4609         15.044            -1      0.000000e+00                NA
4610         18.344            -1      0.000000e+00                NA
4611         26.745            -1      8.000000e-01                NA
4612         15.044            -1      1.212121e-02                NA
4613         26.745            -1      0.000000e+00                NA
4614         15.044            -1      1.000000e-01                NA
4615          7.797             1      1.000000e+00                NA
4616         23.601             1      0.000000e+00                NA
4617         18.344             1      3.750000e-01                NA
4618         18.344             1     -3.000000e-01                NA
4619         15.044            -1      1.212121e-02                NA
4620         26.745            -1      8.000000e-01                NA
4621         12.486             1      0.000000e+00                NA
4622         15.044            -1      1.212121e-02                NA
4623         15.044            -1      1.000000e-01                NA
4624         21.847            -1      0.000000e+00                NA
4625         15.044            -1      4.333333e-01                NA
4626         11.495            -1      5.000000e-01                NA
4627         26.745             1     -7.500000e-02                NA
4628         27.957             1      9.000000e-01                NA
4629         15.973             1      0.000000e+00                NA
4630         18.344             1      3.500000e-01                NA
4631         18.344            -1     -5.000000e-02                NA
4632         15.044             1     -2.500000e-01                NA
4633         15.044            -1      1.212121e-02                NA
4634         27.090            -1      0.000000e+00                NA
4635         42.758             1      0.000000e+00                NA
4636         14.198             1      0.000000e+00                NA
4637         15.044            -1      0.000000e+00                NA
4638         24.851             1      0.000000e+00                NA
4639         15.044            -1     -1.555556e-01                NA
4640         15.044             1      0.000000e+00                NA
4641         18.344             1      3.300000e-01                NA
4642         15.305             1      3.500000e-01                NA
4643         10.879            -1      0.000000e+00                NA
4644         14.935             1      0.000000e+00                NA
4645         10.879            -1      2.000000e-01                NA
4646         14.935             1      0.000000e+00                NA
4647         15.044             1      2.000000e-01                NA
4648         14.935             1      0.000000e+00                NA
4649         18.344             1      2.500000e-01                NA
4650         15.044             1      1.000000e-01                NA
4651         14.935             1      0.000000e+00                NA
4652         18.344            -1      0.000000e+00                NA
4653         18.344             1      0.000000e+00                NA
4654         21.343             1      7.000000e-01                NA
4655         14.935             1      0.000000e+00                NA
4656         15.044             1     -1.458333e-01                NA
4657         15.044            -1      5.000000e-02                NA
4658         18.344             1      0.000000e+00                NA
4659         26.745            -1      0.000000e+00                NA
4660         15.044             1      0.000000e+00                NA
4661         10.848             1      0.000000e+00                NA
4662         18.344             1     -1.000000e-01                NA
4663         14.935             1      1.363636e-01                NA
4664         21.867             1      8.000000e-01                NA
4665         14.843            -1      2.500000e-01                NA
4666          8.628             1      0.000000e+00                NA
4667         15.044            -1      1.212121e-02                NA
4668         15.109             1      0.000000e+00                NA
4669         15.044             1      5.000000e-01                NA
4670         14.935            -1      0.000000e+00                NA
4671         18.344            -1      2.000000e-01                NA
4672         18.344            -1      4.444444e-02                NA
4673         21.867            -1      3.500000e-01                NA
4674         17.171             1     -1.000000e+00                NA
4675         20.815             1      0.000000e+00                NA
4676         18.344             1      1.666667e-01                NA
4677         15.044            -1      1.212121e-02                NA
4678          7.797             1      5.000000e-01                NA
4679         18.344             1     -4.000000e-01                NA
4680         15.044             1      0.000000e+00                NA
4681         18.344            -1      2.000000e-01                NA
4682         11.495             1      0.000000e+00                NA
4683          7.797            -1      0.000000e+00                NA
4684         27.070             1      6.000000e-01                NA
4685         15.044             1      0.000000e+00                NA
4686         27.090            -1      3.000000e-01                NA
4687          9.721             1      2.500000e-01                NA
4688         15.044             1      2.000000e-01                NA
4689         15.044            -1      2.916667e-01                NA
4690         17.171            -1      0.000000e+00                NA
4691         19.301            -1      0.000000e+00                NA
4692         14.935            -1      0.000000e+00                NA
4693         14.935             1      0.000000e+00                NA
4694         10.848             1      0.000000e+00                NA
4695         18.344            -1     -1.287879e-02                NA
4696         18.344            -1      4.000000e-01                NA
4697         15.044            -1     -4.000000e-01                NA
4698         18.344             1      4.166667e-01                NA
4699         15.044             1      0.000000e+00                NA
4700         15.305             1      3.500000e-01                NA
4701         15.044             1      3.121212e-01                NA
4702         15.044             1      0.000000e+00                NA
4703         10.879            -1      1.363636e-01                NA
4704         15.044             1      1.212121e-02                NA
4705         14.935             1      0.000000e+00                NA
4706         24.851             1      5.000000e-01                NA
4707         15.044            -1      1.000000e-01                NA
4708         10.607            -1      2.000000e-01                NA
4709         12.486             1      0.000000e+00                NA
4710         13.722            -1      0.000000e+00                NA
4711         19.301            -1     -2.000000e-01                NA
4712         15.044            -1      1.212121e-02                NA
4713         15.044            -1      0.000000e+00                NA
4714         18.344            -1      0.000000e+00                NA
4715         15.044             1      1.250000e-01                NA
4716         34.317             1      1.000000e-01                NA
4717         15.044             1      0.000000e+00                NA
4718         15.044             1      0.000000e+00                NA
4719         17.171            -1      0.000000e+00                NA
4720         15.044            -1      1.212121e-02                NA
4721         27.070            -1      8.000000e-01                NA
4722         14.198            -1     -2.000000e-01                NA
4723         15.044             1      1.212121e-02                NA
4724         18.344            -1      0.000000e+00                NA
4725         18.344            -1     -1.000000e-01                NA
4726         18.344            -1     -1.000000e-01                NA
4727         15.044             1      2.000000e-01                NA
4728         18.344             1      0.000000e+00                NA
4729         14.198             1      0.000000e+00                NA
4730         11.495             1      2.000000e-01                NA
4731         12.486             1      0.000000e+00                NA
4732         15.044             1      2.000000e-01                NA
4733         15.044             1      1.212121e-02                NA
4734         17.171            -1     -1.500000e-01                NA
4735          9.493            -1      0.000000e+00                NA
4736         17.193            -1      0.000000e+00                NA
4737         12.486             1      0.000000e+00                NA
4738         15.044            -1      1.000000e-01                NA
4739         15.044             1      0.000000e+00                NA
4740         15.044             1      1.000000e-01                NA
4741         18.344            -1      0.000000e+00                NA
4742         15.044            -1      1.212121e-02                NA
4743         13.278            -1      0.000000e+00                NA
4744         10.282            -1     -2.916667e-01                NA
4745          9.493             1      0.000000e+00                NA
4746         18.344             1      0.000000e+00                NA
4747         10.282             1      0.000000e+00                NA
4748         15.044             1      0.000000e+00                NA
4749         15.044            -1      1.212121e-02                NA
4750         18.344            -1     -5.000000e-02                NA
4751         12.808             1      0.000000e+00                NA
4752         18.344            -1      1.000000e-01                NA
4753         14.935             1      2.833333e-01                NA
4754         15.305             1      0.000000e+00                NA
4755         18.344            -1      0.000000e+00                NA
4756         15.044            -1      0.000000e+00                NA
4757         18.344             1     -5.000000e-02                NA
4758         15.044             1      1.212121e-02                NA
4759         26.745             1      0.000000e+00                NA
4760         18.344            -1      3.000000e-01                NA
4761         14.081             1      0.000000e+00                NA
4762         15.044             1      0.000000e+00                NA
4763         21.867             1      0.000000e+00                NA
4764         14.935            -1      3.000000e-01                NA
4765         10.282             1      3.500000e-01                NA
4766         14.935            -1      5.166667e-01                NA
4767         15.044             1      3.666667e-01                NA
4768         10.282             1      1.755952e-01                NA
4769         17.171            -1      1.181818e-01                NA
4770         12.486            -1      0.000000e+00                NA
4771         18.344             1     -1.666667e-01                NA
4772         15.109            -1     -8.000000e-01                NA
4773         26.745             1      0.000000e+00                NA
4774         13.722             1      0.000000e+00                NA
4775         21.343             1      0.000000e+00                NA
4776         12.049             1      0.000000e+00                NA
4777         11.495            -1      0.000000e+00                NA
4778         18.344            -1      0.000000e+00                NA
4779         15.044             1      1.212121e-02                NA
4780         14.935            -1      4.000000e-01                NA
4781         14.935            -1      0.000000e+00                NA
4782         18.344            -1     -3.166667e-01                NA
4783         12.486             1      0.000000e+00                NA
4784         15.044             1      0.000000e+00                NA
4785         18.344            -1      0.000000e+00                NA
4786         26.745             1      6.250000e-01                NA
4787         14.935             1      5.000000e-01                NA
4788          8.628            -1      0.000000e+00                NA
4789         14.935             1      3.333333e-01                NA
4790         13.365            -1      0.000000e+00                NA
4791         12.808             1      2.666667e-01                NA
4792         27.090            -1     -7.500000e-01                NA
4793         15.044             1      4.375000e-01                NA
4794         18.344             1      0.000000e+00                NA
4795         17.171             1      0.000000e+00                NA
4796         12.661             1      0.000000e+00                NA
4797         15.044             1      0.000000e+00                NA
4798         15.044            -1      8.000000e-01                NA
4799         18.344            -1      0.000000e+00                NA
4800         13.278             1      5.000000e-01                NA
4801         18.344            -1     -2.500000e-02                NA
4802         18.344            -1      1.666667e-02                NA
4803         15.044            -1      0.000000e+00                NA
4804         14.081            -1      0.000000e+00                NA
4805         26.745            -1     -3.185185e-01                NA
4806         18.344            -1      0.000000e+00                NA
4807          9.721            -1      0.000000e+00                NA
4808         15.044            -1      1.000000e-01                NA
4809         10.848             1      0.000000e+00                NA
4810         26.745             1      0.000000e+00                NA
4811         15.044            -1      1.212121e-02                NA
4812         14.935            -1      0.000000e+00                NA
4813         14.935            -1      0.000000e+00                NA
4814         19.379            -1     -1.000000e+00                NA
4815         15.044            -1      0.000000e+00                NA
4816         14.935             1      0.000000e+00                NA
4817         15.044            -1      0.000000e+00                NA
4818         12.486             1      0.000000e+00                NA
4819          7.797             1      3.500000e-01                NA
4820         27.070             1      6.000000e-01                NA
4821         15.044             1      1.212121e-02                NA
4822         15.044            -1     -1.750000e-01                NA
4823         18.344             1      0.000000e+00                NA
4824         12.661            -1      0.000000e+00                NA
4825         17.171             1      0.000000e+00                NA
4826         15.044            -1      0.000000e+00                NA
4827         18.344            -1     -5.000000e-02                NA
4828         11.495            -1      1.666667e-01                NA
4829         15.044            -1      1.000000e-01                NA
4830         18.344             1      0.000000e+00                NA
4831         17.171            -1      0.000000e+00                NA
4832         10.607             1     -1.250000e-02                NA
4833         27.957             1      1.000000e+00                NA
4834         15.044            -1      0.000000e+00                NA
4835          7.797             1      3.500000e-01                NA
4836         11.495            -1      0.000000e+00                NA
4837         10.879            -1      0.000000e+00                NA
4838          9.721            -1      0.000000e+00                NA
4839         15.044             1      0.000000e+00                NA
4840         15.044            -1      1.212121e-02                NA
4841         12.486             1      0.000000e+00                NA
4842         15.044            -1      1.000000e-01                NA
4843          9.721             1      0.000000e+00                NA
4844         21.343             1      8.000000e-01                NA
4845          7.797             1      3.500000e-01                NA
4846         17.193             1      4.000000e-01                NA
4847         27.070             1      6.000000e-01                NA
4848         12.486            -1     -6.000000e-01                NA
4849         10.848             1      0.000000e+00                NA
4850          8.628            -1      6.212121e-02                NA
4851         23.601            -1      0.000000e+00                NA
4852          9.271             1      2.750000e-01                NA
4853          7.928             1      3.000000e-01                NA
4854         12.486             1     -6.000000e-01                NA
4855         14.198             1     -1.250000e-01                NA
4856         16.517             1      0.000000e+00                NA
4857         18.344             1      0.000000e+00                NA
4858          7.797             1      5.000000e-01                NA
4859         18.344             1      7.500000e-01                NA
4860          9.281             1      1.000000e+00                NA
4861         18.344             1      0.000000e+00                NA
4862          7.797             1      3.500000e-01                NA
4863         15.044             1      0.000000e+00                NA
4864         15.044             1      1.212121e-02                NA
4865         18.344             1      0.000000e+00                NA
4866          7.797             1      3.500000e-01                NA
4867         18.344             1     -4.166667e-02                NA
4868         18.344             1      0.000000e+00                NA
4869         18.344            -1      1.166667e-01                NA
4870         18.344            -1      0.000000e+00                NA
4871         18.344            -1      2.375000e-01                NA
4872          6.941             1      6.500000e-01                NA
4873         18.344            -1     -8.333333e-02                NA
4874         18.344            -1     -2.000000e-01                NA
4875         18.344            -1      0.000000e+00                NA
4876         14.935             1      0.000000e+00                NA
4877         18.344            -1     -5.357143e-02                NA
4878         14.935             1     -3.000000e-01                NA
4879         14.198             1      8.750000e-01                NA
4880         18.344            -1      2.142857e-01                NA
4881         10.583            -1      5.000000e-01                NA
4882         26.745            -1      4.750000e-01                NA
4883         11.495             1      3.500000e-01                NA
4884         15.044            -1      0.000000e+00                NA
4885         17.193            -1      0.000000e+00                NA
4886         18.344             1     -5.454545e-02                NA
4887         14.081            -1     -3.000000e-01                NA
4888         17.171            -1      0.000000e+00                NA
4889          9.281             1      1.000000e+00                NA
4890         18.344            -1      0.000000e+00                NA
4891         11.495            -1      0.000000e+00                NA
4892         14.935             1      0.000000e+00                NA
4893          9.493             1      8.500000e-01                NA
4894         12.486             1      0.000000e+00                NA
4895          7.797             1      3.500000e-01                NA
4896         14.198             1     -3.000000e-01                NA
4897          9.271             1      0.000000e+00                NA
4898         14.935            -1     -4.000000e-01                NA
4899         14.935             1     -2.500000e-01                NA
4900         20.830             1      5.000000e-01                NA
4901         14.534            -1      0.000000e+00                NA
4902         18.344            -1      3.875000e-01                NA
4903         18.344            -1      0.000000e+00                NA
4904          7.797             1      3.500000e-01                NA
4905         14.935             1      0.000000e+00                NA
4906         26.745            -1      0.000000e+00                NA
4907         15.044            -1      0.000000e+00                NA
4908         14.081             1      0.000000e+00                NA
4909         23.037             1      1.000000e+00                NA
4910         18.344             1      0.000000e+00                NA
4911         21.867             1      6.500000e-01                NA
4912         18.344             1      2.142857e-01                NA
4913         15.044             1      1.212121e-02                NA
4914         15.109             1      6.000000e-01                NA
4915         18.344            -1     -1.666667e-01                NA
4916         15.044            -1      0.000000e+00                NA
4917         10.879            -1      5.000000e-01                NA
4918         11.495             1      0.000000e+00                NA
4919         14.198            -1      0.000000e+00                NA
4920         18.344            -1      4.000000e-01                NA
4921         27.090            -1      0.000000e+00                NA
4922         15.044             1      2.500000e-01                NA
4923         10.879             1     -4.000000e-01                NA
4924         26.745             1      1.000000e-01                NA
4925         15.044             1      4.000000e-01                NA
4926         14.935             1      1.091667e-01                NA
4927         26.745            -1      0.000000e+00                NA
4928         23.037             1      0.000000e+00                NA
4929         17.193            -1     -5.000000e-01                NA
4930         15.044            -1      1.212121e-02                NA
4931         15.044            -1      2.000000e-01                NA
4932         18.344            -1      6.818182e-02                NA
4933         18.344            -1      0.000000e+00                NA
4934         18.344             1      2.250000e-01                NA
4935          9.281            -1      0.000000e+00                NA
4936         26.745             1      0.000000e+00                NA
4937         26.745             1      1.000000e+00                NA
4938         14.935            -1      0.000000e+00                NA
4939         15.044            -1      7.000000e-01                NA
4940         10.848             1      0.000000e+00                NA
4941          9.281             1      3.852273e-01                NA
4942         18.344             1     -6.388889e-02                NA
4943         15.044            -1      1.000000e-01                NA
4944         15.044             1      1.212121e-02                NA
4945         19.195            -1      0.000000e+00                NA
4946         18.344             1      3.121212e-01                NA
4947          8.628             1     -2.000000e-01                NA
4948         10.879             1      6.000000e-01                NA
4949         14.935             1      5.000000e-02                NA
4950         10.879            -1      2.272727e-02                NA
4951         14.935             1     -8.000000e-01                NA
4952          7.797             1      3.500000e-01                NA
4953         13.365            -1      5.000000e-01                NA
4954         19.301            -1      0.000000e+00                NA
4955         18.344             1      0.000000e+00                NA
4956         12.486            -1      0.000000e+00                NA
4957         13.278             1      2.663352e-01                NA
4958         13.365            -1      5.000000e-01                NA
4959         18.344            -1      1.363636e-01                NA
4960         17.171             1     -6.500000e-01                NA
4961         14.935            -1      0.000000e+00                NA
4962         15.044             1     -5.000000e-02                NA
4963         10.879            -1      2.272727e-02                NA
4964         15.044            -1      1.000000e-01                NA
4965         14.081            -1      0.000000e+00                NA
4966         11.495            -1      0.000000e+00                NA
4967         18.344            -1     -7.142857e-02                NA
4968         12.486            -1      0.000000e+00                NA
4969         14.935            -1      0.000000e+00                NA
4970         17.466             1      0.000000e+00                NA
4971         18.344            -1      1.500000e-01                NA
4972         18.344            -1      0.000000e+00                NA
4973         26.745             1      0.000000e+00                NA
4974         26.745             1      0.000000e+00                NA
4975         10.879             1      0.000000e+00                NA
4976         14.935            -1      6.250000e-01                NA
4977         18.344            -1      4.875000e-01                NA
4978         11.495             1      0.000000e+00                NA
4979         18.344            -1      0.000000e+00                NA
4980         14.081             1      2.750000e-01                NA
4981         18.344            -1      1.166667e-01                NA
4982         15.044            -1      0.000000e+00                NA
4983         24.851             1      1.704545e-01                NA
4984         11.495             1      0.000000e+00                NA
4985         10.879            -1      0.000000e+00                NA
4986          7.797             1      4.285714e-01                NA
4987         27.090            -1      0.000000e+00                NA
4988         23.037             1      0.000000e+00                NA
4989         18.344             1      0.000000e+00                NA
4990         15.044            -1      0.000000e+00                NA
4991         14.081             1      0.000000e+00                NA
4992         14.935            -1      0.000000e+00                NA
4993         18.344            -1      3.000000e-01                NA
4994         23.037             1      1.000000e+00                NA
4995         18.344             1      3.900000e-01                NA
4996          8.628             1     -2.000000e-01                NA
4997         10.879            -1      2.272727e-02                NA
4998         15.044             1      1.000000e-01                NA
4999         18.344            -1      2.166667e-01                NA
5000         12.049             1      0.000000e+00                NA
5001         26.745            -1      0.000000e+00                NA
5002         18.344            -1      2.380952e-01                NA
5003         15.044             1      3.000000e-01                NA
5004         10.848             1      0.000000e+00                NA
5005         14.935            -1      5.000000e-01                NA
5006          7.797             1      5.000000e-01                NA
5007         14.559             1      0.000000e+00                NA
5008         17.193            -1      6.818182e-02                NA
5009         15.973             1      2.500000e-01                NA
5010         27.070             1      6.000000e-01                NA
5011         15.044             1      0.000000e+00                NA
5012         18.344            -1      0.000000e+00                NA
5013         10.848             1      0.000000e+00                NA
5014         14.935             1      1.000000e+00                NA
5015         10.848             1      0.000000e+00                NA
5016         18.344             1      1.500000e-01                NA
5017         10.282             1      0.000000e+00                NA
5018         15.044            -1      0.000000e+00                NA
5019          9.721             1      6.375000e-01                NA
5020         15.044             1      0.000000e+00                NA
5021          9.281             1      0.000000e+00                NA
5022          9.721             1      1.181818e-01                NA
5023         17.171            -1      2.000000e-01                NA
5024         20.755             1      2.972222e-01                NA
5025         15.044             1      0.000000e+00                NA
5026         14.935             1      2.000000e-01                NA
5027         14.935             1      5.000000e-01                NA
5028         14.198            -1      1.363636e-01                NA
5029         26.745            -1     -3.181818e-02                NA
5030         18.344             1      0.000000e+00                NA
5031         15.044             1      0.000000e+00                NA
5032         26.745            -1     -3.181818e-02                NA
5033         14.935             1      0.000000e+00                NA
5034         18.344            -1      0.000000e+00                NA
5035         10.879             1      8.000000e-01                NA
5036         12.486             1     -2.500000e-01                NA
5037         24.851            -1     -3.125000e-01                NA
5038         14.935             1      0.000000e+00                NA
5039         15.044             1      0.000000e+00                NA
5040         18.344            -1     -8.333333e-02                NA
5041         15.044             1      0.000000e+00                NA
5042          6.941             1      3.750000e-01                NA
5043         14.935             1      0.000000e+00                NA
5044         23.601             1      0.000000e+00                NA
5045         10.848             1      0.000000e+00                NA
5046         21.199            -1      0.000000e+00                NA
5047         26.745             1      0.000000e+00                NA
5048         26.745            -1     -3.181818e-02                NA
5049         18.344             1      8.000000e-01                NA
5050         18.344             1      8.000000e-01                NA
5051         14.935             1      0.000000e+00                NA
5052         18.344             1      0.000000e+00                NA
5053         18.344            -1      0.000000e+00                NA
5054         15.044            -1      1.000000e-01                NA
5055         14.935             1      8.500000e-01                NA
5056         21.529            -1      0.000000e+00                NA
5057         18.344            -1      8.000000e-01                NA
5058         19.379            -1      0.000000e+00                NA
5059         14.935            -1     -1.250000e-02                NA
5060         18.344             1      0.000000e+00                NA
5061          9.281            -1      0.000000e+00                NA
5062         18.344             1     -5.000000e-02                NA
5063          7.797             1     -1.000000e-01                NA
5064          7.797             1      0.000000e+00                NA
5065         15.044            -1     -6.000000e-01                NA
5066         15.044             1      1.250000e-01                NA
5067         18.344            -1      0.000000e+00                NA
5068         14.935             1      1.250000e-01                NA
5069          7.797             1      0.000000e+00                NA
5070         15.044            -1      1.212121e-02                NA
5071         10.583             1      0.000000e+00                NA
5072         18.344             1      0.000000e+00                NA
5073         18.344             1     -8.333333e-02                NA
5074         18.344            -1      1.363636e-01                NA
5075         18.344             1     -3.333333e-02                NA
5076         15.044             1      8.750000e-02                NA
5077         18.344            -1      4.000000e-01                NA
5078         18.344            -1      4.000000e-01                NA
5079         22.608             1      6.818182e-02                NA
5080         18.344             1      1.818182e-02                NA
5081         26.745             1      0.000000e+00                NA
5082         18.344             1      0.000000e+00                NA
5083         12.803            -1      1.041667e-01                NA
5084         14.081             1      0.000000e+00                NA
5085         14.198            -1      0.000000e+00                NA
5086         18.344             1     -5.000000e-02                NA
5087          8.628             1      7.000000e-01                NA
5088         18.344            -1      0.000000e+00                NA
5089         10.848            -1     -5.000000e-02                NA
5090         18.344            -1      1.166667e-01                NA
5091         13.365             1      0.000000e+00                NA
5092         14.935             1      0.000000e+00                NA
5093         29.384            -1      0.000000e+00                NA
5094         26.430             1      0.000000e+00                NA
5095         18.344            -1     -1.083333e-01                NA
5096         15.044            -1     -6.000000e-01                NA
5097         14.935            -1      0.000000e+00                NA
5098         15.044             1     -1.000000e-01                NA
5099         15.044             1      0.000000e+00                NA
5100         26.745             1      3.333333e-02                NA
5101         14.935             1      1.000000e-01                NA
5102          7.797             1      0.000000e+00                NA
5103         18.344            -1     -3.181818e-02                NA
5104         21.529            -1      0.000000e+00                NA
5105         26.745             1     -7.500000e-01                NA
5106         21.199            -1      8.000000e-01                NA
5107         15.044             1      0.000000e+00                NA
5108         16.517             1      0.000000e+00                NA
5109         17.193             1      8.000000e-01                NA
5110         18.344            -1      3.340909e-01                NA
5111         18.344             1      0.000000e+00                NA
5112         15.044             1      1.212121e-02                NA
5113         13.591             1      0.000000e+00                NA
5114         18.344            -1      1.366667e-01                NA
5115         18.344             1     -2.121212e-02                NA
5116         18.344            -1      0.000000e+00                NA
5117         18.344            -1     -2.916667e-01                NA
5118         21.199             1      2.765152e-01                NA
5119         15.044             1      0.000000e+00                NA
5120          9.721             1      0.000000e+00                NA
5121          7.797             1      0.000000e+00                NA
5122         21.343            -1      5.000000e-01                NA
5123         21.199             1      0.000000e+00                NA
5124         27.607             1      0.000000e+00                NA
5125         22.608             1      0.000000e+00                NA
5126         26.745             1      0.000000e+00                NA
5127         21.199            -1     -1.000000e+00                NA
5128         14.081             1      2.857143e-01                NA
5129         10.879             1      0.000000e+00                NA
5130         26.745             1      0.000000e+00                NA
5131         26.745             1      0.000000e+00                NA
5132         17.171            -1      0.000000e+00                NA
5133         29.384             1      0.000000e+00                NA
5134         18.344             1      6.250000e-01                NA
5135         26.745             1      0.000000e+00                NA
5136         18.344            -1      0.000000e+00                NA
5137         14.935            -1     -8.333333e-02                NA
5138          9.271             1      5.333333e-01                NA
5139         26.745            -1      0.000000e+00                NA
5140          9.721             1      0.000000e+00                NA
5141         10.879            -1      0.000000e+00                NA
5142         18.344            -1      0.000000e+00                NA
5143         10.879             1      1.000000e-01                NA
5144         12.486            -1      0.000000e+00                NA
5145         40.123            -1      0.000000e+00                NA
5146         18.344            -1      0.000000e+00                NA
5147         26.745            -1      0.000000e+00                NA
5148         15.044             1     -3.000000e-01                NA
5149         15.044             1     -3.000000e-01                NA
5150         34.317             1      0.000000e+00                NA
5151         15.044            -1     -1.555556e-01                NA
5152         15.044             1     -3.000000e-01                NA
5153         15.044             1     -3.000000e-01                NA
5154         15.044             1     -3.000000e-01                NA
5155         18.344            -1      0.000000e+00                NA
5156         17.171            -1      0.000000e+00                NA
5157         15.044            -1     -3.333333e-01                NA
5158         15.044             1     -3.000000e-01                NA
5159         15.044             1     -3.000000e-01                NA
5160         15.044             1     -3.000000e-01                NA
5161         15.044            -1      1.212121e-02                NA
5162         15.044             1     -3.000000e-01                NA
5163         17.171             1      0.000000e+00                NA
5164         13.278            -1      0.000000e+00                NA
5165         18.344            -1      0.000000e+00                NA
5166         14.935             1      0.000000e+00                NA
5167         14.935            -1      0.000000e+00                NA
5168         18.344            -1      1.363636e-01                NA
5169         14.815            -1      1.750000e-01                NA
5170         18.344             1      0.000000e+00                NA
5171         13.278             1      0.000000e+00                NA
5172         15.044            -1      0.000000e+00                NA
5173         18.344             1      1.363636e-01                NA
5174         14.081             1     -3.000000e-01                NA
5175         15.044            -1      1.212121e-02                NA
5176         15.044             1      1.212121e-02                NA
5177          9.721             1      0.000000e+00                NA
5178         18.344            -1      4.000000e-01                NA
5179         14.935             1      0.000000e+00                NA
5180         10.848             1      0.000000e+00                NA
5181         18.344             1      0.000000e+00                NA
5182         14.935            -1     -6.250000e-02                NA
5183         14.935             1     -6.250000e-02                NA
5184         15.044             1     -3.000000e-01                NA
5185         17.193            -1     -5.000000e-01                NA
5186         18.344            -1     -2.000000e-01                NA
5187         15.044             1      0.000000e+00                NA
5188         14.935            -1      0.000000e+00                NA
5189         18.344            -1      3.000000e-01                NA
5190         26.745             1      0.000000e+00                NA
5191         15.044             1     -3.000000e-01                NA
5192         18.344            -1      3.760101e-01                NA
5193         15.973            -1      6.500000e-01                NA
5194         26.745             1      0.000000e+00                NA
5195         15.044             1     -3.000000e-01                NA
5196          7.928             1      0.000000e+00                NA
5197         15.973             1      1.000000e-01                NA
5198         26.745             1     -5.375000e-01                NA
5199         14.935             1      0.000000e+00                NA
5200         26.745             1      0.000000e+00                NA
5201         18.344            -1      0.000000e+00                NA
5202         21.867            -1      0.000000e+00                NA
5203         10.879             1      0.000000e+00                NA
5204         10.879             1      0.000000e+00                NA
5205         27.607             1      2.000000e-01                NA
5206         10.879             1      0.000000e+00                NA
5207         10.879             1      0.000000e+00                NA
5208         10.879             1      0.000000e+00                NA
5209         11.495             1     -3.000000e-01                NA
5210         15.044             1     -3.000000e-01                NA
5211         15.044            -1      0.000000e+00                NA
5212         15.044            -1     -1.000000e-01                NA
5213         11.495            -1      6.250000e-01                NA
5214         15.044            -1      1.212121e-02                NA
5215          7.797            -1      0.000000e+00                NA
5216          7.797             1      8.000000e-01                NA
5217         12.808            -1      0.000000e+00                NA
5218         14.198             1      0.000000e+00                NA
5219         18.344             1      0.000000e+00                NA
5220         18.344             1      2.142857e-01                NA
5221         10.879             1      0.000000e+00                NA
5222         27.090             1      1.000000e-01                NA
5223         10.879             1      0.000000e+00                NA
5224         18.344             1      2.500000e-01                NA
5225         34.317             1      0.000000e+00                NA
5226         18.344            -1      3.000000e-01                NA
5227         15.973            -1      0.000000e+00                NA
5228         18.344             1      2.142857e-01                NA
5229          8.628             1      0.000000e+00                NA
5230         15.044             1     -1.500000e-01                NA
5231          7.797             1      0.000000e+00                NA
5232         18.344            -1      0.000000e+00                NA
5233         10.879             1      0.000000e+00                NA
5234         15.044             1      0.000000e+00                NA
5235         18.344            -1      0.000000e+00                NA
5236         14.935             1      3.333333e-02                NA
5237         18.344             1      3.333333e-01                NA
5238         15.044            -1      0.000000e+00                NA
5239         14.935             1     -7.500000e-01                NA
5240         23.037             1      2.166667e-01                NA
5241         10.879            -1      0.000000e+00                NA
5242         14.935            -1      2.000000e-01                NA
5243         34.317            -1      1.363636e-01                NA
5244         18.344            -1      0.000000e+00                NA
5245         15.044             1     -1.500000e-01                NA
5246         18.344            -1      0.000000e+00                NA
5247         21.199             1     -4.000000e-01                NA
5248         16.925             1      0.000000e+00                NA
5249         14.935             1     -6.250000e-02                NA
5250         15.044            -1      0.000000e+00                NA
5251         14.935             1      0.000000e+00                NA
5252         62.043             1      0.000000e+00                NA
5253         18.344            -1      1.875000e-01                NA
5254         18.344             1      5.300000e-01                NA
5255         14.262             1      3.333333e-01                NA
5256         10.879             1      3.568182e-01                NA
5257         26.745             1      8.750000e-01                NA
5258         62.043             1      0.000000e+00                NA
5259         18.344            -1      0.000000e+00                NA
5260         14.198            -1      0.000000e+00                NA
5261         17.171            -1     -5.000000e-01                NA
5262         18.344            -1      5.000000e-01                NA
5263          7.797             1      4.285714e-01                NA
5264         18.344            -1     -5.000000e-02                NA
5265         12.486            -1     -7.142857e-01                NA
5266          9.281             1      0.000000e+00                NA
5267         26.745             1      5.000000e-01                NA
5268         14.935            -1      0.000000e+00                NA
5269         18.344            -1     -8.333333e-02                NA
5270         13.278            -1      0.000000e+00                NA
5271         15.044             1     -3.000000e-01                NA
5272         18.344            -1      0.000000e+00                NA
5273          7.797             1      0.000000e+00                NA
5274         17.171             1      0.000000e+00                NA
5275         14.935             1      2.678571e-01                NA
5276         15.044            -1      0.000000e+00                NA
5277         21.867             1      8.000000e-01                NA
5278          7.797             1      4.285714e-01                NA
5279         15.044             1      0.000000e+00                NA
5280         11.495            -1      0.000000e+00                NA
5281         15.044             1      4.214286e-01                NA
5282         10.879            -1      1.704545e-01                NA
5283         14.935            -1     -1.000000e-01                NA
5284         15.044             1      0.000000e+00                NA
5285         15.044             1      0.000000e+00                NA
5286         17.193             1      0.000000e+00                NA
5287         18.344            -1      3.000000e-01                NA
5288         15.044             1     -3.000000e-01                NA
5289         18.344             1      0.000000e+00                NA
5290          7.797             1      8.000000e-01                NA
5291         17.171            -1      0.000000e+00                NA
5292         15.044             1      0.000000e+00                NA
5293         16.160            -1      0.000000e+00                NA
5294         18.344            -1      5.000000e-02                NA
5295         14.262            -1      0.000000e+00                NA
5296         23.037             1      0.000000e+00                NA
5297         18.344            -1      0.000000e+00                NA
5298         27.070             1      6.000000e-01                NA
5299         12.486             1      0.000000e+00                NA
5300         15.044            -1      0.000000e+00                NA
5301         18.344            -1     -1.875000e-01                NA
5302         18.344            -1      0.000000e+00                NA
5303         12.808            -1      3.750000e-01                NA
5304         15.044            -1      1.212121e-02                NA
5305         18.344            -1      1.666667e-01                NA
5306         15.044            -1      2.000000e-01                NA
5307         14.935             1      0.000000e+00                NA
5308         15.044             1      1.212121e-02                NA
5309         13.700             1      2.500000e-01                NA
5310         18.344            -1      0.000000e+00                NA
5311         12.486             1      0.000000e+00                NA
5312         14.935            -1      5.000000e-01                NA
5313         34.317            -1     -7.500000e-02                NA
5314         14.935             1      0.000000e+00                NA
5315         15.044            -1      0.000000e+00                NA
5316         15.044             1      1.000000e-01                NA
5317         26.745             1      0.000000e+00                NA
5318         17.171            -1     -3.125000e-01                NA
5319         19.379            -1      0.000000e+00                NA
5320         26.745             1     -5.000000e-01                NA
5321         11.495             1     -1.666667e-01                NA
5322         18.344            -1      0.000000e+00                NA
5323         14.198             1      0.000000e+00                NA
5324         26.745            -1      2.148148e-01                NA
5325         13.365            -1      0.000000e+00                NA
5326         17.193             1      0.000000e+00                NA
5327         14.081            -1      0.000000e+00                NA
5328         17.171            -1      5.000000e-01                NA
5329         15.044             1     -3.000000e-01                NA
5330         26.745             1      8.500000e-01                NA
5331         15.044            -1      0.000000e+00                NA
5332         18.344            -1      0.000000e+00                NA
5333         12.808             1      0.000000e+00                NA
5334         15.044             1      0.000000e+00                NA
5335         11.495             1     -5.000000e-01                NA
5336         18.344            -1      0.000000e+00                NA
5337          7.797             1      0.000000e+00                NA
5338         15.044            -1      1.212121e-02                NA
5339         15.044             1      0.000000e+00                NA
5340         17.171            -1     -4.000000e-01                NA
5341         14.081            -1      0.000000e+00                NA
5342         15.044            -1      0.000000e+00                NA
5343         18.344            -1      0.000000e+00                NA
5344         19.195             1      0.000000e+00                NA
5345         12.486            -1      0.000000e+00                NA
5346         16.517             1      0.000000e+00                NA
5347         12.486            -1      0.000000e+00                NA
5348         18.344             1     -1.666667e-01                NA
5349         12.049             1     -1.500000e-01                NA
5350         17.171            -1     -1.875000e-01                NA
5351         26.745             1      0.000000e+00                NA
5352         27.070            -1      0.000000e+00                NA
5353         15.044            -1      0.000000e+00                NA
5354         18.344             1      0.000000e+00                NA
5355         14.935             1      1.000000e-01                NA
5356         14.935            -1      0.000000e+00                NA
5357         14.935            -1      0.000000e+00                NA
5358         14.935            -1     -1.000000e-01                NA
5359          9.721             1      0.000000e+00                NA
5360         15.044             1      1.212121e-02                NA
5361         18.344            -1      5.000000e-01                NA
5362         14.935            -1      0.000000e+00                NA
5363          9.721             1      0.000000e+00                NA
5364         23.037            -1      0.000000e+00                NA
5365         26.745            -1      0.000000e+00                NA
5366          8.628            -1      0.000000e+00                NA
5367         18.344             1      0.000000e+00                NA
5368         18.344             1      1.000000e+00                NA
5369         18.344            -1      2.467532e-01                NA
5370         18.344             1      0.000000e+00                NA
5371          6.941             1     -1.250000e-01                NA
5372         15.044            -1      0.000000e+00                NA
5373         10.583            -1     -2.878788e-01                NA
5374          9.281             1      3.000000e-01                NA
5375         18.344            -1      0.000000e+00                NA
5376         18.344            -1      4.000000e-01                NA
5377         26.745             1      0.000000e+00                NA
5378         16.925             1      0.000000e+00                NA
5379          9.281             1      0.000000e+00                NA
5380         18.344            -1     -2.166667e-01                NA
5381         15.044            -1      2.000000e-01                NA
5382         18.344            -1      1.363636e-01                NA
5383         15.044             1      1.212121e-02                NA
5384         13.278            -1     -1.166667e-01                NA
5385         17.171             1      0.000000e+00                NA
5386         14.198            -1     -1.250000e-01                NA
5387         27.957             1      1.722222e-01                NA
5388         11.495             1      0.000000e+00                NA
5389         18.344            -1     -8.333333e-03                NA
5390         16.189             1      2.500000e-01                NA
5391         15.044            -1      1.212121e-02                NA
5392         15.044             1     -1.458333e-01                NA
5393         18.344            -1     -1.666667e-01                NA
5394         15.044             1      8.000000e-01                NA
5395         18.344             1      2.000000e-01                NA
5396         14.935            -1      5.416667e-01                NA
5397         26.745             1      3.055556e-01                NA
5398         18.344             1      0.000000e+00                NA
5399         18.344            -1      0.000000e+00                NA
5400         14.935             1      1.000000e+00                NA
5401         10.879             1      2.000000e-01                NA
5402          9.281            -1      8.000000e-01                NA
5403         18.344             1      0.000000e+00                NA
5404         17.193            -1      0.000000e+00                NA
5405          7.797            -1      3.000000e-01                NA
5406         18.344            -1     -2.142857e-01                NA
5407         18.344            -1      4.250000e-01                NA
5408         18.344            -1      0.000000e+00                NA
5409         14.081            -1      0.000000e+00                NA
5410         18.344            -1      0.000000e+00                NA
5411         18.344            -1      2.500000e-01                NA
5412         18.344            -1      1.481818e-01                NA
5413         16.189             1      2.500000e-01                NA
5414         14.935            -1      2.833333e-01                NA
5415         15.044             1      0.000000e+00                NA
5416         18.344             1      0.000000e+00                NA
5417         14.198             1      5.000000e-01                NA
5418         17.171            -1      0.000000e+00                NA
5419         16.189             1      0.000000e+00                NA
5420         18.344             1      0.000000e+00                NA
5421         18.344            -1      0.000000e+00                NA
5422         18.344            -1     -2.000000e-01                NA
5423          7.797             1      4.285714e-01                NA
5424         14.935            -1      2.000000e-01                NA
5425         12.486             1      2.500000e-01                NA
5426         26.745            -1      6.000000e-01                NA
5427         18.344            -1      0.000000e+00                NA
5428         17.171             1      7.500000e-01                NA
5429         19.379            -1      0.000000e+00                NA
5430         15.044             1      0.000000e+00                NA
5431         15.044            -1      0.000000e+00                NA
5432         11.495            -1     -3.000000e-01                NA
5433         15.044             1     -5.000000e-01                NA
5434         13.626             1      2.000000e-01                NA
5435         18.344            -1     -2.000000e-01                NA
5436          6.941             1      0.000000e+00                NA
5437         18.344            -1     -5.000000e-01                NA
5438         11.495            -1     -4.404762e-01                NA
5439         17.171             1      4.000000e-01                NA
5440         26.745             1     -2.500000e-01                NA
5441         18.344             1      0.000000e+00                NA
5442         14.198             1      5.000000e-01                NA
5443         14.198             1      0.000000e+00                NA
5444         10.115             1      1.000000e+00                NA
5445         18.344             1      0.000000e+00                NA
5446          9.493             1      9.000000e-01                NA
5447         18.344             1      0.000000e+00                NA
5448         15.044            -1      3.000000e-01                NA
5449         15.044             1     -5.000000e-01                NA
5450         14.935             1      8.000000e-01                NA
5451         14.935             1     -1.000000e-01                NA
5452         10.583            -1      0.000000e+00                NA
5453         18.344            -1     -1.666667e-01                NA
5454          8.628            -1      2.333333e-01                NA
5455         15.044             1      1.000000e-01                NA
5456         26.745            -1      8.000000e-01                NA
5457         14.935            -1      0.000000e+00                NA
5458         14.935             1      0.000000e+00                NA
5459         15.044            -1      0.000000e+00                NA
5460         18.344             1      2.142857e-01                NA
5461         18.344             1      0.000000e+00                NA
5462         15.044             1      0.000000e+00                NA
5463         15.044             1     -3.000000e-01                NA
5464         18.344            -1      2.166667e-01                NA
5465         27.070             1      0.000000e+00                NA
5466         15.044             1      3.000000e-01                NA
5467         26.745             1      4.285714e-01                NA
5468         18.344            -1      1.212121e-02                NA
5469         18.344            -1      0.000000e+00                NA
5470         19.379            -1      0.000000e+00                NA
5471         17.171            -1      0.000000e+00                NA
5472         14.935            -1     -3.000000e-01                NA
5473         18.344             1      6.000000e-01                NA
5474         27.070             1      0.000000e+00                NA
5475         17.171             1     -4.000000e-01                NA
5476         17.171            -1      0.000000e+00                NA
5477         26.745            -1      3.000000e-01                NA
5478         18.344             1      0.000000e+00                NA
5479         18.344            -1      1.000000e-01                NA
5480         26.745             1      2.787879e-01                NA
5481          7.928             1      5.000000e-01                NA
5482         18.344            -1     -1.555556e-01                NA
5483         15.044             1      0.000000e+00                NA
5484         15.973            -1      0.000000e+00                NA
5485         18.344             1      2.000000e-01                NA
5486         18.344            -1      5.000000e-01                NA
5487         18.344             1      7.250000e-01                NA
5488         18.344             1     -1.555556e-01                NA
5489         18.344            -1      4.000000e-01                NA
5490         14.935            -1      0.000000e+00                NA
5491         14.935             1      0.000000e+00                NA
5492         18.344            -1      7.777778e-02                NA
5493         15.044            -1      1.212121e-02                NA
5494         18.344            -1     -1.000000e-01                NA
5495         11.495            -1      0.000000e+00                NA
5496         14.935            -1      2.500000e-01                NA
5497         18.344            -1      0.000000e+00                NA
5498         15.044            -1      1.250000e-01                NA
5499         15.044            -1      0.000000e+00                NA
5500         14.262            -1      0.000000e+00                NA
5501         18.344             1      0.000000e+00                NA
5502         27.070             1      2.375000e-01                NA
5503         14.815            -1      0.000000e+00                NA
5504         26.745             1     -3.333333e-02                NA
5505         14.935            -1      0.000000e+00                NA
5506         18.344             1      3.571429e-01                NA
5507         14.198             1      0.000000e+00                NA
5508         18.344             1      7.142857e-03                NA
5509         20.716             1      1.000000e+00                NA
5510         11.495            -1     -1.000000e-01                NA
5511         17.193             1      0.000000e+00                NA
5512         12.486             1      6.250000e-01                NA
5513         18.344            -1      1.704545e-01                NA
5514         23.601             1      2.000000e-01                NA
5515         26.745            -1      5.000000e-01                NA
5516         26.745             1      2.857143e-01                NA
5517         18.344            -1      0.000000e+00                NA
5518         17.193             1      0.000000e+00                NA
5519         30.437            -1      0.000000e+00                NA
5520         10.879            -1      0.000000e+00                NA
5521          7.797             1      5.555556e-02                NA
5522         26.745            -1      8.000000e-01                NA
5523         14.935            -1      4.000000e-01                NA
5524         18.344             1      0.000000e+00                NA
5525         26.745             1      0.000000e+00                NA
5526          9.281            -1      1.704545e-01                NA
5527         18.344            -1      8.000000e-01                NA
5528          9.721            -1      1.953125e-01                NA
5529         18.344             1      0.000000e+00                NA
5530          7.797             1      3.500000e-01                NA
5531         26.745            -1      8.000000e-01                NA
5532         17.171            -1      0.000000e+00                NA
5533         24.851             1      1.704545e-01                NA
5534         13.278            -1      0.000000e+00                NA
5535         15.044             1     -8.000000e-01                NA
5536         15.044            -1      0.000000e+00                NA
5537         15.044             1     -3.000000e-01                NA
5538         14.935             1      0.000000e+00                NA
5539         15.044             1      4.333333e-01                NA
5540          7.797             1      0.000000e+00                NA
5541         14.935            -1      0.000000e+00                NA
5542         13.365             1     -4.000000e-01                NA
5543         18.344            -1      0.000000e+00                NA
5544         15.044             1      0.000000e+00                NA
5545         18.344             1      0.000000e+00                NA
5546         18.344            -1      0.000000e+00                NA
5547         26.745             1      0.000000e+00                NA
5548         17.164             1      8.000000e-01                NA
5549         16.089            -1      5.500000e-01                NA
5550         20.868             1      0.000000e+00                NA
5551         26.200             1      0.000000e+00                NA
5552         20.003             1      0.000000e+00                NA
5553         20.003            -1     -5.000000e-01                NA
5554          7.304             1      0.000000e+00                NA
5555         14.566             1      1.000000e+00                NA
5556         17.564            -1      0.000000e+00                NA
5557         15.866             1     -4.557292e-01                NA
5558         17.564            -1      0.000000e+00                NA
5559         17.164            -1     -4.666667e-01                NA
5560         22.532            -1      0.000000e+00                NA
5561         26.631             1      0.000000e+00                NA
5562          7.304            -1      0.000000e+00                NA
5563         20.003             1      0.000000e+00                NA
5564         14.566            -1      0.000000e+00                NA
5565         22.532            -1      1.375000e-01                NA
5566         25.820             1      3.500000e-01                NA
5567          7.304            -1      0.000000e+00                NA
5568         17.164            -1     -7.750000e-01                NA
5569         13.067            -1      1.136364e-01                NA
5570         20.003             1      5.000000e-01                NA
5571          7.304            -1      0.000000e+00                NA
5572         26.631             1      3.250000e-01                NA
5573         20.003            -1     -5.000000e-01                NA
5574         20.003             1      2.000000e-01                NA
5575         22.532            -1      0.000000e+00                NA
5576          7.304            -1      0.000000e+00                NA
5577         22.532            -1      3.750000e-01                NA
5578         20.003             1      2.000000e-01                NA
5579         26.631             1      0.000000e+00                NA
5580         17.164            -1      0.000000e+00                NA
5581         26.200             1      0.000000e+00                NA
5582         20.003             1      0.000000e+00                NA
5583         22.532            -1      2.936508e-02                NA
5584         17.164             1      1.250000e-01                NA
5585         25.820             1      3.500000e-01                NA
5586         26.631            -1     -1.555556e-01                NA
5587         22.466             1      8.000000e-01                NA
5588         22.532            -1      0.000000e+00                NA
5589         22.532            -1      1.587302e-02                NA
5590         22.532             1      5.500000e-01                NA
5591          7.304            -1      0.000000e+00                NA
5592         17.164            -1      1.000000e+00                NA
5593         22.532            -1      0.000000e+00                NA
5594         20.206             1      5.000000e-01                NA
5595         20.003             1      0.000000e+00                NA
5596         20.003            -1     -2.000000e-01                NA
5597         14.566             1      4.000000e-01                NA
5598         22.532            -1      0.000000e+00                NA
5599         22.532            -1      0.000000e+00                NA
5600          7.304            -1      0.000000e+00                NA
5601         16.438             1      6.250000e-01                NA
5602         15.866             1      2.815657e-01                NA
5603         21.381             1      0.000000e+00                NA
5604         16.089             1      4.000000e-01                NA
5605         22.532            -1      0.000000e+00                NA
5606         22.532             1      3.000000e-01                NA
5607         12.668            -1      2.500000e-01                NA
5608          9.269             1      5.777778e-01                NA
5609         16.089             1      0.000000e+00                NA
5610         17.604            -1      0.000000e+00                NA
5611         26.631            -1      3.125000e-01                NA
5612          7.304            -1      0.000000e+00                NA
5613         22.532             1      5.476190e-02                NA
5614         14.410             1      0.000000e+00                NA
5615         17.604             1      1.250000e-01                NA
5616         22.532            -1      1.363636e-01                NA
5617         20.003            -1     -5.000000e-01                NA
5618         14.566            -1      0.000000e+00                NA
5619         22.532             1      4.000000e-01                NA
5620         20.003            -1     -5.000000e-02                NA
5621         22.532             1      1.363636e-01                NA
5622         20.003            -1      0.000000e+00                NA
5623         20.003            -1      0.000000e+00                NA
5624         25.522            -1     -1.000000e+00                NA
5625         16.438             1      0.000000e+00                NA
5626         22.532             1      2.791667e-01                NA
5627         14.188            -1      0.000000e+00                NA
5628         14.566             1      0.000000e+00                NA
5629         17.604            -1      0.000000e+00                NA
5630         20.868             1      0.000000e+00                NA
5631         22.466             1      0.000000e+00                NA
5632         22.466            -1     -3.000000e-01                NA
5633         26.631            -1      7.000000e-01                NA
5634         17.164             1      0.000000e+00                NA
5635         14.122             1      1.785714e-01                NA
5636         20.003             1      0.000000e+00                NA
5637         14.410             1      0.000000e+00                NA
5638         26.631            -1      0.000000e+00                NA
5639         22.532            -1     -5.000000e-01                NA
5640         20.003             1      0.000000e+00                NA
5641         16.438            -1      5.000000e-01                NA
5642         25.851            -1      0.000000e+00                NA
5643         22.532            -1      0.000000e+00                NA
5644         14.475            -1      5.000000e-01                NA
5645         26.631            -1      0.000000e+00                NA
5646         22.532            -1     -2.500000e-01                NA
5647         20.003             1      0.000000e+00                NA
5648         20.003            -1      0.000000e+00                NA
5649         14.120             1      0.000000e+00                NA
5650         22.532            -1     -1.083333e-01                NA
5651         22.532             1      1.000000e-01                NA
5652         21.235            -1      1.000000e-01                NA
5653         14.566             1      0.000000e+00                NA
5654         22.532             1      2.777778e-02                NA
5655         26.631            -1     -2.500000e-01                NA
5656         26.631             1      3.333333e-01                NA
5657         26.631             1      0.000000e+00                NA
5658         20.003            -1      0.000000e+00                NA
5659         22.466             1      0.000000e+00                NA
5660         20.943            -1      4.500000e-01                NA
5661         20.003            -1      0.000000e+00                NA
5662         14.566             1      0.000000e+00                NA
5663         13.801             1      5.000000e-01                NA
5664         17.075             1      5.000000e-01                NA
5665         26.631            -1      0.000000e+00                NA
5666         14.566             1      0.000000e+00                NA
5667         20.505            -1      0.000000e+00                NA
5668         13.345             1      0.000000e+00                NA
5669         14.566            -1      0.000000e+00                NA
5670         22.532             1      1.363636e-01                NA
5671         22.532            -1      0.000000e+00                NA
5672         14.120             1      0.000000e+00                NA
5673         14.410            -1      0.000000e+00                NA
5674         22.532            -1     -1.318182e-01                NA
5675         22.532            -1      0.000000e+00                NA
5676         16.438            -1      3.681818e-01                NA
5677         13.345            -1      0.000000e+00                NA
5678         26.631            -1      0.000000e+00                NA
5679         14.475             1      0.000000e+00                NA
5680          7.304            -1      0.000000e+00                NA
5681         23.581            -1      0.000000e+00                NA
5682         22.532            -1      0.000000e+00                NA
5683         20.003            -1      0.000000e+00                NA
5684         17.604            -1      5.000000e-01                NA
5685         20.003             1     -3.000000e-01                NA
5686         16.438            -1      0.000000e+00                NA
5687         22.532            -1      0.000000e+00                NA
5688         26.631             1      0.000000e+00                NA
5689         22.532            -1      1.181818e-01                NA
5690         22.532            -1      0.000000e+00                NA
5691         22.532             1      0.000000e+00                NA
5692         26.631            -1      0.000000e+00                NA
5693         22.532            -1      1.363636e-01                NA
5694         22.532            -1      0.000000e+00                NA
5695         22.532            -1      0.000000e+00                NA
5696         14.120             1      0.000000e+00                NA
5697         16.718             1      0.000000e+00                NA
5698         22.532             1      0.000000e+00                NA
5699         14.410             1      0.000000e+00                NA
5700         17.164            -1      6.818182e-02                NA
5701         16.337            -1     -2.000000e-01                NA
5702         22.532             1      0.000000e+00                NA
5703         22.532            -1      2.000000e-01                NA
5704         22.532            -1      0.000000e+00                NA
5705         20.003            -1      0.000000e+00                NA
5706         34.214            -1      0.000000e+00                NA
5707         20.003             1      0.000000e+00                NA
5708         20.003            -1      0.000000e+00                NA
5709         20.003             1      0.000000e+00                NA
5710         20.003             1     -8.000000e-01                NA
5711         20.003             1      0.000000e+00                NA
5712         22.532            -1      3.333333e-01                NA
5713         22.532            -1      0.000000e+00                NA
5714         22.532            -1      0.000000e+00                NA
5715         25.851             1      0.000000e+00                NA
5716         20.003             1      0.000000e+00                NA
5717         15.326             1     -3.000000e-01                NA
5718         20.003             1      0.000000e+00                NA
5719         20.003            -1     -3.333333e-01                NA
5720         22.532            -1      5.000000e-01                NA
5721         20.003             1      0.000000e+00                NA
5722         14.120            -1      1.681818e-01                NA
5723         17.604             1      1.000000e-01                NA
5724          9.511            -1      0.000000e+00                NA
5725         20.003             1      0.000000e+00                NA
5726         16.438             1      0.000000e+00                NA
5727         20.003             1      0.000000e+00                NA
5728         14.566             1      0.000000e+00                NA
5729         22.532             1     -5.551115e-17                NA
5730         22.532            -1      8.214286e-02                NA
5731         26.200             1      0.000000e+00                NA
5732         20.003             1      0.000000e+00                NA
5733         25.851            -1      0.000000e+00                NA
5734         20.003            -1      0.000000e+00                NA
5735         22.532             1     -8.888889e-02                NA
5736         14.566            -1      5.416667e-01                NA
5737         22.532            -1      1.363636e-01                NA
5738         21.381            -1      0.000000e+00                NA
5739         22.532            -1      0.000000e+00                NA
5740         20.003            -1      0.000000e+00                NA
5741         14.566            -1      0.000000e+00                NA
5742         16.438             1      0.000000e+00                NA
5743         14.566            -1      0.000000e+00                NA
5744         20.003             1      0.000000e+00                NA
5745         26.631             1      0.000000e+00                NA
5746         26.631            -1      1.000000e-01                NA
5747         14.566             1      4.000000e-01                NA
5748         14.410            -1      0.000000e+00                NA
5749         20.003             1      0.000000e+00                NA
5750         18.060             1      0.000000e+00                NA
5751         20.003             1     -8.000000e-01                NA
5752         20.003            -1      0.000000e+00                NA
5753          7.304            -1      0.000000e+00                NA
5754         20.003             1      0.000000e+00                NA
5755         20.003             1      0.000000e+00                NA
5756         22.532            -1      0.000000e+00                NA
5757         20.003             1      0.000000e+00                NA
5758         20.003            -1      0.000000e+00                NA
5759         13.345            -1      5.000000e-01                NA
5760         20.003             1     -1.000000e-01                NA
5761         20.003            -1      0.000000e+00                NA
5762         22.532             1     -1.666667e-01                NA
5763         20.003             1      0.000000e+00                NA
5764         20.003             1      0.000000e+00                NA
5765         20.943            -1      0.000000e+00                NA
5766         22.532            -1      8.354978e-02                NA
5767         14.566             1      0.000000e+00                NA
5768         20.206             1      5.000000e-01                NA
5769         22.532            -1      1.363636e-01                NA
5770         14.566             1      0.000000e+00                NA
5771         20.003            -1      0.000000e+00                NA
5772         25.851             1      0.000000e+00                NA
5773          7.304             1      0.000000e+00                NA
5774         22.532             1      0.000000e+00                NA
5775         14.410             1      2.500000e-01                NA
5776         14.566            -1      0.000000e+00                NA
5777         14.566             1      0.000000e+00                NA
5778         13.345             1      5.000000e-01                NA
5779         22.532             1      0.000000e+00                NA
5780         20.003             1      0.000000e+00                NA
5781         22.532            -1      0.000000e+00                NA
5782         14.566             1      0.000000e+00                NA
5783         20.003             1      0.000000e+00                NA
5784         14.566             1      1.000000e+00                NA
5785         13.801             1      0.000000e+00                NA
5786         22.532            -1      3.333333e-01                NA
5787         20.003             1     -1.875000e-01                NA
5788         16.337             1      0.000000e+00                NA
5789         15.551             1      1.000000e-01                NA
5790         14.566            -1      1.000000e-01                NA
5791         20.003             1      0.000000e+00                NA
5792         13.801            -1      0.000000e+00                NA
5793         26.631            -1      0.000000e+00                NA
5794          7.304             1      4.285714e-01                NA
5795         22.532             1      0.000000e+00                NA
5796         22.532             1      0.000000e+00                NA
5797         34.214            -1      0.000000e+00                NA
5798         20.003             1      0.000000e+00                NA
5799         14.566            -1      5.000000e-01                NA
5800         20.538             1      3.500000e-01                NA
5801         20.305             1      4.000000e-01                NA
5802         22.466             1      0.000000e+00                NA
5803         22.532            -1      1.305556e-01                NA
5804         22.532             1      5.000000e-01                NA
5805         22.532            -1      0.000000e+00                NA
5806         17.247            -1      0.000000e+00                NA
5807         22.532            -1      2.500000e-01                NA
5808         20.003             1      0.000000e+00                NA
5809         22.532            -1      0.000000e+00                NA
5810         20.003            -1      0.000000e+00                NA
5811         22.532             1      0.000000e+00                NA
5812         16.726             1      4.500000e-01                NA
5813         22.532             1      2.500000e-01                NA
5814         14.120             1      0.000000e+00                NA
5815         22.532            -1      8.106061e-02                NA
5816         20.003            -1      0.000000e+00                NA
5817         14.566            -1      0.000000e+00                NA
5818         22.532             1      0.000000e+00                NA
5819         22.466             1      0.000000e+00                NA
5820         17.604             1     -9.375000e-01                NA
5821         16.089            -1      0.000000e+00                NA
5822         20.003             1      0.000000e+00                NA
5823         20.868             1      0.000000e+00                NA
5824         25.820             1      3.333333e-01                NA
5825         17.604             1     -9.375000e-01                NA
5826         16.089            -1      1.500000e-01                NA
5827         22.466             1     -1.000000e-01                NA
5828         20.003             1      0.000000e+00                NA
5829         22.532            -1     -1.666667e-01                NA
5830         25.851            -1      0.000000e+00                NA
5831         20.003             1      0.000000e+00                NA
5832         26.631             1     -6.666667e-01                NA
5833         22.466             1      0.000000e+00                NA
5834         22.532             1      3.416667e-01                NA
5835         14.566            -1      1.000000e-01                NA
5836         16.438             1      0.000000e+00                NA
5837         20.003             1      0.000000e+00                NA
5838         26.631             1      0.000000e+00                NA
5839         14.410             1      6.666667e-02                NA
5840         22.532            -1      0.000000e+00                NA
5841         26.631             1      0.000000e+00                NA
5842         16.438            -1      2.500000e-01                NA
5843         20.003            -1      0.000000e+00                NA
5844         22.532            -1      0.000000e+00                NA
5845         22.532             1      2.380952e-02                NA
5846         17.007             1      1.250000e-01                NA
5847         20.003            -1      0.000000e+00                NA
5848         19.475            -1      0.000000e+00                NA
5849         17.164            -1      0.000000e+00                NA
5850          7.304            -1      0.000000e+00                NA
5851         14.566            -1      0.000000e+00                NA
5852         14.120            -1      3.500000e-01                NA
5853         22.532            -1      0.000000e+00                NA
5854         20.003            -1      0.000000e+00                NA
5855         14.566             1      0.000000e+00                NA
5856         26.200             1      0.000000e+00                NA
5857         16.438             1      0.000000e+00                NA
5858         22.532             1      0.000000e+00                NA
5859         26.631             1      0.000000e+00                NA
5860         22.532            -1      1.250000e-01                NA
5861         20.003            -1      0.000000e+00                NA
5862         34.214            -1      2.277778e-01                NA
5863         14.566            -1      0.000000e+00                NA
5864         18.475             1      1.363636e-01                NA
5865         20.003            -1      0.000000e+00                NA
5866         20.868             1      0.000000e+00                NA
5867         22.532            -1      0.000000e+00                NA
5868         19.485             1      0.000000e+00                NA
5869         17.604             1      0.000000e+00                NA
5870         22.532            -1      5.000000e-02                NA
5871         14.566             1      0.000000e+00                NA
5872         22.532             1      0.000000e+00                NA
5873          9.269             1      0.000000e+00                NA
5874         22.532             1      4.000000e-01                NA
5875         20.943             1      8.000000e-01                NA
5876         22.532            -1      4.000000e-01                NA
5877         20.003             1      0.000000e+00                NA
5878         14.566             1      2.000000e-01                NA
5879         22.532             1      0.000000e+00                NA
5880         14.566            -1      6.666667e-02                NA
5881         22.532            -1      4.000000e-01                NA
5882         22.532            -1      1.730769e-01                NA
5883         22.532            -1      3.047619e-01                NA
5884         14.566            -1      0.000000e+00                NA
5885         25.851            -1      0.000000e+00                NA
5886         20.003             1      6.000000e-01                NA
5887         14.566             1      8.000000e-01                NA
5888         22.532            -1      0.000000e+00                NA
5889         22.532            -1      1.840909e-01                NA
5890         21.235            -1      0.000000e+00                NA
5891         22.532             1      4.375000e-01                NA
5892         26.631             1      0.000000e+00                NA
5893         22.532            -1     -1.000000e-01                NA
5894         14.566            -1      0.000000e+00                NA
5895         14.566            -1      0.000000e+00                NA
5896         22.532            -1      4.166667e-01                NA
5897         33.338             1      0.000000e+00                NA
5898         26.631             1      2.500000e-01                NA
5899         16.089            -1      2.000000e-01                NA
5900         14.566             1      0.000000e+00                NA
5901         20.003             1      0.000000e+00                NA
5902         22.532             1      4.000000e-01                NA
5903         22.532             1      0.000000e+00                NA
5904         22.532             1      0.000000e+00                NA
5905         22.532             1     -2.500000e-02                NA
5906         14.410             1      0.000000e+00                NA
5907         20.003             1     -1.666667e-01                NA
5908         22.532            -1      1.600000e-01                NA
5909         22.532             1      0.000000e+00                NA
5910         22.532            -1     -4.166667e-01                NA
5911         22.532             1      2.000000e-01                NA
5912         22.532             1      0.000000e+00                NA
5913         21.381             1      0.000000e+00                NA
5914         22.532             1      5.000000e-01                NA
5915         20.003            -1      0.000000e+00                NA
5916         14.566             1      1.363636e-01                NA
5917         13.155             1      0.000000e+00                NA
5918         22.532            -1      0.000000e+00                NA
5919         22.532             1      1.363636e-01                NA
5920         14.410            -1      2.142857e-01                NA
5921         20.943            -1      0.000000e+00                NA
5922         20.003            -1      0.000000e+00                NA
5923         25.851             1      0.000000e+00                NA
5924         27.060             1     -2.500000e-02                NA
5925         16.438             1      8.750000e-01                NA
5926         22.532            -1      0.000000e+00                NA
5927         19.485             1     -6.250000e-01                NA
5928         22.532            -1      0.000000e+00                NA
5929         16.438            -1      0.000000e+00                NA
5930         14.120             1      0.000000e+00                NA
5931         17.075             1     -1.250000e-01                NA
5932         34.214             1      2.812500e-01                NA
5933         26.631            -1      6.000000e-01                NA
5934         22.532            -1      0.000000e+00                NA
5935         16.089             1      0.000000e+00                NA
5936         22.532             1      0.000000e+00                NA
5937         25.851             1      1.363636e-01                NA
5938         20.943            -1      5.500000e-01                NA
5939         26.631             1      8.000000e-01                NA
5940         22.532            -1      6.250000e-01                NA
5941         20.003            -1      0.000000e+00                NA
5942         25.947             1      0.000000e+00                NA
5943         14.566            -1      0.000000e+00                NA
5944         13.333             1      0.000000e+00                NA
5945         17.164            -1      5.000000e-01                NA
5946         16.438            -1      0.000000e+00                NA
5947         22.532             1      0.000000e+00                NA
5948         20.003             1      2.000000e-01                NA
5949         69.875             1      0.000000e+00                NA
5950         20.003             1      0.000000e+00                NA
5951         20.003             1      6.250000e-01                NA
5952         20.943             1      0.000000e+00                NA
5953         43.015             1      4.000000e-01                NA
5954         14.188             1      2.000000e-01                NA
5955         22.532            -1      3.000000e-01                NA
5956          9.269            -1      0.000000e+00                NA
5957         20.003            -1      0.000000e+00                NA
5958         26.631             1      0.000000e+00                NA
5959         13.333             1      2.500000e-01                NA
5960         22.532             1      0.000000e+00                NA
5961         20.003             1      0.000000e+00                NA
5962         17.604             1      3.181818e-01                NA
5963         16.089             1     -4.000000e-01                NA
5964         14.566            -1      0.000000e+00                NA
5965         25.851             1      0.000000e+00                NA
5966         14.410            -1     -3.000000e-01                NA
5967         27.060             1      2.500000e-01                NA
5968         22.532             1      0.000000e+00                NA
5969         69.875             1      0.000000e+00                NA
5970         17.164            -1     -4.000000e-01                NA
5971         20.003             1      0.000000e+00                NA
5972         20.003            -1     -3.000000e-01                NA
5973         22.532            -1      3.750000e-01                NA
5974         14.188             1      1.000000e+00                NA
5975         20.003            -1     -3.000000e-01                NA
5976         17.075             1     -1.250000e-01                NA
5977         23.581            -1      0.000000e+00                NA
5978         17.164             1      0.000000e+00                NA
5979         20.003            -1      0.000000e+00                NA
5980         22.532             1      6.818182e-02                NA
5981         26.631            -1      0.000000e+00                NA
5982         26.631             1      4.000000e-01                NA
5983         23.581             1      0.000000e+00                NA
5984         14.475             1      5.000000e-01                NA
5985         17.007            -1      0.000000e+00                NA
5986         20.003             1      0.000000e+00                NA
5987         26.631             1      4.000000e-01                NA
5988         20.868             1      0.000000e+00                NA
5989         17.604             1      0.000000e+00                NA
5990         20.943             1      3.833333e-01                NA
5991         26.631             1      0.000000e+00                NA
5992         22.532             1      0.000000e+00                NA
5993         26.631            -1      0.000000e+00                NA
5994         22.532            -1      0.000000e+00                NA
5995         26.631            -1      0.000000e+00                NA
5996         26.392             1      2.500000e-01                NA
5997         18.060            -1      0.000000e+00                NA
5998         14.122             1      6.000000e-01                NA
5999         20.003            -1     -2.500000e-01                NA
6000         17.844            -1     -1.562500e-01                NA
6001         19.485            -1      0.000000e+00                NA
6002         14.566            -1      0.000000e+00                NA
6003         21.235             1      8.500000e-01                NA
6004         27.060            -1      2.500000e-01                NA
6005         13.801            -1      0.000000e+00                NA
6006         17.247             1      0.000000e+00                NA
6007         20.003             1      0.000000e+00                NA
6008         20.003            -1     -8.000000e-01                NA
6009         25.522            -1      0.000000e+00                NA
6010         22.532             1      0.000000e+00                NA
6011         14.566             1      0.000000e+00                NA
6012         22.532            -1      1.587302e-02                NA
6013         22.532            -1      0.000000e+00                NA
6014         25.851            -1      0.000000e+00                NA
6015         20.003            -1      0.000000e+00                NA
6016         20.943             1      2.000000e-01                NA
6017         27.060             1      0.000000e+00                NA
6018         17.164            -1      0.000000e+00                NA
6019         22.532            -1      2.000000e-01                NA
6020         17.247            -1      0.000000e+00                NA
6021         26.631             1      3.250000e-01                NA
6022         26.631             1      3.333333e-01                NA
6023         26.631             1      4.000000e-01                NA
6024         17.604            -1     -2.500000e-02                NA
6025         14.410            -1      1.666667e-01                NA
6026         20.003             1      0.000000e+00                NA
6027         16.337            -1      0.000000e+00                NA
6028         14.475             1      3.000000e-01                NA
6029         17.007            -1      0.000000e+00                NA
6030         19.485            -1      0.000000e+00                NA
6031         21.381            -1      0.000000e+00                NA
6032         20.003             1      0.000000e+00                NA
6033          9.511             1      6.000000e-01                NA
6034         22.532            -1      9.090909e-02                NA
6035         14.410            -1      0.000000e+00                NA
6036         26.631            -1      0.000000e+00                NA
6037         16.438            -1      0.000000e+00                NA
6038         14.188             1      1.000000e+00                NA
6039         22.532            -1      0.000000e+00                NA
6040         20.003            -1      0.000000e+00                NA
6041         25.820            -1      8.750000e-01                NA
6042         23.634            -1      0.000000e+00                NA
6043         12.668            -1      0.000000e+00                NA
6044         19.475            -1     -6.000000e-01                NA
6045         26.631            -1      2.416667e-01                NA
6046         20.003            -1      0.000000e+00                NA
6047         17.844             1      1.000000e+00                NA
6048         22.532             1      0.000000e+00                NA
6049         17.604             1     -9.375000e-01                NA
6050         16.438             1      4.428571e-01                NA
6051         18.889             1      0.000000e+00                NA
6052         14.566             1      3.750000e-01                NA
6053         22.532             1      0.000000e+00                NA
6054         14.188            -1     -2.888889e-01                NA
6055         20.003            -1      0.000000e+00                NA
6056         13.345            -1      0.000000e+00                NA
6057         13.067             1      2.500000e-01                NA
6058         14.566            -1      0.000000e+00                NA
6059         26.631             1      5.000000e-01                NA
6060         13.345            -1      0.000000e+00                NA
6061         26.631             1      4.000000e-01                NA
6062         14.566            -1      5.416667e-01                NA
6063         22.532             1     -1.010101e-02                NA
6064         22.532            -1      4.000000e-01                NA
6065         20.003             1     -6.250000e-02                NA
6066         17.604            -1     -2.000000e-01                NA
6067         15.866             1      2.000000e-01                NA
6068         17.164             1      0.000000e+00                NA
6069         12.006             1      0.000000e+00                NA
6070         22.532             1      0.000000e+00                NA
6071         22.532            -1      0.000000e+00                NA
6072         20.868             1      0.000000e+00                NA
6073         20.943            -1      0.000000e+00                NA
6074         14.566             1      1.000000e-01                NA
6075         13.345            -1      0.000000e+00                NA
6076         20.003             1      1.181818e-01                NA
6077         22.532            -1      0.000000e+00                NA
6078         27.060             1      0.000000e+00                NA
6079         14.566            -1      0.000000e+00                NA
6080         20.943             1      1.306818e-01                NA
6081         22.532             1      0.000000e+00                NA
6082         26.631             1      0.000000e+00                NA
6083         22.532            -1      3.794643e-01                NA
6084         14.566            -1      0.000000e+00                NA
6085         16.726             1      0.000000e+00                NA
6086         22.532             1      0.000000e+00                NA
6087         14.410            -1      0.000000e+00                NA
6088         17.844             1     -4.000000e-01                NA
6089          9.917             1      2.500000e-01                NA
6090         16.023             1      0.000000e+00                NA
6091         16.089            -1      0.000000e+00                NA
6092         22.532             1      6.000000e-01                NA
6093         20.003            -1      0.000000e+00                NA
6094         22.532            -1      0.000000e+00                NA
6095         16.089             1      4.000000e-01                NA
6096         14.566             1      1.000000e+00                NA
6097         14.410            -1     -5.625000e-02                NA
6098         20.505             1      0.000000e+00                NA
6099         22.532            -1      0.000000e+00                NA
6100         20.003             1     -3.500000e-01                NA
6101         17.164             1      0.000000e+00                NA
6102         21.235            -1      1.704545e-01                NA
6103         12.668            -1     -2.500000e-01                NA
6104         22.532             1      1.666667e-01                NA
6105         14.566            -1      2.333333e-01                NA
6106         12.668             1      4.500000e-01                NA
6107         17.844            -1      1.363636e-01                NA
6108         20.003             1      0.000000e+00                NA
6109         16.438             1      5.000000e-01                NA
6110         22.532             1     -1.904762e-01                NA
6111         22.532            -1      0.000000e+00                NA
6112         19.485             1      1.000000e+00                NA
6113         22.532            -1      0.000000e+00                NA
6114         20.943            -1      0.000000e+00                NA
6115         18.475             1      0.000000e+00                NA
6116         22.532             1      1.818182e-02                NA
6117         18.475             1      0.000000e+00                NA
6118         20.003             1      5.000000e-01                NA
6119         22.532             1      3.333333e-02                NA
6120         14.566            -1      1.704545e-01                NA
6121         14.566             1      5.000000e-01                NA
6122         16.089             1      0.000000e+00                NA
6123         14.410            -1      0.000000e+00                NA
6124         14.566             1      0.000000e+00                NA
6125         26.631             1      0.000000e+00                NA
6126         20.003            -1      0.000000e+00                NA
6127         14.122             1      0.000000e+00                NA
6128         14.566            -1     -1.666667e-01                NA
6129         13.345            -1      0.000000e+00                NA
6130         14.566            -1      0.000000e+00                NA
6131         22.532             1      0.000000e+00                NA
6132          7.304             1      0.000000e+00                NA
6133         26.631             1      0.000000e+00                NA
6134         14.566             1      0.000000e+00                NA
6135         22.466            -1      0.000000e+00                NA
6136         20.003            -1     -2.000000e-01                NA
6137         22.532            -1      8.000000e-02                NA
6138         27.060             1      1.583333e-01                NA
6139         20.003            -1      0.000000e+00                NA
6140         25.851            -1     -6.000000e-01                NA
6141         12.668            -1     -4.000000e-01                NA
6142         12.668            -1      6.000000e-01                NA
6143         20.003            -1      0.000000e+00                NA
6144         25.851            -1      0.000000e+00                NA
6145         20.003            -1      0.000000e+00                NA
6146         14.188             1      8.000000e-01                NA
6147         19.485            -1      5.925926e-02                NA
6148         14.566            -1      5.000000e-01                NA
6149         20.943             1      3.571429e-01                NA
6150         14.475             1      0.000000e+00                NA
6151         20.760            -1      0.000000e+00                NA
6152         69.875             1      7.500000e-01                NA
6153         34.214             1      0.000000e+00                NA
6154         14.410            -1      0.000000e+00                NA
6155         20.003            -1      0.000000e+00                NA
6156         14.410             1      3.681818e-01                NA
6157         22.532             1      0.000000e+00                NA
6158         14.566            -1      5.000000e-02                NA
6159         12.843            -1      7.500000e-01                NA
6160         22.532             1      0.000000e+00                NA
6161         22.532            -1      0.000000e+00                NA
6162         14.566             1      1.000000e+00                NA
6163         16.438            -1      2.000000e-01                NA
6164         14.475             1      0.000000e+00                NA
6165         22.532            -1      0.000000e+00                NA
6166         22.466             1     -1.300000e-01                NA
6167         20.003             1      0.000000e+00                NA
6168         13.067             1      6.250000e-01                NA
6169         17.604             1      0.000000e+00                NA
6170         14.410             1      0.000000e+00                NA
6171         22.532             1      0.000000e+00                NA
6172         13.801             1      0.000000e+00                NA
6173         22.532             1      0.000000e+00                NA
6174         22.532             1     -1.000000e-01                NA
6175         14.475             1      0.000000e+00                NA
6176         13.345             1      0.000000e+00                NA
6177         22.532            -1      6.000000e-01                NA
6178         22.532            -1      5.909091e-02                NA
6179         13.345             1      0.000000e+00                NA
6180         16.438             1      1.000000e+00                NA
6181         14.566            -1     -4.000000e-01                NA
6182         22.532             1      0.000000e+00                NA
6183         22.532             1     -1.666667e-01                NA
6184         16.337            -1      0.000000e+00                NA
6185         26.631            -1      0.000000e+00                NA
6186         17.604            -1      6.000000e-01                NA
6187         22.532            -1      0.000000e+00                NA
6188         69.875             1      0.000000e+00                NA
6189         22.532             1      0.000000e+00                NA
6190         14.566             1      2.000000e-01                NA
6191         12.668            -1      0.000000e+00                NA
6192         26.631            -1      0.000000e+00                NA
6193         17.604            -1      0.000000e+00                NA
6194         21.235             1      0.000000e+00                NA
6195         22.532             1      6.250000e-01                NA
6196         17.007            -1      0.000000e+00                NA
6197         22.532             1     -2.000000e-01                NA
6198         22.532            -1     -1.000000e-01                NA
6199          7.304            -1      0.000000e+00                NA
6200         14.566            -1      0.000000e+00                NA
6201          7.304             1      0.000000e+00                NA
6202         22.532             1     -7.142857e-02                NA
6203         22.532            -1      1.607143e-02                NA
6204         22.532             1      0.000000e+00                NA
6205         17.844            -1     -1.666667e-01                NA
6206         20.003            -1      0.000000e+00                NA
6207         14.188             1      0.000000e+00                NA
6208         16.438            -1     -2.000000e-01                NA
6209         33.338             1      0.000000e+00                NA
6210         22.532             1      0.000000e+00                NA
6211         53.407             1      0.000000e+00                NA
6212         27.060            -1     -1.250000e-01                NA
6213         20.003             1     -6.666667e-02                NA
6214         20.943             1      0.000000e+00                NA
6215         27.060            -1      0.000000e+00                NA
6216          9.269             1      0.000000e+00                NA
6217         25.851             1      2.000000e-01                NA
6218         14.566             1      6.125000e-01                NA
6219         20.003            -1      0.000000e+00                NA
6220         21.235             1      0.000000e+00                NA
6221         26.631            -1      5.000000e-01                NA
6222         22.532            -1     -8.333333e-02                NA
6223         22.532            -1      1.666667e-01                NA
6224         16.438            -1      0.000000e+00                NA
6225         16.718             1      8.000000e-01                NA
6226         26.631             1      0.000000e+00                NA
6227         14.120            -1      0.000000e+00                NA
6228         22.532            -1      0.000000e+00                NA
6229         14.120            -1      0.000000e+00                NA
6230         15.866             1     -2.500000e-01                NA
6231         14.120            -1      0.000000e+00                NA
6232         14.120            -1      0.000000e+00                NA
6233         14.120            -1      0.000000e+00                NA
6234         14.120            -1      0.000000e+00                NA
6235         14.120            -1      0.000000e+00                NA
6236         14.120            -1      0.000000e+00                NA
6237         14.120            -1      0.000000e+00                NA
6238         22.532            -1      3.166667e-01                NA
6239         14.120            -1      0.000000e+00                NA
6240         14.120            -1      0.000000e+00                NA
6241         14.120            -1      0.000000e+00                NA
6242         14.188             1      0.000000e+00                NA
6243         14.120            -1      0.000000e+00                NA
6244         14.120            -1      0.000000e+00                NA
6245         14.120            -1      0.000000e+00                NA
6246         26.631             1      4.000000e-01                NA
6247         17.844            -1      0.000000e+00                NA
6248         14.120            -1      0.000000e+00                NA
6249         14.120            -1      0.000000e+00                NA
6250         14.120            -1      0.000000e+00                NA
6251         14.120            -1      0.000000e+00                NA
6252         14.120            -1      0.000000e+00                NA
6253         22.532            -1      3.000000e-01                NA
6254         14.188             1      0.000000e+00                NA
6255         20.003             1      0.000000e+00                NA
6256         14.120            -1      0.000000e+00                NA
6257         20.003             1      0.000000e+00                NA
6258         26.200             1      0.000000e+00                NA
6259         22.532            -1     -5.000000e-02                NA
6260         16.438             1      0.000000e+00                NA
6261         14.120            -1      0.000000e+00                NA
6262         25.947            -1      1.750000e-01                NA
6263         22.532             1      0.000000e+00                NA
6264         20.003            -1      0.000000e+00                NA
6265         22.532            -1      5.000000e-01                NA
6266         25.851            -1      0.000000e+00                NA
6267         16.438            -1      0.000000e+00                NA
6268         14.120            -1      0.000000e+00                NA
6269         22.532             1      0.000000e+00                NA
6270         34.063             1      0.000000e+00                NA
6271         14.566             1      0.000000e+00                NA
6272         14.120            -1      0.000000e+00                NA
6273         14.120            -1      0.000000e+00                NA
6274         14.120            -1      0.000000e+00                NA
6275         14.566             1      7.142857e-03                NA
6276         14.120            -1      0.000000e+00                NA
6277         22.532             1      1.121212e-01                NA
6278         17.844            -1      6.818182e-02                NA
6279         14.120            -1      0.000000e+00                NA
6280         14.120            -1      0.000000e+00                NA
6281         17.164            -1     -4.000000e-01                NA
6282         12.843            -1      0.000000e+00                NA
6283         22.532             1      3.750000e-01                NA
6284         14.120            -1      0.000000e+00                NA
6285         14.120            -1      0.000000e+00                NA
6286         13.067             1      0.000000e+00                NA
6287         14.120            -1      0.000000e+00                NA
6288         22.532            -1      0.000000e+00                NA
6289         22.532            -1      5.375000e-01                NA
6290         22.532            -1      0.000000e+00                NA
6291         14.120            -1      0.000000e+00                NA
6292         25.851            -1      1.500000e-01                NA
6293         20.505            -1      3.500000e-01                NA
6294         20.003             1      0.000000e+00                NA
6295         22.532            -1      0.000000e+00                NA
6296         26.631             1      1.000000e-01                NA
6297         20.003             1      0.000000e+00                NA
6298         22.532            -1      0.000000e+00                NA
6299         26.631             1      1.000000e-01                NA
6300         22.532            -1      1.212121e-02                NA
6301         22.532            -1      1.212121e-02                NA
6302         14.120            -1      0.000000e+00                NA
6303         14.120            -1      0.000000e+00                NA
6304         14.120            -1      0.000000e+00                NA
6305         14.120            -1      0.000000e+00                NA
6306         14.120            -1      0.000000e+00                NA
6307         20.003            -1      0.000000e+00                NA
6308         14.566            -1      0.000000e+00                NA
6309         20.943            -1      0.000000e+00                NA
6310         14.120            -1      0.000000e+00                NA
6311         14.120            -1      0.000000e+00                NA
6312         26.631            -1      0.000000e+00                NA
6313         22.532            -1     -2.083333e-01                NA
6314         25.851             1      0.000000e+00                NA
6315         18.095            -1      6.000000e-01                NA
6316         14.566             1      0.000000e+00                NA
6317         17.844             1      3.500000e-01                NA
6318         22.532            -1      0.000000e+00                NA
6319         22.532             1      4.000000e-01                NA
6320         20.003             1     -3.333333e-02                NA
6321         14.120            -1      0.000000e+00                NA
6322         20.003             1      2.000000e-01                NA
6323         25.851             1      1.500000e-01                NA
6324         22.532            -1      0.000000e+00                NA
6325         16.438            -1      6.000000e-01                NA
6326         14.566             1      6.500000e-01                NA
6327         22.532            -1     -4.000000e-01                NA
6328         14.120            -1      0.000000e+00                NA
6329         22.532             1      2.454545e-01                NA
6330         25.820            -1      0.000000e+00                NA
6331         19.485             1      2.000000e-01                NA
6332         14.566             1      0.000000e+00                NA
6333         14.566            -1      0.000000e+00                NA
6334         22.532            -1      0.000000e+00                NA
6335         14.120            -1      0.000000e+00                NA
6336         22.532            -1      0.000000e+00                NA
6337         14.120             1      0.000000e+00                NA
6338         14.120            -1      0.000000e+00                NA
6339         22.532            -1      0.000000e+00                NA
6340         17.604            -1      0.000000e+00                NA
6341         14.188             1      0.000000e+00                NA
6342         15.866            -1      0.000000e+00                NA
6343         22.532             1      1.000000e-01                NA
6344         14.475             1      0.000000e+00                NA
6345         17.844            -1      1.363636e-01                NA
6346         14.120            -1      0.000000e+00                NA
6347         14.120            -1      0.000000e+00                NA
6348         18.379            -1      0.000000e+00                NA
6349         26.631            -1      0.000000e+00                NA
6350         14.410             1     -2.500000e-01                NA
6351         20.305             1      1.875000e-01                NA
6352         20.003            -1      0.000000e+00                NA
6353         14.475            -1      4.000000e-01                NA
6354         16.726             1      0.000000e+00                NA
6355         14.120            -1     -1.000000e+00                NA
6356         26.631             1      3.333333e-01                NA
6357         14.566            -1      0.000000e+00                NA
6358         14.120            -1      0.000000e+00                NA
6359         20.003             1     -5.000000e-01                NA
6360         14.120            -1      0.000000e+00                NA
6361         17.844            -1      0.000000e+00                NA
6362         20.003            -1      0.000000e+00                NA
6363         26.631             1      0.000000e+00                NA
6364         17.164            -1      2.000000e-01                NA
6365         26.631             1      0.000000e+00                NA
6366         22.532            -1     -2.121212e-02                NA
6367         20.003             1     -4.000000e-01                NA
6368         14.566            -1      3.500000e-01                NA
6369         20.760             1      0.000000e+00                NA
6370         26.631             1      0.000000e+00                NA
6371         22.532            -1      6.500000e-01                NA
6372         22.532             1      0.000000e+00                NA
6373         26.631            -1      0.000000e+00                NA
6374         20.003             1      0.000000e+00                NA
6375         16.438            -1      0.000000e+00                NA
6376         20.003             1     -4.000000e-01                NA
6377         19.475            -1      1.785714e-01                NA
6378         16.438            -1      0.000000e+00                NA
6379         22.532            -1      1.305556e-01                NA
6380         17.604            -1      0.000000e+00                NA
6381         20.943            -1      0.000000e+00                NA
6382         16.438            -1      0.000000e+00                NA
6383         12.668            -1     -1.000000e-01                NA
6384         22.532             1      7.777778e-02                NA
6385         20.538             1      0.000000e+00                NA
6386         13.345             1      0.000000e+00                NA
6387         14.188             1      8.000000e-01                NA
6388         16.438             1      1.681818e-01                NA
6389         16.089            -1      0.000000e+00                NA
6390         22.532            -1      1.363636e-01                NA
6391         10.586             1      1.704545e-01                NA
6392         20.003             1      0.000000e+00                NA
6393         22.532            -1      7.500000e-02                NA
6394         16.089            -1      0.000000e+00                NA
6395         14.120            -1      0.000000e+00                NA
6396         20.943            -1      0.000000e+00                NA
6397         22.532             1      4.687500e-01                NA
6398         16.718            -1      0.000000e+00                NA
6399         16.718             1     -5.000000e-01                NA
6400         20.003            -1      0.000000e+00                NA
6401         22.532            -1      0.000000e+00                NA
6402         20.003             1      0.000000e+00                NA
6403         12.668             1      0.000000e+00                NA
6404         14.120            -1      0.000000e+00                NA
6405         15.866             1     -3.750000e-01                NA
6406         20.003             1      3.000000e-01                NA
6407         26.631             1      5.000000e-01                NA
6408         14.188             1      8.000000e-01                NA
6409         33.338             1      0.000000e+00                NA
6410         16.089            -1      0.000000e+00                NA
6411         22.532             1      3.000000e-01                NA
6412         14.120            -1      0.000000e+00                NA
6413         20.003             1     -1.000000e-01                NA
6414         14.120            -1      0.000000e+00                NA
6415         22.532            -1      0.000000e+00                NA
6416         20.003             1     -1.000000e-01                NA
6417         22.532            -1     -1.625000e-01                NA
6418         18.095            -1      3.000000e-01                NA
6419         16.089            -1      0.000000e+00                NA
6420         20.003             1      0.000000e+00                NA
6421         14.566            -1      0.000000e+00                NA
6422          9.773            -1      0.000000e+00                NA
6423         22.532             1      4.000000e-01                NA
6424         20.003             1     -1.000000e-01                NA
6425         14.188            -1      0.000000e+00                NA
6426         20.003             1      6.000000e-01                NA
6427         14.475            -1      1.750000e-01                NA
6428         22.532             1      0.000000e+00                NA
6429         18.379             1      0.000000e+00                NA
6430         13.345            -1      0.000000e+00                NA
6431         13.345             1      4.000000e-01                NA
6432         22.532             1      0.000000e+00                NA
6433         20.943             1      0.000000e+00                NA
6434         20.003            -1      0.000000e+00                NA
6435         22.532            -1      0.000000e+00                NA
6436         22.532            -1      0.000000e+00                NA
6437         20.003             1     -1.000000e-01                NA
6438         26.631             1      0.000000e+00                NA
6439         20.305            -1      0.000000e+00                NA
6440         20.305            -1      0.000000e+00                NA
6441         14.120            -1      0.000000e+00                NA
6442         20.305            -1      0.000000e+00                NA
6443         22.532             1     -2.500000e-01                NA
6444         14.120            -1      0.000000e+00                NA
6445         22.532            -1      0.000000e+00                NA
6446         16.438             1      5.000000e-01                NA
6447         22.532             1     -1.666667e-01                NA
6448         22.198             1      1.000000e-01                NA
6449         20.868             1      0.000000e+00                NA
6450         17.604             1     -6.250000e-02                NA
6451         14.566             1      0.000000e+00                NA
6452         20.868            -1      0.000000e+00                NA
6453         20.003            -1      0.000000e+00                NA
6454         20.003            -1      0.000000e+00                NA
6455         17.844            -1      0.000000e+00                NA
6456         26.631            -1      0.000000e+00                NA
6457         22.532            -1      0.000000e+00                NA
6458         14.475             1      0.000000e+00                NA
6459         16.089            -1      0.000000e+00                NA
6460         14.120            -1      0.000000e+00                NA
6461         20.868             1      0.000000e+00                NA
6462         13.155             1      2.000000e-01                NA
6463         26.631            -1      4.000000e-01                NA
6464         20.943             1      0.000000e+00                NA
6465         14.566            -1      0.000000e+00                NA
6466         16.089             1      0.000000e+00                NA
6467         17.164            -1      6.818182e-02                NA
6468         26.631             1      0.000000e+00                NA
6469         16.089            -1      0.000000e+00                NA
6470         20.003            -1      0.000000e+00                NA
6471         14.120             1      0.000000e+00                NA
6472         21.235             1      1.600000e-01                NA
6473         13.067            -1      1.363636e-01                NA
6474         22.532            -1      9.814815e-02                NA
6475         22.532             1      1.000000e+00                NA
6476         26.631            -1      0.000000e+00                NA
6477         20.003             1      7.000000e-01                NA
6478          9.511             1      6.000000e-01                NA
6479         20.003             1     -1.250000e-01                NA
6480         26.631            -1      0.000000e+00                NA
6481         16.089            -1      0.000000e+00                NA
6482         17.604            -1     -1.000000e+00                NA
6483         16.438            -1      5.000000e-01                NA
6484         26.631             1      0.000000e+00                NA
6485         22.532             1      2.000000e-01                NA
6486         14.475             1      0.000000e+00                NA
6487         20.003            -1      0.000000e+00                NA
6488         20.943            -1     -1.555556e-01                NA
6489         14.120            -1      0.000000e+00                NA
6490         16.337            -1      0.000000e+00                NA
6491         25.851            -1      0.000000e+00                NA
6492         14.475             1      0.000000e+00                NA
6493         26.631             1      5.000000e-01                NA
6494         16.726            -1      6.000000e-01                NA
6495         26.631             1     -7.500000e-01                NA
6496         14.475             1      0.000000e+00                NA
6497         22.532            -1     -2.000000e-01                NA
6498         16.089            -1      0.000000e+00                NA
6499         17.844             1      0.000000e+00                NA
6500         22.532             1     -1.833333e-01                NA
6501         16.089             1      0.000000e+00                NA
6502         21.235            -1      0.000000e+00                NA
6503         13.345            -1      0.000000e+00                NA
6504         20.943             1      1.000000e+00                NA
6505         22.532            -1      0.000000e+00                NA
6506         26.631             1      5.000000e-01                NA
6507         18.475            -1      0.000000e+00                NA
6508         13.345            -1      0.000000e+00                NA
6509         20.003            -1      0.000000e+00                NA
6510         22.532            -1      1.000000e-01                NA
6511         22.532             1      0.000000e+00                NA
6512         16.089            -1      0.000000e+00                NA
6513         26.631            -1      0.000000e+00                NA
6514         22.532             1      0.000000e+00                NA
6515         14.188            -1      8.000000e-01                NA
6516         19.091             1      0.000000e+00                NA
6517         19.091             1      0.000000e+00                NA
6518         15.875            -1      0.000000e+00                NA
6519         26.929             1      4.000000e-01                NA
6520         19.526             1      0.000000e+00                NA
6521         26.643            -1      0.000000e+00                NA
6522         19.526            -1      5.000000e-01                NA
6523         26.643            -1      0.000000e+00                NA
6524         16.770             1      0.000000e+00                NA
6525         26.643            -1      0.000000e+00                NA
6526         19.526             1     -5.000000e-02                NA
6527         21.234             1      2.500000e-01                NA
6528         19.526             1      2.125000e-01                NA
6529         19.091            -1      7.857143e-02                NA
6530         26.643            -1      0.000000e+00                NA
6531         13.837             1      1.000000e+00                NA
6532         19.091            -1      0.000000e+00                NA
6533         19.526             1      0.000000e+00                NA
6534         16.572             1      0.000000e+00                NA
6535         15.875            -1      0.000000e+00                NA
6536         18.460            -1      4.166667e-01                NA
6537         21.748            -1      0.000000e+00                NA
6538         19.526            -1      0.000000e+00                NA
6539         26.643             1      0.000000e+00                NA
6540         20.926             1      0.000000e+00                NA
6541         12.590            -1      8.000000e-01                NA
6542         15.875            -1      8.000000e-01                NA
6543         19.091             1      0.000000e+00                NA
6544         15.875            -1      0.000000e+00                NA
6545         26.643            -1      0.000000e+00                NA
6546         19.526             1      0.000000e+00                NA
6547         19.526            -1      0.000000e+00                NA
6548         13.735            -1      0.000000e+00                NA
6549         26.643             1      5.000000e-01                NA
6550         19.091            -1      4.318182e-02                NA
6551         14.580             1      1.000000e-01                NA
6552         15.875            -1      0.000000e+00                NA
6553         17.241             1      5.000000e-01                NA
6554         15.875            -1      0.000000e+00                NA
6555         26.643            -1      0.000000e+00                NA
6556         19.091             1      0.000000e+00                NA
6557         19.091             1      1.944444e-01                NA
6558         18.482            -1      0.000000e+00                NA
6559         12.590            -1      0.000000e+00                NA
6560          7.299             1      1.000000e-01                NA
6561         25.799             1      3.500000e-01                NA
6562         19.091            -1      0.000000e+00                NA
6563         19.091            -1      0.000000e+00                NA
6564         26.643            -1      0.000000e+00                NA
6565         14.412             1      0.000000e+00                NA
6566         23.514             1      5.562500e-01                NA
6567         19.526             1     -2.500000e-01                NA
6568         19.091             1      2.000000e-01                NA
6569         19.526             1      0.000000e+00                NA
6570         13.837             1     -5.000000e-02                NA
6571         25.799             1      5.000000e-01                NA
6572         13.735            -1      0.000000e+00                NA
6573         14.580             1      5.000000e-01                NA
6574         14.402            -1      0.000000e+00                NA
6575          7.299             1      0.000000e+00                NA
6576         12.040            -1      0.000000e+00                NA
6577         16.474             1      9.000000e-01                NA
6578         19.091            -1      0.000000e+00                NA
6579         19.091            -1      0.000000e+00                NA
6580         15.875             1      0.000000e+00                NA
6581         26.643             1      6.000000e-01                NA
6582         23.825            -1     -3.333333e-01                NA
6583         16.474            -1      0.000000e+00                NA
6584         25.799            -1     -4.000000e-01                NA
6585         14.580             1     -2.545455e-01                NA
6586         19.091            -1      0.000000e+00                NA
6587         14.412            -1      0.000000e+00                NA
6588         19.526             1      5.000000e-01                NA
6589         13.735            -1      0.000000e+00                NA
6590         17.644            -1      0.000000e+00                NA
6591         18.549            -1      0.000000e+00                NA
6592         19.526            -1      0.000000e+00                NA
6593         13.735            -1      0.000000e+00                NA
6594          7.299            -1      0.000000e+00                NA
6595         19.526            -1     -7.000000e-01                NA
6596         19.526            -1      0.000000e+00                NA
6597         14.402             1      0.000000e+00                NA
6598         25.799            -1      8.000000e-01                NA
6599         14.402            -1      0.000000e+00                NA
6600         26.643            -1      0.000000e+00                NA
6601         26.643             1      5.000000e-01                NA
6602         14.580            -1      0.000000e+00                NA
6603         19.526             1      0.000000e+00                NA
6604         21.234             1      0.000000e+00                NA
6605         21.234             1      1.000000e+00                NA
6606         19.526             1      0.000000e+00                NA
6607         26.643             1      0.000000e+00                NA
6608         13.735            -1      0.000000e+00                NA
6609         14.402            -1      0.000000e+00                NA
6610         19.526            -1      0.000000e+00                NA
6611         21.234             1      1.000000e+00                NA
6612         19.091             1      0.000000e+00                NA
6613         19.091            -1      0.000000e+00                NA
6614         21.234            -1     -5.000000e-01                NA
6615         19.091             1      2.500000e-01                NA
6616         19.091            -1      0.000000e+00                NA
6617         19.526            -1      0.000000e+00                NA
6618         21.234            -1      0.000000e+00                NA
6619         14.402            -1      0.000000e+00                NA
6620         25.799             1      1.000000e-01                NA
6621         19.526            -1      0.000000e+00                NA
6622         13.366             1      5.000000e-01                NA
6623         26.643            -1      0.000000e+00                NA
6624         26.643            -1      0.000000e+00                NA
6625         13.735             1      2.500000e-01                NA
6626         18.460            -1      0.000000e+00                NA
6627         19.091             1      5.000000e-01                NA
6628         19.091            -1      2.181818e-01                NA
6629         13.366             1      5.000000e-01                NA
6630         19.526            -1      0.000000e+00                NA
6631         26.929             1      0.000000e+00                NA
6632         26.643            -1     -2.333333e-01                NA
6633         25.799            -1      0.000000e+00                NA
6634         21.234             1      0.000000e+00                NA
6635         21.234            -1      0.000000e+00                NA
6636         19.091             1      6.818182e-02                NA
6637         25.799            -1      2.000000e-01                NA
6638         26.643            -1      0.000000e+00                NA
6639         14.580            -1      0.000000e+00                NA
6640         15.875             1      0.000000e+00                NA
6641         26.643            -1      0.000000e+00                NA
6642          7.299             1      0.000000e+00                NA
6643         15.875             1      0.000000e+00                NA
6644         15.875             1      0.000000e+00                NA
6645         19.091            -1      0.000000e+00                NA
6646         26.643             1      0.000000e+00                NA
6647         26.643             1      0.000000e+00                NA
6648         19.091            -1      2.912088e-02                NA
6649         13.735            -1      0.000000e+00                NA
6650         15.875             1      0.000000e+00                NA
6651         26.643            -1      0.000000e+00                NA
6652         15.875            -1      0.000000e+00                NA
6653         17.351             1      0.000000e+00                NA
6654         20.926             1      0.000000e+00                NA
6655         15.875             1      0.000000e+00                NA
6656         21.234             1      1.500000e-01                NA
6657         21.349             1      0.000000e+00                NA
6658         17.351            -1      5.000000e-01                NA
6659         19.091             1      0.000000e+00                NA
6660         15.875             1      0.000000e+00                NA
6661         19.091            -1     -1.666667e-01                NA
6662         19.526             1      0.000000e+00                NA
6663         25.799             1      0.000000e+00                NA
6664         21.234             1      0.000000e+00                NA
6665         21.234             1      1.428571e-01                NA
6666         17.041            -1     -1.250000e-01                NA
 [ reached 'max' / getOption("max.print") -- omitted 487899 rows ]
# columns with only tweets
tweet_nostock <- data |>
  filter(is.na(TEXTBLOB_POLARITY)) |>
  filter(X != '') |>
  select(TWEET) |>
  rename(tweet = TWEET)
tweet_nostock <- tibble::rowid_to_column(tweet_nostock, "index")
tweet_nostock
      index
1         1
2         2
3         3
4         4
5         5
6         6
7         7
8         8
9         9
10       10
11       11
12       12
13       13
14       14
15       15
16       16
17       17
18       18
19       19
20       20
21       21
22       22
23       23
24       24
25       25
26       26
27       27
28       28
29       29
30       30
31       31
32       32
33       33
34       34
35       35
36       36
37       37
38       38
39       39
40       40
41       41
42       42
43       43
44       44
45       45
46       46
47       47
48       48
49       49
50       50
51       51
52       52
53       53
54       54
55       55
56       56
57       57
58       58
59       59
60       60
61       61
62       62
63       63
64       64
65       65
66       66
67       67
68       68
69       69
70       70
71       71
72       72
73       73
74       74
75       75
76       76
77       77
78       78
79       79
80       80
81       81
82       82
83       83
84       84
85       85
86       86
87       87
88       88
89       89
90       90
91       91
92       92
93       93
94       94
95       95
96       96
97       97
98       98
99       99
100     100
101     101
102     102
103     103
104     104
105     105
106     106
107     107
108     108
109     109
110     110
111     111
112     112
113     113
114     114
115     115
116     116
117     117
118     118
119     119
120     120
121     121
122     122
123     123
124     124
125     125
126     126
127     127
128     128
129     129
130     130
131     131
132     132
133     133
134     134
135     135
136     136
137     137
138     138
139     139
140     140
141     141
142     142
143     143
144     144
145     145
146     146
147     147
148     148
149     149
150     150
151     151
152     152
153     153
154     154
155     155
156     156
157     157
158     158
159     159
160     160
161     161
162     162
163     163
164     164
165     165
166     166
167     167
168     168
169     169
170     170
171     171
172     172
173     173
174     174
175     175
176     176
177     177
178     178
179     179
180     180
181     181
182     182
183     183
184     184
185     185
186     186
187     187
188     188
189     189
190     190
191     191
192     192
193     193
194     194
195     195
196     196
197     197
198     198
199     199
200     200
201     201
202     202
203     203
204     204
205     205
206     206
207     207
208     208
209     209
210     210
211     211
212     212
213     213
214     214
215     215
216     216
217     217
218     218
219     219
220     220
221     221
222     222
223     223
224     224
225     225
226     226
227     227
228     228
229     229
230     230
231     231
232     232
233     233
234     234
235     235
236     236
237     237
238     238
239     239
240     240
241     241
242     242
243     243
244     244
245     245
246     246
247     247
248     248
249     249
250     250
251     251
252     252
253     253
254     254
255     255
256     256
257     257
258     258
259     259
260     260
261     261
262     262
263     263
264     264
265     265
266     266
267     267
268     268
269     269
270     270
271     271
272     272
273     273
274     274
275     275
276     276
277     277
278     278
279     279
280     280
281     281
282     282
283     283
284     284
285     285
286     286
287     287
288     288
289     289
290     290
291     291
292     292
293     293
294     294
295     295
296     296
297     297
298     298
299     299
300     300
301     301
302     302
303     303
304     304
305     305
306     306
307     307
308     308
309     309
310     310
311     311
312     312
313     313
314     314
315     315
316     316
317     317
318     318
319     319
320     320
321     321
322     322
323     323
324     324
325     325
326     326
327     327
328     328
329     329
330     330
331     331
332     332
333     333
334     334
335     335
336     336
337     337
338     338
339     339
340     340
341     341
342     342
343     343
344     344
345     345
346     346
347     347
348     348
349     349
350     350
351     351
352     352
353     353
354     354
355     355
356     356
357     357
358     358
359     359
360     360
361     361
362     362
363     363
364     364
365     365
366     366
367     367
368     368
369     369
370     370
371     371
372     372
373     373
374     374
375     375
376     376
377     377
378     378
379     379
380     380
381     381
382     382
383     383
384     384
385     385
386     386
387     387
388     388
389     389
390     390
391     391
392     392
393     393
394     394
395     395
396     396
397     397
398     398
399     399
400     400
401     401
402     402
403     403
404     404
405     405
406     406
407     407
408     408
409     409
410     410
411     411
412     412
413     413
414     414
415     415
416     416
417     417
418     418
419     419
420     420
421     421
422     422
423     423
424     424
425     425
426     426
427     427
428     428
429     429
430     430
431     431
432     432
433     433
434     434
435     435
436     436
437     437
438     438
439     439
440     440
441     441
442     442
443     443
444     444
445     445
446     446
447     447
448     448
449     449
450     450
451     451
452     452
453     453
454     454
455     455
456     456
457     457
458     458
459     459
460     460
461     461
462     462
463     463
464     464
465     465
466     466
467     467
468     468
469     469
470     470
471     471
472     472
473     473
474     474
475     475
476     476
477     477
478     478
479     479
480     480
481     481
482     482
483     483
484     484
485     485
486     486
487     487
488     488
489     489
490     490
491     491
492     492
493     493
494     494
495     495
496     496
497     497
498     498
499     499
500     500
501     501
502     502
503     503
504     504
505     505
506     506
507     507
508     508
509     509
510     510
511     511
512     512
513     513
514     514
515     515
516     516
517     517
518     518
519     519
520     520
521     521
522     522
523     523
524     524
525     525
526     526
527     527
528     528
529     529
530     530
531     531
532     532
533     533
534     534
535     535
536     536
537     537
538     538
539     539
540     540
541     541
542     542
543     543
544     544
545     545
546     546
547     547
548     548
549     549
550     550
551     551
552     552
553     553
554     554
555     555
556     556
557     557
558     558
559     559
560     560
561     561
562     562
563     563
564     564
565     565
566     566
567     567
568     568
569     569
570     570
571     571
572     572
573     573
574     574
575     575
576     576
577     577
578     578
579     579
580     580
581     581
582     582
583     583
584     584
585     585
586     586
587     587
588     588
589     589
590     590
591     591
592     592
593     593
594     594
595     595
596     596
597     597
598     598
599     599
600     600
601     601
602     602
603     603
604     604
605     605
606     606
607     607
608     608
609     609
610     610
611     611
612     612
613     613
614     614
615     615
616     616
617     617
618     618
619     619
620     620
621     621
622     622
623     623
624     624
625     625
626     626
627     627
628     628
629     629
630     630
631     631
632     632
633     633
634     634
635     635
636     636
637     637
638     638
639     639
640     640
641     641
642     642
643     643
644     644
645     645
646     646
647     647
648     648
649     649
650     650
651     651
652     652
653     653
654     654
655     655
656     656
657     657
658     658
659     659
660     660
661     661
662     662
663     663
664     664
665     665
666     666
667     667
668     668
669     669
670     670
671     671
672     672
673     673
674     674
675     675
676     676
677     677
678     678
679     679
680     680
681     681
682     682
683     683
684     684
685     685
686     686
687     687
688     688
689     689
690     690
691     691
692     692
693     693
694     694
695     695
696     696
697     697
698     698
699     699
700     700
701     701
702     702
703     703
704     704
705     705
706     706
707     707
708     708
709     709
710     710
711     711
712     712
713     713
714     714
715     715
716     716
717     717
718     718
719     719
720     720
721     721
722     722
723     723
724     724
725     725
726     726
727     727
728     728
729     729
730     730
731     731
732     732
733     733
734     734
735     735
736     736
737     737
738     738
739     739
740     740
741     741
742     742
743     743
744     744
745     745
746     746
747     747
748     748
749     749
750     750
751     751
752     752
753     753
754     754
755     755
756     756
757     757
758     758
759     759
760     760
761     761
762     762
763     763
764     764
765     765
766     766
767     767
768     768
769     769
770     770
771     771
772     772
773     773
774     774
775     775
776     776
777     777
778     778
779     779
780     780
781     781
782     782
783     783
784     784
785     785
786     786
787     787
788     788
789     789
790     790
791     791
792     792
793     793
794     794
795     795
796     796
797     797
798     798
799     799
800     800
801     801
802     802
803     803
804     804
805     805
806     806
807     807
808     808
809     809
810     810
811     811
812     812
813     813
814     814
815     815
816     816
817     817
818     818
819     819
820     820
821     821
822     822
823     823
824     824
825     825
826     826
827     827
828     828
829     829
830     830
831     831
832     832
833     833
834     834
835     835
836     836
837     837
838     838
839     839
840     840
841     841
842     842
843     843
844     844
845     845
846     846
847     847
848     848
849     849
850     850
851     851
852     852
853     853
854     854
855     855
856     856
857     857
858     858
859     859
860     860
861     861
862     862
863     863
864     864
865     865
866     866
867     867
868     868
869     869
870     870
871     871
872     872
873     873
874     874
875     875
876     876
877     877
878     878
879     879
880     880
881     881
882     882
883     883
884     884
885     885
886     886
887     887
888     888
889     889
890     890
891     891
892     892
893     893
894     894
895     895
896     896
897     897
898     898
899     899
900     900
901     901
902     902
903     903
904     904
905     905
906     906
907     907
908     908
909     909
910     910
911     911
912     912
913     913
914     914
915     915
916     916
917     917
918     918
919     919
920     920
921     921
922     922
923     923
924     924
925     925
926     926
927     927
928     928
929     929
930     930
931     931
932     932
933     933
934     934
935     935
936     936
937     937
938     938
939     939
940     940
941     941
942     942
943     943
944     944
945     945
946     946
947     947
948     948
949     949
950     950
951     951
952     952
953     953
954     954
955     955
956     956
957     957
958     958
959     959
960     960
961     961
962     962
963     963
964     964
965     965
966     966
967     967
968     968
969     969
970     970
971     971
972     972
973     973
974     974
975     975
976     976
977     977
978     978
979     979
980     980
981     981
982     982
983     983
984     984
985     985
986     986
987     987
988     988
989     989
990     990
991     991
992     992
993     993
994     994
995     995
996     996
997     997
998     998
999     999
1000   1000
1001   1001
1002   1002
1003   1003
1004   1004
1005   1005
1006   1006
1007   1007
1008   1008
1009   1009
1010   1010
1011   1011
1012   1012
1013   1013
1014   1014
1015   1015
1016   1016
1017   1017
1018   1018
1019   1019
1020   1020
1021   1021
1022   1022
1023   1023
1024   1024
1025   1025
1026   1026
1027   1027
1028   1028
1029   1029
1030   1030
1031   1031
1032   1032
1033   1033
1034   1034
1035   1035
1036   1036
1037   1037
1038   1038
1039   1039
1040   1040
1041   1041
1042   1042
1043   1043
1044   1044
1045   1045
1046   1046
1047   1047
1048   1048
1049   1049
1050   1050
1051   1051
1052   1052
1053   1053
1054   1054
1055   1055
1056   1056
1057   1057
1058   1058
1059   1059
1060   1060
1061   1061
1062   1062
1063   1063
1064   1064
1065   1065
1066   1066
1067   1067
1068   1068
1069   1069
1070   1070
1071   1071
1072   1072
1073   1073
1074   1074
1075   1075
1076   1076
1077   1077
1078   1078
1079   1079
1080   1080
1081   1081
1082   1082
1083   1083
1084   1084
1085   1085
1086   1086
1087   1087
1088   1088
1089   1089
1090   1090
1091   1091
1092   1092
1093   1093
1094   1094
1095   1095
1096   1096
1097   1097
1098   1098
1099   1099
1100   1100
1101   1101
1102   1102
1103   1103
1104   1104
1105   1105
1106   1106
1107   1107
1108   1108
1109   1109
1110   1110
1111   1111
1112   1112
1113   1113
1114   1114
1115   1115
1116   1116
1117   1117
1118   1118
1119   1119
1120   1120
1121   1121
1122   1122
1123   1123
1124   1124
1125   1125
1126   1126
1127   1127
1128   1128
1129   1129
1130   1130
1131   1131
1132   1132
1133   1133
1134   1134
1135   1135
1136   1136
1137   1137
1138   1138
1139   1139
1140   1140
1141   1141
1142   1142
1143   1143
1144   1144
1145   1145
1146   1146
1147   1147
1148   1148
1149   1149
1150   1150
1151   1151
1152   1152
1153   1153
1154   1154
1155   1155
1156   1156
1157   1157
1158   1158
1159   1159
1160   1160
1161   1161
1162   1162
1163   1163
1164   1164
1165   1165
1166   1166
1167   1167
1168   1168
1169   1169
1170   1170
1171   1171
1172   1172
1173   1173
1174   1174
1175   1175
1176   1176
1177   1177
1178   1178
1179   1179
1180   1180
1181   1181
1182   1182
1183   1183
1184   1184
1185   1185
1186   1186
1187   1187
1188   1188
1189   1189
1190   1190
1191   1191
1192   1192
1193   1193
1194   1194
1195   1195
1196   1196
1197   1197
1198   1198
1199   1199
1200   1200
1201   1201
1202   1202
1203   1203
1204   1204
1205   1205
1206   1206
1207   1207
1208   1208
1209   1209
1210   1210
1211   1211
1212   1212
1213   1213
1214   1214
1215   1215
1216   1216
1217   1217
1218   1218
1219   1219
1220   1220
1221   1221
1222   1222
1223   1223
1224   1224
1225   1225
1226   1226
1227   1227
1228   1228
1229   1229
1230   1230
1231   1231
1232   1232
1233   1233
1234   1234
1235   1235
1236   1236
1237   1237
1238   1238
1239   1239
1240   1240
1241   1241
1242   1242
1243   1243
1244   1244
1245   1245
1246   1246
1247   1247
1248   1248
1249   1249
1250   1250
1251   1251
1252   1252
1253   1253
1254   1254
1255   1255
1256   1256
1257   1257
1258   1258
1259   1259
1260   1260
1261   1261
1262   1262
1263   1263
1264   1264
1265   1265
1266   1266
1267   1267
1268   1268
1269   1269
1270   1270
1271   1271
1272   1272
1273   1273
1274   1274
1275   1275
1276   1276
1277   1277
1278   1278
1279   1279
1280   1280
1281   1281
1282   1282
1283   1283
1284   1284
1285   1285
1286   1286
1287   1287
1288   1288
1289   1289
1290   1290
1291   1291
1292   1292
1293   1293
1294   1294
1295   1295
1296   1296
1297   1297
1298   1298
1299   1299
1300   1300
1301   1301
1302   1302
1303   1303
1304   1304
1305   1305
1306   1306
1307   1307
1308   1308
1309   1309
1310   1310
1311   1311
1312   1312
1313   1313
1314   1314
1315   1315
1316   1316
1317   1317
1318   1318
1319   1319
1320   1320
1321   1321
1322   1322
1323   1323
1324   1324
1325   1325
1326   1326
1327   1327
1328   1328
1329   1329
1330   1330
1331   1331
1332   1332
1333   1333
1334   1334
1335   1335
1336   1336
1337   1337
1338   1338
1339   1339
1340   1340
1341   1341
1342   1342
1343   1343
1344   1344
1345   1345
1346   1346
1347   1347
1348   1348
1349   1349
1350   1350
1351   1351
1352   1352
1353   1353
1354   1354
1355   1355
1356   1356
1357   1357
1358   1358
1359   1359
1360   1360
1361   1361
1362   1362
1363   1363
1364   1364
1365   1365
1366   1366
1367   1367
1368   1368
1369   1369
1370   1370
1371   1371
1372   1372
1373   1373
1374   1374
1375   1375
1376   1376
1377   1377
1378   1378
1379   1379
1380   1380
1381   1381
1382   1382
1383   1383
1384   1384
1385   1385
1386   1386
1387   1387
1388   1388
1389   1389
1390   1390
1391   1391
1392   1392
1393   1393
1394   1394
1395   1395
1396   1396
1397   1397
1398   1398
1399   1399
1400   1400
1401   1401
1402   1402
1403   1403
1404   1404
1405   1405
1406   1406
1407   1407
1408   1408
1409   1409
1410   1410
1411   1411
1412   1412
1413   1413
1414   1414
1415   1415
1416   1416
1417   1417
1418   1418
1419   1419
1420   1420
1421   1421
1422   1422
1423   1423
1424   1424
1425   1425
1426   1426
1427   1427
1428   1428
1429   1429
1430   1430
1431   1431
1432   1432
1433   1433
1434   1434
1435   1435
1436   1436
1437   1437
1438   1438
1439   1439
1440   1440
1441   1441
1442   1442
1443   1443
1444   1444
1445   1445
1446   1446
1447   1447
1448   1448
1449   1449
1450   1450
1451   1451
1452   1452
1453   1453
1454   1454
1455   1455
1456   1456
1457   1457
1458   1458
1459   1459
1460   1460
1461   1461
1462   1462
1463   1463
1464   1464
1465   1465
1466   1466
1467   1467
1468   1468
1469   1469
1470   1470
1471   1471
1472   1472
1473   1473
1474   1474
1475   1475
1476   1476
1477   1477
1478   1478
1479   1479
1480   1480
1481   1481
1482   1482
1483   1483
1484   1484
1485   1485
1486   1486
1487   1487
1488   1488
1489   1489
1490   1490
1491   1491
1492   1492
1493   1493
1494   1494
1495   1495
1496   1496
1497   1497
1498   1498
1499   1499
1500   1500
1501   1501
1502   1502
1503   1503
1504   1504
1505   1505
1506   1506
1507   1507
1508   1508
1509   1509
1510   1510
1511   1511
1512   1512
1513   1513
1514   1514
1515   1515
1516   1516
1517   1517
1518   1518
1519   1519
1520   1520
1521   1521
1522   1522
1523   1523
1524   1524
1525   1525
1526   1526
1527   1527
1528   1528
1529   1529
1530   1530
1531   1531
1532   1532
1533   1533
1534   1534
1535   1535
1536   1536
1537   1537
1538   1538
1539   1539
1540   1540
1541   1541
1542   1542
1543   1543
1544   1544
1545   1545
1546   1546
1547   1547
1548   1548
1549   1549
1550   1550
1551   1551
1552   1552
1553   1553
1554   1554
1555   1555
1556   1556
1557   1557
1558   1558
1559   1559
1560   1560
1561   1561
1562   1562
1563   1563
1564   1564
1565   1565
1566   1566
1567   1567
1568   1568
1569   1569
1570   1570
1571   1571
1572   1572
1573   1573
1574   1574
1575   1575
1576   1576
1577   1577
1578   1578
1579   1579
1580   1580
1581   1581
1582   1582
1583   1583
1584   1584
1585   1585
1586   1586
1587   1587
1588   1588
1589   1589
1590   1590
1591   1591
1592   1592
1593   1593
1594   1594
1595   1595
1596   1596
1597   1597
1598   1598
1599   1599
1600   1600
1601   1601
1602   1602
1603   1603
1604   1604
1605   1605
1606   1606
1607   1607
1608   1608
1609   1609
1610   1610
1611   1611
1612   1612
1613   1613
1614   1614
1615   1615
1616   1616
1617   1617
1618   1618
1619   1619
1620   1620
1621   1621
1622   1622
1623   1623
1624   1624
1625   1625
1626   1626
1627   1627
1628   1628
1629   1629
1630   1630
1631   1631
1632   1632
1633   1633
1634   1634
1635   1635
1636   1636
1637   1637
1638   1638
1639   1639
1640   1640
1641   1641
1642   1642
1643   1643
1644   1644
1645   1645
1646   1646
1647   1647
1648   1648
1649   1649
1650   1650
1651   1651
1652   1652
1653   1653
1654   1654
1655   1655
1656   1656
1657   1657
1658   1658
1659   1659
1660   1660
1661   1661
1662   1662
1663   1663
1664   1664
1665   1665
1666   1666
1667   1667
1668   1668
1669   1669
1670   1670
1671   1671
1672   1672
1673   1673
1674   1674
1675   1675
1676   1676
1677   1677
1678   1678
1679   1679
1680   1680
1681   1681
1682   1682
1683   1683
1684   1684
1685   1685
1686   1686
1687   1687
1688   1688
1689   1689
1690   1690
1691   1691
1692   1692
1693   1693
1694   1694
1695   1695
1696   1696
1697   1697
1698   1698
1699   1699
1700   1700
1701   1701
1702   1702
1703   1703
1704   1704
1705   1705
1706   1706
1707   1707
1708   1708
1709   1709
1710   1710
1711   1711
1712   1712
1713   1713
1714   1714
1715   1715
1716   1716
1717   1717
1718   1718
1719   1719
1720   1720
1721   1721
1722   1722
1723   1723
1724   1724
1725   1725
1726   1726
1727   1727
1728   1728
1729   1729
1730   1730
1731   1731
1732   1732
1733   1733
1734   1734
1735   1735
1736   1736
1737   1737
1738   1738
1739   1739
1740   1740
1741   1741
1742   1742
1743   1743
1744   1744
1745   1745
1746   1746
1747   1747
1748   1748
1749   1749
1750   1750
1751   1751
1752   1752
1753   1753
1754   1754
1755   1755
1756   1756
1757   1757
1758   1758
1759   1759
1760   1760
1761   1761
1762   1762
1763   1763
1764   1764
1765   1765
1766   1766
1767   1767
1768   1768
1769   1769
1770   1770
1771   1771
1772   1772
1773   1773
1774   1774
1775   1775
1776   1776
1777   1777
1778   1778
1779   1779
1780   1780
1781   1781
1782   1782
1783   1783
1784   1784
1785   1785
1786   1786
1787   1787
1788   1788
1789   1789
1790   1790
1791   1791
1792   1792
1793   1793
1794   1794
1795   1795
1796   1796
1797   1797
1798   1798
1799   1799
1800   1800
1801   1801
1802   1802
1803   1803
1804   1804
1805   1805
1806   1806
1807   1807
1808   1808
1809   1809
1810   1810
1811   1811
1812   1812
1813   1813
1814   1814
1815   1815
1816   1816
1817   1817
1818   1818
1819   1819
1820   1820
1821   1821
1822   1822
1823   1823
1824   1824
1825   1825
1826   1826
1827   1827
1828   1828
1829   1829
1830   1830
1831   1831
1832   1832
1833   1833
1834   1834
1835   1835
1836   1836
1837   1837
1838   1838
1839   1839
1840   1840
1841   1841
1842   1842
1843   1843
1844   1844
1845   1845
1846   1846
1847   1847
1848   1848
1849   1849
1850   1850
1851   1851
1852   1852
1853   1853
1854   1854
1855   1855
1856   1856
1857   1857
1858   1858
1859   1859
1860   1860
1861   1861
1862   1862
1863   1863
1864   1864
1865   1865
1866   1866
1867   1867
1868   1868
1869   1869
1870   1870
1871   1871
1872   1872
1873   1873
1874   1874
1875   1875
1876   1876
1877   1877
1878   1878
1879   1879
1880   1880
1881   1881
1882   1882
1883   1883
1884   1884
1885   1885
1886   1886
1887   1887
1888   1888
1889   1889
1890   1890
1891   1891
1892   1892
1893   1893
1894   1894
1895   1895
1896   1896
1897   1897
1898   1898
1899   1899
1900   1900
1901   1901
1902   1902
1903   1903
1904   1904
1905   1905
1906   1906
1907   1907
1908   1908
1909   1909
1910   1910
1911   1911
1912   1912
1913   1913
1914   1914
1915   1915
1916   1916
1917   1917
1918   1918
1919   1919
1920   1920
1921   1921
1922   1922
1923   1923
1924   1924
1925   1925
1926   1926
1927   1927
1928   1928
1929   1929
1930   1930
1931   1931
1932   1932
1933   1933
1934   1934
1935   1935
1936   1936
1937   1937
1938   1938
1939   1939
1940   1940
1941   1941
1942   1942
1943   1943
1944   1944
1945   1945
1946   1946
1947   1947
1948   1948
1949   1949
1950   1950
1951   1951
1952   1952
1953   1953
1954   1954
1955   1955
1956   1956
1957   1957
1958   1958
1959   1959
1960   1960
1961   1961
1962   1962
1963   1963
1964   1964
1965   1965
1966   1966
1967   1967
1968   1968
1969   1969
1970   1970
1971   1971
1972   1972
1973   1973
1974   1974
1975   1975
1976   1976
1977   1977
1978   1978
1979   1979
1980   1980
1981   1981
1982   1982
1983   1983
1984   1984
1985   1985
1986   1986
1987   1987
1988   1988
1989   1989
1990   1990
1991   1991
1992   1992
1993   1993
1994   1994
1995   1995
1996   1996
1997   1997
1998   1998
1999   1999
2000   2000
2001   2001
2002   2002
2003   2003
2004   2004
2005   2005
2006   2006
2007   2007
2008   2008
2009   2009
2010   2010
2011   2011
2012   2012
2013   2013
2014   2014
2015   2015
2016   2016
2017   2017
2018   2018
2019   2019
2020   2020
2021   2021
2022   2022
2023   2023
2024   2024
2025   2025
2026   2026
2027   2027
2028   2028
2029   2029
2030   2030
2031   2031
2032   2032
2033   2033
2034   2034
2035   2035
2036   2036
2037   2037
2038   2038
2039   2039
2040   2040
2041   2041
2042   2042
2043   2043
2044   2044
2045   2045
2046   2046
2047   2047
2048   2048
2049   2049
2050   2050
2051   2051
2052   2052
2053   2053
2054   2054
2055   2055
2056   2056
2057   2057
2058   2058
2059   2059
2060   2060
2061   2061
2062   2062
2063   2063
2064   2064
2065   2065
2066   2066
2067   2067
2068   2068
2069   2069
2070   2070
2071   2071
2072   2072
2073   2073
2074   2074
2075   2075
2076   2076
2077   2077
2078   2078
2079   2079
2080   2080
2081   2081
2082   2082
2083   2083
2084   2084
2085   2085
2086   2086
2087   2087
2088   2088
2089   2089
2090   2090
2091   2091
2092   2092
2093   2093
2094   2094
2095   2095
2096   2096
2097   2097
2098   2098
2099   2099
2100   2100
2101   2101
2102   2102
2103   2103
2104   2104
2105   2105
2106   2106
2107   2107
2108   2108
2109   2109
2110   2110
2111   2111
2112   2112
2113   2113
2114   2114
2115   2115
2116   2116
2117   2117
2118   2118
2119   2119
2120   2120
2121   2121
2122   2122
2123   2123
2124   2124
2125   2125
2126   2126
2127   2127
2128   2128
2129   2129
2130   2130
2131   2131
2132   2132
2133   2133
2134   2134
2135   2135
2136   2136
2137   2137
2138   2138
2139   2139
2140   2140
2141   2141
2142   2142
2143   2143
2144   2144
2145   2145
2146   2146
2147   2147
2148   2148
2149   2149
2150   2150
2151   2151
2152   2152
2153   2153
2154   2154
2155   2155
2156   2156
2157   2157
2158   2158
2159   2159
2160   2160
2161   2161
2162   2162
2163   2163
2164   2164
2165   2165
2166   2166
2167   2167
2168   2168
2169   2169
2170   2170
2171   2171
2172   2172
2173   2173
2174   2174
2175   2175
2176   2176
2177   2177
2178   2178
2179   2179
2180   2180
2181   2181
2182   2182
2183   2183
2184   2184
2185   2185
2186   2186
2187   2187
2188   2188
2189   2189
2190   2190
2191   2191
2192   2192
2193   2193
2194   2194
2195   2195
2196   2196
2197   2197
2198   2198
2199   2199
2200   2200
2201   2201
2202   2202
2203   2203
2204   2204
2205   2205
2206   2206
2207   2207
2208   2208
2209   2209
2210   2210
2211   2211
2212   2212
2213   2213
2214   2214
2215   2215
2216   2216
2217   2217
2218   2218
2219   2219
2220   2220
2221   2221
2222   2222
2223   2223
2224   2224
2225   2225
2226   2226
2227   2227
2228   2228
2229   2229
2230   2230
2231   2231
2232   2232
2233   2233
2234   2234
2235   2235
2236   2236
2237   2237
2238   2238
2239   2239
2240   2240
2241   2241
2242   2242
2243   2243
2244   2244
2245   2245
2246   2246
2247   2247
2248   2248
2249   2249
2250   2250
2251   2251
2252   2252
2253   2253
2254   2254
2255   2255
2256   2256
2257   2257
2258   2258
2259   2259
2260   2260
2261   2261
2262   2262
2263   2263
2264   2264
2265   2265
2266   2266
2267   2267
2268   2268
2269   2269
2270   2270
2271   2271
2272   2272
2273   2273
2274   2274
2275   2275
2276   2276
2277   2277
2278   2278
2279   2279
2280   2280
2281   2281
2282   2282
2283   2283
2284   2284
2285   2285
2286   2286
2287   2287
2288   2288
2289   2289
2290   2290
2291   2291
2292   2292
2293   2293
2294   2294
2295   2295
2296   2296
2297   2297
2298   2298
2299   2299
2300   2300
2301   2301
2302   2302
2303   2303
2304   2304
2305   2305
2306   2306
2307   2307
2308   2308
2309   2309
2310   2310
2311   2311
2312   2312
2313   2313
2314   2314
2315   2315
2316   2316
2317   2317
2318   2318
2319   2319
2320   2320
2321   2321
2322   2322
2323   2323
2324   2324
2325   2325
2326   2326
2327   2327
2328   2328
2329   2329
2330   2330
2331   2331
2332   2332
2333   2333
2334   2334
2335   2335
2336   2336
2337   2337
2338   2338
2339   2339
2340   2340
2341   2341
2342   2342
2343   2343
2344   2344
2345   2345
2346   2346
2347   2347
2348   2348
2349   2349
2350   2350
2351   2351
2352   2352
2353   2353
2354   2354
2355   2355
2356   2356
2357   2357
2358   2358
2359   2359
2360   2360
2361   2361
2362   2362
2363   2363
2364   2364
2365   2365
2366   2366
2367   2367
2368   2368
2369   2369
2370   2370
2371   2371
2372   2372
2373   2373
2374   2374
2375   2375
2376   2376
2377   2377
2378   2378
2379   2379
2380   2380
2381   2381
2382   2382
2383   2383
2384   2384
2385   2385
2386   2386
2387   2387
2388   2388
2389   2389
2390   2390
2391   2391
2392   2392
2393   2393
2394   2394
2395   2395
2396   2396
2397   2397
2398   2398
2399   2399
2400   2400
2401   2401
2402   2402
2403   2403
2404   2404
2405   2405
2406   2406
2407   2407
2408   2408
2409   2409
2410   2410
2411   2411
2412   2412
2413   2413
2414   2414
2415   2415
2416   2416
2417   2417
2418   2418
2419   2419
2420   2420
2421   2421
2422   2422
2423   2423
2424   2424
2425   2425
2426   2426
2427   2427
2428   2428
2429   2429
2430   2430
2431   2431
2432   2432
2433   2433
2434   2434
2435   2435
2436   2436
2437   2437
2438   2438
2439   2439
2440   2440
2441   2441
2442   2442
2443   2443
2444   2444
2445   2445
2446   2446
2447   2447
2448   2448
2449   2449
2450   2450
2451   2451
2452   2452
2453   2453
2454   2454
2455   2455
2456   2456
2457   2457
2458   2458
2459   2459
2460   2460
2461   2461
2462   2462
2463   2463
2464   2464
2465   2465
2466   2466
2467   2467
2468   2468
2469   2469
2470   2470
2471   2471
2472   2472
2473   2473
2474   2474
2475   2475
2476   2476
2477   2477
2478   2478
2479   2479
2480   2480
2481   2481
2482   2482
2483   2483
2484   2484
2485   2485
2486   2486
2487   2487
2488   2488
2489   2489
2490   2490
2491   2491
2492   2492
2493   2493
2494   2494
2495   2495
2496   2496
2497   2497
2498   2498
2499   2499
2500   2500
2501   2501
2502   2502
2503   2503
2504   2504
2505   2505
2506   2506
2507   2507
2508   2508
2509   2509
2510   2510
2511   2511
2512   2512
2513   2513
2514   2514
2515   2515
2516   2516
2517   2517
2518   2518
2519   2519
2520   2520
2521   2521
2522   2522
2523   2523
2524   2524
2525   2525
2526   2526
2527   2527
2528   2528
2529   2529
2530   2530
2531   2531
2532   2532
2533   2533
2534   2534
2535   2535
2536   2536
2537   2537
2538   2538
2539   2539
2540   2540
2541   2541
2542   2542
2543   2543
2544   2544
2545   2545
2546   2546
2547   2547
2548   2548
2549   2549
2550   2550
2551   2551
2552   2552
2553   2553
2554   2554
2555   2555
2556   2556
2557   2557
2558   2558
2559   2559
2560   2560
2561   2561
2562   2562
2563   2563
2564   2564
2565   2565
2566   2566
2567   2567
2568   2568
2569   2569
2570   2570
2571   2571
2572   2572
2573   2573
2574   2574
2575   2575
2576   2576
2577   2577
2578   2578
2579   2579
2580   2580
2581   2581
2582   2582
2583   2583
2584   2584
2585   2585
2586   2586
2587   2587
2588   2588
2589   2589
2590   2590
2591   2591
2592   2592
2593   2593
2594   2594
2595   2595
2596   2596
2597   2597
2598   2598
2599   2599
2600   2600
2601   2601
2602   2602
2603   2603
2604   2604
2605   2605
2606   2606
2607   2607
2608   2608
2609   2609
2610   2610
2611   2611
2612   2612
2613   2613
2614   2614
2615   2615
2616   2616
2617   2617
2618   2618
2619   2619
2620   2620
2621   2621
2622   2622
2623   2623
2624   2624
2625   2625
2626   2626
2627   2627
2628   2628
2629   2629
2630   2630
2631   2631
2632   2632
2633   2633
2634   2634
2635   2635
2636   2636
2637   2637
2638   2638
2639   2639
2640   2640
2641   2641
2642   2642
2643   2643
2644   2644
2645   2645
2646   2646
2647   2647
2648   2648
2649   2649
2650   2650
2651   2651
2652   2652
2653   2653
2654   2654
2655   2655
2656   2656
2657   2657
2658   2658
2659   2659
2660   2660
2661   2661
2662   2662
2663   2663
2664   2664
2665   2665
2666   2666
2667   2667
2668   2668
2669   2669
2670   2670
2671   2671
2672   2672
2673   2673
2674   2674
2675   2675
2676   2676
2677   2677
2678   2678
2679   2679
2680   2680
2681   2681
2682   2682
2683   2683
2684   2684
2685   2685
2686   2686
2687   2687
2688   2688
2689   2689
2690   2690
2691   2691
2692   2692
2693   2693
2694   2694
2695   2695
2696   2696
2697   2697
2698   2698
2699   2699
2700   2700
2701   2701
2702   2702
2703   2703
2704   2704
2705   2705
2706   2706
2707   2707
2708   2708
2709   2709
2710   2710
2711   2711
2712   2712
2713   2713
2714   2714
2715   2715
2716   2716
2717   2717
2718   2718
2719   2719
2720   2720
2721   2721
2722   2722
2723   2723
2724   2724
2725   2725
2726   2726
2727   2727
2728   2728
2729   2729
2730   2730
2731   2731
2732   2732
2733   2733
2734   2734
2735   2735
2736   2736
2737   2737
2738   2738
2739   2739
2740   2740
2741   2741
2742   2742
2743   2743
2744   2744
2745   2745
2746   2746
2747   2747
2748   2748
2749   2749
2750   2750
2751   2751
2752   2752
2753   2753
2754   2754
2755   2755
2756   2756
2757   2757
2758   2758
2759   2759
2760   2760
2761   2761
2762   2762
2763   2763
2764   2764
2765   2765
2766   2766
2767   2767
2768   2768
2769   2769
2770   2770
2771   2771
2772   2772
2773   2773
2774   2774
2775   2775
2776   2776
2777   2777
2778   2778
2779   2779
2780   2780
2781   2781
2782   2782
2783   2783
2784   2784
2785   2785
2786   2786
2787   2787
2788   2788
2789   2789
2790   2790
2791   2791
2792   2792
2793   2793
2794   2794
2795   2795
2796   2796
2797   2797
2798   2798
2799   2799
2800   2800
2801   2801
2802   2802
2803   2803
2804   2804
2805   2805
2806   2806
2807   2807
2808   2808
2809   2809
2810   2810
2811   2811
2812   2812
2813   2813
2814   2814
2815   2815
2816   2816
2817   2817
2818   2818
2819   2819
2820   2820
2821   2821
2822   2822
2823   2823
2824   2824
2825   2825
2826   2826
2827   2827
2828   2828
2829   2829
2830   2830
2831   2831
2832   2832
2833   2833
2834   2834
2835   2835
2836   2836
2837   2837
2838   2838
2839   2839
2840   2840
2841   2841
2842   2842
2843   2843
2844   2844
2845   2845
2846   2846
2847   2847
2848   2848
2849   2849
2850   2850
2851   2851
2852   2852
2853   2853
2854   2854
2855   2855
2856   2856
2857   2857
2858   2858
2859   2859
2860   2860
2861   2861
2862   2862
2863   2863
2864   2864
2865   2865
2866   2866
2867   2867
2868   2868
2869   2869
2870   2870
2871   2871
2872   2872
2873   2873
2874   2874
2875   2875
2876   2876
2877   2877
2878   2878
2879   2879
2880   2880
2881   2881
2882   2882
2883   2883
2884   2884
2885   2885
2886   2886
2887   2887
2888   2888
2889   2889
2890   2890
2891   2891
2892   2892
2893   2893
2894   2894
2895   2895
2896   2896
2897   2897
2898   2898
2899   2899
2900   2900
2901   2901
2902   2902
2903   2903
2904   2904
2905   2905
2906   2906
2907   2907
2908   2908
2909   2909
2910   2910
2911   2911
2912   2912
2913   2913
2914   2914
2915   2915
2916   2916
2917   2917
2918   2918
2919   2919
2920   2920
2921   2921
2922   2922
2923   2923
2924   2924
2925   2925
2926   2926
2927   2927
2928   2928
2929   2929
2930   2930
2931   2931
2932   2932
2933   2933
2934   2934
2935   2935
2936   2936
2937   2937
2938   2938
2939   2939
2940   2940
2941   2941
2942   2942
2943   2943
2944   2944
2945   2945
2946   2946
2947   2947
2948   2948
2949   2949
2950   2950
2951   2951
2952   2952
2953   2953
2954   2954
2955   2955
2956   2956
2957   2957
2958   2958
2959   2959
2960   2960
2961   2961
2962   2962
2963   2963
2964   2964
2965   2965
2966   2966
2967   2967
2968   2968
2969   2969
2970   2970
2971   2971
2972   2972
2973   2973
2974   2974
2975   2975
2976   2976
2977   2977
2978   2978
2979   2979
2980   2980
2981   2981
2982   2982
2983   2983
2984   2984
2985   2985
2986   2986
2987   2987
2988   2988
2989   2989
2990   2990
2991   2991
2992   2992
2993   2993
2994   2994
2995   2995
2996   2996
2997   2997
2998   2998
2999   2999
3000   3000
3001   3001
3002   3002
3003   3003
3004   3004
3005   3005
3006   3006
3007   3007
3008   3008
3009   3009
3010   3010
3011   3011
3012   3012
3013   3013
3014   3014
3015   3015
3016   3016
3017   3017
3018   3018
3019   3019
3020   3020
3021   3021
3022   3022
3023   3023
3024   3024
3025   3025
3026   3026
3027   3027
3028   3028
3029   3029
3030   3030
3031   3031
3032   3032
3033   3033
3034   3034
3035   3035
3036   3036
3037   3037
3038   3038
3039   3039
3040   3040
3041   3041
3042   3042
3043   3043
3044   3044
3045   3045
3046   3046
3047   3047
3048   3048
3049   3049
3050   3050
3051   3051
3052   3052
3053   3053
3054   3054
3055   3055
3056   3056
3057   3057
3058   3058
3059   3059
3060   3060
3061   3061
3062   3062
3063   3063
3064   3064
3065   3065
3066   3066
3067   3067
3068   3068
3069   3069
3070   3070
3071   3071
3072   3072
3073   3073
3074   3074
3075   3075
3076   3076
3077   3077
3078   3078
3079   3079
3080   3080
3081   3081
3082   3082
3083   3083
3084   3084
3085   3085
3086   3086
3087   3087
3088   3088
3089   3089
3090   3090
3091   3091
3092   3092
3093   3093
3094   3094
3095   3095
3096   3096
3097   3097
3098   3098
3099   3099
3100   3100
3101   3101
3102   3102
3103   3103
3104   3104
3105   3105
3106   3106
3107   3107
3108   3108
3109   3109
3110   3110
3111   3111
3112   3112
3113   3113
3114   3114
3115   3115
3116   3116
3117   3117
3118   3118
3119   3119
3120   3120
3121   3121
3122   3122
3123   3123
3124   3124
3125   3125
3126   3126
3127   3127
3128   3128
3129   3129
3130   3130
3131   3131
3132   3132
3133   3133
3134   3134
3135   3135
3136   3136
3137   3137
3138   3138
3139   3139
3140   3140
3141   3141
3142   3142
3143   3143
3144   3144
3145   3145
3146   3146
3147   3147
3148   3148
3149   3149
3150   3150
3151   3151
3152   3152
3153   3153
3154   3154
3155   3155
3156   3156
3157   3157
3158   3158
3159   3159
3160   3160
3161   3161
3162   3162
3163   3163
3164   3164
3165   3165
3166   3166
3167   3167
3168   3168
3169   3169
3170   3170
3171   3171
3172   3172
3173   3173
3174   3174
3175   3175
3176   3176
3177   3177
3178   3178
3179   3179
3180   3180
3181   3181
3182   3182
3183   3183
3184   3184
3185   3185
3186   3186
3187   3187
3188   3188
3189   3189
3190   3190
3191   3191
3192   3192
3193   3193
3194   3194
3195   3195
3196   3196
3197   3197
3198   3198
3199   3199
3200   3200
3201   3201
3202   3202
3203   3203
3204   3204
3205   3205
3206   3206
3207   3207
3208   3208
3209   3209
3210   3210
3211   3211
3212   3212
3213   3213
3214   3214
3215   3215
3216   3216
3217   3217
3218   3218
3219   3219
3220   3220
3221   3221
3222   3222
3223   3223
3224   3224
3225   3225
3226   3226
3227   3227
3228   3228
3229   3229
3230   3230
3231   3231
3232   3232
3233   3233
3234   3234
3235   3235
3236   3236
3237   3237
3238   3238
3239   3239
3240   3240
3241   3241
3242   3242
3243   3243
3244   3244
3245   3245
3246   3246
3247   3247
3248   3248
3249   3249
3250   3250
3251   3251
3252   3252
3253   3253
3254   3254
3255   3255
3256   3256
3257   3257
3258   3258
3259   3259
3260   3260
3261   3261
3262   3262
3263   3263
3264   3264
3265   3265
3266   3266
3267   3267
3268   3268
3269   3269
3270   3270
3271   3271
3272   3272
3273   3273
3274   3274
3275   3275
3276   3276
3277   3277
3278   3278
3279   3279
3280   3280
3281   3281
3282   3282
3283   3283
3284   3284
3285   3285
3286   3286
3287   3287
3288   3288
3289   3289
3290   3290
3291   3291
3292   3292
3293   3293
3294   3294
3295   3295
3296   3296
3297   3297
3298   3298
3299   3299
3300   3300
3301   3301
3302   3302
3303   3303
3304   3304
3305   3305
3306   3306
3307   3307
3308   3308
3309   3309
3310   3310
3311   3311
3312   3312
3313   3313
3314   3314
3315   3315
3316   3316
3317   3317
3318   3318
3319   3319
3320   3320
3321   3321
3322   3322
3323   3323
3324   3324
3325   3325
3326   3326
3327   3327
3328   3328
3329   3329
3330   3330
3331   3331
3332   3332
3333   3333
3334   3334
3335   3335
3336   3336
3337   3337
3338   3338
3339   3339
3340   3340
3341   3341
3342   3342
3343   3343
3344   3344
3345   3345
3346   3346
3347   3347
3348   3348
3349   3349
3350   3350
3351   3351
3352   3352
3353   3353
3354   3354
3355   3355
3356   3356
3357   3357
3358   3358
3359   3359
3360   3360
3361   3361
3362   3362
3363   3363
3364   3364
3365   3365
3366   3366
3367   3367
3368   3368
3369   3369
3370   3370
3371   3371
3372   3372
3373   3373
3374   3374
3375   3375
3376   3376
3377   3377
3378   3378
3379   3379
3380   3380
3381   3381
3382   3382
3383   3383
3384   3384
3385   3385
3386   3386
3387   3387
3388   3388
3389   3389
3390   3390
3391   3391
3392   3392
3393   3393
3394   3394
3395   3395
3396   3396
3397   3397
3398   3398
3399   3399
3400   3400
3401   3401
3402   3402
3403   3403
3404   3404
3405   3405
3406   3406
3407   3407
3408   3408
3409   3409
3410   3410
3411   3411
3412   3412
3413   3413
3414   3414
3415   3415
3416   3416
3417   3417
3418   3418
3419   3419
3420   3420
3421   3421
3422   3422
3423   3423
3424   3424
3425   3425
3426   3426
3427   3427
3428   3428
3429   3429
3430   3430
3431   3431
3432   3432
3433   3433
3434   3434
3435   3435
3436   3436
3437   3437
3438   3438
3439   3439
3440   3440
3441   3441
3442   3442
3443   3443
3444   3444
3445   3445
3446   3446
3447   3447
3448   3448
3449   3449
3450   3450
3451   3451
3452   3452
3453   3453
3454   3454
3455   3455
3456   3456
3457   3457
3458   3458
3459   3459
3460   3460
3461   3461
3462   3462
3463   3463
3464   3464
3465   3465
3466   3466
3467   3467
3468   3468
3469   3469
3470   3470
3471   3471
3472   3472
3473   3473
3474   3474
3475   3475
3476   3476
3477   3477
3478   3478
3479   3479
3480   3480
3481   3481
3482   3482
3483   3483
3484   3484
3485   3485
3486   3486
3487   3487
3488   3488
3489   3489
3490   3490
3491   3491
3492   3492
3493   3493
3494   3494
3495   3495
3496   3496
3497   3497
3498   3498
3499   3499
3500   3500
3501   3501
3502   3502
3503   3503
3504   3504
3505   3505
3506   3506
3507   3507
3508   3508
3509   3509
3510   3510
3511   3511
3512   3512
3513   3513
3514   3514
3515   3515
3516   3516
3517   3517
3518   3518
3519   3519
3520   3520
3521   3521
3522   3522
3523   3523
3524   3524
3525   3525
3526   3526
3527   3527
3528   3528
3529   3529
3530   3530
3531   3531
3532   3532
3533   3533
3534   3534
3535   3535
3536   3536
3537   3537
3538   3538
3539   3539
3540   3540
3541   3541
3542   3542
3543   3543
3544   3544
3545   3545
3546   3546
3547   3547
3548   3548
3549   3549
3550   3550
3551   3551
3552   3552
3553   3553
3554   3554
3555   3555
3556   3556
3557   3557
3558   3558
3559   3559
3560   3560
3561   3561
3562   3562
3563   3563
3564   3564
3565   3565
3566   3566
3567   3567
3568   3568
3569   3569
3570   3570
3571   3571
3572   3572
3573   3573
3574   3574
3575   3575
3576   3576
3577   3577
3578   3578
3579   3579
3580   3580
3581   3581
3582   3582
3583   3583
3584   3584
3585   3585
3586   3586
3587   3587
3588   3588
3589   3589
3590   3590
3591   3591
3592   3592
3593   3593
3594   3594
3595   3595
3596   3596
3597   3597
3598   3598
3599   3599
3600   3600
3601   3601
3602   3602
3603   3603
3604   3604
3605   3605
3606   3606
3607   3607
3608   3608
3609   3609
3610   3610
3611   3611
3612   3612
3613   3613
3614   3614
3615   3615
3616   3616
3617   3617
3618   3618
3619   3619
3620   3620
3621   3621
3622   3622
3623   3623
3624   3624
3625   3625
3626   3626
3627   3627
3628   3628
3629   3629
3630   3630
3631   3631
3632   3632
3633   3633
3634   3634
3635   3635
3636   3636
3637   3637
3638   3638
3639   3639
3640   3640
3641   3641
3642   3642
3643   3643
3644   3644
3645   3645
3646   3646
3647   3647
3648   3648
3649   3649
3650   3650
3651   3651
3652   3652
3653   3653
3654   3654
3655   3655
3656   3656
3657   3657
3658   3658
3659   3659
3660   3660
3661   3661
3662   3662
3663   3663
3664   3664
3665   3665
3666   3666
3667   3667
3668   3668
3669   3669
3670   3670
3671   3671
3672   3672
3673   3673
3674   3674
3675   3675
3676   3676
3677   3677
3678   3678
3679   3679
3680   3680
3681   3681
3682   3682
3683   3683
3684   3684
3685   3685
3686   3686
3687   3687
3688   3688
3689   3689
3690   3690
3691   3691
3692   3692
3693   3693
3694   3694
3695   3695
3696   3696
3697   3697
3698   3698
3699   3699
3700   3700
3701   3701
3702   3702
3703   3703
3704   3704
3705   3705
3706   3706
3707   3707
3708   3708
3709   3709
3710   3710
3711   3711
3712   3712
3713   3713
3714   3714
3715   3715
3716   3716
3717   3717
3718   3718
3719   3719
3720   3720
3721   3721
3722   3722
3723   3723
3724   3724
3725   3725
3726   3726
3727   3727
3728   3728
3729   3729
3730   3730
3731   3731
3732   3732
3733   3733
3734   3734
3735   3735
3736   3736
3737   3737
3738   3738
3739   3739
3740   3740
3741   3741
3742   3742
3743   3743
3744   3744
3745   3745
3746   3746
3747   3747
3748   3748
3749   3749
3750   3750
3751   3751
3752   3752
3753   3753
3754   3754
3755   3755
3756   3756
3757   3757
3758   3758
3759   3759
3760   3760
3761   3761
3762   3762
3763   3763
3764   3764
3765   3765
3766   3766
3767   3767
3768   3768
3769   3769
3770   3770
3771   3771
3772   3772
3773   3773
3774   3774
3775   3775
3776   3776
3777   3777
3778   3778
3779   3779
3780   3780
3781   3781
3782   3782
3783   3783
3784   3784
3785   3785
3786   3786
3787   3787
3788   3788
3789   3789
3790   3790
3791   3791
3792   3792
3793   3793
3794   3794
3795   3795
3796   3796
3797   3797
3798   3798
3799   3799
3800   3800
3801   3801
3802   3802
3803   3803
3804   3804
3805   3805
3806   3806
3807   3807
3808   3808
3809   3809
3810   3810
3811   3811
3812   3812
3813   3813
3814   3814
3815   3815
3816   3816
3817   3817
3818   3818
3819   3819
3820   3820
3821   3821
3822   3822
3823   3823
3824   3824
3825   3825
3826   3826
3827   3827
3828   3828
3829   3829
3830   3830
3831   3831
3832   3832
3833   3833
3834   3834
3835   3835
3836   3836
3837   3837
3838   3838
3839   3839
3840   3840
3841   3841
3842   3842
3843   3843
3844   3844
3845   3845
3846   3846
3847   3847
3848   3848
3849   3849
3850   3850
3851   3851
3852   3852
3853   3853
3854   3854
3855   3855
3856   3856
3857   3857
3858   3858
3859   3859
3860   3860
3861   3861
3862   3862
3863   3863
3864   3864
3865   3865
3866   3866
3867   3867
3868   3868
3869   3869
3870   3870
3871   3871
3872   3872
3873   3873
3874   3874
3875   3875
3876   3876
3877   3877
3878   3878
3879   3879
3880   3880
3881   3881
3882   3882
3883   3883
3884   3884
3885   3885
3886   3886
3887   3887
3888   3888
3889   3889
3890   3890
3891   3891
3892   3892
3893   3893
3894   3894
3895   3895
3896   3896
3897   3897
3898   3898
3899   3899
3900   3900
3901   3901
3902   3902
3903   3903
3904   3904
3905   3905
3906   3906
3907   3907
3908   3908
3909   3909
3910   3910
3911   3911
3912   3912
3913   3913
3914   3914
3915   3915
3916   3916
3917   3917
3918   3918
3919   3919
3920   3920
3921   3921
3922   3922
3923   3923
3924   3924
3925   3925
3926   3926
3927   3927
3928   3928
3929   3929
3930   3930
3931   3931
3932   3932
3933   3933
3934   3934
3935   3935
3936   3936
3937   3937
3938   3938
3939   3939
3940   3940
3941   3941
3942   3942
3943   3943
3944   3944
3945   3945
3946   3946
3947   3947
3948   3948
3949   3949
3950   3950
3951   3951
3952   3952
3953   3953
3954   3954
3955   3955
3956   3956
3957   3957
3958   3958
3959   3959
3960   3960
3961   3961
3962   3962
3963   3963
3964   3964
3965   3965
3966   3966
3967   3967
3968   3968
3969   3969
3970   3970
3971   3971
3972   3972
3973   3973
3974   3974
3975   3975
3976   3976
3977   3977
3978   3978
3979   3979
3980   3980
3981   3981
3982   3982
3983   3983
3984   3984
3985   3985
3986   3986
3987   3987
3988   3988
3989   3989
3990   3990
3991   3991
3992   3992
3993   3993
3994   3994
3995   3995
3996   3996
3997   3997
3998   3998
3999   3999
4000   4000
4001   4001
4002   4002
4003   4003
4004   4004
4005   4005
4006   4006
4007   4007
4008   4008
4009   4009
4010   4010
4011   4011
4012   4012
4013   4013
4014   4014
4015   4015
4016   4016
4017   4017
4018   4018
4019   4019
4020   4020
4021   4021
4022   4022
4023   4023
4024   4024
4025   4025
4026   4026
4027   4027
4028   4028
4029   4029
4030   4030
4031   4031
4032   4032
4033   4033
4034   4034
4035   4035
4036   4036
4037   4037
4038   4038
4039   4039
4040   4040
4041   4041
4042   4042
4043   4043
4044   4044
4045   4045
4046   4046
4047   4047
4048   4048
4049   4049
4050   4050
4051   4051
4052   4052
4053   4053
4054   4054
4055   4055
4056   4056
4057   4057
4058   4058
4059   4059
4060   4060
4061   4061
4062   4062
4063   4063
4064   4064
4065   4065
4066   4066
4067   4067
4068   4068
4069   4069
4070   4070
4071   4071
4072   4072
4073   4073
4074   4074
4075   4075
4076   4076
4077   4077
4078   4078
4079   4079
4080   4080
4081   4081
4082   4082
4083   4083
4084   4084
4085   4085
4086   4086
4087   4087
4088   4088
4089   4089
4090   4090
4091   4091
4092   4092
4093   4093
4094   4094
4095   4095
4096   4096
4097   4097
4098   4098
4099   4099
4100   4100
4101   4101
4102   4102
4103   4103
4104   4104
4105   4105
4106   4106
4107   4107
4108   4108
4109   4109
4110   4110
4111   4111
4112   4112
4113   4113
4114   4114
4115   4115
4116   4116
4117   4117
4118   4118
4119   4119
4120   4120
4121   4121
4122   4122
4123   4123
4124   4124
4125   4125
4126   4126
4127   4127
4128   4128
4129   4129
4130   4130
4131   4131
4132   4132
4133   4133
4134   4134
4135   4135
4136   4136
4137   4137
4138   4138
4139   4139
4140   4140
4141   4141
4142   4142
4143   4143
4144   4144
4145   4145
4146   4146
4147   4147
4148   4148
4149   4149
4150   4150
4151   4151
4152   4152
4153   4153
4154   4154
4155   4155
4156   4156
4157   4157
4158   4158
4159   4159
4160   4160
4161   4161
4162   4162
4163   4163
4164   4164
4165   4165
4166   4166
4167   4167
4168   4168
4169   4169
4170   4170
4171   4171
4172   4172
4173   4173
4174   4174
4175   4175
4176   4176
4177   4177
4178   4178
4179   4179
4180   4180
4181   4181
4182   4182
4183   4183
4184   4184
4185   4185
4186   4186
4187   4187
4188   4188
4189   4189
4190   4190
4191   4191
4192   4192
4193   4193
4194   4194
4195   4195
4196   4196
4197   4197
4198   4198
4199   4199
4200   4200
4201   4201
4202   4202
4203   4203
4204   4204
4205   4205
4206   4206
4207   4207
4208   4208
4209   4209
4210   4210
4211   4211
4212   4212
4213   4213
4214   4214
4215   4215
4216   4216
4217   4217
4218   4218
4219   4219
4220   4220
4221   4221
4222   4222
4223   4223
4224   4224
4225   4225
4226   4226
4227   4227
4228   4228
4229   4229
4230   4230
4231   4231
4232   4232
4233   4233
4234   4234
4235   4235
4236   4236
4237   4237
4238   4238
4239   4239
4240   4240
4241   4241
4242   4242
4243   4243
4244   4244
4245   4245
4246   4246
4247   4247
4248   4248
4249   4249
4250   4250
4251   4251
4252   4252
4253   4253
4254   4254
4255   4255
4256   4256
4257   4257
4258   4258
4259   4259
4260   4260
4261   4261
4262   4262
4263   4263
4264   4264
4265   4265
4266   4266
4267   4267
4268   4268
4269   4269
4270   4270
4271   4271
4272   4272
4273   4273
4274   4274
4275   4275
4276   4276
4277   4277
4278   4278
4279   4279
4280   4280
4281   4281
4282   4282
4283   4283
4284   4284
4285   4285
4286   4286
4287   4287
4288   4288
4289   4289
4290   4290
4291   4291
4292   4292
4293   4293
4294   4294
4295   4295
4296   4296
4297   4297
4298   4298
4299   4299
4300   4300
4301   4301
4302   4302
4303   4303
4304   4304
4305   4305
4306   4306
4307   4307
4308   4308
4309   4309
4310   4310
4311   4311
4312   4312
4313   4313
4314   4314
4315   4315
4316   4316
4317   4317
4318   4318
4319   4319
4320   4320
4321   4321
4322   4322
4323   4323
4324   4324
4325   4325
4326   4326
4327   4327
4328   4328
4329   4329
4330   4330
4331   4331
4332   4332
4333   4333
4334   4334
4335   4335
4336   4336
4337   4337
4338   4338
4339   4339
4340   4340
4341   4341
4342   4342
4343   4343
4344   4344
4345   4345
4346   4346
4347   4347
4348   4348
4349   4349
4350   4350
4351   4351
4352   4352
4353   4353
4354   4354
4355   4355
4356   4356
4357   4357
4358   4358
4359   4359
4360   4360
4361   4361
4362   4362
4363   4363
4364   4364
4365   4365
4366   4366
4367   4367
4368   4368
4369   4369
4370   4370
4371   4371
4372   4372
4373   4373
4374   4374
4375   4375
4376   4376
4377   4377
4378   4378
4379   4379
4380   4380
4381   4381
4382   4382
4383   4383
4384   4384
4385   4385
4386   4386
4387   4387
4388   4388
4389   4389
4390   4390
4391   4391
4392   4392
4393   4393
4394   4394
4395   4395
4396   4396
4397   4397
4398   4398
4399   4399
4400   4400
4401   4401
4402   4402
4403   4403
4404   4404
4405   4405
4406   4406
4407   4407
4408   4408
4409   4409
4410   4410
4411   4411
4412   4412
4413   4413
4414   4414
4415   4415
4416   4416
4417   4417
4418   4418
4419   4419
4420   4420
4421   4421
4422   4422
4423   4423
4424   4424
4425   4425
4426   4426
4427   4427
4428   4428
4429   4429
4430   4430
4431   4431
4432   4432
4433   4433
4434   4434
4435   4435
4436   4436
4437   4437
4438   4438
4439   4439
4440   4440
4441   4441
4442   4442
4443   4443
4444   4444
4445   4445
4446   4446
4447   4447
4448   4448
4449   4449
4450   4450
4451   4451
4452   4452
4453   4453
4454   4454
4455   4455
4456   4456
4457   4457
4458   4458
4459   4459
4460   4460
4461   4461
4462   4462
4463   4463
4464   4464
4465   4465
4466   4466
4467   4467
4468   4468
4469   4469
4470   4470
4471   4471
4472   4472
4473   4473
4474   4474
4475   4475
4476   4476
4477   4477
4478   4478
4479   4479
4480   4480
4481   4481
4482   4482
4483   4483
4484   4484
4485   4485
4486   4486
4487   4487
4488   4488
4489   4489
4490   4490
4491   4491
4492   4492
4493   4493
4494   4494
4495   4495
4496   4496
4497   4497
4498   4498
4499   4499
4500   4500
4501   4501
4502   4502
4503   4503
4504   4504
4505   4505
4506   4506
4507   4507
4508   4508
4509   4509
4510   4510
4511   4511
4512   4512
4513   4513
4514   4514
4515   4515
4516   4516
4517   4517
4518   4518
4519   4519
4520   4520
4521   4521
4522   4522
4523   4523
4524   4524
4525   4525
4526   4526
4527   4527
4528   4528
4529   4529
4530   4530
4531   4531
4532   4532
4533   4533
4534   4534
4535   4535
4536   4536
4537   4537
4538   4538
4539   4539
4540   4540
4541   4541
4542   4542
4543   4543
4544   4544
4545   4545
4546   4546
4547   4547
4548   4548
4549   4549
4550   4550
4551   4551
4552   4552
4553   4553
4554   4554
4555   4555
4556   4556
4557   4557
4558   4558
4559   4559
4560   4560
4561   4561
4562   4562
4563   4563
4564   4564
4565   4565
4566   4566
4567   4567
4568   4568
4569   4569
4570   4570
4571   4571
4572   4572
4573   4573
4574   4574
4575   4575
4576   4576
4577   4577
4578   4578
4579   4579
4580   4580
4581   4581
4582   4582
4583   4583
4584   4584
4585   4585
4586   4586
4587   4587
4588   4588
4589   4589
4590   4590
4591   4591
4592   4592
4593   4593
4594   4594
4595   4595
4596   4596
4597   4597
4598   4598
4599   4599
4600   4600
4601   4601
4602   4602
4603   4603
4604   4604
4605   4605
4606   4606
4607   4607
4608   4608
4609   4609
4610   4610
4611   4611
4612   4612
4613   4613
4614   4614
4615   4615
4616   4616
4617   4617
4618   4618
4619   4619
4620   4620
4621   4621
4622   4622
4623   4623
4624   4624
4625   4625
4626   4626
4627   4627
4628   4628
4629   4629
4630   4630
4631   4631
4632   4632
4633   4633
4634   4634
4635   4635
4636   4636
4637   4637
4638   4638
4639   4639
4640   4640
4641   4641
4642   4642
4643   4643
4644   4644
4645   4645
4646   4646
4647   4647
4648   4648
4649   4649
4650   4650
4651   4651
4652   4652
4653   4653
4654   4654
4655   4655
4656   4656
4657   4657
4658   4658
4659   4659
4660   4660
4661   4661
4662   4662
4663   4663
4664   4664
4665   4665
4666   4666
4667   4667
4668   4668
4669   4669
4670   4670
4671   4671
4672   4672
4673   4673
4674   4674
4675   4675
4676   4676
4677   4677
4678   4678
4679   4679
4680   4680
4681   4681
4682   4682
4683   4683
4684   4684
4685   4685
4686   4686
4687   4687
4688   4688
4689   4689
4690   4690
4691   4691
4692   4692
4693   4693
4694   4694
4695   4695
4696   4696
4697   4697
4698   4698
4699   4699
4700   4700
4701   4701
4702   4702
4703   4703
4704   4704
4705   4705
4706   4706
4707   4707
4708   4708
4709   4709
4710   4710
4711   4711
4712   4712
4713   4713
4714   4714
4715   4715
4716   4716
4717   4717
4718   4718
4719   4719
4720   4720
4721   4721
4722   4722
4723   4723
4724   4724
4725   4725
4726   4726
4727   4727
4728   4728
4729   4729
4730   4730
4731   4731
4732   4732
4733   4733
4734   4734
4735   4735
4736   4736
4737   4737
4738   4738
4739   4739
4740   4740
4741   4741
4742   4742
4743   4743
4744   4744
4745   4745
4746   4746
4747   4747
4748   4748
4749   4749
4750   4750
4751   4751
4752   4752
4753   4753
4754   4754
4755   4755
4756   4756
4757   4757
4758   4758
4759   4759
4760   4760
4761   4761
4762   4762
4763   4763
4764   4764
4765   4765
4766   4766
4767   4767
4768   4768
4769   4769
4770   4770
4771   4771
4772   4772
4773   4773
4774   4774
4775   4775
4776   4776
4777   4777
4778   4778
4779   4779
4780   4780
4781   4781
4782   4782
4783   4783
4784   4784
4785   4785
4786   4786
4787   4787
4788   4788
4789   4789
4790   4790
4791   4791
4792   4792
4793   4793
4794   4794
4795   4795
4796   4796
4797   4797
4798   4798
4799   4799
4800   4800
4801   4801
4802   4802
4803   4803
4804   4804
4805   4805
4806   4806
4807   4807
4808   4808
4809   4809
4810   4810
4811   4811
4812   4812
4813   4813
4814   4814
4815   4815
4816   4816
4817   4817
4818   4818
4819   4819
4820   4820
4821   4821
4822   4822
4823   4823
4824   4824
4825   4825
4826   4826
4827   4827
4828   4828
4829   4829
4830   4830
4831   4831
4832   4832
4833   4833
4834   4834
4835   4835
4836   4836
4837   4837
4838   4838
4839   4839
4840   4840
4841   4841
4842   4842
4843   4843
4844   4844
4845   4845
4846   4846
4847   4847
4848   4848
4849   4849
4850   4850
4851   4851
4852   4852
4853   4853
4854   4854
4855   4855
4856   4856
4857   4857
4858   4858
4859   4859
4860   4860
4861   4861
4862   4862
4863   4863
4864   4864
4865   4865
4866   4866
4867   4867
4868   4868
4869   4869
4870   4870
4871   4871
4872   4872
4873   4873
4874   4874
4875   4875
4876   4876
4877   4877
4878   4878
4879   4879
4880   4880
4881   4881
4882   4882
4883   4883
4884   4884
4885   4885
4886   4886
4887   4887
4888   4888
4889   4889
4890   4890
4891   4891
4892   4892
4893   4893
4894   4894
4895   4895
4896   4896
4897   4897
4898   4898
4899   4899
4900   4900
4901   4901
4902   4902
4903   4903
4904   4904
4905   4905
4906   4906
4907   4907
4908   4908
4909   4909
4910   4910
4911   4911
4912   4912
4913   4913
4914   4914
4915   4915
4916   4916
4917   4917
4918   4918
4919   4919
4920   4920
4921   4921
4922   4922
4923   4923
4924   4924
4925   4925
4926   4926
4927   4927
4928   4928
4929   4929
4930   4930
4931   4931
4932   4932
4933   4933
4934   4934
4935   4935
4936   4936
4937   4937
4938   4938
4939   4939
4940   4940
4941   4941
4942   4942
4943   4943
4944   4944
4945   4945
4946   4946
4947   4947
4948   4948
4949   4949
4950   4950
4951   4951
4952   4952
4953   4953
4954   4954
4955   4955
4956   4956
4957   4957
4958   4958
4959   4959
4960   4960
4961   4961
4962   4962
4963   4963
4964   4964
4965   4965
4966   4966
4967   4967
4968   4968
4969   4969
4970   4970
4971   4971
4972   4972
4973   4973
4974   4974
4975   4975
4976   4976
4977   4977
4978   4978
4979   4979
4980   4980
4981   4981
4982   4982
4983   4983
4984   4984
4985   4985
4986   4986
4987   4987
4988   4988
4989   4989
4990   4990
4991   4991
4992   4992
4993   4993
4994   4994
4995   4995
4996   4996
4997   4997
4998   4998
4999   4999
5000   5000
5001   5001
5002   5002
5003   5003
5004   5004
5005   5005
5006   5006
5007   5007
5008   5008
5009   5009
5010   5010
5011   5011
5012   5012
5013   5013
5014   5014
5015   5015
5016   5016
5017   5017
5018   5018
5019   5019
5020   5020
5021   5021
5022   5022
5023   5023
5024   5024
5025   5025
5026   5026
5027   5027
5028   5028
5029   5029
5030   5030
5031   5031
5032   5032
5033   5033
5034   5034
5035   5035
5036   5036
5037   5037
5038   5038
5039   5039
5040   5040
5041   5041
5042   5042
5043   5043
5044   5044
5045   5045
5046   5046
5047   5047
5048   5048
5049   5049
5050   5050
5051   5051
5052   5052
5053   5053
5054   5054
5055   5055
5056   5056
5057   5057
5058   5058
5059   5059
5060   5060
5061   5061
5062   5062
5063   5063
5064   5064
5065   5065
5066   5066
5067   5067
5068   5068
5069   5069
5070   5070
5071   5071
5072   5072
5073   5073
5074   5074
5075   5075
5076   5076
5077   5077
5078   5078
5079   5079
5080   5080
5081   5081
5082   5082
5083   5083
5084   5084
5085   5085
5086   5086
5087   5087
5088   5088
5089   5089
5090   5090
5091   5091
5092   5092
5093   5093
5094   5094
5095   5095
5096   5096
5097   5097
5098   5098
5099   5099
5100   5100
5101   5101
5102   5102
5103   5103
5104   5104
5105   5105
5106   5106
5107   5107
5108   5108
5109   5109
5110   5110
5111   5111
5112   5112
5113   5113
5114   5114
5115   5115
5116   5116
5117   5117
5118   5118
5119   5119
5120   5120
5121   5121
5122   5122
5123   5123
5124   5124
5125   5125
5126   5126
5127   5127
5128   5128
5129   5129
5130   5130
5131   5131
5132   5132
5133   5133
5134   5134
5135   5135
5136   5136
5137   5137
5138   5138
5139   5139
5140   5140
5141   5141
5142   5142
5143   5143
5144   5144
5145   5145
5146   5146
5147   5147
5148   5148
5149   5149
5150   5150
5151   5151
5152   5152
5153   5153
5154   5154
5155   5155
5156   5156
5157   5157
5158   5158
5159   5159
5160   5160
5161   5161
5162   5162
5163   5163
5164   5164
5165   5165
5166   5166
5167   5167
5168   5168
5169   5169
5170   5170
5171   5171
5172   5172
5173   5173
5174   5174
5175   5175
5176   5176
5177   5177
5178   5178
5179   5179
5180   5180
5181   5181
5182   5182
5183   5183
5184   5184
5185   5185
5186   5186
5187   5187
5188   5188
5189   5189
5190   5190
5191   5191
5192   5192
5193   5193
5194   5194
5195   5195
5196   5196
5197   5197
5198   5198
5199   5199
5200   5200
5201   5201
5202   5202
5203   5203
5204   5204
5205   5205
5206   5206
5207   5207
5208   5208
5209   5209
5210   5210
5211   5211
5212   5212
5213   5213
5214   5214
5215   5215
5216   5216
5217   5217
5218   5218
5219   5219
5220   5220
5221   5221
5222   5222
5223   5223
5224   5224
5225   5225
5226   5226
5227   5227
5228   5228
5229   5229
5230   5230
5231   5231
5232   5232
5233   5233
5234   5234
5235   5235
5236   5236
5237   5237
5238   5238
5239   5239
5240   5240
5241   5241
5242   5242
5243   5243
5244   5244
5245   5245
5246   5246
5247   5247
5248   5248
5249   5249
5250   5250
5251   5251
5252   5252
5253   5253
5254   5254
5255   5255
5256   5256
5257   5257
5258   5258
5259   5259
5260   5260
5261   5261
5262   5262
5263   5263
5264   5264
5265   5265
5266   5266
5267   5267
5268   5268
5269   5269
5270   5270
5271   5271
5272   5272
5273   5273
5274   5274
5275   5275
5276   5276
5277   5277
5278   5278
5279   5279
5280   5280
5281   5281
5282   5282
5283   5283
5284   5284
5285   5285
5286   5286
5287   5287
5288   5288
5289   5289
5290   5290
5291   5291
5292   5292
5293   5293
5294   5294
5295   5295
5296   5296
5297   5297
5298   5298
5299   5299
5300   5300
5301   5301
5302   5302
5303   5303
5304   5304
5305   5305
5306   5306
5307   5307
5308   5308
5309   5309
5310   5310
5311   5311
5312   5312
5313   5313
5314   5314
5315   5315
5316   5316
5317   5317
5318   5318
5319   5319
5320   5320
5321   5321
5322   5322
5323   5323
5324   5324
5325   5325
5326   5326
5327   5327
5328   5328
5329   5329
5330   5330
5331   5331
5332   5332
5333   5333
5334   5334
5335   5335
5336   5336
5337   5337
5338   5338
5339   5339
5340   5340
5341   5341
5342   5342
5343   5343
5344   5344
5345   5345
5346   5346
5347   5347
5348   5348
5349   5349
5350   5350
5351   5351
5352   5352
5353   5353
5354   5354
5355   5355
5356   5356
5357   5357
5358   5358
5359   5359
5360   5360
5361   5361
5362   5362
5363   5363
5364   5364
5365   5365
5366   5366
5367   5367
5368   5368
5369   5369
5370   5370
5371   5371
5372   5372
5373   5373
5374   5374
5375   5375
5376   5376
5377   5377
5378   5378
5379   5379
5380   5380
5381   5381
5382   5382
5383   5383
5384   5384
5385   5385
5386   5386
5387   5387
5388   5388
5389   5389
5390   5390
5391   5391
5392   5392
5393   5393
5394   5394
5395   5395
5396   5396
5397   5397
5398   5398
5399   5399
5400   5400
5401   5401
5402   5402
5403   5403
5404   5404
5405   5405
5406   5406
5407   5407
5408   5408
5409   5409
5410   5410
5411   5411
5412   5412
5413   5413
5414   5414
5415   5415
5416   5416
5417   5417
5418   5418
5419   5419
5420   5420
5421   5421
5422   5422
5423   5423
5424   5424
5425   5425
5426   5426
5427   5427
5428   5428
5429   5429
5430   5430
5431   5431
5432   5432
5433   5433
5434   5434
5435   5435
5436   5436
5437   5437
5438   5438
5439   5439
5440   5440
5441   5441
5442   5442
5443   5443
5444   5444
5445   5445
5446   5446
5447   5447
5448   5448
5449   5449
5450   5450
5451   5451
5452   5452
5453   5453
5454   5454
5455   5455
5456   5456
5457   5457
5458   5458
5459   5459
5460   5460
5461   5461
5462   5462
5463   5463
5464   5464
5465   5465
5466   5466
5467   5467
5468   5468
5469   5469
5470   5470
5471   5471
5472   5472
5473   5473
5474   5474
5475   5475
5476   5476
5477   5477
5478   5478
5479   5479
5480   5480
5481   5481
5482   5482
5483   5483
5484   5484
5485   5485
5486   5486
5487   5487
5488   5488
5489   5489
5490   5490
5491   5491
5492   5492
5493   5493
5494   5494
5495   5495
5496   5496
5497   5497
5498   5498
5499   5499
5500   5500
5501   5501
5502   5502
5503   5503
5504   5504
5505   5505
5506   5506
5507   5507
5508   5508
5509   5509
5510   5510
5511   5511
5512   5512
5513   5513
5514   5514
5515   5515
5516   5516
5517   5517
5518   5518
5519   5519
5520   5520
5521   5521
5522   5522
5523   5523
5524   5524
5525   5525
5526   5526
5527   5527
5528   5528
5529   5529
5530   5530
5531   5531
5532   5532
5533   5533
5534   5534
5535   5535
5536   5536
5537   5537
5538   5538
5539   5539
5540   5540
5541   5541
5542   5542
5543   5543
5544   5544
5545   5545
5546   5546
5547   5547
5548   5548
5549   5549
5550   5550
5551   5551
5552   5552
5553   5553
5554   5554
5555   5555
5556   5556
5557   5557
5558   5558
5559   5559
5560   5560
5561   5561
5562   5562
5563   5563
5564   5564
5565   5565
5566   5566
5567   5567
5568   5568
5569   5569
5570   5570
5571   5571
5572   5572
5573   5573
5574   5574
5575   5575
5576   5576
5577   5577
5578   5578
5579   5579
5580   5580
5581   5581
5582   5582
5583   5583
5584   5584
5585   5585
5586   5586
5587   5587
5588   5588
5589   5589
5590   5590
5591   5591
5592   5592
5593   5593
5594   5594
5595   5595
5596   5596
5597   5597
5598   5598
5599   5599
5600   5600
5601   5601
5602   5602
5603   5603
5604   5604
5605   5605
5606   5606
5607   5607
5608   5608
5609   5609
5610   5610
5611   5611
5612   5612
5613   5613
5614   5614
5615   5615
5616   5616
5617   5617
5618   5618
5619   5619
5620   5620
5621   5621
5622   5622
5623   5623
5624   5624
5625   5625
5626   5626
5627   5627
5628   5628
5629   5629
5630   5630
5631   5631
5632   5632
5633   5633
5634   5634
5635   5635
5636   5636
5637   5637
5638   5638
5639   5639
5640   5640
5641   5641
5642   5642
5643   5643
5644   5644
5645   5645
5646   5646
5647   5647
5648   5648
5649   5649
5650   5650
5651   5651
5652   5652
5653   5653
5654   5654
5655   5655
5656   5656
5657   5657
5658   5658
5659   5659
5660   5660
5661   5661
5662   5662
5663   5663
5664   5664
5665   5665
5666   5666
5667   5667
5668   5668
5669   5669
5670   5670
5671   5671
5672   5672
5673   5673
5674   5674
5675   5675
5676   5676
5677   5677
5678   5678
5679   5679
5680   5680
5681   5681
5682   5682
5683   5683
5684   5684
5685   5685
5686   5686
5687   5687
5688   5688
5689   5689
5690   5690
5691   5691
5692   5692
5693   5693
5694   5694
5695   5695
5696   5696
5697   5697
5698   5698
5699   5699
5700   5700
5701   5701
5702   5702
5703   5703
5704   5704
5705   5705
5706   5706
5707   5707
5708   5708
5709   5709
5710   5710
5711   5711
5712   5712
5713   5713
5714   5714
5715   5715
5716   5716
5717   5717
5718   5718
5719   5719
5720   5720
5721   5721
5722   5722
5723   5723
5724   5724
5725   5725
5726   5726
5727   5727
5728   5728
5729   5729
5730   5730
5731   5731
5732   5732
5733   5733
5734   5734
5735   5735
5736   5736
5737   5737
5738   5738
5739   5739
5740   5740
5741   5741
5742   5742
5743   5743
5744   5744
5745   5745
5746   5746
5747   5747
5748   5748
5749   5749
5750   5750
5751   5751
5752   5752
5753   5753
5754   5754
5755   5755
5756   5756
5757   5757
5758   5758
5759   5759
5760   5760
5761   5761
5762   5762
5763   5763
5764   5764
5765   5765
5766   5766
5767   5767
5768   5768
5769   5769
5770   5770
5771   5771
5772   5772
5773   5773
5774   5774
5775   5775
5776   5776
5777   5777
5778   5778
5779   5779
5780   5780
5781   5781
5782   5782
5783   5783
5784   5784
5785   5785
5786   5786
5787   5787
5788   5788
5789   5789
5790   5790
5791   5791
5792   5792
5793   5793
5794   5794
5795   5795
5796   5796
5797   5797
5798   5798
5799   5799
5800   5800
5801   5801
5802   5802
5803   5803
5804   5804
5805   5805
5806   5806
5807   5807
5808   5808
5809   5809
5810   5810
5811   5811
5812   5812
5813   5813
5814   5814
5815   5815
5816   5816
5817   5817
5818   5818
5819   5819
5820   5820
5821   5821
5822   5822
5823   5823
5824   5824
5825   5825
5826   5826
5827   5827
5828   5828
5829   5829
5830   5830
5831   5831
5832   5832
5833   5833
5834   5834
5835   5835
5836   5836
5837   5837
5838   5838
5839   5839
5840   5840
5841   5841
5842   5842
5843   5843
5844   5844
5845   5845
5846   5846
5847   5847
5848   5848
5849   5849
5850   5850
5851   5851
5852   5852
5853   5853
5854   5854
5855   5855
5856   5856
5857   5857
5858   5858
5859   5859
5860   5860
5861   5861
5862   5862
5863   5863
5864   5864
5865   5865
5866   5866
5867   5867
5868   5868
5869   5869
5870   5870
5871   5871
5872   5872
5873   5873
5874   5874
5875   5875
5876   5876
5877   5877
5878   5878
5879   5879
5880   5880
5881   5881
5882   5882
5883   5883
5884   5884
5885   5885
5886   5886
5887   5887
5888   5888
5889   5889
5890   5890
5891   5891
5892   5892
5893   5893
5894   5894
5895   5895
5896   5896
5897   5897
5898   5898
5899   5899
5900   5900
5901   5901
5902   5902
5903   5903
5904   5904
5905   5905
5906   5906
5907   5907
5908   5908
5909   5909
5910   5910
5911   5911
5912   5912
5913   5913
5914   5914
5915   5915
5916   5916
5917   5917
5918   5918
5919   5919
5920   5920
5921   5921
5922   5922
5923   5923
5924   5924
5925   5925
5926   5926
5927   5927
5928   5928
5929   5929
5930   5930
5931   5931
5932   5932
5933   5933
5934   5934
5935   5935
5936   5936
5937   5937
5938   5938
5939   5939
5940   5940
5941   5941
5942   5942
5943   5943
5944   5944
5945   5945
5946   5946
5947   5947
5948   5948
5949   5949
5950   5950
5951   5951
5952   5952
5953   5953
5954   5954
5955   5955
5956   5956
5957   5957
5958   5958
5959   5959
5960   5960
5961   5961
5962   5962
5963   5963
5964   5964
5965   5965
5966   5966
5967   5967
5968   5968
5969   5969
5970   5970
5971   5971
5972   5972
5973   5973
5974   5974
5975   5975
5976   5976
5977   5977
5978   5978
5979   5979
5980   5980
5981   5981
5982   5982
5983   5983
5984   5984
5985   5985
5986   5986
5987   5987
5988   5988
5989   5989
5990   5990
5991   5991
5992   5992
5993   5993
5994   5994
5995   5995
5996   5996
5997   5997
5998   5998
5999   5999
6000   6000
6001   6001
6002   6002
6003   6003
6004   6004
6005   6005
6006   6006
6007   6007
6008   6008
6009   6009
6010   6010
6011   6011
6012   6012
6013   6013
6014   6014
6015   6015
6016   6016
6017   6017
6018   6018
6019   6019
6020   6020
6021   6021
6022   6022
6023   6023
6024   6024
6025   6025
6026   6026
6027   6027
6028   6028
6029   6029
6030   6030
6031   6031
6032   6032
6033   6033
6034   6034
6035   6035
6036   6036
6037   6037
6038   6038
6039   6039
6040   6040
6041   6041
6042   6042
6043   6043
6044   6044
6045   6045
6046   6046
6047   6047
6048   6048
6049   6049
6050   6050
6051   6051
6052   6052
6053   6053
6054   6054
6055   6055
6056   6056
6057   6057
6058   6058
6059   6059
6060   6060
6061   6061
6062   6062
6063   6063
6064   6064
6065   6065
6066   6066
6067   6067
6068   6068
6069   6069
6070   6070
6071   6071
6072   6072
6073   6073
6074   6074
6075   6075
6076   6076
6077   6077
6078   6078
6079   6079
6080   6080
6081   6081
6082   6082
6083   6083
6084   6084
6085   6085
6086   6086
6087   6087
6088   6088
6089   6089
6090   6090
6091   6091
6092   6092
6093   6093
6094   6094
6095   6095
6096   6096
6097   6097
6098   6098
6099   6099
6100   6100
6101   6101
6102   6102
6103   6103
6104   6104
6105   6105
6106   6106
6107   6107
6108   6108
6109   6109
6110   6110
6111   6111
6112   6112
6113   6113
6114   6114
6115   6115
6116   6116
6117   6117
6118   6118
6119   6119
6120   6120
6121   6121
6122   6122
6123   6123
6124   6124
6125   6125
6126   6126
6127   6127
6128   6128
6129   6129
6130   6130
6131   6131
6132   6132
6133   6133
6134   6134
6135   6135
6136   6136
6137   6137
6138   6138
6139   6139
6140   6140
6141   6141
6142   6142
6143   6143
6144   6144
6145   6145
6146   6146
6147   6147
6148   6148
6149   6149
6150   6150
6151   6151
6152   6152
6153   6153
6154   6154
6155   6155
6156   6156
6157   6157
6158   6158
6159   6159
6160   6160
6161   6161
6162   6162
6163   6163
6164   6164
6165   6165
6166   6166
6167   6167
6168   6168
6169   6169
6170   6170
6171   6171
6172   6172
6173   6173
6174   6174
6175   6175
6176   6176
6177   6177
6178   6178
6179   6179
6180   6180
6181   6181
6182   6182
6183   6183
6184   6184
6185   6185
6186   6186
6187   6187
6188   6188
6189   6189
6190   6190
6191   6191
6192   6192
6193   6193
6194   6194
6195   6195
6196   6196
6197   6197
6198   6198
6199   6199
6200   6200
6201   6201
6202   6202
6203   6203
6204   6204
6205   6205
6206   6206
6207   6207
6208   6208
6209   6209
6210   6210
6211   6211
6212   6212
6213   6213
6214   6214
6215   6215
6216   6216
6217   6217
6218   6218
6219   6219
6220   6220
6221   6221
6222   6222
6223   6223
6224   6224
6225   6225
6226   6226
6227   6227
6228   6228
6229   6229
6230   6230
6231   6231
6232   6232
6233   6233
6234   6234
6235   6235
6236   6236
6237   6237
6238   6238
6239   6239
6240   6240
6241   6241
6242   6242
6243   6243
6244   6244
6245   6245
6246   6246
6247   6247
6248   6248
6249   6249
6250   6250
6251   6251
6252   6252
6253   6253
6254   6254
6255   6255
6256   6256
6257   6257
6258   6258
6259   6259
6260   6260
6261   6261
6262   6262
6263   6263
6264   6264
6265   6265
6266   6266
6267   6267
6268   6268
6269   6269
6270   6270
6271   6271
6272   6272
6273   6273
6274   6274
6275   6275
6276   6276
6277   6277
6278   6278
6279   6279
6280   6280
6281   6281
6282   6282
6283   6283
6284   6284
6285   6285
6286   6286
6287   6287
6288   6288
6289   6289
6290   6290
6291   6291
6292   6292
6293   6293
6294   6294
6295   6295
6296   6296
6297   6297
6298   6298
6299   6299
6300   6300
6301   6301
6302   6302
6303   6303
6304   6304
6305   6305
6306   6306
6307   6307
6308   6308
6309   6309
6310   6310
6311   6311
6312   6312
6313   6313
6314   6314
6315   6315
6316   6316
6317   6317
6318   6318
6319   6319
6320   6320
6321   6321
6322   6322
6323   6323
6324   6324
6325   6325
6326   6326
6327   6327
6328   6328
6329   6329
6330   6330
6331   6331
6332   6332
6333   6333
6334   6334
6335   6335
6336   6336
6337   6337
6338   6338
6339   6339
6340   6340
6341   6341
6342   6342
6343   6343
6344   6344
6345   6345
6346   6346
6347   6347
6348   6348
6349   6349
6350   6350
6351   6351
6352   6352
6353   6353
6354   6354
6355   6355
6356   6356
6357   6357
6358   6358
6359   6359
6360   6360
6361   6361
6362   6362
6363   6363
6364   6364
6365   6365
6366   6366
6367   6367
6368   6368
6369   6369
6370   6370
6371   6371
6372   6372
6373   6373
6374   6374
6375   6375
6376   6376
6377   6377
6378   6378
6379   6379
6380   6380
6381   6381
6382   6382
6383   6383
6384   6384
6385   6385
6386   6386
6387   6387
6388   6388
6389   6389
6390   6390
6391   6391
6392   6392
6393   6393
6394   6394
6395   6395
6396   6396
6397   6397
6398   6398
6399   6399
6400   6400
6401   6401
6402   6402
6403   6403
6404   6404
6405   6405
6406   6406
6407   6407
6408   6408
6409   6409
6410   6410
6411   6411
6412   6412
6413   6413
6414   6414
6415   6415
6416   6416
6417   6417
6418   6418
6419   6419
6420   6420
6421   6421
6422   6422
6423   6423
6424   6424
6425   6425
6426   6426
6427   6427
6428   6428
6429   6429
6430   6430
6431   6431
6432   6432
6433   6433
6434   6434
6435   6435
6436   6436
6437   6437
6438   6438
6439   6439
6440   6440
6441   6441
6442   6442
6443   6443
6444   6444
6445   6445
6446   6446
6447   6447
6448   6448
6449   6449
6450   6450
6451   6451
6452   6452
6453   6453
6454   6454
6455   6455
6456   6456
6457   6457
6458   6458
6459   6459
6460   6460
6461   6461
6462   6462
6463   6463
6464   6464
6465   6465
6466   6466
6467   6467
6468   6468
6469   6469
6470   6470
6471   6471
6472   6472
6473   6473
6474   6474
6475   6475
6476   6476
6477   6477
6478   6478
6479   6479
6480   6480
6481   6481
6482   6482
6483   6483
6484   6484
6485   6485
6486   6486
6487   6487
6488   6488
6489   6489
6490   6490
6491   6491
6492   6492
6493   6493
6494   6494
6495   6495
6496   6496
6497   6497
6498   6498
6499   6499
6500   6500
6501   6501
6502   6502
6503   6503
6504   6504
6505   6505
6506   6506
6507   6507
6508   6508
6509   6509
6510   6510
6511   6511
6512   6512
6513   6513
6514   6514
6515   6515
6516   6516
6517   6517
6518   6518
6519   6519
6520   6520
6521   6521
6522   6522
6523   6523
6524   6524
6525   6525
6526   6526
6527   6527
6528   6528
6529   6529
6530   6530
6531   6531
6532   6532
6533   6533
6534   6534
6535   6535
6536   6536
6537   6537
6538   6538
6539   6539
6540   6540
6541   6541
6542   6542
6543   6543
6544   6544
6545   6545
6546   6546
6547   6547
6548   6548
6549   6549
6550   6550
6551   6551
6552   6552
6553   6553
6554   6554
6555   6555
6556   6556
6557   6557
6558   6558
6559   6559
6560   6560
6561   6561
6562   6562
6563   6563
6564   6564
6565   6565
6566   6566
6567   6567
6568   6568
6569   6569
6570   6570
6571   6571
6572   6572
6573   6573
6574   6574
6575   6575
6576   6576
6577   6577
6578   6578
6579   6579
6580   6580
6581   6581
6582   6582
6583   6583
6584   6584
6585   6585
6586   6586
6587   6587
6588   6588
6589   6589
6590   6590
6591   6591
6592   6592
6593   6593
6594   6594
6595   6595
6596   6596
6597   6597
6598   6598
6599   6599
6600   6600
6601   6601
6602   6602
6603   6603
6604   6604
6605   6605
6606   6606
6607   6607
6608   6608
6609   6609
6610   6610
6611   6611
6612   6612
6613   6613
6614   6614
6615   6615
6616   6616
6617   6617
6618   6618
6619   6619
6620   6620
6621   6621
6622   6622
6623   6623
6624   6624
6625   6625
6626   6626
6627   6627
6628   6628
6629   6629
6630   6630
6631   6631
6632   6632
6633   6633
6634   6634
6635   6635
6636   6636
6637   6637
6638   6638
6639   6639
6640   6640
6641   6641
6642   6642
6643   6643
6644   6644
6645   6645
6646   6646
6647   6647
6648   6648
6649   6649
6650   6650
6651   6651
6652   6652
6653   6653
6654   6654
6655   6655
6656   6656
6657   6657
6658   6658
6659   6659
6660   6660
6661   6661
6662   6662
6663   6663
6664   6664
6665   6665
6666   6666
6667   6667
6668   6668
6669   6669
6670   6670
6671   6671
6672   6672
6673   6673
6674   6674
6675   6675
6676   6676
6677   6677
6678   6678
6679   6679
6680   6680
6681   6681
6682   6682
6683   6683
6684   6684
6685   6685
6686   6686
6687   6687
6688   6688
6689   6689
6690   6690
6691   6691
6692   6692
6693   6693
6694   6694
6695   6695
6696   6696
6697   6697
6698   6698
6699   6699
6700   6700
6701   6701
6702   6702
6703   6703
6704   6704
6705   6705
6706   6706
6707   6707
6708   6708
6709   6709
6710   6710
6711   6711
6712   6712
6713   6713
6714   6714
6715   6715
6716   6716
6717   6717
6718   6718
6719   6719
6720   6720
6721   6721
6722   6722
6723   6723
6724   6724
6725   6725
6726   6726
6727   6727
6728   6728
6729   6729
6730   6730
6731   6731
6732   6732
6733   6733
6734   6734
6735   6735
6736   6736
6737   6737
6738   6738
6739   6739
6740   6740
6741   6741
6742   6742
6743   6743
6744   6744
6745   6745
6746   6746
6747   6747
6748   6748
6749   6749
6750   6750
6751   6751
6752   6752
6753   6753
6754   6754
6755   6755
6756   6756
6757   6757
6758   6758
6759   6759
6760   6760
6761   6761
6762   6762
6763   6763
6764   6764
6765   6765
6766   6766
6767   6767
6768   6768
6769   6769
6770   6770
6771   6771
6772   6772
6773   6773
6774   6774
6775   6775
6776   6776
6777   6777
6778   6778
6779   6779
6780   6780
6781   6781
6782   6782
6783   6783
6784   6784
6785   6785
6786   6786
6787   6787
6788   6788
6789   6789
6790   6790
6791   6791
6792   6792
6793   6793
6794   6794
6795   6795
6796   6796
6797   6797
6798   6798
6799   6799
6800   6800
6801   6801
6802   6802
6803   6803
6804   6804
6805   6805
6806   6806
6807   6807
6808   6808
6809   6809
6810   6810
6811   6811
6812   6812
6813   6813
6814   6814
6815   6815
6816   6816
6817   6817
6818   6818
6819   6819
6820   6820
6821   6821
6822   6822
6823   6823
6824   6824
6825   6825
6826   6826
6827   6827
6828   6828
6829   6829
6830   6830
6831   6831
6832   6832
6833   6833
6834   6834
6835   6835
6836   6836
6837   6837
6838   6838
6839   6839
6840   6840
6841   6841
6842   6842
6843   6843
6844   6844
6845   6845
6846   6846
6847   6847
6848   6848
6849   6849
6850   6850
6851   6851
6852   6852
6853   6853
6854   6854
6855   6855
6856   6856
6857   6857
6858   6858
6859   6859
6860   6860
6861   6861
6862   6862
6863   6863
6864   6864
6865   6865
6866   6866
6867   6867
6868   6868
6869   6869
6870   6870
6871   6871
6872   6872
6873   6873
6874   6874
6875   6875
6876   6876
6877   6877
6878   6878
6879   6879
6880   6880
6881   6881
6882   6882
6883   6883
6884   6884
6885   6885
6886   6886
6887   6887
6888   6888
6889   6889
6890   6890
6891   6891
6892   6892
6893   6893
6894   6894
6895   6895
6896   6896
6897   6897
6898   6898
6899   6899
6900   6900
6901   6901
6902   6902
6903   6903
6904   6904
6905   6905
6906   6906
6907   6907
6908   6908
6909   6909
6910   6910
6911   6911
6912   6912
6913   6913
6914   6914
6915   6915
6916   6916
6917   6917
6918   6918
6919   6919
6920   6920
6921   6921
6922   6922
6923   6923
6924   6924
6925   6925
6926   6926
6927   6927
6928   6928
6929   6929
6930   6930
6931   6931
6932   6932
6933   6933
6934   6934
6935   6935
6936   6936
6937   6937
6938   6938
6939   6939
6940   6940
6941   6941
6942   6942
6943   6943
6944   6944
6945   6945
6946   6946
6947   6947
6948   6948
6949   6949
6950   6950
6951   6951
6952   6952
6953   6953
6954   6954
6955   6955
6956   6956
6957   6957
6958   6958
6959   6959
6960   6960
6961   6961
6962   6962
6963   6963
6964   6964
6965   6965
6966   6966
6967   6967
6968   6968
6969   6969
6970   6970
6971   6971
6972   6972
6973   6973
6974   6974
6975   6975
6976   6976
6977   6977
6978   6978
6979   6979
6980   6980
6981   6981
6982   6982
6983   6983
6984   6984
6985   6985
6986   6986
6987   6987
6988   6988
6989   6989
6990   6990
6991   6991
6992   6992
6993   6993
6994   6994
6995   6995
6996   6996
6997   6997
6998   6998
6999   6999
7000   7000
7001   7001
7002   7002
7003   7003
7004   7004
7005   7005
7006   7006
7007   7007
7008   7008
7009   7009
7010   7010
7011   7011
7012   7012
7013   7013
7014   7014
7015   7015
7016   7016
7017   7017
7018   7018
7019   7019
7020   7020
7021   7021
7022   7022
7023   7023
7024   7024
7025   7025
7026   7026
7027   7027
7028   7028
7029   7029
7030   7030
7031   7031
7032   7032
7033   7033
7034   7034
7035   7035
7036   7036
7037   7037
7038   7038
7039   7039
7040   7040
7041   7041
7042   7042
7043   7043
7044   7044
7045   7045
7046   7046
7047   7047
7048   7048
7049   7049
7050   7050
7051   7051
7052   7052
7053   7053
7054   7054
7055   7055
7056   7056
7057   7057
7058   7058
7059   7059
7060   7060
7061   7061
7062   7062
7063   7063
7064   7064
7065   7065
7066   7066
7067   7067
7068   7068
7069   7069
7070   7070
7071   7071
7072   7072
7073   7073
7074   7074
7075   7075
7076   7076
7077   7077
7078   7078
7079   7079
7080   7080
7081   7081
7082   7082
7083   7083
7084   7084
7085   7085
7086   7086
7087   7087
7088   7088
7089   7089
7090   7090
7091   7091
7092   7092
7093   7093
7094   7094
7095   7095
7096   7096
7097   7097
7098   7098
7099   7099
7100   7100
7101   7101
7102   7102
7103   7103
7104   7104
7105   7105
7106   7106
7107   7107
7108   7108
7109   7109
7110   7110
7111   7111
7112   7112
7113   7113
7114   7114
7115   7115
7116   7116
7117   7117
7118   7118
7119   7119
7120   7120
7121   7121
7122   7122
7123   7123
7124   7124
7125   7125
7126   7126
7127   7127
7128   7128
7129   7129
7130   7130
7131   7131
7132   7132
7133   7133
7134   7134
7135   7135
7136   7136
7137   7137
7138   7138
7139   7139
7140   7140
7141   7141
7142   7142
7143   7143
7144   7144
7145   7145
7146   7146
7147   7147
7148   7148
7149   7149
7150   7150
7151   7151
7152   7152
7153   7153
7154   7154
7155   7155
7156   7156
7157   7157
7158   7158
7159   7159
7160   7160
7161   7161
7162   7162
7163   7163
7164   7164
7165   7165
7166   7166
7167   7167
7168   7168
7169   7169
7170   7170
7171   7171
7172   7172
7173   7173
7174   7174
7175   7175
7176   7176
7177   7177
7178   7178
7179   7179
7180   7180
7181   7181
7182   7182
7183   7183
7184   7184
7185   7185
7186   7186
7187   7187
7188   7188
7189   7189
7190   7190
7191   7191
7192   7192
7193   7193
7194   7194
7195   7195
7196   7196
7197   7197
7198   7198
7199   7199
7200   7200
7201   7201
7202   7202
7203   7203
7204   7204
7205   7205
7206   7206
7207   7207
7208   7208
7209   7209
7210   7210
7211   7211
7212   7212
7213   7213
7214   7214
7215   7215
7216   7216
7217   7217
7218   7218
7219   7219
7220   7220
7221   7221
7222   7222
7223   7223
7224   7224
7225   7225
7226   7226
7227   7227
7228   7228
7229   7229
7230   7230
7231   7231
7232   7232
7233   7233
7234   7234
7235   7235
7236   7236
7237   7237
7238   7238
7239   7239
7240   7240
7241   7241
7242   7242
7243   7243
7244   7244
7245   7245
7246   7246
7247   7247
7248   7248
7249   7249
7250   7250
7251   7251
7252   7252
7253   7253
7254   7254
7255   7255
7256   7256
7257   7257
7258   7258
7259   7259
7260   7260
7261   7261
7262   7262
7263   7263
7264   7264
7265   7265
7266   7266
7267   7267
7268   7268
7269   7269
7270   7270
7271   7271
7272   7272
7273   7273
7274   7274
7275   7275
7276   7276
7277   7277
7278   7278
7279   7279
7280   7280
7281   7281
7282   7282
7283   7283
7284   7284
7285   7285
7286   7286
7287   7287
7288   7288
7289   7289
7290   7290
7291   7291
7292   7292
7293   7293
7294   7294
7295   7295
7296   7296
7297   7297
7298   7298
7299   7299
7300   7300
7301   7301
7302   7302
7303   7303
7304   7304
7305   7305
7306   7306
7307   7307
7308   7308
7309   7309
7310   7310
7311   7311
7312   7312
7313   7313
7314   7314
7315   7315
7316   7316
7317   7317
7318   7318
7319   7319
7320   7320
7321   7321
7322   7322
7323   7323
7324   7324
7325   7325
7326   7326
7327   7327
7328   7328
7329   7329
7330   7330
7331   7331
7332   7332
7333   7333
7334   7334
7335   7335
7336   7336
7337   7337
7338   7338
7339   7339
7340   7340
7341   7341
7342   7342
7343   7343
7344   7344
7345   7345
7346   7346
7347   7347
7348   7348
7349   7349
7350   7350
7351   7351
7352   7352
7353   7353
7354   7354
7355   7355
7356   7356
7357   7357
7358   7358
7359   7359
7360   7360
7361   7361
7362   7362
7363   7363
7364   7364
7365   7365
7366   7366
7367   7367
7368   7368
7369   7369
7370   7370
7371   7371
7372   7372
7373   7373
7374   7374
7375   7375
7376   7376
7377   7377
7378   7378
7379   7379
7380   7380
7381   7381
7382   7382
7383   7383
7384   7384
7385   7385
7386   7386
7387   7387
7388   7388
7389   7389
7390   7390
7391   7391
7392   7392
7393   7393
7394   7394
7395   7395
7396   7396
7397   7397
7398   7398
7399   7399
7400   7400
7401   7401
7402   7402
7403   7403
7404   7404
7405   7405
7406   7406
7407   7407
7408   7408
7409   7409
7410   7410
7411   7411
7412   7412
7413   7413
7414   7414
7415   7415
7416   7416
7417   7417
7418   7418
7419   7419
7420   7420
7421   7421
7422   7422
7423   7423
7424   7424
7425   7425
7426   7426
7427   7427
7428   7428
7429   7429
7430   7430
7431   7431
7432   7432
7433   7433
7434   7434
7435   7435
7436   7436
7437   7437
7438   7438
7439   7439
7440   7440
7441   7441
7442   7442
7443   7443
7444   7444
7445   7445
7446   7446
7447   7447
7448   7448
7449   7449
7450   7450
7451   7451
7452   7452
7453   7453
7454   7454
7455   7455
7456   7456
7457   7457
7458   7458
7459   7459
7460   7460
7461   7461
7462   7462
7463   7463
7464   7464
7465   7465
7466   7466
7467   7467
7468   7468
7469   7469
7470   7470
7471   7471
7472   7472
7473   7473
7474   7474
7475   7475
7476   7476
7477   7477
7478   7478
7479   7479
7480   7480
7481   7481
7482   7482
7483   7483
7484   7484
7485   7485
7486   7486
7487   7487
7488   7488
7489   7489
7490   7490
7491   7491
7492   7492
7493   7493
7494   7494
7495   7495
7496   7496
7497   7497
7498   7498
7499   7499
7500   7500
7501   7501
7502   7502
7503   7503
7504   7504
7505   7505
7506   7506
7507   7507
7508   7508
7509   7509
7510   7510
7511   7511
7512   7512
7513   7513
7514   7514
7515   7515
7516   7516
7517   7517
7518   7518
7519   7519
7520   7520
7521   7521
7522   7522
7523   7523
7524   7524
7525   7525
7526   7526
7527   7527
7528   7528
7529   7529
7530   7530
7531   7531
7532   7532
7533   7533
7534   7534
7535   7535
7536   7536
7537   7537
7538   7538
7539   7539
7540   7540
7541   7541
7542   7542
7543   7543
7544   7544
7545   7545
7546   7546
7547   7547
7548   7548
7549   7549
7550   7550
7551   7551
7552   7552
7553   7553
7554   7554
7555   7555
7556   7556
7557   7557
7558   7558
7559   7559
7560   7560
7561   7561
7562   7562
7563   7563
7564   7564
7565   7565
7566   7566
7567   7567
7568   7568
7569   7569
7570   7570
7571   7571
7572   7572
7573   7573
7574   7574
7575   7575
7576   7576
7577   7577
7578   7578
7579   7579
7580   7580
7581   7581
7582   7582
7583   7583
7584   7584
7585   7585
7586   7586
7587   7587
7588   7588
7589   7589
7590   7590
7591   7591
7592   7592
7593   7593
7594   7594
7595   7595
7596   7596
7597   7597
7598   7598
7599   7599
7600   7600
7601   7601
7602   7602
7603   7603
7604   7604
7605   7605
7606   7606
7607   7607
7608   7608
7609   7609
7610   7610
7611   7611
7612   7612
7613   7613
7614   7614
7615   7615
7616   7616
7617   7617
7618   7618
7619   7619
7620   7620
7621   7621
7622   7622
7623   7623
7624   7624
7625   7625
7626   7626
7627   7627
7628   7628
7629   7629
7630   7630
7631   7631
7632   7632
7633   7633
7634   7634
7635   7635
7636   7636
7637   7637
7638   7638
7639   7639
7640   7640
7641   7641
7642   7642
7643   7643
7644   7644
7645   7645
7646   7646
7647   7647
7648   7648
7649   7649
7650   7650
7651   7651
7652   7652
7653   7653
7654   7654
7655   7655
7656   7656
7657   7657
7658   7658
7659   7659
7660   7660
7661   7661
7662   7662
7663   7663
7664   7664
7665   7665
7666   7666
7667   7667
7668   7668
7669   7669
7670   7670
7671   7671
7672   7672
7673   7673
7674   7674
7675   7675
7676   7676
7677   7677
7678   7678
7679   7679
7680   7680
7681   7681
7682   7682
7683   7683
7684   7684
7685   7685
7686   7686
7687   7687
7688   7688
7689   7689
7690   7690
7691   7691
7692   7692
7693   7693
7694   7694
7695   7695
7696   7696
7697   7697
7698   7698
7699   7699
7700   7700
7701   7701
7702   7702
7703   7703
7704   7704
7705   7705
7706   7706
7707   7707
7708   7708
7709   7709
7710   7710
7711   7711
7712   7712
7713   7713
7714   7714
7715   7715
7716   7716
7717   7717
7718   7718
7719   7719
7720   7720
7721   7721
7722   7722
7723   7723
7724   7724
7725   7725
7726   7726
7727   7727
7728   7728
7729   7729
7730   7730
7731   7731
7732   7732
7733   7733
7734   7734
7735   7735
7736   7736
7737   7737
7738   7738
7739   7739
7740   7740
7741   7741
7742   7742
7743   7743
7744   7744
7745   7745
7746   7746
7747   7747
7748   7748
7749   7749
7750   7750
7751   7751
7752   7752
7753   7753
7754   7754
7755   7755
7756   7756
7757   7757
7758   7758
7759   7759
7760   7760
7761   7761
7762   7762
7763   7763
7764   7764
7765   7765
7766   7766
7767   7767
7768   7768
7769   7769
7770   7770
7771   7771
7772   7772
7773   7773
7774   7774
7775   7775
7776   7776
7777   7777
7778   7778
7779   7779
7780   7780
7781   7781
7782   7782
7783   7783
7784   7784
7785   7785
7786   7786
7787   7787
7788   7788
7789   7789
7790   7790
7791   7791
7792   7792
7793   7793
7794   7794
7795   7795
7796   7796
7797   7797
7798   7798
7799   7799
7800   7800
7801   7801
7802   7802
7803   7803
7804   7804
7805   7805
7806   7806
7807   7807
7808   7808
7809   7809
7810   7810
7811   7811
7812   7812
7813   7813
7814   7814
7815   7815
7816   7816
7817   7817
7818   7818
7819   7819
7820   7820
7821   7821
7822   7822
7823   7823
7824   7824
7825   7825
7826   7826
7827   7827
7828   7828
7829   7829
7830   7830
7831   7831
7832   7832
7833   7833
7834   7834
7835   7835
7836   7836
7837   7837
7838   7838
7839   7839
7840   7840
7841   7841
7842   7842
7843   7843
7844   7844
7845   7845
7846   7846
7847   7847
7848   7848
7849   7849
7850   7850
7851   7851
7852   7852
7853   7853
7854   7854
7855   7855
7856   7856
7857   7857
7858   7858
7859   7859
7860   7860
7861   7861
7862   7862
7863   7863
7864   7864
7865   7865
7866   7866
7867   7867
7868   7868
7869   7869
7870   7870
7871   7871
7872   7872
7873   7873
7874   7874
7875   7875
7876   7876
7877   7877
7878   7878
7879   7879
7880   7880
7881   7881
7882   7882
7883   7883
7884   7884
7885   7885
7886   7886
7887   7887
7888   7888
7889   7889
7890   7890
7891   7891
7892   7892
7893   7893
7894   7894
7895   7895
7896   7896
7897   7897
7898   7898
7899   7899
7900   7900
7901   7901
7902   7902
7903   7903
7904   7904
7905   7905
7906   7906
7907   7907
7908   7908
7909   7909
7910   7910
7911   7911
7912   7912
7913   7913
7914   7914
7915   7915
7916   7916
7917   7917
7918   7918
7919   7919
7920   7920
7921   7921
7922   7922
7923   7923
7924   7924
7925   7925
7926   7926
7927   7927
7928   7928
7929   7929
7930   7930
7931   7931
7932   7932
7933   7933
7934   7934
7935   7935
7936   7936
7937   7937
7938   7938
7939   7939
7940   7940
7941   7941
7942   7942
7943   7943
7944   7944
7945   7945
7946   7946
7947   7947
7948   7948
7949   7949
7950   7950
7951   7951
7952   7952
7953   7953
7954   7954
7955   7955
7956   7956
7957   7957
7958   7958
7959   7959
7960   7960
7961   7961
7962   7962
7963   7963
7964   7964
7965   7965
7966   7966
7967   7967
7968   7968
7969   7969
7970   7970
7971   7971
7972   7972
7973   7973
7974   7974
7975   7975
7976   7976
7977   7977
7978   7978
7979   7979
7980   7980
7981   7981
7982   7982
7983   7983
7984   7984
7985   7985
7986   7986
7987   7987
7988   7988
7989   7989
7990   7990
7991   7991
7992   7992
7993   7993
7994   7994
7995   7995
7996   7996
7997   7997
7998   7998
7999   7999
8000   8000
8001   8001
8002   8002
8003   8003
8004   8004
8005   8005
8006   8006
8007   8007
8008   8008
8009   8009
8010   8010
8011   8011
8012   8012
8013   8013
8014   8014
8015   8015
8016   8016
8017   8017
8018   8018
8019   8019
8020   8020
8021   8021
8022   8022
8023   8023
8024   8024
8025   8025
8026   8026
8027   8027
8028   8028
8029   8029
8030   8030
8031   8031
8032   8032
8033   8033
8034   8034
8035   8035
8036   8036
8037   8037
8038   8038
8039   8039
8040   8040
8041   8041
8042   8042
8043   8043
8044   8044
8045   8045
8046   8046
8047   8047
8048   8048
8049   8049
8050   8050
8051   8051
8052   8052
8053   8053
8054   8054
8055   8055
8056   8056
8057   8057
8058   8058
8059   8059
8060   8060
8061   8061
8062   8062
8063   8063
8064   8064
8065   8065
8066   8066
8067   8067
8068   8068
8069   8069
8070   8070
8071   8071
8072   8072
8073   8073
8074   8074
8075   8075
8076   8076
8077   8077
8078   8078
8079   8079
8080   8080
8081   8081
8082   8082
8083   8083
8084   8084
8085   8085
8086   8086
8087   8087
8088   8088
8089   8089
8090   8090
8091   8091
8092   8092
8093   8093
8094   8094
8095   8095
8096   8096
8097   8097
8098   8098
8099   8099
8100   8100
8101   8101
8102   8102
8103   8103
8104   8104
8105   8105
8106   8106
8107   8107
8108   8108
8109   8109
8110   8110
8111   8111
8112   8112
8113   8113
8114   8114
8115   8115
8116   8116
8117   8117
8118   8118
8119   8119
8120   8120
8121   8121
8122   8122
8123   8123
8124   8124
8125   8125
8126   8126
8127   8127
8128   8128
8129   8129
8130   8130
8131   8131
8132   8132
8133   8133
8134   8134
8135   8135
8136   8136
8137   8137
8138   8138
8139   8139
8140   8140
8141   8141
8142   8142
8143   8143
8144   8144
8145   8145
8146   8146
8147   8147
8148   8148
8149   8149
8150   8150
8151   8151
8152   8152
8153   8153
8154   8154
8155   8155
8156   8156
8157   8157
8158   8158
8159   8159
8160   8160
8161   8161
8162   8162
8163   8163
8164   8164
8165   8165
8166   8166
8167   8167
8168   8168
8169   8169
8170   8170
8171   8171
8172   8172
8173   8173
8174   8174
8175   8175
8176   8176
8177   8177
8178   8178
8179   8179
8180   8180
8181   8181
8182   8182
8183   8183
8184   8184
8185   8185
8186   8186
8187   8187
8188   8188
8189   8189
8190   8190
8191   8191
8192   8192
8193   8193
8194   8194
8195   8195
8196   8196
8197   8197
8198   8198
8199   8199
8200   8200
8201   8201
8202   8202
8203   8203
8204   8204
8205   8205
8206   8206
8207   8207
8208   8208
8209   8209
8210   8210
8211   8211
8212   8212
8213   8213
8214   8214
8215   8215
8216   8216
8217   8217
8218   8218
8219   8219
8220   8220
8221   8221
8222   8222
8223   8223
8224   8224
8225   8225
8226   8226
8227   8227
8228   8228
8229   8229
8230   8230
8231   8231
8232   8232
8233   8233
8234   8234
8235   8235
8236   8236
8237   8237
8238   8238
8239   8239
8240   8240
8241   8241
8242   8242
8243   8243
8244   8244
8245   8245
8246   8246
8247   8247
8248   8248
8249   8249
8250   8250
8251   8251
8252   8252
8253   8253
8254   8254
8255   8255
8256   8256
8257   8257
8258   8258
8259   8259
8260   8260
8261   8261
8262   8262
8263   8263
8264   8264
8265   8265
8266   8266
8267   8267
8268   8268
8269   8269
8270   8270
8271   8271
8272   8272
8273   8273
8274   8274
8275   8275
8276   8276
8277   8277
8278   8278
8279   8279
8280   8280
8281   8281
8282   8282
8283   8283
8284   8284
8285   8285
8286   8286
8287   8287
8288   8288
8289   8289
8290   8290
8291   8291
8292   8292
8293   8293
8294   8294
8295   8295
8296   8296
8297   8297
8298   8298
8299   8299
8300   8300
8301   8301
8302   8302
8303   8303
8304   8304
8305   8305
8306   8306
8307   8307
8308   8308
8309   8309
8310   8310
8311   8311
8312   8312
8313   8313
8314   8314
8315   8315
8316   8316
8317   8317
8318   8318
8319   8319
8320   8320
8321   8321
8322   8322
8323   8323
8324   8324
8325   8325
8326   8326
8327   8327
8328   8328
8329   8329
8330   8330
8331   8331
8332   8332
8333   8333
8334   8334
8335   8335
8336   8336
8337   8337
8338   8338
8339   8339
8340   8340
8341   8341
8342   8342
8343   8343
8344   8344
8345   8345
8346   8346
8347   8347
8348   8348
8349   8349
8350   8350
8351   8351
8352   8352
8353   8353
8354   8354
8355   8355
8356   8356
8357   8357
8358   8358
8359   8359
8360   8360
8361   8361
8362   8362
8363   8363
8364   8364
8365   8365
8366   8366
8367   8367
8368   8368
8369   8369
8370   8370
8371   8371
8372   8372
8373   8373
8374   8374
8375   8375
8376   8376
8377   8377
8378   8378
8379   8379
8380   8380
8381   8381
8382   8382
8383   8383
8384   8384
8385   8385
8386   8386
8387   8387
8388   8388
8389   8389
8390   8390
8391   8391
8392   8392
8393   8393
8394   8394
8395   8395
8396   8396
8397   8397
8398   8398
8399   8399
8400   8400
8401   8401
8402   8402
8403   8403
8404   8404
8405   8405
8406   8406
8407   8407
8408   8408
8409   8409
8410   8410
8411   8411
8412   8412
8413   8413
8414   8414
8415   8415
8416   8416
8417   8417
8418   8418
8419   8419
8420   8420
8421   8421
8422   8422
8423   8423
8424   8424
8425   8425
8426   8426
8427   8427
8428   8428
8429   8429
8430   8430
8431   8431
8432   8432
8433   8433
8434   8434
8435   8435
8436   8436
8437   8437
8438   8438
8439   8439
8440   8440
8441   8441
8442   8442
8443   8443
8444   8444
8445   8445
8446   8446
8447   8447
8448   8448
8449   8449
8450   8450
8451   8451
8452   8452
8453   8453
8454   8454
8455   8455
8456   8456
8457   8457
8458   8458
8459   8459
8460   8460
8461   8461
8462   8462
8463   8463
8464   8464
8465   8465
8466   8466
8467   8467
8468   8468
8469   8469
8470   8470
8471   8471
8472   8472
8473   8473
8474   8474
8475   8475
8476   8476
8477   8477
8478   8478
8479   8479
8480   8480
8481   8481
8482   8482
8483   8483
8484   8484
8485   8485
8486   8486
8487   8487
8488   8488
8489   8489
8490   8490
8491   8491
8492   8492
8493   8493
8494   8494
8495   8495
8496   8496
8497   8497
8498   8498
8499   8499
8500   8500
8501   8501
8502   8502
8503   8503
8504   8504
8505   8505
8506   8506
8507   8507
8508   8508
8509   8509
8510   8510
8511   8511
8512   8512
8513   8513
8514   8514
8515   8515
8516   8516
8517   8517
8518   8518
8519   8519
8520   8520
8521   8521
8522   8522
8523   8523
8524   8524
8525   8525
8526   8526
8527   8527
8528   8528
8529   8529
8530   8530
8531   8531
8532   8532
8533   8533
8534   8534
8535   8535
8536   8536
8537   8537
8538   8538
8539   8539
8540   8540
8541   8541
8542   8542
8543   8543
8544   8544
8545   8545
8546   8546
8547   8547
8548   8548
8549   8549
8550   8550
8551   8551
8552   8552
8553   8553
8554   8554
8555   8555
8556   8556
8557   8557
8558   8558
8559   8559
8560   8560
8561   8561
8562   8562
8563   8563
8564   8564
8565   8565
8566   8566
8567   8567
8568   8568
8569   8569
8570   8570
8571   8571
8572   8572
8573   8573
8574   8574
8575   8575
8576   8576
8577   8577
8578   8578
8579   8579
8580   8580
8581   8581
8582   8582
8583   8583
8584   8584
8585   8585
8586   8586
8587   8587
8588   8588
8589   8589
8590   8590
8591   8591
8592   8592
8593   8593
8594   8594
8595   8595
8596   8596
8597   8597
8598   8598
8599   8599
8600   8600
8601   8601
8602   8602
8603   8603
8604   8604
8605   8605
8606   8606
8607   8607
8608   8608
8609   8609
8610   8610
8611   8611
8612   8612
8613   8613
8614   8614
8615   8615
8616   8616
8617   8617
8618   8618
8619   8619
8620   8620
8621   8621
8622   8622
8623   8623
8624   8624
8625   8625
8626   8626
8627   8627
8628   8628
8629   8629
8630   8630
8631   8631
8632   8632
8633   8633
8634   8634
8635   8635
8636   8636
8637   8637
8638   8638
8639   8639
8640   8640
8641   8641
8642   8642
8643   8643
8644   8644
8645   8645
8646   8646
8647   8647
8648   8648
8649   8649
8650   8650
8651   8651
8652   8652
8653   8653
8654   8654
8655   8655
8656   8656
8657   8657
8658   8658
8659   8659
8660   8660
8661   8661
8662   8662
8663   8663
8664   8664
8665   8665
8666   8666
8667   8667
8668   8668
8669   8669
8670   8670
8671   8671
8672   8672
8673   8673
8674   8674
8675   8675
8676   8676
8677   8677
8678   8678
8679   8679
8680   8680
8681   8681
8682   8682
8683   8683
8684   8684
8685   8685
8686   8686
8687   8687
8688   8688
8689   8689
8690   8690
8691   8691
8692   8692
8693   8693
8694   8694
8695   8695
8696   8696
8697   8697
8698   8698
8699   8699
8700   8700
8701   8701
8702   8702
8703   8703
8704   8704
8705   8705
8706   8706
8707   8707
8708   8708
8709   8709
8710   8710
8711   8711
8712   8712
8713   8713
8714   8714
8715   8715
8716   8716
8717   8717
8718   8718
8719   8719
8720   8720
8721   8721
8722   8722
8723   8723
8724   8724
8725   8725
8726   8726
8727   8727
8728   8728
8729   8729
8730   8730
8731   8731
8732   8732
8733   8733
8734   8734
8735   8735
8736   8736
8737   8737
8738   8738
8739   8739
8740   8740
8741   8741
8742   8742
8743   8743
8744   8744
8745   8745
8746   8746
8747   8747
8748   8748
8749   8749
8750   8750
8751   8751
8752   8752
8753   8753
8754   8754
8755   8755
8756   8756
8757   8757
8758   8758
8759   8759
8760   8760
8761   8761
8762   8762
8763   8763
8764   8764
8765   8765
8766   8766
8767   8767
8768   8768
8769   8769
8770   8770
8771   8771
8772   8772
8773   8773
8774   8774
8775   8775
8776   8776
8777   8777
8778   8778
8779   8779
8780   8780
8781   8781
8782   8782
8783   8783
8784   8784
8785   8785
8786   8786
8787   8787
8788   8788
8789   8789
8790   8790
8791   8791
8792   8792
8793   8793
8794   8794
8795   8795
8796   8796
8797   8797
8798   8798
8799   8799
8800   8800
8801   8801
8802   8802
8803   8803
8804   8804
8805   8805
8806   8806
8807   8807
8808   8808
8809   8809
8810   8810
8811   8811
8812   8812
8813   8813
8814   8814
8815   8815
8816   8816
8817   8817
8818   8818
8819   8819
8820   8820
8821   8821
8822   8822
8823   8823
8824   8824
8825   8825
8826   8826
8827   8827
8828   8828
8829   8829
8830   8830
8831   8831
8832   8832
8833   8833
8834   8834
8835   8835
8836   8836
8837   8837
8838   8838
8839   8839
8840   8840
8841   8841
8842   8842
8843   8843
8844   8844
8845   8845
8846   8846
8847   8847
8848   8848
8849   8849
8850   8850
8851   8851
8852   8852
8853   8853
8854   8854
8855   8855
8856   8856
8857   8857
8858   8858
8859   8859
8860   8860
8861   8861
8862   8862
8863   8863
8864   8864
8865   8865
8866   8866
8867   8867
8868   8868
8869   8869
8870   8870
8871   8871
8872   8872
8873   8873
8874   8874
8875   8875
8876   8876
8877   8877
8878   8878
8879   8879
8880   8880
8881   8881
8882   8882
8883   8883
8884   8884
8885   8885
8886   8886
8887   8887
8888   8888
8889   8889
8890   8890
8891   8891
8892   8892
8893   8893
8894   8894
8895   8895
8896   8896
8897   8897
8898   8898
8899   8899
8900   8900
8901   8901
8902   8902
8903   8903
8904   8904
8905   8905
8906   8906
8907   8907
8908   8908
8909   8909
8910   8910
8911   8911
8912   8912
8913   8913
8914   8914
8915   8915
8916   8916
8917   8917
8918   8918
8919   8919
8920   8920
8921   8921
8922   8922
8923   8923
8924   8924
8925   8925
8926   8926
8927   8927
8928   8928
8929   8929
8930   8930
8931   8931
8932   8932
8933   8933
8934   8934
8935   8935
8936   8936
8937   8937
8938   8938
8939   8939
8940   8940
8941   8941
8942   8942
8943   8943
8944   8944
8945   8945
8946   8946
8947   8947
8948   8948
8949   8949
8950   8950
8951   8951
8952   8952
8953   8953
8954   8954
8955   8955
8956   8956
8957   8957
8958   8958
8959   8959
8960   8960
8961   8961
8962   8962
8963   8963
8964   8964
8965   8965
8966   8966
8967   8967
8968   8968
8969   8969
8970   8970
8971   8971
8972   8972
8973   8973
8974   8974
8975   8975
8976   8976
8977   8977
8978   8978
8979   8979
8980   8980
8981   8981
8982   8982
8983   8983
8984   8984
8985   8985
8986   8986
8987   8987
8988   8988
8989   8989
8990   8990
8991   8991
8992   8992
8993   8993
8994   8994
8995   8995
8996   8996
8997   8997
8998   8998
8999   8999
9000   9000
9001   9001
9002   9002
9003   9003
9004   9004
9005   9005
9006   9006
9007   9007
9008   9008
9009   9009
9010   9010
9011   9011
9012   9012
9013   9013
9014   9014
9015   9015
9016   9016
9017   9017
9018   9018
9019   9019
9020   9020
9021   9021
9022   9022
9023   9023
9024   9024
9025   9025
9026   9026
9027   9027
9028   9028
9029   9029
9030   9030
9031   9031
9032   9032
9033   9033
9034   9034
9035   9035
9036   9036
9037   9037
9038   9038
9039   9039
9040   9040
9041   9041
9042   9042
9043   9043
9044   9044
9045   9045
9046   9046
9047   9047
9048   9048
9049   9049
9050   9050
9051   9051
9052   9052
9053   9053
9054   9054
9055   9055
9056   9056
9057   9057
9058   9058
9059   9059
9060   9060
9061   9061
9062   9062
9063   9063
9064   9064
9065   9065
9066   9066
9067   9067
9068   9068
9069   9069
9070   9070
9071   9071
9072   9072
9073   9073
9074   9074
9075   9075
9076   9076
9077   9077
9078   9078
9079   9079
9080   9080
9081   9081
9082   9082
9083   9083
9084   9084
9085   9085
9086   9086
9087   9087
9088   9088
9089   9089
9090   9090
9091   9091
9092   9092
9093   9093
9094   9094
9095   9095
9096   9096
9097   9097
9098   9098
9099   9099
9100   9100
9101   9101
9102   9102
9103   9103
9104   9104
9105   9105
9106   9106
9107   9107
9108   9108
9109   9109
9110   9110
9111   9111
9112   9112
9113   9113
9114   9114
9115   9115
9116   9116
9117   9117
9118   9118
9119   9119
9120   9120
9121   9121
9122   9122
9123   9123
9124   9124
9125   9125
9126   9126
9127   9127
9128   9128
9129   9129
9130   9130
9131   9131
9132   9132
9133   9133
9134   9134
9135   9135
9136   9136
9137   9137
9138   9138
9139   9139
9140   9140
9141   9141
9142   9142
9143   9143
9144   9144
9145   9145
9146   9146
9147   9147
9148   9148
9149   9149
9150   9150
9151   9151
9152   9152
9153   9153
9154   9154
9155   9155
9156   9156
9157   9157
9158   9158
9159   9159
9160   9160
9161   9161
9162   9162
9163   9163
9164   9164
9165   9165
9166   9166
9167   9167
9168   9168
9169   9169
9170   9170
9171   9171
9172   9172
9173   9173
9174   9174
9175   9175
9176   9176
9177   9177
9178   9178
9179   9179
9180   9180
9181   9181
9182   9182
9183   9183
9184   9184
9185   9185
9186   9186
9187   9187
9188   9188
9189   9189
9190   9190
9191   9191
9192   9192
9193   9193
9194   9194
9195   9195
9196   9196
9197   9197
9198   9198
9199   9199
9200   9200
9201   9201
9202   9202
9203   9203
9204   9204
9205   9205
9206   9206
9207   9207
9208   9208
9209   9209
9210   9210
9211   9211
9212   9212
9213   9213
9214   9214
9215   9215
9216   9216
9217   9217
9218   9218
9219   9219
9220   9220
9221   9221
9222   9222
9223   9223
9224   9224
9225   9225
9226   9226
9227   9227
9228   9228
9229   9229
9230   9230
9231   9231
9232   9232
9233   9233
9234   9234
9235   9235
9236   9236
9237   9237
9238   9238
9239   9239
9240   9240
9241   9241
9242   9242
9243   9243
9244   9244
9245   9245
9246   9246
9247   9247
9248   9248
9249   9249
9250   9250
9251   9251
9252   9252
9253   9253
9254   9254
9255   9255
9256   9256
9257   9257
9258   9258
9259   9259
9260   9260
9261   9261
9262   9262
9263   9263
9264   9264
9265   9265
9266   9266
9267   9267
9268   9268
9269   9269
9270   9270
9271   9271
9272   9272
9273   9273
9274   9274
9275   9275
9276   9276
9277   9277
9278   9278
9279   9279
9280   9280
9281   9281
9282   9282
9283   9283
9284   9284
9285   9285
9286   9286
9287   9287
9288   9288
9289   9289
9290   9290
9291   9291
9292   9292
9293   9293
9294   9294
9295   9295
9296   9296
9297   9297
9298   9298
9299   9299
9300   9300
9301   9301
9302   9302
9303   9303
9304   9304
9305   9305
9306   9306
9307   9307
9308   9308
9309   9309
9310   9310
9311   9311
9312   9312
9313   9313
9314   9314
9315   9315
9316   9316
9317   9317
9318   9318
9319   9319
9320   9320
9321   9321
9322   9322
9323   9323
9324   9324
9325   9325
9326   9326
9327   9327
9328   9328
9329   9329
9330   9330
9331   9331
9332   9332
9333   9333
9334   9334
9335   9335
9336   9336
9337   9337
9338   9338
9339   9339
9340   9340
9341   9341
9342   9342
9343   9343
9344   9344
9345   9345
9346   9346
9347   9347
9348   9348
9349   9349
9350   9350
9351   9351
9352   9352
9353   9353
9354   9354
9355   9355
9356   9356
9357   9357
9358   9358
9359   9359
9360   9360
9361   9361
9362   9362
9363   9363
9364   9364
9365   9365
9366   9366
9367   9367
9368   9368
9369   9369
9370   9370
9371   9371
9372   9372
9373   9373
9374   9374
9375   9375
9376   9376
9377   9377
9378   9378
9379   9379
9380   9380
9381   9381
9382   9382
9383   9383
9384   9384
9385   9385
9386   9386
9387   9387
9388   9388
9389   9389
9390   9390
9391   9391
9392   9392
9393   9393
9394   9394
9395   9395
9396   9396
9397   9397
9398   9398
9399   9399
9400   9400
9401   9401
9402   9402
9403   9403
9404   9404
9405   9405
9406   9406
9407   9407
9408   9408
9409   9409
9410   9410
9411   9411
9412   9412
9413   9413
9414   9414
9415   9415
9416   9416
9417   9417
9418   9418
9419   9419
9420   9420
9421   9421
9422   9422
9423   9423
9424   9424
9425   9425
9426   9426
9427   9427
9428   9428
9429   9429
9430   9430
9431   9431
9432   9432
9433   9433
9434   9434
9435   9435
9436   9436
9437   9437
9438   9438
9439   9439
9440   9440
9441   9441
9442   9442
9443   9443
9444   9444
9445   9445
9446   9446
9447   9447
9448   9448
9449   9449
9450   9450
9451   9451
9452   9452
9453   9453
9454   9454
9455   9455
9456   9456
9457   9457
9458   9458
9459   9459
9460   9460
9461   9461
9462   9462
9463   9463
9464   9464
9465   9465
9466   9466
9467   9467
9468   9468
9469   9469
9470   9470
9471   9471
9472   9472
9473   9473
9474   9474
9475   9475
9476   9476
9477   9477
9478   9478
9479   9479
9480   9480
9481   9481
9482   9482
9483   9483
9484   9484
9485   9485
9486   9486
9487   9487
9488   9488
9489   9489
9490   9490
9491   9491
9492   9492
9493   9493
9494   9494
9495   9495
9496   9496
9497   9497
9498   9498
9499   9499
9500   9500
9501   9501
9502   9502
9503   9503
9504   9504
9505   9505
9506   9506
9507   9507
9508   9508
9509   9509
9510   9510
9511   9511
9512   9512
9513   9513
9514   9514
9515   9515
9516   9516
9517   9517
9518   9518
9519   9519
9520   9520
9521   9521
9522   9522
9523   9523
9524   9524
9525   9525
9526   9526
9527   9527
9528   9528
9529   9529
9530   9530
9531   9531
9532   9532
9533   9533
9534   9534
9535   9535
9536   9536
9537   9537
9538   9538
9539   9539
9540   9540
9541   9541
9542   9542
9543   9543
9544   9544
9545   9545
9546   9546
9547   9547
9548   9548
9549   9549
9550   9550
9551   9551
9552   9552
9553   9553
9554   9554
9555   9555
9556   9556
9557   9557
9558   9558
9559   9559
9560   9560
9561   9561
9562   9562
9563   9563
9564   9564
9565   9565
9566   9566
9567   9567
9568   9568
9569   9569
9570   9570
9571   9571
9572   9572
9573   9573
9574   9574
9575   9575
9576   9576
9577   9577
9578   9578
9579   9579
9580   9580
9581   9581
9582   9582
9583   9583
9584   9584
9585   9585
9586   9586
9587   9587
9588   9588
9589   9589
9590   9590
9591   9591
9592   9592
9593   9593
9594   9594
9595   9595
9596   9596
9597   9597
9598   9598
9599   9599
9600   9600
9601   9601
9602   9602
9603   9603
9604   9604
9605   9605
9606   9606
9607   9607
9608   9608
9609   9609
9610   9610
9611   9611
9612   9612
9613   9613
9614   9614
9615   9615
9616   9616
9617   9617
9618   9618
9619   9619
9620   9620
9621   9621
9622   9622
9623   9623
9624   9624
9625   9625
9626   9626
9627   9627
9628   9628
9629   9629
9630   9630
9631   9631
9632   9632
9633   9633
9634   9634
9635   9635
9636   9636
9637   9637
9638   9638
9639   9639
9640   9640
9641   9641
9642   9642
9643   9643
9644   9644
9645   9645
9646   9646
9647   9647
9648   9648
9649   9649
9650   9650
9651   9651
9652   9652
9653   9653
9654   9654
9655   9655
9656   9656
9657   9657
9658   9658
9659   9659
9660   9660
9661   9661
9662   9662
9663   9663
9664   9664
9665   9665
9666   9666
9667   9667
9668   9668
9669   9669
9670   9670
9671   9671
9672   9672
9673   9673
9674   9674
9675   9675
9676   9676
9677   9677
9678   9678
9679   9679
9680   9680
9681   9681
9682   9682
9683   9683
9684   9684
9685   9685
9686   9686
9687   9687
9688   9688
9689   9689
9690   9690
9691   9691
9692   9692
9693   9693
9694   9694
9695   9695
9696   9696
9697   9697
9698   9698
9699   9699
9700   9700
9701   9701
9702   9702
9703   9703
9704   9704
9705   9705
9706   9706
9707   9707
9708   9708
9709   9709
9710   9710
9711   9711
9712   9712
9713   9713
9714   9714
9715   9715
9716   9716
9717   9717
9718   9718
9719   9719
9720   9720
9721   9721
9722   9722
9723   9723
9724   9724
9725   9725
9726   9726
9727   9727
9728   9728
9729   9729
9730   9730
9731   9731
9732   9732
9733   9733
9734   9734
9735   9735
9736   9736
9737   9737
9738   9738
9739   9739
9740   9740
9741   9741
9742   9742
9743   9743
9744   9744
9745   9745
9746   9746
9747   9747
9748   9748
9749   9749
9750   9750
9751   9751
9752   9752
9753   9753
9754   9754
9755   9755
9756   9756
9757   9757
9758   9758
9759   9759
9760   9760
9761   9761
9762   9762
9763   9763
9764   9764
9765   9765
9766   9766
9767   9767
9768   9768
9769   9769
9770   9770
9771   9771
9772   9772
9773   9773
9774   9774
9775   9775
9776   9776
9777   9777
9778   9778
9779   9779
9780   9780
9781   9781
9782   9782
9783   9783
9784   9784
9785   9785
9786   9786
9787   9787
9788   9788
9789   9789
9790   9790
9791   9791
9792   9792
9793   9793
9794   9794
9795   9795
9796   9796
9797   9797
9798   9798
9799   9799
9800   9800
9801   9801
9802   9802
9803   9803
9804   9804
9805   9805
9806   9806
9807   9807
9808   9808
9809   9809
9810   9810
9811   9811
9812   9812
9813   9813
9814   9814
9815   9815
9816   9816
9817   9817
9818   9818
9819   9819
9820   9820
9821   9821
9822   9822
9823   9823
9824   9824
9825   9825
9826   9826
9827   9827
9828   9828
9829   9829
9830   9830
9831   9831
9832   9832
9833   9833
9834   9834
9835   9835
9836   9836
9837   9837
9838   9838
9839   9839
9840   9840
9841   9841
9842   9842
9843   9843
9844   9844
9845   9845
9846   9846
9847   9847
9848   9848
9849   9849
9850   9850
9851   9851
9852   9852
9853   9853
9854   9854
9855   9855
9856   9856
9857   9857
9858   9858
9859   9859
9860   9860
9861   9861
9862   9862
9863   9863
9864   9864
9865   9865
9866   9866
9867   9867
9868   9868
9869   9869
9870   9870
9871   9871
9872   9872
9873   9873
9874   9874
9875   9875
9876   9876
9877   9877
9878   9878
9879   9879
9880   9880
9881   9881
9882   9882
9883   9883
9884   9884
9885   9885
9886   9886
9887   9887
9888   9888
9889   9889
9890   9890
9891   9891
9892   9892
9893   9893
9894   9894
9895   9895
9896   9896
9897   9897
9898   9898
9899   9899
9900   9900
9901   9901
9902   9902
9903   9903
9904   9904
9905   9905
9906   9906
9907   9907
9908   9908
9909   9909
9910   9910
9911   9911
9912   9912
9913   9913
9914   9914
9915   9915
9916   9916
9917   9917
9918   9918
9919   9919
9920   9920
9921   9921
9922   9922
9923   9923
9924   9924
9925   9925
9926   9926
9927   9927
9928   9928
9929   9929
9930   9930
9931   9931
9932   9932
9933   9933
9934   9934
9935   9935
9936   9936
9937   9937
9938   9938
9939   9939
9940   9940
9941   9941
9942   9942
9943   9943
9944   9944
9945   9945
9946   9946
9947   9947
9948   9948
9949   9949
9950   9950
9951   9951
9952   9952
9953   9953
9954   9954
9955   9955
9956   9956
9957   9957
9958   9958
9959   9959
9960   9960
9961   9961
9962   9962
9963   9963
9964   9964
9965   9965
9966   9966
9967   9967
9968   9968
9969   9969
9970   9970
9971   9971
9972   9972
9973   9973
9974   9974
9975   9975
9976   9976
9977   9977
9978   9978
9979   9979
9980   9980
9981   9981
9982   9982
9983   9983
9984   9984
9985   9985
9986   9986
9987   9987
9988   9988
9989   9989
9990   9990
9991   9991
9992   9992
9993   9993
9994   9994
9995   9995
9996   9996
9997   9997
9998   9998
9999   9999
10000 10000
10001 10001
10002 10002
10003 10003
10004 10004
10005 10005
10006 10006
10007 10007
10008 10008
10009 10009
10010 10010
10011 10011
10012 10012
10013 10013
10014 10014
10015 10015
10016 10016
10017 10017
10018 10018
10019 10019
10020 10020
10021 10021
10022 10022
10023 10023
10024 10024
10025 10025
10026 10026
10027 10027
10028 10028
10029 10029
10030 10030
10031 10031
10032 10032
10033 10033
10034 10034
10035 10035
10036 10036
10037 10037
10038 10038
10039 10039
10040 10040
10041 10041
10042 10042
10043 10043
10044 10044
10045 10045
10046 10046
10047 10047
10048 10048
10049 10049
10050 10050
10051 10051
10052 10052
10053 10053
10054 10054
10055 10055
10056 10056
10057 10057
10058 10058
10059 10059
10060 10060
10061 10061
10062 10062
10063 10063
10064 10064
10065 10065
10066 10066
10067 10067
10068 10068
10069 10069
10070 10070
10071 10071
10072 10072
10073 10073
10074 10074
10075 10075
10076 10076
10077 10077
10078 10078
10079 10079
10080 10080
10081 10081
10082 10082
10083 10083
10084 10084
10085 10085
10086 10086
10087 10087
10088 10088
10089 10089
10090 10090
10091 10091
10092 10092
10093 10093
10094 10094
10095 10095
10096 10096
10097 10097
10098 10098
10099 10099
10100 10100
10101 10101
10102 10102
10103 10103
10104 10104
10105 10105
10106 10106
10107 10107
10108 10108
10109 10109
10110 10110
10111 10111
10112 10112
10113 10113
10114 10114
10115 10115
10116 10116
10117 10117
10118 10118
10119 10119
10120 10120
10121 10121
10122 10122
10123 10123
10124 10124
10125 10125
10126 10126
10127 10127
10128 10128
10129 10129
10130 10130
10131 10131
10132 10132
10133 10133
10134 10134
10135 10135
10136 10136
10137 10137
10138 10138
10139 10139
10140 10140
10141 10141
10142 10142
10143 10143
10144 10144
10145 10145
10146 10146
10147 10147
10148 10148
10149 10149
10150 10150
10151 10151
10152 10152
10153 10153
10154 10154
10155 10155
10156 10156
10157 10157
10158 10158
10159 10159
10160 10160
10161 10161
10162 10162
10163 10163
10164 10164
10165 10165
10166 10166
10167 10167
10168 10168
10169 10169
10170 10170
10171 10171
10172 10172
10173 10173
10174 10174
10175 10175
10176 10176
10177 10177
10178 10178
10179 10179
10180 10180
10181 10181
10182 10182
10183 10183
10184 10184
10185 10185
10186 10186
10187 10187
10188 10188
10189 10189
10190 10190
10191 10191
10192 10192
10193 10193
10194 10194
10195 10195
10196 10196
10197 10197
10198 10198
10199 10199
10200 10200
10201 10201
10202 10202
10203 10203
10204 10204
10205 10205
10206 10206
10207 10207
10208 10208
10209 10209
10210 10210
10211 10211
10212 10212
10213 10213
10214 10214
10215 10215
10216 10216
10217 10217
10218 10218
10219 10219
10220 10220
10221 10221
10222 10222
10223 10223
10224 10224
10225 10225
10226 10226
10227 10227
10228 10228
10229 10229
10230 10230
10231 10231
10232 10232
10233 10233
10234 10234
10235 10235
10236 10236
10237 10237
10238 10238
10239 10239
10240 10240
10241 10241
10242 10242
10243 10243
10244 10244
10245 10245
10246 10246
10247 10247
10248 10248
10249 10249
10250 10250
10251 10251
10252 10252
10253 10253
10254 10254
10255 10255
10256 10256
10257 10257
10258 10258
10259 10259
10260 10260
10261 10261
10262 10262
10263 10263
10264 10264
10265 10265
10266 10266
10267 10267
10268 10268
10269 10269
10270 10270
10271 10271
10272 10272
10273 10273
10274 10274
10275 10275
10276 10276
10277 10277
10278 10278
10279 10279
10280 10280
10281 10281
10282 10282
10283 10283
10284 10284
10285 10285
10286 10286
10287 10287
10288 10288
10289 10289
10290 10290
10291 10291
10292 10292
10293 10293
10294 10294
10295 10295
10296 10296
10297 10297
10298 10298
10299 10299
10300 10300
10301 10301
10302 10302
10303 10303
10304 10304
10305 10305
10306 10306
10307 10307
10308 10308
10309 10309
10310 10310
10311 10311
10312 10312
10313 10313
10314 10314
10315 10315
10316 10316
10317 10317
10318 10318
10319 10319
10320 10320
10321 10321
10322 10322
10323 10323
10324 10324
10325 10325
10326 10326
10327 10327
10328 10328
10329 10329
10330 10330
10331 10331
10332 10332
10333 10333
10334 10334
10335 10335
10336 10336
10337 10337
10338 10338
10339 10339
10340 10340
10341 10341
10342 10342
10343 10343
10344 10344
10345 10345
10346 10346
10347 10347
10348 10348
10349 10349
10350 10350
10351 10351
10352 10352
10353 10353
10354 10354
10355 10355
10356 10356
10357 10357
10358 10358
10359 10359
10360 10360
10361 10361
10362 10362
10363 10363
10364 10364
10365 10365
10366 10366
10367 10367
10368 10368
10369 10369
10370 10370
10371 10371
10372 10372
10373 10373
10374 10374
10375 10375
10376 10376
10377 10377
10378 10378
10379 10379
10380 10380
10381 10381
10382 10382
10383 10383
10384 10384
10385 10385
10386 10386
10387 10387
10388 10388
10389 10389
10390 10390
10391 10391
10392 10392
10393 10393
10394 10394
10395 10395
10396 10396
10397 10397
10398 10398
10399 10399
10400 10400
10401 10401
10402 10402
10403 10403
10404 10404
10405 10405
10406 10406
10407 10407
10408 10408
10409 10409
10410 10410
10411 10411
10412 10412
10413 10413
10414 10414
10415 10415
10416 10416
10417 10417
10418 10418
10419 10419
10420 10420
10421 10421
10422 10422
10423 10423
10424 10424
10425 10425
10426 10426
10427 10427
10428 10428
10429 10429
10430 10430
10431 10431
10432 10432
10433 10433
10434 10434
10435 10435
10436 10436
10437 10437
10438 10438
10439 10439
10440 10440
10441 10441
10442 10442
10443 10443
10444 10444
10445 10445
10446 10446
10447 10447
10448 10448
10449 10449
10450 10450
10451 10451
10452 10452
10453 10453
10454 10454
10455 10455
10456 10456
10457 10457
10458 10458
10459 10459
10460 10460
10461 10461
10462 10462
10463 10463
10464 10464
10465 10465
10466 10466
10467 10467
10468 10468
10469 10469
10470 10470
10471 10471
10472 10472
10473 10473
10474 10474
10475 10475
10476 10476
10477 10477
10478 10478
10479 10479
10480 10480
10481 10481
10482 10482
10483 10483
10484 10484
10485 10485
10486 10486
10487 10487
10488 10488
10489 10489
10490 10490
10491 10491
10492 10492
10493 10493
10494 10494
10495 10495
10496 10496
10497 10497
10498 10498
10499 10499
10500 10500
10501 10501
10502 10502
10503 10503
10504 10504
10505 10505
10506 10506
10507 10507
10508 10508
10509 10509
10510 10510
10511 10511
10512 10512
10513 10513
10514 10514
10515 10515
10516 10516
10517 10517
10518 10518
10519 10519
10520 10520
10521 10521
10522 10522
10523 10523
10524 10524
10525 10525
10526 10526
10527 10527
10528 10528
10529 10529
10530 10530
10531 10531
10532 10532
10533 10533
10534 10534
10535 10535
10536 10536
10537 10537
10538 10538
10539 10539
10540 10540
10541 10541
10542 10542
10543 10543
10544 10544
10545 10545
10546 10546
10547 10547
10548 10548
10549 10549
10550 10550
10551 10551
10552 10552
10553 10553
10554 10554
10555 10555
10556 10556
10557 10557
10558 10558
10559 10559
10560 10560
10561 10561
10562 10562
10563 10563
10564 10564
10565 10565
10566 10566
10567 10567
10568 10568
10569 10569
10570 10570
10571 10571
10572 10572
10573 10573
10574 10574
10575 10575
10576 10576
10577 10577
10578 10578
10579 10579
10580 10580
10581 10581
10582 10582
10583 10583
10584 10584
10585 10585
10586 10586
10587 10587
10588 10588
10589 10589
10590 10590
10591 10591
10592 10592
10593 10593
10594 10594
10595 10595
10596 10596
10597 10597
10598 10598
10599 10599
10600 10600
10601 10601
10602 10602
10603 10603
10604 10604
10605 10605
10606 10606
10607 10607
10608 10608
10609 10609
10610 10610
10611 10611
10612 10612
10613 10613
10614 10614
10615 10615
10616 10616
10617 10617
10618 10618
10619 10619
10620 10620
10621 10621
10622 10622
10623 10623
10624 10624
10625 10625
10626 10626
10627 10627
10628 10628
10629 10629
10630 10630
10631 10631
10632 10632
10633 10633
10634 10634
10635 10635
10636 10636
10637 10637
10638 10638
10639 10639
10640 10640
10641 10641
10642 10642
10643 10643
10644 10644
10645 10645
10646 10646
10647 10647
10648 10648
10649 10649
10650 10650
10651 10651
10652 10652
10653 10653
10654 10654
10655 10655
10656 10656
10657 10657
10658 10658
10659 10659
10660 10660
10661 10661
10662 10662
10663 10663
10664 10664
10665 10665
10666 10666
10667 10667
10668 10668
10669 10669
10670 10670
10671 10671
10672 10672
10673 10673
10674 10674
10675 10675
10676 10676
10677 10677
10678 10678
10679 10679
10680 10680
10681 10681
10682 10682
10683 10683
10684 10684
10685 10685
10686 10686
10687 10687
10688 10688
10689 10689
10690 10690
10691 10691
10692 10692
10693 10693
10694 10694
10695 10695
10696 10696
10697 10697
10698 10698
10699 10699
10700 10700
10701 10701
10702 10702
10703 10703
10704 10704
10705 10705
10706 10706
10707 10707
10708 10708
10709 10709
10710 10710
10711 10711
10712 10712
10713 10713
10714 10714
10715 10715
10716 10716
10717 10717
10718 10718
10719 10719
10720 10720
10721 10721
10722 10722
10723 10723
10724 10724
10725 10725
10726 10726
10727 10727
10728 10728
10729 10729
10730 10730
10731 10731
10732 10732
10733 10733
10734 10734
10735 10735
10736 10736
10737 10737
10738 10738
10739 10739
10740 10740
10741 10741
10742 10742
10743 10743
10744 10744
10745 10745
10746 10746
10747 10747
10748 10748
10749 10749
10750 10750
10751 10751
10752 10752
10753 10753
10754 10754
10755 10755
10756 10756
10757 10757
10758 10758
10759 10759
10760 10760
10761 10761
10762 10762
10763 10763
10764 10764
10765 10765
10766 10766
10767 10767
10768 10768
10769 10769
10770 10770
10771 10771
10772 10772
10773 10773
10774 10774
10775 10775
10776 10776
10777 10777
10778 10778
10779 10779
10780 10780
10781 10781
10782 10782
10783 10783
10784 10784
10785 10785
10786 10786
10787 10787
10788 10788
10789 10789
10790 10790
10791 10791
10792 10792
10793 10793
10794 10794
10795 10795
10796 10796
10797 10797
10798 10798
10799 10799
10800 10800
10801 10801
10802 10802
10803 10803
10804 10804
10805 10805
10806 10806
10807 10807
10808 10808
10809 10809
10810 10810
10811 10811
10812 10812
10813 10813
10814 10814
10815 10815
10816 10816
10817 10817
10818 10818
10819 10819
10820 10820
10821 10821
10822 10822
10823 10823
10824 10824
10825 10825
10826 10826
10827 10827
10828 10828
10829 10829
10830 10830
10831 10831
10832 10832
10833 10833
10834 10834
10835 10835
10836 10836
10837 10837
10838 10838
10839 10839
10840 10840
10841 10841
10842 10842
10843 10843
10844 10844
10845 10845
10846 10846
10847 10847
10848 10848
10849 10849
10850 10850
10851 10851
10852 10852
10853 10853
10854 10854
10855 10855
10856 10856
10857 10857
10858 10858
10859 10859
10860 10860
10861 10861
10862 10862
10863 10863
10864 10864
10865 10865
10866 10866
10867 10867
10868 10868
10869 10869
10870 10870
10871 10871
10872 10872
10873 10873
10874 10874
10875 10875
10876 10876
10877 10877
10878 10878
10879 10879
10880 10880
10881 10881
10882 10882
10883 10883
10884 10884
10885 10885
10886 10886
10887 10887
10888 10888
10889 10889
10890 10890
10891 10891
10892 10892
10893 10893
10894 10894
10895 10895
10896 10896
10897 10897
10898 10898
10899 10899
10900 10900
10901 10901
10902 10902
10903 10903
10904 10904
10905 10905
10906 10906
10907 10907
10908 10908
10909 10909
10910 10910
10911 10911
10912 10912
10913 10913
10914 10914
10915 10915
10916 10916
10917 10917
10918 10918
10919 10919
10920 10920
10921 10921
10922 10922
10923 10923
10924 10924
10925 10925
10926 10926
10927 10927
10928 10928
10929 10929
10930 10930
10931 10931
10932 10932
10933 10933
10934 10934
10935 10935
10936 10936
10937 10937
10938 10938
10939 10939
10940 10940
10941 10941
10942 10942
10943 10943
10944 10944
10945 10945
10946 10946
10947 10947
10948 10948
10949 10949
10950 10950
10951 10951
10952 10952
10953 10953
10954 10954
10955 10955
10956 10956
10957 10957
10958 10958
10959 10959
10960 10960
10961 10961
10962 10962
10963 10963
10964 10964
10965 10965
10966 10966
10967 10967
10968 10968
10969 10969
10970 10970
10971 10971
10972 10972
10973 10973
10974 10974
10975 10975
10976 10976
10977 10977
10978 10978
10979 10979
10980 10980
10981 10981
10982 10982
10983 10983
10984 10984
10985 10985
10986 10986
10987 10987
10988 10988
10989 10989
10990 10990
10991 10991
10992 10992
10993 10993
10994 10994
10995 10995
10996 10996
10997 10997
10998 10998
10999 10999
11000 11000
11001 11001
11002 11002
11003 11003
11004 11004
11005 11005
11006 11006
11007 11007
11008 11008
11009 11009
11010 11010
11011 11011
11012 11012
11013 11013
11014 11014
11015 11015
11016 11016
11017 11017
11018 11018
11019 11019
11020 11020
11021 11021
11022 11022
11023 11023
11024 11024
11025 11025
11026 11026
11027 11027
11028 11028
11029 11029
11030 11030
11031 11031
11032 11032
11033 11033
11034 11034
11035 11035
11036 11036
11037 11037
11038 11038
11039 11039
11040 11040
11041 11041
11042 11042
11043 11043
11044 11044
11045 11045
11046 11046
11047 11047
11048 11048
11049 11049
11050 11050
11051 11051
11052 11052
11053 11053
11054 11054
11055 11055
11056 11056
11057 11057
11058 11058
11059 11059
11060 11060
11061 11061
11062 11062
11063 11063
11064 11064
11065 11065
11066 11066
11067 11067
11068 11068
11069 11069
11070 11070
11071 11071
11072 11072
11073 11073
11074 11074
11075 11075
11076 11076
11077 11077
11078 11078
11079 11079
11080 11080
11081 11081
11082 11082
11083 11083
11084 11084
11085 11085
11086 11086
11087 11087
11088 11088
11089 11089
11090 11090
11091 11091
11092 11092
11093 11093
11094 11094
11095 11095
11096 11096
11097 11097
11098 11098
11099 11099
11100 11100
11101 11101
11102 11102
11103 11103
11104 11104
11105 11105
11106 11106
11107 11107
11108 11108
11109 11109
11110 11110
11111 11111
11112 11112
11113 11113
11114 11114
11115 11115
11116 11116
11117 11117
11118 11118
11119 11119
11120 11120
11121 11121
11122 11122
11123 11123
11124 11124
11125 11125
11126 11126
11127 11127
11128 11128
11129 11129
11130 11130
11131 11131
11132 11132
11133 11133
11134 11134
11135 11135
11136 11136
11137 11137
11138 11138
11139 11139
11140 11140
11141 11141
11142 11142
11143 11143
11144 11144
11145 11145
11146 11146
11147 11147
11148 11148
11149 11149
11150 11150
11151 11151
11152 11152
11153 11153
11154 11154
11155 11155
11156 11156
11157 11157
11158 11158
11159 11159
11160 11160
11161 11161
11162 11162
11163 11163
11164 11164
11165 11165
11166 11166
11167 11167
11168 11168
11169 11169
11170 11170
11171 11171
11172 11172
11173 11173
11174 11174
11175 11175
11176 11176
11177 11177
11178 11178
11179 11179
11180 11180
11181 11181
11182 11182
11183 11183
11184 11184
11185 11185
11186 11186
11187 11187
11188 11188
11189 11189
11190 11190
11191 11191
11192 11192
11193 11193
11194 11194
11195 11195
11196 11196
11197 11197
11198 11198
11199 11199
11200 11200
11201 11201
11202 11202
11203 11203
11204 11204
11205 11205
11206 11206
11207 11207
11208 11208
11209 11209
11210 11210
11211 11211
11212 11212
11213 11213
11214 11214
11215 11215
11216 11216
11217 11217
11218 11218
11219 11219
11220 11220
11221 11221
11222 11222
11223 11223
11224 11224
11225 11225
11226 11226
11227 11227
11228 11228
11229 11229
11230 11230
11231 11231
11232 11232
11233 11233
11234 11234
11235 11235
11236 11236
11237 11237
11238 11238
11239 11239
11240 11240
11241 11241
11242 11242
11243 11243
11244 11244
11245 11245
11246 11246
11247 11247
11248 11248
11249 11249
11250 11250
11251 11251
11252 11252
11253 11253
11254 11254
11255 11255
11256 11256
11257 11257
11258 11258
11259 11259
11260 11260
11261 11261
11262 11262
11263 11263
11264 11264
11265 11265
11266 11266
11267 11267
11268 11268
11269 11269
11270 11270
11271 11271
11272 11272
11273 11273
11274 11274
11275 11275
11276 11276
11277 11277
11278 11278
11279 11279
11280 11280
11281 11281
11282 11282
11283 11283
11284 11284
11285 11285
11286 11286
11287 11287
11288 11288
11289 11289
11290 11290
11291 11291
11292 11292
11293 11293
11294 11294
11295 11295
11296 11296
11297 11297
11298 11298
11299 11299
11300 11300
11301 11301
11302 11302
11303 11303
11304 11304
11305 11305
11306 11306
11307 11307
11308 11308
11309 11309
11310 11310
11311 11311
11312 11312
11313 11313
11314 11314
11315 11315
11316 11316
11317 11317
11318 11318
11319 11319
11320 11320
11321 11321
11322 11322
11323 11323
11324 11324
11325 11325
11326 11326
11327 11327
11328 11328
11329 11329
11330 11330
11331 11331
11332 11332
11333 11333
11334 11334
11335 11335
11336 11336
11337 11337
11338 11338
11339 11339
11340 11340
11341 11341
11342 11342
11343 11343
11344 11344
11345 11345
11346 11346
11347 11347
11348 11348
11349 11349
11350 11350
11351 11351
11352 11352
11353 11353
11354 11354
11355 11355
11356 11356
11357 11357
11358 11358
11359 11359
11360 11360
11361 11361
11362 11362
11363 11363
11364 11364
11365 11365
11366 11366
11367 11367
11368 11368
11369 11369
11370 11370
11371 11371
11372 11372
11373 11373
11374 11374
11375 11375
11376 11376
11377 11377
11378 11378
11379 11379
11380 11380
11381 11381
11382 11382
11383 11383
11384 11384
11385 11385
11386 11386
11387 11387
11388 11388
11389 11389
11390 11390
11391 11391
11392 11392
11393 11393
11394 11394
11395 11395
11396 11396
11397 11397
11398 11398
11399 11399
11400 11400
11401 11401
11402 11402
11403 11403
11404 11404
11405 11405
11406 11406
11407 11407
11408 11408
11409 11409
11410 11410
11411 11411
11412 11412
11413 11413
11414 11414
11415 11415
11416 11416
11417 11417
11418 11418
11419 11419
11420 11420
11421 11421
11422 11422
11423 11423
11424 11424
11425 11425
11426 11426
11427 11427
11428 11428
11429 11429
11430 11430
11431 11431
11432 11432
11433 11433
11434 11434
11435 11435
11436 11436
11437 11437
11438 11438
11439 11439
11440 11440
11441 11441
11442 11442
11443 11443
11444 11444
11445 11445
11446 11446
11447 11447
11448 11448
11449 11449
11450 11450
11451 11451
11452 11452
11453 11453
11454 11454
11455 11455
11456 11456
11457 11457
11458 11458
11459 11459
11460 11460
11461 11461
11462 11462
11463 11463
11464 11464
11465 11465
11466 11466
11467 11467
11468 11468
11469 11469
11470 11470
11471 11471
11472 11472
11473 11473
11474 11474
11475 11475
11476 11476
11477 11477
11478 11478
11479 11479
11480 11480
11481 11481
11482 11482
11483 11483
11484 11484
11485 11485
11486 11486
11487 11487
11488 11488
11489 11489
11490 11490
11491 11491
11492 11492
11493 11493
11494 11494
11495 11495
11496 11496
11497 11497
11498 11498
11499 11499
11500 11500
11501 11501
11502 11502
11503 11503
11504 11504
11505 11505
11506 11506
11507 11507
11508 11508
11509 11509
11510 11510
11511 11511
11512 11512
11513 11513
11514 11514
11515 11515
11516 11516
11517 11517
11518 11518
11519 11519
11520 11520
11521 11521
11522 11522
11523 11523
11524 11524
11525 11525
11526 11526
11527 11527
11528 11528
11529 11529
11530 11530
11531 11531
11532 11532
11533 11533
11534 11534
11535 11535
11536 11536
11537 11537
11538 11538
11539 11539
11540 11540
11541 11541
11542 11542
11543 11543
11544 11544
11545 11545
11546 11546
11547 11547
11548 11548
11549 11549
11550 11550
11551 11551
11552 11552
11553 11553
11554 11554
11555 11555
11556 11556
11557 11557
11558 11558
11559 11559
11560 11560
11561 11561
11562 11562
11563 11563
11564 11564
11565 11565
11566 11566
11567 11567
11568 11568
11569 11569
11570 11570
11571 11571
11572 11572
11573 11573
11574 11574
11575 11575
11576 11576
11577 11577
11578 11578
11579 11579
11580 11580
11581 11581
11582 11582
11583 11583
11584 11584
11585 11585
11586 11586
11587 11587
11588 11588
11589 11589
11590 11590
11591 11591
11592 11592
11593 11593
11594 11594
11595 11595
11596 11596
11597 11597
11598 11598
11599 11599
11600 11600
11601 11601
11602 11602
11603 11603
11604 11604
11605 11605
11606 11606
11607 11607
11608 11608
11609 11609
11610 11610
11611 11611
11612 11612
11613 11613
11614 11614
11615 11615
11616 11616
11617 11617
11618 11618
11619 11619
11620 11620
11621 11621
11622 11622
11623 11623
11624 11624
11625 11625
11626 11626
11627 11627
11628 11628
11629 11629
11630 11630
11631 11631
11632 11632
11633 11633
11634 11634
11635 11635
11636 11636
11637 11637
11638 11638
11639 11639
11640 11640
11641 11641
11642 11642
11643 11643
11644 11644
11645 11645
11646 11646
11647 11647
11648 11648
11649 11649
11650 11650
11651 11651
11652 11652
11653 11653
11654 11654
11655 11655
11656 11656
11657 11657
11658 11658
11659 11659
11660 11660
11661 11661
11662 11662
11663 11663
11664 11664
11665 11665
11666 11666
11667 11667
11668 11668
11669 11669
11670 11670
11671 11671
11672 11672
11673 11673
11674 11674
11675 11675
11676 11676
11677 11677
11678 11678
11679 11679
11680 11680
11681 11681
11682 11682
11683 11683
11684 11684
11685 11685
11686 11686
11687 11687
11688 11688
11689 11689
11690 11690
11691 11691
11692 11692
11693 11693
11694 11694
11695 11695
11696 11696
11697 11697
11698 11698
11699 11699
11700 11700
11701 11701
11702 11702
11703 11703
11704 11704
11705 11705
11706 11706
11707 11707
11708 11708
11709 11709
11710 11710
11711 11711
11712 11712
11713 11713
11714 11714
11715 11715
11716 11716
11717 11717
11718 11718
11719 11719
11720 11720
11721 11721
11722 11722
11723 11723
11724 11724
11725 11725
11726 11726
11727 11727
11728 11728
11729 11729
11730 11730
11731 11731
11732 11732
11733 11733
11734 11734
11735 11735
11736 11736
11737 11737
11738 11738
11739 11739
11740 11740
11741 11741
11742 11742
11743 11743
11744 11744
11745 11745
11746 11746
11747 11747
11748 11748
11749 11749
11750 11750
11751 11751
11752 11752
11753 11753
11754 11754
11755 11755
11756 11756
11757 11757
11758 11758
11759 11759
11760 11760
11761 11761
11762 11762
11763 11763
11764 11764
11765 11765
11766 11766
11767 11767
11768 11768
11769 11769
11770 11770
11771 11771
11772 11772
11773 11773
11774 11774
11775 11775
11776 11776
11777 11777
11778 11778
11779 11779
11780 11780
11781 11781
11782 11782
11783 11783
11784 11784
11785 11785
11786 11786
11787 11787
11788 11788
11789 11789
11790 11790
11791 11791
11792 11792
11793 11793
11794 11794
11795 11795
11796 11796
11797 11797
11798 11798
11799 11799
11800 11800
11801 11801
11802 11802
11803 11803
11804 11804
11805 11805
11806 11806
11807 11807
11808 11808
11809 11809
11810 11810
11811 11811
11812 11812
11813 11813
11814 11814
11815 11815
11816 11816
11817 11817
11818 11818
11819 11819
11820 11820
11821 11821
11822 11822
11823 11823
11824 11824
11825 11825
11826 11826
11827 11827
11828 11828
11829 11829
11830 11830
11831 11831
11832 11832
11833 11833
11834 11834
11835 11835
11836 11836
11837 11837
11838 11838
11839 11839
11840 11840
11841 11841
11842 11842
11843 11843
11844 11844
11845 11845
11846 11846
11847 11847
11848 11848
11849 11849
11850 11850
11851 11851
11852 11852
11853 11853
11854 11854
11855 11855
11856 11856
11857 11857
11858 11858
11859 11859
11860 11860
11861 11861
11862 11862
11863 11863
11864 11864
11865 11865
11866 11866
11867 11867
11868 11868
11869 11869
11870 11870
11871 11871
11872 11872
11873 11873
11874 11874
11875 11875
11876 11876
11877 11877
11878 11878
11879 11879
11880 11880
11881 11881
11882 11882
11883 11883
11884 11884
11885 11885
11886 11886
11887 11887
11888 11888
11889 11889
11890 11890
11891 11891
11892 11892
11893 11893
11894 11894
11895 11895
11896 11896
11897 11897
11898 11898
11899 11899
11900 11900
11901 11901
11902 11902
11903 11903
11904 11904
11905 11905
11906 11906
11907 11907
11908 11908
11909 11909
11910 11910
11911 11911
11912 11912
11913 11913
11914 11914
11915 11915
11916 11916
11917 11917
11918 11918
11919 11919
11920 11920
11921 11921
11922 11922
11923 11923
11924 11924
11925 11925
11926 11926
11927 11927
11928 11928
11929 11929
11930 11930
11931 11931
11932 11932
11933 11933
11934 11934
11935 11935
11936 11936
11937 11937
11938 11938
11939 11939
11940 11940
11941 11941
11942 11942
11943 11943
11944 11944
11945 11945
11946 11946
11947 11947
11948 11948
11949 11949
11950 11950
11951 11951
11952 11952
11953 11953
11954 11954
11955 11955
11956 11956
11957 11957
11958 11958
11959 11959
11960 11960
11961 11961
11962 11962
11963 11963
11964 11964
11965 11965
11966 11966
11967 11967
11968 11968
11969 11969
11970 11970
11971 11971
11972 11972
11973 11973
11974 11974
11975 11975
11976 11976
11977 11977
11978 11978
11979 11979
11980 11980
11981 11981
11982 11982
11983 11983
11984 11984
11985 11985
11986 11986
11987 11987
11988 11988
11989 11989
11990 11990
11991 11991
11992 11992
11993 11993
11994 11994
11995 11995
11996 11996
11997 11997
11998 11998
11999 11999
12000 12000
12001 12001
12002 12002
12003 12003
12004 12004
12005 12005
12006 12006
12007 12007
12008 12008
12009 12009
12010 12010
12011 12011
12012 12012
12013 12013
12014 12014
12015 12015
12016 12016
12017 12017
12018 12018
12019 12019
12020 12020
12021 12021
12022 12022
12023 12023
12024 12024
12025 12025
12026 12026
12027 12027
12028 12028
12029 12029
12030 12030
12031 12031
12032 12032
12033 12033
12034 12034
12035 12035
12036 12036
12037 12037
12038 12038
12039 12039
12040 12040
12041 12041
12042 12042
12043 12043
12044 12044
12045 12045
12046 12046
12047 12047
12048 12048
12049 12049
12050 12050
12051 12051
12052 12052
12053 12053
12054 12054
12055 12055
12056 12056
12057 12057
12058 12058
12059 12059
12060 12060
12061 12061
12062 12062
12063 12063
12064 12064
12065 12065
12066 12066
12067 12067
12068 12068
12069 12069
12070 12070
12071 12071
12072 12072
12073 12073
12074 12074
12075 12075
12076 12076
12077 12077
12078 12078
12079 12079
12080 12080
12081 12081
12082 12082
12083 12083
12084 12084
12085 12085
12086 12086
12087 12087
12088 12088
12089 12089
12090 12090
12091 12091
12092 12092
12093 12093
12094 12094
12095 12095
12096 12096
12097 12097
12098 12098
12099 12099
12100 12100
12101 12101
12102 12102
12103 12103
12104 12104
12105 12105
12106 12106
12107 12107
12108 12108
12109 12109
12110 12110
12111 12111
12112 12112
12113 12113
12114 12114
12115 12115
12116 12116
12117 12117
12118 12118
12119 12119
12120 12120
12121 12121
12122 12122
12123 12123
12124 12124
12125 12125
12126 12126
12127 12127
12128 12128
12129 12129
12130 12130
12131 12131
12132 12132
12133 12133
12134 12134
12135 12135
12136 12136
12137 12137
12138 12138
12139 12139
12140 12140
12141 12141
12142 12142
12143 12143
12144 12144
12145 12145
12146 12146
12147 12147
12148 12148
12149 12149
12150 12150
12151 12151
12152 12152
12153 12153
12154 12154
12155 12155
12156 12156
12157 12157
12158 12158
12159 12159
12160 12160
12161 12161
12162 12162
12163 12163
12164 12164
12165 12165
12166 12166
12167 12167
12168 12168
12169 12169
12170 12170
12171 12171
12172 12172
12173 12173
12174 12174
12175 12175
12176 12176
12177 12177
12178 12178
12179 12179
12180 12180
12181 12181
12182 12182
12183 12183
12184 12184
12185 12185
12186 12186
12187 12187
12188 12188
12189 12189
12190 12190
12191 12191
12192 12192
12193 12193
12194 12194
12195 12195
12196 12196
12197 12197
12198 12198
12199 12199
12200 12200
12201 12201
12202 12202
12203 12203
12204 12204
12205 12205
12206 12206
12207 12207
12208 12208
12209 12209
12210 12210
12211 12211
12212 12212
12213 12213
12214 12214
12215 12215
12216 12216
12217 12217
12218 12218
12219 12219
12220 12220
12221 12221
12222 12222
12223 12223
12224 12224
12225 12225
12226 12226
12227 12227
12228 12228
12229 12229
12230 12230
12231 12231
12232 12232
12233 12233
12234 12234
12235 12235
12236 12236
12237 12237
12238 12238
12239 12239
12240 12240
12241 12241
12242 12242
12243 12243
12244 12244
12245 12245
12246 12246
12247 12247
12248 12248
12249 12249
12250 12250
12251 12251
12252 12252
12253 12253
12254 12254
12255 12255
12256 12256
12257 12257
12258 12258
12259 12259
12260 12260
12261 12261
12262 12262
12263 12263
12264 12264
12265 12265
12266 12266
12267 12267
12268 12268
12269 12269
12270 12270
12271 12271
12272 12272
12273 12273
12274 12274
12275 12275
12276 12276
12277 12277
12278 12278
12279 12279
12280 12280
12281 12281
12282 12282
12283 12283
12284 12284
12285 12285
12286 12286
12287 12287
12288 12288
12289 12289
12290 12290
12291 12291
12292 12292
12293 12293
12294 12294
12295 12295
12296 12296
12297 12297
12298 12298
12299 12299
12300 12300
12301 12301
12302 12302
12303 12303
12304 12304
12305 12305
12306 12306
12307 12307
12308 12308
12309 12309
12310 12310
12311 12311
12312 12312
12313 12313
12314 12314
12315 12315
12316 12316
12317 12317
12318 12318
12319 12319
12320 12320
12321 12321
12322 12322
12323 12323
12324 12324
12325 12325
12326 12326
12327 12327
12328 12328
12329 12329
12330 12330
12331 12331
12332 12332
12333 12333
12334 12334
12335 12335
12336 12336
12337 12337
12338 12338
12339 12339
12340 12340
12341 12341
12342 12342
12343 12343
12344 12344
12345 12345
12346 12346
12347 12347
12348 12348
12349 12349
12350 12350
12351 12351
12352 12352
12353 12353
12354 12354
12355 12355
12356 12356
12357 12357
12358 12358
12359 12359
12360 12360
12361 12361
12362 12362
12363 12363
12364 12364
12365 12365
12366 12366
12367 12367
12368 12368
12369 12369
12370 12370
12371 12371
12372 12372
12373 12373
12374 12374
12375 12375
12376 12376
12377 12377
12378 12378
12379 12379
12380 12380
12381 12381
12382 12382
12383 12383
12384 12384
12385 12385
12386 12386
12387 12387
12388 12388
12389 12389
12390 12390
12391 12391
12392 12392
12393 12393
12394 12394
12395 12395
12396 12396
12397 12397
12398 12398
12399 12399
12400 12400
12401 12401
12402 12402
12403 12403
12404 12404
12405 12405
12406 12406
12407 12407
12408 12408
12409 12409
12410 12410
12411 12411
12412 12412
12413 12413
12414 12414
12415 12415
12416 12416
12417 12417
12418 12418
12419 12419
12420 12420
12421 12421
12422 12422
12423 12423
12424 12424
12425 12425
12426 12426
12427 12427
12428 12428
12429 12429
12430 12430
12431 12431
12432 12432
12433 12433
12434 12434
12435 12435
12436 12436
12437 12437
12438 12438
12439 12439
12440 12440
12441 12441
12442 12442
12443 12443
12444 12444
12445 12445
12446 12446
12447 12447
12448 12448
12449 12449
12450 12450
12451 12451
12452 12452
12453 12453
12454 12454
12455 12455
12456 12456
12457 12457
12458 12458
12459 12459
12460 12460
12461 12461
12462 12462
12463 12463
12464 12464
12465 12465
12466 12466
12467 12467
12468 12468
12469 12469
12470 12470
12471 12471
12472 12472
12473 12473
12474 12474
12475 12475
12476 12476
12477 12477
12478 12478
12479 12479
12480 12480
12481 12481
12482 12482
12483 12483
12484 12484
12485 12485
12486 12486
12487 12487
12488 12488
12489 12489
12490 12490
12491 12491
12492 12492
12493 12493
12494 12494
12495 12495
12496 12496
12497 12497
12498 12498
12499 12499
12500 12500
12501 12501
12502 12502
12503 12503
12504 12504
12505 12505
12506 12506
12507 12507
12508 12508
12509 12509
12510 12510
12511 12511
12512 12512
12513 12513
12514 12514
12515 12515
12516 12516
12517 12517
12518 12518
12519 12519
12520 12520
12521 12521
12522 12522
12523 12523
12524 12524
12525 12525
12526 12526
12527 12527
12528 12528
12529 12529
12530 12530
12531 12531
12532 12532
12533 12533
12534 12534
12535 12535
12536 12536
12537 12537
12538 12538
12539 12539
12540 12540
12541 12541
12542 12542
12543 12543
12544 12544
12545 12545
12546 12546
12547 12547
12548 12548
12549 12549
12550 12550
12551 12551
12552 12552
12553 12553
12554 12554
12555 12555
12556 12556
12557 12557
12558 12558
12559 12559
12560 12560
12561 12561
12562 12562
12563 12563
12564 12564
12565 12565
12566 12566
12567 12567
12568 12568
12569 12569
12570 12570
12571 12571
12572 12572
12573 12573
12574 12574
12575 12575
12576 12576
12577 12577
12578 12578
12579 12579
12580 12580
12581 12581
12582 12582
12583 12583
12584 12584
12585 12585
12586 12586
12587 12587
12588 12588
12589 12589
12590 12590
12591 12591
12592 12592
12593 12593
12594 12594
12595 12595
12596 12596
12597 12597
12598 12598
12599 12599
12600 12600
12601 12601
12602 12602
12603 12603
12604 12604
12605 12605
12606 12606
12607 12607
12608 12608
12609 12609
12610 12610
12611 12611
12612 12612
12613 12613
12614 12614
12615 12615
12616 12616
12617 12617
12618 12618
12619 12619
12620 12620
12621 12621
12622 12622
12623 12623
12624 12624
12625 12625
12626 12626
12627 12627
12628 12628
12629 12629
12630 12630
12631 12631
12632 12632
12633 12633
12634 12634
12635 12635
12636 12636
12637 12637
12638 12638
12639 12639
12640 12640
12641 12641
12642 12642
12643 12643
12644 12644
12645 12645
12646 12646
12647 12647
12648 12648
12649 12649
12650 12650
12651 12651
12652 12652
12653 12653
12654 12654
12655 12655
12656 12656
12657 12657
12658 12658
12659 12659
12660 12660
12661 12661
12662 12662
12663 12663
12664 12664
12665 12665
12666 12666
12667 12667
12668 12668
12669 12669
12670 12670
12671 12671
12672 12672
12673 12673
12674 12674
12675 12675
12676 12676
12677 12677
12678 12678
12679 12679
12680 12680
12681 12681
12682 12682
12683 12683
12684 12684
12685 12685
12686 12686
12687 12687
12688 12688
12689 12689
12690 12690
12691 12691
12692 12692
12693 12693
12694 12694
12695 12695
12696 12696
12697 12697
12698 12698
12699 12699
12700 12700
12701 12701
12702 12702
12703 12703
12704 12704
12705 12705
12706 12706
12707 12707
12708 12708
12709 12709
12710 12710
12711 12711
12712 12712
12713 12713
12714 12714
12715 12715
12716 12716
12717 12717
12718 12718
12719 12719
12720 12720
12721 12721
12722 12722
12723 12723
12724 12724
12725 12725
12726 12726
12727 12727
12728 12728
12729 12729
12730 12730
12731 12731
12732 12732
12733 12733
12734 12734
12735 12735
12736 12736
12737 12737
12738 12738
12739 12739
12740 12740
12741 12741
12742 12742
12743 12743
12744 12744
12745 12745
12746 12746
12747 12747
12748 12748
12749 12749
12750 12750
12751 12751
12752 12752
12753 12753
12754 12754
12755 12755
12756 12756
12757 12757
12758 12758
12759 12759
12760 12760
12761 12761
12762 12762
12763 12763
12764 12764
12765 12765
12766 12766
12767 12767
12768 12768
12769 12769
12770 12770
12771 12771
12772 12772
12773 12773
12774 12774
12775 12775
12776 12776
12777 12777
12778 12778
12779 12779
12780 12780
12781 12781
12782 12782
12783 12783
12784 12784
12785 12785
12786 12786
12787 12787
12788 12788
12789 12789
12790 12790
12791 12791
12792 12792
12793 12793
12794 12794
12795 12795
12796 12796
12797 12797
12798 12798
12799 12799
12800 12800
12801 12801
12802 12802
12803 12803
12804 12804
12805 12805
12806 12806
12807 12807
12808 12808
12809 12809
12810 12810
12811 12811
12812 12812
12813 12813
12814 12814
12815 12815
12816 12816
12817 12817
12818 12818
12819 12819
12820 12820
12821 12821
12822 12822
12823 12823
12824 12824
12825 12825
12826 12826
12827 12827
12828 12828
12829 12829
12830 12830
12831 12831
12832 12832
12833 12833
12834 12834
12835 12835
12836 12836
12837 12837
12838 12838
12839 12839
12840 12840
12841 12841
12842 12842
12843 12843
12844 12844
12845 12845
12846 12846
12847 12847
12848 12848
12849 12849
12850 12850
12851 12851
12852 12852
12853 12853
12854 12854
12855 12855
12856 12856
12857 12857
12858 12858
12859 12859
12860 12860
12861 12861
12862 12862
12863 12863
12864 12864
12865 12865
12866 12866
12867 12867
12868 12868
12869 12869
12870 12870
12871 12871
12872 12872
12873 12873
12874 12874
12875 12875
12876 12876
12877 12877
12878 12878
12879 12879
12880 12880
12881 12881
12882 12882
12883 12883
12884 12884
12885 12885
12886 12886
12887 12887
12888 12888
12889 12889
12890 12890
12891 12891
12892 12892
12893 12893
12894 12894
12895 12895
12896 12896
12897 12897
12898 12898
12899 12899
12900 12900
12901 12901
12902 12902
12903 12903
12904 12904
12905 12905
12906 12906
12907 12907
12908 12908
12909 12909
12910 12910
12911 12911
12912 12912
12913 12913
12914 12914
12915 12915
12916 12916
12917 12917
12918 12918
12919 12919
12920 12920
12921 12921
12922 12922
12923 12923
12924 12924
12925 12925
12926 12926
12927 12927
12928 12928
12929 12929
12930 12930
12931 12931
12932 12932
12933 12933
12934 12934
12935 12935
12936 12936
12937 12937
12938 12938
12939 12939
12940 12940
12941 12941
12942 12942
12943 12943
12944 12944
12945 12945
12946 12946
12947 12947
12948 12948
12949 12949
12950 12950
12951 12951
12952 12952
12953 12953
12954 12954
12955 12955
12956 12956
12957 12957
12958 12958
12959 12959
12960 12960
12961 12961
12962 12962
12963 12963
12964 12964
12965 12965
12966 12966
12967 12967
12968 12968
12969 12969
12970 12970
12971 12971
12972 12972
12973 12973
12974 12974
12975 12975
12976 12976
12977 12977
12978 12978
12979 12979
12980 12980
12981 12981
12982 12982
12983 12983
12984 12984
12985 12985
12986 12986
12987 12987
12988 12988
12989 12989
12990 12990
12991 12991
12992 12992
12993 12993
12994 12994
12995 12995
12996 12996
12997 12997
12998 12998
12999 12999
13000 13000
13001 13001
13002 13002
13003 13003
13004 13004
13005 13005
13006 13006
13007 13007
13008 13008
13009 13009
13010 13010
13011 13011
13012 13012
13013 13013
13014 13014
13015 13015
13016 13016
13017 13017
13018 13018
13019 13019
13020 13020
13021 13021
13022 13022
13023 13023
13024 13024
13025 13025
13026 13026
13027 13027
13028 13028
13029 13029
13030 13030
13031 13031
13032 13032
13033 13033
13034 13034
13035 13035
13036 13036
13037 13037
13038 13038
13039 13039
13040 13040
13041 13041
13042 13042
13043 13043
13044 13044
13045 13045
13046 13046
13047 13047
13048 13048
13049 13049
13050 13050
13051 13051
13052 13052
13053 13053
13054 13054
13055 13055
13056 13056
13057 13057
13058 13058
13059 13059
13060 13060
13061 13061
13062 13062
13063 13063
13064 13064
13065 13065
13066 13066
13067 13067
13068 13068
13069 13069
13070 13070
13071 13071
13072 13072
13073 13073
13074 13074
13075 13075
13076 13076
13077 13077
13078 13078
13079 13079
13080 13080
13081 13081
13082 13082
13083 13083
13084 13084
13085 13085
13086 13086
13087 13087
13088 13088
13089 13089
13090 13090
13091 13091
13092 13092
13093 13093
13094 13094
13095 13095
13096 13096
13097 13097
13098 13098
13099 13099
13100 13100
13101 13101
13102 13102
13103 13103
13104 13104
13105 13105
13106 13106
13107 13107
13108 13108
13109 13109
13110 13110
13111 13111
13112 13112
13113 13113
13114 13114
13115 13115
13116 13116
13117 13117
13118 13118
13119 13119
13120 13120
13121 13121
13122 13122
13123 13123
13124 13124
13125 13125
13126 13126
13127 13127
13128 13128
13129 13129
13130 13130
13131 13131
13132 13132
13133 13133
13134 13134
13135 13135
13136 13136
13137 13137
13138 13138
13139 13139
13140 13140
13141 13141
13142 13142
13143 13143
13144 13144
13145 13145
13146 13146
13147 13147
13148 13148
13149 13149
13150 13150
13151 13151
13152 13152
13153 13153
13154 13154
13155 13155
13156 13156
13157 13157
13158 13158
13159 13159
13160 13160
13161 13161
13162 13162
13163 13163
13164 13164
13165 13165
13166 13166
13167 13167
13168 13168
13169 13169
13170 13170
13171 13171
13172 13172
13173 13173
13174 13174
13175 13175
13176 13176
13177 13177
13178 13178
13179 13179
13180 13180
13181 13181
13182 13182
13183 13183
13184 13184
13185 13185
13186 13186
13187 13187
13188 13188
13189 13189
13190 13190
13191 13191
13192 13192
13193 13193
13194 13194
13195 13195
13196 13196
13197 13197
13198 13198
13199 13199
13200 13200
13201 13201
13202 13202
13203 13203
13204 13204
13205 13205
13206 13206
13207 13207
13208 13208
13209 13209
13210 13210
13211 13211
13212 13212
13213 13213
13214 13214
13215 13215
13216 13216
13217 13217
13218 13218
13219 13219
13220 13220
13221 13221
13222 13222
13223 13223
13224 13224
13225 13225
13226 13226
13227 13227
13228 13228
13229 13229
13230 13230
13231 13231
13232 13232
13233 13233
13234 13234
13235 13235
13236 13236
13237 13237
13238 13238
13239 13239
13240 13240
13241 13241
13242 13242
13243 13243
13244 13244
13245 13245
13246 13246
13247 13247
13248 13248
13249 13249
13250 13250
13251 13251
13252 13252
13253 13253
13254 13254
13255 13255
13256 13256
13257 13257
13258 13258
13259 13259
13260 13260
13261 13261
13262 13262
13263 13263
13264 13264
13265 13265
13266 13266
13267 13267
13268 13268
13269 13269
13270 13270
13271 13271
13272 13272
13273 13273
13274 13274
13275 13275
13276 13276
13277 13277
13278 13278
13279 13279
13280 13280
13281 13281
13282 13282
13283 13283
13284 13284
13285 13285
13286 13286
13287 13287
13288 13288
13289 13289
13290 13290
13291 13291
13292 13292
13293 13293
13294 13294
13295 13295
13296 13296
13297 13297
13298 13298
13299 13299
13300 13300
13301 13301
13302 13302
13303 13303
13304 13304
13305 13305
13306 13306
13307 13307
13308 13308
13309 13309
13310 13310
13311 13311
13312 13312
13313 13313
13314 13314
13315 13315
13316 13316
13317 13317
13318 13318
13319 13319
13320 13320
13321 13321
13322 13322
13323 13323
13324 13324
13325 13325
13326 13326
13327 13327
13328 13328
13329 13329
13330 13330
13331 13331
13332 13332
13333 13333
13334 13334
13335 13335
13336 13336
13337 13337
13338 13338
13339 13339
13340 13340
13341 13341
13342 13342
13343 13343
13344 13344
13345 13345
13346 13346
13347 13347
13348 13348
13349 13349
13350 13350
13351 13351
13352 13352
13353 13353
13354 13354
13355 13355
13356 13356
13357 13357
13358 13358
13359 13359
13360 13360
13361 13361
13362 13362
13363 13363
13364 13364
13365 13365
13366 13366
13367 13367
13368 13368
13369 13369
13370 13370
13371 13371
13372 13372
13373 13373
13374 13374
13375 13375
13376 13376
13377 13377
13378 13378
13379 13379
13380 13380
13381 13381
13382 13382
13383 13383
13384 13384
13385 13385
13386 13386
13387 13387
13388 13388
13389 13389
13390 13390
13391 13391
13392 13392
13393 13393
13394 13394
13395 13395
13396 13396
13397 13397
13398 13398
13399 13399
13400 13400
13401 13401
13402 13402
13403 13403
13404 13404
13405 13405
13406 13406
13407 13407
13408 13408
13409 13409
13410 13410
13411 13411
13412 13412
13413 13413
13414 13414
13415 13415
13416 13416
13417 13417
13418 13418
13419 13419
13420 13420
13421 13421
13422 13422
13423 13423
13424 13424
13425 13425
13426 13426
13427 13427
13428 13428
13429 13429
13430 13430
13431 13431
13432 13432
13433 13433
13434 13434
13435 13435
13436 13436
13437 13437
13438 13438
13439 13439
13440 13440
13441 13441
13442 13442
13443 13443
13444 13444
13445 13445
13446 13446
13447 13447
13448 13448
13449 13449
13450 13450
13451 13451
13452 13452
13453 13453
13454 13454
13455 13455
13456 13456
13457 13457
13458 13458
13459 13459
13460 13460
13461 13461
13462 13462
13463 13463
13464 13464
13465 13465
13466 13466
13467 13467
13468 13468
13469 13469
13470 13470
13471 13471
13472 13472
13473 13473
13474 13474
13475 13475
13476 13476
13477 13477
13478 13478
13479 13479
13480 13480
13481 13481
13482 13482
13483 13483
13484 13484
13485 13485
13486 13486
13487 13487
13488 13488
13489 13489
13490 13490
13491 13491
13492 13492
13493 13493
13494 13494
13495 13495
13496 13496
13497 13497
13498 13498
13499 13499
13500 13500
13501 13501
13502 13502
13503 13503
13504 13504
13505 13505
13506 13506
13507 13507
13508 13508
13509 13509
13510 13510
13511 13511
13512 13512
13513 13513
13514 13514
13515 13515
13516 13516
13517 13517
13518 13518
13519 13519
13520 13520
13521 13521
13522 13522
13523 13523
13524 13524
13525 13525
13526 13526
13527 13527
13528 13528
13529 13529
13530 13530
13531 13531
13532 13532
13533 13533
13534 13534
13535 13535
13536 13536
13537 13537
13538 13538
13539 13539
13540 13540
13541 13541
13542 13542
13543 13543
13544 13544
13545 13545
13546 13546
13547 13547
13548 13548
13549 13549
13550 13550
13551 13551
13552 13552
13553 13553
13554 13554
13555 13555
13556 13556
13557 13557
13558 13558
13559 13559
13560 13560
13561 13561
13562 13562
13563 13563
13564 13564
13565 13565
13566 13566
13567 13567
13568 13568
13569 13569
13570 13570
13571 13571
13572 13572
13573 13573
13574 13574
13575 13575
13576 13576
13577 13577
13578 13578
13579 13579
13580 13580
13581 13581
13582 13582
13583 13583
13584 13584
13585 13585
13586 13586
13587 13587
13588 13588
13589 13589
13590 13590
13591 13591
13592 13592
13593 13593
13594 13594
13595 13595
13596 13596
13597 13597
13598 13598
13599 13599
13600 13600
13601 13601
13602 13602
13603 13603
13604 13604
13605 13605
13606 13606
13607 13607
13608 13608
13609 13609
13610 13610
13611 13611
13612 13612
13613 13613
13614 13614
13615 13615
13616 13616
13617 13617
13618 13618
13619 13619
13620 13620
13621 13621
13622 13622
13623 13623
13624 13624
13625 13625
13626 13626
13627 13627
13628 13628
13629 13629
13630 13630
13631 13631
13632 13632
13633 13633
13634 13634
13635 13635
13636 13636
13637 13637
13638 13638
13639 13639
13640 13640
13641 13641
13642 13642
13643 13643
13644 13644
13645 13645
13646 13646
13647 13647
13648 13648
13649 13649
13650 13650
13651 13651
13652 13652
13653 13653
13654 13654
13655 13655
13656 13656
13657 13657
13658 13658
13659 13659
13660 13660
13661 13661
13662 13662
13663 13663
13664 13664
13665 13665
13666 13666
13667 13667
13668 13668
13669 13669
13670 13670
13671 13671
13672 13672
13673 13673
13674 13674
13675 13675
13676 13676
13677 13677
13678 13678
13679 13679
13680 13680
13681 13681
13682 13682
13683 13683
13684 13684
13685 13685
13686 13686
13687 13687
13688 13688
13689 13689
13690 13690
13691 13691
13692 13692
13693 13693
13694 13694
13695 13695
13696 13696
13697 13697
13698 13698
13699 13699
13700 13700
13701 13701
13702 13702
13703 13703
13704 13704
13705 13705
13706 13706
13707 13707
13708 13708
13709 13709
13710 13710
13711 13711
13712 13712
13713 13713
13714 13714
13715 13715
13716 13716
13717 13717
13718 13718
13719 13719
13720 13720
13721 13721
13722 13722
13723 13723
13724 13724
13725 13725
13726 13726
13727 13727
13728 13728
13729 13729
13730 13730
13731 13731
13732 13732
13733 13733
13734 13734
13735 13735
13736 13736
13737 13737
13738 13738
13739 13739
13740 13740
13741 13741
13742 13742
13743 13743
13744 13744
13745 13745
13746 13746
13747 13747
13748 13748
13749 13749
13750 13750
13751 13751
13752 13752
13753 13753
13754 13754
13755 13755
13756 13756
13757 13757
13758 13758
13759 13759
13760 13760
13761 13761
13762 13762
13763 13763
13764 13764
13765 13765
13766 13766
13767 13767
13768 13768
13769 13769
13770 13770
13771 13771
13772 13772
13773 13773
13774 13774
13775 13775
13776 13776
13777 13777
13778 13778
13779 13779
13780 13780
13781 13781
13782 13782
13783 13783
13784 13784
13785 13785
13786 13786
13787 13787
13788 13788
13789 13789
13790 13790
13791 13791
13792 13792
13793 13793
13794 13794
13795 13795
13796 13796
13797 13797
13798 13798
13799 13799
13800 13800
13801 13801
13802 13802
13803 13803
13804 13804
13805 13805
13806 13806
13807 13807
13808 13808
13809 13809
13810 13810
13811 13811
13812 13812
13813 13813
13814 13814
13815 13815
13816 13816
13817 13817
13818 13818
13819 13819
13820 13820
13821 13821
13822 13822
13823 13823
13824 13824
13825 13825
13826 13826
13827 13827
13828 13828
13829 13829
13830 13830
13831 13831
13832 13832
13833 13833
13834 13834
13835 13835
13836 13836
13837 13837
13838 13838
13839 13839
13840 13840
13841 13841
13842 13842
13843 13843
13844 13844
13845 13845
13846 13846
13847 13847
13848 13848
13849 13849
13850 13850
13851 13851
13852 13852
13853 13853
13854 13854
13855 13855
13856 13856
13857 13857
13858 13858
13859 13859
13860 13860
13861 13861
13862 13862
13863 13863
13864 13864
13865 13865
13866 13866
13867 13867
13868 13868
13869 13869
13870 13870
13871 13871
13872 13872
13873 13873
13874 13874
13875 13875
13876 13876
13877 13877
13878 13878
13879 13879
13880 13880
13881 13881
13882 13882
13883 13883
13884 13884
13885 13885
13886 13886
13887 13887
13888 13888
13889 13889
13890 13890
13891 13891
13892 13892
13893 13893
13894 13894
13895 13895
13896 13896
13897 13897
13898 13898
13899 13899
13900 13900
13901 13901
13902 13902
13903 13903
13904 13904
13905 13905
13906 13906
13907 13907
13908 13908
13909 13909
13910 13910
13911 13911
13912 13912
13913 13913
13914 13914
13915 13915
13916 13916
13917 13917
13918 13918
13919 13919
13920 13920
13921 13921
13922 13922
13923 13923
13924 13924
13925 13925
13926 13926
13927 13927
13928 13928
13929 13929
13930 13930
13931 13931
13932 13932
13933 13933
13934 13934
13935 13935
13936 13936
13937 13937
13938 13938
13939 13939
13940 13940
13941 13941
13942 13942
13943 13943
13944 13944
13945 13945
13946 13946
13947 13947
13948 13948
13949 13949
13950 13950
13951 13951
13952 13952
13953 13953
13954 13954
13955 13955
13956 13956
13957 13957
13958 13958
13959 13959
13960 13960
13961 13961
13962 13962
13963 13963
13964 13964
13965 13965
13966 13966
13967 13967
13968 13968
13969 13969
13970 13970
13971 13971
13972 13972
13973 13973
13974 13974
13975 13975
13976 13976
13977 13977
13978 13978
13979 13979
13980 13980
13981 13981
13982 13982
13983 13983
13984 13984
13985 13985
13986 13986
13987 13987
13988 13988
13989 13989
13990 13990
13991 13991
13992 13992
13993 13993
13994 13994
13995 13995
13996 13996
13997 13997
13998 13998
13999 13999
14000 14000
14001 14001
14002 14002
14003 14003
14004 14004
14005 14005
14006 14006
14007 14007
14008 14008
14009 14009
14010 14010
14011 14011
14012 14012
14013 14013
14014 14014
14015 14015
14016 14016
14017 14017
14018 14018
14019 14019
14020 14020
14021 14021
14022 14022
14023 14023
14024 14024
14025 14025
14026 14026
14027 14027
14028 14028
14029 14029
14030 14030
14031 14031
14032 14032
14033 14033
14034 14034
14035 14035
14036 14036
14037 14037
14038 14038
14039 14039
14040 14040
14041 14041
14042 14042
14043 14043
14044 14044
14045 14045
14046 14046
14047 14047
14048 14048
14049 14049
14050 14050
14051 14051
14052 14052
14053 14053
14054 14054
14055 14055
14056 14056
14057 14057
14058 14058
14059 14059
14060 14060
14061 14061
14062 14062
14063 14063
14064 14064
14065 14065
14066 14066
14067 14067
14068 14068
14069 14069
14070 14070
14071 14071
14072 14072
14073 14073
14074 14074
14075 14075
14076 14076
14077 14077
14078 14078
14079 14079
14080 14080
14081 14081
14082 14082
14083 14083
14084 14084
14085 14085
14086 14086
14087 14087
14088 14088
14089 14089
14090 14090
14091 14091
14092 14092
14093 14093
14094 14094
14095 14095
14096 14096
14097 14097
14098 14098
14099 14099
14100 14100
14101 14101
14102 14102
14103 14103
14104 14104
14105 14105
14106 14106
14107 14107
14108 14108
14109 14109
14110 14110
14111 14111
14112 14112
14113 14113
14114 14114
14115 14115
14116 14116
14117 14117
14118 14118
14119 14119
14120 14120
14121 14121
14122 14122
14123 14123
14124 14124
14125 14125
14126 14126
14127 14127
14128 14128
14129 14129
14130 14130
14131 14131
14132 14132
14133 14133
14134 14134
14135 14135
14136 14136
14137 14137
14138 14138
14139 14139
14140 14140
14141 14141
14142 14142
14143 14143
14144 14144
14145 14145
14146 14146
14147 14147
14148 14148
14149 14149
14150 14150
14151 14151
14152 14152
14153 14153
14154 14154
14155 14155
14156 14156
14157 14157
14158 14158
14159 14159
14160 14160
14161 14161
14162 14162
14163 14163
14164 14164
14165 14165
14166 14166
14167 14167
14168 14168
14169 14169
14170 14170
14171 14171
14172 14172
14173 14173
14174 14174
14175 14175
14176 14176
14177 14177
14178 14178
14179 14179
14180 14180
14181 14181
14182 14182
14183 14183
14184 14184
14185 14185
14186 14186
14187 14187
14188 14188
14189 14189
14190 14190
14191 14191
14192 14192
14193 14193
14194 14194
14195 14195
14196 14196
14197 14197
14198 14198
14199 14199
14200 14200
14201 14201
14202 14202
14203 14203
14204 14204
14205 14205
14206 14206
14207 14207
14208 14208
14209 14209
14210 14210
14211 14211
14212 14212
14213 14213
14214 14214
14215 14215
14216 14216
14217 14217
14218 14218
14219 14219
14220 14220
14221 14221
14222 14222
14223 14223
14224 14224
14225 14225
14226 14226
14227 14227
14228 14228
14229 14229
14230 14230
14231 14231
14232 14232
14233 14233
14234 14234
14235 14235
14236 14236
14237 14237
14238 14238
14239 14239
14240 14240
14241 14241
14242 14242
14243 14243
14244 14244
14245 14245
14246 14246
14247 14247
14248 14248
14249 14249
14250 14250
14251 14251
14252 14252
14253 14253
14254 14254
14255 14255
14256 14256
14257 14257
14258 14258
14259 14259
14260 14260
14261 14261
14262 14262
14263 14263
14264 14264
14265 14265
14266 14266
14267 14267
14268 14268
14269 14269
14270 14270
14271 14271
14272 14272
14273 14273
14274 14274
14275 14275
14276 14276
14277 14277
14278 14278
14279 14279
14280 14280
14281 14281
14282 14282
14283 14283
14284 14284
14285 14285
14286 14286
14287 14287
14288 14288
14289 14289
14290 14290
14291 14291
14292 14292
14293 14293
14294 14294
14295 14295
14296 14296
14297 14297
14298 14298
14299 14299
14300 14300
14301 14301
14302 14302
14303 14303
14304 14304
14305 14305
14306 14306
14307 14307
14308 14308
14309 14309
14310 14310
14311 14311
14312 14312
14313 14313
14314 14314
14315 14315
14316 14316
14317 14317
14318 14318
14319 14319
14320 14320
14321 14321
14322 14322
14323 14323
14324 14324
14325 14325
14326 14326
14327 14327
14328 14328
14329 14329
14330 14330
14331 14331
14332 14332
14333 14333
14334 14334
14335 14335
14336 14336
14337 14337
14338 14338
14339 14339
14340 14340
14341 14341
14342 14342
14343 14343
14344 14344
14345 14345
14346 14346
14347 14347
14348 14348
14349 14349
14350 14350
14351 14351
14352 14352
14353 14353
14354 14354
14355 14355
14356 14356
14357 14357
14358 14358
14359 14359
14360 14360
14361 14361
14362 14362
14363 14363
14364 14364
14365 14365
14366 14366
14367 14367
14368 14368
14369 14369
14370 14370
14371 14371
14372 14372
14373 14373
14374 14374
14375 14375
14376 14376
14377 14377
14378 14378
14379 14379
14380 14380
14381 14381
14382 14382
14383 14383
14384 14384
14385 14385
14386 14386
14387 14387
14388 14388
14389 14389
14390 14390
14391 14391
14392 14392
14393 14393
14394 14394
14395 14395
14396 14396
14397 14397
14398 14398
14399 14399
14400 14400
14401 14401
14402 14402
14403 14403
14404 14404
14405 14405
14406 14406
14407 14407
14408 14408
14409 14409
14410 14410
14411 14411
14412 14412
14413 14413
14414 14414
14415 14415
14416 14416
14417 14417
14418 14418
14419 14419
14420 14420
14421 14421
14422 14422
14423 14423
14424 14424
14425 14425
14426 14426
14427 14427
14428 14428
14429 14429
14430 14430
14431 14431
14432 14432
14433 14433
14434 14434
14435 14435
14436 14436
14437 14437
14438 14438
14439 14439
14440 14440
14441 14441
14442 14442
14443 14443
14444 14444
14445 14445
14446 14446
14447 14447
14448 14448
14449 14449
14450 14450
14451 14451
14452 14452
14453 14453
14454 14454
14455 14455
14456 14456
14457 14457
14458 14458
14459 14459
14460 14460
14461 14461
14462 14462
14463 14463
14464 14464
14465 14465
14466 14466
14467 14467
14468 14468
14469 14469
14470 14470
14471 14471
14472 14472
14473 14473
14474 14474
14475 14475
14476 14476
14477 14477
14478 14478
14479 14479
14480 14480
14481 14481
14482 14482
14483 14483
14484 14484
14485 14485
14486 14486
14487 14487
14488 14488
14489 14489
14490 14490
14491 14491
14492 14492
14493 14493
14494 14494
14495 14495
14496 14496
14497 14497
14498 14498
14499 14499
14500 14500
14501 14501
14502 14502
14503 14503
14504 14504
14505 14505
14506 14506
14507 14507
14508 14508
14509 14509
14510 14510
14511 14511
14512 14512
14513 14513
14514 14514
14515 14515
14516 14516
14517 14517
14518 14518
14519 14519
14520 14520
14521 14521
14522 14522
14523 14523
14524 14524
14525 14525
14526 14526
14527 14527
14528 14528
14529 14529
14530 14530
14531 14531
14532 14532
14533 14533
14534 14534
14535 14535
14536 14536
14537 14537
14538 14538
14539 14539
14540 14540
14541 14541
14542 14542
14543 14543
14544 14544
14545 14545
14546 14546
14547 14547
14548 14548
14549 14549
14550 14550
14551 14551
14552 14552
14553 14553
14554 14554
14555 14555
14556 14556
14557 14557
14558 14558
14559 14559
14560 14560
14561 14561
14562 14562
14563 14563
14564 14564
14565 14565
14566 14566
14567 14567
14568 14568
14569 14569
14570 14570
14571 14571
14572 14572
14573 14573
14574 14574
14575 14575
14576 14576
14577 14577
14578 14578
14579 14579
14580 14580
14581 14581
14582 14582
14583 14583
14584 14584
14585 14585
14586 14586
14587 14587
14588 14588
14589 14589
14590 14590
14591 14591
14592 14592
14593 14593
14594 14594
14595 14595
14596 14596
14597 14597
14598 14598
14599 14599
14600 14600
14601 14601
14602 14602
14603 14603
14604 14604
14605 14605
14606 14606
14607 14607
14608 14608
14609 14609
14610 14610
14611 14611
14612 14612
14613 14613
14614 14614
14615 14615
14616 14616
14617 14617
14618 14618
14619 14619
14620 14620
14621 14621
14622 14622
14623 14623
14624 14624
14625 14625
14626 14626
14627 14627
14628 14628
14629 14629
14630 14630
14631 14631
14632 14632
14633 14633
14634 14634
14635 14635
14636 14636
14637 14637
14638 14638
14639 14639
14640 14640
14641 14641
14642 14642
14643 14643
14644 14644
14645 14645
14646 14646
14647 14647
14648 14648
14649 14649
14650 14650
14651 14651
14652 14652
14653 14653
14654 14654
14655 14655
14656 14656
14657 14657
14658 14658
14659 14659
14660 14660
14661 14661
14662 14662
14663 14663
14664 14664
14665 14665
14666 14666
14667 14667
14668 14668
14669 14669
14670 14670
14671 14671
14672 14672
14673 14673
14674 14674
14675 14675
14676 14676
14677 14677
14678 14678
14679 14679
14680 14680
14681 14681
14682 14682
14683 14683
14684 14684
14685 14685
14686 14686
14687 14687
14688 14688
14689 14689
14690 14690
14691 14691
14692 14692
14693 14693
14694 14694
14695 14695
14696 14696
14697 14697
14698 14698
14699 14699
14700 14700
14701 14701
14702 14702
14703 14703
14704 14704
14705 14705
14706 14706
14707 14707
14708 14708
14709 14709
14710 14710
14711 14711
14712 14712
14713 14713
14714 14714
14715 14715
14716 14716
14717 14717
14718 14718
14719 14719
14720 14720
14721 14721
14722 14722
14723 14723
14724 14724
14725 14725
14726 14726
14727 14727
14728 14728
14729 14729
14730 14730
14731 14731
14732 14732
14733 14733
14734 14734
14735 14735
14736 14736
14737 14737
14738 14738
14739 14739
14740 14740
14741 14741
14742 14742
14743 14743
14744 14744
14745 14745
14746 14746
14747 14747
14748 14748
14749 14749
14750 14750
14751 14751
14752 14752
14753 14753
14754 14754
14755 14755
14756 14756
14757 14757
14758 14758
14759 14759
14760 14760
14761 14761
14762 14762
14763 14763
14764 14764
14765 14765
14766 14766
14767 14767
14768 14768
14769 14769
14770 14770
14771 14771
14772 14772
14773 14773
14774 14774
14775 14775
14776 14776
14777 14777
14778 14778
14779 14779
14780 14780
14781 14781
14782 14782
14783 14783
14784 14784
14785 14785
14786 14786
14787 14787
14788 14788
14789 14789
14790 14790
14791 14791
14792 14792
14793 14793
14794 14794
14795 14795
14796 14796
14797 14797
14798 14798
14799 14799
14800 14800
14801 14801
14802 14802
14803 14803
14804 14804
14805 14805
14806 14806
14807 14807
14808 14808
14809 14809
14810 14810
14811 14811
14812 14812
14813 14813
14814 14814
14815 14815
14816 14816
14817 14817
14818 14818
14819 14819
14820 14820
14821 14821
14822 14822
14823 14823
14824 14824
14825 14825
14826 14826
14827 14827
14828 14828
14829 14829
14830 14830
14831 14831
14832 14832
14833 14833
14834 14834
14835 14835
14836 14836
14837 14837
14838 14838
14839 14839
14840 14840
14841 14841
14842 14842
14843 14843
14844 14844
14845 14845
14846 14846
14847 14847
14848 14848
14849 14849
14850 14850
14851 14851
14852 14852
14853 14853
14854 14854
14855 14855
14856 14856
14857 14857
14858 14858
14859 14859
14860 14860
14861 14861
14862 14862
14863 14863
14864 14864
14865 14865
14866 14866
14867 14867
14868 14868
14869 14869
14870 14870
14871 14871
14872 14872
14873 14873
14874 14874
14875 14875
14876 14876
14877 14877
14878 14878
14879 14879
14880 14880
14881 14881
14882 14882
14883 14883
14884 14884
14885 14885
14886 14886
14887 14887
14888 14888
14889 14889
14890 14890
14891 14891
14892 14892
14893 14893
14894 14894
14895 14895
14896 14896
14897 14897
14898 14898
14899 14899
14900 14900
14901 14901
14902 14902
14903 14903
14904 14904
14905 14905
14906 14906
14907 14907
14908 14908
14909 14909
14910 14910
14911 14911
14912 14912
14913 14913
14914 14914
14915 14915
14916 14916
14917 14917
14918 14918
14919 14919
14920 14920
14921 14921
14922 14922
14923 14923
14924 14924
14925 14925
14926 14926
14927 14927
14928 14928
14929 14929
14930 14930
14931 14931
14932 14932
14933 14933
14934 14934
14935 14935
14936 14936
14937 14937
14938 14938
14939 14939
14940 14940
14941 14941
14942 14942
14943 14943
14944 14944
14945 14945
14946 14946
14947 14947
14948 14948
14949 14949
14950 14950
14951 14951
14952 14952
14953 14953
14954 14954
14955 14955
14956 14956
14957 14957
14958 14958
14959 14959
14960 14960
14961 14961
14962 14962
14963 14963
14964 14964
14965 14965
14966 14966
14967 14967
14968 14968
14969 14969
14970 14970
14971 14971
14972 14972
14973 14973
14974 14974
14975 14975
14976 14976
14977 14977
14978 14978
14979 14979
14980 14980
14981 14981
14982 14982
14983 14983
14984 14984
14985 14985
14986 14986
14987 14987
14988 14988
14989 14989
14990 14990
14991 14991
14992 14992
14993 14993
14994 14994
14995 14995
14996 14996
14997 14997
14998 14998
14999 14999
15000 15000
15001 15001
15002 15002
15003 15003
15004 15004
15005 15005
15006 15006
15007 15007
15008 15008
15009 15009
15010 15010
15011 15011
15012 15012
15013 15013
15014 15014
15015 15015
15016 15016
15017 15017
15018 15018
15019 15019
15020 15020
15021 15021
15022 15022
15023 15023
15024 15024
15025 15025
15026 15026
15027 15027
15028 15028
15029 15029
15030 15030
15031 15031
15032 15032
15033 15033
15034 15034
15035 15035
15036 15036
15037 15037
15038 15038
15039 15039
15040 15040
15041 15041
15042 15042
15043 15043
15044 15044
15045 15045
15046 15046
15047 15047
15048 15048
15049 15049
15050 15050
15051 15051
15052 15052
15053 15053
15054 15054
15055 15055
15056 15056
15057 15057
15058 15058
15059 15059
15060 15060
15061 15061
15062 15062
15063 15063
15064 15064
15065 15065
15066 15066
15067 15067
15068 15068
15069 15069
15070 15070
15071 15071
15072 15072
15073 15073
15074 15074
15075 15075
15076 15076
15077 15077
15078 15078
15079 15079
15080 15080
15081 15081
15082 15082
15083 15083
15084 15084
15085 15085
15086 15086
15087 15087
15088 15088
15089 15089
15090 15090
15091 15091
15092 15092
15093 15093
15094 15094
15095 15095
15096 15096
15097 15097
15098 15098
15099 15099
15100 15100
15101 15101
15102 15102
15103 15103
15104 15104
15105 15105
15106 15106
15107 15107
15108 15108
15109 15109
15110 15110
15111 15111
15112 15112
15113 15113
15114 15114
15115 15115
15116 15116
15117 15117
15118 15118
15119 15119
15120 15120
15121 15121
15122 15122
15123 15123
15124 15124
15125 15125
15126 15126
15127 15127
15128 15128
15129 15129
15130 15130
15131 15131
15132 15132
15133 15133
15134 15134
15135 15135
15136 15136
15137 15137
15138 15138
15139 15139
15140 15140
15141 15141
15142 15142
15143 15143
15144 15144
15145 15145
15146 15146
15147 15147
15148 15148
15149 15149
15150 15150
15151 15151
15152 15152
15153 15153
15154 15154
15155 15155
15156 15156
15157 15157
15158 15158
15159 15159
15160 15160
15161 15161
15162 15162
15163 15163
15164 15164
15165 15165
15166 15166
15167 15167
15168 15168
15169 15169
15170 15170
15171 15171
15172 15172
15173 15173
15174 15174
15175 15175
15176 15176
15177 15177
15178 15178
15179 15179
15180 15180
15181 15181
15182 15182
15183 15183
15184 15184
15185 15185
15186 15186
15187 15187
15188 15188
15189 15189
15190 15190
15191 15191
15192 15192
15193 15193
15194 15194
15195 15195
15196 15196
15197 15197
15198 15198
15199 15199
15200 15200
15201 15201
15202 15202
15203 15203
15204 15204
15205 15205
15206 15206
15207 15207
15208 15208
15209 15209
15210 15210
15211 15211
15212 15212
15213 15213
15214 15214
15215 15215
15216 15216
15217 15217
15218 15218
15219 15219
15220 15220
15221 15221
15222 15222
15223 15223
15224 15224
15225 15225
15226 15226
15227 15227
15228 15228
15229 15229
15230 15230
15231 15231
15232 15232
15233 15233
15234 15234
15235 15235
15236 15236
15237 15237
15238 15238
15239 15239
15240 15240
15241 15241
15242 15242
15243 15243
15244 15244
15245 15245
15246 15246
15247 15247
15248 15248
15249 15249
15250 15250
15251 15251
15252 15252
15253 15253
15254 15254
15255 15255
15256 15256
15257 15257
15258 15258
15259 15259
15260 15260
15261 15261
15262 15262
15263 15263
15264 15264
15265 15265
15266 15266
15267 15267
15268 15268
15269 15269
15270 15270
15271 15271
15272 15272
15273 15273
15274 15274
15275 15275
15276 15276
15277 15277
15278 15278
15279 15279
15280 15280
15281 15281
15282 15282
15283 15283
15284 15284
15285 15285
15286 15286
15287 15287
15288 15288
15289 15289
15290 15290
15291 15291
15292 15292
15293 15293
15294 15294
15295 15295
15296 15296
15297 15297
15298 15298
15299 15299
15300 15300
15301 15301
15302 15302
15303 15303
15304 15304
15305 15305
15306 15306
15307 15307
15308 15308
15309 15309
15310 15310
15311 15311
15312 15312
15313 15313
15314 15314
15315 15315
15316 15316
15317 15317
15318 15318
15319 15319
15320 15320
15321 15321
15322 15322
15323 15323
15324 15324
15325 15325
15326 15326
15327 15327
15328 15328
15329 15329
15330 15330
15331 15331
15332 15332
15333 15333
15334 15334
15335 15335
15336 15336
15337 15337
15338 15338
15339 15339
15340 15340
15341 15341
15342 15342
15343 15343
15344 15344
15345 15345
15346 15346
15347 15347
15348 15348
15349 15349
15350 15350
15351 15351
15352 15352
15353 15353
15354 15354
15355 15355
15356 15356
15357 15357
15358 15358
15359 15359
15360 15360
15361 15361
15362 15362
15363 15363
15364 15364
15365 15365
15366 15366
15367 15367
15368 15368
15369 15369
15370 15370
15371 15371
15372 15372
15373 15373
15374 15374
15375 15375
15376 15376
15377 15377
15378 15378
15379 15379
15380 15380
15381 15381
15382 15382
15383 15383
15384 15384
15385 15385
15386 15386
15387 15387
15388 15388
15389 15389
15390 15390
15391 15391
15392 15392
15393 15393
15394 15394
15395 15395
15396 15396
15397 15397
15398 15398
15399 15399
15400 15400
15401 15401
15402 15402
15403 15403
15404 15404
15405 15405
15406 15406
15407 15407
15408 15408
15409 15409
15410 15410
15411 15411
15412 15412
15413 15413
15414 15414
15415 15415
15416 15416
15417 15417
15418 15418
15419 15419
15420 15420
15421 15421
15422 15422
15423 15423
15424 15424
15425 15425
15426 15426
15427 15427
15428 15428
15429 15429
15430 15430
15431 15431
15432 15432
15433 15433
15434 15434
15435 15435
15436 15436
15437 15437
15438 15438
15439 15439
15440 15440
15441 15441
15442 15442
15443 15443
15444 15444
15445 15445
15446 15446
15447 15447
15448 15448
15449 15449
15450 15450
15451 15451
15452 15452
15453 15453
15454 15454
15455 15455
15456 15456
15457 15457
15458 15458
15459 15459
15460 15460
15461 15461
15462 15462
15463 15463
15464 15464
15465 15465
15466 15466
15467 15467
15468 15468
15469 15469
15470 15470
15471 15471
15472 15472
15473 15473
15474 15474
15475 15475
15476 15476
15477 15477
15478 15478
15479 15479
15480 15480
15481 15481
15482 15482
15483 15483
15484 15484
15485 15485
15486 15486
15487 15487
15488 15488
15489 15489
15490 15490
15491 15491
15492 15492
15493 15493
15494 15494
15495 15495
15496 15496
15497 15497
15498 15498
15499 15499
15500 15500
15501 15501
15502 15502
15503 15503
15504 15504
15505 15505
15506 15506
15507 15507
15508 15508
15509 15509
15510 15510
15511 15511
15512 15512
15513 15513
15514 15514
15515 15515
15516 15516
15517 15517
15518 15518
15519 15519
15520 15520
15521 15521
15522 15522
15523 15523
15524 15524
15525 15525
15526 15526
15527 15527
15528 15528
15529 15529
15530 15530
15531 15531
15532 15532
15533 15533
15534 15534
15535 15535
15536 15536
15537 15537
15538 15538
15539 15539
15540 15540
15541 15541
15542 15542
15543 15543
15544 15544
15545 15545
15546 15546
15547 15547
15548 15548
15549 15549
15550 15550
15551 15551
15552 15552
15553 15553
15554 15554
15555 15555
15556 15556
15557 15557
15558 15558
15559 15559
15560 15560
15561 15561
15562 15562
15563 15563
15564 15564
15565 15565
15566 15566
15567 15567
15568 15568
15569 15569
15570 15570
15571 15571
15572 15572
15573 15573
15574 15574
15575 15575
15576 15576
15577 15577
15578 15578
15579 15579
15580 15580
15581 15581
15582 15582
15583 15583
15584 15584
15585 15585
15586 15586
15587 15587
15588 15588
15589 15589
15590 15590
15591 15591
15592 15592
15593 15593
15594 15594
15595 15595
15596 15596
15597 15597
15598 15598
15599 15599
15600 15600
15601 15601
15602 15602
15603 15603
15604 15604
15605 15605
15606 15606
15607 15607
15608 15608
15609 15609
15610 15610
15611 15611
15612 15612
15613 15613
15614 15614
15615 15615
15616 15616
15617 15617
15618 15618
15619 15619
15620 15620
15621 15621
15622 15622
15623 15623
15624 15624
15625 15625
15626 15626
15627 15627
15628 15628
15629 15629
15630 15630
15631 15631
15632 15632
15633 15633
15634 15634
15635 15635
15636 15636
15637 15637
15638 15638
15639 15639
15640 15640
15641 15641
15642 15642
15643 15643
15644 15644
15645 15645
15646 15646
15647 15647
15648 15648
15649 15649
15650 15650
15651 15651
15652 15652
15653 15653
15654 15654
15655 15655
15656 15656
15657 15657
15658 15658
15659 15659
15660 15660
15661 15661
15662 15662
15663 15663
15664 15664
15665 15665
15666 15666
15667 15667
15668 15668
15669 15669
15670 15670
15671 15671
15672 15672
15673 15673
15674 15674
15675 15675
15676 15676
15677 15677
15678 15678
15679 15679
15680 15680
15681 15681
15682 15682
15683 15683
15684 15684
15685 15685
15686 15686
15687 15687
15688 15688
15689 15689
15690 15690
15691 15691
15692 15692
15693 15693
15694 15694
15695 15695
15696 15696
15697 15697
15698 15698
15699 15699
15700 15700
15701 15701
15702 15702
15703 15703
15704 15704
15705 15705
15706 15706
15707 15707
15708 15708
15709 15709
15710 15710
15711 15711
15712 15712
15713 15713
15714 15714
15715 15715
15716 15716
15717 15717
15718 15718
15719 15719
15720 15720
15721 15721
15722 15722
15723 15723
15724 15724
15725 15725
15726 15726
15727 15727
15728 15728
15729 15729
15730 15730
15731 15731
15732 15732
15733 15733
15734 15734
15735 15735
15736 15736
15737 15737
15738 15738
15739 15739
15740 15740
15741 15741
15742 15742
15743 15743
15744 15744
15745 15745
15746 15746
15747 15747
15748 15748
15749 15749
15750 15750
15751 15751
15752 15752
15753 15753
15754 15754
15755 15755
15756 15756
15757 15757
15758 15758
15759 15759
15760 15760
15761 15761
15762 15762
15763 15763
15764 15764
15765 15765
15766 15766
15767 15767
15768 15768
15769 15769
15770 15770
15771 15771
15772 15772
15773 15773
15774 15774
15775 15775
15776 15776
15777 15777
15778 15778
15779 15779
15780 15780
15781 15781
15782 15782
15783 15783
15784 15784
15785 15785
15786 15786
15787 15787
15788 15788
15789 15789
15790 15790
15791 15791
15792 15792
15793 15793
15794 15794
15795 15795
15796 15796
15797 15797
15798 15798
15799 15799
15800 15800
15801 15801
15802 15802
15803 15803
15804 15804
15805 15805
15806 15806
15807 15807
15808 15808
15809 15809
15810 15810
15811 15811
15812 15812
15813 15813
15814 15814
15815 15815
15816 15816
15817 15817
15818 15818
15819 15819
15820 15820
15821 15821
15822 15822
15823 15823
15824 15824
15825 15825
15826 15826
15827 15827
15828 15828
15829 15829
15830 15830
15831 15831
15832 15832
15833 15833
15834 15834
15835 15835
15836 15836
15837 15837
15838 15838
15839 15839
15840 15840
15841 15841
15842 15842
15843 15843
15844 15844
15845 15845
15846 15846
15847 15847
15848 15848
15849 15849
15850 15850
15851 15851
15852 15852
15853 15853
15854 15854
15855 15855
15856 15856
15857 15857
15858 15858
15859 15859
15860 15860
15861 15861
15862 15862
15863 15863
15864 15864
15865 15865
15866 15866
15867 15867
15868 15868
15869 15869
15870 15870
15871 15871
15872 15872
15873 15873
15874 15874
15875 15875
15876 15876
15877 15877
15878 15878
15879 15879
15880 15880
15881 15881
15882 15882
15883 15883
15884 15884
15885 15885
15886 15886
15887 15887
15888 15888
15889 15889
15890 15890
15891 15891
15892 15892
15893 15893
15894 15894
15895 15895
15896 15896
15897 15897
15898 15898
15899 15899
15900 15900
15901 15901
15902 15902
15903 15903
15904 15904
15905 15905
15906 15906
15907 15907
15908 15908
15909 15909
15910 15910
15911 15911
15912 15912
15913 15913
15914 15914
15915 15915
15916 15916
15917 15917
15918 15918
15919 15919
15920 15920
15921 15921
15922 15922
15923 15923
15924 15924
15925 15925
15926 15926
15927 15927
15928 15928
15929 15929
15930 15930
15931 15931
15932 15932
15933 15933
15934 15934
15935 15935
15936 15936
15937 15937
15938 15938
15939 15939
15940 15940
15941 15941
15942 15942
15943 15943
15944 15944
15945 15945
15946 15946
15947 15947
15948 15948
15949 15949
15950 15950
15951 15951
15952 15952
15953 15953
15954 15954
15955 15955
15956 15956
15957 15957
15958 15958
15959 15959
15960 15960
15961 15961
15962 15962
15963 15963
15964 15964
15965 15965
15966 15966
15967 15967
15968 15968
15969 15969
15970 15970
15971 15971
15972 15972
15973 15973
15974 15974
15975 15975
15976 15976
15977 15977
15978 15978
15979 15979
15980 15980
15981 15981
15982 15982
15983 15983
15984 15984
15985 15985
15986 15986
15987 15987
15988 15988
15989 15989
15990 15990
15991 15991
15992 15992
15993 15993
15994 15994
15995 15995
15996 15996
15997 15997
15998 15998
15999 15999
16000 16000
16001 16001
16002 16002
16003 16003
16004 16004
16005 16005
16006 16006
16007 16007
16008 16008
16009 16009
16010 16010
16011 16011
16012 16012
16013 16013
16014 16014
16015 16015
16016 16016
16017 16017
16018 16018
16019 16019
16020 16020
16021 16021
16022 16022
16023 16023
16024 16024
16025 16025
16026 16026
16027 16027
16028 16028
16029 16029
16030 16030
16031 16031
16032 16032
16033 16033
16034 16034
16035 16035
16036 16036
16037 16037
16038 16038
16039 16039
16040 16040
16041 16041
16042 16042
16043 16043
16044 16044
16045 16045
16046 16046
16047 16047
16048 16048
16049 16049
16050 16050
16051 16051
16052 16052
16053 16053
16054 16054
16055 16055
16056 16056
16057 16057
16058 16058
16059 16059
16060 16060
16061 16061
16062 16062
16063 16063
16064 16064
16065 16065
16066 16066
16067 16067
16068 16068
16069 16069
16070 16070
16071 16071
16072 16072
16073 16073
16074 16074
16075 16075
16076 16076
16077 16077
16078 16078
16079 16079
16080 16080
16081 16081
16082 16082
16083 16083
16084 16084
16085 16085
16086 16086
16087 16087
16088 16088
16089 16089
16090 16090
16091 16091
16092 16092
16093 16093
16094 16094
16095 16095
16096 16096
16097 16097
16098 16098
16099 16099
16100 16100
16101 16101
16102 16102
16103 16103
16104 16104
16105 16105
16106 16106
16107 16107
16108 16108
16109 16109
16110 16110
16111 16111
16112 16112
16113 16113
16114 16114
16115 16115
16116 16116
16117 16117
16118 16118
16119 16119
16120 16120
16121 16121
16122 16122
16123 16123
16124 16124
16125 16125
16126 16126
16127 16127
16128 16128
16129 16129
16130 16130
16131 16131
16132 16132
16133 16133
16134 16134
16135 16135
16136 16136
16137 16137
16138 16138
16139 16139
16140 16140
16141 16141
16142 16142
16143 16143
16144 16144
16145 16145
16146 16146
16147 16147
16148 16148
16149 16149
16150 16150
16151 16151
16152 16152
16153 16153
16154 16154
16155 16155
16156 16156
16157 16157
16158 16158
16159 16159
16160 16160
16161 16161
16162 16162
16163 16163
16164 16164
16165 16165
16166 16166
16167 16167
16168 16168
16169 16169
16170 16170
16171 16171
16172 16172
16173 16173
16174 16174
16175 16175
16176 16176
16177 16177
16178 16178
16179 16179
16180 16180
16181 16181
16182 16182
16183 16183
16184 16184
16185 16185
16186 16186
16187 16187
16188 16188
16189 16189
16190 16190
16191 16191
16192 16192
16193 16193
16194 16194
16195 16195
16196 16196
16197 16197
16198 16198
16199 16199
16200 16200
16201 16201
16202 16202
16203 16203
16204 16204
16205 16205
16206 16206
16207 16207
16208 16208
16209 16209
16210 16210
16211 16211
16212 16212
16213 16213
16214 16214
16215 16215
16216 16216
16217 16217
16218 16218
16219 16219
16220 16220
16221 16221
16222 16222
16223 16223
16224 16224
16225 16225
16226 16226
16227 16227
16228 16228
16229 16229
16230 16230
16231 16231
16232 16232
16233 16233
16234 16234
16235 16235
16236 16236
16237 16237
16238 16238
16239 16239
16240 16240
16241 16241
16242 16242
16243 16243
16244 16244
16245 16245
16246 16246
16247 16247
16248 16248
16249 16249
16250 16250
16251 16251
16252 16252
16253 16253
16254 16254
16255 16255
16256 16256
16257 16257
16258 16258
16259 16259
16260 16260
16261 16261
16262 16262
16263 16263
16264 16264
16265 16265
16266 16266
16267 16267
16268 16268
16269 16269
16270 16270
16271 16271
16272 16272
16273 16273
16274 16274
16275 16275
16276 16276
16277 16277
16278 16278
16279 16279
16280 16280
16281 16281
16282 16282
16283 16283
16284 16284
16285 16285
16286 16286
16287 16287
16288 16288
16289 16289
16290 16290
16291 16291
16292 16292
16293 16293
16294 16294
16295 16295
16296 16296
16297 16297
16298 16298
16299 16299
16300 16300
16301 16301
16302 16302
16303 16303
16304 16304
16305 16305
16306 16306
16307 16307
16308 16308
16309 16309
16310 16310
16311 16311
16312 16312
16313 16313
16314 16314
16315 16315
16316 16316
16317 16317
16318 16318
16319 16319
16320 16320
16321 16321
16322 16322
16323 16323
16324 16324
16325 16325
16326 16326
16327 16327
16328 16328
16329 16329
16330 16330
16331 16331
16332 16332
16333 16333
16334 16334
16335 16335
16336 16336
16337 16337
16338 16338
16339 16339
16340 16340
16341 16341
16342 16342
16343 16343
16344 16344
16345 16345
16346 16346
16347 16347
16348 16348
16349 16349
16350 16350
16351 16351
16352 16352
16353 16353
16354 16354
16355 16355
16356 16356
16357 16357
16358 16358
16359 16359
16360 16360
16361 16361
16362 16362
16363 16363
16364 16364
16365 16365
16366 16366
16367 16367
16368 16368
16369 16369
16370 16370
16371 16371
16372 16372
16373 16373
16374 16374
16375 16375
16376 16376
16377 16377
16378 16378
16379 16379
16380 16380
16381 16381
16382 16382
16383 16383
16384 16384
16385 16385
16386 16386
16387 16387
16388 16388
16389 16389
16390 16390
16391 16391
16392 16392
16393 16393
16394 16394
16395 16395
16396 16396
16397 16397
16398 16398
16399 16399
16400 16400
16401 16401
16402 16402
16403 16403
16404 16404
16405 16405
16406 16406
16407 16407
16408 16408
16409 16409
16410 16410
16411 16411
16412 16412
16413 16413
16414 16414
16415 16415
16416 16416
16417 16417
16418 16418
16419 16419
16420 16420
16421 16421
16422 16422
16423 16423
16424 16424
16425 16425
16426 16426
16427 16427
16428 16428
16429 16429
16430 16430
16431 16431
16432 16432
16433 16433
16434 16434
16435 16435
16436 16436
16437 16437
16438 16438
16439 16439
16440 16440
16441 16441
16442 16442
16443 16443
16444 16444
16445 16445
16446 16446
16447 16447
16448 16448
16449 16449
16450 16450
16451 16451
16452 16452
16453 16453
16454 16454
16455 16455
16456 16456
16457 16457
16458 16458
16459 16459
16460 16460
16461 16461
16462 16462
16463 16463
16464 16464
16465 16465
16466 16466
16467 16467
16468 16468
16469 16469
16470 16470
16471 16471
16472 16472
16473 16473
16474 16474
16475 16475
16476 16476
16477 16477
16478 16478
16479 16479
16480 16480
16481 16481
16482 16482
16483 16483
16484 16484
16485 16485
16486 16486
16487 16487
16488 16488
16489 16489
16490 16490
16491 16491
16492 16492
16493 16493
16494 16494
16495 16495
16496 16496
16497 16497
16498 16498
16499 16499
16500 16500
16501 16501
16502 16502
16503 16503
16504 16504
16505 16505
16506 16506
16507 16507
16508 16508
16509 16509
16510 16510
16511 16511
16512 16512
16513 16513
16514 16514
16515 16515
16516 16516
16517 16517
16518 16518
16519 16519
16520 16520
16521 16521
16522 16522
16523 16523
16524 16524
16525 16525
16526 16526
16527 16527
16528 16528
16529 16529
16530 16530
16531 16531
16532 16532
16533 16533
16534 16534
16535 16535
16536 16536
16537 16537
16538 16538
16539 16539
16540 16540
16541 16541
16542 16542
16543 16543
16544 16544
16545 16545
16546 16546
16547 16547
16548 16548
16549 16549
16550 16550
16551 16551
16552 16552
16553 16553
16554 16554
16555 16555
16556 16556
16557 16557
16558 16558
16559 16559
16560 16560
16561 16561
16562 16562
16563 16563
16564 16564
16565 16565
16566 16566
16567 16567
16568 16568
16569 16569
16570 16570
16571 16571
16572 16572
16573 16573
16574 16574
16575 16575
16576 16576
16577 16577
16578 16578
16579 16579
16580 16580
16581 16581
16582 16582
16583 16583
16584 16584
16585 16585
16586 16586
16587 16587
16588 16588
16589 16589
16590 16590
16591 16591
16592 16592
16593 16593
16594 16594
16595 16595
16596 16596
16597 16597
16598 16598
16599 16599
16600 16600
16601 16601
16602 16602
16603 16603
16604 16604
16605 16605
16606 16606
16607 16607
16608 16608
16609 16609
16610 16610
16611 16611
16612 16612
16613 16613
16614 16614
16615 16615
16616 16616
16617 16617
16618 16618
16619 16619
16620 16620
16621 16621
16622 16622
16623 16623
16624 16624
16625 16625
16626 16626
16627 16627
16628 16628
16629 16629
16630 16630
16631 16631
16632 16632
16633 16633
16634 16634
16635 16635
16636 16636
16637 16637
16638 16638
16639 16639
16640 16640
16641 16641
16642 16642
16643 16643
16644 16644
16645 16645
16646 16646
16647 16647
16648 16648
16649 16649
16650 16650
16651 16651
16652 16652
16653 16653
16654 16654
16655 16655
16656 16656
16657 16657
16658 16658
16659 16659
16660 16660
16661 16661
16662 16662
16663 16663
16664 16664
16665 16665
16666 16666
16667 16667
16668 16668
16669 16669
16670 16670
16671 16671
16672 16672
16673 16673
16674 16674
16675 16675
16676 16676
16677 16677
16678 16678
16679 16679
16680 16680
16681 16681
16682 16682
16683 16683
16684 16684
16685 16685
16686 16686
16687 16687
16688 16688
16689 16689
16690 16690
16691 16691
16692 16692
16693 16693
16694 16694
16695 16695
16696 16696
16697 16697
16698 16698
16699 16699
16700 16700
16701 16701
16702 16702
16703 16703
16704 16704
16705 16705
16706 16706
16707 16707
16708 16708
16709 16709
16710 16710
16711 16711
16712 16712
16713 16713
16714 16714
16715 16715
16716 16716
16717 16717
16718 16718
16719 16719
16720 16720
16721 16721
16722 16722
16723 16723
16724 16724
16725 16725
16726 16726
16727 16727
16728 16728
16729 16729
16730 16730
16731 16731
16732 16732
16733 16733
16734 16734
16735 16735
16736 16736
16737 16737
16738 16738
16739 16739
16740 16740
16741 16741
16742 16742
16743 16743
16744 16744
16745 16745
16746 16746
16747 16747
16748 16748
16749 16749
16750 16750
16751 16751
16752 16752
16753 16753
16754 16754
16755 16755
16756 16756
16757 16757
16758 16758
16759 16759
16760 16760
16761 16761
16762 16762
16763 16763
16764 16764
16765 16765
16766 16766
16767 16767
16768 16768
16769 16769
16770 16770
16771 16771
16772 16772
16773 16773
16774 16774
16775 16775
16776 16776
16777 16777
16778 16778
16779 16779
16780 16780
16781 16781
16782 16782
16783 16783
16784 16784
16785 16785
16786 16786
16787 16787
16788 16788
16789 16789
16790 16790
16791 16791
16792 16792
16793 16793
16794 16794
16795 16795
16796 16796
16797 16797
16798 16798
16799 16799
16800 16800
16801 16801
16802 16802
16803 16803
16804 16804
16805 16805
16806 16806
16807 16807
16808 16808
16809 16809
16810 16810
16811 16811
16812 16812
16813 16813
16814 16814
16815 16815
16816 16816
16817 16817
16818 16818
16819 16819
16820 16820
16821 16821
16822 16822
16823 16823
16824 16824
16825 16825
16826 16826
16827 16827
16828 16828
16829 16829
16830 16830
16831 16831
16832 16832
16833 16833
16834 16834
16835 16835
16836 16836
16837 16837
16838 16838
16839 16839
16840 16840
16841 16841
16842 16842
16843 16843
16844 16844
16845 16845
16846 16846
16847 16847
16848 16848
16849 16849
16850 16850
16851 16851
16852 16852
16853 16853
16854 16854
16855 16855
16856 16856
16857 16857
16858 16858
16859 16859
16860 16860
16861 16861
16862 16862
16863 16863
16864 16864
16865 16865
16866 16866
16867 16867
16868 16868
16869 16869
16870 16870
16871 16871
16872 16872
16873 16873
16874 16874
16875 16875
16876 16876
16877 16877
16878 16878
16879 16879
16880 16880
16881 16881
16882 16882
16883 16883
16884 16884
16885 16885
16886 16886
16887 16887
16888 16888
16889 16889
16890 16890
16891 16891
16892 16892
16893 16893
16894 16894
16895 16895
16896 16896
16897 16897
16898 16898
16899 16899
16900 16900
16901 16901
16902 16902
16903 16903
16904 16904
16905 16905
16906 16906
16907 16907
16908 16908
16909 16909
16910 16910
16911 16911
16912 16912
16913 16913
16914 16914
16915 16915
16916 16916
16917 16917
16918 16918
16919 16919
16920 16920
16921 16921
16922 16922
16923 16923
16924 16924
16925 16925
16926 16926
16927 16927
16928 16928
16929 16929
16930 16930
16931 16931
16932 16932
16933 16933
16934 16934
16935 16935
16936 16936
16937 16937
16938 16938
16939 16939
16940 16940
16941 16941
16942 16942
16943 16943
16944 16944
16945 16945
16946 16946
16947 16947
16948 16948
16949 16949
16950 16950
16951 16951
16952 16952
16953 16953
16954 16954
16955 16955
16956 16956
16957 16957
16958 16958
16959 16959
16960 16960
16961 16961
16962 16962
16963 16963
16964 16964
16965 16965
16966 16966
16967 16967
16968 16968
16969 16969
16970 16970
16971 16971
16972 16972
16973 16973
16974 16974
16975 16975
16976 16976
16977 16977
16978 16978
16979 16979
16980 16980
16981 16981
16982 16982
16983 16983
16984 16984
16985 16985
16986 16986
16987 16987
16988 16988
16989 16989
16990 16990
16991 16991
16992 16992
16993 16993
16994 16994
16995 16995
16996 16996
16997 16997
16998 16998
16999 16999
17000 17000
17001 17001
17002 17002
17003 17003
17004 17004
17005 17005
17006 17006
17007 17007
17008 17008
17009 17009
17010 17010
17011 17011
17012 17012
17013 17013
17014 17014
17015 17015
17016 17016
17017 17017
17018 17018
17019 17019
17020 17020
17021 17021
17022 17022
17023 17023
17024 17024
17025 17025
17026 17026
17027 17027
17028 17028
17029 17029
17030 17030
17031 17031
17032 17032
17033 17033
17034 17034
17035 17035
17036 17036
17037 17037
17038 17038
17039 17039
17040 17040
17041 17041
17042 17042
17043 17043
17044 17044
17045 17045
17046 17046
17047 17047
17048 17048
17049 17049
17050 17050
17051 17051
17052 17052
17053 17053
17054 17054
17055 17055
17056 17056
17057 17057
17058 17058
17059 17059
17060 17060
17061 17061
17062 17062
17063 17063
17064 17064
17065 17065
17066 17066
17067 17067
17068 17068
17069 17069
17070 17070
17071 17071
17072 17072
17073 17073
17074 17074
17075 17075
17076 17076
17077 17077
17078 17078
17079 17079
17080 17080
17081 17081
17082 17082
17083 17083
17084 17084
17085 17085
17086 17086
17087 17087
17088 17088
17089 17089
17090 17090
17091 17091
17092 17092
17093 17093
17094 17094
17095 17095
17096 17096
17097 17097
17098 17098
17099 17099
17100 17100
17101 17101
17102 17102
17103 17103
17104 17104
17105 17105
17106 17106
17107 17107
17108 17108
17109 17109
17110 17110
17111 17111
17112 17112
17113 17113
17114 17114
17115 17115
17116 17116
17117 17117
17118 17118
17119 17119
17120 17120
17121 17121
17122 17122
17123 17123
17124 17124
17125 17125
17126 17126
17127 17127
17128 17128
17129 17129
17130 17130
17131 17131
17132 17132
17133 17133
17134 17134
17135 17135
17136 17136
17137 17137
17138 17138
17139 17139
17140 17140
17141 17141
17142 17142
17143 17143
17144 17144
17145 17145
17146 17146
17147 17147
17148 17148
17149 17149
17150 17150
17151 17151
17152 17152
17153 17153
17154 17154
17155 17155
17156 17156
17157 17157
17158 17158
17159 17159
17160 17160
17161 17161
17162 17162
17163 17163
17164 17164
17165 17165
17166 17166
17167 17167
17168 17168
17169 17169
17170 17170
17171 17171
17172 17172
17173 17173
17174 17174
17175 17175
17176 17176
17177 17177
17178 17178
17179 17179
17180 17180
17181 17181
17182 17182
17183 17183
17184 17184
17185 17185
17186 17186
17187 17187
17188 17188
17189 17189
17190 17190
17191 17191
17192 17192
17193 17193
17194 17194
17195 17195
17196 17196
17197 17197
17198 17198
17199 17199
17200 17200
17201 17201
17202 17202
17203 17203
17204 17204
17205 17205
17206 17206
17207 17207
17208 17208
17209 17209
17210 17210
17211 17211
17212 17212
17213 17213
17214 17214
17215 17215
17216 17216
17217 17217
17218 17218
17219 17219
17220 17220
17221 17221
17222 17222
17223 17223
17224 17224
17225 17225
17226 17226
17227 17227
17228 17228
17229 17229
17230 17230
17231 17231
17232 17232
17233 17233
17234 17234
17235 17235
17236 17236
17237 17237
17238 17238
17239 17239
17240 17240
17241 17241
17242 17242
17243 17243
17244 17244
17245 17245
17246 17246
17247 17247
17248 17248
17249 17249
17250 17250
17251 17251
17252 17252
17253 17253
17254 17254
17255 17255
17256 17256
17257 17257
17258 17258
17259 17259
17260 17260
17261 17261
17262 17262
17263 17263
17264 17264
17265 17265
17266 17266
17267 17267
17268 17268
17269 17269
17270 17270
17271 17271
17272 17272
17273 17273
17274 17274
17275 17275
17276 17276
17277 17277
17278 17278
17279 17279
17280 17280
17281 17281
17282 17282
17283 17283
17284 17284
17285 17285
17286 17286
17287 17287
17288 17288
17289 17289
17290 17290
17291 17291
17292 17292
17293 17293
17294 17294
17295 17295
17296 17296
17297 17297
17298 17298
17299 17299
17300 17300
17301 17301
17302 17302
17303 17303
17304 17304
17305 17305
17306 17306
17307 17307
17308 17308
17309 17309
17310 17310
17311 17311
17312 17312
17313 17313
17314 17314
17315 17315
17316 17316
17317 17317
17318 17318
17319 17319
17320 17320
17321 17321
17322 17322
17323 17323
17324 17324
17325 17325
17326 17326
17327 17327
17328 17328
17329 17329
17330 17330
17331 17331
17332 17332
17333 17333
17334 17334
17335 17335
17336 17336
17337 17337
17338 17338
17339 17339
17340 17340
17341 17341
17342 17342
17343 17343
17344 17344
17345 17345
17346 17346
17347 17347
17348 17348
17349 17349
17350 17350
17351 17351
17352 17352
17353 17353
17354 17354
17355 17355
17356 17356
17357 17357
17358 17358
17359 17359
17360 17360
17361 17361
17362 17362
17363 17363
17364 17364
17365 17365
17366 17366
17367 17367
17368 17368
17369 17369
17370 17370
17371 17371
17372 17372
17373 17373
17374 17374
17375 17375
17376 17376
17377 17377
17378 17378
17379 17379
17380 17380
17381 17381
17382 17382
17383 17383
17384 17384
17385 17385
17386 17386
17387 17387
17388 17388
17389 17389
17390 17390
17391 17391
17392 17392
17393 17393
17394 17394
17395 17395
17396 17396
17397 17397
17398 17398
17399 17399
17400 17400
17401 17401
17402 17402
17403 17403
17404 17404
17405 17405
17406 17406
17407 17407
17408 17408
17409 17409
17410 17410
17411 17411
17412 17412
17413 17413
17414 17414
17415 17415
17416 17416
17417 17417
17418 17418
17419 17419
17420 17420
17421 17421
17422 17422
17423 17423
17424 17424
17425 17425
17426 17426
17427 17427
17428 17428
17429 17429
17430 17430
17431 17431
17432 17432
17433 17433
17434 17434
17435 17435
17436 17436
17437 17437
17438 17438
17439 17439
17440 17440
17441 17441
17442 17442
17443 17443
17444 17444
17445 17445
17446 17446
17447 17447
17448 17448
17449 17449
17450 17450
17451 17451
17452 17452
17453 17453
17454 17454
17455 17455
17456 17456
17457 17457
17458 17458
17459 17459
17460 17460
17461 17461
17462 17462
17463 17463
17464 17464
17465 17465
17466 17466
17467 17467
17468 17468
17469 17469
17470 17470
17471 17471
17472 17472
17473 17473
17474 17474
17475 17475
17476 17476
17477 17477
17478 17478
17479 17479
17480 17480
17481 17481
17482 17482
17483 17483
17484 17484
17485 17485
17486 17486
17487 17487
17488 17488
17489 17489
17490 17490
17491 17491
17492 17492
17493 17493
17494 17494
17495 17495
17496 17496
17497 17497
17498 17498
17499 17499
17500 17500
17501 17501
17502 17502
17503 17503
17504 17504
17505 17505
17506 17506
17507 17507
17508 17508
17509 17509
17510 17510
17511 17511
17512 17512
17513 17513
17514 17514
17515 17515
17516 17516
17517 17517
17518 17518
17519 17519
17520 17520
17521 17521
17522 17522
17523 17523
17524 17524
17525 17525
17526 17526
17527 17527
17528 17528
17529 17529
17530 17530
17531 17531
17532 17532
17533 17533
17534 17534
17535 17535
17536 17536
17537 17537
17538 17538
17539 17539
17540 17540
17541 17541
17542 17542
17543 17543
17544 17544
17545 17545
17546 17546
17547 17547
17548 17548
17549 17549
17550 17550
17551 17551
17552 17552
17553 17553
17554 17554
17555 17555
17556 17556
17557 17557
17558 17558
17559 17559
17560 17560
17561 17561
17562 17562
17563 17563
17564 17564
17565 17565
17566 17566
17567 17567
17568 17568
17569 17569
17570 17570
17571 17571
17572 17572
17573 17573
17574 17574
17575 17575
17576 17576
17577 17577
17578 17578
17579 17579
17580 17580
17581 17581
17582 17582
17583 17583
17584 17584
17585 17585
17586 17586
17587 17587
17588 17588
17589 17589
17590 17590
17591 17591
17592 17592
17593 17593
17594 17594
17595 17595
17596 17596
17597 17597
17598 17598
17599 17599
17600 17600
17601 17601
17602 17602
17603 17603
17604 17604
17605 17605
17606 17606
17607 17607
17608 17608
17609 17609
17610 17610
17611 17611
17612 17612
17613 17613
17614 17614
17615 17615
17616 17616
17617 17617
17618 17618
17619 17619
17620 17620
17621 17621
17622 17622
17623 17623
17624 17624
17625 17625
17626 17626
17627 17627
17628 17628
17629 17629
17630 17630
17631 17631
17632 17632
17633 17633
17634 17634
17635 17635
17636 17636
17637 17637
17638 17638
17639 17639
17640 17640
17641 17641
17642 17642
17643 17643
17644 17644
17645 17645
17646 17646
17647 17647
17648 17648
17649 17649
17650 17650
17651 17651
17652 17652
17653 17653
17654 17654
17655 17655
17656 17656
17657 17657
17658 17658
17659 17659
17660 17660
17661 17661
17662 17662
17663 17663
17664 17664
17665 17665
17666 17666
17667 17667
17668 17668
17669 17669
17670 17670
17671 17671
17672 17672
17673 17673
17674 17674
17675 17675
17676 17676
17677 17677
17678 17678
17679 17679
17680 17680
17681 17681
17682 17682
17683 17683
17684 17684
17685 17685
17686 17686
17687 17687
17688 17688
17689 17689
17690 17690
17691 17691
17692 17692
17693 17693
17694 17694
17695 17695
17696 17696
17697 17697
17698 17698
17699 17699
17700 17700
17701 17701
17702 17702
17703 17703
17704 17704
17705 17705
17706 17706
17707 17707
17708 17708
17709 17709
17710 17710
17711 17711
17712 17712
17713 17713
17714 17714
17715 17715
17716 17716
17717 17717
17718 17718
17719 17719
17720 17720
17721 17721
17722 17722
17723 17723
17724 17724
17725 17725
17726 17726
17727 17727
17728 17728
17729 17729
17730 17730
17731 17731
17732 17732
17733 17733
17734 17734
17735 17735
17736 17736
17737 17737
17738 17738
17739 17739
17740 17740
17741 17741
17742 17742
17743 17743
17744 17744
17745 17745
17746 17746
17747 17747
17748 17748
17749 17749
17750 17750
17751 17751
17752 17752
17753 17753
17754 17754
17755 17755
17756 17756
17757 17757
17758 17758
17759 17759
17760 17760
17761 17761
17762 17762
17763 17763
17764 17764
17765 17765
17766 17766
17767 17767
17768 17768
17769 17769
17770 17770
17771 17771
17772 17772
17773 17773
17774 17774
17775 17775
17776 17776
17777 17777
17778 17778
17779 17779
17780 17780
17781 17781
17782 17782
17783 17783
17784 17784
17785 17785
17786 17786
17787 17787
17788 17788
17789 17789
17790 17790
17791 17791
17792 17792
17793 17793
17794 17794
17795 17795
17796 17796
17797 17797
17798 17798
17799 17799
17800 17800
17801 17801
17802 17802
17803 17803
17804 17804
17805 17805
17806 17806
17807 17807
17808 17808
17809 17809
17810 17810
17811 17811
17812 17812
17813 17813
17814 17814
17815 17815
17816 17816
17817 17817
17818 17818
17819 17819
17820 17820
17821 17821
17822 17822
17823 17823
17824 17824
17825 17825
17826 17826
17827 17827
17828 17828
17829 17829
17830 17830
17831 17831
17832 17832
17833 17833
17834 17834
17835 17835
17836 17836
17837 17837
17838 17838
17839 17839
17840 17840
17841 17841
17842 17842
17843 17843
17844 17844
17845 17845
17846 17846
17847 17847
17848 17848
17849 17849
17850 17850
17851 17851
17852 17852
17853 17853
17854 17854
17855 17855
17856 17856
17857 17857
17858 17858
17859 17859
17860 17860
17861 17861
17862 17862
17863 17863
17864 17864
17865 17865
17866 17866
17867 17867
17868 17868
17869 17869
17870 17870
17871 17871
17872 17872
17873 17873
17874 17874
17875 17875
17876 17876
17877 17877
17878 17878
17879 17879
17880 17880
17881 17881
17882 17882
17883 17883
17884 17884
17885 17885
17886 17886
17887 17887
17888 17888
17889 17889
17890 17890
17891 17891
17892 17892
17893 17893
17894 17894
17895 17895
17896 17896
17897 17897
17898 17898
17899 17899
17900 17900
17901 17901
17902 17902
17903 17903
17904 17904
17905 17905
17906 17906
17907 17907
17908 17908
17909 17909
17910 17910
17911 17911
17912 17912
17913 17913
17914 17914
17915 17915
17916 17916
17917 17917
17918 17918
17919 17919
17920 17920
17921 17921
17922 17922
17923 17923
17924 17924
17925 17925
17926 17926
17927 17927
17928 17928
17929 17929
17930 17930
17931 17931
17932 17932
17933 17933
17934 17934
17935 17935
17936 17936
17937 17937
17938 17938
17939 17939
17940 17940
17941 17941
17942 17942
17943 17943
17944 17944
17945 17945
17946 17946
17947 17947
17948 17948
17949 17949
17950 17950
17951 17951
17952 17952
17953 17953
17954 17954
17955 17955
17956 17956
17957 17957
17958 17958
17959 17959
17960 17960
17961 17961
17962 17962
17963 17963
17964 17964
17965 17965
17966 17966
17967 17967
17968 17968
17969 17969
17970 17970
17971 17971
17972 17972
17973 17973
17974 17974
17975 17975
17976 17976
17977 17977
17978 17978
17979 17979
17980 17980
17981 17981
17982 17982
17983 17983
17984 17984
17985 17985
17986 17986
17987 17987
17988 17988
17989 17989
17990 17990
17991 17991
17992 17992
17993 17993
17994 17994
17995 17995
17996 17996
17997 17997
17998 17998
17999 17999
18000 18000
18001 18001
18002 18002
18003 18003
18004 18004
18005 18005
18006 18006
18007 18007
18008 18008
18009 18009
18010 18010
18011 18011
18012 18012
18013 18013
18014 18014
18015 18015
18016 18016
18017 18017
18018 18018
18019 18019
18020 18020
18021 18021
18022 18022
18023 18023
18024 18024
18025 18025
18026 18026
18027 18027
18028 18028
18029 18029
18030 18030
18031 18031
18032 18032
18033 18033
18034 18034
18035 18035
18036 18036
18037 18037
18038 18038
18039 18039
18040 18040
18041 18041
18042 18042
18043 18043
18044 18044
18045 18045
18046 18046
18047 18047
18048 18048
18049 18049
18050 18050
18051 18051
18052 18052
18053 18053
18054 18054
18055 18055
18056 18056
18057 18057
18058 18058
18059 18059
18060 18060
18061 18061
18062 18062
18063 18063
18064 18064
18065 18065
18066 18066
18067 18067
18068 18068
18069 18069
18070 18070
18071 18071
18072 18072
18073 18073
18074 18074
18075 18075
18076 18076
18077 18077
18078 18078
18079 18079
18080 18080
18081 18081
18082 18082
18083 18083
18084 18084
18085 18085
18086 18086
18087 18087
18088 18088
18089 18089
18090 18090
18091 18091
18092 18092
18093 18093
18094 18094
18095 18095
18096 18096
18097 18097
18098 18098
18099 18099
18100 18100
18101 18101
18102 18102
18103 18103
18104 18104
18105 18105
18106 18106
18107 18107
18108 18108
18109 18109
18110 18110
18111 18111
18112 18112
18113 18113
18114 18114
18115 18115
18116 18116
18117 18117
18118 18118
18119 18119
18120 18120
18121 18121
18122 18122
18123 18123
18124 18124
18125 18125
18126 18126
18127 18127
18128 18128
18129 18129
18130 18130
18131 18131
18132 18132
18133 18133
18134 18134
18135 18135
18136 18136
18137 18137
18138 18138
18139 18139
18140 18140
18141 18141
18142 18142
18143 18143
18144 18144
18145 18145
18146 18146
18147 18147
18148 18148
18149 18149
18150 18150
18151 18151
18152 18152
18153 18153
18154 18154
18155 18155
18156 18156
18157 18157
18158 18158
18159 18159
18160 18160
18161 18161
18162 18162
18163 18163
18164 18164
18165 18165
18166 18166
18167 18167
18168 18168
18169 18169
18170 18170
18171 18171
18172 18172
18173 18173
18174 18174
18175 18175
18176 18176
18177 18177
18178 18178
18179 18179
18180 18180
18181 18181
18182 18182
18183 18183
18184 18184
18185 18185
18186 18186
18187 18187
18188 18188
18189 18189
18190 18190
18191 18191
18192 18192
18193 18193
18194 18194
18195 18195
18196 18196
18197 18197
18198 18198
18199 18199
18200 18200
18201 18201
18202 18202
18203 18203
18204 18204
18205 18205
18206 18206
18207 18207
18208 18208
18209 18209
18210 18210
18211 18211
18212 18212
18213 18213
18214 18214
18215 18215
18216 18216
18217 18217
18218 18218
18219 18219
18220 18220
18221 18221
18222 18222
18223 18223
18224 18224
18225 18225
18226 18226
18227 18227
18228 18228
18229 18229
18230 18230
18231 18231
18232 18232
18233 18233
18234 18234
18235 18235
18236 18236
18237 18237
18238 18238
18239 18239
18240 18240
18241 18241
18242 18242
18243 18243
18244 18244
18245 18245
18246 18246
18247 18247
18248 18248
18249 18249
18250 18250
18251 18251
18252 18252
18253 18253
18254 18254
18255 18255
18256 18256
18257 18257
18258 18258
18259 18259
18260 18260
18261 18261
18262 18262
18263 18263
18264 18264
18265 18265
18266 18266
18267 18267
18268 18268
18269 18269
18270 18270
18271 18271
18272 18272
18273 18273
18274 18274
18275 18275
18276 18276
18277 18277
18278 18278
18279 18279
18280 18280
18281 18281
18282 18282
18283 18283
18284 18284
18285 18285
18286 18286
18287 18287
18288 18288
18289 18289
18290 18290
18291 18291
18292 18292
18293 18293
18294 18294
18295 18295
18296 18296
18297 18297
18298 18298
18299 18299
18300 18300
18301 18301
18302 18302
18303 18303
18304 18304
18305 18305
18306 18306
18307 18307
18308 18308
18309 18309
18310 18310
18311 18311
18312 18312
18313 18313
18314 18314
18315 18315
18316 18316
18317 18317
18318 18318
18319 18319
18320 18320
18321 18321
18322 18322
18323 18323
18324 18324
18325 18325
18326 18326
18327 18327
18328 18328
18329 18329
18330 18330
18331 18331
18332 18332
18333 18333
18334 18334
18335 18335
18336 18336
18337 18337
18338 18338
18339 18339
18340 18340
18341 18341
18342 18342
18343 18343
18344 18344
18345 18345
18346 18346
18347 18347
18348 18348
18349 18349
18350 18350
18351 18351
18352 18352
18353 18353
18354 18354
18355 18355
18356 18356
18357 18357
18358 18358
18359 18359
18360 18360
18361 18361
18362 18362
18363 18363
18364 18364
18365 18365
18366 18366
18367 18367
18368 18368
18369 18369
18370 18370
18371 18371
18372 18372
18373 18373
18374 18374
18375 18375
18376 18376
18377 18377
18378 18378
18379 18379
18380 18380
18381 18381
18382 18382
18383 18383
18384 18384
18385 18385
18386 18386
18387 18387
18388 18388
18389 18389
18390 18390
18391 18391
18392 18392
18393 18393
18394 18394
18395 18395
18396 18396
18397 18397
18398 18398
18399 18399
18400 18400
18401 18401
18402 18402
18403 18403
18404 18404
18405 18405
18406 18406
18407 18407
18408 18408
18409 18409
18410 18410
18411 18411
18412 18412
18413 18413
18414 18414
18415 18415
18416 18416
18417 18417
18418 18418
18419 18419
18420 18420
18421 18421
18422 18422
18423 18423
18424 18424
18425 18425
18426 18426
18427 18427
18428 18428
18429 18429
18430 18430
18431 18431
18432 18432
18433 18433
18434 18434
18435 18435
18436 18436
18437 18437
18438 18438
18439 18439
18440 18440
18441 18441
18442 18442
18443 18443
18444 18444
18445 18445
18446 18446
18447 18447
18448 18448
18449 18449
18450 18450
18451 18451
18452 18452
18453 18453
18454 18454
18455 18455
18456 18456
18457 18457
18458 18458
18459 18459
18460 18460
18461 18461
18462 18462
18463 18463
18464 18464
18465 18465
18466 18466
18467 18467
18468 18468
18469 18469
18470 18470
18471 18471
18472 18472
18473 18473
18474 18474
18475 18475
18476 18476
18477 18477
18478 18478
18479 18479
18480 18480
18481 18481
18482 18482
18483 18483
18484 18484
18485 18485
18486 18486
18487 18487
18488 18488
18489 18489
18490 18490
18491 18491
18492 18492
18493 18493
18494 18494
18495 18495
18496 18496
18497 18497
18498 18498
18499 18499
18500 18500
18501 18501
18502 18502
18503 18503
18504 18504
18505 18505
18506 18506
18507 18507
18508 18508
18509 18509
18510 18510
18511 18511
18512 18512
18513 18513
18514 18514
18515 18515
18516 18516
18517 18517
18518 18518
18519 18519
18520 18520
18521 18521
18522 18522
18523 18523
18524 18524
18525 18525
18526 18526
18527 18527
18528 18528
18529 18529
18530 18530
18531 18531
18532 18532
18533 18533
18534 18534
18535 18535
18536 18536
18537 18537
18538 18538
18539 18539
18540 18540
18541 18541
18542 18542
18543 18543
18544 18544
18545 18545
18546 18546
18547 18547
18548 18548
18549 18549
18550 18550
18551 18551
18552 18552
18553 18553
18554 18554
18555 18555
18556 18556
18557 18557
18558 18558
18559 18559
18560 18560
18561 18561
18562 18562
18563 18563
18564 18564
18565 18565
18566 18566
18567 18567
18568 18568
18569 18569
18570 18570
18571 18571
18572 18572
18573 18573
18574 18574
18575 18575
18576 18576
18577 18577
18578 18578
18579 18579
18580 18580
18581 18581
18582 18582
18583 18583
18584 18584
18585 18585
18586 18586
18587 18587
18588 18588
18589 18589
18590 18590
18591 18591
18592 18592
18593 18593
18594 18594
18595 18595
18596 18596
18597 18597
18598 18598
18599 18599
18600 18600
18601 18601
18602 18602
18603 18603
18604 18604
18605 18605
18606 18606
18607 18607
18608 18608
18609 18609
18610 18610
18611 18611
18612 18612
18613 18613
18614 18614
18615 18615
18616 18616
18617 18617
18618 18618
18619 18619
18620 18620
18621 18621
18622 18622
18623 18623
18624 18624
18625 18625
18626 18626
18627 18627
18628 18628
18629 18629
18630 18630
18631 18631
18632 18632
18633 18633
18634 18634
18635 18635
18636 18636
18637 18637
18638 18638
18639 18639
18640 18640
18641 18641
18642 18642
18643 18643
18644 18644
18645 18645
18646 18646
18647 18647
18648 18648
18649 18649
18650 18650
18651 18651
18652 18652
18653 18653
18654 18654
18655 18655
18656 18656
18657 18657
18658 18658
18659 18659
18660 18660
18661 18661
18662 18662
18663 18663
18664 18664
18665 18665
18666 18666
18667 18667
18668 18668
18669 18669
18670 18670
18671 18671
18672 18672
18673 18673
18674 18674
18675 18675
18676 18676
18677 18677
18678 18678
18679 18679
18680 18680
18681 18681
18682 18682
18683 18683
18684 18684
18685 18685
18686 18686
18687 18687
18688 18688
18689 18689
18690 18690
18691 18691
18692 18692
18693 18693
18694 18694
18695 18695
18696 18696
18697 18697
18698 18698
18699 18699
18700 18700
18701 18701
18702 18702
18703 18703
18704 18704
18705 18705
18706 18706
18707 18707
18708 18708
18709 18709
18710 18710
18711 18711
18712 18712
18713 18713
18714 18714
18715 18715
18716 18716
18717 18717
18718 18718
18719 18719
18720 18720
18721 18721
18722 18722
18723 18723
18724 18724
18725 18725
18726 18726
18727 18727
18728 18728
18729 18729
18730 18730
18731 18731
18732 18732
18733 18733
18734 18734
18735 18735
18736 18736
18737 18737
18738 18738
18739 18739
18740 18740
18741 18741
18742 18742
18743 18743
18744 18744
18745 18745
18746 18746
18747 18747
18748 18748
18749 18749
18750 18750
18751 18751
18752 18752
18753 18753
18754 18754
18755 18755
18756 18756
18757 18757
18758 18758
18759 18759
18760 18760
18761 18761
18762 18762
18763 18763
18764 18764
18765 18765
18766 18766
18767 18767
18768 18768
18769 18769
18770 18770
18771 18771
18772 18772
18773 18773
18774 18774
18775 18775
18776 18776
18777 18777
18778 18778
18779 18779
18780 18780
18781 18781
18782 18782
18783 18783
18784 18784
18785 18785
18786 18786
18787 18787
18788 18788
18789 18789
18790 18790
18791 18791
18792 18792
18793 18793
18794 18794
18795 18795
18796 18796
18797 18797
18798 18798
18799 18799
18800 18800
18801 18801
18802 18802
18803 18803
18804 18804
18805 18805
18806 18806
18807 18807
18808 18808
18809 18809
18810 18810
18811 18811
18812 18812
18813 18813
18814 18814
18815 18815
18816 18816
18817 18817
18818 18818
18819 18819
18820 18820
18821 18821
18822 18822
18823 18823
18824 18824
18825 18825
18826 18826
18827 18827
18828 18828
18829 18829
18830 18830
18831 18831
18832 18832
18833 18833
18834 18834
18835 18835
18836 18836
18837 18837
18838 18838
18839 18839
18840 18840
18841 18841
18842 18842
18843 18843
18844 18844
18845 18845
18846 18846
18847 18847
18848 18848
18849 18849
18850 18850
18851 18851
18852 18852
18853 18853
18854 18854
18855 18855
18856 18856
18857 18857
18858 18858
18859 18859
18860 18860
18861 18861
18862 18862
18863 18863
18864 18864
18865 18865
18866 18866
18867 18867
18868 18868
18869 18869
18870 18870
18871 18871
18872 18872
18873 18873
18874 18874
18875 18875
18876 18876
18877 18877
18878 18878
18879 18879
18880 18880
18881 18881
18882 18882
18883 18883
18884 18884
18885 18885
18886 18886
18887 18887
18888 18888
18889 18889
18890 18890
18891 18891
18892 18892
18893 18893
18894 18894
18895 18895
18896 18896
18897 18897
18898 18898
18899 18899
18900 18900
18901 18901
18902 18902
18903 18903
18904 18904
18905 18905
18906 18906
18907 18907
18908 18908
18909 18909
18910 18910
18911 18911
18912 18912
18913 18913
18914 18914
18915 18915
18916 18916
18917 18917
18918 18918
18919 18919
18920 18920
18921 18921
18922 18922
18923 18923
18924 18924
18925 18925
18926 18926
18927 18927
18928 18928
18929 18929
18930 18930
18931 18931
18932 18932
18933 18933
18934 18934
18935 18935
18936 18936
18937 18937
18938 18938
18939 18939
18940 18940
18941 18941
18942 18942
18943 18943
18944 18944
18945 18945
18946 18946
18947 18947
18948 18948
18949 18949
18950 18950
18951 18951
18952 18952
18953 18953
18954 18954
18955 18955
18956 18956
18957 18957
18958 18958
18959 18959
18960 18960
18961 18961
18962 18962
18963 18963
18964 18964
18965 18965
18966 18966
18967 18967
18968 18968
18969 18969
18970 18970
18971 18971
18972 18972
18973 18973
18974 18974
18975 18975
18976 18976
18977 18977
18978 18978
18979 18979
18980 18980
18981 18981
18982 18982
18983 18983
18984 18984
18985 18985
18986 18986
18987 18987
18988 18988
18989 18989
18990 18990
18991 18991
18992 18992
18993 18993
18994 18994
18995 18995
18996 18996
18997 18997
18998 18998
18999 18999
19000 19000
19001 19001
19002 19002
19003 19003
19004 19004
19005 19005
19006 19006
19007 19007
19008 19008
19009 19009
19010 19010
19011 19011
19012 19012
19013 19013
19014 19014
19015 19015
19016 19016
19017 19017
19018 19018
19019 19019
19020 19020
19021 19021
19022 19022
19023 19023
19024 19024
19025 19025
19026 19026
19027 19027
19028 19028
19029 19029
19030 19030
19031 19031
19032 19032
19033 19033
19034 19034
19035 19035
19036 19036
19037 19037
19038 19038
19039 19039
19040 19040
19041 19041
19042 19042
19043 19043
19044 19044
19045 19045
19046 19046
19047 19047
19048 19048
19049 19049
19050 19050
19051 19051
19052 19052
19053 19053
19054 19054
19055 19055
19056 19056
19057 19057
19058 19058
19059 19059
19060 19060
19061 19061
19062 19062
19063 19063
19064 19064
19065 19065
19066 19066
19067 19067
19068 19068
19069 19069
19070 19070
19071 19071
19072 19072
19073 19073
19074 19074
19075 19075
19076 19076
19077 19077
19078 19078
19079 19079
19080 19080
19081 19081
19082 19082
19083 19083
19084 19084
19085 19085
19086 19086
19087 19087
19088 19088
19089 19089
19090 19090
19091 19091
19092 19092
19093 19093
19094 19094
19095 19095
19096 19096
19097 19097
19098 19098
19099 19099
19100 19100
19101 19101
19102 19102
19103 19103
19104 19104
19105 19105
19106 19106
19107 19107
19108 19108
19109 19109
19110 19110
19111 19111
19112 19112
19113 19113
19114 19114
19115 19115
19116 19116
19117 19117
19118 19118
19119 19119
19120 19120
19121 19121
19122 19122
19123 19123
19124 19124
19125 19125
19126 19126
19127 19127
19128 19128
19129 19129
19130 19130
19131 19131
19132 19132
19133 19133
19134 19134
19135 19135
19136 19136
19137 19137
19138 19138
19139 19139
19140 19140
19141 19141
19142 19142
19143 19143
19144 19144
19145 19145
19146 19146
19147 19147
19148 19148
19149 19149
19150 19150
19151 19151
19152 19152
19153 19153
19154 19154
19155 19155
19156 19156
19157 19157
19158 19158
19159 19159
19160 19160
19161 19161
19162 19162
19163 19163
19164 19164
19165 19165
19166 19166
19167 19167
19168 19168
19169 19169
19170 19170
19171 19171
19172 19172
19173 19173
19174 19174
19175 19175
19176 19176
19177 19177
19178 19178
19179 19179
19180 19180
19181 19181
19182 19182
19183 19183
19184 19184
19185 19185
19186 19186
19187 19187
19188 19188
19189 19189
19190 19190
19191 19191
19192 19192
19193 19193
19194 19194
19195 19195
19196 19196
19197 19197
19198 19198
19199 19199
19200 19200
19201 19201
19202 19202
19203 19203
19204 19204
19205 19205
19206 19206
19207 19207
19208 19208
19209 19209
19210 19210
19211 19211
19212 19212
19213 19213
19214 19214
19215 19215
19216 19216
19217 19217
19218 19218
19219 19219
19220 19220
19221 19221
19222 19222
19223 19223
19224 19224
19225 19225
19226 19226
19227 19227
19228 19228
19229 19229
19230 19230
19231 19231
19232 19232
19233 19233
19234 19234
19235 19235
19236 19236
19237 19237
19238 19238
19239 19239
19240 19240
19241 19241
19242 19242
19243 19243
19244 19244
19245 19245
19246 19246
19247 19247
19248 19248
19249 19249
19250 19250
19251 19251
19252 19252
19253 19253
19254 19254
19255 19255
19256 19256
19257 19257
19258 19258
19259 19259
19260 19260
19261 19261
19262 19262
19263 19263
19264 19264
19265 19265
19266 19266
19267 19267
19268 19268
19269 19269
19270 19270
19271 19271
19272 19272
19273 19273
19274 19274
19275 19275
19276 19276
19277 19277
19278 19278
19279 19279
19280 19280
19281 19281
19282 19282
19283 19283
19284 19284
19285 19285
19286 19286
19287 19287
19288 19288
19289 19289
19290 19290
19291 19291
19292 19292
19293 19293
19294 19294
19295 19295
19296 19296
19297 19297
19298 19298
19299 19299
19300 19300
19301 19301
19302 19302
19303 19303
19304 19304
19305 19305
19306 19306
19307 19307
19308 19308
19309 19309
19310 19310
19311 19311
19312 19312
19313 19313
19314 19314
19315 19315
19316 19316
19317 19317
19318 19318
19319 19319
19320 19320
19321 19321
19322 19322
19323 19323
19324 19324
19325 19325
19326 19326
19327 19327
19328 19328
19329 19329
19330 19330
19331 19331
19332 19332
19333 19333
19334 19334
19335 19335
19336 19336
19337 19337
19338 19338
19339 19339
19340 19340
19341 19341
19342 19342
19343 19343
19344 19344
19345 19345
19346 19346
19347 19347
19348 19348
19349 19349
19350 19350
19351 19351
19352 19352
19353 19353
19354 19354
19355 19355
19356 19356
19357 19357
19358 19358
19359 19359
19360 19360
19361 19361
19362 19362
19363 19363
19364 19364
19365 19365
19366 19366
19367 19367
19368 19368
19369 19369
19370 19370
19371 19371
19372 19372
19373 19373
19374 19374
19375 19375
19376 19376
19377 19377
19378 19378
19379 19379
19380 19380
19381 19381
19382 19382
19383 19383
19384 19384
19385 19385
19386 19386
19387 19387
19388 19388
19389 19389
19390 19390
19391 19391
19392 19392
19393 19393
19394 19394
19395 19395
19396 19396
19397 19397
19398 19398
19399 19399
19400 19400
19401 19401
19402 19402
19403 19403
19404 19404
19405 19405
19406 19406
19407 19407
19408 19408
19409 19409
19410 19410
19411 19411
19412 19412
19413 19413
19414 19414
19415 19415
19416 19416
19417 19417
19418 19418
19419 19419
19420 19420
19421 19421
19422 19422
19423 19423
19424 19424
19425 19425
19426 19426
19427 19427
19428 19428
19429 19429
19430 19430
19431 19431
19432 19432
19433 19433
19434 19434
19435 19435
19436 19436
19437 19437
19438 19438
19439 19439
19440 19440
19441 19441
19442 19442
19443 19443
19444 19444
19445 19445
19446 19446
19447 19447
19448 19448
19449 19449
19450 19450
19451 19451
19452 19452
19453 19453
19454 19454
19455 19455
19456 19456
19457 19457
19458 19458
19459 19459
19460 19460
19461 19461
19462 19462
19463 19463
19464 19464
19465 19465
19466 19466
19467 19467
19468 19468
19469 19469
19470 19470
19471 19471
19472 19472
19473 19473
19474 19474
19475 19475
19476 19476
19477 19477
19478 19478
19479 19479
19480 19480
19481 19481
19482 19482
19483 19483
19484 19484
19485 19485
19486 19486
19487 19487
19488 19488
19489 19489
19490 19490
19491 19491
19492 19492
19493 19493
19494 19494
19495 19495
19496 19496
19497 19497
19498 19498
19499 19499
19500 19500
19501 19501
19502 19502
19503 19503
19504 19504
19505 19505
19506 19506
19507 19507
19508 19508
19509 19509
19510 19510
19511 19511
19512 19512
19513 19513
19514 19514
19515 19515
19516 19516
19517 19517
19518 19518
19519 19519
19520 19520
19521 19521
19522 19522
19523 19523
19524 19524
19525 19525
19526 19526
19527 19527
19528 19528
19529 19529
19530 19530
19531 19531
19532 19532
19533 19533
19534 19534
19535 19535
19536 19536
19537 19537
19538 19538
19539 19539
19540 19540
19541 19541
19542 19542
19543 19543
19544 19544
19545 19545
19546 19546
19547 19547
19548 19548
19549 19549
19550 19550
19551 19551
19552 19552
19553 19553
19554 19554
19555 19555
19556 19556
19557 19557
19558 19558
19559 19559
19560 19560
19561 19561
19562 19562
19563 19563
19564 19564
19565 19565
19566 19566
19567 19567
19568 19568
19569 19569
19570 19570
19571 19571
19572 19572
19573 19573
19574 19574
19575 19575
19576 19576
19577 19577
19578 19578
19579 19579
19580 19580
19581 19581
19582 19582
19583 19583
19584 19584
19585 19585
19586 19586
19587 19587
19588 19588
19589 19589
19590 19590
19591 19591
19592 19592
19593 19593
19594 19594
19595 19595
19596 19596
19597 19597
19598 19598
19599 19599
19600 19600
19601 19601
19602 19602
19603 19603
19604 19604
19605 19605
19606 19606
19607 19607
19608 19608
19609 19609
19610 19610
19611 19611
19612 19612
19613 19613
19614 19614
19615 19615
19616 19616
19617 19617
19618 19618
19619 19619
19620 19620
19621 19621
19622 19622
19623 19623
19624 19624
19625 19625
19626 19626
19627 19627
19628 19628
19629 19629
19630 19630
19631 19631
19632 19632
19633 19633
19634 19634
19635 19635
19636 19636
19637 19637
19638 19638
19639 19639
19640 19640
19641 19641
19642 19642
19643 19643
19644 19644
19645 19645
19646 19646
19647 19647
19648 19648
19649 19649
19650 19650
19651 19651
19652 19652
19653 19653
19654 19654
19655 19655
19656 19656
19657 19657
19658 19658
19659 19659
19660 19660
19661 19661
19662 19662
19663 19663
19664 19664
19665 19665
19666 19666
19667 19667
19668 19668
19669 19669
19670 19670
19671 19671
19672 19672
19673 19673
19674 19674
19675 19675
19676 19676
19677 19677
19678 19678
19679 19679
19680 19680
19681 19681
19682 19682
19683 19683
19684 19684
19685 19685
19686 19686
19687 19687
19688 19688
19689 19689
19690 19690
19691 19691
19692 19692
19693 19693
19694 19694
19695 19695
19696 19696
19697 19697
19698 19698
19699 19699
19700 19700
19701 19701
19702 19702
19703 19703
19704 19704
19705 19705
19706 19706
19707 19707
19708 19708
19709 19709
19710 19710
19711 19711
19712 19712
19713 19713
19714 19714
19715 19715
19716 19716
19717 19717
19718 19718
19719 19719
19720 19720
19721 19721
19722 19722
19723 19723
19724 19724
19725 19725
19726 19726
19727 19727
19728 19728
19729 19729
19730 19730
19731 19731
19732 19732
19733 19733
19734 19734
19735 19735
19736 19736
19737 19737
19738 19738
19739 19739
19740 19740
19741 19741
19742 19742
19743 19743
19744 19744
19745 19745
19746 19746
19747 19747
19748 19748
19749 19749
19750 19750
19751 19751
19752 19752
19753 19753
19754 19754
19755 19755
19756 19756
19757 19757
19758 19758
19759 19759
19760 19760
19761 19761
19762 19762
19763 19763
19764 19764
19765 19765
19766 19766
19767 19767
19768 19768
19769 19769
19770 19770
19771 19771
19772 19772
19773 19773
19774 19774
19775 19775
19776 19776
19777 19777
19778 19778
19779 19779
19780 19780
19781 19781
19782 19782
19783 19783
19784 19784
19785 19785
19786 19786
19787 19787
19788 19788
19789 19789
19790 19790
19791 19791
19792 19792
19793 19793
19794 19794
19795 19795
19796 19796
19797 19797
19798 19798
19799 19799
19800 19800
19801 19801
19802 19802
19803 19803
19804 19804
19805 19805
19806 19806
19807 19807
19808 19808
19809 19809
19810 19810
19811 19811
19812 19812
19813 19813
19814 19814
19815 19815
19816 19816
19817 19817
19818 19818
19819 19819
19820 19820
19821 19821
19822 19822
19823 19823
19824 19824
19825 19825
19826 19826
19827 19827
19828 19828
19829 19829
19830 19830
19831 19831
19832 19832
19833 19833
19834 19834
19835 19835
19836 19836
19837 19837
19838 19838
19839 19839
19840 19840
19841 19841
19842 19842
19843 19843
19844 19844
19845 19845
19846 19846
19847 19847
19848 19848
19849 19849
19850 19850
19851 19851
19852 19852
19853 19853
19854 19854
19855 19855
19856 19856
19857 19857
19858 19858
19859 19859
19860 19860
19861 19861
19862 19862
19863 19863
19864 19864
19865 19865
19866 19866
19867 19867
19868 19868
19869 19869
19870 19870
19871 19871
19872 19872
19873 19873
19874 19874
19875 19875
19876 19876
19877 19877
19878 19878
19879 19879
19880 19880
19881 19881
19882 19882
19883 19883
19884 19884
19885 19885
19886 19886
19887 19887
19888 19888
19889 19889
19890 19890
19891 19891
19892 19892
19893 19893
19894 19894
19895 19895
19896 19896
19897 19897
19898 19898
19899 19899
19900 19900
19901 19901
19902 19902
19903 19903
19904 19904
19905 19905
19906 19906
19907 19907
19908 19908
19909 19909
19910 19910
19911 19911
19912 19912
19913 19913
19914 19914
19915 19915
19916 19916
19917 19917
19918 19918
19919 19919
19920 19920
19921 19921
19922 19922
19923 19923
19924 19924
19925 19925
19926 19926
19927 19927
19928 19928
19929 19929
19930 19930
19931 19931
19932 19932
19933 19933
19934 19934
19935 19935
19936 19936
19937 19937
19938 19938
19939 19939
19940 19940
19941 19941
19942 19942
19943 19943
19944 19944
19945 19945
19946 19946
19947 19947
19948 19948
19949 19949
19950 19950
19951 19951
19952 19952
19953 19953
19954 19954
19955 19955
19956 19956
19957 19957
19958 19958
19959 19959
19960 19960
19961 19961
19962 19962
19963 19963
19964 19964
19965 19965
19966 19966
19967 19967
19968 19968
19969 19969
19970 19970
19971 19971
19972 19972
19973 19973
19974 19974
19975 19975
19976 19976
19977 19977
19978 19978
19979 19979
19980 19980
19981 19981
19982 19982
19983 19983
19984 19984
19985 19985
19986 19986
19987 19987
19988 19988
19989 19989
19990 19990
19991 19991
19992 19992
19993 19993
19994 19994
19995 19995
19996 19996
19997 19997
19998 19998
19999 19999
20000 20000
20001 20001
20002 20002
20003 20003
20004 20004
20005 20005
20006 20006
20007 20007
20008 20008
20009 20009
20010 20010
20011 20011
20012 20012
20013 20013
20014 20014
20015 20015
20016 20016
20017 20017
20018 20018
20019 20019
20020 20020
20021 20021
20022 20022
20023 20023
20024 20024
20025 20025
20026 20026
20027 20027
20028 20028
20029 20029
20030 20030
20031 20031
20032 20032
20033 20033
20034 20034
20035 20035
20036 20036
20037 20037
20038 20038
20039 20039
20040 20040
20041 20041
20042 20042
20043 20043
20044 20044
20045 20045
20046 20046
20047 20047
20048 20048
20049 20049
20050 20050
20051 20051
20052 20052
20053 20053
20054 20054
20055 20055
20056 20056
20057 20057
20058 20058
20059 20059
20060 20060
20061 20061
20062 20062
20063 20063
20064 20064
20065 20065
20066 20066
20067 20067
20068 20068
20069 20069
20070 20070
20071 20071
20072 20072
20073 20073
20074 20074
20075 20075
20076 20076
20077 20077
20078 20078
20079 20079
20080 20080
20081 20081
20082 20082
20083 20083
20084 20084
20085 20085
20086 20086
20087 20087
20088 20088
20089 20089
20090 20090
20091 20091
20092 20092
20093 20093
20094 20094
20095 20095
20096 20096
20097 20097
20098 20098
20099 20099
20100 20100
20101 20101
20102 20102
20103 20103
20104 20104
20105 20105
20106 20106
20107 20107
20108 20108
20109 20109
20110 20110
20111 20111
20112 20112
20113 20113
20114 20114
20115 20115
20116 20116
20117 20117
20118 20118
20119 20119
20120 20120
20121 20121
20122 20122
20123 20123
20124 20124
20125 20125
20126 20126
20127 20127
20128 20128
20129 20129
20130 20130
20131 20131
20132 20132
20133 20133
20134 20134
20135 20135
20136 20136
20137 20137
20138 20138
20139 20139
20140 20140
20141 20141
20142 20142
20143 20143
20144 20144
20145 20145
20146 20146
20147 20147
20148 20148
20149 20149
20150 20150
20151 20151
20152 20152
20153 20153
20154 20154
20155 20155
20156 20156
20157 20157
20158 20158
20159 20159
20160 20160
20161 20161
20162 20162
20163 20163
20164 20164
20165 20165
20166 20166
20167 20167
20168 20168
20169 20169
20170 20170
20171 20171
20172 20172
20173 20173
20174 20174
20175 20175
20176 20176
20177 20177
20178 20178
20179 20179
20180 20180
20181 20181
20182 20182
20183 20183
20184 20184
20185 20185
20186 20186
20187 20187
20188 20188
20189 20189
20190 20190
20191 20191
20192 20192
20193 20193
20194 20194
20195 20195
20196 20196
20197 20197
20198 20198
20199 20199
20200 20200
20201 20201
20202 20202
20203 20203
20204 20204
20205 20205
20206 20206
20207 20207
20208 20208
20209 20209
20210 20210
20211 20211
20212 20212
20213 20213
20214 20214
20215 20215
20216 20216
20217 20217
20218 20218
20219 20219
20220 20220
20221 20221
20222 20222
20223 20223
20224 20224
20225 20225
20226 20226
20227 20227
20228 20228
20229 20229
20230 20230
20231 20231
20232 20232
20233 20233
20234 20234
20235 20235
20236 20236
20237 20237
20238 20238
20239 20239
20240 20240
20241 20241
20242 20242
20243 20243
20244 20244
20245 20245
20246 20246
20247 20247
20248 20248
20249 20249
20250 20250
20251 20251
20252 20252
20253 20253
20254 20254
20255 20255
20256 20256
20257 20257
20258 20258
20259 20259
20260 20260
20261 20261
20262 20262
20263 20263
20264 20264
20265 20265
20266 20266
20267 20267
20268 20268
20269 20269
20270 20270
20271 20271
20272 20272
20273 20273
20274 20274
20275 20275
20276 20276
20277 20277
20278 20278
20279 20279
20280 20280
20281 20281
20282 20282
20283 20283
20284 20284
20285 20285
20286 20286
20287 20287
20288 20288
20289 20289
20290 20290
20291 20291
20292 20292
20293 20293
20294 20294
20295 20295
20296 20296
20297 20297
20298 20298
20299 20299
20300 20300
20301 20301
20302 20302
20303 20303
20304 20304
20305 20305
20306 20306
20307 20307
20308 20308
20309 20309
20310 20310
20311 20311
20312 20312
20313 20313
20314 20314
20315 20315
20316 20316
20317 20317
20318 20318
20319 20319
20320 20320
20321 20321
20322 20322
20323 20323
20324 20324
20325 20325
20326 20326
20327 20327
20328 20328
20329 20329
20330 20330
20331 20331
20332 20332
20333 20333
20334 20334
20335 20335
20336 20336
20337 20337
20338 20338
20339 20339
20340 20340
20341 20341
20342 20342
20343 20343
20344 20344
20345 20345
20346 20346
20347 20347
20348 20348
20349 20349
20350 20350
20351 20351
20352 20352
20353 20353
20354 20354
20355 20355
20356 20356
20357 20357
20358 20358
20359 20359
20360 20360
20361 20361
20362 20362
20363 20363
20364 20364
20365 20365
20366 20366
20367 20367
20368 20368
20369 20369
20370 20370
20371 20371
20372 20372
20373 20373
20374 20374
20375 20375
20376 20376
20377 20377
20378 20378
20379 20379
20380 20380
20381 20381
20382 20382
20383 20383
20384 20384
20385 20385
20386 20386
20387 20387
20388 20388
20389 20389
20390 20390
20391 20391
20392 20392
20393 20393
20394 20394
20395 20395
20396 20396
20397 20397
20398 20398
20399 20399
20400 20400
20401 20401
20402 20402
20403 20403
20404 20404
20405 20405
20406 20406
20407 20407
20408 20408
20409 20409
20410 20410
20411 20411
20412 20412
20413 20413
20414 20414
20415 20415
20416 20416
20417 20417
20418 20418
20419 20419
20420 20420
20421 20421
20422 20422
20423 20423
20424 20424
20425 20425
20426 20426
20427 20427
20428 20428
20429 20429
20430 20430
20431 20431
20432 20432
20433 20433
20434 20434
20435 20435
20436 20436
20437 20437
20438 20438
20439 20439
20440 20440
20441 20441
20442 20442
20443 20443
20444 20444
20445 20445
20446 20446
20447 20447
20448 20448
20449 20449
20450 20450
20451 20451
20452 20452
20453 20453
20454 20454
20455 20455
20456 20456
20457 20457
20458 20458
20459 20459
20460 20460
20461 20461
20462 20462
20463 20463
20464 20464
20465 20465
20466 20466
20467 20467
20468 20468
20469 20469
20470 20470
20471 20471
20472 20472
20473 20473
20474 20474
20475 20475
20476 20476
20477 20477
20478 20478
20479 20479
20480 20480
20481 20481
20482 20482
20483 20483
20484 20484
20485 20485
20486 20486
20487 20487
20488 20488
20489 20489
20490 20490
20491 20491
20492 20492
20493 20493
20494 20494
20495 20495
20496 20496
20497 20497
20498 20498
20499 20499
20500 20500
20501 20501
20502 20502
20503 20503
20504 20504
20505 20505
20506 20506
20507 20507
20508 20508
20509 20509
20510 20510
20511 20511
20512 20512
20513 20513
20514 20514
20515 20515
20516 20516
20517 20517
20518 20518
20519 20519
20520 20520
20521 20521
20522 20522
20523 20523
20524 20524
20525 20525
20526 20526
20527 20527
20528 20528
20529 20529
20530 20530
20531 20531
20532 20532
20533 20533
20534 20534
20535 20535
20536 20536
20537 20537
20538 20538
20539 20539
20540 20540
20541 20541
20542 20542
20543 20543
20544 20544
20545 20545
20546 20546
20547 20547
20548 20548
20549 20549
20550 20550
20551 20551
20552 20552
20553 20553
20554 20554
20555 20555
20556 20556
20557 20557
20558 20558
20559 20559
20560 20560
20561 20561
20562 20562
20563 20563
20564 20564
20565 20565
20566 20566
20567 20567
20568 20568
20569 20569
20570 20570
20571 20571
20572 20572
20573 20573
20574 20574
20575 20575
20576 20576
20577 20577
20578 20578
20579 20579
20580 20580
20581 20581
20582 20582
20583 20583
20584 20584
20585 20585
20586 20586
20587 20587
20588 20588
20589 20589
20590 20590
20591 20591
20592 20592
20593 20593
20594 20594
20595 20595
20596 20596
20597 20597
20598 20598
20599 20599
20600 20600
20601 20601
20602 20602
20603 20603
20604 20604
20605 20605
20606 20606
20607 20607
20608 20608
20609 20609
20610 20610
20611 20611
20612 20612
20613 20613
20614 20614
20615 20615
20616 20616
20617 20617
20618 20618
20619 20619
20620 20620
20621 20621
20622 20622
20623 20623
20624 20624
20625 20625
20626 20626
20627 20627
20628 20628
20629 20629
20630 20630
20631 20631
20632 20632
20633 20633
20634 20634
20635 20635
20636 20636
20637 20637
20638 20638
20639 20639
20640 20640
20641 20641
20642 20642
20643 20643
20644 20644
20645 20645
20646 20646
20647 20647
20648 20648
20649 20649
20650 20650
20651 20651
20652 20652
20653 20653
20654 20654
20655 20655
20656 20656
20657 20657
20658 20658
20659 20659
20660 20660
20661 20661
20662 20662
20663 20663
20664 20664
20665 20665
20666 20666
20667 20667
20668 20668
20669 20669
20670 20670
20671 20671
20672 20672
20673 20673
20674 20674
20675 20675
20676 20676
20677 20677
20678 20678
20679 20679
20680 20680
20681 20681
20682 20682
20683 20683
20684 20684
20685 20685
20686 20686
20687 20687
20688 20688
20689 20689
20690 20690
20691 20691
20692 20692
20693 20693
20694 20694
20695 20695
20696 20696
20697 20697
20698 20698
20699 20699
20700 20700
20701 20701
20702 20702
20703 20703
20704 20704
20705 20705
20706 20706
20707 20707
20708 20708
20709 20709
20710 20710
20711 20711
20712 20712
20713 20713
20714 20714
20715 20715
20716 20716
20717 20717
20718 20718
20719 20719
20720 20720
20721 20721
20722 20722
20723 20723
20724 20724
20725 20725
20726 20726
20727 20727
20728 20728
20729 20729
20730 20730
20731 20731
20732 20732
20733 20733
20734 20734
20735 20735
20736 20736
20737 20737
20738 20738
20739 20739
20740 20740
20741 20741
20742 20742
20743 20743
20744 20744
20745 20745
20746 20746
20747 20747
20748 20748
20749 20749
20750 20750
20751 20751
20752 20752
20753 20753
20754 20754
20755 20755
20756 20756
20757 20757
20758 20758
20759 20759
20760 20760
20761 20761
20762 20762
20763 20763
20764 20764
20765 20765
20766 20766
20767 20767
20768 20768
20769 20769
20770 20770
20771 20771
20772 20772
20773 20773
20774 20774
20775 20775
20776 20776
20777 20777
20778 20778
20779 20779
20780 20780
20781 20781
20782 20782
20783 20783
20784 20784
20785 20785
20786 20786
20787 20787
20788 20788
20789 20789
20790 20790
20791 20791
20792 20792
20793 20793
20794 20794
20795 20795
20796 20796
20797 20797
20798 20798
20799 20799
20800 20800
20801 20801
20802 20802
20803 20803
20804 20804
20805 20805
20806 20806
20807 20807
20808 20808
20809 20809
20810 20810
20811 20811
20812 20812
20813 20813
20814 20814
20815 20815
20816 20816
20817 20817
20818 20818
20819 20819
20820 20820
20821 20821
20822 20822
20823 20823
20824 20824
20825 20825
20826 20826
20827 20827
20828 20828
20829 20829
20830 20830
20831 20831
20832 20832
20833 20833
20834 20834
20835 20835
20836 20836
20837 20837
20838 20838
20839 20839
20840 20840
20841 20841
20842 20842
20843 20843
20844 20844
20845 20845
20846 20846
20847 20847
20848 20848
20849 20849
20850 20850
20851 20851
20852 20852
20853 20853
20854 20854
20855 20855
20856 20856
20857 20857
20858 20858
20859 20859
20860 20860
20861 20861
20862 20862
20863 20863
20864 20864
20865 20865
20866 20866
20867 20867
20868 20868
20869 20869
20870 20870
20871 20871
20872 20872
20873 20873
20874 20874
20875 20875
20876 20876
20877 20877
20878 20878
20879 20879
20880 20880
20881 20881
20882 20882
20883 20883
20884 20884
20885 20885
20886 20886
20887 20887
20888 20888
20889 20889
20890 20890
20891 20891
20892 20892
20893 20893
20894 20894
20895 20895
20896 20896
20897 20897
20898 20898
20899 20899
20900 20900
20901 20901
20902 20902
20903 20903
20904 20904
20905 20905
20906 20906
20907 20907
20908 20908
20909 20909
20910 20910
20911 20911
20912 20912
20913 20913
20914 20914
20915 20915
20916 20916
20917 20917
20918 20918
20919 20919
20920 20920
20921 20921
20922 20922
20923 20923
20924 20924
20925 20925
20926 20926
20927 20927
20928 20928
20929 20929
20930 20930
20931 20931
20932 20932
20933 20933
20934 20934
20935 20935
20936 20936
20937 20937
20938 20938
20939 20939
20940 20940
20941 20941
20942 20942
20943 20943
20944 20944
20945 20945
20946 20946
20947 20947
20948 20948
20949 20949
20950 20950
20951 20951
20952 20952
20953 20953
20954 20954
20955 20955
20956 20956
20957 20957
20958 20958
20959 20959
20960 20960
20961 20961
20962 20962
20963 20963
20964 20964
20965 20965
20966 20966
20967 20967
20968 20968
20969 20969
20970 20970
20971 20971
20972 20972
20973 20973
20974 20974
20975 20975
20976 20976
20977 20977
20978 20978
20979 20979
20980 20980
20981 20981
20982 20982
20983 20983
20984 20984
20985 20985
20986 20986
20987 20987
20988 20988
20989 20989
20990 20990
20991 20991
20992 20992
20993 20993
20994 20994
20995 20995
20996 20996
20997 20997
20998 20998
20999 20999
21000 21000
21001 21001
21002 21002
21003 21003
21004 21004
21005 21005
21006 21006
21007 21007
21008 21008
21009 21009
21010 21010
21011 21011
21012 21012
21013 21013
21014 21014
21015 21015
21016 21016
21017 21017
21018 21018
21019 21019
21020 21020
21021 21021
21022 21022
21023 21023
21024 21024
21025 21025
21026 21026
21027 21027
21028 21028
21029 21029
21030 21030
21031 21031
21032 21032
21033 21033
21034 21034
21035 21035
21036 21036
21037 21037
21038 21038
21039 21039
21040 21040
21041 21041
21042 21042
21043 21043
21044 21044
21045 21045
21046 21046
21047 21047
21048 21048
21049 21049
21050 21050
21051 21051
21052 21052
21053 21053
21054 21054
21055 21055
21056 21056
21057 21057
21058 21058
21059 21059
21060 21060
21061 21061
21062 21062
21063 21063
21064 21064
21065 21065
21066 21066
21067 21067
21068 21068
21069 21069
21070 21070
21071 21071
21072 21072
21073 21073
21074 21074
21075 21075
21076 21076
21077 21077
21078 21078
21079 21079
21080 21080
21081 21081
21082 21082
21083 21083
21084 21084
21085 21085
21086 21086
21087 21087
21088 21088
21089 21089
21090 21090
21091 21091
21092 21092
21093 21093
21094 21094
21095 21095
21096 21096
21097 21097
21098 21098
21099 21099
21100 21100
21101 21101
21102 21102
21103 21103
21104 21104
21105 21105
21106 21106
21107 21107
21108 21108
21109 21109
21110 21110
21111 21111
21112 21112
21113 21113
21114 21114
21115 21115
21116 21116
21117 21117
21118 21118
21119 21119
21120 21120
21121 21121
21122 21122
21123 21123
21124 21124
21125 21125
21126 21126
21127 21127
21128 21128
21129 21129
21130 21130
21131 21131
21132 21132
21133 21133
21134 21134
21135 21135
21136 21136
21137 21137
21138 21138
21139 21139
21140 21140
21141 21141
21142 21142
21143 21143
21144 21144
21145 21145
21146 21146
21147 21147
21148 21148
21149 21149
21150 21150
21151 21151
21152 21152
21153 21153
21154 21154
21155 21155
21156 21156
21157 21157
21158 21158
21159 21159
21160 21160
21161 21161
21162 21162
21163 21163
21164 21164
21165 21165
21166 21166
21167 21167
21168 21168
21169 21169
21170 21170
21171 21171
21172 21172
21173 21173
21174 21174
21175 21175
21176 21176
21177 21177
21178 21178
21179 21179
21180 21180
21181 21181
21182 21182
21183 21183
21184 21184
21185 21185
21186 21186
21187 21187
21188 21188
21189 21189
21190 21190
21191 21191
21192 21192
21193 21193
21194 21194
21195 21195
21196 21196
21197 21197
21198 21198
21199 21199
21200 21200
21201 21201
21202 21202
21203 21203
21204 21204
21205 21205
21206 21206
21207 21207
21208 21208
21209 21209
21210 21210
21211 21211
21212 21212
21213 21213
21214 21214
21215 21215
21216 21216
21217 21217
21218 21218
21219 21219
21220 21220
21221 21221
21222 21222
21223 21223
21224 21224
21225 21225
21226 21226
21227 21227
21228 21228
21229 21229
21230 21230
21231 21231
21232 21232
21233 21233
21234 21234
21235 21235
21236 21236
21237 21237
21238 21238
21239 21239
21240 21240
21241 21241
21242 21242
21243 21243
21244 21244
21245 21245
21246 21246
21247 21247
21248 21248
21249 21249
21250 21250
21251 21251
21252 21252
21253 21253
21254 21254
21255 21255
21256 21256
21257 21257
21258 21258
21259 21259
21260 21260
21261 21261
21262 21262
21263 21263
21264 21264
21265 21265
21266 21266
21267 21267
21268 21268
21269 21269
21270 21270
21271 21271
21272 21272
21273 21273
21274 21274
21275 21275
21276 21276
21277 21277
21278 21278
21279 21279
21280 21280
21281 21281
21282 21282
21283 21283
21284 21284
21285 21285
21286 21286
21287 21287
21288 21288
21289 21289
21290 21290
21291 21291
21292 21292
21293 21293
21294 21294
21295 21295
21296 21296
21297 21297
21298 21298
21299 21299
21300 21300
21301 21301
21302 21302
21303 21303
21304 21304
21305 21305
21306 21306
21307 21307
21308 21308
21309 21309
21310 21310
21311 21311
21312 21312
21313 21313
21314 21314
21315 21315
21316 21316
21317 21317
21318 21318
21319 21319
21320 21320
21321 21321
21322 21322
21323 21323
21324 21324
21325 21325
21326 21326
21327 21327
21328 21328
21329 21329
21330 21330
21331 21331
21332 21332
21333 21333
21334 21334
21335 21335
21336 21336
21337 21337
21338 21338
21339 21339
21340 21340
21341 21341
21342 21342
21343 21343
21344 21344
21345 21345
21346 21346
21347 21347
21348 21348
21349 21349
21350 21350
21351 21351
21352 21352
21353 21353
21354 21354
21355 21355
21356 21356
21357 21357
21358 21358
21359 21359
21360 21360
21361 21361
21362 21362
21363 21363
21364 21364
21365 21365
21366 21366
21367 21367
21368 21368
21369 21369
21370 21370
21371 21371
21372 21372
21373 21373
21374 21374
21375 21375
21376 21376
21377 21377
21378 21378
21379 21379
21380 21380
21381 21381
21382 21382
21383 21383
21384 21384
21385 21385
21386 21386
21387 21387
21388 21388
21389 21389
21390 21390
21391 21391
21392 21392
21393 21393
21394 21394
21395 21395
21396 21396
21397 21397
21398 21398
21399 21399
21400 21400
21401 21401
21402 21402
21403 21403
21404 21404
21405 21405
21406 21406
21407 21407
21408 21408
21409 21409
21410 21410
21411 21411
21412 21412
21413 21413
21414 21414
21415 21415
21416 21416
21417 21417
21418 21418
21419 21419
21420 21420
21421 21421
21422 21422
21423 21423
21424 21424
21425 21425
21426 21426
21427 21427
21428 21428
21429 21429
21430 21430
21431 21431
21432 21432
21433 21433
21434 21434
21435 21435
21436 21436
21437 21437
21438 21438
21439 21439
21440 21440
21441 21441
21442 21442
21443 21443
21444 21444
21445 21445
21446 21446
21447 21447
21448 21448
21449 21449
21450 21450
21451 21451
21452 21452
21453 21453
21454 21454
21455 21455
21456 21456
21457 21457
21458 21458
21459 21459
21460 21460
21461 21461
21462 21462
21463 21463
21464 21464
21465 21465
21466 21466
21467 21467
21468 21468
21469 21469
21470 21470
21471 21471
21472 21472
21473 21473
21474 21474
21475 21475
21476 21476
21477 21477
21478 21478
21479 21479
21480 21480
21481 21481
21482 21482
21483 21483
21484 21484
21485 21485
21486 21486
21487 21487
21488 21488
21489 21489
21490 21490
21491 21491
21492 21492
21493 21493
21494 21494
21495 21495
21496 21496
21497 21497
21498 21498
21499 21499
21500 21500
21501 21501
21502 21502
21503 21503
21504 21504
21505 21505
21506 21506
21507 21507
21508 21508
21509 21509
21510 21510
21511 21511
21512 21512
21513 21513
21514 21514
21515 21515
21516 21516
21517 21517
21518 21518
21519 21519
21520 21520
21521 21521
21522 21522
21523 21523
21524 21524
21525 21525
21526 21526
21527 21527
21528 21528
21529 21529
21530 21530
21531 21531
21532 21532
21533 21533
21534 21534
21535 21535
21536 21536
21537 21537
21538 21538
21539 21539
21540 21540
21541 21541
21542 21542
21543 21543
21544 21544
21545 21545
21546 21546
21547 21547
21548 21548
21549 21549
21550 21550
21551 21551
21552 21552
21553 21553
21554 21554
21555 21555
21556 21556
21557 21557
21558 21558
21559 21559
21560 21560
21561 21561
21562 21562
21563 21563
21564 21564
21565 21565
21566 21566
21567 21567
21568 21568
21569 21569
21570 21570
21571 21571
21572 21572
21573 21573
21574 21574
21575 21575
21576 21576
21577 21577
21578 21578
21579 21579
21580 21580
21581 21581
21582 21582
21583 21583
21584 21584
21585 21585
21586 21586
21587 21587
21588 21588
21589 21589
21590 21590
21591 21591
21592 21592
21593 21593
21594 21594
21595 21595
21596 21596
21597 21597
21598 21598
21599 21599
21600 21600
21601 21601
21602 21602
21603 21603
21604 21604
21605 21605
21606 21606
21607 21607
21608 21608
21609 21609
21610 21610
21611 21611
21612 21612
21613 21613
21614 21614
21615 21615
21616 21616
21617 21617
21618 21618
21619 21619
21620 21620
21621 21621
21622 21622
21623 21623
21624 21624
21625 21625
21626 21626
21627 21627
21628 21628
21629 21629
21630 21630
21631 21631
21632 21632
21633 21633
21634 21634
21635 21635
21636 21636
21637 21637
21638 21638
21639 21639
21640 21640
21641 21641
21642 21642
21643 21643
21644 21644
21645 21645
21646 21646
21647 21647
21648 21648
21649 21649
21650 21650
21651 21651
21652 21652
21653 21653
21654 21654
21655 21655
21656 21656
21657 21657
21658 21658
21659 21659
21660 21660
21661 21661
21662 21662
21663 21663
21664 21664
21665 21665
21666 21666
21667 21667
21668 21668
21669 21669
21670 21670
21671 21671
21672 21672
21673 21673
21674 21674
21675 21675
21676 21676
21677 21677
21678 21678
21679 21679
21680 21680
21681 21681
21682 21682
21683 21683
21684 21684
21685 21685
21686 21686
21687 21687
21688 21688
21689 21689
21690 21690
21691 21691
21692 21692
21693 21693
21694 21694
21695 21695
21696 21696
21697 21697
21698 21698
21699 21699
21700 21700
21701 21701
21702 21702
21703 21703
21704 21704
21705 21705
21706 21706
21707 21707
21708 21708
21709 21709
21710 21710
21711 21711
21712 21712
21713 21713
21714 21714
21715 21715
21716 21716
21717 21717
21718 21718
21719 21719
21720 21720
21721 21721
21722 21722
21723 21723
21724 21724
21725 21725
21726 21726
21727 21727
21728 21728
21729 21729
21730 21730
21731 21731
21732 21732
21733 21733
21734 21734
21735 21735
21736 21736
21737 21737
21738 21738
21739 21739
21740 21740
21741 21741
21742 21742
21743 21743
21744 21744
21745 21745
21746 21746
21747 21747
21748 21748
21749 21749
21750 21750
21751 21751
21752 21752
21753 21753
21754 21754
21755 21755
21756 21756
21757 21757
21758 21758
21759 21759
21760 21760
21761 21761
21762 21762
21763 21763
21764 21764
21765 21765
21766 21766
21767 21767
21768 21768
21769 21769
21770 21770
21771 21771
21772 21772
21773 21773
21774 21774
21775 21775
21776 21776
21777 21777
21778 21778
21779 21779
21780 21780
21781 21781
21782 21782
21783 21783
21784 21784
21785 21785
21786 21786
21787 21787
21788 21788
21789 21789
21790 21790
21791 21791
21792 21792
21793 21793
21794 21794
21795 21795
21796 21796
21797 21797
21798 21798
21799 21799
21800 21800
21801 21801
21802 21802
21803 21803
21804 21804
21805 21805
21806 21806
21807 21807
21808 21808
21809 21809
21810 21810
21811 21811
21812 21812
21813 21813
21814 21814
21815 21815
21816 21816
21817 21817
21818 21818
21819 21819
21820 21820
21821 21821
21822 21822
21823 21823
21824 21824
21825 21825
21826 21826
21827 21827
21828 21828
21829 21829
21830 21830
21831 21831
21832 21832
21833 21833
21834 21834
21835 21835
21836 21836
21837 21837
21838 21838
21839 21839
21840 21840
21841 21841
21842 21842
21843 21843
21844 21844
21845 21845
21846 21846
21847 21847
21848 21848
21849 21849
21850 21850
21851 21851
21852 21852
21853 21853
21854 21854
21855 21855
21856 21856
21857 21857
21858 21858
21859 21859
21860 21860
21861 21861
21862 21862
21863 21863
21864 21864
21865 21865
21866 21866
21867 21867
21868 21868
21869 21869
21870 21870
21871 21871
21872 21872
21873 21873
21874 21874
21875 21875
21876 21876
21877 21877
21878 21878
21879 21879
21880 21880
21881 21881
21882 21882
21883 21883
21884 21884
21885 21885
21886 21886
21887 21887
21888 21888
21889 21889
21890 21890
21891 21891
21892 21892
21893 21893
21894 21894
21895 21895
21896 21896
21897 21897
21898 21898
21899 21899
21900 21900
21901 21901
21902 21902
21903 21903
21904 21904
21905 21905
21906 21906
21907 21907
21908 21908
21909 21909
21910 21910
21911 21911
21912 21912
21913 21913
21914 21914
21915 21915
21916 21916
21917 21917
21918 21918
21919 21919
21920 21920
21921 21921
21922 21922
21923 21923
21924 21924
21925 21925
21926 21926
21927 21927
21928 21928
21929 21929
21930 21930
21931 21931
21932 21932
21933 21933
21934 21934
21935 21935
21936 21936
21937 21937
21938 21938
21939 21939
21940 21940
21941 21941
21942 21942
21943 21943
21944 21944
21945 21945
21946 21946
21947 21947
21948 21948
21949 21949
21950 21950
21951 21951
21952 21952
21953 21953
21954 21954
21955 21955
21956 21956
21957 21957
21958 21958
21959 21959
21960 21960
21961 21961
21962 21962
21963 21963
21964 21964
21965 21965
21966 21966
21967 21967
21968 21968
21969 21969
21970 21970
21971 21971
21972 21972
21973 21973
21974 21974
21975 21975
21976 21976
21977 21977
21978 21978
21979 21979
21980 21980
21981 21981
21982 21982
21983 21983
21984 21984
21985 21985
21986 21986
21987 21987
21988 21988
21989 21989
21990 21990
21991 21991
21992 21992
21993 21993
21994 21994
21995 21995
21996 21996
21997 21997
21998 21998
21999 21999
22000 22000
22001 22001
22002 22002
22003 22003
22004 22004
22005 22005
22006 22006
22007 22007
22008 22008
22009 22009
22010 22010
22011 22011
22012 22012
22013 22013
22014 22014
22015 22015
22016 22016
22017 22017
22018 22018
22019 22019
22020 22020
22021 22021
22022 22022
22023 22023
22024 22024
22025 22025
22026 22026
22027 22027
22028 22028
22029 22029
22030 22030
22031 22031
22032 22032
22033 22033
22034 22034
22035 22035
22036 22036
22037 22037
22038 22038
22039 22039
22040 22040
22041 22041
22042 22042
22043 22043
22044 22044
22045 22045
22046 22046
22047 22047
22048 22048
22049 22049
22050 22050
22051 22051
22052 22052
22053 22053
22054 22054
22055 22055
22056 22056
22057 22057
22058 22058
22059 22059
22060 22060
22061 22061
22062 22062
22063 22063
22064 22064
22065 22065
22066 22066
22067 22067
22068 22068
22069 22069
22070 22070
22071 22071
22072 22072
22073 22073
22074 22074
22075 22075
22076 22076
22077 22077
22078 22078
22079 22079
22080 22080
22081 22081
22082 22082
22083 22083
22084 22084
22085 22085
22086 22086
22087 22087
22088 22088
22089 22089
22090 22090
22091 22091
22092 22092
22093 22093
22094 22094
22095 22095
22096 22096
22097 22097
22098 22098
22099 22099
22100 22100
22101 22101
22102 22102
22103 22103
22104 22104
22105 22105
22106 22106
22107 22107
22108 22108
22109 22109
22110 22110
22111 22111
22112 22112
22113 22113
22114 22114
22115 22115
22116 22116
22117 22117
22118 22118
22119 22119
22120 22120
22121 22121
22122 22122
22123 22123
22124 22124
22125 22125
22126 22126
22127 22127
22128 22128
22129 22129
22130 22130
22131 22131
22132 22132
22133 22133
22134 22134
22135 22135
22136 22136
22137 22137
22138 22138
22139 22139
22140 22140
22141 22141
22142 22142
22143 22143
22144 22144
22145 22145
22146 22146
22147 22147
22148 22148
22149 22149
22150 22150
22151 22151
22152 22152
22153 22153
22154 22154
22155 22155
22156 22156
22157 22157
22158 22158
22159 22159
22160 22160
22161 22161
22162 22162
22163 22163
22164 22164
22165 22165
22166 22166
22167 22167
22168 22168
22169 22169
22170 22170
22171 22171
22172 22172
22173 22173
22174 22174
22175 22175
22176 22176
22177 22177
22178 22178
22179 22179
22180 22180
22181 22181
22182 22182
22183 22183
22184 22184
22185 22185
22186 22186
22187 22187
22188 22188
22189 22189
22190 22190
22191 22191
22192 22192
22193 22193
22194 22194
22195 22195
22196 22196
22197 22197
22198 22198
22199 22199
22200 22200
22201 22201
22202 22202
22203 22203
22204 22204
22205 22205
22206 22206
22207 22207
22208 22208
22209 22209
22210 22210
22211 22211
22212 22212
22213 22213
22214 22214
22215 22215
22216 22216
22217 22217
22218 22218
22219 22219
22220 22220
22221 22221
22222 22222
22223 22223
22224 22224
22225 22225
22226 22226
22227 22227
22228 22228
22229 22229
22230 22230
22231 22231
22232 22232
22233 22233
22234 22234
22235 22235
22236 22236
22237 22237
22238 22238
22239 22239
22240 22240
22241 22241
22242 22242
22243 22243
22244 22244
22245 22245
22246 22246
22247 22247
22248 22248
22249 22249
22250 22250
22251 22251
22252 22252
22253 22253
22254 22254
22255 22255
22256 22256
22257 22257
22258 22258
22259 22259
22260 22260
22261 22261
22262 22262
22263 22263
22264 22264
22265 22265
22266 22266
22267 22267
22268 22268
22269 22269
22270 22270
22271 22271
22272 22272
22273 22273
22274 22274
22275 22275
22276 22276
22277 22277
22278 22278
22279 22279
22280 22280
22281 22281
22282 22282
22283 22283
22284 22284
22285 22285
22286 22286
22287 22287
22288 22288
22289 22289
22290 22290
22291 22291
22292 22292
22293 22293
22294 22294
22295 22295
22296 22296
22297 22297
22298 22298
22299 22299
22300 22300
22301 22301
22302 22302
22303 22303
22304 22304
22305 22305
22306 22306
22307 22307
22308 22308
22309 22309
22310 22310
22311 22311
22312 22312
22313 22313
22314 22314
22315 22315
22316 22316
22317 22317
22318 22318
22319 22319
22320 22320
22321 22321
22322 22322
22323 22323
22324 22324
22325 22325
22326 22326
22327 22327
22328 22328
22329 22329
22330 22330
22331 22331
22332 22332
22333 22333
22334 22334
22335 22335
22336 22336
22337 22337
22338 22338
22339 22339
22340 22340
22341 22341
22342 22342
22343 22343
22344 22344
22345 22345
22346 22346
22347 22347
22348 22348
22349 22349
22350 22350
22351 22351
22352 22352
22353 22353
22354 22354
22355 22355
22356 22356
22357 22357
22358 22358
22359 22359
22360 22360
22361 22361
22362 22362
22363 22363
22364 22364
22365 22365
22366 22366
22367 22367
22368 22368
22369 22369
22370 22370
22371 22371
22372 22372
22373 22373
22374 22374
22375 22375
22376 22376
22377 22377
22378 22378
22379 22379
22380 22380
22381 22381
22382 22382
22383 22383
22384 22384
22385 22385
22386 22386
22387 22387
22388 22388
22389 22389
22390 22390
22391 22391
22392 22392
22393 22393
22394 22394
22395 22395
22396 22396
22397 22397
22398 22398
22399 22399
22400 22400
22401 22401
22402 22402
22403 22403
22404 22404
22405 22405
22406 22406
22407 22407
22408 22408
22409 22409
22410 22410
22411 22411
22412 22412
22413 22413
22414 22414
22415 22415
22416 22416
22417 22417
22418 22418
22419 22419
22420 22420
22421 22421
22422 22422
22423 22423
22424 22424
22425 22425
22426 22426
22427 22427
22428 22428
22429 22429
22430 22430
22431 22431
22432 22432
22433 22433
22434 22434
22435 22435
22436 22436
22437 22437
22438 22438
22439 22439
22440 22440
22441 22441
22442 22442
22443 22443
22444 22444
22445 22445
22446 22446
22447 22447
22448 22448
22449 22449
22450 22450
22451 22451
22452 22452
22453 22453
22454 22454
22455 22455
22456 22456
22457 22457
22458 22458
22459 22459
22460 22460
22461 22461
22462 22462
22463 22463
22464 22464
22465 22465
22466 22466
22467 22467
22468 22468
22469 22469
22470 22470
22471 22471
22472 22472
22473 22473
22474 22474
22475 22475
22476 22476
22477 22477
22478 22478
22479 22479
22480 22480
22481 22481
22482 22482
22483 22483
22484 22484
22485 22485
22486 22486
22487 22487
22488 22488
22489 22489
22490 22490
22491 22491
22492 22492
22493 22493
22494 22494
22495 22495
22496 22496
22497 22497
22498 22498
22499 22499
22500 22500
22501 22501
22502 22502
22503 22503
22504 22504
22505 22505
22506 22506
22507 22507
22508 22508
22509 22509
22510 22510
22511 22511
22512 22512
22513 22513
22514 22514
22515 22515
22516 22516
22517 22517
22518 22518
22519 22519
22520 22520
22521 22521
22522 22522
22523 22523
22524 22524
22525 22525
22526 22526
22527 22527
22528 22528
22529 22529
22530 22530
22531 22531
22532 22532
22533 22533
22534 22534
22535 22535
22536 22536
22537 22537
22538 22538
22539 22539
22540 22540
22541 22541
22542 22542
22543 22543
22544 22544
22545 22545
22546 22546
22547 22547
22548 22548
22549 22549
22550 22550
22551 22551
22552 22552
22553 22553
22554 22554
22555 22555
22556 22556
22557 22557
22558 22558
22559 22559
22560 22560
22561 22561
22562 22562
22563 22563
22564 22564
22565 22565
22566 22566
22567 22567
22568 22568
22569 22569
22570 22570
22571 22571
22572 22572
22573 22573
22574 22574
22575 22575
22576 22576
22577 22577
22578 22578
22579 22579
22580 22580
22581 22581
22582 22582
22583 22583
22584 22584
22585 22585
22586 22586
22587 22587
22588 22588
22589 22589
22590 22590
22591 22591
22592 22592
22593 22593
22594 22594
22595 22595
22596 22596
22597 22597
22598 22598
22599 22599
22600 22600
22601 22601
22602 22602
22603 22603
22604 22604
22605 22605
22606 22606
22607 22607
22608 22608
22609 22609
22610 22610
22611 22611
22612 22612
22613 22613
22614 22614
22615 22615
22616 22616
22617 22617
22618 22618
22619 22619
22620 22620
22621 22621
22622 22622
22623 22623
22624 22624
22625 22625
22626 22626
22627 22627
22628 22628
22629 22629
22630 22630
22631 22631
22632 22632
22633 22633
22634 22634
22635 22635
22636 22636
22637 22637
22638 22638
22639 22639
22640 22640
22641 22641
22642 22642
22643 22643
22644 22644
22645 22645
22646 22646
22647 22647
22648 22648
22649 22649
22650 22650
22651 22651
22652 22652
22653 22653
22654 22654
22655 22655
22656 22656
22657 22657
22658 22658
22659 22659
22660 22660
22661 22661
22662 22662
22663 22663
22664 22664
22665 22665
22666 22666
22667 22667
22668 22668
22669 22669
22670 22670
22671 22671
22672 22672
22673 22673
22674 22674
22675 22675
22676 22676
22677 22677
22678 22678
22679 22679
22680 22680
22681 22681
22682 22682
22683 22683
22684 22684
22685 22685
22686 22686
22687 22687
22688 22688
22689 22689
22690 22690
22691 22691
22692 22692
22693 22693
22694 22694
22695 22695
22696 22696
22697 22697
22698 22698
22699 22699
22700 22700
22701 22701
22702 22702
22703 22703
22704 22704
22705 22705
22706 22706
22707 22707
22708 22708
22709 22709
22710 22710
22711 22711
22712 22712
22713 22713
22714 22714
22715 22715
22716 22716
22717 22717
22718 22718
22719 22719
22720 22720
22721 22721
22722 22722
22723 22723
22724 22724
22725 22725
22726 22726
22727 22727
22728 22728
22729 22729
22730 22730
22731 22731
22732 22732
22733 22733
22734 22734
22735 22735
22736 22736
22737 22737
22738 22738
22739 22739
22740 22740
22741 22741
22742 22742
22743 22743
22744 22744
22745 22745
22746 22746
22747 22747
22748 22748
22749 22749
22750 22750
22751 22751
22752 22752
22753 22753
22754 22754
22755 22755
22756 22756
22757 22757
22758 22758
22759 22759
22760 22760
22761 22761
22762 22762
22763 22763
22764 22764
22765 22765
22766 22766
22767 22767
22768 22768
22769 22769
22770 22770
22771 22771
22772 22772
22773 22773
22774 22774
22775 22775
22776 22776
22777 22777
22778 22778
22779 22779
22780 22780
22781 22781
22782 22782
22783 22783
22784 22784
22785 22785
22786 22786
22787 22787
22788 22788
22789 22789
22790 22790
22791 22791
22792 22792
22793 22793
22794 22794
22795 22795
22796 22796
22797 22797
22798 22798
22799 22799
22800 22800
22801 22801
22802 22802
22803 22803
22804 22804
22805 22805
22806 22806
22807 22807
22808 22808
22809 22809
22810 22810
22811 22811
22812 22812
22813 22813
22814 22814
22815 22815
22816 22816
22817 22817
22818 22818
22819 22819
22820 22820
22821 22821
22822 22822
22823 22823
22824 22824
22825 22825
22826 22826
22827 22827
22828 22828
22829 22829
22830 22830
22831 22831
22832 22832
22833 22833
22834 22834
22835 22835
22836 22836
22837 22837
22838 22838
22839 22839
22840 22840
22841 22841
22842 22842
22843 22843
22844 22844
22845 22845
22846 22846
22847 22847
22848 22848
22849 22849
22850 22850
22851 22851
22852 22852
22853 22853
22854 22854
22855 22855
22856 22856
22857 22857
22858 22858
22859 22859
22860 22860
22861 22861
22862 22862
22863 22863
22864 22864
22865 22865
22866 22866
22867 22867
22868 22868
22869 22869
22870 22870
22871 22871
22872 22872
22873 22873
22874 22874
22875 22875
22876 22876
22877 22877
22878 22878
22879 22879
22880 22880
22881 22881
22882 22882
22883 22883
22884 22884
22885 22885
22886 22886
22887 22887
22888 22888
22889 22889
22890 22890
22891 22891
22892 22892
22893 22893
22894 22894
22895 22895
22896 22896
22897 22897
22898 22898
22899 22899
22900 22900
22901 22901
22902 22902
22903 22903
22904 22904
22905 22905
22906 22906
22907 22907
22908 22908
22909 22909
22910 22910
22911 22911
22912 22912
22913 22913
22914 22914
22915 22915
22916 22916
22917 22917
22918 22918
22919 22919
22920 22920
22921 22921
22922 22922
22923 22923
22924 22924
22925 22925
22926 22926
22927 22927
22928 22928
22929 22929
22930 22930
22931 22931
22932 22932
22933 22933
22934 22934
22935 22935
22936 22936
22937 22937
22938 22938
22939 22939
22940 22940
22941 22941
22942 22942
22943 22943
22944 22944
22945 22945
22946 22946
22947 22947
22948 22948
22949 22949
22950 22950
22951 22951
22952 22952
22953 22953
22954 22954
22955 22955
22956 22956
22957 22957
22958 22958
22959 22959
22960 22960
22961 22961
22962 22962
22963 22963
22964 22964
22965 22965
22966 22966
22967 22967
22968 22968
22969 22969
22970 22970
22971 22971
22972 22972
22973 22973
22974 22974
22975 22975
22976 22976
22977 22977
22978 22978
22979 22979
22980 22980
22981 22981
22982 22982
22983 22983
22984 22984
22985 22985
22986 22986
22987 22987
22988 22988
22989 22989
22990 22990
22991 22991
22992 22992
22993 22993
22994 22994
22995 22995
22996 22996
22997 22997
22998 22998
22999 22999
23000 23000
23001 23001
23002 23002
23003 23003
23004 23004
23005 23005
23006 23006
23007 23007
23008 23008
23009 23009
23010 23010
23011 23011
23012 23012
23013 23013
23014 23014
23015 23015
23016 23016
23017 23017
23018 23018
23019 23019
23020 23020
23021 23021
23022 23022
23023 23023
23024 23024
23025 23025
23026 23026
23027 23027
23028 23028
23029 23029
23030 23030
23031 23031
23032 23032
23033 23033
23034 23034
23035 23035
23036 23036
23037 23037
23038 23038
23039 23039
23040 23040
23041 23041
23042 23042
23043 23043
23044 23044
23045 23045
23046 23046
23047 23047
23048 23048
23049 23049
23050 23050
23051 23051
23052 23052
23053 23053
23054 23054
23055 23055
23056 23056
23057 23057
23058 23058
23059 23059
23060 23060
23061 23061
23062 23062
23063 23063
23064 23064
23065 23065
23066 23066
23067 23067
23068 23068
23069 23069
23070 23070
23071 23071
23072 23072
23073 23073
23074 23074
23075 23075
23076 23076
23077 23077
23078 23078
23079 23079
23080 23080
23081 23081
23082 23082
23083 23083
23084 23084
23085 23085
23086 23086
23087 23087
23088 23088
23089 23089
23090 23090
23091 23091
23092 23092
23093 23093
23094 23094
23095 23095
23096 23096
23097 23097
23098 23098
23099 23099
23100 23100
23101 23101
23102 23102
23103 23103
23104 23104
23105 23105
23106 23106
23107 23107
23108 23108
23109 23109
23110 23110
23111 23111
23112 23112
23113 23113
23114 23114
23115 23115
23116 23116
23117 23117
23118 23118
23119 23119
23120 23120
23121 23121
23122 23122
23123 23123
23124 23124
23125 23125
23126 23126
23127 23127
23128 23128
23129 23129
23130 23130
23131 23131
23132 23132
23133 23133
23134 23134
23135 23135
23136 23136
23137 23137
23138 23138
23139 23139
23140 23140
23141 23141
23142 23142
23143 23143
23144 23144
23145 23145
23146 23146
23147 23147
23148 23148
23149 23149
23150 23150
23151 23151
23152 23152
23153 23153
23154 23154
23155 23155
23156 23156
23157 23157
23158 23158
23159 23159
23160 23160
23161 23161
23162 23162
23163 23163
23164 23164
23165 23165
23166 23166
23167 23167
23168 23168
23169 23169
23170 23170
23171 23171
23172 23172
23173 23173
23174 23174
23175 23175
23176 23176
23177 23177
23178 23178
23179 23179
23180 23180
23181 23181
23182 23182
23183 23183
23184 23184
23185 23185
23186 23186
23187 23187
23188 23188
23189 23189
23190 23190
23191 23191
23192 23192
23193 23193
23194 23194
23195 23195
23196 23196
23197 23197
23198 23198
23199 23199
23200 23200
23201 23201
23202 23202
23203 23203
23204 23204
23205 23205
23206 23206
23207 23207
23208 23208
23209 23209
23210 23210
23211 23211
23212 23212
23213 23213
23214 23214
23215 23215
23216 23216
23217 23217
23218 23218
23219 23219
23220 23220
23221 23221
23222 23222
23223 23223
23224 23224
23225 23225
23226 23226
23227 23227
23228 23228
23229 23229
23230 23230
23231 23231
23232 23232
23233 23233
23234 23234
23235 23235
23236 23236
23237 23237
23238 23238
23239 23239
23240 23240
23241 23241
23242 23242
23243 23243
23244 23244
23245 23245
23246 23246
23247 23247
23248 23248
23249 23249
23250 23250
23251 23251
23252 23252
23253 23253
23254 23254
23255 23255
23256 23256
23257 23257
23258 23258
23259 23259
23260 23260
23261 23261
23262 23262
23263 23263
23264 23264
23265 23265
23266 23266
23267 23267
23268 23268
23269 23269
23270 23270
23271 23271
23272 23272
23273 23273
23274 23274
23275 23275
23276 23276
23277 23277
23278 23278
23279 23279
23280 23280
23281 23281
23282 23282
23283 23283
23284 23284
23285 23285
23286 23286
23287 23287
23288 23288
23289 23289
23290 23290
23291 23291
23292 23292
23293 23293
23294 23294
23295 23295
23296 23296
23297 23297
23298 23298
23299 23299
23300 23300
23301 23301
23302 23302
23303 23303
23304 23304
23305 23305
23306 23306
23307 23307
23308 23308
23309 23309
23310 23310
23311 23311
23312 23312
23313 23313
23314 23314
23315 23315
23316 23316
23317 23317
23318 23318
23319 23319
23320 23320
23321 23321
23322 23322
23323 23323
23324 23324
23325 23325
23326 23326
23327 23327
23328 23328
23329 23329
23330 23330
23331 23331
23332 23332
23333 23333
23334 23334
23335 23335
23336 23336
23337 23337
23338 23338
23339 23339
23340 23340
23341 23341
23342 23342
23343 23343
23344 23344
23345 23345
23346 23346
23347 23347
23348 23348
23349 23349
23350 23350
23351 23351
23352 23352
23353 23353
23354 23354
23355 23355
23356 23356
23357 23357
23358 23358
23359 23359
23360 23360
23361 23361
23362 23362
23363 23363
23364 23364
23365 23365
23366 23366
23367 23367
23368 23368
23369 23369
23370 23370
23371 23371
23372 23372
23373 23373
23374 23374
23375 23375
23376 23376
23377 23377
23378 23378
23379 23379
23380 23380
23381 23381
23382 23382
23383 23383
23384 23384
23385 23385
23386 23386
23387 23387
23388 23388
23389 23389
23390 23390
23391 23391
23392 23392
23393 23393
23394 23394
23395 23395
23396 23396
23397 23397
23398 23398
23399 23399
23400 23400
23401 23401
23402 23402
23403 23403
23404 23404
23405 23405
23406 23406
23407 23407
23408 23408
23409 23409
23410 23410
23411 23411
23412 23412
23413 23413
23414 23414
23415 23415
23416 23416
23417 23417
23418 23418
23419 23419
23420 23420
23421 23421
23422 23422
23423 23423
23424 23424
23425 23425
23426 23426
23427 23427
23428 23428
23429 23429
23430 23430
23431 23431
23432 23432
23433 23433
23434 23434
23435 23435
23436 23436
23437 23437
23438 23438
23439 23439
23440 23440
23441 23441
23442 23442
23443 23443
23444 23444
23445 23445
23446 23446
23447 23447
23448 23448
23449 23449
23450 23450
23451 23451
23452 23452
23453 23453
23454 23454
23455 23455
23456 23456
23457 23457
23458 23458
23459 23459
23460 23460
23461 23461
23462 23462
23463 23463
23464 23464
23465 23465
23466 23466
23467 23467
23468 23468
23469 23469
23470 23470
23471 23471
23472 23472
23473 23473
23474 23474
23475 23475
23476 23476
23477 23477
23478 23478
23479 23479
23480 23480
23481 23481
23482 23482
23483 23483
23484 23484
23485 23485
23486 23486
23487 23487
23488 23488
23489 23489
23490 23490
23491 23491
23492 23492
23493 23493
23494 23494
23495 23495
23496 23496
23497 23497
23498 23498
23499 23499
23500 23500
23501 23501
23502 23502
23503 23503
23504 23504
23505 23505
23506 23506
23507 23507
23508 23508
23509 23509
23510 23510
23511 23511
23512 23512
23513 23513
23514 23514
23515 23515
23516 23516
23517 23517
23518 23518
23519 23519
23520 23520
23521 23521
23522 23522
23523 23523
23524 23524
23525 23525
23526 23526
23527 23527
23528 23528
23529 23529
23530 23530
23531 23531
23532 23532
23533 23533
23534 23534
23535 23535
23536 23536
23537 23537
23538 23538
23539 23539
23540 23540
23541 23541
23542 23542
23543 23543
23544 23544
23545 23545
23546 23546
23547 23547
23548 23548
23549 23549
23550 23550
23551 23551
23552 23552
23553 23553
23554 23554
23555 23555
23556 23556
23557 23557
23558 23558
23559 23559
23560 23560
23561 23561
23562 23562
23563 23563
23564 23564
23565 23565
23566 23566
23567 23567
23568 23568
23569 23569
23570 23570
23571 23571
23572 23572
23573 23573
23574 23574
23575 23575
23576 23576
23577 23577
23578 23578
23579 23579
23580 23580
23581 23581
23582 23582
23583 23583
23584 23584
23585 23585
23586 23586
23587 23587
23588 23588
23589 23589
23590 23590
23591 23591
23592 23592
23593 23593
23594 23594
23595 23595
23596 23596
23597 23597
23598 23598
23599 23599
23600 23600
23601 23601
23602 23602
23603 23603
23604 23604
23605 23605
23606 23606
23607 23607
23608 23608
23609 23609
23610 23610
23611 23611
23612 23612
23613 23613
23614 23614
23615 23615
23616 23616
23617 23617
23618 23618
23619 23619
23620 23620
23621 23621
23622 23622
23623 23623
23624 23624
23625 23625
23626 23626
23627 23627
23628 23628
23629 23629
23630 23630
23631 23631
23632 23632
23633 23633
23634 23634
23635 23635
23636 23636
23637 23637
23638 23638
23639 23639
23640 23640
23641 23641
23642 23642
23643 23643
23644 23644
23645 23645
23646 23646
23647 23647
23648 23648
23649 23649
23650 23650
23651 23651
23652 23652
23653 23653
23654 23654
23655 23655
23656 23656
23657 23657
23658 23658
23659 23659
23660 23660
23661 23661
23662 23662
23663 23663
23664 23664
23665 23665
23666 23666
23667 23667
23668 23668
23669 23669
23670 23670
23671 23671
23672 23672
23673 23673
23674 23674
23675 23675
23676 23676
23677 23677
23678 23678
23679 23679
23680 23680
23681 23681
23682 23682
23683 23683
23684 23684
23685 23685
23686 23686
23687 23687
23688 23688
23689 23689
23690 23690
23691 23691
23692 23692
23693 23693
23694 23694
23695 23695
23696 23696
23697 23697
23698 23698
23699 23699
23700 23700
23701 23701
23702 23702
23703 23703
23704 23704
23705 23705
23706 23706
23707 23707
23708 23708
23709 23709
23710 23710
23711 23711
23712 23712
23713 23713
23714 23714
23715 23715
23716 23716
23717 23717
23718 23718
23719 23719
23720 23720
23721 23721
23722 23722
23723 23723
23724 23724
23725 23725
23726 23726
23727 23727
23728 23728
23729 23729
23730 23730
23731 23731
23732 23732
23733 23733
23734 23734
23735 23735
23736 23736
23737 23737
23738 23738
23739 23739
23740 23740
23741 23741
23742 23742
23743 23743
23744 23744
23745 23745
23746 23746
23747 23747
23748 23748
23749 23749
23750 23750
23751 23751
23752 23752
23753 23753
23754 23754
23755 23755
23756 23756
23757 23757
23758 23758
23759 23759
23760 23760
23761 23761
23762 23762
23763 23763
23764 23764
23765 23765
23766 23766
23767 23767
23768 23768
23769 23769
23770 23770
23771 23771
23772 23772
23773 23773
23774 23774
23775 23775
23776 23776
23777 23777
23778 23778
23779 23779
23780 23780
23781 23781
23782 23782
23783 23783
23784 23784
23785 23785
23786 23786
23787 23787
23788 23788
23789 23789
23790 23790
23791 23791
23792 23792
23793 23793
23794 23794
23795 23795
23796 23796
23797 23797
23798 23798
23799 23799
23800 23800
23801 23801
23802 23802
23803 23803
23804 23804
23805 23805
23806 23806
23807 23807
23808 23808
23809 23809
23810 23810
23811 23811
23812 23812
23813 23813
23814 23814
23815 23815
23816 23816
23817 23817
23818 23818
23819 23819
23820 23820
23821 23821
23822 23822
23823 23823
23824 23824
23825 23825
23826 23826
23827 23827
23828 23828
23829 23829
23830 23830
23831 23831
23832 23832
23833 23833
23834 23834
23835 23835
23836 23836
23837 23837
23838 23838
23839 23839
23840 23840
23841 23841
23842 23842
23843 23843
23844 23844
23845 23845
23846 23846
23847 23847
23848 23848
23849 23849
23850 23850
23851 23851
23852 23852
23853 23853
23854 23854
23855 23855
23856 23856
23857 23857
23858 23858
23859 23859
23860 23860
23861 23861
23862 23862
23863 23863
23864 23864
23865 23865
23866 23866
23867 23867
23868 23868
23869 23869
23870 23870
23871 23871
23872 23872
23873 23873
23874 23874
23875 23875
23876 23876
23877 23877
23878 23878
23879 23879
23880 23880
23881 23881
23882 23882
23883 23883
23884 23884
23885 23885
23886 23886
23887 23887
23888 23888
23889 23889
23890 23890
23891 23891
23892 23892
23893 23893
23894 23894
23895 23895
23896 23896
23897 23897
23898 23898
23899 23899
23900 23900
23901 23901
23902 23902
23903 23903
23904 23904
23905 23905
23906 23906
23907 23907
23908 23908
23909 23909
23910 23910
23911 23911
23912 23912
23913 23913
23914 23914
23915 23915
23916 23916
23917 23917
23918 23918
23919 23919
23920 23920
23921 23921
23922 23922
23923 23923
23924 23924
23925 23925
23926 23926
23927 23927
23928 23928
23929 23929
23930 23930
23931 23931
23932 23932
23933 23933
23934 23934
23935 23935
23936 23936
23937 23937
23938 23938
23939 23939
23940 23940
23941 23941
23942 23942
23943 23943
23944 23944
23945 23945
23946 23946
23947 23947
23948 23948
23949 23949
23950 23950
23951 23951
23952 23952
23953 23953
23954 23954
23955 23955
23956 23956
23957 23957
23958 23958
23959 23959
23960 23960
23961 23961
23962 23962
23963 23963
23964 23964
23965 23965
23966 23966
23967 23967
23968 23968
23969 23969
23970 23970
23971 23971
23972 23972
23973 23973
23974 23974
23975 23975
23976 23976
23977 23977
23978 23978
23979 23979
23980 23980
23981 23981
23982 23982
23983 23983
23984 23984
23985 23985
23986 23986
23987 23987
23988 23988
23989 23989
23990 23990
23991 23991
23992 23992
23993 23993
23994 23994
23995 23995
23996 23996
23997 23997
23998 23998
23999 23999
24000 24000
24001 24001
24002 24002
24003 24003
24004 24004
24005 24005
24006 24006
24007 24007
24008 24008
24009 24009
24010 24010
24011 24011
24012 24012
24013 24013
24014 24014
24015 24015
24016 24016
24017 24017
24018 24018
24019 24019
24020 24020
24021 24021
24022 24022
24023 24023
24024 24024
24025 24025
24026 24026
24027 24027
24028 24028
24029 24029
24030 24030
24031 24031
24032 24032
24033 24033
24034 24034
24035 24035
24036 24036
24037 24037
24038 24038
24039 24039
24040 24040
24041 24041
24042 24042
24043 24043
24044 24044
24045 24045
24046 24046
24047 24047
24048 24048
24049 24049
24050 24050
24051 24051
24052 24052
24053 24053
24054 24054
24055 24055
24056 24056
24057 24057
24058 24058
24059 24059
24060 24060
24061 24061
24062 24062
24063 24063
24064 24064
24065 24065
24066 24066
24067 24067
24068 24068
24069 24069
24070 24070
24071 24071
24072 24072
24073 24073
24074 24074
24075 24075
24076 24076
24077 24077
24078 24078
24079 24079
24080 24080
24081 24081
24082 24082
24083 24083
24084 24084
24085 24085
24086 24086
24087 24087
24088 24088
24089 24089
24090 24090
24091 24091
24092 24092
24093 24093
24094 24094
24095 24095
24096 24096
24097 24097
24098 24098
24099 24099
24100 24100
24101 24101
24102 24102
24103 24103
24104 24104
24105 24105
24106 24106
24107 24107
24108 24108
24109 24109
24110 24110
24111 24111
24112 24112
24113 24113
24114 24114
24115 24115
24116 24116
24117 24117
24118 24118
24119 24119
24120 24120
24121 24121
24122 24122
24123 24123
24124 24124
24125 24125
24126 24126
24127 24127
24128 24128
24129 24129
24130 24130
24131 24131
24132 24132
24133 24133
24134 24134
24135 24135
24136 24136
24137 24137
24138 24138
24139 24139
24140 24140
24141 24141
24142 24142
24143 24143
24144 24144
24145 24145
24146 24146
24147 24147
24148 24148
24149 24149
24150 24150
24151 24151
24152 24152
24153 24153
24154 24154
24155 24155
24156 24156
24157 24157
24158 24158
24159 24159
24160 24160
24161 24161
24162 24162
24163 24163
24164 24164
24165 24165
24166 24166
24167 24167
24168 24168
24169 24169
24170 24170
24171 24171
24172 24172
24173 24173
24174 24174
24175 24175
24176 24176
24177 24177
24178 24178
24179 24179
24180 24180
24181 24181
24182 24182
24183 24183
24184 24184
24185 24185
24186 24186
24187 24187
24188 24188
24189 24189
24190 24190
24191 24191
24192 24192
24193 24193
24194 24194
24195 24195
24196 24196
24197 24197
24198 24198
24199 24199
24200 24200
24201 24201
24202 24202
24203 24203
24204 24204
24205 24205
24206 24206
24207 24207
24208 24208
24209 24209
24210 24210
24211 24211
24212 24212
24213 24213
24214 24214
24215 24215
24216 24216
24217 24217
24218 24218
24219 24219
24220 24220
24221 24221
24222 24222
24223 24223
24224 24224
24225 24225
24226 24226
24227 24227
24228 24228
24229 24229
24230 24230
24231 24231
24232 24232
24233 24233
24234 24234
24235 24235
24236 24236
24237 24237
24238 24238
24239 24239
24240 24240
24241 24241
24242 24242
24243 24243
24244 24244
24245 24245
24246 24246
24247 24247
24248 24248
24249 24249
24250 24250
24251 24251
24252 24252
24253 24253
24254 24254
24255 24255
24256 24256
24257 24257
24258 24258
24259 24259
24260 24260
24261 24261
24262 24262
24263 24263
24264 24264
24265 24265
24266 24266
24267 24267
24268 24268
24269 24269
24270 24270
24271 24271
24272 24272
24273 24273
24274 24274
24275 24275
24276 24276
24277 24277
24278 24278
24279 24279
24280 24280
24281 24281
24282 24282
24283 24283
24284 24284
24285 24285
24286 24286
24287 24287
24288 24288
24289 24289
24290 24290
24291 24291
24292 24292
24293 24293
24294 24294
24295 24295
24296 24296
24297 24297
24298 24298
24299 24299
24300 24300
24301 24301
24302 24302
24303 24303
24304 24304
24305 24305
24306 24306
24307 24307
24308 24308
24309 24309
24310 24310
24311 24311
24312 24312
24313 24313
24314 24314
24315 24315
24316 24316
24317 24317
24318 24318
24319 24319
24320 24320
24321 24321
24322 24322
24323 24323
24324 24324
24325 24325
24326 24326
24327 24327
24328 24328
24329 24329
24330 24330
24331 24331
24332 24332
24333 24333
24334 24334
24335 24335
24336 24336
24337 24337
24338 24338
24339 24339
24340 24340
24341 24341
24342 24342
24343 24343
24344 24344
24345 24345
24346 24346
24347 24347
24348 24348
24349 24349
24350 24350
24351 24351
24352 24352
24353 24353
24354 24354
24355 24355
24356 24356
24357 24357
24358 24358
24359 24359
24360 24360
24361 24361
24362 24362
24363 24363
24364 24364
24365 24365
24366 24366
24367 24367
24368 24368
24369 24369
24370 24370
24371 24371
24372 24372
24373 24373
24374 24374
24375 24375
24376 24376
24377 24377
24378 24378
24379 24379
24380 24380
24381 24381
24382 24382
24383 24383
24384 24384
24385 24385
24386 24386
24387 24387
24388 24388
24389 24389
24390 24390
24391 24391
24392 24392
24393 24393
24394 24394
24395 24395
24396 24396
24397 24397
24398 24398
24399 24399
24400 24400
24401 24401
24402 24402
24403 24403
24404 24404
24405 24405
24406 24406
24407 24407
24408 24408
24409 24409
24410 24410
24411 24411
24412 24412
24413 24413
24414 24414
24415 24415
24416 24416
24417 24417
24418 24418
24419 24419
24420 24420
24421 24421
24422 24422
24423 24423
24424 24424
24425 24425
24426 24426
24427 24427
24428 24428
24429 24429
24430 24430
24431 24431
24432 24432
24433 24433
24434 24434
24435 24435
24436 24436
24437 24437
24438 24438
24439 24439
24440 24440
24441 24441
24442 24442
24443 24443
24444 24444
24445 24445
24446 24446
24447 24447
24448 24448
24449 24449
24450 24450
24451 24451
24452 24452
24453 24453
24454 24454
24455 24455
24456 24456
24457 24457
24458 24458
24459 24459
24460 24460
24461 24461
24462 24462
24463 24463
24464 24464
24465 24465
24466 24466
24467 24467
24468 24468
24469 24469
24470 24470
24471 24471
24472 24472
24473 24473
24474 24474
24475 24475
24476 24476
24477 24477
24478 24478
24479 24479
24480 24480
24481 24481
24482 24482
24483 24483
24484 24484
24485 24485
24486 24486
24487 24487
24488 24488
24489 24489
24490 24490
24491 24491
24492 24492
24493 24493
24494 24494
24495 24495
24496 24496
24497 24497
24498 24498
24499 24499
24500 24500
24501 24501
24502 24502
24503 24503
24504 24504
24505 24505
24506 24506
24507 24507
24508 24508
24509 24509
24510 24510
24511 24511
24512 24512
24513 24513
24514 24514
24515 24515
24516 24516
24517 24517
24518 24518
24519 24519
24520 24520
24521 24521
24522 24522
24523 24523
24524 24524
24525 24525
24526 24526
24527 24527
24528 24528
24529 24529
24530 24530
24531 24531
24532 24532
24533 24533
24534 24534
24535 24535
24536 24536
24537 24537
24538 24538
24539 24539
24540 24540
24541 24541
24542 24542
24543 24543
24544 24544
24545 24545
24546 24546
24547 24547
24548 24548
24549 24549
24550 24550
24551 24551
24552 24552
24553 24553
24554 24554
24555 24555
24556 24556
24557 24557
24558 24558
24559 24559
24560 24560
24561 24561
24562 24562
24563 24563
24564 24564
24565 24565
24566 24566
24567 24567
24568 24568
24569 24569
24570 24570
24571 24571
24572 24572
24573 24573
24574 24574
24575 24575
24576 24576
24577 24577
24578 24578
24579 24579
24580 24580
24581 24581
24582 24582
24583 24583
24584 24584
24585 24585
24586 24586
24587 24587
24588 24588
24589 24589
24590 24590
24591 24591
24592 24592
24593 24593
24594 24594
24595 24595
24596 24596
24597 24597
24598 24598
24599 24599
24600 24600
24601 24601
24602 24602
24603 24603
24604 24604
24605 24605
24606 24606
24607 24607
24608 24608
24609 24609
24610 24610
24611 24611
24612 24612
24613 24613
24614 24614
24615 24615
24616 24616
24617 24617
24618 24618
24619 24619
24620 24620
24621 24621
24622 24622
24623 24623
24624 24624
24625 24625
24626 24626
24627 24627
24628 24628
24629 24629
24630 24630
24631 24631
24632 24632
24633 24633
24634 24634
24635 24635
24636 24636
24637 24637
24638 24638
24639 24639
24640 24640
24641 24641
24642 24642
24643 24643
24644 24644
24645 24645
24646 24646
24647 24647
24648 24648
24649 24649
24650 24650
24651 24651
24652 24652
24653 24653
24654 24654
24655 24655
24656 24656
24657 24657
24658 24658
24659 24659
24660 24660
24661 24661
24662 24662
24663 24663
24664 24664
24665 24665
24666 24666
24667 24667
24668 24668
24669 24669
24670 24670
24671 24671
24672 24672
24673 24673
24674 24674
24675 24675
24676 24676
24677 24677
24678 24678
24679 24679
24680 24680
24681 24681
24682 24682
24683 24683
24684 24684
24685 24685
24686 24686
24687 24687
24688 24688
24689 24689
24690 24690
24691 24691
24692 24692
24693 24693
24694 24694
24695 24695
24696 24696
24697 24697
24698 24698
24699 24699
24700 24700
24701 24701
24702 24702
24703 24703
24704 24704
24705 24705
24706 24706
24707 24707
24708 24708
24709 24709
24710 24710
24711 24711
24712 24712
24713 24713
24714 24714
24715 24715
24716 24716
24717 24717
24718 24718
24719 24719
24720 24720
24721 24721
24722 24722
24723 24723
24724 24724
24725 24725
24726 24726
24727 24727
24728 24728
24729 24729
24730 24730
24731 24731
24732 24732
24733 24733
24734 24734
24735 24735
24736 24736
24737 24737
24738 24738
24739 24739
24740 24740
24741 24741
24742 24742
24743 24743
24744 24744
24745 24745
24746 24746
24747 24747
24748 24748
24749 24749
24750 24750
24751 24751
24752 24752
24753 24753
24754 24754
24755 24755
24756 24756
24757 24757
24758 24758
24759 24759
24760 24760
24761 24761
24762 24762
24763 24763
24764 24764
24765 24765
24766 24766
24767 24767
24768 24768
24769 24769
24770 24770
24771 24771
24772 24772
24773 24773
24774 24774
24775 24775
24776 24776
24777 24777
24778 24778
24779 24779
24780 24780
24781 24781
24782 24782
24783 24783
24784 24784
24785 24785
24786 24786
24787 24787
24788 24788
24789 24789
24790 24790
24791 24791
24792 24792
24793 24793
24794 24794
24795 24795
24796 24796
24797 24797
24798 24798
24799 24799
24800 24800
24801 24801
24802 24802
24803 24803
24804 24804
24805 24805
24806 24806
24807 24807
24808 24808
24809 24809
24810 24810
24811 24811
24812 24812
24813 24813
24814 24814
24815 24815
24816 24816
24817 24817
24818 24818
24819 24819
24820 24820
24821 24821
24822 24822
24823 24823
24824 24824
24825 24825
24826 24826
24827 24827
24828 24828
24829 24829
24830 24830
24831 24831
24832 24832
24833 24833
24834 24834
24835 24835
24836 24836
24837 24837
24838 24838
24839 24839
24840 24840
24841 24841
24842 24842
24843 24843
24844 24844
24845 24845
24846 24846
24847 24847
24848 24848
24849 24849
24850 24850
24851 24851
24852 24852
24853 24853
24854 24854
24855 24855
24856 24856
24857 24857
24858 24858
24859 24859
24860 24860
24861 24861
24862 24862
24863 24863
24864 24864
24865 24865
24866 24866
24867 24867
24868 24868
24869 24869
24870 24870
24871 24871
24872 24872
24873 24873
24874 24874
24875 24875
24876 24876
24877 24877
24878 24878
24879 24879
24880 24880
24881 24881
24882 24882
24883 24883
24884 24884
24885 24885
24886 24886
24887 24887
24888 24888
24889 24889
24890 24890
24891 24891
24892 24892
24893 24893
24894 24894
24895 24895
24896 24896
24897 24897
24898 24898
24899 24899
24900 24900
24901 24901
24902 24902
24903 24903
24904 24904
24905 24905
24906 24906
24907 24907
24908 24908
24909 24909
24910 24910
24911 24911
24912 24912
24913 24913
24914 24914
24915 24915
24916 24916
24917 24917
24918 24918
24919 24919
24920 24920
24921 24921
24922 24922
24923 24923
24924 24924
24925 24925
24926 24926
24927 24927
24928 24928
24929 24929
24930 24930
24931 24931
24932 24932
24933 24933
24934 24934
24935 24935
24936 24936
24937 24937
24938 24938
24939 24939
24940 24940
24941 24941
24942 24942
24943 24943
24944 24944
24945 24945
24946 24946
24947 24947
24948 24948
24949 24949
24950 24950
24951 24951
24952 24952
24953 24953
24954 24954
24955 24955
24956 24956
24957 24957
24958 24958
24959 24959
24960 24960
24961 24961
24962 24962
24963 24963
24964 24964
24965 24965
24966 24966
24967 24967
24968 24968
24969 24969
24970 24970
24971 24971
24972 24972
24973 24973
24974 24974
24975 24975
24976 24976
24977 24977
24978 24978
24979 24979
24980 24980
24981 24981
24982 24982
24983 24983
24984 24984
24985 24985
24986 24986
24987 24987
24988 24988
24989 24989
24990 24990
24991 24991
24992 24992
24993 24993
24994 24994
24995 24995
24996 24996
24997 24997
24998 24998
24999 24999
25000 25000
25001 25001
25002 25002
25003 25003
25004 25004
25005 25005
25006 25006
25007 25007
25008 25008
25009 25009
25010 25010
25011 25011
25012 25012
25013 25013
25014 25014
25015 25015
25016 25016
25017 25017
25018 25018
25019 25019
25020 25020
25021 25021
25022 25022
25023 25023
25024 25024
25025 25025
25026 25026
25027 25027
25028 25028
25029 25029
25030 25030
25031 25031
25032 25032
25033 25033
25034 25034
25035 25035
25036 25036
25037 25037
25038 25038
25039 25039
25040 25040
25041 25041
25042 25042
25043 25043
25044 25044
25045 25045
25046 25046
25047 25047
25048 25048
25049 25049
25050 25050
25051 25051
25052 25052
25053 25053
25054 25054
25055 25055
25056 25056
25057 25057
25058 25058
25059 25059
25060 25060
25061 25061
25062 25062
25063 25063
25064 25064
25065 25065
25066 25066
25067 25067
25068 25068
25069 25069
25070 25070
25071 25071
25072 25072
25073 25073
25074 25074
25075 25075
25076 25076
25077 25077
25078 25078
25079 25079
25080 25080
25081 25081
25082 25082
25083 25083
25084 25084
25085 25085
25086 25086
25087 25087
25088 25088
25089 25089
25090 25090
25091 25091
25092 25092
25093 25093
25094 25094
25095 25095
25096 25096
25097 25097
25098 25098
25099 25099
25100 25100
25101 25101
25102 25102
25103 25103
25104 25104
25105 25105
25106 25106
25107 25107
25108 25108
25109 25109
25110 25110
25111 25111
25112 25112
25113 25113
25114 25114
25115 25115
25116 25116
25117 25117
25118 25118
25119 25119
25120 25120
25121 25121
25122 25122
25123 25123
25124 25124
25125 25125
25126 25126
25127 25127
25128 25128
25129 25129
25130 25130
25131 25131
25132 25132
25133 25133
25134 25134
25135 25135
25136 25136
25137 25137
25138 25138
25139 25139
25140 25140
25141 25141
25142 25142
25143 25143
25144 25144
25145 25145
25146 25146
25147 25147
25148 25148
25149 25149
25150 25150
25151 25151
25152 25152
25153 25153
25154 25154
25155 25155
25156 25156
25157 25157
25158 25158
25159 25159
25160 25160
25161 25161
25162 25162
25163 25163
25164 25164
25165 25165
25166 25166
25167 25167
25168 25168
25169 25169
25170 25170
25171 25171
25172 25172
25173 25173
25174 25174
25175 25175
25176 25176
25177 25177
25178 25178
25179 25179
25180 25180
25181 25181
25182 25182
25183 25183
25184 25184
25185 25185
25186 25186
25187 25187
25188 25188
25189 25189
25190 25190
25191 25191
25192 25192
25193 25193
25194 25194
25195 25195
25196 25196
25197 25197
25198 25198
25199 25199
25200 25200
25201 25201
25202 25202
25203 25203
25204 25204
25205 25205
25206 25206
25207 25207
25208 25208
25209 25209
25210 25210
25211 25211
25212 25212
25213 25213
25214 25214
25215 25215
25216 25216
25217 25217
25218 25218
25219 25219
25220 25220
25221 25221
25222 25222
25223 25223
25224 25224
25225 25225
25226 25226
25227 25227
25228 25228
25229 25229
25230 25230
25231 25231
25232 25232
25233 25233
25234 25234
25235 25235
25236 25236
25237 25237
25238 25238
25239 25239
25240 25240
25241 25241
25242 25242
25243 25243
25244 25244
25245 25245
25246 25246
25247 25247
25248 25248
25249 25249
25250 25250
25251 25251
25252 25252
25253 25253
25254 25254
25255 25255
25256 25256
25257 25257
25258 25258
25259 25259
25260 25260
25261 25261
25262 25262
25263 25263
25264 25264
25265 25265
25266 25266
25267 25267
25268 25268
25269 25269
25270 25270
25271 25271
25272 25272
25273 25273
25274 25274
25275 25275
25276 25276
25277 25277
25278 25278
25279 25279
25280 25280
25281 25281
25282 25282
25283 25283
25284 25284
25285 25285
25286 25286
25287 25287
25288 25288
25289 25289
25290 25290
25291 25291
25292 25292
25293 25293
25294 25294
25295 25295
25296 25296
25297 25297
25298 25298
25299 25299
25300 25300
25301 25301
25302 25302
25303 25303
25304 25304
25305 25305
25306 25306
25307 25307
25308 25308
25309 25309
25310 25310
25311 25311
25312 25312
25313 25313
25314 25314
25315 25315
25316 25316
25317 25317
25318 25318
25319 25319
25320 25320
25321 25321
25322 25322
25323 25323
25324 25324
25325 25325
25326 25326
25327 25327
25328 25328
25329 25329
25330 25330
25331 25331
25332 25332
25333 25333
25334 25334
25335 25335
25336 25336
25337 25337
25338 25338
25339 25339
25340 25340
25341 25341
25342 25342
25343 25343
25344 25344
25345 25345
25346 25346
25347 25347
25348 25348
25349 25349
25350 25350
25351 25351
25352 25352
25353 25353
25354 25354
25355 25355
25356 25356
25357 25357
25358 25358
25359 25359
25360 25360
25361 25361
25362 25362
25363 25363
25364 25364
25365 25365
25366 25366
25367 25367
25368 25368
25369 25369
25370 25370
25371 25371
25372 25372
25373 25373
25374 25374
25375 25375
25376 25376
25377 25377
25378 25378
25379 25379
25380 25380
25381 25381
25382 25382
25383 25383
25384 25384
25385 25385
25386 25386
25387 25387
25388 25388
25389 25389
25390 25390
25391 25391
25392 25392
25393 25393
25394 25394
25395 25395
25396 25396
25397 25397
25398 25398
25399 25399
25400 25400
25401 25401
25402 25402
25403 25403
25404 25404
25405 25405
25406 25406
25407 25407
25408 25408
25409 25409
25410 25410
25411 25411
25412 25412
25413 25413
25414 25414
25415 25415
25416 25416
25417 25417
25418 25418
25419 25419
25420 25420
25421 25421
25422 25422
25423 25423
25424 25424
25425 25425
25426 25426
25427 25427
25428 25428
25429 25429
25430 25430
25431 25431
25432 25432
25433 25433
25434 25434
25435 25435
25436 25436
25437 25437
25438 25438
25439 25439
25440 25440
25441 25441
25442 25442
25443 25443
25444 25444
25445 25445
25446 25446
25447 25447
25448 25448
25449 25449
25450 25450
25451 25451
25452 25452
25453 25453
25454 25454
25455 25455
25456 25456
25457 25457
25458 25458
25459 25459
25460 25460
25461 25461
25462 25462
25463 25463
25464 25464
25465 25465
25466 25466
25467 25467
25468 25468
25469 25469
25470 25470
25471 25471
25472 25472
25473 25473
25474 25474
25475 25475
25476 25476
25477 25477
25478 25478
25479 25479
25480 25480
25481 25481
25482 25482
25483 25483
25484 25484
25485 25485
25486 25486
25487 25487
25488 25488
25489 25489
25490 25490
25491 25491
25492 25492
25493 25493
25494 25494
25495 25495
25496 25496
25497 25497
25498 25498
25499 25499
25500 25500
25501 25501
25502 25502
25503 25503
25504 25504
25505 25505
25506 25506
25507 25507
25508 25508
25509 25509
25510 25510
25511 25511
25512 25512
25513 25513
25514 25514
25515 25515
25516 25516
25517 25517
25518 25518
25519 25519
25520 25520
25521 25521
25522 25522
25523 25523
25524 25524
25525 25525
25526 25526
25527 25527
25528 25528
25529 25529
25530 25530
25531 25531
25532 25532
25533 25533
25534 25534
25535 25535
25536 25536
25537 25537
25538 25538
25539 25539
25540 25540
25541 25541
25542 25542
25543 25543
25544 25544
25545 25545
25546 25546
25547 25547
25548 25548
25549 25549
25550 25550
25551 25551
25552 25552
25553 25553
25554 25554
25555 25555
25556 25556
25557 25557
25558 25558
25559 25559
25560 25560
25561 25561
25562 25562
25563 25563
25564 25564
25565 25565
25566 25566
25567 25567
25568 25568
25569 25569
25570 25570
25571 25571
25572 25572
25573 25573
25574 25574
25575 25575
25576 25576
25577 25577
25578 25578
25579 25579
25580 25580
25581 25581
25582 25582
25583 25583
25584 25584
25585 25585
25586 25586
25587 25587
25588 25588
25589 25589
25590 25590
25591 25591
25592 25592
25593 25593
25594 25594
25595 25595
25596 25596
25597 25597
25598 25598
25599 25599
25600 25600
25601 25601
25602 25602
25603 25603
25604 25604
25605 25605
25606 25606
25607 25607
25608 25608
25609 25609
25610 25610
25611 25611
25612 25612
25613 25613
25614 25614
25615 25615
25616 25616
25617 25617
25618 25618
25619 25619
25620 25620
25621 25621
25622 25622
25623 25623
25624 25624
25625 25625
25626 25626
25627 25627
25628 25628
25629 25629
25630 25630
25631 25631
25632 25632
25633 25633
25634 25634
25635 25635
25636 25636
25637 25637
25638 25638
25639 25639
25640 25640
25641 25641
25642 25642
25643 25643
25644 25644
25645 25645
25646 25646
25647 25647
25648 25648
25649 25649
25650 25650
25651 25651
25652 25652
25653 25653
25654 25654
25655 25655
25656 25656
25657 25657
25658 25658
25659 25659
25660 25660
25661 25661
25662 25662
25663 25663
25664 25664
25665 25665
25666 25666
25667 25667
25668 25668
25669 25669
25670 25670
25671 25671
25672 25672
25673 25673
25674 25674
25675 25675
25676 25676
25677 25677
25678 25678
25679 25679
25680 25680
25681 25681
25682 25682
25683 25683
25684 25684
25685 25685
25686 25686
25687 25687
25688 25688
25689 25689
25690 25690
25691 25691
25692 25692
25693 25693
25694 25694
25695 25695
25696 25696
25697 25697
25698 25698
25699 25699
25700 25700
25701 25701
25702 25702
25703 25703
25704 25704
25705 25705
25706 25706
25707 25707
25708 25708
25709 25709
25710 25710
25711 25711
25712 25712
25713 25713
25714 25714
25715 25715
25716 25716
25717 25717
25718 25718
25719 25719
25720 25720
25721 25721
25722 25722
25723 25723
25724 25724
25725 25725
25726 25726
25727 25727
25728 25728
25729 25729
25730 25730
25731 25731
25732 25732
25733 25733
25734 25734
25735 25735
25736 25736
25737 25737
25738 25738
25739 25739
25740 25740
25741 25741
25742 25742
25743 25743
25744 25744
25745 25745
25746 25746
25747 25747
25748 25748
25749 25749
25750 25750
25751 25751
25752 25752
25753 25753
25754 25754
25755 25755
25756 25756
25757 25757
25758 25758
25759 25759
25760 25760
25761 25761
25762 25762
25763 25763
25764 25764
25765 25765
25766 25766
25767 25767
25768 25768
25769 25769
25770 25770
25771 25771
25772 25772
25773 25773
25774 25774
25775 25775
25776 25776
25777 25777
25778 25778
25779 25779
25780 25780
25781 25781
25782 25782
25783 25783
25784 25784
25785 25785
25786 25786
25787 25787
25788 25788
25789 25789
25790 25790
25791 25791
25792 25792
25793 25793
25794 25794
25795 25795
25796 25796
25797 25797
25798 25798
25799 25799
25800 25800
25801 25801
25802 25802
25803 25803
25804 25804
25805 25805
25806 25806
25807 25807
25808 25808
25809 25809
25810 25810
25811 25811
25812 25812
25813 25813
25814 25814
25815 25815
25816 25816
25817 25817
25818 25818
25819 25819
25820 25820
25821 25821
25822 25822
25823 25823
25824 25824
25825 25825
25826 25826
25827 25827
25828 25828
25829 25829
25830 25830
25831 25831
25832 25832
25833 25833
25834 25834
25835 25835
25836 25836
25837 25837
25838 25838
25839 25839
25840 25840
25841 25841
25842 25842
25843 25843
25844 25844
25845 25845
25846 25846
25847 25847
25848 25848
25849 25849
25850 25850
25851 25851
25852 25852
25853 25853
25854 25854
25855 25855
25856 25856
25857 25857
25858 25858
25859 25859
25860 25860
25861 25861
25862 25862
25863 25863
25864 25864
25865 25865
25866 25866
25867 25867
25868 25868
25869 25869
25870 25870
25871 25871
25872 25872
25873 25873
25874 25874
25875 25875
25876 25876
25877 25877
25878 25878
25879 25879
25880 25880
25881 25881
25882 25882
25883 25883
25884 25884
25885 25885
25886 25886
25887 25887
25888 25888
25889 25889
25890 25890
25891 25891
25892 25892
25893 25893
25894 25894
25895 25895
25896 25896
25897 25897
25898 25898
25899 25899
25900 25900
25901 25901
25902 25902
25903 25903
25904 25904
25905 25905
25906 25906
25907 25907
25908 25908
25909 25909
25910 25910
25911 25911
25912 25912
25913 25913
25914 25914
25915 25915
25916 25916
25917 25917
25918 25918
25919 25919
25920 25920
25921 25921
25922 25922
25923 25923
25924 25924
25925 25925
25926 25926
25927 25927
25928 25928
25929 25929
25930 25930
25931 25931
25932 25932
25933 25933
25934 25934
25935 25935
25936 25936
25937 25937
25938 25938
25939 25939
25940 25940
25941 25941
25942 25942
25943 25943
25944 25944
25945 25945
25946 25946
25947 25947
25948 25948
25949 25949
25950 25950
25951 25951
25952 25952
25953 25953
25954 25954
25955 25955
25956 25956
25957 25957
25958 25958
25959 25959
25960 25960
25961 25961
25962 25962
25963 25963
25964 25964
25965 25965
25966 25966
25967 25967
25968 25968
25969 25969
25970 25970
25971 25971
25972 25972
25973 25973
25974 25974
25975 25975
25976 25976
25977 25977
25978 25978
25979 25979
25980 25980
25981 25981
25982 25982
25983 25983
25984 25984
25985 25985
25986 25986
25987 25987
25988 25988
25989 25989
25990 25990
25991 25991
25992 25992
25993 25993
25994 25994
25995 25995
25996 25996
25997 25997
25998 25998
25999 25999
26000 26000
26001 26001
26002 26002
26003 26003
26004 26004
26005 26005
26006 26006
26007 26007
26008 26008
26009 26009
26010 26010
26011 26011
26012 26012
26013 26013
26014 26014
26015 26015
26016 26016
26017 26017
26018 26018
26019 26019
26020 26020
26021 26021
26022 26022
26023 26023
26024 26024
26025 26025
26026 26026
26027 26027
26028 26028
26029 26029
26030 26030
26031 26031
26032 26032
26033 26033
26034 26034
26035 26035
26036 26036
26037 26037
26038 26038
26039 26039
26040 26040
26041 26041
26042 26042
26043 26043
26044 26044
26045 26045
26046 26046
26047 26047
26048 26048
26049 26049
26050 26050
26051 26051
26052 26052
26053 26053
26054 26054
26055 26055
26056 26056
26057 26057
26058 26058
26059 26059
26060 26060
26061 26061
26062 26062
26063 26063
26064 26064
26065 26065
26066 26066
26067 26067
26068 26068
26069 26069
26070 26070
26071 26071
26072 26072
26073 26073
26074 26074
26075 26075
26076 26076
26077 26077
26078 26078
26079 26079
26080 26080
26081 26081
26082 26082
26083 26083
26084 26084
26085 26085
26086 26086
26087 26087
26088 26088
26089 26089
26090 26090
26091 26091
26092 26092
26093 26093
26094 26094
26095 26095
26096 26096
26097 26097
26098 26098
26099 26099
26100 26100
26101 26101
26102 26102
26103 26103
26104 26104
26105 26105
26106 26106
26107 26107
26108 26108
26109 26109
26110 26110
26111 26111
26112 26112
26113 26113
26114 26114
26115 26115
26116 26116
26117 26117
26118 26118
26119 26119
26120 26120
26121 26121
26122 26122
26123 26123
26124 26124
26125 26125
26126 26126
26127 26127
26128 26128
26129 26129
26130 26130
26131 26131
26132 26132
26133 26133
26134 26134
26135 26135
26136 26136
26137 26137
26138 26138
26139 26139
26140 26140
26141 26141
26142 26142
26143 26143
26144 26144
26145 26145
26146 26146
26147 26147
26148 26148
26149 26149
26150 26150
26151 26151
26152 26152
26153 26153
26154 26154
26155 26155
26156 26156
26157 26157
26158 26158
26159 26159
26160 26160
26161 26161
26162 26162
26163 26163
26164 26164
26165 26165
26166 26166
26167 26167
26168 26168
26169 26169
26170 26170
26171 26171
26172 26172
26173 26173
26174 26174
26175 26175
26176 26176
26177 26177
26178 26178
26179 26179
26180 26180
26181 26181
26182 26182
26183 26183
26184 26184
26185 26185
26186 26186
26187 26187
26188 26188
26189 26189
26190 26190
26191 26191
26192 26192
26193 26193
26194 26194
26195 26195
26196 26196
26197 26197
26198 26198
26199 26199
26200 26200
26201 26201
26202 26202
26203 26203
26204 26204
26205 26205
26206 26206
26207 26207
26208 26208
26209 26209
26210 26210
26211 26211
26212 26212
26213 26213
26214 26214
26215 26215
26216 26216
26217 26217
26218 26218
26219 26219
26220 26220
26221 26221
26222 26222
26223 26223
26224 26224
26225 26225
26226 26226
26227 26227
26228 26228
26229 26229
26230 26230
26231 26231
26232 26232
26233 26233
26234 26234
26235 26235
26236 26236
26237 26237
26238 26238
26239 26239
26240 26240
26241 26241
26242 26242
26243 26243
26244 26244
26245 26245
26246 26246
26247 26247
26248 26248
26249 26249
26250 26250
26251 26251
26252 26252
26253 26253
26254 26254
26255 26255
26256 26256
26257 26257
26258 26258
26259 26259
26260 26260
26261 26261
26262 26262
26263 26263
26264 26264
26265 26265
26266 26266
26267 26267
26268 26268
26269 26269
26270 26270
26271 26271
26272 26272
26273 26273
26274 26274
26275 26275
26276 26276
26277 26277
26278 26278
26279 26279
26280 26280
26281 26281
26282 26282
26283 26283
26284 26284
26285 26285
26286 26286
26287 26287
26288 26288
26289 26289
26290 26290
26291 26291
26292 26292
26293 26293
26294 26294
26295 26295
26296 26296
26297 26297
26298 26298
26299 26299
26300 26300
26301 26301
26302 26302
26303 26303
26304 26304
26305 26305
26306 26306
26307 26307
26308 26308
26309 26309
26310 26310
26311 26311
26312 26312
26313 26313
26314 26314
26315 26315
26316 26316
26317 26317
26318 26318
26319 26319
26320 26320
26321 26321
26322 26322
26323 26323
26324 26324
26325 26325
26326 26326
26327 26327
26328 26328
26329 26329
26330 26330
26331 26331
26332 26332
26333 26333
26334 26334
26335 26335
26336 26336
26337 26337
26338 26338
26339 26339
26340 26340
26341 26341
26342 26342
26343 26343
26344 26344
26345 26345
26346 26346
26347 26347
26348 26348
26349 26349
26350 26350
26351 26351
26352 26352
26353 26353
26354 26354
26355 26355
26356 26356
26357 26357
26358 26358
26359 26359
26360 26360
26361 26361
26362 26362
26363 26363
26364 26364
26365 26365
26366 26366
26367 26367
26368 26368
26369 26369
26370 26370
26371 26371
26372 26372
26373 26373
26374 26374
26375 26375
26376 26376
26377 26377
26378 26378
26379 26379
26380 26380
26381 26381
26382 26382
26383 26383
26384 26384
26385 26385
26386 26386
26387 26387
26388 26388
26389 26389
26390 26390
26391 26391
26392 26392
26393 26393
26394 26394
26395 26395
26396 26396
26397 26397
26398 26398
26399 26399
26400 26400
26401 26401
26402 26402
26403 26403
26404 26404
26405 26405
26406 26406
26407 26407
26408 26408
26409 26409
26410 26410
26411 26411
26412 26412
26413 26413
26414 26414
26415 26415
26416 26416
26417 26417
26418 26418
26419 26419
26420 26420
26421 26421
26422 26422
26423 26423
26424 26424
26425 26425
26426 26426
26427 26427
26428 26428
26429 26429
26430 26430
26431 26431
26432 26432
26433 26433
26434 26434
26435 26435
26436 26436
26437 26437
26438 26438
26439 26439
26440 26440
26441 26441
26442 26442
26443 26443
26444 26444
26445 26445
26446 26446
26447 26447
26448 26448
26449 26449
26450 26450
26451 26451
26452 26452
26453 26453
26454 26454
26455 26455
26456 26456
26457 26457
26458 26458
26459 26459
26460 26460
26461 26461
26462 26462
26463 26463
26464 26464
26465 26465
26466 26466
26467 26467
26468 26468
26469 26469
26470 26470
26471 26471
26472 26472
26473 26473
26474 26474
26475 26475
26476 26476
26477 26477
26478 26478
26479 26479
26480 26480
26481 26481
26482 26482
26483 26483
26484 26484
26485 26485
26486 26486
26487 26487
26488 26488
26489 26489
26490 26490
26491 26491
26492 26492
26493 26493
26494 26494
26495 26495
26496 26496
26497 26497
26498 26498
26499 26499
26500 26500
26501 26501
26502 26502
26503 26503
26504 26504
26505 26505
26506 26506
26507 26507
26508 26508
26509 26509
26510 26510
26511 26511
26512 26512
26513 26513
26514 26514
26515 26515
26516 26516
26517 26517
26518 26518
26519 26519
26520 26520
26521 26521
26522 26522
26523 26523
26524 26524
26525 26525
26526 26526
26527 26527
26528 26528
26529 26529
26530 26530
26531 26531
26532 26532
26533 26533
26534 26534
26535 26535
26536 26536
26537 26537
26538 26538
26539 26539
26540 26540
26541 26541
26542 26542
26543 26543
26544 26544
26545 26545
26546 26546
26547 26547
26548 26548
26549 26549
26550 26550
26551 26551
26552 26552
26553 26553
26554 26554
26555 26555
26556 26556
26557 26557
26558 26558
26559 26559
26560 26560
26561 26561
26562 26562
26563 26563
26564 26564
26565 26565
26566 26566
26567 26567
26568 26568
26569 26569
26570 26570
26571 26571
26572 26572
26573 26573
26574 26574
26575 26575
26576 26576
26577 26577
26578 26578
26579 26579
26580 26580
26581 26581
26582 26582
26583 26583
26584 26584
26585 26585
26586 26586
26587 26587
26588 26588
26589 26589
26590 26590
26591 26591
26592 26592
26593 26593
26594 26594
26595 26595
26596 26596
26597 26597
26598 26598
26599 26599
26600 26600
26601 26601
26602 26602
26603 26603
26604 26604
26605 26605
26606 26606
26607 26607
26608 26608
26609 26609
26610 26610
26611 26611
26612 26612
26613 26613
26614 26614
26615 26615
26616 26616
26617 26617
26618 26618
26619 26619
26620 26620
26621 26621
26622 26622
26623 26623
26624 26624
26625 26625
26626 26626
26627 26627
26628 26628
26629 26629
26630 26630
26631 26631
26632 26632
26633 26633
26634 26634
26635 26635
26636 26636
26637 26637
26638 26638
26639 26639
26640 26640
26641 26641
26642 26642
26643 26643
26644 26644
26645 26645
26646 26646
26647 26647
26648 26648
26649 26649
26650 26650
26651 26651
26652 26652
26653 26653
26654 26654
26655 26655
26656 26656
26657 26657
26658 26658
26659 26659
26660 26660
26661 26661
26662 26662
26663 26663
26664 26664
26665 26665
26666 26666
26667 26667
26668 26668
26669 26669
26670 26670
26671 26671
26672 26672
26673 26673
26674 26674
26675 26675
26676 26676
26677 26677
26678 26678
26679 26679
26680 26680
26681 26681
26682 26682
26683 26683
26684 26684
26685 26685
26686 26686
26687 26687
26688 26688
26689 26689
26690 26690
26691 26691
26692 26692
26693 26693
26694 26694
26695 26695
26696 26696
26697 26697
26698 26698
26699 26699
26700 26700
26701 26701
26702 26702
26703 26703
26704 26704
26705 26705
26706 26706
26707 26707
26708 26708
26709 26709
26710 26710
26711 26711
26712 26712
26713 26713
26714 26714
26715 26715
26716 26716
26717 26717
26718 26718
26719 26719
26720 26720
26721 26721
26722 26722
26723 26723
26724 26724
26725 26725
26726 26726
26727 26727
26728 26728
26729 26729
26730 26730
26731 26731
26732 26732
26733 26733
26734 26734
26735 26735
26736 26736
26737 26737
26738 26738
26739 26739
26740 26740
26741 26741
26742 26742
26743 26743
26744 26744
26745 26745
26746 26746
26747 26747
26748 26748
26749 26749
26750 26750
26751 26751
26752 26752
26753 26753
26754 26754
26755 26755
26756 26756
26757 26757
26758 26758
26759 26759
26760 26760
26761 26761
26762 26762
26763 26763
26764 26764
26765 26765
26766 26766
26767 26767
26768 26768
26769 26769
26770 26770
26771 26771
26772 26772
26773 26773
26774 26774
26775 26775
26776 26776
26777 26777
26778 26778
26779 26779
26780 26780
26781 26781
26782 26782
26783 26783
26784 26784
26785 26785
26786 26786
26787 26787
26788 26788
26789 26789
26790 26790
26791 26791
26792 26792
26793 26793
26794 26794
26795 26795
26796 26796
26797 26797
26798 26798
26799 26799
26800 26800
26801 26801
26802 26802
26803 26803
26804 26804
26805 26805
26806 26806
26807 26807
26808 26808
26809 26809
26810 26810
26811 26811
26812 26812
26813 26813
26814 26814
26815 26815
26816 26816
26817 26817
26818 26818
26819 26819
26820 26820
26821 26821
26822 26822
26823 26823
26824 26824
26825 26825
26826 26826
26827 26827
26828 26828
26829 26829
26830 26830
26831 26831
26832 26832
26833 26833
26834 26834
26835 26835
26836 26836
26837 26837
26838 26838
26839 26839
26840 26840
26841 26841
26842 26842
26843 26843
26844 26844
26845 26845
26846 26846
26847 26847
26848 26848
26849 26849
26850 26850
26851 26851
26852 26852
26853 26853
26854 26854
26855 26855
26856 26856
26857 26857
26858 26858
26859 26859
26860 26860
26861 26861
26862 26862
26863 26863
26864 26864
26865 26865
26866 26866
26867 26867
26868 26868
26869 26869
26870 26870
26871 26871
26872 26872
26873 26873
26874 26874
26875 26875
26876 26876
26877 26877
26878 26878
26879 26879
26880 26880
26881 26881
26882 26882
26883 26883
26884 26884
26885 26885
26886 26886
26887 26887
26888 26888
26889 26889
26890 26890
26891 26891
26892 26892
26893 26893
26894 26894
26895 26895
26896 26896
26897 26897
26898 26898
26899 26899
26900 26900
26901 26901
26902 26902
26903 26903
26904 26904
26905 26905
26906 26906
26907 26907
26908 26908
26909 26909
26910 26910
26911 26911
26912 26912
26913 26913
26914 26914
26915 26915
26916 26916
26917 26917
26918 26918
26919 26919
26920 26920
26921 26921
26922 26922
26923 26923
26924 26924
26925 26925
26926 26926
26927 26927
26928 26928
26929 26929
26930 26930
26931 26931
26932 26932
26933 26933
26934 26934
26935 26935
26936 26936
26937 26937
26938 26938
26939 26939
26940 26940
26941 26941
26942 26942
26943 26943
26944 26944
26945 26945
26946 26946
26947 26947
26948 26948
26949 26949
26950 26950
26951 26951
26952 26952
26953 26953
26954 26954
26955 26955
26956 26956
26957 26957
26958 26958
26959 26959
26960 26960
26961 26961
26962 26962
26963 26963
26964 26964
26965 26965
26966 26966
26967 26967
26968 26968
26969 26969
26970 26970
26971 26971
26972 26972
26973 26973
26974 26974
26975 26975
26976 26976
26977 26977
26978 26978
26979 26979
26980 26980
26981 26981
26982 26982
26983 26983
26984 26984
26985 26985
26986 26986
26987 26987
26988 26988
26989 26989
26990 26990
26991 26991
26992 26992
26993 26993
26994 26994
26995 26995
26996 26996
26997 26997
26998 26998
26999 26999
27000 27000
27001 27001
27002 27002
27003 27003
27004 27004
27005 27005
27006 27006
27007 27007
27008 27008
27009 27009
27010 27010
27011 27011
27012 27012
27013 27013
27014 27014
27015 27015
27016 27016
27017 27017
27018 27018
27019 27019
27020 27020
27021 27021
27022 27022
27023 27023
27024 27024
27025 27025
27026 27026
27027 27027
27028 27028
27029 27029
27030 27030
27031 27031
27032 27032
27033 27033
27034 27034
27035 27035
27036 27036
27037 27037
27038 27038
27039 27039
27040 27040
27041 27041
27042 27042
27043 27043
27044 27044
27045 27045
27046 27046
27047 27047
27048 27048
27049 27049
27050 27050
27051 27051
27052 27052
27053 27053
27054 27054
27055 27055
27056 27056
27057 27057
27058 27058
27059 27059
27060 27060
27061 27061
27062 27062
27063 27063
27064 27064
27065 27065
27066 27066
27067 27067
27068 27068
27069 27069
27070 27070
27071 27071
27072 27072
27073 27073
27074 27074
27075 27075
27076 27076
27077 27077
27078 27078
27079 27079
27080 27080
27081 27081
27082 27082
27083 27083
27084 27084
27085 27085
27086 27086
27087 27087
27088 27088
27089 27089
27090 27090
27091 27091
27092 27092
27093 27093
27094 27094
27095 27095
27096 27096
27097 27097
27098 27098
27099 27099
27100 27100
27101 27101
27102 27102
27103 27103
27104 27104
27105 27105
27106 27106
27107 27107
27108 27108
27109 27109
27110 27110
27111 27111
27112 27112
27113 27113
27114 27114
27115 27115
27116 27116
27117 27117
27118 27118
27119 27119
27120 27120
27121 27121
27122 27122
27123 27123
27124 27124
27125 27125
27126 27126
27127 27127
27128 27128
27129 27129
27130 27130
27131 27131
27132 27132
27133 27133
27134 27134
27135 27135
27136 27136
27137 27137
27138 27138
27139 27139
27140 27140
27141 27141
27142 27142
27143 27143
27144 27144
27145 27145
27146 27146
27147 27147
27148 27148
27149 27149
27150 27150
27151 27151
27152 27152
27153 27153
27154 27154
27155 27155
27156 27156
27157 27157
27158 27158
27159 27159
27160 27160
27161 27161
27162 27162
27163 27163
27164 27164
27165 27165
27166 27166
27167 27167
27168 27168
27169 27169
27170 27170
27171 27171
27172 27172
27173 27173
27174 27174
27175 27175
27176 27176
27177 27177
27178 27178
27179 27179
27180 27180
27181 27181
27182 27182
27183 27183
27184 27184
27185 27185
27186 27186
27187 27187
27188 27188
27189 27189
27190 27190
27191 27191
27192 27192
27193 27193
27194 27194
27195 27195
27196 27196
27197 27197
27198 27198
27199 27199
27200 27200
27201 27201
27202 27202
27203 27203
27204 27204
27205 27205
27206 27206
27207 27207
27208 27208
27209 27209
27210 27210
27211 27211
27212 27212
27213 27213
27214 27214
27215 27215
27216 27216
27217 27217
27218 27218
27219 27219
27220 27220
27221 27221
27222 27222
27223 27223
27224 27224
27225 27225
27226 27226
27227 27227
27228 27228
27229 27229
27230 27230
27231 27231
27232 27232
27233 27233
27234 27234
27235 27235
27236 27236
27237 27237
27238 27238
27239 27239
27240 27240
27241 27241
27242 27242
27243 27243
27244 27244
27245 27245
27246 27246
27247 27247
27248 27248
27249 27249
27250 27250
27251 27251
27252 27252
27253 27253
27254 27254
27255 27255
27256 27256
27257 27257
27258 27258
27259 27259
27260 27260
27261 27261
27262 27262
27263 27263
27264 27264
27265 27265
27266 27266
27267 27267
27268 27268
27269 27269
27270 27270
27271 27271
27272 27272
27273 27273
27274 27274
27275 27275
27276 27276
27277 27277
27278 27278
27279 27279
27280 27280
27281 27281
27282 27282
27283 27283
27284 27284
27285 27285
27286 27286
27287 27287
27288 27288
27289 27289
27290 27290
27291 27291
27292 27292
27293 27293
27294 27294
27295 27295
27296 27296
27297 27297
27298 27298
27299 27299
27300 27300
27301 27301
27302 27302
27303 27303
27304 27304
27305 27305
27306 27306
27307 27307
27308 27308
27309 27309
27310 27310
27311 27311
27312 27312
27313 27313
27314 27314
27315 27315
27316 27316
27317 27317
27318 27318
27319 27319
27320 27320
27321 27321
27322 27322
27323 27323
27324 27324
27325 27325
27326 27326
27327 27327
27328 27328
27329 27329
27330 27330
27331 27331
27332 27332
27333 27333
27334 27334
27335 27335
27336 27336
27337 27337
27338 27338
27339 27339
27340 27340
27341 27341
27342 27342
27343 27343
27344 27344
27345 27345
27346 27346
27347 27347
27348 27348
27349 27349
27350 27350
27351 27351
27352 27352
27353 27353
27354 27354
27355 27355
27356 27356
27357 27357
27358 27358
27359 27359
27360 27360
27361 27361
27362 27362
27363 27363
27364 27364
27365 27365
27366 27366
27367 27367
27368 27368
27369 27369
27370 27370
27371 27371
27372 27372
27373 27373
27374 27374
27375 27375
27376 27376
27377 27377
27378 27378
27379 27379
27380 27380
27381 27381
27382 27382
27383 27383
27384 27384
27385 27385
27386 27386
27387 27387
27388 27388
27389 27389
27390 27390
27391 27391
27392 27392
27393 27393
27394 27394
27395 27395
27396 27396
27397 27397
27398 27398
27399 27399
27400 27400
27401 27401
27402 27402
27403 27403
27404 27404
27405 27405
27406 27406
27407 27407
27408 27408
27409 27409
27410 27410
27411 27411
27412 27412
27413 27413
27414 27414
27415 27415
27416 27416
27417 27417
27418 27418
27419 27419
27420 27420
27421 27421
27422 27422
27423 27423
27424 27424
27425 27425
27426 27426
27427 27427
27428 27428
27429 27429
27430 27430
27431 27431
27432 27432
27433 27433
27434 27434
27435 27435
27436 27436
27437 27437
27438 27438
27439 27439
27440 27440
27441 27441
27442 27442
27443 27443
27444 27444
27445 27445
27446 27446
27447 27447
27448 27448
27449 27449
27450 27450
27451 27451
27452 27452
27453 27453
27454 27454
27455 27455
27456 27456
27457 27457
27458 27458
27459 27459
27460 27460
27461 27461
27462 27462
27463 27463
27464 27464
27465 27465
27466 27466
27467 27467
27468 27468
27469 27469
27470 27470
27471 27471
27472 27472
27473 27473
27474 27474
27475 27475
27476 27476
27477 27477
27478 27478
27479 27479
27480 27480
27481 27481
27482 27482
27483 27483
27484 27484
27485 27485
27486 27486
27487 27487
27488 27488
27489 27489
27490 27490
27491 27491
27492 27492
27493 27493
27494 27494
27495 27495
27496 27496
27497 27497
27498 27498
27499 27499
27500 27500
27501 27501
27502 27502
27503 27503
27504 27504
27505 27505
27506 27506
27507 27507
27508 27508
27509 27509
27510 27510
27511 27511
27512 27512
27513 27513
27514 27514
27515 27515
27516 27516
27517 27517
27518 27518
27519 27519
27520 27520
27521 27521
27522 27522
27523 27523
27524 27524
27525 27525
27526 27526
27527 27527
27528 27528
27529 27529
27530 27530
27531 27531
27532 27532
27533 27533
27534 27534
27535 27535
27536 27536
27537 27537
27538 27538
27539 27539
27540 27540
27541 27541
27542 27542
27543 27543
27544 27544
27545 27545
27546 27546
27547 27547
27548 27548
27549 27549
27550 27550
27551 27551
27552 27552
27553 27553
27554 27554
27555 27555
27556 27556
27557 27557
27558 27558
27559 27559
27560 27560
27561 27561
27562 27562
27563 27563
27564 27564
27565 27565
27566 27566
27567 27567
27568 27568
27569 27569
27570 27570
27571 27571
27572 27572
27573 27573
27574 27574
27575 27575
27576 27576
27577 27577
27578 27578
27579 27579
27580 27580
27581 27581
27582 27582
27583 27583
27584 27584
27585 27585
27586 27586
27587 27587
27588 27588
27589 27589
27590 27590
27591 27591
27592 27592
27593 27593
27594 27594
27595 27595
27596 27596
27597 27597
27598 27598
27599 27599
27600 27600
27601 27601
27602 27602
27603 27603
27604 27604
27605 27605
27606 27606
27607 27607
27608 27608
27609 27609
27610 27610
27611 27611
27612 27612
27613 27613
27614 27614
27615 27615
27616 27616
27617 27617
27618 27618
27619 27619
27620 27620
27621 27621
27622 27622
27623 27623
27624 27624
27625 27625
27626 27626
27627 27627
27628 27628
27629 27629
27630 27630
27631 27631
27632 27632
27633 27633
27634 27634
27635 27635
27636 27636
27637 27637
27638 27638
27639 27639
27640 27640
27641 27641
27642 27642
27643 27643
27644 27644
27645 27645
27646 27646
27647 27647
27648 27648
27649 27649
27650 27650
27651 27651
27652 27652
27653 27653
27654 27654
27655 27655
27656 27656
27657 27657
27658 27658
27659 27659
27660 27660
27661 27661
27662 27662
27663 27663
27664 27664
27665 27665
27666 27666
27667 27667
27668 27668
27669 27669
27670 27670
27671 27671
27672 27672
27673 27673
27674 27674
27675 27675
27676 27676
27677 27677
27678 27678
27679 27679
27680 27680
27681 27681
27682 27682
27683 27683
27684 27684
27685 27685
27686 27686
27687 27687
27688 27688
27689 27689
27690 27690
27691 27691
27692 27692
27693 27693
27694 27694
27695 27695
27696 27696
27697 27697
27698 27698
27699 27699
27700 27700
27701 27701
27702 27702
27703 27703
27704 27704
27705 27705
27706 27706
27707 27707
27708 27708
27709 27709
27710 27710
27711 27711
27712 27712
27713 27713
27714 27714
27715 27715
27716 27716
27717 27717
27718 27718
27719 27719
27720 27720
27721 27721
27722 27722
27723 27723
27724 27724
27725 27725
27726 27726
27727 27727
27728 27728
27729 27729
27730 27730
27731 27731
27732 27732
27733 27733
27734 27734
27735 27735
27736 27736
27737 27737
27738 27738
27739 27739
27740 27740
27741 27741
27742 27742
27743 27743
27744 27744
27745 27745
27746 27746
27747 27747
27748 27748
27749 27749
27750 27750
27751 27751
27752 27752
27753 27753
27754 27754
27755 27755
27756 27756
27757 27757
27758 27758
27759 27759
27760 27760
27761 27761
27762 27762
27763 27763
27764 27764
27765 27765
27766 27766
27767 27767
27768 27768
27769 27769
27770 27770
27771 27771
27772 27772
27773 27773
27774 27774
27775 27775
27776 27776
27777 27777
27778 27778
27779 27779
27780 27780
27781 27781
27782 27782
27783 27783
27784 27784
27785 27785
27786 27786
27787 27787
27788 27788
27789 27789
27790 27790
27791 27791
27792 27792
27793 27793
27794 27794
27795 27795
27796 27796
27797 27797
27798 27798
27799 27799
27800 27800
27801 27801
27802 27802
27803 27803
27804 27804
27805 27805
27806 27806
27807 27807
27808 27808
27809 27809
27810 27810
27811 27811
27812 27812
27813 27813
27814 27814
27815 27815
27816 27816
27817 27817
27818 27818
27819 27819
27820 27820
27821 27821
27822 27822
27823 27823
27824 27824
27825 27825
27826 27826
27827 27827
27828 27828
27829 27829
27830 27830
27831 27831
27832 27832
27833 27833
27834 27834
27835 27835
27836 27836
27837 27837
27838 27838
27839 27839
27840 27840
27841 27841
27842 27842
27843 27843
27844 27844
27845 27845
27846 27846
27847 27847
27848 27848
27849 27849
27850 27850
27851 27851
27852 27852
27853 27853
27854 27854
27855 27855
27856 27856
27857 27857
27858 27858
27859 27859
27860 27860
27861 27861
27862 27862
27863 27863
27864 27864
27865 27865
27866 27866
27867 27867
27868 27868
27869 27869
27870 27870
27871 27871
27872 27872
27873 27873
27874 27874
27875 27875
27876 27876
27877 27877
27878 27878
27879 27879
27880 27880
27881 27881
27882 27882
27883 27883
27884 27884
27885 27885
27886 27886
27887 27887
27888 27888
27889 27889
27890 27890
27891 27891
27892 27892
27893 27893
27894 27894
27895 27895
27896 27896
27897 27897
27898 27898
27899 27899
27900 27900
27901 27901
27902 27902
27903 27903
27904 27904
27905 27905
27906 27906
27907 27907
27908 27908
27909 27909
27910 27910
27911 27911
27912 27912
27913 27913
27914 27914
27915 27915
27916 27916
27917 27917
27918 27918
27919 27919
27920 27920
27921 27921
27922 27922
27923 27923
27924 27924
27925 27925
27926 27926
27927 27927
27928 27928
27929 27929
27930 27930
27931 27931
27932 27932
27933 27933
27934 27934
27935 27935
27936 27936
27937 27937
27938 27938
27939 27939
27940 27940
27941 27941
27942 27942
27943 27943
27944 27944
27945 27945
27946 27946
27947 27947
27948 27948
27949 27949
27950 27950
27951 27951
27952 27952
27953 27953
27954 27954
27955 27955
27956 27956
27957 27957
27958 27958
27959 27959
27960 27960
27961 27961
27962 27962
27963 27963
27964 27964
27965 27965
27966 27966
27967 27967
27968 27968
27969 27969
27970 27970
27971 27971
27972 27972
27973 27973
27974 27974
27975 27975
27976 27976
27977 27977
27978 27978
27979 27979
27980 27980
27981 27981
27982 27982
27983 27983
27984 27984
27985 27985
27986 27986
27987 27987
27988 27988
27989 27989
27990 27990
27991 27991
27992 27992
27993 27993
27994 27994
27995 27995
27996 27996
27997 27997
27998 27998
27999 27999
28000 28000
28001 28001
28002 28002
28003 28003
28004 28004
28005 28005
28006 28006
28007 28007
28008 28008
28009 28009
28010 28010
28011 28011
28012 28012
28013 28013
28014 28014
28015 28015
28016 28016
28017 28017
28018 28018
28019 28019
28020 28020
28021 28021
28022 28022
28023 28023
28024 28024
28025 28025
28026 28026
28027 28027
28028 28028
28029 28029
28030 28030
28031 28031
28032 28032
28033 28033
28034 28034
28035 28035
28036 28036
28037 28037
28038 28038
28039 28039
28040 28040
28041 28041
28042 28042
28043 28043
28044 28044
28045 28045
28046 28046
28047 28047
28048 28048
28049 28049
28050 28050
28051 28051
28052 28052
28053 28053
28054 28054
28055 28055
28056 28056
28057 28057
28058 28058
28059 28059
28060 28060
28061 28061
28062 28062
28063 28063
28064 28064
28065 28065
28066 28066
28067 28067
28068 28068
28069 28069
28070 28070
28071 28071
28072 28072
28073 28073
28074 28074
28075 28075
28076 28076
28077 28077
28078 28078
28079 28079
28080 28080
28081 28081
28082 28082
28083 28083
28084 28084
28085 28085
28086 28086
28087 28087
28088 28088
28089 28089
28090 28090
28091 28091
28092 28092
28093 28093
28094 28094
28095 28095
28096 28096
28097 28097
28098 28098
28099 28099
28100 28100
28101 28101
28102 28102
28103 28103
28104 28104
28105 28105
28106 28106
28107 28107
28108 28108
28109 28109
28110 28110
28111 28111
28112 28112
28113 28113
28114 28114
28115 28115
28116 28116
28117 28117
28118 28118
28119 28119
28120 28120
28121 28121
28122 28122
28123 28123
28124 28124
28125 28125
28126 28126
28127 28127
28128 28128
28129 28129
28130 28130
28131 28131
28132 28132
28133 28133
28134 28134
28135 28135
28136 28136
28137 28137
28138 28138
28139 28139
28140 28140
28141 28141
28142 28142
28143 28143
28144 28144
28145 28145
28146 28146
28147 28147
28148 28148
28149 28149
28150 28150
28151 28151
28152 28152
28153 28153
28154 28154
28155 28155
28156 28156
28157 28157
28158 28158
28159 28159
28160 28160
28161 28161
28162 28162
28163 28163
28164 28164
28165 28165
28166 28166
28167 28167
28168 28168
28169 28169
28170 28170
28171 28171
28172 28172
28173 28173
28174 28174
28175 28175
28176 28176
28177 28177
28178 28178
28179 28179
28180 28180
28181 28181
28182 28182
28183 28183
28184 28184
28185 28185
28186 28186
28187 28187
28188 28188
28189 28189
28190 28190
28191 28191
28192 28192
28193 28193
28194 28194
28195 28195
28196 28196
28197 28197
28198 28198
28199 28199
28200 28200
28201 28201
28202 28202
28203 28203
28204 28204
28205 28205
28206 28206
28207 28207
28208 28208
28209 28209
28210 28210
28211 28211
28212 28212
28213 28213
28214 28214
28215 28215
28216 28216
28217 28217
28218 28218
28219 28219
28220 28220
28221 28221
28222 28222
28223 28223
28224 28224
28225 28225
28226 28226
28227 28227
28228 28228
28229 28229
28230 28230
28231 28231
28232 28232
28233 28233
28234 28234
28235 28235
28236 28236
28237 28237
28238 28238
28239 28239
28240 28240
28241 28241
28242 28242
28243 28243
28244 28244
28245 28245
28246 28246
28247 28247
28248 28248
28249 28249
28250 28250
28251 28251
28252 28252
28253 28253
28254 28254
28255 28255
28256 28256
28257 28257
28258 28258
28259 28259
28260 28260
28261 28261
28262 28262
28263 28263
28264 28264
28265 28265
28266 28266
28267 28267
28268 28268
28269 28269
28270 28270
28271 28271
28272 28272
28273 28273
28274 28274
28275 28275
28276 28276
28277 28277
28278 28278
28279 28279
28280 28280
28281 28281
28282 28282
28283 28283
28284 28284
28285 28285
28286 28286
28287 28287
28288 28288
28289 28289
28290 28290
28291 28291
28292 28292
28293 28293
28294 28294
28295 28295
28296 28296
28297 28297
28298 28298
28299 28299
28300 28300
28301 28301
28302 28302
28303 28303
28304 28304
28305 28305
28306 28306
28307 28307
28308 28308
28309 28309
28310 28310
28311 28311
28312 28312
28313 28313
28314 28314
28315 28315
28316 28316
28317 28317
28318 28318
28319 28319
28320 28320
28321 28321
28322 28322
28323 28323
28324 28324
28325 28325
28326 28326
28327 28327
28328 28328
28329 28329
28330 28330
28331 28331
28332 28332
28333 28333
28334 28334
28335 28335
28336 28336
28337 28337
28338 28338
28339 28339
28340 28340
28341 28341
28342 28342
28343 28343
28344 28344
28345 28345
28346 28346
28347 28347
28348 28348
28349 28349
28350 28350
28351 28351
28352 28352
28353 28353
28354 28354
28355 28355
28356 28356
28357 28357
28358 28358
28359 28359
28360 28360
28361 28361
28362 28362
28363 28363
28364 28364
28365 28365
28366 28366
28367 28367
28368 28368
28369 28369
28370 28370
28371 28371
28372 28372
28373 28373
28374 28374
28375 28375
28376 28376
28377 28377
28378 28378
28379 28379
28380 28380
28381 28381
28382 28382
28383 28383
28384 28384
28385 28385
28386 28386
28387 28387
28388 28388
28389 28389
28390 28390
28391 28391
28392 28392
28393 28393
28394 28394
28395 28395
28396 28396
28397 28397
28398 28398
28399 28399
28400 28400
28401 28401
28402 28402
28403 28403
28404 28404
28405 28405
28406 28406
28407 28407
28408 28408
28409 28409
28410 28410
28411 28411
28412 28412
28413 28413
28414 28414
28415 28415
28416 28416
28417 28417
28418 28418
28419 28419
28420 28420
28421 28421
28422 28422
28423 28423
28424 28424
28425 28425
28426 28426
28427 28427
28428 28428
28429 28429
28430 28430
28431 28431
28432 28432
28433 28433
28434 28434
28435 28435
28436 28436
28437 28437
28438 28438
28439 28439
28440 28440
28441 28441
28442 28442
28443 28443
28444 28444
28445 28445
28446 28446
28447 28447
28448 28448
28449 28449
28450 28450
28451 28451
28452 28452
28453 28453
28454 28454
28455 28455
28456 28456
28457 28457
28458 28458
28459 28459
28460 28460
28461 28461
28462 28462
28463 28463
28464 28464
28465 28465
28466 28466
28467 28467
28468 28468
28469 28469
28470 28470
28471 28471
28472 28472
28473 28473
28474 28474
28475 28475
28476 28476
28477 28477
28478 28478
28479 28479
28480 28480
28481 28481
28482 28482
28483 28483
28484 28484
28485 28485
28486 28486
28487 28487
28488 28488
28489 28489
28490 28490
28491 28491
28492 28492
28493 28493
28494 28494
28495 28495
28496 28496
28497 28497
28498 28498
28499 28499
28500 28500
28501 28501
28502 28502
28503 28503
28504 28504
28505 28505
28506 28506
28507 28507
28508 28508
28509 28509
28510 28510
28511 28511
28512 28512
28513 28513
28514 28514
28515 28515
28516 28516
28517 28517
28518 28518
28519 28519
28520 28520
28521 28521
28522 28522
28523 28523
28524 28524
28525 28525
28526 28526
28527 28527
28528 28528
28529 28529
28530 28530
28531 28531
28532 28532
28533 28533
28534 28534
28535 28535
28536 28536
28537 28537
28538 28538
28539 28539
28540 28540
28541 28541
28542 28542
28543 28543
28544 28544
28545 28545
28546 28546
28547 28547
28548 28548
28549 28549
28550 28550
28551 28551
28552 28552
28553 28553
28554 28554
28555 28555
28556 28556
28557 28557
28558 28558
28559 28559
28560 28560
28561 28561
28562 28562
28563 28563
28564 28564
28565 28565
28566 28566
28567 28567
28568 28568
28569 28569
28570 28570
28571 28571
28572 28572
28573 28573
28574 28574
28575 28575
28576 28576
28577 28577
28578 28578
28579 28579
28580 28580
28581 28581
28582 28582
28583 28583
28584 28584
28585 28585
28586 28586
28587 28587
28588 28588
28589 28589
28590 28590
28591 28591
28592 28592
28593 28593
28594 28594
28595 28595
28596 28596
28597 28597
28598 28598
28599 28599
28600 28600
28601 28601
28602 28602
28603 28603
28604 28604
28605 28605
28606 28606
28607 28607
28608 28608
28609 28609
28610 28610
28611 28611
28612 28612
28613 28613
28614 28614
28615 28615
28616 28616
28617 28617
28618 28618
28619 28619
28620 28620
28621 28621
28622 28622
28623 28623
28624 28624
28625 28625
28626 28626
28627 28627
28628 28628
28629 28629
28630 28630
28631 28631
28632 28632
28633 28633
28634 28634
28635 28635
28636 28636
28637 28637
28638 28638
28639 28639
28640 28640
28641 28641
28642 28642
28643 28643
28644 28644
28645 28645
28646 28646
28647 28647
28648 28648
28649 28649
28650 28650
28651 28651
28652 28652
28653 28653
28654 28654
28655 28655
28656 28656
28657 28657
28658 28658
28659 28659
28660 28660
28661 28661
28662 28662
28663 28663
28664 28664
28665 28665
28666 28666
28667 28667
28668 28668
28669 28669
28670 28670
28671 28671
28672 28672
28673 28673
28674 28674
28675 28675
28676 28676
28677 28677
28678 28678
28679 28679
28680 28680
28681 28681
28682 28682
28683 28683
28684 28684
28685 28685
28686 28686
28687 28687
28688 28688
28689 28689
28690 28690
28691 28691
28692 28692
28693 28693
28694 28694
28695 28695
28696 28696
28697 28697
28698 28698
28699 28699
28700 28700
28701 28701
28702 28702
28703 28703
28704 28704
28705 28705
28706 28706
28707 28707
28708 28708
28709 28709
28710 28710
28711 28711
28712 28712
28713 28713
28714 28714
28715 28715
28716 28716
28717 28717
28718 28718
28719 28719
28720 28720
28721 28721
28722 28722
28723 28723
28724 28724
28725 28725
28726 28726
28727 28727
28728 28728
28729 28729
28730 28730
28731 28731
28732 28732
28733 28733
28734 28734
28735 28735
28736 28736
28737 28737
28738 28738
28739 28739
28740 28740
28741 28741
28742 28742
28743 28743
28744 28744
28745 28745
28746 28746
28747 28747
28748 28748
28749 28749
28750 28750
28751 28751
28752 28752
28753 28753
28754 28754
28755 28755
28756 28756
28757 28757
28758 28758
28759 28759
28760 28760
28761 28761
28762 28762
28763 28763
28764 28764
28765 28765
28766 28766
28767 28767
28768 28768
28769 28769
28770 28770
28771 28771
28772 28772
28773 28773
28774 28774
28775 28775
28776 28776
28777 28777
28778 28778
28779 28779
28780 28780
28781 28781
28782 28782
28783 28783
28784 28784
28785 28785
28786 28786
28787 28787
28788 28788
28789 28789
28790 28790
28791 28791
28792 28792
28793 28793
28794 28794
28795 28795
28796 28796
28797 28797
28798 28798
28799 28799
28800 28800
28801 28801
28802 28802
28803 28803
28804 28804
28805 28805
28806 28806
28807 28807
28808 28808
28809 28809
28810 28810
28811 28811
28812 28812
28813 28813
28814 28814
28815 28815
28816 28816
28817 28817
28818 28818
28819 28819
28820 28820
28821 28821
28822 28822
28823 28823
28824 28824
28825 28825
28826 28826
28827 28827
28828 28828
28829 28829
28830 28830
28831 28831
28832 28832
28833 28833
28834 28834
28835 28835
28836 28836
28837 28837
28838 28838
28839 28839
28840 28840
28841 28841
28842 28842
28843 28843
28844 28844
28845 28845
28846 28846
28847 28847
28848 28848
28849 28849
28850 28850
28851 28851
28852 28852
28853 28853
28854 28854
28855 28855
28856 28856
28857 28857
28858 28858
28859 28859
28860 28860
28861 28861
28862 28862
28863 28863
28864 28864
28865 28865
28866 28866
28867 28867
28868 28868
28869 28869
28870 28870
28871 28871
28872 28872
28873 28873
28874 28874
28875 28875
28876 28876
28877 28877
28878 28878
28879 28879
28880 28880
28881 28881
28882 28882
28883 28883
28884 28884
28885 28885
28886 28886
28887 28887
28888 28888
28889 28889
28890 28890
28891 28891
28892 28892
28893 28893
28894 28894
28895 28895
28896 28896
28897 28897
28898 28898
28899 28899
28900 28900
28901 28901
28902 28902
28903 28903
28904 28904
28905 28905
28906 28906
28907 28907
28908 28908
28909 28909
28910 28910
28911 28911
28912 28912
28913 28913
28914 28914
28915 28915
28916 28916
28917 28917
28918 28918
28919 28919
28920 28920
28921 28921
28922 28922
28923 28923
28924 28924
28925 28925
28926 28926
28927 28927
28928 28928
28929 28929
28930 28930
28931 28931
28932 28932
28933 28933
28934 28934
28935 28935
28936 28936
28937 28937
28938 28938
28939 28939
28940 28940
28941 28941
28942 28942
28943 28943
28944 28944
28945 28945
28946 28946
28947 28947
28948 28948
28949 28949
28950 28950
28951 28951
28952 28952
28953 28953
28954 28954
28955 28955
28956 28956
28957 28957
28958 28958
28959 28959
28960 28960
28961 28961
28962 28962
28963 28963
28964 28964
28965 28965
28966 28966
28967 28967
28968 28968
28969 28969
28970 28970
28971 28971
28972 28972
28973 28973
28974 28974
28975 28975
28976 28976
28977 28977
28978 28978
28979 28979
28980 28980
28981 28981
28982 28982
28983 28983
28984 28984
28985 28985
28986 28986
28987 28987
28988 28988
28989 28989
28990 28990
28991 28991
28992 28992
28993 28993
28994 28994
28995 28995
28996 28996
28997 28997
28998 28998
28999 28999
29000 29000
29001 29001
29002 29002
29003 29003
29004 29004
29005 29005
29006 29006
29007 29007
29008 29008
29009 29009
29010 29010
29011 29011
29012 29012
29013 29013
29014 29014
29015 29015
29016 29016
29017 29017
29018 29018
29019 29019
29020 29020
29021 29021
29022 29022
29023 29023
29024 29024
29025 29025
29026 29026
29027 29027
29028 29028
29029 29029
29030 29030
29031 29031
29032 29032
29033 29033
29034 29034
29035 29035
29036 29036
29037 29037
29038 29038
29039 29039
29040 29040
29041 29041
29042 29042
29043 29043
29044 29044
29045 29045
29046 29046
29047 29047
29048 29048
29049 29049
29050 29050
29051 29051
29052 29052
29053 29053
29054 29054
29055 29055
29056 29056
29057 29057
29058 29058
29059 29059
29060 29060
29061 29061
29062 29062
29063 29063
29064 29064
29065 29065
29066 29066
29067 29067
29068 29068
29069 29069
29070 29070
29071 29071
29072 29072
29073 29073
29074 29074
29075 29075
29076 29076
29077 29077
29078 29078
29079 29079
29080 29080
29081 29081
29082 29082
29083 29083
29084 29084
29085 29085
29086 29086
29087 29087
29088 29088
29089 29089
29090 29090
29091 29091
29092 29092
29093 29093
29094 29094
29095 29095
29096 29096
29097 29097
29098 29098
29099 29099
29100 29100
29101 29101
29102 29102
29103 29103
29104 29104
29105 29105
29106 29106
29107 29107
29108 29108
29109 29109
29110 29110
29111 29111
29112 29112
29113 29113
29114 29114
29115 29115
29116 29116
29117 29117
29118 29118
29119 29119
29120 29120
29121 29121
29122 29122
29123 29123
29124 29124
29125 29125
29126 29126
29127 29127
29128 29128
29129 29129
29130 29130
29131 29131
29132 29132
29133 29133
29134 29134
29135 29135
29136 29136
29137 29137
29138 29138
29139 29139
29140 29140
29141 29141
29142 29142
29143 29143
29144 29144
29145 29145
29146 29146
29147 29147
29148 29148
29149 29149
29150 29150
29151 29151
29152 29152
29153 29153
29154 29154
29155 29155
29156 29156
29157 29157
29158 29158
29159 29159
29160 29160
29161 29161
29162 29162
29163 29163
29164 29164
29165 29165
29166 29166
29167 29167
29168 29168
29169 29169
29170 29170
29171 29171
29172 29172
29173 29173
29174 29174
29175 29175
29176 29176
29177 29177
29178 29178
29179 29179
29180 29180
29181 29181
29182 29182
29183 29183
29184 29184
29185 29185
29186 29186
29187 29187
29188 29188
29189 29189
29190 29190
29191 29191
29192 29192
29193 29193
29194 29194
29195 29195
29196 29196
29197 29197
29198 29198
29199 29199
29200 29200
29201 29201
29202 29202
29203 29203
29204 29204
29205 29205
29206 29206
29207 29207
29208 29208
29209 29209
29210 29210
29211 29211
29212 29212
29213 29213
29214 29214
29215 29215
29216 29216
29217 29217
29218 29218
29219 29219
29220 29220
29221 29221
29222 29222
29223 29223
29224 29224
29225 29225
29226 29226
29227 29227
29228 29228
29229 29229
29230 29230
29231 29231
29232 29232
29233 29233
29234 29234
29235 29235
29236 29236
29237 29237
29238 29238
29239 29239
29240 29240
29241 29241
29242 29242
29243 29243
29244 29244
29245 29245
29246 29246
29247 29247
29248 29248
29249 29249
29250 29250
29251 29251
29252 29252
29253 29253
29254 29254
29255 29255
29256 29256
29257 29257
29258 29258
29259 29259
29260 29260
29261 29261
29262 29262
29263 29263
29264 29264
29265 29265
29266 29266
29267 29267
29268 29268
29269 29269
29270 29270
29271 29271
29272 29272
29273 29273
29274 29274
29275 29275
29276 29276
29277 29277
29278 29278
29279 29279
29280 29280
29281 29281
29282 29282
29283 29283
29284 29284
29285 29285
29286 29286
29287 29287
29288 29288
29289 29289
29290 29290
29291 29291
29292 29292
29293 29293
29294 29294
29295 29295
29296 29296
29297 29297
29298 29298
29299 29299
29300 29300
29301 29301
29302 29302
29303 29303
29304 29304
29305 29305
29306 29306
29307 29307
29308 29308
29309 29309
29310 29310
29311 29311
29312 29312
29313 29313
29314 29314
29315 29315
29316 29316
29317 29317
29318 29318
29319 29319
29320 29320
29321 29321
29322 29322
29323 29323
29324 29324
29325 29325
29326 29326
29327 29327
29328 29328
29329 29329
29330 29330
29331 29331
29332 29332
29333 29333
29334 29334
29335 29335
29336 29336
29337 29337
29338 29338
29339 29339
29340 29340
29341 29341
29342 29342
29343 29343
29344 29344
29345 29345
29346 29346
29347 29347
29348 29348
29349 29349
29350 29350
29351 29351
29352 29352
29353 29353
29354 29354
29355 29355
29356 29356
29357 29357
29358 29358
29359 29359
29360 29360
29361 29361
29362 29362
29363 29363
29364 29364
29365 29365
29366 29366
29367 29367
29368 29368
29369 29369
29370 29370
29371 29371
29372 29372
29373 29373
29374 29374
29375 29375
29376 29376
29377 29377
29378 29378
29379 29379
29380 29380
29381 29381
29382 29382
29383 29383
29384 29384
29385 29385
29386 29386
29387 29387
29388 29388
29389 29389
29390 29390
29391 29391
29392 29392
29393 29393
29394 29394
29395 29395
29396 29396
29397 29397
29398 29398
29399 29399
29400 29400
29401 29401
29402 29402
29403 29403
29404 29404
29405 29405
29406 29406
29407 29407
29408 29408
29409 29409
29410 29410
29411 29411
29412 29412
29413 29413
29414 29414
29415 29415
29416 29416
29417 29417
29418 29418
29419 29419
29420 29420
29421 29421
29422 29422
29423 29423
29424 29424
29425 29425
29426 29426
29427 29427
29428 29428
29429 29429
29430 29430
29431 29431
29432 29432
29433 29433
29434 29434
29435 29435
29436 29436
29437 29437
29438 29438
29439 29439
29440 29440
29441 29441
29442 29442
29443 29443
29444 29444
29445 29445
29446 29446
29447 29447
29448 29448
29449 29449
29450 29450
29451 29451
29452 29452
29453 29453
29454 29454
29455 29455
29456 29456
29457 29457
29458 29458
29459 29459
29460 29460
29461 29461
29462 29462
29463 29463
29464 29464
29465 29465
29466 29466
29467 29467
29468 29468
29469 29469
29470 29470
29471 29471
29472 29472
29473 29473
29474 29474
29475 29475
29476 29476
29477 29477
29478 29478
29479 29479
29480 29480
29481 29481
29482 29482
29483 29483
29484 29484
29485 29485
29486 29486
29487 29487
29488 29488
29489 29489
29490 29490
29491 29491
29492 29492
29493 29493
29494 29494
29495 29495
29496 29496
29497 29497
29498 29498
29499 29499
29500 29500
29501 29501
29502 29502
29503 29503
29504 29504
29505 29505
29506 29506
29507 29507
29508 29508
29509 29509
29510 29510
29511 29511
29512 29512
29513 29513
29514 29514
29515 29515
29516 29516
29517 29517
29518 29518
29519 29519
29520 29520
29521 29521
29522 29522
29523 29523
29524 29524
29525 29525
29526 29526
29527 29527
29528 29528
29529 29529
29530 29530
29531 29531
29532 29532
29533 29533
29534 29534
29535 29535
29536 29536
29537 29537
29538 29538
29539 29539
29540 29540
29541 29541
29542 29542
29543 29543
29544 29544
29545 29545
29546 29546
29547 29547
29548 29548
29549 29549
29550 29550
29551 29551
29552 29552
29553 29553
29554 29554
29555 29555
29556 29556
29557 29557
29558 29558
29559 29559
29560 29560
29561 29561
29562 29562
29563 29563
29564 29564
29565 29565
29566 29566
29567 29567
29568 29568
29569 29569
29570 29570
29571 29571
29572 29572
29573 29573
29574 29574
29575 29575
29576 29576
29577 29577
29578 29578
29579 29579
29580 29580
29581 29581
29582 29582
29583 29583
29584 29584
29585 29585
29586 29586
29587 29587
29588 29588
29589 29589
29590 29590
29591 29591
29592 29592
29593 29593
29594 29594
29595 29595
29596 29596
29597 29597
29598 29598
29599 29599
29600 29600
29601 29601
29602 29602
29603 29603
29604 29604
29605 29605
29606 29606
29607 29607
29608 29608
29609 29609
29610 29610
29611 29611
29612 29612
29613 29613
29614 29614
29615 29615
29616 29616
29617 29617
29618 29618
29619 29619
29620 29620
29621 29621
29622 29622
29623 29623
29624 29624
29625 29625
29626 29626
29627 29627
29628 29628
29629 29629
29630 29630
29631 29631
29632 29632
29633 29633
29634 29634
29635 29635
29636 29636
29637 29637
29638 29638
29639 29639
29640 29640
29641 29641
29642 29642
29643 29643
29644 29644
29645 29645
29646 29646
29647 29647
29648 29648
29649 29649
29650 29650
29651 29651
29652 29652
29653 29653
29654 29654
29655 29655
29656 29656
29657 29657
29658 29658
29659 29659
29660 29660
29661 29661
29662 29662
29663 29663
29664 29664
29665 29665
29666 29666
29667 29667
29668 29668
29669 29669
29670 29670
29671 29671
29672 29672
29673 29673
29674 29674
29675 29675
29676 29676
29677 29677
29678 29678
29679 29679
29680 29680
29681 29681
29682 29682
29683 29683
29684 29684
29685 29685
29686 29686
29687 29687
29688 29688
29689 29689
29690 29690
29691 29691
29692 29692
29693 29693
29694 29694
29695 29695
29696 29696
29697 29697
29698 29698
29699 29699
29700 29700
29701 29701
29702 29702
29703 29703
29704 29704
29705 29705
29706 29706
29707 29707
29708 29708
29709 29709
29710 29710
29711 29711
29712 29712
29713 29713
29714 29714
29715 29715
29716 29716
29717 29717
29718 29718
29719 29719
29720 29720
29721 29721
29722 29722
29723 29723
29724 29724
29725 29725
29726 29726
29727 29727
29728 29728
29729 29729
29730 29730
29731 29731
29732 29732
29733 29733
29734 29734
29735 29735
29736 29736
29737 29737
29738 29738
29739 29739
29740 29740
29741 29741
29742 29742
29743 29743
29744 29744
29745 29745
29746 29746
29747 29747
29748 29748
29749 29749
29750 29750
29751 29751
29752 29752
29753 29753
29754 29754
29755 29755
29756 29756
29757 29757
29758 29758
29759 29759
29760 29760
29761 29761
29762 29762
29763 29763
29764 29764
29765 29765
29766 29766
29767 29767
29768 29768
29769 29769
29770 29770
29771 29771
29772 29772
29773 29773
29774 29774
29775 29775
29776 29776
29777 29777
29778 29778
29779 29779
29780 29780
29781 29781
29782 29782
29783 29783
29784 29784
29785 29785
29786 29786
29787 29787
29788 29788
29789 29789
29790 29790
29791 29791
29792 29792
29793 29793
29794 29794
29795 29795
29796 29796
29797 29797
29798 29798
29799 29799
29800 29800
29801 29801
29802 29802
29803 29803
29804 29804
29805 29805
29806 29806
29807 29807
29808 29808
29809 29809
29810 29810
29811 29811
29812 29812
29813 29813
29814 29814
29815 29815
29816 29816
29817 29817
29818 29818
29819 29819
29820 29820
29821 29821
29822 29822
29823 29823
29824 29824
29825 29825
29826 29826
29827 29827
29828 29828
29829 29829
29830 29830
29831 29831
29832 29832
29833 29833
29834 29834
29835 29835
29836 29836
29837 29837
29838 29838
29839 29839
29840 29840
29841 29841
29842 29842
29843 29843
29844 29844
29845 29845
29846 29846
29847 29847
29848 29848
29849 29849
29850 29850
29851 29851
29852 29852
29853 29853
29854 29854
29855 29855
29856 29856
29857 29857
29858 29858
29859 29859
29860 29860
29861 29861
29862 29862
29863 29863
29864 29864
29865 29865
29866 29866
29867 29867
29868 29868
29869 29869
29870 29870
29871 29871
29872 29872
29873 29873
29874 29874
29875 29875
29876 29876
29877 29877
29878 29878
29879 29879
29880 29880
29881 29881
29882 29882
29883 29883
29884 29884
29885 29885
29886 29886
29887 29887
29888 29888
29889 29889
29890 29890
29891 29891
29892 29892
29893 29893
29894 29894
29895 29895
29896 29896
29897 29897
29898 29898
29899 29899
29900 29900
29901 29901
29902 29902
29903 29903
29904 29904
29905 29905
29906 29906
29907 29907
29908 29908
29909 29909
29910 29910
29911 29911
29912 29912
29913 29913
29914 29914
29915 29915
29916 29916
29917 29917
29918 29918
29919 29919
29920 29920
29921 29921
29922 29922
29923 29923
29924 29924
29925 29925
29926 29926
29927 29927
29928 29928
29929 29929
29930 29930
29931 29931
29932 29932
29933 29933
29934 29934
29935 29935
29936 29936
29937 29937
29938 29938
29939 29939
29940 29940
29941 29941
29942 29942
29943 29943
29944 29944
29945 29945
29946 29946
29947 29947
29948 29948
29949 29949
29950 29950
29951 29951
29952 29952
29953 29953
29954 29954
29955 29955
29956 29956
29957 29957
29958 29958
29959 29959
29960 29960
29961 29961
29962 29962
29963 29963
29964 29964
29965 29965
29966 29966
29967 29967
29968 29968
29969 29969
29970 29970
29971 29971
29972 29972
29973 29973
29974 29974
29975 29975
29976 29976
29977 29977
29978 29978
29979 29979
29980 29980
29981 29981
29982 29982
29983 29983
29984 29984
29985 29985
29986 29986
29987 29987
29988 29988
29989 29989
29990 29990
29991 29991
29992 29992
29993 29993
29994 29994
29995 29995
29996 29996
29997 29997
29998 29998
29999 29999
30000 30000
30001 30001
30002 30002
30003 30003
30004 30004
30005 30005
30006 30006
30007 30007
30008 30008
30009 30009
30010 30010
30011 30011
30012 30012
30013 30013
30014 30014
30015 30015
30016 30016
30017 30017
30018 30018
30019 30019
30020 30020
30021 30021
30022 30022
30023 30023
30024 30024
30025 30025
30026 30026
30027 30027
30028 30028
30029 30029
30030 30030
30031 30031
30032 30032
30033 30033
30034 30034
30035 30035
30036 30036
30037 30037
30038 30038
30039 30039
30040 30040
30041 30041
30042 30042
30043 30043
30044 30044
30045 30045
30046 30046
30047 30047
30048 30048
30049 30049
30050 30050
30051 30051
30052 30052
30053 30053
30054 30054
30055 30055
30056 30056
30057 30057
30058 30058
30059 30059
30060 30060
30061 30061
30062 30062
30063 30063
30064 30064
30065 30065
30066 30066
30067 30067
30068 30068
30069 30069
30070 30070
30071 30071
30072 30072
30073 30073
30074 30074
30075 30075
30076 30076
30077 30077
30078 30078
30079 30079
30080 30080
30081 30081
30082 30082
30083 30083
30084 30084
30085 30085
30086 30086
30087 30087
30088 30088
30089 30089
30090 30090
30091 30091
30092 30092
30093 30093
30094 30094
30095 30095
30096 30096
30097 30097
30098 30098
30099 30099
30100 30100
30101 30101
30102 30102
30103 30103
30104 30104
30105 30105
30106 30106
30107 30107
30108 30108
30109 30109
30110 30110
30111 30111
30112 30112
30113 30113
30114 30114
30115 30115
30116 30116
30117 30117
30118 30118
30119 30119
30120 30120
30121 30121
30122 30122
30123 30123
30124 30124
30125 30125
30126 30126
30127 30127
30128 30128
30129 30129
30130 30130
30131 30131
30132 30132
30133 30133
30134 30134
30135 30135
30136 30136
30137 30137
30138 30138
30139 30139
30140 30140
30141 30141
30142 30142
30143 30143
30144 30144
30145 30145
30146 30146
30147 30147
30148 30148
30149 30149
30150 30150
30151 30151
30152 30152
30153 30153
30154 30154
30155 30155
30156 30156
30157 30157
30158 30158
30159 30159
30160 30160
30161 30161
30162 30162
30163 30163
30164 30164
30165 30165
30166 30166
30167 30167
30168 30168
30169 30169
30170 30170
30171 30171
30172 30172
30173 30173
30174 30174
30175 30175
30176 30176
30177 30177
30178 30178
30179 30179
30180 30180
30181 30181
30182 30182
30183 30183
30184 30184
30185 30185
30186 30186
30187 30187
30188 30188
30189 30189
30190 30190
30191 30191
30192 30192
30193 30193
30194 30194
30195 30195
30196 30196
30197 30197
30198 30198
30199 30199
30200 30200
30201 30201
30202 30202
30203 30203
30204 30204
30205 30205
30206 30206
30207 30207
30208 30208
30209 30209
30210 30210
30211 30211
30212 30212
30213 30213
30214 30214
30215 30215
30216 30216
30217 30217
30218 30218
30219 30219
30220 30220
30221 30221
30222 30222
30223 30223
30224 30224
30225 30225
30226 30226
30227 30227
30228 30228
30229 30229
30230 30230
30231 30231
30232 30232
30233 30233
30234 30234
30235 30235
30236 30236
30237 30237
30238 30238
30239 30239
30240 30240
30241 30241
30242 30242
30243 30243
30244 30244
30245 30245
30246 30246
30247 30247
30248 30248
30249 30249
30250 30250
30251 30251
30252 30252
30253 30253
30254 30254
30255 30255
30256 30256
30257 30257
30258 30258
30259 30259
30260 30260
30261 30261
30262 30262
30263 30263
30264 30264
30265 30265
30266 30266
30267 30267
30268 30268
30269 30269
30270 30270
30271 30271
30272 30272
30273 30273
30274 30274
30275 30275
30276 30276
30277 30277
30278 30278
30279 30279
30280 30280
30281 30281
30282 30282
30283 30283
30284 30284
30285 30285
30286 30286
30287 30287
30288 30288
30289 30289
30290 30290
30291 30291
30292 30292
30293 30293
30294 30294
30295 30295
30296 30296
30297 30297
30298 30298
30299 30299
30300 30300
30301 30301
30302 30302
30303 30303
30304 30304
30305 30305
30306 30306
30307 30307
30308 30308
30309 30309
30310 30310
30311 30311
30312 30312
30313 30313
30314 30314
30315 30315
30316 30316
30317 30317
30318 30318
30319 30319
30320 30320
30321 30321
30322 30322
30323 30323
30324 30324
30325 30325
30326 30326
30327 30327
30328 30328
30329 30329
30330 30330
30331 30331
30332 30332
30333 30333
30334 30334
30335 30335
30336 30336
30337 30337
30338 30338
30339 30339
30340 30340
30341 30341
30342 30342
30343 30343
30344 30344
30345 30345
30346 30346
30347 30347
30348 30348
30349 30349
30350 30350
30351 30351
30352 30352
30353 30353
30354 30354
30355 30355
30356 30356
30357 30357
30358 30358
30359 30359
30360 30360
30361 30361
30362 30362
30363 30363
30364 30364
30365 30365
30366 30366
30367 30367
30368 30368
30369 30369
30370 30370
30371 30371
30372 30372
30373 30373
30374 30374
30375 30375
30376 30376
30377 30377
30378 30378
30379 30379
30380 30380
30381 30381
30382 30382
30383 30383
30384 30384
30385 30385
30386 30386
30387 30387
30388 30388
30389 30389
30390 30390
30391 30391
30392 30392
30393 30393
30394 30394
30395 30395
30396 30396
30397 30397
30398 30398
30399 30399
30400 30400
30401 30401
30402 30402
30403 30403
30404 30404
30405 30405
30406 30406
30407 30407
30408 30408
30409 30409
30410 30410
30411 30411
30412 30412
30413 30413
30414 30414
30415 30415
30416 30416
30417 30417
30418 30418
30419 30419
30420 30420
30421 30421
30422 30422
30423 30423
30424 30424
30425 30425
30426 30426
30427 30427
30428 30428
30429 30429
30430 30430
30431 30431
30432 30432
30433 30433
30434 30434
30435 30435
30436 30436
30437 30437
30438 30438
30439 30439
30440 30440
30441 30441
30442 30442
30443 30443
30444 30444
30445 30445
30446 30446
30447 30447
30448 30448
30449 30449
30450 30450
30451 30451
30452 30452
30453 30453
30454 30454
30455 30455
30456 30456
30457 30457
30458 30458
30459 30459
30460 30460
30461 30461
30462 30462
30463 30463
30464 30464
30465 30465
30466 30466
30467 30467
30468 30468
30469 30469
30470 30470
30471 30471
30472 30472
30473 30473
30474 30474
30475 30475
30476 30476
30477 30477
30478 30478
30479 30479
30480 30480
30481 30481
30482 30482
30483 30483
30484 30484
30485 30485
30486 30486
30487 30487
30488 30488
30489 30489
30490 30490
30491 30491
30492 30492
30493 30493
30494 30494
30495 30495
30496 30496
30497 30497
30498 30498
30499 30499
30500 30500
30501 30501
30502 30502
30503 30503
30504 30504
30505 30505
30506 30506
30507 30507
30508 30508
30509 30509
30510 30510
30511 30511
30512 30512
30513 30513
30514 30514
30515 30515
30516 30516
30517 30517
30518 30518
30519 30519
30520 30520
30521 30521
30522 30522
30523 30523
30524 30524
30525 30525
30526 30526
30527 30527
30528 30528
30529 30529
30530 30530
30531 30531
30532 30532
30533 30533
30534 30534
30535 30535
30536 30536
30537 30537
30538 30538
30539 30539
30540 30540
30541 30541
30542 30542
30543 30543
30544 30544
30545 30545
30546 30546
30547 30547
30548 30548
30549 30549
30550 30550
30551 30551
30552 30552
30553 30553
30554 30554
30555 30555
30556 30556
30557 30557
30558 30558
30559 30559
30560 30560
30561 30561
30562 30562
30563 30563
30564 30564
30565 30565
30566 30566
30567 30567
30568 30568
30569 30569
30570 30570
30571 30571
30572 30572
30573 30573
30574 30574
30575 30575
30576 30576
30577 30577
30578 30578
30579 30579
30580 30580
30581 30581
30582 30582
30583 30583
30584 30584
30585 30585
30586 30586
30587 30587
30588 30588
30589 30589
30590 30590
30591 30591
30592 30592
30593 30593
30594 30594
30595 30595
30596 30596
30597 30597
30598 30598
30599 30599
30600 30600
30601 30601
30602 30602
30603 30603
30604 30604
30605 30605
30606 30606
30607 30607
30608 30608
30609 30609
30610 30610
30611 30611
30612 30612
30613 30613
30614 30614
30615 30615
30616 30616
30617 30617
30618 30618
30619 30619
30620 30620
30621 30621
30622 30622
30623 30623
30624 30624
30625 30625
30626 30626
30627 30627
30628 30628
30629 30629
30630 30630
30631 30631
30632 30632
30633 30633
30634 30634
30635 30635
30636 30636
30637 30637
30638 30638
30639 30639
30640 30640
30641 30641
30642 30642
30643 30643
30644 30644
30645 30645
30646 30646
30647 30647
30648 30648
30649 30649
30650 30650
30651 30651
30652 30652
30653 30653
30654 30654
30655 30655
30656 30656
30657 30657
30658 30658
30659 30659
30660 30660
30661 30661
30662 30662
30663 30663
30664 30664
30665 30665
30666 30666
30667 30667
30668 30668
30669 30669
30670 30670
30671 30671
30672 30672
30673 30673
30674 30674
30675 30675
30676 30676
30677 30677
30678 30678
30679 30679
30680 30680
30681 30681
30682 30682
30683 30683
30684 30684
30685 30685
30686 30686
30687 30687
30688 30688
30689 30689
30690 30690
30691 30691
30692 30692
30693 30693
30694 30694
30695 30695
30696 30696
30697 30697
30698 30698
30699 30699
30700 30700
30701 30701
30702 30702
30703 30703
30704 30704
30705 30705
30706 30706
30707 30707
30708 30708
30709 30709
30710 30710
30711 30711
30712 30712
30713 30713
30714 30714
30715 30715
30716 30716
30717 30717
30718 30718
30719 30719
30720 30720
30721 30721
30722 30722
30723 30723
30724 30724
30725 30725
30726 30726
30727 30727
30728 30728
30729 30729
30730 30730
30731 30731
30732 30732
30733 30733
30734 30734
30735 30735
30736 30736
30737 30737
30738 30738
30739 30739
30740 30740
30741 30741
30742 30742
30743 30743
30744 30744
30745 30745
30746 30746
30747 30747
30748 30748
30749 30749
30750 30750
30751 30751
30752 30752
30753 30753
30754 30754
30755 30755
30756 30756
30757 30757
30758 30758
30759 30759
30760 30760
30761 30761
30762 30762
30763 30763
30764 30764
30765 30765
30766 30766
30767 30767
30768 30768
30769 30769
30770 30770
30771 30771
30772 30772
30773 30773
30774 30774
30775 30775
30776 30776
30777 30777
30778 30778
30779 30779
30780 30780
30781 30781
30782 30782
30783 30783
30784 30784
30785 30785
30786 30786
30787 30787
30788 30788
30789 30789
30790 30790
30791 30791
30792 30792
30793 30793
30794 30794
30795 30795
30796 30796
30797 30797
30798 30798
30799 30799
30800 30800
30801 30801
30802 30802
30803 30803
30804 30804
30805 30805
30806 30806
30807 30807
30808 30808
30809 30809
30810 30810
30811 30811
30812 30812
30813 30813
30814 30814
30815 30815
30816 30816
30817 30817
30818 30818
30819 30819
30820 30820
30821 30821
30822 30822
30823 30823
30824 30824
30825 30825
30826 30826
30827 30827
30828 30828
30829 30829
30830 30830
30831 30831
30832 30832
30833 30833
30834 30834
30835 30835
30836 30836
30837 30837
30838 30838
30839 30839
30840 30840
30841 30841
30842 30842
30843 30843
30844 30844
30845 30845
30846 30846
30847 30847
30848 30848
30849 30849
30850 30850
30851 30851
30852 30852
30853 30853
30854 30854
30855 30855
30856 30856
30857 30857
30858 30858
30859 30859
30860 30860
30861 30861
30862 30862
30863 30863
30864 30864
30865 30865
30866 30866
30867 30867
30868 30868
30869 30869
30870 30870
30871 30871
30872 30872
30873 30873
30874 30874
30875 30875
30876 30876
30877 30877
30878 30878
30879 30879
30880 30880
30881 30881
30882 30882
30883 30883
30884 30884
30885 30885
30886 30886
30887 30887
30888 30888
30889 30889
30890 30890
30891 30891
30892 30892
30893 30893
30894 30894
30895 30895
30896 30896
30897 30897
30898 30898
30899 30899
30900 30900
30901 30901
30902 30902
30903 30903
30904 30904
30905 30905
30906 30906
30907 30907
30908 30908
30909 30909
30910 30910
30911 30911
30912 30912
30913 30913
30914 30914
30915 30915
30916 30916
30917 30917
30918 30918
30919 30919
30920 30920
30921 30921
30922 30922
30923 30923
30924 30924
30925 30925
30926 30926
30927 30927
30928 30928
30929 30929
30930 30930
30931 30931
30932 30932
30933 30933
30934 30934
30935 30935
30936 30936
30937 30937
30938 30938
30939 30939
30940 30940
30941 30941
30942 30942
30943 30943
30944 30944
30945 30945
30946 30946
30947 30947
30948 30948
30949 30949
30950 30950
30951 30951
30952 30952
30953 30953
30954 30954
30955 30955
30956 30956
30957 30957
30958 30958
30959 30959
30960 30960
30961 30961
30962 30962
30963 30963
30964 30964
30965 30965
30966 30966
30967 30967
30968 30968
30969 30969
30970 30970
30971 30971
30972 30972
30973 30973
30974 30974
30975 30975
30976 30976
30977 30977
30978 30978
30979 30979
30980 30980
30981 30981
30982 30982
30983 30983
30984 30984
30985 30985
30986 30986
30987 30987
30988 30988
30989 30989
30990 30990
30991 30991
30992 30992
30993 30993
30994 30994
30995 30995
30996 30996
30997 30997
30998 30998
30999 30999
31000 31000
31001 31001
31002 31002
31003 31003
31004 31004
31005 31005
31006 31006
31007 31007
31008 31008
31009 31009
31010 31010
31011 31011
31012 31012
31013 31013
31014 31014
31015 31015
31016 31016
31017 31017
31018 31018
31019 31019
31020 31020
31021 31021
31022 31022
31023 31023
31024 31024
31025 31025
31026 31026
31027 31027
31028 31028
31029 31029
31030 31030
31031 31031
31032 31032
31033 31033
31034 31034
31035 31035
31036 31036
31037 31037
31038 31038
31039 31039
31040 31040
31041 31041
31042 31042
31043 31043
31044 31044
31045 31045
31046 31046
31047 31047
31048 31048
31049 31049
31050 31050
31051 31051
31052 31052
31053 31053
31054 31054
31055 31055
31056 31056
31057 31057
31058 31058
31059 31059
31060 31060
31061 31061
31062 31062
31063 31063
31064 31064
31065 31065
31066 31066
31067 31067
31068 31068
31069 31069
31070 31070
31071 31071
31072 31072
31073 31073
31074 31074
31075 31075
31076 31076
31077 31077
31078 31078
31079 31079
31080 31080
31081 31081
31082 31082
31083 31083
31084 31084
31085 31085
31086 31086
31087 31087
31088 31088
31089 31089
31090 31090
31091 31091
31092 31092
31093 31093
31094 31094
31095 31095
31096 31096
31097 31097
31098 31098
31099 31099
31100 31100
31101 31101
31102 31102
31103 31103
31104 31104
31105 31105
31106 31106
31107 31107
31108 31108
31109 31109
31110 31110
31111 31111
31112 31112
31113 31113
31114 31114
31115 31115
31116 31116
31117 31117
31118 31118
31119 31119
31120 31120
31121 31121
31122 31122
31123 31123
31124 31124
31125 31125
31126 31126
31127 31127
31128 31128
31129 31129
31130 31130
31131 31131
31132 31132
31133 31133
31134 31134
31135 31135
31136 31136
31137 31137
31138 31138
31139 31139
31140 31140
31141 31141
31142 31142
31143 31143
31144 31144
31145 31145
31146 31146
31147 31147
31148 31148
31149 31149
31150 31150
31151 31151
31152 31152
31153 31153
31154 31154
31155 31155
31156 31156
31157 31157
31158 31158
31159 31159
31160 31160
31161 31161
31162 31162
31163 31163
31164 31164
31165 31165
31166 31166
31167 31167
31168 31168
31169 31169
31170 31170
31171 31171
31172 31172
31173 31173
31174 31174
31175 31175
31176 31176
31177 31177
31178 31178
31179 31179
31180 31180
31181 31181
31182 31182
31183 31183
31184 31184
31185 31185
31186 31186
31187 31187
31188 31188
31189 31189
31190 31190
31191 31191
31192 31192
31193 31193
31194 31194
31195 31195
31196 31196
31197 31197
31198 31198
31199 31199
31200 31200
31201 31201
31202 31202
31203 31203
31204 31204
31205 31205
31206 31206
31207 31207
31208 31208
31209 31209
31210 31210
31211 31211
31212 31212
31213 31213
31214 31214
31215 31215
31216 31216
31217 31217
31218 31218
31219 31219
31220 31220
31221 31221
31222 31222
31223 31223
31224 31224
31225 31225
31226 31226
31227 31227
31228 31228
31229 31229
31230 31230
31231 31231
31232 31232
31233 31233
31234 31234
31235 31235
31236 31236
31237 31237
31238 31238
31239 31239
31240 31240
31241 31241
31242 31242
31243 31243
31244 31244
31245 31245
31246 31246
31247 31247
31248 31248
31249 31249
31250 31250
31251 31251
31252 31252
31253 31253
31254 31254
31255 31255
31256 31256
31257 31257
31258 31258
31259 31259
31260 31260
31261 31261
31262 31262
31263 31263
31264 31264
31265 31265
31266 31266
31267 31267
31268 31268
31269 31269
31270 31270
31271 31271
31272 31272
31273 31273
31274 31274
31275 31275
31276 31276
31277 31277
31278 31278
31279 31279
31280 31280
31281 31281
31282 31282
31283 31283
31284 31284
31285 31285
31286 31286
31287 31287
31288 31288
31289 31289
31290 31290
31291 31291
31292 31292
31293 31293
31294 31294
31295 31295
31296 31296
31297 31297
31298 31298
31299 31299
31300 31300
31301 31301
31302 31302
31303 31303
31304 31304
31305 31305
31306 31306
31307 31307
31308 31308
31309 31309
31310 31310
31311 31311
31312 31312
31313 31313
31314 31314
31315 31315
31316 31316
31317 31317
31318 31318
31319 31319
31320 31320
31321 31321
31322 31322
31323 31323
31324 31324
31325 31325
31326 31326
31327 31327
31328 31328
31329 31329
31330 31330
31331 31331
31332 31332
31333 31333
31334 31334
31335 31335
31336 31336
31337 31337
31338 31338
31339 31339
31340 31340
31341 31341
31342 31342
31343 31343
31344 31344
31345 31345
31346 31346
31347 31347
31348 31348
31349 31349
31350 31350
31351 31351
31352 31352
31353 31353
31354 31354
31355 31355
31356 31356
31357 31357
31358 31358
31359 31359
31360 31360
31361 31361
31362 31362
31363 31363
31364 31364
31365 31365
31366 31366
31367 31367
31368 31368
31369 31369
31370 31370
31371 31371
31372 31372
31373 31373
31374 31374
31375 31375
31376 31376
31377 31377
31378 31378
31379 31379
31380 31380
31381 31381
31382 31382
31383 31383
31384 31384
31385 31385
31386 31386
31387 31387
31388 31388
31389 31389
31390 31390
31391 31391
31392 31392
31393 31393
31394 31394
31395 31395
31396 31396
31397 31397
31398 31398
31399 31399
31400 31400
31401 31401
31402 31402
31403 31403
31404 31404
31405 31405
31406 31406
31407 31407
31408 31408
31409 31409
31410 31410
31411 31411
31412 31412
31413 31413
31414 31414
31415 31415
31416 31416
31417 31417
31418 31418
31419 31419
31420 31420
31421 31421
31422 31422
31423 31423
31424 31424
31425 31425
31426 31426
31427 31427
31428 31428
31429 31429
31430 31430
31431 31431
31432 31432
31433 31433
31434 31434
31435 31435
31436 31436
31437 31437
31438 31438
31439 31439
31440 31440
31441 31441
31442 31442
31443 31443
31444 31444
31445 31445
31446 31446
31447 31447
31448 31448
31449 31449
31450 31450
31451 31451
31452 31452
31453 31453
31454 31454
31455 31455
31456 31456
31457 31457
31458 31458
31459 31459
31460 31460
31461 31461
31462 31462
31463 31463
31464 31464
31465 31465
31466 31466
31467 31467
31468 31468
31469 31469
31470 31470
31471 31471
31472 31472
31473 31473
31474 31474
31475 31475
31476 31476
31477 31477
31478 31478
31479 31479
31480 31480
31481 31481
31482 31482
31483 31483
31484 31484
31485 31485
31486 31486
31487 31487
31488 31488
31489 31489
31490 31490
31491 31491
31492 31492
31493 31493
31494 31494
31495 31495
31496 31496
31497 31497
31498 31498
31499 31499
31500 31500
31501 31501
31502 31502
31503 31503
31504 31504
31505 31505
31506 31506
31507 31507
31508 31508
31509 31509
31510 31510
31511 31511
31512 31512
31513 31513
31514 31514
31515 31515
31516 31516
31517 31517
31518 31518
31519 31519
31520 31520
31521 31521
31522 31522
31523 31523
31524 31524
31525 31525
31526 31526
31527 31527
31528 31528
31529 31529
31530 31530
31531 31531
31532 31532
31533 31533
31534 31534
31535 31535
31536 31536
31537 31537
31538 31538
31539 31539
31540 31540
31541 31541
31542 31542
31543 31543
31544 31544
31545 31545
31546 31546
31547 31547
31548 31548
31549 31549
31550 31550
31551 31551
31552 31552
31553 31553
31554 31554
31555 31555
31556 31556
31557 31557
31558 31558
31559 31559
31560 31560
31561 31561
31562 31562
31563 31563
31564 31564
31565 31565
31566 31566
31567 31567
31568 31568
31569 31569
31570 31570
31571 31571
31572 31572
31573 31573
31574 31574
31575 31575
31576 31576
31577 31577
31578 31578
31579 31579
31580 31580
31581 31581
31582 31582
31583 31583
31584 31584
31585 31585
31586 31586
31587 31587
31588 31588
31589 31589
31590 31590
31591 31591
31592 31592
31593 31593
31594 31594
31595 31595
31596 31596
31597 31597
31598 31598
31599 31599
31600 31600
31601 31601
31602 31602
31603 31603
31604 31604
31605 31605
31606 31606
31607 31607
31608 31608
31609 31609
31610 31610
31611 31611
31612 31612
31613 31613
31614 31614
31615 31615
31616 31616
31617 31617
31618 31618
31619 31619
31620 31620
31621 31621
31622 31622
31623 31623
31624 31624
31625 31625
31626 31626
31627 31627
31628 31628
31629 31629
31630 31630
31631 31631
31632 31632
31633 31633
31634 31634
31635 31635
31636 31636
31637 31637
31638 31638
31639 31639
31640 31640
31641 31641
31642 31642
31643 31643
31644 31644
31645 31645
31646 31646
31647 31647
31648 31648
31649 31649
31650 31650
31651 31651
31652 31652
31653 31653
31654 31654
31655 31655
31656 31656
31657 31657
31658 31658
31659 31659
31660 31660
31661 31661
31662 31662
31663 31663
31664 31664
31665 31665
31666 31666
31667 31667
31668 31668
31669 31669
31670 31670
31671 31671
31672 31672
31673 31673
31674 31674
31675 31675
31676 31676
31677 31677
31678 31678
31679 31679
31680 31680
31681 31681
31682 31682
31683 31683
31684 31684
31685 31685
31686 31686
31687 31687
31688 31688
31689 31689
31690 31690
31691 31691
31692 31692
31693 31693
31694 31694
31695 31695
31696 31696
31697 31697
31698 31698
31699 31699
31700 31700
31701 31701
31702 31702
31703 31703
31704 31704
31705 31705
31706 31706
31707 31707
31708 31708
31709 31709
31710 31710
31711 31711
31712 31712
31713 31713
31714 31714
31715 31715
31716 31716
31717 31717
31718 31718
31719 31719
31720 31720
31721 31721
31722 31722
31723 31723
31724 31724
31725 31725
31726 31726
31727 31727
31728 31728
31729 31729
31730 31730
31731 31731
31732 31732
31733 31733
31734 31734
31735 31735
31736 31736
31737 31737
31738 31738
31739 31739
31740 31740
31741 31741
31742 31742
31743 31743
31744 31744
31745 31745
31746 31746
31747 31747
31748 31748
31749 31749
31750 31750
31751 31751
31752 31752
31753 31753
31754 31754
31755 31755
31756 31756
31757 31757
31758 31758
31759 31759
31760 31760
31761 31761
31762 31762
31763 31763
31764 31764
31765 31765
31766 31766
31767 31767
31768 31768
31769 31769
31770 31770
31771 31771
31772 31772
31773 31773
31774 31774
31775 31775
31776 31776
31777 31777
31778 31778
31779 31779
31780 31780
31781 31781
31782 31782
31783 31783
31784 31784
31785 31785
31786 31786
31787 31787
31788 31788
31789 31789
31790 31790
31791 31791
31792 31792
31793 31793
31794 31794
31795 31795
31796 31796
31797 31797
31798 31798
31799 31799
31800 31800
31801 31801
31802 31802
31803 31803
31804 31804
31805 31805
31806 31806
31807 31807
31808 31808
31809 31809
31810 31810
31811 31811
31812 31812
31813 31813
31814 31814
31815 31815
31816 31816
31817 31817
31818 31818
31819 31819
31820 31820
31821 31821
31822 31822
31823 31823
31824 31824
31825 31825
31826 31826
31827 31827
31828 31828
31829 31829
31830 31830
31831 31831
31832 31832
31833 31833
31834 31834
31835 31835
31836 31836
31837 31837
31838 31838
31839 31839
31840 31840
31841 31841
31842 31842
31843 31843
31844 31844
31845 31845
31846 31846
31847 31847
31848 31848
31849 31849
31850 31850
31851 31851
31852 31852
31853 31853
31854 31854
31855 31855
31856 31856
31857 31857
31858 31858
31859 31859
31860 31860
31861 31861
31862 31862
31863 31863
31864 31864
31865 31865
31866 31866
31867 31867
31868 31868
31869 31869
31870 31870
31871 31871
31872 31872
31873 31873
31874 31874
31875 31875
31876 31876
31877 31877
31878 31878
31879 31879
31880 31880
31881 31881
31882 31882
31883 31883
31884 31884
31885 31885
31886 31886
31887 31887
31888 31888
31889 31889
31890 31890
31891 31891
31892 31892
31893 31893
31894 31894
31895 31895
31896 31896
31897 31897
31898 31898
31899 31899
31900 31900
31901 31901
31902 31902
31903 31903
31904 31904
31905 31905
31906 31906
31907 31907
31908 31908
31909 31909
31910 31910
31911 31911
31912 31912
31913 31913
31914 31914
31915 31915
31916 31916
31917 31917
31918 31918
31919 31919
31920 31920
31921 31921
31922 31922
31923 31923
31924 31924
31925 31925
31926 31926
31927 31927
31928 31928
31929 31929
31930 31930
31931 31931
31932 31932
31933 31933
31934 31934
31935 31935
31936 31936
31937 31937
31938 31938
31939 31939
31940 31940
31941 31941
31942 31942
31943 31943
31944 31944
31945 31945
31946 31946
31947 31947
31948 31948
31949 31949
31950 31950
31951 31951
31952 31952
31953 31953
31954 31954
31955 31955
31956 31956
31957 31957
31958 31958
31959 31959
31960 31960
31961 31961
31962 31962
31963 31963
31964 31964
31965 31965
31966 31966
31967 31967
31968 31968
31969 31969
31970 31970
31971 31971
31972 31972
31973 31973
31974 31974
31975 31975
31976 31976
31977 31977
31978 31978
31979 31979
31980 31980
31981 31981
31982 31982
31983 31983
31984 31984
31985 31985
31986 31986
31987 31987
31988 31988
31989 31989
31990 31990
31991 31991
31992 31992
31993 31993
31994 31994
31995 31995
31996 31996
31997 31997
31998 31998
31999 31999
32000 32000
32001 32001
32002 32002
32003 32003
32004 32004
32005 32005
32006 32006
32007 32007
32008 32008
32009 32009
32010 32010
32011 32011
32012 32012
32013 32013
32014 32014
32015 32015
32016 32016
32017 32017
32018 32018
32019 32019
32020 32020
32021 32021
32022 32022
32023 32023
32024 32024
32025 32025
32026 32026
32027 32027
32028 32028
32029 32029
32030 32030
32031 32031
32032 32032
32033 32033
32034 32034
32035 32035
32036 32036
32037 32037
32038 32038
32039 32039
32040 32040
32041 32041
32042 32042
32043 32043
32044 32044
32045 32045
32046 32046
32047 32047
32048 32048
32049 32049
32050 32050
32051 32051
32052 32052
32053 32053
32054 32054
32055 32055
32056 32056
32057 32057
32058 32058
32059 32059
32060 32060
32061 32061
32062 32062
32063 32063
32064 32064
32065 32065
32066 32066
32067 32067
32068 32068
32069 32069
32070 32070
32071 32071
32072 32072
32073 32073
32074 32074
32075 32075
32076 32076
32077 32077
32078 32078
32079 32079
32080 32080
32081 32081
32082 32082
32083 32083
32084 32084
32085 32085
32086 32086
32087 32087
32088 32088
32089 32089
32090 32090
32091 32091
32092 32092
32093 32093
32094 32094
32095 32095
32096 32096
32097 32097
32098 32098
32099 32099
32100 32100
32101 32101
32102 32102
32103 32103
32104 32104
32105 32105
32106 32106
32107 32107
32108 32108
32109 32109
32110 32110
32111 32111
32112 32112
32113 32113
32114 32114
32115 32115
32116 32116
32117 32117
32118 32118
32119 32119
32120 32120
32121 32121
32122 32122
32123 32123
32124 32124
32125 32125
32126 32126
32127 32127
32128 32128
32129 32129
32130 32130
32131 32131
32132 32132
32133 32133
32134 32134
32135 32135
32136 32136
32137 32137
32138 32138
32139 32139
32140 32140
32141 32141
32142 32142
32143 32143
32144 32144
32145 32145
32146 32146
32147 32147
32148 32148
32149 32149
32150 32150
32151 32151
32152 32152
32153 32153
32154 32154
32155 32155
32156 32156
32157 32157
32158 32158
32159 32159
32160 32160
32161 32161
32162 32162
32163 32163
32164 32164
32165 32165
32166 32166
32167 32167
32168 32168
32169 32169
32170 32170
32171 32171
32172 32172
32173 32173
32174 32174
32175 32175
32176 32176
32177 32177
32178 32178
32179 32179
32180 32180
32181 32181
32182 32182
32183 32183
32184 32184
32185 32185
32186 32186
32187 32187
32188 32188
32189 32189
32190 32190
32191 32191
32192 32192
32193 32193
32194 32194
32195 32195
32196 32196
32197 32197
32198 32198
32199 32199
32200 32200
32201 32201
32202 32202
32203 32203
32204 32204
32205 32205
32206 32206
32207 32207
32208 32208
32209 32209
32210 32210
32211 32211
32212 32212
32213 32213
32214 32214
32215 32215
32216 32216
32217 32217
32218 32218
32219 32219
32220 32220
32221 32221
32222 32222
32223 32223
32224 32224
32225 32225
32226 32226
32227 32227
32228 32228
32229 32229
32230 32230
32231 32231
32232 32232
32233 32233
32234 32234
32235 32235
32236 32236
32237 32237
32238 32238
32239 32239
32240 32240
32241 32241
32242 32242
32243 32243
32244 32244
32245 32245
32246 32246
32247 32247
32248 32248
32249 32249
32250 32250
32251 32251
32252 32252
32253 32253
32254 32254
32255 32255
32256 32256
32257 32257
32258 32258
32259 32259
32260 32260
32261 32261
32262 32262
32263 32263
32264 32264
32265 32265
32266 32266
32267 32267
32268 32268
32269 32269
32270 32270
32271 32271
32272 32272
32273 32273
32274 32274
32275 32275
32276 32276
32277 32277
32278 32278
32279 32279
32280 32280
32281 32281
32282 32282
32283 32283
32284 32284
32285 32285
32286 32286
32287 32287
32288 32288
32289 32289
32290 32290
32291 32291
32292 32292
32293 32293
32294 32294
32295 32295
32296 32296
32297 32297
32298 32298
32299 32299
32300 32300
32301 32301
32302 32302
32303 32303
32304 32304
32305 32305
32306 32306
32307 32307
32308 32308
32309 32309
32310 32310
32311 32311
32312 32312
32313 32313
32314 32314
32315 32315
32316 32316
32317 32317
32318 32318
32319 32319
32320 32320
32321 32321
32322 32322
32323 32323
32324 32324
32325 32325
32326 32326
32327 32327
32328 32328
32329 32329
32330 32330
32331 32331
32332 32332
32333 32333
32334 32334
32335 32335
32336 32336
32337 32337
32338 32338
32339 32339
32340 32340
32341 32341
32342 32342
32343 32343
32344 32344
32345 32345
32346 32346
32347 32347
32348 32348
32349 32349
32350 32350
32351 32351
32352 32352
32353 32353
32354 32354
32355 32355
32356 32356
32357 32357
32358 32358
32359 32359
32360 32360
32361 32361
32362 32362
32363 32363
32364 32364
32365 32365
32366 32366
32367 32367
32368 32368
32369 32369
32370 32370
32371 32371
32372 32372
32373 32373
32374 32374
32375 32375
32376 32376
32377 32377
32378 32378
32379 32379
32380 32380
32381 32381
32382 32382
32383 32383
32384 32384
32385 32385
32386 32386
32387 32387
32388 32388
32389 32389
32390 32390
32391 32391
32392 32392
32393 32393
32394 32394
32395 32395
32396 32396
32397 32397
32398 32398
32399 32399
32400 32400
32401 32401
32402 32402
32403 32403
32404 32404
32405 32405
32406 32406
32407 32407
32408 32408
32409 32409
32410 32410
32411 32411
32412 32412
32413 32413
32414 32414
32415 32415
32416 32416
32417 32417
32418 32418
32419 32419
32420 32420
32421 32421
32422 32422
32423 32423
32424 32424
32425 32425
32426 32426
32427 32427
32428 32428
32429 32429
32430 32430
32431 32431
32432 32432
32433 32433
32434 32434
32435 32435
32436 32436
32437 32437
32438 32438
32439 32439
32440 32440
32441 32441
32442 32442
32443 32443
32444 32444
32445 32445
32446 32446
32447 32447
32448 32448
32449 32449
32450 32450
32451 32451
32452 32452
32453 32453
32454 32454
32455 32455
32456 32456
32457 32457
32458 32458
32459 32459
32460 32460
32461 32461
32462 32462
32463 32463
32464 32464
32465 32465
32466 32466
32467 32467
32468 32468
32469 32469
32470 32470
32471 32471
32472 32472
32473 32473
32474 32474
32475 32475
32476 32476
32477 32477
32478 32478
32479 32479
32480 32480
32481 32481
32482 32482
32483 32483
32484 32484
32485 32485
32486 32486
32487 32487
32488 32488
32489 32489
32490 32490
32491 32491
32492 32492
32493 32493
32494 32494
32495 32495
32496 32496
32497 32497
32498 32498
32499 32499
32500 32500
32501 32501
32502 32502
32503 32503
32504 32504
32505 32505
32506 32506
32507 32507
32508 32508
32509 32509
32510 32510
32511 32511
32512 32512
32513 32513
32514 32514
32515 32515
32516 32516
32517 32517
32518 32518
32519 32519
32520 32520
32521 32521
32522 32522
32523 32523
32524 32524
32525 32525
32526 32526
32527 32527
32528 32528
32529 32529
32530 32530
32531 32531
32532 32532
32533 32533
32534 32534
32535 32535
32536 32536
32537 32537
32538 32538
32539 32539
32540 32540
32541 32541
32542 32542
32543 32543
32544 32544
32545 32545
32546 32546
32547 32547
32548 32548
32549 32549
32550 32550
32551 32551
32552 32552
32553 32553
32554 32554
32555 32555
32556 32556
32557 32557
32558 32558
32559 32559
32560 32560
32561 32561
32562 32562
32563 32563
32564 32564
32565 32565
32566 32566
32567 32567
32568 32568
32569 32569
32570 32570
32571 32571
32572 32572
32573 32573
32574 32574
32575 32575
32576 32576
32577 32577
32578 32578
32579 32579
32580 32580
32581 32581
32582 32582
32583 32583
32584 32584
32585 32585
32586 32586
32587 32587
32588 32588
32589 32589
32590 32590
32591 32591
32592 32592
32593 32593
32594 32594
32595 32595
32596 32596
32597 32597
32598 32598
32599 32599
32600 32600
32601 32601
32602 32602
32603 32603
32604 32604
32605 32605
32606 32606
32607 32607
32608 32608
32609 32609
32610 32610
32611 32611
32612 32612
32613 32613
32614 32614
32615 32615
32616 32616
32617 32617
32618 32618
32619 32619
32620 32620
32621 32621
32622 32622
32623 32623
32624 32624
32625 32625
32626 32626
32627 32627
32628 32628
32629 32629
32630 32630
32631 32631
32632 32632
32633 32633
32634 32634
32635 32635
32636 32636
32637 32637
32638 32638
32639 32639
32640 32640
32641 32641
32642 32642
32643 32643
32644 32644
32645 32645
32646 32646
32647 32647
32648 32648
32649 32649
32650 32650
32651 32651
32652 32652
32653 32653
32654 32654
32655 32655
32656 32656
32657 32657
32658 32658
32659 32659
32660 32660
32661 32661
32662 32662
32663 32663
32664 32664
32665 32665
32666 32666
32667 32667
32668 32668
32669 32669
32670 32670
32671 32671
32672 32672
32673 32673
32674 32674
32675 32675
32676 32676
32677 32677
32678 32678
32679 32679
32680 32680
32681 32681
32682 32682
32683 32683
32684 32684
32685 32685
32686 32686
32687 32687
32688 32688
32689 32689
32690 32690
32691 32691
32692 32692
32693 32693
32694 32694
32695 32695
32696 32696
32697 32697
32698 32698
32699 32699
32700 32700
32701 32701
32702 32702
32703 32703
32704 32704
32705 32705
32706 32706
32707 32707
32708 32708
32709 32709
32710 32710
32711 32711
32712 32712
32713 32713
32714 32714
32715 32715
32716 32716
32717 32717
32718 32718
32719 32719
32720 32720
32721 32721
32722 32722
32723 32723
32724 32724
32725 32725
32726 32726
32727 32727
32728 32728
32729 32729
32730 32730
32731 32731
32732 32732
32733 32733
32734 32734
32735 32735
32736 32736
32737 32737
32738 32738
32739 32739
32740 32740
32741 32741
32742 32742
32743 32743
32744 32744
32745 32745
32746 32746
32747 32747
32748 32748
32749 32749
32750 32750
32751 32751
32752 32752
32753 32753
32754 32754
32755 32755
32756 32756
32757 32757
32758 32758
32759 32759
32760 32760
32761 32761
32762 32762
32763 32763
32764 32764
32765 32765
32766 32766
32767 32767
32768 32768
32769 32769
32770 32770
32771 32771
32772 32772
32773 32773
32774 32774
32775 32775
32776 32776
32777 32777
32778 32778
32779 32779
32780 32780
32781 32781
32782 32782
32783 32783
32784 32784
32785 32785
32786 32786
32787 32787
32788 32788
32789 32789
32790 32790
32791 32791
32792 32792
32793 32793
32794 32794
32795 32795
32796 32796
32797 32797
32798 32798
32799 32799
32800 32800
32801 32801
32802 32802
32803 32803
32804 32804
32805 32805
32806 32806
32807 32807
32808 32808
32809 32809
32810 32810
32811 32811
32812 32812
32813 32813
32814 32814
32815 32815
32816 32816
32817 32817
32818 32818
32819 32819
32820 32820
32821 32821
32822 32822
32823 32823
32824 32824
32825 32825
32826 32826
32827 32827
32828 32828
32829 32829
32830 32830
32831 32831
32832 32832
32833 32833
32834 32834
32835 32835
32836 32836
32837 32837
32838 32838
32839 32839
32840 32840
32841 32841
32842 32842
32843 32843
32844 32844
32845 32845
32846 32846
32847 32847
32848 32848
32849 32849
32850 32850
32851 32851
32852 32852
32853 32853
32854 32854
32855 32855
32856 32856
32857 32857
32858 32858
32859 32859
32860 32860
32861 32861
32862 32862
32863 32863
32864 32864
32865 32865
32866 32866
32867 32867
32868 32868
32869 32869
32870 32870
32871 32871
32872 32872
32873 32873
32874 32874
32875 32875
32876 32876
32877 32877
32878 32878
32879 32879
32880 32880
32881 32881
32882 32882
32883 32883
32884 32884
32885 32885
32886 32886
32887 32887
32888 32888
32889 32889
32890 32890
32891 32891
32892 32892
32893 32893
32894 32894
32895 32895
32896 32896
32897 32897
32898 32898
32899 32899
32900 32900
32901 32901
32902 32902
32903 32903
32904 32904
32905 32905
32906 32906
32907 32907
32908 32908
32909 32909
32910 32910
32911 32911
32912 32912
32913 32913
32914 32914
32915 32915
32916 32916
32917 32917
32918 32918
32919 32919
32920 32920
32921 32921
32922 32922
32923 32923
32924 32924
32925 32925
32926 32926
32927 32927
32928 32928
32929 32929
32930 32930
32931 32931
32932 32932
32933 32933
32934 32934
32935 32935
32936 32936
32937 32937
32938 32938
32939 32939
32940 32940
32941 32941
32942 32942
32943 32943
32944 32944
32945 32945
32946 32946
32947 32947
32948 32948
32949 32949
32950 32950
32951 32951
32952 32952
32953 32953
32954 32954
32955 32955
32956 32956
32957 32957
32958 32958
32959 32959
32960 32960
32961 32961
32962 32962
32963 32963
32964 32964
32965 32965
32966 32966
32967 32967
32968 32968
32969 32969
32970 32970
32971 32971
32972 32972
32973 32973
32974 32974
32975 32975
32976 32976
32977 32977
32978 32978
32979 32979
32980 32980
32981 32981
32982 32982
32983 32983
32984 32984
32985 32985
32986 32986
32987 32987
32988 32988
32989 32989
32990 32990
32991 32991
32992 32992
32993 32993
32994 32994
32995 32995
32996 32996
32997 32997
32998 32998
32999 32999
33000 33000
33001 33001
33002 33002
33003 33003
33004 33004
33005 33005
33006 33006
33007 33007
33008 33008
33009 33009
33010 33010
33011 33011
33012 33012
33013 33013
33014 33014
33015 33015
33016 33016
33017 33017
33018 33018
33019 33019
33020 33020
33021 33021
33022 33022
33023 33023
33024 33024
33025 33025
33026 33026
33027 33027
33028 33028
33029 33029
33030 33030
33031 33031
33032 33032
33033 33033
33034 33034
33035 33035
33036 33036
33037 33037
33038 33038
33039 33039
33040 33040
33041 33041
33042 33042
33043 33043
33044 33044
33045 33045
33046 33046
33047 33047
33048 33048
33049 33049
33050 33050
33051 33051
33052 33052
33053 33053
33054 33054
33055 33055
33056 33056
33057 33057
33058 33058
33059 33059
33060 33060
33061 33061
33062 33062
33063 33063
33064 33064
33065 33065
33066 33066
33067 33067
33068 33068
33069 33069
33070 33070
33071 33071
33072 33072
33073 33073
33074 33074
33075 33075
33076 33076
33077 33077
33078 33078
33079 33079
33080 33080
33081 33081
33082 33082
33083 33083
33084 33084
33085 33085
33086 33086
33087 33087
33088 33088
33089 33089
33090 33090
33091 33091
33092 33092
33093 33093
33094 33094
33095 33095
33096 33096
33097 33097
33098 33098
33099 33099
33100 33100
33101 33101
33102 33102
33103 33103
33104 33104
33105 33105
33106 33106
33107 33107
33108 33108
33109 33109
33110 33110
33111 33111
33112 33112
33113 33113
33114 33114
33115 33115
33116 33116
33117 33117
33118 33118
33119 33119
33120 33120
33121 33121
33122 33122
33123 33123
33124 33124
33125 33125
33126 33126
33127 33127
33128 33128
33129 33129
33130 33130
33131 33131
33132 33132
33133 33133
33134 33134
33135 33135
33136 33136
33137 33137
33138 33138
33139 33139
33140 33140
33141 33141
33142 33142
33143 33143
33144 33144
33145 33145
33146 33146
33147 33147
33148 33148
33149 33149
33150 33150
33151 33151
33152 33152
33153 33153
33154 33154
33155 33155
33156 33156
33157 33157
33158 33158
33159 33159
33160 33160
33161 33161
33162 33162
33163 33163
33164 33164
33165 33165
33166 33166
33167 33167
33168 33168
33169 33169
33170 33170
33171 33171
33172 33172
33173 33173
33174 33174
33175 33175
33176 33176
33177 33177
33178 33178
33179 33179
33180 33180
33181 33181
33182 33182
33183 33183
33184 33184
33185 33185
33186 33186
33187 33187
33188 33188
33189 33189
33190 33190
33191 33191
33192 33192
33193 33193
33194 33194
33195 33195
33196 33196
33197 33197
33198 33198
33199 33199
33200 33200
33201 33201
33202 33202
33203 33203
33204 33204
33205 33205
33206 33206
33207 33207
33208 33208
33209 33209
33210 33210
33211 33211
33212 33212
33213 33213
33214 33214
33215 33215
33216 33216
33217 33217
33218 33218
33219 33219
33220 33220
33221 33221
33222 33222
33223 33223
33224 33224
33225 33225
33226 33226
33227 33227
33228 33228
33229 33229
33230 33230
33231 33231
33232 33232
33233 33233
33234 33234
33235 33235
33236 33236
33237 33237
33238 33238
33239 33239
33240 33240
33241 33241
33242 33242
33243 33243
33244 33244
33245 33245
33246 33246
33247 33247
33248 33248
33249 33249
33250 33250
33251 33251
33252 33252
33253 33253
33254 33254
33255 33255
33256 33256
33257 33257
33258 33258
33259 33259
33260 33260
33261 33261
33262 33262
33263 33263
33264 33264
33265 33265
33266 33266
33267 33267
33268 33268
33269 33269
33270 33270
33271 33271
33272 33272
33273 33273
33274 33274
33275 33275
33276 33276
33277 33277
33278 33278
33279 33279
33280 33280
33281 33281
33282 33282
33283 33283
33284 33284
33285 33285
33286 33286
33287 33287
33288 33288
33289 33289
33290 33290
33291 33291
33292 33292
33293 33293
33294 33294
33295 33295
33296 33296
33297 33297
33298 33298
33299 33299
33300 33300
33301 33301
33302 33302
33303 33303
33304 33304
33305 33305
33306 33306
33307 33307
33308 33308
33309 33309
33310 33310
33311 33311
33312 33312
33313 33313
33314 33314
33315 33315
33316 33316
33317 33317
33318 33318
33319 33319
33320 33320
33321 33321
33322 33322
33323 33323
33324 33324
33325 33325
33326 33326
33327 33327
33328 33328
33329 33329
33330 33330
33331 33331
33332 33332
33333 33333
33334 33334
33335 33335
33336 33336
33337 33337
33338 33338
33339 33339
33340 33340
33341 33341
33342 33342
33343 33343
33344 33344
33345 33345
33346 33346
33347 33347
33348 33348
33349 33349
33350 33350
33351 33351
33352 33352
33353 33353
33354 33354
33355 33355
33356 33356
33357 33357
33358 33358
33359 33359
33360 33360
33361 33361
33362 33362
33363 33363
33364 33364
33365 33365
33366 33366
33367 33367
33368 33368
33369 33369
33370 33370
33371 33371
33372 33372
33373 33373
33374 33374
33375 33375
33376 33376
33377 33377
33378 33378
33379 33379
33380 33380
33381 33381
33382 33382
33383 33383
33384 33384
33385 33385
33386 33386
33387 33387
33388 33388
33389 33389
33390 33390
33391 33391
33392 33392
33393 33393
33394 33394
33395 33395
33396 33396
33397 33397
33398 33398
33399 33399
33400 33400
33401 33401
33402 33402
33403 33403
33404 33404
33405 33405
33406 33406
33407 33407
33408 33408
33409 33409
33410 33410
33411 33411
33412 33412
33413 33413
33414 33414
33415 33415
33416 33416
33417 33417
33418 33418
33419 33419
33420 33420
33421 33421
33422 33422
33423 33423
33424 33424
33425 33425
33426 33426
33427 33427
33428 33428
33429 33429
33430 33430
33431 33431
33432 33432
33433 33433
33434 33434
33435 33435
33436 33436
33437 33437
33438 33438
33439 33439
33440 33440
33441 33441
33442 33442
33443 33443
33444 33444
33445 33445
33446 33446
33447 33447
33448 33448
33449 33449
33450 33450
33451 33451
33452 33452
33453 33453
33454 33454
33455 33455
33456 33456
33457 33457
33458 33458
33459 33459
33460 33460
33461 33461
33462 33462
33463 33463
33464 33464
33465 33465
33466 33466
33467 33467
33468 33468
33469 33469
33470 33470
33471 33471
33472 33472
33473 33473
33474 33474
33475 33475
33476 33476
33477 33477
33478 33478
33479 33479
33480 33480
33481 33481
33482 33482
33483 33483
33484 33484
33485 33485
33486 33486
33487 33487
33488 33488
33489 33489
33490 33490
33491 33491
33492 33492
33493 33493
33494 33494
33495 33495
33496 33496
33497 33497
33498 33498
33499 33499
33500 33500
33501 33501
33502 33502
33503 33503
33504 33504
33505 33505
33506 33506
33507 33507
33508 33508
33509 33509
33510 33510
33511 33511
33512 33512
33513 33513
33514 33514
33515 33515
33516 33516
33517 33517
33518 33518
33519 33519
33520 33520
33521 33521
33522 33522
33523 33523
33524 33524
33525 33525
33526 33526
33527 33527
33528 33528
33529 33529
33530 33530
33531 33531
33532 33532
33533 33533
33534 33534
33535 33535
33536 33536
33537 33537
33538 33538
33539 33539
33540 33540
33541 33541
33542 33542
33543 33543
33544 33544
33545 33545
33546 33546
33547 33547
33548 33548
33549 33549
33550 33550
33551 33551
33552 33552
33553 33553
33554 33554
33555 33555
33556 33556
33557 33557
33558 33558
33559 33559
33560 33560
33561 33561
33562 33562
33563 33563
33564 33564
33565 33565
33566 33566
33567 33567
33568 33568
33569 33569
33570 33570
33571 33571
33572 33572
33573 33573
33574 33574
33575 33575
33576 33576
33577 33577
33578 33578
33579 33579
33580 33580
33581 33581
33582 33582
33583 33583
33584 33584
33585 33585
33586 33586
33587 33587
33588 33588
33589 33589
33590 33590
33591 33591
33592 33592
33593 33593
33594 33594
33595 33595
33596 33596
33597 33597
33598 33598
33599 33599
33600 33600
33601 33601
33602 33602
33603 33603
33604 33604
33605 33605
33606 33606
33607 33607
33608 33608
33609 33609
33610 33610
33611 33611
33612 33612
33613 33613
33614 33614
33615 33615
33616 33616
33617 33617
33618 33618
33619 33619
33620 33620
33621 33621
33622 33622
33623 33623
33624 33624
33625 33625
33626 33626
33627 33627
33628 33628
33629 33629
33630 33630
33631 33631
33632 33632
33633 33633
33634 33634
33635 33635
33636 33636
33637 33637
33638 33638
33639 33639
33640 33640
33641 33641
33642 33642
33643 33643
33644 33644
33645 33645
33646 33646
33647 33647
33648 33648
33649 33649
33650 33650
33651 33651
33652 33652
33653 33653
33654 33654
33655 33655
33656 33656
33657 33657
33658 33658
33659 33659
33660 33660
33661 33661
33662 33662
33663 33663
33664 33664
33665 33665
33666 33666
33667 33667
33668 33668
33669 33669
33670 33670
33671 33671
33672 33672
33673 33673
33674 33674
33675 33675
33676 33676
33677 33677
33678 33678
33679 33679
33680 33680
33681 33681
33682 33682
33683 33683
33684 33684
33685 33685
33686 33686
33687 33687
33688 33688
33689 33689
33690 33690
33691 33691
33692 33692
33693 33693
33694 33694
33695 33695
33696 33696
33697 33697
33698 33698
33699 33699
33700 33700
33701 33701
33702 33702
33703 33703
33704 33704
33705 33705
33706 33706
33707 33707
33708 33708
33709 33709
33710 33710
33711 33711
33712 33712
33713 33713
33714 33714
33715 33715
33716 33716
33717 33717
33718 33718
33719 33719
33720 33720
33721 33721
33722 33722
33723 33723
33724 33724
33725 33725
33726 33726
33727 33727
33728 33728
33729 33729
33730 33730
33731 33731
33732 33732
33733 33733
33734 33734
33735 33735
33736 33736
33737 33737
33738 33738
33739 33739
33740 33740
33741 33741
33742 33742
33743 33743
33744 33744
33745 33745
33746 33746
33747 33747
33748 33748
33749 33749
33750 33750
33751 33751
33752 33752
33753 33753
33754 33754
33755 33755
33756 33756
33757 33757
33758 33758
33759 33759
33760 33760
33761 33761
33762 33762
33763 33763
33764 33764
33765 33765
33766 33766
33767 33767
33768 33768
33769 33769
33770 33770
33771 33771
33772 33772
33773 33773
33774 33774
33775 33775
33776 33776
33777 33777
33778 33778
33779 33779
33780 33780
33781 33781
33782 33782
33783 33783
33784 33784
33785 33785
33786 33786
33787 33787
33788 33788
33789 33789
33790 33790
33791 33791
33792 33792
33793 33793
33794 33794
33795 33795
33796 33796
33797 33797
33798 33798
33799 33799
33800 33800
33801 33801
33802 33802
33803 33803
33804 33804
33805 33805
33806 33806
33807 33807
33808 33808
33809 33809
33810 33810
33811 33811
33812 33812
33813 33813
33814 33814
33815 33815
33816 33816
33817 33817
33818 33818
33819 33819
33820 33820
33821 33821
33822 33822
33823 33823
33824 33824
33825 33825
33826 33826
33827 33827
33828 33828
33829 33829
33830 33830
33831 33831
33832 33832
33833 33833
33834 33834
33835 33835
33836 33836
33837 33837
33838 33838
33839 33839
33840 33840
33841 33841
33842 33842
33843 33843
33844 33844
33845 33845
33846 33846
33847 33847
33848 33848
33849 33849
33850 33850
33851 33851
33852 33852
33853 33853
33854 33854
33855 33855
33856 33856
33857 33857
33858 33858
33859 33859
33860 33860
33861 33861
33862 33862
33863 33863
33864 33864
33865 33865
33866 33866
33867 33867
33868 33868
33869 33869
33870 33870
33871 33871
33872 33872
33873 33873
33874 33874
33875 33875
33876 33876
33877 33877
33878 33878
33879 33879
33880 33880
33881 33881
33882 33882
33883 33883
33884 33884
33885 33885
33886 33886
33887 33887
33888 33888
33889 33889
33890 33890
33891 33891
33892 33892
33893 33893
33894 33894
33895 33895
33896 33896
33897 33897
33898 33898
33899 33899
33900 33900
33901 33901
33902 33902
33903 33903
33904 33904
33905 33905
33906 33906
33907 33907
33908 33908
33909 33909
33910 33910
33911 33911
33912 33912
33913 33913
33914 33914
33915 33915
33916 33916
33917 33917
33918 33918
33919 33919
33920 33920
33921 33921
33922 33922
33923 33923
33924 33924
33925 33925
33926 33926
33927 33927
33928 33928
33929 33929
33930 33930
33931 33931
33932 33932
33933 33933
33934 33934
33935 33935
33936 33936
33937 33937
33938 33938
33939 33939
33940 33940
33941 33941
33942 33942
33943 33943
33944 33944
33945 33945
33946 33946
33947 33947
33948 33948
33949 33949
33950 33950
33951 33951
33952 33952
33953 33953
33954 33954
33955 33955
33956 33956
33957 33957
33958 33958
33959 33959
33960 33960
33961 33961
33962 33962
33963 33963
33964 33964
33965 33965
33966 33966
33967 33967
33968 33968
33969 33969
33970 33970
33971 33971
33972 33972
33973 33973
33974 33974
33975 33975
33976 33976
33977 33977
33978 33978
33979 33979
33980 33980
33981 33981
33982 33982
33983 33983
33984 33984
33985 33985
33986 33986
33987 33987
33988 33988
33989 33989
33990 33990
33991 33991
33992 33992
33993 33993
33994 33994
33995 33995
33996 33996
33997 33997
33998 33998
33999 33999
34000 34000
34001 34001
34002 34002
34003 34003
34004 34004
34005 34005
34006 34006
34007 34007
34008 34008
34009 34009
34010 34010
34011 34011
34012 34012
34013 34013
34014 34014
34015 34015
34016 34016
34017 34017
34018 34018
34019 34019
34020 34020
34021 34021
34022 34022
34023 34023
34024 34024
34025 34025
34026 34026
34027 34027
34028 34028
34029 34029
34030 34030
34031 34031
34032 34032
34033 34033
34034 34034
34035 34035
34036 34036
34037 34037
34038 34038
34039 34039
34040 34040
34041 34041
34042 34042
34043 34043
34044 34044
34045 34045
34046 34046
34047 34047
34048 34048
34049 34049
34050 34050
34051 34051
34052 34052
34053 34053
34054 34054
34055 34055
34056 34056
34057 34057
34058 34058
34059 34059
34060 34060
34061 34061
34062 34062
34063 34063
34064 34064
34065 34065
34066 34066
34067 34067
34068 34068
34069 34069
34070 34070
34071 34071
34072 34072
34073 34073
34074 34074
34075 34075
34076 34076
34077 34077
34078 34078
34079 34079
34080 34080
34081 34081
34082 34082
34083 34083
34084 34084
34085 34085
34086 34086
34087 34087
34088 34088
34089 34089
34090 34090
34091 34091
34092 34092
34093 34093
34094 34094
34095 34095
34096 34096
34097 34097
34098 34098
34099 34099
34100 34100
34101 34101
34102 34102
34103 34103
34104 34104
34105 34105
34106 34106
34107 34107
34108 34108
34109 34109
34110 34110
34111 34111
34112 34112
34113 34113
34114 34114
34115 34115
34116 34116
34117 34117
34118 34118
34119 34119
34120 34120
34121 34121
34122 34122
34123 34123
34124 34124
34125 34125
34126 34126
34127 34127
34128 34128
34129 34129
34130 34130
34131 34131
34132 34132
34133 34133
34134 34134
34135 34135
34136 34136
34137 34137
34138 34138
34139 34139
34140 34140
34141 34141
34142 34142
34143 34143
34144 34144
34145 34145
34146 34146
34147 34147
34148 34148
34149 34149
34150 34150
34151 34151
34152 34152
34153 34153
34154 34154
34155 34155
34156 34156
34157 34157
34158 34158
34159 34159
34160 34160
34161 34161
34162 34162
34163 34163
34164 34164
34165 34165
34166 34166
34167 34167
34168 34168
34169 34169
34170 34170
34171 34171
34172 34172
34173 34173
34174 34174
34175 34175
34176 34176
34177 34177
34178 34178
34179 34179
34180 34180
34181 34181
34182 34182
34183 34183
34184 34184
34185 34185
34186 34186
34187 34187
34188 34188
34189 34189
34190 34190
34191 34191
34192 34192
34193 34193
34194 34194
34195 34195
34196 34196
34197 34197
34198 34198
34199 34199
34200 34200
34201 34201
34202 34202
34203 34203
34204 34204
34205 34205
34206 34206
34207 34207
34208 34208
34209 34209
34210 34210
34211 34211
34212 34212
34213 34213
34214 34214
34215 34215
34216 34216
34217 34217
34218 34218
34219 34219
34220 34220
34221 34221
34222 34222
34223 34223
34224 34224
34225 34225
34226 34226
34227 34227
34228 34228
34229 34229
34230 34230
34231 34231
34232 34232
34233 34233
34234 34234
34235 34235
34236 34236
34237 34237
34238 34238
34239 34239
34240 34240
34241 34241
34242 34242
34243 34243
34244 34244
34245 34245
34246 34246
34247 34247
34248 34248
34249 34249
34250 34250
34251 34251
34252 34252
34253 34253
34254 34254
34255 34255
34256 34256
34257 34257
34258 34258
34259 34259
34260 34260
34261 34261
34262 34262
34263 34263
34264 34264
34265 34265
34266 34266
34267 34267
34268 34268
34269 34269
34270 34270
34271 34271
34272 34272
34273 34273
34274 34274
34275 34275
34276 34276
34277 34277
34278 34278
34279 34279
34280 34280
34281 34281
34282 34282
34283 34283
34284 34284
34285 34285
34286 34286
34287 34287
34288 34288
34289 34289
34290 34290
34291 34291
34292 34292
34293 34293
34294 34294
34295 34295
34296 34296
34297 34297
34298 34298
34299 34299
34300 34300
34301 34301
34302 34302
34303 34303
34304 34304
34305 34305
34306 34306
34307 34307
34308 34308
34309 34309
34310 34310
34311 34311
34312 34312
34313 34313
34314 34314
34315 34315
34316 34316
34317 34317
34318 34318
34319 34319
34320 34320
34321 34321
34322 34322
34323 34323
34324 34324
34325 34325
34326 34326
34327 34327
34328 34328
34329 34329
34330 34330
34331 34331
34332 34332
34333 34333
34334 34334
34335 34335
34336 34336
34337 34337
34338 34338
34339 34339
34340 34340
34341 34341
34342 34342
34343 34343
34344 34344
34345 34345
34346 34346
34347 34347
34348 34348
34349 34349
34350 34350
34351 34351
34352 34352
34353 34353
34354 34354
34355 34355
34356 34356
34357 34357
34358 34358
34359 34359
34360 34360
34361 34361
34362 34362
34363 34363
34364 34364
34365 34365
34366 34366
34367 34367
34368 34368
34369 34369
34370 34370
34371 34371
34372 34372
34373 34373
34374 34374
34375 34375
34376 34376
34377 34377
34378 34378
34379 34379
34380 34380
34381 34381
34382 34382
34383 34383
34384 34384
34385 34385
34386 34386
34387 34387
34388 34388
34389 34389
34390 34390
34391 34391
34392 34392
34393 34393
34394 34394
34395 34395
34396 34396
34397 34397
34398 34398
34399 34399
34400 34400
34401 34401
34402 34402
34403 34403
34404 34404
34405 34405
34406 34406
34407 34407
34408 34408
34409 34409
34410 34410
34411 34411
34412 34412
34413 34413
34414 34414
34415 34415
34416 34416
34417 34417
34418 34418
34419 34419
34420 34420
34421 34421
34422 34422
34423 34423
34424 34424
34425 34425
34426 34426
34427 34427
34428 34428
34429 34429
34430 34430
34431 34431
34432 34432
34433 34433
34434 34434
34435 34435
34436 34436
34437 34437
34438 34438
34439 34439
34440 34440
34441 34441
34442 34442
34443 34443
34444 34444
34445 34445
34446 34446
34447 34447
34448 34448
34449 34449
34450 34450
34451 34451
34452 34452
34453 34453
34454 34454
34455 34455
34456 34456
34457 34457
34458 34458
34459 34459
34460 34460
34461 34461
34462 34462
34463 34463
34464 34464
34465 34465
34466 34466
34467 34467
34468 34468
34469 34469
34470 34470
34471 34471
34472 34472
34473 34473
34474 34474
34475 34475
34476 34476
34477 34477
34478 34478
34479 34479
34480 34480
34481 34481
34482 34482
34483 34483
34484 34484
34485 34485
34486 34486
34487 34487
34488 34488
34489 34489
34490 34490
34491 34491
34492 34492
34493 34493
34494 34494
34495 34495
34496 34496
34497 34497
34498 34498
34499 34499
34500 34500
34501 34501
34502 34502
34503 34503
34504 34504
34505 34505
34506 34506
34507 34507
34508 34508
34509 34509
34510 34510
34511 34511
34512 34512
34513 34513
34514 34514
34515 34515
34516 34516
34517 34517
34518 34518
34519 34519
34520 34520
34521 34521
34522 34522
34523 34523
34524 34524
34525 34525
34526 34526
34527 34527
34528 34528
34529 34529
34530 34530
34531 34531
34532 34532
34533 34533
34534 34534
34535 34535
34536 34536
34537 34537
34538 34538
34539 34539
34540 34540
34541 34541
34542 34542
34543 34543
34544 34544
34545 34545
34546 34546
34547 34547
34548 34548
34549 34549
34550 34550
34551 34551
34552 34552
34553 34553
34554 34554
34555 34555
34556 34556
34557 34557
34558 34558
34559 34559
34560 34560
34561 34561
34562 34562
34563 34563
34564 34564
34565 34565
34566 34566
34567 34567
34568 34568
34569 34569
34570 34570
34571 34571
34572 34572
34573 34573
34574 34574
34575 34575
34576 34576
34577 34577
34578 34578
34579 34579
34580 34580
34581 34581
34582 34582
34583 34583
34584 34584
34585 34585
34586 34586
34587 34587
34588 34588
34589 34589
34590 34590
34591 34591
34592 34592
34593 34593
34594 34594
34595 34595
34596 34596
34597 34597
34598 34598
34599 34599
34600 34600
34601 34601
34602 34602
34603 34603
34604 34604
34605 34605
34606 34606
34607 34607
34608 34608
34609 34609
34610 34610
34611 34611
34612 34612
34613 34613
34614 34614
34615 34615
34616 34616
34617 34617
34618 34618
34619 34619
34620 34620
34621 34621
34622 34622
34623 34623
34624 34624
34625 34625
34626 34626
34627 34627
34628 34628
34629 34629
34630 34630
34631 34631
34632 34632
34633 34633
34634 34634
34635 34635
34636 34636
34637 34637
34638 34638
34639 34639
34640 34640
34641 34641
34642 34642
34643 34643
34644 34644
34645 34645
34646 34646
34647 34647
34648 34648
34649 34649
34650 34650
34651 34651
34652 34652
34653 34653
34654 34654
34655 34655
34656 34656
34657 34657
34658 34658
34659 34659
34660 34660
34661 34661
34662 34662
34663 34663
34664 34664
34665 34665
34666 34666
34667 34667
34668 34668
34669 34669
34670 34670
34671 34671
34672 34672
34673 34673
34674 34674
34675 34675
34676 34676
34677 34677
34678 34678
34679 34679
34680 34680
34681 34681
34682 34682
34683 34683
34684 34684
34685 34685
34686 34686
34687 34687
34688 34688
34689 34689
34690 34690
34691 34691
34692 34692
34693 34693
34694 34694
34695 34695
34696 34696
34697 34697
34698 34698
34699 34699
34700 34700
34701 34701
34702 34702
34703 34703
34704 34704
34705 34705
34706 34706
34707 34707
34708 34708
34709 34709
34710 34710
34711 34711
34712 34712
34713 34713
34714 34714
34715 34715
34716 34716
34717 34717
34718 34718
34719 34719
34720 34720
34721 34721
34722 34722
34723 34723
34724 34724
34725 34725
34726 34726
34727 34727
34728 34728
34729 34729
34730 34730
34731 34731
34732 34732
34733 34733
34734 34734
34735 34735
34736 34736
34737 34737
34738 34738
34739 34739
34740 34740
34741 34741
34742 34742
34743 34743
34744 34744
34745 34745
34746 34746
34747 34747
34748 34748
34749 34749
34750 34750
34751 34751
34752 34752
34753 34753
34754 34754
34755 34755
34756 34756
34757 34757
34758 34758
34759 34759
34760 34760
34761 34761
34762 34762
34763 34763
34764 34764
34765 34765
34766 34766
34767 34767
34768 34768
34769 34769
34770 34770
34771 34771
34772 34772
34773 34773
34774 34774
34775 34775
34776 34776
34777 34777
34778 34778
34779 34779
34780 34780
34781 34781
34782 34782
34783 34783
34784 34784
34785 34785
34786 34786
34787 34787
34788 34788
34789 34789
34790 34790
34791 34791
34792 34792
34793 34793
34794 34794
34795 34795
34796 34796
34797 34797
34798 34798
34799 34799
34800 34800
34801 34801
34802 34802
34803 34803
34804 34804
34805 34805
34806 34806
34807 34807
34808 34808
34809 34809
34810 34810
34811 34811
34812 34812
34813 34813
34814 34814
34815 34815
34816 34816
34817 34817
34818 34818
34819 34819
34820 34820
34821 34821
34822 34822
34823 34823
34824 34824
34825 34825
34826 34826
34827 34827
34828 34828
34829 34829
34830 34830
34831 34831
34832 34832
34833 34833
34834 34834
34835 34835
34836 34836
34837 34837
34838 34838
34839 34839
34840 34840
34841 34841
34842 34842
34843 34843
34844 34844
34845 34845
34846 34846
34847 34847
34848 34848
34849 34849
34850 34850
34851 34851
34852 34852
34853 34853
34854 34854
34855 34855
34856 34856
34857 34857
34858 34858
34859 34859
34860 34860
34861 34861
34862 34862
34863 34863
34864 34864
34865 34865
34866 34866
34867 34867
34868 34868
34869 34869
34870 34870
34871 34871
34872 34872
34873 34873
34874 34874
34875 34875
34876 34876
34877 34877
34878 34878
34879 34879
34880 34880
34881 34881
34882 34882
34883 34883
34884 34884
34885 34885
34886 34886
34887 34887
34888 34888
34889 34889
34890 34890
34891 34891
34892 34892
34893 34893
34894 34894
34895 34895
34896 34896
34897 34897
34898 34898
34899 34899
34900 34900
34901 34901
34902 34902
34903 34903
34904 34904
34905 34905
34906 34906
34907 34907
34908 34908
34909 34909
34910 34910
34911 34911
34912 34912
34913 34913
34914 34914
34915 34915
34916 34916
34917 34917
34918 34918
34919 34919
34920 34920
34921 34921
34922 34922
34923 34923
34924 34924
34925 34925
34926 34926
34927 34927
34928 34928
34929 34929
34930 34930
34931 34931
34932 34932
34933 34933
34934 34934
34935 34935
34936 34936
34937 34937
34938 34938
34939 34939
34940 34940
34941 34941
34942 34942
34943 34943
34944 34944
34945 34945
34946 34946
34947 34947
34948 34948
34949 34949
34950 34950
34951 34951
34952 34952
34953 34953
34954 34954
34955 34955
34956 34956
34957 34957
34958 34958
34959 34959
34960 34960
34961 34961
34962 34962
34963 34963
34964 34964
34965 34965
34966 34966
34967 34967
34968 34968
34969 34969
34970 34970
34971 34971
34972 34972
34973 34973
34974 34974
34975 34975
34976 34976
34977 34977
34978 34978
34979 34979
34980 34980
34981 34981
34982 34982
34983 34983
34984 34984
34985 34985
34986 34986
34987 34987
34988 34988
34989 34989
34990 34990
34991 34991
34992 34992
34993 34993
34994 34994
34995 34995
34996 34996
34997 34997
34998 34998
34999 34999
35000 35000
35001 35001
35002 35002
35003 35003
35004 35004
35005 35005
35006 35006
35007 35007
35008 35008
35009 35009
35010 35010
35011 35011
35012 35012
35013 35013
35014 35014
35015 35015
35016 35016
35017 35017
35018 35018
35019 35019
35020 35020
35021 35021
35022 35022
35023 35023
35024 35024
35025 35025
35026 35026
35027 35027
35028 35028
35029 35029
35030 35030
35031 35031
35032 35032
35033 35033
35034 35034
35035 35035
35036 35036
35037 35037
35038 35038
35039 35039
35040 35040
35041 35041
35042 35042
35043 35043
35044 35044
35045 35045
35046 35046
35047 35047
35048 35048
35049 35049
35050 35050
35051 35051
35052 35052
35053 35053
35054 35054
35055 35055
35056 35056
35057 35057
35058 35058
35059 35059
35060 35060
35061 35061
35062 35062
35063 35063
35064 35064
35065 35065
35066 35066
35067 35067
35068 35068
35069 35069
35070 35070
35071 35071
35072 35072
35073 35073
35074 35074
35075 35075
35076 35076
35077 35077
35078 35078
35079 35079
35080 35080
35081 35081
35082 35082
35083 35083
35084 35084
35085 35085
35086 35086
35087 35087
35088 35088
35089 35089
35090 35090
35091 35091
35092 35092
35093 35093
35094 35094
35095 35095
35096 35096
35097 35097
35098 35098
35099 35099
35100 35100
35101 35101
35102 35102
35103 35103
35104 35104
35105 35105
35106 35106
35107 35107
35108 35108
35109 35109
35110 35110
35111 35111
35112 35112
35113 35113
35114 35114
35115 35115
35116 35116
35117 35117
35118 35118
35119 35119
35120 35120
35121 35121
35122 35122
35123 35123
35124 35124
35125 35125
35126 35126
35127 35127
35128 35128
35129 35129
35130 35130
35131 35131
35132 35132
35133 35133
35134 35134
35135 35135
35136 35136
35137 35137
35138 35138
35139 35139
35140 35140
35141 35141
35142 35142
35143 35143
35144 35144
35145 35145
35146 35146
35147 35147
35148 35148
35149 35149
35150 35150
35151 35151
35152 35152
35153 35153
35154 35154
35155 35155
35156 35156
35157 35157
35158 35158
35159 35159
35160 35160
35161 35161
35162 35162
35163 35163
35164 35164
35165 35165
35166 35166
35167 35167
35168 35168
35169 35169
35170 35170
35171 35171
35172 35172
35173 35173
35174 35174
35175 35175
35176 35176
35177 35177
35178 35178
35179 35179
35180 35180
35181 35181
35182 35182
35183 35183
35184 35184
35185 35185
35186 35186
35187 35187
35188 35188
35189 35189
35190 35190
35191 35191
35192 35192
35193 35193
35194 35194
35195 35195
35196 35196
35197 35197
35198 35198
35199 35199
35200 35200
35201 35201
35202 35202
35203 35203
35204 35204
35205 35205
35206 35206
35207 35207
35208 35208
35209 35209
35210 35210
35211 35211
35212 35212
35213 35213
35214 35214
35215 35215
35216 35216
35217 35217
35218 35218
35219 35219
35220 35220
35221 35221
35222 35222
35223 35223
35224 35224
35225 35225
35226 35226
35227 35227
35228 35228
35229 35229
35230 35230
35231 35231
35232 35232
35233 35233
35234 35234
35235 35235
35236 35236
35237 35237
35238 35238
35239 35239
35240 35240
35241 35241
35242 35242
35243 35243
35244 35244
35245 35245
35246 35246
35247 35247
35248 35248
35249 35249
35250 35250
35251 35251
35252 35252
35253 35253
35254 35254
35255 35255
35256 35256
35257 35257
35258 35258
35259 35259
35260 35260
35261 35261
35262 35262
35263 35263
35264 35264
35265 35265
35266 35266
35267 35267
35268 35268
35269 35269
35270 35270
35271 35271
35272 35272
35273 35273
35274 35274
35275 35275
35276 35276
35277 35277
35278 35278
35279 35279
35280 35280
35281 35281
35282 35282
35283 35283
35284 35284
35285 35285
35286 35286
35287 35287
35288 35288
35289 35289
35290 35290
35291 35291
35292 35292
35293 35293
35294 35294
35295 35295
35296 35296
35297 35297
35298 35298
35299 35299
35300 35300
35301 35301
35302 35302
35303 35303
35304 35304
35305 35305
35306 35306
35307 35307
35308 35308
35309 35309
35310 35310
35311 35311
35312 35312
35313 35313
35314 35314
35315 35315
35316 35316
35317 35317
35318 35318
35319 35319
35320 35320
35321 35321
35322 35322
35323 35323
35324 35324
35325 35325
35326 35326
35327 35327
35328 35328
35329 35329
35330 35330
35331 35331
35332 35332
35333 35333
35334 35334
35335 35335
35336 35336
35337 35337
35338 35338
35339 35339
35340 35340
35341 35341
35342 35342
35343 35343
35344 35344
35345 35345
35346 35346
35347 35347
35348 35348
35349 35349
35350 35350
35351 35351
35352 35352
35353 35353
35354 35354
35355 35355
35356 35356
35357 35357
35358 35358
35359 35359
35360 35360
35361 35361
35362 35362
35363 35363
35364 35364
35365 35365
35366 35366
35367 35367
35368 35368
35369 35369
35370 35370
35371 35371
35372 35372
35373 35373
35374 35374
35375 35375
35376 35376
35377 35377
35378 35378
35379 35379
35380 35380
35381 35381
35382 35382
35383 35383
35384 35384
35385 35385
35386 35386
35387 35387
35388 35388
35389 35389
35390 35390
35391 35391
35392 35392
35393 35393
35394 35394
35395 35395
35396 35396
35397 35397
35398 35398
35399 35399
35400 35400
35401 35401
35402 35402
35403 35403
35404 35404
35405 35405
35406 35406
35407 35407
35408 35408
35409 35409
35410 35410
35411 35411
35412 35412
35413 35413
35414 35414
35415 35415
35416 35416
35417 35417
35418 35418
35419 35419
35420 35420
35421 35421
35422 35422
35423 35423
35424 35424
35425 35425
35426 35426
35427 35427
35428 35428
35429 35429
35430 35430
35431 35431
35432 35432
35433 35433
35434 35434
35435 35435
35436 35436
35437 35437
35438 35438
35439 35439
35440 35440
35441 35441
35442 35442
35443 35443
35444 35444
35445 35445
35446 35446
35447 35447
35448 35448
35449 35449
35450 35450
35451 35451
35452 35452
35453 35453
35454 35454
35455 35455
35456 35456
35457 35457
35458 35458
35459 35459
35460 35460
35461 35461
35462 35462
35463 35463
35464 35464
35465 35465
35466 35466
35467 35467
35468 35468
35469 35469
35470 35470
35471 35471
35472 35472
35473 35473
35474 35474
35475 35475
35476 35476
35477 35477
35478 35478
35479 35479
35480 35480
35481 35481
35482 35482
35483 35483
35484 35484
35485 35485
35486 35486
35487 35487
35488 35488
35489 35489
35490 35490
35491 35491
35492 35492
35493 35493
35494 35494
35495 35495
35496 35496
35497 35497
35498 35498
35499 35499
35500 35500
35501 35501
35502 35502
35503 35503
35504 35504
35505 35505
35506 35506
35507 35507
35508 35508
35509 35509
35510 35510
35511 35511
35512 35512
35513 35513
35514 35514
35515 35515
35516 35516
35517 35517
35518 35518
35519 35519
35520 35520
35521 35521
35522 35522
35523 35523
35524 35524
35525 35525
35526 35526
35527 35527
35528 35528
35529 35529
35530 35530
35531 35531
35532 35532
35533 35533
35534 35534
35535 35535
35536 35536
35537 35537
35538 35538
35539 35539
35540 35540
35541 35541
35542 35542
35543 35543
35544 35544
35545 35545
35546 35546
35547 35547
35548 35548
35549 35549
35550 35550
35551 35551
35552 35552
35553 35553
35554 35554
35555 35555
35556 35556
35557 35557
35558 35558
35559 35559
35560 35560
35561 35561
35562 35562
35563 35563
35564 35564
35565 35565
35566 35566
35567 35567
35568 35568
35569 35569
35570 35570
35571 35571
35572 35572
35573 35573
35574 35574
35575 35575
35576 35576
35577 35577
35578 35578
35579 35579
35580 35580
35581 35581
35582 35582
35583 35583
35584 35584
35585 35585
35586 35586
35587 35587
35588 35588
35589 35589
35590 35590
35591 35591
35592 35592
35593 35593
35594 35594
35595 35595
35596 35596
35597 35597
35598 35598
35599 35599
35600 35600
35601 35601
35602 35602
35603 35603
35604 35604
35605 35605
35606 35606
35607 35607
35608 35608
35609 35609
35610 35610
35611 35611
35612 35612
35613 35613
35614 35614
35615 35615
35616 35616
35617 35617
35618 35618
35619 35619
35620 35620
35621 35621
35622 35622
35623 35623
35624 35624
35625 35625
35626 35626
35627 35627
35628 35628
35629 35629
35630 35630
35631 35631
35632 35632
35633 35633
35634 35634
35635 35635
35636 35636
35637 35637
35638 35638
35639 35639
35640 35640
35641 35641
35642 35642
35643 35643
35644 35644
35645 35645
35646 35646
35647 35647
35648 35648
35649 35649
35650 35650
35651 35651
35652 35652
35653 35653
35654 35654
35655 35655
35656 35656
35657 35657
35658 35658
35659 35659
35660 35660
35661 35661
35662 35662
35663 35663
35664 35664
35665 35665
35666 35666
35667 35667
35668 35668
35669 35669
35670 35670
35671 35671
35672 35672
35673 35673
35674 35674
35675 35675
35676 35676
35677 35677
35678 35678
35679 35679
35680 35680
35681 35681
35682 35682
35683 35683
35684 35684
35685 35685
35686 35686
35687 35687
35688 35688
35689 35689
35690 35690
35691 35691
35692 35692
35693 35693
35694 35694
35695 35695
35696 35696
35697 35697
35698 35698
35699 35699
35700 35700
35701 35701
35702 35702
35703 35703
35704 35704
35705 35705
35706 35706
35707 35707
35708 35708
35709 35709
35710 35710
35711 35711
35712 35712
35713 35713
35714 35714
35715 35715
35716 35716
35717 35717
35718 35718
35719 35719
35720 35720
35721 35721
35722 35722
35723 35723
35724 35724
35725 35725
35726 35726
35727 35727
35728 35728
35729 35729
35730 35730
35731 35731
35732 35732
35733 35733
35734 35734
35735 35735
35736 35736
35737 35737
35738 35738
35739 35739
35740 35740
35741 35741
35742 35742
35743 35743
35744 35744
35745 35745
35746 35746
35747 35747
35748 35748
35749 35749
35750 35750
35751 35751
35752 35752
35753 35753
35754 35754
35755 35755
35756 35756
35757 35757
35758 35758
35759 35759
35760 35760
35761 35761
35762 35762
35763 35763
35764 35764
35765 35765
35766 35766
35767 35767
35768 35768
35769 35769
35770 35770
35771 35771
35772 35772
35773 35773
35774 35774
35775 35775
35776 35776
35777 35777
35778 35778
35779 35779
35780 35780
35781 35781
35782 35782
35783 35783
35784 35784
35785 35785
35786 35786
35787 35787
35788 35788
35789 35789
35790 35790
35791 35791
35792 35792
35793 35793
35794 35794
35795 35795
35796 35796
35797 35797
35798 35798
35799 35799
35800 35800
35801 35801
35802 35802
35803 35803
35804 35804
35805 35805
35806 35806
35807 35807
35808 35808
35809 35809
35810 35810
35811 35811
35812 35812
35813 35813
35814 35814
35815 35815
35816 35816
35817 35817
35818 35818
35819 35819
35820 35820
35821 35821
35822 35822
35823 35823
35824 35824
35825 35825
35826 35826
35827 35827
35828 35828
35829 35829
35830 35830
35831 35831
35832 35832
35833 35833
35834 35834
35835 35835
35836 35836
35837 35837
35838 35838
35839 35839
35840 35840
35841 35841
35842 35842
35843 35843
35844 35844
35845 35845
35846 35846
35847 35847
35848 35848
35849 35849
35850 35850
35851 35851
35852 35852
35853 35853
35854 35854
35855 35855
35856 35856
35857 35857
35858 35858
35859 35859
35860 35860
35861 35861
35862 35862
35863 35863
35864 35864
35865 35865
35866 35866
35867 35867
35868 35868
35869 35869
35870 35870
35871 35871
35872 35872
35873 35873
35874 35874
35875 35875
35876 35876
35877 35877
35878 35878
35879 35879
35880 35880
35881 35881
35882 35882
35883 35883
35884 35884
35885 35885
35886 35886
35887 35887
35888 35888
35889 35889
35890 35890
35891 35891
35892 35892
35893 35893
35894 35894
35895 35895
35896 35896
35897 35897
35898 35898
35899 35899
35900 35900
35901 35901
35902 35902
35903 35903
35904 35904
35905 35905
35906 35906
35907 35907
35908 35908
35909 35909
35910 35910
35911 35911
35912 35912
35913 35913
35914 35914
35915 35915
35916 35916
35917 35917
35918 35918
35919 35919
35920 35920
35921 35921
35922 35922
35923 35923
35924 35924
35925 35925
35926 35926
35927 35927
35928 35928
35929 35929
35930 35930
35931 35931
35932 35932
35933 35933
35934 35934
35935 35935
35936 35936
35937 35937
35938 35938
35939 35939
35940 35940
35941 35941
35942 35942
35943 35943
35944 35944
35945 35945
35946 35946
35947 35947
35948 35948
35949 35949
35950 35950
35951 35951
35952 35952
35953 35953
35954 35954
35955 35955
35956 35956
35957 35957
35958 35958
35959 35959
35960 35960
35961 35961
35962 35962
35963 35963
35964 35964
35965 35965
35966 35966
35967 35967
35968 35968
35969 35969
35970 35970
35971 35971
35972 35972
35973 35973
35974 35974
35975 35975
35976 35976
35977 35977
35978 35978
35979 35979
35980 35980
35981 35981
35982 35982
35983 35983
35984 35984
35985 35985
35986 35986
35987 35987
35988 35988
35989 35989
35990 35990
35991 35991
35992 35992
35993 35993
35994 35994
35995 35995
35996 35996
35997 35997
35998 35998
35999 35999
36000 36000
36001 36001
36002 36002
36003 36003
36004 36004
36005 36005
36006 36006
36007 36007
36008 36008
36009 36009
36010 36010
36011 36011
36012 36012
36013 36013
36014 36014
36015 36015
36016 36016
36017 36017
36018 36018
36019 36019
36020 36020
36021 36021
36022 36022
36023 36023
36024 36024
36025 36025
36026 36026
36027 36027
36028 36028
36029 36029
36030 36030
36031 36031
36032 36032
36033 36033
36034 36034
36035 36035
36036 36036
36037 36037
36038 36038
36039 36039
36040 36040
36041 36041
36042 36042
36043 36043
36044 36044
36045 36045
36046 36046
36047 36047
36048 36048
36049 36049
36050 36050
36051 36051
36052 36052
36053 36053
36054 36054
36055 36055
36056 36056
36057 36057
36058 36058
36059 36059
36060 36060
36061 36061
36062 36062
36063 36063
36064 36064
36065 36065
36066 36066
36067 36067
36068 36068
36069 36069
36070 36070
36071 36071
36072 36072
36073 36073
36074 36074
36075 36075
36076 36076
36077 36077
36078 36078
36079 36079
36080 36080
36081 36081
36082 36082
36083 36083
36084 36084
36085 36085
36086 36086
36087 36087
36088 36088
36089 36089
36090 36090
36091 36091
36092 36092
36093 36093
36094 36094
36095 36095
36096 36096
36097 36097
36098 36098
36099 36099
36100 36100
36101 36101
36102 36102
36103 36103
36104 36104
36105 36105
36106 36106
36107 36107
36108 36108
36109 36109
36110 36110
36111 36111
36112 36112
36113 36113
36114 36114
36115 36115
36116 36116
36117 36117
36118 36118
36119 36119
36120 36120
36121 36121
36122 36122
36123 36123
36124 36124
36125 36125
36126 36126
36127 36127
36128 36128
36129 36129
36130 36130
36131 36131
36132 36132
36133 36133
36134 36134
36135 36135
36136 36136
36137 36137
36138 36138
36139 36139
36140 36140
36141 36141
36142 36142
36143 36143
36144 36144
36145 36145
36146 36146
36147 36147
36148 36148
36149 36149
36150 36150
36151 36151
36152 36152
36153 36153
36154 36154
36155 36155
36156 36156
36157 36157
36158 36158
36159 36159
36160 36160
36161 36161
36162 36162
36163 36163
36164 36164
36165 36165
36166 36166
36167 36167
36168 36168
36169 36169
36170 36170
36171 36171
36172 36172
36173 36173
36174 36174
36175 36175
36176 36176
36177 36177
36178 36178
36179 36179
36180 36180
36181 36181
36182 36182
36183 36183
36184 36184
36185 36185
36186 36186
36187 36187
36188 36188
36189 36189
36190 36190
36191 36191
36192 36192
36193 36193
36194 36194
36195 36195
36196 36196
36197 36197
36198 36198
36199 36199
36200 36200
36201 36201
36202 36202
36203 36203
36204 36204
36205 36205
36206 36206
36207 36207
36208 36208
36209 36209
36210 36210
36211 36211
36212 36212
36213 36213
36214 36214
36215 36215
36216 36216
36217 36217
36218 36218
36219 36219
36220 36220
36221 36221
36222 36222
36223 36223
36224 36224
36225 36225
36226 36226
36227 36227
36228 36228
36229 36229
36230 36230
36231 36231
36232 36232
36233 36233
36234 36234
36235 36235
36236 36236
36237 36237
36238 36238
36239 36239
36240 36240
36241 36241
36242 36242
36243 36243
36244 36244
36245 36245
36246 36246
36247 36247
36248 36248
36249 36249
36250 36250
36251 36251
36252 36252
36253 36253
36254 36254
36255 36255
36256 36256
36257 36257
36258 36258
36259 36259
36260 36260
36261 36261
36262 36262
36263 36263
36264 36264
36265 36265
36266 36266
36267 36267
36268 36268
36269 36269
36270 36270
36271 36271
36272 36272
36273 36273
36274 36274
36275 36275
36276 36276
36277 36277
36278 36278
36279 36279
36280 36280
36281 36281
36282 36282
36283 36283
36284 36284
36285 36285
36286 36286
36287 36287
36288 36288
36289 36289
36290 36290
36291 36291
36292 36292
36293 36293
36294 36294
36295 36295
36296 36296
36297 36297
36298 36298
36299 36299
36300 36300
36301 36301
36302 36302
36303 36303
36304 36304
36305 36305
36306 36306
36307 36307
36308 36308
36309 36309
36310 36310
36311 36311
36312 36312
36313 36313
36314 36314
36315 36315
36316 36316
36317 36317
36318 36318
36319 36319
36320 36320
36321 36321
36322 36322
36323 36323
36324 36324
36325 36325
36326 36326
36327 36327
36328 36328
36329 36329
36330 36330
36331 36331
36332 36332
36333 36333
36334 36334
36335 36335
36336 36336
36337 36337
36338 36338
36339 36339
36340 36340
36341 36341
36342 36342
36343 36343
36344 36344
36345 36345
36346 36346
36347 36347
36348 36348
36349 36349
36350 36350
36351 36351
36352 36352
36353 36353
36354 36354
36355 36355
36356 36356
36357 36357
36358 36358
36359 36359
36360 36360
36361 36361
36362 36362
36363 36363
36364 36364
36365 36365
36366 36366
36367 36367
36368 36368
36369 36369
36370 36370
36371 36371
36372 36372
36373 36373
36374 36374
36375 36375
36376 36376
36377 36377
36378 36378
36379 36379
36380 36380
36381 36381
36382 36382
36383 36383
36384 36384
36385 36385
36386 36386
36387 36387
36388 36388
36389 36389
36390 36390
36391 36391
36392 36392
36393 36393
36394 36394
36395 36395
36396 36396
36397 36397
36398 36398
36399 36399
36400 36400
36401 36401
36402 36402
36403 36403
36404 36404
36405 36405
36406 36406
36407 36407
36408 36408
36409 36409
36410 36410
36411 36411
36412 36412
36413 36413
36414 36414
36415 36415
36416 36416
36417 36417
36418 36418
36419 36419
36420 36420
36421 36421
36422 36422
36423 36423
36424 36424
36425 36425
36426 36426
36427 36427
36428 36428
36429 36429
36430 36430
36431 36431
36432 36432
36433 36433
36434 36434
36435 36435
36436 36436
36437 36437
36438 36438
36439 36439
36440 36440
36441 36441
36442 36442
36443 36443
36444 36444
36445 36445
36446 36446
36447 36447
36448 36448
36449 36449
36450 36450
36451 36451
36452 36452
36453 36453
36454 36454
36455 36455
36456 36456
36457 36457
36458 36458
36459 36459
36460 36460
36461 36461
36462 36462
36463 36463
36464 36464
36465 36465
36466 36466
36467 36467
36468 36468
36469 36469
36470 36470
36471 36471
36472 36472
36473 36473
36474 36474
36475 36475
36476 36476
36477 36477
36478 36478
36479 36479
36480 36480
36481 36481
36482 36482
36483 36483
36484 36484
36485 36485
36486 36486
36487 36487
36488 36488
36489 36489
36490 36490
36491 36491
36492 36492
36493 36493
36494 36494
36495 36495
36496 36496
36497 36497
36498 36498
36499 36499
36500 36500
36501 36501
36502 36502
36503 36503
36504 36504
36505 36505
36506 36506
36507 36507
36508 36508
36509 36509
36510 36510
36511 36511
36512 36512
36513 36513
36514 36514
36515 36515
36516 36516
36517 36517
36518 36518
36519 36519
36520 36520
36521 36521
36522 36522
36523 36523
36524 36524
36525 36525
36526 36526
36527 36527
36528 36528
36529 36529
36530 36530
36531 36531
36532 36532
36533 36533
36534 36534
36535 36535
36536 36536
36537 36537
36538 36538
36539 36539
36540 36540
36541 36541
36542 36542
36543 36543
36544 36544
36545 36545
36546 36546
36547 36547
36548 36548
36549 36549
36550 36550
36551 36551
36552 36552
36553 36553
36554 36554
36555 36555
36556 36556
36557 36557
36558 36558
36559 36559
36560 36560
36561 36561
36562 36562
36563 36563
36564 36564
36565 36565
36566 36566
36567 36567
36568 36568
36569 36569
36570 36570
36571 36571
36572 36572
36573 36573
36574 36574
36575 36575
36576 36576
36577 36577
36578 36578
36579 36579
36580 36580
36581 36581
36582 36582
36583 36583
36584 36584
36585 36585
36586 36586
36587 36587
36588 36588
36589 36589
36590 36590
36591 36591
36592 36592
36593 36593
36594 36594
36595 36595
36596 36596
36597 36597
36598 36598
36599 36599
36600 36600
36601 36601
36602 36602
36603 36603
36604 36604
36605 36605
36606 36606
36607 36607
36608 36608
36609 36609
36610 36610
36611 36611
36612 36612
36613 36613
36614 36614
36615 36615
36616 36616
36617 36617
36618 36618
36619 36619
36620 36620
36621 36621
36622 36622
36623 36623
36624 36624
36625 36625
36626 36626
36627 36627
36628 36628
36629 36629
36630 36630
36631 36631
36632 36632
36633 36633
36634 36634
36635 36635
36636 36636
36637 36637
36638 36638
36639 36639
36640 36640
36641 36641
36642 36642
36643 36643
36644 36644
36645 36645
36646 36646
36647 36647
36648 36648
36649 36649
36650 36650
36651 36651
36652 36652
36653 36653
36654 36654
36655 36655
36656 36656
36657 36657
36658 36658
36659 36659
36660 36660
36661 36661
36662 36662
36663 36663
36664 36664
36665 36665
36666 36666
36667 36667
36668 36668
36669 36669
36670 36670
36671 36671
36672 36672
36673 36673
36674 36674
36675 36675
36676 36676
36677 36677
36678 36678
36679 36679
36680 36680
36681 36681
36682 36682
36683 36683
36684 36684
36685 36685
36686 36686
36687 36687
36688 36688
36689 36689
36690 36690
36691 36691
36692 36692
36693 36693
36694 36694
36695 36695
36696 36696
36697 36697
36698 36698
36699 36699
36700 36700
36701 36701
36702 36702
36703 36703
36704 36704
36705 36705
36706 36706
36707 36707
36708 36708
36709 36709
36710 36710
36711 36711
36712 36712
36713 36713
36714 36714
36715 36715
36716 36716
36717 36717
36718 36718
36719 36719
36720 36720
36721 36721
36722 36722
36723 36723
36724 36724
36725 36725
36726 36726
36727 36727
36728 36728
36729 36729
36730 36730
36731 36731
36732 36732
36733 36733
36734 36734
36735 36735
36736 36736
36737 36737
36738 36738
36739 36739
36740 36740
36741 36741
36742 36742
36743 36743
36744 36744
36745 36745
36746 36746
36747 36747
36748 36748
36749 36749
36750 36750
36751 36751
36752 36752
36753 36753
36754 36754
36755 36755
36756 36756
36757 36757
36758 36758
36759 36759
36760 36760
36761 36761
36762 36762
36763 36763
36764 36764
36765 36765
36766 36766
36767 36767
36768 36768
36769 36769
36770 36770
36771 36771
36772 36772
36773 36773
36774 36774
36775 36775
36776 36776
36777 36777
36778 36778
36779 36779
36780 36780
36781 36781
36782 36782
36783 36783
36784 36784
36785 36785
36786 36786
36787 36787
36788 36788
36789 36789
36790 36790
36791 36791
36792 36792
36793 36793
36794 36794
36795 36795
36796 36796
36797 36797
36798 36798
36799 36799
36800 36800
36801 36801
36802 36802
36803 36803
36804 36804
36805 36805
36806 36806
36807 36807
36808 36808
36809 36809
36810 36810
36811 36811
36812 36812
36813 36813
36814 36814
36815 36815
36816 36816
36817 36817
36818 36818
36819 36819
36820 36820
36821 36821
36822 36822
36823 36823
36824 36824
36825 36825
36826 36826
36827 36827
36828 36828
36829 36829
36830 36830
36831 36831
36832 36832
36833 36833
36834 36834
36835 36835
36836 36836
36837 36837
36838 36838
36839 36839
36840 36840
36841 36841
36842 36842
36843 36843
36844 36844
36845 36845
36846 36846
36847 36847
36848 36848
36849 36849
36850 36850
36851 36851
36852 36852
36853 36853
36854 36854
36855 36855
36856 36856
36857 36857
36858 36858
36859 36859
36860 36860
36861 36861
36862 36862
36863 36863
36864 36864
36865 36865
36866 36866
36867 36867
36868 36868
36869 36869
36870 36870
36871 36871
36872 36872
36873 36873
36874 36874
36875 36875
36876 36876
36877 36877
36878 36878
36879 36879
36880 36880
36881 36881
36882 36882
36883 36883
36884 36884
36885 36885
36886 36886
36887 36887
36888 36888
36889 36889
36890 36890
36891 36891
36892 36892
36893 36893
36894 36894
36895 36895
36896 36896
36897 36897
36898 36898
36899 36899
36900 36900
36901 36901
36902 36902
36903 36903
36904 36904
36905 36905
36906 36906
36907 36907
36908 36908
36909 36909
36910 36910
36911 36911
36912 36912
36913 36913
36914 36914
36915 36915
36916 36916
36917 36917
36918 36918
36919 36919
36920 36920
36921 36921
36922 36922
36923 36923
36924 36924
36925 36925
36926 36926
36927 36927
36928 36928
36929 36929
36930 36930
36931 36931
36932 36932
36933 36933
36934 36934
36935 36935
36936 36936
36937 36937
36938 36938
36939 36939
36940 36940
36941 36941
36942 36942
36943 36943
36944 36944
36945 36945
36946 36946
36947 36947
36948 36948
36949 36949
36950 36950
36951 36951
36952 36952
36953 36953
36954 36954
36955 36955
36956 36956
36957 36957
36958 36958
36959 36959
36960 36960
36961 36961
36962 36962
36963 36963
36964 36964
36965 36965
36966 36966
36967 36967
36968 36968
36969 36969
36970 36970
36971 36971
36972 36972
36973 36973
36974 36974
36975 36975
36976 36976
36977 36977
36978 36978
36979 36979
36980 36980
36981 36981
36982 36982
36983 36983
36984 36984
36985 36985
36986 36986
36987 36987
36988 36988
36989 36989
36990 36990
36991 36991
36992 36992
36993 36993
36994 36994
36995 36995
36996 36996
36997 36997
36998 36998
36999 36999
37000 37000
37001 37001
37002 37002
37003 37003
37004 37004
37005 37005
37006 37006
37007 37007
37008 37008
37009 37009
37010 37010
37011 37011
37012 37012
37013 37013
37014 37014
37015 37015
37016 37016
37017 37017
37018 37018
37019 37019
37020 37020
37021 37021
37022 37022
37023 37023
37024 37024
37025 37025
37026 37026
37027 37027
37028 37028
37029 37029
37030 37030
37031 37031
37032 37032
37033 37033
37034 37034
37035 37035
37036 37036
37037 37037
37038 37038
37039 37039
37040 37040
37041 37041
37042 37042
37043 37043
37044 37044
37045 37045
37046 37046
37047 37047
37048 37048
37049 37049
37050 37050
37051 37051
37052 37052
37053 37053
37054 37054
37055 37055
37056 37056
37057 37057
37058 37058
37059 37059
37060 37060
37061 37061
37062 37062
37063 37063
37064 37064
37065 37065
37066 37066
37067 37067
37068 37068
37069 37069
37070 37070
37071 37071
37072 37072
37073 37073
37074 37074
37075 37075
37076 37076
37077 37077
37078 37078
37079 37079
37080 37080
37081 37081
37082 37082
37083 37083
37084 37084
37085 37085
37086 37086
37087 37087
37088 37088
37089 37089
37090 37090
37091 37091
37092 37092
37093 37093
37094 37094
37095 37095
37096 37096
37097 37097
37098 37098
37099 37099
37100 37100
37101 37101
37102 37102
37103 37103
37104 37104
37105 37105
37106 37106
37107 37107
37108 37108
37109 37109
37110 37110
37111 37111
37112 37112
37113 37113
37114 37114
37115 37115
37116 37116
37117 37117
37118 37118
37119 37119
37120 37120
37121 37121
37122 37122
37123 37123
37124 37124
37125 37125
37126 37126
37127 37127
37128 37128
37129 37129
37130 37130
37131 37131
37132 37132
37133 37133
37134 37134
37135 37135
37136 37136
37137 37137
37138 37138
37139 37139
37140 37140
37141 37141
37142 37142
37143 37143
37144 37144
37145 37145
37146 37146
37147 37147
37148 37148
37149 37149
37150 37150
37151 37151
37152 37152
37153 37153
37154 37154
37155 37155
37156 37156
37157 37157
37158 37158
37159 37159
37160 37160
37161 37161
37162 37162
37163 37163
37164 37164
37165 37165
37166 37166
37167 37167
37168 37168
37169 37169
37170 37170
37171 37171
37172 37172
37173 37173
37174 37174
37175 37175
37176 37176
37177 37177
37178 37178
37179 37179
37180 37180
37181 37181
37182 37182
37183 37183
37184 37184
37185 37185
37186 37186
37187 37187
37188 37188
37189 37189
37190 37190
37191 37191
37192 37192
37193 37193
37194 37194
37195 37195
37196 37196
37197 37197
37198 37198
37199 37199
37200 37200
37201 37201
37202 37202
37203 37203
37204 37204
37205 37205
37206 37206
37207 37207
37208 37208
37209 37209
37210 37210
37211 37211
37212 37212
37213 37213
37214 37214
37215 37215
37216 37216
37217 37217
37218 37218
37219 37219
37220 37220
37221 37221
37222 37222
37223 37223
37224 37224
37225 37225
37226 37226
37227 37227
37228 37228
37229 37229
37230 37230
37231 37231
37232 37232
37233 37233
37234 37234
37235 37235
37236 37236
37237 37237
37238 37238
37239 37239
37240 37240
37241 37241
37242 37242
37243 37243
37244 37244
37245 37245
37246 37246
37247 37247
37248 37248
37249 37249
37250 37250
37251 37251
37252 37252
37253 37253
37254 37254
37255 37255
37256 37256
37257 37257
37258 37258
37259 37259
37260 37260
37261 37261
37262 37262
37263 37263
37264 37264
37265 37265
37266 37266
37267 37267
37268 37268
37269 37269
37270 37270
37271 37271
37272 37272
37273 37273
37274 37274
37275 37275
37276 37276
37277 37277
37278 37278
37279 37279
37280 37280
37281 37281
37282 37282
37283 37283
37284 37284
37285 37285
37286 37286
37287 37287
37288 37288
37289 37289
37290 37290
37291 37291
37292 37292
37293 37293
37294 37294
37295 37295
37296 37296
37297 37297
37298 37298
37299 37299
37300 37300
37301 37301
37302 37302
37303 37303
37304 37304
37305 37305
37306 37306
37307 37307
37308 37308
37309 37309
37310 37310
37311 37311
37312 37312
37313 37313
37314 37314
37315 37315
37316 37316
37317 37317
37318 37318
37319 37319
37320 37320
37321 37321
37322 37322
37323 37323
37324 37324
37325 37325
37326 37326
37327 37327
37328 37328
37329 37329
37330 37330
37331 37331
37332 37332
37333 37333
37334 37334
37335 37335
37336 37336
37337 37337
37338 37338
37339 37339
37340 37340
37341 37341
37342 37342
37343 37343
37344 37344
37345 37345
37346 37346
37347 37347
37348 37348
37349 37349
37350 37350
37351 37351
37352 37352
37353 37353
37354 37354
37355 37355
37356 37356
37357 37357
37358 37358
37359 37359
37360 37360
37361 37361
37362 37362
37363 37363
37364 37364
37365 37365
37366 37366
37367 37367
37368 37368
37369 37369
37370 37370
37371 37371
37372 37372
37373 37373
37374 37374
37375 37375
37376 37376
37377 37377
37378 37378
37379 37379
37380 37380
37381 37381
37382 37382
37383 37383
37384 37384
37385 37385
37386 37386
37387 37387
37388 37388
37389 37389
37390 37390
37391 37391
37392 37392
37393 37393
37394 37394
37395 37395
37396 37396
37397 37397
37398 37398
37399 37399
37400 37400
37401 37401
37402 37402
37403 37403
37404 37404
37405 37405
37406 37406
37407 37407
37408 37408
37409 37409
37410 37410
37411 37411
37412 37412
37413 37413
37414 37414
37415 37415
37416 37416
37417 37417
37418 37418
37419 37419
37420 37420
37421 37421
37422 37422
37423 37423
37424 37424
37425 37425
37426 37426
37427 37427
37428 37428
37429 37429
37430 37430
37431 37431
37432 37432
37433 37433
37434 37434
37435 37435
37436 37436
37437 37437
37438 37438
37439 37439
37440 37440
37441 37441
37442 37442
37443 37443
37444 37444
37445 37445
37446 37446
37447 37447
37448 37448
37449 37449
37450 37450
37451 37451
37452 37452
37453 37453
37454 37454
37455 37455
37456 37456
37457 37457
37458 37458
37459 37459
37460 37460
37461 37461
37462 37462
37463 37463
37464 37464
37465 37465
37466 37466
37467 37467
37468 37468
37469 37469
37470 37470
37471 37471
37472 37472
37473 37473
37474 37474
37475 37475
37476 37476
37477 37477
37478 37478
37479 37479
37480 37480
37481 37481
37482 37482
37483 37483
37484 37484
37485 37485
37486 37486
37487 37487
37488 37488
37489 37489
37490 37490
37491 37491
37492 37492
37493 37493
37494 37494
37495 37495
37496 37496
37497 37497
37498 37498
37499 37499
37500 37500
37501 37501
37502 37502
37503 37503
37504 37504
37505 37505
37506 37506
37507 37507
37508 37508
37509 37509
37510 37510
37511 37511
37512 37512
37513 37513
37514 37514
37515 37515
37516 37516
37517 37517
37518 37518
37519 37519
37520 37520
37521 37521
37522 37522
37523 37523
37524 37524
37525 37525
37526 37526
37527 37527
37528 37528
37529 37529
37530 37530
37531 37531
37532 37532
37533 37533
37534 37534
37535 37535
37536 37536
37537 37537
37538 37538
37539 37539
37540 37540
37541 37541
37542 37542
37543 37543
37544 37544
37545 37545
37546 37546
37547 37547
37548 37548
37549 37549
37550 37550
37551 37551
37552 37552
37553 37553
37554 37554
37555 37555
37556 37556
37557 37557
37558 37558
37559 37559
37560 37560
37561 37561
37562 37562
37563 37563
37564 37564
37565 37565
37566 37566
37567 37567
37568 37568
37569 37569
37570 37570
37571 37571
37572 37572
37573 37573
37574 37574
37575 37575
37576 37576
37577 37577
37578 37578
37579 37579
37580 37580
37581 37581
37582 37582
37583 37583
37584 37584
37585 37585
37586 37586
37587 37587
37588 37588
37589 37589
37590 37590
37591 37591
37592 37592
37593 37593
37594 37594
37595 37595
37596 37596
37597 37597
37598 37598
37599 37599
37600 37600
37601 37601
37602 37602
37603 37603
37604 37604
37605 37605
37606 37606
37607 37607
37608 37608
37609 37609
37610 37610
37611 37611
37612 37612
37613 37613
37614 37614
37615 37615
37616 37616
37617 37617
37618 37618
37619 37619
37620 37620
37621 37621
37622 37622
37623 37623
37624 37624
37625 37625
37626 37626
37627 37627
37628 37628
37629 37629
37630 37630
37631 37631
37632 37632
37633 37633
37634 37634
37635 37635
37636 37636
37637 37637
37638 37638
37639 37639
37640 37640
37641 37641
37642 37642
37643 37643
37644 37644
37645 37645
37646 37646
37647 37647
37648 37648
37649 37649
37650 37650
37651 37651
37652 37652
37653 37653
37654 37654
37655 37655
37656 37656
37657 37657
37658 37658
37659 37659
37660 37660
37661 37661
37662 37662
37663 37663
37664 37664
37665 37665
37666 37666
37667 37667
37668 37668
37669 37669
37670 37670
37671 37671
37672 37672
37673 37673
37674 37674
37675 37675
37676 37676
37677 37677
37678 37678
37679 37679
37680 37680
37681 37681
37682 37682
37683 37683
37684 37684
37685 37685
37686 37686
37687 37687
37688 37688
37689 37689
37690 37690
37691 37691
37692 37692
37693 37693
37694 37694
37695 37695
37696 37696
37697 37697
37698 37698
37699 37699
37700 37700
37701 37701
37702 37702
37703 37703
37704 37704
37705 37705
37706 37706
37707 37707
37708 37708
37709 37709
37710 37710
37711 37711
37712 37712
37713 37713
37714 37714
37715 37715
37716 37716
37717 37717
37718 37718
37719 37719
37720 37720
37721 37721
37722 37722
37723 37723
37724 37724
37725 37725
37726 37726
37727 37727
37728 37728
37729 37729
37730 37730
37731 37731
37732 37732
37733 37733
37734 37734
37735 37735
37736 37736
37737 37737
37738 37738
37739 37739
37740 37740
37741 37741
37742 37742
37743 37743
37744 37744
37745 37745
37746 37746
37747 37747
37748 37748
37749 37749
37750 37750
37751 37751
37752 37752
37753 37753
37754 37754
37755 37755
37756 37756
37757 37757
37758 37758
37759 37759
37760 37760
37761 37761
37762 37762
37763 37763
37764 37764
37765 37765
37766 37766
37767 37767
37768 37768
37769 37769
37770 37770
37771 37771
37772 37772
37773 37773
37774 37774
37775 37775
37776 37776
37777 37777
37778 37778
37779 37779
37780 37780
37781 37781
37782 37782
37783 37783
37784 37784
37785 37785
37786 37786
37787 37787
37788 37788
37789 37789
37790 37790
37791 37791
37792 37792
37793 37793
37794 37794
37795 37795
37796 37796
37797 37797
37798 37798
37799 37799
37800 37800
37801 37801
37802 37802
37803 37803
37804 37804
37805 37805
37806 37806
37807 37807
37808 37808
37809 37809
37810 37810
37811 37811
37812 37812
37813 37813
37814 37814
37815 37815
37816 37816
37817 37817
37818 37818
37819 37819
37820 37820
37821 37821
37822 37822
37823 37823
37824 37824
37825 37825
37826 37826
37827 37827
37828 37828
37829 37829
37830 37830
37831 37831
37832 37832
37833 37833
37834 37834
37835 37835
37836 37836
37837 37837
37838 37838
37839 37839
37840 37840
37841 37841
37842 37842
37843 37843
37844 37844
37845 37845
37846 37846
37847 37847
37848 37848
37849 37849
37850 37850
37851 37851
37852 37852
37853 37853
37854 37854
37855 37855
37856 37856
37857 37857
37858 37858
37859 37859
37860 37860
37861 37861
37862 37862
37863 37863
37864 37864
37865 37865
37866 37866
37867 37867
37868 37868
37869 37869
37870 37870
37871 37871
37872 37872
37873 37873
37874 37874
37875 37875
37876 37876
37877 37877
37878 37878
37879 37879
37880 37880
37881 37881
37882 37882
37883 37883
37884 37884
37885 37885
37886 37886
37887 37887
37888 37888
37889 37889
37890 37890
37891 37891
37892 37892
37893 37893
37894 37894
37895 37895
37896 37896
37897 37897
37898 37898
37899 37899
37900 37900
37901 37901
37902 37902
37903 37903
37904 37904
37905 37905
37906 37906
37907 37907
37908 37908
37909 37909
37910 37910
37911 37911
37912 37912
37913 37913
37914 37914
37915 37915
37916 37916
37917 37917
37918 37918
37919 37919
37920 37920
37921 37921
37922 37922
37923 37923
37924 37924
37925 37925
37926 37926
37927 37927
37928 37928
37929 37929
37930 37930
37931 37931
37932 37932
37933 37933
37934 37934
37935 37935
37936 37936
37937 37937
37938 37938
37939 37939
37940 37940
37941 37941
37942 37942
37943 37943
37944 37944
37945 37945
37946 37946
37947 37947
37948 37948
37949 37949
37950 37950
37951 37951
37952 37952
37953 37953
37954 37954
37955 37955
37956 37956
37957 37957
37958 37958
37959 37959
37960 37960
37961 37961
37962 37962
37963 37963
37964 37964
37965 37965
37966 37966
37967 37967
37968 37968
37969 37969
37970 37970
37971 37971
37972 37972
37973 37973
37974 37974
37975 37975
37976 37976
37977 37977
37978 37978
37979 37979
37980 37980
37981 37981
37982 37982
37983 37983
37984 37984
37985 37985
37986 37986
37987 37987
37988 37988
37989 37989
37990 37990
37991 37991
37992 37992
37993 37993
37994 37994
37995 37995
37996 37996
37997 37997
37998 37998
37999 37999
38000 38000
38001 38001
38002 38002
38003 38003
38004 38004
38005 38005
38006 38006
38007 38007
38008 38008
38009 38009
38010 38010
38011 38011
38012 38012
38013 38013
38014 38014
38015 38015
38016 38016
38017 38017
38018 38018
38019 38019
38020 38020
38021 38021
38022 38022
38023 38023
38024 38024
38025 38025
38026 38026
38027 38027
38028 38028
38029 38029
38030 38030
38031 38031
38032 38032
38033 38033
38034 38034
38035 38035
38036 38036
38037 38037
38038 38038
38039 38039
38040 38040
38041 38041
38042 38042
38043 38043
38044 38044
38045 38045
38046 38046
38047 38047
38048 38048
38049 38049
38050 38050
38051 38051
38052 38052
38053 38053
38054 38054
38055 38055
38056 38056
38057 38057
38058 38058
38059 38059
38060 38060
38061 38061
38062 38062
38063 38063
38064 38064
38065 38065
38066 38066
38067 38067
38068 38068
38069 38069
38070 38070
38071 38071
38072 38072
38073 38073
38074 38074
38075 38075
38076 38076
38077 38077
38078 38078
38079 38079
38080 38080
38081 38081
38082 38082
38083 38083
38084 38084
38085 38085
38086 38086
38087 38087
38088 38088
38089 38089
38090 38090
38091 38091
38092 38092
38093 38093
38094 38094
38095 38095
38096 38096
38097 38097
38098 38098
38099 38099
38100 38100
38101 38101
38102 38102
38103 38103
38104 38104
38105 38105
38106 38106
38107 38107
38108 38108
38109 38109
38110 38110
38111 38111
38112 38112
38113 38113
38114 38114
38115 38115
38116 38116
38117 38117
38118 38118
38119 38119
38120 38120
38121 38121
38122 38122
38123 38123
38124 38124
38125 38125
38126 38126
38127 38127
38128 38128
38129 38129
38130 38130
38131 38131
38132 38132
38133 38133
38134 38134
38135 38135
38136 38136
38137 38137
38138 38138
38139 38139
38140 38140
38141 38141
38142 38142
38143 38143
38144 38144
38145 38145
38146 38146
38147 38147
38148 38148
38149 38149
38150 38150
38151 38151
38152 38152
38153 38153
38154 38154
38155 38155
38156 38156
38157 38157
38158 38158
38159 38159
38160 38160
38161 38161
38162 38162
38163 38163
38164 38164
38165 38165
38166 38166
38167 38167
38168 38168
38169 38169
38170 38170
38171 38171
38172 38172
38173 38173
38174 38174
38175 38175
38176 38176
38177 38177
38178 38178
38179 38179
38180 38180
38181 38181
38182 38182
38183 38183
38184 38184
38185 38185
38186 38186
38187 38187
38188 38188
38189 38189
38190 38190
38191 38191
38192 38192
38193 38193
38194 38194
38195 38195
38196 38196
38197 38197
38198 38198
38199 38199
38200 38200
38201 38201
38202 38202
38203 38203
38204 38204
38205 38205
38206 38206
38207 38207
38208 38208
38209 38209
38210 38210
38211 38211
38212 38212
38213 38213
38214 38214
38215 38215
38216 38216
38217 38217
38218 38218
38219 38219
38220 38220
38221 38221
38222 38222
38223 38223
38224 38224
38225 38225
38226 38226
38227 38227
38228 38228
38229 38229
38230 38230
38231 38231
38232 38232
38233 38233
38234 38234
38235 38235
38236 38236
38237 38237
38238 38238
38239 38239
38240 38240
38241 38241
38242 38242
38243 38243
38244 38244
38245 38245
38246 38246
38247 38247
38248 38248
38249 38249
38250 38250
38251 38251
38252 38252
38253 38253
38254 38254
38255 38255
38256 38256
38257 38257
38258 38258
38259 38259
38260 38260
38261 38261
38262 38262
38263 38263
38264 38264
38265 38265
38266 38266
38267 38267
38268 38268
38269 38269
38270 38270
38271 38271
38272 38272
38273 38273
38274 38274
38275 38275
38276 38276
38277 38277
38278 38278
38279 38279
38280 38280
38281 38281
38282 38282
38283 38283
38284 38284
38285 38285
38286 38286
38287 38287
38288 38288
38289 38289
38290 38290
38291 38291
38292 38292
38293 38293
38294 38294
38295 38295
38296 38296
38297 38297
38298 38298
38299 38299
38300 38300
38301 38301
38302 38302
38303 38303
38304 38304
38305 38305
38306 38306
38307 38307
38308 38308
38309 38309
38310 38310
38311 38311
38312 38312
38313 38313
38314 38314
38315 38315
38316 38316
38317 38317
38318 38318
38319 38319
38320 38320
38321 38321
38322 38322
38323 38323
38324 38324
38325 38325
38326 38326
38327 38327
38328 38328
38329 38329
38330 38330
38331 38331
38332 38332
38333 38333
38334 38334
38335 38335
38336 38336
38337 38337
38338 38338
38339 38339
38340 38340
38341 38341
38342 38342
38343 38343
38344 38344
38345 38345
38346 38346
38347 38347
38348 38348
38349 38349
38350 38350
38351 38351
38352 38352
38353 38353
38354 38354
38355 38355
38356 38356
38357 38357
38358 38358
38359 38359
38360 38360
38361 38361
38362 38362
38363 38363
38364 38364
38365 38365
38366 38366
38367 38367
38368 38368
38369 38369
38370 38370
38371 38371
38372 38372
38373 38373
38374 38374
38375 38375
38376 38376
38377 38377
38378 38378
38379 38379
38380 38380
38381 38381
38382 38382
38383 38383
38384 38384
38385 38385
38386 38386
38387 38387
38388 38388
38389 38389
38390 38390
38391 38391
38392 38392
38393 38393
38394 38394
38395 38395
38396 38396
38397 38397
38398 38398
38399 38399
38400 38400
38401 38401
38402 38402
38403 38403
38404 38404
38405 38405
38406 38406
38407 38407
38408 38408
38409 38409
38410 38410
38411 38411
38412 38412
38413 38413
38414 38414
38415 38415
38416 38416
38417 38417
38418 38418
38419 38419
38420 38420
38421 38421
38422 38422
38423 38423
38424 38424
38425 38425
38426 38426
38427 38427
38428 38428
38429 38429
38430 38430
38431 38431
38432 38432
38433 38433
38434 38434
38435 38435
38436 38436
38437 38437
38438 38438
38439 38439
38440 38440
38441 38441
38442 38442
38443 38443
38444 38444
38445 38445
38446 38446
38447 38447
38448 38448
38449 38449
38450 38450
38451 38451
38452 38452
38453 38453
38454 38454
38455 38455
38456 38456
38457 38457
38458 38458
38459 38459
38460 38460
38461 38461
38462 38462
38463 38463
38464 38464
38465 38465
38466 38466
38467 38467
38468 38468
38469 38469
38470 38470
38471 38471
38472 38472
38473 38473
38474 38474
38475 38475
38476 38476
38477 38477
38478 38478
38479 38479
38480 38480
38481 38481
38482 38482
38483 38483
38484 38484
38485 38485
38486 38486
38487 38487
38488 38488
38489 38489
38490 38490
38491 38491
38492 38492
38493 38493
38494 38494
38495 38495
38496 38496
38497 38497
38498 38498
38499 38499
38500 38500
38501 38501
38502 38502
38503 38503
38504 38504
38505 38505
38506 38506
38507 38507
38508 38508
38509 38509
38510 38510
38511 38511
38512 38512
38513 38513
38514 38514
38515 38515
38516 38516
38517 38517
38518 38518
38519 38519
38520 38520
38521 38521
38522 38522
38523 38523
38524 38524
38525 38525
38526 38526
38527 38527
38528 38528
38529 38529
38530 38530
38531 38531
38532 38532
38533 38533
38534 38534
38535 38535
38536 38536
38537 38537
38538 38538
38539 38539
38540 38540
38541 38541
38542 38542
38543 38543
38544 38544
38545 38545
38546 38546
38547 38547
38548 38548
38549 38549
38550 38550
38551 38551
38552 38552
38553 38553
38554 38554
38555 38555
38556 38556
38557 38557
38558 38558
38559 38559
38560 38560
38561 38561
38562 38562
38563 38563
38564 38564
38565 38565
38566 38566
38567 38567
38568 38568
38569 38569
38570 38570
38571 38571
38572 38572
38573 38573
38574 38574
38575 38575
38576 38576
38577 38577
38578 38578
38579 38579
38580 38580
38581 38581
38582 38582
38583 38583
38584 38584
38585 38585
38586 38586
38587 38587
38588 38588
38589 38589
38590 38590
38591 38591
38592 38592
38593 38593
38594 38594
38595 38595
38596 38596
38597 38597
38598 38598
38599 38599
38600 38600
38601 38601
38602 38602
38603 38603
38604 38604
38605 38605
38606 38606
38607 38607
38608 38608
38609 38609
38610 38610
38611 38611
38612 38612
38613 38613
38614 38614
38615 38615
38616 38616
38617 38617
38618 38618
38619 38619
38620 38620
38621 38621
38622 38622
38623 38623
38624 38624
38625 38625
38626 38626
38627 38627
38628 38628
38629 38629
38630 38630
38631 38631
38632 38632
38633 38633
38634 38634
38635 38635
38636 38636
38637 38637
38638 38638
38639 38639
38640 38640
38641 38641
38642 38642
38643 38643
38644 38644
38645 38645
38646 38646
38647 38647
38648 38648
38649 38649
38650 38650
38651 38651
38652 38652
38653 38653
38654 38654
38655 38655
38656 38656
38657 38657
38658 38658
38659 38659
38660 38660
38661 38661
38662 38662
38663 38663
38664 38664
38665 38665
38666 38666
38667 38667
38668 38668
38669 38669
38670 38670
38671 38671
38672 38672
38673 38673
38674 38674
38675 38675
38676 38676
38677 38677
38678 38678
38679 38679
38680 38680
38681 38681
38682 38682
38683 38683
38684 38684
38685 38685
38686 38686
38687 38687
38688 38688
38689 38689
38690 38690
38691 38691
38692 38692
38693 38693
38694 38694
38695 38695
38696 38696
38697 38697
38698 38698
38699 38699
38700 38700
38701 38701
38702 38702
38703 38703
38704 38704
38705 38705
38706 38706
38707 38707
38708 38708
38709 38709
38710 38710
38711 38711
38712 38712
38713 38713
38714 38714
38715 38715
38716 38716
38717 38717
38718 38718
38719 38719
38720 38720
38721 38721
38722 38722
38723 38723
38724 38724
38725 38725
38726 38726
38727 38727
38728 38728
38729 38729
38730 38730
38731 38731
38732 38732
38733 38733
38734 38734
38735 38735
38736 38736
38737 38737
38738 38738
38739 38739
38740 38740
38741 38741
38742 38742
38743 38743
38744 38744
38745 38745
38746 38746
38747 38747
38748 38748
38749 38749
38750 38750
38751 38751
38752 38752
38753 38753
38754 38754
38755 38755
38756 38756
38757 38757
38758 38758
38759 38759
38760 38760
38761 38761
38762 38762
38763 38763
38764 38764
38765 38765
38766 38766
38767 38767
38768 38768
38769 38769
38770 38770
38771 38771
38772 38772
38773 38773
38774 38774
38775 38775
38776 38776
38777 38777
38778 38778
38779 38779
38780 38780
38781 38781
38782 38782
38783 38783
38784 38784
38785 38785
38786 38786
38787 38787
38788 38788
38789 38789
38790 38790
38791 38791
38792 38792
38793 38793
38794 38794
38795 38795
38796 38796
38797 38797
38798 38798
38799 38799
38800 38800
38801 38801
38802 38802
38803 38803
38804 38804
38805 38805
38806 38806
38807 38807
38808 38808
38809 38809
38810 38810
38811 38811
38812 38812
38813 38813
38814 38814
38815 38815
38816 38816
38817 38817
38818 38818
38819 38819
38820 38820
38821 38821
38822 38822
38823 38823
38824 38824
38825 38825
38826 38826
38827 38827
38828 38828
38829 38829
38830 38830
38831 38831
38832 38832
38833 38833
38834 38834
38835 38835
38836 38836
38837 38837
38838 38838
38839 38839
38840 38840
38841 38841
38842 38842
38843 38843
38844 38844
38845 38845
38846 38846
38847 38847
38848 38848
38849 38849
38850 38850
38851 38851
38852 38852
38853 38853
38854 38854
38855 38855
38856 38856
38857 38857
38858 38858
38859 38859
38860 38860
38861 38861
38862 38862
38863 38863
38864 38864
38865 38865
38866 38866
38867 38867
38868 38868
38869 38869
38870 38870
38871 38871
38872 38872
38873 38873
38874 38874
38875 38875
38876 38876
38877 38877
38878 38878
38879 38879
38880 38880
38881 38881
38882 38882
38883 38883
38884 38884
38885 38885
38886 38886
38887 38887
38888 38888
38889 38889
38890 38890
38891 38891
38892 38892
38893 38893
38894 38894
38895 38895
38896 38896
38897 38897
38898 38898
38899 38899
38900 38900
38901 38901
38902 38902
38903 38903
38904 38904
38905 38905
38906 38906
38907 38907
38908 38908
38909 38909
38910 38910
38911 38911
38912 38912
38913 38913
38914 38914
38915 38915
38916 38916
38917 38917
38918 38918
38919 38919
38920 38920
38921 38921
38922 38922
38923 38923
38924 38924
38925 38925
38926 38926
38927 38927
38928 38928
38929 38929
38930 38930
38931 38931
38932 38932
38933 38933
38934 38934
38935 38935
38936 38936
38937 38937
38938 38938
38939 38939
38940 38940
38941 38941
38942 38942
38943 38943
38944 38944
38945 38945
38946 38946
38947 38947
38948 38948
38949 38949
38950 38950
38951 38951
38952 38952
38953 38953
38954 38954
38955 38955
38956 38956
38957 38957
38958 38958
38959 38959
38960 38960
38961 38961
38962 38962
38963 38963
38964 38964
38965 38965
38966 38966
38967 38967
38968 38968
38969 38969
38970 38970
38971 38971
38972 38972
38973 38973
38974 38974
38975 38975
38976 38976
38977 38977
38978 38978
38979 38979
38980 38980
38981 38981
38982 38982
38983 38983
38984 38984
38985 38985
38986 38986
38987 38987
38988 38988
38989 38989
38990 38990
38991 38991
38992 38992
38993 38993
38994 38994
38995 38995
38996 38996
38997 38997
38998 38998
38999 38999
39000 39000
39001 39001
39002 39002
39003 39003
39004 39004
39005 39005
39006 39006
39007 39007
39008 39008
39009 39009
39010 39010
39011 39011
39012 39012
39013 39013
39014 39014
39015 39015
39016 39016
39017 39017
39018 39018
39019 39019
39020 39020
39021 39021
39022 39022
39023 39023
39024 39024
39025 39025
39026 39026
39027 39027
39028 39028
39029 39029
39030 39030
39031 39031
39032 39032
39033 39033
39034 39034
39035 39035
39036 39036
39037 39037
39038 39038
39039 39039
39040 39040
39041 39041
39042 39042
39043 39043
39044 39044
39045 39045
39046 39046
39047 39047
39048 39048
39049 39049
39050 39050
39051 39051
39052 39052
39053 39053
39054 39054
39055 39055
39056 39056
39057 39057
39058 39058
39059 39059
39060 39060
39061 39061
39062 39062
39063 39063
39064 39064
39065 39065
39066 39066
39067 39067
39068 39068
39069 39069
39070 39070
39071 39071
39072 39072
39073 39073
39074 39074
39075 39075
39076 39076
39077 39077
39078 39078
39079 39079
39080 39080
39081 39081
39082 39082
39083 39083
39084 39084
39085 39085
39086 39086
39087 39087
39088 39088
39089 39089
39090 39090
39091 39091
39092 39092
39093 39093
39094 39094
39095 39095
39096 39096
39097 39097
39098 39098
39099 39099
39100 39100
39101 39101
39102 39102
39103 39103
39104 39104
39105 39105
39106 39106
39107 39107
39108 39108
39109 39109
39110 39110
39111 39111
39112 39112
39113 39113
39114 39114
39115 39115
39116 39116
39117 39117
39118 39118
39119 39119
39120 39120
39121 39121
39122 39122
39123 39123
39124 39124
39125 39125
39126 39126
39127 39127
39128 39128
39129 39129
39130 39130
39131 39131
39132 39132
39133 39133
39134 39134
39135 39135
39136 39136
39137 39137
39138 39138
39139 39139
39140 39140
39141 39141
39142 39142
39143 39143
39144 39144
39145 39145
39146 39146
39147 39147
39148 39148
39149 39149
39150 39150
39151 39151
39152 39152
39153 39153
39154 39154
39155 39155
39156 39156
39157 39157
39158 39158
39159 39159
39160 39160
39161 39161
39162 39162
39163 39163
39164 39164
39165 39165
39166 39166
39167 39167
39168 39168
39169 39169
39170 39170
39171 39171
39172 39172
39173 39173
39174 39174
39175 39175
39176 39176
39177 39177
39178 39178
39179 39179
39180 39180
39181 39181
39182 39182
39183 39183
39184 39184
39185 39185
39186 39186
39187 39187
39188 39188
39189 39189
39190 39190
39191 39191
39192 39192
39193 39193
39194 39194
39195 39195
39196 39196
39197 39197
39198 39198
39199 39199
39200 39200
39201 39201
39202 39202
39203 39203
39204 39204
39205 39205
39206 39206
39207 39207
39208 39208
39209 39209
39210 39210
39211 39211
39212 39212
39213 39213
39214 39214
39215 39215
39216 39216
39217 39217
39218 39218
39219 39219
39220 39220
39221 39221
39222 39222
39223 39223
39224 39224
39225 39225
39226 39226
39227 39227
39228 39228
39229 39229
39230 39230
39231 39231
39232 39232
39233 39233
39234 39234
39235 39235
39236 39236
39237 39237
39238 39238
39239 39239
39240 39240
39241 39241
39242 39242
39243 39243
39244 39244
39245 39245
39246 39246
39247 39247
39248 39248
39249 39249
39250 39250
39251 39251
39252 39252
39253 39253
39254 39254
39255 39255
39256 39256
39257 39257
39258 39258
39259 39259
39260 39260
39261 39261
39262 39262
39263 39263
39264 39264
39265 39265
39266 39266
39267 39267
39268 39268
39269 39269
39270 39270
39271 39271
39272 39272
39273 39273
39274 39274
39275 39275
39276 39276
39277 39277
39278 39278
39279 39279
39280 39280
39281 39281
39282 39282
39283 39283
39284 39284
39285 39285
39286 39286
39287 39287
39288 39288
39289 39289
39290 39290
39291 39291
39292 39292
39293 39293
39294 39294
39295 39295
39296 39296
39297 39297
39298 39298
39299 39299
39300 39300
39301 39301
39302 39302
39303 39303
39304 39304
39305 39305
39306 39306
39307 39307
39308 39308
39309 39309
39310 39310
39311 39311
39312 39312
39313 39313
39314 39314
39315 39315
39316 39316
39317 39317
39318 39318
39319 39319
39320 39320
39321 39321
39322 39322
39323 39323
39324 39324
39325 39325
39326 39326
39327 39327
39328 39328
39329 39329
39330 39330
39331 39331
39332 39332
39333 39333
39334 39334
39335 39335
39336 39336
39337 39337
39338 39338
39339 39339
39340 39340
39341 39341
39342 39342
39343 39343
39344 39344
39345 39345
39346 39346
39347 39347
39348 39348
39349 39349
39350 39350
39351 39351
39352 39352
39353 39353
39354 39354
39355 39355
39356 39356
39357 39357
39358 39358
39359 39359
39360 39360
39361 39361
39362 39362
39363 39363
39364 39364
39365 39365
39366 39366
39367 39367
39368 39368
39369 39369
39370 39370
39371 39371
39372 39372
39373 39373
39374 39374
39375 39375
39376 39376
39377 39377
39378 39378
39379 39379
39380 39380
39381 39381
39382 39382
39383 39383
39384 39384
39385 39385
39386 39386
39387 39387
39388 39388
39389 39389
39390 39390
39391 39391
39392 39392
39393 39393
39394 39394
39395 39395
39396 39396
39397 39397
39398 39398
39399 39399
39400 39400
39401 39401
39402 39402
39403 39403
39404 39404
39405 39405
39406 39406
39407 39407
39408 39408
39409 39409
39410 39410
39411 39411
39412 39412
39413 39413
39414 39414
39415 39415
39416 39416
39417 39417
39418 39418
39419 39419
39420 39420
39421 39421
39422 39422
39423 39423
39424 39424
39425 39425
39426 39426
39427 39427
39428 39428
39429 39429
39430 39430
39431 39431
39432 39432
39433 39433
39434 39434
39435 39435
39436 39436
39437 39437
39438 39438
39439 39439
39440 39440
39441 39441
39442 39442
39443 39443
39444 39444
39445 39445
39446 39446
39447 39447
39448 39448
39449 39449
39450 39450
39451 39451
39452 39452
39453 39453
39454 39454
39455 39455
39456 39456
39457 39457
39458 39458
39459 39459
39460 39460
39461 39461
39462 39462
39463 39463
39464 39464
39465 39465
39466 39466
39467 39467
39468 39468
39469 39469
39470 39470
39471 39471
39472 39472
39473 39473
39474 39474
39475 39475
39476 39476
39477 39477
39478 39478
39479 39479
39480 39480
39481 39481
39482 39482
39483 39483
39484 39484
39485 39485
39486 39486
39487 39487
39488 39488
39489 39489
39490 39490
39491 39491
39492 39492
39493 39493
39494 39494
39495 39495
39496 39496
39497 39497
39498 39498
39499 39499
39500 39500
39501 39501
39502 39502
39503 39503
39504 39504
39505 39505
39506 39506
39507 39507
39508 39508
39509 39509
39510 39510
39511 39511
39512 39512
39513 39513
39514 39514
39515 39515
39516 39516
39517 39517
39518 39518
39519 39519
39520 39520
39521 39521
39522 39522
39523 39523
39524 39524
39525 39525
39526 39526
39527 39527
39528 39528
39529 39529
39530 39530
39531 39531
39532 39532
39533 39533
39534 39534
39535 39535
39536 39536
39537 39537
39538 39538
39539 39539
39540 39540
39541 39541
39542 39542
39543 39543
39544 39544
39545 39545
39546 39546
39547 39547
39548 39548
39549 39549
39550 39550
39551 39551
39552 39552
39553 39553
39554 39554
39555 39555
39556 39556
39557 39557
39558 39558
39559 39559
39560 39560
39561 39561
39562 39562
39563 39563
39564 39564
39565 39565
39566 39566
39567 39567
39568 39568
39569 39569
39570 39570
39571 39571
39572 39572
39573 39573
39574 39574
39575 39575
39576 39576
39577 39577
39578 39578
39579 39579
39580 39580
39581 39581
39582 39582
39583 39583
39584 39584
39585 39585
39586 39586
39587 39587
39588 39588
39589 39589
39590 39590
39591 39591
39592 39592
39593 39593
39594 39594
39595 39595
39596 39596
39597 39597
39598 39598
39599 39599
39600 39600
39601 39601
39602 39602
39603 39603
39604 39604
39605 39605
39606 39606
39607 39607
39608 39608
39609 39609
39610 39610
39611 39611
39612 39612
39613 39613
39614 39614
39615 39615
39616 39616
39617 39617
39618 39618
39619 39619
39620 39620
39621 39621
39622 39622
39623 39623
39624 39624
39625 39625
39626 39626
39627 39627
39628 39628
39629 39629
39630 39630
39631 39631
39632 39632
39633 39633
39634 39634
39635 39635
39636 39636
39637 39637
39638 39638
39639 39639
39640 39640
39641 39641
39642 39642
39643 39643
39644 39644
39645 39645
39646 39646
39647 39647
39648 39648
39649 39649
39650 39650
39651 39651
39652 39652
39653 39653
39654 39654
39655 39655
39656 39656
39657 39657
39658 39658
39659 39659
39660 39660
39661 39661
39662 39662
39663 39663
39664 39664
39665 39665
39666 39666
39667 39667
39668 39668
39669 39669
39670 39670
39671 39671
39672 39672
39673 39673
39674 39674
39675 39675
39676 39676
39677 39677
39678 39678
39679 39679
39680 39680
39681 39681
39682 39682
39683 39683
39684 39684
39685 39685
39686 39686
39687 39687
39688 39688
39689 39689
39690 39690
39691 39691
39692 39692
39693 39693
39694 39694
39695 39695
39696 39696
39697 39697
39698 39698
39699 39699
39700 39700
39701 39701
39702 39702
39703 39703
39704 39704
39705 39705
39706 39706
39707 39707
39708 39708
39709 39709
39710 39710
39711 39711
39712 39712
39713 39713
39714 39714
39715 39715
39716 39716
39717 39717
39718 39718
39719 39719
39720 39720
39721 39721
39722 39722
39723 39723
39724 39724
39725 39725
39726 39726
39727 39727
39728 39728
39729 39729
39730 39730
39731 39731
39732 39732
39733 39733
39734 39734
39735 39735
39736 39736
39737 39737
39738 39738
39739 39739
39740 39740
39741 39741
39742 39742
39743 39743
39744 39744
39745 39745
39746 39746
39747 39747
39748 39748
39749 39749
39750 39750
39751 39751
39752 39752
39753 39753
39754 39754
39755 39755
39756 39756
39757 39757
39758 39758
39759 39759
39760 39760
39761 39761
39762 39762
39763 39763
39764 39764
39765 39765
39766 39766
39767 39767
39768 39768
39769 39769
39770 39770
39771 39771
39772 39772
39773 39773
39774 39774
39775 39775
39776 39776
39777 39777
39778 39778
39779 39779
39780 39780
39781 39781
39782 39782
39783 39783
39784 39784
39785 39785
39786 39786
39787 39787
39788 39788
39789 39789
39790 39790
39791 39791
39792 39792
39793 39793
39794 39794
39795 39795
39796 39796
39797 39797
39798 39798
39799 39799
39800 39800
39801 39801
39802 39802
39803 39803
39804 39804
39805 39805
39806 39806
39807 39807
39808 39808
39809 39809
39810 39810
39811 39811
39812 39812
39813 39813
39814 39814
39815 39815
39816 39816
39817 39817
39818 39818
39819 39819
39820 39820
39821 39821
39822 39822
39823 39823
39824 39824
39825 39825
39826 39826
39827 39827
39828 39828
39829 39829
39830 39830
39831 39831
39832 39832
39833 39833
39834 39834
39835 39835
39836 39836
39837 39837
39838 39838
39839 39839
39840 39840
39841 39841
39842 39842
39843 39843
39844 39844
39845 39845
39846 39846
39847 39847
39848 39848
39849 39849
39850 39850
39851 39851
39852 39852
39853 39853
39854 39854
39855 39855
39856 39856
39857 39857
39858 39858
39859 39859
39860 39860
39861 39861
39862 39862
39863 39863
39864 39864
39865 39865
39866 39866
39867 39867
39868 39868
39869 39869
39870 39870
39871 39871
39872 39872
39873 39873
39874 39874
39875 39875
39876 39876
39877 39877
39878 39878
39879 39879
39880 39880
39881 39881
39882 39882
39883 39883
39884 39884
39885 39885
39886 39886
39887 39887
39888 39888
39889 39889
39890 39890
39891 39891
39892 39892
39893 39893
39894 39894
39895 39895
39896 39896
39897 39897
39898 39898
39899 39899
39900 39900
39901 39901
39902 39902
39903 39903
39904 39904
39905 39905
39906 39906
39907 39907
39908 39908
39909 39909
39910 39910
39911 39911
39912 39912
39913 39913
39914 39914
39915 39915
39916 39916
39917 39917
39918 39918
39919 39919
39920 39920
39921 39921
39922 39922
39923 39923
39924 39924
39925 39925
39926 39926
39927 39927
39928 39928
39929 39929
39930 39930
39931 39931
39932 39932
39933 39933
39934 39934
39935 39935
39936 39936
39937 39937
39938 39938
39939 39939
39940 39940
39941 39941
39942 39942
39943 39943
39944 39944
39945 39945
39946 39946
39947 39947
39948 39948
39949 39949
39950 39950
39951 39951
39952 39952
39953 39953
39954 39954
39955 39955
39956 39956
39957 39957
39958 39958
39959 39959
39960 39960
39961 39961
39962 39962
39963 39963
39964 39964
39965 39965
39966 39966
39967 39967
39968 39968
39969 39969
39970 39970
39971 39971
39972 39972
39973 39973
39974 39974
39975 39975
39976 39976
39977 39977
39978 39978
39979 39979
39980 39980
39981 39981
39982 39982
39983 39983
39984 39984
39985 39985
39986 39986
39987 39987
39988 39988
39989 39989
39990 39990
39991 39991
39992 39992
39993 39993
39994 39994
39995 39995
39996 39996
39997 39997
39998 39998
39999 39999
40000 40000
40001 40001
40002 40002
40003 40003
40004 40004
40005 40005
40006 40006
40007 40007
40008 40008
40009 40009
40010 40010
40011 40011
40012 40012
40013 40013
40014 40014
40015 40015
40016 40016
40017 40017
40018 40018
40019 40019
40020 40020
40021 40021
40022 40022
40023 40023
40024 40024
40025 40025
40026 40026
40027 40027
40028 40028
40029 40029
40030 40030
40031 40031
40032 40032
40033 40033
40034 40034
40035 40035
40036 40036
40037 40037
40038 40038
40039 40039
40040 40040
40041 40041
40042 40042
40043 40043
40044 40044
40045 40045
40046 40046
40047 40047
40048 40048
40049 40049
40050 40050
40051 40051
40052 40052
40053 40053
40054 40054
40055 40055
40056 40056
40057 40057
40058 40058
40059 40059
40060 40060
40061 40061
40062 40062
40063 40063
40064 40064
40065 40065
40066 40066
40067 40067
40068 40068
40069 40069
40070 40070
40071 40071
40072 40072
40073 40073
40074 40074
40075 40075
40076 40076
40077 40077
40078 40078
40079 40079
40080 40080
40081 40081
40082 40082
40083 40083
40084 40084
40085 40085
40086 40086
40087 40087
40088 40088
40089 40089
40090 40090
40091 40091
40092 40092
40093 40093
40094 40094
40095 40095
40096 40096
40097 40097
40098 40098
40099 40099
40100 40100
40101 40101
40102 40102
40103 40103
40104 40104
40105 40105
40106 40106
40107 40107
40108 40108
40109 40109
40110 40110
40111 40111
40112 40112
40113 40113
40114 40114
40115 40115
40116 40116
40117 40117
40118 40118
40119 40119
40120 40120
40121 40121
40122 40122
40123 40123
40124 40124
40125 40125
40126 40126
40127 40127
40128 40128
40129 40129
40130 40130
40131 40131
40132 40132
40133 40133
40134 40134
40135 40135
40136 40136
40137 40137
40138 40138
40139 40139
40140 40140
40141 40141
40142 40142
40143 40143
40144 40144
40145 40145
40146 40146
40147 40147
40148 40148
40149 40149
40150 40150
40151 40151
40152 40152
40153 40153
40154 40154
40155 40155
40156 40156
40157 40157
40158 40158
40159 40159
40160 40160
40161 40161
40162 40162
40163 40163
40164 40164
40165 40165
40166 40166
40167 40167
40168 40168
40169 40169
40170 40170
40171 40171
40172 40172
40173 40173
40174 40174
40175 40175
40176 40176
40177 40177
40178 40178
40179 40179
40180 40180
40181 40181
40182 40182
40183 40183
40184 40184
40185 40185
40186 40186
40187 40187
40188 40188
40189 40189
40190 40190
40191 40191
40192 40192
40193 40193
40194 40194
40195 40195
40196 40196
40197 40197
40198 40198
40199 40199
40200 40200
40201 40201
40202 40202
40203 40203
40204 40204
40205 40205
40206 40206
40207 40207
40208 40208
40209 40209
40210 40210
40211 40211
40212 40212
40213 40213
40214 40214
40215 40215
40216 40216
40217 40217
40218 40218
40219 40219
40220 40220
40221 40221
40222 40222
40223 40223
40224 40224
40225 40225
40226 40226
40227 40227
40228 40228
40229 40229
40230 40230
40231 40231
40232 40232
40233 40233
40234 40234
40235 40235
40236 40236
40237 40237
40238 40238
40239 40239
40240 40240
40241 40241
40242 40242
40243 40243
40244 40244
40245 40245
40246 40246
40247 40247
40248 40248
40249 40249
40250 40250
40251 40251
40252 40252
40253 40253
40254 40254
40255 40255
40256 40256
40257 40257
40258 40258
40259 40259
40260 40260
40261 40261
40262 40262
40263 40263
40264 40264
40265 40265
40266 40266
40267 40267
40268 40268
40269 40269
40270 40270
40271 40271
40272 40272
40273 40273
40274 40274
40275 40275
40276 40276
40277 40277
40278 40278
40279 40279
40280 40280
40281 40281
40282 40282
40283 40283
40284 40284
40285 40285
40286 40286
40287 40287
40288 40288
40289 40289
40290 40290
40291 40291
40292 40292
40293 40293
40294 40294
40295 40295
40296 40296
40297 40297
40298 40298
40299 40299
40300 40300
40301 40301
40302 40302
40303 40303
40304 40304
40305 40305
40306 40306
40307 40307
40308 40308
40309 40309
40310 40310
40311 40311
40312 40312
40313 40313
40314 40314
40315 40315
40316 40316
40317 40317
40318 40318
40319 40319
40320 40320
40321 40321
40322 40322
40323 40323
40324 40324
40325 40325
40326 40326
40327 40327
40328 40328
40329 40329
40330 40330
40331 40331
40332 40332
40333 40333
40334 40334
40335 40335
40336 40336
40337 40337
40338 40338
40339 40339
40340 40340
40341 40341
40342 40342
40343 40343
40344 40344
40345 40345
40346 40346
40347 40347
40348 40348
40349 40349
40350 40350
40351 40351
40352 40352
40353 40353
40354 40354
40355 40355
40356 40356
40357 40357
40358 40358
40359 40359
40360 40360
40361 40361
40362 40362
40363 40363
40364 40364
40365 40365
40366 40366
40367 40367
40368 40368
40369 40369
40370 40370
40371 40371
40372 40372
40373 40373
40374 40374
40375 40375
40376 40376
40377 40377
40378 40378
40379 40379
40380 40380
40381 40381
40382 40382
40383 40383
40384 40384
40385 40385
40386 40386
40387 40387
40388 40388
40389 40389
40390 40390
40391 40391
40392 40392
40393 40393
40394 40394
40395 40395
40396 40396
40397 40397
40398 40398
40399 40399
40400 40400
40401 40401
40402 40402
40403 40403
40404 40404
40405 40405
40406 40406
40407 40407
40408 40408
40409 40409
40410 40410
40411 40411
40412 40412
40413 40413
40414 40414
40415 40415
40416 40416
40417 40417
40418 40418
40419 40419
40420 40420
40421 40421
40422 40422
40423 40423
40424 40424
40425 40425
40426 40426
40427 40427
40428 40428
40429 40429
40430 40430
40431 40431
40432 40432
40433 40433
40434 40434
40435 40435
40436 40436
40437 40437
40438 40438
40439 40439
40440 40440
40441 40441
40442 40442
40443 40443
40444 40444
40445 40445
40446 40446
40447 40447
40448 40448
40449 40449
40450 40450
40451 40451
40452 40452
40453 40453
40454 40454
40455 40455
40456 40456
40457 40457
40458 40458
40459 40459
40460 40460
40461 40461
40462 40462
40463 40463
40464 40464
40465 40465
40466 40466
40467 40467
40468 40468
40469 40469
40470 40470
40471 40471
40472 40472
40473 40473
40474 40474
40475 40475
40476 40476
40477 40477
40478 40478
40479 40479
40480 40480
40481 40481
40482 40482
40483 40483
40484 40484
40485 40485
40486 40486
40487 40487
40488 40488
40489 40489
40490 40490
40491 40491
40492 40492
40493 40493
40494 40494
40495 40495
40496 40496
40497 40497
40498 40498
40499 40499
40500 40500
40501 40501
40502 40502
40503 40503
40504 40504
40505 40505
40506 40506
40507 40507
40508 40508
40509 40509
40510 40510
40511 40511
40512 40512
40513 40513
40514 40514
40515 40515
40516 40516
40517 40517
40518 40518
40519 40519
40520 40520
40521 40521
40522 40522
40523 40523
40524 40524
40525 40525
40526 40526
40527 40527
40528 40528
40529 40529
40530 40530
40531 40531
40532 40532
40533 40533
40534 40534
40535 40535
40536 40536
40537 40537
40538 40538
40539 40539
40540 40540
40541 40541
40542 40542
40543 40543
40544 40544
40545 40545
40546 40546
40547 40547
40548 40548
40549 40549
40550 40550
40551 40551
40552 40552
40553 40553
40554 40554
40555 40555
40556 40556
40557 40557
40558 40558
40559 40559
40560 40560
40561 40561
40562 40562
40563 40563
40564 40564
40565 40565
40566 40566
40567 40567
40568 40568
40569 40569
40570 40570
40571 40571
40572 40572
40573 40573
40574 40574
40575 40575
40576 40576
40577 40577
40578 40578
40579 40579
40580 40580
40581 40581
40582 40582
40583 40583
40584 40584
40585 40585
40586 40586
40587 40587
40588 40588
40589 40589
40590 40590
40591 40591
40592 40592
40593 40593
40594 40594
40595 40595
40596 40596
40597 40597
40598 40598
40599 40599
40600 40600
40601 40601
40602 40602
40603 40603
40604 40604
40605 40605
40606 40606
40607 40607
40608 40608
40609 40609
40610 40610
40611 40611
40612 40612
40613 40613
40614 40614
40615 40615
40616 40616
40617 40617
40618 40618
40619 40619
40620 40620
40621 40621
40622 40622
40623 40623
40624 40624
40625 40625
40626 40626
40627 40627
40628 40628
40629 40629
40630 40630
40631 40631
40632 40632
40633 40633
40634 40634
40635 40635
40636 40636
40637 40637
40638 40638
40639 40639
40640 40640
40641 40641
40642 40642
40643 40643
40644 40644
40645 40645
40646 40646
40647 40647
40648 40648
40649 40649
40650 40650
40651 40651
40652 40652
40653 40653
40654 40654
40655 40655
40656 40656
40657 40657
40658 40658
40659 40659
40660 40660
40661 40661
40662 40662
40663 40663
40664 40664
40665 40665
40666 40666
40667 40667
40668 40668
40669 40669
40670 40670
40671 40671
40672 40672
40673 40673
40674 40674
40675 40675
40676 40676
40677 40677
40678 40678
40679 40679
40680 40680
40681 40681
40682 40682
40683 40683
40684 40684
40685 40685
40686 40686
40687 40687
40688 40688
40689 40689
40690 40690
40691 40691
40692 40692
40693 40693
40694 40694
40695 40695
40696 40696
40697 40697
40698 40698
40699 40699
40700 40700
40701 40701
40702 40702
40703 40703
40704 40704
40705 40705
40706 40706
40707 40707
40708 40708
40709 40709
40710 40710
40711 40711
40712 40712
40713 40713
40714 40714
40715 40715
40716 40716
40717 40717
40718 40718
40719 40719
40720 40720
40721 40721
40722 40722
40723 40723
40724 40724
40725 40725
40726 40726
40727 40727
40728 40728
40729 40729
40730 40730
40731 40731
40732 40732
40733 40733
40734 40734
40735 40735
40736 40736
40737 40737
40738 40738
40739 40739
40740 40740
40741 40741
40742 40742
40743 40743
40744 40744
40745 40745
40746 40746
40747 40747
40748 40748
40749 40749
40750 40750
40751 40751
40752 40752
40753 40753
40754 40754
40755 40755
40756 40756
40757 40757
40758 40758
40759 40759
40760 40760
40761 40761
40762 40762
40763 40763
40764 40764
40765 40765
40766 40766
40767 40767
40768 40768
40769 40769
40770 40770
40771 40771
40772 40772
40773 40773
40774 40774
40775 40775
40776 40776
40777 40777
40778 40778
40779 40779
40780 40780
40781 40781
40782 40782
40783 40783
40784 40784
40785 40785
40786 40786
40787 40787
40788 40788
40789 40789
40790 40790
40791 40791
40792 40792
40793 40793
40794 40794
40795 40795
40796 40796
40797 40797
40798 40798
40799 40799
40800 40800
40801 40801
40802 40802
40803 40803
40804 40804
40805 40805
40806 40806
40807 40807
40808 40808
40809 40809
40810 40810
40811 40811
40812 40812
40813 40813
40814 40814
40815 40815
40816 40816
40817 40817
40818 40818
40819 40819
40820 40820
40821 40821
40822 40822
40823 40823
40824 40824
40825 40825
40826 40826
40827 40827
40828 40828
40829 40829
40830 40830
40831 40831
40832 40832
40833 40833
40834 40834
40835 40835
40836 40836
40837 40837
40838 40838
40839 40839
40840 40840
40841 40841
40842 40842
40843 40843
40844 40844
40845 40845
40846 40846
40847 40847
40848 40848
40849 40849
40850 40850
40851 40851
40852 40852
40853 40853
40854 40854
40855 40855
40856 40856
40857 40857
40858 40858
40859 40859
40860 40860
40861 40861
40862 40862
40863 40863
40864 40864
40865 40865
40866 40866
40867 40867
40868 40868
40869 40869
40870 40870
40871 40871
40872 40872
40873 40873
40874 40874
40875 40875
40876 40876
40877 40877
40878 40878
40879 40879
40880 40880
40881 40881
40882 40882
40883 40883
40884 40884
40885 40885
40886 40886
40887 40887
40888 40888
40889 40889
40890 40890
40891 40891
40892 40892
40893 40893
40894 40894
40895 40895
40896 40896
40897 40897
40898 40898
40899 40899
40900 40900
40901 40901
40902 40902
40903 40903
40904 40904
40905 40905
40906 40906
40907 40907
40908 40908
40909 40909
40910 40910
40911 40911
40912 40912
40913 40913
40914 40914
40915 40915
40916 40916
40917 40917
40918 40918
40919 40919
40920 40920
40921 40921
40922 40922
40923 40923
40924 40924
40925 40925
40926 40926
40927 40927
40928 40928
40929 40929
40930 40930
40931 40931
40932 40932
40933 40933
40934 40934
40935 40935
40936 40936
40937 40937
40938 40938
40939 40939
40940 40940
40941 40941
40942 40942
40943 40943
40944 40944
40945 40945
40946 40946
40947 40947
40948 40948
40949 40949
40950 40950
40951 40951
40952 40952
40953 40953
40954 40954
40955 40955
40956 40956
40957 40957
40958 40958
40959 40959
40960 40960
40961 40961
40962 40962
40963 40963
40964 40964
40965 40965
40966 40966
40967 40967
40968 40968
40969 40969
40970 40970
40971 40971
40972 40972
40973 40973
40974 40974
40975 40975
40976 40976
40977 40977
40978 40978
40979 40979
40980 40980
40981 40981
40982 40982
40983 40983
40984 40984
40985 40985
40986 40986
40987 40987
40988 40988
40989 40989
40990 40990
40991 40991
40992 40992
40993 40993
40994 40994
40995 40995
40996 40996
40997 40997
40998 40998
40999 40999
41000 41000
41001 41001
41002 41002
41003 41003
41004 41004
41005 41005
41006 41006
41007 41007
41008 41008
41009 41009
41010 41010
41011 41011
41012 41012
41013 41013
41014 41014
41015 41015
41016 41016
41017 41017
41018 41018
41019 41019
41020 41020
41021 41021
41022 41022
41023 41023
41024 41024
41025 41025
41026 41026
41027 41027
41028 41028
41029 41029
41030 41030
41031 41031
41032 41032
41033 41033
41034 41034
41035 41035
41036 41036
41037 41037
41038 41038
41039 41039
41040 41040
41041 41041
41042 41042
41043 41043
41044 41044
41045 41045
41046 41046
41047 41047
41048 41048
41049 41049
41050 41050
41051 41051
41052 41052
41053 41053
41054 41054
41055 41055
41056 41056
41057 41057
41058 41058
41059 41059
41060 41060
41061 41061
41062 41062
41063 41063
41064 41064
41065 41065
41066 41066
41067 41067
41068 41068
41069 41069
41070 41070
41071 41071
41072 41072
41073 41073
41074 41074
41075 41075
41076 41076
41077 41077
41078 41078
41079 41079
41080 41080
41081 41081
41082 41082
41083 41083
41084 41084
41085 41085
41086 41086
41087 41087
41088 41088
41089 41089
41090 41090
41091 41091
41092 41092
41093 41093
41094 41094
41095 41095
41096 41096
41097 41097
41098 41098
41099 41099
41100 41100
41101 41101
41102 41102
41103 41103
41104 41104
41105 41105
41106 41106
41107 41107
41108 41108
41109 41109
41110 41110
41111 41111
41112 41112
41113 41113
41114 41114
41115 41115
41116 41116
41117 41117
41118 41118
41119 41119
41120 41120
41121 41121
41122 41122
41123 41123
41124 41124
41125 41125
41126 41126
41127 41127
41128 41128
41129 41129
41130 41130
41131 41131
41132 41132
41133 41133
41134 41134
41135 41135
41136 41136
41137 41137
41138 41138
41139 41139
41140 41140
41141 41141
41142 41142
41143 41143
41144 41144
41145 41145
41146 41146
41147 41147
41148 41148
41149 41149
41150 41150
41151 41151
41152 41152
41153 41153
41154 41154
41155 41155
41156 41156
41157 41157
41158 41158
41159 41159
41160 41160
41161 41161
41162 41162
41163 41163
41164 41164
41165 41165
41166 41166
41167 41167
41168 41168
41169 41169
41170 41170
41171 41171
41172 41172
41173 41173
41174 41174
41175 41175
41176 41176
41177 41177
41178 41178
41179 41179
41180 41180
41181 41181
41182 41182
41183 41183
41184 41184
41185 41185
41186 41186
41187 41187
41188 41188
41189 41189
41190 41190
41191 41191
41192 41192
41193 41193
41194 41194
41195 41195
41196 41196
41197 41197
41198 41198
41199 41199
41200 41200
41201 41201
41202 41202
41203 41203
41204 41204
41205 41205
41206 41206
41207 41207
41208 41208
41209 41209
41210 41210
41211 41211
41212 41212
41213 41213
41214 41214
41215 41215
41216 41216
41217 41217
41218 41218
41219 41219
41220 41220
41221 41221
41222 41222
41223 41223
41224 41224
41225 41225
41226 41226
41227 41227
41228 41228
41229 41229
41230 41230
41231 41231
41232 41232
41233 41233
41234 41234
41235 41235
41236 41236
41237 41237
41238 41238
41239 41239
41240 41240
41241 41241
41242 41242
41243 41243
41244 41244
41245 41245
41246 41246
41247 41247
41248 41248
41249 41249
41250 41250
41251 41251
41252 41252
41253 41253
41254 41254
41255 41255
41256 41256
41257 41257
41258 41258
41259 41259
41260 41260
41261 41261
41262 41262
41263 41263
41264 41264
41265 41265
41266 41266
41267 41267
41268 41268
41269 41269
41270 41270
41271 41271
41272 41272
41273 41273
41274 41274
41275 41275
41276 41276
41277 41277
41278 41278
41279 41279
41280 41280
41281 41281
41282 41282
41283 41283
41284 41284
41285 41285
41286 41286
41287 41287
41288 41288
41289 41289
41290 41290
41291 41291
41292 41292
41293 41293
41294 41294
41295 41295
41296 41296
41297 41297
41298 41298
41299 41299
41300 41300
41301 41301
41302 41302
41303 41303
41304 41304
41305 41305
41306 41306
41307 41307
41308 41308
41309 41309
41310 41310
41311 41311
41312 41312
41313 41313
41314 41314
41315 41315
41316 41316
41317 41317
41318 41318
41319 41319
41320 41320
41321 41321
41322 41322
41323 41323
41324 41324
41325 41325
41326 41326
41327 41327
41328 41328
41329 41329
41330 41330
41331 41331
41332 41332
41333 41333
41334 41334
41335 41335
41336 41336
41337 41337
41338 41338
41339 41339
41340 41340
41341 41341
41342 41342
41343 41343
41344 41344
41345 41345
41346 41346
41347 41347
41348 41348
41349 41349
41350 41350
41351 41351
41352 41352
41353 41353
41354 41354
41355 41355
41356 41356
41357 41357
41358 41358
41359 41359
41360 41360
41361 41361
41362 41362
41363 41363
41364 41364
41365 41365
41366 41366
41367 41367
41368 41368
41369 41369
41370 41370
41371 41371
41372 41372
41373 41373
41374 41374
41375 41375
41376 41376
41377 41377
41378 41378
41379 41379
41380 41380
41381 41381
41382 41382
41383 41383
41384 41384
41385 41385
41386 41386
41387 41387
41388 41388
41389 41389
41390 41390
41391 41391
41392 41392
41393 41393
41394 41394
41395 41395
41396 41396
41397 41397
41398 41398
41399 41399
41400 41400
41401 41401
41402 41402
41403 41403
41404 41404
41405 41405
41406 41406
41407 41407
41408 41408
41409 41409
41410 41410
41411 41411
41412 41412
41413 41413
41414 41414
41415 41415
41416 41416
41417 41417
41418 41418
41419 41419
41420 41420
41421 41421
41422 41422
41423 41423
41424 41424
41425 41425
41426 41426
41427 41427
41428 41428
41429 41429
41430 41430
41431 41431
41432 41432
41433 41433
41434 41434
41435 41435
41436 41436
41437 41437
41438 41438
41439 41439
41440 41440
41441 41441
41442 41442
41443 41443
41444 41444
41445 41445
41446 41446
41447 41447
41448 41448
41449 41449
41450 41450
41451 41451
41452 41452
41453 41453
41454 41454
41455 41455
41456 41456
41457 41457
41458 41458
41459 41459
41460 41460
41461 41461
41462 41462
41463 41463
41464 41464
41465 41465
41466 41466
41467 41467
41468 41468
41469 41469
41470 41470
41471 41471
41472 41472
41473 41473
41474 41474
41475 41475
41476 41476
41477 41477
41478 41478
41479 41479
41480 41480
41481 41481
41482 41482
41483 41483
41484 41484
41485 41485
41486 41486
41487 41487
41488 41488
41489 41489
41490 41490
41491 41491
41492 41492
41493 41493
41494 41494
41495 41495
41496 41496
41497 41497
41498 41498
41499 41499
41500 41500
41501 41501
41502 41502
41503 41503
41504 41504
41505 41505
41506 41506
41507 41507
41508 41508
41509 41509
41510 41510
41511 41511
41512 41512
41513 41513
41514 41514
41515 41515
41516 41516
41517 41517
41518 41518
41519 41519
41520 41520
41521 41521
41522 41522
41523 41523
41524 41524
41525 41525
41526 41526
41527 41527
41528 41528
41529 41529
41530 41530
41531 41531
41532 41532
41533 41533
41534 41534
41535 41535
41536 41536
41537 41537
41538 41538
41539 41539
41540 41540
41541 41541
41542 41542
41543 41543
41544 41544
41545 41545
41546 41546
41547 41547
41548 41548
41549 41549
41550 41550
41551 41551
41552 41552
41553 41553
41554 41554
41555 41555
41556 41556
41557 41557
41558 41558
41559 41559
41560 41560
41561 41561
41562 41562
41563 41563
41564 41564
41565 41565
41566 41566
41567 41567
41568 41568
41569 41569
41570 41570
41571 41571
41572 41572
41573 41573
41574 41574
41575 41575
41576 41576
41577 41577
41578 41578
41579 41579
41580 41580
41581 41581
41582 41582
41583 41583
41584 41584
41585 41585
41586 41586
41587 41587
41588 41588
41589 41589
41590 41590
41591 41591
41592 41592
41593 41593
41594 41594
41595 41595
41596 41596
41597 41597
41598 41598
41599 41599
41600 41600
41601 41601
41602 41602
41603 41603
41604 41604
41605 41605
41606 41606
41607 41607
41608 41608
41609 41609
41610 41610
41611 41611
41612 41612
41613 41613
41614 41614
41615 41615
41616 41616
41617 41617
41618 41618
41619 41619
41620 41620
41621 41621
41622 41622
41623 41623
41624 41624
41625 41625
41626 41626
41627 41627
41628 41628
41629 41629
41630 41630
41631 41631
41632 41632
41633 41633
41634 41634
41635 41635
41636 41636
41637 41637
41638 41638
41639 41639
41640 41640
41641 41641
41642 41642
41643 41643
41644 41644
41645 41645
41646 41646
41647 41647
41648 41648
41649 41649
41650 41650
41651 41651
41652 41652
41653 41653
41654 41654
41655 41655
41656 41656
41657 41657
41658 41658
41659 41659
41660 41660
41661 41661
41662 41662
41663 41663
41664 41664
41665 41665
41666 41666
41667 41667
41668 41668
41669 41669
41670 41670
41671 41671
41672 41672
41673 41673
41674 41674
41675 41675
41676 41676
41677 41677
41678 41678
41679 41679
41680 41680
41681 41681
41682 41682
41683 41683
41684 41684
41685 41685
41686 41686
41687 41687
41688 41688
41689 41689
41690 41690
41691 41691
41692 41692
41693 41693
41694 41694
41695 41695
41696 41696
41697 41697
41698 41698
41699 41699
41700 41700
41701 41701
41702 41702
41703 41703
41704 41704
41705 41705
41706 41706
41707 41707
41708 41708
41709 41709
41710 41710
41711 41711
41712 41712
41713 41713
41714 41714
41715 41715
41716 41716
41717 41717
41718 41718
41719 41719
41720 41720
41721 41721
41722 41722
41723 41723
41724 41724
41725 41725
41726 41726
41727 41727
41728 41728
41729 41729
41730 41730
41731 41731
41732 41732
41733 41733
41734 41734
41735 41735
41736 41736
41737 41737
41738 41738
41739 41739
41740 41740
41741 41741
41742 41742
41743 41743
41744 41744
41745 41745
41746 41746
41747 41747
41748 41748
41749 41749
41750 41750
41751 41751
41752 41752
41753 41753
41754 41754
41755 41755
41756 41756
41757 41757
41758 41758
41759 41759
41760 41760
41761 41761
41762 41762
41763 41763
41764 41764
41765 41765
41766 41766
41767 41767
41768 41768
41769 41769
41770 41770
41771 41771
41772 41772
41773 41773
41774 41774
41775 41775
41776 41776
41777 41777
41778 41778
41779 41779
41780 41780
41781 41781
41782 41782
41783 41783
41784 41784
41785 41785
41786 41786
41787 41787
41788 41788
41789 41789
41790 41790
41791 41791
41792 41792
41793 41793
41794 41794
41795 41795
41796 41796
41797 41797
41798 41798
41799 41799
41800 41800
41801 41801
41802 41802
41803 41803
41804 41804
41805 41805
41806 41806
41807 41807
41808 41808
41809 41809
41810 41810
41811 41811
41812 41812
41813 41813
41814 41814
41815 41815
41816 41816
41817 41817
41818 41818
41819 41819
41820 41820
41821 41821
41822 41822
41823 41823
41824 41824
41825 41825
41826 41826
41827 41827
41828 41828
41829 41829
41830 41830
41831 41831
41832 41832
41833 41833
41834 41834
41835 41835
41836 41836
41837 41837
41838 41838
41839 41839
41840 41840
41841 41841
41842 41842
41843 41843
41844 41844
41845 41845
41846 41846
41847 41847
41848 41848
41849 41849
41850 41850
41851 41851
41852 41852
41853 41853
41854 41854
41855 41855
41856 41856
41857 41857
41858 41858
41859 41859
41860 41860
41861 41861
41862 41862
41863 41863
41864 41864
41865 41865
41866 41866
41867 41867
41868 41868
41869 41869
41870 41870
41871 41871
41872 41872
41873 41873
41874 41874
41875 41875
41876 41876
41877 41877
41878 41878
41879 41879
41880 41880
41881 41881
41882 41882
41883 41883
41884 41884
41885 41885
41886 41886
41887 41887
41888 41888
41889 41889
41890 41890
41891 41891
41892 41892
41893 41893
41894 41894
41895 41895
41896 41896
41897 41897
41898 41898
41899 41899
41900 41900
41901 41901
41902 41902
41903 41903
41904 41904
41905 41905
41906 41906
41907 41907
41908 41908
41909 41909
41910 41910
41911 41911
41912 41912
41913 41913
41914 41914
41915 41915
41916 41916
41917 41917
41918 41918
41919 41919
41920 41920
41921 41921
41922 41922
41923 41923
41924 41924
41925 41925
41926 41926
41927 41927
41928 41928
41929 41929
41930 41930
41931 41931
41932 41932
41933 41933
41934 41934
41935 41935
41936 41936
41937 41937
41938 41938
41939 41939
41940 41940
41941 41941
41942 41942
41943 41943
41944 41944
41945 41945
41946 41946
41947 41947
41948 41948
41949 41949
41950 41950
41951 41951
41952 41952
41953 41953
41954 41954
41955 41955
41956 41956
41957 41957
41958 41958
41959 41959
41960 41960
41961 41961
41962 41962
41963 41963
41964 41964
41965 41965
41966 41966
41967 41967
41968 41968
41969 41969
41970 41970
41971 41971
41972 41972
41973 41973
41974 41974
41975 41975
41976 41976
41977 41977
41978 41978
41979 41979
41980 41980
41981 41981
41982 41982
41983 41983
41984 41984
41985 41985
41986 41986
41987 41987
41988 41988
41989 41989
41990 41990
41991 41991
41992 41992
41993 41993
41994 41994
41995 41995
41996 41996
41997 41997
41998 41998
41999 41999
42000 42000
42001 42001
42002 42002
42003 42003
42004 42004
42005 42005
42006 42006
42007 42007
42008 42008
42009 42009
42010 42010
42011 42011
42012 42012
42013 42013
42014 42014
42015 42015
42016 42016
42017 42017
42018 42018
42019 42019
42020 42020
42021 42021
42022 42022
42023 42023
42024 42024
42025 42025
42026 42026
42027 42027
42028 42028
42029 42029
42030 42030
42031 42031
42032 42032
42033 42033
42034 42034
42035 42035
42036 42036
42037 42037
42038 42038
42039 42039
42040 42040
42041 42041
42042 42042
42043 42043
42044 42044
42045 42045
42046 42046
42047 42047
42048 42048
42049 42049
42050 42050
42051 42051
42052 42052
42053 42053
42054 42054
42055 42055
42056 42056
42057 42057
42058 42058
42059 42059
42060 42060
42061 42061
42062 42062
42063 42063
42064 42064
42065 42065
42066 42066
42067 42067
42068 42068
42069 42069
42070 42070
42071 42071
42072 42072
42073 42073
42074 42074
42075 42075
42076 42076
42077 42077
42078 42078
42079 42079
42080 42080
42081 42081
42082 42082
42083 42083
42084 42084
42085 42085
42086 42086
42087 42087
42088 42088
42089 42089
42090 42090
42091 42091
42092 42092
42093 42093
42094 42094
42095 42095
42096 42096
42097 42097
42098 42098
42099 42099
42100 42100
42101 42101
42102 42102
42103 42103
42104 42104
42105 42105
42106 42106
42107 42107
42108 42108
42109 42109
42110 42110
42111 42111
42112 42112
42113 42113
42114 42114
42115 42115
42116 42116
42117 42117
42118 42118
42119 42119
42120 42120
42121 42121
42122 42122
42123 42123
42124 42124
42125 42125
42126 42126
42127 42127
42128 42128
42129 42129
42130 42130
42131 42131
42132 42132
42133 42133
42134 42134
42135 42135
42136 42136
42137 42137
42138 42138
42139 42139
42140 42140
42141 42141
42142 42142
42143 42143
42144 42144
42145 42145
42146 42146
42147 42147
42148 42148
42149 42149
42150 42150
42151 42151
42152 42152
42153 42153
42154 42154
42155 42155
42156 42156
42157 42157
42158 42158
42159 42159
42160 42160
42161 42161
42162 42162
42163 42163
42164 42164
42165 42165
42166 42166
42167 42167
42168 42168
42169 42169
42170 42170
42171 42171
42172 42172
42173 42173
42174 42174
42175 42175
42176 42176
42177 42177
42178 42178
42179 42179
42180 42180
42181 42181
42182 42182
42183 42183
42184 42184
42185 42185
42186 42186
42187 42187
42188 42188
42189 42189
42190 42190
42191 42191
42192 42192
42193 42193
42194 42194
42195 42195
42196 42196
42197 42197
42198 42198
42199 42199
42200 42200
42201 42201
42202 42202
42203 42203
42204 42204
42205 42205
42206 42206
42207 42207
42208 42208
42209 42209
42210 42210
42211 42211
42212 42212
42213 42213
42214 42214
42215 42215
42216 42216
42217 42217
42218 42218
42219 42219
42220 42220
42221 42221
42222 42222
42223 42223
42224 42224
42225 42225
42226 42226
42227 42227
42228 42228
42229 42229
42230 42230
42231 42231
42232 42232
42233 42233
42234 42234
42235 42235
42236 42236
42237 42237
42238 42238
42239 42239
42240 42240
42241 42241
42242 42242
42243 42243
42244 42244
42245 42245
42246 42246
42247 42247
42248 42248
42249 42249
42250 42250
42251 42251
42252 42252
42253 42253
42254 42254
42255 42255
42256 42256
42257 42257
42258 42258
42259 42259
42260 42260
42261 42261
42262 42262
42263 42263
42264 42264
42265 42265
42266 42266
42267 42267
42268 42268
42269 42269
42270 42270
42271 42271
42272 42272
42273 42273
42274 42274
42275 42275
42276 42276
42277 42277
42278 42278
42279 42279
42280 42280
42281 42281
42282 42282
42283 42283
42284 42284
42285 42285
42286 42286
42287 42287
42288 42288
42289 42289
42290 42290
42291 42291
42292 42292
42293 42293
42294 42294
42295 42295
42296 42296
42297 42297
42298 42298
42299 42299
42300 42300
42301 42301
42302 42302
42303 42303
42304 42304
42305 42305
42306 42306
42307 42307
42308 42308
42309 42309
42310 42310
42311 42311
42312 42312
42313 42313
42314 42314
42315 42315
42316 42316
42317 42317
42318 42318
42319 42319
42320 42320
42321 42321
42322 42322
42323 42323
42324 42324
42325 42325
42326 42326
42327 42327
42328 42328
42329 42329
42330 42330
42331 42331
42332 42332
42333 42333
42334 42334
42335 42335
42336 42336
42337 42337
42338 42338
42339 42339
42340 42340
42341 42341
42342 42342
42343 42343
42344 42344
42345 42345
42346 42346
42347 42347
42348 42348
42349 42349
42350 42350
42351 42351
42352 42352
42353 42353
42354 42354
42355 42355
42356 42356
42357 42357
42358 42358
42359 42359
42360 42360
42361 42361
42362 42362
42363 42363
42364 42364
42365 42365
42366 42366
42367 42367
42368 42368
42369 42369
42370 42370
42371 42371
42372 42372
42373 42373
42374 42374
42375 42375
42376 42376
42377 42377
42378 42378
42379 42379
42380 42380
42381 42381
42382 42382
42383 42383
42384 42384
42385 42385
42386 42386
42387 42387
42388 42388
42389 42389
42390 42390
42391 42391
42392 42392
42393 42393
42394 42394
42395 42395
42396 42396
42397 42397
42398 42398
42399 42399
42400 42400
42401 42401
42402 42402
42403 42403
42404 42404
42405 42405
42406 42406
42407 42407
42408 42408
42409 42409
42410 42410
42411 42411
42412 42412
42413 42413
42414 42414
42415 42415
42416 42416
42417 42417
42418 42418
42419 42419
42420 42420
42421 42421
42422 42422
42423 42423
42424 42424
42425 42425
42426 42426
42427 42427
42428 42428
42429 42429
42430 42430
42431 42431
42432 42432
42433 42433
42434 42434
42435 42435
42436 42436
42437 42437
42438 42438
42439 42439
42440 42440
42441 42441
42442 42442
42443 42443
42444 42444
42445 42445
42446 42446
42447 42447
42448 42448
42449 42449
42450 42450
42451 42451
42452 42452
42453 42453
42454 42454
42455 42455
42456 42456
42457 42457
42458 42458
42459 42459
42460 42460
42461 42461
42462 42462
42463 42463
42464 42464
42465 42465
42466 42466
42467 42467
42468 42468
42469 42469
42470 42470
42471 42471
42472 42472
42473 42473
42474 42474
42475 42475
42476 42476
42477 42477
42478 42478
42479 42479
42480 42480
42481 42481
42482 42482
42483 42483
42484 42484
42485 42485
42486 42486
42487 42487
42488 42488
42489 42489
42490 42490
42491 42491
42492 42492
42493 42493
42494 42494
42495 42495
42496 42496
42497 42497
42498 42498
42499 42499
42500 42500
42501 42501
42502 42502
42503 42503
42504 42504
42505 42505
42506 42506
42507 42507
42508 42508
42509 42509
42510 42510
42511 42511
42512 42512
42513 42513
42514 42514
42515 42515
42516 42516
42517 42517
42518 42518
42519 42519
42520 42520
42521 42521
42522 42522
42523 42523
42524 42524
42525 42525
42526 42526
42527 42527
42528 42528
42529 42529
42530 42530
42531 42531
42532 42532
42533 42533
42534 42534
42535 42535
42536 42536
42537 42537
42538 42538
42539 42539
42540 42540
42541 42541
42542 42542
42543 42543
42544 42544
42545 42545
42546 42546
42547 42547
42548 42548
42549 42549
42550 42550
42551 42551
42552 42552
42553 42553
42554 42554
42555 42555
42556 42556
42557 42557
42558 42558
42559 42559
42560 42560
42561 42561
42562 42562
42563 42563
42564 42564
42565 42565
42566 42566
42567 42567
42568 42568
42569 42569
42570 42570
42571 42571
42572 42572
42573 42573
42574 42574
42575 42575
42576 42576
42577 42577
42578 42578
42579 42579
42580 42580
42581 42581
42582 42582
42583 42583
42584 42584
42585 42585
42586 42586
42587 42587
42588 42588
42589 42589
42590 42590
42591 42591
42592 42592
42593 42593
42594 42594
42595 42595
42596 42596
42597 42597
42598 42598
42599 42599
42600 42600
42601 42601
42602 42602
42603 42603
42604 42604
42605 42605
42606 42606
42607 42607
42608 42608
42609 42609
42610 42610
42611 42611
42612 42612
42613 42613
42614 42614
42615 42615
42616 42616
42617 42617
42618 42618
42619 42619
42620 42620
42621 42621
42622 42622
42623 42623
42624 42624
42625 42625
42626 42626
42627 42627
42628 42628
42629 42629
42630 42630
42631 42631
42632 42632
42633 42633
42634 42634
42635 42635
42636 42636
42637 42637
42638 42638
42639 42639
42640 42640
42641 42641
42642 42642
42643 42643
42644 42644
42645 42645
42646 42646
42647 42647
42648 42648
42649 42649
42650 42650
42651 42651
42652 42652
42653 42653
42654 42654
42655 42655
42656 42656
42657 42657
42658 42658
42659 42659
42660 42660
42661 42661
42662 42662
42663 42663
42664 42664
42665 42665
42666 42666
42667 42667
42668 42668
42669 42669
42670 42670
42671 42671
42672 42672
42673 42673
42674 42674
42675 42675
42676 42676
42677 42677
42678 42678
42679 42679
42680 42680
42681 42681
42682 42682
42683 42683
42684 42684
42685 42685
42686 42686
42687 42687
42688 42688
42689 42689
42690 42690
42691 42691
42692 42692
42693 42693
42694 42694
42695 42695
42696 42696
42697 42697
42698 42698
42699 42699
42700 42700
42701 42701
42702 42702
42703 42703
42704 42704
42705 42705
42706 42706
42707 42707
42708 42708
42709 42709
42710 42710
42711 42711
42712 42712
42713 42713
42714 42714
42715 42715
42716 42716
42717 42717
42718 42718
42719 42719
42720 42720
42721 42721
42722 42722
42723 42723
42724 42724
42725 42725
42726 42726
42727 42727
42728 42728
42729 42729
42730 42730
42731 42731
42732 42732
42733 42733
42734 42734
42735 42735
42736 42736
42737 42737
42738 42738
42739 42739
42740 42740
42741 42741
42742 42742
42743 42743
42744 42744
42745 42745
42746 42746
42747 42747
42748 42748
42749 42749
42750 42750
42751 42751
42752 42752
42753 42753
42754 42754
42755 42755
42756 42756
42757 42757
42758 42758
42759 42759
42760 42760
42761 42761
42762 42762
42763 42763
42764 42764
42765 42765
42766 42766
42767 42767
42768 42768
42769 42769
42770 42770
42771 42771
42772 42772
42773 42773
42774 42774
42775 42775
42776 42776
42777 42777
42778 42778
42779 42779
42780 42780
42781 42781
42782 42782
42783 42783
42784 42784
42785 42785
42786 42786
42787 42787
42788 42788
42789 42789
42790 42790
42791 42791
42792 42792
42793 42793
42794 42794
42795 42795
42796 42796
42797 42797
42798 42798
42799 42799
42800 42800
42801 42801
42802 42802
42803 42803
42804 42804
42805 42805
42806 42806
42807 42807
42808 42808
42809 42809
42810 42810
42811 42811
42812 42812
42813 42813
42814 42814
42815 42815
42816 42816
42817 42817
42818 42818
42819 42819
42820 42820
42821 42821
42822 42822
42823 42823
42824 42824
42825 42825
42826 42826
42827 42827
42828 42828
42829 42829
42830 42830
42831 42831
42832 42832
42833 42833
42834 42834
42835 42835
42836 42836
42837 42837
42838 42838
42839 42839
42840 42840
42841 42841
42842 42842
42843 42843
42844 42844
42845 42845
42846 42846
42847 42847
42848 42848
42849 42849
42850 42850
42851 42851
42852 42852
42853 42853
42854 42854
42855 42855
42856 42856
42857 42857
42858 42858
42859 42859
42860 42860
42861 42861
42862 42862
42863 42863
42864 42864
42865 42865
42866 42866
42867 42867
42868 42868
42869 42869
42870 42870
42871 42871
42872 42872
42873 42873
42874 42874
42875 42875
42876 42876
42877 42877
42878 42878
42879 42879
42880 42880
42881 42881
42882 42882
42883 42883
42884 42884
42885 42885
42886 42886
42887 42887
42888 42888
42889 42889
42890 42890
42891 42891
42892 42892
42893 42893
42894 42894
42895 42895
42896 42896
42897 42897
42898 42898
42899 42899
42900 42900
42901 42901
42902 42902
42903 42903
42904 42904
42905 42905
42906 42906
42907 42907
42908 42908
42909 42909
42910 42910
42911 42911
42912 42912
42913 42913
42914 42914
42915 42915
42916 42916
42917 42917
42918 42918
42919 42919
42920 42920
42921 42921
42922 42922
42923 42923
42924 42924
42925 42925
42926 42926
42927 42927
42928 42928
42929 42929
42930 42930
42931 42931
42932 42932
42933 42933
42934 42934
42935 42935
42936 42936
42937 42937
42938 42938
42939 42939
42940 42940
42941 42941
42942 42942
42943 42943
42944 42944
42945 42945
42946 42946
42947 42947
42948 42948
42949 42949
42950 42950
42951 42951
42952 42952
42953 42953
42954 42954
42955 42955
42956 42956
42957 42957
42958 42958
42959 42959
42960 42960
42961 42961
42962 42962
42963 42963
42964 42964
42965 42965
42966 42966
42967 42967
42968 42968
42969 42969
42970 42970
42971 42971
42972 42972
42973 42973
42974 42974
42975 42975
42976 42976
42977 42977
42978 42978
42979 42979
42980 42980
42981 42981
42982 42982
42983 42983
42984 42984
42985 42985
42986 42986
42987 42987
42988 42988
42989 42989
42990 42990
42991 42991
42992 42992
42993 42993
42994 42994
42995 42995
42996 42996
42997 42997
42998 42998
42999 42999
43000 43000
43001 43001
43002 43002
43003 43003
43004 43004
43005 43005
43006 43006
43007 43007
43008 43008
43009 43009
43010 43010
43011 43011
43012 43012
43013 43013
43014 43014
43015 43015
43016 43016
43017 43017
43018 43018
43019 43019
43020 43020
43021 43021
43022 43022
43023 43023
43024 43024
43025 43025
43026 43026
43027 43027
43028 43028
43029 43029
43030 43030
43031 43031
43032 43032
43033 43033
43034 43034
43035 43035
43036 43036
43037 43037
43038 43038
43039 43039
43040 43040
43041 43041
43042 43042
43043 43043
43044 43044
43045 43045
43046 43046
43047 43047
43048 43048
43049 43049
43050 43050
43051 43051
43052 43052
43053 43053
43054 43054
43055 43055
43056 43056
43057 43057
43058 43058
43059 43059
43060 43060
43061 43061
43062 43062
43063 43063
43064 43064
43065 43065
43066 43066
43067 43067
43068 43068
43069 43069
43070 43070
43071 43071
43072 43072
43073 43073
43074 43074
43075 43075
43076 43076
43077 43077
43078 43078
43079 43079
43080 43080
43081 43081
43082 43082
43083 43083
43084 43084
43085 43085
43086 43086
43087 43087
43088 43088
43089 43089
43090 43090
43091 43091
43092 43092
43093 43093
43094 43094
43095 43095
43096 43096
43097 43097
43098 43098
43099 43099
43100 43100
43101 43101
43102 43102
43103 43103
43104 43104
43105 43105
43106 43106
43107 43107
43108 43108
43109 43109
43110 43110
43111 43111
43112 43112
43113 43113
43114 43114
43115 43115
43116 43116
43117 43117
43118 43118
43119 43119
43120 43120
43121 43121
43122 43122
43123 43123
43124 43124
43125 43125
43126 43126
43127 43127
43128 43128
43129 43129
43130 43130
43131 43131
43132 43132
43133 43133
43134 43134
43135 43135
43136 43136
43137 43137
43138 43138
43139 43139
43140 43140
43141 43141
43142 43142
43143 43143
43144 43144
43145 43145
43146 43146
43147 43147
43148 43148
43149 43149
43150 43150
43151 43151
43152 43152
43153 43153
43154 43154
43155 43155
43156 43156
43157 43157
43158 43158
43159 43159
43160 43160
43161 43161
43162 43162
43163 43163
43164 43164
43165 43165
43166 43166
43167 43167
43168 43168
43169 43169
43170 43170
43171 43171
43172 43172
43173 43173
43174 43174
43175 43175
43176 43176
43177 43177
43178 43178
43179 43179
43180 43180
43181 43181
43182 43182
43183 43183
43184 43184
43185 43185
43186 43186
43187 43187
43188 43188
43189 43189
43190 43190
43191 43191
43192 43192
43193 43193
43194 43194
43195 43195
43196 43196
43197 43197
43198 43198
43199 43199
43200 43200
43201 43201
43202 43202
43203 43203
43204 43204
43205 43205
43206 43206
43207 43207
43208 43208
43209 43209
43210 43210
43211 43211
43212 43212
43213 43213
43214 43214
43215 43215
43216 43216
43217 43217
43218 43218
43219 43219
43220 43220
43221 43221
43222 43222
43223 43223
43224 43224
43225 43225
43226 43226
43227 43227
43228 43228
43229 43229
43230 43230
43231 43231
43232 43232
43233 43233
43234 43234
43235 43235
43236 43236
43237 43237
43238 43238
43239 43239
43240 43240
43241 43241
43242 43242
43243 43243
43244 43244
43245 43245
43246 43246
43247 43247
43248 43248
43249 43249
43250 43250
43251 43251
43252 43252
43253 43253
43254 43254
43255 43255
43256 43256
43257 43257
43258 43258
43259 43259
43260 43260
43261 43261
43262 43262
43263 43263
43264 43264
43265 43265
43266 43266
43267 43267
43268 43268
43269 43269
43270 43270
43271 43271
43272 43272
43273 43273
43274 43274
43275 43275
43276 43276
43277 43277
43278 43278
43279 43279
43280 43280
43281 43281
43282 43282
43283 43283
43284 43284
43285 43285
43286 43286
43287 43287
43288 43288
43289 43289
43290 43290
43291 43291
43292 43292
43293 43293
43294 43294
43295 43295
43296 43296
43297 43297
43298 43298
43299 43299
43300 43300
43301 43301
43302 43302
43303 43303
43304 43304
43305 43305
43306 43306
43307 43307
43308 43308
43309 43309
43310 43310
43311 43311
43312 43312
43313 43313
43314 43314
43315 43315
43316 43316
43317 43317
43318 43318
43319 43319
43320 43320
43321 43321
43322 43322
43323 43323
43324 43324
43325 43325
43326 43326
43327 43327
43328 43328
43329 43329
43330 43330
43331 43331
43332 43332
43333 43333
43334 43334
43335 43335
43336 43336
43337 43337
43338 43338
43339 43339
43340 43340
43341 43341
43342 43342
43343 43343
43344 43344
43345 43345
43346 43346
43347 43347
43348 43348
43349 43349
43350 43350
43351 43351
43352 43352
43353 43353
43354 43354
43355 43355
43356 43356
43357 43357
43358 43358
43359 43359
43360 43360
43361 43361
43362 43362
43363 43363
43364 43364
43365 43365
43366 43366
43367 43367
43368 43368
43369 43369
43370 43370
43371 43371
43372 43372
43373 43373
43374 43374
43375 43375
43376 43376
43377 43377
43378 43378
43379 43379
43380 43380
43381 43381
43382 43382
43383 43383
43384 43384
43385 43385
43386 43386
43387 43387
43388 43388
43389 43389
43390 43390
43391 43391
43392 43392
43393 43393
43394 43394
43395 43395
43396 43396
43397 43397
43398 43398
43399 43399
43400 43400
43401 43401
43402 43402
43403 43403
43404 43404
43405 43405
43406 43406
43407 43407
43408 43408
43409 43409
43410 43410
43411 43411
43412 43412
43413 43413
43414 43414
43415 43415
43416 43416
43417 43417
43418 43418
43419 43419
43420 43420
43421 43421
43422 43422
43423 43423
43424 43424
43425 43425
43426 43426
43427 43427
43428 43428
43429 43429
43430 43430
43431 43431
43432 43432
43433 43433
43434 43434
43435 43435
43436 43436
43437 43437
43438 43438
43439 43439
43440 43440
43441 43441
43442 43442
43443 43443
43444 43444
43445 43445
43446 43446
43447 43447
43448 43448
43449 43449
43450 43450
43451 43451
43452 43452
43453 43453
43454 43454
43455 43455
43456 43456
43457 43457
43458 43458
43459 43459
43460 43460
43461 43461
43462 43462
43463 43463
43464 43464
43465 43465
43466 43466
43467 43467
43468 43468
43469 43469
43470 43470
43471 43471
43472 43472
43473 43473
43474 43474
43475 43475
43476 43476
43477 43477
43478 43478
43479 43479
43480 43480
43481 43481
43482 43482
43483 43483
43484 43484
43485 43485
43486 43486
43487 43487
43488 43488
43489 43489
43490 43490
43491 43491
43492 43492
43493 43493
43494 43494
43495 43495
43496 43496
43497 43497
43498 43498
43499 43499
43500 43500
43501 43501
43502 43502
43503 43503
43504 43504
43505 43505
43506 43506
43507 43507
43508 43508
43509 43509
43510 43510
43511 43511
43512 43512
43513 43513
43514 43514
43515 43515
43516 43516
43517 43517
43518 43518
43519 43519
43520 43520
43521 43521
43522 43522
43523 43523
43524 43524
43525 43525
43526 43526
43527 43527
43528 43528
43529 43529
43530 43530
43531 43531
43532 43532
43533 43533
43534 43534
43535 43535
43536 43536
43537 43537
43538 43538
43539 43539
43540 43540
43541 43541
43542 43542
43543 43543
43544 43544
43545 43545
43546 43546
43547 43547
43548 43548
43549 43549
43550 43550
43551 43551
43552 43552
43553 43553
43554 43554
43555 43555
43556 43556
43557 43557
43558 43558
43559 43559
43560 43560
43561 43561
43562 43562
43563 43563
43564 43564
43565 43565
43566 43566
43567 43567
43568 43568
43569 43569
43570 43570
43571 43571
43572 43572
43573 43573
43574 43574
43575 43575
43576 43576
43577 43577
43578 43578
43579 43579
43580 43580
43581 43581
43582 43582
43583 43583
43584 43584
43585 43585
43586 43586
43587 43587
43588 43588
43589 43589
43590 43590
43591 43591
43592 43592
43593 43593
43594 43594
43595 43595
43596 43596
43597 43597
43598 43598
43599 43599
43600 43600
43601 43601
43602 43602
43603 43603
43604 43604
43605 43605
43606 43606
43607 43607
43608 43608
43609 43609
43610 43610
43611 43611
43612 43612
43613 43613
43614 43614
43615 43615
43616 43616
43617 43617
43618 43618
43619 43619
43620 43620
43621 43621
43622 43622
43623 43623
43624 43624
43625 43625
43626 43626
43627 43627
43628 43628
43629 43629
43630 43630
43631 43631
43632 43632
43633 43633
43634 43634
43635 43635
43636 43636
43637 43637
43638 43638
43639 43639
43640 43640
43641 43641
43642 43642
43643 43643
43644 43644
43645 43645
43646 43646
43647 43647
43648 43648
43649 43649
43650 43650
43651 43651
43652 43652
43653 43653
43654 43654
43655 43655
43656 43656
43657 43657
43658 43658
43659 43659
43660 43660
43661 43661
43662 43662
43663 43663
43664 43664
43665 43665
43666 43666
43667 43667
43668 43668
43669 43669
43670 43670
43671 43671
43672 43672
43673 43673
43674 43674
43675 43675
43676 43676
43677 43677
43678 43678
43679 43679
43680 43680
43681 43681
43682 43682
43683 43683
43684 43684
43685 43685
43686 43686
43687 43687
43688 43688
43689 43689
43690 43690
43691 43691
43692 43692
43693 43693
43694 43694
43695 43695
43696 43696
43697 43697
43698 43698
43699 43699
43700 43700
43701 43701
43702 43702
43703 43703
43704 43704
43705 43705
43706 43706
43707 43707
43708 43708
43709 43709
43710 43710
43711 43711
43712 43712
43713 43713
43714 43714
43715 43715
43716 43716
43717 43717
43718 43718
43719 43719
43720 43720
43721 43721
43722 43722
43723 43723
43724 43724
43725 43725
43726 43726
43727 43727
43728 43728
43729 43729
43730 43730
43731 43731
43732 43732
43733 43733
43734 43734
43735 43735
43736 43736
43737 43737
43738 43738
43739 43739
43740 43740
43741 43741
43742 43742
43743 43743
43744 43744
43745 43745
43746 43746
43747 43747
43748 43748
43749 43749
43750 43750
43751 43751
43752 43752
43753 43753
43754 43754
43755 43755
43756 43756
43757 43757
43758 43758
43759 43759
43760 43760
43761 43761
43762 43762
43763 43763
43764 43764
43765 43765
43766 43766
43767 43767
43768 43768
43769 43769
43770 43770
43771 43771
43772 43772
43773 43773
43774 43774
43775 43775
43776 43776
43777 43777
43778 43778
43779 43779
43780 43780
43781 43781
43782 43782
43783 43783
43784 43784
43785 43785
43786 43786
43787 43787
43788 43788
43789 43789
43790 43790
43791 43791
43792 43792
43793 43793
43794 43794
43795 43795
43796 43796
43797 43797
43798 43798
43799 43799
43800 43800
43801 43801
43802 43802
43803 43803
43804 43804
43805 43805
43806 43806
43807 43807
43808 43808
43809 43809
43810 43810
43811 43811
43812 43812
43813 43813
43814 43814
43815 43815
43816 43816
43817 43817
43818 43818
43819 43819
43820 43820
43821 43821
43822 43822
43823 43823
43824 43824
43825 43825
43826 43826
43827 43827
43828 43828
43829 43829
43830 43830
43831 43831
43832 43832
43833 43833
43834 43834
43835 43835
43836 43836
43837 43837
43838 43838
43839 43839
43840 43840
43841 43841
43842 43842
43843 43843
43844 43844
43845 43845
43846 43846
43847 43847
43848 43848
43849 43849
43850 43850
43851 43851
43852 43852
43853 43853
43854 43854
43855 43855
43856 43856
43857 43857
43858 43858
43859 43859
43860 43860
43861 43861
43862 43862
43863 43863
43864 43864
43865 43865
43866 43866
43867 43867
43868 43868
43869 43869
43870 43870
43871 43871
43872 43872
43873 43873
43874 43874
43875 43875
43876 43876
43877 43877
43878 43878
43879 43879
43880 43880
43881 43881
43882 43882
43883 43883
43884 43884
43885 43885
43886 43886
43887 43887
43888 43888
43889 43889
43890 43890
43891 43891
43892 43892
43893 43893
43894 43894
43895 43895
43896 43896
43897 43897
43898 43898
43899 43899
43900 43900
43901 43901
43902 43902
43903 43903
43904 43904
43905 43905
43906 43906
43907 43907
43908 43908
43909 43909
43910 43910
43911 43911
43912 43912
43913 43913
43914 43914
43915 43915
43916 43916
43917 43917
43918 43918
43919 43919
43920 43920
43921 43921
43922 43922
43923 43923
43924 43924
43925 43925
43926 43926
43927 43927
43928 43928
43929 43929
43930 43930
43931 43931
43932 43932
43933 43933
43934 43934
43935 43935
43936 43936
43937 43937
43938 43938
43939 43939
43940 43940
43941 43941
43942 43942
43943 43943
43944 43944
43945 43945
43946 43946
43947 43947
43948 43948
43949 43949
43950 43950
43951 43951
43952 43952
43953 43953
43954 43954
43955 43955
43956 43956
43957 43957
43958 43958
43959 43959
43960 43960
43961 43961
43962 43962
43963 43963
43964 43964
43965 43965
43966 43966
43967 43967
43968 43968
43969 43969
43970 43970
43971 43971
43972 43972
43973 43973
43974 43974
43975 43975
43976 43976
43977 43977
43978 43978
43979 43979
43980 43980
43981 43981
43982 43982
43983 43983
43984 43984
43985 43985
43986 43986
43987 43987
43988 43988
43989 43989
43990 43990
43991 43991
43992 43992
43993 43993
43994 43994
43995 43995
43996 43996
43997 43997
43998 43998
43999 43999
44000 44000
44001 44001
44002 44002
44003 44003
44004 44004
44005 44005
44006 44006
44007 44007
44008 44008
44009 44009
44010 44010
44011 44011
44012 44012
44013 44013
44014 44014
44015 44015
44016 44016
44017 44017
44018 44018
44019 44019
44020 44020
44021 44021
44022 44022
44023 44023
44024 44024
44025 44025
44026 44026
44027 44027
44028 44028
44029 44029
44030 44030
44031 44031
44032 44032
44033 44033
44034 44034
44035 44035
44036 44036
44037 44037
44038 44038
44039 44039
44040 44040
44041 44041
44042 44042
44043 44043
44044 44044
44045 44045
44046 44046
44047 44047
44048 44048
44049 44049
44050 44050
44051 44051
44052 44052
44053 44053
44054 44054
44055 44055
44056 44056
44057 44057
44058 44058
44059 44059
44060 44060
44061 44061
44062 44062
44063 44063
44064 44064
44065 44065
44066 44066
44067 44067
44068 44068
44069 44069
44070 44070
44071 44071
44072 44072
44073 44073
44074 44074
44075 44075
44076 44076
44077 44077
44078 44078
44079 44079
44080 44080
44081 44081
44082 44082
44083 44083
44084 44084
44085 44085
44086 44086
44087 44087
44088 44088
44089 44089
44090 44090
44091 44091
44092 44092
44093 44093
44094 44094
44095 44095
44096 44096
44097 44097
44098 44098
44099 44099
44100 44100
44101 44101
44102 44102
44103 44103
44104 44104
44105 44105
44106 44106
44107 44107
44108 44108
44109 44109
44110 44110
44111 44111
44112 44112
44113 44113
44114 44114
44115 44115
44116 44116
44117 44117
44118 44118
44119 44119
44120 44120
44121 44121
44122 44122
44123 44123
44124 44124
44125 44125
44126 44126
44127 44127
44128 44128
44129 44129
44130 44130
44131 44131
44132 44132
44133 44133
44134 44134
44135 44135
44136 44136
44137 44137
44138 44138
44139 44139
44140 44140
44141 44141
44142 44142
44143 44143
44144 44144
44145 44145
44146 44146
44147 44147
44148 44148
44149 44149
44150 44150
44151 44151
44152 44152
44153 44153
44154 44154
44155 44155
44156 44156
44157 44157
44158 44158
44159 44159
44160 44160
44161 44161
44162 44162
44163 44163
44164 44164
44165 44165
44166 44166
44167 44167
44168 44168
44169 44169
44170 44170
44171 44171
44172 44172
44173 44173
44174 44174
44175 44175
44176 44176
44177 44177
44178 44178
44179 44179
44180 44180
44181 44181
44182 44182
44183 44183
44184 44184
44185 44185
44186 44186
44187 44187
44188 44188
44189 44189
44190 44190
44191 44191
44192 44192
44193 44193
44194 44194
44195 44195
44196 44196
44197 44197
44198 44198
44199 44199
44200 44200
44201 44201
44202 44202
44203 44203
44204 44204
44205 44205
44206 44206
44207 44207
44208 44208
44209 44209
44210 44210
44211 44211
44212 44212
44213 44213
44214 44214
44215 44215
44216 44216
44217 44217
44218 44218
44219 44219
44220 44220
44221 44221
44222 44222
44223 44223
44224 44224
44225 44225
44226 44226
44227 44227
44228 44228
44229 44229
44230 44230
44231 44231
44232 44232
44233 44233
44234 44234
44235 44235
44236 44236
44237 44237
44238 44238
44239 44239
44240 44240
44241 44241
44242 44242
44243 44243
44244 44244
44245 44245
44246 44246
44247 44247
44248 44248
44249 44249
44250 44250
44251 44251
44252 44252
44253 44253
44254 44254
44255 44255
44256 44256
44257 44257
44258 44258
44259 44259
44260 44260
44261 44261
44262 44262
44263 44263
44264 44264
44265 44265
44266 44266
44267 44267
44268 44268
44269 44269
44270 44270
44271 44271
44272 44272
44273 44273
44274 44274
44275 44275
44276 44276
44277 44277
44278 44278
44279 44279
44280 44280
44281 44281
44282 44282
44283 44283
44284 44284
44285 44285
44286 44286
44287 44287
44288 44288
44289 44289
44290 44290
44291 44291
44292 44292
44293 44293
44294 44294
44295 44295
44296 44296
44297 44297
44298 44298
44299 44299
44300 44300
44301 44301
44302 44302
44303 44303
44304 44304
44305 44305
44306 44306
44307 44307
44308 44308
44309 44309
44310 44310
44311 44311
44312 44312
44313 44313
44314 44314
44315 44315
44316 44316
44317 44317
44318 44318
44319 44319
44320 44320
44321 44321
44322 44322
44323 44323
44324 44324
44325 44325
44326 44326
44327 44327
44328 44328
44329 44329
44330 44330
44331 44331
44332 44332
44333 44333
44334 44334
44335 44335
44336 44336
44337 44337
44338 44338
44339 44339
44340 44340
44341 44341
44342 44342
44343 44343
44344 44344
44345 44345
44346 44346
44347 44347
44348 44348
44349 44349
44350 44350
44351 44351
44352 44352
44353 44353
44354 44354
44355 44355
44356 44356
44357 44357
44358 44358
44359 44359
44360 44360
44361 44361
44362 44362
44363 44363
44364 44364
44365 44365
44366 44366
44367 44367
44368 44368
44369 44369
44370 44370
44371 44371
44372 44372
44373 44373
44374 44374
44375 44375
44376 44376
44377 44377
44378 44378
44379 44379
44380 44380
44381 44381
44382 44382
44383 44383
44384 44384
44385 44385
44386 44386
44387 44387
44388 44388
44389 44389
44390 44390
44391 44391
44392 44392
44393 44393
44394 44394
44395 44395
44396 44396
44397 44397
44398 44398
44399 44399
44400 44400
44401 44401
44402 44402
44403 44403
44404 44404
44405 44405
44406 44406
44407 44407
44408 44408
44409 44409
44410 44410
44411 44411
44412 44412
44413 44413
44414 44414
44415 44415
44416 44416
44417 44417
44418 44418
44419 44419
44420 44420
44421 44421
44422 44422
44423 44423
44424 44424
44425 44425
44426 44426
44427 44427
44428 44428
44429 44429
44430 44430
44431 44431
44432 44432
44433 44433
44434 44434
44435 44435
44436 44436
44437 44437
44438 44438
44439 44439
44440 44440
44441 44441
44442 44442
44443 44443
44444 44444
44445 44445
44446 44446
44447 44447
44448 44448
44449 44449
44450 44450
44451 44451
44452 44452
44453 44453
44454 44454
44455 44455
44456 44456
44457 44457
44458 44458
44459 44459
44460 44460
44461 44461
44462 44462
44463 44463
44464 44464
44465 44465
44466 44466
44467 44467
44468 44468
44469 44469
44470 44470
44471 44471
44472 44472
44473 44473
44474 44474
44475 44475
44476 44476
44477 44477
44478 44478
44479 44479
44480 44480
44481 44481
44482 44482
44483 44483
44484 44484
44485 44485
44486 44486
44487 44487
44488 44488
44489 44489
44490 44490
44491 44491
44492 44492
44493 44493
44494 44494
44495 44495
44496 44496
44497 44497
44498 44498
44499 44499
44500 44500
44501 44501
44502 44502
44503 44503
44504 44504
44505 44505
44506 44506
44507 44507
44508 44508
44509 44509
44510 44510
44511 44511
44512 44512
44513 44513
44514 44514
44515 44515
44516 44516
44517 44517
44518 44518
44519 44519
44520 44520
44521 44521
44522 44522
44523 44523
44524 44524
44525 44525
44526 44526
44527 44527
44528 44528
44529 44529
44530 44530
44531 44531
44532 44532
44533 44533
44534 44534
44535 44535
44536 44536
44537 44537
44538 44538
44539 44539
44540 44540
44541 44541
44542 44542
44543 44543
44544 44544
44545 44545
44546 44546
44547 44547
44548 44548
44549 44549
44550 44550
44551 44551
44552 44552
44553 44553
44554 44554
44555 44555
44556 44556
44557 44557
44558 44558
44559 44559
44560 44560
44561 44561
44562 44562
44563 44563
44564 44564
44565 44565
44566 44566
44567 44567
44568 44568
44569 44569
44570 44570
44571 44571
44572 44572
44573 44573
44574 44574
44575 44575
44576 44576
44577 44577
44578 44578
44579 44579
44580 44580
44581 44581
44582 44582
44583 44583
44584 44584
44585 44585
44586 44586
44587 44587
44588 44588
44589 44589
44590 44590
44591 44591
44592 44592
44593 44593
44594 44594
44595 44595
44596 44596
44597 44597
44598 44598
44599 44599
44600 44600
44601 44601
44602 44602
44603 44603
44604 44604
44605 44605
44606 44606
44607 44607
44608 44608
44609 44609
44610 44610
44611 44611
44612 44612
44613 44613
44614 44614
44615 44615
44616 44616
44617 44617
44618 44618
44619 44619
44620 44620
44621 44621
44622 44622
44623 44623
44624 44624
44625 44625
44626 44626
44627 44627
44628 44628
44629 44629
44630 44630
44631 44631
44632 44632
44633 44633
44634 44634
44635 44635
44636 44636
44637 44637
44638 44638
44639 44639
44640 44640
44641 44641
44642 44642
44643 44643
44644 44644
44645 44645
44646 44646
44647 44647
44648 44648
44649 44649
44650 44650
44651 44651
44652 44652
44653 44653
44654 44654
44655 44655
44656 44656
44657 44657
44658 44658
44659 44659
44660 44660
44661 44661
44662 44662
44663 44663
44664 44664
44665 44665
44666 44666
44667 44667
44668 44668
44669 44669
44670 44670
44671 44671
44672 44672
44673 44673
44674 44674
44675 44675
44676 44676
44677 44677
44678 44678
44679 44679
44680 44680
44681 44681
44682 44682
44683 44683
44684 44684
44685 44685
44686 44686
44687 44687
44688 44688
44689 44689
44690 44690
44691 44691
44692 44692
44693 44693
44694 44694
44695 44695
44696 44696
44697 44697
44698 44698
44699 44699
44700 44700
44701 44701
44702 44702
44703 44703
44704 44704
44705 44705
44706 44706
44707 44707
44708 44708
44709 44709
44710 44710
44711 44711
44712 44712
44713 44713
44714 44714
44715 44715
44716 44716
44717 44717
44718 44718
44719 44719
44720 44720
44721 44721
44722 44722
44723 44723
44724 44724
44725 44725
44726 44726
44727 44727
44728 44728
44729 44729
44730 44730
44731 44731
44732 44732
44733 44733
44734 44734
44735 44735
44736 44736
44737 44737
44738 44738
44739 44739
44740 44740
44741 44741
44742 44742
44743 44743
44744 44744
44745 44745
44746 44746
44747 44747
44748 44748
44749 44749
44750 44750
44751 44751
44752 44752
44753 44753
44754 44754
44755 44755
44756 44756
44757 44757
44758 44758
44759 44759
44760 44760
44761 44761
44762 44762
44763 44763
44764 44764
44765 44765
44766 44766
44767 44767
44768 44768
44769 44769
44770 44770
44771 44771
44772 44772
44773 44773
44774 44774
44775 44775
44776 44776
44777 44777
44778 44778
44779 44779
44780 44780
44781 44781
44782 44782
44783 44783
44784 44784
44785 44785
44786 44786
44787 44787
44788 44788
44789 44789
44790 44790
44791 44791
44792 44792
44793 44793
44794 44794
44795 44795
44796 44796
44797 44797
44798 44798
44799 44799
44800 44800
44801 44801
44802 44802
44803 44803
44804 44804
44805 44805
44806 44806
44807 44807
44808 44808
44809 44809
44810 44810
44811 44811
44812 44812
44813 44813
44814 44814
44815 44815
44816 44816
44817 44817
44818 44818
44819 44819
44820 44820
44821 44821
44822 44822
44823 44823
44824 44824
44825 44825
44826 44826
44827 44827
44828 44828
44829 44829
44830 44830
44831 44831
44832 44832
44833 44833
44834 44834
44835 44835
44836 44836
44837 44837
44838 44838
44839 44839
44840 44840
44841 44841
44842 44842
44843 44843
44844 44844
44845 44845
44846 44846
44847 44847
44848 44848
44849 44849
44850 44850
44851 44851
44852 44852
44853 44853
44854 44854
44855 44855
44856 44856
44857 44857
44858 44858
44859 44859
44860 44860
44861 44861
44862 44862
44863 44863
44864 44864
44865 44865
44866 44866
44867 44867
44868 44868
44869 44869
44870 44870
44871 44871
44872 44872
44873 44873
44874 44874
44875 44875
44876 44876
44877 44877
44878 44878
44879 44879
44880 44880
44881 44881
44882 44882
44883 44883
44884 44884
44885 44885
44886 44886
44887 44887
44888 44888
44889 44889
44890 44890
44891 44891
44892 44892
44893 44893
44894 44894
44895 44895
44896 44896
44897 44897
44898 44898
44899 44899
44900 44900
44901 44901
44902 44902
44903 44903
44904 44904
44905 44905
44906 44906
44907 44907
44908 44908
44909 44909
44910 44910
44911 44911
44912 44912
44913 44913
44914 44914
44915 44915
44916 44916
44917 44917
44918 44918
44919 44919
44920 44920
44921 44921
44922 44922
44923 44923
44924 44924
44925 44925
44926 44926
44927 44927
44928 44928
44929 44929
44930 44930
44931 44931
44932 44932
44933 44933
44934 44934
44935 44935
44936 44936
44937 44937
44938 44938
44939 44939
44940 44940
44941 44941
44942 44942
44943 44943
44944 44944
44945 44945
44946 44946
44947 44947
44948 44948
44949 44949
44950 44950
44951 44951
44952 44952
44953 44953
44954 44954
44955 44955
44956 44956
44957 44957
44958 44958
44959 44959
44960 44960
44961 44961
44962 44962
44963 44963
44964 44964
44965 44965
44966 44966
44967 44967
44968 44968
44969 44969
44970 44970
44971 44971
44972 44972
44973 44973
44974 44974
44975 44975
44976 44976
44977 44977
44978 44978
44979 44979
44980 44980
44981 44981
44982 44982
44983 44983
44984 44984
44985 44985
44986 44986
44987 44987
44988 44988
44989 44989
44990 44990
44991 44991
44992 44992
44993 44993
44994 44994
44995 44995
44996 44996
44997 44997
44998 44998
44999 44999
45000 45000
45001 45001
45002 45002
45003 45003
45004 45004
45005 45005
45006 45006
45007 45007
45008 45008
45009 45009
45010 45010
45011 45011
45012 45012
45013 45013
45014 45014
45015 45015
45016 45016
45017 45017
45018 45018
45019 45019
45020 45020
45021 45021
45022 45022
45023 45023
45024 45024
45025 45025
45026 45026
45027 45027
45028 45028
45029 45029
45030 45030
45031 45031
45032 45032
45033 45033
45034 45034
45035 45035
45036 45036
45037 45037
45038 45038
45039 45039
45040 45040
45041 45041
45042 45042
45043 45043
45044 45044
45045 45045
45046 45046
45047 45047
45048 45048
45049 45049
45050 45050
45051 45051
45052 45052
45053 45053
45054 45054
45055 45055
45056 45056
45057 45057
45058 45058
45059 45059
45060 45060
45061 45061
45062 45062
45063 45063
45064 45064
45065 45065
45066 45066
45067 45067
45068 45068
45069 45069
45070 45070
45071 45071
45072 45072
45073 45073
45074 45074
45075 45075
45076 45076
45077 45077
45078 45078
45079 45079
45080 45080
45081 45081
45082 45082
45083 45083
45084 45084
45085 45085
45086 45086
45087 45087
45088 45088
45089 45089
45090 45090
45091 45091
45092 45092
45093 45093
45094 45094
45095 45095
45096 45096
45097 45097
45098 45098
45099 45099
45100 45100
45101 45101
45102 45102
45103 45103
45104 45104
45105 45105
45106 45106
45107 45107
45108 45108
45109 45109
45110 45110
45111 45111
45112 45112
45113 45113
45114 45114
45115 45115
45116 45116
45117 45117
45118 45118
45119 45119
45120 45120
45121 45121
45122 45122
45123 45123
45124 45124
45125 45125
45126 45126
45127 45127
45128 45128
45129 45129
45130 45130
45131 45131
45132 45132
45133 45133
45134 45134
45135 45135
45136 45136
45137 45137
45138 45138
45139 45139
45140 45140
45141 45141
45142 45142
45143 45143
45144 45144
45145 45145
45146 45146
45147 45147
45148 45148
45149 45149
45150 45150
45151 45151
45152 45152
45153 45153
45154 45154
45155 45155
45156 45156
45157 45157
45158 45158
45159 45159
45160 45160
45161 45161
45162 45162
45163 45163
45164 45164
45165 45165
45166 45166
45167 45167
45168 45168
45169 45169
45170 45170
45171 45171
45172 45172
45173 45173
45174 45174
45175 45175
45176 45176
45177 45177
45178 45178
45179 45179
45180 45180
45181 45181
45182 45182
45183 45183
45184 45184
45185 45185
45186 45186
45187 45187
45188 45188
45189 45189
45190 45190
45191 45191
45192 45192
45193 45193
45194 45194
45195 45195
45196 45196
45197 45197
45198 45198
45199 45199
45200 45200
45201 45201
45202 45202
45203 45203
45204 45204
45205 45205
45206 45206
45207 45207
45208 45208
45209 45209
45210 45210
45211 45211
45212 45212
45213 45213
45214 45214
45215 45215
45216 45216
45217 45217
45218 45218
45219 45219
45220 45220
45221 45221
45222 45222
45223 45223
45224 45224
45225 45225
45226 45226
45227 45227
45228 45228
45229 45229
45230 45230
45231 45231
45232 45232
45233 45233
45234 45234
45235 45235
45236 45236
45237 45237
45238 45238
45239 45239
45240 45240
45241 45241
45242 45242
45243 45243
45244 45244
45245 45245
45246 45246
45247 45247
45248 45248
45249 45249
45250 45250
45251 45251
45252 45252
45253 45253
45254 45254
45255 45255
45256 45256
45257 45257
45258 45258
45259 45259
45260 45260
45261 45261
45262 45262
45263 45263
45264 45264
45265 45265
45266 45266
45267 45267
45268 45268
45269 45269
45270 45270
45271 45271
45272 45272
45273 45273
45274 45274
45275 45275
45276 45276
45277 45277
45278 45278
45279 45279
45280 45280
45281 45281
45282 45282
45283 45283
45284 45284
45285 45285
45286 45286
45287 45287
45288 45288
45289 45289
45290 45290
45291 45291
45292 45292
45293 45293
45294 45294
45295 45295
45296 45296
45297 45297
45298 45298
45299 45299
45300 45300
45301 45301
45302 45302
45303 45303
45304 45304
45305 45305
45306 45306
45307 45307
45308 45308
45309 45309
45310 45310
45311 45311
45312 45312
45313 45313
45314 45314
45315 45315
45316 45316
45317 45317
45318 45318
45319 45319
45320 45320
45321 45321
45322 45322
45323 45323
45324 45324
45325 45325
45326 45326
45327 45327
45328 45328
45329 45329
45330 45330
45331 45331
45332 45332
45333 45333
45334 45334
45335 45335
45336 45336
45337 45337
45338 45338
45339 45339
45340 45340
45341 45341
45342 45342
45343 45343
45344 45344
45345 45345
45346 45346
45347 45347
45348 45348
45349 45349
45350 45350
45351 45351
45352 45352
45353 45353
45354 45354
45355 45355
45356 45356
45357 45357
45358 45358
45359 45359
45360 45360
45361 45361
45362 45362
45363 45363
45364 45364
45365 45365
45366 45366
45367 45367
45368 45368
45369 45369
45370 45370
45371 45371
45372 45372
45373 45373
45374 45374
45375 45375
45376 45376
45377 45377
45378 45378
45379 45379
45380 45380
45381 45381
45382 45382
45383 45383
45384 45384
45385 45385
45386 45386
45387 45387
45388 45388
45389 45389
45390 45390
45391 45391
45392 45392
45393 45393
45394 45394
45395 45395
45396 45396
45397 45397
45398 45398
45399 45399
45400 45400
45401 45401
45402 45402
45403 45403
45404 45404
45405 45405
45406 45406
45407 45407
45408 45408
45409 45409
45410 45410
45411 45411
45412 45412
45413 45413
45414 45414
45415 45415
45416 45416
45417 45417
45418 45418
45419 45419
45420 45420
45421 45421
45422 45422
45423 45423
45424 45424
45425 45425
45426 45426
45427 45427
45428 45428
45429 45429
45430 45430
45431 45431
45432 45432
45433 45433
45434 45434
45435 45435
45436 45436
45437 45437
45438 45438
45439 45439
45440 45440
45441 45441
45442 45442
45443 45443
45444 45444
45445 45445
45446 45446
45447 45447
45448 45448
45449 45449
45450 45450
45451 45451
45452 45452
45453 45453
45454 45454
45455 45455
45456 45456
45457 45457
45458 45458
45459 45459
45460 45460
45461 45461
45462 45462
45463 45463
45464 45464
45465 45465
45466 45466
45467 45467
45468 45468
45469 45469
45470 45470
45471 45471
45472 45472
45473 45473
45474 45474
45475 45475
45476 45476
45477 45477
45478 45478
45479 45479
45480 45480
45481 45481
45482 45482
45483 45483
45484 45484
45485 45485
45486 45486
45487 45487
45488 45488
45489 45489
45490 45490
45491 45491
45492 45492
45493 45493
45494 45494
45495 45495
45496 45496
45497 45497
45498 45498
45499 45499
45500 45500
45501 45501
45502 45502
45503 45503
45504 45504
45505 45505
45506 45506
45507 45507
45508 45508
45509 45509
45510 45510
45511 45511
45512 45512
45513 45513
45514 45514
45515 45515
45516 45516
45517 45517
45518 45518
45519 45519
45520 45520
45521 45521
45522 45522
45523 45523
45524 45524
45525 45525
45526 45526
45527 45527
45528 45528
45529 45529
45530 45530
45531 45531
45532 45532
45533 45533
45534 45534
45535 45535
45536 45536
45537 45537
45538 45538
45539 45539
45540 45540
45541 45541
45542 45542
45543 45543
45544 45544
45545 45545
45546 45546
45547 45547
45548 45548
45549 45549
45550 45550
45551 45551
45552 45552
45553 45553
45554 45554
45555 45555
45556 45556
45557 45557
45558 45558
45559 45559
45560 45560
45561 45561
45562 45562
45563 45563
45564 45564
45565 45565
45566 45566
45567 45567
45568 45568
45569 45569
45570 45570
45571 45571
45572 45572
45573 45573
45574 45574
45575 45575
45576 45576
45577 45577
45578 45578
45579 45579
45580 45580
45581 45581
45582 45582
45583 45583
45584 45584
45585 45585
45586 45586
45587 45587
45588 45588
45589 45589
45590 45590
45591 45591
45592 45592
45593 45593
45594 45594
45595 45595
45596 45596
45597 45597
45598 45598
45599 45599
45600 45600
45601 45601
45602 45602
45603 45603
45604 45604
45605 45605
45606 45606
45607 45607
45608 45608
45609 45609
45610 45610
45611 45611
45612 45612
45613 45613
45614 45614
45615 45615
45616 45616
45617 45617
45618 45618
45619 45619
45620 45620
45621 45621
45622 45622
45623 45623
45624 45624
45625 45625
45626 45626
45627 45627
45628 45628
45629 45629
45630 45630
45631 45631
45632 45632
45633 45633
45634 45634
45635 45635
45636 45636
45637 45637
45638 45638
45639 45639
45640 45640
45641 45641
45642 45642
45643 45643
45644 45644
45645 45645
45646 45646
45647 45647
45648 45648
45649 45649
45650 45650
45651 45651
45652 45652
45653 45653
45654 45654
45655 45655
45656 45656
45657 45657
45658 45658
45659 45659
45660 45660
45661 45661
45662 45662
45663 45663
45664 45664
45665 45665
45666 45666
45667 45667
45668 45668
45669 45669
45670 45670
45671 45671
45672 45672
45673 45673
45674 45674
45675 45675
45676 45676
45677 45677
45678 45678
45679 45679
45680 45680
45681 45681
45682 45682
45683 45683
45684 45684
45685 45685
45686 45686
45687 45687
45688 45688
45689 45689
45690 45690
45691 45691
45692 45692
45693 45693
45694 45694
45695 45695
45696 45696
45697 45697
45698 45698
45699 45699
45700 45700
45701 45701
45702 45702
45703 45703
45704 45704
45705 45705
45706 45706
45707 45707
45708 45708
45709 45709
45710 45710
45711 45711
45712 45712
45713 45713
45714 45714
45715 45715
45716 45716
45717 45717
45718 45718
45719 45719
45720 45720
45721 45721
45722 45722
45723 45723
45724 45724
45725 45725
45726 45726
45727 45727
45728 45728
45729 45729
45730 45730
45731 45731
45732 45732
45733 45733
45734 45734
45735 45735
45736 45736
45737 45737
45738 45738
45739 45739
45740 45740
45741 45741
45742 45742
45743 45743
45744 45744
45745 45745
45746 45746
45747 45747
45748 45748
45749 45749
45750 45750
45751 45751
45752 45752
45753 45753
45754 45754
45755 45755
45756 45756
45757 45757
45758 45758
45759 45759
45760 45760
45761 45761
45762 45762
45763 45763
45764 45764
45765 45765
45766 45766
45767 45767
45768 45768
45769 45769
45770 45770
45771 45771
45772 45772
45773 45773
45774 45774
45775 45775
45776 45776
45777 45777
45778 45778
45779 45779
45780 45780
45781 45781
45782 45782
45783 45783
45784 45784
45785 45785
45786 45786
45787 45787
45788 45788
45789 45789
45790 45790
45791 45791
45792 45792
45793 45793
45794 45794
45795 45795
45796 45796
45797 45797
45798 45798
45799 45799
45800 45800
45801 45801
45802 45802
45803 45803
45804 45804
45805 45805
45806 45806
45807 45807
45808 45808
45809 45809
45810 45810
45811 45811
45812 45812
45813 45813
45814 45814
45815 45815
45816 45816
45817 45817
45818 45818
45819 45819
45820 45820
45821 45821
45822 45822
45823 45823
45824 45824
45825 45825
45826 45826
45827 45827
45828 45828
45829 45829
45830 45830
45831 45831
45832 45832
45833 45833
45834 45834
45835 45835
45836 45836
45837 45837
45838 45838
45839 45839
45840 45840
45841 45841
45842 45842
45843 45843
45844 45844
45845 45845
45846 45846
45847 45847
45848 45848
45849 45849
45850 45850
45851 45851
45852 45852
45853 45853
45854 45854
45855 45855
45856 45856
45857 45857
45858 45858
45859 45859
45860 45860
45861 45861
45862 45862
45863 45863
45864 45864
45865 45865
45866 45866
45867 45867
45868 45868
45869 45869
45870 45870
45871 45871
45872 45872
45873 45873
45874 45874
45875 45875
45876 45876
45877 45877
45878 45878
45879 45879
45880 45880
45881 45881
45882 45882
45883 45883
45884 45884
45885 45885
45886 45886
45887 45887
45888 45888
45889 45889
45890 45890
45891 45891
45892 45892
45893 45893
45894 45894
45895 45895
45896 45896
45897 45897
45898 45898
45899 45899
45900 45900
45901 45901
45902 45902
45903 45903
45904 45904
45905 45905
45906 45906
45907 45907
45908 45908
45909 45909
45910 45910
45911 45911
45912 45912
45913 45913
45914 45914
45915 45915
45916 45916
45917 45917
45918 45918
45919 45919
45920 45920
45921 45921
45922 45922
45923 45923
45924 45924
45925 45925
45926 45926
45927 45927
45928 45928
45929 45929
45930 45930
45931 45931
45932 45932
45933 45933
45934 45934
45935 45935
45936 45936
45937 45937
45938 45938
45939 45939
45940 45940
45941 45941
45942 45942
45943 45943
45944 45944
45945 45945
45946 45946
45947 45947
45948 45948
45949 45949
45950 45950
45951 45951
45952 45952
45953 45953
45954 45954
45955 45955
45956 45956
45957 45957
45958 45958
45959 45959
45960 45960
45961 45961
45962 45962
45963 45963
45964 45964
45965 45965
45966 45966
45967 45967
45968 45968
45969 45969
45970 45970
45971 45971
45972 45972
45973 45973
45974 45974
45975 45975
45976 45976
45977 45977
45978 45978
45979 45979
45980 45980
45981 45981
45982 45982
45983 45983
45984 45984
45985 45985
45986 45986
45987 45987
45988 45988
45989 45989
45990 45990
45991 45991
45992 45992
45993 45993
45994 45994
45995 45995
45996 45996
45997 45997
45998 45998
45999 45999
46000 46000
46001 46001
46002 46002
46003 46003
46004 46004
46005 46005
46006 46006
46007 46007
46008 46008
46009 46009
46010 46010
46011 46011
46012 46012
46013 46013
46014 46014
46015 46015
46016 46016
46017 46017
46018 46018
46019 46019
46020 46020
46021 46021
46022 46022
46023 46023
46024 46024
46025 46025
46026 46026
46027 46027
46028 46028
46029 46029
46030 46030
46031 46031
46032 46032
46033 46033
46034 46034
46035 46035
46036 46036
46037 46037
46038 46038
46039 46039
46040 46040
46041 46041
46042 46042
46043 46043
46044 46044
46045 46045
46046 46046
46047 46047
46048 46048
46049 46049
46050 46050
46051 46051
46052 46052
46053 46053
46054 46054
46055 46055
46056 46056
46057 46057
46058 46058
46059 46059
46060 46060
46061 46061
46062 46062
46063 46063
46064 46064
46065 46065
46066 46066
46067 46067
46068 46068
46069 46069
46070 46070
46071 46071
46072 46072
46073 46073
46074 46074
46075 46075
46076 46076
46077 46077
46078 46078
46079 46079
46080 46080
46081 46081
46082 46082
46083 46083
46084 46084
46085 46085
46086 46086
46087 46087
46088 46088
46089 46089
46090 46090
46091 46091
46092 46092
46093 46093
46094 46094
46095 46095
46096 46096
46097 46097
46098 46098
46099 46099
46100 46100
46101 46101
46102 46102
46103 46103
46104 46104
46105 46105
46106 46106
46107 46107
46108 46108
46109 46109
46110 46110
46111 46111
46112 46112
46113 46113
46114 46114
46115 46115
46116 46116
46117 46117
46118 46118
46119 46119
46120 46120
46121 46121
46122 46122
46123 46123
46124 46124
46125 46125
46126 46126
46127 46127
46128 46128
46129 46129
46130 46130
46131 46131
46132 46132
46133 46133
46134 46134
46135 46135
46136 46136
46137 46137
46138 46138
46139 46139
46140 46140
46141 46141
46142 46142
46143 46143
46144 46144
46145 46145
46146 46146
46147 46147
46148 46148
46149 46149
46150 46150
46151 46151
46152 46152
46153 46153
46154 46154
46155 46155
46156 46156
46157 46157
46158 46158
46159 46159
46160 46160
46161 46161
46162 46162
46163 46163
46164 46164
46165 46165
46166 46166
46167 46167
46168 46168
46169 46169
46170 46170
46171 46171
46172 46172
46173 46173
46174 46174
46175 46175
46176 46176
46177 46177
46178 46178
46179 46179
46180 46180
46181 46181
46182 46182
46183 46183
46184 46184
46185 46185
46186 46186
46187 46187
46188 46188
46189 46189
46190 46190
46191 46191
46192 46192
46193 46193
46194 46194
46195 46195
46196 46196
46197 46197
46198 46198
46199 46199
46200 46200
46201 46201
46202 46202
46203 46203
46204 46204
46205 46205
46206 46206
46207 46207
46208 46208
46209 46209
46210 46210
46211 46211
46212 46212
46213 46213
46214 46214
46215 46215
46216 46216
46217 46217
46218 46218
46219 46219
46220 46220
46221 46221
46222 46222
46223 46223
46224 46224
46225 46225
46226 46226
46227 46227
46228 46228
46229 46229
46230 46230
46231 46231
46232 46232
46233 46233
46234 46234
46235 46235
46236 46236
46237 46237
46238 46238
46239 46239
46240 46240
46241 46241
46242 46242
46243 46243
46244 46244
46245 46245
46246 46246
46247 46247
46248 46248
46249 46249
46250 46250
46251 46251
46252 46252
46253 46253
46254 46254
46255 46255
46256 46256
46257 46257
46258 46258
46259 46259
46260 46260
46261 46261
46262 46262
46263 46263
46264 46264
46265 46265
46266 46266
46267 46267
46268 46268
46269 46269
46270 46270
46271 46271
46272 46272
46273 46273
46274 46274
46275 46275
46276 46276
46277 46277
46278 46278
46279 46279
46280 46280
46281 46281
46282 46282
46283 46283
46284 46284
46285 46285
46286 46286
46287 46287
46288 46288
46289 46289
46290 46290
46291 46291
46292 46292
46293 46293
46294 46294
46295 46295
46296 46296
46297 46297
46298 46298
46299 46299
46300 46300
46301 46301
46302 46302
46303 46303
46304 46304
46305 46305
46306 46306
46307 46307
46308 46308
46309 46309
46310 46310
46311 46311
46312 46312
46313 46313
46314 46314
46315 46315
46316 46316
46317 46317
46318 46318
46319 46319
46320 46320
46321 46321
46322 46322
46323 46323
46324 46324
46325 46325
46326 46326
46327 46327
46328 46328
46329 46329
46330 46330
46331 46331
46332 46332
46333 46333
46334 46334
46335 46335
46336 46336
46337 46337
46338 46338
46339 46339
46340 46340
46341 46341
46342 46342
46343 46343
46344 46344
46345 46345
46346 46346
46347 46347
46348 46348
46349 46349
46350 46350
46351 46351
46352 46352
46353 46353
46354 46354
46355 46355
46356 46356
46357 46357
46358 46358
46359 46359
46360 46360
46361 46361
46362 46362
46363 46363
46364 46364
46365 46365
46366 46366
46367 46367
46368 46368
46369 46369
46370 46370
46371 46371
46372 46372
46373 46373
46374 46374
46375 46375
46376 46376
46377 46377
46378 46378
46379 46379
46380 46380
46381 46381
46382 46382
46383 46383
46384 46384
46385 46385
46386 46386
46387 46387
46388 46388
46389 46389
46390 46390
46391 46391
46392 46392
46393 46393
46394 46394
46395 46395
46396 46396
46397 46397
46398 46398
46399 46399
46400 46400
46401 46401
46402 46402
46403 46403
46404 46404
46405 46405
46406 46406
46407 46407
46408 46408
46409 46409
46410 46410
46411 46411
46412 46412
46413 46413
46414 46414
46415 46415
46416 46416
46417 46417
46418 46418
46419 46419
46420 46420
46421 46421
46422 46422
46423 46423
46424 46424
46425 46425
46426 46426
46427 46427
46428 46428
46429 46429
46430 46430
46431 46431
46432 46432
46433 46433
46434 46434
46435 46435
46436 46436
46437 46437
46438 46438
46439 46439
46440 46440
46441 46441
46442 46442
46443 46443
46444 46444
46445 46445
46446 46446
46447 46447
46448 46448
46449 46449
46450 46450
46451 46451
46452 46452
46453 46453
46454 46454
46455 46455
46456 46456
46457 46457
46458 46458
46459 46459
46460 46460
46461 46461
46462 46462
46463 46463
46464 46464
46465 46465
46466 46466
46467 46467
46468 46468
46469 46469
46470 46470
46471 46471
46472 46472
46473 46473
46474 46474
46475 46475
46476 46476
46477 46477
46478 46478
46479 46479
46480 46480
46481 46481
46482 46482
46483 46483
46484 46484
46485 46485
46486 46486
46487 46487
46488 46488
46489 46489
46490 46490
46491 46491
46492 46492
46493 46493
46494 46494
46495 46495
46496 46496
46497 46497
46498 46498
46499 46499
46500 46500
46501 46501
46502 46502
46503 46503
46504 46504
46505 46505
46506 46506
46507 46507
46508 46508
46509 46509
46510 46510
46511 46511
46512 46512
46513 46513
46514 46514
46515 46515
46516 46516
46517 46517
46518 46518
46519 46519
46520 46520
46521 46521
46522 46522
46523 46523
46524 46524
46525 46525
46526 46526
46527 46527
46528 46528
46529 46529
46530 46530
46531 46531
46532 46532
46533 46533
46534 46534
46535 46535
46536 46536
46537 46537
46538 46538
46539 46539
46540 46540
46541 46541
46542 46542
46543 46543
46544 46544
46545 46545
46546 46546
46547 46547
46548 46548
46549 46549
46550 46550
46551 46551
46552 46552
46553 46553
46554 46554
46555 46555
46556 46556
46557 46557
46558 46558
46559 46559
46560 46560
46561 46561
46562 46562
46563 46563
46564 46564
46565 46565
46566 46566
46567 46567
46568 46568
46569 46569
46570 46570
46571 46571
46572 46572
46573 46573
46574 46574
46575 46575
46576 46576
46577 46577
46578 46578
46579 46579
46580 46580
46581 46581
46582 46582
46583 46583
46584 46584
46585 46585
46586 46586
46587 46587
46588 46588
46589 46589
46590 46590
46591 46591
46592 46592
46593 46593
46594 46594
46595 46595
46596 46596
46597 46597
46598 46598
46599 46599
46600 46600
46601 46601
46602 46602
46603 46603
46604 46604
46605 46605
46606 46606
46607 46607
46608 46608
46609 46609
46610 46610
46611 46611
46612 46612
46613 46613
46614 46614
46615 46615
46616 46616
46617 46617
46618 46618
46619 46619
46620 46620
46621 46621
46622 46622
46623 46623
46624 46624
46625 46625
46626 46626
46627 46627
46628 46628
46629 46629
46630 46630
46631 46631
46632 46632
46633 46633
46634 46634
46635 46635
46636 46636
46637 46637
46638 46638
46639 46639
46640 46640
46641 46641
46642 46642
46643 46643
46644 46644
46645 46645
46646 46646
46647 46647
46648 46648
46649 46649
46650 46650
46651 46651
46652 46652
46653 46653
46654 46654
46655 46655
46656 46656
46657 46657
46658 46658
46659 46659
46660 46660
46661 46661
46662 46662
46663 46663
46664 46664
46665 46665
46666 46666
46667 46667
46668 46668
46669 46669
46670 46670
46671 46671
46672 46672
46673 46673
46674 46674
46675 46675
46676 46676
46677 46677
46678 46678
46679 46679
46680 46680
46681 46681
46682 46682
46683 46683
46684 46684
46685 46685
46686 46686
46687 46687
46688 46688
46689 46689
46690 46690
46691 46691
46692 46692
46693 46693
46694 46694
46695 46695
46696 46696
46697 46697
46698 46698
46699 46699
46700 46700
46701 46701
46702 46702
46703 46703
46704 46704
46705 46705
46706 46706
46707 46707
46708 46708
46709 46709
46710 46710
46711 46711
46712 46712
46713 46713
46714 46714
46715 46715
46716 46716
46717 46717
46718 46718
46719 46719
46720 46720
46721 46721
46722 46722
46723 46723
46724 46724
46725 46725
46726 46726
46727 46727
46728 46728
46729 46729
46730 46730
46731 46731
46732 46732
46733 46733
46734 46734
46735 46735
46736 46736
46737 46737
46738 46738
46739 46739
46740 46740
46741 46741
46742 46742
46743 46743
46744 46744
46745 46745
46746 46746
46747 46747
46748 46748
46749 46749
46750 46750
46751 46751
46752 46752
46753 46753
46754 46754
46755 46755
46756 46756
46757 46757
46758 46758
46759 46759
46760 46760
46761 46761
46762 46762
46763 46763
46764 46764
46765 46765
46766 46766
46767 46767
46768 46768
46769 46769
46770 46770
46771 46771
46772 46772
46773 46773
46774 46774
46775 46775
46776 46776
46777 46777
46778 46778
46779 46779
46780 46780
46781 46781
46782 46782
46783 46783
46784 46784
46785 46785
46786 46786
46787 46787
46788 46788
46789 46789
46790 46790
46791 46791
46792 46792
46793 46793
46794 46794
46795 46795
46796 46796
46797 46797
46798 46798
46799 46799
46800 46800
46801 46801
46802 46802
46803 46803
46804 46804
46805 46805
46806 46806
46807 46807
46808 46808
46809 46809
46810 46810
46811 46811
46812 46812
46813 46813
46814 46814
46815 46815
46816 46816
46817 46817
46818 46818
46819 46819
46820 46820
46821 46821
46822 46822
46823 46823
46824 46824
46825 46825
46826 46826
46827 46827
46828 46828
46829 46829
46830 46830
46831 46831
46832 46832
46833 46833
46834 46834
46835 46835
46836 46836
46837 46837
46838 46838
46839 46839
46840 46840
46841 46841
46842 46842
46843 46843
46844 46844
46845 46845
46846 46846
46847 46847
46848 46848
46849 46849
46850 46850
46851 46851
46852 46852
46853 46853
46854 46854
46855 46855
46856 46856
46857 46857
46858 46858
46859 46859
46860 46860
46861 46861
46862 46862
46863 46863
46864 46864
46865 46865
46866 46866
46867 46867
46868 46868
46869 46869
46870 46870
46871 46871
46872 46872
46873 46873
46874 46874
46875 46875
46876 46876
46877 46877
46878 46878
46879 46879
46880 46880
46881 46881
46882 46882
46883 46883
46884 46884
46885 46885
46886 46886
46887 46887
46888 46888
46889 46889
46890 46890
46891 46891
46892 46892
46893 46893
46894 46894
46895 46895
46896 46896
46897 46897
46898 46898
46899 46899
46900 46900
46901 46901
46902 46902
46903 46903
46904 46904
46905 46905
46906 46906
46907 46907
46908 46908
46909 46909
46910 46910
46911 46911
46912 46912
46913 46913
46914 46914
46915 46915
46916 46916
46917 46917
46918 46918
46919 46919
46920 46920
46921 46921
46922 46922
46923 46923
46924 46924
46925 46925
46926 46926
46927 46927
46928 46928
46929 46929
46930 46930
46931 46931
46932 46932
46933 46933
46934 46934
46935 46935
46936 46936
46937 46937
46938 46938
46939 46939
46940 46940
46941 46941
46942 46942
46943 46943
46944 46944
46945 46945
46946 46946
46947 46947
46948 46948
46949 46949
46950 46950
46951 46951
46952 46952
46953 46953
46954 46954
46955 46955
46956 46956
46957 46957
46958 46958
46959 46959
46960 46960
46961 46961
46962 46962
46963 46963
46964 46964
46965 46965
46966 46966
46967 46967
46968 46968
46969 46969
46970 46970
46971 46971
46972 46972
46973 46973
46974 46974
46975 46975
46976 46976
46977 46977
46978 46978
46979 46979
46980 46980
46981 46981
46982 46982
46983 46983
46984 46984
46985 46985
46986 46986
46987 46987
46988 46988
46989 46989
46990 46990
46991 46991
46992 46992
46993 46993
46994 46994
46995 46995
46996 46996
46997 46997
46998 46998
46999 46999
47000 47000
47001 47001
47002 47002
47003 47003
47004 47004
47005 47005
47006 47006
47007 47007
47008 47008
47009 47009
47010 47010
47011 47011
47012 47012
47013 47013
47014 47014
47015 47015
47016 47016
47017 47017
47018 47018
47019 47019
47020 47020
47021 47021
47022 47022
47023 47023
47024 47024
47025 47025
47026 47026
47027 47027
47028 47028
47029 47029
47030 47030
47031 47031
47032 47032
47033 47033
47034 47034
47035 47035
47036 47036
47037 47037
47038 47038
47039 47039
47040 47040
47041 47041
47042 47042
47043 47043
47044 47044
47045 47045
47046 47046
47047 47047
47048 47048
47049 47049
47050 47050
47051 47051
47052 47052
47053 47053
47054 47054
47055 47055
47056 47056
47057 47057
47058 47058
47059 47059
47060 47060
47061 47061
47062 47062
47063 47063
47064 47064
47065 47065
47066 47066
47067 47067
47068 47068
47069 47069
47070 47070
47071 47071
47072 47072
47073 47073
47074 47074
47075 47075
47076 47076
47077 47077
47078 47078
47079 47079
47080 47080
47081 47081
47082 47082
47083 47083
47084 47084
47085 47085
47086 47086
47087 47087
47088 47088
47089 47089
47090 47090
47091 47091
47092 47092
47093 47093
47094 47094
47095 47095
47096 47096
47097 47097
47098 47098
47099 47099
47100 47100
47101 47101
47102 47102
47103 47103
47104 47104
47105 47105
47106 47106
47107 47107
47108 47108
47109 47109
47110 47110
47111 47111
47112 47112
47113 47113
47114 47114
47115 47115
47116 47116
47117 47117
47118 47118
47119 47119
47120 47120
47121 47121
47122 47122
47123 47123
47124 47124
47125 47125
47126 47126
47127 47127
47128 47128
47129 47129
47130 47130
47131 47131
47132 47132
47133 47133
47134 47134
47135 47135
47136 47136
47137 47137
47138 47138
47139 47139
47140 47140
47141 47141
47142 47142
47143 47143
47144 47144
47145 47145
47146 47146
47147 47147
47148 47148
47149 47149
47150 47150
47151 47151
47152 47152
47153 47153
47154 47154
47155 47155
47156 47156
47157 47157
47158 47158
47159 47159
47160 47160
47161 47161
47162 47162
47163 47163
47164 47164
47165 47165
47166 47166
47167 47167
47168 47168
47169 47169
47170 47170
47171 47171
47172 47172
47173 47173
47174 47174
47175 47175
47176 47176
47177 47177
47178 47178
47179 47179
47180 47180
47181 47181
47182 47182
47183 47183
47184 47184
47185 47185
47186 47186
47187 47187
47188 47188
47189 47189
47190 47190
47191 47191
47192 47192
47193 47193
47194 47194
47195 47195
47196 47196
47197 47197
47198 47198
47199 47199
47200 47200
47201 47201
47202 47202
47203 47203
47204 47204
47205 47205
47206 47206
47207 47207
47208 47208
47209 47209
47210 47210
47211 47211
47212 47212
47213 47213
47214 47214
47215 47215
47216 47216
47217 47217
47218 47218
47219 47219
47220 47220
47221 47221
47222 47222
47223 47223
47224 47224
47225 47225
47226 47226
47227 47227
47228 47228
47229 47229
47230 47230
47231 47231
47232 47232
47233 47233
47234 47234
47235 47235
47236 47236
47237 47237
47238 47238
47239 47239
47240 47240
47241 47241
47242 47242
47243 47243
47244 47244
47245 47245
47246 47246
47247 47247
47248 47248
47249 47249
47250 47250
47251 47251
47252 47252
47253 47253
47254 47254
47255 47255
47256 47256
47257 47257
47258 47258
47259 47259
47260 47260
47261 47261
47262 47262
47263 47263
47264 47264
47265 47265
47266 47266
47267 47267
47268 47268
47269 47269
47270 47270
47271 47271
47272 47272
47273 47273
47274 47274
47275 47275
47276 47276
47277 47277
47278 47278
47279 47279
47280 47280
47281 47281
47282 47282
47283 47283
47284 47284
47285 47285
47286 47286
47287 47287
47288 47288
47289 47289
47290 47290
47291 47291
47292 47292
47293 47293
47294 47294
47295 47295
47296 47296
47297 47297
47298 47298
47299 47299
47300 47300
47301 47301
47302 47302
47303 47303
47304 47304
47305 47305
47306 47306
47307 47307
47308 47308
47309 47309
47310 47310
47311 47311
47312 47312
47313 47313
47314 47314
47315 47315
47316 47316
47317 47317
47318 47318
47319 47319
47320 47320
47321 47321
47322 47322
47323 47323
47324 47324
47325 47325
47326 47326
47327 47327
47328 47328
47329 47329
47330 47330
47331 47331
47332 47332
47333 47333
47334 47334
47335 47335
47336 47336
47337 47337
47338 47338
47339 47339
47340 47340
47341 47341
47342 47342
47343 47343
47344 47344
47345 47345
47346 47346
47347 47347
47348 47348
47349 47349
47350 47350
47351 47351
47352 47352
47353 47353
47354 47354
47355 47355
47356 47356
47357 47357
47358 47358
47359 47359
47360 47360
47361 47361
47362 47362
47363 47363
47364 47364
47365 47365
47366 47366
47367 47367
47368 47368
47369 47369
47370 47370
47371 47371
47372 47372
47373 47373
47374 47374
47375 47375
47376 47376
47377 47377
47378 47378
47379 47379
47380 47380
47381 47381
47382 47382
47383 47383
47384 47384
47385 47385
47386 47386
47387 47387
47388 47388
47389 47389
47390 47390
47391 47391
47392 47392
47393 47393
47394 47394
47395 47395
47396 47396
47397 47397
47398 47398
47399 47399
47400 47400
47401 47401
47402 47402
47403 47403
47404 47404
47405 47405
47406 47406
47407 47407
47408 47408
47409 47409
47410 47410
47411 47411
47412 47412
47413 47413
47414 47414
47415 47415
47416 47416
47417 47417
47418 47418
47419 47419
47420 47420
47421 47421
47422 47422
47423 47423
47424 47424
47425 47425
47426 47426
47427 47427
47428 47428
47429 47429
47430 47430
47431 47431
47432 47432
47433 47433
47434 47434
47435 47435
47436 47436
47437 47437
47438 47438
47439 47439
47440 47440
47441 47441
47442 47442
47443 47443
47444 47444
47445 47445
47446 47446
47447 47447
47448 47448
47449 47449
47450 47450
47451 47451
47452 47452
47453 47453
47454 47454
47455 47455
47456 47456
47457 47457
47458 47458
47459 47459
47460 47460
47461 47461
47462 47462
47463 47463
47464 47464
47465 47465
47466 47466
47467 47467
47468 47468
47469 47469
47470 47470
47471 47471
47472 47472
47473 47473
47474 47474
47475 47475
47476 47476
47477 47477
47478 47478
47479 47479
47480 47480
47481 47481
47482 47482
47483 47483
47484 47484
47485 47485
47486 47486
47487 47487
47488 47488
47489 47489
47490 47490
47491 47491
47492 47492
47493 47493
47494 47494
47495 47495
47496 47496
47497 47497
47498 47498
47499 47499
47500 47500
47501 47501
47502 47502
47503 47503
47504 47504
47505 47505
47506 47506
47507 47507
47508 47508
47509 47509
47510 47510
47511 47511
47512 47512
47513 47513
47514 47514
47515 47515
47516 47516
47517 47517
47518 47518
47519 47519
47520 47520
47521 47521
47522 47522
47523 47523
47524 47524
47525 47525
47526 47526
47527 47527
47528 47528
47529 47529
47530 47530
47531 47531
47532 47532
47533 47533
47534 47534
47535 47535
47536 47536
47537 47537
47538 47538
47539 47539
47540 47540
47541 47541
47542 47542
47543 47543
47544 47544
47545 47545
47546 47546
47547 47547
47548 47548
47549 47549
47550 47550
47551 47551
47552 47552
47553 47553
47554 47554
47555 47555
47556 47556
47557 47557
47558 47558
47559 47559
47560 47560
47561 47561
47562 47562
47563 47563
47564 47564
47565 47565
47566 47566
47567 47567
47568 47568
47569 47569
47570 47570
47571 47571
47572 47572
47573 47573
47574 47574
47575 47575
47576 47576
47577 47577
47578 47578
47579 47579
47580 47580
47581 47581
47582 47582
47583 47583
47584 47584
47585 47585
47586 47586
47587 47587
47588 47588
47589 47589
47590 47590
47591 47591
47592 47592
47593 47593
47594 47594
47595 47595
47596 47596
47597 47597
47598 47598
47599 47599
47600 47600
47601 47601
47602 47602
47603 47603
47604 47604
47605 47605
47606 47606
47607 47607
47608 47608
47609 47609
47610 47610
47611 47611
47612 47612
47613 47613
47614 47614
47615 47615
47616 47616
47617 47617
47618 47618
47619 47619
47620 47620
47621 47621
47622 47622
47623 47623
47624 47624
47625 47625
47626 47626
47627 47627
47628 47628
47629 47629
47630 47630
47631 47631
47632 47632
47633 47633
47634 47634
47635 47635
47636 47636
47637 47637
47638 47638
47639 47639
47640 47640
47641 47641
47642 47642
47643 47643
47644 47644
47645 47645
47646 47646
47647 47647
47648 47648
47649 47649
47650 47650
47651 47651
47652 47652
47653 47653
47654 47654
47655 47655
47656 47656
47657 47657
47658 47658
47659 47659
47660 47660
47661 47661
47662 47662
47663 47663
47664 47664
47665 47665
47666 47666
47667 47667
47668 47668
47669 47669
47670 47670
47671 47671
47672 47672
47673 47673
47674 47674
47675 47675
47676 47676
47677 47677
47678 47678
47679 47679
47680 47680
47681 47681
47682 47682
47683 47683
47684 47684
47685 47685
47686 47686
47687 47687
47688 47688
47689 47689
47690 47690
47691 47691
47692 47692
47693 47693
47694 47694
47695 47695
47696 47696
47697 47697
47698 47698
47699 47699
47700 47700
47701 47701
47702 47702
47703 47703
47704 47704
47705 47705
47706 47706
47707 47707
47708 47708
47709 47709
47710 47710
47711 47711
47712 47712
47713 47713
47714 47714
47715 47715
47716 47716
47717 47717
47718 47718
47719 47719
47720 47720
47721 47721
47722 47722
47723 47723
47724 47724
47725 47725
47726 47726
47727 47727
47728 47728
47729 47729
47730 47730
47731 47731
47732 47732
47733 47733
47734 47734
47735 47735
47736 47736
47737 47737
47738 47738
47739 47739
47740 47740
47741 47741
47742 47742
47743 47743
47744 47744
47745 47745
47746 47746
47747 47747
47748 47748
47749 47749
47750 47750
47751 47751
47752 47752
47753 47753
47754 47754
47755 47755
47756 47756
47757 47757
47758 47758
47759 47759
47760 47760
47761 47761
47762 47762
47763 47763
47764 47764
47765 47765
47766 47766
47767 47767
47768 47768
47769 47769
47770 47770
47771 47771
47772 47772
47773 47773
47774 47774
47775 47775
47776 47776
47777 47777
47778 47778
47779 47779
47780 47780
47781 47781
47782 47782
47783 47783
47784 47784
47785 47785
47786 47786
47787 47787
47788 47788
47789 47789
47790 47790
47791 47791
47792 47792
47793 47793
47794 47794
47795 47795
47796 47796
47797 47797
47798 47798
47799 47799
47800 47800
47801 47801
47802 47802
47803 47803
47804 47804
47805 47805
47806 47806
47807 47807
47808 47808
47809 47809
47810 47810
47811 47811
47812 47812
47813 47813
47814 47814
47815 47815
47816 47816
47817 47817
47818 47818
47819 47819
47820 47820
47821 47821
47822 47822
47823 47823
47824 47824
47825 47825
47826 47826
47827 47827
47828 47828
47829 47829
47830 47830
47831 47831
47832 47832
47833 47833
47834 47834
47835 47835
47836 47836
47837 47837
47838 47838
47839 47839
47840 47840
47841 47841
47842 47842
47843 47843
47844 47844
47845 47845
47846 47846
47847 47847
47848 47848
47849 47849
47850 47850
47851 47851
47852 47852
47853 47853
47854 47854
47855 47855
47856 47856
47857 47857
47858 47858
47859 47859
47860 47860
47861 47861
47862 47862
47863 47863
47864 47864
47865 47865
47866 47866
47867 47867
47868 47868
47869 47869
47870 47870
47871 47871
47872 47872
47873 47873
47874 47874
47875 47875
47876 47876
47877 47877
47878 47878
47879 47879
47880 47880
47881 47881
47882 47882
47883 47883
47884 47884
47885 47885
47886 47886
47887 47887
47888 47888
47889 47889
47890 47890
47891 47891
47892 47892
47893 47893
47894 47894
47895 47895
47896 47896
47897 47897
47898 47898
47899 47899
47900 47900
47901 47901
47902 47902
47903 47903
47904 47904
47905 47905
47906 47906
47907 47907
47908 47908
47909 47909
47910 47910
47911 47911
47912 47912
47913 47913
47914 47914
47915 47915
47916 47916
47917 47917
47918 47918
47919 47919
47920 47920
47921 47921
47922 47922
47923 47923
47924 47924
47925 47925
47926 47926
47927 47927
47928 47928
47929 47929
47930 47930
47931 47931
47932 47932
47933 47933
47934 47934
47935 47935
47936 47936
47937 47937
47938 47938
47939 47939
47940 47940
47941 47941
47942 47942
47943 47943
47944 47944
47945 47945
47946 47946
47947 47947
47948 47948
47949 47949
47950 47950
47951 47951
47952 47952
47953 47953
47954 47954
47955 47955
47956 47956
47957 47957
47958 47958
47959 47959
47960 47960
47961 47961
47962 47962
47963 47963
47964 47964
47965 47965
47966 47966
47967 47967
47968 47968
47969 47969
47970 47970
47971 47971
47972 47972
47973 47973
47974 47974
47975 47975
47976 47976
47977 47977
47978 47978
47979 47979
47980 47980
47981 47981
47982 47982
47983 47983
47984 47984
47985 47985
47986 47986
47987 47987
47988 47988
47989 47989
47990 47990
47991 47991
47992 47992
47993 47993
47994 47994
47995 47995
47996 47996
47997 47997
47998 47998
47999 47999
48000 48000
48001 48001
48002 48002
48003 48003
48004 48004
48005 48005
48006 48006
48007 48007
48008 48008
48009 48009
48010 48010
48011 48011
48012 48012
48013 48013
48014 48014
48015 48015
48016 48016
48017 48017
48018 48018
48019 48019
48020 48020
48021 48021
48022 48022
48023 48023
48024 48024
48025 48025
48026 48026
48027 48027
48028 48028
48029 48029
48030 48030
48031 48031
48032 48032
48033 48033
48034 48034
48035 48035
48036 48036
48037 48037
48038 48038
48039 48039
48040 48040
48041 48041
48042 48042
48043 48043
48044 48044
48045 48045
48046 48046
48047 48047
48048 48048
48049 48049
48050 48050
48051 48051
48052 48052
48053 48053
48054 48054
48055 48055
48056 48056
48057 48057
48058 48058
48059 48059
48060 48060
48061 48061
48062 48062
48063 48063
48064 48064
48065 48065
48066 48066
48067 48067
48068 48068
48069 48069
48070 48070
48071 48071
48072 48072
48073 48073
48074 48074
48075 48075
48076 48076
48077 48077
48078 48078
48079 48079
48080 48080
48081 48081
48082 48082
48083 48083
48084 48084
48085 48085
48086 48086
48087 48087
48088 48088
48089 48089
48090 48090
48091 48091
48092 48092
48093 48093
48094 48094
48095 48095
48096 48096
48097 48097
48098 48098
48099 48099
48100 48100
48101 48101
48102 48102
48103 48103
48104 48104
48105 48105
48106 48106
48107 48107
48108 48108
48109 48109
48110 48110
48111 48111
48112 48112
48113 48113
48114 48114
48115 48115
48116 48116
48117 48117
48118 48118
48119 48119
48120 48120
48121 48121
48122 48122
48123 48123
48124 48124
48125 48125
48126 48126
48127 48127
48128 48128
48129 48129
48130 48130
48131 48131
48132 48132
48133 48133
48134 48134
48135 48135
48136 48136
48137 48137
48138 48138
48139 48139
48140 48140
48141 48141
48142 48142
48143 48143
48144 48144
48145 48145
48146 48146
48147 48147
48148 48148
48149 48149
48150 48150
48151 48151
48152 48152
48153 48153
48154 48154
48155 48155
48156 48156
48157 48157
48158 48158
48159 48159
48160 48160
48161 48161
48162 48162
48163 48163
48164 48164
48165 48165
48166 48166
48167 48167
48168 48168
48169 48169
48170 48170
48171 48171
48172 48172
48173 48173
48174 48174
48175 48175
48176 48176
48177 48177
48178 48178
48179 48179
48180 48180
48181 48181
48182 48182
48183 48183
48184 48184
48185 48185
48186 48186
48187 48187
48188 48188
48189 48189
48190 48190
48191 48191
48192 48192
48193 48193
48194 48194
48195 48195
48196 48196
48197 48197
48198 48198
48199 48199
48200 48200
48201 48201
48202 48202
48203 48203
48204 48204
48205 48205
48206 48206
48207 48207
48208 48208
48209 48209
48210 48210
48211 48211
48212 48212
48213 48213
48214 48214
48215 48215
48216 48216
48217 48217
48218 48218
48219 48219
48220 48220
48221 48221
48222 48222
48223 48223
48224 48224
48225 48225
48226 48226
48227 48227
48228 48228
48229 48229
48230 48230
48231 48231
48232 48232
48233 48233
48234 48234
48235 48235
48236 48236
48237 48237
48238 48238
48239 48239
48240 48240
48241 48241
48242 48242
48243 48243
48244 48244
48245 48245
48246 48246
48247 48247
48248 48248
48249 48249
48250 48250
48251 48251
48252 48252
48253 48253
48254 48254
48255 48255
48256 48256
48257 48257
48258 48258
48259 48259
48260 48260
48261 48261
48262 48262
48263 48263
48264 48264
48265 48265
48266 48266
48267 48267
48268 48268
48269 48269
48270 48270
48271 48271
48272 48272
48273 48273
48274 48274
48275 48275
48276 48276
48277 48277
48278 48278
48279 48279
48280 48280
48281 48281
48282 48282
48283 48283
48284 48284
48285 48285
48286 48286
48287 48287
48288 48288
48289 48289
48290 48290
48291 48291
48292 48292
48293 48293
48294 48294
48295 48295
48296 48296
48297 48297
48298 48298
48299 48299
48300 48300
48301 48301
48302 48302
48303 48303
48304 48304
48305 48305
48306 48306
48307 48307
48308 48308
48309 48309
48310 48310
48311 48311
48312 48312
48313 48313
48314 48314
48315 48315
48316 48316
48317 48317
48318 48318
48319 48319
48320 48320
48321 48321
48322 48322
48323 48323
48324 48324
48325 48325
48326 48326
48327 48327
48328 48328
48329 48329
48330 48330
48331 48331
48332 48332
48333 48333
48334 48334
48335 48335
48336 48336
48337 48337
48338 48338
48339 48339
48340 48340
48341 48341
48342 48342
48343 48343
48344 48344
48345 48345
48346 48346
48347 48347
48348 48348
48349 48349
48350 48350
48351 48351
48352 48352
48353 48353
48354 48354
48355 48355
48356 48356
48357 48357
48358 48358
48359 48359
48360 48360
48361 48361
48362 48362
48363 48363
48364 48364
48365 48365
48366 48366
48367 48367
48368 48368
48369 48369
48370 48370
48371 48371
48372 48372
48373 48373
48374 48374
48375 48375
48376 48376
48377 48377
48378 48378
48379 48379
48380 48380
48381 48381
48382 48382
48383 48383
48384 48384
48385 48385
48386 48386
48387 48387
48388 48388
48389 48389
48390 48390
48391 48391
48392 48392
48393 48393
48394 48394
48395 48395
48396 48396
48397 48397
48398 48398
48399 48399
48400 48400
48401 48401
48402 48402
48403 48403
48404 48404
48405 48405
48406 48406
48407 48407
48408 48408
48409 48409
48410 48410
48411 48411
48412 48412
48413 48413
48414 48414
48415 48415
48416 48416
48417 48417
48418 48418
48419 48419
48420 48420
48421 48421
48422 48422
48423 48423
48424 48424
48425 48425
48426 48426
48427 48427
48428 48428
48429 48429
48430 48430
48431 48431
48432 48432
48433 48433
48434 48434
48435 48435
48436 48436
48437 48437
48438 48438
48439 48439
48440 48440
48441 48441
48442 48442
48443 48443
48444 48444
48445 48445
48446 48446
48447 48447
48448 48448
48449 48449
48450 48450
48451 48451
48452 48452
48453 48453
48454 48454
48455 48455
48456 48456
48457 48457
48458 48458
48459 48459
48460 48460
48461 48461
48462 48462
48463 48463
48464 48464
48465 48465
48466 48466
48467 48467
48468 48468
48469 48469
48470 48470
48471 48471
48472 48472
48473 48473
48474 48474
48475 48475
48476 48476
48477 48477
48478 48478
48479 48479
48480 48480
48481 48481
48482 48482
48483 48483
48484 48484
48485 48485
48486 48486
48487 48487
48488 48488
48489 48489
48490 48490
48491 48491
48492 48492
48493 48493
48494 48494
48495 48495
48496 48496
48497 48497
48498 48498
48499 48499
48500 48500
48501 48501
48502 48502
48503 48503
48504 48504
48505 48505
48506 48506
48507 48507
48508 48508
48509 48509
48510 48510
48511 48511
48512 48512
48513 48513
48514 48514
48515 48515
48516 48516
48517 48517
48518 48518
48519 48519
48520 48520
48521 48521
48522 48522
48523 48523
48524 48524
48525 48525
48526 48526
48527 48527
48528 48528
48529 48529
48530 48530
48531 48531
48532 48532
48533 48533
48534 48534
48535 48535
48536 48536
48537 48537
48538 48538
48539 48539
48540 48540
48541 48541
48542 48542
48543 48543
48544 48544
48545 48545
48546 48546
48547 48547
48548 48548
48549 48549
48550 48550
48551 48551
48552 48552
48553 48553
48554 48554
48555 48555
48556 48556
48557 48557
48558 48558
48559 48559
48560 48560
48561 48561
48562 48562
48563 48563
48564 48564
48565 48565
48566 48566
48567 48567
48568 48568
48569 48569
48570 48570
48571 48571
48572 48572
48573 48573
48574 48574
48575 48575
48576 48576
48577 48577
48578 48578
48579 48579
48580 48580
48581 48581
48582 48582
48583 48583
48584 48584
48585 48585
48586 48586
48587 48587
48588 48588
48589 48589
48590 48590
48591 48591
48592 48592
48593 48593
48594 48594
48595 48595
48596 48596
48597 48597
48598 48598
48599 48599
48600 48600
48601 48601
48602 48602
48603 48603
48604 48604
48605 48605
48606 48606
48607 48607
48608 48608
48609 48609
48610 48610
48611 48611
48612 48612
48613 48613
48614 48614
48615 48615
48616 48616
48617 48617
48618 48618
48619 48619
48620 48620
48621 48621
48622 48622
48623 48623
48624 48624
48625 48625
48626 48626
48627 48627
48628 48628
48629 48629
48630 48630
48631 48631
48632 48632
48633 48633
48634 48634
48635 48635
48636 48636
48637 48637
48638 48638
48639 48639
48640 48640
48641 48641
48642 48642
48643 48643
48644 48644
48645 48645
48646 48646
48647 48647
48648 48648
48649 48649
48650 48650
48651 48651
48652 48652
48653 48653
48654 48654
48655 48655
48656 48656
48657 48657
48658 48658
48659 48659
48660 48660
48661 48661
48662 48662
48663 48663
48664 48664
48665 48665
48666 48666
48667 48667
48668 48668
48669 48669
48670 48670
48671 48671
48672 48672
48673 48673
48674 48674
48675 48675
48676 48676
48677 48677
48678 48678
48679 48679
48680 48680
48681 48681
48682 48682
48683 48683
48684 48684
48685 48685
48686 48686
48687 48687
48688 48688
48689 48689
48690 48690
48691 48691
48692 48692
48693 48693
48694 48694
48695 48695
48696 48696
48697 48697
48698 48698
48699 48699
48700 48700
48701 48701
48702 48702
48703 48703
48704 48704
48705 48705
48706 48706
48707 48707
48708 48708
48709 48709
48710 48710
48711 48711
48712 48712
48713 48713
48714 48714
48715 48715
48716 48716
48717 48717
48718 48718
48719 48719
48720 48720
48721 48721
48722 48722
48723 48723
48724 48724
48725 48725
48726 48726
48727 48727
48728 48728
48729 48729
48730 48730
48731 48731
48732 48732
48733 48733
48734 48734
48735 48735
48736 48736
48737 48737
48738 48738
48739 48739
48740 48740
48741 48741
48742 48742
48743 48743
48744 48744
48745 48745
48746 48746
48747 48747
48748 48748
48749 48749
48750 48750
48751 48751
48752 48752
48753 48753
48754 48754
48755 48755
48756 48756
48757 48757
48758 48758
48759 48759
48760 48760
48761 48761
48762 48762
48763 48763
48764 48764
48765 48765
48766 48766
48767 48767
48768 48768
48769 48769
48770 48770
48771 48771
48772 48772
48773 48773
48774 48774
48775 48775
48776 48776
48777 48777
48778 48778
48779 48779
48780 48780
48781 48781
48782 48782
48783 48783
48784 48784
48785 48785
48786 48786
48787 48787
48788 48788
48789 48789
48790 48790
48791 48791
48792 48792
48793 48793
48794 48794
48795 48795
48796 48796
48797 48797
48798 48798
48799 48799
48800 48800
48801 48801
48802 48802
48803 48803
48804 48804
48805 48805
48806 48806
48807 48807
48808 48808
48809 48809
48810 48810
48811 48811
48812 48812
48813 48813
48814 48814
48815 48815
48816 48816
48817 48817
48818 48818
48819 48819
48820 48820
48821 48821
48822 48822
48823 48823
48824 48824
48825 48825
48826 48826
48827 48827
48828 48828
48829 48829
48830 48830
48831 48831
48832 48832
48833 48833
48834 48834
48835 48835
48836 48836
48837 48837
48838 48838
48839 48839
48840 48840
48841 48841
48842 48842
48843 48843
48844 48844
48845 48845
48846 48846
48847 48847
48848 48848
48849 48849
48850 48850
48851 48851
48852 48852
48853 48853
48854 48854
48855 48855
48856 48856
48857 48857
48858 48858
48859 48859
48860 48860
48861 48861
48862 48862
48863 48863
48864 48864
48865 48865
48866 48866
48867 48867
48868 48868
48869 48869
48870 48870
48871 48871
48872 48872
48873 48873
48874 48874
48875 48875
48876 48876
48877 48877
48878 48878
48879 48879
48880 48880
48881 48881
48882 48882
48883 48883
48884 48884
48885 48885
48886 48886
48887 48887
48888 48888
48889 48889
48890 48890
48891 48891
48892 48892
48893 48893
48894 48894
48895 48895
48896 48896
48897 48897
48898 48898
48899 48899
48900 48900
48901 48901
48902 48902
48903 48903
48904 48904
48905 48905
48906 48906
48907 48907
48908 48908
48909 48909
48910 48910
48911 48911
48912 48912
48913 48913
48914 48914
48915 48915
48916 48916
48917 48917
48918 48918
48919 48919
48920 48920
48921 48921
48922 48922
48923 48923
48924 48924
48925 48925
48926 48926
48927 48927
48928 48928
48929 48929
48930 48930
48931 48931
48932 48932
48933 48933
48934 48934
48935 48935
48936 48936
48937 48937
48938 48938
48939 48939
48940 48940
48941 48941
48942 48942
48943 48943
48944 48944
48945 48945
48946 48946
48947 48947
48948 48948
48949 48949
48950 48950
48951 48951
48952 48952
48953 48953
48954 48954
48955 48955
48956 48956
48957 48957
48958 48958
48959 48959
48960 48960
48961 48961
48962 48962
48963 48963
48964 48964
48965 48965
48966 48966
48967 48967
48968 48968
48969 48969
48970 48970
48971 48971
48972 48972
48973 48973
48974 48974
48975 48975
48976 48976
48977 48977
48978 48978
48979 48979
48980 48980
48981 48981
48982 48982
48983 48983
48984 48984
48985 48985
48986 48986
48987 48987
48988 48988
48989 48989
48990 48990
48991 48991
48992 48992
48993 48993
48994 48994
48995 48995
48996 48996
48997 48997
48998 48998
48999 48999
49000 49000
49001 49001
49002 49002
49003 49003
49004 49004
49005 49005
49006 49006
49007 49007
49008 49008
49009 49009
49010 49010
49011 49011
49012 49012
49013 49013
49014 49014
49015 49015
49016 49016
49017 49017
49018 49018
49019 49019
49020 49020
49021 49021
49022 49022
49023 49023
49024 49024
49025 49025
49026 49026
49027 49027
49028 49028
49029 49029
49030 49030
49031 49031
49032 49032
49033 49033
49034 49034
49035 49035
49036 49036
49037 49037
49038 49038
49039 49039
49040 49040
49041 49041
49042 49042
49043 49043
49044 49044
49045 49045
49046 49046
49047 49047
49048 49048
49049 49049
49050 49050
49051 49051
49052 49052
49053 49053
49054 49054
49055 49055
49056 49056
49057 49057
49058 49058
49059 49059
49060 49060
49061 49061
49062 49062
49063 49063
49064 49064
49065 49065
49066 49066
49067 49067
49068 49068
49069 49069
49070 49070
49071 49071
49072 49072
49073 49073
49074 49074
49075 49075
49076 49076
49077 49077
49078 49078
49079 49079
49080 49080
49081 49081
49082 49082
49083 49083
49084 49084
49085 49085
49086 49086
49087 49087
49088 49088
49089 49089
49090 49090
49091 49091
49092 49092
49093 49093
49094 49094
49095 49095
49096 49096
49097 49097
49098 49098
49099 49099
49100 49100
49101 49101
49102 49102
49103 49103
49104 49104
49105 49105
49106 49106
49107 49107
49108 49108
49109 49109
49110 49110
49111 49111
49112 49112
49113 49113
49114 49114
49115 49115
49116 49116
49117 49117
49118 49118
49119 49119
49120 49120
49121 49121
49122 49122
49123 49123
49124 49124
49125 49125
49126 49126
49127 49127
49128 49128
49129 49129
49130 49130
49131 49131
49132 49132
49133 49133
49134 49134
49135 49135
49136 49136
49137 49137
49138 49138
49139 49139
49140 49140
49141 49141
49142 49142
49143 49143
49144 49144
49145 49145
49146 49146
49147 49147
49148 49148
49149 49149
49150 49150
49151 49151
49152 49152
49153 49153
49154 49154
49155 49155
49156 49156
49157 49157
49158 49158
49159 49159
49160 49160
49161 49161
49162 49162
49163 49163
49164 49164
49165 49165
49166 49166
49167 49167
49168 49168
49169 49169
49170 49170
49171 49171
49172 49172
49173 49173
49174 49174
49175 49175
49176 49176
49177 49177
49178 49178
49179 49179
49180 49180
49181 49181
49182 49182
49183 49183
49184 49184
49185 49185
49186 49186
49187 49187
49188 49188
49189 49189
49190 49190
49191 49191
49192 49192
49193 49193
49194 49194
49195 49195
49196 49196
49197 49197
49198 49198
49199 49199
49200 49200
49201 49201
49202 49202
49203 49203
49204 49204
49205 49205
49206 49206
49207 49207
49208 49208
49209 49209
49210 49210
49211 49211
49212 49212
49213 49213
49214 49214
49215 49215
49216 49216
49217 49217
49218 49218
49219 49219
49220 49220
49221 49221
49222 49222
49223 49223
49224 49224
49225 49225
49226 49226
49227 49227
49228 49228
49229 49229
49230 49230
49231 49231
49232 49232
49233 49233
49234 49234
49235 49235
49236 49236
49237 49237
49238 49238
49239 49239
49240 49240
49241 49241
49242 49242
49243 49243
49244 49244
49245 49245
49246 49246
49247 49247
49248 49248
49249 49249
49250 49250
49251 49251
49252 49252
49253 49253
49254 49254
49255 49255
49256 49256
49257 49257
49258 49258
49259 49259
49260 49260
49261 49261
49262 49262
49263 49263
49264 49264
49265 49265
49266 49266
49267 49267
49268 49268
49269 49269
49270 49270
49271 49271
49272 49272
49273 49273
49274 49274
49275 49275
49276 49276
49277 49277
49278 49278
49279 49279
49280 49280
49281 49281
49282 49282
49283 49283
49284 49284
49285 49285
49286 49286
49287 49287
49288 49288
49289 49289
49290 49290
49291 49291
49292 49292
49293 49293
49294 49294
49295 49295
49296 49296
49297 49297
49298 49298
49299 49299
49300 49300
49301 49301
49302 49302
49303 49303
49304 49304
49305 49305
49306 49306
49307 49307
49308 49308
49309 49309
49310 49310
49311 49311
49312 49312
49313 49313
49314 49314
49315 49315
49316 49316
49317 49317
49318 49318
49319 49319
49320 49320
49321 49321
49322 49322
49323 49323
49324 49324
49325 49325
49326 49326
49327 49327
49328 49328
49329 49329
49330 49330
49331 49331
49332 49332
49333 49333
49334 49334
49335 49335
49336 49336
49337 49337
49338 49338
49339 49339
49340 49340
49341 49341
49342 49342
49343 49343
49344 49344
49345 49345
49346 49346
49347 49347
49348 49348
49349 49349
49350 49350
49351 49351
49352 49352
49353 49353
49354 49354
49355 49355
49356 49356
49357 49357
49358 49358
49359 49359
49360 49360
49361 49361
49362 49362
49363 49363
49364 49364
49365 49365
49366 49366
49367 49367
49368 49368
49369 49369
49370 49370
49371 49371
49372 49372
49373 49373
49374 49374
49375 49375
49376 49376
49377 49377
49378 49378
49379 49379
49380 49380
49381 49381
49382 49382
49383 49383
49384 49384
49385 49385
49386 49386
49387 49387
49388 49388
49389 49389
49390 49390
49391 49391
49392 49392
49393 49393
49394 49394
49395 49395
49396 49396
49397 49397
49398 49398
49399 49399
49400 49400
49401 49401
49402 49402
49403 49403
49404 49404
49405 49405
49406 49406
49407 49407
49408 49408
49409 49409
49410 49410
49411 49411
49412 49412
49413 49413
49414 49414
49415 49415
49416 49416
49417 49417
49418 49418
49419 49419
49420 49420
49421 49421
49422 49422
49423 49423
49424 49424
49425 49425
49426 49426
49427 49427
49428 49428
49429 49429
49430 49430
49431 49431
49432 49432
49433 49433
49434 49434
49435 49435
49436 49436
49437 49437
49438 49438
49439 49439
49440 49440
49441 49441
49442 49442
49443 49443
49444 49444
49445 49445
49446 49446
49447 49447
49448 49448
49449 49449
49450 49450
49451 49451
49452 49452
49453 49453
49454 49454
49455 49455
49456 49456
49457 49457
49458 49458
49459 49459
49460 49460
49461 49461
49462 49462
49463 49463
49464 49464
49465 49465
49466 49466
49467 49467
49468 49468
49469 49469
49470 49470
49471 49471
49472 49472
49473 49473
49474 49474
49475 49475
49476 49476
49477 49477
49478 49478
49479 49479
49480 49480
49481 49481
49482 49482
49483 49483
49484 49484
49485 49485
49486 49486
49487 49487
49488 49488
49489 49489
49490 49490
49491 49491
49492 49492
49493 49493
49494 49494
49495 49495
49496 49496
49497 49497
49498 49498
49499 49499
49500 49500
49501 49501
49502 49502
49503 49503
49504 49504
49505 49505
49506 49506
49507 49507
49508 49508
49509 49509
49510 49510
49511 49511
49512 49512
49513 49513
49514 49514
49515 49515
49516 49516
49517 49517
49518 49518
49519 49519
49520 49520
49521 49521
49522 49522
49523 49523
49524 49524
49525 49525
49526 49526
49527 49527
49528 49528
49529 49529
49530 49530
49531 49531
49532 49532
49533 49533
49534 49534
49535 49535
49536 49536
49537 49537
49538 49538
49539 49539
49540 49540
49541 49541
49542 49542
49543 49543
49544 49544
49545 49545
49546 49546
49547 49547
49548 49548
49549 49549
49550 49550
49551 49551
49552 49552
49553 49553
49554 49554
49555 49555
49556 49556
49557 49557
49558 49558
49559 49559
49560 49560
49561 49561
49562 49562
49563 49563
49564 49564
49565 49565
49566 49566
49567 49567
49568 49568
49569 49569
49570 49570
49571 49571
49572 49572
49573 49573
49574 49574
49575 49575
49576 49576
49577 49577
49578 49578
49579 49579
49580 49580
49581 49581
49582 49582
49583 49583
49584 49584
49585 49585
49586 49586
49587 49587
49588 49588
49589 49589
49590 49590
49591 49591
49592 49592
49593 49593
49594 49594
49595 49595
49596 49596
49597 49597
49598 49598
49599 49599
49600 49600
49601 49601
49602 49602
49603 49603
49604 49604
49605 49605
49606 49606
49607 49607
49608 49608
49609 49609
49610 49610
49611 49611
49612 49612
49613 49613
49614 49614
49615 49615
49616 49616
49617 49617
49618 49618
49619 49619
49620 49620
49621 49621
49622 49622
49623 49623
49624 49624
49625 49625
49626 49626
49627 49627
49628 49628
49629 49629
49630 49630
49631 49631
49632 49632
49633 49633
49634 49634
49635 49635
49636 49636
49637 49637
49638 49638
49639 49639
49640 49640
49641 49641
49642 49642
49643 49643
49644 49644
49645 49645
49646 49646
49647 49647
49648 49648
49649 49649
49650 49650
49651 49651
49652 49652
49653 49653
49654 49654
49655 49655
49656 49656
49657 49657
49658 49658
49659 49659
49660 49660
49661 49661
49662 49662
49663 49663
49664 49664
49665 49665
49666 49666
49667 49667
49668 49668
49669 49669
49670 49670
49671 49671
49672 49672
49673 49673
49674 49674
49675 49675
49676 49676
49677 49677
49678 49678
49679 49679
49680 49680
49681 49681
49682 49682
49683 49683
49684 49684
49685 49685
49686 49686
49687 49687
49688 49688
49689 49689
49690 49690
49691 49691
49692 49692
49693 49693
49694 49694
49695 49695
49696 49696
49697 49697
49698 49698
49699 49699
49700 49700
49701 49701
49702 49702
49703 49703
49704 49704
49705 49705
49706 49706
49707 49707
49708 49708
49709 49709
49710 49710
49711 49711
49712 49712
49713 49713
49714 49714
49715 49715
49716 49716
49717 49717
49718 49718
49719 49719
49720 49720
49721 49721
49722 49722
49723 49723
49724 49724
49725 49725
49726 49726
49727 49727
49728 49728
49729 49729
49730 49730
49731 49731
49732 49732
49733 49733
49734 49734
49735 49735
49736 49736
49737 49737
49738 49738
49739 49739
49740 49740
49741 49741
49742 49742
49743 49743
49744 49744
49745 49745
49746 49746
49747 49747
49748 49748
49749 49749
49750 49750
49751 49751
49752 49752
49753 49753
49754 49754
49755 49755
49756 49756
49757 49757
49758 49758
49759 49759
49760 49760
49761 49761
49762 49762
49763 49763
49764 49764
49765 49765
49766 49766
49767 49767
49768 49768
49769 49769
49770 49770
49771 49771
49772 49772
49773 49773
49774 49774
49775 49775
49776 49776
49777 49777
49778 49778
49779 49779
49780 49780
49781 49781
49782 49782
49783 49783
49784 49784
49785 49785
49786 49786
49787 49787
49788 49788
49789 49789
49790 49790
49791 49791
49792 49792
49793 49793
49794 49794
49795 49795
49796 49796
49797 49797
49798 49798
49799 49799
49800 49800
49801 49801
49802 49802
49803 49803
49804 49804
49805 49805
49806 49806
49807 49807
49808 49808
49809 49809
49810 49810
49811 49811
49812 49812
49813 49813
49814 49814
49815 49815
49816 49816
49817 49817
49818 49818
49819 49819
49820 49820
49821 49821
49822 49822
49823 49823
49824 49824
49825 49825
49826 49826
49827 49827
49828 49828
49829 49829
49830 49830
49831 49831
49832 49832
49833 49833
49834 49834
49835 49835
49836 49836
49837 49837
49838 49838
49839 49839
49840 49840
49841 49841
49842 49842
49843 49843
49844 49844
49845 49845
49846 49846
49847 49847
49848 49848
49849 49849
49850 49850
49851 49851
49852 49852
49853 49853
49854 49854
49855 49855
49856 49856
49857 49857
49858 49858
49859 49859
49860 49860
49861 49861
49862 49862
49863 49863
49864 49864
49865 49865
49866 49866
49867 49867
49868 49868
49869 49869
49870 49870
49871 49871
49872 49872
49873 49873
49874 49874
49875 49875
49876 49876
49877 49877
49878 49878
49879 49879
49880 49880
49881 49881
49882 49882
49883 49883
49884 49884
49885 49885
49886 49886
49887 49887
49888 49888
49889 49889
49890 49890
49891 49891
49892 49892
49893 49893
49894 49894
49895 49895
49896 49896
49897 49897
49898 49898
49899 49899
49900 49900
49901 49901
49902 49902
49903 49903
49904 49904
49905 49905
49906 49906
49907 49907
49908 49908
49909 49909
49910 49910
49911 49911
49912 49912
49913 49913
49914 49914
49915 49915
49916 49916
49917 49917
49918 49918
49919 49919
49920 49920
49921 49921
49922 49922
49923 49923
49924 49924
49925 49925
49926 49926
49927 49927
49928 49928
49929 49929
49930 49930
49931 49931
49932 49932
49933 49933
49934 49934
49935 49935
49936 49936
49937 49937
49938 49938
49939 49939
49940 49940
49941 49941
49942 49942
49943 49943
49944 49944
49945 49945
49946 49946
49947 49947
49948 49948
49949 49949
49950 49950
49951 49951
49952 49952
49953 49953
49954 49954
49955 49955
49956 49956
49957 49957
49958 49958
49959 49959
49960 49960
49961 49961
49962 49962
49963 49963
49964 49964
49965 49965
49966 49966
49967 49967
49968 49968
49969 49969
49970 49970
49971 49971
49972 49972
49973 49973
49974 49974
49975 49975
49976 49976
49977 49977
49978 49978
49979 49979
49980 49980
49981 49981
49982 49982
49983 49983
49984 49984
49985 49985
49986 49986
49987 49987
49988 49988
49989 49989
49990 49990
49991 49991
49992 49992
49993 49993
49994 49994
49995 49995
49996 49996
49997 49997
49998 49998
49999 49999
                                                                                                                                                                                    tweet
1                                                       RT @robertoglezcano: @amazon  #Patents Show Flying Warehouses That Send Delivery Drones To Your Door https://t.co/cZwL9QLhoC by… 
2                                                   RT @loadsofvans: Retweet this post &amp; follow @loadsofvans for a chance to win a £100 @amazon voucher #win #giveaway #competition… 
3                                                                              RT @Disney: See The Newest Trailer for #BeautyAndTheBeast: https://t.co/JfINQL6EbV https://t.co/jZjNR0GRk9
4                                            RT @tarastrong: Just got @facebook back! I REALLY want to thank you all for your support. Being able to speak out against bullies is SO IMP…
5                                                                      RT @DrJimmyStar: Check out Mens Encore by Fiesso Black Leather Driving Shoes Size 12 https://t.co/QzMHHh7Cbv @eBay
6                                                                  RT @DrJimmyStar: Check out Betsey Johnson Heart Tab Red Dual Handle Two Tassel Purse NWT https://t.co/11nAogJeiY @eBay
7                                                                         @Reuters lol anyone who challenges him gets fired. Soon it will be jail or they'll go missing- maybe to a gulag
8                                          RT @jhill1105: @loadsofvans Retweet this post &amp; follow @loadsofvans for a chance to win a £100 @amazon voucher #win #giveaway #competition
9                                                     Congrats to our #CNWF alumni @helenshang! Don't miss her episode of #h50 on @CBS this Friday! #AAPIwriters… https://t.co/G3OrzrtK7W
10                                                                     RT @DrJimmyStar: Check out Mens Encore by Fiesso Black Leather Driving Shoes Size 12 https://t.co/QzMHHh7Cbv @eBay
11                                           RT @tarastrong: Just got @facebook back! I REALLY want to thank you all for your support. Being able to speak out against bullies is SO IMP…
12                                                                        RT @prosper_p_r: The incredible @VanessaKirby at the #sagawards2017! #thecrown @netflix https://t.co/AR3qhBdILX
13                                            @AppleSupport @Apple omg! Innovation alert! Guess what! #change if Siri could reverse engineer dialogue depending our directional input via
14                                                              Check out If Love Is Blind Why is Lingerie Popular Ceramic Coffee Mugs | Ceramic Mugs   https://t.co/5pSUELBCje via @eBay
15                                                                                                                                          Wish List https://t.co/tTBDy3czdm via @amazon
16                                                                                        RT @Reuters: U.S. envoy says no American weapons buildup in Philippines https://t.co/exoHppnlCj
17                                                                     Check out JCo.Customs By Kitty Paws Shoes The Egyptian White &amp; Gold Beaded Pumps https://t.co/9r6SWLCIF7 @eBay
18                                              RT @JerseyRugbyDev: Meet the Year 4/6 @DeutscheBank  Combined Schools Rugby coaches who are helping 60+ novice children learn how to pl… 
19                                           RT @RealGreek4Trump: #BoycottStarbucks @Starbucks HIRE VETERANS NOT Refugees. I will be boycotting you. Hope others follow. @seanhannity #H…
20                                                                            RT @DrJimmyStar: Check out Ladies Michael Kors Orange Plastic Sandals Size 10 https://t.co/yWoRPpfGPV @eBay
21                                                      RT @pepsi: Get ready to 💙 💙 💙 this exclusive new look #BTS of @ladygaga rehearsing for #PepsiHalftime! https://t.co/YHihjI9gW6
22                                         RT @jhill1105: @loadsofvans Retweet this post &amp; follow @loadsofvans for a chance to win a £100 @amazon voucher #win #giveaway #competition
23                                                               RT @Disney: Leave the little town for the great wide somewhere in #BeautyAndTheBeast March 17. Tickets available here:… 
24                                      RT @Greenpeace: Tell @HSBC to stop funding forest destruction. Sign the petition &gt;&gt;&gt;&gt; https://t.co/TV8UQHzB18 https://t.co/xStRlQkJB1
25                                                    RT @Starbucksnews: Message from Howard Schultz to @Starbucks partners: Living Our Values in Uncertain Times https://t.co/WoHkS3N9fB
26                                                                    #Pennywise It collectible ceramic tile inspired by Stephen King character horror  https://t.co/gzAjWewSqu via @eBay
27                                                  RT @loadsofvans: Retweet this post &amp; follow @loadsofvans for a chance to win a £100 @amazon voucher #win #giveaway #competition… 
28                                                 RT @MorganStanley: Morgan Stanley helped Uber raise capital to expand its new carpooling service in cities around the world. See how… 
29                                                                                                                                      @McDonalds I want to know why this fry was green?
30                                                   Check out Hollister Top M Blue White Striped Pocket Front Long Sleeve Button Down Shirt #Hollister https://t.co/cw3wNvp8Vy via @eBay
31                                                   RT @brinyae: Uber CEO woke up like you going broke &amp; you going broke we all going BROKE ‼@TeslaMotors  @GM @pepsi @IBM @Disney… 
32                                                                   Betty Boop bling POCKETS pink cross-body messenger bag Rhinestones crown B16V... https://t.co/CEOzB90ZbU via @amazon
33                                                                                                                                @sexygaystweet @amazon can you give me the name of lube
34                                                                RT @Reuters: President Trump appoints Homan acting director of U.S. ICE https://t.co/mSr6nlZNDh https://t.co/vOJ3i3slE8
35                                                               RT @Disney: Leave the little town for the great wide somewhere in #BeautyAndTheBeast March 17. Tickets available here:… 
36                                                      Thank you @Tesco in #crawley for supporting the @mariecurieuk Great Daffodil Appeal! #everydaffodilcounts https://t.co/Y5vd8jSry3
37                                                                                            RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/xcVahsLOyk @eBay
38                                                                 RT @DrJimmyStar: Check out Betsey Johnson Heart Tab Red Dual Handle Two Tassel Purse NWT https://t.co/11nAogJeiY @eBay
39                                                                                            RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/xcVahsLOyk @eBay
40                                                   @RedEyeFNC @tomshillue @ComicDaveSmith and don't forget the evil that's behind @Starbucks. #BoycottStarbucks https://t.co/vFS7ko9L6b
41                                                                   Betty Boop glitter white L checkbook wallet bow Rhinestones signature woman B... https://t.co/GNMdqGZFn5 via @amazon
42                                                                                       RT @Reuters: Holocaust survivors light candles for #HolocaustMemorialDay https://t.co/feLoQiqvCT
43                                            Deutsche to pay $425m to N.Y. regulator for Russian trades said to have no legitimate economic purpose https://t.co/Hlu9Fum1j6 via @Reuters
44                                                                 RT @DrJimmyStar: Check out Betsey Johnson Heart Tab Red Dual Handle Two Tassel Purse NWT https://t.co/11nAogJeiY @eBay
45                                           RT @vpbartz: @easyJet @easyJet_DE Rocks! Congrats guys! Your customer service and people are amazing! #easyjet #kudos helping me travel wit…
46                                                                                                                                 @ValerieVolco @Reuters 👎🏻Your hatred is intolerable.
47                                                                                          RT @HSBC: Top Chinese business trends in the Year of the Rooster #CNY https://t.co/QCHVPiVq42
48                                                                                                                                 @Reuters ...so they're they enemy of the working man ?
49                                                             #GEAM17 @generalelectric Florence ; the future lies in a digital future @reliancegroup transformation - manoj chouthai CIO
50                                                                 RT @DrJimmyStar: Check out Betsey Johnson Heart Tab Red Dual Handle Two Tassel Purse NWT https://t.co/11nAogJeiY @eBay
51                                                                                               @theMMPodcast @billburr @netflix  oh shit!! Fuck Sleep. It's on! https://t.co/eCaqrHYgMa
52                                                                          @TheTweetest @Starbucks @LadyJMurray made some bets on how low Starbucks stock will drop lowest bet was $1.87
53                                            @KennethWReid @psuba98 @Reuters  Trumpkins don't care about foreign civilians...probably just lessened the burden on US immigration...sigh.
54                                                @Starbucks Supports BLM and hiring ILLEGAL IMMIGRANTS over US citizens! I think it's time Starbucks moves out of USA! #BoycottStarbucks
55                                                                            Check out Rare Unique Antique Vintage Copper Lighter Jerusalem Holy Land  https://t.co/TbF68YZ5Eu via @eBay
56                                                                                  RT @Reuters: Fed likely to keep rates steady as it awaits Trump economic plan https://t.co/e9hefH27mG
57                                                                 RT @DrJimmyStar: Check out Betsey Johnson Heart Tab Red Dual Handle Two Tassel Purse NWT https://t.co/11nAogJeiY @eBay
58                                                                 RT @DrJimmyStar: Check out Betsey Johnson Heart Tab Red Dual Handle Two Tassel Purse NWT https://t.co/11nAogJeiY @eBay
59                                                                                            RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/xcVahsLOyk @eBay
60                                                                 RT @DrJimmyStar: Check out Betsey Johnson Heart Tab Red Dual Handle Two Tassel Purse NWT https://t.co/11nAogJeiY @eBay
61                                                                                            RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/xcVahsLOyk @eBay
62                                           @Walter_lars @Starbucks I'd suggest contacting a lawyer/ complaining to the right entity should it become a problem. https://t.co/diSPxB0w7F
63                                                                                                            @easyJet hello!Do you have un app for smartphone? I didn't find it. Thanks.
64                                                                 RT @DrJimmyStar: Check out Betsey Johnson Heart Tab Red Dual Handle Two Tassel Purse NWT https://t.co/11nAogJeiY @eBay
65                                                                                                                                Look at our new stock on @eBay: https://t.co/3b0sbgxc0s
66                                                                RT @Reuters: President Trump appoints Homan acting director of U.S. ICE https://t.co/YyCA8CShJU https://t.co/bpGzLJ98i1
67                                                                     Triumph Motorcycle Painting Thruxton R Original US Artist Signed Realism Acrylic https://t.co/6GWIY5y5cA via @eBay
68                                               @trendinaliaUS @Blake943 ton of @Falcons gear coming from @amazon today. Goal is have Falcons logo somewhere ... https://t.co/LyGHWkQ4mZ
69                                           RT @Greenpeace: Are you a @HSBC customer? You should read this right now →  https://t.co/Llg1GTXnzr #HSBCexposed #DirtyBankers https://t.co…
70                                                                                            RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/xcVahsLOyk @eBay
71                                @Reuters 2 great nations embracing each others u ass holes failededitors pooping 24/7 lies&amp;rumors&amp;fake stats&amp;polls. https://t.co/HiHl7kuyRG
72                                                  RT @RicsTopPicks: Steinbeck LOT OF 2 Books - Travels with Charley and Of Mice and Men https://t.co/KvTaqC78aV via @eBay #RicsTopPicks
73                                                                    RT @RicsTopPicks: Donald Trump Back issue The New Yorker  Grand Illusion  5/23/16 https://t.co/lfNKbwIIhR via @eBay
74                                                                      RT @milliebbrown: @MsSarahPaulson and I dancing the night away😘❤️️ @netflix after party 🎉 https://t.co/bKMl6EMrez
75                                                     RT @Alexs1776: We Stand with the @FedEx Guy #MattUhrin #LikeABoss #TCOT #PJNET #CCOT #WAAR #MAGA #RedNationRising #LNYHBT #ORPUW… 
76                                                                                 Check out Civil War Style Confederate States Stag Bone Handle Knife  https://t.co/vtYxxpoQxz via @eBay
77                                          RT @BP_plc: Did you catch our #Energy Outlook launch providing key #BPstats on the 🔮 of energy? https://t.co/0KDWWBiBKQ https://t.co/gV97os…
78                                                          Check out Mens Indian Sherwani Dress Wedding Readymade Bollywood Ethnic Designer Indostyle  https://t.co/4A9S8mfuyN via @eBay
79                                      RT @Greenpeace: Tell @HSBC to stop funding forest destruction. Sign the petition &gt;&gt;&gt;&gt; https://t.co/TV8UQHzB18 https://t.co/xStRlQkJB1
80                                                                                              Splendid customer service once again today from @Tesco Twitter Team. #EveryLittleHelps 👍
81                                                                                            RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/xcVahsLOyk @eBay
82                                                                                            RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/xcVahsLOyk @eBay
83                                                                                            RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/xcVahsLOyk @eBay
84                                                                                            RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/xcVahsLOyk @eBay
85                                                                                                      RT @AngelSt35124353: @Starbucks HATE'S AMERICIAN'S!!!!!!! https://t.co/xVohj9fL0i
86                                                                                                                                                    @HP want to throw laptop in the bin
87                                         RT @BroadlandPolice: Well done SCs Grint &amp; Kaliski of @NorfolkSpecials who detained a thief with £166 worth of DVDs @Tesco Blue Boar Lan… 
88                                                   RT @Lrihendry: CALL @Starbucks 1-800-782-7282 and VENT! Let them know how you feel about them hiring 10K #refugees instead of Amer… 
89                                                    Check out Adidas Extreme Power (1x anti-perspirant - 150 ml + 2x deo body spray - 150 ml) #adidas https://t.co/xAIgAO3HtP via @eBay
90                                                           Check out Crystal Quartz Gemstone Shaker Pendant 925 Sterling Silver Diamond Pave Jewelry  https://t.co/9ja9aQcQbT via @eBay
91                                                           RT @Reuters: BREAKING: Amazon CEO Jeff Bezos says the company is working on more legal options to challenge Trump travel ban
92                                           RT @agnitioMCM: Berfin Demirbilek taking us through digital transformation - coordination and integration are key @Bayer #pharmaconf https:…
93                                                                                  Fed likely to keep rates steady as it awaits Trump economic plan https://t.co/R9U7vsavA9 via @Reuters
94                                                                Check out 2 pcs Adidas Action 3 Pro Invisible - antiperspirant spray - 150 ml #adidas https://t.co/kPmdGfAFh9 via @eBay
95                                                         RT @Reuters: Some leading French Socialists threaten to desert hard-left Hamon https://t.co/QD1ByteDru https://t.co/ngyosfjrbR
96                                                                                                     Liz Clairborne Square Scarf - EUC #LizClairborne https://t.co/Qk2qCfJOix via @eBay
97                                                             Custom William Shakespeare Book Page Bracelet https://t.co/NveN50Zdpo via @amazon #asmg #booklover https://t.co/GtFxV6mKDZ
98                                                                                                                                                   @loadsofvans @amazon oh yessssssssss
99                                                      Check out SIZZLING DESIGN 925 STERLING SILVER NECKLACE FOR WOMEN'S IN TURQUOISE STONE #Necklace https://t.co/Cyd1xFrQw0 via @eBay
100                                                          Check out Hello Kitty headphones winter cap music stretch black and bright red new Sanrio  https://t.co/yrlHn3o8hV via @eBay
101                                             SHOP your local roasters #boycotstarbucks  How about you hire people who are best at the job? @Starbucks just make coffee and #shutitstew
102                                                                     RT @milliebbrown: @MsSarahPaulson and I dancing the night away😘❤️️ @netflix after party 🎉 https://t.co/bKMl6EMrez
103                                                               RT @Reuters: President Trump appoints Homan acting director of U.S. ICE https://t.co/YyCA8CShJU https://t.co/bpGzLJ98i1
104                                                       RT @Johnatsrs1949: Anyone else sick of @Starbucks CEO's pushing HIS political agenda through our coffee and down our throats?… 
105                                                          #ComingSoon @Microsoft Teams for enterprise messaging coming to India by end of March |@ShrutiDhaps… https://t.co/WOjv017ZET
106                                                              RT @Disney: Leave the little town for the great wide somewhere in #BeautyAndTheBeast March 17. Tickets available here:… 
107                                                 RT @loadsofvans: Retweet this post &amp; follow @loadsofvans for a chance to win a £100 @amazon voucher #win #giveaway #competition… 
108                                                                                                   RT @Oracle: News: Announcing the #Oracle Container Registry https://t.co/WWWhyln3Ua
109                                                              RT @Disney: Leave the little town for the great wide somewhere in #BeautyAndTheBeast March 17. Tickets available here:… 
110                                                                                                            RT @Nike: Greatest ever. @serenawilliams #justdoit https://t.co/NrU4R4k0yD
111                                            Hello fellow deplorables. Lets remember to #BoycottStarbucks into bankruptcy. Do not patronize @Starbucks. @jjauthor @Camtemp @seanhannity
112                                                              RT @Disney: Leave the little town for the great wide somewhere in #BeautyAndTheBeast March 17. Tickets available here:… 
113                                                                             Check out HAND CARVED WOODEN PIPE GREAT ART WORK IN DETAIL PLEASE LOOK  https://t.co/rzxd614NL8 via @eBay
114                                           .@TheFCA fines @DeutscheBank £163M for serious #AML controls failings. Largest fine ever imposed for this by #FCA/… https://t.co/x3HsJmisC8
115                                                           Check out 2011 Niue $1 Silver Plated Star Wars Princess Leia NGC PF69 PR69 carrie fisher  https://t.co/CJPe8K2gC2 via @eBay
116                                                RT @loadsofvans: Retweet this post &amp; follow @loadsofvans  for a chance to win a £100 @amazon voucher #win #giveaway #competition… 
117                                          RT @davecres: Taken on @Apple IPhone 7 Plus this morning showing a lorry blocking the @MidlandMetro tram only line in birmingham https://t.…
118                                          RT @804StreetMedia: @jack @biz We've officially given up on getting @verified and will no longer be using @twitter. Like us on @facebook ht…
119                                                        Indian Mandala Tapestry Hippie Wall Hanging Bohemian Bedspread Tapestries Throw @RoomyDeal @eBay Buy:… https://t.co/RNbCaJHR3q
120                                                      RT @siniticom: Check out 2016 Pokemon the movie XY&amp;Z Volcanion and Magea pendant japan Limited https://t.co/lrtw2J486G @eBay
121                                           #BeautyAndTheBeast trailer reminds u what @OnceABC CAN'T do. #Rumbelle should be more like the fairytale &amp; no soap opera trash. @Disney
122                                                    RT @Reuters: Trump order targeting business rules leaves key regulations untouched https://t.co/bXrklp5eXU https://t.co/ZhQJMbLaan
123                                                            Check out Vintage 100% Pure Silk Fabric Material Sari Multi - Color DESIGN PRINT Saree   https://t.co/0Nl2LLRtDE via @eBay
124                                                              RT @Disney: Leave the little town for the great wide somewhere in #BeautyAndTheBeast March 17. Tickets available here:… 
125                                                     RT @BankingTechno: .@Mastercard growing faster than @Visa in Americas: https://t.co/OJ5lOOB1ut Research by @RBRLondon #payments… 
126                                                  RT @Lrihendry: CALL @Starbucks 1-800-782-7282 and VENT! Let them know how you feel about them hiring 10K #refugees instead of Amer… 
127                                                                                                         RT @axellium: This diagram is simply amazing: @amazon https://t.co/fBylyIOMxO
128                                                              RT @Disney: Leave the little town for the great wide somewhere in #BeautyAndTheBeast March 17. Tickets available here:… 
129                                                          RT @Motivated2insp_: Benjamin Disraeli Motivational Unique Handmade Wood Burned Art Plaque https://t.co/xYWAKF9qgr via @eBay
130                                                                  RT @loadsofvans: Today is your last chance to win a £100 @amazon voucher in our Jan Vans #competition Don't miss out
131                                                                                              Check out UNIF Boneyard Moto Skeleton Vegan Leather Jacket https://t.co/fK3fZ3f3hg @eBay
132                                                       RT @Johnatsrs1949: Anyone else sick of @Starbucks CEO's pushing HIS political agenda through our coffee and down our throats?… 
133                                             @Google WHERE IS THE FUND FOR OUR HOMELESS VETERANS who gave their life to make you free??!! Yet you help refugees who don't live here!!!
134                                                                Check out Womens Plus Lane Bryant Sz 26/28 Purple SS Top Blouse  #LaneBryant #Blouse https://t.co/jY5v6OD35S via @eBay
135                                                        #Pokemon 32 #Valentine with 32 Stickers AP Products https://t.co/lr1XeQjZ4s via @amazon #Pikachu #charizard #squirtle #dadlife
136                                            RT @PopUpProduceCLT: LAST DAY REMINDER! 20% OFF our #LeafyGreens + #Herbs Fresh Start Kits on @amazon! Only a few left! #buyonedonateone… 
137                                                          Just saw this on Amazon: YI Home Camera Wireless IP Security Surveil... by YI for $38.99 https://t.co/UtrEX7852G via @amazon
138                                                              RT @Disney: Leave the little town for the great wide somewhere in #BeautyAndTheBeast March 17. Tickets available here:… 
139                                                    RT @Reuters: Tech companies to meet on legal challenge to Trump immigration order: https://t.co/8Ts4ESHOma https://t.co/fw7xvJ9LWE
140                                                  RT @Lrihendry: CALL @Starbucks 1-800-782-7282 and VENT! Let them know how you feel about them hiring 10K #refugees instead of Amer… 
141                                                            RT @CharlesSuddeth: Eighth Mask: Murder on the Cherokee Reservation by Charles Suddeth https://t.co/uqje34aDDO via @amazon
142                                                            RT @Reuters: Wall Street falls the most this year as Trump honeymoon sours https://t.co/uE97HeElFY https://t.co/3MoFUFSLt3
143                                           RT @i_am_motorious: @SEC_News @UBS @MensHealthMag @VW https://t.co/SszWlEBcCK 40MM #MAN suffer from #ED #ErectileDysfunction @LelandWilson…
144                                                                                          Check out Coca-Cola Mini Bottle Opener Chrome Plated 2011  https://t.co/HfTFfizqfp via @eBay
145                                                  RT @Lrihendry: CALL @Starbucks 1-800-782-7282 and VENT! Let them know how you feel about them hiring 10K #refugees instead of Amer… 
146                                                                                                                                                                 @Ryanair OK thank you
147                                                       RT @canislupus96: Creating a #LexaSpinoff would be a great opportunity for you with lots of potential. @netflix @warnerbrostv… 
148                                                                             Tech companies to meet on legal challenge to Trump immigration order https://t.co/ETbDErSFv6 via @Reuters
149                                                          RT @Reuters: Novartis CEO to meet Trump along other drug industry executives https://t.co/OKWH5QfmyJ https://t.co/dCOPAZZzpq
150                                               @cultcommoncore @Starbucks Its constant with this guy.I  don't buy anything his chains. He is way to political. Stick to selling coffee
151                                                 RT @loadsofvans: Retweet this post &amp; follow @loadsofvans for a chance to win a £100 @amazon voucher #win #giveaway #competition… 
152                                                            Check out Sea Shell Mermaid Necklace Brown Beads Transformation Beautiful Women Fashion  https://t.co/8Z1pxbEXGR via @eBay
153                                                                                                                                                   @ladygaga @NFL @pepsi I can't wait.
154                                                  @psuba98 @Lawrence @Reuters not a peep when ENTIRE seal team killed &amp; choppers lost bc were forced to used improper proceedures!
155                                                           Check out Rare Hello Kitty 40th Anniversary Limited Plush Doll 40th HUG Sanrio Japan New  https://t.co/GvTWZbEHFt via @eBay
156                                                  RT @Lrihendry: CALL @Starbucks 1-800-782-7282 and VENT! Let them know how you feel about them hiring 10K #refugees instead of Amer… 
157                                                  #BillGates #Microsoft = #Lazypeople ? Is this funny @Google @Apple or not ? #ShakespeareLives #Android #IoS… https://t.co/wkpIK68aNr
158                                                                             Tech companies to meet on legal challenge to Trump immigration order https://t.co/DaC2ecWluY via @Reuters
159                                                                             @exxonmobil you slather it on a #FireHydrant &amp; test #RexTillerson's #SphincterTone #TheMoreYouKnow 💫
160                                                   Check out JOY Genuine RED Leather Designer Luggage Satchel-style Weekender Duffle Bag #JoyMangano https://t.co/l06klOnj5K via @eBay
161                                                   Check out JOY Genuine RED Leather Designer Luggage Satchel-style Weekender Duffle Bag #JoyMangano https://t.co/l06klOnj5K via @eBay
162                                                                                                            @renomarky @Starbucks We made them we can take them down #BoycottStarbucks
163                                          RT @RichardsonOGS: @Starbucks @markjackfordays except for their Saudi customers who happen to be women who they segregate and ban! https://…
164                                            @CNN Just saw this on Amazon: Muslim Islamic Women Full Length Plain Burk... by EastEssence for $54.99 https://t.co/sIOfRIVPCq via @amazon
165                                                  RT @Lrihendry: CALL @Starbucks 1-800-782-7282 and VENT! Let them know how you feel about them hiring 10K #refugees instead of Amer… 
166                                             Hoping that @Googleorg @facebook @Microsoft @netflix @ycombinator @Airbnb reach out to legal scholars @CREWcrew for their amicus #Justice
167                                                                                                                      Look what I found on @eBay! https://t.co/GYS6nLKPeW via @eBay_UK
168                                                       RT @Reuters: U.S. Senate advances nomination of Tillerson as Secretary of State https://t.co/TmVH3MkIbk https://t.co/9cJDMVRbxc
169                                                             RT @Audi: Take cues from the environment when shooting—there’s likely an opportunity to frame a vehicle in its setting.… 
170                                                              RT @Reuters: Fired: Trump dumps top lawyer who defied immigration order: https://t.co/EwBiqrTC24 https://t.co/FDgiUTqIiR
171                                                  RT @Lrihendry: CALL @Starbucks 1-800-782-7282 and VENT! Let them know how you feel about them hiring 10K #refugees instead of Amer… 
172                                          RT @tarastrong: Just got @facebook back! I REALLY want to thank you all for your support. Being able to speak out against bullies is SO IMP…
173                                                                                                                  @billburr your best work yet!  Proud of you @netflix #walkyourwayout
174                                                  Check out Banpresto Dragonball GT- High Quanlity Figure - HQ DX - Super Saiyan 4 Vegeta #Banpresto https://t.co/4FE3OsWhU6 via @eBay
175                                                                                    More calipers last week 🔵🔵🔵 @BMWi @BMWGroup @BMW_UK @BMW @BMWMotorsport https://t.co/fDzpRQuqAF
176                                                 RT @loadsofvans: Retweet this post &amp; follow @loadsofvans for a chance to win a £100 @amazon voucher #win #giveaway #competition… 
177                                                      Check out 23.90 CT. PINK SHINE NATURAL ROSE QUARTZ OCTAGON CABOCHON PAIR GEMSTONES #KIRTIIMPEX https://t.co/o35ToGSMe0 via @eBay
178                                                              RT @Disney: Leave the little town for the great wide somewhere in #BeautyAndTheBeast March 17. Tickets available here:… 
179                                                                                    #BoyCott @Starbucks @Starbucksnews #BiggbyCoffee from now on @BIGGBYCOFFEE https://t.co/r5R0MSiWE8
180                                                         Check out 51.40 CT. GORGEOUS QUALITY NATURAL PALM ROOT AGATE OVAL CABOCHON LOOSE GEMSTONES  https://t.co/LV6HxiKlfX via @eBay
181                                                              Pop-Up Eatery Will Serve Food Waste Made by Michelin-Starred Chefs  https://t.co/JmAr2ZZ1Vl via @amazon  your so special
182                                                     RT @Reuters: Tech companies to meet on legal challenge to Trump immigration order https://t.co/L8pTJ7jodD https://t.co/n4TO5evnY3
183                                          @loadsofvans Retweet this post &amp; follow @loadsofvans   to win a £100 @amazon voucher #win #giveaway #competition https://t.co/UMo5ItYrqD
184                                          RT @CynicalReveries: @vivelafra @Starbucks Don't forget sharia countries throw people accused of being gay off roofs. You support slaughter…
185                                                 RT @loadsofvans: Retweet this post &amp; follow @loadsofvans for a chance to win a £100 @amazon voucher #win #giveaway #competition… 
186                                                                 RT @GodFatha702: #StarbucksBoycott #boycottstarbucks RT @Houston_Vicious: Fuck you @Starbucks https://t.co/bvv5wNoPoV
187                                                 @MarkSimoneNY @DonaldJTrumpJr @Starbucks https://t.co/nCAKoIkBNy Here simpleton they are committed to hiring at least 10.000 Veterans
188                                                                             @ladygaga @NFL @pepsi I'm so excited!!!!! I know it will be an amazing performance 😍😍😱❤💃🏼 #SuperBowl
189                                                 RT @SophieDBsjr: Inspiring talk about #womeninscience by @DianeBaras of la Fondation @Loreal during the #JeunesTalentsScientifiques… 
190                                                                                                  I just checked in @kroger with #mPLUSPlaces Download today!  https://t.co/yXJ6Rm6OqI
191                                                                             Poland's Walesa collaborated with communist secret police: institute https://t.co/pcCHl4Agqz via @Reuters
192                                                              Check out Me to You Couples Teddy Heart Candle - Personalised Valentines Day Gift https://t.co/UVyokzDB8N @eBay @eBay_UK
193                                                                                          RT @Reuters: Trump vows to continue LGBT workplace rights protection https://t.co/IwQ0J1Zt2l
194                                                              @LaszloBock2718 @Google I didnt know you are from Romania! Congrats for everything you do and good luck in the future :)
195                                                                                                     I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/4ipJgFuOSA
196                                                              RT @rachelbeen: So proud that I work for @Google right now. Fight the Muslim Ban. #googlersunite https://t.co/U9uQ69FZV1
197                                           @MarkSimoneNY @DonaldJTrumpJr @Starbucks Where  are all the veterans getting hired at Trump resorts? Oh right they're hiring foreigners too
198                                         Dear @Apple the iphone 6s I bought 13 months ago switches off randomly even if battery is over 40%. 4th &amp; 5th char of serial are QK. Help
199                                          RT @aliotta_joe: The only thing @Starbucks cares about is selling 10k more cups of over priced coffee. #boycottstarbucks https://t.co/gZGEq…
200                                                                                     Check out Metal Big *BEWARE OF THE DOG* Sign. #UnbrandedGeneric https://t.co/En26ZsHO6E via @eBay
201                                                                         Shoe Dog: A Memoir by the Creator of @Nike https://t.co/IGzrTqmIk4  #Book #booklovers https://t.co/5pREGN4hHu
202                                                       Check out Girl's Bobbie Brooks Soft and Plush Pants Size 7-8 Medium #BobbieBrooks #pantssleep https://t.co/pyE0WFuhW0 via @eBay
203                                                                                                             @RealJamesWoods @yankeegirlusa @Reuters Yet the #MSM is silent on this 😳
204                                                                                Check out Boy's Warm Sleeper Size 6 Carter's Brand #Carters #sleeper https://t.co/1ZetcX3aHe via @eBay
205                                                                  Kirti Gems 31.60 Carat Excellnet Quality Top Natural Barbolite Jasper Oval Ca... https://t.co/QgpyGO2hC7 via @amazon
206                                                                                                             its a repay I need $845.00 #saltbeltrust @Hyundai https://t.co/1qh6NFaEwq
207                                                  RT @YoungJody: Dear @Audi_Online @AudiDanmark @Audi @audisport @AudiUK @AudiIN I thought the Audi S8 with the @Lamborghini v10 eng… 
208                                                      RT @MaggieBaugh: RT  #CatchMe is NOW available on  @itunes @amazon @googleplay and so many more sites  https://t.co/B1sJ7nWvry… 
209                                                            RT @Reuters: Wall Street falls the most this year as Trump honeymoon sours https://t.co/uE97HeElFY https://t.co/3MoFUFSLt3
210                                                          Check out Vintage Room Divider Oriental Screen Antique Mid Century Panel Louis Furniture   https://t.co/4Ckk6SjhD3 via @eBay
211                                             tropic isle living jamaican black castor oil all purpose healing oil hair 4 oz  #ebay #jamaicanfavorite https://t.co/txx0zWOid5 via @eBay
212                                                                  Kirti Gems 23 Carat Amazing Designer Natural Rhodochrosite Oval Cabochon Loos... https://t.co/rc38AkQc5V via @amazon
213                                              RT @nbcbayarea: Massive protest @Google to protest President Trump's immigration orders. https://t.co/vPon8Qkamf https://t.co/6KqXpgvLiz
214                                          Pink Rose Headband Doo Wrap Crystal Bling Fitness Musician Motorcycle #headband #headwrap #pinkrose #biker https://t.co/g0hlEsjJAk via @eBay
215                                                  Check out Mirrored Floating Shelves Wall Display Furniture 2 Piece Storage Modern Bathroom #Modern https://t.co/tZhRGBwvsi via @eBay
216                                                         RT @catrpilrgirl: Pls use ur platform to urge @amazon to #dumptrump. We need responsible corps to openly reject xenophobia.… 
217                                             Check out BOYS PSYCHEDELIC 1960s FLORAL TIE VINTAGE RETRO MINI DANDY MOD AGE 3 - 8 BLACK #FOLLOWVINTAGE https://t.co/Gq7AoeQCUB via @eBay
218                                                                  Kirti Gems 13 Carat 100% Natural Onyx Briolette Cut Round Shape Match Pair To... https://t.co/IbkOrFzkW4 via @amazon
219                                                   RT @PeacePlace4Kids: So glad to be included in this @Yahoo article on how mindfulness in schools helps children deal with stress.… 
220                                                                RT @siniticom: Check out Daiso Japan Traditional Tenugui Hand Towel Set Of 10 From Japan https://t.co/9VT9oZcPEu @eBay
221                                                                 RT @ioneindividual: @tayvousaimee @Lrihendry @Starbucks Id love to know why that manager I mentioned still has a job.
222                                          @MikeCHabsFan @jonatkins7 @SuttonSuzy @MarkSimoneNY @Starbucks @Starbucksnews Wow that's cool. Where I live they only hire catholic students
223                                                                                                                                                           I stole your header @kroger
224                                                  RT @Lrihendry: CALL @Starbucks 1-800-782-7282 and VENT! Let them know how you feel about them hiring 10K #refugees instead of Amer… 
225                                             RT @Reuters: Iran will not use ballistic missiles to attack any country: foreign minister https://t.co/oNCoa19Kie https://t.co/f85hnZf0u0
226                                                       Check out Personalised Silver Heart Bookmark -Free Laser Engraving - Valentines Day Gift https://t.co/ECPwSeqjSD @eBay @eBay_UK
227                                          RT @CventSuccess: Want more @cvent to @salesforce integration fields? You got 'em! We now have middle name and suffix which can be mapped #…
228                                                                                        Bound to Me (The Harbour Series Book 1) by Christy Pastore https://t.co/PcpxoEbWpt via @amazon
229                                             @Reuters Aren'twe all men and women loving this honorable renounced successful humble family and our president... https://t.co/uLUNLkYtuB
230                                          RT @sebring1006: @PlaysTrumpCard @ChristiChat @DunkinDonuts @Starbucks No More.  Dunkin Donuts Coffee is better. Thank you POTUS we are awa…
231                                                  RT @Lrihendry: CALL @Starbucks 1-800-782-7282 and VENT! Let them know how you feel about them hiring 10K #refugees instead of Amer… 
232                                                                        @renomarky @Starbucks I never buy coffee from those who want me dead. Just a habit I acquired along the way...
233                                                                                                  They're totally playing Selena at my local @Starbucks today. This makes me happy. 💃
234                                                                   @August_Int @amazon  They've both fallen off. Not ripped at all. Cannot reattach. Any tips? https://t.co/lFFuXd6Rwp
235                                                              RT @Disney: Leave the little town for the great wide somewhere in #BeautyAndTheBeast March 17. Tickets available here:… 
236                                          RT @tarastrong: After reviewing my case @facebook decided to shut down my page after sharing my antisemitic attack. Now more than ever we c…
237                                                    Check out Womens Timeless Fashion 24k Gold Plated Pale Rose #Druzy Adjustable Ring ZR6 #Handmade https://t.co/2figjIaG6W via @eBay
238                                          Tbh all I want in life is for @Disney to make a live action version of Princess and the Frog starting @Beyonce it would seriously be amazing
239                                          Will PhRMA and Big Pharma leaders raise immigration ban with Trump during today's face-to-face meeting? https://t.co/7HLg7S1Yqm via @Reuters
240                                                                                          RT @Reuters: Trump vows to continue LGBT workplace rights protection https://t.co/IwQ0J1Zt2l
241                                                                                                    Rethink on Trump hits dollar and world stocks https://t.co/gyDUDWhS8M via @Reuters
242                                             Check out I Love You from Top to Bottom #Toilet Paper #Gift GREAT for #VALENTINES DAY! 2017  #ebay #men https://t.co/uMEbdqJUbW via @eBay
243                                                                      A great protocol analysis day starts with Johnny Cash...walking the line @Starbucks in #Crosby #Texas. #wlanpros
244                                           . @amazon confused why you would advertise on a site that promotes racism.  https://t.co/oXXE0ZEAWf  @slpng_giants @adstrike_us #defundhate
245                                                                     BBC: @Volkswagen overtakes @Toyota as the world's biggest carmaker https://t.co/xGw36RakBX by #SubEWL via @c0nvey
246                                                                                     Check out Rq-Bl #Steampunk #White #Ship Fascinator  https://t.co/0nQYj8E4XP @eBay #ebay #shopebay
247                                                RT @paulakweskin: Thanks so much! You can rent it at https://t.co/7HwX3J1iKt or find it on @amazon or @iTunes  https://t.co/IJkbxGZCnE
248                                                                                                                         @rockyR5 @netflix You should watch 3% https://t.co/tlH9UdMbsC
249                                                                                               Check out https://t.co/3o7v1Wlimd More names in contents  https://t.co/sXwKhg1zge @eBay
250                                                                                                                                                             @Reuters Donald VS Donald
251                                                                  RT @Reuters: EU's Tusk calls on Europe to rally against Trump threat https://t.co/wrcH3BJvDC https://t.co/nNE51UKr4t
252                                                         Check out Banprest Dragon Ball Super Ichiban kuji Anime Anniv 30th Shikishi ART BILLS GOKU  https://t.co/Cm5yk89YV9 via @eBay
253                                                                                                                 Check out Baby Girl Dress Size 2T *EUC* https://t.co/gjiSPIjjva @eBay
254                                                                  RT @loadsofvans: Today is your last chance to win a £100 @amazon voucher in our Jan Vans #competition Don't miss out
255                                                                                                                                                             @Starbucks I support you!
256                                                 jablum 100 percent jamaica blue mountain coffee roasted beans 2 lbs #Jablum #ebay #jamaicanfavorite https://t.co/vbwmoFxYeW via @eBay
257                                          RT @pepesgrandma: @RodoJestor @Starbucks @imgflip Would much rather support a starbucks boycott than murder of women like dems do. https://…
258                                                                                            RT @VW: Monday morning never looked so good. #VW #MondayMotivation https://t.co/CMizyQkUck
259                                                                                   Check out Feather Tassel Dreamcatcher Pendant Turquoise Necklace  https://t.co/I5HcJ7170W via @eBay
260                                                                                                     I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/jE8gRzyOrC
261                                                                       RT @SAP: Get your year off to a great start by streamlining processes across your entire business. #runsimple… 
262                                                                                                                            @MalsLAW @Starbucks #starbuckscoffee Going OUT of Business
263                                                      RT @McDonalds: It’s a chocolatey celebration! Grab a $2 SM Hot Chocolate for National Hot Chocolate Day. https://t.co/r1C89gN7o7
264                                                    @4nti3stab @KarenDanczuk @fox_mufc @zelo_street @Google @Blogger Yeah Tim uses long words and complex ideas. Not your thing I see.
265                                                                      RT @the_ubj: Fashionistas rejoice!  Swedish clothing giant @hm will open its first store in #Ukraine this year… 
266                                      The unisex @Nike Sock Dart knocks your socks off with a soft upper that surrounds your foot in comfort &amp; enough str… https://t.co/X81GwM7lfc
267                                                              RT @Disney: Leave the little town for the great wide somewhere in #BeautyAndTheBeast March 17. Tickets available here:… 
268                                                                 Check out SILVER BRAND TUESDAY Low Rise Flare Destroyed Stretch Jeans Sz 25 W 27 x L 33 https://t.co/okCUbEOFTG @eBay
269                                                                            RT @PlanetfoX: @easyJet Once again you prove that when it comes to customer service you really are awful!!
270                                                                                                                             Cocaine  yellow [REDACTED]  khaki cat pissin ass @netflix
271                                                       Check out VINTAGE JEWELRY LOT EARRINGS BLACK LAGUNA ELLEN DESIGN NAPIER HOOPS CLIP ON #Laguna https://t.co/e4ihtVev10 via @eBay
272                                                                Went to use my @Starbucks personalized mug for the first time and the inside part broke off :( https://t.co/i6BcsbPM2W
273                                                                                                                            @loadsofvans @amazon  Thank you for the chance to win 🤞🏻
274                                                       RT @Johnatsrs1949: Anyone else sick of @Starbucks CEO's pushing HIS political agenda through our coffee and down our throats?… 
275                                                                                 RT @Reuters: Kiev and Kremlin trade blame over surge in east Ukraine fighting https://t.co/ye0rkByNZQ
276                                                    RT @eileenmaud2: Murder on Tyneside by Eileen Thornton Cozy Murder Mystery  https://t.co/YokIHjZQb2 via @amazon #RRBC #ASMSG #T4US
277                                                                          My BBC Micro from the early 80s. I'm sure retro enthusiasts and @FedEx will approve! https://t.co/P5IPItrauy
278                                               RT @DeutscheBank: #Germany: rate of inflation up to 1.9% in January – energy and food in particular becoming more expensive. #DrStephan
279                                               Check out Atlanta Falcons NFL Jersey. Michael Vick Size Medium https://t.co/27rInkLwl3 @eBay #atlantafalcons #uk #SuperBowl #nfl #nfluk
280                                                                                          RT @Reuters: Trump vows to continue LGBT workplace rights protection https://t.co/IwQ0J1Zt2l
281                                                                      Check out Fisher Price Little People Magic of Disney Alice's Mad Hatter Shop *EUC* https://t.co/cYro44zO92 @eBay
282                                          @TeslaMotors have Tesla ever thought of setting up electric chargers up at @Shell gas stations? People would use shop while waiting. Win/win
283                                                   #eBay #EndingSoon GOT MUSIC? Adult XL Navy T-Shirt PreOwned Novelty Graphic T Musicians Top Band  https://t.co/4RzAN63N7v via @eBay
284                                                                  Best deal https://t.co/3q5GxuDnFe #chargers #USB @eBay @eBay_UK @eBayDE @eBayDeals @eBayCanada @eBayAU @woot @amazon
285                                                                            RT @Disney: See The Newest Trailer for #BeautyAndTheBeast: https://t.co/JfINQL6EbV https://t.co/jZjNR0GRk9
286                                                                         RT @netflix: Using this as an excuse in awkward social situations from now on. #TheOA https://t.co/azK2X4J5S1
287                                                   Check out 4 placemats country snows 16 x15  cotton  placemats  washable   in cool water #Handmade https://t.co/K2cfbXQA5v via @eBay
288                                                              RT @Disney: Leave the little town for the great wide somewhere in #BeautyAndTheBeast March 17. Tickets available here:… 
289                                           RT @cesarmor: Check out 2015 P Star Trek Spock 1oz .999 Silver Proof Coin In Original Mint Packaging UNC  https://t.co/CnxhJ7adxY via @eBay
290                                                                                                                @facebook ist mobile first #Agenturgipfel #IHK https://t.co/e7GTWcKSkA
291                                                       #McDonalds to open at least 50 new #restaurants in #Russia in 2017 https://t.co/UTsLXkJGxU via @Reuters https://t.co/yDMrs24B6f
292                                                                                                                       #Tweets4Sweets My favorite donuts are coffee cream filled  @CBS
293                                                          Check out Route 66 Women's Size 2X Blue Animal Print Fleece Jacket Button Up Coat #Route66 https://t.co/FXOjwxVx6W via @eBay
294                                              RT @Lrihendry: We have 93 Million unemployed American citizens and @Starbucks offers to hire 10k #Syrianrefugees #BoycottStarbucks #MAGA
295                                                                                               @Walmart hello. Can I use a visa gift card during check out on https://t.co/MyZlyZaeMZ?
296                                          RT @followingsea2: @psuba98 @Lawrence @Reuters Very bad time to be a soldier when you're top Commander (in this case Trump) is dumb as a ro…
297                                                                                            Check out Rainbow Trout/ English Setter Avon Mini Stein  https://t.co/ZwpX7cYV49 via @eBay
298                                          RT @BtuflyBoutique: Celestial Seasonings Sweet Harvest Pumpkin Black Tea 120 Teabags 6 Boxes https://t.co/Bjvvp8uZQB @eBay https://t.co/sjY…
299                                                                      #TommyBahama XL #Polo Shirt Black #Sailfish #PoloRugby https://t.co/GuCo634JCY via @eBay https://t.co/CQl4zwbFfW
300                                                     Mens Biker Motorcycle cafe racer leather jacket https://t.co/qlne8q6XJE via @eBay LeBron #Africa LGBTQ Tifft COMING UP ON #stocks
301                                                                                                                     @NCIS_CBS @WValderrama @CBS Happy Birthday have a wonderful day💜
302                                                                            RT @Disney: See The Newest Trailer for #BeautyAndTheBeast: https://t.co/JfINQL6EbV https://t.co/jZjNR0GRk9
303                                                                       RT @pepsi: We’re on the right track 👶!  #5days to #PepsiHalftime. Join the ⌛ with a #FanCountdown 📹 and 👀… 
304                                                                                        RT @Reuters: Trump set to name high court pick as Democrats plan fight https://t.co/Hu77tChLHl
305                                                          Check out Disney Mickey Mouse Pizazz Coffee Mug Cup 12 Ounces w/ Definition EXCELL. COND.  https://t.co/j26MtnB3Pr via @eBay
306                                                              Check out Mastermind Japan x Converse All Star 100 Hi Chuck Taylor 1CK666 U.S. 10.5 (29cm) https://t.co/lSMwVXLVwH @eBay
307                                                                              RT @rockyR5: . @netflix is trying to make you never leave your house with all the shows they keep adding
308                                                                        Trump administration to allow 872 refugees into U.S. this week - document https://t.co/Ff85WEOGVG via @Reuters
309                                                                                                Check out Disney Pin Mickey Mouse Ears Globe #Disney https://t.co/cMf36Z4B5v via @eBay
310                                                                                                         RT @Disney: “She filled their lives with sunshine.” ☀️ https://t.co/NDvCNRs808
311                                                                                                                 Now you can order your @Starbucks with #Alexa https://t.co/W6TS9k1uDa
312                                               Now I have to take time out of fighting Trump to complain to @Starbucks about the lint in my protein Doubleshot. That's just upsetting.
313                                             RT @trump2016fan: 🚨As @Starbucks plans to hire More 'Refugees' vs Americans be Warned👉Muslims trained 2use Feces as biological weapon… 
314                                                                                                     Google's crazy cool offices https://t.co/8irXV8XPYZ #design #architecture @Google
315                                                                                                                                     Wtf did you do to your cream cheese @Starbucks :(
316                                                  RT @coachmckay: Vote today for @Coach_Brownell in the @espn Coaches Charity Challenge! Use your @facebook account to login + vote!… 
317                                               Vintage Biker Belted Rider Slim Fit Leather Jacket https://t.co/VH91xqM7ZA via @eBay #digitalhealth They Disagree With Trump Inner Loop
318                                                Check out CHICO'S TAN &amp; WHITE POLKA DOT SKIRT SIZE 2 (L 12) TALL FRONT SLIT #Chicos #StretchKnit https://t.co/Ukds2ueQkX via @eBay
319                                                          RT @Reuters: BREAKING: Amazon CEO Jeff Bezos says the company is working on more legal options to challenge Trump travel ban
320                                                          Check out Porcelain Doll Daisy 16 inch Terri DeHetre Collection Legacy Blonde hair Dimple  https://t.co/LjGXXdEU3P via @eBay
321                                                 RT @loadsofvans: Retweet this post &amp; follow @loadsofvans for a chance to win a £100 @amazon voucher #win #giveaway #competition… 
322                                                                                                                                         @Lrihendry @Starbucks and unemployed veterans
323                                                                   RT @PocketOffers: Follow + RT @StudentBunker to enter to #win a £20 @ASOS gift voucher 🎁🎁 https://t.co/qBW4Psdkvi
324                                          RT @muzikgirl11: Ante up! #BoycottAmazon @JeffBezos @amazon Amazon to support Washington state lawsuit on Trump immigration order https://t…
325                                                 @Google so ur employees are protesting if I were an employee and supported the POTUS and his policy would I b an outcast or accepted.
326                                          RT @aliotta_joe: The only thing @Starbucks cares about is selling 10k more cups of over priced coffee. #boycottstarbucks https://t.co/gZGEq…
327                                                    @fuctifiknow maybe you should ask @Tesco for that all important pay rise you urgently need to fuel your ever recurring drug habit.
328                                                              Check out Vintage 70S PATTI SCOTT Sporty shoulder Princess Dress -Jacket Rhinestone Trim M https://t.co/6O1UQ7Gno9 @eBay
329                                                                Check out 1960s Mid-Century Modern Teak Rocking Chair Designed By Folke Ohlsson - Norway https://t.co/bNaGXtIEdv @eBay
330                                                                       RT @pepsi: We’re on the right track 👶!  #5days to #PepsiHalftime. Join the ⌛ with a #FanCountdown 📹 and 👀… 
331                                                       Check out Nicki Minaj wild leopard print stretch dress med ladies wear form fitting new #Sexy https://t.co/a2lf2U3QOY via @eBay
332                                                    Check out PLATINUM &amp; SS LCS DIAMOND  ETERNITY WEDDING  BAND RING SZ 7 + GIFT #EXCEPTIONALBUY https://t.co/tItgUHLcG8 via @eBay
333                                                                                                             Nice sentiment from @Nike. They retain my custom. https://t.co/4avDdySy1c
334                                                                                                                Tell @amazon to pull their ads from Breitbart: https://t.co/QjW28tgJOF
335                                                                     RT @milliebbrown: @MsSarahPaulson and I dancing the night away😘❤️️ @netflix after party 🎉 https://t.co/bKMl6EMrez
336                                                                       RT @pepsi: We’re on the right track 👶!  #5days to #PepsiHalftime. Join the ⌛ with a #FanCountdown 📹 and 👀… 
337                                               RT @ArmandAuthor: Dirty Deeds 2 by Armand Rosamilia #crime #thriller in #KU https://t.co/jxWOKw8TMX via @amazon https://t.co/Q4Xs0n0SmZ
338                                               Ends tonight!  The Perfect Little Black Cocktail Dress Chiffon Pleated Beaded Bra Size 10 #SLFashions https://t.co/Q6OmJSokWk via @eBay
339                                                        RT @blkahn: Rick Perry and Ryan Zinke have been confirmed to head Departments of Energy and Interior respectively per @Reuters
340                                                RT @EileenHamer1: At the Heart of Chicago: The third in the Chicago Stories Series by Eileen Ro... https://t.co/M1fs3dN5lI via @amazon
341                                                  Check out blue fleece style pajama set 2 pc sleep wear 4/5 new Faded Glory Flame resistant #2piece https://t.co/uXPKeagCoN via @eBay
342                                                     RT @pepsi: Get ready to 💙 💙 💙 this exclusive new look #BTS of @ladygaga rehearsing for #PepsiHalftime! https://t.co/YHihjI9gW6
343                                               RT @CFR_IIGG: #Bangladesh to move forward with relocating thousands of #Rohingya to flooded island https://t.co/ZtM6gN84cO via @Reuters
344                                                          @greeneyes0084 @Starbucks racist pigs like @realDonaldTrump drink Kool-Aid. Did you have one today?… https://t.co/0Ny4r2zyp5
345                                             4th time in 3 months I've had to mention wheat products in the #freefrom section at @Tesco. I don't get how it always ends up back there!
346                                          RT @drewneeds2: @FoxNews #MAGA Monday Night Beat Down BYE BYE @SallyQYates don't worry you'll be on @CBS @ABC @NBC @CNN tomorrow with a cro…
347                                                    @rockyR5 @netflix I agree and if you do binge watch it all then Crave Television 📺 has whatever they didn't damn them to T.V Hell
348                                              RT @Lrihendry: We have 93 Million unemployed American citizens and @Starbucks offers to hire 10k #Syrianrefugees #BoycottStarbucks #MAGA
349                                              RT @Lrihendry: We have 93 Million unemployed American citizens and @Starbucks offers to hire 10k #Syrianrefugees #BoycottStarbucks #MAGA
350                                                                          Check out Jelly The Pug Floral Outfit 18 Months Snap Together Crotch One Piece https://t.co/J7HUltu78C @eBay
351                                                                 RT @Reuters: BREAKING: President Trump to sign executive order on cybersecurity - White House https://t.co/VckjA1Rpva
352                                                                  Nursery Rhymes: Julie and Her Seven Calves -Funny Rhyming Picture Book for Be... https://t.co/5Jl9rA1u7G via @amazon
353                                              RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive The Inquisitor Pop! https://t.co/sPavFFnNNO
354                                                                             Check out Mothers &amp; Children: Feminist Analyses and Personal Narratives https://t.co/cYTxZmvsok @eBay
355                                                  RT @Lrihendry: CALL @Starbucks 1-800-782-7282 and VENT! Let them know how you feel about them hiring 10K #refugees instead of Amer… 
356                                                                           RT @birdwriter7: Check out my author page at this easy to remember url! https://t.co/5tgWFR8MKI via @amazon
357                                                                                               GE Privacy Policy | Privacy Statement | GE https://t.co/IrJmKyhZ7f via @generalelectric
358                                                         Check out Nice Kitchen Under Counter RCA Cabinet FM Radio Bluetooth Wireless Speaker -Slim  https://t.co/T5BPmbjYue via @eBay
359                                          RT @LukeReuters: U.S. court ruling is the latest blow for Israel's Teva https://t.co/sntTbNUwM3 via @Reuters @cohen_tova https://t.co/AqtgS…
360                                                             Check out Vinatge A 5 Day Tour Through Denmark map c1930. National Travel Association   https://t.co/Cp2jvqa683 via @eBay
361                                                  Check out Womens Bikini Set Denim Triangle Halter Padded Top Scrunch Butt Swimwear XS-XL   #Bikini https://t.co/Re0OM7otDu via @eBay
362                                                                     Check out Pair of Two (2) Ralph Lauren Blue Crackle Traditional Ceramic Table Lamps https://t.co/1hPltAfWai @eBay
363                                                                       RT @pepsi: We’re on the right track 👶!  #5days to #PepsiHalftime. Join the ⌛ with a #FanCountdown 📹 and 👀… 
364                                                RT @loadsofvans: Retweet this post &amp; follow @loadsofvans  for a chance to win a £100 @amazon voucher #win #giveaway #competition… 
365                                                                                      @loadsofvans @amazon Would be amazing to win this much in amaaon vouchers. Thanks for the chance
366                                      RT @USAneedsTRUMP: When we have millions of citizens &amp; veterans looking for work &amp; then @Starbucks gives priority to refugees they💩on… 
367                                                    Check out Gosha Rubchinskiy Russian Renaissance Tee Medium – White G010T002-D4 #GoshaRubchinskiy https://t.co/U3ahc01h94 via @eBay
368                                                                   Amazon Launches STEM Club Toy Subscription for Kids 3 to 13 @amazon https://t.co/P8FhrJ1ukP https://t.co/7GBoisjRed
369                                          RT @fashionblvd: Check out New CIRCO Size L 10 12 Bikini Swimsuit Pink Rainbow Tie Dye Flounce NWOT #Circo https://t.co/65o12h18qy via @eBay
370                                                             RT @theMMPodcast: @billburr 's new special 'Walk Your Way Out' premieres at midnight tonight on @netflix. #walkyourwayout
371                                                         Check out BIG WOMENS ANGEL WINGS  WEDDING BAND RING SZ 5 SZ 6 SZ 7 BRACELET SOLD IN STORE!  https://t.co/WTr7DWTIHW via @eBay
372                                          Who do you think makes all of @amazon basic brand crap?  WAKE UP CORPORATE AMERICA..You cant bully this President l… https://t.co/yJIAfpXWqq
373                                                                                                                              RT @cloudypianos: @cloudypianos um @Google fix this shit
374                                            Check out HABAND GUAYABERA Navy Blue Tiki Cuban Wedding Lounge Men's Button Shirt SIZE XXL #Haband https://t.co/WB96XVDgc2 via @eBay #cuba
375                                                                           @Walmart got us a quick workout in...#Motivation #havingfun https://t.co/nHxT5qbSPh https://t.co/FaGzY1htaI
376                                                 RT @loadsofvans: Retweet this post &amp; follow @loadsofvans for a chance to win a £100 @amazon voucher #win #giveaway #competition… 
377                                                                                  Check out The Lord Bless You And Keep You E-4721 Precious Moments  https://t.co/zoidhs02Xn via @eBay
378                                                            Check out Primitive Antique Vintage Old Women's Horn Bracelet Jewelry Hand Carved 27 gr  https://t.co/Y2b5vPl22a via @eBay
379                                               RT @greeneyes0084: 🚨Breaking: @Starbucks will be changing it's name to Refugeebucks to honor the people taking jobs from Americans..… 
380                                               RT @Hollywood5776: Seapoint Farms Crunchy Coated Premium Black Edamame Sea Salt -- 3.5 oz Seapoi... https://t.co/OTNy5GIXie via @amazon
381                                                     RT @whatcar: The @Nissan Micra is almost here – what did our readers think of it? https://t.co/5kdkACX8sH https://t.co/n8E2CJ4cEf
382                                                                                       Collections curated by margaritamyshoes @eBay #followitfindit https://t.co/haOorCuKMG via @eBay
383                                                                       RT @pepsi: We’re on the right track 👶!  #5days to #PepsiHalftime. Join the ⌛ with a #FanCountdown 📹 and 👀… 
384                                          RT @BuildStrength: The #BayArea knows how to #BuildWithStrength. The new concrete @salesforce tower will be the tallest structure in CA htt…
385                                                            Check out MLB Kansas City Royals Baseball Flag Banner 3X5FT Man Cave FREE SHIPPING!!!!!  https://t.co/Lv8hS8x8Cf via @eBay
386                                                                                      RT @Reuters: Trump to order departments to plan to beef up cybersecurity https://t.co/fgJbLG2h5O
387                                                @RealJamesWoods @wendyvoss @Reuters I mean..this is damn crazy!! Trump is a damn machine..The leadership and respect is back to the WH
388                                           Advice On Customer-Centric Marketing From #Facebook And @SAP - by @MaribelLopez https://t.co/zLcj5iCzG7 via @Forbes https://t.co/twuG4g4xsW
389                                                        Check out Fisher Price Laugh &amp; Learn Girls Toddler Kids Toy Play Fun Chair Smart Stages  https://t.co/sUy75tF6dF via @eBay
390                                                               @Reuters Logical. His painkiller abuse for his headaches due to self inflicted issues are soaring. Need cheaper prices.
391                                                     Check out Twenty One Beautiful Strapless Juniors Size Large Floral Dress 100% Cotton #TwentyOne https://t.co/woGuIbN3Rn via @eBay
392                                                                                                              @ATT about to lose me as a customer. Have four services with you. #angry
393                                                              RT @Disney: Leave the little town for the great wide somewhere in #BeautyAndTheBeast March 17. Tickets available here:… 
394                                                                  One Piece Jeans Freak Perona 6.75” Figurine Version A Banpresto New #ToeiAnimation https://t.co/0dqntvAZr0 via @eBay
395                                                               RT @AmMoshe: Check out Motorola #M930 #Car Cellular Phone Tested &amp; Work #Motorola https://t.co/x8aeNydL0d via @eBay
396                                             @StevieTGarris @SuttonSuzy @MarkSimoneNY @Starbucks Used to think conservatives believed in free markets and companies making own choices
397                                                                       RT @dw_scitech: Is this @BMW concept motorbike what we'll all be driving in the future? https://t.co/DpoW45PSYI
398                                                                RT @Riverbear44: Tens of thousands in U.S. cities protest Trump immigration order https://t.co/ssEAXfWcLw via @Reuters
399                                                                                      RT @Reuters: Trump to order departments to plan to beef up cybersecurity https://t.co/fgJbLG2h5O
400                                                                                                                               I just checked into my local @Ford dealer with #mPLACES
401                                       GOD🇺🇸LOVES👉🏿@POTUS @FLOTUS @TheSun @BBCWorld https://t.co/MdNbdFfdfS @washingtonpost @JeffBezos @CNN @amazon @nytimes @FoxNews @nypost @WSJ🤡
402                                                    Check out ORICO CER3-10 USB3.0 A Male to USB3.0 A Female Round Extension Data Cable BLACK #ORICO https://t.co/RYKSMnKagI via @eBay
403                                                                                          See ya @Starbucks @Starbucksnews! I support @realDonaldTrump! #notmylatte #boycottestarbucks
404                                                                                                  Check out Faux Pearl Necklace #Unbranded #Necklace https://t.co/tSk88Ro0YR via @eBay
405                                           @Reuters and If had to guess Trump's orders will also infringe on our rights. His censorship is only beginning. #ResistTrump #QuestionTrump
406                                                                          @jennablan @Reuters Is this for easier tracking or just upping the threshold &amp; 'peering' the benchmarks!
407                                                                                                            RT @Nike: Greatest ever. @serenawilliams #justdoit https://t.co/NrU4R4k0yD
408                                                                                                        @caseylynnfoster @astralisgg @EL @Audi greatest sponsor incentive of all time.
409                                                           RT @Fahrenthold: Trump order targeting business rules leaves key regulations untouched https://t.co/dUkPIQSSQA via @Reuters
410                                                                                                         RT @peady63: Enjoy your fecal matter latte @Starbucks https://t.co/IGm8PIlsFV
411                                                 RT @samisprinkler34: I'm going into work tomorrow INCREDIBLY PROUD to wear that green apron. @Starbucks #DrinkStarbucksToFightBigotry
412                                                                                                                      Check out my listing on @eBay: https://t.co/1MaiUlphR9 via @eBay
413                                                                                                                      Cushion in the range by s37e_9 https://t.co/L9z0N2IffO via @eBay
414                                             @aldenrmirez @NoelSanchez75 @98Karinalara @McDonalds @ale_degollado @Migos @LILUZIVERT where's that girl at bro haven't seen her in years
415                                                RT @JohnLegere: If only time crystals could make customers forget their awful @Verizon &amp; @ATT experiences! https://t.co/ZnYmobMsn8
416                                          RT @aliotta_joe: The only thing @Starbucks cares about is selling 10k more cups of over priced coffee. #boycottstarbucks https://t.co/gZGEq…
417                                                        Check out Cute Superhero Dress and bow and pantie fits 18 inch doll american girl  #handmade https://t.co/RP0k4sZfnZ via @eBay
418                                                                @andreabarber @LoriLoughlin @BlueBloods_CBS @CBS It recently occured to me that he should be cast in a #Stalin biopic.
419                                                                     RT @milliebbrown: @MsSarahPaulson and I dancing the night away😘❤️️ @netflix after party 🎉 https://t.co/bKMl6EMrez
420                                                                Check out GUESS Women's Red Cleopatra Quilted Top Zip Double Pouch Wristlet Set SALE NWT https://t.co/UBzzHMl7at @eBay
421                                                              RT @rachelbeen: So proud that I work for @Google right now. Fight the Muslim Ban. #googlersunite https://t.co/U9uQ69FZV1
422                                                                              Trump to nominate Elaine Duke as Homeland Security deputy secretary https://t.co/i5alsm4b8Q via @Reuters
423                                                                    Check out Victoria's Secret color block high neck swimsuit bikini top S NWOT #344495 https://t.co/IaQz9SV504 @eBay
424                                                              Check out Onque Casuals Women's Cadet Blue Stretch 3/4 Sleeve Tunic Top Shirt  Size XL NWT https://t.co/C9T4pp4LL6 @eBay
425                                                              RT @Reuters: Trump is set to announce his Supreme Court pick today as Democrats gird for a fight. Here's what to know:… 
426                                                           Check out GENERIC MINOXIDIL 5% MEN HAIR LOSS REGROWTH TREATMENT SERUM GROW BEARD EYEBROW  https://t.co/khI1wbYzJZ via @eBay
427                                                                  Check out Motorola Moto 360 1st Gen Silver 42mm Metal Band https://t.co/Lg9ZAgA7cI @eBay #deal #androidwear #moto360
428                                             RT @TheWomensWatch: I don't even really like @Starbucks but since the RWNJ's want to #BoycottStarbucks I think I'll become a frequent c… 
429                                                                 Out now! Too Many Crooks (Near To The Knuckle Novellas Book 7) by Paul D. Brazill https://t.co/DbXZ7a1ljj via @amazon
430                                                                 Toby's Tails @amazon #ChildrensBooks #booktrailer @YouTube https://t.co/VtetzCgbd9 #educationalcontent #adventuretime
431                                                                  Check out Bake Lite Marbled Amber Italian 1950's 3 Piece Desk Set 518 grams Total  https://t.co/KizhXW4dTN via @eBay
432                                                      I guess the lines will be short of racist and smiling with diversity. #NoWaterChaiLatte #LoyalToDiversity Thank you @Starbucks !
433                                                                                                            @Reuters @freegolds Hehehe... It's guaranteed now. https://t.co/r30PbJgl8D
434                                                                 @RealDrGina @HWNDUS @Starbucks Unless Starbucks is Boycotted they will never wake up from their stupor and ignorance.
435                                          @ASOS  #HELP my daughter discover #ordermishap..Can someone contact us  asap!! DM with contact info my daughter has major event this weekend
436                                          It never fails. I have been in a constant fight with @verizon because they don't know how to provide proper customer service. Everyone leave
437                                                                                     Check out JAMS WORLD Summer Sun Dress Vintage Romance Photos Size 3 https://t.co/Fc4nTxncQ7 @eBay
438                                                         @nextofficial Are you sure as the shop is quite a distance and I would not wish go there and find that they refuse the refund
439                                          @Pet00294503 @adjunctprofessr @renomarky @Starbucks Thank goodness you won't be in front of me in line. I support c… https://t.co/eZPwMZUG57
440                                           RT @BabsProjects: #Progresso Light Chicken Noodle Soup from @Walmart improvised with Spinach &amp; Rice Cakes via https://t.co/vya5JDSxOa… 
441                                             New speaker added! Antje Williams @deutschetelekom will talk #5G at #MWC17 with @verizon and more. Register now:… https://t.co/vUE6QRDghN
442                                          RT @BoogerBottom: Was there a @Starbucks at the bottom of the twin towers? Amazing how quick some people forget what happened 9/11! I haven…
443                                          RT @ChrisSims_MS: Smart $ management isn't always as easy as impressing scouts. That's why @MorganStanley has again teamed up with @seniorb…
444                                                         Check out Job lot 2cv stickers labels horse+horse=2cv Citroen 4x4 50 yrs of love + 4 more!  https://t.co/eF9FuUmxCn via @eBay
445                                                                                                                                                              @Reuters thank you Yates
446                                                      Only Moments Away from a Major Breakout in @intel Stock https://t.co/Raj1djRAdX #ProfitCo #stocks #Intel https://t.co/DI3NQzsHzg
447                                                     RT @WomanMateMother: Valentines gift for Kid: You Are My Heart by Marianne Richmond https://t.co/MltytMNpd6 via @amazon affiliate
448                                                      RT @AmMoshe: Check out Vintage Cigarette Case Holder Metal #Cannabis #Marijuana Leaf #Germany  https://t.co/U1qKvgsGi0 via @eBay
449                                                                          @Starbucks I'm sad it is the last day of the January mug. I loved the month because of the coffee refills :)
450                                          RT @Reuters: Iran will not use ballistic missiles to attack any country: foreign minister. Via @ReutersTV https://t.co/Aj8c2qMCwh https://t…
451                                          RT @timmaughan: If @Google really wants to fight authoritarianism they could start by deleting personal data and disassembling their survei…
452                                               RT @DisDemsDaily: @Starbucks I guess we the people majority will have to start a real #BoyCottStarBucks I guess you can afford to los… 
453                                                          RT @ImWithJD: @Google continues its move into Cuba. This is Google's Arte y Tecnologia center earlier this year in Havana.… 
454                                                                                                            RT @Nike: Greatest ever. @serenawilliams #justdoit https://t.co/NrU4R4k0yD
455                                                                        @Barnacules @amazon @Expedia @geekwire To clear this up. ONLY US citizen have the right to enter this country.
456                                                                                                                                                           @queenchloe6 @ATT I know...
457                                                       RT @Johnatsrs1949: Anyone else sick of @Starbucks CEO's pushing HIS political agenda through our coffee and down our throats?… 
458                                                           Check out Precious Moments Salt and Pepper Shakers - Boy and Girl on Stump - Vintage EUC  https://t.co/UnLiHY8P5F via @eBay
459                                                              Let's read this article from @Starbucks on their veteran &amp; mil spouse hiring initiative: https://t.co/bXg1sbASIo 2/?
460                                          RT @Reuters: Iran will not use ballistic missiles to attack any country: foreign minister. Via @ReutersTV https://t.co/Aj8c2qMCwh https://t…
461                                                                 RT @Reuters: BREAKING: President Trump to sign executive order on cybersecurity - White House https://t.co/VckjA1Rpva
462                                                                       RT @pepsi: We’re on the right track 👶!  #5days to #PepsiHalftime. Join the ⌛ with a #FanCountdown 📹 and 👀… 
463                                                                    Constant issues with @comcast @XFINITY ever since I got the service $200 bill every month for services I can't use
464                                                  Check out Lauren Ralph Lauren Pumps Ceciliana Leather Heel Shoes Size 10 M Made In Brazil #OpenToe https://t.co/ybLrN3E2Ro via @eBay
465                                                                                       Connectivity issues to the remote freezing the entire system this is bullshit @comcast @XFINITY
466                                                                                                                                           @Reuters We don't need them or Halliburton.
467                                                                                                                         Glad @Starbucks supports troops and refugees. #DrinkStarbucks
468                                            RT @iHeartTheaterLA: TONIGHT! We are partying with @KingsOfLeon and @ATT! You can watch the show on 2/17 on @AudienceNetwork! Stay tuned… 
469                                                      @amazon @JeffBezos my buying dollars will not go toward funding hate publications. Ethics &gt; convenience. Morality &gt; money.
470                                                               Check out HEART NECKLACE NEW SILVER TONE ANTIQUE LOOK LONG CHAIN GORGEOUS VALENTINES DEAL https://t.co/QieEkqNeWT @eBay
471                                                                                    #Always Astoria Gold Tone Necklace JewelMint  #JewelMint #Choker https://t.co/M4zxqRv7Y6 via @eBay
472                                                                                         @XHNews @Starbucks wait until their customers get raped in toilets then c what Starbucks does
473                                          RT @Disney: .@TheMandyMoore and @ZacharyLevi Announce the Premiere Date for #TangledTheSeries: https://t.co/kTvk2CCNyF https://t.co/D3kfKMc…
474                                                 RT @PistonHeads: @McLarenAuto announces future powertrain tech partnership with @BMW! https://t.co/xgEbnXzt6U https://t.co/that8gvlSW
475                                          @Nissan my 2007 #nissan #pathfinder has been a real lemon! I've put $6K into it since June 2016. I don't even think I could sell it for $6K!
476                                          RT @sapphiregypsy: I Can Cook: Light Lunches (Volume 3) by Marika Germanis  https://t.co/zB962AXALz via @amazon #books4kids #cooking #skill…
477                                                                                     Check out Super Nintendo Super Famicom USED Mario Picross 8789  https://t.co/1XvNTZrNeB via @eBay
478                                                               Chance for sales students to make mark… https://t.co/Br4mByRcmu via @evening_tele @salesforce @rbs @talented @zudu @aps
479                                          RT @Disney: .@TheMandyMoore and @ZacharyLevi Announce the Premiere Date for #TangledTheSeries: https://t.co/kTvk2CCNyF https://t.co/D3kfKMc…
480                                                  @Reuters Dear @Spearofdavid11 these so-called special forces are consists of shias led by Iranian generals who are not Muslim at all
481                                                                                        RT @njbeach15: @surfermom77 @randomxnp @comermd Toilet water is better than @Starbucks coffee.
482                                          RT @lifeatexpedia: Passion for #tech + #travel? Discover how you can be the engineer of your career at @Expedia. https://t.co/C1sKJoThFA #C…
483                                                                       Check out IF TRUMP IS THE ANSWER - ANTI Trump POLITICAL BUMPER FUNNY STICKER  https://t.co/nhZouTXxi2 via @eBay
484                                                    Check out La Cera Dress L Boho Floral Gauzy Rayon Grunge Midi With Hidden Side Pockets L #LaCera https://t.co/Dv7NcvdYPl via @eBay
485                                                           RT @ZPPinc: Tune in TONIGHT to #SuperBowl's Greatest Commercials on @CBS at 9/8c! Theme by #ZPP! 🎤 https://t.co/qOHG4zGj12
486                                                                                                              Thank you @Starbucks @netflix @Uber #TrumpTicker https://t.co/ax7OsGbjGS
487                                               I'm a big fan of the @skechersGO Razor. I am also digging the @Nike Elite 9. I have a marathon in &lt; 2 weeks. What to do. What to do.
488                                              RT @Lrihendry: We have 93 Million unemployed American citizens and @Starbucks offers to hire 10k #Syrianrefugees #BoycottStarbucks #MAGA
489                                                            Check out Win Cleaner USB As Seen on TV One Click PC Computer Clean Repair Protect-NEW!  https://t.co/qaGKb5kHqS via @eBay
490                                                                                                                                                          take all my money @Starbucks
491                                                                         Functional. Stylish. And only $7/hr. Book a @Honda Fit today: https://t.co/gNttd6tFF7 https://t.co/lA2bk2Jgs3
492                                                                                                                                @Nestle @KITKAT I need to add these to the collection!
493                                                     RT @pepsi: Get ready to 💙 💙 💙 this exclusive new look #BTS of @ladygaga rehearsing for #PepsiHalftime! https://t.co/YHihjI9gW6
494                                                                                                        @PayPal the little green tick animation thing you do at the end is really cute
495                                              RT @GOPBlackChick: Hey @Starbucks hire Americans like blacks w/chronic double digit unemployment or US Veterans! Not put Muslim refuge… 
496                                             Just saw this on Amazon: TTjewelry 3.82' Gorgeous Flower Large Rhine... by T&amp;T Jewelry for $17.99 https://t.co/tdb9b3msPx via @amazon
497                                                        RT @Reuters: Iraqi Special Operations Forces (ISOF) at the University of Mosul destroyed during a battle with Islamic State:… 
498                                          RT @Reuters: Reuters Select: Mobilizing an army of car dealers to fight the ‘big border tax’ https://t.co/8UfxKGJuAu https://t.co/HU9mpnad5g
499                                                                         @NYBG @BankofAmerica A#nybginspires RAINinspires me to clean. I like the smell of fresh rain it motivates me.
500                                                       Just saw this on Amazon: Rhinestone Safety Pins Brooches - Pistha 10... by Pistha for $8.99 https://t.co/7fqWhleUYq via @amazon
501                                              @Mrs_Kuz I honestly don't know which multi-billion dollar company provides worse customer service. @jeep or @ATT https://t.co/ywxf4AqtNO
502                                          RT @Sahm_Reviews: Another amazing year at the #movies! Check out the 2017 @Disney @Marvel @DisneyPixar #movie slate: https://t.co/K7PWCZLZ5…
503                                                                                                                         Look what I found on @eBay! https://t.co/4jS8TjgbE5 via @eBay
504                                          RT @talkingbiznews: .@stephenjadler's directive to @Reuters: Report accurately and honestly: https://t.co/t9fX9GmgCG https://t.co/EEzB6qZUuW
505                                       RT @RealDrGina: One more tip...❄️Why not forego ur bitter @Starbucks &amp; donate $5 to a charity who saves women/children/gays frm brutality o…
506                                                     RT @Reuters: Poland's Walesa collaborated with communist secret police: institute https://t.co/l7Ak2IdFLb https://t.co/T6qBJRlXnE
507                                              RT @Lrihendry: We have 93 Million unemployed American citizens and @Starbucks offers to hire 10k #Syrianrefugees #BoycottStarbucks #MAGA
508                                                                  RT @Lisvnorrland: V3: The Vampire Vignettes ReVamped by G. L. Giles https://t.co/ea9I2vnvLA via @amazon @ThatGLGiles
509                                                                                                    I just checked in @Nike with #mPLUSPlaces Download today!  https://t.co/Ybmw3I8xsm
510                                          The customer service of @VW @vwdrives during the #Dieselgate buy back is horrible. I was planning on buying another… https://t.co/9Euc5pTrok
511                                                   BREAKING: ​@ProcterGamble targeting video gamers https://t.co/3wIsUf0h3g ... @Gillette @LeagueOfLegends @IEM https://t.co/iU9ljVfHDy
512                                                                                                                                          @easyJet Thanks so much for replying guys 🙄
513                                                      Check out NO BOUNDARIES Size M Shirt Top Red Tee Mens Phat Daddy NEW Graphic NWT #NoBoundaries https://t.co/BUa7tUyCFH via @eBay
514                                             RT @scholarships360: High achieving senior planning to major in computer science? @Google offers this most amazing $10000 #scholarship!… 
515                                                     Check out Mens Quiksilver Board Shorts Bathing Suit NWT Size 36 FREE SHIPPING Blue #BoardShorts https://t.co/jy3lOAcR8X via @eBay
516                                                                                @Starbucks is willing to hire illegal immigrants but don't allow women into Saudi Starbucks locations.
517                                                     RT @TMobile: @achirobinson Our customers do win BIG! Check this out 👉 https://t.co/epStFXiLXy Sending you #MagentaLuck *ValerieP
518                                                        Imagine that @Reuters. You guys are supposed to be the source of intelligible news? Did they happen to say off of which cliff?
519                                                                                                    @amazon guarantee delivery means y'all gotta keep your word I'm actually triggered
520                                                                                Remember and Return: Rekindling Your Love for... by John MacArthur https://t.co/UlKl5FAJnr via @amazon
521                                                                  To see more of our @TCTTV #AboutTown series follow us on @facebook @ https://t.co/USrITaHOj7 https://t.co/qHUR3DRbt2
522                                                                                My professor just bought @Starbucks coffee for the whole 100+ person lecture. My day has been made #🐐
523                                               Just saw this on Amazon: Set of Two Beautiful Matching Stainless Ste... by 4 EVERE YOURS for $39.99 https://t.co/IpqXovh3ef via @amazon
524                                                                                                                                           @Disney sobbing happy tears so excited 😭😍
525                                          RT @Disney: .@TheMandyMoore and @ZacharyLevi Announce the Premiere Date for #TangledTheSeries: https://t.co/kTvk2CCNyF https://t.co/D3kfKMc…
526                                                                                          RT @Reuters: Trump vows to continue LGBT workplace rights protection https://t.co/IwQ0J1Zt2l
527                                                                                       @SuperiorDonuts my favorite donut is crime filled chocolate frosting donuts. @CBS #Tweet4Sweets
528                                                                  RT @Reuters: Trump vows to continue LGBT workplace rights protection https://t.co/Do2dFXjvQl https://t.co/Wj9TtJBPvd
529                                                                                                   @rocksiphone @lisajnc1951 @AMTrump4PRES @OldmanLogan2008 @Starbucks Buck Starfucks.
530                                                                                                                                                        @Starbucks Time for a BOYCOTT!
531                                                            RT @Reuters: ⚡️ “An ancient festival in Spain”  Explore an unusual event - https://t.co/VhyipFoYdJ https://t.co/uHXs20Fw6K
532                                                             8x10 TO MY SON ON YOUR WEDDING DAY ~ Photo &amp; Poetry FRUITWOOD Frame w/Cream Ma... https://t.co/mXNmahiXqY via @amazon
533                                               What better way to promote a vision of the future than with interactivity? Go @Ford! Will be checking this out! https://t.co/Si9ZnmYL0k
534                                                                  RT @Reuters: Trump vows to continue LGBT workplace rights protection https://t.co/Do2dFXjvQl https://t.co/Wj9TtJBPvd
535                                              RT @MorganStanley: Markets are displaying myriad similarities to the late 1990s. Can investors also expect an #equities blow-off rally… 
536                                                                                                                @ReutersPolitics @Reuters Maybe cause NO ONE seeme to know WTF was up.
537                                                                                                                                         Thank you @Starbucks for supporting refugees.
538                                                          RT @Disney: .@TheMandyMoore and @ZacharyLevi shine in Tangled Before Ever After March 10 and #TangledTheSeries March 24 on… 
539                                                          Check out Harley Davidson Mens Garage Shirt Short Sleeves Embroidered Logo Button Up MED   https://t.co/OVNEZcBkFI via @eBay
540                                                                                                          @Starbucks @starbucks Ain't this special! Hypocrite! https://t.co/sVirfAy7Eb
541                                                                                                  RT @JSmith92: @adamlambert @AmericanExpress oh no...the account is @QueenWillRock 😵
542                                                           Check out Vintage April 1967 A.S.C.C. Hershey Hill Climb Racing Rally Dash Plaque SCCA 9  https://t.co/JA454FixkN via @eBay
543                                                          RT @Disney: .@TheMandyMoore and @ZacharyLevi shine in Tangled Before Ever After March 10 and #TangledTheSeries March 24 on… 
544                                                          RT @Disney: .@TheMandyMoore and @ZacharyLevi shine in Tangled Before Ever After March 10 and #TangledTheSeries March 24 on… 
545                                                                                                                    @Gillette now that @xPekeLoL is in our team life will be more easy
546                                          RT @Disney: .@TheMandyMoore and @ZacharyLevi Announce the Premiere Date for #TangledTheSeries: https://t.co/kTvk2CCNyF https://t.co/D3kfKMc…
547                                                                TEK GEAR Blue White Athletic Fitness Workout Tennis Skirt Shorts Skort Sz L #TekGear https://t.co/vV4ERO6Jwi via @eBay
548                                                                                       @SincerelyxJaz @harjitwashere @facebook  that's exactly what I said In one of my tweets ✨✨❤️💕
549                                                          RT @Disney: .@TheMandyMoore and @ZacharyLevi shine in Tangled Before Ever After March 10 and #TangledTheSeries March 24 on… 
550                                          RT @NewBard: @ABAesq @ABAJournal @ABANews @iamSallyYates @AP @Reuters #SallyYates  WONDERFUL! And now she should be DISBARRED! https://t.co…
551                                                                                    Warren Buffett: I bought $12 billion of stock after Trump won https://t.co/mwKkm4XOAh via @Reuters
552                                                                                                       Check out Vintage Erico Of Ca Needle Point Canvas https://t.co/qLXabJBLc4 @eBay
553                                                                                    Warren Buffett: I bought $12 billion of stock after Trump won https://t.co/1Q35OkviH8 via @Reuters
554                                                          RT @Disney: .@TheMandyMoore and @ZacharyLevi shine in Tangled Before Ever After March 10 and #TangledTheSeries March 24 on… 
555                                             @bnbreilly @TVGuideMagazine @CrimMinds_CBS @CBS Thomas Gibson and Shemar Moore deserved that pca. As for the Mr Scratch storyline without
556                                                                                                                                 @netflix im looking forward to the santa clarita diet
557                                                                  RT @Reuters: Trump vows to continue LGBT workplace rights protection https://t.co/Do2dFXjvQl https://t.co/Wj9TtJBPvd
558                                                          RT @Disney: .@TheMandyMoore and @ZacharyLevi shine in Tangled Before Ever After March 10 and #TangledTheSeries March 24 on… 
559                                              RT @Reuters: JUST IN: Senate confirms Elaine Chao to run U.S. Transportation Department. https://t.co/BZjhyTuw04 https://t.co/Gk2jpu0Rdv
560                                                                          Check out Sterling Silver HD/D Diamond   12.2g Ring Size   8   CAT RESCUE  https://t.co/kYDPFqrFpD via @eBay
561                                                                                       Spend that @amazon giftcard on a great adventure #TImeTravel to #london https://t.co/zqwA162jLc
562                                                                                    RT @jame5on: @pepsi can we use crystal Pepsi to put out our burning world? #blockallpromotedtweets
563                                                            soft yellow sweatshirt chenille design front and back NWT cotton blend size XXL  #Casual https://t.co/D45jF52Py3 via @eBay
564                                                                  RT @Reuters: Trump vows to continue LGBT workplace rights protection https://t.co/Do2dFXjvQl https://t.co/Wj9TtJBPvd
565                                                                       RT @Reuters: Canada shooting suspect rented apartment close to Quebec mosque: neighbors https://t.co/PqxaXq8Itl
566                                          RT @Reuters: BREAKING: San Francisco is first city to sue over Trump directive to withhold federal money from sanctuary cities. https://t.c…
567                                                                       RT @Reuters: Canada shooting suspect rented apartment close to Quebec mosque: neighbors https://t.co/PqxaXq8Itl
568                                          RT @Reuters: BREAKING: San Francisco is first city to sue over Trump directive to withhold federal money from sanctuary cities. https://t.c…
569                                                                       RT @Reuters: Canada shooting suspect rented apartment close to Quebec mosque: neighbors https://t.co/PqxaXq8Itl
570                                                       Check out Nwt EXPRESS brand pink off shoulder sleeve open back clubbing top s ladies #Express https://t.co/7C3EavaGE5 via @eBay
571                                                                                              Fresh clashes near South Sudan's oil hub of Malakal https://t.co/yyANrjRgnn via @Reuters
572                                                                              RT @rockyR5: . @netflix is trying to make you never leave your house with all the shows they keep adding
573                                                                     RT @Disney: See the New Character Posters for #BeautyAndTheBeast: https://t.co/z6Ux4Gcd8r https://t.co/oqhhemzbhz
574                                                                                        RT @1TD: @Tesco what have you got to say for yourself ya cheeky monkey https://t.co/cJjkb4rAub
575                                                                                        RT @1TD: @Tesco what have you got to say for yourself ya cheeky monkey https://t.co/cJjkb4rAub
576                                                                                        RT @1TD: @Tesco what have you got to say for yourself ya cheeky monkey https://t.co/cJjkb4rAub
577                                                                                        RT @1TD: @Tesco what have you got to say for yourself ya cheeky monkey https://t.co/cJjkb4rAub
578                                                                                        RT @1TD: @Tesco what have you got to say for yourself ya cheeky monkey https://t.co/cJjkb4rAub
579                                                                                        RT @1TD: @Tesco what have you got to say for yourself ya cheeky monkey https://t.co/cJjkb4rAub
580                                                                                        RT @1TD: @Tesco what have you got to say for yourself ya cheeky monkey https://t.co/cJjkb4rAub
581                                                                                        RT @1TD: @Tesco what have you got to say for yourself ya cheeky monkey https://t.co/cJjkb4rAub
582                                                                                        RT @1TD: @Tesco what have you got to say for yourself ya cheeky monkey https://t.co/cJjkb4rAub
583                                                                             @Reuters Piano? Who plays such an amazing instrument and then shoots people?  The day the music died.....
584                                                                                                     I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/W2U0stKYYn
585                                                                             RT @rubengsanta: Very proud to work at @Google today! #GooglersUnite #NoBanNoWall https://t.co/dVkUqtFFrG
586                                                      #BREAKING #sanfrancisco is first city to sue over #Trump directive to withhold federal money from sanctuary cities. Via @Reuters
587                                          Wicked in His Arms by @st_reid @amazon https://t.co/LMKqloJz33 pick it up today! @bookenthupromo #giveaway #blogtour https://t.co/ulI3SmXw48
588                                          RT @BigEbaySales: Please RT @eBay! https://t.co/TnWJsNyxiJ … via @eBay #ebay #shoes #namebrand #robertocavalli #allenedmonds https://t.co/c…
589                                                                      @hayley_lb_ts we'll keep trying !! Forever and always !! Don't we dream impossible things?? @ATT @taylornation13
590                                          RT @BtuflyBoutique: Celestial Seasonings Sweet Harvest Pumpkin Black Tea 120 Teabags 6 Boxes https://t.co/Bjvvp8uZQB @eBay https://t.co/sjY…
591                                                              RT @Disney: Leave the little town for the great wide somewhere in #BeautyAndTheBeast March 17. Tickets available here:… 
592                                                                              RT @bluestarrfl: Check out VTG. ORNATE GOLD PLATED ANGELFISH UNIQUE BROOCH https://t.co/lD1trHP0V6 @eBay
593                                          RT @joeDmarti: Check out @mattyroze slaying his small screen debut in this @Adobe Check In promotional video https://t.co/8DfMqRm2lO #Adobe…
594                                                                  Single Light Switch Plate Cover blue gray rocks nature art modern living room... https://t.co/wTqW6Jl595 via @amazon
595                                                         RT @netflix: Feeling the love this month. Here are a few of the things coming to Netflix in February. https://t.co/mE0PiKPRSk
596                                                                                                                            @denverco312 @netflix  @TimFerrissShow already a huge fan.
597                                                      .@CouncilmanTim  @Lisa_Herbold @CMRobJohnson: vote YES to cancel Seattle’s $3B contract w/ @WellsFargo #StartWithSeattle #NoDAPL
598                                                                                                            @4lizaking @lisapixie33 @Disney @DisneyChannel whaaaa? I'M excited! Lol 😂
599                                          RT @rachelmakeup73: If @BetsyDeVos was looking for a job at @Starbucks with that interview she wouldnt get it?  If u got kids in public sch…
600                                                                                 RT @Jax_Christian: @tringe @FedEx national hero thank you for standing up to these radical extremists
601                                                   RT @Jainmusic: Can’t wait to perform “Come” on @colbertlateshow ! 1st Feb. on @CBS 11:35p/10:35c xo #Zanaka https://t.co/o4cQu4mm8b
602                                            @Ryanair steward threatening arrest because of complaint of unsanitary conditions and poor service is a dangerous abuse of power #sackenzo
603                                              RT @Reuters: JUST IN: Senate confirms Elaine Chao to run U.S. Transportation Department. https://t.co/BZjhyTuw04 https://t.co/Gk2jpu0Rdv
604                                                               RT @michaeldickson: Iran breaches Nuke deal and tests medium-range ballistic missile | @Reuters https://t.co/3gE6InPdpm
605                                                                  How @lululemon and @adidas use RFID to improve customer experience. https://t.co/yavHmYyBAF #retail @risnewsinsights
606                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
607                                                                       RT @Reuters: Canada shooting suspect rented apartment close to Quebec mosque: neighbors https://t.co/PqxaXq8Itl
608                                              RT @Lrihendry: We have 93 Million unemployed American citizens and @Starbucks offers to hire 10k #Syrianrefugees #BoycottStarbucks #MAGA
609                                                                       RT @Reuters: Canada shooting suspect rented apartment close to Quebec mosque: neighbors https://t.co/PqxaXq8Itl
610                                                                Check out Victoria's Secret The High tie halter bikini bathing suit top 34D NWOT #307653 https://t.co/Ynu7nL9YT4 @eBay
611                                          RT @Nestle: To digital infinity and beyond! How 'moment marketing' helped @KitKat scale new heights: https://t.co/Ba2YEC49wq https://t.co/D…
612                                           RT @Reuters: Warren Buffett says he bought $12 billion of stock after Trump won. More here: https://t.co/Doh57zpobG https://t.co/NCrlbSQo3m
613                                                               Dear @CouncilmanTim we want you to vote YES to cancel Seattle's $3B contract with @WellsFargo #StartWithSeattle #NoDAPL
614                                          RT @Reuters: BREAKING: San Francisco is first city to sue over Trump directive to withhold federal money from sanctuary cities. https://t.c…
615                                                                                                                                            @ReutersBiz @Reuters I bought a hotpocket.
616                                                 @CMRobJohnson We want you to vote YES to cancel Seattle's$3b contract w/ @WellsFargo #startwithseattle #NoDAPL #StandWithStandingRock
617                                                                                                            Check out NICKEL SILVER SILVERPLATED PITCHER https://t.co/kUH8ZUoQtt @eBay
618                                                                                                                                   Damn y'all stay charging fees fuck u @BankofAmerica
619                                          RT @Reuters: BREAKING: San Francisco is first city to sue over Trump directive to withhold federal money from sanctuary cities. https://t.c…
620                                                                  Dear @CouncilmanTim we want you to vote YES to cancel Seattles $3B contract w/ @WellsFargo #startwithseattle #NoDAPL
621                                          RT @joeDmarti: Check out @mattyroze slaying his small screen debut in this @Adobe Check In promotional video https://t.co/8DfMqRm2lO #Adobe…
622                                                           Check out Brand New ✿ 4 Count RealSpace Protective Furniture Sliders 1.25 x 1.25 306-807  https://t.co/duwLfnEA15 via @eBay
623                                                                                                                                  @KDellerman @AdrianYnesRoman @Reuters Also Citizens.
624                                                             Just saw this on Amazon: Funko POP! Buttons - Star Wars Episode 7 - Kylo... for $2.95 https://t.co/WjZSMgQgbI via @amazon
625                                                                 Check out BAGGALLINI Burnt Orange Nylon Crossbody Purse W Yellow Lining Nickel Hardware https://t.co/5lFgufe3Vv @eBay
626                                      RT @FedEx: We have reviewed the matter in Iowa City involving driver Matt Uhrin. He remains a FedEx employee &amp; we have no plans to change h…
627                                                                  Just saw this on Amazon: Funko POP! Buttons - Classic Star Wars - R2D2 for $2.95 https://t.co/Tp9IB33YY9 via @amazon
628                                      RT @FedEx: We have reviewed the matter in Iowa City involving driver Matt Uhrin. He remains a FedEx employee &amp; we have no plans to change h…
629                                                    RT @Reuters: Trump to name U.S. high court pick on Tuesday as Democrats plan fight https://t.co/wSL5fZbvPF https://t.co/vJ63sYaBDQ
630                                          RT @angieblackburn: @RealJamesWoods @Reuters Because Obama was a front man for the Soros machine to disrupt American society. #sorosforpris…
631                                                                                           @xPekeLoL @neymarjr @Gillette Holy fuck... Peke... that is fuckin Neymar... hooooooly shush
632                                                           Just saw this on Amazon: Sid Haig signed Captain Spaulding Funko Pop Fig... for $125.00 https://t.co/Nezf2HV2ph via @amazon
633                                                                                                                                         @Reuters @tarsusingkirk Many more will follow
634                                             Check out 14K Yellow Gold Cross Crucifix Pendant  5.3 Grams  100% REAL GOLD #UniQJewels #Pendant https://t.co/5lbM0w4KRK via @eBay #cross
635                                                                                                                                                @Reuters Omg....Hell is breaking loose
636                                                           Check out JAWS 'Mack The Knife' Singing Dancing Shark Fish Wall Plaque Universal Studios  https://t.co/jeBQpFs8R2 via @eBay
637                                                      Check out H-Accuracy A8 3D Desktop LCD Screen Prusa i3 DIY Self Assembly Printer US PLUG #Anet https://t.co/M9bhtaQDAq via @eBay
638                                                                                                     RT @JeffTitelius: Totally agree @AnnTran_ !! @TripAdvisor https://t.co/v9bTzyPU0H
639                                               @TracyGraham29 @psuba98 @Lawrence @Reuters @POTUS under Obama 67 civilians killed by drone strikes since 2008 its called war people die
640                                                                                                 Its official ...@FloydCountyPoll voters have selected @CocaCola as their #1 softdrink
641                                                     RT @Reuters: Poland's Walesa collaborated with communist secret police: institute https://t.co/l7Ak2IdFLb https://t.co/T6qBJRlXnE
642                                        I'm happy that new #Klossy video has been uploaded.Karlie's goal dance is so cute⚽💃@karliekloss ❤ @adidas #Neverdone https://t.co/0ppZSSCq2P
643                                                       Just saw this on Amazon: 2016 Newest ASUS 15.6 High Performance Prem... by Asus for $263.00 https://t.co/Q00DVz4iHX via @amazon
644                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
645                                              RT @Lrihendry: We have 93 Million unemployed American citizens and @Starbucks offers to hire 10k #Syrianrefugees #BoycottStarbucks #MAGA
646                                          RT @Reuters: BREAKING: San Francisco is first city to sue over Trump directive to withhold federal money from sanctuary cities. https://t.c…
647                                          @Lrihendry @TruckerBobS @Starbucks @DunkinDonuts Dunkin's not much better. Support local/regional coffee shops &gt; @DutchBros in CA for ex.
648                                                         Check out Added Dimensions for Catherines Denim Jacket White Silver 14/16  Business Career  https://t.co/T8oUfSehto via @eBay
649                                          @ATT @swiftiestdreams @taylornation13 @taylorswift13 Yesterday during sunset all I could think of was Taylor. Pleas… https://t.co/c9Klbnfmsk
650                                                                                                               Marshall's Marvelous Shoes Xlibris https://t.co/TbDRD3n1ll via @amazon.
651                                                                                  Vanity Fair Magazine~September 2015~THE STYLE ISSUE~Taylor Swift Cover @eBay https://t.co/wktH9Dl2MM
652                                                  Check out FC BARCELONA SOCCER JERSEY (MENS LARGE) (NEW WITH TAGS) #FCBARCELONA #FC #SOCCER #JERSEY https://t.co/GvDIrO2Ned via @eBay
653                                              RT @Reuters: JUST IN: Senate confirms Elaine Chao to run U.S. Transportation Department. https://t.co/BZjhyTuw04 https://t.co/Gk2jpu0Rdv
654                                                                             So disappointed that the #TeenTitansGo toy @McDonalds is consider a boy happy meal. Unisex people! Unisex
655                                                                                                                                RT @TeeThaGoddess: I'm so fuckin mad at y'all @netflix
656                                          RT @AmericanExpress: Card Members can get #AmexPresale tix to @QueenWillRock + @adamlambert now through 2/2 https://t.co/UParlEJKQ0 https:/…
657                                                     Wow @ATT makes you put phones on installments then charge you a $25 upgrade fee. Why should I have to fund ur Time Warner merger?
658                                                                                                                      Check out my listing on @eBay: https://t.co/odTmC3nKzm via @eBay
659                                                          Check out ELEGANT LONG DETAILED FLOWER 100%  .925 STERLING SILVER FILIGREE RING SIZE 7 #LJ https://t.co/fR2Bx5UvFd via @eBay
660                                          All the more reason to buy more @Starbucks as the crazies forget the other jobs they are creating. Bonus is none of… https://t.co/5iy0pMSbTh
661                                                                                                                      Look what I found on @eBay! https://t.co/FehWKEmpxG via @eBay_UK
662                                                                                                                                  @MarkSimoneNY @DavidPerez728 @Starbucks why not both
663                                                                       RT @pepsi: We’re on the right track 👶!  #5days to #PepsiHalftime. Join the ⌛ with a #FanCountdown 📹 and 👀… 
664                                                                                                                Me and @AdamGropper wearing @adidas jumpsuits. https://t.co/G67IlIg28u
665                                                    Check out Graduated Pearl Necklace Earring Crystal Pendant Brial Wedding Jewellry Set #Unbranded https://t.co/1cgrWJ8qm2 via @eBay
666                                                                                             Iraq will not retaliate against Trump's visa ban: PM https://t.co/RgIRBoJbgz via @Reuters
667                                                   Check out Stunning Zebra Print Calf Hair Expandable Shoulder / Tote Bag by ‘Alfani’ - GUC #Alfani https://t.co/DzaH9VaMzX via @eBay
668                                                                                                                                                           @Reuters Time to go nuclear
669                                  No @Walmart We want you to fail... you had your fun taking from the poor &amp; teaming up w/ #altright &amp;  #China good l… https://t.co/paAmX0SKZt
670                                                                                               RT @Reuters: San Francisco sues Trump over sanctuary city order https://t.co/fXQXO6qX1D
671                                           Just got my daily dose of happiness!! Would love to have this picked up as a series @netflix @AmazonVideo @hulu     https://t.co/xNXuLscBRZ
672                                          @Reuters I really don't get this. Sanctuary cities are against Federal law. State laws cannot override federal laws; how do they hope to win
673                                                                                         Dear @Lisa_Herbold Please vote YES to cancel Seattle’s $3B contract with @WellsFargo  #NoDAPL
674                                          @Lrihendry @Starbucks @DunkinDonuts Short Starbucks (SBUX)! This company clearly does not have it's shareholders in… https://t.co/ntRmhISwhv
675                                          @sankayrob @US521 @EA_1974 @Lrihendry @Starbucks YOU are disrespecting them. PLENTY of us have critical thinking sk… https://t.co/GCiW38VeAh
676                                                     RT @pepsi: Get ready to 💙 💙 💙 this exclusive new look #BTS of @ladygaga rehearsing for #PepsiHalftime! https://t.co/YHihjI9gW6
677                                                          Check out 2015 Star Trek Proof  Silver 2 Coin Set Signed By William Shatner NGC PF70UC ER  https://t.co/EfNxtXToWJ via @eBay
678                                                                                                                   Excited to spend some time on the @Google Campus! #SMX #GoogleDance
679                                                                                   RT @Reuters: EU chair labels Trump a 'threat' as Europeans debate U.S. ties https://t.co/FtSPol7cxh
680                                                                                   RT @Reuters: EU chair labels Trump a 'threat' as Europeans debate U.S. ties https://t.co/FtSPol7cxh
681                                                                             @Reuters Trump's the treat in Europe is he??? Very interest thoughts from the EU. https://t.co/c3ph8n5VQh
682                                                                                   RT @Reuters: EU chair labels Trump a 'threat' as Europeans debate U.S. ties https://t.co/FtSPol7cxh
683                                          RT @Starbucks: @yplanes28 Our intent: Hire 10K refugees over 5 yrs across 75 countries—It’s our mission to support our communities. https:/…
684                                                                                   RT @Reuters: EU chair labels Trump a 'threat' as Europeans debate U.S. ties https://t.co/FtSPol7cxh
685                                                                                                         @Microsoft @Tate fun question. What does it mean to experience human emotion?
686                                                                                                     I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/kK1gSCWr2z
687                                                                                   RT @Reuters: EU chair labels Trump a 'threat' as Europeans debate U.S. ties https://t.co/FtSPol7cxh
688                                                                                   RT @Reuters: EU chair labels Trump a 'threat' as Europeans debate U.S. ties https://t.co/FtSPol7cxh
689                                                #Snorlax Live to Nap #Pokemon Go  #PokemonGo https://t.co/pf8oDwF1f0 …  Via @amazon #babyshower  #holidays #handmade #happynewyear2017
690                                                 RT @loadsofvans: Retweet this post &amp; follow @loadsofvans for a chance to win a £100 @amazon voucher #win #giveaway #competition… 
691                                              @BlueCoatPrimary have been lucky to make it into @Tesco #bagsofhelp for our dengineering project.  Please vote with the tokens in store.
692                                                                RT @Reuters: Gorsuch told he is likely Trump's Supreme Court pick: CNN https://t.co/2V4NwoEyim https://t.co/Hmm31WkVRf
693                                                                                   RT @Reuters: EU chair labels Trump a 'threat' as Europeans debate U.S. ties https://t.co/FtSPol7cxh
694                                                                 Dear @CMRobJohnson we want you to vote YES to cancel Seattle's  $3B contract w/ @WellsFargo #StartWithSeattle #NoDAPL
695                                             Ok gonna go watch @netflix on my @XFINITY! So glad they brought these two together I don't have to logout to watch one or the other!  #Ad
696                                                                       RT @Reuters: Some nations affected by U.S. immigration order may stay on list: official https://t.co/HyHiaOha7w
697                                                                 RT @LavaUnited: SHAME on @Starbucks and Howard Schultz = #UnAmerican  I will NOT Drink it anymore!  #BoycottStarbucks
698                                                                                             Check out *JONES NEW YORK* Brown STYLISH Women's Blouse 18W https://t.co/McgtNtVZYB @eBay
699                                                              @thalesgroup Thales to Supply Instrumentation for Live Combat Training Centres https://t.co/Qdrz7wT3qE #militarytraining
700                                                                                                                                                @Reuters More disinformation from WH ?
701                                          @Exalted_Oreo @sundarpichai @Google Congress questioned FBI and CIA Director's and both stated none of the refugees could be properly vetted
702                                                                                                                             Want to see what hapens when you ask @Audi to send nudes?
703                                          @HomeDepot you won't install my washer/dryer bc the $20 stacking kit came from @Lowes? your driver just left with my dryer w/out my consent.
704                                              Check out SAMI &amp; JO Shirt Blouse Plus 1X Sheer Colorblock Floral Womens Sleeveless #SamiJo #Blouse https://t.co/A2C9X3O1t0 via @eBay
705                                                                 5x7 JUMBO ~ OUR WEDDING DAY Portrait Picture Frame ~ Laser Cream Marble Mat wi... https://t.co/U9PxoCosK6 via @amazon
706                                          @comcast @MDamiani_  Seriously disappointed. What will you do to make it right and keep us as customers?? #shitshow #screwed #fuckingannoyed
707                                                       RT @RedMeatMonday: #BoycottStarbucks  @Starbucks then donate to @realDonaldTrump @potus https://t.co/oXspgSVLGV #AmericaFirst… 
708                                       RT @RealDrGina: One more tip...❄️Why not forego ur bitter @Starbucks &amp; donate $5 to a charity who saves women/children/gays frm brutality o…
709                                                         Check out Set/ 2 Vintage Style Bethany Lowe Easter Bunny/Rabbit Wooden Dummy Board w/Easel  https://t.co/DK36fWHLse via @eBay
710                                          RT @Lrihendry: Why would a coffee shop get political and risk losing half of their business? STUPID! @Starbucks #boycottstarbucks BUY @Dunk…
711                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
712                                                   RT @justinbieber: #AmexPresale for #PurposeTour stadiums up now thru 12/8 for @AmericanExpress Card Members https://t.co/XAS9DG0m58
713                                                                                      How Russia sold its oil jewel: without saying who bought it https://t.co/t5JZdrBiar via @Reuters
714                                         RT @VukeHealth: #Giveaway Retweet for your chance to win #Playstation 4 Slim 500GB   👉 https://t.co/B9Vb3qcsRu  via @amazon #AmazonGiveaway…
715                                          RT @Tom51569517: @ptc54 @Reuters We all need each other to be honest. Europe/USA Alliance has been the most successful in history and needs…
716                                                  What the fuck has this update just done to my mailbox layout @Apple ? Can't you just leave things the fuck alone you big nerdy dick.
717                                                                                   RT @Reuters: EU chair labels Trump a 'threat' as Europeans debate U.S. ties https://t.co/FtSPol7cxh
718                                                                   How to Transform Your Idea into an @AppExchange App https://t.co/PhNaaU0Bcn via @salesforce https://t.co/RBbM5ilEyA
719                                              RT @nbcbayarea: Massive protest @Google to protest President Trump's immigration orders. https://t.co/vPon8Qkamf https://t.co/6KqXpgvLiz
720                                                                RT @Reuters: Gorsuch told he is likely Trump's Supreme Court pick: CNN https://t.co/2V4NwoEyim https://t.co/Hmm31WkVRf
721                                                                                                                                       Guess I'm swapping from @facebook to @Twitter !
722                                               RT @greeneyes0084: 🚨Breaking: @Starbucks will be changing it's name to Refugeebucks to honor the people taking jobs from Americans..… 
723                                                                               @Michilin @Reuters we can't help that the world both loves us and or hate us get backbone lead your own
724                                               First up: Wonder Woman 12oz Double Wall Ceramic Travel Mug  Silicone Lid Red &amp; Yellow New #Vandor https://t.co/HSjP6LnfxD via @eBay
725                                                               RT @Reuters: UPDATE: Trump says he will be announcing a Supreme Court nominee he thinks 'everybody will be proud of.'… 
726                                           RT @deann_native: #FREE Beyond the Night by Colleen Gleason https://t.co/GXIcyFq7LC via @amazon #ASMSG #BOOKPLUGS #BOOKBOOST #ITRTG #IARTG…
727                                            For Valentine's Day: Art Glass Red Pink Bird Paperweight Unsigned 2 1/2 Inches Tall Multicolor #Unsigned https://t.co/6gQJ4lcIHL via @eBay
728                                                     @RepDonBeyer @TerryMcAuliffe @arlingtondems @VA8thCDDems @vaELECT @FBI @facebook @WashPostVA @InsideNoVA… https://t.co/gbM0WRdOHP
729                                                 #Cuomo is WORTHLESS: New York governor calls for amending state constitution for abortion rights https://t.co/ToPo4f46CU via @Reuters
730                                              Supernatural Dean Winchester leather jacket https://t.co/NspXP9zFWU via @eBay Convention of States Y Combinator Soldier Field #Obamacare
731                                                                                                                                  @revivalholy @facebook well annoying on #DeadlineDay
732                                               I've just sent a thank you e-mail to the CEO of @amazon thanking him for taking legal action against Trump's #musilmban. Well done him.
733                                                          Waiting for an online @Apple help chat to start - been 'about two minutes' until it does so for roughly the last fifteen....
734                                                    I will never not share this☕ 💕 @Starbucks @Starbucksnews  #StarbucksForLife #Starbucks #boycottStarbucks https://t.co/mGUnpaU5O4
735                                          RT @Reuters: BREAKING: San Francisco is first city to sue over Trump directive to withhold federal money from sanctuary cities. https://t.c…
736                                          RT @PWorld1408: @Reuters I really don't get this. Sanctuary cities are against Federal law. State laws cannot override federal laws; how do…
737                                                         Check out HDE E336 Waterproof Rear Vehicle Backup Camera With 170 degree Viewing Angle #HDE https://t.co/nN7T6cEeDO via @eBay
738                                                                                RT @xPekeLoL: thanks a lot! Proud to be part of the team!!! 😎 @neymarjr @Gillette #pursuitofprecision
739                                                                                  @kroger @TwoPeasandPod @theMotherhood do we need to RSVP for the #GameDayGreats party? Thank you! :)
740                                                                                                                         Look what I found on @eBay! https://t.co/yYhNhfg907 via @eBay
741                                          RT @dschulz20284: @vvega500 @StarSyker @odemevol13 @DRUDGE_REPORT @SAI @Google Coming to a America is a privilege not a right!  We are a co…
742                                                                                                 How to take the chaos out of cloud https://t.co/pXCop1TgQf feat. @billnesheim @Oracle
743                                                                                                                Check out EPOCH GLACIAL MARINE MUD MASK  https://t.co/OhKtUaNMcb @eBay
744                                                                                                                                         @t_money1616 I was....but now @Starbucks 😂😂
745                                                Check out #WhiteHouseBlackMarket #Taffetadress High-Low Dress Size 4 New With Tags  #AsymmetricalHem https://t.co/XlqUX9VuNu via @eBay
746                                                             Check out 1974-76 FLORIDA OFFICIAL GOVERNOR'S MEDALLION BICENTENNIAL SILVER LIMITED ED  https://t.co/HPxg0q8Fha via @eBay
747                                          RT @Reuters: Track Trump's actions over his first 100 days in office. More from Day 12 here: https://t.co/0VGdcnfqaw https://t.co/J0AQcxVgGw
748                                                                                                 @Reuters Only decent thing he's done so far.  Batting average pretty pathetic so far.
749                                                RT @Kimbagirl4u: Great option over #BoycottStarbucks assuming @McDonalds keeps their mouth shut re politics understanding majority o… 
750                                                                         Just saw this on Amazon: The World at War [Blu-ray] by Various for $37.99 https://t.co/IEzoqlIvpY via @amazon
751                                                         RT @netflix: Feeling the love this month. Here are a few of the things coming to Netflix in February. https://t.co/mE0PiKPRSk
752                                                                                                                                @FedEx #AirandGround #Johnson David Johnson is a tank!
753                                                          RT @E9Catholic: You can also follow us on @facebook here: https://t.co/KFDmAc4xvN #Catholic #Hackney https://t.co/lEDrl0Tz6i
754                                                                                                 @greeneyes0084 @HarveyStaub1 @Starbucks And millions just stopped buying their swill.
755                                          @madebygoogle @GooglePlayMusic @verizon at least it's better than AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
756                                                          RT @map2271: It #Soldout ! Check out my other cool items in my @eBay  store! https://t.co/817Y1RMBE4 https://t.co/YqjRUQAa4k
757                                           RT @NachoBidnith: Leftist don't care that CEO Howard Schultz is a fellow traveler &amp; still break @Starbucks windows. I have no sympath… 
758                                                     Check out WILDFOX COUTURE Flags &amp; Stars Contrast Reversible Bikini Swim Bottoms P/S -  NWT  https://t.co/4DwTX7gXGM via @eBay
759                                                            RT @Reuters: France's Fillon and his wife questioned in 'fake work' probe: https://t.co/6Ng39kM6H6 https://t.co/zxDoukPkpi
760                                                                                                                               RT @andreaggarcia7: i need help can you guys dm me @ATT
761                                                                                          @L337I57 @Starbucks I've bought my last Starbucks coffee. Plenty of other choices out there.
762                                          RT @Reuters: BREAKING: San Francisco is first city to sue over Trump directive to withhold federal money from sanctuary cities. https://t.c…
763                                           @adidasMeg now what do I have to do to get some cardinal or maroon ultra boost or NMD? I'm trying to rep @adidas and Troy at the same time!
764                                          RT @Disney: Rediscover the timeless tale of #BeautyAndTheBeast March 17. Tickets are now available: https://t.co/S6wwuIfygP https://t.co/uY…
765                                                                                          @Apple i have connected my iPad to my computer and.... https://t.co/v0MubLGwHD THANKS @Apple
766                                                                                 @ShariBIsBack @Starbucks @dunnbroscoffees i love walking into the micro-roasting shops. so much charm
767                                                         Check out Vtg Rockabilly Psychobilly 1996 THE REVEREND HORTON HEAT Concert Tour T-Shirt XL  https://t.co/hb3jNykWPp via @eBay
768                                                                                                                                        @netflix When it comes down vikings season 4 ?
769                                                                                                          Lucca (Made Men Book 4) by Sarah Brianne https://t.co/2mEtVgBhuJ via @amazon
770                                                    Check out Dark Brown Thick Leather Suede Lined Cross Body Handbags Purse Brass Hardware #NoBrand https://t.co/RV59ny4vf5 via @eBay
771                                                            RT @21CF: 21CF internal memo from Executive Chairman Lachlan Murdoch and CEO James Murdoch on U.S. immigration policies:… 
772                                                                                    Warren Buffett: I bought $12 billion of stock after Trump won https://t.co/6bVnhVksZE via @Reuters
773                                                                                   RT @Reuters: EU chair labels Trump a 'threat' as Europeans debate U.S. ties https://t.co/FtSPol7cxh
774                                                          Check out JBHW 310C #Car Kit #Bluetooth #HandsFree #Kit Box System Universal Work #2 #JBHW https://t.co/kWLGRLJaTG via @eBay
775                                          RT @Disney: Rediscover the timeless tale of #BeautyAndTheBeast March 17. Tickets are now available: https://t.co/S6wwuIfygP https://t.co/uY…
776                                                         @WellsFargo @Xero  Don't Don't. WF took my mom's money. Mom died and I can't get it back. Months have gone by. Empty promises
777                                                                               Check out NWT Mens 550 Levi's Relaxed Fit 5 Pocket Denim Jeans Sz 40 X 34 https://t.co/Iq8ytvRadO @eBay
778                                                      Check out Charlotte Russe Woman's Black/Gray/White Design w/ Gems Shirt Size M #CharlotteRusse https://t.co/kGE1PBFgiK via @eBay
779                                          RT @Lrihendry: Why would a coffee shop get political and risk losing half of their business? STUPID! @Starbucks #boycottstarbucks BUY @Dunk…
780                                                                                                                            @tarastrong @facebook FUCK DRUMPF AND FUCK WHITE PEOPLE!!!
781                                                         RT @ShawnMendes: Go to @Walmart to get an Illuminate special edition with a secret limited cover and guitar pick inside! 😊… 
782                                                                                                                                    @LouiseMensch @21CF Huh. they created the monster.
783                                                                                                                                   @IfHillaryHad @theroots @Starbucks Iiiiii hate this
784                                                                            Chinese billionaire whereabouts a mystery but denies abduction: media https://t.co/jCnPJpImVm via @Reuters
785                                                                                                                                             @cwtvd @mkmalarkey @ATT love you Michael!
786                                                          RT @Disney: .@TheMandyMoore and @ZacharyLevi shine in Tangled Before Ever After March 10 and #TangledTheSeries March 24 on… 
787                                                                      RT @Reuters: San Francisco sues Trump over sanctuary city order: https://t.co/97vHn4oRD7 https://t.co/RpnWT7jQCe
788                                                                  Nurse Infinity Charm Bracelet Jewelry - Nurse Gifts Accessories - Nurse Jewel... https://t.co/6HT0VNgygV via @amazon
789                                                      RT @RedCook36: @MaestroClaudio @aslmilf @bblingbling7 @ThePervCity @ATT My father worked 4 AT&amp;T but his service was Verizon.
790                                                                                                 RT @Nike: Everyone loves an underdog. @rogerfederer #justdoit https://t.co/jAbm1aSKvu
791                                          #7countryban WORKS @SenSchumer @ShepNewsTeam #ChrisWallace @ChuckTodd @CNN @MSNBC @NBC @CBS @ABCPolitics You either… https://t.co/iDr0JQJEMw
792                                                                      RT @Reuters: San Francisco sues Trump over sanctuary city order: https://t.co/97vHn4oRD7 https://t.co/RpnWT7jQCe
793                                          RT @Disney: Rediscover the timeless tale of #BeautyAndTheBeast March 17. Tickets are now available: https://t.co/S6wwuIfygP https://t.co/uY…
794                                                                                                                  @MajorJerk @Starbucks @TheNickGeller lol dude I think you can't read
795                                                                                            RT @Reuters: Iraq will not retaliate against Trump's visa ban - PM https://t.co/J8xp6LKy6S
796                                                              @DavidPollack7 @Reuters I'm sure they are.  There's no party when you lose your drinking water and no one will help you.
797                                                                      RT @Reuters: San Francisco sues Trump over sanctuary city order: https://t.co/97vHn4oRD7 https://t.co/RpnWT7jQCe
798                                                           @ATT @ATTCares @taylornation13 hi is there someone I can speak to about the concert on Saturday? I've won but have an issue
799                                                                   Authentic DOLCE &amp; GABBANA RUNWAY Sport Coat Blazer Black Size 42 44R $800.00  https://t.co/tFYmOFUzXQ via @eBay
800                                              RT @mattheus75: We want answers. Bring Dallas back on TV 🎬 @CBS @warnerbrostv @ABCNetwork @TheCW @FOXTV @AntennaTV @ #WhereAreTheEwings
801                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
802                                                                                                    I just checked in @Nike with #mPLUSPlaces Download today!  https://t.co/NH9VQI1IsX
803                                          RT @Disney: Rediscover the timeless tale of #BeautyAndTheBeast March 17. Tickets are now available: https://t.co/S6wwuIfygP https://t.co/uY…
804                                                              @amazon . I have cancelled my Prime membership. You have espoused your political views which alienates half the country.
805                                           RT @nitinsfdc: If you want to share your @Dreamforce Experience with @salesforce Community. Then let's put your name in #DreamforceDiaries…
806                                                                  12x16 ~ Baby's First Year Photo/Picture Collage Frame ~ Baby's 1st Year Pictu... https://t.co/gemBljb7lD via @amazon
807                                                          RT @Hotelogix: We're about to commence our Webinar on Maximizing Reviews on @TripAdvisor ! join us https://t.co/u2vnvItlQV… 
808                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
809                                                                                         @StephB_Pi the @Raspberry_Pi @Oracle #weatherstation is getting weather values @SabinePassISD
810                                                    Check out Polo Ralph Lauren Little Boys' Oxford Toggle Hoodie Jacket Size 4 #RalphLauren #Hoodie https://t.co/GpE43ZXmBw via @eBay
811                                                    Check out HIGHTECH MOTOROLA SLEEK DESIGN CORDLESS PHONES 2 TWO WIRELESS HANDSETS P1002 #Motorola https://t.co/ojJlWoe08z via @eBay
812                                            I'm waiting to have my fin hacked off then @FedEx will ship my body parts far away from me  #StopShippingSharkFin  https://t.co/pyHgm0S0GO
813                                                                            RT @amazon: We're talking to author @tferriss about his new book #ToolsOfTitans 📚 https://t.co/pFHkGChfQ9
814                                          RT @HeatherMorrisTV: So proud of @Google @Starbucks @Airbnb and @amazon 4 taking such an important stance during this time. Stories that ma…
815                                                    Check out 1st QLTY FUNCTIONAL LIFESIZE HUMAN SHOULDER JOINT ANATOMICAL MODEL w/LIGAMENTS #APPLAM https://t.co/5UZBS71bSN via @eBay
816                                                  Check out Professional Med Grade High Quality Classic Colored Anatomical Human Skull Model #APPLAM https://t.co/zgtQpYsCfK via @eBay
817                                                 I support @Starbucks ... People are ignorant and can't figure out the details (5 year plan across the globe). https://t.co/RDys0uxNUY
818                                                                                                                                                 @Reuters oh well resign we don't care
819                                                                                                                         Check out nu skin moisture mist https://t.co/WCM4UPtUq9 @eBay
820                                                                      @CouncilmanTim we want you to vote YES to cancel Seattle's $3B contract w/ @WellsFargo #StartWithSeattle #NoDAPL
821                                                          Check out  Far Side Coffee Mug Gary Larsen BUMMER OF A BIRTHMARK HAL Deer Hunting 1986 #Oz https://t.co/WYrLF0VCXX via @eBay
822                                          RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
823                                               @AxaMonitor @stevenmayhew1 @CBS @startrekcbs @Axanarfilm I found it on an Eaves post from even earlier in 2009: https://t.co/9aOj3ahe6h
824                                                          #THEITCROWD ELTON JOHN T-SHIRT IRON ON VINTAGE 70s VINYL HEAT TRANSFER CONCERT TOUR PIANO  https://t.co/DtleGI4PAf via @eBay
825                                          RT @HeatherMorrisTV: So proud of @Google @Starbucks @Airbnb and @amazon 4 taking such an important stance during this time. Stories that ma…
826                                                                       RT @pepsi: We’re on the right track 👶!  #5days to #PepsiHalftime. Join the ⌛ with a #FanCountdown 📹 and 👀… 
827                                                                                  RT @marthaperez0609: Broken Heart: Broken Pieces by Martha Perez https://t.co/ZHvRS0elOJ via @amazon
828                                                                                 @Reuters these are all obama holdovers who should be fired. they'll be gone once we get rex in there!
829                                                                 RT @Lizzie_Chantree: Toxic Minds by Gordon Bickerstaff https://t.co/9DiP2OhzhR via @amazon @ADPase #thriller #mystery
830                                          RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
831                                                      @greeneyes0084 @michaelkeyes @Starbucks where's the diversity? I don't see white people! Oh we don't count anymore that's right.
832                                                               Check out Robin Williams Live At The MET OOP Vestron Video VHS 1986 Stand-up Comedy   https://t.co/WcrZ3iovVc via @eBay
833                                                                                   RT @Reuters: About 900 State Department officials sign dissent memo: source https://t.co/zu0dEj3wpL
834                                            RT @doubleceandj: Check out Dogtra Advanced 3/4 Mile Remote Trainer With Carrying Case 2 Yr Limited Warrenty https://t.co/4NgjsREBm1 @eBay
835                                                                                   RT @Reuters: About 900 State Department officials sign dissent memo: source https://t.co/zu0dEj3wpL
836                                              RT @RonnieLewis4: Check out Vintage Ucagco Pair of Candle Holders Birds Eggs Pink Gold White Ceramics  https://t.co/ZgBhg1yRoE via @eBay
837                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
838                                          RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
839                                                 @Starbucks @Starbucksnews Why don't you hire AMERICANS looking for jobs? this is disgusting to us and we wil… https://t.co/k3Bg5Lqgft
840                                                    Check out Oversized Celebrity Style Square VINTAGE RETRO SEXY Style SUNGLASSES Trending  #Square https://t.co/UA5htmKuHH via @eBay
841                                          RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
842                                                                 next person to call me snowflake when they support the boycott on @Starbucks is gonna know just how savage I can get.
843                                          RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
844                                                                                        @Lrihendry @Starbucks Will not buy anything else from Starbucks. Nasty https://t.co/9O34UnqMSA
845                                            @Reuters See folks globalist just change strategy from investing in failing America (easy) to investing in successful America(hard)! EVIL!
846                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
847                                          RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
848                                                                 RT @Hua1995Xxii: Check out Supreme 3M Reflective Repeat Taped Seam Jacket Red Medium Sz https://t.co/oIFkRXsG9c @eBay
849                                                                                   RT @Reuters: About 900 State Department officials sign dissent memo: source https://t.co/zu0dEj3wpL
850                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
851                                                                                       @ReutersOpinion @Reuters @taniakaras what did it taste like when you licked one of their asses?
852                                          RT @Disney: Rediscover the timeless tale of #BeautyAndTheBeast March 17. Tickets are now available: https://t.co/S6wwuIfygP https://t.co/uY…
853                                                                                   RT @Reuters: About 900 State Department officials sign dissent memo: source https://t.co/zu0dEj3wpL
854                                                                                RT @mtt516: Debbie Mumm Embroidered Sheet Set Twin Hot Cocoa Snowman https://t.co/5SIdSM5exD via @eBay
855                                                                                                                                                               @Reuters Goid for them!
856                                                   Check out USMC Tie Clip with Eagle Globe and Anchor by Hilborn &amp; Hamburger #HillbornHamburger https://t.co/5ebTiMe9q1 via @eBay
857                                                                 RT @JerseyBabes: Check out Xbox Xbox 360 Burger King Pocketbike Racer Video Game Sealed https://t.co/5b7f6lAfvm @eBay
858                                                                                                                                      @MoeBandyMusic @eBay how many hats you have Moe.
859                                          RT @Lrihendry: Why would a coffee shop get political and risk losing half of their business? STUPID! @Starbucks #boycottstarbucks BUY @Dunk…
860                                                                  A Big Kiss for You Valentines Day Gift and Care Package Gift Basket Dropshipp... https://t.co/6rAajz7TaG via @amazon
861                                                                                   RT @Reuters: About 900 State Department officials sign dissent memo: source https://t.co/zu0dEj3wpL
862                                                  RT @999Vincat: @netflix #BATB  #NetflixSaveBatB Please consider beasties want this show as part of your original schedule.... what… 
863                                                      @JulianDApostate @2ndTierFan @Reuters It is illegal to fire them for using the dissent pipeline. That's what it was created for.
864                                                 @netflix Onscreen chemistry between #BatB leads Kristin Kreuk &amp; Jay Ryan is pure magic! #NetflixSaveBatB… https://t.co/Lle004VeIt
865                                                            RT @ops_pal: #ShameOnGoogleMaps dear @Google just a reminder for you (from the river to the sea #Palestine will be free)… 
866                                        RT @kris_dera: Pls @netflix don't break my heart 💔 consider the idea to add #BATB as Ur original programm.🙏 #NetflixSaveBatb https://t.co/R…
867                                                                                            Check out Budget Dapper Dan Torso Fourteen Parts #APPLAM https://t.co/J66gC3JbbU via @eBay
868                                                Beauty and the Beast has a great global FANmily! We would love to see more #BatB Please @netflix give us that chance! #NetflixSaveBatB
869                                           Francisco Lindor #2014 Bowman Sterling AUTO/RC #Cleveland #Indians https://t.co/9EzddDTgZR @eBay #CLEVELAND #Definitely in the #House⚾⚾⚾
870                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
871                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
872                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
873                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
874                                                                                                                             RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
875                                                         Watch @dayzerotv on @amazon at https://t.co/xoMvRi6H5d - More unique than The Walking Dead! https://t.co/AaEUCO8UDK #giveaway
876                                                                                                                                this would be clutch  @netflix https://t.co/5baoUUpQw4
877                                                              Check out Austin Meadows #2014 Bowman Sterling AUTO/RC #Pittsburgh #Pirates #MLB https://t.co/E2GHAYwEWh @eBay #PA⚾⚾⚾
878                                                  RT @kris_dera: Pls @netflix @NetflixIT save our beloved beast💖 Give him a new home ❤ #NetflixSaveBatb #BATB https://t.co/upyyzk0F66
879                                                        RT @SandyAvila37: @netflix Pls make #BATB yours and continue VinCat´s magical journey #NetflixSaveBatB https://t.co/aKmjtg3mui
880                                                         @netflix #BATB  Adding this show to your original programming would make fans go completely berserk.… https://t.co/hF5HiEEINm
881                                                                                                                             RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
882                                                          Check out Crime Beat: A Decade of Covering Cops and Killers by Michael Connelly 2006 Book  https://t.co/ymiIq8Et4N via @eBay
883                                                                                                                             RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
884                                           RT @57Veronica: @netflix @NetflixNL We watched a great S4 of Beauty and the Beast! It would be awesome if you could bring #BatB S5! Please…
885                                                         RT @netflix: Feeling the love this month. Here are a few of the things coming to Netflix in February. https://t.co/mE0PiKPRSk
886                                          RT @57Veronica: @netflix 4 times PCA winner Beauty and the Beast deserves more seasons! Please give fan favorite #BatB a new home! #Netflix…
887                                          RT @whatsurhurry: @amazon @johnnyrandle Amazon needs to take refugees from terror states home to meet the family and stay. Then they can ta…
888                                                                                                                             RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
889                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
890                                                                                                                                 @DonnieWahlberg @HomeDepot @Target @Petco love Lumpy❤
891                                          RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
892                                      .@realDonaldTrump tech relations sour over #ImmigrationBan at @Google @TeslaMotors @Amazon @Apple &amp; more https://t.co/Ngqj0bdzQ2 @seanspicer
893                                            RT @creatorsarea: Healthy Hair Vitamins 60 Day Supply MD Formulated HSN-23 Hair Skin &amp; Nails Vi... https://t.co/XZ15twkTp5 via @amazon
894                                         RT @kris_dera: Pls @netflix @NetflixIT open the doors of Ur Network to this amazing show ❤ save #BATB 👉 #NetflixSaveBatb https://t.co/PGdhK…
895                                            Beasties worldwide are asking more seasons 4 #BATB Pls @netflix add it as UR original programming #NetflixSaveBatb https://t.co/FDrGa5fQ9p
896                                                                  @netflix Need some original programming .... then #BatB is the show for you #NetflixSaveBatB https://t.co/bYdCBbsoxQ
897                                        RT @kris_dera: Everything is possible when beasties fight 2gether 💪❤ Pls @netflix add #BATB as Ur programm.🙏 #NetflixSaveBatb https://t.co/…
898                                                   RT @pscoordsen13: @netflix because of our love for #BatB we keep believing and hope you will continue this gem as your own series… 
899                                                                         @netflix @NetflixIT  Please keep #BATB safe as your original program #NetflixSaveBatB https://t.co/XfAUOrk1bZ
900                                                                                                                             RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
901                                                              RT @davidalexander5: U.S. ambassador to U.N. says Iran missile test is unacceptable https://t.co/nnCJChKROH via @Reuters
902                                          RT @barbara81483929: @netflix @NetflixIT  Please add this amazing show #BATB to your original programming #NetflixSaveBatB https://t.co/hOW…
903                                           RT @Reuters: Warren Buffett says he bought $12 billion of stock after Trump won. More here: https://t.co/bj1hoReru6 https://t.co/zCefdOC1ms
904                                               RT @greeneyes0084: 🚨Breaking: @Starbucks will be changing it's name to Refugeebucks to honor the people taking jobs from Americans..… 
905                                                                                       RT @FoxBusiness: Is voice search an opportunity or a threat to @Google? https://t.co/WOUYPAsZw0
906                                         RT @barbara81483929: Pls @netflix make our dream come true ❤ add #BATB as your original programming 💖  #NetflixSaveBatb https://t.co/3BBya7…
907                                                                     RT @UvKLvr47: About 900 State Department officials sign dissent memo: source https://t.co/RZPbj0fuBI via @Reuters
908                                                             Check out Peyton Manning 1998 Bowman's Best #BP1 RC #Colts #Broncos #NFL #Vols https://t.co/mWwCT3SFZM @eBay 🏈🏈🏈🏈🏈🏈
909                                                                                                                             RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
910                                          @dschulz20284 @vvega500 @odemevol13 @DRUDGE_REPORT @SAI @Google @immcouncil Legal migration with the educated who h… https://t.co/ClHfSXnlzV
911                                                         @Molon_Labe_Libs fuck Starbucks's drink @TimHortonsUS or brew your own. I just banned @Starbucks k cups for my coffee machine
912                                                       RT @pscoordsen13: @netflix Beasties do not want to think this is the last of #BatB Pls #NetflixSaveBatB https://t.co/BzWnRv3KG2
913                                                                                                                               @mewittler @Reuters Racist Weak https://t.co/jrQiQJSo9V
914                                          RT @KripTix_Hazard: We need better internet providers in Lindsay CA like @XFINITY @GetSpectrum @ATT our provider @FrontierCorp isn't giving…
915                                                                             RT @Reuters: Exclusive: Trump's travel ban polarizes America - Reuters/Ipsos poll https://t.co/p0Em2BS5a0
916                                                                                             Check out Miniwear Pink Skirt Size 6-9 Months #Miniwear https://t.co/ZpZ02Ox6qY via @eBay
917                                                                                   RT @Reuters: EU chair labels Trump a 'threat' as Europeans debate U.S. ties https://t.co/FtSPol7cxh
918                                                                                                                                                           Superb @BMW @denham_nursery
919                                                                                                                                   @ATT I can't figure out how to DM you. Help please!
920                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
921                                                                             RT @Reuters: Exclusive: Trump's travel ban polarizes America - Reuters/Ipsos poll https://t.co/p0Em2BS5a0
922                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
923                                                             RT @Couponmamacita: Disney #pinocchio Blu-Ray Combo Pack Available TODAY! #PinocchioBluRay @Disney check out my #review… 
924                                          @netflix We never get enough of watching our favorite show! Please continue #BatB and give us more seasons to enjoy… https://t.co/Z9sLnshEH7
925                                    RT @kris_dera: I close my eyes &amp; dream every day my beloved fairytale😍Pls @netflix add #BATB as Ur original progr🙏 #NetflixSaveBatb https:/…
926                                      RT @KevinSerfas: All the canola oil used at every @McDonalds in N America is grown &amp; crushed in Canada. 3.3Million MT over past 10 years. #…
927                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
928                                                                 RT @YourSubmission: 2 Vintage Navajo sterling silver twisted rope cuff bracelets.   https://t.co/yDQcAqbqU2 via @eBay
929                                                 Check out  KSL Women's 18W Purple Floral 2pc Tank Dress &amp; Slit Short Sleeve Top Jacket EUC #KSL https://t.co/s3TSteUqTB via @eBay
930                                  @2ndTierFan @JulianDApostate @Reuters To you &amp; those with your mindset &amp; heart. Not to me. And don't bother sending me insults to convert me
931                                                  All major brands who feel the same as @Nike @Google and @lyft need to join the resistance. The deplorables can't boycott everything.
932                                                               RT @999Vincat: @netflix #BATB  Beasties are awesome fans that know the story possibilities are endless #NetflixSaveBatB
933                                                                                   @Reuters @POTUS why Europe labels us a threat next to china and North Korea is absolutely baseless.
934                                              RT @999Vincat: @netflix #BATB  Our true Happily Ever After is if the the story continued anew.  #NetflixSaveBatB https://t.co/r8UseAk3vp
935                                               RT @ofcgeek3: @netflix #BATB  #NetflixSaveBatB With this show you inherit loyalty &amp; passion fm fans..It has won 4 People's Choice… 
936                                          RT @Reuters: EXCLUSIVE: 49 percent of Americans agree with Trump's travel ban - Reuters/Ipsos poll. https://t.co/Dcq1Qp76NK https://t.co/RS…
937                                          RT @Reuters: EXCLUSIVE: 49 percent of Americans agree with Trump's travel ban - Reuters/Ipsos poll. https://t.co/Dcq1Qp76NK https://t.co/RS…
938                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
939                                                       Utah T-mobile used to be good (about 7MB data) now it's 0.7 MB for LTE. what is it all about? @JohnLegere @TMobile #TMobileslow
940                                                            How awesome would it be if @Google shut everything they have down/off for a day in #protest?  It would be amazing! #resist
941                                          RT @57Veronica: @netflix We love #BatB Beauty and the Beast! That's why we ask you to add this amazing show to your original programming! #…
942                                                         Check out New Vintage Telogreika Padded jacket USSR Size 2 3 4 S M L VALENTINE'S GIFT IDEA  https://t.co/gQw0LPuyDv via @eBay
943                                        RT @kris_dera: #BATB deserves more&amp;more seasons ❤❤ Pls @netflix add it as Ur original programm.🙏 #NetflixSaveBatb https://t.co/2VZGHhl0tf
944                                           Just saw this on Amazon: Kerry Washington 24X36 New Printed Poster R... by The Night's Watch for $24.49 https://t.co/oSCrjTfD0A via @amazon
945                                                                        @netflix #BATB  Adding this show to your original programming would make fans so happy 😬😬😬 #NetflixSaveBatB
946                                                    @Ebminor @AmazonUK @AmazonHelp @amazon shocked by the fact that they hung up on you after nearly a 2 hour call with no resolution!
947                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
948                                                     Check out SOFTSPOTS Slip On Clogs Womens Sz 6.5 M Tan Brown Leather Fur Wedge Shoes  #Softspots https://t.co/vIcMdEPGSA via @eBay
949                                                                                                                   @Audi @robdahm you know what you need to do https://t.co/0RZjMgK7Hj
950                                           RT @pamcoordsen: @netflix No other show has kisses like #BatB VinCat kisses...a viewer favorite 😍 #NetflixSaveBatB https://t.co/IoYABg4BD1
951                                               RT @57Veronica2: @netflix @NetflixNL Talking about dedicated! Look at those 4 consecutive PCA's that #BatB won! Please #NetflixSaveBatB
952                                                                                                                           RT @Disney: Forever sweethearts. 💕 https://t.co/lVlVqkpF7A
953                                                   Check out White Stag Woman's Blue w/ Multi Color Floral Nightgown Size M (8/10) #WhiteStag #Gowns https://t.co/gw5rDCfw65 via @eBay
954                                                                                   Check out New Lego Star Wars TIE Advanced vs A-Wing Starfighter 75150 https://t.co/YtKKD8bm4Y @eBay
955                                          RT @emmaleebakes: @McDonalds I am still super sad/mad about the jalapeño burger!Bring it back! The only way to make lunch great again! http…
956                                                                              @TMobile I'm going to switch to T mobile today- is it better to cancel sprint before or after switching?
957                                                                           @markwonderful @LisaCreuzer @Starbucks @aplusk another reason to boycott Starbucks. https://t.co/3STk7FdadX
958                                                                                                                             RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
959                                                          Check out  NATE BERKUS  TM File Folders- Chemises A Dossiers Factory Sealed Package of 12  https://t.co/R9zqpol1EO via @eBay
960                                         RT @SAGawards: .@Stranger_Things takes home the SAG Award for Ensemble in a Drama Series! @Stranger_Things @netflix #sagawards🎭 https://t.c…
961                                          RT @SandyAvila37: @netflix @NetflixDE We see a future for #BATB with you! Pls add our Gem to your original program #NetflixSaveBatB https:/…
962                                          @FoxBusiness @amazon How sad is it when companies likeAmazon cann't function with out people from these7 countries?How incompetent are they?
963                                                                                                                             RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
964                                          RT @pamcoordsen: @netflix we are dreaming of more seasons 4 #BatB pls make our dreams come true~make it UR Orig prog #NetflixSaveBatB https…
965                                                                                               RT @Reuters: San Francisco sues Trump over sanctuary city order https://t.co/fXQXO6qX1D
966                                                                           RT @CieloChulacielo: @netflix  All we want to watch and re watch is # BatB and that is all #NetflixSaveBatB
967                                          RT @thefamewarrior: I'm fucking tired of this shit. During 5 years she proved she won't work with y'all @Sony. Just let the girl go already…
968                                                RT @footlocker: The @adidas Ultra Boost 3.0 'Oreo'. Available here tomorrow. | Stores: https://t.co/MeC16XnLFi https://t.co/5lthmb9WUi
969                                                                                                                             RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
970                                                                                        @VinessaShaw is outstanding in her portrayal of Dr. Jane Mathis in #Clinicalmovie on @netflix.
971                                                                                                                             RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
972                                          RT @57Veronica2: 4 times PCA winner Beauty and the Beast deserves more seasons! Please @netflix give fan favorite #BatB a new home! #Netfli…
973                                                    @Codyire @SenatorIsakson @georgiapol_com @Reuters GOP is going to gut the EPA &amp; regulations. Frackers delight is coming to GA.
974                                                         Watch @dayzerotv on @amazon at https://t.co/Nn1AHAykvb - More unique than The Walking Dead! https://t.co/iXNUYIuZ2J #giveaway
975                                                                                                                                             Thanks @Google 🙂 https://t.co/kmKAP9g51H
976                                              @jasonlewis995 @lee_ardis @slaprupheg @Reuters These people serve their country all over the world &amp; you make a statement like that!
977                                                RT @footlocker: The @adidas Ultra Boost 3.0 'Oreo'. Available here tomorrow. | Stores: https://t.co/MeC16XnLFi https://t.co/5lthmb9WUi
978                                          @adidasoriginals @kanyewest @adidas First time trying to buy yeezys. Anywhere online you can get them? Similar to n… https://t.co/pU0xiR4YbH
979                                                         Check out MOUNTAINEERING - CROATIA  Karlovac Transversal - vintage enameled pin badge RARE  https://t.co/spopy9fpA9 via @eBay
980                                                 RT @NARAL: .@NYGovCuomo calls for amending state constitution to protect #reprorights: https://t.co/2WF1XOYyXn @Reuters #WeWontGoBack
981                                                                                                                       RT @boiicyeu: @trvo512 @McDonalds that nigga got huge ass thumb
982                                                                                              @netflix #BATB  The possibilities are endless.... why not explore them? #NetflixSaveBatB
983                                          RT @ofcgeek3: @netflix #BATB  #NetflixSaveBatB I'm not in a rushing home to wash clothes.. but I'm rushing to watch this show... the storie…
984                                          RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
985                                                           RT @AnthonyEinzig: #BackwardsThinkingIs continuing to drink coffee from @Starbucks when you could be drinking coffee from… 
986                                                               @monkchips @salesforce Thanks. We have a very passionate team that can't wait for developers to use #SalesforceDX soon!
987                                                                                                       Just saw this on Amazon: Buick 6 by Buick 6 https://t.co/0iG3Chkn1l via @amazon
988                                            RT @ValeriaWosnitza: @netflix This amazing Story #BATB must continue. Please give our beloved the Chance and add it to your orig. Progra… 
989                                      Have a problem with @Starbucks planning to hire Islamists to serve you coffee? Google them &amp; click on their paid ads to cost them some money
990                                                                                                                       @terry_dunfield didn't know @nextofficial delivered to Toronto?
991                                                                                                           RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
992                                                                        Check out Michael Kors Signature Ring Orange Leather Tote Shoulder Bag MSRP $328 https://t.co/CKO2uir4Ja @eBay
993                                                                                  RT @DrJimmyStar: Check out g By Marciano Ladies Animal Print Purse NWT https://t.co/9g9PqwAdex @eBay
994                                                                                          RT @chloecortes_c: @netflix Our fandom would go nuts if you picked #BatB up #NetflixSaveBatB
995                                                 @amazon Retweet for your chance to win @DearNorth Smoked Salmon Combo Pack! https://t.co/LyAhQY7Y2s https://t.co/LCf8cGNoa7 #giveaway
996                                       RT @kris_dera: #BATB is in my heart and  I can't stay without it 💖😢 Pls @netflix add it as Ur original programm.🙏 #NetflixSaveBatb https://…
997                                                                           RT @amazon: Bringing Zelda to the front: Christina Ricci on her new show ‘Z: The Beginning of Everything’… 
998                                                                                  RT @DrJimmyStar: Check out g By Marciano Ladies Animal Print Purse NWT https://t.co/9g9PqwAdex @eBay
999                                                                                                            . @amazon Confused why you would advertise on a site that promotes racism.
1000                                                                                                                            RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
1001                                                                                                                                @CBS @SuperiorDonuts Chocolate Frosted! #Tweet4Sweets
1002                                                                          RT @DrJimmyStar: Check out BBetsey Johnson Multi-Color Polka Dot Tote Bag NWT https://t.co/rI8FkTdPSY @eBay
1003                                        RT @xPekeLoL: having a quack with one of the boston public garden ducks @OGCyanide @Gillette touring us around boston 😃 https://t.co/ibJus7…
1004                                                                                             RT @DrJimmyStar: Check out Betsey Johnson Cosmetic Bag NWT https://t.co/3WNMpr9Wzw @eBay
1005                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1006                                                       Check out Tevin Coleman 2015 Triple Threads AUTO/RC/SER #27/50 https://t.co/dj0Madu9xL @eBay 2-days left to bid #Atlanta🏈🏈🏈
1007                                         RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
1008                                            @DanVoiceover @archerystick so how is this sanitary and how are they going to work at @Starbucks  all will be sick of bacteria  illnesses
1009                                                                                          RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/19wQIBu0UV @eBay
1010                                                   RT @Expedia: We believe travel has the power to change the world. It's why we exist and why we are committed to getting more peo… 
1011                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1012                                          @DMiliband @amazon  ... then invests 1.2 billion in Kentucky with batshit crazy govorner @mattbevin to build drone hub near Ark replica  😒
1013                                                                                                                        @LarryMCarlson @Kohls @Walmart Sounds about right. Same here.
1014                                         RT @thedonaldrice: Any chance of @Tesco sparing some of 2016's £944m profit to @KeepBritainTidy? So many stores like this #litter https://t…
1015                                                                          RT @DrJimmyStar: Check out BBetsey Johnson Multi-Color Polka Dot Tote Bag NWT https://t.co/rI8FkTdPSY @eBay
1016                                                                          RT @DrJimmyStar: Check out BBetsey Johnson Multi-Color Polka Dot Tote Bag NWT https://t.co/rI8FkTdPSY @eBay
1017                                                                          RT @DrJimmyStar: Check out BBetsey Johnson Multi-Color Polka Dot Tote Bag NWT https://t.co/rI8FkTdPSY @eBay
1018                                                                                          RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/19wQIBu0UV @eBay
1019                                                                                                                            RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
1020                                                                                                               Apple iPhone sales beat estimates https://t.co/VZWdTEMew1 via @Reuters
1021                                                                                 RT @DrJimmyStar: Check out g By Marciano Ladies Animal Print Purse NWT https://t.co/9g9PqwAdex @eBay
1022                                                                                          RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/19wQIBu0UV @eBay
1023                                         RT @Reuters: EXCLUSIVE: 49 percent of Americans agree with Trump's travel ban - Reuters/Ipsos poll. https://t.co/Dcq1Qp76NK https://t.co/RS…
1024                                                                                          @joshobjects @Reuters I say the same thing to Hillary supporters who bring up popular vote.
1025                                               RT @loadsofvans: Retweet this post &amp; follow @loadsofvans  for a chance to win a £100 @amazon voucher #win #giveaway #competition… 
1026                                                                                                                      @Reuters I'd love to see the hidden Trump vote in these numbers
1027                                                  Check out by ARTISAN WOMAN PLUS 1X 18/20 PINK W FAUX BLACK LEATHER TRIM KNIT SWEATER TUNIC #Tunic https://t.co/O9L5No42r5 via @eBay
1028                                         RT @57Veronica2: We want to know all about VinCat's destined love! That's why we ask you @netflix to please continue the story of #BatB #Ne…
1029                                                                          RT @DrJimmyStar: Check out BBetsey Johnson Multi-Color Polka Dot Tote Bag NWT https://t.co/rI8FkTdPSY @eBay
1030                                         RT @SandyAvila37: @netflix There will be dancing for the miracle of #BATB as your original program. #NetflixSaveBatB https://t.co/aGrjC1WS0t
1031                                         @Starbucksnews @Starbucks @starbucksgold  Stop The Insanity Starbucks Only Likes Progressive Liberals Do Not Waste $ https://t.co/tldaXyLHFM
1032                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1033                                                                                          RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/19wQIBu0UV @eBay
1034                                                                          RT @DrJimmyStar: Check out BBetsey Johnson Multi-Color Polka Dot Tote Bag NWT https://t.co/rI8FkTdPSY @eBay
1035                                          @Starbucks @Uber U chose the wrong side- you chose to back evil and anarchy instead of American's safety #Shameful… https://t.co/8WVGFfUWgF
1036                                                                                                                            RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
1037                                                         Please RT @eBay! https://t.co/TnWJsNyxiJ … via @eBay #ebay #clothing #namebrand #coogi #rag&amp;bone https://t.co/q2PbC3rhFK
1038                                                              RT @DrJimmyStar: Check out Westland Giftware Ceramic Spiderman Cookie Jar NIB Multi-Color https://t.co/IB65e9yvXS @eBay
1039                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1040                                                                          RT @DrJimmyStar: Check out BBetsey Johnson Multi-Color Polka Dot Tote Bag NWT https://t.co/rI8FkTdPSY @eBay
1041                                                                                                                                              @Google I need your help asap please!!!
1042                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1043                                                              RT @DrJimmyStar: Check out Westland Giftware Ceramic Spiderman Cookie Jar NIB Multi-Color https://t.co/IB65e9yvXS @eBay
1044                                                 RT @SherriHill: Just got this from the warehouse where they filled an entire @UPS trailer. New dresses will be in your local store… 
1045                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1046                                                                                        Will be the END of @Starbucks ... finally! 💥🇺🇸💥@Charlie4Trump @Olivemykids3 @DebAlwaystrump
1047                                                                                             RT @DrJimmyStar: Check out Betsey Johnson Cosmetic Bag NWT https://t.co/3WNMpr9Wzw @eBay
1048                                                              RT @DrJimmyStar: Check out Westland Giftware Ceramic Spiderman Cookie Jar NIB Multi-Color https://t.co/IB65e9yvXS @eBay
1049                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1050                                                                                          RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/19wQIBu0UV @eBay
1051                                                                                 RT @DrJimmyStar: Check out g By Marciano Ladies Animal Print Purse NWT https://t.co/9g9PqwAdex @eBay
1052                                                                                              @Apple #1 in smartphones for first time since Q414 via @Canalys https://t.co/SpSgNT6z4w
1053                                              RT @greeneyes0084: 🚨Breaking: @Starbucks will be changing it's name to Refugeebucks to honor the people taking jobs from Americans..… 
1054                                                                                          RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/19wQIBu0UV @eBay
1055                                                @CornellWBrooks @Karnythia @NAACP @DemAwakening @AP @civilrightsorg @DemSpring @ADL_National @nytimes @Reuters arrested for what??!!!
1056                                                RT @qotsafreak: @RealDrGina @Starbucks neither are u. That's some fancy dinner and glasses. Tell me again how u relate to strugglin… 
1057                                                                                                     Go to hell @Starbucks! Your coffee taste like hot cat piss and ass water anyway.
1058                                                              RT @DrJimmyStar: Check out Westland Giftware Ceramic Spiderman Cookie Jar NIB Multi-Color https://t.co/IB65e9yvXS @eBay
1059                                         @facebook please help me with the appeal. I waited a long time and I need my account to contact my friends thru messenger. Please help ASAP.
1060                                                                                             RT @DrJimmyStar: Check out Betsey Johnson Cosmetic Bag NWT https://t.co/3WNMpr9Wzw @eBay
1061                                                                                                                        Look what I found on @eBay! https://t.co/qcDHSMlfVR via @eBay
1062                                                                                             RT @DrJimmyStar: Check out Betsey Johnson Cosmetic Bag NWT https://t.co/3WNMpr9Wzw @eBay
1063                                                         Check out Vtg Retro Floral Cotton Napkins - Set of 4 - Chrysanthemums Daisies Gold Orange  https://t.co/HtLiGBYByh via @eBay
1064                                                                        Check out Winter Reading - Graphic Design Business lot of 7 books #Business https://t.co/dwUtxG0FPL via @eBay
1065                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1066                                                                                                               @ATT can I redeem this pair as well so that I can bring another guest?
1067                                         RT @Reuters: EXCLUSIVE: 49 percent of Americans agree with Trump's travel ban - Reuters/Ipsos poll. https://t.co/Dcq1Qp76NK https://t.co/RS…
1068                                                                                 RT @DrJimmyStar: Check out g By Marciano Ladies Animal Print Purse NWT https://t.co/9g9PqwAdex @eBay
1069                                                 RT @theoptionoracle: Every Retweet sends a message to the CEO of @Starbucks that they've lost another customer.  #BoycottStarbucks… 
1070                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1071                                                                          RT @DrJimmyStar: Check out BBetsey Johnson Multi-Color Polka Dot Tote Bag NWT https://t.co/rI8FkTdPSY @eBay
1072                                       RT @FresnoStateCHHS: CHHS students! We're giving away a few @Starbucks gift cards &amp; YOU could be the lucky winner. Enter by Feb.1 at 5 p… 
1073                                                                                 RT @DrJimmyStar: Check out g By Marciano Ladies Animal Print Purse NWT https://t.co/9g9PqwAdex @eBay
1074                                                            @Google supplement education with curated grade-appropriate content. Allow content producers to compete for course slots.
1075                                                                                 RT @DrJimmyStar: Check out g By Marciano Ladies Animal Print Purse NWT https://t.co/9g9PqwAdex @eBay
1076                                                                                             RT @DrJimmyStar: Check out Betsey Johnson Cosmetic Bag NWT https://t.co/3WNMpr9Wzw @eBay
1077                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1078                                                                                 RT @DrJimmyStar: Check out g By Marciano Ladies Animal Print Purse NWT https://t.co/9g9PqwAdex @eBay
1079                                                                                 RT @DrJimmyStar: Check out g By Marciano Ladies Animal Print Purse NWT https://t.co/9g9PqwAdex @eBay
1080                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1081                                                              RT @DrJimmyStar: Check out Westland Giftware Ceramic Spiderman Cookie Jar NIB Multi-Color https://t.co/IB65e9yvXS @eBay
1082                                                                        Is maintaining a flagship @Nike store in Trump Tower doing 'everything in our power'? https://t.co/vT87ZQX3GT
1083                                                                                                                        Look what I found on @eBay! https://t.co/8UqHdpR6Sm via @eBay
1084                                                                                 RT @DrJimmyStar: Check out g By Marciano Ladies Animal Print Purse NWT https://t.co/9g9PqwAdex @eBay
1085                                                                           RT @SophieRunning: Proud of my former colleagues today and every day: https://t.co/OSUPiT9vkR via @Reuters
1086                                                                          RT @DrJimmyStar: Check out BBetsey Johnson Multi-Color Polka Dot Tote Bag NWT https://t.co/rI8FkTdPSY @eBay
1087                                                                                 RT @DrJimmyStar: Check out g By Marciano Ladies Animal Print Purse NWT https://t.co/9g9PqwAdex @eBay
1088                                                                                  EU chair labels Trump a 'threat' as Europeans debate U.S. ties https://t.co/IUBZecmYem via @Reuters
1089                                         RT @HeyMarkL: RCS really needs to be a thing here in the US. @Verizon and @ATT needs to join this movement. Who wouldn't want iMessage-like…
1090                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1091                                                                                          RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/19wQIBu0UV @eBay
1092                                                     RT @MarceloM12: My project with @Microsoft keeps breaking boundaries! Today with @Fun_Realmadrid kids from El Salvador! 🙌🏾🌎… 
1093                                         RT @CieloChulacielo: @netflix Please consider #BatB as part of your original programming.... we don’t want it to end #NetflixSaveBatB https…
1094                                                   RT @Reuters: Trump's embattled U.S. education secretary pick may face Senate fight https://t.co/e1ZpxLfrqn https://t.co/USq7bSNBsO
1095                                                                                 RT @DrJimmyStar: Check out g By Marciano Ladies Animal Print Purse NWT https://t.co/9g9PqwAdex @eBay
1096                                                                                          RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/19wQIBu0UV @eBay
1097                                         RT @Disney: Rediscover the timeless tale of #BeautyAndTheBeast March 17. Tickets are now available: https://t.co/S6wwuIfygP https://t.co/uY…
1098                                                                                      RT @ericajcondon: petition for all seasons of drake &amp; josh and zoey 101 on netflix @netflix
1099                                                                                          RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/19wQIBu0UV @eBay
1100                                                                                             RT @DrJimmyStar: Check out Betsey Johnson Cosmetic Bag NWT https://t.co/3WNMpr9Wzw @eBay
1101                                                                                             RT @DrJimmyStar: Check out Betsey Johnson Cosmetic Bag NWT https://t.co/3WNMpr9Wzw @eBay
1102                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1103                                                RT @loadsofvans: Retweet this post &amp; follow @loadsofvans for a chance to win a £100 @amazon voucher #win #giveaway #competition… 
1104                                                                                             RT @DrJimmyStar: Check out Betsey Johnson Cosmetic Bag NWT https://t.co/3WNMpr9Wzw @eBay
1105                                                    RT @pepsi: Get ready to 💙 💙 💙 this exclusive new look #BTS of @ladygaga rehearsing for #PepsiHalftime! https://t.co/YHihjI9gW6
1106                                               RT @loadsofvans: Retweet this post &amp; follow @loadsofvans  for a chance to win a £100 @amazon voucher #win #giveaway #competition… 
1107                                                                                 RT @DrJimmyStar: Check out g By Marciano Ladies Animal Print Purse NWT https://t.co/9g9PqwAdex @eBay
1108                                             @tvbroadcasters @freepress @MEDIABROADCAST @Mediabroadcasti @MSNBC @Lawrence @maddow @JoyAnnReid @NBC @CBS @CNN… https://t.co/6il6KHydVb
1109                                                                                          RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/19wQIBu0UV @eBay
1110                                                                        DC Superhero Girls Supergirl Accessory Design Kit https://t.co/sUYjGQ1hAV via @amazon https://t.co/8otKVu8nFD
1111                                                                            RT @Reuters: Exclusive: Trump's travel ban polarizes America - Reuters/Ipsos poll https://t.co/p0Em2BS5a0
1112                                           Marriott CEO discusses how Trump's win could affect the travel industry! https://t.co/xA0P9rMahm by @Yahoo #trump… https://t.co/1A5YQUL1yI
1113                                         RT @Boopsyou: RT @StudentBunker: #FreebieFriday! RT/Like/Share to #WIN a £20 @ASOS gift card #Competition ends Weds @ MIDNIGHT https://t.co…
1114                                                          RT @SandyAvila37: @netflix wants new originals ! Let´s tell them that #BATB would be the perfect choice! #BatBTeam2Gether… 
1115                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1116                                                                @Starbucks thanks for doing the right thing. #drinkstarbucksfightbigotry #everyday #loveallserveall #StrongerTogether
1117                                                                                             RT @DrJimmyStar: Check out Betsey Johnson Cosmetic Bag NWT https://t.co/3WNMpr9Wzw @eBay
1118                                                              RT @DrJimmyStar: Check out Westland Giftware Ceramic Spiderman Cookie Jar NIB Multi-Color https://t.co/IB65e9yvXS @eBay
1119                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1120                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1121                                                                                                                            RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
1122                                         RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
1123                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1124                                         RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
1125                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1126                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1127                                                                                  @csaSoldier4Life @Starbucks @Starbucksnews #usarmy social media takes another turn to The political
1128                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1129                                                                                          RT @DrJimmyStar: Check out gx by Gwen Stefani Hadda Purse NWT https://t.co/19wQIBu0UV @eBay
1130                                              Check out 14k Yellow Gold London Blue Topaz Diamond Ring  Size 5.5  100% REAL #UniQJewels https://t.co/BYHUeiWKOu via @eBay #gold #sale
1131                                         RT @Lrihendry: Why would a coffee shop get political and risk losing half of their business? STUPID! @Starbucks #boycottstarbucks BUY @Dunk…
1132                                         RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
1133                                                                                                                        Look what I found on @eBay! https://t.co/c0DSTuQ4mP via @eBay
1134                                                                                                                            RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
1135                                                                                                                        Look what I found on @eBay! https://t.co/sZSadpKUgH via @eBay
1136                                                  RT @FindingThingz: Check out Vintage Large Chrome Longhorn Bull Head Steer Hood Ornament Emblem   https://t.co/DxJIpdXppv via @eBay
1137                                                       Check out Yeti deep blue Rambler 30 oz tumbler stainless steel fishing hunting onsale  #YETI https://t.co/UFcnEVGHb9 via @eBay
1138                                                                          Patio chairs sold at @HomeDepot recalled for falling hazard https://t.co/fBeV3HhTXx https://t.co/TnhTEJdT6W
1139                                                                                        Your automated phone system just called me Greg and now I'm having an identity crisis. @Apple
1140                                         RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
1141                                                                                                                            RT @debtements: thanks @McDonalds https://t.co/h9gvArTI5X
1142                                                   Check out Guard Dog Orion 400 Lumen Waterproof RECHARGEABLE Tactical Flashlight BRONZE #GuardDog https://t.co/27LymcOzIy via @eBay
1143                                                                            RT @Reuters: Exclusive: Trump's travel ban polarizes America - Reuters/Ipsos poll https://t.co/p0Em2BS5a0
1144                                                        RT @KingxLMG: @ShaunKing @CouncilmanTim @WellsFargo you're still white man. You're an embarrassment claiming you're one of us
1145                                                                    RT @Ace_Metrix: Bravo @Toyota! You made @Ace_Metrix's list of Most #Inspirational #SuperBowl Ads. Details here:… 
1146                                                          Check out Green Carbon Half Finger Tactical Hard Knuckle Combat Patrol Gloves Glove Pair  https://t.co/EG0Q7TZIYv via @eBay
1147                                                                                                     Check out LUCIE PICCARD Mask Pendant Necklace  https://t.co/p0SBqdARXW via @eBay
1148                                                   RT @HomeDepot: #HomeDepot’s first wind farm partnership with EDP Renewables is here. See why it matters: https://t.co/YaGB9nQNc2… 
1149                                                                                                                           @IMPL0RABLE @facebook   no fb for me; don't miss it at all
1150                                                         RT @Reuters: Trump set to name conservative judge as U.S. Supreme Court pick https://t.co/o3H56RibLN https://t.co/ANfzHwHvLu
1151                                                     Check out US Army Combat Uniform Coat Medium Regular ACU Digital Camo SPM1C1-09-D-F009 #USARMY https://t.co/c8jSQgdcYH via @eBay
1152                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1153                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1154                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1155                                                                        The only thing is you jump on our conversation @verizon will I been with them for yrs https://t.co/Gi7UPp8Skx
1156                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1157                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1158                                                  RT @ncheks2005: @ScottBaio @JBaker31826004 @Starbucks They forgot they can employ refugees but can't force #Americans to patronise.
1159                                         RT @n76seary: RT @StudentBunker: #FreebieFriday! RT/Like/Share to #WIN a £20 @ASOS gift card #Competition ends Weds @ MIDNIGHT https://t.co…
1160                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1161                                              @KTW555 @VivaLaAmes @Nike @TruthFeedNews lol holy shit you blind fucker ever heard of the clinton foundation you lefties r just to easy
1162                                         Check out Men's LEVI'S 511 Blue Jeans Size 34 x 32 GREAT CONDITION! #Levis #511 https://t.co/5l3oNgQ5S1 via @eBay # Levi # 511 # jeans # men
1163                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1164                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1165                                                        Check out John Lennon A Tribute #1 December 1980 Yesterday and Today A David Zentner Publi  https://t.co/41j3xbJbXb via @eBay
1166                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1167                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1168                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1169                                                                                                                            RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
1170                                         RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
1171                                                         RT @Lrihendry: Just received my custom made @adidas with TRJMP on the side! 😍#MAGA @realDonaldTrump https://t.co/xnCQhBNpwQ
1172                                               RT @loadsofvans: Retweet this post &amp; follow @loadsofvans  for a chance to win a £100 @amazon voucher #win #giveaway #competition… 
1173                                         @amazon Hey. Your estimated delivery dates are wack now. It wasn't like this before. Y'all alright fam? I'm here if you need someone to talk
1174                                          I just bought: '7-Inch Stainless-Steel Bone Knife - Chopper - Cleaver - Butcher Knife - Professional... via @amazon https://t.co/Q3B86eRA7h
1175                                                                                                          @emitoms @amazon wow 😊 that's amazing. How much do they pay for being one?
1176                                                                  RT @TxYankee33: EU chair labels Trump a 'threat' as Europeans debate U.S. ties https://t.co/oA6Fp4CSVn via @Reuters
1177                                                           RT @GemMar333: ❌ @Microsoft Did you support a lawsuit against #Obama #Clinton when they banned immigrants?  Just Askin'… 
1178                                                 RT @StarSyker: @vvega500 @dschulz20284 @odemevol13 @DRUDGE_REPORT @SAI @Google No it isn't. Eat facts. Welfare more likely to be u… 
1179                                         RT @Disney: Rediscover the timeless tale of #BeautyAndTheBeast March 17. Tickets are now available: https://t.co/S6wwuIfygP https://t.co/uY…
1180                                                         RT @Lrihendry: Just received my custom made @adidas with TRJMP on the side! 😍#MAGA @realDonaldTrump https://t.co/xnCQhBNpwQ
1181                                                                                           @whittwoods @Starbucks cause the one at the ladera center takes too long for no reason lol
1182                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1183                                                     RT @MarceloM12: My project with @Microsoft keeps breaking boundaries! Today with @Fun_Realmadrid kids from El Salvador! 🙌🏾🌎… 
1184                                              @Disney @DisneyAnywhere Is there any way I could purchase the bonus features. I bought the new DVD copy and was upset it had nothing 😰
1185                                                        Check out Choose a Set Viper Sure Grip Darts 16/18 gm Soft Tip Dart Set W/50 Matching Tips https://t.co/947cY2KBfu… via @eBay
1186                                                   Check out Viper Darts 18 gm SURE GRIP BLUE Howling Wolf Soft Tip Dart set W/25 Extra Tips #Viper https://t.co/hTaVsMjF7e via @eBay
1187                                         RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
1188                                                               RT @Reuters: Gorsuch told he is likely Trump's Supreme Court pick: CNN https://t.co/j1Sf9BJRek https://t.co/Rx1jEINiQE
1189                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1190                                                        RT @ShaunKing: @WeWillBoycott @bruceharrell @cmkshama @D5Juarez @WellsFargo Hoping you all make this important move tomorrow.
1191                                                    Check out Womens Bikini Set Orange Glitter Rhinestone Padded Top Scrunch Swimwear XS-XL  #Daisy https://t.co/ZP5KT7brtv via @eBay
1192                                                                                                                               @DonnieWahlberg @HomeDepot @Target @Petco hes a cutie!
1193                                         RT @WeWillBoycott: @CouncilmanTim VOTE YES to cancel $3B contract w/ #DAPL bankroller @WellsFargo #StartWithSeattle #NoDAPL https://t.co/zz…
1194                                         @IMPL0RABLE @facebook I'm wondering if I should deactivate mine?  Problem is my kids have extracurricular groups that I communicate with ugh
1195                                       @BraidXIV @meghancaves @ATT When I was getting cable &amp; internet in my place I had to fight w/them about bundling unwanted landlines twice.
1196                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1197                                          RT @Reuters: Warren Buffett says he bought $12 billion of stock after Trump won. More here: https://t.co/bj1hoReru6 https://t.co/zCefdOC1ms
1198                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1199                                                      Check out VINTAGE KANSAS CITY CHIEFS REEBOK SPRING TRAINING CAP RIVER FALLS WISCONSIN #Reebok https://t.co/TFuQNobhkR via @eBay
1200                                                                     Huge clear out prior to moving house!!! Loads of stuff to be added too.... #ebay   https://t.co/UFUucq03Bh @eBay
1201                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1202                                                                               @exxonmobil Develops Efficient New Technology to Dehydrate Natural Gas #energy https://t.co/fLZ8mVPlv3
1203                                                    Check out TAMIYA 1/12  Ferrari F50 Yellow Diecast Semi-assembled model kit MIB #Tamiya #Ferrari https://t.co/pRfj1ERceR via @eBay
1204                                                           RT @21CF: 21CF internal memo from Executive Chairman Lachlan Murdoch and CEO James Murdoch on U.S. immigration policies:… 
1205                                         RT @Reuters: EXCLUSIVE: 49 percent of Americans agree with Trump's travel ban - Reuters/Ipsos poll. https://t.co/Dcq1Qp76NK https://t.co/RS…
1206                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1207                                              RT @greeneyes0084: 🚨Breaking: @Starbucks will be changing it's name to Refugeebucks to honor the people taking jobs from Americans..… 
1208                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1209                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1210                                         RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
1211                                                 RT @FaithHill: #ICYMI Tim and I will be doing a @facebook LIVE tonight at 5:30pm EST for a #Soul2Soul The World Tour 2017 announce… 
1212                                     RT @Clairetweets25: RT this &amp; follow @loadsofvans to win a £100  @amazon voucher #win #giveaway #competition https://t.co/jsoTIcvQhp https:…
1213                                                                                                                                                         @McDonalds your food is ass.
1214                                                                                               @A_kamara6 @adidasfootball @adidas Those white and black ones on the left tho 🔥🔥👌🏽
1215                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1216                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1217                                                                      RT @pepsi: We’re on the right track 👶!  #5days to #PepsiHalftime. Join the ⌛ with a #FanCountdown 📹 and 👀… 
1218                                                     Check out FRENCH KISS CORDUROY BOHO PEASANT SEQUIN BEADED SKIRT L LARGE #FRENCHKISS #FullSkirt https://t.co/6i4ZadwjYi via @eBay
1219                                              RT @WeWillBoycott: .@CMRobJohnson @CouncilmanTim are you voting YES w/ @Lisa_Herbold to DIVEST $3B from @WellsFargo? Counting on you!… 
1220                                                            RT @GoldmanSachs: $GS on entering “Auto 2.0”: electric &amp; autonomous vehicles &amp; the rise of the sharing economy:… 
1221                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1222                                                   Just saw this on Amazon: Fujifilm Instax Mini 8 Instant Film Camera ... by Fujifilm for $54.99 https://t.co/VxexyD4s5B via @amazon
1223                                                 @Ford what are you doing to actively help the people who constantly have to bring in their fiestas/focuses for transmission problems
1224                                                                                                                             @Starbucks I will see you ALOT more often! #buystarbucks
1225                                                                                                                      RT @boiicyeu: @trvo512 @McDonalds that nigga got huge ass thumb
1226                                                                                                             And we can't forget the @WellsFargo CEO #Scandal https://t.co/FuJ659o7vN
1227                                                              RT @WTFSG: #JenniferLopez Looks Absolutely Radiant in L’Oreal Campaign https://t.co/SiePgcPO8a @Loreal @LOrealParisUK… 
1228                                                                                              @peterwsinger @Ford after that unfortunate America First era passed all those years ago
1229                                                         Check out Earrings black glass pearl center with frosted glass crystal dangle chain style  https://t.co/Xhtr87NqMH via @eBay
1230                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1231                                        @Google what would it take to get a website removed permanently from Google search thay steals &amp; sells others content without permission?
1232                                                                    RT @fubaglady: SMOKING GUN: @Google Is Suppressing Center-Right News Sites  https://t.co/fk0WOAXAsA  Subversives.
1233                                                                                   RT @Themansneighbor: @Lrihendry @TrustyGordon @Starbucks I will never buy another coffee from them
1234                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1235                                                                         RT @Reuters: A barb at Germany puts Trump administration on collision course with EU https://t.co/LSg0Y4YoP7
1236                                                                                           Check out Aldo Nude Patent Wedges #ALDO #PlatformsWedges https://t.co/ciaUyw1z5d via @eBay
1237                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1238                                                     RT @Reuters: Japan's Rakuten CEO tweets Trump move to ban refugees makes him cry https://t.co/5xj5X9Ymor https://t.co/Z4GuKVlS9d
1239                                                 Check out NFL New York Giants Mens Armor II Therma Base Synthetic Pullover Hoodie Jacket #Majestic https://t.co/oSaNmaaQ5f via @eBay
1240                                                          @Dustinpenner25 @ATT @ATTCares totally get it. We were in hell for 4 years pre wifi calling days :) https://t.co/HLAi8dv2MY
1241                                                          @Dustinpenner25 @ATT @ATTCares totally get it. We were in hell for 4 years pre wifi calling days :) https://t.co/HLAi8dv2MY
1242                                              Fuck @BetsyDeVos Fuck @AGScottPruitt Fuck @realDonaldTrump Fuck @exxonmobil Rex Tillerson. Buckle in for four years of straight fuckery
1243                                               RT @ZFTWARNING: Counterterrorism: Bridging Operations and Theory: A Terrorism Research Center Book https://t.co/OZXQsYhTCV via @amazon
1244                                                                                                                                       @lawyer1mom @Seaglass67 @Starbucks ur in CHGO?
1245                                              @Starbucks @86RavenHeart86  just like u guys supported the troops... I will never drink a Starbucks coffee again #dunkindonuts #boycott
1246                                                                         RT @Reuters: A barb at Germany puts Trump administration on collision course with EU https://t.co/LSg0Y4YoP7
1247                                                                         RT @Reuters: A barb at Germany puts Trump administration on collision course with EU https://t.co/LSg0Y4YoP7
1248                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1249                                                     RT @Sweetsouthern02: Check out The Children's Place Brand Boy Denim Blue Overalls size 6-9 Months. https://t.co/hQifdHUmmG @eBay
1250                                                                                                          RT @ChuckReny: I support the boycott of @Starbucks. https://t.co/csa2p4YMOu
1251                                                                                                                            RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
1252                                                                                                             Check out Veronica Mars: Season 2 #WHV https://t.co/9119ZCP5Sm via @eBay
1253                                         FREE 4 a limited time - Prepping: How To Survive Off The Grid: The Essential Guide On Prepping For Su... https://t.co/GmGUBOgQes via @amazon
1254                                                                      RT @footlocker: A look at the Still Breeze Women's @adidas Ultra Boost 3.0. Available online only tomorrow. |… 
1255                                         @HondaCustSvc I've done this once already and I had to pay 1/2 for @Honda to fix all the problem areas.  That was $1K.  Guess what?  Now the
1256                                                                              Check out May &amp; July Ladies Black Mesh Top #MayJuly #CrochetedTop https://t.co/kRNrfWmsBo via @eBay
1257                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1258                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1259                                                                                             Check out Human Skull With Painted Musculature #APPLAM https://t.co/HhxupqOUM0 via @eBay
1260                                         RT @TripAdvisor: RT if traveling has helped you broaden YOUR horizons. #WhyWeTravel #TravelTuesday #TuesdayMotivation https://t.co/AN0v5sbl…
1261                                                    Check out Ladys World BoHo Inspired Dress Print  long sleeve short dress in a relaxed styl #ANY https://t.co/TEnO7I1GJU via @eBay
1262                                                              Check out Vintage Budweiser BUD Acrylic Lucite Double Side BEER Tap Handle RED White  https://t.co/dXzLamSpND via @eBay
1263                                                                                                                                    @FoxNews @Starbucks @FoxNewsInsider SCAB PLUMBER!
1264                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1265                                                                                                                                        @rcalcagno3 @FoxNews @Starbucks  DO IT AGAIN!
1266                                                          RT @Reuters: EU chair labels Trump a 'threat' as Europeans debate U.S. ties https://t.co/pA5fO15epw https://t.co/FMeV4Oyh8t
1267                                         RT @Dsnicol2: @FoxBusiness @amazon hopefully there will be competition with Amazon. Apparently they don't care about their customers that s…
1268                                                                         RT @Reuters: U.S. House Republicans finalize list of rules to kill in Wednesday vote https://t.co/tFSG3unwfw
1269                                                        RT @BambooParadise: 10x14 FRUIT Pear Plum Grapes Stained Art Glass Suncatcher  #SilverCreek https://t.co/1vcQOKVc0k via @eBay
1270                                                #Collectible Leonardo DiCaprio 1999 Wall #Calendar Photos by Greg Gorman.  https://t.co/stUGeCWDoa via @eBay #LeoDiCaprio #GregGorman
1271                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1272                                                RT @loadsofvans: Retweet this post &amp; follow @loadsofvans for a chance to win a £100 @amazon voucher #win #giveaway #competition… 
1273                                                      Check out Banana Republic Black Pleated Faux Leather Cropped Ankle Pants Sz 8 #BananaRepublic https://t.co/waWURhqtM8 via @eBay
1274                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1275                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1276                                                              @FoxNews @Starbucks @FoxNewsInsider PS: don't forget to fix the report about the mosque: White. Nationalist. Terrorist.
1277                                                                                                                            RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
1278                                                          RT @Reuters: EU chair labels Trump a 'threat' as Europeans debate U.S. ties https://t.co/pA5fO15epw https://t.co/FMeV4Oyh8t
1279                                                     RT @Reuters: Challenges to Trump's immigration orders spread to more U.S. states https://t.co/SuOdXe1cr7 https://t.co/YZte1JNu1G
1280                                                                                                               @MarketWatch BULL SHIT @peterthiel @facebook @Uber @TeslaMotors @Apple
1281                                                 RT @amazon: When you justify daily #AmazonPrime orders by claiming they keep your cat happy... #AmazonAddict https://t.co/ysexzX5agG
1282                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1283                                                                 RT @TheRickWilson: U.N. Security Council expresses 'grave concern' over Ukraine https://t.co/eW9OPEtL8l via @Reuters
1284                                               @usaf48 It is Super Bowl time @1VoiceMatters @ZachIsBack765 @Starbucks @ndb4ever @kbwilson76 @NorseShadowRunr… https://t.co/yu5scC1FC5
1285                                                                         U.S. House Republicans finalize list of rules to kill in Wednesday vote https://t.co/O4nLRfjoVu via @Reuters
1286                                          RT @Reuters: Warren Buffett says he bought $12 billion of stock after Trump won. More here: https://t.co/Doh57zpobG https://t.co/NCrlbSQo3m
1287                                                     RT @Reuters: Challenges to Trump's immigration orders spread to more U.S. states https://t.co/SuOdXe1cr7 https://t.co/YZte1JNu1G
1288                                                                                                                                                                   @ATT I need help!!
1289                                         RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
1290                                         RT @Reuters: JUST IN: Roughly 900 State Department officials sign dissent memo critical of Trump immigration order - source. https://t.co/6…
1291                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1292                                           @Starbucks Keep your coffee and drink it with a REFUGEE! Make sure they were vetted if you don't believe me ask a Swede/Norwegian/or Dane!
1293                                                                                         @netflix all these new shows just mean imma be locked up in the house for the next few weeks
1294                                                     RT @Reuters: Challenges to Trump's immigration orders spread to more U.S. states https://t.co/SuOdXe1cr7 https://t.co/YZte1JNu1G
1295                                         RT @quentin_roelfs: I'm gonna just leave this here for you @McDonalds those cheese curds I just had we're straight trash. https://t.co/UWcc…
1296                                                    Check out Wind Shear The Game of Weather Educational Tool Ages 12+ Trivia Science Cards #Harlow https://t.co/SZgOUk5bFW via @eBay
1297                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1298                                         RT @Reuters: Microsoft working with Washington State on suit against Trump immigration order https://t.co/nXyA8v1BJD https://t.co/YNKwou6jvk
1299                                                                                                                            RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
1300                                                                 @AmeriGirlTN @ToKoCCA @PolitixGal @RosmariaMenna @Starbucks isn't it illegal to discriminate and hire only refugees?
1301                                                                                  RT @Reuters: About 900 State Department officials sign dissent memo: source https://t.co/zu0dEj3wpL
1302                                                     RT @Reuters: Challenges to Trump's immigration orders spread to more U.S. states https://t.co/SuOdXe1cr7 https://t.co/YZte1JNu1G
1303                                                     RT @Reuters: Challenges to Trump's immigration orders spread to more U.S. states https://t.co/SuOdXe1cr7 https://t.co/YZte1JNu1G
1304                                         @Reuters @sfgov a bunch of fuktards who can't take care of themselves so sue POTUS ... hope the shithole is swallowed by massive earthquake!
1305                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1306                                                    RT @n8dly: Dear @Lisa_Herbold we want you to vote YES to cancel Seattle’s $3B contract with @WellsFargo #StartWithSeattle #NoDAPL
1307                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1308                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1309                                         @RealJamesWoods @Determined1776 @Reuters @libertytarian GLOBS' 1st AGENDA ITEM: INVADE AMERICA W/WHACKED OUT JIHADISTS. OBAMA WAS 100% FORIT
1310                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1311                                                             Check out HUGO BOSS MAN EAU DE TOILETTE 5.0 FL OZ/150ML**BUY WITH CONFIDENCE #HugoBoss https://t.co/4O6ruCHJZj via @eBay
1312                                                                                                        RT @TMobile: @DiegooDiamonds You know it! Happy to keep you connected. *ErikS
1313                                                                                             Check out Hodgman Men's Tan Outdoors/Fishing Jacket Size L https://t.co/Ed2ZCP0Qx0 @eBay
1314                                                     RT @Reuters: Challenges to Trump's immigration orders spread to more U.S. states https://t.co/SuOdXe1cr7 https://t.co/YZte1JNu1G
1315                                                                                                                        @condadofashion @GioBosche @luisvegaramos @Walmart part time?
1316                                                        RT @netflix: Feeling the love this month. Here are a few of the things coming to Netflix in February. https://t.co/mE0PiKPRSk
1317                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1318                                             RT @Reuters: Only a third of Americans think Trump's travel ban will make them more safe https://t.co/wDBhBbGLXU https://t.co/tI01mEvqGF
1319                                                      Check out Rare Super Bowl IV Chiefs Vs. Vikings 1970 pin Starline NFL Free Shipping #Starline https://t.co/Qxya2rAgRE via @eBay
1320                                         RT @BoogerBottom: Was there a @Starbucks at the bottom of the twin towers? Amazing how quick some people forget what happened 9/11! I haven…
1321                                                                             RT @BrizzyVoices: Went out of my way today to go ham at @Starbucks because they've been so rad lately. ✌️
1322                                         RT @teresawebster12: Check out Modern Star Fish Peyote Cuff Beaded Bracelet Pattern by Teresa Webster  https://t.co/06hXj3Ledu via @eBay #b…
1323                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1324                                         RT @purrgatory: @ConcertPictures @GmanFan44 @Starbucks @Starbucksnews there is a whiff of perception that he does bad they crucify him more.
1325                                                          RT @A_kamara6: Wish I could wear all of these at the same time!!! Thank you @adidasfootball @adidas https://t.co/LrsycUUQ7i
1326                                                                                       @SiyakaTurtle @Reuters Nope I am pro American. color doesn't matter. I am anti asshole though.
1327                                                         Check out Two-One-Two New York Woman's Light/Dark Pink/Gray Design Sweater Size S #Sweater https://t.co/cH4voBtuP1 via @eBay
1328                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1329                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/BxwsBN4mr0
1330                                                     Check out Pink &amp; Purple Door Knob Covers Cotton Crochet Handmade Interior Decor Room Home  https://t.co/IoBaeZyQVw via @eBay
1331                                                                               @Lisa_Herbold BE A HERO.  cancel Seattle's @WellsFargo contract and stand up against the #DAPL #NoDAPL
1332                                               @blaubok @bonniemurphy @Starbucks @bfraser747 @LouDobbs @asamjulian @Lrihendry @PrisonPlanet @CarmineZozzora  screw SB shut them down!
1333                                                                                                                      RT @boiicyeu: @trvo512 @McDonalds that nigga got huge ass thumb
1334                                                    Check out Earrings Stering Silver 925 Round CZ Clear Studs Women Teens All Occasions #Unbranded https://t.co/cwhrUmuyBG via @eBay
1335                                                                     RT @Reuters: BREAKING: Trump selects 49-year-old conservative Gorsuch for #SCOTUS. LIVE: https://t.co/PdVnZ2JiT5
1336                                                                     RT @Reuters: BREAKING: Trump selects 49-year-old conservative Gorsuch for #SCOTUS. LIVE: https://t.co/PdVnZ2JiT5
1337                                                                                                                                @Starbucks And selling as much coffee as possible....
1338                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1339                                             RT @Reuters: Only a third of Americans think Trump's travel ban will make them more safe https://t.co/wDBhBbGLXU https://t.co/tI01mEvqGF
1340                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1341                                                      @SkyNewsBiz Just saw this on Amazon: ULTIMATE MATRIX COL 5D [Blu-ray] by Various for $62.83 https://t.co/IamKphjpDk via @amazon
1342                                             RT @Reuters: Only a third of Americans think Trump's travel ban will make them more safe https://t.co/wDBhBbGLXU https://t.co/tI01mEvqGF
1343                                                                                                    @Starbucks just make sure they make good drinks cause what I got today sucked. :(
1344                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1345                                                 Check out Lane Bryant Shirt Green Cap Sleeve Pullover Blouse Polyester Plus Size 18/20 EUC #Blouse https://t.co/0Xu0GLroEr via @eBay
1346                                                                                                        @Starbucks that's everyone except Americans. Deeds more than words @Starbucks
1347                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1348                                                                  Check out Vintage Gripoix Glass Rhinestone Crescent Moon Arch Brooch Pin Gold Plated  https://t.co/kEicQws9TT @eBay
1349                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1350                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1351                                                                                            Check out Grey's Anatomy Scrubs Pants Blue Gray XL Lot Of 3 https://t.co/F3FOIMVqqq @eBay
1352                                                 Check out New Under Armour Mens Lg Gym Pants Sweatpants Size Large Red Striped #UnderArmour #Pants https://t.co/gmannH9Jhr via @eBay
1353                                                      Check out a.n.a V neck knit top womens size L green long sleeve cotton blend casual work #ana https://t.co/pAMdJvC80c via @eBay
1354                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1355                                                         Check out Vtg Carhartt USA Union Made Dark Denim Work Carpenter Jean Bib Overalls 40 X 30  https://t.co/bJkWKLs8bq via @eBay
1356                                     @HansHater @FoxNews @Starbucks @FoxNewsInsider Our Govt shld def take care of medical needs &amp; help vets in numerous other ways.Your problem?
1357                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1358                                                             RT @Disney: Leave the little town for the great wide somewhere in #BeautyAndTheBeast March 17. Tickets available here:… 
1359                                                                                                  Thanks a lot @Starbucks now I must boycott you! #TakeCareOfUSA #RefugeesNotWelcomed
1360                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1361                                  RT @FrankieJGrande: Omg! Sobbing listening 2 @ArianaGrande &amp; @johnlegend SANGING #TaleAsOldAsTime! 😭🙌🥀❤ @beourguest @Disney @radiodisney ht…
1362                                                                                                                    @McDonalds I date with McDonald's on my birthday? Sure why not 😂
1363                                                                                           @ClimEducator_BG @FeministMama73 @CMRobJohnson @WellsFargo is the ozone layer still there?
1364                                                     RT @UltraxMaximus: @kroger community rewards https://t.co/A2bqNyXCji Sharonsweb Autism Foundation 82131 Thanks for your support!
1365                                               @Hyundai I registered at https://t.co/DcGIFSSe0Y and keep getting an error when trying to register my vehicle. https://t.co/lg5VL7vbx5
1366                                                            #Garland     Boycott. Resist. Impeach. @tribelaw @Lawrence @JeffBezos @amazon @googlecloud @Apple https://t.co/ffMfJQQO0J
1367                                                @amazon Retweet for your chance to win @DearNorth Smoked Salmon Combo Pack! https://t.co/pkxIPQZbpA https://t.co/cABiYfAKFR #giveaway
1368                                                                                                                                       @McDonalds Everything else gives me the shits.
1369                                                     Check out Clarks Artisan Collection black leather heels sandals shoes womens size 7.5M #Clarks https://t.co/wubxsUM8yM via @eBay
1370                                                                                                                                         @KelloggsUS I am choosing #TEAMSATURDAYENTRY
1371                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1372                                             Just saw this on Amazon: VORKE Z1 Amlogic S912 KODI 16.1 4K 3G DDR4/32G eMMC ... by Vorke for $99.99 https://t.co/JdHuIcurSX via @amazon
1373                                         I really can't justify @Starbucks expense. I will tell everyone to please spend their monies at @DunkinDonuts-  rea… https://t.co/RwossvH6Vb
1374                                                          RT @Reuters: About 900 State Department officials sign protest memo: source https://t.co/Rhlh4OVE9G https://t.co/CiOCvaVK6N
1375                                                                          @CarlyELehwald @Starbucksnews @Starbucks when you see a veteran on the street tomorrow please tell him that
1376                                                                                          @Cats4Lunch @Reuters oh  yah you mean the big act  pull ryan  yes  but not all the pictures
1377                                                                                                                   @Lrihendry @Starbucks Can't wait to support Starbucks on this one.
1378                                                            RT @theMMPodcast: @billburr 's new special 'Walk Your Way Out' premieres at midnight tonight on @netflix. #walkyourwayout
1379                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1380                                                                                                                                         @KelloggsUS  #TEAMSATURDAYENTRY lucky charms
1381                                                                    @facebook can you help me I need to reset my password but my old email got hacked into so I can reset my password
1382                                                                                                                                                         @Reuters extremely deceptive
1383                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1384                                                RT @RightHarbor: Check out 03-10 VW Volkswagen Beetle Convertible Leather Rear Seat OEM #Volkswagen https://t.co/Wy1DL7kefu via @eBay
1385                                           i think i'm done w/ @Starbucks. now if everyone would stop giving me gift cards to the place... #helpourvets #gop… https://t.co/iWL4PHJcgU
1386                                                      RT @Johnatsrs1949: Anyone else sick of @Starbucks CEO's pushing HIS political agenda through our coffee and down our throats?… 
1387                                                                               Check out Women's Dockers pants size 10 Khaki #DOCKERS #KhakisChinos https://t.co/JIRyQR7SIR via @eBay
1388                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1389                                             RT @Reuters: Only a third of Americans think Trump's travel ban will make them more safe https://t.co/wDBhBbGLXU https://t.co/tI01mEvqGF
1390                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1391                                                                                            Check out Junk Food Navy Blue Tie-dye Peace Sign Sweatshirt https://t.co/3Ca5QibIKu @eBay
1392                                                                                  Anyone else love @Starbucks even more now? I'm sincerely proud of where my gold card money is going
1393                                                                                                       RT @K4LENisDaddy: I'm not happy about this. @McDonalds https://t.co/BpYHdyKBGR
1394                                         RT @MarkChesnutt: 1000s of homeless veterans are starving right now on the streets - yet @Starbucks wants to hire refugees @POTUS #BoycottS…
1395                                                                                                                                                              @Reuters fire them all!
1396                                             @RealJamesWoods @RepBJNikkel @Reuters Left cannot win elections without uninformed foreigners to obligate with welfare or jobs for votes
1397                                                                                                          Check out Handmade All Occasion Greeting Card https://t.co/3I3SdGOH7c @eBay
1398                                                                                                      Man RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/QJsAIyGhP4
1399                                                             RT @Disney: Leave the little town for the great wide somewhere in #BeautyAndTheBeast March 17. Tickets available here:… 
1400                                                                                                                            RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
1401                                                                             Check out Bird House Rustic Smoky-Mountain Made with Hand-Carved Bird  https://t.co/tONHccscs6 via @eBay
1402                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1403                                                                        Imprisoned for Christ Brand: Tyndale House Publishers https://t.co/DIsXHJPDqP via @amazon #Ostracized #people
1404                                                             Check out Rare Unusual Vintage Fishing Lure Letter Opener Glass Eyes Spain Inoxidable  https://t.co/WrshBHekFV via @eBay
1405                                                        Check out SMALL RUSSIAN ORTHODOX CROSS church Christian 925 Silver Russia SAVE AND PROTECT  https://t.co/2LJ9wfhoVc via @eBay
1406                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1407                                                        RT @3cb9882c032b43e: @Awake_Today @Houston_Vicious @Starbucks and what is with your LOGO ? #PizzaGate https://t.co/gA2DNOYRI3
1408                                     @nb182 @Starbucks I feel sad for you Your need to call ppl names.  Ppl like you who feel they could hide behind their devices &amp; say whatever
1409                                                                                          @apoure25 @easyJet... should be useful to look at once in EU. LFSB isn't to far away either
1410                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1411                                                                                                                      RT @boiicyeu: @trvo512 @McDonalds that nigga got huge ass thumb
1412                                           @Lrihendry @Starbucks When they demand women be allowed in their stores in the Mid-East muslim nations is when I'll go back.  #hypocrites.
1413                                                               Checked out this amazing display of @Nissan  #intelligentmobility concept vehicles 👏👏 #GINZA https://t.co/hLG5RQLz00
1414                                                                                                                           When will you start administering coffee enemas @Starbucks
1415                                                        Check out HEALTHY JAMAICAN BLUE BOMBER CAKE SOAP-MAINTAINING A DRY SKIN TONE (3)PER PACK    https://t.co/BBxDmkd7hy via @eBay
1416                                          RT @rosenbergann: Great hosting @StanfordNewYork today at @SAP @_HudsonYardsNYC &amp; insightful hearing that the she  students preferred… 
1417                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1418                                                                                                                            RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
1419                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1420                                                                                     VR Mask Virtual Reality Viewer - 3D Five Below Merchandising https://t.co/YlnOzd4fzP via @amazon
1421                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1422                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1423                                                           RT @Reuters: Warren Buffett: I bought $12 billion of stock after Trump won https://t.co/pJeydK14Sh https://t.co/AAoFa4bbZh
1424                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1425                                                                                                               @georganneb @Starbucks they have already lost me and my daily meeting.
1426                                                                                    No more @facebook ... deleted and everything. Very liberating follow me on Twitter @Brucesmitty79
1427                                                           RT @Reuters: Warren Buffett: I bought $12 billion of stock after Trump won https://t.co/pJeydK14Sh https://t.co/AAoFa4bbZh
1428                                         RT @Reuters: Trump #SCOTUS nominee Gorsuch could influence the direction of the court for decades https://t.co/c7eY8DFFWw https://t.co/6FgM…
1429                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1430                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1431                                                                                             @toastyH1Z1 @Zurvanism @RedxBreIlaZ @McDonalds well it's tasty either way at least to me
1432                                         RT @Disney: Rediscover the timeless tale of #BeautyAndTheBeast March 17. Tickets are now available: https://t.co/S6wwuIfygP https://t.co/uY…
1433                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1434                                                                                                                       Check out Randy Kemper Skirt NWT https://t.co/JM7KB7eACe @eBay
1435                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1436                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1437                                           @wendydavis @_juliannemoore @katyperry @realDonaldTrump @HillaryClinton @SenSanders @Shellback666 @Shell @Madonna @Nestle I WILL GIVE $16K
1438                                                   RT @ekimdrow: Hire vets instead of illegals and refugees @Starbucks @Starbucksnews @realDonaldTrump @POTUS https://t.co/WxSHdeWXRs
1439                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1440                                          How does the @Apple AirPods commercial prove that they don't fall out?  Dude was dancing all over the walls to Marian Hill like Spider-Man.
1441                                                 Check out 2013 Hallmark Keepsake Noah's Ark Christmas Tree Ornament QXG1465 795902376291 #Hallmark https://t.co/iXpu2QwGJ3 via @eBay
1442                                                                        hey @Microsoft i knew ppl like this growing up but when will cortana realize i just don't wanna be her friend
1443                                                                                                                                          RT @retrired2013: @Reuters Fire them all!!!
1444                                                                           @looomeow awk moment when @Starbucks already has a program where they hire vets and military spouses YIKES
1445                                                                                                                             @ScottBaio @LaurieWiese @Starbucks yeah what Chachi.said
1446                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1447                                          @redheelsandbags @SouthLoneStar @DjangoWaistDown @Starbucks    Thanks  Chuck.  Don't worry I may have been wrong  but  I don't Troll people
1448                                                                                                                                     @CBS @SuperiorDonuts glazed donuts #Tweet4Sweets
1449                                                                                                      @pasoquen @Starbucks um... well... I can't say I haven't used the bathroom. :-)
1450                                         FREE 4 a limited time - Secrets Of Manipulation: Forbidden Secrets They Don't Teach You About In Scho... https://t.co/IFirNjy2nH via @amazon
1451                                     RT @EbyFordLincoln: Congrats Jeanne &amp; Stan Atkinson of #Goshen on ur 2017 @Ford Explorer https://t.co/ysoyhb9mcs Thank you folks @EbyFordLi…
1452                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1453                                                                  RT @fox5dc: CEO Jeff Bezos says Amazon backs suit opposing Trump order https://t.co/MAMJE9AG8v @amazon @JeffBezos… 
1454                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1455                                                                       RT @RhondaHanks1: Becoming You! Evolving 😂@orangeistheneww #OITNB @OITNBNews @netflix https://t.co/KrsylAUOUL
1456                                                                                                  @krazy_kriz3253 @verizon @sprint @ATT @TMobile more coverage than Sprint in the U.S
1457                                                                                                                                                            @TMobile can I port my 📱
1458                                                                                                                                     @HYPEBEAST @Nike thought they already made those
1459                                                                            @adidas @JHarden13 trying so hard to get those new hardens!!! Gonna take the dopest photos for you guys!!
1460                                                    RT @2ALAW: Everyday for the last 7 years straight...and I'm talking 365 days a year I have purchased my coffee at @Starbucks 😡… 
1461                                                                          Trump's embattled U.S. education department pick may face Senate fight https://t.co/lO7o986l4F via @Reuters
1462                                                          RT @Reuters: About 900 State Department officials sign protest memo: source https://t.co/Rhlh4OVE9G https://t.co/CiOCvaVK6N
1463                                                                                                                 @netflix @HiMyNameIsAngie the @elijahwood movie starts in February!!
1464                                                    RT @JKPREALTY1: Pokeball Monster Ball Blind Bag Figure Pokeball Bank &amp; Stickers Toys NaNa https://t.co/sdV77CIM8v via @amazon
1465                                            RT @Dannoacton: Disgraceful @Starbucks would ignore our veterans &amp; unemployed 2 favor refugees! Legal action for #DisparateImpact p… 
1466                                                                               RT @xPekeLoL: thanks a lot! Proud to be part of the team!!! 😎 @neymarjr @Gillette #pursuitofprecision
1467                                                 RT @pscoordsen13: @netflix Just a normal day with #BatB your original program #NetflixSaveBatB @Netflixhelps https://t.co/lX0CnkzoCC
1468                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1469                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1470                                             RT @TamaraMcCleary: Excited to meet @h3lio tomorrow at @Hitachi_US booth. Funny I get my @verizon @IndyCar fix at #DTECH2017 don't you… 
1471                                                             RT: Apocalyptic thriller - THE FORTY-MINUTE WAR by Janet Morris https://t.co/SonQiiFv6F via @amazon #PerseidPress #SFRTG
1472                                         Check out ANN TAYLOR LOFT Original Crop Orange Skinny Stretch Capri Jeans Pants * Size 0 https://t.co/BFvQXDfLbb via @eBay #ebay #craftshout
1473                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1474                                                                       @CBS. Unreal!!!   I remember where I was when these awesome commercials played.  Memories!!!!   Thank you @CBS
1475                                                                                                      RT @justbeingamos: Check out Animosity The Rise 1 https://t.co/lY90wq2Qrp @eBay
1476                                                                                       @cultcommoncore @Starbucks Exactly how nonracist people feel about you not going to Starbucks.
1477                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1478                                                           RT @CieloChulacielo: @netflix #BATB   Would rather watch this show than any other #NetflixSaveBatB https://t.co/xrRrDKftWk
1479                                          RT @LornajaneCosign: Randolph Duke The Look Sleeveless Leopard Print Lined Blouse #PlusSize 2X  #Shopping https://t.co/j1vpF4hO8e via @eBay
1480                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1481                                                 @JohnLegere @TMobile I would just love for once to not be continually screwed every month on my bill that you guys keep doing to me.
1482                                                                                Check out Halloween Budget Life-Size Skull (Fourth Quality) #APPLAM https://t.co/Zrjf8yn3C4 via @eBay
1483                                                   @Reuters this monster is going to undo any positive ground we've covered in 50 years. No stone unturned looking to be destructive.
1484                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1485                                                                                                            @knowledge_owl I can't join in the lovefest #custserv @ZenYinger @Walmart
1486                                         Dear @Apple @NintendoAmerica @Sony @samsung @LGUS @ATT &amp; Other #CellPhone #VideoGames stop making so many #devices #update old end waste
1487                                                       RT @SandyAvila37: @netflix Pls make #BATB yours and continue VinCat´s magical journey #NetflixSaveBatB https://t.co/aKmjtg3mui
1488                                                          Check out ABBY Pottery Barn Kids Plush Cloth Baby Doll PBK Pink Hat North American Bear   https://t.co/GyRR3hNvUM via @eBay
1489                                                           @realDonaldTrump Challenges to #Trump's immigration orders spread to more U.S. states https://t.co/Q0ZV29Op7u via @Reuters
1490                                                                          Check out 2016 Animal Adventure Easter Yellow Duck Plush #AnimalAdventure https://t.co/CqhJZWw0t9 via @eBay
1491                                                                                    RT @Reuters: Apple defies Wall Street with strong revival in iPhone sales https://t.co/mrYlGjXlAE
1492                                                                                                                          RT @DejonHudson_: Put all episodes of spongebob on @netflix
1493                                                                RT @Reuters: Army Corps of Engineers to give easement to Dakota Access Pipeline: U.S. senator https://t.co/641w5gYpuK
1494                                             Do you like horror story anthologies? Check out Group Hex!  https://t.co/H0ebKFP2qE via @amazon #horror #scary #narcissists #psychopaths
1495                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1496                                                                                               Check out Budget Vertebral Column with Stand #APPLAM https://t.co/0fiIQQrmPw via @eBay
1497                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1498                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1499                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1500                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1501                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1502                                                                                                                  @thayesnet @TMobile @_iib_ congrats Ivan!!! 🌴🍍Peak is the best!!!
1503                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1504                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1505                                                                                                           @CBS Budweiser Lost Dog hands down to win! #budwiser  #Super Bowl Budwiser
1506                                                    RT @pepsi: Get ready to 💙 💙 💙 this exclusive new look #BTS of @ladygaga rehearsing for #PepsiHalftime! https://t.co/YHihjI9gW6
1507                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1508                                                                                                                    What I Like About You needs to be on @netflix like yesterday tysm
1509                                     RT @Adobe: The filmmakers of “Drawn &amp; Recorded: Teen Spirit” open up about the inspiration for their pop-up film at Sundance: https://t.co/…
1510                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1511                                                   Check out ATHLETA Tunic Top XS Pink Long Sleeves Drawstring Waist Stretch Womens #Athleta #Tunic https://t.co/CKnxjN4Wl7 via @eBay
1512                                                                                                                                              Please @netflix https://t.co/Q1CndFGFMC
1513                                           No goodbye from the #GirlMeetsWorld family. @netflix @Netflixhelps @hulu @hulu_support @amazon #NetflixSaveGMW #HuluSaveGMW #AmazonSaveGMW
1514                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1515                                         RT @TylerCarter4L: Came up on this nice warm swaggy ass jacket in the women's section on sale $15 ayyyy thnx @Walmart #noboundaries https:/…
1516                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1517                                                  RT @Reuters: Trump's embattled U.S. education department pick may face Senate fight https://t.co/x5ICgFejrZ https://t.co/TWI20qEEmO
1518                                                                             I just dealt with the most incompetent call centre agent from @Expedia. Customer service out the window!
1519                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1520                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1521                                                                                       RT @unipsycholing: @Reuters she is incredibly unqualified. I watched her hearing. Train wreck!
1522                                         @Starbucks would rather hire refugees over Americans. Getting boxes of coffee I'm taking to an Omaha PD precinct from @DunkinDonuts instead.
1523                                                                  RT @AndreaChalupa: How Russia sold its oil jewel: without saying who bought it https://t.co/0iNd0Yq3Nm via @Reuters
1524                                             THE PERFECT SKIRT!! J. Peterman Womens Silk Maxi Skirt Black Size 8 #JPeterman  https://t.co/MMzkWDNshu via @eBay #skirt #fashion #style
1525                                                  RT @Reuters: Trump's embattled U.S. education department pick may face Senate fight https://t.co/x5ICgFejrZ https://t.co/TWI20qEEmO
1526                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1527                                                   Check out #New #Houston #Thunderbears #Polo #Shirt #AFL #ArenaFootball #League #Rare #NWT #Large https://t.co/kNRsqqLShJ via @eBay
1528                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1529                                             @CarmenSanCarlos @Isaac060200 @The_Trump_Train @Starbucks @Starbucksnews stop pandering to Vets! You serve? What are YOU doing for vets?
1530                                                                  RT @IBM: What does #cognitive computing mean for the workforce? https://t.co/GXHDZwrp6g #AI https://t.co/QlHsSqzr7Q
1531                                                                                                         Like our new @facebook page: https://t.co/vFpazxQw2K https://t.co/LHJx7eF4WY
1532                                                                Check out Selvedge Magazine Fabric Fashion Textiles Illustration Issue 36 #Selvedge https://t.co/5HRG2MZJRx via @eBay
1533                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1534                                                                        Check out liz claiborne womens pleated skirt Size 10 #LizClaiborne #Pleated https://t.co/QF709cscMc via @eBay
1535                                                                  RT @AndreaChalupa: How Russia sold its oil jewel: without saying who bought it https://t.co/0iNd0Yq3Nm via @Reuters
1536                                           @Apple Can I just pay another $10 per month with my AppleMusic subscription and stream all of the movies on iTunes. Thanks for considering
1537                                         RT @market_forces: .@Westpac says blanket bans on new #coal projects is impractical. @DeutscheBank just became the 8th bank to do it. https…
1538                                                                                                              @KatiePavlich paid for by taxpayer dollars or @Apple lobbyists no doubt
1539                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1540                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1541                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1542                                                                                                                  @jakobmking I hear @facebook is looking for new users?! #AllTheRage
1543                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1544                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1545                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1546                                                                                                                     Check out my listing on @eBay: https://t.co/OcN9YLr2or via @eBay
1547                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1548                                                       Check out Baseline® Hydraulic Hand Dynamometer with HiRes™ Gauge - 200 lb Capacity #BASELINE https://t.co/PKYWqpQi1J via @eBay
1549                                                                        Check out 1981 Super Bowl 15 Program Eagles vs Raiders EXMT - NFL Programs  https://t.co/O4mvjoBXci via @eBay
1550                                                                 RT @jsismee: Feel the Love with New Valentine's Day Products from @Nestle @SweeTARTSCandy! #ValentinesDayGiftGuide… 
1551                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1552                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1553                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1554                                                                                                                            RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
1555                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1556                                                                                  @DefLeppard on @Google : Bringin’ On The Heartbreak https://t.co/YsIFhLxsNS https://t.co/efX8Zaghel
1557                                                                                       @pepsi @vlnto @ladygaga I know it Gaga is the best for her performance 💃💄💋👠 I love her 😍.
1558                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1559                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1560                                                         Check out Catholic Sacramental Prayer Cubes - Favorite Catholic Prayers - 24 PACK - YC903  https://t.co/b1q4gMq29D via @eBay
1561                                                     RT @Sweetsouthern02: Check out Songs of Freedom Men's Jeans Size 40x32 Colorful  Embroidered Jeans https://t.co/IAwTzO6BT7 @eBay
1562                                                        Check out .925 Sterling Silver Celtic Knot Spinner Ring Size 12 Unisex Hall Solid New No S  https://t.co/0wvWesYZD8 via @eBay
1563                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1564                                                                                         Check out 1971 Canada Silver $1 British Columbia NGC PF68  https://t.co/lFkqcv60Xp via @eBay
1565                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1566                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1567                                                 Check out PENTAX 645D 40.0 MP Digital SLR Camera Black BODY BOXED Shutter Count about 1800 #pentax https://t.co/cyXgitHcsW via @eBay
1568                                        Im going to @Starbucks tomorrow in support of their decision to hire 10k refugees worldwide &amp; the 8000+ Veterans they have already hired.
1569                                             RT @TamGlizzy: S/o To @Disney For Teaching Me At A Young Age That You Can't Even Trust Your Own Family 😂🗣 🤦🏽‍♀️ https://t.co/Ync0eGM1Qr
1570                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1571                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1572                                           @uniquelygraphic @Microsoft @amazon @POTUS @VP  NO Microsoft @ Amazon WE WILL NOT BOW TO YOUR billions of $ 2 control our GOV. TRAITORS!!!
1573                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1574                                                                                    RT @Reuters: Apple defies Wall Street with strong revival in iPhone sales https://t.co/mrYlGjXlAE
1575                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1576                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1577                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1578                                                                           @MajorJerk @scks386 @888Scott @MrEdTrain @Starbucks @Starbucksnews Trump folks love vets......very much...
1579                                         RT @SenJeffMerkley: Thanks to @Nike for denouncing #MuslimBan and helping ensure Oregon remains a stronghold for progress. https://t.co/den…
1580                                        RT @gregPAphilly: AT&amp;T’s multi-gigabit wireless over power lines. This #tech will #disrupt #wireless @ATT #stocks https://t.co/jB2MguBKhG
1581                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1582                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1583                                                             Check out NFL Football Indianapolis Colts Ladies Gray Devotee Knee-High Boots #Devotee https://t.co/EaVmtcOXwB via @eBay
1584                                                                                      @ringneckryan @KevinSerfas @McDonalds they only do use Canadian beef ! High level ab meat plant
1585                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1586                                                                                     Cute #tokyo #kawaii #handmade #ponytailholder #sakuracraft #RT https://t.co/NvfMAAC6wy via @eBay
1587                                                RT @samisprinkler34: I'm going into work tomorrow INCREDIBLY PROUD to wear that green apron. @Starbucks #DrinkStarbucksToFightBigotry
1588                                                                                                                         Almost time for those shamrock shakes @T_bone_son @McDonalds
1589                                                                                                                     @McDonalds I had me a nice Grand Mac so you should follow me OwO
1590                                          RT @DuncanWhitehead: The Gordonston Ladies Dog Walking Club by Duncan Whitehead https://t.co/6cyYQFW5JS via @amazon FREE with #AmazonPrime…
1591                                       Check out 1955 NPS Booklet - The Giant Sequoias of California - $6.05 plus S&amp;H   https://t.co/k8dBchtcP4 via @eBay https://t.co/2KpuLTeb6u
1592                                                        Check out John Travolta Picture Album Vintage 1978 The Official Ultimate Fan Postcard Book  https://t.co/guzhxG1CUX via @eBay
1593                                                         RT @elisiashoppe: 20 Inch #Catholic #Rosary Cross Necklace - Adjustable - Great Price!     https://t.co/VjOLDgs1VM via @eBay
1594                                                                              Future of #retail shopping experience is powered by #AI https://t.co/Trk8MOGJe3 @amazon #CX #innovation
1595                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1596                                         RT @SenJeffMerkley: Thanks to @Nike for denouncing #MuslimBan and helping ensure Oregon remains a stronghold for progress. https://t.co/den…
1597                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1598                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1599                                                  RT @Reuters: Trump's embattled U.S. education department pick may face Senate fight https://t.co/x5ICgFejrZ https://t.co/TWI20qEEmO
1600                                          BOUNTY: Crime Fiction Prequel to Busted (Cozy Crime Fiction Series Book 1) by Susan Swain https://t.co/LzXyimV1BX via @amazon #CrimeFiction
1601                                                                                                                                                  @Starbucks @Chappell_Cam get burned
1602                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1603                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1604                                                   I need to create a website that highlights the problem @facebook has...where people w/ flags on profile say racist stupid shit....
1605                                         RT @Disney: Rediscover the timeless tale of #BeautyAndTheBeast March 17. Tickets are now available: https://t.co/S6wwuIfygP https://t.co/uY…
1606                                                            RT @Couponmamacita: Disney #pinocchio Blu-Ray Combo Pack Available TODAY! #PinocchioBluRay @Disney check out my #review… 
1607                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1608                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1609                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1610                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1611                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1612                                                      Check out Earrings Jewelry Silver 925 genuine Baltic Amber Pin New Valentine’s Day Gift  #Pin https://t.co/MDeDbzA1nB via @eBay
1613                                                                                     How hard is it to deliver a goddamn package. Isn't that the entire purpose of your company. @UPS
1614                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1615                                      Our internal innovative initiatives got 3 golds in @BandonHallGrp: learn how w/ repost from @Adobe &amp; @AGoryachAlex… https://t.co/pVyq86J6T4
1616                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1617                                          RT @DuncanWhitehead: The Gordonston Ladies Dog Walking Club by Duncan Whitehead https://t.co/6cyYQFW5JS via @amazon FREE with #AmazonPrime…
1618                                                                                                                                  Can I have my money back @ASOS ? I changed my mind.
1619                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1620                                                                   #FORSALE 🇺🇸 1920-D 1¢ RB LINCOLN WHEAT CENT PENNY - US MINT #COIN *DAMAGE/ERROR RIM* https://t.co/sMD2rZEROy @eBay
1621                                                                Dear @CouncilmanTim we want you to vote YES to cancel Seattle's $3B contract w/ @WellsFargo #StartWithSeattle #NoDAPL
1622                                                                                       @angieblackburn @lilrascal01 @mlong42947 @RealJamesWoods @Reuters we need to wake more up tho.
1623                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1624                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1625                                         RT @Disney: Rediscover the timeless tale of #BeautyAndTheBeast March 17. Tickets are now available: https://t.co/S6wwuIfygP https://t.co/uY…
1626                                                             RT @IBM: Partygoers were jumping for joy when @dybrkr and #IBMWatson created the World's First #Cognitive Dance Party:… 
1627                                                                                                                    @crashrider @amazon I use @amazonsmile and support @StackUpDotOrg
1628                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1629                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1630                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1631                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1632                                                                                                                     Is there any truth at all to this @Nike? https://t.co/A0o6bWcm2P
1633                                           Bring In The New Year With These #bingeworthy shows on #Netflix &amp; $30 @netflix #giftcard #giveaway https://t.co/UBUbORNDLn #streamteam
1634                                                                                                            RT @Atsxxz: peep the commercial i made for @Apple https://t.co/azYjPZSGgD
1635                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1636                                                                                         SHIT! @Apple I WANTED TO SAY FUCKING SHIT! STOP CORRECTING ME PUSSY! https://t.co/bNHMNTljaA
1637                                                                         RT @CBS: No one can forget @CindyCrawford's iconic 1992 #SuperBowl commercial. #SBGC https://t.co/Qhp8FlddKU
1638                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1639                                                                      RT @pepsi: We’re on the right track 👶!  #5days to #PepsiHalftime. Join the ⌛ with a #FanCountdown 📹 and 👀… 
1640                                                                                                                                       This is amazing @Apple https://t.co/joAky3F3yf
1641                                                                             Apple defies Wall Street with strong revival in iPhone sales https://t.co/RTTltvFTuA via @Reuters #nsa17
1642                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1643                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1644                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1645                                             RT @LadyMingPR: So much fun! @Marvel @AgentsofSHIELD cast watching tonight's ep. Q&amp;A after. @Microsoft #studio Thx @JasonMiyashiro… 
1646                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1647                                                                                                         RT @Audi: The power is in your hands. #AudiA3 #etron https://t.co/vOfH7TWFKH
1648                                                                           RT @Reuters: Obama says disagrees with discrimination based on religion: spokesman https://t.co/1x0H2a9eoJ
1649                                     Thank you @Starbucks for doing something to actively help. All people who want &amp; can work should have the opportuni… https://t.co/lS3XQtuEFE
1650                                         RT @BtuflyBoutique: Celestial Seasonings Sweet Harvest Pumpkin Black Tea 120 Teabags 6 Boxes https://t.co/Bjvvp8uZQB @eBay https://t.co/sjY…
1651                                                         Check out Lot 4 DAVE PELZER Child Called It Lost Boy Man Named Dave Privilege Youth Abuse  https://t.co/SvBmb6lQmu via @eBay
1652                                                                 RT @TheRickWilson: U.N. Security Council expresses 'grave concern' over Ukraine https://t.co/eW9OPEtL8l via @Reuters
1653                                                 RT @Reuters: A barb at Germany puts Trump administration on collision course with EU https://t.co/FhDOjXqAWE https://t.co/bUZjSXhSdE
1654                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1655                                            @ashleylynch Did you see @Starbucks response w/statistics on their veteran hiring initiative last 4 years? didn't calm the crazies though
1656                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1657                                                        Check out .925 Sterling Silver Men Chain Link Ring Size 11 Spinner Hallmark New Solid No S  https://t.co/PRknXk9yRS via @eBay
1658                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1659                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1660                                             RT @Reuters: Only a third of Americans think Trump's travel ban will make them more safe https://t.co/wDBhBbGLXU https://t.co/tI01mEvqGF
1661                                                        Check out 🐣Easter Basket Fillers Chick Magnets Egg Fillers Party Favors Easter Favors 8Pc  https://t.co/VIpQmguii7 via @eBay
1662                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1663                                                              Check out Grateful Dead Bears Rare Tie Dye 25th Anniversary 1990 Tour T Shirt MINT Mens L https://t.co/Ey8XctxX2x @eBay
1664                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1665                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1666                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1667                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1668                                         RT @Reuters: Trump #SCOTUS nominee Gorsuch known for questioning power of administrative agencies. More on our LIVE blog: https://t.co/H7UI…
1669                                                                                                                @Starbucks will always love Starbucks. Will even taste better now. :)
1670                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1671                                                                  Check out *NEW* Kitten Ladybug Figurine From Artist Kayomi Harai Limited-Edition  https://t.co/Z8uavGJmdj via @eBay
1672                                                                       Talbots Petite Navy Emblem Stretch Blazer Jacket Petite Size 12 Great With Jeans https://t.co/Q7rFjuFvGV @eBay
1673                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1674                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1675                                     RT @ceciliaburns001: Let's thank &amp; support companies that resist the #MuslimBan. @Postmates @Nike @netflix @lyft @LinkedIn #RESISTANCE #The…
1676                                                                                                                  Covering Trump the Reuters Way https://t.co/HULSkXbih6 via @Reuters
1677                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1678                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1679                                                              Check out 1321~Tiny Goldtone Rhinestone Faux Pearl Figural Wishing Well Brooch Pin**  https://t.co/gOCs3U7x8i via @eBay
1680                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1681                                                                            So just how water resistant is the iPhone 7?? Mine may or may not have just fallen in the bathtub. @Apple
1682                                                                        King or Queen Bedspread Vintage 1970s Graphic Print Trees Blue Green Grey Retro https://t.co/EMTXvoVcbP @eBay
1683                                                                         U.S. House Republicans finalize list of rules to kill in Wednesday vote https://t.co/ILPi0bk86u via @Reuters
1684                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1685                                                                         Dollar sags after Trump takes aim at currency policies of U.S. partners https://t.co/OpaWmxTkEt via @Reuters
1686                                                                         Confusion:-Kenya's syndicated loan delayed- bankers frustrated with GOK https://t.co/KwocCbfgLg via @Reuters
1687                                                                            Tech companies to meet on legal challenge to Trump immigration order https://t.co/qscVDs5nVq via @Reuters
1688                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1689                                         RT @hm: Recycle all your unwanted garments at any #HM store. Thank you for helping us #CloseTheLoop! https://t.co/Ddwim7100u https://t.co/k…
1690                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1691                                                                RT @ntvnyr173: @muzikgirl11 @JeffBezos @amazon @TechCrunch this idiot wants cheap labor doesn't want to pay Americans
1692                                                                                                            Check out Boy Scouts pocket flashlight  https://t.co/73hEkO9FgD via @eBay
1693                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1694                                                                                                                                                @PaulGelb @Apple yes this is awesome!
1695                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1696                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1697                                             @MomOfWalle @NASCAR4280 @Starbucks its really sad you have to resort to calling people out on their looks when you know your logic is BS
1698                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1699                                                                                                                               @GoldmanSachs poor Sandwich generation coping with XYZ
1700                                                               RT @CBS: Get milk or save the world? A classic Super Bowl commercial featuring @TheRock. #SBGC https://t.co/IxsKWb9xoJ
1701                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1702                                                         Check out Beer Greeting Love Thanks Six Pack Greeting Card Box Gift Valentine Heart Soda   https://t.co/wLysV1G4PG via @eBay
1703                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1704                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1705                                         RT @BTVI: #India awaits the big #Budget boost https://t.co/DBLTTGdNB0 @szarabi @arunjaitley @FinMinIndia @jpmorgan @Barclays #BudgetWithBTVi
1706                                                                                                                    WHAT THE CRAP @ATT I HAD THIS IS US RECORDING AND IT DIDNT RECORD
1707                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1708                                                                                      RT @Chris_Laudando: @GitEmSteveDave @Apple Ungrateful! Trial by Fire...Ant 3 @TellEmSteveDave ?
1709                                         RT @swiftiestdreams: @ThisisCristyJ @ATT @taylornation13 oh my gosh Cristy! I wish I wish they would !! C'mon c'mon say that we'll be toget…
1710                                                     RT @Reuters: Trump to nominate Rod Rosenstein to be deputy U.S. attorney general https://t.co/AzoewezAC5 https://t.co/PTpcZVPufb
1711                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1712                                                                                                                                                                  @netflix please bro
1713                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1714                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1715                                                                                                   The Dream Police: A Rock Novel by Randy Blazak https://t.co/vYDPfzD75w via @amazon
1716                                            Digital world and suitcases. Such customary. @Apple could have taken the business opportunity of promoting iPads? https://t.co/m1bwWDmSUk
1717                                                         Check out Michael Kors Authentic Slim Runway Silver Dial Leather Ladies Wrap Watch MK2475  https://t.co/nPy6UIQFui via @eBay
1718                                           New @Reuters poll: Only 31% of Americans think #MuslimBan will make them safer https://t.co/BRdOIRAmPH Maybe safety isn't real motivation?
1719                                         RT @Reuters: Trump #SCOTUS nominee Gorsuch known for questioning power of administrative agencies. More on our LIVE blog: https://t.co/H7UI…
1720                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1721                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1722                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1723                                          . @amazon confused why you would advertise on a site that promotes racism.  https://t.co/K0IPi2Vc3g  @slpng_giants @adstrike_us #defundhate
1724                                                                I've seen three articles today about artificial intelligence that use the @Adobe @Illustrator logo as the main image.
1725                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1726                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1727                                       RT @SmartEnergyGB: We're at @IBM discussing how #smartmeters &amp;amp; behaviour change is crucial for Great Britain's energy @BEAMASmartGrid…
1728                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1729                                                 RT @Reuters: U.S. House Republicans finalize list of rules to kill in Wednesday vote https://t.co/dOJwR8N8M9 https://t.co/VlIM3tLfaS
1730                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1731                                                                                                                                             @footlocker @adidas how many per person?
1732                                              RT @dickskitchen: On @netflix Feb 1 Watch it! Great segment on @Niman_Ranch @DefendingBeef Friends of Family Farmers sustainablefilms… 
1733                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1734                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1735                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1736                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1737                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1738                                                 @VerizonSupport @verizon @VZWSupport its 12:30 and my data useage still says as of 7:14 pm. Assuming ill have a refund if i go over?
1739                                                                                                                    @NFL @FedEx Jersey Wolves Basketball Club https://t.co/mDHwDwcipw
1740                                         @Google she doesn’t use Twitter. That’s why I’m contacting you. She has already tried that link numerous times. Any other way of mailing you
1741                                                    Check out Airfix Ruined EUROPEAN BREWERY Undecorated Resin Model  Military?  1/76    E8 #Airfix https://t.co/RdkOOqVugZ via @eBay
1742                                                                                    RT @Reuters: Apple defies Wall Street with strong revival in iPhone sales https://t.co/mrYlGjXlAE
1743                                                            RT @ZDBoutique: Check out Boden Dress Shift US 8 Textured Cotton Blue NEW #Boden #Shift https://t.co/jMgee8YCGZ via @eBay
1744                                                                     RT @AdobePolicy: Great ideas can come from anywhere. That is why 100+ @Adobe employees mentor young creatives.… 
1745                                                                 Indiankala4u Ladies ethnic Chikankari Hand Embroidery Georgette Top/Tunic Bla... https://t.co/On0DlUtkH0 via @amazon
1746                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1747                                         RT @TimBuckleyIEEFA: A global milestone - @DeutscheBank will no longer finance greenfield thermal #coal mines nor coal fired power plants h…
1748                                                   @Starbucks How about I just boycott anything that @ScottBaio is affiliated with? #BoycottScottBaio Thanks Scott for the incentive.
1749                                                                    @comcast I’m having a hard time believing only 1% of your users are getting these emails. https://t.co/fgwFAwBkQI
1750                                                                                                                                         @thickbitchtyler @Apple what happened to it?
1751                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1752                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1753                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1754                                                                 RT @macmixing: Been crushing it lately on Tomb Raider with my @HP Omen X! Check out my ultimate gaming setup here:… 
1755                                                                                       @thickbitchtyler @Apple LOL JUST CHILL DONT STRESS MY IPAD IS FUCKING BROKE TOO OH FUCK APPLE!
1756                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1757                                                                                                      Rooms by James L. Rubart https://t.co/cC3tnRqSt4 via @amazon kindle $0.99 today
1758                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1759                                                                                    Cute #tokyo #handmade #ponytailholder #hairbun #sakuracraft #RT https://t.co/Und1whkXJd via @eBay
1760                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1761                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1762                                         RT @swiftiestdreams: Listen @ATT @taylornation13 ain't no mountain high no valley low no river wide enough baby Just call 🎟🙋🏻I'll be the… 
1763                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1764                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1765                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1766                                                                                                                                                  @netflix please add #pootieTang🙏🏾
1767                                                                  Check out Barry Sanders - 1991 Upper Deck Game Breakers Hologram - PSA 8 (NM-MT)  https://t.co/KywEZj3F1o via @eBay
1768                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1769                                                                 Check out Willie McCovey Highlights - 1980 Mrs Butterworth's - Topps 3-Card Cello  https://t.co/rsYnF9bpCj via @eBay
1770                                                 RT @theoptionoracle: Every Retweet sends a message to the CEO of @Starbucks that they've lost another customer.  #BoycottStarbucks… 
1771                                                            RT @Reuters: U.N. Security Council expresses 'grave concern' over Ukraine https://t.co/khjsHCOtvM https://t.co/B3vvMiDA98
1772                                                                                                                                             @sprintforward I have @ATT call themmm !
1773                                                                                                                            RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
1774                                                      RT @Reuters: Goodbye roaming: EU clears final hurdle for end of roaming charges https://t.co/xTN00SWXjl https://t.co/RISvIToVbX
1775                                                                                                            @TMobile why does this service suck donkey dick #LetsSeeIfTheyClapBackLol
1776                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1777                                         RT @Disney: Rediscover the timeless tale of #BeautyAndTheBeast March 17. Tickets are now available: https://t.co/S6wwuIfygP https://t.co/uY…
1778                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1779                                                                                                                            RT @Drops: yo fuck you @McDonalds https://t.co/NEUCDMBGMe
1780                                                                                            BIG LEAGUE Magazine Rugby League 1980 NRL / ARL / NSWRL https://t.co/DuqzldQ7zp via @eBay
1781                                                                 RT @TheRickWilson: U.N. Security Council expresses 'grave concern' over Ukraine https://t.co/eW9OPEtL8l via @Reuters
1782                                                      @HomeDepot what is your policy on management accusing customers of fraud when attempting to return items to one of your stores?
1783                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1784                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1785                                         RT @incrediblereads: An Invaluable book about raising #Quails https://t.co/no5YLs89F7  via @amazon #Amreading #birds #wildlife #startup #st…
1786                                                          Exclusive: Only a third of Americans think Trump's travel ban will make them more safe https://t.co/c62yRlqBef via @Reuters
1787                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1788                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1789                                                                   @Sodapoppintv @Sony Damn that blows :(.  If UPS dropped it off you know that monitor took a roll down the driveway
1790                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1791                                                                        @thisisjustasay @Reuters you should read my tweets that end on a comma. ;) Plus I can't afford an editor yet.
1792                                         RT @TripAdvisor: RT if traveling has helped you broaden YOUR horizons. #WhyWeTravel #TravelTuesday #TuesdayMotivation https://t.co/AN0v5sbl…
1793                                         How To Increase Your Chances Of Winning Bets https://t.co/hqJQv6rxqt via @amazon #bets #odds #LIVCHE #liverpool #Chelsea Arsenal Epl Watford
1794                                             .@playmentHQ is a 2 sided mkrtplc that helps large companies bring cost-effectiveness + speed to operations ~ @googledevs @Google #LPA17
1795                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1796                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1797                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1798                                        RT @xPekeLoL: having a quack with one of the boston public garden ducks @OGCyanide @Gillette touring us around boston 😃 https://t.co/ibJus7…
1799                                            RT @MacraStar: Check out 2 Pair Boys Shoes &amp; Sneakers Black Dress Shoes and Disney Cars Sneakers Size 6 https://t.co/9DnHhvtMlk @eBay
1800                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1801                                            @RealJamesWoods @ETTalkShow @Reuters Hopefully Trump will end the Federal Reserve's as-yet-interminable war &amp; uproot the institution.
1802                                                                                                                RT @icantfindmymum: @trvo512 @McDonalds that nigga got huge ass thumb
1803                                              Quilting for Beginners: A Start-up Guide to Creating Your First Quilt by Anna... https://t.co/vWxzd3ntX9 via @amazon kindle $2.99 today
1804                                                                      Check out NEW DISNEY BABY MICKEY MOUSE PACIFIER &amp; HOLDER 3 PIECE SET BPA FREE https://t.co/Slh4p5y1Al @eBay
1805                                                                               Check out SEAGULL STUDIOS Heart Warmers Daughter Tea Light candle holder https://t.co/liNIpPkXWL @eBay
1806                                               RT @pepsi: We’ve got @LadyGaga’s #PepsiHalftime show under the 🔬 and it’s looking 🔥🔥🔥. Check out this #BehindTheScenes 📹 👆of h… 
1807                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1808                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1809                                                                   Check out PREDATOR HELMET STREET FIGHTER MOTORCYCLE DOT APPROVED #Cellos #Helmet https://t.co/21Gsj9iRZY via @eBay
1810                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1811                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1812                                                                 RT @jsismee: Feel the Love with New Valentine's Day Products from @Nestle @SweeTARTSCandy! #ValentinesDayGiftGuide… 
1813                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1814                                             RT @LadyMingPR: So much fun! @Marvel @AgentsofSHIELD cast watching tonight's ep. Q&amp;A after. @Microsoft #studio Thx @JasonMiyashiro… 
1815                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1816                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1817                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1818                                                                                                          RT @trvo512: are you fucking kidding me? @McDonalds https://t.co/YgNCoLqJhr
1819                                                         Check out UNISEX T-SHIRT ASIAN ELEPHANT MULTICOLORED STONEWASHED SIZE XL #THEMOUNTAINBRAND https://t.co/AJsWTjiQ55 via @eBay
1820                                           Live interview on @CNBC Life Hacks now: https://t.co/PPFeISaEhk OR https://t.co/eoIrC46d4W @TelenorGroup @facebook https://t.co/kFCAd6ucAh
1821                                                                      RT @ISBDESIGN: Check out Logo Design Promotion Just $5 - Delivery In One Day  https://t.co/4XJh79UA1l via @eBay
1822                                             .@AppleSupport is it possible for your company to ditch #FedEx for a more responsible carrier? @UPS for example? https://t.co/lr929x1gGO
1823                                                                                       @tomonslowcole @BMWMotorsport @BMWUKMotorsport @BMW @BMW_UK @BMWGroup awesome bro #doitjustice
1824                                                          RT @Pippi_Dust: Men's Under New Management T-shirt For Bachelor Party 3XL Black Unknown https://t.co/e7rK6l0Vqo via @amazon
1825                                               RT @VittoVe: @Starbucks CEO Howard Schultz @Unibocconi captured by #italian #Excellence in F&amp;B #MFB success is bigger when share… 
1826                                         RT @TeamNickJJx: Check out NEW Who's Afraid Of The Big Bad Bunny RRP £6.99 Anti-Bullying Book For Kids https://t.co/UuB8rG6pg9 @eBay FREE P…
1827                                                                                                           RT @netflix: In the not-too-distant future. @MST3K https://t.co/L9IpZW2Cmb
1828                                                                      indian latest bollywood designer sarees pakistani wedding bridal saree blouse https://t.co/aHoklJaRqz via @eBay
1829                                         RT @Tesco: The kids will love our bite-sized #PancakeDay idea! Watch our video for topping inspiration. https://t.co/BvemNmyAuw https://t.c…
1830                                                         Check out 4.50 CT. 100% NATURAL RUBY SAPPHIRE FACETED OVAL SHAPE EXCELLENT XMAS GEMSTONES  https://t.co/Jbf6UVpIba via @eBay
1831                                                          RT @RDNTXUS: @Syfy @SyfyTV @mccumberc @NBCUniversal @netflix @UCPisTV This angel's lovely wings SHOULD b black. PLZ BRING… 
1832                                                                  Apparently Rav Navon suspended his @facebook account by himself. He was getting too much stuff from the LGBT crowd.
1833                                                                   RT @ashwinpatel1a: New USB Rechargeable Electric LIGHTER @facebook https://t.co/RpoBxeFjiW https://t.co/ysBP45YhtT
1834                                                                                                                                @Heineken Heineken Nightlight https://t.co/JjKCDfdGTJ
1835                                        RT @Disney: Second ⭐️ to the right and straight on to @DisneyStyle’s Tinker Bell eyeliner art! (🎨: vladamua on Instagram) https://t.co/th5N…
1836                                                                                                                            @netflix do the LORIEN LEGACIES! #lorienlegaciesonnetflix
1837                                                        RT @Tesco: Sweet or savoury? American or French? Our world #PancakeDay ideas cater for every taste. Watch and get inspired!… 
1838                                                                                       RT @LupeFiasco: #DrogasLight CD's &amp; Vinyl available from @amazon - https://t.co/mbU0Sl7TpL
1839                                                                                                                          @netflix take a seat and grab a pen https://t.co/ERXB8pN3tU
1840                                                            Check out POLO Ralph Lauren Handkerchief hanky scarf bandana Check Multicolor Auth New  https://t.co/QFFLTCgjlr via @eBay
1841                                                                              RT @Reuters: U.N. to vote Tuesday on Syria sanctions despite Russia veto pledge https://t.co/wXK2d75lUe
1842                                                                                                                              @ATT they also get cell phones. https://t.co/zjUMwi2ukn
1843                                                                   @CNN I rather watch @KevinSpacey as Frank Underwood on @netflix. At least he knows what he is doing. #houseofcards
1844                                         RT @RCDefense: Retired Military Officers Push for Increased Diplomac Funding | via @Reuters @yjtorbati https://t.co/QZVrYfUSD7 https://t.co…
1845                                              How charged is my iPad? For the students in our Hub to learn device management @Apple @edchatNZ #digitaledchat… https://t.co/x3zk4T0PN8
1846                                                  Check out 925 STERLING SILVER CUTE DESIGN AMETHYST STONE PENDANT S. 2 cm #SilvexImagesIndiaPvtLtd https://t.co/NbTr57pVuQ via @eBay
1847                                                      RT @cnbcipr: .@ArjunKharpal and @cnbcKaren live on @facebook now with the CEO of Telenor #LifeHacksLive https://t.co/VsTGzDhz5x
1848                                                                                                               RT @AamirLiaquat: Thanks #Google @Google #Edhi https://t.co/OD7vO4RFC2
1849                                                                                                                                The Light Within  https://t.co/BdQCdwXYqr via @amazon
1850                                                                     Check out Bruiser Brody Memorial Weekly GONG 1988 with Mini Poster from Japan  https://t.co/5Gn2y1n2Vx via @eBay
1851                                                        Check out Furniture Fabric Material Samples High-end Upholstery LOT Crafts Wearable Art 02  https://t.co/O4F7szCgn0 via @eBay
1852                                                               RT @VentureOnlineUK: 250 A4 Letterheads Printed Full Colour 1 Side #UnbrandedGeneric https://t.co/K95ibWOJva via @eBay
1853                                                                                           @Reuters Excellent! #Voteout #EU #Socialist #Democrats everywhere. https://t.co/RTO5qUjkXS
1854                                           RT @rosenbergann: Live Business &amp; Connected World is performance ready with SAP Cloud Platform for #IoT @SAPLeonardo and @Apple #iOS… 
1855                                                      Check out  Mountain Bike Electric Power Bicycle Damping with Lithium-Ion Battery 36V #Ancheer https://t.co/lEbFdWcxiD via @eBay
1856                                                            RT @amazon: New deals. Every day! Check out today's deals in Electronics. https://t.co/SLKJKKSCbs https://t.co/WeLbzJoCZ8
1857                                                                 RT @RafRatinam: Had to screenshot this. Made my day. Thanks @Apple 💪🏽💪🏻💪💪🏿#MLKday2017 https://t.co/npOlaAliQ4
1858                                                                                           France: Reasons to be bullish despite election stress https://t.co/MHARewMCTx via @Reuters
1859                                                   Check out Bag Of Bunny Farts Cotton Candy Funny Unique Easter Gag Gift Basket Filler New #Easter https://t.co/1nAbhQVP3s via @eBay
1860                                                                                  Ready for #thales press conference #annualresults  @thalesgroup in Paris HQ https://t.co/lHJioKrdNb
1861                                                                                                                            The making of “Pearl” https://t.co/OdyMIr03LW via @Google
1862                                                            RT @Reuters: Iraqis are world's most generous to strangers: global survey https://t.co/R4PeWnE0mP https://t.co/lEnwgaCkK4
1863                                                        RT @Cisco: Meditation &amp; mixed reality technology have more in common than we think. Explore #VR therapy in #CiscoFocus:… 
1864                                                             RT @pjpmarques: Great AI discussion at #realmachine with @feedzai @WellsFargo and @pedrobizarro. https://t.co/9u1gbtmEeA
1865                                                     RT @map2271: #Sexy Costa Blanca #PolkaDot Kitten Heel Pumps Size - 9W  https://t.co/edjxnxLiJl via @eBay https://t.co/MMOG0brGlt
1866                                                                          RT @Reuters: Daily Briefing: Euro break-up; nerves rising - https://t.co/2TF7gP6g6J https://t.co/KCnR2VVnT0
1867                                                    RT @NeilOKeefe: Why @dma_usa member @Adobe Is One Of The Most #Innovative Companies Of 2017 @FastCompany  https://t.co/oLx4Bd96E6
1868                                                                                                                                                 @endclothing @adidas backboor again?
1869                                                                                                    RT @info_seventeen: @Nike I LOVE YOUR NEW COMMERCIAL 😍👏 https://t.co/0rPHZEjAPD
1870                                                    Happy #PancakeDay! Head to @Tesco to pick up all the ingredients you'll need to make a delicious stack 😍 https://t.co/4MmvXPXS3I
1871                                         RT @Greenpeace: BREAKING: @Shell made a film in ’91 warning of #climatechange danger. They did nothing. #ShellKnew #ExxonKnew https://t.co/…
1872                                                                                         @Inteliot @IntelITCenter @BMW @ericsson Poor timing considering recent rollercoaster deaths.
1873                                         RT @GiveawayBandit: A great reason to stay in for #TysonFreeMovieNights Free movie nights with Tyson and @redbox from @Walmart  #AD https:/…
1874                                         .@IdeaDeals @eBay @Comercio_Center Perth Mint 2.5g gold ingot for sale. https://t.co/YsdN5SGcra #Gold #Promote #Save https://t.co/ZkGkNW1tPg
1875                                                                                                                             @netflix pls get the first pokemon movie on your list 💖
1876                                                                                                                   A new @McDonalds is coming to #Derbyshire: https://t.co/EkYRs7o44R
1877                                                                   Check out Kim Rogers Women's Lightweight Yellow Quilted Polyester Jacket Size Medium https://t.co/2YaZKwINpE @eBay
1878                                                                                        Check out Old Navy Women's Knit Paisley Pink/Red Blouse Size XS https://t.co/9BbNZSO1D2 @eBay
1879                                                                                                Check out Nike Kids Girls shoes Black and Blue Size 4.5 https://t.co/ux7gNyK157 @eBay
1880                                                                                                                     Look what I found on @eBay! https://t.co/VnyK6yUWD2 via @eBay_UK
1881                                                                                                                                                                    @Tesco of course!
1882                                                                                                                            'mHealth at SXSW 2017' - https://t.co/CD97RSSwGf via @GSK
1883                                         At @IBM NextGen event at #mwc17 where the Apple partnership presentation mentions an app to support nurses #mhealth  https://t.co/jbXULYp1RN
1884                                                                              @MorganStanley trims its @Flipkart valuation once again https://t.co/4ZV7QrTEvE https://t.co/WqeEvowKn8
1885                                                                         RT @yicaichina: .@amazon and @netflix score 4 awards at the #Oscars https://t.co/xMQu6ArvFN via @VentureBeat
1886                                                        Check out 14K Yellow Gold Round Cut 1.7 Ct Diamond Engagement Ring Wedding Band Bridal Set  https://t.co/Tqew1bd6Sh via @eBay
1887                                                      RT @XabiAlonso: Proudly presenting:all black #UltraBOOST. Limited Edition. @PorscheDesign Sport by @adidas. Dropping March 1.… 
1888                                         #Best Seller: #HorizonZeroDawn #PlayStation4 by @Sony Computer #Entertainment for $59.99 https://t.co/a1P717buQo #free Shipping #gaming #ps4
1889                                               RT @kourtneelynne: Wow!!! Just loving the whole sci-fi direction of this short film! So creative 👽#TheReceipt @Walmart #Oscars  #ad… 
1890                                                 RT @livegreenordie: Sturgeon says UK PM May nudging Scotland towards second referendum https://t.co/K3VhgljemZ via @Reuters #IndyRef
1891                                                                The Thought Leader Interview: @generalelectric Bill Ruh on the Industrial Internet Revolution https://t.co/CyMgWNrBJ1
1892                                                                         RT @TheAcademy: Relive @johnlegend’s magical #Oscars performance. Presented by @ATT. https://t.co/K6f88qTgFI
1893                                                                                                           Five Ways @FedEx  Supports Global Entrepreneurship https://t.co/SPRkKuRK3p
1894                                                              RT @asifa4tweets: Sextastic!: Improve Your Love Life in Seven Weeks by Janalee Beck https://t.co/wXx8ALBBzA via @amazon
1895                                            RT @ArtandArtyThing: Check out my listing on @eBay: https://t.co/0OuLVE7g5c via @eBay_UK 25x60x3.5 #artist #canvas #art #crafts #painting
1896                                                                                                                                 @cedarsjwsurvey @amazon @amazonbooks ~well deserved!
1897                                         RT @BlunderApp: The #hackdgap final already started at the @Nestle Stage of @4YFN_MWC!! Good luck to every finalist!! Here we go!! https://…
1898                                                                          RT @SuperSaf: Great to see @Google honour Abdul Sattar Edhi on his 89th birthday 🙂 https://t.co/FLUV2PMGZp
1899                                                    RT @ubuntu: The future of industrial cloud solutions from @IBM Blue Horizon's collect and sell data autonomously #MWC17 Hall P3… 
1900                                                                                                     @abdulka86832718 @Google great man great thinking...May his soul rest in peace..
1901                                           U.S. link for my new crime thriller Drug Gang #druggang #book #crimenovel #bookclub #drugs #neilwalker https://t.co/3Y4iAsBC6D via @amazon
1902                                                                                                                              @OKHolding @ASOS YUPP... you can imagine I'm FUMINGGGG!
1903                                                                                               UPDATE 1-Russia says may speed up oil output cuts https://t.co/3MNG07fWid via @Reuters
1904                                                                Ceramic Witchcraft #Wiccan #Altar #YinYang Magic Wand Spell Books Unique Item VGUC  https://t.co/cZvpgD8jcm via @eBay
1905                                              RT @WhiteRoseBxl: #euindustryday We're learning about all the advanced technologies of the future. Speakers from @Siemens and @Airbus… 
1906                                                                                                                 @NatalieBGoldman @Reuters you wish...keep living in snowflake world.
1907                                                                 Check out MINNESOTA VIKINGS CHESTER TAYLOR REEBOK ON FIELD REPLICA JERSEY YOUTH MEDIUM https://t.co/YdYBDSIpAM @eBay
1908                                                        RT @aliciamarie112: Enjoy chocolate? Try the new Milka OREO candy bar @Walmart and get a $1 Ibotta rebate #NewMilkaOREO #ad… 
1909                                                                                        Coal revival means big stock bonuses at bankrupt Peabody https://t.co/gNSWfGVS5h via @Reuters
1910                                                          Blouse: @hm | Jeans: @ASOS | shoes: @UterqueOfficial #OOTD #style #fashionblogger #fashion #blogger https://t.co/tiNpzBlrBV
1911                                                               RT @Reuters: Philippine president says some police to rejoin drugs war https://t.co/eZObKheYve https://t.co/lq1X1qu5TZ
1912                                                                          Check out CK3  EARLY OVERPRINT STAMPS FROM ALBANIA CUT FROM AN OLD ALBUM  https://t.co/EaLd8XNaOZ via @eBay
1913                                                                                                                  Check out my listing on @eBay: https://t.co/bYl0xrxVqz via @eBay_UK
1914                                           RT @dianeandeds: Ornate Manhattan Brass Co Handled Urn Lamp Tulip Shade c. 1880  https://t.co/vmnBpdzx4F via @eBay https://t.co/oSSQxdE0Tw
1915                                                                                                                   @Tesco hi have you got any launch day switches left to pre order ?
1916                                                                                                                     @Ryanair When will the new STN-FRA routes be available to book ?
1917                                            RT @Carnoldcoaching: Great to hear from @cj_dinenage @passionmarket @easyJet talking about avoiding a lost generation #FirstWomenSummit… 
1918                                                   RT @AmMoshe: Check out Handmade Ring Fashion Jewelry Sterling Silver 925 With Gold 10k #Handmade https://t.co/iSXH9vsGz0 via @eBay
1919                                                             RT @Reuters: The globetrotter confined - the hardening of Geert Wilders: https://t.co/VFH4HoD6oj https://t.co/d6wmfyYQcf
1920                                                   RT @partskeeper: Nice '72 #Datsun #240Z @Datsun_Garage @OldSchRides @saveautohistory @Nissan @BCJr @Bertieschip @GeorgeCochrane1… 
1921                                                                                                                         Check out Singfiller 2ml FINE  https://t.co/95bbyzlKdW @eBay
1922                                                  RT @CloudExpo: Encore Presentation of @KevLindsay's #IoT Keynote ▸ https://t.co/pFt4qOAJYo @Adobe @AdobeTarget @24Notion #M2M #AI… 
1923                                                       RT @GSK: Today’s the 10th @rarediseaseday! We’re celebrating the value that patients play in research. RT to show your suppo… 
1924                                                                         Check out Boys Long Sleeve Green White Plaid Brown Buttons Approx sz 6- 7  https://t.co/LLnnATYWBV via @eBay
1925                                                 Check out Bassiri Men's Short Sleeve Shirt Plum Beige Ivory BLK 49281 100% Microfiber 5XL #Bassiri https://t.co/NVQkrJxMP3 via @eBay
1926                                                                           Japan factory output unexpectedly falls as exports of cars to US slow https://t.co/0CS8WZyblZ via @Reuters
1927                                                                                                             @adidasFballUS @adidas @adidasUS @Slaayster win your own Island?!????!?!
1928                                                                                   FMCG will continue to be growth driver for @amazon https://t.co/1fyn942jal https://t.co/ypyIb4B87r
1929                                                                                 Marshall Islands first to ratify global HFC greenhouse gas pact https://t.co/FNshUFDNzI via @Reuters
1930                                         RT @U5manA: @Google beautiful way to remember a man who did so much for Pakistan and Humanity. @Edhiorg #AbdulSattarEdhi https://t.co/9lMAp…
1931                                                         Check out Vintage L.L. BEAN Dark Gray Plaid Wool Hunting Jacket Chore Coat Men's L #LLBean https://t.co/t3MN2vjKIs via @eBay
1932                                                             Check out PANTALONE STRECH CASUAL UOMO TAGLIE FORTI REMIS 54 56 58 60 62 64 68 70 76   https://t.co/4Es5X8kRQK via @eBay
1933                                                                                                @Reuters Will they have to pay 'donation' to Trump Foundation to secure the contract?
1934                                         Britain urged to mind the gap on promises over boosting women's pay https://t.co/GKZYOzAGnb @Reuters #GenderEquality https://t.co/sHCCCwdxcB
1935                                                          RT @hm: From Paris with love! We're prepping for the #HMStudio fashion show tomorrow. Stay tuned. https://t.co/XZgFpWpoX1… 
1936                                     RT @travelingmoms: New @Hyundai Elantra Sport impressed! Sporty but affordable it provided a great ride w tech &amp; luxe touches. https://t.co…
1937                                         RT @AA_Sports07: Check out Sammy Watkins Buffalo Bills Signed 8x10 Photo w/ COA #BuffaloBills https://t.co/3wYpTWZawc via @eBay #NFL #GoBil…
1938                                         RT @Reuters: Iraqi security forces approaching main government complex in western Mosul - officer https://t.co/VvlIwHuuV1 https://t.co/XVHa…
1939                                                 Michigan: Don't sell @Nestle 100M gallons of groundwater for $200 and 20 jobs. @onetoughnerd that's bananas. https://t.co/NPGTFDsZfl
1940                                         RT @LongWait4Bella: This one is my favorite of the three! See all 3 @Walmart receipt films here ==&gt; https://t.co/x1Spy9FRmx #TheReceipt… 
1941                                         RT @JeremyLeggett: How must it feel to be working for @Shell this morning? https://t.co/XuATj0ETE4 They knew. And what did they do? J'accus…
1942                                            RT @acadianathrifty: Winters Are Meant For Movie Nights!  Free movie nights w/ Tyson &amp; Redbox from @Walmart https://t.co/Fvm6BYZmzT… 
1943                                                    #JPRangasami Deutsche Bank Labs is where we process our partnerships and even failure @DeutscheBank #4YFN https://t.co/1lCkhqEBfK
1944                                                Please RT @eBay! https://t.co/TnWJsNyxiJ … via @eBay #ebay #shoes #namebrand #samedelman #colehaan #jimmychoo https://t.co/XrMiIHMzOC
1945                                              RT @Reuters: Exclusive - China eyes 12 percent broad money supply rise in 2017: sources https://t.co/ox5mNpIz2j https://t.co/6Ze4aRu9B0
1946                                         2 billion people are completely unconnected to any financial service but we want universal inclusion for what? @Mastercard @shaminasingh 1/2
1947                                                                 @TescoOpticians @Tesco #SharpenUp How many drivers have Tesco put on the road with wrong prescriptions? #poorservice
1948                                                          RT @FindingThingz: Check out Vintage Circa 1954 Ford Chrome Jet Airplane Hood Ornament Emblem https://t.co/bDlTigxsLE @eBay
1949                                                             RT @Reuters: The globetrotter confined - the hardening of Geert Wilders: https://t.co/VFH4HoD6oj https://t.co/d6wmfyYQcf
1950                                                                                                                      Check out Looney Tunes Light  https://t.co/31b8Z1H0Lw via @eBay
1951                                                 Shell to install battery-charging points in petrol stations #mfg #engineering @Shell https://t.co/PpWjc1AJYp https://t.co/xHbNMAZI1s
1952                                                  Check out Travel Smith Outfit L size Lightweight Blue Green Beaded Tunic Top Wide Leg Pant #Tunic https://t.co/vCEc06OMCE via @eBay
1953                                                                 Forgive And Live: A Young Girl's Recount Of Her Road To Forgiveness CLM Publi... https://t.co/6YNGcgsOaK via @amazon
1954                                                RT @PatMartinet: .@OracleServCloud helps @CarrefourGroup to improve productivity by 40% &amp; increase #customer satisfaction rates… 
1955                                                                                                                     Look what I found on @eBay! https://t.co/nFcw6aIvqG via @eBay_UK
1956                                                    Check out J Crew New Blouse 8 M size Blue Gray Floral Womens Top Lightweight 59.00 Shirt #JCrew https://t.co/ilOzbEw1Cj via @eBay
1957                                                                                                                                         @Starbucks are you getting more Lilly s well
1958                                           RT @DeutscheBank: Is calm returning to the European utilities sector? Revenues set to rise again for the first time since 2011. #DrStephan
1959                                         RT @bigdive_eu: A recent #opensource release by @facebook - Prophet: forecasting at scale https://t.co/0VLqkYjL5x - Available in #python an…
1960                                                                                                                          RT @Disney: Make Bunnyburrow proud! https://t.co/2mmcbNztJT
1961                                          @SimsLifeBlog You absolutely can't fault the staff! They were as quick as you  :D #blametheparents Banana peel in the bags provided! @Tesco
1962                                                                                    Bauer Ice Hockey Skates Ignite 22 Youth Size 13 Good Condition  https://t.co/9KbMUMLCNn via @eBay
1963                                                                                                    RT @info_seventeen: @Nike I LOVE YOUR NEW COMMERCIAL 😍👏 https://t.co/0rPHZEjAPD
1964                                 RT @PINK_QueenA: @blackfilm @trevorjackson5 @netflix @yoMalikB @TosinCole @Real_Octavius I'm hella ready for this. That trailer was 👌👌👏🏽👏🏽👏🏽
1965                                                        Check out SAND PAIL W SHOVEL EASTER BASKETS WATER BEACH TOYS KIDS 12 PK BUCKETS COLORS SET  https://t.co/U5Dls2ptR9 via @eBay
1966                                                                                              Check out 1937 Gillette Sheraton Razor w Case Blades  https://t.co/puIP61sE2L via @eBay
1967                                                                                                                                        @Disney @TheRock. Iam going to buy moana soon
1968                                                        Check out Idol Project OVA vol.2 [JSLA-22751] LD LaserDisc Laser Disc NTSC OBI Japan AA639  https://t.co/f3NcLpBlxW via @eBay
1969                                        @Apple iPhone needs a save txt for later feature. no need to wake sleeping or bug working people. By time they get off/up I forgot the txt 😐
1970                                                                                                       Check out Aloha Airlines 737-200 Waste Cart  https://t.co/DDKxKPGyYB via @eBay
1971                                                       @BMW_Welt @BMW that looks great. Why don't they make it? Current new cars look nice but tame. 440i doesn't look brutal enough.
1972                                                                      RT @DeutscheBank: #Oil producers prepared to accept lower prices in exchange for reliable cash flow. #DrStephan
1973                                         Hi @Microsoft I love using #Cortana translation function to revise for Spanish. It'd cool if I could also translate Spanish words to English
1974                                          COS TROUSERS  #COS #ALINETROUSERS https://t.co/rJAPOfBWg7 via @eBay @eBay_Fashion @eBayFashion_UK @cosstores @amazon @hm @hmrussia @eBay_UK
1975                                                                                                                           Love me some Starbucks! @Starbucks https://t.co/f1iFcsr8bR
1976                                                        I just bought: 'YAHA Women's 7/8 Medium Waist Tights Yoga Pants Workout Leggings' by Yaha via @amazon https://t.co/l4P75a5sjD
1977                                                       RT @GSK: Today’s the 10th @rarediseaseday! We’re celebrating the value that patients play in research. RT to show your suppo… 
1978                                                                  Check out CK15 EARLY STAMPS FROM THE FRENCH COLONIES CUT FROM AN OLD ALBUM LOT 6  https://t.co/hpIYb6me1T via @eBay
1979                                                                                                Check out Giorgio Caponi Sunglasses  #GiorgioCaponi https://t.co/riZElns4WO via @eBay
1980                                            RT @TrendingNowGift: Chihuahua Heart Pendant Necklace Silver Plated Love Dog Puppy Handmade with L... https://t.co/KtLHhFSpSw via @amazon
1981                                                        RT @BP_plc: ICYMI An #energy transition is underway - watch the #BP #Energy Outlook 🎥  &amp; read the 2017 edition 📝 here… 
1982                                                                                                                                             @Sony I will be picking up my copy today
1983                                                                                                 I just checked in @kroger with #mPLUSPlaces Download today!  https://t.co/SjiFt8lt8B
1984                                                                        RT @BenLesh: I'm excited to announce that I'm joining @Google! Looking forward to a new chapter in my career.
1985                                                          RT @justinbieber: My #SuperBowl commercial w/ @TMobile. Let’s go!! Let me see those #UnlimitedMoves https://t.co/J3YYPkR9nw
1986                                         RT @sandrayearman: The Voice Of An Angel  / Inspirational  https://t.co/gXgOkjAOp9 via @amazon  #poetry #Angels #inspiration #gratitude htt…
1987                                                                           Thank you @Google for paying tribute to the great HUMAN BEING on his 89th Birthday https://t.co/mgNy013ZmX
1988                                            RT @EenModischeFrau: Looks like @Google is displaying results based on popularity or frequency of input. No other way they would permit… 
1989                                              With @BP_plc  selecting @Workday  which #Fortune500 will go #cloud #HCM next? https://t.co/3glCAV0pnE #ERP #HCM https://t.co/kJZnCokGeb
1990                                                             Check out HMS Flying Fox Crest Personalised Poster Presentation Retirement Drafting Gift  https://t.co/PZXLp2V4Bt  @eBay
1991                                                   The meat ends about a third into the sandwich? @Tesco if this is your #finest I'd hate to see your basics… https://t.co/1BqZguTTN1
1992                                                                                                                                                   @Tesco yes the cradley heath store
1993                                                              RT @SADD_SA: Well done for the #roadsafetymessage  @Shell. Together we can make the roads safer https://t.co/EfNwDvIHoW
1994                                                 Just a reminder: you can help us out without spending an extra penny by starting your @amazon shopping here: https://t.co/OlfW1cVkkl
1995                                                 Just a reminder: you can help us out without spending an extra penny by starting your @amazon shopping here: https://t.co/KuI99y5PWo
1996                                                 Just a reminder: you can help us out without spending an extra penny by starting your @amazon shopping here: https://t.co/yzJ8oaYcyS
1997                                         RT @Art_by_ilmagat: Check out Flower - Art by V.M. original signed watercolour and tempera painting ♥ https://t.co/g9ZZxKELFd ♥ via @eBay #…
1998                                                                            Check out Primitive Folk Art Easter Rabbit #NaivePrimitive #AmberTurner https://t.co/DajJsRD9QT via @eBay
1999                                                            Check out Audubon Magazine 1986 July Yellow Lady's-Slipper Roadbirding Spotting Scopes  https://t.co/yJiOq7igib via @eBay
2000                                                                                      Check out 1950 THE JEFFERSONIAN FIELD FORCE MAGAZINE ... HTF  https://t.co/bpwX8cM40F via @eBay
2001                                         RT @GoldmanSachs: PODCAST: $GS' Sheila Patel on how clients are adapting to a new trade environment. https://t.co/u4tkZO1sey https://t.co/R…
2002                                            RT @AlisonDesigns: Bid $1.04 now!! 1964 #Kennedy 50c Accent Hair Half Dollar PF 68  #accentedhair #coin https://t.co/g7oKhYgdVV via @eBay
2003                                                                3pcs China Nature Nephrite Hetian Jade Two Blessing Buddhas and Sitting Guany... https://t.co/1H1xFCtBhV 来自 @amazon
2004                                                            Check out FAT FACE UK 14  HOLIDAY SURF DRESS 100% COTTON BOHO LOOK #FatFace #BohoHippie https://t.co/b7r5PcEGsj via @eBay
2005                                               ⇢@AZairBot's #Estonian tip: Tallinn #TLL ⇔ Bremen #BRE r/t @Ryanair for €40.38 ☛ https://t.co/VjEzi6DmeN #ttot https://t.co/zmGpCjxF25
2006                                                                              Update your beauty routine for Spring with these new ranges from @Tesco #review https://t.co/rites6mkEn
2007                                                                                                                                                    RT @Sony: Today. #HorizonZeroDawn
2008                                         RT @theebluechiclet: #PeopleWhoMadeMyYear thank you for buying my books and music . thank you for listening  @itunes @amazon @youtube... ht…
2009                                               See how @jpmorgan and CFSI are committed to helping #fintech startups through @TheFinLab program. https://t.co/HpbOGhRLak via @Digiday
2010                                                       Check out Kut From The Kloth Womens Bootcut Low Rise Jeans Size 6  #KUTfromtheKloth #BootCut https://t.co/HTVcJFXoYi via @eBay
2011                                                            Check out United States Capitol Building Sandstone from Original Renovation 1793 -1960  https://t.co/RhATIntmVu via @eBay
2012                                                                                                                              I just checked into my local @Ford dealer with #mPLACES
2013                                                                                          Check out Witchblade #1 Comic Book Nov 1995 Image 9.9 MT  https://t.co/xGuJFqokMR via @eBay
2014                                                                     Check out Avon Gold Tone Bracelet &amp; Dangle Earrings Rhinestones #Unbranded https://t.co/hIHnfxTuLs via @eBay
2015                                                                                                     The best thing about being on hold with @Apple is they play pretty decent tunes.
2016                                                                   Check out Vintage Solid Brass Basket Scalloped/Shell Shape w/Weave Design Korea  https://t.co/gCwB0Cy95H via @eBay
2017                                                                            RT @CappysCreations: Check out Girls/Ladies LG Gray Long Sleeve Over Shirt  https://t.co/Z2ojjfVzIt @eBay
2018                                        RT @MarieSoapFan: Enjoy @michaeldamian1’s Mom’s @Mariaangelaweir Fabulous CD @amazon https://t.co/W4zF1HsyPb Love her #Music 🎶 ♥Please rate…
2019                                                                                  @CBS now we the people can pay for are new president family and the democrat never have to pay !!!!
2020                                     @TMobile I'm switching companies because I don't see where it makes sense for me to being paying unlimited everything &amp; my phone is slow asf
2021                                         @Shell knew oil giant's 1991 film warned of #climatechange danger https://t.co/xGXRw3Ihpz @SenPatRoberts @JerryMoran https://t.co/pTcPzPJ1EW
2022                                                                                        Chubb calls in IBM for Cloud and security - @enterprise_time https://t.co/nZiufBMIOa @IBM GTS
2023                                       RT @HorganDaniel: Great way to support #Youth #Mentoring &amp; #Equality. Thank you @Nike &amp; @MENTORnational for your #CSR partnership to… 
2024                                         RT @marybethgasman: My @facebook post critiquing @BetsyDeVosED was highlight by @insidehighered https://t.co/el6DRZQ3u5 #StopWhitewashingHB…
2025                                                                                                 Have to love @TMobile @JohnLegere   #thanks #TMobileTuesdays https://t.co/w4oz8l6Jwa
2026                                                 Check out Fashion Bug Woman's Sheer Light/Dark Brown/Tan Leopard/Zebra Print Shirt Size XL #Blouse https://t.co/kIKyShSatV via @eBay
2027                                                             Check out PARIS MATCH FRANCE 1981 BROOKE SHIELDS SCAVULLO STEPHANIE DE MONACO REAGAN   https://t.co/CE47SWs7DX via @eBay
2028                                                                                    RT @Reuters: U.S. fourth-quarter economic growth unrevised at 1.9 percent https://t.co/f2pXgYUmhx
2029                                         @facebook How many times do I have to tell u I'm not interested in an ad for wrinkle cream? 10? 20? Y T F do you keep showing them to me? 😡
2030                                         @Tesco just want to make sure you saw this. He was so brilliant and I want to make sure he is recognised for fantas… https://t.co/pgROr4qW1E
2031                                                                              RT @Nissan: All about the journey. 📷: #itabashi0428 #TueZday #350z #Nissan350Z https://t.co/0RaKQcP6WY
2032                                                                                                                        Look what I found on @eBay! https://t.co/E2T5S01QN0 via @eBay
2033                                                                                                    Check out 1963  /// 1C BROWN CANADA  //  M-867  https://t.co/MtHkUUSxjm via @eBay
2034                                                             RT @Reuters: Tweeting accountant blamed for #Oscar best picture blunder: https://t.co/nns74HhPRr https://t.co/VOWhRbKG11
2035                                                                                      Saudi King Salman launches investment drive with Asia tour https://t.co/eKErgVopuW via @Reuters
2036                                                              Check out J.crew Collection Size 6 Teal Cotton Fully Lined Strapless Dress Beautiful  https://t.co/IK4hV3pZUj via @eBay
2037                                                              Check out Ringmaster Mickey Mouse Plastic Mug Cup Lid Disney Ringling Brothers Red Yellow https://t.co/bdrPYQD5pY @eBay
2038                                                                                                                                       @ATT it means pandering to people for 4 weeks.
2039                                                                                                                      @easyJet please could you help with this ASAP. I have DM to you
2040                                                         RT @CappysCreations: #SALE #Handmade #DOC #MCSTUFFINS #Gift Basket #DocMcStuffins https://t.co/jCmiekTN8Y @eBay #giftideas… 
2041                                                                         RT @TheAcademy: Relive @johnlegend’s magical #Oscars performance. Presented by @ATT. https://t.co/K6f88qTgFI
2042                                         The new Single 'We Are the Forgotten' by Mustafa Avşaroğlu is now on @amazon https://t.co/FlA4hArWGC Give it a try!… https://t.co/9SQTKDh29O
2043                                                                                       Check out No Second Troy: Narcotic #AlternativeIndiePostRock https://t.co/va02O3lfpV via @eBay
2044                                                                                                 @martinamcbride @Twitter @instagram @Snapchat @facebook good luck on Fallon tonight!
2045                                                   Check out Cotton Quilt Coverlet Set with Sham Tropical Green Ivory Bedding Reversible #Unbranded https://t.co/FdodyNnzGR via @eBay
2046                                                                                                                 @salloni party?  When?  💃 @renechatterje86 @FoodBloggerAI @facebook
2047                                                          Check out Gymboree White With Striped Skirt Dress 100% Cotton Beautiful Size 2t #Gymboree https://t.co/Tbl8R5NAx3 via @eBay
2048                                                                          My @Starbucks always makes me feel #special. Always a new daily message for me.  ☕️ https://t.co/Wo6ajvzc50
2049                                                               Just saw this on Amazon: The Destroyer (Volume 1) by Michael-Scott Earle for $9.99 https://t.co/Qq2X68rOWd via @amazon
2050                                                                             Check out Spaceship to Planet Veta by; Reinhold W.. Goll hdbk Edition  https://t.co/onVsCLP44V via @eBay
2051                                                                Check out  Boy Scout Patch Order of the Arrow OA WWW Flap Denver Lodge # 383  R7T3  https://t.co/G6IjVrNLlC via @eBay
2052                                                                                                     Check out Breaking barriers by Angela Current  https://t.co/d5YM1URg2b via @eBay
2053                                              On stage @BMW on the importance of #5G for enhanced mobility and automated services in the car industry #mwc17… https://t.co/hzdGqx34RG
2054                                                                            @Ryanair It was changed from Sing Yeung (First name) Ho (Surname) to King Wun (First name) Chan (Surname)
2055                                                                             Peru central bank to loosen reserve requirements starting Wednesday https://t.co/wmXU5jFf50 via @Reuters
2056                                                                                          RT @Ford: III ❤️ Let's see those tail lights shining. #MustangMonday https://t.co/gOOQBqHux5
2057                                                         Check out NWT Pendleton Beach Towel  40x70 XXL Glacier National Parks USA Montana @mtwotw  https://t.co/9mtgUXTY6q via @eBay
2058                                                               This striped top came in the mail yesterday @nordstrom just $15 Cardigan is @hm only $12 #ootd https://t.co/ImyWQo3Z4J
2059                                                                RT @Reuters: Exclusive: Saudi Arabia wants oil prices to rise to around $60 in 2017 - sources https://t.co/OcbBcncR4f
2060                                                                                          RT @birbigs: My @netflix special drops at midnight. I think. Let me know. #ThankGodForJokes
2061                                                    RT @Reuters: Scotland leader ups independence warning over Brexit: https://t.co/nBUgG2LeRk via @ReutersTV https://t.co/uS7V7XeKu7
2062                                                Just saw this on Amazon: Frigidaire FGGC3047QB Gallery 30-Inch Gas C... by Frigidaire for $659.00 https://t.co/spQd4IHu2h vía @amazon
2063                                                                                       My darling @Starbucks why do your lids 4 tea leak so? Scientific thing? #tea #teatime #science
2064                                                                                       @whatlauraloves @Apple @intuMetrocentre @EE what deal did you get hun? i need to upgrade too x
2065                                                                                        Classic Toy collection created by  DPH:link j5im /DPH:link  https://t.co/f7uL7c9gx4 via @eBay
2066                                                                              @jasonschreier but @Sony has had @PlayStation_Now for awhile? and @EA has had @EAAccess too for awhile.
2067                                                                 Game of Thorns: The Inside Story of Hillary Clinton's Failed Campaign and Don... https://t.co/JBZka0ERkG via @amazon
2068                                                                                        Check out ANTIQUE VICTORIAN LADY BISQUE PORCELAIN FIGURINE  https://t.co/zrrCePnDVJ via @eBay
2069                                                          Check out signed original US irises painting listed AskArt US Kevin F Doyle Basquiat pal  https://t.co/BfamjKViJw via @eBay
2070                                                                          My team is hiring! Anyone interested in working for @Disney as a #python developer? https://t.co/nzHeku67Ep
2071                                                                                      RT @Reuters: Wall Street to open flat as investors await Trump's speech https://t.co/dcMu1SwLpJ
2072                                                                                             @HinduRajyam @Reuters  china was already in panic situation when india introduced agni 5
2073                                                                                           The #Run is #Dawn with @Nike #Coach #EveryRunHasAPurpose #JustDoIt https://t.co/mRV1uMsnZd
2074                                         RT @seeingdandy: Find out how to become a Grouponer with @Groupon HERE: https://t.co/E8SJxbL4T3  #groupon #couponing #deals #spon https://t…
2075                                                                                       Vintage Matchbox SUPERFAST by Lesney COUGAR VILLAGER  No.74  https://t.co/TscBxXQJvn via @eBay
2076                                                                                    RT @BSERecordings: You're the Ribbon in My Sky BSE Recordings https://t.co/m0r9DWp4n5 via @amazon
2077                                                        20% Off - Free Shipping.  Blue Birds on Brass Bird Bath Pin by JJ - Gift Boxed #PinorBrooch https://t.co/wcadgKimbW via @eBay
2078                                         RT @Reuters: Exclusive: Saudi Arabia wants oil prices to rise to around $60 in 2017 - sources https://t.co/BaOndVYKZa https://t.co/uLxhQKLo…
2079                                                          Check out Forever 21 Coral Skinny Stretch Jeans Size 12 Plus Size  #FOREVER21 #SlimSkinny https://t.co/HFwEwUTtkw via @eBay
2080                                         RT @LouisaCasson: So outrageous. @Shell issued stark warning on climate change in year I was born but kept burning #fossilfuels since https…
2081                                                  Toyota up for grap in Lagos for N450k only. @Reuters @TopRadio909 @sayflakky @freshfmibadan @oladipuporemmy https://t.co/opDQmJ4s7s
2082                                                            Check out Light Pendant W/ Clear Ribbed Glass Shade ~ Polished Brass ~ Thomas Lighting  https://t.co/CziJ1biPSB via @eBay
2083                                                                                                           Rage Against the Night Brimstone Press https://t.co/wK1LRjj2EY via @amazon
2084                                                Hi @Ryanair I found out that I had a mistake in my reservation. There is one letter wrong in the surname! How can I change it? Thanks
2085                                                                                        Check out L'Oreal Paris Age Perfect Re-Hydrating Eye Cream 15ml https://t.co/Lrq2uCUh6g @eBay
2086                                                        Why Do Consumers 'Unlike' Brands on @facebook?  [Stats] https://t.co/tXtqmYre0V via @eMarketer #TMI hurts results. #Marketing
2087                                         RT @BankofAmerica: Tune in to @PBS tonight at 9/8c for Part 1 of @HenryLouisGates’ #AfricasCivilizationsPBS. https://t.co/vE0PylaZ4b https:…
2088                                                        The Indispensable Guide to Undergraduate Research @underesearch is now in stock on @amazon! https://t.co/SswDuVffyZ #giveaway
2089                                                  Check out Burberry Brit Womens House Check Lining Trench Coat Parka Quilted Vest Hood 12  #Trench https://t.co/FGd5kQjkiY via @eBay
2090                                                                                                         Check out Civil War Style CSA Bowie Knife  https://t.co/aWuq0tnRkF via @eBay
2091                                                                                                                  @Starbucks my two fav drinks caramel macchiato and cinnamon dulce??
2092                                                   Thank you @Tesco for your generous donation of sandwiches &amp; snacks at the Cause and Complexity launch… https://t.co/wBdscrMYe6
2093                                                                                                              Check out acrylic paintings #Abstract https://t.co/F2KDqVsNoZ via @eBay
2094                                         RT @Ryanair: Here's the fashion lover's guide to #Paris with https://t.co/cgLkPqmZBx https://t.co/l1KjEV9mJW #PFW #TravelTuesday https://t.…
2095                                                        RT @oldnsold2013: Check out 1992 UPPER DECK FANIMATION #507 LARRY BIRD CELTICS Autographed  https://t.co/UMrh4ogT3F via @eBay
2096                                          Check out Amiibo 3Set Link Archer Rider Zelda Breath of The Wild Nintendo 3DS Wii U Switch  https://t.co/Wcwdm2NNtO via @eBay #amiibo #link
2097                                                                 Check out 1975 Topps Nolan Ryan/Steve Carlton PSA NM 7 Baseball Card #312 MLB HOF  https://t.co/Oq0mtmNhux via @eBay
2098                                             Thank you @netflix for the ability to download episodes. My 7 hour car ride to Cincinnati tomorrow is going consist of @nbcparenthood 😎
2099                                                                       Dried seafood mussel 350 gram from South China Sea Nanhai JOHNLEEMUSHROOM https://t.co/sAj1J5EjpN 来自 @amazon
2100                                                                         Check out Pyrex Flameware 9 CUP COFFEE POT 3 PIECE GLASS BASKET EXCELLENT  https://t.co/zgm3aoP3LW via @eBay
2101                                         RT @ASCatOSU: Meet two @OhioState ACCAD alumni who brought #Oscar2017 winning @Disney and @DisneyPixar films to life. #ASCDaily https://t.c…
2102                                                RT @stevelutes: Exclusive: Saudi Arabia wants oil prices to rise to around $60 in 2017 - sources https://t.co/18eMR13vMR via @Reuters
2103                                              Men's Quilted Slim fit Biker Jacket https://t.co/tu5OCtgDbP  @eBay #ILLINOIS150 #MWC17 #TTEvents #SB20 #BigBoy… https://t.co/dzWxht4GR6
2104                                                  Check out Girls Tea Set Easter Basket Filled 2 Piece Vintage China And Polish Bunny Youth #eastertime https://t.co/otZ45CXrlV @eBay
2105                                               RT @coasmom: How can you save with @Groupon? Have you found any great deals there lately? https://t.co/UxCQGjMnU0 #grouponcoupon #spon
2106                                         RT @Tesco: The kids will love our bite-sized #PancakeDay idea! Watch our video for topping inspiration. https://t.co/BvemNmyAuw https://t.c…
2107                                                        RT @Allure_magazine: These @Disney princess chokers are downright ✨magical✨ https://t.co/LEd2fC4jMH https://t.co/NkDKm0cHqm
2108                                         RT @CptScarletSIG: I have just listed Hans Ulrik Day after day CD for 7.95 via @amazon https://t.co/6ZJpSK1ICr #eshopsuk #tweetmaster #ukso…
2109                                         RT @the2kidsdidit: The falling emojis were neat! Check out the #TheReceipt short #Oscars https://t.co/Xs0aTdNwil #ad #IC @Walmart https://t…
2110                                                             @Google #Spanner vs @awscloud #Aurora: who’ll get the #enterprise? #BetterSQL #ClustrixDB #RDBMS https://t.co/Qa6hUg4iEk
2111                                          @JohnLegere The real question is will @TMobile work on the dark side of the moon? With the cost of the trip they should be able to #BingeOn
2112                                                                                    Check out Vintage Watneys Brewery Red Beer Barrel Keyring Fobs (4). https://t.co/KpF5KxRu4Y @eBay
2113                                                                                                                                           #TeamSundayEntry NFL is BEST @KelloggsUS 1
2114                                                         Check out VINTAGE DIAGNOSTIC SET GOWLLANDS MADE IN ENGLAND MEDICAL SET OPHTHALMOSCOPE TU2  https://t.co/zChdxS3Bgl via @eBay
2115                                                      RT @Kybunker: Check out Roca Wear Hoodie Retro Geo print Zipper Jacket #Rocawear #BasicJacket https://t.co/K0hc7WK8bh via @eBay
2116                                                                                                               RT @AlexiDinero: These bitches is raw 😍 @Nike https://t.co/cyecBtYij6
2117                                                                                                               RT @AlexiDinero: These bitches is raw 😍 @Nike https://t.co/cyecBtYij6
2118                                                                                                               RT @AlexiDinero: These bitches is raw 😍 @Nike https://t.co/cyecBtYij6
2119                                                                         RT @ehesketh: What an imaginative story of this #TheReceipt with goodies from @Walmart for #Oscars #IC #ad… 
2120                                                      RT @7KINGSMEDIA: posting the truth about this so called president of @Viacom until they act towards @ifiwasNTkennedy would be… 
2121                                                                                                 RT @shujahmengal: @Google pays tribute to #AbdulSattarEdhi ❤️ https://t.co/bq79yNDlgo
2122                                                        Check out HIGH END Dell Latitude Laptop Windows 10 Core i7 4GB 160GB MICROSOFT OFFICE #Dell https://t.co/fcJpHFdICI via @eBay
2123                                            NWT Men's True Religion Slim Fit #Jeans BOQD Lost Lagoon Size 36X34 MSRP $218 #Fashion #Style #MensWear https://t.co/RpOKBKLPzC via @eBay
2124                                                        Check out HIGH END Dell Latitude Laptop Windows 10 Core i7 4GB 500GB MICROSOFT OFFICE #Dell https://t.co/ewobAFXrNP via @eBay
2125                                                     RT @mkefinds: Check out Harley Davidson Women's Blue Denim Jacket Vest Size 1W #HarleyDavidson https://t.co/7RwwIei0Ut via @eBay
2126                                                                Check out Coffee Cups Mug 1985 Norman Rockwell Museum River Pilot 13 Oz. Gold Trim  https://t.co/e0eSu8dYKW via @eBay
2127                                                                 See what I m up to on @eBay View my profile to see my favourite finds and more: https://t.co/KHj7iCOf1d via @eBay_UK
2128                                               RT @IBM: Four big ways the #IoT is transforming building design and construction: https://t.co/KZ8nlMzS4Y #BIM https://t.co/UmuvEV3GWS
2129                                                                       Adaptation of a standard? Has @Apple gone mad?! Stay tuned for updates #usbcmasterrace https://t.co/yyc4qGvKVK
2130                                                   Check out Boys Youth Hurley T shirt XL 13-15 years 981562 white 001 pocket shark NEW NWT #Hurley https://t.co/YDqXDptgVy via @eBay
2131                                                         Check out Pioneer Woman Turquoise 12 QT Speckle Stock Pot Hollow Side Handles Soup Stews   https://t.co/7XE5njrZsS via @eBay
2132                                         @replacemyself @salesforce @Red_Web_Design @MarkWalkerFord  I am Arif Hossain. I am a professional graphics designer.https://t.co/XL6IbcgNEL
2133                                                                            Hey @easyJet paid for #EasyBoarding but wasn't operating from Nice airport today. How do we get a refund?
2134                                              RT @SattaRavi: RT @Ronald_vanLoon: What is the Industrial Internet of Things? | @SAP @SAPLeonardo #MWC17 #IoT … https://t.co/H1QQHYCmJy
2135                                      Dear S. Jobs @Apple really needs you. iPhone moving to curved screen &amp; USB-C. Catching up to @Samsung? ST profit great. LT value? Slipping.
2136                                                                                                @GFoxyFowler @Starbucks I'd be more worried about the Prosecco at nearly £60 a litre.
2137                                           @tiger2096 @Reuters rember all the pastics we did use but not any more. increase in recycling- other countries are more advanced than usa.
2138                                                                                                                                 @theMCwale @Disney Aurora is the worst or Snow White
2139                                                         Check out Cute Sterling Silver KISSING ELEPHANTS Ring Jewelry Size 5-9 #AdornMe #Statement https://t.co/38xVvHlFmI via @eBay
2140                                                  Check out PAIR ART DECO VINTAGE EAGLE BRASS LIGHT FIXTURES  MILK GLASS RIBBED SHADE GLOBES #Eagle https://t.co/wXkcMRmXYq via @eBay
2141                                         RT @Reuters: Door knocks in the dark: The Canadian town on front line of Trump migrant crackdown https://t.co/fPlB7NDIaV https://t.co/aDtFL…
2142                                                  Check out Pair of fine crystal decanters with 12 glasses Barrel shaped Mushroom stoppers #unknown https://t.co/4aKgPU5KOC via @eBay
2143                                                                                                                           @Reuters Another Exit From a multicultural camp in Europe?
2144                                                                                                                                                    @adidas will it be in stores too?
2145                                                                                                               RT @AlexiDinero: These bitches is raw 😍 @Nike https://t.co/cyecBtYij6
2146                                                                                                        @amazon @AmazonHelp I want my Amazon affiliate payment! Resolve it right now!
2147                                                          OurCrowd teams up with leading energy company @innogy- read it on @Reuters: https://t.co/9GB9FHRgYJ https://t.co/z2RJSBPENA
2148                                                                                      @Starbucks bring out the trolls 😂 I love their indignation over a topic they no nothing about!
2149                                                          Check out Hermes Scarf Shawl 100% Silk Carre 90  CHOCS EN PLUMES  NWT Auth #Hermes #Scarf https://t.co/65VvqYt6L9 via @eBay
2150                                                                                                          @nextofficial Hi im.going to DM you as its a big long - thanks for replying
2151                                                                         RT @TheAcademy: Relive @johnlegend’s magical #Oscars performance. Presented by @ATT. https://t.co/K6f88qTgFI
2152                                                                                                          RT @Splashboy3: @McDonalds @Imaqtpielol QT BOUTTA GET SPONSORED BY THE  MAC
2153                                                    Check out Amopé Pedi Perfect Wet/Dry Cordless Rechargeable Waterproof Foot File 7-Pce Set #Amop https://t.co/Q3Gkxqw4VD via @eBay
2154                                                                                                                       @Google Thanks for your Doodle today honoring #AbdulSattarEdhi
2155                                                 RT @PALaborIndustry: STEM Career Expo for Blind and Visually Impaired - March 4 @CarnegieMellon w/ @SpaceCampUSA @Google and more!… 
2156                                                          Check out Bloodstone gemstone chip bracelet ladies jewelry spirit conjured safe positive  https://t.co/Y31ifm1yyN via @eBay
2157                                              RT @StyleShanty: Check out INC International Concepts Women's Black Animal Print Graphic Tee Size XXL NWT https://t.co/yPIykeSyYR @eBay
2158                                                                                        Passion Favors the Bold (Royal Rewards) by Theresa Romain https://t.co/LxiHO0LGp5 via @amazon
2159                                                                           RT @ThompsoneBay: Check out Zest 3 Pack Bar Of Soap Aqua Vitamin E #Zest https://t.co/nhu1PPLNNd via @eBay
2160                                                                              @martinamcbride @Twitter @instagram @Snapchat @facebook   Might need a catchers glove for all that!  🤣
2161                                         RT @Tesco: The kids will love our bite-sized #PancakeDay idea! Watch our video for topping inspiration. https://t.co/BvemNmyAuw https://t.c…
2162                                          @iFunnyGiri @ATT we have it to honer all the achievements my people made. Black is united and loveing. So so sorry if thats appalling 🤷🏽‍♀️
2163                                                              Check out Antique 20's Vintage ART DECO Rainbow Rhinestone Blue Stone Brooch Flapper  https://t.co/GKWZNu6GGP via @eBay
2164                                     RT @ameeniis: @hottiesfortrump @CNN @nbc @ABC @andersoncooper @Acosta @CBS @ScottPelley @VanJones68 @brianstelter don't forget Bill &amp; Monica
2165                                                                                                       To the Farthest Shores by Elizabeth Camden https://t.co/Qz5nfNYmvo via @amazon
2166                                                          Check out Lapis gemstone chip bracelet one size fits most spirit conjured ladies jewelry  https://t.co/VlwwLC94ai via @eBay
2167                                                                   Check out Molly Glitz Heart Gold With Pink Rhinestone Fashion Earrings With Gift Box https://t.co/eH4HffLxr9 @eBay
2168                                             RT @LillyPulitzer: Who is ready for TOMORROW?! Our @Starbucks @swellbottle collaboration is available on https://t.co/yIvGdEri6i begin… 
2169                                                                                   #Poland to oppose Tusk's re-appointment as #EU leaders' chair https://t.co/K9aXK4G1Cx via @Reuters
2170                                                                    RT @juliadollfan: PRE ORDER ONLY 18 inch doll dress Halter Top by EliteDollWorld @Disney  https://t.co/dpQ6YR0GZs
2171                                                                                                   The Olive Picker: A Memoir by Kathryn Brettell https://t.co/igBQychZEA via @amazon
2172                                                                 RT @FranTownsend: #Poland to oppose Tusk's re-appointment as #EU leaders' chair https://t.co/K9aXK4G1Cx via @Reuters
2173                                                                                                                   Jesus fucking christ @CBS stop using flash on your stupid website.
2174                                                                 Online shopping for Made in Italy from a great selection at Handmade Products... https://t.co/cqOuiV7dNQ via @amazon
2175                                                @PayPal attempted that one transaction from my bank 4 times even though there was available funds in PayPal to cover the transaction.
2176                                             #f1 engine. First year problems. Sure understandable..second year of course give them a slack. Third year.come on! @HondaRacingF1 @Honda
2177                                                        The Indispensable Guide to Undergraduate Research @underesearch is now in stock on @amazon! https://t.co/EhWCRW8xqJ #giveaway
2178                                         RT @Reuters: Door knocks in the dark: The Canadian town on front line of Trump migrant crackdown https://t.co/fPlB7NDIaV https://t.co/aDtFL…
2179                                           Check out Canon EOS Rebel T3 Digital SLR Camera W/Kit Lens 10/10 Condition FAST SHIPPING! https://t.co/o9dWoaCGE6 @eBay bidding ends soon!
2180                                                              Check out NWT Coco Limon Juniors Capri Jogging Sweat Pants Gray XL #cocolimon #Sweats https://t.co/RDJp88ftsc via @eBay
2181                                         War between  mortals and wizardry: :The Sacred Band (The Sacred Band of Stepsons Book 2) by Janet Morris https://t.co/QsM7uoVaIt via @amazon
2182                                                                                      Sister of a Sinner (A Sinner's Legacy Book 3) by Lynn Shurr https://t.co/HTays6rnHL via @amazon
2183                                                         RT @Reuters: Nissan calls for government help to meet 'Made in Britain' rule https://t.co/8LwEJLSPmf https://t.co/pad3njXiSP
2184                                                                                                         Look what I found on @eBay! https://t.co/eNgXrnBoFs via @eBay_UK #bunkyboris
2185                                             Check out #MLB #Oakland A's Green with Gold/White A #Polo Short Sleeved #Shirt Men's Small  https://t.co/1PbkpjVpMw via @eBay #Athletics
2186                                                                 RUSSIA'S ROSWELL INCIDENT: And Other Amazing UFO Cases From the Former Soviet... https://t.co/iRAz7qHM48 via @amazon
2187                                            #Ladies Size 4 Black Faint Pin-Striped #Dress #Pants #Mossimo #DressPants https://t.co/PWDzYqaSE5 @eBay #fashion… https://t.co/6FAeFgp1TM
2188                                             RT @CarolineLucas: .@TheGreenParty is calling on UK banks (inc @HSBC @Barclays) to stop funding climate-wrecking #DakotaAccess Pipelin… 
2189                                             RT @CarolineLucas: .@TheGreenParty is calling on UK banks (inc @HSBC @Barclays) to stop funding climate-wrecking #DakotaAccess Pipelin… 
2190                                                           RT @AntoniaJuhasz: New Mexico Democrats Divest From @WellsFargo Over Dakota Access Pipeline  #DAPL https://t.co/161vzQO3MH
2191                                                                  RT @Reuters: Xbox unveils $9.99 monthly subscription for videogames https://t.co/lTMLMQGFbq https://t.co/quxjBwIf6s
2192                                                $12.99!  Teal Tribal Leggings all-sizes via #Saytoons https://t.co/CWPeekOYSB via @amazon #triballeggings #Miami #NewOrleans #Atlanta
2193                                                  Just saw this on Amazon: The Problem of Samantha's Party (Math Club Serie... by Dr. Hoe Bing Lo https://t.co/tt9K0cOmPX via @amazon
2194                                         RT @FrancesStockton: Persuasion (The Abcynians Book 1) by Frances Stockton https://t.co/I3KMmoUUEi via @amazon RT! Available now! #1stinser…
2195                                                                                                I just checked in @Walmart with #mPLUSPlaces Download today!  https://t.co/q31OPEdRsl
2196                                        RT @BP_plc: 👀 📖 the $BP #strategy update on how to create a stronger platform for growth 📈 https://t.co/vT6OgNVD7y https://t.co/aYFINz14pD
2197                                                                               Check out 1999-2004 Ford Mustang Headlamp (Drivers Side) OEM# XR3313006A https://t.co/S1YIzHaMO0 @eBay
2198                                             @realDonaldTrump @nytimes @NBCNews @ABC @CBS @CNN why are they our enemy? Is it coincidence that you've only named liberal news outlets?
2199                                                                                                 Check out Pirate Coffee Mug Skeleton Head With Swords  https://t.co/KjOuNNkFMo @eBay
2200                                                          RT @Imetrauhl: CRAZY FAMILY😂 lol @justinbieber @TMobile @JBCrewdotcom @AngyLovesJB #UnlimitedMoves https://t.co/zOXZDGdShb
2201                                                          RT @Imetrauhl: CRAZY FAMILY😂 lol @justinbieber @TMobile @JBCrewdotcom @AngyLovesJB #UnlimitedMoves https://t.co/zOXZDGdShb
2202                                        RT @imperfectwomen: Chocoholic? Get a $1 Ibotta rebate when you try the new Milka OREO candy bar @Walmart. RT &amp; share #NewMilkaOREO #ad… 
2203                                                     Check out VERSACE EYE GLASSES FRAME VE1239B 1291 BLACK PALE GOLD 53-17-140 NEW &amp; AUTHENTI  https://t.co/HrM1HS8JQX via @eBay
2204                                                                                 RT @marthaperez0609: Broken Heart: Broken Pieces by Martha Perez https://t.co/7w9eIochLO via @amazon
2205                                                                      Check out 100 NWT Brand Name Bikini Swimsuit Tops &amp; Bottoms BULK ** WHOLESALE https://t.co/sfqBRW5DaV @eBay
2206                                         RT @comcast: We’ve teamed up with @YouTube to bring X1 customers YouTube videos alongside their favorite @Xfinity content. https://t.co/Z9a…
2207                                                         Check out Cisco 5500 Series Wireless Controller AIR-CT5508-K9 V03 + AIR-PWR-5500-AC #Cisco https://t.co/CPxq5c5jx2 via @eBay
2208                                                                                                               RT @AamirLiaquat: Thanks #Google @Google #Edhi https://t.co/OD7vO4RFC2
2209                                                                                                                                          @Microsoft guys Cortana is an embarrassment
2210                                                          RT @justinbieber: My #SuperBowl commercial w/ @TMobile. Let’s go!! Let me see those #UnlimitedMoves https://t.co/J3YYPkR9nw
2211                                                      RT @roborace: Another huge thank you to @Allianz for all the support and looking incredible on #Robocar https://t.co/R2rQ0PI4VU
2212                                                           Check out Open Side Bamboo Round-Cut Garnet 5.1g - Sterling Silver - Ring (7) #Unbranded https://t.co/7ogfOR8Iwv via @eBay
2213                                                                                                    Check out PINK PUSSY HAT! CROCHETED DARK PINK!  https://t.co/9WolEqshC9 via @eBay
2214                                                                RT @SpamellaB: @RyanWest1990 @Tesco Thank you! The recipe for them is over on my Instagram :) https://t.co/wUv0JDMGrm
2215                                                                                                                                                   FUCK @ASUS FUCK @nvidia FUCK @Sony
2216                                                                                          RT @birbigs: My @netflix special drops at midnight. I think. Let me know. #ThankGodForJokes
2217                                                                                       Tweeting accountant blamed for Oscar best picture blunder https://t.co/DViLD2IQbD via @Reuters
2218                                                                               Check out Rue 21 Juniors Black/Pink  Stretch Leggings Medium  #rue21 https://t.co/LBwMBjSfYW via @eBay
2219                                                       Check out #Vintage #Cmielow #Polish Porcelain Figurine Woman &amp; Basket. Made in #Poland.  https://t.co/Sa66yUaRaC via @eBay
2220                                                     RT @LoyyalCorp: Loyyal transforms loyalty with #Hyperledger #Fabric https://t.co/8HJAvJG5Oh @IBMBlockchain @IBM Interview with… 
2221                                                               Check out Vintage black coral pendant Amulet victorian style Sterling Silver 925 Pendant https://t.co/7bSAVvP2vo @eBay
2222                                                                                                                                    @Google How I Quit Google https://t.co/QuBbRTMEql
2223                                                                                                          Check out Vintage Black Coral Keychain Amulet https://t.co/XDuiUWj3UQ @eBay
2224                                                                                                 @Reuters same old russia china last commie bastions left un should fk em out wasters
2225                                                                Check out Baby Boy 6-9 Months Next Outfit Dinosaur Long Sleeved Top Navy Lined Trousers https://t.co/w8mxRSrooe @eBay
2226                                         @Heineken I just bought a pack of Heineken 24 bot. 30 cl. with free glass 25cl and bottles only bring a few more of… https://t.co/CzzT2EIq0E
2227                                                     Check out NYX Matte Finish Long Lasting Setting Spray MSS01 Matte Finish 2.03 oz #NYXCosmetics https://t.co/dn19QLu9oY via @eBay
2228                                    @Reuters Depleted uranium is more deserving of condemnations. It kills &amp; keeps on killing generation to come. It poisons the air &amp; water.
2229                                             RT @CarolineLucas: .@TheGreenParty is calling on UK banks (inc @HSBC @Barclays) to stop funding climate-wrecking #DakotaAccess Pipelin… 
2230                                             RT @CarolineLucas: .@TheGreenParty is calling on UK banks (inc @HSBC @Barclays) to stop funding climate-wrecking #DakotaAccess Pipelin… 
2231                                                          Check out #Vintage Mink And Fox Fur Coat By The Tailored Woman Fifth Ave New York #Formal https://t.co/cWNN3sNovj via @eBay
2232                                                                                                                                                      @Reuters #EndObamasWar in Syria
2233                                                                                                                  @dfsullivan @AM_Lassa @facebook Let's all move over to myspacebook.
2234                                                                                                                    RT @Nike: @SouthSudan4Life You said it. | https://t.co/pJ8pWNBLQy
2235                                                                                                             RT @carlyyrobertss: rt this if you think spongebob should be on @netflix
2236                                                                  RT @Reuters: Xbox unveils $9.99 monthly subscription for videogames https://t.co/lTMLMQGFbq https://t.co/quxjBwIf6s
2237                                                      No thanks @Starbucks ! I don't like raw pork in my sandwiches! Please do a better job of cooking #bacon https://t.co/fZIZ6MWgOO
2238                                           Check out Lot of three rings sterling silver sz7-7.5 green stone *pretty vintage rings* #Cocktail https://t.co/ZjmLqANnci via @eBay #rings
2239                                                  No coupon necessary. @McDonalds is giving away free coffee from now until March 5th https://t.co/p8Ax1nix5Z https://t.co/an8Os9WMs4
2240                                          RT @GoldmanSachs: PODCAST: $GS Research’s Andrew Tilton talks China’s evolving role in Asia https://t.co/XwnrSmAFCM https://t.co/34YW2DInty
2241                                                            RT @ehesketh: So much fun watching Bananas Town! https://t.co/aTChKUI8g9 The scenes are fantastic! Tnx to @Walmart with… 
2242                                                                                                             @Tesco no problem...i assume you mean without...i'll swallow the loss 😂
2243                                                                                                           art of living    s-formula by swamy sr https://t.co/shi9cU1KtS via @amazon
2244                                         RT @FSBBedCambHert: FSB East Anglia members are looking forward to doing business with @Apple @intuChapelfield tomorrrow #Norwich #networki…
2245                                                       @Starbucks starbucks is a disgrace to their culture and heritage they invented the espresso...and starbucks espresso is a joke
2246                                         Upcoming Event: @Microsoft &amp; @mellanoxtech Showcase SONiC to Scale #Cloud #DataCenters - https://t.co/3YsxjRLjkE #networking #containers
2247                                                  Check out Monkey Business CD The Black Eyed Peas Fergie Pump It My Humps Ba Bump Union Pop #Dance https://t.co/Pk5NmhNqyq via @eBay
2248                                                                        Check out 1992 South Carolina Northern Pintail Print And Stamped Envelope Dated https://t.co/sqnjUWcoLT @eBay
2249                                                      RT @gdrl: Check out Vintage Lefton Golden Laurel fine china tidbit tray - Mid-Century #Lefton https://t.co/OaXA895nLi via @eBay
2250                                                                                                                                                         @AirmanAngel @TMobile Enjoy!
2251                                                                              I saw the @Sony winter sale but it was just a list and you had to buy from third party? 🤔 interesting.
2252                                          @AdobePremiere @Adobe  Is it still the case that #premiere can only *output 10 bit (even with max depth on for higher internal processing)?
2253                                                   wow i just had a @RealCocoaPlanet orange disk and where have you been all my life? perfect balance. thanks @amazon sweet treat box
2254                                                                               [video] @Adobe Keynote | @CloudExpo @24Notion #IoT #AI #DigitalMarketing https://t.co/JJxCAEpbAx #tech
2255                                                   RT @LiberisUK: Our #SmallBiz Survey! Win an @Apple Watch /@Sonos Speaker - What's your approach to representing your biz online?… 
2256                                                         Check out INDIAN DECOR MANDALA TAPESTRY WALL HANGING HIPPIE THROW BOHEMIAN BED SHEET MD33  https://t.co/KJIUhC75t2 via @eBay
2257                                          Men Black Slim fit Biker jacket https://t.co/jICSUpYxv0 via @eBay THE HATE U GIVE #IDCDirections Kirk Cousins #ILLINOIS150 Tim Tebow Polish
2258                                                   #MARDIGRAS FLASH #SALE! CELEBRATE #FATTUESDAY BY SHOPPING @JR_Rec_Room ON @eBay FOR THE BEST DEALS! #EBAY… https://t.co/waA4D2Uee6
2259                                                 Why is Amazon advertising on the hate site Breitbart?  @JeffBezos you own the Washinton Post. Doesn't this seem incongruous? @amazon
2260                                                                                                                           @Disney corrupting young kids minds you should be banned !
2261                                                                                                                           @ChelseaDidzz @netflix I just finished that omg holy binge
2262                                              @TMobile @YiminWuDM that's why you need that 95$ unlimited plan! Idk how I ever lived without it. Literally THE BEST plan on the market
2263                                         RT @FBIGFOOTFANS: RETWEET and tell @netflix to add the tv show #FindingBigfoot !!! @squatcher @CliffBarackman @MattMoneymaker1 @AnimalPlanet
2264                                                                                                 Check out 2005 Hallmark L. A. at last! I Love Lucy NIB https://t.co/jf3QzwQUOT @eBay
2265                                                                           @FBIGFOOTFANS @netflix @squatcher @CliffBarackman @MattMoneymaker1 @AnimalPlanet add it!!! Live the dream!
2266                                                      @TMobile @JohnLegere please save me -- trying to switch my phones to you but @ATT won't unlock my phones from their death grip!
2267                                                                                                               Check out 2 Vintage Needle Work Canvases https://t.co/NcxQRSHd8V @eBay
2268                                                                                                            Check out inc Semi Precious Red Agate Charm https://t.co/1J4i4qnesy @eBay
2269                                                                 Ethi Pike - Notebook / Extended Lines / Soft Matte Cover / Majestic Elephant:... https://t.co/iqRJqajzm5 via @amazon
2270                                                                 Clean Colorful Kicks! The “Palm Green” @Nike Air Force 1 https://t.co/YD3rYN0dHw #stupidDOPE https://t.co/KFg9YPmKmI
2271                                                                                                                        Check out portable dental x-ray https://t.co/FEFkVb6H0N @eBay
2272                                                                                         RT @DrJimmyStar: Check out Batman Muscle Cape Shirt Size Large https://t.co/OKzx27SQ2r @eBay
2273                                                                                                       Anaconda Amazon Instant Video ~ Jon Voight https://t.co/aTCzfFmYfe via @amazon
2274                                                         Check out NEW Alfred Dunner L Pullover Sweater Khaki/Multi Stripes 3/4 Sleeves Round Neck  https://t.co/t3h4SISQRA via @eBay
2275                                                             Check out Baby Gap Girls Holiday Wonderland Sequin Tulle Bubble Skirt Pink Sparkly 12-18mo https://t.co/SUR1B3u1Pu @eBay
2276                                                                      First slight mishap with my @Tesco grocery delivery. Not sure if it's been a mix-up when packing or the driver/
2277                                                                  RT @marlo_knapp: It takes six months to build a Rolls Royce and 13 hours to build a Toyota. @rollsroycecars @Toyota
2278                                                                             RT @Reuters: SUV hits student band members in Alabama Mardi Gras parade: reports https://t.co/Y8iF9pYa2o
2279                                                                               Planet Neptune (New True Books: Space (Paperback)) by Ann O Squire https://t.co/5iRGT4H4rw via @amazon
2280                                                                #SALE ❓AU RD LINCOLN MEMORIAL CENT PENNY **#ERROR/DAMAGE/NO OBVERSE!** - #USMINT #COIN https://t.co/YP35J80h2l @eBay
2281                                                 Check out Table Lamp LED Desk Mood Soft Lighting Rechargeable Sensitive Adjustable USB 180 #Ledgle https://t.co/KvQt30teX0 via @eBay
2282                                                                        Check out Sterling Silver Huge Sparkling Ram 16g  Ring Size 7   CAT RESCUE  https://t.co/qZiP3Txxqu via @eBay
2283                                                                                    RT @jpmorgan: $JPM invests over $9B a year in technology. #JPMInvestorDay https://t.co/1bQF9xOsnx
2284                                       Good evening from #Liberec (such a lovely city) 🇨🇿🙂&amp; just a quick reminder to @USA_Network @netflix @amazon that… https://t.co/shbutzQnRn
2285                                                     RT @Google: Today's #GoogleDoodle honors Pakistani philanthropist Abdul Sattar #Edhi whose life's mission was to help others →… 
2286                                                        Check out 1996 Marlboro Flip Top Mini Cigarette Match Box Books with 12 Wood Matches    B7  https://t.co/RhwAlRVzzA via @eBay
2287                                                       COS PEACH DRESS #COS https://t.co/PtiwaZFTzT via @eBay @eBay_Fashion @eBayFashion_UK @cosstores @amazon @hm @hmrussia @eBay_UK
2288                                                                                                                                               @Reuters a man with courage as TRUMP!!
2289                                             RT @IBM: IBM + @bancosantander partner to develop enterprise iOS apps for banking https://t.co/pt3n44435u #mwc17 https://t.co/amXhzM0wSn
2290                                         RT @wusa9: Help those in need by donating to our #HeartLove food drive. You can donate at the following @Walmart locations: https://t.co/Tb…
2291                                                                                          RT @Ford: III ❤️ Let's see those tail lights shining. #MustangMonday https://t.co/gOOQBqHux5
2292                                                                                                                                                                  @ATT roast @verizon
2293                                              SUPER HOT!!!  VICTORIAS SECRET VSX STRAPPY SPORT BRA LARGE DEEP PLUNGE WIRELESS NWT  #VictoriasSecret https://t.co/mVFilAkKYm via @eBay
2294                                                     RT @Google: Today's #GoogleDoodle honors Pakistani philanthropist Abdul Sattar #Edhi whose life's mission was to help others →… 
2295                                                                             Check out Michael Phelps Swim Snorkel FOCUS Blue And White #AquaSphere https://t.co/trroAPWetf via @eBay
2296                                                                                                                                          @TMobile movie theater popcorn is the best!
2297                                             RT @IBM: IBM + @bancosantander partner to develop enterprise iOS apps for banking https://t.co/pt3n44435u #mwc17 https://t.co/amXhzM0wSn
2298                                                          RT @justinbieber: My #SuperBowl commercial w/ @TMobile. Let’s go!! Let me see those #UnlimitedMoves https://t.co/J3YYPkR9nw
2299                                                RT @PayPal: Today we're proud to announce that @PayPal plans to acquire @TIONetworks to make paying bills faster &amp; better #PYPL… 
2300                                                     RT @Google: Today's #GoogleDoodle honors Pakistani philanthropist Abdul Sattar #Edhi whose life's mission was to help others →… 
2301                                                                                    RT @Disney: Go wild for @OhMyDisney’s #Zootopia Oscars parody posters! 🎥 https://t.co/AB3g3s3RFA
2302                                                                          Dallas Cowboys #4 Dak Prescott NFL Jersey Closeout Special #DallasCowboys https://t.co/8DyIDh2MYb via @eBay
2303                                                                                                                     Check out my listing on @eBay: https://t.co/DVigoV1TjU via @eBay
2304                                                                                                                     Check out my listing on @eBay: https://t.co/DVigoV1TjU via @eBay
2305                                                                         Check out Chevy Corvette Camaro Firebird 89-92 Injector Set Of 8 17086545 OEM+ https://t.co/y1iRE8cylL @eBay
2306                                              RT @mtt516: Check out Colormate Lavender Fabric Shower Curtain  Floral New Twilight #bathroom #decor  https://t.co/AHC0rO5Pqm via @eBay
2307                                                                                                                         @carpchronicles @thisM0rning @McDonalds because it's amazing
2308                                                        RT @netflix: Spring into something new. Here are just a few of the things coming to Netflix in March. https://t.co/umcIcwg79Q
2309                                                                                                                High-Speed #HDMI Cable 25 Feet https://t.co/mUkcps2QpK @amazon #USA ✔️
2310                                         @tatdoc20 @BoneNumber207 @Reuters answer this question and I will continue: do you believe this racist in Kansas voted for Hillary or Trump?
2311                                                                              @ATT I will never trust them with providing service for my home service again. SCAMMERS and FOOLISHNESS
2312                                                                                                     Oh cool @Apple is coming out with a Galaxy Edge!! 🙄🙄🙄 https://t.co/Ep7ApqO3u1
2313                                                                                                  RT @stacy_rucker: The Nanny Song by Misty Mount https://t.co/KteDsX0xFk via @amazon
2314                                             Is being out at work a career risk? Find out what our supporter @Shell thinks from p60 of the guide to #LGBTHM17 https://t.co/fWR1Y2chHr
2315                                                 RT @MyBestRide: The @Ford Focus RS is brutal fun in a useful package. @NicoleWakelin has her turn this week. https://t.co/mmxhzq49OQ
2316                                                               Check out Express Women's Pink Spaghetti Strap Dress SZ 7/8 #Express #Sheath #Casual https://t.co/sM7hT1JAt8 via @eBay
2317                                         RT @AberlourCCT: Have you seen our #BabyBumps video? Potential new service with @MorganStanley in #Glasgow. Please give us your vote! https…
2318                                                         RT @WaracleUK: We love it! Hearing about @intel powering the next generation of smart cities! #MWC17 https://t.co/7ixYjuFBQr
2319                                           RT @Reuters: Iraqi officers find Islamic State members hidden among refugees fleeing Mosul https://t.co/kEiDM0Ektl https://t.co/PBDjnNsqXD
2320                                                                  Casey from now on you'll have to write all your stories on Twitter!  @CoombsPSBJ @amazon #awsoutage #S3 #AWS #Boom!
2321                                      Check out SEGA GENESIS MODEL 2 SYSTEM CONSOLE WITH OEM Controllers &amp; power cord #SEGA #SegaGenesis https://t.co/16iDZRR7Dg via @eBay #gamer
2322                                           RT @Reuters: Iraqi officers find Islamic State members hidden among refugees fleeing Mosul https://t.co/kEiDM0Ektl https://t.co/PBDjnNsqXD
2323                                                            Check out 2004/05 ITG Heroes &amp; Prospects Brent Seabrook Auto RC  #ChicagoBlackhawks https://t.co/QU6NqGBKhi via @eBay
2324                                                     RT @Google: Today's #GoogleDoodle honors Pakistani philanthropist Abdul Sattar #Edhi whose life's mission was to help others →… 
2325                                             RT @CarolineLucas: .@TheGreenParty is calling on UK banks (inc @HSBC @Barclays) to stop funding climate-wrecking #DakotaAccess Pipelin… 
2326                                                                             RT @Reuters: SUV hits student band members in Alabama Mardi Gras parade: reports https://t.co/Y8iF9pYa2o
2327                                                                                             @facebook when you like buy @Twitter please increase the 140 characters to 180. Thanks..
2328                                                                             Check out Vintage Mexican Satellite Orb Solid Sterling Silver Pendant  https://t.co/4C7ngu8iUR via @eBay
2329                                                                                                                RT @Nike: @LiamVlaar Style worth celebrating. https://t.co/OQjEc3dcfF
2330                                                                 Via @Reuters: Paul Ryan vows Republican unity on healthcare overhaul https://t.co/SzxCJgchww https://t.co/NGRABE4UgC
2331                                                                                    RT @jpmorgan: $JPM invests over $9B a year in technology. #JPMInvestorDay https://t.co/1bQF9xOsnx
2332                                                                                                I just checked in @Walmart with #mPLUSPlaces Download today!  https://t.co/H4PAWuXuBe
2333                                                                                            @CocaCola can`t live without it..should be the slogan!.#Coke4life https://t.co/miz2id21n1
2334                                                      Check out 14K GOLD &amp; BZ  ETERNITY INFINITY CUFF BANGLE BRACELET SZ 7 INCH  ITALIAN 42 GR  https://t.co/5FazG9x6Rf via @eBay
2335                                                                                                                          @adidasFballUS @adidas @adidasUS I regret voting for Trump.
2336                                                                                                     @HorseyGalKaz @eBay Oh Bless. U just rest y'sen &amp; focus on getting better. X
2337                                                                                                       @JamesRon1980 @Reuters Separatists in this situation are the Ukrainian Nazis🤔
2338                                              Made a lego Balisong / butterfly knife since my order is gonna take 2+ weeks for my real 1 to come from @amazon https://t.co/WT8CnIqgkY
2339                                                                                                                                @Reuters you sound surprised it's what a coward does.
2340                                                            RT @Reuters: Austerity measure: Britain's PM May gives up crisps for Lent https://t.co/96PZtfPvzV https://t.co/DZIsRA4uug
2341                                                               @comcast @comcastcares  I have to get verified 3 damn times before getting transfered to the right department! WTF!!!?
2342                                                            RT @Reuters: Austerity measure: Britain's PM May gives up crisps for Lent https://t.co/96PZtfPvzV https://t.co/DZIsRA4uug
2343                                             RT @ReutersNordics: REFILE-UPDATE 1-Telecoms companies call on Brussels to reconsider merger policy https://t.co/A68W0Q2OQm via @Reuters
2344                                         RT @NYCSingleMom: LOVE OREOS - Oreos just got better with this $1 @Walmart Ibotta rebate: https://t.co/sYm9UffwNL #NewMilkaOREO #ad https:/…
2345                                                                        RT @ConsenSysAndrew: What is a bank? #EntEthAlliance @bancosantander @ethereumproject https://t.co/LGWTZI6Lm5
2346                                                                                                                             @nikestore @Nike Nike+ App dead? https://t.co/lpf0bZJNC1
2347                                                                                                                                                @netflix Season 13 of Grey's Anatomy?
2348                                                            RT @Reuters: Austerity measure: Britain's PM May gives up crisps for Lent https://t.co/96PZtfPvzV https://t.co/DZIsRA4uug
2349                                                            RT @Disney: Did… you… hear… the… news… ?! #Zootopia wins Best Animated Feature at the #Oscars! 😱 https://t.co/1vafTvZuEH
2350                                               @stetsdogg @HeyMarkL @Jon4Lakers @Cricketnation I’m used to 100 Mb download speeds from @TMobile would rather pay $5 more for uncapped
2351                                                             @AudiMidtown Thanks for the share! Toronto is a fabulous place for enjoying @Audi #quattro capabilities. Enjoy #CIAS2017
2352                                              RT @6Chases: Shopping Online? Save even more with @Groupon Coupons! #GrouponCoupons #ad https://t.co/KfuDbq5Xzk https://t.co/hu5M45v3Xk
2353                                                                                       @TMobile really surprised @Twitch isn't part of #BingeOn when their parent company @amazon is.
2354                                                                                               @Walmart I've addressed through Twitter. Balls in your court. Have a good day Walmart.
2355                                                                        Check out Mattel Sweet Roses PJ Doll - Unopened box but damaged box #Mattel https://t.co/Ow7m4Az8b1 via @eBay
2356                                                                                                                                             @vbjenkins I like the brand from @Costco
2357                                                                Check out #Glittered Wooden #Valentine #Ornament~Mushrooms~ Vintage Image~Handmade  https://t.co/ieTelLghdA via @eBay
2358                                                         Check out Vintage Valentino Uomo Black Leather Biker Jacket Size 44 Collectible #Valentino https://t.co/Gat8QNJWrf via @eBay
2359                                                                                                                     Look what I found on @eBay! https://t.co/P0XMIRjgfy via @eBay_UK
2360                                                                                 Check out VTG. GIOVANNI GOLD PLATED 3-D ROSE FLOWER/STEM/LEAVES BROOCH https://t.co/3TjEvZWD6L @eBay
2361                                         RT @davidpwu: Data rockstar @JohnDeere can show up on a farm a day before a harvester breaks down @mikewalsh #GartnerCIO #CXO https://t.co/…
2362                                                                                                                                    @adamrandazzo It's a good excuse to go to @Costco
2363                                         RT @Google: @PandaHasShotgun Hmm. Let's see if we can help. Please follow us and let us know when you have so we can share next steps throu…
2364                                               Ingredients simply put. Like us on @facebook and automatically enter to win: https://t.co/nDZ4dcugzY #giveaway https://t.co/YfqpwlIwHz
2365                                              RT @havingfunsaving: What does a scooter &amp; wrapping paper tell about u? Birthday presents from @Walmart here! #TheReceipt #IC #ad… 
2366                                              RT @jezjb: Check out 6 Pack LGBT Birthday Anniversary Party Greeting Cards - Gay Interest https://t.co/yAWuFj5u75 @eBay #RTtheHeartBeat
2367                                              RT @Victoria_Pavlov: I will be teaching Digital Painting in @Adobe @Photoshop at @PhotoshopWorld_  in Orlando!!! Get your tickets now… 
2368                                                                                                                                                     @McDonalds pancakes made my day❤
2369                                                                   Check out Mattel 1988 PJ Sparkles Starbright Doll 16 In Light Up Works   #Mattel https://t.co/xiQbqFHIS2 via @eBay
2370                                                                           RT @marlo_knapp: Today's insane deals on TV's from @amazon https://t.co/DxZMoTNspx https://t.co/bihoTXdnkg
2371                                                                                                          RT @acsmith843: still waiting @amazon #S3 #AmazonS3 https://t.co/z2dEZQVcnA
2372                                                              Check out LANE BRYANT Pretty &amp; Perfect cotton stretch tank top 22/24 Chartreuse green https://t.co/CP32Kt6SPd @eBay
2373                                         RT @ShawnCoslett: New Check out Green Natural Jade Tibetan Silver Necklace https://t.co/O6hQvjRQ1o @eBay #Jade #Silver #TibetanSilver #Jewe…
2374                                                                                       #airpods are awesome... except when they don't respond to double-taps... which is often @Apple
2375                                                                                                             RT @ImOnlyKJ: OK @Apple enough with the bullshit https://t.co/4JUHx4YrXi
2376                                         RT @TheAcademy: Watch @Lin_Manuel and @auliicravalho deliver a heartfelt performance from the #Oscars stage. Presented by @ATT. https://t.c…
2377                                     RT @notdan: Goodwill AKA Social Engineering Shop is a great store! I'm a @TMobile @ATT @servicenow &amp; @HP employee... for $11 ;) https://t.c…
2378                                                                                     Check out VTG. MONET WEBBED/SPUN GOLD TONE BUMBLEBEE STICK/HAT PIN https://t.co/EjIWTh81go @eBay
2379                                                                                                                                             @highogg @McDonalds they are amazing lol
2380                                                                                                                                   RT @DanniAVilla: Dammit @amazon fix the internet!!
2381                                                                                                                     Check out my listing on @eBay: https://t.co/zQB2h9uQsH via @eBay
2382                                                                 RT @TMobile: Happy #PancakesDay! Assemble your crew and serve them all a stack of flapjacks. https://t.co/iGVZS4cWo0
2383                                           RT @JulieLaurenPick: @googlechrome @Adobe our @SetonBlended k-5 scholars can't use their individualized  programs bc of the flash update.…
2384                                                                                                                             @ROSEGOLDKTM @willam @eBay girl!! Buy your own pair haha
2385                                                RT @Classy_Jackie11: Brought my dog into @UrbanOutfitters and @Apple but not freaking @Walmart ... I will not shop with you anymore ✌️
2386                                                                    Mickey Mouse Unlimited Vintage Sweatshirt XL Walt Disney Jerry Leigh USA 1990's https://t.co/Dj9sR6qazq via @eBay
2387                                                                                                                                                      iPhone 7 battery is shit @Apple
2388                                                                                                                                                  @KelloggsUS nine #TEAMSATURDAYENTRY
2389                                                                                                                                  RT @NoEscalators: .@UConnHuskies @Nike Is it a shoe
2390                                                                                            Tuesdays&gt;&gt; @TMobile @JohnLegere @PapaJohns #TMobileTuesdays https://t.co/r7xXVZCmfy
2391                                                 Check out Fossil SL6684043 Sydney Bifold Silver Metallic mini wallet Leather peweter NWT*^ #Fossil https://t.co/1Fc4hlBk7p via @eBay
2392                                             @om @Square @Apple or you could use @INAMOCURL that fits into any Watch or Fitness band. No issue with battery life or slave to phone 😎
2393                                                                                                                                           @vince_barter @TMobile @PapaJohns we eatin
2394                                       @WellsFargo WORST CUSTOMER SERVICE! I'm closing down my last account! U ppl want to hold deposited checks 4EV to collect interest. Hate!😡😡😡
2395                                                        Check out FANTASTIC DESIGN ON THIS VINTAGE CHRISTMAS TREE PAPER WEIGHT BY MIKSA .BEAUTIFUL  https://t.co/0WgcXbJ7G3 via @eBay
2396                                                                                       RT @Reuters: NASA inks deal with Boeing for extra rides for astronauts https://t.co/68mD0k8l0Y
2397                                         Women's Brando Style Leather Hoodie Jacket https://t.co/M7QEU4usoL via @eBay Eric Berry Season 2 #DoctorStrange Afr… https://t.co/3uNlsJhWWe
2398                                                                                                    Check out U.S. Navy Veteran Embroidered Patch   https://t.co/ALrO36eVSt via @eBay
2399                                                                                      Is @Apple trolling its user base again? https://t.co/oogOErwXaJ #social627 #apple #USBC #dongle
2400                                                   @wa_status @WhatsApp @facebook @randizuckerberg @instagram stop being like @Snapchat #heights of obsession https://t.co/sJnq6ZubVX
2401                                                                      RT @pccote66: Arkansas lawmaker wants to strip Clintons' name from airport https://t.co/TN0jhCbdYk via @Reuters
2402                                                                     @JamesOKeefeIII @Project_Veritas @CNN @Yahoo how is this a bombshell? Everybody knows Yahoo news are not news.😂
2403                                                 Check out CLARKS Artisan Black Leather Espadrille Slip on Slide Sandals Heels Women's Sz 9 #Clarks https://t.co/jPvzComEL7 via @eBay
2404                                                   Check out Surgical Steel 14mm Emerald Rivoli Stud Earrings with Swarovski Crystal Elements #Stud https://t.co/80iAQ5E1Mv via @eBay
2405                                                    Check out Men's Social Collision Rude by Lip Service Skinny Button Fly Jeans 31x32  #LipService https://t.co/xMfhykBl3k via @eBay
2406                                                    Check out Men's Social Collision Rude by Lip Service Skinny Button Fly Jeans 31x32  #LipService https://t.co/xMfhykBl3k via @eBay
2407                                                                                                                                                               @Tesco have sent DM...
2408                                                                                                   I just checked in @Nike with #mPLUSPlaces Download today!  https://t.co/Tfv6F6exJS
2409                                                                        RT @DigitalTrends: Compact Brother HL-L8350CDW laser printer now just $234 on @amazon https://t.co/YdNDVVvqAa
2410                                                                         @PeteTheNoob @generalelectric yeah I'm just over here like that's something or nothing I don't know but okay
2411                                                        Check out Polo Ralph Lauren belt Men's size 34 34/85 405607259004 Cuoio silver tone buckle  https://t.co/jpUyQtK9n7 via @eBay
2412                                                          Check out Florida Marlins Miami True Fan Jersey logo Youth Small Stitched Boys/Girls #MLB https://t.co/VEk50dD9vd via @eBay
2413                                                                             Read somewhere that the #amazons3 outage affects @netflix ... Now that's gonna be a real problem for me!
2414                                                                  Check out Set Empty Cans Of Ukrainian Eco Beer Chernigivske 2016 500 ml - 2 pcs.  https://t.co/6iDHykaAUJ via @eBay
2415                                                                                   Apple says it spent $50 billion last year with U.S. suppliers https://t.co/9dzaMbZHWy via @Reuters
2416                                            RT @havingfunsaving: Just look how happy 🤣everyone is now! This @Walmart #TheReceipt short film is out of this world!  #ad #IC #Oscars… 
2417                                                                                                               I HAVE UNLIMITED DATA AGAIN THANK YOU @verizon https://t.co/aWmCviNNws
2418                                                                     RT @EpsilonMktg: Now live from #mwc17 with @BlackFin360 check it out on @facebook #live: https://t.co/ifld2fOlAH
2419                                                                                  @RepJerryNadler @facebook @gop @senategop @housegop @SpeakerRyan @leadermitch Thank you Rep Nadler!
2420                                                                               Check out Women's Bead Beige &amp; Black Bracelet #Unbranded #Beaded https://t.co/NHyvVaWAmh via @eBay
2421                                                                                                  RT @paperwerksart: Check out my listing on @eBay: https://t.co/iEqG9Hb0Tr via @eBay
2422                                                        RT @netflix: Spring into something new. Here are just a few of the things coming to Netflix in March. https://t.co/umcIcwg79Q
2423                                                                                                        RT @amazon: All of the above. https://t.co/QvGLiY2q3z https://t.co/gktMsMjcqM
2424                                                                                                        Just had THE MOST 🔥🔥🔥🔥 @Starbucks brownie. Fat Tuesday is in full effect.
2425                                                                           Check out STAR WARS COLLECTOR SERIES 12 Inch OBI-WAN KENOBI BY KENNER (1996) https://t.co/igBifwyIBu @eBay
2426                                                        RT @netflix: Spring into something new. Here are just a few of the things coming to Netflix in March. https://t.co/umcIcwg79Q
2427                                           RT @Reuters: Iraqi officers find Islamic State members hidden among refugees fleeing Mosul https://t.co/kEiDM0Ektl https://t.co/PBDjnNsqXD
2428                                                                                              @stoneciu @IUBloomington @amazon @KelleySchool It is. I checked @CanvasLMS 's timeline.
2429                                                 Just saw this on Amazon: #TeeStars #Women's - Faded Shamrock St. Patri... by TeeStars for $13.95 https://t.co/gtVZTlnQJO via @amazon
2430                                          @Apple @htc Please make cell phone POCKET SIZE AGAIN it's now mandatory to carry a handbag because the mobile phones are too wide and tall.
2431                                                        @CNN @NBC @CBS @ABC @MSNBC You never complained about this?  @potus #MAGA #TRUMP2020 #REPUBLICANS2018 https://t.co/omuDOdnstM
2432                                                                                      Check out NIGHTMARE BEFOR CHRISTMAS 12 Inch SANTA BY JUN PLANNING https://t.co/r4IPf0jt6m @eBay
2433                                                                                                                                                            I miss having @TMobile 😭
2434                                                                                                              So thankful for @amazon  and the amazing perks of a prime membership!!!
2435                                                     RT @VISITFLORIDA: Pensacola Beach was ranked #7 Best Beach in the U.S. by @TripAdvisor https://t.co/TZLqkk6tn6 @VisitPensacola… 
2436                                         RT @10is10is: Just received my preordered book age-proof from @amazon Hope that qualifies for a bookplate too @JeanChatzky https://t.co/0xd…
2437                                            @GoldmanSachs  and @BillGates  quietly invested $52 mil in a #Berlin social network for scientists @ResearchGate… https://t.co/5csqXImATR
2438                                                                                              RT @ItsNarley: REASONS IM DELETING FACEBOOK 😂😂😂😂 @McDonalds https://t.co/nk69BZv3T9
2439                                                  Check out Anne Klein Floral Leo Legacy Tote Flower Print Gold Tone Chain Hardware 15.5 #AnneKlein https://t.co/Ip5CsgwpgE via @eBay
2440                                         @LeonLogothetis @netflix What a wonderful offer. Hopefully I did it right.  Though as I said I will probably cry everytime I watch your show
2441                                                                                                                                                                       @Reuters good.
2442                                         After looking at the pic of the Zelda ME from someone @reddit I'm more pissed that @amazon cancelled my order. Than… https://t.co/qcRH6xgUtH
2443                                                                                  RT @Reuters: Israel removes settlers from homes on private Palestinian land https://t.co/gB1Efo5UIB
2444                                                RT @OracleEPMCloud: Spreadsheet nightmares? You’re not alone. Top #finance managers confess all in our new white paper @Oracle #EPM… 
2445                                                                        Check out HELLZ BELLZ Biker Checker 27/S skinny USA volcom roxy vans mttm   https://t.co/N3AkS1LNhX via @eBay
2446                                         RT @TheAcademy: Watch @Lin_Manuel and @auliicravalho deliver a heartfelt performance from the #Oscars stage. Presented by @ATT. https://t.c…
2447                                                          @cloud_opinion exactly why chaos engineering is effective. I'd bet @netflix didn't have any outages during this whole thing
2448                                              RT @LangerPrimary: Please choose us when you get you community token @Tesco @TescoFelixstowe @Tesco_2748 @TescoKesgrave @TescoSudbury… 
2449                                                          RT @OHA_fairauction: Turns out he has his eye on a @BMW !!! Enjoy the auction @MrJamesMay @coys1919 https://t.co/lIb5OELaOE
2450                                                                                                                           @Sony before I buy the 7sii is the rumors of the A9 true👀
2451                                         Full-time #workingwomen are paid just 80 cents for every dollar earned by men. @WellsFargo economists look at the g… https://t.co/vkmVImqC6j
2452                                                Check out PREOWNED Bose QC3 Acoustic Noise Cancelling headphones #Bose https://t.co/kYZo2cqcGK via @eBay #discount #onsale #buy #sell
2453                                         RT @OnTheRightInOC: Iraqi officers find Islamic State members hidden among refugees fleeing Mosul https://t.co/aL7f0NnqdX via @Reuters - lo…
2454                                                                                    RT @Reuters: Trump intelligence nominee pledges support for Russia probes https://t.co/SaJ4dJ51f6
2455                                                                                    Trump intelligence nominee pledges support for Russia probes https://t.co/xvNvzW2Ois via @Reuters
2456                                                                                                                  Having Internet Issues Today? Blame @amazon https://t.co/ab1MGfWhR9
2457                                      @ariannahuff I hadhonor of working in same office as #dinapowell when I did CTW @GoldmanSachs in '10 &amp;shes a very smart empowering presence
2458                                                         RT @ATT: Cell tower + drone = Flying COW? Our Cell on Wings takes LTE to new heights – up to 300 ft. to be exact. See how:… 
2459                                                                           RT @Reuters: FBI says probing shooting of two Indian men in Kansas as a hate crime https://t.co/SSmTmvZwH8
2460                                         RT @SandyAvila37: @netflix  There is much more story to tell! Pls add #BATB to your orig programming #NetflixSaveBatB https://t.co/hPosRsIY…
2461                                          Red Women's Slim fit Biker Jacket https://t.co/yngTrvl5Jc via @eBay #PancakeDay #RareDiseaseDay Kirk Cousins #SMWNYC They Lost Ryan Methuen
2462                                     RT @pscoordsen13: Starting everyday with #VinCat kiss &amp; coffee is the best day every! Pls @netflix make #BatB yours! #NetflixSaveBatB https…
2463                                           RT @Reuters: Iraqi officers find Islamic State members hidden among refugees fleeing Mosul https://t.co/gVyi6NsYUv https://t.co/7EfD8nc1t6
2464                                           RT @Reuters: Iraqi officers find Islamic State members hidden among refugees fleeing Mosul https://t.co/gVyi6NsYUv https://t.co/7EfD8nc1t6
2465                                         RT @bay9914: @netflix #BATB  Passionate fans are asking for the story to go into infinity .. please add it to your original programming #Ne…
2466                                           RT @Reuters: Iraqi officers find Islamic State members hidden among refugees fleeing Mosul https://t.co/gVyi6NsYUv https://t.co/7EfD8nc1t6
2467                                         RT @SandyAvila37: We need more of VinCat's destined romance. Pls @netflix help us to make #BATB go on!  #NetflixSaveBatB https://t.co/cOCm9…
2468                                           RT @Reuters: Iraqi officers find Islamic State members hidden among refugees fleeing Mosul https://t.co/gVyi6NsYUv https://t.co/7EfD8nc1t6
2469                                         RT @Scouk: Check out my listing on @eBay: https://t.co/UJSD1qewFy via @eBay #kyliesmooch #kyliecosmetics #kylievalentineminikits #smooch #k…
2470                                                                                   RT @AHHypmo: JUST DOWNLOADED SOMETHING FROM AWS S3 BABYYY @awscloud @amazon @TechCrunch @LinusTech
2471                                                                                                         @Tesco your food is cardboard. That's why we go else places. 😸 Also #BDS 🖕
2472                                     TY @netflix 4 offering all #BatB seasons &amp; make your members happy by ➕this gem to your orig progs #NetflixSaveBatB https://t.co/kAOlDiruGu
2473                                              @netflix You won't be disappointed by making #BATB yours. Pls add our Gem to ur orig programs. #NetflixSaveBatB https://t.co/FNC5LG5xdr
2474                                              RT @kris_dera: Pls @netflix @NetflixIT give #BATB a new home ❤ and save us from the darkness🙏 #NetflixSaveBatb https://t.co/jHvhYTa0Le
2475                                                    Check out Broner Men's Natural Corral Tea-Stained Woven Straw Cowboy Hat #Broner #CowboyWestern https://t.co/I523nhi8GT via @eBay
2476                                                         Check out Royal Doulton Charles Dickens Christmas Tankards Full Set of 12 MINT CONDITION!  https://t.co/SOKaF73pm4 via @eBay
2477                                           RT @Reuters: Iraqi officers find Islamic State members hidden among refugees fleeing Mosul https://t.co/gVyi6NsYUv https://t.co/7EfD8nc1t6
2478                                                                                   @netflix #BATB  A lot of people watch this show online....A lot more would follow #NetflixSaveBatB
2479                                         @Reuters since @fbi not able stop local gangs recruitment at corner store and bus stop might as well pretend worth their salt national story
2480                                                    RT @pscoordsen13: Tie it all up with a nice bow for us and gift us with additional #BatB seasons as a @netflix original program… 
2481                                                                                         @BVAces51 @Rentruck @eBay_UK @eBay has the battering ram picked his van up for the season!!!
2482                                       RT @barbara81483929: @netflix @NetflixIT  Mrs. Kristin Kreuk is a great actress 😊 Pls more #BATB for her! 😊 #NetflixSaveBatb  https://t.co/…
2483                                                                RT @verizon: Unlimited is only as good as the network it’s on. @RootMetrics tests in 116 cities agree. #VZunlimited… 
2484                                        RT @barbara81483929: @netflix  Beasties will become even more loyal when you add  #BATB as your own programming😊  #NetflixSaveBatb https://…
2485                                                    RT @barbara81483929: Pls @netflix  help #BATB to have more seasons 😊 TYSM 😊 #NetflixSaveBatb https://t.co/M20ldjJ5FQ @NetflixIT
2486                                                                                                    @NicoKuhlmann @jpmorgan @markets that's awesome! Great job! Well done! #legaltech
2487                                     RT @barbara81483929: @netflix @NetflixIT  Please take this great show &amp; continue so many fantastic stories!  #BatB #NetflixSaveBatb https:/…
2488                                             RT @CarolineLucas: .@TheGreenParty is calling on UK banks (inc @HSBC @Barclays) to stop funding climate-wrecking #DakotaAccess Pipelin… 
2489                                         RT @comcast: We’ve teamed up with @YouTube to bring X1 customers YouTube videos alongside their favorite @Xfinity content. https://t.co/Z9a…
2490                                                                                   RT @chloecortes_c: @netflix Our fandom would do back flips if you picked #BatB up #NetflixSaveBatB
2491                                                     @netflix There’s so much more to #BatB than epic romance... the story deserves to go on #NetflixSaveBatB https://t.co/JZGxwIIs5c
2492                                     RT @pscoordsen13: @netflix Beasties will Never Turn Back from #BatB Make this incredible story &amp; we will follow. #NetflixSaveBatB https://t…
2493                                                                     Several well-known companies have it covered.  @redbox @netflix #chaosmonkey #simianarmy https://t.co/M914JmLDQm
2494                                         RT @barbara81483929: @netflix We voted hard 4 PCA 4 #BATB  because it deserves it as now it deserves more seasons! Pls #NetflixSaveBatb   h…
2495                                        RT @barbara81483929: @netflix @NetflixIT   #BATB it's the best show ever 😊 Pls change its destiny! #NetflixSaveBatb  https://t.co/3vKS0mQV73
2496                                                                   Portfolio Mira Paisley Arm Chair and Ottoman Living Room Furniture Bedroom Seat  https://t.co/T2ZFSDelRN via @eBay
2497                                     Great to visit @StBasilsCharity today &amp; see their fantastic work. Perhaps @waitrose @Tesco @Morrisons @sainsburys could help and be involved
2498                                                                                                                                           @AlexisGZall @ATT @Fullscreen see ya there
2499                                                                                 Policy details and tone will be key in Trump speech to Congress https://t.co/XRgTnDSKCc via @Reuters
2500                                     @AMATravel @jaagordon @chrisgordon82 The @Disney site crashed &amp; I can't get my 25% off tkts &amp; @AMAcommunity member rate! Is this a sign?
2501                                                                                                 I just checked in @kroger with #mPLUSPlaces Download today!  https://t.co/HcAZuXGflE
2502                                                   RT @Melli306: @netflix @NetflixDE For us its not over now! Pls add #BATB as original program and continue this amazing show with… 
2503                                                                  Lewis Wood Sofa Table Hall Entryway Couch Living Dining Bed Room Furniture #Lewis https://t.co/Ej1EHc2nD2 via @eBay
2504                                                     RT @ofcgeek: @netflix #BATB  This is a fan fave  so backing it would guarantee loyal viewers &amp; more Awards  #NetflixSaveBatB
2505                                                     RT @bay9914: @netflix #BATB  This is a fan fave  so backing it would guarantee loyal viewers &amp; more Awards  #NetflixSaveBatB
2506                                                           RT @SandyAvila37: @netflix @NetflixDE  4 PCA awards mean something! People love #BATB! Please give us more seasons of it… 
2507                                          50 + PIECE #CLEARANCE #WHOLESALE #CLOSEOUT MIX LOT #FASHION #JEWELRY #SALE #ONYX #COOKIELEE #Bargains #Deals https://t.co/GjiNXLLvwE  @eBay
2508                                          RT @MLSCompanyStore: Check out #BananaRepublic Men’s Fulton #Cargo #Pants Navy Blue #SlimFit Cotton Blend NWT https://t.co/ruALpj96ZJ @eBay
2509                                                                                    RT @Reuters: Trump intelligence nominee pledges support for Russia probes https://t.co/SaJ4dJ51f6
2510                                         RT @Greenpeace: BREAKING: @Shell made a film in ’91 warning of #climatechange danger. They did nothing. #ShellKnew #ExxonKnew https://t.co/…
2511                                              RT @barbara81483929: @netflix @NetflixIT  Pls help #BATB to have more than 4 seasons 💖 Pls #NetflixSaveBatb 💖 https://t.co/uWEJecMXRq
2512                                                                               RT @pscoordsen13: #BatB for @netflix original content library #NetflixSaveBatB https://t.co/fewgSiF8mH
2513                                                  RT @Melli306: @netflix @NetflixDE This amazing show deserves more than just 4 Seasons! Pls add #BATB as original program for more… 
2514                                         RT @paugie: @netflix Beasties will give you a Beast hug if you add #BatB in your original programing #NetflixSaveBatB https://t.co/KNYzmPmN…
2515                                                                     RT @ACelinakova: Please @netflix add #BATB in your original programming #NetflixSaveBatb https://t.co/G0dQ4XYQzi
2516                                                     RT @Google: Today's #GoogleDoodle honors Pakistani philanthropist Abdul Sattar #Edhi whose life's mission was to help others →… 
2517                                              RT @bay9914: @netflix #BATB  With this show you will inherit a passionate fandom...It has won 4 People's Choice Awards #NetflixSaveBatB
2518                                                                   @tinieblasx13 @Reuters @steam_games What has this got to do with steam? Steam don't charge a monthly subscirption.
2519                                                  @thomasr1950 @verizon not in my area. I live where I loan my Verizon phone to my neighbors with t-mobile. You get what you pay for.
2520                                        RT @barbara81483929: @netflix @NetflixIT  we are dedicated #BATB followers !😊 Pls make us happy! 😊 #NetflixSaveBatb https://t.co/V7xkmLwCOF
2521                                       @6abc - pls check news ticker @awscloud outage not caused by @Apple iCloud connectivity iCloud services&amp;other sites affected but not cause
2522                                                 RT @exxonmobil: Learn how we integrate renewable energy sources into our operations. https://t.co/RjSVQafS0L https://t.co/Ck8XKPt47k
2523                                                           Check out Well Worn Women's Nikes Running Sneakers Sz 8  #WellWorn #RunningCrossTraining https://t.co/LhXFI1jIns via @eBay
2524                                           RT @chloecortes_c: @netflix #BATB I never organize my schedule around other shows....only for this one..please take it on #NetflixSaveBatB
2525                                                        Check out Antique Victorian American Sisters! Interesting Braided Hairstyle! CT CDV Photo!  https://t.co/Fnpza6tO7e via @eBay
2526                                                                                       speaking of @Tesco what the hell was this milk I got only yesterday 🤢 https://t.co/mF1viV7pWm
2527                                           RT @Melli306: @netflix @NetflixDE You can do it &amp; we know it! Pls add #BATB to your original program &amp; bring this show back with… 
2528                                                  RT @SandyAvila37: @netflix @NetflixDE  Beasties would be SO happy if you would consider adding #BATB to your original programming… 
2529                                                                                                                                                         @Starbucks beautiful. Thanks
2530                                                                                              RT @lenehan_charlie: If @Audi ever wanna hook me up with an R8...give me a shout 😉😂🔥
2531                                         RT @chantillygifts: Check out Hibiscus Tea Scented Candle on Rope with Scroll Iron Candle Holder #DecoGlow https://t.co/3bwqh1frvr via @eBay
2532                                                                          Check out Ronco Showtime Rotisserie Part BBQ Spit Loading Base 3000 4000 5000 https://t.co/SkEYRDkZNB @eBay
2533                                                            @netflix #BATB  Please consider giving this wonderful show a new home...adopt it #NetflixSaveBatB https://t.co/tKy9WizcCV
2534                                        RT @barbara81483929: @netflix  Beasties will become even more loyal when you add  #BATB as your own programming😊  #NetflixSaveBatb https://…
2535                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/FqIP3A2N9v
2536                                                                                                                             @salesforce Congratulations to all new and renewed MVPs!
2537                                         RT @Google: Today's #GoogleDoodle in Brazil is all dressed up and ready to party for #Carnaval → https://t.co/qFiVcPURok https://t.co/F23GU…
2538                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/3bpNh7xXvA
2539                                               Got my @verizon bill for March. To say I was pleasantly surprised would be an understatement. I will be a loyal customer for life 👍🏻
2540                                                             RT @CieloChulacielo: @netflix  Want more subscribers... then #BatB will do that #NetflixSaveBatB https://t.co/3l2LGng5Ys
2541                                                                                                                                          @McDonalds how do I get the the new STRAW??
2542                                                        RT @devabelbieber: Here are our #unlimitedMoves @Jdrewbieberhelp @justinbieber @TMobile @scooterbraun https://t.co/TKreYjSjC5
2543                                                          RT @justinbieber: My #SuperBowl commercial w/ @TMobile. Let’s go!! Let me see those #UnlimitedMoves https://t.co/J3YYPkR9nw
2544                                                                                                                                             Goodbye @comcast https://t.co/RAdnjA99Fi
2545                                              @PayPal you guys are such a big scam being able to just  freeze people's money crazy to me PayPal Bullshit give me my money you thieves
2546                                                                 Check out Disney MALEFICENT Blu-Ray DVD Digital HD LIVE ACTION Angelina Jolie NEW  https://t.co/RnsFLFGQTi via @eBay
2547                                                      RT @Ryback22: The official @facebook page for Feed Me More and @Ryback22 Shop and calendar of events all current. #FeedMeMore… 
2548                                                                                                                                             @salesforce @OhGodOhad Congratulations:)
2549                                                 Check out Minnie Mouse dress animal print Super Star sleeper 6/9 months  infant new Disney #Disney https://t.co/6J84YytabN via @eBay
2550                                                                                    RT @jpmorgan: $JPM invests over $9B a year in technology. #JPMInvestorDay https://t.co/1bQF9xOsnx
2551                                                                  @tylererayls @FaithNicolee @ATT @verizon challenging myself to use 22gb to see how much it changes out of curiosity
2552                                                                                       @amazon yet you have nothing in place to save a driver from a concession even after call T.O.C
2553                                                                                              @Ann_ONeill @ATT I didn't hear no bell ! And yes check us out ! https://t.co/hLQ01xV2dO
2554                                                                                         Check out Vtg 90s red rock star tee shirt Sz S #SelfEsteem https://t.co/NqiCEe7abT via @eBay
2555                                                RT @CanadiensMTL: Here's the @CocaCola Capture the Feeling winner from last game. To see your picture on the Bell Centre rinkboard:… 
2556                                                                                                                                                          @adidas Gift card?! Eh?! 😂
2557                                                                                              Adjustable Height Bath and Shower Make shower Easy! https://t.co/iMJDyMns4z via @amazon
2558                                                        Check out blue fire opal Cz topaz ring gems silver jewelry Sz 5.5 6.5 7.5 engagement band   https://t.co/ZliuxrgiEV via @eBay
2559                                                                                                                                         @steveyeun @netflix come to Argentina please
2560                                                                                              @SUBWAY @McDonalds @Wendys what's going ? It's not 100% chicken https://t.co/TWLW70y0KK
2561                                                                                                                                          Add every season of bad girls club @netflix
2562                                                     RT @Adobe: Marketers have shifted from mobile-friendly to mobile-first planning. Key takeaways from our Mobile Maturity Study:… 
2563                                            @andymoz78 One suspects @Nissan knows #Brexit will fail and will leave Britain as fast as it can. It's just waiting for the right moment.
2564                                    RT @pscoordsen13: TY @netflix 4 offering all #BatB seasons &amp; make your members happy by ➕this gem to your orig progs #NetflixSaveBatB https…
2565                                                 RT @LeedsNews: RECALL: @Tesco has recalled this children's toy over safety fears -know someone who has one? Why they must return i… 
2566                                                                                                                                           @Ryback22 @facebook Don't forget to share.
2567                                                                                                RT @dusballin: Are we just going to pretend @netflix isn't dropping bangers right now
2568                                                                                RT @cer_Johnson: Thank you @Tesco for your absolute shit easy shake pancake mix!! Absolutely dreadful
2569                                                         Check out 1900s Photographer Business Card - Black White Photo of Man Charleston Illinois  https://t.co/Ic5lkAIZC2 via @eBay
2570                                                                                                                           Check out norse by norsewest https://t.co/XbmkeMEz6O @eBay
2571                                                                                                                                                   @jessiepaege yes we can!! @netflix
2572                                                                           Thank you @WellsFargo I appreciate the time you took to resolve my issue to the fullest extent. Good job!!
2573                                                  Check out #Tornos Swiss Automatic Screw Machine Cams Bell Cams Dogs for M-7 / R-10 32 pcs #Tornos https://t.co/wXZvFhry4K via @eBay
2574                                     Time for @Google &amp; all tech companies to move their companies to countries that are safer for their employees #Trump https://t.co/L95cmctPFb
2575                                                                                                                                              @TMobile I want a new free phone please
2576                                            RT @sara_iplikci: This couple is great for the new collection of Nike 😍😭👌🏻💪🏻🥊⚽️ @Nike @NIKE_TURKIYE @nikestore #Nike #KiralıkAşk… 
2577                                                              #Embroidery #Shirt #Blouse #Crossstitch #Pattern magazine Ukrainian #Vyshyvanka 18 v  https://t.co/MhW5TBzZki via @eBay
2578                                            Clintons befriended Chinese cook who got illegal donations https://t.co/mtag7tL0uG @MailOnline The @CNN @MSNBC @CBS will LIE my omission!
2579                                                                                                                                              @TMobile Gosh Dang it welp gotta switch
2580                                                        Check out Vtg Tommy Hilfiger Lt. Gray T Shirt Size XXL Spelled Out Embroidered Stripe LOGO  https://t.co/WpnsAZCz51 via @eBay
2581                                                RT @OutdoorFamMag: OFM Family Road Trip Guide: The Pacific Coast Highway #OutdoorFamilies #FamilyTravel @Expedia via @OutdoorFamMag… 
2582                                                RT @OutdoorFamMag: OFM Family Road Trip Guide: The Pacific Coast Highway #OutdoorFamilies #FamilyTravel @Expedia via @OutdoorFamMag… 
2583                                                RT @OutdoorFamMag: OFM Family Road Trip Guide: The Pacific Coast Highway #OutdoorFamilies #FamilyTravel @Expedia via @OutdoorFamMag… 
2584                                                RT @OutdoorFamMag: OFM Family Road Trip Guide: The Pacific Coast Highway #OutdoorFamilies #FamilyTravel @Expedia via @OutdoorFamMag… 
2585                                                RT @OutdoorFamMag: OFM Family Road Trip Guide: The Pacific Coast Highway #OutdoorFamilies #FamilyTravel @Expedia via @OutdoorFamMag… 
2586                                          #ResolutionofInquiry is still being debated! Follow us live on @facebook as @HouseJudiciary considers seeking info… https://t.co/pH6TFICnpN
2587                                     RT @verizon: Post your check move w/ #CheckYourUnlimited &amp; #sweepstakes for a chance to win unlimited data on a better network. https://t.c…
2588                                                       Check out Beaded &amp; Gold 'Nugget' Necklace w/Earrings to Match ~ 32 Inches w/2 Inch Ext.  https://t.co/IKhbnbI127 via @eBay
2589                                                                 RT @SierraClub: TAKE ACTION: Tell @WellsFargo divest from the Dakota Access Pipeline https://t.co/jaBpHvjeCg #NoDAPL
2590                                                                           Check out this Amazon deal: Canon SX530 HS 9779B001 PowerShot by Canon https://t.co/q76Yg6e7ys qua @amazon
2591                                                       Check out Beaded &amp; Gold 'Nugget' Necklace w/Earrings to Match ~ 32 Inches w/2 Inch Ext.  https://t.co/IKhbnbI127 via @eBay
2592                                                                 RT @SierraClub: TAKE ACTION: Tell @WellsFargo divest from the Dakota Access Pipeline https://t.co/jaBpHvjeCg #NoDAPL
2593                                                                      RT @ISBDESIGN: Check out Logo Design Promotion Just $5 - Delivery In One Day  https://t.co/4XJh79UA1l via @eBay
2594                                                                      RT @ISBDESIGN: Check out Logo Design Promotion Just $5 - Delivery In One Day  https://t.co/4XJh79UA1l via @eBay
2595                                                                                           @cnnbrk @Reuters @KellyannePolls What if one of the black guys sat on the couch like that?
2596                                               RT @coasmom: How can you save with @Groupon? Have you found any great deals there lately? https://t.co/UxCQGjMnU0 #grouponcoupon #spon
2597                                         RT @Google: Today's #GoogleDoodle in Brazil is all dressed up and ready to party for #Carnaval → https://t.co/qFiVcPURok https://t.co/F23GU…
2598                                                                                           @chadwhynot @comcast @XFINITY their service has been tanking for a lot of streamers lately
2599                                          @ThomasPringleTD @TripAdvisor all stunning. Wouldn't take much from Donegal county council to make every1 of them blue flag &amp; 20 others
2600                                                                                                 @netflix Can you please explain to me why you guys removed #MelissaandJoey??????????
2601                                         RT @sengineland: .@johnmu of @Google shares advice on how to handle day-long site closures in regards to search rankings: https://t.co/UVii…
2602                                                           Check out Pewter Look Fish Tray Dish Coin Holder Trinket Dish by Via Small Silver Color  https://t.co/wExNG0t0nM via @eBay
2603                                         Mexico says will not accept tariffs or quotas in U.S. trade talks https://t.co/q9UGm1Nfaz via @Yahoo Too bad their IQ is like 5 yr old child
2604                                                   Check out Twenty One Sz Small Peasant Sheer Floral Blouse Purple Black Short Sleeve B234 #Blouse https://t.co/vVaAHyrnPk via @eBay
2605                                                                                                             RT @AlexMacleanECL: We out here @Disney #Florida https://t.co/hwuqCJqDM5
2606                                                                                                             RT @AlexMacleanECL: We out here @Disney #Florida https://t.co/hwuqCJqDM5
2607                                            Check out #GoldenState #Warriors #Basketball #StephCurry #ChrisMullin #DraymondGreen  https://t.co/JAd1NmDZUO via @eBay #TomTolbert #ebay
2608                                                                 Check out Set of 4 Vintage Chippendale Drawer Pull Handle ~ Fancy Chippendale BATWING  https://t.co/S93ht6K0Rf @eBay
2609                                                                      RT @ISBDESIGN: Check out Logo Design Promotion Just $5 - Delivery In One Day  https://t.co/4XJh79UA1l via @eBay
2610                                                 Check out Lot of 5 PANHANDLE SLIM WESTERN SHIRT LONG SLEEVE  MENS SIZE 16 x 34            #Western https://t.co/fa9RVomTKv via @eBay
2611                                                                                Just gonna sit here and cry because @Starbucks is out of the #LillyLovesStarbucks S'well bottles 😩😭
2612                                                                                                          That's why @amazon is worth 400 billion #technology https://t.co/6KwyImiut6
2613                                                                      RT @ISBDESIGN: Check out Logo Design Promotion Just $5 - Delivery In One Day  https://t.co/4XJh79UA1l via @eBay
2614                                                           RT @Reuters: Republicans lack agreement on Obamacare ahead of Trump speech https://t.co/2Bfu8dLgw6 https://t.co/pYAtfA2hQN
2615                                         So now I'm going to Coachella. S/O to everyone who made it possible to get here. Mostly @StubHub and @Mastercard an… https://t.co/ocq3TgBZN5
2616                                                                                                                                @jwherrman @AkbarSAhmed @facebook this is disgusting!
2617                                         RT @BostonRob: Our tribe is ready 4 the Premiere of @survivorcbs next wed @CBS Congratulations on the 500th episode! #Survivor500 https://t…
2618                                                        RT @CocaColaCo: He just wanted a job. Find out how this lifetime @CocaCola employee broke racial barriers by being himself.… 
2619                                                        RT @Reuters: Trump mulling immigration bill with pathway to legal status: CNN https://t.co/GP5hMFGaWR https://t.co/uIT1IZjxP6
2620                                                        Check out VICTORIA'S SECRET Size 34D Nude Pushup BRA Underwire Convertible #VictoriasSecret https://t.co/QKwWyZII9U via @eBay
2621                                         RT @AminNaserpour: Review: Deep dive into Windows Server 2016 https://t.co/NXQ6VNJGPV @Microsoft #WindowsServer #Windows2016 #WindowsServer…
2622                                                                                                         Check out Singfiller 2ml FINE  #Singfiller https://t.co/WhIzchVbaG via @eBay
2623                                                  Check out Gold Mermaid Strand Necklace Jewelry Handmade NEW adjustable Accessories Blue #Handmade https://t.co/cYw3BUq5wM via @eBay
2624                                                               Check out Dale Earnhardt Jr Autographed Hat Chicagoland Speedway L/XL Black NWT Mint Cap https://t.co/N58pA9eUDa @eBay
2625                                                                                                                 I see what you did there @CBS And I like it. https://t.co/iDUfRlQq8Y
2626                                                                                                                RT @sportswatch: .@YESNetwork will return to @comcast homes March 31.
2627                                         RT @GoldmanSachs: .@Nasdaq CEO @adenatfriedman on how technology will change market efficiency #TalksAtGS https://t.co/o0XlnpxbML https://t…
2628                                         RT @Resiliency_CBoC: Some of the most important #CyberSecurity data may be outside your organisation - @PTVandenberg @IBM #cbocsecurity htt…
2629                                                                                                                                                  @Citi  still waiting for a response
2630                                         @NintendoUK it would appear @Microsoft thinks your emails are fradulent as you failed their fraud protection checks… https://t.co/I2Ig3kpBhg
2631                                         RT @ReggieVaitz: Another Uber employee comes forward with misconduct claims https://t.co/7Qlz6In9gf @CNN @BBCNews @Reuters @business @WSJLa…
2632                                                                                                                                                                Y'all sell milk? @ATT
2633                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/50WI4gJifr
2634                                                              Check out American Graffiti FRIDGE MAGNET 6x8 George Lucas Magnetic Movie Poster #68  https://t.co/APcqciKlXl via @eBay
2635                                                                                                             @brionnaaiko @TMobile @Fandango damn keep trying lol. It's until the 6th
2636                                                   Check out Vintage 60's 70's Queens Way To Fashion Paisley Jumpsuit Palazzo S/M Blue Green #Party https://t.co/judoaSIFGo via @eBay
2637                                                                       RT @Reuters: Hersheys to reduce global workforce by 15 percent https://t.co/2xDvO8w6v4 https://t.co/U0CqbwfBva
2638                                                          RT @justinbieber: My #SuperBowl commercial w/ @TMobile. Let’s go!! Let me see those #UnlimitedMoves https://t.co/J3YYPkR9nw
2639                                                                 @dnvolz @Reuters Hey guys don't leave he will not be there long. Find out what Putin and Julian Assante has on trump
2640                                                                                  Check out Edgar Allan Poe mini tombstone Halloween haunted house prop https://t.co/fZdMAfl2tN @eBay
2641                                                         Ha! Just got a $300 offer for @Google Cloud. Somebody paid attention in marketing class! #AmazonFail https://t.co/6ObMMZucXb
2642                                                     RT @healingtomato: 10 minutes breakfast meal prep! https://t.co/JG22LbVIAx   #sponsored #CalciYUM #Yoplait @Walmart #breakfast… 
2643                                                             Full Face Snorkel - Snorkeling Mask Set New 2017 Design GUARNTEE &amp; FREE DELIV... https://t.co/i8NCErQtsx via @amazon
2644                                                         Check out Wolf T Shirt The Mountain Wolves Nature Animal Moon Stars USA Tee S-3XL 4XL 5XL  https://t.co/q99ZOEjYht via @eBay
2645                                                                                                       RT @BenChristensen_: 50 Floors up. #ThisIsNewYork @SAP https://t.co/gTVEjA92mL
2646                                                        Check out Building Block Compatible avec Lego Harry Potter Mini Fiction Harry Potter Rogue  https://t.co/wrzYkAbPzb via @eBay
2647                                         Thanks @TMobile @JohnLegere @PapaJohns for the free pizza and the t-shirt only had to drive a hour to get the pizza. https://t.co/SOx9ZhNgyh
2648                                                                             @UPS i ordered mark tuan 4 years ago for @etherealtuans and the package still hasn't arrived plz explain
2649                                           #Vintage #1968 #SecretAgentT With The Secret Coder  / King Seeley Thermos Co. https://t.co/Op8gqxCuOa @eBay #metallunchbox #LunchBoxOldies
2650                                     RT @D_Ross3: Chilling with @KelloggsUS &amp; Team Sunny and brightening commuters’ day…Check it out! #SimplePleasures #ad https://t.co/B6KlfI97…
2651                                                                       RT @Reuters: Hersheys to reduce global workforce by 15 percent https://t.co/2xDvO8w6v4 https://t.co/U0CqbwfBva
2652                                                         20% off SALE Authentic Hand Signed Tiffany &amp; Co. Antique Floral Sculpture~Figurine~Flowers @eBay https://t.co/8pXW719fir
2653                                                     Call @DisneyChannel 1-818-460-7477 Tell Them 2 SELL ALL THE RIGHTS 2 #GirlMeetsWorld 2 @netflix #DisneyGiveUpGMW #NetflixSaveGMW
2654                                               RT @tpiratetreasure: Check out Alaskan Clay Cups Lot of 4 Norma's Niche Alaska  https://t.co/9IkJzpbae7 via @eBay #alaska #alaskanclay
2655                                                                                   Check out 1883-O //  UNC  //  MORGAN SILVER  DOLLAR   // m-1121  https://t.co/waLfKdfRVi via @eBay
2656                                         RT @chrisdashrob: the SMOLDER #tangled #flynnrider #rapunzel #poster #thesmolder #zacharylevi #mandymoore @Disney @ZacharyLevi https://t.co…
2657                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/FqiSYS9szC
2658                                                 Time to dream again: Dream builder Fred Merola @https://www.amazon.com/dp/B01H0Z8M9I/ref=cm_sw_r_tw_awdb_x_VkHTybJGE5866 via @amazon
2659                                                                             Check out MMS Taupe Shoulder Satchel  Handbag w/ Adjustable Long Strap New https://t.co/ktgKV8zuTE @eBay
2660                                                                                                                                       @LAVIEbyCK @hm @ASOS_Us how much is the jacket
2661                                                                                Check out 1942-D   //  50C Walking Liberty Half Dollar  //  M-1008  https://t.co/dGktXJd5qr via @eBay
2662                                                RT @AHSAA_hoops: FINAL @CocaCola Scoreboard Update from @HoopsDeshler girls 4A semifinal victory! #ball4ItAll https://t.co/JeHIderKQX
2663                                         @CNN @ABC @NBCnews @AP @MSNBC @CBSnews @Reuters @nytimes @WSJ @BBCWorld @washingtonpost R U reporting on this inste… https://t.co/EqBMtBXrDI
2664                                                                Check out WANNA BETTA BUTT? YMI SLIM SKINNY Legging Pants  NO KIDDING-REALLY WORK Sz 11 https://t.co/6LAZBradGm @eBay
2665                                                              @Ford Escape costs $9k to fix.  Currently non-op.  Still paying it off. Might go bankrupt because of shoddy workmanship
2666                                                       RT @murdoch123: Check out Baby Alive Super Snacks Snackin' Sara Blonde Doll And Accessories BNIP https://t.co/gbjCffN0vk @eBay
2667                                                                                                                      @LeonLogothetis @netflix loving this series! 💗Big #Inspiration
2668                                                                                            @Walmart I bought a cord for my iPhone from y'all on Sunday and it stopped working today.
2669                                                 RT @g_kohls: Looking for the best family time? Enjoy free movie nights w/ Tyson &amp; Redbox from @Walmart https://t.co/NdYQOAcfg0… 
2670                                                         Check out  L'EAU D'ISSEY- ISSEY MIYAKI Pour Homme 4.2oz MENS EDT-CLEAR BOTTLE #IsseyMiyake https://t.co/YjZjHWk93p via @eBay
2671                                                                                                                              @netflix if u don't add this 🙃 https://t.co/hPZAGbUw6i
2672                                                                                  Monthly Favorites and Wishlist: February 2017  https://t.co/JmAr2ZZ1Vl via @amazon  your so special
2673                                                         Check out Spiderman Suit Up 1 Pair Men's Crew Socks Marvel Comics Homecoming NEW Bioworld  https://t.co/X34IDzGs2H via @eBay
2674                                                                                                     Check out Jessica Simpson Ring #JessicaSimpson https://t.co/yaqhvzzlKn via @eBay
2675                                                                      RT @ISBDESIGN: Check out Logo Design Promotion Just $5 - Delivery In One Day  https://t.co/4XJh79UA1l via @eBay
2676                                               RT @JLDastin: Disruption in @Amazon's cloud service ripples through internet #amazons3 #awsoutage https://t.co/zv6ZmJqCsU via @Reuters
2677                                         @Apple  can I suggest you make a product that works perfectly at the start and works the same two year later because doesn't any suggestions
2678                                                                                                RT @Reuters: Trump orders review of Obama waterway regulation https://t.co/BVdfsur2jK
2679                                                                                                                         Milestones by Sayed Qutb https://t.co/94GhBXfT2Y via @amazon
2680                                                                                              Check out Nine West Sequin Booties #NineWest #Booties https://t.co/JcFQJA2EPW via @eBay
2681                                                    Check out ORIGINAL NWT Aeropostale womens aero 87 athletics popover hoodie SWATER RED L #Hoodie https://t.co/3tm7724Ip5 via @eBay
2682                                                                                         RT @Burberry: Watch highlights from our February show. #BurberryShow https://t.co/vpc91SX5iP
2683                                                                 DONALD TRUMP SUPER PATRIOT 6 PACK! - SIX OF MY MOST POPULAR BUTTONS! - Inaugu... https://t.co/PkmaaoUNNI via @amazon
2684                                                                                                                                        @Smashburger and @McDonalds are the best 😿👏
2685                                                                                                      The periodic table of #payment elements via @Mastercard https://t.co/Od5DpSX5Un
2686                                         RT @Alisa_Arner: Need to spend your tax dollars? @TMobile you get 2 lines for $100 + get the 3rd line FREE starting tomorrow! https://t.co/…
2687                                                                                                          RT @LeeWestwick: Who's watching @netflix ??? ME! 👇 https://t.co/uRWpi2VdL9
2688                                                                      RT @ISBDESIGN: Check out Logo Design Promotion Just $5 - Delivery In One Day  https://t.co/4XJh79UA1l via @eBay
2689                                                                                  RT @Reuters: Israel removes settlers from homes on private Palestinian land https://t.co/gB1Efo5UIB
2690                                                           BID NOW!!! Check out Lularoe TC Leggings Paisley Unicorn Beautiful https://t.co/mYOOTKModM @eBay #LuLaRoe #lularoeleggings
2691                                                  @katyperry @Zevia @CocaCola @realDonaldTrump @DHSgov @IvankaTrump @HillaryClinton @SenSanders @BarackObama… https://t.co/Iohwx2vpuz
2692                                                           RT @Disney: Dive into Pandora – The World of Avatar with filmmaker James Cameron and experience the journey on May 27 at… 
2693                                                   RT @UofLEquipment: Reach new heights. Set new limits. Create Greatness. The new #pureboost from @adidas @adidasUS @adidasrunning… 
2694                                         RT @footlocker: The Triple Black @adidas Ultra Boost 3.0 drops online tomorrow at 10am EST. | https://t.co/7UGWu8Ogao https://t.co/elEOAvss…
2695                                         @tim_cook @Apple @AppleSupport riddle me this riddle me that are you really gonna put the same charger that Samsung… https://t.co/2tgZWsN2lt
2696                                         @tim_cook @Apple @AppleSupport riddle me this riddle me that are you really gonna put the same charger that Samsung… https://t.co/2tgZWsN2lt
2697                                                                                                    @K_Ricksz @netflix Okay? At least I didnt write the Cars film series a 5/5 review
2698                                                                                                                                           @Nestle while privatizing water - ummm no!
2699                                                    Check out New Montana West Satchel Purse Concealed Handgun CCW Embroidered Aztec Beige #Satchel https://t.co/z1wchVSF4e via @eBay
2700                                                       RT @Reuters: Trump to shift biofuel blending burden off U.S. refiners: sources https://t.co/b8w2eCrMza https://t.co/DjHwbLyE9u
2701                                          My @DIRECTV remote isn't working and the only option I have is to pay for overnight shipping. @ATT How is that effortless customer service?
2702                                                RT @dawnchats: Mmm chocolate! 😋 Mind blown! Try the new Milka OREO candy bar @Walmart and get a $1 Ibotta rebate #NewMilkaOREO #ad… 
2703                                         Please RT @eBay! https://t.co/TnWJsNyxiJ … via @eBay #ebay #clothing #shoes #ties #oldbooks #collectibles #namebrand https://t.co/2mkg3IEa1M
2704                                           ENDING SOON! Check out Weekending in New England Travel Guide Betsy Wittemann Nancy Webster Illustrated  https://t.co/h2DVgr03RB via @eBay
2705                                                                                              RT @ItsNarley: REASONS IM DELETING FACEBOOK 😂😂😂😂 @McDonalds https://t.co/nk69BZv3T9
2706                                                                                              Is it just me or is @hm clothes for dudes getting a little boring. How can we fix this?
2707                                                                                                                     Look what I found on @eBay! https://t.co/f1boTsQDVY via @eBay_UK
2708                                         @SportsCardNews #WalterPayton #FleerShowcaseAwards 3 color Jersey Card S#D 95/100 #walterpayton #Mcfarlane https://t.co/94fyYxyVmM via @eBay
2709                                                             RT @Reuters: McConnell says deep State Department budget cuts won't pass https://t.co/80rJ8F0fLu https://t.co/NdD0tRoypa
2710                                                                         RT @DrJimmyStar: Check out Betsey Johnson Neon Yellow Tassel Ladies Wallet NWT https://t.co/jnFISPpqAo @eBay
2711                                                RT @dawnchats: Mmm chocolate! 😋 Mind blown! Try the new Milka OREO candy bar @Walmart and get a $1 Ibotta rebate #NewMilkaOREO #ad… 
2712                                                                                               RT @SlimmySlim94: Yo @Citi got to stop declining my cards man. It's so embarrassing 🙄
2713                                                                                               Exorcist Falls: Includes the novella Exorcist Road https://t.co/7YH3wPCXoD via @amazon
2714                                                 RT @dubmagazine: VIDEO: Now this is a clean @VW #Passat | @vossenwheels https://t.co/KchtwVBlY5 https://t.co/eNtHypVz45 @dubirtint… 
2715                                            Check out NEW YORK AND COMPANY WOMENS BURGUNDY SIMMER LONG SLEEVE SWEATER DRESS SIZE S https://t.co/CPe13cjlP2 @eBay #auction #bud #watch
2716                                                           RT @Disney: Dive into Pandora – The World of Avatar with filmmaker James Cameron and experience the journey on May 27 at… 
2717                                                                                     Check out The Way To God And How To Find It  Ebok  file PDF    https://t.co/u7m4Svo4iR via @eBay
2718                                                                        @TMobile Explain how ridiculous it is for me spend money on a text sent to EU on @ATT https://t.co/19qFwgY9QK
2719                                          Opportunity 58: An unexpected third trip back to @Apple or errand stopped my progress. The thought of #Germany and… https://t.co/rfVgMqv6gF
2720                                            Tommy Hilfiger Baja Signature Stripe Fabric Shower Curtain Gray Grey White Used #Cottage #tommyhilfiger https://t.co/hRa7zrkWOE via @eBay
2721                                                                RT @Disney: There’s no man in town like Gaston! 💪 See him in #BeautyAndTheBeast on March 17. https://t.co/Fkf4GacotY
2722                                                RT @pattigiese: Check out Perfectly Posh BLACKLISTED SUGAR AND BLACKBERRY BODY SCRUB #perfectlyposh https://t.co/ekNPuaZkMT via @eBay
2723                                                                                                                     Black Pearl and Shell Earrings https://t.co/yANnRGIXo3 via @eBay
2724                                               Check out PREOWNED - Men's J CREW Green X150 Cotton Nylon Hooded Jacket - SIZE LARGE #JCrew https://t.co/fz1DVfUdvd via @eBay #jackets
2725                                                                                             @plasticembryo @eBay Well not the whole thing. i fill in parts of it. Good Lord......lol
2726                                                             Zeny 2in1 SMD Rework Soldering Station Hot Air &amp; Iron 852D+ ESD PLCC BGA w/ S... https://t.co/xxl6Qvbo4J via @amazon
2727                                                                                                              @verizon I'm literally crying right now. I want my fucking phone number
2728                                          RT @rosenbergann: Proud to have strong @SAP female leadership @WittenbergAnka Chief #Diversity &amp; #Inclusion Officer speaking tomorrow… 
2729                                                RT @Disney: See @EW's Look at the Creation of the Ballroom for #BeautyAndTheBeast: https://t.co/1tVzEccpw3 ✨ https://t.co/RfVJb6v069
2730                                              RT @PlayPartyPlan: Get a free $10 @Airbnb card when you buy $100 in gift cards at @kroger using this #coupon! #ad #TMOM #FamilyTravel… 
2731                                                                                                              @YouTube has done what @Apple has failed to do. https://t.co/FmtosOdmfB
2732                                                                                                                    This tall @ASOS jumpsuit though https://t.co/v2TTXQICS1 #TallSWAG
2733                                         RT @jpmorgan: $JPM Erdoes: Adapting to client needs and innovating are keys to success. #JPMInvestorDay https://t.co/EkyIleFx4a https://t.c…
2734                                                                                                                                          @Starbucks peppermint mocha is life ☕ 😍👌
2735                                                                                                                                       @RealDoubleMs @TMobile @JohnLegere good luck!!
2736                                                                                                                             @TMobile is @TMobileHelp asleep? https://t.co/KnBRRHC4Kx
2737                                                RT @Disney: See @EW's Look at the Creation of the Ballroom for #BeautyAndTheBeast: https://t.co/1tVzEccpw3 ✨ https://t.co/RfVJb6v069
2738                                                                                                                        Look what I found on @eBay! https://t.co/SWP15FJKgZ via @eBay
2739                                                                                       RT @trevorjackson5: . #BurningSands 3.10.17 @netflix original movie 🎥 https://t.co/X1Y6xmEJpr
2740                                                              @Disney I really think the #sisteractmovie soundtrack should be available for purchase on iTunes don't you? Come on. 😜
2741                                                                                       Check out #StarWars #LukeSkywalker #Keychain https://t.co/fD3GOe2C0r @eBay #shopping #ebay #sw
2742                                              RT @havingfunsaving: Wish my kids got this excited about bananas! Love the energy in this @Walmart short film #TheReceipt #Oscars #IC… 
2743                                                                                         RT @Burberry: Watch highlights from our February show. #BurberryShow https://t.co/vpc91SX5iP
2744                                                                                                                         @Chandira_G @dbrand @Apple the s8 has a type c port too mate
2745                                                         Check out St Benedict Rosary Beads For Men Stainless Steel Beads Unbreakable Rosary Beads  https://t.co/NQUjOOrPrd via @eBay
2746                                                                                                                                  @netflix @amyschumer in love with the shape of you.
2747                                                                         RT @DrJimmyStar: Check out Betsey Johnson Neon Yellow Tassel Ladies Wallet NWT https://t.co/jnFISPpqAo @eBay
2748                                                                          Shouting @Jollibee last concert here in PH then eating @McDonalds fries. Lmao Suho. https://t.co/zVbgJCv5G4
2749                                         RT @AudiNews: Where did @Audi rank in @ConsumerReports 2017 Car Brand Report Card? Find out here https://t.co/j58fzR7yHl https://t.co/F1yjH…
2750                                         RT @GiveawayBandit: Movie nights in are the best! Enjoy free movie nights with Tyson and @redbox from @Walmart #TysonFreeMovieNights #AD ht…
2751                                                                                                               RT @AlexiDinero: These bitches is raw 😍 @Nike https://t.co/cyecBtYij6
2752                                                                                                               RT @AlexiDinero: These bitches is raw 😍 @Nike https://t.co/cyecBtYij6
2753                                                                                                               RT @AlexiDinero: These bitches is raw 😍 @Nike https://t.co/cyecBtYij6
2754                                                  @katyperry @Zevia @CocaCola @realDonaldTrump @DHSgov @IvankaTrump @HillaryClinton @SenSanders @BarackObama… https://t.co/L8W2iW0Sw9
2755                                                                           RT @DrJimmyStar: Check out Anne Klein Gold Polka Dot Make-Up Bag/ Wallet NWT https://t.co/saVBumH3mi @eBay
2756                                                                                                                                   @Disney @auliicravalho @TheEllenShow so very sweet
2757                                              RT @havingfunsaving: Wish my kids got this excited about bananas! Love the energy in this @Walmart short film #TheReceipt #Oscars #IC… 
2758                                                    @JohnLegere very disappointed the way situation is being handled by @myamtel and @TMobile on the matter brought to our attention.
2759                                                     RT @paulpogba: We got our trophy back 🏆🎼👊🏾🙏🏾 @ManUtd @adidas @adidasfootball #MUFC @EFLCup #EFLCup https://t.co/dfz7WVdYIE
2760                                                                                                                     RT @thelindsayellis: Hey. Hey @Disney. Where's my Tamatoa merch?
2761                                                        Check out Lee Auto Prime Hand Priming Tool Lg Primer Setup w/#3 Shell Holder  #LeePrecision https://t.co/H3QoFP5oOp via @eBay
2762                                                                                                                          @Wendys im at @McDonalds  no one has hair nets what do i do
2763                                                                Clearing #Jesus of Blasphemy: Jesus was charged with Blasphemy by his Enemies.... https://t.co/s5Ot69stho via @amazon
2764                                                                                                                        @facebook but I don't have an ad account 🤔#Wilberforce_RYS17
2765                                         RT @platingpixels: Strawberry Lemon Cream Breakfast Tarts! #recipe here https://t.co/UcyL42gBEN [ad] @Walmart #SpringReddi https://t.co/k6j…
2766                                                          RT @justinbieber: My #SuperBowl commercial w/ @TMobile. Let’s go!! Let me see those #UnlimitedMoves https://t.co/J3YYPkR9nw
2767                                                               Check out The Buckle CULT OF INDIVIDUALITY VIXEN Low Curvy Flare Jeans Sz 29 W 31 x L 31 https://t.co/hF0RZoPzst @eBay
2768                                                                         RT @DrJimmyStar: Check out Betsey Johnson Neon Yellow Tassel Ladies Wallet NWT https://t.co/jnFISPpqAo @eBay
2769                                                                                  FREE BOOK PIMPIN': Syphon's Song (Mayflower Mages) by Anise Rae https://t.co/iD88S4XAOT via @amazon
2770                                     @SarahBurris I fight lawless chaos on my way to &amp; from work everyday. The media doesn't want you to know about how long @Starbucks lines get
2771                                                       RT @scholarships360: Many @Google $10000 #scholarships awarded! Due in 2 days! https://t.co/7hXtcC4kXU https://t.co/eANyaxre6p
2772                                                 RT @findingwhatyou1: Check out 1995 MILTON BRADLY JUMANJI BOARD GAME 100% COMPLETE  #MiltonBradley https://t.co/FRaTcRFyYz via @eBay
2773                                                             Check out 6 Yards mixed lot Princesa Elena Inspired Grosgrain Ribbon 2 each #Unbranded https://t.co/Q78kxZI4Jb via @eBay
2774                                          RT @findingwhatyou1: Check out ONE OF KIND SIGNED STAN MUSIAL PAINTING ON DRYWALL NEEDS TLC AND A HOME!!  https://t.co/iAzxEYHKYi via @eBay
2775                                                                                                               RT @AlexiDinero: These bitches is raw 😍 @Nike https://t.co/cyecBtYij6
2776                                                                  Check out  CHESAPEAKE BAY CERAMIC SWEATER VESSEL SOFT CASHMERE SCENT NAME BRAND   https://t.co/75qyVIitQ8 via @eBay
2777                                                                    Without an EPA or other oversight committee these pipes rot our countryside. https://t.co/ka4n173K0I via @Reuters
2778                                                                                          Check out Pikes Peak T-shirt The Rules L #USA #GraphicTee https://t.co/Jjj2CRszWa via @eBay
2779                                         RT @Penguinsangel: Love you some Oreos? Buy some now @Walmart Yum! Gain a rebate too! https://t.co/bNFjBRyXw5 #NewMilkaOREO #ad https://t.c…
2780                                                       Check out CELINE Phoebe Philo Exquisite 3.5k Ivory Blazer French Size 42 - 10 NEW!!! #Celine https://t.co/CO1BKNPYDZ via @eBay
2781                                                                           RT @DrJimmyStar: Check out Anne Klein Gold Polka Dot Make-Up Bag/ Wallet NWT https://t.co/saVBumH3mi @eBay
2782                                                                         RT @shmateo_: @adidasoriginals @adidas Ooooh look at me 😎 Billboard Ready 🤷🏽‍♂️👏🏼 https://t.co/l7GdEKTEBb
2783                                                         Check out WM Rogers MFG CO - Reflection Design - Silver Extra Plate Vintage Flatware 34pc  https://t.co/ynlfDTG1bo via @eBay
2784                                                                           Check out AC / DC Jersey Style 3/4 Sleeve Unisex Cotton Graphic T-Shirt NWOT https://t.co/zgQ14LvEln @eBay
2785                                                       Check out #LosAngeles #Clippers #XL #TShirt #NBA #Basketball We Are LA #2015 #Playoffs  #NBA https://t.co/GipTbbUMk8 via @eBay
2786                                                          So @ATT we ever going to talk about the fact you sent me a Bluetooth speaker when you promised me a taylor swift blanket???
2787                                                                                                            These robots are helping build planes for @Boeing https://t.co/vXpUiUliT4
2788                                                      RT @Reuters: Trump intelligence nominee supports probes on Russian interference https://t.co/RNcpATUXbA https://t.co/C5uC2QxB4f
2789                                                                                 Thanks @TMobile and @PapaJohns for my free pizza!!! #getthanked #fattuesday! https://t.co/Mrmtg3ySr9
2790                                                                                                            RT @Disney: A silly old 🐻 in a sticky situation. https://t.co/KZS9r88uhh
2791                                                                                                All-New Echo Dot (2nd Generation) - Black Amazon https://t.co/wNrRlpMIMq 来自 @amazon
2792                                                     RT @Google: Today's #GoogleDoodle honors Pakistani philanthropist Abdul Sattar #Edhi whose life's mission was to help others →… 
2793                                               Who doesn't want better performance? Pinpoint problems as they arise in your @Cisco UCS environment w/ #vROps. https://t.co/ZkTrKV3rXK
2794                                                                Check out Baribocraft Wood Cheese Cutting Board Serving With Stainless Steel Knife Tray https://t.co/is0Wnk8WlF @eBay
2795                                                                                                            RT @Disney: A silly old 🐻 in a sticky situation. https://t.co/KZS9r88uhh
2796                                                                              #GreenleafOwn @GreenleafOWN is being added to @netflix. ☺️ this is the happiest news I've gotten all day
2797                                                              Check out Vintage The Un-Candle Candled Apple Floating Candle Set By Corning No. 128  https://t.co/IXR5Os7gIs via @eBay
2798                                          Is there anyway we can get Don't Be Tardy on @netflix so i can binge watch all the time?! PLEASE @Kimzolciak @BrielleZolciak @arianazolciak
2799                                                      RT @Reuters: Trump intelligence nominee supports probes on Russian interference https://t.co/RNcpATUXbA https://t.co/C5uC2QxB4f
2800                                                                          Check out Lebanon #C39 (AP2) VF MINT OG - 1931 50c Airplane Over Racheya  https://t.co/6NK7cGJA9K via @eBay
2801                                           Bruegel transformed figurative Flemish #ART #Collectibles @Google   #museums #galleries  Make your best offers on… https://t.co/7oA1iAeWnr
2802                                                               @TMobile to share i love having tmobile the service is great and the gifts as a customer im very satisfied and honored
2803                                                           Check out The Original Mini Surfboard Cyaincalifornia Miami Beach Magic City NEW SEALED  https://t.co/5X7oX3lgv3 via @eBay
2804                                                                           RT @DrJimmyStar: Check out Anne Klein Gold Polka Dot Make-Up Bag/ Wallet NWT https://t.co/saVBumH3mi @eBay
2805                                                  Check out 5.00 Ct Simulated Diamond by Craft Label 14K Gold Over Sterling Silver Ring #CraftLabel https://t.co/jlxTptFS9L via @eBay
2806                                                                           Check out PHILIPS 12 VOLT INDOOR FLOOD &amp; LANDSCAPE 20W GU4 BASE NEW  https://t.co/rp9gJVZpVY via @eBay
2807                                                                                                                             @bgtennisnation @Nike might be why my feet are so gross.
2808                                                        Check out #Hugo #Boss #Mens #Black #Diamond #Pattern #Large #DressShirt L #Cotton #HUGOBOSS https://t.co/VYai5NO7Dk via @eBay
2809                                                                 The Great Leveler: Violence and the History of Inequality from the Stone Age ... https://t.co/yD5vMvN7W3 via @amazon
2810                                                                                                       Check out Southwest Airlines Metal Lunchbox  https://t.co/QZOK7B76O5 via @eBay
2811                                                                                    RT @jessica92joel: Check out Southwest Airlines Metal Lunchbox  https://t.co/QZOK7B76O5 via @eBay
2812                                                   Check out Baseball Guys by Kaskey Kids Toys Storage Box Blue vs. Red SEE DESCRIPTION #KaskeyKids https://t.co/hXQuE99ibd via @eBay
2813                                           Check out Paper Mache Great Hornbill Bird Handmade Hand Paint Wall Art Sculpture Decor #ebay #Bird #Hand https://t.co/H9l4vnQ3C2 via @eBay
2814                                         RT @NCIS_CBS: Bishop goes rogue. Watch #NCIS tonight at 8/7c or stream it live with @CBS All Access: https://t.co/ClkglszgPC https://t.co/H…
2815                                                       @Google how to enable Assistant on #nexus5x ? Google Now 6.13.23.21.arm64 Google Play Services 7.5.08.M-all [0] [PR] 146162341
2816                                         RT @TTA90sPodcast: https://t.co/WqV4iQupuV Check out our #facebook page! It's the #wolverine of all @facebook! AKA It's pretty cool! #logan…
2817                                                                                       RT @DrJimmyStar: Check out Betsey Johnson Pink/Black Bow Bag NEW https://t.co/SeGYbTb1LK @eBay
2818                                                                                 RT @marthaperez0609: Broken Heart: Broken Pieces by Martha Perez https://t.co/7w9eIochLO via @amazon
2819                                                        RT @Zunesis: A laptop designed to withstand military-grade testing can handle anything you put it through. @HP #Elitex21012… 
2820                                                                                                                                                          @Reuters Lots of platitudes
2821                                                                                          RT @Reuters: The Freedom Caucus opposes refundable tax credits. 2/3 https://t.co/I1PVKJDcjP
2822                                         RT @ThePandoraBoxx: Catching up on @znation on @netflix and loving it! I love watching my galpal @AnnyAwesome kick zombie butt! https://t.c…
2823                                                                                   @birbigs @netflix Mike you have to stage the late comers right? Or do you just get insanely lucky?
2824                                                                      RT @ISBDESIGN: Check out Logo Design Promotion Just $5 - Delivery In One Day  https://t.co/4XJh79UA1l via @eBay
2825                                      Good job @SchwarzkopfUSA &amp; @Walmart you managed to sell a box of hair dye without the hair color. This is a ripoff! https://t.co/kTqQ5N1wp4
2826                                                    Check out Samsung VR Gear SM-R322 SM-R322NZWAXAR S6/S6 edge/S6 edge+/S7/S7 edge/Note5  #SAMSUNG https://t.co/PNGLRmCPn1 via @eBay
2827                                                                           RT @DrJimmyStar: Check out Anne Klein Gold Polka Dot Make-Up Bag/ Wallet NWT https://t.co/saVBumH3mi @eBay
2828                                                                RT @BankofAmerica: We’re proud to show our #troopthanks by supporting inspiring orgs like @TeamRubicon. Learn more:… 
2829                                                       RT @FordPerformance: Eleven-hundred hp. One legendary track. #FordGT #FordIMSA @SebringRaceway @cgrsportscar @Ford @CGRTeams… 
2830                                                  RT @justinbieber: #AmexPresale for #PurposeTour stadiums up now thru 12/8 for @AmericanExpress Card Members https://t.co/XAS9DG0m58
2831                                                                                                                                                                @akaElJefe @eBay nope
2832                                   @Reuters https://t.co/6wgiV0YXtb it's a Platform to share Information &amp; Knowledge with Questions &amp; Answers Systems @QuestsSite #QuestsSite
2833                                                                           RT @DrJimmyStar: Check out Anne Klein Gold Polka Dot Make-Up Bag/ Wallet NWT https://t.co/saVBumH3mi @eBay
2834                                           RT @author_jed: #free #kidlit on Amazon: Billy Go To Bed: Bedtime story for children by Pamela Malcolm https://t.co/9Rf5WEpABM via @amazon
2835                                                 Check out New 48L 42W Banana Republic Tailored Fit Mens Suit Double Vented Beige Khaki  #OneButton https://t.co/lxPqcINnnP via @eBay
2836                                                                      RT @ISBDESIGN: Check out Logo Design Promotion Just $5 - Delivery In One Day  https://t.co/4XJh79UA1l via @eBay
2837                                                                                                                                                  Thanks @UPS https://t.co/pIbY0dvkJD
2838                                                                      RT @ISBDESIGN: Check out Logo Design Promotion Just $5 - Delivery In One Day  https://t.co/4XJh79UA1l via @eBay
2839                                                                                       @netflix Any chance of adding multi-factor authentication to your accounts in the near future?
2840                                                                                                                               @abc7elex @ABC7 @facebook Russia was discussed? Hm....
2841                                         RT @urbxnpeace: Finally got my @ASOS magazine and I find this beauty @mynamesdiana she's my favorite model! She's so pretty https://t.co/Tm…
2842                                                              Check out Artists' Notebook SPICY PULP ART DECO NUDE PHOTO MAGAZINE CLASSIC ART No 7 1931 https://t.co/67dlvxLeef @eBay
2843                                                  Check out Armitron Mens 100m Silver Yellow Digital Alarm Chrono Watch Hours~New Battery #Armitron https://t.co/WVjPF7sKxr via @eBay
2844                                                       Check out Eddie Bauer Weatheredge XL Mens Parka Winter Coat Ski Snow Green Black #EddieBauer https://t.co/SKfYkF4V9A via @eBay
2845                                                                                                  Check out Vintage Cameo Coral Peri Brooch Pendant Lot https://t.co/JVoTvhbOrQ @eBay
2846                                                                                                          just tryin to get my tvd fill in but @netflix sucks https://t.co/74taLRIRke
2847                                                                  RT @DARLINGXXDARLA: Check out Vintage Regency Golden Weave Compact by Max Factor  https://t.co/VAjfeeMqyd via @eBay
2848                                                                           RT @DrJimmyStar: Check out Anne Klein Gold Polka Dot Make-Up Bag/ Wallet NWT https://t.co/saVBumH3mi @eBay
2849                                                           🙌GRATS @Google @BostonDynamics: No loli #vampires were harmed during testing! #robotics #otaku 😋 https://t.co/xV5m3AvK72
2850                                                 Check out VTG NIKE AIR JORDAN Athletic Red White Wings Basketball SHORTS MEN'S XL POCKETS  #Jordan https://t.co/offBb71rK5 via @eBay
2851                                                 @UberINSupport I had to run a last minute errand in a city I don't know very well - @uber and @TMobile global coverage made it easy!
2852                                                              Check out VINTAGE MACK TRUCK BELT BUCKLE #MACKTRUCK #Everyday https://t.co/ijlkG79P22 via @eBay https://t.co/GGQdyrDEV7
2853                                                     @Ck27660691 @Reuters I pray for the zombie apocalypse to start any day now.  Please please start in Hollywood and Beverly Hills.
2854                                                       Check out Lot Of 3 Timberland Mens XXL Plaid Button Front Shirts Shirt Size 2XL  #Timberland https://t.co/XaBRGmJzuN via @eBay
2855                                                                      RT @ISBDESIGN: Check out Logo Design Promotion Just $5 - Delivery In One Day  https://t.co/4XJh79UA1l via @eBay
2856                                            @HindolSengupta @amazon Such works become valuable if they help promote spirituality or spiritual inquiry. Sales pitch must reflect that.
2857                                                                                                                                                @KelloggsUS  I Pick  #TEAMSUNDAYENTRY
2858                                                             Check out Cooking Light the Gluten-Free Cookbook : Simple Food Solutions for Everyday Meal https://t.co/ai3gVhglUq @eBay
2859                                                                           RT @DrJimmyStar: Check out Anne Klein Gold Polka Dot Make-Up Bag/ Wallet NWT https://t.co/saVBumH3mi @eBay
2860                                           @mmehan82 @FarberwareCook @OfficialAlorica @Walmart Apologies for confusion.  It is a Walmart Faberware product not supported by Spectrum.
2861                                                 Check out Marvel Spiderman Camouflage Green Hat Cap Adjustable Embroidered Military Cadet #ArmyCap https://t.co/1y9sIinCzk via @eBay
2862                                                      Check out New Mens Nike Air Camo Size Large Hooded Sweatshirt Hoodie Hunting Orange  #NikeAir https://t.co/VVYt0ASgL8 via @eBay
2863                                                           Check out Danglers Silver Gunmetal Chains White Pearl Beads Tori Spelling Bead Findings  https://t.co/Dz66KuILLs via @eBay
2864                                                                     NWT TRUE RELIGION ひ Woman's Blue Denim Jean Shorts Size 30 $179 #TrueReligion https://t.co/6JesUxTIgH via @eBay
2865                                     RT @igniteTpower: 1st Women of AT&amp;T mentoring circle session of the year. Great day! @ATT @mykeltovar @PartnerExchange https://t.co/IhQZWtD…
2866                                                                                                   @KatyinIndy @POTUS @ABC @CBS @nbc @CNN @FoxNews - he didn't accomplish a dam thing
2867                                                         Check out Vintage 100% Pure Silk Floral Design Printed Sari Fabric Seide Saree ~Free Ship  https://t.co/bQ3hEALw0t via @eBay
2868                                         RT @WhereIsPaulJr: Found this old @CocaCola machine at a flea market today. It's gonna look great in the new shop and it works! https://t.c…
2869                                         PATRIOTS MUST demand INDEPENDENT investigation! @CNN @CBS @ABC @NBC @nytimes @washingtonpost @USATODAY Don't let th… https://t.co/WeR575xedc
2870                                          RT @JBSCompanyStore: Check out NWT Banana Republic Women’s Petites Linen Cotton Crop Pants Mint Green Size 4P https://t.co/8bomlU53GN @eBay
2871                                                                                                                                           I want to try the new macchiato @Starbucks
2872                                                        RT @TylerKnott: Wildly Into The Dark is on sale @amazon for $11.11. It's a sign you need to buy it :) https://t.co/lAoPvZg8BV
2873                                                                    Check out STAR WARS #6 CHRISTOPHER ACTION FIGURE VARIANT NEAR MINT MARVEL 2015  https://t.co/k4OVdB5fXx via @eBay
2874                                                                                                    @Apple huh?? This is who you associate with WHITNEY?? Lol https://t.co/FQ01BffP64
2875                                                                                                              @ReutersPolitics @Reuters wait till their medical bills start coming in
2876                                                                             RT @Pippi_Dust: Best Cat Daddy Ever Shirt... https://t.co/A3y6hf8RG2 via @amazon https://t.co/brVSj9ERRJ
2877                                         RT @timmystoys: Selling Hot wheels Custom '69 Volkswagen Squareback #HotWheels #Volkswagen https://t.co/CpDCMd0UKU via @eBay #1969 #VW #Squ…
2878                                         RT @melbourneminker: @srpeatling @mearesy Minister for Fashion and Travel gets highly paid to be at work on @twitter and @facebook @JulieBi…
2879                                                                                                                                    @McDonalds which is better Wendy's or Burger King
2880                                                                                    RT @AlexMacleanECL: Took mom down some roller coasters today @Disney 😂😂 https://t.co/CXmGTKTsvy
2881                                                                                       RT @McKenzieOrr: Why aren't hash browns a standard all day breakfast menu item????? @McDonalds
2882                                                             Check out Antique Solid Brass Measurement Tool Calibration Old Inspectors Engineering  https://t.co/49CZafebBR via @eBay
2883                                                                                                                          @CBS don't ever cancel @ZooCBS and promote it more. Thanks.
2884                                                                                    Check out SOLID BRASS VINTAGE PITCHER Old Vase TALL VERY HEAVY  https://t.co/GmhefnEzbC via @eBay
2885                                                                              Check out   Hand Paint Scroll Painting  Feng Shui   Mountain  Signed   10 https://t.co/m53EzbVocG @eBay
2886                                                                                         RT @Burberry: Watch highlights from our February show. #BurberryShow https://t.co/vpc91SX5iP
2887                                                                                                             RT @AlexMacleanECL: We out here @Disney #Florida https://t.co/hwuqCJqDM5
2888                                                Tomorrow night @RyanTalksNerdy and I will be discussing all things #IronFist to get ready for the @netflix series. Tweet us questions
2889                                                                                       Check out Mitchell And Ness Miami Heat Unique Style Snapback Cap https://t.co/zIFXs8knVr @eBay
2890                                                              Check out Army ROTC New Mexico State University Milk Glass Two Finger Handle Cup Pedestal https://t.co/DHUETxovFw @eBay
2891                                                                                              RT @JennaWolfe: Check out The Jenna Wolfe Show Mugs!  https://t.co/df68kQuIF6 via @eBay
2892                                                          RT @bsindia: #FMCG companies in India may be struggling after #noteban but @amazon bets big on the FMCG division in India… 
2893                                                                         RT @DrJimmyStar: Check out Betsey Johnson Neon Yellow Tassel Ladies Wallet NWT https://t.co/jnFISPpqAo @eBay
2894                                         @JunkScience @Reuters It is better thatthey walk.We may get people whowillwork together forall Americans. Some jobs require blind neutrality
2895                                                 RT @murdoch123: Check out Shopkins 2017 Easter Surprise Baskets Find The Limited Edition Mettalic Eggs https://t.co/QwacUa3Yt9 @eBay
2896                                                                                    RT @AlexMacleanECL: Took mom down some roller coasters today @Disney 😂😂 https://t.co/CXmGTKTsvy
2897                                                                                     Check out Indiana Jones Heritage Sketch Card by Amy Pronovost  https://t.co/Wr6mtWTAwL via @eBay
2898                                                                                                                       @Reuters what!!! What does that mean. He was amazing best dver
2899                                                                  RT @Reuters: New Trump immigration order will remove Iraq from list of banned countries: AP https://t.co/JwsP7qNqcK
2900                                                                   @TMobile @JohnLegere I love my T-Mobile Tuesdays but I can't a hold of travelocity to use my discount ): sad panda
2901                                                                          Check out MANDY Sexy PinUp PLAY BOY Comics ORIGINAL COMIC ART by Keyeske  https://t.co/3TIroMaj1o via @eBay
2902                                                                                                                @Apple Park looks amazing! Their employees are gonna love that place!
2903                                                                                                             RT @AlexMacleanECL: We out here @Disney #Florida https://t.co/hwuqCJqDM5
2904                                                 RT @murdoch123: Check out Shopkins 2017 Easter Surprise Baskets Find The Limited Edition Mettalic Eggs https://t.co/QwacUa3Yt9 @eBay
2905                                                                           RT @DrJimmyStar: Check out Anne Klein Gold Polka Dot Make-Up Bag/ Wallet NWT https://t.co/saVBumH3mi @eBay
2906                                          Check out #LORDOFTHERINGS #THETWOTOWERS MINT #DUNGEONS OF ISENGARD #ORC CAPTAIN  #ToyBiz https://t.co/kKJz5C3MYj via @eBay #TheOneRing #TNT
2907                                                                                                                        Look what I found on @eBay! https://t.co/weziIRaqav via @eBay
2908                                                   RT @ETCanada: Here's our first look at #TildaSwinton in new @netflix feature #Okja https://t.co/IAEMY4xMBQ https://t.co/xY5JTs0lf9
2909                                                                       RT @Reuters: Accused in Malaysia airport murder brought to court in bullet-proof vests https://t.co/WBuEGJUOst
2910                                     @SheratonLAX hotel is the business traveler's dream. USB plugs by the bed &amp; desk. @Starbucks in the lobby. Nice job… https://t.co/GbPmd67bid
2911                                           Proud to announce @SAP has been awarded Top Employers 2017 certification in 15 countries. @topemployer #SAPItalia… https://t.co/0DjErJHPh8
2912                                                                         RT @DrJimmyStar: Check out Betsey Johnson Neon Yellow Tassel Ladies Wallet NWT https://t.co/jnFISPpqAo @eBay
2913                                                               RT @Arabelladaho: Back at @OxfordStreetW1 in @Nike town 👟❤🙃 #niketown #amazingarabella #nike https://t.co/CjkmFrGpYc
2914                                                                                                                                            @netflix y'all nasty. but thank you 🤷🏾‍♂️
2915                                                                      RT @ISBDESIGN: Check out Logo Design Promotion Just $5 - Delivery In One Day  https://t.co/4XJh79UA1l via @eBay
2916                                         RT @TMobile: Get 2 unlimited lines with #TMobileONE for $100 ALL IN – taxes/fees included. Save $600/yr vs. Verizon! https://t.co/mJfPcJ4J8g
2917                                                            Check out The Story of America In Pictures Allan C.Collins 1935 Hardcover Illustrated   https://t.co/zvDHBGmuvH via @eBay
2918                                                                                                                                         The @comcast effect. https://t.co/tKhu6qtm10
2919                                                      Hey @facebook why is Support sending me an email about topping up my ad account when I've never had an ad account? Spam? Phish?
2920                                                       Check out NATURAL TIGERS EYE GEMSTONE HANDMADE EARRINGS 925 STERLING SILVER KJE73 #Unbranded https://t.co/iQxpWRJnKH via @eBay
2921                                                                                                                                  @Starbucks really forgot my espresso in my mocha 👿
2922                                                 RT @murdoch123: Check out Shopkins 2017 Easter Surprise Baskets Find The Limited Edition Mettalic Eggs https://t.co/QwacUa3Yt9 @eBay
2923                                                                                                            RT @Disney: A silly old 🐻 in a sticky situation. https://t.co/KZS9r88uhh
2924                                                                                      Check out Mitchell And Ness LA Lakers Fitted Cap Size 7 &amp; 5/8 https://t.co/3QCHZrS1cO @eBay
2925                                            @Ryanair Still no reply for complaint logged in october last year. I was promised many times someone would get back to me. Didn't happen.
2926                                                I need to be able to set this for end users @Microsoft. They can't change the terminal server. They can't change the app server. Ffs.
2927                                                         RT @pmakOO7: Hey @hulu please update the server key. Until then I'll be watching @netflix. #Huludown https://t.co/N2DBj2w1sS
2928                                                               RT @Arabelladaho: Back at @OxfordStreetW1 in @Nike town 👟❤🙃 #niketown #amazingarabella #nike https://t.co/CjkmFrGpYc
2929                                                 Check out 925 STERLING SILVER NATURAL RED ONYX GEMSTONE HANDMADE RING SIZE US 7.5 KJR06 #Unbranded https://t.co/D0GpbjNgfI via @eBay
2930                                                                                                                                         @CBS Fake show just like their fake news lol
2931                                                                                                                                            @alliejane @Reuters 95 months. There u go
2932                                                                      RT @ISBDESIGN: Check out Logo Design Promotion Just $5 - Delivery In One Day  https://t.co/4XJh79UA1l via @eBay
2933                                                              RT @Reuters: Uber CEO says he must 'grow up' after argument with driver https://t.co/g0FBWBXdEZ https://t.co/Bv2K8rxsnc
2934                                                                                             RT @Conner_Lehman: So @hm might be coming to Joplin... and I might become broke that day
2935                                                  RT @SarahQuan: Here is another look from the upcoming @hm #StudioCollectionSS17 🌴🌴🌴 Look at those pants… https://t.co/d3npNJEt3V
2936                                                                                        Check out SOLID WOOD 3 TRACK CRIBBAGE SET 2005 Target Brand Inc https://t.co/IMdhI8MfXd @eBay
2937                                                                                                           Check out The Best of Northampton Board Game https://t.co/WAoxt2C7BO @eBay
2938                                                                                                                               @PkmnMousa @AlphaUHCs @eBay LOL we got the same seller
2939                                                        Check out LABRADORITE NATURAL GEMSTONE HANDMADE RING SIZE US 6.5 925 STERLING SILVER KJR97  https://t.co/JZqKFtSzOY via @eBay
2940                                                                          Check out 47 Piece Stainless Steel Designer Flatware Set by Laurie Gates  https://t.co/4as3UPsYO9 via @eBay
2941                                                                                          RT @Global_Tackle: Check out SHOUT SPLIT RING 75-SR #5 - 74lb https://t.co/n50o6HYDeG @eBay
2942                                             @NayaCutYoNails @candacecbure @netflix @OneDayAtATime not gonna happen but nice try to silencing those that you disagree with. #fascist.
2943                                                                      RT @ISBDESIGN: Check out Logo Design Promotion Just $5 - Delivery In One Day  https://t.co/4XJh79UA1l via @eBay
2944                                                        Check out Large Double Hammock Handmade Mayan Cotton 550 LB Weight Capacity Light Blue New  https://t.co/Q28oj6zbOs via @eBay
2945                                                                           Rich hydrating serum Sheer Ceramide by Enspri Advance Essentials #Enspri https://t.co/ZdG5C2iOxm via @eBay
2946                                                     Wait so @amazon is responsible for making it impossible to do homework all day on @CanvasLMS .....random https://t.co/HLph8B9yGC
2947                                                                         RT @DrJimmyStar: Check out Betsey Johnson Neon Yellow Tassel Ladies Wallet NWT https://t.co/jnFISPpqAo @eBay
2948                                                                                       RT @DrJimmyStar: Check out Betsey Johnson Pink/Black Bow Bag NEW https://t.co/SeGYbTb1LK @eBay
2949                                           Trying to get my daughter home canceled flight 365 @SpiritAirlines; on hold for 45 minutes with @Expedia. No help! This Momma Bear is MAD!
2950                                                               RT @Arabelladaho: Back at @OxfordStreetW1 in @Nike town 👟❤🙃 #niketown #amazingarabella #nike https://t.co/CjkmFrGpYc
2951                                                                           RT @DrJimmyStar: Check out Anne Klein Gold Polka Dot Make-Up Bag/ Wallet NWT https://t.co/saVBumH3mi @eBay
2952                                                                                       RT @DrJimmyStar: Check out Betsey Johnson Pink/Black Bow Bag NEW https://t.co/SeGYbTb1LK @eBay
2953                                                           RT @Google: Join two Googlers as they explore race and identity through our Immerse VR Project → https://t.co/QtP4wggcqe… 
2954                                                                              Check out Piper Heidsieck Champagne Bucket Red Metal  #PiperHeidsieck https://t.co/yTlSr7zSIF via @eBay
2955                                                                                             Check out U.S.M.C. RECON with Wings Embroidered Patch  https://t.co/3cG19UB4Iy via @eBay
2956                                          Don't you just love when Apple Music deletes all the music on your phone and then won't sync with your computer? I know I do. Do you @Apple
2957                                                                                                                                   YEAH @netflix HOW BOUT DAT https://t.co/GOs2Xbosk5
2958                                                                RT @yicaichina: .@Snap expects some #IPO investors to make year-long commitments https://t.co/fiqcIWxXel via @Reuters
2959                                                         RT @yicaichina: Dow hits 12th record high close; Trump talks up infrastructure spending https://t.co/otA38csQuO via @Reuters
2960                                                               RT @CieloChulacielo: @netflix #BATB  Please consider giving this great show a new home &amp; adopt it #NetflixSaveBatB
2961                                                                 Multi layer Braided One Direction Bracelet Woven Leather Bracelet &amp;amp; Bangle https://t.co/PSOaIJw2BE via @eBay
2962                                                      RT @CieloChulacielo: @netflix  A lot of people watch #BatB online....more would follow #NetflixSaveBatB https://t.co/MfzkisZ5aD
2963                                                                                                               RT @AlexiDinero: These bitches is raw 😍 @Nike https://t.co/cyecBtYij6
2964                                                               RT @Arabelladaho: Back at @OxfordStreetW1 in @Nike town 👟❤🙃 #niketown #amazingarabella #nike https://t.co/CjkmFrGpYc
2965                                                         RT @yicaichina: Dow hits 12th record high close; Trump talks up infrastructure spending https://t.co/otA38csQuO via @Reuters
2966                                             RT @LornajaneCosign: Mens Patagonia Vest Size M New Belgium Beer Patch and Bike Maroon Zipper Pockets  https://t.co/4PZH9TS4ka via @eBay
2967                                                                    Check out 2016 Pokemon the movie XY&amp;Z Volcanion and Magea pendant japan Limited https://t.co/lrtw2JlJvg @eBay
2968                                                                           RT @DrJimmyStar: Check out Anne Klein Gold Polka Dot Make-Up Bag/ Wallet NWT https://t.co/saVBumH3mi @eBay
2969                                            #Win A @McDonalds #theSTRAW Prize Pack #Giveaway w/ #ChocolateMaddness #ShamrockShake @SarahsBlogOfFun @McD_CTWMA https://t.co/X8QCl4Kd4y
2970                                         RT @peanutandjojos: Check out Boys Dickies button down shirt size 4t Red #Dickies #eBay http://t.co/M04JPaMJ6L via @eBay http://t.co/IbPs4H…
2971                                                  Check out PENDLETON Men's V-Neck Button-Up Cardigan Sweater 100% Virgin Wool Lebowski Dude #VNeck https://t.co/bsyId2oNSM via @eBay
2972                                         RT @DanLTaylor: I watched @sausage_party on @netflix instead of #JointAddress. If I'm watching a cartoon wiener on TV I'm not doing it half…
2973                                                                                                 RT @Handyminipacks: Look what I found on @eBay! https://t.co/EBIfv6IAYl via @eBay_UK
2974                                                                         RT @DrJimmyStar: Check out Betsey Johnson Neon Yellow Tassel Ladies Wallet NWT https://t.co/jnFISPpqAo @eBay
2975                                                               RT @Arabelladaho: Back at @OxfordStreetW1 in @Nike town 👟❤🙃 #niketown #amazingarabella #nike https://t.co/CjkmFrGpYc
2976                                                               RT @Arabelladaho: Back at @OxfordStreetW1 in @Nike town 👟❤🙃 #niketown #amazingarabella #nike https://t.co/CjkmFrGpYc
2977                                                               RT @Arabelladaho: Back at @OxfordStreetW1 in @Nike town 👟❤🙃 #niketown #amazingarabella #nike https://t.co/CjkmFrGpYc
2978                                                               RT @Arabelladaho: Back at @OxfordStreetW1 in @Nike town 👟❤🙃 #niketown #amazingarabella #nike https://t.co/CjkmFrGpYc
2979                                                          RT @Reuters: Israel removes settlers from homes on private Palestinian land https://t.co/isI1hxmt7s https://t.co/r6aPPopGkV
2980                                                               RT @Arabelladaho: Back at @OxfordStreetW1 in @Nike town 👟❤🙃 #niketown #amazingarabella #nike https://t.co/CjkmFrGpYc
2981                                                                                        RT @Disney: See the Newest #GotGVol2 Trailer: https://t.co/4PWocyLYGt https://t.co/PcXa5nv9Jr
2982                                                   Check out Fujifilm Instax Camera Mini 7s 8 Selfie Close Up Lens CAIUL Rabbit Style Purple #CAIUL https://t.co/Gwpp7RRMKb via @eBay
2983                                         Shocking new @RAN video exposes @PepsiCo @McDonalds @Nestle link to deforestation in the Leuser Ecosystem. https://t.co/s4RaLOM5ou Indonesia
2984                                                                                  Trump gives nod to Republican tax-credit proposal on Obamacare https://t.co/xBODeMoN7R via @Reuters
2985                                                                         RT @DrJimmyStar: Check out Betsey Johnson Neon Yellow Tassel Ladies Wallet NWT https://t.co/jnFISPpqAo @eBay
2986                                                        RT @MaxwellRidgeway: Enter to win a $100 Gift Card for @amazon #giveaway #contest Good luck everyone! https://t.co/tDFSz56miB
2987                                                RT @netflix: Congratulations to #TheWhiteHelmets on the Academy Award win for Best Documentary Short Subject. https://t.co/2BPFSlfuQm
2988                                                                                                                               @adidas I need an employee store pass pleeeaaassseeee!
2989                                                                 RT @Greenpeace: WATCH: What @Shell knew about climate change in 1991 https://t.co/vSZbuEi6As https://t.co/amRjDmZRhR
2990                                                     Check out New Standard Golf Club Carrier Wheeled Plastic Plano Travel Case -FastproSALE #Plano https://t.co/9HRvajm1su via @eBay
2991                                                      Check out Wall Mount Wine Rack Organizer Bottle Glasses Holder Display Bar Kitchen Gifts #LTD https://t.co/HrpB0KJR4y via @eBay
2992                                         RT @Google: This week's #teampixel round-up is here. Take a photo walk from a pristine desert to a lively nightclub. https://t.co/Cgdqgh8Y3d
2993                                                                                                      RT @DFusions: @Wendys @McDonalds Can you ask them if they still sell McFlurries
2994                                                                       RT @Reuters: North Korean suspects sent home with murder victim as Malaysia makes swap https://t.co/OrBwLrvHjw
2995                                                                Check out #YourName. Art frame &amp; Postcard SET Ichibankuji Banpresto Japan A624  https://t.co/517mmxz633 via @eBay
2996                                                                @Ryanair hits me with a 5 hour delay then gives me a £3.50 voucher for food and drink. A meal deal is £3.99 😂 jokers
2997                                                                              Check out Ketel Marte  2017 Donruss Promising Pros Relic - #Mariners  https://t.co/hayAwXhlfN via @eBay
2998                                                                                                    Check out Friendship Style Belt from Guatemala  https://t.co/SNeJhTaDTa via @eBay
2999                                                                                                                                           @AlyaaGad @Loreal The same fucked up brain
3000                                                 RT @kctrommer: @MelissaJPeltier @nick_rothert @TheRickWilson @netflix Too bad Philip Seymour Hoffman isn't alive to play Bannon. A… 
3001                                                          RT @Adobe: Vector artist @OrlandoArocena opens up about his inspirations and being discovered based on a great portfolio:… 
3002                                                                     Exclusive: Indonesia eyes decree on tobacco after bill runs into opposition https://t.co/2JHIw92uXC via @Reuters
3003                                                          Check out Wedding Diamond Bridal Set 10K White Gold Finish Ladies Engagement Ring Size 7  https://t.co/CZ05sqmx5K via @eBay
3004                                                    .@VolvoCar_SA please treat this with more urgency. Traumatic enough for car stalling on a dangerous road. Don't be like @Ford ZA.
3005                                                      RT @Reuters: South Korea's Park arrested after marathon hearing: https://t.co/Fh7GacKQ4t via @ReutersTV https://t.co/bmGcQctPQt
3006                                                     @Apple I swear if you don't stop autocorrecting 'live' to 'love' LITERALLY EVERY TIME I TRY TO TYPE IT I'm going to buy a galaxy
3007                                                                                        RT @CindyEyang: Currently in CRM training @SalesforceFR  @salesforce x @SKEMA_BS #CMBDprogram
3008                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3009                                                                                                                                                 @sabr0njames @Disney delete this now
3010                                                                                                    @sabr0njames @Disney didn't u see the lemonade movie her voice over was beautiful
3011                                                RT @arnold_jca: @denverprinter @ToddSullivan @SenBobCorker @MarkWarner @WellsFargo These Senators ignore shareholder/property right… 
3012                                               RT @dpradhanbjp: Attended the launch of @Shell Technology Centre Bangalore. #STCB aims to power progress by provide development of c… 
3013                                               Crime drama 2 this cozy w/o losing cozy charm. OLD LOVES DIE HARD #mystery #audible #audiobooks #IARTG https://t.co/Jl7SXznFIe @amazon
3014                                     @ThyArtIsLukemon @amazon I'm hoping this means it's sold shit loads &amp; they're going go huge but probably just means… https://t.co/N9EJjoBSZ9
3015                                                             Healthy Hair Vitamins 60 Day Supply MD Formulated HSN-23 Hair Skin &amp; Nails Vi... https://t.co/eLZ51LUsam via @amazon
3016                                                               @Tesco to work and they refused to even look at my receipt and told me they couldn't help me!!! Awful customer service
3017                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3018                                                         Check out Digital Ozeri And Pronto Multifunction Kitchen Food Scale Elegant FREE SHIPPING  https://t.co/JxKsTy564R via @eBay
3019                                         @Visa i know you blocked Breitbart from ur media buy but ur ads are still showing up through the google ad network!… https://t.co/8zJICeySlR
3020                                                           30.10 CT. NATURAL ORTHOCERAS 56X13MM LONG PEAR SHAPE PENDANT SIZE LOOSE GEMSTONE  | eBay https://t.co/TMcIfqisf1 via @eBay
3021                                                  RT @RevolutionbyCT: @Wendys @McDonalds Damn beef isn't the only thing Wendy's is good at grilling! #savage! https://t.co/x1MsJNxpyu
3022                                                               41 CT. NATURAL DEEP RED COLOR GARNET 24X16 MM OVAL Christmas Offer GEMSTONES  | eBay https://t.co/Ox2IO2PLp8 via @eBay
3023                                          Check out #Old #Musical 45rpm #Record #SingingPostcard #Schallbildkarte #BREMEN #Leiber #Stoller #Mosser  https://t.co/NYyim2VR2N via @eBay
3024                                                                                                   @Nishaquarles24 @Nike @nikesportswear @NikeRunning Great shot! #FIJIFit #FIJIWater
3025                                                                                                                                                                  @Reuters Beautiful!
3026                                                             RT @GoldmanSachs: What’s realistic for President Trump on tax reform? $GS Research’s US political economist weighs in:… 
3027                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3028                                            Fresh delivery @Nike AIR HUARACHE RUN ULTRA BR TROOPER / 833147-201 Instore and online : https://t.co/pfioh0vJUz… https://t.co/IWYy4xIaHB
3029                                         The @netflix April Fools' Day joke is backfiring as I would definitely watch this Will Arnett live stream every day. https://t.co/djIeTOrEih
3030                                                                 Check out 2016 Panini Black Gold Collegiate TYLER ULIS OC Auto #90/99 SP Kentucky Suns https://t.co/zTFJNkTE3Y @eBay
3031                                         Was only a matter of time that @Google google moved into finance big time. Surprised they don't offer zero cost tra… https://t.co/4PHiqizdtW
3032                                                        RT @devabelbieber: Here are our #unlimitedMoves @Jdrewbieberhelp @justinbieber @TMobile @scooterbraun https://t.co/TKreYjSjC5
3033                                       RT @rossoceanico: And then... uh oh 🙈🙈 #wewanteyewitnessseason2 @hulu @amazon @heretv @Showtime @netflix @HereMediaInc https://t.co/lI4iuLt…
3034                                                           RT @Ryanair: Dublin commuters be like... #DublinBus #BusStrike #BusEireann https://t.co/cgLkPqmZBx https://t.co/TusScSp2Av
3035                                                          RT @MissGinaDarling: Someone call @McDonalds and tell em I got enough salt for their fries til the second coming of Christ.
3036                                                                                     @Walmart founder Sam Walton provides today's inspiring #leadership quote https://t.co/imFq6puiZj
3037                                                          RT @MissGinaDarling: Someone call @McDonalds and tell em I got enough salt for their fries til the second coming of Christ.
3038                                                                                                                                        RT @Wendys: @DFusions @McDonalds It's Lethal.
3039                                         Utter carnage this am @LBIAirport with @easyJet. IT issues this am?? Now randomly stood on the runway waiting for a… https://t.co/iVCjlAa9ME
3040                                                              RT @Reuters: North Korean murder suspects sent home with body of victim https://t.co/dHPPXcroqK https://t.co/2TMxUw2KGM
3041                                                                                                                   Look what I found on @eBay! https://t.co/EunwB5wh6q via @ebayindia
3042                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3043                                         RT @UsedDesignerUK: #AmazonDeals : #NOVICA Carved Cow #Bone #DangleEarrings with... by NOVICA for $52.99 https://t.co/h9vkrQ01JJ via @amazon
3044                                                           Check out 22.60 CT. AWESOME DESIGNER NATURAL TIBETIAN TURQUOISE OVAL CABOCHON GEMSTONES  https://t.co/MXRBRzLm6n via @eBay
3045                                                         Check out 41.10 CT. 8 PCS LOT NATURAL PINK ONYX BRIOLETTE CUT ROUND SHAPE LOOSE GEMSTONES  https://t.co/7LlxQBHbet via @eBay
3046                                                  RT @CRamzeyRamirez: Awesome.... @richandtone. I meant it when I met you both...Thank you for keeping It #Real! @TheGetDown @netflix
3047                                                           RT @Ryanair: Dublin commuters be like... #DublinBus #BusStrike #BusEireann https://t.co/cgLkPqmZBx https://t.co/TusScSp2Av
3048                                                      13 REASONS WHY TOMORROW !!! Well today for those not in Hawaii 😂💻🎉@13ReasonsWhy @jayasherguy #13reasonswhy @netflix 👏🏼👏🏼
3049                                         RT @Audi: Nothing’s more comforting than finding everything exactly where it should be. #AudiA3 https://t.co/iBMzHE7q7v https://t.co/d1pGUx…
3050                                                         Check out Sherry Taylor Women's Blue Side Trumpet Skirt Size Xl NWT #SherryTaylor #Trumpet https://t.co/xX0eeZMP2m via @eBay
3051                                                          @abbottcathy3481 @RachelEReilly @AAAnews @VW I honestly thought the police would have master keys to all cars. Not kidding.
3052                                                                                                                @Microsoft No @railsimulator what is going on when have they told you
3053                                                                                               It's the ultimate SUV showdown @Maserati_HQ @BMW @Jaguar #cars https://t.co/nJ7L2CGzPm
3054                                                                            RT @CRamzeyRamirez: Thank you @JusticetheSmith For your #Work on @TheGetDown @netflix Keeping it #Real!!!
3055                                                                                                      RT @DFusions: @Wendys @McDonalds Can you ask them if they still sell McFlurries
3056                                                                            RT @CRamzeyRamirez: Thank you @JusticetheSmith For your #Work on @TheGetDown @netflix Keeping it #Real!!!
3057                                                                            RT @CRamzeyRamirez: Thank you @JusticetheSmith For your #Work on @TheGetDown @netflix Keeping it #Real!!!
3058                                         RT @HollywoodRecs: Watch The @latelateshow with @JKCorden to see @beamiller perform #SongLikeYou at 12:35 a.m. on @CBS! https://t.co/4fq7JW…
3059                                                   Check out Mens QUIKSILVER AMPHIBIANS Size 40 Gray SHORTS #QuiksilverAmphibian #ShortsBoardShorts https://t.co/yIalWhgWeh via @eBay
3060                                                                                                                   A room with a view! @Boeing #biggerpicture https://t.co/SV8qPjcMCc
3061                                         RT @GoldmanSachs: On set recording ‘Exchanges’: $GS' Sheila Patel on how ESG investing in Asia has evolved: https://t.co/X42bi1jL8O https:/…
3062                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3063                                                                Secondary Colors by @Aubrey_Brenner #newadult #smalltownromance #standalone #KU   https://t.co/mcOKERwMaj via @amazon
3064                                                      RT @WiTPoland: Amazing workshops about #nodejs with @joshugav from @Microsoft. Thanks to @Elmodis. #WiT https://t.co/PQI1XxxqLG
3065                                                                                  I love our new logo @SAP Center for #digital #leadership. Thanks @OZZYGENIS https://t.co/J2wcq4Yx6D
3066                                                                                                                                         Always @CocaCola. 😘 https://t.co/1ZdUk1g7BO
3067                                                  In @TripAdvisor well done to all the team @MichelanCelb onwards @patchworkveg @contentsocialm @KildareHour… https://t.co/Asg0ayOtQt
3068                                                      RT @skfranks_: About last night at Silver sands @NikonUSA @LEEFilters @Adobe @MeFOTOTripods @CTvisit @Meteor_Mike @gilsimmons… 
3069                                                       RT @alwaseyoua00: Marc Fisher Brooke Women Open Toe Canvas Navy Blue Sandals Size 5M  | eBay https://t.co/XoxOTvLgy6 via @eBay
3070                                                               European governments to maintain #Airbus penalties on #A400M: source #Aeronautics https://t.co/Ulju1q9PCO via @Reuters
3071                                                                 RT @Playurecards: #RETWEET #FOLLOW @LilEddies 4 a chance 2 #WIN #prize #FridayFeeling #lileddies @eBay #phonecases… 
3072                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3073                                                          #thisisyourvoice available for free on @AmazonKindle via @amazon for a limited time only! Take advantage!! 😉 #poetry #book
3074                                                        Check out Star Wars Storm Troopers in Santa Hats Cotton Pants Scrubs Size XL New With Tags  https://t.co/GHqmEVv7Ui via @eBay
3075                                          Shell inaugurates Technology Centre in Bangalore to carry out global energy projects. @Shell_India @Shell Details:… https://t.co/xYgerEeSMg
3076                                                 RT @Pippi_Dust: Women's I Love My Poodle Shirt Gold Foil Effect XL Black Poodle Love T-Shirt ... https://t.co/MRpsF5pphC via @amazon
3077                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3078                                                                                      @maaikesww @krisha880 @Suits_USA @netflix @NetflixNL :O I hope it won't go! Will check tomorrow
3079                                                                                                       Check out Black &amp; White Earrings W/Dice  https://t.co/NM9yo4ZRdN via @eBay
3080                                                                                             Never eating @McDonalds again.. Frozen meat this whole time.. wtf? Going back to @Wendys
3081                                         @DPAVING @easyJet We may help you to get compensated if your flight’s been #overbooked. Start your claim #forfree a… https://t.co/kEUpmyZhdJ
3082                                                                                                                                                   @Wendys @McDonalds Wtf is going on
3083                                       @McDonalds went to treat myself today but the fryers not working from the change over from breakfast !Not happy still hungry &amp; no monopoly
3084                                                #NationalKindnessDay If You Fancies Being Kind This Morning.. Free Tickets Would Be Wonderful @ThomsonCares @easyJet @jet2tweets 😵😄
3085                                                                                                      RT @DFusions: @Wendys @McDonalds Can you ask them if they still sell McFlurries
3086                                         RT @WellingMichael: Golpe de estado Venezuela Parliamentarians and press attacked today in front of #TSJ supreme court via @Reuters https:/…
3087                                                                   RT @SouthBendPicker: $34.99 Free Shipping Mens Size 10 Crocs Lace Up Black White EUC https://t.co/bd7gkOW99w @eBay
3088                                         @generalelectric whistleblower Seema Sapra poisoned with nerve agents -re SEC Complaint TCR1439646785831 https://t.co/2U9NISDZy8 @POTUS @FBI
3089                                                             RT @jacqdodman: Hey @penguinrandom RU happy to be associated with #Breitbart via @amazon? Please help #StopFundingHate… 
3090                                                                           Hey @netflix - when will we get #Chuck #Heroes and #Psych back on streaming? Going through withdrawals! 😛
3091                                                                                                                                       @Reuters BREAKING NEWS https://t.co/p6XzKLcyNi
3092                                                                                                                                               @netflix @13ReasonsWhy YES IM SO READY
3093                                         RT @emplocom: @Facebook @Adobe and @Google rock at creating a great #EmployeeExperience Learn how they do it P.S. it's not about $ https://…
3094                                         RT @DeutscheBank: Semiconductor industry: sales are expected to rise by 9% in 2017 - #digitalisation of the #car sector offers new opportun…
3095                                             @UPS van taking up 2 x #disabled parking spaces in #CV12 in excess of 1hour. Company should be fined @NBBCouncil https://t.co/XypphvmiFA
3096                                                           RT @willyboykent: Check out E=MC2 by David Kent - wonderful artwork Special for Black Friday https://t.co/7uZCkwJVjp @eBay
3097                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3098                                                                        @LeEcoGlobal $2 billion acquisition of Vizio has reportedly ‘stalled’ https://t.co/J62qrjcfHo @VIZIO @netflix
3099                                                         Just saw this on Amazon: Kendrick Lamar - Black T-Shirt (m) by Kendrick Lamar for $11.79 https://t.co/3kChgjNEYB via @amazon
3100                                                                        RT @Reuters: Ex-Trump adviser Flynn seeks immunity for testimony in Russia probe: WSJ https://t.co/DA6r4i5hun
3101                                           RT @tyronerodriguez: My kids asked me for an animated @netflix series based on The Binding of Isaac. Maybe w/ @wearelaika stop-motion? D… 
3102                                                                                      Check out Brand New 1998 McDonald's Happy Meal Ty Beanie Baby MEL https://t.co/9ESBY4TzK7 @eBay
3103                                                        RT @ENBrown: New @HSBC policy lets customers choose from 10 courtesy titles other than Mr/Ms/Mrs/Miss https://t.co/NtBW1yG7kG
3104                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3105                                         RT @NatureCutsTags: Lighthouse Confetti ... https://t.co/V6PQ3SZrwb via @amazon #naturecuts #confetti #cutouts #lighthouse #seashore #ocean…
3106                                              RT @geomark: @trish_damkroger from @intel talks about convergence of simulation &amp; big data #HPCSAUDI17 #HPC https://t.co/dJL2NYZOUG
3107                                                                                  RT @Reuters: NATO says trans-atlantic bond 'rock solid' as Tillerson visits https://t.co/Xci2xRuwit
3108                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3109                                                 Why @Siemens put $10 billion into #digitaltransformation  on @TechRepublic https://t.co/PSODT1cCIk #Siemens #tech - via @evankirstel
3110                                                                                 @JillianDeam @CafePatachou @Starbucks @FOX59 @INDairport It is the absolute best live shot location!
3111                                               RT @dontcarebut: So @Loreal claims to be a brand that supports women's rights yet this is their ambassador and spokesperson in the m… 
3112                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3113                                                  Check out Vintage Swarovski Baguette Crystal Black Enamel Clip On Earrings Marked Swan #Swarovski https://t.co/ZkRRCkzVcC via @eBay
3114                                                                                                                                        RT @Wendys: @DFusions @McDonalds It's Lethal.
3115                                                               Check out Dishing It Up Disney Style Family Cookbook Type 1 Diabetes Lilly Cookbook  https://t.co/FiHGWQBGRl via @eBay
3116                                                                                                                  Check out my listing on @eBay: https://t.co/bWgqBCwPgf via @eBay_UK
3117                                         RT @IBM: How do you find your perfect guide dog? Guiding Eyes is working with Watson to find answers. https://t.co/cYWWopVOt4 https://t.co/…
3118                                                                 Check out Full Set Of Steel Cans Ukrainian RED BULL ENERGY DRINK - 6 pcs. #RedBull https://t.co/eEHBwyqo9G via @eBay
3119                                                                                         Mojo Handmade Unique Pattern Antique Sterling... by Mojo https://t.co/yDDmCj84S7 via @amazon
3120                                                                  Check out ELVIS PRESLEY ~ HOW GREAT THOU AR T ~ 1967 RCA LSP-3758 ~ #GospelBallad https://t.co/aXUNGEM89j via @eBay
3121                                                    Check out Childrens Outdoor Sports Small Ring Toss Kids Play Colorful Set boys Girls Yard #Viga https://t.co/f8QJgX76e9 via @eBay
3122                                                  Check out Manchester United FC Adizero Football T Shirt Polo Soccer Men Authentic Classic #Adidas https://t.co/2TYoapLM5o via @eBay
3123                                                                                RT @Reuters: Venezuela opposition cries foul after court takeover of Congress https://t.co/T5woWjyEdD
3124                                         RT @DorothyNelson90: #Oculus founder @PalmerLuckey in the midst of #Zenimax #VR Legal Battle Departs @facebook. @MikeIsaac @nytimes https:/…
3125                                                                  Check out Nikon CL-M1 soft lens case pouch for 80-400mm f/4.5-5.6 D-AF Lens #088  https://t.co/ENpFc8PnPc via @eBay
3126                                           RT @BluefireJobs: #FreebieFriday. £25 @amazon up for grabs! Simply follow us then like &amp; retweet this post to be in with a chance of… 
3127                                         RT @Reuters: North Korean murder suspects go home with victim's body as Malaysia forced to swap https://t.co/t0kwJzURvN https://t.co/RS8dY0…
3128                                                                             RT @Amaka_Ekwo: Nigeria recession deals blow to smuggling hub Benin https://t.co/9BAbsGRqwu via @Reuters
3129                                          RT @jazzyjunker54: Check out Easter Greetings Wall Door Hanging Decor Easter Egg Greeting Sign #Unbranded https://t.co/QPN50OMol7 via @eBay
3130                                                  RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW via @amazon #series… 
3131                                         @Glow536Haynes @DavidYankovich @SpeakerRyan @NorahODonnell @CBS 2 This also exposes his COMPLETE ignorance of how h… https://t.co/V4PtqxcP61
3132                                                   Check out PJD 777 Paul Jr Designs large t-shirt OCC American Choppers #PaulJrDesigns #GraphicTee https://t.co/Nk8Mij2k6r via @eBay
3133                                                                                                   I just checked in @Nike with #mPLUSPlaces Download today!  https://t.co/WH8HtRfMzW
3134                                            DIY #StarWars Fabric Covered Garden Pots &amp; $50 @Walmart GC #giveaway #ad https://t.co/Ipb9D5VZdy @EcoScraps #BadFoodGoneGood #organic
3135                                                                           Poetic SinSations: Erotica CreateSpace Independent Publishing Platform https://t.co/gC4gkBPF2T via @amazon
3136                                                                          RT @Google: Share your photos with #teampixel and you might be featured on @Google! https://t.co/lf2fkvh2jk
3137                                         RT @amymaresch: #DonaldJPliner #Italian Pointed Toe #Heels #shoes Sz 9 Platino Beige Silver https://t.co/g8lxJcZOfH @eBay #ShoeOfTheWeek #S…
3138                                         RT @FreeWestPapua: Veteran @Reuters correspondent who witnessed 1969 #WestPapua referendum describes it as a sham https://t.co/ZlOTkUPIHn #…
3139                                                       RT @BMW: The sporty character of the all-new #BMW #5series Touring can be specifically underscored by means of BMW M Perform… 
3140                                           RT @BOTUBookFairies: We're so excited to be dropping copies of #13reasonswhy to celebrate the @netflix series. A few of them have someth… 
3141                                                     Check out Indian Pakistani Anarkali Designer Semi Stitched Suits Salwar Kameez dress #Handmade https://t.co/u8slZJiCnK via @eBay
3142                                                                           Check out  Momotaro the Peach Boy - Traditional Japanese Stickers -S164  https://t.co/aYfZiPLd9A via @eBay
3143                                                                Ousted South Korean leader behind bars after arrest on bribery charges https://t.co/saZi916ksU via @Reuters   #Korea8
3144                                                                Get all @Google open-source projects in one place :)  #opensource #IT https://t.co/YI7ZWLlpja https://t.co/IdrKbvtDuY
3145                                                    Check out Best Sunglasses Camera Polarized Lens Outdoor Action Sports Video Mini Camera #RISEST https://t.co/qHFFgshxgf via @eBay
3146                                                                        Check out HOT KISS 100ml Cherry Lubricant Oil Silk Touch Massage Cream #new https://t.co/szVMd4LvAa via @eBay
3147                                                 RT @moonbeam19652: Check out 4 Bass collectable glassware Reach for the Greatness in original box  https://t.co/w2HjWluvKx via @eBay
3148                                                                                          I just entered to win a @Heineken beer fridge! #CityPrizes @ManCity https://t.co/gS1aigxm6r
3149                                                                             One World Dress Woman's #Bohemian #Dress Sz S #OneWorld #candlelites51 https://t.co/D0SJxhPLL4 via @eBay
3150                                                                                                                                                   @trailerparkboys @netflix Let's go
3151                                                RT @ICONHealthClub: Thanks to @Starbucks for supporting our @WellbeingDayIRL events and providing fresh amazing coffee to everyone!… 
3152                                         @McDonalds if you win on Monopoly is it part of the game to get a miserable face at the drive thru and half portion… https://t.co/whEN5vzvtz
3153                                                                                                   I just checked in @Nike with #mPLUSPlaces Download today!  https://t.co/JCFvqGR2VL
3154                                                                                     This @comcast @XFINITY bill is out of control. Might be time to switch to more affordable @ATT !
3155                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3156                                                          RT @Disney: Enchanting! Get swept away by these #BeautyAndTheBeast costume facts from @DisneyStyle. https://t.co/fwm0ehPUa2
3157                                                                             Check out Star Wars The Force Awakens Toys R Us Exclusive Epic Battles Poe https://t.co/iC1aA5lhqO @eBay
3158                                                        Check out Baby Girl Pink Blanket Self Binding Flannel Double Layered Reversible Multi Purp  https://t.co/kTzJaTraNe via @eBay
3159                                                        Check out New Bollywood Anarkali Kameez Dress Ethnic Pakistani Suit Indian Salwar Designer  https://t.co/KJkJPYucaW via @eBay
3160                                              RT @siniticom: Check out X-PULS TOHO Godzilla vs Evangelion 2002 version Heavy armed type First Eva color https://t.co/8WWVPrhbC1 @eBay
3161                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3162                                                            RT @IBM: Busting 5 myths of how @IBMWatson actually works: https://t.co/QJ9gsaQ2XT #AI #cognitive https://t.co/Cvh35S3FAT
3163                                                                                                illy - #Café molido moka tueste natural Illy Illy https://t.co/MoHQNyFXUy via @amazon
3164                                                                              China Everbright eyes $1.5 billion financial deal in overseas push https://t.co/XxmiqakhLK via @Reuters
3165                                                                                                   Check out Gold Sparkled Cluch #Unbranded #Clutch https://t.co/BwUg4uWf4e via @eBay
3166                                                                                                        My phone just went from 71% to 36%. Asin I saw it change. @Apple what's good?
3167                                                       Check out Mens Gap Classic Relaxed Fit Plaid #Shorts Size 36 100% Cotton Blue Tan White #Gap https://t.co/nGM0FqNZR7 via @eBay
3168                                                                                                                         @verizon @rootmetrics I drop calls every day on your network
3169                                         By partnering with Indofood @Nestle is breaking its own palm oil promises. Tell Nestlé to clean up its supply chain! https://t.co/4xhUoVHPI1
3170                                                                                                      RT @DFusions: @Wendys @McDonalds Can you ask them if they still sell McFlurries
3171                                         FirstNet Award to @ATT Will Create Tens of Thousands of New Cell Sites. #Drones will play a heavy role #inspections  https://t.co/rpO8TVejzG
3172                                                                  RT @TerriSeymour: Chatting with this beauty @selenagomez #13ReasonsWhy @netflix #ExtraTv 🍑 https://t.co/8UQ4q85H9V
3173                                                                                 Check out Reebok 95 Spell Out T-shirt Men's XL #Reebok #GraphicTee https://t.co/AJPaFRQZsK via @eBay
3174                                           @FHFA @FannieMae @FreddieMac @BarackObama @urbaninstitute @WellsFargo @blackrock #usa is waking up to #Fanniegate… https://t.co/6oXGaGw7nY
3175                                                 @OneMinuteBriefs @TheDrum For one day only @SUBWAY @McDonalds #bigmac #footlong #FakeNewsDay #aprilfoolsday… https://t.co/bDcx5kOx4v
3176                                                                  There are four young children in our house. Please buy some photos. https://t.co/s28S3sfQCU @britneyspears @Reuters
3177                                                                                                         @CaryWestbreeze @verizon @TMobile I do NOT regret switching to Google Fi. XD
3178                                                @realDonaldTrump @katyperry @TheEllenShow @TIME @renealane_ @Reuters @MariahCarey @maryjblige @leedanielsent… https://t.co/SKkUXTtRK7
3179                                                        Check out Billy Mills 1964 Tokyo Olympics American Indian gold medalist L t-shirt  #JERZEES https://t.co/rJXn5CRcAa via @eBay
3180                                                         @Tesco I found a snail in my raspberries this afternoon... and I think he's done a poo in the punnet https://t.co/ntQpPnANAZ
3181                                            @JNJNews @WalmartNewsroom @Walmart My plan is not not buy any company who discriminates.  Sorry J&amp;J I won't be buying your shit EVER.
3182                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3183                                                                                   RT @netflix: Hannah Baker didn’t just die. @13ReasonsWhy​ is now streaming. https://t.co/mpQtMuzcs0
3184                                                                Moonlight white tea premium grade 740 gram loose leaf bag packing JOHNLEEMUSH... https://t.co/O2x7i2hu6R 来自 @amazon
3185                                                                               Check out Sterling Silver Celtic Triquetra Ring Size 7-10 #Unbranded https://t.co/47IttaxCvK via @eBay
3186                                                                                                                                          @hm where online are these trousers? Thanks
3187                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3188                                                                                                                                                                    @Tesco NEVER! lol
3189                                                                                     German military to unveil new cyber command as threats grow https://t.co/WwaStd6Yba via @Reuters
3190                                                                                                                                  @McDonalds hits the spot on a rainy Friday morning.
3191                                                                 Check out ANTIQUE COAT OF ARMS HERALDIC EMBROIDERY ON WOOL FABRIC ARMOR AND PLUME  https://t.co/ma5GzYUTT2 via @eBay
3192                                                                                                                              @LHWHITTAKER @MSNCars @Ford Groundbreaking at the time!
3193                                                                                                                                          @Wendys @McDonalds Twitter done right. 1-0.
3194                                                        Check out 14K Yellow Gold Princess 1.3Ct Diamond 925 Silver Engagement Ring Wedding Bridal  https://t.co/ZnXJD4FjqY via @eBay
3195                                         RT @andrearichey: Call to action - join our #shark fin protest ag @FedEx this Sunday Sept 18 @3pm in HK.  https://t.co/FXPzHTebvv https://t…
3196                                                     RT @Staff1S: @AgainstSuicide PLEASE HELP @BankofAmerica @ditech @SIGTARP @abc @NBCNews @CBSNews @SallieKrawcheck @BarbaraBoxer… 
3197                                     The little man's first plane adventure went well. He slept for 2 hours on both outbound &amp; return @Ryanair flights t… https://t.co/BaVVnlpUT6
3198                                                            Wildstorm! #1 Comic Wildstorm | https://t.co/xWSHYvSruZ | @eBay #wildstorm #comics #ebay #dccomics @dccomics #comicbookus
3199                                                                                                      RT @DFusions: @Wendys @McDonalds Can you ask them if they still sell McFlurries
3200                                           What's on your brand?@Walmart or @amazon #DougMcMillon #JeffBezos Our members share their favorite brands and why… https://t.co/86AlRNzZtT
3201                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/WnujtArKvP
3202                                                                                            Trump says former adviser Flynn should seek immunity https://t.co/Qll1rrb8XL via @Reuters
3203                                                                                                                                                @Tesco Might well do at some point 😊
3204                                               Just saw this on Amazon: Bluefin LED Great White GW16 Thru-Hull Unde... by Bluefin LED for $992.92 https://t.co/6WxxshelSe via @amazon
3205                                                                 @AccentureDACH Future of #AI Keynote by Jens Redmer @Google @Evonik @#DIP17 @Innovationsblog https://t.co/gMryO5WRFn
3206                                                                            RT @Lizzie_Chantree: When Angels Fly by S Jackson https://t.co/NB2wrwBYS2 via @amazon @MaryLSchmidt #RRBC
3207                                          RT @alokep: @Microsoft Opens Its First European Lab for #IOT https://t.co/Qt6safzTrs Munich has now become hotbed of #IOT Innovation in EU…
3208                                                                                            Smart of @silvercar to only use @Audi cars... easy acquisition 🎯 https://t.co/SEvv90k7C7
3209                                         @Ste_burge @flybe @easyJet Please rate your airport and airline here: https://t.co/xj4OdZeAxv. Have a good time and… https://t.co/hq2UGdWMCn
3210                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/jLBmgNaNMm
3211                                            RT @RiemenspergerF: Jens Redmer from @Google - Machine Learning is making exponential progress enabling new services in our daily lives… 
3212                                                                                              Check out PINK PUSSY HAT! CROCHET PERFECT PINK!!!!!!  https://t.co/HpS1yyFQRG via @eBay
3213                                                                  Flambro Emmett Kelly Jr. Clown Figurine  Professional Series Stockbroker   | eBay https://t.co/GoeKEyu6fF via @eBay
3214                                                        Check out Very Rare Baby 1980's Coca-Cola Bathing Suit Advertisment Worn By Our Baby W/Tag  https://t.co/rcU2Js8pey via @eBay
3215                                                                               Really happy I finally made the change to @Apple Watch. Not missing the shenanigans of @Fitbit at all.
3216                                               @PayPal I have forgotten my security info on two accounts. Is there a way to regain access with valid personal ID and access to email?
3217                                                                                                                                                           @Burberry @bellahadid nice
3218                                                                                @hometovn @n_goncalves15 @kaylaamartini This is why I love @Tesco they provide almost everything 👏🏽
3219                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3220                                                                 90 Capsules! 350 mg Phytoceramides Top Rated Gluten-Free All Natural Plant De... https://t.co/Ooe4WDFx6m via @amazon
3221                                                           RT @Ryanair: Dublin commuters be like... #DublinBus #BusStrike #BusEireann https://t.co/cgLkPqmZBx https://t.co/TusScSp2Av
3222                                                               Check out Vtg Seventies Pattern Fabric Thick Material Red White Blue Funky Hippie Crafts https://t.co/kaR8EASy7o @eBay
3223                                            Tickets for May 13 at THE Brick PAL now available on @Groupon : https://t.co/r9k3e64kNq #WWE #NXT #TNA #CZW #ECW… https://t.co/bgAzoDSuhP
3224                                            Tickets for May 13 at THE Brick PAL now available on @Groupon : https://t.co/r9k3e64kNq #WWE #NXT #TNA #CZW #ECW… https://t.co/bgAzoDSuhP
3225                                                                    RT @ByrdsCloset: Check out Justice Skirt Skort Rhinestones Distressed Denim Size 14 https://t.co/0OtazoVlpR @eBay
3226                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3227                                             RT @GametrackersKe: Running with the Kenyans: Discovering the Secrets of the Fastest People on Ea... https://t.co/RbTzxMPKNG via @amazon
3228                                                          Check out BEAUTIFUL VINTAGE AURORA BOREALIS RHINESTONE AND FAUX PEARL CLIP EARRINGS MINT  https://t.co/9eudsQKLLg via @eBay
3229                                                                  Having fun w/beach balls &amp; @charlieisaacs at @SEDreamin learning about @salesforce #IoT https://t.co/mZ6F6bXczb
3230                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3231                                              I love this Mini Bluetooth Earphone! It works great and it's so small that you can hide it easily!  https://t.co/B7DQXew7cC via @amazon
3232                                                                 Hyperbiotics PRO-15 Probiotics - 60 Daily Time Release Pearls - 15x More Effe... https://t.co/eva2B06wa3 via @amazon
3233                                                                          Check out WONDERFUL NEW EATER BUNNY TRAY BY GRACES TEAWARE #gracesteaware https://t.co/0xm8wmPcZ3 via @eBay
3234                                                                                                   @Toyota  teams with @UMich and others on #battery research https://t.co/PdimNy1dPM
3235                                         @Tesco No Joanne - Fresh finest ones £1-25 a punnet ... thanks ... store said they didn't have a choice in the matter - HQ just told them !!
3236                                         RT @Bristol187: @orehcursor @Sparky0914 @McDonalds Gordon Ramsey once said if something is frozen how the fuck is it fresh?????? https://t.…
3237                                                                  Check out 0.80 Carat Brilliant Fancy Silver Color Natural Rough Diamond Specimen  https://t.co/dk8ktL6YHP via @eBay
3238                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3239                                         RT @PenguinTeen: The @13ReasonsWhy @netflix series premieres today! We are re-reading and feeling nostalgic! https://t.co/BtdlI4zWSe https:…
3240                                                                                                                A VENDRE Britney Spears Lot 4 Magazines https://t.co/hQ6ihwrVjh @eBay
3241                                                                                                   RT @BuddyRoComedy: @McDonalds wtf y'all doing 😂🤦🏽‍♂️🤷🏽‍♂️ https://t.co/1saRCUF4MZ
3242                                                                                                                                 @jangray @intel Who else has that kind of money?  :)
3243                                                                         Check out ARIA Premium Poster Book I - Kozue Amano - 2005 - Sealed - Manga https://t.co/cMM7cEsZfe via @eBay
3244                                                    @ATT wins $6.5 billion @FirstNetGov award https://t.co/9f1tBqGEkV @MotorolaSol_BR @Sapientgov @GenDyn_IT… https://t.co/vM8RNX8SZE
3245                                                                     RT @adidas: @Tatilite @ninapatty68 @DianaChantel Check out the latest #NMD available at: https://t.co/HJfyl08Q4Q
3246                                          RT @NatureCutsTags: Anchor Confetti... https://t.co/IlVCkQOdPq via @amazon #naturecuts #confetti #partysupplies #anchor #beachparty #ocean…
3247                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3248                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3249                                                        RT @tahino1: @CNN @CNNPolitics @MSNBC @NBC @CBS @CNBC @cspan @FoxNews Liar Failure CrockCriminal @realDonaldTrump 71Days as… 
3250                                              Well done @Apple for the new Theatre mode on Apple Watch! I won't need to worry that the watch face will illuminate in theatres now! 😊
3251                                                                                   RT @netflix: Hannah Baker didn’t just die. @13ReasonsWhy​ is now streaming. https://t.co/mpQtMuzcs0
3252                                                                   RT @bobehayes: New to #deeplearning? Here are 4 easy lessons from @Google https://t.co/tifXnJnz64 #machinelearning
3253                                            @TeebsGaming @trailerparkboys @netflix Why In the fuck would u finish the whole fuckin season that fast? Your facked lol #greasywhoreshow
3254                                                                 I would love to run in the @RacetotheTower because I like Heineken! @RunningHeroesUK #ThresholdTrailSeries @Heineken
3255                                                      RT @Reuters: Republican disarray deepens as Trump attacks rebel conservatives: https://t.co/8Xb6QRQQbg? https://t.co/SwcPNjMlfq
3256                                            RT @theleftfarmer: hey @TheDemocrats now that the elections over can we start giving a shit about $675K speeches to @GoldmanSachs thanks!
3257                                                                  RT @TerriSeymour: Chatting with this beauty @selenagomez #13ReasonsWhy @netflix #ExtraTv 🍑 https://t.co/8UQ4q85H9V
3258                                                              Check out DOLCE &amp; GABBANA DG 4075 501/8G 58[]18 135 3N BLACK SUNGLASSES https://t.co/2do6D93o0O @eBay #dolcegabbana
3259                                                                                                                            @WWE @WrestleMania @Walmart I'd rather relive World War 2
3260                                                #Vintage Scarce #Authentic Renold Cycle Chain #Advertising Tin Interior #Design https://t.co/OfSDKh7GeX @eBay https://t.co/lhnjgBUuS1
3261                                         RT @dietrich: Hey @facebook if there's not a fully playable level of @StarCraft Remastered in here I'm gonna be pissed. https://t.co/zposnf…
3262                                                                                 Check out Vintage Keys Ford Master Independent Terryville Niessen  https://t.co/JREwXkKQQ2 via @eBay
3263                                                                                                      RT @DFusions: @Wendys @McDonalds Can you ask them if they still sell McFlurries
3264                                                                           RT @ThatAndromeda: So I see it's time to ditch my @verizon contract. Suggestions?  https://t.co/lKTsBcXdQs
3265                                                                               😁 6.0? Seriously? You're gonna run into double digits before you know it @IBM https://t.co/FZPS7h0KsA
3266                                                RT @siniticom: Check out Lupin III the 3rd Fujiko Mine Opening Vignette Banpresto figure figurine Japan https://t.co/wBTc3P9n6C @eBay
3267                                                                                                                                         @ReutersWorld @Reuters Take a lesson America
3268                                                                                                                                    @netflix can you add Hunting Season to the lineup
3269                                         @MelissaYoungATX @BMW WOW!! I'm so sorry I'm hopeful this gets fixed soon for you!!! @takata @bmw are doing a TERRIBLE job with this recall!
3270                                            @mandathomas @CherylABC7 @pbwc @NatashaABC7 @Chevron @ChevronRichmond 👍 Hello From #France #Team #Communication… https://t.co/wr0b2iZvyT
3271                                                                RT @AprilDRyan: At Mama's Knee: Mothers and Race in Black and White by April Ryan https://t.co/5433hmVrPB via @amazon
3272                                                                                   Check out MURANO FIGURAL GLASS FISH PAPERWEIGHT GREEN WHITE RED  https://t.co/SkfQFgkzzy via @eBay
3273                                                                                                                                              @KelloggsUS I Pick #TEAMSATURDAYENTRY 6
3274                                                                        RT @LuggIT_Belt: Check out LuggITBelt - Hands Free Luggage Solution https://t.co/adlbAl5gGF @eBay #traveltech
3275                                                                            Check out MIKE MARINO - LIVE FROM ASBURY PARK!!  PA VERSION!!  NEW!!!!  https://t.co/yNgc70q7Vo via @eBay
3276                                                                    RT @Nissan: Stand out from the flock. 📷: Corey R. #370z #Nissan370z #FastFriday #Zociety https://t.co/j949WIv3ji
3277                                                                                            Moana Cartoon Movie Silk Wall Poster 26x16 Inch  | eBay https://t.co/V1mbywyqGM via @eBay
3278                                                                                   RT @BlueBloods_CBS: Celebrate the #BlueBloods150 tonight at 10/9c on @CBS. https://t.co/33xVi4DlMD
3279                                                                                             @jacksonchris88 @easyJet How hard can it be. It's a 50 minute flight you stupid fuckers.
3280                                          @Wendys @McDonalds @MarineMechX2 They Roasting @McDonalds  @wendys McDonalds food is garbage. Don't understand how… https://t.co/ve2Phk45wo
3281                                         RT @trishaewood: Look! The Embankment London  Blank Artist Greetings Card. 7x5in. Battersea https://t.co/a57tY6iqiz @eBay #London #greeting…
3282                                                                                                                                                                @Ryanair ok thank you
3283                                                                                                   @monikarun @JohnLegere @TMobile @ATT It's for anyone no matter who your carrier is
3284                                                     RT @Google: See how Israeli students helped improve #GoogleTranslate Hebrew and Arabic translations through learning English →… 
3285                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3286                                                                                                                  @XHNews @Nestle @nestle is complicit 2 Michigan's water issues but?
3287                                               RT @dontcarebut: So @Loreal claims to be a brand that supports women's rights yet this is their ambassador and spokesperson in the m… 
3288                                            RT @NedlyBob: @Krupsusa did you know you're on Breitbart too? Please ask @amazon to stop. @slpng_giants can help. https://t.co/gZUYpphe75
3289                                         RT @amymaresch: #DonaldJPliner #Italian Pointed Toe #Heels #shoes Sz 9 Platino Beige Silver https://t.co/g8lxJcZOfH @eBay #ShoeOfTheWeek #S…
3290                                                                                 Rafael Nadal Tennis Super Star Silk Wall Poster 35x22 Inch  | eBay https://t.co/cUMNt3VzYT via @eBay
3291                                                       RT @Burberry: Rib and cable. Contrasting knits feature in our February collection. See new @Burberry designs from the runway… 
3292                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3293                                                                                            Check out IRON MAIDEN MEN'S TEE: BOOK OF SOULS EDDIE CIRCLE https://t.co/dHhGTSSjPh @eBay
3294                                                         RT @SAP: These three areas of business are predicted to profit most from IoT. Are you one of them? https://t.co/nINLAvKmd8… 
3295                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3296                                             @Wendys @McDonalds You are always out of everything Wendy's. You're food looks like someone sat on it. And I'd get food faster if it was
3297                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3298                                         @Reuters Let's get this right. Treason is treason. Immunity How abt life in prison. How's that sound less than a ge… https://t.co/Kh1u6AqocV
3299                                                       RT @Apple: New Apple Watch bands are here. See the latest colors and styles at https://t.co/nizbVKhuEA https://t.co/ItAD15UOjB
3300                                                      Check out French Bombe Commode with Marquetry and Green Marble Top in Louis XV Style #LouisXV https://t.co/A8ueWaJHJC via @eBay
3301                                                  Check out 2000-2001 Nissan Altima Oem Wheel Center Cap p/n  40343-0Z900 hubcap cover J342 #Nissan https://t.co/BHSPZddTgF via @eBay
3302                                                          #PHOTO OF #NELSONSTEPANYAN WITH HIS BROTHER TWICE HERO OF THE USSR RUSSIA ARMENIA  | eBay https://t.co/NGhizyIRKJ via @eBay
3303                                                                   RT @CWEChatham: Great event @acehotel @Google @MikeCaps get your business online-lots of @CWEChatham @ChathamWBC… 
3304                                                   Tourna Pete Sampras Vibration Dampener Tennis Black &amp;amp; Red Dampner New In Package  | eBay https://t.co/xgx5GWi1O2 via @eBay
3305                                                          Check out Antique Mirror Pair CHINESE REPUBLIC Period Signed QIANLONG Famille ROSE Vases  https://t.co/iKcPQzvoSj via @eBay
3306                                                                                       RT @RedNickss: @Wendys @DFusions @McDonalds whoever runs this twitter needs to run our country
3307                                                 RT @partskeeper: Such a sweet old school looking #hotrod. '28 @Ford #ModelA @LienhardRacing @HairstonPhil @Bertieschip @FAFBulldog… 
3308                                         @VW I'd rather have my middle-aged Volvo. It runs well and doesn't have any contraptions on it that make it illegal… https://t.co/cK3YTjoEgG
3309                                              I created a farmhouse style outdoor area using products from @BHG and @Walmart. I can't wait to sit and relax!… https://t.co/kllPHxIjjm
3310                                                                                             When your @OTheoryFitness studio is right next to a @Starbucks - the temptation is real.
3311                                                 RT @MaRSDD: It's a good morning when the CEO of @Google says Canada is having an #AI moment #VectorInstitute https://t.co/di5MjaYQZX
3312                                                         Check out ~MAKE AN OFFER~ Kylie Cosmetics Holiday Creme Shadow *CAMO* Authentic Eyeshadow  https://t.co/wUCB629t8S via @eBay
3313                                               RT @dontcarebut: So @Loreal claims to be a brand that supports women's rights yet this is their ambassador and spokesperson in the m… 
3314                                                          RT @LuxFrenchShop: Check out French Henri II Style Hutch with intricate carvings #HenriII https://t.co/h6nb1U8IU2 via @eBay
3315                                                                                                                                             I'm lost at @WellsFargo in Florence SC!!
3316                                                                   Check out 2017 New Hi-top Feiyue sneaker Kungfu Shoes Casual Sporting Sneaker Shoes  https://t.co/ktEKoyCXq4 @eBay
3317                                                                                     High Five Friday is going to require a second dose of @Starbucks this week. #highfivefriday #H5F
3318                                                   RT @Ingrid224: Huge Lot Girls Size 4T 4 5 Brand Name 70 Pc Mixed Clothing Clothes Extras  | eBay https://t.co/Lvcdwqz7xO via @eBay
3319                                         RT @dietrich: Hey @facebook if there's not a fully playable level of @StarCraft Remastered in here I'm gonna be pissed. https://t.co/zposnf…
3320                                                          Check out Marine Corp Glass Set 3 USMC Logo Rock High Low Ball Bar Barware Weighted Base  https://t.co/QuLky8RF9N via @eBay
3321                                                   Check out Head and Shoulders Shampoo &amp; Conditioner   Smooth &amp; Silky 13.5 fl oz Each NEW  https://t.co/gKTGvDfNJG via @eBay
3322                                                                                                                                            @7DaysHero @amazon Yes there will be one!
3323                                                                RT @AprilDRyan: At Mama's Knee: Mothers and Race in Black and White by April Ryan https://t.co/5433hmVrPB via @amazon
3324                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3325                                                           RT @UPS_News: Columbia (SC) @UPS Driver Goes 42 Years Without an Accident https://t.co/dfhSsBFWkV via @WLTX #safedriving… 
3326                                                    Really Love Those Air Wovens from @Nike ! (cc @NikeFrance ) #Sneakers #Footwear #Kicks #Mode #Streetwear… https://t.co/CYHGW6ojIg
3327                                                  RT @RevolutionbyCT: @Wendys @McDonalds Damn beef isn't the only thing Wendy's is good at grilling! #savage! https://t.co/x1MsJNxpyu
3328                                         RT @movietvtechgeek: The Hottest New #Samsung Tech You Must Have for 2017 https://t.co/IaGwPgBamt via @eBay #GalaxyS7 #MovieTVTechGeeks #Ap…
3329                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3330                                                                        Finding Dory Cute Beavers Movie Cartoon Silk Wall Poster 24x13 inch  | eBay https://t.co/fuu67Ki5tB via @eBay
3331                                                          Check out Nerf N-Strike Elite StrongArm 6 Darts Rotating Barrel Kid Blaster Gun Toy #Nerf https://t.co/e4MyBaNClT via @eBay
3332                                                  RT @ApexAndAbyss: Guys. I need your help. Give me things to watch on @netflix in the true crime genre while I'm on maternity leave.
3333                                                                                     Wall St. slips as investors lock in gains of strong quarter https://t.co/kmGoJnvHW9 via @Reuters
3334                                                                                                                                  @Walmart It won't be great until you follow me 🤔😋
3335                                                          RT @Adobe: Vector artist @OrlandoArocena opens up about his inspirations and being discovered based on a great portfolio:… 
3336                                               RT @dontcarebut: So @Loreal claims to be a brand that supports women's rights yet this is their ambassador and spokesperson in the m… 
3337                                                                                                                    RT @realJoshAbraham: @Wendys  you starting beef with @McDonalds ?
3338                                                                                     @sammiekaitlyn @13ReasonsWhy @netflix I already watched the first two episodes and it's bomb!!!!
3339                                         RT @InnFin: The march towards digital money - a report from @Citi and @imperialcollege on the growth of digital technology https://t.co/AWK…
3340                                                     @Apple you got some explaining how does an iPhone 6 delete my music app by itself and lose all my music… https://t.co/MJ6gen4Kf7
3341                                                                                                                          @Nike don't care about us foreal 😩 https://t.co/WkrMroe6C3
3342                                                           RT @djafanTheVoice: .@DavidArchie's Pre-ordered Up All Night! Get yours 👉ARCHIE MUSIC https://t.co/VBr3n3SWCV via @amazon
3343                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3344                                         RT @Reuters: U.S. U.N. ambassador says Washington's focus no longer on removing Assad in Syria https://t.co/xasCYLhB6d https://t.co/jw1kMc9…
3345                                                                                                                        Look what I found on @eBay! https://t.co/cSLUC9v9eq via @eBay
3346                                                                   RT @JEscobarMarin: Who was capable to transform and boost @CocaCola brand? @MarcosdeQuinto https://t.co/U3pRUpaym3
3347                                           Red Women's Slim fit Biker Jacket https://t.co/jZWMZrq2xo via @eBay Kodak Comics Alliance #FTDP #RenSA17 Palatine April Fools Cesar Chavez
3348                                                                                                        @hm just realised that your #redhill branch has overcharged me. Can you help?
3349                                                     Under Armour Shorts XL Heat Gear Running Track Light Weight Shorts Women&amp;#039;s XL  | eBay https://t.co/sVw8hSTACo via @eBay
3350                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3351                                         @MJoyce2244 @realTomBurke @NewtInMotion @Reuters #WikiLeaks: CIA computer code to hide the origins of its hacking a… https://t.co/wx2j27nKEv
3352                                            RT @generalelectric: This dream team at GE Aviation is giving us major #SquadGoals to close the #STEM gender gap. https://t.co/bElWRNg4De
3353                                                    Check out Womens CHICO'S Blue Denim Blazer Jacket Bead Trim Mandarin collar Chicos sz 1 #Chicos https://t.co/TcXx0he4rj via @eBay
3354                                                    @verizon @fogarty22 @BroadwayJayEsq @BarackObama @katyperry @VZWSupport @realDonaldTrump @SarahHudsonuvs… https://t.co/T3IBLjS54f
3355                                                                     @Starbucks Thank u 4 doing a Braille Starbucks Gift Card 4 people w/ visual impairments. https://t.co/UEScl747AK
3356                                                                        #STARTREK The #CollectorsEdition #VHSTapes #VHS Lot Set #StarTrekCollector  https://t.co/5lNYbVBz3R via @eBay
3357                                                                                                                                                  @LalNishit @amazon great going Sir!
3358                                                                     RT @2d1h: Check out *Brand New* R&amp;M Richards Black Jacket Perfect For Weddings https://t.co/P5IZzidKwR @eBay
3359                                                                                                     Check out USN Regulation Size Surface Warfare  https://t.co/MjU7Djgzri via @eBay
3360                                                                                                             Free shipping on orders over $500 null https://t.co/e93oCoHPPO via @eBay
3361                                                    @verizon @fogarty22 @BroadwayJayEsq @BarackObama @katyperry @VZWSupport @realDonaldTrump @SarahHudsonuvs… https://t.co/tnq3oIFLgW
3362                                                 RT @nvrggivup: @ABC @CBS @nbc @CNN @MSNBC @FoxNews @komonewsradio @maddow  @CBSThisMorning @ShepNewsTeam @DNC LIARS against Trump.… 
3363                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3364                                                                                                                          I'm loving it 🤣 @Wendys @McDonalds https://t.co/NpHTCawZ7t
3365                                                                               @KiDDaGamer @BleacherReport @DaGr8Patriot @ATT Iciest of my name is styleZ and second I know I'm bored
3366                                                                                          RT @Nike: It's been a long time...but the @Cubs make Someday today. https://t.co/BnUAGGaTim
3367                                            Waited 10 mins for food pulled over next to drive thru for a Big Mac w/ no sauce and floppy cold barely cooked bacon @McDonalds !!?? #sad
3368                                                                 RT @remybergsma: Google Wind announced: @Google Netherlands wants to control the weather: https://t.co/ZLP8CFtnCB ;)
3369                                                                       RT @AMSAProMover: What's the best time of year to move? It depends. https://t.co/prwMpQPW8E #MovingTips @Yahoo
3370                                            Vintage German DUAL 1010 Turntable - Console Pull - Includes Wooden Insert Piece   BUY IT NOW ON EBAY   https://t.co/oouDF8pGLF via @eBay
3371                                               RT @parma26: RT this &amp; I'll pick 4 of you to win 1 of these: @Nike shorts (S) @zephyrhats @VSPINK top (L) @47Brand tee (L) w/vin… 
3372                                                         Check out VINTAGE PORCELAIN MINATURE CHILDS TEA SET BLUE FLORAL DESIGN GOLD ACCENTS 7 PC.  https://t.co/r3NDOGjfbZ via @eBay
3373                                                           Vintage 80s Top 4 Big Padded Shoulders Black Floral Tie Button Up Shirt Blouse S  | eBay https://t.co/JCLVhiruFr via @eBay
3374                                                    @verizon @fogarty22 @BroadwayJayEsq @BarackObama @katyperry @VZWSupport @realDonaldTrump @SarahHudsonuvs… https://t.co/QQ9IA74wT2
3375                                                              RT @wwd: 8 fashion brands you're going to see a lot more of on @amazon: https://t.co/GcXrPU8GT9 https://t.co/4tkXIPX6k6
3376                                                          RT @fubiz: Behind the Scene of a Colorful Paper Art Creation @Nissan #Micra https://t.co/nl1sjMRTem https://t.co/DtAt1kYzPr
3377                                                     Check out this Amazon deal: Watercolor Paint Set by Crafts 4 All 24 Premi... by Crafts 4 All https://t.co/pf29AXMj9Z via @amazon
3378                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3379                                                                                                             @thehill I like @Starbucks like I like my coffee... I don't like coffee.
3380                                                     Just saw this on Amazon: Elixir Strings 80/20 Bronze Acoustic Guitar... by Elixir for $13.99 https://t.co/g1h51lVjft vía @amazon
3381                                                                           I am waiting for the @McDonalds response to @Wendys  where they just cite sales data and these emojis: 🖐️🎤
3382                                                                                                                         RT @robotdad: Another day @Microsoft https://t.co/ZhLvqievJN
3383                                                                                                                                       @Reuters The pick that never should have been.
3384                                                                         RT @Reuters: More Democratic senators voice opposition to Trump's Supreme Court pick https://t.co/QAOLaOVB1I
3385                                                     Check out New Little Slashers Horror Movie Black Short Sleeves Shirt Men's Women's Size XL #SP https://t.co/lzqD8NySv2 via @eBay
3386                                         @CocaCola I prefer #DoctorPepper...sometimes #Coke/#CherryCoke...I got #CocaCola #shirts I will wear this summer. I… https://t.co/wPxGFXplw1
3387                                               RT @dennyhamlin: She made it home.. can't thank @JoeGibbsRacing @FedEx @ToyotaRacing for letting me keep this history making car. Th… 
3388                                         RT @justjaredjr: .@selenagomez covered a classic song for her new @netflix show #13ReasonsWhy - Listen to #OnlyYou here: https://t.co/Yh3Ij…
3389                                                         #FridayFeeling #NewBookRelease Quail Farming: A Beginner's Guide https://t.co/rMLrOaUnD5 via @amazon #agribusiness #Startups
3390                                             David Harbour of @netflix Stranger Things Was Live On Mogul. Check out his amazing AAMA! https://t.co/HVXIj6JK5z https://t.co/SNm90Vdw31
3391                                                                Check out PAUL PIERCE 2016 PANINI CARD #178 NBA LOS ANGELES CLIPPERS FREE SHIPPING  https://t.co/K3IkktEOdL via @eBay
3392                                              RT @VW: Midsize Car. Family-size fun. You won't have to look far for good times while inside the #VW #Passat    https://t.co/Xap4lfZqrE
3393                                              Trump says former adviser Flynn should seek immunity https://t.co/fdyNDv0urG via @Reuters   ROFL I wonder WHY!  ROFL Karma coming TRUMP
3394                                                                                                      Tel Aviv's trash is being turned into fuel https://t.co/4nQkT6v5C0 via @Reuters
3395                                                            RT @intel: Experience a side to LeBron James you've never seen before with Intel 360 Replay technology. Really...never.… 
3396                                             Tweeted for OldBaloo: Large Lot Assorted Doll Clothes Assorted Styles Sizes #SomeUnbrandedSomeAssorted https://t.co/pZrmzxgL9p via @eBay
3397                                                                            @TheTimMcGraw Enter 4 chance 2 win my #eBook on @amazon #LoveYouAllTheWayToHeaven https://t.co/fjV4aP9lSh
3398                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/WoKqOWZ4oP
3399                                                        Check out Lot of 10 USA Coins Kennedy Half Dollar Susan B Anthony Mercury Dime Buffalo Nic  https://t.co/UZMfgWSwbX via @eBay
3400                                                                    Check out Bucilla Needlecraft Christmas Card Holder 1896 Joyous Santa  #Bucilla https://t.co/cjhaB9AazZ via @eBay
3401                                                                                                                                            @CBS So Sorry this is being shown on CBS.
3402                                                                                                                Check out Tory Burch Women's Sunglasses https://t.co/M6UJwvo7Jd @eBay
3403                                         RT @Groupon: @ayy_desto No way! Use code DATENIGHT for an extra 20% off your next local purchase (max discount $50; ends midnight 3/30; lim…
3404                                              RT @Dslprints1: Check out Personalised Cushion Pillow Case Cover I Love You To The Moon And Back  Mum Nan https://t.co/zzloa08KPW @eBay
3405                                                                                                      RT @DFusions: @Wendys @McDonalds Can you ask them if they still sell McFlurries
3406                                         @OracleJDEdwards @Oracle Looking forward to this session! Check out our video on @Oracle's next generation #cloud i… https://t.co/lZWy9OXkYS
3407                                                                       RT @alwaysinleopard: Baby Pink Princess Tutu Tulle Skirt Easter Spring Ballerina https://t.co/KCNx8RrHuT @eBay
3408                                                     Just saw this on Amazon: BRENDO Nintendo 2DS Carry-all Hard Case wit... by BRENDO for $19.99 https://t.co/xFpZyQnv67 via @amazon
3409                                                               RT @Disney: Beware of ghosts at sea. #PiratesOfTheCaribbean: #DeadMenTellNoTales opens May 26. https://t.co/no9qm0GsAs
3410                                                                                                                       RT @Wendys: @Hairs36 @DFusions @McDonalds Oooooooh yeeeeaaah!!
3411                                                                    Check out UK SIZE 7 WOMENS CLARKS LEATHER OXBLOOD SHOES KILTY BUCKLE BROGUE PATTERN https://t.co/sPz9UOKiT7 @eBay
3412                                         RT @111north: . @ @HomeDepot got a call at 10:19PM to reschedule delivery for washer that was RECALLED. Absolutely appalling service @samsu…
3413                                               Check out #Wrangler #Western Top Blouse Small Fuchsia Pink Short Sleeve Tie Back Snap Button #Casual https://t.co/HY6UBoPekV via @eBay
3414                                                           the spinach feta wrap @Starbucks is probably up there  in my list of top 3 drive thru foods #alwaysgood #neverdissappoints
3415                                            RT @216ami216: @angie_lee95 @irt4findom @RTpetboy @RTfeet @underdeskloser Wow!  You let him have a @Starbucks treat!  So generous of You!
3416                                          Last day to post a pic w/fav book &amp; @Disney will donate a book thru @FirstBook. Do it now! #MagicofStorytelling https://t.co/itflIZMrpM
3417                                                         RT @ComicBookNOW: So Ms. #PacMan is fully playable in @Google Maps right now... This isn't going to be distracting at all:… 
3418                                                               RT @Disney: Beware of ghosts at sea. #PiratesOfTheCaribbean: #DeadMenTellNoTales opens May 26. https://t.co/no9qm0GsAs
3419                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3420                                         RT @HollywoodRecs: Watch The @latelateshow with @JKCorden to see @beamiller perform #SongLikeYou at 12:35 a.m. on @CBS! https://t.co/4fq7JW…
3421                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3422                                                                                                                                                                   @Burberry beatiful
3423                                                                                 hey @TMobileHelp @JohnLegere @TMobile what's good? the streets need to know. https://t.co/QpU5XTrzdN
3424                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/A09kQvqj3C
3425                                             Women's Slim fit Designer Biker Jacket https://t.co/OYflHzOHOo via @eBay #shoes  #streetstyle #caferacer  #bikers #FlashbackFriday #TDOV
3426                                           Thinking about taking the plunge... from @Android to @Apple.. if either team would like to woo me im not opposed to it... #android #iphone
3427                                         RT @PenguinTeen: The @13ReasonsWhy @netflix series premieres today! We are re-reading and feeling nostalgic! https://t.co/BtdlI4zWSe https:…
3428                                         RT @IBM: How do you find your perfect guide dog? Guiding Eyes is working with Watson to find answers. https://t.co/cYWWopVOt4 https://t.co/…
3429                                         RT @PenguinTeen: The @13ReasonsWhy @netflix series premieres today! We are re-reading and feeling nostalgic! https://t.co/BtdlI4zWSe https:…
3430                                                          #Vintage Black #Spade and #Club Ceramic Poker Table #Ashtray Dishes 2 Pc Set (G4)  | eBay https://t.co/obtRuMfchS via @eBay
3431                                                                             @WallStCynic @IBM @IBMWatson @SRuhle It couldn't have hurt the Knicks draft picks in the pre-Jackson era
3432                                                                                                                 @jiji4979 @dontcarebut @MAD__RY @Loreal Im gonna boycott @loreal too
3433                                                                          RT @Disney: Stand out in a little town. #BeautyAndTheBeast is in theatres now. 📖✨ https://t.co/WNWj1ej0U9
3434                                              RT @strengthofshe: Help us win a small business grant from @FedEx! Please take a second to vote for us &amp; RT !! Voting ends 4/5/17… 
3435                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3436                                         RT @JavellaTreasure: #NASCAR Limited Edition Official #CoinCollection @amazon #amazon #coins #collection #collectibles #deals #shop https:/…
3437                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3438                                                                                     RT @masseffect: #FinalFantasy 14: Daddy of Light is heading to @netflix  https://t.co/4A6t1Q4gOt
3439                                                  Check out   Ron Jon Surf Shop #KEYWEST T-Shirt #Dove #PeaceSign 100% Organic Yellow Large #RonJon https://t.co/06yupUCt0y via @eBay
3440                                                               RT @Disney: Beware of ghosts at sea. #PiratesOfTheCaribbean: #DeadMenTellNoTales opens May 26. https://t.co/no9qm0GsAs
3441                                                       RT @BMW: The sporty character of the all-new #BMW #5series Touring can be specifically underscored by means of BMW M Perform… 
3442                                                             Star Wars Millennium Falcon Multi-Tool Kit #StarWars #MillenniumFalcon #Multitool #ForSale @eBay https://t.co/lsOOGr8hF6
3443                                                                  Check out House of Lloyd Ceramic Holiday Merry Christmas Good Luck Pin Lot of 26  https://t.co/0r4jNgSieH via @eBay
3444                                         RT @3dRudder: Amazing ad from @Samsung for Gear VR on the potential of #VR. @3dRudder is the same: trying it changes everything https://t.c…
3445                                                                          RT @Disney: Stand out in a little town. #BeautyAndTheBeast is in theatres now. 📖✨ https://t.co/WNWj1ej0U9
3446                                         @dennyhamlin @JoeGibbsRacing @FedEx @ToyotaRacing That's awesome! I've got the much smaller versions of those 2 Fed… https://t.co/ipszEUYHuJ
3447                                                                                         Enter to win a $200 @Disney Gift Card #Giveaway from @thefrugalfind! https://t.co/wNfXjejGsR
3448                                                               RT @Disney: Beware of ghosts at sea. #PiratesOfTheCaribbean: #DeadMenTellNoTales opens May 26. https://t.co/no9qm0GsAs
3449                                                                                                   I just checked in @Nike with #mPLUSPlaces Download today!  https://t.co/NwNWKCFoIc
3450                                         RT @HollywoodRecs: Watch The @latelateshow with @JKCorden to see @beamiller perform #SongLikeYou at 12:35 a.m. on @CBS! https://t.co/4fq7JW…
3451                                         @DaniKing1 @Nike @NikeUK @RoweandKing Rumour is they're not made by Nike just with Swoosh painted on by someone?? S… https://t.co/CoHDtnD2Mu
3452                                                   RT @UniteforLen: RT to show your support for Unite members who voted 93% in favour of strike action @BMW over pensions. More at:… 
3453                                          RT @hope2259: The Beaumonts: The Kentucky Bourbon Series #greed #money #power will make a great tv series @netflix https://t.co/wM6WxW5x6L…
3454                                                                                                      RT @DFusions: @Wendys @McDonalds Can you ask them if they still sell McFlurries
3455                                                                 Amazon Echo Dot Case (fits Echo Dot 2nd Generation only) - Indigo Fabric Amaz... https://t.co/kkoOCMR0OZ via @amazon
3456                                                                                     RT @artinsane: @amazon is copying @styledotme Great going @meghnasaraogi https://t.co/SsuPLfJ4uj
3457                                                             Check out Levis 501 Button Up Straight Leg Denim Blue Jeans 35 x 32  #Levis #ButtonFly https://t.co/Pz5J3Qbb7E via @eBay
3458                                                        Check out TRESICS Belted Biker Jacket Exposed Silver Zippers Sweatshirt Cotton Large Blue   https://t.co/zJYnfWuTEG via @eBay
3459                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3460                                                       Check out McDonalds 2010 Batman The Brave And The Bold # 1 Fast Food Giveaway Toy #McDonalds https://t.co/ogOlT1VXmT via @eBay
3461                                              RT @VanessaKellyAut: ARC giveaway of my next @KensingtonBooks historical romance on @facebook: https://t.co/H7X80kCfQ3  #ReadaRegency… 
3462                                                                  Hey @amazon stop selling @RealDonaldTrump related products! #BoycottTrump via @donegoodteam https://t.co/zI6Gussxfx
3463                                            Men's Vintage Cafe Racer Leather Jacket https://t.co/q9IYScRCwK via @eBay ON SALE NOW Luisa Ortega Díaz With or Without Trump #ChicagoCIO
3464                                                  @Ford is giving away a new vehicle to one lucky person! Sign up today at https://t.co/bbz4peDLe7. #FordEvents #Contest #Chancetowin
3465                                                     RT @Hanan_S86: @dontcarebut @Loreal @OlaAlfares L'ORÉAL you are a part of this discrimination if you don't do anything about it.
3466                                                                                                    Just saw this on Amazon: XBOX Console by Xbox https://t.co/b5GHQ6PZb0 via @amazon
3467                                                   @CBS The biggest TV nerds became the biggest DC heroes in the mashup with the last Justice League trailer! https://t.co/iVXnzsaS4c
3468                                                               Just saw this on Amazon: Skylanders Imaginators - PlayStation 4 by Activision Inc. https://t.co/y3qx6t3YrM via @amazon
3469                                           RT @MootreyLisa: Just saw this on Amazon: Mario Kart 8 Deluxe - Nintendo Switch by Nintendo for $59.88 https://t.co/zp3BB2TJgX via @amazon
3470                                                           ACEO Joy oRiGiNaL Art Love Red Rose Flower Garden Gift Sweet Checker Board Heart  | eBay https://t.co/4Ax20XX3hi via @eBay
3471                                                                               RT @Reuters: Judge approves $25 million settlement of Trump University lawsuit https://t.co/dE7YTCVey4
3472                                                Men's Vintage Cafe Racer Leather Jacket https://t.co/q9IYScRCwK via @eBay T.J. McDonald The Dress Shop Fiscal Painting Pictures #GenW
3473                                         RT @West_UC: Why @Siemens put $10 billion into #digitaltransformation  on @TechRepublic https://t.co/Vrlwn1g3nO @SiemensUSA https://t.co/gF…
3474                                                   RT @BlackBerry: News that should shock nobody: #PRIV named one of the most #secure #Android phones in @Google report. Read here:… 
3475                                                                                                                                             @Reuters I guess he got sick of winning.
3476                                                                                     @Reuters just be careful to track which BANK OF AMERICAN TAX PAYERS #Trump pays this out of !!!!
3477                                                                                             @HandsomePJ22 @Juan__2__3 @Wendys @McDonalds Well they suffice when the hunger is real😂
3478                                                                                              Please tell me why my @ASOS parcels aren't waiting for me when I pay for premier 😡😡😡
3479                                                        @Reuters What happens if the #Russia and #DeutscheBank money dries up because Trump is impeached/resigns? 😢 @RoguePOTUSStaff
3480                                                  Check out Guess Charlotte Flare Raw Khaki Wash Faux Suede Pants Size 26 Slim Fit NWT $128  #GUESS https://t.co/ofbaDk95HZ via @eBay
3481                                                             Check out 2003 Coca Cola Spinning Pendulum Dome Clock Bottle Cap Shaped Base #CocaCola https://t.co/Fg3rMfPA9B via @eBay
3482                                                        Check out US HISTORICAL SOCIETY MONCHIE RENOIR DOLL RARE LIMITED LES PARAPLUIES NEW IN BOX  https://t.co/bUOaBbcYAe via @eBay
3483                                         RT @Apple: Apple Watch Nike+. Featuring built-in GPS and a 2x brighter display. Learn more at https://t.co/10p1nMXDgT https://t.co/tntZGRJr…
3484                                                                               RT @Reuters: Judge approves $25 million settlement of Trump University lawsuit https://t.co/dE7YTCVey4
3485                                                                       @netflix just wanna let you know people are considering canceling their accounts when you take off The X-Files
3486                                               RT @dontcarebut: So @Loreal claims to be a brand that supports women's rights yet this is their ambassador and spokesperson in the m… 
3487                                             Really @amazon  how mature  @MacyKennedy22 @AssLeigh3 @MelodysMixtape @sexyspunkygirl @AveryBlvck @HSugarCookie… https://t.co/P3UfPkYvyg
3488                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3489                                                                                                                             I'm at @Starbucks in Kuwait City https://t.co/1hpqVzvyh9
3490                                                                                           The Persian Dagger: A Father Brown Mystery by H Ashton https://t.co/wAdREY1mu8 via @amazon
3491                                                                                                           @DixonDiaz4U @DawnKinkade1 @Reuters Like how they took over your thoughts?
3492                                           RT @YAWednesdays: Flash #giveaway! #13reasonswhy premiers tomorrow on @netflix but #win @jayasherguy'a book &amp; prize pack today! RT +… 
3493                                               I truly wish that @POTUS would privatize the @USPS! Let @FedEx or @UPS handle the logistics. It would be more efficient and effective!
3494                                                                             @Reuters It's more amazing the regime has lasted this long since oil prices dropped from all time highs.
3495                                                RT @JBSCompanyStore: Check out Carter's Girls Monkey Microfleece Sleep Bag Pink One Size 0-9 Months NWT https://t.co/2BkQLtM02C @eBay
3496                                                                  RT @Reuters: BREAKING: U.S. sanctions 11 North Korean individuals and one North Korean company - treasury website… 
3497                                                    Check out HIGH END Dell Latitude Laptop Windows 10 Core i7 4GB 256GB SSD MICROSOFT OFFICE #Dell https://t.co/3tJ2ZCYwnW via @eBay
3498                                                               RT @Disney: Beware of ghosts at sea. #PiratesOfTheCaribbean: #DeadMenTellNoTales opens May 26. https://t.co/no9qm0GsAs
3499                                                                   Check out YU-GI-OH! LTGY-IT093 COSTELLAZIONE SOMBRERO SUPER RARA THE KEIRA_SHOP  https://t.co/hgO6Qr2j0F via @eBay
3500                                                                  RT @Reuters: BREAKING: U.S. sanctions 11 North Korean individuals and one North Korean company - treasury website… 
3501                                                 RT @ThielsChristian: #Poland expects to sign deal for 8 Patriot missile defence systems by end-2017 @Reuters https://t.co/uRKtjIyyeE
3502                                                                                       Comcast says it will not sell customer browsing histories https://t.co/jhyLvq2Tm6 via @Reuters
3503                                                                             @LCTheater @marisatomei @colbertlateshow @CBS How much longer will #HowToTranscend be at Lincoln Center?
3504                                                                                                                                                 @Reuters Don't end up like us France
3505                                                                             @HSBC_UK @HSBC could you please advise how much this project cost and how I go about closing my account.
3506                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3507                                            Check out OLD GUYS RULE JOHN WAYNE VARIATION BLUE SHORT SLEEVE GRAPHIC T-SHIRT~MENS LARGE  https://t.co/AEuilEFONM via @eBay #OLDGUYSRULE
3508                                                      Just saw this on Amazon: Activating the Gifts of the Holy Spirit by David Ireland for $9.99 https://t.co/SAo78swPH5 via @amazon
3509                                               RT @dennyhamlin: She made it home.. can't thank @JoeGibbsRacing @FedEx @ToyotaRacing for letting me keep this history making car. Th… 
3510                                                    RT @BijouxQuebec: ♥ Very Nice Metallic Lavender Plated Silver Drop Charms Wrap Bracelet  | eBay https://t.co/tqwgRXye6J via @eBay
3511                                                                                  RT @AnthonyLacavera: Supporting #AI research @Google backs Vector Institute https://t.co/uaxWZk6ksm
3512                                                                  RT @Reuters: BREAKING: U.S. sanctions 11 North Korean individuals and one North Korean company - treasury website… 
3513                                                RT @iHoneyPie: Oh my Loving #FDD 😘 Please come Live on @facebook and celebrate #50DaysOfSuccess with YOUR fans !! Heartiest Reques… 
3514                                                                                        RT @Sony: Rally. Rise. Avenge. #Destiny2 #PS4 https://t.co/TlC8bSt2zX https://t.co/NL769yXVfG
3515                                              RT @slpng_giants: CONFIRMED: @Calphalon has asked @amazon and their other retail partners that they do not wish to appear on Breitbar… 
3516                                                                 Hauntings: You're Not Sleeping Tonight: True Tales Of Haunted House Mysteries... https://t.co/xkJmiON0Yl via @amazon
3517                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3518                                                                                                                                   @Fre4kyGeek @Samsung It looks VERY sexy doesn't it
3519                                         Men's SOA Sons of Anarchy Real Leather Vest https://t.co/SiefwFEgsq via @eBay #GlobeMedSummit Kendrick Lamar #ChicagoCIO Yarn #JointheCircle
3520                                                                                   RT @netflix: Hannah Baker didn’t just die. @13ReasonsWhy​ is now streaming. https://t.co/mpQtMuzcs0
3521                                              Check out New York &amp; Company Orange Pink Purple Red Floral 100% Cotton Skirt Size 12 Cute! #ALine https://t.co/LylhIPvJIC via @eBay
3522                                                                                   RT @netflix: Hannah Baker didn’t just die. @13ReasonsWhy​ is now streaming. https://t.co/mpQtMuzcs0
3523                                                                         RT @Cisco: .@conchitadiaz78 has made history. Meet the first woman to pass all 7 Cisco Expert level exams:… 
3524                                         RT @IBM: How do you find your perfect guide dog? Guiding Eyes is working with Watson to find answers. https://t.co/cYWWopVOt4 https://t.co/…
3525                                                                                                                         @Sjax89 @Starbucks She changed it to Jackson abigail Jackson
3526                                                   Check out Zelda's Pure Body Oils Egyptian Musk or Choice 1/2 oz w/Box Buy 3 Get 1 FREE ! #Zeldas https://t.co/uns6JXVCRg via @eBay
3527                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3528                                                                                                RT @McDonalds: Don’t blink. You’re going to want to see this. https://t.co/XEKJrrh9gz
3529                                                                     Check out Lot of 2 MILANI Lipsticks #06 Sexy Rose + #26 Copper Kettle  #Milani https://t.co/omwHTQOEkK via @eBay
3530                                                                                                                                                           @NiPo1234 @Google Asshole!
3531                                                    https://t.co/8cmcJ0fuj1   ✝️please share it at   @Yahoo  @Google  @facebook Hello can u please donate a some money to  start it?🙏
3532                                                        Check out The Island Castaway + The Island Castaway 2 - Two Full Games- PC Windows-Vista/7  https://t.co/J3QH9THGma via @eBay
3533                                               Check out ROCK &amp; REPUBLIC Jagger pjagop Jeans U.S.A sz 30 x 32 Embroidered Pockets #RockRepublic https://t.co/ogTXgOaT7r via @eBay
3534                                            RT @MootreyLisa: Just saw this on Amazon: LJYH Women's Zipper Motorcycle Biker Faux Leathe... by LJYH https://t.co/vilS1LOXW2 via @amazon
3535                                         RT @WWEDramaKing: So @UPS seemingly lost a packet of very important paper work last week and as of yet NO ONE has been able to help. @UPSHe…
3536                                  Omw to work I had a million $ @Apple idea that I think would put them ahead of Android &amp; really make a lot of iPhone &amp; Windows users happy.
3537                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3538                                                                                                                            @Wendys @McDonalds Whats your favorite meal at Mcdonalds?
3539                                                                                           Just saw this on Amazon: Misty by Etta James for $0.99 https://t.co/jwr1j7l9LO via @amazon
3540                                                 Take a look at our profile for the @FedEx Small Business Grant Contest #FedExGrant #Vote #LiveLoose &gt;&gt; https://t.co/MQPhRloRfU
3541                                         RT @OracleEPMCloud: How to go drive exceptional #EPM results in the #cloud. 4 new @Oracle videos. https://t.co/wolhER1nvA https://t.co/xVBt…
3542                                              RT @Apple: Apple Watch Series 2. Featuring water resistance to 50 metres. Learn more at https://t.co/iYOxznaRrQ https://t.co/MG9JZ3VM8G
3543                                                                                 @Wendys Can I get some free Wendys for my birthday? Tweet back or I'm going to @McDonalds #greatness
3544                                         RT @jj4378: Check out Sterling silver bracelet *pretty*  https://t.co/kWfUbR352k via @eBay #bracelets #sterling silver #vintage jewelry # I…
3545                                                                                  $15.95-PERSONALIZED STYLIST HEART NECKLACE- SHIP NEXT DAY - GIFT  https://t.co/f6btmf7pmw via @eBay
3546                                                                          RT @Disney: Stand out in a little town. #BeautyAndTheBeast is in theatres now. 📖✨ https://t.co/WNWj1ej0U9
3547                                                        Check out MARINE CORPS T SHIRT MILITARY USMC BULLDOG DEVIL DOG TEE S M L XL XXL XXXL MENS   https://t.co/11ypGFAnw0 via @eBay
3548                                                         Check out UNITED STATES MARINE CORPS USMC T SHIRT MILITARY LONG SLEEVED LAYERED TEE S-2XL  https://t.co/pULVAYUOdB via @eBay
3549                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3550                                                                                              Chat with AT&amp;T for concerns or issues is the easy way to get most things done. @ATT
3551                                                                                                      @insta360 @theunlockr @facebook sucks and Suckerberg is a biased left wing hack
3552                                     RT @KeithUrban: Today’s the day - Keith's #FinalFour performance at #ATTBlockParty! Stream it live with @ATT &amp; @AUDIENCEMusic: https://t.co…
3553                                                                                                                                 @withthagoodhair @netflix Happy birthday! 🎉🎁🎊🎈🎂
3554                                         RT @TheMILCorp: Looking forward to #salesforcetour next Tuesday! Read about MIL's @salesforce solutions for the fed gov't: https://t.co/u89…
3555                                     @nextofficial I ordered clothes online but none fit 🙄. Can I xchange them in store for other items or do I need to return them &amp; buy again?
3556                                         RT @intertechclass: New @IBM security tool uses #machinelearning to help businesses detect phishing  https://t.co/is4I0XkJ7x https://t.co/4…
3557                                         RT @TheMILCorp: Looking forward to #salesforcetour next Tuesday! Read about MIL's @salesforce solutions for the fed gov't: https://t.co/u89…
3558                                                                           RT @Bey_Legion: Beyoncé's #Freedom is featured in the new @Apple Watch commercial. https://t.co/t4yEkl7A57
3559                                                                                   RT @netflix: Hannah Baker didn’t just die. @13ReasonsWhy​ is now streaming. https://t.co/mpQtMuzcs0
3560                                                                                                                                                              @Wendys @McDonalds Epic
3561                                                     Check out DELL LATITUDE E6420 10 DVDRW CORE i7 4GB LAPTOP 320GB WIFI WINDOWS WEBCAM HDMI #Dell https://t.co/LH4RuLARUX via @eBay
3562                                                                                                                                       @TMobile can you uh....fix your website please
3563                                                       what's worse is the itunes store has those songs available for purchase again like i haven't already bought them??? @Apple wth
3564                                                        RT @ACE_Aeropuerto: 31-03-2017 PH-HSB @transavia @Boeing #B738 at @ACE_Aeropuerto #Lanzarote #planespotting by @ACE_spotter… 
3565                                         RT @KaintGetRight: This image explain why #KKKonservatives &amp; #AltRight/White Supremacists hate @Google... Except when they're searchin… 
3566                                                        Check out NEW Lot of 2 Avon Skin So Soft Soft and Sensual Creamy Body Wash Full Size  #Avon https://t.co/mcCNtvVHPJ via @eBay
3567                                         RT @DallasStars: Which one is your favorite? Choose your @ATT Photo of the Month for March using the poll linked to the tweet. https://t.co…
3568                                         @GSK @TJawards Well don't work for these people when your done unless you want to raise drug prices and force peopl… https://t.co/tO0lIXMjCk
3569                                                                                                                     Check out my listing on @eBay: https://t.co/zMvG9Qqx84 via @eBay
3570                                         RT @bridgetmoynahan: We're back tonight!  Happy #BlueBloodsFriday @BlueBloods_CBS @CBS #Reagans #IsIt10PMYet #Season7 https://t.co/mtrVinBG…
3571                                                                                                                        @Wendys Eating a 4 for 4 with my daughter suck it @McDonalds.
3572                                                                                      @Apple I bought one for my mom and she uses it for candy crush and Facebook. Sometimes Netflix.
3573                                     RT @HRC: My passion &amp; dedication was featured in a @Nike ad during the Olympics.- @TheChrisMosier #HRCTwitterTakeover https://t.co/P2uIWDYn…
3574                                                                                         Thank you to our #RedCarpet Sponsor @Ford!  We look forward to the wonderful pics at #AG2017
3575                                           RT @Medcaht: YEEZY 350 BOOST AD | Made for @adidas @theyeezymafia @kanyewest | Likes and RTs would be appreciated! https://t.co/VCegyL0vUo
3576                                                               RT @Disney: Beware of ghosts at sea. #PiratesOfTheCaribbean: #DeadMenTellNoTales opens May 26. https://t.co/no9qm0GsAs
3577                                                                                                                     @trailerparkboys @netflix on the liquor! https://t.co/VTPYN0XpJY
3578                                                                                                          Um I think you forgot to fill it @McDonalds #ladner https://t.co/D8DJf0sVC6
3579                                         RT @DallasStars: Which one is your favorite? Choose your @ATT Photo of the Month for March using the poll linked to the tweet. https://t.co…
3580                                                                                                                                                       @Apple @adrnarc you famous now
3581                                                                                                                                                                             @VW nice
3582                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3583                                                                                                           #mspacman in @Google Maps! https://t.co/ShAo72zteP https://t.co/O9UWXIggex
3584                                                                                     RT @CBS: Here's the one place you can stream the 52nd ACM Awards live... https://t.co/n3lRiCprPi
3585                                                                                 @AssassinsMovie @Walmart what!? I purchased mine 2 days after release. I didnt get any kind of shirt
3586                                                                                                         Watch Previews Of ’13 Reasons Why’ On @netflix Today https://t.co/IeROQJiMWd
3587                                                                                                                                        @Google No WASPs allowed in google's dystopia
3588                                                          Check out LINDSAY LOHAN - with 2 Photos - Designer Collectible GIFT Keychain 01 #Keychain https://t.co/JhFVT5NwTo via @eBay
3589                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3590                                                                                                                                     @dirtdogdewey @Google Eat shit you commie faggot
3591                                                                                   RT @netflix: Hannah Baker didn’t just die. @13ReasonsWhy​ is now streaming. https://t.co/mpQtMuzcs0
3592                                                                               RT @Reuters: Judge approves $25 million settlement of Trump University lawsuit https://t.co/dE7YTCVey4
3593                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3594                                     I'm glad I can trust @sprint @sprintcare @marceloclaure knowing U won't sell my info to crooks &amp; hackers or boycott like @ATT &amp; @verizon
3595                                                                        Check out Men Ralph Lauren Classic Fit Orange Medium Linen Shirt L/S Green Logo https://t.co/R4Rcl7RVN5 @eBay
3596                                                          Check out ARMY TACTICAL PISTOL BELT CAMOFLAGE ADJUSTABLE QUICK RELEASE NWOT #ARMYTACTICAL https://t.co/nUcYZazlPz via @eBay
3597                                             #IndrajalComics Indrajal Comics-349-Phantom &amp; Mandrake: The Revenge Of The Ghost Part-1  (198... https://t.co/x2NqnKBQSO via @amazon
3598                                               RT @StephMcMahon: Our my way w/ @TripleH to get a sneak peak @ #Axxess before it opens. We'll be on @facebook LIVE around 10:45am ET… 
3599                                                                                                                                       @JackDail @amazon i'll buy it send me the link
3600                                                                                                                                     @Reuters Spain can start with giving back Ceuta.
3601                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3602                                                            RT @intel: Experience a side to LeBron James you've never seen before with Intel 360 Replay technology. Really...never.… 
3603                                                                             @Variety @Marvel @netflix WHAT THESE CORPORATIONS ARE DOING TO ASIANS IS SICK!!! https://t.co/K2gBXAqLvt
3604                                                                                                                                                  @LSUFAN869 @eBay Anything specific?
3605                                                                                 So impressed with the customer service shown to me today at @Walmart couldn't be happier! Great job!
3606                                                                                                   I just checked in @Nike with #mPLUSPlaces Download today!  https://t.co/v7BJIzvn9t
3607                                           i dont know why companies @LouisVuitton and @gucci use @UPS as a delivery service as TWICE now i have watched them drive off from my house
3608                                                   Please vote for us in the @FedEx #smallbusinessgrant challenge. Top prize is $25K that will help us expand https://t.co/uMIhoXXPMC
3609                                                                                   RT @netflix: Hannah Baker didn’t just die. @13ReasonsWhy​ is now streaming. https://t.co/mpQtMuzcs0
3610                                                   #GUYANA: @exxonmobil says the drilling targeted similar aged reservoirs as encountered in previous discoveries at Liza and Payara.
3611                                                                                                            @shumsende @froynextdoor @netflix @shumstafa I need it to happen so badly
3612                                                                 Sum of all Numbers: Numerical work on breaching time and space by Eugene Will... https://t.co/y5pZKg8HgQ via @amazon
3613                                                               Check out Early Album Applique QUILT Block Antique 1845 Philadelphia Mary W. Burtis  https://t.co/5yAfB6QoHo via @eBay
3614                                                                                                         @write2run @Google I didn't see it before a few minutes ago. It's so lovely!
3615                                           FREE Gift! HURRY! Vie Naturelle - #HairGrowth Essentials #HairLossSupplement 90 Caps - FREE Gift  | eBay https://t.co/722xOO8gXW via @eBay
3616                                                      RT @Reuters: Republican disarray deepens as Trump attacks rebel conservatives: https://t.co/8Xb6QRQQbg? https://t.co/SwcPNjMlfq
3617                                                                                             Check out Elizabeth Arden 5th Avenue Perfume for Women 5ml https://t.co/naL3jvqsmw @eBay
3618                                         @mapodaca413 @dirtdogdewey @Google What's wrong with gay people? I mean we are just like you but like the same gend… https://t.co/ATLlqcZr96
3619                                                                          Check out  Pollen Compresor Free Pollen Presser Quality Aluminum #420PRIX https://t.co/vd7Dw3idit via @eBay
3620                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3621                                                                                                                   Im loving the @Google homepage today! #inclusion #diversity 😍👍🏽
3622                                                          Check out Homme Essential magazine Kellan Lutz Joseph Aboud Holiday gift guide Outerwear  https://t.co/p27g5D17ho via @eBay
3623                                                           Check out Wooden Tray Candleholder Display Decor Accessory Light Glow Candle Room Table  https://t.co/yP1aWgN65y via @eBay
3624                                                                     @famouscb24 please gift me one of the wigs off my amazon Wish List. 😭😇🤗🤗 https://t.co/HkDphIKLja via @amazon
3625                                                          Check out Under Armour Storm Undeniable II Medium Duffle(One Size Fits All) One Size New  https://t.co/2bk6on1rDF via @eBay
3626                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3627                                                        @Walmart you are ruining lives and destroying families so you can continue to line your pockets with bonuses! #boycottwalmart
3628                                                                            RT @Luxusa2015: Check out Men's Jeans Replay 100% Cotton WAIST 31 LENGTH 32 https://t.co/rNk2rKfrHo @eBay
3629                                                        Check out Under Armour Storm Undeniable II Medium Duffle(One Size Fits All) Black/B... New  https://t.co/opUg3YFXVm via @eBay
3630                                                                                                RT @McDonalds: Don’t blink. You’re going to want to see this. https://t.co/XEKJrrh9gz
3631                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3632                                                                           RT @Bey_Legion: Beyoncé's #Freedom is featured in the new @Apple Watch commercial. https://t.co/t4yEkl7A57
3633                                                      RT @Charles_Hill0: Ayy bro tell @adidas I need a contract @smart_MS3 ! @YGC36hoops #ThreeStripes #YGC36 https://t.co/OqEi19XUeP
3634                                                                                                                                @LouiseMensch @facebook I assume Cambridge Analytica?
3635                                                                                                                     Check out my listing on @eBay: https://t.co/N2IeYN80Au via @eBay
3636                                                                                                                                        RT @Wendys: @DFusions @McDonalds It's Lethal.
3637                                                                                                                     Take a second and go look at the @Google doodle today. It's ✌❤😊
3638                                                               Check out Welcome Plaque Deer Antlers Country Cabin Wall Decor Art Rustic Sign Home New  https://t.co/TOiLCjHxQF @eBay
3639                                                         Check out Large Lot of SheetMusic/SongBooks Christian/Religious Christmas Gaithers Church  https://t.co/w6L9Yd0Wda via @eBay
3640                                                                 Milwaukee 49-26-0250 1/4-Inch Hex Socket Locator for 48-32-2500 Bit Housing M... https://t.co/dUCdnX5CE3 via @amazon
3641                                         RT @PenguinTeen: The @13ReasonsWhy @netflix series premieres today! We are re-reading and feeling nostalgic! https://t.co/BtdlI4zWSe https:…
3642                                          I sure hope @Disney didn't lock @Newsies Live up in the same vault Lin put Hamilton. #dvdreleaseplease #givefansieswhattheywant #wesaunion2
3643                                                   RT @Rayterrill: Oof. Pretty major @Cisco bug disclosed affecting ASA and FTD appliances. https://t.co/O2IdqyjUxC #ITNerdery #ITSec
3644                                     @MalakWeheba @GrandmaLiz_ @Porsche @BMW Weak economy and rise of Fascists for the German side &amp; Italian. Also the I… https://t.co/8kRCVvkhWp
3645                                                     Check out New Cadillac Emblem Silver Tone Multi-Color Belt Buckle #Unbranded #Novelty https://t.co/hmNhzuLEt1 via @eBay #fashion
3646                                                                                                      RT @DFusions: @Wendys @McDonalds Can you ask them if they still sell McFlurries
3647                                         @lmschultz5 @TrumperChick @Reuters Michael I gather you are a citizen of our great ally the USA. we in UK have experience of Trump bullying.
3648                                                             Check out VIEW-Master Discovery Channel Creatures Of The Deep Sea 3 reels 1998 NEW 3-D OOP https://t.co/VGQBwg0y6c @eBay
3649                                                                              @facebook let's talk a moment to mention that #Facebook #emojis are absolute and utter shit! @Apple FTW
3650                                                                                                     Fuck @ATT and every fucking number they have that takes you too a fucking ROBOT!
3651                                                                                   Just saw this on Amazon: Emperor of Sand by Mastodon for $9.49 https://t.co/NlvPrUNcFm via @amazon
3652                                                    RT @VW: You've arrived. Ahead of schedule. The #VW #Jetta is the key to making every mile more memorable. https://t.co/sislgaclpA
3653                                                                   Black Masquerade Leather Mask w/ Huge Horns Halloween Costume Gladiator Cosplay  https://t.co/23npAhNCkE via @eBay
3654                                                                             RT @Ford: Unleash the power of the Escape with the Mighty Morphin Power Rangers! https://t.co/m9NRkKPnfG
3655                                                                               @Phil_Johnson_ @Honda @BibChr In which time zone is it April 1? Time to turn off the internet already?
3656                                                                                                                                                      @LouiseMensch @facebook Where ?
3657                                                                                        Check out HASBRO ELVIS TEEN IDOL ELVIS PRESLEY DOLL 144678  https://t.co/uvnFgZHpDX via @eBay
3658                                                                                                RT @nolanbertain: Even in the Air Forces .. @Nike @Drake 🌺🌴 https://t.co/WxS2UXSIQO
3659                                         Two potentially Islamic State instruction manuals for muslims living in the Non muslim world https://t.co/RXWcFiCFZm @NBC @CBS @ABC @cnn @AP
3660                                                                                                                                      @GoldmanSachs Goldman Sachs always full of shit
3661                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3662                                                      RT @CARandDRIVER: A visual history of the @Honda Accord since its birth in 1976 https://t.co/1D48q7UQ8G https://t.co/82ubYit4Pb
3663                                       RT @ResistanceErinC: The stolen data &amp; fake news on @facebook swayed election. Going public about it is the least Zuckerberg could do fo… 
3664                                                                                                                                       @mapodaca413 @shlshd @Google They're all false
3665                                             @Beyonce could be cast as one of our favorite @Disney characters ever?! Which role is she being considered for:… https://t.co/FedG3VQNL2
3666                                                                                                       Yo @adidas can I get a quick sponsorship deal?????? TF https://t.co/6n5V9ad0Ul
3667                                                   RT @gr8magz: Check me out on @eBay! See my fave finds: https://t.co/YWIZiv4vNs 5% discount to the first 10 people who #RT this i… 
3668                                                                                                                                      @Reuters grave and momentous? Sounds like fear.
3669                                                RT @PopescuCo: EU offers Spain veto right over Gibraltar in Brexit talks https://t.co/4P9UrNvO9t via @Reuters https://t.co/Free5bq5OR
3670                                         RT @MiamiMusicTV: See @MiamiMusicTV exclusive Rokin w @2chainz @itsNealaG on @TheBeachChannel @Uverse @dish @comcast @AtlanticBBInc https:/…
3671                                                                             Just had worst customer service ever from @Ryanair - don't think they've heard of the Equality Act 2010.
3672                                            @ItsDeltaElite @comcast Which obs version are you running? My obs classic has been running like shit ever since sony did that last update
3673                                         RT @MiamiMusicTV: @MiamiMusicTV live TV taping national TV @honorebel @TheBeachChannel @Uverse @verizonfios @dish @comcast come early! http…
3674                                         RT @MiamiMusicTV: @MiamiMusicTV live TV taping national TV @honorebel @TheBeachChannel @Uverse @verizonfios @dish @comcast come early! http…
3675                                         @LizButlerDidIt @LouiseMensch @facebook I was told the same thing as I launched numerous complaints about #fakenews… https://t.co/9MAK6AaRgd
3676                                         RT @MiamiMusicTV: See @MiamiMusicTV exclusive Rokin w @2chainz @itsNealaG on @TheBeachChannel @Uverse @dish @comcast @AtlanticBBInc https:/…
3677                                                                                @facebook please set a turn off feature for the new snapchat option in Facebook. I will never use it.
3678                                                                                                                                     Hers and hers @Starbucks https://t.co/PiscGlhbdh
3679                                       RT @ResistanceErinC: The stolen data &amp; fake news on @facebook swayed election. Going public about it is the least Zuckerberg could do fo… 
3680                                                                RT @brillark: Sitting at work right now playing Pac-Man on google maps ...well played @Google https://t.co/92LuontGxd
3681                                                                                             First two Democrats back Trump's Supreme Court pick https://t.co/WdW3NkpOzc via @Reuters
3682                                              Men's Slim fit Biker Jacket https://t.co/j0FLAe51OE via @eBay #mensfashion  #fashion #style #swag #dope #menswear #dc #marvel #starwars
3683                                                RT @IBM: IBM patents #cognitive system to manage the safety of self-driving vehicles: https://t.co/O37lXafckh https://t.co/n2YWJAg1nv
3684                                           Show day and post show shopping trip is finally here...I think I might just roam Krogs eyeing every single item and decide 😳lolll @kroger
3685                                                                                                                                             @CrispABrandon @McDonalds fuckin thieves
3686                                                               RT @Disney: Beware of ghosts at sea. #PiratesOfTheCaribbean: #DeadMenTellNoTales opens May 26. https://t.co/no9qm0GsAs
3687                                                                                                                                 RT @Wendys: @vidler1 @McDonalds We've always had it.
3688                                             Officials promise preemption for public-safety subscribers across @FirstNetGov and @ATT networks | #UrgentComm - https://t.co/0myV2T7MdG
3689                                                            @HomeDepot it'd be nice to be able to simply buy paint w/o being hounded for all my personal info by a sarcastic employee
3690                                                 Check out RAY BAN OLYMPIAN SUNGLASSES RB3119 001 ARISTA GOLD GREEN 62-19-120 NEW AUTHENTIC #RayBan https://t.co/4t8xvRJPQX via @eBay
3691                                                                  Check out Potato Express: Microwave Potato Cooker #AsSeenOnTV #ebay #TheRustyNail https://t.co/RiAaLkXO8N via @eBay
3692                                                          Neutrogena Makeup Remover Cleansing Towelettes-25 count refill pk https://t.co/VUvkrfslJe via @eBay https://t.co/hj6OZDwdEc
3693                                             RT @LizButlerDidIt: @LouiseMensch @facebook @Facebook knew about the sockpuppet accounts in March of last year and did nothing to stop… 
3694                                                     RT @LizButlerDidIt: @LouiseMensch @facebook The accounts are all still actively spewing propaganda and disinfo in various groups
3695                                                           RT @Ryanair: Dublin commuters be like... #DublinBus #BusStrike #BusEireann https://t.co/cgLkPqmZBx https://t.co/TusScSp2Av
3696                                              RT @MikeyMurphy: Hey! Go watch #13ReasonsWhy!! It's finally on @netflix 🤗 and it's gonna be GOOD. https://t.co/1L8n3s8ugB #sponsored ☘️
3697                                                RT @salvadormom: @fahey @LouiseMensch @facebook This is great area of inquiry. Russians have microtargeting capabilities which they… 
3698                                                  RT @RevolutionbyCT: @Wendys @McDonalds Damn beef isn't the only thing Wendy's is good at grilling! #savage! https://t.co/x1MsJNxpyu
3699                                                @AmericanExpress definitely leaning towards not dealing with you all anymore.  it's too difficult trying to get a simple credit on my
3700                                                RT @howRu2day1: @MatthewWillimo1 @realDonaldTrump @facebook @PressSec @WhiteHouse @TheRealGScherme #TWWHAMI The Whole White House A… 
3701                                               RT @BtuflyBoutique: Check out Zenna Home Chrome Shower Caddy Rust Resistant Angled Razor &amp; Soap Area https://t.co/nhcbWKYs0C @eBay
3702                                                    RT @Abocco: @Leooneygh @BarcampBolga @AddOnGh @kwazibruce The best place to work (worldwide) is consistently @Google bcos of th… 
3703                                                 RT @SAP: Tomorrow marks 45 years of innovation at SAP! Thank you to our Founders for their inspiring vision. https://t.co/5bX7YkGxE8
3704                                              Today is #NationalKindnessDay. We should all take a leaf out of Cinderella's book. #HaveCourage #BeKind @Disney https://t.co/LXjEsd9eus
3705                                                                                                                                    @Sleazysandra @loboo__22 @Apple i said ama:/ lmao
3706                                                                                                   RT @Reuters: Ex-punk rocker challenges Ted Cruz for Senate https://t.co/Wm8HdLEuzq
3707                                                     Pam of Babylon #Free  #mgtab Just got my copy in time for the weekend thanks @SuzanneJenkins https://t.co/rtzW8x8y2V via @amazon
3708                                                                                 Germany balks at Tillerson call for more European NATO spending https://t.co/zGejakDCUz via @Reuters
3709                                                                                             RT @Wendys: @yourfamfootcare @McDonalds @_McDonals This is absolutely horrifying. 😂😂😂
3710                                                 this on Amazon: Meeting St. Mark Today: Understanding the M... by Daniel J. Harrington for $9.99 https://t.co/D40FaGZTWK via @amazon
3711                                                                                                                 @verizon So you're telling kids to not follow there dreams? My god..
3712                                                                                                 RT @HSBC: Get ready... #HK7s #HSBC7s https://t.co/h79u66iDRH https://t.co/iQKvdugMTa
3713                                                    RT @amazon: Here we go! Round Two of the #CandyBracket kicks off w/KITKAT v Twix! Take your pick: RT for KITKAT or LIKE for Twi… 
3714                                                                                                 I just checked in @kroger with #mPLUSPlaces Download today!  https://t.co/3PlqwZjRzU
3715                                         @LouiseMensch @facebook Look at Wolfson College dropout mILLo's connection to Russia. Wonder how this effete troll became darling of Bannon?
3716                                                                                  @GetSpectrum Employees of Spectrum have told us to switch to @ATT because of how bad they are!! Lol
3717                                                           Save on your next shopping trip with @Groupon Coupons! #GrouponCoupons #ad https://t.co/ou0OqWit3w https://t.co/idqcdckras
3718                                                                                                   RT @Reuters: Ex-punk rocker challenges Ted Cruz for Senate https://t.co/Wm8HdLEuzq
3719                                             Nothing makes me feel more accomplished than listening to 15 kids running around screaming at each other in @McDonalds. #earsarebleeding
3720                                              @InnFin @Citi @imperialcollege @charliesheen @katyperry @DHSgov @realDonaldTrump @SarahHuckabee @SarahPalinUSA… https://t.co/Uc2lq9dDn5
3721                                            RT @LizButlerDidIt: @LouiseMensch @facebook I flagged a ring of over 100 sockpuppet accounts on FB last year- all only friends w each o… 
3722                                                           One of the benefits of working @Shell: getting free tickets to the #pgatour @ShellHouOpen #SHOtime https://t.co/x4M3S6ktCE
3723                                                                               RT @Reuters: Judge approves $25 million settlement of Trump University lawsuit https://t.co/dE7YTCVey4
3724                                                                                                                                          @GhostbustersNet @netflix Not on my netflix
3725                                                         Check out 50 Crystal Red Black Plaid Crackle Glass 8mm Smooth Round Strand Beads #BlueMoon https://t.co/YABj34V1o3 via @eBay
3726                                                                                           RT @Reuters  #Police #Drones  in #Connecticut may use deadly force https://t.co/Yn72ZRk0mN
3727                                                                                                                                                        @Reuters Connecticut!!!! Wtf!
3728                                                                           RT @Reuters: Connecticut may become first U.S. state to allow deadly police drones https://t.co/umaZXOJ8eH
3729                                 RT @Pink: The @ACMAwards are this Sun. 4/2 &amp; I'm nominated w/@KennyChesney! #SettingTheWorldOnFire Tune in! 8/7c on CBS &amp; @CBS All Access #…
3730                                                      RT @Apple: New Apple Watch bands are here. See the latest colours and styles at https://t.co/35gtRyDXgo https://t.co/NoO8L3rMda
3731                                 RT @Pink: The @ACMAwards are this Sun. 4/2 &amp; I'm nominated w/@KennyChesney! #SettingTheWorldOnFire Tune in! 8/7c on CBS &amp; @CBS All Access #…
3732                                                                                                   I just checked in @Nike with #mPLUSPlaces Download today!  https://t.co/ykDdM55ONB
3733                                                                                                                       @dennyhamlin @JoeGibbsRacing @FedEx @ToyotaRacing Pretty sweet
3734                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3735                                                                                                 @Reuters lol You go right ahead while they're busy crying about the coming Russians.
3736                                         RT @Stokes_Photo: If you collect fine art photography. Know who you are buying from on @eBay IMO the majority of Ebay contemporary prints a…
3737                                                           RT @JDsportsfashion: The ultimate summer banger - the @Nike Flyknit Racer 'Multi' returns 07.04.17 https://t.co/aiKHUfiSNB
3738                                                RT @trevorjackson5: What you waiting for? It's 3.10.17 Watch the @netflix original film #BurningSands  🔥🔥🔥 or check it out at LA… 
3739                                                                                                                              @Pink @ACMawards @kennychesney @CBS u should preform :)
3740                                               RT @dpradhanbjp: Attended the launch of @Shell Technology Centre Bangalore. #STCB aims to power progress by provide development of c… 
3741                                                       @TMobileHelp @TMobile Is Jump on Demand really ending today? Will you still he accepting sign ups through T-Force after today?
3742                                              @InnFin @Citi @imperialcollege @charliesheen @katyperry @DHSgov @realDonaldTrump @SarahHuckabee @SarahPalinUSA… https://t.co/rZ0RZHm7m4
3743                                                                                                               @amazon i can't see anything taking down the Reese's Peanut Butter Cup
3744                                          @32_Tyrone @m_erickson1279 @simulatordude @305Gamerz @verizon @Google Band 26. Arizona. It's all over Phoenix. All… https://t.co/qOJogH56rs
3745                                                                                                          Vintage Embroidered Table Runner 43 X 16  https://t.co/oFQhEeud8V via @eBay
3746                                                                          RT @IIPRC_org: Air strikes hit hospital in Syria's Hama last week: MSF https://t.co/FEpXQ5kklf via @Reuters
3747                                         RT @InnFin: The march towards digital money - a report from @Citi and @imperialcollege on the growth of digital technology https://t.co/AWK…
3748                                         The Final Four starts tomorrow! Check out the games at 6|5c and 8:30|7:30c on @CBS. Is your top pick still in the r… https://t.co/dL3KZDYuP3
3749                                                           Check out Warners Perfect Measure Long Black Half Slip Women's Large #Warners #HalfSlips https://t.co/FcP4SG2ugW via @eBay
3750                                                                                   RT @netflix: Hannah Baker didn’t just die. @13ReasonsWhy​ is now streaming. https://t.co/mpQtMuzcs0
3751                                                           @KeithUrban @ATT @AudienceMusic @SummerBreak closest to a concert ... Wish you would come for inside concert Charleston WV
3752                                                                             I've never wanted anything as bad as I want the @TMobile onesie. @JohnLegere #TeamMagenta #TMobileONEsie
3753                                                                                                                       @TheRealSoloSam @MarvelIronFist @netflix it wasn't for me bruh
3754                                         RT @HomemadeForElle: #ad A 30 minute recipe for Pork Carnitas Street Tacos - https://t.co/dgwhtZ9yEa @Smithsfield @Walmart #RealFlavorRealF…
3755                                                                                                                        Look what I found on @eBay! https://t.co/Cp8LPKzeQe via @eBay
3756                                          @Tesco Woodford green @Tesco sells kosher food all year so there is demand. These customers require the switch to kosher for Passover food.
3757                                              RT @joebayy: Check out Burberry Nova Check Plaid Black Patent Leather With Bow Shoulder Bag https://t.co/6N0T3tLIp4 @eBay BURBERRY SALE
3758                                                       RT @jacqdodman: Hey @HarperCollins Are you happy to be associated with #Breitbart via @amazon ? Please help #StopFundingHate… 
3759                                                           Check out Laundry by Shelli Segal Blue Slinky Cropped Cardigan Top sz M #Laundry #Blouse https://t.co/2nyEEDNe6F via @eBay
3760                                       RT @HI_UnitedStates: Love this: A new shoe designed by @Nike makes it even easier for people w/ disabilities to slip their feet in &amp; out… 
3761                                          @EricLMitchell @Starbucks They are already on military installations and have been for years. This is a PR cleanup… https://t.co/dudBBpgcKK
3762                                     RT @KeithUrban: Today’s the day - Keith's #FinalFour performance at #ATTBlockParty! Stream it live with @ATT &amp; @AUDIENCEMusic: https://t.co…
3763                                                                 LENA Feminine Hygiene Cups- FDA Registered - Small and Large - Menstrual Flow... https://t.co/Ipb9IB0hOE via @amazon
3764                                                           @washingtonpost You'd think @McDonalds would support him and even give us free Flynn happy meal toys. Little disappointed.
3765                                         Our @CVSHealth Spanish Immersion APPE rotation is a great companion experience for PharmD interns who travel abroad… https://t.co/o63aP9p7OL
3766                                                                                                                                        RT @Wendys: @DFusions @McDonalds It's Lethal.
3767                                                                                                                          still upset that Ali-G Inda House isn't on @netflix no more
3768                                                                           RT @Bey_Legion: Beyoncé's #Freedom is featured in the new @Apple Watch commercial. https://t.co/t4yEkl7A57
3769                                                Men's Quilted Slim fit Biker Jacket https://t.co/iKVpg5QRjW via @eBay Phil Jackson Mask Off Chris Long #WhartonPAC #FellowFriday PWSA
3770                                                                                  RT @emiliogarcia: @TMobile @JohnLegere - I would like my own #tmobile #unlimited #onesie please!!!!
3771                                                                                                 Check out Kids Teenage Mutant Ninja Turtles Scarf Blue https://t.co/hYyYkc0Zh0 @eBay
3772                                                                                   RT @netflix: Hannah Baker didn’t just die. @13ReasonsWhy​ is now streaming. https://t.co/mpQtMuzcs0
3773                                                         Check out Star Trek KLINGON Empire Symbol Black Flex Fit Hat Baseball Cap TNG DS9 Voyager  https://t.co/66PB3AbDAa via @eBay
3774                                                  Vote now in the @FedEx Small Business Grant Contest to give a small business a big opportunity. #FedExGrant https://t.co/NhCTuWutxK
3775                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3776                                                 Check out Under Armour All Season hooded Jacket Red Womens Junior size L fleece lined YLG #Outdoor https://t.co/rW3Xkht9Bg via @eBay
3777                                                                                                   RT @Reuters: Ex-punk rocker challenges Ted Cruz for Senate https://t.co/Wm8HdLEuzq
3778                                                                                                          FREE BOOK PIMPIN': Guarded by L.A. Witt https://t.co/Utc9hiTEdM via @amazon
3779                                                                      RT @Google: Meet #GoogleGnome. The smart yard is finally here → https://t.co/G75JHKIDD3 https://t.co/hK7aLRze8G
3780                                            Check out Batman THE DARK KNIGHT RISES 12 Oz Coffee Mug Cup DC Comics 2012 https://t.co/mVNFbJj9h9 @eBay #darkknightrises #batman #winged
3781                                                                                    @WellsFargo We've featured your scholarship in a post! Check it out here: https://t.co/c8Amgq6PMZ
3782                                         @OlaAlfares @Missmarized @Loreal @LOrealParisUK @LOrealParisUSA @LOrealParisCAN @LOrealParisAU @lorealparis I start… https://t.co/ii9Tqz0wA1
3783                                                             Check out ARIZONA Mens XL Shirt Short Sleeves Blue Tan Houndstooth #Arizona #PoloRugby https://t.co/g2Pb517id5 via @eBay
3784                                          RT @Tesco: @tweetqueenmack Please could you DM us your full name and address along with some flavours you'd like to see in store? TY - Amy…
3785                                         RT @Bristol187: @orehcursor @Sparky0914 @McDonalds Gordon Ramsey once said if something is frozen how the fuck is it fresh?????? https://t.…
3786                                                              Check out 1979 ACCUPHASE C-230 Vintage Stereo Control Amp MIJ Pre-amplifier Made in Japan https://t.co/zxM8O6KmrL @eBay
3787                                                              Check out FIFTY (50) SHADES OF GREY--DARKER--MOVIE-PROP-Ring #3-from Ana's Apartment  https://t.co/X57tdTbw7C via @eBay
3788                                                                           RT @Reuters: EPA scientific integrity office reviewing Pruitt's comments on carbon https://t.co/9yMxnuKBq6
3789                                     RT @KeithUrban: Today’s the day - Keith's #FinalFour performance at #ATTBlockParty! Stream it live with @ATT &amp; @AUDIENCEMusic: https://t.co…
3790                                                                                                                                         @sian_080 @McDonalds did you win though? Xxx
3791                                         @subzerov690 @PrincessBravato @realDonaldTrump @exxonmobil Mr. Cuban seems to be the only one pointing this out! To… https://t.co/3KTSYSdHim
3792                                                                                                                     @PressSec @POTUS @Reuters @robertarampton He did not sign.  Doh!
3793                                                 We wanted to create a more sustainable supply chain. Find out why we partnered with @ProcterGamble to do so. https://t.co/6pLsoBIya4
3794                                                                                   RT @netflix: Hannah Baker didn’t just die. @13ReasonsWhy​ is now streaming. https://t.co/mpQtMuzcs0
3795                                                                                                    @CrazyBoothSocks @McDonalds Isn't that typical McDonald's?!  Haaaaaa!  Disgusting
3796                                                      Check out ~Make A Offer~ Wet n Wild #megaglo #Highlighter Limited Edition *Lilac to Reality*  https://t.co/lhprjPomxQ via @eBay
3797                                                                                                                         RT @robotdad: Another day @Microsoft https://t.co/ZhLvqievJN
3798                                                                                     Check out Lighthouse &amp; Sailboat Salt &amp; Pepper Shakers  https://t.co/LwFB410ebT via @eBay
3799                                               #Mobile #Studio: Playing a #USB-connected #Guitar in #GarageBand for #iOS #daw @Epiphone @Apple @Gibson @Line6 https://t.co/zYV9LHi8kl
3800                                         @RaimoPoom @Reuters If I were UK i would give Poland to Russia before the talks begin. This is how you do geopoliti… https://t.co/Vg5QgOo1id
3801                                                              Screen House Instant #Beach #Tent 10ft #Camping #Shelter #Backyard Portable #Canopy   https://t.co/pvWp4tyfYI via @eBay
3802                                                                                                                                    found on @eBay! https://t.co/skDVRoHV7y via @eBay
3803                                                                                                                        Look what I found on @eBay! https://t.co/xitRuKPUsu via @eBay
3804                                                   RT @Havenlust: Time brings all things to pass. @Expedia https://t.co/wbLy1Rx6Db #art #love #travel #friday https://t.co/pkoerKRRLm
3805                                                                 Vremi Wine Preserver - Wine Pump with 4 Wine Vacuum Stoppers - Wine Saver Vac... https://t.co/9yzNioDBXJ via @amazon
3806                                                                 If you have google maps you can play PAC man in your neighborhood 😂✊🏿😈 #FitzFact @Google https://t.co/wTkeVziSX0
3807                                                   Just saw this on Amazon: Avidlove Women's Peacock Nightshirts Satin ... by Avidlove for $14.59 https://t.co/RWA8XnOZ1v via @amazon
3808                                                         @BrettTheBrit @Reuters you have to be blind to think dumping more CO2 into the air wouldn't drive the avg temp to go higher.
3809                                                                      RT @Google: Meet #GoogleGnome. The smart yard is finally here → https://t.co/G75JHKIDD3 https://t.co/90Pzn8Ev7Z
3810                                                                                                         @netflix FIX IT ITS BEEN LIKE THIS FOR HOURS. WYD??? https://t.co/zod78wjvga
3811                                                                           #fridayfeeling Avengers Assemble #Puzzle Storybook (160 Pieces) Marvel https://t.co/XXXK2mpdjx via @amazon
3812                                                           RT @afonasus: Tablet Pillow for https://t.co/ISfhJ5dGw4 @amazon Kitchen Pot Holders  Heart Shaped Hot Pads Multicolor Oven
3813                                                                                             RT @HighSchoolBuffy: #Buffy is really leaving @netflix tomorrow. https://t.co/Do8uKX3qk9
3814                                            RT @SahuaroMedia: Take a look at @KataklizmicD's profile from the @FedEx Small Business Grant Contest #FedExGrant https://t.co/kKI91VSnmR
3815                                                                                               @McDonalds to switch from frozen to fresh beef in some burgers https://t.co/mrWIBPb2PK
3816                                             Check out Petite Austrian Crystal Peridot Green Cube Earrings Sundance Inspirations ~em  https://t.co/ym7WkwWxVH via @eBay #SALE #OnSale
3817                                                                                                                               @GoldmanSachs How much does that insightful view cost?
3818                                                       Mini Strawberry Salt &amp; Pepper Shakers with Condiment dish w/spoon. Cork Stoppers  | eBay https://t.co/WfRRV2LtiK via @eBay
3819                                                                                      @GrouponHelpUS I am wasting yet another day with @Groupon  customer service #unhappy Grouponer.
3820                                                                            RT @LappIlyssa: hey @Apple we need your help to save chicagos public schools #SupportCPS @chancetherapper
3821                                                                Check out 20cm Pudgey Rabbit Soft Toys - Plush Toy Bunny Keel with Mini Eggs for Easter https://t.co/AXJPCcq59N @eBay
3822                                                          Check out McDonalds New 2010 Happy Meal Mr Potato head Halloween Treat Bucket w/Stickers  https://t.co/OGdElwZ6tG via @eBay
3823                                                                       RT @Reuters: A generation born under Russian President Putin has found its voice through protests. See more:… 
3824                                                                                                                    @amazon - why still asleep at the wheel?? https://t.co/VrqT4901Mz
3825                                                   RT @Ilanakashi3: Philip..so precious so strong.. Give him season2 to be happy 😭 @amazon @hulu @netflix @Showtime  @HereMediaInc… 
3826                                                RT @Lunarrhymes: @philkas_feels @HereMediaInc @netflix @AmazonVideo @Showtime @hulu @heretv IKR? IT ISNT A TINY ROLE. WE SHOULD GET… 
3827                                                                            RT @LappIlyssa: hey @Apple we need your help to save chicagos public schools #SupportCPS @chancetherapper
3828                                                                        RT @BleacherReport: North Carolina looks like the team to beat in Phoenix (➡️ @Toyota) https://t.co/oVjwMvVAq7
3829                                                                 Arabic Proverbs and Wise Sayings (English and Arabic Edition) by Joyce Akesso... https://t.co/N6ORP6swVs via @amazon
3830                                               RT @Ilanakashi3: Your jams.. 👍😄 @amazon @hulu @netflix @Showtime @heretv @HereMediaInc #wewanteyewitnessseason2 #HereForEyewitness… 
3831                                                                              Check out Acropolis of Athens (classic historical art print) #Realism https://t.co/5YRLyzaTnr via @eBay
3832                                                    RT @VW: You've arrived. Ahead of schedule. The #VW #Jetta is the key to making every mile more memorable. https://t.co/sislgaclpA
3833                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3834                                                RT @amazon: This one won't be easy... Which one will make it through Round Two? RT to vote for M&amp;Ms or LIKE for Hershey's Kisse… 
3835                                                        Check out Brand New ✿ 4 Count RealSpace Protective Furniture Sliders 2 x 2.75 inch 696-156  https://t.co/0akzs9QLNi via @eBay
3836                                         RT @AA_Sports07: Check out #RobGronkowski Signed #Patriots Framed 8X10 COA *PRICE DROP*   https://t.co/6jG5VQ3Vdz via @eBay #ebay #NFL #Gro…
3837                                                            @kroger thank you for allowing me to hone my sacking skills! NOT! Hire some sackers. Luckily for me I can shop @HEB. Ciao
3838                                                RT @amazon: This one won't be easy... Which one will make it through Round Two? RT to vote for M&amp;Ms or LIKE for Hershey's Kisse… 
3839                                                                       Check out 1959 Ford Thunderbird 2 Door Hard top AMT Promo-Car original #Ford https://t.co/4lKbGfQqo0 via @eBay
3840                                                RT @amazon: This one won't be easy... Which one will make it through Round Two? RT to vote for M&amp;Ms or LIKE for Hershey's Kisse… 
3841                                         At @MallOfAmerica this Friday afternoon and couldn't help but notice the difference: @Microsoft Store vs. @Apple St… https://t.co/3Zs1yDmzwC
3842                                                            Check out Nature's Wildlife Plastic Canvas Pattern The Needlecraft Shop 973053 Animals  https://t.co/BAb1lCQIx7 via @eBay
3843                                                                                                               @BankofAmerica been with the shits allllllll weeeek. I'm sick of y'all
3844                                                          @philkas_feels @hulu @netflix @AmazonVideo @heretv @Showtime @HereMediaInc I cried so much the first time I saw that 😭😭😭
3845                                                                    RT @serhiykiral: USAID pauses on new Ukraine anti-corruption agency projects https://t.co/0AgFmzbRR7 via @Reuters
3846                                                           RT @Ryanair: Dublin commuters be like... #DublinBus #BusStrike #BusEireann https://t.co/cgLkPqmZBx https://t.co/TusScSp2Av
3847                                                        RT @union_megs: Check out James Dean Postage Stamps from the mid 1990s  https://t.co/aC402hB9EX via @eBay #eBay #shoppershour
3848                                                                                                              Brilliant Dumb by Torrance Stephens https://t.co/j3tEQ76mXV via @amazon
3849                                                            RT @intel: Experience a side to LeBron James you've never seen before with Intel 360 Replay technology. Really...never.… 
3850                                                                                                                     @ATT what's up with service today in the Denham Springs LA area?
3851                                                                                                               @FedEx did he at least get #EmployeeOfTheMonth https://t.co/bK5iZxObhH
3852                                                                                                                                @LeilaniMunter Good. @Toyota needs to follow as well.
3853                                                                                                   I just checked in @Nike with #mPLUSPlaces Download today!  https://t.co/pM7WrXQpYt
3854                                                                                                                            @Wendys @McDonalds Wendy's some savages😂😂😂I love it!!!
3855                                              @InnFin @Citi @imperialcollege @charliesheen @katyperry @DHSgov @realDonaldTrump @SarahHuckabee @SarahPalinUSA… https://t.co/YJNFzoBMFp
3856                                                                                                                                     @RyanThraves @netflix what am I even watching 😂
3857                                              Men Black Retro Slim fit Biker jacket https://t.co/aLRbQd0tnZ via @eBay Google Maps #FlashbackFriday #LiveFromTheRoaring20s Dion Jordan
3858                                                RT @amazon: This one won't be easy... Which one will make it through Round Two? RT to vote for M&amp;Ms or LIKE for Hershey's Kisse… 
3859                                             @13ReasonsWhy is absolutely brilliant! Amazing! @selenagomez @netflix @katewalsh @dylanminnette   #13ReasonsWhy… https://t.co/Xg1GgryIaA
3860                                                                                                      RT @DFusions: @Wendys @McDonalds Can you ask them if they still sell McFlurries
3861                                           Power Rangers Operation Overdrive RED Ranger Costume + Mask 7/8 #PowerRangersCostume #OperationOverdrive https://t.co/68WOr8g4tf via @eBay
3862                                                                      RT @Google: Meet #GoogleGnome. The smart yard is finally here → https://t.co/G75JHKIDD3 https://t.co/90Pzn8Ev7Z
3863                                                                      RT @Google: Meet #GoogleGnome. The smart yard is finally here → https://t.co/G75JHKIDD3 https://t.co/90Pzn8Ev7Z
3864                                                          Check out Vintage Price Bros. Cottageware YE OLDE COTTAGE Ceramic Teapot Made in England  https://t.co/deUn9V4GlY via @eBay
3865                                                                          Check out Vintage 1942 Book 2500 Jokes For All Occasions Powers Moulton   https://t.co/h4tQNGEZQ4 via @eBay
3866                                              RT @Apple: Apple Watch Series 2. Featuring water resistance to 50 metres. Learn more at https://t.co/iYOxznaRrQ https://t.co/MG9JZ3VM8G
3867                                                 RT @TonyDanza: My talented young friend @jeremyluketurbo has a new series called SMALL SHOTS premiering on @netflix today. Check i… 
3868                                                        Check out Clever Cutter 2-in-1 Cutting Board Scissors  Multifunctional Knife As Seen On TV  https://t.co/kRADX7Ylwu via @eBay
3869                                                                                                                                                               @GoldmanSachs no shit.
3870                                                                                               AYo! @Microsoft how close are you to making a computer like in the film Weird Science?
3871                                                                           RT @AlexKennedyNBA: I found my new header photo. This is dope. (Courtesy of @Nike) https://t.co/RO8PRl8ia5
3872                                                                                                                              Keep your butt warm.  https://t.co/9CMANJgjQ5 via @eBay
3873                                                                      RT @Google: Meet #GoogleGnome. The smart yard is finally here → https://t.co/G75JHKIDD3 https://t.co/90Pzn8Ev7Z
3874                                              RT @ATPWorldTour: Federer v Kyrgios for @MiamiOpen final spot v Nadal! Who do you think will win? Vote in @FedEx #ATP Head2Head poll:… 
3875                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3876                                                                                               .@LouiseMensch @facebook but now ISPs can just sell our data directly to Bannon/Mercer
3877                                                          @Reuters They were using legal steps and you only further deteriorated the trust. Nice job asshole. https://t.co/1B9X6QuNLb
3878                                                                                                      RT @DFusions: @Wendys @McDonalds Can you ask them if they still sell McFlurries
3879                                         RT @DBJCandace: Getting some face time @facebook 's data center job site with @DallasBizNews photog Jake Dean. #CRE @FTWChamber #DFW https:…
3880                                     All damn day waiting on @UPS delivery. They deliver one item but can't find the other one on the truck. Chat &amp; call later. No callbacks Boo!
3881                                                 RT @SaintHeron: Only 7 more days until 'The Get Down' hits @netflix for season two!: https://t.co/DSe39LEv7H https://t.co/hdk0KJnNWx
3882                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3883                                                     RT @BarbaraMulvaney: U.S. priority on Syria no longer focused on 'getting Assad out': Haley https://t.co/Q5sFGp6xex via @Reuters
3884                                                               RT @Disney: Beware of ghosts at sea. #PiratesOfTheCaribbean: #DeadMenTellNoTales opens May 26. https://t.co/no9qm0GsAs
3885                                           RT @BluefireJobs: #FreebieFriday. £25 @amazon up for grabs! Simply follow us then like &amp; retweet this post to be in with a chance of… 
3886                                                                  @Microsoft WTF the creators update installed to my of already rendering it completely inoperable. This is not cool.
3887                                                                                                         @m_wan4life @TMobile @StarkeyMeredith @pjdeluca it was fantastic! Great job!
3888                                                                        @netflix we need to have a chat if Netflix live and Will Arnett isn't a full multi season thing. #netflixlive
3889                                                                                                                                @comcast suck me you lowlife scum licker of a company
3890                                                  James Bond Daniel Craig Skyfall Leather Jacket https://t.co/ow9CLZDjNR via @eBay #weekend Loop #ADavisTXST #ASCsb #PartyPoliticsPod
3891                                           19.5 hours to get to fedex then 29.5 hours to LEAVE the facility 22 hours later still not in okc @FedEx smartpost makes us mail seem fast!
3892                                                                     @DarthCoven @sydsaurus @Google Hang loose is thumb and pinky.. It's obviously the horns symbol - index and pinky
3893                                                                                         Enter to win a $200 @Disney Gift Card #Giveaway from @thefrugalfind! https://t.co/l9Vjkl6WJc
3894                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3895                                                                                         Check out VINTAGE APOTHECARY JAR WITH CORK TOP  #Unbranded https://t.co/ruBp72v3IC via @eBay
3896                                                     RT @ATT: BUCKETS! @RealJayWilliams LIVE from the #FinalFour court on the 👻ATT Snapchat. #DontMissAThing https://t.co/BcPa3qfY7c
3897                                                       Another large retail bank reveals ethical weakness this time it's @BankofAmerica. Well done @KatyStech https://t.co/yJ6TbZXwOy
3898                                                                                   RT @netflix: Hannah Baker didn’t just die. @13ReasonsWhy​ is now streaming. https://t.co/mpQtMuzcs0
3899                                                   Check out Authentic ROLEX NOS NEW Rolex Watch Cal 2030 Part no 4447  CALIBRE CLICK SPRING #ROLEX https://t.co/KjnenXn2xv via @eBay
3900                                         RT @PenguinTeen: On the red carpet at the @13ReasonsWhy @netflix premiere with @jayasherguy and the cast of the show!! https://t.co/YksBs0v…
3901                                                                  State Of Mine Graphic T-Shirt State Of louisiana Size XL #StateofMine #GraphicTee https://t.co/dWxg3D0sXU via @eBay
3902                                                                                His Sunrise My Sunset: A True Story of Love and Loss by Jan Hurst https://t.co/eNuciHPN4C via @amazon
3903                                                    RT @Google: This year's #Doodle4Google contest brought oodles of inspiring Doodles! See how our finalists envision the future →… 
3904                                              Reading the reviews for 1 of 2 screens available @Apple suggest to me they should start making their own again! https://t.co/x5mmV1qaMM
3905                                                                 Check out Set of 4 White Battenburg Lace Placemats and Napkins 8 Pieces #Unbranded https://t.co/Y37kQKAf2e via @eBay
3906                                                                                                                                        RT @Wendys: @DFusions @McDonalds It's Lethal.
3907                                         @SievertMike @TMobile T-Mobile lies. They say no money down with jod on base model phones but charge money down for… https://t.co/71Idb37DDi
3908                                                    @Ryanair booked a flight in January for may £291.68..... the exact same flight if I booked today £145 .. half the price 😡#robbed
3909                                                                       Check out Diamond Accent Eternity Band size 7 #Unbranded #BandswithoutStones https://t.co/IdciF5rYtO via @eBay
3910                                                                      Aluminium Fishing Pliers Hook Removal ! Line Cutting Mono  Braid ! Fish Grip  https://t.co/ryWuSkhJNg via @eBay
3911                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3912                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3913                                                                   BANDO KN2 6000 Spinning Reel 10+1 Stainless BB Mackerel Barra Snapper Kings Gts  https://t.co/AynslFUAmp via @eBay
3914                                                                                Check out Straight Outta Central City (The Flash) #Gildan #BasicTee https://t.co/WwZAqOf9kO via @eBay
3915                                                                                                                   One of the many reasons @FedEx is &gt;@UPS https://t.co/MLydM9jBOu
3916                                                        Check out NWT Magenta Purple asymmetrical  thin light weight cardigan sweater ~ #FashionUSA https://t.co/zB4XrUoCZl via @eBay
3917                                         RT @Reuters: Ex-Trump adviser Flynn talking to Congress about testifying in Russia probe: lawyer https://t.co/jcCmzEbdZY https://t.co/nDyB6…
3918                                                           Quilter&amp;#039;s Newsletter Magazine October 1999 Peter&amp;#039;s House Quilt  | eBay https://t.co/HZ6aoIc4kP via @eBay
3919                                                                                            how the hell did @netflix make will arnett narrating really mundane things entertaining??
3920                                                 Bringing Good Things To Night: How Night #Baseball Came To #Cincinnati In 1935 https://t.co/0r88W6buCv  @DukeEnergy @generalelectric
3921                                                       RT @ScrumAlliance: Attending #SGCAL? Be sure to enter our Hat-Tastic Social Media Contest to win a pair of @Sony Headphones:… 
3922                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3923                                                                                                      RT @DFusions: @Wendys @McDonalds Can you ask them if they still sell McFlurries
3924                                         RT @verizon: You can't go wrong with red. Support the Global Fund with the new iPhone 7 (PRODUCT)RED Special Edition. https://t.co/6iS4nodb…
3925                                                                              @VABVOX @cee_dickson @NashCitySmitty @CBS @HillaryClinton Oh Victoria! So impressed by your patience...
3926                                                             RT @IndieWire: Jason Segel + Rooney Mara. Sundance mind-bender #TheDiscovery is now streaming on @netflix. Our review:… 
3927                                                RT @amazon: This one won't be easy... Which one will make it through Round Two? RT to vote for M&amp;Ms or LIKE for Hershey's Kisse… 
3928                                                        Check out Salvador Dali: Eccentric and Genius - Conroy Maddox (1990 Hardcover Illustrated)  https://t.co/FrUOXyIU80 via @eBay
3929                                                                   Check out 1991 Stadium Club Brett Favre PSA/DNA Certified Autographed Rookie Auto RC https://t.co/xqilLACw3f @eBay
3930                                         RT @Google: What's better than a sunny yard? A punny yard. Liven up yours with #GoogleGnome. https://t.co/zKYnCKMAaS https://t.co/GcaINoMy2N
3931                                                      RT @GoldmanSachs: Watch: @BrownUniversity president emerita Dr. Ruth Simmons on confronting the legacy of slavery #TalksAtGS:… 
3932                                                                                                                     Check out my listing on @eBay: https://t.co/SO35zrhDxH via @eBay
3933                                            RT @TMobile: How can you get fashion's hottest new look? Grab your own #TMobileONEsie at https://t.co/Tcj50PNZo9! https://t.co/HwkOkZOyhY
3934                                                                    It's the #AMCs this Sunday on @CBS and our @NC5_JKnutson has a preview NEXT on @NC5 at 6! https://t.co/pkOMcIpLYm
3935                                                RT @marciajuell: @LouiseMensch @facebook So do we now have confirmation that #CambridgeAnalytica worked with the Russians to create… 
3936                                           RT @ReneeChmiel: Congratulations to Sarah Harrison of #stratford - her #GoogleDoodle is featured on @Google today! https://t.co/uxajTIN2co
3937                                                                           RT @Bey_Legion: Beyoncé's #Freedom is featured in the new @Apple Watch commercial. https://t.co/t4yEkl7A57
3938                                                      RT @Playurecards: #RETWEET #FOLLOW @LilEddies 4 a chance 2 #WIN  a #prize #lileddies @eBay #phonecases #sunglasses #flipflops… 
3939                                                                    Check out The Code Constitution And Regulations Of 1948 Grand Lodge Of NC 1957  https://t.co/I9bpLlWTtt via @eBay
3940                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3941                                                    Wolverine Work Boots Black Leather Skid And Oil Resistant Men&amp;#039;s Euro 43 US 10M  | eBay https://t.co/AoSVKtaOVX via @eBay
3942                                                                            @SOITSJACOB_AC @ATT Aww. I'm sure thats not true. Everyone is still working I bet. I'm still at work too.
3943                                                      Secrets To Raising A Strong &amp; Happy Daughter &amp; $25 @netflix gift card #giveaway #ad https://t.co/r6dIqGPT98 #StreamTeam
3944                                                                                                                       Check out THE DEPARTED DVD   https://t.co/l8VTySRJ1m via @eBay
3945                                         RT @Google: What's better than a sunny yard? A punny yard. Liven up yours with #GoogleGnome. https://t.co/zKYnCKMAaS https://t.co/GcaINoMy2N
3946                                                         RT @JasonOutLoud: @LindaKi61072348 @lori2_25 @Wendys @McDonalds Applying your ire towards fast food chains seems worthwhile.
3947                                                                                                                       @derekt529 @freshlyaddicted @netflix I'll watch it with you 🌚
3948                                                                                        Let's check this out. Excited @13ReasonsWhy 📻 such goals to be in a @netflix original series
3949                                         @LouiseMensch Mark Zuckerberg must testify before Congress: @facebook holds evidence pertaining to a paid conspirac… https://t.co/cyzXu3q8BM
3950                                                                     Check out American Landscapes Jigsaw Puzzle Collection Golden Gate Bridge 1000 PCS https://t.co/QNpvz4o1Sc @eBay
3951                                                                                                                                    @KaiLoveYou97 @amazon Listen! That app is my BFF.
3952                                                        RT @Bharper3407: It's as comfortable as it looks!  #TMobileONEsie !  Thanks @JohnLegere and @TMobile! https://t.co/CFdRNa4VBq
3953                                                                      Check out Vintage Vanity Fair Ivory Lace Cups Mesh Sides underwire bra 36B  75164 https://t.co/OSdxjuttvu @eBay
3954                                                                                                                                  @Bharper3407 @JohnLegere @TMobile How do I get one?
3955                                                                                                                                            @CocaCola Are you guys discontinuing tab?
3956                                                                      Check out NWT #Gymboree Girls Quilted Puffer #Vest Silver Metallic Sizes XS S M L https://t.co/wy4DtmlqRQ @eBay
3957                                                                                              RT @birdwriter7: Snugs the Snow Bear by Suzy Davies https://t.co/G2F0DWGKAu via @amazon
3958                                                      Check out IBM LENOVO THINKPAD T420 LAPTOP i5 2.50ghz 500GB DVDRW Windows 7 PRO WEBCAM #Lenovo https://t.co/svDHPaKuEN via @eBay
3959                                                     Check out Americas Alpaca XL size Mens Sweater Blue Gray Soft Comfortable All Season #Crewneck https://t.co/TEms52XZ5F via @eBay
3960                                                             RT @realDonMetzler: @FAIRImmigration @Reuters THEN SEND ALL REFUGEES TO HAWAII FOR VETTING!!!!!! https://t.co/qAQo6mKtj4
3961                                                             RT @davidluhnow: Paraguay senators vote in secret to allow presidential re-election https://t.co/MUoRHz9a9s via @Reuters
3962                                                                     #CommuterProblems: 5 Rules for Doing Your Makeup as a Commuter Student  https://t.co/umRpxrs7hZ via @amazon  est
3963                                                                                                     RT @shadetwt: What kind of sick joke is this? @McDonalds https://t.co/LIOL8IuFbx
3964                                          Looks like a good night for take out 😢@dominos @pizzahut @PapaJohns @qdoba @BlimpieSubShop @McDonalds @BurgerKing… https://t.co/BTrbna2Oe8
3965                                                RT @Reuters: Top Democrat on House panel says he has seen controversial intel reports https://t.co/C1IN3mGljG https://t.co/Jq0U949yJN
3966                                         RT @Reuters: Ex-Trump adviser Flynn talking to Congress about testifying in Russia probe: lawyer https://t.co/jcCmzEbdZY https://t.co/nDyB6…
3967                                                Great way to start the evening! Thanks @sprint &amp; @CocaCola ready to watch some racing! Available only at… https://t.co/Q9F6tBR28L
3968                                                                Check out $1 90% Silver Coins Lot Half Dollar Quarter Dimes NO JUNK  #Sale Bullion  https://t.co/T0bl5T9Dx3 via @eBay
3969                                                   RT @LeauxFi: @TheCratez @AskPayPal They don't care fam. @PayPal @AskPayPal better be glad their isn't another online Banker like… 
3970                                             RT @nbadleague: #FlashbackFriday @Timfraz23 &amp; @smart_MS3 were @AmericanExpress teammates w/ the @maineredclaws and are now balling… 
3971                                                       RT @LuvSig: Cherished Teddies (Lot of 2) Germany Boy with Backpack + Holland Girl with Pail  https://t.co/Y6T6URbNTC via @eBay
3972                                                  Check out IDEOLOGY Shirt Top Plus Size 3X Green Short Sleeves V-Neck Stretch Womens NWT #Ideology https://t.co/4faTzsPhAw via @eBay
3973                                         RT @eBargainsToday: Just saw this on Amazon: Echo Dot (2nd Generation) - Black by Amazon for $49.99 https://t.co/VyQQMPIVsV via @amazon @dn…
3974                                                 @hulu_support thanks for putting a request in. If you add bones I may just cancel @netflix. They have done away with all good stuff.
3975                                                                                                            @Reuters Who Gumby? He is so full of shit it comes out of his ears. #MAGA
3976                                                                               Check out Cradle of Rome Collection PC 2012 -Mac/Windows XP/Vista/7  https://t.co/NIyUEzp5AT via @eBay
3977                                                                                                                  Men Quilted Slim fit Biker Jacket https://t.co/gOhDCEuKvd via @eBay
3978                                             Check out ROCK &amp; REPUBLIC Black W/Metallic Gold Top Blouse Sheer Sz M Long Sleeve NWT $60 #KnitTop https://t.co/8uU9y4nbWw via @eBay
3979                                         RT @IBM: How do you find your perfect guide dog? Guiding Eyes is working with Watson to find answers. https://t.co/cYWWopVOt4 https://t.co/…
3980                                                     Check out NOTATIONS Shirt Blouse 2X Blue Floral 3/4 Sleeves Button Front Womens Top #Notations https://t.co/1Chu38u5z0 via @eBay
3981                                                    Vintage Silver Feather Tinsel Garland - 35 Feet in Two Pieces - Beautiful!  BUY IT NOW ON EBAY  https://t.co/oaFNAEcnGy via @eBay
3982                                                                       Check out L.L. BEAN Size 8 Light Khaki Blue Button Down Skirt #llbean #ALine https://t.co/gWu8XlX53q via @eBay
3983                                                                                                                     @gpfefffff @amazon @girlscouts lets get some of these in Helms!!
3984                                                             RT @davidluhnow: Paraguay senators vote in secret to allow presidential re-election https://t.co/MUoRHz9a9s via @Reuters
3985                                                                                                                                    @ReutersPolitics @Reuters top weasel rat bastard.
3986                                                                               RT @JimmyStarBrand: Check out Ladies Franco Sarto Floral Print Purse NWT https://t.co/7V8QqFOpXm @eBay
3987                                                                             RT @JimmyStarBrand: Check out Mens Nike Air Jordan Flight Sneakers Size 10 https://t.co/i8vkPxxOmr @eBay
3988                                                         Check out VTG Lenwile ARDALT Porcelain Figurine LAMP Victorian Lady sitting on sofa JAPAN  https://t.co/BsFm8JneNQ via @eBay
3989                                                            Check out Navy Tactical Operator Police Cop Officer Adjustable Baseball Cap Hat Patch   https://t.co/2GqfhV8UGg via @eBay
3990                                         @EboniKWilliams @facebook @american_trial I dont consider it worth the effort nor worthy of a trial. This continued… https://t.co/6ByJSlHnex
3991                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
3992                                                                RT @Vaillant0879: Check out Indiana Glass Diamond Point Clear Cake Plate Vintage 1970's https://t.co/uIzwTYfqPV @eBay
3993                                            RT @Buygonedays: Check out MRS FIELDS COOKIE JAR By Master Potter Raymond Harris Country kitchen decor  https://t.co/qKOhIXLtPd via @eBay
3994                                                           RT @Ryanair: Dublin commuters be like... #DublinBus #BusStrike #BusEireann https://t.co/cgLkPqmZBx https://t.co/TusScSp2Av
3995                                              RT @MikeyMurphy: Hey! Go watch #13ReasonsWhy!! It's finally on @netflix 🤗 and it's gonna be GOOD. https://t.co/1L8n3s8ugB #sponsored ☘️
3996                                                                              RT @Reuters: Paraguay senators vote in secret to allow presidential re-election https://t.co/SUGR5EHdw7
3997                                          Check out 13.70 ct. Natural Hexagon Shape Certified Colombian Emerald Loose Gemstone https://t.co/L4TdcCPvFh @eBay #Emerald #Colombia #eBay
3998                                                                                        Michael Kors Allie Wrap Trainer shoes 6.5 Brown New  | eBay https://t.co/Yhm59FnT4u via @eBay
3999                                                                                                                                                @Honda @ifiwasperfect is this real 😐
4000                                                                   5.19ft Realistic Silicone Big Belly Men Sex Doll Male Love Toy Adult Masturbator https://t.co/klqLOH0Xpc via @eBay
4001                                                                                                                                               @13ReasonsWhy got me like😢😢 @netflix
4002                                                                                                                                                    @Honda Day Early for April Fools.
4003                                                                                                                           @netflix @Netflix_CA do your thing https://t.co/WTriDmptyc
4004                                                                                                                                                   @Viacom @Nickelodeon fuck me jerry
4005                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
4006                                                     Beige Straw #Bag with Floral Design #Embellishment Wooden Handles https://t.co/3PccUFWxqX via @eBay #ebay #handbags #bags #style
4007                                           RT @slpng_giants_ca: Hey @Converse is that one of your shoes that @amazon is using in their ad that they continue to let be posted on br… 
4008                                                                     RT @CaitwithaC: #SmallShots now streaming on @netflix Go watch! You'll laugh! I promise! https://t.co/rPk9ujUg0Z
4009                                                                              RT @Reuters: Paraguay senators vote in secret to allow presidential re-election https://t.co/SUGR5EHdw7
4010                                                                                                         thanks @jpmorgan for its support of relief efforts for flood victims in Peru
4011                                                                                                                       @amazon Stop using @FedEx another horrible delivery experience
4012                                                                                                                        @ProdigyAlphaa @Skittzii_TBS @PayPal I'll jump on the multi ?
4013                                                                                                   @Wendys do you know why you're better than @McDonalds? Because you have fresh food
4014                                                                               Check out  Sterling Silver Flower Toe Ring #Unbranded https://t.co/mNCeJ2wtZY via @eBay #jewelry #ring
4015                                                                                                                                          @Tesco @JasminGray2 My sis will not DM you!
4016                                                                                             RT @Zedd: Rocking my #TMobileONEsie. Thanks @JohnLegere @TMobile https://t.co/CsavSpIhJl
4017                                                                                                                              @reading0101 @Reuters Anti-American Democrats you say ?
4018                                                                                                        Featured Jobs: @asperasoft; @Microsoft; @SASanalytics https://t.co/ga7npt72bF
4019                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
4020                                                               Check out Nwt Gymboree Lot Boys size 10 wash Cuffed jeans Denim pants dark wash new  https://t.co/ns8L6VbQPC via @eBay
4021                                                 Check out Talbots Peep Toe Wedge Slingbacks 8 M Hibicus Floral Canvas bamboo embellishment #Casual https://t.co/Wp7Tkw8vXl via @eBay
4022                                                                                                       RT @Iam_DFan: marching towards 250k likes in @facebook https://t.co/hYUIWv63EP
4023                                               RT @BlackPressRadio: NEWS: @Viacom owed @BET fired exec while she was out on #breastcancer medical leave @SandraRose @ap @GMA @HOT97… 
4024                                                               RT @rozdoyles: @CBS needs to renew @CodeBlackCBS because we all could use more parallels like this one @IAmHarryFord… 
4025                                                                                                                          @Uncletim51 @Reuters One rock from side to side the can lie
4026                                                                                                                         @amazon How in the hell did JRanchers even make the tourney?
4027                                                                                                                                  @Zedd @JohnLegere @TMobile collab with @ddlovato 💗
4028                                                 RT @SAP: Tomorrow marks 45 years of innovation at SAP! Thank you to our Founders for their inspiring vision. https://t.co/5bX7YkGxE8
4029                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
4030                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4031                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
4032                                                 I'm exhausted with everyone's shit on @facebook. Like either get a life or get off @facebook. Some of us are trying to connect here.
4033                                                                                                                                                                 @ATT l want a refund
4034                                                                                                                       @amazon needs better trivia for The Last Airbender. As in any.
4035                                                                 SImply Irresistible * Lite Summer Tunic Blouse Top Women&amp;#034;s * Plus Size 1X https://t.co/dXz6O2215o via @eBay
4036                                                     RT @ATT: BUCKETS! @RealJayWilliams LIVE from the #FinalFour court on the 👻ATT Snapchat. #DontMissAThing https://t.co/BcPa3qfY7c
4037                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4038                                       Check out Chicago Bulls Sweatpants W/ Black &amp; White Splatter Fabric Inserts Size S  #retro #chicagobulls https://t.co/xZ1UnZ7gzv via @eBay
4039                                                                           RT @Bey_Legion: Beyoncé's #Freedom is featured in the new @Apple Watch commercial. https://t.co/t4yEkl7A57
4040                                                                                                           I wonder if I can get @JohnLegere to send me out a @TMobile #TMobileONEsie
4041                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/xE6ysVjkqM
4042                                            RT @P373KBTC: @CVSHealth  partnership with @P373KBTC to bring practical hands on work experience to our students. https://t.co/KeD5yTXEWF
4043                                                                      RT @Google: Meet #GoogleGnome. The smart yard is finally here → https://t.co/G75JHKIDD3 https://t.co/90Pzn8Ev7Z
4044                                                                                   RT @netflix: Hannah Baker didn’t just die. @13ReasonsWhy​ is now streaming. https://t.co/mpQtMuzcs0
4045                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
4046                                                                                                @McDonalds Great staff at this location. The manager Brandon is the best. Keep it up!
4047                                                              Check out #Womens #Brooks #Adrenaline GTS 15 #Running Training shoes size 9.5 #Brooks https://t.co/16xqeJJqsi via @eBay
4048                                                                                                                                     @RealJamesWoods @Apple What about voice to text?
4049                                                                                                           @RealJamesWoods @Apple Because not everyone in a movie my car is a driver.
4050                                                                                                                                                          @Reuters Typical. Dumbass😒
4051                                                                           RT @Reuters: EPA scientific integrity office reviewing Pruitt's comments on carbon https://t.co/9yMxnuKBq6
4052                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4053                                                                                                                        @Reuters EPA is doing great out here. https://t.co/A7Y7y21qr8
4054                                         @exxonmobil Why don't you spend this ad money on promoting the change you're advertising....actually reducing emiss… https://t.co/GBhuOjy5Vp
4055                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4056                                                       Just saw this on Amazon: Lavender by Abbie Cornish for $6.99 https://t.co/7cHdJJIGEj via @amazon - Parts I did not see coming!
4057                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4058                                                                                  RT @Chief_Nasty80: @smnthtrn @netflix THEYRE REMOVING HOUSE OFF NETFLIX?!????!!3):8:&amp;2!:&amp;4'
4059                                                          Check out Disney VHS Tapes SNOW WHITE PARENT TRAP HAUNTED MANSION 3 MUSKETEERS Lot of 4   https://t.co/LOkNHdB2la via @eBay
4060                                                          Look what I found on @eBay! I had no idea there was even such a thing... #motorcycleponytails https://t.co/TcnrkJ8e73 #eBay
4061                                             Check out Mens CUTTER &amp; BUCK Red Argyle Dry Tec Short Sleeve Casual Polo Shirt Size XXL #PoloRugby https://t.co/RwIDMmycsI via @eBay
4062                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4063                                                                                         RT @union_megs: Check out A Christmas Story  https://t.co/ZpZRsU0F9G via @eBay #shoppershour
4064                                            Check out  TOMMY PHAM 2016 TOPPS GYPSY QUEEN MINI GOLD 27/50 #StLouisCardinals https://t.co/ZsPpr32F6q via @eBay #MLB #Cardinals #StLouis
4065                                                               @hm is one of my favorite websites when it comes to affordable and trendy fashion. I saw this… https://t.co/MBxu79vvyE
4066                                                                                         I'm really just curios WTF this  #SayItWithStickers @Apple thing is. https://t.co/keaaLe043p
4067                                           Bringing the whole squad to @TMobile! The in-laws✔ Best Friend✔ Her Parents✔! #InsiderHookUp!  #StandOut @zebramj… https://t.co/HZ1uEZOVc3
4068                                                       @netflix please don't take off Buffy and Angel yet! I'm so close to finishing!! I just need one more day or two! #helpagirlout
4069                                                     @VW Your Atlas commercial was inappropriate.  I am proud tbat both my wife and I have moved awat from your brand and own @subaru
4070                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4071                                                                                      RT @waraturu: @FedEx  are you trying to rob me??  send me my stuff it's been 1 week! #DoYourJob
4072                                         RT @Braveheart_USA: Should @CBS release the full footage of the @seanhannity interview? Remember @CBS will see every retweet! Make your voi…
4073                                               RT @StephMcMahon: Our my way w/ @TripleH to get a sneak peak @ #Axxess before it opens. We'll be on @facebook LIVE around 10:45am ET… 
4074                                                           Check out Sterling Silver Intricate Swirl Ring Size 7-10 #Unbranded #Band https://t.co/dfHWCS0F0g via @eBay #jewelry #ring
4075                                                                              RT @FinalFour: Super excited @headandtheheart is performing @ATT #ATTBlockParty https://t.co/yRWpNWCUTJ
4076                                                            Check out Sterling Silver Leaf Silhouette Ring Size 5-8 #Unbranded #Wrap https://t.co/bjf6p0cgNw via @eBay #jewelry #ring
4077                                                                                                         @ASOS_HeretoHelp thank you for the incredible customer service! I love @ASOS
4078                                                  @EricMcCormack @kristineilana @ARNOLDPINNOCK @TRVLRSseries @netflix @showcasedotca So excited for Season 2! https://t.co/c0AVPxze2i
4079                                         RT @salstrange: @comcast @comcastcares You regularly lobby against my interests as a consumer. Your company regularly lies to me as a custo…
4080                                                                                                                   RT @rnfrizz: @PamKeith2016 @Nike It's true https://t.co/LqwZOJuz2n
4081                                                    Check out NEW Womens APT 9 Khaki One Button Lined ¾ Sleeve Spring Trench Jacket SZ Medium #Apt9 https://t.co/XmGDTnzVBf via @eBay
4082                                                          Check out 2016 Classics Russell Wilson &amp; Peyton Manning Classic Clashes Single Card   https://t.co/8cktcFyZFX via @eBay
4083                                                                  @netflix why am I allowed to watch a toaster and other appliances do their thing with commentary now? Just curious.
4084                                                                                                        PUNISHMENT SYRINGE LARYNX @Starbucks @TheRealPSL #trpsl #psl #peoplesharelove
4085                                                                            Check out VINTAGE FOUND IN ATTIC 3 PAIRS OF 14k BALL EARRINGS -JEWELRY  https://t.co/WvBQ7yyrF4 via @eBay
4086                                                           Spindle River #Cowboy #Western #Rodeo #Shirt Men's Large Black Tan #Southwestern https://t.co/MRdgjK1MdH @eBay #rockabilly
4087                                                                           RT @Bey_Legion: Beyoncé's #Freedom is featured in the new @Apple Watch commercial. https://t.co/t4yEkl7A57
4088                                                                                                                                                                Thanks guys 💕 @Apple
4089                                                                   Check out Antique green apple good fortune jade Amulet Pi disk necklace pendant  https://t.co/fxtOEPQe1w via @eBay
4090                                                  RT @SaysDana: @fahey @LouiseMensch @facebook Cambridge Analytica is a Mercer funded Bannon built data company.  But if they stole… 
4091                                                        Bidding is hot on this #Craftsman 16 Piece Router Bit Set High Speed Steel  | eBay https://t.co/l0Z7VqK5Ob via @eBay #auction
4092                                                    @comcast why speak out now after the fact? How are you going to guarantee our privacy? Why did this bill come up now and so fast?
4093                                                                                            I farted at the checkout in @Tesco  and it really stunk I feel like a rebel! #protestfart
4094                                                                                                      RT @DFusions: @Wendys @McDonalds Can you ask them if they still sell McFlurries
4095                                                                              RT @damnpamfromnamm: Ex-punk rocker challenges Ted Cruz for Senate https://t.co/xhpHUqgeBh via @Reuters
4096                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4097                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/Niz5UtvuO7
4098                                         RT @HollywoodRecs: Watch The @latelateshow with @JKCorden to see @beamiller perform #SongLikeYou at 12:35 a.m. on @CBS! https://t.co/4fq7JW…
4099                                                                          Check out Stila Got Inked Cushion Eye Liner Garnet Ink 0.15oz BNIB #Stila https://t.co/JjfZNGLGa9 via @eBay
4100                                                                                                                                                 @harshul_p7 @Tesco Beg u chill tesco
4101                                                                              RT @Reuters: Wealthy White House staffers' finances detailed in new disclosures https://t.co/maePrjT3wI
4102                                                                                    RT @gucciflopsculla: Netflix live is GROUNDBREAKING #netflixlive @netflix https://t.co/SyatDKsBOO
4103                                           RT @SecondCityChron: Support #DiverseStories like @CASH_AND_CARRIE Book 1: Sleuth 101 by @shawnrpryor  https://t.co/Fx6x6CPxyJ via @amazon
4104                                                           Check out NIB Disney STAR WARS CERAMIC MUG 12 oz.  Coffee Hot Chocolate Mug Item# 99361  https://t.co/LgrKfKFeeq via @eBay
4105                                                                              RT @Reuters: Wealthy White House staffers' finances detailed in new disclosures https://t.co/maePrjT3wI
4106                                                    Check out Peach AVENTURINE Green HOWLITE Roundel Rondelle Earrings OPTIONS: Earwire #DropDangle https://t.co/cpSyngblZ0 via @eBay
4107                                           Get their shit together with my damn phone bill. @TMobile is just as bad as @comcast or @XFINITY  when it comes to their customer service.
4108                                                               Check out Talbots Woman Top 10 Petite Blusa de mujer Green #Talbots #ButtonDownShirt https://t.co/bb5pfUgntl via @eBay
4109                                         @RealJamesWoods @Apple Don't think that's a good idea.  I think  my passengers should be able to text.   I have com… https://t.co/PuEjtyugbv
4110                                          RT @vaniccilondon: https://t.co/R97UHsA0IB #FREE Download =&gt;Drive massive traffic from Facebook @facebook #growthhacking #wow #leadgen… 
4111                                                                              RT @Reuters: Wealthy White House staffers' finances detailed in new disclosures https://t.co/maePrjT3wI
4112                                                       Check out Dolce &amp; Gabbana Green Wool Felt Medium Fold Over Clasp Shoulder Handbag ITALY  https://t.co/s3cLErVlaH via @eBay
4113                                                                                    Pearl Fringe Backdrop Pendant / AZFNBD167-SPC Arras Creations https://t.co/x8S5wFPfii via @amazon
4114                                         RT @salstrange: @comcast @comcastcares You regularly lobby against my interests as a consumer. Your company regularly lies to me as a custo…
4115                                                                                                 @RealJamesWoods @Apple Good idea! Whoever does it first should pay you a commission.
4116                                         RT @TMobile: The Samsung #GalaxyS8 is the fastest Galaxy phone on T-Mobile. Pre-order it on America’s most advanced LTE network! https://t.…
4117                                         RT @iTryiLike: @comcast @wildwest2sh That looks like it just allows you to opt out of getting optimized ads.. but not opting out of data sh…
4118                                          Watch the new #WarMachine trailer. Starring Brad Pitt https://t.co/DB0FQ2PuJ7 It's a @netflix original and will be… https://t.co/2qco3VMqfN
4119                                                                                           @Reuters I remember when Cat used to be The place to work for wages &amp; benefits.  1960s
4120                                         RT @amymaresch: #DonaldJPliner #Italian Pointed Toe #Heels #shoes Sz 9 Platino Beige Silver https://t.co/g8lxJcZOfH @eBay #ShoeOfTheWeek #S…
4121                                         RT @anne_stephen5: Precisely why we have an IDIOT In the WH.  @CNN @nytimes @MSNBC @ABC @CBS @washingtonpost @FoxNews @NBCNews https://t.co…
4122                                                                7x5ft Blue Sea Backgrounds Blue Sky White Cloud Coconut Trees Photo Backdrops... https://t.co/frugTvcjCn 来自 @amazon
4123                                          RT @vaniccilondon: https://t.co/R97UHsA0IB #FREE Download =&gt;Drive massive traffic from Facebook @facebook #growthhacking #wow #leadgen… 
4124                                          @Reuters @POTUS @CNNPolitics @GOP @DNC Is Mr Trump to blame for the loss of these 800 jobs? What is happening with… https://t.co/VQpzmoJzVU
4125                                                                                                                        Look what I found on @eBay! https://t.co/YqCtCzsZGc via @eBay
4126                                          RT @vaniccilondon: https://t.co/R97UHsA0IB #FREE Download =&gt;Drive massive traffic from Facebook @facebook #growthhacking #wow #leadgen… 
4127                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4128                                                             RT @thebestdeals17: Angry Birds Backpack #AngryBirds #Backpack https://t.co/du4qecTnqC via @eBay https://t.co/eSVgpLhWjk
4129                                                                                    Check out World Jerseys Hippy Chick Womens Cycling Shirt Size Small https://t.co/396bDeWki2 @eBay
4130                                                                                                                              RT @tayzol: @Bee_flexinn @kvrstine @Disney a necessity.
4131                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4132                                                                                                      Check out Old Bay Crab Cake Classic Mix   1.24 oz https://t.co/nDnnsaY1qE @eBay
4133                                                                  RT @Reuters: BREAKING: U.S. sanctions 11 North Korean individuals and one North Korean company - treasury website… 
4134                                                                                                                                @Wendys @McDonalds Both of ur restaurants suck anyway
4135                                                                                                                                                  Just got a new phone! Thanks @Apple
4136                                                                                                                                               @KelloggsUS  I Pick #TEAMSATURDAYENTRY
4137                                                                                                                       pls don't take Bob's Burgers @netflix  https://t.co/rdVnnYwyez
4138                                                                                                I just checked in @Walmart with #mPLUSPlaces Download today!  https://t.co/7iuK1O5swS
4139                                                                                             @jaimeleedee @arnettwill @netflix Rewatching it again. Parking and pencil sharpening 😂.
4140                                                        RT @Adweek: How @Wendys cooked up its killer frozen beef tweet to @McDonalds: https://t.co/8jKbJV5unP https://t.co/VDjGmlH6Vc
4141                                                                                                          @JoeMcAdory @verizon @ATT @ATTCares I take it that is not quite the truth..
4142                                                                                             Why does it take me having to call out @JohnLegere to have @TMobile say something to me?
4143                                                                                                                            You got me @netflix. 13 Reasons Why. Can't stop watching.
4144                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
4145                                                                                        Watching #LifeInPieces - Sleepover Dream Light Haze (S2.E17) on @CBS  https://t.co/xt6Umf2zzc
4146                                         @exxonmobil I think you need this pump inspected in kettleman city ca. Looks like a skimmer might have been install… https://t.co/A1doAge8hU
4147                                                                                             RT @Zedd: Rocking my #TMobileONEsie. Thanks @JohnLegere @TMobile https://t.co/CsavSpIhJl
4148                                         @FFpsychic @JonValencia_WiB @McDonalds @PopeyesChicken UDFA in my mock and tbh he likely has off field issues so do… https://t.co/PyFBjlSyel
4149                                                                                                           RT @Wendys: @StylezP1231 @McDonalds Because you told me to drill sergeant.
4150                                                                                          I'll always be loyal to @McDonalds they've had my heart since day 1 https://t.co/MWpcTwZBoC
4151                                                                                                                                            @McDonalds Ha they spelled his name wrong
4152                                                           Check out In Private WILD 90s Violet Pure Silk ButtonUp Short Sleeve Shirt L  #InPrivate https://t.co/jLQIeAPhfr via @eBay
4153                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4154                                                    Tommy Hilfiger Tie Silk Black Gold White Gray Stripe Stripe Houndstooth #TommyHilfiger #SilkTie https://t.co/NGERAlCHKS via @eBay
4155                                                                            China March factory activity expands but at slower pace - Caixin PMI https://t.co/NcoqioaZDF via @Reuters
4156                                         @tee501 @netflix We have the firestick now! We forget what we watched on netflix as far as movies. My fav netflix s… https://t.co/fPdPgzxp3B
4157                                                                             Check out M&amp;M'S BLUE CHRISTMAS NUTCRACKER HOLIDAY CANDY DISPENSER  https://t.co/wUWzdx5thl via @eBay
4158                                                        RT @Adweek: How @Wendys cooked up its killer frozen beef tweet to @McDonalds: https://t.co/8jKbJV5unP https://t.co/VDjGmlH6Vc
4159                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4160                                                                         Check out Retro Women's Bedford Fair Indian Blanket Tapestry Jacket / Coat 2X  https://t.co/tjVpzzUDB2 @eBay
4161                                                Check out 18K White Gold Plated 4ct. Genuine London Blue Topaz &amp; Diamond Halo Ring #Sevil #Halo https://t.co/byy9LqGvB3 via @eBay
4162                                            RT @TornHeartArt: Super Mario Donkey #Kong Mens Sleep Pants L + 1 Pack of DK Topps Cards 1982 #Nintendo https://t.co/eJJviwlAHX via @eBay
4163                                                      Jessica Howard Evenings Dress Size 14 Black Cocktail Knee Length #JessicaHoward #EveningDress https://t.co/YclHl16py9 via @eBay
4164                                                                                                                                                   @DrSamDPM @JLo @netflix good movie
4165                                                                                                                 RT @PaigeGo1697: Petition to put Impractical Jokers on @netflix ASAP
4166                                                                                                                  Why are all @AppStore updates so damn big now for @Apple #iphone???
4167                                                        Check out Adrianna Papell Beaded Blue Silk Tea Length Short Sleeve Dress Ballroom 6 #Formal https://t.co/nnNl7bvM4N via @eBay
4168                                         @Reuters Dutch Christian Maria Converted to Islam: Turkish Muslims’-VICTIM OF SHOCK AND AWE-A Novel by Ghulam Ghaus… https://t.co/xoDM5hQSi4
4169                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4170                                         RT @ChristianLN0821: tommyhilfiger for the win. Look great feel great. #redcarpet #13reasonswhy @netflix @ Hollywood https://t.co/g5HEsE8Ffx
4171                                     RT @Chevron: How do we transport #natgas across the ocean? Liquefy it &amp; ship it. See a day in the life of a ship captain #Gastech https://t…
4172                                                  @AntoniqueSmith @netflix @LarenzTate @MeaganGood @LanceGross @SIYA @lala @rickgonzalez @mrdrefuller Sounding awesome! Keep it going
4173                                                                                                                                              @comcast riiiiiiiiiiiiiiiiiiiiiiiiiight
4174                                           RT @oldnsold2013: Check out Vintage Deco Bakelite Chunky Atomic Starburst Button Unique Design Lot Of 4  https://t.co/X0C7TbHwsb via @eBay
4175                                         RT @1Magami: Cato Woman Plus Size Brown Polka Dot Skirt Size 22 / 24W Pinup A Line Ruffles https://t.co/wv5zlZQn39 @eBay #PolkaDot #Pinup #…
4176                                             RT @KickingWKelly: Secrets To Raising A Strong &amp; Happy Daughter &amp; $25 @netflix gift card #giveaway #ad https://t.co/GGUjC8BY1B… 
4177                                                           Garden Tools Set Kids Leaf Rake Spade Hoe Leaf Yard Play Toys Grow 4 Pieces New   | eBay https://t.co/KkrmHhESLg via @eBay
4178                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4179                                                                                                                                                  @13ReasonsWhy @netflix i'm deceased
4180                                                Very annoyed by FB copycat stories overload. Sad day when maintaining market share trumps innovation @facebook @instagram @WhatssApps
4181                                                        Check out Women's Ann Taylor LOFT Lounge Wool Blend Cardigan Sweater in Black Size Small S  https://t.co/9cz6eXyfjB via @eBay
4182                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4183                                                              Check out Chico's Women's Multi-color Sleeveless Front Sequin Tank Top Blouse Size 3=L 16 https://t.co/pGZJJpOuVk @eBay
4184                                         RT @Braveheart_USA: Should @CBS release the full footage of the @seanhannity interview? Remember @CBS will see every retweet! Make your voi…
4185                                         RT @RealTimBlack: . @GeorgWebb interview did not stream to @facebook. I bet @CNN doesn't get this censorship! BAD BUSINE$$! https://t.co/JT…
4186                                                                                                                Rafa and Roger again! #Blessed @RafaelNadal @rogerfederer @Nike @espn
4187                                          So many of you sent me your @McDonalds #shamrockshake pics this month! Can you find yourself in my collage? Thanks… https://t.co/aJqwUr1upp
4188                                          Vintage VOGUE Very Easy Sewing Pattern 7006 Misses&amp;#039; Top &amp;amp; Skirt Sz. 8 - 10 - 12   | eBay https://t.co/CefmckJcrL via @eBay
4189                                                  Check out Yo-kai Watch Medal Moments Blazion Series 3-Figure Fun Collectible Toy Kids Play #YoKai https://t.co/9vbQ3PWOK5 via @eBay
4190                                                                                                                                Bitch your ice cream machine never working @McDonalds
4191                                                                        RT @SAP: Demystifying digital transformation for your clients https://t.co/WUyjlGGUfs https://t.co/xgPLWgQUYV
4192                                               RT @HomeDepot: Use your HBCU’s hashtag to vote and get your school up to $50K in upgrades from The Home Depot! https://t.co/mnqHX7QfOh
4193                                                                                       RT @CB_CountryBoy: I don't trust the old @verizon guy who is now the New @sprint guy! #woke 👀
4194                                         RT @JBSCompanyStore: Check out Gap Fit Women’s Workout Top with Built In Sports Bra NWT Gray Sizes XS S L 2XL  https://t.co/982PuY4lhu @eBay
4195                                                        Check out Daffodils Still Life Original Fine Art Oil Painting Canvas Signed Framed #Realism https://t.co/KnxNSHw09M via @eBay
4196                                                                                                          @Nike when are you going to release the Freaks? I need some Giannis' shoes.
4197                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4198                                                                                             @Trizzio @CBS @JustinHires YAY! #MacGyver  Awesome smiles. Thanks for sharing. God bless
4199                                                      Why the fuck can't I stop watching Will Arnett talk about a toaster and microwave?! @netflix what the fuck is this #NetflixLive
4200                                                                                                                                 @_jeantruong @Walmart Yeah it's on their website LOL
4201                                     RT @garrardhayes: A job in NYC could make me rich or dead. CRIME FICTION THRILLER 'BOURBON &amp; BLOOD' Buy @amazon FREE CLIP #BookBuzzr - http…
4202                                               RT @estatesaleor: #SophieConran for #Portmeirion set of TWO White Porcelain Embossed Heart Mugs EUC  https://t.co/XUUjM5KX3j via @eBay
4203                                                                                         @netflix telling me Bobs Burgers will be taken off April 1st???? The jokes have begun huh ??
4204                                                                                                                                         @netflix can you guys add The movie cars lol
4205                                                                                                                                 @mulch666 @netflix You should be watching me wrestle
4206                                                                                  spending all night watching House MD since @netflix thinks it's ok to take away the love of my life
4207                                                                                                                                          @Jonnykthepilot @Ford @AZSnowbowl Scenic 👍
4208                                                      RT @PlanetWolfe: @LeonLogothetis #thekindnessdiaries @netflix @Netflix_CA Watch this show it will changed your life! #blessed… 
4209                                                                                       RT @Hcho72: @zombieninja420 @RealTimBlack @Yoshije @facebook Dems touchy about Arwan brothers?
4210                                                 RT @EmilyDery7: Check out American Living 16 Stripe Dress Collar Button Down Tie Waist Belt Cotton (B) https://t.co/qZdaj5AI5W @eBay
4211                                                                       Check out *BRA'ND NEW* Decorative Bear Curtain Holdbacks *Perfect For Baby Room* https://t.co/1ylpXRUXRq @eBay
4212                                                          RT @Disney: Enchanting! Get swept away by these #BeautyAndTheBeast costume facts from @DisneyStyle. https://t.co/fwm0ehPUa2
4213                                                              @ima_BAUS @ATT @ATTCares Nah fuck att insurance they will charge you 250 plus for another just throw that bitch in rice
4214                                                                 Made it to the Pretzel level of Ms. Pacman on Google Maps... Mynight is complete... thanks @Google and @googlemaps #
4215                                                                                                                       RT @Wendys: @Hairs36 @DFusions @McDonalds Oooooooh yeeeeaaah!!
4216                                                                                                        @Google Propaganda #fakenews  Add #Google to the list https://t.co/AMaR1xJJVO
4217                                                                                                                         RT @james_eberwine: @Jeffreyuhler1 @Reuters debt not deficit
4218                                                        @RealJamesWoods @dlkvaoh2015 @Apple Because the phone doesn't know if u r the driver or one of the 72 passengers on the bus🤔
4219                                         RT @Braveheart_USA: Should @CBS release the full footage of the @seanhannity interview? Remember @CBS will see every retweet! Make your voi…
4220                                                   Check out Multi Tie Dye Hippy Hippie Mandala Tapestry Wall hanging Twin Size Bedspread #Handmade https://t.co/VIYYqifhpi via @eBay
4221                                                                           RT @Reuters: Ex-punk rocker challenges Ted Cruz for Senate https://t.co/IBanFttNDi https://t.co/fwCHZBe0R5
4222                                                                                  Check out Aceo Print Fantasy Mermaid Seahorse Fish Art #Miniature https://t.co/NA6sggjNw7 via @eBay
4223                                                                                                                           Happy New Financial Year @jpmorgan https://t.co/yYA2cU6A9p
4224                                                RT @JBSCompanyStore: Check out Carter's Girls Monkey Microfleece Sleep Bag Pink One Size 0-9 Months NWT https://t.co/2BkQLtM02C @eBay
4225                                                        Check out Prana Tank Top spaghetti Straps Workout Yoga Brown Pink Size M #prAna #ShirtsTops https://t.co/3sDJJ95tX5 via @eBay
4226                                                      RT @PlanetWolfe: @LeonLogothetis #thekindnessdiaries @netflix @Netflix_CA Watch this show it will changed your life! #blessed… 
4227                                                                                                                        Look what I found on @eBay! https://t.co/9saxpZ8Okj via @eBay
4228                                         @JohnLegere I didn't realize there was an actual website for all the @TMobile apparel haha. Usually sites like that… https://t.co/dezxbXkwOH
4229                                                                           RT @Reuters: Ex-punk rocker challenges Ted Cruz for Senate https://t.co/IBanFttNDi https://t.co/fwCHZBe0R5
4230                                                                            Trump officials defend immigration arrests at California courthouses https://t.co/B8gAvDfClz via @Reuters
4231                                                RT @Reuters: Top Democrat on House panel says he has seen controversial intel reports https://t.co/oPLUOMMCSl https://t.co/2qTejYyHEa
4232                                                              Check out Original 1913 Hub Cycle Company Boston MA Catalog Bicycle Motorcycle Automobile https://t.co/ja3begOssf @eBay
4233                                                                                                        Live at Parallel Parking was a masterpiece! @netflix @arnettwill #netflixlive
4234                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4235                                                                                                       RT @Wendys: @DFusions @McDonalds Only when the ice cream machine isn't broken.
4236                                                            @McDonalds I choose @ChickfilA because they will gube tou extra sauce at no cost.  Thanks @ChickfilA for being so awesome
4237                                                            RT @intel: Experience a side to LeBron James you've never seen before with Intel 360 Replay technology. Really...never.… 
4238                                                                                                                                                   RT @baitshop72: @amazon is mad bad
4239                                                                           RT @Reuters: Ex-punk rocker challenges Ted Cruz for Senate https://t.co/IBanFttNDi https://t.co/fwCHZBe0R5
4240                                                             Check out Antique Doctor's Head Mirror Collapsible Folding Metal Head Band Medical Device  https://t.co/9zuTVhq9Si @eBay
4241                                            RT @etownvintagebuy: #Crystal / Metal #Salad Serving #Bowl Set With #SilverPlate Fork and Spoon  | eBay https://t.co/wHIIUexSU8 via @eBay
4242                                                                                              RT @CBS: Here's everything you need to stream this year's show. https://t.co/A2qAWEPCAL
4243                                         @HelloVancity @ToyotaCanada @VanAutoShow @Toyota @ToyotaMotorCorp @toyota_europe great write up on the #ToyotaMirai… https://t.co/63y6f9z2LA
4244                                                                                                                                @Jokoy @netflix Oh man this was so good. Loved it Jo!
4245                                                                Honestly....... FUCK YOU @WellsFargo.  You're fucking trash +deceptive as FUCK.  I'm switching banks... fuck y'all!!!
4246                                         @netflix @WillArnctt what the hell is being passed around there?? Must b Colorado grown!! Love it!! Happy April Fools!! CHECK THAT PRINTER!!
4247                                            RT @nesstalgicc: WHY DO WE KEEP PUSHING SEXUALITY ONTO CHILDREN. STOP THIS SHIT IMMEDIATELY @Disney @WaltDisneyCo https://t.co/fgvYKGILdw
4248                                                                    @DrColJ @amazon Wonderful! Recommended by me to all members of the #centre for human life security studies. PVR .
4249                                         RT @GoldmanSachs: $GS President David Solomon discusses tech’s “significant” growth drivers for 2017: https://t.co/qYOmWdfDWz https://t.co/…
4250                                                                                                                                 @KeithUrban @ATT @AudienceMusic Awesome   Thank you!
4251                                                                                             RT @Zedd: Rocking my #TMobileONEsie. Thanks @JohnLegere @TMobile https://t.co/CsavSpIhJl
4252                                                                                                     @facebook All my posts from the beeginning have disappeared. Is something wrong?
4253                                         RT @trutherbotyelow: In 2002 @Nestle demanded the nation of Ethiopia repay $6 million of debt to the company. Ethiopia was suffering a seve…
4254                                                     RT @urmyflashlight: .@NescafePH @BB_AdultPlus @MiloPH @TidePhilippines @Downy_PH @CreamSilkPH @ProcterGamble Special mention 2… 
4255                                                                   #thirteenreasonswhy you got me crying on your last episode. So heartbreaking. Such a great show. Good job @netflix
4256                                                   RT @hm: Master your sun salutation in stylish activewear that makes you look as good as you feel. #HMSport https://t.co/myAkzyz9LE
4257                                         RT @RealJamesWoods: Why doesn't @Apple disengage text function in #iPhones in moving automobiles? Spend money on that instead of politicall…
4258                                          Check out Ghostbusters Phone Case - Horror Block Exclusive iPhone 6S Plus https://t.co/mqsAv03qlB @eBay #horrorblockexclusive #iphone #case
4259                                     RT @martinpdaly: I should probably get one of these signs for my Q7. What do you think @Audi &amp; @VW? #MyQ7Pollutes.  #Dieselgate https://t.c…
4260                                                                 RT @Reuters: College athletic league signals return to North Carolina after LGBT law revoked https://t.co/6N4bn8tYM0
4261                                                                                                                                                 I'm so mad house is leaving @netflix
4262                                                                                          Caline USA CB-105 Pedal Board with Carry Bag Caline USA https://t.co/TcojJsE1Ac via @amazon
4263                                         RT @warsantino: @JohnLegere @TMobileHelp @TMobile I know DM you and you will try in fix. I hear this every month. It's falling on deaf ears.
4264                                                      Apt 9 Shorts 10 Cuffed Stretch Denim Rhinestone Short Pants Women&amp;#039;s Jeans 10  | eBay https://t.co/Es66tImoGU via @eBay
4265                                                                                                               it better be an april fools joke that @netflix is taking away house md
4266                                                     RT @urmyflashlight: .@NescafePH @BB_AdultPlus @MiloPH @TidePhilippines @Downy_PH @CreamSilkPH @ProcterGamble Special mention 2… 
4267                                                                10K Yellow Gold Round Cut Diamond Bridal Wedding Ring His Her Band Trio Set  | eBay https://t.co/lS1DplhsYb via @eBay
4268                                                    RT @VW: You've arrived. Ahead of schedule. The #VW #Jetta is the key to making every mile more memorable. https://t.co/sislgaclpA
4269                                         RT @AmberMobi: The self-driving cars will be developed in cooperation with partners @TomTom @KPN @TNO_nieuws @NVIDIA @Microsoft https://t.c…
4270                                               @ProRightsSpeech I qualify what you idiot just said is 100% hateful and disgusting ! @brianlilley @TarekFatah @ibtimes_india @facebook
4271                                                RT @MsJamieClayton: HAD A BLAST YESTERDAY @facebook with the cluster and @FreemaOfficial!! @sense8 Season2 is on @netflix MAY 5th!!… 
4272                                                                    RT @TylerJamesPW: I love Philip and I want him back @hulu @netflix @AmazonVideo @heretv @HereMediaInc @Showtime… 
4273                                          RT @Reuters: South Korea paying for THAAD 'impossible': adviser to presidential frontrunner https://t.co/ybp1EicHfQ https://t.co/aHzTUPLSub
4274                                          @djkhaled I'll be buying your I'm the one track at 6am! But please let me know how to get the alphabet nikes. Teacher vibes. #FANLOVE @Nike
4275                                              RT @StarbucksJobs: When it’s #takeyourchildtoworkday and it’s Cassandra’s dream to work at @Starbucks … but she has about 14 years to… 
4276                                         .@StanleyKubrick @Apple My conversation with Siri went left but I got my answer. She works with HAL 9000 and she op… https://t.co/iIyysK3bA5
4277                                                                                   RT @BleacherReport: Game of Zones Ep. 2: A Changing of the Guards (➡ @ATT) https://t.co/1fU6RWlWbj
4278                                                                                                                                         @Walmart when will you have Nintendo switch?
4279                                                                                 RT @Reuters: Tillerson to lay U.N. groundwork to boost North Korea sanctions https://t.co/36nWDUqTG2
4280                                                                                                Check out Star Wars Stormtrooper Vintage Pez Dispenser  https://t.co/yrSOE67z9p @eBay
4281                                                              Exclusive: Trump says he thought being president would be easier than his old life https://t.co/Se2G7iOe2h via @Reuters
4282                                                     So proud of @The_EarthWorks for this amazing success with a fantastic  @GSK team #digitalhealth #mHealth https://t.co/ORKde1ejIe
4283                                                                                      Solar #Cactus #Cowboy Bobble Head #Mustache #Sombrero Watch Video https://t.co/JiXCq91tK2 @eBay
4284                                                                         RT @rogerfederer: Always nice visiting @Nike HQ. Something's different this time #18 https://t.co/PDLnc1ZsD1
4285                                                                                                                             @myvotetoday @Toyota @ToyotaIndia @ToyotaMotorCorp Maybe
4286                                         @raleigh_mecklin @Heineken_UK @hutchychats @pepsi One has been on @Channel4 @QuestionJury described as *cause of di… https://t.co/dfJulpkAgM
4287                                                      Check out Apt 9 Top M Black White Stretch Knit Sublimation Tunic Shirt Blouse Women's M #Apt9 https://t.co/br8P0un3F8 via @eBay
4288                                                         Check out Christopher Blue Pants 6 Rust Stretch Cotton Casual Classic Fit Jeans Women's 6  https://t.co/TQmAbt4VSd via @eBay
4289                                                                                                  @McDonalds WELP. I need a care package sent to my apartment to get ready for finals
4290                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4291                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4292                                                                                                                       Why the fuck is Forest Gump not on here anymore bitch @netflix
4293                                                                                           RT @JKCorden: Tonight Kurt Russell does this to me!!!! @CBS 12.30! https://t.co/2jA6vjd0gW
4294                                         RT @TheSoulfulEMU: Hackers exploited Word flaw for months while Microsoft investigated 💀🔑🔐 https://t.co/2NwoUtArYJ 📷 @Reuters #InfoSec… 
4295                                                               RT @duffgoldman: 101 degrees. 90% humidity. This @CocaCola is the best thing I've ever tasted. https://t.co/40qOh72oGJ
4296                                         @Reuters We all knew who Trump was before the election. I can't believe how many people voted for him. I can't beli… https://t.co/Kgv4LllFu8
4297                                                     Check out Aladdin TATTOOED TEENAGE ALIEN FIGHTERS from BEVERLY HILLS Lunch Box &amp; Thermos   https://t.co/keXTqHo3Th via @eBay
4298                                            Check out The #Wizard In #Wonderland - Alternate Cover https://t.co/beAMN8MoBq @eBay #BargainBook #Fantasy #Series #Oz #Auction #BuyItNow
4299                                         @Reuters Hope he can make some progress. It is 2017 and this intolerance around the world has to come to an end. It… https://t.co/kj7apgbata
4300                                                                                   RT @Reuters: Pope Francis arrives in Cairo seeking to mend ties with Islam https://t.co/jeFWxxNhBZ
4301                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4302                                                                                                               RT @andrevr: Big up to @Heineken 👏🏻👏🏻👏🏻  https://t.co/FZZscnsiBq
4303                                                                Check out The Voice I Want You + Microphone for PS3 New &amp; Sealed PARTY GAME!!!  https://t.co/o8MzR90PKK via @eBay
4304                                                                                                               @Reuters : So his significant handicap drives him to his golf course .
4305                                                                                                               @TMobile your service is so bad! I can't even tell my gf goodnight smh
4306                                                 @rscholtendart @Ryanair on my paperwork it says 8-10 latest to check in. Get there at 8 after being stuck in an accident on the a120
4307                                                   Check out Car Vac Vacuum 12V Cleaner Dry Wet Dust Buster Handheld Hand Portable Home NEW  #Armor https://t.co/4EaqPaxuYJ via @eBay
4308                                                                                               I have 2 Frappes to try the 'Unicorn Frappe' &amp; the 'Dragon Frappe' @Starbucks 💕😫
4309                                                                                                                                                  @JonathanPieNews @Ryanair Not very?
4310                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4311                                                                                                       RT @FreeMemesKids: hey @pepsi that shit is not working https://t.co/flqUJZriN8
4312                                                                              Listening to stand up comedians podcast in bed to make me fall asleep.  That and @amazon audio books 🌠
4313                                                 RT @jptricoire: Our partnership with @Microsoft @Azure allows customers to access cloud-based applications with #EcoStruxure #HM17… 
4314                                                                             You don't realize what you had until you've lost it in a cab. #iPhone7Plus #BatteryLife #ComeBack @Apple
4315                                         @KERZIX @Reuters He not a good business person at 4 x bankruptcy. He licenses because that want the asshole know. H… https://t.co/x3RT28XndY
4316                                          RT @LornajaneCosign: Set of 3 Pyrex 501 &amp; 502 Refrigerator Dishes Homestead Speckled Fridgies  #Pyrex https://t.co/UZCU3vUU73 via @eBay
4317                                                                                                                                @easyJet What about my handbag with my sanitaries in?
4318                                                                         I'm genuinely blown away. I'm a sucker for things like this!!! Grwatjob @Heineken 👐 https://t.co/tGjxWutHC0
4319                                            RT @unapologeticc1: Im your girl! @ABCNissan @INFINITIUSA @Toyota @Ford @DriveTime @chevrolet @Lexus @Kia @AZCardinals #phoenix #az sen… 
4320                                         RT @tamaraschenk: Experts Share Biggest Faux Pas for Sales and Marketing Alignment - Salesforce Blog https://t.co/2S4YrB9jPF via @salesforce
4321                                         @Reuters I THINK MY BROTHER HAD 20 OR 25 LOTS.  I DON'T RECALL BUT HE HAD QUITE A FEW.  AND REQUIRED HIGH QUALITY H… https://t.co/ZGLLwSkamc
4322                                                                                                                           @Reuters How much do s c k k kids need to win or by papers
4323                                                                                                          Soccer Stars by https://t.co/oo7sxEURmd https://t.co/DlpYEYEZjq via @amazon
4324                                         RT @Reuters: Exclusive: Trump says he thought being president would be easier than his old life https://t.co/AJkxN06MBl https://t.co/Dob7qU…
4325                                                                          RT @birdwriter7: Check out my author page at this easy to remember url! https://t.co/5tgWFR8MKI via @amazon
4326                                           @amazon Order Number 406-4030039-2155516 is delayed for 2 days and yet I am not getting any response except a std reply-wait 24 hrs. Sick.
4327                                         @ezlusztig @Reuters @realDonaldTrump Not the boss anymore! We are! We own you! But I'm willing to make a deal w/you… https://t.co/NakSoHnOc0
4328                                             Remember when Zuckerberg said that it's ridiculous that @facebook contributed to the spread of fake news? Liar.… https://t.co/YcsNF6cfkK
4329                                                             RT @GetUp: @PeterHayesLabor @Chevron No. We don't. The fact that Chevron pays no tax is outrageous. No ifs ands or buts.
4330                                                                       RT @SierraClub: Climate change deepening Horn of Africa's hunger crisis (via @Reuters) https://t.co/NJ7OoJ4VQT
4331                                                                             Do you know that @facebook has a tool to monitor non consensual images.  @FPB_ZA https://t.co/tKMW6GMyKc
4332                                                                                BRIEF-Weyerhaeuser says Q1 earnings per share $0.21 https://t.co/DZe7TcqFeq Via @Reuters #companynews
4333                                                                      RT @hannover_messe: Meet the cutest customer service robot EVER ❤️ @IBM @IBMWatson #HM17 https://t.co/HXxnzCJFe4
4334                                               RT @pewresearch: Journalism research dir. @asmitch discusses using @Google search data to study public interest in #FlintWaterCrisis… 
4335                                              RT @ay3sha85: Check out Avon Far and Away Gift Set + Free Nail Varnish &amp; Lipstick + Free Mini Samples https://t.co/LSJUbtxhGp @eBay
4336                                                                                                                        Look what I found on @eBay! https://t.co/MrzPNHQ0RU via @eBay
4337                                         #Volkswagen at the 38th Vienna Motor Symposium: new 1.0 #TGI engine @UKVolkswagen @VW @VolkswagenIE https://t.co/St4xfkHqXK #cng #biomethane
4338                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4339                                                        Check out Megabass XJ 100 Live x Smolt Super Ayu 3pcs set Free Shipping From Limited Japan  https://t.co/hIzmbdjeRQ via @eBay
4340                                                                                                            @Ryanair hello. Any idea when your April flights will be out?  Thank you.
4341                                                                        RT @Reuters: EXCLUSIVE: Trump says he thought being president would be easier than his old life. Read more:… 
4342                                               RT @VeritasUnitus: @Forever_Lucid @TDShaughnessy @Reuters We are pretty sure NK leader is not stable. So what is wrong with our POTUS?
4343                                                                                                       #POWERWEF Director of @IBM Africa also welcomes guests https://t.co/S0W4dYlDXa
4344                                         RT @MalcolmNance: This is NOT a game. @Reuters interview give a terrifying glimpse into Trumps mindset on Korea in one sentence. https://t.…
4345                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4346                                                                                               RT @Truth2Pwer: @Reuters This man cannot be trusted to lead cub scouts to McDonalds...
4347                                                 Check out 52.80 Ct. Natural Blue Copper Turquoise 31 Mm Round Cabochon Loose Gemstones #KIRTIIMPEX https://t.co/sz6ejOFp1W via @eBay
4348                                                  Check out 12 Ct. Natural Designer Arizona Turquoise Oval Cabochon Top Loose Gemstones #KIRTIIMPEX https://t.co/3QLB44KpE6 via @eBay
4349                                                                                                                  Check out my listing on @eBay: https://t.co/nlnQdGh1w7 via @eBay_UK
4350                                                        Check out Green Dragon Veins Fire Agate Teardrop Pendant Gemstone 30x20x8mm #Bhajwatijewels https://t.co/vQgAwUZZ9p via @eBay
4351                                                                                                  Brilliant add by Heineken @Heineken https://t.co/OlRWEqiC6O https://t.co/NrPDudT16O
4352                                                                                I could literally cut a bitch with this new style @Visa @Chase @amazon @AmazonHelp #creditcard #prime
4353                                                                                                @khopwood @SabrinaVau @facebook We have our representative - @rlamego - there too! :)
4354                                                                                                                                  Casting JonBenet is on @netflix today!! 🙌🏼🙌🏼 🐟
4355                                                                                                                                                               The new @Apple store ❤️
4356                                                 RT @thevirdas: WE'RE LIVE! My Special 'Abroad Understanding' is now on @netflix The 1st ever Netflix Original from India. Do Share… 
4357                                                                                        RT @ISBDESIGN: Check out 100 Android Paid Apps Pack Latest  https://t.co/J6WLi1Yomm via @eBay
4358                                                                                        RT @ISBDESIGN: Check out 100 Android Paid Apps Pack Latest  https://t.co/J6WLi1Yomm via @eBay
4359                                                                                        RT @ISBDESIGN: Check out 100 Android Paid Apps Pack Latest  https://t.co/J6WLi1Yomm via @eBay
4360                                                                                        RT @ISBDESIGN: Check out 100 Android Paid Apps Pack Latest  https://t.co/J6WLi1Yomm via @eBay
4361                                                                                       Frugal U.S. consumers seen holding back first-quarter GDP https://t.co/8QfyU0VHhQ via @Reuters
4362                                             RT @9heroesStartups: Google parent Alphabet's profit over 5 billion dollars https://t.co/gJGpWIkclm via @Reuters #google #money #android
4363                                                                                                                                         @Reuters another devil in the WH ..I said it
4364                                         @Reuters @JoeNBC We can't have foreign power install our govt 4us. The way 2wipe out this is new election. Not keep… https://t.co/5pwYEyQkmE
4365                                         @SamwiseResists @DQKennard @PrplLilac @Reuters He's surrounded himself with 'advisors' who tell him what he wants t… https://t.co/cMdl2tKJwB
4366                                                                                            @Naughty_Dog @amazon post legacy is 40$? Unless it's extremely short no one believes that
4367                                                                                        @Ryanair hi has the flight that left from Liverpool at7am to morocco Marrakesh landed yet????
4368                                         RT @Reuters: UPDATE: Reuters is removing this audio clip. Read more from our interview here: https://t.co/sMWcPfHSwP https://t.co/mGcunvFFys
4369                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4370                                                        Check out Pretty Design Labradorite Stone 925 Sterling Silver Jewelry Ring R4661 #Statement https://t.co/W54oK7VQQp via @eBay
4371                                            RT @hm: These nail art ideas go from subtle to full-on shine! Tutorial now at https://t.co/EioHv1l6of #HMMagazine https://t.co/56LmMh7hg4
4372                                                                        RT @Reuters: EXCLUSIVE: Trump says he thought being president would be easier than his old life. Read more:… 
4373                                                              DELUSIONAL:Trump says he thought being president would be easier than his old life https://t.co/5CTNxXZjvJ via @Reuters
4374                                                          RT @Reuters: Holocaust controversy back to haunt Le Pen's election campaign https://t.co/6OnI1FqX3C https://t.co/LiutafWGwQ
4375                                                        @Reuters Each Republican President wants his war. Trump just wants to leave his name in the history book. IRRELEVANT CONFLICT
4376                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4377                                                        @comcast Lets say I only download one game a day. Say that game is the size of gta5 i would reach your garbage cap in 20 days
4378                                                              Exclusive: Trump says he thought being president would be easier than his old life https://t.co/nrdjjk49FJ via @Reuters
4379                                                                                             @erinchristielee @Apple honestly they're so stupid! I have had to buy 3 last 2 months 😶
4380                                                                        RT @Reuters: EXCLUSIVE: Trump says he thought being president would be easier than his old life. Read more:… 
4381                                                         Just received my 10th 5-star review on @amazon for my album #Musicforballetclass Vol.1!! Yeaijj 🙏😀 https://t.co/d2LNfEMipC
4382                                                                Check out Vintage LL BEAN LEATHER BELT SIZE 26 Tan BROWN Freeport Maine USA #LLBean https://t.co/uD2S71xbdO via @eBay
4383                                                                                                                                                         @Reuters @joesonka It shows.
4384                                                                                                                                            @Bayer @RenateKuenast Challenge Accepted!
4385                                                          Check out 925 STERLING SILVER EXCLUSIVE SPIRAL DESIGN RING R3785 #SilvexImagesIndiaPvtLtd https://t.co/cb3jesmTAe via @eBay
4386                                                                                                 @comcast why do you like you need to limit my data?  Do you want to lose a customer?
4387                                                                        RT @Reuters: EXCLUSIVE: Trump says he thought being president would be easier than his old life. Read more:… 
4388                                                                                               @jpjr79191 @McDonalds @NintendoAmerica Hopefully you find him soon! They're nice toys!
4389                                                                        RT @Reuters: EXCLUSIVE: Trump says he thought being president would be easier than his old life. Read more:… 
4390                                                                                        RT @ISBDESIGN: Check out 100 Android Paid Apps Pack Latest  https://t.co/J6WLi1Yomm via @eBay
4391                                          #Cyp17webFoE: @Google Arnd Haller - 90m flagged videos removed. Pol pressure on son media providers has increased to remove content faster.
4392                                     RT @Cost2Build_UK: We have a £25 @amazon gift card to give away! Just RT &amp; follow for a chance to win. We'll announce the winner on later t…
4393                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4394                                                              Check out Mountain Biking magazine Top drills Buying guide Cross country Jump trails  https://t.co/uS4qR8iY2j via @eBay
4395                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4396                                                                        RT @Reuters: EXCLUSIVE: Trump says he thought being president would be easier than his old life. Read more:… 
4397                                                                     Exclusive: Trump spurns Taiwan president's suggestion of another phone call https://t.co/NEpjgv940y via @Reuters
4398                                           RT @dylanjordan: The coolest way to capture Coachella! Made with the @HP Spectre x360 &amp; Pen thanks @taystdesign for the illustration… 
4399                                              RT @tech_mahindra: A glimpse into how @tech_mahindra &amp; @SAP are coming together to create connected experiences! #SayHelloToDAVID… 
4400                                                              RT @Reuters: Exclusive: Trump says he thought being president would be easier than his old life https://t.co/uwJFeQ2hW0
4401                                                 RT @ReutersUS: MORE: Trump tells @Reuters he credits North Korean leader Kim as 'not many 27-year-old men could go in and take ove… 
4402                                                                                                          RT @Reuters: Tech firms race to spot video violence https://t.co/BcfQEzLgSl
4403                                              RT @BishopWeston: @Google Trends reveals UK Vegan trend doubled 2016 - 2017 beating gluten free &amp; vegetarian in analysis ahead of… 
4404                                                                                             RT @zatchry: @Reuters If only someone knew how hard it would be. https://t.co/XVzT26SmiK
4405                                                                                                                   @AltWhiteHouse17 @MalcolmNance @Reuters Thanks 4 Sayin Something!!
4406                                                        Check out Legends Fuzzy Friends Black Bear Teddy Bear Canada Hunting Coon Cap Stuffed Anim  https://t.co/eagqFIZxiL via @eBay
4407                                         RT @MalcolmNance: This is NOT a game. @Reuters interview give a terrifying glimpse into Trumps mindset on Korea in one sentence. https://t.…
4408                                         RT @MalcolmNance: This is NOT a game. @Reuters interview give a terrifying glimpse into Trumps mindset on Korea in one sentence. https://t.…
4409                                                   RT @ATT: #SuperSaturdayNight gave us all the feels... again! Thank you Swifties &amp; stay tuned for the special cut coming soon… 
4410                                            RT @thisisrobsmith: Congratulations to @Walmart on being the de facto sponsor of Arkansas' unprecedented attempt to execute 8 people in… 
4411                                                 Check out Gorgeous Faceted Peridot Garnet Swiss Blue Topaz Silver Plated Necklaces Jewelry #Choker https://t.co/6RKET0zNPv via @eBay
4412                                                                        RT @Reuters: Exclusive: Trump complains Saudis not paying fair share for U.S. defense https://t.co/iCS8nlcGwy
4413                                                                                          RT @MAGALutherKing: @jewish_beyonce Do it. I am sure you'll be a great @Starbucks employee.
4414                                                                       Check out Wonder Woman bow barrette on a french clip #Handmade https://t.co/4SBPXPIOn8 via @eBay #shoppershour
4415                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4416                                         Most hilarious hostage scene in crime fiction history! TWELVE TO MURDER #mystery #KindleUnlimited #IARTG via @amazon https://t.co/l0y6tgJrjS
4417                                     RT @tomkeene: #FF @iTunesPodcasts pls subscribe &amp; REVIEW https://t.co/DKQsbW44O8 we are humbled by the response thx to @BankofAmerica for d…
4418                                                                           Check out Original Abstract Painting on Canvas.Kandinsky Style #Abstract https://t.co/ohDRQdcj0P via @eBay
4419                                                 RT @ReutersUS: MORE: Trump tells @Reuters he credits North Korean leader Kim as 'not many 27-year-old men could go in and take ove… 
4420                                                                        RT @Reuters: EXCLUSIVE: Trump says he thought being president would be easier than his old life. Read more:… 
4421                                                                                                          Wtf @McDonalds why are you taking away orange hi-c 😒😡😡😡👎🏾bad decision
4422                                                                  Check out Pink Finger Sleeve Clit Love Adult Sex Toys Australian Seller Fast Delivery https://t.co/FrhbJkqbnW @eBay
4423                                         Much fun had doing the filming for @ProvarTesting to show how we use Provar in @tes for our @salesforce implementat… https://t.co/kzh3816ikF
4424                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4425                                                        RT @ZeljkaPotoku: .@TheGlobalGoals @UN @GlobalGoalsUN @hrw @Msg_of_Humanity @GlblCtzn @KimAllenPEng @amazon @UNICEF @SpaceX… 
4426                                         RT @Nestle: Our 2030 ambition: Zero environmental impact in our operations to support the #GlobalGoals: https://t.co/TEfW9cdi5n https://t.c…
4427                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4428                                                                                    @mollywalkerz @Reuters Amen sister.  View everyone as individual and life can be surprising good.
4429                                         RT @therealyemo: Breaking: $30m cocaine missing at Tema Port. @cnnbrk @BBCBreaking @FoxNews @cnni @CBS @ABCBreaking247 @BBCHARDtalk https:/…
4430                                                                        RT @Reuters: Exclusive: Trump complains Saudis not paying fair share for U.S. defense https://t.co/r1r67wjh42
4431                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4432                                         @Apple Can we use more of ourselves and ask less of planet answers walk more stop wasting food stop using more elec… https://t.co/5z9JLqJj2N
4433                                                                         RT @rogerfederer: Always nice visiting @Nike HQ. Something's different this time #18 https://t.co/PDLnc1ZsD1
4434                                                                                                        @ReutersUS @axlsgirl13 @Reuters What can anyone say about this ignorant prez?
4435                                         RT @MalcolmNance: This is NOT a game. @Reuters interview give a terrifying glimpse into Trumps mindset on Korea in one sentence. https://t.…
4436                                                   RT @Reuters: UPDATE: South Korea's defense ministry says no change to position that U.S. bears the cost of THAAD deployment - Yo… 
4437                                                                                                                             @Reuters 🇷🇺🇷🇺🇷🇺🇷🇺🇷🇺🇷🇺🇷🇺🇷🇺🇷🇺😂😂😂😂🤔🤔🤔🤔🤔🤔🤔🤔loser
4438                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/dhNdV7C1ml
4439                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4440                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4441                                                                                #Trump complains Saudis not paying fair share for U.S. defense via @Reuters - https://t.co/LqRHpYnF5U
4442                                         RT @Reuters: Exclusive: Trump says he thought being president would be easier than his old life https://t.co/AJkxN06MBl https://t.co/Dob7qU…
4443                                                                           Thank you @HSBC and @pmm_acc for volunteering your time at Blackburn Beer Festival https://t.co/00q3TMNPN8
4444                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4445                                               RT @IBM: .@IBMResearch patents technology that enables #drone-to-drone package transfer: https://t.co/vGjJnuXIsm via @Mashable #patent
4446                                                                                         RT @NikkiLouWrites: Check out Newborn Baby Girl Clothes Bundle https://t.co/g2nh2MObxl @eBay
4447                                         RT @MalcolmNance: This is NOT a game. @Reuters interview give a terrifying glimpse into Trumps mindset on Korea in one sentence. https://t.…
4448                                                 RT @MSF_access: 2/ Check if you have money in @Pfizer @GSK + use this power to demand they ⬇the pneumonia vax price to $5/child in… 
4449                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4450                                         Yeah! Its here! @kendricklamar #DAMN CD. Thanks to Kendrick for AMAZING album and to @amazon for a good and fast se… https://t.co/SbhVp8STkJ
4451                                                 @Reuters Eyes rolled out of my head on that one Does he think presidents age twice as fast cause it's a cake walk ? He's so clueless
4452                                                                          RT @birdwriter7: Check out my author page at this easy to remember url! https://t.co/5tgWFR8MKI via @amazon
4453                                                         RT @GCNIndia: Thank You !! @ONGC_ @gailindia @BASF @relianceindltd @Essar_Oil @SchneiderIndia @YESBANK @oilpr @ntpclimited… 
4454                                                         Check out The Saturday Evening Post magazine Norman Rockwell Illustrations Pictures Print  https://t.co/B1Vn8VDazm via @eBay
4455                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4456                                         RT @GRSBagging: Did you know you can now follow @GRSRoadstone and @GRSBagging on Facebook too! https://t.co/byKMGojkjm @facebook #WeGoBeyond
4457                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4458                                         RT @CREATIVE_ACTION: Apple Dubai mall by Foster + Partners features giant 'solar wings' art installation https://t.co/cTwRTQAkLE @Apple @Wh…
4459                                              RT @BronckoBamma: @Reuters I can hardly believe that choosing the right thread count for a pillow could be more work than repealing a… 
4460                                                                                THE ALIEN PREDATOR HELMET STREET FIGHTER STYLE DOT APPROVED #CELLOS https://t.co/HYZxh6BNIV via @eBay
4461                                                           RT @Reuters: More Americans say race relations deteriorating: Reuters poll https://t.co/gefjKuCjGk https://t.co/wKpnCSMDBZ
4462                                               RT @AimeeDemaio: @AinmBreige @MrsJournell @lunster81 @Siemens I'll agree with regulations that specifically disadvantage small compa… 
4463                                               @ashleeterra @hm Sure did. At the @uppercanadamall too. Twice. They had to make sure I knew I was buying boy clothes while paying too.
4464                                                                               French would-be president Macron says would seek Poland sanctions https://t.co/UVmcPGpT4w via @Reuters
4465                                                                                                                           @att @verizon Where you you stand? https://t.co/mBpwq68Zxb
4466                                         RT @MalcolmNance: This is NOT a game. @Reuters interview give a terrifying glimpse into Trumps mindset on Korea in one sentence. https://t.…
4467                                                        Check out 30.45Cts. Lovely Oval Moonstone Size approx.. 08X14MM CABOCHON GEMSTONE #Handmade https://t.co/rsMFbSVTRg via @eBay
4468                                         RT @MalcolmNance: This is NOT a game. @Reuters interview give a terrifying glimpse into Trumps mindset on Korea in one sentence. https://t.…
4469                                                                                   RT @Reuters: Pope Francis arrives in Cairo seeking to mend ties with Islam https://t.co/jeFWxxNhBZ
4470                                                                Dried seafood small-sized abalone 350 gram from South China Sea Nanhai JOHNLE... https://t.co/Seeq4g6c3t 来自 @amazon
4471                                                               Check out Premiere magazine Fantastic Beasts Denzel Washington Benedict Cumberbatch  https://t.co/E5KLtmuen6 via @eBay
4472                                                                   Check out Cry The Beloved Country Alan Paton Rare Vintage Copy Penguin Books 1959 PB https://t.co/2BnLW44rG9 @eBay
4473                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4474                                                                                                 Check out Hand Knitted Lace/Eyelet Waterfall Wrap  https://t.co/5nR2KWTHo0 via @eBay
4475                                         RT @LornajaneCosign: LOVE these cards! #Vintage #Pinochle Nautical Ship Plastic Coated KENT Playing Cards  https://t.co/NaFFwFbEr0 via @eBay
4476                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4477                                                                                                 I just checked in @kroger with #mPLUSPlaces Download today!  https://t.co/kr6bHUTEZB
4478                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/GT3zCONOpK
4479                                                           RT @Reuters: More Americans say race relations deteriorating: Reuters poll https://t.co/gefjKuCjGk https://t.co/wKpnCSMDBZ
4480                                         RT @Reuters: Exclusive: Trump says he thought being president would be easier than his old life https://t.co/jf9yWOkzWz https://t.co/uegBUF…
4481                                                                                Check out Ann Taylor Skirt Black Dress up Elegant #AnnTaylor #ALine https://t.co/gdlsZ7GaVW via @eBay
4482                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4483                                                         Check out 15.90Cts. 100% Luxurious RAINBOW MOONSTONE FANCY ROUGH FLASHING LOOSE GEMSTONES  https://t.co/4HpcXcDIkC via @eBay
4484                                                                                                                     Check out my listing on @eBay: https://t.co/8AFifZz7Nl via @eBay
4485                                                                                                                                                           @ASOS you stocking yeezys?
4486                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4487                                                   Check out Zippo Slim Vintage Ivory White Engravable Cigarette Lighter Rare Original Case  #Zippo https://t.co/b74eTQjSZt via @eBay
4488                                                     @Reuters To make this job easier you must put down the SWORD AND TAKE UP THE CROSS. He Who Lives By The Sword Dies By The Sword.
4489                                                                                                                                             @KelloggsUS I voted  #TEAM SUNDAYENTRY 4
4490                                     RT @Cost2Build_UK: We have a £25 @amazon gift card to give away! Just RT &amp; follow for a chance to win. We'll announce the winner on later t…
4491                                                                                                                                           Thank you @comcast https://t.co/NxJzKwIGWq
4492                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4493                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4494                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4495                                                                                 @Reuters @doctorow Who knew having long golf weekends at a luxury resort most weeks was such a slog?
4496                                                 Check out Vintage Wooden Accordion Wall Rack Hooks Expandable Farmhouse Kitchen King  #KitchenKing https://t.co/IgqvmHODui via @eBay
4497                                         RT @Reuters: Grumbles and early warning signs for Trump as he marks his 100th day in office on Saturday: https://t.co/NvptMdhBN0 https://t.…
4498                                                                RT @gartenrehn: @maudglib @New_Jersey87 @ReutersUS @Reuters Let the crouch kicking begin...👇 https://t.co/3bv8u5mV2E
4499                                           @Spookypandagirl @GlassReflection @Wendys I love all this Wendy's art. Why is there so many @McDonalds sponsorships and not them in anime?
4500                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4501                                                                                    RT @terrylwhite: 10 @Adobe Keyboard Shortcuts You Should Know #art #teach https://t.co/DMBVuIs02S
4502                                                                                                                 @Variety @netflix Better than Amy Schummer so It gets at least that.
4503                                                                                             RT @specialkitty2me: @Reuters good. maybe the stress will give you a killer heart attack
4504                                                                                         @kushkandy95 @CASEYOREO @Reuters The financial one *and* the one that's covered by his suit.
4505                                                                                                 Check out Canvas And Glitter Make Up Bag From Benefit  https://t.co/KycBS1s6oK @eBay
4506                                                       Check out Liz Sport S shirt top blouse crinkled floral button front womens #LizSport #Blouse https://t.co/Y85Cd37bjb via @eBay
4507                                                                                  RT @Reuters: Brazil cities paralyzed by nationwide strike against austerity https://t.co/RKyil7QF8n
4508                                                                                      RT @Reuters: JUST IN: First quarter growth weakest in three years as consumer spending falters.
4509                                                         RT @Adobe: Up for grabs: $600B across ~5.5 connected devices per millennial. Make the most of your cross-device marketing:… 
4510                                                                  JFC @Starbucks you'd think something that was advertised as an almond milk latte wouldn't have milk hiding in there
4511                                                                  JFC @Starbucks you'd think something that was advertised as an almond milk latte wouldn't have milk hiding in there
4512                                         RT @therealautoblog: Is @Hyundai hiding a future sports car in plain sight? Watch this video to see for yourself https://t.co/c0Ab4LHsbb ht…
4513                                                                Check out JONES NEW YORK Sport Woman Tunic Top Size 3X Tie Dye Blouse V-Neck 3/4 Sleeve https://t.co/1mWKBMBHN7 @eBay
4514                                                                                                I just checked in @Walmart with #mPLUSPlaces Download today!  https://t.co/zcygxsEFNw
4515                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4516                                                  Check out 6 Ct. 6 RAY Red Star Ruby Certified Natural Oval Shape Loose Gemstone d-207 #EmeraldHub https://t.co/ltNhVACc0W via @eBay
4517                                                  RT @dtbeautyebay: Check out BellaPierre Cosmetics Color Correcting Concealer Palette #BellaPierre https://t.co/2Bw8pQ4fRg via @eBay
4518                                                                                                       Check out Playstation 2 Guitar Hero 2 Game *EUC* https://t.co/a65X1d7Djc @eBay
4519                                                            Check out 0.6 CTS 100% NATURAL FINE QUALITY OVAL 6.5X4.8 MM AQUAMARINE CUT STONE AQA68  https://t.co/PgiG4VMtA5 via @eBay
4520                                                               Check out #FreePeople Purple Blue Floral Sheer Button Down Shirt Sexy Boho Hippy Gypsy M https://t.co/iQFBLKed6W @eBay
4521                                                                                        @Tesco little problem with my delivery this morning.... what do I do? https://t.co/hDNgBjEuEq
4522                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4523                                                        Check out Free Shipping 114.5 Ct. Swiss Blue Topaz Fine Emerald Cut Loose Gemstone  J-3901  https://t.co/NfhucIRtj3 via @eBay
4524                                                                      RT @Citi: 24 #CitiVolunteers from around the globe are setting off for Uganda to work w/ local entrepreneurs:… 
4525                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4526                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4527                                                                                      RT @Reuters: JUST IN: First quarter growth weakest in three years as consumer spending falters.
4528                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4529                                                                                                   Check out FISHER PRICE LITTLE PEOPLE PINK DUMP TRUCK https://t.co/9lmlR0mgMj @eBay
4530                                          @NYDawgFan1 @Reuters Republican Party didn't have enough votes for health care!! Everything else has been EO?! The… https://t.co/d2QizMVz2c
4531                                                                                  RT @Reuters: Brazil cities paralyzed by nationwide strike against austerity https://t.co/RKyil7QF8n
4532                                                                                                                                        @bakedalaska @Angelbowranch @pepsi Too funny!
4533                                                   RT @wachsy1: @shewhopersists @VerizonSupport @verizonfios So not surprising! @VerizonSupport @verizon sucks. Customer service is… 
4534                                            RT @rainbowsuz: Check out ADVENTURES IN BABYSITTING DVD 1987 Elizabeth Shue &amp; Kids Night in Chicago New https://t.co/cS42RB0zbR @eBay
4535                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4536                                         RT @AmarAmarasingam: A desperate escape: great report by @Reuters on Rohingya Muslim refugees fleeing across the border to Bangladesh. http…
4537                                                       Check out Fabulous Large Vintage Signed FLORENZA 4  Necklace Pendant ~ Faux Pearls #Florenza https://t.co/vd1n33kE8V via @eBay
4538                                                           Check out AN ORNATE MED OAK 3 BAY WELSH DRESSER DISPLAY CABINET DRAWERS CUPBOARD LIGHTS  https://t.co/ERqXeU4HRF via @eBay
4539                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4540                                                           RT @Reuters: Pope Francis arrives in Cairo seeking to mend ties with Islam https://t.co/WC0vVFBNu4 https://t.co/i4o4asumhy
4541                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4542                                                                  @LawyerRogelio @Reuters Hey Trump! Do you think it's easy to wake up every morning and you are still the president?
4543                                                                 .@davidaxelrod @onion @Reuters You just can't make this stuff up... In what alternative universe is this man living?
4544                                                                              Congress readies votes Friday on bill to avert government shutdown https://t.co/bYFUavRblf via @Reuters
4545                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4546                                                                 Silvesto Jaipur Red Quartz Gemstone 925 Sterling Silver Overlay SZ 7.5 Ring P... https://t.co/wAd30imDE1 via @amazon
4547                                                           RT @Reuters: Pope Francis arrives in Cairo seeking to mend ties with Islam https://t.co/WC0vVFBNu4 https://t.co/i4o4asumhy
4548                                             RT @CJSolar: Going live on  @LAubergeLC 's @facebook 5:30PM today after soundcheck for tonight's show. Tweet them your questions! ❓❓❓
4549                                         RT @Reuters: Exclusive: Trump says he thought being president would be easier than his old life https://t.co/jf9yWOkzWz https://t.co/uegBUF…
4550                                                                        RT @Reuters: EXCLUSIVE: Trump says he thought being president would be easier than his old life. Read more:… 
4551                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4552                                                 VTG Small Silver Tone Trinket #Jewelry Box W/Floral Design #Japan  https://t.co/5vLALMR2P4 via @eBay #ebay #collectibles #trinketbox
4553                                                                                      @McDonalds gave the wrong bag this morning but it worked out for me because I got a free muffin
4554                                                              RT @JoshEstrin: Great cars ! #BMW RT @WildbrtEinstein: @JoshEstrin @BMW Get the 7 series. I had two 745s. Rocket ships.
4555                                                                          RT @birdwriter7: Check out my author page at this easy to remember url! https://t.co/5tgWFR8MKI via @amazon
4556                                                       Check out 1984-85 OPC Chris Chelios RC # 259 HOF Montreal Canadiens NM-MT #MontrealCanadiens https://t.co/LBq2hsaf6Y via @eBay
4557                                                    @Reuters He must have a shit job. He has to spin bullshit into a press briefing every day. He's like a fucked up Rumpelstiltskin.
4558                                                                                                                            @ihatepundits @REnsslin @ReutersUS @Reuters He said this?
4559                                                              RT @JoshEstrin: Great cars ! #BMW RT @WildbrtEinstein: @JoshEstrin @BMW Get the 7 series. I had two 745s. Rocket ships.
4560                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4561                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4562                                                                                                                                                           @exxonmobil It hard to say
4563                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4564                                                   Dear @facebook. I was not tagged nor did I tag anyone. I'm seeing all the time. This is garbage. Fix This. https://t.co/g2a7TW03IH
4565                                                         Check out Foremost 397885 GAEM2432 Gazette 23 1/2 in. W x 32 in. H Mirror in Espresso NEW  https://t.co/VSMi1bMhck via @eBay
4566                                         RT @JewelWood: I just entered the Hamilton Beach Indoor Searing Grill #Giveaway! #Grillit @hamiltonbeach @Walmart @ahappyhippymom https://t…
4567                                                                                                        @Reuters @jimenezana No thanks. I'm volunteering at the Ebola clinic today...
4568                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4569                                                                 From Raccoon Poop to Pansies: How To Use the Power of Positive Thought Waves ... https://t.co/BTIDrDixq4 via @amazon
4570                                                                      RT @a_coops1: @davidgaffen @Reuters @Nasdaq Thank you David!!! A joint effort with the inimitable @Florence_Tan
4571                                         RT @MalcolmNance: This is NOT a game. @Reuters interview give a terrifying glimpse into Trumps mindset on Korea in one sentence. https://t.…
4572                                                                               Check out Jimmy Buffett Margaritaville LED Neon Light Sign Man Cave  https://t.co/wIUx265GTh via @eBay
4573                                                                                                                     @PierreBus380 @Boeing Because they're worried about it probably.
4574                                                              RT @JoshEstrin: Great cars ! #BMW RT @WildbrtEinstein: @JoshEstrin @BMW Get the 7 series. I had two 745s. Rocket ships.
4575                                                  Check out Vintage Leather Shoulder Bag Hand Tooled Embossed Woven Edging American Eagle #Handmade https://t.co/7iPSdwlQVL via @eBay
4576                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/TUshOLRpJ7
4577                                                                                         Check out Women's Green And White Ruffle Front Halter Top SZ S https://t.co/JWnH1svZEF @eBay
4578                                         @Reuters @AP Sweden Sami parliament Election 2017.The Socialist democratic party @socialdemokrat kidnapped my famil… https://t.co/v77Oeg3CJT
4579                                                              Exclusive: Trump says he thought being president would be easier than his old life https://t.co/2hkVVf1M1u via @Reuters
4580                                          RT @Disney: Be Enchanted by this Magical Disney's Fairy Tale Wedding Portrait Session: https://t.co/LulDEN2toC 📷✨ https://t.co/VSxVOp7rRI
4581                                                                                            Check out Vineyard Vines Corduroy Preppy Skirt Green Size 4 https://t.co/fDoFH3cWcz @eBay
4582                                                            Check out VTG JAJ PYREX GAIETY PLATES &amp; BOWL Milk Glass Snowflake Pattern 50s 60s Retro https://t.co/i3tm08utXb @eBay
4583                                                                                    RT @aKtivist01: I love my @Starbucks but your lids suck! #coffee #epicfail http://t.co/e4v0HdpMzQ
4584                                                           RT @Reuters: More Americans say race relations deteriorating: Reuters poll https://t.co/gefjKuCjGk https://t.co/wKpnCSMDBZ
4585                                                      RT @Court_Randall: https://t.co/vPjQsxyI6e 80k UNICORNS out there wanted to learn how to make my DIY @Starbucks creation!😍🦄🎉
4586                                                               PLA PICK UP EYEWITNESS OR ILL CRY #wewanteyewitnessseason2 @hulu @netflix @Showtime @heretv @HereMediaInc @AmazonVideo
4587                                                                        RT @Reuters: EXCLUSIVE: Trump says he thought being president would be easier than his old life. Read more:… 
4588                                           Yes! The @Ford Explorer was great! The driver's assist safety features really help on a long road trip. #tmomford… https://t.co/M8fKWSj5ep
4589                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4590                                                    @bookingcom I have already DM'd with you previously and the response was to call customer service. As you can see that went well.
4591                                            .@Bluej @Oracle @java @jdk @EclipseFdn @unity3d @Office365 @windowsweekly @ubuntupodcast @Atlassian @AtlDevTools… https://t.co/NKDmdQjuzl
4592                                                                                                     @itweethottakes @JordanJamie @comcast @comcast do you want to be know as snakes?
4593                                                         RT @birdwriter7: #ChildrensBookWeek #Reading #May1st -Snugs the Snow Bear by Suzy Davies https://t.co/u71hjlWxGw via @amazon
4594                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4595                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4596                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4597                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4598                                          That can't be the end of #OutsidersWGN - we need more time on #ShayMountain - #ShayMustStay @netflix @SonyPictures… https://t.co/caahbJxTxN
4599                                                                                                         RT @memekingpin: hey @pepsi that shit is not working https://t.co/ksJlbytqJ7
4600                                         RT @MalcolmNance: This is NOT a game. @Reuters interview give a terrifying glimpse into Trumps mindset on Korea in one sentence. https://t.…
4601                                          RT @Car01am:  @HarveyBurgess One of @amazon 's  BEST-REVIEWED MYSTERIES. KISSHERGOODBYE https://t.co/hScKTxL9AO ..it's the TRUTH - no dare.
4602                                                                                           RT @SrInterrogante: @pepsi Spain is looking at you right now like: https://t.co/4NLajfqLHl
4603                                                                        Check out Madame Alexander Teddy Bear Doll-McDonald's Doll #MadameAlexander https://t.co/Mbx4zavjDl via @eBay
4604                                                                          Chiffon Cardigan Long Irregular Top Blouse Beach Shawl Dress by booegies9 https://t.co/hNatgV2aQ2 via @eBay
4605                                                             @Reuters Move over and let someone with a brain do the job!! Get the he'll outta here and take your swamp rats with you!
4606                                                                           RT @TerranceMcBrid5: Look what I found on @eBay! https://t.co/nmHkpl52El via @eBay https://t.co/3i6AQiEX38
4607                                                 Deadpool Jacket in Red And Black Leather https://t.co/6aap1BxcUQ via @eBay #starwars  #mensstyle  #comiccon… https://t.co/ko2GCvqWBv
4608                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/OkEQfoXer6
4609                                         @Reuters Sounded like a guy who doesn't know how to fix cars trying to fix his car not anything close to presidenti… https://t.co/S7bEDzvMud
4610                                                  Hall Autumn Leaf 2 Oval Platters and 1 Vegetable Salad Bowl Ivory and Floral #Hall https://t.co/2TpMHqsALM via @eBay #MildredPierce
4611                                                                                                                            RT @netflix: Welcome to your tape https://t.co/juAMcd0jjU
4612                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4613                                                                        @NBCUniversal @netflix somebody give #xenarevival to us!! Don't take the magic away!! https://t.co/2Kvmxx54x2
4614                                         @katiecouric @Reuters he is always welcome to quit this difficult job and go back to his old life - in fact - encou… https://t.co/UBRUljMuDn
4615                                                                    RT @Disney: Best prom ever! ✨ @DisneyStyle's lookbook is gleaming and glowing with inspiration. See more here:… 
4616                                          The @Sony Walkman series devices sport Bluetooth and NFC communication technology for pairing and audio streaming … https://t.co/kBshXoU0SM
4617                                                                             Check out Finding The Treasure-An original oil painting by Lisa Aerts  https://t.co/SUDdKtuyXf via @eBay
4618                                                                              Check out DENTAL IMPRESSION MATERIAL KLONE PUTTY BASE FAST SET #KLONE https://t.co/flJOMaz4ds via @eBay
4619                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4620                                                                                                                            RT @netflix: Welcome to your tape https://t.co/juAMcd0jjU
4621                                                   RT @SamanthaWojArt: Let's go to @Starbucks @StarbucksCanada #disneyart #timonandpumba #cup #sketch #doodle https://t.co/wQwe2djaVr
4622                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4623                                         RT @Reuters: Exclusive: Trump says he thought being president would be easier than his old life https://t.co/jf9yWOkzWz https://t.co/uegBUF…
4624                                                                                                                                              @Hay_Krizzle @VW @Audi hopefully soon ✌
4625                                              POTUS job easy? Exclusive: Trump says he thought being president would be easier than his old life https://t.co/q3hyqdIb0M via @Reuters
4626                                          @tim_cook @Apple I always wanted to use an apple device but never had and still don't have the money for one but I love the user interface.
4627                                                                           RT @alexa_geee: watching as much #Scrubs as possible before @netflix RUINS MY LIFE https://t.co/OswJleSy70
4628                                            RT @IanRacingHarper: A perfect end to a great day @SOGreatBritain leadership in @BankofAmerica uk in London. Thank you all. See you all… 
4629                                                                                           RT @JKCorden: Tonight Kurt Russell does this to me!!!! @CBS 12.30! https://t.co/2jA6vjd0gW
4630                                                              Pirates of the Caribbean At World’s End Captain Sao Feng Deluxe Action Figure #Disney https://t.co/kk5tKQ5pbg via @eBay
4631                                                 Check out Estate Sterling Silver 925 White &amp; Pink Druzy Hand Crafted Ring Size 12.5 #Unbranded https://t.co/qzqPtiaDVn via @eBay
4632                                                                                              @jon_0624 @GinaLA09 @maggieNYT @Reuters She was too lazy to use google. Comes right up.
4633                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4634                                             RT @lion_of_judah2k: .@theresa_may @Number10gov @Tesco @MoJGovUK @officialUKMail @AdeccoGroup @RussellCooke @DirectLine_UK @LBRuT_Help… 
4635                                           RT @TheSilverLineUK: Are you an employee of @DeutscheBank You can change our future by nominating us for their Charity of The Year - eve… 
4636                                                                                                                             Man @TMobile playing games with my replacement phone smh
4637                                     Only corporate media @nytimes @Reuters  see him .@realDonaldTrump as Presidential &amp; trying to NORMALIZE a LUNATIC L… https://t.co/CtpSrMAFiO
4638                                         RT @GoldmanSachs: $GS Research outlines its case for upgrading Chinese equities on our podcast: https://t.co/yw1VJu6mOz https://t.co/aLwN35…
4639                                                                                            BRIEF-Dirtt says CFO Payne to step down https://t.co/2aDiHO8wYK Via @Reuters #companynews
4640                                                                       Mexico's Bimbo enters Africa market with Morocco acquisition https://t.co/ok3j2JfSiJ via @Reuters @Grupo_Bimbo
4641                                                                                     Check out Custom Nike Air Force 1s High Top Size 10 Mens https://t.co/PXoOP5pDaL @eBay ENDS SOON
4642                                                                                               RT @Fionntsmith: My question at today's #HSBCagm in full @HSBC https://t.co/JvwvaUvQiW
4643                                                RT @MsJamieClayton: HAD A BLAST YESTERDAY @facebook with the cluster and @FreemaOfficial!! @sense8 Season2 is on @netflix MAY 5th!!… 
4644                                                                         RT @Bibiana1Krall: #READ Gender in Fiction: A Collaborative Exploration  https://t.co/iivmR7SFcv via @amazon
4645                                                                                        @MsJamieClayton @sense8 @facebook @FreemaOfficial @netflix Absolutely adore the two of you.😃
4646                                                                         RT @Bibiana1Krall: #READ Gender in Fiction: A Collaborative Exploration  https://t.co/iivmR7SFcv via @amazon
4647                                         RT @MalcolmNance: This is NOT a game. @Reuters interview give a terrifying glimpse into Trumps mindset on Korea in one sentence. https://t.…
4648                                         RT @NatureCutsTags: Strawberry Gift Tags... https://t.co/S3Tz4lFvqf via @amazon #naturecuts #gifttags #giftbag #strawberry #berries #summer…
4649                                                                                       Check out Apple Final Cut Pro X 10.3.1 Genuine Full Version  https://t.co/lcHG2A5eV6 via @eBay
4650                                                                        RT @Reuters: EXCLUSIVE: Trump says he thought being president would be easier than his old life. Read more:… 
4651                                         RT @NatureCutsTags: 50 Assorted 1in Heart Iron On Applique... https://t.co/jngV4xI3sL via @amazon #naturecuts #applique #ironon #hearts #fa…
4652                                                     Check out LRL Lauren jeans co Ralph Lauren petite paisley button shirt womens size M/M #Casual https://t.co/5XLEuoRfUg via @eBay
4653                                             RT @LornajaneCosign: Lot of 5 Different Relaxation Nature Sounds Massage Music CDs Thunder Rainforest  https://t.co/BmGp1gAv0k via @eBay
4654                                         @GeorgeMooreChev @GeorgeMooreChev made me realize why I will no longer own a Chevy   Now I'm a proud owner of a Toyota. Thanks a ton @Toyota
4655                                         RT @NatureCutsTags: Illionis Gift Tags... https://t.co/I6DF6MVeeV via @amazon #naturecuts #gifttags #state #america #midwest #chicago #illi…
4656                                                                         @Theamologist @rasm47 @POTUS @Reuters @CNN @BBCWorld I see you have a hard time understanding basic concepts
4657                                                                                                     @Reuters @realDonaldTrump then by all means go back to your old life. #resignnow
4658                                                               Look what I found on Kylo Ren Unmasked Star Wars @eBay! https://t.co/14qERrkUkh via @eBay #KyloRen #StarWars #Unmasked
4659                                         RT @MDub70Deuce: Want to feel closer to your teen? A @netflix study reveals you should watch their shows! #StreamTeam #ad https://t.co/F81T…
4660                                                                                                                RT @cathimurphy: @JosiahRyan @Reuters @jeffmason1 He is nucking futs!
4661                                                                                                        Tryna give these @DIRECTV / @ATT dudes some donuts but idk where they went 🙃
4662                                                 Check out Vintage Orient Men Wide Bund Band Self-Winding Automatic Watch Hour~Day Date~Run #Orient https://t.co/GDOPpZJAyz via @eBay
4663                                                                                          My Thirty Years In New York City by John Joseph Strangi https://t.co/OCI4lz0Z2o via @amazon
4664                                                                      RT @FedEx: Where do superheroes fly to go on vacation? Cape Town. #NationalSuperheroDay https://t.co/nV5LlE3P2n
4665                                                 RT @SAPNextGen: First #gen ASTRONAUT 🚀@RichardGarriott @SAP on 48th floor @spaceappsnyc #spaceapps #NewSpaceCity #WeAreSAPNextGen… 
4666                                                     RT @Adotalo: Hello @pepsi fancy recipe you got there. Here are the original ingredients we use in Spain. https://t.co/k8ZfRaUWiY
4667                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4668                                                                                                 I just checked in @kroger with #mPLUSPlaces Download today!  https://t.co/KtLO14azZH
4669                                                            RT @lunajean: @ReutersUS @Reuters I shouldn't know more than the President of the United States about North Korea. Right?
4670                                                                              Check out this Amazon deal: Forza Horizon 3 - Xbox One by Microsoft https://t.co/DLrqw9CMSC via @amazon
4671                                                                                   Check out Vintage Genuine ATARI 1010 Tape Drive Deck Only #Atari https://t.co/raytaty9SM via @eBay
4672                                           Check out Rare Vintage #AsicsTiger Shoes Japan Gold White Black Men's 10.5 81878 https://t.co/GGRKTK3DUv @eBay #vintagerunningshoes #ascis
4673                                                                                                                                       @stuberk625 @FedEx @Zurich_Classic Fair enough
4674                                                                                                  RT @Richard_RND: Terrible decision @McDonalds. Don't do it. https://t.co/S3ilqV02I2
4675                                         RT @itsmanhattan: But @Hookeaudio already works on @Samsung ? Samsung is helping Sennheiser bring #3Daudio to Android https://t.co/1wESesUe…
4676                                                        Check out Ultra Love Shorts Size 3 Juniors Denim Ramie Cotton Short Blue #UltraLove #Shorts https://t.co/6LKAZ6c4Xs via @eBay
4677                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4678                                          RT @Disney: Be Enchanted by this Magical Disney's Fairy Tale Wedding Portrait Session: https://t.co/LulDEN2toC 📷✨ https://t.co/VSxVOp7rRI
4679                                                    Check out Betsey Johnson Secret Garden Bee Bow Flower Critter Gold Crystals Necklace NWT #Charm https://t.co/EHyDE1tPe1 via @eBay
4680                                                                                                            RT @Reuters: Syrian youth find freedom in Parkour https://t.co/gIUMXthXer
4681                                                         Check out  Elegant Women Chic Fashion Cloud Yarn Cloche Bucket Flower Lace Summer Sun Hat  https://t.co/HWc9klyNtr via @eBay
4682                                             Been debating the switch from @SamsungMobile to @Apple my phone stopped working this morning - So sell me on why I should stay or switch
4683                                                                    #JohnnyDepp surprises #Disney goers as Capt. Jack Sparrow. The story at https://t.co/ZDzs82NhCG @Disney #surprise
4684                                                                         RT @rogerfederer: Always nice visiting @Nike HQ. Something's different this time #18 https://t.co/PDLnc1ZsD1
4685                                                    RT @Anicka10: @LawyerRogelio @Reuters Hey Trump! Do you think it's easy to wake up every morning and you are still the president?
4686                                                                                            @Tesco seemed to be a lack of fresh fruit/veg in the Swansea store today. Any reason why?
4687                                     RT @moirmela: Our students at @ESCEJL  love to utilize @Microsoft @Office's built-in spellcheck &amp; thesaurus of the French language. cc @tea…
4688                                         RT @MalcolmNance: This is NOT a game. @Reuters interview give a terrifying glimpse into Trumps mindset on Korea in one sentence. https://t.…
4689                                          @AlanSalehzadeh @Reuters Trump makes some sense in here: USA has willingly used extraordinary amounts of money for… https://t.co/1w2TAdDRAF
4690                                                                                                    @McDonalds If you're getting rid of orange hi-c you can say goodbye to a customer
4691                                                          RT @Health2eu: Wondering what 3E's of #digitalhealth is all about? @HealthEugene @Bayer will unlock the secret on May 5th… 
4692                                                                                                                                              @MadameLeoTV @amazon Aww man that sucks
4693                                          I just listed: 'RN Community Health Nursing Edition 6. 0 by ati Nursing Education (2013-05-...'for 5.21 via @amazon https://t.co/eEkEJyrmq6
4694                                           @AsurionCares I'm with @ATT. I just cancelled you due to invalid claim on your books - I was told to I needed to make @ATT correct records
4695                                                          Check out New BLACK + DECKER CHV1410L 16V Cordless Lithium Hand Home Vacuum Dust Cleaner  https://t.co/iTp63lfOiW via @eBay
4696                                                            Check out ANDROID TV BOX Kukele 2017 Strongest Media Player FREE SHIPPING USA  https://t.co/fkUTc78XdI via @eBay FREE HBO
4697                                                                #Facebook says it will act against 'information operations' using false accounts https://t.co/TLSlRvcbgV via @Reuters
4698                                                                Check out 14K Gold Hoop Earrings Michael Anthony Fine Quality #MichaelAnthony #Hoop https://t.co/fYBuOHttQr via @eBay
4699                                 RT @LindaKi61072348: @JohnOSullivan36 @JamilSmith @Reuters @HillaryClinton. She acted wth grace &amp;professionalism &amp; tRump still keeps trying…
4700                                                                                               RT @Fionntsmith: My question at today's #HSBCagm in full @HSBC https://t.co/JvwvaUvQiW
4701                                                      RT @Reuters: Next battleground: An aging Great Lakes pipeline stirs new protest https://t.co/BRyn2e6DHK https://t.co/9eD4ehQUef
4702                                                                                                                                               @clear_Mentality @A1_KH1 @Reuters Food
4703                                                        RT @Kafeerofdn: We are going to be live today on @facebook #KafeeroFoundation #TalkPoint @VUQATV @VUKampala @CentumLearning… 
4704                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4705                                     RT @Cost2Build_UK: We have a £25 @amazon gift card to give away! Just RT &amp; follow for a chance to win. We'll announce the winner on later t…
4706                                          @GoldmanSachs Congratulations for ranking 2nd in our 2017 Ideal Employer for women results! https://t.co/DUwdLMA0Mj https://t.co/io7OqQqQSq
4707                                                              Exclusive: Trump says he thought being president would be easier than his old life https://t.co/8AfXLzCrUw via @Reuters
4708                                                                                                        Is the @Charmin and @ProcterGamble date real or SPIN? https://t.co/7SdDk028d1
4709                                                          RT @adamubow: Waiting for the line to get shorter at #BNA @Starbucks is a lesson in futility... #thisisthelinethatneverends
4710                                                            RT @OtsileJT: @BMW @BMWmistress @BMW_Classic @BMWCCGB @PureBmw Sometimes you don't need a caption https://t.co/kdUhHjWeEa
4711                                     @careygillam @Bayer @MonsantoCo The chemicals these companies sell destroy life &amp; poison the earth.   They get away… https://t.co/cnTqXStXPG
4712                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4713                                                                          RT @Reuters: Pope Francis meets the Coptic Christian flock in Egypt. Via @ReutersTV https://t.co/iV68bBjMGS
4714                                                                            Check out French Walnut Dresser Henri II style with red marble #HenriII https://t.co/QKTWiEPd31 via @eBay
4715                                                 RT @ReutersUS: MORE: Trump tells @Reuters he credits North Korean leader Kim as 'not many 27-year-old men could go in and take ove… 
4716                                                                       RT @hm: The swimsuit is making a loud comeback. Suit up at https://t.co/hgTaGIs3D8 #HM https://t.co/yS9oToBsaj
4717                                                                                                            RT @Reuters: Syrian youth find freedom in Parkour https://t.co/gIUMXthXer
4718                                         RT @danmericaCNN: This @jeffmason1 anecdote is telling: Trump handed reporters 2016 election maps during his interview with @Reuters. https…
4719                                                                                            RT @McDonalds: @hvmz_h Life is all about choices! We're just happy to be one of yours. :)
4720                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4721                                                                                                     @Nike You dont want Lonzo but you signed Manziel lol smh https://t.co/UnKPz08nNb
4722                                                                 #tmobile @TMobile @TMobileHelp @JohnLegere #johnlegere thier OWN employees will tell you that Tmobile are horrible!!
4723                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4724                                                           Check out BRANIFF AIRLINES JUNIOR JR PILOT KIDDIE WINGS PIN CAP HAT BADGE PATCH SET LOT  https://t.co/OCMnQESvAq via @eBay
4725                                                        Check out Austrian Military Surplus Item - Army Men Field Shirt w/ Crest Patch Tag Size 43  https://t.co/1cFXI2VErN via @eBay
4726                                                 Check out Apostrophe Cashmere Childs Sweater Girls Size Med 10/12 Mint Green Short Sleeves #Dressy https://t.co/vRwZra4ELP via @eBay
4727                                                      RT @Reuters: Tillerson: China is ready to deal with North Korea. Via @ReutersTV https://t.co/ORDfcWJHmU https://t.co/AwUb3eDc68
4728                                                                                                                        Look what I found on @eBay! https://t.co/17P0csvwXb via @eBay
4729                                                                                                                       @breundy @sprint @TMobile That's what I've been dealing with!!
4730                                         @Ray_Devlin @British_Airways @Airbus Thanks. All courtesy of my @Apple iPhone 7+. Amazingly versatile. Especially w… https://t.co/r12e4PwcCl
4731                                                                                           RT @Chelseashow: Chelsea's public apology on behalf of @Starbucks. https://t.co/SILTnPplKF
4732                                         RT @MalcolmNance: This is NOT a game. @Reuters interview give a terrifying glimpse into Trumps mindset on Korea in one sentence. https://t.…
4733                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4734                                                      IF @McDonalds REMOVES HI-C ORANGE FROM THE MACHINES CAN THEY AT LEAST OFFER IT FROM THEIR TOTALLY SEPERATE COFFEE SHOP MCCAFE??
4735                                        The @Heineken ad presumes political ideology is as mutable as beer preference. So trans ppl's humanity is treated like an unfamiliar lager.💩
4736                                                                                                                                                    @heykadyje @Google &lt;3 material
4737                                                                                                                          I want a Honey Nut Cheerio frappuccino @Starbucks @cheerios
4738                                                              Exclusive: Trump says he thought being president would be easier than his old life https://t.co/dDoyqDIEJd via @Reuters
4739                                         RT @danmericaCNN: This @jeffmason1 anecdote is telling: Trump handed reporters 2016 election maps during his interview with @Reuters. https…
4740                                         RT @Reuters: Grumbles and early warning signs for Trump as he marks his 100th day in office on Saturday: https://t.co/NvptMdhBN0 https://t.…
4741                                                                                      Check out KEEN Newport Shoes Waterproof Sport Sandals Blue Men 10 https://t.co/CtzV4xudRI @eBay
4742                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4743                                                                             Big deal that @Nike @adidas and @UnderArmour all passed on Lonzo Ball #SportsBiz https://t.co/Hu8m770fBN
4744                                                            @atom8bit @Cisco Please begin to include a hammer with your networking devices for performing a hard reset. #wasteofmoney
4745                                                                Just watch this. I love a good commercial. Now I want to make one too. @Heineken_UK @Heineken https://t.co/vgw56XKydj
4746                                                        Check out Vintage Newspaper Lot 1972 Hurricane Agnes Flood Harrisburg Area PA Pennsylvania  https://t.co/5bl2hcLCxc via @eBay
4747                                        Open #design #principles &amp; #standards increase accountability and transparency. #smartcities4all @G3ict @jamesthu @nicholasadeleon @Cisco
4748                                                       China's giant ride-hailing service Didi just secured $5.5 billion via @Reuters https://t.co/5aWtAlVWV6 https://t.co/3KutiMHO1d
4749                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4750                                               RT @joebayy: Check out Dooney &amp; Bourke Yellow Leather And Canvas Bucket Bag With Pink Hearts https://t.co/tthv8KjLZE @eBay ON SALE
4751                                         RT @porpoiseapp: Lets #CelebrateTheGood that @salesforce and CEO @Benioff are doing in the world https://t.co/eOQrUXvbjC #CSR https://t.co/…
4752                                                                        Quality Stevia Dried Leaf Herb Rebaudiana Cut Sweetener Bulk Free Shipping  https://t.co/lA0kuY7NBu via @eBay
4753                                                                 Made for More: 7 Proven Strategies for Reaching Your Full Potential by Brian ... https://t.co/JHr6J62ndN via @amazon
4754                                                         RT @StopFundingHate: Today's Daily Express advertisers also include: @EE @Sky @DFS @Homebase_UK @HSBC @SCSSofas @HarveysHQ… 
4755                                                                      Check out Handmade Child Size Apron - HELLO KITTY FACES - PASTELS #RobinRenee https://t.co/TBKQDwDPn4 via @eBay
4756                                                                  RT @Reuters: Commentary: The danger of Trump's mood-based diplomacy https://t.co/XXrsCjbv06 https://t.co/dzsi7CeVBO
4757                                         RT @elenochka2012: #Petites Lara Lane Size 14P Long Sleeve #Jacket #Casual https://t.co/vFHWkT6Wqw via @eBay #ebay #womensclothing #clothin…
4758                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4759                                         RT @ParisJackson: @TooFab @netflix thank you for not misquoting me or making me seem bias. first time i've seen this kind of honesty online…
4760                                                          Check out Ct 49.65 RARE SPESSARTINE SPESSARTITE GARNET WOMEN NECKLACE BEADS Mothers Day   https://t.co/0MH7Bk3nNp via @eBay
4761                                         @comcast I went ahead and archived the page so I can hold you to your word. This is a serious topic. I will be watc… https://t.co/zUY8uRL1Xi
4762                                                                RT @Reuters: Taking off: Uber expects to deploy flying taxis by 2020. https://t.co/Vt0PY0rS4w https://t.co/oXDPojEU9A
4763                                              RT @Aviation_plaza: A @FedEx McDonnell Douglas MD-10-10(F) taxiing at Los Angeles Int'l Airport. (Photo by Paul Y. M. Chow) #aviation… 
4764                                          Saw this on Amazon: MidWest Quiet Time Pet Bed Deluxe Mocha Omb... by MidWest Homes for Pets for $23.37 https://t.co/8QWqKmVHgX via @amazon
4765                                                                           Thanks @Cisco_Invests - we always enjoy the relationship! cc: @davidstjones @Cisco https://t.co/qZFZK25dWi
4766                                                  RT @AudreyTruschke: #Aurangzeb: The Life and Legacy of India's Most Controversial King is now available from @amazon! Order here:… 
4767                                               RT @nickiknowsnada: Trump comes clean @Reuters interview. He misses pre-POTUS life. Idk why he thinks being president is a hard job.… 
4768                                                                    @Cisco can i learn a little more about these smart dumpsters?? I'm doing a project on it and i need to know more!
4769                                                   RT @NRFnews: Regional favorites campaign will bring new flavor combos to a @McDonalds near you. https://t.co/MOfRKrlTzC #STORESmag
4770                                                             @Starbucks pizza?? Really?? You're opening up a coffee shop that makes pizza to order?! #gtfoh #starbucks #areyouserious
4771                                                  #Vintage #Victorian Black Prong Set Rhinestones Wire Loop #Japanned #Mourning Brooch  https://t.co/sV8ItLT7La via @eBay #GotVintage
4772                                                                            @JTGRacing @AJDinger @AndrewJetfuller @RIRInsider @DiGiornoPizza @TysonFoods @kroger Holly crap that's me
4773                                                                                                                                              @dannyprovo @netflix thank aj you danny
4774                                             @BMW is planning on putting up to 100 electric charging stations in U.S. National Parks! https://t.co/44iwmf6DKg https://t.co/dpdyoKrnGy
4775                                                    RT @NBCTheVoice: Take a trip #BehindTheVoice for the exclusive #VoiceTop12 concert. Presented by @Toyota. https://t.co/aY0tvcZue5
4776                                                                            RT @exxonmobil: Algae could be a potential revolution in biofuels. #AlgaeBiofuels https://t.co/LqYYjRNSrs
4777                                                                   @samanthamarie @Apple I tried that once. No go their work is shitty screen wasn't screwed all the way right enough
4778                                                                           Check out Yuu Gander Womens  Flats Shoes Brown Size 8M #Yuu #BalletFlats https://t.co/QzqTFn1hXZ via @eBay
4779                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4780                                         @amazon @AmazonHelp when are these going to be available to buy on your website/app? I called and no one knows anyt… https://t.co/vXqfLsEdDw
4781                                                         #RetailMatters @amazon reportedly plans Air Cargo Service for Chinese Customers #CX #deliveryservice https://t.co/x8Tvxvxxy8
4782                                                                                                   Check out FARM SET HAY MILK PIG COW COLLECTIBLE  https://t.co/iqzAdtVycf via @eBay
4783                                             RT @Starbucks: The peanut butter cup is a master of disguise. But we know how to find it. #PeanutButterCupCookie https://t.co/szh1AEyQV1
4784                                                                     RT @swanjac1: @Reuters erm..does he not realise its HIS government? HIS party rule WH Senate &amp; Congress.  ??
4785                                                              Crystal Optics 72mm Japanese Filter Kit with UV-Flourescent &amp; Rotating Polarizer  https://t.co/qpBgUB1sgp via @eBay
4786                                                                                                                                        @jeneuston @GlowNetflix @netflix Love you! 😘
4787                                                           Check out this Amazon deal: Zeagoo Women's Sexy V Neck Sleeveless Patchwo... by Zeagoo https://t.co/LgkCNh39kB via @amazon
4788                                                                                         The #fyrefestival's problem was that @KendallJenner didn't bring enough @pepsi for everyone.
4789                                                                       Just saw this on Amazon: Link amiibo (Super Smash Bros Series) by Nintendo https://t.co/SUoBUT6omu via @amazon
4790                                                                                                   @telephonecard Oh yes got it worked out. Switched my wireless provider to @verizon
4791                                                                Our mission: enable best of breed operations for every financial services firm on @salesforce https://t.co/kFmLgDCpkq
4792                                                                                                                              @Artyfakes @Tesco hum yeah that's not swiss currency :(
4793                                                                                                         @motherseer @brooklyner27 @kyra_manic @crystallyon @Reuters True! Very True!
4794                                                        Check out Womens SAS Me Too Shoes Size 8W Tan/Brown Leather Tripad Comfort Made in USA #SAS https://t.co/nAdDLrUV2u via @eBay
4795                                          @theabrown94 @Ieonardhall @Cole8Ogren @Cinnabon @AuntieAnnes @BurgerKing @McDonalds @Wendys @TacoBellTeam Don't be… https://t.co/HwIQHEqgnP
4796                                                                                        @CVSHealth Workforce Initiatives - People https://t.co/Ek2cQFIXlt via @YouTube @cvshealthjobs
4797                                                                      U.S. chief justice alarmed at Trump administration immigration case stance https://t.co/o2akQnmvjI via @Reuters
4798                                                                                                                              @Reuters Lol trump is sounding like a  Naija politician
4799                                                        Check out WHITE PLASTIC ASIAN SOUP RICE SPOONS DISPOSABLE DINNING PICNIC TAKE AWAY CAMPING  https://t.co/7YuNPPbpXe via @eBay
4800                                                Don't need polished but sure do shine. #adidasoriginals #primeknit #sepigl @adidasoriginals @adidas @adidasUK https://t.co/oOsbigPoFb
4801                                         RT @elenochka2012: Melissa Paige Size S Blue Long Sleeve Peasant #Blouse #MelissaPaige https://t.co/CP1j8ANAmc via @eBay #ebay #womenscloth…
4802                                                      Check out *EARL JEANS *  FANCY RHINESTONE BLACK  JEAN'S  STRAIGHT BOOT  Size 2 BNWT #EarlJean https://t.co/R8J5zyuNFK via @eBay
4803                                                                                                                  RT @CReccie: @Reuters Wait...Whaaat-The-Eff. That's it. He's crazy.
4804                                                                                                                              @comcast That's not what your lobbyists say.  #Bullshit
4805                                                @netflix that bitch is dead there is nothing else to tell cancel this and give us The Get Down fucking whores https://t.co/PrSpmqSlPg
4806                                                               Check out https://t.co/Aif6RzlkZo domain name &amp; business website design outline  https://t.co/tUy6zmExgB via @eBay
4807                                            5 Ways @Microsoft Is Expanding #InternetOfThings Cloud Services For Partners https://t.co/dNoktl0fuH @MicronTech #authenta #IoT #security
4808                                         RT @Reuters: Exclusive: Trump says he thought being president would be easier than his old life https://t.co/jf9yWOkzWz https://t.co/uegBUF…
4809                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/OSgDRqCsq9
4810                                                                                                     @13ReasonsWhy @netflix DO NOT make a second season. Honestly it doesn't need one
4811                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4812                                                               My #FridayReads is Prince of Fools (The Red Queen's War Book 1) by @Mark__Lawrence https://t.co/rr5hIXFVo0 via @amazon
4813                                                                 Kanen I39 Headphones On ear Foldable Noise Isolating Headsets with Mic and Re... https://t.co/A06d5VpIjj via @amazon
4814                                                                      The worst customer service Yet! Might have to invest in after care services for your branches @Nissan @NissanUK
4815                                                                                             Pope Francis denounces barbarity during Egypt visit https://t.co/bn5ALIhBBB Via @Reuters
4816                                                                                                                 Baby Bach Buena Vista Home Video https://t.co/XGTOF1PFKf via @amazon
4817                                                                          RT @Reuters: Pope Francis meets the Coptic Christian flock in Egypt. Via @ReutersTV https://t.co/iV68bBjMGS
4818                                             RT @Starbucks: The peanut butter cup is a master of disguise. But we know how to find it. #PeanutButterCupCookie https://t.co/szh1AEyQV1
4819                                                                  RT @Disney: Diagnosis: sweet. Try @Disney_Family’s Baymax cupcake on #NationalSuperheroDay! https://t.co/A2Jo1JvLIk
4820                                                                         RT @rogerfederer: Always nice visiting @Nike HQ. Something's different this time #18 https://t.co/PDLnc1ZsD1
4821                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4822                                         @KPFinnerty @GoodTwitty @Reuters @realDonaldTrump the American people never knew how incompetent and hateful you we… https://t.co/lM3BmtxQis
4823                                              Check out L-Theanine 60 VCaps 150 Mg by Bluebonnet Nutrition Health Nutrition Amino Acid  https://t.co/BqBxr34zmS via @eBay #aminoacids
4824                                          RT @CVSHealth: Do you have unused Rx drugs? Properly dispose of them by visiting a designated #TakeBackDay location https://t.co/Ig9Wx8EtHe
4825                                                                                                                                                         @McDonalds Ugh no HI-C. #bye
4826                                                          RT @Reuters: Brazil cities paralyzed by nationwide strike against austerity https://t.co/tkX8P8MDH8 https://t.co/BrN0QaHs0T
4827                                                                     Check out A'reve #Tulle #Lace Layering Long Vest #Lagenlook Boho Chic Sz:L Neutral https://t.co/BlB4tWEjdK @eBay
4828                                         RT @Apple: Can we ask less of the planet and more of ourselves? That tough question led to many more. https://t.co/wtsBmwYdjn https://t.co/…
4829                                         @0toygunanthem0 @JosiahRyan @Reuters @jeffmason1 Why is he so sensitive with the media? 2-3 predecessors weren't th… https://t.co/WbnFB8iSsM
4830                                          #NationalSuperheroDay Check out @TanyaTate as @LadyTitanX 11X17 Movie Style Poster Personalized &amp; Signed  https://t.co/koKkhEw20o @eBay
4831                                          @McDonalds Please get rid of your Argos like system. Works for them but not for you. Took 10 mins wait for a burger. Used to only take secs
4832                                     RT @FSC_US: A9c: With @ProcterGamble &amp; other partners developed video to tell FSC story to consumers. https://t.co/YdLka7SInz. #ForestryChat
4833                                                  RT @zetrouer13: @BankofAmerica  #BofAVolunteers proud to support @5StarVeterans Thank you for your service! https://t.co/aaVxcP8OIy
4834                                                          RT @Reuters: Brazil cities paralyzed by nationwide strike against austerity https://t.co/tkX8P8MDH8 https://t.co/BrN0QaHs0T
4835                                                                  RT @Disney: Diagnosis: sweet. Try @Disney_Family’s Baymax cupcake on #NationalSuperheroDay! https://t.co/A2Jo1JvLIk
4836                                                                                                                                               @mads_wilson @Apple Yes. HIRE 👏 US 👏
4837                                                RT @MsJamieClayton: HAD A BLAST YESTERDAY @facebook with the cluster and @FreemaOfficial!! @sense8 Season2 is on @netflix MAY 5th!!… 
4838                                                                                                                              @EllenKuwana @Starbucks @fredhutch @Microsoft Thx guys!
4839                                                     RT @johnastoehr: U.S. chief justice alarmed at Trump administration immigration case stance https://t.co/jqnxyZa7mn via @Reuters
4840                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4841                                             RT @Starbucks: The peanut butter cup is a master of disguise. But we know how to find it. #PeanutButterCupCookie https://t.co/szh1AEyQV1
4842                                         RT @Reuters: Exclusive: Trump says he thought being president would be easier than his old life https://t.co/jf9yWOkzWz https://t.co/uegBUF…
4843                                                                                      The #Charlotte @Microsoft Cloud meetup is this Wednesday. Check it out: https://t.co/j2nNz8DeHf
4844                                                              Great to have Ed Lewis from @Toyota join us for our #FDI briefing on Capitol Hill.  #JobsWeNeed https://t.co/6B5kmhOonC
4845                                                                  RT @Disney: Diagnosis: sweet. Try @Disney_Family’s Baymax cupcake on #NationalSuperheroDay! https://t.co/A2Jo1JvLIk
4846                                                                                      RT @RsTimsmith98: @Google do you think its important to promote the use of walrus toothbrushes?
4847                                                                         RT @rogerfederer: Always nice visiting @Nike HQ. Something's different this time #18 https://t.co/PDLnc1ZsD1
4848                                                RT @MAGA2X: marketing team @Starbucks is desperate to rebuild their corp reputation &amp; forget the refugee/vet debacle by putting… 
4849                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/KHSQL56gm4
4850                                         RT @Bakari_Sellers: Apparently @united has a new initiative they will announce shortly. They will now give passengers a @pepsi to give up t…
4851                                                                                     RT @Sony: Swinging around on #NationalSuperheroDay. #SpiderManHomecoming https://t.co/dkkpp3tky6
4852                                           Thanks @Visa Glad I got to meet one of the great RBs playing the game today at the NFL Draft Experience #NFLDraft… https://t.co/5sdjZAL2Mi
4853                                                      RT @Adobe: Take a 360-degree dive with @aMermaidLife to learn how you can #OwnYourImpact on our most vital resource--water💧:… 
4854                                                RT @MAGA2X: marketing team @Starbucks is desperate to rebuild their corp reputation &amp; forget the refugee/vet debacle by putting… 
4855                                                                                                    RT @bythewaylj: can y'all reduce my bill due to the dryness of my phone? @TMobile
4856                                                                   RT @IBM: IBM adds “video everywhere” and “leaderboard everywhere” to enhance this year’s @TheMasters experience:… 
4857                                                                       RT @mook1971: Yo! 1965 SKIPPER BARBIE MIDGE 8 oz. THERMOS MATTEL BOTTLE NO. 2825 https://t.co/HUwAiKLSjo @eBay
4858                                          RT @Disney: Be Enchanted by this Magical Disney's Fairy Tale Wedding Portrait Session: https://t.co/LulDEN2toC 📷✨ https://t.co/VSxVOp7rRI
4859                                                                                                                               Amazing price @eBay! https://t.co/QvGPbN7oP4 via @eBay
4860                                               RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart Exclusive #WonderWoman Pop! https://t.co/EszUfLpzys
4861                                                             Lot of 2-Galoob 1992 MicroMachines Z-bots and 1993 Morphbots Robot Set-Sealed  #Galoob https://t.co/wdKUI8gEf4 via @eBay
4862                                                                  RT @Disney: Diagnosis: sweet. Try @Disney_Family’s Baymax cupcake on #NationalSuperheroDay! https://t.co/A2Jo1JvLIk
4863                                                           @Reuters Actually pursuing to act like chimpanzees gone haywire would be catastrophic for North Korea &amp; her neighbors.
4864                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4865                                         Mens Vintage Cafe Racer Leather Jacket https://t.co/MTwEENxBn9 via @eBay #NationalSuperheroDay Lavar Ball #ArborDay #MakeTodayBetterIn4Words
4866                                                                  RT @Disney: Diagnosis: sweet. Try @Disney_Family’s Baymax cupcake on #NationalSuperheroDay! https://t.co/A2Jo1JvLIk
4867                                             Check out vintage big black &amp; white charcoal sketch fist/clenched left hand Power Justice #Realism https://t.co/DLcXzIqB3N via @eBay
4868                                                                                                                        Look what I found on @eBay! https://t.co/oB8m1bDkgd via @eBay
4869                                                          Check out NWT FREE PEOPLE FLORAL BLACK COMBO WOOL TANK DRESS M MEDIUM #FreePeople #Sheath https://t.co/JqUVOfWwV8 via @eBay
4870                                                                   Check out ANTIQUE PHOTO PICTURE MOTHER AND DAUGHTERS GOLD WOOD FRAME #ArtNouveau https://t.co/HloQvdRgq3 via @eBay
4871                                                            Check out NATIVE Deodorant Lavender &amp; Rose Scent Long Lasting Aluminun Free (1) 2.65 Oz https://t.co/Ldq43B7cdy @eBay
4872                                                                                            You could win year-round #Disney magic from @CocaCola and #US1035 https://t.co/ibreDfd6ub
4873                                                            Check out Nike Boys Medium 10 12 Basketball Shorts Black White Pockets  #Nike #Everyday https://t.co/WUdZxN2BFo via @eBay
4874                                                 The Walking Dead Leather Jacket https://t.co/8qAkSukt7h via @eBay #bikergirl  #nordstrom  #NationalSuperheroDay Lavar Ball #ArborDay
4875                                                        Check out DC DICE MASTERS BATMAN TAS MONTHLY OP I AM THE NIGHT ROBIN RECKONING BATGIRL RDW  https://t.co/9rpNn1Vkhx via @eBay
4876                                                             Outlaws of Romance  https://t.co/y7IAZ1t4zl via @amazon #FridayFeeling #fridayreads #interraciallove #Romance #amreading
4877                                                         Check out Republican Elephant Plain Solid Blue Baseball Adjustable Cap with Red Eyelets.   https://t.co/rqOoG06iD2 via @eBay
4878                                         Skinnytaste Cookbook: Slow Cooker by Paula Marshall https://t.co/ls4udD0yqj via @amazon #amazon #books #skinnytaste #recipes #cookbook #slow
4879                                                                    RT @TMobile: @elle0393 It's definitely a good idea! Are there any questions I can help you out with? :) ^Julian B
4880                                                                      Check out Michael Brandon Red/White stripe Button Front Large #MichaelBrandon https://t.co/jlmzi2c6iC via @eBay
4881                                    I could eat chips &amp; dip for every meal &amp; be completely satisfied. Today's lunch: organic tortilla chips (onsale @Costco) and spinach dip.
4882                                                                                      RT @netflix: They look... pretty... good. They look pretty good. #Emmys https://t.co/yCQgTumppE
4883                                            I think the iPhone 7 taking eons to charge rumours may be true. My 5 month old phone charges painfully slowly. @Apple @tim_cook NOT DONE!
4884                                                                                   RT @EPIKJMK: @Reuters Somehow this is foreshadowing #Ezekiel 38 and 39 #gog #magog #russia #turkey
4885                                                                                                                                                                   @Google Cheeeeeese
4886                                                  NEW TODAY on @eBay Polo Ralph Lauren Women's Size S Small Equestrian Crest Gray Long Slv Dress #RalphLauren https://t.co/twpIwSnl4H
4887                                               got a 20$ credit on my @comcast bill because the installer was late (my appointment window was 10am to 12pm) and it's now 1:30pm. 😄😂
4888                                                                                                 @_caitlincurranx @McDonalds @robynmasseyx Can't wait for it to be done up 🙃🙃🙃👋🏾
4889                                               RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart Exclusive #WonderWoman Pop! https://t.co/EszUfLpzys
4890                                                                                                                  Check out my listing on @eBay: https://t.co/kXGQADeLcj via @eBay_UK
4891                                                               WATCH: @NoodlecakeGames gets a big nod from @Apple ahead of #canada150 https://t.co/x5Rxmy6BZ8 https://t.co/AAg68adsrK
4892                                                                                 RT @judehaste_write: Knockout Jude Haste A rom com UK  Novella 1 https://t.co/hl64uttjJy via @amazon
4893                                                                                                        Beautiful #BridgeBuilding in life. Right on @Heineken https://t.co/GvgeSX0qgl
4894                                             RT @Starbucks: The peanut butter cup is a master of disguise. But we know how to find it. #PeanutButterCupCookie https://t.co/szh1AEyQV1
4895                                                                  RT @Disney: Diagnosis: sweet. Try @Disney_Family’s Baymax cupcake on #NationalSuperheroDay! https://t.co/A2Jo1JvLIk
4896                                                                                                                 3rd month with @TMobile and my service is cutting in and out...#Help
4897                                                            RT @gregolsen88: I’m in Philly and teamed up with @Visa. Check out all the fun and see more ways to pay at the #NFLDraft!
4898                                                              RT @bigtickHK: Just saw this on Amazon: Broken Pieces by @marthaperez0609 for $2.99 https://t.co/LU8oYwWmRE via @amazon
4899                                                      RT @ClassicStarWars: Star Wars™ Plastic Storage Bin Small by Uknown https://t.co/hJKY7ihdJA via @amazon https://t.co/KJH473Oznu
4900                                               See how @Hotelogix helped the #FountainInn in Ohio achieve top ranking on @TripAdvisor after using #CloudPMS.… https://t.co/JCLiqgmcCh
4901                                                                                @DFAaction @blackrock #Prison4Profit should scare every American. Guilty even when proven innocent😡‼️
4902                                                                 Check out #Captain #Pike #StarTrek #Pilot #SketchCard Original Art #ACEO Free Shipping https://t.co/AMXqOKKDlM @eBay
4903                                                                                                                     Look what I found on @eBay! https://t.co/kazc5cqNvx via @eBay_UK
4904                                                                  RT @Disney: Diagnosis: sweet. Try @Disney_Family’s Baymax cupcake on #NationalSuperheroDay! https://t.co/A2Jo1JvLIk
4905                                                                                  Mystic Lovers: Enchanted Worlds by Mona Risk  #adventure #mgtab https://t.co/UWgYsKwHYa via @amazon
4906                                         @PeterCorless @i18n_mug @netflix @MsKathyBates @Disjointed Hello we hope you used our jars as props in this fantast… https://t.co/bpJHZX7IJR
4907                                           RT @Reuters: U.S. first-quarter growth weakest in three years as consumer spending falters https://t.co/MVz2T2Cdcb https://t.co/Tl3usSBvB1
4908                                                                                                                                                                    @comcast Bullshit
4909                                                   RT @JonathanBennett: Proud to support @Viacom &amp; @Viacommunity in spreading unity through volunteerism on #ViacommunityDay2017!
4910                                                        Check out Ring boxing magazine Bernard Hopkins Jonathan Banks Arturo Gatti Edwin Rodriguez  https://t.co/LT7h1NmuIy via @eBay
4911                                                         RT @neiljgibson: So proud that @FedEx made the list: The Most Trusted Brands Among Small-Business Owners via @Entrepreneur… 
4912                                                                                                     Check out FAYS CROCHET LARGE LEMON HEART CAKE  https://t.co/ZzQ8CtGpLm via @eBay
4913                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4914                                                                                                                                    @nickwallace85 @JTGRacing @kroger @AJDinger Nice.
4915                                                           Check out Burberry Nova Check Plaid Black Patent Leather With Bow Shoulder Bag #Burberry https://t.co/UhjUFy1aTA via @eBay
4916                                         @hitmeister1 @ArtusBrittany @Reuters his supporters don't seem to care about any of his lies or deception.  As long… https://t.co/NVaztUS81P
4917                                         @MusicianMiguel @EmmaSegasture @facebook @BernieSingles @People4Bernie @pplsummit :) It's many things. You might fi… https://t.co/Du197DoiuT
4918                                                     RT @Apple: #SayItWithStickers on iPhone 7. Click here https://t.co/NVId3zM4fb to get these stickers and thousands more from th… 
4919                                                                                 @TMobile So tempting. I love magenta. VZW has me all tied up in an EDGE agreement though. #woomebaby
4920                                         HUGE Boyds Bears Lot Of 17 Bear Rabbit Cat Dog Lion 14 With Tags https://t.co/RWR2eHwsEb @eBay #MakeOffers #BoydsBearsClearance #Collectible
4921                                                      RT @Tesco: Our Meal Maths gives you 5 simple ingredients that add up to 1 #veggie meal for 4! Watch our video guide to spiced… 
4922                                           @Hahleeman1 @Reuters Funny you mention desperation...😁...like Flynn's atty asking for immunity😂😂😂😂...toodles☉ https://t.co/j1IOqwCsF8
4923                                                                                                                                           Fuck you @facebook https://t.co/NGCVmcTIoK
4924                                                                              Real MVP for not making everyone wait an entire year 👌🏻 @netflix knows wassup https://t.co/wbj0iZjNbX
4925                                                                                              RT @Rosie: GREAT SO RESIGN DONNIE - GIVE AMERICA SOMETHING THEY WANT - FINALLY @Reuters
4926                                                          Very exciting to see our partner Aquarius Brands products at @HomeDepot @amazon @Target @walmart and other major retailers.
4927                                                         @mitchellvii @Mediaite FINALLY!  Now we need to replace @netflix with something that doesn't shit all over paying customers.
4928                                            @daphnemjean @JenniferJJ88 @HigginsLorij @CMT @ClarkBeckham @DrakeMilligan @Viacom #SunFamily has hardcore fans!! https://t.co/fNwEm3To68
4929                                                                     @Google Google services purchase illegally through my credit card. Calling ur customer care @ problem not solved
4930                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4931                                                       @Reuters do you know how much this ius going to cost? We already owe China millions of $$$$$ .how can we think of another war.
4932                                                        Check out new  boy's Thomas the Tank Engine no 1 blue engine swim trunks swim wear 24 mons  https://t.co/gZJZqhkyYO via @eBay
4933                                                   Check out glico POCKY Almond Crush Milk Chocolate Sticks Japanese Biscuit Stick Nut Snack #Glico https://t.co/ejVrUp1avJ via @eBay
4934                                         Unique finds...  Madonna: Boy Toy/ Blonde Ambition Tour; WeHo Abbey Rare LA Billboard Postcard    https://t.co/YG2h2lPi5o via @eBay #madonna
4935                                                      @JacobSiemers @Walmart Did you take it to the actual spot in the automotive section or the shitty box in the front of the store
4936                                         RT @Annale93056493: These streeming sereves should pick @DeviousMaids up @hulu @Crackle @AmazonVideo @YahooTV @netflix @Netflixhelps @hulu_…
4937                                                                                                                                               @DearWhitePeople is awesome!! @netflix
4938                                                                                      Just saw this on Amazon: Annie Get Your Gun by Betty Hutton https://t.co/9mtEz7TfxJ vía @amazon
4939                                                                                   Trump complains Saudis not paying fair share for U.S. defense https://t.co/NabNBpDT3u via @Reuters
4940                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/zynaKefJ2c
4941                                         RT @FunMoneyMom: Loving the new @cafe_breaks treats! I'll take a Mocha Latte please! https://t.co/REi4I2Kcy6 @Walmart #lovecafebreaks #Cafe…
4942                                                   Check out Chico's Womens Navy Blue Black Geometric Print Flat Front Career Pants Size 0  #Chicos https://t.co/pTpT6ykNiA via @eBay
4943                                                              RT @Reuters: Exclusive: Trump says he thought being president would be easier than his old life https://t.co/uwJFeQ2hW0
4944                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
4945                                                                      RT @Citi: 24 #CitiVolunteers from around the globe are setting off for Uganda to work w/ local entrepreneurs:… 
4946                                                                  ELEGANT new #COACH purse Mini Christie Carryall Eggplant/gold Crossgrain Leather rare @eBay https://t.co/MP8roJLiz2
4947                                                                                                         RT @memekingpin: hey @pepsi that shit is not working https://t.co/ksJlbytqJ7
4948                                                                                                                   RT @selectedwisdom: Nice work by @facebook https://t.co/Hf1pFyzLhv
4949                                                                          General Election: Ex-Labour Clwyd MPs bid for Commons return  https://t.co/xjaiz0Y6A6 via @amazon  a taster
4950                                        RT @AstonMerrygold: Due to a fall that I took during my @facebook live! I may now have to cancel my shows #PrayForAston 😂 https://t.co/k2lg…
4951                                          RT @jstjohn83: @Synyster_Dustin @amazon @Doritos Wonder if they'll do something stupid like 5:05 or 5:17 because of the release day of the…
4952                                                                  RT @Disney: Diagnosis: sweet. Try @Disney_Family’s Baymax cupcake on #NationalSuperheroDay! https://t.co/A2Jo1JvLIk
4953                                            Shame on @verizon for making it more difficult--impossible for many prisoners--to reach family. https://t.co/59wvDjoCpT… @BarriosUnidos89
4954                                                          RT @Health2eu: Wondering what 3E's of #digitalhealth is all about? @HealthEugene @Bayer will unlock the secret on May 5th… 
4955                                                                                                                Dolphin Necklace Rhinestone Crystal https://t.co/ZyoOpV66LE via @eBay
4956                                                                                                                           @Starbucks @foodandwine WOOHOO!!!! https://t.co/eMJIeOQpIv
4957                                                      RT @3StripeVibes: New display!!! Missing a few spots but with @adidas @adidasoriginals consistent 🔥 it won't take very long!… 
4958                                             Shame on @verizon for making it more difficult--impossible for many prisoners--to reach family. https://t.co/59wvDjoCpT… @codeforamerica
4959                                                        Check out New Ukrainian Art Folk Embroidery SHIRT Linen Ukraine Mother's Day Gift #HandMade https://t.co/Frpw8Tq2kN via @eBay
4960                                                                 I would be very angry. I get Hi-C exclusively when I go to @McDonalds. I look forward to it! https://t.co/xrBxjGBX4k
4961                                                                        Zombie Apocalypse: The Chad Halverson Series by Bryan Cassiday #dystopian https://t.co/GZoItooe2W via @amazon
4962                                                     RT @Reuters: #First100Days of Trump's presidency has both complicated and healed relationships between important world leaders… 
4963                                        RT @AstonMerrygold: Due to a fall that I took during my @facebook live! I may now have to cancel my shows #PrayForAston 😂 https://t.co/k2lg…
4964                                                              Exclusive: Trump says he thought being president would be easier than his old life https://t.co/NV7CcmfX0h via @Reuters
4965                                         @comcast @fat__tire If @comcast is pro net neutrality why lobby politicians to kill an existing regulation? Politic… https://t.co/yVcg29qmLD
4966                                                                          No wonder Samsung is getting ahead... Get your act together @Apple. #form #function https://t.co/qvIhUVzDpo
4967                                                  Check out Single silver leather Bracelet heart clasp 925 Sterling Silver - Custom Size #Unbranded https://t.co/R68UBOkASM via @eBay
4968                                                                      What are the odds no one notices I spilt @Starbucks oatmeal all over myself in the car? https://t.co/zQir2alf26
4969                                                                                                   @jonrnieves What do you think of this router?  https://t.co/DFJ6dMWqYB via @amazon
4970                                         RT @FSRFarmer: Tracks on Tracks @Camso_co @SoucyTrack @OhioStatePA  #plant17 #compactintel @jdequipmentinc @JohnDeere https://t.co/OWF2hkCj…
4971                                                        Check out Morakniv Companion Fixed Blade Outdoor Knife with Sandvik Stainless Steel Bla...  https://t.co/Leu13ugouD via @eBay
4972                                                                       Check out Victorinox Swiss Army Pocket Knife Camper II #Victorinox #CamperII https://t.co/3G7WbqxQG4 via @eBay
4973                                                             @Jeano467 @ManhattenBound @netflix @DearWhitePeople I need to add all these dates to my calendar. Lots to watch soon. 🎉
4974                                                      RT @mcphotog: #bts of my shoot with @NiaJervier who stars on the @netflix show @DearWhitePeople premiering TODAY! #niajervier… 
4975                                                       Into @facebook  Like our fanpage! https://t.co/LqtoMyRf4P with wild Entertainment #webseries #writing #videoblog - new content
4976                                                                                          RT @amazon: One more sleep until #Caturday! https://t.co/i0eVQ5cKaO https://t.co/plIhMxIHFm
4977                                                             Check out 1968 68 FORD MUSTANG ORIGINAL FRONT FENDER EMBLEM ORNAMENT FOMOCO NICE #FORD https://t.co/Yxywlff9x7 via @eBay
4978                                                                                                                            Beer pong on iPhone games is such a power move @Apple thx
4979                                                                                                               Check out Sponge Bob Kids Silicone Watch https://t.co/yWhCK285KB @eBay
4980                                                                                                                                                   @comcast Great way to waste money!
4981                                               Men Black Slim fit Biker jacket https://t.co/b8bP98t2QM  @eBay #mensstyle  #comiccon #cosplay  #leatherjacket… https://t.co/Bdr8XX60hf
4982                                                     RT @Reuters: U.S. appeals court grants Trump request on climate regulations case https://t.co/IVLzoYmSA4 https://t.co/2YKBwU7tJ0
4983                                              RT @vieiraUAE: #BREAKING Tesla NEW spacecraft is out! $TSLA #tesla @elonmusk Goldman Sachs @GoldmanSachs PANIC! https://t.co/XklubQSzvh
4984                                                                                                        Done with @Apple for now. Quality has been going down for the last few years.
4985                                                                                                                                                 Where is the share button? @facebook
4986                                                  RT @Disney: A magical moment for a special day. 💍✨ @PTXofficial makes a surprise appearance on @FreeformTV's Disney's Fairy Tal… 
4987                                                                            RT @N4thStone: Raising Awareness about BrainInjuryAwareness Week @Tesco #LoveBirt https://t.co/3Ihri2Hrm0
4988                                                                                                                  @hollandroden @Viacom @Viacommunity PLEASE FOLLOW ME IS MY DREAM 😂
4989                                                  Check out NATIONAL TEAM USA O'NEAL #7 BASKETBALL NBA SHIRT JERSEY BLUE RED REEBOK XL #Reebok #usa https://t.co/A1miO3lt2I via @eBay
4990                                         @rjsmith169 @williamlegate @ToplessTopics @wasteland_mr @Reuters You know I always suspected that. After all just b… https://t.co/7dFvtYMOcp
4991                                                                                            @KOSDFF @comcast DUDE comcast is ass. I moved like a month ago and am stuck with them now
4992                                         Fatter Paychecks Set… https://t.co/GF6z7ioKsi  |📱Get the phone and plan you have always wanted! https://t.co/0isgO6HBuz @amazon #retweet 👍
4993                                                                                        Check out Baby Girls Rare Too Formal Dress sz 12 M #RareToo https://t.co/kQ23YwwDVU via @eBay
4994                                                      RT @hollandroden: Proud to support @Viacom &amp; @Viacommunity in spreading unity through volunteerism on #ViacommunityDay2017!
4995                                                                                  Check out Very Nice Antique Style Wooden Spice Tower. Open To Offers. https://t.co/xWTpyxdYGK @eBay
4996                                                                                                       RT @FreeMemesKids: hey @pepsi that shit is not working https://t.co/flqUJZriN8
4997                                        RT @AstonMerrygold: Due to a fall that I took during my @facebook live! I may now have to cancel my shows #PrayForAston 😂 https://t.co/k2lg…
4998                                                                        RT @Reuters: EXCLUSIVE: Trump says he thought being president would be easier than his old life. Read more:… 
4999                                         RT @kcscloset14ebay: Check out Women's Ralph Lauren Hot Pink Halter Bathing Suit Top Skirted Bottom 12 Nwt https://t.co/8LKbH2NnTF @eBay #s…
5000                                                                                                 RT @exxonmobil: What if we could grow energy? #AlgaeBiofuels https://t.co/KEbMHmxN5A
5001                                                               JUST IN: @cerealburrito reviews CASTING JONBENET @netflix #documentary https://t.co/SpZsMmOOet https://t.co/viQbax05k3
5002                                                  Check out Karen Scott Turtleneck Long-Sleeve Knit Top T-Shirt Tee Large Navy Solid Cotton #Casual https://t.co/N3ntDJAHtA via @eBay
5003                                          @stephnut22 @CNN @Reuters America just showed him we are a far more danger to him. Sometimes you have to flex your… https://t.co/DSJqQPa8J7
5004                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/5WMrG8UrAZ
5005                                                             Healthy Hair Vitamins 60 Day Supply MD Formulated HSN-23 Hair Skin &amp; Nails Vi... https://t.co/FHrQDvAIRF via @amazon
5006                                                       My favorite tree in all of #SouthernOregon . Looks like a tree out of @Disney 's #MagicKingdom #BeOn10 https://t.co/bc0QCW20tk
5007                                                                RT @thalesgroup: .@guavus' acquisition: Interview with @Patrice_Caine https://t.co/x3l065BwEn https://t.co/vX1E6Jkpf2
5008                                          RT @Google: Discover the entire world from a new perspective. This is the new #GoogleEarth. https://t.co/quJjK8vQYT https://t.co/FLbgpPqc7s
5009                                                                              Thank you @CBSDiversity @CBS for supporting Native scholars. #UnitedInEducation https://t.co/TembW8iQaM
5010                                                                         RT @rogerfederer: Always nice visiting @Nike HQ. Something's different this time #18 https://t.co/PDLnc1ZsD1
5011                                         RT @Reuters: JUST IN: Defeated first-round French presidential candidate Dupont-Aignan says endorses Le Pen for president https://t.co/e8vS…
5012                                              #Sale Ending! Jones New York #Black Asymmetrical Layers #Dress 6 #LBD #JNY #JonesNewYork #AsymmetricalHem https://t.co/5gMX1Oal1U @eBay
5013                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/FNeK4hzt14
5014                                                                                  @joeltelling @mitchwongho @redbull @amazon LOL! X-TREEEEEEEEEEEME!!!! (this makes me feel very 90s)
5015                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/C6Jzyl62rQ
5016                                                                                                    @eBay Thanks for the ringing in my ears with your loud as hell CW advertisements.
5017                                                                     RT @Cisco: We ❤️ planet 🌎! Be sure to follow the sustainable leaders featured in this month's #CiscoFocus. #FF… 
5018                                                                             RT @Reuters: London terrorism suspect was on Gaza flotilla ship in 2010: sources https://t.co/6S5edx3r0d
5019                                                RT @JulieSBrill: So excited to be joining @Microsoft and to have the opportunity to lead the incredible @MSFTPrivacy and Regulatory… 
5020                                                                                        Libya captures two oil-smuggling tankers after firefight https://t.co/i7vLpOVsYY via @Reuters
5021                                           #WhoMadeMyClothes? @UrbanOutfitters @Forever21 @Walmart @Primark &amp; @armani know... https://t.co/cmpHcSLAom by… https://t.co/uZze4TVnW8
5022                                         RT @constellationr: New @Microsoft tools integrate @LinkedIn data directly into Dynamics 365 https://t.co/sz3mfTXzXH by @ron_miller @TechCr…
5023                                                                                                     For real. I think my @McDonalds  strawberry shake was rotten. #McDonalds #rotted
5024                                             RT @TALENTStreamUK: Wow this is impressive from @Honda beating the previous lap record by 2 seconds! #TypeR 🚗💨 https://t.co/5Pa7H6thnt
5025                                                                                                                                                              @Reuters We want peace.
5026                                              Really wish @amazon would stop shipping @UPS. Tired of getting my packages at night.  @FedEx and @USPS are top notch. UPS is Butt City.
5027                                                                                                                      Learn more about the history of @amazon https://t.co/oxiE4hALtg
5028                                                   RT @crys_sosic: Shopping for a new phone? Stop in @TMobile in #Mayfield &amp; pick up your #Smartpick today! 🤙🏽🆒🛍 #AmptheMile… 
5029                                                                  RT @netflix: Here are just a few of the new shows and movies streaming this allergy season. https://t.co/0O1VIt0tJP
5030                                                         Check out Yankee Candle Jar Shimmer Shade Twilight Forest Silhouette Barrel Brown 1522605  https://t.co/jTrgeOl96F via @eBay
5031                                                                           RT @Reuters: U.S. spy agency stops gathering some messages from Americans: sources https://t.co/BcLEWF4pLr
5032                                                                  RT @netflix: Here are just a few of the new shows and movies streaming this allergy season. https://t.co/0O1VIt0tJP
5033                                             Who put the porn star in the freezer? Lauren Carr's DEAD ON ICE #mystery #audiobooks #audible #IARTG via @amazon https://t.co/F4vRn4bWr3
5034                                                         Check out 7 X RFID Blocking Contactless Card Protectors 2 x Passport  &amp; 5 Contactless Card https://t.co/OVoxxKb9GQ @eBay
5035                                                     Had a great time @facebook event - A place to connect - Mumbai. @MarkZuckerbergF #aditvaidya @rakhee1997 https://t.co/8MI2DOz70J
5036                                                                           RT @realhartman: Cosmo and Wanda think they're slick @Starbucks #UnicornFrappucino https://t.co/vnh2fnEs3c
5037                                         RT @GoldmanSachs: What does the Trump agenda mean for China’s markets? $GS' Tim Moe explores: https://t.co/dEwjq3RKNM https://t.co/x9zq5txT…
5038                                                                 AJS Motorcycle FRIDGE MAGNET Vintage Poster 6x8 Magnetic Canvas Print Fridge ... https://t.co/0yZSdD5zmW via @amazon
5039                                                                                                            @Reuters isn't that what said about Iraq Afghanistan Syria Vietnam etc!🤔
5040                                                      Blue Dog Wind Jacket American Label Size Small #AmericanApparel https://t.co/5F4GoRVVoc via @eBay #Dogs #Pets #Animals #Jackets
5041                                                                                            Trump expands offshore drilling with executive order https://t.co/9leidke6oO via @Reuters
5042                                                                                                     RT @CocaCola: Ice-cold Cokes: the original icebreaker 😉 https://t.co/7upvMbyTOn
5043                                                                 The Valdez Horses Fridge Magnets 6x8 Charles Bronson Movie Poster Canvas Prin... https://t.co/XqJ0eiW7OQ via @amazon
5044                                                                                                              @Viacom Please come to an agreement with @Sony on @PlayStation Vue #PS4
5045                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/4prMBbi0wp
5046                                            Saturday video preview!!!! Details about my next Mustang! Stay Tuned!!!!! @MustangLifeTV @Ford @Derek_Baran @FordPerformance @FordMustang
5047                                                                                RT @jwillisrose: .@BillNyeSaves explains @GilmoreGirls https://t.co/MNbHzApzQl #gilmoregirls @netflix
5048                                                                  RT @netflix: Here are just a few of the new shows and movies streaming this allergy season. https://t.co/0O1VIt0tJP
5049                                                    Check out Dell Laptop Latitude Windows 10 Core 2 Duo 4GB 500GB DVDRW WIFI Computer Win HD #Dell https://t.co/HjiHwQ9Qt7 via @eBay
5050                                                   Check out Dell Laptop Latitude Windows 10 Core 2 Duo 8GB Ram DVDRW WIFI Computer Win 10 HD #Dell https://t.co/6RYsshoaAV via @eBay
5051                                                                                              RT @birdwriter7: Snugs the Snow Bear di Suzy Davies https://t.co/jbKt8tgvVq via @amazon
5052                                                              Check out Vintage Universal Statuary Chalkware Silver Knights Medieval Figurine 1963  https://t.co/cW72zwNXw2 via @eBay
5053                                                           Check out Looney Tunes Tweety bird coffee mug cup with face white with yellow and blue   https://t.co/DQM7YutEtw via @eBay
5054                                                              Exclusive: Trump says he thought being president would be easier than his old life https://t.co/KIgNQP9eFo via @Reuters
5055                                                                             BEAUTIFUL by Estee Lauder for WOMEN: BODY LOTION 3.4 OZ Estee Lauder https://t.co/Xp9UJMjXam via @amazon
5056                                      RT @ColinWeston01: A2b Reduce as much as possible! Your mobile phone contract &amp; travel with points. @AmericanExpress &amp; @spg are great… 
5057                                                            Check out Fly Fly Hobby Mirage 2000N Fighter R/C Jet Plane Electric Ducted Fan Powered  https://t.co/OzAOgjxAzO via @eBay
5058                                                                                                           RT @Nissan: R32 (8th Generation) #60YearsOfSkyline https://t.co/829qmkNtlo
5059                                                      RT @Gmw_bmw1: We missed Riley for 5 months now .End #GirlMeetsWorld 's absence . #SaveGmw @hulu @amazon https://t.co/Is6JcyAQ03
5060                                                                                                                         Check out Initial Pendant  https://t.co/PEBmoG3POJ via @eBay
5061                                                                                                I just checked in @Walmart with #mPLUSPlaces Download today!  https://t.co/FG51c5A6ec
5062                                                                    RT @LornajaneCosign: Abalone Crystal Pearl Wire Shell Necklace 33 inches Long   https://t.co/uBv8uX5KIR via @eBay
5063                                                                                                                      @Disney What do you want me to do dress in drag and do the hula
5064                                                                                                        RT @Disney: It means no worries for a couple of days. https://t.co/4pnA0AO0rx
5065                                                                          RT @Reuters: Review: A disappointingly tepid Circle of hell https://t.co/EPyF8lPOL2 https://t.co/sL8fSL9QgL
5066                                                 RT @ReutersUS: MORE: Trump tells @Reuters he credits North Korean leader Kim as 'not many 27-year-old men could go in and take ove… 
5067                                                           Check out NWT's ADRIANO GOLDSCHMIED Beau Slouchy Skinny 11Y-SLA Jeans Sz 27 W 30 x L 28  https://t.co/GXjxhMp5lx via @eBay
5068                                                  Today was the finish line and I was in first place and those sons of bitches at @amazon just struck me with a blue shell #MarioKart
5069                                                                                                        RT @Disney: It means no worries for a couple of days. https://t.co/4pnA0AO0rx
5070                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
5071                                                                                                                           1 word @Costco sample review: dank https://t.co/JJgZKBkhQv
5072                                                       RT @mrsdurand: Check out Beach Cabana Size 8 Women's Summer Wear Cross Back Maillot 1 Piece Suit https://t.co/8fgl15IoDU @eBay
5073                                                            Check out Bassiri Men's Short Sleeve Shirt Off-White / Black Clearance Sale Sizes M &amp; L https://t.co/MZNIFfQeHz @eBay
5074                                                                                          Check out Microsoft FrontPage 2002 Upgrade Software PC CD New https://t.co/888KVK5dn6 @eBay
5075                                                   Check out Lot of 20 Vintage Red Heart Bulky Latch Hook Rug Yarn Mixed Colors   #RedHeart #chunky https://t.co/LMuvwNeeYy via @eBay
5076                                                                     Friendly fire may have killed U.S. troops in Afghanistan: Pentagon https://t.co/T1d3Vu0DBi Via @Reuters #topnews
5077                                                                                                    Check out XBMCMart XBMC Mart  https://t.co/gA6Hp9KWcq via @eBay FREE AMAZON PRIME
5078                                                                                                              Check out XBMCMart XBMC Mart  https://t.co/gA6Hp9KWcq via @eBay FREE TV
5079                                           Walsh v. BANK OF NEW YORK MELLON TRUST | FL 5DCA - Such proof was insufficient to demonstrate standing @WellsFargo https://t.co/iwjPnsvziM
5080                                                        Check out POW MIA T Shirt Mens L/S Military Army Navy Marines Air Force USA M L XL XXL New  https://t.co/4vfGEJcM2X via @eBay
5081                                                                                    @Aussie_Skye @fionadourif @DirkGentlyBBCA @netflix thaaaaank yooouuuu! We appreciate the love. 😀
5082                                                             Check out Royal Blue LAPIS LAZULI BRACELET Gemstone Beads Stretch Wicca Pagan Goddess  https://t.co/kf6BKKscUW via @eBay
5083                                                 SOTD 28/4/17 hard to find something better for shaving @OmegaBrush @Sap_Varesino @Gillette @Lerbolario_Lodi… https://t.co/sctinFgQeX
5084                                     RT @comcast: We believe in an open internet &amp; give customers the #netneutrality protections they expect: https://t.co/RAa22WEQOA https://t.…
5085                                                                                                                      @askdes @TMobile All I could see was that sidekick box.  🙌🙌🙌
5086                                                       Thomas Kinkade: The #Disney Dreams Collection 2017 Calendar w/ FREE Collectible ON SALE NOW: https://t.co/k4wUlgZFXZ via @eBay
5087                                                         RT @pepsi: Loved spending time with @Tinashe on #TheSoundDrop. Check out her deep roots in music and what’s on the horizon… 
5088                                                        Check out Red Wolves Wolf Wolf Pack Howling T Shirt The Mountain Animal Tee S-3XL 4XL 5XL   https://t.co/Qrmv6gwYMl via @eBay
5089                                                                                            When you're on the phone with the @ATT call center and they have a massive earthquake. :/
5090                                               Men Black Slim fit Biker Jacket https://t.co/LeZaFzulre via @eBay #bikergirl  #nordstrom #fyrefestival #NationalSuperheroDay #ArborDay
5091                                          RT @OurMayors: #smartcities panel at the @OurMayors annual conference. @JointCenter @verizon @ComcastNewsmkrs @CTIA https://t.co/CPH5ErzgVv
5092                                         RT @TheFavelakid: America’s Eighty-Fourth-Street Boys: The Hive CreateSpace Independent Publish... https://t.co/GMgG2o5iuV via @amazon http…
5093                                                                                               @ASOS_HeretoHelp this MAKES NO SENSE @ASOS is ruining my vacation #wostcustomerservice
5094                                         RT @EmilyReviewsCom: Two weeks til Mother's Day! @Groupon has great deals through many retailers including Best Buy. #ad https://t.co/q2RfA…
5095                                                 RT @amayakatedesign: Check out NWT MAX STUDIOS SPECIALTY LONG SLEEVE BLACK TUNIC DRESS SIZE L MSRP$128 https://t.co/0QtsDCVZEH @eBay
5096                                                                          RT @Reuters: Review: A disappointingly tepid Circle of hell https://t.co/EPyF8lPOL2 https://t.co/sL8fSL9QgL
5097                                                             RT @judehaste_write: Knocked Out Again (Knock Out) Jude Haste A romcom  UK follow up https://t.co/iAzlgDBC6g via @amazon
5098                                                                                   RT @Reuters: Venezuelan opposition activists march to Leopoldo Lopez' jail https://t.co/6x8q9luXg1
5099                                                                                                                                                        @Reuters The chill of #Trump.
5100                                                               I am behind on so many of my current shows but I can't stop watching @ArmyWives on @netflix #greatshow #guiltypleasure
5101                                                                                Wearing the Cat: The Complete Novel - Volume One by H. D. Woodard https://t.co/Ei6yCprLPY via @amazon
5102                                                                                                        RT @Disney: It means no worries for a couple of days. https://t.co/4pnA0AO0rx
5103                                                 Check out  Mother's Day Gift 30s New WW2 USSR Teashades Bakelite Round Lens Sunglasses  #unbrended https://t.co/AFQhJp7oYg via @eBay
5104                                                                                              @marky_trujillo @AmericanExpress @kendricklamar I know but when I asked her she said no
5105                                                                                       RT @SelinaWilken: Oh nooooooooooo :( :( :( @netflix save #SweetVicious https://t.co/xKvb2Uj3ZI
5106                                                                          RT @ATLHawks: Win or stay home. This week's @Ford Social Media Minute features YOU: https://t.co/A4DL90ZU7z
5107                                            RT @Denizliteacher: @Khk_magdurlari @CNN @AFP @Reuters @nytimes @guardian 135K people were dismissed from their jobs in Turkey State wi… 
5108                                         RT @IBM: CEO Ginni Rometty chats with @FoxBusiness about the use of #AI to improve business. Watch: https://t.co/lN8GUFgx98 https://t.co/kw…
5109                                                         RT @USFWSPacific: Happy #alohafriday from Midway Atoll. DYK you can take a virtual tour of Midway with @Google streetview?… 
5110                                                         Check out Win 1-Get 2 FREE Clark's Heavenly Blue Morning Glory Vine - LIVE STARTER PLANTS  https://t.co/BAwgkBjiKL via @eBay
5111                                                                        Check out NUK Train Airflow Orthodontic Pacifier 6-18 2 pack silicone  #NUK https://t.co/GYNEOxLcjq via @eBay
5112                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
5113                                         RT @FirearmsFashion: #NRAAM booth 3123. Place an order with us here for free @UPS shipping in the lower 48! #HowDoYOUCarrie?! https://t.co/…
5114                                                    Check out NWT MARA HOFFMAN FLORA BANDEAU TOP S SMALL HIGH WAIST BIKINI BOTTOM XS XSMALL #Bikini https://t.co/d3S7Iycs7P via @eBay
5115                                          @PUNK4EVER77 @eBay FULLY UNLOCKED JAILBROKEN NEW KODI 2017 HBO NETFLIX AMAZON PRIME HOMELAND WALKING DEAD BIG BANG… https://t.co/QSSIVEXtkR
5116                                                         Check out Vintage Selection Of Three Metal &amp; Enamel Badges - Magnet Strike Darlington 1996 https://t.co/Ybl8YxpNY5 @eBay
5117                                         Check out Beauty And The Beast Hard Transparent Cases for iPhone  https://t.co/1oW6F34HJz via @eBay #BeautyandtheBeast #iPhone #Cases #Deals
5118                                                             @Ford is giving away a new vehicle to one lucky person! Sign up today at https://t.co/QzxCA3jUqb.  #Contest #Chancetowin
5119                                                                           RT @Reuters: U.S. spy agency stops gathering some messages from Americans: sources https://t.co/BcLEWF4pLr
5120                                                              RT @Microsoft: Join us this Tuesday at 9:30AM ET for a livestream to learn what’s next. Add it to your calendar here:… 
5121                                                                                                        RT @Disney: It means no worries for a couple of days. https://t.co/4pnA0AO0rx
5122                                          @ToyotaRacing @RIRInsider @Toyota @JoeGibbsRacing @BKRacing_2383 @FRRacingTeam OK EVERYONE IT'S THE WEEKEND OF THE… https://t.co/asde9SZtH3
5123                                                                         @Ford we also need an @OSHA_DOL  representative to visit Monday.  Because the safety around here is a joke!!
5124                                                                                                                                                                       @easyJet Done.
5125                                         RT @Aragorn_Falcon: Watch the falcons nesting on Charlotte's One @WellsFargo this year? Try our website at http://t.co/7WAVn5ElXP. http://t…
5126                                                                                                                                        @netflix I need you to post season 3 of Reign
5127                                        @Ford awful customer service!! ..  it's all about the money and figures never about the customer! I am now done with buying a ford!! Cya!👋🏼
5128                                                                                                                                                                  @comcast Yeah right
5129                                         @Esined729 @facebook Denise-have u tried this-Send an email to platformcs@support.facebook.com w/a copy of ur drive… https://t.co/tZjf4QbSa8
5130                                         RT @daddysweeney: Share a Show to Help Them Open Up and Get Closer To Your Tween or Teen @netflix #StreamTeam https://t.co/RhFvXyYwHc https…
5131                                                                                                          RT @beIlefrnch: the world needs its batman @netflix #NetflixBuySweetVicious
5132                                                                                                                                                        @lexiokun @McDonalds Gross tf
5133                                                                                                                                      @getlizziewithit @ASOS Bishhh please flaunt it!
5134                                                         USD 3.75 Love and Rockets Bonanza! #1 NM 9.4 Fantagraphics 1989 Los Bros Hernandez 1st pr  https://t.co/dRboTA3cDj via @eBay
5135                                                                                                                                       gimme Dear White People season 2 NOW! @netflix
5136                                                                     Check out vintage sarah Coventry amber stone gold tone necklace #SarahCoventry https://t.co/ZUQ5JvnWWT via @eBay
5137                                                                 USED USSR Russian Navy Uniform Mens wool Black Coat Overcoat Soviet Surplus M... https://t.co/sBhewRBFAZ via @amazon
5138                                                                    Thanks to @Visa for a great time with some amazing kids yesterday  #LifeAtVisa #Countonme https://t.co/QfbUhSlL5m
5139                                         RT @MDub70Deuce: Want to feel closer to your teen? A @netflix study reveals you should watch their shows! #StreamTeam #ad https://t.co/F81T…
5140                                                              RT @Microsoft: Join us this Tuesday at 9:30AM ET for a livestream to learn what’s next. Add it to your calendar here:… 
5141                                                RT @MsJamieClayton: HAD A BLAST YESTERDAY @facebook with the cluster and @FreemaOfficial!! @sense8 Season2 is on @netflix MAY 5th!!… 
5142                                                                      Check out  Pressed Glass Candy/Nut Dish with Lid Heart and Diamond Pattern    https://t.co/8P3N3HsFVA via @eBay
5143                                                                                                                        Busy day.  So many copy and paste status updates to @facebook
5144                                                      I never knew of @Starbucks Upstander series until today. This one generated some teary eyes at #SABEW17 https://t.co/SGmaWPIHYi
5145                                                                                  RT @KaylieSalyers: @mikaila_7 @Hyundai if it's 11 or 12 the engine has a recall bc its defective 🙂
5146                                                                          Check out Guns and Roses FRIDGE MAGNET 6x8 Concert Poster Canvas Print    https://t.co/hGgtsm2sw7 via @eBay
5147                                                                                              @ajplus Don't worry @netflix plenty of blk and whites will be watching! Me for one!! ✊
5148                                                           RT @Reuters: BREAKING: South Korea military confirms launch of one ballistic missile by North Korea appears to have failed
5149                                                           RT @Reuters: BREAKING: South Korea military confirms launch of one ballistic missile by North Korea appears to have failed
5150                                                  RT @jhutch1992: Gettin trippy with @hm at coachella. Great vibes. Thanks for the hookup! #hmlovescoachella… https://t.co/P2jnUJX7zS
5151                                                                                                                                                   @Reuters We probably shot it down.
5152                                                           RT @Reuters: BREAKING: South Korea military confirms launch of one ballistic missile by North Korea appears to have failed
5153                                                           RT @Reuters: BREAKING: South Korea military confirms launch of one ballistic missile by North Korea appears to have failed
5154                                                           RT @Reuters: BREAKING: South Korea military confirms launch of one ballistic missile by North Korea appears to have failed
5155                                                     Check out Women's Hand Crochet Cape Renaissance Medieval Theater Shawl Wrap Cloak #HandCrochet https://t.co/HZN34ah5in via @eBay
5156                                                                                             RT @BrianJLuna: So @McDonalds took out the Hi-C Orange drink.... https://t.co/glzo9xx4M3
5157                                                                           @Reuters NK has to be the worst missile builders on earth for as much time and money as they waste trying.
5158                                                           RT @Reuters: BREAKING: South Korea military confirms launch of one ballistic missile by North Korea appears to have failed
5159                                                           RT @Reuters: BREAKING: South Korea military confirms launch of one ballistic missile by North Korea appears to have failed
5160                                                           RT @Reuters: BREAKING: South Korea military confirms launch of one ballistic missile by North Korea appears to have failed
5161                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
5162                                         @churchmusicman1 @Sweetsir93 @Reuters Negative. We have to stand down an see what China does. That will dictate our… https://t.co/lCvvBRPXeq
5163                                                                                            RT @KylieCarrasco: If @McDonalds gets rid of their orange hi-c I'm boycotting. swear ta g
5164                                                                                                                        @ShoezGallery @YeezyTalkWW What time do they launch?! @adidas
5165                                                             Check out Iggy Pop FRIDGE MAGNET 6x8 Bookies Club Detroit Concert Poster Canvas Print  https://t.co/vf2OBhJsSF via @eBay
5166                                                                                      RT @amazon: Save 51% Off Today's Deal - Shop Now! http://t.co/MX8zg40Aho http://t.co/iy5545ZAtO
5167                                         @billwcnc please call @lasershipassist  @amazon and ask how throwing my fragile pkg in the driveway is an acceptabl… https://t.co/RY3QUXUnRi
5168                                                                   Check out New Betty Page 50's Pinup Style Rockabilly Cherry Bomb Belted Cardigan M/L https://t.co/BH1KwxbqIY @eBay
5169                                         RT @intel: Heritage comes alive w/ #Intel #tech and the First Nation stories we helped project onto the @SydOperaHouse. https://t.co/anM4qp…
5170                                                                   Check out Previews Issue #306 March 2014 Comics Shop Catalog Magazine Book Rai Trees https://t.co/GJCYHmkbvA @eBay
5171                                                                             Never thought I'd say the day but I'm convinced I should venture over to @adidas https://t.co/n14WNZmbUz
5172                                                          RT @Reuters: Brazil cities paralyzed by nationwide strike against austerity https://t.co/tkX8P8MDH8 https://t.co/BrN0QaHs0T
5173                                                   Check out New Asics Gel Resolution Speed 3 Mens Tennis Shoes Yellow/Black/White Size 10.5 #asics https://t.co/8QH8f7xIge via @eBay
5174                                                                                                                      @comcast Why does my wi fi slow to a crawl every day at 1:30am?
5175                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
5176                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
5177                                                                         @BradSmi @gabrielazanfir @JulieSBrill @Microsoft Hmm....and WHO helps Microsoft to meet their GDPR needs...?
5178                                          Men Quilted Slim fit Biker Jacket https://t.co/MLbb6F4c8r via @eBay #NationalSuperheroDay #ArborDay #MakeTodayBetterIn4Words #FridayFeeling
5179                                                                                                               RT @m0ron: @Roastamatic @amazon 50% off nigga i aint passing up a deal
5180                                                                                                                               @ATT @ATTCares ...at one of your store..they cant help
5181                                                                     #gift #Speaker Logitech X50 Bluetooth Wireless Speaker Purple/Orange #Logitech https://t.co/ic4qDL16aC via @eBay
5182                                                                                        Just purchased a 'Pipedream Extreme F*** My Big A** ' https://t.co/XzMoRhmEJm… …  via @amazon
5183                                                                             RT @m0ron: Just purchased a 'Pipedream Extreme F*** My Big A** ' https://t.co/GlmrfUF1mg… …  via @amazon
5184                                                           RT @Reuters: BREAKING: South Korea military confirms launch of one ballistic missile by North Korea appears to have failed
5185                                                        Why is #Transformation so Difficult? #telco #SDN #NFV #Cloud @Google @facebook @amazon #network @ATT… https://t.co/Y4JBfF1ywS
5186                                                        Check out Dead Reckoning FRIDGE MAGNET Humphrey Bogart Magnetic Movie Poster CANVAS Prints  https://t.co/7YoTh7QT3t via @eBay
5187                                                                                                                                                                  @Reuters Aye by eck
5188                                                                                                        @amazon knows nothing after 20 minutes on the phone #GuardiansoftheGalaxyVol2
5189                                                 Check out India Boutique Ladies Peacock Print Kimono Free Size (Fits up to size 18) Very R #KIMONO https://t.co/sFKmqhEEE2 via @eBay
5190                                                                                                            @netflix Please Please Please do NOT take The Office off of Netflix! 😢😭
5191                                                           RT @Reuters: BREAKING: South Korea military confirms launch of one ballistic missile by North Korea appears to have failed
5192                                                      Check out Ladies Fringed Tunic Tank Brand new Super cute Tunic/Tank Top New Very Stylish #Any https://t.co/vSQoNoVsjZ via @eBay
5193                                                                                                                     @phenomenal1_g @JulieChen @CBSBigBrother @CBSTweet @CBS Okay lol
5194                                                                                  RT @hellcat1377: I named my bong @neiltyson because he blows my mind. Watching Cosmos on @netflix .
5195                                                           RT @Reuters: BREAKING: South Korea military confirms launch of one ballistic missile by North Korea appears to have failed
5196                                            Leapin' Lizards. I do not understand how they do this. Ballet rocks. @NikonUSA @Adobe @Lightroom  #nikonnofilter… https://t.co/ALVQotk8IY
5197                                                RT @ddlovato: Tune in tonight on @CBS to see me perform on Stayin' Alive: A #GRAMMYSalute To The Music Of The #BeeGees 8 p.m. ET/PT!!
5198                                                        @LettyA @netflix @DearWhitePeople @Jeano467 Idk but her brutal honesty re: getting losers like him elected. I cried. #Scandal
5199                                                                                 RT @judehaste_write: Knockout Jude Haste A rom com UK  Novella 1 https://t.co/hl64uttjJy via @amazon
5200                                                                                                                                              @netflix DON'T REMOVE PRISON BREAKKKKKK
5201                                                                          RT @VirginiaKettle1: Check out Antique Doll Size 3 Wheel Bike Primitive Decor https://t.co/xGtUz86KKT @eBay
5202                                                                                @FedEx ships #extinction #Sharkfinban #FedExtinction Stop shipping shark fins https://t.co/yfetbiSJUb
5203                                          RT @vaniccilondon: https://t.co/IBQNVDljUg #FREE Download =&gt;Drive massive traffic from Facebook @facebook #growthhacking #wow #leadgen… 
5204                                          RT @vaniccilondon: https://t.co/IBQNVDljUg #FREE Download =&gt;Drive massive traffic from Facebook @facebook #growthhacking #wow #leadgen… 
5205                                                                                                            @easyJet just got off flight EZY6711 left some duty free items on board..
5206                                          RT @vaniccilondon: https://t.co/IBQNVDljUg #FREE Download =&gt;Drive massive traffic from Facebook @facebook #growthhacking #wow #leadgen… 
5207                                          RT @vaniccilondon: https://t.co/IBQNVDljUg #FREE Download =&gt;Drive massive traffic from Facebook @facebook #growthhacking #wow #leadgen… 
5208                                          RT @vaniccilondon: https://t.co/IBQNVDljUg #FREE Download =&gt;Drive massive traffic from Facebook @facebook #growthhacking #wow #leadgen… 
5209                                                                                    @hbkdreaa @Apple mannn i don't even be using it and it still loses hella battery like que pedo?😒
5210                                                           RT @Reuters: BREAKING: South Korea military confirms launch of one ballistic missile by North Korea appears to have failed
5211                                                               RT @Reuters: Tesla recruiting engineers in Mexico for California plant https://t.co/EgQzXHrOCV https://t.co/bQx5qf3bMY
5212                                                                          Venezuelan opposition activists march to Leopoldo Lopez' jail https://t.co/Z3qiKULDff Via @Reuters #topnews
5213                                                                @dianermacedo @Apple I did know that and set mine up to make sure it could! Nice life saving feature to have working!
5214                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
5215                                                 #Skybox #Disney #Hunchback of Notre Dame 64 Devil #Jester #Puzzle 1996 Trading Card @eBay_UK https://t.co/Us3Ah0taHD @Disney @UkeBay
5216                                                                                                                     RT @Disney: An unforgettable feeling. 💙 https://t.co/BfUWrN2NSn
5217                                              RT @ReginaWalton: @danieljpeter @prag_sfdc @LangstonJessica @mleggere @salesforce You're close enough that I can find you! :) Pleasur… 
5218                                              @jenny_foss @TMobile @YWCAUSA Thank YOU @jenny_foss for helping @YWCAUSA to #StandAgainstRacism; we appreciate… https://t.co/wThLaTbzPx
5219                                                                                            RT @mook1971: Yo! Shure Brothers Microphone Mixer Model M68 https://t.co/iSNQ3gjyk4 @eBay
5220                                                             Check out METEORITE IMPACT GLASS 100% pure silica. SIMILAR TO LIBYAN DESERT GLASS  https://t.co/GDE8OZdz0a via @eBay   .
5221                                         RT @Atoes84: .@SuckItSuicide we have over 19k likes on @facebook from organic growth which is incredible for our small nonprofit #AAS17 #SP…
5222                                               thanks a lot @Tesco only find out you're not going to deliver my order when I ring up about it at 11pm and no slots tomorrow for me 😢
5223                                         RT @Atoes84: .@SuckItSuicide we have over 19k likes on @facebook from organic growth which is incredible for our small nonprofit #AAS17 #SP…
5224                                                    Check out RARE LOGGINS &amp; MESSINA LP Full Sail 73 COLUMBIA PC 32540 SOFT ROCK STILL SEALED   https://t.co/45V5csfJav via @eBay
5225                                                                 ♥️MY BIG ADVENTURE♥️ @ggfoxy zara dorianicashmere @antonia_milano nonationality07 @hm #friday… https://t.co/wJzEphJz7I
5226                                                    Check out Navy Tribal Print Mix Media Blouse Navy scoop neck blouse with a fun tribal prin #Any https://t.co/3hyCTpFqa1 via @eBay
5227                                                                                                                                        @JulieChen @CBSBigBrother @CBSTweet @CBS Yeah
5228                                                  Check out LEVI'S Mens striped denim work/casual shirt metal buttons railroad vtg 90s Large #Levis https://t.co/HqZUFlzRWR via @eBay
5229                                                     RT @pepsi: We say it “cali-mocho” and we drink it with friends. Grab a little #1893PepsiCola and craft up one (or a few) tonig… 
5230                                                               RT @Reuters: Trump's popularity has notably changed among his base in his #First100Days: https://t.co/G0ldSkbLQK via… 
5231                                                                                                        RT @Disney: It means no worries for a couple of days. https://t.co/4pnA0AO0rx
5232                                                  Check out Lilly Pulitzer Girls Sun Halter Dress Blue Elephants Bugs Floral Size 10 #LillyPulitzer https://t.co/tsHazo7qSB via @eBay
5233                                                  @facebook (3) Now you dumbass bastards penalize me a third time for two posts I made one or two years ago. Yup another nigger post!
5234                                                                                      BRIEF-Le Chateau Inc Q4 loss per share C$0.29 https://t.co/MWQWm5cwO8 Via @Reuters #companynews
5235                                                                                                                     Check out my listing on @eBay: https://t.co/b6opAVLTPz via @eBay
5236                                                                            Deep Blues: A Musical and Cultural History of the Mississippi Delta - https://t.co/WNIyfS38Bs via @amazon
5237                                                                 Check out Banprest Dragon Ball Super Ichiban kuji Anime Anniv 30th Shikishi ART FREEZA https://t.co/gXlfALD3Tu @eBay
5238                                                         RT @Reuters: Italian police say Amazon has evaded 130 million euros of taxes https://t.co/LWe3WGCXsA https://t.co/fOck0gWhnS
5239                                                                 Admirable is Our God: (True-to-Life Stories - Spellbinding) by Juanita de Guz... https://t.co/LME7uJRQjn via @amazon
5240                                         RT @JenniferJJ88: We need to see a smile back on this sweet boys face. Please @CMT @Viacom @TFactoryMedia #renewsunrecords https://t.co/9Yd…
5241                                                                                        @facebook why is fucking white men against community standards but rape and porn isn't ??????
5242                                                                                                        RT @LeeWestwick: Who wants to see the Tree @amazon sent me in the mail 🌳📬📦
5243                                     🍃🌸 OVERALLS 🌻🍃 New on https://t.co/Hzf1B08dsI 🦋 #sisters #blog #ootd 🌷 @hm @stradivarius #stradilook @OVSofficial… https://t.co/NDlI3bw8MT
5244                                                           Check out Pony HORSE Cast Iron PULL TOY Statue*Primitive/French Country Farmhouse Decor  https://t.co/BGBREfFAch via @eBay
5245                                                               RT @Reuters: Trump's popularity has notably changed among his base in his #First100Days: https://t.co/G0ldSkbLQK via… 
5246                                                   Check out Lot Of Taillight Lenses And Turn Signal Harley-Davidson Softail Fat Boy 99-03 https://t.co/KTDrO0qfpX @eBay #motorcycles
5247                                          Your @Ford Redbird lineup for Game No. ✌ is in! @trevor_cross23 makes his first start as a Redbird! First pitch in… https://t.co/MSdYJ1cK27
5248                                           RT @dylanjordan: The coolest way to capture Coachella! Made with the @HP Spectre x360 &amp; Pen thanks @taystdesign for the illustration… 
5249                                                                             RT @m0ron: Just purchased a 'Pipedream Extreme F*** My Big A** ' https://t.co/GlmrfUF1mg… …  via @amazon
5250                                                     RT @Reuters: U.S. appeals court grants Trump request on climate regulations case https://t.co/tMt0gZbwbD https://t.co/wK10Ud4ARN
5251                                                                                        RT @CiraVO: @brunelldonald @amazon Look what Amazon just delivered 💕 https://t.co/SYrMXdYPFq
5252                                         RT @SnapMunk: Yahoo!: The Life and Death of an Internet Pioneer https://t.co/viPXMMWxSx @Yahoo @AOL #Business #Merger https://t.co/PqNxW2Qj…
5253                                                                        Check out Unique Red Duck Bird Pitcher Pours out Beak 5 Inches Tall  https://t.co/6Gj452mgbk via @eBay #Ducks
5254                                                     Check out 14 K GOLD HAPPY BIRTHDAY CHARM/PENDANT GENUINE PEARL  &amp; AMETHYST VERY RARE  NOW  https://t.co/eDZLcvrI42 via @eBay
5255                                          Audi: A quick refresher course on driving. #DriversReEd The left lane is for:: @Audi A quick refresher… https://t.co/vdxodRMXKC #BrandsIuse
5256                                                                                 Brilliant choices for third @brightlightx2 @facebook live acoustic session!! https://t.co/bUIpC9uUor
5257                                                                                                                                @Antoinette_Rob @DearWhitePeople @netflix so so good!
5258                                         RT @SnapMunk: Yahoo!: The Life and Death of an Internet Pioneer https://t.co/viPXMMWxSx @Yahoo @AOL #Business #Merger https://t.co/PqNxW2Qj…
5259                                                          Check out Midland International 12-601 8 Track Cartridge Stereo Player Vintage Woodgrain  https://t.co/e8r7Sa8ncU via @eBay
5260                                          @patster1976 @sprint @TMobile @patster1976 I was on Sprint for 5 years and VZW for 2. Now 3 with @TMobile and they… https://t.co/zQIKdLYyOG
5261                                                                           Soon as I tweet this y'all talk about removing HI-C @McDonalds don't fail me 🤦🏾‍♀️ https://t.co/a0Xp0osWNq
5262                                                                                                      Check out Cherokee Zebra Shirt Top Girls Size 7/8 https://t.co/ZNYWRMgWwV @eBay
5263                                                  RT @Disney: A magical moment for a special day. 💍✨ @PTXofficial makes a surprise appearance on @FreeformTV's Disney's Fairy Tal… 
5264                                                 Check out Woman's Multi Color Embroidered Floral Long Jean w/ Slits Shirt Size S (READ) #Unbranded https://t.co/2RKEygfyAA via @eBay
5265                                                                                                                                            @nicolecaprii @Starbucks omfg that's SICK
5266                                                                                                I just checked in @Walmart with #mPLUSPlaces Download today!  https://t.co/J7srS809u8
5267                                                                                                                                                  Watching some videos on @netflix :)
5268                                                                                                 @TheRealDap @Doritos @Guardians @amazon @BreitbartNews Check out the Engadget video.
5269                                                                             RT @MacraStar: Check out Dana Buchman Black and Yellow Blouse Shirt Size M https://t.co/LcE9LtYRkj @eBay
5270                                                                                                        @adidas @KimKardashian @kanyewest can a girl please get some yeezys size 9🙏❤
5271                                                           RT @Reuters: BREAKING: South Korea military confirms launch of one ballistic missile by North Korea appears to have failed
5272                                                                                                      Check out Vintage Modernist Ring Silver tone  https://t.co/xSOcxLnHbO via @eBay
5273                                                RT @PrettyKisses_A: @shaymitch is our POCAHANTAS. @Disney need to come with it. Am I right or am I right? Thank you @OceanDriveMag.… 
5274                                                            @Wendys did you know @McDonalds @McDonaldsCorp is taking away my #HiCOrange!?  :(  their happy meals are making me sad :(
5275                                                    RT @cosfrog: Men's The Right To Arm Bears Shall Not Be Infringed Funny T-Shirt 3XL Asphalt... https://t.co/cMHcSRoSiF via @amazon
5276                                                                                                                                                                  @Reuters They pussy
5277                                                                      RT @FedEx: Where do superheroes fly to go on vacation? Cape Town. #NationalSuperheroDay https://t.co/nV5LlE3P2n
5278                                                  RT @Disney: A magical moment for a special day. 💍✨ @PTXofficial makes a surprise appearance on @FreeformTV's Disney's Fairy Tal… 
5279                                                  RT @Reuters: North Korea test-fires ballistic missile in defiance of world pressure https://t.co/EhPHgddMRu https://t.co/G8hqUkVKVs
5280                                                 @RedEye_Apps @Apple @tim_cook @wjgerard @ellispeta @sbxr @catmatson @Fishburners @MonBLeaves @waynescullino… https://t.co/rWQ8k2b19I
5281                                                                               RT @fedegrim4: @IgorAae @Reuters Our police is so smart that can find out great evasors like Amazon ;)
5282                                                                                                      Congrats @CoryTheEngineer on his new gig at @facebook ! https://t.co/I90lCdgprq
5283                                                                                                  @TerryMakesStuff @twiitchhin @heybunchies @amazon no thanks https://t.co/Zy9lWpvcAp
5284                                                  RT @Reuters: North Korea test-fires ballistic missile in defiance of world pressure https://t.co/EhPHgddMRu https://t.co/G8hqUkVKVs
5285                                                                              RT @Reuters: Highlights of Reuters interview with Trump https://t.co/0l4WCaCRLM https://t.co/cM1jvApC79
5286                                                                                                                        @Google Hey did you 👂? No 1️⃣ uses emojis to replace words! 😉
5287                                                          Check out Rowlandson Doctor Syntax Tour 80 Colored Plates Leather 3vols Rare Travel 1855  https://t.co/v0lB652Pr5 via @eBay
5288                                                           RT @Reuters: BREAKING: South Korea military confirms launch of one ballistic missile by North Korea appears to have failed
5289                                                            Check out ANN TAYLOR A Line Skirt Lined Cotton Dotted Size Zip Size O #AnnTaylor #ALine https://t.co/YRw8r2IakX via @eBay
5290                                                                                                                     RT @Disney: An unforgettable feeling. 💙 https://t.co/BfUWrN2NSn
5291                                                                                                  @McDonalds skimped me. 😭 #sodisappointed #wastemymoney2017 https://t.co/7w4Jc54wvI
5292                                                  RT @Reuters: North Korea test-fires ballistic missile in defiance of world pressure https://t.co/EhPHgddMRu https://t.co/G8hqUkVKVs
5293                                                                                                             Just competed a 4 mile run through the woods while on hold with @Expedia
5294                                                             Check out Vintage Antique Collectible Popular Mechanics Magazine May 1964 Windmill Submari https://t.co/N96lkU8pmJ @eBay
5295                                                                       RT @melissaganzi: @Audi #poloteam's #AlejandoNovilloAstrada lining up the team #goaudi https://t.co/ulNYuM31oM
5296                                                                                                                                         .@IAmMissyWolf @CMT @Viacom Thanks Ash! 🤗❤️☀️
5297                                                     Check out PINK VICTORIAS SECRET Shirt Top Button Front XS Bottoms Pants Size S Set #PajamaSets https://t.co/spy1l55Egu via @eBay
5298                                                                         RT @rogerfederer: Always nice visiting @Nike HQ. Something's different this time #18 https://t.co/PDLnc1ZsD1
5299                                                                                                       RT @coltondixon: Friday is ChaiDay! Thanks @Starbucks! https://t.co/9eIAys7EjD
5300                                         @NiceFishWhistle @fourinthefluff @juliekellyroge1 @ReutersPolitics @Reuters So it was Trump's fault that NK started… https://t.co/2z7sEpo3OD
5301                                                RT @oldnsold2013: Check out Lot Of 9 Archie Comics Comic Book Lot Mad House River Dale Pals n Gals  https://t.co/r4Pv72Apdc via @eBay
5302                                                  Check out Speechless Girl's Orange/Pink/White/Black Floral Shirt w/ Cami Size M (7/8) #Speechless https://t.co/VEWCatYgzZ via @eBay
5303                                         RT @salesforce: Automating the sales process can help the front office achieve significant results. https://t.co/eAZCXHIkQp https://t.co/Kw…
5304                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
5305                                                           Check out Vans Authentic Canvas Atwood Low White Gray Pewter Shoes Women's Size 11 #VANS https://t.co/2dU8X5ad0D via @eBay
5306                                          @MalcolmNance @Reuters @realDonaldTrump voters should be forcibly drafted into the military and sent to the DMZ in… https://t.co/pu51QyoAb0
5307                                                                                                         @djnick33 @amazon @Guardians I'd like to think that they made a lot of them.
5308                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
5309                                         FIRST Championship Gigapixel powered by @BAESystemsinc @Boeing @NVIDIA https://t.co/kKDyc8luQ9 #FIRSTChamp via @panoramascom @CyberCrusaders
5310                                            #LittlestPetShop LPS Yellow Puppy Dog Purple Eyes Sitting #451 https://t.co/Q4z8HPEQj5 @eBay #lps #toy #ebay #sale #collector #collection
5311                                         ...but then: remember my @pandoramusic works in US. Discover free @Starbucks WiFi. Blast Aussie hits in ears. Get c… https://t.co/8xNnYTAHTC
5312                                                             @elizabeara @amazon That would be the greatest thing ever and totally make me spend more money.  I support this message.
5313                                             @hm I did your survey and hope you realize how upset I am with your company as far as how small the men's section is. Glorified cubicle.
5314                                                       @MelissaMcwhirt @jamespaxtonyo Please join us🙌tweet the networks @hulu @netflix @heretv @amazon with… https://t.co/xAUXFknhnF
5315                                                                                       Tesla recruiting engineers in Mexico for California plant https://t.co/nAXsDo5eN9 via @Reuters
5316                                                                        RT @Reuters: EXCLUSIVE: Trump says he thought being president would be easier than his old life. Read more:… 
5317                                                                                                                                               @netflix why is my list gone??😡😡😡😡
5318                                                                                                                    @McDonalds come on no more Hi-C Orange you're killing me smalls!!
5319                                                                                                           RT @Nissan: R32 (8th Generation) #60YearsOfSkyline https://t.co/829qmkNtlo
5320                                                               @JenniferWGME @netflix for all who know nothing.. Why We Didn’t Shy Away from Hannah’s Suicide https://t.co/LOpxqzzb7r
5321                                                                                                            @Apple  can you make a black &amp; gold iPhone .. please and thank you 😊
5322                                                                                           Check out NECCO WAFER RETRO KEEPSAKE COLLECTORS TIN CAN  https://t.co/fML4V6Ksrw via @eBay
5323                                            RT @billhodac: Our 91st &amp; 92nd @TMobile location @myamtel. We couldn't have done it w/o great customers &amp; phenomenal team. Thnx… 
5324                                           feeling personally attacked by @netflix ever since they took bobs burgers down like what else am i supposed to watch when i wanna be happy
5325                                                                                                                                                                        @verizon Home
5326                                                   RT @DjTonyharder: PLAY &amp; DOWNLOAD @DjTonyharder https://t.co/OJgGgGXJTQ @GooglePlay @Google @SongcastR @SongCast @SongCaster… 
5327                                                                                    @comcast What's going in in A2.  Channel signals keep breaking up. Want to watch the #NFLDraft 🏈
5328                                                                    RT @McDonalds: @TheRealDevinD We are always craving the opportunity to see more of you. Hang out with us anytime!
5329                                                           RT @Reuters: BREAKING: South Korea military confirms launch of one ballistic missile by North Korea appears to have failed
5330                                                                                                                                    @askjillian @netflix Beautiful as always. My mymy
5331                                                               RT @Reuters: Tesla recruiting engineers in Mexico for California plant https://t.co/EgQzXHrOCV https://t.co/bQx5qf3bMY
5332                                                                                        RT @kaosonia: Check out Sterling Silver Spike Post Earring  https://t.co/gKQdE5UmFT via @eBay
5333                                         RT @tractionsm: See you at TractionForce 2017 on May 11 @salesforce @mec @patagonia @INDOCHINO @boomi Register now: https://t.co/QZSQ53upPk…
5334                                                                                                                             @Reuters Prob only get 3 dozen jets out of them..if even
5335                                                                                          @precision_chris @Apple I get some weird looks from people when Miley Cyrus starts singing.
5336                                                   Check out Pair of Cobalt Blue Glass Vases Hand Painted with Floral Design Shabby Chic  #Handmade https://t.co/5DeA8Fx4qS via @eBay
5337                                                                                                        RT @Disney: It means no worries for a couple of days. https://t.co/4pnA0AO0rx
5338                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
5339                                                                                                         @Reuters Every President realizes this including Obama. Nothing to see here.
5340                                                                                               @McDonalds why are all of your ice cream machines synchronized to be broken after 8pm?
5341                                                                                             @JCrongeyer @MSNBC You can thank @comcast for a lot of the garbage on @MSNBC these days.
5342                                                                                                                                        @MalcolmNance @Reuters Impeach 45 immediately
5343                                                                                                              Check out TY Beanie Legs the Frog #Ty https://t.co/kp6sJbBv90 via @eBay
5344                                         RT @Citi: 85K+ #CitiVolunteers participated in our 11th Global Community Day. In June we'll hold our 12th annual service day! https://t.co/…
5345                                                                          @pretenshus_name @Starbucks @EmilyMBlack014 You can't keep replying with this same thing everywhere Rachhhh
5346                                         RT @IBM: CEO Ginni Rometty chats with @FoxBusiness about the use of #AI to improve business. Watch: https://t.co/lN8GUFgx98 https://t.co/kw…
5347                                                                                                               @Starbucks When are you bringing back the #BirthdayCakeFrappuccino ???
5348                                             RT @GabbysQuilts: #Samsung #Galaxy #Note4 #SM-N910A 32GB Charcoal Black (AT&amp;T) #Smartphone https://t.co/bbDmJO60NQ via @eBay #USED… 
5349                                                                                               RT @exxonmobil: This is not your average farmer #AlgaeBiofuels https://t.co/hWQxGRQ8ZV
5350                                                                 @McDonalds just cause the fish is small doesn't mean you make the cheese smaller. Seriously? https://t.co/2LhlHQHrWM
5351                                            The IRONY that @netflix folded under pressure from yts and undermarketed Dear White People like Sam's radio station tried to silence her.
5352                                                                                                              RT @alannizcr: Can I please have them all @Nike https://t.co/GNnOE7XMcD
5353                                                                                                           Trump pledges fealty to NRA gun lobby https://t.co/3mwHYRmI80 via @Reuters
5354                                                   Please RT @eBay! https://t.co/TnWJsNyxiJ … via @eBay #ebay #shoes #namebrand #robertocavalli #allenedmonds https://t.co/IuaKGU0IlT
5355                                                                                                          Chasing Fireflies Wild Thorn Publishing https://t.co/pRHI7CYrYp via @amazon
5356                                         Trump aims to expand… https://t.co/N4c56S3MEz  |📱Get the phone and plan you have always wanted! https://t.co/0isgO6q05Z @amazon #retweet 👍
5357                                                                 Propane Refill Adapter Lp Gas Cylinder Tank Coupler Heater camping Hunt Shnoz... https://t.co/39obb7SiG3 via @amazon
5358                                                                                             pink wallpaper background for cake smash photography https://t.co/TlypmLNzT0 via @amazon
5359                                                                                                                                Quite a coup for @Microsoft ! https://t.co/3ME4FKEsEa
5360                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
5361                                                                                    Buy all 4 at Once an Save $ Free Shipping! Magnesium Flint Rod  https://t.co/ovFkbThlUl via @eBay
5362                                                                   @JordanWollin20 @Guardians @Doritos @amazon keep trying. I kept reloading and one became available all of a sudden
5363                                                   RT @MSFT_Military: Countdown to #OldGloryRelay '17 has begun! @Microsoft is proud to sponsor @TeamRWB’s mission 3 years running.… 
5364                                                                                   RT @JenniferJJ88: When will @CMT @Viacom @TFactoryMedia #RenewSunRecords ? https://t.co/ZdPVcORaFM
5365                                                                   When a @netflix show won’t let me turn off the Norwegian subtitles I just can’t be bothered. Plenty of shit to do.
5366                                                                                                                           @alexvndersmith @KendallJenner @pepsi *pepsi not provided*
5367                                                               Check out Pantry Wood Dough BOWL*Antique BITTERSWEET*Primitive/French Country Decor  https://t.co/7dpWNa2a9x via @eBay
5368                                                                                    Check out Derek Jeter - 1997 Bowman's Best #82 - PSA 8 (NM-MT)  https://t.co/FMo2KE6Dby via @eBay
5369                                                    Check out New KIKKERLAND 3-D Lenticular Special Effects CAT Playing Cards Pokersize #kikkerland https://t.co/svh3DFurRj via @eBay
5370                                             #Disneyland #EnchantedTikiRoom 4x6 Lanyard Badge #Adventureland #Disney #DisneyParks https://t.co/O97ou9RNmR @eBay #tiki #d23 #tikibirds
5371                                                                                                       RT @chris_calderonn: our shoot the other day @CocaCola https://t.co/RcVMpl7NG2
5372                                                              Via @Reuters: Trump to order a study on abuses of U.S. trade agreements https://t.co/qAT7sD5EnN https://t.co/PftdHye6WR
5373                                                  RT @hoedeman: When you drink a few @summitbeer and then go to @Costco on Fri in your new sunglasses bc @mplscitysc needs crap for… 
5374                                                  RT @debbiemc18: Get your @pillsbury #CinnamonRolls at @Walmart for this fun On-The-Go ON A STICK #Recipe #EasterwithPillsbury #ad… 
5375                                                                    Check out 2006-2008 BMW 325i E90 328i 330i 335i Side View Mirror LH Driver #BMW https://t.co/eZM69bzaGY via @eBay
5376                                                                     Check out Cthulhu Master of R'lyeh - Wacky Wobbler Bobble-Head by Funko Pop *RARE* https://t.co/6REFp6cnCx @eBay
5377                                                                                                                              RT @eturner010: @DearWhitePeople @netflix Deeply racist
5378                                           RT @dylanjordan: The coolest way to capture Coachella! Made with the @HP Spectre x360 &amp; Pen thanks @taystdesign for the illustration… 
5379                                                                                                                          @Walmart is pissing me off. Been waiting for 20 + minutes .
5380                                                             Check out To Tame A Bride By Susan Fox (Rebel Brides) 3560 Harlequin Romance 1999 PB   https://t.co/bp9m5mYIZ6 via @eBay
5381                                                                                                                                    @Reuters Spending to much on terrorist activities
5382                                                       Check out Kids Disney Mickey Mouse Clubhouse Laptop Junior Play Learning Lights NEW  #Disney https://t.co/bruJa70tzv via @eBay
5383                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
5384                                                                    Lavar needs to shut the fuck up for at least a year for Lonzo to get a shoe deal @Nike @UnderArmour @adidas cool?
5385                                                                                                                                     @McDonalds Don't you dare get rid of Orange Hi-C
5386                                           @TMobile @JohnLegere @NevilleRay Any plans on filling this gap along Tamiami Trail in Florida like the other guy?… https://t.co/DrwnD6H0o9
5387                                 RT @BankofAmerica: Congrats to @specialolyUSA athletes for competing @2017Austria &amp; inspiring us all to put down limits &amp; #pickuphope https…
5388                                                                                           @Apple Hey Apple! How many RTs do I need for you guys to make a Bigfoot Emojii?? #heisREAL
5389                                                                   Check out LOT 4 RICHARD GINORI GIN11 FLAT CREAM SOUP BOWL DOUBLE HANDLE BLUE FLOWERS https://t.co/YEtrV4GnhU @eBay
5390                                                        RT @21CF: Read what @Gotham star @ben_mckenzie says about directing his first episode and how directing is like fatherhood:… 
5391                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
5392                                                                                             RT @zatchry: @Reuters If only someone knew how hard it would be. https://t.co/XVzT26SmiK
5393                                                        Check out Samsung Galaxy S7 Active i-Blason Armorbox Black Heavy Duty Holster Case #iBlason https://t.co/2ZNOEGZxvX via @eBay
5394                                                                                          @scrowley9111 @Reuters Happy to talk. Rangers are going to kick ass and take names tomorrow
5395                                                  Whirlpool Microwave Oven Trim Kit Model: MK2227AS Stainless Steel https://t.co/Hx7t1y7Zod @eBay #trimkit #whirlpool #parts #remodel
5396                                                                          RT @birdwriter7: Check out my author page at this easy to remember url! https://t.co/5tgWFR8MKI via @amazon
5397                                                   thank you @netflix for inconspicuously adding gay movies to your lists I think my mom thinks I'm more of a human now 😍☝🏼🙏🏼👏🏼
5398                                             RT @TrendingNowGift: Kitty Cloud Pet Stuffed Animal Messenger Cat Talk Music Games Stories  #CloudPets https://t.co/ee63eh6xq1 via @eBay
5399                                                             Check out Japanese Chopstick Rest Napkin Ring 5 Pecs. Fish blue Holder Old Porcelain   https://t.co/JbfpJgG9nQ via @eBay
5400                                                                            @LeeWestwick @amazon @MindUnprotected @LeeWestwickPa Awesome content! Your fashion style's on target too!
5401                                                @BBCWorld @facebook One could argue that Facebook and similar entities of scale within their own industries are the actual liability.
5402                                                                                                                                       @Walmart y'all hip lol https://t.co/74AxsQ4Y7g
5403                                                         Check out Wood w/Wrought Iron Hooks Wall Rack*Antique BLUE*Primitive/French Country Decor  https://t.co/pdaotgH89p via @eBay
5404                                                                                                        RT @DigitalTrends: All you need is a @Google account! https://t.co/3aOliyvijr
5405                                                                                                             @chadfordinsider @espn @Disney Fuck y'all getting rid of the best people
5406                                                          Check out Plain Encased Seal / Gasket for Hyster Forklift - P/N: C/R 25160 (NOS) #Unknown https://t.co/7aPPBRgeux via @eBay
5407                                                        Check out Majestic San Francisco Giants Authentic Clubhouse Fashion Full Zip Hoodie Jacket  https://t.co/rqTqLLInLp via @eBay
5408                                                         Check out 50x Kraft Paper Gift Boxes Party Candy Jewelry Wedding Christmas Wrap Packaging  https://t.co/gUi0dOtsQB via @eBay
5409                                             Then how come you guys violate customers privacy online by popping up ads about the internet data rate @comcast? https://t.co/4IhGUv0qAd
5410                                                                            Check out Ryan Getzlaf Anaheim Ducks UD 2016-17 Canvas Hockey Card #C1  https://t.co/XcovCl8jiK via @eBay
5411                                                                RT @gr8magz: Check me out on @eBay: https://t.co/YWIZiv4vNs 5% discount to the first 10 people who #RT this invite!… 
5412                                                       Check out NEW HP 75XL Tri-Color High Yield Ink Cartridge Printer Hewlett Packard Ink Jet #HP https://t.co/xhWqagTLA2 via @eBay
5413                                                        RT @21CF: Read what @Gotham star @ben_mckenzie says about directing his first episode and how directing is like fatherhood:… 
5414                                                 The Light in The Lake (Prepper Trilogy ) read a classic apocalyptic tale https://t.co/IuZ9M3P3pr via @amazon #preppers #survivalists
5415                                        🚨@CNN @CNNPolitics @ABC  @NBCNews @MSNBC @FoxNews  @TIME @nytimes @USATODAY @Reuters @WashTimes @BBCWorld Still hav… https://t.co/kKWI5Q3BW8
5416                                                                                Check out Brooks Robinson - 2007 Topps Heritage - PSA 8.5 (NM-MT+)  https://t.co/peFSy4QPgr via @eBay
5417                                                                           Hey @TMobile Add my favorite music app @mymixtapez to #MusicFreedom 🙏 https://t.co/mXn9WhsVDT. @PlayboiRu
5418                                                                                                             RT @Gunnar_Matherly: How's that szechuan sauce coming along?? @McDonalds
5419                                                                                                                            @21CF @GothamAddicts @Gotham @ben_mckenzie @FOXTV Will do
5420                                                                 42x10 HUMMINGBIRD Hibiscus Floral Stained Art Glass Window Suncatcher #SilverCreek https://t.co/bUJ6jQ1N2c via @eBay
5421                                                          RT @gediminaspalsis: Check out hobo nickel 1943 silver dime hand engraved by Gediminas Palsis https://t.co/5pvHb5ymd6 @eBay
5422                                                                            Check out BN pair of HONEYWELL green UNISEX GARDENING GLOVES #Honeywell https://t.co/PKVg6EX6SD via @eBay
5423                                                  RT @Disney: A magical moment for a special day. 💍✨ @PTXofficial makes a surprise appearance on @FreeformTV's Disney's Fairy Tal… 
5424                                                                                                   I just discovered @amazon #oneclick is this for real?! #drunkshopping #whatdidibuy
5425                                         RT @YbkSarahBurker: @yearbookforever congrats @CoralGablesSHS @thecavaleon for winning 2nd place w/ their layout! Enjoy your @Starbucks! ht…
5426                                         RT @ByDanielNelson: #CastingJonBenet is one of the most bizarrely fascinating documentaries I've ever seen. Check it out on @netflix. https…
5427                                                                                                                    Check out The Simpsons pin - Barney https://t.co/k24HTQ5Khr @eBay
5428                                              Amazingly popular today! Fast Food Chicken Nugget Soap https://t.co/I2UoDd4IEI via @Etsy @seventeen @McDonalds @Wendys #nuggets @foodie
5429                                                                                                           RT @Nissan: R32 (8th Generation) #60YearsOfSkyline https://t.co/829qmkNtlo
5430                                                                                                        RT @RodyZakovich: The Presidential touch https://t.co/mSvvMHZpgl via @Reuters
5431                                                                                       Tesla recruiting engineers in Mexico for California plant https://t.co/9Xmuk5FQhf via @Reuters
5432                                                                               @Apple I really can't believe @apple would approve an as that looks this crap. https://t.co/rEqv5gyO6R
5433                                                       RT @VetsUnitedMarch: Two arrested on charges of illegal exports to Russia get time served https://t.co/k5gaC5Wz2O via @Reuters
5434                                                                                                                                     @MadFiest @bookingcom @travelocity It really is.
5435                                                          Check out Victorias Secret floral lace sheer sleepwear lingerie tank shirt womens size M  https://t.co/kjnMEiO2hV via @eBay
5436                                                                                           RT @CocaCola: It’s not a meal until the Coca-Cola comes out. 💯 🎈 https://t.co/OeqMCtmdje
5437                                                                                   Check out DC Comics - Promo NYCC 2016-DC Batman Animated Uncut Cards https://t.co/5g9NcgTc4i @eBay
5438                                                                                                            @Apple I'm sick of my battery going from 99 to 56 in less than an hour 🙄
5439                                                                                            @Wendys gimme free nuggets. If you don't give me free nuggets ill ask @McDonalds for some
5440                                                                                                          @Smidgeroonie @DearWhitePeople @netflix I'm anxiously waiting for that show
5441                                                          Check out GROUP CASE BREAK: 2016 National Treasures Baseball PYT #1: St. Louis Cardinals  https://t.co/2TFheFGTKh via @eBay
5442                                                                                                                                                @TMobile I hope I will love it too 😁
5443                                                                                             RT @JohnLegere: I switched to @TMobile! #MakeTodayBetterIn4Words https://t.co/KyqoC7SdcB
5444                                                                                                                                        @KelloggsUS Happy! Happy!  #TeamSaturdayEntry
5445                                                            Check out GROUP CASE BREAK: 2016 National Treasures Baseball PYT #1: Milwaukee Brewers  https://t.co/oI3x6sIMym via @eBay
5446                                                                   RT @Cait_Kahle: Incredible perspective from @Heineken via an advertisement #OpenYourWorld: https://t.co/ApmYwteLwn
5447                                                                      Check out mens patagonia organic cotton shorts sz 36 #Patagonia #CasualShorts https://t.co/bMhIRrxT0C via @eBay
5448                                             RT @Reuters: Tesla must complete brake fix to regain top safety rating: Consumer Reports https://t.co/UpDTEbso9o https://t.co/wokQsd9VkN
5449                                                                                            Florida eye doctor found guilty of scamming Medicare https://t.co/vDMR8QPlgB via @Reuters
5450                                         RT @ClassicStarWars: Star Wars Quote Chewie We're Home Welcome D... by FloorMatShop for $26.00 https://t.co/ippTDbF9pz via @amazon https://…
5451                                                 RT @Pippi_Dust: Kids Easter Shirts For Girls With Pink Bunny 4 Lemon Easter Shirts For Girls ... https://t.co/qpQ9maxaj1 via @amazon
5452                                                                         @MissyXMartinez I promise you that i was a heartbeat away from actually shitting my pants today at a @Costco
5453                                                       Check out Vintage President Kennedy Half Dollar Pendant Coin Necklace 1974 W.L.P. #Unbranded https://t.co/pi5xvdGxEC via @eBay
5454                                                                     RT @AceofLA: Low key.. @pepsi attempted to unite all races but people laughed &amp; rejected the idea of it.. 🤔
5455                                             RT @TheZenPuppy: Exclusive: Trump says he thought being president would be easier than his old life https://t.co/wgsMmotdwD via @Reuters
5456                                                                                                                            RT @netflix: Welcome to your tape https://t.co/juAMcd0jjU
5457                                         @AmyMek @2ALAW @JeffBezos @amazon @Anni_Cyrus We don't need people like this in the work force !! They work 3 hours… https://t.co/jT6sijELaR
5458                                                   Lighted #Makeup #Vanity #Mirror price drop https://t.co/Pc8so9qC4N  via @amazon #shopping #homedecor #BeautyTip #beauty #beautiful
5459                                         @antonzilwicky54 @talx0 @Reuters Just because he says he's a billionaire doesn't make it so and nobody will know be… https://t.co/8cCWWgWzCd
5460                                                        Check out Furniture Moving 2 Person Shoulder Lifting Straps Large Appliance Dolly Carrier   https://t.co/b9rkJqnNww via @eBay
5461                                                                 Check out mens xlarge clothing co polo rugby shirt XL #Xlargeclothingco #PoloRugby https://t.co/K1B1qQ9bPn via @eBay
5462                                                                         RT @Reuters: ASEAN firms up South China Sea stance as Beijing lobbies over statement https://t.co/RWkBcf9Gt8
5463                                                           RT @Reuters: BREAKING: South Korea military confirms launch of one ballistic missile by North Korea appears to have failed
5464                                     RT @kimgreg04: Check out OneTigris Mechanical Stopwatch Timer Analog Stopwatch Chronometer Quick Action &amp;  https://t.co/WO1Ko0tfwV via @eBay
5465                                                                             RT @SoyFederista: Roger today at an event in Seattle! 📷 @Nike world Campus 🎾💫 https://t.co/4lGNSZgJLo
5466                                                                          @Reuters I will make amazing business card with unlimited revisions Only 5$! Check- https://t.co/LJd4buuyU1
5467                                         RT @DaytimeEmmys: Congratulations to @trollhunters - @netflix @DWAnimation  Outstanding Casting for and Animated Series or Special #Daytime…
5468                                                                    Check out STUNNING TROPICAL MACAW PARROT/ BIRDS GLASS CUTTING BOARD NEW IN BOX  https://t.co/Hoywb2wDCv via @eBay
5469                                                                                            Check out Playboy Carmen Berg Autographed Trading Card  https://t.co/hrm0jIfB7Z via @eBay
5470                                                                                                           RT @Nissan: R32 (8th Generation) #60YearsOfSkyline https://t.co/829qmkNtlo
5471                                                                                                                        @SGarland_5 @McDonalds @BurgerKing Fruit loop milkshakes dawg
5472                                          @amazon missed a delivery date for a preorder item today and gave me $10 as an apology w/o even getting a complaint. Great job @AmazonHelp!
5473                                                           Check out Huge 50 + CHIPPER JONES cards lot RC 1991 - 2012 career Brave   #AtlantaBraves https://t.co/EwTlINqXMV via @eBay
5474                                                                                                                  RT @MVKDRE: The force is female - bts @Nike https://t.co/M8tQzKKrcU
5475                                                                                                                   RT @dasharez0ne: @Wendys @ChrisCrocker @McDonalds shut the fuck up
5476                                                                     What?!! No more orange drink? @McDonalds do you hate your customers that much?! How could you betray your core?!
5477                                                                                               RT @mlawrence418: Drunk Karma is honest Karma lol #FakingItRewatch @netflix @MTV @hulu
5478                                                                                                                        Look what I found on @eBay! https://t.co/Bb1W0a3n9v via @eBay
5479                                                 Check out Vintage 1969 Topps A's 28 card complete set HOF RC Jackson Hunter Fingers RC  #Athletics https://t.co/b8ZiJAiW7k via @eBay
5480                                                                                                                      the new bill nye show is my favorite thing ever thanks @netflix
5481                                                                  RT @Afxguru: Thanks to @newtekemea @NewTekInc @Adobe @CountrymanAssoc @SennheiserUSA for great advice at @NABShow… 
5482                                                 Check out Women's Lauren Ralph Lauren Long Black Quilted Puffer Coat Size Small #LaurenRalphLauren https://t.co/mRXvSzf9F7 via @eBay
5483                                                                         RT @Reuters: ASEAN firms up South China Sea stance as Beijing lobbies over statement https://t.co/RWkBcf9Gt8
5484                                         @Matt557S @JulieChen @CBSBigBrother @CBSTweet @CBS All the guys go after the girls cuz the girls are catty they the… https://t.co/vlL2hvcIfN
5485                                             RT @RonGlass11: Check out Huge 60 + different RYAN ZIMMERMAN cards lot 2 RC 2006 - 2016 all Nationals  https://t.co/TA5JIGfHrP via @eBay
5486                                                      RT @etownvintagebuy: Check out Vintage Better Living Magazine December 1955 Ads #BetterLiving https://t.co/sZO25RZ1rY via @eBay
5487                                                         Check out Antique Style 3.73cts Rose Cut Diamond Gemstone Beautiful Silver Jewelry Brooch  https://t.co/BTBeDbPdhN via @eBay
5488                                                                      hi check out presious moments lot of 5 now i lay me down to sleep and others  https://t.co/iMoGZSuSES via @eBay
5489                                                                    Check out Japan Music Magazine 1/1984 Rolling Stones Steel Pulse FREE SHIPPING  https://t.co/SJ4AEhhVOT via @eBay
5490                                                               @lanomadaco @Walmart @Target @amazon perhaps selling out or rolling their innovation into these big box retailers 💁🏽
5491                                                  RT @stanzuray: Carry On: Stan Zuray's Journey from Boston Greaser to Alaskan Homesteader Ind... https://t.co/hQOPToolTE via @amazon
5492                                                  Check out Vintage Genuine Black Leather Tooled Belt ~ Western Cowboy ~ Eagles MEXICO ~ 40 #Mexico https://t.co/4VnadhV3Zt via @eBay
5493                                                            RT @Reuters: LISTEN: Trump talks to @Reuters about missing his old life and how he thought his new job would be easier.… 
5494                                                             Check out Dried  Nymphaea caerulea  Blue Lotus  Tea crushed flowers Herb tea 10 Grams  https://t.co/CL3LNsavY5 via @eBay
5495                                                                                                                     @poornimamreddy @Apple If you use gun to shoot instead of camera
5496                                                                                      RALPH BRANCA SIGNED FIRST DAY COVER FDC DATED 1971 Piedmont https://t.co/XTxTxo5ddA via @amazon
5497                                                                      Check out De'Longhi EC155 15 BAR Pump Espresso and Cappuccino Maker #DeLonghi https://t.co/fgPmIgi4tn via @eBay
5498                                                                                                                                                            @Reuters Go home old man!
5499                                                     RT @Reuters: U.S. appeals court grants Trump request on climate regulations case https://t.co/tMt0gZbwbD https://t.co/wK10Ud4ARN
5500                                                                                    RT @coolhunting: We cruise Palm Springs in the all-new 2018 @Audi S4 + S5 https://t.co/mWSFtsFLH2
5501                                                        Check out Guns n' Roses T-Shirt Music  Appetite For Democracy Las Vegas T-Shirt 2014 STAFF  https://t.co/qRGr2pny5F via @eBay
5502                                                          brb gotta find me a old dyin rich sugar daddy so i can buy this. or like sponspor me @Nike @supreme https://t.co/eTc1nxI59i
5503                                         @svtransitusers @VTA @intel @nvidia @Cisco If I collect signatures from current riders would they reconsider? Can y… https://t.co/THa9tntuSc
5504                                             @netflix @hulu Imagine cutting on your favorite streaming service and getting a different marathon of your all time fave show every time
5505                                                                                        Graco Affix Youth Booster Seat with Latch Sys... by Graco https://t.co/lQvFoZGvFN via @amazon
5506                                                 Check out JM Collection Top Textured Animal Print Slinky Stretch Knit Shirt Women's Large #KnitTop https://t.co/CdGRbnVvKU via @eBay
5507                                                  RT @jennifernava: Shout out to @MyHITMobile on their 29th store! Congrats &amp; thank you! @TMobile @TMocapagal @SamSindha #SWTPR… 
5508                                         RT @misty1112: Columbia Cargo Hiking Shorts Women's Size Large Green Cotton https://t.co/OzIQzMLfrj @eBay #columbia #hiking #shorts #getout…
5509                                                                                                       RT @PayPal: @ConsultFreda We're so happy to hear that! Thanks for being a fan!
5510                                                                                           @maggiemuzio @Apple the time you showed up in pink rollerblades to come skate though hahah
5511                                              RT @Barca_Raiders: @ants000 @Foxtel @Apple @Google @Telstra @netflix @HBO @NetflixANZ @showcaseaus @Android @rupertmurdoch Agree with… 
5512                                                                                                                                              @coltondixon @Starbucks Love the pinky!
5513                                             New item! Covergirl Colorlicious Lip Gloss #600 Melted Toffee NEW sealed  #CoverGirl https://t.co/9JIvAb9L3b via @eBay #lipgloss #makeup
5514                                                                                                                                                        @Sony i really need your help
5515                                                   RT @ifsheeptweeted: Ok so maybe #13ReasonsWhy wasn't my thing but #dearwhitepeople is legit bingeable. 👏🔥🙌🏽 great job @netflix
5516                                                                                                                          RT @jotajessie: I WANT JUSTICE FOR OITNB RIGHT NOW @netflix
5517                                              SPONSOR IN MEMORY OF SEBASTIAN RAINBOW BRIDGE CAT RESCUE DONATION Rec PHOTO  #cat https://t.co/SKJbQ6gsxg via @eBay #cat #charity #shop
5518                                         @ants000 @Foxtel @Apple @Google @Telstra @netflix @HBO @NetflixANZ @showcaseaus @Android @rupertmurdoch They promis… https://t.co/3TBdVqnimM
5519                                                   RT @Burberry: Emma Watson wears an off-the-shoulder @Burberry gown in organic silk to the #Tribeca2017 screening of ‘The Circle’… 
5520                                                                                                                                                     @metpoliceuk Posted on @facebook
5521                                                @Disney Please bring lots of classic #Disney cartoons/movies back to @DisneyChannel asap for us who likes them/wants them back on TV.
5522                                                                                                                            RT @netflix: Welcome to your tape https://t.co/juAMcd0jjU
5523                                                   RT @persimew: The Wings to Fly is the story of a female pilot in WW2 https://t.co/RtoaRO5s6a via @amazon #lesbianromance #lesfic… 
5524                                                 Check out 2.04 Ct.  Heated Oval Natural Ruby Mozambican https://t.co/3dgh39BJ3G @eBay #Ruby #Gemstone #eBay #Gift Check out my store
5525                                                                                            @claudiialo @netflix Maybe it's your location? I just got on mine and it's still there 😳
5526                                              RT @FrugalFreeGal: Enter to #win a tropical vacation w/ @SourPatchKids &amp; new Tropical Flavor at @Walmart! https://t.co/5zPO1CUa0D… 
5527                                                            Check out 5 Lbs Gold Panning Pay dirt Placer Mining ~ 5 POUND BAG  #K5 GREAT GIFT IDEA  https://t.co/n3IhROb3CW via @eBay
5528                                                          Wow @Steven_Ballmer lit af rn!!! #ballislife #microsoft #morelife 🔥🏀🔥🏀🔥 @Microsoft @LAClippers https://t.co/N4iheuvNsi
5529                                                                                                  Check out J Brand Mens STEPHEN Penny Loafers US 9 NWB https://t.co/ZRZ8BQJVuy @eBay
5530                                                                  RT @Disney: Diagnosis: sweet. Try @Disney_Family’s Baymax cupcake on #NationalSuperheroDay! https://t.co/A2Jo1JvLIk
5531                                                                                                                            RT @netflix: Welcome to your tape https://t.co/juAMcd0jjU
5532                                                                                                            I just put Frank's on a @McDonalds McGriddle and oh my god. Game Changer.
5533                                                 RT @MaketheRoadCT: New report showing @realDonaldTrump a puppet of @GoldmanSachs hurting the people of #puertorico! #backersofhate… 
5534                                                            The @adidas #YeezyBoost 350 V2 'Cream White' drops online  10am east time https://t.co/9fNI3S5kuV https://t.co/vU7v8QwqRm
5535                                                                                                              RT @Rosie: @mommawalk1 @Reuters - CAUSE OBAMA IS SMART - TRUMP IS MORON
5536                                                   RT @rebe721: @williamlegate @realDonaldTrump @marthamaccallum @FoxNews @Reuters lets hope he quits &amp; goes back under his rock!
5537                                                           RT @Reuters: BREAKING: South Korea military confirms launch of one ballistic missile by North Korea appears to have failed
5538                                             Who put the porn star in the freezer? Lauren Carr's DEAD ON ICE #mystery #audiobooks #audible #IARTG via @amazon https://t.co/G4mm1mbR2q
5539                                                                                       Merkel says Macron would be 'strong president' for France https://t.co/Wo7noePdJ2 via @Reuters
5540                                                                                                        RT @Disney: It means no worries for a couple of days. https://t.co/4pnA0AO0rx
5541                                                     RT @amazon: A personal soft-serve machine. 🍦 What else could you possibly need? https://t.co/tQMY2QFy5y https://t.co/9hofMQJgGo
5542                                                                                        @abro81689 @verizon @asb81689 @TMobile @verizon premium fee with a go fuck yourself attitude.
5543                                                                                          Check out Brown 5.11 Tactical Series XL Polo #511Tactical https://t.co/yt2EWJlIrE via @eBay
5544                                                                           RT @Reuters: French amphibious carrier visits Japan ahead of Pacific show of power https://t.co/KdGTEdZtwi
5545                                                   Check out COACH Hamptons Signature RED Domed Satchel Bag Purse F13977 $358 MSRP  #Coach #Satchel https://t.co/woYZz3q7sU via @eBay
5546                                                                   Indian Bohemian Mandala Bedspread Tapestry Queen Bed Cover With Two Pillow Cover https://t.co/q1NjSSlbwY via @eBay
5547                                                                                                                           RT @1PhoebeJTonkin: 13 reasons why 👏👏👏👏👏👏👏 @netflix
5548                                                     I just entered to win breakfast for me and my co-workers from @McDonalds &amp; @rewind1007fm. Enter now! https://t.co/7LIFNfWrQu
5549                                                                                                               Um @facebook love how you have stopped me from tagging my own pages...
5550                                                                                RT @N3GatorFan: @warnerbrostv @CBS @TheCW There is still an appetite for Forever S2! Pls #SaveForever
5551                                                                RT @ianwatts1011: How software-defined networks are transforming @Cisco business #IBMServices https://t.co/bBYiqBHcJb
5552                                                    RT @dwnews: German security source tells @Reuters it is unclear whether German staff at #Kabul embassy have been injured/killed… 
5553                                         @specsnsmiles @Reuters Wrong prince. You're thinking of Prince Albert. I think. That's not something I'd want in my… https://t.co/Ym9Gl2yfba
5554                                           RT @yanetteejimenez: @CocaCola How about Yanette? Would be nice to find my name on something someday! #ShareaCoke @CocaCola #AGirlCanDream
5555                                                                                        perfect tie for the price.. cannot argue with that value https://t.co/nM3xPmLa1z 来自 @amazon
5556                                                                                                                                              @KelloggsUS I Pick #TEAMSATURDAYENTRY 6
5557                                                                                                                              @KateShorten @ASOS @ZARA Why is life so hard!!?? 😂😂😫
5558                                                                                                                                              @KelloggsUS I Pick #TEAMSATURDAYENTRY 8
5559                                                                                                   @McDonalds I WENT TO 3 FUCKING MCDONLADS' AND ALL 3 MACHINES WERE BROKEN FUCK YALL
5560                                                                      Check out Growing Up In A Changing Society Child Development University Textbook  https://t.co/TgGpHvL1XB @eBay
5561                                                                                                   I just finished writing. Now I can watch @PowerTVWriters on @netflix ! Love ya'll!
5562                                                                                                                                    @dmcrane @CocaCola i USE AND GROW SOME FOR FAMILY
5563                                                                                    Exclusive: U.S. aid agency under scrutiny for loans in Chile https://t.co/QiM0V39dGC via @Reuters
5564                                                                               KaysCase FlipStand Cover Case for Apple iPad Mini (... by KaysCase https://t.co/0Ii7SmxunE via @amazon
5565                                            RT @elisiashoppe: #Auxiliary #Vfw Pin United States #Veterans of Foreign Wars Vintage FREE USA SHIP     https://t.co/MnzpB8WTd2 via @eBay
5566                                        RT @DaniellePeazer: Flew to Lisbon with @nextofficial and a bunch of babes &amp; headed straight for the ice cream (obviously 🙄) - more on… 
5567                                                                                   Traditional growers of #stevia left empty-handed while @CocaCola makes $$$ https://t.co/vCia0ZNote
5568                                                                                              @megtheflop @McDonalds Crap it's not working :( looks like it will have to stay with me
5569                                                        RT @Adobe: Survey says: companies &amp; customers think AI will have a positive impact on our future: https://t.co/ZSQWgXhAws
5570                                                                        Cevian Capital buys more than 5 percent of Sweden's Ericsson https://t.co/B45mmvPjK5 via @Reuters #hedgefunds
5571                                            hjkhjhI Just Voted Beyoncé for the @CocaCola Viewers' Choice Award! #IChooseBeyonce https://t.co/eWk4WnyJm0 #ICHOOSEBEYONCE #BEYONCE4MMVA
5572                                              RT @HereIsGina: Thank you @netflix I am very much into this idea! 😍😍 thank you to everyone who catches our little art project every… 
5573                                                           RT @Reuters: Snowden says democracy under threat by attacks on 'fake news' https://t.co/Uhr2nEvBRI https://t.co/P3k5WYz4yv
5574                                                 RT @Reuters: Japan PM says he wants to work with China to resolve North Korea crisis https://t.co/WLJ2cT7MyG https://t.co/EIkZRQ9zah
5575                                                        Check out 2002 Topps Heritage Chrome Trevor Hoffman Padres #THC53 PSA 10 #27035021 (POP 1)  https://t.co/vpCr2AJ70b via @eBay
5576                                                                                   Traditional growers of #stevia left empty-handed while @CocaCola makes $$$ https://t.co/vXSiJQndXP
5577                                                                   Check out Original Painting collected Artist Samuel Burton Girl miles away art woman https://t.co/rUdnLmD7Cl @eBay
5578                                                 RT @Reuters: Japan PM says he wants to work with China to resolve North Korea crisis https://t.co/WLJ2cT7MyG https://t.co/EIkZRQ9zah
5579                                                                                                                           @HereIsGina @netflix When will it be on the UK netflix😭😭
5580                                                          RT @Seasaver: We're keeping an on-going record of coastal pollution caused by @McDonalds balloons https://t.co/hWYmDAoZME… 
5581                                                      RT @ComstorUK: What about @Cisco ONE with @CiscoServices? Watch the #video to find out more https://t.co/lLnsCrzpaE Hosted by… 
5582                                                                                Urban 'heat islands' seen doubling city costs for climate change https://t.co/UBwMemffbp via @Reuters
5583                                               RT @prettynpinksale: Check out PBJ SPORT Vintage Womens Cat Mouse Novelty Button Down Sweater Size Large https://t.co/bTLppziY4Y @eBay
5584                                                                                                                                    Can I get two hot n spices extra mayo? @McDonalds
5585                                        RT @DaniellePeazer: Flew to Lisbon with @nextofficial and a bunch of babes &amp; headed straight for the ice cream (obviously 🙄) - more on… 
5586                                                                                              @netflix this thumbs up/thumbs down thing is garbage. Absolute crap. #bringbackthestars
5587                                          @Ryanair I wish to fly from DUB-GLA on Friday. But I just gave my passport to the US Embassy for a visa. Can I fly with my drivers license?
5588                                                                                   RT @kaosonia: Check out Sterling Silver Peacock Feather Pendant  https://t.co/FMm4r48wby via @eBay
5589                                                     Check out NWT Poverty Flats by RIAN Large Hobo Shoulder Bag Black or White #PovertyFlats #Hobo https://t.co/v11MbtXXnx via @eBay
5590                                                                                                  Check out Amazing Grace Inspirational Song Clock  https://t.co/8bIMW9STao via @eBay
5591                                                                                   Traditional growers of #stevia left empty-handed while @CocaCola makes $$$ https://t.co/av7MYpOpfE
5592                                                                                RT @CatrionaMantle: @arlaorganic milk making delicious coffees now @McDonalds https://t.co/QPvhImn8o3
5593                                                         Check out Carole Lombard - 2008 Donruss - Star Materials (Worn Material) - PSA 6 (EX-MT)   https://t.co/Haxa6sFk3z via @eBay
5594                                     RT @Siemens_Jobs_IT: @Siemens  we believe in #Diversity &amp; #Inclusion #diversityday Read more: https://t.co/mGomQl2OUJ https://t.co/PzZ1kJY4…
5595                                         RT @Reuters: Ex-Oasis singer Liam Gallagher honors UK bomb victims at emotional Manchester gig https://t.co/VLxhA5yiqP https://t.co/SK5Nek1…
5596                                         @ConservetiveUSA @Reuters Your laughing after reading about 80 people being horribly killed and then prob wonder why the world hates you lot
5597                                                                   Mighty fancy toy : NETGEAR ProSAFE 8-Port 10-Gigabit Ethernet We... by NETGEAR https://t.co/xpTQHlDxNa via @amazon
5598                                                                                                                   Look what I found on @eBay! https://t.co/iiaMHFGtb0 via @ebayindia
5599                                                          Check out Springfield Collection Fibre Craft Dress and Jacket Outfit for 18 In. Doll NIP  https://t.co/1AnohSQxIJ via @eBay
5600                                                                                   Traditional growers of #stevia left empty-handed while @CocaCola makes $$$ https://t.co/eixa5HeaBO
5601                                                                                                                                                    @AJEnglish @Google Love her work!
5602                                                                                                        super excitedly put on my new @ASOS watch and it doesn't work. what a bummer.
5603                                                             #New Shooting in @kroger parking lot in North West Harris County. Updates on @KPRC2 this morning https://t.co/zjRt5MvYFS
5604                                                                  RT @iHoneyPie: Enjoy more fun like #DetachableBodyParts tonight on @facebook B/w 8p.m-10p.m https://t.co/Dlqtf3M6Gd
5605                                                                                                                   Look what I found on @eBay! https://t.co/Ql6PANefEF via @ebayindia
5606                                                            Check out Los Angeles Potteries Oval Golden Amber Bread Buns Biscuits Rolls Bowl #51    https://t.co/orFrZbkgZk via @eBay
5607                                                                                                                                                        @niw @Nike @nikestore Thanks!
5608                                             RT @pepsi: One of the lucky ones who looks good in orange...and tastes good in it too. New Citrus #1893PepsiCola https://t.co/19gAm0CkO3
5609                                            RT @LadyThriller69: @UnifiedLeft @FortuneMagazine @facebook I know I was using an analogy to express how I felt being blocked for telli… 
5610                                                                                                                        @MarkGraban @Microsoft @Apple Noooo enter the world of @Linux
5611                                               RT @danicamckellar: :) RT @DC_Animated: RT if you think @netflix should continue Young Justice! #KeepBingingYJ https://t.co/U4RVl5O0DA
5612                                                                                   Traditional growers of #stevia left empty-handed while @CocaCola makes $$$ https://t.co/PRJxO2tI9k
5613                                                                  Check out Estee Lauder Lipstick Pure Color Long Lasting Nectarine 126 #EsteLauder https://t.co/PgrvctkhyM via @eBay
5614                                         RT @alyssaferguon: @Starbucks you should come out with cake!! i love your cake pops but if you make them into cakes that will be the best t…
5615                                         RT @shauncurtis__: I've spent more time getting my @beatsbydre power beats fixed then actually using them. @Apple horrible product. Where's…
5616                                                 RT @eOnlineMalls: Check out Corded Electric Drill Matrix 120V Home Improvement Repair Construction NEW https://t.co/h7gTlOCUuz @eBay
5617                                                           RT @Reuters: Snowden says democracy under threat by attacks on 'fake news' https://t.co/Uhr2nEvBRI https://t.co/P3k5WYz4yv
5618                                             Italian Consumer… https://t.co/JeuiQV2Tir  |📱Get the phone and plan you have always wanted! https://t.co/VWQiKP6JiU @amazon #retweet 👍
5619                                               RT @robweitz: Check out Canon EOS 7D 18.0MP Digital SLR Camera - (Body w/ x3 CF cards) - Great condition https://t.co/rRG597vlBb @eBay
5620                                         @Reuters Russian propaganda? Did you read the article? Your threats aren't external. They're internal. This is what… https://t.co/JfoSKX3oxD
5621                                                      Check out 15 to 3 SPONGE CORAL 3 PACK BATH SHOWER BODY MASSAGE EXFOLIATING BODY NEW UK #CORAL https://t.co/D3XNbwF5uU via @eBay
5622                                                       RT @Reuters: May could lose majority in parliament - YouGov study in The Times https://t.co/Ql2Eplhu8z https://t.co/HGKjoldg14
5623                                                       RT @Reuters: May could lose majority in parliament - YouGov study in The Times https://t.co/Ql2Eplhu8z https://t.co/HGKjoldg14
5624                                                                    @Samsung Warranties not honored at Samsung tv - went through a terrible experience with Samsung customer service.
5625                                                   RT @AIllinoi: @Fr8oCorleone @therealroseanne @Google @PrisonPlanet The media is an arm of the DNC. The Russia narrative is being… 
5626                                                   Check out Pave Natural Diamond Solid 18k Rose Gold Stud Earrings Vintage Look Fine Jewelry #Stud https://t.co/TWJ7Iv0hth via @eBay
5627                                                                                                                                    @Disney who designed this https://t.co/EhCCK6QjZS
5628                                                                                                   Catwoman: A Celebration of 75 Years by Various https://t.co/tRKMCDkIiI via @amazon
5629                                                                                            Looks like the wait for a Welsh flag emoji is over with ISO 11 👍🏼 yay!!! @Apple @iphone
5630                                                                     RT @CBS: Backstreets back ALRIGHT! Tune in now on CBS All Access https://t.co/vZj4AcE8sz https://t.co/6tXChphLXE
5631                                                                                                                  @Ryanair An encrypted code *russian malarkey stuff* Leave it quiet.
5632                                        @Ryanair your online check-in did not work &amp; I was forced to pay an additional 100 Euros to check in. This is completely ridiculous...sad
5633                                                                                   Binge Watching @MTVScream on @netflix and in loved with it already. #scary https://t.co/3sBw9Ni79f
5634                                                                              RT @UgSoHeCallsMeUp: I didn't know @taylorswift13 is sponsored by @McDonalds ?! https://t.co/ekmA8TOPkw
5635                                                  @Nestle water is a public right! https://t.co/hN9pSz75Ag via @storyofstuff #UnbottleWater https://t.co/95SB6N6g0o via @storyofstuff
5636                                                  RT @Reuters: Activist probing Ivanka Trump's brands in China arrested: rights group https://t.co/jnE2NswiGw https://t.co/0eIeUespwL
5637                                                                                                                                                   @Starbucks iced covfefe. The best.
5638                                                                                                                     RT @netflix: *cough @HouseofCards cough* https://t.co/oUKCicdOkO
5639                                         RT @thecoolfinds: The Angry Birds Movie DVD Widescreen  https://t.co/y5GLgWqobU via @eBay #Buyitnow #FreeShipping #Buyitnow #Deals #Ebay #E…
5640                                                                     RT @Reuters: ICYMI: Former Trump adviser Flynn to turn over some documents subpoenaed by Senate panel - source… 
5641                                         @FastCoDesign @Google Are you looking for PSD to HTML Responsive websites with latest Technology of designing for y… https://t.co/XsYmjwIERE
5642                                          @laverdadweb What is the reason that @GoldmanSachs is giving a hand to dictator Nicolás Maduro to buy gunfires for… https://t.co/Dy8qndJ4Mf
5643                                                                                                                   Look what I found on @eBay! https://t.co/KE52aWd7lE via @ebayindia
5644                                                  @maxgetsit @Microsoft Glad to hear you managed to get one off our site 😊 Don't forget to tweet us and add… https://t.co/NK58csDCOv
5645                                                                            RT @JamieMcCarty: Season 1 is now streaming on @netflix. #HouseOfCovfefe #Covfefe https://t.co/IA9BvcCdBz
5646                                              Check out Riddell Football Shoulder Pads Warrior III 16-17 Small Contoured  #Riddell https://t.co/K6gNuX9Dbr via @eBay #football #youth
5647                                                                     RT @Reuters: ICYMI: Former Trump adviser Flynn to turn over some documents subpoenaed by Senate panel - source… 
5648                                           RT @Reuters: Activist probing factories making Ivanka Trump shoes in China arrested: group https://t.co/gIocKjSHFB https://t.co/pL5hGKxyC5
5649                                                             RT @ms_dree82: Meet the Headliners of #iHeartSummer17 Weekend by @ATT. Enter now w/ @iHeartRadio https://t.co/sur1tndb5t
5650                                                          Check out Rustic Coffee Table Furniture Living Room Wood Metal Black Weathered Grey Oak   https://t.co/qoqVE4XHzc via @eBay
5651                                                         Check out 925 Sterling Silver Natural Zircon Gemstone Handmade Cufflinks Jewelry #Handmade https://t.co/B76tSuQcVW via @eBay
5652                                                                                       @troykelly @Ford And that whole 'if it can't be fixed refund it' brief https://t.co/BSpgNUjZve
5653                                                                 And there are already shirts Don't talk to me until I've had my #covfefe  $18.99 https://t.co/TKf4YrL1c1 via @amazon
5654                                                  Check out Flip Top Table End Wood Accent Black Side Storage Rectangle Hinged Small Cherry #Modern https://t.co/cqK2xhmMvY via @eBay
5655                                         RT @prevozmogai: anyway back to being a salty bitch that i am since @netflix took a GODDAMN WRONG DECISION #BringBackTheGetDown #JusticeFor…
5656                                               RT @cruelcassius: @netflix Okay SO THIS ONE IS ACTUALLY ON YOUTUBE BUT YOULL LOVE IT. It's a black gay YouTube series called Love At… 
5657                                                                                                     @netflix please pick up @UndergroundWGN I need this show in my life #underground
5658                                                                                                    RT @Reuters: Gulf Arab row rattles Trump's anti-Iran axis https://t.co/JfwS1Etmiz
5659                                                                                                                                                            @Ryanair Is that each way
5660                                                                 @TMobile @TMobileArena My favorite #TMobileTuesdays loot was the rental codes that were free #thankiversary #contest
5661                                           RT @Reuters: Activist probing factories making Ivanka Trump shoes in China arrested: group https://t.co/gIocKjSHFB https://t.co/pL5hGKxyC5
5662                                               RT @peterdoodes: @PositivelyJoan @robles_jdaniel @blysx @OrganicConsumer @thefoodbabe @MonsantoCo @amazon @HomeDepot @Walmart @Bayer… 
5663                                         RT @salesforce: Reach the summit faster at TrailheaDX with free certification! Learn more here: https://t.co/9GCi4qBpUb #TDX17 https://t.co…
5664                                                                                                          @GSK That's fantastic! Congratulations to all. How will you be celebrating?
5665                                                  @NetflixANZ @netflix HINT HINT!! #Underground #RenewUnderground #UndergroundNETFLIX #UndergroundNETFLIXANZ… https://t.co/WBCL7Jsjf5
5666                                         Today on my birthday I got lazyness. I can use @amazon #Alexa to turn my TV on and off(with a tp-link Kasa). How did I ever live without it?
5667                                         RT @Citi: #CitiVolunteers have you signed up for a Global Community Day event? Help us make this our most impactful year yet! https://t.co/…
5668                                                                                                I just checked in @Walmart with #mPLUSPlaces Download today!  https://t.co/S8AJW6AIwp
5669                                                           Just saw this on Amazon: ILoveHandles Plank Floating Cell Phone Wall Mou... for $29.95 https://t.co/4CWBcqyis7 via @amazon
5670                                           RT @menscave7: Check out $35 Mens NEW NIKE Running Shorts  #Nike #Shorts https://t.co/Omnlsfe2NG via @eBay #training #runner #run #workout
5671                                       RT @OxAmOsxO: Check out Lisa Frank Rainbow Majesty Puzzle Keeper Binder W/ Puzzles &amp; Stickers #LisaFrank https://t.co/xZkqDor0hK via @eBay
5672                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/EDxziuZjMO
5673                                                                                                                            100 for a grande @Starbucks  🔥💕 https://t.co/HLERZQZzV6
5674                                                                 RT @CapeCodGiftShop: Check out NEW GI JOE RISE OF THE COBRA PARTY GAME PARTY  SUPPLIES https://t.co/POcobHGlJG @eBay
5675                                                   Check out Indian Bollywood Wedding Designer Punjabi Party Saree Unstiched Blouse Freeship #Saree https://t.co/L02jcm4kLR via @eBay
5676                                           Make your own data gifs with our new tool https://t.co/gjeqheAc1W #tips via @Google #socialmedia #contentmarketing https://t.co/JGYOnSI2C5
5677                                         RT @Doorman: . @Walmart Fights Back Against @Amazon // via @logisticsviewpt https://t.co/erfLYxY1mU #logistics #ecommerce https://t.co/a1Ay…
5678                                                                                                                                                Make some noise #RenewSense8 @netflix
5679                                                                        Would someone please tell me how to stop a @Microsoft @onedrive popup signup prompt from coming up every day?
5680                                                                                   Traditional growers of #stevia left empty-handed while @CocaCola makes $$$ https://t.co/4uABvnMw8d
5681                                                   RT @intifada: Money transfer giant @PayPal is feeling activist pressure over refusal to serve Palestinians https://t.co/MLkv6mG5we
5682                                                                                                                   Look what I found on @eBay! https://t.co/mDk8SOW6JG via @ebayindia
5683                                                                                                    RT @Reuters: Gulf Arab row rattles Trump's anti-Iran axis https://t.co/JfwS1Etmiz
5684                                                          You know what’s magical: the inability to switch to FaceTime audio from FaceTime video without disconnecting. @Apple #ios11
5685                                            RT @Darthteej: Exclusive: Trump campaign had at least 18 undisclosed contacts with Russians: sources https://t.co/BqFZdsHBiA via @Reuters
5686                                             RT @peoplemakeGLA: Today's @Google Doodle celebrates the achievements of architect Zaha Hadid - visit Glasgow's @riversidemuseum to se… 
5687                                                                                  @nectar @eBay @TescoClubcardUK We have 2 ebay accounts I cannot add account purchase was made with!
5688                                                                                                      RT @MADBLACKTHOT: What the hell are you doing @netflix? https://t.co/kF2OvDpVLU
5689                                                     Check out NORTH CAROLINA STATE ADIDAS TEAM COLOR SOCKS ADULT XLARGE 12-15 NEW WITH TAG #adidas https://t.co/Eyvb6KTann via @eBay
5690                                                                                                      Aeropostale women s swim bottoms size Medium  https://t.co/XapF7UTv72 via @eBay
5691                                                  Check out SEIKO BRIGHTZ SAGA169 watach solar radio time signal white men chronograph japan #SEIKO https://t.co/FD4jQcatUz via @eBay
5692                                                                                                           All day #Underground @hulu @STARZ @netflix @AMC_TV https://t.co/a7Z2fCYHgh
5693                                         RT @CapeCodGiftShop: Check out Toasts for All Occasions: 200 Reasons to Raise Your Glass - New Yorker Magazine https://t.co/LLfJ5xaOr1 @eBay
5694                                                    Check out 'A DECADE OF FANTASY &amp; SCIENCE FICTION' 1962 ALFRED BESTER MANLY WADE WELLMAN  V  https://t.co/0UAIUsvKGz via @eBay
5695                                                                                           Bob The Builder - Can We Fix It - CD for Windows PC #THQ https://t.co/yJUwK0eAdP via @eBay
5696                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/EEXyHEJ6Nu
5697                                                                                                                                                         @comcast we support your mom
5698                                                            Check out Double Hammock With Space Saving Steel Stand Includes Portable Carrying Case  https://t.co/YgxKKQO9wR via @eBay
5699                                                     husband: there's no place like home.  3.5 yr old: there is a place like home!  husband: what is it?  3.5: @Starbucks!  lol #kids
5700                                                     RT @McDonalds: Come discover savory bacon and tangy Dijon—all part of our new Maple Bacon Dijon burger and only at McDonald’s.… 
5701                                         RT @tweet4cetacea: An estimated 100 million sharks are killed for their fins every year. @FedEx Stop shipping #SharkFins Pls https://t.co/E…
5702                                            RT @indigoace40: Check out Spider-Man #12 Perceptions Part 5 of 5 ft. Wolverine Marvel 1991 McFarlane   https://t.co/9oMOIafw6J via @eBay
5703                                              Red Genuine Lamb Leather Pants Size 6 Revue Womens Straight Leg https://t.co/EbEylvIJLX @eBay #leatherpants #redpants #revue #sexy #hot
5704                                                    Check out ANTIQUE STRAUSS IMPORT MINIATURE HAND PAINTED FLOWERS GOLD WHEELBARROW BOX  #Strausss https://t.co/6KTBsnW28o via @eBay
5705                                          RT @Reuters: Activist probing Ivanka Trump's shoe factory in China arrested: https://t.co/uYEf1avTKd via @ReutersTV https://t.co/QqHmY4H2nd
5706                                                                                                                                                     @chloecrowhurst_ @easyJet Gutted
5707                                                                     RT @Reuters: Trump pulling U.S. out of Paris climate deal: Axios https://t.co/9bQA5KokLb https://t.co/IIVYT4HE3o
5708                                          RT @Reuters: Activist probing Ivanka Trump's shoe factory in China arrested: https://t.co/uYEf1avTKd via @ReutersTV https://t.co/QqHmY4H2nd
5709                                                                     RT @Reuters: Trump pulling U.S. out of Paris climate deal: Axios https://t.co/9bQA5KokLb https://t.co/IIVYT4HE3o
5710                                                                                                                               @CulturaFenicio @Reuters Because your boy is an idiot.
5711                                                                                                                                                                     @Reuters Asshole
5712                                                        Check out NWT LUCKY BRAND Laguna Canyon Camel Beige Leather Shoulder Bag Purse Embroidered  https://t.co/6scp4mRFsn via @eBay
5713                                                   Check out Screwdriver Set Household Repair Tools LAOA 6pcs CR V Magnetic Screwdrivers Kit  #LAOA https://t.co/TxyrexW6Ts via @eBay
5714                                                                     Check out HALLOWEEN PARTYTIME   SCRAPBOOKING DIE CUTS DISNEY PARTY CARDS e-33  https://t.co/qd8hRm3jqq via @eBay
5715                                         RT @GoldmanSachs: PODCAST: $GS Research on why gender diversity should matter to mainstream investors: https://t.co/ItYoxBNG81 https://t.co…
5716                                                                       @jhewett245 @Reuters The Paris climate agreement is a scam! Trump did the right thing in pulling us out of it!
5717                                                                                           RT @HSBC: The six characteristics all entrepreneurs have in common https://t.co/71kaaRI2M0
5718                                                                     RT @Reuters: Trump pulling U.S. out of Paris climate deal: Axios https://t.co/9bQA5KokLb https://t.co/IIVYT4HE3o
5719                                         @Reuters This is how ridiculous the UN is. POTUS has hardly pulled back from anything. US is back and stronger than… https://t.co/xexqHO71SS
5720                                                     RT @brayden_mcgraw: Check out Amazon Echo Tap With Best Buy Warranty ($160 Value) Same Day Ship!!! https://t.co/kbPsK2xU76 @eBay
5721                                                                     RT @Reuters: Trump pulling U.S. out of Paris climate deal: Axios https://t.co/1pfcrS430D https://t.co/MciBdyJUW7
5722                                                I was ready to jump to @TMobile from @ATT but seeing that to get the payoff deal I have to finance a new device that's a deal breaker
5723                                                                                                        It says that I no longer have an @Apple ID and I am completely signed out....
5724                                                                                                                       @conradanker @exxonmobil Stop the marching and start occupying
5725                                                                     RT @Reuters: Trump pulling U.S. out of Paris climate deal: Axios https://t.co/1pfcrS430D https://t.co/MciBdyJUW7
5726                                                                                Thank you @Google and @projectfi for a well needed charging cable! #FlyWithFi https://t.co/Nq5eGcP53I
5727                                                                     RT @Reuters: Trump pulling U.S. out of Paris climate deal: Axios https://t.co/9bQA5KokLb https://t.co/IIVYT4HE3o
5728                                                                                            Milwaukee 23-66-1455 SWITCH W/CIRCUIT BOARD Milwaukee https://t.co/LQyLCeVQMC via @amazon
5729                                         Size XL 16 Ladies Denim Vest Top Vintage Boho Chic Layer Gypsy Casual Hip Design #denim #country #top #hip https://t.co/24vnNa1ImI via @eBay
5730                                         Check out Terk Turk Burroughs And Disney Large Plush Ape Monkey Tarzan https://t.co/jWrND74Kpr @eBay #disney #tarzan #turk #terk #ape #plush
5731                                     RT @HeleenKamerman: The #cybersecurity immune system getting stronger! @IBM &amp; @Cisco share threat intel to protect customers https://t.co/z…
5732                                                                     RT @Reuters: Trump pulling U.S. out of Paris climate deal: Axios https://t.co/1pfcrS430D https://t.co/MciBdyJUW7
5733                                                                                                  Shame @GoldmanSachs. How to trust a bank that doesn't care about people. @hcapriles
5734                                          RT @Reuters: Activist probing Ivanka Trump's shoe factory in China arrested: https://t.co/uYEf1avTKd via @ReutersTV https://t.co/QqHmY4H2nd
5735                                                    Slinky Brand Cold Shoulder Ladder Sleeves Black Top Stretch Shirt Womens Size 2X #Top https://t.co/LrzlpcaGZ2 via @eBay #clubwear
5736                                                                          RT @birdwriter7: Check out my author page at this easy to remember url! https://t.co/5tgWFR8MKI via @amazon
5737                                                                   Check out STATEN ISLAND ADVANCE Newspaper XL promo Sweatshirt New NYC FERRY NY Media https://t.co/zNODSo2QY8 @eBay
5738                                                                                                 I just checked in @kroger with #mPLUSPlaces Download today!  https://t.co/fHVvB871Ff
5739                                            Check out O PEE CHEE 1973-74 PITTSBURGH PENGUINS TEAM PHOTO HOCKEY CARD! EX-NM.  https://t.co/8iRAeR3KYd via @eBay #cimi54321 #StanleyCup
5740                                     @Reuters He encourages his soldiers to rape &amp; that's the same as not keeping it in your pants (trump had this issue… https://t.co/CkHODAnmAn
5741                                          RT @DjCowboy64: The Take Over by #VersitaleRecordsCamp #madstreetentertainment https://t.co/PW6w9y0zKw via @amazon @NSHC13 @madstreetmedia…
5742                                                                                                                           Who all will boycott @Google  now? https://t.co/fWDaOIvvKi
5743                                                 RT @genevassky: Autism Bracelet Multi Colored Hemp Adjustable 6-8 Puzzle Piece Beads Jewelry ... https://t.co/9JbwvCgQAq via @amazon
5744                                                                     RT @Reuters: Trump pulling U.S. out of Paris climate deal: Axios https://t.co/1pfcrS430D https://t.co/MciBdyJUW7
5745                                                                                           @netflix Please save @UndergroundWGN! @jurneesmollett @amirahvann @AlanoMiller @AldisHodge
5746                                                                   @Rosenbergradio @Bloodline @netflix the last season was so incoherent and didn't settle any storyline satisfyingly
5747                                                      Now available: The Leadership Gap: What Gets Between You and Your Greatness by Lolly Daskal https://t.co/GsYX2xy1p9 via @amazon
5748                                         @chrissiemac24 @CathieBriggette @adaml121 @philipshannon @JohnnyDice720 @justlippe @Starbucks It was you that I got… https://t.co/WOflLbAjMO
5749                                                                     RT @Reuters: Trump pulling U.S. out of Paris climate deal: Axios https://t.co/1pfcrS430D https://t.co/MciBdyJUW7
5750                                                                                                                                  @adamquinton @Shell @FT SMH!!  Thanks Adam.👍🏾👍🏾
5751                                                                                                                                                        @Reuters Fucking idiot #Trump
5752                                                RT @Reuters: Japan protests against U.N. privacy expert's queries on contentious bill https://t.co/6z8w8DSGgv https://t.co/vFYS48bwKw
5753                                                                                   Traditional growers of #stevia left empty-handed while @CocaCola makes $$$ https://t.co/ml7RC0eDo1
5754                                                         RT @Reuters: BREAKING: Trump to pull U.S. out of Paris climate deal - source https://t.co/qCOEVLqCOt https://t.co/rPZfCCBfAj
5755                                                                                                                      @Reuters May God have mercy on his soul! #ParisClimateAgreement
5756                                                    Check out Maurices brown shiny open toe heels shoes buckles womens size 8.5M #Maurices #OpenToe https://t.co/MeiyjZbOOp via @eBay
5757                                                         RT @Reuters: BREAKING: Trump to pull U.S. out of Paris climate deal - source https://t.co/qCOEVLqCOt https://t.co/rPZfCCBfAj
5758                                               RT @Reuters: Philippines' Duterte uses Lewinsky affair to hit back at critical Clinton https://t.co/h1myI05biy https://t.co/y6VeRf7oG7
5759                                               RT @genofsavings: Gotta get some more of these #AriZonaEnergyShots from @Walmart. My boss is back from DisneyWorld today so there is… 
5760                                                                                    'Green' mutual funds bounce back after Trump-induced retreat https://t.co/CGFkL1Y612 via @Reuters
5761                                                @Reuters It's going to take the next two administrations to fix the damage done by the current administration. What an embarrassment!
5762                                                                                   Check out Viridian 100% Organic Black Seed Oil - 200ml #Viridian https://t.co/VQ7f5UhtuJ via @eBay
5763                                                         RT @Reuters: BREAKING: Trump to pull U.S. out of Paris climate deal - source https://t.co/qCOEVLqCOt https://t.co/rPZfCCBfAj
5764                                                         RT @Reuters: BREAKING: Trump to pull U.S. out of Paris climate deal - source https://t.co/qCOEVLqCOt https://t.co/rPZfCCBfAj
5765                                                                                                                                        @TMobile Just giving you guys a heads up 👍👍
5766                                         #maxi #ana #summer LuLaRoe Ana Maxi Dress Pink with Multicolor Tribal Aztec Print Size Large NEW  #LuLaRoe https://t.co/8jWE7KPhbX via @eBay
5767                                                      Just saw this on Amazon: Omron 3 Series Wrist Blood Pressure Monitor... by Omron for $43.50 https://t.co/n1eshjMyM3 via @amazon
5768                                                             #Greendale #IN Queen City Candy #ROI #Rises to #Sweet Top @Siemens #Tech https://t.co/xJgiu9T9jt https://t.co/A6tfyl5QWR
5769                                         RT @menscave7: Check out $110 New NIKE POWER Running Shorts  #Nike #Shorts https://t.co/QlBAWHDzd6 via @eBay #running #run #runningman #tra…
5770                                         RT @xrptips: An @amazon validator was spotted on a #Ripple slide now Ripple is appearing on a #BTMU slide at #AWS summit... https://t.co/dl…
5771                                                                   Trump pulling U.S. out of Paris climate deal: Axios report https://t.co/gONMNWjURh via @Reuters  #ParisClimateDeal
5772                                                 RT @venanalysis: #Venezuela #opposition now anti-#WallStreet? @JulioBorges threatens @GoldmanSachs w/ non-payment over $2.8bn bond… 
5773                                                                RT @bmalwayss: I Just Voted Bruno Mars for the @CocaCola Viewers' Choice Award! #IChooseBruno https://t.co/NF1NHik2HI
5774                                             RT @OfCostumes: Disney Princess Belle Tulle Trim Tutu Swimsuit And Belle Chip Towel Poncho 5/6 Y https://t.co/YEoAnPPVta @eBay #eshopsuk
5775                                                                                                                                   I love @Starbucks egg white bites ☕️#easybreakfast
5776                                         RT @TheMysteryLadie: Plot twists as jagged as Deep Creek shoreline! THE MURDERS AT ASTAIRE CASTLE #mystery #audiobooks #IARTG @amazon https…
5777                                                        #trotsKy's white Negroes^ : The Censored^ Holocaust by Mike Walsh https://t.co/pzDP4LHPbi via @amazon https://t.co/27WtyZ3W2L
5778                                            RT @OrganicConsumer: Our petition telling @Amazon @HomeDepot @Walmart to stop selling Monsanto's #Roundup has more than 11K signatures!… 
5779                                                                           Check out Earn $12 to $24 An Hour Playing Casino Craps by Zeke Feinberg  https://t.co/fuQeRRY0DB via @eBay
5780                                                         RT @Reuters: BREAKING: Trump to pull U.S. out of Paris climate deal - source https://t.co/qCOEVLqCOt https://t.co/rPZfCCBfAj
5781                                                                     Guardians of the Galaxy 2 Leather Jacket https://t.co/6mYbcgwMOp via @eBay #SinTabaco #NoTobacco Pres Trump CEOs
5782                                             RT @FutureHandmade: Future Handmade Tapestry Hippie Galaxy Psychedelic Celestial Sun Moon Stars W... https://t.co/UqheLQC9iU via @amazon
5783                                                                                            Trump pulling U.S. out of Paris climate deal: source https://t.co/SIOy5yev3P via @Reuters
5784                                                      RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win an @amazon exclusive Groot Pop! https://t.co/TzirnO04dV
5785                                                                                          Come join @WalkMeInc at the @salesforce World Tour in Boston today! https://t.co/Jbw198TEzI
5786                                                        Check out unisex belt casino theme Viva Las Vegas lucky dice carnival blackjack bowling LV  https://t.co/7KN94oZ3bM via @eBay
5787                                                           Living on fumes: China's war on pollution means little to a chemical park’s neighbors https://t.co/509TvcK4CS via @Reuters
5788                                                                                                                         WHY Y'ALL ALWAYS PLAYING WIG PEOPLE'S PACKAGES?!?! 😒 @FedEx
5789                                                                 The fossil fuel industry needs to take climate action. @ExxonMobil @Chevron what’s your plan? #ExxonKnew #ChevronAGM
5790                                                     Just saw this on Amazon: AmazonBasics Clear Case for iPhone 7 Plus by AmazonBasics for $8.99 https://t.co/uVCvxC4EWI via @amazon
5791                                                      Amtrak to cancel some D.C. to NY trains as part of summer Penn Station repairs https://t.co/sZZIGL2gA5 via @Reuters @HilaryRuss
5792                                              RT @MVPOfficeHours: Check it out! @mattbertuzzi laying down some @salesforce Lightning for Admins knowledge at the Boston world tour!… 
5793                                            #UndergroundOnNetflix #RiseUp for @undergroundwgn to get picked up by @netflix #phyllismontanaleblanc #aishahinds https://t.co/qW2hlqH5JC
5794                                                                        RT @CocaCola: More names means more chances of finding the right one. 😉  #ShareaCoke https://t.co/20zRCIBkp3
5795                                                                       Eastland Overdrive Size 6 M Womens Brown Chukka Ankle Boot Leather #Eastland https://t.co/X897yoX8Bm via @eBay
5796                                                                  RT @LornajaneCosign: Vintage Mid-Century 50's Anchor Hocking Purple Blendo Cruet  https://t.co/vzwdeQBmMj via @eBay
5797                                                      RT @KiranMatharu: Flying @easyJet from @Gatwick_Airport arrived in Geneva to find this disaster @LETgolf @TaylorMadeGolf @pxg… 
5798                                                                     RT @Reuters: Trump pulling U.S. out of Paris climate deal: Axios https://t.co/1pfcrS430D https://t.co/MciBdyJUW7
5799                                                         Hair Skin &amp; Nails Vitamins for Women &amp; Men – Healthy Hair Vitamins 7500 mcg B... https://t.co/61N3ljo5wp via @amazon
5800                                         Check out this sweet fitness shot from a couple weeks ago shot with @Sony A7ii and @TetherTools with @captureonepro… https://t.co/WXxahlsZFo
5801                                                Team @Yaskawa had a great time at the @jpmorgan Corporate Challenge. Thanks to all who participated! # JPMCC… https://t.co/3zRrdPckSP
5802                                                  RT @RB_TheTruth: What you think @BernardColossus ? The blogger posting airside pictures of his missus in her @Ryanair  uniform at… 
5803                                                RT @irangood: Check out Hot Sale Mirror Flat Lense Women Cat Eye Sunglasses Classic Brand Designer  https://t.co/1KMZgYsa28 via @eBay
5804                                                            Papillon Blanc Size S Cami Spaghetti Strap Tank Club Bra Top Beige Textured Knit #E-bay https://t.co/i07PZj6yzb via @eBay
5805                                                    Check out 1970 &amp; 80s Girl Scouts Sash Nations Capital 20 Badges Patches Cookie Junior Aid   https://t.co/epMGyfCsrg via @eBay
5806                                                                                                                                            @Kelly_Adrienne @WellsFargo what they do?
5807                                                                RT @gr8magz: Check me out on @eBay: https://t.co/YWIZiv4vNs 5% discount to the first 10 people who #RT this invite!… 
5808                                                         RT @Reuters: BREAKING: Trump to pull U.S. out of Paris climate deal - source https://t.co/qCOEVLqCOt https://t.co/rPZfCCBfAj
5809                                                                  RT @Luxusa2015: Check out Woman Shoes 14th &amp; Union | Mallori Stud Sandal size 9.5 https://t.co/W1GOmpNth6 @eBay
5810                                                    RT @Reuters: Venezuelan opposition condemns Goldman statement on $2.8 billion bond deal as effort to 'put lipstick on this pig'… 
5811                                                                                                                              Check out Mens shorts 4 x https://t.co/nU5Ijj8gDy @eBay
5812                                                          RT @intel: Exercising without intending to exercise is an unexpected but welcome benefit of #VR gaming. It's catching on!… 
5813                                                        Check out Famous Indian Tribes Book by William Moyers 1954 History Native American Indians  https://t.co/LH8kLK75PP via @eBay
5814                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/4MITYJnPrU
5815                                                    Check out Cool Gear Coca Cola Double Wall Can Tumbler 16 Oz Red White Blue 3-Pack NEW #CoolGear https://t.co/Sk3PfRRZNU via @eBay
5816                                          RT @Reuters: Activist probing Ivanka Trump's shoe factory in China arrested: https://t.co/uYEf1avTKd via @ReutersTV https://t.co/QqHmY4H2nd
5817                                            Above Suspicion by Helen MacInnes $2 #kindledeals Definitely try this suspense author if you haven't! https://t.co/mdCaKYvc8U via @amazon
5818                                                                                   Check out Estate Antique Victorian 10K Yellow Gold Sapphire Pin  https://t.co/hd083xdXuW via @eBay
5819                                                          RT @Ryanair: Planning a trip to #Malaga? This video will help you get the most out of this amazing city. #WednesdayWisdom… 
5820                                                                                RT @RitaOra: The support has been crazy thank you @Apple !! Your Song out now https://t.co/qOPfXDbSEd
5821                                                                                                                           @facebook when are you going to do your jobs from 3yrs ago
5822                                                       RT @Climatebriefing: British Columbia political alliance vows to block pipeline expansion https://t.co/wxGJ4jCDPV via @Reuters
5823                                               RT @onahunttoday: @TheRickWilson @bugg_ray @Senate @Congress @SpeakerRyan @FoxNews @CNN @CBS @ABC @MSNBC TRUMP IS THE CAUSE OF USA'S… 
5824                                         @nextofficial is there a quick way of checking if any Belfast stores or surrounding areas have these in size 5 plea… https://t.co/aUWs5ejdEz
5825                                                                                RT @RitaOra: The support has been crazy thank you @Apple !! Your Song out now https://t.co/qOPfXDbSEd
5826                                       Interesting arctle from @MTVUK 📺 They suggest that @facebook is dead. Period! So might as well save your 📱battery a… https://t.co/QBU9lUjKNj
5827                                          @Ryanair Thrives Despite Rough Year as Brexit Looms | ensync travel services https://t.co/4l12Y2ZJ0X #TRAVELNEWS #BusinessNews @myrontmoore
5828                                                         RT @Reuters: BREAKING: Trump to pull U.S. out of Paris climate deal - source https://t.co/qCOEVLqCOt https://t.co/rPZfCCBfAj
5829                                                      Check out Harley Davidson Women's Size 8 Black Leather Boots Side Zip See Description #Casual https://t.co/Kqov32lez2 via @eBay
5830                                                                                                               @GoldmanSachs SHAME ON YOU! #GoldmanSachsSUCKS https://t.co/lbCL0Ojfx7
5831                                                                                            Trump pulling U.S. out of Paris climate deal: source https://t.co/vgERmVhIWu via @Reuters
5832                                         @dvpedroza @netflix Why did Netflix find it impossible to explain that there was no episode this week? Why no announcement or program guide?
5833                                                              RT @Ryanair: Explore #London with Ryanair! Check out Ten Things For Under A Tenner In… London https://t.co/ogf1FuCMhv… 
5834                                                                  Check out offering a very cute combo specimen of rich blue afghanite on matrix..  https://t.co/OGw9gpAtN6 via @eBay
5835                                                         Check out this Amazon deal: Tom Clancy’s Ghost Recon Wildlands - PlayStat... by UBI Soft https://t.co/ktTwF4xaXs via @amazon
5836                                         @moonida98 @BTS_ARMY_I @JjangJjangHolly @naver_jp @matomenaver @Google @bing Google translation updated recently an… https://t.co/2M4rKcRxLw
5837                                                                        British PM May could lose majority in June 8 election: YouGov projection https://t.co/e7BRfm64ux via @Reuters
5838                                                                                  RT @MacKenziePMusic: Marcy and David @TRVLRSseries @netflix @PatrickGilmore https://t.co/kxewwLce7k
5839                                              RT @rpaigebooks: Celebrating Wednesday with a giant mocha and #amwriting hour @Starbucks (only downside is wearing real pants) #Romance
5840                                         RT @EllisMate: Check out Ellisfam Charity Bundle https://t.co/o7L6qsJtCR @eBay to help out Oxy John aka Scar Dick John cause that's what El…
5841                                                                                                                                                        @DrStrange is now on @netflix
5842                                                  RT @anthemis: Congrats to our portfolio company @JUMO_WORLD for being the first #SouthAfrican #startup selected by @Google for it… 
5843                                                                           RT @Reuters: Islamic State fighters seal off Mosul mosque preparing for last stand https://t.co/2SMAhzLamJ
5844                                                           Check out Dancing Clown Puppet Pierrot Figurine Brooch Pin Enamel Gold Tone Brooch Pin   https://t.co/Zcdm2USuWY via @eBay
5845                                                     Check out #CharlieSheen #Winning T-Shirt Size Large 2 and a Half Men Actor  #Anvil #GraphicTee https://t.co/dBUUAoruwp via @eBay
5846                                                                                                                    @SteveParkerLive @verizon @TMobile Wow! Going to do this today!!!
5847                                                                           RT @Reuters: Islamic State fighters seal off Mosul mosque preparing for last stand https://t.co/2SMAhzLamJ
5848                                     @HP @HPSupport This is what you sent - a replacement cord arrived but only power supply box &amp; not cable to plug int… https://t.co/uanNJG84bJ
5849                                                            RT @CBSPittsburgh: McFISH! Texas couple reels in record largemouth bass... using a @McDonalds chicken McNugget as bait.… 
5850                                                                                   Traditional growers of #stevia left empty-handed while @CocaCola makes $$$ https://t.co/heNg7IqVHQ
5851                                                              Just saw this on Amazon: Nintendo Switch Dock Set by Nintendo of America for $89.99 https://t.co/Po2t89BQfy via @amazon
5852                                                                        @maevillegas27 @iHeartRadio @ATT @FifthHarmony Yeah I love my girls so much and I can't wait to see them soon
5853                                                      Check out C&amp;C Mirror Nailhead Size 16 Solid Brass Nickel Finish 600 Pack #CCMetalProducts https://t.co/fDGpooBonW via @eBay
5854                                                    RT @Reuters: Venezuelan opposition condemns Goldman statement on $2.8 billion bond deal as effort to 'put lipstick on this pig'… 
5855                                                Just saw this on Amazon: AmazonBasics High-Speed HDMI Cable - 3 Feet... by AmazonBasics for $7.99 https://t.co/GuMHjKLjl7 via @amazon
5856                                                      RT @IBM: IBM and @Cisco are joining forces on #cybersecurity:  https://t.co/gTaIYv4Nxs @FortuneMagazine https://t.co/7GPLxaZ0TZ
5857                                                   RT @AIllinoi: @Fr8oCorleone @therealroseanne @Google @PrisonPlanet The media is an arm of the DNC. The Russia narrative is being… 
5858                                                    Check out  2017 Nike Air Max 95 Premium QS womens SZ 9 Nike receipt  Gold 814914-700 WMNS #Nike https://t.co/penwWlaAqi via @eBay
5859                                                                                                                 @RaisingDickJane @Beat_Bugs @netflix Yeah! I was like umm yes please
5860                                                                      Check out Dark Paradise by Tami Hoag 2004 PB Free Book The Alibi Man 2007 PB  https://t.co/8ZkwUCPUeJ via @eBay
5861                                                                    RT @Reuters: Trump pulling U.S. out of Paris climate deal: source https://t.co/cuUj8zj9uX https://t.co/319pePFNUB
5862                                                                                                @russhughes66 @easyJet Strong rumour its first commercial flight could be out of MAN.
5863                                                 Just saw this on Amazon: Hey! PIKMIN - Nintendo 3DS by Nintendo Digital Downloads ... for $39.99 https://t.co/jWQg0JnHIi via @amazon
5864                                         @HondaCanada @Honda our dealer says you are doing nothing about running boards rusting on our brand new Pilot - Tru… https://t.co/SLRAiW9DbL
5865                                                                                  Fed official says U.S. immigration crackdown could hit economy https://t.co/IT32TsG7jz via @Reuters
5866                                                     RT @news_jg: @irrepressably @POTUS @CNN @MSNBC @ABC @CBS @nbc @PBS @FoxNews @OANN @GOP @FlakeforSenate @kelliwardaz @SenateGOP… 
5867                                                                                                                  Check out my listing on @eBay: https://t.co/6PKvs46eXc via @eBay_UK
5868                                                                                                                                                                    @Tesco thank you!
5869                                              US to be excluded from trade deals after #ParisAgreement walkout @Apple products in doubt if US made #sanctions https://t.co/OJZZYQGNIB
5870                                                           Check out Vintage Greenleaf General Store Dollhouse Mercantile Shop Furnished w/ EXTRAS  https://t.co/WudzkleHJa via @eBay
5871                                            Pre-order the Career Handbook for Classical Musicians:  https://t.co/wvminoDVY9 via @amazon #career #classicalmusic #music #piano #violin
5872                                                        Check out Cookie Cutter Set Round Stainless Steel Pastry Cake Fruit Vegetable Dough 11 PCs  https://t.co/bwuhaegg65 via @eBay
5873                                           RT @slpng_giants_ca: Hi @BeFrugal your ads are showing up on therebel media. @pepsi @PepsiCanada may not appreciate that. Please conside… 
5874                                                     Check out Tennessee Jersey 7 Colosseum Athletics Sports XXL Free Shipping  #ColosseumAthletics https://t.co/vidjG2GNNa via @eBay
5875                                                       RT @TMobile: Tweet what your fave #TMobileTuesdays loot was &amp; why w/ #Thankiversary + #Contest to win a Vegas trip &amp;… 
5876                                                        Check out Bluetooth Light Up Hand Spinner Fidget Toys EDC ADHD Toys Desk Focus Office Toys  https://t.co/iPxd1ybnrx via @eBay
5877                                                                                             Ayee why you gotta call it the axis like he hitler 😭😂 @Reuters https://t.co/SfjxPcZOvk
5878                                                                                         @Bizzabo @Oracle @amazon @emboro hahaha Will you attend the Catalina Wine Mixer with us? *BB
5879                                                                                       Check out Cub Cadet Steering Wheel Off Lt 1050 Riding Mower  https://t.co/tZ4gaxTHJV via @eBay
5880                                                                 Green Superfood Powder - Super Greens Doctor Formulated Grass Green Super Foo... https://t.co/rwf2TUWKWi via @amazon
5881                                                     Check out Banana Republic Light Khaki Cropped Pants-Womens-Sz 2 #BananaRepublic #CaprisCropped https://t.co/zn3R8SCHGh via @eBay
5882                                         #WWE TLC Tables Ladders Chairs (DVD) CHEAPEST Cena Ziggler SmackDown @eBay Buy Kane Ambrose Raw SDLive Diva hot sexy https://t.co/4dTry78JEB
5883                                                       Check out Ladies womens bright multi-color yellow dress size LARGE #FashionClassic #Sundress https://t.co/AEdGeD0r0L via @eBay
5884                                              Just saw this on Amazon: Tales of Berseria - PlayStation 4 by BANDAI NAMCO Entertainment for $38.90 https://t.co/E8jsdLdm8F via @amazon
5885                                                                                                 @GoldmanSachs How Millennials Are Shaking Up the Way We Shop https://t.co/rbuOGiCMUl
5886                                                                                                                                    @TheGreatGW1732 @Cyclingaddict @Reuters Nice try.
5887                                         RT @sandysgingham: SKLZ Great Catch Football Receiving Training Aid by SKLZ https://t.co/P2BrWtF5Zw via @amazon #Sew #Time https://t.co/mdr…
5888                                                 Check out 52.53Ct 34x25x6mm Oval Red River Jasper Cabochon Wire Wrapping/Jewelry Making #Unbranded https://t.co/IuyIM7wNMm via @eBay
5889                                                         Check out NEW DUST FREE ROTRING BLACK ERASER TIKKY 20 CLEAN EXAM SHEET WRITING DRAWING 2B  https://t.co/kMz1GpmujT via @eBay
5890                                         RT @CARandDRIVER: This special-edition @Ford Focus RS comes in red or blue and includes some extra goodies https://t.co/JydtuHIeDa https://…
5891                                                               RT @MyTexasTreasure: SO COOL! RALPH LAUREN Black Linen Designer Handbag reduced just $38 @eBay https://t.co/Qp99fVHMeT
5892                                                                      pls y'all @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca '#WeWantEyewitnessSeason2'
5893                                          Check out Lizwear Liz Claiborne Pink Polo Shirt w/Crest #womens Sz 2x #LizClaiborne #Casual #SpringColors https://t.co/GwbkNLQzDY via @eBay
5894                                                                FULUNTECH Wall Battery Charger with USB Port for Samsung i9300 Galaxy S3 - No... https://t.co/ShEzSITjP0 来自 @amazon
5895                                               RT @NemesisRiser: The B.E.T. Betting Edge Technology: How to Pick Lottery Numbers with Better O... https://t.co/ZCRRte1wrf via @amazon
5896                                               RT @KnickKnackKim: Check out Cardee West Fine China Roseburg  Oregon Plate And Saucer Set Gold Trim  https://t.co/gqEc6etSAX via @eBay
5897                                                                     RT @Burberry: Trench Leather crafted into a variety of sleek accessories. See #TheDK88 collection by @Burberry… 
5898                                         RT @tomandlorenzo: Just a reminder that @HouseofCards Season 5 is now streaming on @netflix and that is no fake news. https://t.co/fEHnT0uG…
5899                                         RT @eMarketer: ICYMI: Much of #AR’s growth will be fueled by @Snapchat Lenses and @facebook Stories: https://t.co/o3UY1Es9AU https://t.co/V…
5900                                             RT @Tech_Impact: Help us spread the word about #TAPPSocialSummit! You could win a $50 @amazon gift card! RT &amp; tag a #nonprofit or…… 
5901                                                                         RT @Reuters: Trump's #covfefe tweet leaves Internet guessing https://t.co/zcAo6wItNU https://t.co/6I2YMGjItv
5902                                                            Check out Jeans-Wrangler-Stonewash Light Blue-!00% Cotton-Made in USA-Men Size 38 x 30  https://t.co/Hxk5XCmecZ via @eBay
5903                                             RT @Billy1161: ENDING SOON!! #Retro #Konstantino #Openwork #Sterling &amp; #18k #Gold #Bracelet W/ #Stones https://t.co/P6dZQYNOrU @eBay
5904                                                                          Check out Mixed Lot Of Used US Stamps https://t.co/sjZzz52TDm @eBay #stamps #bargain #vintage #Collectibles
5905                                                                                  Check out Pre-owned 12-18 Zara Kids long sleeved shirt red  #ZARA https://t.co/30zvLn6fAA via @eBay
5906                                                                                                                                         @ejhnstn @Starbucks Micah got 6 totaling $50
5907                                                                                     RT @Reuters: China May factory PMI growth keeps pace with previous month https://t.co/wjdXHvFJlK
5908                                                                                 Check out Yowamushi Pedal Flexible RubberMat (Sohoku High School)  https://t.co/Dz43gXLN2O via @eBay
5909                                                                  Check out #FunkoPop Ad Icons Tony The Tiger #08 Funko Shop Excl(3000) PreOrder NIB cZ https://t.co/qoJ9QXWqwv @eBay
5910                                                   Check out FART NOW LOADING  Funny Silly Nasty College Humor Novelty Joke T-shirt Any Size #Delta https://t.co/5bpH4UvLU3 via @eBay
5911                                                       Check out  Pierre Cardan Mens Gray Short Sleeve Slim Fit Shirt 32/33 Size 16.5 #PierreCardin https://t.co/h2VaWeJKne via @eBay
5912                                                              Check out Anchor Hocking Boopie 1950's footed juice wine glasses set of 6 laurel etch HTF https://t.co/QSz8XLXljL @eBay
5913                                                                                                 I just checked in @kroger with #mPLUSPlaces Download today!  https://t.co/WDsUYIyE6D
5914                                                        Check out (2) Vintage Architectural Accents Hand Carved Wood Pilaster / Column Capital Top  https://t.co/IJ62wxXej8 via @eBay
5915                                                                                                             @Ivan_and_Ivanka @MannyRios14 @Reuters Manny is one of Don's bots I bet.
5916                                         RT @CarrieHolbo: @shannoncoulter I just bought a new bed/bedding and here's who DID NOT get my business: @Macys @amazon @BedBathBeyond @Ove…
5917                                           RT @procurious_: #Procurement today needs to be about insights and intelligence -here's how @IBM &amp; @SAPAriba plan to make that happe… 
5918                                                        RT @debsuniqueshop: Check out Batman Costume TShirt DC Comics with Cape superhero #DCComics https://t.co/9dX6VwRkvh via @eBay
5919                                              NEW TODAY on @eBay Eddie Bauer Women's Size 8 100% Cotton Postcard Travel Geometric Skirt #EddieBauer https://t.co/HrFjK8NGq6 via @eBay
5920                                          @Starbucks u would think since @Starbucks  comes from a city with a large homeless population they would be trying… https://t.co/Rog3245XxY
5921                                                                                                                                           Switch to @TMobile https://t.co/P0x5IF02vt
5922                                                      RT @Reuters: Modi's BJP sees bigger India mandate in 2019 after state landslide https://t.co/6GJNQ1SV22 https://t.co/pKeCndFHvI
5923                                                                                @GoldmanSachs has violated its declaration of protecting human rights by sponsoring the Maduro regime
5924                                                                        Why does it take you so long to accept Western Union bill pay ? This is the opposite of urgent @BankofAmerica
5925                                                                    How @Google is making you gorgeous! https://t.co/fnDeI3RFZW #giantpeachpr #beauty #tech #internet #beautyindustry
5926                                            #nylons #stockings #ivory Vtg Washington Square Ivory Sheer Support Nylon Stockings Size C 10.5 11 NOS  https://t.co/Xmjz7fpJf1 via @eBay
5927                                                                                                        @eilidhmac___ @Pics_PB @Tesco A sad kiwi...still haven't got my hand one one!
5928                                                    Check out UHU Por Expanded Polystyrene Glue Transparent Flexible Adhesive 50 ml. Styrofoam #UHU https://t.co/ahT57UAbBa via @eBay
5929                                                       @HBS4Assam @Google @sundarpichai @FarahKhanAli @narendramodi @AmitShah @himantabiswa @Javedakhtarjadu… https://t.co/m4hRqujW6R
5930                                               RT @BudaVision32: @ADT @goodeatz007 @AstraZeneca @sprint @ATT @GEICO @JosABank @Cisco @jitterbug @WellsFargo @Dodge @CareerBuilder I… 
5931                                                  RT @GSK: We're extremely grateful🙏to all who took part in the #SalfordLungStudy &amp; their contribution to helping people w/ast… 
5932                                                                       RT @A320Archive: The first #a320neo for @easyJet has completed its First Flight today! https://t.co/DPgpjId8UN
5933                                          If @netflix continues to push 600 seasons of House of Cards and OITNB on us but doesn't #RenewSense8 I'm canceling my subscription honestly
5934                                                          Check out my listing on #eBay: https://t.co/kcPymfXOWp via @eBay #clothing #women #trend #style #ralphlauren #chaps #floral
5935                                                                                                         Hey @facebook don’t send me nagging notifications to update my profile. FFS.
5936                                                                                                5 Horsetail Reed Grass (Equisetum hyemale) Rhizomes https://t.co/CZIBQ4A2pI via @eBay
5937                                         RT @marcorubio: Calls for protest in New York of the $2.8 billion lifeline @GoldmanSachs gave to Maduro regime in #Venezuela https://t.co/u…
5938                                         @TMobile @TMobileArena @TMobile Best #TMobileTuesdays loot so far has been the year-long https://t.co/jy4MoklQ1Z su… https://t.co/CFnjvRi1v9
5939                                                                                                                       @QueenSurya @netflix I don't do homework on an iPad though lol
5940                                                           So cute! Simplicity SEWING PATTERN 2303 Size A - Extra Large Dog Coats UNCUT #simplicity https://t.co/FETfiymPVV via @eBay
5941                                                                    RT @Reuters: Trump pulling U.S. out of Paris climate deal: source https://t.co/cuUj8zj9uX https://t.co/319pePFNUB
5942                                                                     RT @hm: Brighten up your monochrome wardrobe with sunny yellows and sky-blue denim.  #HM https://t.co/X33zZGog8W
5943                                                         Here's the #equipment wishlist of @amazon to make my #content #BROKEN! Support would be #DELIGHTFUL… https://t.co/Efr4ZzOX3C
5944                                                         RT @SAP: Now is the time to start using blockchain. SAP just made it easier: https://t.co/YgdGV8BHCV https://t.co/a9YHy5fsuF
5945                                                                                                                        @McDonalds how many retweets for a year of unlimited nuggets?
5946                                     RT @USEmbassyBaku: Today's @Google Doodle honours architect Zaha Hadid &amp; features Azerbaijan's Heydar Aliyev Centre which she designed. htt…
5947                                                                        Check out COLUMBIA Mens Size XL Performance Fishing Gear Vented Swordfish Shirt https://t.co/OzZfphus4k @eBay
5948                                                                EU ready for #climate leadership in case of U.S. withdrawal from #ParisAgreement https://t.co/d6AGHk77el via @Reuters
5949                                                                                                               @Yahoo @GMA Done with yahoo bullshit. Bye bye email and search engine.
5950                                                                                                            @Reuters @sherwood_smith And you thought you were making stuff up.   🤖🤓
5951                                                                                                                                                                    @Reuters winning!
5952                                         RT @AgeraRaptor: #Ad I got a free 1-night @Redbox game rental from @TMobile. #GetThanked! https://t.co/AOMhqkEvfx Exclusive for T-Mobile cu…
5953                                                    RT @HoECF: 💕#Birmingham #volsec #SocEnt orgs - why not apply for a @DeutscheBank #community #grants upto £5k available details… 
5954                                                                  RT @Disney: Lightning fast. ⚡️ See #Cars3 on June 16. Tickets here: https://t.co/jrezHj3n3b https://t.co/3ujiVP5tUA
5955                                                 RT @oldnsold2013: Check out Star Wars Galactic Heroes Lot of 24 Action Figures Many Darth  #Hasbro https://t.co/ILUKfV4LdP via @eBay
5956                                                @TheSugarhouse @LancasterSU @PurpleLancaster @dizzytwilight @NASA @Pringles @pepsi @Dominos_UK @KopparbergUK… https://t.co/2BpjfPnt4q
5957                                                          RT @Reuters: Fed official says U.S. immigration crackdown could hit economy https://t.co/4kIbFNixVG https://t.co/aKDufmcCRi
5958                                                   ‘Sense8’ fans fight for show’s renewal https://t.co/1Cjc5a5V8Q via @dailydot #RenewSense8 #sense8season3 @netflix @BrianJacobSmith
5959                                         RT @UpperEdge: The first things you should do when an @SAP audit notification arrives | @UpperEdge blog | https://t.co/hWcwB6C506 https://t…
5960                                                               Check out MEN'S BROOKS BROTHERS CASHMERE SWEATER VEST-SIZE: 46 #BrooksBrothers #Vest https://t.co/2zkcPcBTWj via @eBay
5961                                                                                                                               @Reuters Covfefe.....  can you use that in a sentence?
5962                                                              Catch up with our latest news story: @nokia and @Apple settle new dispute https://t.co/DGr2felan4 #IP #California #News
5963                                               RT @Goddess_NYC: From Rooftop Gardens To Secret Bars: See Where #Employees at @facebook &amp; @Twitter Spend Their Downtime at #Work… 
5964                                              Anti-Inflammatory Diet: Simple Steps To Erase Inflammation And Become The Hea... https://t.co/uEiENZfoHk via @amazon kindle $0.99 today
5965                                                    U.S bank @GoldmanSachs bought $2.8 billion in bonds to finance the dictatorship of @NicolasMaduro #GoldmanFinancestheDictatorship
5966                                                                                  @Starbucks Indian Trail location is so slow today yet the workers are composed and polite.  Kudos:)
5967                                                           Thank you to @BankofAmerica for supporting Susan G. Komen through the #PinkRibbonBanking program!… https://t.co/tppJhekWH1
5968                                                                                                                     Check out my listing on @eBay: https://t.co/MrLd2VYbMR via @eBay
5969                                                                                                        @Yahoo Can someone in NY place a leash on the girls hand to the dogs neck plz
5970                                                                                                                                         @Princess_Karah @McDonalds poor newbie lmfao
5971                                                  RT @Reuters: Rising temperatures: @ReutersGraphics examines the Paris climate deal. https://t.co/YiKAi78Xjd https://t.co/XTW09eAGYp
5972                                                      RT @Reuters: Sewage tanker bomb kills at least 80 and wounds hundreds in Kabul: https://t.co/aWgiDo0IPq https://t.co/VUr3Zdsl8N
5973                                                           Check out Eddier Bauer Stretch Cropped Capri Pants White Jeans Size 10 Nice! #EddieBauer https://t.co/pMoOGpOmaF via @eBay
5974                                                                                                      RT @Disney: Best friends furever. Happy #WorldOtterDay! https://t.co/0Inm4ev9WQ
5975                                                      RT @Reuters: Sewage tanker bomb kills at least 80 and wounds hundreds in Kabul: https://t.co/aWgiDo0IPq https://t.co/VUr3Zdsl8N
5976                                                  RT @GSK: We're extremely grateful🙏to all who took part in the #SalfordLungStudy &amp; their contribution to helping people w/ast… 
5977                                                   RT @intifada: Money transfer giant @PayPal is feeling activist pressure over refusal to serve Palestinians https://t.co/Ta1FBkRtwl
5978                                                                         RT @McDonalds: @ughelizabxth It's a sign! Grab your keys and make your way on over. We'd love to see you! :)
5979                                                          RT @Reuters: Fed official says U.S. immigration crackdown could hit economy https://t.co/4kIbFNixVG https://t.co/aKDufmcCRi
5980                                                           #WHEELCHAIR  R8ZZ  10 PCS   FACTORY NEW DOUBLE SHIELDED BEARINGS  SHIPS FROM THE USA #BL https://t.co/55Eh7YBhUk via @eBay
5981                                                                                                                  RT @slay_for_mj: @netflix @HouseofCards *cough* @TheGetDown *cough*
5982                                            RT @jenmorrisonlive: My dear friend @benjaminlear film is now available on @netflix Go check out @tcumonstersdoc… https://t.co/70TVfcbPZC
5983                                                                                                                           @Jamacanbacn @StreamlabsHQ @PayPal Thank you for your time
5984                                         @josephfcox @Skype @Microsoft I am amazed how many sites don't invalidate a session cookie when the user-agent sudd… https://t.co/BWAojkzftd
5985                                         RT @1VirtualPixie: @GEICO @coldeeze @IHOP @ADT @tylenol @verizon @HomeAdvisor-CNN won't even put out a statement of apology!PULL the ads! #…
5986                                                  RT @Reuters: Rising temperatures: @ReutersGraphics examines the Paris climate deal. https://t.co/YiKAi78Xjd https://t.co/XTW09eAGYp
5987                                            RT @jenmorrisonlive: My dear friend @benjaminlear film is now available on @netflix Go check out @tcumonstersdoc… https://t.co/70TVfcbPZC
5988                                                                            RT @CandyCrushSaga: @MyLucky_Charm Yes it is! Get ready for the sweetest game show this summer on @CBS 😃
5989                                                                                                                        @tjeffrey @Apple Why do I fear they are building the Titanic?
5990                                     My favorite @TMobile #TMobileTuesdays gift was the first time getting @MLB #AtBat &amp; watching my son's eyes light up. #Thankiversary #contest
5991                                                                                                       RT @mighty_mouse19: @netflix. Bunk 'D Season 2????. May 28th is way over due..
5992                                                                         Check out Sylvania Digital Lamp and Appliance Timer Model SA 140 #Sylvania https://t.co/svVmvggJRF via @eBay
5993                                                                                                                                                                @netflix renew sense8
5994                                                             Check out R.E.M. Lot of 3 CD's Document Monster New Adventures In Hi Fi Michael Stipe  https://t.co/c9Pk2Vb7bY via @eBay
5995                                                           we need a 2nd season @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca '#WeWantEyewitnessSeason2'
5996                                         RT @MorganStanley: We're welcoming more than 900 top global investors and 265 corporations to the third annual China Summit in Beijing. htt…
5997                                                             RT @Shell: Shell completes divestment of Oil Sands interests in Canada.  https://t.co/s6S7UPtX5L https://t.co/6vz8MuQl6B
5998                                         RT @DerekDodd10: By partnering with Indofood @Nestle is breaking its own palm oil promises. Tell Nestlé to clean up its supply chain! https…
5999                                                                           RT @Reuters: JUST IN: U.S. started shipping weapons to Syrian Kurdish fighters in past 24 hours - official
6000                                                                                                                 @adidas Okay… so not exactly but it's close! https://t.co/VmzQnoAC6z
6001                                      @LeeseJohnstone @Tesco THANK YOU &amp; it was a 2 pound coin. Like seriously an issue that could be simply resolved in… https://t.co/Fb25a3F6tI
6002                                                     Just saw this on Amazon: Robiear Women Workout T-shirt - Gym Clothes... by Robiear for $6.99 https://t.co/To4alrRy11 via @amazon
6003                                                                                                                                     @Ford  this is beautiful https://t.co/vp57xhoGRc
6004                                         @BankofAmerica @HigherAchieve @tamgiffDC @JJeffWood are u going to continue supporting CNN/kathy griffin? if so i n… https://t.co/MUFv0nPI4S
6005                                                                                              #salesforcetour Community #Cloud #social #crm #ensw @salesforce https://t.co/R22V2goiib
6006                                              RT @EdFoundationOsc: Thank you to @WellsFargo Poinciana Branch for their Community Connection Grant for our Bookmark Buddies Program!… 
6007                                                                                         Factbox: Deals signed by U.S. companies in Saudi Arabia https://t.co/bm0iZ28ULD via @Reuters
6008                                          @NubbleLight98 @Reuters No but that image is synonymous with ISIS it was a stupid thing to do. And btw Trump ain't… https://t.co/ovEcPWtDxn
6009                                                                            @joydhanush @Samsung Neither. The phone heats up and doesn't switch off. Got it's IC replaced. No change.
6010                                              Lot of Twenty  Different Watches. Kenneth Cole fossil Geneva and more  https://t.co/9HKOV3mQep via @eBay #watches #fashion @enjoylife35
6011                                                                                                    A Warning? The Real Story Funimation! Unidisc https://t.co/gWuq6fPEIk via @amazon
6012                                                   Check out MEN'S T-SHIRT BLACK RHINO STONEWASHED MULTICOLORED GRAPHIC TEE SIZE LARGE  #GraphicTee https://t.co/eg1oYepSJO via @eBay
6013                                           RT @CarlysConfetti: Check out 3000 wedding table confetti Vintage Recycled Romantic Paper Hearts Table Decor https://t.co/3mdhEhQHRe @eBay
6014                                                  Shame. Shame on @GoldmanSachs for supporting the Venezuelan government. Now we know where capitalism lies in the war of oppression.
6015                                                          RT @Reuters: Fed official says U.S. immigration crackdown could hit economy https://t.co/4kIbFNixVG https://t.co/aKDufmcCRi
6016                                         @enrichedminds17 @TMobile This is very concerning. We'd hate to see you leave Sprint Family. Please send us a Direc… https://t.co/Npsqv3KIJy
6017                                                                  RT @KorkIris: @RealJack @BankofAmerica Ohh shoot I have to close this account also? Ahh well feck it have to do it.
6018                                                                                                                          RT @McDonalds: @TAXMASTERx Let's make that dream a reality.
6019                                              RT @CarlysConfetti: Check out Light BLUE Table Confetti hearts baby SHOWER wedding Decoration Christening https://t.co/tp5ZDG1VSz @eBay
6020                                              RT @bostonmarket: @NotGlobalism @GEICO @WellsFargo @subaru_usa @UOPX @Dodge @Hyundai @etrade @sprint @AARP @Overstock @LibertyMedical… 
6021                                                                      @aschiee @OoredooMaldives I'm good as long as i can stream @HouseofCards on @netflix 🙂 https://t.co/bF9erp1XjF
6022                                               RT @cruelcassius: @netflix Okay SO THIS ONE IS ACTUALLY ON YOUTUBE BUT YOULL LOVE IT. It's a black gay YouTube series called Love At… 
6023                                            RT @jenmorrisonlive: My dear friend @benjaminlear film is now available on @netflix Go check out @tcumonstersdoc… https://t.co/70TVfcbPZC
6024                                         RT @CaptainCons: excuse me @Apple low power mode. yea make that all the time mode. I always want my battery to drain slower. never faster f…
6025                                                   Check out the Best and Worst @Starbucks Deals - including #FreeAddOns #FreeSamples &amp; More on #UYWRadio https://t.co/6UD9lxRjhd
6026                                                                                People smugglers make $35 bln a year on migrant crisis: IOM head https://t.co/B2Qt9rOHME via @Reuters
6027                                          @FedEx @RepDonBeyer @HillaryClinton @BarackObama @USPS @VA8thCDDems @lowkell @timkaine @Monique4APS @OGradyMonique… https://t.co/4vuSQSjewW
6028                                                    RT @tnkgrl: Read my take on today's @Qualcomm and @Microsoft announcement about #Windows10 running on #Snapdragon835... Fun stu… 
6029                                          @RealJack @Mitsubishi_USA @Neutrogena @HomeAdvisor @Lactaid @tylenol @verizon @USAA @LandRover Guess what trump is… https://t.co/FkVbuE9UvP
6030                                                                                          @iamsammyporter @Tesco @puremusic @NewStateMusic @gracefleary @soulectamusic Yes bro big up
6031                                                                                                 I just checked in @kroger with #mPLUSPlaces Download today!  https://t.co/Zmq9aYD1FS
6032                                                                        RT @Reuters: Gulf Arab dispute rattles Trump's anti-Iran axis https://t.co/TqeOjPW2S6 https://t.co/FcZXpBnTG2
6033                                                  RT @AnneStausboll: Unprecedented victory today @exxonmobil as investors demand that the company address #climatechange.  #CorpGov… 
6034                                                        Check out 2017 NEW Multifunction New Environmental Water Home Used Spray Mop For Various K  https://t.co/eoqArFKxU9 via @eBay
6035                                                                                             Grab a #proteinbox from @Starbucks truck parked in front of Mott https://t.co/i9069OHHu7
6036                                                                                                                  #RenewSense8 PLEEEASE @netflix !!!! @sense8 https://t.co/bOEGqbGlsh
6037                                                       RT @HowardUAlumni: Congrats to our students who have started in the Inaugural #HowardWest program @Google in Silicon Valley!… 
6038                                                                                                      RT @Disney: Best friends furever. Happy #WorldOtterDay! https://t.co/0Inm4ev9WQ
6039                                                                                                                         Check out AKAI MPC 2500 https://t.co/jDVmDW0Kmz @eBay #audio
6040                                                                                                                                              @Reuters Maybe he was going deer hunt'n
6041                                                                                                                       @meganellaby @nextofficial everything about this is gorgeous!!
6042                                               In 2016 @CVSHealth hired over 20K youths in full-time and part-time summer positions. #LeaderInGrowth https://t.co/1olD3GUGrq #TeamCVS
6043                                                                                        RT @MiniP_11: Where can i get these from?? Uk. @Nike @nikestore @nike https://t.co/DDj4NQQuz5
6044                                                RT @lizakoshy: when he says he needs some space... but you're a crazy girl with a printer • #partner with @HP https://t.co/he08ERThe8
6045                                           Yes @rushlimbaugh doesn't it figure a far left liberal producer would sneak faux #ClimateChange into my favorite @netflix show @Bloodline!
6046                                                                                   RT @Reuters: Trump planning to pull U.S. out of Paris climate deal: source https://t.co/lKn6yMaN34
6047                                                                                                                                 @sharknamedmilo @OhItsTeddy @adidas Perfect pic man✌
6048                                                    Check out   Gymboree Toddler Girl's Blue Flower Ankle Strap Jelly Sandal Shoes Size 1 #Gymboree https://t.co/zLMIPkYW1d via @eBay
6049                                                                                RT @RitaOra: The support has been crazy thank you @Apple !! Your Song out now https://t.co/qOPfXDbSEd
6050                                                     RT @mkopNY: Amazing interconnections in domain of @Google vs @Uber fighting for right to rule world of Ride Sharing+Hailing --… 
6051                                                      RT @ME5702: @McConnellSteph @Expedia @AerLingus Treat your customers well and they will repay you. Somebody missed that lesson.
6052                                                                RT @GiveawayBandit: Amazon Prints is REALLY Worth the Try! $1000 of @amazon Gift Cards to be Won! #AmazonPrints #Ad… 
6053                                                         RT @BSFCU21: Bromsgrove Sporting Football Shirt -CHARITY AUCTION  FOR B'ham Childrens Hospital https://t.co/cDZ3MMR6YW @eBay
6054                                                                                                  a typical everyday breakfast for the @Disney obsessed 🍽🍓✨ https://t.co/4BBkAwFKxl
6055                                                           RT @Reuters: Trump planning to pull U.S. out of Paris climate deal: source https://t.co/a3sObdTTe1 https://t.co/dLKiHyqLAe
6056                                         RT @frostedevents: Who would you give a box of @cheerios to?#GetoneGiveOne at @Walmart  #ad https://t.co/fRuRxr3iwv #Cheerios #WithLove htt…
6057                                                   RT @exp_perception: Thanks @Adobe @AdobeMuse for awarding us with site of the day! https://t.co/nAXVYvmGWD https://t.co/iLHIZib3e8
6058                                                Just saw this on #Amazon: #Dearfoams Womens Microfiber Velour Espadril... by Dearfoams for $21.52 https://t.co/WpYvH9qwrF via @amazon
6059                                                                                                          RT @Freeyourmindkid: @johnlegend You better pickup @UndergroundWGN @netflix
6060                                         RT @BHGLiveBetter: No Purchase Necessary. @Walmart gift card winner will be randomly selected. Ends 5/31 at 11pm EST. Promotion rules: http…
6061                                            RT @jenmorrisonlive: My dear friend @benjaminlear film is now available on @netflix Go check out @tcumonstersdoc… https://t.co/70TVfcbPZC
6062                                                                          RT @birdwriter7: Check out my author page at this easy to remember url! https://t.co/5tgWFR8MKI via @amazon
6063                                          NEW TODAY on @eBay White House Black Market Blanc Women's Size 6 Denim Jean Shorts #WhiteHouseBlackMarket https://t.co/WMRb8fSUVk via @eBay
6064                                             Tsukioka Yoshitoshi - Paintings and Art Trading Cards Book - Available Now: https://t.co/XQPvgFyPek via @eBay... https://t.co/RrDDa7N9O7
6065                                         @Reuters US has a major role to protect many lives.Pulling out of the Deal will yield tragic impact.The US input in that Deal is a necessity
6066                                                                                                          @CheetoSantino @Apple I WAKE UP EVERYDAY HOPING THAT ITS THE DAY I RUIN YOU
6067                                                                                                                                     @Fordtography @ASOS Ya free next week some time?
6068                                                                                                                 When you walk into @McDonalds and only get an iced coffee #willpower
6069                                         Been waiting 15 mins for the @HomeDepot appliance person. They have called for them twice. Phone has been ringing t… https://t.co/60Q8dx3yB2
6070                                          RT @HampsN: Look what I found on @eBay! with #free £10 hamper #eshopsUK #UKSOPRO #FlockBN #87RT #SNRTG https://t.co/JMVOSXDtdz via @eBay_UK
6071                                                    Check out NWT ROMEO &amp; JULIET COUTURE BLUE PAISLEY POLYESTER COMBO MEDIUM DRESS SHORTS $108  https://t.co/46cmfZUHEK via @eBay
6072                                                                       Come on  @TheCW @CBS @WBHomeEnt. #Forever deserves to be explored further! We need more seasons!! #SaveForever
6073                                                                                                                                        @JohnLegere @marcuslemonis @TMobile Hey y'all
6074                                         RT @PizzaAndDews: The Elf King by Sean M McKenzie https://t.co/RXv69clIWd via @amazon #amwriting #iartg Epic fantasy. Swords. Demons. Heroe…
6075                                         RT @BHGLiveBetter: No Purchase Necessary. @Walmart gift card winner will be randomly selected. Ends 5/31 at 11pm EST. Promotion rules: http…
6076                                                                     RT @Reuters: New York Times offers buyouts to newsroom employees https://t.co/vbebtDQp80 https://t.co/3dMP7vB5bY
6077                                                                        Sale! Stewart Warner Fuel Gauge Cessna R172 Aircraft 441344  #StewartWarner https://t.co/lafSzPm0kD via @eBay
6078                                                   We are honored to be a @BankofAmerica grant recipient! Thank you for supporting our mission and helping us create positive change!
6079                                         #Pikachu Youare #shockingly #Cute ONESIE #Pokemon #PokemonGo  https://t.co/bGcNrKeolI … … … … … … … …   @amazon #babyshower #HappyFathersDay
6080                                 Fave @TMobile Loot: movies on Fandango &amp; Vudu; allowed me to see new ones &amp; reconnect with some old faves! Arigato! #Thankiversary  #Contest
6081                                                             Check out #DaleEarnhardt #Earnhardt #3 #Nascar #Racing #MonteCarlo #Goodwrench #Chevy  https://t.co/oiFLFUNvds via @eBay
6082                                                                                RT @auggiebr: @netflix please #RenewSense8 . It is an amazing show and very popular around the world.
6083                                                                                @eBay if I found my first one more interesting I'd certainly get this one! xD https://t.co/5THlvwg27m
6084                                                                                                      alright so is this what @amazon did with their product? https://t.co/09wmqc2eGC
6085                                             RT @dkuck15138: @MAGGunslinger @bfraser747 @intel @jaketapper @realDonaldTrump @CNN RT...My family will blackout #CNN permanently! #MAGA
6086                                                 1 Vintage Red Bakelite Bottle Pick Liqueur Blended Scotch Whiskey Decal  https://t.co/q0jrL4cArj via @eBay #alexpals #myrickyjewelry
6087                                                                                                                                   @Starbucks Your company is run by a pos fuckstick.
6088                                                                                                   Exclusive @adidas game stronger than all you niggas 👀👂🏻 https://t.co/AFLa7W5qJq
6089                                                                                                                             @Heineken_UK @newstudioblues @Heineken just tryna help;)
6090                                                                RT @PKFTexas: Houston attracts innovators from all over the globe - Lamar McKay @BP_plc @GHPartnership #StateofEnergy
6091                                                                                                                 Warning ...For all the @facebook addicts ... https://t.co/LRAeoVXbrb
6092                                                 Check out Estate Vintage 12.42cts Rose Cut Diamond Coral / Ruby Silver 1pc Bangle Bracelet #Bangle https://t.co/mrGnIvWQlf via @eBay
6093                                                                                   RT @Reuters: Trump planning to pull U.S. out of Paris climate deal: source https://t.co/lKn6yMaN34
6094                                                                                                                     Check out my listing on @eBay: https://t.co/QHeOh5Kb6M via @eBay
6095                                                                                        RT @InspiringThinkn: The Light in the Heart on @facebook Coming Soon… https://t.co/uHXLJVD6YF
6096                                                                                                      Best OFFER https://t.co/bohV22DULb #usb #charger @eBay @eBayDeals @amazon @woot
6097                                                                                  @dbsdey681 @Paintking @Starbucks And he won't realize it because that would mean he is responsible.
6098                                         RT @LauraGaviriaH: Congratulations to the #CitiT4IChallenge #Argentina award receipients: @SignaturaCo @idme @RSKsmart @Citi https://t.co/k…
6099                                                            Check out 3 Port 1080P HDMI Switch Splitter Switcher for HDTV PS4 XBOX w/ HDCP support  https://t.co/wGBuZqugH1 via @eBay
6100                                                                             Bulgaria central bank working to reduce banking bad loans: governor https://t.co/iZ7sh287oN via @Reuters
6101                                                                                RT @Taylorsmycure13: I didn't know @taylorswift13 was sponsored by @McDonalds https://t.co/v2x0LcmIOp
6102                                                                                                                  I just bought a new @Ford #Mustang convertible! :-D *Snoopy dances*
6103                                                         A1: I'll never not love the simplicity of the @Nike swish. There's beauty in minimalism. #AdweekChat https://t.co/HJD3zgTGeG
6104                                                                            Kimchi Blue Tank Top Tunic Ivory  Embroidered Boho Lace Urban Outfitters XS https://t.co/rS0NYQHLjc @eBay
6105                                                                                      Big Girls One Night with a Navy Seal: Short Erotic Romance  https://t.co/A49kzwW0hc via @amazon
6106                                                                                                                #AdweekChat I love @Nike simple and beautiful https://t.co/FwiIq2MWOZ
6107                                                                                        RT @Louis_Tomlinson: When does this new @adidas x Gosha stuff drop . That shit looks siiiiick
6108                                                                         RT @Reuters: Trump's #covfefe tweet leaves Internet guessing https://t.co/5tGlqJHDlR https://t.co/ByNTrTBVaO
6109                                                                                                                       @jonygitar @AJEnglish @Google Theres more if you want to know.
6110                                          Check out Nike Zoom KD X 10 Anniversary Limited Faint Blue DS Size 10 897817-900 #Nike https://t.co/2KB6Xr96XJ via @eBay #ebay #kevindurant
6111                                                                       RT @JORGEZUNIGAM: Check out Transformers Optimus Prime &amp; Insecticon Cricket  https://t.co/oxIbBw6HGl @eBay
6112                                                                              @Tesco kinda wish I checked the best before date before I bought these today!!! https://t.co/jeyAqrHXUp
6113                                                                                                           Check out Baskets femme Geox bleu - T41  https://t.co/2xNzNmHS1X via @eBay
6114                                                                                                                              RT @MeeeetPerry: @OVERRVTED @TMobile i AGREE WITH THIS!
6115                                                                                                 RT @Honda: Amp up your drive with the turbocharged #CivicSi. https://t.co/3thUodIKlo
6116                                                                              RT @joebayy: Check out NEW Anthropologie Deletta Pink Knit Blouse Size XS https://t.co/7vKlEjP9Oi @eBay
6117                                                                                                 RT @Honda: Amp up your drive with the turbocharged #CivicSi. https://t.co/3thUodIKlo
6118                                                                                   Group linked to NSA leaks says will release more data in July https://t.co/xlyzGvZixq via @Reuters
6119                                                             Check out Vintage Unsigned DuJay Sterling Silver Clear Open Back Glass Rhinestone Pin  https://t.co/WyvzCHyJsu via @eBay
6120                                               We buy a bunch from @amazon and AMZLhas not delivered to our new address 1x! waiting for packaged since 5/25! Unacceptable @AmazonHelp
6121                                                           RT @thriftyhautemom: This top is on my #summerguide which is on the #blog. Did I mention it is on @amazon #prime ---&gt;… 
6122                                                                                                               RT @ksushma140: @Gurmeetramrahim I we stay tuned @facebook #LiveIthFDD
6123                                                                                                                            Hell yes to @SIMSdoomtree making the @Starbucks playlist.
6124                                              Why language matters. Transcending Mission: The Eclipse of a Modern Tradition by Michael W. Stroope https://t.co/F7qt5qOTyB via @amazon
6125                                                                         Where ya been boo?!? But you got hella seasons on the @netflix snuggle up buttercup. https://t.co/HuixdGEtRt
6126                                                                                 RT @fequalsHQ: Afghan women break ground with TV station launch https://t.co/G5xGdwbuaO via @Reuters
6127                                                      RT @General_KELI: @benadadevoh @Barcamptema @Nestle @Unilever @pzcussons Can u rate their professionalism? from 1 to 10 #bctema
6128                                                   Just saw this on Amazon: Samsung Galaxy S8 Black 64GB - Prepaid - Ca... by Samsung for $649.99 https://t.co/pXb5Z8f6fy vía @amazon
6129                                                                                                I just checked in @Walmart with #mPLUSPlaces Download today!  https://t.co/ITfyNkuUoB
6130                                                     #AmazonExclusive #music #books and #video by @theebluechiclet Check out @amazon https://t.co/66eX1VnESl… https://t.co/ArIjr31Veb
6131                                                                                                                        Look what I found on @eBay! https://t.co/6zL0BBkDWw via @eBay
6132                                                                                I Just Voted Beyoncé for the @CocaCola Viewers' Choice Award! #IChooseBeyonce https://t.co/JjjX0QcB5R
6133                                                                                                    please @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
6134                                                                 You are sons of God and his spirit dwell in you: Holy Spirit works in sons of... https://t.co/njsmBl4Ibn via @amazon
6135                                                                                                                                      @Ryanair #covfefe means https://t.co/xsGMeBkQ0W
6136                                                                                RT @Reuters: U.S. economy ambles on but few signs of inflation pressures: Fed https://t.co/6s1VZzKxdJ
6137                                                      Check out NWT TRINA TURK CAPRI LACE UP BACK HIGH NECK CUT OUT ONE PIECE SWIMSUIT 6 #TrinaTurk https://t.co/JRafF8DtRO via @eBay
6138                                         HUGE thanks to @BankofAmerica and @JenniferMacP8 for their help in enabling me and 6 other IC students to attend th… https://t.co/JPEC77qU94
6139                                                                                                                                               @Reuters Running scared. And clueless.
6140                                                                                                                     @GoldmanSachs How to feel really awkward around your coworkers ⬆️
6141                                         This is what brands need to do to keep ahead of the game @Nike have invested in the core pillars of their brand i.e… https://t.co/6ryLxMX1RJ
6142                                                            @IAmMinas @Nike @nikesb @nikestore seen it with my own eyes. jumped off the wrong foot. laid it up across the goal. allat
6143                                                        RT @Reuters: Comey to confirm Trump pressured him on Flynn investigation: CNN https://t.co/25TQQCa9Ne https://t.co/Pi3w4u2Ruo
6144                                                 RT @knightmbs: @marcorubio @GoldmanSachs Can you explain why your campaign took a million dollars from a pro-Putin Ukranian busine… 
6145                                                        RT @Reuters: Comey to confirm Trump pressured him on Flynn investigation: CNN https://t.co/25TQQCa9Ne https://t.co/Pi3w4u2Ruo
6146                                                                                Enter to win a $150 @Disney gift card #giveaway #contest #freethings #gumdrop https://t.co/E8zHwoxROr
6147                                                                           Just saw Theresa May down at my local @Tesco getting 4 cans of Mild and a packet of 20 cigs #WheresTheresa
6148                                                                              @brunelldonald @amazon God had a plan for you.. With many angels watching over you during your journey.
6149                                                                                                                            @udurgam @TMobile Right?!? #TMobileTuesdays is the best!!
6150                                                RT @GAFollowers: Congratulations to these 15 computer scientist who graduated from Spelman College this month. @Microsoft offered 5… 
6151                                         @AmericanExpress @BaldwinDenim You need to revamp your Centurion lounges in Brazil URGENTLY! The one at the CGH air… https://t.co/aeJPDCDjfn
6152                                                                                                                        @bbusa617 @Yahoo Reading Yahoo is like loving a colonostophy!
6153                                                                                     @easyJet @easyJet_press so for The third Time your team ask us to go to boarding and sit back...
6154                                                    Has anyone ever had a caffeine overdose from eating a bag of @Starbucks chocolate covered espresso beans? https://t.co/l8jjqxXQIs
6155                                                    RT @Reuters: Ohio sues five drug companies over opioid crisis: https://t.co/MzRDDSSpgr via @chris_kenning https://t.co/YgkAYzaVNH
6156                                                                                                                     Loving @Starbucks new drink😩😩 #covfefe https://t.co/ejvLtUv38i
6157                                                    Clover Group Int. 10117135 Lined Convertible Underwire T-Shirt Bra 38C Beige #E-bay #TShirtBras https://t.co/DDHjpgAJHK via @eBay
6158                                         Umm excuse me @amazon but I literally used this book once I doubt it was damaged plz give me $109 back I am very po… https://t.co/gt86ci8il4
6159                                                                                                      @RachT73 @UPS Honestly! I should start a website called https://t.co/BBKVOznj3x
6160                                                             Check out blue pearl beads with crystal rosary style cross necklace handmade #Handmade https://t.co/sn3kcdNODt via @eBay
6161                                              RT @ninlvs: Check out Vintage CAT Men's Brown Leather Ankle Boots Size US 11 Zipper Riding Boots #CAT https://t.co/xZeZb8y0IP via @eBay
6162                                                      RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win an @amazon exclusive Groot Pop! https://t.co/TzirnO04dV
6163                                                 Will @Google for Jobs Really Work? Not overly optimistic and here's why... #work #hr #disrupthr #disrupthrto https://t.co/ldfcUJ0roj
6164                                                                                                           @segphault @Microsoft I give up line endings for unicode support any time.
6165                                                                                                           Check out BMC ROOTES SMITHS DASH GAUGE WATER https://t.co/CfxwrYFR7B @eBay
6166                                                                                                                            @Ryanair #Congress of very few educated financial experts
6167                                         @JeskeBrendan @Reuters @chris_kenning @Hostess_Snacks I worry about those who truly need the meds. I know people in… https://t.co/VeGKaD9AwQ
6168                                                The 2017 @Adobe Creative Residents have been announced! Learn more about the program: https://t.co/VfwtpQshGz https://t.co/QfeoooqnhO
6169                                                                                                                                               @kayleeeex3 @Apple Like 20 mins ago 🙄
6170                                                         RT @Twitt3rIsRacist: Y'all.. I highly recommend going to @Starbucks for the best quality #covfefe 👌 https://t.co/Wk7yi41iIK
6171                                                                Check out MUSIC LIFE 2/1974 Japan Music Magazine Chicago Lynyrd Skynyrd Elton John  https://t.co/TiqMMt8ogE via @eBay
6172                                         RT @charlieisaacs: .@ValaAfshar is about to Live Periscope from the #Boston #salesforcetour @salesforce Expo!!! @PeriscopeCo https://t.co/M…
6173                                                                       $300 OBO! BEVERAGE AIR UCR-27A Bar Beer Cooler Refrigerator SS Undercounter  https://t.co/HD0AOBv7hb via @eBay
6174                                                          Check out WWII Army Binoculars US Signal Corps Bausch Lomb Prism Stereo 30mm 6 Military   https://t.co/DoVc5KAB1c via @eBay
6175                                                RT @GAFollowers: Congratulations to these 15 computer scientist who graduated from Spelman College this month. @Microsoft offered 5… 
6176                                                                           RT @CraftyThrifter: Planning and prepping by using VR at the @Walmart Academy #walmartshares #MejorContigo
6177                                                    Check out Personalized Monogrammed Women's Girls Shirt Tie Dye Popular #Gildan #PersonalizedTee https://t.co/XZjdO96fcC via @eBay
6178                                          Check out NEW LIFE SIZE HUMAN ADULT MALE TALL PAUL TORSO ANATOMICAL ANATOMY TEACHING MODEL #AnatomyShoppe https://t.co/jZWMQODJzZ via @eBay
6179                                            RT @BHGLiveBetter: Don't forget to enter our #WalmartWednesday #giveaway by 11pm ET tonight for your chance to #win a @Walmart gift card.
6180                                                                                                                 @Google home sang happy birthday to me! #googlehome #GoogleAssistant
6181                                                                                          @siddharth_sng @TomTaylorMade @iTunes @comiXology @nookBN @DCComics @amazon Before the game
6182                                                         Check out Vintage Med Western Blue Velvet Blouse with Embroidered Bib Plackett of Cowboy   https://t.co/hBu97WoHUz via @eBay
6183                                                 RT @MisSuellaneous: pfaltzgraff  *  black scroll coffee mugs  *  set of 4 #Pfaltzgraff https://t.co/N7BAzvxcSh via @eBay #CoffeeMugs
6184                                          @FedEx @RepDonBeyer @HillaryClinton @BarackObama @USPS @VA8thCDDems @lowkell @timkaine @Monique4APS @OGradyMonique… https://t.co/GdKt5D6WWQ
6185                                         RT @karate_girl: I am suffering. Just....god. #WeWantEyewitnessSeason2 #Eyewitness @netflix @AmazonVideo @hulu @heretv @HereMediaInc https:…
6186                                         @TrejbalChris @TD_Canada They want to push tap in their own app.  @TD_Canada only supported ApplePay as @Apple does… https://t.co/cr7IzvAWM8
6187                                                       Check out BRENDA STARR REPORTER Movie Serial Poster Advertisement Trade Ad 1945 #BrendaStarr https://t.co/KjCqMHwUOW via @eBay
6188                                         @YahooNews Hey @Yahoo. Have you seen what is happening all over the world with ppl/companies that put our POTUS45 d… https://t.co/Z3X4nBHxEy
6189                                                                   A selection of Pattern weights designed Artist Maria moss pop art fabric Weights https://t.co/5FQ2U3WJoo via @eBay
6190                                                                                                               I'm Not Broken by Amy Beth Outland https://t.co/EZaZZClZCP via @amazon
6191                                                                                                     RT @DreEastwood: Teams gearing up for the @Nike takeover https://t.co/fdP2lpFTHr
6192                                                Every scene with these two is master class. #WeWantEyewitnessSeason2 #Eyewitness @netflix @AmazonVideo @hulu… https://t.co/baI9EBrpMp
6193                                                                                                                    @Apple Nooo your products are 5 times slower than my phone. LIAR!
6194                                         RT @Automotive_News: AUTOMOTIVE NEWS EXCLUSIVE: @Ford CEO Mark Fields tried to fire Americas chief Hinrichs before being fired himself  htt…
6195                                                 #ALLMAN Check out Legendary Allman Joys The Escorts 1964-65 First Allman Brothers Band Photograph  https://t.co/PXOYdLCQSm via @eBay
6196                                                RT @lsmith4680: @GEICO @coldeeze @IHOP @ADT @tylenol @verizon @HomeAdvisor-CNN won't even put out a statement of apology!PULL the a… 
6197                                                 Assassins Creed Leather Coat https://t.co/tNksmGAfg5 via @eBay Target Field Matt Jones Chesapeake #NBAFinals #codecon Draymond Green
6198                                                                            RT @joebayy: Check out Coach Pink Canvas And Leather Wristlet Wallet Clutch https://t.co/htW8oEnVoY @eBay
6199                                                                                                          RT @CocaCola: HISS! FIZZ! CLINK! 👊💥❤️  #ShareaCoke https://t.co/wF6v3d8LfY
6200                                                                 Once Upon an Algorithm: How Stories Explain Computing (MIT Press) by Martin E... https://t.co/NQv8waJR3J via @amazon
6201                                                                RT @TokyoRuaan: I Just Voted Beyoncé for the @CocaCola Viewers' Choice Award! #IChooseBeyonce https://t.co/V89OQNF9DO
6202                                                         Check out Bandai S.H.Figuarts Tamashii Limited Kamen Rider Gaim Kachidoki Arms SHF #Bandai https://t.co/aAsIHpMAHU via @eBay
6203                                                    Check out OOBE Pink Sherpa Jacket Button Front Long Sleeves European Feel Trim Size Large #Oobe https://t.co/mUAq16QfMt via @eBay
6204                                              Check out Quality Gems! Men's 2.50cts Genuine Mexican Fire Opal &amp; W.Topaz Ring 925 S#10 NR #Gents https://t.co/6zZpw9L2Ya via @eBay
6205                                         Sorry to tell you this man but @adidas is getting rid of Alternate jerseys next year when they take over Jersey rig… https://t.co/CA1RZTjwDR
6206                                                            RT @LisaBaertlein: Maryland joins California in battling antibiotic overuse on farms https://t.co/zKGoHylXZG via @Reuters
6207                                                                RT @Disney: Disney's Animal Kingdom is making a splash on #WorldOtterDay at @WaltDisneyWorld! https://t.co/LKWE1OyPDD
6208                                                         RT @gregorybrothers: trying to find footage for next video but @Google is way behind on memes 😭😭😭 https://t.co/jNRFv0Cjui
6209                                                         RT @Burberry: Discover #TheDK88 by @Burberry in different styles and colours https://t.co/JqclP7nEbV https://t.co/hc5xOjLbCU
6210                                                         Check out NCLEX-RN Content Review Guide 3rd Edition © 2015 Preparation for Nursing Boards  https://t.co/TrtZlcwV5c via @eBay
6211                                                                                                @Groupon How do you get to change the list of participating locations after purchase?
6212                                         @BankofAmerica 8 weeks and BOA still won't refund my $ or fees creditors charged me due to BOA  errors. Said it s N… https://t.co/Y83ffjHugS
6213                                         @Reuters So Alex Jones almost gets innocent people in a pizza shot killed for perpetuating the Pizza Gate fake news… https://t.co/t4A1YvtkzU
6214                                         RT @TMobile: Verizon customers! You can now ditch your carrier AND keep your phone. Just ask this guy… #GetOutoftheRed https://t.co/ktP6nPX…
6215                                                                                          RT @Fan_of_Freddie: @RealJack @BankofAmerica Just tweeted them to end their support of her.
6216                                                                                                         RT @LibertyPeace17: @pepsi @Walmart join my movement https://t.co/TD1cXSaPfI
6217                                                                                                                                 LOLOL @GoldmanSachs fuck you https://t.co/qtI2f6tum0
6218                                                                                         @brunelldonald @gaylahuckaby @amazon Look at that beautiful smile that you still have today!
6219                                           RT @Reuters: Mylan may have overcharged U.S. government for EpiPens by $1.27 billion: HHS. https://t.co/4boyJgB4XU https://t.co/j8XU3asRZx
6220                                         RT @Automotive_News: AUTOMOTIVE NEWS EXCLUSIVE: @Ford CEO Mark Fields tried to fire Americas chief Hinrichs before being fired himself  htt…
6221                                          @netflix @hulu @AmazonVideo @heretv @Showtime @TWC_Wisconsin @XFINITY adorable girlfriends #wewanteyewitnessseason2 https://t.co/tXHyL77keD
6222                                                                                                  Check out Size Medium DKNY Black Short Sleeve Blouse  https://t.co/dqs7pEE8Lt @eBay
6223                                                 Check out METAPHOR * SEXY * BLACK * FAUX LEATHER PLEATED SKIRT Sz. XL~2X MSRP $38.00 NWT #Metaphor https://t.co/Xwuhjgk9N2 via @eBay
6224                                                             RT @HowardU: Congrats to our students who have started in the Inaugural #HowardWest program @Google in Silicon Valley!… 
6225                                                             RT @insatiablevine: Lol wine on demand I call it.  It's better than @comcast #winning @_drazzari https://t.co/28viIrB7t6
6226                                                                               RT @seriouslyblues: Hey @netflix could you maybe #RenewSense8 cause I'm watching with my crush so yeah
6227                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6228                                                        Check out Work like a captain play like a pirate flag scuba dive equip  #spo70 12x18 party  https://t.co/WNHp2cZMko via @eBay
6229                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6230                                         Pay for next day delivery @ASOS so I have it in time for my holiday and I get sent the wrong item... Help me sort i… https://t.co/Pb8V5UlYIJ
6231                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6232                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6233                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6234                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6235                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6236                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6237                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6238                                                            Check out Demi Lovato Confident CD Hollywood Records 2015 Cool for the Summer Old Ways  https://t.co/YLG9j538hZ via @eBay
6239                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6240                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6241                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6242                                                                RT @Disney: Disney's Animal Kingdom is making a splash on #WorldOtterDay at @WaltDisneyWorld! https://t.co/LKWE1OyPDD
6243                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6244                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6245                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6246                                            RT @jenmorrisonlive: My dear friend @benjaminlear film is now available on @netflix Go check out @tcumonstersdoc… https://t.co/70TVfcbPZC
6247                                         RT @iamblackbear: ur wack @nike for kickin my manager out of the showroom for wearing all @adidas. good business would be to deck him out b…
6248                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6249                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6250                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6251                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6252                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6253                                                         Check out Pirates For Hire flag scuba dive equip novelty valentines day GIFT FUN 2x3 #656  https://t.co/OdbxiYRkNp via @eBay
6254                                                                RT @Disney: Disney's Animal Kingdom is making a splash on #WorldOtterDay at @WaltDisneyWorld! https://t.co/LKWE1OyPDD
6255                                                                                Leaving the Paris climate deal will take the U.S. years: Juncker https://t.co/WWhMSV8c7s via @Reuters
6256                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6257                                                       RT @MCShort45: VA chief presses Congress to make it easier to fire workers for misconduct https://t.co/tJnRMyRf8R via @Reuters
6258                                                              RT @IBMcloud: IBM and @Cisco are joining forces to tackle #cybersecurity through integration and shared intelligence:… 
6259                                                         Check out womens long 2.75 inch sparkle loop hook dangle earrings silver plated #Unbranded https://t.co/HSK8EY9Sbh via @eBay
6260                                                   RT @SnapMunk: Now You Can Order #PhotoBooks From The#GooglePhotos App https://t.co/HuiYbTjrGV @Google #Android #iOS #App #IO2017… 
6261                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6262                                                                        RT @hm: French skater #LouiseMaurisset is the master of mixing California cool with Paris chic. #HMMagazine… 
6263                                                              RT @loripope6464: Check out Burwood Wall Hangings #4358 and #4360 Made In The U.S.A.  https://t.co/GvjiAOWbL5 via @eBay
6264                                                        RT @Reuters: Comey to confirm Trump pressured him on Flynn investigation: CNN https://t.co/25TQQCa9Ne https://t.co/Pi3w4u2Ruo
6265                                                  Check out Hourglass Lilly Shirt Blouse Top Multi-Color 3/4 Sleeve #HourglassLilly #Blouse #Casual https://t.co/dP0KcrZzqE via @eBay
6266                                         @GoldmanSachs @_stephenhoward Shame of @GoldmanSachs for giving money to Nicolas Maduro' shopping of tear gas and b… https://t.co/3WjCZYyHHF
6267                                                  RT @BTS_fiend: @BTS_ARMY_I @naver_jp @matomenaver @Google @bing BING never disappoints in totally messing up the translation into… 
6268                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6269                                           $1100 BURBERRY London Fully Lined All Season Cotton Jacket Blazer 12 Nova Check  #Blazer https://t.co/RAm880MBsX @eBay #ebaysale #burberry
6270                                                          RT @TripAdvisor: Traveling? Don’t miss these must-sees! Introducing the 2017 #TravelersChoice award-winning 🏆 landmarks:… 
6271                                                                            Champions League: Cardiff road closure causes traffic jams  https://t.co/xjaiz0Y6A6 via @amazon  a taster
6272                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6273                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6274                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6275                                                                 Wanderelli Beach Towel 100% Cotton Velour Large Fashionable Banana Leaf Round... https://t.co/blNTlJT5hp via @amazon
6276                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6277                                                           Check out NEW ✿ 4 x 15w SYLVANIA Transparent GREEN Light Bulbs Indoor/Outdoor  #SYLVANIA https://t.co/b55hd1ecBc via @eBay
6278                                                     @adidasoriginals Finally bought some new daps. @adidas @adidasUK keeping these for the @thestoneroses la https://t.co/hFpTyYB8fK
6279                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6280                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6281                                                                                          MEGAN AND I JUST WENT TO @McDonalds TO GET BIRTHDAY ICE CREAMS SND THEIR MACHINE WAS BROKEN
6282                                                                                                                                       @mswndrlnd @UPS They obviously should know tbh
6283                                            RT @mtt516: Check out Nautical Measuring Spoon Set of 4  Lighthouse Unique Ganz Studio 101 #GANZ #eBay  https://t.co/l9IdkK0lWV via @eBay
6284                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6285                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6286                                                                                      I thought I had seen a lot but as soon as I checked out @Adobe #capture I had goosebumps. #woah
6287                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6288                                                     Check out Rag Rug Handmade Crochet 33 in Recycled White Blue Cotton Cottage Eco Chic #Handmade https://t.co/6XQSKWLiyC via @eBay
6289                                                 RT @FaeryCouture: MOD BRIGHT ORANGE SUEDE CANDY STRIPE Platform Wedge Ankle Boots 7.5M VEGAN! #FRH https://t.co/6BJK23WXoK via @eBay
6290                                                  Check out Quilted Brown Suede Ballet Flats Slip On Shoes Land's End Women's Size 9.5 M  #LandsEnd https://t.co/vutupoKIjE via @eBay
6291                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6292                                         @ginapisani2011 Venezuelan government violates human rights and @GoldmanSachs supports it and buy $2.8B worth Venez… https://t.co/70hUDMNccE
6293                                                                                                                             @nicole_1294 @Citi It'd be cool if we could root 2gether
6294                                                                         RT @Reuters: Trump's #covfefe tweet leaves Internet guessing https://t.co/5tGlqJHDlR https://t.co/ByNTrTBVaO
6295                                                           Check out White Enamelware BREAD BOX*Primitive/French Country*Farmhouse Vintage Kitchen  https://t.co/pfYzWt5P8U via @eBay
6296                                                RT @Power1051: Get your @netflix accounts PAID  💰because @JanetJackson is ready to share her life in a documentary.  Check it out:… 
6297                                                                         RT @Reuters: Trump's #covfefe tweet leaves Internet guessing https://t.co/5tGlqJHDlR https://t.co/ByNTrTBVaO
6298                                                           Check out White Enamelware BREAD BOX*Primitive/French Country*Farmhouse Vintage Kitchen  https://t.co/pfYzWt5P8U via @eBay
6299                                                RT @Power1051: Get your @netflix accounts PAID  💰because @JanetJackson is ready to share her life in a documentary.  Check it out:… 
6300                                                Check out NEW ✿ XOXO Pink &amp; White Dog Pet Costume Sweater Size Xlarge up to 100 lbs NWT #Target https://t.co/RtitcThkXi via @eBay
6301                                                Check out NEW ✿ XOXO Pink &amp; White Dog Pet Costume Sweater Size Xlarge up to 100 lbs NWT #Target https://t.co/RtitcThkXi via @eBay
6302                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6303                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6304                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6305                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6306                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6307                                           RT @Reuters: Mylan may have overcharged U.S. government for EpiPens by $1.27 billion: HHS. https://t.co/4boyJgB4XU https://t.co/j8XU3asRZx
6308                                                                 Certicable 2 Pack - Repair Replace Fix Interior Metal Frame Self Balance 2 Wh... https://t.co/73wmOawOuD via @amazon
6309                                                                                                  @TMobile That's understandable. Are the tickets cheaper than usual on Atom Tickets?
6310                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6311                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6312                                                RT @JennasTarot: So if I just start tweeting EVERY line from #MoreGalavant... you think that would catch notice? @netflix @KarenDavid
6313                                              Check out Miraclesuit Black #Bikini Bottoms Size 18 NWT *** Look 10 Lbs Lighter!! https://t.co/dy1r0rnTwY @eBay #southbeach #MiamiBeach
6314                                         @sd04192001 @marcorubio @WSJ Venezuelan government violates human rights and @GoldmanSachs supports it and buy $2.8… https://t.co/2XwqC6bx9n
6315                                                   RT @N13lCl: @seventyr @AMGdesignNL @Jorge_orwell @FerrariOwnersGB @BMW @Lamborghini @OfficialPagani @Ferrari Loving his Name. 👍… 
6316                                                                             Victorious!: Defeating Bullies and Giants God's Way DARNNELL D REESE https://t.co/N8yWamGbdx via @amazon
6317                                                 RT @ChelseaFC: Hear the thoughts of a delighted Mason Mount after picking up the @adidas Academy Player of the Year award last nig… 
6318                                              Check out #Vintage TOMMY HILFIGER  Golf Polo Shirt with Crest - Orangey Red - Size XL  https://t.co/Nt6AiQWgjo via @eBay #TommyHilfiger
6319                                                                   Check out Pillsbury Easy Meals From the Grill Cookbook Recipes Quick Easy Meals  https://t.co/qDHFIuj8iT via @eBay
6320                                          @michikokakutani @Reuters “Fragmenting NATO is the immediate objective of the Russian military buildup and Russian… https://t.co/oKjyknnSz9
6321                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6322                                                                                RT @Reuters: Clinton says false stories on Facebook helped Trump win election https://t.co/LHXJ7bE6yt
6323                                         @t3k133 Venezuelan government violates human rights and @GoldmanSachs supports it and buy $2.8B worth Venezuelan Bl… https://t.co/TZysDCDF11
6324                                                         RT @jazzyjunker54: Check out Vintage Decatur Industries Wood Hinged Lid Cigar Box Humidor  https://t.co/dxpgkiRnDG via @eBay
6325                                            @Google @googlechrome @googlemaps  kindly update ur system ask @UKenyatta @WilliamRutoh @PresidentKE @PresidentKE https://t.co/ee5lKJx4rk
6326                                         RT @Sniffinair: This is more than just a great ghost story ...  @b10track https://t.co/GWUeFrSI5i @amazon https://t.co/496t0gfzl6 https://t…
6327                                           Tweeted for OldBaloo: Victoria's Secret Bra 34B Underwire w/Ribbons &amp; Lace Unpadded #VictoriasSecret https://t.co/F79pEZKUGn via @eBay
6328                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6329                                                          Check out Estee Lauder Gentle Eye Makeup Remover Advanced Night Micro Cleansing Foam New  https://t.co/fGv8t1KgE3 via @eBay
6330                                                                                                     @little_magpie1 Stop it you hottie! Is this bikini from @nextofficial 😱 NEED XX
6331                                                                                                                                             @Tesco No worries - thanks for your help
6332                                                          World of Watersports 1-4 Person Bolt Towable https://t.co/BfP3IVpBVX via  @amazon #amazon #shopping https://t.co/ekkdPBH239
6333                                         That last tweet is 110% LEGIT! Ive been using @Swagbucks for years and have got over $2900 in @amazon GiftCards AND $650 to my PayPal.  FREE
6334                                                                              Check out Tom Tailor Pumps Damen Sommer Schuhe Sandalette rot 42 Neu  https://t.co/rHm6db7RXw via @eBay
6335                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6336                                                                Check out WILLIAM RAST Low Rise Belle Flare FLAP POCKET Stretch Jeans Sz 29 W 31 x L 33 https://t.co/fwSPZcGwBE @eBay
6337                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/Ktlv5VfAPk
6338                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6339                                                                                                            Check out DUCK DYNASTY - 2015 Calendar  https://t.co/zy30GSV58R via @eBay
6340                                          @jackquint @TD_Canada @bertman77 @AskRBC @Apple Yes RBC supports it on THEIR APP.  We're talking about Android Pay… https://t.co/BOoV50NQEn
6341                                                                RT @Disney: Disney's Animal Kingdom is making a splash on #WorldOtterDay at @WaltDisneyWorld! https://t.co/LKWE1OyPDD
6342                                                  @ASOS how do I I filter so I see everything apart from the plus range? So annoying seeing something cute and realising it's massive
6343                                         RT @thecoolfinds: Look at this on eBay https://t.co/PtQ6L99ave @eBay  #Buyitnow  #Bestoffer  #Makeaoffer  #sale  accepting  offers  #freesh…
6344                                                                                                                                             @ChilledChaos @Microsoft I'm yes please!
6345                                                                                        RT @Louis_Tomlinson: When does this new @adidas x Gosha stuff drop . That shit looks siiiiick
6346                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6347                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6348                                                                                      .@AutoGradeLinux will be installed in 2018 @Toyota Camry  https://t.co/tSLW7N1LPb #ConnectedCar
6349                                                                                  @netflix pick up #Underground for season 3 and we can start forgiving you for canceling #thegetdown
6350                                         @deviantollam @Starbucks Small decaf Americano. Sugar free vanilla syrup. Cold milk + ice. Would use 1/2 cup of the… https://t.co/UlD5187Hnx
6351                                                                        RT @RI4A: Private prisons are making @jpmorgan execs RICH. Maybe that’s why they love Donald Trump so much.… 
6352                                           RT @Reuters: Mylan may have overcharged U.S. government for EpiPens by $1.27 billion: HHS. https://t.co/4boyJgB4XU https://t.co/j8XU3asRZx
6353                                                                                                         @benjaminjclark2 @GAFollowers @Microsoft I can see that lol I definitely can
6354                                               Intel IT Turns to Machine Learning to Drive Business Growth - CIO Journal. - WSJ #cio @intel #machinelearning  https://t.co/YYOBXzIGFT
6355                                                                                                                               @ATT your customer service is horrible. You're welcome
6356                                               RT @cruelcassius: @netflix Okay SO THIS ONE IS ACTUALLY ON YOUTUBE BUT YOULL LOVE IT. It's a black gay YouTube series called Love At… 
6357                                                                  Hey @amazon stop selling @RealDonaldTrump related products! #BoycottTrump via @donegoodteam https://t.co/igZYVxDgqh
6358                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6359                                         @MurphytribeDawn @JeskeBrendan @Reuters You have failed to meet the burden of proof. I'm sure you find that happeni… https://t.co/Nvkb0R4otH
6360                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6361                                            RT @CheIseaForever: Last day of the @adidas contract. It's been one hell of a ride full of many fantastic memories and absolutely beaut… 
6362                                                                                                                                      @Reuters She's a domestic terrorist. Vile woman
6363                                                                                                                            RT @JohnLeguizamo: What? @netflix https://t.co/4vpDXiqlcu
6364                                                                                                                            Is this really a @McDonalds ad??? https://t.co/SBWxkujYhI
6365                                                                                                                             I hope they sell it to @netflix. https://t.co/MnsoUjtEZv
6366                                         RT @kcscloset14ebay: Check out New Ralph Lauren RL Langdon 100% Cotton Tweed Green White Duvet Cover King https://t.co/pTWscU6tqX @eBay #du…
6367                                                        RT @Reuters: Kathy Griffin loses CNN deal after photos with fake severed head https://t.co/37SRiYKlgq https://t.co/puN0HALUrh
6368                                                                 Arabic Proverbs and Wise Sayings (English and Arabic Edition) by Joyce Akesso... https://t.co/wIoeQE5ozg via @amazon
6369                                                  RT @justinbieber: #AmexPresale for #PurposeTour stadiums up now thru 12/8 for @AmericanExpress Card Members https://t.co/XAS9DG0m58
6370                                                             @netflix @NetflixUK Please please please renew @sense8 for S3! We need more! So good! My favourite show/family! 💕💜💕💜
6371                                                         Check out Vintage Marvelous Israel Lapid Stamped Hand Painted Ceramic Servicing Tray RARE  https://t.co/jWFWpsW10L via @eBay
6372                                                         Check out Egyptian Antique Hand Made Pharaonic Copper Brass Inlay Tray Wall Charger Plate  https://t.co/NQaICQpAtS via @eBay
6373                                                                                            There aren't enough musicals on Netflix. @netflix DO BETTER BITCH https://t.co/iLhnSxq1cS
6374                                                                                              RT @greygatch: @mouchettetears @DarthRedarc @Reuters None will be hosting shows on CNN.
6375                                                                           RT @SkepticSatya: FIR filed against @Google over search result on PM @narendramodi https://t.co/XuBTa5snEp
6376                                                        RT @Reuters: Kathy Griffin loses CNN deal after photos with fake severed head https://t.co/37SRiYKlgq https://t.co/puN0HALUrh
6377                                                                             @reputationdr @HP HP is definitely on the right track! Thanks fro sharing! #diversity #business #culture
6378                                                 RT @AboCoders: @aniediudo @Google @epgroupng @MissTechyNG @ThePSF @WAAW_Foundation @SimiOlusola @dot_africa @botsofcode We are exc… 
6379                                                RT @irangood: Check out Hot Sale Mirror Flat Lense Women Cat Eye Sunglasses Classic Brand Designer  https://t.co/1KMZgYsa28 via @eBay
6380                                                  @fitbit @Apple @amybmcdonough @jimcramer @tim_cook @Benioff @parkjames @TheStreet @kevinrose @kimguilfoyle… https://t.co/8cThdaEba9
6381                                                 @Gamercore We shall. IMHO don't run these promos unless your staff knows wtf is going on. And yes this goes for you @TMobile as well
6382                                                  RT @AboCoders: @aniediudo @Google @epgroupng @MissTechyNG @ThePSF @WAAW_Foundation @SimiOlusola @dot_africa @botsofcode 2. Second… 
6383                                                                                     @Nike are the pink suede air max 1 coming to America and in men's sizes? https://t.co/UcmGlWeKd1
6384                                         SANGRIA Dress 4 Cotton Sleeveless Citron Black White Retro 60s Fit Flare #Dress #SummerDress #LabelsByGina https://t.co/346Ve4xpkg via @eBay
6385                                         @DJClicheDarknes @FrancisEdwood @bumblez12 @Sony @gofobo @PlayStation I actually took the day after Sony's e3 off s… https://t.co/l6i1moHr9e
6386                                                                                                                                     Gift registry with @Walmart is a JOKE. #NOTHappy
6387                                                                                Enter to win a $150 @Disney gift card #giveaway #contest #freethings #gumdrop https://t.co/yu6zMpZCWX
6388                                                               RT @Google: Get ready to rock with @genesimmons and the new KISS #MyLiveCase collection for Pixel and Nexus phones →… 
6389                                                RT @HCDSociety: @facebook #glorifies #anorexia and takes no #social #responsibility for people who publish material that #encourage… 
6390                                         Check out Vince Baby Boy Or Girl Gift Set Nib 6-9 month 3 Pc Set Designer Layette New https://t.co/1le75Ry04D @eBay Designer #layette  #baby
6391                                         RT @OracleEPMCloud: Congratulations to @hes_so for going live with @Oracle #EPMCloud! #OracleCloud #OracleCustomers  #kynergy https://t.co/…
6392                                         RT @Reuters: WATCH: What would be the global ramifications of U.S. pulling out of Paris climate deal? https://t.co/pjNjnwBKcd https://t.co/…
6393                                                                       Check out Kendra Scott Shaylee Arrowhead Necklace HTF Magenta/ Hot Pink https://t.co/QZXDYruoR2 @eBay FOR SALE
6394                                           .@NancyPelosi criticizes #Texas law banning #sanctuarycities. @GovAbbott rejects criticism. @facebook live 7:30pm… https://t.co/IRRkeGIepH
6395                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6396                                                                                       @askdes @KyoceraMobile @TMobile Also I called all my local stores and nobody seems to have it?
6397                                                                  Check out STAR WARS VINTAGE ORIGINAL ESB LEIA ORGANA IN BESPIN GOWN BY KENNER SEALED! https://t.co/wfsDGleKbK @eBay
6398                                             Wouldn't be a proper neighborhood visit from @XFINITY without repair debris left in the street. Thanks @comcast! https://t.co/WwSK63s5OS
6399                                                                                                                                  @comcast I'm not impressed. https://t.co/nQy78HAPVd
6400                                           RT @Reuters: White House says will refer questions about Russia probes to Trump's attorney https://t.co/ktkhTAE1qG https://t.co/ZThLuxhG59
6401                                                                                         RT @joebayy: Check out Missoni Wool Zig Zag Scarf NWT https://t.co/cd986J4Lf1 @eBay FOR SALE
6402                                                    @Reuters What is the difference between the TV ads and the Facebook stories?  Politicians count on people believing the headlines
6403                                                                                                   I just checked in @Nike with #mPLUSPlaces Download today!  https://t.co/4hargWALpK
6404                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6405                                                                                           Woooops late night browsing @boohoo @ASOS maybe I'll film a haul!? https://t.co/VgbxEI1phb
6406                                         RT @FranTownsend: @POTUS @rralDonaldTrump hails signing of deals worth 'billions' with #Vietnam https://t.co/CwFkaYOz9Z via @Reuters @White…
6407                                                                                                 @JainieJain @netflix @NetflixANZ Yay!🎆🎆🎉🎉 Enjoy! What episode are you up to now?
6408                                                                                Enter to win a $150 @Disney gift card #giveaway #contest #freethings #gumdrop https://t.co/Np18qivPwE
6409                                                                     RT @Burberry: Trench Leather crafted into a variety of sleek accessories. See #TheDK88 collection by @Burberry… 
6410                                                RT @HCDSociety: @facebook #glorifies #anorexia and takes no #social #responsibility for people who publish material that #encourage… 
6411                                                         Check out Walt Disney Home Video The adventures of Chip 'N' Dale vhs rare clam shell case  https://t.co/okpsJDip9v via @eBay
6412                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6413                                                                                 RT @Reuters: Trump expected to delay U.S. embassy move to Jerusalem: sources https://t.co/ONexxcNm9l
6414                                                   @ATT pls get your act together. Chose u over TWC and now you can't get my phone fixed so I can dial out. Wasting hours of my time.
6415                                                                 Check out Vintage Moss Agate Stone and Sterling Silver Screw Back Earrings #Huggie https://t.co/4xf7o6ZVRc via @eBay
6416                                                                                 RT @Reuters: Trump expected to delay U.S. embassy move to Jerusalem: sources https://t.co/ONexxcNm9l
6417                                         @NoNonsenseMofo @SpaceMonkeysPod @eBay @4ColorBigCat827 i want to point out that none of his other ebay shit is tes… https://t.co/GMQHD4Ia06
6418                                                                                                                               @WinkelHenry @BMW it must be some kind of German curse
6419                                                RT @HCDSociety: @facebook #glorifies #anorexia and takes no #social #responsibility for people who publish material that #encourage… 
6420                                                                                                                                                                    @Reuters coverage
6421                                                                                  @MrsScottBaio @KenJennings @amazon and @BNBuzz sell his books.  Trump supporters know what to do...
6422                                                                                          RT @PMLiVEcom: . @pfizer wins EU approval for MenB vaccine Trumenba https://t.co/aWU0hBxbEM
6423                                                              Check out Wireless N Router Cisco Systems Linksys  Free Shipping #CiscoSystemsLinksys https://t.co/6JkH0zQspf via @eBay
6424                                                                                 RT @Reuters: Trump expected to delay U.S. embassy move to Jerusalem: sources https://t.co/ONexxcNm9l
6425                                     RT @Becca_limmm: Picture vs nail polish painting of @chinamcclain 😊💅🏼🎨 @XDescendantsX @Disney https://t.co/HTRIQDZMFm https://t.co/TNN8taRY…
6426                                                                  CBS move to own shows like 'MacGyver' pays off in overseas sales https://t.co/10oJxQlLft Via @Reuters #businessnews
6427                                                          Did @Microsoft just release another cool open source tool?? For @Docker containers?! Unbelieveable! https://t.co/IIeCWvdraB
6428                                              Check out Bryce Harper 2012 Topps Update Gold Sparkle Rookie Card BGS 9.5 ssp #Washington #nationals  https://t.co/JEocNnxCs0 via @eBay
6429                                                                                                  Car shopping woes. Who has the better deal? @NissanUSA @Kia @Ford @Honda @Toyota 🚗
6430                                           RT @Sugarshorts1965: @chuckwoolery @Walgreens @australiandream @cvspharmacy @Walmart @SmartMouth we THE PEOPLE #standwithchuckwoolery! W… 
6431                                         @Walmart I know climate is important to you. Hope Doug McMillon is phoning Trump to lobby for staying in #ParisAccords. Not too late... yet.
6432                                                                   Check out 2015-16 Panini Immaculate KYLE LOWRY Dual 2 Clr GU Patch #05/75 SP Raptors https://t.co/Kydv49EkPH @eBay
6433                                                                                                 @hbpaddleboard @TMobile Omg sign me up ! @habjaesus u interested ? @habbo_waftage ??
6434                                                                          Cancer meeting to provide clues on future immunotherapy combos https://t.co/IqBTkf7AGk via @Reuters #ASCO17
6435                                               Check out Hooked On Phonics Books Mother Night &amp; The Party Replacement #28 #30  #HookedonPhonics https://t.co/OYnMoCMmSb via @eBay
6436                                                      Check out Jacket women Italian cotton sateen size 04 Seaglass Carlisle #Carlisle #BasicJacket https://t.co/JAUzzGdWgk via @eBay
6437                                                                                 RT @Reuters: Trump expected to delay U.S. embassy move to Jerusalem: sources https://t.co/ONexxcNm9l
6438                                                                                                                                                                      @netflix Please
6439                                                           RT @ahier: @BourseetTrading @jpmorgan @MadameButcher @valuewalk @Sarahetodd @guzmand @Vilavaite @jbdumont @rolandograndi… 
6440                                                           RT @ahier: @BourseetTrading @jpmorgan @MadameButcher @valuewalk @Sarahetodd @guzmand @Vilavaite @jbdumont @rolandograndi… 
6441                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6442                                                           RT @ahier: @BourseetTrading @jpmorgan @MadameButcher @valuewalk @Sarahetodd @guzmand @Vilavaite @jbdumont @rolandograndi… 
6443                                                                                    Check out Womens American Eagle Casual Floral  Summer Dress Size 12 https://t.co/tgOxDwjbH8 @eBay
6444                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6445                                          RT @pinlar75: Check out WDCC Disney Two Gun Mickey Mouse Cactus (only the cactus) MINT In Box #WaltDisney https://t.co/qCwd4YxcMx via @eBay
6446                                                                                                                                                 I wish more people used @Google Allo
6447                                                     Check out BORN Preowned Tami Black Leather Ballet Flats Size 6 1/2 M #Brn #BalletFlats #Casual https://t.co/hIjugpG5Z3 via @eBay
6448                                                                                                    @effurtx @Loreal @McDonaldsPK This is too far of a drive for me hope they deliver
6449                                                @POTUS @AP @enews @CNN @FoxNews @latimes @nytimes @ABC @CBS @nbc @USATODAY @ThePressofAC @UN @Schwarzenegger… https://t.co/6wLUeZRqli
6450                                         RT @ImpactHEADZ: This podcast thing is more expensive than I thought! Just started working nights so I can get an @Apple computer so our au…
6451                                                                                @travelocity could learn a thing or two about customer service. Maybe you should give @amazon a call.
6452                                              RT @onahunttoday: @MrDane1982 @MtinaMorgan @Senate @Congress @NBC @CBS @ABC Hmm! Trump Had Ted Nugent At The White House After Nugent… 
6453                                                        RT @Reuters: Comey to confirm Trump pressured him on Flynn investigation: CNN https://t.co/k497MnzeoP https://t.co/TVnCAW6hUG
6454                                         @christy_rolz @Reuters He's NOT lying! He was following the long legal practice of confidentiality and gathering fa… https://t.co/LcmPNObzc4
6455                                         RT @iamblackbear: ur wack @nike for kickin my manager out of the showroom for wearing all @adidas. good business would be to deck him out b…
6456                                                                                                                           I need a recap button for my life like the one on @netflix
6457                                                             Nike LeBron XIII Mulberry/Pure Platinum/Vivid Purple/Black 808709-500 GS Sz. 7Y  #Nike https://t.co/m6evDIA7Pd via @eBay
6458                                                RT @GAFollowers: Congratulations to these 15 computer scientist who graduated from Spelman College this month. @Microsoft offered 5… 
6459                                                RT @HCDSociety: @facebook #glorifies #anorexia and takes no #social #responsibility for people who publish material that #encourage… 
6460                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6461                                         RT @crazylary51: BREAKING NEWS ALERT: @CNN @MSNBC @FOXNEWS @THEBLAZE @ABC @CBS @NBC @cspan @cspanwj @HARDBALL @maddow https://t.co/8wPSVzL1…
6462                                         RT @AriyaHidayat: ICYMI: this is a fantastic in-depth explanation on adding a simple JIT compiler to CRuby with @IBM @EclipseOMR #Ruby http…
6463                                                                       @Tyler_Pyramid @netflix She the italian friend cuh just keep watchin lol. The cameos in this season are A1 too
6464                                                                                                                         @MikeBarbre @TMobile Verizon is not headquartered in seattle
6465                                                                                                         @kurteichenwald @amazon I agree! Her campaign manager was complicit/lazy!!!!
6466                                                       Got to see My son hit and score a run it was everything .. Working this shift its hard to see him thank u @facebook video call
6467                                                     RT @McDonalds: Come discover savory bacon and tangy Dijon—all part of our new Maple Bacon Dijon burger and only at McDonald’s.… 
6468                                                                                              All these @PBS documentaries that suddenly appeared on @netflix are making my lifeeeee.
6469                                                RT @HCDSociety: @facebook #glorifies #anorexia and takes no #social #responsibility for people who publish material that #encourage… 
6470                                                                                Mylan may have overcharged U.S. for EpiPen by $1.27 billion: HHS https://t.co/ferKjGOT2A via @Reuters
6471                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/vezzc4Pd54
6472                                               @Ford heat was stuck on high. I asked the service manager how they tried to diagnose it and correct the problem before I picked it up.
6473                                                     RT @joeDmarti: Here's how companies like @Adobe and Zappos test out new ideas without breaking the bank: https://t.co/k9HVrRwFbt
6474                                                   Check out Michael Kors Long Sleeve Tie Dyed Fuschia Colored Button Down Top Shirt Size L #Casual https://t.co/RLzHnuitSF via @eBay
6475                                           On #Sale Buy it Now 12.99 or Best Offer! #GeekFuel Exclusive #TMNT Turtles Donatello Epic Enamels Pin New!  https://t.co/3ExVlNmaHa  @eBay
6476                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6477                                                                                                                                           @ahr_kenneth @Reuters Loved the kathy joke
6478                                         @bostonmarket @DrMyEyz @RobPalatchi @Rockprincess818 @Dodge @AARP @AARPOhio @sprint @exxonmobil @cnnbrk @HLNTV I always liked Boston Market.
6479                                         @MurphytribeDawn @RainyMyth @JeskeBrendan @Reuters DT is not logical. He plays for press and controlling the news c… https://t.co/VRm5OifS3E
6480                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6481                                                RT @HCDSociety: @facebook #glorifies #anorexia and takes no #social #responsibility for people who publish material that #encourage… 
6482                                                                                                                              Technology is stupid @intel @Apple @Samsung STOP!!!!!!!
6483                                                                                                                      @Google already on top of the auto fill https://t.co/qnT5sX5shi
6484                                                                  RT @4liberty4usa: @tylershields @netflix can you tell us about your photo shoot with Kathy and why you would do it?
6485                                                 Check out Modern Table Lamps Set Of 2 Bedroom Bedside Table Living Room Office Desk Lights #Modern https://t.co/uQKq2JV3WB via @eBay
6486                                                RT @GAFollowers: Congratulations to these 15 computer scientist who graduated from Spelman College this month. @Microsoft offered 5… 
6487                                                        RT @Reuters: Comey to confirm Trump pressured him on Flynn investigation: CNN https://t.co/k497MnzeoP https://t.co/TVnCAW6hUG
6488                                                                                                 @TMobile is this why our service is down to almost nothing?! https://t.co/sRI2Q099DB
6489                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6490                                          @FedEx @RepDonBeyer @HillaryClinton @BarackObama @USPS @VA8thCDDems @lowkell @timkaine @Monique4APS @OGradyMonique… https://t.co/jdQVUWoX8s
6491                                         RT @Cloe_Shasha: This can't stay quiet. @GoldmanSachs is providing a lifeline to the Venezuelan dictatorship: https://t.co/egbCi6fbty #Gold…
6492                                   Photos from @eNerds &amp; @Microsoft 2017 Roadmap &amp; Product Demo Event at the Pitt St Store yesterday. #MicrosoftEvent https://t.co/sFSrn4ugbo
6493                                                                                                             RT @laurapreonline: @netflix better renew sense8 https://t.co/2VvwDfImfC
6494                                                                                                                                @IronsidePC @intel I still have an i5 lmao fuckin rip
6495                                                                                                                                              @JoyAnnReid @netflix Oh so disappointed
6496                                                                                                                              @ChilledChaos @Microsoft Oh yeah I'm always up for that
6497                                                          Check out Stark Industries T-Shirt Iron Man 2 Racing Tee Marvel Loot Crate Exclusive https://t.co/jBRrn1eCUQ @eBay #ironman
6498                                                RT @HCDSociety: @facebook #glorifies #anorexia and takes no #social #responsibility for people who publish material that #encourage… 
6499                                                                                      RT @SimplyCharlie_: @PopCrave A missed opportunity... @adidasUK @adidas https://t.co/pDFbqX87yp
6500                                                        Check out Express Men's Casual Dress Shirt Size XL Blue 17-17 1/2 Long Sleeve Button Shirt  https://t.co/xB5UAlrnXR via @eBay
6501                                                                                                                                   @BryanLunduke @facebook Is Facebook still a thing?
6502                                                                                                @Ford Ford Motor Company=Biggest/oldest car company in the #USA=BIGGEST SCAM COMPANY.
6503                                                                                                                                           @StuntDusty @Walmart @ChrisCalamita always
6504                                                 Discount movie tickets with #tmobiletuesday have been awesome! Glad we switched to @TMobile a few months ago #Thankiversary #Contest
6505                                                          Check out Kristaps Porzingis Kids Sports Illustrated Magazine Trading Cards March 2017    https://t.co/y5H5xqX1NT via @eBay
6506                                         RT @PrincessEri5: If u love @UndergroundWGN sign the petition to get it on @netflix https://t.co/t3G4BxNeDW #UndergroundWGN #undergroundonn…
6507                                                     RT @Honda: Always drive with confidence. Have your tires checked at your local Honda dealership during #NationalTireSafetyWeek… 
6508                                                RT @PeeSparkle: @SmartMouth @Walmart @Walgreens @cvspharmacy @australiandream #IStandWithChuck I support @chuckwoolery 100% stand b… 
6509                                                    RT @Reuters: Venezuelan opposition condemns Goldman statement on $2.8 billion bond deal as effort to 'put lipstick on this pig'… 
6510                                                  Check out womens stud earrings 925 sterling silver heart on heart clear cubic zirconia #Unbranded https://t.co/6nxBvMW8uF via @eBay
6511                                                                                                                     Check out my listing on @eBay: https://t.co/0XKoGYTCKv via @eBay
6512                                                RT @HCDSociety: @facebook #glorifies #anorexia and takes no #social #responsibility for people who publish material that #encourage… 
6513                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6514                                                         US $3.49 John Lennon A Tribute #1 December 1980 Yesterday and Today A David Zentner Publi  https://t.co/x7TaF0akrY via @eBay
6515                                                                                    Enter to win a $150 gift card from @Disney #giveaway #contest #freethings https://t.co/FmZjQBVKEZ
6516                                                                                           Bible Stories The Story of Joseph  Childrens Board Book  https://t.co/OgSKgkqzT5 via @eBay
6517                                                             MAX STUDIO - Women Charcoal Gray Rayon/Spandex L/S Wrap Blouse - S - NWT - $68 #Blouse https://t.co/ShX6Wli8Ie via @eBay
6518                                                RT @HCDSociety: @facebook #glorifies #anorexia and takes no #social #responsibility for people who publish material that #encourage… 
6519                                            I am proud to see @MorganStanley spread veteran #suicideawareness around the US with over 12.5K push-ups for the… https://t.co/iuQ7icbOfF
6520                                                            RT @Reuters: NBA star LeBron James' L.A. home vandalized with racial slur https://t.co/EpQt0g3qsQ https://t.co/oVZcFCDoJU
6521                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6522                                         RT @Reuters: How CBS is able to keep more profit in a shifting media landscape: https://t.co/R7cGrS7ubX https://t.co/7rHQpvRrNz https://t.c…
6523                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6524                                                                                                                                      @jaynau @verizon @TMobile your kidding yourself
6525                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6526                                                                                   Trump under fire over expected global climate deal withdrawal https://t.co/qRybDe7Y7C via @Reuters
6527                                         RT @Herhealthynews: BREAKING: House Issues Subpoenas to Top Officials Related to Obama Unmasking Scandal @ABC @CBS @NBC @CNN https://t.co/J…
6528                                                                        China says controversial cyber law not designed to cripple foreign firms https://t.co/oFkZSMmH5O via @Reuters
6529                                                                                   Check out OLD NAVY SIZE LARGE TUNIC BLUE AND WHITE STRIPE 3/4 SLEEVE https://t.co/YwUeiPHZoI @eBay
6530                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6531                                                                                                      RT @Disney: Best friends furever. Happy #WorldOtterDay! https://t.co/0Inm4ev9WQ
6532                                                        Check out O.RoseLif Brand 18PCS/Lot Hanging Tealight Holder Glass Globes Terrarium Wedding  https://t.co/jA1Q9PRoTF via @eBay
6533                                                                                                Ohio sues five drug companies over opioid crisis https://t.co/MWSMyQY9Na via @Reuters
6534                                                                                                                      @intel What part of my body do I need to sell for this product?
6535                                                RT @HCDSociety: @facebook #glorifies #anorexia and takes no #social #responsibility for people who publish material that #encourage… 
6536                                                                                                       #KickItEntry @KelloggsUS  whoo hoo feelin lucky!  #10  https://t.co/cQRNlWZKkl
6537                                                                                                 I just checked in @kroger with #mPLUSPlaces Download today!  https://t.co/fmUYjjXEvh
6538                                                        RT @Reuters: Comey to confirm Trump pressured him on Flynn investigation: CNN https://t.co/k497MnzeoP https://t.co/TVnCAW6hUG
6539                                                                                                                  And just like that I finished @HouseofCards season 5. @netflix 🇺🇸🇺🇸
6540                                                 Well done @TMobile! This is a game changer and WILL change the cell phone industry. What a time to be alive! https://t.co/574OYP3ZMD
6541                                                                                                                                          @_gconley8 @Nike It starts with you bro lol
6542                                                                                                      @misfitmarceline @facebook @instagram @Twitter @LinkedIn But i like titties lol
6543                                                                                                                        Look what I found on @eBay! https://t.co/hVvanAjPQd via @eBay
6544                                                RT @HCDSociety: @facebook #glorifies #anorexia and takes no #social #responsibility for people who publish material that #encourage… 
6545                                                                                                                                                         #RenewSense8 @netflix fix up
6546                                                                                                                                                                        @Reuters Oops
6547                                                        RT @Reuters: Comey to confirm Trump pressured him on Flynn investigation: CNN https://t.co/k497MnzeoP https://t.co/TVnCAW6hUG
6548                                                     RT @JVER1: @baalter @chuckwoolery @australiandream @Walgreens @Walmart @cvspharmacy @SmartMouth We need to let these companies… 
6549                                         RT @PrincessEri5: If u love @UndergroundWGN sign the petition to get it on @netflix https://t.co/t3G4BxNeDW #UndergroundWGN #undergroundonn…
6550                                                    Check out NEW GUESS GIRLS 3T ORANGE DIAGONAL ZIP LONG SLEEVE JACKET NEHRU COLLAR STYISH  #GUESS https://t.co/OcFYXRQW1t via @eBay
6551                                                                          Microfiber Ultra Soft Wash Cloths 3-pack - 2 Sets (Tan) Home Essentials https://t.co/toiDZ5KS6h via @amazon
6552                                                RT @HCDSociety: @facebook #glorifies #anorexia and takes no #social #responsibility for people who publish material that #encourage… 
6553                                                                                                       @McDonalds how many retweets for a years supply for nuggs? Man needs his nuggs
6554                                                RT @HCDSociety: @facebook #glorifies #anorexia and takes no #social #responsibility for people who publish material that #encourage… 
6555                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6556                                                          RT @MsEbayingFlynn: #MichaelKors Khaki Signature Logo Monogrammed Jacquard Shoulder Hobo #Bag https://t.co/2vOeKreoOt @eBay
6557                                                 Check out Wireless Bluetooth Speaker ELEGIANT Sound Bar Super Bass Stereo Dual NFC Radio #ELEGIANT https://t.co/gv4sS6OASZ via @eBay
6558                                                     RT @Honda: Always drive with confidence. Have your tires checked at your local Honda dealership during #NationalTireSafetyWeek… 
6559                                                                                          Bike to work... Just Do It! @Nike #btww #BiketoWorkWeek #biketowork https://t.co/dvkNjSbyzb
6560                                                                                              @CocaCola Hey I need a whole case of Coke Vanilla is this possible to obtain? I have $$
6561                                                                                       And there will be more thanks  to @GoldmanSachs #Venezuela #bloodmoney https://t.co/cZi1WWLa6V
6562                                                        Check out 20x DIY Blank Canvas Makeup Bags Custom Eco Wallets Phone Pouch Pen Organza Case  https://t.co/33EgVN0Uc8 via @eBay
6563                                                                                   Check out Sterling silver diamond cut Jesus face ring #Unbranded https://t.co/jNGAHxklzg via @eBay
6564                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6565                                                                                                                                            @Mr_Natel @Microsoft Don't turn off ur pc
6566                                                                       RT @CVSHealth: Great event today at @CVSHealth’s first ever @cvspharmacy  location in Colorado! #DiscoverCVS… 
6567                                                                                                                @Reuters Companies that offer buyouts are usually on the way out.....
6568                                               Check out MIXED DRINK SMARTS Trivia Question &amp; Answer Card SEALED BOX FREE SHIP TRACK US #Smarts https://t.co/vqnbJQNcHu via @eBay
6569                                                            RT @Reuters: NBA star LeBron James' L.A. home vandalized with racial slur https://t.co/EpQt0g3qsQ https://t.co/oVZcFCDoJU
6570                                         RT @Disney: Try the grey stuff. It's delicious! @Disney_Family serves up its favorite Disney Princess-inspired snacks. https://t.co/Fw07zsz…
6571                                             RT @ALE240_: @GoldmanSachs Enjoy the picture this is what you support buying bonos from a genocide government !! https://t.co/vn0tMUcEVV
6572                                         RT @frostedevents: Who would you give a box of @cheerios to?#GetoneGiveOne at @Walmart  #ad https://t.co/fRuRxr3iwv #Cheerios #WithLove htt…
6573                                         RT @H3bK11: My Precious #Cookbook by Gia Scott https://t.co/7vmwAjl9TP via @amazon @giascott #cookbooks #Food #Wine #KindleStore #KindlEboo…
6574                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6575                                         RT @MLB: Taste the feeling! @CocaCola is now the official soft drink of Major League Baseball. https://t.co/osqK2rXi60 https://t.co/djUUkGi…
6576                                                            RT @ResLifePuppy: Did you even celebrate a three-day weekend if you didn't go to @HomeDepot? 🛠🐶🛠 https://t.co/CuAwuyG8go
6577                                          RT @AGCOcorp: Proud to announce our @Google Glass work with Proceedix was named an Auggie Award Finalist for 'Best App' by @ARealityEvent!…
6578                                                        Check out Vintage Dog Terrier Brooch Wire Haired Gold Plated Glass Cabochon Turquoise Eye   https://t.co/eyAH11JFOU via @eBay
6579                                                            Check out Woolrich short sleeve houndstooth polo shirt mens size M #Woolrich #PoloRugby https://t.co/EZ5oMzlcYd via @eBay
6580                                                  RT @iNotQuiet: @finkd @facebook @billclinton @HillaryClinton @POTUS44 @MichelleObama @NAACP @ACLU @NationalSCLC ...@POTUS @FLOTUS… 
6581                                                  RT @BHWineFestival: Flowerwall looking amazing Beverly Hills Food &amp; Wine Festival presented by @netflix 🌸💜 #BHFW now that's… 
6582                                                                                                                              I just really fuckin hate @PayPal poor customer service
6583                                               @Google just translated #covfefe into Coffee! Does this mean @realDonaldTrump will invite me to the White House for figuring it out?!?
6584                                                                @GoldmanSachs Aren't you ashamed of financing Venezuela's criminal regime? #GoldmanBloodBonds https://t.co/zMIxcUtf0I
6585                                                                                  An Old Foe Returns: Arrival of a New Evil by Charles A. Johnson https://t.co/xhe3Epw4gp via @amazon
6586                                                            Check XBMCMart Android TB Box Mini PC Media Player -FULLY  LOADED VERSION - WATCH EVER  https://t.co/IUZFsIY8Ay via @eBay
6587                                                   Collaboration between @Microsoft and researcher Michael Manfra places Purdue at the forefront of #quantum… https://t.co/dLLJpOC1T4
6588                                                @Tgs4tenn @TomBeyer4 @JupiterStation @Reuters A better choice? That's the problem. They're far too similar since third way took over.
6589                                                             There are only 2 hours left! Enter our #WalmartWednesday #giveaway by 11pm for your chance to #win a @Walmart gift card.
6590                                          @Jimmydean801 @adidasoriginals @adidasUS @adidasrunning @adidas @adidasWomen @OhItsTeddy @BoostGoddess If you ever… https://t.co/nRKV5p1vlN
6591                                         RT @linuxfoundation: [NEWS] Automotive Grade Linux Platform Debuts on the 2018 @Toyota Camry in US https://t.co/ZFjIgtyPUb #AutoLinux https…
6592                                                        RT @Reuters: Comey to confirm Trump pressured him on Flynn investigation: CNN https://t.co/25TQQCa9Ne https://t.co/Pi3w4u2Ruo
6593                                                           RT @BAELLIS158: @JVER1 @chuckwoolery @seanhannity @australiandream @Walgreens @Walmart @cvspharmacy @SmartMouth @AppSame… 
6594                                                                                                                                                          8. I FUCKING LOVE @CocaCola
6595                                                                                                             @MurphytribeDawn @RainyMyth @JeskeBrendan @Reuters What bad comes of it?
6596                                                                   Activist probing factories making Ivanka Trump shoes in China arrested: group https://t.co/DTWxhIa9ge via @Reuters
6597                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/4aj8KjbOhc
6598                                               RT @Pensasencko: @GoldmanSachs @GoldmanSachs PROUDLY FINANCES regime where people DIE WITHOUT MEDICINES yet gov THROWS MEDICINES AWA… 
6599                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6600                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6601                                                                               @june_pics @sapia331 @Festival_Cannes @netflix do you have any idea of when we'll be able to watch it?
6602                                                                                                            COUNTRY #453 Singers Solution Karaoke https://t.co/sgJu07cq6o via @amazon
6603                                                                                                                                                        @Reuters One word: Wisconsin.
6604                                      RT @swpwallie: 7 #ThomasGibsonForever #NoHotchNoWatch We're not going anywhere @ABCStudios @CBS @CrimMinds_CBS @ecmess !!😍😍😍 https://t.co/g…
6605                                            RT @tinatigersfan1: Even sleeping best actor @CrimMinds_CBS @CBS @ABCStudios #NoHotchNoWatch #ThomasGibsonForever https://t.co/wSNH7OEvO0
6606                                                                          BRIEF-Canyon Services Group announces shareholder approval of plan of… https://t.co/3xKvc8Pgih Via @Reuters
6607                                         RT @hasanminhaj: 'Homecoming King' is now streaming on @netflix. I poured my heart into it. This is for #NewBrownAmerica: https://t.co/toDC…
6608                                                          RT @MyBrianLeyh: @JVER1 @chuckwoolery @seanhannity @australiandream @Walgreens @Walmart @cvspharmacy @SmartMouth @AppSame… 
6609                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6610                                                 @Reuters Someone's going to have to step up and talk her off the ledge already. She's sounding nuttier and nuttier every single day.
6611                                            RT @tinatigersfan1: Even sleeping best actor @CrimMinds_CBS @CBS @ABCStudios #NoHotchNoWatch #ThomasGibsonForever https://t.co/wSNH7OEvO0
6612                                                                                                     RT @KnickKnackKim: Look what I found on @eBay! https://t.co/JaEov2P979 via @eBay
6613                                                                       Check out Bottle Stoppers SEAGRAMS 7 Whiskey Mechanical Beverage Three  Bar Ware https://t.co/I7vgo5rbfD @eBay
6614                                                                       RT @flabornflaraise: Sorry @CBS @ABCStudios  but your networks messed up  #NoHotchNoWatch #ThomasGibsonForever
6615                                                        Check out Lovely Degine Thread Adjustable Jewelry Nacklace With Red Thread #Handmade #Chain https://t.co/0DBxETBoAt via @eBay
6616                                                                                      Check out Baby Einstein VHS Tapes Language Nursery And Baby Santa https://t.co/LMJfU3KSYj @eBay
6617                                          RT @Reuters: Activist probing Ivanka Trump's shoe factory in China arrested: https://t.co/uYEf1avTKd via @ReutersTV https://t.co/QqHmY4H2nd
6618                                                           No one does Kevlar like Hotch @CrimMinds_CBS @CBS @ABCStudios #NoHotchNoWatch #ThomasGibsonForever https://t.co/bqkAmrm2PX
6619                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6620                                           RT @RENUNCIESIMONGA: @japlavaud @GoldmanSachs Clear. Is a crime. Agianst Venezuela and against USA considering Maduro's alliance with IS… 
6621                                                        RT @Reuters: Comey to confirm Trump pressured him on Flynn investigation: CNN https://t.co/k497MnzeoP https://t.co/TVnCAW6hUG
6622                                               RT @WittenbergAnka: Congrats @SAP SR VP @E_Marinellli #Germany's Top 10 Out LGBTI Executive List https://t.co/x7784lmH3c #runprouder… 
6623                                                          RT @trendallday: .@ItsDonBenjamin #Supermodel trailer is on @netflix 💯💯💯 https://t.co/flfBzYvCd1 https://t.co/qUsPm7PJgH
6624                                                                                            we all want it @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
6625                                         I love Edwards pies because I'm always around family when I get a big ole slice#WhyIPie #GotItFree #OwnTheOccasion @EdwardsDesserts @Walmart
6626                                                                                                                                             @KelloggsUS  I   Pick   #TEAMSUNDAYENTRY
6627                                                 Check out Women's Skirt Size 6 Floral Merona 100% Silk Paisley Multi-Color Side Slits Cute #Merona https://t.co/iBPErdnBHQ via @eBay
6628                                                     Check out Colorful Mesh Beach Bags Breathable Sea Shell Adjustable Carrying Strap 4 PC NEW #NA https://t.co/fAeNjkOhGj via @eBay
6629                                               RT @WittenbergAnka: Congrats @SAP SR VP @E_Marinellli #Germany's Top 10 Out LGBTI Executive List https://t.co/x7784lmH3c #runprouder… 
6630                                                                                Comey to confirm Trump pressured him on Flynn investigation: CNN https://t.co/BMsAAcNkfU via @Reuters
6631                                                   RT @BusinessDay: Wesfarmers takes a hit after @MorganStanley downgrade. Follow the #ASX action live  https://t.co/B13Fu1mwR4 via… 
6632                                                                                                               Depression baconator yellow green @netflix     WTF DID I JUST TWEET???
6633                                               RT @Pensasencko: @GoldmanSachs #GoldmanFinancesTheDictatorship that shoots MARBLES at protesters who ONLY WANT FREEDOM! MONEY TALKS!… 
6634                                                                                                 @colbertlateshow @amyschumer @GabbySidibe @CBS @CBSAllAccessTV Interview @Anitta now
6635                                            26 #ThomasGibsonForever #NoHotchNoWatch We're not going anywhere @ABCStudios @CBS @CrimMinds_CBS @ecmess !!😍😍😍 https://t.co/zu5H8PA3YZ
6636                                                             Check out NEW Nike Kids Tiempo Genio Leather Soccer Cleats Blue Orange S 2.5z Y 630861 810 https://t.co/6d9j9VWzdN @eBay
6637                                               RT @nelsong356: @GoldmanSachs @LBlankfeinGS @GoldmanSachs  financing of #MaduroDictador may be profitable and legal but it's UNETHICAL
6638                                                                                                                  @NetflixBrasil @netflix #RenewSense8 pleeeeeeeeeeeeeeeeease @sense8
6639                                                                7x5 ft Beach Photo Backgrounds Coconut Trees Blue Sky White Clouds Wrinkle fr... https://t.co/IHACVZlemS 来自 @amazon
6640                                                       RT @GMA: @FifthHarmony @Twitter @instagram @facebook @NormaniKordei @dinahjane97 @AllyBrooke Check back at 9:30AM EST and YO… 
6641                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6642                                                          RT @luking0420: @CocaCola [VIDEO] 170531 @CocaCola​ weibo update with #LuHan https://t.co/XnngSNFIuq https://t.co/yTFAnUMyEL
6643                                                       RT @GMA: @FifthHarmony @Twitter @instagram @facebook @NormaniKordei @dinahjane97 @AllyBrooke Check back at 9:30AM EST and YO… 
6644                                                       RT @GMA: @FifthHarmony @Twitter @instagram @facebook @NormaniKordei @dinahjane97 @AllyBrooke Check back at 9:30AM EST and YO… 
6645                                                                                 Check out Collagen Crystal Neck Mask by CSS Spa Collection #CSSSpa https://t.co/7vZMBqEB6d via @eBay
6646                                                       RT @OhSoPrettyAKA08: Please save this show!!!!  @BET @OWNTV @CENTRICTV @netflix @hulu @STARZ @Showtime @HBO #SaveUnderground… 
6647                                                                                                 pls y'all @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
6648                                                                         Check out Athleta Large Grey Loose Knit Cotton Sleeveless Sweater Dress Tunic  https://t.co/y4YADepj9x @eBay
6649                                         RT @BHGLiveBetter: No Purchase Necessary. @Walmart gift card winner will be randomly selected. Ends 5/31 at 11pm EST. Promotion rules: http…
6650                                                       RT @GMA: @FifthHarmony @Twitter @instagram @facebook @NormaniKordei @dinahjane97 @AllyBrooke Check back at 9:30AM EST and YO… 
6651                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6652                                          @GMA @5HonTour @FifthHarmony @Twitter @instagram @facebook @NormaniKordei @dinahjane97 @AllyBrooke @LaurenJauregui… https://t.co/8azMUJVBIh
6653                                                                                                                                                  Why did you discontinue 5c's @Apple
6654                                        Ever wish your phone # could ring to multiple devices at the same time?? WISH GRANTED ✨ Welcome to @TMobile DIGITS!… https://t.co/gFBz7t2hWX
6655                                                       RT @GMA: @FifthHarmony @Twitter @instagram @facebook @NormaniKordei @dinahjane97 @AllyBrooke Check back at 9:30AM EST and YO… 
6656                                         RT @tinatigersfan1: Intense passionate powerful @CrimMinds_CBS @CBS @ABCStudios #ThomasGibsonForever #NoHotchNoWatch https://t.co/cRBwow7YHx
6657                                      When you think about buying @Ford think about how they hired an unlicensed towing co that totaled an $80K truck &amp; won't take responsibility
6658                                         by 2060 humans will be able to use their @Apple bluetooth keyboard with 2 macs without having to pair again at each… https://t.co/DV39Yke7mZ
6659                                                                                         Check out Gary Carter - 1983 Kellogg's #55 - PSA 9 (Mint)  https://t.co/V9G939Ld30 via @eBay
6660                                                       RT @GMA: @FifthHarmony @Twitter @instagram @facebook @NormaniKordei @dinahjane97 @AllyBrooke Check back at 9:30AM EST and YO… 
6661                                                         Check out St Johns Bay Women's Capri Pants Size 6 Black Floral Cropped Slacks  #StJohnsBay https://t.co/fw4DjBULxx via @eBay
6662                                                                                           Judge blocks Montana mine over environmental concerns https://t.co/T2mQA22uBq via @Reuters
6663                                                                     RT @Pensasencko: @GoldmanSachs #Venezuela Regime KILLS THOSE who opposed them.... and YOU ARE SUPPORTING THEM!… 
6664                                                   RT @flabornflaraise: @ABCNetwork  @CBS you have to admit everything he touches turns to gold  #NoHotchNoWatch #ThomasGibsonForever
6665                                              BAU Chief on the left wannabe on the right @CBS @CrimMinds_CBS @ABCStudios #NoHotchNoWatch #ThomasGibsonForever https://t.co/RG5okZ2hYV
6666                                             Do not use @FedEx these people told me my xbox will be here tmr and they delivered it today and I was not aware and its gone @Xbox #done
6667                                                                  @prncessprotein2 Hahahaha fuck that is right. Unless @Apple does some type of crazy ass special deal. *cough couch*
6668                                               RT @Microsoft: #EveryPassCounts when helping kids in Tangier reach their goals. Join Real Madrid’s @MarceloM12 https://t.co/Qg0tHVZ6rW
6669                                                       RT @GMA: @FifthHarmony @Twitter @instagram @facebook @NormaniKordei @dinahjane97 @AllyBrooke Check back at 9:30AM EST and YO… 
6670                                                                                                            We need to see wolfgang ok. @netflix #RenewSense8 https://t.co/AMLqNOYsYF
6671                                                                                  @Google Translate freezes on my browser with https://t.co/ItqrdQB97a $GOOGL https://t.co/QZAEwhfNLR
6672                                         RT @clearlyveg: #Major #supermarket @Tesco commits to #labeling its #vegan and #vegetarian #products: https://t.co/qpi4U7xuRt https://t.co/…
6673                                           U.S.-led coalition strike kills founder of Islamic State media outlet: brother https://t.co/haRjB0Ztkf via @Reuters @MFS001 Happy Ramadan!
6674                                         Check out Womens Old Navy Maternity Jeans Size 8 Boot Cut Denim Pants Stretch Full Panel #OldNavy https://t.co/pDPxzMeomI via @eBay #oldnavy
6675                                         @BestCompanyUSA @VerizonSupport @verizon @verizonfios  haven't fixed problem yet and its wrll over 5 hours now.  My… https://t.co/IqLvR3cKzM
6676                                                  RT @Reuters: Rising temperatures: @ReutersGraphics examines the Paris climate deal. https://t.co/YiKAi78Xjd https://t.co/XTW09eAGYp
6677                                                                                     @DefLeppard on @Google : Rock On Def Leppard Mp3 https://t.co/331VcHXNpv https://t.co/kriivfmD3T
6678                                               RT @MyMilitarySvgs: There's just NO WAY I could eat just one of these @Nestle BOOST Blueberry Muffins 😃 https://t.co/pAN8S0EGJ6 #ad… 
6679                          RT @april_golightly: Have you seen these awesome new #KleenexGoAnywhere by @Kleenex?!  @Walmart #ad &gt;&gt;&gt;&gt;&gt; https://t.co/odJp2FWIq6 https://t…
6680                                               RT @Microsoft: #EveryPassCounts when helping kids in Tangier reach their goals. Join Real Madrid’s @MarceloM12 https://t.co/Qg0tHVZ6rW
6681                                                       RT @Disney: Keep your eye on the treasure. #PiratesOfTheCaribbean: #DeadMenTellNoTales is now playing. https://t.co/UQexLpfZ8T
6682                                                      RT @JVER1: @JustWinTigerDJT @chuckwoolery @australiandream @Walgreens @Walmart @cvspharmacy @SmartMouth The left is trying to… 
6683                                                       You're obviously big enough that you don't need my subscription. @netflix @reedhastings #NetNeutrality https://t.co/IzwvgjLRV6
6684                                      RT @swpwallie: 45 #ThomasGibsonForever #NoHotchNoWatch We're not going anywhere @ABCStudios @CBS @CrimMinds_CBS @ecmess !!😍😍😍 https://t.co/…
6685                                                 RT @Reuters: Clinton says Trump campaign likely guided Russians before U.S. election https://t.co/QZD5Fx851h https://t.co/cp3aTkpiKG
6686                                                                                Check out Authentic Ray-Ban Hard Sunglass Glasses Hard Case #RayBan https://t.co/OCecJMi4vY via @eBay
6687                                                                    Check out True Vintage 1981 Sprint Car Racing Knoxville Nationals Graphic T-Shirt L https://t.co/H5DdBFjJKK @eBay
6688                                                           RT @dasj300: Check out Disney Tsum Tsum 'All in Blue' Raschel Throw Blanket Kids Boy / Girl  https://t.co/EOuogzJ25L @eBay
6689                                                                  I just entered @AlertBot's contest to win a @Google Home device! You can enter at https://t.co/e7S2yQKBQA #giveaway
6690                                                            RT @Reuters: NBA star LeBron James' L.A. home vandalized with racial slur https://t.co/EpQt0g3qsQ https://t.co/oVZcFCDoJU
6691                                                       RT @GMA: @FifthHarmony @Twitter @instagram @facebook @NormaniKordei @dinahjane97 @AllyBrooke Check back at 9:30AM EST and YO… 
6692                                             RT @MorganStanley: Employees join together around the world and around the clock to fight #ChildHunger. Track our progress as we deliv… 
6693                                                         Check out The Illustrated Art of Manliness The Essential How To Guide: Survival  Chivalry  https://t.co/z4EOakOwCc via @eBay
6694                                                          RT @ValaAfshar: Howard Shultz went to 242 venture capitalists before he got funding for @Starbucks. https://t.co/WymF13b5GP
6695                                                                                                                      Whoever said u can't buy happiness has never shopped on @amazon
6696                                         RT @Ford: Happy #NationalSuperHeroDay! We’re pairing up with @Marvel to give you the chance to be drawn by a Marvel artist. https://t.co/Gi…
6697                                                 Had fun tweetfest 🎉🎉🎉🎉🍸party 🎩 🍺 @CrimMinds_CBS @CBS @ABCStudios #NoHotchNoWatch #ThomasGibsonForever https://t.co/9klmq7bfTM
6698                                                                                                                                                 Watching some movie about @McDonalds
6699                                            Check out The #Classical #Seat by Sylvia Loch #book #horseback #riding #dressage  https://t.co/XHazW1dcfq @eBay #equestrian #USDF #horses
6700                                         RT @reidhoffman: How @facebook deals with “the mother of all OODA loops”. Hear more on #MastersofScale https://t.co/hveusAc2Iy https://t.co…
6701                                         RT @Larry_B_Gray: Amazon's Larry B. Gray Page https://t.co/U6N0zFYYIF … … … via @amazon #IARTG #careers #leadership #bookplugs #asmsg https…
6702                                                                                                           RT @DrJimmyStar: Check out my @amazon authors page https://t.co/pWpr4Rp814
6703                                                  RT @MikeQuindazzi: How to find a good #restaurant? #Consumers mention @Yelp 53% of the time and @TripAdvisor 51%. #online #retail… 
6704                                                                                                           RT @DrJimmyStar: Check out my @amazon authors page https://t.co/pWpr4Rp814
6705                                                                                                           RT @DrJimmyStar: Check out my @amazon authors page https://t.co/pWpr4Rp814
6706                                               #capecod Check out FALMOUTH PLAYHOUSE 1979 DAVID CASSIDY KAY LENZ Voice of Turtle ANN SACHS Vintage  https://t.co/RkpV1pzhQb via @eBay
6707                                                                               Check out Wrangler Men's Shorts Cargo Beige Size 40 #Wrangler #Cargo https://t.co/wZab0cR2ru via @eBay
6708                                                  Check out Performance Series Knee Elbow Extreme Hold Antibacterial Bandage Health Care Aid #Curad https://t.co/TIzxyDOQ7v via @eBay
6709                                                          RT @AndreinaBS: Have you seen this @GoldmanSachs You're financing violence against Venezuelan ppl #goldmanSachsbloodmoney… 
6710                                                                              @TMobile Be raping me in the ass with no lube!!! IM A POOR COLLEGE STUDENT DAMMIT!! HELP ME LMAO 😹😹💀
6711                                                        Check out Jacklyn Smith Silky Sheer Thigh High Long Sheer Toe Lace Top Jet/lace   LOT OF 2  https://t.co/phjWr5EY2U via @eBay
6712                                                                                    Check out Forever XXI 21 Essential Orange/Red Bodycon Dress Size Sm https://t.co/qNMoA33eIW @eBay
6713                                                               RT @ZaneRebel: @businessinsider @GoldmanSachs Changing the bank culture while financing Venezuela's criminal regime.… 
6714                                       RT @BHWineFestival: Beverly Hills Food &amp; Wine Festival presented by @netflix 🍣 #BHFW 🍷  #WineWednesday @SuSheArt https://t.co/lJnkyxLqXQ
6715                                               RT @josem619: @netflix BRING BACK @BobsBurgersFOX ! I miss binge watching it over and over again! 🍔🍔🍔🍔🍔🍔 https://t.co/6u4AL3G7lx
6716                                                                      Check out Instead Softcup Box 14 Count Softcups(Box Design May Very) #instead https://t.co/XgpFsprLW1 via @eBay
6717                                                                                                           RT @DrJimmyStar: Check out my @amazon authors page https://t.co/pWpr4Rp814
6718                                                                                                                @Apple Tell me how my phone died while it was at 100% and charging 🤔
6719                                                                                                           RT @DrJimmyStar: Check out my @amazon authors page https://t.co/pWpr4Rp814
6720                                                                                                           RT @DrJimmyStar: Check out my @amazon authors page https://t.co/pWpr4Rp814
6721                                                                                                           RT @DrJimmyStar: Check out my @amazon authors page https://t.co/pWpr4Rp814
6722                                                                                                RT @hrngrvr: Chillin watching season 5 #houseofcards @netflix https://t.co/sOa2VQE361
6723                                                                                                                                                  @_elizabethhhhh_ @netflix Right! 😩
6724                                                                               RT @IBM: Why IBM and @Cisco are joining forces to fight #cybercrime: https://t.co/poKkYtPUl9 via @CNBC
6725                                                                   Check out Walnut White Bunch Set Of Five Handmade Decanter &amp; Four Cognac Glasses https://t.co/KdkuDLBvm9 @eBay
6726                                                @GoldmanSachs has violated its declaration of protecting human rights by sponsoring the Maduro regime #GoldmanFinancesTheDictatorship
6727                                             RT @AngelGSDlover: @MarkSimoneNY Tell @AARP and @Jeep and @kraftcheese and @BP_America and @Cisco how u feel! Will not support them if… 
6728                                                                         RT @Reuters: Trump hails deals worth 'billions' with Vietnam https://t.co/EWFJI4w6Kl https://t.co/kwESLrEdHU
6729                                                                                So the most useful thing about 3D Touch is broken on my iPhone... @Apple 👎🏻 https://t.co/EmpZ3yIbK7
6730                                                               Check out Native child's leather vest - brown - tassels - metal rivets wooden beads  https://t.co/BlkhVyH3XV via @eBay
6731                                                             Check out Iron Maiden Light Switch Cover Eddie rock music man cave bedroom room decor  https://t.co/sLCbdA9Wv9 via @eBay
6732                                                 Check out LIZ CLAIBORNE Skirt Size 6 100% Linen Full Fashionista Lined Womens Casual #LizClaiborne https://t.co/WbYjZOEMUi via @eBay
6733                                                                                                                          @billings_steve @Lyricoldrap You Should of Added @McDonalds
6734                                                   Check out Champion Boy's size 6 Blue Green #Athletic #LightWeight Shoes Sneakers Youth #Champion https://t.co/10cee3voeb via @eBay
6735                                                             RT @Adweek: Copywriting doesn't get any better than in this haunting @Nike print ad from 1990: https://t.co/gDFUuddQAQ… 
6736                                                        Check out HARRY S TRUMAN 2009 Topps American Heritage #C81 CHROME REFRACTOR /76 PSA 9 MINT  https://t.co/DAzIrEoG4L via @eBay
6737                                                 Check out Heavy Alumunim Chrome Plated Western Curb with Copper mouthpiece and Curb Chain #Western https://t.co/byJK8XMdvB via @eBay
6738                                                                                @Nudah was really looking forward to asshole boner.mp4                              @Sony goddamn you
6739                                                     Check out Roberta Roller Rabbit Dress Nina Silk Prism V-neck sz.S / sz.M NWT $195 #SummerBeach https://t.co/vDs9Vq7rDS via @eBay
6740                                         @JayTighe @DIRECTV @ATT @DIRECTVService That not good sorry to hear about that hope you get your issue fix why I do… https://t.co/ax9h6k5T3s
6741                                                                                                 RT @thatsthework: @ssmithpolitical @MSNBC @NBCNews @comcast let's get it done please
6742                                            @MorganStanley It is wonderful seeing persons with highly paid jobs donating their time &amp; resources in helping others in our society.
6743                                           Check out New #Ebay #Gymboree 3 pairs Hot Pink #KneeSocks Girls 5-7 3PC Lot set new #Gymboree #KneeSocks https://t.co/zrsqUexKsS via @eBay
6744                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6745                                                                               RT @IBM: Why IBM and @Cisco are joining forces to fight #cybercrime: https://t.co/poKkYtPUl9 via @CNBC
6746                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6747                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6748                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6749                                         RT @EasypickingsD: See what Im up to on @eBay! View my profile to see my favorite finds and more: https://t.co/CohAkdAlLR via @eBay #Shopki…
6750                                                                      Check out Northwest Territory 3 Three Pocket Game Bag NWT #NorthwestTerritory https://t.co/AuVPqk8kdD via @eBay
6751                                                 Check out Theory Dickinson Silk Blouse Ivory Rhinestone Sleeveless Shirt Top sz.M NWT$330  #Theory https://t.co/0tC0SPy97R via @eBay
6752                                                                         Kinder Morgan Canada says pipeline facing obstacle has 'met every test' https://t.co/aqU7meuLVr via @Reuters
6753                                                                 Apron Girl's Handmade Smock Style Children's 6T size Cooking or Craft Apron f... https://t.co/6VHVpcobWr via @amazon
6754                                                                                           RT @Audi: Not a mirage. #AudiS5 #Sportback https://t.co/waFYDTR3Ul https://t.co/1VaWvpMfPC
6755                                                       RT @GMA: @FifthHarmony @Twitter @instagram @facebook @NormaniKordei @dinahjane97 @AllyBrooke Check back at 9:30AM EST and YO… 
6756                                         RT @Disney: Try the grey stuff. It's delicious! @Disney_Family serves up its favorite Disney Princess-inspired snacks. https://t.co/Fw07zsz…
6757                                                                                         RT @YekyT1: @LaCambota @GoldmanSachs #hungerbonds Financing the murder  of Venezuelan people
6758                                                                 Apron Handmade Women's Bib Front Large Novelty Fabric with Desserts Ready to ... https://t.co/ze3I22PKZ2 via @amazon
6759                                                                                                  @GeorgeTakei He probably thinks it's some fancy @Honda that comes with Grey Poupon.
6760                                              RT @kpopanimefan: @GMA @5HonTour @FifthHarmony @Twitter @instagram @facebook @NormaniKordei @dinahjane97 @AllyBrooke So we are gettin… 
6761                                            RT @karavini: @Ryanair how many RT would I need for you guys to fly me from Paris to Milan on 15th July with 20kg baggage? #ichallengeyou
6762                                            RT @karavini: @Ryanair how many RT would I need for you guys to fly me from Paris to Milan on 15th July with 20kg baggage? #ichallengeyou
6763                                                         Check out Jeffrey Banks Supra Suede Men's Sport Coat Jacket 3 Button Light Brown Size 44S  https://t.co/AHiRsUE4iO via @eBay
6764                                          Check out Lot of three rings sterling silver sz.7-7.5 blue stone *pretty vintage rings* #Cocktail https://t.co/rgtGVSS5H7 via @eBay #ending
6765                                               RT @iHeartRadio: LET'S GO 305! Our #iHeartSummer17 Weekend by @ATT lineup just got that much better with the addition of @Tinashe an… 
6766                                                        RT @Next_Canada: Two Canadian #startups land a spot at @Google Demo Day including @Next_Founders alumni venture @TritonWear… 
6767                                                 RT @WiseWmnTogether: Today we #MarchforLawrence #SaveLawrence #TheLastWord @TheLastWord @Lawrence @msnbc @comcast #KeepLawrence cc… 
6768                                                         Check out Nancy Drew Mystery Stories® #7 The Clue in the Diary by Carolyn Keene VERY GOOD  https://t.co/X1V6KPhMLF via @eBay
6769                                             @Yahoo anyone else find themselves spending less time on Yahoo? So much anti-Trump propaganda it's not worth reading. #msm #boycottyahoo
6770                                                       RT @GMA: @FifthHarmony @Twitter @instagram @facebook @NormaniKordei @dinahjane97 @AllyBrooke Check back at 9:30AM EST and YO… 
6771                                                              42x10 HUMMINGBIRD Floral Stained Art Glass Window Suncatcher #SilverCreek #SUNCATCHER https://t.co/H7RkKOaGvJ via @eBay
6772                                                                                                                  @JohnLegere @verizon @TMobile Verizon is the best. Suck it @TMobile
6773                                                                                                                             RT @Lyrikkal: Its LIT!!! @adidas https://t.co/VrSEEtlhG5
6774                                               @UAMS Yesterday and Today for @CNBC with @kaylatausche @StephanieDhue.  Tomorrow @Walmart #Walmartshareholders https://t.co/HkxcfSPOrA
6775                                                RT @americause: @PamelaGeller @SarahKSilverman @netflix The ideology of Islam always poses a potential Danger. Many Muslims will go… 
6776                                           RT @BambooParadise: 42x53 KOKOPELLI Dancers Southwest Tapestry Wall Hanging #PureCountry #NativeAmerican https://t.co/IRyaSCBSaX via @eBay
6777                                         @PamelaGeller @SarahKSilverman @netflix If someone mocks Jesus. Christians will ignore. If someone mocks mohammad m… https://t.co/GEQd1NfnXV
6778                                            RT @gautam_rode: Masti mazaak &amp; few serious talks with my buddy @apnanuj on #GetAccessWithAnuj. Watch it on @facebook on June1. For… 
6779                                                                                     RT @EmilyeOberg: My fave shoot I have done to date 💕💕 @kithwomen @Nike https://t.co/dfTa794Mi5
6780                                                            RT @gdrl: Desperately Seeking Ethics - A guide to Media Conduct - Howard Good #Textbook https://t.co/7ZA9AepA54 via @eBay
6781                                                                                           Really like it! Looks great and is reasonably priced. https://t.co/iZF63bN54U 来自 @amazon
6782                                                    RT @Reuters: Exclusive: SoftBank to let OneWeb-Intelsat merger collapse - sources https://t.co/yiZPGDz6FA https://t.co/Q0BIz4x1Q7
6783                                                          RT @JohnLegere: Stop being trapped by @Verizon!! It's time to #GetOutOfTheRed and onto @TMobile! 😎 https://t.co/3d32gg91gB
6784                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6785                                                                                            Check out Denim  Fabric  Boys Bow tie #handmade #BowTie https://t.co/PLW5DuSpyq via @eBay
6786                                              Ok seriously @Apple when is auto correct going to stop trying to correct covfefe? I get how fuck can get confused with duck but come on
6787                                                                                             PSA @TheCWSupergirl and @CW_TheFlash are now on @netflix 😱 #YAS https://t.co/PKDSPcY17w
6788                                                                                      RT @SimplyCharlie_: @PopCrave A missed opportunity... @adidasUK @adidas https://t.co/pDFbqX87yp
6789                                                  @fitbit @Apple @amybmcdonough @jimcramer @tim_cook @Benioff @parkjames @TheStreet @kevinrose @kimguilfoyle… https://t.co/5uLo0XLWOu
6790                                       @bookingcom it was a 6 &amp; the pics ur site posted are fake so maybe reviews aren't the prob...needless 2 say never using ur site again thnx
6791                                                     Check out Fiestaware Turquoise Cream &amp; Sugar 4 pc Set w/ Tray HLC Fiesta Blue Coffee Set   https://t.co/Qocb1CqA8p via @eBay
6792                                                        Check out DUSTIN FOWLER 2016 BOWMAN CHROME ORANGE REFRACTOR RC AUTO # /25 - YANKEES HOT!!!  https://t.co/FuYbUma5fd via @eBay
6793                                                                                           Check out THE ALIEN PREDATOR HELMET FOR BIKERS #HandMade https://t.co/7oUvd8Lx1c via @eBay
6794                                         I'll  finagle my way to the @rickmobile if it's the last thing I do. It's my @McDonalds Szechuan sauce. YOU HEAR ME @adultswim @RickandMorty
6795                                              RT @DavidCastain: @makiahimani @NayDollaz_ My nonprofit the @DavidCastainFDN is in the process of partnering w/ @Nike for a scholarsh… 
6796                                                                                                                                 @netflix @dukespearzz Britney special on Netflix !!!
6797                                              RT @DavidCastain: @makiahimani @NayDollaz_ My nonprofit the @DavidCastainFDN is in the process of partnering w/ @Nike for a scholarsh… 
6798                                                                     Check out 2003-04 Dwyane Wade Upper Deck SP Signature Edition Rookie Inkorporated  https://t.co/UTckfHNhDo @eBay
6799                                           @amazon really messed with my perfect world by changin the filter on my wish list so that I can no longer search for books based on price.
6800                                                         RT @Reuters: White House unveils list of ex-lobbyists granted ethics waivers https://t.co/1y0IEZ4bMo https://t.co/Z8aVSgeJYY
6801                                                                                                                    @jimadair3 @netflix My 8 years of catholic school did that to me!
6802                                                                Check out VINTAGE SHABBY CHIC STYLE GLASS PERFUME BOTTLE METAL ARTICULATED HOLDER   https://t.co/e64ansDWh6 via @eBay
6803                                                                               Check out Disney Pin Mickey Mouse face on Flag Hidden Mickey #Disney https://t.co/qItoNKmovf via @eBay
6804                                                                Check out Cinema Exoile Womens Size M Black &amp; White Top #CinemaExoile #TankCami https://t.co/OXkrHohg1n via @eBay
6805                                                        RT @BigEnvisions: A piece of work I completed before I stopped designing for a little bit #Nike @Nike https://t.co/qQVUnh1vCB
6806                                                        RT @BigEnvisions: A piece of work I completed before I stopped designing for a little bit #Nike @Nike https://t.co/qQVUnh1vCB
6807                                                        RT @BigEnvisions: A piece of work I completed before I stopped designing for a little bit #Nike @Nike https://t.co/qQVUnh1vCB
6808                                                        RT @BigEnvisions: A piece of work I completed before I stopped designing for a little bit #Nike @Nike https://t.co/qQVUnh1vCB
6809                                                        RT @BigEnvisions: A piece of work I completed before I stopped designing for a little bit #Nike @Nike https://t.co/qQVUnh1vCB
6810                                                        RT @BigEnvisions: A piece of work I completed before I stopped designing for a little bit #Nike @Nike https://t.co/qQVUnh1vCB
6811                                                        RT @BigEnvisions: A piece of work I completed before I stopped designing for a little bit #Nike @Nike https://t.co/qQVUnh1vCB
6812                                                                                  Check out Joe Namath - 1991 Upper Deck Heroes #13 - PSA 9 (Mint)  https://t.co/Sp8NkT6Nkt via @eBay
6813                                                                                                                  @McDonalds your evening service could use some serious improvement!
6814                                                                                                      RT @smolsbb: Look @adidas . You guys could've had this. https://t.co/lsd6Fi08JD
6815                                                                     RT @therealautoblog: What it's like to drive the 2017 @BMW M760i https://t.co/AxBSwgCCgb https://t.co/oAeMAdqaEs
6816                                                                                      RT @SimplyCharlie_: @PopCrave A missed opportunity... @adidasUK @adidas https://t.co/pDFbqX87yp
6817                                                         RT @Reuters: White House unveils list of ex-lobbyists granted ethics waivers https://t.co/1y0IEZ4bMo https://t.co/Z8aVSgeJYY
6818                                                                                                                          @TheRealLukevans @Disney 😲😲 wow already!! Can't wait 😍😍
6819                                                         RT @Reuters: White House unveils list of ex-lobbyists granted ethics waivers https://t.co/1y0IEZ4bMo https://t.co/Z8aVSgeJYY
6820                                                  RT @HarvardCID: Here's @ricardo_hausman segment on @cnni discussing @GoldmanSachs bond deal with #Venezuela https://t.co/iyk6GHrnbG
6821                                                         Check out Remington JUMBO Smart Setter for BIG CURLS and VOLUME 12 JUMBO rollers 10 Clips  https://t.co/HpHMrEL2YK via @eBay
6822                                                    RT @SusieQ19622: Earl Stretch Skinny Jeans Jeggings Dark Wash Plus Size 18W EUC #Earl #Jeggings https://t.co/hNZOFaH8YX via @eBay
6823                                                       RT @bep: It all goes down June 3... go behind the scenes of our shoot for the @UEFA + @pepsi #UCLFinal presented by Pepsi 👉… 
6824                                                         RT @Reuters: White House unveils list of ex-lobbyists granted ethics waivers https://t.co/1y0IEZ4bMo https://t.co/Z8aVSgeJYY
6825                                             RT @FifthHarmony: Who's hanging with us in Miami at the #iHeartSummer17 Weekend by @iHeartRadio @ATT? 🌴 Visit https://t.co/jxU4PCKV2z… 
6826                                                                            The @Starbucks secret menu reads like a list of services from a prostitute in that I can't afford either.
6827                                             WWE John Cena Red CARTOON s/s Shirt Boy's 14/16 NeW NEVER GIVE UP Top #WWE #JohnCenaShirt #NeverGiveUp https://t.co/WaCgbhEC8L via @eBay
6828                                                   Check out Sterling Silver 1.5ct TGW Amethyst 6mm Round Leverback Earrings #Unbranded #DropDangle https://t.co/mhHDfL0LhX via @eBay
6829                                                                                Enter to win a $150 @Disney gift card #giveaway #contest #freethings #gumdrop https://t.co/YPrSzrfi4U
6830                                             RT @MorganStanley: Employees join together around the world and around the clock to fight #ChildHunger. Track our progress as we deliv… 
6831                                         RT @iamblackbear: ur wack @nike for kickin my manager out of the showroom for wearing all @adidas. good business would be to deck him out b…
6832                                                                                                                  Blessings Money Cannot Buy Nebo https://t.co/w2TK0qbcN6 via @amazon
6833                                                                                                         Neem leaf  Shade Fresh shade dried 450gm   https://t.co/mIrSxDoM5Q via @eBay
6834                                            RT @joebayy: Check out Valentino Vintage Navy Blue Canvas Crossbody Handbag https://t.co/cGEVlo6067 @eBay FOR SALE #Selling #Ebay #OnSale
6835                                           Lee Ellen Dreschsler @ProcterGamble shows the elements creating win-win from collaboration at STO Summit Singapore https://t.co/T8Uq0nvpYN
6836                                                                                                  @JohnLegere  @TMobileHelp @TMobile The night shift needs help. Please retrain them.
6837                                              RT @SleepintheGardn: Is anyone else watching the #thekeepers I'm so horrified @netflix my heart is breaking to hear these stories. Wow.
6838                                                 @andysignore @netflix @HouseofCards You might need to update your Netflix app. They do that for all of their shows now. Come on man.
6839                                                                                               RT @apieceofkake: I want a season 3!! #UndergroundWGN @netflix https://t.co/2RgfZ6iyUg
6840                                         @SleepintheGardn @netflix Troian have you watched a documentary called 13th? it explains the racial questions in US… https://t.co/tdep0IUViN
6841                                         RT @JoeThebabe2015: @KenJennings @amazon this man sell books on your site. You can be boycotted too. One week of boycotts will drop your st…
6842                                                                          Awesome movie!  Love &amp; Mercy Amazon Instant Video ~ Elizabeth Banks https://t.co/CyjL9ZCS8J via @amazon
6843                                             RT @MiVzlaHeroica: You @GoldmanSachs pure business right ?!  People from Venezuela said thanks a lot ass holes ! https://t.co/jCpHaNkLaY
6844                                                     Check out Benardrick McKinney (Mississippi State) - 2015 Topps Chrome - PSA 8 (NM-MT)  https://t.co/1MUW3OiM7N via @eBay #Texans
6845                                                 @HotHardware @Forbes This isn't an answer to Ryzen this is still @intel fucking customers with high prices for the same performance.
6846                                                                 Check out Girls Size 3T  Dress Brown Velvet with Pink Flowers  EUC!!! #PINK #Dress https://t.co/ueQTowXEoY via @eBay
6847                                                                 Check out White Front Outer Screen Glass Lens Replacement For iphone 5 5S + Tools  https://t.co/TCrBre84kb via @eBay
6848                                                                             RT @MiVzlaHeroica: This face is brought to you by our friends from @GoldmanSachs https://t.co/oNcEuqgd5Y
6849                                                                                                                                                        @Google Please give me a job.
6850                                                             Check out Christian Dior Bijoux FOUR (4) 7 5/8 Inch Crystal Wine Glasses Tulip Shaped  https://t.co/AgiXLea0Jr via @eBay
6851                                                                       When you gotta hit @McDonalds because @Starbucks isn't on their shit after TWO visits. https://t.co/4M957jTnRB
6852                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6853                                                                  @AC360 @VanJones68 @MaddowBlog @HardballChris @Lawrence @CNN @MSNBC @ABC @CBS @nbc @nytimes @washingtonpost Trivial
6854                                                                           Greek urban guerrilla group claims responsibility for Eurobank attack https://t.co/MK5kTC5V6m via @Reuters
6855                                                                   pls yall i need eyewitness s2 @netflix @HereMediaInc @AmazonVideo @hulu @heretv @Showtime #WeWantEyewitnessSeason2
6856                                                                                               eyewitness is so important @netflix @HereMediaInc @AmazonVideo @hulu @heretv @Showtime
6857                                                                                                                                              finna throw up forreal bc of @McDonalds
6858                                                                          Check out EDDIE BAUER IVORY TANK RUFFLED FRONT SZ M NWT #EddieBauer #Tank https://t.co/P78eeuQys9 via @eBay
6859                                                                                      RT @SimplyCharlie_: @PopCrave A missed opportunity... @adidasUK @adidas https://t.co/pDFbqX87yp
6860                                                                                                                 Check out my listing on @eBay: ....https://t.co/EU5EbhQFkG via @eBay
6861                                                                                                                            Leaving @Starbucks to the tunes of Janice. #welldone 👏🏼
6862                                                                            No truck tomorrow but tomorrow is my Friday then I have Friday off then back to work Sat and Sun @Walmart
6863                                         RT @samnotley: I can honestly recommend no one ever purchases a sofa from @nextofficial after 4 months the wear and tear is awful and no as…
6864                                                          Check out #Glittered Wooden Christmas #Ornament~ Retro #Kitche Decor ~Handmade!Housewife  https://t.co/L9LNL2MtIt via @eBay
6865                                 RT @SecretaryAcosta: Headed to Detroit tomorrow to visit @Ford &amp; Milton Manufacturing. Will discuss how apprenticeships &amp; training strength…
6866                                         RT @NatureCutsTags: Arrow Gift Tags... https://t.co/2ykOHz6Wkz via @amazon #naturecuts #gifttags #tags #arrow #new #boho #motivated #tags #…
6867                                                                                                      RT @smolsbb: Look @adidas . You guys could've had this. https://t.co/lsd6Fi08JD
6868                                                                                                  @_tw33tz_ Honestly hope the meme eventually lands in The Hall of Presidents @Disney
6869                                         Check out Marvel Tshirt Kid Size 10/12 Green Minecraft Superheroes Hulk Captain America #Marvel https://t.co/iH7rmg8q05 via @eBay #minecraft
6870                                                                                            @GoldmanSachs are you guys supporting the Maduro regime? a bunch of money hungry fuckers.
6871                                         RT @CarinesMoncada: This is what you are financing @GoldmanSachs #Bloodmoney #Venezuela #GoldmanFinancesTheDictatorship https://t.co/4cvxR8…
6872                                                                                                       @pmccarthy60 @HillaryClinton @amazon I wish there was a Trump rally coming up!
6873                                                                                      RT @SimplyCharlie_: @PopCrave A missed opportunity... @adidasUK @adidas https://t.co/pDFbqX87yp
6874                                                              Check out Secret Empire #1 Dan Mora Villain Variant Cover near mint- (NM-) condition  https://t.co/fmZNJ5tSIY via @eBay
6875                                                                  Check out Star Wars: Screaming Citadel #1 Rod Reis Variant Cover (VF+) condition  https://t.co/caQ7mma6Ij via @eBay
6876                                         Check out 145 LEGO MINIFIG Minifigure  STAR WARS HARRY POTTER KNIGHTS &amp; More Huge Lot https://t.co/x1TsO9rmYP @eBay #lego #mini figurine
6877                                                                                                    RT @WorshipTierra: Goddess Tierra's Wish List https://t.co/Fd6g3swJKn via @amazon
6878                                                                                                       Nameless (The Anonymous Chronicles Book 1) https://t.co/lM7aGj0SVd via @amazon
6879                                                            RT @Reuters: NBA star LeBron James' L.A. home vandalized with racial slur https://t.co/EpQt0g3qsQ https://t.co/oVZcFCDoJU
6880                                                         Check out Diamond Trio Set His Hers Matching Engagement Ring Wedding Band 14K Yellow Gold  https://t.co/bpvUmJ2AjN via @eBay
6881                                                                RT @Disney: Disney's Animal Kingdom is making a splash on #WorldOtterDay at @WaltDisneyWorld! https://t.co/LKWE1OyPDD
6882                                         @LackAndy @comcast @MSNBC NOW MAYBE YOU'LL STOP YOUR CENSORSHIP &amp; RETURN @MSNBC THE WAY IT WAS &amp; PUT YOUR RW ANCHORS ELSE OR GO 2 #3
6883                                         RT @CarinesMoncada: This is what you are financing @GoldmanSachs #Bloodmoney #Venezuela #GoldmanFinancesTheDictatorship https://t.co/4cvxR8…
6884                                                                                                                                 so when the new season of reign comin out🤔 @netflix
6885                                                                   @netflix stop asking me if I'm still here to make me feel insecure. I'll shut my show off when I'm good and ready!
6886                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6887                                          Check out #Suzuki #Motorcycle #Remote Neon #LEDglow #Underglow #Kit w #Brake #Light Feature  https://t.co/fPLm8tUISR via @eBay #ninja #ebay
6888                                                                          Kathy Griffin loses CNN deal after photos with fake severed Trump head https://t.co/u8j2JUH3ef via @Reuters
6889                                         @Malphas81 @1ubuntufan @Reuters @babysgramma pose as an executive agreement and build a framework for us to pass la… https://t.co/OK5cxDfN4W
6890                                                                                                                                                                      @hm please help
6891                                                                                                                   RT @RandomLeeALance: Fuck you @netflix too https://t.co/UcRUeCk52L
6892                                                            RT @Reuters: NBA star LeBron James' L.A. home vandalized with racial slur https://t.co/i7LmGcBl97 https://t.co/FeDJYK8RfA
6893                                                                                                                   Look what I found on @eBay! https://t.co/CKKv7z6OVp via @ebayindia
6894                                                                                      RT @SimplyCharlie_: @PopCrave A missed opportunity... @adidasUK @adidas https://t.co/pDFbqX87yp
6895                                                               RT @therealautoblog: Don't overlook the @BMW 530i just because it's rocking a turbo four-cylinder. This engine rocks… 
6896                                                     Check out NWOT VINCE CAMUTO Sz XL BLACK AND WHITE RUCHED SIDES SLEEVESLESS BLOUSE #VinceCamuto https://t.co/ItIAogovDw via @eBay
6897                                         @Costco What is going on with your website? Its down since this evening. Also looks like the Outage page is outdate… https://t.co/HGgOEJ5K1r
6898                                                                                         @ChrisMerdoh @AndroidAuth @gadgetreview @Sony The master of the HUGE forehead and HUGE chin?
6899                                             RT @evankirstel: How @Siemens Is Using #BigData And #IoT To Build The Internet Of Trains https://t.co/0aEGaUujql https://t.co/E8ipicvEOW
6900                                                 Check out Woolrich vest 100% wool womens size M blue bear fish applique casual zip front #Woolrich https://t.co/nGBxQkFgq7 via @eBay
6901                                                 RT @Reuters: Clinton says Trump campaign likely guided Russians before U.S. election https://t.co/K4b15LDuly https://t.co/dKorxHZ6nL
6902                                                                                                                             RT @netflix: Have we met before? https://t.co/eFDRV5W1R3
6903                                                            RT @Reuters: Uber's finance head leaves; company's quarterly loss narrows https://t.co/y3dysVmDza https://t.co/6IIsPYXiQQ
6904                                                                                        @andrealrosales @TMobile That's awesome. I'm so excited to see this movie! 😁the hype is REAL
6905                                                        RT @SEWMUCHFUN2: Check out No Boundaries Mint Combo Sleeveless Belted Dress Juniors Size XL New https://t.co/ICaFK7m2vK @eBay
6906                                        RT @KarMWalker: @Lakers Head Coach Luke Walton speaking w/ @Cisco Marketing &amp; Communications team about building good habits &amp; a so… 
6907                                                                                                                                     When this new Top Boy Series coming out @netflix
6908                                                                                                            @Reuters Hey Hillary. The plane the plane. Its fantasy island. Got proof?
6909                                         RT @iamblackbear: ur wack @nike for kickin my manager out of the showroom for wearing all @adidas. good business would be to deck him out b…
6910                                         RT @mk9577: Check out 2015 Bowman Chrome Ian Happ RC Rookie Auto BGS 9.5 10 /25 Top Of The Class Cubs https://t.co/vFj1vFf9es @eBay @WatchT…
6911                                                          @Aryanwarlord @narendramodi @Boeing @AirbusGroup We urgently need to restart Regional Transport Aircraft (RTA70) project...
6912                                                                                     Asian factories lose some momentum in May on soft export demand https://t.co/kGlPbF0ewk @Reuters
6913                                                                                                                                 @netflix please bring back a different world! Please
6914                                         RT @MSGsFans: Even @Google louds the Brilliant Success of Heart-winning Comedy Movie 'Jattu Engineer'! #JE175CrIn11Days https://t.co/TbcxBO…
6915                                                                          Nice to see @Google have a cricket Logo for @ICC cricket Event @TheICCCT17 👍🏻😉🏏 https://t.co/UGQFazgHdK
6916                                                            RT @Reuters: Iraq declares end of caliphate after capture of Mosul mosque https://t.co/YUsQvxRJiR https://t.co/p6HCSfkvUO
6917                                                        RT @lisaMmeehan: @57Veronica @BatBTeam2Gether @pscoordsen13 @knovak832_novak @netflix @deb5881 @Annepappas22 @JouDee_Langga… 
6918                                                 RT @fan_bipolar: @arki22888 @thereisanocean Forgive me food is food and i love @McDonalds but Alden endorse mc savers?no way never😏
6919                                         RT @RebeccaStefoff: @netflix @sense8 Thank you for giving g us a chance to see our cluster one last time. It's been an amazing adventure. #…
6920                                         RT @FAOForestry: #Gabon pledges to protect #forests in regional drive to save #Congo Basin https://t.co/eCcpdL571g via @Reuters https://t.c…
6921                                                          RT @TripAdvisor: Traveling? Don’t miss these must-sees! Introducing the 2017 #TravelersChoice award-winning 🏆 landmarks:… 
6922                                         RT @SholteyScott: #Sense8isBack TY @netflix rarely does a show come and with such compelling messages inspire a global cluster as such.TY f…
6923                                                                               RT @TheRickWilson: Fun fact: more Americans have an @amazon Prime account than voted for Donald Trump.
6924                                         RT @Sense8Lady: @netflix But we can't stop now. We need to keep sense8 relevant. Let's keep showing netflix love n thanking them n asking f…
6925                                                                                        RT @Louis_Tomlinson: When does this new @adidas x Gosha stuff drop . That shit looks siiiiick
6926                                             RT @allanbrocka: #Sense8 is coming back with a 2 hour finale!!! Holy 💩! Online petitions work! Thanks @netflix! https://t.co/Aaz0po8Snr
6927                                           RT @virtustream: Wondering how @rjrogers87 created a cloud that attracted customers like @CocaCola &amp; @GeneralElectric? Read his blog… 
6928                                                          Check out 58.60 Ct. Gorgeous Natural Black Star Druzy 32x29mm Octagon Cabochon Gemstones  https://t.co/ZbkqQwO4T8 via @eBay
6929                                                                                                                                Cowboy's Contract https://t.co/p7pDbRw5ir via @amazon
6930                                             Since when do @asda not deliver upstairs? What's the point of a home delivery? Switching back to @Tesco (who deliver without complaint).
6931                                                 Check out 38.20 Ct. Amazing Black Dots Natural K2 Jasper Oval Cabochon Loose Gemstones #KIRTIIMPEX https://t.co/uKW0NX8VWa via @eBay
6932                                                                                                                                 RT @TheKatieWalder: #Okja. Was. Amazing. ❤️❤️ @netflix
6933                                                        @Palomafaith @ASOS They all look amazing! After my 7 children you could map your way around Londons underground on my bod! 🤣
6934                                                                                                                 @netflix bring back bobs burgers. Wtf at I gonna do with 2 seasons??
6935                                                                                                                                   Family Secrets https://t.co/KqnloWoulF via @amazon
6936                                                 Check out 925 Sterling Silver Natural Turquoise Gemstone Handmade Ring Size 10 US #Handmade #Party https://t.co/vXG6pHq0Lj via @eBay
6937                                     RT @dpradhanbjp: .@PetroleumMin has set up a dedicated #GST Cell @askgst_mopng with 24x7 Helpline No. 1800-11-8801&amp; a @facebook page https:…
6938                                                @Ryanair Hi how does ur automatic seat allocation work? There were 2 ppl in my booking who got split up when there were 2 seats left?
6939                                                                          Check out St Mary's Original Banana Chips - 1.06 ounce - 6 Packs #StMarys https://t.co/UUsi8MPThe via @eBay
6940                                                                                                                       @netflix can we stop with the nonsense https://t.co/qt50eZlvVg
6941                                                                                                 They won't leave us hanging. Thank you @Sense8 and @netflix! https://t.co/DRK13PHzBL
6942                                                                   Check out Lcd Display + Touch Digtizer For BLACKBERRY Z10 4G (Black) #Mobioutlet https://t.co/s7lfZGWRzT via @eBay
6943                                                       Proud to be at the Royal Academy of Engineers awards last night with @BP_plc #RAEngAwards #bp #nominee https://t.co/d7JsrCTXTT
6944                                         1: Mobile is still on the rise. Read more takeways from @Reuters 2017 #DigitalNews Report at https://t.co/zrFTH27xjY https://t.co/B3ideyZiUY
6945                                                                                                                                   @Apple All that changed was the background so Why?
6946                                                                                                                               @Sense8Lady @netflix Sense8 fans are the fucking best.
6947                                                                                            @airtelindia @facebook Since you wont help customers . Lets start trending #boycottAirtel
6948                                                                                                                                       @McDonalds @UberEATS How long is this lasting?
6949                                                   RT @ASHLAYANNE: yo @netflix how many views you want for the special to consider a season? me and my cluster can market for free.… 
6950                                                        Check out Baby Shower Party Favor Baptism Boy Blue 24 Bottles Removable Tops Free Shipping  https://t.co/7gE1In6snk via @eBay
6951                                                              RT @PriyaFlorence: A @facebook chatbot recently created its own non-human language https://t.co/lauDCoJfBf via @wef #AI
6952                                                                                                   RT @Reuters: German parliament legalizes same-sex marriage https://t.co/opQM3Ty4hg
6953                                                                                                   RT @Reuters: German parliament legalizes same-sex marriage https://t.co/opQM3Ty4hg
6954                                                     RT @Nissan: Classic styles are hard to come by but the Datsun 1600 Roadster pulls it off. #TBT #Heritage #Datsun #1600Roadster… 
6955                                                          Check out 925 Sterling Silver Sapphire Agate And CZ Stone Handmade Fashion Earring E3415  https://t.co/kOcbgRbJ87 via @eBay
6956                                                    RT @evankirstel: Great closing quote @rowantrollope #CLUS @Cisco #ThrowbackThursday #TBT #networks #networking #innovation #SDN… 
6957                                                     RT @ludicdizzee: #givetgdafinalepisode let's make some noise and get our show back for one more episode! @netflix @bazluhrmann… 
6958                                                          Check out Real 925 Handmade Sterling Silver Fire Labradorite Stone Fashion Earring E3401  https://t.co/iKWYC24xle via @eBay
6959                                                                                     RT @netflix: @mikey2378 It's not just a sign. It's confirmation. 2 hour special is in the works.
6960                                                                                           RT @lowe1875: @easyJet Milan Malpensa flight from Luton delayed until 12.45. Please update
6961                                                                                                                                          @Anti @UnderArmour @adidas done already fam
6962                                                                                                                                   @MarcelFeldkamp @UnderArmour @adidas More commonly
6963                                                                        RT @RecchiaLM: Wow life is so good and beautiful today #sense8isback @netflix @sense8 https://t.co/ofwM06uGZN
6964                                                                                                                           @smf80 @PlayStationUK @PayPal Not about lifting the ban no
6965                                                                                                   RT @Reuters: German parliament legalizes same-sex marriage https://t.co/opQM3Ty4hg
6966                                                           RT @Solomofy: @facebook @Twitter The happiness of first salary can't be denied. Thanks for making it possible @LinkedIn.… 
6967                                                @RobertThibadeau @SomaticBorder @WunderCave @AMHQ @nbcsnl @CBS @weatherchannel @ReynoldsWolf @TBN @FL @POTUS… https://t.co/W5IMlnnRhs
6968                                                         Check out Exclusive 925 Sterling Silver White CZ Engagement Ring #eightyjewels #Engagement https://t.co/BcFCju1bPF via @eBay
6969                                     Hope I #win the @despicableme @KelloggsUS @yummyspoonfuls gift card &amp; more giveaway from @verasweeney #DespicableMe3 https://t.co/AuLy2BcYje
6970                                                  RT @MorganStanley: The real impact of President Trump’s move to pull the U.S. out of the global accords to combat climate change.… 
6971                                                                          @GlitchyReal @DisneylandToday @DisneyD23 @DisneyParks @Disney Or better yet... this https://t.co/nMC3D2x51e
6972                                                      Check out Baby Clothes Girls 3-6 Months M&amp;S Pink Mix Check Short Dungarees &amp; Ladybird Top https://t.co/P3aQdIlpVH @eBay
6973                                                                                                                                                            @Tesco I will. Thank you.
6974                                                 Excellent video by @BoeingAirplanes taking a look at the unique features on a @Fly_Norwegian @Boeing #737MAX https://t.co/OgtKAaRFRG
6975                                              RT @starwars: Find your hope. Find your courage. Find your destiny. #ForcesOfDestiny premieres July 3 on @Disney YouTube &amp; July 9… 
6976                                            @Shell and @exxonmobil  would appeal against lowering #Groningen #gas production cap. ►► https://t.co/NgstGOWQta… https://t.co/kWyj7WwBtg
6977                                         @sorenbeck @amazon @bookingcom Bookingcom AI assumes that you only want to visit places you have been. They'd bette… https://t.co/Q2Mv5TJz49
6978                                             Check out Maybelline New York Super Stay 14HR Lipstick - pick your colour https://t.co/gbscNChcn5 @eBay #LipstickIsMyVice #MakeupTwitter
6979                                                                                                                             @Reuters Did the Russians do it? https://t.co/HBQ22hBWkl
6980                                         RT @NatWestBusiness: Growing a business? Join us @ashtongatestad 4/7 with  @HLInvest @Google @GetSetForGrowth @jstyring @Worldpay_UK https:…
6981                                                        RT @PaulDBrazill: A Case Of Noir (Near To The Knuckle Novellas Book 8) by Paul D. Brazill https://t.co/2Yf5OVEz4U via @amazon
6982                                         RT @ProjectMOnline: We take pride in our work. Honored to receive Gold for #Digital at the #bcm2017 https://t.co/CagQImKosg @Allianz @C3_co…
6983                                                                                                                  Check out my listing on @eBay: https://t.co/mAsyRFuS4X via @eBay_UK
6984                                                        RT @Srcdelhi: ECI's smart move to collaborate with FB to register voters onine. @GovtOfIndia @facebook #VoteForChange #vote… 
6985                                         @facebook HELP! we cannot access our FB page. Small circle constantly turning! PLEASE HELP We are a small charity  + need our page urgently!
6986                                                    Check out Natural Diamond Pave Stud Earrings Solid 18k Yellow Gold Jewelry NEW ARRIVALS!! #Stud https://t.co/zYfFzFh9Id via @eBay
6987                                                           9H Tempered Glass+TPU Clear Phone Case For Xiaomi Mi 5s 5.15&amp;#034; Screen Size Phone https://t.co/Tw6W3mWNtO via @eBay
6988                                                                       RT @AmMoshe: Check out Pendant Star Of David Jewish CZ  Sterling Silver 925  https://t.co/bcCRbGFugX via @eBay
6989                                                  RT @enorgang: .@YannWyss speaks of importance of efforts to mainstream human rights in @Nestle policies that cover 161000 supplie… 
6990                                                             Check out SLIMMING WORLD LITTLE BOOK OF BARBECUE BRAND NEW 2017 UNUSED  #SlimmingWorld https://t.co/MIou1FmI3a via @eBay
6991                                                                                           @rsiegel @patagonia @amazon Oh I don't know.... but I think it would definitely be better!
6992                                                  RT @WearableTech: Registration to #WTUS17 now open: https://t.co/Po0aXbFIiV Join us in SF on July 25-26 ! Feat. @Audi @GooglePlay… 
6993                                            RT @Rekhain07873617: @Gurmeetramrahim @facebook Thank u so much Guru ji for coming live nd Given us Amazing Tips to live Healthy Life!❤️… 
6994                                      RT @leannegroutage: Yesterday shooting for @Honda with my old pal @chrisedwards79 🎬🏎🚗#watchthisspace #notmyface 😂@Honda_UK https://t.co/7Ci…
6995                                                                        Check out US Marine Corps - 3rd Battalion - 6th Marines Embroidered Patch   https://t.co/evyvtr1g00 via @eBay
6996                                            RT @Nestle: We awarded @Agrohub our #CSV prize to support #sustainable cassava in Africa: https://t.co/CjnHEbRlMn https://t.co/MGO3IW26xg
6997                                                                        German parliament votes to fine social media over hate speech https://t.co/s5d3IHuJjT Via @Reuters #worldnews
6998                                                                                                Granddaddy Amazon Instant Video ~ michael simmons https://t.co/8x1gCvTlil via @amazon
6999                                                            RT @ClineSandra1: Check out NEW Ivanka Trump 069-90 Sunglasses Aqua Havana #IvankaTrump https://t.co/q0RLHr2vIf via @eBay
7000                                                @RobertThibadeau @SomaticBorder @WunderCave @AMHQ @nbcsnl @CBS @weatherchannel @ReynoldsWolf @TBN @FL @POTUS… https://t.co/8vok7y4bxB
7001                                                                    RT @Reuters: China builds new military facilities on South China Sea islands - think tank https://t.co/FHzj2blrPa
7002                                         Did you miss me @Apple? 660 hours passed but you still did't fixed bugs in my #Apple #iPhone7 and I'll remind you a… https://t.co/Txae6DL194
7003                                                                                                        @netflix fuck you for messing up Death Note for everyone... good fucking job.
7004                                                                    RT @Reuters: China builds new military facilities on South China Sea islands - think tank https://t.co/FHzj2blrPa
7005                                                                                        @SamsungUS @WhirlpoolCorp @generalelectric @LGUS @kenmore you too @MaytagBrand and @AmanaCare
7006                                                                                                                  Dear @NetflixUK @netflix meet @LynchFoundation and #Ronnierocket 👍
7007                                                                                                                                                         @McDonalds Where is #mcrib ?
7008                                                         RT @gbridget6977: Check out Lot Of 6 TDK D60 Superior Blank Audio Cassette Tapes New  #TDK https://t.co/77VWgFhBQZ via @eBay
7009                                                                                         RT @colesprouse: When someone at @Google hates just you specifically https://t.co/fjP245U5d2
7010                                                                                                                   @Criztalinz @stephenstohn @Degrassi @netflix Wtf are you for real?
7011                                                                                                                                        Hey @Google you suck. https://t.co/TtzIeyGQTT
7012                                                              Check out Swirled Art Glass Cone Egg Shaped Paperweight Orange Red Spirals #unbranded https://t.co/HZUCYhm5iq via @eBay
7013                                                      RT @Reuters: Trump meets Moon as the threat of North Korea looms https://t.co/xqCxnU0qnx Via @ReutersTV https://t.co/29wOC0UBzl
7014                                                        Check out Grey (slightly sage green) fascinator hair clip/corsage. Sinamay roses/feathers   https://t.co/cYEoaUz1v7 via @eBay
7015                                                          RT @Reuters: Ukraine power company says hit by second cyber attack Thursday https://t.co/RVsPlKmPf5 https://t.co/h70WfLglOv
7016                                                                    RT @Reuters: China builds new military facilities on South China Sea islands - think tank https://t.co/FHzj2blrPa
7017                                                                                            Check out Beautiful White Wedding Gown w/Beaded Bodice  https://t.co/2d9UQZ3eG6 via @eBay
7018                                                                                       Venezuela's shield-bearing protesters inspired by Ukraine https://t.co/6fGVUAjoZu via @Reuters
7019                                                                         Check out Trueliving Green Floral Tape 54.8 ft (16.7m) https://t.co/T7acMOYDlj via @eBay #SALE #FreeShipping
7020                                                                       RT @Reuters: Civilians flee as Iraqi forces attack last Islamic State redoubt in Mosul https://t.co/vIQN5i1m8z
7021                                                        Check out Electronic Muscle Massager Infrared Sore Relief Tool Stimulation Deep Ache Tense  https://t.co/JR2MTXvUKk via @eBay
7022                                                    RT @businessinsider: Loss-making Delivery Hero to IPO at €4.4 billion https://t.co/OvLI4mFMIE by @Reuters https://t.co/5wZoYDYafX
7023                                                  Check out Real Madrid Ti Shirt SET fly emirate Sports F&amp;C LFP 14-28 Children Teens #RJCSports https://t.co/RljwbwF3An via @eBay
7024                                                                                                                                     @Ryanair Any chance of a response on this today?
7025                                                                     @thoshaltweets @Nike Barcelona are getting closer to referee kits. Casemiro is 100%  tackling a ref next season.
7026                                                                                     Pembrook Non Skid Socks - Hospital Socks - (6... by Pembrook https://t.co/OlCeOMrG7g via @amazon
7027                                                                Check out MGL Certified 5.92 CT. Round Cabochon Tiger Eye Loose Gemstone SN- 19072  https://t.co/ucloTXL0CC via @eBay
7028                                                                                                                            @Clash_with_Ash @BattleEliteClan @CocaCola Awesome buddy!
7029                                                               RT @judehaste_write: Toxic 1  Melanie's charges of misconduct just turned platinum https://t.co/CMFnKrk4to via @amazon
7030                                                                        I have been the mostest responsible adult all day. Time to reward myself with some McDonalds and @CocaCola 🙃
7031                                                                                     post on @facebook : Tyra Banks : Alter Schwede! He's got talent. :-) ... https://t.co/8lz3bBnp0I
7032                                                                                                                                                        @Reuters Hmmmmmm. Wonder why?
7033                                                                                                Thanks love... Don't forget to get a bottle of @CocaCola  Lol https://t.co/Fb5cmhqxvb
7034                                                              @Ryanair the fact that your flights from Rome are delayed and you don't even deign to tell passengers why is appalling.
7035                                                                        RT @NRO: .@JonahNRO on why the new @generalelectric ad is creepy &amp; condescending: https://t.co/LFOFB3MDbs
7036                                                          Check out 8.50 INCHES CUSTOM MADE AWESOME J2 STEEL HUNTING/BUSHCRAFT KNIFE #Paragonknives https://t.co/8WTt6lskPd via @eBay
7037                                                                                                       Major setback for Murdoch's $15 billion Sky deal https://t.co/t7GB1xxeJ1 @21CF
7038                                         RT @f_sharniya: How to Optimize your #Business - @Google will tell you how when you attend @NatWestBusiness #NatWestBoost Conference https:…
7039                                                                                  RT @Reuters: Demand for Qatar to close down al-Jazeera 'unacceptable': U.N. https://t.co/09kb2hxP7I
7040                                                                RT @Reuters: HSBC ends 20-month wait for China securities JV approval https://t.co/1qGSkp6C9Y https://t.co/bUt5KaM86k
7041                                                             RT @judehaste_write: Knocked Out Again (Knock Out) Jude Haste A romcom  UK follow up https://t.co/iAzlgDBC6g via @amazon
7042                                                 RT @Disney: Swing through highlights from the #SpiderManHomecoming premiere. @SpiderManMovie opens July 7. 🕷 https://t.co/BOiMinhsmJ
7043                                              RT @greenmissionmom: Now you can #save $1 on @cottonelle at @Walmart when you use the #IBotta app! https://t.co/wkBjr3WHOc #ad #savings
7044                                                                                                                                   Well done @netflix for bringing back #SENSE8ISBACK
7045                                                                       RT @tech2eets: The @Apple #iPhone8 dummy built from leaked CAD files doesn't seem as special as we'd hoped -… 
7046                                                                            RT @Reuters: Dollar racks up worst quarter in seven years https://t.co/XScpR5egrt https://t.co/1LLpJOZJxt
7047                                           RT @dolly0423: Check out this Amazon deal: Car Charger - JEBSENS - 4in1 3.1A Fast Dual U... by JEBSENS https://t.co/M9ejp3rM8g via @amazon
7048                                                             RT @Reuters: Roche buys diabetes app-maker mySugr in digital health push https://t.co/NQcHM2j8Ti https://t.co/LcpPUQs2G7
7049                                                               Check out Comic Book New Kids On The Block Step By Step Harvey Rockomics Fall 1990   https://t.co/M7kVrDDfpm via @eBay
7050                                                      RT @Reuters: Trump meets Moon as the threat of North Korea looms https://t.co/xqCxnU0qnx Via @ReutersTV https://t.co/29wOC0UBzl
7051                                                            Check out MGL Certified 31.40 CT.Rough Shaped Natural Malachite Loose Gemstone GN-2641  https://t.co/g8BTwUB812 via @eBay
7052                                                 Check out MONTREAL CANADIANS 2009 REEBOK 50TH ANNIVERSARY MIKE CAMMALLERI JERSEY ADULT S/M #Reebok https://t.co/LFhGv8zDV6 via @eBay
7053                                                                               Find the economics of partnering with @Microsoft here: https://t.co/Rp5K2LpJSS https://t.co/Q7kgTXl9rn
7054                                                                                                                                         @bbbboulos @nerdyasians @netflix Fuck up #1.
7055                                                                             RT @Reuters: China 'outraged' by $1.42 billion planned U.S. arms sales to Taiwan https://t.co/OiABA69BTc
7056                                                  RT @Unpersuaded112: #Nestle ( @Nestle ) CEO Peter #Brabeck says #water is not a human right and should be privatized. #privatized… 
7057                                                                               @GoldmanSachs To see more blockchain and coin news that you can profit from -&gt; follow @cryptOReilly
7058                                                                             RT @Reuters: China 'outraged' by $1.42 billion planned U.S. arms sales to Taiwan https://t.co/OiABA69BTc
7059                                                          RT @Solomofy: @facebook @Twitter @LinkedIn @instagram Thanks @YouTube for making my that emotion go live. #SocialMediaDay… 
7060                                         #MichaelKors #MK Sleveless Wrap Top Blouse Purple Geometric Design #XL https://t.co/r41KbGEQkd @eBay #macys #authentic #feminine #sexy #kors
7061                                                                             RT @Reuters: China 'outraged' by $1.42 billion planned U.S. arms sales to Taiwan https://t.co/OiABA69BTc
7062                                                                                   Celebs out at @fosgoodwood #FOS @WWE @Goldberg doing hill climb in @Toyota https://t.co/nJ2wJzma25
7063                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/p5GHpnM9gJ
7064                                                                                                             Marked (The Darkness Series Book 4)  https://t.co/pESBMKG4PQ via @amazon
7065                                                             RT @Reuters: German lawmakers approve same-sex marriage in landmark vote https://t.co/Imde76Y7p5 https://t.co/MYoKa8RnQi
7066                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/NzWXOS7RlO
7067                                                             RT @Reuters: German lawmakers approve same-sex marriage in landmark vote https://t.co/Imde76Y7p5 https://t.co/MYoKa8RnQi
7068                                                                             RT @Reuters: China 'outraged' by $1.42 billion planned U.S. arms sales to Taiwan https://t.co/OiABA69BTc
7069                                         RT @IBMWatson: #AI is making huge strides in innovating the creative industries. Learn more about the @Tribeca + @IBM collab. https://t.co/…
7070                                                     Just saw this on Amazon: MM/ONE Mens Oxford Shoes Dress Shoes Height... by MM/ONE for $71.09 https://t.co/7A1U5HHteb via @amazon
7071                                                                                         Check out Tapout Men's Genuine Bonded Leather Belt Small S https://t.co/yAmsGvpAyd via @eBay
7072                                                         Check out 14K White Gold His and Her Diamond Engagement Bridal Wedding Band Trio Ring Set  https://t.co/Xd75UR7xTh via @eBay
7073                                                 Check out  Amber Kings Crown Thumbprint  Indiana  Glass Snack Sets Qty 2 1970-1980 #IndianaGlassCo https://t.co/3sUpQ7RZJc via @eBay
7074                                                                                                                        4/5 #Review on @amazon by sagar_25394 https://t.co/GxK2NLCSmm
7075                                                        Check out J.Jill Shirt Dress 14 Petite Beige 100% Linen Button Front GUC #JJill #ShirtDress https://t.co/oTVpdPXMXQ via @eBay
7076                                                                    Check out IWC Porsche Design Ocean 500 Titanium 3503 Watch Black Used Rare #IWC https://t.co/iURlkHjoDU via @eBay
7077                                                        Check out Human Body Model Kit Lindberg Plastic NEW 71305 2009 Skeleton Organs 1:6 Anatomy  https://t.co/ULXBTZTQCM via @eBay
7078                                           #FlashbackFriday #FridayFeeling USAF Air Force AF Officer Men's Mess Dress Uniform 44L Coat 36/30 Pants  https://t.co/3HUY9eDiYa via @eBay
7079                                              RT @AtlasDanvers: @LakshitaMalik @Amora_Vanadis Important distinction. Finale implies that it's over. If @netflix really advertises t… 
7080                                                                                                                                           @XHNews @Apple Please only one gift for me
7081                                                           RT @FindingThingz: Check out Antique Wood Carved Framed Holy Family Religious Print Catholic https://t.co/1fzll7EawX @eBay
7082                                         @Ryanair It was something I went to read but Ryanair thing opened instead. Wouldn't mine my uncle been buried on Mo… https://t.co/Ql73jcrdhu
7083                                              Check out For Sale Sparking Amethyst &amp; Black Spinel Silver Plated Connector Making Jewelry #Charm https://t.co/XZcQ5MuzQL via @eBay
7084                                                                  @Reuters I don't know but I think the problem is the population is rising comparing to Hong Kong size in geography.
7085                                           @ASOS d'you know if you'll ever get these jeans in stock again? I'm in love + I can't find anything similar! 😍😭… https://t.co/hT1E3j7RE3
7086                                                                                        @miss_magpie_spy @Autumns_Mummy @MaisyMeowBlog @SianKNotIn3D @amyrowlandsx @ASOS I love this!
7087                                            RT @kerrberry77: Check out #JustAndersen Pewter Candle Holders Pair Mid Century Vintage #DanishModern   https://t.co/VkGpcRwbSI via @eBay
7088                                         @Apple I haven't looked at the hardware in this particular iPad. Yet I will guess it's expensive and weak for the t… https://t.co/WDQNkrphym
7089                                                                             RT @Reuters: China 'outraged' by $1.42 billion planned U.S. arms sales to Taiwan https://t.co/OiABA69BTc
7090                                                                                                   RT @Reuters: German parliament legalizes same-sex marriage https://t.co/opQM3Ty4hg
7091                                                        Check out Willys Gasser 1933 Model Ohio George Polar Lights POL890/12 New Sealed Car Model  https://t.co/czKzosSJXO via @eBay
7092                                            Check out Antique Colombian Emerald Diamond Necklace Platinum 18K E-2.80CT D-3.00CT https://t.co/SIlpnUOSp3 via @eBay Decoemeraldnecklace
7093                                                                                         New conflicts threaten Syria after Islamic State defeat https://t.co/gszoKKr88A via @Reuters
7094                                                        RT @Reuters: Thai police probe Belgian tourist's 'suicide' amid online doubts https://t.co/SSnSKaRbXq https://t.co/wvBcWvPzvw
7095                                            Nuno Saraiva joined us from @Loreal with a talk about millennials in the workplace #careersweek #thefutureofwork… https://t.co/QXifTTVTr9
7096                                                      Check out White House Black Market Pink Berry Jewelry Set NEW $78 FREE #WhiteHouseBlackMarket https://t.co/bmj1VgNTP3 via @eBay
7097                                                                             RT @Reuters: China 'outraged' by $1.42 billion planned U.S. arms sales to Taiwan https://t.co/OiABA69BTc
7098                                                                                                                                  Check out Golf Shorts https://t.co/DlW84Mhonm @eBay
7099                                                   RT @RKNGlobal: Why doesn't @Piaget protect its brand &amp; models' reputations by forcing @Google to delete this stolen photo of… 
7100                                                       @Ryanair 2.5 hour delay at Edinburgh airport is being handled v badly. No advice to passengers re: rights or what's happening.
7101                                         RT @HillestadNils: SOROS PAYS. MEDIA MATTERS GIVES SAME TALKING POINTS TO ALL MAIN STREAM MEDIA @NYTIMES @CNN @MSNBC @ABC @CBS @WaPo https:…
7102                                                                                                                                   Taking my ICND1 test today @Cisco so wish me luck!
7103                                                     Check out Twistables Erasable Crayola Colored Assorted 8 Built In Eraser Crayons C147 #Crayola https://t.co/09N0PqNcjQ via @eBay
7104                                                   RT @RKNGlobal: Why doesn't @Piaget protect its brand &amp; models' reputations by forcing @Google to delete this stolen photo of… 
7105                                                                                                                                                 @lilibelle51 @Reuters Yea! Dream on!
7106                                                                       The hat is beautiful and the wide brim really prevents the sunshine well. https://t.co/2CfCRvBW9f 来自 @amazon
7107                                                                                                    Hay I ended up ordering @McDonalds the only thing consistent na lang in the world
7108                                                                                       RT @Lavche73: Where are your @adidas #sport or #lifestyle sneakers? 😊 https://t.co/w7po7fkJfo
7109                                                        Check out 10 Feet Apatite Chalcedony Faceted 3.5-4mm 925 Silver Plated Rosary Beaded Chain  https://t.co/jAH92mbhPr via @eBay
7110                                                RT @daddysweeney: Get Your Home Connected with @Google Home &amp; @Chromecast from @bestbuy #ad Get: https://t.co/lMqWju9WJF Learn:… 
7111                                                           RT @jazzyjunker54: Check out Vintage Lot 10 Small Miniature Perfume Bottles Empty Glass  https://t.co/5WUuWlBAwr via @eBay
7112                                                   RT @Reuters: Iraqi forces capture historic Mosul mosque where Islamic State declared 'caliphate': military https://t.co/eB6nIyMDQL
7113                                                    RT @Power1051: Today at 4PM inside the @ATT Studio: @angiemartinez sits down with #AllEyezOnMe Director @superboom - Tune in at… 
7114                                     This mail from @OnePlus about its sales on @amazon is so misleading both in terms of what they achieved &amp; why the o… https://t.co/ySnPoeSUpn
7115                                                                                 @netflix are you removing seasons 1-6 of futurama or all of it ?? there's 10 seasons i'm so confused
7116                                                                  Check out EXCLUSIVE GIFT! HANDMADE HOLY BIBLE SILVER GOLD ENAMEL Italian Leather  https://t.co/RHrK3Cbbjn via @eBay
7117                                                  Check out this Amazon deal: LINK Innovation Digital Meat Thermometer Inst... by LINK Innovation https://t.co/gbA79Uvu0F via @amazon
7118                                                   RT @RKNGlobal: Why doesn't @Piaget protect its brand &amp; models' reputations by forcing @Google to delete this stolen photo of… 
7119                                                                                           RT @Reuters: U.S. plans to sell Taiwan about $1.42 billion in arms https://t.co/kP7tt7iKqc
7120                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7121                                                                                                                                                    @YoungJenpuff10 @netflix enjoy! ❤
7122                                                       Thank you @Google for bringing me and @LaganjaEstranja to @YouTube Beach @Cannes_Lions!  👯 #MaxiMore… https://t.co/I4zX6YMiTB
7123                                                   RT @RKNGlobal: Why doesn't @Piaget protect its brand &amp; models' reputations by forcing @Google to delete this stolen photo of… 
7124                                         RT @EdStald: What an accomplishment!!  #wvistheplacetobe @WirelessVision @TMobile @chris_tmobile @thatsammori @sbratto88 https://t.co/LcGyf…
7125                                                                 Silvestoo Jaipur Flower Jhumkas Green Beads Jewellery-Handmade Ethnic Earring... https://t.co/pbcaMYSzxN via @amazon
7126                                                               RT @roborace: Everyone wants to talk about Roborace. We talk to @Reuters at @fosgoodwood. #FOS https://t.co/fPxIvBsFbN
7127                                                                     Check out Large Square 5' x 8' THANKSGIVING TURKEY Tablecloth CLASSIC Fall NR  https://t.co/C7z0TJdCjI via @eBay
7128                                                               RT @roborace: Everyone wants to talk about Roborace. We talk to @Reuters at @fosgoodwood. #FOS https://t.co/fPxIvBsFbN
7129                                           RT @Johndoe13417053: @jeramiikun @MattjVick @_AlphaSloth @essential @gerogegetson @ananiobi @sprint @USATODAY @TMobile @JohnLegere You g… 
7130                                                       @NatasjaEPB @netflix woke up this morning and i was like... why am i so happy ?? then i realized quickly that #Sense8isback!!!
7131                                                          RT @JORGEZUNIGAM: Check out Star Wars Rots R2-D2 With Droid Attack &amp; C-3PO Protocol Droid https://t.co/oYa4c21XtL @eBay
7132                                                                                           When you're starting a new job today and need your laptop and you get this bullshit @Apple
7133                                            RT @JORGEZUNIGAM: Check out Star Wars Attack Of The Clones Battle &amp; Destroyer Droid With Firing Cannons https://t.co/d8pmFzDlwG @eBay
7134                                        @McDonalds I salute you for not allowing this douche to bully one of your employees into giving him a free drink. 👏… https://t.co/p349zxc6TI
7135                                                                             Some 149 British buildings fail safety tests after west London fire https://t.co/4gwbJhxW7i via @Reuters
7136                                                 Check out City Girl Nancy Bolen Boho Crop Top Tie in Front Beaded Shrug long sleeve Small #CropTop https://t.co/LzqqvKf00O via @eBay
7137                                         RT @sarcasticmuzing: @Variety @Sense8Fans_ @sense8 @netflix We'll see. Don't underestimate the global cluster. We may prove them wrong. Aga…
7138                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7139                                                                                    Iraq declares end of caliphate after capture of Mosul mosque https://t.co/g9pMISkxxQ via @Reuters
7140                                                                         Spiderman grabs a cold brew from @Starbucks in #NYC. https://t.co/hfeko9RTSa #Coffee https://t.co/UC6DJDk4Hh
7141                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7142                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7143                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7144                                                                            Fun and games at last week's #BMWInternationalOpen with @Allianz. #RoadHoleBunker https://t.co/Xb7uOO7gEB
7145                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7146                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7147                                                                                                                 [blog post] wearing @Forever21 @ASOS @adidas https://t.co/2frJ0P26xg
7148                                                                             Islamic State counter attack causes fierce clashes in Syria's Raqqa https://t.co/rnZ83cx8Kd via @Reuters
7149                                         RT @slpng_giants_SE: But @IBM!! Your ad is at hate site Breitbart. Please don't send ad $ to hate! Blacklist! @slpng_giants https://t.co/Jq…
7150                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7151                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7152                                                           we need a 2nd season @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca '#WeWantEyewitnessSeason2'
7153                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7154                                           The #gatekeepers -#lyingpress can't believe we in #flyover country knows all they do is lie @MSNBC @ABC @CBS @NBCNews @morningmika @JoeNBC
7155                                                                                       'Bad' foreign firms drive U.S. manufacturing jobs revival https://t.co/LvcspXEbaR via @Reuters
7156                                                 RT @Pippi_Dust: Women's Bride Squad Bachelorette Party Shirts With Ring Small Black Golden Ef... https://t.co/2fOIp9bLRQ via @amazon
7157                                                                                                                                                    @netflix you've ruined death note
7158                                                  Check out Bath and Body Works Guava Pineapple Splash Fine Fragrance Mist 7.6 fl oz #BathBodyWorks https://t.co/JWBi3qGd2u via @eBay
7159                                                                                       Check out Vera Bradley Hand Bag/Purse #VeraBradley #Baguette https://t.co/bgVvkm8FzW via @eBay
7160                                                                                                                                 Check out Crestron AES https://t.co/5pTuFGbXR8 @eBay
7161                                                            Check out New Women's Banana Republic Denim Jeans  Size 8S NWT #BananaRepublic #BootCut https://t.co/8jSKi9BunV via @eBay
7162                                                              I choose @easyJet because I was afraid of @vueling delays and guess what? They are late too !! #Fuckinglowcost 😤😤😤😤
7163                                                                              RT @itgirlsunited: Inspiring commercial by @generalelectric #BalanceTheEquation https://t.co/QjHsxN1wb5
7164                                                                                                         @netflix NOW BRING BACK @girlbossnetflix PLEASE !!!! https://t.co/WEZvQzlRWg
7165                                                @th0mdunn_ebooks @CBS One day I'll write a blog which in perfect BING-British I'll explain America to Americans. From barbara Italia!
7166                                             RT @luckystarsapp: A mobile phone is an essential companion in everyone’s life. Tag the one who needs this @Samsung Galaxy J7 the most… 
7167                                                                                                              @JohnLorinc @Starbucks My kid (18) is looking for ELO on vinyl. So yes.
7168                                                        @airjunebug I've never liked so many videos in all my TwitterLife! Lol. @airjunebug and them shoulders need to be on @netflix
7169                                                        RT @Reuters: JUST IN: Trump invites prime ministers of Thailand and Singapore to the White House in phone calls - White House
7170                                                                                                I just checked in @Walmart with #mPLUSPlaces Download today!  https://t.co/lsulVzQfjR
7171                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7172                                                    RT @AshleyMugnolo: Anyone know how to exclude idiots from my #FacebookAds targeting? @facebook any ideas? https://t.co/4XLqIdOE7H
7173                                                                               RT @MrCockyHill: @Psully226 @Google There's a 100% chance that it's this image https://t.co/DpVlZR3Yqr
7174                                                          RT @BotinaGindo: #FelizFinde #FelizFinde #EstafaBancoPopular @LdeGuindos @bancosantander Al paredon https://t.co/JvRuZfZsPC
7175                                         @Reuters Xi and Trumputin both wants the oil and natural gas in South China Sea for themselves. Is why Japan started a war with US. RICHAREA
7176                                                                                            @Shitibott1 @JohnLegere @charityluv24 @TMobile SHITBOTTS reminds me of her saying. LOL 👍
7177                                                          RT @Nike: Winning is only one side of the story. Welcome to The Roger Effect. #InspirationUnmatched https://t.co/4o6cv8iFul
7178                                           Check out Vintage 60s/70s Lot 7 Jiggler Jiggly Rubber Ugly Monster Finger Puppets Gumball https://t.co/WmJ2MhXq7N @eBay #jigglers #monster
7179                                                                                                            Excellent initiative. Thanks @Google for sharing! https://t.co/2gQoXVXEtG
7180                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7181                                                              @AstraZeneca Pls pull ads on proven fake news CNN. Do you condone this? https://t.co/4qbLCQ1sz0 https://t.co/QMU7LW0AyK
7182                                                                                              Wish @DunkinDonuts and @KelloggsUS would bring back the cereal. https://t.co/20DdDqZ8QV
7183                                         RT @ittakesus: Kudos to @Google for supporting #gunviolence prevention efforts... using a model that's been proven to work. https://t.co/mq…
7184                                                                                                          @easyJet What Is Happening  Edinburgh  Milan flight? No info on the ground.
7185                                                   Check out Calvin Klein Women's Jeans Lean Boot Cut Mid Rise Stretch flap pocket 14 X 32 #BootCut https://t.co/TfFzIgPvg8 via @eBay
7186                                                                                                              maybe they should give the other party a @pepsi https://t.co/w1rbk9urR4
7187                                                                                                                     @Ford dick smith ford might have the worst customer service ever
7188                                                            RT @IBM: .@IBMzSystems &amp; @IBMPowerSystems ranked industry’s most reliable servers. Discover more about @IBMSystems:… 
7189                                         RT @HillestadNils: SOROS PAYS. MEDIA MATTERS GIVES SAME TALKING POINTS TO ALL MAIN STREAM MEDIA @NYTIMES @CNN @MSNBC @ABC @CBS @WaPo https:…
7190                                                      Check out 80s Retro Bandai FL LSI Tabletop Game FL PENGO Made in Japan Good Condition #Bandai https://t.co/N3bR7YFINq via @eBay
7191                                                    this show means so much to us @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca #WeWantEyewitnessSeason2
7192                                                             Check out The Walking Dead Whisperer War Part 1-6 Full Set Signed By Charlie Adlard W/ COA https://t.co/ElUouAM0xB @eBay
7193                                                                            RT @tony_prophet: So proud of @salesforce @LeahBMH - #BestDemoEver  👏🏽👏🏽👏🏽  https://t.co/H1tmrpmgK5
7194                                          RT @jazzyjunker54: Check out Sandra Magsamen Silvestri Ceramic Plaque It's Not Who You Marry That Counts  https://t.co/4MnKgvZnYb via @eBay
7195                                                                                                                             @Reuters today I feel very boring coz am not busy at all
7196                                                    Check out V1964 Aeropostale Ladies 87 New York Tee Shirt Top Pink White Size XS/TP #Aeropostale https://t.co/YZ0ZHAYZ9K via @eBay
7197                                     RT @marcylangmarcy2: Hope I #win the @despicableme @KelloggsUS @yummyspoonfuls gift card &amp; more giveaway from @verasweeney #DespicableMe3 h…
7198                                                             RT @annairrera: Kenya sells additional $9.6 million worth of bonds via mobile phone https://t.co/jOuIooYX27 via @Reuters
7199                                                                       RT @84Hanners: @netflix Also Accurate: #sense8 was amazing and you should have made #sense8season3 #savesense8
7200                                                Exciting to see @Adobe listed on @FortuneMagazine's list of 100 best workplaces for #millennials! #AdobeLife… https://t.co/zSPLTrQuDn
7201                                           The all new @Nike #Lunarglide9 comes with the ultimate smooth ride. Shop now: https://t.co/KdDI14ihjz #nikerunning https://t.co/JHwFKrJ7ET
7202                                                          RT @LeylaSeka: WOO HOO!  @appexchange @salesforcestart @SalesforceVC @trailhead @salesforce BOOM!!! https://t.co/MF8TXMJVMs
7203                                                                                              Check out brooch pin - HARD ROCK CAFE - LONDON GUITAR PIN https://t.co/Fssh5Jg5Or @eBay
7204                                                                          RT @YolandaHensley7: Extra 10% off Take 10% any Item For my Grand Opening https://t.co/TfyPp1UUv9 via @eBay
7205                                         RT @techreview: T-3 days until we release the #TR50 for 2017! Last year @amazon was #1—who do you think will top the list this year? https:…
7206                                                RT @daddysweeney: Get Your Home Connected with @Google Home &amp; @Chromecast from @bestbuy #ad Get: https://t.co/lMqWju9WJF Learn:… 
7207                                          RT @levidehaan: @comcast Craptastic's twitter manager must be one stoic sob to stick with their lawyers obvious lies about #NetNeutrality.…
7208                                              Check out Newborn SUPERMAN Baby Superhero One-Piece Costume Creepers With Detachable Capes  https://t.co/i7uBfjflMR via @eBay #Superman
7209                                                                               @Gmancleaver @SpursOfficial @HotspurLane @Nike @nikefootball Multi year ? Whatever the fuck that means
7210                                              Joining this @headtalker is @Starbucks fans 1st step to most amazing gift card deals https://t.co/MnuYWQEktw... https://t.co/imUS9UZxtO
7211                                            @Ibelinn @facebook I mean FB doesn't even remove pictures of dead children when you report them but post a nipple and HOOOOOOOOOOO MY GOD
7212                                             RT @Reuters: China builds new military facilities on South China Sea islands: think tank https://t.co/KLHqPNBU6r https://t.co/ZYV9d6Cbiy
7213                                                                     RT @melissapudsey: @viagogo @UPS Firstly you lose my ticket and now you don't deliver it in time for my concert!
7214                                                 RT @Disney: Swing through highlights from the #SpiderManHomecoming premiere. @SpiderManMovie opens July 7. 🕷 https://t.co/BOiMinhsmJ
7215                                             Check out RAY BAN SUNGLASSES PREDATOR 2 RB2027 W1847 BLACK /GREY 62-19-130 NEW &amp; AUTHENTIC #RayBan https://t.co/J0EbOxqKi0 via @eBay
7216                                                                                            Check out Gigabyte Radeon RX 480 G1 Gaming 8G #GIGABYTE https://t.co/Fizx9PIA1q via @eBay
7217                                                        RT @HH1962HH: So proud to see my young old team at Shell winning the ECA. Well deserved!#ECS17 @Shell https://t.co/rBbbpMsmDn
7218                                                       Check out Not Your Daughters Jeans Lift Tuck Technology Ankle Size 12 #NotYourDaughtersJeans https://t.co/xa6fdtiWN7 via @eBay
7219                                                 Check out NWT Victoria's Secret VERY SEXY High Waist Lace PLUM CHEEKY Panties LARGE $32 #HighWaist https://t.co/PIgCME9nlt via @eBay
7220                                                                                                 @Reuters And there it is again. Russia. Nothing to see here. https://t.co/oHMR9ro82e
7221                                                                            @cnn @msnbc @abc @nbc @CBS Please explain why no outrage towards the CNN producer https://t.co/B50ghYwfa5
7222                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7223                                                                                                                                                       @easyJet All sorted out thanks
7224                                         @Reuters @specialreports This is dirtycops work. Same happens in LatAm. Whydont u focus instead on wars in the midd… https://t.co/9TOUnDDpaA
7225                                                              @pepsi THIS is how you train a Doberman to watch over the most valuable items in your vehicle!! https://t.co/PZaLhsMA6Q
7226                                                                             RT @Reuters: Islamic State counter attack causes fierce clashes in Syria's Raqqa https://t.co/anOwajD6uh
7227                                                                               @Reuters So the repercussions of not going to war when they invaded Ukraine. NATO. It seems inevitable
7228                                                                                                                                  @Reuters Yea if it's not the Jews it's the Russians
7229                                        @CocaCola Disappointed in faze out of MCR. No Six Flags tix to use up points. Stuck w/rewards not worth my time to enter 1745pts of codes. 😡
7230                                                   Check out Forever 21 Womens One Shoulder Blouse Multi-Color Sequence Size S/P #FOREVER21 #Blouse https://t.co/UeA9CoxUYz via @eBay
7231                                                                       RT @richeis315: Senate health bill would decimate long-term care coverage https://t.co/ilpPbhF9xS via @Reuters
7232                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7233                                                                             RT @Reuters: Islamic State counter attack causes fierce clashes in Syria's Raqqa https://t.co/anOwajD6uh
7234                                                 Check out Aeropostale tee shirt size XL extra large woMens Choice gray cotton t-shirt #Aeropostale https://t.co/YS5GwpcEzt via @eBay
7235                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7236                                                                                  @dogget09 @Disney @Disneyland Johnny Depp and now this! Disney will not get another dollar from me!
7237                                                                                                                                   @AmericanExpress -what's my balance?  Gary wachtel
7238                                                          Check out Navy Blue Fire Fighter F-D Department Fighters Emblem Embroidered Hat Cap #RFCO https://t.co/E7VzGV9QoC via @eBay
7239                                                                 RT @DebsNovels: When The Circus Came To Town #T4US #freaks #horror #teens #curse https://t.co/VbpjtXcAp8 via @amazon
7240                                                         Check out Tsavorite Bracelet 10.64ct Top Gem Quality AAA Green Garnets and 3.92ct Diamonds https://t.co/9ZLhzIPmNr via @eBay
7241                                         Food truck is at @amazon in Herndon and you can find our tent in DC at the @CapHarvestDC farmers market from 11am-2… https://t.co/ygTvSbm4vK
7242                                         RT @CivilWarBoutiq: Victorian Style Bracelet Attached Ring Lace Rose Rhinestone Steampunk Gothic New  https://t.co/xxTrEmGmAM via @eBay htt…
7243                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7244                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7245                                         RT @equals: @Google makes #coding fun for girls! Nominate inspiring projects at https://t.co/OcbKnC5YHm #GirlsinICT #womenintech https://t.…
7246                                                      Check out Girls black beaded Justice wedge platform sandals flip flops shoes Size 12 #Justice https://t.co/Yq1a9m6Y14 via @eBay
7247                                    20% OFF @mytradingbuddy #Trading Related COOL STUFF in their @amazon Store - Use Pomo Code MTB20OFF at Checkout &gt;&gt;… https://t.co/ziFwnUnhrG
7248                                                                                 Check out Riddick Bowe Signed/Autographed Boxing Glove w/Bowe Hologram https://t.co/yawZMjk94m @eBay
7249                                                               Need dessert for the 4th?? Edwards S'mores Pie - check them out! #GotitFree #OwntheOccasion @Edwards Desserts @Walmart
7250                                                                        RT @NaomiTamsons: @Tesco legit saw this chicken nugget with a chunk bitten out of it. https://t.co/rH6XVk86UE
7251                                                 When you wake up to find @SpursOfficial partnered with @Nike for their kit! Time for me to load up on some cool new gear! 👌🏼 #COYS
7252                                                             Check out 6 ft Non-Slip Yoga Mat With Silicone Dots Non-Slip Soft Activity Mat Yoga Access https://t.co/lQcEocYnBS @eBay
7253                                                Check out this Amazon deal: The Nyche Designs Adjustable Bed Sheet Fasten... by The Nyche Designs https://t.co/cN8T71Sc7x via @amazon
7254                                                               Check out STAR WARS POWER OF THE FORCE R5-D4 WITH CONCEALED MISSILE LAUNCHER KENNER MOSC https://t.co/ENDIELJoUJ @eBay
7255                                                 RT @VimtoBaba: @Expedia The least you should offer at this point is an upgrade to first class for my entire itinerary. Never booki… 
7256                                                                     @KyleaRds13 @FreemaOfficial @netflix @sense8 Same!! This is legit the best news that I've gotten in a while lmao
7257                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/ch94dHSpm0
7258                                                             Check out Instant Read Cooking Thermometer Touch Screen Selected Meat 8 PreSet Meat Option https://t.co/BpifXzfeaR @eBay
7259                                              Check out DETROIT RED WINGS 2016/17 Today Programs GORDIE HOWE Farewell The Joe ABDELKADER  https://t.co/r4YGr1PvFG via @eBay #RedWings
7260                                            Check out this Amazon deal: American Baby Company 100% Cotton Value Jerse... by American Baby Company https://t.co/9ZX58SQzhf via @amazon
7261                                                                                   RT @mai_kenji: I swear @TMobile you continuously disappoint me. @ATT @verizon @sprint I'm looking!
7262                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7263                                                                  Check out HOLLISTER WOMAN LOGO PATCH SLIM POLO SIZE M and L #HOLLISTER #PoloShirt https://t.co/jS0seVzEP8 via @eBay
7264                                                                                      RT @Disney: Disney Desk Accessories Are Here: https://t.co/yzZISIgyAM ✏️ https://t.co/TeY1yQqG2S
7265                                                                                          RT @Reuters: Five suicide bombers attack Lebanese army during raids https://t.co/emWbgzLOHx
7266                                                                    RT @ReginaPucket: I Close My Eyes (Closed Book 1) by Regina Puckett for $2.99 https://t.co/GmqpSJeR9M via @amazon
7267                                                     Check out Vtg FLINTSTONES Collectors lot of 15 Barney Dino figures windups toys 80s &amp; 90s  https://t.co/7osAzRu1Pb via @eBay
7268                                                                                                                                         @BBC6Breakfast @Google Absolutely buckled 😂
7269                                                                                @DefLeppard on @Google : A Brief History of Lego Hair https://t.co/wfrYPn2W6G https://t.co/7nH1PGABmu
7270                                           Hey @Cisco stop pushing @meraki as an enterprise solution. We all know it lacks the granularity of configuration for real enterprise gear.
7271                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7272                                                  Check out KENWOOD Japan Bluetooth Hi-Res Component Compact Hi-Fi System XK-330-N Speaker #KENWOOD https://t.co/yt2ZXR0gLr via @eBay
7273                                      RT @chirp: Hijinx Alive™ powered by @chirp @Beat_Bugs toys interact &amp; sing along with the @netflix TV show! https://t.co/i6a9wmfQs4 #sound…
7274                                                               Check out WOMENS PLUS DRESS 2X TUNIC TOP NEW 18 20 XXL RED NWT CUTE JULY 4th SUMMER DEAL https://t.co/wZ193o5Mia @eBay
7275                                         RT @Reuters: Myanmar says it will refuse entry to U.N. investigators probing Rohingya abuses https://t.co/2oQwSz9eQZ https://t.co/QRx2D3KLVb
7276                                                            RT @AdamsFlaFan: China 'outraged' by $1.42 billion planned U.S. arms sales to Taiwan https://t.co/2Zm0WArmzi via @Reuters
7277                                                            @debralilley @alexnuijten No way. I will do everything I can to keep my granddaughters away from @Disney and Micky Mouse.
7278                                             RT @FlintSteel223_: Check out ANTIQUE  PRIMITIVE COPPER SHUTTLE NEEDLES LACE MAKING FISHING NET TOOLS  https://t.co/IvTz9JdMfS via @eBay
7279                                                     Did you know you can now create @facebook cover videos? Here's a quick one we did with @3DBrewing #SMDay https://t.co/QPhIDxTcwe
7280                                                 Check out Custom Bleach Anime Mask (Dark Knight JOKER Inspired) Prop/ Party/ Protest Mask  #Custom https://t.co/ZaWaGDRlfs via @eBay
7281                                                                Check out LUCKY BRAND Sweet n Low Rise Embroidered Boot Cut Jeans Sz 4 / 27 W 29 x L 29 https://t.co/8pzDgkwk4I @eBay
7282                                                                                                                                     @netflix ITS OFFICIAL 😍😍😍😍😍😍 @Natalia_0904
7283                                            RT @evening_madness: @SholteyScott @Wtfiwasjustakid @netflix Don't forget that we still can get more seasons if we'll fight like we did… 
7284                                                                RT @TopCyberNews: ! @IBM: @IBMzSystems &amp; @IBMPowerSystems ranked industry’s most reliable servers. @IBMSystems:… 
7285                                                            RT @Reuters: Trump says he is sending federal help to fight Chicago crime https://t.co/pHrSm3Q7cS https://t.co/rJuI0J4McX
7286                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7287                                                            RT @Reuters: Trump says he is sending federal help to fight Chicago crime https://t.co/pHrSm3Q7cS https://t.co/rJuI0J4McX
7288                                                         @Citi Follow up: There are 15 people on line with one working teller. What are the rest of the employees up to? This is sad.
7289                                                                                                                                @SpursOfficial @Nike @nikefootball When's the parade?
7290                                                                                                                                           @Apple can I play league of legends on it?
7291                                                                    Check out Tubby Smith #Memphis #Tigers SGA Bobblehead #BBN #GTG #Kentucky #Wildcats https://t.co/jqvQOncNtd @eBay
7292                                                  @verizon does a pretty great job. @VZWSupport is always willing to help.I love my new @SamsungMobile #S8 happy #FourthofJulyWeekend
7293                                                                                                                                                     @netflix where is July schedule?
7294                                                            RT @Reuters: Trump says he is sending federal help to fight Chicago crime https://t.co/pHrSm3Q7cS https://t.co/rJuI0J4McX
7295                                                                                                                                       @SpursOfficial @Nike @nikefootball Old news...
7296                                                                                                                                       @SpursOfficial @Nike @nikefootball Old news...
7297                                                                                                           Check out Road Racing Bike Carrera Virtuoso  https://t.co/Inx9yOCRKr @eBay
7298                                                     Check out SEX MANIAC PACKAGE -SIBERIAN GINSENG HORNY GOAT WEED  DEER ANTLER &amp; CRAZY BOLT   https://t.co/rIQ9Aja9tx via @eBay
7299                                                                                          @dolfer @kroger @eatlamb Meats a health hazard bro lol and these companies don't give a fuk
7300                                                                     Check out SILVER BRAND Tuesday Mid Rise SKINNY LEG Stretch Jeans Sz 25 W 27 x L 29 https://t.co/EwUquzv5Wr @eBay
7301                                                            RT @Reuters: Trump says he is sending federal help to fight Chicago crime https://t.co/pHrSm3Q7cS https://t.co/rJuI0J4McX
7302                                          #Kids Outdoor Inflatable Bouncers for children https://t.co/BLtRQRsiGU … … … … …via  @amazon #shopping #shoppingstar #family #Children #fun
7303                                         @S_C_ what the hell is this? Just bought a @TIDALHiFi subscription to specifically listen to your album. @verizon c… https://t.co/RlL1bdbdbj
7304                                                                              RT @amazon: @Gfretless You're all set. We'll remind you when #PrimeDay is here! https://t.co/kQdsFAczL6
7305                                         RT @ACE_Aeropuerto: 29062017 PHTFL @TUINederland @Boeing #b7878 #Dreamliner at @ACE_Aeropuerto #planespotting by @ACE_spotter https://t.co/…
7306                                                                                                      @Jackymax @KermaneB @sherrillkoithan @IvankaTrump @Apple Good company you keep!
7307                                                                                                   RT @Reuters: German parliament legalizes same-sex marriage https://t.co/opQM3Ty4hg
7308                                                                                                                        @JohnPetersonPR @netflix I see it today its nice korean movie
7309                                                        RT @greenmissionmom: Grocery pickup? YES! It's at my local @Walmart! Check yours &amp; don't forget @Cottonelle Mega Rolls!… 
7310                                                    Check out Hayward TB1400TE 4-Inch PVC TB Series Ball Valve with EPDM Seals &amp; Threaded End   https://t.co/2WsSpGIUcM via @eBay
7311                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7312                                                                                   @kidsmoove @Sony if you want your first Platinum download i am mayo. its real easy to get bruh lol
7313                                                   Check out NEW Lot of 12 #GARFIELD #Birthday Small #GiftBags #GiftWrap #Retro #FREESHIPPING https://t.co/dDREAJ5kjB via @eBay #eBay
7314                                             RT @LadybelleFiske: @miri_1001 @billwalk10_bill @TimelessFanatic @RenewTimeless @NBCTimeless @nbc @Sony @therealKripke @ShawnRyanTV We… 
7315                                                      @ATT encourages you to stop by the #BeTheGlow booth here at the @essencefest to experience the new #Att tech #ATTInfluencer #ad
7316                                            RT @proudinfidel15: @Reuters They are just use to politically correct puppets in office. We now have a MAN who will stand up for what h… 
7317                                                     RT @Reuters: China 'outraged' by $1.42 billion planned U.S. arms sales to Taiwan https://t.co/uXMGox7q7s https://t.co/Kbk5uvQEp8
7318                                                                  RT @ProCamps: Almost time for the @verizon @JForsett football ProCamp in Dallas #Experience https://t.co/d3ead8VcBM
7319                                                     RT @Reuters: China 'outraged' by $1.42 billion planned U.S. arms sales to Taiwan https://t.co/uXMGox7q7s https://t.co/Kbk5uvQEp8
7320                                                               Check out 2 yd Herman Miller Upholstery Fabric Alexander Girard Hopsak Eames Tweed   https://t.co/pmmqp8e6cG via @eBay
7321                                                        Check out Brown Metal MAILBOX*Kitchen/Office/Porch*Primtive/French Country Farmhouse Decor  https://t.co/FnzTYymdpA via @eBay
7322                                                                                           Check out Bob seger and the silver bullet band music CD  https://t.co/lCchaDjhLE via @eBay
7323                                                                                                            @aaadams_adams @Reuters WhAy would this possibly possess them to do that?
7324                                         RT @McDonalds: Lunch at your desk just got awesome. Get $5 off* your first two @UberEATS orders with code: FRIES4U #McDelivery https://t.co…
7325                                         @PkaBlank @RussCarmichael1 @Reuters No actually that was me fucking your wife last night. And she really enjoyed it… https://t.co/Ycxo1NkEfU
7326                                                                              @UPSHelp @UPS my delivery hasn't arrived but is out for delivery today - what time is your 'end of day'
7327                                                                     Check out #Retro Glittered Wooden #Ornament~ Fly Boy ~ Handmade~Kitchen Decor  https://t.co/0gapodrLYZ via @eBay
7328                                                 RT @ModernMetalsMag: China concerned by U.S. probe of aluminum imports on national security grounds https://t.co/CEdzKuQDoF @Reuters
7329                                                      Check out New Dell latitued E7000 E7240 E7440 Docking Station Spacer Part XJD0R 0XJD0R  #Dell https://t.co/RPsNvnym2S via @eBay
7330                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7331                                                I think @CBS has to promote @ZooCBS more. It's a great show with a great cast and deserves more attention. @CBSTweet. Please. #ZooCBS
7332                                           Check out Yeezy Calabasas Crewneck Size S Yeezy Supply Kanye West https://t.co/pKvI81Tajg @eBay #Forsale #Kardashian #YeezySeason #Season4
7333                                           @paulyboym1 @SpursOfficial @Nike @nikefootball Have you ever thought that maybe the leaks are planned leaks? It's a way of generating hype
7334                                                         Check out Vintage Alfred Shaheen Liberty House Hawaiian Shirt Ali'i Procession 50s Medium  https://t.co/LuxAV6qe49 via @eBay
7335                                                                                                                  Check out my listing on @eBay: https://t.co/PL7o4EKzc9 via @eBay_UK
7336                                                                                                                                                   Thank you @ATT for wasting my time
7337                                                                        Look what I found on @eBay! Eagle's Easy Catch Original Watercolor Painting https://t.co/4SnXc0Qjig via @eBay
7338                                                                                                                     Check out my listing on @eBay: https://t.co/l7aDqOhQjx via @eBay
7339                                                                        Happy #SocialMediaDay! @instagram @TwitterID @TeamYouTube @facebook I love making friends and love the world!
7340                                         @Apple Why the heck isn't there a function to turn off  notification vibration during calls on iPhone? Very annoying to have it buzz in ear.
7341                                                                                                                  @facebook seems to be the next yellow pages https://t.co/sAlBdZrIwJ
7342                                         RT @JackPosobiec: Hi @Disney! Are you going to continue your film deal with Johnny Depp after his kill-the-president comments or is that fa…
7343                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7344                                         Next week @aliedgar13  will be doing a FB Live from @facebook itself in Dublin! The time will be announced early ne… https://t.co/D2zgdxpiAr
7345                                                     Ending Soon ! Air Jordan X 10 LA Ocean Fog Navy Blue Lagoon Ice City 310805-404 Men's Size 13  https://t.co/TD3uyUzAgJ via @eBay
7346                                                                      RT @Adobe: Should more brands partner up to #MakeItAnExperience? See if you agree with our latest #AdobeChat:… 
7347                                         @NBCNews Creepy Cowardly Democrats @CNN @ABC @NBCNews @CBS @MSNBC @nytimes @washingtonpost think they can viciously… https://t.co/vQnnKLFA8e
7348                                            @HomeDepot i love when i hear coworkers saying that they should get rid of the pesky constitution so President Trump can do what he wants
7349                                         RT @PBSPressRoom: Public Television joins forces w/ @TMobile to preserve access to public television for millions in rural America: https:/…
7350                                                    Check out US Army Coat Size Xsmall Woodland Camouflage Combat Jacket  Authentic Nato Mens #Army https://t.co/DUAapmvWDc via @eBay
7351                                          RT @ChaconiaDolls: Check out Chaconia Dolls Floral lace flounce sleeeve top Self Portrait Top Size US 2 UK. 6 https://t.co/LQlCUvaQjr @eBay
7352                                                                   Check out SAETA AIRLINES OLD METAL GATE AGENT TICKET VALIDATION AVIATION PLATE   https://t.co/qmlBmMkvAi via @eBay
7353                                                                                                                                      @amazon Please retweet. https://t.co/aqZV9uIWDV
7354                                                                   RT @SAP: Today you face a choice— disrupt or be disrupted. Future-proof your business with cloud ERP from #S4HC:… 
7355                                                                                    Check out Vintage Dress House Dress House Print 1970s Muu Muu Hippy https://t.co/VWjRJt1vxi @eBay
7356                                         Google Search Is Doing Irreparable Harm To Muslims - HuffPost...... @Google how could u. ur not doing right by this! https://t.co/wzqSxe6bnQ
7357                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7358                                                                                                   RT @Reuters: German parliament legalizes same-sex marriage https://t.co/opQM3Ty4hg
7359                                                Check out ROBERTO CLEMENTE - PITTSBURGH PIRATES - COOPERSTOWN COLLECTION  BAT #Pittsburg   hPirates https://t.co/xxkzD3d0ca via @eBay
7360                                                  RT @MarcusMarionWNI: FINAL | DII Defending Champion @KaufmanFootball beats Wimberley 32-20 in @adidas 7on7 champs bracket 2nd rd.… 
7361                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7362                                                          RT @MLB: .@Cody_Bellinger has been invited to participate in the @TMobile #HRDerby – and will accept under one condition.… 
7363                                     RT @GoldmanSachs: @lloydblankfein: the most important int’l relationship is between US &amp; China. WATCH: https://t.co/C62n5g8Xwb https://t.co…
7364                                                                 @1loriking @PlanItOutsrcing @Startup_Canada @QuickBooksCA It such a valuable resource @YouTube @Google #startupchats
7365                                                          RT @MLB: .@Cody_Bellinger has been invited to participate in the @TMobile #HRDerby – and will accept under one condition.… 
7366                                                 Check out vintage Zenith tube amp extension speaker 1950's carrying case portable amp harp #Zenith https://t.co/XN6DQ1rfwM via @eBay
7367                                         @FoxNews @cvpayne @POTUS Creepy Cowardly Democrats @CNN @ABC @NBCNews @CBS @MSNBC @nytimes @washingtonpost think th… https://t.co/sKYtydfhUE
7368                                                                    RT @janeymac64: @easyJet hi guys. If first sector of a return flight is cancelled does this affect return sector?
7369                                                      RT @A10Lm: #WeWantEyewitnessSeason2 save #Eyewitness @hulu @netflix @AmazonVideo @heretv @Showtime @STARZ @CBS @TheCW @AMC_TV… 
7370                                                                                                                            wish someome would get me some @McDonalds right about now
7371                                         @FRRacingTeam @MartinTruex_Jr @Toyota @BassProShops @DISupdates @swanny0008 @AmandaS42118030 I have priority expres… https://t.co/6F0tOnFoVa
7372                                                                                                                                         Very cool @Microsoft https://t.co/uTJr0nZNJE
7373                                                                  RT @orsilver9: Thanks for everything!!! @salesforce @trailhead @OwnBackup #TDF2017 #SanFran https://t.co/37zDHY6PT7
7374                                                              Check out Virtual Clinical Excursions 3. 0 for Adult Health Nursing 2011 6th edition  https://t.co/iM9To4EF5i via @eBay
7375                                                                                                                      @Apple I've been on hold for 10min man .. Yal need to do better
7376                                                                   @Starbucks I appreciate the free bday treat but only giving 3 days to use it is a bit crazy! When did that change?
7377                                                    Check out Fender Japan Exclusive Classic 70s Telecaster Ash Natural MIJ electric guitar #Fender https://t.co/0crDXPFWux via @eBay
7378                                                                 U.S. fund managers seek consumer stocks that Amazon can't conquer https://t.co/yOFJCqxdxK Via @Reuters #businessnews
7379                                                                                        @McDonalds I can also attest that everything @JimGaffigan says about @McDonalds is true. 🍟🍔
7380                                             Check out Military USMC CHALLENGE COIN HOLDER &amp; Key Ring &amp; Neck Chain Fits &gt; 37mm to 47mm   https://t.co/Yy3iKPWIhG via @eBay
7381                                                                                        Check out Heidi Child of the Mountain Wonder Book 1950 GUC  https://t.co/YupeIBBOtQ via @eBay
7382                                         Check out FINE AUSTRALIAN LIGHTNING RIDGE BLACK OPAL 8mm ROUND GREEN BLUE FIRE .85ct GEMMY https://t.co/9oTz19BcUl @eBay LIGHTNING RIDGE GEM
7383                                         @MeantimeBrewing @Tesco #LondonPaleAle in after running into 3 different #TescoExpress before seeing The Wombat's i… https://t.co/2lm5l4bMLw
7384                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7385                                                      RT @AnneBevan1: @Kiwigirl58 @facebook Tell Facebook you are a man or a transwoman.  Dyke is a word only men are allowed to use.
7386                                                                                              RT @Boeing: RELEASE: #Boeing Global Services begins operations: https://t.co/U5plYzelB5
7387                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7388                                                                                    Ostapenko eagerly waits for idol Serena's return https://t.co/d8hTxYLKxb Via @Reuters #sportsnews
7389                                                                      Bit disgusting that @McDonalds call this a large portion of chips🙄  #everylittlecounts https://t.co/TTPptgomtx
7390                                                Mark your calendars! @Nissan is unveiling the #LEAF on September 6. Read @roadshow's article to find out more https://t.co/7FImH17oBu
7391                                         RT @RPMotorsports: You have the chance to meet @aric_almirola &amp; win a @Walmart gift card from @freshfromFL! Head to the Port Orange Wa… 
7392                                                                                RT @marthaperez0609: Broken Dreams: Broken Pieces by Martha Perez https://t.co/KvnENHWHTe via @amazon
7393                                                                                                                  @ValaAfshar @stevewoz @Apple Great things have humble beginnings...
7394                                                                           RT @Reuters: Philippine top cop says police try to save lives of drugs war victims https://t.co/MWLchnZO5E
7395                                                                                             @jonseff Marvel's TV efforts on @ABC are not nearly the quality of their @netflix shows.
7396                                                                                                                 RT @Audi: You know who. #SpiderManHomecoming https://t.co/T1jZknOY97
7397                                                                                Check out Hewlett Packard Invent 14 Black Ink Cartridge HP Expired 2007 https://t.co/OhoZxzVUV2 @eBay
7398                                                                                                I just checked in @Walmart with #mPLUSPlaces Download today!  https://t.co/aBaT1V5GUe
7399                                                          RT @MLB: .@Cody_Bellinger has been invited to participate in the @TMobile #HRDerby – and will accept under one condition.… 
7400                                                                                                                                 RT @netflix: Double woke. 🙌 https://t.co/v1Sq8sIrOx
7401                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7402                                                                                                                  @RMBanfield @amazon @ProductHunt Done! 👊🏼 https://t.co/VMNrYpXg09
7403                                                                                                                                 RT @netflix: Double woke. 🙌 https://t.co/v1Sq8sIrOx
7404                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7405                                                                                                                                     @netflix when is The West Wing coming to Sweden?
7406                                                                Check out Glittered #Flower #ORNAMENT ~Two Red Roses~Vintage Card Image~ Victorian  https://t.co/j9QL4jQKiU via @eBay
7407                                                                                                                                 RT @netflix: Double woke. 🙌 https://t.co/v1Sq8sIrOx
7408                                                                                         Check out Wolverine and Spider-Man Fan Art by Javier Lugo  https://t.co/SFtNLnNM7z via @eBay
7409                                                          RT @Apple: It’s that special time of year again. Set up a telescope and capture the magic of the moon with your iPhone 7.… 
7410                                                                                                                                 RT @netflix: Double woke. 🙌 https://t.co/v1Sq8sIrOx
7411                                                                               Never had as bad a service experience as I have dealing with @Samsung @SamsungMobileUS @SamsungSupport
7412                                                                     Check out BROOKS WOMEN BLUE RUNNING SNEAKERS GLYCERIN II SIZE  7/39-40 #Brooks https://t.co/yfoCOKBCxa via @eBay
7413                                              RT @mattBlackDesign: Here at Decode Waterloo. Had a great time presenting for @Shopify. Up next is team @Google https://t.co/sOcm3J0oky
7414                                                                                                                @Wendys Your frosties have nothing on @McDonalds Minute Maid slushies
7415                                                          RT @Momhatescooking: Double scored on @cottonelle @Walmart w/ the #ibotta deal &amp; coupon on the package for $1.50 off!… 
7416                                                                       https://t.co/BOlE6kXeqU: Buying Choices: Berlin: Part 2 [Standard Edition] https://t.co/7KutPkMRj2 via @amazon
7417                                                                                                           RT @jclowers5: @Yahoo Why stop there?  Get rid of the walls and wings too.
7418                                                                                                                       Dear @netflix it seems like you need help with your content...
7419                                                  RT @michaelarossa: #ArtificialIntelligence takes over #Sports Arenas #Olympics #Wimbledon @IBMWatson @intel https://t.co/ffcYXiEFwC
7420                                                                                                                        @Nike you're a bunch of fuckin morons https://t.co/0qyxva4uVw
7421                                         RT @Yahoo: Budget airline wants to remove all the seats from its planes and make passengers stand https://t.co/K4kThpgFuR https://t.co/oRBR…
7422                                                  RT @MorganStanley: The real impact of President Trump’s move to pull the U.S. out of the global accords to combat climate change.… 
7423                                                                          Check out 1964-65 NEW YORK WORLD'S FAIR TICKET  DAILY PASS FREE SHIPPING  https://t.co/arpYkDWvlB via @eBay
7424                                                  RT @YaniAtCVS: @AdonaCoxCvs @jlbibb @CVSHealth @ARCareerEd @DocCJ7 @RobinW0203 Isn't it a gorgeous building?I absolutely love The… 
7425                                                                                      @ashleymcnamara @Microsoft Great write up. Very detailed and lots of lessons learned. Congrats.
7426                                                                                                RT @ASOS: The sale is REAL right now: https://t.co/2RWnTkOIfw https://t.co/WeHfKlUoQm
7427                                                            RT @Reuters: France's Le Pen put under formal investigation over EU funds https://t.co/JqsH82jZhH https://t.co/N4WcSCeHDr
7428                                                            RT @Reuters: France's Le Pen put under formal investigation over EU funds https://t.co/JqsH82jZhH https://t.co/N4WcSCeHDr
7429                                                                           Somalia Islamist insurgency splits as loyalty of key commander wavers https://t.co/dAAFQr2ofI via @Reuters
7430                                         RT @Yahoo: Budget airline wants to remove all the seats from its planes and make passengers stand https://t.co/K4kThpgFuR https://t.co/oRBR…
7431                                                                      RT @shlimbo43: Really @Ford? Trying to figure out  what to do with the remaining fl.oz. https://t.co/dkXKayZUEw
7432                                                        Check out The Bible Edition arranged Ernest Sutherland Bates Literature 1936 Simon Schuste  https://t.co/yt4VaRRwsC via @eBay
7433                                             Check out NWT #WalkingDead #RICKGRIMES #CinchBag #AMC #ToteBag #Backpack #FREESHIPPING #TheWalkingDead https://t.co/NVq6wo2Ehi via @eBay
7434                                                                                                                              @netflix But when's it coming to uk Netflix though 😓😔
7435                                                  RT @GoogleForEdu: A new partnership with @ALALibrary and @Google helps more students in libraries across the US get #ReadytoCode:… 
7436                                                 Check out PINK VICTORIA'S SECRET Women's Blue Yellow Logo Full Zip Jacket L Large #VictoriasSecret https://t.co/46j6UMkPLe via @eBay
7437                                                                                                    A Warning? The Real Story Funimation! Unidisc https://t.co/VziZlggACc via @amazon
7438                                                         Check out Scrapbooks magazine Summer projects Jewelry Cards Gift ideas Bridal photo album  https://t.co/lsBe35X5qP via @eBay
7439                                                                   Vinyl comeback: @Sony to produce records again after 28-year break https://t.co/s8hCe1H6LO https://t.co/1q0qPD6Wmn
7440                                         RT @baumsarah: Adidas has nearly doubled its US sneaker market share — at Nike's expense @adidas @RUAthletics #ThreeStripeLife  https://t.c…
7441                                                         Check out  MICKEY MANTLE SIGNED 8X10  COA  GFA GUARANTEED FORENSIC AUTHENTICATORS YANKEES  https://t.co/ub6PnRnwR8 via @eBay
7442                                                                                                                                                                 @BMW Stunning lights
7443                                                                                    I love this quote @Forbes @netflix @SitAtTheTable @WOBUK @WomeninMarketin https://t.co/lgDwGUcbQ6
7444                                                              Check out Sperry Top Sider Women's Slip On Leather Leopard Boat Shoes Size 6  https://t.co/8caQfrksTo @eBay #Sale #Ebay
7445                                                         Check out Starbucks Disney Parks Exclusive White Ceramic Cold Cup Tumbler ornament #Disney https://t.co/RshH00q9fA via @eBay
7446                                                                    RT @jomcdowell: I love this quote @Forbes @netflix @SitAtTheTable @WOBUK @WomeninMarketin https://t.co/lgDwGUcbQ6
7447                                                    RT @DDRANTE: @CNBC @CNN @Reuters @BBCBreaking @ReutersBiz @business @CNBCFastMoney @northropgrumman @25 ❤️🤑$TMPS Thank me later… 
7448                                         RT @footlocker: The Khaki @adidas Ultra Boost 3.0. Beginning to arrive in stores now. | Stores: https://t.co/MeC16XnLFi https://t.co/zK5GSz…
7449                                                               Check out L-Theanine 60 VCaps 150 Mg by Bluebonnet Nutrition Health Nutrition Amino Acid https://t.co/tOhE1HowZl @eBay
7450                                         RT @matt_townsend: Why @Nike is going to sell direct on @amazon in one chart. From this story in October: https://t.co/zzkzOWuuGq https://t…
7451                                             RT @KellyOsbourne: SHAME on U @Starbucks #PissedMyOwnPants in this location because UR shameful employees refused to let me use the 🚽… 
7452                                           #Sterling Silver Oval #Turquoise Tarantula Spider Drop Dangle #Earrings #Fashion https://t.co/yu1MzOOtY0 via @eBay https://t.co/el9pkT7uQf
7453                                          @netflix WHERE IS TOTAL DRAMA: WORLD TOUR?? IT SKIPS FROM TOTAL DRAMA ISLAND TO TOTAL DRAMA ACTION! WORLD TOUR IS BETWEEN THOSE WHERE IS IT
7454                                                                                                                  @pepsi the worst part of pepsi fire is i can't get my deposits back
7455                                         @Sony this is fucked. Emotional manipulation on the general movie viewers isn't right. They're stupid enough. Leave… https://t.co/TlRjf1XjVj
7456                                                                                Check out NWT Madewell Black Cardigan Button Up Size XS https://t.co/hS7AMkLC9o @eBay #Sale #Madewell
7457                                                                                                                           BRING THE GET DOWN AND GIRLBOSS BACK YOU ASSHOLES @netflix
7458                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7459                                         RT @IIAHAMK: Check out #Brand #New #Nokia 3310 2017 #Model 2MP #Camera #UK #Seller https://t.co/bNyIH6v4ym @eBay #latest #simple #old #fash…
7460                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7461                                                                                     NEW #GIVEAWAY from @jewishladyblog! Enter to win a $100 @Visa #giftcard. https://t.co/enSLY1TsqJ
7462                                         RT @IIAHAMK: Check out #New #Motorola #Moto #G4 #Plus 16GB #SIM-Free #Smartphone - #Black #Fingerprint #Sensor https://t.co/KiM8EIfp9W @eBay
7463                                 RT @TheAgencyReview: Not just @Yahoo &amp; @marissamayer. @nichcarlson’s “Marissa Mayer &amp; the Fight to Save Yahoo” is about the #internet https…
7464                                                                                                                                  When is this iOS 11 beta 2 going to drop @Apple ???
7465                                                                                      RT @kaosonia: Check out Sterling Silver Hook Earring Finding  https://t.co/TQrKoAmRmb via @eBay
7466                                         I'm out since 6:am have been on the internet no problems get home and bang my internet is out !!!!! Thanks @ATT for the piss poor service!!!
7467                                                  Check out SIMPLE HUMAN 8 INCH SENSOR MIRROR LIGHTED MAKEUP VANITY MIRROR 5x MAGNIFICATION #Simple https://t.co/FsSQhfWoPC via @eBay
7468                                                                          @UPS I'm bout to call the post office and see if I can pick it up cause I needed it today smh UPS the worst
7469                                         @mattywatty01 @rcb05 @SouthwestAir @adidas (It isn't really bait and switch I just love when people yell about suin… https://t.co/2ZppXOUOvc
7470                                                                                               Check out HANDMADE MOSAIC GLASS TABLE LAMP #Moroccan https://t.co/ViXTZ49wtm via @eBay
7471                                                   RT @Ryanair: @godoitos The way to sit together is select reserved seats from just €2. If you choose random seats it's likely you… 
7472                                                               RT @YooShesPauly_: Hey @CocaCola I think it is time you guys put me in your next commercial 😊 https://t.co/CjM0iaivcC
7473                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7474                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7475                                         RT @CocaColaRacing: #CokeZero400 racer @DanicaPatrick will be at the @CocaCola Experiential Display in the @DISupdates Midway – 3 p.m. toda…
7476                                                                       @johnnybeane @Starbucks yes please.. iced tall Americans .. 2 pumps caramel and soy on the bar .. thank you 😊
7477                                                                                                                                                   @crlalonde @McDonalds It does! Lol
7478                                                                                                                 @Joanne_TPR @hm On the other hand the return process is much faster!
7479                                                                 Check out Glittered Wooden #Flower #ORNAMENT~Pansies For You~Vintage Card Image~   https://t.co/LORijGBKHZ via @eBay
7480                                                  Check out DANA BUCHMAN Signature Brown Cap Sleeve Shirt Blouse Geometric Print Size Large #Blouse https://t.co/Wylyk6z3ng via @eBay
7481                                      @facebook There are so many options! Try targeted ads to separate &amp; reach audiences or try separate platforms with… https://t.co/CThYzEYYkJ
7482                                                                                                                                             @netflix y'all are truly a blessing frfr
7483                                         RT @comcast: Title II ≠ #netneutrality. Comcast continues to support open internet protections: https://t.co/DpRD7Bgjdh https://t.co/tmPFPU…
7484                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7485                                                              RT @sebastianstn: Yo @netflix how many views do u need for the 2-hour finale so we can get full season 3? #Sense8isBack
7486                                              @bookingcom Women employees are rating/reviewing your company on our platform. Check out what they have to say. https://t.co/rBvgln72mM
7487                                                                 Natural Sea Shell Pendant Necklace Yellow Gold Plated from Persnickety Patty'... https://t.co/gRbobc4qCw via @amazon
7488                                                  RT @jpmorgan: Seen in #Seattle: a $JPM employee snapped this shot of the downtown skyline with Mt. Rainier while visiting the cit… 
7489                                                                                 Check out Infant Boys Denim Bib Overalls Size 12 monthes #Overalls https://t.co/jJYiFyYS7Q via @eBay
7490                                                                                                                                 RT @netflix: Double woke. 🙌 https://t.co/v1Sq8sIrOx
7491                                               RT @VW: Power has met its hatch. The #VW #GolfGTI is more than just a 4 wheeled machine- it's a modern marvel. https://t.co/gpMfmHIZbT
7492                                                                                                         The Last Starfighter 2 by Patrick Finerd https://t.co/16dZyyDaY0 via @amazon
7493                                                                        RT @kaosonia: Check out Sterling Silver Hamsa Hand with Etched Heart Charm  https://t.co/KI1IzkRqmz via @eBay
7494                                        🎾 Tennis fans rejoice! 🎾 Only @DIRECTV and @ATT are providing expanded LIVE coverage via the Wimbledon Experience!… https://t.co/SjV05WEpQt
7495                                                                                               #transformers Energon Perceptor (Street Action Team) https://t.co/8sUD4fzNlm via @eBay
7496                                         RT @maddiehhodge: this paper wrapper was in my ice cream cone. pay my future tuition and i'll delete this @McDonalds https://t.co/D2ENGZ3DpY
7497                                                        Check out The Last Days Joel C Rosenberg Sequel to The Last Jihad 2003 Cassette Unabridged  https://t.co/KIZJYtUURU via @eBay
7498                                                Amazing Stories - Sci-Fi Pulp Magazine Cover Art - 24-Trading Cards Set – Available Now: https://t.co/FjUJTV5oyS via @amazon #PulpArt
7499                                             RT @Sense8IntFans: @sense8 THANK YOU THANK U @netflix AND EVERYONE. I CANT BELIEVE WE DID https://t.co/BeKv1BPmq4 FUCKIN NEWS OF THE U… 
7500                                                                                          RT @Reuters: Five suicide bombers attack Lebanese army during raids https://t.co/emWbgzLOHx
7501                                                                     Can anyone from @ODTUG #Kscope17 help @dmelx (a passionate user of #orclapex at @Oracle) https://t.co/9F26zfTwaZ
7502                                         RT @topbots: Oldie but goodie: Martin Zinkevich's 43 Rules of Machine Learning (lessongs from a @Google engineer) https://t.co/Ak1GksYzFq #…
7503                                                       Check out DISNEY 1992 The Little Mermaid TYCO doll ARIEL Purple Rubber Top FABRIC TAIL #TYCO https://t.co/05vSpMayH3 via @eBay
7504                                                   RT @AwesomenessFilm: Some mistakes won't let go. Watch #YouGetMe on @netflix | June 23rd! @bellathorne @Nashgrier @_TaylorJSmith… 
7505                                              Love it.😎@MoveOn @ACLU @HuffPost @POTUS @MSNBC @CNN @PhillyMayor @CBS @ABC @washingtonpost @nytimes @NYCMayor… https://t.co/5x7Y8ZpKMc
7506                                         RT @pwilderotter: @ReeveFoundation is proud to partner with @jpmorgan on Code for Good that pairs students with nonprofits https://t.co/lal…
7507                                                               RT @YooShesPauly_: Hey @CocaCola I think it is time you guys put me in your next commercial 😊 https://t.co/CjM0iaivcC
7508                                         RT @Yahoo: Budget airline wants to remove all the seats from its planes and make passengers stand https://t.co/K4kThpgFuR https://t.co/oRBR…
7509                                                  Lands' End Women Long-sleeve Crew-neck T-shirt Top in Lavender - Size L #LandsEnd #Tunic https://t.co/nTn5Sr2fdL via @eBay #July4th
7510                                                                                       RT @CharlesHarvey99: Butt Naked in Da City  https://t.co/7Zh3Eq0G6C via @amazon #Black #Hiphop
7511                                                                                                                                 RT @netflix: Double woke. 🙌 https://t.co/v1Sq8sIrOx
7512                                                  Check out Women's Zip Up Hoodie - Stylish and Well Constructed - Tag Size Medium / Orchid #Hoodie https://t.co/0aOsTofR2j via @eBay
7513                                         RT @GoldmanSachs: What technology will redefine our everyday transactions? Experience blockchain: https://t.co/TzyUEZ41HG https://t.co/DTga…
7514                                                                                                                     @BrantleyGasaway @amazon What? Is this a serious book or satire?
7515                                                                                                                                              @kateesackhoff @sense8 @netflix Right!?
7516                                                         Check out Pure DKNY Women's Front Skirt Overlay Pants Size 10 Black Faux Skirt Pants $235  https://t.co/eRLNnRiWtz via @eBay
7517                                                                 BV Medical Classic Stainless Steel Stethoscope Classic Stainless Steel Stetho... https://t.co/OcJTPIYaiZ via @amazon
7518                                                                                                        @ASOS saving my life yet again with the last minute holiday shopping 😮😍👙👗
7519                                                     RT @kaosonia: Check out Satin 24K Gold Plated Sterling Silver Open Wire Triangle Hoop Earring  https://t.co/RQ70LZCYpA via @eBay
7520                                                                                                   What questions are people asking about Chester on @Google? https://t.co/hvpVSnx6eQ
7521                                                             Check out Nike Stefan Janoski Hyperfeel Skate Shoe Black - Size UK 9 - EUR 44- US 11 CM 28 https://t.co/TC55KmmMbI @eBay
7522                                                        Check out Las Vegas Legs Original Art PAINTING DAN BYL Contemporary Exotic Fantasy 4 x 5ft  https://t.co/4PFHWGkgWW via @eBay
7523                                          Messaged @ATT @ATTCares about my bad  internet speeds. Close to 20 minutes and no reply/ Customer service at its finest.  #tech #technology
7524                                         Great recap of upcoming changes to the @Apple App Store that will affect #app #marketers with the release of #iOS11. https://t.co/VcbNufMWq9
7525                                                                      Check out Kim Rogers Short Skort womens ladies golfing striped 16W #KimRogers https://t.co/wNnkWtnavJ via @eBay
7526                                                                                                                               Yeah you better renew @netflix https://t.co/fy63YUaIZX
7527                                           Oh @amazon you promised to deliver today and did not and I waited in all day !!! No more Amazon do me ruined my weekend and week again !!!
7528                                          Check out Doctor Strange #37 Marvel Comics Sorcerer Supreme Behond Frankensurfer  https://t.co/9Rahflm2yq via @eBay https://t.co/FaN4fyz1EQ
7529                                          Check out this Amazon deal: #Save 58% #Viva Naturals High Potency #Vitamin #D3 5000... by Viva Naturals https://t.co/pYQsYftRlL via @amazon
7530                                                    Check out Small adidas Team Speed Traxion Crew Socks Left/Right Specific Ultimate Grip  #adidas https://t.co/wfUy45Ezjv via @eBay
7531                                                          @ATT Kudos to Tech man#Tim Dang-td3921 repair service for my studio phone! This morning So kind/ professional! Thank U Tim!
7532                                                      RT @salesforce: 71% of employees want their company to provide the same level of technology they use in their personal lives.… 
7533                                                        Check out DENMARK NATIONAL TEAM FOOTBALL SOCCER SHIRT JERSEY TRIKOT MAGLIA ADIDAS M #adidas https://t.co/RplibPMkn2 via @eBay
7534                                                                     Check out 3 X Maybelline SuperStay 14 HR Lipstick - 110 Neverending Pink https://t.co/VDzj9iM615 @eBay #lipstick
7535                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7536                                                                                                                                        @Apple Or having Siri tweet something for me.
7537                                                                    Proud to be listed as a Messenger Platform Development Provider @facebook #bots #AI #tech https://t.co/t0Ixq4eBbz
7538                                                   Check out Crochet Pattern Book Table Topics #185 Spool Cotton Company 1942   #SpoolCottonCompany https://t.co/TQGCyumUBk via @eBay
7539                                                               RT @JohnPetersonPR: Look how much soul @netflix put into #Okja's eyes. This movie is stunning. https://t.co/d7ITzdBXil
7540                                                                         MSNBC hosts accuse White House of trying to pressure them over coverage https://t.co/iSyRZHmLQc via @Reuters
7541                                                  Smiles all round 🤣@HYPEBEAST @adidasoriginals @adidasUK @adidas @adidasus @kanyewest @wex1200 @twojskicks… https://t.co/kXnVj2gGu0
7542                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7543                                                                                                                                     @Yahoo Crew and Pilot will stand too! To be fair
7544                                                      Check out Skirtin Around Pink Multi Color Trench Coat Jacket Size 6 #SkirtinAround #BasicCoat https://t.co/frDnMjyQxX via @eBay
7545                                         RT @matt_townsend: Why @Nike is going to sell direct on @amazon in one chart. From this story in October: https://t.co/zzkzOWuuGq https://t…
7546                                                                 Vremi 18 Piece Glass Food Storage Containers with Locking Lids - BPA Free Air... https://t.co/oTo0kAfAcv via @amazon
7547                                                                                                      @JohnDBrice1 @ATT @ATTCares @XFINITY The whole industry needs more competition.
7548                                                                                                       @P41N90D @Hellhound604 @Reuters What is relationship of same sex with 9/11 ???
7549                                                   RT @711culture: @d_overlord @Freeyourmindkid @Apple Pretty sure. I've confirmed with someone who knows him https://t.co/af8doE4n2x
7550                                         RT @TucsonMuseumArt: This weekend @BankofAmerica cardholders get free admission to TMA! #MuseumsOnUs #TucsonMuseumofArt https://t.co/mnRXwD…
7551                                                                               @buriesourlove @kroger oh you know there will be plenty of that! #Boybands1075 https://t.co/rpOjNz4fAn
7552                                         RT @LilaGraceRose: Big Media bias: @ABC @CBS @nbc are silent on news that nearly all charges against @CtrMedProgress have been dropped. htt…
7553                                                                         Check out G.I. Joe Black Ninja Action Figure Argentina COPS in box #Hasbro https://t.co/BwjyKFO0tl via @eBay
7554                                                                                                                                @LordJuiblex @davewhite0916 @McDonalds i dun wanna 😰
7555                                                              Ordered something on @amazon prime with two day shipping and it's saying it won't get here for a week? The fuck Amazon?
7556                                                                                                              Excel 2016 Bible by John Walkenbach https://t.co/lmxkStyJNh via @amazon
7557                                                             Seal this deal! Only 1 left! #Cessna 172 Aircraft Gasket-Fuel Tank Adapter 0523532 NEW https://t.co/y3o6GMZJKN via @eBay
7558                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/TgKOcALUvT
7559                                                                                                                                       Welcome a6500 @Sony 😏 https://t.co/BJf5SWvTlg
7560                                                 Taking this moment to give @Apple the acknowledgement it deserves for adding GIFs to texting. 🙌🏼 #OldNews… https://t.co/IXtDqDRxEO
7561                                         RT @Yahoo: Budget airline wants to remove all the seats from its planes and make passengers stand https://t.co/K4kThpgFuR https://t.co/oRBR…
7562                                                              RT @MPC_UK: Absolutely...lot of love for @netflix giving the #Sense8 fans the more they wanted! https://t.co/4Of21Sa0Xo
7563                                         RT @HealthEugene: Welcome to the @Bayer #pinksocks tribe @FabianaMagaz @ranci1 #G4A #Italy 🇮🇹 #GSD #changehealthcare https://t.co/pUr2AI60gA
7564                                                                                                                                                 @Ryanair where's my flight you cunts
7565                                                                   Check out 2017 Philadelphia Wheat Pennies Uncirculated  20 Rolls (First P Mint Mark) https://t.co/p2Rwrnuuaw @eBay
7566                                                 Y'all why are any of us surprised about this @CoxComm outage? Their service is always hot garbage. I wish I could get @ATT internet.
7567                                                                                                    RT @xo_day: Soooo..... what about The Get Down🤔 @netflix https://t.co/0uwHQsg3Ni
7568                                                                 Pure Natural Organic Turmeric Powder (30 ounce): Natural Vegan Whole Food Bas... https://t.co/NZaVKvSNMl via @amazon
7569                                                        Check out Savage Pellucidar - Edgar Rice Burroughs - 4th Ace Printing 1973 - Frazzetta Cvr  https://t.co/oScXSA4X8C via @eBay
7570                                                                                                               RT @Saiifalm: Why is the lowest brightness still too bright @Apple ???
7571                                                                                                    RT @kofisiriboe: Boutta hit the @Walmart stage at #EssenceFest. Come say w'sup✌🏿
7572                                                           Check out IF YOU TAP IT THEY WILL COME metal SIGN novelty GIFT FUN fathers day man cave  https://t.co/0lDDLVZy0y via @eBay
7573                                         RT @Yahoo: Budget airline wants to remove all the seats from its planes and make passengers stand https://t.co/K4kThpgFuR https://t.co/oRBR…
7574                                                                    VINTAGE USB to PARALLEL Converter Cable 6 Ft #MONOPRICE https://t.co/wysfxyotCu via @eBay https://t.co/yok8vGW98I
7575                                                          RT @slpng_giants_SE: Rally @bookingcom! Pls filter out hateful Breitbart from your ad buy. Don't send ad $ to extremists.… 
7576                                                                                  Check out A 1909VDB to 2017 P/D/S Collection of Lincoln Cents!!   https://t.co/3EtpALdtmA via @eBay
7577                                                    Check out Tchaikovsky: The Nutcracker Suites Nos 1 &amp; 2 - Andre Previn - Vinyl LP - S-36990  https://t.co/iQt89lcbRb via @eBay
7578                                                                                       Check out  Uncirculated 1965 to 2009 Washington Quarters!!   https://t.co/SdpOtHMWOX via @eBay
7579                                                                                                                                 RT @netflix: Double woke. 🙌 https://t.co/v1Sq8sIrOx
7580                                                          Check out 4 Gameboy Color Games Lot BARBIE OCEAN ~ GET A CLUE ~ A BUG'S LIFE ~ SPONGEBOB  https://t.co/VB9G4vBcXl via @eBay
7581                                         RT @tinatigersfan1: Jack has his cute baby glare working  hey @ABCStudios @CrimMinds_CBS @CBS #NoHotchNoWatch #missJacktoo https://t.co/RX9…
7582                                                         Check out SILVER JEANS SALE Buckle Mid Rise Eden Denim Stretch Jean Shorts 24 #SilverJeans https://t.co/mZtS3OaBgf via @eBay
7583                                              RT @SEWMUCHFUN2: Check out Vintage Nursery Rhyme Green And White Gingham Romper Cherries Size 3-6 Months  https://t.co/0NmQLpRREV @eBay
7584                                                                          Check out TRANSFORMERS POWERCORE COMBINERS DINOBOT AUTOBOT GRIMSTONE MIB  https://t.co/0MLVEUolXB via @eBay
7585                                                               Check out Playmation Marvel Avengers Iron Man Smart Figure Standard Packaging NEW Disney https://t.co/DfRGLRHxUd @eBay
7586                                                                Check out Bryant Electrical Plug 20 Amp 125/250 Volt Nema L14-20 Never Used #Bryant https://t.co/pL3ye399me via @eBay
7587                                         RT @Jennymartineztv: #100vetsinitiative @WellsFargo and @HabitatTucson ... I'll have more on Dorothy's story tonight! https://t.co/KnZPzkNh…
7588                                                                                                                                              @atommorgan @netflix is crying a sport?
7589                                         @CocaCola I ask a not that long ago and you guys told me that my name was on it. And I have had so people tell they… https://t.co/N4RUAszgw2
7590                                                                                                                        Look what I found on @eBay! https://t.co/gqxgaLj6oh via @eBay
7591                                                            Check out Tommy Bahama Island Crafted Long Sleeve Man's Plaid Button Down Shirt Size M  https://t.co/LVE4j8NGr9 via @eBay
7592                                                                      Fiction vs Reality. Thanks @ASOS for bringing this forth. #loveyourself #models #beauty https://t.co/xhJ37uZpmh
7593                                                                                                                         RT @Disney: Grin from fin to fin. 💙 https://t.co/miZI6Tu5Ja
7594                                                     Check out Family Crest Design on Gold Colored Metal with Red Enamel Clip On Earrings #Unmarked https://t.co/H6iZ2q0HUe via @eBay
7595                                                                     RT @Reuters: BREAKING: Shots fired inside New York City's Bronx Lebanon hospital: police https://t.co/VhSbqHaRvx
7596                                                                                   RT @Reuters: Shots fired at New York City's Bronx Lebanon hospital: police https://t.co/5tpAfK1Q6j
7597                                                        Check out 37.30 Ct Certified Natural Emerald Shape Smoky Quartz Loose Gemstone Gem No-1182  https://t.co/jRGNyoKXv9 via @eBay
7598                                           @Starbucks m11 services  charging my daughter and friends for a large frappe when she wanted small. Staff saying only large cups available
7599                                                                                                            COUNTRY #452 Singers Solution Karaoke https://t.co/vpZPWdieQj via @amazon
7600                                                                                                       Check out JESUSEATER-JESUSEATER (EP) CD NEW  https://t.co/QcCwzMDeHQ via @eBay
7601                                            Amazon deal: Deluxe Chrome-plated Steel Small Dish Drainer... by Neat-O https://t.co/jcOODM2wGk via @amazon @RielRene Small Dish Drainer!
7602                                                   RT @ekogaia: Is @Reuters prepared to sacrifice reputation by having tame reporters dress up corporate #PR as news? That's not re… 
7603                                                                              Nurse Kit Pocket Organizer 2 Pack Nurse Kit Pocket Organizer 2 Pack https://t.co/M4GH3grF50 via @amazon
7604                                                  Check out 8' High Adidas Shell Toe Florida Forrest Large Oak Wood Statue (One Of A Kind) #Naturel https://t.co/0xRdZ1SzJa via @eBay
7605                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7606                                                                                                                                           @Reuters Amazon is after ea and everything
7607                                         RT @LilaGraceRose: Big Media bias: @ABC @CBS @nbc are silent on news that nearly all charges against @CtrMedProgress have been dropped. htt…
7608                                                      RT @Honda: Quality Project Leader Kristina Kennedy brings the voice of the customer to the product development process. #WMAH… 
7609                                                                                                                                         @MarkCavendish @Nike @NikeUK Awww! Stay safe
7610                                                           Check out Lost &amp; Found Geneen Roth 2011 Hardcover w/jacket Christianity Health Diet  https://t.co/uQO1kcqSgN via @eBay
7611                                                                                                                                  @praveen_248 @Starbucks thanks! :D it was yesterday
7612                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7613                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7614                                         RT @Reuters: BREAKING: Suspect who opened fire at Bronx hospital is dead - police commissioner https://t.co/QoUpGemRKX https://t.co/JkyuMuO…
7615                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/kPqvgq4ygl
7616                                                Check out U.S. Submarine &amp; Destroyer Operations In WWII 1953&amp;1956 Illustrated Military War  https://t.co/qOtQymvhMC via @eBay
7617                                                                                                                  Bridesmaids dresses arrived today from @ASOS they look insane!!! 🖤
7618                                                                     Check out 2015-16 Panini Threads 120 JEFF TEAGUE #AtlantaHawks #NBA @HOOPKARDS https://t.co/pTFJrmzwpM via @eBay
7619                                                  Check out  Genuine African GF Ruby Oval 1.12 ct  6x4 mm in a 925 S/Silver Halo Style Ring  #JITCO https://t.co/CqOiyu0ZlU via @eBay
7620                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7621                                                                                                                                                      @RlSE_ @McDonalds Was it nuggs?
7622                                         RT @Reuters: BREAKING: Suspect who opened fire at Bronx hospital is dead - police commissioner https://t.co/QoUpGemRKX https://t.co/JkyuMuO…
7623                                                              Check out Women's Plus Size 22/24W Black And Red Embellished Faux Wrap Stretch Career Top https://t.co/bmcARxAkHh @eBay
7624                                           A new grant from @BankofAmerica - Thanks for supporting env. ed and workforce development for deserving KC Youth!… https://t.co/0dV9O1Rt7I
7625                                                   Check out#ACEO #Sale #Ocean #Sunset Palm Tree #Impressionism Alcohol Ink #Original #Art#Buckman  https://t.co/5YjragAl8n via @eBay
7626                                                                                                                            @adidas proudly sponsors the @NHL https://t.co/daKU7NWPwa
7627                                                          Check out Vintage MOPAR Performance Plymouth SWINGSTER Quilt Lined Racing Jacket Men's M  https://t.co/G4xBYnOr8X via @eBay
7628                                         RT @AmericanExpress: Tweet #AmexOrigins get $15 back 1x on purchs totaling $75+ at Origins w/cnctd Amex Card! Exp 8/13/17 Terms:https://t.c…
7629                                                                 RT @AnifaM: Wow @ASOS you too??? This is CLEARLY a copy. Stop stealing from indie designers. https://t.co/MQZ3hKaNVf
7630                                                                                                                                        @ItsMeSamiC @amazon What does that look like?
7631                                                                                    Check out Ugg Australia Womens Lyla Sequined Wrap #UGGAustralia https://t.co/nw1UsE3b7m via @eBay
7632                                                                                                               Thank you @amazon I got my package! I love it! https://t.co/jhUi9ufxCO
7633                                                                 @ShelbyStockton1 @CBSBigBrother @CBS They should totally take advantage of the opportunity to promote world issues!!
7634                                                      Check out Michael Kors Lady's Short Sleeve Casual  Pull Over Blouse Shirt Size L #MichaelKors https://t.co/YhQUzagEnS via @eBay
7635                                                                                                                                                 @BMW Ok we will see if you can help!
7636                                                                         Check out ****CUTE**** K's Collection Multi Color Bear w/ Blocks Figurine  https://t.co/JWnZiA4UZH via @eBay
7637                                                                                                                           RT @AndreasHale: *Paging @netflix* https://t.co/1YhWwdhxdC
7638                                                       Check out NEW Girls Size 6-6X Disney and Faded Glory Matching Skort and Top Set So Cute #Set https://t.co/4GsONV1BVK via @eBay
7639                                                                                        Pizza at the worlds largest McDonalds @McDonalds @HolmquistES @disney https://t.co/SmSKTtCC95
7640                                                                                                   @MarkCavendish @Nike @NikeUK Those are amazing and awesome all in one!! Good luck.
7641                                         RT @csapickers: Corvette Stingray Black Blue Tshirt Motorsport Musclecar Racing  #Gildan #Tshirt https://t.co/VRgL6pITKw via @eBay https://…
7642                                                       RT @MagnoliaMamas: 3 Ways to keep your little athletes hydrated this summer with @DrinkBODYARMOR. Win a $25 GC to @kroger to… 
7643                                                                                                                        @ktluthor @netflix I'm on episode 7 and this show is awesome!
7644                                                        Check out MEN`S CROFT &amp; BARROW CARGO SHORTS STRETCH WAIST SIZE: 46 COLOR: ADMIRAL NAVY  https://t.co/x9g40RQJiQ via @eBay
7645                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7646                                                      RT @SissySells: Check out #ANTIQUE #CORNBREADPAN 70 D #PRIMITIVE #COUNTRY CAMPING #CASTIRON   https://t.co/HOhG2b04Mq via @eBay
7647                                                                                                                         RT @Disney: Grin from fin to fin. 💙 https://t.co/miZI6Tu5Ja
7648                                                                                                                           @Wendys You're way better than @McDonalds. I Love you guys
7649                                                          Check out Vintage Apron Cow Sheep Pig Farm Animals Christmas Red Polka Dot Country 1993   https://t.co/oKyzhVXgJv via @eBay
7650                                                    RT @17seant: @WirelessVision @TMobile New Store in Westerville Ohio open today! @ARod_013 @Kenyadunn12 @JonFreier @mkweik ready… 
7651                                         @MicrosoftHelps @Microsoft COMPLETE LIE. What is the point of paying extra service-Assure Plan? I WANT TO MAKE A COMPLAINT!! AWFUL SERVICE😠
7652                                                              Check out Disney Frozen Pop Up Board Game + Memory Match Game 72 Memory Cards #Hasbro https://t.co/xcEzCWIeSW via @eBay
7653                                                          RT @BMW: They don’t call it „Festival of Speed“ for nothing. #BMWGoodwood | https://t.co/tTQLk38bNX https://t.co/utfBBOwmuC
7654                                                                  Check out Majestic 18M NY Yankees Jacket Zip Up Front #Majestic #Jacket #Everyday https://t.co/WChRQgEhU2 via @eBay
7655                                                      Just saw this on Amazon: Sexy Bikinis For Women - One Piece Swimsuit... by Jnete for $15.99 https://t.co/tulAnJQPVA via @amazon
7656                                         RT @H3bK11: Broken Dreams: Broken Pieces by @marthaperez0609 https://t.co/PDSfM9kjwi via @amazon #KindleStore #KindlEbooks #Fiction #Romanc…
7657                                               Check out Wedgwood Pearl #Antique Black #Transferware Plate Horticultural Pattern ca 1850s #Wedgwood https://t.co/dNQGo3lfwi via @eBay
7658                                                                                                I just checked in @Walmart with #mPLUSPlaces Download today!  https://t.co/QR91zP83Xz
7659                                                                    Merkel vows to flight for #climate ahead of #G20 summit  @Reuters https://t.co/HxYqM2xTUq https://t.co/wK6qPOiRGZ
7660                                                                                             RT @LoganLaurice: SEASON TWO!!!⚡️☄️💥💫 @DearWhitePeople @netflix https://t.co/IslPIiVyYV
7661                                                          RT @ChaconiaDolls: Check out Self Portrait Off Shoulder Ruffled Striped Poplin Top- Dark Blue https://t.co/jrC8tLZy4O @eBay
7662                                                                                                                        @McDonalds look at what y'all doing.. https://t.co/qu2aRyGj5q
7663                                         RT @idriveorlando: Have you heard the news!? @UniversalORL’s Islands of Adventure tops @TripAdvisor rankings! (Via @orlandosentinel) https:…
7664                                                                                     Check out Mitchell And Ness Denver Nuggets Adjustable Snapback Cap https://t.co/sxhbtBKROg @eBay
7665                                                                                             RT @LoganLaurice: SEASON TWO!!!⚡️☄️💥💫 @DearWhitePeople @netflix https://t.co/IslPIiVyYV
7666                                                                         @InStanWeTrust @HollowayMack @CocaCola Tell him Stanley! You tell me too Coca Cola!! https://t.co/2s5y792uQl
7667                                                Check out #iHome #KU4B-075-1800D #9IH513W 7.5V 1800mA DC #Power #Supply #Adapter #FastShip! https://t.co/aoGtrKaUiy @eBay #ebayseller
7668                                                                                             RT @LoganLaurice: SEASON TWO!!!⚡️☄️💥💫 @DearWhitePeople @netflix https://t.co/IslPIiVyYV
7669                                                         OVER SOON! Vintage Hand Embroidered Floral ROSE Tablecloth-Hemstitched-32x30-Orange/Green  https://t.co/hNymB2pKbq via @eBay
7670                                         @FoxNews @ericbolling Democratic Perverts @CNN @Amazon @ABC @NBCNews @CBS @MSNBC @nytimes Willing to let your child… https://t.co/KgU3yWnOag
7671                                         RT @LincolnjCole: Just saw this on Amazon: Raven's Peak (World on Fire Book 1) by Lincoln Cole for $1.99 https://t.co/mciFrWPwws @amazon #h…
7672                                                                                             RT @LoganLaurice: SEASON TWO!!!⚡️☄️💥💫 @DearWhitePeople @netflix https://t.co/IslPIiVyYV
7673                                                                                                                                    @guy_raynak @netflix @sense8 Ain't it amaz'in :-)
7674                                                   Check out BIKER DESIGN BD Gray Nylon Cafe Racer Motorcycle Street Biker Jacket Women's XL #Biker https://t.co/XphiTJpSBJ via @eBay
7675                                                 Check out AFFINITAS INTIMATES 34C SEXY BRA  WHITE PINK BLUE FLORAL LACE PADDED UNDERWIRE  #AFS8S01 https://t.co/WmVydeTs2z via @eBay
7676                                                                                Check out Atlanta Braves Wonder Bread Style Fitted Cap Size 7 &amp; 1/4 https://t.co/GJ6fODjtfk @eBay
7677                                                                                                   Check out Large Los Angeles Lakers Embroidered Patch https://t.co/F2Ew92FWoa @eBay
7678                                                                                             RT @LoganLaurice: SEASON TWO!!!⚡️☄️💥💫 @DearWhitePeople @netflix https://t.co/IslPIiVyYV
7679                                                                          RT @theClurichaun: It's the @Walmart #Blimp flying right over my head! #iSpyWalmart https://t.co/KRM6QU53eI
7680                                                                                                 RT @AnilKieranMehmi: @Yahoo When the plane starts taking off https://t.co/KC9D1SUkU4
7681                                                          This gorgeous snake embossed wedge sandal is a summer must-have @eBay (by Nine West) https://t.co/DnzFzOjhf4 #FridayFeeling
7682                                             RT @debferg: Check out Empi 16-7040-0 Polished Aluminum Buggy Master Cylinder Reservoir With Cap #EMPI https://t.co/2hGhGXuyco via @eBay
7683                                          Check out this #rare #Ikebana #illustrated #book https://t.co/UBSv2c3x6y via @eBay #flowers #floral #flowerarrangement #art #Japanese #eBay
7684                                                                                                                   Is @UPS completely incompetent all over the country or just in NJ?
7685                                                                                                     RT @Mbroidered: @adidas Brooklyn Creator Farm x Gen. III https://t.co/qa386rm7Ks
7686                                         RT @Reuters: WATCH: Our top images from around the world in the month of June https://t.co/3tcBEP9GvG via @ReutersPictures https://t.co/tW4…
7687                                     We hope Robert has that #FridayFeeling Thanks @Walmart @motel6 &amp; Dan the Barber! Ofc Pittman helped him clean up fo… https://t.co/6GSoaPT3mh
7688                                                            #Sterling Silver Princess Cut Natural #Amethyst Solitaire #Earrings 2 CT. T.W. #Fashion https://t.co/sIyydToLl0 via @eBay
7689                                                                                                                  RT @netflix: @mairaramosf Hell yeah you did https://t.co/n669hXKfjT
7690                                         @marthamaccallum Democratic Perverts @CNN @Amazon @ABC @NBCNews @CBS @MSNBC @nytimes Willing to let your children d… https://t.co/6R21z139nP
7691                                                                                             RT @LoganLaurice: SEASON TWO!!!⚡️☄️💥💫 @DearWhitePeople @netflix https://t.co/IslPIiVyYV
7692                                         RT @HumblyHip: Check out Kennington Ltd California Hawaiian Camp Shirt XL Ukulele Bongo Drums Button Blue  https://t.co/aoBFVLsJLg via @eBay
7693                                                                                               @Walmart MAKE MY WAL-MART STOCK WWE ELITE FIGURES. HAVEN'T HAD A SINGLE ONE IN 6 WEEKS
7694                                                                 CalTrend Rear 60/40 Split Bench Custom Fit Seat Cover for Select Jeep Cheroke... https://t.co/vPc77DamsI via @amazon
7695                                                                                                RT @bubon29: @Yahoo Airline can't kick someone out of their seat if there aren't any.
7696                                                                                            @hilaryviolet @amazon Oh they had me fired up. But they are my life so we made up. 😂😂😂
7697                                                                                                 RT @AnilKieranMehmi: @Yahoo When the plane starts taking off https://t.co/KC9D1SUkU4
7698                                                     Check out Bethany Lowe*AMERICANA TEDDY BEAR*United States 1776 FLAG*Stars*New! #NaivePrimitive https://t.co/J0AWRreTun via @eBay
7699                                                        Check out 2 Custom Towing Mirror Sleeves To Fit To Chevrolet GMC Perfect Fit No Vibrations  https://t.co/BjnIRfUY9v via @eBay
7700                                                                        RT if you would cop this @Nike Air Force 1 Ultra Flyknit Low. https://t.co/3FpwbbZVBf https://t.co/k9PSDQoh0C
7701                                                                         Check out ZARA Candy Platform Wood Black Leather Sandal  #Zara #Slingbacks https://t.co/LehnBn6lE3 via @eBay
7702                                        @Activision @Capcom_UK @SEGA @Konami @Sony @Microsoft @NeillBlomkamp The second piece of his new universe 😍 Oats St… https://t.co/Jml8S6fKeD
7703                                                     Check out Wife of the artist - after M.Nesterov - Oil painting Figurative art artwork #Realism https://t.co/KvmqsqR0lU via @eBay
7704                                                               RT @YooShesPauly_: Hey @CocaCola I think it is time you guys put me in your next commercial 😊 https://t.co/CjM0iaivcC
7705                                                           Check out SNES Super Nintendo Game Accessory  ~ SUPER GAMEBOY ~ Play Gameboy on your TV  https://t.co/kjfIcWDFTQ via @eBay
7706                                                                                                                                 And the foreigners are the fuckin the worst @TMobile
7707                                                   RT @711culture: @d_overlord @Freeyourmindkid @Apple Pretty sure. I've confirmed with someone who knows him https://t.co/af8doE4n2x
7708                                                Check out 30 Piece Mixed Makeup Lot - MIXED BRANDS - Lips &amp; Eyes - No Nail Polish! #MixedBrands https://t.co/mNsH9ZNRV0 via @eBay
7709                                                  RT @MorganStanley: The real impact of President Trump’s move to pull the U.S. out of the global accords to combat climate change.… 
7710                                                                    Check out Pair Vintage Polished Brass Trophy Urn Table Lamps With 3-Way Lights  https://t.co/hEzfo5SpHx via @eBay
7711                                                       I swear. @PayPal  @AskPayPal has the WORST customer service ever. Almost 2 months still not fixed. Time to lawyer up!! #heated
7712                                                             Check out Lot of 6 Clear 4 Tier Gift Card / Business Card Holder Counter top 4 Pocket  https://t.co/hGU8ozkNo9 via @eBay
7713                                                                                                   I just checked in @Nike with #mPLUSPlaces Download today!  https://t.co/SeTt8q6nVl
7714                                                                                                 @WellsFargo I filed a claim with Autumn.  Her customer service was very commendable.
7715                                                        RT @doubleceandj: Check out Bradley Technologies Food Smoker Jim Beam Digital 4 Adjustable Rack https://t.co/KtlqOQfh3R @eBay
7716                                      RT @Stay__Fresh: Alright @netflix imma need y'all to step in and save the day. Take The Carmichael Show and keep it alive please!! 🙏🏾🙏🏾🙏🏾
7717                                                        Check out Call Of Duty  Remote Control Dragonfly Drone With Camera Shoots Photos and Video  https://t.co/G2KEvbrAop via @eBay
7718                                         RT @IntelNervana: Our #deeplearning framework has been optimized for @intel architectures! Learn more about neon™ 2.0: https://t.co/5V42Lg1…
7719                                                                                             RT @LoganLaurice: SEASON TWO!!!⚡️☄️💥💫 @DearWhitePeople @netflix https://t.co/IslPIiVyYV
7720                                           Evolution of Oneself: My Poetic Memoir by H.M. Gautsch https://t.co/7vFsDpsIBb via @amazon #IAN1 #IARTG #ASMSG #Bookboost #Poetry #AUPROAR
7721                                                                                                                                         @McDonalds get on it https://t.co/HdgsbSvhtq
7722                                                                         UPDATE 1-SPD will block German leasing of drones that can carry weapons https://t.co/rOppnruM9u via @Reuters
7723                                               Check out New Nintendo Switch 32GB Gray Console Neon Red &amp; Blue Joy-Con + Mario Kart 8 #Nintendo https://t.co/t8bE2jpWwG via @eBay
7724                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7725                                                                                                RT @bubon29: @Yahoo Airline can't kick someone out of their seat if there aren't any.
7726                                            Amazon: Alcatel A30 GSM Unlocked Android Smartphone (AT... for $99.99 https://t.co/kK36lmtO6o via @amazon @RielRene Get yourself a phone!
7727                                                 Check out Women's SILVER BRAND SUKI Low Rise Boot Cut Stretch Jeans Sz 32 W 34 x L 30 #SilverJeans https://t.co/WR8bSEqktF via @eBay
7728                                         We want to hear from you! Having fun with your @LutemaBrand #rc toy? Frustrations? Great tips? Join us on @facebook! https://t.co/uvmStOFFOK
7729                                                                    @facebook @CoachK8 Can you reply to me and my goddamn appeal?! I want my account back! Done nothing wrong! 😡😭🔥
7730                                                Rocker Chic! Carlos Santana Ankle Boots Size 9.5 M Black Leather Straps Buckles Brazil  #AnkleBoots https://t.co/T3ImzbjzSD via @eBay
7731                                         RT @SecondHandMaMa1: Check out Baby Boys 3-6 Months NEXT Brown Long Sleeve Jumper Top https://t.co/tkR9dBB2mk @eBay #ebay #Next #jumper #bo…
7732                                                          Check out Brooks Brothers 346 Blue Plaid Slim Fit Non Iron Shirt Size 15 1/2-2/3 Career   https://t.co/FOB2UL3Ei1 via @eBay
7733                                      RT @Stay__Fresh: Alright @netflix imma need y'all to step in and save the day. Take The Carmichael Show and keep it alive please!! 🙏🏾🙏🏾🙏🏾
7734                                                 Check out Women's SILVER BRAND SUKI Low Rise Boot Cut Stretch Jeans Sz 29 W 31 x L 31 #SilverJeans https://t.co/WGZYqWJGbD via @eBay
7735                                                RT @GoldmanSachs: VIDEO: $GS signed a Power Purchase Agreement that will add new renewable energy capacity to the grid. Learn more:… 
7736                                                                                             Check out Womens AMANDA SMITH Straight Cream Skirt Size 12 https://t.co/CKzmUJed3b @eBay
7737                                                          Check out Jamaican Favourite Blu Bomber Cake Soap Laundry Hand washing(12Bars) #BluBomber https://t.co/dLxfX5tgDd via @eBay
7738                                            Check out Vintage KINNEY Black Waxed Leather Heeled Western Cowboy Boots Women's 6M #Nashville #Cowgirl https://t.co/fhbZuMEiiw via @eBay
7739                                                          Check out 2016-17 Exquisite Collection Rookie Signatures Patrik Laine 5/125 #WinnipegJets https://t.co/F4GcQYIaxL via @eBay
7740                                                                                     The Network for the Next Billion Devices: Cisco DNA Meets IoT https://t.co/g1jBLm79Jp via @Cisco
7741                                                                   RT @CocaCola: Looks like Bakersfield is in need of some ice-cold refreshment.  #ShareaCoke https://t.co/f7Pdn24iTV
7742                                                                    RT @amazon: Mark your calendar! Amazon Prime Day is on July 11th. https://t.co/wySQ2rr5cT https://t.co/va6o0TfQqM
7743                                                                                                                                      @Thibauted @ChelseaFC @Nike ... for no signings
7744                                                                         RT @amazon: @hilljoanne2570 You're all set. We'll remind you when #PrimeDay is here! https://t.co/kQdsFAczL6
7745                                                                                         Check out Pokemon Charizard G Lv. X Level Up 2009 Card Rare ?  https://t.co/hZxlHnvdxA @eBay
7746                                               Just saw this on Amazon: Teeth Whitening Charcoal Powder 100% Natura... by Radha Beauty for $12.95 https://t.co/ISb1Usx4z8 via @amazon
7747                                         RT @fbizz86: Check out Funko Pop Star Wars 3 packs set of both Emperor Greedo Tarfful Walmart Exclusive https://t.co/i3mdBZTrlV @eBay #Star…
7748                                         Check out Disney Tsum Tsum 'All in Blue' Raschel Throw Blanket Kids Boy / Girl  https://t.co/EOuogzJ25L @eBay @eBayDeals @EbayKids #TsumTsum
7749                                                                                                                        MLB All Star 2017 - MIAMI @Mastercard https://t.co/D1CjxrC8os
7750                                                   Check out R CRUMB ORIGINAL T Shirt ROBERT JOHNSON PSYCH Art BLUES FOLK COUNTRY COMIC BOOK #HANES https://t.co/blf0NShajf via @eBay
7751                                                                                     Check out @thejudge44 USED PinStripe Memorabilia #MVP @yankees https://t.co/xG1AD53Mqa via @eBay
7752                                                         @Nike MIDDLE: song starts fully playing* guy (frank) hops out of car.. camera is zoomed on the shoes as he walks to the door
7753                                         RT @SeguraSegura9: @shannoncoulter @amazon I buy food &amp; @EvolutionFresh for my family weekly @WholeFoods. This comes to an end while A… 
7754                                                                                      RT @Reuters: States refuse Trump commission request for U.S. voter data https://t.co/1FwFfaXCwl
7755                                                                     Trump McCarthyism: The Third Red Scare by Steve Major #FakeNews #TrumpVoters https://t.co/LUoxBE6rK0 via @amazon
7756                                                             RT @MaerskLine: Maersk says client business expected to be back to normal by Monday https://t.co/7d7qIZlxyE via @Reuters
7757                                                                Horrible call on CBS part. These 2 bring more to the show than 2 white guys ever could.  @CBS https://t.co/bls30tMOJm
7758                                                 Thank you so much to #Julia at #Ridgedale @Apple Store/@AppleSupport.  She was awesome and saved my phone from the meddling bears...
7759                                                                                      RT @Reuters: States refuse Trump commission request for U.S. voter data https://t.co/1FwFfaXCwl
7760                                                                                   Germany gears up to defend against possible G20 cyber attacks https://t.co/eQSRiKMHUl via @Reuters
7761                                                                                      RT @Reuters: States refuse Trump commission request for U.S. voter data https://t.co/1FwFfaXCwl
7762                                                                                   @Starbucks #Quincy #MA #HancockSt #WTF #QuincyPolice hanging out there x3 #uniforms x4 #detectives
7763                                                                             RT @Danone: #Sustainability: Why we launched an organic rice brand in Indonesia. https://t.co/bk4aWyP4Dp
7764                                                                                      RT @Reuters: States refuse Trump commission request for U.S. voter data https://t.co/1FwFfaXCwl
7765                                         RT @mikqelq: so @netflix if we're not gonna be enemies anymore u should consider taking the @sense8 cast to comic con FOR THE FIRST TIME EV…
7766                                                                                                                      What's the point of @PayPal if transfers/withdrawals take days?
7767                                         RT @Yahoo: Budget airline wants to remove all the seats from its planes and make passengers stand https://t.co/K4kThpgFuR https://t.co/oRBR…
7768                                              RT @BoycotWholeFood: @KTLA @JeffBezos @amazon @AmazonBusiness @WholeFoods #SaveBrentwoodNewsstand #28yr #Smallbusiness getting unjust… 
7769                                                                                                                                      @adrianmcardle @facebook I got blocked again :(
7770                                         RT @Yahoo: Budget airline wants to remove all the seats from its planes and make passengers stand https://t.co/K4kThpgFuR https://t.co/oRBR…
7771                                                 RT @FRRacingTeam: We've got a #CokeZero400 tickets winner! Thanks for being one of the 1st 5 to show your @Toyota keys at Martin's… 
7772                                          @sense8 @netflix I invite all to join a Cluster with members around the world. https://t.co/xS1qmdZ9Lw We can start birthing clusters soon!
7773                                                          Check out Gary Payton Seattle Supersonics Basketball 1995-96 UD Collectors Choice #190    https://t.co/maCiaJFYNP via @eBay
7774                                           RT @Fashionista_com: The @Google Cultural Institute's newest initiative could mean big things for fashion history: https://t.co/lvsdunZVEZ
7775                                                                   Check out Vintage Monet and Avon Earrings - Lot of 7 Pairs #Unspecified #Various https://t.co/xgf2yHJbi1 via @eBay
7776                                                                                                           RT @jclowers5: @Yahoo Why stop there?  Get rid of the walls and wings too.
7777                                            RT @LauraCarter: I just bought: 'Music Themed Daily Planner - 2017 Calendar Year' by School Datebooks via @amazon https://t.co/rlfFDbu2SE
7778                                       Check out Pampered Chef Valtrompia Vertical Bread Tube Star Shape with Box &amp; Instructions  https://t.co/DIbnOCCsWk via @eBay #pamperedchef
7779                                                                                                 RT @AnilKieranMehmi: @Yahoo When the plane starts taking off https://t.co/KC9D1SUkU4
7780                                      @McDonalds  poser if you have a Quarter Pounder with Cheese &amp; Big Mac 2/5 why aren't they each $2.50 anything 2 avoid @realDonaldTrump news
7781                                                                                                 RT @Bernie4People: @Yahoo So... the 'fasten your seatbelt' sign was a lie all along?
7782                                                    RT @koreandoll: Totally love shopping on @eBay because 67% of items ship free! #FillYourCartwithColor Love It. Shop It. Own It.… 
7783                                                    RT @theraintproject: Check out Kimono Cover Up One Size Beautiful soft material. Free shipping! https://t.co/nyCtvmok1i via @eBay
7784                                         RT @denschaal: Tally of U.S. TV advertising since 6/16 from https://t.co/CyFdw057Ln: @Trivago $14M and @TripAdvisor $6.8M. Tough hill to cl…
7785                                                                    RT @frankiet91175: @TMobile getting very frustrated when I call customer service and it's 20 min hold time. Why??
7786                                                    AZABACHE BABY BRACELET ( PROTECTION FROM EVIL EYE) Mano de Azabache  https://t.co/9dMmUO7UiB  #azabache #maldeojo #baby via @eBay
7787                                                       RT @Xandermusic: Lunch... #iwasmadeforyou #cokeandfood @CocaCola @CocaColaCo #coke #song #madeforyou LISTEN NOW &gt;&gt;&gt;… 
7788                                                                                  @netflix Well can you fix this I can say this is not how you spell exorcist https://t.co/jYjfnIoDXS
7789                                                                                                 @Perajaay @RushedMyLuck @Flyestoncampus @Yahoo 😂😂😂😂these comments are killing me
7790                                                                                                       S|O to @Walmart for not having my order today like they were supposed to. 🙄😒
7791                                         Elevens Skateboard 27-inch Skateboard Maple-9 layers Elevens https://t.co/hD6vDJ9eoZ … … … … … via @amazon #skateboard #sport #cool #fashion
7792                                               RT @Reuters: Hong Kong home prices hit record high as Xi praises government on housing https://t.co/di6LlqCnBD https://t.co/LSWDZgoOXj
7793                                                   @FoxNews @robertjeffress @facebook amen. Noone really uses FB anymore anyway.  Churches will be around until the return of Christ.
7794                                                 New blog post styling this @hm top 3 ways: https://t.co/T4vHGasJFa #offtheshoulder #bellsleeves #styleideas… https://t.co/duAqY6L4sS
7795                                                   RT @FoxNews: .@robertjeffress: God created the Church. Zuckerberg created @facebook. My guess is God and the Church are going to… 
7796                                                                                      RT @Reuters: States refuse Trump commission request for U.S. voter data https://t.co/1FwFfaXCwl
7797                                                                                                                                              @kidsmoove @Sony ...about trophies. LOL
7798                                                   Welcome @amazon #AWS team to  Khronos Seattle Chapter. Photo w/ @timreha #khronos #vulcan #openxr #Seattle https://t.co/PLOcpSTlPB
7799                                                                                                                                     @alishamengulert @TMobile You got that right. 😅
7800                                                          Check out AMERICAN EAGLE ARTIST Low Rise Flare Blue Stretch Jeans Sz 14 Long W 37 x L 34  https://t.co/ZJ6ysedcTw via @eBay
7801                                                            RT @Reuters: Trump says he is sending federal help to fight Chicago crime https://t.co/S2jDDAcjeF https://t.co/KW2ygzTq29
7802                                                                                                                                                             @GoldmanSachs that's rio
7803                                                @BrummieBalehead @SteelerBarnes @SharonC19471948 @FoxNews @robertjeffress @facebook You're delusional Naeem. Never underestimate God.
7804                                               RT @HungryGents: .@robertjeffress: God created the Church. Zuckerberg created @facebook. My guess is God and the Church are going to… 
7805                                              On auction over the weekend #Zwergnase Jojanne Doll with Box LE 46/250 Signed 2001 Vinyl #Artistdoll  https://t.co/FRMrke6faN via @eBay
7806                                                                                            Check out Mexico Talavera Pottery - Lead Free - Creamer Jug https://t.co/OxGbkWPUxh @eBay
7807                                                                                          @warriorsworld @_AngeIo How did @YouTube and @netflix not JUMP on a #ChinaKlay documentary?
7808                                                             On another note.. fuck @AppleSupport @Apple how you gonna make me pay to swap my phone for a phone with a broken camera?
7809                                         RT @Yahoo: Budget airline wants to remove all the seats from its planes and make passengers stand https://t.co/K4kThpgFuR https://t.co/oRBR…
7810                                      RT @Stay__Fresh: Alright @netflix imma need y'all to step in and save the day. Take The Carmichael Show and keep it alive please!! 🙏🏾🙏🏾🙏🏾
7811                                                    @Stop_Russia_Now @Reuters @MSNBC @JamesOKeefeIII @Lukewearechange So another words you have no evidence that Russia did anything?
7812                                                                                                            Already finding #Christmas gifts 🎁 @Groupon #nevertooearly #savvyshopper
7813                                                 In case you missed my Guest Spot on @HawaiiFive0CBS it is airing again TONIGHT 9pm on @CBS with the amazing… https://t.co/F0DXYH7vNt
7814                                                            Check out Polo Golf Mens Shirt Large Grey/white with Black Stripes #PoloGolf #PoloRugby https://t.co/UXz8SiOXSX via @eBay
7815                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7816                                                   RT @FoxNews: .@robertjeffress: God created the Church. Zuckerberg created @facebook. My guess is God and the Church are going to… 
7817                                               @shadowofasoul11 @arresteddev @batemanjason @arnettwill @Balmain @adidas @ITSJEREMYSCOTT @AKurtzBrand @Hublot… https://t.co/NhF3d5tz5S
7818                                                                                               Check out Stuffed Christmas Wreath Finished item #1  https://t.co/RlZEcxQUhr via @eBay
7819                                                    @seansteele01 @Bobo00697 @FoxNews @robertjeffress @facebook There is NO proof any being with infinite knowledge exists. Just hope
7820                                                                                Via @Microsoft TechCrunch... Crunch Report | Blue Apron IPO Has A Rocky Start https://t.co/mMJ5LnbaFH
7821                                         @SteelerBarnes @SharonC19471948 @FoxNews @robertjeffress @facebook I appreciate the gesture except for the fact tha… https://t.co/KwxzOw60p1
7822                                                                                                                                                  @DRUDGE_REPORT @ATT and Time Warner
7823                                                        Check out Vintage baby dress Polly Flinders - white - smocking - Christening size 18 month  https://t.co/HSuUjd9mzj via @eBay
7824                                         RT @KickingWKelly: Ooooooh yeah! Season 1 of #GLOW is now on @netflix. Watch the trailer here: https://t.co/TM9DtMWKXJ  #ad #StreamTeam htt…
7825                                         RT @FAIRImmigration: Some would-be immigrants left in limbo after Supreme Court travel ban order https://t.co/DJb64Zddrm via @Reuters @yjto…
7826                                            RT @asapiraku77: Golden State #Warriors #Basketball #NBA 2017 Stephen #Curry Championship #Ring Size 11 https://t.co/nbqsNe0IMn via @eBay
7827                                         RT @Mohogany_luv: So @Disney @DisneyPixar can we get a remake of Aladdin? But @BrunoMars  and @JheneAiko as Aladdin and Jasmine? #proud90's…
7828                                         RT @RAZGR1ZGAMING: I just bought: 'Magnetic Key Rack by Savvy Home (6 Pack) | Key Holder for Light Switch | Smart Modern... via @amazon htt…
7829                                                                                                                  @Wendys do you think McDonalds is better than Jack N Box @McDonalds
7830                                         RT @SharpNCAA: 2017 Leaf Metal Amara Darboh RC AUTO 1/1 Cyan Printing Plate! Seahawks! Michigan https://t.co/R7f5fNsvRE @eBay #Seahawks #Mi…
7831                                                                                                       @KZKX969 @DierksBentley @IAmMaggieRose @McDonalds KEEP MAGGIE 🙌🏻🙌🏻🙌🏻🙌🏻
7832                                                                                                 @David_Leavitt @McDonalds How are you operating your phone when you're a giant baby?
7833                                              Check out ART DOLL MAGAZINE Stampington &amp; Co Nov/Dec/Jan  2017  Book Character Dolls #Stampington https://t.co/h7niC8nMuu via @eBay
7834                                                                                                                              @awalkonwater1 @slpng_giants @facebook Thank you 😍😍😍
7835                                                  Check out Usa Flag Fist Punch Design Men's T Shirt Usa Printed Tee Cotton  #Unbranded #GraphicTee https://t.co/qmPZ9UbAt0 via @eBay
7836                                                                                                                                                                 @Yahoo Troublemakers
7837                                                         #VictoriasSecret #Pink #Bling #Hoodie #Robe Gray Grey Thick #Plush sz xs/s New NWOT #Robes https://t.co/pNZamQuYgl via @eBay
7838                                                                                                  RT @kaliCHAINZ: @netflix y'all need to pick up the Carmichael Show! #carmichaelshow
7839                                                                                                      Check out Indiana Jones Heritage Sketch Card  https://t.co/OOSsitP2yq via @eBay
7840                                                                   Auction ending 48 hours Saudi 1 Riyal Haj Pilgrim Receipt  A.H. 1375 High Grade  https://t.co/DZOUImUReS via @eBay
7841                                           @Reuters Putin would love to have all the US voters in a database . . that way he could dick around with elections for generations to come
7842                                                                                                                                   Check out Midi Dress https://t.co/zpBAXBBlK4 @eBay
7843                                                                                      States refuse Trump commission request for U.S. voter data https://t.co/EKTud39mpP via @Reuters
7844                                       RT @nastiestwoman42: @SteveBrant @sarahkendzior @CBS @ericgarland They sure did. And whenever he got into hot water &amp; that started makin… 
7845                                                                 Chunky Large Red Turquoise Tribal Bead Choker Necklace 18-Inches from Tala Ka... https://t.co/kcLgQRC7QV via @amazon
7846                                                                                              Watching #OKJA on @netflix right now. I thought Glenn was dead! https://t.co/Ywnb7cOxli
7847                                             RT @SpursOfficial: We are pleased to announce the start of a multi-year agreement with @Nike / @NikeFootball as our new kit provider f… 
7848                                         RT @incestishalal: @David_Leavitt @McDonalds You can't understand that people would abuse this? You're a dipshit. You even tweeted about it…
7849                                                                                                                              @mrmess @NYRUBE @netflix The last episode got me tight.
7850                                                  RT @SAP: Calling SAP and Google Cloud partners! Join the Intelligent App Challenge: https://t.co/G0cRfREypv https://t.co/yrGrsC9BWL
7851                                               RT @newnewspage: .@robertjeffress: God created the #Church #Zuckerberg created @facebook. My guess is God and the Church are going t… 
7852                                         @David_Leavitt @McDonalds Someone set up a gofund me to raise a dollar so this piece of shit can stop harassing har… https://t.co/yVMfUVTz21
7853                                                                                                IF I HEAR DAVID FROM POLLOCK 1 MORE TIME!!!! @pandoramusic @McDonalds new ad PLZZZZ😁
7854                                                        RT @Danone: #Study: Today people are choosing #food brands in their own image and which have an impact on tomorrow's world.… 
7855                                                   RT @FoxNews: .@robertjeffress: God created the Church. Zuckerberg created @facebook. My guess is God and the Church are going to… 
7856                                                  RT @VladWDC: Check out #METALLICA Giant Merchandising #Skull Candle Holder Storage Bowl Ash Tray 2002 https://t.co/XfllOcE3RI @eBay
7857                                                                                   Germany gears up to defend against possible G20 cyber attacks https://t.co/4n8uAYTVJB via @Reuters
7858                                                                                                   @CocaCola making my beach trip even better 😍❤️ #ShareACoke https://t.co/FLm9VBSwFz
7859                                         RT @jason_auburn: @Ryanair @easyJet hey folks @DELECTRICIAN01 was delayed by @VirginTrains and missed ferry to Dublin for wedding Can you b…
7860                                                 RT @rumispaint: please give us one more episode of the get down!!! their stories are not over @netflix @bazluhrmann @CookieRiverside
7861                                                                                                  2018 @Audi #RS3 street car looks really good in person @WGI https://t.co/Yv1UI9hCBI
7862                                                                                                                                        @David_Leavitt @McDonalds pissdrinking snitch
7863                                                                                                             @dakota_cranfill @McDonalds swear i said the same shit !! 😂 sorry homie
7864                                                                                                                                    @netflix give us another episode #RenewTheGetDown
7865                                         RT @JuliusGoat: Hey @McDonalds your employee Donna Bernick is ignoring this hateful little punk trying to cut in line for a free drink. She…
7866                                                 RT @JackPosobiec: Hi @Disney! Why do you employ wife beater Johnny Depp and sex abuser @Sacca? What the heck is going on over there?
7867                                                                                                             @LoganLaurice @DearWhitePeople @netflix Who's doing the BTS documentary?
7868                                                                                                                      @_AlliBarr @lolwesley @netflix I'm siding with Alli on this one
7869                                         RT @Yahoo: Budget airline wants to remove all the seats from its planes and make passengers stand https://t.co/K4kThpgFuR https://t.co/oRBR…
7870                                                 RT @JackPosobiec: Hi @Disney! Why do you employ wife beater Johnny Depp and sex abuser @Sacca? What the heck is going on over there?
7871                                                                  Chico's Travelers Women's 1 8/10 Medium Black Brown Slinky Top 3/4 Sleeve #Chicos https://t.co/f0zlNAB7vz via @eBay
7872                                                                         I figured this would happen . @netflix should pick it up . It's really a good show . https://t.co/PmFj4mavfn
7873                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/VMszSINlkS
7874                                         @FedEx @FedExHelp @Adi_Slayer @SwiftCop @Backdoorcook @RockyMtnSoles @pxtvr @theyeezyfarmer @darroneggins This nigg… https://t.co/VpFRLUoIpc
7875                                                                          @ShakiaWehrly @HP Yo they helped me in the DMs....repair under warranty. I can't afford a new laptop period
7876                                         RT @Sony: Your favorite marsupial is back. Get the #CrashBandicoot N. Sane Trilogy on #PS4 today: https://t.co/lR2TWLvBri https://t.co/iW1k…
7877                                                                                                                 @JackPosobiec @Disney @sacca .@Disney Walt died and greed took over.
7878                                                             Check out Quacker Factory Sz S Heavily Sequined Vest Snowman Holiday Christmas Womens  https://t.co/rPa9q8AwGT via @eBay
7879                                         @amazon No accountability @AmazonHelp if amazon screw up the delivery part that's on me? I'm stuck here with a $120… https://t.co/ZmmK40Hybq
7880                                                                                   RT @rqui: #Birthweight may impact intelligence throughout life https://t.co/DdyyrYRXsx by @Reuters
7881                                                                                                                         @Wendys why @McDonalds do this to me https://t.co/0GGfcpXmJo
7882                                                            Check out Vintage Lenox Fine Porcelain Green Leaves White Calla Lily Flower 1990 #Lenox https://t.co/jDG0iagy9m via @eBay
7883                                                          @OnAirJake @carrieunderwood @Alexander_Kirk @AlisaKincade @mrkincade @carriedawayxo @AmericanAir @Mastercard Cutie patootie
7884                                                 RT @JackPosobiec: Hi @Disney! Why do you employ wife beater Johnny Depp and sex abuser @Sacca? What the heck is going on over there?
7885                                             @VegJawn @Sears @Walmart  bring a shirt to the managers office and peacefully let them know how offensive it is and why. Log the answer.
7886                                                          Check out Giorgio Armani Acqua Di Gio 3.4oz Men's EDT**NEW IN SEALED BOX** #GiorgioArmani https://t.co/wUK177zMDK via @eBay
7887                                         RT @thalesgroup: 2/3 flights land using Thales systems! Is your next flight one of them? #PAS17 https://t.co/4984Mtfa0b https://t.co/nZT1TK…
7888                                                          Check out Iron Man Marvel Comics AWS Logo Promo Rare Collectible Limit Custom Edition #1  https://t.co/7GE6J1ZHHG via @eBay
7889                                                                                                                   @Perajaay @RushedMyLuck @Flyestoncampus @Yahoo Wow you're reaching
7890                                                  Isn' this great? @CNN @MSNBC @CBS @NBC Yes @OANN  @LouDobbs @Seanhannity think so too! (See the difference) https://t.co/voGes2060v
7891                                                        Check out 40xEco Cosmetic Cotton Canvas Makeup bag accessories Pencil Case organizer Pouch  https://t.co/C7V11Los6E via @eBay
7892                                                                              RT @amazon: @EmmaDerps You're all set. We'll remind you when #PrimeDay is here! https://t.co/kQdsFAczL6
7893                                                              RT @AOLO: Think @CBS missed the mark with this one. So sad. #H50 will never be the same again.  https://t.co/XbmjTqT38Z
7894                                                                                                     RT @SolespireMarcus: I’m on @facebook too. Find me here… https://t.co/bmC44EAZgO
7895                                                               Check out MOTOR CYCLE  WORLD Oct 1968 Metisse Streetster Triumph Trophy Enfield 750  https://t.co/Ix4N9vyKsX via @eBay
7896                                                    Check out sun psychedelic mandala cotton and throw bedspread decor handmade good luck #Handmade https://t.co/NqgO0IWpsh via @eBay
7897                                                                                 @SenJohnMcCain @Reuters Hope Trump allows but who knows since he is so against certain immigrants!!!
7898                                                          Check out Island Escape Bikini Bottom Swimwear SWIM Size 12 Swimsuit Shaper Pant Tie Dye  https://t.co/prdmhQAvl8 via @eBay
7899                                                                 Check out Diane Von Furstenberg Women Elicia Silk Beige Blouse Size 2 #DVF #Blouse https://t.co/naGX0zp6Em via @eBay
7900                                                            RT @Reuters: Trump says he is sending federal help to fight Chicago crime https://t.co/S2jDDAcjeF https://t.co/KW2ygzTq29
7901                                                   Check out Baby Handprint Kit Picture Frame CLAY Unique Gifts Personalized Kids NEW  #LittleHippo https://t.co/oAdxT5Um9a via @eBay
7902                                                                                                                            @TheJakeChoi @Apple Get em babe!! https://t.co/vbjV0Hm5UE
7903                                               RT @SharonMeiler: @GoldmanSachs @McKinsey Yes. The world is a more interesting place because of you and your blood money. I hope you… 
7904                                                  Check out Birkenstock Birkis Women's Size 5 Brown Slides Mules Shoes Birkenstock 230 #Birkenstock https://t.co/CzcFRU9W4u via @eBay
7905                                                                   Check out Animal Adventure Kiss Me Green Frog Plush Stuffed Animal Beanie Pink Heart https://t.co/iP4lV0ILC3 @eBay
7906                                                               Check out Gap Kids Nubby Fur Brown Teddy Bear Plush Stuffed Animal Red Scarf Lovey Retro https://t.co/5P3iITFjf0 @eBay
7907                                                                             @TMobile I wish i remebered the name I just know he was located in Texas. He helped me port in a number.
7908                                              Talbots Womens Double Breasted(6 buttons)Trench Coat W/ Flaw Petite Size 12P #Talbots #ebay #preowned https://t.co/rPD72zyEqg via @eBay
7909                                                 RT @JackPosobiec: Hi @Disney! Why do you employ wife beater Johnny Depp and sex abuser @Sacca? What the heck is going on over there?
7910                                               @McDonalds wtf is up with my bun? Maybe I just need to stick to @Wendys where my food looks and tastes normal. https://t.co/xoDKPatj2R
7911                                                         RT @FreshProductTV: Fresh Story 2: My 2nd Addition Fresh Product https://t.co/4MzOEzf44w via @amazon https://t.co/i7KKk8oauN
7912                                     @Reuters Or like already been said it would hurt the Insured by letting Obama care fail &amp; they would find out Democ… https://t.co/JofcCWser0
7913                                                 Check out Lot 5 H2O+ Minis Waterbright Color Correcting Maskx2 Night Cream Face Cleanser  #H2OPlus https://t.co/NXCUJDhuM8 via @eBay
7914                                                                                                                       Ashcans by Geoffrey Thorne https://t.co/2QTutjK9mQ via @amazon
7915                                                                Live from San Francisco! @IBMWatson @elonmusk @nvidia @NVIDIAGeForce @googleanalytics @Google https://t.co/ncoHyz6VtG
7916                                                                                                                                   @TheJakeChoi @Apple Come on @apple this is not ok.
7917                                                         Check out Urban Decay All Nighter Makeup Setting Spray 4oz Full Size BNIB Original Design  https://t.co/8XftemDCTY via @eBay
7918                                                                                  The Cost of Opening (The Grim Arcana Book 2) by Geoffrey Thorne https://t.co/uInah7kj0F via @amazon
7919                                                            RT @IBM: .@IBMzSystems &amp; @IBMPowerSystems ranked industry’s most reliable servers. Discover more about @IBMSystems:… 
7920                                         RT @kroger: It's a bear necessity! Pick up your Haribo Gummi Bears today with our #FreeFridayDownload! https://t.co/BJ5WPjh7jQ https://t.co…
7921                                                        RT @baps1246: I just bought: 'BH-USA Wired Boat Lift Motor with Lock on Switch' by BH-USA via @amazon https://t.co/vcoVMEDZ92
7922                                                                                           Last Summer's Evil: The Last Cold Case #1 by @MJLaBeff https://t.co/bJ9SS6MmLp via @amazon
7923                                          @David_Leavitt @McDonalds You really should consult a mental health professional. You owe it to yourself to get help. It's ok to need help.
7924                                                            RT @Disney: Think fast! #Cars3's @Cristela9 surprises people on Radiator Springs Racers with @DisneyPixar trivia on the… 
7925                                                        Check out Timberland Boys Button Down Shirt Size Large Blue and White Short Sleeved Checks  https://t.co/pncjgC8ILy via @eBay
7926                                         RT @Yahoo: Budget airline wants to remove all the seats from its planes and make passengers stand https://t.co/K4kThpgFuR https://t.co/oRBR…
7927                                                                                                        @David_Leavitt @McDonalds As my mother used to say. Your really a horses ass.
7928                                                  Check out LIZWEAR Khaki Padded and Lined VEST 100% Cotton w/100% Polyfill Padding Medium #lIzwear https://t.co/1pKjG8sJoR via @eBay
7929                                                 RT @JackPosobiec: Hi @Disney! Why do you employ wife beater Johnny Depp and sex abuser @Sacca? What the heck is going on over there?
7930                                                                 Check out Vintage Men's Solid Brass Duck Head Valet Caddy Mens 3 Compartment Desk Tray https://t.co/t8VMB9GrZs @eBay
7931                                                    Check out J.CREW Cotton PLAID Lined Cropped Large Buttons Jacket Blazer Coat Size 8 - AJ #JCrew https://t.co/hH7vfHsyA1 via @eBay
7932                                              RT @BRJ52004: @Apple IPhone 5C giveaway tomorrow afternoon!!! Go to my YouTube channel tomorrow to watch for the video! #IPhoneGiveaway
7933                                                     Check out PEANUTS SNOOPY Uncle Sam GREETER Patriotic SUMMER PARTY 4th of July USA NEW #HOLIDAY https://t.co/PE30JSuXNM via @eBay
7934                                                                                                                                         your a McDouchebag @David_Leavitt @McDonalds
7935                                           #SamsungGalaxyS8 I love it when I convert 4 VZ peeps to @TMobile in one day! #Finally #Yourloss #WelcometoTmobi... https://t.co/KYzvkHHSQk
7936                                                 RT @Pippi_Dust: Womens Pink Diamond Bridal Party Shirts Mother Of The Groom Small Black Diamo... https://t.co/cqyu8DnF54 via @amazon
7937                                                                                     German lawmakers approve same-sex marriage in landmark vote https://t.co/goUUYXq9Nc via @Reuters
7938                                                                     RT @DavidCertner: Senate health bill would decimate long-term care coverage https://t.co/tqyeQmuskt via @Reuters
7939                                       RT @Disney: This week's episode of The @OhMyDisney Show is a game changer. 🏀✨ Watch: https://t.co/Fx2DVW8pxn #OhMyDisneyShow https://t.co/A…
7940                                         RT @GameInvestment: Reload your Amazon Gift Card balance with $100 and receive a free $10 bonus. https://t.co/myg3i7LjdS via @amazon https:…
7941                                     @AppleSupport @Apple Because we love our school &amp; we're set tripping with this dook blue heart emoji. Put some resp… https://t.co/8Z2247TBNx
7942                                                                 Vremi Vertical Paper Towel Holder for Kitchen Countertop - 12 Inch Decorative... https://t.co/5EigoTdCjK via @amazon
7943                                                                                                                             @TahoeBRL @TripAdvisor That's awesome! Congratulations!!
7944                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/S5YbpYY2ap
7945                                                                                                              RT @netflix: RTing this because it's still true https://t.co/xWjUNA2rKS
7946                                                                                 @David_Leavitt @McDonalds This is a worse use of twitter than making fun of @morningmika's facelift.
7947                                                RT @daddysweeney: Get Your Home Connected with @Google Home &amp; @Chromecast from @bestbuy #ad Get: https://t.co/lMqWju9WJF Learn:… 
7948                                                                                   Check out Vintage Butter soft Leather High Waisted Knee Length Skirt https://t.co/5WDYQKo2G2 @eBay
7949                                                                                            @stephaniesheh @netflix @LauraPostVoice @LucienDodge Will you be voicing Lotte again too?
7950                                                                 RT @Reuters: States refuse Trump panel request for voter information https://t.co/I8DKg0QJDb https://t.co/L3U5b81MRx
7951                                                                   @101danes @TMobile @JohnLegere I love them I've always wanted a African grey or a cockatoo 💕💕💕💕💕 I love birds
7952                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/AdDWPnzc8W
7953                                                                              RT @NEIL12W: Check out DANBURY MINT ETERNAL UNITY COLLECTORS EDITION  https://t.co/xH6dzCcM1e via @eBay
7954                                                     Check out Energy Brand High Quality ABS Handle Goat Hair flower shape Makeup Brush F02 #Energy https://t.co/oyFY2iuBXY via @eBay
7955                                                                                                                                                OH MY GOD @UPS IS LITERALLY THE WORST
7956                                                                            @Influenster @Walmart I love my Secret deodorant... Works well all day everyday #secretatwalmart #contest
7957                                                         Hey @Google Do you have a message board including pasting in photos/pics solution? Cost? Alternate offering to @Photobucket?
7958                                                                   Well thank you @netflix for putting season 13 of Greys on here. These next 8 hours will fly by because of you 🙌🏽
7959                                                                                                    @David_Leavitt @mtgscoop @McDonalds Supersize you?  Well your doctor will approve
7960                                                                                             RT @LoganLaurice: SEASON TWO!!!⚡️☄️💥💫 @DearWhitePeople @netflix https://t.co/IslPIiVyYV
7961                                                     @inihelene A lose of a couple of thousands is nothing to @McDonalds. This guy and his empty threat is a joke point blank period.
7962                                                            RT @killanaddict: @MayTheFunkoBWY @Walmart @reisobrien Usually I hate ewok stuff but this is badass. The detail is insane
7963                                                                                                         @Yahoo They need to just put people in capsules and stack em like fire wood.
7964                                                  Check out 4 Libby Christmas Winter White Frosted Tree Elegant Wine STEMWARE Glasses Arbys #Libbey https://t.co/aa987lSIfE via @eBay
7965                                                              iPhone 6 Plus OEM Screen Complete Assembly Good LCD Good Cables Cracked Glass  #Apple https://t.co/lbzM1LryJJ via @eBay
7966                                                                                                                         RT @Disney: Grin from fin to fin. 💙 https://t.co/miZI6Tu5Ja
7967                                                                                             RT @LoganLaurice: SEASON TWO!!!⚡️☄️💥💫 @DearWhitePeople @netflix https://t.co/IslPIiVyYV
7968                                                                                   RT @Reuters: Olivia de Havilland sues FX Networks over depiction in 'Feud' https://t.co/9svRgv90LB
7969                                                                                     NEW #GIVEAWAY from @jewishladyblog! Enter to win a $100 @Visa #giftcard. https://t.co/CKjQINIoa2
7970                                              18-year-old Indian figure skater Nishchay Luthra stars in this rousing @adidas ad from @cheil_india https://t.co/FqC08k5wQe #FanTheFire
7971                                         @Apple I sincerely hope this is not the kind of standard you keep as a workforce. If so I'll have to rethink loyalty https://t.co/JiwW9nQp9g
7972                                                                         RT @Nissan: Evolution. #FirstGifComesUpForYourName #OMGTR #NissanSkyline #SkylineGTR https://t.co/JAWiG89vR1
7973                                                    @FedEx &amp; @FedExHelp you need to review and change a lot. Your company will not survive like this. Maybe you should study @UPS
7974                                          @David_Leavitt @McDonalds A dollar will solve this problem why are u complaining trying to ruin a persons life and… https://t.co/RmgRmdm5B0
7975                                         @AhmedGharib903 @Microsoft @onedrive Updated and it looks much more normal now (if a little less exciting). Backing… https://t.co/WYtyguLVFj
7976                                                                                             RT @LoganLaurice: SEASON TWO!!!⚡️☄️💥💫 @DearWhitePeople @netflix https://t.co/IslPIiVyYV
7977                                     RT @danitapia88: Hope I #win the @despicableme @KelloggsUS @yummyspoonfuls gift card &amp; more giveaway from @verasweeney #DespicableMe3 https…
7978                                                                                             RT @LoganLaurice: SEASON TWO!!!⚡️☄️💥💫 @DearWhitePeople @netflix https://t.co/IslPIiVyYV
7979                                                 Check out Stride Rite Little Boy/ Toddler Velcro 'Everett' Turtle Theme Sandal Sz 11 Blue #Sandals https://t.co/9txGMVA7K7 via @eBay
7980                                                                                @UPS @USPS @amazon Where is my package? You say it is delivered 6/28. I was home all day-no delivery.
7981                                                      RT @JohnLegere: So proud that @TMobile rang the @Nasdaq opening bell to kick off #PrideWeekend in NYC!! https://t.co/aXCM6baxMj
7982                                     RT @danitapia88: Hope I #win the @despicableme @KelloggsUS @yummyspoonfuls gift card &amp; more giveaway from @verasweeney #DespicableMe3 https…
7983                                                             Check out Vintage Sterling Silver Enamel Guilloche David Anderson Red Butterfly Norway Pin https://t.co/tlpWE3UhA1 @eBay
7984                                                           Check out 100pcs N52 6x1mm Disc Neodymium Magnet Strong Rare Earth Small Fridge Magnets  https://t.co/08S61HfNFj via @eBay
7985                                                                                            Kenyans Attempt to Break World Shaving Record https://t.co/HK3tR7gqUV #SokoNews @Gillette
7986                                       RT @nikkiconstantin: Happy for @colesprouse whose work with @adidas is now enjoying global reach 👍 Spotted this in #Manila 📸 #colesprouse h…
7987                                                  @Based_Basterd @Reuters @TheDemocrats @DNC hey dumb ass.  not a party issue.  know your facts...you will sound a little less stupid
7988                                                                                 RT @Tribe_Shed: We need @CocaCola to see this. Do your thing Twitter family. https://t.co/qyfeO8zOCK
7989                                           RT @DARLINGXXDARLA: BCBG GIRLS Purple Suede Pumps High Heels  Women Size 8  #BGBC #PumpsClassics #Formal https://t.co/54c2AlNzEk via @eBay
7990                                                         Check out #Dickies Womens #Geometric #Striped Small #Scrub #Top Pink Purple Orange Yellow Blue https://t.co/3u3tyKLSLc @eBay
7991                                                      RT @Iamsterdam: 'Amsterdam is an extremely attractive city to live and work' - @bookingcom Chief People Officer Yvonne Agyei.… 
7992                                                        Check out Betty Boop bling black embroidered L rhinestones yellow flora bag handbag purse   https://t.co/gjM81oJGEd via @eBay
7993                                                                                                                                 @David_Leavitt @McDonalds Oh man you're screwed dude
7994                                                              Check out NWT Croft Barrow Belt 32 Reversible Braided Black/Brown Leather Polished Silver https://t.co/2U8ArKy9oM @eBay
7995                                                             Check out Nautica Plaid Shirt Button Up Long Sleeve Cotton Mens Sz XL/TG  W/Nautica Emblem https://t.co/55Rd2WUotq @eBay
7996                                                These two are worth their weight in gold. @CBSDiversity needs to have a meeting with @CBS. Team @danieldaekim https://t.co/Qb0BzZWLml
7997                                                                                                    @Walmart hire employees that aren't lazy and look miserable while doing their job
7998                                                            RT @NatashaVBrown: #ad Ready for the Weekend? Make sure to pick up @cottonelle from @Walmart today so you can sleep in!… 
7999                                                                         RT @Reuters: Investors see overseas equities outshining U.S. https://t.co/fuTMaKnBFP https://t.co/yTp0OHmkTk
8000                                                                 World War 2: Waffen SS Soldier Stories: Eyewitness Accounts of Hitler's Elite... https://t.co/ZoVXuytYvc via @amazon
8001                                          Wth? This @netflix Anne with an E loses the entire point of Anne: rising above her terrible reality through her imagination! #secretdelight
8002                                                                    RT @judehaste_write: Knockout by Jude Haste A Comedy Romance set in London UK https://t.co/rR7A0dXg90 via @amazon
8003                                                                            Check out 10 DEEP 34 SKINNY DENIM JEANS BUTTON FLY  #10Deep #SlimSkinny https://t.co/gIeJmIRCcH via @eBay
8004                                           Check out this Amazon deal: Garcinia Cambogia *** 100% Pure Garcinia Camb... by Quality Encapsulations https://t.co/gVgRyLmTN2 via @amazon
8005                                                               RT @JohnPetersonPR: Look how much soul @netflix put into #Okja's eyes. This movie is stunning. https://t.co/d7ITzdBXil
8006                                                   RT @gameing: @Reuters TheGreedThatMakes Humans NotCare AboutThere Actions IsACrime HappeningToAllHumanity MotherEarth And AllGoo… 
8007                                         @David_Leavitt @McDonalds I thought pr*icks like you only existed in 80's teen movies so the hero could kick your a… https://t.co/fJsEJpDpo0
8008                                                                 Check out 50's Style Pin Up Rockabilly Full Skirt Prom Bridesmaid Party Dress NWT L/XL https://t.co/PntwIDA9PQ @eBay
8009                                                                                     NEW #GIVEAWAY from @jewishladyblog! Enter to win a $100 @Visa #giftcard. https://t.co/942V29AaD5
8010                                                 Hillary voter abuses and humiliates @McDonalds employee @TedNesi @NBC10_Bill @KimKalunian @wpri12 @wpro 👇🏿 https://t.co/KINXxI9k7a
8011                                                                                Masturbation &amp; positive thinking: S-formula India by swamy sr https://t.co/vAkclgc9sx via @amazon
8012                                           RT @doubleceandj: Check out Campmaid Lid Holder Side Lid Lifter For Cooking With Dutch Oven In The Outdoors  https://t.co/BHPd3dDpTw @eBay
8013                                                                                                                      @bouska @louis_riehm @ATT @glaad This is a beautiful thing! 🏳️‍🌈
8014                                                Vintage Lighter In The Shape Of A Fire Bellow Working Condition https://t.co/Iey2w5xuY5 @eBay #antiques #lighters #homedecor #mancave
8015                                                             @bhikshuni @Ventuckyspaz @David_Leavitt @McDonalds I haven't the slightest idea how to do it. I'll try to figure it out.
8016                                              Check out AMERICAN EAGLE DARK GREY SWEATER TANK TOP SIZE XSMALL #AmericanEagleOutfitters https://t.co/6jhDZCq9j2 via @eBay #ebay #tanks
8017                                                  Reshare from @babesontop Jayde Nicole: Adidas X SUP surf: Adidas X SUP surf 💙 @adidaswomen @adidas Source… https://t.co/oYBPyqkp7g
8018                                                  Reshare from @babesontop Jayde Nicole: Adidas X SUP surf: Adidas X SUP surf 💙 @adidaswomen @adidas Source… https://t.co/P9B6bB9SlK
8019                                         @David_Leavitt @McDonalds SERIOUSLY...GO FUCK YOURSELF..YOU COULDN'T RUN A BURGER KING IF YOU WANTED TO....YOUR A F… https://t.co/CcYohpuYEw
8020                                                                                                                                                 @David_Leavitt @McDonalds I hate you
8021                                                                                                                     @David_Leavitt @McDonalds Everybody hates you now David congrats
8022                                                                                             RT @LoganLaurice: SEASON TWO!!!⚡️☄️💥💫 @DearWhitePeople @netflix https://t.co/IslPIiVyYV
8023                                                               RT @YooShesPauly_: Hey @CocaCola I think it is time you guys put me in your next commercial 😊 https://t.co/CjM0iaivcC
8024                                                               RT @YooShesPauly_: Hey @CocaCola I think it is time you guys put me in your next commercial 😊 https://t.co/CjM0iaivcC
8025                                                                                                                     @David_Leavitt @McDonalds Why sir are an a**.  Isn't that theft?
8026                                         @elizabethforma @NIMHgov: @ABC @CBS @NBC @NPRpolitics @WorldBank @USTreasury @IMFNews @PressSec @cspan @wsj Happy b… https://t.co/kVuhOVmogU
8027                                         @David_Leavitt @McDonalds Cheap ass MF. Buy the first drink (not try to scam with washing yesterday's cup) AND  she… https://t.co/5dfSvcXHhk
8028                                                                                               @RitaPanahi @McDonalds I wouldn't serve the pissy whiny lil #Broflake Shit On A Waffle
8029                                                                                                                                         @David_Leavitt @McDonalds Who cares asshole.
8030                                                                                                                                          RT @fryan: @David_Leavitt @McDonalds Prick.
8031                                                    We be so high in Denver we hoping we can get some signal in @Starbucks when we taking a shit the sim pally just don't register...
8032                                                                                                                Any #flightstalking peeps up yet? @Ryanair FR553 MAN-DUB this morning
8033                                                                                                            RT @JamieMBlanchard: @David_Leavitt @McDonalds Why are you harassing her?
8034                                                           Check out BIRTHDAY Cookie Cutters - Set of 2 - Red Plastic Birthday Candle and Cake EUC  https://t.co/BR1yLGqMDY via @eBay
8035                                                     Check out Women's Denim Dress Blue Jeans Fabric Ladies 12 Button Front Yards of Fabric  #Shift https://t.co/ryfkEZBBDJ via @eBay
8036                                                              RT @Reuters: States refuse Trump commission request for U.S. voter data https://t.co/rJpnU9FetR https://t.co/6gUXEvST5Y
8037                                     RT @GuyShone: Day 8 since reported &amp; still @facebook permit thieves to use photos of my kids with impunity. Not even courtesy of a 2 min re…
8038                                                                     @David_Leavitt @McDonalds You're a prick for picking on that lady while she's trying to earn a living. Fuck you!
8039                                                                                           RT @Citi: #Citi CEO Michael Corbat on 2017 Planned Capital Actions https://t.co/lDZw5Ii4Ea
8040                                                                  US $6.25 Check &amp; Double Check with Amos &amp; Andy DVD 2003 Miracle Pictures  https://t.co/BFJUDFtxJV via @eBay
8041                                                         RT @Reuters: British Airways cabin crew begin two-week strike in pay dispute https://t.co/mRJGKpdPwK https://t.co/UHzlHDiw7r
8042                                                          Myanmar says it will refuse entry to U.N. investigators probing Rohingya abuses https://t.co/K6cnym6K1i via @Reuters ( ゚д゚)
8043                                          @Xbox @PlayStation Thanks a lot @HiTechPharma @pfizer for lowering pregnancy rates by pushing your Codeine Sizzurp… https://t.co/wh7fjnhbBZ
8044                                                    RT @om_bts: #BTSforVMAs This time it was @Microsoft that was blessed with the voices of @BTS_twt Let's stream  before the comeb… 
8045                                                                The Trump Administration Has Been a Disaster for LGBT Americans  https://t.co/JmAr2ZZ1Vl via @amazon  your so special
8046                                                  Check out  Energy Brand 2pcs toothbrush shape long handle liquid foundation makeup brush  #Energy https://t.co/BY1d6eDwDy via @eBay
8047                                                                                                                                RT @2ndPOTUS: We see you @UPS https://t.co/iz6ZT1kn0K
8048                                                                                             RT @LoganLaurice: SEASON TWO!!!⚡️☄️💥💫 @DearWhitePeople @netflix https://t.co/IslPIiVyYV
8049                                                                                                                           @SportsNation @Toyota Neither.. it's @ZO2_ and @B_Ingram13
8050                                                                                                                                   @David_Leavitt @McDonalds This is an awesome tweet
8051                                                              RT @Reuters: States refuse Trump commission request for U.S. voter data https://t.co/rJpnU9FetR https://t.co/6gUXEvST5Y
8052                                                                                           RT @buttgrabbing: Damn how hard is it to spell Brandon? @Starbucks https://t.co/271ljPK61W
8053                                                                                               pick up eyewitness already @netflix @HereMediaInc @AmazonVideo @hulu @heretv @Showtime
8054                                                     RT @Billy1161: Check out Retro Vintage 18k Gold Heart Pendant / Necklace W/ Rubies &amp; Sapphires https://t.co/PGMuZrhwLj @eBay
8055                                                                                                                Tempted to binge all of Symphogear in a night but #LWA is on @netflix
8056                                           RT @asuka_250: Myanmar says it will refuse entry to U.N. investigators probing Rohingya abuses https://t.co/K6cnym6K1i via @Reuters ( ゚д゚)
8057                                                          RT @justinbieber: My #SuperBowl commercial w/ @TMobile. Let’s go!! Let me see those #UnlimitedMoves https://t.co/J3YYPkR9nw
8058                                                                         RT @Jesikadalal: #Developerjourneys launched by @IBM to help #developers code easily on #IOT #ai #Blockchain
8059                                                               Check out Adult Bean Bag Chair Teens College Student Dorm Room Furniture Lounger Gaming  https://t.co/1qMPkJRRIr @eBay
8060                                                                                                            RT @michaelcsiebert: @David_Leavitt @McDonalds why are you like this dude
8061                                                      Check out  925 Sterling  Round Cut White Diamond Solitaire Stud Earrings For Women's  #eighty https://t.co/g89R4yDiTc via @eBay
8062                                                          Check out L.E.I. LIFE ENERGY INTELLIGENCE Lace Adj Strap Padded Cami Tank Jr Size XL #LEI https://t.co/YKp4JyjDvO via @eBay
8063                                                                                                                                       @Road2Oscars @netflix @XDolan Nope. Same here.
8064                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/beHSxUDULP
8065                                                 Check out APT. 9 Shirt Top Plus 2X Stretchy Nylon Mesh Scoop Neck 3/4 Sleeves Womens #Apt9 #Casual https://t.co/YNVUYDH2y7 via @eBay
8066                                             @POTUS @moonjaein_ @facebook @Google @YouTube @Microsoft @Twitter @amazon @Facebook @google @youtube @microsoft… https://t.co/bUhfejLCqP
8067                                                         #freefriesfriday @McDonalds yeah this day sucks. The mcdonalds i went to said there machines not working so no free fries :(
8068                                                                                          @AllisonGalvTX @FoxNews @robertjeffress @facebook When is that? I've heard different dates.
8069                                         RT @timmystoys: Selling Hot Wheels Treasure Hunt Fangula (Rare) #HotWheels https://t.co/wQ3BjPPEcC via @eBay #TreasureHunt #RARE #collectib…
8070                                               Have arrived at #SiliconValley #SanJose for my talk at @Google HQ...and boy am I being pampered..I like it.... https://t.co/qsGSB5mE6g
8071                                                                                           @rayban_cdn @SandiBillington @Reuters @ReutersTV With the utmost endearment @rayban_cdn 😁
8072                                                                                                                   @PayPal absolutely sucks never use their services you'll regret it
8073                                                                                                                  Beautiful Mistake by Vi Keeland https://t.co/TvGffN3MmJ via @amazon
8074                                                        Check out 0.87 Ct Natural Loose Diamond Rough Natural Shape Brown Color 5.50X4.58 MM N2611  https://t.co/2Bo8Sjyuwz via @eBay
8075                                                                                                       @Reuters @ReutersTV What a joke. And imbeciles will eat that shit up as usual.
8076                                                   Check out Season Sale ! Gorgeous Botswana Agate 24k Gold Plated Pendant Jewelry Zj-595 #Handmade https://t.co/D8W3lp0uDk via @eBay
8077                                                             Check out Cross Pen and Pencil Set Classic Black 250105 w/ Original Box Booklet #Cross https://t.co/YLbmQefdY1 via @eBay
8078                                                                                           Check out Veho PEBBLE Verto Portable Charger 3700mAh - White https://t.co/gVEtSzdr9f @eBay
8079                                             RT @Benfogle: I have joined @Greenpeace to call on @BP_plc and @Total to halt oil exploration on the #AmazonReef https://t.co/sJgaxSxE3a
8080                                                                    RT @Reuters: WATCH: Chinese President Xi Jinping calls for building elite forces during massive military parade… 
8081                                          @Tesco A baby group I want to attend is being held at the community room in Tesco Extra Havant. I can't find this room! Do you have a map?!
8082                                              RT @Reuters: Exclusive: MSCI warns Chinese companies about suspending trading of shares https://t.co/N32JP9zjZE https://t.co/UI4f1nh8Yw
8083                                               Check out Sexy Traditional  Hand Woven &amp; Embroidered Chinantec Mexican Huipil Hippie Boho #Dress https://t.co/OYyjYz7JdV via @eBay
8084                                                                                                                   Look what I found on @eBay! https://t.co/Q1qjunvlSY via @ebayindia
8085                                                                 Final Fantasy XII The Zodiac Age Limited Steelbook Edition - PlayStation 4 Sq... https://t.co/NXmi49c085 via @amazon
8086                                                  Check out DILLARD'S MEN'S SUIT - RALPH LAUREN - BLACK AND GRAY PLAID DOUBLE BREASTED #RalphLauren https://t.co/4RkrRS1uS9 via @eBay
8087                                                                                        How @Microsoft became the surprise innovator in computers #technology https://t.co/zMVtf91DKP
8088                                                         Hey @adidas my daughter won't be buying any of your stuff after this. She may not be the only one... https://t.co/xRX3qkrRDq
8089                                            Wear Ever White Sandals Ladies Size 6.5 Slides Casual Comfort #ladieswhitesandals #size6.5sandals #wearever https://t.co/XT4kufvrkO @eBay
8090                                                        Check out Alluring Purple Amethyst Pink Flower Enamel Sterling Set: Earrings and Ring 8.25  https://t.co/KzXDNFjQky via @eBay
8091                                              RT @Reuters: Exclusive: MSCI warns Chinese companies about suspending trading of shares https://t.co/N32JP9zjZE https://t.co/UI4f1nh8Yw
8092                                                                                                Check out Vintage Wood Single Wine Box Decorative   https://t.co/Iqzo2UD7oH via @eBay
8093                                          RT @Oracle: See in this #infographic what you can do with your $300 in free credits: https://t.co/ZP5ouOwi7A #cloud https://t.co/5Y4TJL5QTP
8094                                         RT @falamb3: Have arrived at #SiliconValley #SanJose for my talk at @Google HQ...and boy am I being pampered..I like it.... https://t.co/qs…
8095                                                      RT @Reuters: MORE: Suicide bomber attacks Afghan police compound and nearby Iraqi embassy in Kabul - Afghan security official… 
8096                                                 Check out 5Pc Lot Handmade Kantha Cotton Cushion Cover Square Sham Cover Home Sofa Decor #Handmade https://t.co/yGpX9hY0a7 via @eBay
8097                                         @HayelKhazaal @amazon @AmazonHelp @stophateuk @hrw Definitely agree. Amazon believes that we all should work togeth… https://t.co/P4DgGdKzRq
8098                                                                                     Analysts are predicting a disappointing second quarter for @nextofficial https://t.co/6V8gHyDLbA
8099                                                      RT @Reuters: MORE: Suicide bomber attacks Afghan police compound and nearby Iraqi embassy in Kabul - Afghan security official… 
8100                                                                           @Ryanair Is it really this hard for a company of your size to not be able to pick a customer email up?????
8101                                                        At present @Boeing is manufacturing all its planes in US and we are good with that: On being asked about @makeinindia #avgeek
8102                                                                                                                          @Tesco STOP the tax on my Y- Fronts too while you're there!
8103                                                                                       What phone camera doesn't have the option of mirror mode? Like get it the fuck together @Apple
8104                                           What @BMW pledge to build the electric Mini in #Oxford means for the UK https://t.co/S0f7kkXlRJ #automotive #mini… https://t.co/gEVvm7LqLs
8105                                                             RT @Reuters: China says no link between North Korea and China-U.S. trade https://t.co/Du921k6nAQ https://t.co/4TNNgoOR70
8106                                                   Check out BS Shin Instep Pads MMA Leg Foot Guards Muay Thai Kick Boxing Guard Protector #BeSmart https://t.co/zdvJE8keCM via @eBay
8107                                                                           Up to 80 percent of Thailand's tsunami warning system needs maintenance - @Reuters https://t.co/xA1BcMx5TV
8108                                                             RT @Reuters: China says no link between North Korea and China-U.S. trade https://t.co/Du921k6nAQ https://t.co/4TNNgoOR70
8109                                                             RT @Reuters: China says no link between North Korea and China-U.S. trade https://t.co/Du921k6nAQ https://t.co/4TNNgoOR70
8110                                                        Check out Best Quality 20 Ct 22 mm Blue Topaz Oval Shape Loose Gemstone From Brazil AK-614  https://t.co/9ZmgTHRumZ via @eBay
8111                                         RT @iimerge_: @Starbucks doing well in new healthy food solutions. Customers appreciate...keep doing the right job! #goodfood  https://t.co…
8112                                                                                                                                             @ImJakeJohnston @Apple oh my fucking god
8113                                              @reggiejackson78 @realDonaldTrump @ATT @ring @AppleSupport @tim_cook @Ask_Spectrum @BillGates @McCainInstitute… https://t.co/wHwUvQOLBj
8114                                            RT @ksushma140: @Gurmeetramrahim Only few minutes are left stay tuned @facebook to learn much needed #LifeChangingTipsPart46 &amp; ENJO… 
8115                                                                                                   @CharlotteTobitt @UberEATS @McDonalds Don't use your illness to justify this!!! 🤧
8116                                                                                                                          RT @Audi: .@farisridhwan_ Just one. https://t.co/1LBZESqJtw
8117                                                                                                                                     UMMMM @Apple we need to talk like I need answers
8118                                             RT @righttospeak3: @asda @Tesco @Morrisons @waitrose @LidlUK @AldiUK @coopuk @BBCDocs @bbcPoV @EU_Consumer @ITV @BenMBland ONGOING ISS… 
8119                                         RT @Tesco: We’re paying the Tampon Tax so you don’t have to. Watch how we let our customers know. #TescoTamponTaxoff https://t.co/0FC6B2V3yE
8120                                       RT @InsanInsanaarti: @Gurmeetramrahim Only few minutes are left stay tuned @facebook to learn much needed #LifeChangingTipsPart46 &amp; ENJO… 
8121                                         RT @GoldmanSachs: WATCH: The transition to a low carbon economy is accelerating. $GS Research explains why. https://t.co/aS77F2dQ1v https:/…
8122                                                      RT @taylor_briggs: Driven by continued demand and a backlog of approx 5700 aircraft @Boeing stock rises https://t.co/GX2JDFoDpi
8123                                                                                              Check out Def Leppard - Limited Edition Fan Pack Magazine https://t.co/of5d9oSwuJ @eBay
8124                                     RT @hollywdcynic: @WarnerBrosEnt fans are still waiting for @ForeverABC season 2- @ioangruffudd &amp; @Alana_DeLaGarza @amazon @canaltnt @netfl…
8125                                                                                                                                                          @ACHIRD_ @ASOS I'm so proud
8126                                                                              @Bateseyboy @_WesBTN_ @realdealdanny @ClaptonYids @ZoeOBradley @Tesco What sort of fetish is thus then?
8127                                                                        Check out Story Series Second Season Original Soundtracks Cd Japan New F/S  https://t.co/jRtjUCmBkZ via @eBay
8128                                                                                   This American / Chinese difference over North Korea must be causing havoc in the @Apple boardroom?
8129                                                                                                                     @Ryanair great start to the holiday lovely rude staff! Thanks 👍
8130                                                  Check out Modern Computer Desk Office Home Cupboard Slide Out Keyboard Shelf Storage Wood #Modern https://t.co/kkXD7yg06K via @eBay
8131                                                    RT @afigueiredo: Personalization in #IoT | @ThingsExpo @Adobe @Kevlindsay #DigitalMarketing | @ThingsExpo https://t.co/QOesH8ZSAt
8132                                         @JRPyznar @MSonyNin @DarkinPriestess @LaylaGlam52 @Microsoft I just went a little quiet when I noticed the thread b… https://t.co/aqswTQPLbA
8133                                                                  RT @cam4prez15: Will lab rats elite force and Gamers guide to pretty much everything be put on @netflix plz tell me
8134                                         RT @Tesco: We’re paying the Tampon Tax so you don’t have to. Watch how we let our customers know. #TescoTamponTaxoff https://t.co/0FC6B2V3yE
8135                                                                       @quazar10 @Reuters He's afraid we're gonna miss something! Like the BIG MELTDOWN! It can happen any day now!!!
8136                                                                                                                                      @Reuters @ReutersTV ... And did noth afterwards
8137                                                      Check out 40 Cts. TREATED BEAUTIFUL FANCY BLUE SEA SHELL LOOSE CAB GEMSTONE (T751) #NagmaGems https://t.co/PizqYuHer5 via @eBay
8138                                         RT @moneycontrolcom: Why an employee of cash rich tech-giant Facebook was forced to live in her car https://t.co/2Xnts9vhsj @facebook #Face…
8139                                                                                                                                   @brijwaasi @Google @GundotraVic Amazing click 👌🏻
8140                                                    @Reuters We dont want any countermeasures against USA. Germany killed 6 milion Polish people during World War II. USA killed 0...
8141                                                                                                 pls y'all @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
8142                                                  RT @LongmirePosse: #LongmireFilms #Longmire on @netflix Because this land needs to stay just as pristine... https://t.co/HtckTq00E3
8143                                                    RT @Reuters: Swiss banks paid $1 billion in negative interest rates in first half https://t.co/dn9mkg5XWQ https://t.co/lwvxRQoz4T
8144                                                                       RT @Reuters: Japanese PM Abe and U.S. President Trump have agreed on the need for more action on North Korea… 
8145                                                                                            @easyJet don't worry though.... free water that'll make it better https://t.co/z4v7juprAp
8146                                         @SweetAntifa @kflogan @jobfindah @Google @BreitbartNews @slpng_giants My guess is the algorithm needs to be tweaked… https://t.co/6I5gpYT4Go
8147                                                       RT @sobrash: Military Removing Lawmakers from Parliament @XHNews @Reuters @The_NewArab @nytimes @IndianExpress @timesofindia… 
8148                                                                  2001 The League of Gentlemen: Live at Drury Lane  DVD R4 https://t.co/vml6Zr5MOT via @eBay #useddvds #britishcomedy
8149                                              @Ryanair It's disgracefully crafty just to make extra £. Good job @easyJet fly from Bristol as they will be my first choice from now on
8150                                                                                     AHHHH THE FIRST DAM KEEPER GRAPHIC NOVEL IS UP FOR PRE ORDER https://t.co/gMrXJ7jQSB via @amazon
8151                                                    RT @Reuters: Swiss banks paid $1 billion in negative interest rates in first half https://t.co/dn9mkg5XWQ https://t.co/lwvxRQoz4T
8152                                            RT @CapeCodGiftShop: Check out Washable Dog Diaper Cover Ups Size Large 2 in Package Pink &amp; Purple NEW! https://t.co/1qWH9HIKs4 @eBay
8153                                                      RT @Apple: The Rock and Siri dominate the day. Watch the film. Boom. https://t.co/DJJMuHZZHo #ROCKxSIRI https://t.co/tIj5Lzun9y
8154                                                              RT @Reuters: Japan PM Abe's 'Holy Grail' of revising pacifist constitution increasingly elusive https://t.co/cMEnBr4ZMj
8155                                                                                                 Check out Pink Solar Dancing Flowef W/ Yellow Pot  https://t.co/HdEq8QbiDU via @eBay
8156                                               RT @StopFundingHate: Today's Sun advertisers include @Tesco @SkyUK @Specsavers @virginmedia @Butlins @bt_uk @TheAA_UK @SmartEnergyGB… 
8157                                                  RT @ncsteamelevenn: Thank you @TChessell  and @Tesco for your kind donations for our social action project and our 'Night of Neon'.
8158                                                                                      Check out Aeropostale hoodies women large #Aropostale #Hoodie https://t.co/6x3su1sK9h via @eBay
8159                                                                       RT @Reuters: Japanese PM Abe and U.S. President Trump have agreed on the need for more action on North Korea… 
8160                                                                  RT @KimmyB2021: Wish @BMW and @MINI would pay me the 36k refund they owe me that I've been waiting 2 months for ...
8161                                                 RT @rogerkver: Now we can use @Visa to pay for our bitcoin transactions thanks to the wonderful fee market Blockstream and Core ha… 
8162                                                     RT @Reuters: Republicans call on Trump's new chief of staff John Kelly to fix White House chaos after the departure of Priebus… 
8163                                                                                Check out Danskin Now 2xg (20) Vee Neck Tee #DanskinNow #ShirtsTops https://t.co/ZcbYxysLcl via @eBay
8164                                                         RT @lauraellis92: @Ryanair flight delayed by 2hours then they blasted the aircon the whole way. So cold and grumpy right now
8165                                                   RT @Citi: Read Mathais' story to see how @Citi Foundation &amp; @GlobalFairness are creating #Pathways2Progress for young people… 
8166                                                                                                                           What does this mean lmao @facebook https://t.co/Y2xEtr8fqM
8167                                         RT @Reuters: Imran Khan eyes Pakistan leadership after Sharif ousting. More on the story: https://t.co/gbVEQ2wmmo via @ReutersTV https://t.…
8168                                               RT @StopFundingHate: Today's Sun advertisers include @Tesco @SkyUK @Specsavers @virginmedia @Butlins @bt_uk @TheAA_UK @SmartEnergyGB… 
8169                                                 Check out Royal Blue Tanzanite Gemstone 925 Sterling Silver Solitaire Men's Jewelry Ring #Handmade https://t.co/jo1o3Hroih via @eBay
8170                                                          Check out 1 Pcs 27x65mm With Loop Natural Jasper Gemstone 24k Gold Electroplated Pendant  https://t.co/h2W919XPEt via @eBay
8171                                                                                                                         RT @Nike: @madi_faulkner Catch them while you still can. 🏃‍♀️
8172                                                                              RT @star_vpn: We just received notice that @Apple removing all the @VPN apps from the @China app store.
8173                                               RT @StopFundingHate: Today's Sun advertisers include @Tesco @SkyUK @Specsavers @virginmedia @Butlins @bt_uk @TheAA_UK @SmartEnergyGB… 
8174                                            Check out BE YOU TIFUL Little Girls Big Dreams High-Lo Glitter Hooded Shirt Size S(4) NEW #KnitTop https://t.co/wEk0IoaeSR via @eBay .99!
8175                                         RT @TheMiddleSouth: People are blind to the fact that conservative speech is being shut down everyday by @Google @YouTube and many other la…
8176                                                     RT @Google: An artful #InternationalFriendshipDay on @googlearts with duo Andy Warhol and Jean-Michel Basquiat from @SCADMOA →… 
8177                                                    RT @Reuters: Shell plans 400 job cuts at Dutch projects and technology department https://t.co/TCih7TgOYW https://t.co/UGe2J5kHfu
8178                                                    RT @Reuters: Swiss banks paid $1 billion in negative interest rates in first half https://t.co/dn9mkg5XWQ https://t.co/lwvxRQoz4T
8179                                                  Check out Villini 100% Leather US Passport Holder Cover Case For Men Women Black Vintage #Villini https://t.co/8RYyKHv4uq via @eBay
8180                                                                                                           RT @rick_ollevier: @Honda when does 2017 CRV start appearing on the market
8181                                                       Check out NETHERLANDS 1985 1988 FOOTBALL SOCCER SHIRT JERSEY ERA VAN BASTEN GULLIT M #adidas https://t.co/EmrKoZATVz via @eBay
8182                                                                                                                                                           @Ryanair Any more news Ed?
8183                                                   RT @Reuters: VERBATIM: Australian PM announces heightened airport security after alleged plane bomb plot https://t.co/LipIcqw8Yg… 
8184                                         RT @Tesco: We’re paying the Tampon Tax so you don’t have to. Watch how we let our customers know. #TescoTamponTaxoff https://t.co/0FC6B2V3yE
8185                                                                                                                                 @SimoneWarner @RyanQuadri @ReutersUK @Reuters It is.
8186                                         RT @Tesco: We’re paying the Tampon Tax so you don’t have to. Watch how we let our customers know. #TescoTamponTaxoff https://t.co/0FC6B2V3yE
8187                                                                                 Check out LA MER THE REGENERATING SERUM TRAVEL SAMPLE 0.1 FL  3.ML NEW https://t.co/MGD75Z43kL @eBay
8188                                                      RT @elisiashoppe: Silver Tone #Cross on 32 Inch Adjustable Rope #Necklace          #Statement https://t.co/RLUzxYNmQs via @eBay
8189                                                        Check out PROFESSIONAL NURSERY FRUIT TREE GRAFTING KNIFE TOOL PRUNER 2 EXTRA BLADES KIT US  https://t.co/yoKqs84K3L via @eBay
8190                                                              RT @Reuters: Dozens rescued from Rhine cable car. More from @ReutersTV: https://t.co/TjXOUwDF24 https://t.co/vPwVTgZaeO
8191                                                       Check out Concealer for scars Birth Marks Bruises Age Spots Dark Circles and More #Unbranded https://t.co/WPE1sSgvcs via @eBay
8192                                                                               Check out Natural Baltic Honey Cognac Amber stones Bracelet 25.5 gr  https://t.co/ljL7di18ah via @eBay
8193                                                               Check out  16x20 original acrylic painting on canvas beach landscape Flip Flop Zone  https://t.co/FtvKNTqxyU via @eBay
8194                                                                                                                      @ATT seriously fuck your internet shit doesn't work for nothing
8195                                         RT @Tesco: We’re paying the Tampon Tax so you don’t have to. Watch how we let our customers know. #TescoTamponTaxoff https://t.co/0FC6B2V3yE
8196                                                                                       Check out Lot of 6 Jamestown NY Masonic Registers 1918-1943  https://t.co/usiLWSbTr4 via @eBay
8197                                              🎉🙌🌟 @Cisco made @LinkedIn’s Top 10 Best Company Pages of 2017! #BestofCP #WeAreCisco https://t.co/1UR6BV43Cb https://t.co/vfA0prxtc8
8198                                                                                        Check out Super Summer Bright Top Size L #Unbranded #Halter https://t.co/UeUpiOJpVC via @eBay
8199                                                           Did you know we have been a @Cisco Gold Partner for 10 years now? Read about how we achieved this: https://t.co/62tXDaNQF1
8200                                                                                                   Here's Exactly How to Rock a Vintage Tee  https://t.co/umRpxrs7hZ via @amazon  est
8201                                                    Check out Peanut wood Jasper Natural Gemstone Silver Tone Fashion Jewelry Men's Ring Gift #Mens https://t.co/jPZaP5IToU via @eBay
8202                                                            IGI Certified Solid 10k White Gold Round Cut Diamond Engagement Ring Womens #Engagement https://t.co/jEGMTyBFGN via @eBay
8203                                                                                               RT @Reuters: Discovery to acquire Scripps Networks Interactive https://t.co/jQvhruErXw
8204                                                                       Check out WRANGLER Cowboy Western Aztec Rodeo Pearl Snap Shirt 2X 2XL XXL Horses https://t.co/lMj6BAiwYU @eBay
8205                                         RT @Tesco: We’re paying the Tampon Tax so you don’t have to. Watch how we let our customers know. #TescoTamponTaxoff https://t.co/0FC6B2V3yE
8206                                                         Check out Diamond Trio Set 14K White Gold Ladies Engagement Ring Mens Wedding Band 1.30Ct  https://t.co/7sdx3Lu8IF via @eBay
8207                                                                   What's New in Salesforce's Service Cloud? https://t.co/FmiUum7H8G @salesforce #servicecloud #cloud #cloudnewsdaily
8208                                                                                                                      I kind of hate you right now @Microsoft https://t.co/Jtklxl6xwi
8209                                          Check 4 Vintage Sour Cream Glasses Lace Ivy bicentennial 1976 Hazel Atlas Penn Maid #hazelatlas #pennmaid https://t.co/4SIrxaBNg2 via @eBay
8210                                                                @UnDyrk @HalfStrungHarp @amazon @MichaelWEverest That's actually a video of Mike in disguise! Where did you get that?
8211                                                                     Germany open to class action lawsuits in emissions scandal https://t.co/l5dpX7baAo Via @Reuters #environmentnews
8212                                                       Just saw this on Amazon: Alm Pocket Studio Go Pack with mCAMLITE for... by Alm for $456.49 https://t.co/rDeN9wfvDH via @amazon
8213                                                               Check out 1978 MINNESOTA TWINS SHOPPERS CHARGE MC BASEBALL POCKET SCHEDULE FREE SHIPPING https://t.co/rNqca90XOO @eBay
8214                                                                                                    RT @jodymcbrayer: The @amazon Prime Day pressure to buy struggle is real y'all!!!
8215                                                                                            RT @Camila_Cabello: @caebllo @Loreal @LOrealParisUSA @lorealparis ❤❤❤❤❤❤❤❤❤❤ those eyes!!
8216                                               Check out St. John's Bay Size 18 Women's Black Floral Print Pants Side Zipper 37x30L #StJohnsBay $12 https://t.co/fP0yORaz2p via @eBay
8217                                                         Check out Cat Scratching Tower Cathouse Ball Toy Playground Post Relaxing Kitten Bed Grey  https://t.co/kQjDaMKJcv via @eBay
8218                                                  RT @MorganStanley: The real impact of President Trump’s move to pull the U.S. out of the global accords to combat climate change.… 
8219                                                                        Check out Original watercolor paint vintage anatomy and abstract  #UrbanArt https://t.co/tVoEwluMzH via @eBay
8220                                                                                                                                  I should sponsor @Nike 😈💪 https://t.co/Qlfjl0dRAn
8221                                                              RT @MoveOn: Do you have a moment to show solidarity with @Nissan workers fighting for a union in MS? Sign the pledge:… 
8222                                                    RT @salesforce: Summer '17 nominations are open until Aug 7! Learn about the Salesforce MVP Program and submit your nomination:… 
8223                                         @Tesco  I purchased a meal deal in your Halifax store and came across a hair and the sauce was incredibly runny. I'm incredibly disappointed
8224                                                                                                                                 @BMW @YoussefSameh4 faker 😂😂😂😂😂😂😂😂😂😂😂😂😂
8225                                                   Check out Vintage CORO beautiful gold clear beaded chain 3 layer bracelet so nice! #Coro #Bangle https://t.co/RW1tqVMmxc via @eBay
8226                                                        Check out Cat Scratching Pad Cat Bed Mouse Toy Kitten Furniture Scratcher Carpet Fun Game   https://t.co/HZuynkU3xV via @eBay
8227                                                              RT @MoveOn: Do you have a moment to show solidarity with @Nissan workers fighting for a union in MS? Sign the pledge:… 
8228                                                   Check out  Vince Camuto Brown Distressed Leather Weathered Full Zip Knee Boots Size 10 M #Casual https://t.co/MBeKNF8vM1 via @eBay
8229                                                                                                            Milwaukee 23-66-0210 SWITCH Milwaukee https://t.co/eB7uGQHAUf via @amazon
8230                                                    RT @Reuters: Police suspect Chinese crime groups siphoned €1.2 bln out of Spain in 2009-2012. @Reuters examines probe wiretaps:… 
8231                                                                                                            Milwaukee 23-66-0171 Switch Milwaukee https://t.co/2AkiVaQuBz via @amazon
8232                                                            RT @hope2259: Charlie Chaplin: A Silent Icon by @DrJimmyStar  https://t.co/WJFVTf9WP5 via @amazon https://t.co/oHlglT247y
8233                                                       RT @thesolesupplier: Official shots and release details for the @Pharrell x @adidas HU NMD 'Trail' Collection &gt; &gt; &gt;… 
8234                                                                                                                     Your https://t.co/L1voK90FCR https://t.co/WGcLG5DdC1 via @amazon
8235                                                                                                                   @Tesco If lidl can do this and at reasonable prices why can't you?
8236                                                      @MorganStanley The REAL impact is that a bunch of freeloaders will not be getting billions of our taxpayer dollars to squander!
8237                                                 RT @MsBennyBonsu: Just watched @netflix film #theincrediblejessicajames w/ @msjwilly Thank you for inspiring me back to my writing… 
8238                                                 RT @MsBennyBonsu: Just watched @netflix film #theincrediblejessicajames w/ @msjwilly Thank you for inspiring me back to my writing… 
8239                                      RT @TecceJohn: 🎉🙌🌟 @Cisco made @LinkedIn’s Top 10 Best Company Pages of 2017! #BestofCP #WeAreCisco https://t.co/Vjcpr7dSSg https://t.co/OU…
8240                                                          Check out Replacement Art Glass Chandelier Lamp Shade Textured Sand Glittery Open Flower  https://t.co/2W8essfejo via @eBay
8241                                                              RT @MoveOn: Do you have a moment to show solidarity with @Nissan workers fighting for a union in MS? Sign the pledge:… 
8242                                                                       Check out Pampered Chef Carving Set #1041 Nice! Free Shipping! #PamperedChef https://t.co/gUanDIVV90 via @eBay
8243                                                         RT @BerneLarry: @facebook @MarZukerberg Why Facebook Mr. Mark Zuckerberg are not fighting corruption https://t.co/PgI6HeyruV
8244                                             Check out Caftan Dress Dashiki Kaftan Hippie Boho Paisley Beach Cover up Plus Size Blue #Casual https://t.co/pA4HZva17u via @eBay #Dress
8245                                                                                              Check out #Westminster Titans Football Mini Helmet Decals https://t.co/zr0lWhLOwT @eBay
8246                                                    Check out Nikon D500 100th Anniversary only Body excl Lens Digital Camera New Limited ED #Nikon https://t.co/qwS5vDz38w via @eBay
8247                                                  ♡§ Vintage and Antiques to Mid-Century Modern Check out My Items!! @eBay selljwages https://t.co/bxGesCyfXF https://t.co/G5gdE4mGYU
8248                                                The @Microsoft Surface Ergonomic Keyboard is my favorite keyboard yet. Lovely tactile feedback and low noise. https://t.co/AX8ZINAooM
8249                                     RT @JulieKilgallon: Never fly with @easyJet Cancel flights &amp; try to get out of paying out of pocket expenses. @easyJet disgusting rip off s…
8250                                                        RT @amazon: A total solar eclipse will cross the United States on 8/21. Safely view this historic event with these glasses:… 
8251                                                                                                I just checked in @Walmart with #mPLUSPlaces Download today!  https://t.co/RH62n2Hx0L
8252                                                                                                                                                        RT @amazon: Party on @jmgr24!
8253                                                                                 Check out M&amp;S 2 in Pack DD+BALCONY JULIET BRA UK36E BNWT RRP£22.50 https://t.co/3owKrL2NrT @eBay
8254                                                                                         Finally got a new tablet! @Samsung have done it again....absolutely amazing #GalaxyTabS3  👌
8255                                                          Check out The Mentalist Complete Fourth Season 4 DVD 5-DVD FACTORY SEALED FREE SHIP T US  https://t.co/pIwRUVAAiW via @eBay
8256                                                                RT @Reuters: Shell to cut more than 400 jobs at Dutch projects and technology department https://t.co/ydHXgdh09G by… 
8257                                                              @facebook considers supporting publishers' subscription models #media #pubtech via @VentureBeat https://t.co/C8d4Vs5yJr
8258                                                           Check out Folding Picnic Table Portable Camping Garden 4 Seats Camp Suitcase Party Blue  https://t.co/hRUr1ThmVy via @eBay
8259                                                          @BrentRivera @JimmyKimmelLive @CocaCola sorry jimmy no time for to watch your show between @colbertlateshow and @SethMeyers
8260                                                          Check out Folding Picnic Table Portable Camping Garden 4 Seats Camp Suitcase Party Green  https://t.co/iPr4nSK9pU via @eBay
8261                                             New Check out 9.85 ct. Natural Emerald Shape Zambian Emerald Loose Gemstone https://t.co/X4zogTu0cZ @eBay #Gemstone #eBay #Emerald #Gift
8262                                                                                          RT @Strange2k14: Dear @Apple make a charger that doesn't fucking break. Sincerely everyone!
8263                                                                                @Google Home robot to greet visitors to Queensland government office https://t.co/UYRXoO4xsE via @smh
8264                                                                            @Reuters #HSBC puts its #Brexit relocation costs at up to $300 million https://t.co/gVVjd1p914  #Brexodus
8265                                                                         @Tesco your hot deli counter at Tesco Galleons Reach Beckton is not anywhere near the quality of Sainsbury's
8266                                                 How did @Amazon #PrimeDay effect @Google #AdWords performance? @MerkleCRM's @PronouncedAhndy explains in...… https://t.co/qsQO4zivWG
8267                                                  RT @Burberry: Introducing #MyBurberry Blush - an eau de parfum. Starring Lily James https://t.co/3cJQKO3Xr4 https://t.co/oyQrDzbAyV
8268                                                Check out Kendra Scott Erica White Kyocera Opal Rare Pouch Rose Gold Bracelet Adjustable https://t.co/ZyNFSkU1KG @eBay #Ebay #Selling
8269                                                                                                     @atomiclust @arcadefire @Apple …that I bought instantly from an @iTunes  advert.
8270                                                                          A Simple Truth: @Kroger private label brands generate more revenue than @Starbucks  https://t.co/rnqxDa3iJp
8271                                                                                          Check out ANTIQUE PRIMITIVE WOOD FLOUR GRAIN SUGAR SCOOP  https://t.co/x4wDqlLhA1 via @eBay
8272                                                                                             RT @Apple: The Rock and Siri dominate the day. Click to watch the film. Boom. #ROCKxSIRI
8273                                                                              Check out 1978  25 Years of The Schenley Awards Book #EdmontonEskimos https://t.co/0nKnH2HN2l via @eBay
8274                                                        Check out SEIKO CREDOR GCBG993 4S77-0A20 Day Date Pacifike Limited watch Yellow Dial #SEIKO https://t.co/kQlkP1JxCh via @eBay
8275                                                                              RT @netflix: Some doors can't be closed. @Stranger_Things season 2. October 27. https://t.co/8Ewfyy4lcA
8276                                                          Check out Omega Seamaster 145.016 Chronograph Cal 861 Watch Used 1968 Vintage Rare #Omega https://t.co/XpgWwqksDP via @eBay
8277                                                                                                                                    @Expedia @Expedia THIBCU naomiclarkyoga@gmail.com
8278                                         RT @Reuters: Saudi Arabia says calls for internationalization of holy sites are 'a declaration of war': https://t.co/I7Qm5jzxtO https://t.c…
8279                                     @Microsoft @Brian_Pallister @KING5Seattle @Swedish @jeffsessions @SenFranken Think of the double cab &amp; 5ft Bed full… https://t.co/GdO1kIIauU
8280                                                    RT @Reuters: Swiss banks paid $1 billion in negative interest rates in first half https://t.co/d5CWPb9MWq https://t.co/0j1tjqFxw1
8281                                                          Check out FC Barcelona adult large full zip track jacket polyester FCB  #FCB #FCBarcelona https://t.co/3TwbRKa6zc via @eBay
8282                                                              RT @Reuters: Charter surges after company says not interested in Sprint https://t.co/S8dzCOFy3a https://t.co/XEy7ytURKe
8283                                                                          @Ryanair is there a size limit of the car seat I can check in for free when travelling with a baby ? Thanks
8284                                               Check out Caboodles Clear Make Up Train Case Chrome &amp; Clear Organizer Tote Geo Design #Caboodles https://t.co/iFZsuAchJO via @eBay
8285                                          RT @satyanadella: @Microsoft Met so many amazing students this week. Our Imagine Cup teams above &amp; our 2017 Microsoft Interns here. Y… 
8286                                                              RT @Reuters: The U.S. is considering imposing sanctions on Venezuela's oil sector: sources https://t.co/PlOOSy1eb6 by… 
8287                                                                                                                                @McDonalds Give me that sauce https://t.co/3NRjwakyMZ
8288                                                                                                                                               @Tesco Hey it's all sorted now. Thanks
8289                                           RT @SusanKrautbauer: The 2nd time in 3 years @unisyscorp Named @Microsoft Azure Innovation Partner of the Year for  for Driving 240 Perc… 
8290                                                                MyFun Kids Wall Decals Planets in the Space Pattern with Dark Blue Sky film W... https://t.co/AvNAfKFNk6 来自 @amazon
8291                                                                                                   Check out Mikasa Dresden Rose Soup Bowls #Mikasa https://t.co/SuCFaPspZd via @eBay
8292                                                  Check out Giant 4 Person Inflatable Lake Raft Pool Float Ocean Floating Huge Water -Lounge #Intex https://t.co/s7mxNC4hH0 via @eBay
8293                                                                                                                                             @Apple I need a matching red Apple Watch
8294                                                                                                                          RT @JohnLegere: @MacombsInHarlem @TMobile Keep kicking 🍑;)
8295                                                   Check out 16.20 Ct. Natural Fire Rainbow Moonstone 20 X 16 Mm Oval Cabochon Gemstones #KIRTIGEMS https://t.co/ftQC6HgCXf via @eBay
8296                                                                                                                                                        @thetess99 @amazon not prime.
8297                                                     Check out 103 Carat. 44 Mm Round Cabs Natural Coco Jasper Untreated Loose Gemstones #KIRTIGEMS https://t.co/DhcSQ4jytC via @eBay
8298                                         RT @KajoroBT: @netflix PLZ take a look at @ABC_TheCatch  and give them a season 3 in case @ABCNetwork doesn't come to their senses! #renewt…
8299                                                                    See what I m up to on @eBay! View my profile to see my favorite finds and more: https://t.co/m4bLsDWsFI via @eBay
8300                                                          Check out Women Top 2XL Green Solid Fitted Tank Old Navy 17136 #OldNavy #TankCami #Casual https://t.co/CmgYvGqnSK via @eBay
8301                                                     Had to get my oil changed today. Just a reminder that @Ford and @FordService are morally bankrupt and ok with killing customers.
8302                                                  Check out Vintage GI Joe Adventure Team Laser Rescue Green CONTROL Back Pack-#7311-Hasbro #Hasbro https://t.co/i2rYDHsJUe via @eBay
8303                                                  Check out Super Wide Walk Thru Baby Child Toddler Pet Dog Safety Gate Door Hallway Stairs #Regalo https://t.co/N2O1k8Qog6 via @eBay
8304                                                                                 RT @Joy_Villa: @thedonovanV2 @joeymiller35 @amazon Haha I was born here. That’s as legal as it gets!
8305                                                                                                                                            @amazon Thx for the RT!!! @JohnRosePutnam
8306                                                    Check out PGA Tour Fleece Jacket Mens Size Small Blue Full Zip Up &amp; Front Pockets #PGATours https://t.co/8qlKr4YjHI via @eBay
8307                                                               RT @Apple: The Memories tab in the Photos app automatically creates movies from photos and videos in your camera roll.
8308                                                                                                                                                     @DallasMocha @Apple Omg wow 😂😭
8309                                                                    Check out Secret Treasures Chemise Size Small #SecretTreasures #BabydollChemise https://t.co/ycBYhaEhxz via @eBay
8310                                                                                         @Ryanair RyanAir -  would you like oxygen on your flight? that'll be £2 per intake of breath
8311                                                        Check out Storage Cabinet 2 Door Floor Cupboard Organizer Kitchen Shelves Pantry Furniture  https://t.co/YS8JH02tzj via @eBay
8312                                                           @redrobinburgers Check out Tiffany &amp; Co. Clock https://t.co/RXRkYYePWR @eBay $200 OBO! #TiffanyAndCo #military #family
8313                                                                    Won't be using @AmazonHelp @amazon due to the fact they are unreliable. But who cares they'll still make millions
8314                                                 Check out SLEEPY BEARS Grow Chart DIY Craft Kit Vogart 8757C - Baby Shower Unopened  #VogartCrafts https://t.co/962JRyqUbf via @eBay
8315                                                                     Check out Mens TOMMY BAHAMA Sz M Medium Yellow SILK SS Hawaiian Button Front Shirt https://t.co/sPZxhs0zXt @eBay
8316                                                Check out New York &amp; Co Sweater Size XL Pink Cardigan Ruffled Front   #NewYorkCompany #Cardigan https://t.co/35V0sdtk0S via @eBay
8317                                                                                                                                                                 @Nissan Very nice 👌
8318                                               RT @jazzyjunker54: Check out Noritake 3360 Chinapeony 6 1/2 Inch Cake Dessert Plates Set 8 #Noritake https://t.co/cQ5IbCHXrG via @eBay
8319                                                              Check out New REVENGE x STORM Low-cut SNEAKER IAN CONNOR Red US 7 JP 25 JAPAN import  https://t.co/1BlYVLwCFI via @eBay
8320                                                                                                           Check out NWOT Spring Boutique Dress Size 4T https://t.co/xONF4mSboV @eBay
8321                                                                              @Reuters Somehow this is supposed to make it right? Yeah exactly why the middle east remains in turmoil
8322                                            @Reuters If he had a fair trial it's hard to dispute the action taken.  However If it was my daughter I'd like to kill the person myself!
8323                                                          RT @therealautoblog: What do you think of these 2018 @VW Atlas trim levels? https://t.co/lv4lUjpbF1 https://t.co/765SWXcrBf
8324                                                        RT @JulieKilgallon: Hello @easyJet Can someone tell me why I should lose 219£ in hotel costs because you cancelled my flight?
8325                                                    Check out NVC Nataliya V Collister 925 Sterling Silver Clear Crystal CZ Earrings Half Hoop #NVC https://t.co/ZXmO8SCxAC via @eBay
8326                                                   New @WellsFargo #scandal harms effort to nix @CFPB #arbitration rule - @AmerBanker https://t.co/Bs2emXf3oK https://t.co/MMEiEkI0Wh
8327                                                                                        @msjwilly @netflix Looks you a lot on Tonight Show. Now I ann I love. Beautiful talent. More!
8328                                                                                                            RT @ian_pierson13: Moving forward 4% faster @Nike https://t.co/QetyLkj4O2
8329                                                                                    @facebook can you explain why my account is like this since last 20 days? https://t.co/VzxYYaM8I1
8330                                                                 Check out this Amazon deal: Oculus Rift + Touch Virtual Reality System by Oculus https://t.co/urVMf8zq2e via @amazon
8331                                                                                       RT @Sony: Their war. Our world. #DarkTowerMovie is in theaters Friday. https://t.co/QAgs9bOa6Z
8332                                                                 Check out The Minx #3 : The Chosen  https://t.co/Rvm2dRuByw via @eBay #dceu #marvelcinematicuniverse #comicbookmemes
8333                                                             Check out Addition Brand Nautical Sailing ⛵️ Tie 100% Silk Novelty Tie Ship's Wheel Anchor https://t.co/C0MejXmy6P @eBay
8334                                                                                                                        Look what I found on @eBay! https://t.co/GqNqfR00py via @eBay
8335                                                                                                                                                                        @comcast Lies
8336                                                                                             RT @Apple: The Rock and Siri dominate the day. Click to watch the film. Boom. #ROCKxSIRI
8337                                                  RT @Reuters: Veteran Hong Kong democracy activist found not guilty in donation case https://t.co/9YEfzprzLA https://t.co/vS9nw9SunF
8338                                                                                  @Walmart @BICRazors #Coupons and Deals as low as $1.47https://goo.gl/dUCfPB https://t.co/FBci1PDBf9
8339                                                                                  RT @IBM: How a teenager’s fascination with IBM mainframes landed him a job: https://t.co/j82O7EAogx
8340                                                                                                                                            @Reuters ... and then he met small hands.
8341                                                                        Lot of 2 Heavy Glass Shot Glasses One Metered 3 in. Tall 2.25 in. Diameter  https://t.co/t3gybf5uVs via @eBay
8342                                                                                                               @Reuters does chief of staff coordinate hookers for FBI agents abroad?
8343                                                                  Check out Supreme SS17 The Incense Match Set Of Three Red Cinnamon Spice #Supreme https://t.co/kcM0OJmDDJ via @eBay
8344                                         RT @Reuters: Saudi Arabia says calls for internationalization of holy sites 'a declaration of war' https://t.co/KZqLFfuk9n https://t.co/Q38…
8345                                                  RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW via @amazon #series… 
8346                                             RT @JCeBayStore: Check out  Eagle Eye 2.0 SkyDrones Live Streaming High Resolution Drone - BRAND NEW  https://t.co/ziEnQVxusf via @eBay.
8347                                                 Check out Handmade Earrings Green Cube Stone Agate Beaded Dangle Pierced Boho Hippie New #Handmade https://t.co/d7w1L6QNJ3 via @eBay
8348                                                                   Check out New Era Auburn Double Days Baseball Cap 6 7/8 55CM #NewEra #DoubleDays https://t.co/Upcj7EVqtS via @eBay
8349                                                                 Check out Yardley April Violets EDT Eau de Toilette Spray 125ml Fragrance #Yardley https://t.co/PY1glsevTi via @eBay
8350                                                    RT @sdkstl: The National Basketball Referees Association calls out @adidas and LaVar Ball for having a female ref removed durin… 
8351                                                     Check out Studio I Petite 4P Black beige blazer lace detail flower striped R6 #StudioI #Blazer https://t.co/q1kGRZWaZJ via @eBay
8352                                         @AnnMust @Watsonmrk @Reuters I do not think there was any point when Russia was not a reliable gas supplier - and N… https://t.co/fdq0Eq9EI7
8353                                                                                                                                                          @facebook Okay whinge over.
8354                                                                                                                                 @easyJet @easyJet  will I get a reply to my claim ??
8355                                     the bomb premieres on @netflix tomorrow- a nuke film like no other. great work by @keshari @theAcid &amp; Eric Schlosse… https://t.co/5Jbl3jsoHw
8356                                                        Bring on the all nighters lack of sleep trenta sized @Starbucks and study halls! If it means 4.0 and internships I'm ready 💜
8357                                           RT @ShereesePubHlth: @marksalke @ebukstel @nikillinit @Apple @JoeBabaian @lisadbudzinski @Resultant @pfanderson @ProfAmyE @lkafle Enabli… 
8358                                      RT @clifford_yee: Shout out to @UPS_Foundation for awarding $7.7M+ to promote #diversity &amp; #inclusion https://t.co/0HeVrvYEUs via @UPS #CSR
8359                                         @Google The only thing to wake up about is the fact that Barack Obama allegedly authorized the torture and murder o… https://t.co/PUCHckvuEF
8360                                                          Check out asics Japan Onitsuka Tiger SERRANO TH780L Pink X India ink US (Men's Athl.) 10  https://t.co/pIN0ftBjFW via @eBay
8361                                                                                                                             RT @NamanTheBoss: @PrimeTimeTins @TMobile I see you bro!
8362                                                                      Today's Book of the Day! Taerak's Void (Fantastica Book 1) by M. R. Mathias https://t.co/NwP9kfVIhX via @amazon
8363                                                                                                                                     Please partner with @Activehours! @BankofAmerica
8364                                                  Check out NWT mens Greenlines Surfrider Foundation Navy Swim Trunks Shorts stretch 34 #Greenlines https://t.co/lS1v4gMJZE via @eBay
8365                                                                           Just saw this on Amazon: Xbox Wireless Controller - Black by Microsoft https://t.co/0CK2sC9Cei via @amazon
8366                                                                                                                                      @WillemvEgmond @KaceyMusgraves @Sony thank you!
8367                                                                                                                                           @JoshuaOgundu @WellsFargo Fuck Wells Fargo
8368                                                                     Check out Miniature Collector Magazine Issue September 2000 #ScottPublications https://t.co/VafB1RH9tR via @eBay
8369                                                         Check out ZUMBA Instructor Queen Instructor Halter Top -Sold Out Convention Zin Exclusive  https://t.co/xIBMsS6qdj via @eBay
8370                                                            Check out Littlest Pet Shop Gray &amp; White LICKING CAT #2204 LPS Stamped On 100% Original https://t.co/Q0VbMHGGzz @eBay
8371                                                                I just bought: 'Mohammed's Koran: Why Muslims Kill For Islam' by Peter McLoughlin via @amazon https://t.co/1JyQ1o8HgW
8372                                                                       @Ford still waiting for someone to contact me. Looking to speak with customer service. https://t.co/CfeNEDfWHP
8373                                                 Check out Kitchen Plastic Dough Press Maker Dumpling Pie Ravioli Making Mold Mould Home #Unbranded https://t.co/jXAXmgfsaN via @eBay
8374                                                               Check out ⭐️NWT⭐️Victoria's Secret PINK Racerback Animal Print Top/Sleepwear In Size: XS https://t.co/8uPidLWzi0 @eBay
8375                                         RT @BlckFamforTrump: Retweet to keep THIS in the faces of @DWStweets @CNN @CBS @maddow @MSNBC @ABC They're trying DESPERATELY to BURY IT ht…
8376                                                                                                                                                 @scerstt @McDonalds Stfu picky prick
8377                                         RT @ControlScan: An #attorney released the private info of thousands of @WellsFargo customers. Were you one of them?  https://t.co/JhtgKMdp…
8378                                                             RT @Reuters: HSBC puts its Brexit relocation costs at up to $300 million https://t.co/zp7Uht2BMg https://t.co/h3elrQEMcX
8379                                         Watching #CastingJonBenet on @netflix - I lived in #Boulder when this happened. It was complete media madness - this is done really uniquely
8380                                                                 Baby Proofing Adjustable Safety Cabinet Locks by Oxlay | Child Proof Latches ... https://t.co/34j4E7aNkL via @amazon
8381                                            Its the @CBS comedy/drama @BrainDeadCBS come to life! #BrainDead  Show should have been picked up by @Netflix or… https://t.co/9YLtLDGpYu
8382                                                                        @BMWGroup @BMW Please don't use models in your BMW advertising because it's all about Sheer driving pleasure.
8383                                                                                                                                                                        @pepsi Rt pls
8384                                                                                                   I just checked in @Nike with #mPLUSPlaces Download today!  https://t.co/Blz8f64n7O
8385                                                                                                   Check out AMETHYST CABACHON STERLING EARRINGS CELTIC https://t.co/7LCtIwoV0f @eBay
8386                                        @EvrythngJaneise Lolol I doubt it we can hope and/or modify ourselves. But on another note I did see 'Latasha' on a cup in @Starbucks ad 😧🤔
8387                                                   RT @HoneyCrumbxoxo: @KingRelloOMG_ Frfr 😄 😄 😄 Tryna Give Me 1 Damn Sauce With A 20Piece Chicken Nugget @McDonalds Tf Outta Here
8388                                                           RT @Reuters: How China’s biggest bank became ensnared in a sprawling money laundering probe: https://t.co/TF7CWwtNNs via… 
8389                                                          #LeasePoint &amp; @IBM teamed up in an issue of @SiteSelection magazine. Read the full report here: https://t.co/6jlNwOMJbT
8390                                                            10 ways to wear flowers in your hair this summer! #ad #GlissHairRepair @Walmart @sofablife READ:… https://t.co/HoUoaOn6E0
8391                                                    RT @Reuters: WATCH: U.S. flies bombers over Korean peninsula after North Korea missile test. More here: https://t.co/6k2udB291L… 
8392                                                ICYMI - our @Nike Unlimited campaign generated city-scale brand awareness. More info: https://t.co/gL3DuOdhQd https://t.co/ZD9ZHrxk7F
8393                                              RT @000Kayakman: @McDonalds Please please re-think what you do with balloons #Balloons #KillWildlife &amp; #FarmAnimals @BalloonsBlow… 
8394                                                       Check out Chaundry Sports for Mimi #Maternity Geo Print Embellished Beaded Top Shirt Small   https://t.co/kyvuW2dild via @eBay
8395                                                                     In baseball heaven. Future 1st baseman for the Cubs! @ARizzo44 @Citi @Citibank @ProCamps https://t.co/vFVLeGSVbt
8396                                                                                   @eflow_freeflow @Ryanair I'd bring my boyfriend @ThinLizards to our favourite spot in The Algarve!
8397                                                                         RT @yogazombies: The Flat Earth Lexicon: Beak Speak by Dumpsterbinbandit https://t.co/7seKVOptb6 via @amazon
8398                                             East is turning green https://t.co/vMvriJ2I6M via @FT China and India are taking a global lead in renewable energy Helen Wong @HSBC #GGG
8399                                                             Check out 16 POUND BOWLING BALL USED (BRUNSWICK BLACK BEAUTY) USED SALVAGED #Brunswick https://t.co/MIwAC6DBOU via @eBay
8400                                                                                                                                    @ElizabethBanks @netflix actual love of my life x
8401                                                  Check out Emergency vehicles truck Cake set kit decorating bakery crafts helicopter #BakeryCrafts https://t.co/16WCXdtwvp via @eBay
8402                                                     Check out 925 Silver Plated Men&amp;Women Fashion Turquoise Gemstone Nice Ring Size 9 Jewelry  https://t.co/dFcVHWeGry via @eBay
8403                                                                                                                                                     @McDonalds Yuck-o. Threw it out.
8404                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8405                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8406                                                   Check out NEW Bolle High Performance Womens Tennis Skirt Skort Shorts Black Small MSRP $59 #Boll https://t.co/arsMYSFfC4 via @eBay
8407                                                                       @neimanmarcus sees @amazon in the rear view mirror: point of differentiation is to offer unique product... 1/3
8408                                                      RT @Reuters: Sealed Spanish court filings reveal one way money allegedly smuggled out of country: https://t.co/ygBjsMApPs via… 
8409                                                                                                                                     You see this @netflix??? https://t.co/J95ddPKqz5
8410                                                                                           Check out Bvlgari Sterling Silver Save The Children bracelet https://t.co/PpsSGtL2fu @eBay
8411                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8412                                                                                                                  Donate treats to a pup in need! https://t.co/PHXi2QEEza via @amazon
8413                                                                  RT @Reuters: China hits back at Trump's criticism over North Korea: https://t.co/gzF6mQq7sB https://t.co/sxzjT25hli
8414                                                RT @MoveOn: Tell @Nissan to stop standing in the way of its workers’ right to unionize! #DoBetterNissan SIGN: https://t.co/Q75Bc9psAd
8415                                                 Check out Large #DarylDixon - #TheWalkingDead - #NormanReedus #Poster https://t.co/ykqJ77Da2t @eBay #twd #WalkingDead #ebay #Forsale
8416                                                      going deeper: @Starbucks brings Hope–&amp; Profit–To America’s Forgotten communities cc @helpgoodspread https://t.co/WpctSJodWr
8417                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8418                                                      RT @DBZSquad_: Hey @netflix do us all a favor and get us on there! Sincerely everyone in the #DBZSquad ! http://t.co/nwGJ8HMvfo
8419                                                   Check out Chaundry NWT Sz Small Green Multicolor Sleeveless Empire Waist 100% Cotton Lined #Maxi https://t.co/cldAsq5Jo2 via @eBay
8420                                                        Check out 1970's Vintage Fisher Price Sesame Street Little People Kitchen Misc Accessories  https://t.co/LZLnJfkWZN via @eBay
8421                                                 Check out Retro turkish Carved Pattern Inlaid Red  Crystal Gold  Plated Women Ring Size 7 #Fashion https://t.co/C7U5vZrgxM via @eBay
8422                                                         RT @markgannon: The @Google Garage Bus is hitting #Sheffield Updates on the route here: https://t.co/0U9CWBJGHz #inclusion… 
8423                                           @comcastcares @comcast after being down for 10 days. Tech scheduled between 8-12 this morning. No show. No call. Does Comcast really care?
8424                                                                   @Reuters NEW WALBRO 255lph GSS 342 high performance fuel pump. Available in my Ebay Store. https://t.co/IHqsJ52hjT
8425                                                   Check out 925 Silver Plated Sterling Women Fashion Ring Orange stone Handmade jewelry  #Handmade https://t.co/ZgFxfuBCgH via @eBay
8426                                       RT @dallasmavs: Join us and @Walmart in wishing the best owner in sports @mcuban a very special Happy Birthday! 🎂🎈🎉 https://t.co/SOa4hNk8sV
8427                                                         Check out crazy circus girl original aceo drawing ink illustration sketch goth Elizavella  https://t.co/NCCedaPcy2 via @eBay
8428                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8429                                                                                          @sonyxperia @TMobile @TMobileHelp Does the Xperia XA1 Ultra (G3223) support T-Mobile VoLTE?
8430                                                             RT @MLS: @WellsFargo Here's all you need to know about visiting Digital HQ pres. by @WellsFargo: https://t.co/3mbIA3KKAD
8431                                                                      Check out this Amazon deal: Grand Theft Auto V - Xbox One by Rockstar Games https://t.co/jFCOSwqpDJ via @amazon
8432                                                       RT @Adobe: Are you a consumer or a 'CorpSumer'? Who they are and why you want CorpSumers to put their loyalty in your brand:… 
8433                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8434                                                                 GE 29875GE1 Digital Messaging System with Voice Time and Day Stamp - White Th... https://t.co/mo0a4AzLT9 via @amazon
8435                                                          Check out 7 COCKTAIL NAPKINS Vintage Red White Special Occasions Toasts Sayings Barware   https://t.co/CePrzbMBTG via @eBay
8436                                                           RT @andrewrennie: Up to a 4 hour 25 min delay... second time this has happened in a month @easyJet https://t.co/Fo1igL5RtD
8437                                                                                    @tiggytabbycat @netflix It's what she does best though. I mean when does she not look disturbing?
8438                                                 Check out C C Couture Chic Iridescent Ruffled Cocoa Dressy Jacket Sz L Wedding #CCCouture #Evening https://t.co/NNWOkMah4m via @eBay
8439                                                                                                                     Check out angst mystery spot NM LP https://t.co/6cOFWD1Fle @eBay
8440                                            RT @blakegriffin32: my #bestfriend @JoeMande has a new special on @netflix and it is truly special. please go watch and enjoy joe's hil… 
8441                                                      @300 @Tee_Grizzley @verizon True story #NYC #freestyle50challenge @verizon @Tee_Grizzley @300 @Az_Cohen https://t.co/qLQtaheuas
8442                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8443                                              @didforsale Announces Integration with @salesforce &amp; @vtigercrm https://t.co/bHObdqx1gu #MarTech #salesforce #CRM #B2Bsales #CX #AI
8444                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8445                                                          Check out Gloria Vanderbilt Women's Lillie Skimmer Capri Pants Comfort Waist Size 10 NWT  https://t.co/VtAgPjCteC via @eBay
8446                                                        Check out Rare Vtg Anchor Hocking Early American Prescut Footed Candy Dish Lid Fan Hobstar  https://t.co/CDDSLAGmxU via @eBay
8447                                                                                                                                 @FedExIndia @FedEx Complaint https://t.co/IZnZuyhQyW
8448                                               Check out Nike Dri-Fit Tennis Tank Top Shirt Bright Green &amp; White Size Medium NEW WITH TAG #Nike https://t.co/bN0C8zoJhw via @eBay
8449                                                                   @easyJet Plus your staff on customer check in didn't change my boarding pass to priority. Sort it out. KR Rochelle
8450                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8451                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8452                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8453                                         RT @Tesco: We’re paying the Tampon Tax so you don’t have to. Watch how we let our customers know. #TescoTamponTaxoff https://t.co/0FC6B2V3yE
8454                                                            Check out Rainbow Nation Knit Sweater Dress L XL Tunic Colorful Womens Striped Stripes  https://t.co/56afXHn5Ic via @eBay
8455                                                                             Check out 2005 Ford Focus Red 1/24 Scale Diecast Metal #Motormax #Ford https://t.co/r8wolBpeTu via @eBay
8456                                                                                                                                        @LopeM444 @CocaCola I wish we were by the sea
8457                                                                                                                @LVRN is so amazing. And if you don't know story just hit the @Google
8458                                                                                                                    @AmaraBaptist @adidasWomen @adidas I have never been more jealous
8459                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8460                                                    RT @Couponmamacita: Summer of Heroes at @Disney California Adventure Park  #SummerOfHeroes #Disneyland #travel #D23Expo #Marvel… 
8461                                                            RT @netflix: Seven sisters. One identity. What Happened To Monday premieres on Netflix August 18. https://t.co/AXUTaW4kRC
8462                                                                           RT @dspin67: @Christy41970 @ourkidthings @Walmart Tax free shopping is next weekend.  Will keep it in mind
8463                                                                                                         RT @Disney: To infinite embarrassment... and beyond! https://t.co/B7nRgwDoeU
8464                                                                                                                                                         @netflix Veeeeery #Sense8 😏
8465                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8466                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8467                                                                                                   RT @trashdoom: @Google whenever i get $50 cashback i'm buying weed. fyi if curious
8468                                       RT @dallasmavs: Join us and @Walmart in wishing the best owner in sports @mcuban a very special Happy Birthday! 🎂🎈🎉 https://t.co/SOa4hNk8sV
8469                                                    RT @eB0okLand: Living Life The Paleo Way + 10 Free eBooks With Resell rights ( in PDF format )  https://t.co/wn6Rb713ID via @eBay
8470                                               @verizon I pay way too much per month for me to have anything less than spectacular service in the middle of Nashville. Figure it out.
8471                                                                                   Down &amp; Out: The Magazine Volume 1 Issue 1 by Rick Ollerman https://t.co/kUHk0Lh17X via @amazon
8472                                                                                                               #MysteryDiners is also showing on @netflix! 👍 https://t.co/d0kZIaGb5k
8473                                                        RT @summermckeen: had fun today in the @HP lounge at Panorama NYC✌🏼 #PanoramaHP #ReinventMyStory #ad https://t.co/PgjZeWpp4R
8474                                                                                                             Trump cabinet meets after reshuffle https://t.co/4NDawVnYWl Via @Reuters
8475                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8476                                                            RT @netflix: Seven sisters. One identity. What Happened To Monday premieres on Netflix August 18. https://t.co/AXUTaW4kRC
8477                                                            RT @netflix: Seven sisters. One identity. What Happened To Monday premieres on Netflix August 18. https://t.co/AXUTaW4kRC
8478                                                    RT @eB0okLand: Living Life The Paleo Way + 10 Free eBooks With Resell rights ( in PDF format )  https://t.co/wn6Rb713ID via @eBay
8479                                                                         Actor and playwright Sam Shepard dies from ALS complications: spokesman https://t.co/IaJabhhgIy Via @Reuters
8480                                                    Check out Stafford Men's Sport Coat Blazer Dark Gray Three Button Pinstriped Size 38R #Stafford https://t.co/5tqztgYkU5 via @eBay
8481                                             RT @FunctionsConf: IBM's @DanielKrook presents How to build FaaS applications with Apache's OpenWhisk @openwhisk @IBM get your tickets… 
8482                                                                        LAST CALL FREEBIE&gt;Shells on Shell Handmade Pin from the 1980's #Handmade https://t.co/CAmNxmmAod via @eBay
8483                                           In #LA on Aug. 24? Join @Adobe @Dell @Dataclay @GTech_Support  @borisfx @digitalanarchy   @intel for #Expo Night:… https://t.co/7CtX15NqLN
8484                                                                       Check out OtterBox SYMMETRY SERIES Case for iPhone 7 Plus Free USA Shipping New  https://t.co/KqBkTBOU3y @eBay
8485                                         @michfire @benoonbenoon @trevoridge @tomabba @matlock @moongolfer @netflix I hear you and agree. Just to play devil… https://t.co/9aeg5CAdmQ
8486                                                                                                                                                      @McDonalds Wubba Lubba dub-dub!
8487                                                                              So the things i got for my one and only holiday came after my holiday started what should i do? @amazon
8488                                                                  @McDonalds yesterday my two 1/4lbs were $5 today they're $9!  You need to lmk when I order.  #nolunchfor metomorrow
8489                                                                                   First Love - First in a Series Romance Anthology by Lexy Timms https://t.co/hGfDPnz7bD via @amazon
8490                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8491                                                                                 Check out Hard Bumper Soft Rubber Hybrid Case Skin Cover For iPhone 6  https://t.co/Vaw3TFzQD8 @eBay
8492                                                           RT @Reuters: Actor and playwright Sam Shepard dies from ALS complications: https://t.co/YtoJURPCem https://t.co/NPQSFXkeGU
8493                                                RT @Reuters: Islamic State claims responsibility for attack on Iraqi embassy in Kabul https://t.co/lBeYWNFVkw https://t.co/5EbejhQAF8
8494                                                           RT @Reuters: Actor and playwright Sam Shepard dies from ALS complications: https://t.co/YtoJURPCem https://t.co/NPQSFXkeGU
8495                                         RT @iambhutia: @facebook Shuts Down #AI After It Invented Its Own Language ~ @elonmusk warned @finkd https://t.co/OgBd6WGmGf @MikeQuindazzi…
8496                                                              RT @JohnDeere: “I’m confident this technology will make farmers more productive and efficient.” - Farmer Dave Schmidt… 
8497                                                                                         @McDonalds @McDonalds don't tell me how to live my life. Maybe I don't wanna try your sauce.
8498                                                           Check out  Hand Crafted Tote Bag Quint Embroider Look Thick Fabric #OutadiSLeather #Tote https://t.co/7W8jBP2wcW via @eBay
8499                                                                RT @Reuters: ‘Everything can be bought with money’: Wiretapped conversations of suspected Chinese money launderers.… 
8500                                             RT @larrybroughton: So proud of our Area GM Craig! The @TripAdvisor ranking for one of his managed hotels jumped 128 spots! Proud he's… 
8501                                                              RT @Reuters: Oil markets brace for possible U.S. sanctions on Venezuela https://t.co/IHnlltg9wL https://t.co/n1ZqrLfpRF
8502                                                                                     RT @LindaLeeKing: My kindle is missing? @amazon  https://t.co/w42Q4xJjQ3 https://t.co/bx98tPYwlU
8503                                                                                   @comcast @nbc @nbcsnl are being investigated by Federal Prosecutors in NC! https://t.co/Ue4aJ9A3Yu
8504                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8505                                         RT @DiazChrisAfrica: Google will train 10 million people in #Africa in online skills CEO https://t.co/9yPtkgsvXn @Google @MakeItKenya https…
8506                                         With FREE child places at our hotel and so many low cost flights from @Gatwick_Airport book your @easyJet now and r… https://t.co/6CPaASMWpb
8507                                                                 Stonkraft Collectible Folding Wooden Chess Game Board Set with Magnetic Craft... https://t.co/a1IbqsvQaW via @amazon
8508                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8509                                                   A little #MondayMotivation for the first day of @Cisco FY18! #MotivationMonday #freshstart #WhatWouldYouDo https://t.co/t1QfLLkmFU
8510                                          @facebook - Facebook has taken control of my verified page for Agua Dulce Movie Ranch. Please merge the Page created by Facebook with mine.
8511                                                                                                        Check out Gorgeous Summer Dress  #Unbranded https://t.co/73PtVBuRGC via @eBay
8512                                         @azeis @TMobile Haha just saying from looking at their map..I live in rural Utah and always have full bars and grea… https://t.co/SXMbNnGcWs
8513                                                    RT @VW: You've arrived. Ahead of schedule. The #VW #Jetta is the key to making every mile more memorable. https://t.co/sislgaclpA
8514                                                      Check out Womens Crocodile Model Crossbody Mini Bags Shoulder Clutch Fashion Purse #Unbranded https://t.co/9fQusrSs0h via @eBay
8515                                                   Check out Dell Latitude Laptop E6430 Intel Core i7 Turbo 3rd Gen 8GB 320GB Win 10 Pro WiFi #Dell https://t.co/dFC4LDTApd via @eBay
8516                                         RT @team_britannia: Truly disturbing article from @IBM ’s @weatherchannel that a new rubbish patch nearly 1million square miles has been fo…
8517                                                         Check out P.S. Aeropostale White LOVE Sequins Long Sleeve Pullover Sweatshirt Top Girls 8  https://t.co/wnFartHovo via @eBay
8518                                                                            I Want to Dress Like This 95-Year-Old Fashion Model  https://t.co/JmAr2ZZ1Vl via @amazon  your so special
8519                                                                RT @IBMResearch: Rally with @IBM to address our environmental changes with real answers. Learn more about our work:… 
8520                                                       RT @Adobe: Are you a consumer or a 'CorpSumer'? Who they are and why you want CorpSumers to put their loyalty in your brand:… 
8521                                         @TukFriar @MSonyNin @JRPyznar @LaylaGlam52 @Microsoft Yes but u were talking paid subscription. Xbox also had a fre… https://t.co/5psBAAdNoT
8522                                                                                                                                  Is the pink drink from @Starbucks really that good?
8523                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8524                                                                                                                                       @PAINISCOMING @easyJet On my way baby boy 🤤🤤
8525                                                                                               Los Angeles to host 2028 Summer Olympics: L.A. Times. @Reuters https://t.co/D80shD3z8A
8526                                         @HeyRowanEllis @netflix Not specifically - not yet - only a few episodes in. Although it's made clear that in the f… https://t.co/4xWCmurG5A
8527                                                                                                                @nextofficial Thank you for your prompt response I have just sent it!
8528                                                                                Check out Disney pooh snowsuit size 0/3 month C38 #Disney #Snowsuit https://t.co/Fe87R7dGwj via @eBay
8529                                                              Check out LOT 5 ROBERT TALBOTT BEST OF CLASS CHELSEA STUDIO MULTICOLOR NECKTIES  #Tie https://t.co/j4QLAHsViE via @eBay
8530                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8531                                                              Check out Tampa Bay Buccaneers NFL Gray Fly Rush 2.0 Quarter Zip Pullover Jacket Men's XL https://t.co/WLyA2uTLHj @eBay
8532                                                                                                                        Look what I found on @eBay! https://t.co/8izAzEuxds via @eBay
8533                                                                                             RT @Apple: The Rock and Siri dominate the day. Click to watch the film. Boom. #ROCKxSIRI
8534                                                                Check out FADS Vintage Denim Jean Modest Long Dress Elastic Waist Button Down Womens 10 https://t.co/zU1gGQ7LU2 @eBay
8535                                                                                    Check out Thermaltake - Versa H15 MicroATX Mid Tower Case Brand New https://t.co/jkuUyMgC8r @eBay
8536                                                                       Added to Wish List: 'Oculus Rift + Touch Virtual Reality System' by Oculus via @amazon https://t.co/neuJVkYaHj
8537                                              RT @AnmolPlani: @Gurmeetramrahim Watch #LifeChangingTipsPart45 &amp; #TheLaughterShowEp14 Now Only On @facebook https://t.co/5sxT1Cq47n
8538                                                 RT @ciablog: A feast for the eyes from @jonny_wan with @easyJet #illustration #digital #vector #food #dining https://t.co/aE6DnCEp2i
8539                                                  RT @MorganStanley: The real impact of President Trump’s move to pull the U.S. out of the global accords to combat climate change.… 
8540                                                          Check out Genuine Sonoma Jean Company Burgundy Suede Leather SZ M  Zip Front Jacket NWOT  https://t.co/fTZRBJV40C via @eBay
8541                                                                         got @amazon drivers pranking me on the daily. I swear they knock the door then run straight back to the van.
8542                                                         RT @Reuters: Attempt to prosecute Blair over Iraq fails in London High Court https://t.co/B3DeMMkMMV https://t.co/oVvuHmSBvd
8543                                                      RT @LordSnow: @GoT_Tyrion @Starbucks I'm never taking @Daenerys to Starbucks again. Ain't nobody got time for all those titles.
8544                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8545                                                                                                      Check out NVIDIA Quadro K4000 C2J94AT new #HP https://t.co/ZScLZpUZmB via @eBay
8546                                                      RT @Reuters: France to set up migrant centers outside Calais after court ruling https://t.co/5gJIYWD3Ts https://t.co/2TthMzbmqa
8547                                                                 Heart Pendant Bracelet by Luvalti - Horse Heart Jewelry - Family and Friends ... https://t.co/lui28fNbFm via @amazon
8548                                                                             Check out Macbook Lock Fits MacBook Pro 13 Inch https://t.co/uEidBsIvsH @eBay #BacktoSchool #Back2School
8549                                          Check out Bathroom Rug Set 2 Piece Reversible Step Out Bath Mat Set 17x24 Sage NEW  #CottonCraft https://t.co/4EYr1sH6ps via @eBay #bathrug
8550                                          @easyJet Said? We are happy to purchase the extra space for him but just need to know why we have to call customer… https://t.co/E2T7pyYuW9
8551                                                         RT @Reuters: Attempt to prosecute Blair over Iraq fails in London High Court https://t.co/B3DeMMkMMV https://t.co/oVvuHmSBvd
8552                                         @GeneralMattis @timcook @Apple @BillGates @Microsoft @NSAGov PENTAGON US PENTAGON MOTHERFUCKERZ OUTRANK YOU LIL TRI… https://t.co/6SNWZm50dw
8553                                                              RT @Saints: Check out the highlights from Day 2 of #Saints Training Camp presented by @verizon! https://t.co/xkyMmu3Cfw
8554                                         @Reuters reminds us who 3rd wheel was in famous #Trump Hotel photo op during Sec of State puppet show. Last week si… https://t.co/4C40UdBzew
8555                                                               Check out 1999 The Robber And Me Josef Holub Paperback Children's Fiction Book Adventure https://t.co/nsTJI5vgaZ @eBay
8556                                         Check out OtterBox SYMMETRY CLEAR SERIES Case for Samsung Galaxy S7 &amp; Zagg Screen Protect https://t.co/Shrz8bp2JX @eBay #samsunggalaxyS7
8557                                                          For your Little ones. Online shopping for The Honest Company at https://t.co/yYEvAupuG6 https://t.co/iKAa4f213p via @amazon
8558                                                          For your Little ones. Online shopping for The Honest Company at https://t.co/g8yJUu1LYI https://t.co/wluIAb68ha via @amazon
8559                                                          For your Little ones. Online shopping for The Honest Company at https://t.co/QOYY5DO9RA https://t.co/7QiAj2BT7S via @amazon
8560                                                          For your Little ones. Online shopping for The Honest Company at https://t.co/8rlmD3o8KW https://t.co/KqLcJdyveK via @amazon
8561                                                          For your Little ones. Online shopping for The Honest Company at https://t.co/h4wslJX6Jb https://t.co/3AIbOMq69x via @amazon
8562                                                                    #Swank #CuffLinks #TieBar Set Silver Tone Brushed Polished in Hinged Box #Swank https://t.co/VrQaWthDFI via @eBay
8563                                                                RT @Ryanair: Share a pic of you with an onboard purchase using the #RyanairInflight to WIN a €/£100 Flight Voucher!… 
8564                                                         Check out Hasbro FurReal Friends Piper My Dancing Penguin Happy To See Me Pets EUC #Hasbro https://t.co/RnyCyWxehi via @eBay
8565                                                                 Rainbow Glass Candle Display Transparent Glass Squares 2 Pieces Rubber Feet N... https://t.co/ouAafp1Ijf via @amazon
8566                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8567                                                    Check out Women's Nike Air Max 1 PRM Medium Grey Size UK4/US6.5/CM23.5/EUR37.5 454746-008 #Nike https://t.co/3GzhtIfEUM via @eBay
8568                                                                      Black Masquerade Leather Mask Superhero Lone Ranger Halloween Costume UNISEX  https://t.co/GMz4SFvAls via @eBay
8569                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8570                                                  @AFP I have a poss story against @PayPal that they are allowing criminals defraud people out of $-I have recordings &amp; documents
8571                                             RT @SarahMallery1: A Bark in the Night (The Talking Dog Detective Agency Book 1) by M K Scott https://t.co/IhV6WnJRFZ via @amazon #asmsg
8572                                                                 @NightDrifter10 @jimmywhis @GassyMexican @comcast @XFINITY Under their terms and conditions. https://t.co/VNn8JXpJ0o
8573                                                                                                 RT @McDonalds: @ashlyletcher Who's stepping up to save our friend's day? Any takers?
8574                                                                                       RT @McDonalds: @ronniestigs Things we're excited for: Seeing YOU! Hope we get to see you soon.
8575                                                                  RT @McDonalds: @luhhdayyy Now that's something to get excited about. Hope they were exactly how you remember! &lt;3
8576                                                                                                                      RT @McDonalds: @stephbeinhauer Your happiness is our happiness!
8577                                         You won't get a Delsey cheaper! NEVER! Luggage Helium Aero 29 Inch Expandab..by DELSEY Paris for $127.44 https://t.co/kTcyud64l2 via @amazon
8578                                                                                                       RT @McDonalds: @chelle_h_art Does that mean we’ll be seeing you soon? Hope so!
8579                                                           RT @WestNewYorker: @SeeMomClick @verizon it is so nice to have the traveling freedom with #verizon https://t.co/iLJHkW5YJD
8580                                                   With THIS you always get an Upgrade: Rimowa Topas 30' - 73MW (5394-5396) by Rimowa for $986.00 https://t.co/dRUrbuLIpv via @amazon
8581                                                                                 The first #SalvationArmy @eBay store is open for business!  https://t.co/3a1agIPBGO #ebay #thrifting
8582                                         RT @the_strix: Watch stop motion animation of Preetha's poem! From @ShantiBhavan &amp; @netflix Daughters of Destiny https://t.co/hZKP36dKkz
8583                                      Weird how @comcast arbitrarily increased my bill the same month AT&amp;T launched fiber in my neighborhood. It's like they want me to switch...
8584                                        RT @RuthieConnell: Signed! @KingsOfCon @netflix https://t.co/vGNHL8BwZQ @dicksp8jr @RobBenedict @thisiselbert @TinaDensmore 👏🏻❤️#KOC #spnfa…
8585                                                                                                                                                    @CocaCola Heyyy my name is kelsey
8586                                           RT @juanitamart47: Check out Green Bay Packers vs New England Patriots Superbowl 31 Serving Tray..NFL    https://t.co/FrK5IejaF2 via @eBay
8587                                                                                                                                                        @Reuters Already? New record.
8588                                                   RT @Reuters: BREAKING: Trump removes Anthony Scaramucci from communications director role - New York Times https://t.co/TUVgU7US62
8589                                         @RuthieConnell @KingsOfCon @netflix @dicksp8jr @RobBenedict @thisiselbert @TinaDensmore KoC family- is there anythi… https://t.co/qOpXYwKBSb
8590                                                   RT @gbridget6977: New Balance Women Blue Quilted Fleece Jacket Size 2X #NewBalance #FleeceJacket https://t.co/nVBwKwF3cj via @eBay
8591                                                                         @hedia19 @amazonca @amazon @BBB_CentralON @680NEWS @TorontoStar @CBC @deanmschroeder Listening to a podcast?
8592                                                        Check out Qualcraft 50 Ft. Rooftop Safe-Tie Bucket Kit Heavy-Duty Part #00815-QC #Qualcraft https://t.co/ZHMxnjg40n via @eBay
8593                                                   RT @Reuters: BREAKING: Trump removes Anthony Scaramucci from communications director role - New York Times https://t.co/TUVgU7US62
8594                                                    Check out Womens Banana Republic Sleeveless Green Button Front Blouse Polka Dot Size 0  #Blouse https://t.co/a4Cq7HMjqU via @eBay
8595                                             STERLING Silver Celestial Stars Moon Saturn Galaxy Boho Witch Gypsy Dome Ring eclipse cosmos astronomy sky https://t.co/iyHLiPcOPc @eBay
8596                                                        Check out  Baby Bottle Grass Drying Rack Boon Tall Countertop Boons Large BPA-Free 3 Piece  https://t.co/ckKHe2Txu3 via @eBay
8597                                                     Check out DELL LATITUDE E6520 CORE i5 LAPTOP Windows 10 PC 256GB SSD WiFi DVDRW NOTEBOOK #Dell https://t.co/iaXgOmySMD via @eBay
8598                                                   RT @Reuters: BREAKING: Trump removes Anthony Scaramucci from communications director role - New York Times https://t.co/TUVgU7US62
8599                                         RT @Reuters: Actor and  Pulitzer-winning playwright Sam Shepard dies from ALS complications: https://t.co/8reXR3wq7x https://t.co/t2o9O6e1pZ
8600                                                                                                RT @Reuters: Los Angeles to host 2028 Summer Olympics: source https://t.co/AHKWOsnaYO
8601                                                         RT @Reuters: Attempt to prosecute Blair over Iraq fails in London High Court https://t.co/B3DeMMkMMV https://t.co/oVvuHmSBvd
8602                                                                                        RT @Reuters: Trump removes Scaramucci as communications director: NYT https://t.co/wvVt5ECKgQ
8603                                                                         Check out Team Nike Dry Fit Carolina Tarheels Sports Bra Sz XXL #Nike #Bra https://t.co/l6o7Jvxo13 via @eBay
8604                                                       RT @ckrusch: Love hearing all about @Audi being #1 recommended brand by @ConsumerReports ! #wapaataudi https://t.co/QbGnEeFZ3S
8605                                                                                                                                                                        @Reuters good
8606                                                                                        RT @Reuters: Trump removes Scaramucci as communications director: NYT https://t.co/wvVt5ECKgQ
8607                                                                                                                               @OrphanBlack @Costco follow me https://t.co/P7JdKYUqX0
8608                                                       RT @ckrusch: Love hearing all about @Audi being #1 recommended brand by @ConsumerReports ! #wapaataudi https://t.co/QbGnEeFZ3S
8609                                         RT @Reuters: Actor and  Pulitzer-winning playwright Sam Shepard dies from ALS complications: https://t.co/8reXR3wq7x https://t.co/t2o9O6e1pZ
8610                                                           RT @GoldmanSachs: WATCH: Subsidies for wind &amp; solar may soon be a thing of the past. $GS' Alberto Gandolfi explains.… 
8611                                     RT @BKerchofficial: Check out Shinedown Drummer Barry Kerch Custom Stage Played Snare Drum + Meet &amp; Greet  https://t.co/voav8QFpSM via @eBay
8612                                                                                    Check out Milwaukee 22-18-0530 CARBON BRUSH ASSEMBLY #Milwaukee https://t.co/tRKt4Jw2kC via @eBay
8613                                                                                        RT @Reuters: Trump removes Scaramucci as communications director: NYT https://t.co/wvVt5ECKgQ
8614                                                                                                                                                   why u sleeping on Hi-C @McDonalds?
8615                                         @lmcgaughy @evanasmith @Chevron @exxonmobil @Halliburton @Shell @DowChemical -Hispanic moms against Democrat men in… https://t.co/U5eeHwshjR
8616                                         RT @meeshellchen: Workers @facebook Cafeteria Unionizing  https://t.co/TeSXEMtGBm @unitehere @SVRising #SiliconValley #tech #socialmedia #1…
8617                                         RT @IAMBobMartinez: My op-ed in the @SeattleTimes today should be a wake-up call to @Boeing executives shipping our jobs overseas #1u https…
8618                                                                                                            @dicksp8jr @KingsOfCon @RobBenedict signed! Come on @netflix! #kingsofcon
8619                                                                           RT @MaisyMeowBlog: @SianKNotIn3D @amyrowlandsx @ASOS There's actually nothing wrong with being a size 6 🤔
8620                                                 RT @genna_ash: https://t.co/HZkwbqzJqg - 4 reasons to invest in a #DMSSystem via @TechWireAsia @AdlibSolutions @Adobe @zoho @Kofax… 
8621                                                              RT @amypond27: Pink And Sparkly: Personal Stories Of How I Roll by Amy Beth Outland https://t.co/Ru3NyubumD via @amazon
8622                                                                 Fresh reports coming in line from @NBCNews @CBS @GuardianUS @BBCBreaking @cnn..we the resistance have won once again
8623                                                                                               @AnnaApp91838450 @marycjoyce2 @ProcterGamble Why boycott?  What is wrong with that ad?
8624                                                   Just saw this on Amazon: Huiyuzhi Womens Chunky Ankle Strappy Sandal... by Huiyuzhi for $19.98 https://t.co/G8PZ8kewDm via @amazon
8625                                                                                           RT @Reuters: Los Angeles to host 2028 Summer Olympics: L.A. Times. https://t.co/5UmOConQaH
8626                                                        RT @Reuters: UPDATE: 'Mr. Scaramucci felt it was best to give chief of staff John Kelly a clean slate:' White House statement
8627                                                                                       RT @Disney: It means no wardrobe worries for the rest of your days! 🦁 https://t.co/pTSfcydSlv
8628                                                          Check out Electric Meat Smoker BBQ Grill Barbecue Outdoor Portable Cooker Backyard Patio  https://t.co/GCFWCSS3sN via @eBay
8629                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8630                                                                             Check out Progressive Property 'Leverage Property Cash flow' by Mark Homer https://t.co/VK1KxmqD19 @eBay
8631                                                      RT @N4ik3: [news] #Messenger Platform 2.1 Brings New Tools to Enrich Conversations https://t.co/AXdCFW2eYJ via @facebook #SMM… 
8632                                                                                                                 Fuck @Apple and your stupid fucking updates 🖕choke on a fking dick.
8633                                                                                                                                         Me too. Fuck @Disney https://t.co/NDfB0nsd51
8634                                                @AstraZeneca Great news not only for AZ but for all pharma people committed to advancing clinical cancer research. Congrats @jsoriamd
8635                                                                   @Sony can you justify why you are raising the price of PS Plus again? #greedysony #viral #greed #sony @PlayStation
8636                                         Thank you to our Grand Slam Sponsor @salesforce. Use discount code Salesforce50 for 50% off tickets to #RampFenway:… https://t.co/jaSShp0ZE0
8637                                         @Reuters I am kind of thinking @NBC needs to just go ahead and make @SNLUpdate episode for twitter this week. Prett… https://t.co/nncDFzuAhg
8638                                                      Check out Caribbean Joes Khaki Green Jeans Jacket Size L 100% Cotton 2 Pockets  #CaribbeanJoe https://t.co/DnEAZ64tmh via @eBay
8639                                          @TillikumLives @FactTank @Reuters @PrisonPlanet @realDailyWire @pewresearch @Cernovich @ABC @Yahoo You are a joke.… https://t.co/46V0yzqZrt
8640                                        RT @RuthieConnell: Signed! @KingsOfCon @netflix https://t.co/vGNHL8BwZQ @dicksp8jr @RobBenedict @thisiselbert @TinaDensmore 👏🏻❤️#KOC #spnfa…
8641                                                                                           RT @Reuters: BREAKING NEWS: U.S. Treasury Department sanctions Venezuelan President Maduro
8642                                                                                                              @Tesco Falkirk Retail Park. But I've had the same at South Queensferry.
8643                                                      RT @MorganStanley: Interested in the long-term investment opportunities that might arise from disruption? Watch these trends.… 
8644                                         RT @BCsBargainBin: #Necklace #BronzeShells #BlueGlassBeads Multi Strand Chains Jewelry 16.5 inch    https://t.co/sBDb6VRkI1 via @eBay #Mond…
8645                                                                           @PlayStation Sold as exclusive on E3 but it's going to be multiplatform. Hahaha @Sony you failed miserable
8646                                                               RT @SAP: Discover the #1 reason why 61% of US shoppers abandon their online shopping carts before making a purchase:… 
8647                                                       RT @Reuters: Judge rules ex-Arizona sheriff Arpaio guilty of criminal contempt https://t.co/Y8ZfDvLKvk https://t.co/hy6YgEuV3f
8648                                                               @Reuters I am God=Omnipotent=Omnipresent=Omniscient= by your worldwide clearance shit monkeys… https://t.co/hQEUJC5S1H
8649                                                                                                                   @Google Pride about the way you make sex...great accomplishment 👌
8650                                                                                           RT @Reuters: BREAKING NEWS: U.S. Treasury Department sanctions Venezuelan President Maduro
8651                                                                                           RT @Reuters: BREAKING NEWS: U.S. Treasury Department sanctions Venezuelan President Maduro
8652                                                                                           RT @Reuters: BREAKING NEWS: U.S. Treasury Department sanctions Venezuelan President Maduro
8653                                                  RT @ShopFloorNAM: READ THIS! Why @Nissan is driving Mississippi's econnomy. @JayTimmonsNAM @MSManufacturers https://t.co/eZd39KoY07
8654                                                                 RT @Reuters: White House communications director Scaramucci leaves in order to 'clean slate' https://t.co/FEvA8IYbq5
8655                                                                               #MagicTheGathering - Glimmervoid (Mirrodin) #MTG https://t.co/fr8CRILeQ2 @eBay #gaming #Wizards #Magic
8656                                                               @Reuters I am God=Omnipotent=Omnipresent=Omniscient= by your worldwide clearance shit monkeys… https://t.co/cTUOmCjP8y
8657                                                                               @AntonioParis @Apple @Windows I'm surprised. My Macbooks have always held up well with minimal issues.
8658                                                                     RT @nixon_lesley: I want to meet @SaraEvansMusic at @ATT Skyview Stage @Ascend_Amp! #SaraEvansAtSkyview #CMAfest
8659                                                   Check out Full Suspension Mountain Bike 29' Bicycle Steel Frame 21Speed Beach Riding Black #Kent https://t.co/MBZAxHZpyJ via @eBay
8660                                                                                           RT @Reuters: BREAKING NEWS: U.S. Treasury Department sanctions Venezuelan President Maduro
8661                                                                                           RT @Reuters: BREAKING NEWS: U.S. Treasury Department sanctions Venezuelan President Maduro
8662                                                                     Check out Girly Girl Girls  Top Size M 5-6 Christmas theme #GirlyGirl #Holiday https://t.co/xDvKVySGs6 via @eBay
8663                                                 Just saw this on Amazon: Women Bohemian Neck Tie Vintage Printed Eth... by Urban CoCo for $18.85 https://t.co/lEYL57IsiN via @amazon
8664                                                 Just saw this on Amazon: Women Bohemian Neck Tie Vintage Printed Eth... by Urban CoCo for $18.85 https://t.co/n0n6AF6Xsy via @amazon
8665                                                   Check out Dell Latitude E6430 Core i5 8GB Ram 1TB HDD Windows 7 PC Webcam Laptop 14 Inches #Dell https://t.co/KjBBa5Kbso via @eBay
8666                                                                                           RT @Reuters: BREAKING NEWS: U.S. Treasury Department sanctions Venezuelan President Maduro
8667                                                                                           RT @Reuters: BREAKING NEWS: U.S. Treasury Department sanctions Venezuelan President Maduro
8668                                                                 Chillbo Baggins 2.0 Inflatable Lounge Bag Hammock Air Sofa and Pool Float Shi... https://t.co/2Sp1ivMINi via @amazon
8669                                                                          RT @Reuters: Typhoon Nesat hits Taiwan | Pictures | Reuters https://t.co/UcRj2cYwKb https://t.co/87zwv7Xv3q
8670                                              RT @CLangleyWFTV: Investigators have no new info to release on @McDonalds explosion. They're talking to workers to see if they recogn… 
8671                                                                                           RT @Reuters: BREAKING NEWS: U.S. Treasury Department sanctions Venezuelan President Maduro
8672                                                                                           RT @Reuters: BREAKING NEWS: U.S. Treasury Department sanctions Venezuelan President Maduro
8673                                                               Check out Fashion Bug Plus Size Woman 32/34 Hoodie Beaded Butterflies  Designer Fashion  https://t.co/OHxEsOX1fY @eBay
8674                                             Just saw this on Amazon: Family Feeling Deer Big Girls' Sleepwear pj... by Family Feeling for $19.99 https://t.co/Gnpc4onOUd via @amazon
8675                                             Just saw this on Amazon: Family Feeling Deer Big Girls' Sleepwear pj... by Family Feeling for $19.99 https://t.co/C34bxIfdO9 via @amazon
8676                                                                                         @netflix my payment isn't being processed even though my debit card info is all correct wtf?
8677                                                                                                RT @Reuters: Los Angeles to host 2028 Summer Olympics: source https://t.co/AHKWOsnaYO
8678                                             Russian anti-monopoly body will rule on @Microsoft competition case on August 15 https://t.co/FluPCFFQmf #Russia https://t.co/4ua4rmHAyr
8679                                                  Hooked to @facebook? Like PillowTalkTV https://t.co/vFQlKb00JJ  #Comedy #WebSeries more to come! #WeekendWarriors #Marijuana #Humor
8680                                                          Check out KINGSO 3W LED Disco Party Crystal Ball Stage Effect Light Voice/ Sound Control  https://t.co/QQMZLMWoK3 via @eBay
8681                                                          Working towards my Lazy Weekend T-shirt 2XL Red Weekend Playtime Tees #MondayMotivation https://t.co/2qPX7y1eBc via @amazon
8682                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8683                                                                 Chillbo Baggins 2.0 Inflatable Lounge Bag Hammock Air Sofa and Pool Float Shi... https://t.co/YgssmvoGtq via @amazon
8684                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8685                                           RT @GESRAY1: Check out Vintage Pink Milk Glass FENTON Melon Silver Crest Ruffled Vase Sagaofluck #Fenton https://t.co/qjyX1bYL3Y via @eBay
8686                                         @chaptersindigo @amazon No wonder people take their business to .@amazon or to America! Try buying local and suppor… https://t.co/EnQPcfv5WR
8687                                                                    See what I m up to on @eBay! View my profile to see my favorite finds and more: https://t.co/gKeC4JvKxX via @eBay
8688                                                       RT @OxAmOsxO: Look what I found on @eBay! https://t.co/ixjM5tjagg via @eBay #bookstore #shopsmall #ebaydeals #PaperbackBookDay
8689                                         @ASOS Received my order with trousers that have been worn and are full of female discharge. Absolutely disgusting!!… https://t.co/yUYeUMOvh9
8690                                                          Check out PROMO MERI WILSON 45 RPM MIDNIGHT IN MEMPHIS DEMO GRT RECORDS GRT-151 NM 1977   https://t.co/y5wIjjwgpx via @eBay
8691                                                                                            @askdes @TMobile do use a screen protector though hehe else you get scratches like crazy!
8692                                                                                                                   Check out the NEW gallery @eBay! https://t.co/05nG8rjDmT via @eBay
8693                                                          Check out Vtg Medieval / Gothic Style Hand Made Wood and Metal Spanish Book Holders Ends  https://t.co/DMiNXaIUzF via @eBay
8694                                                                          RT @HSBC: #HSBC’s Iain Mackay on Interim highlights and future outlook #HSBCresults https://t.co/RW6NicUF5j
8695                                         RT @MsIsisKing: Help trans voices be heard! @ATT will donate $1 to @glaad today for every RT! #WeAreBold #ATTLiveProud #lgbt #TransFolksAre…
8696                                                                                             @GasPoweredTwig @BlobfaceFTW @jimmywhis @comcast @XFINITY You guys I was being sarcastic
8697                                                             Check out Harley Davidson XL T Shirt Sleeveless Black 1998 Sturgis Black Hills Rally   https://t.co/WhuojmKk6K via @eBay
8698                                                                           RT @ProcterGamble: Behind every P&amp;G product are tens of thousands of creators. https://t.co/cRcoFRBUAO
8699                                                                                                                          @TMobile YALL ARE FUCKIN TRASH LIKE WHAT IN THE ACTUAL FUCK
8700                                                     @e_veritas_unum @intel @facebook You had me at banging 😂😂. Otherwise I have no idea what that meant 😂😂😂. I just DM you lol.
8701                                                                                   Check out Womens size Large Sauci grey blouse E15 #sauci #Blouse https://t.co/YQK6HNc99h via @eBay
8702                                                                                           RT @Reuters: BREAKING NEWS: U.S. Treasury Department sanctions Venezuelan President Maduro
8703                                                             BeetVO2Max - Organic Beet Root Juice Powder + Amino Acids &amp; Vitamin B12 | Nit... https://t.co/m4yGFb12Jc via @amazon
8704                                         @Google It's completely obvious that they wanted to torture and destroy a 25 year old girl that was all they wanted… https://t.co/CQ6AfTYGUn
8705                                                        RT @Reuters: UPDATE: 'Mr. Scaramucci felt it was best to give chief of staff John Kelly a clean slate:' White House statement
8706                                                                                                                                                                  @Reuters Like Trump
8707                                          @Reuters Yep why not? The way should work Gover. corporate otherwise F you don't produce security will walk you to… https://t.co/QyHIWysUzD
8708                                         RT @Reuters: Actor and  Pulitzer-winning playwright Sam Shepard dies from ALS complications: https://t.co/8reXR3wq7x https://t.co/t2o9O6e1pZ
8709                                                                                                       @McDonalds @ImpracticalTiff @therealduckie @TheDCD Congrats to the winners tho
8710                                                                                      @McDonalds @ImpracticalTiff @therealduckie @TheDCD LET ME TRY SOME SAUCE PLEASE ILL DO ANYTHING
8711                                                     Russia bans VPNs/proxies while @Apple removes them from Chinese app store — I thought accessibility was a human right @tim_cook?
8712                                                               RT @Reuters: N.J. Governor Chris Christie accosts heckler in Milwaukee https://t.co/UZZVp542vg https://t.co/7DUEvLJCJA
8713                                                                                                                                                                @Reuters That's funny
8714                                                                                       Labour members would reject Welsh split say AMs  https://t.co/xjaiz0Y6A6 via @amazon  a taster
8715                                         RT @Reuters: WATCH LIVE: Scaramucci does not have a role with the Trump administration - White House. https://t.co/WIguuVbEvb https://t.co/…
8716                                         @McDonalds @ImpracticalTiff @therealduckie @TheDCD Nooooooooooooooooooooooooooooooooooooooo!!!! Hope Rick travels t… https://t.co/zBpuPi2Im0
8717                                                                                         RT @IDSAInfo: Myanmar H1N1 swine flu death toll rises to 10 @Reuters https://t.co/bDMVeV5aZm
8718                                         @ReutersUK @Reuters Aren't the majority of Grit ex pats living either off a UK pension or another form of UK saving… https://t.co/6ep8xOFuvq
8719                                                                    RT @57Veronica: Gabe killed Watson.. and not as a beast! #BatB on @netflix #S2E20Memories https://t.co/8EV1vLqro2
8720                                        RT @Microsoft: We’re proud to sponsor the TOYOTA GAZOO Racing Team. Congrats on the #WRC #RallyFinland win this weekend. 🏎🏆 https://t.co/Y4…
8721                                                    @CopyrightOffice I am forced to file a 300-page Original Complaint in NC Federal Court (Southern Division)! @comcast @nbc @nbcsnl
8722                                                                               RT @datevteg: @Reuters All of Trump's comments are inappropriate...why the hell is he still President?
8723                                                        RT @IQUII: Did you know that 182 #beauty companies are owned by 7 huge manufacturers such as @Loreal and @EsteeLauder? &gt;… 
8724                                                               RT @Reuters: N.J. Governor Chris Christie accosts heckler in Milwaukee https://t.co/UZZVp542vg https://t.co/7DUEvLJCJA
8725                                         RT @57Veronica: @netflix Wow.. JT really IS a genius! He made a cell phone road map of Gabe's cell phone! #BatB #S2E20Memories https://t.co…
8726                                                        Check out HANDMADE CROCHETED SOFT BLUE GREEN WOOL  DOLL DOOR HANGER ONE OF A KIND ART GIFT  https://t.co/8iY5tk2KjU via @eBay
8727                                                       RT @Sweetsouthern02: Check out Coach Brand Preowned Leather Handbag Handbag Great Winter Handbag https://t.co/8sMC2f1FZC @eBay
8728                                                  RT @skoopsro: @ZeroLives @Sony @PlayStation your service sucks compared to xbox live. Im NOT an xbox fan but its obvious they are… 
8729                                                        Check out Womens size 12  two pc hugo buscati pink halter skirt E17 #HugoBuscati #SkirtSuit https://t.co/SdSaCIDtWY via @eBay
8730                                                            RT @netflix: Seven sisters. One identity. What Happened To Monday premieres on Netflix August 18. https://t.co/AXUTaW4kRC
8731                                            RT @ColMorrisDavis: Gallup poll results within 2 points of Rasmussen and @CBS ... all show @realDonaldTrump approve/disapprove underwat… 
8732                                                                                                                                  @McDonalds I want to get lost in the #SzechuanSauce
8733                                                        Check out 50 Pink Blue Sapphire Two Tone Fire Polished Czech Glass 6mm Faceted Round Beads  https://t.co/w1Iwwl0XGy via @eBay
8734                                                                     RT @Reuters: WATCH LIVE: White House briefs the press after announcing Anthony Scaramucci is leaving his post.… 
8735                                                       RT @ckrusch: Love hearing all about @Audi being #1 recommended brand by @ConsumerReports ! #wapaataudi https://t.co/QbGnEeFZ3S
8736                                                   Check out Vintage Marx Walt Disney Tools Mickey Mouse Pre School Education Tools New #MarxDisney https://t.co/dDqsxy5B99 via @eBay
8737                                                                                                Thank Jebus for @Adobe #Acrobat. Seriously saved my bacon after my laptop was stolen!
8738                                                                                                      @Pat_Egan @verizon Come on man. We all know you #caking https://t.co/CG5maG9y3s
8739                                                RT @57Veronica: TY @netflix for streaming S1-S4 of Beauty and the Beast! I will never get enough of watching my favorite show #BatB… 
8740                                                                 Chillbo Baggins 2.0 Inflatable Lounge Bag Hammock Air Sofa and Pool Float Shi... https://t.co/w9WKWzlaqx via @amazon
8741                                                            RT @netflix: Seven sisters. One identity. What Happened To Monday premieres on Netflix August 18. https://t.co/AXUTaW4kRC
8742                                         RT @Reuters: U.S. targets Venezuelan President Maduro for sanctions: https://t.co/nO5G5TjLBD @mattspetalnick @ReutersZengerle https://t.co/…
8743                                         RT @savingland: Don't miss our Today's Deals #Lightningdeal on Dead Sea Mud Mask  https://t.co/1c11WHXjl9 @amazon #skincare #beauty #amazon…
8744                                                          Check out 4 Mikasa Crystal Clear Glass CHRISTMAS TREE Highball Tumblers -In Original Box  https://t.co/dcSCgH15Zs via @eBay
8745                                                                                                                                                      @fortismind @Reuters Not maybe.
8746                                                                                  Of course not happy they can't get their hands on venezuela's oil. @Reuters https://t.co/FOn5w1Nzqn
8747                                                            When @verizon @VerizonSupport was supposed to be here between 11&amp;3 and now it's 5 and they still haven't shown up🙃🙃
8748                                                                                  BRIEF-One Gas reports Q2 earnings per share $0.39 https://t.co/XnFU0b82Sh Via @Reuters #companynews
8749                                                                    @DefLeppard on @Google : Watch Second Part Of DEF LEPPARD’s ‘Step Inside: Hysteria At 30’ https://t.co/y8uUMKkrhM
8750                                                                                @pcguy8088 @amazon It shows as delivered to me. I don't complain unless it wasn't actually delivered.
8751                                             @amazon just had driver pull up to my back gate and scream at me for not being able to open it. Said her gps took her there and  hung up
8752                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/nIMxg79DP2
8753                                                                                           RT @Reuters: BREAKING NEWS: U.S. Treasury Department sanctions Venezuelan President Maduro
8754                                                         Check out NOFX s &amp; m airlines Lp Record PUNK vinyl with lyrics insert #punkPunkNewWave https://t.co/B5loTuQmMc via @eBay
8755                                                                                      Check out Billabong Bag Duffel Designer Fashion Brown Hip Trendy  https://t.co/5nXexbvJR3 @eBay
8756                                                                                                                                               Good job @Nike https://t.co/1hRRiZFU5b
8757                                                                                        RT @Reuters: Trump removes Scaramucci as communications director: NYT https://t.co/wvVt5ECKgQ
8758                                         RT @HomeDepot: Join our free #KidsWorkshop on 8/5 from 9am to 12pm to build a wooden toy Penske truck. https://t.co/w45B9G6kyk https://t.co…
8759                                                                                                                              pls bring the headphone jack back i beg of u @Apple pls
8760                                                                                                                                         @kroger do you have one of those air fryers?
8761                                                                                                @bebedelaluna @Reuters That's actually a kettle accusing other kettles of being evil.
8762                                                       Check out CHACO Z2 Z Volume 2 Womens size 7 purple strap sport sandals  #Chaco #SportSandals https://t.co/EO3NxkJaKV via @eBay
8763                                         @Reuters @Reuters Sure they blame Joe P your talking about afar left Judge someone messed with his illegials they c… https://t.co/AW0ulOYccR
8764                                                                                                                                                                        @Reuters good
8765                                                                 RT @bettypagexxx: @yfeofficial Loved seeing you in starbucks today in Winchester! @Starbucks https://t.co/3O4NtgIXuc
8766                                                           RT @Reuters: U.S. embassy in Moscow says locked out of diplomatic property https://t.co/Ge6Grl0u6j https://t.co/q2wuUZfjD3
8767                                             RT @blessedone333: @ProcterGamble Propaganda video with NO TRUTH is what you posted! #BlackViolence towards @police is what you're pro… 
8768                                          RT @AntonioParis: Well I am all done with @Apple macbook pro laptops. Three laptops in 7 years and they all crashed. Going back to @Windows
8769                                                                 RT @bettypagexxx: @yfeofficial Loved seeing you in starbucks today in Winchester! @Starbucks https://t.co/3O4NtgIXuc
8770                                                                                                                       RT @ashiigatorr: WHEN WILL ZOEY 101 BE ON NETFLIX?!?! @netflix
8771                                                                 Check out Duck Dynasty Commander Bobble Head-Complete Set of 4 Robertsons-Men New  https://t.co/3DoFMTmF7y via @eBay
8772                                                                      The @Nike #AirMax97 is now coming in three brand new colorways. https://t.co/X6QZuIRvZ2 https://t.co/CR2uDg5aRt
8773                                                                 RT @ImMBM: #AI at work: @jpmorgan rolls out #robot trader LOXM who optimises clients orders' speed &amp; price via… 
8774                                            RT @ColMorrisDavis: Gallup poll results within 2 points of Rasmussen and @CBS ... all show @realDonaldTrump approve/disapprove underwat… 
8775                                                     Check out DEBBIE WASSERMAN SCHULTZ &amp; HILLARY CLINTON DECISION PARTY PALS BOOKCARDS / BLUE  https://t.co/RanyyqYSOo via @eBay
8776                                                                                                                                   @Nike https://t.co/bOKgLfoEj5 COR Warrior Training
8777                                                               RT @Reuters: Los Angeles to host 2028 Summer Games: Olympic officials. https://t.co/cqw8WvM19D https://t.co/bQjlSxiynJ
8778                                                                                                                                           What a scam @Apple https://t.co/kV3If1Pabt
8779                                                                                                                 @Misaki92Chi @eBay Ha item condition as new this is like new at best
8780                                                                                             @TMobile when did you guys start having upgrade fee? #longtimecustomer  #voicestreamdays
8781                                         #sale #Women's Clark's Side Sanders Brown Leather Size 8 1/2 M  #75676  FREE SHIPPING #Clarks https://t.co/P39MPgSTaJ via @eBay #shoes #ebay
8782                                                                                     @Reuters Will be overturned in court in a second for directly contravening the will of Congress.
8783                                                           RT @Reuters: BREAKING: President Trump considering taking executive action on healthcare - Republican Senator Rand Paul.… 
8784                                                                                                                      @Ibrycehall Omg I'm trying to get the same thing 😩😩😍 @adidas
8785                                                                                                                                   @vmas @Google SUA CARA TO PERFORM PLEASEEEEEEEEEEE
8786                                           RT @SusanKrautbauer: The 2nd time in 3 years @unisyscorp Named @Microsoft Azure Innovation Partner of the Year for  for Driving 240 Perc… 
8787                                                               RT @Reuters: Los Angeles to host 2028 Summer Games: Olympic officials. https://t.co/cqw8WvM19D https://t.co/bQjlSxiynJ
8788                                                           RT @Reuters: BREAKING: President Trump considering taking executive action on healthcare - Republican Senator Rand Paul.… 
8789                                                                               @azureaboveus @Reuters Yes he only wants to win at something  he never cared or cares about the people
8790                                                                              Check out Wood Fish Skeleton Wall Art / Hanging Art #Unbranded #Lodge https://t.co/0H1hRQqVIW via @eBay
8791                                                                                                       @Sony Damn! @idriselba and @McConaughey are genuinely bad-ass in #TheDarkTower
8792                                                                                 @easyJet Oh wait no they'll happily take my money but not send me any confirmation emails etc 🙃🙃🙃
8793                                                           RT @Reuters: BREAKING: President Trump considering taking executive action on healthcare - Republican Senator Rand Paul.… 
8794                                                                                         Check out Hand Knitted Tie Scarf 1930's Retro Fashion - Tomato https://t.co/0SLZPGyqSi @eBay
8795                                                                                                                                                            @McDonalds BRING IT BACK!
8796                                                               RT @Reuters: Los Angeles to host 2028 Summer Games: Olympic officials. https://t.co/cqw8WvM19D https://t.co/bQjlSxiynJ
8797                                         @dolemite1969 @comcast A loss of potential revenue is not reported as a loss to shareholders or anyone else. There'… https://t.co/RSQsX6CkhH
8798                                                                                    @PussycowLA @amazon Oh man! It probably a close friend of one of your friends!!! I'm on the case.
8799                                                                @jimmywhis @comcast @XFINITY wtf are you doing with your internet??? 256 gigs is enough for any household in america!
8800                                                           RT @Reuters: U.S. embassy in Moscow says locked out of diplomatic property https://t.co/Ge6Grl0u6j https://t.co/q2wuUZfjD3
8801                                         RT @LausilbSilb: @bookingcom please ask AdChoices not to place your ads on the racist and sexist Beritbart site. @slpng_giants https://t.co…
8802                                                                                 Check out The Healer Perfectly Posh Skin Stick 5oz. #PerfectlyPosh https://t.co/ERiZgyVtoC via @eBay
8803                                            For over 2 months I have had KDP issues. Over 90% of earnings have been deleted for May/June @amazon @AmazonHelp @AmazonKindle @JeffBezos
8804                                                                  Satchel Paige: The Greatest Pitcher of All Time - 11x14 Poster – Available Now: https://t.co/NL3V0EK3uB via @amazon
8805                                                                 RT @Reuters: .@Scaramucci is the latest to leave the Trump administration. Here's a list of some other departures:… 
8806                                                                                                                                       @MUTGuru @adidas will there be sparkles in m18
8807                                                                                                                                                            @MUTGuru @adidas Leffffft
8808                                                                           RT @Disney: ICYMI: Get a Sneak Peek at @FrozenBroadway: https://t.co/0zDpyCbsKY 🎶 https://t.co/bOCYbMlTzn
8809                                         RT @MaryvilleSoccer: Thanks to @adidas and Winning Streak for helping design our new kits for the upcoming fall season!  #SaintsSoccer http…
8810                                                                                                   James Brown [Explicit] Guttacation Muzik Group https://t.co/nimHsuN0Jv via @amazon
8811                                         RT @NBCSports: Company that provides refs for summer events ends relationship with @adidas over LaVar Ball https://t.co/aX25bUNZvP https://…
8812                                                      RT @Apple: The Rock and Siri dominate the day. Watch the film. Boom. https://t.co/DJJMuHZZHo #ROCKxSIRI https://t.co/tIj5Lzun9y
8813                                           Too stressed to just go home thanks to drama @OurismanFairfax and heading out car shopping to learn about the options not @Toyota related.
8814                                   Twitter AND @facebook have a hedgehog emoji?! @Apple needs to get one of these ASAP!! \U{01f994}\U{01f994}\U{01f994}\U{01f994}\U{01f994}\U{01f994}
8815                                                                                                                                               @Reuters Fuck u paul and buddy orange.
8816                                                              RT @Reuters: Wisconsin to consider $3 billion Foxconn incentive package https://t.co/wP0IlPzjkS https://t.co/0GLkHEYwip
8817                                                             Check out Hand Carved Wooden Vintage Chinese Fisherman With Baskets and Fish Figurine  https://t.co/gpiUCTZ9My via @eBay
8818                                                   #PCA19 newest sponsor is @IBM  @PCAustin we are thrilled to have their support! Check out their latest in… https://t.co/OtMTsIJWcn
8819                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8820                                         RT @recordstorehero: Check out Gorillaz- Demon Days LP Vinyl Blue And Orange Splatter Color Import Sold Out https://t.co/mOac6Y152T @eBay #…
8821                                                                       Check out Vintage Wedgwood Jasperware Light Blue Ashtray Club Shape England  https://t.co/zQgI8GUgLl via @eBay
8822                                                RT @OxAmOsxO: Check out Chaps Off The Shoulder Floral Top Size Large #Chaps #Offtheshoulder #Casual https://t.co/MLYufQIPSu via @eBay
8823                                                     Check out Antique 1800's 2 Color Jacquard Coverlet Pennsylvania Dutch Pattern Red &amp; Cream  https://t.co/ttMoGEOwbD via @eBay
8824                                                         RT @Reuters: Trump felt Scaramucci's comments to The New Yorker were 'inappropriate': White House. https://t.co/mgk1l4uYSw… 
8825                                                               RT @Reuters: North Korea can hit most of United States: U.S. officials https://t.co/yZWASuogxB https://t.co/BkftbO4uDA
8826                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8827                                                                                                                             @McDonalds Does it change anything that I'm an employee?
8828                                                                                                                               @kroger I expect better service from @Kroger in Auburn
8829                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8830                                                               RT @Reuters: Confidential court filings detail alleged role of China’s biggest bank in vast money laundering scheme:… 
8831                                         RT @Evan_Rosenfeld: BREAKING: GOP Sen. Rand Paul tells @Reuters that President Trump considering taking executive action on healthcare http…
8832                                                        Check out WHITE STAG Pink &amp; White Jacket Top + Infinity Scarf Size 4-6 Small #WhiteStag https://t.co/PfjLYLQZge via @eBay
8833                                                            RT @Reuters: Actor and playwright Sam Shepard dies from ALS complications https://t.co/M82boouQuG https://t.co/Nm4tLGcYFz
8834                                                       Check out Free People Women's Blue Short Like A Diamond Party Dress Size 6 Small #FreePeople https://t.co/RafzMlcIpk via @eBay
8835                                         RT @queersocialism: only thing i can think of is how @netflix does a trash job of promoting their original shows/movies if the main charact…
8836                                                                                                                                                @a_marv15 @CocaCola i'm fucking SUING
8837                                                        RT @DeborahAnnWoll: Here we go!! @TheDefenders premiere!! w/ @ejscott ! #defend @netflix @Marvel @MarvelIronFist @Daredevil… 
8838                                         @autismage @netflix Did you read how current attitudes toward the autism community mirror those of the #LGBT+ past?… https://t.co/AjpbPEmPry
8839                                                    RT @Reuters: WATCH: How China’s biggest bank became ensnared in a sprawling money laundering probe. https://t.co/LwWIFmV5Pc via… 
8840                              RT @SecondHandMaMa1: Check out Women's Size XS H&amp;M Long Sleeve Black &amp; White Striped Dress https://t.co/smHXjhyB7T @eBay #ebay #h&amp;m #dress…
8841                                                        RT @DeborahAnnWoll: Here we go!! @TheDefenders premiere!! w/ @ejscott ! #defend @netflix @Marvel @MarvelIronFist @Daredevil… 
8842                                         RT @DealHunter122: Check out Cintas Big Size Dark Blue Work Pants  48 x 35  Auction is for 1 pair of pants https://t.co/oLdIPfDpxZ @eBay #a…
8843                                 JUST GIVE ME THE DEAL NOW MY SONGS HOTTER THAN THIS FREESTYLE 😰😎#freestyle50challenge @300 @verizon @JustZik 🔥🔥🔥🔥🔥🔥… https://t.co/vjsjx5d4Tr
8844                                                                                                        @Reuters Healthcare in America was normal before 1973 https://t.co/Ka4w8riv9R
8845                                                         RT @Reuters: WATCH: 'The president certainly felt that Anthony's comments were inappropriate' - White House on Scaramucci.… 
8846                                                                                        @facebook #robot is shut down after it ‘invented its own #language’ - https://t.co/vWw3IAUFNQ
8847                                                    Check out #Avon Light Up LED #Halloween Character #Ghost New In Package #Decoration https://t.co/McdaDQR5e2 @eBay #ending #buynow
8848                                          #Trademarks #Brands on the Beach #santamonica #Summer2017 @LAYS @FIJIWater @Oreo @Nike - https://t.co/ZJFF3wZY2o -… https://t.co/cdC7Vp73vv
8849                                                                                                       DK Eyewitness Travel Guide: Istanbul by DK https://t.co/dXDOT22I5Y via @amazon
8850                                                               RT @Reuters: Confidential court filings detail alleged role of China’s biggest bank in vast money laundering scheme:… 
8851                                         RT @Evan_Rosenfeld: BREAKING: GOP Sen. Rand Paul tells @Reuters that President Trump considering taking executive action on healthcare http…
8852                                                                                                                                     @Reuters Bitter little child just won't give up.
8853                                      RT @Simplymelonie14: Check out Freeway Nordstrom Sz Medium Pink Floral Daisy Overlay A Line Fit &amp; Flare Dress https://t.co/iUqqHg5m4v @eBay
8854                                             At a Career Crossroads? Find your #DreamJob for US$7 @amazon Gain #confidence &amp; clarity for a new #career! … https://t.co/70PlBy6VRM
8855                                                      I called them to let the know how it's a safety issue because it runs across my driveway and the street! @comcast @comcastcares
8856                                                                  Dalmatian Puppy Pinata NEW FUN Party Item Boys or Girl's Party Puppy (Un-Filled)  https://t.co/zIuv8KTg0x via @eBay
8857                                         RT @57Veronica: @netflix Wow.. JT really IS a genius! He made a cell phone road map of Gabe's cell phone! #BatB #S2E20Memories https://t.co…
8858                                                       And they made it seem like it's our fault! If someone trips in front of my house on this cable or if my kids get hurt @comcast
8859                                                                                                         RT @Starbucks: @GoT_Tyrion We pegged Jon for more of an iced coffee guy. 🔥❄️
8860                                                    Check out Silver Celtic Tree of Life Pendant Necklace Handmade Adjustable NEW Fashion #handmade https://t.co/G84gXc14Ko via @eBay
8861                                                     @Google @nytimes @NewYorker they seemed obsessed with saying they were discriminating against me for growing up in that location
8862                                                          Check out Diamonds Earring Double Hoops 0.40ct. White Gold 14Carat Size 17.6mm Long #Hoop https://t.co/LlDNcfWsi1 via @eBay
8863                                                                                 Check out Just Be Good  Women's Fitted T-Shirt #Gildan #GraphicTee https://t.co/2ko7Ju5eDs via @eBay
8864                                                                 Creativemoldstore 1pcs New Style Bird's Nest Angel Boy (zx1703) Craft Art Sil... https://t.co/vMB7JX03al via @amazon
8865                                         RT @MsIsisKing: Help trans voices be heard! @ATT will donate $1 to @glaad today for every RT! #WeAreBold #ATTLiveProud #lgbt #TransFolksAre…
8866                                        RT @Microsoft: We’re proud to sponsor the TOYOTA GAZOO Racing Team. Congrats on the #WRC #RallyFinland win this weekend. 🏎🏆 https://t.co/Y4…
8867                                                         Check out Winners Circle Dale Earnhardt Jr T Shirt NASCAR Nextel 2006 Size L Large Cotton  https://t.co/B8qeZkzzXu via @eBay
8868                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8869                                                                                  Check out Uncanny X-Men #251 255 257 258 Marvel Comics VF/NM Lot of 4 https://t.co/SxZ3T3MJTg @eBay
8870                                                                                                       Check out 1970's Vintage Mego Action Figures Lot https://t.co/xP7UaVy4oA @eBay
8871                                                                                 Check out Vintage 1977 20th Century Fox Star Wars R2D2 C3P0 stick pins https://t.co/5OViltlu4c @eBay
8872                                          Any upcoming #xboxonex owners invest in a #4kTV yet? Im still looking. Been thinking of the @Sony XBR 900 series. Any ideas? #Xbox #XboxOne
8873                                                                                                                                 @Apple All this proves is makeovers can't beat ugly.
8874                                                                     RT @CharlesHarvey99: Bad Date leads to jail - Red Underwear https://t.co/rvbyVVXLaP via @amazon #kindleunlimited
8875                                                                                          Check out Size Small Ann Taylor LOFT Tiered Sleeveless Blouse https://t.co/yNyTbwf8GD @eBay
8876                                                           #DisneyVillians Disney Snow White Evil Queen Hag Figurine Ron Lee Quartz Crystal LE 251/1500 https://t.co/9oS06bSnBP @eBay
8877                                         @HondaCustSvc Is a @Honda #GoodInvestment? #GoodCar?Would you mind replacing motor on #Fit at 84k mi? how is that e… https://t.co/5GrZYswYly
8878                                                  RT @comcast: Title II ≠ Net Neutrality. Comcast supports open internet protections. https://t.co/JD8XVwpSyt https://t.co/0i1yZtGp9C
8879                                         RT @Evan_Rosenfeld: BREAKING: GOP Sen. Rand Paul tells @Reuters that President Trump considering taking executive action on healthcare http…
8880                                              Went to @DunkinDonuts drive thru. No one said anything. Drove past the window and the guy inside just looked at me? Omw 2 @Starbucks :(
8881                                         RT @tracob_update: @adidas @UrbanOutfitters Jacob modelling for @adidas and @UrbanOutfitters (via: https://t.co/8xdt0Qs1V2) [2/2] https://t…
8882                                                                RT @Reuters: Trump removes Scaramucci as communications director: NYT https://t.co/xBgp1hlqQM https://t.co/Uynb6YJU6f
8883                                                        RT @GESRAY1: Design by #VlastaVobornikova  Signed #CzechGlass #AerGlass Art #MiracleStudio  https://t.co/jDqE7QQppv via @eBay
8884                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8885                                                                                                             @Countrygrl8793 @RexDEAFootball @MUTGuru @adidas Need a banana for scale
8886                                                                                                   I just checked in @Nike with #mPLUSPlaces Download today!  https://t.co/sNQ6r3pato
8887                                                                                                                        @rickygervais @netflix You know . . . https://t.co/BC83CCg7AL
8888                                          @lowemustgo @SuperNovs1 @Reuters That's not true at all. I'd be the first to call him out if he did something that… https://t.co/RKiBQShFRM
8889                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8890                                         RT @VirziTriplets: When @Mastercard re-hires you after 15 years to look like idiots on a $30 million golf course: Priceless. https://t.co/u…
8891                                                                                                              @netflix put up all 10 Michael myers Halloween movies please and thanks
8892                                                                                                                                                @BankofAmerica can someone contact me
8893                                                  Check out JOHNNY WAS Los Angeles Royal Rose Polo 1414t Women's Shirt Size M #JohnnyWas #PoloShirt https://t.co/VBllV9nNuF via @eBay
8894                                                            RT @FedUpWithFargo: The courts should make @WellsFargo play fair &amp; let consumers seek justice for #overdraft abuses… 
8895                                                                                                                                          @NeonRainGFX @Nike Very clean bro i like it
8896                                                     @netflix Don't remove @AmericanDadTBS. It hasn't been on Hulu in like 2 years and Netflix is where I go to rewatch the episodes.
8897                                                 #NetflixNeeds to give us a full Season 3 of @Sense8 to wrap up the Series! @netflix Can you do that please?… https://t.co/NsY52Cersg
8898                                                 RT @DaleCalkins: New Hogwarts Express @Siemens S200 arriving now at Platform 9 3/4. #yyctransit #harrypotter https://t.co/jdRyYPEeyE
8899                                         @Google @facebook @Uber @GeorgiaTech @UWMedicine And it's disgusting for you to try to shatter my identity politics… https://t.co/mmUQoBtjgd
8900                                                                                       Good read by @GoldmanSachs on the outlook of our economy entering 2018 https://t.co/b4lmZkIzPO
8901                                                               Check out Mens black white size Large NIKE basketball shorts N16 #BlackWhite #Shorts https://t.co/953X6H0Mbh via @eBay
8902                                                                                                         Check out Superman Earth One SEALED Hard Cover https://t.co/6r1O3390hl @eBay
8903                                                                         Nothing brings out entitlement like kids #elite basketball @Lavarbigballer @KingJames #embarrassment @adidas
8904                                                                     Check out Dishcloths Handmade Crochet 100% cotton (Set of 3) Purples #Handmade https://t.co/AgxQhQQPUe via @eBay
8905                                                                                                            @Toyota me and my family just got duped by a Toyotq dealership in Houston
8906                                            RT @blackrock: Learn how #China’s rapid rise in life expectancy is affecting #retirement: https://t.co/w2ZtUnKRvv https://t.co/6MnWCrf26m
8907                                                                             Check out Dishcloths Handmade Crochet 100% cotton (Set of 3) #Handmade https://t.co/SQF3DjPiGC via @eBay
8908                                                        Check out Vintage Depression Glass Cambridge Caprice Moonlight Blue Sugar Bowl and Creamer  https://t.co/sCRibpot4l via @eBay
8909                                                         Check out Danbury Mint Porcelain Houses of World Endo China Fine Porcelain Bell Japan EUC  https://t.co/l2QVmz4MQw via @eBay
8910                                                         Check out Coach Sherman Sig Suede Black/Smoke Boot Women Size 10 M #Coach #SnowWinterBoots https://t.co/3v4i8dof15 via @eBay
8911                                                                  FREE BOOK PIMPIN': A Reason To Leave (Blackwood Series Book 3) by Melissa Ellen https://t.co/LIOIVBpafj via @amazon
8912                                                                                                     Hey @McDonalds when are you going to bring back the Hi-C? I'm not lov'in it 😁🙄
8913                                                               So turns out I was only able to watch full house cause I was in Canada 😑😑thanks but no thanks @netflix @Netflixhelps
8914                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8915                                                @netflix that's what you get with Adam Sandler's new crappy movies and removing Futurama. Now you in the hole. #CancelledSubscription
8916                                         RT @Evan_Rosenfeld: BREAKING: GOP Sen. Rand Paul tells @Reuters that President Trump considering taking executive action on healthcare http…
8917                                                 RT @guy_raynak: @netflix @OITNB Me sitting here looking at the rise in @sense8 wondering why you won't give Lana her 8 episodes to… 
8918                                                                                                                     @ShailinDhar @tagtoday @Google @AppNexus @DataXu @TobiElkin True
8919                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8920                                                           RT @Reuters: U.S. embassy in Moscow says locked out of diplomatic property https://t.co/Ge6Grl0u6j https://t.co/q2wuUZfjD3
8921                                                                 RT @Reuters: .@Scaramucci is the latest to leave the Trump administration. Here's a list of some other departures:… 
8922                                                         Check out Dean Koontz One Door Away from Heaven Audio Cassette Unabridged In Box 13 Tapes  https://t.co/EMtj0pzJJm via @eBay
8923                                                                        RT @Reuters: JUST IN: Venezuela's Maduro says U.S. sanctions against him show Trump's desperation and hate.… 
8924                                                                            Check out Collective Soul CD 1995 Collection Of Goods December #PopRock https://t.co/953vDaAdcH via @eBay
8925                                                         Check out Antique Victorian American Fashion Beauty Lady! Gorgeous Hat Tintype Photo! US!  https://t.co/sKd8qs8Nll via @eBay
8926                                                                                                                                                                  Y'all Hiren @Nike ?
8927                                                 RT @Reuters: Trump felt Scaramucci comments to New Yorker inappropriate: White House https://t.co/2j95hMphHp https://t.co/TkAxaHfZAh
8928                                                        Check out Kidcraft Play Kitchen Playset For Kids Little Girls Playing House Multiple Kids   https://t.co/w1cphmUtVF via @eBay
8929                                                                                                                                                         @McDonalds Gimme another one
8930                                            RT @DeborahAnnWoll: Getting pumped for @TheDefenders premiere! Long time coming. They rule! Tune in @netflix on 8/18! #defend #it'sSigo… 
8931                                           @Walmart y'all are really trash on today. 4 registers open on a back to school Monday?!?! Y'alls location on Hwy 29 in Lilburn needs help!
8932                                                         Check out Antique French Reticulated Porcelain Lamp Nove Z.A.Dal L mano Italia #ArtNouveau https://t.co/NPne9UGW7a via @eBay
8933                                                                                                                                          @Apple Haha not bad https://t.co/lGZad14CUt
8934                                                                   RT @comcast: We believe in an open internet and giving our customers the Net Neutrality protections they expect.… 
8935                                                  Check out Japanese Animation Cel Production Original Kimba the White Lion Japan Rare #438  https://t.co/CMexoJ08Kx via @eBay #anime
8936                                                                                                            Here's part 2 @verizon @300 #freestyle50challenge https://t.co/ZTwHmqkdsT
8937                                                         Check out Hand Painted Souvenir Folk Art Wood Easter Egg Arteggs Krakow Poland New in Box  https://t.co/37mBM5sAWA via @eBay
8938                                                @boobieboo84 @Colgate @NaomiWWE Right!? 💰 I just want a shot out on your @NaomiWWE Twitter if that goes down... Lol that's all I ask
8939                                                                                                                     Check out my listing on @eBay: https://t.co/BOMRDhJ8S6 via @eBay
8940                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8941                                                     RT @2d1h: Check out American Eagle Low Rise Distressed Women's Denim boot Cut Stretch Jeans Size 6 https://t.co/yJSdJhHlCV @eBay
8942                                         the fact that me and my friends couldn't enjoy our @McDonalds fries with some ranch because THEY CHARGE FOR SAUCE N… https://t.co/ezTTj4THQm
8943                                                                               @JohnLegere Glad I have unlimited data from @TMobile. My AT&amp;T internet has been down for two days!
8944                                                             Check out Hand Carved Wooden Vintage Chinese Fisherman With Baskets and Fish Figurine  https://t.co/HhsSIpuSlH via @eBay
8945                                                                                                        RT @maddie_morse14: How's your day going?? @McDonalds https://t.co/9BSfN7yQ6W
8946                                         RT @PayPal: Millions of sites to choose from. All your payment types to choose from. #PayPalCanDoThat https://t.co/lCjZzFwc55 https://t.co/…
8947                                         RT @GerardHough: Microcap Update on Pharmacyte Biotech Inc (OTCMKTS:PMCB) https://t.co/M4BT8pZkjB via @Oracle Dispatch https://t.co/6Mrgkcu…
8948                                                        Check out Polo Golf Ralph Lauren Shirt Men's  Soft Knit 1/4 Front Zip Mock Neck XL/TG Gray  https://t.co/FeDVGDiY2o via @eBay
8949                                                     Check out Nautica Mens 2XL Full Zip Front Mock Neck Fleece Jacket Black #Nautica #FleeceJacket https://t.co/pu2whlevfd via @eBay
8950                                              @McDonalds @ strand branch london. Dont appreciate getting verbally abused by two females who jumped queue whilst staff look on.thanks!
8951                                         Shut Up Get it Dirty Sz Lg Lester River #Bushcraft Gray Short Sleeve TShirt #LesterRiver #ShutUpGetItDirty https://t.co/hGFWVllMXR via @eBay
8952                                                         Check out Vintage Judas Priest 1988 Concert Shirt RAM IT DOWN Black Short Sleeve 80s Rock  https://t.co/fXZiUVfZuF via @eBay
8953                                                                                                               @Apple Especially the Jumping Jack Flash &amp; the encore by Lisaaaaaa
8954                                                                                                                                        @McDonalds More for me and for Szechuan sauce
8955                                                          Check out DESTINY - THE TAKEN KING CREW NECK T-SHIRT - LARGE - GRAY/MAROON - NEW #Unknown https://t.co/UeOQE2yNW8 via @eBay
8956                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
8957                                          #BoycottFacebook Its better for the Climate and the Planet. Extremely poor customer service and client experience.Sell FB. @finkd @facebook
8958                                                                                                                       @McDonalds WHY YOUR ICE CREAM MACHINE ALWAYS BROKE IM STARVING
8959                                              RT @KenneyMyers: I somehow always end up @Starbucks running lines before going to the set! What's your routine? https://t.co/YsxMXdXLql
8960                                                                                                                                  @comcast You've literally already done those things
8961                                                                                           RT @ocdisney: @Disney Villains stamps available at US Post offices https://t.co/RoOKQLeMLh
8962                                                                                                                  @e71cf64181ee4b8 @Reuters Oh yeah? What are you going to do? Hahaha
8963                                                                          Beauty Counter #Rejuvenating Face #Cleanser Size 3.4oz #BeautyCounter NIB https://t.co/OijUMKsgit via @eBay
8964                                                                                                               Snugs the Snow Bear by Suzy Davies https://t.co/yQIKnIJ3Di via @amazon
8965                                                                         Just had to slideee in to @verizon dm's! Hope you guys can help me get out of this mess with @TMobile 😕😔😭
8966                                                                                                                                   @netflix Glenn Close doesn't  usually do poor film
8967                                                         Check out Dickens Collectables Bank and Trust Building Victorian Series Christmas Village  https://t.co/MYYUshqW6r via @eBay
8968                                            RT @DeborahAnnWoll: Getting pumped for @TheDefenders premiere! Long time coming. They rule! Tune in @netflix on 8/18! #defend #it'sSigo… 
8969                                                          Check out Beyond the Lights Kaz (Nate Parker) Movie Prop Costume Wardrobe Shirt and Tie   https://t.co/zv4s9tKOxL via @eBay
8970                                         RT @tracob_update: @adidas @UrbanOutfitters Jacob modelling for @adidas and @UrbanOutfitters (via: https://t.co/8xdt0Qs1V2) [2/2] https://t…
8971                                             Check out LIFE IS GOOD BEST FRIENDS ORANGE SHORT SLEEVE GRAPHIC T-SHIRT~WOMENS X-LARGE XL  https://t.co/KuVjptQxTL via @eBay #LIFEISGOOD
8972                                                                                                                                             @McDonalds one for me and the guy for me
8973                                         RT @previoustreasur: Jalate Denim Cropped Blue Jeans Capris Size 11/12 Floral Fabric Trim #boho #capris https://t.co/erg752ijAA via @eBay #…
8974                                                                                                                                              @comcast your service is straight trash
8975                                                                                             @Apple y'all got great products but probably have one of the WORST charging cables ever.
8976                                         RT @Mgeotsa: @Scairp114 @Evan_Rosenfeld @ColumbusNYC @Reuters US Govt already being sued for withholding payments by 10+ insurance cos this…
8977                                                                                              @BlakeGuidryFilm @BKMullen_ @aftermarq @Sony @Schmittastic @yarby @jobyinc What he said
8978                                                      Check out MADEWELL SKINNY SKINNY Mid Rise Dark Blue Stretch Jeans Sz 27 W 29 x L 29 #Madewell https://t.co/dWOKydJOB1 via @eBay
8979                                              RT @the_best_daily: 15% discount #samsung @Samsung #GalaxyTabS3 #sale Samsung Galaxy Tab S3 9.7 Inch Tablet with S Pen - Black - 64GB… 
8980                                                                                                           @DeborahAnnWoll @TheDefenders @netflix It will be a great series hopefully
8981                                                                                  @svblxyz @sehnaoui @salesforce @defcon @salesforce is now on my personal blacklist after that stunt
8982                                          American Girl Today Talent Show Accessories In Tin Container with Box #AmericanGirl https://t.co/6FdpJDTvPk @eBay #TalentShowKit #dandeepop
8983                                                               RT @HappyBDayDecor: Check out Rhinestone Crystal Octopus Metal Cocktail Ring Size 7  https://t.co/3ZVkEBvjAp via @eBay
8984                                                                    RT @Audi: When you’re not ready to go home. #SpeedGoals #WantAnR8 https://t.co/oJ4KlUu18S https://t.co/ZPptkGdkpG
8985                                         RT @HappyBDayDecor: Check out Mattel Sweet Roses PJ Doll - Unopened box but damaged box - Last One #Mattel https://t.co/uVcpCVMZCh via @eBay
8986                                         @DeborahAnnWoll @TheDefenders @ejscott @netflix @Marvel @MarvelIronFist @Daredevil @JessicaJones @LukeCage Take you… https://t.co/vzn7A0o5GT
8987                                                      RT @Apple: The Rock and Siri dominate the day. Watch the film. Boom. https://t.co/DJJMuHZZHo #ROCKxSIRI https://t.co/tIj5Lzun9y
8988                                                                          RT @Reuters: ICYMI: Artist Benjamin Shine creates installations by manipulating a single length of tulle.… 
8989                                                                                              Ice cream machine that actually works at @McDonalds #ThingsThatLastedLongerThanTheMooch
8990                                                                                                                                                                 @Reuters Um... oops?
8991                                                                                                                    @TreBrooksMusic @verizon @300 @Tee_Grizzley @LondonOnDaTrack Damn
8992                                                              RT @Reuters: Trump dictated misleading statement on son's meeting with Russian: Washington Post https://t.co/RaFJhiHBI4
8993                                                              RT @Reuters: Trump dictated misleading statement on son's meeting with Russian: Washington Post https://t.co/RaFJhiHBI4
8994                                                           RT @Reuters: U.S. embassy in Moscow says locked out of diplomatic property https://t.co/Ge6Grl0u6j https://t.co/q2wuUZfjD3
8995                                     RT @jaxsprats: #Original &amp; #Signed Phyllis Knight Mixed Media #FISH #Collage #Watercolor #Painting  https://t.co/G36hJOOdgz via @eBay #ebay…
8996                                                     Check out Lane Bryant Relaxed Fit Womens Plus Size 22/24w 3/4 Sleeve Purple Blouse #LaneBryant https://t.co/5KXpyKl3q5 via @eBay
8997                                                                5x7ft Red Brick Wall Photo Backgrounds Brick Floor Wrinkle free Photography B... https://t.co/2yXyWSBzcV 来自 @amazon
8998                                         @therealautoblog @Honda No it isnt.  Cant even tell it was damaged.  That car fell out of the ugly tree and hit every branch on the way down
8999                                                           RT @Reuters: U.S. embassy in Moscow says locked out of diplomatic property https://t.co/JrfOkz9Zfd https://t.co/3AGS9gXjG3
9000                                                       Check out Doll Clothes/Handmade/18 Inches/American Girl Dolls/ Lilac Eyelet Dress. #Handmade https://t.co/a5H573uqXy via @eBay
9001                                                                   RT @comcast: We believe in an open internet and giving our customers the Net Neutrality protections they expect.… 
9002                                                                                           RT @Reuters: BREAKING NEWS: U.S. Treasury Department sanctions Venezuelan President Maduro
9003                                                              @pauljarman @netflix @MST3K one of THE BEST riffs this season!!!  I totally lost it when the crew spit those lyrics! :)
9004                                         RT @Evan_Rosenfeld: BREAKING: GOP Sen. Rand Paul tells @Reuters that President Trump considering taking executive action on healthcare http…
9005                                                                    #TheWalkingDead #1 CGC 9.8 SS Wizard World St. Louis Variant Art Suydam Signed  https://t.co/StuWTxB1wA via @eBay
9006                                                RT @BioWxSarah: Hey @netflix. You should check out @KingsOfCon. The show's got quite the fanbase just waiting for a platform to jum… 
9007                                            RT @ColMorrisDavis: Gallup poll results within 2 points of Rasmussen and @CBS ... all show @realDonaldTrump approve/disapprove underwat… 
9008                                         @ProcterGamble LET'S TALK ABOUT HOW STUPID THIS IS ALTHOUGH I DO HAVE TO ADMIRE YOU (AND @pepsi) TRYING TO PROFIT O… https://t.co/oa4TDX5TLh
9009                                         @ProcterGamble These advertisements you are essentially saying that you believe that all of law enforcement is evil… https://t.co/G5xFCdlZOt
9010                                             @comcast @XFINITY data cap? Data usage doesn't slow service. U do (Netflix?) Ur all criminals. @comcastcares is an oxymoron of a handle.
9011                                                                                                                                   @thomaskaine5 @Reuters There's no policy to assess
9012                                                           RT @Reuters: U.S. embassy in Moscow says locked out of diplomatic property https://t.co/JrfOkz9Zfd https://t.co/3AGS9gXjG3
9013                                                                    RT @300: Let's see how you freestyle over @Tee_Grizzley's #NoEffort 🔥 Upload your videos and tag @verizon @300… 
9014                                         RT @jake_sollberger: Thinking about transitioning to @salesforce Lightning? We can help you determine if you're ready for the switch. https…
9015                                                                                                                           @Reuters Go and get' em! No more commies in Latin America!
9016                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
9017                                         @ProcterGamble This is a very divisive commercial that only brings back bad memories. It is time to move forward. S… https://t.co/ViqGs8kO9R
9018                                                                                                                                                             @McDonalds PLEASE PLEASE
9019                                                         Teddy Bear Auction Brass Button #brassbuttonbears #codybrassbutton #bears #ebaybearauction https://t.co/DnfHTnrfxQ via @eBay
9020                                                                                                      @No6WithCheese @ATT @MLS @XAmbassadors Are you guys gonna do a video with them?
9021                                                                                   Check out Baby Toddler Soft Sole Sneakers 11 #Unbranded #Sneaker https://t.co/RIwhZ97p1U via @eBay
9022                                                                                          RT @_LOTAmbition: @ATT @DIRECTV has the worst customer service ever!!!!!! I'm sick of y'all
9023                                                               Check out 7 in Round x 2 &amp; 3/4 in tall Yellow signed McCoy Bowl Vintage Pottery  https://t.co/vEPwxl9U5v via @eBay
9024                                                  Check out OMEGA Speedmaster Professional Broad Arrow Moon Watch 3594.50.00 Used Rare W/Box #OMEGA https://t.co/p7WfPBm9uo via @eBay
9025                                                                                       #JanSport Big #Student #Backpack #backtoschool  for $44.00 https://t.co/0zSQjWQcPU via @amazon
9026                                                                                          Once again another shitty 💩 coffee ☕️ from @McDonalds they need a lesson in making coffee.
9027                                         RT @MsIsisKing: Help trans voices be heard! @ATT will donate $1 to @glaad today for every RT! #WeAreBold #ATTLiveProud #lgbt #TransFolksAre…
9028                                                 @latimes @netflix 2. I miss #Blockbuster videos online isn't everything but I sure the hell wld hate to see… https://t.co/I0gdDKrgVW
9029                                                                                                                                              @Apple Until then it'll be a combo 💀🍑
9030                                         RT @Evan_Rosenfeld: BREAKING: GOP Sen. Rand Paul tells @Reuters that President Trump considering taking executive action on healthcare http…
9031                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
9032                                                     Check out Gymboree Puffer Coat 12-24 mos Boys brown beige color block hooded #Gymboree #Jacket https://t.co/cBy0sc6xeO via @eBay
9033                                                                                                                                  @AnneMunition @hotelsdotcom @Expedia Hotel? Trivago
9034                                                                                                                    @Reuters Ok. EOs much easier to undo by his soon-to-be successor.
9035                                                                                                             Check out CANON EOS 70D CAMERA NECK STRAP  https://t.co/2Lr7qVapnr @eBay
9036                                                 Check out Athleta Kickit Shorts Cargo Bermuda Square Grommets Cotton Blend Women's Size 8 #Athleta https://t.co/pJFlr2CEuA via @eBay
9037                                                                                                                                                            @DeeKuddie @ASOS LMFAOOOO
9038                                         @CBS this really shows how well #BB19 is going.  You bring back Paul and add is friend RAVIN. that is o.k. my subsc… https://t.co/wwmpkSpdpi
9039                                         RT @TammyBuchanan8: @CBS People r watching the live feeds of Big Brother and its getting ridiculous. I love BB but this is getting out of c…
9040                                                        Check out Kayak Canoe Accessory Paddle Leash Survival Paracord BLACK and ORANGE HOODOO USA  https://t.co/2hU0eNwl1f via @eBay
9041                                                           @easyJet @martinrogard then you'll prob have to chase them day &amp; night as I bet they don't pay up quickly &amp; easily
9042                                                                                                   @netflix why are you removing Ten Things I Hate about You? https://t.co/11dyiIZr85
9043                                                RT @giselllle_: @siilveestre_ @Nike @nikesoccer @nikefootball @nikestore @nikesportswear @NikeLab Till they notice how 🔥 you are? 🤤
9044                                     @Keque_Mage @InTheYear1611_ @Apple announces their support 4 Sharia Law &amp; the unequal rights of women by creating a… https://t.co/1JJOIfBg47
9045                                                                                  Check out NEW in Sealed Package DORA The EXPLORER BOTTLE CAP NECKLACE https://t.co/2lUb8D9Wge @eBay
9046                                                     RT @eBayNewsroom: The world’s “smallest assembly-line manufactured street-legal car” is listed on @eBay! More on the Peel P50:… 
9047                                           RT @Rick_OntheRocks: I was talking with @amazon Alexa today and she asked me if I wanted to schedule a @Kia Niro test drive... YESSSSSS!… 
9048                                                                        RT @khoatran1989: Check out Ziploc Easy Open Tabs Storage Gallon Bags (208 ct.) https://t.co/HnemAuy6xW @eBay
9049                              RT @RitaOra: Catch me and my new roomie This Friday talkin it up about everything on @netflix! @Chelseashow 💁🏼🙅🏼🙌🏼🙌🏼🙌🏼🙌🏼☺️ https://t.co/TPO…
9050                                                               RT @therealautoblog: 2018 @Audi USA A5 Sportback is practical and better looking than the A4 sedan. Read our review:… 
9051                                         RT @JustZik: We teamed up with @verizon and @300 to promote the 2nd run of their #Freestyle50challenge. https://t.co/n0MUOqq5ce https://t.c…
9052                                                                                                                                             @s_j_c_p_ @netflix Thank you. Life made.
9053                                                                                                                                    @LucidWizards @amazon 😂😂I actually am crying rn
9054                                             @CNN @ABC @CBS @3onyourside yep we said it!!! #DeportThemAll #MAGA now! #illegals r #Criminals #BuildTheDamnWall https://t.co/zawfsTpyTQ
9055                                                                   Check out AC Delco Oil Filter Blue Coffee Mug Cup Tea GM Chevy 1965 66 67 68 Vintage https://t.co/LCdlPGUZd9 @eBay
9056                                                               RT @Reuters: North Korea can hit most of United States: U.S. officials https://t.co/5WoVQsA6bR https://t.co/VaumdvwAt9
9057                                                                                                        when 👏🏼is 👏🏼the👏🏼 closing👏🏼 out sale 👏🏼👏🏼👏🏼 @TEAVANA @Starbucks
9058                                                     Check out  Women Body Shaper  Bustiers Corset slimmer tummy control size M black lace #allKris https://t.co/q8WJ9p5VEg via @eBay
9059                                                                  Check out H P Lovecraft The Best of H P Lovecraft Black Seas of Infinity Hardcover DJ https://t.co/5uXj43zygr @eBay
9060                                                             Check out Weird-Ohs Frantic Banana Punishing The Skins Plastic Model Kit #HawkClassics https://t.co/6RFRujs6K5 via @eBay
9061                                                   RT @LongmirePosse: #LongmireFilms no reason he can't become the movies top lawman... #Longmire on @netflix https://t.co/T4GiJvJ678
9062                                                                                        @facebook fanpage promo go like and add me I'm not as well Kari Leigh https://t.co/xGNrVJLhKG
9063                                                                                                                                        Uprising https://t.co/RI36jiQXHQ via @Reuters
9064                                                                                                                                    I swear atnt sent me a refurbished POS phone @ATT
9065                                   @Walmart should follow u hoz to b petty 💜😂😂💪🏽 I'm done. Does it say I can't talk about y'all in da policy too? Y'all know y'all 🤖zluvchangin
9066                                                                          RT @Starshu: @HP Learn how your church can become HP-free.  https://t.co/o9Bb7Zd5OF https://t.co/TwKyAJjOTe
9067                                         iPhone users - careful when you update to 10.3.3. @Apple has phuqqed up again and personal tones will go missing. I'm glad I have mine saved
9068                                                        Check out 2016 Garbage Pail Kids - Presidential Candidates - Super Tuesday - Complete PSA   https://t.co/yIafPKfxFs via @eBay
9069                                                     RT @laura_e_chap: @autodesk saw your @facebook ad on alt-right Breitbart. Surely unintentional? Please block from your ad buy.… 
9070                                                                                    RT @MerindaGruszeck: We bringing this back. @CocaCola  #NowImMadChallenge https://t.co/7o8eUNWFJU
9071                                                                                                                             @comcast seriously two days without service unacceptable
9072                                         RT @politcalcupcake: #Facebook yanks page supporting #veterans with #PTSD https://t.co/hc3FwPf3iK #military #Censorship #health @facebook #…
9073                                                                                                                                               @McDonalds @ashavecilla bless ur souls
9074                                         Creative @SingaporeAir tea cup has become short mug so no more saucer provided on board @TripAdvisor. Guess express… https://t.co/EF0bvTXBvy
9075                                                                                                                                                       @TearzVFX @amazon Why just why
9076                                                                                                                                                     @thaidag @netflix Buy the DVD...
9077                                                                  Check out  LAB SERIES PRO LS ALL IN ONE FACE CLEASING GEL 150ml MEN'S SKIN CARE   https://t.co/rA4hjWkvPc via @eBay
9078                                           I didn't get to get my #Birthday coffee from @Starbucks because I didn't get my coupon in my app until a few days ago and it expires today
9079                                                    Check out BOC Born Concepts Womens Sandals 11 M Champaign Beige Leather Flower accents EUC #Brn https://t.co/H0gvnbQsbD via @eBay
9080                                                                                                                                     @CocaCola @ChrisPalmer__  this looks like u lmao
9081                                                           RT @Reuters: U.S. embassy in Moscow says locked out of diplomatic property https://t.co/JrfOkz9Zfd https://t.co/3AGS9gXjG3
9082                                                                                            Tee Grizzley Freestyle50Challenge like and share!!! @verizon @300 https://t.co/zUG0SYLvUT
9083                                                 RT @101danes: Larger than life CEO 😎 @JohnLegere Faster than any other network 🎢 @TMobile Biggest fans #tmobiledogs Happiest and… 
9084                                                                                                            Check out Hard Times (Charles Dickens) NEW! https://t.co/IeLE3M1leE @eBay
9085                                                                 Check out Lot 11 THE ROYAL DIARIES Scholastic Historical Fiction Hardcover Series  https://t.co/tc5y6fTStr via @eBay
9086                                                    RT @operationsense8: @netflix please renew @sense8 it is a magnificent show that deserves its entire story told! #BringBackSense8
9087                                                            Check out Women's Ariat Gentry Boots Size 7 B Med Narrow square Toe 10017395 NWT #Ariat https://t.co/PGKZzGwP0n via @eBay
9088                                                      RT @Apple: The Rock and Siri dominate the day. Watch the film. Boom. https://t.co/DJJMuHZZHo #ROCKxSIRI https://t.co/tIj5Lzun9y
9089                                                                                                                                                   @JYourish3 @amazon This is amazing
9090                                          RT @oldstuff32136: Check out Fishing Lure Advertising. Large Lure For Store Advertising  https://t.co/0f9mroAAPt @eBay #FishingAdvertising…
9091                                                                                      RT @netflix: This GIF will buffer until #NetNeutrality is safe. @Sense8 https://t.co/aeChQH6JTb
9092                                                                                                                                           Same here @netflix https://t.co/bUFKMdSRvd
9093                                                                                         @raybrat54 @bbusa617 @Starbucks I used to drink it but not anymore in 2017 still #boycotting
9094                                                    RT @Toyota: Our reaction to @ryan_millen_ claiming the 2WD championship with a #RallyRAV4 stock engine 😲 https://t.co/F4Oiop3K24
9095                                                                   RT @Reuters: Harvard Law alumni directory lists Scaramucci as dead https://t.co/IHcIJAgyw7 https://t.co/rarQHPbBkm
9096                                          @RRR_Podcast @Walmart I think he goes to a couple but there's one in particular. He posts receipts every day. They… https://t.co/rNKiHnFEJw
9097                                                RT @Trump_U_Up: @Starbucks @ctommoli24 anti-Trump rugs in Starbucks for customers to step on! Disgraceful! Nope to Starbucks! Boyco… 
9098                                                         Check out Jessica Howard Red Women Sleeveless Dress with matching Long Sleeve Jacket SZ 8  https://t.co/BRMoVEgoYM via @eBay
9099                                                       RT @oldnsold2013: Check out UFO Star Trek Star Wars Space Archie Comics Comic Book Lot Of 5  https://t.co/DOW8LdEy96 via @eBay
9100                                                                                                                  @vcabs68 @Apple Oversea custys are the best. They paying the High b
9101                                                                 @netflix please do not remove @theleaguefxx on August 30!!!! That show is literally my life! https://t.co/Nh4BOF5mLt
9102                                                                                                                                      @KieranKropster @netflix 😭😭😭😭😭😭my heart💔
9103                                         RT @Evan_Rosenfeld: BREAKING: GOP Sen. Rand Paul tells @Reuters that President Trump considering taking executive action on healthcare http…
9104                                                RT @Hyundai: Off to make memories at Mammoth's Twin Lakes. Share your favorite summer locale. #HyundaiSantaFe https://t.co/pA7Po1DEV2
9105                                                              RT @Reuters: Trump dictated misleading statement on son's meeting with Russian: Washington Post https://t.co/RaFJhiHBI4
9106                                         Perspective from @Madtarquin and @TalktoARP on @Oracle #Taleo upcoming wave of contract renewals https://t.co/crp2Au6oWA #hrtech #recruiting
9107                                           RT @Reuters: WATCH: Los Angeles to host 2028 Summer Games: Olympic official https://t.co/WFo9ST9Vo3 via @ReutersTV https://t.co/MOzTjkCaKQ
9108                                                           Check out 8P4 807 681 2006-2009 Audi A3 8P Driver Left Side Foglight Bezel OEM #L1 #Audi https://t.co/EKFQLyhtQs via @eBay
9109                                                                        RT @Reuters: Exclusive: Senate too divided to keep up healthcare push - Senator Hatch https://t.co/lJNtOeGwOi
9110                                                                                                        @Samsung u wanna explain to me why i can't get a pornhub app on my smart tv??
9111                                             RT @jazzyjunker54: Check out Rooster Chicken Pitcher Urn Style Large Salt and Pepper Shakers Unmarked  https://t.co/KeGpmqDOzY via @eBay
9112                                         @ProcterGamble Now you are spending on digital? Better invest behind your products - take Trian's advice and grow t… https://t.co/daE2m2Li29
9113                                                                                                  RT @RickandMorty: @McDonalds No. You've gone too far. Please stop calling my house.
9114                                                                                                                                                    @FockerRN529 @CBS Last episode...
9115                                                    RT @Reuters: Police suspect Chinese crime groups siphoned €1.2 bln out of Spain in 2009-2012. @Reuters examines probe wiretaps:… 
9116                                        RT @liamosaur: The @amazon UX for non-US buyers is the most rage inducing experience I've interacted with in a long time 😡 https://t.co/pka…
9117                                         RT @ehesketh: Can you believe the back-to-school rollbacks at Walmart now? #ad https://t.co/dqFiOchsFc #BackToBusiness @Walmart https://t.c…
9118                                                                                                               @McDonalds let me down for the last time  hey @Wendys you busy tonight
9119                                                        Check out From Junk Food to Joy Food All the Foods You Love to Eat...Only Better Joy Bauer  https://t.co/HL8rTa3f4x via @eBay
9120                                                            RT @Reuters: Chicago Cubs give World Series ring to notorious fan Bartman https://t.co/xUkV53KH8r https://t.co/id3kXCmZQj
9121                                                                                                                                   @katmtan @CocaCola Agree!! Diet Coke is so gross!!
9122                                                               Check out Vintage 1978 The Sesame Street Library Volume 5 Hardback Big Bird Muppets Book https://t.co/oSoyH0MR8X @eBay
9123                                                 @BeeBeeBeeLeaves @ThomasWictor @CNN @MSNBC @CBS @ABC So many of you make no sense or have developed your own language.  Fascinating.
9124                                                   Check out Maryellen Mini Doll American Girl (American Girls Collection Mini Dolls) New #MiniDoll https://t.co/z2SlysV1MR via @eBay
9125                                                   African-Americans of the Old West - Trading Card Set – ONLY $13.99 – Available Now: https://t.co/YIrXoVrBAC via @amazon - #OldWest
9126                                                                                                                                                               @Apple Stupid campaign
9127                                                                                                                                             @Reuters Thought it was time to move on?
9128                                                           Check out Vintage Circuit City Firedog Installer Adjustable Hat Extremely Rare  #Firedog https://t.co/ler7LqL3UR via @eBay
9129                                                   Check out NFL Philadelphia Eagles Reebok Midnight Green Black Hat Cap Authentic Flex Fit #Reebok https://t.co/WXihsg7Kv3 via @eBay
9130                                                                                                @TheDefenders @netflix @SimoneMissick @Marvel @ElodieYung wheres elodie yung picture?
9131                                                                         RT @Reuters: President Xi says China loves peace but won't compromise on sovereignty https://t.co/AIPcnVA5Yv
9132                                                                                                                                                                   @Reuters Laughable
9133                                                                       @aCupOfLee @Google @FlyAirNZ I'll certainly try to tweet as much as I can! I promise lots of cheesy selfies 😀
9134                                                                                                    @netflix are you freaking serious... might as well cancel https://t.co/9Cy8KqpJwF
9135                                                                                                                                              RT @Starbucks: @GoT_Tyrion It is known.
9136                                                                                    RT @TheNW9: Our first rankings for the 2017 NW9 presented by @Boeing are… https://t.co/kaYdmMZQ5P
9137                                                                                                                                        @McDonalds Don't forget about us Australians.
9138                                                                                                                                 @Hyundai It hasn't been liked by anyone for 20 years
9139                                         RT @McDonalds: Lunch at your desk just got awesome. Get $5 off* your first two @UberEATS orders with code: FRIES4U #McDelivery https://t.co…
9140                                                RT @preety799: @Gurmeetramrahim Do you keep on waiting to relax?? Don't worry just join #DrMSG on @facebook &amp; enjoy #RainbowOfJoy
9141                                                    Check out  LFL Lust for Life Womens Heels Candy Strap Multicolor Buckle Snakeskin Size 8 #Heels https://t.co/MgmKCgrLmf via @eBay
9142                                                                                                                        Look what I found on @eBay! https://t.co/Lkspf0vzcv via @eBay
9143                                                 RT @thegraydoor: Check out Vintage Signed Couture Runway Valentino Celluloid Faux Coral Shell Necklace https://t.co/lD5nUltOXi @eBay
9144                                         RT @VentureBeat: Ad blockers are digging their own graves and @Google handed them the shovel. https://t.co/svyRNSoM67 https://t.co/Yqp5heLi…
9145                                                                                                                                                                   @netflix SERIOUSLY
9146                                                          Check out Vintage Mr. Coffee Ultronic System Coffee Pot Maker US 001 - 10 Cups  #MrCoffee https://t.co/biWaWeyoUh via @eBay
9147                                                                2017 Summer New Product Big swing Stripe Skirt Without Sleeve Waist Print Dre... https://t.co/kuk9iOKSoc 来自 @amazon
9148                                                       Check out  14K Yellow Gold Finish 925 Silver Round Cut Diamond Pinky Mens Band Ring #Affoin8 https://t.co/9CrwilAidm via @eBay
9149                                                                                                                 OBON SALE! Save $30 for every $100 https://t.co/qClmsvUZg2 via @eBay
9150                                                                    @css_sutherland @Walmart I want one so bad. SNES was the first console I owned. So many classics in that line-up.
9151                                               RT @Reuters: North Korea can hit most of the continental United States: U.S. officials https://t.co/6e374mgXWj https://t.co/VSdBEydzZZ
9152                                                                                          RT @kumarparveen121: @Gurmeetramrahim Thanks for coming Live on @facebook #TheKeyToTreasure
9153                                                      RT @Apple: The Rock and Siri dominate the day. Watch the film. Boom. https://t.co/DJJMuHZZHo #ROCKxSIRI https://t.co/tIj5Lzun9y
9154                                                                                                                  @Reuters @piersmorgan there you go- time for a column on Trump lies
9155                                                        RT @VOAStevenson: Taiwan protests against Cambodia sending Taiwanese fraud suspects to China https://t.co/0PWjMkIZbv @Reuters
9156                                          @netflix @damonrunyan @Cineflix #charlesfalco #ganglandundercover The ladies love Netflix and Gangland Undercover ❤️ https://t.co/cnkZz6pfJF
9157                                                                                                                                                         @netflix get it together sis
9158                                                                                                          @dominicgates @Boeing If only they had listened to Hart-Smith in 2001(?)...
9159                                                                   RT @comcast: We believe in an open internet and giving our customers the Net Neutrality protections they expect.… 
9160                                                               RT @Reuters: North Korea can hit most of United States: U.S. officials https://t.co/5WoVQsA6bR https://t.co/VaumdvwAt9
9161                                                   Check out XL LS Express Blue Solid Mens Cotton Lycra Fitted Dress Shirt Extra Large Men #Express https://t.co/QKqJo9DLKG via @eBay
9162                                                                                                                               Likeeeee it's not even 2am. Why is @McDonalds closed ☹️
9163                                                                                                           Startups compete for fewer seed deals https://t.co/ofWcvBokPU via @Reuters
9164                                                            Check out Flower Diamond Engagement Ring 14k White Gold Round Cut Promise Band 3/4 Ct.  https://t.co/NXqrMcw7UG via @eBay
9165                                           Check out Women Flared Long Skirt Ankara Wax Fabric African Traditional Abstract Kent P 87 #ALine https://t.co/9OAXuxe7sW via @eBay #Skirt
9166                                                               RT @Reuters: Los Angeles to host 2028 Summer Games: Olympic officials. https://t.co/cqw8WvM19D https://t.co/bQjlSxiynJ
9167                                                                                        RT @GoT_Tyrion: When Daenerys and Jon go to @Starbucks #GameofThrones https://t.co/2viarpA7WW
9168                                         Maia's Excellent Adventure: Quest for the Final Four: Part 3 (Fellowship of L... https://t.co/f5uif5yVBX via @amazon https://t.co/oJeeVRkZpG
9169                                          @JaneidyEve @ThePhoenixFlare @hammackgeo @Costco As I mentioned NASA's not building shit they use a Cell phone and… https://t.co/OzatcWkK5N
9170                                                    RT @RockStar_269: Same EXACT playbook the little boys n girls of the MSM have... @CNN @CBS @NBC @ABC @MSNBC @maddow @ananavarro… 
9171                                                        @Oprah   How to make a Free Group Call in @Skype as challenge to @Google Plus @Hangouts and @WhatsApp https://t.co/uRfr7YV4Fw
9172                                          @Ryanair Unfortunately we booked just as we were going on honeymoon. Only noted our mistake on return. Any way for… https://t.co/mSqkcuxbTl
9173                                          RT @KGMoeketsi: Dear South Africans. Please support my quest to get an audition with @CBS as replacement for Aesha Taylor on The Talk USA.…
9174                                                                         @eseyz @LFCMumbai @Colgate Do you know that even you had a gap of more then 20 years between your next title
9175                                                 5 Essential Effects In @Adobe Premier Pro Every Advanced User Should Know | #VideoProduction Click to Watch… https://t.co/4ZU8rqAjFW
9176                                                                          Platts plans assessments for Iraqi Basrah Light and Basrah Heavy crude https://t.co/wAbpJrQ4BZ Via @Reuters
9177                                                                                          @Siobhan_is_here @D_Ajiks @Ryanair @RyanairFlights I'm sure compensation will be granted...
9178                                                                                  Domlen's Way: A Draglen Brothers Novella (The Draglen Brothers) https://t.co/sgwPb0FfGL via @amazon
9179                                                         Check out Natural Ponderosa Brown Sunstone Gemstone 925 Sterling Silver Fine Jewelry Ring  https://t.co/KYCyNokCuO via @eBay
9180                                         Its really sad how @Microsoft turned Windows Phone os into a huge mistake. If they just launched world wide right away with a nice device...
9181                                                          RT @MikeAdamOnAir: #SorryNotSorry by #DemiLovato can be heard in the new @TMobile commercial 🔥🔥🔥 https://t.co/VDWrybpCpx
9182                                                                                           @LizKershawDJ @Ryanair @SkyNews 🙄🙄🙄don't you get tired of explaining this Liz? I do! 🙄
9183                                                                 RT @Bellona_murman: #France will need to close #nuclear reactors: minister via @Reuters -... https://t.co/b9nUcFufsA
9184                                             Aldo the Dragon by Tania Giguere The Dragon of Love https://t.co/jjDmFnMo9j via @amazon #Kids #BN #YA #Dragons #Fantasy #IndieBooksPromo
9185                                                  Check out Nintendo Switch 32GB Gray Console with Gray Joy-Cons FREE SHIP + Gift Receipt #Nintendo https://t.co/AV3bPNTiLq via @eBay
9186                                                                                                      @McDonalds do u guys stop serving nuggets at 4am? cuz ya boy's craving those rn
9187                                                              Check out Speechless Dress Girls Little Turquoise Size 7 Floral Iridescent *SHIPS FAST!!* https://t.co/UTQKU8XSFu @eBay
9188                                              RT @Bob_Holtzman: The coolest thing I've seen today: players from the DR and South Dakota having a conversation w/ @Google translate.… 
9189                                         @MrShitPoster @resist_resist_ @Lauren_Southern @Google Says they guy who hasn't updated his science since 1950. Congrats; you're a dinosaur.
9190                                                                       Check out Royal Doulton Pigs In Bloom Collectors Plate - Bluebell - Debbie Cook  https://t.co/4WoCNWDGAj @eBay
9191                                     RT @yamaro12Ebay: Check out VINTAGE Chicwish Women's Flower Printed Dress flair sleeves Size Medium !!!! https://t.co/5qML1OCNna @eBay 🌸🌸🌸🌺…
9192                                    Apple and Accenture partner to create iOS business solutions - Apple https://t.co/8EwgOLv25z &gt;&gt; Another step for  @Apple towards Enterprise
9193                                                                                                           @Reuters You couldn't find a better pic?  Seriously?  That's cold blooded.
9194                                                                                                                                         @salesforce is https://t.co/sU9CjaxVB1 down?
9195                                                                                 Alice fan?? Alice In Wonderland Coloring Book Like New British Library https://t.co/gMuZxNzUQ9 @eBay
9196                                                                        Meat Tenderizer by Genie’S Martgreat value for lifetime cooking enjoyment https://t.co/hWi6CcS3gz via @amazon
9197                                         RT @Siemens: There’s quite a lot of Siemens in great machines all over the world. Swipe left to be #amazed! #Ingenuity for #life https://t.…
9198                                         No job. No source of income. My little money invested into my online business taken by @amazon . SUPER STRESSED OUT… https://t.co/XnrgLRmqQQ
9199                                                                        @IMVoyager @Expedia @VisitSingapore @ChangiAirport Singapore is just fabulous - so many things to do and see!
9200                                                                         Check out Two Old Shaving Mugs Wade Classic Car and Continental Antique Floral https://t.co/2k5Db1RzEe @eBay
9201                                                            #canon @CanonUSAimaging is one of the superiority company! company with future potential ! @Apple https://t.co/GpBIYt3S1y
9202                                                           Weird Tales Magazine - Cover Art and Illustrations - 24 Trading Cards – Available Now: https://t.co/9MYVvfJ8kc via @amazon
9203                                                  Check out Bed Bug Heater Oven For Clothes Bedding Zapper Zap Heat Pest Treatment Killer  #ZappBug https://t.co/WdiVG7rq6v via @eBay
9204                                         RT @rockinmama: 2017 @Toyota Rav4 Hybrid: 5 Reasons Families Will Love This SUV https://t.co/8Ozw8ijg14 #ToyotaNighttimeZoo #Rav4 #Toyota #…
9205                                                                                       Check out Pair of African Carved Wooden Heads of Male and Female https://t.co/roezzN4lZr @eBay
9206                                                              @CitizenCohn @paigelav @jbendery @facebook how the fuck do you know it was a man that sent this ? fucking sexist pig !!
9207                                                                                                     @Expedia: will NEVER use your travel site if my problem is not resolved quickly.
9208                                                              Check out Large Antique Marlboro Silver Plated on Solid Copper Twin Handle Tray 24.5 inch https://t.co/IhXsyxcUJS @eBay
9209                                              RT @onahunttoday: @RogueSNRadvisor @Liberalyogi @realDonaldTrump @Senate @Congress @SpeakerRyan @NBC @FoxNews @CBS @CNN @ABC @MSNBC *… 
9210                                                 @RyanSeacrest   How to make a Free Group Call in @Skype as challenge to @Google Plus @Hangouts and @WhatsApp https://t.co/uRfr7YDtgW
9211                                                 How #Analystrelations drives #salesenablement - @DuncanChapple discusses @Cisco lessons with David Taylor  … https://t.co/GvwJrWfvZr
9212                                                                     RT @Cov_Bhoy: @Reuters Boon to the workers as greedy tax dodging bosses told to pay up https://t.co/QJ5F2C7xH5… 
9213                                                                                                                                             @thejessicagraf @netflix Is it any good?
9214                                                     Check out 76.75 CT. NATURAL FLASHY BLUE LABRADORITE PEAR CABOCHON LOOSE GEMSTONE AA-99 #AAGems https://t.co/wZK3XuX7pc via @eBay
9215                                                RT @imjustagirl_16: The One Face Mask You Need: https://t.co/ZKFITYFOAI @Loreal @LOrealParisUK @GRLPOWRCHAT @PLBChat @BloggersTribe… 
9216                                                        Check out Standard Mfg Co. Inc. - Aluminum Threaded Tube to Boss Elbow - P/N: 3Q104C (NOS)  https://t.co/SHyIzbjOwo via @eBay
9217                                                      Check out 52.7 CT. NATURAL FLASHY BLUE LABRADORITE DRUZY CUSHION LOOSE GEMSTONE AA-68 #AAGems https://t.co/28cOkDuxrr via @eBay
9218                                                                                   RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
9219                                         RT @BigEbaySales: Please RT @eBay! https://t.co/TnWJsNyxiJ … via @eBay #ebay #clothing #shoes #ties #oldbooks #collectibles #namebrand http…
9220                                           @Twitter @jack @Google @YouTube @SusanWojcicki @JulianAssange @JudicialWatch @JudgeJeanine @SebGorka @seanhannity… https://t.co/hdlg7TsLgT
9221                                                @MrPEC_Tacular @PopTV @CBS @BBADOrwell @CBSBigBrother @flyonthewallent @CBSDaytime @bigbroaccess @iBBInsider… https://t.co/oE2RevgoOV
9222                                                         Check out Empty Can Of Spanish Beer ESTRELLA DAMM Non Alcoholic FC Barcelona 330 ml. 2017  https://t.co/mhP7uXdCvA via @eBay
9223                                             RT @amayakatedesign: @eBay See my favorite finds and more: https://t.co/JlC9lQnyq3… via @eBay #business #suits #jackets #career #style… 
9224                                                     RT @amayakatedesign: Check out New Calvin Klein Women's Green Floral Print Sleeveless Dress Size 6 https://t.co/IKzhnM2wGM @eBay
9225                                                RT @Reuters: North Korea maps out detailed missile launch plans. More: https://t.co/RfZjBrw4Nm via @ReutersTV https://t.co/d8zWApq7IT
9226                                                             Check out Hermes Choker Charm with Charm Bracelet Brown ×Silver  AUTHENTIC USED #HERMS https://t.co/SHPOaZgI7M via @eBay
9227                                                                            RT @S_S_Long: Back to Blackloch (Dragons of Fire and Ice) by S S Long https://t.co/pTyVGVX5NJ via @amazon
9228                                         RT @ProfileOfKiller: Never fear @BestBuy is here to save the day ~ https://t.co/1pkBfjdlSW Watch what @amazon Just can't seem to keep on th…
9229                                                                                                           RT @CBS: Are you a Big Brother superfan? Prove it. https://t.co/STodkrmyai
9230                                                                                                                    To many people treating it like @facebook https://t.co/9zXkedcpSt
9231                                                                           RT @IBM: Ushering in the era of #QuantumComputing and the possibilities in store:  https://t.co/iiYL8SFHXc
9232                                           @Shrabonti @shiladitya @amazonIN @amazon Also @StarbucksIndia ...I pay with their mobile app and they give me half a tree in bill receipts
9233                                                         Check out Clear Ribbed Glass Refrigerator Water Juice Jar Jug Embossed 1 Quart  Metal Lid  https://t.co/q1Io66ZZ3n via @eBay
9234                                                                     RT @beckybarnesblog: Hi @ASOS putting those rounder girls at the front. I see you. &lt;3 https://t.co/T09S0nTwkF
9235                                                      RT @fraulinecolleen: Absolutely! #Philkas forever! #wewanteyewitnessseason2 @hulu @netflix @AmazonVideo @HereMediaInc @heretv… 
9236                                                                        EU's Timmermans: Poland offers no options to address rule of law worries https://t.co/YVfgwQFpwI Via @Reuters
9237                                                                     RT @paigelav: Wonder if @facebook will consider this a violation of community standards. https://t.co/5PmEg5j3bR
9238                                                If Bill Murray isn't his 1st guest on the new @netflix series then darkness shall cover the land! #letterman  https://t.co/KHY5cGWNbo
9239                                         Great opportunity to impact the business with this new role @PayPal.  Hands on Programme Managers with Digital Marke…https://t.co/JTYu2kWnzv
9240                                                           RT @SBPUSA: Thank you @Toyota for your generous contribution of $1 million to @SBPUSA to fund long-term #HurricaneHarvey… 
9241                                                                        @paigelav @facebook @campbell_brown Apologies if that's poorly worded. Very much behind you on this incident.
9242                                                                              Right so @Tesco called me looking for my partner because our payment for our food delivery was declined
9243                                                 RT @Reuters: U.S. oil prices set for worst month in over a year as floods hit demand https://t.co/k3TgrY2qeL https://t.co/r1o4smsLFU
9244                                                                       @Ryanair hi. I don't see the summer 18 flights on sale on the website yet. When will I be able to book? Thanks
9245                                                           U.S.-funded Ethiopian abattoir hopes to help herders during drought https://t.co/WhFYqWudJj @Reuters @USAID @FeedtheFuture
9246                                                                                               RT @edgarwright: Thank you to @Burberry for my #Venezia74 tux. https://t.co/nzINs1SR14
9247                                       @TheEllenShow I would love to be on your show! 💜💜 @Disney @DisneyPixar I grew up on your movies and I'm a Disney ki… https://t.co/bNXm89DYRu
9248                                                                Check out RED ONYX STONE !! UNIQUE DESIGN 925 STERLING SILVER EARRINGS STUDS  #Stud https://t.co/77Uv4jU6cw via @eBay
9249                                                                                   RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
9250                                                          Check out Hawaiian ALOHA shirt M pit to pit 21 ELXS tropical reverse pattern fabric #Elxs https://t.co/lMLA9wpW9X via @eBay
9251                                            RT @SputnikInt: @wikileaks #CIA reportedly uses the tool to load  &amp; execute malicious apps on computers running on @Microsoft Windo… 
9252                                                              Check out Ernest Hemingway A Collection of Critical Essays edited by Robert P. Weeks  https://t.co/PVnUvczdPP via @eBay
9253                                                Big thank you to our friends at @Adobe for coming by and introducing our developers to the creative magic of… https://t.co/seE2Gyczrz
9254                                                                    Check out Malibu CA Watercolor Painting  Card Original artwork in Watercolor  ACEO  https://t.co/E5PZHZ6198 @eBay
9255                                                         Check out Flower Handmade Lampwork Glass Beads From Murano Glass Multi-Color 8Pcs 18x15mm  https://t.co/KwUozPcOj4 via @eBay
9256                                                                   RT @Reuters: Explosion reported at flood-hit Arkema plant in Texas https://t.co/MtM5SWgeIe https://t.co/9njSeIYWOZ
9257                                         RT @HannahPiercy2: @amazon #Alexa to be piloted by @hantsconnect to help independent living for the #Elderly. https://t.co/McCRLKHQfC #Tech…
9258                                                                                                       Fear Inducer by Ellie Douglas https://t.co/JvSHiebxEz via @amazon @AuthorEllie
9259                                                                 RT @Reuters: Explosion reported at flood-hit #Arkema plant in Texas https://t.co/nHBgdHVzm0 | Live #Harvey updates… 
9260                                              @TheEllenShow @JJWatt @Walmart A little song to celebrate our wonderful country and YOUR giving hearts ♥️🇺🇸🇺🇸🇺🇸… https://t.co/Qbspmbmddk
9261                                               @FedEx @fexhelp package hasn't come on time. Put though to diff country office as noone in Belgium can be reached including driver....
9262                                           English Laundry by Christopher Wicks 12 pair Sock Lot NWT 6.5-12 #Footwear #backtoschool #Shopping #eBay https://t.co/0AIQgy6sVI via @eBay
9263                                              RT @MERRYJANE: New @netflix Documentary Chronicles the CIA's Secret LSD Experiments: https://t.co/dsXhedQfIL 😵 https://t.co/s31X3i3qZm
9264                                                   @paigelav @facebook @campbell_brown Facebook just admitted they treat reports differently when the reporter is a journalist? Woah.
9265                                                                     RT @paigelav: Wonder if @facebook will consider this a violation of community standards. https://t.co/5PmEg5j3bR
9266                                         @CBS Can't even watch the episodes anymore.  So how am I suppose to watch the live feeds? The cast attack people pe… https://t.co/ikympe5Uwn
9267                                                                                                                  A Rose in June by Mrs. Oliphant https://t.co/kMPpVAIh0t via @amazon
9268                                              RT @stopalready23: @Reuters GOP always preach agnst govt intervention/regulations but TX is perfect example what happens when ppl buy… 
9269                                                             Wow! @LGUSAMobile quad-dac &amp; headphone jack!!! I hope @Apple new iphone will have that two essential specs... #LGV30
9270                                              Check out Spode Christmas Tree Devonia Tray 8 inch New in Box Holiday decor #Spode https://t.co/LjbbLEptOh via @eBay #christmasiscoming
9271                                                                             @abcause25 @beccajoi1103 @TMobile @verizon Alien Expanse https://t.co/dvi0iLJGUh https://t.co/fFJICVVDqB
9272                                                                       RT @TinaBrescanu: Limitless Love An Unconventional Family by Tina Brescanu https://t.co/jHPhyersLS via @amazon
9273                                                           RT @Reuters: Six big banks join blockchain digital cash settlement project https://t.co/53eZfv6fgm https://t.co/Lj8tCd0aLO
9274                                                        RT @wallyjt62: Flying @easyJet Liverpool to Nice. @swissport checkin girl needs to 😃😃😃. #SmileMore #behappy #thisiseasyjet
9275                                                                       RT @Reuters: China says to beef up patrols along Indian border https://t.co/4dZmJCtJrx https://t.co/06EbBWipIA
9276                                                                                                                                                    @netflix where is Rick and Morty?
9277                                                   Check out LuLus Womens Dress Cream Lace Wedding Formal Cocktail Long Gown Size Medium NWT #Lulus https://t.co/jrjzJMFtbB via @eBay
9278                                              RT @MorganStanley: We thank the thousands of employees who have donated during the first day of our Hurricane #Harvey relief efforts.… 
9279                                                                                                                                       @LizKershawDJ @Ryanair @SkyNews Well said Liz.
9280                                                          Why @facebook is set to be #newspapers next front page @seanhargrave #socialmedia #DigitalMarketing https://t.co/2ufAevZqM2
9281                                         RT @Coinfirm_io: @Coinfirm_io + @IBM talking  @Hyperledger + @trudatum in #Blockchain Lab ⛓ #hyperledger #regtech #fintech #crypto https://…
9282                                                           Check out CITRINE STONE SQUARE SHAPED 925 STERLING SILVER EARRINGS STUDS JEWELLERY #Stud https://t.co/fNBsDHW4vR via @eBay
9283                                                                                Hey @PayPal and @eBay_UK - just a daily reminder that you're STILL HOLDING MY MONEY FOR NO REASON. 🙃
9284                                                                                                                                      @Reuters I hope Trump heard you loud and clear.
9285                                                                                          Check out String Bikini - One Size Fits #Chuns #BikiniTop https://t.co/6cnZ2vA8Uc via @eBay
9286                                                                                    @Tesco Not the most helpful when I wanted it today and tomorrows slots have gone up in value 100%
9287                                                        Check out 925 Sterling Silver Impressive Ring Flower Booty Band R6304 Multi Size #Statement https://t.co/LaHOGsmhCC via @eBay
9288                                                                                                    @Tesco wondering why 5p bags aren't available any more at your middlebrook store?
9289                                                                 RT @Reuters: Explosion reported at flood-hit #Arkema plant in Texas https://t.co/nHBgdHVzm0 | Live #Harvey updates… 
9290                                         RT @netflix: Double feature: Zodiac + Nightcrawler. @ me with fan theories about how Jake Gyllenhaal has been secretly terrorizing Californ…
9291                                                A @Capcom_Unity x @Nike #airmax1 would have been wild considering both celebrate their 30th year @Foot_balla… https://t.co/Z9rdtMkANU
9292                                                                  Check out Stork Welcome Baby Girl Pink  Fabric Quilt Squares Blocks sz1 #SpotMore https://t.co/TuzhWVhEFS via @eBay
9293                                                           @GoldmanSachs @thrive @ariannahuff I thought Trump was supposed to drain the swamp of you! He broke his campaign promises!
9294                                                                                                                    Laser engraving for the home https://t.co/hNjZOAKNre Via @Reuters
9295                                                          RT @MikeAdamOnAir: #SorryNotSorry by #DemiLovato can be heard in the new @TMobile commercial 🔥🔥🔥 https://t.co/VDWrybpCpx
9296                                                                   RT @comcast: We believe in an open internet and giving our customers the Net Neutrality protections they expect.… 
9297                                         RT @Munster_Zer0: Hey @facebook and @fbanalytics the floating video feature sucks ass. Big time. Need an option to disable it on the Androi…
9298                                                       Check out Suave Professionals Natural Infusions Moisturizing Shampoo Travel Size 2 oz #Suave https://t.co/WUpGyKGJWt via @eBay
9299                                                                                  Selfish by Anthony Canton #poetry #ibooks #amreading #amwriting https://t.co/K7S4JzBl7u via @amazon
9300                                                                         RT @Reuters: INSIGHT: Body camera footage shows the race to rescue a victim of the #Harvey flooding. More:… 
9301                                                                                                                          @Ryanair Also where is a €2 seat ?? https://t.co/objRpD3qlX
9302                                                                                   RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
9303                                      We have a £50 @amazon gift card to give away! Just RT &amp; follow for a chance to win. We'll announce the winner next… https://t.co/kp5sQ5axjs
9304                                         #TheTreeApp launches tomorrow for @Apple and @Android devices. Interactive encyclopaedia of SA trees in your pocket! https://t.co/RQ1RP6y3p5
9305                                                                        RT @mcall: From Breinigsville to Texas: @Nestle donates bottled water to aid those affected by #HarveyStorm… 
9306                                          RT @LydiaRoseBright: Can clearly see @Ryanair has been online and still no reply from my tweets. The customer service online is as poor as…
9307                                                                                                                                          @Reuters Corporate profit making in action.
9308                                                    20 years ago @netflix began which originally started out as 'Kibble' -Find out where the idea came from!… https://t.co/RdpJGTlcNj
9309                                                                                                                                       @Reuters Just send more production to China...
9310                                                 Check out Set of 4 Glass Sunflower Refrigerator Magnets Spring Summer Kitchen Home Decor #Handmade https://t.co/hbB1o4fAuV via @eBay
9311                                                        My iPhone 7 is just 3months old and now i read iPhone 8 is gonna be launched on September 12 😳😳😳😳. Whys @Apple like this.
9312                                                                         RT @Reuters: INSIGHT: Body camera footage shows the race to rescue a victim of the #Harvey flooding. More:… 
9313                                                      Check out Express fitted stretch cotton button dress shirt white purple mens size XL #Express https://t.co/M9hkPVNmlG via @eBay
9314                                                          RT @seventeen: 7 @Starbucks Drinks Not Available in the U.S. That Should Be https://t.co/fXPBMxYVCW https://t.co/ggLr3oKzlo
9315                                         Pana-Vue #NewOrleans  #Louisiana 35mm Slides Mardi Gras Steamboat Natchez Bourbon St   @eBay https://t.co/TankpSM3Bx https://t.co/VAxcu9aa1V
9316                                                                      Check out 1 Genuine Icelandic raven wing feathers(Common raven)  #Commonraven https://t.co/J66zM7FqBN via @eBay
9317                                                           Check out 14K ROSE GOLD &amp; SS  LCS DIAMOND COCKTAIL RING SZ 5 SZ 6 SZ 7 8 9 10 11 12  https://t.co/qtk2u6A9Kh via @eBay
9318                                                                Check out 1 Genuine Icelandic large raven wing feathers(Common raven)  #Commonraven https://t.co/3F9yfmY8uF via @eBay
9319                                                                        RT @Reuters: Fiscal stimulus in downturns is safe even when debt is high: researchers https://t.co/6b8tJ94GgG
9320                                     I wonder if @netflix &amp; @MarvelStudios would ever consider making an Alpha Flight series? I for one would be supreme… https://t.co/TZ0PUut9yd
9321                                                                RT @Reuters: EU's Barnier says no 'decisive progress' in Brexit talks https://t.co/gxwPy3cTsj https://t.co/lxUW0xZ6Q4
9322                                                                   Check out Vintage CRAIG Model 3215 Stereo AM FM Receiver ~ 8-Track Player Needs Work https://t.co/mjDnhXvJ32 @eBay
9323                                                                         RT @DeathsGhost74: Check out vintage Hallmark birthday cards 1960s or 70s  https://t.co/I6twda15Wn via @eBay
9324                                                                RT @Reuters: EU's Barnier says no 'decisive progress' in Brexit talks https://t.co/gxwPy3cTsj https://t.co/lxUW0xZ6Q4
9325                                         RT @ManoloSabariego: After 3 hours delayed from Bristol @easyJet I am in Spain and today #lavueltaencope sonará diferente! @herifrade @qigl…
9326                                         Our #TBT promo ends today for the #CFOEU Summit! Save £200 with the code TBT200 and meet leaders at @dominos @BP_plc https://t.co/3JrAhUxeKW
9327                                                             Check out Australian 4.90 carat Grayish Color Natural Color Rough Diamond for Jewelry  https://t.co/F1jE3XjoKb via @eBay
9328                                          RT @VipulGoelBJP: Inaugurated 5th fulfilment center of @amazon in Haryana to catalyze industrial growth &amp; provide employment opportun… 
9329                                            Baphomet Goat Leather Mask Halloween #Masquerade #Satanic https://t.co/hSCZEHfM6X via @eBay #Halloween #Halloween2017 #HalloweenPartyMask
9330                                                               RT @Reuters: Heavy civilian casualties in Raqqa from air strikes: U.N. https://t.co/254DVj0uLX https://t.co/PUxot62eeR
9331                                                                         3 people working at a very empty @Starbucks and they still take 15 minutes to make my drink and get my food.
9332                                                        Check out LISA LOREN Shafmaster Leather Co. Black Leather Briefcase Shoulder Messenger Bag  https://t.co/3u29n4NDYG via @eBay
9333                                                                         RT @Reuters: INSIGHT: Body camera footage shows the race to rescue a victim of the #Harvey flooding. More:… 
9334                                                                                 Check out SCENTED GEL CANDLES (2) 8oz EA (WINE &amp; ROSES) SCENT  https://t.co/c82Jno14aJ via @eBay
9335                                                                Check out #ColeHaan Leather Velour Woven Demi Shoulder Bag https://t.co/FMKqjTFMvo @eBay #ebay #deals #purse #fashion
9336                                                                                                     RT @jkelly3rd: Take note of what @facebook thinks is OK. https://t.co/1UpXZT6bqF
9337                                                                                                         . @facebook -wtf? What would constitute a violation? https://t.co/PBtMCaMZOE
9338                                                          RT @MikeAdamOnAir: #SorryNotSorry by #DemiLovato can be heard in the new @TMobile commercial 🔥🔥🔥 https://t.co/VDWrybpCpx
9339                                         @konadave1 @WAGNERGIRLE @LeahR77 @realDonaldTrump @BarackObama @verizon @Walmart Fact of the matter is they will ge… https://t.co/i1cSZJ73et
9340                                                             Check out Vintage 1955 It's About Time Miriam Schlein Hardback Children's Educational Book https://t.co/EnDa6blVwB @eBay
9341                                                                                                                                                   @askdes @TMobile Looks incredible!
9342                                                          Check out 1 Cts Natural Ethiopian Rolling Fire Cabochon Opal 7X5 MM 2 Pec Multi fire B41  https://t.co/p1MDLTG6zv via @eBay
9343                                                             Check out 1994 Un Ospite A Roma A Guest In Rome Tour Guide Paperback Book Italiano-English https://t.co/Jf2X8mM3XJ @eBay
9344                                                                     @Ford I was excited with the concept design and would seriously consider a bronco to replace if it were similar.
9345                                                                RT @Reuters: Mexico's Red Cross delivers aid to storm-ravaged Houston https://t.co/pM2hytpoNE https://t.co/5bPWwjyOwi
9346                                                                                                              @GoldmanSachs @axios @JimVandeHei @mikeallen Isn't GS run by gangsters?
9347                                                          RT @MikeAdamOnAir: #SorryNotSorry by #DemiLovato can be heard in the new @TMobile commercial 🔥🔥🔥 https://t.co/VDWrybpCpx
9348                                                                                                                                              @Colts @mfarley41 @verizon Start Morris
9349                                                                         RT @WPMediaInsights: Custom content piece from @Siemens courtesy of @WPBrandStudio.  https://t.co/SGnL2F52x2
9350                                                                     RT @paigelav: Wonder if @facebook will consider this a violation of community standards. https://t.co/5PmEg5j3bR
9351                                                   Check out #KateSpade Griffin Cape Cod Clear Lobster Net tote purse https://t.co/BZmOxTGjVk @eBay #lobsterbag #fashion #deals #ebay
9352                                                        RT @cmascanz: The @Oracle #API Platform CS: the #cloud unburdens #infrastructure #security #availability &amp; ramp up time… 
9353                                         RT @2k16Phil: Check out sexy clubbing dress https://t.co/sYWcw7cEM6 @eBay eBay #EndingSoon #GetBidding #Erotic #Sexy #dress #nightout #club…
9354                                                                                                   I just checked in @Nike with #mPLUSPlaces Download today!  https://t.co/TFjyD0ZAaY
9355                                                        RT @2k16Phil: Check out Naughty Nurse https://t.co/ttS2pmYUsn @eBay #Naughty #Nurse #sexy #erotic #shaggable #revealing #tits
9356                                         RT @2k16Phil: Check out (RELISTED) Micheal Schumacher Autograph picture https://t.co/7Vo9ruAT8x @eBay #F1 #Ferrari #Autograph #RainMaster #…
9357                                                                                        Check out Vintage Virgin Mary Holding Jesus Figurine 774/0  https://t.co/jJmw53EqKt via @eBay
9358                                                   How tech companies are helping with Hurricane Harvey relief including @Disney #DisneyTech https://t.co/ZFgJ503jz3 via @VentureBeat
9359                                                                            Catch @BizWireTV as @Ford $F reports its environmental progress across business.  https://t.co/GYPoe9kuVm
9360                                                          RT @ChuckRobbins: I love our team's commitment - not only our thoughts - but our actions ... @Cisco https://t.co/OxlIgwVTDQ
9361                                                                             Even my @_MintSim MVNO powered by @TMobile is showing up @verizon in South Charlotte. @GNev2 @JohnLegere
9362                                                                                   RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
9363                                                                                      Check out Raquel Allegra Fitted Dress Creme Gray Womens Sz 3 #417 https://t.co/XDbEiQT3eD @eBay
9364                                                          Check out this Amazon deal: Galsang Womens Double Breasted Belted Trench ... by GALSANG https://t.co/y0CPVtoL0h via @amazon
9365                                          To our friends in #Atlanta and #Nashville: you can now get all your @Costco groceries delivered right to your door… https://t.co/zTc0Xd7vUk
9366                                         RT @NevilleRay: The 600MHz capable @LGUSAMobile V30 is coming THIS FALL. So @TMobile customers can use our 600 MHz FAST!! https://t.co/sBtZ…
9367                                                             Check out New Plus Size Women’s Black Scoop Neck Lace 3/4 Sleeve Knee Office Evening Dress https://t.co/qSwqTEa1f4 @eBay
9368                                          @Shrabonti @amazonIN @amazon Agree wholeheartedly. Can even incentivise more people to give it back on the spot by… https://t.co/NqJinD29mI
9369                                                  RT @MACHE275: @Starbucks inspired cleats for my man @stefondiggs for the preseason game in Seattle Friday night. #starbucks #skol… 
9370                                                                 Emperia Outfitters Concealed Carry Hobo Handbag - Chloe (Navy Blue) Emperia O... https://t.co/KOxiLTINEY via @amazon
9371                                                                                                                          RT @netflix: Things are looking up. https://t.co/v3I3HQcE0K
9372                                         RT @diarmaid_D: Flight from Manchester on 18th August to Belfast delayed then cancelled. @easyJet respond saying no compensation to be give…
9373                                                                                   RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
9374                                                        The magic doesn't have to end. Relive our Secret Sessions w/ @ATT ft. @lorde right now! #iHeartLorde… https://t.co/HxzdXOb5R8
9375                                                                                                @JohnLegere @TMobile @LGUSAMobile I'm ready to upgrade from the LGV20 to the LGV30!!!
9376                                                            Check out LORD FOUL'S BANE STEPHEN R. DONALDSON 1977 DOUBLEDAY *TRUE 1ST EDITION* VG!   https://t.co/x6K6NGA5yL via @eBay
9377                                                                                                                  Check out my listing on @eBay: https://t.co/8KfoPTvxOz via @eBay_UK
9378                                               RT @Reuters: Iraqi PM Abadi declares victory over Islamic State in Tal Afar: statement https://t.co/5ao5W54yeV https://t.co/xBpBBF8LDb
9379                                                                                                                        Look what I found on @eBay! https://t.co/J3Zh6YlRBS via @eBay
9380                                         RT @FSUBaseballEQ: The boys are back in Tallahassee and ready to roll into the 2017-2018 season! @FSUBaseball @Nike @sluggernation https://…
9381                                                  Check out Club Room Mens Orange Coral Short Sleeve Crew Neck Shirt Cotton Size S Small  #ClubRoom https://t.co/HS4v4R6gbQ via @eBay
9382                                                                                        Check out Star Wars The Saga Collection Han Solo In Trench Coat https://t.co/sJtAQ61tlV @eBay
9383                                         @BaymaxSix @JohnBoyega @Disney @starwars Are you saying the young lady in the video is not strong? Did you report t… https://t.co/hMHXDNvM5n
9384                                                                              RT @JohnLegere: 🏃#LIVE: @TMobile #CEO out for a #runscope! Let's catch up!! 🏃 https://t.co/lwppIL1ylg
9385                                                             Check out Vanity Fair magazine Fabio Volo Elizabeth Taylor Kylie Minogue Bob Sinclair  https://t.co/m08DRbM8B4 via @eBay
9386                                       @amazon @AmazonHelp @amazonIndia Amazon has fake promotions running 4 moto G5s plus. Tryed using 1 of the promotion &amp; realized it's a lie.
9387                                                                RT @Reuters: Mexico's Red Cross delivers aid to storm-ravaged Houston https://t.co/pM2hytpoNE https://t.co/5bPWwjyOwi
9388                                                                                                              Wait..what!? Taylor Swift has a deal with @UPS? https://t.co/m69EsNtIrX
9389                                                   @Reuters Blackhawks and coalition strikes on syrian army positions simultaneously with isis attacking these positions... play dead
9390                                                                RT @ChinaTradeConsu: 8 Types of People You Should Not Marry by Dr. Isola O Busuyi https://t.co/bvBAci13DF via @amazon
9391                                                                                                  @brennen_11 @Cam_Is_Like @WellsFargo my money is on Never Stopped rather than Again
9392                                            #ThursdayThoughts BREAKING NEWS ALERT: @ABC @CBS @NBC @CNN @MSNBC @FOXNEWS @THEBLAZE  https://t.co/u9KmwjbvQV     https://t.co/tdRnWwEYdv
9393                                                                                 Check out White Barn Mini Candle Mint Mocha Bark 1.3 oz #WhiteBarn https://t.co/mDReHXM5sv via @eBay
9394                                                RT @SRuhle: Then how come @salesforce &amp; @Benioff did it in one day - one single adjustment in their HR system?? What CEOs say i… 
9395                                              RT @BrianRoemmele: Meet the @Sony LF-S50G a new #VoiceFirst device using Google Assitant. A multi-speaker high fidelity system with a… 
9396                                                                       It's easy to do make your donation today. @RedCross @WellsFargo #HurricaneHarveyRelief https://t.co/pbzVjyzzOy
9397                                              RT @BrianRoemmele: Meet the @Sony LF-S50G a new #VoiceFirst device using Google Assitant. A multi-speaker high fidelity system with a… 
9398                                                 RT @benwikler: @Google @matthewstoller A growing body of research shows that the re-emergence of monopolies is at the core of expl… 
9399                                                                     RT @paigelav: Wonder if @facebook will consider this a violation of community standards. https://t.co/5PmEg5j3bR
9400                                                                                 RT @juliesaunders9: @easyJet incident happened on 16th July its 2nd August. Do you think that's fare
9401                                         @Reuters @SleipnirPerkins @WellsFargo I filed a lawsuit against them on 8/11/17 and they retaliated foreclosed n se… https://t.co/5P7WxYpQB8
9402                                             RT @BrianRoemmele: All of these companies will have #VoiceFirst devices. Some still call me crazy that @Oracle + @salesforce is on the… 
9403                                                       Just saw this on Amazon: OURS Womens Fall Fashion Zip Up Lightweight... by OURS for $23.99 https://t.co/mVgfMYFqXr via @amazon
9404                                             RT @BrianRoemmele: All of these companies will have #VoiceFirst devices. Some still call me crazy that @Oracle + @salesforce is on the… 
9405                                                     Free on Kindle Unlimited: A Pilgrim for Freedom by Michael Novakovic https://t.co/5OpCg5kBtP via @amazon https://t.co/7Vd6MHg5Kg
9406                                                                                   RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
9407                                                                         RT @Reuters: Nestle shuts Swiss skin health products factory https://t.co/76nXrFrP6s https://t.co/c3fggUpaaV
9408                                                         Check out 1948 Dayton Ohio Public High School Official Football Premiere Program 9-9-1949  https://t.co/DbRQEBTKex via @eBay
9409                                              RT @BrianRoemmele: The new @Sony #VoiceFirst LF-S50G also uses rudimentary gesture controls to play/stop/skip music. Just in time for… 
9410                                                                                   RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
9411                                                            Check out Authentic Vtg Hippie Southwest MEXICAN handwoven WOOL blanket poncho 42 X 44  https://t.co/wDVht0iuK4 via @eBay
9412                                                                 RT @craftstore14: Chess Set Game Bone Buffalo 32 Pieces Hand carved craftstore14 https://t.co/r9NiZpujkr via @amazon
9413                                                                                                                                      @adidas @paulpogba Best midfielder in the world
9414                                                                                                                                          @sy4zzyxo @McDonalds OKOK WHATEVER BABYYYYY
9415                                                                                                                                         RT @netflix: Pretty. https://t.co/e38ua5udVr
9416                                                                                                                 @OHanlonG @MercedesBenz Not true bud. He should be driving #BMW @BMW
9417                                     @interface7 @BankofAmerica @Chase I've started using local TX-based banks for biz &amp; other entities. I like being ab… https://t.co/grKLzP6NEg
9418                                      @BenRatina @Reuters #BlackDay_31अगस्त Swamy Ji analyzed &amp; found that the Case against Asaram Bapu Ji is 100% bogus!… https://t.co/6SMWIJz74X
9419                                                                   @Reuters Pull it. The US got an unfair deal with NAFTA. We got screwed. Give the 180 day notice.  @realDonaldTrump
9420                                           We applaud @ProcterGamble for listening to consumers and committing to disclose fragrance ingredients #RaiseTheBar https://t.co/rMfqf5BrWY
9421                                                                         Sony Ericsson MBS-400 2-Piece Portable Bluetooth v1.2 Ball-Shaped Speaker Set  https://t.co/U6aJRw6vOC @eBay
9422                                                                               Check out Pickett Slide Ruler N903-T with leather case and book VGC  https://t.co/sn8d3MgIV0 via @eBay
9423                                                                       Check out IUE for MONDALE / FERRARO &amp; McGovern / Shriver Political Pins  https://t.co/JGr7Pfk8uk via @eBay
9424                                                                                   RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
9425                                                                                                                                         RT @netflix: Pretty. https://t.co/e38ua5udVr
9426                                         @paigelav @facebook @campbell_brown @BarackObama Yet FB won't explain why. Meanwhile it lets misogynist troll bulli… https://t.co/ZFrLPHxCn1
9427                                                                                                           @TradeChat @Starbucks I join you in being the most basic. #PeppermintMocha
9428                                                           Check out USA Logo Trucker Hat Red White &amp; Blue Snap Back Mesh ~ America Patriotic   https://t.co/SIiogH8Aod via @eBay
9429                                                            So uhm @Expedia you sold a flight that was not confirmed and now I'm supposed to absorb the cost? https://t.co/DYcCGzn1l8
9430                                                                          @longballgirl @Djdraino @Costco Hopefully the guys will toss the rest out or at least had a few edible ones
9431                                               RT @Reuters: U.S. oil set for biggest monthly loss in over a year as floods hit demand https://t.co/VcpvNF6Vpa https://t.co/4rOlLptIdd
9432                                                                                                                                                               @eBay Sold! Thank you!
9433                                                   Mad at The World - Boomerang [Audio CD] – 90s Alternative Rock – Available Now: https://t.co/S2LYnfpwMv via @amazon #ChristianRock
9434                                                                                   RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
9435                                                                                                         RT @justinbieber: #stadiummerch at @hm september 7th https://t.co/Mnib8sEp7O
9436                                                                                                         @nextofficial my brother and me in the seventies lol https://t.co/p1asbqLTSf
9437                                                                                                           2 Double shots with coconut milk on ice. Bout to be lit 😂. @Starbucks  ☕️
9438                                                                         RT @Reuters: INSIGHT: Body camera footage shows the race to rescue a victim of the #Harvey flooding. More:… 
9439                                                                                       Do you really think @Visa would be quiet if the $mco thing really is a scam? Think about that.
9440                                                                  Check out Made in Russia - 10 - Wooden Russian Nesting Dolls Stacking  #Unbranded https://t.co/vMAV8ZjZDo via @eBay
9441                                                                     RT @paigelav: Wonder if @facebook will consider this a violation of community standards. https://t.co/5PmEg5j3bR
9442                                               RT @TAGthink: @SAP @TomRaftery Prediction 4: Autonomous vehicles &amp; ridesharing services transform transportation #IoTGA ➡️ 90% re… 
9443                                         RT @2k16Phil: Check out Cars 3 Posters https://t.co/bZaGdPc09q @eBay #Disney #WaltDisney #Cars3 #Posters4Kids #Bargin #LightningMcqueen #Do…
9444                                                                                                                                         RT @netflix: Pretty. https://t.co/e38ua5udVr
9445                                         @ChelseaClinton @amazon You can also order needed supplies directly on Amazon: Relief List and donations are shippe… https://t.co/PukNooc4XQ
9446                                                                                                                                         @SilverSprintUK @amazon This would be great!
9447                                                                                          RT @TylerReeves: Why would anyone still have a @WellsFargo account? https://t.co/fMOJO69SGQ
9448                                                           Check out Vtg 80s NWT DEADSTOCK Pale Peach Gauzey Lace MIDI Tea Dress 8 Carol Anderson   https://t.co/nZ5yr0bIDT via @eBay
9449                                                                                   RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
9450                                                                              Whoops! @WellsFargo finds some more sham accounts hiding in the couch cushions. https://t.co/cWj4pjtQs3
9451                                                 Check out 2017 Topps Chrome 102A NOLAN ARENADO - Colorado Rockies #ColoradoRockies #HOOPKARDS #MLB https://t.co/fyzXfBkcsR via @eBay
9452                                              Just saw this on Amazon: Pimp Costume - Medium - Chest Size 40-42 by California Costumes for $37.65 https://t.co/pFW0Aoh5zX via @amazon
9453                                         RT @EndMonopolies: Sign the letter to @Google and demand they drop their crusade against monopoly research. https://t.co/wRbZHL9n4I #Google…
9454                                        RT @JohnLegere: This Fall @TMobile customers can get the first 600MHz-capable 📱! The @LGUSAMobile #LGV30! #WeWontStop https://t.co/cLDPdFUA…
9455                                                                                      @ATT @DIRECTV We signed a contract but you didn't honor your end. Customer service was no help.
9456                                                  @LisaMack324 @Disney Monday night. You thinking of running away during your days off? Cuz I would stay an extra day or two for you!
9457                                                         RT @TripAdvisor: Some things you just can’t place a value on. Travel is one such thing! #WhyWeTravel https://t.co/jlEaKrvSV4
9458                                                        Check out F.C. KOBENHAVN COPENHAGEN SHORTS FOOTBALL SOCCER ADIDAS M GREY CLIMA COOL #adidas https://t.co/K1p13P9CDe via @eBay
9459                                          @TheEllenShow @JJWatt @Walmart This lovely family we featured last year lost their home in #Harvey Would love your… https://t.co/EWQlEtSfbC
9460                                         @threatpost @intel @wr0 @rootkovska @hopeconf @2600 @2600Meetings Twit noob here: I meant to RT another's post. Wil… https://t.co/6XhvzVu69k
9461                                                                                             Check out my listing on @eBay: https://t.co/NZUKG6mQ5n via @eBay https://t.co/OTEWnTPqln
9462                                                                                   RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
9463                                                   RT @ATT: AT&amp;T wireless customers can donate $10 to American Red Cross for Harvey relief efforts by texting “HARVEY” to 90999… 
9464                                                                        Former U.S. officials urge balance in refugee cost reports https://t.co/O4tztcrx59 Via @Reuters #domesticnews
9465                                                                                   RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
9466                                         @nextofficial just about to place a large order from my next savings from other sites for some of the items. I cont… https://t.co/vSC2uz0Js3
9467                                          RT @Cost2Build_UK: We have a £50 @amazon gift card to give away! Just RT &amp; follow for a chance to win. We'll announce the winner next… 
9468                                                    Check out Black Electric Guitar Kit Double Cutaway Maestro by Gibson Amp Picks DVD &amp; More   https://t.co/lKZpWFF4Gy via @eBay
9469                                         RT @SenWarren: Congress also can't look the other way. We need the @WellsFargo hearing Dems called for earlier this month. https://t.co/hkg…
9470                                                 Check out DRAMATIC ORNATE CARVED WALNUT 7.5 1900s VICTORIAN ROCOCO SOFA COUCH SETTEE SALE #Unknown https://t.co/NjELFyo9Hr via @eBay
9471                                                                                                                                          @darbysofficial @GMA @Disney you're amazing
9472                                         RT @SenWarren: Congress also can't look the other way. We need the @WellsFargo hearing Dems called for earlier this month. https://t.co/hkg…
9473                                                                               RT @JennyOkie: You can also donate to @HoustonHumane via @amazon at this link: https://t.co/lwExK9l5yH
9474                                                                RT @Reuters: Iran sticks to key limits of nuclear deal: U.N. watchdog https://t.co/1SoR7uVQNg https://t.co/IMpN3MmOqT
9475                                          @Disney AWESOME JOB DISNEY PLEASE STAND YOUR GROUND AND DON'T GIVE IN TO THE DEMANDS OF LUNATICS! DON'T EVER ALLOW BOYS PRINCESS MAKE OVERS
9476                                             #DIY #gift #buy #ad 10 .15 Oz White Plastic Empty Lip Balm Containers Tubes with Purple Tops Simp... https://t.co/OeAptPceWN via @amazon
9477                                        This is beyond disgusting to learn about what @WellsFargo has done. 3.5M fake fee-charging accounts?! How can anyone still be using them 👎😡
9478                                                                                                 @CBS I'm not watching any of these shows until the America economy gets fixed. #MAGA
9479                                                                                                                                @fsmikey @steelers @Hyundai Could say it's a moist 69
9480                                                                      Check out AVON Clearskin Dual Ended Blackhead Remover New &amp; Sealed In Package https://t.co/ze9GzAQCxp @eBay
9481                                            RT @lenegammelgaard: Mental Survival Skills: 10 Leadership Skills for Radical Times by Lene Gammel... https://t.co/aFDtKmcbDB via @amazon
9482                                         RT @SenWarren: Congress also can't look the other way. We need the @WellsFargo hearing Dems called for earlier this month. https://t.co/hkg…
9483                                                                                                                                                     @eBay This is sold. Thank  you..
9484                                           #DIY #gift #buy#ad.   Ten .15 oz White Plastic Empty Lip Balm Dispensers Tubes With Push Up and Lig... https://t.co/EHDW9ef3He via @amazon
9485                                                                                                            @DarwinVsGod @Reuters Not really. This is the first time in like 10 years
9486                                         @Google doesn't care. Do you? @mcuban @aplusk @HerjavecGroup @facebook @BillGates We are ALL accountable for the ch… https://t.co/q6bDffjJS9
9487                                                   GET 20% OFF @mytradingbuddy Products in their @amazon Store - Use Pomo Code MTB20OFF at Checkout &gt;&gt;… https://t.co/sBqTrp1oHW
9488                                                        RT @Walmart: Volunteers are making the difference. Pictured: one of our volunteers handing out blankets @ a Dallas shelter.… 
9489                                                  RT @MorganStanley: The real impact of President Trump’s move to pull the U.S. out of the global accords to combat climate change.… 
9490                                                                                                                @Google I can't begin to tell you how evil and stupid reCAPTCHA is...
9491                                          RT @Kat_McNamara: Thanks @Disney &amp; all who voted for helping @WainwrightAE &amp; me have fun and support @GirlUp &amp; @GirlsWhoCode!… 
9492                                         RT @Reuters: Islamic State convoy to resume journey after being blocked by U.S.-led airstrikes https://t.co/fdJMusmAov https://t.co/U1cidzO…
9493                                              RT @IBM: Watson moves into the classroom to help school teachers track their students' progress: https://t.co/lQ6jkUrUxv #AI #cognitive
9494                                                        RT @Walmart: Volunteers are making the difference. Pictured: one of our volunteers handing out blankets @ a Dallas shelter.… 
9495                                          @Ford so I'm going in to have the 2nd PTU replaced on my Edge. When is Ford going to do the right thing and issue a recall for this defect?
9496                                                          Preppers Road March (Prepper Trilogy. Book 1) by Ron Foster https://t.co/D5zh7qIlvP via @amazon #prepper #survival #classic
9497                                                 @comcast services are still down at Mission Bend area. It will be cash only for Kim’s at Highway 6 and Bellaire until further notice
9498                                                                   ENDS TODAY #Florence #Ceramics Scarlett lady Figurine Pasadena California #Retro https://t.co/VT61taATtM via @eBay
9499                                                                                                                                         @brantpinvidic @amazon sounds like my house!
9500                                               Hey @WellsFargo how about you loan me a few fake checking accounts since you're all apparently in it to win it. #prosecutethebanksters
9501                                                                                                                    @JackGiacop @arianespaceceo @INTELSAT @Boeing @sslmda Seems legit
9502                                                                                                                                               @SenWarren @WellsFargo Break them up!!
9503                                                                                                             @McDonalds I'm a clowny person can I have a clowny date for #Homecoming?
9504                                          @facebook I’d ❤️ to 👀 new shows on #FacebookWatch - but... please see attach vid (hope UR aware as there’s lots of… https://t.co/7XZ24E0FGY
9505                                                      RT @UEHP_Brux: 2nd session @ #LaBauleURPSML on #eHealth and new technologies in #healthcare with @Apple France! #opendata #EU… 
9506                                                   Check out EL NATURALISTA Black Ankle Strap Mary Jane Boots Loafers Heels Pumps 41 #ElNaturalista https://t.co/W8ACLguzXW via @eBay
9507                                                                                                      RT @Reuters: Hurricane Irma forms over eastern Atlantic https://t.co/sjaTPCcr4Z
9508                                         RT @SenWarren: Congress also can't look the other way. We need the @WellsFargo hearing Dems called for earlier this month. https://t.co/hkg…
9509                                                           #FREE Wipe Out: A fun and fast-paced private investigator cozy mystery/beach read (... https://t.co/LHldDtqlxA via @amazon
9510                                         RT @Reuters: Islamic State convoy to resume journey after being blocked by U.S.-led airstrikes https://t.co/fdJMusmAov https://t.co/U1cidzO…
9511                                         @DustinRG24 @CBSBigBrother @CBS BB used to have morals but I'm thinking the ratings needed boosting. This season is… https://t.co/6v6qwQ34K6
9512                                                                                          @erikstmartin @listonb @Microsoft @Azure A little #tbt to celebrate https://t.co/KYDYkkxySS
9513                                             RT @AvalonPlatform: Hey @Groupon we’re big fans of you and would love an opportunity to chat - Seems we’ve got a few things in common 🙃
9514                                                                                                                                                                                     
9515                                                                     RT @paigelav: Wonder if @facebook will consider this a violation of community standards. https://t.co/5PmEg5j3bR
9516                                                                                                                    @Ministryofmess @axajay @Tesco Next time that shud be the 1 lol x
9517                                                          @SenWarren @WellsFargo Bigger government isn't the answer to @WellsFargo scam. Putting the crooks in jail for long time is.
9518                                         RT @AmourKalagang: Hey @netflix @reedhastings We want (or demand) to see more of @tinadesai07 on our screens!  #TinaforS8S3 https://t.co/Rx…
9519                                                                                                           @SenWarren @WellsFargo Since the one with the former CEO was so effective.
9520                                                         Check out Ladies 14K Yellow Gold Genuine Sapphire And Diamond Ring- Size 8 https://t.co/qd4LFw7MTk @eBay. PRICE REDUCTION!!!
9521                                                                                                               RT @Drops: hey @pepsi that shit is not working https://t.co/9Yr11mZBkA
9522                                                 @MAGAdrumpf @SenWarren @federalreserve @WellsFargo No they don't.  Only Elizabeth Warren thinks the Fed can or will do such a thing.
9523                                                          RT @Reuters: GE's new CEO preparing job cuts in bid to reduce costs: source https://t.co/38REjKxCJF https://t.co/T52Uxn17bV
9524                                                                             Check out New- Gorham- Sentimental Traditions Picture Frame- Retail $80.00 https://t.co/ofKeR2JfYm @eBay
9525                                                           Check out 2017 Gray Power Rangers T-Shirt - Red Ranger Size 16 Medium #Anvil #GraphicTee https://t.co/6HE3RfNczN via @eBay
9526                                                                                                              #FREE Dalysian Hope by Jamie Summer https://t.co/ORuVSvOGsY via @amazon
9527                                                    RT @USouthernMaine: A little tired today? Perk up at the redesigned @Starbucks cafe in the Glickman Library! #starbucks #coffee… 
9528                                                                 @CLForstner @AbsoluteBezo @amazon the 7700k is not only more expensive but is worse for streaming and video editing!
9529                                                            RT @CosyConquer1000: .limited BOYZ CLUB | cc @NSWZA @Nike  by @squishylmtd | 📷 : @LordSunshineSA https://t.co/JRs2AQn1kI
9530                                                                                                  Check out Primitive Wood Bucket Firkin #Americana https://t.co/L70OKIqhtr via @eBay
9531                                                                                                                                         RT @netflix: Pretty. https://t.co/e38ua5udVr
9532                                           RT @respectlearning: @PamelaGeller @PayPal Active Measures. If you are unaware then that makes you an unwitting useful idiot. Learn from… 
9533                                     RT @CMOMaharashtra: This is yet another initiative for our farmers &amp;we want @CocaCola to work on more such products with entire range of fr…
9534                                                                                                                                           @hm has fanny packs...#the90sarecomingback
9535                                                                                                                                   @verizon EX- @ATT customer coming to you soon.....
9536                                                                         RT @JonyIveParody: The new @Sony smart speaker looks very familiar… 🤔 #OneMoreThing https://t.co/dR1GkwJTak
9537                                                @FOXTV @20thcenturyfox @Apple @AppleEDU @AppStore @AppleMusic @AppleSupport @tim_cook 😔😔 i want soho apartment with him from apple.
9538                                                   Check out SILVER JEANS Mid Rise Aiko Faux Flap Distressed Bootcut Stretch Jean 26 30 34 #BootCut https://t.co/LZJWEqt1AN via @eBay
9539                                              #fashion Check out JEWELRY OF TUMI HANDMADE / YELLOW GOLD 18K // 5 SIZES FROM PERU #Handmade #Pendant https://t.co/BG40XUUCmr via @eBay
9540                                                     Check out Girls Pink Party Dress Size M Ruby Rox Girls Holiday Dresses #RubyRox #Dress #Dressy https://t.co/buBjuhbdOP via @eBay
9541                                          #silver Check out TUMI PENDANT MADE OF SILVER 950 W/ COLORS SPONDYLUS STONE FROM PERU #Unbranded #Pendant https://t.co/TnKVxlCfOb via @eBay
9542                                                                         RT @JonyIveParody: The new @Sony smart speaker looks very familiar… 🤔 #OneMoreThing https://t.co/dR1GkwJTak
9543                                                             RT @Walmart: To our Houston family: our associates are here for you. Stay strong! ❤️Your N. Central Pkwy Dallas family.… 
9544                                                           @nytimes: New American Foundation fired #competition group on praise for EU fine against @Google.  https://t.co/IOBcS64yj2
9545                                                 RT @Reuters: France's Macron unveils 'mother of all reforms' to overhaul labor rules https://t.co/UTTuHSej2o https://t.co/ttgW9EuCgF
9546                                          @ally169 @RCGuerrilla @eugenegu @WellsFargo @HillaryClinton She got $ from employees not the organization.  So did… https://t.co/SEpo2RbRB6
9547                                                                                               Four Crazy Short Stories by Harvey https://t.co/vCiTdYti0U via @amazon #amazon  #books
9548                                                                        Win a Pfizer Pediatric Prizepack via @genofsavings @pfizer #giveaway #SickJustGotReal https://t.co/g18DHz6Qq9
9549                                                    RT @Seasaver: Send us your photos for our @McDonalds Coastal Balloon Pollution album ~&gt; https://t.co/hWYmDAoZME @McDonaldsUK… 
9550                                                          RT @Reuters: GE's new CEO preparing job cuts in bid to reduce costs: source https://t.co/38REjKxCJF https://t.co/T52Uxn17bV
9551                                    RT @CMOMaharashtra: CM @Dev_Fadnavis &amp; @CocaCola President &amp; COO James Quincey launched #MinuteMaidSantra juice made using oranges from… 
9552                                    RT @CMOMaharashtra: CM @Dev_Fadnavis &amp; @CocaCola President &amp; COO James Quincey launched #MinuteMaidSantra juice made using oranges from… 
9553                                    RT @CMOMaharashtra: CM @Dev_Fadnavis &amp; @CocaCola President &amp; COO James Quincey launched #MinuteMaidSantra juice made using oranges from… 
9554                                    RT @CMOMaharashtra: CM @Dev_Fadnavis &amp; @CocaCola President &amp; COO James Quincey launched #MinuteMaidSantra juice made using oranges from… 
9555                                    RT @CMOMaharashtra: CM @Dev_Fadnavis &amp; @CocaCola President &amp; COO James Quincey launched #MinuteMaidSantra juice made using oranges from… 
9556                                    RT @CMOMaharashtra: CM @Dev_Fadnavis &amp; @CocaCola President &amp; COO James Quincey launched #MinuteMaidSantra juice made using oranges from… 
9557                                    RT @CMOMaharashtra: CM @Dev_Fadnavis &amp; @CocaCola President &amp; COO James Quincey launched #MinuteMaidSantra juice made using oranges from… 
9558                                    RT @CMOMaharashtra: CM @Dev_Fadnavis &amp; @CocaCola President &amp; COO James Quincey launched #MinuteMaidSantra juice made using oranges from… 
9559                                    RT @CMOMaharashtra: CM @Dev_Fadnavis &amp; @CocaCola President &amp; COO James Quincey launched #MinuteMaidSantra juice made using oranges from… 
9560                                    RT @CMOMaharashtra: CM @Dev_Fadnavis &amp; @CocaCola President &amp; COO James Quincey launched #MinuteMaidSantra juice made using oranges from… 
9561                                    RT @CMOMaharashtra: CM @Dev_Fadnavis &amp; @CocaCola President &amp; COO James Quincey launched #MinuteMaidSantra juice made using oranges from… 
9562                                    RT @CMOMaharashtra: CM @Dev_Fadnavis &amp; @CocaCola President &amp; COO James Quincey launched #MinuteMaidSantra juice made using oranges from… 
9563                                    RT @CMOMaharashtra: CM @Dev_Fadnavis &amp; @CocaCola President &amp; COO James Quincey launched #MinuteMaidSantra juice made using oranges from… 
9564                                         @Reuters president like to do photo shoot antartic o'bama eat your heart out aloha from the antartic climate scienc… https://t.co/R9tFnvCxDq
9565                                            Great meeting the legendary @NickBollettieri and @malwashington @AmericanExpress @usopen! #AmexTennis #AmexRadio… https://t.co/1XC3NkkJ9x
9566                                                                                          RT @askdes: Well good morning @TMobile #LGV30! Rise &amp; Shine! 🌞 https://t.co/JY1stBbOBc
9567                                                                                                          PRE ORDER NOW  Sure Thing by Jana Aston https://t.co/nuZSGgkkP6 via @amazon
9568                                                        Check out TRANSCEND MTS400 128GB MLC SATA 3 6Gb/s M.2 SSD INTER TS128GMTS400 0760557828983  https://t.co/I2uSBv38fc via @eBay
9569                                                                                                         RT @justinbieber: #stadiummerch at @hm september 7th https://t.co/Mnib8sEp7O
9570                                                                                                                                         RT @netflix: Pretty. https://t.co/e38ua5udVr
9571                                                                                       RT @GadgetsBoy: 3D face scan in a minute ... @Sony take a bow #SonyIFA https://t.co/h1BdwQvfBr
9572                                         Thanks @FedEx @FedExOffice for ruining the art package that I drew of @amberdawnorton for @BrandanFokken ! Must see… https://t.co/exUHmjH32l
9573                                                    RT @Seasaver: Send us your photos for our @McDonalds Coastal Balloon Pollution album ~&gt; https://t.co/hWYmDAoZME @McDonaldsUK… 
9574                                         @nyl_aleakim @MistyShadows2 @CBSBigBrother @CBS @agrodner22 @flyonthewallent They just sweep it under the rug. Ther… https://t.co/2OyIH8cZCd
9575                                                                                                       @SenWarren @WellsFargo It's perfectly believable. Not even a little surprised.
9576                                                                                                                                    @txtia71 @amazon I LOVE dragons. Thx for sharing.
9577                                         Notice how @cnn @MSNBC @ABC @nbc @CBS r actualy reporting hard facts n doing journalism with #HurricaneHarvey instead of political comentary
9578                                                                             @juanallen @facebook My bday is not until the 28th of Sept though! Just thought this was a BIT too early
9579                                         @DomelaN @SenWarren @WellsFargo I REITERATE:WHERE IS WARREN BUFFET IN THIS? He IS Majority Stockholder of Co.w51% o… https://t.co/X3toLbtLFN
9580                                         RT @SenWarren: Congress also can't look the other way. We need the @WellsFargo hearing Dems called for earlier this month. https://t.co/hkg…
9581                                               Check out NWT NEW Elevenses Anthropologie Raquel Bubble Jacket Blue Metallic Medium Large https://t.co/qLIdkMBKHu @eBay #anthropologie
9582                                                                                                                   @Microsoft Can we hope to see Cortana one day on Android in French
9583                                                                                                                  Check out Anna Frozen Dress 7-8 Years https://t.co/hA3fNi15Nc @eBay
9584                                                           @MiddleMolly @RCGuerrilla @eugenegu @WellsFargo @HillaryClinton So that individual could be the CEO of the company right ?
9585                                                                                                                                         RT @netflix: Pretty. https://t.co/e38ua5udVr
9586                                               Special delivery! Thanks @UPS for delivering 150 MT of high-energy biscuits from @USAIDFFP to @WFP in #Uganda. https://t.co/xgFzxOmcCC
9587                                                                  Check out Lice &amp; Egg Removal Treatment Liquid Gel 4 fl. oz. #TheHairsParadise https://t.co/VxllEqwxvg via @eBay
9588                                                                                          @WellsFargo Mortgage stole $100   from my checking account #hacking https://t.co/c5Fem1EeL8
9589                                                    RT @Seasaver: Send us your photos for our @McDonalds Coastal Balloon Pollution album ~&gt; https://t.co/hWYmDAoZME @McDonaldsUK… 
9590                                                  Check out IZOD Dark Green Silky Poplin Easy Care Shirt Size #17.5-34-35 Large Cotton Blend  #IZOD https://t.co/T171KGA2Qe via @eBay
9591                                                                                          Check out my listing on @eBay: https://t.co/lhNiz70HkA via @eBay_UK https://t.co/60mjKqUfOA
9592                                                   RT @bestfriends: Want to help the animals affected by #HurricaneHarvey? Visit our @amazon wish list to send donated items today:… 
9593                                          RT @Cost2Build_UK: We have a £50 @amazon gift card to give away! Just RT &amp; follow for a chance to win. We'll announce the winner next… 
9594                                                                               LAST DAY #Win 100 @transcendfoods Glucose Gels &amp; a $100 @amazon #giftcard: https://t.co/vy34fbguEi
9595                                                  Check out Richard Chamberlain Dr Kildare Theme Kiss To Build Dream On45 RPM MGM Records    #1970s https://t.co/6ZSPbxBZ1K via @eBay
9596                                                                                                                     @Cost2Build_UK @amazon Count me in pleasexx Love Amazon 🌟🌟😍😍
9597                                                                                       Welsh Government to implement ban on microbeads  https://t.co/xjaiz0Y6A6 via @amazon  a taster
9598                                                                                                         RT @justinbieber: #stadiummerch at @hm september 7th https://t.co/Mnib8sEp7O
9599                                          RT @DonFi4o: Check out Vintage Wall Plate Hand Etched &amp; Painted Decorative Wood Coat of Arms Austria  https://t.co/kSIKOal2ag via @eBay
9600                                                                                    RT @Reuters: U.S. states hit back at EPA chief over climate rule guidance https://t.co/ehOO4Mx5iG
9601                                                          Check out Cuban Cigar Lady Original Fine Art Painting DAN BYL Contemporary Modern 4x5 ft  https://t.co/9HRznj4yev via @eBay
9602                                             RT @AvalonPlatform: Hey @Groupon we’re big fans of you and would love an opportunity to chat - Seems we’ve got a few things in common 🙃
9603                                                                                                                                                                                     
9604                                                                                                                            @MargoSlaff @Google @VMware @pivotal @awscloud Good info.
9605                                                    Check out Men's US POLO ASSN Long Sleeve Plaid Wine Dress Shirt Size L #USPoloAssn #ButtonFront https://t.co/0eR2pNq8zb via @eBay
9606                                           Thank you to @generalelectric for running book drives for More Than Words throughout Massachusetts!  #MTWCommunity https://t.co/bRlfD8pdFo
9607                                                                                            Check out Victoria Secret PINK Sweater PINK Gold Sz XS #611 https://t.co/bywi9OemY3 @eBay
9608                                                            @ATT it's been more than 24hrs with no service in Baytown time to go to @TMobile. This ridiculous https://t.co/0jrPiMsDVa
9609                                                                                                    RT @D_Zolotukhin: Waiting for @Ryanair to come to Ukraine https://t.co/vm3txWv4eZ
9610                                         @mich4Trump2020 @MalcomKoenig @SenateGOP @BurgerKing @Apple @Gatorade TRUMP wants to take billions from disaster re… https://t.co/WXXSVN4Wik
9611                                                                Check out Proverbial Wisdom Includes Bible Edition Exciting Game of Proverbial Fun  NIB https://t.co/65fRw91XDL @eBay
9612                                               @Scooterocket @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell @timkaine… https://t.co/tM1WPwTwm0
9613                                                                                                              Thanks @Microsoft @Shopify @stripe 👩‍💻 #SREcon https://t.co/i0sN8S7iqQ
9614                                                          RT @IBM: How Watson became Watson: Listen to IBM Chief Brand Officer Jon Iwata discuss developing the @IBMWatson persona:… 
9615                                                   RT @rwang0: Research: Enterprise-Class #MySQL Meets @Oracle Cloud https://t.co/gsDHaoVNlS by @DHenschen @constellationr #CIO #Data
9616                                                                             Check out Madewell Collarless Popover In Wheaton Plaid Boyshirt Small #641 https://t.co/dqrFH6xWrD @eBay
9617                                                                                                                                                 @UPS When &amp; where in Seattle?!?!
9618                                         @ATT @ATTCares And now they say the earliest they could get us set up is the 5th If this is how y'all treat new cus… https://t.co/tvRm20u1pX
9619                                          RT @MKR_plusfashion: Shout out to @RUE107 for the info 👀 @amazon out here killin the game bout to take PayPal spot ! 😩😂🙌🏽 #amazonpay… 
9620                                               RT @SievertMike: @TMobile The EXTRA GREAT part?? The @LGUSAMobile V30 (AKA 1st 600 MHz capable phone) comes THIS FALL. So @TMobile c… 
9621                                                                                                                                      @JOSEORTlZ @PsyQo_Oma @TriumphArts @Adobe Jesus
9622                                                        Check out Natural Kingman Nugget/Chip Turquoise Antique Silver Miraculous Hand Made Rosary  https://t.co/xaJV1FGOgd via @eBay
9623                                                              Check out NWT Karen Kane Women's Black Button Up Cardigan Sweater V Neck XS with Sequins  https://t.co/NTUk1FeALG @eBay
9624                                         RT @msclouditpro: Episode 20 - Getting Started with #Skype for Business Online - @Microsoft #Cloud IT Pro Podcast https://t.co/SVgMZuwy38 #…
9625                                       @kim_and_jackie @netflix this vpn can watch netflix in China,good fit for internet in China,Expressvpn make netflix… https://t.co/n6mWXG5jFU
9626                                                                                                         RT @justinbieber: #stadiummerch at @hm september 7th https://t.co/Mnib8sEp7O
9627                                                                                   @ChickfilA is helping save lives in Texas while @Starbucks is helping end lives by killing babies.
9628                                               RT @ArmandAuthor: Dying Days 8 by Armand Rosamilia #zombies for just $0.99 https://t.co/Wod5pKDzCc via @amazon https://t.co/Am7rELjYvM
9629                                                   RT @bestfriends: Want to help the animals affected by #HurricaneHarvey? Visit our @amazon wish list to send donated items today:… 
9630                                                                                   RT @Reuters: Vietnam protests at Chinese military drill in South China Sea https://t.co/8pIL1xBBYC
9631                                                                                                            Racing Of Power Horizon by Babu Games https://t.co/rL4NxanOL9 via @amazon
9632                                                                                                                   Church (at @Apple Covent Garden in London) https://t.co/OYG1wB2SQJ
9633                                                                                                         RT @justinbieber: #stadiummerch at @hm september 7th https://t.co/Mnib8sEp7O
9634                                                                                                         RT @justinbieber: #stadiummerch at @hm september 7th https://t.co/Mnib8sEp7O
9635                                                              @PBS @netflix It shows American men and women from different walks of walks of life and ethnicity that experienced WWll
9636                                                         Check out Samsung Galaxy S8 Plus Wireless Charger Stand Ultra Quick Charging Triple Coils  https://t.co/US2VUVcV6E via @eBay
9637                                                                     Check out Panasonic HDD 42x Advanced O.I.S. Optical Zoom Camcorder  #Panasonic https://t.co/2TE6qshxoZ via @eBay
9638                                          RT @Cost2Build_UK: We have a £50 @amazon gift card to give away! Just RT &amp; follow for a chance to win. We'll announce the winner next… 
9639                                                          Big news for .to emoji domains! @Nike owns https://t.co/t34YU5gytJ (registered via @markmonitor) 🖐️… https://t.co/NDvXpOQeE7
9640                                                              RT @winkie1111: @TheMeemStreams @YouTube @facebook @SandraTXAS @TrumpsBlonde @MarkDice @Cernovich @VFL2013 @avanconia… 
9641                                               Check out Taylor Women's Shift Dress Ponte Geometric Navy &amp; Raspberry Pink 22W 3X V-Back #Casual https://t.co/WJBAw8cDVH via @eBay
9642                                         RT @SoFabChats: Ooooh ibotta offer! Ready to try @ZonePerfect? Grab this Ibotta offer before buying at @Walmart! #MyLittleWins AD https://t…
9643                                                      RT @epiphanyfinds: Check out Betsey Johnson Intimates Womens New 2pc Cami Set White Size M Medium https://t.co/0m6v0igXRY @eBay
9644                                                                                                         RT @justinbieber: #stadiummerch at @hm september 7th https://t.co/Mnib8sEp7O
9645                                      @Monstermash042 @SenWarren @federalreserve @WellsFargo FRAUD SENATOR WE 99% know who you are? TRAITOR &amp; DEEP STATE… https://t.co/nPmIke2kcR
9646                                                                        Check out PABLO CRUISE - THE MILLENNIUM COLLECTION: BEST OF PABLO CD 2001   https://t.co/oWsXNthUUi via @eBay
9647                                                                                       @eyesnskis @eBay @WarriorHockey @warriorstickguy @hockeytape Didn't know those jerseys existed
9648                                                                                                                                      @SRKsAvenger @iamsrk @Google All d best Dear 👍
9649                                                                                             @FindingDebra2 @Walmart @ZonePerfect Good call! I better do the same!!! #MyLittleWins AD
9650                                                                                   RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
9651                                                      RT @Disney: Participate in #DayOfGiving and support those impacted by Hurricane Harvey by donating to the American Red Cross:… 
9652                                                    @Tesco getting a bit stingey in this day and age with the fluids.. swear that's not classed as full? 🙄🙄 https://t.co/uBMxps1N3s
9653                                          RT @Reuters: U.S. government may provide up to $80 billion in Harvey aid: Texas congressman https://t.co/lRMaGu8Jzd https://t.co/Psq8OyZJs8
9654                                                                                                                                       @ReutersUS @Reuters no thanks. texas is closed
9655                                          RT @Cost2Build_UK: We have a £50 @amazon gift card to give away! Just RT &amp; follow for a chance to win. We'll announce the winner next… 
9656                                                                                                         @alexa_deprati @netflix That's what I'm saying.... like WHY BOBS? Come on.😡
9657                                                                                                                     RT @netflix: Don't you forget it. @OITNB https://t.co/t07Wrwv9PG
9658                                                    RT @ArmandAuthor: Dying Days 8 by Armand Rosamilia #zombies for $0.99 https://t.co/hsx90wzvRY via @amazon https://t.co/XLCDpbNwC7
9659                                                                                                          @Reuters China always pathetic &amp; their acts makes them more disgusting.
9660                                                                              If @Apple don't put my pictures with my daughter back on my phone Ima be right at their headquarters 😒
9661                                                              RT @Reuters: Hurricane Irma forms over the eastern Atlantic. More here: https://t.co/g9KqMFDNoN https://t.co/dOndfBEC1W
9662                                          @TheMeemStreams @RealAssange @YouTube @facebook @SandraTXAS @TrumpsBlonde @MarkDice @Cernovich @VFL2013 @avanconia… https://t.co/JQjmwCwcaW
9663                                                                 RT @VolkerKoppe: Garmin debuts three new wearables and a mobile payment solution; connected to @Visa Token Service… 
9664                                        RT @hm: Stylish and comfy — we are shoe-crushing over loafers! 💛  See our top 3 on https://t.co/R5b6OKMV92 #HMMagazine https://t.co/s7r9x8I…
9665                                                  @SpartyHawkCache @Topps @Canelo @beckett_grading @eBay @ShowtimeBoxing @GGGBoxing @BoxingNewsED @WBCBoxing… https://t.co/MoxClAojJ3
9666                                                                      Check out Women's Merona  Multi-colored Tweed Lined Knit Pencil Skirt Size 12 NWT https://t.co/NdSl4iBZfh @eBay
9667                                              RT @IamVanessaVale: #contemporary #menage #romance One Cowboy is Never Enough- RIDE ME DIRTY: @Google: https://t.co/U1YUOUjRcv @Kobo:… 
9668                                                 Tech companies @Google @Microsoft @Verizon @ATT @Airbnb have a heart by helping with #HurricaneHarvey relief https://t.co/tCWH1AB4fF
9669                                                       RT @sandrayearman: The Faces Of The Damned  / Demonic army   https://t.co/T0Xlq1WxmG via @amazon #series #fantasy #amreading… 
9670                                                                              What an amazing &amp; powerful presentation by @kaysarahsera Making Empowerment Happen @Cisco #CSOWomen
9671                                                        Check out DEWALT DCK697M3-GB 18V 4.0AH LI-ION XR CORDLESS 6-PIECE POWER TOOL KIT https://t.co/IU0IceVfvG @eBay #dewalt #tools
9672                                                                                   RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
9673                                                    Check out Love Fire Women Top S Multi Color Floral Crop Sleeveless 17145 #Fire #CropTop #Casual https://t.co/x5zPv3DiRT via @eBay
9674                                                  Check out DEWALT DCK697M3-GB 18V 4.0AH LI-ION XR CORDLESS 6-PIECE POWER TOOL KIT https://t.co/IU0IceVfvG @eBay #transferdeadlineday
9675                                                        Check out BROOKS DUNN Concert Tour T Shirt Mens L BROWN Cotton Country Music Legends #Anvil https://t.co/1dgRqbB1oT via @eBay
9676                                        RT @bigballerbrand: Introducing our new @facebook show #BallInTheFamily | You can watch it on this link 👉🏽 https://t.co/6Ys28mjGBW 👈🏽 1… 
9677                                              RT @IBM: Watson moves into the classroom to help school teachers track their students' progress: https://t.co/lQ6jkUrUxv #AI #cognitive
9678                                                         Check out US ARMY T SHIRT MILITARY USA AMERICAN FLAG ARMED FORCES CAMO TEE S-3XL MENS NEW  https://t.co/V6lyF3qEtJ via @eBay
9679                                                                          RT @birdwriter7: Check out my author page at this easy to remember url! https://t.co/5tgWFR8MKI via @amazon
9680                                                             Check out Baby Boy Newborn 7.8lbs Next Dungarees Set Blue Fleck Little Monkey Bodysuit Set https://t.co/U915diJmEb @eBay
9681                                                                                                    RT @AnikkaAlbrite: Anikka Albrite's Wish List https://t.co/1wxQ5018Ek via @amazon
9682                                                                      Check out Handmade White Gold Beaded Necklace Earring Set  #Handmade #Jewelry https://t.co/4FER9XwLkS via @eBay
9683                                                             Check out EUC 6 Size 12 Month Baby Undershirts Gerber All White  #Gerber #PlayEveryday https://t.co/geazikhn5u via @eBay
9684                                         @Reuters @davidshepardson THIS. . .IS THE FINAL PIECE OF THE DICTATORSHIP THAT IS COMING. . . .CALL YOUR CONGRESS P… https://t.co/4dfmevfRZS
9685                                                    5 Tips To Learning How To Prioritize Well https://t.co/iWq7YnFNWN @ZonePerfect @Walmart #AD #MyLittleWins https://t.co/Rvt2cl8YP2
9686                                                        Check out Handmade Ceramic Clay Collective Smoke-able Tiger Pipe Original Piece by Gennaro  https://t.co/WVwQDwCtuD via @eBay
9687                                         RT @NevilleRay: The 600MHz capable @LGUSAMobile V30 is coming THIS FALL. So @TMobile customers can use our 600 MHz FAST!! https://t.co/sBtZ…
9688                                                                                                                                                           @LeKooky @Google Facts! 💀
9689                                                                                                              RT @SKYRIDER4438: @Fuctupmind Missed @Nike 😂😂 https://t.co/FmuOdtQ99D
9690                                                                              Check out 2006-2013 Corvette C6 Air Cleaner Assembly 20802985 Nearly New! https://t.co/Ap8lNpyHJn @eBay
9691                                                         Check out Teeth Whitening Gel Kit Dental Professional Strength 22% Carbamide New Lot of 2  https://t.co/rNJ3VLcFSh via @eBay
9692                                                   Check out Snack Dog Food Healthy Pet Premium Number 1 BEST Chicken Jerky Sliced Delicious  #Pet8 https://t.co/gTUZSMtkAS via @eBay
9693                                                                                                                                          @PlasticOceans @adidas Thanks to @parleyxxx
9694                                                                         Check out Lot of 2 JORDANA Color Envy Eye Liner #06 Black Diamond #JORDANA https://t.co/lZRJDD5KhW via @eBay
9695                                                          RT @ean_nae: @JayRyan OH. That was not the suit you were looking for? How 'bout this one? #BatB @netflix #MaryKillsPeople… 
9696                                                                                             Check out Lot of 3 Old NFL Topps Football Cards NM-MT  https://t.co/uqrzP90gTW via @eBay
9697                                                                                                                                        Take my money @Apple. https://t.co/jnEAKCNGc7
9698                                                RT @gbridget6977: Check out Hello Kitty Dear Daniel Mcdonalds India King Plush Toy 2001 #HelloKitty https://t.co/DdZd37abM0 via @eBay
9699                                                  RT @SAP: How can #machinelearning help ramp up productivity in the UK? Part 1 of 3: https://t.co/7doZrSrQ5v https://t.co/oEVLTrIKzZ
9700                                                 Check out Vintage Liberty Native American Style Lady Turquoise Analog Watch Hour~New Batte #Casual https://t.co/0fKbT6TLGc via @eBay
9701                                                                                                                                                   @MadBitcoins @amazon My girlfriend
9702                                         Here's a shoutout to all the sellers on @eBay who are offering the original @LEGO_Group UCS Millennium Falcon for i… https://t.co/j5qAAKLnDj
9703                                                                                                                Check out Pretty Pink #Flower #Pin  https://t.co/VW7KLHPOr4 via @eBay
9704                                                  RT @HnB_pups: @FoxNews @MariaBartiromo @MaxineWaters @Google @WorldNews @CNN @BET @MTV @XXL @TMZ @CNET @amazon @Twitter @facebook… 
9705                                         RT @TMobile: T-Mobile customers affected by #HurricaneHarvey will get unlimited data from Aug. 28-Sept. 8th to help stay connected with fam…
9706                                                                   RT @NiaJaxWWE: A lady in the streets....but a BEAST in the ring 💋😈💃🏽#NotLikeMost @ASOS https://t.co/4VAqdOmBTQ
9707                                                  RT @HnB_pups: @FoxNews @MariaBartiromo @MaxineWaters @Google @WorldNews @CNN @BET @MTV @XXL @TMZ @CNET @amazon @Twitter @facebook… 
9708                                                  RT @Al_Neal_STL: Two lawsuits challenge Trump transgender military service ban by @Reuters https://t.co/Z9RZUoa7wq  --@PeoplesWorld
9709                                                                 Buck Dancing Wench Raping Stud Breeding Sucker Selling: This Is What Went On ... https://t.co/88EV2KA7mf via @amazon
9710                                           Check out BREVILLE GRILL PRESS  PANINI HAMBURGERS SANDWICH VEGGIES  #TG425XL 1500 Watt  https://t.co/VUbVHngkN6 via @eBay #grilling #grill
9711                                                                                                              @AlexBoothe92 @HP Thank-you! Right there with you. Great piece of work.
9712                                                                                   RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
9713                                         @Don_Terrific @twolf10 @Reuters @seanhannity Absolutely. I drove the entire length of Alabama that day and not a so… https://t.co/9iGb55cRmz
9714                                                         RT @Nissan: Something #kouki for ya 😜😜😜 #Nissan #jdm #Silvia #NissanSilvia #S14 📷: @TimCatchFire https://t.co/ZFm24SBJZD
9715                                                      RT @YoungFlooat: @BAPEOFFICIAL @ABathingApeUS @SpiderManMovie @adidasoriginals @adidas @BacktotheFuture @CocaColaCo @CocaCola… 
9716                                             @NetflixLifee https://t.co/TK3hK6qUP4 Sign to save and #RenewGypsy! Request Gypsy S2 at https://t.co/uQkkY6TIbi @netflix @bringbackgypsy
9717                                                                                                    I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/nFAi6VgPsa
9718                                                                                                                               My dream is to have a partnership with @McDonalds  🍗❤️
9719                                                           RT @DMA_USA: Love #data #marketing? Don't miss @IBM CMO @michelleapeluso's Opening Keynote at #andTHEN17 in New Orleans:… 
9720                                          @Microsoft #WhereAreYou @satyanadella Just curious Migth be the internet did it on #Windows. But still not showing… https://t.co/t0utpNrzAK
9721                                                           RT @DMA_USA: Love #data #marketing? Don't miss @IBM CMO @michelleapeluso's Opening Keynote at #andTHEN17 in New Orleans:… 
9722                                                                     Check out Art Deco Cocktail Set  https://t.co/wddKgv2Hgk via @eBay #Cocktails #Barware #Martini #Chrome #ArtDeco
9723                                                                                                                                                @Google Can't be used in china...wooo
9724                                                 Check out vintage 80s blue/white striped chevron v neck/back dress- Adde II California s/m #AddeII https://t.co/o1GrA8aIIk via @eBay
9725                                                       RT @2d1h: Check out #Manga #Alice In The #Country Of #Clover #Cheshire #Cat #Waltz #Comic #Anime https://t.co/CTILMc3xzo @eBay
9726                                                                                                                                      @NiaJaxWWE @ASOS Wow your a Knockout 😍😍😍😍😍
9727                                           What does the integration of @Microsoft Teams with #Office365 mean for you as a #SysAdmin? https://t.co/sY5RpCuJvt https://t.co/4q76BFeHfj
9728                                                            RT @CBSThisMorning: AHEAD on @CBSThisMorning: Senator @BernieSanders joins us live. Turn on @CBS. https://t.co/DIgL5eD5E5
9729                                                             RT @Sony: When you realize it's almost Friday and it's also a three-day weekend. (@fifthharmony) https://t.co/cf3PMmBWqw
9730                                                                                                              @Reuters Guess he'll have to schedule another visit to the Oval Office.
9731                                                                   RT @kroger: 95% of our stores in the Greater #Houston area are open - check the list here: https://t.co/fWeWDt7VMD
9732                                               RT @Reuters: 'Bombshell' New Zealand poll shows support for Labour overtaking National https://t.co/18zQ5tWC98 https://t.co/XYX0ovS8S5
9733                                                                                  RT @SideBitchSar: I AM BUGGIN!!! @GameOfThrones #GameOfThrones #Siri @Apple https://t.co/MFqgc7tjew
9734                                                                                                         RT @justinbieber: #stadiummerch at @hm september 7th https://t.co/Mnib8sEp7O
9735                                           RT @PatriciaGalbr17: @gailtalk @realDonaldTrump @CNN @MSNBC @nytimes @washingtonpost @CBS @ABC Nothing in his heart.trump doesn't have a… 
9736                                         RT @terriwindling: Will other authors/editors/agents join me to ask @amazon to please stop running ads on white-supremacist-friendly Breitb…
9737                                                             RT @nwarkcouncil @Walmart @TysonFoods @jbhunt360 Step Up Big in Hurricane Harvey Relief   ... -… https://t.co/hLUMK3sC0M
9738                                         RT @momknowsbest15: #ad Earn $1 Cash Back When You Purchase Any #MoesBreakfastBowls Variety @Walmart @Moes_HQ https://t.co/EkCh8u5Pnx https…
9739                                         Check out HARLEY DAVIDSON ORIGINAL Men's / women's MED T-shirt biker motorcycle HICKORY NC  https://t.co/yJJ2RJbc4l via @eBay #Harley #biker
9740                                                                                                                Nothing like a @McDonalds coffee on the beach https://t.co/3P8uyEt507
9741                                        Check out SUPER BOWL 5 Colts &amp; Cowboys 1971 Willabee &amp; Ward OFFICIAL SB V NFL Patch &amp; Card #NFL https://t.co/OV2ZsxYUTX via @eBay
9742                                                   A website loses 50% of it's visitors due to slow loading times. #SmallBizExpo @TheBizExpo @Google #digitalmarketig #marketing #SEO
9743                                                      RT @Siemens: #Car2X is a #lifesaver. Cars get infos before the driver sees them. Germany’s #A9 highway shows how smart it is.… 
9744                                                 @SenWarren @WellsFargo Dallas gas price gouging $4 a gallon at Texaco on hampton and sr 67 shameful operator https://t.co/zG96HJQtty
9745                                        RT @JohnLegere: This Fall @TMobile customers can get the first 600MHz-capable 📱! The @LGUSAMobile #LGV30! #WeWontStop https://t.co/cLDPdFUA…
9746                                                          Check out Vintage ELKINGTON &amp; Co. Sterling Silver Golf / RAC Car Mascot Finial Spoon 1933 https://t.co/ZClbyIbzU9 @eBay
9747                                                 Check out Ralph Lauren Women's 100% Cotton Pink Multi 2 Piece Capri Pants  Set Size M #RalphLauren https://t.co/UHTQ2OudRP via @eBay
9748                                                                                                                      @RedPillBlack @facebook Why is debasebook channelling Goebbels?
9749                                            RT @JORGEZUNIGAM: Check out Star Wars Revenge Of The Sith Variation!Anakin Skywalker With Lightsaber Attack https://t.co/Lx4TbrLRDQ @eBay
9750                                                                                           Check out Vintage Pair Of Ceramic Hand Painted Wall Sconces. https://t.co/R0jxU4ekEu @eBay
9751                                         RT @RedPillBlack: @facebook I REFUSE to accept the role of victimhood which your platform so generously pushes for blacks to be. I am NOT a…
9752                                                                           Check out Lily Bloom Handbag Colorful Multi Pocket Cross Body Designer Purse https://t.co/3X3OBBkX4D @eBay
9753                                                                                                                          Will the #iphone8 support the new 600 mhz band? @TMobile 🤔
9754                                                       Check out J.CREW Blue Strapless Corset Bodice Knee Length Crinkle Cotton Dress Size 4 #JCREW https://t.co/mkCmlDtkMi via @eBay
9755                                                  Check out Northwest Territory Camouflage Hunting Vest Men's Size XXL A3 #NorthwestTerritory #Vest https://t.co/aYSrLuXKWn via @eBay
9756                                                          Check out Naturals Essential Oils Set of 8 10ml High Quality Pure Naturals Popular Gift   https://t.co/JlZMcuhyiZ via @eBay
9757                                                                                                                                                      @netflix I do this all the time
9758                                              RT @tulipteardrops: Check out Siamese cat watercolor  double ACEO original  painting gift   5 by 3.5  https://t.co/hm7W5w4Qhc via @eBay
9759                                           RT @whatzen: @BigLeague2020 @GartrellLinda This is GR8 give credit 2 @Walmart &amp; their MAJOR help #HoustonFlood  &amp; East Texas fin… 
9760                                         @IBM twin theorist ps dr stompguard dr nitowsky dr chao dr dyro dr yi title  How close Star Trek-style medical tric… https://t.co/mIH3M5q5Ep
9761                                         RT @IBM: IBM announces major #blockchain collaboration with leading food supply chain companies: https://t.co/5DpI6kDxNe https://t.co/0gILR…
9762                                         The marketer in me is thrilled with the partnership with @Disney and @lenovo . But mostly I just want that LIGHTSAB… https://t.co/H8h3Z2tCjk
9763                                                 RT @Pippi_Dust: Mens Bachelor Party Shirt Groom With Bow Tie Light 3XL White Groom Bachelor P... https://t.co/AIqOn5Z0Hy via @amazon
9764                                                  RT @GoldmanSachs: PODCAST: Why the music industry is poised for blockbuster growth: https://t.co/Xth9Bn30gv https://t.co/ICmPo94bBA
9765                                                                 Jacques Garnerin's First Parachute: Circa 1799 : Fine Giclee Print Archival R... https://t.co/7P7IjthW20 via @amazon
9766                                                             Joe Root Signed Cricket Bat ECB Full Size England #joeroot #ecb #england #cricket #captain https://t.co/8Dfb8nttMy @eBay
9767                                       RT @McDonalds: ⬆🔉 and put your 👏 together for the best ever McPick 2 lineup. Mix and match your faves today for just $5! https://t.co/C6eqT…
9768                                               Check out NEW CASADEI Beaded gold brown &amp; ivory Leather slingbacks Heels  8 1/2 B Italy #Casadei https://t.co/hdEOdInai9 via @eBay
9769                                                                                                   I just checked in @Nike with #mPLUSPlaces Download today!  https://t.co/UIN6AMJonS
9770                                         RT @RedPillBlack: 4th time: @facebook It is tacit racism to only promote blacks playing the role of ignorant monkeys and censoring educated…
9771                                              RT @MorganStanley: We thank the thousands of employees who have donated during the first day of our Hurricane #Harvey relief efforts.… 
9772                                                                                                                                                Thanks @Apple https://t.co/XpLikBXi8F
9773                                            @CocaCola Beaumont TX desperately needs clean water. Surrounded by toxic flood waters. Your help could prevent a deadly disease outbreak!
9774                                              RT @MorganStanley: We thank the thousands of employees who have donated during the first day of our Hurricane #Harvey relief efforts.… 
9775                                             'Make Your Own Star Wars Trailer' and 'Coding With Droids' at @Apple (Metrocentre) tomorrow. Book now for FREE:… https://t.co/Zvhm88MbIy
9776                                                                                                                      @6Chases @Honda @KathyatHonda Woah! Does that say 122 miles? 😳
9777                                                                                                                                     @Chloe_GShore @McDonalds My dream of princess 😂
9778                                                         @LydiaRoseBright @Ryanair We went with easyJet to Marbs they were brilliant would recommend them puts a dampers on things xx
9779                                         RT @RedPillBlack: 4th time: @facebook It is tacit racism to only promote blacks playing the role of ignorant monkeys and censoring educated…
9780                                                                    [Video] Event Report - @SAP @SuccessFactors #SConnect17 - New Leadership - Old Challenges https://t.co/ChNDTbVAkf
9781                                                                                  @TexasTechFB @TTU_EQUIPMENT @CocaCola @UHCougarFB H-TOWN is cheering you. Thank you. #HoustonStrong
9782                                                         #80's VINYL MOTLEY CRUE HELTER SKELTER PICTURE DISC + TOO FAST FOR LOVE LP's #RockHardRock https://t.co/GZzhaS5lrq via @eBay
9783                                                                                                   Check out METAL HATCH TABLE LAMP  https://t.co/9MXgd6KOqQ via @eBay @alicegiftshop
9784                                                                     #comics #horrorfan #horror #spooky Necroscope Book II Wamphyri Malibu 3 1993- 1994 https://t.co/oxjqZfYaTs @eBay
9785                                                  Check out Homer Laughlin Eggshell Nautilus Coffee Cups ONLY Rochelle Vintage U S A  Made #Vintage https://t.co/YdEpp5JQfa via @eBay
9786                                         @MTVteenwolf @Viacom @MGM_Studios @MTV @willwritesgood @nationsfilm Like so many gay kids experience that their par… https://t.co/lONZTI3RDw
9787                                            RT @sense8united: Lets remind @netflix &amp; @reedhastings We ❤ @tinadesai07 &amp; we want her back in S8S3 #TinaForS8S3  @sense8united… 
9788                                     RT @faagifts: HANDMADE WALL HANGING QUILT DOG PATTERN LAP QUILT COLORS ARE BROWNS &amp; BLACKS  https://t.co/GZHgDtzTaI via @eBay 'TIME IS TICK…
9789                                          #Everyone! Currently coordinating a trip to TX to deliver Supplies to #Houston Any and All Help needed @Costco @SamsClub @uhaul @JohnLegere
9790                                         RT @exxonmobil: This morning crews from our new project with @SABIC started Hurricane #Harvey cleanup in South Texas https://t.co/UU9ObOKlP5
9791                                        RT @margo567: @SpeakerRyan @Boeing @intel @TheLeadCNN Yeah right lying Ryan &amp; ur traveling wasting taxpayer $$$$$ https://t.co/9hpD1J96AL
9792                                          @SenWarren @serenityatsea @WellsFargo Does anyone know how a Wells Fargo customer finds out if any accounts were taken out under our names?
9793                                                                                                                                               @mmearsuk @Tesco Taste my meat! 😂😂😂
9794                                                                                                                                                        @netflix LOVE this subreddit.
9795                                         RT @iGunHype: #Everyone! Currently coordinating a trip to TX to deliver Supplies to #Houston Any and All Help needed @Costco @SamsClub @uha…
9796                                                                   RT @kroger: 95% of our stores in the Greater #Houston area are open - check the list here: https://t.co/fWeWDt7VMD
9797                                               RT @RobLynnPhoto: @trent_thompson0 @UPS It's crazy that we need to go to twitter for resolution and we are ignored if we don't put a… 
9798                                                                                   RT @netflix: This is the subreddit the world needs AND the one it deserves https://t.co/HJNWrcP7bR
9799                                                                                                                                                             @TomHall @Boeing Is cool
9800                                                      RT @requiemforcello: What a great deal @easyJet. 3 hours delay for a £3 voucher that can't even pay for a drink AND a sandwich.
9801                                                                                                       @SpeakerRyan @Boeing @intel @TheLeadCNN Then you must not have been listening!
9802                                                                       Just saw this on Amazon: Forty Days at Kamas by Preston Fleming https://t.co/zYVFZDFmLt via @amazon #dystopian
9803                                                                                        #Win 100 @transcendfoods Glucose Gels &amp; a $100 @amazon #giftcard: https://t.co/JhOFmxKYZF
9804                                                                                                                        @SpeakerRyan @Boeing @intel @TheLeadCNN Shhhuuutttt uuuuppppp
9805                                           RT @nicholenordeman: Deodorant. Razors. Tampons. Tylenol. The basics you don't even think about. Fill up @amazon cart and love on Harvey… 
9806                                                                                                                Really @ASOS a uk size twelve is a large now? https://t.co/pDZ3xnxNEh
9807                                                  As I understand it @WellsFargo is a criminal enterprise. --  Review Finds 1.4 Million More Suspect Accounts https://t.co/mDevyyGv6l
9808                                                               Check out TwentyOne Navy Blue Tank Top Bottons Pre-Owned Size Small #TwentyOne #Cami https://t.co/p6W69kW4B6 via @eBay
9809                                         @CBS Viewing conflict due to preseason game on @CBS tonight. If anyone knows how to watch BB19 tonight in Chicago p… https://t.co/5feeGvMiin
9810                                         RT @B2BSeth: our video chat with execs from @IBM @SageNAmerica @Intuit and @Xero about #MachineLearning is out! all in new column https://t…
9811                                                                  do it for lukas @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca #WeWantEyewitnessSeason2
9812                                           The Flintstones Dino Licking Fred Ceramic Salt and Pepper Shakers Set BOXED  https://t.co/KkuG0kevqZ via @eBay #TheFlintstones #SaltPepper
9813                                                                       Vintage Beth Michaels Short Polka Dot Nightgown Size Large White and Black   https://t.co/a8NIvLDhdC via @eBay
9814                                             Great @easyJet   Called to no facilities dep lounge 4 EZY867 2 Inverness then told at least 40 min delay. U knew where flight was.  Why?
9815                                          @SpeakerRyan @Boeing @intel @TheLeadCNN GOP @SenateMajLdr @SpeakerRyan pissing away once in a lifetime opportunity… https://t.co/skrMILodyH
9816                                                                                                                                                  @Disney @starwars Those are so cute
9817                                                                                                        @SpeakerRyan @Boeing @intel @TheLeadCNN Just do it and stop talking about it!
9818                                               RT @AmMoshe: #Antique #Judaica Sterling #Silver .925 Small Book #Snuff #Box  https://t.co/j1dTwPjxoX via @eBay https://t.co/t0mNpynkJG
9819                                        Discussing how to build bridges with bankers - reps from @WellsFargo &amp; @HSBC/@HSBC_US at #NAPSAcon17 #elderabuse… https://t.co/55LbBXCFRB
9820                                                                             Check out  JVC XL-F215TN Compact 5 Disc Automatic Changer Player  #JVC https://t.co/iuhimI8eWU via @eBay
9821                                                             RT @Reuters: Coin offerings create financial risks - China industry body https://t.co/p10fITri3v https://t.co/xCuryw9PJQ
9822                                         #Essentials by #Milano Womens #Stretch Tunic #Blouse Size L Black/White #Polka #Dot  #Tunic #candlelites51 https://t.co/xbmF7cFbN7 via @eBay
9823                                     @Google Her google account is toribonuchi@gmail.com &amp; her password is royalsrose0803* but it won't work. T-mobile says Google needs to reset
9824                                                 Do you love to shine? LOOK! Fawziya Flower Purses For Girls Bling Rhine... by Fawziya for $85.73 https://t.co/kVdyO0YdCk via @amazon
9825                                         RT @kroger: Kroger will be here every step of the way with our Mobile Pharmacy to help #Houston rebuild! #KrogerCares https://t.co/XyD0Rxgn…
9826                                                                 RT @Citi: Read one about one young duo in Johannesburg who are building their own business via #Pathways2Progress.… 
9827                                          @SpeakerRyan @Boeing @intel @TheLeadCNN Hear anything interesting?? It seems like you are so out of touch with the… https://t.co/wtX2QnKLyb
9828                                                          Check out Electric Meat Smoker BBQ Grill Vertical Barbecue Outdoor Cooker Patio Backyard  https://t.co/Vj8gHukvw6 via @eBay
9829                                                           Check out Skeleton Bride &amp; Groom Halloween Wedding Gothic Victorian Day of the Dead  https://t.co/s0T5yFAqDb via @eBay
9830                                                           Check out Skeleton Bride &amp; Groom Halloween Wedding Gothic Victorian Day of the Dead  https://t.co/s0T5yFAqDb via @eBay
9831                                                                                                                      The Piano Guys 2 Sony Music https://t.co/e6NKNx58eU via @amazon
9832                                         RT @eduardoa_thresh: Lets remind @netflix &amp; @reedhastings We ❤ @tinadesai07 &amp; we want her back in S8S3 #TinaForS8S3  @sense8united… 
9833                                     RT @SecondHandMaMa1: Check out Baby Boys 12-18 Months X3 Mini Rebel Lupilu Xmas &amp; Disney Tigger Tops https://t.co/gkVvLjJKpE @eBay #ebay #b…
9834                                                                                                            @SpeakerRyan @Boeing @intel @TheLeadCNN How many FLOTUS hats did you buy?
9835                                                                                    RT @Reuters: Mattis signs orders to send additional troops to Afghanistan https://t.co/c8SK9xn6cc
9836                                                                                                                         @comcast literally sucks so bad. -30/10 would not recommend.
9837                                                          @Apple @AppleSupport have you got a issue with updating apps..it won't let me update mine (there is money in my account) 😏
9838                                                                                                                     RT @Audi: Power in full bloom. #WantAnR8 https://t.co/8UvnjNiCGn
9839                                                         Check out Champion Black Windbreaker Hooded Light Weight Mesh Lined Jacket Sz XXL 2XL Men  https://t.co/bYjvPakz1j via @eBay
9840                                              Big shout out to @ShoeCity &amp; @adidas thank you for reaching out! https://t.co/Jx5TqUlIsl #shoecity #adidas… https://t.co/P9wu2xKFJQ
9841                                              RT @cherryhealey: Oh @easyJet flight delayed until 1am...3 small kids...no explanation...why can't you at least let us know what's go… 
9842                                                                       @JasonWhitely @wfaachannel8 @Chevron at Legacy &amp; Chase Oaks Plano $2.89 while all others are at $2.49  WTF
9843                                                             RT @Reuters: Arizona accuses Insys of fraudulent opioid marketing scheme https://t.co/V2Lt8zkx52 https://t.co/IDOF9kikwQ
9844                                                                @SenWarren @KatrinaNation @WellsFargo @nytimes More fraud than an employment application for a Harvard professor job.
9845                                                                                    RT @Reuters: Mattis signs orders to send additional troops to Afghanistan https://t.co/c8SK9xn6cc
9846                                                                       Rowena Loops Real Photo Postcard Oregon Gifford Columbia River Highway RPPC  https://t.co/QVGvjh0ZgN via @eBay
9847                                             @Microsoft grove music is a scam! I canceled my account in may yet still being charged? When I call they say no refunds? Such bull shit.
9848                                                          RT @ChuckRobbins: I love our team's commitment - not only our thoughts - but our actions ... @Cisco https://t.co/OxlIgwVTDQ
9849                                                                                                  Look at this on eBay  https://t.co/vvO6uT53IB #winniethepooh @Disney @eBay_UK @eBay
9850                                                  RT @PonceDeLeioun: @Tee_Grizzley @verizon @300 I can do this shit with no effort 👀🔥 #freestyle50challenge https://t.co/eIKQHfqnPE
9851                                                                          RT @SuperSaf: People already listing iPhone 8's for sale (preorder) on @eBay 😂😂😂 https://t.co/AqKM97Yyfr
9852                                                                                       RT @azjimbo08: I'm sure @Apple is happy that their million went there. https://t.co/hubZnXEN3l
9853                                                                                   RT @netflix: This is the subreddit the world needs AND the one it deserves https://t.co/HJNWrcP7bR
9854                                                         RT @PaulDBrazill: 'Read it and weep with laughter.' Cold London Blues by Paul. D Brazill https://t.co/0UtU3s5YqL via @amazon
9855                                                            @Mark_Whitelegge @Faultierchen @ToyotaGB @GTPlanetNews @Microsoft but T10 have their own budget and maybe it cost to much
9856                                                                                                                                                         i want to work at @Starbucks
9857                                                                                Check out Supreme Compact Logo  Hooded Sweatshirt - Black - Size: Large https://t.co/YzMDtOqjcp @eBay
9858                                                                                                                               @Complex not for $999.99 😂😂 @Apple YALL CRAAZZZYYYY.
9859                                                                                  RT @ShayMSpivey: FREE Online Engineering Courses by Shay Spivey https://t.co/wj3iYXuu1z via @amazon
9860                                                                       @MeUndies you should try to partner with @Disney and make some amazing Disney undies!! That would be amazing!❤️
9861                                                                                                                             @bonish22 @Reuters Umm illegal isn't a race there genius
9862                                                                                      RT @VirginiaKettle1: Check out Vintage Kenner Green Tank Toy 1989 https://t.co/Iy1CVHA9H8 @eBay
9863                                                       Check out STRAIGHT OUTTA .. PERSONALIZED with your text.. Men's Adult Gildan T-shirt #Gildan https://t.co/6iKD8B3kUe via @eBay
9864                                          @NBC @CBS @CNN @MSNBC @ABC journalists at the press conference..how much are going to help with #HarveyRelief? You… https://t.co/IgDmRbj29a
9865                                        @JohnLegere @TMobile @askdes Thank you for all that you are doing to help Everyone in Texas. I'm honored to be a customer of a company with💓
9866                                         RT @TMobile: T-Mobile customers affected by #HurricaneHarvey will get unlimited data from Aug. 28-Sept. 8th to help stay connected with fam…
9867                                                                                        RT @Evintagesports: NON-SPORTS....                              https://t.co/XKgfZixClW @eBay
9868                                                                                                         RT @justinbieber: #stadiummerch at @hm september 7th https://t.co/Mnib8sEp7O
9869                                                                            @NinjagoNinjaBro @LegoShowtv1 @CooperAce101 how's that processed @McDonalds coffee and gay bigmac my dued
9870                                                         RT @HUMonTHESE: These look like some shits you get at the gas station. Kiss my ass. @Nike @Jumpman23 https://t.co/K5TgIZHseY
9871                                                           @JohnDeere Op Center has some great features but it baffles me that it still don't have all the same features Apex has....
9872                                       RT @McDonalds: ⬆🔉 and put your 👏 together for the best ever McPick 2 lineup. Mix and match your faves today for just $5! https://t.co/C6eqT…
9873                                                         Check out Intellivision Video Game System 25 Built In Games Sealed NEW Box Gift Plug Play  https://t.co/FgZGsCuLLm via @eBay
9874                                                      RT @Disney: Participate in #DayOfGiving and support those impacted by Hurricane Harvey by donating to the American Red Cross:… 
9875                                                 RT @ClexaRussia: Lexa  hero. Spin-off about her could be very interesting story about heroes. @NetflixLifee @netflix  #LexaSpinoff… 
9876                                                                                    @comcast Would you support the break up of your company to encourage more competitive local ISPs?
9877                                                            Check out CHICKEN/Hen Hat Peg RACK/SIGN*Primitive/French Country Urban Farmhouse Decor  https://t.co/QvPTYvyqYq via @eBay
9878                                                             RT @Sony: When you realize it's almost Friday and it's also a three-day weekend. (@fifthharmony) https://t.co/cf3PMmBWqw
9879                                                           Check out Large Retro RED Metal EXIT Wall SIGN*Message Board*Primitive Industrial Decor  https://t.co/xBmFduX4ka via @eBay
9880                                                                                                                         RT @OneRedFugu: @earthyrobot @netflix Yep. Every single one.
9881                                                 Don’t let @ATT and @DIRECTV remove the only channel with news and entertainment from the Dominican Republic! https://t.co/J0twAl3D1e
9882                                                                                                                                           @KyleHarris @Disney I wish you follow me:(
9883                                           RT @PlainOlJordy: @SpeakerRyan @Boeing @intel @TheLeadCNN We support Trump &amp; his Tax Plan! We don't trust you or the other RINO's to… 
9884                                                                                                     @niallpt84 @laurenscottx92 @jennscott90 @Ryanair Get ur tits oot for the lads 🙈
9885                                                          Check out B.L.U.E. Purple Multi-color Floral Top Blouse  Shirt sz M #BLUE #Blouse #Casual https://t.co/jwSbW0Tgq8 via @eBay
9886                                                    Check out #Swimming #Pool #Cover Retain Heat High Quality Durable #Tarp UV Resistant PVC Vinyl  https://t.co/zqMpLt61No via @eBay
9887                                                           RT @Reuters: Yahoo must face litigation by data breach victims: U.S. judge https://t.co/lSRZC9fyu2 https://t.co/S5A6Qrx9DP
9888                                                                                   RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
9889                                                       RT @Google: Say it with stickers—#Gboard for Android's latest update lets you share new stickers and Bitmoji in other apps →… 
9890                                                                        @TheEllenShow @JJWatt @Walmart You and everyone helping out are doing amazing things. https://t.co/nHiNrG2zZT
9891                                                           Looking for two new monitors for my setup makeover.. if any brands wanna sponsor me.. that'd be 💯 *cough* @LGUS @HP @Dell
9892                                                            RT @Reuters: U.S. states hit back at EPA chief over climate rule guidance https://t.co/trdT2PoXva https://t.co/FDrD5u2pgg
9893                                                                                       RT @azjimbo08: I'm sure @Apple is happy that their million went there. https://t.co/hubZnXEN3l
9894                                                                 RT @CleanMPG: The star of tonight show is the refreshed 2018 @Hyundai #Sonata in #Sport trim. Pricing in the link:… 
9895                                                             finally got an awesome @amazon kindle fire 7 stand/case combo (from amazon too) so i can actually use it to watch videos
9896                                                                @kriscave @UPS Are you able to just get it at a UPS store? Pre-sign after you make a https://t.co/xBoK1J2Ujr account?
9897                                                                                                                                                        @Mastercard trump needs this.
9898                                                                       @netflix how about adding Lizzie McGuire on to Netflix? @HilaryDuff help make it happen pleaaaaaaaaaase!? 😩😍
9899                                                            FREE BOOK PIMPIN': Illusion: Book One (The Illusion Trilogy 1) by Nadette Rae Rodgers https://t.co/d1JtRonLZQ via @amazon
9900                                                                            Check out  LARGE GIVENCHY EARRINGS  PIERCED GOLD TONE #Givenchy #Huggie https://t.co/lpPI929Wbv via @eBay
9901                                                                                             The Second Chance Café (A Hope Springs Novel Book 1) https://t.co/BDfGNFGA5G via @amazon
9902                                         @Google google voice seems to not be working as intended. I have it set to ask for each call but calls are auto-rou… https://t.co/63xzl0eUEq
9903                                                                         RT @Reuters: INSIGHT: Body camera footage shows the race to rescue a victim of the #Harvey flooding. More:… 
9904                                                         Check out Dragon Veins Agate Pendant Necklace Brown Oval Stone Cabochon ~ Unique Jewelry   https://t.co/JLhgMMG9Hs via @eBay
9905                                                                                                                     Holy fuck I need this now NOW @McDonalds https://t.co/gfmanf6Wlm
9906                                                                                                Hey when do gingerbread lattes come back I'm going through withdrawal 😤☕️ @Starbucks
9907                                                       Just for finishing the @gthiringblog &amp; @pcrs @amazon job fair. Great jobs! https://t.co/YitndncIXQ https://t.co/6hlP3qeOVF
9908                                                                                Check out Mens BROOKS BROTHERS Makers Tan &amp; Blue Geometric Silk Tie https://t.co/SqVsoJT3R7 @eBay
9909                                         @TEAMEVGA @Newegg @amazon @microcenter @FractalDesignNA The Smaller chassis can mount (there are provided holes) bu… https://t.co/7tdrxr6KM4
9910                                         RT @Reuters: UPDATE: NHC says Irma becomes a category 3 hurricane over the eastern Atlantic. https://t.co/YKXiSjht4u https://t.co/lbWHMODKa2
9911                                                 @Public_Citizen @ShaunKing @WellsFargo @RealBankReform @Lisa_PubCitizen @wamandajd @vanitaguptaCR @lsarsour… https://t.co/q4WmSdajtq
9912                                                                     When food from @Tesco finally arrives and all your frozen food is no longer frozen. Melted Ben and Jerry anyone?
9913                                                                                 Check out HUGE 16 Lbs Vintage to Modern Costume Jewelry Craft Lot  https://t.co/oSiZStK9q2 via @eBay
9914                                                @TMobile @JohnLegere Thank you so much for helping us in our time of need. I'm glad I switched to you a few months ago from AT&amp;T!
9915                                                                                                                                                     @BlackPanthaaYT @Toyota Amazing*
9916                                                                                    Thailand seizes 136 smuggled live pangolins https://t.co/agZNBCkdLD Via @Reuters #environmentnews
9917                                                          Monday's #digitalgarage power hour is sold out already!! Get on board week 8 (25 sept) NOW! https://t.co/CokplCmZPI @Google
9918                                                                     @Martinez067 @UPS Hey there! Give us a call at 1-800-733-2414 and we'll hunt down this box or make it up to you!
9919                                               Find us today at @facebook @at_scale_events showcasing #Predix technology and our digital volcano experience:… https://t.co/tFWlm6HR4H
9920                                                                RT @Reuters: Berlin and Paris struggle to bridge euro zone reform gap https://t.co/3h1vpXi88Z https://t.co/judchBuKCl
9921                                                      RT @SBamborough: Now flying to Alicante! @easyJet wtf is going on - meant to be going to Murcia... this after a 2 hour delay!!!
9922                                                                                                                                         RT @netflix: Pretty. https://t.co/e38ua5udVr
9923                                    @XFINITY @ATT just heard latest Xfinity commercial. I think you say AT&amp;T more in it then Xfinity. Free advertising. Love my AT&amp;T service.
9924                                                                                                                      @ProMotiv @nextofficial the classic 'waiting for a bus' look...
9925                                                                   RT @NiaJaxWWE: A lady in the streets....but a BEAST in the ring 💋😈💃🏽#NotLikeMost @ASOS https://t.co/4VAqdOmBTQ
9926                                                                                                                               @jasonmonroe_ @padmapper @amazon I'll be back Tuesday!
9927                                                              Check out Natural Round Certified Diamond Ring 14K White Gold 0.51 Ct G H I1 Wedding Ring https://t.co/NaRBYc2rYP @eBay
9928                                            RT @student_rooms_: Follow and retweet for the chance to #WIN a £20 @ASOS voucher. Enter the #Competition here👉https://t.co/GUNjadOyPJ… 
9929                                                            RT @Oracle: Learn how our @OracleDataCloud teams #volunteered their time to help communities prep for #backtoschool2017… 
9930                                                                     RT @woobotdotio: Map your @WooCommerce and enterprise @salesforce workflows in @SlackHQ like it’s no big deal.… 
9931                                         RT @DrJimmyStar: Don't miss your chance to own @HighStrungMovie- https://t.co/ghHu5lkjXd it's on #SALE now @amazon @amazonvideo! https://t.…
9932                                                                                                     @netflix What about Longmire? Please tell me we're gonna get some closure!🤞🏻😫
9933                                                                 Healing Your Hungry Heart: Recovering from Your Eating Disorder by Joanna Pop... https://t.co/sfVsWQS0RI via @amazon
9934                                         RT @EntheosShines: BREAKING:  @PayPal Caught Stealing Money From Fund Navy Seal #CraigSawyer Set Up To Fight Child Sex Trafficking  https:/…
9935                                                     @Reuters - We think Propoxyphene (Darvon&amp;Darvocet) are a big part of the  worst heroinepidemic ever… https://t.co/lpL0radFAY
9936                                                                   RT @NiaJaxWWE: A lady in the streets....but a BEAST in the ring 💋😈💃🏽#NotLikeMost @ASOS https://t.co/4VAqdOmBTQ
9937                                                 Check out Kirkland Women Purple  100% Cashmere Turtleneck Sweater Size S #Kirkland #TurtleneckMock https://t.co/QmARYDjAMt via @eBay
9938                                                         Check out NEW Mighty Joe Young VHS 1998 Disney Charlize Theron Bill Paxton FACTORY SEALED  https://t.co/RMX8PKVTAq via @eBay
9939                                                      RT @Disney: Participate in #DayOfGiving and support those impacted by Hurricane Harvey by donating to the American Red Cross:… 
9940                                                  Check out Barely There Women Top XL Blue Solid Strapless Tubini Top 17145 #BarelyThere #Strapless https://t.co/ryRbaTYYE1 via @eBay
9941                                                                                      RT @Heritage: @TiptonBob @facebook @StephenMoore Did you try this link? https://t.co/Ujuz97EJPQ
9942                                                       RT @GreenwichPolo: Who will take the win? @Audi or Postage Stamp Farm? #EastCoastOpen @PoloAssociation https://t.co/Tva4uJcH9t
9943                                                                                                                                                                     @Reuters Sissies
9944                                              RT @MorganStanley: We thank the thousands of employees who have donated during the first day of our Hurricane #Harvey relief efforts.… 
9945                                         Mark your calendars @lesbiantech #NYC Sept 7-9 Great to see my @BankofAmerica colleagues leading some great session… https://t.co/ix2Hmc2OdB
9946                                           Great results from @GilletteVenus Swirl Razor #ChooseYourSmooth @Walmart https://t.co/Pub2N98OWp  #ad @SheSpeaksUp https://t.co/7kDYl2wodG
9947                                                                                             @therealmax_7 @intel Yes absolutely.  We can help you @SimplyNUC https://t.co/BRM8fftjXv
9948                                                                                                                           @comcast Comcast is the worst ISP I've had. Get fucked. 🖕
9949                                          @Tesco Delivery came late and then you give us bread that is out of date today and hard and squished bread rolls..… https://t.co/BRMuQjbc8S
9950                                                                                          @Google you go girl!!!! #dbcoverzzz on etsy https://t.co/fSjKjuSvnJ https://t.co/SCm80xLmsR
9951                                                  #ebay #deals - Veho Muvi Atom Mini Action Camera Police Body Compact 4G SD Card Cam VCC-005 #Veho https://t.co/xkd21vIe4p via @eBay
9952                                                                                                                                                          @tentwentysixpm @Apple shit
9953                                                                                                                                   @matthewminas any major updates expected?:) @Apple
9954                                     RT @pfizer: Impacted by #Harvey &amp; in need of assistance for your Pfizer RX? We may be able to help. Call 1-844-989-PATH (7284) https://t.co…
9955                                               Check out Lenox Holiday Stackable Mixing Serving Bowls 2 Christmas Holly Berries &amp; Leaves #Lenox https://t.co/mqgsOCAMHd via @eBay
9956                                          @Briardpup @Tesco I wudda fort Tesco wud be wurried bout you findin insects in a product you bort from their store… https://t.co/u8TJWNq09h
9957                                         @TastyBite @Costco TastyBite My family #prepared Never starve during short term emergency. #prepper #MRE 18month sh… https://t.co/hJ1ZIHEe3S
9958                                                                                 When @Google assistant thinks that religion should be taken in consideration https://t.co/izVVfhZTMB
9959                                                                                                        RT @BigBoy2178: @AscendedBastard @Starbucks Everybody spam this to @Starbucks
9960                                                                                              @MrPBenbow @Tesco It shouldn't be on shelf if not able to buy our daughter is so upset.
9961                                                        Check out Febreze Air Effects Fresh Fall Pumpkin Air Freshener (2 Count 19.4 Oz) 1.239 ...  https://t.co/4Vp2mONB7X via @eBay
9962                                         RT @tpiratetreasure: Douglas Preston The Codex Audio Book Abridged Read by Scott Sowers   https://t.co/6GkAIdCwpi via @eBay #douglaspreston…
9963                                                                                             EXTRA-proud to be a @Microsoft family today. ✊🏼❤️ #withDREAMers https://t.co/2bEEnwFsnm
9964                                                       RT @Reuters: Northern Ireland's DUP warns of 'speedy' return to rule by London https://t.co/jsWDdpPa8L https://t.co/HqPD4ovU8G
9965                                         RT @Boeing: Catch up on Season 1 of Age of Aerospace TV series before Season 2 begins next week! https://t.co/oW4HreIr9x https://t.co/mZt1k…
9966                                                     Check out Witchcraft A Handbook of Magic Spells &amp; Potions Hardcover by Anastasia Greywolf  https://t.co/reU7K8CLOK via @eBay
9967                                           @Google LISTEN I USED BOOTLEG YAHOO AS MY BACK UP EMAIL AND NOW YAHOOS BITCHASS LOCKED ME OUT MY YAHOO ACCOUNT TO GET MY RECOVERY PASSWORD
9968                                         RT @abbeydot: Lagos BRT bus departure time and routes starting to show up on @Google. Nice one! Data wins every time. https://t.co/RwPe6E2n…
9969                                                             Check out Cash An American Man Bill Miller 2004 Hardcover Illustrated Biography Music  https://t.co/D0EUsRoOEN via @eBay
9970                                         RT @Reuters: UPDATE: NHC says Irma becomes a category 3 hurricane over the eastern Atlantic. https://t.co/YKXiSjht4u https://t.co/lbWHMODKa2
9971                                                     RT @kroger: You can donate to disaster relief agencies just by shopping at Kroger! Sign up for Community Rewards to join us in… 
9972                                                                                                         RT @justinbieber: #stadiummerch at @hm september 7th https://t.co/Mnib8sEp7O
9973                                                               RT @conrad_mulcahy: Hey @Nike &amp; @Starbucks: Out of Trump Tower now https://t.co/N8pUhvWZbq @EddieSixEggs @Rybotmcg
9974                                                       .@CNBC:  @Microsoft just made it easier for #programmers to use archrival #Amazon's cloud:  https://t.co/8HQQykRs7i @msPartner
9975                                                          RT @Reuters: Commentary: The downside of banning Americans from North Korea https://t.co/uIaCrw4rg7 https://t.co/ACA2PCeaJX
9976                                                 RT @ncboomstick23: ATTN: @Mariners Fans! I’ll be at the @TMobile store at 17401 Southcenter Pkwy TODAY from 4-5:30pm. Don’t miss it!
9977                                                    Check out Onitsuka Tiger Men's / Unisex 2017 AW New Model SERRANO D7B3L Sky way / White #Casual https://t.co/exqv4cacuc via @eBay
9978                                                                                                            Man these #USOpen outfits @adidas put out are hot stinking garbage #awful
9979                                                             Check out Hanging Chaise Lounger Chair Arc Stand Air Porch Swing Hammock Chair Canopy  https://t.co/yJ33tUveLE via @eBay
9980                                             RT @Briardmums_pup: @Briardpup @Tesco I wudda fort Tesco wud be wurried bout you findin insects in a product you bort from their store… 
9981                                                                                                                                                     @BMW Is the release in November?
9982                                          Check out Missouri Valley Petroleum Fitted Hat L XL MVP Inc Belfield ND Baseball Cap Oil https://t.co/orjpisx42m @eBay #oilandgas #MVP #Oil
9983                                                                                                                                                       Why is @verizon so weak in SF?
9984                                             @Disney why are you always killing the parents off. Like a good portion of Disney characters have no mom or dad. https://t.co/bZcK0AxeLa
9985                                                                                                                                   @_Zara_Brooks_ @WellsFargo @nasafcu You're Welcome
9986                                         RT @KeithKanemoto: #Colorado has big plans for the @VW #dieselgate settlement money that benefits #schools and #PublicTransportation https:…
9987                                                RT @TurkseTulp: Hello @Shell is this why the Dutch media is so silent about the genocide in Myanmar against the Rohingya people?  (… 
9988                                                    RT @Honda: Eleven earthly essentials fit perfectly in the spacious trunk of the all-new Clarity Electric. https://t.co/Zc7SCoRn3d
9989                                                                                                             @pmbasse @CBSNews @SheriffClarke @CBS Fox news is around the corner miss
9990                                                                                  RT @Reuters: U.S. judge strikes down Obama administration overtime pay rule https://t.co/XTHlCoZfHt
9991                                         RT @pepsi: The 90s are back...literally. Grab a #CrystalPepsi and this rad shirt c/o @cafepress!  https://t.co/C0uTcBrvtL https://t.co/bx5f…
9992                                                                   RT @comcast: We believe in an open internet and giving our customers the Net Neutrality protections they expect.… 
9993                                                                                                          When you walk into @Starbucks for your mobile order https://t.co/UrsDIZto8x
9994                                                                                                                @Reuters WOW. The United States is going to end up like it was 1945 .
9995                                                                                                                           @netflix when is season 2 of Seven Deadly Sins coming out?
9996                                                           Check out Emergency Essentials Aqua-Tainer 7-Gallon Water Container #EmergencyEssentials https://t.co/d3XKbrExLX via @eBay
9997                                                                              @Walmart wants to know the true cost of its products https://t.co/6zljnWDWXt via @GreenBiz #TeamWalmart
9998                                                                                             Hmmm dangerous game to take sides in this political climate @UPS https://t.co/ckKnT8z8fx
9999                                                                                                                                 @Reuters That's today will be forgotten by tomorrow!
10000                                                RT @djmonette: @SRuhle @larry_kudlow @FelixGo77070625 @SaraEisen @FurchtgottRoth @IvankaTrump @Lagarde @Benioff @salesforce Here i… 
10001                                                       Check out Devrek Walking Cane (Snake wrapped around the shaft Theme) #Anatolianway #Outdoor https://t.co/lA2VnlyOBe via @eBay
10002                                        @chikaunigwe @Reuters Trucks on sidewalks that should be your main concern being a citizen of the UK you would thin… https://t.co/BvKox4llmg
10003                                         Why would you buy a car from @eBay and transfer the money to someone's bank account you don't know and you don't have the car #ebayscammers
10004                                                   RT @BlueMind_Life: #LiveBlue: A healthy ocean is medicine for those who need it most. Watch @ResurfaceMovie on @netflix Sept 1.… 
10005                                              RT @Reuters: Advertising budget for Obamacare to be cut 90 percent: U.S. health agency https://t.co/VwLIIJu1na https://t.co/ZKWF1oJQLX
10006                                    @Sony announces hi-rez &amp; noise cancellation all wireless earbuds along with neck band style to go along with1000 X's https://t.co/5VKHhUHyA1
10007                                                                                                              RT @TheRealNochu: @McDonalds knows what's good https://t.co/IdjURJwvGg
10008                                        RT @techreview: .@amazon and @Microsoft will allow their voice assistants to call upon each other to perform tasks for their owners. https:…
10009                                                               @MetaKirbyDeDeDe @oddest1out @joeythehomie1 @McDonalds @UberEATS @DougArmstrong so that's what I've been doing wrong.
10010                                                     RT @Disney: Participate in #DayOfGiving and support those impacted by Hurricane Harvey by donating to the American Red Cross:… 
10011                                                                                                                       @WavesOfFashion @addictf__ @adidas Did these release already?
10012                                            Matty M Skirt S Black White Striped Rayon Spandex Thin Knit Maxi A-Line #Boho #Bohostyle #LabelsByGina https://t.co/WrOBaqmP3S via @eBay
10013                                         RT @Cost2Build_UK: We have a £50 @amazon gift card to give away! Just RT &amp; follow for a chance to win. We'll announce the winner next… 
10014                                                  @GeorgeTakei I wish I could join you but @facebook blocked my account for 7 days 2months ago but it's still deactivated. Terrible!
10015                                                       RT @_CFJ_: @POTUS @CBS @ABC @nbc @CNN @MSNBC @POTUS44 @mike_pence @Delo_Taylor @marclamonthill @JoyAnnReid @donlemon @NAACP… 
10016                                                          Check out Dad's BBQ PIG Wall SIGN*Primitive Country Urban Farmhouse Kitchen Diner Decor  https://t.co/feJyFduhQn via @eBay
10017                                                         RT @Reuters: Commentary: The downside of banning Americans from North Korea https://t.co/uIaCrw4rg7 https://t.co/ACA2PCeaJX
10018                                          RT @feliciaday: Flash sale! @amazon has my memoir for $1.99 today! https://t.co/VatqDpfWQk  GRAB IT NOOOOW PLEASE! https://t.co/e9N8lb5qT3
10019                                              RT @Reuters: Advertising budget for Obamacare to be cut 90 percent: U.S. health agency https://t.co/VwLIIJu1na https://t.co/ZKWF1oJQLX
10020                                    Would YOU #Support the #HempyMeal if @McDonalds says yes to Offering it on their Menu? #Vegan &amp; #GF #Options Availa… https://t.co/qxn7nzOQXt
10021                                                                                                                    @niqray @NolanRRussell @SenSanders @ATT Can't have it both ways.
10022                                                    RT @pauljarman: Happiness is . . . @MST3K @MST3K_Revival @MSTSeason12 @MST3K_UK @netflix @ShoutFactory @Snoopy @Peanuts_comics… 
10023                                         Of course #basic is a top related hashtag to #PSL - see all the other juicy details on @Starbucks #PSL lovers here! https://t.co/bxZ9pmJtdQ
10024                                              Just saw this on Amazon: Priced to Kill (Cindy York Mysteries Book 2) by Catherine Bruns for $0.99 https://t.co/Al55yPf5TO via @amazon
10025                                                                                                  i want to thank my love @alwaysbeech for fixing my phone xx @Apple please hire her
10026                                                         RT @LutonTown: #DeadlineDay PART 2: He missed his shift @Tesco to join LTFC! Welcome Aaron Jarvis from @Basingstoke_FC! ➡️… 
10027                                                                     @CNN @ABC @CBS @3onyourside @OtisSanford #msm evil race baiters #sedition #VeryFakeNews https://t.co/MUMN3H4PBb
10028                                                                                                               RT @ajlucio5: Beautiful work by the @HP team. https://t.co/PJUuPhfpT8
10029                                                 Check out Krazy Straws Mega Pack Kids Assorted Colors 36-Count Party Supply Swirl Fun New #Amscan https://t.co/2UhhpsU8Cz via @eBay
10030                                                                               RT @netflix: Get your birthday suits ready! NAKED — now streaming on Netflix! https://t.co/WxqQQJocqo
10031                                         @FedEx @DJIGlobal @DJISupport why does the delivery require someone over 21 to sign for it in person? i signed the… https://t.co/BdUZ8XkA4z
10032                                                     RT @USAS: @Nike @4WorkerRights @RutgersU @Georgetown @ILRF @RepJayapal @rweingarten @NationalNurses @AFLCIO @Northeastern @UW… 
10033                                             RT @SteveFeekins: Favourite moment of #DeadlineDay for me: new @LutonTown signing from non-league missed his shift at @Tesco to sign:… 
10034                                                                                                   Puma Evercat Lifeline Backpack Accessory PUMA https://t.co/9kBPFwozoS via @amazon
10035                                                                                                      @LutonTown @Tesco @Basingstoke_FC @aaronnjarviss Did you get Clubcard points ?
10036                                                                                                                                            @Walmart I meant to say Red Cross Relief
10037                                        RT @dryridge9: Check out Clarity Ensemble Digital Touch Screen Severe Hearing Loss Amplified Corded Phone  https://t.co/bHnmMV0tZx via @eBay
10038                                                                                                      @CocaCola Can't wait till whatever you're sending me comes. Did you get my DM?
10039                                                      Check out NEW Michael Kors Hamilton Large Signature PVC Tote Shoulder Bag Brown #MichaelKors https://t.co/pSMt89xrh4 via @eBay
10040                                               @Amy_Siskind yup @realDonaldTrump only able to get $$ from @DeutscheBank for his #launderingschemes! Truly a… https://t.co/eqc2oXWez8
10041                                                    RT @LeDonnePrime: @paigelav @facebook @campbell_brown Share the goon's profile. His employers would love to know all about this.
10042                                                                RT @Citi: Read one about one young duo in Johannesburg who are building their own business via #Pathways2Progress.… 
10043                                                                                                                    @SenWarren @federalreserve @WellsFargo Probably an invitation!!!
10044                                                                                                         Home Depot's race to respond to Harvey https://t.co/S4FUm6Garw via @Reuters
10045                                                      RT @Oracle: Mitsubishi Electric collaborates with #Oracle to develop #IoT platform for smart manufacturing #cloud @OracleIoT… 
10046                                                                                                          Check out Womens Classic Capris Size 6 Black https://t.co/bhyNP4mqMQ @eBay
10047                                                Check out 3X Wet N Wild KOHL-KAJAL Brow Eye Liner /PENCIL Dark Brown #652  UNSEALED /NEW #WetnWild https://t.co/NDOyXj69qd via @eBay
10048                                                        RT @Honda: The summer deals on the HR-V and Fit are hot. What do you look forward to in a new Honda? https://t.co/DGyZBAvl0v
10049                                        Legend of the Five Rings Clan War: The Scorpion by Stephen D. Sullivan https://t.co/XbeA3XvN8M @eBay #SEO #Marketing #Socialselling #USA #fb
10050                                                                                                     Bring back all the good shows then like scrubs @netflix https://t.co/ozi6AX8Eim
10051                                                       RT @Reuters: Vanguard withheld support for key Wells Fargo directors: filings https://t.co/DuFBABXNcU https://t.co/xuNrgHYNDI
10052                                                                                 Check Out Turtle Brooch Pendant  Green Gold    https://t.co/VjF8jkbmBL via @eBay # Fashion # Turtle
10053                                                                                                        Check out Womens Semi Loose Top Size 2X18W-20W https://t.co/ZFZcFGilsa @eBay
10054                                                            RT @Sony: When you realize it's almost Friday and it's also a three-day weekend. (@fifthharmony) https://t.co/cf3PMmBWqw
10055                                                        Check out Refreshen Super Premium-Extra Sensitive Skin microdermabrasion - light skin 8oz  https://t.co/IBEnEoUOJS via @eBay
10056                                                                                  RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
10057                                           RT @Reuters: Trump pledges $1 million of his personal money to Harvey relief: White House https://t.co/AxQR34Q3Yq https://t.co/k0HnQNO0RE
10058                                         RT @TMobile: @cfm_miku_en Let's #JustBeFriends Miku! We'll go around #SharingTheWorld of our awesomeness! 💕 *RickK https://t.co/zTpsvPC2jw
10059                                                                                   @Nike should give me a $40 discount. There's a pair of shoes I want to buy that are over $100. 😂
10060                                                 RT @foxycuda: @usa1_america @Title9Jen @tracygreen @hshanehammond @DrDinD @DeutscheBank when did they start referring to banks as… 
10061                                                               RT @epiphanyfinds: Check out Zara Basic Womens Black Career Pencil Skirt - Size L Large https://t.co/ZYnLmJVF9A @eBay
10062                                           How do you break language barriers in emerging markets? Take advice from @Google Translate's team lead happening now in 210E #AtScale2017
10063                                                                                   @Wiley_Avent @Gumdrifter @ForzaMotorsport @NeedforSpeed @Toyota where is the gt four celica then?
10064                                       RT @UPS: @sparkles121113_ Keep an 👀  on our page. We’ll be posting tweets as new #taylorswiftdelivery trucks roll into cities across the co…
10065                                                                     I went to @Starbucks knowing damn well the psl isn’t out until tomorrow and I asked for it. They said no! Lmao.
10066                                        RT @ebkell: My @nojitter article describes how @Cisco detects malware in encrypted flows. Using #AI still needs human judgement. https://t.…
10067                                    @senddc2dc @Reuters I hope you are native American &amp;  your ancestors should never forgive the Europeans that took o… https://t.co/noWsOSbWeq
10068                                        RT @Toyota: Our hearts go out to #Harvey victims. We’re working to reach people affected w/ $3 million in relief. Learn more: https://t.co/…
10069                                                                    #spacenation Twitter chat surprise: 3 x $50 @amazon gift card giveaway! Answer questions for your chance to win!
10070                                                                                                                    @ConserValidity @jpmorgan @splcenter @ADL_National Wallet Street
10071                                                  RT @bestfriends: Want to help the animals affected by #HurricaneHarvey? Visit our @amazon wish list to send donated items today:… 
10072                                                                                            @thricemantis @ImKevinFoster @McDonalds Skip McDonald's altogether and go to Chick-Fil-A
10073                                                                                                                              @GoldmanSachs Go fuck yourselves felonious con jobs...
10074                                                                                       Americans leave North Korea on the eve of the travel ban https://t.co/xsZg7y9aay via @Reuters
10075                                                                                           Check out The Beauty Detox Solution by Kimberly Snyder  https://t.co/tPhMvb1H09 via @eBay
10076                                                                                           Check out PBC International Set Of (2) Wooden Train Engines https://t.co/0Y3Prpxm9a @eBay
10077                                                                                                   RT @D_Zolotukhin: Waiting for @Ryanair to come to Ukraine https://t.co/vm3txWv4eZ
10078                                                                                                                             @ValSantosOnAir @SenWarren @WellsFargo Go credit union!
10079                                                  RT @Reuters: Macron's labor reforms to boost Paris in post-Brexit jobs race: lobby https://t.co/HUErLoHIPI https://t.co/C33xFcUIQX
10080                                                                                            @SpeakerRyan @Boeing @intel @TheLeadCNN I pay more than 33%...how about you @SpeakerRyan
10081                                                    Check out Levi Strauss Black Button Up Trucker Jacket Levis Water Resistant Mens Size M #Levis https://t.co/A44DDb3lGx via @eBay
10082                                                RT @space_citizens: #spacenation Twitter chat surprise: 3 x $50 @amazon gift card giveaway! Answer questions for your chance to win!
10083                                                                                              @kroger in Duncanville needs to be retrained. Customer Service sucks and empty shelves
10084                                                                      RT @LoyaltyToTruth: Check out my author page at this easy to remember url! https://t.co/JsDht62X1i via @amazon
10085                                        RT @Reuters: UPDATE: NHC says Irma becomes a category 3 hurricane over the eastern Atlantic. https://t.co/YKXiSjht4u https://t.co/lbWHMODKa2
10086                                                                                                  Check out #Nike #DryFit top size LG #Golf or #Tennis https://t.co/xDpkmKmj8O @eBay
10087                                        RT @JmoSmooth13: I wouldn’t be who I am without this game. Pumped to be able to take #SoccerEverywhere with @ATT #ATTAthlete https://t.co/m…
10088                                                                                                                                    @heygoldy @TMobile You gonna be there too Goldy?
10089                                                                  RT @ATT: A retired police detective. A demented killer. TV's hottest new thriller is here. https://t.co/S0HI2gbsE9
10090                                                                                                                    @tacosandsquats @CocaCola Exactly like 2 day old coke zero. Flat
10091                                                                                                                                                    @NiaJaxWWE @ASOS Are you single?
10092                                        RT @tpiratetreasure: Odd Sox 20 Dollar Bill Crew Socks Size 6-13 Green and Cream  #OddSox #Crew https://t.co/4ZYqNDLrsK via @eBay #noveltys…
10093                                                            RT @JamesGunn: Yes I'm doing #StarskyandHutch for @amazon (and no it's not a reboot). More here: https://t.co/dWTXiU367x
10094                                                  Check out FOUR Halloween Cookie Cutters HALLMARK Orange Plastic Witch Pumpkin Owl Cat  #Hallmark https://t.co/qPbv7IH5cu via @eBay
10095                                                                                                      Vintage Floral Tablecloth 51 X 45 - Cutter?  https://t.co/1eLV3SiUVz via @eBay
10096                                                Check out Calvin Klein Beige Checker Long Sleeve Suit Jacket Blazer SZ 10 NEW #CalvinKlein #Blazer https://t.co/LtGOG2pwdx via @eBay
10097                                                   Check out Vintage 1944 Magazine Ad - Seasons Greetings from PHILIP MORRIS #PhilipMorris https://t.co/7OxLOt0oNC via @eBay #1944Ad
10098                                              This is THE BEST highlighter I have ever tried. Lime Crime Hi-Lite Opals Palette. Iridescen $38.00 https://t.co/evFJr7H24h via @amazon
10099                                         @manualjc @jaymills @whas11rachel @sgeorge @AndyTreinen @FrazierMuseum @FoxNews @facebook .@AndyTreinen Do we have… https://t.co/OnT6Y3cX9J
10100                                                                                                        RT @justinbieber: #stadiummerch at @hm september 7th https://t.co/Mnib8sEp7O
10101                                                   @HomeDepot has The Drinkmate 25% off for #LaborDay! Visit https://t.co/WbVe32ffw4 for this special offer. https://t.co/dHHHnF1uUK
10102                                                                         Seriously @Apple??? They aren't nuclear launch codes!!! #ResetSecurityQuestionsFail https://t.co/tzU2AQWuiF
10103                                                                                                                                          @DaveAltizer @Apple That would be amazing.
10104                                             Sooooo disappointed in @Apple. I feel like we've been dating for 6 years and we're going through a breakup right now. @SamsungMobile 👀
10105                                                                       @Khaleevee @XboxSupport @Microsoft Friends accounts that own games I play. Old accounts linked to games ect..
10106                                                                              GET SOME!!! Check out 2017 Clearly Authentic Kris Bryant Auto Redemption https://t.co/n3cWhBbdYO @eBay
10107                                                                                              @TMobile Yeah I got the text that its ends today but alot people still play Pokemon Go
10108                                                                                            RT @IBM: This is the IBM Cloud. The cloud for enterprise. Yours. https://t.co/LmZ3KSbRkm
10109                                                             @TeamYouTube @Google @YouTube @YTCreators I REALLY WANT and NEED THIS ACCOUNT BACK! Please help https://t.co/NXU7DCwguR
10110                                                        Check out Flower Basket Bell Pull Cross Stitch Kit #071-0202 Janlynn 2004 8x18.5  #Janlynn https://t.co/anuZTon6Qh via @eBay
10111                                                                  Check out Rare SUMO Magazine 1972 Special Edition Pictorial Japanese Wrestling   https://t.co/vYO3NsenId via @eBay
10112                                                                  RT @NiaJaxWWE: A lady in the streets....but a BEAST in the ring 💋😈💃🏽#NotLikeMost @ASOS https://t.co/4VAqdOmBTQ
10113                                                            RT @Sony: When you realize it's almost Friday and it's also a three-day weekend. (@fifthharmony) https://t.co/cf3PMmBWqw
10114                                                         RT @LutonTown: #DeadlineDay PART 2: He missed his shift @Tesco to join LTFC! Welcome Aaron Jarvis from @Basingstoke_FC! ➡️… 
10115                                                       Check out Original PRODUCK Mighty Ducks Snapback EXCLUSIVE for Mighty Ducks of Anaheim Hat  https://t.co/glotRUzlBF via @eBay
10116                                                                                                        RT @justinbieber: #stadiummerch at @hm september 7th https://t.co/Mnib8sEp7O
10117                                                                             RT @intel: Lenovo Yoga 920. #8thgen #Intel Core Processors. Together is better. https://t.co/bTSngwqX52
10118                                                                  RT @NiaJaxWWE: A lady in the streets....but a BEAST in the ring 💋😈💃🏽#NotLikeMost @ASOS https://t.co/4VAqdOmBTQ
10119                                                         Check out Organic Apricots Sun-Kissed Supersnacks Dries Fruit NET WT 48 OZ  #MadeinNature https://t.co/LBXsBwYC3X via @eBay
10120                                                                                                                                         @Reuters Seems like an article by The Onion
10121                                                       Check out Valerie Stevens SZ L 100% Cashmere Buttonup V- Neck Cardigan Teal Green Sweater   https://t.co/VMvTu7SXZB via @eBay
10122                                                                        Check out McCormick Gourmet Collection Italian Seasoning 6.25oz #McCormick https://t.co/mBpnz4OPzf via @eBay
10123                                                                                  Why use @amazon prime if my last two shipments take over their 2 day shipping guarantee #whatajoke
10124                                                                                                    The @Chevron by my apartment has gone up 30 cents in the last week and a half 😭
10125                                        @TerriCampiMom @Herringbonez @TheEllenShow @Walmart I second that! She was there in the very beginning taking names… https://t.co/byWG1seMEx
10126                                                                                                            DM me if you want to add my new page on @facebook I will add u back 👍🏾
10127                                                          RT @LelandOfficial: When a lyric you wrote ends up on a @CocaCola bottle.  cc:@SabrinaAnnLynn #why https://t.co/iBey4mmPhW
10128                                                                                         Check out Amope Pedi Perfect Wet and Dry Foot File #Amope https://t.co/wpXGee7NPF via @eBay
10129                                                   RT @BAFTALA: We can proudly reveal our selection for British Artist of the Year presented by @Burberry: the amazing Claire Foy.… 
10130                                                RT @JonFreier: What an amazing @TMobile team on the Texas Coast serving customers in their time of need! We can't thank them enoug… 
10131                                         RT @Cost2Build_UK: We have a £50 @amazon gift card to give away! Just RT &amp; follow for a chance to win. We'll announce the winner next… 
10132                                                                                     RT @Reuters: U.S. fuel shortages from Harvey to hamper Labor Day travel https://t.co/u2LStzCEu1
10133                                        Did you know @PURELL Advanced Hand Sanitizer has 2x the sanitizing strength vs other brands? Hop on over to @Walmart to get some. #gotitfree
10134                                                   RT @BMW: Adventurous look: the new #BMWi3 &amp; the all-new #BMWi3s come with two colour options. @BMWi https://t.co/emRWkj3CtA… 
10135                                                Check out Michael Strahan Rookie-Bonus(6)HOT~Mix Box(220)Football Cards~Stars-Rookies-Coms #Varies https://t.co/4TmRGeBXZE via @eBay
10136                                        @comcast Yeah but also charging $200 or more per month for a very basic service. @verizonfios  is coming and will d… https://t.co/FWJIE7p8gd
10137                                        @manualjc @jaymills @whas11rachel @sgeorge @AndyTreinen @FrazierMuseum @FoxNews @facebook .@jaymills It's happening… https://t.co/fNjxM6V4bN
10138                                                                                     RT @Reuters: U.S. fuel shortages from Harvey to hamper Labor Day travel https://t.co/u2LStzCEu1
10139                                                       Check out MARC LIVE - ROCKSTAR - VALIDATION - ATTACK OF THE GRUNGE - PA VERSION!!  ~~~~~~~  https://t.co/DlTnTeZRWm via @eBay
10140                                                                                      RT @ACAdams1: Maura and Her Two Husbands https://t.co/ZqQvFhb7Rg via @amazon #Preorder #Amazon
10141                                                        @hensoncompany @HBO @hulu @netflix @SyfyWire @AmazonStudiosOr he'll throw you off Moya  #farscapenow https://t.co/OhN9StNm7C
10142                                                   Check out Maripe' Brown Ankle Boots with Decorative Buckles Womens Size 10B #Maripe #AnkleBoots https://t.co/QkP9KBmGVc via @eBay
10143                                        So much for my gigabit service @ATT. Speed drops off big time a few weeks after ur visit. Signing up too many of my… https://t.co/x7BUEezLDn
10144                                                  RT @comcast: It's an honor to be in the Top 10 of #LinkedInTopCompanies where the world wants to work now. https://t.co/bsmyPNzzUo
10145                                                                                                                          @queennamedJ @netflix THIS PISSES ME OFF SO MUCH OH MY GOD
10146                                                         @ATT @la_gringa_loca You guys are horrible I been asking for assistance for days and you guys keep treating me like garbage
10147                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/IQ2dDz91XX  https://t.co/o5wi7FLLJw via @amazon https://t.co/vtJzVeiFN3 #giveaway
10148                                                      RT @Reuters: Corpus Christi port allowing vessels up to 43' draft: Coast Guard https://t.co/QCrR0ZBGWw https://t.co/LeNAWeu7dS
10149                                                                                                                @TJPatton27 @Costco @SamsClub COSTCO needs to make a big donation...
10150                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/6POT6hbrFj  https://t.co/wrQy3DmP23 via @amazon https://t.co/0EdhldyoCz #giveaway
10151                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/sQX3pen8sZ  https://t.co/9C2qMlzITD via @amazon https://t.co/ISomI0V5pg #giveaway
10152                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/ucw9oO9wuT  https://t.co/zMosgKFKkM via @amazon https://t.co/7nCcN5PBEJ #giveaway
10153                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/rLSiSbJDcd  https://t.co/FU1qbTPcCC via @amazon https://t.co/hrNthplJ2j #giveaway
10154                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/nHgrsl7KlV  https://t.co/tv1W7O5Saz via @amazon https://t.co/Uavt8ENEtN #giveaway
10155                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/8znAEHqQlG  https://t.co/51vCzxFQmg via @amazon https://t.co/3jxGmLR4fe #giveaway
10156                                                                                                                                                 @TheRoadHomeFW @facebook Good stuff
10157                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/bZlKSdUP2S  https://t.co/OQJfMpqiau via @amazon https://t.co/224kTzX7mB #giveaway
10158                                                Check out Charlotte Russe black white wool blend cropped jacket 3/4 sleeves womens size M #Peacoat https://t.co/Afp7kCVnu5 via @eBay
10159                                               @sarahashlen_ @netflix Be sure to watch this more accurate documentary about #amandaknox here https://t.co/3tQ5f3WaMy and pass it on!
10160                                                                                                     @TheHarpRestrung @DWAnimation @netflix More get on with the last season of rtte
10161                                            RT @beanie7988: Check out SHOPKINS SERIES 1 CUTIE CAR JELLY BEAN MACHINE TOYS NEW DIECAST VEHICLE MOOSE 14 https://t.co/JjsRgk7kZu @eBay
10162                                                                                                                           @JennaDeutsch @DunkinDonuts I do that everyday @Starbucks
10163                                                                  RT @comcast: We believe in an open internet and giving our customers the Net Neutrality protections they expect.… 
10164                                                                                       Check out Victoria's Secret Very Sexy Puah Up Brass Sz 36C #952 https://t.co/LHNBZzZljA @eBay
10165                                                                        Check out Patagonia Synchilla Fleece Black Womens Athletic Pants Sz Large #648 https://t.co/ytz5jMtYvD @eBay
10166                                                  RT @ConstanceMaslow: @StephenGlickman @chiara_tomasset @ciarabravo @bigtimerush @RedBandSociety @netflix @TeenVogue @J14Magazine… 
10167                                                RT @fetter9509: Check out Vintage 90's Chaps Ralph Lauren Fleece Jacket Full Zip Size Small Very Thick https://t.co/QtOA9lri5D @eBay
10168                                                                                                  @dbongino @Apple If Apple @APPLE is giving money to SPLC they are supporting HATE.
10169                                                     RT @laura_e_chap: @Jag_LRChantilly your brand is a bad fit with alt-right Breitbart. Please block from your @facebook ad buy.… 
10170                                                                                                                                        No more @Starbucks . https://t.co/TorfOEgIsn
10171                                                    RT @Reuters: Trump's expected repeal of Dreamer program draws fire from business https://t.co/LWduPYeb22 https://t.co/oZDk6NUG0m
10172                                                    RT @Reuters: Trump's expected repeal of Dreamer program draws fire from business https://t.co/LWduPYeb22 https://t.co/oZDk6NUG0m
10173                                          RT @CapRoad_BVF_CFF: Better is Not Always the Answer: The Entrepreneur Reality – excited to have @marc_gagne @Microsoft share his experi… 
10174                                                    RT @Reuters: Trump's expected repeal of Dreamer program draws fire from business https://t.co/LWduPYeb22 https://t.co/oZDk6NUG0m
10175                                                                                                      Just brought two new pairs of dungarees costing less than £25! Thanks @ASOS 😍
10176                                                                                   Check out Amethyst Pendant 14k Gold Fill Wire Wrap - Stunning!  https://t.co/mtxa9Yc8Sq via @eBay
10177                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/0kRAaHI8x4  https://t.co/9AkGeP4ghu via @amazon https://t.co/lC665BHzHe #giveaway
10178                                                                                       RT @netflix: I think we can all agree Claire Temple is the real hero. https://t.co/Sgb9aYoaBy
10179                                        RT @RedPillBlack: @facebook I REFUSE to accept the role of victimhood which your platform so generously pushes for blacks to be. I am NOT a…
10180                                                                  Big announcement in Iredell county today with @ATT @RepTedBudd and other community leaders https://t.co/XZj95iOAvu
10181                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/OOXgvAyyct  https://t.co/ux0Phe8jb5 via @amazon https://t.co/dJrsuFqbvH #giveaway
10182                                          RT @marty_walsh: Thank you @Gillette for donating thousands of razors &amp; essentials to the   #HelpForHouston drive -- such an amazing… 
10183                                        @Google Issues Ultimatum 2 Conservative site: Remove 'Hateful' Article or Lose Ad Revenue https://t.co/uBYAU8f2NQ #Trending via @pjmedia_com
10184                                                                                                                       Look what I found on @eBay! https://t.co/7gWoDJt2eF via @eBay
10185                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/c3b9EIVjMi  https://t.co/It0Wpztx5l via @amazon https://t.co/1AmGVpQcyL #giveaway
10186                                                                   Check out Lot 12 Swarovski 12mm x 8mm Foil Back Fan Shaped Crystal Rhinestones  https://t.co/wsON92WX8s via @eBay
10187                                               I think Sonic the Hedgehog lives in my PS3 and prefers that I update @netflix rather than @Minecraft.. it updated Netflix so fast lol
10188                                            RT @eduardoa_thresh: We ❤ @tinadesai07 &amp; we want her in S8S3! @netflix &amp; @reedhastings please #GiveSense8Season3  #TinaForS8S3… 
10189                                                  @netflix what's up with #DeathNote...had sooo much potential but was not good at all...all of your other stuff is amazing #LetDown
10190                                                                                                               @McDonalds @McDonaldsUK is this a real thing? https://t.co/IPXNj4bCTu
10191                                          RT @fictionalbubble: My @hm got the @justinbieber collaboration. Yo @hm my boy Jungkook of @BTS_twt is a huge fan of your company and of… 
10192                                          RT @feliciaday: Flash sale! @amazon has my memoir for $1.99 today! https://t.co/VatqDpfWQk  GRAB IT NOOOOW PLEASE! https://t.co/e9N8lb5qT3
10193                                           I went to @netflix to turn on Gossip Girl and instead started Moana but didn't notice for 8 min. #toddlermom #itsmauitime #alldayeveryday
10194                                                              Check out RDF Baki the Grappler Baki Request for Strength Figure Ver.2 Anime Manga Japan https://t.co/4azqAWC78r @eBay
10195                                          RT @marty_walsh: Thank you @Gillette for donating thousands of razors &amp; essentials to the   #HelpForHouston drive -- such an amazing… 
10196                                                           RT @Reuters: Mattis signs orders to send additional troops to Afghanistan https://t.co/U6YW1vSFzg https://t.co/mMuuQLYK4K
10197                                             RT @MorganStanley: We thank the thousands of employees who have donated during the first day of our Hurricane #Harvey relief efforts.… 
10198                                                              Check out  Vintage 14K Yellow Gold 3 D Retractable Picture Photo Camera Charm opens  https://t.co/CqolTDTeKu via @eBay
10199                                        RT @terriwindling: Will other authors/editors/agents join me to ask @amazon to please stop running ads on white-supremacist-friendly Breitb…
10200                                        RT @KirkHerbstreit: Need some @CollegeGameDay gear? Come to the Buckhead @HomeDepot on 9/1 from 12pm-2pm. Purchase of $100 or more makes yo…
10201                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/Aih8qE1ZjA  https://t.co/4UMBHogdbq via @amazon https://t.co/llbrMbkUMZ #giveaway
10202                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/GDLkmzglGy  https://t.co/Ml89kEFYV2 via @amazon https://t.co/hY6Vvj9Nln #giveaway
10203                                         RT so everyone can know that @Chevron has crooked station owners... over $1 per gallon because of gas shortages in… https://t.co/nnwO6Vg7Vj
10204                                                  RT @tatanishapw: Plan a road trip for #LaborDay Weekend! Get tips on how to save on fuel=&gt; https://t.co/kDguR46dOi @Shell #AD… 
10205                                                Check out Handmade Cross Stitch Christmas Ornament-Cow Wearing Santa Claus Hat-Holly-Moo #Handmade https://t.co/2iIdvkqRD1 via @eBay
10206                                        I just bought: 'Turbot 3-Coil Wireless Charger QI Wireless Charging Phone Stand for Samsung Galaxy S8... via @amazon https://t.co/DDXLTxKL8X
10207                                 RT @marieosmond: Thank you @Walmart @SamsClub for all you’ve done to support @CMNHospitals &amp; other great causes. #HurricaneHarvey 💛🙏🏼 https…
10208                                                                              RT @Reuters: U.S. labor board files complaint against Tesla over worker rights https://t.co/M0cbBOeJ6m
10209                                                                                    @GnarlesGomer @MaraLaGoFuckYou @MollyJongFast @morganpehme @GetMeRogerStone @netflix Solid tweet
10210                                      RT @McDonalds: ⬆🔉 and put your 👏 together for the best ever McPick 2 lineup. Mix and match your faves today for just $5! https://t.co/C6eqT…
10211                                                            Check out 2017 TOPPS CHROME PINK REFRACTOR #71 ANTHONY RENDON NATIONALS FREE SHIPPING  https://t.co/VQHW0NzoOa via @eBay
10212                                                                                   Check out WONDERFUL DAY OF THE DEAD SUGAR SKULL CANDLE HOLDER   https://t.co/wB1x8CzD0V via @eBay
10213                                                                                                Need more “Castlevania” !! @netflix  https://t.co/0khxq2HTPv https://t.co/6WKNtxDWUd
10214                                                                                  RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
10215                                                          Check out Auto Darkening Welding Helmet Solar Power Extra Lens TIG MIG MMA Plasma #Antra https://t.co/F0EDUA8VCQ via @eBay
10216                                                  @IBM @nntaleb lost on Quantum entanglement non deterministic  probabilistic nature. Not excited on software/multiple recursive ans
10217                                   RT @ScottB3nn3tt: @WCPO @ProcterGamble @DanMonk9 🔵 #VoteBlue 🔵 and he won't get the chance to. 🔷🔵🔷🔵🔷🔵🔷🔵🔷🔵🔷🔵🔷🔵🔷🔵🔷🔵🔷🔵🔷🔵🔷🔵
10218                                                   Check out CLASSIC 3 PC PEARL &amp; CRYSTAL FORMAL FASHION NECKLACE JEWELRY SET CHIC AND TRENDY  https://t.co/KizulTAqnA via @eBay
10219                                                            RT @yousef: This is brilliant. Hours of clips to satisfy your inner #avgeek - https://t.co/KFZ2w0G7Pk - nice one @Boeing
10220                                               Check out CUBAVERA BROWN &amp; BLACK FLORAL BUTTON FRONT SHORT SLEEVE SHIRT~MENS MEDIUM M #Cubavera https://t.co/7JA5b8O70J via @eBay
10221                                                      @McDonalds where do you get off charging $2.40 for that little shitty McDouble? That's ludicrous. It'll be @Wendys from now on
10222                                                    @BhavyaSon1 @flyspicejet @Boeing @BoeingAirplanes @Boeing737News @ThePhotoHour @StormHour @NatGeoPhotos… https://t.co/HEVOuZUUwe
10223                                                  Check out Fredericks of Hollywood Corset Red Black Lace Satin Ribbons 38  #FredericksofHollywood https://t.co/F4jBcSTqJf via @eBay
10224                                                              Check out Sailor Moon Enamel Pin Set of 2 (Sailor Moon Tuxedo Mask sailormoon pins)  https://t.co/8ctfhonImm via @eBay
10225                                        RT @kcscloset14ebay: Check out New Ralph Lauren RL Langdon 100% Cotton Tweed Green White Duvet Cover King https://t.co/mEvjmdUS2A @eBay #Ra…
10226                                           RT @CMOMaharashtra: CM @Dev_Fadnavis thanks @CocaCola for fulfilling promise made at @makeinindia Week in presence of Hon @narendramodi… 
10227                                                         RT @LutonTown: #DeadlineDay PART 2: He missed his shift @Tesco to join LTFC! Welcome Aaron Jarvis from @Basingstoke_FC! ➡️… 
10228                                        RT @terriwindling: Will other authors/editors/agents join me to ask @amazon to please stop running ads on white-supremacist-friendly Breitb…
10229                                        RT @terriwindling: Will other authors/editors/agents join me to ask @amazon to please stop running ads on white-supremacist-friendly Breitb…
10230                                                                                                                               @ghost_of_nixon Another great product from @HomeDepot
10231                                                                             Check out MARC BY MARC JACOBS LACE BLOUSE/TEE LG. NEW W/LABEL NATURAL COL https://t.co/tnFDrf7ywG @eBay
10232                                               RT @MattAsherS: @slpng_giants @amazon It's even more urgent to take action now that we know how closely #votersuppression efforts a… 
10233                                                                                                               RT @sinaicedars: @slpng_giants @amazon @terriwindling Shame on Amazon
10234                                                                                       Check out Size PL Lauren Ralph Lauren Green Striped Button Down https://t.co/0h58reM587 @eBay
10235                                                                                                                                    @Google 🏁♾🏁god is life https://t.co/PBxRTcgdf0
10236                                                                      Check out Vintage Jewely Boxes Lot of 6 Gruen Watch Box Case Necklace Buren  https://t.co/4CZeTLMgqK via @eBay
10237                                        @CrunchRoger @benwood @Wileyfox @Microsoft @Windows @shauncollins @nickmcquire @LauraSimeonova Don't know much abou… https://t.co/Q5H7Edbzwb
10238                                        RT @terriwindling: Will other authors/editors/agents join me to ask @amazon to please stop running ads on white-supremacist-friendly Breitb…
10239                                                                                  RT @miss_aloove: @swirlOsquirrel @DrDina @netflix There is another 10 episodes slated to come out!
10240                                                                                         @Reuters Judiciary usurping the Executive authority of @potus doesn't set ideal trajectory.
10241                                                                                  Check out 1987 Grey Cup Celebration Sticker-Decal CFL Vancouver  https://t.co/u23dBFeJyQ via @eBay
10242                                                             Check out #Zombie Tee Shirt #Costume Undead #WalkingDead Size Large #OOAK #TopsShirts https://t.co/1LpTDRd7YF via @eBay
10243                                                     Check out MENS ADIDAS CLASSIC SAMOA SUPERSTARS SHOES PRE OWNED SNEAKERS SIZED 5 YOUTH #adidas https://t.co/7GCw1sjI2j via @eBay
10244                                             RT @BeautyLikeBow: I blame @CBS for letting #BigBrother19 turn into #LittlePaul 🙄 friendship bracelets &amp; 3 weeks of immunity #BB19
10245                                        @Reuters The Southern Poverty Law Center has been just a PAC for the Democratic party for years and is now launderi… https://t.co/fhYVeO4zKu
10246                                                   RT @kroger: We're showing how #KrogerCares by fundraising for @RedCross in stores across the US. Make a #HurricaneHarvey relief… 
10247                                                       Check out Sports Team NCAA Alabama Crimson Tide Charms Glass Earrings Jewelry Stud Earring  https://t.co/V9mHSrF999 via @eBay
10248                                                            RT @Reuters: Crude falls as flooding from Harvey roils U.S. oil industry https://t.co/dn9LiL4jBM https://t.co/8S157EUXNL
10249                                                       RT @ronfeir: Behind the wheel of the 2017 @BMW 740e via @ForbesLife  https://t.co/hvW7at9xbU https://t.co/pwW5TELs9y #realtor
10250                                                    RT @Reuters: Rescuers in trucks and helicopters save Texans trapped by #Harvey floods: https://t.co/5nzn9Gb6QU Latest updates:… 
10251                                                                  RT @NiaJaxWWE: A lady in the streets....but a BEAST in the ring 💋😈💃🏽#NotLikeMost @ASOS https://t.co/4VAqdOmBTQ
10252                                             RT @JoeTurner212: #MSM Lies ! #Democrats R the Racists ! #ABC #CBS #NBC #MSNBC #WSJ #AP @Reuters @business @IngrahamAngle #NAACP #DNC… 
10253                                                                            Check out JAPAN WWII Military postcard THAILAND Kanchanaburi to JAPAN  https://t.co/EFzkUiNkRp via @eBay
10254                                                                                                                             @Lyricmariahh_ @AAFROANGEL @adidas We hope for the best
10255                                                                                            RT @IBM: This is the IBM Cloud. The cloud for enterprise. Yours. https://t.co/LmZ3KSbRkm
10256                                                       RT @MomNeedsABottle: Gym Confidence is to #gopadfree grab your @poise @Walmart and get  a rebate! #livepadfree #padfreelife… 
10257                                                                                                 Check out Disney Tsum Tsum Dr. Finklestein Mini Plush https://t.co/fCGta8lyB4 @eBay
10258                                                                                                    Check out New In Box! World Of Nintendo Fire Mario https://t.co/SUEZy3osld @eBay
10259                                        RT @Chevron: Chevron will not tolerate unlawful price gouging at its independently owned branded stations. Please report issues to 855-285-…
10260                                                                                                             @McDonalds got nothing on @PopeyesChicken raspberry pie!!!! Omg so good
10261                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/bJb6ssKMF7  https://t.co/5OO6PSUfNS via @amazon https://t.co/yYt2G34R2X #giveaway
10262                                                         RT @BlanchettWatts: #RenewGypsy now this is how the entire #gypsy fandom feels @netflix #naomiwatts https://t.co/vRfrw1LbEB
10263                                                          Xiaomi Mi5s 5.15&amp;#034; screen Mobile phone 4GB Ram 32GB Rom Dual SIM Smartphone Gold https://t.co/NDGHMngL7m via @eBay
10264                                                                                                         FinePet Products Pet Seat Cover FINEPET https://t.co/sD4fe5Z3TC via @amazon
10265                                                RT @Thewonderhunter: Check out Winnie The Pooh Ceramic Pot Of Honey Disney Money Bank Collectible Gift https://t.co/qIO0OM5sqg @eBay
10266                                                                           RT @techreview: 300 malicious apps were spread across the @Google Play app store. https://t.co/SKXbMqUoXP
10267                                                              Check out NWT Fidelity Denim Men's JIMMY/Tailored SLIM jeans in OXY KNIT size 38x34 $218 https://t.co/cGomAADpNg @eBay
10268                                                                    Check out Need More Love : A Graphic Memoir by Aline Kominsky Crumb Hardbound  https://t.co/oCj2VdvtEN via @eBay
10269                                                                                  RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
10270                                        RT @BoeingAirplanes: How busy does @Ryanair keep us? They have 3 airplanes coming down the line right now in our 737 factory. #Boeing https…
10271                                                  RT @jakekorab: @LizKershawDJ @Ryanair @SkyNews So that it can continue to fly (though not to/from the UK). https://t.co/JMBZlCxhZb
10272                                                                                                                            #IDontLeaveHomeWithout my @Apple iPhone &amp; @JUULvapor
10273                                        RT @realBrunoFS_art: Another idea @ItsNotRevenge @jonnybernthal @DeborahAnnWoll @Marvel @benbarnes @TheRealStanLee @netflix https://t.co/F8…
10274                                        RT @Reuters: Exclusive: Latin America looks to Venezuelan fuel cargoes as Harvey swamps U.S. https://t.co/ADceR2YvB9 https://t.co/59peVNVSjU
10275                                                                              RT @MOEMASSARI: We got what you want!🐎 @Lamborghini @MercedesBenz @Lexus @BMW https://t.co/MppP7L36Tk
10276                                        RT @rockinmama: 2017 @Toyota Rav4 Hybrid: 5 Reasons Families Will Love This SUV https://t.co/8Ozw8ijg14 #ToyotaNighttimeZoo #Rav4 #Toyota #…
10277                                                                                     RT @MOEMASSARI: All the way up🔝 @Lamborghini @BMW @MercedesBenz @Lexus https://t.co/aAUnyK1pbK
10278                                                                              RT @MOEMASSARI: We got what you want!🐎 @Lamborghini @MercedesBenz @Lexus @BMW https://t.co/MppP7L36Tk
10279                                                                                     RT @MOEMASSARI: All the way up🔝 @Lamborghini @BMW @MercedesBenz @Lexus https://t.co/aAUnyK1pbK
10280                                                                                                          @jimarbogash @SheaSerrano @PayPal @venmo 🙌🏼🙌🏼🙌🏼🙌🏼🙌🏼 foh for life
10281                                                                              RT @MOEMASSARI: We got what you want!🐎 @Lamborghini @MercedesBenz @Lexus @BMW https://t.co/MppP7L36Tk
10282                                                               RT @Reuters: Controversial Wisconsin sheriff who backed Trump resigns https://t.co/eYGMY71l6Y https://t.co/ytLTf1gylP
10283                                             RT @MorganStanley: We thank the thousands of employees who have donated during the first day of our Hurricane #Harvey relief efforts.… 
10284                                                                              RT @MOEMASSARI: We got what you want!🐎 @Lamborghini @MercedesBenz @Lexus @BMW https://t.co/MppP7L36Tk
10285                                                                              RT @MOEMASSARI: We got what you want!🐎 @Lamborghini @MercedesBenz @Lexus @BMW https://t.co/MppP7L36Tk
10286                                                                                         What NYC store are the off white 1s releasing @ tomorrow ???????? @NikeNYC @Nike @nikestore
10287                                        @JollyMets @JulianAssange @Google @Microsoft @Apple @amazon @facebook Interesting you included Microsoft. I had obs… https://t.co/sagtSx0eFp
10288                                                                                     RT @MOEMASSARI: All the way up🔝 @Lamborghini @BMW @MercedesBenz @Lexus https://t.co/aAUnyK1pbK
10289                                                                                     RT @MOEMASSARI: All the way up🔝 @Lamborghini @BMW @MercedesBenz @Lexus https://t.co/aAUnyK1pbK
10290                                                Check out LADIES JUNIORS WOMENS SHIRT TOP BLOUSE BRAND TRIBAL SIZE MEDIUM NAVY WHITE PRINT #Tribal https://t.co/jwFujJpAWp via @eBay
10291                                                                                                                  @itsflynn @Ford Terrible experiences just say no to ford #notoford
10292                                                                                     RT @MOEMASSARI: All the way up🔝 @Lamborghini @BMW @MercedesBenz @Lexus https://t.co/aAUnyK1pbK
10293                                                Check out Lion Brand DISCONTINUED Jiffy Yarn White~ Six Skeins~ Mohair Look Yarn #LionBrand #Jiffy https://t.co/0AZ6hdJ0nR via @eBay
10294                                        RT @perfectsliders: Should MSM #FakeNews Stop harassing #Houston Flood Victims with identity politics? @CNN @NBC @CBS @BuzzFeed @HuffPost @…
10295                                                                                                                    Check out my listing on @eBay: https://t.co/eyv6OD5nFb via @eBay
10296                                                                                                                                                           Who ya got? @Nike @adidas
10297                                        RT @terriwindling: Will other authors/editors/agents join me to ask @amazon to please stop running ads on white-supremacist-friendly Breitb…
10298                                                                              RT @MOEMASSARI: We got what you want!🐎 @Lamborghini @MercedesBenz @Lexus @BMW https://t.co/MppP7L36Tk
10299                                                                                     RT @MOEMASSARI: All the way up🔝 @Lamborghini @BMW @MercedesBenz @Lexus https://t.co/aAUnyK1pbK
10300                                                       RT @MomNeedsABottle: Gym Confidence is to #gopadfree grab your @poise @Walmart and get  a rebate! #livepadfree #padfreelife… 
10301                                                                                                                                        RT @netflix: Pretty. https://t.co/e38ua5udVr
10302                                                                                           @madebygoogle @verizon This is a scam. Google is spying on everyone and storing the data.
10303                                                            Check out  The FL Studio Bible Making Music Happen Hardcover  2006 by Scott W Fisher   https://t.co/MlPgFOOP8L via @eBay
10304                                                                                     RT @MOEMASSARI: All the way up🔝 @Lamborghini @BMW @MercedesBenz @Lexus https://t.co/aAUnyK1pbK
10305                                                                              RT @MOEMASSARI: We got what you want!🐎 @Lamborghini @MercedesBenz @Lexus @BMW https://t.co/MppP7L36Tk
10306                                                                                                   RT @HP: @MattTong Awesome! So glad to hear you're enjoying the Spectre x360! 😊👍
10307                                                                                     RT @MOEMASSARI: All the way up🔝 @Lamborghini @BMW @MercedesBenz @Lexus https://t.co/aAUnyK1pbK
10308                                        Check out Juniors Ladies Womens Top Love Fire Sizes M &amp; L 888825960842 &amp; 888825960859 Belk #Blouse https://t.co/qGx37H55mj via @eBay
10309                                         Wanted Posters of the Wild West - 24 Trading Card Set – Available Now: https://t.co/4qFH74pEc0 via @amazon #OldWest #BillyTheKid #WyattEarp
10310                                                       Check out The North Face Gore Tex Bibbed Ski Pants Size Large Yellow Black Water Repellent  https://t.co/TqXQd5BL8r via @eBay
10311                                         RT @Cost2Build_UK: We have a £50 @amazon gift card to give away! Just RT &amp; follow for a chance to win. We'll announce the winner next… 
10312                                                                                                                                                        @CocaCola It's just so good!
10313                                                 Latest @Apple Park #drone video shows Steve Jobs' tree-filled vision spring to life https://t.co/7eRWwXagOg https://t.co/t8ISl9P9Ev
10314                                                                      Check out Book ANIMAL DICTIONARY A Little Golden Book 1960    FREE SHIPPING  https://t.co/wjbUTDhG0Y via @eBay
10315                                        RT @terriwindling: Will other authors/editors/agents join me to ask @amazon to please stop running ads on white-supremacist-friendly Breitb…
10316                                            Check out NWT Crown &amp; Ivy SZ  XS Long Sleeve Casual Top UPC480003897805 Navy Blue Value$40 #Blouse https://t.co/q1rDP1ms2c via @eBay
10317                                                        Check out 2016 WWE NXT Apollo Crews Rookie &amp; Papa Shango Trading Cards FREE SHIPPING!  https://t.co/zqKqiEDRcR via @eBay
10318                                                  RT @Greyimp: @vets4bernie @MarkRuffalo @WellsFargo Everyone needs to move their money away and punish this shitty bank. It's not… 
10319                                                                       Check out Dak Prescott Dallas Cowboys signed autographed Logo Football PSAS COA https://t.co/PUTlZr4KdS @eBay
10320                                                                          Check out 2016 WWE Kalisto &amp; Adam Rose Trading Cards FREE SHIPPING!  https://t.co/FjnVDNAaHA via @eBay
10321                                                                                                                                                         @netflix WE DEMAND SCARFACE
10322                                                                                                                                        RT @netflix: Pretty. https://t.co/e38ua5udVr
10323                                                                    RT @paigelav: Wonder if @facebook will consider this a violation of community standards. https://t.co/5PmEg5j3bR
10324                                                          Check out New with tags London Fog ladies hooded 3/4 jacket size Petite Small #LondonFog https://t.co/1RJM52rstz via @eBay
10325                                                        RT @Yung_Mangu: @netflix @NarcosNetflix So you're just gonna put Lito in Narcos and act like we aren't going to notice?!!?!?
10326                                        RT @BoeingAirplanes: How busy does @Ryanair keep us? They have 3 airplanes coming down the line right now in our 737 factory. #Boeing https…
10327                                                                                     RT @netflix: Get your birthday suit ready! #WatchNaked only on Netflix. https://t.co/OtREXzwK3y
10328                                                            #Kodacolor #JigsawPuzzle 1000pc #Tulips Litchfield CT 18x26 #Flowers #Country #Floral  https://t.co/uzLpIlXFYx via @eBay
10329                                                                  RT @comcast: We believe in an open internet and giving our customers the Net Neutrality protections they expect.… 
10330                                                                                    Knocked Out Again (Knock Out) by Jude Haste https://t.co/ogca4qnOLI via @amazon @judehaste_write
10331                                                   RT @VanoverPatricia: @hensoncompany @HBO @hulu @netflix @SyfyWire @AmazonStudios Body swapping is totally different on Farscape… 
10332                                    RT @mrssmitty94: @CocaCola #PortArthur &amp; #Beaumont need bottled water. Water supply is cut off. PLS HELP #HurricaneHarvey #TexasStrong #Hur…
10333                                              RT @Taxoom_Cloud: Augmented Reality is transforming the future of #Ecommerce with @amazon and @Apple leading the #innovation.  #tech… 
10334                                                                                                                                                            @Lagbys @netflix Lucifer
10335                                                Check out DANA BUCHMAN Shirt Top L Stretch Draping Cowl Neck Lined 3/4 Sleeves Womens #DanaBuchman https://t.co/SY7rCU0VXd via @eBay
10336                                                         Check out YOUNG GUITAR 12/1995 Japan Music Magazine Jimmy Page Jimi Hendrix Kirk Hammett  https://t.co/EyNZeEJ19r via @eBay
10337                                                               RT @Reuters: Controversial Wisconsin sheriff who backed Trump resigns https://t.co/eYGMY71l6Y https://t.co/ytLTf1gylP
10338                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/X6cMJjNfW5  https://t.co/46yKOTEhKC via @amazon https://t.co/VhaeSXeyHi #giveaway
10339                                     @True_Tacoma @grantruby @baritoneblogger @BankofAmerica @Chase @BECU @keybank @WSECU I'm BECU &amp; they been great to… https://t.co/dkXJGz02mh
10340                                                                                                                                                 @Alisaleane @netflix You're lying!!
10341                                                                                                                        @taniamillan38 @Microsoft Thanks for sharing. Any takeaways?
10342                                                  Check out Kodak Brownie Fun Saver Movie Camera W/Box+book UNOPENED Kodachrome 25 8mm Film #Kodak https://t.co/OhuToTBdHV via @eBay
10343                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/rhVn4V5VYh  https://t.co/77XEA8nrFP via @amazon https://t.co/DJWF9unDsT #giveaway
10344                                        RT @terriwindling: Will other authors/editors/agents join me to ask @amazon to please stop running ads on white-supremacist-friendly Breitb…
10345                                                                                                       RT @BigBoy2178: @AscendedBastard @Starbucks Everybody spam this to @Starbucks
10346                                                                                                                             @slpng_giants @amazon Stop this advertising BS! @amazon
10347                                                        RT @vinegardog1: @hensoncompany @SYFY  @hulu @netflix You are ruining my TV buzz by taking your time in bringing back more… 
10348                                                                                                                                Just put BBUS on hiatus @CBS https://t.co/pLjHfGpgzC
10349                                                                                   Under Armour Storm Women's M Big Logo Hoodie  Gray Orange Loose EUC https://t.co/BeMdRam7GX @eBay
10350                                                                                  RT @TheEllenShow: I ❤️  @JJWatt. I ❤️ Texas. And thank you so much @Walmart. https://t.co/8aZqkiGyPN
10351                                                                            RT @Reuters: New ETF plans to 'make America great again' https://t.co/RdC3Udt4Cv https://t.co/GqLKnoFnll
10352                                                                                                                                                @Reuters We are ONE SPECIES ONE MIND
10353                                                                                   RT @Reuters: Mattis signs orders to send additional troops to Afghanistan https://t.co/jPVRCzvUfg
10354                                             RT @EthanTimmins: @terriwindling @amazon @slpng_giants @amazon if you do not pull funding from alt right nazi rags within the month I… 
10355                                                       Check out VINTAGE TO NEW HANDMADE HUGE PENDANT LOT LOCKET BOTTLES 925 MIX METALS/MATERIALS  https://t.co/m4JLJIFikL via @eBay
10356                                                             @McDonalds You are major contributor of the obesity epidemic in this country by selling these $1.00 drinks.  For shame!
10357                                               #MegWhite #WhiteStripes Check out HRC Hard Rock Cafe Detroit White Stripes Drum Set Kit 2004 Pin LE NEW https://t.co/lFhx5gnhcY @eBay
10358                                                                       RT @Reuters: U.S. bombers drill over Korean peninsula after latest North Korea launch https://t.co/m5HPYcdGLC
10359                                             RT @SusieQ19622: Free ship NWT EXPRESS off shoulder Sequin Deco Aztec Mini Skirt Dress SZ XS Black Womens https://t.co/lmcbUuNgWt @eBay
10360                                                                                 RT @Lyricmariahh_: Making myself the new face of @adidas 📸: Marisa Rameriz https://t.co/QLzVjRhOaQ
10361                                              RT @CrystalS423: Wow @Nike he's ordering shoes for under privledged minority children. And you cancelled his order. Put that in your… 
10362                                                                Check out Vintage 1951 The Art Of Clear Thinking Rudolf Flesch Hardback Book Self-Help https://t.co/eU9QuSF0S0 @eBay
10363                                        RT @glitter_n_dirt: Gas stations running out of gas in Dallas. Lines at @Costco is 100 cars deep. #HurricaneHarvey #DallasGas https://t.co/…
10364                                                                                                                    Check out Metal bread platter  https://t.co/TtWICUke1s via @eBay
10365                                                                                                                     @evilkimmy64 @paigelav @facebook Female nipples. Breastfeeding.
10366                                                                                                                                                      I want @McDonalds right now 😔
10367                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/SvvCVqhezQ  https://t.co/FSW48rLJ7f via @amazon https://t.co/iR58ZAcyxP #giveaway
10368                                                                                   RT @Reuters: Mattis signs orders to send additional troops to Afghanistan https://t.co/jPVRCzvUfg
10369                                                                           RT @ExquisiteArrion: Buy this for new photos and the PHD more on list https://t.co/xuXXhBCqZQ via @amazon
10370                                                                                              @TMobile knows how to take care of customers. Stay safe folks. https://t.co/2ILI3Gq2ns
10371                                         RT @luvsParis: Check out SUPER SALE VINTAGE WOMENS SZ  L RED PLAID PENDLETON SHIRT USA Jacket/Wool Shirt  https://t.co/cJM6EJwIya via @eBay
10372                                        RT @terriwindling: Will other authors/editors/agents join me to ask @amazon to please stop running ads on white-supremacist-friendly Breitb…
10373                                        RT @Reuters: UPDATE: NHC says Irma becomes a category 3 hurricane over the eastern Atlantic. https://t.co/YKXiSjht4u https://t.co/lbWHMODKa2
10374                                            RT @Reuters: Modi's $87 billion river-linking gamble set to take off as floods hit India https://t.co/182xcsvupz https://t.co/QjQwyaumCl
10375                                          RT @IBM: This is not a cloud. This is a car protected from storms by an insurance company. https://t.co/rWzh8WnMrt https://t.co/NfKVbcqSmf
10376                                                                                            RT @Shell: Shell CEO: Why I’m left humbled by Hurricane #Harvey: https://t.co/rQC2Hg64JB
10377                                                                                                        @ZooCBS Can you catch it on ondemand? It's worth watching!!! #RenewZoo  @CBS
10378                                                                                                             Check out New Teal Cream Tunic Top Size S https://t.co/0PYeGgBBIC @eBay
10379                                                                                                                                             #Oreo !! Pixel fans rejoice! 😍 @Google
10380                                           @SpeakerRyan @Boeing @intel @TheLeadCNN Firing do nothing parasites like yourself that collect tax funded salaries would be a good start.
10381                                                                                Check out Emoji School Supplies Folder Poop Mechanical Pencils Bundle  https://t.co/9oQxDamAF8 @eBay
10382                                                                                         I hope @netflix makes this happen and @KaceyMusgraves gets involved https://t.co/e7rCGuP8Vt
10383                                                                                                                                                          @jennmaggiore @Yahoo YIKES
10384                                                                    @Reuters Will someone please pull Miley's shorts down? She's not learned the difference between sexy and sleazy.
10385                                                                  RT @NiaJaxWWE: A lady in the streets....but a BEAST in the ring 💋😈💃🏽#NotLikeMost @ASOS https://t.co/4VAqdOmBTQ
10386                                        RT @2k16Phil: Check out Sexy Black Satin Bathrobe size 10-12 https://t.co/hiaRD0D9Ln @eBay #Black #Sexy #Satin #bathroom #BathRobe #Size10-…
10387                                                                                        Check out Beautiful Two Toned Green Hand Blown Glass Vase  https://t.co/eJ2R0hJVhU via @eBay
10388                                                                PRO-Moms: Prenatal Probiotics for Pregnant and Breastfeeding Women - Recommen... https://t.co/Wxr5VUdE5B via @amazon
10389                                                                 do it for lukas @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca #WeWantEyewitnessSeason2
10390                                          RT @IBM: IBM and @Salesforce partnership deepens with new joint solutions: https://t.co/6bXFOE9peQ via @TechCrunch https://t.co/bwrfAMtbef
10391                                                            Check out Authentic  Carlo Palazzi Necktie 100% Silk  suede Made In Italy #SergioFerno https://t.co/B8ORNZTx5w via @eBay
10392                                                            RT @Reuters: Tajikistan agrees to more intelligence exchanges with China https://t.co/i3HOsx37iV https://t.co/1i1OyqSsH3
10393                                                                                                         Check out New Women White Skinny Jeans Size 6 https://t.co/zBVNb9TRE0 @eBay
10394                                                                                                                         @KatRoseQ You saw the @netflix death note movie didn't you?
10395                                                         Check out School House Rock VHS Movie Video 25th Anniversary Grammar Edition Elementary   https://t.co/u9w1qUnQkt via @eBay
10396                                                         Check out Solid 18k Yellow Gold Engagement Ring 1.00 Ct Round Cut D/VVS1 Women's Jewelry  https://t.co/juee0Nf0UH via @eBay
10397                                                                                                        RT @justinbieber: #stadiummerch at @hm september 7th https://t.co/Mnib8sEp7O
10398                                                Check out BCBG slingback stiletto 10B metallic strapy sexy summer sandal evening or formal #Formal https://t.co/eoaPFHHVh5 via @eBay
10399                                            RT @Reuters: Modi's $87 billion river-linking gamble set to take off as floods hit India https://t.co/182xcsvupz https://t.co/QjQwyaumCl
10400                                        Coloring Fun Mandalas: A Coloring Book (Volume 1) by Sonal Panse https://t.co/frA6lite5A @amazon #coloringbook #mandalas #coloringfun #color
10401                                                                                @Reuters little steve minutia thinks he makes policy now. No more tax bailouts for the goldman sacs.
10402                                                                                          do it for lukas @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
10403                                        Get Blami Chalk Markers 14 with 30% discount: https://t.co/w3dUtf0WX5  https://t.co/3yxBNMMOqL via @amazon https://t.co/KMOA2FRW0O #giveaway
10404                                                                                                               Narc in the Dark by Bronco Hammer https://t.co/NRYt79zjYl via @amazon
10405                                                        Check out DH-8487 Best Sale Charming Blue Chalcedony Gold Plated Connector Making Jewelry  https://t.co/SuvQ2VNUQN via @eBay
10406                                                                                                                                        RT @netflix: Pretty. https://t.co/e38ua5udVr
10407                                        RT @lossrockhart: Looks like @amazon is selling paperback copies of @TheNuminous1's FURNACE for just $8.47 right now. https://t.co/pmfN5rTk…
10408                                                           Check out Falling Skies John Pope (Colin Cunningham) Costume Prop Stunt Jeans with Tag  https://t.co/0Qw8WG5mua via @eBay
10409                                                                                                              THIS IS NOT A DRILL! @Disney don't let me down https://t.co/IOKnCMwPVI
10410                                        RT @LucindaViney: Lenovo's Jedi Challenges are so cool! #IFA2017 #LenovoIFA #StarWars @Disney https://t.co/cojHyKYZ1J https://t.co/tuVCd08I…
10411                                                                                                    Wondering Sight (The Extraordinaries Book 2) https://t.co/GP2oZEeR8D via @amazon
10412                                        RT @AmaABC7: The @Disney #DayOfGiving isn't over yet! Here's how you can still help and how donations are going so far: : https://t.co/Y5hy…
10413                                                               RT @Thales_ME: The #MiddleEast is a very important region for @thalesgroup. Check out @Patrice_Caine interview with… 
10414                                                                                 Check out 2006-S 25C State Quarters - Clad DC (Proof)  // M-1577  https://t.co/s76mkgtySe via @eBay
10415                                           RT @Gaurav_Gupta67: @shailichopra @rnivruti @PriyankKharge @KbitsMd @Startup_Kar @startupindia @intel @amitabhk87 Resplendent women pow… 
10416                                        RT @BigEbaySales: Please RT @eBay! https://t.co/TnWJsNyxiJ … via @eBay #ebay #clothing #shoes #ties #oldbooks #collectibles #namebrand http…
10417                                        RT @XtianDela_G: #NcicOnFakeNews Nowadays the newspapers produce the information. @facebook  and @Google  get the profit. @NCIC_Kenya @Kibe…
10418                                                                                                                             Hey @Apple how many RTs to get an invite to your event?
10419                                                                                                                 @Kat_McNamara @Disney @FreeformTV @ShadowhuntersTV How great of you
10420                                                Check out Black Legion Atomic Blue Triple Set - Karambit / Huntsman / Military Knives #BlackLegion https://t.co/EEYH6AODVI via @eBay
10421                                         RT @Reuters: Japan Inc turns contract workers into permanent staff as labor market tightens https://t.co/H4MwfPrxrR https://t.co/jVkP6ih0Ei
10422                                          Factchecking -Initiative zur #btw17 von @googlenewslab @correctiv_org @facebook @firstdraftnews u.a. #Wahlcheck17… https://t.co/BbUmFvjgW8
10423                                            RT @fakenews_letter: Factchecking -Initiative zur #btw17 von @googlenewslab @correctiv_org @facebook @firstdraftnews u.a. #Wahlcheck17… 
10424                                                        RT @MarshaCollier: This Tennis Ball Analogy From an @IBM #Marketing Expert Will Transform How You Think About Your Product… 
10425                                        RT @FullBellyLaughs: We crown the champion of best national coffee shop https://t.co/Vy3C2lp2ZF #classic #coffee @Starbucks @DunkinDonuts h…
10426                                                 Check out ANTIQUE PAGDI DESIGN !! 925 STERLING SILVER RING _ SIZE 8.5 US #SilvexImagesIndiaPvtLtd https://t.co/Q4IQjwQZn8 via @eBay
10427                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10428                                              Check out Lyrish GRASS (若草) Beautiful Acoustic Taisho Koto (Taishogoto) with FREE SHIPPING #LYRISH https://t.co/AedMM9N4xh via @eBay
10429                                                                                                                                                   @titanicsinclair @HP 😂what show?
10430                                    From six daring authors Tales of the Fantastic: A Fantasy &amp; Paranormal Sample Anthology by Alex E. Ca... https://t.co/MFvQEwlvnt via @amazon
10431                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10432                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10433                                                                                        RT @thisisinsider: Here's how you get your @amazon packages FAST. 👀 https://t.co/F5PcLhQl0l
10434                                                            Check out magic deck disappearing vanishing magic card case close up magic trick box   https://t.co/3703W5hgKj via @eBay
10435                                                              #FreeShipping Pink Wind Junior Girls Casual Loose Cat Pro... by PinkWind for $7.99 https://t.co/JwUEya8HZ4 via @amazon
10436                                                                        RT @Reuters: White House starts probe of private email use by senior aides: Politico https://t.co/v8WJo2TLko
10437                                                 RT @ToniAllum: My @facebook group was shutdown w/o explanation whilst violent content remains. Sign here: https://t.co/Yyo3w0rcY9… 
10438                                                                 Technics RS-1500U RS1500U Reel-to-Reel Recorder Tape Recorders Player Audio Used  https://t.co/co76kwlEMk via @eBay
10439                                        RT @iamsosik: If I said that the most comfortable soccer shoe in the world came in my dream. Would you believe me? @Nike #Weird #DreamsAndN…
10440                                                Check out India Cotton Pareo Hand Block Print Sexy Bikini Cover Sarong Floral Beach Wear #Handmade https://t.co/xrHgGyMvha via @eBay
10441                                                                                                        Check out https://t.co/VaX9shUEKv-CRYSTAL  https://t.co/Xjq2ZtbWCw via @eBay
10442                                        RT @iamsosik: If I said that the most comfortable soccer shoe in the world came in my dream. Would you believe me? @Nike #Weird #DreamsAndN…
10443                                        RT @iamsosik: If I said that the most comfortable soccer shoe in the world came in my dream. Would you believe me? @Nike #Weird #DreamsAndN…
10444                                                                             RT @Reuters: More than 50 Rohingya missing as U.S. steps up pressure on Myanmar https://t.co/iUBpLlx0Md
10445                                                RT @Reuters: Vietnam court sentences to death PetroVietnam ex-chairman in mass trial https://t.co/9UCrOcXwEC https://t.co/9SAHtkA68l
10446                                                Get a seamless data platform w/ Pure Storage for @Microsoft. Book a 1:1 meeting at #MSIgnite to learn more:… https://t.co/NmHNMckY79
10447                                                RT @Reuters: Vietnam court sentences to death PetroVietnam ex-chairman in mass trial https://t.co/9UCrOcXwEC https://t.co/9SAHtkA68l
10448                                        RT @iamsosik: If I said that the most comfortable soccer shoe in the world came in my dream. Would you believe me? @Nike #Weird #DreamsAndN…
10449                                                               Check out Fancy Brown Grey round loose diamond 0.22ct vs Natural Untreated fancy colour https://t.co/2VKgAamzNw @eBay
10450                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10451                                                            RT @CocaCola: Welcome to the Coca-Cola family @MrAlexHunter! #WelcomeAlex #CokeZeroSugar #FIFA18 https://t.co/2yoMfbWJPs
10452                                         @ThePopeResign @embossables @Telegraph @TMZ @ABC @CBS @nbc @HBO @fox @MTV @upn @TBN @CNN @ArianaGrande @MileyCyrus… https://t.co/8E6iY7zIkp
10453                                         RT @fenestawindows: An opportunity to bring your #Tennis knowledge to some great use. Stand a chance to win @amazon vouchers. #FenestaOpen…
10454                                                 #Mobioutlet #BestQuality iPaky 4 cut #Rubberized #Matte Finish Hard #BackCover For #VivoV5 in Black https://t.co/tCpvtyGmaj @amazon
10455                                                 @AmazonHelp @amazon @amazonIN @OnePlus_IN Tweet 187 - Still waiting on my phone guys. #NeverSettleForAmazon https://t.co/2UbUzdOQj8
10456                                                                        Vietnam court sentences to death PetroVietnam ex-chairman in mass trial https://t.co/2xlTTzaE42 Via @Reuters
10457                                               Just saw this on Amazon: 2014 TOPPS PLATINUM DAVANTE ADAMS ROOKIE CARD by Football Card for $2.99 https://t.co/IHlKEiRsLw via @amazon
10458                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10459                                                                     RT @RoviraMark: Very proud of the team and the achievement so far. Thnx @bancosantander https://t.co/tLSU40OVNq
10460                                              Planned a break for Tone and me. Much needed - to Gdansk! What could be nicer. And what could be worse- I booked with @Ryanair #fucked
10461                                       RT @McDonalds: Enjoy a ☕ with a friend this #NationalCoffeeDay and keep the coffee pride brewing with $2 small #McCafe drinks. https://t.co…
10462                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10463                                                             RT @Reuters: Behind the bombast: North Korea's genteel foreign minister https://t.co/RUn9Gge0T9 https://t.co/utZiJcsaTi
10464                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10465                                                                     RT @Reuters: U.S. prepares Havana embassy staff drawndown after diplomats become afflicted by health problems… 
10466                                                    Just saw this on Amazon: Mi Gente (Timba Jam) [feat. Tiempo Libre] by Hector Lavoe for $1.29 https://t.co/eM2KRSQNCf via @amazon
10467                                                       Check out Indian 10 Yard Fabric Hand Block Floral Design Cloth Dress Material 100% Cotton   https://t.co/47ZTVJ4KhJ via @eBay
10468                                                RT @StopFundingHate: Today's Mail ads include @Debenhams @MarksandSpencer @LloydsPharmacy @PandOCruises @Tesco @PANDORA_UK @LidlUK… 
10469                                                          Slasher Night Amazon Instant Video ~ Jafeth Garcia #Horror #amazon #Movie #Indie #film https://t.co/FIb9VvA8fd via @amazon
10470                                                                                                     @shangasm @TommyRefenes @netflix Oh man. You’re not @TommyRefenes.. ignore that
10471                                                                                                        #OpenYourCity with @Heineken &amp;&amp; @Heineken_SA https://t.co/MEC0xiiJ1n
10472                                                                  RT @Reuters: Japan's defense chief warns of possible North Korea provocation on October 10 https://t.co/hTyULzI99f
10473                                                                RT @eBayNewsroom: See how @eBay business @upaknship offers second chances to addicts who are committed to recovery… 
10474                                                          Check out Beatles (music group) t shirt size 12 months lightly worn very good condition  https://t.co/FzRicsGd9Q via @eBay
10475                                                           Check out Set 4 Cloverleaf Pink Depression Hazel-Atlas Saucers 5 1/2 Inches #HazelAtlas https://t.co/n0nacHI7DG via @eBay
10476                                                                                                                     @MirandaSings @PoppyGracetweet @Apple Miranda is coming for you
10477                                        @Ryanair I do not want to miss the wedding I am considering whether to cancel my flights with you and rebook with a… https://t.co/WrsOkib770
10478                                                                  RT @Reuters: Japan's defense chief warns of possible North Korea provocation on October 10 https://t.co/hTyULzI99f
10479                                                       RT @Reuters: Hawaii approves telescope on volcano sacred to indigenous people https://t.co/wlfXgegKCP https://t.co/581yG7aVZo
10480                                                  RT @Reuters: Emotions are running high in Spain ahead of Catalonia's independence vote. Read the latest: https://t.co/kxP3jrnxcP… 
10481                                                      RT @RedChilliesEnt: We want to know more about the man who has answers to questions that even @Google cannot answer! @iamsrk… 
10482                                                           Check out Empty Can Of Danish Beer FAXE Premium 115th Anniversarу Limited Edition 2016  https://t.co/5ukUNIntsW via @eBay
10483                                                  RT @Reuters: Emotions are running high in Spain ahead of Catalonia's independence vote. Read the latest: https://t.co/kxP3jrnxcP… 
10484                                        @elianas_world @Ryanair Had a flight booked with them last week but didn't turn up as I'd lost all confidence. Flig… https://t.co/GhaFr9yY3l
10485                                                                 RT @TobyKeithMusic: Swing by your local @Walmart and pick up a copy of The Bus Songs TODAY! https://t.co/SmFTdRXJIF
10486                                                              RT @Citi: New GPS report from #Citi and @OxMartinSchool on #Inequality &amp; Prosperity in the Industrialized World:… 
10487                                                             Check out Mexican Terra Cotta Pottery Cheese Butter Dome Dish Fruit Theme #fruittheme https://t.co/5mCO8CMUxV via @eBay
10488                                                                                                                    RT @LaloDagach: 🤦🏻‍♂️ @Ford no. Just no. https://t.co/9w20xuJAY9
10489                                                                                                                                                                         @Apple Nice
10490                                                                                            RT @netflix: Officially making this exact face until October 27. https://t.co/o3htiUxgM0
10491                                                     RT @imoyse: Natterbox wins Silver Award @UKCXAwards Best Technology &amp; Telecoms for @salesforce Cloud Telephony @Natterbox… 
10492                                                            RT @Reuters: Twitter suspends Russia-linked accounts as it probes online efforts to meddle with the 2016 U.S. election… 
10493                                                                   Less than a week until the KCDesignCore | @Adobe Visual Design Community meetup. Details: https://t.co/glyFmKddvd
10494                                                         Check out Heart Shaped 925 Sterling Silver Handmade Ring Sz 6 US (2 gm) - 6428 #Statement https://t.co/jUPlwQe5w6 via @eBay
10495                                                            Check out Lot of 91 Advertising Matchbooks Anacin Hunts Grocery Tums 63 Front Strikes  https://t.co/UASgHZFNrU via @eBay
10496                                                     RT @imoyse: Natterbox wins Silver Award @UKCXAwards Best Technology &amp; Telecoms for @salesforce Cloud Telephony @Natterbox… 
10497                                                            RT @Reuters: Twitter suspends Russia-linked accounts as it probes online efforts to meddle with the 2016 U.S. election… 
10498                                                     RT @imoyse: Natterbox wins Silver Award @UKCXAwards Best Technology &amp; Telecoms for @salesforce Cloud Telephony @Natterbox… 
10499                                                 RT @SOC_Prime: Find compromised @Microsoft #Windows credentials with #ArcSight and Use Case Cloud content https://t.co/iDsqnJLn07… 
10500                                                                        RT @Reuters: Putin critic Navalny says police detain him ahead of pre-election rally https://t.co/lDZYYWXESX
10501                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10502                                                                                  Check out Vintage Hand Carved Wooden Turtle Trinket Pot/Candlestick. https://t.co/ewzoE44ht5 @eBay
10503                                                     RT @imoyse: Natterbox wins Silver Award @UKCXAwards Best Technology &amp; Telecoms for @salesforce Cloud Telephony @Natterbox… 
10504                                              RT @Billy1161: Check out Retro Vintage #18kGoldHeartPendant / #Necklace W/ #Rubies &amp; #Sapphires  https://t.co/abRg2ATZb9 via @eBay
10505                                                     RT @imoyse: Natterbox wins Silver Award @UKCXAwards Best Technology &amp; Telecoms for @salesforce Cloud Telephony @Natterbox… 
10506                                                                                   RT @hm: Follow us behind the scenes #THEWEEKNDxHM https://t.co/pqq5Saqvlg https://t.co/Iv7y1zCVWy
10507                                        RT @hm: Fresh streetstyle — get them before it's too late! #HM #HMMan #StadiumMerch @JustinBieber https://t.co/feW4xWlbWb https://t.co/ry0t…
10508                                                RT @Reuters: China sets 2019 deadline for automakers to meet green-car sales targets https://t.co/rZy4oOgmOU https://t.co/pVnsj8VbMR
10509                                                       RT @TripAdvisor: Pack your bags. And a compass. RT if getting lost is your travel style! #WhyWeTravel https://t.co/9N9VDXhvyk
10510                                                RT @Reuters: China sets 2019 deadline for automakers to meet green-car sales targets https://t.co/rZy4oOgmOU https://t.co/pVnsj8VbMR
10511                                                                          Check out Phone Booth DVD (Fox Pictures 2003) Full Screen Widescreen Version https://t.co/AaX7lUgkUv @eBay
10512                                                                                          RT @Google: Stupid question? No such thing. #AskAStupidQuestionDay https://t.co/COUlRtLjVV
10513                                                                  Learn what #customer experience really means with @IBM #marketing: https://t.co/92HhnFFo4f https://t.co/NNu4voPWXk
10514                                                       RT @chrisknorn: Employer Branding is all about people. @Siemens we have fantastic ones. Check out their personal stories on… 
10515                                                                                                                     @MiddletonMurray @ASOS So generous 🙌🏼 https://t.co/FbE8ohRYU7
10516                                                                                                              @Argos_Online @HP @Argos_Online @HP  #fasttrackfriday  fingers crossed
10517                                                       RT @Reuters: Hawaii approves telescope on volcano sacred to indigenous people https://t.co/wlfXgegKCP https://t.co/581yG7aVZo
10518                                               RT @sonorathereader: Supporting my friend! Science For Gaia #EarthDay T-Shirt by Jimmo https://t.co/ebL0mXrnS7 via @amazon #Science… 
10519                                                                                                                                                     @Reuters That's a bunch of crap
10520                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10521                                                                                                                    Why advertise next day delivery then not bring it @ASOS ✋🏻✋🏻
10522                                                                        Just done a supermarket sweep around @Costco ready for Grace's christening on Sunday https://t.co/wWOylWCiAN
10523                                                                                                      Check out Loose 9x7 Tanzanite oval Gemstone  https://t.co/wdAPe86t87 via @eBay
10524                                              @Scooterocket @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell @timkaine… https://t.co/iAGmDTOlDB
10525                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10526                                                RT @Reuters: China sets 2019 deadline for automakers to meet green-car sales targets https://t.co/rZy4oOgmOU https://t.co/pVnsj8VbMR
10527                                                         RT @Reuters: New Uber CEO to meet London transport boss over license battle https://t.co/hEhCpD6nuZ https://t.co/GrI5f2UNJP
10528                                                  Check out Antique Pair Leather Doll Ankle Boots or Salesmans Rep Sample Miniature Shoes #Unknown https://t.co/Sf2np1dXCA via @eBay
10529                                                    RT @MarcHeneka: Very interesting! @SAP @KMcDSAP @amanatidou @RueckertTanja @SAPLeonardo #blockchain #IoT #InternetOfThings #AI… 
10530                                                                                                         @Adam89565564 @MrLungeloGumede @Reuters Then these mysteriously disappeared
10531                                                 @jannichol @Tesco Why are you still shopping there? 😳 I’ve always hated @Tesco not very great quality and at ridiculous prices too
10532                                                                 0.10 CT Round Real Genuine Diamond Wedding Flower Nose Stud Solid 10K White Gold  https://t.co/JZ6XME6VN1 via @eBay
10533                                                       RT @Reuters: Hawaii approves telescope on volcano sacred to indigenous people https://t.co/wlfXgegKCP https://t.co/581yG7aVZo
10534                                                                                                                            @Argos_Online @HP #FastTrackFriday need a new laptop. 🤞
10535                                                          RT @Reuters: Tesla's big battery races to keep South Australia's lights on https://t.co/DG5TmFBiBi https://t.co/lQLbqNm1BE
10536                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10537                                                                                          @Ryanair Why are you completely ignoring my question? Is this a real person or a computer?
10538                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10539                                               RT @_TheStable: Our free pizza night @_StableBourne just got compared to an @Apple opening... imagine if we bought our pizza to one… 
10540                                                                    #Boycottryanair @Ryanair literally the worst. A week and a half later and we are still sorting cancelled flight.
10541                                                 Check out Rack Storage Shelf Shelving Tier Garage Steel Organizer Metal Kitchen Adjustable #Edsal https://t.co/EZ9zjbJgj6 via @eBay
10542                                                         Check out 32.80 Ct. Natural Aquamarine Fine Quality Fancy Shape Cabochon Loose Gemstones  https://t.co/PlRH6dPDBV via @eBay
10543                                                                                                                                                                 @Apple Best gadgets
10544                                                         Check out Pear Cabochon 47.50 Carats. Natural Bumble Bee Jasper 40x29 MM Loose Gemstones  https://t.co/MiR7ezPsPh via @eBay
10545                                                           RT @ConsumerCouncil: Advice for @Ryanair passengers affected by Belfast International to Gatwick Airport cancellations:… 
10546                                                Check out 1 Pair Lovely 925 Sterling Half Moon Curved Design Silver Oxidize Nice Earrings #Raagarw https://t.co/E7w5gPyFN4 via @eBay
10547                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10548                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10549                                                                                             RT @netflix: @colesprouse for the love of god to not mess with brazil cc @NetflixBrasil
10550                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10551                                                                            RT @Reuters: Women to plead not guilty in high-profile Kim Jong Nam murder trial https://t.co/d3lE7bS5sc
10552                                                                                             RT @netflix: @colesprouse for the love of god to not mess with brazil cc @NetflixBrasil
10553                                        @ukbeautyaddict @mamasandpapas @MamaDesignsLtd @purflosleep @thewhitecompany @CompanyCloud9 @nextofficial Exactly e… https://t.co/Css0AU1IQv
10554                                                    @slg_carolina @ChicagosFines19 @McDonalds I think that would qualify as a Terminator scenario. But I'm pretty sure you're good!!
10555                                                                                              @petrol_ped @Audi @PortsmouthAudi @HarwoodsGroup @AudiUK @AudiUKPress yes please @audi
10556                                         @Ryanair I left my Kindle on the 21.05 flight yesterday from Corfu to Manchester Airport. Who can I contact to see if it was handed in? Thx
10557                                                                                        Check out La Mer The Concentrate Sample Travel Size 0.1 oz 3ml https://t.co/YvpWXJpwFc @eBay
10558                                                          RT @Reuters: Tesla's big battery races to keep South Australia's lights on https://t.co/DG5TmFBiBi https://t.co/lQLbqNm1BE
10559                                                                     Check out Rare AK16 105209 Misprinted £5 Note New Polymer Plastic Fiver Misprint. https://t.co/7KszrEIDRv @eBay
10560                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10561                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10562                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10563                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10564                                            Wish @Starbucks was doing something for #NationalCoffeeDay 😒 Guess profits are more important. May need to realign my coffee preference
10565                                                                                                                        @Reuters #Putin is very much afraid of the popular uprising.
10566                                                                                        @StephenKing @netflix @carlagugino Gerald’s Game is SUPERB! Loved every second of it. 💍🛏🗝🕚
10567                                                                 Euro zone inflation miss supports case for ECB caution https://t.co/NBVL6wDkEK via @Reuters https://t.co/VemmnHDZN3
10568                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10569                                                                                                 HOW TO BOOST YOUR HAPPINESS by Roxanne Regalado https://t.co/hBPCBt0TFH via @amazon
10570                                           Visit Genesys #MSIgnite booth 1927 to learn how we make the #custexp simpler w/ @Microsoft @Office365 integration https://t.co/choGVtLl4f
10571                                                 RT @Disney: 7 Things You Might Not Have Known About Disney Movie Opening Sequences: https://t.co/MDrW7iteBi https://t.co/cLjl6Vqxmu
10572                                                                  RT @ellis_pullinger: @McDonalds sort out your quantity control mate #biggirth #littlegirth https://t.co/fyrCj47GZ0
10573                                                        Flower Drum Song Rogers &amp;amp; Hammersein&amp;#039;s (1961)  #DVD R4 Like New Condition https://t.co/yb75XKbWmv via @eBay
10574                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10575                                                                                                                                   @BMW Hit 210 on the A7 after the break in period.
10576                                                 Check out Forever Friends 925 Sterling Silver Spinner Ring RN6416 Multi Sz #Spinner #AllOccasions https://t.co/YU9aQom5df via @eBay
10577                                        RT @perfectsliders: Are u going 2 send @NFL sponsors msg @AnheuserBusch @McDonalds @PapaJohns @Campbells @Gatorade @EASports @Hyundai @FedE…
10578                                                                                 Check out 1960 Gillette Toggle w Case Blades and instructions F4  https://t.co/5PNW8YZGHf via @eBay
10579                                        RT @Reuters: Energised challenge by Tokyo governor exposes risk of PM Abe's snap poll decision https://t.co/Qf6GO47eRR https://t.co/AjYa2TS…
10580                                                 Check out 1 Pcs Natural Iolite Oval Shape 5x7mm .75Cts Faceted Normal Cut Loose Gemstone #Raagarw https://t.co/nhHIIBMbGY via @eBay
10581                                                RT @Reuters: China sets 2019 deadline for automakers to meet green-car sales targets https://t.co/rZy4oOgmOU https://t.co/pVnsj8VbMR
10582                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10583                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10584                                                                                      @Apple ever since I get updated my software to iSO 11.0.1 my battery life is non existence. 😡
10585                                                        Check out 10k Black Gold Heart Shape Blue Sapphire Engagement Wedding Bridal Set Ring NEW  https://t.co/4cb788qtAR via @eBay
10586                                                                                              @Argos_Online @HP #FastTrackFriday I would love one #ITCourse #Cheers 👏🏼👏🏼👏🏼👏🏼
10587                                                                Check out Comic Print Gap Knit Cosplay Comic Con Dress Handmade One of a Kind Women XS https://t.co/yJ6Cs4HNKH @eBay
10588                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10589                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10590                                                    RT @StyleShanty: Check out Alfred Dunner Petite Women's Multi-Color Embossed Knit Top Size PXL NWT https://t.co/682H3gjOIZ @eBay
10591                                        RT @lindsayromantic: The Snow Bride (BookStrand Publishing Romance) by Lindsay Townsend https://t.co/QviCTS9IX6 via @amazon #BeautyandtheBe…
10592                                                          Check out 3.3 gm PEARL STONE FASHIONABLE DESIGN 925 STERLING SILVER EARRINGS #DropDangle https://t.co/Fuis0DJNyC via @eBay
10593                                                                                     Throwback to when I was lucky enough to visit the @Nike Headquarters 🙏 https://t.co/BuvKarNzB9
10594                                                                                             RT @netflix: @colesprouse for the love of god to not mess with brazil cc @NetflixBrasil
10595                                                                                                                                           @Argos_Online @HP Just dreaming of this ❤️
10596                                                Check out Disney Frozen Elsa Custom Iron onTransfer personalized iron on Transfer T-shirt  #Disney https://t.co/lBeAiEfEJy via @eBay
10597                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10598                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10599                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10600                                                                                                   @Buck_Coin @Citi There was no prior confirmation from anyone else until yesterday
10601                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10602                                        RT @Journotopia: Myanmar ministers make surprise visit by helicopter to bring aid to isolated Rohingya after @Reuters story.  https://t.co/…
10603                                                                                             RT @netflix: @colesprouse for the love of god to not mess with brazil cc @NetflixBrasil
10604                                                                             Dudeeeeeeeeeee the new #MagicSchoolBusRidesAgain is out today on @netflix  !!!!!!! Yasssssssssss!!!!!!!
10605                                                                                                    Wilton All-Occasion Gift Box Cake Pan Wilton https://t.co/6Z84m2yMWs via @amazon
10606                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10607                                                                                             RT @netflix: @colesprouse for the love of god to not mess with brazil cc @NetflixBrasil
10608                                                                RT @Partisangirl: My @facebook account has been disabled because I exposed videos of the #KurdistanReferendum Fraud!
10609                                                                                                                         @Candeliano @lenz_adam @JohnDeere for freedom and democracy
10610                                                                                                                                 @Starbucks yummmm coffee ☕️ https://t.co/CxjdHA03Bx
10611                                                  RT @davidjeffers5: Check out Robert Graham Men's Shirt 2XL flip cuff beige purple Paisley button up  https://t.co/Ah8JFlUEy8 @eBay
10612                                        RT @DianGriesel: A #model agent for 30+ years &amp; #author of #romance #books @amazon @GinniConquest is ageless A #DogMom #Rosarian &amp;… 
10613                                            @cavsdan @SquawkCNBC @stockx @joshluber @MayorMikeDuggan @amazon I'll be re-watching the @joshluber chat. Excited to see The Mayor next!
10614                                          @Reuters 3 fucking Kardashian baby announcements in a week. I saw all of them whilst on the shitter. Enough is enough. Will block you now.
10615                                                    WTF @Microsoft #uidesign I never changed any language settings. I don't even know what language that is. https://t.co/pCe3hJYNWn
10616                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10617                                                          Check out this Amazon deal: Younik 3M / 10ft Extension Cable for Nintendo... by Younik https://t.co/JqnN9c68FE via @amazon
10618                                             RT @Reuters: U.S. visas to six Muslim nations drop after Supreme Court backs travel ban https://t.co/jOX936PUBU https://t.co/i3Cl18tN4r
10619                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10620                                                                                                                                                                        @Apple Super
10621                                RT @sunita_krishnan: Now thatworld recognises ourmission hope @YouTube @Google @Microsoft @WhatsApp will block &amp; report rape videos&amp;child p…
10622                                                                                                                    Happy Coffee Day everyone! @DunkinDonuts @krispykreme @Starbucks
10623                                                           Check out this Amazon deal: SNES Classic Controller Extension Cable 3M / ... by Keten https://t.co/Afb2TPlowr via @amazon
10624                                                                                                            RT @NetflixANZ: @netflix @colesprouse @NetflixBrasil What have you done.
10625                                                                do it for philip @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca #WeWantEyewitnessSeason2
10626                                                                        Just saw this on Amazon: Kids National Coffee Day T-Shirt 6...for $12.99 https://t.co/6n8QXxnLE7 via @amazon
10627                                                        RT @Reuters: Putin complains Russian media abroad face unacceptable pressure https://t.co/XGHPcdfXFl https://t.co/LPgARHiu5F
10628                                                        RT @Reuters: Putin complains Russian media abroad face unacceptable pressure https://t.co/XGHPcdfXFl https://t.co/LPgARHiu5F
10629                                                                                                              Check out Lilly Pulitzer Tank Top Size 0 https://t.co/LgUBBG1NCj @eBay
10630                                                                                                                                     @TWCommentator @Ryanair @guardian Yes of course
10631                                                        @Argos_Online @HP My daughter really needs a laptop for her college coursework #FastTrackFriday This would make her so happy
10632                                                   RT @MorganStanley: Last week’s escalating tensions with North Korea rattled markets out of a summer lull. https://t.co/32b137M6cq
10633                                        RT @DianGriesel: A #model agent for 30+ years &amp; #author of #romance #books @amazon @GinniConquest is ageless A #DogMom #Rosarian &amp;… 
10634                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10635                                                   RT @iiffiy: . @Apple or @TMobile or @verizon should hire @priyankachopra as their new brand ambassador because I'm so tempted t… 
10636                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10637                                        RT @DianGriesel: A #model agent for 30+ years &amp; #author of #romance #books @amazon @GinniConquest is ageless A #DogMom #Rosarian &amp;… 
10638                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10639                                                  Check out Subbuteo Table Soccer  BALL RAISING CHUTE in original box - Reference  JJ #Accessories https://t.co/6fhAYEGU56 via @eBay
10640                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10641                                        RT @DianGriesel: A #model agent for 30+ years &amp; #author of #romance #books @amazon @GinniConquest is ageless A #DogMom #Rosarian &amp;… 
10642                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10643                                                                                                                                @saramariaxx3 @NYMag @LaserShip @FedEx @UPS FOR LIFE
10644                                                                                 Check out mens coat size xl disney the incredibles disney store black https://t.co/aPDXRAL8yM @eBay
10645                                                                                       RT @flanaganfilm: GERALD'S GAME is NOW PLAYING in 190 countries! Hope you all enjoy! @netflix
10646                                                                                                                                             @Reuters Yes for kurdistan independence
10647                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10648                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10649                                                  RT @ladygaga: It's not an illusion. The rumors are true. This year the SUPER BOWL goes GAGA! @nfl @FOXTV @pepsi #PERFECTILLUSION… 
10650                                                      Check out this Amazon deal: Pulsaderm Sonic Duo – Facial Brush Cleanser by Pulsaderm https://t.co/lDsSrvPtYO @amazon 님이 공유
10651                                          Don't miss @IBM and Azlan's #Hyperconverged #Systems event on the 19th October. Register to avoid disappointment:… https://t.co/H0Wl9ULSuf
10652                                                       RT @Google: #teampixel proves you can take a good photo anywhere. Treat your eyes to some of our favorites from this week →… 
10653                                         Check out Natalya Autographed Equestrian Coat  https://t.co/SQUYxDr9AB via @eBay #eBay #Natalya #SDLive #OneOfAKind #Autographed #Certified
10654                                          RT @Reuters: Japan's defense chief warns of possible North Korea provocation on October 10 https://t.co/KDyek0YBm8 https://t.co/zsZI0Eq8fM
10655                                                                                                                                     @meganstanley @comcast You have to call for it.
10656                                                                 Check out British Leyland Cars Vintage Pins Collection Cars Automobilia  #Leyland https://t.co/aZxnMvcg4e via @eBay
10657                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10658                                                          Check out Pretty Design Ruby Stone 925 Sterling Silver Earrings #SilvexImagesIndiaPvtLtd https://t.co/JKzapqxlpT via @eBay
10659                                                                                                           It ain’t happy unless I get a free cup @Starbucks https://t.co/02klKDFJWg
10660                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10661                                        RT @DianGriesel: A #model agent for 30+ years &amp; #author of #romance #books @amazon @GinniConquest is ageless A #DogMom #Rosarian &amp;… 
10662                                                                             @netflix Bug might be related to iPad Pro. My 12” can’t run Netflix my 10” can. Both running iOS 11.0.1
10663                                       RT @McDonalds: Enjoy a ☕ with a friend this #NationalCoffeeDay and keep the coffee pride brewing with $2 small #McCafe drinks. https://t.co…
10664                                                                               @Apple we don’t want wireless charging we 👏🏼 want 👏🏼 the 👏🏼 audio 👏🏼 jack 👏🏼 #bringjackback
10665                                                          RT @jtomshine: @comcast 's #alternativefacts at their finest... #TitleII means REAL #netneutrality https://t.co/iVLDXFoVsD
10666                                                                                                                                               @shuntereya @Starbucks By the clinic?
10667                                                          Check out JAPAN WWII Military postcard INDOCHINA 21th Division Transport 21th regiment   https://t.co/8zgvQDfVxl via @eBay
10668                                                                                                          RT @didenko_andrew: @rowan_blakey @Apple Androids have really good cameras
10669                                        RT @DianGriesel: A #model agent for 30+ years &amp; #author of #romance #books @amazon @GinniConquest is ageless A #DogMom #Rosarian &amp;… 
10670                                                                       Check out JAPAN WWII Military postcard THAILAND HEI 10128th force to JAPAN  https://t.co/8gjKxFdr4J via @eBay
10671                                                                   So I haven't had time to read the new @nextofficial catalogue yet but somehow Oliver has! https://t.co/hdEaJlWoAJ
10672                                                                                                I wish @netflix would have picked up @Power_STARZ what an amazing fucking tv show!!!
10673                                                              RT @thalesgroup: Tick-Tock: only one week left to vote for @thalesnederland at the #ComputableAwards @computablenl !… 
10674                                                                  #Halloween Zombie monster Felted wool Candy Corn ornament Melissa Philbrook USA  https://t.co/s8zoqjpFwf via @eBay
10675                                        RT @JellybeansClos1: Check out Vince Black Mesh Knit Cap Sleeve Boxy Top sz Small #Vince #KnitTop https://t.co/Jjfsfea9OF via @eBay https:/…
10676                                        RT @DianGriesel: A #model agent for 30+ years &amp; #author of #romance #books @amazon @GinniConquest is ageless A #DogMom #Rosarian &amp;… 
10677                                                                  Had to stop @Starbucks in the @fly2ohare after listening to @HowIBuiltThis interview with #HowardSchultz SO. GOOD.
10678                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10679                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10680                                                                                      @PlaysTrumpCard @ChristiChat @facebook Silly Corrupt Hillary. Spend those Benjamin Franklins..
10681                                                         Check out this Amazon deal: Shonaya Women's Patch Work Georgette Pink Des... by Shonaya https://t.co/6tBYrj0Eya via @amazon
10682                                        RT @DianGriesel: A #model agent for 30+ years &amp; #author of #romance #books @amazon @GinniConquest is ageless A #DogMom #Rosarian &amp;… 
10683                                          RT @Reuters: Japan's defense chief warns of possible North Korea provocation on October 10 https://t.co/KDyek0YBm8 https://t.co/zsZI0Eq8fM
10684                                                RT @KodiTV: As long as @amazon doesn't allow Kodi in their app store we have no intention of making it work. https://t.co/x7Ql96UVQn
10685                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
10686                                                                                                                                         @Ryanair I AM JOB!! https://t.co/ZpJw30n2UB
10687                                          RT @ChristiChat: @PlaysTrumpCard @facebook Smelly old grandma Hillary burned through SO much of OTHER PEOPLE’S money &amp; still couldn’… 
10688                                                                                                                                            @GSANARASE @Ford @FordIndia Congrats sir
10689                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10690                                                                                         @Ryanair Make that 2 hours 40 minutes.... cheers for the text though !! #Ryanair #Soundlads
10691                                                     Found some cake thanks to these lovely ladies top from @nextofficial Portsmouth #macmillancoffeemorning https://t.co/uCqxR8qiZ4
10692                                                                                                                                      @Reuters They actually are ok with this!!!????
10693                                        RT @FishergateSC: #giveaway @Disney 💫#BeautyAndTheBeast bundle from @Primark consisting of character purses a bag &amp; keyring! Follow u… 
10694                                        Still can't believe how incredible it was to see Dave Chappelle last night in DC filming his last @netflix special.… https://t.co/bVZXwzLsVy
10695                                                                                             RT @netflix: @colesprouse for the love of god to not mess with brazil cc @NetflixBrasil
10696                                   RT @OracleMgmtCloud: Hear from customers &amp; @Oracle thought leaders on application performance management &amp; #security. #mgmtcloud #oow17… 
10697                                   RT @OracleMgmtCloud: Hear from customers &amp; @Oracle thought leaders on application performance management &amp; #security. #mgmtcloud #oow17… 
10698                                                        #postcards  Old Postcard North Korea Pyongyang House Students and Pioneers Postcard 1960s  https://t.co/9uSHI9RaFe via @eBay
10699                                                                                                                             @orchidgirl81 @GMA @Keurig @McDonalds Awe.. That sucks!
10700                                                   @Ryanair You're the reason I can't use the £190 hotel I paid for. Legally you're liable for the hotel as Ryanair is at fault. (1)
10701                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10702                                        @jobeeswing @pepsi Hahahaha then you don't like patriotism. Taking a knee because you love your country and want it… https://t.co/2tJDhZDw6K
10703                                             RT @MikeE5037: @FriendlyJMC @DunkinDonuts @Cinnabon @McDonalds As a coniseur of fine coffee (ret LEO)&amp;other adult beverages I can… 
10704                                                                                                                                                          @Starbucks Omg. The shits.
10705                                                       Check out BURGUNDY REED AND BARTON 13 PC SET OF SLIVERWARE FORKS SPOONS KNIFES GRAVY SPOON  https://t.co/PbqTF573Zz via @eBay
10706                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10707                                        RT @DeanieHDunne: Charlene the Star by Deanie Humphrys-Dunne https://t.co/UtesbtauV3 via @amazon #Iartg #asmsg #kidlt #fiction #easychapter…
10708                                                   Check out WHERE'S THE BEEF? Wendy's 1984 VTG Painter Style Cap Adjustable Hat Size Rare #Wendys https://t.co/yo1LzucwaF via @eBay
10709                                                        Check out led lighting sign letters business signs advertising logos outdoors customized   https://t.co/klWQqpQJzo via @eBay
10710                                                                                                                          @NintendoSwitchC @netflix Nintendo Switch no tiene Netflix
10711                                                        RT @Reuters: China's bitcoin market alive and well as traders defy crackdown https://t.co/T1Y4h5fFxe https://t.co/fQn5gl6CWZ
10712                                                                                  RT @Reuters: U.S. consumer spending barely rises; core inflation moderates https://t.co/rE5JtPFUrL
10713                                                                                                                    I got my @Starbucks this morning😍🙌🏻☕️ https://t.co/8pajdESEp6
10714                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10715                                               RT @Reuters: 'Everything prepared' for Catalan vote - but Madrid says it won't happen https://t.co/BgjC0cW1Vy https://t.co/mDsmW7VZpM
10716                                                                                           Check out GOLDEN MARIO AMIIBO WITH GAME MARIO PARTY 10  https://t.co/epCmRggGeD via @eBay
10717                                                                          @facebook Why Facebook asking me for the third time my ID. I already send it twice. This is really boring.
10718                                             @thatgeordiegirl @Barclaycard @CapitalOneUK @HSBC @EvolutionMoney @DirectLine_UK @SSE @HMRCgovuk @DVLAgovuk Hi… https://t.co/tu6AzWLuhD
10719                                               RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series… 
10720                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10721                                                                RT @vuzioncloud: @Microsoft to simplify Dynamics 365 offerings... 👀➡️https://t.co/DQlpsYj7hH https://t.co/rf6nzgcb10
10722                                                                                                                                              Hi my name is wrong dm me plz @Ryanair
10723                                                        RT @Reuters: Putin complains Russian media abroad face unacceptable pressure https://t.co/XGHPcdfXFl https://t.co/LPgARHiu5F
10724                                                                                                                           i have two days to finish 3 seasons. @netflix i hate you.
10725                                                                                           RT @bm_wm3: @BMW: Thank You. Today is pretty good...#NewHampshire https://t.co/30G7Ahpo6P
10726                                                                      RT @teenbookmag: We're lusting after the new @Nike &amp; @LibertyLondon trainers. #nike #fashion #love #london
10727                                                                                          Check out Apple MacBook Air https://t.co/W0uKMB7d9L @eBay #apple #mac #macbookair #macbook
10728                                                  Please RT @eBay! https://t.co/TnWJsNyxiJ … via @eBay #ebay #shoes #namebrand #robertocavalli #allenedmonds https://t.co/r4Degx4mHa
10729                                                       RT @Reuters: Volkswagen adds provisions of around 2.5 billion euros to the mounting total from its diesel emissions scandal… 
10730                                                 RT @Toy_Scout: NEW Build a Bear Fairy Peppa the Pig 15in. Stuffed Plush Toy Animal Retired RARE https://t.co/TylBLUeznp via @amazon
10731                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10732                                        @MiddletonMurray @ASOS Perfect for choosing some gorgeous and cosy jumpers for the Autumn ! Love ASOS as there’s so… https://t.co/ozu1sVwQUb
10733                                                                                             RT @netflix: @colesprouse for the love of god to not mess with brazil cc @NetflixBrasil
10734                                                                               RT @EddiesTPWorld: Newly qualified partner solutions for @Microsoft @PexipInc https://t.co/sqDhzXGm1E
10735                                                                                                   RT @DECCLESIS: Twin Flame A Novella for $3.99 https://t.co/OZ7O94s38c via @amazon
10736                                                                     RT @KlemJenene: Please boycott @Microsoft until they pull sponsorship form @NFL support our veterans 🇺🇸 retweet
10737                                        RT @mairaramosf: We love Sukku Son and we want to see him in sense8 season 3!! @reedhastings @netflix @sense8 #sukkuforS8S3 https://t.co/Bt…
10738                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10739                                                     RT @anacondainc: Very excited for our new partnership with @Microsoft - bringing #Anaconda to @Azure @VisualStudio @SQLServer… 
10740                                                  Check out iPhone X Case Metal Vertical Horizontal Kickstand Support Wireless Charging Hard #Case https://t.co/lolgmIS0vK via @eBay
10741                                                            Check out Vintage 1966 Shorty Clifton Adams Paperback Book Fiction Western Cowboys Marshal https://t.co/N7srDDdaJS @eBay
10742                                                            RT @WhisperAmber: Find out how you can win a Guns N Roses Experience when you DIY your oil at @Walmart with @Pennzoil:… 
10743                                                              Check out Vintage 1979 Island of Deceit Alix Andre Romance Suspense Paperback Novel Book https://t.co/Rrx79Jslzx @eBay
10744                                                                          Check out mens Black jeans sz 42 x 30 American Legacy  #Arizona #Relaxed https://t.co/svxYirnflk via @eBay
10745                                                    RT @Adobe: Want to see how these images were made? Head to our Instagram for a look behind the scenes: https://t.co/PSwznvshUC… 
10746                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10747                                                             RT @VirginiaKettle1: Check out Aeropostle Aero Signature Graffiti Dog Stuffed Collectible https://t.co/8g1pm5YcrY @eBay
10748                                        80s ring pull rare as feck. Re-tweet if you had the pleasure of pulling one of these. @CocaCola @pepsi @AyiaNapa2018 https://t.co/GKWfH0AsCc
10749                                                                The Christmas Wedding (The Holiday Romance Collection Two Book 2) by Danielle... https://t.co/QMb0NGxexc via @amazon
10750                                                                                                    RT @CarmellaWWE: @ReneeYoungWWE @ladygaga @netflix I watched it twice!! Loved it
10751                                                                                                                                                       @AdamMichaelJr @Nike Your BFF
10752                                                               Check out + 1680 France Europeon Stamped Revenue Paper Crest Coat of Arms Bob used  https://t.co/6zjiZaEhUe via @eBay
10753                                                                                   RT @isha_jv: three trips to @McDonalds for mozzarella sticks and not one success! sort it out👊🏻
10754                                                                        RT @Reuters: Putin critic Navalny says police detain him ahead of pre-election rally https://t.co/lDZYYWXESX
10755                                                                                             RT @netflix: @colesprouse for the love of god to not mess with brazil cc @NetflixBrasil
10756                                                               Check out Nike Team Sports Cincinatti Bearcats #22 Jersey 1997 SAMPLE (RARE)  #Nike https://t.co/KKBB6wEsGp via @eBay
10757                                                  Check out CORBIN AND NORWALK SKELETON KEYS-ALL SIGNED-NICE LOT-ESTATE FINDS-NR #CORBINANDNORWALK https://t.co/Vh5GTiPupX via @eBay
10758                                                        It’s time for @CocaCola to do the right thing and end its association with @arbys. #WeHaveTheCruelty https://t.co/KlgKz1cmER
10759                                                               RT @Reuters: Tea and Tiananmen: Inside China's new censorship machine https://t.co/2i6HrvMV0K https://t.co/DZeccD00BR
10760                                                                                                                               @MissBrneyes @CBSTVStudios @CBS Thats good news !!!!!
10761                                                                                   RT @Reuters: U.S. consumer spending barely rises; core inflation retreats https://t.co/SsFhKLylzw
10762                                        RT @Burberry: Oversized car coat in soft-touch plastic. Shop the new @Burberry September 2017 collection https://t.co/oWrzrbBKo4 https://t.…
10763                                                                                       @Reuters So fed will again be confused whether to increase interest rate or not good for EMs.
10764                                                          RT @Subious: Check out #Ethnic prayer #carpet - #KAZAK #RUG - DATING -1950 -1980 #PRAYER https://t.co/5NMrvYRnhz via @eBay
10765                                                                                   RT @Reuters: U.S. consumer spending barely rises; core inflation retreats https://t.co/SsFhKLylzw
10766                                                                                            Check out Desert Shield trading card === USS Missouri  https://t.co/kjkuS86qm0 via @eBay
10767                                              Check out New Handmade DIY European Charms Glass Beads  Bangle Free Shipping &amp; Handling! #Bangle https://t.co/HWFXEZ9Eq1 via @eBay
10768                                                         Check out Glittered Wooden #Halloween #Ornament~Black Cat~ Art Deco~Vintage Card Image~   https://t.co/bEcHeL5MfT via @eBay
10769                                            @rachitattweet @ShainaNC @MorganStanley @narendramodi @BJP4Maharashtra @CMOMaharashtra @AmitShahOffice @BJPLive… https://t.co/FIYvSWBdZP
10770                                                     Check out Glittered Wooden #Halloween #Ornament ~ Witch &amp; Cat ~ Vintage Halloween Image~  https://t.co/Mb3h1HbLIV via @eBay
10771                                                                              @Reuters kenyan university students tortured by police. Please expose this act https://t.co/tXkJ2tDcKu
10772                                                      Check out Nike Team Orlando Magic NBA Shorts Men's Size Large Blue/Black #Nike #OrlandoMagic https://t.co/3qGCdrL55g via @eBay
10773                                                                     Check out Christian Louboutin  Vintage Luxury Small Heels Sale Unique Opportunity https://t.co/rgfWtHLhNR @eBay
10774                                                      RT @Reuters: Exclusive: AC Milan's Chinese owner seeks new investors - sources https://t.co/vHSZwF9Xv3 https://t.co/YCK5QRVh0l
10775                                                                                                                                        @Destiny_borg @Starbucks After school 😭🙌🏼
10776                                                                   Check out The Archaeology of War Human Conflict Since the Dawn of Civilization  https://t.co/8njjd47GR1 via @eBay
10777                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10778                                                             RT @RDONickA: Awesome rear and side window visibility for those ❄️ contractors out there - @JohnDeere 324E Skid Steer.… 
10779                                               RT @salesforce: Get informed on how GDPR will impact you. Read this post from @Amy_E_Weaver on how we're helping customers prepare:… 
10780                                                     @mikeb5114 @facebook @Twitter @CNN They dont bother me. Guy that does my lawn is cool moe dee. He gave me a free bush recently!
10781                                              RT @MalmstromEU: @EDA_Dairy @AnnikkaHurme @PederTuborgh @Danone @ValioFi @Trade_EU @Arla_Foods Thanks for a great afternoon. Trade i… 
10782                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10783                                                       @Apple my screen is frozen since 30mins.IOS 11 is the shittiest update ever from this company.who knows how Iphone X will be.
10784                                                       RT @ATT: Make the most out of the incredible iPhone 8 with the best place for entertainment: AT&amp;T. Order yours on 9/15:… 
10785                                              Every morning when I wake up I check my phone and my Bluetooth is always on. What’s up @Apple ? It wasn’t doing this before the update
10786                                                                                 Check out Jasco LITTLE MISS. SUGARPLUM Christmas Mug 1981 Prayer  https://t.co/VJQX6NcQGA via @eBay
10787                                                                                                       @TMobile Cites 500% Cost Hikes as Deployment Barriers https://t.co/gpMtRNV3uf
10788                                             RT @slpng_giants: @amazon @Google @AdSense @facebook @taboola Imagine being so big that you don’t need to listen to 3000 of your cust… 
10789                                                         Check out Men's 18K Yellow Gold Criss Cross Tiffany&amp;Co. 750 Vintage Cuff Links - JHS  https://t.co/f8Ajjn5YMr via @eBay
10790                                                                                                                       @Starbucks. Gold members should get free coffee today. Js. 😘
10791                                                                                                                                      @DoppioLover @Starbucks I stole it already  :p
10792                                                                      Check out Vintage 925 Sterling Silver w/ 5 Tear Shaped Ruby Gemstones 4.19 Grams https://t.co/ynOApXGZqI @eBay
10793                                            Check out #HighGrade GN-0000GNHW/7SG 00 Gundam Seven Sword/G Inspection + Base #Bandai https://t.co/IZG2q9s0ld via @eBay #Gundam #GunPla
10794                                                           Check out 18K Two Tone Gold 0.50 Cts Round Diamond G-H/VS2 Pave Set Fashion Ring - JHS  https://t.co/VmbnSIFOtP via @eBay
10795                                                                 RT @tim_newman_: . @easyJet thank you for being one of the few airlines that lets my bring the guitar as carry on !
10796                                        The NFL is the problem for not dealing appropriately with employees who disrespect VETS.  @Ford #BoycottNFLSponsors… https://t.co/i2xLvYqOU2
10797                                                       Check out NEW Anthropologie Elevenses Size 0 Black Menswear Tuxedo Floral Lace Cropped Pan  https://t.co/etD1XrmVBt via @eBay
10798                                                                                                                RT @IBM: Up and at'em. #NationalCoffeeDay ☕️ https://t.co/6Na2Ncj5Ea
10799                                              @Scooterocket @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell @timkaine… https://t.co/vur2vWScNF
10800                                                             @Starbucks can us gold members get free coffee on national coffee day instead of that email y'all just sent us 😩😩😂😂
10801                                        @ChickfilA @McDonalds Would it be possible to please give me the QR code that didn't get sent to my email after tak… https://t.co/2jM2Z7LXQF
10802                                                                           RT @BrentJGriffiths: Like a mashup between Harry Potter and Tarantino https://t.co/W3EUkslZoj via @amazon
10803                                                       Check out Chihuahua T Shirt The Mountain Dog Puppy Face Head Pet Animal Tee S- 3XL 4XL 5XL  https://t.co/98K51XApSl via @eBay
10804                                                                      RT @Reuters: Ban imposed on flights into Iraq's Kurdish region after independence vote https://t.co/8L709tSwQc
10805                                                                                                                                         @portsmouthinfo @nextofficial Got your fix!
10806                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10807                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10808                                                                                                                                                           @fantomfan56 @amazon nope
10809                                                                                                          @TennisExpress @Nike @rogerfederer When will these be on the online store?
10810                                                 RT @LEVIS: Now available. Experience our Levi's Commuter x Jacquard by @Google Trucker Jacket at @Fred_Segal on Sunset Blvd &amp;… 
10811                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10812                                                    RT @MorganStanley: 9 out of 10 Millennial investors are interested in #ESG as part of their 401(k) portfolios #impactinvesting… 
10813                                                                                                                                                   @theweeknd @hm Legend of The fall
10814                                                    Check out 2016-17 Sebastian Aho Subzero Ice RC # SZ-74 Carolina Hurricanes #CarolinaHurricanes https://t.co/AT7hipVAJq via @eBay
10815                                                                                       Check out Vintage Red White Pressed Glass Oil Lamp Eagle Burner https://t.co/AnlU4hgInZ @eBay
10816                                        RT @vinylmatt33: Check out Urusei Yatsura Lp Bbc Sessions Rare Pink Vinyl Lp Mint Unplayed https://t.co/qhxHWbIYm2 @eBay #mint #vinyl #ltde…
10817                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10818                                                                  RT @Reuters: Russia left troops in Belarus after wargames: Ukraine https://t.co/zNp9uqcDbk https://t.co/dxXbzFxwiP
10819                                        RT @britishmuseum: Explore the history of money from around the world in our @Citi Money Gallery https://t.co/69pMmQemZ5 https://t.co/m8N5g…
10820                                                      @RedmondPie @UnboxTherapy @EveryApplePro May b d cheapest place to buy the @Apple #iPhone8 #India #Jio https://t.co/jsBaFgeLzf
10821                                                                                                                       Look what I found on @eBay! https://t.co/rZKjvPHeIB via @eBay
10822                                                RT @superyayadize: @FriendlyJMC @stilljimbo @DunkinDonuts @Cinnabon @McDonalds Not McDonald’s. They sponsor @NFL #BoycottNFLSponsors
10823                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10824                                                    @facebook @TechCrunch #PuertoRicoRelief #PuertoRico Thank You 🗽📲🇺🇸👏👏👏💃🎆🎉✌ https://t.co/5V8uREx9EE #HispanicHeritageMonth
10825                                    RT @Oracle: Do you have any questions for Oracle CEO Mark Hurd? Tag #AskMark &amp; @MarkVHurd to hear from him during #oow17. https://t.co/Tibs…
10826                                                                         Check out Star Wars Battle Packs Yoda vs Darth Sidious Skirmish In The Senate https://t.co/eEZarflJLK @eBay
10827                                                                       #Damascene #Brooch #Pin Rectangle Birds Flowers Black Gold 1 by 1.5 Inches  https://t.co/uMSOGnD26l via @eBay
10828                                                          RT @JM0ORE: How GE #DigitalTransformation won over the sales force https://t.co/hrZ8RJgTxD via @searchcio @generalelectric
10829                                                       Check out Victorian c.1860 Red Sardinian Coral CARVED ANTIQUE Floral LARGE Pin Brooch 14KT  https://t.co/Lt4RzJioH9 via @eBay
10830                                                                     RT @Ms_Tay111: The new steak and egg wrap from @Starbucks is BOMB! And don't forget the avocado spread 🙌🏽🙌🏽
10831                                                                    Check out Vintage Jumbo Lucky Trunk Up Elephant Bamboo Pottery Planter B-193   https://t.co/vnufNMUAkJ via @eBay
10832                                                                    RT @Reuters: Wall St. mixed at open after personal spending data https://t.co/7uC18X8VRr https://t.co/8jg8W38ZRx
10833                                                               Check out DRAGON BALL SUPER(SON GOKOU)ACTION FIGURE FROM JAPAN*NEW* FAST SHIPPING   https://t.co/ZgJbrxaZo2 via @eBay
10834                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10835                                                                  RT @Reuters: Russia left troops in Belarus after wargames: Ukraine https://t.co/zNp9uqcDbk https://t.co/dxXbzFxwiP
10836                                                               Check out 2009 Air Jordan Varsity Red/Black/White 343084-062 Men's Size 14  #Jordan https://t.co/MNl6ltFh29 via @eBay
10837                                             RT @Netflixhelps: @Adventure652 @netflix It looks like that picture might have been edited. Nothing about Shawn Mendes is here but ma… 
10838                                                                                                                                                                Thank you @McDonalds
10839                                              RT @riskmethods1: #SupplyChain #riskmanagement Summit mit @Siemens @leica_camera @MunichRe @Accenture @nokia https://t.co/dqnN8NVWHZ… 
10840                                                                                                  Look I'm not trying to be extreme but @Walmart hates people with gluten allergies.
10841                                                                  @Ford  is exploring a strategic partnership with an Indian auto maker https://t.co/BwarnGNKT1 via @bi_contributors
10842                                                    @Ryanair What about the paragraph stating refund of fair difference too? Was this not an obligation too? https://t.co/fqK7cCZALm
10843                                                                             @Reuters and who tried to take advantage of Black lives movement via russian ads?? idiots go figure out
10844                                                  Check out NEW ✿ BAYCO 9 Watt 120VAC Fluorescent Replacement Bulb - BA-229 Work Light Bulb #Bayco https://t.co/2QiaMhDrlZ via @eBay
10845                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10846                                                    RT @Reuters: The pope is writing a document on fake news - and that's the truth: https://t.co/DHjzU1Gc1F https://t.co/fmTkv4ZYCM
10847                            @MiddletonMurray @ASOS 🎉#COMPETITION REMINDER🎉  Get #WorkWearReady &amp; #WIN a £50 @ASOS voucher👗👔  #RT &amp; #FOLLOW to e… https://t.co/6oKC7scmPE
10848                                                                                              @NinWire And yet my preorder with @amazon still has no ship date. That's some garbage.
10849                                                                The Lost Dogs: Michael Vick's Dogs and Their Tale of Rescue and Redemption by... https://t.co/OtXJbHgVMP via @amazon
10850                                                                Starry Night feat Tardis Police Box Canvas Wall Art Prints (No Frame) 5-Piece... https://t.co/MuAWNYYCJI via @amazon
10851                                                                                                                           @MusicalBingo i like @bbcpodcasts on @itunes using @Apple
10852                                                Check out Coldwater Creek L Blazer Jacket Red Black Floral Crushed Satin LS Medium Weight  #Blazer https://t.co/dyM0wPN6Qw via @eBay
10853                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10854                                                      RT @You_Visit: @You_Visit talks at @shoporg about our new partnership with @Mastercard and @swarovski - and payments in #VR.… 
10855                                                @Oracle @MarkVHurd Genocide on #Biafra people for #SelfDetermination #BiafraReferendum save children's life… https://t.co/7hmiaJfBHq
10856                                                RT @prman1: @BankofAmerica Michigan President Matt Elliott and @OlympiaEntertainment President &amp; CEO Tom Wilson talk about new… 
10857                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10858                                                                                                                                              @CBS Take a knee so I can see the flag
10859                                            RT @s13965019: Why y'all kept doing stupid things &amp; never learn the lesson? @netflix please be smart #RenewGypsy #BringBackGypsy y… 
10860                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
10861                                                             Catnip Gray Cat Detective: The Tabitha Davenport Affair https://t.co/GCoUB8XZ1F via @amazon #FridayFeeling #Books #cats
10862                                                                      RT @Reuters: U.S. Senate panel proposes $1.5 trillion 10-year revenue cut for tax plan https://t.co/F3Ot2R15rg
10863                                                                                                                                              @lolesports @TMobile Condi was a beast
10864                                                                RT @acerentacarmco: Visiting @Disney @UniversalORL  @SeaWorld  use promo TWITTER for savings https://t.co/AH7jRTFU1k
10865                                                                    $59.99 Ends Oct 6 Fire TV Stick with Alexa Voice Remote + Echo Dot by Amazon https://t.co/u6yNkpDMbp via @amazon
10866                                                                                                                 @BobbysByline @netflix @ladygaga are those tatts behind the note???
10867                                                         RT @Reuters: Yemen cholera cases could hit 1 million by year-end: Red Cross https://t.co/aDVKwrcNgA https://t.co/K2i8wlWanv
10868                                                                                                                                               @Starbucks Love Starbucks on any day!
10869                                                          RT @Gothamcityesq: The List Keeps Growing; Nike’s Elite Youth Basketball League Served with Subpoena @Nike #sports #EYBL… 
10870                                    Tell us about your BuilderBooks experience &amp; enter for the chance to win a @Starbucks gift card #NationalCoffeeDay - https://t.co/SSPtMmiqll
10871                                                        @Google Spanish Government is containing your Barcelona Google workers for the Catalan Referendum!!! https://t.co/P6f6X8IgSz
10872                                                    RT @StephMcMahon: #CoffeeChamp indeed! Thank you @Starbucks for my #CoffeeLoveCup crafted by Les at Starbucks creative studio!… 
10873                                            RT @HousesOctBuilt: #TheBlueSkeleton is always watching. See #TheHousesOctoberBuilt2 now on @iTunes @VuduFans  @amazon @HousesOctBuilt… 
10874                                            RT @HousesOctBuilt: #TheBlueSkeleton is always watching. See #TheHousesOctoberBuilt2 now on @iTunes @VuduFans  @amazon @HousesOctBuilt… 
10875                                                                                              @deesjeep @bulleitandpills @cbrducks @netflix amen. still wondering what this is from?
10876                                                                                                  @easyJet I emailed a complaint to you. What’s the expected time frame for a reply?
10877                                      @FirstNetGov &amp; @ATT tell us about their priorities and schedules in regards to their involvement in emergency preparedness. #NEMAForum2017
10878                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10879                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10880                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10881                                       RT @McDonalds: Enjoy a ☕ with a friend this #NationalCoffeeDay and keep the coffee pride brewing with $2 small #McCafe drinks. https://t.co…
10882                                             RT @HelleKettner: Court asks @Google to shut down the app where Catalan citizens can see where they have to vote on #1O. #Spain is ou… 
10883                                                         Check out CHICO'S Women Tunic Size 2 Royal Blue 3/4 Tab Sleeve Banded at Hip MINT #Chicos https://t.co/jN9N1tztNK via @eBay
10884                                       RT @kburton_25: Netflix and Chill has a new meaning now that Karla and I have the #NetflixOnUs @TMobile ONE Family Plan! 😂 #ad https://t.co…
10885                                                                                                         @Walmart went ahead an cancelled my SNES preorder with your garbage company
10886                                            RT @BMW: An extraordinary sense of presence. The all-new #BMW Concept #X7 #iPerformance. #BayerischeMotorenWerke https://t.co/GWBGfwDh7O
10887                                                                                                                @bcheungz @amazon you need to add this to your arlington tweet chain
10888                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10889                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10890                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10891                                                                                       *Opens @Google. Pulls up map of Puerto Rico.* Yep. It all checks out. https://t.co/diqgeo9v5T
10892                                                      RT @Reuters: Putin critic Navalny detained by police before pre-election rally https://t.co/CXzCymps5S https://t.co/JZxKBWqoyO
10893                                               RT @mycomicshop: Marvel Legacy #1 @eBay exclusive Hulk variant by @Mike2112McKone! On sale now for $5.99 w/free US shipping only at… 
10894                                                                                            @Reuters This is TRAGIC! Why doesn't the main stream media report about important ISSUES
10895                                           RT @DonnieWahlberg: The return of the grumpy one -- #DannyReagan and #BlueBloods!  Tomorrow night 10/9c only @CBS Have some @Kleenex ha… 
10896                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10897                                         Hey @Apple #ios11 doesn’t nd to show me headers so large. I can read. Too big and waste of screen space. I trying to force the + sz phones?
10898                                                                       Check out Fenton Silver Crest Footed Cake Plate Stand White 7213 SC #Fenton https://t.co/5a5sbIP9Ez via @eBay
10899                                                                                       @StephMcMahon @Starbucks how you do in ?? How your family ?? All well https://t.co/8Nb7LfWZpS
10900                                                                           RT @Reuters: Senate panel proposes $1.5 trillion 10-year revenue cut for tax plan https://t.co/CUkSUucIQN
10901                                                 Take a look into the future of #cybersecurity and how #MSPs can capitalize with @IBM &amp; @FollowContinuum https://t.co/j1CbAMHqu4
10902                                                                                                                     @PalbergWERX @Versace Ahem. https://t.co/0wzgKWQxU0 via @amazon
10903                                                  RT @fashionblvd: White Lace Nylon Full #Slip Vintage #Lingerie Size 34 S https://t.co/9cSdyhpTKz via @eBay https://t.co/HCttRGopkj
10904                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10905                                                                           RT @Reuters: Senate panel proposes $1.5 trillion 10-year revenue cut for tax plan https://t.co/CUkSUucIQN
10906                                   When the untrained @Starbucks worker gives you the nastiest pumpkin spice latte you've ever had in your life &amp; doesn't even fill up the cup💩
10907                                         @FordService_UK After fiasco of broken pipes @Ford then machined #ecoboost engines wrong so that a seal leaks behind the waterpump #useless
10908                                                                                                                                                   @netflix ANNOUNCE SENSE8 SEASON 3
10909                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10910                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10911                                                                                      Bargain cheap sale Debenhams Mantaray Ladies Top T-Shirt Size 8  https://t.co/djYu8VMd0X @eBay
10912                                                 RT @Tesco: Collect 1 EXTRA Clubcard point for every £4 spent with Tesco Pay+ https://t.co/tZIjWxKgnp. Ends 14/1/18|T&amp;Cs apply… 
10913                                                              Check out Vintage Hand Blown Gold Crackle Glass Milk Cream Pitcher 4 Inches #Unknown https://t.co/dbEXumf20Y via @eBay
10914                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10915                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10916                                        @FedEx you need to use doorbells - please don’t just stick a note on my door without ringing the doorbell or knocking #fedexfail #fedexsucks
10917                                                                                                   @facebook I reported this photo and page. What's good? 🤔 https://t.co/AppixssdiS
10918                                                                           @amazon @JeffBezos Customer care executive said you will get refund in 2 days.. 10 days passed @JeffBezos
10919                                         @Reuters canadian author man grand symbol of the mysteries endocrinology pnp npn gates dr jung best swiss guard in… https://t.co/ed1ovEifpE
10920                                               RT @Nori_Studio: #pug keychain #puglover gift by Noristudio https://t.co/DItjLyXVHj via @amazon #epiconetsy #etsychaching #etsymntt… 
10921                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10922                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10923                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10924                                                  Check out Swiss Victorinox Army Laptop Messenger Wheeled Carry on Briefcase Tote Bag #Victorinox https://t.co/03erSpVP7l via @eBay
10925                                        Just ordered a #SNESClassicEdition #SNESClassic from @amazon #TreasureTruck Cant wait to introduce these games to m… https://t.co/qLI9GGt62a
10926                                                                                                                                 Y'all clutch @TMobile 🙏🏾✈️ https://t.co/mwdkYH45aL
10927                                                 RT @evallory: I hope @Google will keep its commitment with democracy and freedom of expression and won’t accept the Spanish deman… 
10928                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10929                                                   RT @benito_mg2017: @thebradfordfile @Nike @AppSame @RightWingAngel @Voices4Humanity @W_C_Patriot @ChristieC733 @FemalesForTrump… 
10930                                                         Check out 4 Vintage Napkins Mod Polished Cotton Black Gold Rust Floral Fall Table UNUSED  https://t.co/oy4FVj18Fc via @eBay
10931                                                                                                                                             @Reuters They look on par with 2014 -15
10932                                                                                                                                                       @Cisco @WebEx just Works!!!!!
10933                                                                          Slurs prompt U.S. Air Force Academy head to call for racial tolerance https://t.co/zgYvnwX223 Via @Reuters
10934                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10935                                                     Check out #STEPHENKING BLOOD &amp; SMOKE 3.5 Hour Audio book Box Set! SEALED! FREE US SHIP!   https://t.co/Ic1iaiWcqH via @eBay
10936                                                                                            Worlds of Fantasy: Volume One by Cheryl Matthynssens https://t.co/vWnmZDIAHw via @amazon
10937                                                                                                                       Look what I found on @eBay! https://t.co/95IKEviFD7 via @eBay
10938                                                         RT @blackbookpolls: Salesforce @salesforce ranked in Black Book Top 50 Health IT Disruptive Technologies to watch in 2018… 
10939                                                         RT @blackbookpolls: Salesforce @salesforce ranked in Black Book Top 50 Health IT Disruptive Technologies to watch in 2018… 
10940                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10941                                                         RT @blackbookpolls: Salesforce @salesforce ranked in Black Book Top 50 Health IT Disruptive Technologies to watch in 2018… 
10942                                                 Check out Vintage  OSTBY BARTON MONOGRAMED 10K ROSE GOLD RING - SZ.9 -  4.1g #OSTBYBARTON #Signet https://t.co/eiUinwawRK via @eBay
10943                                                                       Check out White Bros. Jewelers Sterling Silver Cuff-links and tie tack set  https://t.co/7VOpdyrrRL via @eBay
10944                                                                RT @Reuters: Tesla chief Musk's latest idea: Intercity rocket travel https://t.co/N2XQ2rsJR2 https://t.co/i6wu0UVukk
10945                                                                      @Apple is it true that you’re trying to ruin our old phones on purpose just so we have to buy your new ones?🤔
10946                                        Today is #NationalCoffeeDay. Nectar of the gods. I celebrated with a caramel iced coffee from @McDonalds since it's still 90 degrees outside
10947                                               RT @Reuters: 'Everything prepared' for Catalan vote - but Madrid says it won't happen https://t.co/xBGMsNCmBC https://t.co/G94Uzl0jnw
10948                                             Awesome leadership! Thanks @FLUncarrier of @TMobile  for feeding the community at the Metro Ministry of Tampa.… https://t.co/WYxCnWr5rh
10949                                                                  RT @Reuters: Number of immigrants without criminal histories arrested by ICE up more than 200 percent since Jan.… 
10950                                                                                               RT @BoyGeorge: Anyone who uses @facebook as a news source will get what they deserve!
10951                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10952                                                           RT @Yahoo: Here’s where you can get free coffee on National Coffee Day ☕️ https://t.co/zgo5xFjGo0 https://t.co/bC1jPs8NIw
10953                                                                                                                                                                      lol hey @Tesco
10954                                                     RT @BlueCartHQ: We're sharing our panel with Oliver Meeker of @IBM and Philip Harris of @ripeio to talk #food traceability at… 
10955                                        @RokuPlayer my streaming stick port is broken and won’t work. Do I have to buy new or is there support? Looking at @Apple TV if buying new..
10956                                                        Thank you @TiffUnscripted  for amazing interview on @netflix — awesome presentation! Love the clips! https://t.co/6TKXU8izVF
10957                                        The Dynamite Art of Alex Ross - Dynamite Entertainment - Available Now: https://t.co/51h6NamMCq @amazon #ComicArt #CoverArt #GoldenAgeComics
10958                                                                                           @red_wine_baron @Hypograffiti @Apple You love um as much as we do kidder 😜. You alright?
10959                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10960                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10961                                                             Check out CADILLAC ELECTRIC TRUNK LID PULL DOWN MOTOR SWITCH FLAT 5 PIN REVERSING LINCOLN https://t.co/VKLDaMblps @eBay
10962                                                    RT @StephMcMahon: #CoffeeChamp indeed! Thank you @Starbucks for my #CoffeeLoveCup crafted by Les at Starbucks creative studio!… 
10963                                                         Check out Eddie Bauer Polo Shirt Blue SS Striped 2-Button 100% Cotton Mens Choice Medium  https://t.co/VOIPlihH79 via @eBay
10964                                                    RT @StephMcMahon: #CoffeeChamp indeed! Thank you @Starbucks for my #CoffeeLoveCup crafted by Les at Starbucks creative studio!… 
10965                                                   @JeffreyCSteven2 @verizon All phone companies charge an amount and at the end you still have to pay the $150 for replacement.....
10966                                                Do you know where your @Starbucks comes from? Follow this journey from bean to cup: https://t.co/Ch9muTn2bG… https://t.co/DLDLqVwdtg
10967                                                                        #Freebie (at time of posting) Plague Z: Escape - Vol. 1 by Luke Shephard https://t.co/JJaMnObejC via @amazon
10968                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
10969                                                          Check out 10 Collectible Editions Hardcovers Classics Mark Twain H.G. Wells Jack London  https://t.co/7LiVoeJnRo via @eBay
10970                                                  RT @Reuters: Slurs prompt U.S. Air Force Academy head to call for racial tolerance https://t.co/bhBRnY1MBO https://t.co/8g8p2kJi2G
10971                                                                              @JamesyPoo_ @mandyrapant @netflix Same reason they took Chuck off. They like to see good people suffer
10972                                                  RT @ladygaga: It's not an illusion. The rumors are true. This year the SUPER BOWL goes GAGA! @nfl @FOXTV @pepsi #PERFECTILLUSION… 
10973                                                              @pfizer $IMNP Seeing is believing. Positive results from ongoing P2 Trial of Bertilimumab in BP. Got my money on Bert.
10974                                        @10_gop @tweetybird2009 @Ford this is what your immoral stance on the NFL issue leads to! Please speak out for resp… https://t.co/b1N4jE700p
10975                                                                                     We (Heart) the Holidays: A recipe collection by Karen Akins https://t.co/PVJgnUTOUm via @amazon
10976                                                                                                             @tae15adams sit back and drink a @pepsi you be good my man! #staystrong
10977                                                 @VerizonSupport Service connected.  @VerizonSupport @verizon charging me for an inefficient and ineffective tech visit #poorservice
10978                                        #SheWillConnect! Our girls building robotic arms last night! Thank you @intel  and @aguilayouth! #CESDKnowThyImpact… https://t.co/BwOxOGGzW3
10979                                                                                                                                                  @CardozaGab @Starbucks You SHOULD!
10980                                                  RT @ladygaga: It's not an illusion. The rumors are true. This year the SUPER BOWL goes GAGA! @nfl @FOXTV @pepsi #PERFECTILLUSION… 
10981                                                                                                                               RT @liquorice: @ladygaga @NFL @FOXTV @pepsi OH MY GOD
10982                                                                                    @T_S_P_O_O_K_Y @HillaryClinton @facebook The plot Russian plot thickens...against the Democrats!
10983                                                     RT @BlueCartHQ: We're sharing our panel with Oliver Meeker of @IBM and Philip Harris of @ripeio to talk #food traceability at… 
10984                                                                 RT @Moneyman4lyfe_: Check out ANDY PETTITTE 2017 TOPPS FINEST PHENOMS AUTO 20/20  https://t.co/0te7zsvFx2 via @eBay
10985                                                Check out KATE SPADE WEDDING BELLES BRIDE2BE NY LICENSE PLATE Clutch $398 Novelty Bride #katespade https://t.co/VqXW0QTYkH via @eBay
10986                                           RT @bhuvannaik: .@BillRMcDermott Inspired every day by our @SAP leaders &amp; colleagues! #SAP Helps the world #RunSimple #futureofwork… 
10987                                           RT @bhuvannaik: .@BillRMcDermott Inspired every day by our @SAP leaders &amp; colleagues! #SAP Helps the world #RunSimple #futureofwork… 
10988                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10989                                        @HassanRouhani @JZarif @charlierose @camanpour @BreitbartNews @VOANews @BBCWorld @SkyNews @CBS @NBCNews Where freed… https://t.co/Xa2HLM4PMp
10990                                                                         @Reuters Fist they are illegal immigrants  just that act is a crime but feel free to keep pushing lib trash
10991                                                          Check out NYDJ Capri Cropped Jeans Chateau Blue Womens Size 4 RN132016 Style#32610 #NYDJ https://t.co/G5ClmD9Bmz via @eBay
10992                                                                     @Starbucks honestly what's the point of selling breakfast sandwiches if y'all don't have ketchup in-house... 😑
10993                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
10994                                                @kbsorlien the selection process is automated + picked by @amazon giveaway software. For some reason at times no winner is selected.
10995                                                  RT @Reuters: Slurs prompt U.S. Air Force Academy head to call for racial tolerance https://t.co/bhBRnY1MBO https://t.co/8g8p2kJi2G
10996                                                                                 @BoyGeorge @facebook No kidding...it is full of fake profiles and fake news https://t.co/vTFsT88a8d
10997                                                  @mattsanjay shares @Oracle has accelerated the bank innovation cycle onto a single open #banking platform… https://t.co/qenLJAzfw1
10998                                                                                                                                 RT @McDonalds: Then come see us! We'd love to hang.
10999                                                        RT @amazon: A weighted blanket helps you relax by simulating the feeling of being held or hugged to make you sleep better:… 
11000                                               @LouDobbs @abc @nbc @CBS @cnn @FoxNews @MSNBC @nytimes @washingtonpost @komonews @KING5Seattle @KIRO7Seattle… https://t.co/nvHxbXleZ9
11001                                                                                             @Thespian80 @jobeeswing @pepsi Don't bother with these idiots. They're beyond reasoning
11002                                                                       #NationalCoffeeDay not coffee but this Pumpkin Spice Latte is fire from @Starbucks 🔥 https://t.co/axvrTBMjMV
11003                                       RT @RC44Class: Live Photos coming in from @MartinezSailing looking 👌 Follow us on @facebook and @instagram for more. https://t.co/tRD2q4fNjV
11004                                                        It’s time for @CocaCola to do the right thing and end its association with @arbys. #WeHaveTheCruelty https://t.co/gqWOSGotzx
11005                                                                                                                                                               @netflix Thanksgiving
11006                                                                                                                             I’m gonna need answers @netflix https://t.co/qb9QsjJQ4D
11007                                        @banthefrontlawn @HalDonaldson @E_Reid35 @Walmart @WalmartGiving The products they have sent are also valued at the… https://t.co/pJmkcXodmy
11008                                    RT @TheMysteryLadie: Mac is up to his eyeballs n mob &amp; feds in Lauren Carr's BLAST FROM THE PAST #mystery #IARTG #CR4U #SNRTG via @amazon h…
11009                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11010                                                              Check out #Nwt Forth and Towne Womens Black Sleeveless All Occasion Linen #Dress Size 14 https://t.co/b6Xnn2PENv @eBay
11011                                                Check out #LESPORTSAC #BAMBI &amp; FRIENDS *NEW* Classic Hobo Crossbody Bag &amp; Pouch Nylon NWT  https://t.co/t6FXyJUrn6 via @eBay
11012                                                                                            RT @IBM: This is the IBM Cloud. The cloud for enterprise. Yours. https://t.co/LmZ3KSbRkm
11013                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11014                                                                                                     @feroze17 @LAGalaxy @EASPORTSFIFA @adidas Enjoy brother! Get some sweet photos!
11015                                                                                                           The Healing Powers of Tea by Cal Orey https://t.co/ECTX6CeTlf via @amazon
11016                                        @Google @axios @EcoWatch @Dance_Magazine @azula We also understand that nothing can go #viral without multi-dynamic… https://t.co/u3dZwJVcB2
11017                                                                                                                                  @McDonalds @ashlutzke5 caramel iced coffee??❤️❤️😉😉
11018                                                                                                                                     @McDonalds And don't worry I resumed the chain.
11019                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11020                                                                                           Up yours @Starbucks @Starbucks_SA; #overpriced #overrated #coffee https://t.co/ih3ghLp0Bn
11021                                                                  I work at @TripAdvisor and I am looking forward to seeing what @TripAdvisorOwl has to say on this channel. #travel
11022                                                                  RT @davidjeffers5: Check out mens levi's jean vest light gray size medium sleeveless https://t.co/4PpORk7Idk @eBay
11023                                                Check out  New Baby Playpen Kids Safety Play Center Indoor Outdoor Portable Electronic  #Unbranded https://t.co/Afi4LoiuRP via @eBay
11024                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11025                                                                                                                                 Why are @BankofAmerica drive thrus SO DAMN SLOW????
11026                                                                                               @CCP_Peligro @Microsoft I'm all about the fade - Gotta have my smooth transitions! 🙃
11027                                                                                               @Reuters Good and they are not immigrants they are ILLEGAL immigrants you dumb fucks.
11028                                        @Ilanakashi3 @netflix @AmazonVideo @hulu @HereMediaInc @ItsTylerYoung Thank you :) I can relate to his story so muc… https://t.co/J1sYjXKUqU
11029                                                                  RT @Reuters: Number of immigrants without criminal histories arrested by ICE up more than 200 percent since Jan.… 
11030                                                                                                                             RT @McDonalds: @mattstevenson53 You're making us blush!
11031                                                   Check out Trivet Chicken in a Basket by Win Ng of Taylor&amp;NG SF 1982 Japan Vintage 9.5x9.5   https://t.co/obx3HdxlUc via @eBay
11032                                                                     RT @Reuters: Saudi man arrested after threatening women drivers https://t.co/sFTRIhoXg4 https://t.co/LsAwm0pFHg
11033                                    RT @JDailer13: Take a look into the future of #cybersecurity and how #MSPs can capitalize with @IBM &amp; @FollowContinuum https://t.co/Gq3djM5…
11034                                              RT @rogerVcente: @324cat @Google @sanverde @BBCWorld Spanish gov. orders @google to delete links and apps to vote on Catalan Referen… 
11035                                                                     RT @Reuters: Saudi man arrested after threatening women drivers https://t.co/sFTRIhoXg4 https://t.co/LsAwm0pFHg
11036                                                                    RT @Gillette: Get your hands on a SIGNED @TeamSoloMid jersey. RT for your chance to win! https://t.co/yEWUgIYkBG
11037                                        What better way to celebrate #NationalCoffeeDay than with the opening of the first @Starbucks Reserve Bar in Michig… https://t.co/2po7ZUhL1l
11038                                                                                                                    @Ryanair @UK_CAA I need a holiday from the stress of my holiday.
11039                                        RT @oriolhuesa: @censura1oct @Google FYI your colleagues in Spain are being retained in their offices because of Spain's government censors…
11040                                                                                           RT @agdelt: Smart Cities enabled by @DellEMCSAP @SAP @SAPInMemory https://t.co/HThV4odEiA
11041                                                                                                       RT @Apple: A new generation of iPhone. Available now. https://t.co/oEqZ9JzGMa
11042                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11043                                                      RT @RedChilliesEnt: We want to know more about the man who has answers to questions that even @Google cannot answer! @iamsrk… 
11044                                                  Check out Nightstand Modern Drawer Bedroom Wood White Chrome Side Table One Night Stand  #Modern https://t.co/mk3Mt7VvA5 via @eBay
11045                                                  RT @chiIIum: @facebook @johnpodesta Zuckerberg thinks people loooove Facebook and will stick up for it like their lives depended… 
11046                                                   RT @WorldGoneWrongt: @Ford let this be the first sponsor to boycott Found On Road Daily owner just leave them there #BoycottNFL… 
11047                                        RT @Reuters: #TheTrumpEffect: @Reuters cuts through the noise to show you the major actions and impacts. https://t.co/KSypvnsLEP https://t.…
11048                                                          Check out Samuel Dong Jacket Trench NWT Sz Small Teal Double-Breasted Front Button Belt  https://t.co/YShSMoHIJ2 via @eBay
11049                                          @Starbucks It's National Coffee Day! So of COURSE we tried cannabis-infused coffee! #NationalCoffeeDay #LegalizeIt https://t.co/Cy1F6LDtxD
11050                                                                                               @KBTHEBASEDGOD @Sony @atari @PlayStation @dimps and add the original sound tracks pls
11051                                                                     RT @Reuters: Saudi man arrested after threatening women drivers https://t.co/sFTRIhoXg4 https://t.co/LsAwm0pFHg
11052                                          Hey @Apple @AppleSupport the next time you want me to Update my phone how about not BREAKING MY PHONE IN THE PROCESS OF FORCING THE UPDATE
11053                                                                                                         Check out PREORDINE  PG GUNDAM EXIA 1/60  https://t.co/ZAIdPLAMeP via @eBay
11054                                                                                              @shelly_noble24 @Dean_Devlin @amazon you are welcome 📚 #TheLibrarians S3 #DVD #Amazon
11055                                              RT @rogerVcente: @324cat @Google @sanverde @BBCWorld Spanish gov. orders @google to delete links and apps to vote on Catalan Referen… 
11056                                                  RT @ladygaga: It's not an illusion. The rumors are true. This year the SUPER BOWL goes GAGA! @nfl @FOXTV @pepsi #PERFECTILLUSION… 
11057                                                             Products I Swear By: Vanilla Flavored Almond Milk from @Walmart or @AldiUSA  https://t.co/08bLWYlMch #NationalCoffeeDay
11058                                                                                                                                  @CoolMojo @amazon i dig it https://t.co/hIB8SlLnU5
11059                                                        RT @Joey_Preston77: Hey @McDonalds what kind of a real fucking food establishment does not offer Mtn Dew sincerely boycotted
11060                                                                                                                 RT @onIyoth: Offended. Upset. Mad. @netflix https://t.co/IwceiuvboE
11061                                         @BestBuySupport @UPS Yes I just checked again.  I even checked to allow people I don't follow to DM me. Please try… https://t.co/WIBFJ4Jlpg
11062                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11063                                                       $9.95 #EAGLES #FLYEAGLESFLY NELSON AGHOLOR ☆ ROOKIE AUTO /75 EAGLES USC 2015 TOPPS SUPREME  https://t.co/wEM9mAmuu0 via @eBay
11064                                                                                                                                                                        @Tesco Done.
11065                                                         Check out Betsey Johnson Coat NWT Sz Small Black Gray Front Zipper Closure Pockets Lined  https://t.co/qTOAPnEmfY via @eBay
11066                                                         Check out Betsey Johnson Coat NWT Sz Small Black Gray Front Zipper Closure Pockets Lined  https://t.co/qTOAPnEmfY via @eBay
11067                                             Check out 1X (18/20W) Liz &amp; Me Tunic Tee Top - Beaded Neck Dark Olive Green Cotton/Spandex #LIZMe https://t.co/ESp3TErf4s via @eBay
11068                                                                                                                                        @Smokin_Dozier @TMobile First world problems
11069                                                                       Check out Nike Zoom KD 9 Size 8.5 USA Fourth Of July #Nike #BasketballShoes https://t.co/yiw4nd373u via @eBay
11070                                                                              @bazjohn10 @Starbucks How many free vanilla lattes are Starbucks giving you for that tweet? @bazjohn10
11071                                                          Check out 2 US FORCES SHOULDER PATCHES (BAND of BROTHERS) WWII US OCCUPATION IN AUSTRIA  https://t.co/NszoCnNcV7 via @eBay
11072                                       RT @Starbucks: @Camila_Cabello Our hearts are doing a lil dance to your BOP (Havana) today! #NationalCoffeeDay 💃 #CoffeeLoveCups https://t.…
11073                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11074                                                                                                                 Secret Admirer by K. K.  Harris https://t.co/EsRp8LIt0h via @amazon
11075                                                                                                                                             @aubreypwd @Apple Time to use 1Password
11076                                                                         RT @Reuters: Mayor of stricken San Juan rips U.S. official over 'good news' comment https://t.co/Nn6Oupdw9g
11077                                                                                RT @McDonalds: @BasicallyIDoWrk Your recent excitement for “TENDIES” deserved some recognition.😉☺️😘
11078                                        RT @ShopaholicShack: Check out 🍋LULULEMON Activa Mesh With Me PURPLE BERRY ZIP FRONT JACKET II SZ 6 Small EUC https://t.co/4i4kSWTZ2D @eBay
11079                                       RT @Starbucks: @Camila_Cabello Our hearts are doing a lil dance to your BOP (Havana) today! #NationalCoffeeDay 💃 #CoffeeLoveCups https://t.…
11080                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11081                                           @Microsoft @Windows I need some help here - two Insider builds missed due to uninstalled programs being mis-identified.  #WindowsInsiders
11082                                                                                               RT @CatalunyaIndep: @JulianAssange @KRLS No @Google? https://t.co/MZ6NzAUfYr then! 🌹
11083                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11084                                                                                                  RT @CATSRideTransit: Hey @amazon we're all in! #CLTisPrime https://t.co/tXnSOuMuln
11085                                    @US_FDA @SecretService @Disney @usedgov @ILAttyGeneral @ABAesq @Pontifex Compliance of shirt tucked of belt &amp; pants… https://t.co/FsqSE0pMMI
11086                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11087                                                                                                                                                                     @amazon 😐 need
11088                                                  @RepGraceMeng @Google @Apple @Android @bigotreegames Maybe you should stop stealing and cooking pet cats. Ever thought about that?
11089                                                                                 RT @Reuters: Hurricane Harvey curbs U.S. consumer spending; inflation muted https://t.co/uWjIF7S0pU
11090                                                                                                       @Ryanair You have some cheek. Problem for you is it’s just not funny anymore.
11091                                                 RT @EJGibney: @slpng_giants Tech companies like @Google @amazon and @disqus need to acknowledge the role they play in allowing ha… 
11092                                            Rumored Ultra #Pixel looks like it is my next phone; if real. @Google should either have made or have it in the works. I need it. @MKBHD
11093                                                                        Check out Calvin Klein black shirt size small #CalvinKlein #Blouse #Career https://t.co/p8DNP0Qof8 via @eBay
11094                                                                                                                           Why don’t we have a Pumpkin emoji??? @Apple @AppleSupport
11095                                                                                                                                       @Starbucks Fuck Starbucks Ima still go tho 😩
11096                                                                   Check out NEW Martha Stewart Crafts Ruby  Glitter 1.5 Oz.  #MarthaStewartCrafts https://t.co/YV6H0I3TqH via @eBay
11097                                                     Check out Lead Crystal Set Of 4  Iced Tea Glasses 7”Cristal D’Arques Longchamps  T63 #ArtDeco https://t.co/cthUXMOllU via @eBay
11098                                                                             @Starbucks is there a daily limit on how Gift Cards we can send via iMessage? I’m guessing 10 in a day.
11099                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11100                                            Heads up @McDonalds fans. They actually sell gherkins!!!! Only 89p what a bargain!! #mcdonalds #gherkins #ballin https://t.co/lx3mddWMj0
11101                                        RT @Richard57307834: #Vintage #Southwestern #FineArt #Collectibles Iconic Wearable #Art @eBay #eBayCollections #FrankPatania #NoraBill  htt…
11102                                                                                                           RT @Tragland37: @NickVogel5 @TMobile Cell network battle royal going on😂
11103                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11104                                                Check out MEN`S LONG SLEEVE HENLEY SHIRT COLOR: CHARCOAL GRAY SIZE: XXL 3-BUTTON FRONT NWT #Henley https://t.co/v3WQeJfMOT via @eBay
11105                                                                                  RT @JAKKStoys: You can also find him on @amazon! #jakkschats #jakksmrdusty https://t.co/MevIrUvlk0
11106                                                                                  RT @JAKKStoys: You can also find him on @amazon! #jakkschats #jakksmrdusty https://t.co/MevIrUvlk0
11107                                                                                                            @Ryanair zero help with the online chat folks... https://t.co/kZq0Jn6R5K
11108                                                       @Stephen34004924 @SenatorCollins @CNN @CBS @SenJohnMcCain @realDonaldTrump Proud that @SenJohnMcCain… https://t.co/ioT6o6zZNa
11109                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11110                                       @BlueBloods_CBS @CBS @Lorraine_Bracco @BlueBloods_CBS Couldn't have picked a better #StrongWoman to be the mayor of NYPD!  👮💪💪💪💪💪💪💪💟
11111                                        RT @vinylmatt33: Check out Earl Klugh MFSL Finger Paintings Rare Vinyl Lp Japan Pressing Ex. All Docs Inc! https://t.co/WNcs5X5XPB @eBay #j…
11112                                                                           RT @DebsNovels: Lustful Awakenings #T4US #ShortStories #BDSM #graphic https://t.co/7doXd6nh5T via @amazon
11113                                                                                                                 RT @RRHMJ23: The new @Nike @chicagobulls apparel are 🔥🔥🔥🔥🔥🔥🔥
11114                                                Check out Wantdo Men's Fleece Button Front Jacket Coat Black Brown US Size Medium/China 2X #wantdo https://t.co/am8ZKtZSmc via @eBay
11115                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11116                                         RT @BCMHouston_News: We are proud to be ranked as one the world's most innovative colleges by @Reuters! @bcmhouston https://t.co/lhLDjQB9ds
11117                                                                                                   Check out Monsoon Wool Blend Jacket Ladies Size 12  https://t.co/nhc1MX3dxq @eBay
11118                                              RT @TheACTUAL40: @CNN @MSNBC @NBC @CBS @ABC @FoxNews @maddow  U PHONY MEDIA HARLETS U have seen ur best days!! The future is not bri… 
11119                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11120                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11121                                        RT @GoldmanSachs: Treating Alzheimer's: $GS Research’s Terence Flynn on 3 developments with big potential: https://t.co/lbCNEMI61o https://…
11122                                                        Check out Lot of 5 WWE Wrestling Action Figures - Kane Batista RVD Maria Rey Mysterio #WWE https://t.co/YA9fQf11Xv via @eBay
11123                                                RT @tjparfitt: A judge has ordered @Google to delete app that @KRLS announced for #1Oct. There are reports police have entered Goo… 
11124                                                                                                    @ForbesRicky @netflix @THuntersTV @TornadoGreg @ChittickChris What about Canada?
11125                                                        Check out Fashion jewelry rhinestone drop earrings with red tassels #Unbranded #DropDangle https://t.co/F0p6mWmxC0 via @eBay
11126                                        RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive #ThorRagnarok Hulk Pop! https://t.co/DUI5fvLcKK
11127                                                                                                @Ryanair Scandalous that you only done this because you were forced to. Scum company
11128                                                            Google employees are actually being held hostage by Spanish police. Will @Google make a comment? https://t.co/ggm9NWkaU5
11129                                                                                  Check out Power Puff Girls film Cards Pre Filled In Binder+tiny gift https://t.co/tFEMd6jqmf @eBay
11130                                       RT @Starbucks: @Camila_Cabello Our hearts are doing a lil dance to your BOP (Havana) today! #NationalCoffeeDay 💃 #CoffeeLoveCups https://t.…
11131                                                         They need to investigate @Disney and their anti-American hiring practices in favor of H1-B workers. https://t.co/J3vZsmpGge
11132                                                                                                                                 @BankofAmerica @kennerly I am with Bank of America.
11133                                                     RT @eBay: Bid on one-of-a-kind items + join @Univision to support @RedCross to help those affected by recent natural disaster… 
11134                                                                                                                                 @steph_the_yogi @Audi The old s5 looked wayy better
11135                                                     Thank you Senator @ChrisVanHollen for visiting @PayPal in Hunt Valley today and hearing about our Diversity and Inclusion work!
11136                                        RT @SEWMUCHFUN2: Check out Vintage Wooden Christmas Ornaments Decorations Lot Of 9 Collectibles  https://t.co/rCdyJhe7K8 via @eBay #Ornamen…
11137                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11138                                         RT @RepGraceMeng: @Google @Apple @Android @bigotreegames This game uses every negative &amp; demeaning stereotype that I have ever come a… 
11139                                                                      Check out VALENTINO Miss V gray wool cashmere jacket sz S #valentino #Jacket https://t.co/mwZz1mOL6w via @eBay
11140                                                RT @tjparfitt: A judge has ordered @Google to delete app that @KRLS announced for #1Oct. There are reports police have entered Goo… 
11141                                             RT @HelleKettner: Court asks @Google to shut down the app where Catalan citizens can see where they have to vote on #1O. #Spain is ou… 
11142                                                      Check out Mens Columbia Fishing Shirt Vented Size L Large Blue Button Down Camping #Columbia https://t.co/M3rYySfH3k via @eBay
11143                                        @jstines3 @ChuckNASCAR @carmeldelighted @McDonalds @NFL Close down McDonalds and America's life expectancy will ris… https://t.co/GScbZYZtVI
11144                                                                                                                  RT @evz76: You having a laugh @Ryanair ??? https://t.co/WqxEYbULYA
11145                                                                                                       @BuckerooBonzai @Ford NFL is now just a propaganda machine for the dumbocrats
11146                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11147                                                      Women at @Skype @Microsoft team outing riding horses. Not a bad way to get to know each other 👩🏻‍💻🐴 https://t.co/i0JRkpmNlW
11148                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11149                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11150                                                         RT @blackbookpolls: Salesforce @salesforce ranked in Black Book Top 50 Health IT Disruptive Technologies to watch in 2018… 
11151                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11152                                                    Check out Scammells Trenton China Oval Serving Bowl Derby Blue Restaurant Ware #RestaurantWare https://t.co/XSFpzbROB6 via @eBay
11153                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11154                                            Check out  This Is Rocket Science-25 Activities in One Ages 6+ 1/2 OFF FROM STORE PRICE #BEAMAZINGTOYS https://t.co/6DYAQwW5eZ via @eBay
11155                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11156                                                         RT @blackbookpolls: Salesforce @salesforce ranked in Black Book Top 50 Health IT Disruptive Technologies to watch in 2018… 
11157                                                                                                 Interesting...tell me more @Walmart @FBI @CIA @DCPoliceDept https://t.co/1DVkQ3Q4yk
11158                                                 Check out CAPEZIO LT. BROWN VINYL SHOULDER/HANDBAG PURSE - FAUX LEATHER #Capezio #shoulderhandbag https://t.co/6jxygMsa15 via @eBay
11159                                                                   @Samsung are proud to be attending the prestigious #AVAwards . Fantastic event for great community #samsungfamily
11160                                                                                                                         @Reuters Breeding more recruits against America is not good
11161                                                                                                           @and_talented @pfizer @worldheartfed Shill ... fake endorsement of sorts.
11162                                          Cain Leather Alfani Riding Stretch Knee High Boots 8.5 NEW #Alfani #RidingBoots #Fashion #Footwear #eBay https://t.co/sshGFtMCRi via @eBay
11163                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11164                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11165                                                                                 RT @dvbotet: Stop censorship @Google @GooglePlay shame on you. Freedom of expression for Catalonia!
11166                                                      @amazon Your customer support is infuriating. I've been tossed around to different people that didn't even read what my issue.
11167                                                                       RT @IBM: Find out how blockchain technology is opening the door to innovation. Watch: https://t.co/q29WBXr2o4
11168                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11169                                              RT @jazzyjunker54: Check out 1992 Walt Disney Snow White and 7 Dwarfs Complete Doll Set Rare #Disney https://t.co/mO06nOWdf8 via @eBay
11170                                                                                                               Check out Next Size 14 Top Blue Layers  https://t.co/0BIXI7URdx @eBay
11171                                                 RT @sophieintheclub: This is the car of my dreams always was 🚗🚘i love red but yellow one is good tho @BMW https://t.co/myVpq9Rynf
11172                                         RT @Michelle360MKE: 81% of U.S. respondents said investing in creativity increases employee productivity via @Adobe https://t.co/Khn2ctQ76d
11173                                                         RT @Reuters: From Jan. 20 to today: These are the policies enacted by Trump – and what they mean. https://t.co/q7sB5FR1qT… 
11174                                                       RT @GoldmanSachs: @HBO CEO Plepler on a culture of entrepreneurship: “It is amazing the amount of energy that it catalyzes”… 
11175                                                                                  RT @Reuters: Rich would benefit most from Trump tax cut plan: policy group https://t.co/7gNMPVeCGC
11176                                                     RT @issa: meet me in DETROIT @ATT! find out how to gain priority entrance: https://t.co/GQOFuh5m2J 💕limit 100 total entrants… 
11177                                                                                                                               RT @Apple: A new generation of iPhone. Now available.
11178                                                                          RT @dcltwitting: Check out Barbie Metal Lunch Box No Thermos Circa 1998  https://t.co/zgH1prE4Mw via @eBay
11179                                              @TETONsports @naturetechfam @LynnGay11 @Starbucks Sorry I couldn't make it. We're getting a post together for… https://t.co/WZFymklzTp
11180                                                                                                                                                    @issa @ATT Please come to Europe
11181                                                                                                 Schindler's List [Import] Universal Music Group https://t.co/b6G3pisnEr via @amazon
11182                                                                                                   @amazon wow what terrible service. A day late and opened. https://t.co/OB4aljrbJe
11183                                                                              BRIEF-Cargurus sees IPO of 9.4 mln shares of class A common stock‍​ https://t.co/x9ngWEmcSy Via @Reuters
11184                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11185                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11186                                                                  RT @Reuters: Russia left troops in Belarus after wargames: Ukraine https://t.co/GVszXZ2rIR https://t.co/GRZFTsjZVu
11187                                                                                             Picked up my #SNESClassic! Thanks @amazon Treasure Truck! Now to brave Atlanta traffic.
11188                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11189                                                                       Check out New TORY BURCH Leather Mercer Chain WALLET CROSSBODY French Gray $285 https://t.co/I1SCzUGtUQ @eBay
11190                                                                                                                        Thanks again @Walmart for screwing my out of a snes classic.
11191                                                          Celebrated #NationalCoffeeDay with one of @Starbucks new #Fall cups 💁🏼 #Basic #Starbucks #Coffee https://t.co/cQHJNidl8l
11192                                                       Check out Reef Mens Crew SL Logo Sandal Flip Flop Bronze/Brown lt brown 11 NWT beach  #Reef https://t.co/eNK0InWmSp via @eBay
11193                                            RT @slpng_giants: 🚨 QUICK THREAD FOR @facebook: Over 70% of the advertisers we’ve contacted have shown up on Breitbart because of you… 
11194                                                                                                                      @Tesco Only image of packet I took ✌🏼 https://t.co/JnNhtbXRBC
11195                                                                                                                                            @RecoilBlaze @McDonalds Knock it off!!!!
11196                                        RT @lyndseyshields: @Ryanair @Ryanair will you compensate me for 2nd leg of flight (you cancelled first leg) as I can't get there now? (Dub…
11197                                                                                                                   @jackwhitehall travels with my father on @netflix is hilarious 😂
11198                                                                                               RT @Neishabdot: At meineke getting this free oil change. Shoutout to @TMobile- MVP's.
11199                                                RT @JTGRacing: TUNE IN: Qualifying from @MonsterMile up next on @NBCSN at 3:40pm for the @kroger #ClickList and @Kingsford Chevy t… 
11200                                                                           Turns out one app preview video of 30s max is must for #appstore now #ios #iosDev #apple @AppStore @Apple
11201                                                                                            Artichoke #2 Art Print on Upcycled Antique Book Page https://t.co/HiD6nRJyxo via @amazon
11202                                            RT @slpng_giants: 🚨 QUICK THREAD FOR @facebook: Over 70% of the advertisers we’ve contacted have shown up on Breitbart because of you… 
11203                                                                                                                    @DonnieWahlberg @BlueBloods_CBS @CBS I can't wait!!  #Bluebloods
11204                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11205                                        @CBS What happened to Star Trek Discovery? Missed last 20 minutes.Stupid 60 min. No more shows?Can't steam/Got @CenturyLink VERY SLOW/dialup
11206                                                     RT @issa: meet me in DETROIT @ATT! find out how to gain priority entrance: https://t.co/GQOFuh5m2J 💕limit 100 total entrants… 
11207                                                                                                               @DonnieWahlberg @BlueBloods_CBS @CBS Happy #BlueBloods Friday! 🎉💙🚔
11208                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11209                                           RT @McDonalds: ⏰ to drink like a Finn. Show your #NationalCoffeeDay pride with $2 small #McCafe espresso drinks. https://t.co/xZQ8tR8tMs
11210                                              RT @BlueBloods_CBS: #BlueBloods is back tonight at 10/9c on @CBS &amp; CBS All Access: https://t.co/X9RycxB045 https://t.co/lspliKZ0H6
11211                                              RT @BlueBloods_CBS: #BlueBloods is back tonight at 10/9c on @CBS &amp; CBS All Access: https://t.co/X9RycxB045 https://t.co/lspliKZ0H6
11212                                                     Check out Magnetic K Cup Holder Coffee Keurig Pod Organizer Holds 16 K-cups Clear  #Unbranded https://t.co/ZkcZLjzLD1 via @eBay
11213                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11214                                                                         @DonnieWahlberg @BlueBloods_CBS @CBS 🚨🙆🖒💙 #CuffMeDanny!!! 😉 Happy #BlueBloods #BlueBloodFriday y'all!!!
11215                                              @Scooterocket @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell @timkaine… https://t.co/kZl91NeG9O
11216                                                             RT @racdba: Incredible amount of talented @OracleACE Directors today at the ACE D Briefing @Oracle HQ @OracleDatabase… 
11217                                                  RT @Disney: Freak Out about the #FreakyFriday Musical Coming to @DisneyChannel: https://t.co/rkMQmSvh0z 🎉 https://t.co/6W0Gcz6bp5
11218                                                             See how @PGATOUR and @intel plan to bring more live #VR and 360-degree #video coverage to fans… https://t.co/00w34Ggq87
11219                                                                                                                                                @taylornation13 @UPS I love you guys
11220                                                                                                    @Ryanair Thanks for that. Seemed to be too simple lol. It's come up as a QR code
11221                                                                                        Check out Chicago Cubs 2016 Championship Ring #ChicagoCubs https://t.co/SAaA3STkTP via @eBay
11222                                           @BankofAmerica IS HORRIBLE!!!!!!!!!!! Sun City Center FLORIDA  charged my DAUGHTER $8 to cash I FK check I wrote. Every week it is worse!
11223                                                                                                                                                 @Variety I was betting on @netflix.
11224                                        It's incredible how we waited for the future expecting great technology and perfect services and then you wait 3 hours for a @Ryanair flight
11225                                          @Reuters It's obvious what our government is doing. Its no different than 1942 Germany and it could get out of hand if we stay complacent.
11226                                        @Google @madebygoogle @MKBHD @Google is not even bothered to reply my several emails and DM on twitter. Service cen… https://t.co/ycL7Lw0yB5
11227                                            RT @slpng_giants: 🚨 QUICK THREAD FOR @facebook: Over 70% of the advertisers we’ve contacted have shown up on Breitbart because of you… 
11228                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11229                                                           RT @MICSJWL: Check out Baltic Folk Costumes A Paper Doll Collection Extremely Rare!  - SALE https://t.co/C9SmblubBa @eBay
11230                                  RT @GlennyceJ: Replying to @Reuters &amp; @DevinNunes Devin u r a traitor &amp; are complicit. When are u going to resign? https://t.co/ywPlvyTUkh
11231                                                                                        @Starbucks @Camila_Cabello @Starbucks Do a commercial with her 🔥❤️🙏 https://t.co/BVk3tI7r7C
11232                                                               RT @Reuters: ISS says P&amp;G investors should vote Peltz on to board https://t.co/g7IXouftug https://t.co/FrFWjTKtbG
11233                                                    RT @GroomingMail: #Retweet &amp; #follow @GroomingMail to enter our #competition to #win a £15 @ASOS voucher. Ends 14/11/2017.… 
11234                                        #McCafe #NationalCoffeeDay @McDonalds nothing comes before coffee...except for disrespect of our Country that's always b4 coffee #NFLBoycott
11235                                                                                         @Reuters Only a clinical cretin will believe the words of Ukraine about Russia. And Reuters
11236                                          RT @drrodberger: I was lucky enough to speak with @margo_day to discuss her role at @Microsoft &amp; their work in #edu. Learn more here… 
11237                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11238                                        @CBS I’m outraged how Star Trek is stuck behind ur cbs all access Pay wall  I really enjoyed what I seen and want to watch more. Lost viewer
11239                                        New Video! Exclusive Secret Entrance @LPL_Airport - Flying with @easyJet Liverpool to Madrid. https://t.co/lvpk2p00vQ #travel #FridayFeeling
11240                                                                                                                                                             @Reuters what the shame
11241                                                                      My phone keeps being slow af and freezing can you fucking not @Apple i just got this bitch like two months ago
11242                                               RT @vagabond_hotel: @netflix Please watch our video! GYPSY DESERVES A SEASON 2! Listen to your subscribers! https://t.co/AT5UnoxHY5… 
11243                                                                                             RT @netflix: @colesprouse for the love of god to not mess with brazil cc @NetflixBrasil
11244                                             RT @HelleKettner: Court asks @Google to shut down the app where Catalan citizens can see where they have to vote on #1O. #Spain is ou… 
11245                                                 RT @kncukier: Very cool. A small news org can license @washingtonpost tech and use @Google tools - lowering digital costs so it c… 
11246                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11247                                                                                        RT @PaulineKohime: When @netflix finally calls it the Sense8 SPECIAL https://t.co/evLekjb6Q0
11248                                              RT @BlueBloods_CBS: #BlueBloods is back tonight at 10/9c on @CBS &amp; CBS All Access: https://t.co/X9RycxB045 https://t.co/lspliKZ0H6
11249                                                                                                            bruhhh yall can just take all my money now @Nike https://t.co/R13TK9LKLU
11250                                     RT @pswinnauthor: This is what @realDonaldTrump will do #StopHim Disturbance &amp; Destruction by P.S. Winn https://t.co/3dxY5ae9rQ via @amazon
11251                                                                                                                            @The1stWright @Nike They ain’t make size 15 samples brah
11252                                                   RT @MorganStanley: Last week’s escalating tensions with North Korea rattled markets out of a summer lull. https://t.co/32b137M6cq
11253                                              RT @TaheriKaveh: @HassanRouhani @JZarif @charlierose @camanpour @BreitbartNews @VOANews @BBCWorld @SkyNews @CBS @NBCNews No religion… 
11254                                                                                                                                                                 @t_todd @Sony lmfao
11255                                                                                             RT @netflix: @colesprouse for the love of god to not mess with brazil cc @NetflixBrasil
11256                                                                                              RT @Sony: When the weekend is finally here. (@Louis_Tomlinson) https://t.co/jftaf8iGpq
11257                                                                                                                                                @Starbucks @AlaskaAir (pun intended)
11258                                                                                                                 @Walmart so any idea when West coast Florida will be getting #SNES?
11259                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11260                                       We’ve been seeding macOS betas for months. You’ve had plenty of time to prepare. What’s your excuse @Adobe? #FAIL 💩… https://t.co/AzMrQ8qWOO
11261                                                @Investmentgraph @BestWebEnglish @HelleKettner @Google @assemblea_int @ANC_Sverige @ANC_Norge @ANCDinamarca… https://t.co/lMxpjAvykR
11262                                                         Check out #VeraBradley Travel Cosmetic Hanging Organizer Cambridge Pattern Retired Green  https://t.co/CKQyi5NwYB via @eBay
11263                                                                                     Ayeee @netflix ... this what I want ! This here ! YUP! #newSeries#binge https://t.co/ENKak7T0rI
11264                                                            Check out River Island BNWT Wiggle Bodycon Party Dress White Pink Yellow Green Clubbing 10 https://t.co/temHCl8DRM @eBay
11265                                                                                                    Shouldn't a company named @Oracle have seen that coming? https://t.co/cBqTsKoZmG
11266                                                             RT @Reuters: BREAKING: Health and Human Services Secretary Tom Price has resigned - White House https://t.co/8lacIa35I3
11267                                                    @StewartHaasRcng @DanicaPatrick @Ford @WarriorsinPink So pretty and that is one of my favorite colors because it has blue in it.
11268                                            RT @jockey_bullet: @FoxBusiness Shame on them. @nikefootball  @Ford @UnderArmour  shame on your support for the disrespect of our vets… 
11269                                                             RT @Reuters: BREAKING: Health and Human Services Secretary Tom Price has resigned - White House https://t.co/8lacIa35I3
11270                                                Check out Mossimo Womens Knit Tee Top T-Shirt Short Sleeve V-Neck Mineral Yellow XSmall XS #Casual https://t.co/AyINcXwbAh via @eBay
11271                                                        Check out Byblos Womens Ivory White Blazer Wool Blend Jacket - SZ 40 #Byblos #Blazer https://t.co/zA1RVa3uCt via @eBay #ebay
11272                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11273                                                             RT @Reuters: BREAKING: Health and Human Services Secretary Tom Price has resigned - White House https://t.co/8lacIa35I3
11274                                                     RT @issa: meet me in DETROIT @ATT! find out how to gain priority entrance: https://t.co/GQOFuh5m2J 💕limit 100 total entrants… 
11275                                                                                                               @newtgingrich @facebook What if?...you weren't a bloated bag of wind!
11276                                                   Check out #LegoFriends #Andrea &amp; #Marie #CITYPARK #CAFE #PlaySet #3061 NEW Sealed Box #Lego https://t.co/c4tUYV6Zoe via @eBay
11277                                        RT @Gorton_Manc: @ThomsonHolidays are as bad as @Ryanair. They downgrade long haul flights and and offer no compensation. Stick to @VirginA…
11278                                                      RT @Reuters: Putin critic Navalny detained by police before pre-election rally https://t.co/CXzCymps5S https://t.co/JZxKBWqoyO
11279                                         RT @RepGraceMeng: @Google @Apple @Android @bigotreegames This game uses every negative &amp; demeaning stereotype that I have ever come a… 
11280                                                                                       Ordered my @Nike @Bucks jersey! Got my second @Giannis_An34 jersey! Love my team #fearthedeer
11281                                                                                                       Rescue Me Part 2 by Helen Barth Villareal https://t.co/QQZML7mj3u via @amazon
11282                                       RT @McDonalds: Enjoy a ☕ with a friend this #NationalCoffeeDay and keep the coffee pride brewing with $2 small #McCafe drinks. https://t.co…
11283                                                        Check out Vintage 1988 Teenage Mutant Ninja Turtles Metal T.V. Dinner Tray Mirage Studios  https://t.co/ab5PyTtO48 via @eBay
11284                                             @Google acquires #identity management startup @Bitium. Without #biometrics what are they identifying - not who? https://t.co/9Fn2lY9q4e
11285                                          Which #tech #CEO is most popular with their employees? Find out here. https://t.co/MetG8GEGrD @salesforce @intuit… https://t.co/RcvlpQANCe
11286                                                                 Check out DKNY JEANS SOHO SKINNY BLUE JEANS WOMEN'S SIZE 6 #DKNYJeans #SlimSkinny https://t.co/6hQuNwHKd5 via @eBay
11287                                                    Curious what @solarwinds can do for your @Cisco ASAs?  Watch Network Insight for Cisco ASA  https://t.co/Bp0BlysxLg via @YouTube
11288                                                                                                                                                        @Change @Starbucks Who cares
11289                                                                                RT @Reuters: Trump has not begun implementing Russia sanctions law: senators https://t.co/msaWBj2DbO
11290                                                                                                                                                             @ATT your service sucks
11291                                             @paracutie @Ford Let's offend the flag of the nation that gave you the freedom to build your company!!!  That's a great idea!!!  Not!!!
11292                                    RT @RealSKHamilton: @Google - I need help with Gmail. My question not addressed in any help page I find &amp; I can't seem to figure out how to…
11293                                                                                    Check out Signed Vintage 1987 Iridescent Art Glass Loetz Vase  https://t.co/PTHcpdTHS5 via @eBay
11294                                                 Learn how @MorganStanley protects your online and mobile account information and transactions against fraud https://t.co/FahB3VfnQf
11295                                       RT @Shell: Ever wanted to know how 3D printing works? 🤔 See how it’s powering efficiency here in Amsterdam! #EnergyFest https://t.co/d5xewE…
11296                                                                                RT @Reuters: Trump has not begun implementing Russia sanctions law: senators https://t.co/msaWBj2DbO
11297                                                                                 RT @Reuters: U.S. civil liberties group to challenge Trump's new travel ban https://t.co/B6NYO3ImPh
11298                                                                                    RT @wordfangs: @netflix should make a Narcos-styled show about KPK and its struggle in Indonesia
11299                                                                                             Here's $20 that @kroger won't be getting every couple of weeks. https://t.co/SMMIVXjUS7
11300                                                       Check out VTG New York Knicks OSFA snapback baseball hat cap blue Champion brand sewn logo  https://t.co/GrUMqsrJqE via @eBay
11301                                            @Tesco my devilry was booked for 10-11.  I got caught on tube on way home. It's 10.06.  I got out the tube + saw Tesco van speeding off!
11302                                                                                                                  @ScooterMcGavin7 nah that's @BankofAmerica right @NickSwaggyGoof ?
11303                                        RT @pfizer: Why do mosquitoes bite some people more than others? Hint: #genes may play a central role. https://t.co/BySd7tTQzY https://t.co…
11304                                                  Check out Emma James Top Floral Size 14 Linen Rayon Collar Front Lace Trim Pink Buttons  #Career https://t.co/ACL2GK2gjG via @eBay
11305                                                                                 RT @Audi: @MayaUforia Hi Maya. Could you DM us your VIN and email address? We'd like to learn more.
11306                                               RT @SimplyTodayLife: I’ll admit! I feel pretty cool driving the 2017 @Toyota Sienna SE in the car line this week! (ad) #DriveToyota… 
11307                                        RT @netflix: everyone tweeting screenshots of the @bigmouth app notification will be visited by the hormone monster tonight https://t.co/yP…
11308                                                                                          once again @ASOS have left me with no outfit for an event 🙂 well done guys x great work x
11309                                                                Check out Purple Amethyst Polished Stone Bracelet 7 Inch Toggle Closure #Unbranded https://t.co/583mNcej1y via @eBay
11310                                                Check out Super Bowl LI 2016 New England Patriots Tom Brady Championship Ring  #NewEnglandPatriots https://t.co/YNPYUGV4Gi via @eBay
11311                                           RT @FranciscaGarse: @QarlesJ @montseramonv @324cat @Reuters @nytimes @AFP Google workers retained during hours by spanish police in Bar… 
11312                                                 RT @constellationr: Constellation ShortList for #CX #IoT https://t.co/JfSk6uYqUV by @rwang0 cc: @C3IoT @Cisco @GE_Digital @Google… 
11313                                                                                              RT @Sony: When the weekend is finally here. (@Louis_Tomlinson) https://t.co/jftaf8iGpq
11314                                                                                                       RT @DaveDawson5: @globalhawk777 @tobyEphotos @BMW Whos looking at the plane !
11315                                                                                                           @HombrePerFeivor @Reuters The law and the judges were on Milosevic's side
11316                                                Check out Kut From The Kloth Denim Shorts medium Wash Women's Size 2 Fast Shipping #BermudaWalking https://t.co/83vHEvb7IF via @eBay
11317                                                                     @TMobile I am thinking of switching providers. How many unwanted phone numbers can I block per line? Thank you!
11318                                                                                                  Please @amazon do something with this awful courier service you have tried to make
11319                                                                  RT @FedEx: Teaming up with the @astros to deliver 150K+ lbs of relief to #PuertoRico. ✈️ 📦 https://t.co/ekNcrtVTA1
11320                                         @KelloggsUS Are you still making Pumpkin Spice Frosted Mini Wheats? I can't find them and they are my favorite. It's the only cereal I eat.
11321                                                            RT @Sylvestermouse: Dragon Wow Tshirt Dragon Lovers T-shirts https://t.co/mlIzLWOQTK via @amazon https://t.co/Jbvuwfh0OQ
11322                                                    Check out Canvas Groovy Graphics Mens Medium Short Sleeve Black Graphic T-Shirt TB 13  #Canvas https://t.co/UhUBicEbnX via @eBay
11323                                                                   JP Morgan Warns Investors to Bet Against @NFL Channel @CBS Over Continued Anthem Protests https://t.co/hmWDhPN16b
11324                                                                                                                       Look what I found on @eBay! https://t.co/EuUjZrSWhl via @eBay
11325                                                                  RT @FedEx: Teaming up with the @astros to deliver 150K+ lbs of relief to #PuertoRico. ✈️ 📦 https://t.co/ekNcrtVTA1
11326                                                                     Chamillionaire Elevate EP Autographed 119/1000  https://t.co/NCSbqy2k2B via @eBay #Chamillitary #Chamillionaire
11327                                                                                   2 Broke Girls Season 1 &amp; Season 2 DVDs Brand New Unopened   https://t.co/dW9LEIlRWe via @eBay
11328                                                        Check out White Linen Damask Tablecloth Ivy Pattern Hemstitched border 87 x 68 Excellent   https://t.co/T1qG7tKgr9 via @eBay
11329                                                                                              RT @Sony: When the weekend is finally here. (@Louis_Tomlinson) https://t.co/jftaf8iGpq
11330                                                        RT @Reuters: Fed fines HSBC $175 million for lack of forex trading oversight https://t.co/0rZY6QDmJE https://t.co/mD9XggLNTo
11331                                       RT @McDonalds: Enjoy a ☕ with a friend this #NationalCoffeeDay and keep the coffee pride brewing with $2 small #McCafe drinks. https://t.co…
11332                                                              RT @JohnLegere: #LIVE @TMobile #CEO: Happy Fri-YAY! On my way to @soulcycle – let’s catch up!! https://t.co/VXWYCvGwIQ
11333                                               RT @GowerBrewery: From Monday 2 October Gower Gold &amp; Gower Power will be on the shelves at selected @Tesco stores across Wales!… 
11334                                                      Check out Arthur Court Eagle Desk Set Pencil Tray Letter Opener in Original Box #ArthurCourt https://t.co/trpVK9EhqZ via @eBay
11335                                                                     Half way through making a dope ass beat @Microsoft   ???????????????????????.?????????? https://t.co/hizSPzdWoP
11336                                                          RT @Reuters: Tesla's big battery races to keep South Australia's lights on https://t.co/CTdxK4wsN8 https://t.co/2OSIFyHzy9
11337                                                                                                                                         If only @McDonalds was as SAVAGE as @Wendys
11338                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11339                                                                                                       Check out Air Jordan 22 Laser Design Vnds L@@k! https://t.co/da2JGHTqmY @eBay
11340                                         The @wisdomcbs talent @NatTenaLady @blakeleeblake @JacobPMatthews enjoying #Coolhaus sammies! #sunday #premier @CBS https://t.co/K6Cy6Sw8Hc
11341                                        RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive #ThorRagnarok Hulk Pop! https://t.co/DUI5fvLcKK
11342                                        @ChicagosMayor @audubonschool @POTUS @POTUS44 @Disney @PutinRF @PresidentIRL u paying attention right he ur birth c… https://t.co/11sjXn5Zxc
11343                                                              RT @JohnLegere: #LIVE @TMobile #CEO: Happy Fri-YAY! On my way to @soulcycle – let’s catch up!! https://t.co/VXWYCvGwIQ
11344                                        @rozhall @panos_panay @Microsoft @surface curious: would it have been easier/faster/better to have done it on old s… https://t.co/mHcYiZ9IEd
11345                                               The Anarchist in the Library: The Clash Between #Freedom &amp; #Control Is Hacking the Real World https://t.co/ZMYPlwPlTf via @amazon
11346                                        @Microsoft @satyanadella thank you for this great book and I am really lucky and proud to be an MS MVP which allowe… https://t.co/QSouBmmgFG
11347                                    Tweeted for OldBaloo: No Boundaries Nobo Lace Thong Panties XL/XXL Black &amp; White #NoBoundariesNobo #Thongs https://t.co/xhrYr5zLV6 via @eBay
11348                                                            Check out Vintage Jesus Christ Wall Relief Plaque Austria Religious Medal Large metal  https://t.co/THihbAmwSw via @eBay
11349                                                                  RT @FedEx: Teaming up with the @astros to deliver 150K+ lbs of relief to #PuertoRico. ✈️ 📦 https://t.co/ekNcrtVTA1
11350                                                       Check out Men's Wrangler Fleece Shirt Or Jacket Long Sleeve size XL #Wrangler #FleeceJacket https://t.co/HMxFrI8Vuw via @eBay
11351                                                          RT @Reuters: Chaos and hackers stalk investors on cryptocurrency exchanges https://t.co/xBgUZQKRAI https://t.co/vyoaWSZJtm
11352                                                                                              @ThomasC94 @RealPaigeWWE @amazon when it came it was like this https://t.co/1FF6QhR735
11353                                                                                                                              When will my @Starbucks gold card come in the mail? 😩
11354                                                                                      Check out SEVEN meduim wash flare jeans size 8 #seven #Flare https://t.co/FlboZtQV6o via @eBay
11355                                                                                                                                                     @prod84 @Nike Jones jersey!???!
11356                                                            Check out Bandai Catalog Folder 1994 Power Rangers Tick Amazing Crayon Sidewalk Chalk  https://t.co/ARU3cGHdlx via @eBay
11357                                                          RT @Reuters: Chaos and hackers stalk investors on cryptocurrency exchanges https://t.co/xBgUZQKRAI https://t.co/vyoaWSZJtm
11358                                         RT @usaforyoubruv: @MarkDice @davealvord164 @facebook And now you continue to lie on Facebook. Be a man and admit it &amp; start treating… 
11359                                          RT @droo761: Check out 1983 Honda ATC200E ENGINE Motor ATC 200 E Honda 3 wheeler Motor rebuild or parts  https://t.co/LT7pvagBSP via @eBay
11360                                             RT @Reuters: U.S. visas to six Muslim nations drop after Supreme Court backs travel ban https://t.co/yKMN7OiL5e https://t.co/Bd7BJ5IXx5
11361                                             RT @Reuters: U.S. visas to six Muslim nations drop after Supreme Court backs travel ban https://t.co/yKMN7OiL5e https://t.co/Bd7BJ5IXx5
11362                                                                                        @TMobile @LGUS I'm not paying the bill on a phone that's broken so where do we go from here?
11363                                        RT @TMobile: Be one of the first to know when you can pre-order the #LGV30 at T-Mobile! Pre-reg here: https://t.co/DfF8McXuB1 https://t.co/…
11364                                             RT @Reuters: U.S. visas to six Muslim nations drop after Supreme Court backs travel ban https://t.co/yKMN7OiL5e https://t.co/Bd7BJ5IXx5
11365                                       RT @McDonalds: It’s HERE! Slide into a #BigNightIn with McDonald’s. Download @UberEATS and get McDonald’s delivered to you 🎉   https://t.co…
11366                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11367                                                                         #Free on Amazon: The One (The Only One Book 1) by Belle Ami @BelleAmi5  https://t.co/90gp3JhrwB via @amazon
11368                                        @comcast @comcastcares You guys care? You're business model is to upcharge for every year of loyalty. Real incentiv… https://t.co/Kw7E7QdDRm
11369                                                                                  @WatchRO_ST @amazon Charles wants toget a retrocon (i think that's the name) so it's a multitasker
11370                                                   Check out Vintage Brooch Blue Rhinestone with Gold Colored Metal &amp; Clear Center Rhinestone  https://t.co/H3Q8vp0A0f via @eBay
11371                                                        RT @Reuters: Fed fines HSBC $175 million for lack of forex trading oversight https://t.co/0rZY6QDmJE https://t.co/mD9XggLNTo
11372                                                                                                         @Reuters Now Canada is going to build a wall and try to make us pay for it.
11373                                                                                                                              @marianne5280303 @KinraIce @Reuters He's NOT the best?
11374                                        RT @TIME: The women of 'Firsts' share what it means to break the glass ceiling. Sponsored by @IBM https://t.co/LCTynYkVyw https://t.co/Aytj…
11375                                                    RT @Siemens: Human flexibility combined with #robots efficiency - a perfect match! Why? Read more here https://t.co/5tr1wgCqfy… 
11376                                                                                                                             @xOmegabladeX @amazon If they're delivered tomorrow tho
11377                                      RT @McDonalds: ⏰ to drink like a Finn. Show your #NationalCoffeeDay pride with $2 small #McCafe espresso drinks. ☕'s up! https://t.co/VB1If…
11378                                                            RT @StuartPowellFLM: The @Ford Mustang has athletic moves that more than match its muscular physique. In-Depth Review:… 
11379                                                         Check out Nike Florida State Seminoles Football Jersey #6 XL #Nike #FloridaStateSeminoles https://t.co/XK6D0Apt4k via @eBay
11380                                          RT @IBM: This is not a cloud. This is a car protected from storms by an insurance company. https://t.co/rWzh8WnMrt https://t.co/NfKVbcqSmf
11381                                                      Check out Izod brand Casual White Short Sleeve Button Front Mens $50 Shirt size Small  #IZOD https://t.co/WsbwQ7QBao via @eBay
11382                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11383                                                                                                                    @McDonalds Take down this McDonald's NYC https://t.co/e9EELY38uo
11384                                                        @WellsFargo doesn't surprise me that you have shady bank tellers with your shady business practices. https://t.co/3yDjnQziXM
11385                                                             Check out Antique Baltic Amber Beads Rosary Islam Tasbih Islamic с turquoise Muslim   https://t.co/pLbFWkIkJ2 via @eBay
11386                                                    Check out Detroit Tiger's Baseball Officially Licensed Women's Top Size Small #CampusLifestyle https://t.co/aqSz8yjzG4 via @eBay
11387                                         RT @dbhayman: Needed a pick me up for the afternoon and @Starbucks came through with their #PumpkinSpice latte. It's Fall...except for the…
11388                                              RT @BlueBloods_CBS: #BlueBloods is back tonight at 10/9c on @CBS &amp; CBS All Access: https://t.co/X9RycxB045 https://t.co/lspliKZ0H6
11389                                                                    Check out Crest Complete Multi-Benefit Whitening Scope DualBlast 7.6 OZ #Crest https://t.co/bBVzINLkM0 via @eBay
11390                                                  RT @SusieQ19622: HALIFAX PERFORMANCE APPAREL XL 90% DOWN 10% FEATHER  #HALIFAX #downfilledJacket https://t.co/yTWHINtZ3c via @eBay
11391                                     @TypfoonOfficial Glad ya got a #SNESClassic I didn't get a chance to get it @GameStop &amp; @Walmart sell those things… https://t.co/q8fHjaZw1G
11392                                                                                                       RT @Reuters: ACLU to challenge Trump's new travel ban https://t.co/HorvneqiQy
11393                                       RT @OSUPrezDrake: Proud that @OhioState is again ranked among the most innovative universities in the world by @Reuters. 💡https://t.co/nFWK…
11394                                                        Check out  JULIUS LANG OKTOBERFEST DIRNDL TIROLEAN ART MEN'S JACKET BLAZER-SIZE:US40/EU50  https://t.co/omwcbwjTmZ via @eBay
11395                                                                                                               @StephMcMahon @Starbucks Is that a smile or your sex face for hunter?
11396                                                              Check out Spode India Indian Tree 40-Piece Set for EIGHT (8) Rust Gold 2/959  #Spode https://t.co/5ScJ54O1fd via @eBay
11397                                                                                                                     @AngryJoeShow @startrekcbs @netflix I also watch @TheOrville 🙃
11398                                                                                                                    Check out my listing on @eBay: https://t.co/KfwVkVdlvh via @eBay
11399                                               RT @AuthorStyles71: Sips of Caffe' Mocha Latte: Poetic Chronicles Vol. 1 by Roberto Denaro Styles https://t.co/sSsyIcEluD via @amazon
11400                                                         Check out Nicole Saboune Lp Miman Mint Unplayed. As New https://t.co/7rUFAS76N4 @eBay awesome lp from @nicolesaboune #vinyl
11401                                    @comcast @comcastcares Terrible service now 20 days. Ticket #'s: ER043796749 &amp; CR733722023. Pls call need help to c… https://t.co/ckQPflwulU
11402                                                             RT @Reuters: BREAKING: Health and Human Services Secretary Tom Price has resigned - White House https://t.co/8lacIa35I3
11403                                                               Check out Lorissa's Kitchen Sweet Chili Premium Pork Cuts 2 pack of 2.25 OZ (63g)   https://t.co/E7rEFuv3Gi via @eBay
11404                                                                           Check out Air VaporMax CLOT Bright Crimson US 8 #Nike #AthleticSneakers https://t.co/QOJCIv2cJ4 via @eBay
11405                                        RT @SuperBowlJlo: WE WANT @jlo FOR SUPER BOWL 52! @nfl @pepsi @MNSuperBowl2018 @wblackshaw @amokros #JustinTimberlake #Superbowl https://t.…
11406                                                                                                                          @Apple I just want a iwatch 3 but y’all stay on back order
11407                                                     RT @LivingSMoments: Watch your favorite @netflix shows on 4G courtesy of @dish network! Can any other cable provider do that?… 
11408                                            RT @sphsactivities: Happy Peace ✌️Day 9/21/17 more of our sleeves!!  @Starbucks #paladinpride #choozpeace I heard they ran out but we a… 
11409                                                           RT @Starbucks: #ProTip: Iced Caramel Macchiato with pumpkin sauce instead of vanilla syrup. 🎃☕️❤️ https://t.co/pgFj2cUY68
11410                                                       Check out Gloria Vanderbilt PinStripe Blue Size 8P Short Womens Amanda Jeans FREE SHIPPING  https://t.co/Qd0q2Pg2Fn via @eBay
11411                                                RT @Reuters: NSA says it would need to scale down spying program ahead of expiration https://t.co/qinrO9VtPS https://t.co/iHj0hSLARd
11412                                                RT @bobkippuz: @stephen501 @Iromg @Ryanair @easyJet Any compo takes ages to get back and u have to chase and chase and chase ! The… 
11413                                                                                        @princessmiraval @NetflixBrasil @netflix @colesprouse He knows stuff kkkkkkkkkkkkkkkkkkkkkkk
11414                                                                                           Check out Dorothy Costume Dress Wizard Of Oz For Adult Teen https://t.co/arNYEW4u85 @eBay
11415                                                                               RT @Reuters: Tillerson in China as U.S. presses North Korean economic squeeze https://t.co/qHrWh2la5z
11416                                                                               RT @Reuters: Tillerson in China as U.S. presses North Korean economic squeeze https://t.co/qHrWh2la5z
11417                                           RT @McDonalds: This one’s going all the way! The new McPick 2 for $5 menu is hitting every order out of the park. https://t.co/BONyHPkdiL
11418                                                                                                                          @bdsams @netflix Nothing is like the old school shows 😌😢
11419                                               RT @Reuters: 'Everything prepared' for Catalan vote - but Madrid says it won't happen https://t.co/xBGMsNCmBC https://t.co/G94Uzl0jnw
11420                                                                                                                     @Reuters another one down and way too many to go #DrainTheSwamp
11421                                                       Check out Lot of 2 Men's Silk Designer Ties - Paul Fredrick &amp; Serica Made in Italy #Tie https://t.co/T7on56pxbq via @eBay
11422                                                                   Check out Lot of 3 Men's Designer Ties - Via Europa / Matrix / Austin Reed #Tie https://t.co/sQBT5wi5kI via @eBay
11423                                                                               RT @Reuters: Tillerson in China as U.S. presses North Korean economic squeeze https://t.co/qHrWh2la5z
11424                                                                                      we're not giving up @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
11425                                          @AaliyahHaughton @AchampongJason shining live ✨ we all live in our own space 🚀 mountain @Disney 🌎 @MickeyMouse… https://t.co/DIO7iB0lH4
11426                                                  RT @Reuters: Slurs prompt U.S. Air Force Academy head to call for racial tolerance https://t.co/bhBRnY1MBO https://t.co/8g8p2kJi2G
11427                                                                                  RT @Reuters: Rich would benefit most from Trump tax cut plan: policy group https://t.co/7gNMPVeCGC
11428                                                             Check out The Dreadful Hollow by Nicholas Blake A Nigel Strangways Mystery Paperback  https://t.co/HAnHbsI5nx via @eBay
11429                                                                                                                           RT @lunasraven_: so can @netflix just renew gypsy already
11430                                                      RT @PayPal: Donate w/ PayPal to our #HurricaneIrma relief campaign! We'll ensure that 100% of donations go to relief efforts… 
11431                                           RT @elanjourno: new .@aynrandinst book: In Pursuit of Wealth: The Moral Case for Finance .@yaronbrook https://t.co/WagO8MdKrC via @amazon
11432                                                                                 @WellsFargo you have made my day a complete 🤕. So frustrated and unhappy with your service today ☹️
11433                                         @ProgressingSF @TmoNews @TMobile @JohnLegere @NevilleRay @USCellular That would would be awesome. U.S. cellular is… https://t.co/RmvbSTlzwE
11434                                                             My iPad is stuck since I have tried to update with the IOS11.0.1 release. What can I do? @Apple https://t.co/lKzU0S94Jq
11435                                        RT @CivilWarBoutiq: 1800's Civil War Victorian Navy Blue Plaid Tea Dress Day Gown Made in USA #Dress https://t.co/FxdO3JBQ3h via @eBay http…
11436                                                                                            Anyone else make the mistake I made this morning and download @Apple #ios1101 ? #garbage
11437                                                          Check out FAUX FRINGED LEATHER NECKLACE CHILDS BAG BEADED CROSSBODY BAG TOTE KIDS PURSE  https://t.co/Ay38ZU0ou0 via @eBay
11438                                                                                                                                           @netflix Why wasn't 'Awesome' a choice 😂
11439                                               RT @SimplyTodayLife: I’ll admit! I feel pretty cool driving the 2017 @Toyota Sienna SE in the car line this week! (ad) #DriveToyota… 
11440                                                                             RT @Reuters: San Juan mayor calls hurricane disaster 'a people-are-dying' story https://t.co/DMpJIGOzTY
11441                                                Check out Tracy Negoshian Dress NWT SZ Small Multicolored Sleeveless Pullover Style Jersey #Sheath https://t.co/0uqT38gcUa via @eBay
11442                                                     RT @YoungFlooat: @BAPEOFFICIAL @ABathingApeUS @SpiderManMovie @adidasoriginals @adidas @BacktotheFuture @CocaColaCo @CocaCola… 
11443                                                   Check out Lilly Pulitzer Dress NWT Size 6 Navy Blue Print Ruffle Trim Smocked Strapless #Sheath https://t.co/7uJ0jKBgaf via @eBay
11444                                                                Pumpkin Halloween Trick or Treat Bags by Hello Halloween | Traditional Hallow... https://t.co/P5BENkH5Tp via @amazon
11445                                                                                 RT @natashabdnfield: when @Starbucks quotes your song #NationalCoffeeDay ☕️ https://t.co/feQQLEXwRV
11446                                                   RT @OnlyNomaly: @RepComstock @Google @RBMS_Official @RepComstock China meat market. This mother clutching her baby in fear. End… 
11447                                                                                              RT @Sony: When the weekend is finally here. (@Louis_Tomlinson) https://t.co/jftaf8iGpq
11448                                        #BMW is going 2 pay its' Mexican Workers $1.10 to $2.53 an hour. Tell @BMW it is Shameful 2 treat workers like this… https://t.co/EZQZB9oPSS
11449                                        @Reuters Forgive debt @ least until infrastructure is restored. Hopeful restoration will  be w/designs/techniques t… https://t.co/hvGVBezdUp
11450                                             I wanted to call out @McDonalds for not sticking to their promo of if they don't offer chx selects then they're free. But I didn't lol.
11451                                                  Check out Vintage 1970's Minolta SRT 101 SLR Camera Body/MC Rokkor PF 55mm  Lens/Strap  #Minolta https://t.co/pM1QtFeTnW via @eBay
11452                                                                      RT @TMobile: Get a FREE @SamsungMobileUS #GalaxyNote8 when you buy one and add a line. https://t.co/l7XM7zfu9d
11453                                        RT @Reuters: How have migration patterns shifted under a Trump administration? Explore #TheTrumpEffect: https://t.co/LcNzrEQHQa https://t.c…
11454                                                                                 we need a 2nd season @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca ' '
11455                                                                                                      @OVO_MAJI13 @Starbucks Bro bring this to my store and I'm kicking you out 😂😂
11456                                                        Check out French Connection Coat NWT Sz Small Sand Black Belted Trench Lined Front Zipper  https://t.co/eQn7ajcViG via @eBay
11457                                                                                                                                                                       @amazon this*
11458                                                        Check out Japanese Animation Douga Production Original Astro Boy Mighty Atom Limited #637  https://t.co/6W36Izt0jR via @eBay
11459                                                                                                                         @mashable This is a terrible attempt to throw shade @Disney
11460                                                                  RT @JohnJohnawales: @Nike @NBA SORRY BUT THE BOYCOTT IS ON #SellYourStockQuickly👎🏾🏈🏀🔚 https://t.co/W5tfdBS4fw
11461                                                                      RT @kngcreative: Explain why I got a COFFEE MUG GRIP TO USE AS A MONITOR STAND @amazon https://t.co/T9mGQ92q0d
11462                                       @PayPal you really should have an option for people to be able to cancel a transfer. A lot of minor mistakes made &amp; we can’t even cancel.
11463                                                                                                   Cat Poems Collection by Roxanne Jade Regalado https://t.co/0iwmjzbfMb via @amazon
11464                                                                                                 HOW TO BOOST YOUR HAPPINESS by Roxanne Regalado https://t.co/Ag0V35xSjJ via @amazon
11465                                          RT @girlsreallyrule: @Walgreens @AndersonCoooper @ATT This is a case of no leadership and no boots on the ground to assist with orders t… 
11466                                           Check out Aloha Surfboard Beach Grocery Bag Market Tote Shopping Reusable #ecofriendly #shopping #eBay  https://t.co/YweMMkBkHj via @eBay
11467                                        @PieceOfPeru @XFINITY @comcast I understand this is frustrating and I want to assist you. Please Follow our profile… https://t.co/YVq8YD1ToG
11468                                                             Check out VTG USA McCoy Pottery Small Barrel Farm Ranch Western Cowboy Decor bookend  https://t.co/5GCBSOL0CB via @eBay
11469                                                     RT @KimCattrall: Try @SensitiveSkinTV on @netflix Totally explores a woman &amp; her world in her 50's. https://t.co/Nb7WIOeq8j
11470                                          RT @girlsreallyrule: @Walgreens @AndersonCoooper @ATT Banks in Puerto Rico are running out of money and payday is tomorrow-Everyone in P… 
11471                                        RT @girlsreallyrule: @Walgreens He is also giving @AndersonCoooper a play by play of how to get @ATT cell towers back up-HE JUST NEEDS TROO…
11472                                        RT @NaufalAntezem: Please @Samsung @lenovo @Acer @Microsoft spend some time to help this guy for his study. He deserves a new laptop https:…
11473                                        @Aegamin @RepGraceMeng @Google @Apple @Android @bigotreegames Like many Chinese thinking that you guys shoot each o… https://t.co/NlA0E7uqVO
11474                                        RT @slpng_giants: @facebook You are literally losing money because your customers are leaving your entire ad network. Go ahead. Be selfish.…
11475                                      RT @McDonalds: ⏰ to drink like a Finn. Show your #NationalCoffeeDay pride with $2 small #McCafe espresso drinks. ☕'s up! https://t.co/VB1If…
11476                                                      RT @Goodsheishere: We love our Puppychino! Thanks @Starbucks #puppylove #awe @CuteOverloads #cutepuppy https://t.co/xOQa4CeLY4
11477                                             @ATT I am completely and utterly dissatisfied with your service. Stealing money from me after I discontinue the service is unprincipled
11478                                                     RT @LivingSMoments: Watch your favorite @netflix shows on 4G courtesy of @dish network! Can any other cable provider do that?… 
11479                                                                           RT @hopescloset2: Check out Villaware crepe maker model 5225 #VillaWare https://t.co/8EBEDZdPX6 via @eBay
11480                                                                 Check out FOIL Rootbound Crag Ixalan Magic the Gathering  pre release promo card  https://t.co/QW2AeARTWM via @eBay
11481                                        freaking #love @NaomiCampbell in that new @hm commercial! how #Gorgeous is she! #HNM #HMFallFashion #supermodel  #NaomiCampbell #peace #love
11482                                                                         Check out Indiana Jones and the Kingdom of the Crystal Skull Sketch Card  https://t.co/oNfLRgHZRx via @eBay
11483                                                                                            Check out Tamara Taylor Autographed Lost Trading Card  https://t.co/3IDpcOyyuZ via @eBay
11484                                                                                             @CyborgN8VMari @Disney @Marvel @starwars Pretty sure Force choke is gonna win that one.
11485                                           RT @WellsFargoShark: @MsMediaBeth @WFB_Fraud @WellsFargo @CFPB @USOCC WF PreysOnMiddleIncome HiEquityHardship WF has my homeNcrosshairs… 
11486                                                                                                                                              @Starbucks Home sweeeeet home 🏡☕️🙌🏼
11487                                                                             RT @Reuters: San Juan mayor calls hurricane disaster 'a people-are-dying' story https://t.co/DMpJIGOzTY
11488                                                                               Check out Star Wars Galaxy Jabba The Hutt Sketch Card *Super Cool*  https://t.co/JsqJNGbl3z via @eBay
11489                                              RT @BlueBloods_CBS: #BlueBloods is back tonight at 10/9c on @CBS &amp; CBS All Access: https://t.co/X9RycxB045 https://t.co/lspliKZ0H6
11490                                        OZARK episode 5 was some of the stagiest shit I've heard on @netflix. Playwrights who can't control their dialogue should not be writing TV.
11491                                                     Check out Crawl Back Under Your Rock Rude HEAT PRESS TRANSFER for T Shirt Sweatshirt #601 #AB https://t.co/spflRWRqYj via @eBay
11492                                                                                                           @McDonalds .plz share my fans plz read n help me..https://t.co/VpR9tPjpba
11493                                                                                 RT @Reuters: U.S. civil liberties group to challenge Trump's new travel ban https://t.co/B6NYO3ImPh
11494                                                                                                                   Check out Nero Burning ROM 10   https://t.co/pI0HaGbIQu via @eBay
11495                                                    Check out Soft Full Zip Lightweight Fleece Vest - Men Size 2XL / Realtree Xtra Camo #GuideGear https://t.co/dAKm8skIpE via @eBay
11496                                                                         Check out Grip Boost Football Glove Bottle (2oz)  #GripBoost https://t.co/YajerJQ6EV via @eBay #sport #grip
11497                                            Check out NEW Anthropologie Line &amp; Dot white red black Embroidered Peasant Blouse Top XS  #LineDot https://t.co/A3IEezLxkB via @eBay
11498                                          RT @RivergladesElem: Start your day with some peace by grabbing a coffee at the @Starbucks in Parkland on 441. #peaceweek #coffeesleeves… 
11499                                        RT @CivilWarBoutiq: Civil War Victorian White Collar Hand Crochet NEW #CivilWarBoutique #Collar https://t.co/2KNd2h9HsA via @eBay https://t…
11500                                        RT @UPROXX: #ComedyNow: @aliwong will return to @netflix with a followup to the phenomenal 'Baby Cobra' https://t.co/14x4qsyosh https://t.c…
11501                                                  Check out Miguel Cabrera 2004 Upper Deck Etching ET-MC Auto - 459 Home runs .318 avg  #UpperDeck https://t.co/5gsvRZ4FfH via @eBay
11502                                         RT @misty1112: Check out SAN REMO Sweater Laura Knits Santana Knit Pink Black Button Cardigan Size Small  https://t.co/qcZRK2frKi via @eBay
11503                                                                                        RT @colesprouse: When someone at @Google hates just you specifically https://t.co/fjP245U5d2
11504                                                           Check out Popteen Nov 2017 Japanese Magazine Osomatsu san ONLY MAGAZINE NOT ITEMS used  https://t.co/sscnhJlc0Q via @eBay
11505                                                                                                       Sheer Driving Pleasure with my boi Henry @BMW @BMWUSA https://t.co/ILDo9iiOPW
11506                                          2 ACEO CARD SET LOT Joy oRiGiNaL Art Love Teddy Bear Red Heart Star Twinkle Wish  https://t.co/p8lDuFe2r4 via @eBay #ebay #aceo #art #bear
11507                                                  Check out New SELECT Padded Sleeve Goalkeeper Jersey Soccer Shirt Bright Orange Size XL  #SELECT https://t.co/1dqOpxsZcx via @eBay
11508                                                                                                   @sprint  service AND customer service sucks. @verizon we will be together soon 🤗
11509                                        RT @StylzandRoman: #CHICAGO: Come hang with Roman 2day from 2-4pm at the @ATT Store on Michigan Ave. for the @ChicagoBulls / @NHLBlackhawks…
11510                                                                Check out Younique Women's Gray Cowl Neck Dolman Sleeve Knit Tunic Sweater Size Medium https://t.co/tgkFyVsbCI @eBay
11511                                        RT @PixiDustdProps: Mystery Science Theater 3000 is one of the greatest things on Netflix. I forgot how great this show was. @netflix @MST3K
11512                                                            Check out Antique Glass Magic Lantern Slide Rome Michelangelo Sistine Chapelle Painting NR https://t.co/f6XEVftkGh @eBay
11513                                                                                       RT @Amorelandra: @awaterma @salesforce it was time! I'm grateful to have had the opportunity.
11514                                                                                                                         @netflix When can we expect the BodyLine Series on Netflix?
11515                                                        RT @ThisMamas: Nothing beats @Walmart Every Day Low Prices and I'm ready to shop! What should I get? #Ad #FallinForWalmart… 
11516                                                                                            Just watched Gaga: Five Foot Two on @netflix &amp; it reminded me that wow do I loVE HER
11517                                                                     RT @marygavriilidou: Wow her @Nike photoshoots are to die for 🔥😍@RubyRose killin it ❤️ https://t.co/Xd0nuMmm8I
11518                                                         Check out  AMOS Jewelry sun deco glass Magic Art decoration for kids with 200 beads #AMOS https://t.co/sbejlbDE74 via @eBay
11519                                                       Just found the most beautiful credenza and its from.... @Walmart ? #yupp #buyingitinbulk #aintnoshame https://t.co/drt8aYY53T
11520                                                                                              RT @Sony: When the weekend is finally here. (@Louis_Tomlinson) https://t.co/jftaf8iGpq
11521                                                                                          RT @ChaconiaDolls: Check out Monochrome Lace Cape Mini Dress https://t.co/cI32loEYKy @eBay
11522                                                                                                         @ATT I believe AT&amp;T chose the later of the two. https://t.co/PJ8mpwhZXO
11523                                                                                                           @AtheistRepublic @liberal_parnell @facebook That cherub is clearly naked!
11524                                                                             Check out Lot of 12 Mid 1900's #HarpersFerry #westvirginia WV #Postcards  https://t.co/SypPHIT5qV @eBay
11525                                               RT @MoreShelleyH: Roll’s-Royce fam #theafterparty @netflix || 📸 @shelleyhennig the chauffeuree via Instagram https://t.co/bpIKJ5nINP
11526                                                                                      RT @noahkagan: How to Use @facebook retargeting ads to gain a 200% ROI https://t.co/nGtp0mkdIZ
11527                                                  RT @ladygaga: It's not an illusion. The rumors are true. This year the SUPER BOWL goes GAGA! @nfl @FOXTV @pepsi #PERFECTILLUSION… 
11528                                                    Check out Set of 2 Vtg Lucite Old Plastic Bangle Bracelets Round Donut Smooth Peach #Unbranded https://t.co/pAAVnwxFj9 via @eBay
11529                                                     Check out Set of (2) Vintage Signed ANNE KLEIN Gold Tone Link Bracelets #AnneKlein #Statement https://t.co/q6PYO3gEci via @eBay
11530                                                                                                                      @OVO_MAJI13 @dale45_ @Starbucks But Dale works at Carlsbad lol
11531                                                                                             @McDonalds @UberEATS Ok so if I uber eats szechuan sauce does that mean I'll get some ?
11532                                          @mkminnis_ @netflix Literally everyone asked what I was doing this weekend and my biggest goal is to finish before oct 1!!!! Panicking!!!!
11533                                                                 Check out Japanese Silver Plated SHOT GLASSES All Silverplate Metal Japan New In Case https://t.co/yNEZj35S7G @eBay
11534                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11535                                                    Check out 2000 Starbucks Barista Storefront Window Shopping Colorful Coffee Cup Mug #Starbucks https://t.co/LMrtXx4KZf via @eBay
11536                                        RT @Boeing: Experience the power of true partnership. Boeing and Australia celebrate 90 years. https://t.co/7dYAtgdxt7 https://t.co/4U3yY1x…
11537                                                                                                               RT @OTHdiary: RT if you're offended @netflix. https://t.co/en6aO2NE39
11538                                                       Check out RELIC Red Brick Hand Tooled Vegan Leather Look Crossbody Purse Bag #RelicbyFossil https://t.co/1kucOzifhV via @eBay
11539                                                                                    Check out Crescent Tool Sets 170-Piece Mechanics #Doesnotapply https://t.co/N6q88kjWDi via @eBay
11540                                                                           RT @Yahoo: Celebs share embarrassing pics for great cause https://t.co/ZKWOqHYJVU https://t.co/BW3aKpcsCc
11541                                                  Check out Hand Painted Dog Agate Slice Gemstone Necklace Pendant Jewlery D1706 1250 #ZL #Pendant https://t.co/SEvkJxLofG via @eBay
11542                                                   RT @HbdNrx: @RaceRealist88 @ItsTheEOTWAWKI @CocaCola Well I don't really know whether soda in the context of modern American di… 
11543                                                                                                               RT @OTHdiary: RT if you're offended @netflix. https://t.co/en6aO2NE39
11544                                                                                              RT @Sony: When the weekend is finally here. (@Louis_Tomlinson) https://t.co/jftaf8iGpq
11545                                        Yo @comcast my TV reception is awful right not. Not what $265 a month should deliver. What's up with this? #unhappy… https://t.co/24Up20UZ2s
11546                                                                                             RT @OTHdiary: Retweet to keep #OneTreeHill on @netflix! #OTHFam https://t.co/wngt2KAMxF
11547                                                       @lankinhousecac @Reuters Read the article. He didn’t say Cuba did bad things. He said bad things happened IN Cuba.  #FakeNews
11548                                                Kayak Limbo: Floating On Freedom (Aftermath Survival Book 6) by Ron Foster https://t.co/915KcuEmdi via @amazon #survivalist #boating
11549                                                    Hotel wifi foiled me once again. And apparently @verizon still slows down your data after 30 GB even if you pay for unlimited 🙃
11550                                                                                                          RT @ladygaga: @netflix she is truly a rare diamond of a woman and musician
11551                                                                                                               RT @OTHdiary: RT if you're offended @netflix. https://t.co/en6aO2NE39
11552                                        RT @RepAdamSchiff: Important step by @facebook. Congress will need to learn more about rigor of its internal investigation &amp; other Rus… 
11553                                                                                                Oh @facebook more reasons to #boycottfacebook he's so sbeaky https://t.co/IHjXxgNc1P
11554                                                                                                                    @Reuters Says a man who’s business filed for bankruptcy 6 times.
11555                                                               5x7 ft Cotton Photoraphy Backdrop White Cloud Blue Sky Party Decoration Backg... https://t.co/ADuYUNBuy2 来自 @amazon
11556                                                                     RT @OTHdiary: Retweet to #SaveOneTreeHill from being taken off @netflix on October 1st! https://t.co/DS7KKNSzb2
11557                                                     RT @OTHdiary: Retweet to #SaveOneTreeHill from being removed from @netflix on October 1st. #OneTreeHill https://t.co/jQSNd2os0Q
11558                                                                   Check out Super Nintendo Classic Edition  Mini SNES Console  Star Fox 2 New In Hand https://t.co/YqDLDYCw0o @eBay
11559                                                         RT @ladygaga: @netflix or written down by I should say ☺️ A Charles C Finn poem. She loved reading and writing and painting.
11560                                                                                                                               RT @Apple: A new generation of iPhone. Available now.
11561                                                   RT @Apple: iPhone 8 and iPhone 8 Plus. A new generation of iPhone. Available now. https://t.co/qMSgYJIGDx https://t.co/FQbZDILE4l
11562                                                                                                                               RT @Apple: A new generation of iPhone. Now available.
11563                                                                                   @JontheHunt @theo_mirai @ToyotaGB @toyota_europe @ITMPowerPlc @Shell @h2globe But almost all hydr
11564                                                 RT @Citi: Globally 130 million girls are not in school. Our client @MalalaFund provides girls w 12 yrs of free &amp; safe educati… 
11565                                        RT @AmandasFabrics: Flowers Lilies Birds Toile fabric 100% cotton David Textiles New  https://t.co/RjQeEVm1Os via @eBay https://t.co/0uwzvv…
11566                                                                                                                               @Reuters T's a #scumbaghuckster... a lawless poser...
11567                                                           Check out Carhartt Women's Chunky Zig Zag Winter Hat - WA028 Mahogany #Carhartt #Beanie https://t.co/KneRBErBZn via @eBay
11568                                           RT @sweethappy0917: Aluminium Alloy Cake Turntable 12 Inch Revolving Cake Decorating Stand with N... https://t.co/8EXcImJoIR 来自 @amazon
11569                                                    RT @McDonalds: Press pause. Make a play for two 10 Pc. #McNuggets for just $5 only on the McPick 2 menu. https://t.co/XsDgZsFGFs
11570                                                          RT @ChaconiaDolls: Check out Chaconia Dolls Hallowed -out Ruffled Top Self Portrait Pink Top https://t.co/Csy7VP9wga @eBay
11571                                           New Space #Startups are beyond rockets and satellites and will provide most spectacular #ROI and human progress in unprecedented way @CBS
11572                                                                                                     Check out G Spirits Vol.7 Wrestling Magazine  https://t.co/8JajgSa5Dh via @eBay
11573                                                               @TMobile Would I still be able to get the buy one get one free note 8s and bring a galaxy s5 with me that's paid off?
11574                                                                                           RT @Krazygio: ayo if yall dont fix the internet rn ima fight my grandma @comcast @XFINITY
11575                                                                               RT @antiqueman99: Predecimal mixture Used High values  as per  scan https://t.co/zZ6trvJB8V via @eBay
11576                                                 RT @sleritz: @netflix the audience for #gypsynetflix keeps growing; #RenewGypsy and honor your subscribers. https://t.co/ndLDMO086h
11577                                                                                                                    @netflix get some Clint Eastwood movies! https://t.co/c7DfBKFk1K
11578                                                                                RT @13isGodsend: @TMobile What's the free goodies? Can you please follow back one of your customers?
11579                                    @eBay I'm selling #Transformers Cassettes Laserbeak &amp; Frenzy via @eBay! Check out the auction at the following link… https://t.co/DVcwqU7HZC
11580                                                                 RT @DrJimmyStar: Check out Jimmy Star Tattered Waistband Ooak Denim Skull Shirt Large https://t.co/bQP4QiqRVM @eBay
11581                                                                                             @YouTube @CaseyNeistat  Would you do a review on the @Google pixal 2 when it comes out?
11582                                                                 RT @DrJimmyStar: Check out Jimmy Star Tattered Waistband Ooak Denim Skull Shirt Large https://t.co/bQP4QiqRVM @eBay
11583                                                                                             Check out SHIRLEY TEMPLE - Clippings   https://t.co/dUkckhWYuy via @eBay #ShirleyTemple
11584                                                                 RT @DrJimmyStar: Check out Jimmy Star Tattered Waistband Ooak Denim Skull Shirt Large https://t.co/bQP4QiqRVM @eBay
11585                                                                        Check out Talbots Women's Career Pants Size 6 Side Zip Black Silk Cotton Blend https://t.co/bjisklLiFv @eBay
11586                                                                      Check out Skinmedica Tri-Retinol Complex ES (extra stength) 1 oz #SkinMedica https://t.co/IZFuCnRPgz via @eBay
11587                                         #GeraldsGame was great @netflix ... @StephenKing the stories you tell always amaze me! Can’t wait to check out the… https://t.co/n2d6k93iLo
11588                                                                 RT @DrJimmyStar: Check out Jimmy Star Tattered Waistband Ooak Denim Skull Shirt Large https://t.co/bQP4QiqRVM @eBay
11589                                         @jayduplass @nickkroll @CocaCola @LEVIS Most kid's awk stage is something unavoidable like acne. But putting pants… https://t.co/QkZ9SfKK8A
11590                                                                  Check out  Going to the beach ACEO Original collectible art card Watercolor Painting https://t.co/kDIuYBiHn0 @eBay
11591                                                                                         @Ilogicab @Starbucks I could eat for 2 weeks off of what that coffee she is carrying costs.
11592                                                                         RT @DrJimmyStar: Check out Kooba Black Leather Snakeskin Print Bucket Bag NWT https://t.co/5AEXvEYmzt @eBay
11593                                                                   RT @Google: Fed up with video calls that take four taps just to get started? Maybe it's time to try Google Duo.… 
11594                                                                                    @Google hi the 'https://t.co/Vii1ccliYu' image search seems to be broken since last week for me.
11595                                                                         RT @DrJimmyStar: Check out Kooba Black Leather Snakeskin Print Bucket Bag NWT https://t.co/5AEXvEYmzt @eBay
11596                                             RT @BriteandBubbly: We're ending #HispanicHeritageMonth With A Peruvian Lomo Saltado #Recipe! Thanks to @kroger &amp; @RalphsGrocery!… 
11597                                              RT @OTHdiary: Let's show @netflix that we aren't backing down! Retweet to #SaveOneTreeHill from being removed! https://t.co/w4iasnYMql
11598                                                    RT @verizon: Gear up with discounts on @NewBalance shoes &amp; apparel this month with Verizon Up. #Vzup https://t.co/S4uwz2oJkh
11599                                                                         RT @DrJimmyStar: Check out Kooba Black Leather Snakeskin Print Bucket Bag NWT https://t.co/5AEXvEYmzt @eBay
11600                                                                 RT @DrJimmyStar: Check out Jimmy Star Tattered Waistband Ooak Denim Skull Shirt Large https://t.co/bQP4QiqRVM @eBay
11601                                                                         RT @DrJimmyStar: Check out Kooba Black Leather Snakeskin Print Bucket Bag NWT https://t.co/5AEXvEYmzt @eBay
11602                                        @TheAmyCarlson @BlueBloods_CBS @CBS @DonnieWahlberg Totally did not expect that! Hit me right in the feels! Thank y… https://t.co/qMQ2QYqTTb
11603                                                                         RT @DrJimmyStar: Check out Kooba Black Leather Snakeskin Print Bucket Bag NWT https://t.co/5AEXvEYmzt @eBay
11604                                                                 RT @DrJimmyStar: Check out Jimmy Star Tattered Waistband Ooak Denim Skull Shirt Large https://t.co/bQP4QiqRVM @eBay
11605                                        @mfore0142 @eyepatchbingo @michaelbeatty3 @NFL @facebook @GingerMcQueen The party that supported a woman who wanted… https://t.co/wcFU3JQGMu
11606                                                                                         @bikeXmike @VMUcare @sprint @verizon Are you trying to tell me they have a 8¢ a month plan?
11607                                                                         RT @DrJimmyStar: Check out Kooba Black Leather Snakeskin Print Bucket Bag NWT https://t.co/5AEXvEYmzt @eBay
11608                                                         Check out Silhouette Mint Stamp Machine Maker Custom Stamping 3D Reliefs Custom Designs   https://t.co/dDb9L7z1MH via @eBay
11609                                          RT @AHamiltonSpirit: @cnnbrk @maddow @CBS @DNC @SenateDems @HouseDemocrats @funder @tedlieu @KamalaHarris @SenGillibrand Oh and I almost… 
11610                                                                         RT @DrJimmyStar: Check out Kooba Black Leather Snakeskin Print Bucket Bag NWT https://t.co/5AEXvEYmzt @eBay
11611                                              RT @OTHdiary: Let's show @netflix that we aren't backing down! Retweet to #SaveOneTreeHill from being removed! https://t.co/w4iasnYMql
11612                                                                         RT @DrJimmyStar: Check out Kooba Black Leather Snakeskin Print Bucket Bag NWT https://t.co/5AEXvEYmzt @eBay
11613                                                                                                                               @marcuslemonis @PayPal Ty for another chance to help.
11614                                                                 RT @DrJimmyStar: Check out Jimmy Star Tattered Waistband Ooak Denim Skull Shirt Large https://t.co/bQP4QiqRVM @eBay
11615                                                                                                                                   @netflix #WeCarryEachOther Please rescue the Raza
11616                                                                                                                                     @chris1reuters @Reuters Seems very conservative
11617                                                                 RT @DrJimmyStar: Check out Jimmy Star Tattered Waistband Ooak Denim Skull Shirt Large https://t.co/bQP4QiqRVM @eBay
11618                                                     RT @Apple: Join us September 12 at 10am PT to watch the #AppleEvent live at https://t.co/xi6CRXgQPH. Retweet for updates from… 
11619                                         @emcgarvey @UsBleachers @vrelopez @fema @FEMA_Brock @POTUS @CNN @CBS @BBC @PRNationalGuard 1/2 How many ppl are in… https://t.co/5QxVEek16f
11620                                              RT @Reuters: China's factories grow at fastest pace in over five years as prices surge https://t.co/EgVwqc3mbp https://t.co/DOxemk66gD
11621                                                                         RT @DrJimmyStar: Check out Kooba Black Leather Snakeskin Print Bucket Bag NWT https://t.co/5AEXvEYmzt @eBay
11622                                                                         RT @DrJimmyStar: Check out Kooba Black Leather Snakeskin Print Bucket Bag NWT https://t.co/5AEXvEYmzt @eBay
11623                                        RT @NatureCutsTags: Golden Doodle Confetti.. https://t.co/ckwmmHzZNQ via @amazon #naturecuts #cutout #goldendoodle #favors #custom #pets #d…
11624                                                                  RT @GoldmanSachs: The two paths ahead for brick-and-mortar stores: https://t.co/PuoSYMf1Nt https://t.co/EVhUhkcODI
11625                                          How feature-request becomes feature-creep. @FCC wants @Apple to turn on FM radios #iphone lacks https://t.co/L0hiQTIEmP #productmanagement
11626                                                    Check out Born Gold/Brown   Leather Ballet Flats Moccasins Size 7.5 US/38.5 #Born #BalletFlats https://t.co/MSdKhQSfpC via @eBay
11627                                                                                                     LUV WHEN MY PHONE FREEZES AND I HAVE TO RESET IT EVERY 5 SECONDS. THANKS @Apple
11628                                        RT @Reuters: North Korea seen moving missiles from development center: South Korean broadcaster https://t.co/Pul0VGhzur https://t.co/MJjwgC…
11629                                                                         RT @DrJimmyStar: Check out Kooba Black Leather Snakeskin Print Bucket Bag NWT https://t.co/5AEXvEYmzt @eBay
11630                                                     Check out NEW RALPH LAUREN BLUE - WHITE SLEEVELESS TOP Size M Cotton blend #LaurenRalphLauren https://t.co/AOWJEO4FR6 via @eBay
11631                                        RT @Reuters: North Korea seen moving missiles from development center: South Korean broadcaster https://t.co/Pul0VGhzur https://t.co/MJjwgC…
11632                                        RT @Reuters: North Korea seen moving missiles from development center: South Korean broadcaster https://t.co/Pul0VGhzur https://t.co/MJjwgC…
11633                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11634                                                                                                         RT @AtheistRepublic: How is this abusive @facebook? https://t.co/gJcg7GjPNk
11635                                                     RT @rosariobc: @StaciedeArmas Latina 2.0 @Nielsen great way to start #LatinasInTechPanel @Spotify @VRAmericas @Google @tumblr… 
11636                                              RT @MadDog20470: I HATE THE @NFL ! This is outrageous! #BoycottNFL #BoycottNFLSponsors @Ford @AnheuserBusch @USAA @espn  NFL THUGS d… 
11637                                                             RT @Reuters: BREAKING: Health and Human Services Secretary Tom Price has resigned - White House https://t.co/8lacIa35I3
11638                                        RT @Reuters: North Korea seen moving missiles from development center: South Korean broadcaster https://t.co/Pul0VGhzur https://t.co/MJjwgC…
11639                                                                Colourful Sticky Notes Memo Box With 2 Square Note/5 Arrow Shape Note/A Ruler... https://t.co/J9oVqjrYF0 via @amazon
11640                                                                                                         @Slayruns33 @Walmart @PriceChopper @Pillsbury Save a lot in canton has them
11641                                                                                                                RT @IBM: Up and at'em. #NationalCoffeeDay ☕️ https://t.co/6sgLM99Fpg
11642                                                                                                                                                                 @Reuters So what!!!
11643                                         RT @yashagosrani: @easyJet That link is for delayed flight/cancelled flight/denied boarding. I am claiming for a taxi because EasyJet lost…
11644                                             RT @BriteandBubbly: We're ending #HispanicHeritageMonth With A Peruvian Lomo Saltado #Recipe! Thanks to @kroger &amp; @RalphsGrocery!… 
11645                                                       RT @_CFJ_: @POTUS @CBS @ABC @nbc @CNN @MSNBC @POTUS44 @mike_pence @Delo_Taylor @marclamonthill @JoyAnnReid @donlemon @NAACP… 
11646                                           Thanks @McDonalds waited in line for 30 minutes for 2 “burgers” that was just buns with cheese and no pattie. Showing that $15hr quality.
11647                                            @amazon World's Best . Look for it at #lulu in #uae. Made in the USA. #dubai #mydubai #dxb #dubailife #abudhabi… https://t.co/NC1QOtYeqJ
11648                                                                     RT @OTHdiary: Retweet to #SaveOneTreeHill from being taken off @netflix on October 1st! https://t.co/DS7KKNSzb2
11649                                                       RT @Reuters: Tillerson in China as U.S. presses North Korean economic squeeze https://t.co/SbFFM6IOSw https://t.co/lDfcfzqymp
11650                                                                         @netflix willing to take a hard hit? My god two of the best shows. Bye bye Netflix. https://t.co/4SvuuSysSK
11651                                                                      RT @danmonaghan: @Decervelage @historyinmoment @davidcrosss oh yeah! cc: @hensoncompany @Disney @RealRonHoward
11652                                                 Check out NATURAL 6.70ct light green jade antique 925 sterling silver ring size 8 USA   #Handmade https://t.co/vrPcSDzrUc via @eBay
11653                                                      Check out NATURAL rhodolite Garnet pendant chain 925 sterling silver USA made #RobynsJewelry https://t.co/4GdqTkywD5 via @eBay
11654                                                                           RT @jNS3RwgpqYPYTMl: LOCK LACES (Elastic No Tie Shoelaces) for $7.99 https://t.co/j0yFXGMqfU 来自 @amazon
11655                                               RT @StephenRitz: Make #BackToSchool #EPIC! Make @greenBXmachine your favorite @eBay charity https://t.co/d64Bl5c2C7 #MakeEpicHappen… 
11656                                          RT @LBoyTheHuntsMan: @Audi @Audi_Online @audisport  HOLLLLLLLYYYY I SAW A SUPER CAR IN MALAYSIA!!! AND I GOT A PHOTO!! WHAO! FEEL GOOD!!… 
11657                                     Did you miss our Social Strategies webinar on @facebook @instagram @Pinterest &amp; @LinkedIn? Watch it now on demand.… https://t.co/BEUtQjW3t8
11658                                                                                                                           @KenWill62163 @Reuters Well tell us the real story please
11659                                         RT @VKRAOMOVVA: @Reuters Enter No War Agreement with South Korea and Japan and USA and Stop All  Activities @KimJongUnique @KimJongUn_1984…
11660                                                                                                               RT @OTHdiary: RT if you're offended @netflix. https://t.co/en6aO2NE39
11661                                                                   Check out Thailand 2017 Commemorative P-New 500 Baht Banknote of King BHUMIBOL  https://t.co/ORTDhQPUqZ via @eBay
11662                                         @Out_Of_Context @WatchTheBias @Reuters so really less then half right as the only evidence of his Christianity is him being in the rolls of
11663                                                                @cuse_land @tinstartv @amazon I’ll dm you some pics from our little party. Thanks for being such an awesome patriot!
11664                                                                                                     Check out #Pentagram #Moons sterling #silver  https://t.co/c8lkI0f5sb via @eBay
11665                                                                       RT @Reuters: U.S. poised for four-ball rout at Presidents Cup https://t.co/uB4Cgg90dF https://t.co/9hHVQiwsFc
11666                                                                                                RT @Starbucks: Happy #NationalCoffeeDay! ☕️❤️ #CoffeeLoveCups https://t.co/f7k9UDUBln
11667                                         @netflix please keep Malcolm in the Middle! It says available till October 1st. I started watching again cause Malcolm is on @DancingABC 😭
11668                                                            Why #AR is Going to Be The Next Big Thing via @verizon https://t.co/JKBkC6agpF #augmentedreality https://t.co/77rKOqrJUU
11669                                                                                                                                             @AnalyticalTrvlr @amazon Absolutely. 😊
11670                                                                                                       Check out Final Fantasy x USA alpha build   https://t.co/amIYhDJMt6 via @eBay
11671                                               RT @LornajaneCosign: Vintage Silk Reine Seide Bird and Feather Contemporary Abstract Square Scarf   https://t.co/CboWS0ULHA via @eBay
11672                                                    RT @koreandoll: Love the dress I’m wearing? Check out my @eBay Maternity #Fashion Picks and #fillyourcartwithcolor #ebay #ad »… 
11673                                                                 Check out 2014 Thailand P-121a.1 First New Design 500 Baht Banknote (Series 16)   https://t.co/xztRuP7eGE via @eBay
11674                                                                                 Would be nice if I could get more than just vanilla @Swedish_Glace at @Tesco and @sainsburys 🍦🍦🍦
11675                                                                                 RT @RJsBlues: @Reuters Hey ... anyone ever notice that Kim looks like a bouncer in a lesbian bar...
11676                                                                                 @Apple TV new update sucks (tvOS 11.0) full of bugs... fortunately for me I have roku @AppleSupport
11677                                                           @rglenngriffin @adidas @adidasrunning @wex1200 @raypolancojr @OhItsTeddy @PabloMurphy I love this colorway! #nohypeneeded
11678                                                                                                Gluten-Free Murder (Auntie Clem's Bakery Book 1) https://t.co/hsffRpFCXr via @amazon
11679                                                                         RT @Reuters: Westbrook signs extension to stay with Thunder https://t.co/jnMedmsBZr https://t.co/B3zXpSZVrF
11680                                                                                                          Thank you @Apple for iOS 11.1 public beta. You made me buy a power bank..!
11681                                         If you have @netflix you have to watch #DefJam25 !!! It had be crying tears laughing! It was good to reminisce from then and now!! 😂#funny
11682                                          @RelianceGenIn Be aware visitors @Nissan @RelianceGenIn @Nissan_India @reliancegroup @NissanMalaysia @Reliance_MF… https://t.co/h23A6t7dCU
11683                                                                      RT @mutludc: Iraq's Abadi accepts Macron invitation to come to discuss Kurds: Elysee source @Reuters @Y7News… 
11684                                                             What are the not-to-be-missed #thingstosee #Bangkok? @TripAdvisor [AD]  https://t.co/Bdadfb9OqZ https://t.co/uwXWlztb5A
11685                                                                     RT @OTHdiary: Retweet to #SaveOneTreeHill from being taken off @netflix on October 1st! https://t.co/DS7KKNSzb2
11686                                                                     RT @OTHdiary: Retweet to #SaveOneTreeHill from being taken off @netflix on October 1st! https://t.co/DS7KKNSzb2
11687                                                                                                                    @brittaneeojeda @Karla_h22 @Starbucks is the mcdonalds of coffee
11688                                                         Check out Zj-2883 Summer Sale Fabulous Malachite 2pcs Pendant Connector Jewelry #Handmade https://t.co/Ll0yKK6lD6 via @eBay
11689                                                       Check out Nine West Purse White Compartment Charms Cosmetic Bag Cell Phone Case Vegan NWT   https://t.co/dP6XXPynAt via @eBay
11690                                        RT @PixiDustdProps: Mystery Science Theater 3000 is one of the greatest things on Netflix. I forgot how great this show was. @netflix @MST3K
11691                                                            Check out Luxury Fragrant Vintage Candles 3 Pk By Essenza - Made with PURE ESSENTIAL OILS  https://t.co/RBB2tcuL2W @eBay
11692                                                            Check out PowerHeat LED Electric Lantern Heater/Patio Heater-BRAND NEW - BEST ONLINE PRICE https://t.co/zyM2tPOXiG @eBay
11693                                             RT @CBS: 🖖 The epic new series is here! Stream Star Trek: Discovery now &amp; watch new episodes every Sunday. https://t.co/CqSaw8Okqg
11694                                                    Check out Victoria's Secret Sheer Shirt 100% Cotton Fish Sea Life Gold Label Italy (AO) #Sleep https://t.co/dVenHfL20w via @eBay
11695                                                                                       @pepsi #DumpNFL otherwise us Americans will #DumpPepsi #BoycotttheNFL and #BoycottNFLSponsors
11696                                        @RonniSmith14 @cmss412 @DomScalise111 @jresener @MorganStanley America is thriving now. Just because you aren't doe… https://t.co/1yEH56Skt3
11697                                            Facebook Exploring Facial Recognition Technology | MyRatePlan @facebook https://t.co/JRPAfXavbv #myrateplan #facebook #facialrecognition
11698                                                        Why u STILL lie to customers @amazon? U guys meant to be about better Customer Service @AmazonHelp!… https://t.co/yMVKVzNIhe
11699                                                          Check out GIORGIO ARMANI COLLEZIONI BLACK LUXURY MEN COAT JACKET ITALY #ArmaniCollezioni https://t.co/vk5vwoItn0 via @eBay
11700                                                                  RT @FedEx: Teaming up with the @astros to deliver 150K+ lbs of relief to #PuertoRico. ✈️ 📦 https://t.co/ekNcrtVTA1
11701                                         @DonnieWahlberg @BlueBloods_CBS @CBS .@CBS knows how to ruin popular shows.  #CriminalMinds remove two top  stars.… https://t.co/bLMVVA2ubT
11702                                                                @Nike My Dad is buried in Arlingtion Cemetary.     I will no longer purchase your products.. https://t.co/ZuVv8R1qPS
11703                                                          Check out Stainless Steel Dough Cutter Pastry Scraper Measurements 6 Inch Kitchen Tools  https://t.co/GleBTNDv9R via @eBay
11704                                        RT @SalesforcePhil: Phil's @salesforce Tips #262 with @sfindiadreamin and some great free resources https://t.co/cJUir7XVHQ https://t.co/XU…
11705                                        RT @Argos_Online: #FastTrackFriday is back! 🎉 This month we're giving away this amazing @HP laptop - get back to uni in style! RT &amp; f… 
11706                                                    @JonyIveParody @Adobe people not wanting to pay a monthly fee… really? you understand that? #AppleMusic… https://t.co/4xYol2txfu
11707                                                                      RT @FinCGray: It is 0802 @Apple  and so much for preorder if iPhone X starting at 0801 https://t.co/xFJqZT3pWL
11708                                                                      RT @FinCGray: It is 0802 @Apple  and so much for preorder if iPhone X starting at 0801 https://t.co/xFJqZT3pWL
11709                                        RT @Reuters: Tensions rise as Australia starts to dismantle Papua New Guinea detention center https://t.co/AS4ZaWm6TS https://t.co/YV1NW3Zy…
11710                                          @Sportsnet @SquawkCNBC @BNN @CNNTonight @amazon @hnic @TSNHockey @NHL_Maple_Leafs @Canada @POTUS @JackieDeAngelis… https://t.co/gerAjGTRwR
11711                                          RT @Reuters: WATCH: Russia probe shifts to high gear with first indictments https://t.co/C6ZROPf3d8 via @ReutersTV https://t.co/xQzfog818Q
11712                                                                        RT @Reuters: White House chief of staff calls for special counsel to probe Democrats https://t.co/dISS2iEqLT
11713                                                                                                Swear if you ask me to pick something to watch on @netflix. It's gonna be The Office
11714                                                        Check out 185  Cts. 100% Natural White Crystal Druzy Agate Rough MInerals Specimen AAA976  https://t.co/TCsasYb8Xq via @eBay
11715                                                                Lilly Peppertree: Lilly's Spell by Julie Hodgson https://t.co/xl1iPRGDxL via @amazon Grab a copy for anytime reading
11716                                                  Check out 20 Pcs Tiger Eye Wire Wrapped Charms Beads 5-5.5mm 24k Gold Plated Link Beads #raagarw https://t.co/wHQ3ILcdeJ via @eBay
11717                                                                        RT @Reuters: White House chief of staff calls for special counsel to probe Democrats https://t.co/dISS2iEqLT
11718                                                                                                                                                  @iPhonedo @Sony That's...terrible.
11719                                                                                                    @Reuters How sad to see General Kelly just loose all the respect we had for him.
11720                                                             @Ryanair Hi Ryanair! It's been more than 7 working days. I haven't received any response. Plz escalate my claim 1799989
11721                                                                                                                                             @Variety @netflix We need a dump cloud.
11722                                                                            RT @Nike: Warriors fight through. @Warrior_omz https://t.co/UvPVldwfrB #justdoit https://t.co/kIoW920YsM
11723                                                                    RT @Disney: Why so melancholy? @Disney_Family's got a haunting #Halloween treat for you. https://t.co/H5xDyOl2Us
11724                                                 @UPS_News @UPS Ballard Power vs. Hydrogenics #hydrogen #syngas #FuelCell #MachineLearning #DataScience #AI… https://t.co/Mz6HbvhPEG
11725                                           RT @BBernatz: @Reuters Stop. Fire who wrote this headline. Fire who approved it. Fire whoever keeps tweeting it out. Jesus fucking Christ
11726                                                       Check out Be Smart Power Weight Lifting Training Gym Hook Grips Straps Wrist Support Lift   https://t.co/8Nts6Cpfn5 via @eBay
11727                                                      RT @StacyTurner36: Poor #andy is going to be in the dog house again . #provenza will never learn. @CBS @amazon @warnerbrostv… 
11728                                               RT @tarisgal42: @ForfarFairLady @Tesco I believe the Saltire was taken off because people in England complained of it. If Scots com… 
11729                                                                                                                  RT @Apple: Say hello to the future. iPhone X available 3 November.
11730                                                                                                                             @ASOS  @ASOS_HeretoHelp is the app still having issues?
11731                                        RT @2k16Phil: Check out Naughty Nurse Outfit - (picture only) https://t.co/CPxEZQ3FVc @eBay Sexy #Girlfriend #Tart #Shaggable #FunSlut #Sla…
11732                                                   RT @Nike: Unlimited Teamwork. @UgHLyDuCkLiN @AllysonFelix @tibartoletta https://t.co/UvPVldeE31 #justdoit https://t.co/idqTOpuM9q
11733                                                            RT @yicaichina: Guangzhou Court Adjourns Chinese Consumer’s Fraud Case Against @Samsung Over Combustible Galaxy Note 7… 
11734                                                                            RT @ASHLAYANNE: @netflix realizing it fucked up and trying to bring back @sense8 https://t.co/nQfCDu5RhI
11735                                                                                                                                                  @Reuters there's a police state...
11736                                                                                                                RT @Nike: See an opportunity where others see an obstacle. #justdoit
11737                                                                               RT @DebsNovels: Beware The Riptide #T4US #teens #horror #surfing  https://t.co/C27WDI6KOO via @amazon
11738                                                                     Check out Vera Bradley RED BANDANA Tri-fold Wallet NWOT #VeraBradley #Trifold https://t.co/hkq3GPcO04 via @eBay
11739                                                   RT @sense8united: Happy Halloween Sensates @netflix #GiveSense8Season3 Join us at https://t.co/4P04zgemdJ https://t.co/kOdsRobi5W
11740                                                RT @Reuters: White House chief of staff calls for special counsel to probe Democrats https://t.co/HuhLUbdeYW https://t.co/qlCfnxpvt1
11741                                                                                              @Reuters wording could have been a little better... you did have a few more letters :)
11742                                                  RT @DomesticMango: The @Nissan R34 Skyline is back in @NeedforSpeed Payback with many many more options :D https://t.co/tLuvEX8REq
11743                                                                                                      Lummox 6: Poetry Anthology by RD Armstrong https://t.co/DIfciRpIKE via @amazon
11744                                              RT @Reuters: WATCH: FDA questions if soy really is better for the heart https://t.co/twUmzn4eGv via @ReutersTV https://t.co/f4X3I9BU3V
11745                                          RT @justiceleaguewb: Head to your local @ATT store to pick up exclusive #JusticeLeague posters and try out the Snapchat filter. Our hero… 
11746                                                RT @GeTeMviLLe: @spoookymami @Pr1ncessSyd @Doctor_n_Clara @charleygoff_ @Android @Apple That’s cuz the pics so grainy your Android… 
11747                                                                          RT @hm: Discover this week's best new drops on #HMMagazine https://t.co/7DfWPwU01e https://t.co/oXipjkW8SH
11748                                                RT @Reuters: White House chief of staff calls for special counsel to probe Democrats https://t.co/HuhLUbdeYW https://t.co/qlCfnxpvt1
11749                                                                                                                      RT @Nike: A day off is no reason to have an off day. #justdoit
11750                                                                                                        RT @justinbieber: #stadiummerch at @hm september 7th https://t.co/Mnib8sEp7O
11751                                                  I'm so happy the team from @netflix decided for her to take part in Stranger Things. She's a cool lady. 🤙 https://t.co/YnBiatHwHL
11752                                                                                                                                                               @Reuters What a dick.
11753                                                                                                                                @DJHeidiLawden @netflix Indeed. Spin in full effect.
11754                                                     #Bluetooth #Wireless V4.2 #Headset #Earphone #Stereo #Headphone #Sports in-Ear Mini New #MINI https://t.co/YnzaHRvaHI via @eBay
11755                                RT @WtrGpsy: @Google Fix ur Maps They Have A Ton of Bugs &amp; Ur getting me Lost &amp; Late #UpdateUrSystems it has me going down a 1 way street t…
11756                                         RT @mook1971: Yo! Check it out now Whimsical Oil on Canvas Paiting of Young Girl in a Prairie by Artist Leone https://t.co/MMgxSftOdv @eBay
11757                                        RT @suellenlunna: #savemajorcrimes C'mon you know you want to.. #savemajorcrimes @ABCStudios @CBS @nbc @warnerbrostv @WBHomeEnt https://t.c…
11758                                          RT @Reuters: WATCH: Russia probe shifts to high gear with first indictments https://t.co/C6ZROPf3d8 via @ReutersTV https://t.co/4fHn5UNgyC
11759                                                 @py_rates @Nike @OffWht Also will the membership include accessing early info such as this before u post it on your social media’s?
11760                                                  Just saw this on Amazon: Yeahbeer Inflatable Halloween Costume Adult... by Yeahbeer for $49.99 https://t.co/g0nTzXQyXx via @amazon
11761                                                  Just saw this on Amazon: Yeahbeer Inflatable Halloween Costume Adult... by Yeahbeer for $49.99 https://t.co/q09iRxAMnv via @amazon
11762                                                  Just saw this on Amazon: Yeahbeer Inflatable Halloween Costume Adult... by Yeahbeer for $49.99 https://t.co/kEyTNJacsl via @amazon
11763                                                                             What to know to shop @erdem x @hm like a pro. https://t.co/nTEuC6ppE8 #ERDEMxHM https://t.co/dI7aEvfDhD
11764                                                                                                                                             @TMobile 😂😂😂😂 “OFF WITH HIS HEAD!!”
11765                                                                                 Check out Schreibmaschine Triumph Tippa portable typewriter gelb  https://t.co/ecwYaJToeU via @eBay
11766                                                                                                                            @AlisaReyes @McDonalds 1993 Melbourne Victoria Australia
11767                                                                RT @BeyondDreamsEnt: @Apple And do not miss #BlackCoffee episode 2 on November 3. Subscribe: https://t.co/pfpz0Pxak6
11768                                                                    RT @SteveDiamond: @TMobile donates $2 for hurricane relief for each tweet and RT with hashtag #HR4HR  Please RT!
11769                                                           Check out Express size 6 Black Bootcut Career Women's Dress Pants! #Express #DressPants https://t.co/wZTbYTjAbt via @eBay
11770                                                   RT @AWWWARDS: Want to hear the sound of your delivery? @FedEx SoundTrack by @MediaMonks (NL) wins #SOTD https://t.co/wNcX5qEWwx… 
11771                                                                                 RT @Reuters: Ex-Trump campaign aide Manafort charged in 12-count indictment https://t.co/0XJEUlgVSu
11772                                                                                                                             RT @Apple: Say hello to the future. Pre-order iPhone X.
11773                                                   RT @sonika_sfdc: I published “How Salesforce Changed My Life amazingly ” 😊 proud to be a part of @salesforce  #SalesforceOhana… 
11774                                         Apply for @generalelectric / @alueducation Africa Industrial Internet Program 2018 for Young African Professionals… https://t.co/89WE63M25c
11775                                        Congrats to Bianca Ludik this week's @Heineken Firemans Arms Instagram winner! Thanks for your upload and enjoy you… https://t.co/YQgXuaF7T8
11776                                                     Check out EXPRESS Women's Size 7/8 Gray editor lined  Stretch Elegant Dressy Skirt!! #express https://t.co/7QIKMOOg5f via @eBay
11777                                                                                             @jtimberlake @jimmyfallon @pepsi @NFL @FallonTonight Welcome to the world of J&amp;J 👐
11778                                             Check out rq-bl maxi #steampunk skirt https://t.co/cRGlT6yZbN @eBay #ebay #HappyHallowen #halloween #gothic #victorian #cool #share #rt
11779                                         RT @nblackburn01: #MajorCrimes fans won't let a network's poor biz move stop us! #SaveMajorCrimes @CBS &amp; profit from a global loyal f… 
11780                                        @Tesco Was there about 8.30am Mon 30th. He’ll remember be. I am a small Chinese woman. Wld be good to know the reas… https://t.co/jVv8amMKyZ
11781                                                     RT @Reuters: New Zealand PM says ban on foreign home buyers to start early 2018 https://t.co/ysQYvqhehm https://t.co/iiAA3kVZVd
11782                                                 Check out Vintage Walborg Black Beaded Bag With Heavy Gold Tone Chain Handles Ships Free #Walborg https://t.co/6TaFIz48U8 via @eBay
11783                                          RT @DavidOa95852008: @Hayden_Mack07 @Love_Quotes51 @realDonaldTrump @CNNPolitics @amazon @cnnbrk @timseymour @ReformedBroker @CNNTonight… 
11784                                                         Check out Windridge Cheryl Nash Pretty Ruffled Floral Skirt Size 4 NWT Ships Free in USA  https://t.co/vw7Crwdyup via @eBay
11785                                          RT @DavidOa95852008: @Hayden_Mack07 @Love_Quotes51 @realDonaldTrump @CNNPolitics @amazon @cnnbrk @timseymour @ReformedBroker @CNNTonight… 
11786                                                    RT @adidas: Create your own rules. The flexible Primeknit of the adidas Athletics and @ReigningChamp collection will move your… 
11787                                                 Check out Diamond Wedding 14K Yellow Gold Trio His And Her Bridal Band Engagement Ring Set #br925 https://t.co/M450JO06dj via @eBay
11788                                                                                           The Latest: UMaine evacuates dorms after power outages https://t.co/9Hoiqdqe26 via @Yahoo
11789                                                                                         @Apple I’ve recently upgraded to iPhone 7 and the battery life on your phones are shocking!
11790                                                                                                                @Reuters Trump is better prepared for small talk with china cabinet.
11791                                        RT @justiceleaguewb: Welcome to #Batman Week. Find out more about Batman in #JusticeLeague with @ATT: https://t.co/8TxuOa4vRO https://t.co/…
11792                                                         RT @coulocl13: We need more surprises from #LtAndyFlynn We need to #savemajorcrimes @CBS @AllAccessCBS @amazon @WBHomeEnt… 
11793                                                                                                          Check out 2 Dribble Bibs - Pink Flower Print https://t.co/bJxrZtj8IO @eBay
11794                                     RT @salesforce: 🍔 🌮🍳 This one goes out to all the foodies! How many of these #DF17 places have you been to? https://t.co/Pi1kbUBRjg https:/…
11795                                                    Check out Cactus Clothing Blue Plaid Cotton Top Size Medium Free Shipping in the USA #TankCami https://t.co/49xHB5pW6D via @eBay
11796                                        RT @Cisco: CO2 emissions are at a record high. How can #tech increase sustainability? Learn more: https://t.co/nEyBx4FsmG https://t.co/5De9…
11797                                                             Many thanks to @ASOS for kitting @davidweir2012 out for the @PrideOfBritain Awards last night ! https://t.co/GzE0n0kczN
11798                                                                                                   RT @sundz7Author: Beloved by Roxanne Regalado https://t.co/awezkxq6Q3 via @amazon
11799                                            RT @StacyTurner36: #savemajorcrimes watch the season premier of #majorcrimes at 9/8C on TNT! 👻👺📆🎃🎃👫🚔🚨📺📽📰 @amazon @cbs @cbstv… 
11800                                        @Ryanair Travelling w/ infant so shd never have bn allowed 2 book them via app. And certainly not pay £36 for servi… https://t.co/0TXnk0G2ZC
11801                                                                     Check out THE BEATLES Beatles For Sale LP 180g BRAND NEW Sealed UK 2017 + Booklet https://t.co/tjEZu9RUUk @eBay
11802                                                        New Listing Check out! BoA LIVE TOUR 2008 THE FACE JAPAN CONCERT PROGRAM BOOK K-Pop Korea  https://t.co/1Cb7tUWM8B via @eBay
11803                                                                                                                                                 @Drapers @Burberry that’s so sad 😞
11804                                        RT @phatzplace: Check out Sag Harbor Size 18 New With Tags Green Rayon Blend Pants #SagHarbor #StraightLeg https://t.co/K7sQkagX1y via @eBay
11805                                                               New Disney LuLaRoe Minnie Mouse Blue And Green One Size Leggings #LuLaRoe #Leggings https://t.co/tc4JXktCGK via @eBay
11806                                                                                                                             @UNILORIN893FM this your @pepsi hype man can do better.
11807                                                                                                           These tights are absolutely perfect! https://t.co/Mgh32NVk8E 来自 @amazon
11808                                        RT @Nettythe1st: @Reuters There is a crisis unfolding on #ManusIsland. Australian Government has cut water/food/protection to 800+ men. Ple…
11809                                                              @netflix @KelseyGrammer - don’t cancel House of Cards- Mr Grammer would be a natural transition. If you could get him.
11810                                        RT @justiceleaguewb: Welcome to #Batman Week. Find out more about Batman in #JusticeLeague with @ATT: https://t.co/8TxuOa4vRO https://t.co/…
11811                                                          Check out 14k White Gold Round Cut 2.50 Ct Diamond Trio Engagement Ring Bridal Band set  https://t.co/iEciLBTiY5 via @eBay
11812                                                      Got this for a 30 something woman with hereditary hair loss. It does fit as expected .... https://t.co/1bD9gmxMuj 来自 @amazon
11813                                            RT @KitPogi33: @TMobile So customers on JOD would need to put in down payment starting when? So might as well just call it regular JUMP.
11814                                                         Check out Steve Madden Gray Black Medium Tote Purse Shoulder Bag Cross Body  #SteveMadden https://t.co/w0zzAzmNwE via @eBay
11815                                                                                                                                     @hm @NICKIMINAJ FINALLY https://t.co/wu5RAIJHjw
11816                                        @lukewithcon @McDonalds @UberEATS @ the ppl saying 'just take the bun off' Thats not the point they messed up his o… https://t.co/WaGAjPp4E2
11817                                                      RT @Fuctupmind: @fleccas @latinovictoryus @RalphNortham @EdWGillespie @Ford @TuckerCarlson Shocking... https://t.co/Uz355mEUlh
11818                                                                                     Check out Sony Cyber-shot DSC-WX350 18.2MP Digital Camera - Black https://t.co/kSz7pXEXws @eBay
11819                                                                                                                           RT @netflix: re: my earlier tweet https://t.co/Z9M8vsiQMd
11820                                                           Congrats to @Burberry for @LuxuryBriefing Support for #Culture &amp; #Arts Award this eve. #makershouse always a delight!
11821                                                       Check out AAA 7 Feet Natural Coral Rondelle Smooth 3.5mm Handmade Gemstone 24K Gold Plated  https://t.co/kcN6YxVSQp via @eBay
11822                                                Cheat day choices.. @kfc or @McDonalds ?? 🤔 KFC gravy is reeling me in but then there's McDonalds fries &amp; their apple pie..😫😭
11823                                                         Check out CARDINAL GLASS FG CAMOUFLAGE MOSSY OAK ADVANTAGE SERIES FLEXFIT ADULT L/XL CAP  https://t.co/Q1QN2xVMDC via @eBay
11824                                                                         @stevenacurtis @Reuters Chopping my ding dong off now before it's no longer trendy! https://t.co/F8utStMA7w
11825                                                   RT @Reuters: Top 250 firms emit third of CO2; few have strong goals to cut: study https://t.co/SkjVxku5fL https://t.co/51jsb7Kt1M
11826                                                                                                                @williambaobean @Nestle @Chinaccelerator @SOSVvc @sean_sosv Awesome!
11827                                                                       RT @RossyP1987: @Ryanair And how long does that take? I’ve not had acknowledgement of my claim being received
11828                                                        RT @mydemocracy: @facebook @NBCNews This is direct manipulation from a foreign enemy in #US free election. Who gained? Not… 
11829                                        RT @Richard57307834: eBay adds AI-powered #imagesearch to its #mobileapps https://t.co/oAgXP4VYxl #eBay #AI @eBay Artificial Intelligence #…
11830                                                                                    India’s 10 best fine dining #restaurants of 2017 https://t.co/jDcY7gR8Us @msn @TripAdvisor #food
11831                                                                                                                   RT @pepsi: A little afternoon pick-me-up. https://t.co/RvU2OI6J2y
11832                                                                                              RT @milliebbrown: Everyone go binge #StrangerThings 2 @netflix https://t.co/viGpvNgP3o
11833                                                Check out 40.70 cts Natural  Amazonite Pear briolette faceted cut Gemstone  For Jewelry #Unbranded https://t.co/ZkReCELb7U via @eBay
11834                                                                                                            RT @pepsi: Don’t let the sun set on #PepsiSummer https://t.co/UAnNZywRPT
11835                                                           Check out 1 Pcs Spiral Design Style Ring 925 Sterling Silver High Polished Lovely Ring  https://t.co/63pWRQMYRX via @eBay
11836                                                                                                                  RT @Apple: Say hello to the future. iPhone X available 3 November.
11837                                              RT @cmcgeesmith: #MajorCrimes Season 6 Premiere October 31st 9/8c TNT Make sure u watch❤ #SaveMajorCrimes @amazon @CBS @AllAccessCBS… 
11838                                         Check out Women Clothing Poncho Blouse Top Pink Blue Green NotCom M L XL 1X 2X 3X 4X #poncho https://t.co/8RtWuGSJre via @eBay #BlouseShirt
11839                                                                                                       RT @UnboxTherapy: Yo @Apple where's my experience bro https://t.co/0yrBQHNSQO
11840                                                       Check out 15.1 Cts Natural Top Blue Aquamarine Rare Santa Maria Gemstone Oval Cab 18x13 mm  https://t.co/6rvnZn4sVc via @eBay
11841                                                  Check out LTD Yuri!!! on Ice Cold Stone Collabo Note Clear folder Yuri Katsuki JP F/S #YurionIce https://t.co/YDz48PZKKQ via @eBay
11842                                                                         U.S. trade panel set to recommend solar trade tariffs https://t.co/puoRFpAofH Via @Reuters #environmentnews
11843                                          RT @justiceleaguewb: Head to your local @ATT store to pick up exclusive #JusticeLeague posters and try out the Snapchat filter. Our hero… 
11844                                                                RT @Reuters: Top banks and R3 build blockchain-based payments system https://t.co/QfAfME646g https://t.co/OeBFfpfRAn
11845                                        RT @NISMO: Vote for one of these great championship-winning machines in #NISMOtop20. You get to help choose the greatest @Nissan racecar of…
11846                                                       RT @eB0okLand: How To Survive The End Of The World  + 10 Free eBooks With R Rights ( PDF )  https://t.co/nmrDZBpGNQ via @eBay
11847                                                 Check out Gooseneck Barn Light Fixture Sconce Outdoor Industrial Wall Mount Metal Porch  #Vintage https://t.co/mrbtu551gp via @eBay
11848                                                       Check out Vtg Holt Howard Tinsel Straw GIRL Head Face Xmas Tree Ornament MCM Lot of 6 RARE  https://t.co/nN32Q08Yb1 via @eBay
11849                                               Stay ahead of the times with this @gleamapp giveaway for the new @Apple Watch Series 3 with GPS + Cellular 👇 https://t.co/TvQqQU63wt
11850                                                                 1/10 Ct Round Cut Natural Diamond Heart Engagement Ring .925 Sterling Silver NEW  https://t.co/J93uWwExRi via @eBay
11851                                        RT @VHLDN: Scenarios improve judgment in the face of radical uncertainty - Jeremy Bentham @Shell @FSB_TCFD #TCFDRecs https://t.co/gNzNU1fxVi
11852                                                 RT @BP_plc: #BP is shifting its upstream portfolio towards #NatGas 🔥 - here's why: https://t.co/42boaDOh3e https://t.co/Ic8jSp4QLA
11853                                                             . @ASOS teams up with @hellokitty for an exciting 40 piece collection!Who's a fan? 👍🏻 or 👎🏼 https://t.co/emGyIGZFx7
11854                                                            RT @Reuters: .@Reuters finds authorities missed chances to rein in body broker Arthur Rathburn for more than a decade:… 
11855                                                                                                                                         @NBCTheVoice @eseratuaolo @Toyota He’s good
11856                                                    RT @Reuters: #Cyber security ETF backer says Nasdaq axed over index management https://t.co/Cc6PQurMpr More from #ReutersCyber… 
11857                                                                  RT @Reuters: Electric cars set world's nickel miners on new course https://t.co/Y698zTuxn9 https://t.co/Vu5RdYG9kM
11858                                        @PillagerOfYiffs @glaad @Reuters @NYDailyNews or Rapp is a liar who wants to destroy someone's reputation and caree… https://t.co/hFoKmlUcrF
11859                                             RT @Elizabeth_Ann_M: #SaveMajorCrimes tune in TONIGHT LIVE for S6 premiere of #MajorCrimes @CBS @AllAccessCBS @amazon #HappyHalloween… 
11860                                                                           @TMobile #StraightOutta1950 for a chance to win #London #Thankeinstein + #Contest https://t.co/KtzlYlO7Gg
11861                                                                                                                              @Devoted2Mimi @TMobile We love great customer service!
11862                                                                                                    Retweet to help me win a @Google #Pixel2 from @phandroid https://t.co/Vkkkm0PDsc
11863                                                                                          @Reuters Lol 😂 😂😂😂😂 n in India we are debating whether we should stand or not ....!!!
11864                                               RT @thalesgroup: Don't miss the presentation of #Thales satcom ground segment solutions @SMiGroupDefence next week in London ! Rely… 
11865                                                                                                                       @TMobile Space monkey likes to party! https://t.co/8Z3qa8tHTg
11866                                        RT @Rambobiggs: Should @netflix just toss the newest season of House of Cards completely in light of these allegations against Kevin Spacey?
11867                                                                           RT @linannlum: @patronsaintofca @Tesco If it's got a Union Jack...just put it back! #KeepScotlandTheBrand
11868                                                        Check out Southern Lady Multi Color Button Front Jacket Blouse Size 12 shimmery Beautiful  https://t.co/gtF6epsTnC via @eBay
11869                                        RT @Reuters: Tensions rise as Australia starts to dismantle Papua New Guinea detention center https://t.co/R6MHP2P6BC https://t.co/NhczI8pA…
11870                                        My lonely sad ass is eating alone and wtf I didn't realize my burger got two top buns I'm dead @McDonalds are y'all… https://t.co/ILzsM7N3fr
11871                                                                     RT @Starbucks: Fun fact: haunted coffee tastes just like normal coffee. #HappyHalloween https://t.co/ZK1yLEo5Oy
11872                                                                                             Reuters-Halloween for the dogs https://t.co/LzCmGK8oTG @Reuters https://t.co/MRpL1RKdBz
11873                                                                                                                                                            @Reuters Harsh but fair.
11874                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11875                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11876                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11877                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11878                                     I predict that @Apple will lose the regular &amp; plus versions and just go with the iPhone X design for next year + an SE / C type iPhone 👍🏽
11879                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11880                                                                                                                                                       @NICKIMINAJ @hm SO EXCITED ❣❣
11881                                    RT @DublinAirport: Win 2 return flights to Naples from @DublinAirport with @Ryanair. Follow us &amp; retweet to enter. #DUBNaples https://t.co/…
11882                                                                         RT @Reuters: ‘I won’t lie to you. It was creepy’: Ex-doctor’s assistant recalls working with body broker.… 
11883                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11884                                                                                                                            @NICKIMINAJ @hm you look so cute https://t.co/irqBgtCw8R
11885                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11886                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11887                                                                                                                        RT @netflix: Brb buying some soap to wash out Dustin’s mouth
11888                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11889                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11890                                                                                                             @PrinceOfDaBarbz @NICKIMINAJ @hm @NICKIMINAJ look boys Are pressed 🤣🤣
11891                                                                                                           @NICKIMINAJ @hm YUSSS! Can't wait! #HMxNickiMinaj https://t.co/YaKkkTaiwI
11892                                                         RT @Reuters: Police arrest Japanese man after body parts found in apartment https://t.co/tZ0KJ005ks https://t.co/mnoikaBEYO
11893                                    RT @DublinAirport: Win 2 return flights to Naples from @DublinAirport with @Ryanair. Follow us &amp; retweet to enter. #DUBNaples https://t.co/…
11894                                                                                                         RT @MKBHD: @UnboxTherapy @Apple Literally just noticed that title trend lol
11895                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11896                                           RT @Nicole_Romi: #SaveMajorCrimes around the world! 💙💙💙 @CBS @AllAccessCBS @AmazonVideo @amazon @WarnerBrosEnt https://t.co/ZqekU0SNWe
11897                                                                                               Check out Owl Handmade Mittens Pink Crochet Winter Fall https://t.co/UutTq3VXgk @eBay
11898                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11899                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11900                                                Check out Women Winter Waterproof Ski Snowboard Sportswear Suit Sheepskin Hood S-5XL  #39 #SkiSuit https://t.co/8CdC766sa0 via @eBay
11901                                                        @vidyavachaspati @IamaroonShah @facebook Enjoy the Free Facebook Video Downloader  by just click on  https://t.co/672I5pkc4E
11902                                    RT @DublinAirport: Win 2 return flights to Naples from @DublinAirport with @Ryanair. Follow us &amp; retweet to enter. #DUBNaples https://t.co/…
11903                                                         RT @Reuters: Police arrest Japanese man after body parts found in apartment https://t.co/tZ0KJ005ks https://t.co/mnoikaBEYO
11904                                                        Check out Diamond Trio Set His Hers Matching Engagement Ring Wedding Band 14K Yellow Gold  https://t.co/hbQngSR7iG via @eBay
11905                                                                                       What’s going on with latest @facebook update for iPhone? Text disappears when I start typing.
11906                                              RT @FemiAbodunde: @GoldmanSachs Everyone hates @GoldmanSachs so much they won't even listen when they share their predictions. Let's… 
11907                                                                                               @JimmyOakes @Hyundai I work for @Hyundai but I'm not going to SEMA what's your secret
11908                                              RT @hopescloset2: Check out Universal Studios Scooby Doo Traveling Team Jersey Medium Blue  #Jerseys https://t.co/TG7cWcQWYX via @eBay
11909                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11910                                                                                                          @TMobile #Thankenstein + # Contest ... Isabel Rose https://t.co/jNruiVj8ul
11911                                                                                                              @TMobile Dwight Schrute #Thankenstein #Contest https://t.co/UDAa8FgRCj
11912                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11913                                               RT @liufenny14: @CBS @AllAccessCBS @CBSTweet @Amazon @warnerbrostv #savemajorcrimes it just getting interesting so come on sign the… 
11914                                                     Check out Hot Wheels Small Tire Car Holder Holds 16 Cars Wheel Case With Handle A1 #HotWheels https://t.co/47wLCJ5MTU via @eBay
11915                                          RT @hopescloset2: Check out Thermophore Automatic Moist Heat Muff Pack Made By Battle Creek #BattleCreek https://t.co/WFmCq1fRPS via @eBay
11916                                         @CherFeldman @BhavnaBanodha @salesforce @Benioff @parkerharris @swbjoyce @amy_e_weaver @tony_prophet @danieljpeter… https://t.co/XSaZ8aaDJA
11917                                                            RT @BH_Phillips: Vintage Gold Tone Clip on Earrings  https://t.co/RUiJu8utL0 via @eBay #Ebay #Vintage #Earrings #Jewelry
11918                                                                                                                   RT @netflix: you're doing amazing sweetie https://t.co/pYESU8DdWK
11919                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11920                                                                                                      RT @thenimacumonit: @hm @NICKIMINAJ MAC and H&amp;M? Damn Nicki is KILLING IT!
11921                                                                                                                        RT @netflix: Brb buying some soap to wash out Dustin’s mouth
11922                                                                   Check out DC Comics Catwoman #23 AND #24 NM 1st Appearance of Jokers Daughter   https://t.co/udNMrACjtv via @eBay
11923                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11924                                                RT @tech2eets: 5MP front facing camera and an 8MP rear camera. #Nokia2 is also promising a two day battery life. @Google Assistant… 
11925                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11926                                                                             RT @hm: Sock boots are a major autumn trend – and we know what you should wear with them! #HMMagazine… 
11927                                                                                                                RT @AndryGag: When can we start calling Eleven a superhero? @netflix
11928                                                                        RT @Reuters: White House chief of staff calls for special counsel to probe Democrats https://t.co/dISS2iEqLT
11929                                                                        RT @liberty_grl: People who drive @Ford trucks are racist. Y'all watch out for them. https://t.co/5e15oFCAVn
11930                                            RT @HomeDepot: Your favorite Calcium Lime &amp; Rust Remover is more than just the silver bottle. See @CLRCleaners’s interesting start… 
11931                                                 Check out 2 Goody Twist-Scarf Reversible Animal Print Black w/Wire Style #06728 New in Pkg #Goody https://t.co/ZgDpSww6uZ via @eBay
11932                                                                                                @TMobile #Thankenstein #Contest I am the mayor of Flavortown https://t.co/lBmFYOL1mA
11933                                             RT @CleverlyCool: Check out 8'FT NEW Vintage SANTA'S WORKBENCH LIGHTED CANDY CANE ARCH  ARCHWAY work  https://t.co/BK76ln7pgp via @eBay
11934                                                                                                   RT @Disney: A fright fit for a king. 🦁 Happy #Halloween! https://t.co/FH4ZcHP7lC
11935                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11936                                                                  RT @BethEvsTV: Hi @Ryanair - please can you update on when I can expect reimbursement for complaint 1865175/F41BHB
11937                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11938                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11939                                                   @McDonalds hot caramel Macciato in a plastic cup? How am I supposed to drink this? #NowIKnowWhyYouHave milliondollarCoffeeLawsuit
11940                                                                              Check out Congratulations On The Birth Of Your Grandchild - Free Postage https://t.co/cl70AiAkGV @eBay
11941                                                                              RT @Pippi_Dust: Happy Halloween Skull Shirt Graphic Tees Purple... https://t.co/CeQPMB7RGU via @amazon
11942                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11943                                        RT @justiceleaguewb: Welcome to #Batman Week. Find out more about Batman in #JusticeLeague with @ATT: https://t.co/8TxuOa4vRO https://t.co/…
11944                                                                US Marine Corp Edible Birthday Cake OR Cupcake Topper - 7.5 x 10' rectangular... https://t.co/PqGnuSQ6ri via @amazon
11945                                        @justanotherpenu @jdwitherspoon @Apple SECOND OF FUCKING ALL JD is relevant on his own. Yes his father is iconic bu… https://t.co/3kMucFKZIw
11946                                                                                                   RT @Disney: A fright fit for a king. 🦁 Happy #Halloween! https://t.co/FH4ZcHP7lC
11947                                                                                                   RT @Disney: A fright fit for a king. 🦁 Happy #Halloween! https://t.co/FH4ZcHP7lC
11948                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11949                                                      RT @FinishLine: A Refreshing Bright Blue Colorway Takes Over The @Nike Air VaporMax ‘Ice Flash’. Grab Your Pair On Thursday.… 
11950                                                     RT @TodayCrypto: Is @PayPal setting down the laws with closing down #accts due to #bitcoin transactions https://t.co/OoiPqi7dCZ
11951                                                        Check out this Amazon deal: Etekcity Digital Body Weight Bathroom Scale W... by Etekcity https://t.co/vqcBwUq9GB via @amazon
11952                                                                                                                                                  @TMobile My little baby bug!!! ❤️❤️❤️
11953                                                                             RT @Reuters: Futureproof: Rise of the electric planes - https://t.co/4xQFYHFj0c https://t.co/WAFsv5DMfb
11954                                                                                        @iammahendiran @PayPal My question - Is that possible to receive payment without GST Number?
11955                                                                    Check out CHRISTMAS TREE Ceramic Trinket / Jewelry Box About 6”Tall &amp; 3.5 Wide https://t.co/q3nmtWtTaR @eBay
11956                                               RT @Randomexe: Excited to say that I’ll be hosting a photo lab in partnership with @Apple on November 9th at Regent Street store 🎉… 
11957                                                RT @dinoroc74: You can't resist this bromance @CBS @AllAccessCBS! Add them to your long line of epic men-ships! They always delive… 
11958                                                    Check out NHL Philadelphia Flyers Team Pride Black Knit Beanie Hat Cap Adults Mens Womens #NHL https://t.co/mIP2yUGhQs via @eBay
11959                                                                                                                       When @Starbucks plays @odesza 😍😍😍 it’s gonna be a good day
11960                                                                                                       @VZWSupport stop using @UPS especially when both of you keep telling me lies.
11961                                               RT @StacyTurner36: Join us! Watch live! Tweet live! Oct 31st 9E/8C #BestShowEver #savemajorcrimes @CBS @CBSTweet @amazon @WBHomeEnt… 
11962                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11963                                                                 Check out David Bowie  I've Been Waiting For You Canada 2002 3 Track CD COLUMBIA  https://t.co/DD9S5uVNtd via @eBay
11964                                                        @facebook you always seem to target ppl that are political driven and def liberated minds. My profile picture was not a nude
11965                                               Stay ahead of the times with this @gleamapp giveaway for the new @Apple Watch Series 3 with GPS + Cellular 👇 https://t.co/LcfAtQrl5P
11966                                                            Check out Adjustable Ring Black Onyx Stone 925 Sterling Silver Ring RN 6303 #Statement https://t.co/BtxCEnP7Fr via @eBay
11967                                      RT @YourLifeAfter25: How To #ConquerTheCold &amp; Stay Ready With A Flu Emergency Kit including @Puffs and @NyQuilDayQuil from @Walmart! #ad… 
11968                                         RT @Tat2sLady: The maple pecan latte from @Starbucks taste delicious! It's like breakfast and fall made a baby! #Starbucks #MaplePecanLatte
11969                                                                                                       RT @netflix: name a more iconic duo. i will NOT wait. https://t.co/8Iz0sPGWmH
11970                                                                    A true BUSINESS WOMAN 😘😘😘😘❤️❤️🔥 im so so proud and happy for you babe @NICKIMINAJ @hm https://t.co/N62t7numTQ
11971                                                         Check out 23.70 Ct. Natural Blue Sodalite 31x20 Mm Pear Cabochon Gorgeous Loose Gemstone  https://t.co/ingNyausbG via @eBay
11972                                             @HomeDepot extremely disappointed that I never rcved a call about item on back order for another 2 weeks.  5 weeks no stove. Not happy.
11973                                                              RT @IBM: #ICYMI: IBM ranked #blockchain industry leader according to research study: https://t.co/quFKIh6aa7 via @CNBC
11974                                                                RT @iamrachael88: And they’re not done yet #savemajorcrimes @CBS @hulu @AmazonVideo @netflix https://t.co/qh35K41IV1
11975                                                                  RT @ninsthewriter: Lemon Blossoms (Wayfarer Trilogy) by Nina Romano #LOVESTORY https://t.co/dRBpNSKJMK via @amazon
11976                                                RT @Reuters: White House chief of staff calls for special counsel to probe Democrats https://t.co/HuhLUbdeYW https://t.co/qlCfnxpvt1
11977                                                         RT @Reuters: BOJ set to hold fire; focus on dissenter's stimulus preference https://t.co/22Lt1mKPRy https://t.co/EnHEqQYCUE
11978                                         Check out VINTAGE MINIATURE BROWN CORDUROY BEAR-3”JOINTED ARMS/LEGS-WITH SNAP BOTTOMS https://t.co/cBTB1aq0F2 @eBay https://t.co/rdaIJTEZhP
11979                                                          RT @AmieMartin: #SaveMajorCrimes 10M viewers (many of 'em Shandy Shippers) can't be wrong! @CBS @CBSTweet @netflix @hulu… 
11980                                                      Check out RESIN and GLASS TORCH LAMP w/HURRICANE-TYPE SHADE - Distressed Copper &amp; Black  https://t.co/UHoksMD6rc via @eBay
11981                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11982                                        @SenatorCollins @jdickerson @CBS @FaceTheNation Why have you not drafted resolution to assign a special independent… https://t.co/84Xi2iTWis
11983                                                                                                                                          @Reuters Go ahead. Find all the bad actors
11984                                         @koolhunk24 @flyingFoxfire @TMobile Yea I got a shipped notification as well and they took my money already so I’m… https://t.co/4jzIKgcamc
11985                                                                                                            Check out tektronix tds 2I0 #Tektronix https://t.co/9PqN9kzmwN via @eBay
11986                                                                                                                                   @moutet @netflix ...a stupid reaction at @Netflix
11987                                                                           @Wendys @McDonalds new tenders has this shit beat with a stick... it’s like Thanksgiving is here already!
11988                                    RT @DublinAirport: Win 2 return flights to Naples from @DublinAirport with @Ryanair. Follow us &amp; retweet to enter. #DUBNaples https://t.co/…
11989                                        @joanbtirrell @SenatorCollins @jdickerson @CBS @FaceTheNation Lets see her final vote-she should change her party a… https://t.co/YtZC3HL6oZ
11990                                             RT @Starbucks: Try your tea with a little lemonade and a LOT of ☀️. #PineappleBlackTeaLemonade #IcedTeaInfusions https://t.co/XK8Ngddlvf
11991                                                    Check out Van Cleef &amp; Arpels VCA PLATINUM Toujours 4mm Wedding Band Ring Original Box 8.5  https://t.co/JaUWKJ9xUV via @eBay
11992                                                                                      @bethorne Dear @Apple I️ absolutely hate your iOS 11 update. I️ I️ I️ I️ I️ FIX THIS BALONEY NOW!!!!
11993                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11994                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
11995                                    RT @DublinAirport: Win 2 return flights to Naples from @DublinAirport with @Ryanair. Follow us &amp; retweet to enter. #DUBNaples https://t.co/…
11996                                               @netflix Make your House of Cards spinoff centered on Robin Wright. She deserves this and you know we'd all watch that woman in power
11997                                                                    Check out 2014-15 PANINI EMINENCE KYRIE IRVING PATCH AUTO 4/5 IMMENCE ENDORSEMENTS https://t.co/kU1mAQ11HW @eBay
11998                                                                                      RT @umknicken: @IbranElCryssa @netflix @Cernovich 4chan thread said this image is banned here.
11999                                                                                                                    The Thanksgiving blend from @Starbucks is giving me liiiiiife ☕️
12000                                                                       RT @Reuters: Hundreds of Uber drivers protest bill in Brazil that would turn them into regular taxi drivers… 
12001                                               Just saw this on Amazon: I Wonder (Instrumental) by Xenon Enigma for $0.99 https://t.co/L2ag2UwUJz via @amazon #newmusic #listen #buy
12002                                                        Check out Vintage 1960's Mod Maxi Dress Gown Asian Mandarin Frog Closure Black Red Medium  https://t.co/piAKhhvXyx via @eBay
12003                                    RT @DublinAirport: Win 2 return flights to Naples from @DublinAirport with @Ryanair. Follow us &amp; retweet to enter. #DUBNaples https://t.co/…
12004                                                                 RT @Ojibwebeader: Check out NATIVE AMERICAN SEED BEAD BRACELET. RED THUNDERBIRD   https://t.co/nyHdjBmcxo via @eBay
12005                                                                                                                              @UnboxTherapy @Apple Didn’t you got the X like others.
12006                                                                                    Check out Wrangler Regular Fit Size 42x30 Blue Jeans #Wrangler https://t.co/9PSL6JPoex via @eBay
12007                                                                                   @TMobile Happy Halloween! #StrangerThings #Netflix #Thankenstein #Contest https://t.co/Tq2hgHfSxC
12008                                                                 RT @matthewtilley99: The new @Starbucks Peach White Tea Infusion is in my top 5 now 🙌🏼 🍑 https://t.co/fRMq8yjCol
12009                                                                                                   RT @Disney: A fright fit for a king. 🦁 Happy #Halloween! https://t.co/FH4ZcHP7lC
12010                                                                                                                                       @rdhxli @ASOS over to you. Get her the stuff!
12011                                                                                                                       All that shit you were talking @Apple https://t.co/7jCAXqFb33
12012                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12013                                                                                                                                                             @NICKIMINAJ @hm A queen
12014                                                                             RT @Reuters: Futureproof: Rise of the electric planes - https://t.co/4xQFYHFj0c https://t.co/WAFsv5DMfb
12015                                                      I just bought: 'Leadership Step by Step: Become the Person Others Follow' by Joshua Spodek via @amazon https://t.co/iR5AkJKfTD
12016                                                        Check out BRUCE SPRINGSTEEN Born to Run 24 KT Gold 1994 Master Sound 20 Bit Super Mapping  https://t.co/zYBSxRRY8z via @eBay
12017                                                                                                                                                                  @TMobile Thank you
12018                                                       Check out 1991 Gold Gibraltar Corgi Dog 1/10 Ounce Coin NGC MS67 Pobjoy Mint SUPERB GEM BU  https://t.co/ZgffcusvxM via @eBay
12019                                                                             RT @Reuters: Futureproof: Rise of the electric planes - https://t.co/4xQFYHFj0c https://t.co/WAFsv5DMfb
12020                                        RT @DeadlineDominic: #IndictmentMonday - @netflix cancels #HouseOfCards after S6 after @KevinSpacey sex scandal surfaces from @albinokid ht…
12021                                                                                                                   RT @Starbucks: 🎃🍂✨ PSL IS HERE! ✨🍂🎃 https://t.co/SKm1abbzUB
12022                                        RT @Starbucks: Our thoughts are with all affected by #HurricaneHarvey. Join us in donating now or at any participating US store. https://t.…
12023                                                Check out VINTAGE FENTON ARTIST SIGNED *L CLEVENGER* ORIENTAL LARGE CUSTARD ART GLASS VASE #Fenton https://t.co/sE5ouUBiuI via @eBay
12024                                                                       RT @Disney: Warm your heart with a song and a snack! 💛 #PixarCoco opens November 22. https://t.co/GOi7Hcg8FH
12025                                                                          Check out Disney Scene It 2nd Second Edition DVD Board Game 2007 #Mattel https://t.co/q4cfbRFrGz via @eBay
12026                                                                             @TMobile Danny Zuko would love a trip to London! Haha! Happy Halloween everyone! #thankenstein #contest
12027                                                               Waterproof!  All-New Kindle Oasis E-reader - 7' High-Res... by Amazon for $249.99 https://t.co/opgAYw12fW via @amazon
12028                                                RT @Starbucks: George joined the Marine Corps at 18 and served the American people for 27 years. Today he is a Starbucks store man… 
12029                                                                                                 @TMobile Happy Halloween!! #thankenstein #contest #vampires https://t.co/dP2ZPCXBOV
12030                                        RT @Duhdudelmao: So @MTV and @Viacom can fire Farrah for doing porn but not Jenelle for abusing her children and animals?! Ridiculous 😡😡😡
12031                                                                                                         @TMobile Rrrrrrr-ghghghghgh! #contest #Thankenstein https://t.co/mEsxZfqsru
12032                                                                                                            @ArtOutlander @Sony @Outlander_STARZ But it's not me...I saw on internet
12033                                          RT @AHamiltonSpirit: @keith_pochick @anneowenphd @CNN @maddow @MSNBC @CBS @nbc Newt Gingrich on @seanhannity saying how much Paul Manafo… 
12034                                                                              @TMobile Happy Halloween to everyone #Thankenstein #Contest #HR4HR @JohnLegere https://t.co/BoEG8aHCv1
12035                                                                                                         @NICKIMINAJ @hm Me spending all my money in h&amp;m https://t.co/BAgcBtKmUA
12036                                                           RT @Starbucks: #ProTip: Iced Caramel Macchiato with pumpkin sauce instead of vanilla syrup. 🎃☕️❤️ https://t.co/pgFj2cUY68
12037                                                                        RT @VVFriedman: More fashion quakes: Christopher Bailey leaving @Burberry at the end of 2018. Thoughts soon.
12038                                          @Apple @JollaHQ Also they are better that these kind of gestures remembering my days I tested Sailfish OS  !!!!!!… https://t.co/8RvXtiKRWX
12039                                                                              RT @yvsmadhav: Retweet to help me WIN a @Google #Pixel2 from @androidforums!!! https://t.co/t8aMsU7AT3
12040                                                                     RT @Starbucks: They've been crossed all day in hopes of this moment. #MidnightMintMocha https://t.co/NtAVWYrFZ1
12041                                                                                                                                                                      @netflix Live*
12042                                                                Check out NWT PUMA Italy National Team 2014 Long Sleeve Home Soccer Jersey Men's Large https://t.co/w1zVTzU4U2 @eBay
12043                                                                                                        @SPMIndyCar @HondaRacing_HPD @Honda Hinch is honouring his hero today I bet.
12044                                        Have you seen the #MagicSchoolBusRidesAgain on @netflix? Enter to win a $30 #netflix gift card #giveaway https://t.co/i0mNvo2L0x #streamteam
12045                                           RT @Reuters: U.S. business group worries Trump unprepared for commercial talks with China https://t.co/lXz8nOl5Ac https://t.co/LbRurnfnP6
12046                                                                Check out GIACCA MILAN ADIDAS MEDIOLANUM 1990 JACKET ALLENAMENTO TRAINING VINTAGE  https://t.co/QwYUAhb2Pp via @eBay
12047                                    RT @DublinAirport: Win 2 return flights to Naples from @DublinAirport with @Ryanair. Follow us &amp; retweet to enter. #DUBNaples https://t.co/…
12048                                              RT @starshine731: @BearmanShannon @dawnresist @facebook @Change Facebook doesn't care and won't respond. Last week they shut down my… 
12049                                                       Check out Vintage Needlepoint Cross Stitch Roses Floral Oval Gilt Wood Frame Red Green Tan  https://t.co/kV76FjWrtt via @eBay
12050                                                                           Check out Alanni by Donny Brook Gray Blouse size 10 #Donnybrook #Blouse https://t.co/XiAPHdisYr via @eBay
12051                                                   Check out Vintage New Orleans Poster Do You Know What It Means to Miss Jazz Mardi Gras #Vintage https://t.co/s8lkTcTPMu via @eBay
12052                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12053                                        @inetbampot45 @1GKh @Microsoft @Office Looks like it Creepy folk I have 1 just now calling from Irish number just 2… https://t.co/kddiKrv0jQ
12054                                               RT @DublinAirport: Want to win 2 return flights to Naples from @DublinAirport with @Ryanair? Just follow us &amp; retweet to enter.… 
12055                                                                                  RT @Starbucks: Just another day at your friendly neighborhood Starbucks. 🕸 https://t.co/b8I6DqBHsF
12056                                                                                                                                                Christopher Bailey to Exit @Burberry
12057                                                                  Check out Signatures Kansas State Wildcats Snapback Hat truckers cap #Signatures https://t.co/KEVcGhWWjZ via @eBay
12058                                          RT @jazzyjunker54: Check out Gi-Go Bean Bag Expression Boy and Girl Dolls Dressed in Blue 8 Inches #GIGO https://t.co/ZRQ2xcdxq4 via @eBay
12059                                                            RT @GatenM123: Fun press event for @netflix in Mexico City! The Mariachi band even played the @Stranger_Things theme!!… 
12060                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12061                                                                                  Check out Vintage 1960's S'paliu Sterling silver Huge Link Bracelet  https://t.co/KCN7YWcDH6 @eBay
12062                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12063                                                        Check out Double Shot Glasses VTG Mid Century Bar Silver Rimmed 4 oz Cordial Set Unsigned  https://t.co/G2cNndqk0H via @eBay
12064                                                                                                                                          Y’all can’t cancel House of Cards @netflix
12065                                                                                                   RT @Disney: A fright fit for a king. 🦁 Happy #Halloween! https://t.co/FH4ZcHP7lC
12066                                    #Uacceptable Your Spider-man writer @Disney @Marvel continues to harass fans &amp; bully industry colleagues #TakeAction https://t.co/fjUqnQVrOJ
12067                                                             RT @Nissan: Like we need a reason to unleash the beast. 😈  🎃 #HappyHalloween 📷: bmcgannphoto https://t.co/G1rql55HeD
12068                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12069                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12070                                           RT @avenison: End of an era. Christopher Bailey leaving @Burberry by the end of 2018 #ChristopherBailey #Burberry https://t.co/makvjWJuRG
12071                                                                                                    @ATT @taylorswift13 Taylor from the 22 video. Aka a cat. https://t.co/obTJagwKpM
12072                                                                     Check out Vintage Signed Sterling Silver 925 Marcasite Half Hoop Pierced Earrings https://t.co/ap1srSJVvl @eBay
12073                                                      RT @SAP: The gig economy is 34% of the US workforce. Find out what that means for millennials in this #WeTheFutureSummit cli… 
12074                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12075                                        RT @OSUCoachMeyer: Thank you to @Nike @KingJames from the #1 Nike school in America for Saturday's uniforms!! ELITE! https://t.co/sjuC24xaCX
12076                                       RT @Starbucks: Meet Claire. A Starbucks partner earning a degree in sustainability. 100% of her tuition is covered—#ThanksToYou 💚 https://t…
12077                                    RT @DogTagBakery: @OpGratitude Follow link &amp; LIKE to help us win $25k grant through @Starbucks Upstanders Challenge. Vote by 11:59pm https:…
12078                                        RT @TheMysteryLadie: Who put the porn star in the freezer? Lauren Carr's DEAD ON ICE #mystery #KindleUnlimited #BYNR #ASMSG @amazon https:/…
12079                                                                                                  @Starbucks in the morning @lacroixwater in the afternoon. #basic #halloweencostume
12080                                                                Check out UK Three UK Triple cut SIM Card Standard/Micro/Nano pay as you go 3G 4G  https://t.co/ht845gUC9v via @eBay
12081                                                                                                            RT @MorganBelitz: november 13th i’m deleting my @netflix #bringbackHIMYM
12082                                                                                    RT @e_erkaynar: Retweet to help me win a @Google #Pixel2 from @phandroid https://t.co/wzl4dxygO0
12083                                                                     .@Americas_Best @TripAdvisor &amp; @XyzalAllergy need to have an #OwlOff and settle this thing once and for all
12084                                                                Somebody Tell Aunt Tillie She's Dead (The Toad Witch Mysteries Book 1) by Chr... https://t.co/IAbUF6VW2k via @amazon
12085                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12086                                                          RT @Starbucks: A float of creamy sweet sinking through frosty coffee. #VanillaSweetCream #ColdBrew https://t.co/AFBp7gOnGd
12087                                                                     Pitch Black: A Romantic Thriller (Blackwood Security Book 1) by Elise Noble https://t.co/Cf7tjXGvch via @amazon
12088                                                                                                                 @MLS @Audi We’re not done yet! #SaveTheCrew https://t.co/KdTBSu0qX6
12089                                              RT @cmcgeesmith: #MajorCrimes Season 6 Premiere October 31st 9/8c TNT Make sure u watch❤ #SaveMajorCrimes @amazon @CBS @AllAccessCBS… 
12090                                                          @Ryanair @Ryanair when can I expect to be contacted? I was told 24 hours. Next I was told it would be days. Still no word?
12091                                               RT @DublinAirport: Want to win 2 return flights to Naples from @DublinAirport with @Ryanair? Just follow us &amp; retweet to enter.… 
12092                                                                                                               RT @AgainstSugarTax: @CathyMcAlle @mayor_anderson @CocaCola We agree.
12093                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12094                                                                                            RT @Reuters: Trump chief of staff's Civil War comment draws fire https://t.co/2ZmJ0TNlQs
12095                                               RT @DublinAirport: Want to win 2 return flights to Naples from @DublinAirport with @Ryanair? Just follow us &amp; retweet to enter.… 
12096                                                            Check out 1977 Topps Nolan Ryan California Angels #650 Baseball Card #CaliforniaAngels https://t.co/gZS2UnzT7X via @eBay
12097                                                                     @CherFeldman @pitbull @LuisFonsi @aliciakeys @LennyKravitz @salesforce This is going to be a really great year!
12098                                                                                                       RT @UnboxTherapy: Yo @Apple where's my experience bro https://t.co/0yrBQHNSQO
12099                                                    RT @SandieCheeks123: @TMobile Let's winnn this trip!!!!! #Thankenstein #Contest  we love T-Mobile 💖💖💖 https://t.co/SYz1POvYsm
12100                                                                          @TMobile Last year hubby and I were little red riding hood and the big bad wolf :)  #Thankenstein #Contest
12101                                        RT @businessinsider: Saudi Arabia will allow women to enter sports stadiums from 2018 https://t.co/hJIG5HGNLX by @Reuters https://t.co/CSeq…
12102                                        @TMobile Bartender serves a full-bodied wine.  It's a BYOB alternative with plenty to share boxed wine served.  Cor… https://t.co/Uif4qQhKqO
12103                                                                                                   RT @Disney: A fright fit for a king. 🦁 Happy #Halloween! https://t.co/FH4ZcHP7lC
12104                                                Check out Bucilla Claus' Anniversary Christmas Felt Stocking Kit Mr &amp; Mrs Claus Santa #bucilla https://t.co/VwjPp7iGeE via @eBay
12105                                                                        RT @Reuters: White House chief of staff calls for special counsel to probe Democrats https://t.co/dISS2iEqLT
12106                                                                       Check out Juicy Couture Woman Velour Tracksuit Sz L Purple Long Sleeve Full Zip https://t.co/xKSa3O71CF @eBay
12107                                                                                                  @TMobile Happy Halloween everyone!  #Thankenstein #contest https://t.co/d2uoSysE1W
12108                                                        Check out Hand Knit 16x16“ SET 2 Throw PILLOWS INSERT INCLUDED by Katy S. #HandmadebyKatyS https://t.co/HBtEn4eAUC via @eBay
12109                                    RT @DublinAirport: Win 2 return flights to Naples from @DublinAirport with @Ryanair. Follow us &amp; retweet to enter. #DUBNaples https://t.co/…
12110                                                                                                                                            @Apple why TF can’t I️ type I on my phone
12111                                        RT @fleccas: @latinovictoryus @RalphNortham @EdWGillespie @Ford @TuckerCarlson why is @ford allowing their truck to be featured in this rac…
12112                                                                                                          RT @Disney: Suit up for a super #Halloween. 👶🎃🔥 https://t.co/htRrKtULAb
12113                                                                                                                                  @messyfishsauce @Reuters Not news enough @CNN nada
12114                                                         Check out Vintage Rustic HORSE HARNESS Hanes Collar yoke Farm Barn Metal Primitive Brass  https://t.co/dY57bSUNx8 via @eBay
12115                                    @Amy_Siskind @facebook @facebook @Twitter &amp; anyone else-no one is buying your big Oopsie. This is our #Democracy FF… https://t.co/obd5f2UXNw
12116                                                                              Check out Contender Light Blue Denim Biker Jeans With Zippers Size 38x34 https://t.co/SlT8wIArAO @eBay
12117                                                                                              @kimkomando The irony I escaped @sprint for a much better @TMobile does not escape me.
12118                                                                                      @Starbucks Junior Barista training for #Halloween2017 #Bestcostumeever https://t.co/7ZNUFwErAV
12119                                        RT @Sarahsue1234: @netflix My only disappointment with #StrangerThings was that #Hopper didn't punch anyone in the face @DavidKHarbour http…
12120                                           Check out Wisdom Yarn Sock Wool Polyamide Purple Variegated Knit Crochet 1 Skein 437 Yd #Sockyarnwisdom https://t.co/h9uxrQ6a7N via @eBay
12121                                                                           @BigMikeInAustin @Microsoft @bing They already call me too help me fix the viruses in my computer router.
12122                                           RT @patronsaintofca: @Tesco your plan to label Scottish produce as British has lost you a customer. I won’t be back #keepScotlandtheBrand
12123                                         The new @Ford #EcoSport is above 80 percent localised as against 60 percent in the last model. Aiming to about 90%… https://t.co/PcIOQI3BUy
12124                                                                                       @TMobile Here is my cute unicorn for Halloween #Thankenstein #Contest https://t.co/1pyR5cqZp0
12125                                                    RT @Diana32163: @latinovictoryus @RalphNortham And for good measure. #BoycottFord @Ford with going along with this propaganda 😡
12126                                                                                                                                                     @CPJones_18 @amazon Thank you!!
12127                                                                                          RT @Reuters: CME to launch Bitcoin futures https://t.co/Vk4WTG8SKa https://t.co/L9YaTL10kf
12128                                        Check out the #bestselling #Dogleash on #amazon➡ https://t.co/QKFZVvbgQm ⬅ https://t.co/ve7yzbDPBd @amazon https://t.co/9m9HZHTfxV #giveaway
12129                                                                                                       RT @netflix: name a more iconic duo. i will NOT wait. https://t.co/8Iz0sPGWmH
12130                                            RT @Reuters: Exclusive: Swiss prosecutors seek widening of secrecy law to bankers abroad https://t.co/J7o7M08XjB https://t.co/Zc9MOUtdSX
12131                                                            @jonnyjlm No offense but can we get the old one back lol. Can you tell @CBS that we want to see season 6 already? Thanks
12132                                                       Check out Gildan Activewear Ultra Blend Youth S boys short sleeve Polo shirt Grey Hthr NOS  https://t.co/l8ig5vBfDg via @eBay
12133                                                                                                         Are @Starbucks Christmas cups really out already?? I really really hope not
12134                                                 RT @vikingpeder: @jimgeraghty Wonder what @Ford has to say about being the preferred truck of apparent Virginia racist deplorables?
12135                                             RT @JoseAltuve27: HTown Strong! RT this post with #HR4HR through the World Series and @TMobile will donate $2 for each to hurricane r… 
12136                                                                                                                               RT @Apple: A new generation of iPhone. Available now.
12137                                                                                                          RT @Disney: Suit up for a super #Halloween. 👶🎃🔥 https://t.co/htRrKtULAb
12138                                          RT @LikelyTreasures: Check out Rawlings Youth Baseball Glove Derek Jetted RBG192T Sports Equipment https://t.co/8R7jk2POfY @eBay #BaseBall
12139                                        Check out the #bestselling #Dogleash on #amazon➡ https://t.co/losmYUXvK5 ⬅ https://t.co/tPvlH1O7L6 @amazon https://t.co/xpCcNRLp8a #giveaway
12140                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12141                                                                                CANON POWERSHOT DIGITAL CAMERA ELPH 115 IS 16 MP BLUE + BOX #Canon https://t.co/7g0q3wUWbt via @eBay
12142                                                                                                                          RT @netflix: True sight right here https://t.co/IVwCJPH7N0
12143                                                                                                          RT @Disney: Suit up for a super #Halloween. 👶🎃🔥 https://t.co/htRrKtULAb
12144                                                                                                         Mixed reality workshop at #FutureDecoded @Microsoft https://t.co/iYXMhxAkSt
12145                                                RT @GeTeMviLLe: @spoookymami @Pr1ncessSyd @Doctor_n_Clara @charleygoff_ @Android @Apple That’s cuz the pics so grainy your Android… 
12146                                                    RT @Reuters: Airbus's legal troubles grow as admits inaccurate U.S. arms filings https://t.co/ppquVjY6LQ https://t.co/qicxd4ptQ5
12147                                                                                   Check out NORA ROBERTS LOT (16 NOVELS) INSTANT COLLECTION! VG!  https://t.co/UHqQz9NoBp via @eBay
12148                                                                                                                          RT @Disney: ✨ Rather be shiny. ✨ https://t.co/K3WIAbhCWB
12149                                        RT @therealautoblog: The classic @VW Beetle has a loyal following in a place you might not have guessed. https://t.co/MdJMunkAx6 https://t.…
12150                                                 RT @MAXISCreations: Cool to see @amazon helping to #SayDyslexia. My story on the homepage right now! #BeUnderstood @UnderstoodOrg… 
12151                                                    RT @TripAdvisor: Travel doesn’t just refresh you — it can transform you ✨ #WhyWeTravel #TuesdayThoughts https://t.co/7K9K8ObquC
12152                                                    RT @wusa9: Dug from MD is dressed like a @UPS delivery driver.  How are your pets celebrating #Halloween? Send us your picture… 
12153                                                                2008 W US Mint Uncirculated Dollar Set With The Rare W Silver Eagle &amp; 5 Golden $  https://t.co/Q7RABxzGA5  @eBay
12154                                                           RT @IBM: The 5nm transistor. What 30 billion switches on a finger-nail size chip means for you: https://t.co/kuudqMUs0e… 
12155                                               RT @SenDonnelly: (1/2) READ: Joe and @SenToddYoung sent a letter to @amazon urging them to strongly consider Indiana for its second… 
12156                                                                                                          RT @Disney: Suit up for a super #Halloween. 👶🎃🔥 https://t.co/htRrKtULAb
12157                                                                                                 Another $2 donated to hurricane recovery by @TMobile! Use #HR4HR to join the cause!
12158                                                                                                                     @AskeBay and wtf I have to pay @FedEx for fuel? ridiculous fees
12159                                                                      RT @Reuters: Exclusive: U.S. states to expand generic drug price-fixing suit - sources https://t.co/kJ5w5ePbMA
12160                                                  RT @Reuters: JUST IN: Trump will not visit demilitarized zone on border of North and South Korea during Asia trip - administrati… 
12161                                                   RT @Boeing: Make no bones about it - exoskeletons give Boeing mechanics a helping hand on Halloween and every day while testing… 
12162                                                                                                 Another $2 donated to hurricane recovery by @TMobile! Use #HR4HR to join the cause!
12163                                             #HoboNickel A CRY IN THE WILDERNESS #Eagle #Coin by #HowardThomas https://t.co/n5zEcc86sa via @eBay @PurrgatoryCats @Hobo_Nickel_Soc RT
12164                                                    Chatting all things Tech Trends with @mdwigs at #FutureDecoded. Podcast out soon @MicrosoftUK @Microsoft https://t.co/xYWtww3U4X
12165                                                                                    RT @netflix: We’re all in this curiosity voyage together #StrangerThings https://t.co/LBC4W0TpFX
12166                                                                                                                                             @Reuters We are becoming Flat Earthers.
12167                                             #Clearance #Nautica NWT NAUTICA 2Pc Blue Island Living T-Shirt &amp; Tan Cargo Shorts Outfit Boys 2T  https://t.co/eYnfxPjoca via @eBay
12168                                        RT @SchoolOfEng_UoE: 1 day until the fair. @GSK @AECOM @RollsRoyce @transcotland COMAC will all have stands. @uofedcareers #EdEngineeringFa…
12169                                                                                         @Reuters If you want to visit the DMZ you morons think he should telegraphic come on people
12170                                                            Check out NEW MICHAEL Kors Grace TIGF-T Gold Stud &amp; Bow Detail Toddler Boots Size: 9 M https://t.co/mT2GZGyoZA @eBay
12171                                                                                                          RT @Disney: Suit up for a super #Halloween. 👶🎃🔥 https://t.co/htRrKtULAb
12172                                                                                                          RT @Disney: Suit up for a super #Halloween. 👶🎃🔥 https://t.co/htRrKtULAb
12173                                                            Check out Levi's Signature Women Blue Curvy Boot Cut Jeans Size 16 L/C #Levis #BootCut https://t.co/KFgn2cVUaS via @eBay
12174                                                   Check out Decorative Masks Handmade Set of Unique Folklore Woven Faces Tiki Island Tribal #Tiki https://t.co/DT6vxAd86l via @eBay
12175                                        RT @DNB_Marketing: Discover — and grow — your most valuable business relationships with D&amp;B Optimizer for @Microsoft. Get the details:… 
12176                                              RT @cmcgeesmith: #MajorCrimes Season 6 Premiere October 31st 9/8c TNT Make sure u watch❤ #SaveMajorCrimes @amazon @CBS @AllAccessCBS… 
12177                                                                                            RT @Reuters: Trump will not visit DMZ during Asia trip: official https://t.co/QPzCl0WO0d
12178                                                                                                                                  @4L1Fx @adidas @adidasUS @adidasoriginals Dope :)!
12179                                                                                         18.7 Thousands Views on @facebook !!!! Thank you for the support!!! https://t.co/DKnZtJfn7N
12180                                                Check out Barber Cape Hair Cut Hairdressing Nylon Salon Cloth Style Waterproof Easy Clean #Gospire https://t.co/zlvqlej6zv via @eBay
12181                                                                                                      @TMobile couldn’t do something better for T-Mobile Tuesday’s!? It’s a holiday!
12182                                                                                                               @HSHotMess @HeyItsJacobs @netflix Still why can't they keep it going.
12183                                                                                                          RT @Disney: Suit up for a super #Halloween. 👶🎃🔥 https://t.co/htRrKtULAb
12184                                    RT @Starbucks: This two-story store is home to clay roof tile walls &amp; cup sleeves that reference Chinese textiles. #WhereInTheWorld https:/…
12185                                                                                                                                                              @Reuters thats too bad
12186                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12187                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12188                                                    Check out J.Jill Authentic Fit Slim Leg Women Stretch Jeans Size 4 #JJill #SlimFitAuthenticfit https://t.co/nTIjAfq2T8 via @eBay
12189                                                            Check out Levis Women Dark Blue Cuffed Cropped Capri Jeans Size 4 #Levis #CapriCropped https://t.co/73yheOH0OZ via @eBay
12190                                        @TMobile this was THE costume though! 4 #Thankenstein I was #CyndiLauper and my man was #CaptainLouAlbano! Hows tha… https://t.co/jTlTvc4Pac
12191                                                                                                          RT @Disney: Suit up for a super #Halloween. 👶🎃🔥 https://t.co/htRrKtULAb
12192                                                    @TMobile #thankenstein #contest no costume I’m in construction and can’t do all that. Nothing for this guy. Thanks tmo #nothanks
12193                                        RT @finalgirldsigns: Check out Vintage Necklace Lot Medium Flat Rate Box Full Unsorted Beaded Chains  https://t.co/I2cnGRM6j7 via @eBay #Au…
12194                                                                                                                                @ThatSh_tKrahe @ATT TELL ME HOW YOU REALLY FEEL GIRL
12195                                                                     RT @Starbucks: Fun fact: haunted coffee tastes just like normal coffee. #HappyHalloween https://t.co/ZK1yLEo5Oy
12196                                        RT @JonyIveParody: I decided to dress up as something really scary for Halloween. @Samsung #HappyHalloween #OneMoreThing https://t.co/CYCGJ…
12197                                        RT @HuevosDeChivo: . @Ford did you approve of Ford’s logo in this video? If not have your lawyers file copyright suit on @RalphNortham http…
12198                                                                                                 Another $2 donated to hurricane recovery by @TMobile! Use #HR4HR to join the cause!
12199                                              Hello @Walmart I'm hoping you might potentially be able to help me out with a bit of truly exceptional international customer service?
12200                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12201                                                                                         @HP @HPIndia Please look into Issue. Hoping for valid reply. Thanks https://t.co/EMnaJTbXcY
12202                                        RT @GVFTMA: Great speakers at @ChamberPHL event Growth and Prosperity for All @Saxbys @comcast @UnionPackaging @TempleUniv https://t.co/L0d…
12203                                        One of my favorite films ever: Grave of the Fireflies on Blu-ray for $11 @amazon https://t.co/gu6umK1bIC via @dealnews #anime #bluray #deals
12204                                                                     Talking w/ Rob Cockman about @CPESN at @cardinalhealth #RBC2017 https://t.co/J8NjXP1JuN https://t.co/MpbGYR51aX
12205                                                                                                          RT @Disney: Suit up for a super #Halloween. 👶🎃🔥 https://t.co/htRrKtULAb
12206                                               RT @TMOMagMile: FREE @fmchocolate today ONLY for @TMobile customers at #TMobileMagMile 700 N. Michigan Ave. Chicago. While supplies… 
12207                                                                                                          @AmericanVoterUS @CNN @ABC @nbc @CBS @FoxNews How much did #SOROS pay him?
12208                                            RT @McCue217: @TMobile Halloween2017- Mr. And Mrs. Poopybutthole #RickandMorty #Oo-wee! #Thankenstein + #Contest https://t.co/HaXTG8jxUh
12209                                                                                                            @TMobile Happy Halloween! #Thankenstein #contest https://t.co/lhK8jqd1P9
12210                                                                                RT @modmktrapril: Salon A now with @Oracle @AdamStroud and @Certain #sdtechx https://t.co/TYMZLWKVY7
12211                                        #contest @TMobile #Thankenstein I wasn’t allowed to dress up tonight since I work but I figured this is better than… https://t.co/KjLhDd43FB
12212                                                  @verizon all you gotta do is click a couple damn buttons to turn service on and off so how is that worth $15? absolutely shameful!
12213                                            RT @McCue217: @TMobile Halloween2017- Mr. And Mrs. Poopybutthole #RickandMorty #Oo-wee! #Thankenstein + #Contest https://t.co/HaXTG8jxUh
12214                                           STACY ADAMS MENS SPORTCOAT/JACKET SZ 46L BROWN/LT BROWN PLAID POLY/RAYON 4 BUTTN #StacyAdams #Blazer https://t.co/nHroTH2N4G ...via @eBay
12215                                                   RT @Reuters: Top 250 firms emit third of CO2; few have strong goals to cut: study https://t.co/SkjVxku5fL https://t.co/51jsb7Kt1M
12216                                             It all started on HALLOWEEN! #halloweenread #romcom The Two-Night One-Night Stand by Ryan Ringbloom https://t.co/MVCvOnRiDa via @amazon
12217                                                                                                                                              @PopCrave @NICKIMINAJ @hm queen of rap
12218                                                     Check out Xhilartion sz 1 pants slacks jeans capri cropped barbery 28x23 juniors #Xhilaration https://t.co/LC0tYrUSxk via @eBay
12219                                                                                                          RT @Disney: Suit up for a super #Halloween. 👶🎃🔥 https://t.co/htRrKtULAb
12220                                           @CBS you’re not @HBO or @Amazonv or @netflix stop trying to be. I was excited for @startrekcbs but I won’t pay you for the privilege 👎🏼
12221                                               RT @tazmacc: Check out MPOWERD Luci EMRG - 3-in-1 Emergency Inflatable Solar Light Camping #MPOWERD https://t.co/Eu27jCFj3x via @eBay
12222                                                          Check out Glittered Wooden #Christmas #ORNAMENT ~ Deer with  Basket~ Vintage Card Image  https://t.co/1gTUF3AmQg via @eBay
12223                                                       Check out Set Of Empty Cans DISCOVER THE SUMMER from Ukraine LE 2017 - 5 pcs. Open bottom!  https://t.co/OpfutSz6cE via @eBay
12224                                          RT @AmericanExpress: Last day to #VoteYourMainStreet! Visit https://t.co/86mU2h2JNT to unlock $2MM in preservation grants for 25 sites a… 
12225                                        @Reuters Funny how this Gold Star General doesn't count. But Kahn could attack Trump and when he clapped back all f… https://t.co/7PfgnCNmLd
12226                                                              RT @Starbucks: Our friends from @headandtheheart stopped by to share their gift—so we wanted to share this with you:… 
12227                                                                                                          RT @Disney: Suit up for a super #Halloween. 👶🎃🔥 https://t.co/htRrKtULAb
12228                                                                Check out PIER 1 STONEWARE RECTANGULAR SERVING PLATTER WROUGHT IRON HANDLE B&amp;W NEW https://t.co/BWWCpdBajB @eBay
12229                                                                        RT @Reuters: Senators to introduce bill to protect state voting systems from hacking https://t.co/qbS7ojobgx
12230                                            RT @McCue217: @TMobile Halloween2017- Mr. And Mrs. Poopybutthole #RickandMorty #Oo-wee! #Thankenstein + #Contest https://t.co/HaXTG8jxUh
12231                                                                                                             @RobinsGen @eBay Your tweets are protected.. can't retweets your items.
12232                                                  Check out Vtg Noritake 3 Footed Bowl Hand Painted Nautical Swan Lake Pink Sunset Scene #Noritake https://t.co/hpZbfhb34V via @eBay
12233                                                                                              RT @drceciliaplaza: @ASAEannual @McCormick_Place @ChooseChicago @Starbucks Can’t wait!
12234                                            @PriceIsRight whatever happened to the YouTube video that showed the “episode in the making” and how it’s all done? @CBS @FremantleMedia
12235                                            RT @McCue217: @TMobile Halloween2017- Mr. And Mrs. Poopybutthole #RickandMorty #Oo-wee! #Thankenstein + #Contest https://t.co/HaXTG8jxUh
12236                                                                                                                                              RT @Nike: Get in a routine. Not a rut.
12237                                                                            Global steel output lowest since February as China smog war intensifies https://t.co/mcL73ilidh @Reuters
12238                                                                                                                                      @TruthfulQuitter @ItCanWait @ATT Are you sure?
12239                                                      Check out Glittered Wooden #ORNAMENT Victorian #Christmas ~Girl and Green Hat~~Shabby Chic   https://t.co/NErKbu0qHq via @eBay
12240                                        @UnboxTherapy @Apple Love how all the big youtubers are mad they didn't get invited like they're entitled. Proves h… https://t.co/5HELXwyyGB
12241                                                                                                           @TMobile Ranch Dressing... #Thankenstein+#Contest https://t.co/tY7IeZYTk7
12242                                                                 RT @amazon: #HurricaneIrma is expected to hit Florida later this week. Prepare your home with tips from @Redcross… 
12243                                                  Our Disney pumpkin!! @DisneyAnimation  @WaltDisneyWorld @Disney  #halloween #mickeyskeleton  #4hourslater… https://t.co/dAQ1VaBbON
12244                                                             . @netflix is reportedly exploring options for a @HouseofCards spinoff: https://t.co/P4TkOmmuzL https://t.co/PVLLBjHHwR
12245                                                             . @netflix is reportedly exploring options for a @HouseofCards spinoff: https://t.co/P4TkOmmuzL https://t.co/PVLLBjHHwR
12246                                                                                   @KendonJared @TheJimCornette @netflix DUDE Spacey is a pedophile he abused a CHILD you dumbfuck !
12247                                                                              fun fact: my nights usually consists of drinking wine and watching @NewGirlonFOX via @netflix #madt307
12248                                         @JohnLegere @JohnLegere Sadly by doing things like changing JOD to charge down payments @TMobile may be becoming a… https://t.co/KMZrLSUahM
12249                                                   Today is day 5 waiting on an @amazon same-day delivery. What are the odds it actually shows up today? I'm guessing less than 10%.
12250                                                        Check out Knit Hat Rainbow Peace Mohawk fringe sweater winter 10-14 The Children's Place   https://t.co/3G46zzGie7 via @eBay
12251                                        RT @JonyIveParody: I decided to dress up as something really scary for Halloween. @Samsung #HappyHalloween #OneMoreThing https://t.co/CYCGJ…
12252                                                                                RT @Reuters: U.S. lawmakers turn to tech sector for answers on 2016 election https://t.co/tpnNMStqGR
12253                                                           Check out Glittered Wooden #CHRISTMAS #ORNAMENT~ Girl With Gifts~Vintage Card Image ~   https://t.co/DPc8gqneGn via @eBay
12254                                                                                                When Dogs Bark 2  https://t.co/u9m4nFE88W via @amazon #gay #Amazon #books #bookstore
12255                                                                                                                                    @netflix why haven’t you added full house yet???
12256                                                   Check out Vintage Original Soviet Russain Iron Tin Toy Soldier USSR Set Black 10 Soldiers #USSR https://t.co/spQuFYMEt1 via @eBay
12257                                                                        @TMobile My handsome son @uva #thankenstein #contest #tmobile @cnn #fakenews #resist https://t.co/N9nuEmm35Z
12258                                                                             First ever live crypto index by @Reuters and @hedgetoken  - https://t.co/K0afZQHFce via @Irish_TechNews
12259                                             RT @andrefjc: @TMobile @DunkinDonuts Me as Jesus performing last supper #StudioEdition #Thankenstein + #contest https://t.co/1pQPbDjlD6
12260                                                                                   RT @Reuters: U.S. states move to expand generic drug price-fixing lawsuit https://t.co/3UWmbw3FSj
12261                                                                                                         @Ford you approve of ur Truck in this advertisement https://t.co/iWNpqL8AQP
12262                                                                      RT @bethshak: When do I call @AmericanExpress and book a hotel? #superstitious @Eagles https://t.co/flbT5JWxQn
12263                                                    RT @emmalizallen: Autumn @ASOS haul and try on! https://t.co/3ZL0e8WHVQ #fbloggers #grlpowr #thegirlgang https://t.co/PshSzQZOdW
12264                                                                                        @dougerman556 @charmedoutfits @MarkDice @netflix Coming from a Trump supporter this is rich.
12265                                                                                                                                       @PopCrave @NICKIMINAJ @hm Queen of everthing!
12266                                                                           RT @Reuters: Senators to introduce bill to boost cyber defenses of voting systems https://t.co/PHd1x1fcX8
12267                                                  RT @TMobile: IT'S ALIVE! ⚡#Thankenstein lives! Tweet your costume pics w/ #Thankenstein + #Contest for a chance to win a London… 
12268                                                        @TMobile @DunkinDonuts When you pick a winner. Might be smart to tag the actual person that won . So we all know it's not BS
12269                                                       Check out Vintage Collectible Halloween Pins Black Cat Ghost Pumpkin Bats Grave Decoration  https://t.co/jFpU8ZmAyW via @eBay
12270                                                                                                                                                 can’t type the letter “I️” 😭 @Apple
12271                                                  RT @Reuters: JUST IN: Trump will not visit demilitarized zone on border of North and South Korea during Asia trip - administrati… 
12272                                                                                                            @Professorbroman @PayPal Aw man hope you get that resolved to your favor
12273                                                           @Starbucks forgot the caramel in my caramel macchiato. I know I need to lose weight but I was looking forward to that. 😭
12274                                        RT @fleccas: @latinovictoryus @RalphNortham @EdWGillespie @Ford @TuckerCarlson why is @ford allowing their truck to be featured in this rac…
12275                                  My babies 1st Halloween and she hasn't got a costume because it's been delayed untill tomorrow &amp; too late 2 go elsewhere thanks @Tesco 🎃 😩🙃
12276                                                                             @TMobile Mermaid life 💙💙💙 Happy Halloween T-Mobile!🎃 #Thankenstein #Contest https://t.co/l8VXbay45K
12277                                                                                 @TMobile Miraculous Ladybug is here to save the day! #Thankenstein #contest https://t.co/uZzbsTijuB
12278                                                                                          @TMobile The mayor of Halloween town is in! #Thankenstein #Contest https://t.co/jHbL177UeR
12279                                                                                                                            @cianw @quidco @bookingcom Sad Customer Service indeed..
12280                                                                                                                                                                      Jump? @TMobile
12281                                                                             #Win a @Bayer Cold &amp; Flu Essentials Prize Pack via @raindrpsunshine #CanWin https://t.co/6lw75VYcA0
12282                                                                               @netflix JUST MAKE HOUSE OF CARDS ABOUT CLAIRE. All we really wanted anyway was to see her crush him.
12283                                                                         RT @Nike: The best of today meets the best of tomorrow. @OBJ_3 crashes #TheOpening. https://t.co/B4i5A8Hk3W
12284                                      Sigh. @instagram &amp; @facebook were so much better when you could see stuff IN ORDER OF WHEN IT WAS POSTED. Now it's repetitive and useless.
12285                                               Stay ahead of the times with this @gleamapp giveaway for the new @Apple Watch Series 3 with GPS + Cellular 👇 https://t.co/Eizslw4J0Z
12286                                                                  Check out KEEN Sz 13 Kids Boys SNEAKERS Shoes Red Rockets NASA Space Stars Gray Moon https://t.co/sCvdWbQ1zs @eBay
12287                                                    Check out Bissell Lightweight 3-in-1 Stick Vacuum Corded Carpet Hardwood Vac Bagless  #BISSELL https://t.co/Z2Ous7p4WE via @eBay
12288                                                                 RT @DebsNovels: When The Circus Came To Town #T4US #evil #teens #horror #circus https://t.co/W40fXN57TT via @amazon
12289                                                                          RT @Nike: World's Greatest. Again. @AshtonJEaton https://t.co/UvPVldeE31 #justdoit https://t.co/63rOzdqEhV
12290                                                                                   @TMobile Wonderbaby! #Thankenstein #contest #WonderWoman #TMobileTuesdays https://t.co/hI1cFicxs9
12291                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12292                                             Fujitsu is a long-time @salesforce system integration partner. See how we turn expertise into action at #DF17.… https://t.co/LhmbmydDQI
12293                                                       Check out Women's Size M Slightly Sheer Black w/White Longer Blouse by Twentyone #TwentyOne https://t.co/KtZOQyFyPJ via @eBay
12294                                                                                              RT @milliebbrown: Everyone go binge #StrangerThings 2 @netflix https://t.co/viGpvNgP3o
12295                                        @AHamiltonSpirit @Mkblack64Black @CNN @maddow @MSNBC @CBS @nbc Amazing job with Putin !!!!!! Trump needs to get a l… https://t.co/1pw42X9bOV
12296                                        RT @justiceleaguewb: Welcome to #Batman Week. Find out more about Batman in #JusticeLeague with @ATT: https://t.co/8TxuOa4vRO https://t.co/…
12297                                                Check out Coldwater Creek #HandPaintedJeans Size 8 ONE OF A KIND #OOAK #ColdwaterCreek #SlimSkinny https://t.co/MdzsUhYHc0 via @eBay
12298                                                                                                                               RT @Apple: A new generation of iPhone. Available now.
12299                                                                                     RT @Reuters: Trump says he is not looking to phase in corporate tax cut https://t.co/BFwvly1LWD
12300                                                                                             Great customer service @TD_Canada @Aeroplan @Visa! You made my day yesterday. #thankyou
12301                                         Check out Women's New Directions Size Small Pants Flare #NewDirections #Flare #pants #shop #fashion #ebay https://t.co/go2Almu82d via @eBay
12302                                        RT @justiceleaguewb: Fans are excited to Join the League during #JLHalloween at local @ATT stores: https://t.co/ZItZ1Ww4oj #JusticeLeague h…
12303                                        @WyrmbergSabrina @Tesco Of course not. Halloween finished yesterday for supermarkets. It's all about squeezing prof… https://t.co/WlXa9LGBCv
12304                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12305                                                     Check out BRAZIL NATIONAL TEAM 2004 2006 #9 RONALDO SHIRT JERSEY TRIKOT CAMISETA NIKE M #Nike https://t.co/xX2cTQj4RW via @eBay
12306                                                Check out Kate Spade NY Womens WLRU2786 Jodi Blake Ave Black Nylon Medium Cosmetic Case #KateSpade https://t.co/VbJOH49xZa via @eBay
12307                                          Check out Women's Danskin Now Fitted Size Small S (4-6) #Danskin #workoutshirt #athletic #fitted #purple https://t.co/KFgUXvnNrF via @eBay
12308                                                                 @amandau @Starbucks My cousin does this! I think it is such a cute idea &amp; some of the regional designs are fab.
12309                                                                                                 @TMobile Wearing my T-Mobile cape today. Happy hallowed Day https://t.co/cYob5ALhMt
12310                                                     RT @MYCoeliac: Chicken stir fry in a coconut and lemongrass sauce all ingredients sourced @Tesco #glutenfree #coeliac #Foodie… 
12311                                           RT @patronsaintofca: @Tesco your plan to label Scottish produce as British has lost you a customer. I won’t be back #keepScotlandtheBrand
12312                                                       Check out Fire Agate Pendant Necklace ~ Pink Oval Stone Cabochon / Brass ~ Unique Jewelry   https://t.co/sbzdBedi8v via @eBay
12313                                                                                                   RT @Loeeeyy: @Reuters I'm crying😭😭😭😭 finally my ot9😭 https://t.co/WHY8c5T1iW
12314                                                                                                                                     @Disney Happy Halloween https://t.co/NC73prFnA8
12315                                             She represented an addiction he'd failed to master. WILDER'S WOMAN https://t.co/bDgx6sECyu  #DEbk #pdf1 @amazon https://t.co/zVEIbxSFMA
12316                                                                                             @Tesco @Morrisons u need to battle bcos one of these is large and one is absolutely not
12317                                         RT @Reuters: U.S. sees China in 'retrenchment' on move toward market economy: U.S. official https://t.co/vFoywwJ3ui https://t.co/HgNGJOBZyo
12318                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12319                                                                                                 Another $2 donated to hurricane recovery by @TMobile! Use #HR4HR to join the cause!
12320                                                           RT @Reuters: Trump has 'warm rapport' with Philippines' Duterte: official https://t.co/KGYLn2aGk0 https://t.co/CIt7BO9fg8
12321                                                                            RT @axs: Talking with @JudahWorldChamp ahead of his new @netflix comedy special which premieres today.… 
12322                                               @Ryanair @Ryanair tried contacting the claims team via live chat but have been waiting three hours and still haven't been transferred
12323                                          RT @salesforce: High-performing marketers embrace the full power of #AI. Proof right here: https://t.co/zMowG2u6DV https://t.co/qdHlUaZMhY
12324                                                                    Check out Vintage Signed Darlene Two Toned Christmas Poinsettia Flower Brooch Pin  https://t.co/gXLrRQSm9y @eBay
12325                                                     RT @MYCoeliac: Chicken stir fry in a coconut and lemongrass sauce all ingredients sourced @Tesco #glutenfree #coeliac #Foodie… 
12326                                                                       Check out NWT Kensington Eastside sweater men size XL #Kensington #14button https://t.co/8KJHuKZ9rn via @eBay
12327                                                       RT @McDonalds: So what’ll it be this #Halloween: a trick or a treat? Let us know below. #TrickorTweet https://t.co/xwjAZp0C2v
12328                                                                                                                    Check out my listing on @eBay: https://t.co/jYLaFBSD40 via @eBay
12329                                                    RT @amazon: When daily innovation becomes lifestyle renovation: this stay-at-home mom goes entrepreneur. Watch the full story:… 
12330                                        Check out SLEEVELESS BLACK &amp; WHITE LEOPARD AND PAISLEY SILKY &amp; STRETCHY TOP SZ L by MILANO #Milano https://t.co/OnQrrI9183 via @eBay
12331                                                     RT @Ford: We’re taking you behind the scenes at #FordSEMA to showcase the passion and ingenuity behind the #SEMA2017 customiz… 
12332                                                                                @facebook is dumbing down the US. Social media will make you a social idiot. https://t.co/6DFn6zSSH3
12333                                                                Womens Funny Elf Merry Christmas Snow t-shirt Small Brown Ugly Elf Merry Chri... https://t.co/uPxOZPKkDq via @amazon
12334                                                       RT @tulipteardrops: Pop Art  Butterflies  acrylic original ACEO painting  butterfly #PopArt https://t.co/px7nWA8R0W via @eBay
12335                                                                     RT @Starbucks: Fun fact: haunted coffee tastes just like normal coffee. #HappyHalloween https://t.co/ZK1yLEo5Oy
12336                                                               RT @Reuters: U.S. consumer confidence near 17-year high; wages rising https://t.co/zvFDcChcZp https://t.co/jfYv1y2KTk
12337                                                                                                                RT @Disney: Be prepared for spooky times. 🦁 https://t.co/GVgJhLfrYW
12338                                        @Expedia So @Expedia confirmed that it lets people buy cancelation insurance knowing that it will be useless. No an… https://t.co/QvSF4fIqts
12339                                                                             Check out New with tags Ashro animal print long duster size XL #Ashro https://t.co/XCGbTbMknA via @eBay
12340                                        RT @GragnaniReport: So @Apple comes out w these software updates to purposely like freeze my phone. I’ve had no problems before the new sof…
12341                                       RT @TheRealMikiYork: Just another normal #Halloween trip to @Tesco 🎃 Would you be scared😱 @reallychannel #Halloweek https://t.co/TDqZ8xELFW
12342                                                Check out Reese Li Coated Canvas Small Diaper Bag With Changing Pad Inside Excellent Cond #ReeseLi https://t.co/zLMsm0YVnr via @eBay
12343                                                             RT @Nissan: Like we need a reason to unleash the beast. 😈  🎃 #HappyHalloween 📷: bmcgannphoto https://t.co/G1rql55HeD
12344                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12345                                                         Check out Price Guide Hero Illustrated Magazine Comic Books No 11 May 1994 Mort Drucker   https://t.co/37mnQimZRO via @eBay
12346                                                                                                                            RT @netflix: Last minute costume idea: Eleven as a ghost
12347                                                                                                                                              @InghamFamily @Disney please follow me
12348                                                            @TMobile @BeammMeUppp lets win a trip 💯💯 #Thankenstein #contest #sharkheadmaui #moana @TMobile https://t.co/yz8Pf7z775
12349                                                                                                                   RT @netflix: you're doing amazing sweetie https://t.co/pYESU8DdWK
12350                                                                                      RT @Reuters: Puerto Rico calls on U.S. utilities to help restore power https://t.co/sSUEttX03U
12351                                                                      RT @MLS: All the controversial moments from last night's @Audi #MLSCupPlayoffs action. https://t.co/md50ruESGC
12352                                              @TMobile Costumes from #RaveofThrones last weekend. Fun night thanks to @KristianNairn! #contest #Thankenstein https://t.co/zzs1BhRDwo
12353                                          @Hyundai @Kia This awful company defended Kia dealer in Lansing who endangered my life. They don't care if you die. Beware these vultures.
12354                                                        RT @samidoriya: The gate. I opened it. I'm the monster. @Stranger_Things @netflix @milliebbrown #StrangerThings #Halloween… 
12355                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12356                                        @Apple @tim_cook y’all are falling apart on the #iPhoneX too 😑 You should be ashamed. #unconventional #inovation #StillWaiting #WorkWithMe!
12357                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12358                                                          Check out Vintage White Poinsettia Flower &amp; Holly Christmas Ribbon (One Yard-36 Inches). https://t.co/UuW2bcdPQz @eBay
12359                                         the second prime order in a row that the delivery date has changed to some day after the “guaranteed” day @amazon what am I️ paying for🤦🏾‍♀️
12360                                                  RT @Reuters: New Jersey pastor sentenced to five years for bitcoin exchange scheme https://t.co/yQ4alz9lkd https://t.co/PKvvCUdDo6
12361                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12362                                                             RT @McDonalds: @sesquius This Coke looks so good you can almost taste it. Almost. #TrickorTweet https://t.co/dcZmrlC62D
12363                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12364                                                          Heart's Delight Counted Cross Stitch Kit #017 An Angel's Work Is Never Done NEW #Sampler https://t.co/v59nkm6kes via @eBay
12365                                        @AHamiltonSpirit @keith_pochick @anneowenphd @CNN @maddow @MSNBC @CBS @nbc @seanhannity Soon he'll be saying how mu… https://t.co/8vw8NxKGPj
12366                                                                      RT @bethshak: When do I call @AmericanExpress and book a hotel? #superstitious @Eagles https://t.co/flbT5JWxQn
12367                                                                                                               @netflix bro. Why must you take How I Met Your Mother away from me ?¿
12368                                                                                       @TMobile Kind of scary with those short shorts #Thankenstein #Contest https://t.co/XuCA275rVH
12369                                                              Check out Miraculous Ladybug TROLLEY 3D backpack 39cm / 15.3in *BRAND NEW OFFICIAL*  https://t.co/tbzx037GGS via @eBay
12370                                                  RT @Reuters: New Jersey pastor sentenced to five years for bitcoin exchange scheme https://t.co/yQ4alz9lkd https://t.co/PKvvCUdDo6
12371                                                                12 pretty awesome playlists for @Stranger_Things @netflix #StrangerSpotify Am I missing any? https://t.co/X4vW7pxNuZ
12372                                              RT @bridgette_TN: Major Crimes Tonight! Watch live! Tweet live! Oct 31st 9E/8C #BestShowEver #savemajorcrimes @CBS @CBSTweet @amazon… 
12373                                                                                                                   @TMobile #Thankenstein #Contest  **mime** https://t.co/6ee55jcuHp
12374                                                RT @Larawadey: Christmas is not Christmas without the @CocaCola truck! Lets ban Santa too because he’s obese and only works once a… 
12375                                                                                                        @TMobile @atomtickets #Thankenstein #Contest TWISTER https://t.co/LIToXKZGDy
12376                                                                                                      @TMobile HAPPY HALLOWEEN! 🐿🎃👻 #Thankenstein #Contest https://t.co/4i41gIrbIV
12377                                    RT @Jonathan_Aston: RT &amp; Follow to #win our fabulous fishnet edit! ENDS 01.11.17 available from @ASOS! https://t.co/ed1QsQRCtD https://t.co…
12378                                                                                                   RT @ATLHawks: Last night's @UPS Delivery of the Game was: https://t.co/pahUF23OSQ
12379                                                                                                   I just checked in @ATT with #mPLUSPlaces Download today!  https://t.co/De29hQuNTO
12380                                                                                                            @jthurgood1 @amazon @JeffBezos oh my goodness what a dream world that is
12381                                                                                                                      Check out antique half doll  https://t.co/OgPFkv3PCN via @eBay
12382                                                                                                                      RT @Izzybizz1: @Disney Happy Halloween https://t.co/NC73prFnA8
12383                                                                      @TMobile #Thankenstein #Contest My Fully functional working Nikon DSLR camera costume! https://t.co/4EQGY6DONb
12384                                                 Check out 2 - Motorola MCS2000 VHF Rear Mount Mobile Radio M01HX+824W Transceiver ONLY  #Motorola https://t.co/3ghJJJCJRZ via @eBay
12385                                                                                                                                               @TMobile And hopefully a winning one.
12386                                                                                         Check out THREE RIVERS STADIUM - BRONZE KEY CHAIN - RARE  https://t.co/qGwC8M9ScP via @eBay
12387                                                                                                                                 @TMobile Happy Halloween!  #Thankenstein + #Contest
12388                                                                        RT @gr8magz: Love #Vintage #Magazines? Check me out on @eBay: selling #PopCulture #History since 2003! #RT… 
12389                                                                             RT @CharlesHarvey99: No Satisfaction by Charles Harvey https://t.co/uiGtfTCHKB via @amazon #gay #kindle
12390                                                         RT @Reuters: Watch: China and South Korea agree to get their relations back on track following a year-long standoff. Via:… 
12391                                                                RT @Reuters: Manhunt shifts for gunman who killed one on Utah campus https://t.co/80w62SdIvg https://t.co/6PoDYI4o2g
12392                                        @StonedogDia @TMobile The Tmobile Tuesdays app is pretty simple. I'm genuinely curious as to what's confusing about… https://t.co/LHXkvhmvy2
12393                                                               RT @hopescloset2: Check out isound bt-150 wireless stereo headset black new #iSound https://t.co/tthnjd2qVZ via @eBay
12394                                                          RT @Reuters: Iran seen as winner after Iraq's Kurds lose referendum gamble https://t.co/c7IRHoRXJg https://t.co/1iI99Kylgs
12395                                                                                                                                      @Babygurlie73 @TMobile I'll get you my pretty.
12396                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12397                                        RT @BritishVogue: The @erdem x @hm collaboration launches on Thursday - here's what to buy and how to wear it: https://t.co/VFydhXGBW4 http…
12398                                                           @BGCTampa is recognizing National Teen Driver Safety Week! We are excited to have @UPS Road Code! https://t.co/nCc2C6QhQC
12399                                                                                                                                @TMobile My little Spiderman  #Thankenstein #Contest
12400                                                                                          Proud to support @JDCLASSIC and Birdies for Charity @BankofAmerica https://t.co/imJwhlSJfk
12401                                                            RT @TMobile: And...cut! 🗡️ Congrats to Alliyah B who just scored one year of free movie tickets from @AtomTickets &amp;… 
12402                                                                                                               @tphammd @DrJaimeFriedman @amazon Does it come with quality controls?
12403                                                 RT @BP_plc: #BP is shifting its upstream portfolio towards #NatGas 🔥 - here's why: https://t.co/42boaDOh3e https://t.co/Ic8jSp4QLA
12404                                                      RT @mvasey: #FutureDecoded @Microsoft &amp; @alphabetincUS are plunging into #ArtificialIntelligence https://t.co/LbnLs61WAi… 
12405                                                                  we love philip @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca #WeWantEyewitnessSeason2
12406                                                      RT @mvasey: #FutureDecoded @Microsoft &amp; @alphabetincUS are plunging into #ArtificialIntelligence https://t.co/LbnLs61WAi… 
12407                                                                                                                              @TMobile #thankenstein#contest https://t.co/uJteU1mwUM
12408                                              @PrattFalls @thehill @netflix @HouseofCards They could easily have him die/go to prison.. I want to see what Claire does as President!
12409                                                                Check out Dept 56 Trees Clock Fire Hydrant Mail Box Fence 18 Pieces Free Shipping  https://t.co/cyySIp8YcU via @eBay
12410                                                                        Check out Trish McEvoy The Power of Makeup High Season Limited Edition Planner https://t.co/MJ2SGqLLKs @eBay
12411                                      RT @BigEbaySales: Please RT @eBay! https://t.co/TnWJsNyxiJ … via @eBay #ebay #clothing #namebrand #coogi #rag&amp;bone https://t.co/LDZVfq04nq
12412                                              RT @RR_research: One of our researchers will be presenting with @Google at this year’s #mrgconf2017 @mediaresearchgp - excited to be… 
12413                                                                      Check out 1300 Grams WOW Beautiful Free Form Jade Polished From Afghanistan  https://t.co/ayLtzLsn0N via @eBay
12414                                                                                                                       @Apple i hope this wasn't you guys 😁 https://t.co/fZYH3qrQIR
12415                                                                             RT @netflix: This will give us time to review the current situation with our producing partners at MRC.
12416                                                                                    RT @JulietteDougla9: The Littlest Cowboy by Juliette Douglas https://t.co/TPDE0jAtL1 via @amazon
12417                                               Check out Design &amp; Co Lane Bryant Blue Paisley Floral Button Up Shirt Size 18/20 Career #Career https://t.co/FadgIpFg9h via @eBay
12418                                                       Check out 1991 Gold Gibraltar Corgi Dog 1/10 Ounce Coin NGC MS67 Pobjoy Mint SUPERB GEM BU  https://t.co/Aha2WcEbRR via @eBay
12419                                                                             RT @netflix: This will give us time to review the current situation with our producing partners at MRC.
12420                                                                                    @Expedia still waiting for call back re correcting name on booking? Contacted you 6 hours ago?!!
12421                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12422                                                                                                   @TMobile My sexy flamenco dancer #Thankenstein + #Contest https://t.co/ReynpkFbcW
12423                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12424                                                                 Get Extra $7 off WiOn Indoor Wi-Fi Plug-in Switch w/ Code: 7WIONINDOOR #home #decor https://t.co/bGIvcTeHyK @amazon
12425                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12426                                                                                                               this rl scary asf.. @Apple y’all on some shit https://t.co/5Y0sxyjm4f
12427                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12428                                                                                                                                                      @TMobile @atomtickets Congrats
12429                                                                        @urbngenius @Apple @AppleSupport Everyone is complaining about this. The new update doesn’t even address it.
12430                                                                             RT @netflix: This will give us time to review the current situation with our producing partners at MRC.
12431                                                                                    RT @netflix: Execs are on set this week discussing with our cast and crew. More details to come.
12432                                                          @AppleNews Check out Apple Watch 7000 Series 38mm Rose Gold Aluminium w/ Lavender Sport Band https://t.co/yAphOBQCOI @eBay
12433                                                                    RT @KyleBusch: Out here at @SEMASHOW with my 2018 @Toyota #Camry build. What do u think? https://t.co/PB0SXcXecG
12434                                                                                                                        Say whaaaaaat?!?! Thanks @Walmart!!! https://t.co/Dsv9zOkwVx
12435                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12436                                    *LEAK ALERT*: @Nike x @OffWht  Air Force 1'07 Part 2 is set to be dropping in 2018. Please RT &amp; Follow for more inf… https://t.co/Qst6EjYN5K
12437                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12438                                                                BRIEF-PDC Energy reaches agreement with regulators to settle lawsuit regarding… https://t.co/mQvhn0rKXj Via @Reuters
12439                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12440                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12441                                                                   RT @BeingMrsBeer: #AD Did you know you can stock up on @Huggies Plus Diapers @Costco for fall family fun? More:… 
12442                                                                   RT @BeingMrsBeer: #AD Did you know you can stock up on @Huggies Plus Diapers @Costco for fall family fun? More:… 
12443                                                    RT @Google: Get the #Halloween party started with a ride on the @googlearts ghost train through seven spook-tacular artworks →… 
12444                                                                             RT @netflix: This will give us time to review the current situation with our producing partners at MRC.
12445                                                                           RT @Nike: Put ‘em up. Knock ‘em down. @Mo_Farah https://t.co/4SuOIuS34w #justdoit https://t.co/Zp7VV7Smo9
12446                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12447                                                     @brett_schneider @michaelcozens @nataliecwinslow @cjciaramella @amazon does amazon have a track record as bad as the other two?
12448                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12449                                                                             RT @netflix: This will give us time to review the current situation with our producing partners at MRC.
12450                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12451                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12452                                                                                       RT @shanahb: Retweet to help me win a @Google #Pixel2 from @phandroid https://t.co/C5X91AmShQ
12453                                                    Check out Dated 1974 Southwestern Handcrafted Sterling Silver 925 Turquoise Cuff Bracelet #JCD https://t.co/3ofUJlasdO via @eBay
12454                                                                                                                                            @_okcjenn @Starbucks Aww soo sweet! 😁☕️
12455                                                                                                        Check out Vintage Igloo Corigated Metal Cooler https://t.co/9I8g9oa1cO @eBay
12456                                        Really don't like Lidl so much but that will be my main shop from now. @Tesco have stopped stocking a lot of things… https://t.co/JFj013xN3d
12457                                               @reneordona @ATT 3_ today they tell me they have no clue what I’m talking about despite my screenshots and they can’t help me. Sorry.
12458                                                                                                       RT @netflix: name a more iconic duo. i will NOT wait. https://t.co/8Iz0sPGWmH
12459                                    @netflix I'll never watch another second of House of Cards as long as Kevin Spacey is on the show. Do the right thing &amp; kick him to the curb
12460                                                                                          RT @Reuters: Senators aim to protect election systems from hacking https://t.co/bXjlqu2DX4
12461                                                                                                                                 @rockyR5 @FedEx Do you have a costume for tonight?!
12462                                        RT @QuixoticThings: #Funko POP! #Animation #RickandMorty FLOCKED SNOWBALL 178 #LAComicCon17 https://t.co/NLlSwFGMV2 @eBay #Funkopop #Snowba…
12463                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12464                                                                                                                           @VW Thank you for saving my life❤️ https://t.co/D5mgJYCFGX
12465                                                       Check out Love Angel Music Baby CD #GwenStefani  #NoDoubt  Eve #Andre3000 Dr Dre Rich Girl  https://t.co/PPBHdrUCQA via @eBay
12466                                                                                                                                                 Happy #Halloween!   #HR4HR @TMobile
12467                                                                                                                 @TMobile why so serious??!! #Thankenstein # https://t.co/QasPYVE0LM
12468                                                                                                                                                         @BrendanSchaub @Apple *lost
12469                                                                                                                                                            @NFL @FedEx LeSean McCoy
12470                                                      Check out #Antique #Vintage Lindstrom Brass Hinged Coffee Pot/Tea Kettle Eskilstuna Sweden   https://t.co/kuQum8XfKm via @eBay
12471                                                                                                                        @daviesinator @NFL @FedEx I do wish Trubisky had Hopkins....
12472                                                                                                                                                                  @TMobile Thank you
12473                                                                 RT @mukesh_malhotra: Volunteer at the Food Collection. #EveryCanHelps https://t.co/yYQQ27imK4 @TescoHounslow @Tesco
12474                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12475                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12476                                        @Reuters @SenateDems @HouseDemocrats @democracynow also demand a law to go @POTUS @FLOTUS to Paris Climate change a… https://t.co/hnZ98zU07t
12477                                                       Check out Dr. Seuss Art Print Limited Edition 1999 'FOX IN SOCKS ON BOX ON KNOX' T. Geisel  https://t.co/vyfsZGGP4E via @eBay
12478                                                                                                                                        @Africademic @Reuters Love you @Africademic!
12479                                                                i don’t understand this question @netflix like anyone can stop watching @RuPaul s drag race. https://t.co/qbYcpjVnmN
12480                                             RT @JaimeCallica: For real for real... @McDonalds: you're REALLY killing it these days! BEER!!? This will be available in Canada in l… 
12481                                                      RT @mvasey: #FutureDecoded @Microsoft &amp; @alphabetincUS are plunging into #ArtificialIntelligence https://t.co/LbnLs61WAi… 
12482                                                         RT @Nike: Winning is only one side of the story. Welcome to The Roger Effect. #InspirationUnmatched https://t.co/4o6cv8iFul
12483                                                                    Check out Professional 10 Pieces Makeup Brush Set with Soft Oval Toothbrush Design https://t.co/QbOJdw4nxZ @eBay
12484                                                                                               RT @Nike: Everyone loves an underdog. @rogerfederer #justdoit https://t.co/jAbm1aSKvu
12485                                              RT @bridgette_TN: Major Crimes Tonight! Watch live! Tweet live! Oct 31st 9E/8C #BestShowEver #savemajorcrimes @CBS @CBSTweet @amazon… 
12486                                                  RT @Reuters: Iraqi authorities gain first foothold at Kurdish frontier with Turkey https://t.co/fbBEXyChIq https://t.co/NF9nhVm93p
12487                                                                                                                                                           @easyJet Sorted thank you
12488                                        @TMobile As usual T-Mobile fixes something that isn't broke. This new Tuesday game sucks and isn't worth the effort… https://t.co/Q81ssMs6z5
12489                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12490                                        RT @DublinAirport: We’ve got 2 return flights to Naples from @DublinAirport with @Ryanair to give away. Just follow us &amp; retweet to en… 
12491                                                                                                       RT @UnboxTherapy: Yo @Apple where's my experience bro https://t.co/0yrBQHNSQO
12492                                                                             RT @netflix: This will give us time to review the current situation with our producing partners at MRC.
12493                                                The wait is over! ⌛️ Are you ready for new stories and cases? #SaveMajorCrimes @SaveMajorCrimes @CBS @amazon https://t.co/pfrb2K4Dnb
12494                                        RT @DublinAirport: We’ve got 2 return flights to Naples from @DublinAirport with @Ryanair to give away. Just follow us &amp; retweet to en… 
12495                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12496                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12497                                              @voadeewa @BalochKhaaan At least you people reported this atrocities @CNN @Reuters @BBCBreaking @UN @UN_Women… https://t.co/g10xKCW5LX
12498                                                       @netflix Kill him off and make Robin the star!!! Suspends Production On Final 'House Of Cards' Season https://t.co/hcpjugwUVZ
12499                                                                      Check out Apple iPhone 7 - 32GB - Jet Black (Vodafone) Smartphone New and Sealed https://t.co/OWlWa3iKsu @eBay
12500                                                                              Check out LuLaRoe CARLY Red Cotton Stretch Swing Dress Large Floral Fall https://t.co/E2QWhtl27F @eBay
12501                                         #RT @Microsoft: For over 150 years the @RedCross has been an international Good Samaritan. Now it’s teaching us ab… https://t.co/CXQYTYNSMh
12502                                                  Check out WOMENS PLUS DRESS 2X NEW UMGEE BLACK VELVET XXL 18 20 NWT GORGEOUS HOLIDAY DEAL #UMGEE https://t.co/VV7HZDNadC via @eBay
12503                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12504                                               RT @DublinAirport: Want to win 2 return flights to Naples from @DublinAirport with @Ryanair? Just follow us &amp; retweet to enter.… 
12505                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12506                                                #Sale Ending! Gucci Uniform Knee Length Classic #Black Wool #Skirt 42 6 NWT #Gucci #StraightPencil https://t.co/BuPy9MSmIG via @eBay
12507                                                                          @ring Nope... speaking to your @DPD_UK driver to get the @ASOS goodies!!! 😍😍😍😍 https://t.co/peCBzte4ec
12508                                                                                                                @PleccentricLisa @netflix You mean MANY accustations over the years?
12509                                                          RT @Emineminaj_: @NICKIMINAJ @hm I want it ALL. I’m so excited to see all the designs and colours! https://t.co/sq9PvEpqZ6
12510                                    RT @DublinAirport: Win 2 return flights to Naples from @DublinAirport with @Ryanair. Follow us &amp; retweet to enter. #DUBNaples https://t.co/…
12511                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12512                                                                                                                                                                    @McDonalds Treat
12513                                                                                                Check out Lindisfarne Back and Fourth Vinyl Album  https://t.co/wbcIX1V1TC via @eBay
12514                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12515                                                                                                          seriously? @netflix @houseofcards @realrobinwright https://t.co/lcAdWx1OZj
12516                                                                                                 #Halloween 2017 Google Doodle: Jinx's Night Out https://t.co/KouyrqgcCX via @Google
12517                                                                                         OMG. More. Erica. Please. #StrangerThings @Stranger_Things @netflix https://t.co/Ms5s5BjQRU
12518                                                                                                                             @Reuters Just another perv--I mean brick-- in the wall.
12519                                              @kellymariehaley @wyocat50 @netflix He is not another Harvey. What he did was atrocious but comparing him to a rapist? Get out of here
12520                                                       Check out Eureka Halloween Seals Stickers 5506 Booklets USA Witch Cat Bat Pumpkin VTG 1955  https://t.co/L362etDwpi via @eBay
12521                                                                                                                                     @Hillaryhatesyou @Ford You are pretty clueless.
12522                                                                                Check out Star Wars The New Jedi Order Balance Point Kathy Tyers   https://t.co/UhHCjjLV0u via @eBay
12523                                                                        Talbots Heritage Size 14 Soft Rayon Blend Brown Pants #Talbots #DressPants https://t.co/C2uBgeAQsp via @eBay
12524                                                                                                                                              @ryanvwatanabe @netflix WHATS THIS NOW
12525                                                                                                                                             @JDM097225 @TMobile How cute is that!!!
12526                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12527                                         Check out Lot of 3 rings sterling silver sz.7-7.5 multi stones  *pretty vintage rings* #Cocktail https://t.co/PTJLU90wjy via @eBay #jewelry
12528                                                                                                 Check out Women’s Large Next Scarf Multi Pattern BNWT https://t.co/x2pOjJEaJG @eBay
12529                                                                                                                                             @Reuters So I guess it’s lost in Spacey
12530                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12531                                                                          Check out Cookbooks Apples Candy Making Bakers Chocolate Baking Cooking  https://t.co/8ZFJsJ8WiA via @eBay
12532                                                                          Pendulum table clock with westminster chime! with... by Vmarketingsite https://t.co/Jkfyqh8gSn via @amazon
12533                                                                           #Review Desktop #Gaming PC CYBERPOWERPC Gamer Liquid Cool GLC4200A https://t.co/Hz0uPyvUam @amazon #Games
12534                                        @Ryanair I submitted it on 30th September. Frustrating. More frustrating when your telephone operators don’t care a… https://t.co/GG2HLnaReL
12535                                                                 do it for lukas @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca #WeWantEyewitnessSeason2
12536                                                                                                                   RT @kingston450: @NFL @hwkbgr @FedEx #AirandGround russell Wilson
12537                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12538                                                  RT @rdmgperez: Things are definitely bright @TMO Homestead.  They need to wear @Samsung #Shades @theSamsungSide @NicholasMusarra… 
12539                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12540                                I advise ny signing up with @ATT @ATTCares as they refuse to allow customers to upgrade even after 2 yrs &amp; don’t follow up when promised👎🏽👎🏽
12541                                                                                                                                  @leosouliotis @udacity @Google CongratulAtions Leo
12542                                              RT @bridgette_TN: Major Crimes Tonight! Watch live! Tweet live! Oct 31st 9E/8C #BestShowEver #savemajorcrimes @CBS @CBSTweet @amazon… 
12543                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12544                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12545                                                                RT @_okcjenn: The sweetest @Starbucks Frappuccino there is. #starbuckscostume #halloween2017 https://t.co/zUePCWdU0T
12546                                                                              RT @RieMayBonge: #HR4HR #HR4HR @TMobile great fund raiser for hurricane relief https://t.co/IQxC6NlXBz
12547                                        @Disney On November 1 wish me a happy birthday i'm 63 a grandma and more interested in life than ever asking people… https://t.co/eIRAaU1uGy
12548                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12549                                                                                Love that my @TMobile anniversary falls on Halloween! #BeMagenta #BeeMagenta https://t.co/MR9GxOZ8rP
12550                                                       If you wanna do it just do it. @Nike couldn't have done any better making that clear. #nikeshapingmillionaires #mentalmillion
12551                               20% OFF Exclusive #Trading &amp; Financial COOL STUFF in our @amazon Store - Use Pomo Code MTB20OFF at Checkout &gt;&gt;&gt;… https://t.co/ch6wnDLU6R
12552                                                    Time to move to new airwaves! @TMobile works with broadcasters to clear the 600 MHz spectrum. #Wireless… https://t.co/wpMnqIPxrn
12553                                                 RT @AlanWaren: Check out 2007 Joe Mauer Minnesota Twins MacFarlane Sportspicks MLB Series21 MIB   https://t.co/x6o6Y4lFqs via @eBay
12554                                                                                 Check out Best Of OurStage Volume 1 2007 Brand New And Factory Sealed https://t.co/K7MuLr9vAf @eBay
12555                                      RT @8OutdoorMedia: Happy Halloween! 🎃  @Tesco &amp; @PukkaPies have gotten into the spooky spirit today... have you?! https://t.co/iftMxA9Ezd
12556                                        RT @BigEbaySales: Please RT @eBay! https://t.co/TnWJsNyxiJ … via @eBay #ebay #shoes #namebrand #robertocavalli #allenedmonds https://t.co/2…
12557                                                     @netflix Exactly how many programs does your channel have featuring Katt Williams since you're acting like the morality police?
12558                                                                                             @TMobile Happy Halloween!! It’s Selena #Thankenstien + #contest https://t.co/jjy5XwnYBw
12559                                                  RT @crashpalace: You can't have #Halloween2017 without @ThomasSFlowers' PLANET OF THE DEAD on @amazon! https://t.co/l1nLkjynFv -… 
12560                                                                                                   RT @Footnanny: Footnanny Gift Set - Fresh Linen. @amazon  https://t.co/P0NlZ7qT1B
12561                                                                                                                  RT @BrownBoyBeauty: Okay @netflix I’m doing this! @Stranger_Things
12562                                                                 Thanks @NoDakTex for the nice gift from the @Microsoft #P-Seller program. Much appreciated. https://t.co/08ONg6eXbX
12563                                                           Check out Revlon ColorStay 12 Hour Powder Eye Shadow Single - Pure Pearl 01 HTF #Revlon https://t.co/2ZvO3MXLEa via @eBay
12564                                                Check out OLIN STEWART Women's Black Suede Thigh High Ruffle Top Boots ruffle Edge S-061 #ClubWear https://t.co/b2DI2chudq via @eBay
12565                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12566                                                                                                                    @Reuters @JacobAWohl Hope it's an anal probe with a cattle prod.
12567                                                        Check out Set# 41-48 DOT Signs Decals Lettering DOOR + Sleeper Size for Semi Truck #Oracal https://t.co/7GhO1sRYvU via @eBay
12568                                        Make An Offer #LENOX #Woodward #Hiball #Glasses #Lotof3 #THREE #New w/ Box #Barware #SetYourTable #Crystal https://t.co/QiRXOy6m4u via @eBay
12569                                                                                                                     @justmebeingbri Who even decides this?! Such a mistake @netflix
12570                                                 RT @TMobile: Wanna scare #Thankenstein? 😱Submit your best monster costume w/ #Thankenstein + #Contest for a chance to win a $500… 
12571                                                        Check out Vintage Zena Jean Shorts Button Fly SZ 9 High Waist 80's Denim Avant Garde #ZENA https://t.co/H62ml7qpEE via @eBay
12572                                                                                 RT @rodvanzira: @Nike Someone just stole my #AirMax2017 triple black 😓 #badgymday ...gains lost 😩
12573                                               Stay ahead of the times with this @gleamapp giveaway for the new @Apple Watch Series 3 with GPS + Cellular 👇 https://t.co/zrjAtq1DkR
12574                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12575                                        RT @YouthBuildPHL: If you love #ybphilly like and share our #Upstanders video for a chance to win $25k from @Starbucks! https://t.co/mR3yE8…
12576                                                                                                  @maryellenfield @EuroGuido @RubiRubenstein @GoldmanSachs It is what it is. #GUTTED
12577                                               Samsung Galaxy Tab E SM-T560N WiFi #Tablet 16GB 9.6in Keyboard Case Bundle #Samsung #GiftShop #eBay https://t.co/1m3dUNDunL via @eBay
12578                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12579                                                             RT @Reuters: AstraZeneca wins early U.S. approval for blood cancer drug https://t.co/lEhllg1miL https://t.co/8kO7m7DkcQ
12580                                        RT @altruistauction: Team Golf ~ Mississippi Valley State University ~ Golf Bag #TeamGolf https://t.co/XocuyE24Ma @eBay #SEO #MVSUDEVILS #C…
12581                                                                                            Check out Wall sticker butterflies - floral - quotes=  https://t.co/YOhbEKuVgY via @eBay
12582                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12583                                                                                RT @Reuters: New York City police investigate reported shooting in Manhattan https://t.co/sajY8md84O
12584                                                       RT @McDonalds: So what’ll it be this #Halloween: a trick or a treat? Let us know below. #TrickorTweet https://t.co/xwjAZp0C2v
12585                                                                                                    Vintage Brass Dinosaur Figurine / Paperweight  https://t.co/D71rWq0e65 via @eBay
12586                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12587                                                            Check out  La Cages Aux Folles - Souvenir Programs - Palace Theatre Broadway NYC 1984  https://t.co/SBdZanzhDS via @eBay
12588                                                                                            @TMobile T Mobile Tuesdays really are getting bad. It used to be fun. Not so much now...
12589                                                                                                                            RT @notn_much: @NFL @FedEx Russell Wilson #AirAndGround:
12590                                                                              RT @Reuters: New York City police investigate reports of shooting in Manhattan https://t.co/sYF01tlWRo
12591                                                                                                           RT @netflix: Steve's hair has 11 herbs and spices https://t.co/ju5nXlzV1S
12592                                        RT @DublinAirport: We’ve got 2 return flights to Naples from @DublinAirport with @Ryanair to give away. Just follow us &amp; retweet to en… 
12593                                                                                                                      @kuantancurls @Tesco be aswell playing orange tunes in stores.
12594                                                                                    Check out Childrens Place Girls Pink Rhinestone Strap Shoes Size 1 https://t.co/HrE85uZuow @eBay
12595                                                Check out N1 Jeep  Wrangler SAHARA Logo T-Shirt  TEE Black Gildan g800 50/50 + FREE DECALS #Gildan https://t.co/jlLjdaJdr4 via @eBay
12596                                                                                                                                RT @WhiteOnyx981: @Reuters Sears is toast regardless
12597                                        RT @lux_chiara: #Killed @LinkedIn accounts @google @facebook w #MonaCoion #TonyStiCazzi #Stark #Stalker https://t.co/T8VSUbWP7n https://t.c…
12598                                           RT @KelloggsUS: @saladinahmed Kellogg is committed to diversity &amp; inclusion. We did not intend to offend – we apologize. The artwor… 
12599                                                                                                                                                                      @netflix Weak.
12600                                                                           RT @ATT: Bat signal activated. Now visit any store to get a free #Batman poster + digital comic download.
12601                                                                                    @TMobile I have to work so my uniform is the scariest thing on Halloween https://t.co/6XI7y246oY
12602                                                               @HomeDepot @PIX11News Other reports say the assailant was driving a box truck and collided with the @HomeDepot truck.
12603                                                                                                                          Check out Hemp oil CBD 100mg https://t.co/J2GIxOyk9T @eBay
12604                                                                                                                             @lagmango @amazon @CORSAIR Soooo much swag i cant lie !
12605                                                       Check out Bow Compass set with center wheel drafting Office Depot 604-994 interchangeable   https://t.co/IwE8IeKGNT via @eBay
12606                                        RT @Microsoft: For over 150 years the @RedCross has been an international Good Samaritan. Now it’s teaching us about cyber warfare. https:/…
12607                                      Pretty sure mismgmt of #innovation (@facebook @Google @Twitter ) &amp; lack of accountability will get you front row seat in @USSenate hearing
12608                                         @netflix Ridiculous to suspend the show or @KevinSpacey. For once someone admits something. But you reward lies of… https://t.co/vHVur1QgAh
12609                                                       Thank you @Starbucks @CenterParcsUK for a family fun spooky #Halloweeen party. We had loads of fun 🎃 https://t.co/KlJd3q6Gif
12610                                                                                                             @LorealHarris1 @KSheridanVoice @netflix miss Sheridan voices valt's mom
12611                                                     @Sony @SonyPictures @SonyElectronics @SonyTV @PlayStation @SonyMusicGlobal @sonyxperia @Sonynetworksfc… https://t.co/whJj5jTOFJ
12612                                        RT @JenniferTrump_: TERRORIST rented @HomeDepot truck to run down multiple pedestrians on popular bike trail near World Trade Center in Man…
12613                                                                                                                   RT @netflix: you're doing amazing sweetie https://t.co/pYESU8DdWK
12614                                        RT @panddfinds: Family Guy Mutant #Stewie Series 2 Action Figures Mezco 2005 Toy NEW https://t.co/XBBrZlNyy6 via @eBay #eBayROCTeam #Family…
12615                                                       Check out Ornate Candle Sconce Duo Decor Room Home Light Holder Decoration Glass Wall Glow  https://t.co/mGQB3yJUCb via @eBay
12616                                                                                                                                                       @RachTitch @ASOS Same here 😝
12617                                                                                   @Microsoft rolls out @LinkedIn integrations in @Outlook.com - @TechCrunch https://t.co/X7kapqK2Wc
12618                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12619                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12620                                                                           RT @ATT: Bat signal activated. Now visit any store to get a free #Batman poster + digital comic download.
12621                                                                                                                                           @MattRPRT @netflix No show without Spacey
12622                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12623                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12624                                                 RT @Dogg_Dbn: Hi @iTunes @Apple @itunesmusic. We feel like this is racist! Why should Africans always try n fit themselves in the… 
12625                                                        RT @rawxe: @Reuters BREAKING: another oil explosion in Gulf of Mexico... prayers for deceased and family #Texas #cleanenergy
12626                                                                RT @iamrachael88: And they’re not done yet #savemajorcrimes @CBS @hulu @AmazonVideo @netflix https://t.co/EhZCzHD0hn
12627                                                           @TMobile #Thankenstein #contest how do you feel about a group of super ninjas and the gator #SFSU https://t.co/lWxDSIVNLt
12628                                                         Check out 6 Lot Tin Mexican folk art Christmas ornaments New Mexico retablo NAVAJO DOLL   https://t.co/zi4Fqejp7C via @eBay
12629                                                                                                          RT @Disney: Suit up for a super #Halloween. 👶🎃🔥 https://t.co/htRrKtULAb
12630                                               RT @cyrushabib: The right thing for @netflix to do is to write Frank out of the show and finally let Claire do her thing. Canceling… 
12631                                                         Check out MLB baseball Unisex embroidered Houston Astros Scrubs Top black red size Small  https://t.co/g0pPrqBdb6 via @eBay
12632                                                                       Check out Weapon Zero #0 Walter Simonson Benitez Sowd Image Comics VF 1995  https://t.co/qIsaikx9JH via @eBay
12633                                        RT @imanishvyas: At an informal survey by @ATT and @tech_mahindra at  #ATTBizSummit 94% people say AI is real. But 67% say it's imp for the…
12634                                        RT @iGoneViral: RT @bittervalo: The wait is over! ⌛️ Are you ready for new stories and cases? #SaveMajorCrimes @SaveMajorCrimes @CBS @amazo…
12635                                                                                                 @TomLakinRS @Microsoft @TechCrunch Sometimes the best innovation is the simplest 🤓
12636                                                                                                                   @HolidayinDPRK @Reuters I absolutely love your photos. Thank you.
12637                                                             Check out Ladies Gucci Black Suede Court Platform High Heels Shoes Size uk 4.5 37.5 Boxed https://t.co/NI7wHUtXBt @eBay
12638                                                        Check out Doncaster custom women's 2 piece Purple blazer/skirt Size 10P #Doncaster #2Piece https://t.co/plqFHSxNg6 via @eBay
12639                                                                                                       RT @UnboxTherapy: Yo @Apple where's my experience bro https://t.co/0yrBQHNSQO
12640                                      RT @YourLifeAfter25: How To #ConquerTheCold &amp; Stay Ready With A Flu Emergency Kit including @Puffs and @NyQuilDayQuil from @Walmart! #ad… 
12641                                                @ladyblu243 @TMobile This is stupid how are you give 20% off hotels to use on a Tuesday night come on tmobile I know u can do better
12642                                         @markaguinn @saladinahmed @KelloggsUS Are you aware that by calling him a girl you're suggesting he's weak? You're… https://t.co/MOZIFH0mCN
12643                                            The panel at the Black @Google Network Tech Founder’s event are brilliant! Some founded their businesses at 19!… https://t.co/Dt8muuAqON
12644                                        RT @Reuters: MORE: Vehicle struck another vehicle then the suspect got out displaying firearms and was shot by police - NYPD https://t.co/7…
12645                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12646                                                    RT @Reuters: U.S. trade panel recommends varying solar panel import restrictions https://t.co/rJ35TPfhkW https://t.co/sMa9KFIsWU
12647                                                                                              @DrDenaGrayson @alfranken @facebook It was great!  I am glad someone finally said it !
12648                                                                                                              RT @gunny404: @pepsi Boycotting Pepsi until they stand up for America.
12649                                                                                                                   @Dapper_Tux @nxtom @Disney @Lowes Someone hide this from my wife!
12650                                                          RT @Reuters: Iran seen as winner after Iraq's Kurds lose referendum gamble https://t.co/c7IRHoRXJg https://t.co/1iI99Kylgs
12651                                      @netflix any1 besides @riann_morgannn &amp; I get craving 4 that KFC instead of noting awkward dinner w/ dead barb’s parents #StrangersThings2
12652                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12653                                                                                       @TMobile #Thankenstein #Contest Pic of me dressed like the Orkin Man! https://t.co/Jq9X0pVilJ
12654                                                                                                                        RT @PietSt: @NFL @FedEx Wilson #AirAndGround no fcking doubt
12655                                                RT @Reuters: Several people killed by vehicle on New York City bike path. Read more: https://t.co/2F0qTRk3jf https://t.co/vPdlMRJyqd
12656                                                                                                                          RT @netflix: True sight right here https://t.co/IVwCJPH7N0
12657                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12658                                                RT @Reuters: Several people killed by vehicle on New York City bike path. Read more: https://t.co/2F0qTRk3jf https://t.co/vPdlMRJyqd
12659                                                    Happy Halloween #Thankenstein + #Contest @TMobile @kelly_kimbler @lmCardiB @DiggTheKicks @MissNikkiiBaby https://t.co/17PZw8Yedr
12660                                                                                                                               @luca_knaack @Reuters I was gonna say the same thing.
12661                                                                RT @hopescloset2: Check out Freestyle Ash Grey Metal Band Women's Watch #Freestyle https://t.co/bqBWh0LeuX via @eBay
12662                                                                                                                        Check out Peter Rabbit 50P set https://t.co/VcHRlaA7xu @eBay
12663                                                                                                               Check out Paco Rabanne One Million 50Ml https://t.co/3CEYdEcWLN @eBay
12664                                             RT @MoreOfSense8: @sense8 @netflix @NetflixFR @french_cluster @Global_Cluster @IAmWeCampaign @Sense8Worldwide Damn I thought ST would… 
12665                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12666                                                                                             RT @Footnanny: Footnanny Rose Foot Treatment Gift Set. @amazon  https://t.co/nKru3c3TIy
12667                                         RT @kroger: @RemedyG Applicants for store positions may ctc individual stores and speak with a hiring manager regarding possible openings.…
12668                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12669                                            RT @StacyTurner36: #savemajorcrimes watch the season premier of #majorcrimes at 9/8C on TNT! 👻👺📆🎃🎃👫🚔🚨📺📽📰 @amazon @cbs @cbstv… 
12670                                                                             Check out Christmas wall decor  https://t.co/RyYRgo17P6 via @eBay will ship to all 50 states and Canada
12671                                                                          Tweeted for OldBaloo: 6 Globe Top Chrome Wine Bottle Corks with Pourers  https://t.co/Tpjsowca8v via @eBay
12672                                                            RT @Reuters: Democrats want a law to stop Trump from bombing North Korea https://t.co/GwPQJX8vCl https://t.co/B63pmJgpkG
12673                                                 RT @midiaresearch: #AugmentedReality: @Apple and @Google's next battleground https://t.co/46sMIxpWVq #media https://t.co/HLNnb2Rq3g
12674                                               RT @OTHdiary: Sometimes I forget why I hate @netflix and then I remember how they removed One Tree Hill and it all makes sense again.
12675                                                                                                  RT @LLaPresta: The Un-Derdog turned Hero Story is @TMobile https://t.co/xtorkauT0r
12676                                                                                            @SessiHundeyin @netflix fair enough...then a ton of people will be out of work i suppose
12677                                        RT @DavidBegnaud: CBS News confirms with @HomeDepot that the suspect in the “deliberate” attack in lower Manhattan was driving a Home Depot…
12678                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12679                                                 RT @RaeganButcher: Fury of the Chupacabras (The Chupacabra Chronicles Book 1) by Raegan Butcher https://t.co/aYxifqUOYo via @amazon
12680                                                                                                                                               @anjiekab @Apple yes yes yes 😉😉😉😉
12681                                                           Check out Emmett Kelly Jr   Figurine by Flambro 1998 Hugging Christmas Tree  Ornament   https://t.co/mBXljgLdem via @eBay
12682                                         @cspan @SenJohnKennedy @Google you are a freaking MORON.  do we have people in the hearing that actually know what… https://t.co/2NpEhkwgwb
12683                                                                                                           RT @netflix: Steve's hair has 11 herbs and spices https://t.co/ju5nXlzV1S
12684                                        RT @DavidBegnaud: CBS News confirms with @HomeDepot that the suspect in the “deliberate” attack in lower Manhattan was driving a Home Depot…
12685                                                                                                                       This is odd 😳😳 @AppleSupport @Apple https://t.co/NOiWd7kD2O
12686                                        Put action to words-a challenge to employers from @JarheadPAO  on milspouse hiring. Thanks to @Microsoft for their leadership in this space!
12687                                         COS Wool Coat sz US 6 #cos #BasicCoat https://t.co/N16Yurzl6k @eBay @eBay_Fashion @eBayFashion_UK @cosstores @amazon @hm @hmrussia @eBay_UK
12688                                                                                                                              Images of October https://t.co/oo6hZ9NiDT Via @Reuters
12689                                                           Check out Star Wars The Approaching Storm Alan Dean Foster Hard Cover 1st Edition 2002  https://t.co/FpdWHtOot4 via @eBay
12690                                                  @TMobile #Thankenstein #Contest  Please send me to London! I’m ready to for my close up on @GameOfThrones… https://t.co/IGGoEB1jPT
12691                                                                                      RT @Reuters: Trump chief of staff's Civil War comment sparks criticism https://t.co/l153hV1E1l
12692                                                             Check out @gmikell's Undiscovered Country: A Compilation of Life - Volume 1  https://t.co/2T4Z5wht8n via @eBay @eBay_UK
12693                                                                                                @SaffronBarker @PANDORA_UK @Disney I’ve got a bracelet and two charms for Christmas!
12694                                                                                                                                         @codehitchhiker @Starbucks CONGRATS GIRL!!!
12695                                        RT @DavidBegnaud: CBS News confirms with @HomeDepot that the suspect in the “deliberate” attack in lower Manhattan was driving a Home Depot…
12696                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12697                                                                   we just really want another season @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca ' '
12698                                                                                                                                              @Reuters He's an old white guy - right
12699                                             RT @MoreOfSense8: @sense8 @netflix @NetflixFR @french_cluster @Global_Cluster @IAmWeCampaign @Sense8Worldwide Damn I thought ST would… 
12700                                             RT @Reuters: Iran says no need to increase missile range as can already hit U.S. forces https://t.co/W4rzrBQTbn https://t.co/2x956YD7nv
12701                                                                                                                                  @ATT quit throttling my internet you fucking cucks
12702                                                                                Check out Tribal Womans Basic Jacket Size M Green Cotton Blend Pockets https://t.co/gmT3B6VHm0 @eBay
12703                                        RT @vulture: Tickets are on sale now for #VultureFestival L.A. presented by @ATT! Buy yours here https://t.co/lLUcX5Sc5O https://t.co/87Avu…
12704                                        @Communism_Kills @latinovictoryus Because @Ford got tagged...They didn't want one if their biggest purchasing group… https://t.co/Xc1rHiggGh
12705                                        RT @vulture: Tickets are on sale now for #VultureFestival L.A. presented by @ATT! Buy yours here https://t.co/lLUcX5Sc5O https://t.co/87Avu…
12706                                        RT @StanfordBiz: “I wrote the business plan for the company that ultimately became @Nike in a class at Stanford.” –Phil Knight https://t.co…
12707                                                                                              RT @KingRay_96: Izzy works for @FedEx today 💜 #HappyHalloween https://t.co/qDTtv3v8QC
12708                                           Volcom Floral Long Tunic Bell Sleeves Medium https://t.co/VgFHDSGTJC @eBay #clothing #fashion #fallfashion #fallstyle #fall #floral #ebay
12709                                        RT @curiously_kathy: Yes! @NetflixLifee gets it! GYPSY deserves another season! I hope @netflix is listening #renewGypsy https://t.co/rCtuY…
12710                                                RT @Reuters: Several people killed by vehicle on New York City bike path. Read more: https://t.co/2F0qTRk3jf https://t.co/vPdlMRJyqd
12711                                                                                                                               RT @The_Fosterhome: @NFL @FedEx #AirAndGround Collins
12712                                                                                                                                         @BenRogers @netflix It's brilliant isn't it
12713                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12714                                                                                      RT @Reuters: Trump chief of staff's Civil War comment sparks criticism https://t.co/l153hV1E1l
12715                                                                      ordered a poster off @amazon and the tube the poster is SUPPOSED to come with came in the mail EMPTY. cool!!!!
12716                                                                                                                                    @TMobile just put the damn game back on the app.
12717                                              RT @bridgette_TN: Major Crimes Tonight! Watch live! Tweet live! Oct 31st 9E/8C #BestShowEver #savemajorcrimes @CBS @CBSTweet @amazon… 
12718                                                 RT @SapracOrg: President of @Boeing said that the manufacturing of F15 wings and other parts of military aircraft will take place… 
12719                                              RT @GordBolton: #uspoli @lifenews_ru @TamrikoT @facebook dude comes out for Hillary &amp; The New World Order. https://t.co/nkkzNOeM5G
12720                                                                    Check out Woodmasters Ltd. Kiwi New Zealand Carved Solid Matai Wood - Vintage  https://t.co/9uacj96MRo via @eBay
12721                                                   RT @TMobile: Retweet this post and tweet all World Series with #HR4HR and we’ll donate $2 each to @TeamRubicon toward hurricane… 
12722                                                                                Nike Air Jordan VII 7 OLYMPIC 2004 SIZE 10 #Nike #AthleticSneakers https://t.co/xDHfCaTI6M via @eBay
12723                                               @ChicagosMayor @Disney @TomCruise @PutinRF_Eng @DeptofDefense @netanyahu @Walmart @ABAesq @POTUS44 @PetSmart… https://t.co/8ZgHx4XoZq
12724                                                RT @Aeris_17: @Reuters OMG!!!! I'm so happy😭 Finally we'll have our OT9!! Xing!!! Sehun's Dear Archemedes n Catman!! Yehet! And X… 
12725                                                                                                  RT @DesignerJewelr1: Look what I found on @eBay! https://t.co/hahacMLeic via @eBay
12726                                                                                                 Check out Maxwell - Embrya #BluesRock https://t.co/QCC5Sy39iF via @eBay  music fans
12727                                                  Check out Girls Shopkins Size M 7/8 Purple Gray Precious Gemma Stone Long Sleeve Shirt #Shopkins https://t.co/w2Xy5hGG7m via @eBay
12728                                        RT @Reuters: MORE: NYPD says authorities will not be releasing suspect's identity at this time https://t.co/k4Dzgwj6HT https://t.co/JlERtQ5…
12729                                                                                                                 @DawnaZee1 @netflix I thought they were sending it even before this
12730                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12731                                                                              Check out Dr. Scholl's DR7590 Pulsating Percussion Massager  Scholl  https://t.co/BiDGv7w3Nb via @eBay
12732                                                             Check out L.L. Bean Men's Brown Leather Loafers Shoes sz 9 D  #LLBean #LoafersSlipOns https://t.co/UbfqcJON93 via @eBay
12733                                                                    @Reuters Islam is evil. We cannot live with people as our neighbors who practice Islam. It's over. It's so over.
12734                                                     Check out Cutting Board All Natural Conditioner 8 Oz Walnut Oil &amp; Beeswax NO MINERAL OIL  https://t.co/vm0gMociwt via @eBay
12735                                                                              RT @Dodgers: How #ThisTeam lines up today presented by @CocaCola. #WorldSeries https://t.co/A7Dyzv1PGg
12736                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12737                                                                                                                    So @VW kinda pulled out all the stops for the super bowl #MPATUO
12738                                        RT @DublinAirport: We’ve got 2 return flights to Naples from @DublinAirport with @Ryanair to give away. Just follow us &amp; retweet to en… 
12739                                               RT @TeamRubicon: This @MLB #WorldSeries @TMobile will donate $2 per tweet to TR when you use #HR4HR! Every tweet + RT counts! Tweet… 
12740                                                   RT @KiwiTheBeauty: Riding Around in Style to @Afropunk in the new @Toyota Corolla iM!Read the blog here https://t.co/Nvq8wAuXRn… 
12741                                                       Check out #Banana #Republic 100% #Silk Top Long Sleeve #Blouse Yellow Dark Navy #Career Size XL https://t.co/FkEkO1mTS2 @eBay
12742                                                      Check out PHOENIX COYOTES HOCKEY NHL JACKET PULLOVER COAT STARTER BLACK L USA SPORT #Starter https://t.co/xHuuzIlWlT via @eBay
12743                                                                     RT @Hyundai: Available ventilated seats that cool you off make everything better. Even rush hour. Learn more:… 
12744                                                  RT @DomesticMango: The @Nissan R34 Skyline is back in @NeedforSpeed Payback with many many more options :D https://t.co/tLuvEX8REq
12745                                                                              RT @Dodgers: How #ThisTeam lines up today presented by @CocaCola. #WorldSeries https://t.co/A7Dyzv1PGg
12746                                                                              RT @Dodgers: How #ThisTeam lines up today presented by @CocaCola. #WorldSeries https://t.co/A7Dyzv1PGg
12747                                            RT @TrustNewsAgain: @Reuters 👨‍⚖️Help:  Is this headline Propaganda? U.S. to vote against U.N. resolution calling... #TrustNewsAgain #TNA
12748                                                                             @TMobile  Feel free to call me the next Carly Foulkes ;) #Thankenstein #Contest https://t.co/Voj33DkG9s
12749                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12750                                                                                               @McDonalds a  Halloween trick!  hehe #Halloween #TrickorTreat https://t.co/rbmSMSZ5kv
12751                                                          @NoShirtPutin @Reuters @KenBurns go see what @kenBurns has to say on his twitter page.  You obviously know how to do that.
12752                                                                                                                             @TMobile Definitely the @Walgreens picture printouts!!!
12753                                                            RT @Reuters: WATCH LIVE: @Reuters is on the scene in lower Manhattan where an attack killed and injured several people… 
12754                                                                                                        @NYCPoliceAlerts @Apple It wouldn't even have to be all cars.  Just rentals.
12755                                                            RT @Reuters: WATCH LIVE: @Reuters is on the scene in lower Manhattan where an attack killed and injured several people… 
12756                                                            RT @Reuters: WATCH LIVE: @Reuters is on the scene in lower Manhattan where an attack killed and injured several people… 
12757                                                            RT @Reuters: WATCH LIVE: @Reuters is on the scene in lower Manhattan where an attack killed and injured several people… 
12758                                                            RT @Reuters: WATCH LIVE: @Reuters is on the scene in lower Manhattan where an attack killed and injured several people… 
12759                                                                                             @Reuters They stopped the bombing of North Viet Nam that cost many more american lives!
12760                                                                                                                                                @McDonalds Isn’t it 1 dollar anyway?
12761                                                                           Top 250 firms emit third of CO2; few have strong goals to cut: study https://t.co/dgtkDCjPG4 via @Reuters
12762                                                                    BRIEF-AG Mortgage Investment Trust reports qtrly ‍core earnings per diluted… https://t.co/O5WaktEIWj Via @Reuters
12763                                                                              RT @Dodgers: How #ThisTeam lines up today presented by @CocaCola. #WorldSeries https://t.co/A7Dyzv1PGg
12764                                                                                                                                                    @BankofAmerica i have a question
12765                                                                                           Check out Adidas South Carolina Gamecocks Jacket Size Small https://t.co/lQ0CTn9H6F @eBay
12766                                                                                                                                                 Tf is wrong with my keyboard @Apple
12767                                                                                                                                                 Tf is wrong with my keyboard @Apple
12768                                                                         RT @birdwriter7: Check out my author page at this easy to remember url! https://t.co/5tgWFR8MKI via @amazon
12769                                                                     Frozen Carry and Go 3 Fashion Bag Puzzle (48-Piece) Styles Will Vary Frozen https://t.co/eDrKQyUQt6 via @amazon
12770                                                            Check out Digital Alarm Clock Bedside Desktop Projection Calendar Temperature LEDBacklight https://t.co/tJc5ovyDE4 @eBay
12771                                                                        WHAT THE FUCK @amazon ?  You just grab a FUCKING RANDOM CARD when I try to place my order!?  don't even ASK?
12772                                                                             RT @Reuters: U.S. nuclear arsenal to cost $1.2 trillion over next 30 years: CBO https://t.co/KuvWsdp676
12773                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12774                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12775                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12776                                                                                                        Check out TAPIS ROULANT NordicTrack C4000  https://t.co/NWgzZh9hSR via @eBay
12777                                                                                                                            Why do @ASOS models wear clothes that they don’t sell?😫
12778                                                                                                                                        #BestSeatsEntry howdy @KelloggsUS @KFR  🙌🏻
12779                                                                          I was flipping threw @netflix and came across @MINDHUNTER_  it caught my attention real quick 5 ⭐️⭐️⭐️⭐️⭐️
12780                                             Check out Converse Chuck Taylor Mens Womens Shoes #RedConverse Size M7 W9 # Unisex All Star #Athletic https://t.co/xc0xswfugj via @eBay
12781                                             Check out Converse Chuck Taylor Mens Womens Shoes #RedConverse Size M7 W9 # Unisex All Star #Athletic https://t.co/xc0xswfugj via @eBay
12782                                                                             RT @Reuters: Several people killed as truck drives down New York City bike path https://t.co/VTU4lw060Y
12783                                                        RT @curiously_kathy: @netflix @Working_Title fill out the prescription as prescribed #renewGypsy #gypsynetflix #NaomiWatts… 
12784                                                                                           @netflix This is ridiculous! This whole sexual predator issue is getting way out of hand.
12785                                                                                                                                               @Boeing Go fuck yourselves 300 times.
12786                                              RT @cmcgeesmith: #MajorCrimes Season 6 Premiere October 31st 9/8c TNT Make sure u watch❤ #SaveMajorCrimes @amazon @CBS @AllAccessCBS… 
12787                                         @fleccas @latinovictoryus @RalphNortham @EdWGillespie @Ford So can we change this to a white HD truck in manhattan… https://t.co/vg7fR4ZbUg
12788                                               RT @MiningInfo: White man in #LasVegas supposedly shoots 59! #Victims on #FakeNews @CNN @ABC @CBS @NBC within mins | #NYC Muslim Te… 
12789                                                                                                               Dressed as an @Apple developer for Halloween. https://t.co/n0MhUryd5d
12790                                        RT @OSUCoachMeyer: Thank you to @Nike @KingJames from the #1 Nike school in America for Saturday's uniforms!! ELITE! https://t.co/sjuC24xaCX
12791                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12792                                           RT @realdailypayne: @LiamPayne @nova100 @McDonalds If you want to listen to @LiamPayne’s entire interview with @nova100 click this link… 
12793                                                RT @standearth: Happy #Halloween from the #bettercup team! Don’t forget to tell @Starbucks that you want a recyclable paper cup at… 
12794                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12795                                                   Check out Candamar Designs Something Special Crewel Embroidery KIT Floral Spray 40161 #Candamar https://t.co/UOM8B9auwn via @eBay
12796                                                                                                                                                         @Apple DO NOT TAG MY PHOTOS
12797                                                                                                                      @Tesco yea n u gotta be 17 to drive and MY CAR is at your pump
12798                                                              RT @tmosouthpaw: #HR4HR I went as an iPhone selfie for Halloween! #HR4HR @TMobile @JohnLegere… https://t.co/Pa8QBugzOB
12799                                                                                Alex and Ani Rafaelian Gold-Tone Initial 'M' ... by Alex and Ani https://t.co/JhdLgxNbiJ via @amazon
12800                                                   Check out Gold Steampunk Heart Pendant Necklace Handmade NEW Cosplay Adjustable Gears #Handmade https://t.co/7NODIWac1y via @eBay
12801                                                                                                Is anyone else having problems with there iPhone 7 saying no service? @Apple @sprint
12802                                                                 RT @PrizeSquad: FOLLOW &amp; RETWEET TO #WIN 1 OF 2 @Apple iPhone 8 &amp; 8+ Ends: 01/11/17 https://t.co/YhoF6CX9SU
12803                                                                                        @The_Taxdude @Emma28547011 @Loreal this is a textbook example of what we were talking about.
12804                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12805                                           RT @realdailypayne: @LiamPayne @nova100 @McDonalds If you want to listen to @LiamPayne’s entire interview with @nova100 click this link… 
12806                                                                                         RT @Reuters: U.S. senators hammer Facebook for power over elections https://t.co/VQXKjrxllF
12807                                               @1027KIISFM @charlieputh @CocaCola @unique_natalia &amp; i did the halloween edition today ! #KIISJingleBall… https://t.co/KmZWMpJTZg
12808                                                    Check out Stunning Antique Norman Ornate Watch Pendant Necklace 3-D Black Glass Stones #Norman https://t.co/3ktSY0yOWH via @eBay
12809                                                                                        @chickilopiccolo @Yahoo John Kelly is a huge disappointment. 45 and Kelly deserve each other
12810                                        @cspan @ChrisCoons @facebook It is a national security issue. Fox News is... truly... not much different in its pro… https://t.co/fi82ITtrLo
12811                                                                                          @Reuters Mid terms are going to be so easy. Dems are doing all the heavy lifting. Thanks!!
12812                                                 RT @verizon: Get the Google Pixel 2 and your memories will be as unlimited as the photo storage. https://t.co/2GyZlgvAZ4 #teampixel
12813                                        RT @LydiaReidYES2: We all need to get behind this tonight and let @Asda @Sainsburys @Tesco @Morrisons know  #keepScotlandtheBrand or we wil…
12814                                                                                           Check out Miyaya® Horse Head Mask Halloween New #Miyaya https://t.co/iZJ2RCJPq3 via @eBay
12815                                                RT @Reuters: Several people killed by vehicle on New York City bike path. Read more: https://t.co/2F0qTRk3jf https://t.co/vPdlMRJyqd
12816                                                         @Scorpii_io @leeleeisblessed @brendonme @mattbraz23 @chotheamazing @ohh_itss_sara @maroon_gold @TMobile Ours said 8:30am!!!
12817                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12818                                                @UPS your new driver brought me my package but won’t drop it. He’s gonna need some more training. #Halloween https://t.co/pgYvLSsfyT
12819                                          RT @ISLila: #HR4HR @TMobile in honor of #ThisTeam we celebrate with @Dodgers 🌭and fans! #Thankenstein + #Contest… https://t.co/Oxti1lIxCQ
12820                                    RT @DublinAirport: Win 2 return flights to Naples from @DublinAirport with @Ryanair. Follow us &amp; retweet to enter. #DUBNaples https://t.co/…
12821                                                                            Fair play to @Gillette for providing a free razor in every @MovemberUK fundraising pack #BeTheDifference
12822                                                                                                                                          @Reuters Uzbekistan is not Middle East...!
12823                                            Gentle Musings From the Soul by Wendy L. Folse https://t.co/NVHKvryN7o  @amazon #IARTG @indtwt @BUZZmyBOOK   @RGBookWorld #bookboost #RT
12824                                                     RT @Reuters: CME to launch bitcoin futures in push for currency's wide adoption https://t.co/gshC4RUKtp https://t.co/XXmMRJbhAA
12825                                                                              RT @Dodgers: How #ThisTeam lines up today presented by @CocaCola. #WorldSeries https://t.co/A7Dyzv1PGg
12826                                                         RT @CBS: Trick or treat. 🎃 Happy Halloween! Catch up on #MJHalloween now:  https://t.co/T3hlVVTfSB https://t.co/DMyE1q4scs
12827                                                                                              RT @hiltonpresident: #HR4HR #HR4HR Thanks @JohnLegere @TMobile https://t.co/EwT7XVTZ0V
12828                                                       RT @McDonalds: So what’ll it be this #Halloween: a trick or a treat? Let us know below. #TrickorTweet https://t.co/xwjAZp0C2v
12829                                        @Zeke7998 @heystevebishop @McDonalds @ProducerCoop @weekley @bradhowe07 @JennyMurrayV100 @JordanWVRadio @WVOutdoors… https://t.co/Z7D1PCfnY2
12830                                                                            RT @Reuters: Eight dead in truck attack on Manhattan bike path; suspect arrested https://t.co/bj9b11eMbo
12831                                                                                                                                   @TMobile My Oompa Loompas are ready for LONDON!!!
12832                                                                                                 Another $2 donated to hurricane recovery by @TMobile! Use #HR4HR to join the cause!
12833                                                                 RT @DebsNovels: When The Circus Came To Town #T4US #evil #teens #horror #circus https://t.co/W40fXN57TT via @amazon
12834                                                                                @TwinPeaksArchve @amazon My audiobook hasn’t shipped (but the site still says I’ll get it by 8PM 🙄)
12835                                     We ❤️ dressing up for Halloween! We're having a costume contest &amp; giving away a $25 @Starbucks card! Visit https://t.co/i6XcxzA7jR to enter!
12836                                                       Check out Month of Meals: Meals in Minutes : Quick and Easy Menus for People with Diabetes  https://t.co/6dDXEsxSoy via @eBay
12837                                                          Check out Canada 1954 1 Asterisk Replacement Notes $ 1 Dollar H/Y O/Y X/F C/F Lot Of 4   https://t.co/6CIXh9KK3b via @eBay
12838                                                              RT @__PTAH: @POTUS @VP @UN @CIA @FBI @FOXTV @Reuters @UPI @BBC @CNN @CBS @AP @Ruptly @nbc @CNBC @MSN @ABC @AlJazeera… 
12839                                                       Check out Reunion  2 CD set #BlackSabbath Live Concert N.E.C. Birmingham England Metal 666  https://t.co/rFqkMVP8Nh via @eBay
12840                                                                                     RT @CrankyChronicle: I'll say it again:  @Netflix @CBS #savemajorcrimes https://t.co/q5FHoJLXIL
12841                                                                                                        @TMobile A photo of my little trick or treater! 😱👻 https://t.co/b5WIl1dInk
12842                                    RT @DublinAirport: Win 2 return flights to Naples from @DublinAirport with @Ryanair. Follow us &amp; retweet to enter. #DUBNaples https://t.co/…
12843                                                         RT @Reuters: U.S. EPA bans some scientists from independent advisory boards https://t.co/I4y18E5Cs9 https://t.co/nwOqWi0bAn
12844                                                         @x__FuckinnLegit @rackstheboss @Apple screen size still the same as the plus though .. Same screen + smaller phone = better
12845                                            I'm Spanish. I've studied this history in Spain while visiting all the relevant sites. You do the same. @NazbolBtfo @LauraLoomer @amazon
12846                                            Check out Laura Ashley Mother &amp; Child Dress Girls Size 9 Navy Floral Blue &amp; Green Plaid #Dress https://t.co/LZ4kCAXj0F via @eBay
12847                                                                               RT @ItsAlexOwDuh: @Jordynmtaylor4 @annecook69 @whistlenut_ole @CBS @survivorcbs Hopefully soon! Lol ❤️
12848                                                                                                                   Saw @ASOS had 20%... yesterday 👍🏼 Well there goes my basket! 😭
12849                                                      RT @AntiGlobalist__: @FR33_W0RLD @Anon_Emy @Christo06519888 @PayPal @gofundme @Patreon @GoDaddy @Cloudflare @Lauren_Southern… 
12850                                                   RT @Reuters: Netflix suspends 'House of Cards' production after Spacey allegation https://t.co/rnAzkwn8CK https://t.co/OHZHVSA3bW
12851                                                                   Arrow Men&amp;#039;s Shirt Size Large With Short Sleeves &amp;amp; Button Front https://t.co/VI1wQdygHg via @eBay
12852                                                  RT @UPS_Foundation: Making things happen with #partnerships   #PuertoRicoRelief   @SalArmyEDS @SBPUSA @UPS https://t.co/Z6Do9rjM5w
12853                                                                         Tennis: No guarantee of Australian Open wildcard for Tomic https://t.co/NO2GT2Jlra Via @Reuters #sportsnews
12854                                                                            RT @Reuters: Eight dead in truck attack on Manhattan bike path; suspect arrested https://t.co/bj9b11eMbo
12855                                                                                                                       Care to respond? @AppleSupport @Apple https://t.co/6HIdDorgzF
12856                                                                  RT @TacticalLife1: Flagstaff police released body cam footage of a @Walmart parking lot shootout. Watch it here:… 
12857                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12858                                                   RT @CloudExpo: @AdobeExpCloud @c_sutter @Adobe [now] Carmen Sutter’s “APIs and #ArtificialIntelligence” Session #AI #ML #DL #DX… 
12859                                                                @Apple what a coincidence this shit happens to specifically iphone 7’s a couple weeks before the 8 &amp; X drop 🖕🏼
12860                                                                Check out 【Excellent】Pentax ME 35mm Film Camera Body Only from japan #44 #PENTAX https://t.co/d297hl3mpT via @eBay
12861                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12862                                                   RT @TMobile: Retweet this post and tweet all World Series with #HR4HR and we’ll donate $2 each to @TeamRubicon toward hurricane… 
12863                                                                                                 I'm watching NCIS #telfie @NCIS_CBS #NCIS @CBS #CBS Trapped https://t.co/5RPVFZki0f
12864                                                                                                                                                 @McDonalds I love you big breakfast
12865                                                       Check out WCW Great American Bash 1995 95 VHS Tape RIc Flair Randy Macho Man Savage Sting   https://t.co/BQGDrRwXTR via @eBay
12866                                         Check out air jordan hare 7 https://t.co/TMAzVFsn73 @eBay #menswear #Mensfashion #Jordan23 #retro #sneakers #sneakerhead #buynow #buy #sell
12867                                         @WhiskeyAndSoba @Vistaprint @FedEx clicked identical buttons on both of their websites. Kinkos wants a buck a page… https://t.co/Ig5DLjkFSL
12868                                                RT @CloudExpo: Join @C_Sutter talk about why #APIs are key to making #AI scale! @Adobe #IoT #IIoT #API #ArtificialIntelligence #DX… 
12869                                         @netflix Please - just write out Francis Underwood. Put him in jail w/ no pardon &amp; let the era of Claire be ushered in!!! #HouseOfCards
12870                                                 Check out YAMAHA Electric/Battery Musical Instrument Keyboard Piano Keys Music Play SALES #Yamaha https://t.co/hJ5qIiRYGK via @eBay
12871                                                 Check out Nwt #Crazy8 #boys #size4 4T blue Yellow #hero t-shirt top long sleeve embroidery  #ebay https://t.co/g6Rs7jSbvq via @eBay
12872                                                                 @Target @McDonaldsCorp @McDonalds It would be awesome to feel like this. To have the #perfectorder! #ihateMcdonalds
12873                                                                                                        RT @AnairamRrk: Hey @netflix. BPO is coming for you. https://t.co/hmXNl6PYdL
12874                                                                                                                                             @KyleBusch @SEMASHOW @Toyota Nice ride.
12875                                                  RT @BritishVogue: Excited for @erdem x @hm? Here's what to buy and how to wear it: https://t.co/VFydhXGBW4 https://t.co/PLESPkPXsx
12876                                                                                                                           @Reuters Put De Blasio on it make it a sanctuary like NYC
12877                                                                                  RT @AlexClark491: Retweet to help me win a @Google #Pixel2 from @phandroid https://t.co/49DH7YEoty
12878                                        I hate going to @McDonalds people are ready to crash into you and cut you off for a damn burger😳 what else do they… https://t.co/547TzP49Qn
12879                                                                           RT @NyleDiMarco: @milliebbrown @Stranger_Things @netflix @eggo Bitchin’ in ASL 🙊 https://t.co/4viCLeSzm0
12880                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12881                                                                                                    @Reuters Glad that diplomacy is being pursued and that Trump is being overruled.
12882                                             RT @EleanorDacq9: @GraceBrodie @linannlum @patronsaintofca @Tesco I have queried Co-op manager in the past why they seem to stock Eng… 
12883                                                                                                                                                               @Reuters Disgraceful.
12884                                                  #Moschino #Couture By #JeremyScott #Fashion Kills Wool Sweater Dress S/M 2016 https://t.co/BzsByyZ2t1 @eBay #rt #share #love #shop
12885                                                                       RT @Oracle: #HappyHalloween from all of us at Oracle. How are you celebrating? #cloud https://t.co/yVS1xHrZDI
12886                                               RT @TeamRubicon: This @MLB #WorldSeries @TMobile will donate $2 per tweet to TR when you use #HR4HR! Every tweet + RT counts! Tweet… 
12887                                            Check out Banana Republic mens button down dress shirt long sleeve green striped cotton XL https://t.co/UohemjEbtR @eBay #bananarepublic
12888                                                                       @Alt_Spicerlies @JustOverington @SenatorLeahy @facebook @Policy @Twitter @SenBlumenthal @SenFranken Love him!
12889                                                                                                           RT @1PaperboyKa: Tell @Disney we need a deal 😂🎃 https://t.co/0ZcQnJhWpK
12890                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12891                                                                                                                  @Apple when is this glitch that’s going around going to be fixed?!
12892                                                             RT @Nissan: Like we need a reason to unleash the beast. 😈  🎃 #HappyHalloween 📷: bmcgannphoto https://t.co/G1rql55HeD
12893                                                                 RT @elisiashoppe: #WildCountry Cologne Spray by Avon NIB 3 oz - #Gift #Avon       https://t.co/RXpKfasRmx via @eBay
12894                                                                                                                                                           @Reuters Deflecting much?
12895                                         @1027KIISFM @charlieputh @CocaCola Me and my broken heart would love to go to see charlie puth with my best friend… https://t.co/sIN0G4yPGb
12896                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12897                                                             RT @IHavePatrick_: I think we can all agree that it’s homophobic that @netflix doesn’t have Hocus Pocus on Halloween 🔪
12898                                                                              RT @Dodgers: How #ThisTeam lines up today presented by @CocaCola. #WorldSeries https://t.co/A7Dyzv1PGg
12899                                        RT @NatureCutsTags: Beluga Whale Gift Tags... https://t.co/jBuLz9m98C via @amazon #naturecuts #gifttags #tags #whale #beluga #babybeluga #c…
12900                                                                          RT @Reuters: Eight dead in suspected terrorist truck attack on Manhattan bike path https://t.co/CZn9RUvg0G
12901                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12902                                                          RT @MikeFeibus: Top 10 Influencer of #Connect2Health (bow) w @intelhealth @evankirstel @pchalliance @intel @rasushrestha… 
12903                                                            RT @andreavarrone: Thanks to @Google for hosting today’s @DSFederation event. #dse2018 #avtweeps https://t.co/WvrUw2hNm4
12904                                         @netflix Making #HouseOfCards doesn't affect the brand. We are all adults. If charges come for .@KevinSpacey so be… https://t.co/dV5mrIP93N
12905                                                        Check out vintage Jean-Michel Basquiat NYC 1980 authentic Street Art postcard Graffiti NR  https://t.co/oJB0KJctTo via @eBay
12906                                                           @aka_Scratch @AmazonHelp @amazon @amazongames Getting pretty worried now @amazongames @AmazonHelp https://t.co/I7nQ8ksLr6
12907                                                                  Check out 2017 Cody Bellinger Topps Chrome Certified Auto PSA 9 Dodgers World Series https://t.co/vF6m4dphaM @eBay
12908                                                                                                                             So #WorldSeries commercial says snitches prefer @Audi ?
12909                                                          Check out vtg 70s 80s Wrangler ladies Electric Blue Zip Up Jacket w/ Horse Logo indie M  https://t.co/9hSWpsYElb via @eBay
12910                                                                                                          @TMobile Naked Sims anyone? #Thankenstein #Contest https://t.co/dsEbYYHAsc
12911                                                                          RT @Reuters: Eight dead in suspected terrorist truck attack on Manhattan bike path https://t.co/CZn9RUvg0G
12912                                                                              RT @Reuters: Banks fearing North Korea hacking prepare defenses: cyber experts https://t.co/AZ9mDWSSGG
12913                                                                                                             RT @Audi: What lies beneath? #AudiS3 #Halloween https://t.co/1EvDLeqnqU
12914                                                                          RT @Reuters: Eight dead in suspected terrorist truck attack on Manhattan bike path https://t.co/CZn9RUvg0G
12915                                                                                                                                      @netflix Not fair. You're punishing everybody.
12916                                        RT @NatureCutsTags: Mustache Gift Tags... https://t.co/emCf5NKv83 via @amazon # naturecuts #gifttags #tag #papercraft #new #handmade #musta…
12917                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12918                                                                 RT @Reuters: Foreign buyers inch back into Vancouver housing market https://t.co/1hOpknuEbO https://t.co/PxRROH4fXl
12919                                                                                                 @taylifeandtimes @Disney @DisneyStudios @WaltDisneyWorld @DisneyParks Thank you!!!!
12920                                        @A_Silent_Child @Marcodeplume @StefanLipsius @annetdonahue @Starbucks All the costumes on others. It doesn't take m… https://t.co/Eoo7DdfS5G
12921                                                     Check out RUE 21 Crop Top Sleeveless Rock Festival Music Medium Cropped Shirt #rue21 #CropTop https://t.co/fGw8ExtVcw via @eBay
12922                                                          Check out Lighted Vintage Pickup Truck w/Christmas Tree Picture*Primitive/Country Decor  https://t.co/hIShoTNqAe via @eBay
12923                                                          Check out Lighted Vintage Pickup Truck w/Christmas Tree Picture*Primitive/Country Decor  https://t.co/hIShoTNqAe via @eBay
12924                                                                                                                             @Reuters The ultimate house of cards just crashed down.
12925                                        RT @ab42083: @amazon how do those who preordered the Xbox one X confirm it will ship on release and not wait a month? #XboxOneX #projectsco…
12926                                                            RT @SebastianDanzig: The @Toyota Prius needs to be removed from the face of the earth. Or at least from the @uber fleet.
12927                                        RT @StacyTurner36: I had forgotten just how heart stopping the Last episode of #majorcrimes was Last season. @CBS @amazon @cbstv @warnerbro…
12928                                                        Check out 2006 WWE ( Limited Edition) Classic Super Stars (RARE) Hulk Hogan  #JAKKSPacific https://t.co/6fraszkz5P via @eBay
12929                                                                           RT @NyleDiMarco: @milliebbrown @Stranger_Things @netflix @eggo Bitchin’ in ASL 🙊 https://t.co/4viCLeSzm0
12930                                                                                     #HR4HR - awesome and easy way to support hurricane relief! Way to go @TMobile! #WorldSeries2017
12931                                                                                                 Another $2 donated to hurricane recovery by @TMobile! Use #HR4HR to join the cause!
12932                                                       Check out Lot of 3: Hard Candy Lip Def 595+ HC Baked Eye Shadow 277+ MoonLove Compact /Tan  https://t.co/dRPEbETDdQ via @eBay
12933                                          Check out Crochet Color Blocked Scarf in Blue White and Gray Handmade Soft Scarf https://t.co/mqdESFFqVp @eBay #fallfashion #scarves #ebay
12934                                         RT @TrustNewsAgain: @Reuters 👩‍⚖️ Crowd Advice: Do you believe this story is advertising? U.S. FDA panel backs approval for Indivior... #Tr…
12935                                                                                                                                                       @EvanTGWoods @ATT What phone?
12936                                        RT @GoldmanSachs: PODCAST: $GS' co-COO of Equities on how the market works and where it goes from here: https://t.co/1jJzPDTLtk https://t.c…
12937                                            Check out Lands' End Blue Blazer Size 8P 8 Land's End Women's  #LandsEnd #Blazer #fashion #Size8 #shop https://t.co/o2eGofS1i7 via @eBay
12938                                                                            @ChrMaertin @Bayer But to what extent? How to know where to stop before becoming nutritional unbalanced?
12939                                                                                    RT @TMobile: Ding ding ding! Another $20K for hurricane recovery! #HR4HR https://t.co/xRyimDyq7b
12940                                                 RT @PhysRevLett: Fault-tolerant quantum code demonstrated on five-qubit superconducting transmon @IBM Quantum Experience computer… 
12941                                             RT @JoseAltuve27: HTown Strong! RT this post with #HR4HR through the World Series and @TMobile will donate $2 for each to hurricane r… 
12942                                                                                                                        RT @netflix: Brb buying some soap to wash out Dustin’s mouth
12943                                                 RT @antman5921: Check out Women's Victoria Secret's Sexy Little Cami Size Medium #VictoriasSecret https://t.co/f771Im9oy7 via @eBay
12944                                            Check out Fenton Glass French Opalescent Milk Glass &amp; Clear Mouse Animal figurine Sticker  #Fenton https://t.co/Q1cgkdjk8n via @eBay
12945                                              RT @cmcgeesmith: #MajorCrimes Season 6 Premiere October 31st 9/8c TNT Make sure u watch❤ #SaveMajorCrimes @amazon @CBS @AllAccessCBS… 
12946                                                                                                                                                                    @McDonalds Treat
12947                                                                       Check out Antique Cabinet Card Sisters Young Girls Compliments Edna and Raphael https://t.co/Cyd4NIUYGH @eBay
12948                                                                                 RT @racewalk12: Thank You @TMobile for the Vudu movie credit today. Gonna watch The Mummy....#HR4HR
12949                                        I had $325 in @amazon gift cards donated to my class. I was able to purchase new technology! Can’t wait to get star… https://t.co/I3eGqC4FJv
12950                                                                         Check out Girls Adorababy Silver Sparkly Rhinestone Ballet Flat shoes size 10 https://t.co/6VHHWfv8jG @eBay
12951                                        RT @Nicole_Romi: We need a new home for our amazing #MajorCrimesFamily! ❤ #SaveMajorCrimes @CBS @AllAccessCBS @amazon @WarnerBrosEnt https:…
12952                                                   RT @paul_cude: High Octane Dragontastic #YAFantasy Action https://t.co/pLxaguRf0r #Bookplugs #FSFNet @amazon #Series #FREE with… 
12953                                                                                                  Check out Cornelius Vanderbear Nutcracker Collection https://t.co/h4WGp7uQB0 @eBay
12954                                                                                                                              @cnnbrk How long until people start blaming @HomeDepot
12955                                                                                         RT @Stranger_Things: @milliebbrown @netflix Do what she says or.... https://t.co/X0BiRG425o
12956                                                             Check out #Disney #101Dalmations 1989 #Hardcover Large Book Disney Classics #Vintage  https://t.co/w9NTVa5MAr via @eBay
12957                                                                                                          RT @Disney: Suit up for a super #Halloween. 👶🎃🔥 https://t.co/htRrKtULAb
12958                                                                                                         RT @manali7120: #HR4HR @TMobile thanks for supporting the recovery efforts!
12959                                            Home Runs for Hurricane Relief: - Tweet #HR4HR and @TMobile Donates $2! - #HurricaneIrma #HurricaneMaria #HurricaneJose #HurricaneHarvey
12960                                                                                     @Starbucks technically still Halloween but when is peppermint mocha coming back cause I need it
12961                                                                                                                              Everything I've ever bought from @ATT  has been trash.
12962                                                                                                  @Reuters @realDonaldTrump After they combed them for damning and relevant content.
12963                                                           I love the @WellsFargo cat commercial. It's great but the company is still awfully corrupt and disgusting.. #creditunions
12964                                                                                   RT @roseljynp: @netflix you need a hurry TF up and get these guys a show. https://t.co/8WpBIo6OwY
12965                                        RT @NatureCutsTags: Spring Decoration... https://t.co/JHaQaKqGMU via @amazon #naturecuts #amazon #shopsmall #decoration #partysupplies #flo…
12966                                        RT @Kevinsigns_: Everyone should tweet #HR4HR today for hurricane relief!! @TMobile donates 2 bucks when you do! #WorldSeries2017 @astros @…
12967                                                                         @Reuters Exactly like how CVS sells candy and diabetes medicine. They get you coming and going. #capitalism
12968                                                                                                             RT @renaissance_pag: @TMobile #HR4HR Sending positive energy to Florida
12969                                                                    BRIEF-Global Ship Lease says closes notes offering and related refinancing… https://t.co/cAhbEONy1a Via @Reuters
12970                                                       Check out Tazart Collector Metal Sculpture Southwest Native Design Petroglyphs Fetish Bear  https://t.co/REOsvAorOV via @eBay
12971                                                                                 @Total911 Check out Trevor Holtzworth`s  1969 Porsche 911 Targa   https://t.co/bgoFYcEGY8 via @eBay
12972                                                                            RT @DebsNovels: Sting of Pleasure #T4US #DarkerSide #BDSM #awakening https://t.co/DnJaK2crH0 via @amazon
12973                                                I hope they don't pull a bsg on us with sharon. #SaveMajorCrimes @cbs# @amazon @cbstv @warnerbrostv @WarnerBrosEnt  #10MillionStrong
12974                                        RT @DJ_tweets_MN: @G6throughF5 @Uber And how did he rent a truck from #HomeDepot with expired ID? @HomeDepot and #Uber have some explaining…
12975                                                            Harley Davidson Women's Embroidered Dark Denim Jacket Size L https://t.co/CM3Thy7syJ @eBay #thatssopetretic #ebayshoppin
12976                                                                                                                     RT @renaissance_pag: @TMobile #HR4HR What a play at third base!
12977                                                                                      Check out New Daks DAKS DC7019 Silver Color cuff From Japan  https://t.co/lGOSz48Mjj via @eBay
12978                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12979                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
12980                                                  Check out Lot of Two (2) Manfrotto Art. 035 Super Clamps in Black https://t.co/eOX8t2H48m @eBay #manfrotto #superclamps #greatdeal
12981                                               Service still does not have Airbag part. Its over a 1.5yrs! They say they R @ the mercy of @Ford. Well #Ford needs 2 get it together!
12982                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
12983                                      RT @Charlton_of_Kek: @M0L0NL4BE @HomeDepot We need to ban trucks or have universal background checks &amp; a 10 day waiting period to rent t… 
12984                                                      RT @CBS: Ready to trick or treat! Celebrate tonight with Michael Jackson's Halloween special on CBS: https://t.co/T3hlVVTfSB… 
12985                                                            Check out Nebraska Cornhuskers NCAA Sidelines Room Comforter and Sheet Set Size Queen  https://t.co/QpeIAelVVC via @eBay
12986                                                     Check out Nissin Cup Noodle Light 12pcs Plain Soy Sauce Instant 57g Limited F/S Japan #Nissin https://t.co/m1tI1wZqZV via @eBay
12987                                                                  RT @Reuters: EU's Barnier is ready to speed up Brexit negotiations https://t.co/nTjhb7LGmQ https://t.co/NVTLGMYQak
12988                                                                               we won't stop fighting @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca ' '
12989                                                                                                                                                           @comcast you're horrible.
12990                                                          Check out Angel Cat Art Poster Pet Archival Quality Prints Signed by artist Cindi Lynch  https://t.co/eO31cUudiX via @eBay
12991                                                             Check out Ray Rose Dance Latin Ladies Shoe Satin Flare Heel Size 5 Rose Gold #rayrose https://t.co/AzP0wfMVtN via @eBay
12992                                                                                          RT @Reuters: Senators aim to protect election systems from hacking https://t.co/bXjlqu2DX4
12993                                               RT @TeamRubicon: This @MLB #WorldSeries @TMobile will donate $2 per tweet to TR when you use #HR4HR! Every tweet + RT counts! Tweet… 
12994                                                                                                        @netflix just cancel the show it rly isn't that hard https://t.co/Zi4bsCHJyR
12995                                                                                                                                            @biebersantics @Starbucks IT IS NOVEMBER
12996                                                      @Ford this isn’t political for me. It’s the sick violence of the ad. It’s children. Children will see the ad. Get away from it
12997                                                           #Ghost Town #rocks and #quartz! #HappyHallowen #HappyHalloween17 #haunted #ebay #ebayseller https://t.co/iSgOjdPVZA @eBay
12998                                                Check out Metlox Poppytrail DELLA ROBBIA  SERVING PLATTER Vernon Ware 354246 Vintage 1975  #Metlox https://t.co/mkhYDxU9PT via @eBay
12999                                                                                                       RT @halloweenpiIots: @Starbucks you're supposed to snort the line not jump it
13000                                                                   WR 2017 Chirstmas .999 SILVER Coin Set Santa Claus Elk Xmas Gifts /w Wooden Box https://t.co/UNIDNPhON3 via @eBay
13001                                                                                                                              @TMobile Trying to eat someone https://t.co/YqW4LrmUnJ
13002                                                                                                            Damn @McDonalds you done fucked up 🤦 #McDonalds https://t.co/k6uaTzz9Uz
13003                                                   RT @Reuters: U.S. to vote against U.N. resolution calling for end to Cuba embargo https://t.co/2h6EQzVR3h https://t.co/p7PeoxYReF
13004                                                                                             RT @luda_559: Shout out to @TMobile for their #HR4HR campaign during the #MLBPostSeason
13005                                           RT @realdailypayne: @LiamPayne @nova100 @McDonalds If you want to listen to @LiamPayne’s entire interview with @nova100 click this link… 
13006                                                                                               Check out Lifted Research Group L-R-G Men's T-Shirt NWT https://t.co/OWwPgeslqd @eBay
13007                                                   RT @Reuters: U.S. to vote against U.N. resolution calling for end to Cuba embargo https://t.co/2h6EQzVR3h https://t.co/p7PeoxYReF
13008                                                                  WR 24K Canada $100 Dollar Gold Foil Banknotes 2011 Polymer Note Bill /w COA PACK https://t.co/rKVK8GJWVC via @eBay
13009                                                                              RT @BurleysonRick: Another $2 donated to hurricane recovery by @TMobile! Use #HR4HR to join the cause!
13010                                                                  Check out Pre-owned Andre Claude Canola Brand GEORGES DUBOEUF - Abstract Necktie Tie https://t.co/K2FFpcUqQD @eBay
13011                                                                                 Check out Vintage Swarovski Crystal Swan Logo Necklace #Swarovski https://t.co/cVqRvivZAN via @eBay
13012                                                        Check out Green comfortable soft ottoman faux leather bench chair stool storage furniture  https://t.co/NVxCpDatgZ via @eBay
13013                                                   RT @Reuters: U.S. to vote against U.N. resolution calling for end to Cuba embargo https://t.co/2h6EQzVR3h https://t.co/p7PeoxYReF
13014                                                    RT @Reuters: Game publisher EA's holiday-quarter sales forecast misses estimates https://t.co/WRI0oS48Rf https://t.co/3Wi8S8KZig
13015                                                 When you find out @Apple has saved a folder of all of your nudes. Thank you for making a brassier folder without me asking for it..
13016                                                                                                     Color is great good quality for the price. https://t.co/dcZvqGYXWh 来自 @amazon
13017                                                 RT @joeDmarti: Got my @TMobile onesie and @Dodgers hat ready for Game 6. #WorldSeries #HR4HR #ThisTeam #Halloween. S/O to my boys… 
13018                                                                                               RT @Reuters: Release of House tax bill delayed until Thursday https://t.co/oIlwW1zzrK
13019                                              Check out Lavish Women's Striped Shirt Navy Blue &amp; Silver Medium Dolman sleeves USA AA21 #Lavish https://t.co/RklTEsK3b7 via @eBay
13020                                                                              RT @FRCdc: .@prageru takes on @YouTube and @Google for video censorship. #tcot https://t.co/ToW1SSmUgn
13021                                                         Check out Brad Paisley Tee Shirt Size M Med Blue Virtual Reality Tour Country Music 2012  https://t.co/QbkyQ7n5G0 via @eBay
13022                                                                         RT @heavensent2272: Retweet to help me WIN a @Google #Pixel2 from @androidforums!!! https://t.co/Mo2L33mqWQ
13023                                                              RT @mook1971: Yo! Check It out Now Playskool Teachin' Tunes Talking Keyboard PS-740 1995 https://t.co/4KNsa9vNRS @eBay
13024                                                                      RT @emthomp24: You are what you make! 🎃☕️ #BasicBarista #PumpkinSpiceLatte @Starbucks https://t.co/J0FEGxnA3X
13025                                        @Castamere_Rains @rohit_ajitkumar @sidmdee @Microsoft Use Lotus Notes once and then you will admire the power of Ou… https://t.co/wD94cBuxot
13026                                        RT @StacyTurner36: More question then answers #savemajorcrimes @CBS @amazon @WBHomeEnt @warnerbrostv @cbstv #KeepFighting #BestShowEver #10…
13027                                                                             RT @Reuters: Banks fearing North Korea mashing prepare defenses: potato experts https://t.co/lTjtptDTNR
13028                                        RT @MAGA_DJT2016: @FergOSU @RichardVeii @SharNeal @RalphNortham @Ford I will never buy a @Ford again. Sold mine!  Gone and will never own @…
13029                                         RT @Help_Find_Me_: OK @TMobile I'll play along for $2.00 to Hurricane victims. RT #HR4HR then search #Missing in your area to help bring a…
13030                                        @HuffPost @AP @Reuters @RT_com Expressionist Impressionist Modern Art @ https://t.co/gNshVjGhfF      Surrealist-Oil… https://t.co/lHAb1DCK3b
13031                                        RT @orange_chitown: @netflix What happened to everyone is innocent until proven guilty?! This is sad.. on your end because this is an awful…
13032                                                             @netflix you took some seasons of Family guy off...why? I have no clue... no apology needed! Just put em back up! Mmmmk
13033                                                             FREE BOOK PIMPIN’: Neverland Evermore (Never Ever Series Book 1) by Sarah J. Pepper https://t.co/pYVvfSAwGd via @amazon
13034                                               No headphone jack: There’s really no way around this one—removing the headphone jack is dumb @Google #AskMore ❓ You Cant Give More😂
13035                                             RT @JoseAltuve27: HTown Strong! RT this post with #HR4HR through the World Series and @TMobile will donate $2 for each to hurricane r… 
13036                                  Cheering on the @Dodgers &amp; the announcer said @TMobile will donate to hurricane relief for every tweet with #HR4HR!! So here's another! 👏👏👏
13037                                                                                                                                            RT @auntT125: Great job @TMobile  #HR4HR
13038                                                                                                                                @amazon knows me too well 😄 https://t.co/UAmXkVVBMh
13039                                                         RT @Reuters: Police arrest Japanese man after body parts found in apartment https://t.co/tZ0KJ005ks https://t.co/mnoikaBEYO
13040                                                   RT @TMobile: Retweet this post and tweet all World Series with #HR4HR and we’ll donate $2 each to @TeamRubicon toward hurricane… 
13041                                                  RT @Reuters: South Korea's Moon says cannot recognize North Korea as nuclear state https://t.co/KLPldl2I9z https://t.co/UPsZmOVtVU
13042                                        RT @wahtx: Please tweet and retweet #HR4HR. Every time you tweet and retweet @TMobile will donate $2 to hurricane relief efforts. #HoustonS…
13043                                             RT @JoseAltuve27: HTown Strong! RT this post with #HR4HR through the World Series and @TMobile will donate $2 for each to hurricane r… 
13044                                        @mriacg @NetflixLifee @netflix If upset GYPSY was cancelled by @netflix go to https://t.co/uQkkY6TIbi and request S… https://t.co/6gKyVkM42x
13045                                                                            RT @CHearSpeakNEvil: Another $2 donated to hurricane recovery by @TMobile! Use #HR4HR to join the cause!
13046                                               We cover 10 must have upgrades you should order when you pick up the new @Ford F-150: https://t.co/xRQAZynydZ https://t.co/FJfy6DMPjb
13047                                                            Bedroom Suite MDF Aesthetic Strong Legs 4pcs Multiple Size &amp;amp; Colour New Alice  https://t.co/UvtkufLt3f via @eBay
13048                                                                                      RT @Yahoo: EPA head to fire scientist advisers https://t.co/cztsxxZJVp https://t.co/EqwWESR9gG
13049                                                                                                                              Hello from @GooglePixels - my first phone from @Google
13050                                                 RT @joeDmarti: Got my @TMobile onesie and @Dodgers hat ready for Game 6. #WorldSeries #HR4HR #ThisTeam #Halloween. S/O to my boys… 
13051                                                           RT @smama_bear: @DebradaBrowning @WBHomeEnt @CBS Yes! Absolutely!! We #KeepFighting together to #savemajorcrimes ✊️✊️✊️👍
13052                                                                                              RT @RadkaRuseva: We want more so @amazon @CBS #saveMajorCrimes https://t.co/jme4fplVg9
13053                                              RT @MorganStanley: Morgan Stanley looks at how #greenbonds stack up against their conventional counterparts. Green is good. #MSIdeas… 
13054                                                        Check out Sigma Catalog Poster Lens Film Camera SLR Last One Rare F/S Limited Japan #sigma https://t.co/vab4Y7rts1 via @eBay
13055                                                    Check out Premier Nissan Hook Loop Adjustable Baseball Cap Camoflauge Paris TN #LynnsSpecialty https://t.co/cqG3iuNXGg via @eBay
13056                                                                   RT @CharlesASnow1: Check out Pre-owned Men's Eagle Neckwear BYU Cougars Necktie Tie https://t.co/wgSDyWMT2L @eBay
13057                                             RT @JoseAltuve27: HTown Strong! RT this post with #HR4HR through the World Series and @TMobile will donate $2 for each to hurricane r… 
13058                                                            Lilo &amp; Stitch Edible Birthday Cake OR Cupcake Topper - 7.5 x 10' rectangular ... https://t.co/HLmtpAOZTQ via @amazon
13059                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
13060                                                                                                                               @netflix get degrassi next generation please n thanks
13061                                                    RT @CharlesASnow1: Check out SIGNED Zig Ziglar 1978 Confessions of a Happy Christian First Edition https://t.co/21lQvJu9Pc @eBay
13062                                                                PAW PATROL SKYE 4 Edible Birthday Cake OR Cupcake Topper - 7.5 x 10' rectangu... https://t.co/QalvlYObXP via @amazon
13063                                                                                                                                  @TMobile Like do people really use T-Mobile???????
13064                                                                          RT @macnkinks: #HR4HR Another $2 donated to hurricane recovery by @TMobile! Use #HR4HR  to join the cause!
13065                                                   RT @Reuters: U.S. to vote against U.N. resolution calling for end to Cuba embargo https://t.co/2h6EQzVR3h https://t.co/p7PeoxYReF
13066                                                                                                           RT @jennifernava: Time for @TMobile to get that #HR4HR started! #ThisTeam
13067                                                              RT @IBM: #ICYMI: IBM ranked #blockchain industry leader according to research study: https://t.co/quFKIh6aa7 via @CNBC
13068                                                         Check out Women's Size S Blue w/Print Top Pantsuit by Susan Graver Styl #SusanGraverStyle https://t.co/BpbSzUQhMw via @eBay
13069                                                                                        @Google fix your apps. 3rd party is already looking more viable then your gas guzzling lips.
13070                                                       I like how @netflix worries that I might miss the lyrics of the intro when I switch the subtitles on: https://t.co/b7Semv5g0m
13071                                             Check out YAMAHA TH-10E Beautiful Electric Taisho Koto (Taishogoto) With Palm Rest &amp; Case #Yamaha https://t.co/9ffNEHpZVM via @eBay
13072                                                                                                                                              Haven’t done it yet... @TMobile #HR4HR
13073                                                   RT @TMobile: Retweet this post and tweet all World Series with #HR4HR and we’ll donate $2 each to @TeamRubicon toward hurricane… 
13074                                    @Stranger_Things @netflix bonus; she also loves nougat as much as dustin &amp; may or may not have gave her character a… https://t.co/hfpVeWCy8F
13075                                                             Check out Perfect Formula Ruby Pink Gel Coat .60 fl. oz. Full Size Brand new in box!  https://t.co/gwxuBSnIbp via @eBay
13076                                                                                                                                                         Way to go @TMobile!! #HR4HR
13077                                                                                          RT @TMobile: Halloween #HR4HR delivering some scary good homers 🎃 https://t.co/n8l70LRa9Z
13078                                         @katiecouric @kaj33 @NFL @NFLPA @espn @SolomonsWisdom @kobebryant @TheRevAl @jemelehill @michaelsmith @Disney @ABC… https://t.co/fuFZY5lnQw
13079                                               Check out Colombian High Performance Sport Shorts ~ Gym Workout Clothing #fitness #athletic #Shorts https://t.co/3xQHh9ACC4 via @eBay
13080                                                                                                                             RT @Apple: Say hello to the future. Pre-order iPhone X.
13081                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
13082                                                   RT @BtuflyBoutique: Check out OUTDOOR LIFE Mens Vest Brown Quilted Full Zipper Snap Pockets Size XL https://t.co/kgicVHOj8S @eBay
13083                                                                                                                           RT @warpimp: GREAT world series.shout out @TMobile #HR4HR
13084                                                                                                                RT @byronpurvis: #HR4HR @TMobile Fingers crossed🤞 for those homers!
13085                                                                                                RT @ColedAsIce: Don't do much tweeting but this is worth it. Thanks @TMobile. #HR4HR
13086                                        RT @BRAINFEEDER: Tune in tonight at 11:35pm for @Thundercat sitting in on @ColberLateShow w/ @StephenAtHome on @CBS! https://t.co/PLlWL1S6Wl
13087                                                   RT @TMobile: Retweet this post and tweet all World Series with #HR4HR and we’ll donate $2 each to @TeamRubicon toward hurricane… 
13088                                                                RT @NICKIMINAJ: Excited to be a part of the all new @hm Holiday Campaign. Stay tuned 😉. #HM https://t.co/znxHbMYjNm
13089                                                 RT @joeDmarti: Got my @TMobile onesie and @Dodgers hat ready for Game 6. #WorldSeries #HR4HR #ThisTeam #Halloween. S/O to my boys… 
13090                                                           RT @Reuters: WATCH LIVE: Pyeongchang 2018 winter Olympics torch arrives at Incheon International Airport in South Korea… 
13091                                                    @Viacom @telefe argentina midnight news journalist announce New York terrorist episode with a creepy smile. 5 Argentinians died.
13092                                                                                        RT @OFFICIAL_YL: Hey @TMobile we doin this again tonight? Lol #HR4HR https://t.co/bAUEjz90tC
13093                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
13094                                        @verizon any timeframe when @go90 will have NBA league pass?Your cust svc chat promised it was included in my plan. I'm Missing games. $200.
13095                                        RT @Ms_R_B_CCA: Home Runs for Hurricane Relief: - Tweet #HR4HR and @TMobile Donates $2! - #HurricaneIrma #HurricaneMaria #HurricaneJose #Hu…
13096                                             RT @DedrickStrong: This year I got to create my first major album cover and it was used by @Apple at their 2017 event. It still feels… 
13097                                                       Check out Tommy Hilfiger Tie Tailored Collection Micro dot 100% Silk Red Blue Gold USA #Tie https://t.co/L2bLFWq44p via @eBay
13098                                                                                                                      Good value for the money. https://t.co/p66rvuFMTI 来自 @amazon
13099                                                                       RT @Ferminite: My area recently got @TMobile 4G LTE and I switch from Verizon tomorrow! Good riddance! #HR4HR
13100                                                                               RT @generalelectric: This snake-like robot arm inspects hard-to-reach areas so workers can stay safe.
13101                                                                        Check out Lot of jewelery 15 Items leather necklace chokers rings leather cuff https://t.co/2ibZLdsC9D @eBay
13102                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
13103                                                                                                                                                    @netflix Where is one tree hill?
13104                                                     RT @petergasca: Thanks for helping us make @OneMillionFrogs a #1 Best Seller on @amazon!! You all rock! https://t.co/abOahHwXmt
13105                                                 @TMobile #Thankenstein + #Contest nothing too spooky but we are Footlocker Sales Associate Power Couple lol https://t.co/1zglMoVacT
13106                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
13107                                               RT @DublinAirport: Want to win 2 return flights to Naples from @DublinAirport with @Ryanair? Just follow us &amp; retweet to enter.… 
13108                                                                                                                                                                  @NFL @pepsi Watson
13109                                        @dpenn23 @TMobile Exactly the same question I asked. Mostly because I was worried I wouldn’t be able to preorder. G… https://t.co/D1WDMo7MKn
13110                                                                                                                      Check out Handcrafted Peppermill https://t.co/XCQJSeQfmd @eBay
13111                                                        Check out Antique Pendant Pan Chandelier Opal White Lamp Shade Reverse Paint Sunset Scene  https://t.co/LbTksHJJta via @eBay
13112                                                                                                          @Apple I love how you're pimping that animated screen saver tech from 2011
13113                                              RT @HAWKEYE2020i: Will the economy follow @Walmart race to the bottom or will social   counterweights demonstrate a better way? @GOP… 
13114                                        @Scooterocket @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell… https://t.co/vniWPmuc5E
13115                                                                  RT @Kelenmcbreen: https://t.co/ku1GpaCQZI @Ford Are y'all aware of your truck's appearance in this terrible video?
13116                                            Check out Skylanders HOT HEAD Figurine &amp; Stat Card Wii PS3 PS4 XBox 360 3DS 2012  SB10 #Activision https://t.co/UTcgmncxLv via @eBay
13117                                                                                                                                             @brea_pri @DaherLou @Reuters Me too!!!!
13118                                           The website is now live: https://t.co/csxwYXOvlu #pharmacy #Pharmacist #MedicareForAll #solapur  do write reviews on @Google @GoogleMyBiz
13119                                                                                             @ATT @justiceleaguewb Money well spent while screwing your customers! #deathabsolvesyou
13120                                                                               RT @JMIST3R: Someone’s up there reppin that #ThreeStripeLife @adidas @wex1200 https://t.co/VYN6d1Y87j
13121                                                                                                                        Love the eternity scarf https://t.co/RJz5DO5URi 来自 @amazon
13122                                                        Check out Elongated Pressed Penny Coin - DESPICABLE ME # 4  MINIONS -Universal Studios FL  https://t.co/DpUgFtPzrL via @eBay
13123                                                              Zombie Apocalypse: The Chad Halverson Series by Bryan Cassiday Unspeakable #horror https://t.co/6dPTGZD2WJ via @amazon
13124                                            @HomeDepot how could you not of known that this man would use you truck to murder people? You're just as bad as those NRA nut jobs. #NYC
13125                                                   RT @TMobile: Retweet this post and tweet all World Series with #HR4HR and we’ll donate $2 each to @TeamRubicon toward hurricane… 
13126                                                                                         RT @BrianUrmanski: Happy Halloween! #Thankenstein #Contest @TMobile https://t.co/UbcRXYHtOk
13127                                                                RT @PayPal: PayPal is excited to announce peer-to-peer payments &amp; customer service bot in @Facebook Messenger.… 
13128                                                                               RT @JMIST3R: Someone’s up there reppin that #ThreeStripeLife @adidas @wex1200 https://t.co/VYN6d1Y87j
13129                                                                  RT @uslgroupltd: Could we produce 5G #broadband from lamposts? @Samsung thinks so with this wireless solution...… 
13130                                           #HowIRuinedHalloween I drove a @HomeDepot pick-up truck into a crowd of people #SayfulloSaipov  #ManhattanAttack… https://t.co/KNGKFvNbs7
13131                                                          RT @SamSindha: Flying to #DodgerStadium to cheer on #ThisTeam ⚾️ and celebrate the heroic relief efforts of @TMobile and… 
13132                                                   Check out Equity Logo Company Advertisement Vintage Iron On Patch 5 x 2 USED  https://t.co/eepRDVKFqP via @eBay #vintage #patches
13133                                                                                              @netflix YOU CAN NOT TAKE OFF HOW I MET YOUR MOTHER!!!! WHO DO I ADDRESS THE LETTER TO
13134                                                            My niece Sofia wanted to be @ElenaofAvalor for #Halloween2017 Sign her up @Disney!!  #ProudUncle https://t.co/Ri5Xe4S7GO
13135                                                                      Up past my bedtime finishing @Stranger_Things on @netflix with @pj275902. Best way to ring in #Halloween2017 !
13136                                                                                                @StevenJackets @emkwan @Apple @ijustine @MKBHD @saradietschy No check here either 😂
13137                                               RT @IoTRecruiting: #FutureDecoded @Microsoft &amp; @alphabetincUS are plunging into #ArtificialIntelligence https://t.co/kZuSuksXmy… 
13138                                                                RT @Reuters: Saudi Arabia to let women enter sports stadiums in 2018 https://t.co/0XGxGKA3CN https://t.co/E31sRrAUwy
13139                                                      RT @Reuters: WATCH LIVE: Torch relay starts in South Korea to mark 100 day countdown to the Pyeongchang 2018 winter Olympics… 
13140                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
13141                                                                  @facebook screw you!  You're a bunch of traitors!  All you care about is money!  I hope you go the way of MySpace!
13142                                                 @Starbucks trying desperately to find any location in southeast Wisconsin to get a zombie frap for a family member tomorrow. Help?!
13143                                        @AmericanVoterUS @CNN @ABC @nbc @CBS @FoxNews Real question: why doesn't Trump use Executive Order to roll back/ reverse/ eliminate #HR4310?
13144                                                                                   @eliza_talks @Reuters But you banged your brother in 2015. Remember your mom was video taping it.
13145                                                        RT @tech_mahindra: We will be LIVE at 9:30 CDT | 20:00 IST with @ATT CEO John Donovan at Booth No. 203! #UnlockExperiences… 
13146                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
13147                                                                                                                             @netflix I want to be in a netflix original series smh.
13148                                                                             RT @Reuters: Suspected terrorist truck attack kills eight on New York bike path https://t.co/BsrQ6a7ElJ
13149                                                                   280cm Vintage Cotton Dress Fabric 1940s Yellow Black Abstract Squiggles Novelty https://t.co/Y1wGjeYkom via @eBay
13150                                                                                                   @netflix not trying to tell you how to do your job but... https://t.co/voswDoad8A
13151                                                                                                         @Disney @HiddlestonersFB Is there one for becoming #loki bff? I'll take it!
13152                                                 Check out New Original Women Ladies Bucket Bag Handbag Yellow Beautiful stylish design #Unbranded https://t.co/DjI5dDMLs0 via @eBay
13153                                                                                                                    Check out my listing on @eBay: https://t.co/ZgqfhIw5zv via @eBay
13154                                                                      Check out Brisbane Broncos  Autographed Signed Jersey 2015 Rugby League NRL  https://t.co/YAJk9dl5K9 via @eBay
13155                                                       Check out Johnson Brothers Old Britain Castles Lavender Saucer Crown Backstamp Replacement  https://t.co/wo26IZuc6X via @eBay
13156                                                                                                                               @netflix slackin on the Halloween movies this October
13157                                              RT @bridgette_TN: Major Crimes Tonight! Watch live! Tweet live! Oct 31st 9E/8C #BestShowEver #savemajorcrimes @CBS @CBSTweet @amazon… 
13158                                                          Check out ANTONIO MELANI Black Platform Patent Leather Peep Toed High Heels Bows Size 7  https://t.co/EJ8ReC7HsR via @eBay
13159                                                                                                                                                    @Ears2YouVlog @Disney Thank you!
13160                                                                          Check out SALE! Book in Ukraine - MONEY. Illustrated Encyclopedia. 2013  https://t.co/guyytxFnOV via @eBay
13161                                                            RT @aniplexUSA: Only one week until Fate/Apocrypha begins streaming on @netflix!  Who's excited? https://t.co/SdxjsmuPN8
13162                                        #WWE Hell In A Cell (DVD) CMPunk Orton Ziggler Christian Cena Adult Playboy @eBay #SDLive #RAW WWETLC Sex NXT TNA RT https://t.co/ZD1qmPjX6B
13163                                                                                    RT @netflix: Production on the final season of House of Cards is suspended until further notice.
13164                                                                @netflix when does the new season of @blackmirror come out.? I thought it would be released in time for #Halloween.?
13165                                                            RT @Reuters: Obama seeks to spark U.S. civic activism with Chicago event https://t.co/OE3prPIgyG https://t.co/VQzpyBwttK
13166                                                                                     RT @IBM: How IBM is setting itself apart in the #AI space: https://t.co/ars1M6rQTx @FastCompany
13167                                                                             Suspected terrorist truck attack kills eight on New York bike path https://t.co/yR7klVgmog Via @Reuters
13168                                                         Check out EXCLUSIVE VINTAGE COUNTRY FOLK COLLECTION FOUR STATUES BENCH  HAY MINT SIGNED!  https://t.co/9zRFIfln2A via @eBay
13169                                                           Check out 1902 IN THE FOOTPRINTS OF THE PADRES California SAN FRANCISCO  FREE SHIPPING  https://t.co/3MpImXvuyx via @eBay
13170                                                                                  RT @SportsCenter: Showing ZERO QUIT in this @CocaCola Nailed It highlight. https://t.co/p4RasaUEt1
13171                                                                                    RT @TMobile: Ding ding ding! Another $20K for hurricane recovery! #HR4HR https://t.co/xRyimDyq7b
13172                                                       Check out Irish Souvenir Coaster Set Casey Family Clan Crest Six Coasters Georgian Gallery  https://t.co/it90tCdIfk via @eBay
13173                                                    RT @MarkDuplass: Everybody do this. @TMobile and @JohnLegere r giving tons of cash to a great cause. All u have to do is tweet… 
13174                                            RT @SachinLulla: #ArtificialIntelligence @Microsoft &amp; @alphabetincUS are plunging into #AI https://t.co/4JsyY2zzDU #Microsoft #IoT… 
13175                                                                                  RT @SportsCenter: Showing ZERO QUIT in this @CocaCola Nailed It highlight. https://t.co/p4RasaUEt1
13176                                                           RT @fletcher_pete: #HR4HR RT @swadylady: @TMobile @TeamRubicon Great catch by Springer in game 6… https://t.co/cXooUZ91n0
13177                                                                                                                                       Who agreed to take Bones off of @netflix 😩😩
13178                                                           RT @MLS: A 4-1 win for @ColumbusCrewSC in tonight’s @Audi #MLSCupPlayoffs. Breaking it down live. https://t.co/FGtJndjCAQ
13179                                                 RT @YarmolukDan: #FutureDecoded @Microsoft &amp; @alphabetincUS are plunging into #ArtificialIntelligence https://t.co/sMh1mWPR7P… 
13180                                                                                                                   @phoenixlp @adidas Bieber has no chance against the pink sneakers
13181                                                                                                                @amazon Amazon please help me out to give me a stuff for free please
13182                                                                                    RT @iAmIlltune: @Richasmari @Walmart Tf is a blood orange? Lmao what forest they grow that at?💀
13183                                        @Walmart @Swagbucks @IbottaApp @Shopkick ...Now going to do more Ibotta offers. Bonuses still available. Don’t Stop… https://t.co/aR0kaOcHLO
13184                                                                         Check out Labradorite and Sterling Silver Ring Size 8.25 https://t.co/k4ycaoQ3eo @eBay #ebay #jewelry #ring
13185                                                                                                                                            RT @netflix: @averymonsen Absolutely not
13186                                                                                               Check out Anthropologie Catalogs 2012  SET OF 3 :)  https://t.co/Dct0OSVz59 via @eBay
13187                                               Stay ahead of the times with this @gleamapp giveaway for the new @Apple Watch Series 3 with GPS + Cellular 👇 https://t.co/B1As4Perbb
13188                                                                                       RT @phoenixlp: Lots of love for the pink @adidas #stansmith s!!! 👞 ❤️ https://t.co/PnhLGWtVaH
13189                                                RT @Reuters: Russia's Medvedev says the world shouldn’t be dominated by one currency https://t.co/M30KZuiqrg https://t.co/RcVaEH3rDJ
13190                                                                                                                                             @codehitchhiker @Starbucks Congrats...!
13191                                                                                                      RT @netflix: L’EGGO! #StrangerThings is now streaming. https://t.co/6L7nbjlzeP
13192                                                                                                                               @Reuters Yeah but it’d be cool if it was the ruble...
13193                                                                            RT @AndyBagginz: Retweet to help me WIN a @Google #Pixel2 from @androidforums!!! https://t.co/O5HfTssupt
13194                                                      Check out Roper Western Shirt L 100% cotton Short Sleeve Blue w/Running Horses Hawaii #Roper https://t.co/92tvgSGNdY via @eBay
13195                                                       Check out Rare RICHARD JACKSON 12 illustrations  Edward Kienholz Exhibition Catalogue 1978  https://t.co/CBEqHJ8Fvn via @eBay
13196                                                                                  RT @SportsCenter: Showing ZERO QUIT in this @CocaCola Nailed It highlight. https://t.co/p4RasaUEt1
13197                                                                                                                                           RT @netflix: Big Mouth is a period drama.
13198                                                         Check out Vtg Signed Marcolin Sweden Crystal Art Glass Fish Dolphin Paperweight Figurine  https://t.co/vubwILhAP8 via @eBay
13199                                                             RT @Reuters: ECB to shut the door on easy money by end-2018: economists https://t.co/YMP681yO5b https://t.co/dGcNhnpjoY
13200                                                                     RT @Citi: Key milestones in our environmental finance journey. For more information check out our new report:… 
13201                                          @Starbucks so like when can we have the option to get a customizable gold card 🤔 cause a golden siren would be pretty dope..#justathought
13202                                                                                                                                                     @dsmrekar26 @Samsung Good jokes
13203                                                  RT @CBS: Calling all Bruno Mars' lovelies... don't miss Bruno Mars: 24K Magic Live at the Apollo tonight @ 10/9c on CBS &amp; CB… 
13204                                                                                                                     *searches @amazon for a good book to read ... #guiltypleasure *
13205                                                            Check out 5 PIECES 2.37CT.LOT! OVAL FACET FANCY NATURAL TOURMALINE NIGERIA #GEMNATURAL https://t.co/7efepIov69 via @eBay
13206                                        RT @successfactors: Has #HR gone punk? @StefanRies66 on how @SAP is leading the new era of onboarding: https://t.co/2lbMMi6Nc1 https://t.co…
13207                                                          RT @Reuters: House bill aims to identify lawmakers in sex harassment cases https://t.co/lwLrurmPO8 https://t.co/6PpDwkiBSo
13208                                                                BIG CHRISTMAS OFFER! Masarrat Acrylic Clear Transparent A4 Size Paper Holder.... https://t.co/7yDbn4JcEq via @amazon
13209                                                                    RT @Burberry: #BurberryXKrisWu. Coming soon. Sign up for updates https://t.co/qkursydqHG https://t.co/NiUIqZ2TrB
13210                                                        RT @Reuters: North Korea says its most advanced intercontinental ballistic missile yet puts the U.S. mainland within range… 
13211                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13212                                                Check out Sharpie Metallic Fine Point Permanent Markers Pen Gold Silver Bronze Assorted 3 #Sharpie https://t.co/CzgaFpUaRC via @eBay
13213                                                                                       Check out 2 x GOONER Arsenal acrylic plastic Keyrings / Keyfobs https://t.co/WSwxtFNmU6 @eBay
13214                                                RT @fluffyguy: RT 4 ur chance to WIN a signed #GabrielIglesias pic and don’t miss @Disney @pixarCOCO in theaters TODAY.  I play “M… 
13215                                                                                                                                   @Space_Cuba @amazon i hope so too for you bro ;w;
13216                                                                                               @Reuters @SeanSean252 @realDonaldTrump racist tweet fake meme https://t.co/9ziihPsVj0
13217                                         @comcast I'm getting dizzy. What you're saying is that you're willing to forgo potential profit in order to comply… https://t.co/mDE0doE1VT
13218                                        RT @siemens_press: Need a good read for tonight? The @Siemens Annual Report for FY2017 is now online: https://t.co/uYCkkLZ466 https://t.co/…
13219                                                                                               I had to get this yesterday @chancetherapper @Starbucks 🤷🏻‍♀️ https://t.co/CYenM9GK2z
13220                                                        Check out 925 Solid Sterling Silver Natural Gemstones Aventurine Cabochon Pendant #Raagarw https://t.co/57UDnifyxk via @eBay
13221                                                        Check out 925 Solid Sterling Silver Natural Gemstones Aventurine Cabochon Pendant #Raagarw https://t.co/57UDnifyxk via @eBay
13222                                                             RT @Greenpeace: Do you know the truth behind @Samsung? Add your name and tell Samsung to stop fueling #ClimateChange:… 
13223                                                        Our trainers are certified from international companies :@ABBgroupnews  @Siemens  @Alstom  @SEL_News https://t.co/he0KiyrS9e
13224                                                          Check out 1.5Ct 14k White Gold Over Diamond Wedding Accents Wedding Engagement Ring Set  https://t.co/5cS2GIthrp via @eBay
13225                                                        RT @mook1971: Yo! Check out Spirit of 76 1776 through 1976 Motion Light Lamp by Fiber Flickers https://t.co/tta07dlSc1 @eBay
13226                                                                                                         RT @weeaboofox: @Ryanair how do you feel about this https://t.co/PRt9CdQzAb
13227                                                                                            RT @Starbucks: Who makes your world a little brighter? #GiveGood https://t.co/4qthLXpbuf
13228                                                                                               @CBS there is no stopping these kids! https://t.co/PIez6lb7DU https://t.co/ywhX3U6XFr
13229                                                                                            RT @Starbucks: Who makes your world a little brighter? #GiveGood https://t.co/4qthLXpbuf
13230                                        @HermanMashaba @CityofJoburgZA @TAC @eNCA @BarbaraCreecyGP @SABCNewsroom @UN @CBS @BBCLerato @IOL @IamSindyMabe @AP… https://t.co/nkEuZNYjjD
13231                                        Visit our booth in the #MindSphere Lounge @Siemens at #sps_live and discover with David Emmenegger how a machine in… https://t.co/VBPbWBdKL1
13232                                                                #HybridCloud Data Management Solutions for @SAP? Watch our brand-new video to find out more! https://t.co/FAhUFRubm4
13233                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13234                                                                                   Check out Kenyan African traditional masaai rungu/ weapon club  https://t.co/8gSh6x6GJH via @eBay
13235                                                                                          @sfosternyc @netflix I wish Younger was still on. Miss it and can’t wait for it to return!
13236                                                                                            RT @Starbucks: Who makes your world a little brighter? #GiveGood https://t.co/4qthLXpbuf
13237                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13238                                                  RT @Reuters: Philippine police killed three men in a Manila slum and called it self-defense. But chilling surveillance footage o… 
13239                                                 Check out Rising Sun - Amazing Tree of Life 925 Sterling Silver Pendant _ Silvex Images #Handmade https://t.co/0UUCKKCkBY via @eBay
13240                                                                                                                                                   @CBS Im waiting for this thanks😎
13241                                                 RT @theleuker: How to integrate Artificial Intelligence in the #Retail industry? @SAP via @digistalistmag https://t.co/gNOPtguChv… 
13242                                          @BoschUK @burnleycouncil @burnleycouk @Discovery_Mus @Siemens @UCLEngEdu @unisouthampton @KingstonUni @UWEBristol… https://t.co/R93XFgLePd
13243                                                                   @himantabiswa @Samsung @HyundaiIndia Sir #StopDeprivingHomeoDoctorsInAssam stop #StopDeprivingHomeoDoctorsInAssam
13244                                                                          Trijicon RM05 RMR 9 MOA Dual-Illuminated Am... by Trijicon for $469.75 https://t.co/6CLAPY3ehy via @amazon
13245                                                                                                                 Check out 1999-2002 US Mint Proof set https://t.co/ymNb3H4k1o @eBay
13246                                                             Check out 10 Grams WOW Natural Rough Blue Sapphire Crystal Specimen From Afghanistan  https://t.co/BbVE5dIKmz via @eBay
13247                                                @Reuters @ReutersTV Did you just post an actual suicide on an auto-play video on Twitter? What in the living fuck is wrong with you?
13248                                                     RT @Disney: Liu Yifei Has Been Cast as #Mulan in the Upcoming Live-Action Film: https://t.co/rKn6minNV4 https://t.co/hkmJW0AdMv
13249                                                          Check out FM fan John Cougar Mellencamp Starship Simple Minds Rocky Japanese Magazine   https://t.co/nbNCnIlArU via @eBay
13250                                                                      nike zoom pegasus 31 flash https://t.co/DHC95Krl60 #Nike #Running #Sneakers #Trainers @Nike @NikeUK @NikeWomen
13251                                                  RT @CBS: Calling all Bruno Mars' lovelies... don't miss Bruno Mars: 24K Magic Live at the Apollo tonight @ 10/9c on CBS &amp; CB… 
13252                                                                                         RT @Starbucks: Fill this heart with those who fill yours. #GiveGood https://t.co/eTtqtdnZOc
13253                                                                            UK class action accuses @Google of unlawfully harvesting personal data #privacy  https://t.co/IY8PRW60N2
13254                                            @himantabiswa @Samsung @HyundaiIndia Please #StopDeprivingHomeoDoctorsInAssam #StopDeprivingHomeoDoctorsInAssam… https://t.co/JXV98DlXQy
13255                                         RT @SAPUKIreland: SAP &amp; @Microsoft have announced integrated #cloud offerings that will help their customers drive business innovatio… 
13256                                                                                                                                 @Reuters His behavior:      https://t.co/4lJR1bzL2c
13257                                        @Janetpage123 @Reuters trump bimbos wet their panties knowing the perverted pathological liar and narcissistic  soc… https://t.co/V41zLSRTYT
13258                                                  RT @AstraZeneca: Where have we seen improvements to date in secondary prevention? Read two expert views: https://t.co/ywcadH0TL1… 
13259                                                RT @DenisCepun: @Microsoft at #Slush17 with President of #Finland @niinisto opening this amazing event on  #Suomi100 #slushmoments… 
13260                                                  RT @GreenpeaceAP: Noticed anything strange about this new @CocaCola Christmas ad? Please RT #HolidaysAreComing #EndOceanPlastics… 
13261                                                  RT @Stupidosaur: @zigs_apps @just_outspoken @agarwal_mohit @windley @Subhashish30 @sunil_abraham @SovrinID @CIA @amazon @POTUS44… 
13262                                                                                                    @facebook my timehop won’t connect to Facebook??? Help x https://t.co/ip4T3K25vM
13263                                                                                                                            @Starbucks c’mon help a girl out https://t.co/Qx5uq8wYTO
13264                                                       Check out MOLDAVITE PENDANT3 # occult # tribal # healing # spiritual # awareness #handmade  https://t.co/MTC72ysmRZ via @eBay
13265                                                          Check out Wedding Blue Sapphire Round Bridal Engagement Ring Set In 14K White Gold Over  https://t.co/2RBtq0F5K8 via @eBay
13266                                           RT @Reuters: Russia's Lavrov: little difference between policies of Trump and Obama - RIA https://t.co/QVcFj9tOBs https://t.co/r1JCaYuak6
13267                                        RT @SilviaHurnaus: #diversity empowers a stronger workforce in a #digital world @intel as a role model @DMattin #mmk17 #Disruption https://…
13268                                                   RT @Reuters: Ex-Twitter worker claims responsibility for Trump's account shutdown https://t.co/5nmPcwaSw2 https://t.co/wPwW8srEIa
13269                                                                                                                           @bitchitsbrttney @BankofAmerica they get paid on thursday
13270                                                         My thoughts on the symbolism of  @nextofficial and @tesconews partnership - https://t.co/L5MXC1jwf5 https://t.co/v4KGrayZbt
13271                                                     RT @Disney: Liu Yifei Has Been Cast as #Mulan in the Upcoming Live-Action Film: https://t.co/rKn6minNV4 https://t.co/hkmJW0AdMv
13272                                                     RT @Disney: Liu Yifei Has Been Cast as #Mulan in the Upcoming Live-Action Film: https://t.co/rKn6minNV4 https://t.co/hkmJW0AdMv
13273                                                       RT @Reuters: Japan emperor to cede all public duties after abdication: prince https://t.co/N6M2n60LP8 https://t.co/xzE782KoXq
13274                                                                                                                                                                        @Disney Good
13275                                                     RT @Disney: Liu Yifei Has Been Cast as #Mulan in the Upcoming Live-Action Film: https://t.co/rKn6minNV4 https://t.co/hkmJW0AdMv
13276                                                RT @Reuters: Playing with fire: tens of thousands refuse to leave Bali volcano homes https://t.co/t8kghrnvoV https://t.co/s5Xe9Yz0aW
13277                                            RT @TrussellTrust: Did you know the @Tesco Food Collection starts today? Stores are collecting for your local foodbank. Donate an item… 
13278                                                RT @Reuters: Playing with fire: tens of thousands refuse to leave Bali volcano homes https://t.co/t8kghrnvoV https://t.co/s5Xe9Yz0aW
13279                                                       Check out 5 x DIY Eco Blank Canvas handle Makeup Bags personalized Phone Pouch Pencil Case  https://t.co/XW5mRU9BoE via @eBay
13280                                                          Check out 30000 to 20 PLASTIC COIN MONEY BANK BAGS NO MIXED COINS CHANGE CASH RETAIL UK  https://t.co/tiTXxzKcQJ via @eBay
13281                                                       Leading the #SDWAN movement: @Viptela and @Cisco Managed Services #AccelerateIT together. Read blog:… https://t.co/awmI7yNLi2
13282                                                                     RT @IBM: #TEDatIBM is coming up on 12/6. Check out this year's speaker lineup and find out how to watch live:… 
13283                                                                                                           Check out Snake rattle and shark teeth  https://t.co/fRbKmfh4lE via @eBay
13284                                         @CleanGirlSoap @Ria_MonetNYC @WhoDeyChick05 @missajn @CBS It's ShangHai lmfao and they have internet there. It's a… https://t.co/egy2uBbov2
13285                                                RT @Reuters: Playing with fire: tens of thousands refuse to leave Bali volcano homes https://t.co/t8kghrnvoV https://t.co/s5Xe9Yz0aW
13286                                                     RT @Disney: Liu Yifei Has Been Cast as #Mulan in the Upcoming Live-Action Film: https://t.co/rKn6minNV4 https://t.co/hkmJW0AdMv
13287                                               Stay ahead of the times with this @gleamapp giveaway for the new @Apple Watch Series 3 with GPS + Cellular 👇 https://t.co/TJAbq12Pau
13288                                                      Well done @KazGWilson from @MalluskInfo supporting the #FoodBank appeal today in @Tesco @TrussellTrust https://t.co/5L2sAXW3fS
13289                                                                                                          @asinnema @netflix The clip path still didn’t work! It drove me crazy lol!
13290                                           RT @Jefferson_Wolfe: @amazon just launched a camera with #AI smarts - the camera is intended for #developers who want to learn to build… 
13291                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13292                                         RT @BrunoMars: Ladies put your hoops on tonight! Fellas break out that good cologne! #BrunosTvSpecial is airing on @CBS! What y’all trynna…
13293                                                             @ATT #Gigapower Current speed: 52.79 down / 45.63 up. That's 4.8% of a gigabit connection. #fiber #speedtest #broadband
13294                                               Stay ahead of the times with this @gleamapp giveaway for the new @Apple Watch Series 3 with GPS + Cellular 👇 https://t.co/bm9SFY2E1W
13295                                                                        @Reuters @makinibrice @miholden He was also criticised by the extremist group the Muslim Council of Britain.
13296                                        RT @aimafidon: “Seek out the kind of leader you want to work for. The role will come. “ Diana Kennedy @BP_plc at #wearetechwomen https://t.…
13297                                                                                         Check out Sinn UX EZM2B GSG9 Watch Used Excellent++ #Sinn https://t.co/H5n8BrXB3V via @eBay
13298                                                      RT @hm: Out now! Discover the brand new collection: Nicki Minaj x H&amp;M! #HM https://t.co/iWcAdmDfrZ https://t.co/Fw2yPlMq0U
13299                                          RT @SandraMArevaloA: @Danone @salesforce @Groupe_Renault and @adidas setting the pace in the global landscape for Impact Corporate Ventu… 
13300                                                     RT @Disney: Liu Yifei Has Been Cast as #Mulan in the Upcoming Live-Action Film: https://t.co/rKn6minNV4 https://t.co/hkmJW0AdMv
13301                                        @Tesco Linda McCartney sausages I bought yesterday were £2 but in @Morrisons they are £1. Not a very good price mat… https://t.co/cfdgFHQlJ1
13302                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13303                                                                                                              Check out Solar Dancing Chipmunk  https://t.co/AT3v6Yi0vS via @eBay...
13304                                        @crypto_rand @amazon Digital money gave money to people. Ordinary people. How cool it is #bitcoin #ethereum #crypto… https://t.co/kjEgOwdZq2
13305                                                                                          RT @Nike: The moment Mike Jordan became Michael Jordan. #WinLike82 https://t.co/aOR6qV79ZS
13306                                                   Check out Charming Pink &amp; Brown Natural Agate Druzy 24k Gold Electroplated Earring Jewelry  https://t.co/Cl0yCrZCyv via @eBay
13307                                                                                             Check out Red Dice Earrings Clear &amp; Red Earrings  https://t.co/u5H3pjEIGO via @eBay
13308                                           RT @Reuters: Russia's Lavrov: little difference between policies of Trump and Obama - RIA https://t.co/QVcFj9tOBs https://t.co/r1JCaYuak6
13309                                            people &amp; organisations &amp; Government that might have never before worked together - @DenisNaughten @SEAI_ie @sseairtricity @intel
13310                                                          RT @Google: 10/10/100: our 2017 Environmental Report marks three major milestones for Google's sustainability programs →… 
13311                                      Help people in crisis this Christmas🎅 please donate if you can👍 @Tesco Food Collection #StopUKHunger #EveryCanHelps… https://t.co/kw3jmy0oCs
13312                                                       RT @Reuters: Tourists fly out of Bali at last as wind blows volcanic ash away https://t.co/pYPIrzweYT https://t.co/wUxoS9oCse
13313                                         @CNN Dont do it..... Enough said. @Apple needs to work on releasing a good OS first. Aesthetically the iPhones are… https://t.co/ISK9fxEH4C
13314                                                                                       RT @Reuters: Muslim holds ancient key to Jesus tomb site in Jerusalem https://t.co/UmiiMrHEzi
13315                                               RT @grants4apps: Join us at the @Bayer @BayerSuomi @BayerSverigeAB booth in @SlushHQ #Slush17 at 2:15 pm for our #startups #DemoDay… 
13316                                                        Signatures needed: @Walmart is hiding behind @ModCloth https://t.co/NNe7Rpmxfe- #ByeModCloth #ModClothisWalmart @CREDOMobile
13317                                                       Check out Amazing Victorian 4.01cts Rose Cut Diamond Silver Stunning Cross Pendant Jewelry  https://t.co/Kg1HA5RU1K via @eBay
13318                                                      RT @hm: Out now! Discover the brand new collection: Nicki Minaj x H&amp;M! #HM https://t.co/iWcAdmDfrZ https://t.co/Fw2yPlMq0U
13319                                                       RT @peta: See the individual ☝️ This PETA billboard in #Memphis is reminding @McDonalds diners to make the connection to WHO… 
13320                                                                                                                                                   @NFL @adidas @NFL a colossal joke
13321                                                             Check out 1.40 Ct Princess Cut Diamond Womens Engagement Wedding Ring 14K White Gold  https://t.co/a3QezYB9wv via @eBay
13322                                               RT @Reuters: WATCH: U.S. calls on China to choke off North Korea's oil https://t.co/CQHesBmDGt via @ReutersTV https://t.co/9pRhZ5sWC9
13323                                                RT @porkpie79: Lets do this lets... #savemajorcrimes @CBS @AmazonVideo @warnerbrostv @WBHomeEnt. The British won't go without a fi… 
13324                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13325                                                                    RT @Burberry: #BurberryXKrisWu. Coming soon. Sign up for updates https://t.co/qkursydqHG https://t.co/NiUIqZ2TrB
13326                                                     RT @Disney: Liu Yifei Has Been Cast as #Mulan in the Upcoming Live-Action Film: https://t.co/rKn6minNV4 https://t.co/hkmJW0AdMv
13327                                                  RT @GreenpeaceAP: Noticed anything strange about this new @CocaCola Christmas ad? Please RT #HolidaysAreComing #EndOceanPlastics… 
13328                                                  @ladybuggedhc @Q13FOX @realDonaldTrump @VP @US_FDA @CBS @AC360 @cnni @jeffsessions @RepJayapal @GovInslee… https://t.co/fDpNOorYas
13329                                                                    RT @Reuters: Trump sparks outrage in UK with tweet to May after sharing far-right videos https://t.co/GwRTkkECk6
13330                                                        RT @VirginiaKettle1: Check out Vintage Blue Elastic Waist Skirt Classic Expressions Size 38/24 https://t.co/fOkxN7idqE @eBay
13331                                               RT @Reuters: WATCH: U.S. calls on China to choke off North Korea's oil https://t.co/CQHesBmDGt via @ReutersTV https://t.co/9pRhZ5sWC9
13332                                                                                  RT @CalvinKlein: Explore the CALVIN KLEIN offering online 24/7 at @amazon. https://t.co/uQjwbkNU7k
13333                                        This is why we fight. Save Fritz #saveMajorCrimes @WarnerBrosEnt @warnerbrostv @CBSTweet @CBS @AllAccessCBS @amazon… https://t.co/QCOyRLOvFX
13334                                                         Check out Ripped bts kpop casual jeans mens jeans denim destroyed trousers Premium pants  https://t.co/QBRSnxU6SI via @eBay
13335                                                             Podcast guest Jason McGee of @IBM talks us through containers. @jrmcgee #cybersecurity #infosec https://t.co/Ubd16vGHk3
13336                                                                 RT @mook1971: Yo! Check out Pioneer TP-727 In Dash 8 Track Stereo Player #Pioneer https://t.co/SmH8tK4LSM via @eBay
13337                                        RT @SolarPrepper: Driving Towards Disaster: Survival of the Best Prepared: Pandemic Prepper fiction https://t.co/USzOoD9GpW via @amazon #pr…
13338                                                                                                                                           RT @netflix: Big Mouth is a period drama.
13339                                                RT @JA_Europe: #JAMoreThanMoney supported by @HSBC teaches kids about #FinancialLiteracy presented by @JA_Europe board member Mart… 
13340                                        A bit heartbroken that a lot of the #glutenfree Christmas goodies in  @Tesco contain pea fibre #peaallergy I was so… https://t.co/FSrnAwKGlJ
13341                                                                        RT @womensromance: Life Upside Down: romantic life story by Jacey Rhodes https://t.co/TcUXCC9nho via @amazon
13342                                                                       RT @Reuters: Sexual misconduct allegations may roil 2018 U.S. congressional elections https://t.co/gDDwvQUQnL
13343                                                           Check out 10K White Gold Ladies Round Cut Diamond Wedding Engagement Ring Set 1.50 Ct.  https://t.co/YwnmvVFUc8 via @eBay
13344                                                   Check out Mizuno soccer spike MONARCIDA 2 NEO JAPAN P1GA1720 ZEROGLIDE US9.5 w/tracking #Mizuno https://t.co/fgFpaSjvCw via @eBay
13345                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13346                                                                                                                      @Adripathic @NICKIMINAJ @hm @hmespana I looks so good on u !!!
13347                                        RT @Reuters: WATCH: Bosnian Croat war crimes convict dies after taking 'poison' in court https://t.co/DbJZN5w6oP  via @ReutersTV https://t.…
13348                                                         Check out Avon Pink Rose Teapot Bluebird Green Leaves Vintage 1995 Decorative Only Fine   https://t.co/2M1E7nj3Sy via @eBay
13349                                        @comcast you have paid lobbyists to overturn FCC rules on net neutrality-now you pretend to disavow that -  we will… https://t.co/YU6Vg6KiiP
13350                                                                                                                                                I wish @McDonalds delivered 💔 #mood
13351                                             RT @happyhippyshack: True Destiny Dress L New White Rayon Embroidered Boho Hippie Cold Shoulder Large https://t.co/UeQyr8RNsh via @eBay
13352                                                                      RT @Reuters: The adoration of Kim Jong Un https://t.co/7WK4zM4zND via @ReutersPictures https://t.co/CaG1ImVnXY
13353                                                     RT @Disney: Liu Yifei Has Been Cast as #Mulan in the Upcoming Live-Action Film: https://t.co/rKn6minNV4 https://t.co/hkmJW0AdMv
13354                                                                                                     Check out Threshold Cardinal Ceramic Holiday Dish https://t.co/zhqEVJms42 @eBay
13355                                                                    @HealthEugene @IsaLopzGuerrero @JannisBusch @Bayer Look I found @yeysus. And others 😁😁 https://t.co/F8p8k6cO5I
13356                                                                                          RT @nyctartanweek: LOVING the UK @Google Doodle for #StAndrewsDay! https://t.co/91UhvZ7EfV
13357                                                                                                                               @Reuters Still rollin’ a late 1970s Lincoln though...
13358                                         @gradu8recruiter @Apple If you cared about your battery working and your phone being good you would buy a Samsung.… https://t.co/KDzk5LDdhg
13359                                                               Check out New Martinsville Moondrops Cobalt Blue 8 oz Glass Footed Tumbler Vintage  https://t.co/eKDGF8FNkS via @eBay
13360                                                                                                                  @ATT why has my service been more spotty than it eve me has before
13361                                                                                                                      @sdsouza007 @easyJet Should’ve gone from @LondonCityAir Steve!
13362                                          RT @HarlowTwnCentre: The iconic @CocaCola Christmas Truck is here from 11am in Market Square. Remember there is free car parking from 3p… 
13363                                                     RT @Disney: Liu Yifei Has Been Cast as #Mulan in the Upcoming Live-Action Film: https://t.co/rKn6minNV4 https://t.co/hkmJW0AdMv
13364                                                     I'm in! Just entered the @hwbot #ocwc17 Predict The Champion contest . Thanks @intel and @SeasonicPSU ! https://t.co/CvT9NVVm9L
13365                                                       Check out  Crystal Hydro Quartz Oval Bead 10x14MM Top Front To Back Drilled Jewelry Making  https://t.co/T6MExbPAaX via @eBay
13366                                         RT @Reuters: EU says needs concrete evidence from Turkey to deem Gulen network as terrorist https://t.co/vySjyLGpVy https://t.co/PdsKrDCTLr
13367                                          RT @semihmeteyazici: @FactCheckingTR @Reuters Intelligence companies and formal Google Play statistics say that⤵600K (anyone can underst… 
13368                                                          @EllieMentha @helloitsabbie @petitdemange__ @AppleSupport @Apple you know Bill Gates is Microsoft and not Apple right? lol
13369                                        RT @CNC_comms: A superb event last night with @BP_plc exploring how #digital #innovation is affecting the #energy landscape https://t.co/VO…
13370                                                                       Guidance from @Oracle for preventing #OracleEBS access to unused forms/pages in R12.2 https://t.co/2FQHsAN5Sx
13371                                                    RT @TechGenYZ: #Microsoft Photos for #Windows10 Updated with #remix 3D feature @Microsoft @MicrosoftHelps @MSFTnews @TechGenYZ… 
13372                                                            RT @Reuters: From @ReutersTV: Two daredevil wingsuit fliers stage terrifying stunt over the Alps https://t.co/YYVj6D5X33
13373                                        @Scooterocket @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell… https://t.co/GjKKYVxUdk
13374                                                   Check out #GM General Motors Take No Prisoners #Coffee Mug Full Size #Truck #Engineering #MWare https://t.co/WiLy6WVS6G via @eBay
13375                                                                 RT @beatsbydre: Boss Tip: Don't forget anyone this holiday season. #BeatsX &amp; @DJKhaled #BuiltForBosses @TMobile
13376                                        Dear @nextofficial I wish your sizing was consistent pair of jeggins fitted perfectly so ordered same except diff c… https://t.co/5ePsclCDKi
13377                                                                          Trijicon RM05 RMR 9 MOA Dual-Illuminated Am... by Trijicon for $469.75 https://t.co/6k67H1LZ1A via @amazon
13378                                                                                                                                           RT @netflix: Big Mouth is a period drama.
13379                                                                    RT @Burberry: #BurberryXKrisWu. Coming soon. Sign up for updates https://t.co/qkursydqHG https://t.co/NiUIqZ2TrB
13380                                                                                               RT @McDonalds: Bonus fries in the bag. #Happiest5WordSentence https://t.co/0VoUE82MyP
13381                                                                                             My Dad and the Foul Beast Within di Cassandra Smith https://t.co/RobEiYoSVz via @amazon
13382                                              RT @RadkaRuseva: This is why we fight. Save Rusty #saveMajorCrimes @WarnerBrosEnt @warnerbrostv @CBSTweet @CBS @AllAccessCBS @amazon… 
13383                                                           Proof positive that people will do ANYTHING for money... even if it means working for @WellsFargo https://t.co/Hmg1WEioBS
13384                                                             Check out Purple Scarf Navy Trim Italian Paisley Vintage Design Gorgeous Women’s Clothing https://t.co/ZXlqH9ZPy5 @eBay
13385                                                                                                                                     @NASSCOMStartUps Great initiative @thalesgroup.
13386                                                                                                                    Check out my listing on @eBay: https://t.co/hC8rknHdPL via @eBay
13387                                                  RT @GreenpeaceAP: Noticed anything strange about this new @CocaCola Christmas ad? Please RT #HolidaysAreComing #EndOceanPlastics… 
13388                                                                Silverstargemsjewellery 1.97Ct Round Red Garnet Solitaire Enhancer Wedding Ri... https://t.co/zjealMb0l1 via @amazon
13389                                                                         Check out New Orleans Saints youth ugly sweater size XL #NewOrleansSaints https://t.co/yFxkv0XMU4 via @eBay
13390                                                        Check out led sidelit painted metal electric logos business signboards outdoor customized  https://t.co/BYbjbnqEEm via @eBay
13391                                        Very informative day so far with @HumberLEP including presentation from @Nestle on #apprenticeships AND we learnt i… https://t.co/o8MKJiU1q7
13392                                                   RT @tvlooy: OpenSSH doesn't allow an empty password by default (PermitEmptyPasswords no). Hey @Apple the OpenBSD folks saved yo… 
13393                                                  @madebygoogle @Flipkart @Google Today is 30th. I am waiting from morning. No single delivery updates from… https://t.co/8CvljijWfS
13394                                        #Tech startup @TrintHQ appoints veteran @Microsoft #marketing director @donnahi https://t.co/hUhzM78WYP #appointment https://t.co/8G70CWAyyG
13395                                                                   Check out Gem Heliodor about 7 grams mounted on lucite. Mined in 1972 in Tajikistan https://t.co/MMAyjJSbRe @eBay
13396                                    RT @AntiqueFlaneur: Check out Vintage Reed &amp; Barton Neo-classical Silverplate Oval Handled Tray w/ Leaf Border https://t.co/rTnQY6jphS @eBay
13397                                                                                                                        @Reuters Is he sorry for the bulling or just getting caught?
13398                                                             RT @Reuters: EU's Tusk to fly to Dublin Friday as Brexit deadline nears https://t.co/KMKGvWs9tB https://t.co/0Ai1bBeNee
13399                                        Very rude and unprofessional courier from @fastwayireland just dropped (literally) my package from @amazon and left… https://t.co/jghgOV8hKp
13400                                                                                                                                                                   @comcast Bullshit
13401                                                              Check out International Santa Claus Collection Philippines Figurine Christmas 1998 w Box https://t.co/0f7Rhupys0 @eBay
13402                                        @sandip_mahal @Apple I read a tweet quoting their release notes saying you may need to repair file sharing. But ...… https://t.co/CHHQGqjzuq
13403                                                                Silverstargemsjewellery 14K White Gold Finish Round Simulated Diamond Women's... https://t.co/CVmyYHL7xK via @amazon
13404                                                                                         Check out Juicy Couture Relaxed Velour Top Size S Color Lilac https://t.co/XGweFaBjMo @eBay
13405                                                                                                           Check out DKNY BIG GIRLS GRAPHIC TEE SIZE M https://t.co/mpK8jVSTYl @eBay
13406                                                         Check out this Amazon deal: Phaiser BHS-730 Bluetooth Headphones Headset ... by Phaiser https://t.co/6gKRc2dC96 via @amazon
13407                                                            Diesel-powered @BMW 540d is coming to the U.S via @CARandDRIVER https://t.co/mxqy4QU428 https://t.co/EbpAvR2R2y #realtor
13408                                                         Who wants to #Win a Pfizer Pediatric Prizepack via @genofsavings @pfizer #giveaway #SickJustGotReal https://t.co/mwo4K37voO
13409                                           RT @Disney: Give Your Phone a #PixarCoco Makeover With These Wallpapers from @OhMyDisney: https://t.co/4s69VD1RMp https://t.co/MDAuT30Ddv
13410                                                                                                                              I wish @hulu had that download thing that @netflix has
13411                                                             Enter to #Win a Pfizer Pediatric Prizepack via @genofsavings @pfizer #giveaway #SickJustGotReal https://t.co/BYTyTJ8ZCL
13412                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13413                                                  The #News Feed Publisher Guidelines from @facebook offers guidance for success publishing on the platform… https://t.co/JrUSBSAFor
13414                                                                Silverstargemsjewellery Oval Cut Red Ruby Women's Three Stone Fillgree Engage... https://t.co/LcTqjTGZIE via @amazon
13415                                                            Silverstargemsjewellery 1.62 ctw 14K White &amp; Black Gold Over Tanzanite Weddin... https://t.co/cP7E6kPpye via @amazon
13416                                                           RT @Reuters: Record fall in net migration to UK in year after Brexit vote https://t.co/Aym9WPR9Nx https://t.co/7gDsmgplLP
13417                                                                Silverstargemsjewellery 14k White Gold Over Disney Princess Jasmine Engagemen... https://t.co/sLakv5UxQm via @amazon
13418                                                                    @ILMxLAB @philthecool @starwars @Nissan That look great in can't wait to see all the film in HD/3D at the cinema
13419                                        RT @saveonyourstyle: Check out American Eagle Men's Sweatshirt XXL 2XL Crew Heather Gray Burnout Print AEO NEW https://t.co/ATJ2SAVgZy @eBay
13420                                                 RT @Gillette: The big days in a child's life are big days for the countless people who have stood beside them. What’s your favori… 
13421                                                                                            RT @LetToysBeToys: The pink pound strikes again. Is this @Tesco? https://t.co/v3ZhG8zrCe
13422                                                                  Check out Womens US Polo Assn Blue Jeans Studded SZ 18 #USPoloAssn #BootCutFlare https://t.co/DSaFPEz9ea via @eBay
13423                                                  RT @Reuters: U.N. tribunal stunned by courtroom suicide of Bosnian Croat war criminal who smuggled fatal dose of poison into hig… 
13424                                         @jormy @Apple @SwiftKey Well its possible to t type quickly but currently its not showing any predictions when tip… https://t.co/xSTlMIIRsQ
13425                                                          Check out this Amazon deal: XTOUCH Mini Smart Plug Wi-Fi Smart Socket Out... by XTOUCH https://t.co/hE3DEcrzRH via @amazon
13426                                         @LadyBleach @GeeSungee @bethaniapalma @jojokejohn @PattiKimble @Maxeightyeight @TIME @netflix @at @comcast @verizon GouGou does the same 😂
13427                                    Want to put a work day on hold and escape for a luxurious spa day? @MorganStanley Reserved Living &amp; Giving can help… https://t.co/OhLkn1lqLc
13428                                                                                                @Reuters @HeeShin @pearswick Perez Hitler runs news cycles and social media accounts
13429                                                         Check out this Amazon deal: 23andMe DNA Test Ancestry Personal Genetic Se... by 23andMe https://t.co/cPRp3yzBXn via @amazon
13430                                                                RT @Reuters: NATO mulls 'offensive defense' with cyber warfare rules https://t.co/XftA4brbTP https://t.co/QUxYlQR7kl
13431                                                                                            RT @Starbucks: Who makes your world a little brighter? #GiveGood https://t.co/4qthLXpbuf
13432                                                                                                           Check out Pug Love Primitive Heart Dog  https://t.co/bXDtzpSl30 via @eBay
13433                                                                Check out #VINTAGE RUSSIAN SOVIET #USSR 1970-x #MEDICINE HAND HELD #MASSAGER RARE  https://t.co/ErHK4Igf3i via @eBay
13434                                                                                                           Why does my @Apple iPhone randomly capitalise letters? @AppleSupport #iOS
13435                                                   How Cool is this.....a Bronze Statue Sculpture Original Vintage Antique Holding Head in Sorrow  https://t.co/gj22eFUEEw via @eBay
13436                                                                                                                                                                 @Ryanair Corfu 😎😎
13437                                                                                                                  I'm at @Starbucks in Riyadh w/ @almarshadh https://t.co/ZVGqqSalLf
13438                                            Check out vintage Lia Sophia Black &amp; Silver Tone Unusual Pendant 18 Statement Necklace NR #Pendant https://t.co/wBVMSF2voR via @eBay
13439                                                                              RT @Reuters: UK PM May says Donald Trump was wrong to retweet far-right videos https://t.co/prvNuR4lHJ
13440                                        RT @mobileworldlive: Blog: Have operators been misled over #NFV? @AdaxInc @ONAPproject @cartesiantweets @RedHatNews @ATT @Telefonica https:…
13441                                                      RT @smama_bear: 10 million viewers can’t be wrong!! #SaveMajorCrimes !! #SaveProFlynnza @CBS @CBSTweet @AllAccessCBS @amazon… 
13442                                             RT @labadensndeye: Secrets Book Launch Journey to the Ultimate Success:  Links Included (Secrets... https://t.co/3L5eJynesP via @amazon
13443                                                                 Brands turning to @amazon looking for safer display ad platforms @forrester https://t.co/0SfZQaAaW7 @lauriesullivan
13444                                        WARM FREE SHIPPING EDDIE BAUER Ebtek Insulated Front Zip Men's Vest #EBTEKVEST #INSULATEDVEST  #EddieBauer https://t.co/VAPsCloI1b via @eBay
13445                                                      RT @Reuters: Bosnian Croat wartime general dies after drinking poison in court https://t.co/huZ8f8K3q3 https://t.co/zWG9wkgBd9
13446                                                                                                                                              @Microsoft OR Not 🐧🐸🦄\U{01f993}🦁🦍
13447                                                                The Jesse Tree: Devotions for the Season of Advent by Deaconess Michelle Domi... https://t.co/EbIfMxOIAC via @amazon
13448                                        @underwatergeek @martenson @aaomidi @_coolpup_ @lemiorhan @AppleSupport @Apple If you are a computer professional t… https://t.co/wHi7auzBnf
13449                                         Always feel bad for the overworked underpaid @Starbucks employees. Every #starbucks is significantly understaffed.… https://t.co/RHAJvgX62R
13450                                                     RT @Disney: Liu Yifei Has Been Cast as #Mulan in the Upcoming Live-Action Film: https://t.co/rKn6minNV4 https://t.co/hkmJW0AdMv
13451                                                                                                                Land Before Time Mca (Universal) https://t.co/ofxY4eZyaz via @amazon
13452                                                       Check out Real Steel Light Up EFX ATOM vs ZEUS WRB 2 Figure Pack Jakks Pacific Damaged Pkg  https://t.co/ZZn8pMNbgd via @eBay
13453                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13454                                                                                                                                @netflix @sense8 This hurts me plz bring sense8 back
13455                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13456                                                                          RT @Reuters: Matt Lauer apologizes after 'Today' firing as more women come forward https://t.co/jkEzAEU5bu
13457                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13458                                                   RT @FoodCities: Head of @PHE_uk urging councils and shopping centres to ban @CocaCola Truck Tour because of sugar’s key role in… 
13459                                               RT @Reuters: U.S. sanctions strain relations between Putin and some Russian oligarchs https://t.co/aB7APyjcNn https://t.co/FaI6ueUF4J
13460                                                 @EA @Disney #battlefront2 #disney #lucasentertaiment  Please EA go out ot business pretty please.  JUST GO. https://t.co/OJFpCrSwik
13461                                                                 When you ordered a bacon egg &amp; cheese biscuit from @McDonalds and this is what you get. https://t.co/3o1DIcJdRQ
13462                                        I ordered some replacement earring backs from @amazon and this is the box they arrived in. The item is in the top l… https://t.co/T8iH6ToAPw
13463                                                              RT @netflix: Netflix supports strong #NetNeutrality. We oppose the FCC's proposal to roll back these core protections.
13464                                         Starting TOMORROW! Get a FREE $10 @hm gift card when you purchase a #LegendsOutlets gift card with a minimum value… https://t.co/pJYlFwJSOJ
13465                                      RT @GagaTattMonster: @verizon I have over 50 @ladygaga tattoos &amp; I wld LOVE the hookup 4 #VZup stageside tix 4 #JOANNEWorldTour Theres N… 
13466                                                                      Executive who drove Uber's international expansion leaves https://t.co/r0tHPK132f Via @Reuters #technologynews
13467                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13468                                                                    RT @Burberry: #BurberryXKrisWu. Coming soon. Sign up for updates https://t.co/qkursydqHG https://t.co/NiUIqZ2TrB
13469                                                                                                     @The_Crodriguez @IBM I'm back from New York please Direct message me your email
13470                                                                The Lost Testament: What Christians Don't Know About Jesus by Sayed Mahdi Mod... https://t.co/cSv788jOAr via @amazon
13471                                        @comcast Then why have you invested so many million to see the end of #NetNeutraility? Why on God's green earth wou… https://t.co/EFspg9lvpk
13472                                                                                         RT @Starbucks: Fill this heart with those who fill yours. #GiveGood https://t.co/eTtqtdnZOc
13473                                                                                                            Marked (The Darkness Series Book 4)  https://t.co/C7VdCoY0Lt via @amazon
13474                                                                                                 The Zimmah Chronicles: The Complete Series FREE https://t.co/ZJYiiRNdWT via @amazon
13475                                                           @hm Can you please advise on the best email for your marketing team and also for your PR or who your PR agency is please?
13476                                                                                                   @Adnyuk @zoltqn1976 @Tesco You can't even spell the word 'Muslim' you thick idiot
13477                                                     RT @Citi: REPORT: Women in the Economy II from #Citi GPS explores the impact of women’s economic empowerment on the global ec… 
13478                                                                                                                           @UPS Wish to work for ups one day. Hope my luck turns out
13479                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13480                                                  RT @Reuters: Will the Uber lawyer's admission that senior members of the board of the company were aware of a letter alleging em… 
13481                                                                                          Small inflation rise means euro zone dip still likely https://t.co/tEYZxsChUj Via @Reuters
13482                                        Android is creeping me out.  @Google now notifies me when bills are due... STOP creeping around my email @Google!!!… https://t.co/WRbhIKWScj
13483                                        RT @SecondHandMaMa1: Check out Baby Girls 3-6 Months Gap Grey And Pink Long Sleeve Jumper Top https://t.co/LM2Ed2PlRy @eBay #ebay #baby #ga…
13484                                                 Check out Levi's Jean's 501 Original Fit Button Fly Straight Leg Shrink To Fit  Multi Size #Levis https://t.co/RT4h616cIM via @eBay
13485                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13486                                                         Check out Table Screen Umbrella Zipper 11' Mosquito Insect Free Outdoor Patio  Large Net  https://t.co/9qAMZyrZMw via @eBay
13487                                                    RT @MtnMD: WHY IS THE ENTIRE MEDIA NOT BOYCOTTING THIS EVENT??? @CNN @NBC @ABC @CBS @NPR @AP @PBS @MSNBC https://t.co/hnRh0GEqQa
13488                                                          @Mari_kela_s @netflix @sense8 Follow @Global_Cluster @sense8dailys  and @IAmWeCampaign  ❤ fight with us for a third season
13489                                                           RT @benoriginal: He said he had old balls face because his father had old balls when he was conceived 😂 #NoActivity @CBS
13490                                                                    RT @Cisco: Product Orders: Geographic Regions &amp; Customer Segments: $CSCO #CSCOQ1FY18 https://t.co/EQ8ltHqpIH
13491                                        @hugh_4_Senate @jo2sadie @Reuters The videos were not Muslims assaulting a cripple. The video was already debunked.… https://t.co/aQvlS2xyTl
13492                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13493                                                  RT @rostack: Oh hi again @BankofAmerica. You may remember I Tweeted you days ago re freezing my late fathers acc? You asked me t… 
13494                                               RT @Dinogiraldo: The giving campaign continues as the 4th stop for @BankofAmerica #GivingTuesday lands us at @LVNHMuseum. The money… 
13495                                        @Reuters @realDonaldTrump If he's supported why aren't Brits rolling out the red carpet? He cancelled one visit and… https://t.co/cjU4NjZ9HH
13496                                               RT @ReutersBiz: Documents show Canada regulator ignored own staffers’ warnings on risky mortgage investments. @Reuters investigates… 
13497                                               RT @Reuters: WATCH: U.S. calls on China to choke off North Korea's oil https://t.co/CQHesBmDGt via @ReutersTV https://t.co/elCEBDcxdD
13498                                                                BIOAQUA 24K Gold Essence Anti-Wrinkle Skin Care Moisturizing Liquid EliteWhol... https://t.co/XAShsDXOLK via @amazon
13499                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13500                                                                         @jaymichaels13 @amazon @dandrasimmons @LeeAnneLocken @heididillon Good morning Jay. Have an amazing day. ✌❤
13501                                            Check out Life Size Flexible Anatomical Human Spine Model with Removable Pelvis + Stand #AnatomyShoppe https://t.co/risn4FOF5p via @eBay
13502                                                        RT @Citi: Uncovering the economic rationale for labor force gender equality: https://t.co/XPf97lgFOg https://t.co/AP5DobFxhr
13503                                                                                                             @Ryanair On the way to Berlin. #RyanairInflight https://t.co/b1tB7kz4pw
13504                                                        Check out Estate Sterling Silver 925 Riders Crop Horseshoe 4 Leaf Clover Lucky Pin Brooch  https://t.co/DZ94tNfaXb via @eBay
13505                                        yoooo @FedEx is a fr piece of shit. Shipped my phone from Milwaukee yesterday and its TAKING UNTIL MONDAY to get he… https://t.co/UFsgpEg9kD
13506                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13507                                                @Apple I didn’t pay around one thousand dollar for my expensive iPhone to constantly not pronounce words correct. You’re depressing.
13508                                                Check out 2 Pairs The Legend of Zelda Crew Socks Men's Pack Video Game Nintendo Triforce #Bioworld https://t.co/wBAYmA2n29 via @eBay
13509                                              RT @surface: The new #SurfaceBook2. All-day battery &amp; the latest gen @intel processors for powerhouse performance. Buy yours now… 
13510                                                                                             @Ryanair Alicante .... I sooooooooooooooo need a holiday 😎😎😎 https://t.co/kvcmjvcVBP
13511                                                                 RT @thesimpleparent: Use Johnson's Baby Oil to make your own DIY Snowglobe! Get everything you need @Walmart! #ad… 
13512                                                     RT @Disney: Liu Yifei Has Been Cast as #Mulan in the Upcoming Live-Action Film: https://t.co/rKn6minNV4 https://t.co/hkmJW0AdMv
13513                                                                RT @SaraEKinney: #WishesDelivered Thanks @UPS and Taylor for reminding me of my first flight https://t.co/qnoQumKbc8
13514                                                                                                     @JasonDa65274 @MorganStanley And no disposable income for those at tge bottom..
13515                                                                                   North Carolina official expects shortlist for @amazon HQ2 early next year https://t.co/qfyGo7PONR
13516                                                                  Sandwich cold in the middle and you didn’t fill up my cup all the way?! Really @Starbucks #tryingtogettotheweekend
13517                                                             Check out Vintage DISNEY 25th Anniversary Tsum Tsum Minnie Mouse Mug Red White Polka Dots https://t.co/VjkRPcMifv @eBay
13518                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13519                                                RT @JasonBorrego123: Stuffed Courage: The Halloween Child  https://t.co/wDp5ZOBjE6 via @amazon #childrensbooks #ya #fantasy #magic… 
13520                                                            Check out 1984-85 OPC Cam Neely RC HOF Vancouver Canucks  # 327 Mint #VancouverCanucks https://t.co/i9APSzmdRB via @eBay
13521                                                                 @JetBlue @UPS @PwC @KFJenkinson @Wespath Former @UPS CFO Kurt Kuehn hadn’t heard of #SASB until very recently. Wow!
13522                                                                                               @PyreGuy @Reuters You're the one who said you'd be jailed. I just think that's wrong.
13523                                                                                                                              @Reuters And Nikki Haley will be promoted to SecState?
13524                                                                                                       @ladygaga @Starbucks @Spotify @BTWFoundation @Metallica @chancetherapper Cute
13525                                       RT @netflix: 🎵 Are you still watching / when the sun starts to rise / Are you still watching / like you've binged here before https://t.co/…
13526                                                         Check out 1 Pair Right and Left Multifunctional Gloves Outdoor Hiking Fingerless Gloves   https://t.co/CuhMyRN3Bt via @eBay
13527                                                 Check out Modern Metal Side End Table Set Of 2 Golden Accent Tables Luxury Versatile Gold #SetOf2 https://t.co/S9snShsAtB via @eBay
13528                                                                                  @EricKmetz @TMobile My T-Mobile speeds are about twice what I got on AT&amp;T. That can’t be right
13529                                                                                                    KMASHI Power bank portable charger by KMASHI https://t.co/jNzc1jpnFk via @amazon
13530                                                         RT @rosevine3: Boycott @Nestle Say NO 2 Their #RoundUpReadyFood With #Glyphosate @TheGOPJesus @VirginiaInCal @lexi_erin75… 
13531                                        @cpm5280 @Boeing Boeing only cares about its fiduciary responsibility to its shareholders. Gotta keep the stock pri… https://t.co/9pdbcAx8Tc
13532                                                                 RT @mook1971: Yo! Check out Pioneer TP-727 In Dash 8 Track Stereo Player #Pioneer https://t.co/SmH8tK4LSM via @eBay
13533                                                 #Vintage #Dynaco #Dynakit #Stereo70 #TubeAmp #Power #Amplifier - Right Channel Out - Read #Dynaco https://t.co/ft65JDz6wj via @eBay
13534                                                               RT @BrianPowers21: @ATT if I paid you as slow as my service has been recently you’d cut my phone off!!! #unacceptable
13535                                        @comcast Have you ever dealt with your own customer service reps? I believe this is a great ad campaign to the civi… https://t.co/BTMOmPuOSb
13536                                                 Check out NFL Authentic Reebok On Field Sewn Patch Chicago Bears #90 Julius Peppers Sz.56 #Reebok https://t.co/Qy7Tta9hZI via @eBay
13537                                                   RT @Reuters: BREAKING: White House has plan to replace Secretary of State Tillerson with CIA Director Pompeo within weeks - New… 
13538                                                                                                                                                    @Ryanair Corfu #TravelThursday ✈️
13539                                        RT @j_mac390: We can’t let @Disney and @EA get away with this. #StarWarsBattlefrontII #disneygambling #microgambling #gambling https://t.co…
13540                                                                                    Check out 1968 Pittsburgh Pirates Scorebook #PittsburghPirates https://t.co/NxDMGWcX06 via @eBay
13541                                                                                                                                                     @FIFAWorldCup @facebook ARGELIA
13542                                                                             Apple iPad Air 2 9.7-Inch 32GB Tablet (Spac... by Apple for $378.00 https://t.co/TOT6QWTFS5 via @amazon
13543                                        @VodafoneIN @vodafone  The speed is pathetic. Hope you rectify these issues or else I will shift to @Airtel_Presence https://t.co/6eGCDVgvcD
13544                                          @NORDAM_ can now work with @Boeing airline customers to provide custom interior monuments in new #aircraft: https://t.co/zGpsHCydi2 #AvMRO
13545                                                                  Check out TWO PAIR- STEROFLEX and UNKNOWN BRAND  EYEGLASSES  w/ cases #Steroflex https://t.co/xuf9LtttXH via @eBay
13546                                                      RT @hm: Out now! Discover the brand new collection: Nicki Minaj x H&amp;M! #HM https://t.co/iWcAdmDfrZ https://t.co/Fw2yPlMq0U
13547                                                                   See what I m up to on @eBay! View my profile to see my favorite finds and more: https://t.co/USb7ms0qk9 via @eBay
13548                                                                                         RT @maxkringen: Absolutely loving on the new @Starbucks on 45th in #ilovefargo! #ThirdPlace
13549                                                            RT @Reuters: From @ReutersTV: Two daredevil wingsuit fliers stage terrifying stunt over the Alps https://t.co/jo1g7kNoxz
13550                                                       Check out 2 Carat Pave Diamond Ring G/H VS1 18K White Gold Size HEAVY 13.1g Sz 7.5 ~CLASSY  https://t.co/HSjhF4FNNc via @eBay
13551                                                    Check out Lucky Brand Jeans women's 2 Regular Wonder Jean Med Wash Notch Hem Boot  #LuckyBrand https://t.co/NuWSuoGQSE via @eBay
13552                                                                Check out 18k Platinum plated Cubic Zirconia ring #Unbranded #SolitairewithAccents https://t.co/Cst8v2gl1V via @eBay
13553                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13554                                                                                                                @JohnLegere @TMobile You’re no hero the way you treat your customers
13555                                                  RT: Mythic novel of love in war in ancient times - The Sacred Band Perseid Press https://t.co/3Mr7zR1Jda via @amazon #PerseidPress
13556                                                             Check out 2016-17 Black Diamond Relics Auto-Patch Hudson Fasching RC  # RBR-HF 19/49  https://t.co/2OTvKtYyyN via @eBay
13557                                                                                                                                       @Mona_Nganga @Reuters You got it just right👌
13558                                        @Apple is there a reason why once I have had my iPhone 8 on silent and switch the volume back on it doesn’t work an… https://t.co/NNyrfqIcnn
13559                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13560                                                                                                                                            @NicoleAbuhakmeh @amazon Kids these days
13561                                                                      Check out Vintage Napcoware Miniature Figurine Boy Accordion Country C-7119  https://t.co/x49bHmMFS6 via @eBay
13562                                               @TaikaDahlbom @Google @seyyedreza Why do people get triggered over something that clearly isn’t a problem. Who cares if it does this.
13563                                        @Two_Paper_Dollz @Starbucks @KarenRock5 what the hell are you talking about? the regulations that he has rolled bac… https://t.co/WhKxMtMzlo
13564                                                       Check out MEDIEVAL KNIGHT The Mountain Sword Armor Fighter Knife T Shirt Tee S-3XL 4XL 5XL  https://t.co/QBL3fz7KhQ via @eBay
13565                                                               @Windows and @Apple the challenge is on.  Implement this functionality OS-wide and I will convert 100% to the victor.
13566                                                                                                                                                           @CBS Now that's a show up
13567                                        @robtapert #XenaRevival w Lucy Lawless and Renee O`connor @NBCUniversal @nbc @FSUWriter @SYFY @HBO @netflix show mu… https://t.co/Us0KWxIJel
13568                                                                                                                       Look what I found on @eBay! https://t.co/7XYT3mywrT via @eBay
13569                                                   RT @judehaste_write: Knocked Out Again #paperback #comedy follow up comic caper #AuthorUproar https://t.co/DUqiceSff1 via @amazon
13570                                         It's the last call to stream some of your favorite @netflix favorite shows like #Futurama and @alwayssunny because… https://t.co/dUXdXhKjz8
13571                                                            RT @Reuters: From @ReutersTV: Two daredevil wingsuit fliers stage terrifying stunt over the Alps https://t.co/jo1g7kNoxz
13572                                    TODAY! Join @SamsungMobileUS &amp; @TMobile for an interactive workshop featuring the #GalaxyS8Active - the toughest Ga… https://t.co/gtfKEqLU2l
13573                                                                                                                Thrilled to be @Adobe Lehi today! #AdobeLife https://t.co/CMOCQGXvbc
13574                                                                                              RT @VernonTauro: @AndroidAuth Seriously @Apple ? Battery life on iPhones are a joke 😂
13575                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13576                                                                                                                                            @verizon is really pissing me off today.
13577                                                          Here's How @Starbucks is Roasting the Competition by... Closing its eStore?https://t.co/EfobEsekk4 https://t.co/D3d6QMXMyy
13578                                                                         RT @MLS: How will the West be won? We'll find out tonight. // @Audi #MLSCupPlayoffs https://t.co/9qsZAgRXhk
13579                                                        RT @coulocl13: Happy Proflynnza Friday! #savemajorcrimes @WarnerBrosEnt @warnerbrostv @CBSTweet @CBS @AllAccessCBS @amazon… 
13580                                         @VOCRadioRobDoc @debsaok @ambroj01 @TracyMi43033989 @CharlieAtSalem @SenSanders @facebook @Twitter @Google Send me… https://t.co/OCC3yFQOtN
13581                                                                  Check out Christmas Lamp Finial    Angel holding the Baby Jesus   Crystal Glass  https://t.co/K6aenLQGXw via @eBay
13582                                                                                                                                           RT @netflix: Big Mouth is a period drama.
13583                                                                                                                         @SeQeW @THR @Disney You completely misinterpreted my tweet.
13584                                          RT @Reuters: Trump says Chinese envoy to North Korea appeared to have 'no impact': Twitter https://t.co/qhxrQmIB7W https://t.co/UFA8ctr2SG
13585                                                   RT @Reuters: BREAKING: White House has plan to replace Secretary of State Tillerson with CIA Director Pompeo within weeks - New… 
13586                                          RT @Reuters: Trump says Chinese envoy to North Korea appeared to have 'no impact': Twitter https://t.co/qhxrQmIB7W https://t.co/UFA8ctr2SG
13587                                                                                                  Thank you @amazon for providing me with access to purchase my favorite cup noodles
13588                                                   RT @judehaste_write: Knocked Out Again #paperback #comedy follow up comic caper #AuthorUproar https://t.co/DUqiceSff1 via @amazon
13589                                                                     White House has plan to replace top diplomat with CIA chief: U.S. official https://t.co/dan4wgep2J Via @Reuters
13590                                                                                                  RT @Reuters: U.S. congressman Conyers hospitalized: lawyer https://t.co/xsHlfEwsRE
13591                                                                                              @netflix you can't keep me from what I love #howimetyourmother https://t.co/Jn5rX7umX7
13592                                        @PayPal I just spent an hour on the phone with someone who has different information on their screen than what's on… https://t.co/ecF3qqasPu
13593                                                                                                                                                                   @Ryanair Sardinia
13594                                                                                          Unlock Any MacBook Without The Password @Apple you fucking morons  https://t.co/Uz4LCIijfI
13595                                                                                     RT @oraltwjnk: this is the best commercial ever @Disney hire my brother https://t.co/N4mCDu3YS3
13596                                                   @KrisWuOfficial_ x @Burberry 💖💖💖 always handsome and cool days by days @carolanemonnie1 @GeorgListing7 https://t.co/053ld5e99q
13597                                                                  Check out Size 38 T 2 Marlboro Racing Crew CHAMPION Pilot Suit TEXACO GOOD YEAR  https://t.co/4Mbf4DdsKV via @eBay
13598                                                     RT @ComedianBeaty: @WeCanChangeUS @SenBobCasey @AdamSchiffCA @MarkWarner @AP @ABC @CBS @CNN @GMA @NPR @ACLU @MSNBC @NewYorker… 
13599                                                                                                               @LauraU2girl @U2 @u2fantweets @amazon really? https://t.co/rqSXIeDACc
13600                                                          Check out Vintage Chevy 4 x 4 Heavy Duty Pick-up Truck TootsieToy #TootsieToy #Chevrolet https://t.co/ULB1xq0bhT via @eBay
13601                                                                                          I just wanna know why tf @Apple thought it was a good idea to remove the headphone hole 😡
13602                                                                @comcast You literally proposed a prioritizing model. Net neutrality is essential to a free and functional internet.
13603                                                                                              Check out Hilti DD EC-1 Wet Core Drill #TOOLS #HILTI https://t.co/nULRXXDXMx via @eBay
13604                                                 Check out TAHARI Hot Pink Peplum Blouse Top Asymmetrical Hem Career Short Sleeve Sz Small #Tahari https://t.co/zxkLaRgSc8 via @eBay
13605                                                                                                @TheSeanWoW @McDonalds Holy fuck! My arteries don't need that but my soul sure does!
13606                                                                               BRIEF-CVS nears majority cash deal for Aetna - CNBC https://t.co/W1Rb5Ypi4S Via @Reuters #companynews
13607                                                                                      Stayed up too late last night watching @MaiselTV now I need all the coffee. #MrsMaisel @amazon
13608                                        How @Microsoft uses SMARTASSISTANT to deliver an excellent advice experience and help customers choose the best #PC… https://t.co/eMzmlGB88H
13609                                         Our newest award-winning The State of @salesforce  report is here. Uncover key trends and insights on how the best… https://t.co/VDEoZjr63A
13610                                                                                                    #tbt that time @Microsoft made @taylorswift13 &amp; co.  https://t.co/wDOhu1a4aA
13611                                                                                                        i dont have a mailbox so im calling bullshit @amazon https://t.co/qFdrLZyiM7
13612                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13613                                                                                                                                                  @Reuters Stop throwing rocks then.
13614                                             Blog/Guide: Adding our powerful #Gantt chart to a @Microsoft #SharePoint site: https://t.co/qTezv0S9wX @sencha… https://t.co/PuAj4lI2Ii
13615                                                          RT @Reuters: Bitcoin loses over a fifth of its value in less than 24 hours https://t.co/WK8MkZLZGd https://t.co/DKKTsYeKEa
13616                                        RT @OfCostumes: Check out New Disney Store Descendants 2 Uma Costume Girls 7/8 Years Bundle Hat Necklace https://t.co/rhi8vBUdnV @eBay #esh…
13617                                                                      Check out Fine bronze Viking ring finger. with 8-10 AD. Kievan Rus. Viking.  https://t.co/84eHBtoW1H via @eBay
13618                                                                                                            @JonyIveParody @Adobe Wtf is this misaligned OK label inside the button?
13619                                                                                   @CocaCola is on campus today! Come take a holiday photo in the cafeteria! https://t.co/A6EuctOMnx
13620                                                                                    @BBCNews @Google I'd like more than several hundreds of pounds please it's left me distraught 😂
13621                                                     RT @Disney: Liu Yifei Has Been Cast as #Mulan in the Upcoming Live-Action Film: https://t.co/rKn6minNV4 https://t.co/hkmJW0AdMv
13622                                                     I'm in! Just entered the @hwbot #ocwc17 Predict The Champion contest . Thanks @intel and @SeasonicPSU ! https://t.co/OxcgIxcTh4
13623                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13624                                                                                                                                                                      @Reuters Good.
13625                                                            Check out JESSICA HOWARD LADIES WHITE BLACK STRAP CAREER DRESS SIZE 4p VERY GOOD COND  https://t.co/pSZNaem4BS via @eBay
13626                                              Check out 3 Piece Camo Comforter &amp; Shams Brand New100% Deluxe Micro Fiber Down Alternative #Camo https://t.co/V4Bci4y2Qj via @eBay
13627                                                       Check out My little Pony Purple Plush Girls Purse Sparkle 2014 Handbag Silver Wings #Hasbro https://t.co/6EdCp8NqNY via @eBay
13628                                                                      RT @Google: Take a 👀 at this! Our new AIY Vision Kit brings computer vision to your Raspberry Pi projects →… 
13629                                                     RT @Disney: Liu Yifei Has Been Cast as #Mulan in the Upcoming Live-Action Film: https://t.co/rKn6minNV4 https://t.co/hkmJW0AdMv
13630                                                              RT @Reuters: U.S. third-quarter economic growth fastest in three years https://t.co/J6FYTG9m5B https://t.co/mmAkF3D4CD
13631                                                                                                      My phone wouldn't turn on for an hour @Apple we're going to have some problems
13632                                                                                               @kingrowe24 @2smooth_kp @kaiyah_baiyah @Apple Glad I wasn’t the only one that noticed
13633                                                                                            @lisalangley1 @gregnisall @zazzle @Groupon Good morning! Did you see the Christmas tree?
13634                                           RT @mark___bullock: @douggs64 @bondngo @Microsoft Say hi to @constantinedp from @WeAreMotivation - great charity doing great work inclu… 
13635                                                                                             @JoolsWatsham @amazon Yo lemme know if I can get it from somewhere that accepts paypal!
13636                                        Hey @UPS @UPSHelp your business is literally to track and deliver packages. Currently you fail at that for multiple… https://t.co/RA5RfxoJSv
13637                                                       Finally found a pair of @adidas ZX Flux Xeno in my size brand new with box! 🙌 *Hits purchase button* https://t.co/ml2Tpufdim
13638                                                                                                             My @Starbucks #GiveGood shoutout goes to my dog https://t.co/P9ykdgqq6p
13639                                                       Check out Supreme X The North Face Mountain Baltoro Puffer Jacket SIZE XL #supremeNorthface https://t.co/gFFBmIGc2F via @eBay
13640                                                                                      Check out Bob Marley and the Wailers Kaya LP ~ https://t.co/2rDAMEBxyU @eBay #endingsoon #ebay
13641                                                          RT @Adobe: 95% of companies are expanding digital marketing efforts. Are you keeping up with the pace of transformation?… 
13642                                                    How is it there is a @McDonalds on 1 of the busiest roadways I70 that don't have the McRib? Very dissatisfied &amp; disappointed
13643                                                       Check out INVADER ZIMIMS. BITTERS-DESK-BASE-EXTRAS-NICKELODE-PALASADES DIRECT-SEALED-2004-  https://t.co/r1nHr6WetR via @eBay
13644                                                                                     RT @dramapotatoe: @THR @AlltimeMoviesYT @Disney the mulan we deserve 🗡♥️ https://t.co/ejdOqQvEC2
13645                                                   Check out Fender Japan Exclusive Classic 70s Telecaster Ash Natural MIJ electric guitar #Fender https://t.co/0crDXPFWux via @eBay
13646                                        RT @Reuters: WATCH: Bosnian Croat war crimes convict dies after taking 'poison' in court https://t.co/DbJZN5w6oP  via @ReutersTV https://t.…
13647                                        @netflix you are fucking goofing on me rn?? You take your best shit off and then expect my ass to pay more??? Im no… https://t.co/ghbgR5PBZf
13648                                           RT @McDonalds: McDonald’s is here for your #BigNightIn! Order #McDelivery on @UberEATS and party with your faves. https://t.co/SlCZL40mjX
13649                                                     RT @Citi: We’ve embarked on a radically different approach to innovation called #D10X. Learn how we are co-creating new offer… 
13650                                                           Check out Original Ukrainian Impressionism Realism Oil Painting Landscape Contemporary  https://t.co/h8r85YyRgg via @eBay
13651                                                        RT @coulocl13: Happy Proflynnza Friday! #savemajorcrimes @WarnerBrosEnt @warnerbrostv @CBSTweet @CBS @AllAccessCBS @amazon… 
13652                                                         Check out Yamato Tandem Twin Animal Girls Leopard Girl Sharon PVC Statue - Sealed #YAMATO https://t.co/YcYCw76DwT via @eBay
13653                                                       Check out Columbia Mens Small Long Sleeve Solid Green 100% Cotton Crew Neck Shirt #Columbia https://t.co/VKiZEBJrc9 via @eBay
13654                                        RT @Reuters: Israeli settler kills Palestinian in West Bank in what army calls response to rock-throwing https://t.co/WaDUGfOKL5 https://t.…
13655                                              RT @Seacaboyaela: To @CBSNews @CBS @CBSTweet this is it the TERRORIST @CarmenYulinCruz the one that you giving space on the air. She… 
13656                                                                                Check out Michael Kors Woman Pants Sz 2P Gramercy Fit Gray Dressy Pant https://t.co/RWEdHXD8CT @eBay
13657                                        @vodafone @theresa_may @VodafoneUK @Ofcom @BBCNews @lynbrownmp @SkyNews then #Vodafone started to offer bits of a r… https://t.co/Ko4Vu6rZi5
13658                                                     RT @Disney: Liu Yifei Has Been Cast as #Mulan in the Upcoming Live-Action Film: https://t.co/rKn6minNV4 https://t.co/hkmJW0AdMv
13659                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13660                                       RT @Cisco: Cybersecurity is everyone’s responsibility. Explore 5 easy ways to do your part this #ComputerSecurityDay. 🔒 https://t.co/8BWIEP…
13661                                        @comcast Then do something about net neutrality. I'll believe that you support is when you lobby for it. All you're… https://t.co/9yxkDL3mHE
13662                                        Y’all can really @me but @Starbucks your iced coffee is actual trash. Like step your game up because this is garbag… https://t.co/9N4XOsGkTE
13663                                                                                                                                                    @easyJet That’s great - thanks !
13664                                                  RT @lhenegar: @Starbucks @HawthorneCreek1 Have you seen the hashtags #killallwhites #killallwhitemen ??!!!!! You words fuel more… 
13665                                        I ordered 50 holiday cards from @Walmart. They were supposed to be delivered in 5 days. I contacted them 10 days la… https://t.co/oBI8O3z3RV
13666                                        📺 @netflix @godlessnetflix #Godless has an extraordinary actor in the cast: SCOOT McNAIRY @scootmcnairy. Great and… https://t.co/zG1gEN2E2V
13667                                                              Check out San Francisco California Street Cable Car Limited Edition 1984 Glass 7Up Zim's https://t.co/p4zs9xyfuu @eBay
13668                                        Big news in hydrogen as a practical fuel source for cars (and more) as @Toyota reveals plans for a massive 2.2 mega… https://t.co/kEcj7W6c1H
13669                                                        Check out Ravensburger Original 500 Piece Puzzle Fish Frenzy 2013 Item No. 143146 New NIB  https://t.co/mk8ehgqBIn via @eBay
13670                                                                                                                                              @_wotta @pepsi that would be tasty yep
13671                                                                                                                                                                         Team @pepsi
13672                                                                                          What an amazing experience! Thank you @FCBarcelona and @Audi 👌🙆‍♂️ https://t.co/TaUABTFwoI
13673                                                                                                                           How exciting! Great job @Google ! https://t.co/dHn7jZC9BQ
13674                                                                                         Check out Hypercom P1320 PIN/Keypad Pad w/Cable #Hypercom https://t.co/sRNEoURo3X via @eBay
13675                                                                                                                          @joeymcintyre @ABCNetwork @Disney I will b tuining in!!!!!
13676                                                 RT @Oracle: How #ArtificialIntelligence will make #retail more intelligent https://t.co/ip1tfuhjNa via @WSJ https://t.co/stxqb3xOiR
13677                                                                            RT @aftgomes: What an amazing experience! Thank you @FCBarcelona and @Audi 👌🙆‍♂️ https://t.co/TaUABTFwoI
13678                                                                                                                             @Sqrates @aftgomes @FCBarcelona @Audi fuck you!!!💩💩💩
13679                                                                                                                           I wish @AppleSupport @Apple would come to Sebring Florida
13680                                              Check out Hilfiger Collection American Graphic T-Shirt in Marshmallow &amp; Multi BNWT Small #Casual https://t.co/fnYuuku3sY via @eBay
13681                                                       Check out Roebuck &amp; CO Men's Red Blue Cotton Flannel Plaid Shirt Size M New  #RoebuckCO https://t.co/c1MDZyh6oO via @eBay
13682                                                                                          RT @Nike: The moment Mike Jordan became Michael Jordan. #WinLike82 https://t.co/aOR6qV79ZS
13683                                                         Check out Dr. Dennis Gross Alpha Beta Daily Glow Moisture for Body 15oz (444ml) Lot of 3  https://t.co/tP1QXYrydx via @eBay
13684                                                                        @Mastercard @OfficialKat @JoeMontana MAKE UP TO $4000 RIGHT NOW NO SCAM 😱😱😱😱😱😱 https://t.co/EPghaCAl5O
13685                                        RT @Reuters: What two purges and a promotion reveal about Kim Jong Un's methods and his rise to power https://t.co/Wxn2fUBJMb https://t.co/…
13686                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13687                                                            7x15 TO MY FATHER ON MY WEDDING DAY Poetry &amp; Photo WEDDING GIFT for the FATHE... https://t.co/hIV6qFEjLb via @amazon
13688                                             @ThePunisher  show about Beating/Tourture/Shooting/Killing/War/splosions/murder and Death is PG-13? Way to pussy out @netflix n @Marvel
13689                                                                           RT @Reuters: Conyers hospitalized as top House Democrat calls for his resignation https://t.co/nr0saoBeK7
13690                                                                                                                                 This Face ID is ridiculously good. I see you @Apple
13691                                                                                           RT @Magnator: @salesforce A talk from @Cloud2b_br about the powers of @salesforce 1. 🙌✨
13692                                                    RT @playbill: Jonathan Groff-led @MINDHUNTER_ renewed for 2nd season on @netflix https://t.co/CkNdwl4OH3 https://t.co/Maz6aHCbj1
13693                                                                                                                           @Reuters Lying Ass Racist POS ... https://t.co/0OOnSgzFiU
13694                                                                                RT @Reuters: Turkish gold trader implicates Erdogan in Iran money laundering https://t.co/zDrnBWo81L
13695                                                        Check out Boxed Set of Six Burma Teak Napkin Rings 1960s/70s Mid-Century Modern #Modernist https://t.co/UxjHjMBn1q via @eBay
13696                                               Stay ahead of the times with this @gleamapp giveaway for the new @Apple Watch Series 3 with GPS + Cellular 👇 https://t.co/uUM3bshHZU
13697                                                            Check out Star Trek Set of 2  Magic Mugs 1991 Mint in Box with Care Instruction cards  https://t.co/6fvBYlRBmM via @eBay
13698                                           @amazon .@stevekovach asks why customers should feel safe with integrating Amazon products into every aspect of their life. #2017IGNITION
13699                                                               @bridoc @Reuters John McCain doesn’t care about any money he receives.. he’s on the ropes. That’s a stupid statement.
13700                                                                                  @Mastercard @OfficialKat You made a good choice by picking Kat. She delivers one liners real good.
13701                                                                                                                @Stay_in_Frosty @Reuters Which part specifically? Genuinely curious.
13702                                        @Reuters So the man who is receiving cancer treatments is going to vote for a tax plan that cuts the parts of Medic… https://t.co/dh64PQWsYH
13703                                                          Check out Perfect Fit ~ Bill Blass Jeans ~ Size 16 ~ 100% Cotton ~ Blue Jeans #BillBlass https://t.co/hUspSpDUyp via @eBay
13704                                                                          Trijicon TR20 AccuPoint 3-9x40 Riflescope w... by Trijicon for $765.00 https://t.co/DYkgPh6XW5 via @amazon
13705                                               I knew I was being smart not upgrading to High Sierra — @Apple breaks file sharing on Macs while fixing root… https://t.co/umzCizXuAo
13706                                                      Check out Unisa 8M Black and White Floral Print High Heel Shoes #Unisa #Stilettos #Versatile https://t.co/Z6OUwKccS5 via @eBay
13707                                                                                                                                       @netflix @NarcosNetflix @fluffyguy obviously.
13708                                                                                                                            Everything Almost CD https://t.co/UvwiLurDVA via @amazon
13709                                        @SpeakerRyan @ATT @TheJusticeDept @twxcorp Maybe check this piece from @chrisfmills on @ATT history delivering on p… https://t.co/tv5ym5xOPv
13710                                                           Ellen Tracy Size 8M Sammy Black Leather Sling Back Kitten Heels #EllenTracy #Slingbacks https://t.co/BAEGaNUYtn via @eBay
13711                                                       Check out Burberry Men's The City Silver Chrono Stainless Steel Black Leather Watch #Casual https://t.co/H4dz2bA4nn via @eBay
13712                                                   RT @Reuters: BREAKING: White House has plan to replace Secretary of State Tillerson with CIA Director Pompeo within weeks - New… 
13713                                                                                                                                   @AndrewKluge @Walmart @GiantEagle Hi Andrew- it’s
13714                                                                                             @Apple @BoozerIsBomb this freaking commercial was just sponsored on my timeline KILL ME
13715                                                           Check out ❤FREE SHIPPING IN CANADA❤  Lovely Tiger's Eye Cluster Plated Silver Earrings  https://t.co/6ThrhMh1Zg via @eBay
13716                                                                                                                                   @netflix @NarcosNetflix @fluffyguy Ricky Ricardo.
13717                                                          Check out BELLA VINCE CAMUTO .25 0Z EDP + ORGANZA GIFT BAG NICE MINI AND BEAUTIFUL MINI  https://t.co/ACwpZOfstn via @eBay
13718                                                   RT @UpliftedPro: For Apple iPhone X - Ultra Slim Clear Premium Flexible TPU Silicone Case Cover https://t.co/YYS9C9vspY via @eBay
13719                                    RT @NeilMilliken: I’m at the @Microsoft offices for the  #LeaveNoOneBehind cohosted by Bond &amp; @DFID_Inclusive #IDPD17 https://t.co/bs1Rgizl…
13720                                                                   RT @Cornish1982: Arrived into Dublin with my cute little Nephew! @Ryanair #AVGeek #Dublin https://t.co/4BqeJRsQ3O
13721                                                       Check out Handmade size 3-4T girls lace baby doll style dress wedding flower girl gift new  https://t.co/GSxST0WTaD via @eBay
13722                                                             RT @netflix: if you don't dream about @MarkRuffalo's character in 13 Going On 30 at least once a week then you're lying
13723                                           @BarackObama @sarahcuda @HillaryClinton @vestager @GeorgeLakoff @Google @JamesADamore @PaulLewis @vicenews @Uber… https://t.co/P1A76G9Tlg
13724                                                                    RT @Ladybug_Cartoon: #MiraculousLadybug SEASON 2 IS SET TO LAUNCH ON @netflix IN SPRING 2018 IN THE U.S 😩💔🇺🇸🐞
13725                                                      RT @hm: Out now! Discover the brand new collection: Nicki Minaj x H&amp;M! #HM https://t.co/iWcAdmDfrZ https://t.co/Fw2yPlMq0U
13726                                                      Check out Doll Clothes/Handmade/18 Inches/American Girl Dolls/Autumn Leaves Dress. #Handmade https://t.co/9MorvWBM9K via @eBay
13727                                                  RT @BHGLiveBetter: Only one hour left! Enter our #WalmartWednesday #giveaway by 11pm for your chance to #win a @Walmart gift card!
13728                                                                                                                                                                  @comcast Bullshit.
13729                                         RT @BHGLiveBetter: There are only 2 hours left! Enter our #WalmartWednesday #giveaway by 11pm for your chance to #win a @Walmart gift card.
13730                                                                          RT @KongYang: Even money on @larryellison introducing @Oracle  Cloud10 to one up @ajassy Cloud9. #reInvent
13731                                                                                             Check out Size 8M Calvin Klein Open Toe 4 Inch Stilettos  https://t.co/ZnR8pHUM1D @eBay
13732                                          @playarabbit @filafresh @nupe4u07 @KayyyyyDayyyyy @boonk_gang2 @kyliehall121 @Elijahyats @TMobile @DemetriaObilor… https://t.co/8ptF0elgd1
13733                                                       RT @hm: Ugly christmas sweaters or sultry santa dresses? We asked @NICKIMINAJ 10 questions – you don’t wanna miss the answe… 
13734                                                              Check out Jennifer Lopez Women's Black Thigh Boots Faux Suede Patent Leather Stiletto 10 https://t.co/UQQu1M7g2K @eBay
13735                                                       RT @hm: Ugly christmas sweaters or sultry santa dresses? We asked @NICKIMINAJ 10 questions – you don’t wanna miss the answe… 
13736                                                                       Accurate FX2-400N Boss Fury 2-Speed Conventional Reel RH Accurate Fishing https://t.co/nQ8iiVxUaf via @amazon
13737                                                     RT @tedfolkman: Chevron reports that the #STJ in #Brazil has refused to recognize the #Ecuador judgment. @Chevron  #LagoAgrio… 
13738                                                                           #Review Compact #Gaming Desktop G20CB-DB71 ASUS ROG Core i7 https://t.co/UjMD4IwxXD @amazon #Games #Gamer
13739                                                @IMDb 👽JEFFREY PRESTON BEZOS @JeffBezos A.K.A. #LexLuthor MICROMANAGES HIS ENTIRE @amazon #amazon #LEXCORP… https://t.co/bGqpXrrcYH
13740                                                     I'm in! Just entered the @hwbot #ocwc17 Predict The Champion contest . Thanks @intel and @SeasonicPSU ! https://t.co/mrdM77kROx
13741                                        RT @cambridgehack: Andy Williams from @AstraZeneca  opening the @CambNetwork  #futureoftransport event at Eddington #Cambridge https://t.co…
13742                                                                                                          RT @ArmannyG: @hm @NICKIMINAJ Is there going to be a men collection ?🤷🏽‍♂️
13743                                                 RT @BASF: #slush17 officially started – BASF is part of it! Tomorrow #basf40 cluster Smart Innovation &amp; Technology hosts a ge… 
13744                                                          Check out Rocam NC500Wireless IP Camera Pan/Tilt/ Night Vision-remote monitoring  #Rocam https://t.co/GZzUBJ2mcC via @eBay
13745                                                                                                                                                  @Reuters This is so disappointing.
13746                                               RT @hamiramani: @Reuters How can you vote against the health bill but back the tax bill which would throw 13 million people off hea… 
13747                                         [video] https://t.co/nJLlV7qXu0 Interview with @MarkFigley ▸ https://t.co/033D6pK4nM @IBM #AI #API #Cloud #BigData… https://t.co/EdYqDVMtPj
13748                                                     RT @Disney: Liu Yifei Has Been Cast as #Mulan in the Upcoming Live-Action Film: https://t.co/rKn6minNV4 https://t.co/hkmJW0AdMv
13749                                                    RT @willcarless: @kellymcb @coreypein Until a couple of weeks ago (when we wrote about it) @Walmart was also selling this gem:… 
13750                                                                                                                        @UPS better stop playing around before I take them to court.
13751                                        That it even made it to the website in the first place needs to be looked into by execs at @Walmart. You simply can… https://t.co/fGu94WS6hq
13752                                                   RT @FoodCities: Head of @PHE_uk urging councils and shopping centres to ban @CocaCola Truck Tour because of sugar’s key role in… 
13753                                                                                             RT @Starbucks: @Novalata113 Thank you for showing others what it means to #GiveGood! 💚
13754                                                                             Online shopping from a great selection at Home &amp; Kitchen Store. https://t.co/LUGAuTcDRM via @amazon
13755                                                                                                                                         @hm @NICKIMINAJ I'M IN LOVE WITH EVERYTHING
13756                                                        Check out Disney Nightmare Before Christmas Resin Ornament Jack Head Evil Face #Touchstone https://t.co/baveJAmSD4 via @eBay
13757                                                                                                                 @vibrant__thing These women are #Rockstars! 💫 #WomenInTech @Viacom
13758                                                                                                               Check out Vintage Milk Bottle Caps  https://t.co/nBx7sThhMv via @eBay
13759                                        Please RT @eBay! https://t.co/TnWJsNyxiJ … via @eBay #ebay #clothing #shoes #ties #oldbooks #collectibles #namebrand https://t.co/onEzQM1VR7
13760                                                     RT @IoTRecruiting: #Mindsphere debuts on #Amazon #Web #Services https://t.co/USJONVn1f3 @AWS @Siemens @awscloud #Siemens #AWS… 
13761                                                      RT @hm: Out now! Discover the brand new collection: Nicki Minaj x H&amp;M! #HM https://t.co/iWcAdmDfrZ https://t.co/Fw2yPlMq0U
13762                                            RT @TastefulSpace: 🙌 to @Charitymiles for being featured in @Apple app store! Download my favorite app today &amp; start giving back.… 
13763                                                           @Apple don’t advertise your #iWatch3 for swimming workouts and waterproof if water damage isn’t covered under warranty...
13764                                           After much consideration I will not be taking the Head Coach position at Tennessee. I remain dedicated to the @IBM program and community.
13765                                                                                                                          @FunnelVisionFam @MarsGlobal @adidas @YouTube Just stop...
13766                                                                                                                                        @Toyota Is it another midsize crossover SUV?
13767                                                                                             @Apple please don’t ever change the features on your iMaps 😭 I’d be lost without them!
13768                                                                                  @Starbucks snickerdoodle hot chocolate is literally the reason I get out of bed every morning 😍😂
13769                                                                                    @russfordyce @lisa_stiffler @amazon Thank you for your purchases! We appreciate your support. 😀
13770                                                                                                                          Check out Hand Crafted Knife https://t.co/UDgt8Ywa2F @eBay
13771                                                                                           Sign to bring back ricicles https://t.co/clEAzwv1Wx via @UKChange @KelloggsUK @KelloggsUS
13772                                                                          RT @NHLBruins: Holiday Toy Shopping set to begin at @Walmart! Let's do this. 🎅 🎄 https://t.co/h5nDdlHFb0
13773                                                                                        Check out Canon Speedlite 580EX for Parts or Repair #Canon https://t.co/LQpsOiX8Ox via @eBay
13774                                                   #Ebay #Sale Stranger Things Season 2 Netflix Movie Poster Man's Black T-Shirt S - XXL #Handmade https://t.co/t71Hf134HZ via @eBay
13775                                        @johnmaclennan @ByonlcReaper @TheComicDoJo @OutcastSkybound @netflix @hulu Not cancelled. Decision is on hold until… https://t.co/S5zXohvniM
13776                                                                                    RT @the_ns: @THR @Disney Is it sad how proud I am of Disney for casting an Asian woman as Mulan?
13777                                                      RT @hm: Out now! Discover the brand new collection: Nicki Minaj x H&amp;M! #HM https://t.co/iWcAdmDfrZ https://t.co/Fw2yPlMq0U
13778                                                      RT @Reuters: UK PM May says Donald Trump was wrong to retweet far-right videos https://t.co/69rp9oXFqP https://t.co/Y5n5dTJ7uU
13779                                                                        RT @Reuters: Akzo Nobel shareholders approve chemicals split https://t.co/QqLGVYBTxC https://t.co/1rk7W81Ie0
13780                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13781                                                                          UPDATE 1-GM sees self-driving vehicles in cities in 2019 https://t.co/eVJm1MEVbU Via @Reuters #companynews
13782                                        @Reuters @ReutersTV The promotion of sanctions is not the creation of peace. Sanctions impact hospitals and those i… https://t.co/ooqIK15HS6
13783                                                          Check out Italian Military Surplus Item  - New Combat / Service Uniform Jacket - Men XL  https://t.co/8paZRHrN4B via @eBay
13784                                                                                                                                                                    @Tesco Sent 👍👍
13785                                                      RT @hm: Out now! Discover the brand new collection: Nicki Minaj x H&amp;M! #HM https://t.co/iWcAdmDfrZ https://t.co/Fw2yPlMq0U
13786                                                                         Playskool Play Favorites Sit 'n Spin Fun Toy#ChristmasGift New #Playskool https://t.co/DhFFNhM7Uz via @eBay
13787                                                            Check out Cacique Lingerie Night Gown Plus Size Sexy Hawaiian Flowers Sleepwear One Piece  https://t.co/7XE2wjUMvJ @eBay
13788                                        @ATT has trashed @DIRECTV customer service which has always been great in the past. I wouldn't return to either ser… https://t.co/wfY2zcf7yp
13789                                                       Check out Bradford Exchange Phillies baseball Mickey Minnie mouse salt pepper shakers READ  https://t.co/4Jora04iZm via @eBay
13790                                                                                           Check out Polished malachite bar. 4 inches long. Congo  https://t.co/CMFq5NaENp via @eBay
13791                                                  RT @PattiKimble: @LadyBleach @GeeSungee @burberryant @bethaniapalma @jojokejohn @Maxeightyeight @TIME @netflix Of course they are.
13792                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13793                                                                                               RT @adferr_r: @KingGeorgeTV @comcast Comcast would be like... https://t.co/h573x60SGK
13794                                        @BaseProgression Pretty sure @BankofAmerica pulls the same shady algorithm... They pull the payments right before m… https://t.co/WLbRbVYmxB
13795                                                                                                                        @hm @justinbieber You can visit here https://t.co/AlsZ7LnC0L
13796                                                                                                                              @petrolhedonist @BMW @MercedesAMG @motoringcomau Tease
13797                                                                                                                                                       @Tesco Fingers crossed Martin
13798                                              RT @happyhippyshack: Rising International Dress L Boho Hippie Kaberi Embroidered Gypsy Peasant Large https://t.co/hj6f1ivuQK via @eBay
13799                                              Check out Vintage Avirex Search &amp; Rescue Mt.Everest Challenge Full Zip Sweater Men's XL  #Avirex https://t.co/KU2hrSVCUC via @eBay
13800                                          RT @FrancesBThomson: @GSK @GSKUS You support punditry that defends non-consensual sexual contact with a minor. Please stop depicting chi… 
13801                                                          Check out Philips Hue White Smart Bulb Starter Kit 4 A19 Bulbs and 1 Bridge NEW #Philips https://t.co/ZJLRgYbUD3 via @eBay
13802                                                        RT @ACAdams1: Christmas In Linken Park Chicago by Charles Harvey https://t.co/FXnS7v9RUs via @amazon #Holiday #Black #kindle
13803                                                         Check out Chicago Cubs Sammy Sosa Pinnacle Aficionado #158 Global Reach Hand Signed Auto  https://t.co/PlS7wNOSD7 via @eBay
13804                                                                             @simplify77 @UPS I think your MAGA hat is on a little too tight. It’s clearly caused some brain damage.
13805                                                                                              @Lydiakerstin @netflix @billiejoe4me @MarkRuffalo Andy is best https://t.co/DH7O2tqQyW
13806                                                             @facebook is testing #MessengerBroadcast for businesses  https://t.co/7BCVBjRByp #massmessaging https://t.co/ptM9sDc5ay
13807                                        @burberryant @GeeSungee @bethaniapalma @jojokejohn @PattiKimble @Maxeightyeight @TIME @netflix I tend to be differe… https://t.co/t8k46GlOGh
13808                                                            Are McFlurry lids worth the suffering they cause? @McDonalds #urbanwildlife #waste #choosetocare https://t.co/qtvFaXJNua
13809                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13810                                                    Check out Vintage Style #Christmas #Ornament- #Victorian Woman in Red w/ Holly~Paper Doll Img  https://t.co/MROyHZTIhZ via @eBay
13811                                                      Check out Nike Boy'sTherma - Fit Full Front Zip Jacket Hoodie Size 7 Last One! #Nike #Hoodie https://t.co/YHHDCAXBiV via @eBay
13812                                                   RT @Saints: Let's secure Rookie of the Week AND @FedEx Ground Player of the Week for the fourth consecutive time. Get those las… 
13813                                         @OliveGreyFrost @inartic @CaracasLibertad @LadyBleach @GeeSungee @Reuters @burberryant @PattiKimble @GodandtheBear… https://t.co/2MdBVk9CMU
13814                                        We're super excited to see @IBM and others building on Haystack technology and inventing new ways to serve relevant… https://t.co/6UiviwXRs8
13815                                                      RT @hm: Out now! Discover the brand new collection: Nicki Minaj x H&amp;M! #HM https://t.co/iWcAdmDfrZ https://t.co/Fw2yPlMq0U
13816                                               RT @Reuters: WATCH: U.S. calls on China to choke off North Korea's oil https://t.co/CQHesBmDGt via @ReutersTV https://t.co/elCEBDcxdD
13817                                                   RT @tvlooy: OpenSSH doesn't allow an empty password by default (PermitEmptyPasswords no). Hey @Apple the OpenBSD folks saved yo… 
13818                                                                                                                                                               @Visa Life takes Visa
13819                                                                                               @ROUSHPerf @Ford @SEMASHOW We love that sea-foamish color!!! What are you calling it?
13820                                                           @Samsung can't figure how to factory reset my portable ssd t3 help needed no one answering or seem to know what to do thx
13821                                                                   Check out OGIO ADULT ADJUSTABLE BLUE STRAP BACK CAP HAT NEW WITH TAGS FREE SHIPPING https://t.co/5sUeQyp3nb @eBay
13822                                                  RT @Reuters: DISPATCH: Reuters photojournalist @damirsagolj traveled to North Korea and documented scenes of adoration for Kim J… 
13823                                                   RT @Oracle: Every story has a beginning and every mission has a purpose. That’s why #Oracle wants to hear from you. Tell us why… 
13824                                           A mini-montage of Tom from @Danone in Tesco Leytonstone - collecting donations for the #ChristmasFoodCollection.… https://t.co/bMkPzCYoM3
13825                                                  RT @benbarnes: Betrayal is more than skin deep. @thepunisher @netflix  #marvel #thepunisher #whosprettynow https://t.co/oFSGExVHBF
13826                                                                                 @FedEx They certainly didn't use one today. Just needed to walk an extra ten feet to the front door
13827                                                      RT @hm: Out now! Discover the brand new collection: Nicki Minaj x H&amp;M! #HM https://t.co/iWcAdmDfrZ https://t.co/Fw2yPlMq0U
13828                                        Met with community finance leaders from @jpmorgan to discuss workforce development and their business in the 8th Di… https://t.co/iChvOPa09A
13829                                                                                                                                                             @comcast LIES LIES LIES
13830                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13831                                                Check out Drawstring Elastic Waist Short cotton new D.Jeans pink relaxed fit 4 casual wear #DJeans https://t.co/QGTJ2l2glR via @eBay
13832                                                                                                                                                 @alwayssunny all day. @netflix 🖕🏽
13833                                           @Reuters Check it out! webcoder000 will fix html css bootstrap responsive design issues or bugs for $5 on #Fiverr https://t.co/q8RBRy2g1J
13834                                           @Reuters Check it out! webcoder000 will fix html css bootstrap responsive design issues or bugs for $5 on #Fiverr https://t.co/q8RBRy2g1J
13835                                                                                                       RT @Audi: Speed is no illusion. #AudiTTRS #SpeedGoals https://t.co/9rdA3aq26g
13836                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13837                                                                      Check out Tiny Anthropologie Top Blouse Quarter Sleeve Boho Chiffon Womens Sz S* https://t.co/K9UrGIy4Ky @eBay
13838                                                                                  House resorting to series of temporary funding bills https://t.co/brikvXoqcT Via @Reuters #topnews
13839                                                                                                                         @Reuters I think this might have been mentioned on QI once.
13840                                                                                        @ManningJlong urBeats Wired In-Ear Headphone - Red Beats https://t.co/Ea1e3CNXRo via @amazon
13841                                    2 @Boeing 747's sold on #Alibaba's #Taobao. What's the largest item sold on @Amazon? #Marketplace's &amp; #eCommerce ch… https://t.co/oiInwQyJoI
13842                                                                        Check out Gold Color Metal Double Candle Snuffer Perfect for Christmas Candles https://t.co/sYp0LoiUvD @eBay
13843                                                            RT @Reuters: From @ReutersTV: Two daredevil wingsuit fliers stage terrifying stunt over the Alps https://t.co/fu7G5gmHYk
13844                                                                  Check out Bromley Black Wool Blend Pea Coat Women's Size Large #Bromley #Peacoat https://t.co/1lVuyf70fY via @eBay
13845                                                                                                                                           Watch out @amazon https://t.co/cG8e9cK16y
13846                                                         Check out Miguel Cabrera 2005 Donruss Signature Series Auto #53 - 459 Home runs .318 avg  https://t.co/xl26mQj6Pp via @eBay
13847                                            RT @Honda: We’re proud to announce Green Car Journal named the #HondaClarity series 2018 Green Car of the Year®. https://t.co/AFTGzLz0Rf
13848                                                                                                                                 @17281posse @Reuters A frowning unbaked breadstick?
13849                                                                   RT @madflavor: @0zerofriends @netflix @funnyfelipe @rochacomedy Let @Netflix know Joey Diaz isn't fucking around!
13850                                                   RT @portershed: Shout out to our sponsors @AIBBiz  @Entirl @KPMG_Ireland @GalEnterprise @IBM. Thanks for your support.  Today’s… 
13851                                    RT @BrunoMars: Thank you @benwinston for taking this ride with me. Thank you @CBS for lettin us party &amp; thank you to anyone that tuned in #…
13852                                                                                          RT @Nike: The moment Mike Jordan became Michael Jordan. #WinLike82 https://t.co/aOR6qV79ZS
13853                                                                Check out fossil coral Loops 18k Gold Plated Pendant  Fashion Jewellery #Unbranded https://t.co/mxxtKI8Dyh via @eBay
13854                                                        Check out Weiss Signed Brooch Pin Crescent Leaf Wreath Gold Tone Pale Yellow Jewels #Weiss https://t.co/AcdEu8cXWZ via @eBay
13855                                               Stay ahead of the times with this @gleamapp giveaway for the new @Apple Watch Series 3 with GPS + Cellular 👇 https://t.co/vZhHm3j1Rx
13856                                                   @9to5mac @StanfordMed @Apple why not all Apple Watches?  Would love to participate with my original Apple Watch (“Series 0”)  💔
13857                                                   @TheGodlessNorth @OliveGreyFrost @inartic @CaracasLibertad @GeeSungee @Reuters @burberryant @PattiKimble… https://t.co/d91oOB4YTb
13858                                                     Check out Women's Red Leather Pants - Pelle Studio - Wilsons Leather - Size 2 #WilsonsLeather https://t.co/OgkkLtiMNc via @eBay
13859                                                                      @Starbucks can you tell me how I️ can find out who my regional or district manager for the 19123 zip code area?
13860                                                                        When @LittleMix come to your local @Tesco store to promote #GloryDaysPlatinumEdition https://t.co/mCoaZTvlZM
13861                                                                    barnyard farm animals floor puzzle 34 Pieces by crocodile creek ages 3 and up  https://t.co/uKv29pVCIN via @eBay
13862                                                                               How am I going to have a package from @UPS delayed one day and the next have one delayed by @USPS? 😡
13863                                                              Check out Red SANTA Figurine w/Christmas Tree*Primitive/French Country Mantel Decor  https://t.co/0V9GNdDs6l via @eBay
13864                                                      RT @hm: Out now! Discover the brand new collection: Nicki Minaj x H&amp;M! #HM https://t.co/iWcAdmDfrZ https://t.co/Fw2yPlMq0U
13865                                                                                                                       Check out dell inspiron mini 10 https://t.co/nkD6L4Rp0B @eBay
13866                                                   @CharlotteLewis_ @riverisland @chic_wish @Topshop @laagam______ @BALENCIAGA @nextofficial Hells yeah to seeing more of Brody 🐶😍
13867                                          Two (2) vintage wood and metal rabbet planes with handles one has fence  https://t.co/0axRhNApCv via @eBay #vintagetools #vintagehandplane
13868                                                 A|X Armani Exchange Men's Eco Leather Triple ... by A|X Armani Exchange https://t.co/Ib2VjfL3i8 via @amazon https://t.co/cHCA6c9vsv
13869                                             Zara Woman Herringbone Tweed Cowl Neck Dress Large New #Fashion #Dresses #Office #Apparel #Shop #eBay https://t.co/Aamhz763HY via @eBay
13870                                           RT @yankeesgirl845: Dear @ATTCares @ATT  in the picture it states service is back to normal on #Vieques #PuertoRico As you can see from… 
13871                                                                                                              @davidwalton @netflix @JimCarrey Not a fan of Jim Carey or Scientology
13872                                                 RT @Burberry: A high-gloss laminated @Burberry trench coat in tartan. Shop the look https://t.co/gPur9qOJmY https://t.co/bliVHEKEVd
13873                                                                                                                                          @verizon The rewards at Verizon is useless
13874                                             RT @Cisco_Jasper: What can you expect from @Cisco in 2018? @BButlerNWW shares Cisco's hardware &amp; software transitions to #IoT and… 
13875                                                                     Check out Coro Signed Brooch Pin Gold Tone Floral Flower Branch 2.5 in  #Coro https://t.co/vbvo2g4DSc via @eBay
13876                                                                                                                                       @FedEx lol. @UPS=GOAT https://t.co/49woB4Djjx
13877                                                    RT @JojiBoutique: Bejeweled and Enameled Holly Leaf and Berry... by Joji Boutique for $11.98 https://t.co/YLBOQfqpg4 via @amazon
13878                                        @TheSafestSpace @Google I just switched my portfolio tracking back to yahoo finance. It isn't perfect but the googl… https://t.co/Zr27nGItGw
13879                                               .@futuregloryco automatically sees their sales data within #QuickBooks by syncing @PayPal and @Shopify. https://t.co/ghooKGBCuH #apps
13880                                            RT @amazon: Ever wondered what happens inside our fulfillment centers during #CyberMonday? #mesmerizing 📦📦📦📦 https://t.co/bQQMVQrWCb
13881                                        @Gillette You support media that defends non-consensual contact with a minor. Please find a more deserving outlet f… https://t.co/InZTL0a4en
13882                                                  RT @Reuters: Scenes of devotion at a rally in Pyongyang as leader Kim Jong Un watches from a balcony https://t.co/PI7Ot8HJ95 via… 
13883                                                                  @Grotticia @Tesco Wife wants to know if there's a J.....? (I have no idea what word she's trying to come up with!)
13884                                                                                                                                   RT @chill97: @salesforce @kdcSFDClifer Thank you!
13885                                        @Tesco But this is constantly happening on non-food related items. Just annoying that product is there all week whe… https://t.co/vnLLOc0TdP
13886                                        Our team brought food to the @WellsFargo pop-up food bank downtown Mpls at The Commons to help those in need this h… https://t.co/dlg50EgCKd
13887                                                       Check out Vtg. Repurposed Lady With Children Figurine Portrait Of Lady Lace And Rhinestone  https://t.co/5ta8Zlpq3I via @eBay
13888                                                       RT @CEOVazquez: Really enjoyed getting to know the wonderful @Walmart @WalmartCanada team pictured with Minister @BardishKW… 
13889                                                          Check out UNISEX T-SHIRT SHAMROCK FROG MULTICOLORED STONEWASHED GRAPHIC TEE SIZE SMALL   https://t.co/CFA4pzu2XN via @eBay
13890                                                          Check out Vintage House Of Webster Briar Rose Round Covered Salt Crock Rogers Arkansas   https://t.co/so50NqS4jS via @eBay
13891                                                                                                                                    @Hopenlesmyth @Nissan @Str8OuttaFirth any ideas?
13892                                                                                                                    @UPS 1ZM693NT0420021614 Why my package didn't move after 4 days?
13893                                                     @community_br @VoltcomGroup @BrickyFutsalAca @Nike @KyrunRuscoe @FAWTrust @steven_walters4 @leaderlive… https://t.co/4lZETKIFCX
13894                                       RT @RedKatLily: Shandy married finally 💜#SaveMajorCrimes @WBHomeEnt @warnerbrostv @CBS @CBSTweet @AllAccessCBS @amazon @AmazonVideo https:/…
13895                                                                                                                                           @Expedia @srz_21 help me w this later lol
13896                                                RT @sparksmarketing: @salesforce booth at @AWSreInvent! Check out what's happening at the booth today here https://t.co/6eAFmm2Rc9… 
13897                                                                                        RT @Reuters: Trump's call for military buildup hits bump in Congress https://t.co/cKbZrxP2sM
13898                                                                                                       @Saints @FedEx @A_kamara6 @MarkIngram22 So looks like Ingram is up next? 🤔👀
13899                                                                                                                                                             @harto @Google Both! 😃
13900                                                                                      @Walmart had to be told a T-shirt referring to lynching was offensive? https://t.co/v1WHnbQtSU
13901                                                                          Check out KISS 24 Glue/Press-On Nail The Collection MEDIUM #62275  #Kiss https://t.co/7d6q7bCFwX via @eBay
13902                                                                                  @PrizeSquad @Apple Fantastic prize! Thank you so much for the chance to win this Apple iPhoneX 😍❤️
13903                                             RT @PamelaGeller: Hey @facebook! Can you explain how my over a million followers increases by at least 20K a week but engagement keep… 
13904                                                             Check out Nautica Girl's 2T Quilted Puffer Winter Jacket  Pink Silver Navy Trim Zip Hood  https://t.co/gHisRDZAS2 @eBay
13905                                                                                                                                    @MarchewkaRadio @Starbucks The struggle is real.
13906                                        @HeritageHaven @amazon SEXUAL ASSAULT! WHOA! And To Think I Wanted To Be Just Like Russell Simmons When I Grow Up..… https://t.co/dU212FtTZ1
13907                                                       Check out Nintendo GBA Video Game Cartridge Console Card The Legend of Zelda The Minish Ca  https://t.co/DwShwCTRek via @eBay
13908                                                                                                                                          Really @Walmart ?! https://t.co/rMDApACQmh
13909                                                    Check out Navy blue/puce coral pink sinamay &amp; feathers roses fascinator hair clip/corsage  https://t.co/cHANZgfc2Y via @eBay
13910                                        @Google you are also responsible people are running scam ads reported days ago you have done nothing and one of you… https://t.co/PTeMyASuvv
13911                                             RT @CamilaMendes: when she says she’ll be there in 10...putting the finishing touches on @lilireinhart’s gift with my @HP Sprocket pr… 
13912                                         @comcast If I rolled my eyes any harder they'd do a full 360. You're notoriously one of the most evil companies on… https://t.co/oQMYlnFgZc
13913                                                            RT @Reuters: From @ReutersTV: Two daredevil wingsuit fliers stage terrifying stunt over the Alps https://t.co/fu7G5gmHYk
13914                                                                                                                                    Hey @Citi could you please stop sending me mail?
13915                                                                                                    RT @joshb2412: Retweet this if u think @netflix should bring back Drake and Josh
13916                                                                                                                                                @supernovalee @facebook How long ago
13917                                     @RiesbeckFoods @westlibertyu except for the kid wearing the @kroger jacket in class...he should fail miserably 🤣🤣🤣🤣 https://t.co/vvXUwUQPit
13918                                                                             @IndivisibleMich @surface @Microsoft @slpng_giants Clearly someone does not know how google ads work 😂
13919                                                                        RT @SusieQ19622: Free shipping 1X TUNIC Sea Foam Green Boho Lace Embroidered   https://t.co/WYFWWg9aDs @eBay
13920                                                                       Ready to talk customer obsession w @readmark @drakenic @BLPeng #Ignition2017 @TMobile https://t.co/BUz2dshU49
13921                                                                                  @netflix how are you gunna keep taking away my shows and raising the price? Nah fam thats not cool
13922                                                                                                                    Check out my listing on @eBay: https://t.co/D9T19cZvVC via @eBay
13923                                                                                                                                                    Sudden craving for @McDonalds 🤔
13924                                                                 Check out Elegant Cloisonne  Watch Flower Rhinestone dia Crystal Watchfor Women   https://t.co/N7vvMO3KxF via @eBay
13925                                                 RT @bridgette_TN: Thursday treats! 10 million viewers! #MajorCrimes #BestShowEver @CBS @amazon @WBHomeEnt @CBSTweet @AllAccessCBS… 
13926                                                                                                                                                           @Reuters This is very bad
13927                                                                                                                                         @KirrieGrace @easyJet ooooh. What happened?
13928                                         RT @BrunoMars: Ladies put your hoops on tonight! Fellas break out that good cologne! #BrunosTvSpecial is airing on @CBS! What y’all trynna…
13929                                                          RT @ROUSHPerf: We're honored to be invited by @Ford to show the #ROUSH729 @SEMASHOW  build at the @LAAutoShow this year!… 
13930                                                                    I hate when they just assume I want @pepsi ... NO HOE ! ... I said @CocaCola ... just give me a bottled water 🙄
13931                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
13932                                                       Check out Womens Small MAURICES Gray Knit Shirt Tank Tee Top Ruffled Flowers Rayon Spandex  https://t.co/8CfUdz56Vj via @eBay
13933                                        @HPSustainable @HP rang Gaeilge chun na héadaí a fhoghlaim! Mo chófraí éadaí! I hope my first and second class appr… https://t.co/J59iUJypN2
13934                                                                                          Check out DKNY Women's Leather Spadrille Size 6 Lace Up Blue https://t.co/Q9ZpHPB55U @eBay
13935                                                                                                                       @Walmart tell us how you really feel? https://t.co/LxAp82JGyc
13936                                                 RT @Diooonnn: Here’s the presentation I made for a  @Lightroom workshop that I’m hosting that’s sponsored by @Adobe. Come through… 
13937                                         @HP I am being harassed by your sabrina case mgr hp inc and consumer escalation department every day I get a email… https://t.co/YM6T5svJAv
13938                                                                                                                               @comcast So you’ll support net neutrality rules then?
13939                                                    Check out Set of 4 Vintage Mid Century Starburst Glass &amp; Gold Painted Metal Rim Coasters   https://t.co/gzcAj1FXEj via @eBay
13940                                                                                                                         @MillzRx @amazon @AmazonUK Did you get lied to by them too?
13941                                                        RT @Miag_vip: @Tesco Can I buy one of your Muslim christmas trees please? Does it come free with baubles that blow up 🤗🤗🤗
13942                                                                                            RT @Jock4twenty: THE PUNISHER for @Marvel and @netflix (Style B) https://t.co/yChpRYPlId
13943                                                                            RT @Lewinskys2: £15 New 925 #Silver #Puppy #Dog Pendant &amp; 20inch Chain https://t.co/k1rGZnvMMo @eBay
13944                                        @intel New computers are for people with disposable income. BK is a proponent of the GOP tax scam. Supporting a bil… https://t.co/uRb0gpTnWe
13945                                              RT @Machaizelli: Hey @Disney if you don’t invite me to the Lion King premiere so I can be in the same vicinity as Beyoncé I’m tellin… 
13946                                                      Check out  35CTW DIAMOND TOPAZ* ENGAGEMENT WEDDING RING &amp;  DIAMOND TOPAZ* NECKLACE SZ 7  https://t.co/hR9wNKLooz via @eBay
13947                                                                                                                                                                  @comcast Bullshit.
13948                                                                                                                   I've been waiting all day for @FedEx on my birthday! Never again.
13949                                                 RT @bridgette_TN: Thursday treats! 10 million viewers! #MajorCrimes #BestShowEver @CBS @amazon @WBHomeEnt @CBSTweet @AllAccessCBS… 
13950                                                                            Check out The Age of Adaline (Blake Lively) Movie Prop Letters (B016)  https://t.co/X4uDYIRXOX via @eBay
13951                                               Call into Newshound and grab a refreshing @Purdeys drink great flavours available @Britvic @pepsi along with… https://t.co/iVa5IOt6tQ
13952                                              RT @Machaizelli: Hey @Disney if you don’t invite me to the Lion King premiere so I can be in the same vicinity as Beyoncé I’m tellin… 
13953                                                                     Check out 1944  //  WALKING  LIBERTY  HALF  DOLLAR  //  90%  SILVER  // # 47  https://t.co/4lPEm01dmX via @eBay
13954                                                      Check out STAR WARS Rebels Hasbro 2-Pack Sabine Wren and Stormtrooper Figures (MS08) #Hasbro https://t.co/WDAsGI80wG via @eBay
13955                                                      @AP Won't be shopping at Walmart should have thought about how stupid this was prior to someone complaining. @Walmart goodbye.
13956                                                        RT @Reuters: Turkish gold trader implicates Erdogan in Iran money laundering https://t.co/SWGxHbu7M0 https://t.co/TP3fLvMnl5
13957                                         @amazon Usually you guys get it right but you have dropped the ball on a major item I've ordered. One day shipping… https://t.co/ExtjMpQyva
13958                                              RT @DeathRowShow: Interview with the #cast of #deathrowseries ☠️ #drs on @YouTube 📺 @netflix 🗣⚠️ | Be sure to catch up on #episodes 1… 
13959                                              RT @DeathRowShow: Interview with the #cast of #deathrowseries ☠️ #drs on @YouTube 📺 @netflix 🗣⚠️ | Be sure to catch up on #episodes 1… 
13960                                                                                  @Fendrihan @Gillette @personna @BrochasElDruida @PannaCrema Thanks very much. Works great also. 👏
13961                                                                                    Check out WWE MizDow Stunt Double Ladies Medium Shirt *NEVER WORN* https://t.co/cIL4BhAtdT @eBay
13962                                              RT @Machaizelli: Hey @Disney if you don’t invite me to the Lion King premiere so I can be in the same vicinity as Beyoncé I’m tellin… 
13963                                                                                          RT @Nike: The moment Mike Jordan became Michael Jordan. #WinLike82 https://t.co/aOR6qV79ZS
13964                                           RT @ColMorrisDavis: Day 3 of my expulsion from Mark Zuckerberg’s @facebook for failing to show adequate deference to America’s royal fa… 
13965                                                      RT @UPS: Thank you to those among the 300K+ that voted us as the top brand making a positive impact in our communities. Toge… 
13966                                              @McDonalds @Reachout_mcd since when did you charge customers a “Drink Upcharge” for Apple juice when getting a Happy Meal? Store #6298
13967                                                           RT @kfilan34: What a great guy!  @PaulTeutulJr great choice in #Husky Hand Tools too.. @HomeDepot https://t.co/wDRffHtlBO
13968                                                    Check out New Brush Furminator For Large Cats Deshedding Tool Grooming Short Hair  #Furminator https://t.co/PRzQ2eWqFn via @eBay
13969                                                  Check out Huge 40 + different MEL OTT baseball cards lot 1983 - 2016 career Giant #NewYorkGiants https://t.co/iAuMzrfpKn via @eBay
13970                                                  RT @Reuters: Scenes of devotion at a rally in Pyongyang as leader Kim Jong Un watches from a balcony https://t.co/PI7Ot8HJ95 via… 
13971                                          RT @dbyramboutique: Inc Womens Sweater size XL Open Weave Gold Metallic Sheer Side Panels #ebay #fashion https://t.co/WpB8UhVwQf via @eBay
13972                                                                   @Honda TFW ur range is so pathetic you leave it out of you adds because it's embarrassing https://t.co/G14mXDVqQC
13973                                                                                                                       The AF1 SF HI TOPS are DELICIOUS 👅 @Nike ima cop for my Xmas
13974                                                                                                                           @Google I want to test this sooo bad.......!!!!!!💯😮🙃😁
13975                                        RT @playbill: .@HamiltonMusical's @himynameisemmy tapped for @netflix series The Umbrella Academy https://t.co/KN2LcAYmAG https://t.co/LnyO…
13976                                                    Check out Lane Bryant Cropped Sweater Plus Size 14/16 Metallic Stripe Pearl Aqua &amp; Silver  https://t.co/KFAmoY1VMw via @eBay
13977                                                                     @ractvshift @adidasoriginals @wex1200 @adidas @akaTRENT Shows u that u got to keep your inner circle strong ...
13978                                                                 Check out Steve Madden Infinity Scarf Tech Gloves Headband  3 Pc Set #SteveMadden https://t.co/Dti90VfFVf via @eBay
13979                                        Congratulations Chandra Edam @techniqueen for unlocking the @Dataguise prize cube and taking home an @amazon Fire T… https://t.co/qrCcfGKX05
13980                                                                      RT @Reuters: Arctic drilling hits speed bumps in U.S. tax bill https://t.co/F9jfjBuNEh https://t.co/nwVUvmlafq
13981                                       Did you know that 0.5% of your order on @amazon could be donated to a charitable organization of your choice! (Hint: @RCGKC ) 😉 (wink wink)!
13982                                                  RT @NERDstar23: - Camo Jacket. White T-Shirt. Black Leggings. Pink/White EQT @adidas. #Simple🤤 #FlashbackFriday || @adidasWomen… 
13983                                                                                                                   @drewpovey @Allianz @huwbbc @Pienaar Great to have you along Drew
13984                                                      Check out Fenton Blue Swirl Slag Cabbage Rose Pattern Candy Bowl Dish Footed Compote #Fenton https://t.co/9QcKVvojee via @eBay
13985                                                   RT @Reuters: BREAKING: White House has plan to replace Secretary of State Tillerson with CIA Director Pompeo within weeks - New… 
13986                                        RT @Reuters: UPDATE: Argentina navy says has finalized search and rescue phase on missing submarine; will continue search https://t.co/xtxu…
13987                                                                                                                    @dani_ellemassey @netflix Cool story bro https://t.co/4ig3e2y3P8
13988                                                                                    @ATT @justiceleaguewb Should have used Grant Gustin for the Flash. One of several major mistakes
13989                                                                        RT @Reuters: WhatsApp service resumes after worldwide outage https://t.co/to7Cr0yaqB https://t.co/HC5b339dHA
13990                                                                                                          Check out British Red Cross. Pin badge.  https://t.co/MVVoJuCKoY via @eBay
13991                                                                                                                                            @salesforce Today. I print cool pictures
13992                                         RT @Disney: Check out new @StarWars: #TheLastJedi art embracing the Light Side of the Force. (via @IGN) #porgnation https://t.co/TTyJjbEFbp
13993                                               RT @AvangridRen: We’re proud to announce exciting new power purchase agreements with @Google for 196 MW of South Dakota wind power.… 
13994                                                                            Check out WWE Sheamus Laoch Celtic Warrior Ladies Small Shirt *NEVER WORN* https://t.co/W1ANw0yUmo @eBay
13995                                        @PayPal HELP! I need to speak to someone about my account and not a voice recording. I’ve called twice and can’t ge… https://t.co/TYYkoH0m2R
13996                                                                            RT @PaulKrupa2: @MLS @Audi Is Jozy going to lay on the turf “injured” for 45 minutes again in the final?
13997                                                                                               @Barnacules @RubberNinja @comcast what dumbasses thought this wasn't going to happen?
13998                                        @cedricyombo @MikeBloomberg @GS10KSmallBiz @GoldmanSachs @Bloomberg You HAVE to create a welcoming business environ… https://t.co/y9H7RCudCp
13999                                        Dear @Disney please do not use a white man as Mulan’s love interest. Please! Use @ludi_lin or @yoshi_sudarso at lea… https://t.co/TjuW0nfXZL
14000                                              RT @Machaizelli: Hey @Disney if you don’t invite me to the Lion King premiere so I can be in the same vicinity as Beyoncé I’m tellin… 
14001                                        RT @Reuters: UPDATE: Argentina navy says has finalized search and rescue phase on missing submarine; will continue search https://t.co/xtxu…
14002                                                RT @bmcushing: Happening NOW: Big crowd in front of @WellsFargo HQ demanding the bank #divest from #KeystoneXL and dirty pipelines… 
14003                                                                                                                       You pay for others' @Costco memberships #SignsYoureARealAdult
14004                                                                             RT @EarthDesires: Kindle Unlimited Sign Up https://t.co/oY7xy6QEvd  via @amazon https://t.co/c7rmcE83bE
14005                                         RT @Disney: Check out new @StarWars: #TheLastJedi art embracing the Light Side of the Force. (via @IGN) #porgnation https://t.co/TTyJjbEFbp
14006                                                         Check out THE MOUNTAIN TRICERATOPS SKULL SKELETON FACE HORNED DINOSAUR T Shirt Tee S-5XL  https://t.co/7QyxYlyzif via @eBay
14007                                           @Reuters Stop posturing as thou in deep critical thinking bcuz you're NOT smart nor reasonable just power hungry… https://t.co/qidVN0yqXB
14008                                                                                                               @comcast so what are you guys gonna do with the whole net neutrality.
14009                                                   Check out vtg Levis Blue Denim Trucker Jacket Flannel Plaid Lined Mens XL USA Made 70699 #Levis https://t.co/hXM4upejUv via @eBay
14010                                                                                                                                    RT @netflix: Disgraceful https://t.co/dHk23EjJ6L
14011                                                                                                     @lorealtalent @Loreal @Movember Hey! May you please check your dms? Thank you ❤️
14012                                                   RT @Disney: Get lost in the music as #PixarCoco's Anthony Gonzalez surprises guests at Downtown Disney with a performance of Un… 
14013                                        @BarszczRick @WFSBnews @Walmart You pretty much did say it when you saw a picture of a shirt condoning violence and… https://t.co/Rscc1RcFoS
14014                                                                      A Cowboy To Keep: A Contemporary Western Romance Collection by Hebby Roman https://t.co/Csg7KpAUdl via @amazon
14015                                                                            Check out Smooth Stone Trinket Box From Kenya With Hand Carved Animal  https://t.co/adAC2HCj6r via @eBay
14016                                                   RT @Disney: Get lost in the music as #PixarCoco's Anthony Gonzalez surprises guests at Downtown Disney with a performance of Un… 
14017                                                        Check out BLOOME size 18.5 small dress black stretch sleeveless girls  NWT #Bloome #Casual https://t.co/MI7j2xNq9y via @eBay
14018                                                                                                     @KurtBert @eBay did you contact the seller? that also is an eBay sponored deal.
14019                                         How @Yahoo got that way among other things. We review @nichcarlson’s “Marissa Mayer &amp; the Fight to Save Yahoo”: https://t.co/t6MCO53pqh
14020                                                       RT @hm: Ugly christmas sweaters or sultry santa dresses? We asked @NICKIMINAJ 10 questions – you don’t wanna miss the answe… 
14021                                                  RT @NFL: Congratulations to @Chargers QB Philip Rivers &amp; @Saints RB @A_kamara6 on being named Week 12's @FedEx #AirandGround… 
14022                                                                      Check out 3 Vintage Metal Noise Makers Party Favors Toy New Years #Unbranded https://t.co/GObFZDVstq via @eBay
14023                                         @facebook why is my account disabled? Zo Zoey Zo? I made a new one and now I can’t get into that either under Zoey… https://t.co/DLzZTS3RqL
14024                                                             RT @netflix: if you don't dream about @MarkRuffalo's character in 13 Going On 30 at least once a week then you're lying
14025                                                                           Check out World War ll Hat Cap belonged to Robert Boyle Jr US 51282771  https://t.co/95wZl8CfpC via @eBay
14026                                                                                                                         @Jessewelle @Google I love how you got to do it 👏 love it!
14027                                                                                                   @amazon I ordered a TV On black Friday and is it a scam ? https://t.co/tTJfGc1WP3
14028                                                                                          @Aimee90 @Tesco @uni_compare It really made me laugh! #hashtagbean https://t.co/mku3xZlF7P
14029                                                         Waiting at @verizon is like waiting at the hospital! Bring a book to read or people watch! Im 5th on the list now! 😂😲😨🤔
14030                                                RT @tateyb: Absolute shock the iPhone 8 &amp; X come out and my 7 starts shutting down on 30% battery @Apple you are dirty eyed boys
14031                                                   RT @climatetruth: LIVE NOW: San Francisco @WellsFargo Fossil Fuel Divest Rally #NoKXL #SF #DefundTarSands https://t.co/ulWsegyWpn
14032                                               RT @jimpurcell1: @Tesco @TescoIrl @TescoIRLnews hi just to let you know your ads are still appearing on @BreitbartNews the horribly… 
14033                                                   RT @Disney: Get lost in the music as #PixarCoco's Anthony Gonzalez surprises guests at Downtown Disney with a performance of Un… 
14034                                                           RT @samsonlevy67: Check out scott jarrett - without rhyme or reason - cd free shipping  https://t.co/RCzVT4yS7L via @eBay
14035                                        @ZachTaylorSport @pepsi Notice how whenever these pictures are taken it's always sugar cookies and oatmeal raisin l… https://t.co/sDMGCG9FLh
14036                                        On hold with @ATT and they intersperse fake typing into their automated phone tree. For God’s sake. Don’t patronize… https://t.co/RjXdLNuQ6H
14037                                                                                                                                   @minniemelange @Burberry @BoF You look amazing 👍
14038                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
14039                                                    RT @Reuters: Italy's Berlusconi sent to trial accused of bribing witness: source https://t.co/VVb73NFakW https://t.co/IZjYzxSHba
14040                                                   RT @CBS: Join @CarrieUnderwood &amp; @JohnLegend for 'GRAMMYs® Greatest Stories: A 60th Anniversary Special' this Friday @ 9/8c… 
14041                                                                                                    RT @kathrynkellett: @eBay Can anyone tell me anything about this painting please
14042                                                                                    @Honda thanks to Lindsay Buckingham for that music it makes all of just love Fleetwood Mac more!
14043                                                        Check out WINTER WOLF PORTRAIT T Shirt The Mountain WOLVES WOLF PACK ANIMAL Tee S-4XL 5XL  https://t.co/o9q1mSBWOt via @eBay
14044                                        @Stanoszek @FedEx We hope you get your package delivered soon! We've been a victim of lost or stolen packages befor… https://t.co/4sLLga3oGx
14045                                                           Check out Polo Ralph Lauren Reversible Harrington Jacket Khaki Navy Plaid Mens L Large  https://t.co/owaEbhjABo via @eBay
14046                                                                          @comcast @GD_CairoX Until you change all of your promises at the first opportunity…https://t.co/3qGZNG5KX1
14047                                                        Check out Wolf Wolves Eagle Sky Sun T Shirt The Mountain Native American Indian Tee S-5XL  https://t.co/XRuQAU8Rra via @eBay
14048                                                     RT @FedEx: Puerto Rico bound with @ricky_martin and 155K lbs of relief supplies. ✈️ 📦  @RM_Foundation #FedExCares Learn more:… 
14049                                                       RT @TheThriftMom: Check out American Girl Midnight Holly Girls Size 8 Black Gold Holiday Dress  https://t.co/WItpAzutft @eBay
14050                                                        RT @SAP: The key to effective email marketing is finding your audience. https://t.co/XxzrVba06T #SMB https://t.co/tze52pmLQ1
14051                                                  RT @NFL: Congratulations to @Chargers QB Philip Rivers &amp; @Saints RB @A_kamara6 on being named Week 12's @FedEx #AirandGround… 
14052                                                                                                                                                      @TheSciBabe @Walmart Shameful.
14053                                                  Check out Mens Boxers Shorts Funny Underwear THE BOURBONS OF KENTUCKY WHISKEY LIQUOR GIFT #Boxer https://t.co/Qje5nqjdFB via @eBay
14054                                    @UPS &amp; @RenttheRunway can dress be delivered to our hotel in NYC rather than house here in Chicago?! A response wou… https://t.co/ldLmX3XoH2
14055                                                                                                                                          @THR @Disney Fairy https://t.co/995eoKKn26
14056                                                                                       @Walmart. We see you for what you are...monsters.never shopping there https://t.co/iTj78AW8QW
14057                                                                      Sacramento will be @verizon first 5G city. @Mayor_Steinberg @DorisMatsui @TheCityofSac https://t.co/Myp6Y11Ml0
14058                                              RT @happyhippyshack: Rising International Dress L Boho Hippie Kaberi Embroidered Gypsy Peasant Large https://t.co/hj6f1ivuQK via @eBay
14059                                                                                        @CoachDingus @ATT @DIRECTV Sure for another $100 a month they will be happy to add anything.
14060                                                                           RT @Reuters: Conyers hospitalized as top House Democrat calls for his resignation https://t.co/nr0saoBeK7
14061                                                                          RT @Reuters: How parents of adopted children foiled a U.S. Republican tax proposal https://t.co/CWi4yQiUI6
14062                                                 Check out ❤ Amazing Genuine Natural Gray Freshwater Pearls &amp; Plated Silver Bracelet #Bracelet https://t.co/TSUrUlPvAP via @eBay
14063                                                                    RT @Ladybug_Cartoon: #MiraculousLadybug SEASON 2 IS SET TO LAUNCH ON @netflix IN SPRING 2018 IN THE U.S 😩💔🇺🇸🐞
14064                                                   RT @tvlooy: OpenSSH doesn't allow an empty password by default (PermitEmptyPasswords no). Hey @Apple the OpenBSD folks saved yo… 
14065                                                         Check out THE MOUNTAIN THREE BLACK BEARS GRIZZLY ANIMALS NATURE FOREST TEE T SHIRT S-5XL  https://t.co/AARvzRvgh1 via @eBay
14066                                                Check out Household Japan Surgical Steel Set of Serrated Edge Knives Vintage Late 1960s #Household https://t.co/Wm86MnVSK5 via @eBay
14067                                                                                    Big Brother looms as U.S. top court tackles cellphone dispute https://t.co/6RAIuAilh3 via @Yahoo
14068                                                           RT @CBS: Missed Bruno Mars: 24K Magic Live at the Apollo Theater? Keep up! Watch the full show: https://t.co/itXpGB5gRm… 
14069                                                  RT @NFL: Congratulations to @Chargers QB Philip Rivers &amp; @Saints RB @A_kamara6 on being named Week 12's @FedEx #AirandGround… 
14070                                                      Check out Leather Bronze I Love Jesus Punk Bracelets Men Jewelry Bijouterie For Women #Chain https://t.co/pI6r5ADSQb via @eBay
14071                                                                                                                           @EightfoldBnP @MLS @torontofc @Audi Yes we do. We boo you
14072                                                                I Wear A Ribbon For My Hero Pancreatic Cancer Awareness - Water Bottle TeeSwi... https://t.co/EhAjswztCn via @amazon
14073                                                                                                       @JessicaLynn2711 @eBay Let’s do this bc if it’s meant to be it will be hahaha
14074                                                                     Check out Farber Brothers Chrome and Glass Salt and Pepper Shakers Amethest   https://t.co/JftewEOvuj via @eBay
14075                                                      Check out Active USA Los Angeles Brand Jacket Sz. Large #ActiveUSALosAngelesBrand #BasicCoat https://t.co/JS8hyx2oax via @eBay
14076                                                        Check out A-HA MORTEN HARKET NORWAY MUSIC 18 RARE BRAVO SMALL VINTAGE OLD STICKERS R17479  https://t.co/Kkt14TwHo9 via @eBay
14077                                                   RT @All_Music_TV: Congrats to @BrunoMars @Fulwell73 @benwinston and @CBS Imagine that. Real music and real musicians on your TV… 
14078                                              RT @Machaizelli: Hey @Disney if you don’t invite me to the Lion King premiere so I can be in the same vicinity as Beyoncé I’m tellin… 
14079                                                                                                              RT @rockruffed: @Machaizelli @Disney I think Disney made all of us gay
14080                                                                                                                                                  @Ryanair #TravelThursday Morocco x
14081                                                RT @samsinger: A fraud is a fraud is a fraud: @Chevron wins another victory on road to defeating fraudulent #Ecuador lawsuit--¡Las… 
14082                                            ARkStorm: Surviving A  Flood Of Biblical Proportions by Ron Foster https://t.co/qPKW2TlBiu via @amazon #catasrophe #calfiorina #arkstorm
14083                                                  Check out Rue21 Women’s Jeans Shorts High Waisted Destroyed Bermuda’s  Size 3/4  #rue21 #Walking https://t.co/xMeBeWK5Br via @eBay
14084                                                  RT @benbarnes: Betrayal is more than skin deep. @thepunisher @netflix  #marvel #thepunisher #whosprettynow https://t.co/oFSGExVHBF
14085                                        @Walmart @EstelleDarlings @kirkfranklin @GreenViolinist @roesummerz Been selling shirts promoting hanging journalis… https://t.co/9G1iv51EEc
14086                                                                                                                              @Reuters @MrMaitra @ReutersTV Why is poison in quotes?
14087                                                               RT @tigho: @MandyLHills @MarkTossell @salesforce Just got mine https://t.co/Kz9LtrqA8O Thanks @mandylhills Good find!
14088                                                                                Check out The Limited Wool Skirt In Brown Size 4 #TheLimited #Mini https://t.co/9fvUc2cPIN via @eBay
14089                                                                      Check out Swirl Around organizer carousel tray (FREE SHIPPING!) #SwirlAround https://t.co/7QWqYJ241o via @eBay
14090                                                     Check out 2016 Allen &amp; Ginter's JESSICA MENDOZA The World's Champions # 230 ESPN analyst  https://t.co/M2jcnV2nvn via @eBay
14091                                                           @Zoeyasmineotero @McDonalds I forgot about that! And it's the same one from Cals smh 😤they're about to catch these hands
14092                                         RT @Disney: Check out new @StarWars: #TheLastJedi art embracing the Light Side of the Force. (via @IGN) #porgnation https://t.co/TTyJjbEFbp
14093                                                    went to @TMobile to fix my bill and accidentally walked away with a FREE PHONE 😇💕 I LOVE TMOBILE #BOGO https://t.co/AkfMU0qp4w
14094                                            Dear Drew by Drew Barrymore Date Night Clutch by Dear Drew by Drew Barrymore https://t.co/tN004wNQMN via @amazon https://t.co/RGWRxhOhNg
14095                                                                                   @james_vandecar @Apple @AppleSupport I wish I could understand that lol burn it to a CD you mean?
14096                                                                @MrAdamSLeslie @CPPSFan @FightOnTwist @StarTribune @Walmart Can’t wait to hear her response. https://t.co/XZuXL44ewi
14097                                         RT @James4Labour: The only clip worth watching tonight: @jeremycorbyn speaks directly to bankers like @MorganStanley &amp; warns them: “t… 
14098                                                       RT @aarondbrinker: An email has been sent to @amazon to price match other listings. Get it #free while there is still time!… 
14099                                                                         #Christmas #Holiday #Sale Extra 5% off when you spend $35+ Storewide Sale https://t.co/asT1bvyF8j via @eBay
14100                                                                             Check out Star Wars Revenge Of The Sith Tion Medon &amp; Utapaun Warrior  https://t.co/fIt4cKGZ6y @eBay
14101                                                                                                          RT @Disney: No cone of shame for this alebrije! 🐶 https://t.co/9ybgazb6aD
14102                                                                                                                                   @corywaynelee @McDonalds I hate you for this 😂😂
14103                                                                                                                        @TMobile Everything’s Excellent! If You Know What I Mean! 😉
14104                                                                                                    RT @joshb2412: Retweet this if u think @netflix should bring back Drake and Josh
14105                                                                                  Rapper DMX pleads guilty to U.S. tax fraud charge https://t.co/8mUB3IGtpt Via @Reuters #peoplenews
14106                                            RT @oceanantiques: #antiques #vintage #collectibles #ebay #sales #USA #Xmas #Christmas #Gifts @CheapEbaySales @eBay #ebayseller VINTAG… 
14107                                                            RT @Reuters: From @ReutersTV: Two daredevil wingsuit fliers stage terrifying stunt over the Alps https://t.co/HHKpsxoLV6
14108                                                                                                          RT @Disney: No cone of shame for this alebrije! 🐶 https://t.co/9ybgazb6aD
14109                                                                                                                                @WellsFargo I think you all done a good job for me .
14110                                                                          RT @Reuters: How parents of adopted children foiled a U.S. Republican tax proposal https://t.co/CWi4yQiUI6
14111                                                                                                                                    RT @netflix: Disgraceful https://t.co/dHk23EjJ6L
14112                                                                                                                    RT @netflix: Best scene from @sense8 Y/N https://t.co/ViYu2j4SwM
14113                                                  Check out Through the Keyhole Brooch or Scarf Pin Accessories Jewelry Wood Fashion NEW #handmade https://t.co/2cs3GbWRyR via @eBay
14114                                         RT @Disney: Check out new @StarWars: #TheLastJedi art embracing the Light Side of the Force. (via @IGN) #porgnation https://t.co/TTyJjbEFbp
14115                                        @gabagoool @WFSBnews @Walmart What would you like to discuss next?  Maybe my views on being gay which I am but neve… https://t.co/8nfu2QAStz
14116                                                                                                                                 What is this trash @Walmart https://t.co/9VGGSDu9qU
14117                                             @comcast This is a lie and you keep advertising this false claim because you spent millions lobbying to repeal… https://t.co/tDWFq6ON08
14118                                                            FREE BOOK PIMPIN : Saving the Sheriff: A Three River Ranch Novella by Roxanne Snopek https://t.co/CyTmuAn7YW via @amazon
14119                                                                              Jey @JohnLegere just switched to @TMobile 16 days ago and am literally amazed at the customer support!
14120                                               RT @davidpsdem: @MarkBurnettTV @MGM @NBCUniversal @comcast @NBC - Release the @realDonaldTrump Apprentice Out-takes NOW - REMINDER:… 
14121                                               RT @davidpsdem: @MarkBurnettTV @MGM @NBCUniversal @comcast @NBC - Release the @realDonaldTrump Apprentice Out-takes NOW - REMINDER:… 
14122                                          Cool @SAP #BlockChain-as-a-service demo tracks pharma drugs throughout #supplychain  #cryptowerks  #BlockchainExpo https://t.co/AhSbDvb5O9
14123                                                      RT @hm: Out now! Discover the brand new collection: Nicki Minaj x H&amp;M! #HM https://t.co/iWcAdmDfrZ https://t.co/Fw2yPlMq0U
14124                                             RT @PamelaGeller: Hey @facebook! Can you explain how my over a million followers increases by at least 20K a week but engagement keep… 
14125                                                                                                                               @kandyhefner @issa @ATT OMG YES SHOW FULTON SOME LOVE
14126                                                  RT @NFL: Congratulations to @Chargers QB Philip Rivers &amp; @Saints RB @A_kamara6 on being named Week 12's @FedEx #AirandGround… 
14127                                                 RT @CyrusDee: Just wanna say thank you to @Costco for keeping me fed during undergrad. From frozen bulk chicken breasts to Kirkla… 
14128                                                                          Trijicon TR24 AccuPoint 1-4x24 Riflescope w... by Trijicon for $844.27 https://t.co/slXtQdHwjv via @amazon
14129                                                                                                                                 Fuck MAGAts. Fuck @Walmart. https://t.co/GHlE2rSSiJ
14130                                                                                                   Check out Pretty Purple ball Necklace with Earnings https://t.co/5ss4DJMgxh @eBay
14131                                                                                                          RT @Disney: No cone of shame for this alebrije! 🐶 https://t.co/9ybgazb6aD
14132                                                               @itsRJHill @Tyskinn @hm @Forever21 You laced your own shoes 👟 with that one ☝️😭😭💀 cause ain’t nobody say that shit
14133                                           RT @MaryEmilyOHara: @Walmart Walmart removed the shirt after getting a letter from the Radio Television Digital News Association pointi… 
14134                                        RT @HeelWillMahoney: The #SnackSociety experiences the sugary sweet overload of NEW Salted Caramel @pepsi! #SaltedCaramelPepsi @HyperRTs ht…
14135                                                   RT @1Magami: Check out Womens Matilda Jane Skirt Size L Large Floral Taupe MJ Cheryl Skater Pockets https://t.co/n5DpNRFNFS @eBay
14136                                                                                                Check out  Manview Men Underwear   #Manview #Brief https://t.co/okcQ144UUK via @eBay
14137                                                              RT @Reuters: FDA clears first medical device accessory for Apple Watch https://t.co/vrImSztqwm https://t.co/GFFFKpi9cr
14138                                               RT @MsEbayingFlynn: Vintage Irwin Anne of Green Gables La Maison Diane Barry Doll #shopvintage #vintage https://t.co/haCgfXTvCw @eBay
14139                                                         RT @Reuters: Goldman eschews bitcoin but wants to help clients crypto-trade https://t.co/l10QZcGqf5 https://t.co/QoSxY0Gtvr
14140                                                                                        Check out Codependent No More Workbook by Melody Beattie   https://t.co/2Ir0KopERR via @eBay
14141                                                            @pepsi Seriously that you never see me I always see you following fans I want be one of them this is my biggest dream! ☺
14142                                                                                                                              @dadkind @Walmart Was he related to any of the Trumps?
14143                                           RT @mook1971: Yo! Check out Vintage 60’s 70’s Tissot Visodate Stylist Winding Men’s Wrist Watch  Black Dial https://t.co/Kpwz2GoDja @eBay
14144                                                        Check out USED Nintendo DS Love Plus + Plus Game Soft Only JAPAN import Japanese LovePlus  https://t.co/AoJ9QTMhG1 via @eBay
14145                                                         Check out Vintage Linen Tea Dish Kitchen Towel Teddy Bears Red Hearts Love Wall Hanging   https://t.co/rSR32eLPOU via @eBay
14146                                                                                                                              @Disney @starwars @IGN One is different than the other
14147                                        @martinbrice1 @MorganStanley The real threat is a government and system that works only in the interests of the ver… https://t.co/llQqIpUMPT
14148                                                                                                                                        @harto @Google How about broth?  Not a typo.
14149                                                         Check out LQQK Suzy Chapstick ! Dare2Be Ladies Snowboard Ski Pants NWTs Sz 16 No reserve  https://t.co/tCbercWWwT via @eBay
14150                                                       Check out 7' X 10' Vintage Persian Kirman Kerman Rug Medallion Hand Knotted Wool Beige Wow  https://t.co/6xk0o2nLBA via @eBay
14151                                                    Unique Finds! NEW HANDMADE PIERCED EARRINGS with MOTHER of PEARL! BUY on EBAY! Gorgeous GIFTS! https://t.co/6oeykiDZDr via @eBay
14152                                                            RT @ATT: 💋👑. @TaylorSwift13 reigns supreme in the studio as she writes “King of My Heart” in The Making of a Song on… 
14153                                        I find it hard to believe just how unprepared @UPS appears to have been for holiday shopping. DM'd @upshelp twice t… https://t.co/Bcl78JrmuV
14154                                                                                              All my shipments through various carriers are all late🙃🙃🙃🙃🙃🙃🙃 @usps @ups @FedEx
14155                                                  RT @NFL: Congratulations to @Chargers QB Philip Rivers &amp; @Saints RB @A_kamara6 on being named Week 12's @FedEx #AirandGround… 
14156                                                   Check out OLD PS3 BLU RAY HDMI POWERED UP WAS TURNED OFF IMPROPERLY AND NO CONTROLLER TO  #Sony https://t.co/epJABo6bwK via @eBay
14157                                            RT @lifesewsavory: Holidays made easier at @Walmart #GetGuestReady #save with Ibotta #Deals on household essentials and cute Christmas… 
14158                                                                              Check out Baldwin Brass Napkin Rings Set Of Four NEW In Box #Baldwin https://t.co/gYakPLKMvv via @eBay
14159                                                        Check out Cute Real Mink Fur Plush Furry Charm Panda Car Key Chain Keychain Keyring #KP02  https://t.co/RsF2HwS77q via @eBay
14160                                        @UPS I need everyone’s help in my cancer fight donations desperately needed to keep getting lifesaving treatment pl… https://t.co/JRd3ruG3o1
14161                                             RT @lmcnallywi: Learn how @SAP @Successfactors helps businesses around the world turn purpose into performance: https://t.co/XOjyzFdakd
14162                                                         RT @NewsHour: Where will @amazon decide to build its second headquarters? Over 200 cities are bidding to woo the company.… 
14163                                         RT @ClineSandra1: Check out Laura Geller SPACKLE Original Under Make Up Primer  2oz with inner seal NWOB  https://t.co/tz0aAHdddk via @eBay
14164                                                     Check out Rare Retired Drum 11122 Trollbead Mint 925 Sterling Silver #Trollbeads #SlideSlider https://t.co/LkPlhTzPyz via @eBay
14165                                                         Check out 4' X 6' Hand Made Finely Knotted Pictoral Peking Chinese Wool Rug Duck Salmon   https://t.co/oBTywDY3lH via @eBay
14166                                                                                    Check out Genuine Edison Mfg Co Leather Wallet #Edison #Bifold https://t.co/yXcXKQZ84b via @eBay
14167                                                  Check out 3' X 5' Vintage Hand Made Chinese Savonnerie  Aubusson Design Wool Rug Nice  #Aubusson https://t.co/82H8Cn48Yg via @eBay
14168                                                     Check out Vintage J. Crew Cable Knit Sweater Wool Pullover Scalloped Trim V Neck Large #JCREW https://t.co/xoaKPULCmn via @eBay
14169                                                                RT @Azure: Microsoft and @SAP join forces to give customers a trusted path to #digitaltransformation in the cloud.… 
14170                                                          Check out GINGER ROOT HEMP SEED MASSAGE LOTION CBD SKIN CREAM CANNABIS PAIN RELIEF 2 OZ  https://t.co/Sf71gr1tJe via @eBay
14171                                                    Check out Vintage Pure Playaz Jeans New York 230 Men's Jersey Size XXL - Authentic #PurePlayaz https://t.co/2mWq4t9YcX via @eBay
14172                                                            Check out Funko Harry Potter Pop! Boggart As Snape Figure 2017 NYCC Fall Con Exclusive #52 https://t.co/kM7GTfMINX @eBay
14173                                        @comcast Then why waste so much money lobbying and trying to convince us that you will do exactly what the law currently requires you to do?
14174                                                                Plants vs Zombie 2 Edible Birthday Cake OR Cupcake Topper - 10 x 16' rectangu... https://t.co/JRrtEJBsxN via @amazon
14175                                    @BreitbartNews Nighty night NFL. #BoycottNFL #BoycottNFLSponsors @Nike @nflcommish let the declining ratings &amp; reve… https://t.co/mBehaUznph
14176                                                                                                                                      @Reuters @SenFranken - You are a POS.  Resign.
14177                                             RT @slpng_giants: NEW ACTION: @facebook is still serving ads on Breitbart despite the fact that 1000s of their clients have asked the… 
14178                                                            Check out Christmas Tienshan Poinsettia Ribbons 32pc Fine China Dinnware Set Very Nice ext https://t.co/HcY2LO8oLP @eBay
14179                                                          Check out Military BDU Pants - Army Cargo Fatigue Camouflage Camo #Rothco #CargoBDUPants https://t.co/HVj8Yk5XCS via @eBay
14180                                        Just finished setting up my new V2 #Cellspot #4GLTE that I got for free from @TMobile thanks for the free and quick… https://t.co/sHo4XpKtFd
14181                                                                                                                         RT @danierayn: @Mr_Seek_ @Microsoft New Firefox is awesome!
14182                                                   RT @Reuters: BREAKING: White House has plan to replace Secretary of State Tillerson with CIA Director Pompeo within weeks - New… 
14183                                                                    RT @SerenitiHall: The Falicia Blakely Letters From her Pimp by Sereniti Hall https://t.co/Z8YBRvJscb via @amazon
14184                                        @netflix #Farscape is relevant --- first aired when there was chaos so the time is right to help us escape a bit ag… https://t.co/tMyKFPkjQh
14185                                                                                                                          @Apple and @Twitter not showing any search lists this week
14186                                                  RT @Walmart: Create some wonder under the Christmas tree with a fun gift wrapping theme. These six adorable ideas make the prese… 
14187                                        @YourLocalJacob @CPPSFan @CalSkipBall @FightOnTwist @StarTribune @Walmart Let me explain my insanity. I just read a… https://t.co/nQiIpcLS82
14188                                                                                                                                     @Reuters Slithering is considered an asset now?
14189                                                       Check out Ann Taylor Dress Petite Size 8P Black NWT Cocktail Party V Neck Open Back Womens  https://t.co/nTozUiLjgA via @eBay
14190                                                         RT @Billy1161: Check out Retro #Konstantino #Openwork #Sterling&amp;18kGoldBracelet W/ Stones https://t.co/oKPvC33apQ @eBay
14191                                                                              Brad's Untitled Restaurant Project Amazon Instant Video ~ Mia Eden https://t.co/MFyCFFYPM1 via @amazon
14192                                                   We're asking @IBM not to build Trump's deportation machine. Sign the petition to say No #DigitalMuslimBan https://t.co/YgLF77vWS9
14193                                                                Check out WOMEN'S PANTS PLUS MODA SIZE 2X FASHION PLUS NEW  (1262) #PLUSMODA #PANT https://t.co/cZxds8p5Kl via @eBay
14194                                                     Check out M STYLE LAB COZY RED &amp; BLACK  KNIT FINGERLESS GIRLS/WOMEN ARM WARMERS ONE SIZE  https://t.co/7uETkuoy08 via @eBay
14195                                                                    RT @Burberry: #BurberryXKrisWu. Coming soon. Sign up for updates https://t.co/qkursydqHG https://t.co/NiUIqZ2TrB
14196                                                RT @Reuters: GM plans large-scale launch of self-driving cars in U.S. cities in 2019 https://t.co/p2vnjMKycA https://t.co/lhjH6xLf0B
14197                                                         Check out HIGH END BLUE AURORA BOREALIS GLASS CRYSTAL CHUNKY NECKLACE JEWELRY SET TRENDY  https://t.co/vgDb2eANBr via @eBay
14198                                                                                                                 RT @theyoncehub: Who’s gonna tell @Google ? https://t.co/LTycXtP1Rs
14199                                        RT @TheRogersRevue: Dean at a special screening of @netflix @mudboundmovie at the @NMAAHC #mudbound #deerees #nmaahc https://t.co/u62F9Z3KDp
14200                                                              Check out Vtg Schafer And Vater Baby Trinket Box Bisque Porcelain Crawling Child Germany https://t.co/FvS9RDE5YC @eBay
14201                                                                            Can we just talk about Michelle Dockery in Godless for a sec?? #Godless @netflix https://t.co/040oUCzq3m
14202                                                                                     RT @amazon: When you've had too much turkey... #Woof #HappyThanksgiving https://t.co/m4JEhLvJZm
14203                                        RT @oldstuff32136: Check out Chinese Bronze Ritual Cooking Container Shang Dynasty ?Cauldron for Ritual https://t.co/lOa8Hd82fa @eBay #retw…
14204                                                         RT @AlanWaren: Please RT Check out Stephen Jackson Topps Rookie card #325 #LosAngelesRams https://t.co/NhxnD0Qi42 via @eBay
14205                                                                        Check out Frog Prince In Training Big Green Stuffed Animal Plush Lovey Toy NEN https://t.co/KTbCR9VHaI @eBay
14206                                                            RT @Reuters: Big U.S. banks in last-ditch push on regulatory relief bill https://t.co/5zM9g4ghos https://t.co/OfcWvgtHt0
14207                                                                                               @flyt_mike @adagioforstring @Reuters @michellenichols @joshjonsmith KJUn! Not the UN!
14208                                       RT @Bluebellishome: I wish @netflix @Netflixhelps @freeform @hulu @hulu_support @hallmarkmovie @hallmarkchannel would listen to us &amp; br… 
14209                                                                        RT @fozztweets: @CyrusDee @bLibsCorner @Costco Still. No picture of you double fisting any of those. *pause*
14210                                                            RT @Reuters: Big U.S. banks in last-ditch push on regulatory relief bill https://t.co/5zM9g4ghos https://t.co/OfcWvgtHt0
14211                                             RT @slpng_giants: NEW ACTION: @facebook is still serving ads on Breitbart despite the fact that 1000s of their clients have asked the… 
14212                                          RT @dbyramboutique: Inc Womens Sweater size XL Open Weave Gold Metallic Sheer Side Panels #ebay #fashion https://t.co/WpB8UhVwQf via @eBay
14213                                        @Walmart Wow!  Really!?  Guess you've made your statement about current events!  I wish I could say I will not long… https://t.co/ecwb0xuAme
14214                                                                                              Boycott @Walmart if you care about the constitution. @DNC @GOP https://t.co/jATytmvAPQ
14215                                                   RT @Disney: Get lost in the music as #PixarCoco's Anthony Gonzalez surprises guests at Downtown Disney with a performance of Un… 
14216                                                                  Check out Vintage GUCCI Leather Shoulder Bag GG Logo AUTHENTIC Crossbody Purse Brown https://t.co/5GXqLxTfFQ @eBay
14217                                                                                               @LadyThriller69 @Walmart Right. I guess dollars matter over all until a uproar brews.
14218                                                                      #VR Hits Major Milestone As Computing Platform With New @Google #TeamUp  https://t.co/9pcQFtbaTL via @UploadVR
14219                                                                                                         Ralph Lauren mens driving gloves L brown  https://t.co/Qsze2b0bzd via @eBay
14220                                                 @AstralReverb @netflix @hulu @animestrike @Crunchyroll Than you for  The information....! This is My Saturday afternoon sorted....!
14221                                                      Check out NWT ✿ Riders by Lee Women's 4X Blue and White Striped Button Up Shirt #RidersbyLee https://t.co/d2HT0lrcO6 via @eBay
14222                                                                                        RT @Reuters: Trump's call for military buildup hits bump in Congress https://t.co/cKbZrxP2sM
14223                                        @comcast You all are fucking your selves with repealing the Net neutrality. I enjoy your service but if it comes do… https://t.co/jGrcxovFlr
14224                                                                                        RT @cashbackcentral: 3 Reasons to buy #gold http://t.co/kVkZutIoQG … via @Yahoo @RubenOduber
14225                                                                                                                                          https://t.co/e3ObFcK6cv via @eBay Calamity
14226                                              RT @Machaizelli: Hey @Disney if you don’t invite me to the Lion King premiere so I can be in the same vicinity as Beyoncé I’m tellin… 
14227                                                        Check out Casio G-Shock C3 Digital Men's Watch G-8100-4 USED CLEAN RARE!!! #GSHOCK #Casual https://t.co/ltEwTHEfAo via @eBay
14228                                         I don't care how much @Walmart is surging online. I judge their stores. The empty shelves suck. The parking lot is… https://t.co/egEn5Gs5MJ
14229                                                                             RT @peggy_jaeger: A Kiss Under the Christmas Lights by Peggy Jaeger https://t.co/KmQ75ehL8I via @amazon
14230                                    RT @BrunoMars: Thank you @benwinston for taking this ride with me. Thank you @CBS for lettin us party &amp; thank you to anyone that tuned in #…
14231                                                                                                                                    RT @netflix: Disgraceful https://t.co/dHk23EjJ6L
14232                                                   We're asking @IBM not to build Trump's deportation machine. Sign the petition to say No #DigitalMuslimBan https://t.co/5cZrfpMTDa
14233                                                   Check out NEW Cabelas Women L Full Zip Cardigan Sweater Gray Floral Wool Blend LS Thin #Cabelas https://t.co/Wgi6TjevEK via @eBay
14234                                                                                                        @TMobile thought I was playing... and it’s updated.. https://t.co/EPhFL1B1Kq
14235                                                     Check out THML Womens Dress Navy Chevron Pattern Orange Tie Shift Sheath Size Large NWT #THML https://t.co/TtCyqi7wxn via @eBay
14236                                             RT @Reuters: U.N. tribunal seeks answers after stunned by courtroom suicide. Read more: https://t.co/EKMsp2ozUn https://t.co/I6nRhObipW
14237                                                 RT @1Magami: Check out Ugly Christmas Sweater Sweatshirt Size XL Candy Cane Cardigan Look Poinsettias https://t.co/uzfowju9OG @eBay
14238                                                                                                @pinchevanesssa @Nike They look like chanclas wrapped around nikes its kinda strange
14239                                                       RT @alwaysinleopard: #Vintage #Southwestern #Fleece #Poncho Kids Hoodie Multicolored Size L https://t.co/Ee8clOzIf8 via @eBay
14240                                                              Check out Delonghi 4 Cup Espresso Replacement Coffee Maker Glass Carafe Grey Handle  https://t.co/n01HcMIB2s via @eBay
14241                                        @DrRoyMurphy @bccponzi @JCAVlasiu_jr @JeffBezos @AmazonHelp @amazon Claims he is the European Operations Director a… https://t.co/P4LaYZqJQt
14242                                                                                                         @comcast nice service you've got there. Internet is currently not working..
14243                                          RT @Danny_Stewart81: I would like to cordially thank the wonderful people @amazon and @AmazonHelp for offering me another empty platitud… 
14244                                                     RT @Disney: Liu Yifei Has Been Cast as #Mulan in the Upcoming Live-Action Film: https://t.co/rKn6minNV4 https://t.co/hkmJW0AdMv
14245                                                 RT @TMobile: We're talking Samsung Galaxy S8 Active at our first National Signature Store #TechTalkThursday https://t.co/BrqRnvSY68
14246                                                   RT @amazon: .@TheRock and the @JumanjiMovie cast invites Prime members for an exclusive showing on December 8. Get the details:… 
14247                                                Check out SOUTHPOLE Womens Size 7 Dark Blue Denim Jeans Stretch Boot Cut Distressed Studs #BootCut https://t.co/ZGf5lGS9u0 via @eBay
14248                                                                                                                                           RT @netflix: Big Mouth is a period drama.
14249                                             RT @Reuters: U.N. tribunal seeks answers after stunned by courtroom suicide. Read more: https://t.co/EKMsp2ozUn https://t.co/I6nRhObipW
14250                                                            Check out Jo Malone Ginger Biscuit Cologne 2017 Limited edition - 10ml Decant FREE 🎁 GIFT https://t.co/SXtpjn94fN @eBay
14251                                                                                                    @UberEATS is there a reason my @McDonalds order is 1 hour into being “prepared”?
14252                                             RT @slpng_giants: NEW ACTION: @facebook is still serving ads on Breitbart despite the fact that 1000s of their clients have asked the… 
14253                                                   RT @Disney: There's nothing like a Mickey and Minnie gingerbread crispy treat from @Disneyland to get you feeling holly and jol… 
14254                                                               @netflix Imagine being able to instantly become friends with someone who likes the same tv shows and movies as you!!!
14255                                                           RT @icitizen47: @trollabhakt @animesh_86 @yogi4karma @WhatsApp @facebook @TwitterIndia @malviyamit The very next minute… 
14256                                                                                                                                           @McDonalds WHERE ARE THE HOLIDAY PIES!?!?
14257                                                        Check out #217 Jeep Wrangler Rubicon JK JKU TJ Decal Graphic Headlight Etched Glass Vinyl  https://t.co/0ostxHyKcK via @eBay
14258                                          @Walmart - don't just play dumb - you owe journalists and all of us who love journalists an apology and an answer. https://t.co/8ZHpTx53MF
14259                                                                                                                   @intersticia @Optus @Apple I got one of this scams 12 months ago.
14260                                                                                                               RT @prinzrob: Who wore it better? @UPS @FedEx https://t.co/YUddaq2dKO
14261                                                   RT @Disney: There's nothing like a Mickey and Minnie gingerbread crispy treat from @Disneyland to get you feeling holly and jol… 
14262                                             RT @SFDefundDAPL: Thanks to all who showed up today at the #divestWellsFargo rally. We won’t rest until @WellsFargo defunds the Keyst… 
14263                                           I open my package from @DestinationXL that was shipped by @UPS and find an open/eaten bag of Doritos #whodidthis… https://t.co/2tvExlS24b
14264                                                        Check out Emerald-Cut 9 Carat Wedding Engagement Ring Clear CZ Sterling Silver New Size 9  https://t.co/Ekp7qyMmM7 via @eBay
14265                                                                                                                                          @Biancakrystal1 @Starbucks Better be me 😠
14266                                                                               RT @justinhendrix: I can't believe this was for sale at @Walmart. Despicable. https://t.co/851QCNucx7
14267                                        @netflix - house of cards should go on with a woman president who also avenges the death of her husband (and former president and crook) plz
14268                                                           Brown Sandals Faux Leather Shoes Buckled High Heels Slides Open Toe  9 MED EUC  #Sonoma https://t.co/7pFigUixG7 via @eBay
14269                                                        Vintage Green Glass Decanter and Shot Glass Set  https://t.co/LE1b9iCecY via @eBay #VTG #GreenGlass #DecanterandShotGlassSet
14270                                                         @TGIFridays  enhances online offerings through @amazon Alexa and @amazonpay https://t.co/Y8y0Z7UppT https://t.co/5OQONDz2p1
14271                                            Feit 5-6 Inch Recessed LED Retrofit Kit 4 Pack Soft White 2700K Can Lights #75L https://t.co/8bguKTaZIN @eBay... https://t.co/d82geQ3PNY
14272                                        @netflix PLEASE keep Sense8 on the air. It is profoundly moving the world in the right direction.U don't get many c… https://t.co/Sa7vaz7hY4
14273                                                                          RT @BiophtexMD: Check out Zeiss Humphrey Atlas 995 Corneal Topography System https://t.co/EcjGo0Mwd5 @eBay
14274                                             RT @slpng_giants: NEW ACTION: @facebook is still serving ads on Breitbart despite the fact that 1000s of their clients have asked the… 
14275                                        @ATT @ATTCares just committed phone fraud by sharing all of my information with another customer in a different sta… https://t.co/D3LA62jqdN
14276                                                                                                                                      @intel What Does Intel Have To Do With This???
14277                                                 RT @MilWivesSaving: Drink the flavors of the season with this amazing Sweet Potato Pie Cocktail! 😍 Get the #recipe! @pepsi #ad ➡️… 
14278                                                              so @amazon Australia was a bit of a let down - still just a kindle store - Hello Christmas sales back to @eBayAU sadly
14279                                                                  Check out Superman Batman Fitness Workout Woolworth Grip Hand Strengthener RARE  https://t.co/3yACLZyRxf via @eBay
14280                                                                                                  @miller_tyme27 You would’ve be at the front to the line if @McDonalds sponsored me
14281                                                           Check out ECKO Unltd Defined By Design 2XL Mens Coat Jacket RHINO #EckoUnltd #BasicCoat https://t.co/ecXKZl5YAJ via @eBay
14282                                                                                       RT @Reuters: U.S. Senate tax bill stalls on deficit-focused 'trigger' https://t.co/TVcKdXF0tS
14283                                                                               RT @justinhendrix: I can't believe this was for sale at @Walmart. Despicable. https://t.co/851QCNucx7
14284                                        @noahlemas @mattfwood @benthompson @thejimic @stratechery @j00bar @TMobile @JohnLegere Are you for real? You're the… https://t.co/BVeN8E58Ys
14285                                                                Mexican immigrant acquitted in shooting death of woman in San Francisco: local… https://t.co/iIaYCfZyNf Via @Reuters
14286                                                   We're asking @IBM not to build Trump's deportation machine. Sign the petition to say No #DigitalMuslimBan https://t.co/0YOZ33gIfr
14287                                                                               RT @justinhendrix: I can't believe this was for sale at @Walmart. Despicable. https://t.co/851QCNucx7
14288                                                         RT @Reuters: Pompeo might bring assets to 'hellish' secretary of state role https://t.co/tVh1bIZTfV https://t.co/Fr9oILGbnY
14289                                                                                                                                    RT @netflix: Disgraceful https://t.co/dHk23EjJ6L
14290                                                            RT @GoldmanSachs: “The churn is good” – @EdwardNorton on how technology is revolutionizing the entertainment industry:… 
14291                                                                Bluetooth Earphone Wireless CSR Magnetic Running Earbuds Sport Headset With M... https://t.co/tZ8rk1bxty via @amazon
14292                                           @MisterCockLuv @AubrisShadow @aubriluv @Holymak31 @amazon 🇯🇵☸️🕯️4 Functions Cone / Coil / Stick Incense and Candle… https://t.co/cHcCo2J4iQ
14293                                                                                                                                             Classy @Walmart https://t.co/vwVyKYICLo
14294                                         @WellsFargo I wouldn’t trust Wells Fargo to give anyone a dime let alone food after the false acts they created to… https://t.co/4MYr6qgK16
14295                                                                    RT @Ladybug_Cartoon: #MiraculousLadybug SEASON 2 IS SET TO LAUNCH ON @netflix IN SPRING 2018 IN THE U.S 😩💔🇺🇸🐞
14296                                                                                    Check out Harmony Kingdom Treasure Jest #Sarasvati new in box  https://t.co/d0GKbJlOKX via @eBay
14297                                               RT @Get_real17: @faagifts @ClaraLouiseBro1 @realDonaldTrump @FLOTUS @CNN @ABC @CBS @nbc @MSNBC Hands down malania no doubt great fi… 
14298                                                                         Check out LIttle Brown Bear  Hardcover By Elizabeth Upham Color Pictures  https://t.co/r78ojQ5NA2 via @eBay
14299                                                                               RT @justinhendrix: I can't believe this was for sale at @Walmart. Despicable. https://t.co/851QCNucx7
14300                                                               RT @CBS: Stream the epic first chapter of Star Trek: Discovery now with a 1-month FREE trial! https://t.co/l7G89sjoGA
14301                                                                   RT @SEWMUCHFUN2: Check out Avon 1980s Peek A Boo Mouse Ornament Vintage Collectible https://t.co/SO6JBLsPLd @eBay
14302                                                                       @MacManX @richardmtl @Apple First patch broke file sharing. The new patch fixes that. https://t.co/leaRPcGH8b
14303                                                                                                                      @9to5mac Was anyone really going to use this @Microsoft trash?
14304                                                              Check out #MasonicShriner #AlMalaikah 3PotentateDEButcher #1975 Rhinestone Pin Back  https://t.co/eIJCEfXb7O via @eBay
14305                                                  Check out RARE BRAHMIN MELBOURNE CROC EMBOSSED MALIA? SATCHEL CHAMPAGNE GOLD CROSSBODY  #Brahmin https://t.co/N8I958KUXR via @eBay
14306                                                                                                                                                              @comcast Youre a bitch
14307                                                 RT @faagifts: @CNN @ABC @CBS @NBC @MSNBC @SenSchumer @NancyPelosi  'TAX REFORM'  *TRUE OR FALSE* .. RASING TAXES MEANS THAT YOU W… 
14308                                                          RT @mb20161: It's amazing what happens when we all come together @GoogleColombia @googleespanol @Apple @YouTube @Beyonce… 
14309                                                               Check out SCOTT LASSER~THE YEAR THAT FOLLOWS~2009~INSCRIBED &amp; SIGNED 1st edition1/1 https://t.co/1PjvjdNYrz @eBay
14310                                                                                                              yum having some starbucks doubleshot white chocolate coffee @Starbucks
14311                                                 RT @ewmealer: Just learned @Apple can remove purchased iTunes songs from your phone and give no refund or notification. I’ve noti… 
14312                                        I've been going to @Starbucks for almost 8 years but their customer service is terrrrrrrrrible lately and I'm so cl… https://t.co/Sgwa4H8cKK
14313                                                     RT @Citi: REPORT: Women in the Economy II from #Citi GPS explores the impact of women’s economic empowerment on the global ec… 
14314                                        RT @Belairmommie: Shenanigans w/@MelissaNorthway @Honda #SteelMatters; #HyundaiLAAS #KBBESTBUY #Hondalaas #shebuyscars #hondalaas https://t…
14315                                                                                                      Mass Effect Trilogy - PC EA Only $17.45!!  https://t.co/G2dQNW2Ngu via @amazon
14316                                                            Check out RARE Vtg MINI TONKA LOWBOY FLATBED TRUCK AND TRAILER YELLOW VG / MINI TONKA TAXI https://t.co/2Yqzfr06YB @eBay
14317                                                                                             @comcast @TheBunkerLabs You are gearing up to screw over your consumers. #NetNuetrality
14318                                                                                                                                      @CBS I would not watch SJW star trek for free.
14319                                                            Check out FINGERLINGS WowWee Authentic set of 7 including Unicorn Gigi Toys R Us Exclusive https://t.co/swdhvR4ygB @eBay
14320                                                                      RT @Google: Take a 👀 at this! Our new AIY Vision Kit brings computer vision to your Raspberry Pi projects →… 
14321                                                        Check out TOM WALDMAN~WE ALL WANT TO CHANGE THE WORLD ~2003~INSCRIBED &amp; SIGNED 1st edition https://t.co/O84J94krUB @eBay
14322                                                                               RT @AlexTheHonk: This is what would happen if I was allowed coffee @Starbucks https://t.co/MWjX2ZyVN2
14323                                                            fuck your interactive ears #moneygrab #madeinchina @Disney @ABCNetwork #DisneyHolidayCelebration https://t.co/zouAYdBp6N
14324                                                                                                            RT @G6throughF5: ABC is a @Disney owned company! https://t.co/fnD5ItmN2W
14325                                                                                                                                @netflix @reedhastings THIS. https://t.co/NhhTWko8RE
14326                                            RT @marzia4animals: @RileyChi2 @MACcosmetics @OlaySkin @Dove @Maybelline @LancomeUSA @Neutrogena @PONDS @Loreal @Smashbox @EsteeLauder… 
14327                                        @TAThorogood @WellsFargo Leeeeeave them. They tried to make John responsible for a joint account he had no knowledg… https://t.co/Ik5r0u1A9z
14328                                                   Check out Eddie Bauer Men’s Long Sleeve Crewneck Cable Knit Sweater L Navy Blue NEW #EddieBauer https://t.co/dyB0E5XBVZ via @eBay
14329                                                     Check out Levi's Mens Duvall Rinse Sherpa Denim Trucker Jacket Black XL #Levis #TruckerJacket https://t.co/J9ZSDIgfNw via @eBay
14330                                                      RT @hm: Out now! Discover the brand new collection: Nicki Minaj x H&amp;M! #HM https://t.co/iWcAdmDfrZ https://t.co/Fw2yPlMq0U
14331                                                                   Elijah School of Master Prophet: Preparing the Prophets of God Henry Epps Inc https://t.co/wOGturGBKE via @amazon
14332                                                                     RT @gmanews: Earthquake measuring 6.3 magnitude strikes in Iran - Pacific Tsunami Warning Center | via @Reuters
14333                                                                                                     #1976 #Buick #Skylark #V8 for #Sale on #ebay  https://t.co/Cs0swM9PyN via @eBay
14334                                                                                                                                                        @ringring1224 @eBay check dm
14335                                                                                                                   @SwiftCop @Nike please call 1-800-502-404 for further assistance.
14336                                                                     Really should start The Punisher but @netflix releasing a new season of All Hail King Julien tomorrow !!!! 🤗🤗
14337                                        @Larzasaurus @comcast Agreed. How do I explain to the call center that the DNS they connect me to is leaking packet… https://t.co/smuYotP07r
14338                                                    RT @mook1971: Yo! Check out Fabulous ELECO Wall Clock Unicorns Flowers and a Butterfly Second Hand https://t.co/K7q3qvA4Ha @eBay
14339                                                                                                                                @kass_myers @netflix Yeah I just canceled. Bastards.
14340                                                  RT @Reuters: BREAKING: Earthquake measuring 6.3 magnitude strikes in Iran - Pacific Tsunami Warning Center https://t.co/2nxUdnz09a
14341                                            How much longer is it going to take us to understand the values of turmeric 🤔🤔 Found this at @kroger  near me. https://t.co/tCK1oqmF3a
14342                                                               Now instead of the question ? And I when you type “it” it changes to I.T @Apple @AppleSupport https://t.co/49JjGcINma
14343                                        @SurvivorModa @trailhead @salesforce @SalesforceEQ @LosAngelesWIT @WiT_Diversity @AmplifyNGO @rachelparkties Love!!… https://t.co/ZMfShQIBHE
14344                                                                            Hey @Sony I’d love to review one of your cameras for my vlog so just send me one and boom review posted!
14345                                        RT @Ronald_vanLoon: Congrats to the top #IIoT influencers!. Find out here: | #IoT #RT @IIoT_World @YarmolukDan @IBM @ronald_vanloon https:/…
14346                                                  RT @Reuters: BREAKING: Earthquake measuring 6.3 magnitude strikes in Iran - Pacific Tsunami Warning Center https://t.co/2nxUdnz09a
14347                                     @JohnLegere I was excited 2 switch to @TMobile Mon after 15 years with Sprint. Got 2 SyncUPs &amp; 2 iPhone8’s. 3+ hrs… https://t.co/KhCgvZxZLZ
14348                                                          Check out Postcard Nv Coreys Fine Foods Cafe 4th and Fremont Las Vegas Nevada old car    https://t.co/l14ZmWCvsq via @eBay
14349                                                                                                            RT @kiona123: #FridayFeeling I want some @McDonalds Chocolate Cookies 🍪
14350                                                  Check out DVF Diane Von Furstenberg blue snakeskin print wrap dress size 4  #DianevonFurstenberg https://t.co/0ei3Aa8Uyv via @eBay
14351                                                 RT @Gillette: Give your wallet a break during all that holiday shopping. Subscribe to Gillette On Demand today and get great blad… 
14352                                                Check out Set-5 Vinyl Decal Graphic For Dodge Challenger Hellcat SRT Demon Hemi +FREE Eyes #Oracal https://t.co/HDjq09EiIZ via @eBay
14353                                                                                                                                              @jthoms1 @verizon Considering the same
14354                                                                  Check out NEW Set Of 4 #RaeDunn Fish Bones Drawing Cat pet Bowl Dish White Black Lot https://t.co/aTjjQM7pDe @eBay
14355                                         @SusanDavid_PhD @facebook I'm sorry I couln't attend. A favor: I searched your feed and can't find a post I wanted… https://t.co/3NnQRViZbF
14356                                                                                            RT @Reuters: Senate tax bill stalls on deficit-focused 'trigger' https://t.co/uFRmg7QKG3
14357                                             @petefrt @Palinspired @ABC @CBS @nbc @CNN @PBS @MSNBC @nytimes @washingtonpost @FoxNews @DRUDGE @BreitbartNews… https://t.co/MhPvXywL2W
14358                                        RT @dianeandeds: Vintage Metal Pepsi Sign With Temperature Marks Scioto Sign Co Dated 1970  https://t.co/ZjBZ6b0IOB via @eBay https://t.co/…
14359                                                          Check out Southern Living Incredible Chocolate Recipes Cookbook 2010 Softcover Like New  https://t.co/HtCxOnBjQr via @eBay
14360                                                       Check out For Honda CRV CIVIC 2.2 CTDI N22A1 N22A2 Timing Chain Kit w/Gears+Oil Pump Chain  https://t.co/gOJbyIm4tq via @eBay
14361                                                       Check out Vintage Anchor Hocking Fire King State Farm Insurance Milk Glass Coffee Cup Mug   https://t.co/xOStxK9eyB via @eBay
14362                                                                 Trump urged Senate Republicans to drop panel's Russia probe: NYT https://t.co/FbWDCKNCU8 Via @Reuters #politicsnews
14363                                                 RT @YarmolukDan: #Alexa voice controlled production line from #awsreinvent #Siemens #MindSphere @Siemens @SiemensUSA @AWSreInvent… 
14364                                                  @netflix I need more @ThePunisher other season of Ozarks and maybe a season 3 of @NarcosNetflix Thanks in advance 👌🏽👌🏻👍🏾🤙🏼
14365                                                   RT @d0x360: @DOOM Thanks for screwing your #OculusRift customers because you have beef with @facebook @oculus #DOOMVFR really a… 
14366                                                            RT @Reuters: From @ReutersTV: Two daredevil wingsuit fliers stage terrifying stunt over the Alps https://t.co/Z3l6cg8ri5
14367                                                            Grandfather wood wall clock! : Grandfather Wood Wall Clock with... by Vmarketingsite https://t.co/5YwnQIYV4Z via @amazon
14368                                                                 Check out 2017 Goodwin Champions Museum Collection World War II #MCSDM Don Mates  https://t.co/vRke1mn3Gp via @eBay
14369                                                                 Check out Women's Black White Zebra Glitter Stripes Open-Toed Heels Kitty Paws Shoes  https://t.co/62IatvJZyc @eBay
14370                                                RT @worldinfourdays: Heading to #AutoMobilityLA 🙌🏾🙌🏾🙌🏾 so excited to check out the @Hyundai Kona 🚘 @LAAutoShow #hyundaikona… 
14371                                                                           Yo @netflix what’s the big idea taking Annie (1982) off Netflix?? A gal’s trying to have a good time here
14372                                                     RT @Disney: Liu Yifei Has Been Cast as #Mulan in the Upcoming Live-Action Film: https://t.co/rKn6minNV4 https://t.co/hkmJW0AdMv
14373                                        @HopeThayer1 @F1abraham @MTV @Viacom @TeenMom One said the link goes to a porn site. She's not standing up for anyt… https://t.co/7wEIbyFEp3
14374                                                                          @PattiKimble @LadyBleach @CaracasLibertad @DurinnMcfurren @inartic @GeeSungee @Reuters @GodandtheBear Good
14375                                                   RT @BeTheBuddha: #Hearties! Season 4 of #WhenCallsTheHeart will be available on @netflix on December 4! Catch up before the new… 
14376                                        @jasonhook_5fdp @philthatremains @verizon Hey @JohnLegere @TMobileHelp maybe see what y'all can offer these rockers… https://t.co/Pb5YozB8CA
14377                                              RT @talcualnews: @TopClassActions @BankofAmerica A Federal Class Action suit was filed to Stop Foreclosure Fraud at Florida. Norther… 
14378                                                                                                                       Who told you y’all could raise my subscription fee ? @netflix
14379                                                RT @maryannwrites: One Perfect Love: Sequel to One Small Victory #romance Free for #ku #mustread https://t.co/zdjXxFF4E7 via @amazon
14380                                                                                                                   @Reuters I remember DMX he was big time back then look at him now
14381                                             Check out #Girls #Shoes Lot Small Sizes - #Preowned https://t.co/rEQei4uXUJ @eBay #eBay #eBaydeals #eBayseller… https://t.co/40nyClBxrJ
14382                                                                                         RT @Starbucks: Fill this heart with those who fill yours. #GiveGood https://t.co/eTtqtdnZOc
14383                                                                                                                                             @WarrenPeas64 @amazon Sorry to hear it.
14384                                                            Splatoon Edible Cake Topper &amp; Cupcake Toppers - 10 x 16' (half sheet) rectang... https://t.co/RDAq3BDFHL via @amazon
14385                                                   Check out Adidas Girl's shirt &amp; Capri Leggings 2 piece Outfit Pink/Orange 4 #adidas #Outfit https://t.co/IcFsL043Zr via @eBay
14386                                           Check out #DCComics Figurines Lot #Batman #TheJoker &amp; #Robin  https://t.co/t81nHKcj75 @eBay #eBay #eBaydeals… https://t.co/rkERg7YZHC
14387                                                  RT @NFL: Congratulations to @Saints QB @drewbrees &amp; RB @MarkIngram22 on being named Week 11's @FedEx #AirandGround Players o… 
14388                                                                                                                              @Reuters I guess HE had to release his taxes... 💸💸💸
14389                                                       Check out #Siamese cat   blue butterfly watercolor original painting double ACEO 3.5 by 5   https://t.co/pxndxUTjnV via @eBay
14390                                                                                                                                    RT @netflix: Disgraceful https://t.co/dHk23EjJ6L
14391                                                             RT @NISMO: 🎬 A pair of 🇯🇵 legends. Our #NISMOtop20 winning @Nissan  #OMGTR R32 banner signed by Kazuyoshi Hoshino at… 
14392                                                               RT @Reuters: U.S. military to indefinitely delay ban on cluster bombs https://t.co/58jtozFSsm https://t.co/34tBGcm3lC
14393                                                                                                           Shout out to @Apple iMessage predictive text for understanding Spanglish.
14394                                                 Check out Brand New LUVABELLA Interactive Baby Girl Doll BRUNETTE HAIR by Spin Master #SpinMaster https://t.co/EtqYksI7ol via @eBay
14395                                        @Expedia you seriously just took thousands of dollars from my friend without confirming or booking our flight &amp;hotel. Fucking RIDICULOUS
14396                                                               Jasmine green tea high grade with 300 grams loose leaf bag packing JOHNLEEMUS... https://t.co/1uIbDGEKkp 来自 @amazon
14397                                                            Check out Zuke's Skinny Bakes 10-Calorie Pumpkin &amp; Sweet Potato Crunch 12oz #Zukes https://t.co/NMjI3fk1dL via @eBay
14398                                       RT @McDonalds: It’s HERE! Slide into a #BigNightIn with McDonald’s. Download @UberEATS and get McDonald’s delivered to you 🎉 https://t.co/j…
14399                                                                 Watched the Jim Carrey documentary on @netflix this afternoon and I can’t stop thinking about it. 👀✨Amazing film.
14400                                                                                                                                   @Gillette hi Gillette can I buy you shaving cream
14401                                        @comcast @RichardElm And that is why you removed the pledge to do so from your site earlier this year? What’s to st… https://t.co/TXK71yRDHY
14402                                                                                RCA Digital Alarm Clock with Large 1.4' Dis... by RCA for $11.78 https://t.co/iAEY1lGKuM via @amazon
14403                                    @JayBar40 @netflix Why didn’t Netflix have all these binging options before we had kids &amp; had hours of free time at… https://t.co/5IxtG8wnzs
14404                                                              Check out Ralph Lauren Chaps Mens Shirt Nautical Lighthouse Sailboat Short Sleeve Size L https://t.co/K1fVpgw7sQ @eBay
14405                                                                 RT @Reuters: White House staff exits likely as Trump's first year draws to a close: sources https://t.co/HAnt4RXzMC
14406                                               Stay ahead of the times with this @gleamapp giveaway for the new @Apple Watch Series 3 with GPS + Cellular 👇 https://t.co/5Ccv038j3n
14407                                            RT @epiphanyfinds: Check out Effortless Style by Citiknits Women's Purple Black Animal Print Top - Size 1X https://t.co/iIUmQJ0Wvk @eBay
14408                                        RT @EllenPompeo: And the big question is what are @pepsi and big corporations doing to help clean our oceans? @lonelywhale https://t.co/k11…
14409                                                                                       Check out Vintage Large Santa Claus Serving Tray - retired  https://t.co/WcaU2AzBRT via @eBay
14410                                                        RT @RiversidePTech: Million Women Mentors Program  @pepsi @YonkersSchools @YonkersScience #STEMWOMEN https://t.co/7p7PkbPxPi
14411                                               RT @LeaMichele: Grateful to be partnering with @eBay to raise funds for @FeedingAmerica on #GivingTuesday! Pick up an exclusive pin… 
14412                                                            Check out SAM. New York Mens Eclipse Hooded Goose Down Puffer Jacket $395 #SAM #Puffer https://t.co/PPVt7WahGt via @eBay
14413                                                                                                                                           RT @netflix: Big Mouth is a period drama.
14414                                                                                                                      RT @PattiScozz: @Reuters omg ... now we're all cluster fvcked.
14415                                                         Check out WOMEN'S T-SHIRT WOLVES SPIRITED COMPANIONS STONEWASHED MULTICOLORED SIZE SMALL  https://t.co/80WChUo1ov via @eBay
14416                                                                                                        @Reuters @ReutersTV That's like trying to hit a bullet with a smaller bullet
14417                                                            RT @Reuters: From @ReutersTV: Two daredevil wingsuit fliers stage terrifying stunt over the Alps https://t.co/YYVj6D5X33
14418                                                     RT @MakeAWish: @sarahcarinhas @Disney Thanks for your support! Learn about more ways to get involved: https://t.co/dBl6W8Ht48… 
14419                                                                                                                       @brycer_29 @comcast The killer is that these AREN'T promises.
14420                                                                    RT @Burberry: #BurberryXKrisWu. Coming soon. Sign up for updates https://t.co/qkursydqHG https://t.co/NiUIqZ2TrB
14421                                                    Check out NFL Pittsburgh Steelers Mens End of the Line VII Black Long Sleeve Shirt $45.00 #NFL https://t.co/dfxlMIzQD6 via @eBay
14422                                                                                               RT @SavionWright: @Freewilly1988 @KierMellour @DramaticMac @Disney YAS. Becky… 😂😂😂
14423                                                                                          Check out Vintage F.T.D Brown Ceramic Duck Planter 1981  https://t.co/PCm3XmbZVC via @eBay
14424                                                Check out UNIQUE PINK VINTAGE CAR LUNCH COOLER AMGLAD PRODUCTIONS STANLEY DAY 1990 #amgladproducts https://t.co/dgB3IJ48rr via @eBay
14425                                                                    RT @Reuters: White House has plan to replace top diplomat with CIA chief: New York Times https://t.co/CyjB5KEyWC
14426                                          RT @Ebay_Birmingham: Check out Trapper Keeper Kittens Cats Animals Vintage 80s Deadstock Nostalgia Throwback https://t.co/IOYn7KOozk @eBay
14427                                                                                                                                                         @Reuters Peace be with you.
14428                                                                                                        @Apple #iPhone need a “close all apps” function! #ThursdayThoughts #Thursday
14429                                                                               Grand Theft Auto V - Xbox One Digital Code by Rockstar for $59.99 https://t.co/rb97T6FHRB via @amazon
14430                                         @ASOS absolutely appalling customer service. I wasn’t informed of my express shipped package being delayed until I… https://t.co/7iE1sfeQqg
14431                                                   Check out NFL Pittsburgh Steelers Mens Sideline II Charcoal Fleece Sweatpants pants jersey #NFL https://t.co/WfCE0QZEJz via @eBay
14432                                                 RT @Kraus__M: Welcoming our newest @TMobile  #Cleveland employees . Welcome to the family @2_Talented_ @GT216 #Operatewithpurpose… 
14433                                        @BTSRequest @YouTube @Google Being unable to find the video via search is a huge issue regardless of trending. It p… https://t.co/MGn2hVCOeW
14434                                                  @grbenny @RubeBait @jrmint4 @RTDNA @Walmart They just did or did i miss something?? Theu pulled it just bcuz of alittle pressure..
14435                                                                                                                                                           @ATTBusiness @ATT AWESOME
14436                                                               1 Pound (454 grams) Delicious suillus bovinus Mushroom Premium Grade from Yun... https://t.co/F56cUXQaFc 来自 @amazon
14437                                                     I'm in! Just entered the @hwbot #ocwc17 Predict The Champion contest . Thanks @intel and @SeasonicPSU ! https://t.co/am24x78HdR
14438                                                                                                               RT @Disney: Ready for #InfinityWar. May 4. 💥 https://t.co/VIBvjAHRAK
14439                                                                                                              Yah who thought this was a good idea @Walmart? https://t.co/zdUCNzWOUX
14440                                        RT @EllenPompeo: And the big question is what are @pepsi and big corporations doing to help clean our oceans? @lonelywhale https://t.co/k11…
14441                                                   Check out NWT $178 French Connection Ombre Sequin Lavender Chiffon Shift Dress Size 2 #Cocktail https://t.co/MYoCQjwGD9 via @eBay
14442                                                                Betsey Johnson Pinch Stripe Fuchsia Black White MINI Satchel Crossbody Bag Be... https://t.co/XwurnR3ZcM via @amazon
14443                                                                                                                                      @LadyDoore @GhettoThunderJS @Walmart Hell yeah
14444                                                                                                @greenish_poison @facebook I know right... luckily I managed to get my account back.
14445                                            RT @WUnionjersey73: @itstanner @tecneek253 @SkottyBell @comcast @lulybean @RepMikeBishop @AjitPaiFCC I just find it funny that the guy… 
14446                                        RT @shellthings: #ad What will you celebrate this holiday season? Find a reason to smile with #TrollsHolidayMovieNight @Walmart https://t.c…
14447                                                                Check out Vintage Art Deco Red Blue Green Pink Aqua Marine Glass Brooch #Unbranded https://t.co/O7fEQ2zYsb via @eBay
14448                                                                        RT @gr8magz: Love #Vintage #Magazines? Check me out on @eBay: selling #PopCulture #History since 2003! #RT… 
14449                                                Here is why the @Twitch is currently red. Twitch is joining forces with @CocaCola in the fight against AIDS. https://t.co/1PS64Mt6ai
14450                                       RT @TMobile: #UFC219 is going down at our place! T-Mobile customers get an exclusive 24-hour pre-sale starting now 👊 https://t.co/mNm4VhTQo9
14451                                                                                                                                                        @Disney @Disneyland Drop EA.
14452                                                                     @Reuters Search the Arctic where Russia bury stolen treasures-the hunt 4 green november https://t.co/wnwjx3O8qP
14453                                                                                     @blbtrujillo @Disney Thanks for making wishes come true! #ShareYourEars https://t.co/ZAMySi8pL1
14454                                                                Check out Free People Carnival Sweater Shrug Black Gray Bolero Lace Lining Fair Size S https://t.co/9676oUvYdE @eBay
14455                                              My package should’ve been here today according to @amazon ‘s 2 day shipping but it’s 11pm and IT NEVER CAME. Canceling my amazon prime
14456                                                  RT @Reuters: British Prime Minister Theresa May says the fact that we work together doesn't mean we aren't afraid to say when th… 
14457                                                                   @McDonalds WHY DO U ONLY ACCEPT CASH AT NIGHT!!!! I am just trying to eat some nugs!!!!! This is a TRAVESTY!!!!!!
14458                                        I basically hate iPhone mail and calendar apps. I don't know how @Apple let's this shit carry on for 10 OS generati… https://t.co/6UYFDKwozL
14459                                           RT @hunterfrederick: @netflix @Netflixhelps why can’t I watch Netflix through Airplay? It’s says it can’t be mirrored but it won’t even… 
14460                                         @Apple Why after a certain point IOS 11 stops tracking battery consumption? Apple playing the numbers? On Iphone X… https://t.co/YvnAeXUyAV
14461                                                        Check out Victoria's Secret MED cinnamon pink satin VTG 90s pj top shrug NEW!jacket shrug  https://t.co/WT0uT7YSCW via @eBay
14462                                                        RT @Reuters: North Korea says its most advanced intercontinental ballistic missile yet puts the U.S. mainland within range… 
14463                                                                                                                                               RT @_Dave__M: @comcast Sure you wont.
14464                                                  RT @BTS_BiTS: @YouTube Hey @Google we couldn't find links to @BTS_twt BTS DNA official music video could you please fix it ASAP?… 
14465                                                      @FightOnTwist @StarTribune @Walmart why arent you boycotting eBay and every other website that allows Third Party selling too?
14466                                                  Check out Anne Klein Skirt 10 Gray Wool True Wrap Women's Career Fall Fashion  #AnneKlein #ALine https://t.co/YZZfJKTyfQ via @eBay
14467                                        RT @constellationr: Research: @SAP Hybris Advances its Platform https://t.co/Rl78R2YHUP by @holgermu #MatrixCommerce #Commerce #CIO https:/…
14468                                                  RT @BTS_BiTS: @YouTube Hey @Google we couldn't find links to @BTS_twt BTS DNA official music video could you please fix it ASAP?… 
14469                                                   Check out Fabulous AAA 1 Pcs Natural Sapphire Pendant 31X18mm 24k Gold Plated Pendant  #Raagarw https://t.co/yW9hRAyaE8 via @eBay
14470                                                                          RT @FDS_NaturallyMe: Final Draft: Elements of Surprise by F.D. Stewart https://t.co/cotqsbV81x via @amazon
14471                                                                                                                              RT @WildAidHK: Should @FedEx ban #shark fin shipments?
14472                                                                                                                       Holy smokes Longshot is great and wildly compelling. @netflix
14473                                                 RT @Burberry: Model and actress Lee Sung Kyung wears @Burberry tartan pieces in the December edition of @MarieClaireKR. Photograp… 
14474                                                               RT @suegoco: @xoxo_breeeee @amazon Amazon still advertises on Breitbart. I’m not shopping on Amazon.  #grabyourwallet
14475                                                                                                                    Chromance Analog Heart Music https://t.co/VsrFLzWe0z via @amazon
14476                                        Amazon logistics is probably going to be the end of @amazon. Love the marketplace but delivery is no longer reliabl… https://t.co/2VaCWsOYJi
14477                                             RT @happyhippyshack: Check out J Crew Corduroy Matchstick Pants 32 Charcoal Gray Women's 35X33 #JCREW https://t.co/2ZPjl3fV2W via @eBay
14478                                                        RT @NRNonline: TGI Fridays expands Amazon partnership https://t.co/5HZh0WKXPC @TGIFridays  @amazon  #alexa #restaurantnews… 
14479                                                                                                 @comcast @_Dave__M Statements are only that and change with your quarterly profits!
14480                                        Has there ever been a crappier OS then Windows 10 by @Microsoft ? Since the last update my laptop takes up to 20 mi… https://t.co/VeYdt8zX6o
14481                                                                                                              @eric_crawford19 @amazon Amazon help is run by ex-third reich officers
14482                                                                               Oil prices gain after OPEC extension of output cut https://t.co/AB1sLb33lP Via @Reuters #businessnews
14483                                                          I just wanna know why @jxredespiritu comes up as my twitter icon when you search me up on google fix this @Google @Twitter
14484                                            Check out 5 Vintage Wooden Christmas Ornaments Santa Snowmen Angel  https://t.co/ZBWIBJREe6 via @eBay #VintageChristmas #WoodenOrnaments
14485                                        RT @globaltimesnews: Chinese actress Liu Yifei thanked @Disney on Sina Weibo for casting her as #Mulan in upcoming live-action film. https:…
14486                                                  RT @Reuters: EXCLUSIVE: Nissan has begun international arbitration against India to seek more than $770 million in a dispute ove… 
14487                                                  RT @Reuters: EXCLUSIVE: Nissan has begun international arbitration against India to seek more than $770 million in a dispute ove… 
14488                                                                    Check out Multi Colored Rhinestone Flower Curved Bar Navel Belly Button Ring   https://t.co/EoiKQgudgY via @eBay
14489                                                                                                                                     Dope @Nike and @supreme https://t.co/MuaDRSJQlo
14490                                    RT @BrunoMars: Thank you @benwinston for taking this ride with me. Thank you @CBS for lettin us party &amp; thank you to anyone that tuned in #…
14491                                                                                   Apple iPad Air 2  9.7 Inch  32gb  (Gold) by Apple for $374.52 https://t.co/LZILYSputu via @amazon
14492                                                         Check out Indian Beautiful Vintage Saree Sarong Decorative Printed Floral Fabric 5 Yard   https://t.co/LbjKtqwNMC via @eBay
14493                                                  RT @BTS_BiTS: @YouTube Hey @Google we couldn't find links to @BTS_twt BTS DNA official music video could you please fix it ASAP?… 
14494                                                            @comcast thank you for dropping my internet. Do you plan on reimbursing me my $100 for the tournament you just costed me
14495                                                  RT @2002_f1: @Ford Why's it so expensive to make and buy a car??? A tonne of metal isn't expensive and it's only Lego Technics t… 
14496                                        @TeamYouTube @Teosto_ry @Google Eventhough Finland has only bit more than 5 million people and must be completely i… https://t.co/wlkFLs8Dts
14497                                                   RT @CoW_mAn: So @Walmart how much money did you make selling t-shirts that call for the murder of journalists? I hope enough to… 
14498                                                        Hate speech T-shirts have been pulled by @Walmart but are still for sale on @teespring's site #Shame https://t.co/lnwAlP61Cx
14499                                                                 Check out SALE! Set of Commemorative Coins of Ukraine 2017 - 26 pcs. with BONUS!  https://t.co/KXoU2pIffG via @eBay
14500                                                                                               @Reuters The same thing happened in New York state a few years ago. What is going on?
14501                                                                                                   RT @BeastFireTimdog: Xbox One X out of stock on @amazon . https://t.co/3j99hAgsfv
14502                                      RT @tailosivetech: Creator studio beta @YouTube 😂 only @Google would take the time to make a “Missing Features” tab 😂 https://t.co/SO2UM0cO…
14503                                                                                                                               @fvrvx @Apple run me my money https://t.co/TF6l95P3Az
14504                                        @sssniperwolf @verizon They might be doing what Apple did with their phones. They want people to upgrade their plan… https://t.co/O6u1es54s9
14505                                                        RT @BR0K3B0I: @Apple y’all better run me my money!!! i mean i’m still gonna buy iphone but fuck yall https://t.co/go7Q1MXj0p
14506                                                     #Bumpin Atlas by NEFF @NeffTv1 Get 9.0 The Underground Radio App at https://t.co/iChLzWqg0Y #AtlasVWGoals @VW and @vwleessummit
14507                                                                                                             @Google Help I Need To Restore My Google Account Please I Can't Sign In
14508                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14509                                                                                                          @FrankieParrish @easyJet You can get €200+ compensation via their website.
14510                                        @_LaChilindrina_ @facebook I got banned a month for saying Minecraft is for faggots an pedophiles not even at someo… https://t.co/MKtHPh4E5r
14511                                                                                                           Ayo @netflix y’all snapped puttin RoboTech on here we need more 80s anime
14512                                                                    RT @Timmii_Turner: Yo how come my Bluetooth stay on regardless of me cuttin it off or not? @Apple I need answers
14513                                                    Just saw this on Amazon: (md0410) Galaxy S6 DARK BLUE Rear Back Glas... by md0410 for $12.95 https://t.co/QRVuWqZUht via @amazon
14514                                           The @Acer Aspire 5 features the latest 7th Gen @intel core i7.A complete masterpiece.Check it out on @YouTube at… https://t.co/1LppnfeyjT
14515                                                                                                                     RT @netflix: 4 hours until @blackmirror https://t.co/mUQphcjM9a
14516                                                                          Check out S-100 Board Cromemco 16KZ RAM Board 1977 FOR RETRO PC Vintage  https://t.co/chBxwFQWB4 via @eBay
14517                                                                                                                                RT @kaydargs: can someone please get MXC on @netflix
14518                                                                                                      Report Calls @Microsoft Leading #IoT Platform Provider https://t.co/FqsvZIlvAg
14519                                               RT @Reuters: Hong Kong property market shatters price records for 13th straight month https://t.co/8JU0ibbS5O https://t.co/m2HP3zxacc
14520                                               RT @Reuters: Hong Kong property market shatters price records for 13th straight month https://t.co/8JU0ibbS5O https://t.co/m2HP3zxacc
14521                                         RT @Reuters: JUST IN: South Korea has seized one Hong Kong-flagged vessel involved in oil sales to North Korea despite sanctions - foreign…
14522                                                                            RT @TilleryChuck: @BrianMillerAd @verizon @VZWSupport @ATT @ATTCares Let it rip. https://t.co/6ukBCnnm8k
14523                                        @Apple says it’ll let iPhone users to replace their battery for just $29 for a year to make up for the misunderstan… https://t.co/h2qihd44QK
14524                                                                                         What does liberal media company @CBS say about the #Trump #TaxCuts? https://t.co/Qyxf6Ya6uJ
14525                                                                                                           @Krystanite143 @netflix @blackmirror No haha but now we have more options
14526                                    RT @Boeing: Today #Boeing applauded #TaxReform legislation as a driver of growth &amp; announced $300M in employee-related investments. Read mo…
14527                                         What do you show in your training videos @McDonalds ? Is this what customer service is like? 45+ minute wait on my… https://t.co/7b6yAA89UL
14528                                                                                                                     RT @netflix: 4 hours until @blackmirror https://t.co/mUQphcjM9a
14529                                               @cindycapo @amazon @AAA_Stripe_Pro @AerograQuintana @onedirection @TeresagiudiceN1 @itakethelead @stevekrohn… https://t.co/JrDwj7x7lb
14530                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14531                                                                                                                                               @netflix @blackmirror WHERE IS IT!!??
14532                                        RT @The_Sky_Angel: @VZWSupport @BrianMillerAd @bxllaneira_3 @ATT @AppleSupport Read his earlier tweets @VZWSupport - clearly he was threate…
14533                                                                                           RT @DrJimmyStar: Check out Ladies Kensie Denim Tote Bag NWT https://t.co/zUZgLVsEuV @eBay
14534                                                                                                                     RT @netflix: 4 hours until @blackmirror https://t.co/mUQphcjM9a
14535                                                                                                I guess someone gave @netflix an offer they couldn’t refuse. https://t.co/wbPiHvPkxt
14536                                        RT @Google: Just because they aren’t together doesn’t mean we can’t dream about it. This fan-created #Overwatch character ‘ship got the mos…
14537                                                                                                                               @Apple why my phone dying all fast all of a sudden 🙄
14538                                        @DJMAGICD1  @facebook  how in the hell does this violate your community standards your not going to happy until you… https://t.co/a2G214qj0I
14539                                                                                               @JuddApatow I watched your standup special on @netflix last night. Shit was funny. 👍
14540                                         RT @MariviTrump: They get away with lies 100% of the time n we all wonder where's @nbc @cesarconde_ @LackAndrew @StephenBBurke @comcast do…
14541                                                                                     @comcast I would throw my hard earned money at y’all if Xfinity was available in my are. 😢😢😢
14542                                                                                    RT @Disney: 2018 is going to be a magical year for all things Disney! ✨ https://t.co/TuYaKusgby
14543                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14544                                                                Cute Tennis Heart Eye Valentine T-Shirt Gift for Tennis Love Tennis Valentine... https://t.co/AyEf6jJ0gj via @amazon
14545                                        RT @pastor_george: @BrianMillerAd @verizon @ATT @AppleSupport Dont believe a word they say this is just how I was treated 2 days ago #veriz…
14546                                        RT @pastor_george: @BrianMillerAd @verizon @ATT @AppleSupport Dont believe a word they say this is just how I was treated 2 days ago #veriz…
14547                                        RT @50shadesgirlpdx: Now it all makes sense! Thanks to @E_L_James FSF Filming With the @Audi R8.  #FiftyShadesFreed #WantanR8 https://t.co/…
14548                                                                         Earning It: A Romantic Comedy (Stolen Moments Book 1) by Angela Quarles https://t.co/AZ8cEhElRv via @amazon
14549                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14550                                                                                                                     RT @netflix: 4 hours until @blackmirror https://t.co/mUQphcjM9a
14551                                        RT @businessinsider: People are outraged by this @pepsi ad starring @KendallJenner — here's how the company responded https://t.co/0eMxKljS…
14552                                        RT @StopFundingHate: Today's Sun advertisers include @Tesco @DFS @ThreeUK @FostersUK @bt_uk @asda @intel @curryspcworld @coopuk @Plusnet @t…
14553                                        RT @Google: Just because they aren’t together doesn’t mean we can’t dream about it. This fan-created #Overwatch character ‘ship got the mos…
14554                                                                                             @BayAreaData @netflix And they've already green-lit the sequel! https://t.co/qHHny4yuUf
14555                                                                                                                              #BlackMirror4 been Waiting for this... Thanks @netflix
14556                                         RT @The_Sky_Angel: @VZWSupport @BrianMillerAd @my_happy_pill @ATT @AppleSupport Maybe try reaching out via private message and get a phone…
14557                                        RT @MorganStanley: The deadline for most tax strategies is quickly approaching. Here are some ideas to consider before New Year’s Eve. http…
14558                                                             the real star of The Toys that Made Us. @netflix @dog_rates  #netflix #TheToysThatMadeUs #Corgi https://t.co/MjjSmwM3rR
14559                                                     Check out Men's Reebok The Answer DMX 10 Allen Iverson Sz 10.5 V55130 Red/Silver/Wht/Black https://t.co/YD60h2Pw6I @eBay $84.99
14560                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14561                                                                                    RT @Disney: 2018 is going to be a magical year for all things Disney! ✨ https://t.co/TuYaKusgby
14562                                                                                                                     RT @netflix: 4 hours until @blackmirror https://t.co/mUQphcjM9a
14563                                               RT @Google: The most memorable moments of 2017 started with a question. https://t.co/wtqjULjCYe #YearinSearch https://t.co/LI7cIf6beL
14564                                                       RT @adidas: Calling all Creators. Let’s change sport. Let’s change lives. Let’s create. #HereToCreate https://t.co/bxFY6MUNVP
14565                                                              RT @Reuters: Myanmar frees journalists working for Turkish broadcaster https://t.co/jFpMV9FinX https://t.co/GiK949MMYh
14566                                                                                    RT @wirelineio: Is @Apple Planning to Use #Blockchain? https://t.co/KX81AusiIF via @investopedia
14567                                                                                    RT @Disney: 2018 is going to be a magical year for all things Disney! ✨ https://t.co/TuYaKusgby
14568                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14569                                                                                                        @Tesco is this legit because it looks dodgy as heck! https://t.co/IqBSUYGfk8
14570                                        RT @samevans57real: New chill gear from @hm @hmusa make sure to chk them out in stores or online #hm #imgmodels #hoodie #model #2018Suggest…
14571                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14572                                                               RT @Reuters: WATCH: Barack Obama and Hillary Clinton are ‘most admired’ people in U.S. - poll https://t.co/mjGzxYPGW2
14573                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14574                                        RT @ArmCastPodcast: My Favorite Story Podcast Author Anthology by Fifteen @projectentnet #authors! https://t.co/BMFQ2ICGNU via @amazon @Arm…
14575                                                            @TMobile so if my phones always glitching can I send mine in and get a new one without having to pay for another phone ?
14576                                                                        Check out Wilkinson Sword CLASSIC Double Edge SAFETY RAZOR #WilkinsonSword https://t.co/gFZQMZZOeX via @eBay
14577                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14578                                                                      RT @Reuters: Hong Kong lawyers 'appalled' by move to enforce China law in rail station https://t.co/RfPcZ9i0Ln
14579                                                       Check out 16 inch Men's womens Genuine pure Leather big large backpack rucksack laptop bag  https://t.co/rKEfzFqXR4 via @eBay
14580                                                                Kate 7x5ft Easter Photography Backdrops White Brick Wall Rabbit Background Cu... https://t.co/EuRSuom1dZ via @amazon
14581                                                                                                                                               @nextofficial pjs are sooooo comfy 😍
14582                                                                Face Graffiti Photography Backdrops Colorful Pattern Background for Birthday ... https://t.co/gicdehCEeH via @amazon
14583                                                                                             @Reuters They must integrate with mainland China to secure a permanent peaceful future!
14584                                   RT @MindOfLJ: I'm Officially Now AEA Certified! Huge Thanks To @Adobe &amp; My Professor Landry Finch For The Incredible Opportunity! 🎓 https:/…
14585                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14586                                                                                                                               @Abdulmuttalip53 @WSJ @Apple It’s very expensive junk
14587                                                     @Ryanair Am flying to Shannon at 9am tomorrow from Stansted. Are flights back to normal after the cancellations due to weather?
14588                                         RT @_ravidubey: Dear @HSBC I am seriously sick of how you manage you ‘premium’ customers ..my wife has made over 10 calls and has got only…
14589                                                                           RT @DrJimmyStar: Check out Vintage With Love Rustie Serenity Porcelain Doll https://t.co/cDke7oGU9n @eBay
14590                                                                                                                       i will never forgive @netflix for taking off Lost😭😭😭💔💔💔
14591                                                                                                                          Okay Google? #googlephotos @Google https://t.co/V6JhxOdN7O
14592                                        RT @Burberry: North Norfolk's annual Blakeney Regatta continues to celebrate historic local traditions #BurberrySummerTime https://t.co/bmZ…
14593                                                                                         RT @DrJimmyStar: Check out Mens Chaps Sea Blue T-Shirt XL NWT https://t.co/sqTpKckNGj @eBay
14594                                        @Reuters It’s incomprehensible that US is a silent partner in the Saudi killing of civilians. 1+ million ppl w/ cho… https://t.co/Ll5mdxAAd9
14595                                        RT @DJ_Eskay: @BrianMillerAd @verizon @ATT @AppleSupport I just got off a call with them and I Can't believe a company like this is even al…
14596                                                     RT @timesofindia: Seven signs @Apple may be slowing your iPhone https://t.co/qYEgSlzWC9 via @gadgetsnow https://t.co/hj5M1d7xrT
14597                                                                                         RT @DrJimmyStar: Check out Mens Chaps Sea Blue T-Shirt XL NWT https://t.co/sqTpKckNGj @eBay
14598                                                        RT @BR0K3B0I: @Apple y’all better run me my money!!! i mean i’m still gonna buy iphone but fuck yall https://t.co/go7Q1MXj0p
14599                                                   Check out 5 Feet Dark Silver Steel Pyrite Beaded Chain 24k Gold Plated 3.5-4mm Faceted #Raagarw https://t.co/3Wt7Dc9EZE via @eBay
14600                                                                                                                          @Reuters CHINA THE WORLD LEADER IN EXPORTING -- CHEAP CRAP
14601                                RT @spotthedog67: So individuals tell the Truth about War Crimes &amp; Terrorism committed by the State &amp; @facebook #Closes it down ? Here's me…
14602                                RT @spotthedog67: So individuals tell the Truth about War Crimes &amp; Terrorism committed by the State &amp; @facebook #Closes it down ? Here's me…
14603                                        Me looking at @Apple employees after years of telling them “ya know.. I really feel like my phone only has issues o… https://t.co/Vvgf8BqmLN
14604                                                                           RT @Reuters: Hundreds protest against high prices in Iran https://t.co/47M9oMNrmj https://t.co/6C6d0rTxzd
14605                                                      RT @JennaCloudTV: Finally found a @McDonalds that won’t scam me 20nuggets for $14 #japanholiday @japan https://t.co/eM3c3z1VON
14606                                                RT @Reuters: U.S. oil prices climb to highest since mid-2015 on surprise output drop https://t.co/E6Dr7JIE84 https://t.co/rfKz5EeVL2
14607                                                                                                    The Calling (A Protector Book) by C. S. Lane https://t.co/JnxriIf0Tg via @amazon
14608                                                       #FlashbackFriday #NHL Pittsburgh Penguins Hoodie  Sweatshirt Reebok Youth Small (8) #Reebok https://t.co/DBW1YA7Oq8 via @eBay
14609                                        RT @anthonyfranc1s: Loved seeing this in @Tesco this morning. VERY cute and made me #smile @OutatTesco #LGBT #Equality https://t.co/OG6DRgi…
14610                                                           Check out Vintage Brass Single Finger Loop Large Candle Holder Drip Base Chamber Stick  https://t.co/kiH0RZy4nH via @eBay
14611                                                                   CORRECTED-UPDATE 1-Australia's Crown Resorts signs several deals to cut debt https://t.co/4uPV7u22Ll Via @Reuters
14612                                                                                                                        @leftcheats @Reuters @StephenNellis Glad you did it are you?
14613                                                                                  Why shouldn't @Apple get the @Volkswagen treatment for hacking the engine? https://t.co/Ys7pjwk219
14614                                                                                                Check out Star Wars A New Hope R2 D2 Tatooine Mission  https://t.co/PkgeM9uzQt @eBay
14615                                                                                                                                                  @Apple just give me the new iphone
14616                                                             @Reuters @heathersomervil @LianaBaker That was good first time but like she always does she runs things into the ground
14617                                                                                           RT @DrJimmyStar: Check out Ladies Kensie Denim Tote Bag NWT https://t.co/zUZgLVsEuV @eBay
14618                                        @OriginalMXV @BenBajarin @BenedictEvans @Apple Because the issues are caused by sensible/needed workarounds tied to… https://t.co/83fpI3RubD
14619                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14620                                                 RT @hopescloset2: Check out Star Wars Darth Vader &amp; StormTrooper Salt and Pepper Shakers Set  https://t.co/FVnTbyutRs via @eBay
14621                                                                                                                                      @Tesco @hjsads Should have gone to Asda 😂😂😂
14622                                                        RT @Reuters: New York police poised to thwart New Year's Eve suicide bombers https://t.co/7hnfJyuwC5 https://t.co/pcXvUr763L
14623                                                           @HelenHilliard4 @JLcustserv @vagelisgeo @Apple Hi. you can read our statement on this issue here: https://t.co/vtWarvSj8R
14624                                                       Check out Indian Sari 100% Pure Silk Printed Fabric Decor Craft Floral Sari #Nivisaa #Saree https://t.co/QoRTf3k7SL via @eBay
14625                                                            @Apple ongoing issue with my #beatsX . When pressing the button 9/10 it doesn’t skip to the previous song... #frustrated
14626                                        RT @Reuters: Apple apologizes after outcry over slowed iPhones and slashes prices for battery replacements https://t.co/AN5yaVY6Hc via @Ste…
14627                                        @Reuters So which one is right?  US says it has photographs taken from space of the transfers taking place.  NEED T… https://t.co/SZ9PKCeFX5
14628                                                               Check out COOLNUT Power Bank 20000mAh for All Smartphone + 1 Year Warranty #COOLNUT https://t.co/XGfMiTawMr via @eBay
14629                                                               Vacuum packaged Tofu multi-flavored bean curd cut pieces 800 grams from China... https://t.co/Kouhup0UaX 来自 @amazon
14630                                                            @Izzymariehill @ASOS @LiquornpokerUK @quizclothing @ZARA @HOTMESSCLOTHES @Space_NK I've got a few I'm waiting for too 🙈
14631                                        RT @DJ_Eskay: @BrianMillerAd @verizon @ATT @AppleSupport I just got off a call with them and I Can't believe a company like this is even al…
14632                                                              RT @Reuters: India's federal auditor slams Modi's slow Ganges clean-up https://t.co/slxV9OLq62 https://t.co/skUYFjVQCD
14633                                                                 @Izzymariehill @ASOS @LiquornpokerUK @quizclothing @ZARA @HOTMESSCLOTHES @Space_NK It's like a second Christmas! 🎄
14634                                                            RT @Disney: ICYMI: See a Delightful New Image From Mary Poppins Returns: https://t.co/kx0xgRpsQy https://t.co/v3Rh0KbxLy
14635                                                       @Snagsy1980 @Apple Fucking disgusting. Theft. Fuck them. Never had one never will. Apple bastards. Fucking Californian cunts.
14636                                                              RT @Reuters: India's federal auditor slams Modi's slow Ganges clean-up https://t.co/slxV9OLq62 https://t.co/skUYFjVQCD
14637                                                Check out Chanel Ultra Correction Line Repair Anti-Wrinkle Night Cream + FREE  Makeup Set  #CHANEL https://t.co/KotMStdRml via @eBay
14638                                                       @AWhiteShirt @maxeemi @brumbyOz @Nooriyasays @Apple U r right .Arabic is language of Islam. Urdu is attempt to arabise hindi.
14639                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14640                                                                                                    @Reuters @ReutersTV They will make millions on charging the fee to change them .
14641                                                  this is how they are dealing now @Apple im going to switch to @OnePlus_IN which is far better than iphone. https://t.co/rWf6bJCB6c
14642                                        @startup_18 @MorganStanley Bitcoin SegWit2x ($B2X) successfully launch mainnet and 12 global exchanges start trades… https://t.co/p6VIA53GiN
14643                                                     @irblinx @UPS @UPSHelp I´m awaiting a package from @bcn3dtech so needless to say i´ve been staring at that door all morning! =)
14644                                                           RT @Burberry: #GoshaRubchinskiyXBurberry. Sign up to be the first to know https://t.co/jB5cJ1sQrD https://t.co/huYHmGFOIZ
14645                                         @AllanMargolin @Reuters @DrainTheTrumps @1o5CleanEnergy @ActDontReact @Diamondjack444 @dremmelqueen @StopTrump2020… https://t.co/igZi1GVj4u
14646                                                        Check out Accessories Set Kit Gopro Hero 6 5 4 3 Octopus Tripod Head Strap Floaty Monopod  https://t.co/qSPrcCaHIS via @eBay
14647                                                                                                                                 @netflix @imwillsmith1 Bright was freaking awesome.
14648                                         @facebook Why did I see a post from Facebook reminding me of rules and practices? Did I do something wrong?.. When… https://t.co/4R2YC8XZhq
14649                                                                                                                                @Apple be on some shit.🤦🏼‍♀️ https://t.co/zuAycTtouQ
14650                                         @Tesco hi i’m after your 7ft Luxury Regency Fir Christmas Tree Cat No:548-0328. I had one in my cart yesterday and… https://t.co/Jz1EnHUqgF
14651                                                                                                   @kaz334 @Apple They should be replacing them free of charge! It’s disgusting.....
14652                                        RT @Reuters: BREAKING: Goldman Sachs estimates U.S. tax legislation will result in reduction of around $5 billion in firm's earnings for Q4…
14653                                                    Check out Indian Vintage Silk sari 100% Pure Silk Multi color Craft Fabric Women Sari #Nivisaa https://t.co/cfxb5Oy4sM via @eBay
14654                                                   Check out Natural Dalmatian Cabochon 21x31mm Oval Gemstone 925 Sterling Silver Pendant #Raagarw https://t.co/6dYMAkXZEA via @eBay
14655                                                                                                       @nextofficial Thanks for that. Is there a different code for the red version?
14656                                                                            RT @DrJimmyStar: Check out Jimmy Star Brand Mens Ooak Poodle Shirt Size Xl https://t.co/HIFPxfhXxw @eBay
14657                                                                 RT @Reuters: Russian businessman Berezkin one of special treasury bond masterminds: Kremlin https://t.co/fg081tmMID
14658                                          My flight boards in 15 min but you best believe I’m in line for @Starbucks. It’s in everyone best interest I’m caffeinated on this flight.
14659                                                                                                                                                       @Reuters War must be stopped!
14660                                                                                         RT @DrJimmyStar: Check out Mens Chaps Sea Blue T-Shirt XL NWT https://t.co/sqTpKckNGj @eBay
14661                                                                                                                                    @Apple swing my coins 😒 https://t.co/q8blaniHsa
14662                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14663                                                Check out Fleece Heated Blanket Electric Throw Lighted Controller Soft Easy Use 3 Heat Set #Modern https://t.co/6OoPO9iIBH via @eBay
14664                                                        Check out Salon Perfect Go Glam 119 Black Eyelashes Lightweight Reusable New #SalonPerfect https://t.co/9604ko2UPG via @eBay
14665                                        RT @AlexxDancee: 22nd Dec ordered some stuf frm @ASOS even tho I got premier delivery I paid 7.95 for nxt day evenin delivery coz u would a…
14666                                                $12 FREE SHIPPING MM Couture by Miss Me Blue smock top tunic dress sz M zip side lined RARE #Tunic https://t.co/yxA2ScCmuy via @eBay
14667                                                                        RT @Reuters: Goldman expects $5 billion hit to quarterly earnings due to new tax law https://t.co/7OxDCzEGQz
14668                                                                                                                Added to my @amazon and @AbeBooks wish list. https://t.co/Tp5UIX59lz
14669                                        RT @pixelatedboat: Hello @netflix. I’ve written a script for a scary movie you could make for Halloween. It’s called “Jetpack Dracula”. Let…
14670                                                                                                                                                                   @Reuters How sad.
14671                                                                           RT @DrJimmyStar: Check out Vintage With Love Rustie Serenity Porcelain Doll https://t.co/cDke7oGU9n @eBay
14672                                         I wish @Apple would slow down the apps on my iPhone. Battery consumption acceptable according to them but it still… https://t.co/ipyaBqRoCk
14673                                                                                                                                                               @Reuters And so what.
14674                                                                            RT @DrJimmyStar: Check out Jimmy Star Brand Mens Ooak Poodle Shirt Size Xl https://t.co/HIFPxfhXxw @eBay
14675                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14676                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14677                                                        RT @BR0K3B0I: @Apple y’all better run me my money!!! i mean i’m still gonna buy iphone but fuck yall https://t.co/go7Q1MXj0p
14678                                                                                @netflix should allow you to have every show of every netflix in the world when you are in a airport
14679                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14680                                                                         Check out Touch I • Maxi Single • by African Head Charge CD•1994 • On-U Sound https://t.co/kyxeEVf1Xw @eBay
14681                                                                                                               RT @netflix: New year. New shows. New movies. https://t.co/WT4g9pat7a
14682                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14683                                                               RT @Reuters: WATCH: Barack Obama and Hillary Clinton are ‘most admired’ people in U.S. - poll https://t.co/mjGzxYPGW2
14684                                    RT @JuicyMuffins: Check out 1991-1992 ASTON VILLA FC SQUAD AUTOGRAPHED FOOTBALL INC DWIGHT YORKE &amp; BOSNICH https://t.co/9yyGu7Z77F @eBay @A…
14685                                                                                                                  Check out 350 unsortierte Witze  https://t.co/izXdQi6BcO via @eBay
14686                                                                                      Coalescence: Camden Investigations Book One by Gary Starta https://t.co/NS9iX59zqx via @amazon
14687                                        RT @tomt411: @Reuters Maybe the title should explain that it’s due to repatriation of funds back into the US.  Irresponsible headlining.  W…
14688                                        RT @Reuters: Apple apologizes after outcry over slowed iPhones and slashes prices for battery replacements https://t.co/ot2PmVAbiR via @Ste…
14689                                                                                                                      @IYWeek @anjelahjohnson @amazon @hulu Watching this right now.
14690                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14691                                                                                                                                                 @Lakers @Toyota Lonzo ball #NBAVote
14692                                                                                           @CocaCola @JulietteReilly_ thank you for all the beautiful music you make and all you do!
14693                                        RT @ZarpPowder: #Facebook #facebooksupport #fb #fbi @facebook @fbnewsroom @fbOpenSource @fbplatform Hell I got banned for saying “put nails…
14694                                        RT @Reuters: Apple apologizes after outcry over slowed iPhones and slashes prices for battery replacements https://t.co/WSIEuQrnk8 via @Ste…
14695                                                                      @adidas @MDiazdeLeon15 Mike would be the @drose of that commercial. Everyone wondering why he is at the table.
14696                                                        Check out 1 Strand Natural Blue Fire Labradorite Fancy Briolette Faceted 7.5'' Long Beads  https://t.co/T187G4rwuR via @eBay
14697                                                 Check out Vintage Ideal Console TV Radio Record Player Dollhouse 1:16 Entertainment Center #Ideal https://t.co/lvx5DtSHcv via @eBay
14698                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14699                                                        Check out Natural Tourmaline Gemstone Sterling Silver Chandelier Earring Designer Jewelry  https://t.co/YuQo6Np2Pt via @eBay
14700                                                        Check out Brine Shrimp Egg PremiumArtemia Cysts American Eagle FRESH 90 Hatched Killifish  https://t.co/8ffG7HwkT0 via @eBay
14701                                                                Silverstargemsjewellery Oval Cut Red Ruby Women's Three Stone Fillgree Engage... https://t.co/PLhKfXkeah via @amazon
14702                                         RT @LadyLaLa2407: @Lesism Has anyone tried tagging @Apple or @AppleSupport with a view to finding out if they can assist with retrieval of…
14703                                        RT @DJ_Eskay: @BrianMillerAd @verizon @ATT @AppleSupport I just got off a call with them and I Can't believe a company like this is even al…
14704                                        RT @DJ_Eskay: @BrianMillerAd @verizon @ATT @AppleSupport I just got off a call with them and I Can't believe a company like this is even al…
14705                                        RT @DJ_Eskay: @BrianMillerAd @verizon @ATT @AppleSupport I just got off a call with them and I Can't believe a company like this is even al…
14706                                                                                      @netflix when are you go to show 6 days in the US.  It already playing in the UK.  Thank you!!
14707                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14708                                        @Reuters I bet Trump would be happy selling oil and weapons to North Korea as long as it was the US gaining from th… https://t.co/OGp5i2XyrI
14709                                        @McDonalds ... So clearly asked for no pickles and to my amazement there are 3 of the little bit of horribleness on… https://t.co/ICkNFy1srP
14710                                                                                         RT @Reuters: Beijing may be starting to win its battle against smog https://t.co/o6g0EDsUmS
14711                                                        Check out Waffle Maker Electric Non Stick 4 Piece Stainless Steel Design Waffle Maker NEW  https://t.co/Khj6didmex via @eBay
14712                                                                                                                 @krassenstein @charliekirk11 @CBS Facts are facts you stupid F*UCK!
14713                                                                                                                         @Sarge0714Norman @charliekirk11 @CBS These Americans are!!!
14714                                                                                                                  Loved “@realDonaldTrump: RT @charliekirk11: Incredible video: @CBS
14715                                                                           RT @DrJimmyStar: Check out Vintage With Love Rustie Serenity Porcelain Doll https://t.co/cDke7oGU9n @eBay
14716                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14717                                                                      RT @JimInOttawa1235: @charliekirk11 @CBS I'm surprised they didn't fake the results to show a negative effect.
14718                                        @krassenstein @charliekirk11 @CBS Would you be humble enough once the whole new tax bill is implemented and see how… https://t.co/TcQDRvx0n9
14719                                                           Check out Gorgeous Leopard Jacket Women's Faux Fur Coat  #Unbranded #BasicCoat #Outdoor https://t.co/nkCM3dIepu via @eBay
14720                                                                                                      @ATT @DanHous50336152 Also watered down my nfl ticket. You guys are the worst.
14721                                                                                   FAB #Dillon Precision 45 ACP Caliber Conversion Kit for 550 bid NOW @eBay https://t.co/TzHvwNh5gZ
14722                                                                  RT @SusieQ19622: Life of Fred Math Book Beginning Algebra by Stanley F. Schmidt  https://t.co/Ruy2EwXHMJ via @eBay
14723                                                                                   @Glazed_Rooster @NYGiantzFan1980 @netflix @cbinner1 @MariahCarey @WrestleMania @RonKillings Then*
14724                                                          Check out RARE-787-GM-ELECTRIC-BLUE-COLOR-TRANSLUUCENT-HAUYNE-SPECIMEN-FROM-BADAKHSHAN-  https://t.co/9sPrbqAiDW via @eBay
14725                                                      Check out 98-GM-PEACH-COLOR-BEAUTIFUL-MORGANITE-COMBINE-TOURMALINE-&amp;-ALBITE-FROM-AFGHAN  https://t.co/05BaBv3goG via @eBay
14726                                                       RT @IndexVentures: .@Raisin_EN closes another round of financing with @PayPal as a strategic investor https://t.co/L0JkVkPMuR
14727                                                Check out Waterproof Winter Hunting Gloves - Hot Shot / Realtree Xtra Camo / Insulated LG #HotShot https://t.co/LoyLQwmnHQ via @eBay
14728                                                                                    RT @Disney: 2018 is going to be a magical year for all things Disney! ✨ https://t.co/TuYaKusgby
14729                                        RT @Lavche73: It's been a fascinating year for leaders. Really proud to work for @Microsoft in the age of Satya Nadella! https://t.co/RhTwE…
14730                                                                                                                               I thought @CBS was #FakeNews? https://t.co/XaLFVovdex
14731                                        RT @DJ_Eskay: @BrianMillerAd @verizon @ATT @AppleSupport I just got off a call with them and I Can't believe a company like this is even al…
14732                                         @SirMuDbl00d @charliekirk11 @CBS Blame the Dems on that one for not providing the 60 votes in the senate necessary… https://t.co/WWAzT5AM2w
14733                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14734                                                                                                                                       @icedrainbow @Apple @CPWTweets I know nothing
14735                                        @Tesco 30 minutes to get out of your #tescostourbridge #carpark. How would emergency services be able to enter if t… https://t.co/SEaBR1LOhr
14736                                                   Check out Cuddly Soft - Full Zip Thermal Lined Hoodie - Tag size 2XL in Black #Sportier #Hoodie https://t.co/dWBPkOxdoO via @eBay
14737                                                                                                                                                                   @Reuters Hot damn
14738                                                        Check out Serbian Military Surplus Item - Unique Serb Woodland Camo Army Men Field Jacket  https://t.co/IZYLDlak6U via @eBay
14739                                                                                                                      @bradtravelers @netflix Best show since 24! Love it #travelers
14740                                        RT @thomasjarboe: @VZWSupport @BrianMillerAd @ftrycy @ATT @ATTCares Bull. You do nothing to ensure a great experience. You made me go throu…
14741                                        @charliekirk11 @realDonaldTrump @CBS Let's revisit them in four years when the trillion dollar tax bill comes due a… https://t.co/kNavswaP3A
14742                                                                                               @Reuters He’s gonna scree with my Amazon prime? Let’s see how that works out for him.
14743                                                                                   #bowltrip @Starbucks without @griffinhickman &amp; @lindsey_sholes 👎🙁☕️ https://t.co/Nr2czVSYKZ
14744                                                      @Tesco I cannot believe how your own brand butter is now double the price of 2 years ago. Unbelievable! How is that justified?
14745                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14746                                                                            RT @DrJimmyStar: Check out Jimmy Star Brand Mens Ooak Poodle Shirt Size Xl https://t.co/HIFPxfhXxw @eBay
14747                                                                                                                   @krassenstein That was his goal‼️ Brown noser. @charliekirk11 @CBS
14748                                                              @DefLeppard on @Google : DefLeppard on @Google : Visualize Def Leppard https://t.co/F386jELUYV https://t.co/nL2NerY7U2
14749                                               #BlackMirror4 arrives on @netflix today with more nail-biting Orwellian nightmares... https://t.co/U8XI3fZwp4 https://t.co/GsmiJyWCqA
14750                                                                                                                                                                 @netflix Worldwide?
14751                                        Could the @Apple battery admission be part of a big plan to generate revenue off old devices?no doubt they have sur… https://t.co/Ji2rdZOmPH
14752                                                                                                      RT @Starbucks: Definitely not. Iced coffee is life! 🙌 https://t.co/rlS0jRyuV7
14753                                                                                                                                                 @PayPal registered #DIGITALERAPROMO
14754                                                                                                                                              @Reuters Because your allie needs you!
14755                                                Won’t be receiving my @ASOS package today😩💔 I think my day may just be ruined lol @ASOS_Menswear #SearchForNewYearsOutfitContinues
14756                                                        Check out Carhartt Wexford Camo Shirt Jacket - Realtree Xtra - Men / Tag Size XL #Carhartt https://t.co/cDCj8NYXGc via @eBay
14757                                                                                                                     RT @netflix: 4 hours until @blackmirror https://t.co/mUQphcjM9a
14758                                         RT @Reuters: WATCH: Apple apologizes after outcry over slowed #iPhones https://t.co/zuxpuex9WP via @ReutersTV $AAPL https://t.co/DuxezYtBem
14759                                                                                                      @Reuters Doesn’t everyone else get their Amazon packages via UPS and not USPS?
14760                                                                                                              In what way does @Apple plan to cut the check? https://t.co/rgrYOGKNXO
14761                                         RT @Reuters: WATCH: Apple apologizes after outcry over slowed #iPhones https://t.co/zuxpuex9WP via @ReutersTV $AAPL https://t.co/DuxezYtBem
14762                                                                                                RT @madeindelta: I should model for @Colgate or @drinkFUZE ☺️ https://t.co/vvUThL0pYf
14763                                                Check out 5 Ft Green Chalcedony Hydro Rondelle 3-4mm Faceted 24K Gold Plated Rosary Chain #Faceted https://t.co/4o9kpsW8F7 via @eBay
14764                                                                                                           Check out Size 14 Spotty Navy Dress Ladies  https://t.co/ThFTJqaKdy @eBay
14765                                                                                              RT @curiosityjams: @datboiahmad @Disney thank u for spreading the message of the lourd
14766                                                         RT @ComplexSneakers: 👀 @JERRYlorenzo has confirmed a Fear of God x @Nike collab is coming in 2018. https://t.co/lW8CkcXQkC
14767                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14768                                                                                                                                                 @Reuters Makes law look ridiculous.
14769                                        RT @Reuters: U.S. President Donald Trump targets online retailer Amazon in a call for the country’s postal service to raise prices of shipm…
14770                                                Peter Meath @jpmorgan shares his #biopharma industry outlook for 2018 in an interview with @medcitynews https://t.co/YlH0Lsyixy #fda
14771                                                Peter Meath @jpmorgan shares his #biopharma industry outlook for 2018 in an interview with @medcitynews https://t.co/VaPydr6pnf #fda
14772                                         RT @The_Sky_Angel: @VZWSupport @BrianMillerAd @my_happy_pill @ATT @AppleSupport Maybe try reaching out via private message and get a phone…
14773                                                Check out Blue Chalcedony Gemstone 925 Sterling Silver Plated Adjustable Cuff Bracelet  #Unbranded https://t.co/u4yOoS2lho via @eBay
14774                                                    RT @Reuters: China's Geely takes $3.3 billion stake in Swedish truck maker Volvo https://t.co/AcpWip9I3h https://t.co/ejvuu8fnMV
14775                                                                                                                     @KFAN1003 @McDonalds AJ wins with 6 points #PowerTrip #initials
14776                                                @realDonaldTrump I think @amazon should stop selling Trump merchandise. Tweets like this sure make them look stupid for carrying it.
14777                                                @realDonaldTrump I think @amazon should stop selling Trump merchandise. Tweets like this sure make them look stupid for carrying it.
14778                                        @HallieJackson @nytmike @POTUS @Reuters @MSNBC Why is he still President when anyone else would be gone by now?  Re… https://t.co/7LemHQaBly
14779                                                         Check out 1cm Rose Quartz INTERCHANGEABLE Earring Charms  ~ Rhinestone Accents  #Handmade https://t.co/ovFSmLKu7F via @eBay
14780                                                                                    RT @Xazoulhs_gr: @Reuters Seems like @lorde has bigger influence than United Nations. #Jerusalem
14781                                                                                                                                               working for @Walmart fucking kills me
14782                                                                       Of course #BlackMirror4 is released on a day that I’m working 12 hours. Why must you do this to me @netflix??
14783                                                                                id i wanted to watch a youtube video i would have searched in videos @Google https://t.co/G9ULicvlO8
14784                                                                                RT @dannrogersonn: Flight out to Italy was delayed. Now the flight home is delayed.  Cheers @easyJet
14785                                                                                                                                            @KFAN1003 @McDonalds Gotta be AJ with 5!
14786                                        @CNN @cnnarabic @Reuters @euronews @france24   You all are on top of all protests in the Middle East. Why aren’t yo… https://t.co/xxiujqVLJq
14787                                        @HSBC #hsbc #bank @BBCBreaking @CNNMoney @MoneySavingExp @CNBCFastMoney @TheFCA #HSBC  have not paid our staff’s wa… https://t.co/v2wEtIpnDv
14788                                                          Check out LGA LaGUARDIA NEW YORK AIRPORT TOWER PLASTIC JUNIOR JR PILOT KIDDIE WINGS PIN  https://t.co/vKqZMyBrOV via @eBay
14789                                                                                                                             @Reuters Retaliation against Amazon owned by a liberal!
14790                                                          Check out Milwaukee Brewers jacket diamond collection size XL #Starter #MilwaukeeBrewers https://t.co/4uNoIK7xtH via @eBay
14791                                        @IFCMidnight @iHorrorNews @iTunes @PrimeVideo @netflix @Scream_Factory Great horror film and amazing performances b… https://t.co/1nDmLj9Ryk
14792                                                                            Check out Hollister Racer Back Tank Top Medium Floral #Hollister #Cami https://t.co/WWikMimwX5 via @eBay
14793                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14794                                        @fbernaus @jbattan @Apple @AppleSupport It does explain we need to change the battery because of the update...  wha… https://t.co/iU2bsxxjBh
14795                                                                                                                                            @thewaytojesus @amazon This is smashing!
14796                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14797                                        RT @AvgeekMel: A319 @easyJet @Airbus G-EZBI shortly after arriving at @manairport from Milan (MXP) Dec 2017 with a lovely backdrop of snow-…
14798                                                                    RT @Reuters: Fire in India's financial capital kills at least 12 https://t.co/6uyE8Nw9aX https://t.co/1EZdMnOyfu
14799                                                    Check out WOMEN'S CARIBBEAN JOE JEAN DENIM JACKET SIZE PETITE M EUC! #CARIBBEANJOE #JeanJacket https://t.co/BEowSRMHzx via @eBay
14800                                                                             Hey @Apple https://t.co/QFqthFBj7e this doesn’t suffice! You need to better than a lower battery price!
14801                                                                           RT @DrJimmyStar: Check out Vintage With Love Rustie Serenity Porcelain Doll https://t.co/cDke7oGU9n @eBay
14802                                               RT @SusieQ19622: nice PENDLETON WOMEN'S SIZE XL DIAMOND QUILTED BROWN JACKET PLAID LINED #Pendleton https://t.co/VAXaAJwZJx via @eBay
14803                                                                                So my bro is currently on a plane to @Disney for New Year... NOT AT ALL JELOUS. NOT ONE TINY BIT. 😩
14804                                                            RT @Disney: ICYMI: See a Delightful New Image From Mary Poppins Returns: https://t.co/kx0xgRpsQy https://t.co/v3Rh0KbxLy
14805                                                                          Sofia the First Royal Dolls by JUSUB for $9.48 https://t.co/xUAyaSWE7j via @amazon https://t.co/jBxrhB5u8E
14806                                                           Last night I was reminded why I will stop using @amazon till they can hire some people with some brain functions 🖕🏼👋🏼
14807                                                                          RT @intu: How to order @Starbucks red cups AFTER Christmas https://t.co/WU3dg3hKrg https://t.co/yaQPuhPexZ
14808                                                                                     @SusanvMS @Gatwick_Airport @easyJet Good luck to your mum from everyone at Inverness Airport! ✈️
14809                                                        RT @BR0K3B0I: @Apple y’all better run me my money!!! i mean i’m still gonna buy iphone but fuck yall https://t.co/go7Q1MXj0p
14810                                                                                                        Wish there were youth-sized Crazy Explosive Primeknits.😭 @adidas #SmallFeet
14811                                                                                                      RT @Starbucks: Definitely not. Iced coffee is life! 🙌 https://t.co/rlS0jRyuV7
14812                                                                                                           what happened to you Google? @GoogleIndia @Google https://t.co/sKVUWEkfAG
14813                                                                                                                                                        @charliekirk11 @CBS AWKWARD!
14814                                                        RT @901TimRiley: Congrats @TMobile -I made the switch from AT&amp;T last summer and it's been great! https://t.co/JEVWO0cZSA
14815                                                                    2018 is the year @Mastercard will make #biometrics ‘Impactful’ https://t.co/rssoZoi1Pp #payments #fintech #Cards
14816                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14817                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14818                                                                                      @charliekirk11 @CBS The American people aren’t idiots. They know a raw deal when they see one.
14819                                                                                                   @teresedanielle @noe90845 @SethAMandel @Apple Real world problems right here 🤔😂
14820                                                                         RT @mearner: @charliekirk11 @CBS The American people aren’t idiots. They know a raw deal when they see one.
14821                                        Surrounded by 300 of the rarest @Nike Air Force 1s AND designed my own pair in honor of the iconic sneaker's 35th a… https://t.co/pn2TbZS5F9
14822                                                                                                                                          Why isn’t #Suits on @netflix or @hulu ....
14823                                                                                                                        @romeo8800 @SkyNews @Apple 😬😬😬😬🙈 any recommendations!?!
14824                                        RT @MumsMissions: Another day... another trip to @Tesco which had to be cut short as William needed the loo. I just can’t get my head aroun…
14825                                                                        RT @DJRellez: Am I the only one who orders ice macchiatos from @Starbucks when it’s 19 degrees outside? ❄️🤷‍♀️
14826                                        Nice try @Apple! Turning on my background app refresh on all my apps to kill the battery on my 6S! I see a class ac… https://t.co/I1thNuqGLr
14827                                        RT @HallieJackson: Teeing up a really wide-ranging show: @nytmike live on set - the morning after his @POTUS interview. @Reuters editor-in-…
14828                                                                                                                                       @bclementreilly @amazon I’m with you Barb!!!!
14829                                                                                                                                                   @__geeee I just need a job @Apple
14830                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14831                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14832                                                                                                          RT @tumblr: Dear @netflix: https://t.co/7NFUSpIroS https://t.co/4AGizsxtOB
14833                                                                                                   @sp1r1tharambe @Reuters So are you going to give USPS a delivery gig for top pay?
14834                                    RT @fasulo_chris: @mindrobots @martell_sincere @mattmfm @jhalbrecht @ATT AT&amp;T is just another greedy POS company that looks at the bottom l…
14835                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14836                                         @Reuters Ever wonder why @UPS and @FedEx do not offer a 49 cent mailing option? Because you lose money. @USPS said… https://t.co/bLmNP244OW
14837                                                                                    RT @wirelineio: Is @Apple Planning to Use #Blockchain? https://t.co/KX81AusiIF via @investopedia
14838                                                     Check out First Aid Kit Bag Emergency Medical Survival Travel Home Car Camping 63 Piece #Medi https://t.co/mI9bzX9VGx via @eBay
14839                                                              RT @Reuters: China's Huawei flags slowest revenue growth in four years https://t.co/jls4nuAvgP https://t.co/hCyHCT68v3
14840                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14841                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14842                                                                               RT @Reuters: Apartment fire in New York City kills 12 including four children https://t.co/aAvVqEZmYj
14843                                                                             Check out Grill Pan BBQ Professional-Grade Camping RV Weber    #Weber https://t.co/2YnhEavr2N via @eBay
14844                                                           Check out Cuisinart DLC-8 / DLC-10 COMPLETE 8 BLADE Disc Set Food Processors #Cuisinart https://t.co/CGj7W3CvI7 via @eBay
14845                                        RT @Google: Just because they aren’t together doesn’t mean we can’t dream about it. This fan-created #Overwatch character ‘ship got the mos…
14846                                              @charliekirk11 @CBS NO THAT IS A LIE LOWER MIDDLECLASS WILL PAY FOR THE TAX CUT FOR CORPORATIONS 1PERCENT RICH https://t.co/V1NuVHEwwA
14847                                                                                                                              @Musical_Lyrics @easyJet I thought as much. Thank you.
14848                                             RT @BH_Phillips: Freshwater Pearl Set  https://t.co/YOVOsiCofe via @eBay #Ebay #Pearls #Jewelry #Classy #Necklaces #Earrings #Bracelets
14849                                        @Alt_Spicerlies @realDonaldTrump @amazon It’s not a stretch that tRump may target businesses in order to make money… https://t.co/0fygGhyqpg
14850                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14851                                            Promote eBay Auctions 5 Days of Features #Advertising #Marketing Social Media #eBayTips #Promote #eBay https://t.co/5Ld9SO4aFA via @eBay
14852                                                                                                                                                              @Disney I love Disney!
14853                                        RT @Reuters: Apple apologizes after outcry over slowed iPhones and slashes prices for battery replacements https://t.co/222GuP3bAh via @Ste…
14854                                                  Put @theofficenbc on @netflix while cleaning the house. I’m not getting much done and I’ve watched it all twice already before. 😁
14855                                                                                                                           RT @JimLaPorta: @Venku_Skirata @netflix Only technically.
14856                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14857                                        Even though I worked at @Starbucks for two years I still never know what I want when I go there! And I ALWAYS forge… https://t.co/HGvGGY43JJ
14858                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14859                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14860                                                         Check out NWOT JACLYN SMITH Woman's Swimsuit swim dress size 8 floral black  #JaclynSmith https://t.co/oVjz55aTFD via @eBay
14861                                                                                          @THR @netflix I can more easily finish the series that I finally started for @CinemaShame.
14862                                        @charliekirk11 @CBS Now do it for a millionaire so we can see who REALLY benefits from this scam. Hundreds of dolla… https://t.co/n0hMvIzdCc
14863                                                          Check out Kenner Hasbro Star Wars Gentle Giant Jumbo BESPIN OUTFIT Han Solo #GentleGiant https://t.co/LzwEZkKS63 via @eBay
14864                                                                                               @Apple if y’all just send me a iPhone X we can call this even https://t.co/barviZsB24
14865                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14866                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14867                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14868                                                                        RT @DJRellez: Am I the only one who orders ice macchiatos from @Starbucks when it’s 19 degrees outside? ❄️🤷‍♀️
14869                                                  Check out  Premier Design Genie Earrings Clip-Po antiqued gold and silver plated #PremierDesigns https://t.co/O81VGnmOhr via @eBay
14870                                                                                     @verizon A chosen one will stand up to you some day and restore Net Neutrality to the universe.
14871                                             Check out Ankara Skirt African Wax Fabric Skirt Maxi Elastic Waist Party Skirt Lime Black #ALineSkirt https://t.co/Ww5ZgL5yqM via @eBay
14872                                                                                         RT @Reuters: Beijing may be starting to win its battle against smog https://t.co/o6g0EDsUmS
14873                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14874                                                                           @charliekirk11 @realDonaldTrump @CBS 😄😅the lube is in the post sweetie pie...🙂 https://t.co/dMOI5P0XbM
14875                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14876                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14877                                                                                                                                              @NFL @pepsi The one that di dnt kneel.
14878                                        @Reuters @donnydotard123 LOL. YAH THE SAME POLL THAT SAID SHE WOULD WIN. LMAO. ONLY FUCKTARDS WOULD BELIEVE THEY AR… https://t.co/zl3VxywSal
14879                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14880                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14881                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14882                                        @AndyOstroy @amazon @JeffBezos @washingtonpost @realDonaldTrump The Founding Fathers assumed that anyone we elected… https://t.co/b0k4AxGWkI
14883                                                                         Check out Yamaha FG-413S SDB acoustic guitar with case and stand  #Yamaha https://t.co/wPZTQK5LN0 via @eBay
14884                                                                                                                Dangling Blue Sequin Gold Earrings https://t.co/UK04OT4bXS via @eBay
14885                                        RT @MPNaveenJindal: @JSPLCorporate @facebook @worldsteel Second clip - Hot metal being charged in the Basic Oxygen Furnace. https://t.co/yX…
14886                                        @Monet1279 @DieHoren @artisteHart @charliekirk11 @CBS The lowest unemployment rate falls under the Obama fiscal yea… https://t.co/7yPukGFmn7
14887                                                Check out Mike Tyson #IronMike #Boxing #HeavyweightChampion Officially Licensed #TShirt #MikeTyson https://t.co/6L2F9bmu8V via @eBay
14888                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14889                                                                   RT @ArtVeldman: Full Set Of Genuine Canon GPR-36 Toners ~ 4 Colors ~ NEW and Sealed https://t.co/zneoPSbOnK @eBay
14890                                                                     Check out Emoji Faces Of Emotions Wood Stud Earrings Set-(9 Pairs) #Unbranded https://t.co/lE7kpOJCIx via @eBay
14891                                                 Check out Vintage SHADOWLINE Lace Robe Aqua Blue Silky Satin MCM Size Large USA Sissy #Shadowline https://t.co/XW1aBFeARS via @eBay
14892                                        RT @Disney: Join the #MagicOfStorytelling campaign to help Disney and @FirstBook get 1 million books to kids in need. More info at: https:/…
14893                                                                                    @Apple should give iPhone users the X for free for pulling that sneaky shit slowing down phones.
14894                                                 Check out New! CACHE Brown Sexy women's Evening Party Top L Silk Special Occasion ! #Cach #Halter https://t.co/iThHYq2BTq via @eBay
14895                                        RT @Reuters: Russia reports outbreak of highly pathogenic H5N2 bird flu: World Organisation for Animal Health https://t.co/xmCrQYDxi9 https…
14896                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14897                                                                       Check out Victoria Secret Body By Victoria Lace Racerback Bralette Black Sz M / https://t.co/R6dtf39UrT @eBay
14898                                                                                                                    Check out my listing on @eBay: https://t.co/RDP9vPJglT via @eBay
14899                                                     Check out Fiddle Banjo Paramount Movie Ranch California Yellow Gold T-Shirt XL #Hanes #TShirt https://t.co/9bHnM2CoO7 via @eBay
14900                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14901                                                          Check out this Amazon deal: Ancord Micro Bluetooth Speaker TWS System Por... by Ancord https://t.co/GdfrQ76Ro8 via @amazon
14902                                                                                                    #FREE eBook: The After War by Brandon Zenner https://t.co/ASxJnjQRWN via @amazon
14903                                        RT @thomasjarboe: @VZWSupport @BrianMillerAd @ftrycy @ATT @ATTCares Bull. You do nothing to ensure a great experience. You made me go throu…
14904                                        RT @vorhauer_t: Seamlessly Connect machines and business – with our Asset Intelligence Network - SAP Leonardo our Innovation System @SAP @S…
14905                                       RT @Starbucks: Chocolate sequins atop dark and white mocha swirls. 🎉 Celebrating early with the #BlackAndWhiteMocha. Here and gone before y…
14906                                                                                                                   Bought this bottle from @Costco if that helps narrow things down.
14907                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14908                                        RT @Reuters: Apple apologizes after outcry over slowed iPhones and slashes prices for battery replacements https://t.co/222GuP3bAh via @Ste…
14909                                                                                    RT @Disney: 2018 is going to be a magical year for all things Disney! ✨ https://t.co/TuYaKusgby
14910                                        RT @dnvolz: It has now been EIGHTEEN days since two @Reuters journalists were arrested for doing their jobs. Myanmar is holding them in the…
14911                                                       Check out Vintage Amber Onyx stone and Wood beaded magnetic 17 inch necklace NR  #Unbranded https://t.co/yx7AmV4mmD via @eBay
14912                                                                                               Check out Scarf Minnie Mouse Fleece Scarf #handmade https://t.co/QtWtLP9Aj3 via @eBay
14913                                                      @BlackIgwe @amazon @goodreads being deceived &amp; manipulated constantly. I hope 2018 is going to be a change for the better.
14914                                        @fatkafir @BoeingUK @Boeing Yeah it's great news this protectionist American company imposed tariffs against the UK… https://t.co/H3VvPNl39F
14915                                                                           RT @JohnDeere: Embrace the work &amp; nature’s beauty. #DeereSighting by Nancy W. https://t.co/jBHcW724h6
14916                                                                                            RT @KennyKnox: Feel like @netflix should hop on this opportunity https://t.co/GxWa7Ac1gP
14917                                                                                                      RT @Starbucks: Definitely not. Iced coffee is life! 🙌 https://t.co/rlS0jRyuV7
14918                                                Check out The Day's Catch Black Button Front Short Sleeve Shirt Brown Fish Size Large #ButtonFront https://t.co/LpObX9vWxo via @eBay
14919                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14920                                        RT @Shaughn_A: @TheSteve12 @Apple It’s disgusting to me that they think people are this idiotic. WTF? They really have no respect whatsoeve…
14921                                                                             “We’re shooting animals at the zoo now.” @marcmaron on @netflix might be th funniest thing of the year.
14922                                        RT @daniHeaney: @easyJet Luton - Glasgow flight cancelled. I've rescheduled for tomorrow but cannot get access to your website for overnigh…
14923                                        @MorganStanley I drive as a courier and put on 500 miles a day at times.   Electric car technology has a ways to go… https://t.co/VJjFtLCWRw
14924                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14925                                           @britneyspears @facebook @DJMAGICD1 @Madonnaillunina @Madonna @MadonnaIllumin1 @brookecandy @fagmob @rileyreidx3… https://t.co/UJLxCw6PC5
14926                                                         RT @Reuters: U.S. Upper Midwest factory sector grows fastest in three years https://t.co/lIEXJJqFPJ https://t.co/B4LlQuqr8e
14927                                                                                                RT @SIRSCOUN: Wetwork Civilized Muzic/BNE #SCOUN https://t.co/sKEaX36DOb via @amazon
14928                                                         RT @Reuters: U.S. Upper Midwest factory sector grows fastest in three years https://t.co/lIEXJJqFPJ https://t.co/B4LlQuqr8e
14929                                                Amanda in New Mexico: Ghosts in the Wind (Amanda Travels) Central Avenue Publ... https://t.co/sszmhaql2q via @amazon  #BashBookBoost
14930                                                  Check out GOLDEN SILVER FOIL Flower Nail Art Stickers Water Transfer Slider Decals F149 #MILVart https://t.co/4qrb4p8FGR via @eBay
14931                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14932                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14933                                                                                                                                      @KikeKikz @netflix Really? It wasn’t that bad.
14934                                                                       Check out GeoTrax Misc Lot Push Train Car Cargo People Signs Trees  #Mattel https://t.co/RYzVKNeWR8 via @eBay
14935                                                                                 RT @DrJimmyStar: Check out Marvel Comics Spiderman Hoodie Size XL NWT https://t.co/16nH2UHHKu @eBay
14936                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14937                                                                                                                                              @CodyRhodes @netflix should pick it up
14938                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14939                                                                          RT @David08505474: Check out Rockin' Around The Christmas Tree Hand 15061 CD https://t.co/dQWnWW2BMB @eBay
14940                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14941                                        @facebook Hi I can not log in to my account because my account was disabled by mistake by claiming that I was imper… https://t.co/egwflUHxg2
14942                                                                                                                                                 @ToddMason_ @Apple lol let me stop.
14943                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14944                                        @Amma2you @andoculture @DieHoren @artisteHart @charliekirk11 @CBS Obama executed Bush’s measures to revive economy.… https://t.co/O6XjSn6Tln
14945                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14946                                                       Check out #CPS Braze On Self Piercing Copper Saddle Tap Valve  3/4 Tube Service Valve 2-pk  https://t.co/rXiOPWc2E2 via @eBay
14947                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14948                                                                                                                               Yall make ‘tear free’ soaps? @Unilever @ProcterGamble
14949                                                                                     RT @Reuters: Thousands of Palestinians take part in anti-Trump protests https://t.co/XlkCM13pkn
14950                                                                                                     Okay @netflix y’all really need more then just 4 episode of this Show “Dope” 🙄
14951                                                                                          @facebook how about an add to watchlist key to save video posts for later viewing? Cheers!
14952                                                                                      Enter to WIN a Gift Card from @Walmart via @TcupsFairyTales #Giveaway  https://t.co/TSnV0Rm9CC
14953                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14954                                                               RT @Sandgi9627: Worthington Black Pencil Skirt Size 10 #Worthington #StraightPencil https://t.co/BrMcNcR9qs via @eBay
14955                                                                                                   Check out Travel and Leisure One Year Magazine  https://t.co/dvZpPHNkhQ via @eBay
14956                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14957                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14958                                                                                                 @Starbucks The LV Tropicana Team is the bestest ever!!! Never disappointed by them!
14959                                                       @BBCBusiness @ReutersBiz @businessinsider @HuffPost @GoogleUK @IBM @business @BuzzFeedUK @SamConniff… https://t.co/vQjgeQ9Uue
14960                                                                                                                                                            @Apple It’s NOT A WATCH!
14961                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14962                                        I could understand @facebook blocking @crimesofbrits on Facebook if Crimes of Britain had been spreading fake news.… https://t.co/yXJPugtgRv
14963                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14964                                        RT @simplybeingmom: #ad Save 40% on Lubriderm at @Walmart  when you combine the rollback price with the Instant Redeemable Coupon. Now is t…
14965                                                                RT @HumblyHip: Check out Blue Medium JOS A BANK MENS Long Sleeve SHIRT LINEN TRAVELERS https://t.co/77fbgvad2S @eBay
14966                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14967                                                            Check out Studebaker Mfg Co Trade Card South Bend Indiana Horse Carriage Gugler Litho  https://t.co/DOrOuKsHGR via @eBay
14968                                                                                                         @BellamyYoung @ScandalABC @Google What will we get in place of Scandal?😩😩
14969                                                                                                                       @Starbucks your #StarbucksforLife  game is totally rigged. 🙄
14970                                                                                                                                                                   @comcast YOU LIE!
14971                                                                       Enter to win a $100 @amazon gift card from @lisajoythompson  https://t.co/u7bVuPyzDA  https://t.co/21ketXWAbF
14972                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14973                                        RT @Unpersuaded112: #Nestle ( @Nestle ) CEO Peter #Brabeck says #water is not a human right and should be privatized. #privatized #trump ht…
14974                                        @comcast Ending net neutrality “protects” people because it takes away regulations... Um. No. No matter how many ti… https://t.co/NPuLeKVEzX
14975                                        @mattwinum @oz62 @wreckingcrew44 @sandcrapper @MyP_Chicago @charliekirk11 @realDonaldTrump @CBS @cspanwj If you don… https://t.co/jquZHUpnHz
14976                                        @mattwinum @oz62 @wreckingcrew44 @sandcrapper @MyP_Chicago @charliekirk11 @realDonaldTrump @CBS @cspanwj If you don… https://t.co/jquZHUpnHz
14977                                                       Check out DELL WINDOWS 10 LAPTOP PC CORE 2 DUO 4GB RAM WIN DVD 500GB HD WIFI COMPUTER #Dell https://t.co/7wfCFO83Ro via @eBay
14978                                                                                 @skatefornugs @Apple Bro I’m about to do the same thing. My 6’s keyboard keeps freezing when I type
14979                                              RT @sundz7Author: 40 Ways To A Regret-Free Life: 40 Ways On How To Avoid Regrets by Roxanne Jad... https://t.co/CkyJ5Ii7dh via @amazon
14980                                                                                                                            @phedavkar @netflix @joeledgerton1 I said its different!
14981                                                  Check out Maggie Barnes Top 0X 14 16 Blue Stretch Mini Pleats Shirt Blouse Women's 14/16 #Blouse https://t.co/CKMM70HXan via @eBay
14982                                        @Monet1279 @_thats_a_bingo @fredungman @Amma2you @andoculture @DieHoren @artisteHart @charliekirk11 @CBS Typical Re… https://t.co/MF3aw1iarA
14983                                                                                    Check out Zendaya - 4x6 Color Glossy Photograph.  Only $6.99.  https://t.co/ztfB9kfBza via @eBay
14984                                                                                             @TerriCiccone @NicoleLevay @netflix This is the best wardrobe choice I've seen all year
14985                                                                        @Monet1279 @DieHoren @charliekirk11 @CBS actually that is wrong but you only get your news from Trump tweets
14986                               RT @247PromoNigeria: @Shell @IAMJHUD @PixieLott @luansantana @monalithakur03 @yemialadee RT @Shell ---&gt;@kingwaLeak1&lt;------&gt;is A Good Promot…
14987                                        RT @The_Old_Hippie: @charliekirk11 @CBS Spend some time with @jaredkushner and @DonaldJTrumpJr before they get indicted.  Family is everyth…
14988                                           Has their ever been a Windows Update that has successfully installed in the history of all time? @Microsoft @Windows #windowsupdate #fail
14989                                                                                                                      @Apple  dm me for my bank details yeah https://t.co/owojI9IxEn
14990                                        @Scooterocket @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell… https://t.co/Jv8Dv3kiCc
14991                                                               RT @Reuters: Taiwan president warns China against military aggression https://t.co/T2uk7B8eOq https://t.co/jxEI0GdgCq
14992                                                                                                @Reuters People think Trump is stupid.  Proof he knows how the stock market works...
14993                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
14994                                        RT @BankofAmerica: Thank you to all who joined us for the @RED #SHOPATHON to fight AIDS in Africa. There’s still a few more days to join th…
14995                                                        Check out Converse Girls Chuck Taylor All Star Silver Metallic High Top Sneakers Shoes  6  https://t.co/Z2SCXXPrSv via @eBay
14996                                      RT @Arminies: Papa @Disney can we please have #Gargoyles Comics by @Marvel and a new Series on the upcoming Streaming service? 🙏🏼 https://t…
14997                                                        RT @Reuters: Germany's top court rejects VW's bid to suspend emissions audit https://t.co/Eah4aQqGSf https://t.co/H41mXcBCmh
14998                                                             Check out Vintage Pony Express Belt Buckle 1902 Since 1852 Collectible P/C2029380010  https://t.co/KSYtWVfBpN via @eBay
14999                                        @Apple What nonsense software update you have done ? My iPhone7 is hanging like crazy!! This is bad ! I never expected this. #fail #FoulPlay
15000                                                                    Red Strict Real Leather Sex Slings Swings Adult Bondage Toy RV4 Hito Elegant https://t.co/KPDwxuzCky via @amazon
15001                                                     Check out NWOT STACY ADAMS Mens Dress Casual Sandals Woven Black Leather Sz. 13 M #StacyAdams https://t.co/EjD6rMBxEd via @eBay
15002                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15003                                              Check out  #LiveLoveLaugh #Inspirational Home decor Picture Wall Hangings #Redecorating #2018 ~&gt;  https://t.co/0DNeJ0g5SR via @eBay
15004                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15005                                                                                           @amazon customer service is excellent. For such a large organization they’ve got it DOWN.
15006                                                               @realDonaldTrump Maybe @JeffBezos and @amazon stockholders would be better at addressing your concerns than the USPS.
15007                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15008                                                                                                                                        #givegood @Starbucks love paying it forward!
15009                                                         Check out NEW Build a Bear UNSTUFFED Disney Princess 16 inch Pink Bear with Silver Shoes  https://t.co/CBDcNZHGwX via @eBay
15010                                                                                                                                                 Fair play @netflix #Narcos is class
15011                                                                           RT @usayJepic: Signed Jedward Jackets Auction for SVP - Charity Auction https://t.co/BMvqVyQGBC via @eBay
15012                                                                         RT @MIDWAYRADIO_: Check out Philly New Era Leather Fitted Hat 7 1/2 New  https://t.co/UC1LSqYW63 @eBay Navy
15013                                                             RT @MIDWAYRADIO_: Check out FENDI  Black Monster Eyes Mink-Trimmed Zip-Top Card Case https://t.co/DblFGCKm5p @eBay Navy
15014                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15015                                        Chatting with @ATT customer service is draining my soul... been dealing with this issue for over a month and it’s s… https://t.co/HHqmAyhNWq
15016                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15017                                        RT @TetySt: Russian parliament send official note to @facebook. Demands #Facebook unsuspend #Kadyrov accounts and demand public apologies f…
15018                                                                                                Lol nahhh it's too late to apologize. Run me my money @Apple https://t.co/9TAkNjYJBu
15019                                                  Check out American Apparel Trench Coat DPSC US Army Belted with Removable Liner Size 40L #Trench https://t.co/Przii29FYI via @eBay
15020                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15021                                                                                                                    Apple iPhone 4S 16GB (White) https://t.co/IhpDpfmpIN via @amazon
15022                                                        Check out AQUAMARINE-VAR-MORGANITE-560-GM -BI-COLOR-UNIQIUE-SHAPE-TERMINATED-SETP-BY-STEP  https://t.co/WH0QHf6HeO via @eBay
15023                                                                Healing Your Hungry Heart: Recovering from Your Eating Disorder by Joanna Pop... https://t.co/SHe20AJxju via @amazon
15024                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15025                                     RT @miss_ellen_m: 5 hours and counting on the phone to @vodafone and still the wrong tariff &amp; contract after they disconnected me entirely…
15026                                                                                           @kat_hennelly @realDonaldTrump @amazon Thank you! I’ll pass on your good will to her. ❤️😊
15027                                                                                  The Blue Train To Heaven by Charles Harvey https://t.co/orfncCaMit via @amazon #Kindle #literature
15028                                        #antiques Check out VANDEK Handheld Car Vacuum Cleaner Automotive Bagless 12V with Carrying case Car #Case https://t.co/XPNMgoBrvv via @eBay
15029                                                       Check out 1000 Grams Natural RED Garnet Crystals Gemstone Rough specimens From Afghanistan  https://t.co/bR0AcZsVCV via @eBay
15030                                                                RT @JonyIveParody: TFW you come home to discover you’ve left your @Samsung phone plugged in. https://t.co/dCIkcPjg2l
15031                                                                                                         @BillyHendoe @amazon Hubs took kids out for breakfast so I can chill...ahhh
15032                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15033                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15034                                                          @Reuters @PattyArquette You can set him on fire for all I care. If he was at Auschwitz he deserves jail at the very least.
15035                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15036                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15037                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15038                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15039                                        RT @olgaNYC1211: .@Twitter @facebook being threatened with sanctions for not providing info on Russia’s disinformation campaign to Parliame…
15040                                                        Check out AQUAMARINE 165 Cts Double Terminated Jemmy Crystal With Combine Mica From Nagar  https://t.co/hNUldtMNda via @eBay
15041                                        RT @exxonmobil: What can we make from a barrel of crude oil? How about 42 gallons of consumer products that people use every day. https://t…
15042                                                         Check out DIOPSIDE-113-GM-GREEN-COLOR-VERY-UNIQUE-CRYSTALS-BUNCH-TERMINATED-SPECIMEN-PAK  https://t.co/gylEep7uiW via @eBay
15043                                                                                                 @DJRellez @Starbucks I'm the opposite. I'll order a hot drink on a 110 degree day!!
15044                                        RT @Bluewolf: We've gathered the top highlights from the @TEDpartners event with @IBM  via @kakelly1966: https://t.co/1elUUyHhPS #WhyNot #T…
15045                                                 Playing with the @amazon #echospot connected to my @nest camera! #smarthome #nerdstuff #coolestthingever... https://t.co/Y5WyHP47un
15046                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15047                                                                                                                                       Why is #Adidas Soho in NYC shut down? @adidas
15048                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15049                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15050                                             Coin Purse Butterfly Roses Hydrangea Pink White Burgundy Green Chic Gift #CoinPurse #Butterfly #Roses https://t.co/Mbsg1qhQXM via @eBay
15051                                                RT @Reuters: U.S. dollar share of global FX reserves falls to lowest since 2014: IMF https://t.co/NC9euy5Do2 https://t.co/F1UDsgN0EV
15052                                        RT @thomaskaine5: BOYCOTT FOX NEWS ADVERTISERS including @Bayer and @Gillette until we can VOTE OUT RED RUSSIAN REPUBLICANS @HouseGOP in 10…
15053                                                                   #jewelry Check out Zippo Harley-Davidson Eagle Wings Pocket Lighter- NEW #Zippo https://t.co/6oFLnkEjKg via @eBay
15054                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15055                                                       Check out The Richest Man in Babylon  33 1/3 Record Oldest Secret of Obtaining Wealth 1963  https://t.co/MXiWb2OvKv via @eBay
15056                                        I hate @Walmart never enough registers and the ones open are slow! Currently in line and have moved one cart length… https://t.co/7Kj5Yc07K1
15057                                     @Im_Tannu @Neha00436718 @timesofindia @facebook Huge no. of people hav got &amp; r still getting benefit with Pranayam… https://t.co/UpvWVQfIEt
15058                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15059                                               Check out 14K YG  &amp; SS TURQUOISE &amp; LCS DIAMOND OMEGA NECKLACE + FREE BANGLE CUFF BRACELET!  https://t.co/0tdNWufIrA via @eBay
15060                                                                                                    Check out Point Zero Denim Jeans Junior Size 15/16 https://t.co/vSQvhVaNAG @eBay
15061                                                                                                         Check out Versace Light Brown Gold Sunglasses https://t.co/Hu57dFbDJE @eBay
15062                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15063                                          @HDNaetzel @euasiatravelor @Reuters Never doubt the human capacity for good...we need to try bo matter what.... that applies to both sides
15064                                                                                                  The most-reviewed places on @TripAdvisor in 2017 revealed: https://t.co/NMXco7Wp8S
15065                                                            Check out Dansko Betty Mary Jane Pump Black Patent Leather Shoes 37 #Dansko #MaryJanes https://t.co/dGLzwf13yN via @eBay
15066                                                            Check out Dansko Betty Mary Jane Pump Black Patent Leather Shoes 37 #Dansko #MaryJanes https://t.co/dGLzwf13yN via @eBay
15067                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15068                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15069                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15070                                                                           @dvg7816 @sandcrapper @charliekirk11 @realDonaldTrump @CBS @cspanwj Directed to business insider article.
15071                                                                         @TMobile I never got my $5 gift card. I went thru the process on Tuesday. Still no show on my AMZN account.
15072                                                                                                                     RT @netflix: 4 hours until @blackmirror https://t.co/mUQphcjM9a
15073                                                                    Check out 0..652 Grams WOW Beautiful Free Form Jade Polished From Afghanistan  https://t.co/sGXpoByrIb via @eBay
15074                                        @comcast @comcastcares You really need to work on customer service.  You are illegally billing me for services that… https://t.co/BWpFVLM27W
15075                                                                   RT @ChristiChat: @realDonaldTrump The @USPS gives @amazon a discount of around $1.50 for every package delivered.
15076                                                 Pick a @Disney Princess and we'll tell you what your #NewYearsResolution should be: https://t.co/Or4uSVp54J https://t.co/YGlC7Rmyos
15077                                          Introducing Operations Management by Scott M. Shafer and Jack R. Meredith... https://t.co/uCfQH3Dnd5 @eBay #seo... https://t.co/6mtFQyZK1B
15078                                                                                              @iAm_erica @Apple The best way to punish them is: don't buy their overpriced products.
15079                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15080                                                                                                                            @PayPal why was I charged a fee for requesting money? 🙃
15081                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15082                                                   If you’re not listening to @MyFavMurder on @Apple podcast you are MISSING out. Shits the best. #staysexyanddontgetmurdered #byeee
15083                                                                                                                                 @londonbrolly @Starbucks You forgot to attach a pic
15084                                                         Check out Cartoni Gadget Taz Warner Bros Store Display Tavolo Resina Looney Toons Statua  https://t.co/JFa1s05a3r via @eBay
15085                                                            Check out Orange Blue Striped Snake Plush Stuffed Animal Toy Long Reptile Red Felt Tongue  https://t.co/D7c5oauQp4 @eBay
15086                                                    Just saw this on Amazon: Fire TV Stick with Alexa Voice Remote | Str... by Amazon for $39.99 https://t.co/LNQtiafWcw via @amazon
15087                                                              Check out Earth Angels Housecoat L Off White Nightgown Pullover Robe Textured Lace Trim  https://t.co/U0MiQ6Huuz @eBay
15088                                        Man walks past destroyed house at Coalition airstrike site Sanaa #Yemen 26-12-2017 @Reuters #BloodyDecemberMassacres https://t.co/mp7n25fD6k
15089                                                        Check out STAR WARS VIII The Last Jedi  INSPIRED MOVIE Character Poster T Shirt: M - XXXL  https://t.co/wwwtAmLLfY via @eBay
15090                                                                                    RT @Disney: 2018 is going to be a magical year for all things Disney! ✨ https://t.co/TuYaKusgby
15091                                                       Check out United States Marine Corps Honorable Discharge Lapel Pin - New USMC Surplus Item  https://t.co/VqZvtArEcQ via @eBay
15092                                                                                    Hey @Nike ... I played in these twice and they are already talkin back ☹️ https://t.co/K8cAhiSWuJ
15093                                                                                  Check out IKEA KVARTAR Pendant Lamp. New. In Box.  #IKEA #Modern https://t.co/O3lAaASFy5 via @eBay
15094                                        RT @Reuters: See some of the most memorable pictures taken by @Reuters photographers around the world this year. https://t.co/oRujtjFKKh (W…
15095                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15096                                                                                                 @justinbieber @hm You wear same t-shirt but long in Switzerland Bern    miss always
15097                                       RT @Starbucks: Chocolate sequins atop dark and white mocha swirls. 🎉 Celebrating early with the #BlackAndWhiteMocha. Here and gone before y…
15098                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15099                                                                                                                         A highlight of this year @Starbucks https://t.co/NnW9hw9OI7
15100                                                                                                                                       @JulieLynneSimon @ATT Att: “uhh..it’s cloudy”
15101                                                                                                                   I'm going to @adidas and buy me a track suit ( an Italian tuxedo)
15102                                                                                                                     @JamieJeffords @Disney And that’s not even counting Porg sales.
15103                                                                                      RT @Reuters: Goldman to take $5 billion earnings hit from U.S. tax law https://t.co/QxpbNT2uNx
15104                                                                            RT @DrJimmyStar: Check out Jimmy Star Brand Mens Ooak Poodle Shirt Size Xl https://t.co/HIFPxfhXxw @eBay
15105                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15106                                              RT @CCISystemsInc: #Cloud security now offered through @Cisco  #MultiCloud portofolio. https://t.co/6DwbeZS24h https://t.co/OXuk8XVSc8
15107                                                Check out this Amazon deal: Lighting Science FG-02263 Good Night LED Hous... by Lighting Science https://t.co/h9zz0xbTjW via @amazon
15108                                                                                                                     RT @netflix: 4 hours until @blackmirror https://t.co/mUQphcjM9a
15109                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15110                                                                                Peak 2017: @netflix suggesting that I watch The Office because I watch Peaky Blinders. #DUNDERSHELBY
15111                                                                                                @charliekirk11 @realDonaldTrump @CBS who got a permanent tax cut?  Remind me please.
15112                                                                                                                                         @Roblox @amazon also the one next to beeism
15113                                                                                    RT @TheGSW35: Trying to take an #ExtremeSelfie @eBay #NotSmartPhoneStory https://t.co/5gF9QeROgq
15114                                        @BarackObama @RapSheet Hell of a guy. Wish @Apple would take notes and do more with that $250 billion in cash sitti… https://t.co/8TQJPlpulR
15115                                                                                      Check out SQUIRREL GIRL INK SKETCH ORIGINAL ART ETHAN VAN SCIVER https://t.co/ncRnYbSyj9 @eBay
15116                                         #jewelry Check out VANDEK Handheld Car Vacuum Cleaner Automotive Bagless 12V with Carrying case Car #Case https://t.co/XPNMgoT2U5 via @eBay
15117                                                RT @CreativeInv: The JOBS Act: #Crowdfunding Guide 4 #SmallBusiness and #Startups by William ... https://t.co/QAdZ1NdspW via @amazon
15118                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15119                                                   So @Apple gets “caught” slowing down older phones to improve user experience...lets not forget last year… https://t.co/9GYAUfDA6h
15120                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15121                                       RT @salesforce: 💪 Your Salesforce is going to look sooo sexy. Learn the 3-step approach to get your Salesforce in shape in 2018: https://t.…
15122                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15123                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15124                                                                Check out Silpada Sterling Silver &amp; Carved Jasper Ring R2031 Size 6.5 #Silpada https://t.co/sXQOeq7IvY via @eBay
15125                                                      RT @debferg: Check out TRU Spec Boys Camo Cargo Pants Size 4 #TruSpec #CargoCombat #Everyday https://t.co/cKgWvkl0bP via @eBay
15126                                                                                 @Wendys do you also make medium rare burgers?      @McDonalds  🤢\U{01f92e} https://t.co/50lKhen2Ea
15127                                                                                 RT @DrJimmyStar: Check out Marvel Comics Spiderman Hoodie Size XL NWT https://t.co/16nH2UHHKu @eBay
15128                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15129                                                                                                                                     @Only9built @Honda @Honda pull your finger out.
15130                                                                RT @netflix: i realize the ears are too far to the left. it took me 16 hours to make this just accept it and move on
15131                                                                                    RT @wirelineio: Is @Apple Planning to Use #Blockchain? https://t.co/KX81AusiIF via @investopedia
15132                                                           RT @Reuters: Syrian rebels depart enclave in south as army gains in north https://t.co/QkVQnHw1yX https://t.co/fwvHafwmwC
15133                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15134                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15135                                        If you go to https://t.co/M8MhDKKevF  you can choose from a number of charities and @amazon will make a donation fo… https://t.co/pmfANMRyUP
15136                                                 Such a shame we can't binge watch @thexfiles cause @netflix dropped it coincidently right before the return of the #X-Files on t.v.
15137                                                 RT @Billy1161: Check out Retro Vintage #18kGold #HeartPendant / #Necklace W/ #Rubies &amp; #Sapphires https://t.co/MnHHorcmTh @eBay
15138                                         RT @The_Sky_Angel: @VZWSupport @BrianMillerAd @my_happy_pill @ATT @AppleSupport Maybe try reaching out via private message and get a phone…
15139                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15140                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15141                                                                                 @Sense8fighter @IvanMeinsible @kateinmadcity @_kylehopkins @netflix It just wasn’t a good story lol
15142                                                                          RT @intu: How to order @Starbucks red cups AFTER Christmas https://t.co/WU3dg3hKrg https://t.co/yaQPuhPexZ
15143                                                Check out THE NORTH FACE Sale NWT Osito 2 Fleece Jacket Zip Winter Coat Black S M XL #TheNorthFace https://t.co/M9bcBZVO1e via @eBay
15144                                          Eight plastic bags even though I opted for a bagless delivery AND out of date sausages delivered today from @Tesco #everylittledoesnothelp
15145                                                                Yesss #blackmirror is back with new Season 4 on @netflix Love this series... the writing is… https://t.co/YpfGclmaEU
15146                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15147                                         @alon_levy @bensh__ @humantransit @trimet @thalesgroup Also if they upgrade the current #CompassCard system into a… https://t.co/yHClepXb70
15148                                        RT @Reuters: WATCH: A dog that lost its front legs has been given a new lease of life with a pair of high tech carbon fiber racing blades v…
15149                                                              Check out 7 Blue Syralite Syracuse China Coffee Mugs Mid Century Modern Restaurant Style https://t.co/mHdxGWTM3w @eBay
15150                                        RT @MamaHolistica: I'm so happy when I visit @amazon for shopping online : https://t.co/T7Jrlv6KLI via @MamaHolistica #shop https://t.co/2f…
15151                                                                                     Check out Bally Shoes Brian Oxford Mens Leather Brown Mens Sz 15* https://t.co/nIuk0G0l5n @eBay
15152                                             RT @HomeDepot: @Sarah_Kiester What a great year! Retweet if you're proud to be a part of the @HomeDepot family. https://t.co/9sZgFfavmZ
15153                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15154                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15155                                        (on a side note) @verizon @ATT @ATTCares @comcast @GetSpectrum and everyone else who paid #AjitPai eat a small nice… https://t.co/rq0Wy7RJo2
15156                                        RT @horcoraty1978: RT @m_marccc: Just joined @twitter after recently deactivating my @facebook account! #outwiththeoldinwiththenew #followme
15157                                        RT @Reuters: See some of the most memorable pictures taken by @Reuters photographers around the world this year. https://t.co/oRujtjFKKh (W…
15158                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15159                                        @verizon bait and switch with $120 google pixel on cyber monday. Trying to make me pay $549. Called 3 times about i… https://t.co/XfjjyivW3n
15160                                                      U.N. says Saudi-led coalition raids in #Yemen kill 109 civilians via @Reuters #BloodyDecemberMassacres https://t.co/iv0XtRVCSv
15161                                        RT @StopFundingHate: Today's Daily Mail advertisers include @UK_EuroMillions @Tesco @tescomobile @LidlUK @AldiUK @asda @HuaweiMobile @house…
15162                                                                  Extra vigilance needed when quality checking your teabags @Tesco Disappointed customer! 🤐 https://t.co/hBaxEFyIAe
15163                                                                     RT @ACAdams1: When Dogs Bark The Short Story by Charles Harvey https://t.co/yhPnLUi312 via @amazon #gay #Kindle
15164                                        RT @ACAdams1: Catnip Gray Cat Detective: The Tabitha Davenport Affair https://t.co/emauH0ucix via @amazon #FridayFeeling #Books #cats #book…
15165                                                          @emma_giallongo @WaltDisneyWorld @Disney Me right now with the splashing... and he says suuuuuuppp https://t.co/oBVgNP3IGG
15166                                                                                                                          Can @netflix stop playin and just add Fresh Prince already
15167                                                                          RT @ACAdams1: Minister Q by Charles Harvey https://t.co/Cg05m3OO5p via @amazon  #kindle #Romance  #readers
15168                                                                                               RT @hyphynas: My cash app is $nashattonn @Apple @AppleSupport https://t.co/fJQte9f6oB
15169                                                                                               RT @hyphynas: My cash app is $nashattonn @Apple @AppleSupport https://t.co/fJQte9f6oB
15170                                                                                               RT @hyphynas: My cash app is $nashattonn @Apple @AppleSupport https://t.co/fJQte9f6oB
15171                                                                                               RT @hyphynas: My cash app is $nashattonn @Apple @AppleSupport https://t.co/fJQte9f6oB
15172                                                                                               RT @hyphynas: My cash app is $nashattonn @Apple @AppleSupport https://t.co/fJQte9f6oB
15173                                                                                               RT @hyphynas: My cash app is $nashattonn @Apple @AppleSupport https://t.co/fJQte9f6oB
15174                                                                                               RT @hyphynas: My cash app is $nashattonn @Apple @AppleSupport https://t.co/fJQte9f6oB
15175                                                                                               RT @hyphynas: My cash app is $nashattonn @Apple @AppleSupport https://t.co/fJQte9f6oB
15176                                                                                               RT @hyphynas: My cash app is $nashattonn @Apple @AppleSupport https://t.co/fJQte9f6oB
15177                                        RT @pauljauregui: A Tiny New Chip Could #Secure the Next Generation of #IoT via @WIRED @Microsoft https://t.co/iMXP5D3ss9 https://t.co/k5oK…
15178                                                        RT @BR0K3B0I: @Apple y’all better run me my money!!! i mean i’m still gonna buy iphone but fuck yall https://t.co/go7Q1MXj0p
15179                                                                                    RT @Disney: 2018 is going to be a magical year for all things Disney! ✨ https://t.co/TuYaKusgby
15180                                                                  Check out Womens Express Black Sequins Tank Top Small #Express #TankCami #Casual https://t.co/CBWsC8Yjum via @eBay
15181                                                   RT @Reuters: Liberia's Weah under pressure to deliver after dominant election win https://t.co/kQzHWYM1nO https://t.co/uPcjFG77FA
15182                                                                      @broiso @Sense8fighter @IvanMeinsible @_kylehopkins @netflix + appreciate the depth and humanity of this show.
15183                                                                                                                                              @McDonalds Take me to burger king bruh
15184                                        #RT @NickWharton610: Alright @Google I just put pen to paper on a design that would change the #Internet forever. I… https://t.co/Gs62uO1fhQ
15185                                                                                                                             @Starbucks I thought this was a fleshlight for a second
15186                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15187                                        Popped into @Tesco for an avocado. Every little doesn’t help that much when your selling garbage!! Best before 02/1… https://t.co/VSM7m7V5UY
15188                                               @AlexUOB @Ryanair @STN_Airport Well at least you got there in the end...fingers crossed you’ll get some EU261 delay compensation too!
15189                                                                                                                                                               @McDonalds I love you
15190                                         @facebook I like the “Take a break” option but can you add a temporary time period to it so I don’t have to see my… https://t.co/5sobV270OY
15191                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15192                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15193                                               @missmollymac804 @SHO_Shameless @netflix People send me photos of me in that scene all the time. Ha! Still have to watch it. So cool!
15194                                             @CBS @60Minutes @LesleyRStahl #ReligionAndHistory. Love this story. I pray it's wholly true and genuine; the... https://t.co/OqtPQ3frnZ
15195                                        RT @pauljauregui: A Tiny New Chip Could #Secure the Next Generation of #IoT via @WIRED @Microsoft https://t.co/iMXP5D3ss9 https://t.co/k5oK…
15196                                                                                                                                     @netflix We want Sense8 https://t.co/EhEw35XiaD
15197                                                                                                                     RT @netflix: 4 hours until @blackmirror https://t.co/mUQphcjM9a
15198                                                                              RT @JohnLegere: #LIVE @TMobile #CEO - let’s catch up between holidays!! 🎄😃🎆 https://t.co/U689yS3eQv
15199                                                                               Matchbox The Real #Model Collection #BeverlyJohnson Doll Matchbox https://t.co/qrKGhj0FIY via @amazon
15200                                                                                                      Loved the new #BlackMirror4 series!! @netflix PLEAAAASE release more soon 😩😩
15201                                        RT @travisflores: UM... #BlackMirror4 is out on @netflix ... TIME TO START SHATTERING ALL THE GLASS AROUND ME TO CELEBRATE! @blackmirror ht…
15202                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15203                                                                      RT @JohnsWesterns: #FollowFriday @amazon @eugene_byers @wiergeezy thanks for being top retweeters this week :)
15204                                                                                                                                                         @Complex @netflix Hell yeah
15205                                        RT @Reuters: WATCH: A dog that lost its front legs has been given a new lease of life with a pair of high tech carbon fiber racing blades v…
15206                                                                                                                     RT @netflix: 4 hours until @blackmirror https://t.co/mUQphcjM9a
15207                                                                          Vintage 1847 Rogers Bros. International Silver Remembrance Pattern 16 Pieces https://t.co/9iodktoYKc @eBay
15208                                                       Check out MENS IZOD AMERICAN CHINO STRAIGHT 32X30 COLOR: NAVY FLAT FRONT WRINKLE FREE #IZOD https://t.co/I5m8BD3bzg via @eBay
15209                                                                                               RT @hyphynas: My cash app is $nashattonn @Apple @AppleSupport https://t.co/fJQte9f6oB
15210                                                                Oaknana Handmade Crochet Shark Socks Slippers Booties for Babies (6-12 months... https://t.co/ri0kWBx8yJ via @amazon
15211                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15212                                                                                   RT @BenJPierce: The writers of Black Mirror pitching season 4 to @netflix https://t.co/yHHkljCYlY
15213                                                                                                   What a coincidence that @adidas plays a commercial during the UK Louisville game.
15214                                                                                       Extra 10% off when you spend $50+ Books Glassware and More! https://t.co/Xp7PTaEQ5j via @eBay
15215                                                                                                         I need those Green 6’s tomorrow! @Jumpman23 @footlocker @champssports @Nike
15216                                        @easyJet currently 10 mins short of a 2 hour delay on GVA to LGW flight and we still haven’t left. Is this consider… https://t.co/zMaagrKlNv
15217                                        RT @sarahwhite0331: Start the New Year off right! Get to your local @Walmart to save! #Walmart #ZTEBoostday @4GKennyG @NRSPG_ESeaton https:…
15218                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15219                                                                                                                                   @Reuters Why do you ignore the protests in Iran ?
15220                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15221                                                              @Reuters @greta The ports blocked are contorled by ISIS. This is a detail that is always ignored to drive a narrative.
15222                                        RT @Blind_Tweeterer: At Glasgow airport and delayed 1.5 hours so far. Phoned @easyJet to find out where our plane is coming from and they c…
15223                                        RT @arrpeebee: I second this wholeheartedly @netflix @NetflixLifee - I teach comedy at @TowsonU and the episodes are a master class in show…
15224                                            RT @itsme29a: Check out Camark Pottery Pink Rooster Planter Cottage Cute Vtg Prim Shabby Chicken Vase  https://t.co/sFUvNDuxB5 via @eBay
15225                                    RT @HeirloomAngel: #Vintage Pratt &amp; Whitney #Aircraft Enamel Pin @eBay  https://t.co/B4B7BBgqkf #plane #airplane #advertising  #ebayROCteam…
15226                                        RT @Reuters: WATCH: A dog that lost its front legs has been given a new lease of life with a pair of high tech carbon fiber racing blades v…
15227                                                        RT @BR0K3B0I: @Apple y’all better run me my money!!! i mean i’m still gonna buy iphone but fuck yall https://t.co/go7Q1MXj0p
15228                                                        @CarolSOtt @PayPal thanks for the shoutout! I'm not sure if Payapal charges a monthly fee unless you use PayPal Pro gateway.
15229                                                                                                                                    @GotNoBitches @McDonalds Lmaoooooooooo thank you
15230                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15231                                                    The STEM Foundation students put out their last VOICES video for the year. https://t.co/V6Gu3smy3Z @RiceArch @BestBuy @Microsoft
15232                                                                                                                                        @Reuters 45. Mind your own business 🐖🐖🐖🐖
15233                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15234                                        RT @MyLegIsHaunted: @easyJet what's happening to ezy071? Why is it delayed? Sat for 5 hours in Gla last night due to an easyJet delay and n…
15235                                        RT @Reuters: WATCH: A dog that lost its front legs has been given a new lease of life with a pair of high tech carbon fiber racing blades v…
15236                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15237                                        How can @amazon have a #DigitalDay w/out #CryptoCurrencies ?  #BCH #BTC #XRP #ADA #LTC #TRX #XVG #MANA #ETH #EOS #IOTA #WABI #LEND #ENJ #XLM
15238                                        RT @travisflores: UM... #BlackMirror4 is out on @netflix ... TIME TO START SHATTERING ALL THE GLASS AROUND ME TO CELEBRATE! @blackmirror ht…
15239                                        RT @Reuters: WATCH: A dog that lost its front legs has been given a new lease of life with a pair of high tech carbon fiber racing blades v…
15240                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15241                                             3 rolls Coverite Black Baron film for hobby model airplanes #BlackBaron https://t.co/1I20djNOAa via @eBay #wow… https://t.co/MV7ctoHpTl
15242                                                       RT @adidas: Calling all Creators. Let’s change sport. Let’s change lives. Let’s create. #HereToCreate https://t.co/bxFY6MUNVP
15243                                                                                                                                                 Fck you @WellsFargo ya’ll are trash
15244                                                                                                                                                 Fck you @WellsFargo ya’ll are trash
15245                                                                                                                                                 Fck you @WellsFargo ya’ll are trash
15246                                        RT @Reuters: WATCH: A dog that lost its front legs has been given a new lease of life with a pair of high tech carbon fiber racing blades v…
15247                                                    Check out crafsman 10.pc socket wrench set 3/8-IN-DRIVE New with lifetime warranty. #Craftsman https://t.co/gINAwIbbDu via @eBay
15248                                                                                                                    @Chris_Olenick @netflix You’re saying that like it’s a bad thing
15249                                              Check out Vintage 1970s Bow Tie Ready Tied Brown Gold Paisley 10 - 18 Inch Neck FREE P&amp;P #BowTie https://t.co/sNxJ4BVjLE via @eBay
15250                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15251                                                                            RT @the1Dscene: Side by Side with Niall Horan Amazon's Music Experts https://t.co/tFeHTkFmCB via @amazon
15252                                        RT @Google: Just because they aren’t together doesn’t mean we can’t dream about it. This fan-created #Overwatch character ‘ship got the mos…
15253                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15254                                        At the @Apple store finding out the company apology is not exactly sincere and they’re trying hard to absolve thems… https://t.co/m3OsZgnFsA
15255                                                                   Musing From The Elephant Piano Notebook: Poems and Essays by Amy Beth Outland https://t.co/OZ8b0LzAwR via @amazon
15256                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15257                                                             RT @Reuters: Thousands of Palestinians take part in anti-Trump protests https://t.co/rGxqzloAxT https://t.co/FDq5V8JX8p
15258                                                             RT @Reuters: Thousands of Palestinians take part in anti-Trump protests https://t.co/rGxqzloAxT https://t.co/FDq5V8JX8p
15259                                        Internship application page @facebook seems pretty broken - I applied thrice and it asked for information I'd alrea… https://t.co/Ax0sMbHsGe
15260                                                                                                                    sorry @Apple i am slowing you. i ll never buy any apple product.
15261                                                      Check out MENS IZOD NEWPORT OXFORD GOLF SHORTS SIZE: 42 COLOR: BLUE REVIVAL FLAT FRONT #IZOD https://t.co/yJgR3OQo8I via @eBay
15262                                                           RT @Burberry: #GoshaRubchinskiyXBurberry. Sign up to be the first to know https://t.co/jB5cJ1sQrD https://t.co/huYHmGFOIZ
15263                                                       #chew Check out Lucienne Queen of Diamonds Stainless Steel Liquor Flask 6oz - NEW #Lucienne https://t.co/QJlZVJ0fiJ via @eBay
15264                                        @thediscostick @Microsoft @bing dis is because russian is too complicated for neural machines like google. For chin… https://t.co/T9F6ltXVF9
15265                                                @Apple I almost had my 7 paid off and it started acting slow and stopped charging with no damages 🙂 so ima need my check as well...
15266                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15267                                                                                           RT @DrJimmyStar: Check out Ladies Kensie Denim Tote Bag NWT https://t.co/zUZgLVsEuV @eBay
15268                                                                                                                                               @BryanBarnes6 @netflix AHHH OH MY GOD
15269                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15270                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15271                                                   RT @WithoutaTRACE: @TheOralBuffet @DarthBannon1 @charliekirk11 @CBS I'm all in! ... 'dusting the Cheeto dust off my couch change.
15272                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15273                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15274                                                                                                                                        @comcast What a beautiful lie you’ve put out
15275                                        RT @AhrRemodeling: Way to go Amber and Chuck at La Habra @HomeDepot! Keep those leads coming and the sales will follow! @ShantouraPacSo @TH…
15276                                                                                    RT @Disney: 2018 is going to be a magical year for all things Disney! ✨ https://t.co/TuYaKusgby
15277                                        @replyall can we accept now that @Facebook probably IS audio spying now that @Apple admitted that it slows down sma… https://t.co/K68RP9LwrA
15278                                             RT @decor2018: Heron Egret Brass Crane Vintage Bird Stork Pair Solid Figure Birds Figurine 2PCS #bird https://t.co/ytBUyMJEL0 via @eBay
15279                                        RT @Reuters: See some of the most memorable pictures taken by @Reuters photographers around the world this year. https://t.co/oRujtjFKKh (W…
15280                                        RT @Reuters: WATCH: A dog that lost its front legs has been given a new lease of life with a pair of high tech carbon fiber racing blades v…
15281                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15282                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15283                                        A most interesting link between #yachts and #britishairways and @AmericanExpress and the staggeringly high 76.0% AP… https://t.co/RabNg6yhVm
15284                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15285                                                                                                                                                @netflix Where is my Black Mirror 😠
15286                                                                  BRIEF-KBC Groep Acquires Metlife’S 40 pct Stake In Ubb-Metlife Joint Venture… https://t.co/0yhAfAxfkB Via @Reuters
15287                                                                                    Online shopping from a great selection at AmazonFresh Store. https://t.co/ZsKXoaKlXe via @amazon
15288                                        @wyattgreaney @Apple @AppleSupport My phone did the same thing and died at 28% so I ordered a new battery off Amazo… https://t.co/qVjJ9pFi5Q
15289                                                                                                 If I go into a @McDonalds how long should I expect to wait for food after ordering?
15290                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15291                                           @JoeAndertweet @amazon I nearly had to call the police today but that’s a story for another time. It’s nearly over for another year! 🙃🙃
15292                                        RT @Reuters: Paediatrician Nahla Arishi had not seen diphtheria in her 20-year career at Yemen's al-Sadaqa hospital - until last month http…
15293                                        RT @Kre8change: @WellsFargo The ladies at Wells Fargo were lovely but were not exchanging any of the currencies we hold.  Called the 800# t…
15294                                                                        Check out ENGLAND WORLD CUP 2018 GROUP G SOUVENIR ENAMEL PIN BADGE - BLUE  https://t.co/bLDHjyKUwR via @eBay
15295                                              @ChristiChat @realDonaldTrump @USPS @amazon Omg a discount!? Who does that? Just because they're buying alot of something at one time?
15296                                                                                         RT @DrJimmyStar: Check out Mens Chaps Sea Blue T-Shirt XL NWT https://t.co/sqTpKckNGj @eBay
15297                                        RT @LeslieTylersmi3: @Comey @kylegriffin1 @JoyAnnReid @Reuters @maddow @MalcolmNance @FBI  This may be WORTHY of INVESTIGATING https://t.co…
15298                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15299                                                 One day left!~NEW Crate &amp; Barrel Cotton Hollly Dish Kitchen Tea Towel-Red Holly Berries-NWOT  https://t.co/Z2OHXAtQu5 via @eBay
15300                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15301                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15302                                                    Check out #VintageCabbagePatch Kids Doll #CPKBarnabyAnson #CPKAuburnLoop Hair #CPKBirthCertificate https://t.co/rZLQEBHIrH @eBay
15303                                                                            RT @DrJimmyStar: Check out Jimmy Star Brand Mens Ooak Poodle Shirt Size Xl https://t.co/HIFPxfhXxw @eBay
15304                                                                                                                                                        @BillNye @netflix No thanks.
15305                                                                                                                                                  Put Baller Blockin on @netflix lol
15306                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15307                                        RT @StopFundingHate: Today's Daily Mail advertisers include @LauraAshleyUK @waitrose @bt_uk @Tesco @DFS @HuaweiPhones @Morrisons @asda @Plu…
15308                                                     RT @IBM: The best server for enterprise #AI has arrived. Meet the new #POWER9-based IBM Power Systems:… https://t.co/TCzS5iPAlX
15309                                                                                  @FoxNews @Apple @ClaudiaCowan1 @ShepNewsTeam This would explain why my iPhone 6 Sucks now!! 😡😡😡
15310                                                                                                                                               Bring back “My Name is Earl” @netflix
15311                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15312                                                                                                                                        @LarryWilson @CNN @Yahoo This was last night
15313                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15314                                                                   Check out Crocodile Hand Painted Wall Hanger - Authentic Australian Aboriginal Art  https://t.co/IZR3RNFjSh @eBay
15315                                                                                  FAIRY TALE CASTLE - forest woodland birds nature T-shirt TEEVO https://t.co/mslEsPnNJz via @amazon
15316                                                            RT @FAIRImmigration: German would-be partners have very different immigration ideas https://t.co/lf2GENjp3X via @Reuters
15317                                                       Check out Japanese Animation Douga Production Original Dragon Ball Limited Rare Anime #668  https://t.co/XEZZZKl5q1 via @eBay
15318                                                        RT @BR0K3B0I: @Apple y’all better run me my money!!! i mean i’m still gonna buy iphone but fuck yall https://t.co/go7Q1MXj0p
15319                                                         RT @Oracle: How #SMBs can prosper in an on-demand economy https://t.co/MolGXFD43h via @OracleProfit https://t.co/En27t9um5q
15320                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15321                                                                                                                                                @HawkishEagle @Reuters Tough choice.
15322                                                                               Great job excluding Kyle Lowry from the commercial #Nbavote @Klow7 @adidas @Raptors 👏👏 #Disgraceful
15323                                                 Pre Shabbat meet up with @ChrisChambers84 &amp; Clinton Portis. Thanks @Walmart @drpepper and @cravetheauto https://t.co/Exh7a6lJdc
15324                                                                             RT @Reuters: Exclusive: Russian tankers fueled North Korea via transfers at sea https://t.co/Un88jnHShJ
15325                                                                                                   RT @JewhadiTM: Russian tankers fueled North Korea via transfers at sea - @Reuters
15326                                                                                                    RT @djgeoffe: @JessicaMarzipan @Microsoft You be you!!!! https://t.co/2bF9KxHXOc
15327                                                                                                                    Check out my listing on @eBay: https://t.co/1oC8OY7YGN via @eBay
15328                                        @twlegaleagle @mysticism8 @Kre8change @SpeakerRyan @realDonaldTrump @WellsFargo @BrentJMcIntosh @USTreasury So they… https://t.co/RvKmbskKlR
15329                                        @Apple @AppleSupport ran and update on my MacBook Pro and it crashed during finals week! You should pay for the fix… https://t.co/4vZRmhMmC7
15330                                    RT @Cali_FairyMagic: @WellsFargo @Kre8change @Sid_FairyMagic @jade_FairyMagic @TETELESTAI800 We must know LOVE &amp; COMPANIONSHIP to understan…
15331                                         You lot are taking the absolute piss now @amazon - some Christmas presents now a week late after multiple promised… https://t.co/okSAAbUZhC
15332                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15333                                        RT @Hyundai: Hurry in and catch the spirit of savings at the Hyundai Holidays Sales Event. Better savings. Better holidays. But you’d bette…
15334                                    RT @Cali_FairyMagic: @WellsFargo @Kre8change @Sid_FairyMagic @jade_FairyMagic @TETELESTAI800 We must know LOVE &amp; COMPANIONSHIP to understan…
15335                                                         Shoutout to @netflix and Will Smith for #BrightMovie watched it 3 times now idc what the critics say that movie is solid 💯
15336                                                                                                                    @verizon I cannot be watching this; I don’t have unlimited data.
15337                                        Big shoutout to Kin from the @easyJet helpdesk at @LDNLutonAirport for making sure @rebecca_wilde and me got our fl… https://t.co/C12kP6OSoI
15338                                                                                              @Reuters Of course they are. Especially when the orange marmalade asshat is in charge.
15339                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15340                                        @AlmostRealNews Is @Disney offering refunds to those at @WaltDisneyWorld who were offended by the activist who yell… https://t.co/r1qG6umkUq
15341                                     RT @_Dizzy: Stranger things &amp; Ozark are the best things on @netflix 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥 #Netflix #Ozark @Stranger_Things
15342                                                       @age_tml @Top500Crypto @Tesco @sainsburys @asda @Morrisons @johnlewisretail @dixons @AldiUK @AldiUSA… https://t.co/79gc67rvik
15343                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15344                                                                         Check out Assorted DDR DDR2 DESKTOP MEMORY RAM 4 COMPLETE sets #Unbranded https://t.co/9B0GdA0AzR via @eBay
15345                                                          Check out Hatchimals Treasure Keepsake Box to Decorate Color with Stickers Markers Gems  https://t.co/ytcIOUgAJh via @eBay
15346                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15347                                                                                                                                 @Reuters Look at these comments🙄 read the article.
15348                                                                        RT @DJRellez: Am I the only one who orders ice macchiatos from @Starbucks when it’s 19 degrees outside? ❄️🤷‍♀️
15349                                        RT @Reuters: WATCH: A dog that lost its front legs has been given a new lease of life with a pair of high tech carbon fiber racing blades v…
15350                                                                             RT @Reuters: Exclusive: Russian tankers fueled North Korea via transfers at sea https://t.co/Un88jnHShJ
15351                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15352                                                                Bathers on the Lido : Leon Bakst : circa 1912 : Art Print beach scene Archiva... https://t.co/D33xQsnTo1 via @amazon
15353                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15354                                                   Check out Imitation Pearls and Black Sparkly Beads Necklace with Silver Clasp Vintage #Unmarked https://t.co/kCRVspchq3 via @eBay
15355                                                                                                        @Google is really feeling the post-#Christmas spirit https://t.co/J1pP49uoxE
15356                                        @michaelb1798 @netflix @BrightNetflix @michaelb1798 I liked it! Would've been a big hit about 15 years ago. Reminde… https://t.co/yeGXt16iGe
15357                                                                             @THR @deray @netflix They going to do it like HBO and put it in chronological order? That would be dope
15358                                                      Check out Frankoma Two Finger Handle Coffee Mug C9 Autumn Yellow Tea Cup 10 oz #Frankoma #C9 https://t.co/y17CZel6R8 via @eBay
15359                                               RT @Disney: Watch all of Rey's courageous adventures from @StarWars​ #ForcesOfDestiny: https://t.co/vvLMEyJY7t https://t.co/RmAXdfXuFh
15360                                                                              Check out French Guinea #39 (A4) FINE USED - 1906 25c Oil Palm Tree  https://t.co/oGQZc03y5m via @eBay
15361                                        @Google i'm having problems with chrome i'm on android G360 and some websites after opening them it says website ca… https://t.co/fcTDN39LqO
15362                                                            Check out Ralph Lauren Women's Duck Rain Shoe Bootie Made In Italy Leather Rubber Size 8.5 https://t.co/vjgiWeTnWe @eBay
15363                                                                                                 Check out NYX Butter Lipstick Set- BLSSET05  #NYX https://t.co/DSdfI1Wru3 via @eBay
15364                                                  Check out Lularoe Bright Floral Paisley Leggings Blue Red Yellow white One Size Very Nice! #long https://t.co/xN4b3E3Z6y via @eBay
15365                                                          RT @BrianMillerAd: Picking a fight with @amazon ?! That’s where I draw the line... #NotMyPresident https://t.co/3fZSeODBBC
15366                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15367                                                                 RT @Lisvnorrland: Broken Dreams: Broken Pieces by Martha Perez https://t.co/wfGpehaDwT via @amazon @marthaperez0609
15368                                                                             RT @Reuters: Exclusive: Russian tankers fueled North Korea via transfers at sea https://t.co/Un88jnHShJ
15369                                                            RT @Reuters: Former Mexican governor to be extradited from Panama Jan. 4 https://t.co/oNsvt2K3Zm https://t.co/5GcLRQFcCR
15370                                        RT @ArtisticImages: I just LOVE #Starbucks during the Holidays! @Starbucks #toastedwhitechocolatemocha #coffee #java… https://t.co/Tw7NDWCG…
15371                                        @LeslieFeffer @DanielPipes @GoldmanSachs @FedSoc ...and at the end of the day he still went with Gorsuch.  To do do… https://t.co/Eq4iFDgBiF
15372                                                                                                                      @CBS Charmed one more day https://t.co/s26Y5ZRBzB via @YouTube
15373                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15374                                        @Google Yes.. I have tried everything possible that is listed. The info I am entering is correct and it keeps locki… https://t.co/36Ddcteu5x
15375                                         @Monet1279 @andoculture @DieHoren @artisteHart @charliekirk11 @CBS Not much happened in that short period of time.… https://t.co/VXkLjzYxsb
15376                                                                                                                    every time @Apple comes out with a new phone mine gets slower 🤔
15377                                                       Check out Tupperware Free Shipping New Bowl (1/2 cup) Glass (225 GUSSY ml)Set 2  with Lids  https://t.co/6oB4uOz0Si via @eBay
15378                                                                   RT @Reuters: Exclusive: Russian tankers fueled North Korea via transfers at sea - sources https://t.co/qMfjeglisF
15379                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15380                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15381                           RT @mytradingbuddy: 20% OFF Exclusive #Trading &amp; Financial COOL STUFF in our @amazon Store - Use Pomo Code MTB20OFF at Checkout &gt;&gt;&gt; https:/…
15382                                         RT @ladyteamac: @easyJet can anyone tell me what is going on with my diverted flight? Stuck at Luxembourg airport and there is no one from…
15383                                                                            #pizza Check out New Olive Drab Roadie MudJug Portable Spittoon - NEW  https://t.co/4AnuZltVMg via @eBay
15384                                        @BarbiKells @skliesen @jamiemreinhold @sweetslr1nonly @charliekirk11 @CBS Its your and the “lefts” type of condesce… https://t.co/hrSudeKoUU
15385                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15386                                                                                                           My Young Jamaican Wife by The Boos247 https://t.co/OLNGlZSXZ6 via @amazon
15387                                           RT @JORGEZUNIGAM: Check out Star Wars Revenge Of The Sith Variation!Anakin Skywalker With Lightsaber Attack https://t.co/3wokWHj7sS @eBay
15388                                                                       RT @JORGEZUNIGAM: Check out Star Wars Jango Fett And Slave 1 Ship 100% Complete https://t.co/k6sVoQwFuR @eBay
15389                                                             Check out Vintage Leonard Towle Co. Brass Crane Heron Egret  Mid Century Bird Figure  https://t.co/x9lLU6DdYA via @eBay
15390                                        RT @ThatGuyBemer: Wooooooooooooooow RT @Apple: Fuck you and your phone RT @GeezyWins: I've had some of my worst most inconvenient days beca…
15391                                                                   RT @Reuters: Exclusive: Russian tankers fueled North Korea via transfers at sea - sources https://t.co/qMfjeglisF
15392                                                 Lot of 2 Cave Bears Small Round Tins 5.25'' Diameter #Collectibles #Metalware  https://t.co/3NaxAsUtDE via @eBay #tins #ebay #bears
15393                                                                                   Check out The Punisher War Journal Comic Book Lot of 7 Jim Lee  https://t.co/RTIQyg5gYA via @eBay
15394                                                                                  Check out Adventure Time Nice King and Gunter Loot Crate Figure  https://t.co/VNHMjhltlD via @eBay
15395                                        I messaged you on @facebook but no reply which it says usually response quickly anyway i need you to suspend an acc… https://t.co/e7d0HCZGhL
15396                                        @HasbroNews @TripAdvisor Hasbro cares more about spicy memes and harsh criticism that the pedophile judges for ther… https://t.co/3xeadFqzDV
15397                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15398                                                                                         RT @DrJimmyStar: Check out Mens Chaps Sea Blue T-Shirt XL NWT https://t.co/sqTpKckNGj @eBay
15399                                        @Tesco I know this automated as you have a huge issue right now. I don't have receipt or packaging and am not looki… https://t.co/Oz4xdZOdFf
15400                                                                   RT @Reuters: Exclusive: Russian tankers fueled North Korea via transfers at sea - sources https://t.co/qMfjeglisF
15401                                                                                                                                             Im suing @Apple https://t.co/CdeAs4cs0J
15402                                                                                                                              RT @TomDonno: Another delayed flight @Ryanair 👏🏻👏🏻
15403                                                                                    RT @wirelineio: Is @Apple Planning to Use #Blockchain? https://t.co/KX81AusiIF via @investopedia
15404                                        RT @Reuters: See some of the most memorable pictures taken by @Reuters photographers around the world this year. https://t.co/oRujtjFKKh (W…
15405                                                   Check out ATLETICO MADRID 2014 2015 #9 MANDZUKIC FOOTBALL SOCCER SHIRT JERSEY CAMISETA XL #Nike https://t.co/X9Qy6I4mgo via @eBay
15406                                                                             RT @Reuters: Exclusive: Russian tankers fueled North Korea via transfers at sea https://t.co/Un88jnHShJ
15407                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15408                                        RT @olgaNYC1211: .@Twitter @facebook being threatened with sanctions for not providing info on Russia’s disinformation campaign to Parliame…
15409                                                                                     @Reuters Hey yes this was big in Australia. How are you? I am currently on holiday in Australia
15410                                        RT @MrPearman: I’m literally loaded and stuck at two items for every possible “win” on the @Starbucks For Life game. I’ve got 10 bonus star…
15411                                                                   RT @Reuters: Exclusive: Russian tankers fueled North Korea via transfers at sea - sources https://t.co/qMfjeglisF
15412                                        @lbames @charliekirk11 @realDonaldTrump @CBS Why? Obama let Iran fill our country with drugs and illegals! Everyone… https://t.co/uasX5Ybp3R
15413                                                                                                                     RT @netflix: 4 hours until @blackmirror https://t.co/mUQphcjM9a
15414                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15415                                      @kyahria @jonaweinhofen @blackmirror @netflix I fell asleep waiting for my darn laptop to turn on!! 😂😭 It’s okay th… https://t.co/SeWdbGBhAF
15416                                                  RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Stan Lee Pop! https://t.co/wZa41vJnWS
15417                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15418                                                   #bitcoin Check out Dragon Fire Pepper Spray Self Defense Repellent 2oz. -  Made USA #DragonFire https://t.co/CkEzmXUm15 via @eBay
15419                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15420                                        RT @Reuters: Apple apologizes after outcry over slowed iPhones and slashes prices for battery replacements https://t.co/ot2PmVAbiR via @Ste…
15421                                                                                                                                     @EmilyCompagno @FedEx Kind gestures still exist
15422                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15423                                                                                                                                  @Starbucks drive-thru.... 15 minutes waiting......
15424                                        @epodcaster @netflix What fun that you both watched and are having a good time dissecting it. I haven't finished th… https://t.co/OQQ0MXPANQ
15425                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15426                                                    Check out The Urge Magically Delicious CD Used 1992 OOP Ska Punk Funk Independant Release #Ska https://t.co/CBYi2LT01t via @eBay
15427                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15428                                                                                                                                                   @charliekirk11 @CBS We'll see!!!!
15429                                                                                    RT @Pippi_Dust: American Flag T Shirt Faux Gold Paint 2XL... https://t.co/T57cnopJ3d via @amazon
15430                                                      RT @exxonmobil: What goes into the price you pay at the pump? Learn what factors into the cost of gas. https://t.co/0f2viNsxfF
15431                                       RT @HomeDepot: @Nate_Binion We nailed it in 2017 🔨. Share some of the @HomeDepot achievements with the 2017 Year in Review. https://t.co/Jz…
15432                                         Aussie readers can purchase the paperback and Kindle edition of #TMITBS from @amazon using the following links ...… https://t.co/f1CWrpqmIb
15433                                                                         Check out Drop Dead Women Size M Brown Lace Asymmetrical Knife Sleeveless Top https://t.co/Va4uZKcmFm @eBay
15434                                                                                     Check out PREORDINE ASSASSIN CREDD ORIGINS BAYEK 1/10 STATUE  https://t.co/eN1m1JGWFZ via @eBay
15435                                        @Salon @Apple has turned into a Cult! Addicting customers then running a train of producing their must have product… https://t.co/cAJAzWh3fK
15436                                                        RT @BR0K3B0I: @Apple y’all better run me my money!!! i mean i’m still gonna buy iphone but fuck yall https://t.co/go7Q1MXj0p
15437                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15438                                        RT @Reuters: WATCH: Mexicans release thousands of baby turtles into the sea. See more from @ReutersTV: https://t.co/jTj0gLuOxP https://t.co…
15439                                        @comcast @microsoft Dear Microsoft I bought an Xbox for Christmas and now Comcast is fucking me with your update do… https://t.co/OBUMUODCyz
15440                                        RT @Reuters: WATCH: Mexicans release thousands of baby turtles into the sea. See more from @ReutersTV: https://t.co/jTj0gLuOxP https://t.co…
15441                                                                                                  Check out Double Heart Bracelet By Things Remembered https://t.co/ZN7CFrg98N @eBay
15442                                        @aarongreenberg @Microsoft Congratulations Aaron! Incredible achievement! You’re a great asset to Microsoft and a g… https://t.co/x1adKmjYqs
15443                                                                                                                                       @itsalexclark @Apple I want a poopaca plushie
15444                                                           Check out Bouvier's Law Dictionary Baldwin's ed 1934 Legal Book Reference Good Binding  https://t.co/LD1G91FQw6 via @eBay
15445                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15446                                               #bitcoin Check out Lucienne Genuine Pewter Liquor Flask 6oz. Sheffield England (UK) - NEW #Lucienne https://t.co/dsuFWNETeg via @eBay
15447                                                                                                                                         @netflix @burntMnM tom is gonna be ecstatic
15448                                                            Check out Women’s Junior’s Rue 21 Crop Jeans shorts destruct High Rise Crops 18 #rue21 https://t.co/ThJmcNnC7S via @eBay
15449                                        RT @Reuters: WATCH: Confetti rains down on Times Square ahead of Sunday's New Year's Eve celebration. See more videos from @Reuters: https:…
15450                                                              Check out Seattle Seahawks embroidered pattern t-shirt size XL #NFL #SeattleSeahawks https://t.co/6sd7pXjIhh via @eBay
15451                                                                           RT @DrJimmyStar: Check out Vintage With Love Rustie Serenity Porcelain Doll https://t.co/cDke7oGU9n @eBay
15452                                        RT @Reuters: WATCH: Confetti rains down on Times Square ahead of Sunday's New Year's Eve celebration. See more videos from @Reuters: https:…
15453                                                                                                                                          @HamillHimself @Disney i love you mr ham ❤️
15454                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15455                                                                         @nothisisdonna @THR @netflix @theRealBrit97 You don’t have joel OR me bc clearly my friendship isn’t enough
15456                                                                          @HamillHimself @Disney Liking my tweet will be enough for me to know that you've acknowledged my existence
15457                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15458                                        Attempted to bring my service back to @verizon from @sprint and was met with the most condescending customer servic… https://t.co/K65gybLM0m
15459                                                                                  Check out WOMEN'S CARIBBEAN JOE JEAN DENIM JACKET SIZE PETITE M EUC! https://t.co/cvf17CmXnu @eBay
15460                                                                                                        @verizon please get Sony to make a CDMA / Verizon compatible Xperia Compact!
15461                                                                                 RT @DrJimmyStar: Check out Marvel Comics Spiderman Hoodie Size XL NWT https://t.co/16nH2UHHKu @eBay
15462                                                                                              @snarkusmaximus4 @HamillHimself @Disney The body language was written in to perfection
15463                                                                                                                          @VCBestor @DuckDuckGo @Google chrome is google on steroids
15464                                        RT @GKeepsakes: Cuisinart Stainless Steel 3 Quart Melting Electric Fondue Pot Set CFO-322 #parties #fondue https://t.co/pUMHBSBPyU via @eBay
15465                                                                                            @FoxNews Those inflammatory Christmas cups from @Starbucks better not offend anyone.....
15466                                                       Check out $65 Green Bay Packers Men's Kick Return Sweatshirt Pullover Hoodie Jacket jersey  https://t.co/9Iedzwtp2H via @eBay
15467                                        @FedEx Found this package in the street outside my house. Was shipped to someone miles from here. Three calls to Fe… https://t.co/8grurFdpJV
15468                                        RT @Reuters: WATCH: A dog that lost its front legs has been given a new lease of life with a pair of high tech carbon fiber racing blades v…
15469                                        RT @Reuters: WATCH: A dog that lost its front legs has been given a new lease of life with a pair of high tech carbon fiber racing blades v…
15470                                                                                                       @AutisticZebra @amazon also doing so! thanks for bringing this to my newsfeed
15471                                                Check out WET N WILD 3 of a Kind - lips / eyes / cheeks -  #729 On Rodeo Drive  - Sealed #wetnwild https://t.co/EIVd7Bd2Sw via @eBay
15472                                        @mafia_makeup @netflix Have you ever asked yourself what #AmandaKnox was doing in house at the time of the murder o… https://t.co/QOHL2ac00N
15473                                                   Check out US seller 5XL Mens Combat Cargo Military Army Camo Work Tactical PantsTrousers #Cargo https://t.co/zWsgPvx2HR via @eBay
15474                                                               @charliekirk11 @realDonaldTrump @CBS FAKE NEWS!!!! MORE FAKE NEWS COMING FROM THE INCREDIBLY WEAK AND PATHETIC RIGHT.
15475                                        RT @Reuters: WATCH: A dog that lost its front legs has been given a new lease of life with a pair of high tech carbon fiber racing blades v…
15476                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15477                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15478                                        RT @Reuters: 'The memory of a normal day seemed so distant': Hear from @Reuters photographers on covering the battle for Mosul. https://t.c…
15479                                                 @HamillHimself @Disney Don't say that #PeriodEndOfStory 😢 I loved the movie! You were AMAZING as always! I'll/We'll miss you....💔
15480                                                                Lost Ocean Artist's Edition: An Inky Adventure and Coloring Book for Adults: ... https://t.co/ga9BQm7Swo via @amazon
15481                                                @Disney @waltdisney dreams + goals + plans = success .... Looking forward to #2018goals #NewYearsResolutions https://t.co/ExYHsPK9pM
15482                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15483                                        @HamillHimself @Disney 4. It just seems that some of the things that JJ helped build/set up in 7 were completely ig… https://t.co/S9DXIAIUpd
15484                                    @UPSHelp @UPS Oh &amp; just to let you know also that our complex management helped me contact the package's actual rec… https://t.co/JpL0Ompjeq
15485                                        I just witnessed someone accept a @PapaJohns pizza delivery to a @Starbucks... seated inside. @peetscoffee knows wh… https://t.co/BllL1AnYiX
15486                                                                                                  @CocaCola y'all gon let these niggaz expose you like that? https://t.co/FuN81z4Wb7
15487                                                                 RT @Reuters: Beijing may be starting to win its battle against smog https://t.co/VM7wZ3F0Ky https://t.co/XsslxETeD2
15488                                                                                                              @Reuters @realDonaldTrump - guess you better take credit for this too.
15489                                                                             RT @Reuters: Exclusive: Russian tankers fueled North Korea via transfers at sea https://t.co/Un88jnHShJ
15490                                                     Check out Joseph Feiss Gold Herringbone Blazer Gray 2 Button 100% Lambs Wool 41R #JosephFeiss https://t.co/xPWWVP31Qh via @eBay
15491                                                          Check out free dom. ship ITALY GARNTITO GOLD PAINTED WOOD  PEPPER GRINDER/MILL  ITALIAN  https://t.co/YePHtegJnB via @eBay
15492                                                           @BlueOceanQuilts @JerrySeinfeld @netflix Endless entertainment. I highly recommend it. Better than cable. It’s fantastic.
15493                                                                                                    RT @KincadeTheHulk: Thank you @Nike @TheOpening @Elite11 https://t.co/jjNzpMz7Rw
15494                                                                                                                 @Reuters GREATEST PRESIDENT in history. seven more glorious years !
15495                                        @nextofficial why does it take 7 weeks for an order to arrive placed during the sale when other retailers have delivered already? Thank you.
15496                                        RT @Reuters: Want to know about the actual effects of the Trump presidency? Here’s where to be: https://t.co/WFz7AB70TA #TheTrumpEffect htt…
15497                                        RT @comcast: We support bipartisan Congressional action to permanently preserve and solidify net neutrality protections for consumers and e…
15498                                                   Check out Angry Birds Don't Ruffle My Feathers T Shirt Sz Youth 2X Cotton Polyester #AngryBirds https://t.co/0cJOSwZNNP via @eBay
15499                                        RT @Reuters: WATCH: A dog that lost its front legs has been given a new lease of life with a pair of high tech carbon fiber racing blades v…
15500                                                                                                                           @DiamondSD97 @netflix OH SHIT!!!!! It's FUCKING LITTTTTTT
15501                                        @Apple why do I have to pay more money when my  7+is less than 6 mos old....Tht is truly something you should be of… https://t.co/S3VO6vPgqE
15502                                        @Rickstersays @mattliptoncomic @amazon Yet you need to race and bitch on twitter about your dead mother who has bee… https://t.co/CAgGg54JVI
15503                                                                                                                               RT @NVGhost005: @JonDonahue @THR @netflix And the VHS
15504                                                             #alabama Check out Zippo Harley-Davidson Wolf Black Matte Pocket Lighter-NEW #alabama https://t.co/VIIqqCc5op via @eBay
15505                                                                 Check out Dog Dress Size XS Pet Clothes Apparel  Red Black Green Plaid Red Ribbon Bow https://t.co/6D24FpPosO @eBay
15506                                          @HamillHimself @Disney You have always been an idol of mine and I love how hernest and candid you can be. I loved… https://t.co/ZNK4pJ0z07
15507                                                                                                          Thank you Maden @AmazonHelp @amazon for your great customer service today!
15508                                        @Tunji_Akintokun @Cisco @Cisco_IoT @CiscoCollab fantastic news about your MBE could not have happened to a nicer ma… https://t.co/W5KjOigQr8
15509                                                           #eBay Amulet  SANGKRAJAYA Future Buddha brass statue mercy happy family beautiful 2 cm  https://t.co/HBb2JHyPjg via @eBay
15510                                        RT @kalpenn: What are you doing tonight? Watch @hasanminhaj’s “Homecoming King” on @netflix. It’s so funny and so good. So so good. I’m gon…
15511                                        RT @Reuters: Paediatrician Nahla Arishi had not seen diphtheria in her 20-year career at Yemen's al-Sadaqa hospital - until last month http…
15512                                                                                                                             RT @Disney: It's about time! 📺 https://t.co/zErr1oidPp
15513                                        @Monet1279 @artisteHart @charliekirk11 @CBS What most economists look at is year-over-year GDP change--Table 8 in t… https://t.co/7eI9irrlvJ
15514                                                  RT @SAP: Your 3-step plan to intelligent customer service automation and recovery. https://t.co/53kijYB0ya https://t.co/5djBFRRUbm
15515                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15516                                        RT @BankofAmerica: Thank you to all who joined us for the @RED #SHOPATHON to fight AIDS in Africa. There’s still a few more days to join th…
15517                                                        RT @Reuters: Spanish PM calls for Catalan parliament to be formed on Jan. 17 https://t.co/UT1qyuR8Z4 https://t.co/vgvBfO8Qs1
15518                                               RT @Google: The most memorable moments of 2017 started with a question. https://t.co/wtqjULjCYe #YearinSearch https://t.co/LI7cIf6beL
15519                                                        RT @Reuters: Spanish PM calls for Catalan parliament to be formed on Jan. 17 https://t.co/UT1qyuR8Z4 https://t.co/vgvBfO8Qs1
15520                                        @FedExHelp @FedEx has given me several different things need I need to do to resolve this situation. @fedex has not… https://t.co/xpauXP3Qtb
15521                                    @DaRedUmbrella @iFixit @Apple Great! I recommend you run benchmarks &amp; check CPU Frequency in different battery cond… https://t.co/twYtXDtPyb
15522                                                        RT @hissunshinetx: Check out U.S. Polo Assn Men Polo Shirt Pink Cotton Size XXL FREE SHIPPING  https://t.co/vDbgnqBz9b @eBay
15523                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15524                                        RT @karenterry132: Check out Hot Wheels '72 Ford Gran Torino Sport HW Workshop Blue Milodon https://t.co/juQbNlrKRb @eBay #hotwheels #72for…
15525                                                                     RT @RihWildThoughts: THIS SHOW IS SOOOO GOOD CANT WAIT FOR S2 @LaCasaDePapelTV @netflix https://t.co/GfrnUZl527
15526                                        RT @BethHouf: @burgessdave @casas_jimmy @amazon @burgess_shelley @wenders88 @TaraMartinEDU @Jeff_Zoul @jeffreykubiak @JayBilly2 @tishrich @…
15527                                        @charliekirk11 @yannimer90 @CBS and yet some WHITE people here are objecting because it's not enough! wow!  i guess… https://t.co/l4MbYM56dc
15528                                         @ginger_carner @BaronAndToluca @unrealfehr @MajandraD @netflix Exactly. Just those few minutes of the trailer were… https://t.co/KIYy9jgljE
15529                                                   Check out Takes Long Time to Grow Old Friend Coffee Mug Cup 10oz Seeds of Friendship k733 #Lang https://t.co/Jz3qtBIwWS via @eBay
15530                                                                                       RT @4JayGreg: if you haven’t watched @tomsegura mostly stories on @netflix please go watch it
15531                                        @charliekirk11 @realDonaldTrump @CBS #GOPTaxScam #GOPSmashAndGrab only 7 % of the population believe this will be o… https://t.co/yHlaRkMeri
15532                                                   Check out 4PCS/Set 2.4Bar #Car Tire Pressure #Monitor Valve Stem Cap #Sensor #Indicator #Tools  https://t.co/OXpvjCNP10 via @eBay
15533                                                                               Check out Arkansas Razorbacks 2012 NCAA Volleyball pocket schedule  https://t.co/sNyRrHkSqv via @eBay
15534                                        RT @gliomath: Check out Episode 6 of the newly released Season 2 of @BillNyeSaves on @netflix where I discuss with @BillNye how my lab uses…
15535                                        @alchimyst @verge @Apple Just your “genius” was incompetent. You should ask for them to be retrained in Apple softw… https://t.co/jrVx3Ae65s
15536                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15537                                                                                                                             RT @Disney: It's about time! 📺 https://t.co/zErr1oidPp
15538                                                            RT @Reuters: Ex-soccer star 'King George' Weah wins Liberia's presidency https://t.co/9By63QzdFS https://t.co/Sy2iL2jnJ8
15539                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15540                                        RT @thomaskaine5: Reminder:  We have POWER today...we control what we buy and can boycott Fox News advertisers such as @Bayer and @Gillette…
15541                                                                                   RT @BenJPierce: The writers of Black Mirror pitching season 4 to @netflix https://t.co/yHHkljCYlY
15542                                                                                 @sssniperwolf @Gigabyte @intel This is actually good to know. Soon I want to build my own gaming pc
15543                                                                                                                                          Aye @adidas y’all flops still A1 over Nike
15544                                                         Check out Lot of Polly Pocket 30+ Dolls Boys and Girls Cloths Pets Accessories Furniture  https://t.co/bfSZwq3YMa via @eBay
15545                                                                                                                             RT @Disney: It's about time! 📺 https://t.co/zErr1oidPp
15546                                                        RT @BR0K3B0I: @Apple y’all better run me my money!!! i mean i’m still gonna buy iphone but fuck yall https://t.co/go7Q1MXj0p
15547                                                             Check out Hand Made Double Ended Quartz Point &amp; Leather Focusing Magic Wand VGUC  https://t.co/v00uKRvxa7 via @eBay
15548                                                                       RT @mnwild: 📸 Snap a photo and tweet it to #mnwild &amp; @UPS tonight for a chance to be on the video board.
15549                                        RT @supersoftcuddly: @WhiteCity256 @StopFundingHate @Tesco @Volkswagen @Plusnet @LoveWilko @DFS @AldiUK @lv @verynetwork @FredOlsenCruise @…
15550                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15551                                                              Check out Star Wars Hard Cover Coloring Book 100 Images to Inspire Art Therapy NEW   https://t.co/nuGkzteVJ5 via @eBay
15552                                                                           RT @Reuters: WATCH: Deep freeze grips the U.S. Read more: https://t.co/kqhjnVFVLj https://t.co/E4PS1tR5mI
15553                                                                        #star wars Check out Funko pop vinyl custom patina Star Wars tie fighter pilot https://t.co/18POej0Lmz @eBay
15554                                    Ring in the New year with @Apple Pay! Buy with Apple Pay on the @Fandango App or https://t.co/NAFGgcqJYr &amp; get $5 o… https://t.co/XjmmgteeQC
15555                                                 @nicolazzie @Stranger_Things @netflix @sense8 netflix is making a 2 hour sense8 movie.  Not the same as a season 3 would have been.
15556                                                       Check out The Odessa File Neighbors Victor Victoria Cheyenne Autumn Belushi VHS Sealed Lot  https://t.co/bOMEIWOt0M via @eBay
15557                                                                                      @CBS is running a hit piece on all Christians right now by continuing the bs story about Waco.
15558                                                                             RT @netflix: He wanted to propose using Netflix. So we called in a few friends. https://t.co/LvkVIeymfd
15559                                                                                                           Check out Maria McKee Preowned CD 9 24229-2 https://t.co/woAyF2T7Vn @eBay
15560                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15561                                        Meanwhile @amazon @AmazonHelp cancelled my order and didn’t refund the $19.80 they took from me - total scam operat… https://t.co/WbPgVfxEnX
15562                                        @facebook Is there a way I can upload more than 30 photos from a tablet or a phone without increasing the number of… https://t.co/EL2RWzVxzU
15563                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15564                                                                               RT @Reuters: U.S. military to accept transgender recruits on Monday: Pentagon https://t.co/Vc0hL40HKS
15565                                               RT @Google: The most memorable moments of 2017 started with a question. https://t.co/wtqjULjCYe #YearinSearch https://t.co/LI7cIf6beL
15566                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15567                                                                                                              @HamillHimself @Disney But tha blue milk scene https://t.co/qPk3UxHPsv
15568                                                                            RT @DrJimmyStar: Check out Jimmy Star Brand Mens Ooak Poodle Shirt Size Xl https://t.co/HIFPxfhXxw @eBay
15569                                                                             RT @Reuters: Exclusive: Russian tankers fueled North Korea via transfers at sea https://t.co/Un88jnHShJ
15570                                                                Check out Supreme Dagger Pin https://t.co/Kf1Gcwz4Vl @eBay #FamilyFeud #FridayFeeling #Drake #WizRockets #Nets #Heat
15571                                                            RT @Reuters: Financier Tilton defeats lawsuit by Zohar funds she founded https://t.co/rydikFQ3Kt https://t.co/x9uZBBGo6Z
15572                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15573                                        RT @AndreasOpinions: @thomaskaine5 @Bayer @Gillette Please share all the @FoxNews advertiser's so I can STOP spending MY money on any compa…
15574                                                                             Check out South Carolina Refrigerator Magnets Lot Of 4 Collectibles Gifts https://t.co/yHSMh4bF93 @eBay
15575                                           Check out Handmade Lakota Quill Work Hoop Earrings https://t.co/4JMeDqLPE7 @eBay #lakota #ebay #ebayseller #shop… https://t.co/FO3c1na99f
15576                                         I swear @comcastcares @comcast if my internet goes down one more y'all can go pick up the remaining pieces of your… https://t.co/CvmwPm858U
15577                                                                                 Not much time left. Check out 1891-S Morgan Silver Dollar - MS64 PCGS https://t.co/YYdkMF3GcX @eBay
15578                                         RT @Reuters: JUST IN: South Korea has seized one Hong Kong-flagged vessel involved in oil sales to North Korea despite sanctions - foreign…
15579                                             RT @leo_ey1988: Check out Men Winter Touchscreen Texting PU Leather Gloves with Wool Lining Black #jj https://t.co/qrLcs4Jr02 via @eBay
15580                                                                                         Check out Women’s Plus Size Gray Short Sleeve Blouse Size 2XL https://t.co/vJfYOwGdeq @eBay
15581                                        RT @Reuters: WATCH: Mexicans release thousands of baby turtles into the sea. See more from @ReutersTV: https://t.co/jTj0gLuOxP https://t.co…
15582                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15583                                                                        RT @SEWMUCHFUN2: Check out Women’s Plus Size Gray Short Sleeve Blouse Size 2XL https://t.co/vJfYOwGdeq @eBay
15584                                                Check out ALAIN SILBERSTEIN Chrono 2 Triple Calender Moon Phase Watch Used Black #ALAINSILBERSTEIN https://t.co/2ynIReujCK via @eBay
15585                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15586                                        @TheInnerMoon @ComicRwilliams @HamillHimself @Disney Windy uses it just fine. The problem is the Jedi don’t teach t… https://t.co/ihemDzeN5G
15587                                        @Reuters @ReutersOpinion Wipe out the houthi working with Saudi Arabia. Iran supports houthi so kick the is kicking… https://t.co/0Kbr3Lv1vn
15588                                                  RT @Reuters: Trump wants Postal Service to charge 'much more' for Amazon shipments https://t.co/HJtVnzaOv8 https://t.co/qToB3P1GNj
15589                                                                                 Reed Diffuser Home Fragrance - Mahogany Suede 115ml Avon Canada https://t.co/XGlBnjhzdB via @amazon
15590                                                                                      27 minutes on hold for customer service @comcast @comcastcares - I give up #lame #sucks #lousy
15591                                        RT @Reuters: See some of the most memorable pictures taken by @Reuters photographers around the world this year. https://t.co/oRujtjFKKh (W…
15592                                                                           RT @techinsider: The newest flying car is backed by @Google co-founder Larry Page https://t.co/te2U3bE8mQ
15593                                                                             RT @Reuters: Exclusive: Russian tankers fueled North Korea via transfers at sea https://t.co/Un88jnHShJ
15594                                                                                          @Reuters #southYemen will be free soon but after we finsh Alhouthi https://t.co/7pBBeUbuyB
15595                                        @amazon Opps!!! Amazon digital team have screwed up. If you want to add photo servicer to your Prime account (Amazo… https://t.co/IMl64lO9c3
15596                                                                                                     WHITE CHIP: HOW TO STOP DRINKING by Steve F https://t.co/LKCpvExXsx via @amazon
15597                                        RT @DJMoonGod: @Starbucks Wtf Starbucks?  Why am I seeing your advertising?  There is no need. Piss off the news peeps and ya get free adve…
15598                                                                                     Maybe that's enough internet for today... 😅  - Via Pettie on @facebook https://t.co/Z8s2exO6oB
15599                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15600                                                  U.S. bank @GoldmanSachs bought $2.8 billion in bonds to finance the dictatorship of @NicolasMaduro #GoldmanFinancesTheDictatorship
15601                                                                                                                       @adidasFballUS @adidas @ArmyAllAmerican No flex these go hard
15602                                        RT @Sylvestermouse: White Retriever Dog T-Shirt - Heart Paved With Paws Dog Paws T-Shirts https://t.co/GYF6n3fVDt via @amazon https://t.co/…
15603                                                                           RT @Reuters: NBA: National Basketball Association roundup https://t.co/YsGcSnIy4I https://t.co/y3r3A9weTl
15604                                                                                             Honestly @ATT has the worst customer service EVER. Going back to spectrum... ridiculous
15605                                        RT @TheZombieEmpire: #FREE #KINDLE #BOOK for a limited time only! #Paralytic #State  https://t.co/94ToDBJaH3 via @amazon #scifi #VR #virtua…
15606                                                                        RT @DJRellez: Am I the only one who orders ice macchiatos from @Starbucks when it’s 19 degrees outside? ❄️🤷‍♀️
15607                                                                           RT @DrJimmyStar: Check out Vintage With Love Rustie Serenity Porcelain Doll https://t.co/cDke7oGU9n @eBay
15608                                                  @nvidia @EKWaterBlocks @ASUS @intel @CORSAIR @Thermaltake @Seagate @XS_PC @BitspowerHQ @traffas Still not looking awesome mounted.
15609                                                                                                                                    @mrhockey9159 @Reuters A fact. They still exist.
15610                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15611                                                                                                                     RT @dasamuraiii: @NVGhost005 @JonDonahue @THR @netflix And book
15612                                                                           RT @DrJimmyStar: Check out Vintage With Love Rustie Serenity Porcelain Doll https://t.co/cDke7oGU9n @eBay
15613                                                                                                 @theoriginalwitt @netflix We need to set aside a day and be #festive and watch them
15614                                        @KarenHugersMole @amazon I'm telling my boss I'm now working Amazon hours and will be back in the office on Wednesd… https://t.co/jmH2zp9bdH
15615                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15616                                                                     Check out Vintage 45-rpm record J D SOUTHER You’re Only Lonely/SOngs Of Love  https://t.co/T5XeSN1dr7 via @eBay
15617                                        RT @rockinrobinwv: @Reuters @apple You can stick the apology where the sun don’t shine ... I want in on the class action lawsuit since I ju…
15618                                         RT @moutonhexapode: Hey @netflix @AMC_TV @NetflixUK @NetflixFR we all love a good suspense but feel free to announce you've picked up Dirk…
15619                                                                                                    @Apple That feature seems like it would suffer quite a lot from a throttled CPU.
15620                                                                                                                    RT @michaaelyang: run me my money @Apple https://t.co/D2f5yMnvVA
15621                                     RT @ANewDawnnBlog: #ad The holiday sales are in full force! Save 40% on Lubriderm Daily Moisture Lotion @Walmart with the rollback price &amp;…
15622                                                                           RT @DrJimmyStar: Check out Vintage With Love Rustie Serenity Porcelain Doll https://t.co/cDke7oGU9n @eBay
15623                                       RT @milliebbrown: Congrats @DavidKHarbour and @Stranger_Things for the #GoldenGlobes nominations! Happy days💕 #DadDance @netflix https://t.…
15624                                           RT @Reuters: Exclusive: Russian tankers fueled North Korea via transfers at sea - sources https://t.co/viIW5CaTSM https://t.co/z0t4BrY3E5
15625                                                                           RT @DrJimmyStar: Check out Vintage With Love Rustie Serenity Porcelain Doll https://t.co/cDke7oGU9n @eBay
15626                                                                                  Really enjoyed the new season of @blackmirror on @netflix but the 1st and last are true standouts.
15627                                                                                                                  @SuperWeenieHtJr @Starbucks Iced chestnut praline latte. So. Good.
15628                                               RT @debsuniqueshop: Check out Table Runner and 4 Placemats Black tan New Cotton #Home https://t.co/t633vB2d41 via @eBay #table #decor
15629                                                    #dominoes #ivorytiles #ivorydominoes #vintage Check out Dominoes loose lot of 27 ivory tiles   https://t.co/ft0gedMzSo via @eBay
15630                                                                         @firstoni @amazon Sadly yes.  We will be doing a late New Year's stream with BACON as soon as I can though!
15631                                               Check out Womens capris-Lauren by Ralph Lauren-Size 6-Black &amp; White Hawaiian #LaurenRalphLauren https://t.co/L9ca8HGtgd via @eBay
15632                                                 @UPS orders 125 @Tesla big-rig trucks that look as if they were designed for Batman https://t.co/bN4uazlYyn https://t.co/3E0sFR9w3D
15633                                                 @UPS orders 125 @Tesla big-rig trucks that look as if they were designed for Batman https://t.co/bN4uazlYyn https://t.co/3E0sFR9w3D
15634                                        RT @THESTRA50825107: @Corey_Feldman @amazon @JeffBezos @katyperry @ladygaga @taylorswift13 @rosemcgowan @ResistanceWomen @ResistanceParty @…
15635                                                                            Check out Mossy Oak 2XL Quarter Zip Sweater FAST SHIPPING!!! #MossyOak https://t.co/CT7tg4emkZ via @eBay
15636                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15637                                                        RT @MsEbayingFlynn: Joes Blue Jeans Size 27 Honey Womens #ZipFly #LowRise Denim Boot Cut Pants https://t.co/aZ4SLIiBYs @eBay
15638                                                               Check out Vintage checkered Apron  Spaniel dog  puppy bumble bee brown &amp; white  https://t.co/PYfj9NiO8y via @eBay
15639                                                                                                       Check out 2017 Bowman draft Brendan McKay Auto! https://t.co/ZfNWQ3MdEJ @eBay
15640                                                                           RT @DrJimmyStar: Check out Vintage With Love Rustie Serenity Porcelain Doll https://t.co/cDke7oGU9n @eBay
15641                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15642                                                                                  Check out MEN'S NECKLACE RHINESTONE STUD CROSS #Unbranded #Chain https://t.co/eN2jpA1FBV via @eBay
15643                                                                            RT @DrJimmyStar: Check out Jimmy Star Brand Mens Ooak Poodle Shirt Size Xl https://t.co/HIFPxfhXxw @eBay
15644                                               RT @Google: The most memorable moments of 2017 started with a question. https://t.co/wtqjULjCYe #YearinSearch https://t.co/LI7cIf6beL
15645                                              When will #VR and #AugmentedRealityhit the mainstream? Former @Disney VR creative director shares his thoughts https://t.co/3TNWp3NOOq
15646                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15647                                                               Kate 7x5 ft White Brick Wall Backdrop Photography Background Studio Prop Phot... https://t.co/ABnAlzuAnt 来自 @amazon
15648                                                               Kate 5x7ft White Wood Floor Photography Backdrops Wooden Wall Photo Backgroun... https://t.co/iwlx5z3D44 来自 @amazon
15649                                                                                                                     Too bad my @ATT U-verse apps don’t work https://t.co/TllXkoXnSo
15650                                           RT @Reuters: Exclusive: Russian tankers fueled North Korea via transfers at sea - sources https://t.co/viIW5CaTSM https://t.co/z0t4BrY3E5
15651                                                                           RT @DrJimmyStar: Check out Vintage With Love Rustie Serenity Porcelain Doll https://t.co/cDke7oGU9n @eBay
15652                                                                                                                                                            @Reuters No one watches!
15653                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15654                                                                             RT @bjimd: Hello @UPS and @Fedex ? Your President owns stock in your companies. https://t.co/sptfgwrUll
15655                                                                                                       RT @Aidak_: 13.99 for what???? Y’all removed all my favorite shows . @netflix
15656                                                         Check out Allesons Cheerleader Skirts Womens Girls Sizes Colors Various  #AllesonAthletic https://t.co/j5LM97subS via @eBay
15657                                        @HamillHimself @AwesomEmergency @Disney I really enjoyed TLJ. Unpredictable and more importantly I got to read a sh… https://t.co/N9t2RLiqCK
15658                                                                     RT @thomaskaine5: Join th boycott of Fox News adverisers including @Bayer and @Gillette https://t.co/swFjBA0ma4
15659                                                        Check out Genuine Microsoft XBOX 360 Power AC Adapter HP-AW175EF3 Falcon 175w X815555-003  https://t.co/moKDF9LVTe via @eBay
15660                                                                                                                     @Reuters Seriously ! @PutinRF_Eng you can do better than this !
15661                                         RT @Sprint_NR_MFB: At a @Walmart not far away 3️⃣🆓 months of @Boost Let the Savings be with you!!! #ZTEBoostDay #DrivingForceBagala @RickSp…
15662                                                                                 Check out Jos A Bank Navy blue blazer 2 brass btn jacket 42L Tall 1PC https://t.co/VC91otfFLl @eBay
15663                                                                                                                                      @786Voice @Apple I thought it was just me!!!😩
15664                                                                           RT @DrJimmyStar: Check out Vintage With Love Rustie Serenity Porcelain Doll https://t.co/cDke7oGU9n @eBay
15665                                                @IsraelMFA @MickyRosenfeld @IDFSpokesperson @Reuters @BBCWorld @cnni @WSJ @FoxNews @NewsWorldIN @BBCNewsAus… https://t.co/QpHRhHvDWb
15666                                                                                                RT @HP: @lilireinhart adds the perfect finish to her gifts using the HP Sprocket. ✨
15667                                                                                                                                                     I REALLY want an @Apple watch✨
15668                                                 Check out Mens Robert Graham Sz Large Colorful Stripes Shirt Contrasting Flip Cuff  #RobertGraham https://t.co/giCUXq6IOc via @eBay
15669                                                                                                                          @TaiyanaMalveaux @netflix It’s foreign wym like from where
15670                                                                            Betsey Johnson Purse XBODY PINCH SATCHEL BAG - STRIPE Betsey Johnson https://t.co/LSrUBc2R9q via @amazon
15671                                        @JimInOttawa1235 @ElleBarrington @charliekirk11 @CBS And since Jim has nothing of any value to add to the conversat… https://t.co/ATMWVyE2mr
15672                                                    RT @UnlvckyNas: 🔥🔥🔥 I got it #freestyle50challenge #freestyle50 @300 @KevinLiles1 @verizon @WORLDSTAR https://t.co/wlsPeuijqd
15673                                                                      RT @birdwriter7: #Kindle Luna The Moon Pig: The Pig Who Hid by Suzy Davies https://t.co/f1G1vYJW4z via @amazon
15674                                        RT @Reuters: See some of the most memorable pictures taken by @Reuters photographers around the world this year. https://t.co/oRujtjFKKh (W…
15675                                                          Check out NEW #RebeccaMinkoff Avery Mini Top Handle Crossbody Camera Bag Black Leather   https://t.co/MvtJKZCpnB via @eBay
15676                                        RT @Reuters: WATCH: Mexicans release thousands of baby turtles into the sea. See more from @ReutersTV: https://t.co/jTj0gLuOxP https://t.co…
15677                                                                                                                                        @FrankLuntz @USPS @amazon Great point Frank.
15678                                                                                                                                        @netflix original docs are too freakin good.
15679                                                                                                                    Starting 2018 off right. Without @sprint and without @Apple 👍🏾
15680                                        @trinisbane @Apple https://t.co/IokbWHdjvg this is the easiest way to get rid of some of it but not all apps have a… https://t.co/m5aVGISpVh
15681                                                                         @McDonalds Thankfully I'll never be hungry for them again now that I've seen them advertised using dabbing.
15682                                        “It will be exciting to see if @Groupon #LatinAmerica will continue churning out extraordinary #entrepreneurs ?” by… https://t.co/9UPGiCcTBa
15683                                                                           RT @DrJimmyStar: Check out Vintage With Love Rustie Serenity Porcelain Doll https://t.co/cDke7oGU9n @eBay
15684                                                  Check out Coqueta blouse M shirt button front short sleeves womens NWT #Coqueta #ButtonDownShirt https://t.co/ub21k72jNM via @eBay
15685                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15686                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15687                                                             Check out Andrew Geller ARANA  Platform Womens  Sandals Black Size 8M   #AndrewGeller https://t.co/ISiuNJAThR via @eBay
15688                                                               Check out Women's Gold Glitter Dance Stage Custom Lace-Up Ankle Boots Kitty Paws Shoes  https://t.co/r8i0Zxx4Dc @eBay
15689                                           RT @Reuters: Exclusive: Russian tankers fueled North Korea via transfers at sea - sources https://t.co/viIW5CaTSM https://t.co/z0t4BrY3E5
15690                                    RT @Shell: On Top of the World is here! 🌏Join @IAMJHUD @PixieLott @luansantana @monalithakur03 &amp; @yemialadee as they celebrate five energy…
15691                                        RT @ANNIEMOHO: It is!  @ATT - funny thing is - I am hearing impaired.  And when I first got this phone I told them I couldn't hear on it.Th…
15692                                                                                        Check out So Juniors Skinny Jeans Size 7  #SO #SkinnyJeans https://t.co/YexQ4W4ctz via @eBay
15693                                                        RT @BR0K3B0I: @Apple y’all better run me my money!!! i mean i’m still gonna buy iphone but fuck yall https://t.co/go7Q1MXj0p
15694                                        RT @Reuters: Natural disasters touched every corner of the world in 2017. Reuters journalists were there to capture the destruction. See mo…
15695                                         Norbert Fuhs If we want to talk with someone about @Google and @golang we do it with someone  more qualified from our city @StadtOsnabrueck
15696                                                                   @Matt_Verish @jess_210202 @HamillHimself @Disney Awesome. I’ll just go let someone else’s opinion dictate my own!
15697                                        RT @Reuters: WATCH: A dog that lost its front legs has been given a new lease of life with a pair of high tech carbon fiber racing blades v…
15698                                                              Check out 2014 TOPPS CHROME REFRACTOR #56 COLIN KAEPERNICK 49ERS FREE SHIPPING 🔥🏈  https://t.co/eJQ4LSPII0 via @eBay
15699                                                           RT @loreleibell: Requiem (Sabrina Strong Series Book 6) by Lorelei Bell https://t.co/Bv8sTd2O6T via @amazon #CreativiaPub
15700                                                                                                                                   @Reuters @ReutersTV Even the turtles wanna escape
15701                                        RT @Reuters: China's central bank to raise reserve funds ratio of third-party payment firms to 50 percent https://t.co/eG8Vi7csxQ https://t…
15702                                                                  China-Kazakhstan border woes dent Silk Road ambitions https://t.co/nFpekMwe7G PC: @Reuters https://t.co/ur7c4aRt1u
15703                                                                               Check out Royal Albert Memory Lane Pedestal Cake Stand #RoyalAlbert https://t.co/ykcGCUP07O via @eBay
15704                                                           @FrankLuntz @USPS @amazon So again the genius business leader knows SILTCH about government and business. Not surprised!!
15705                                                                           RT @Disney: You batter believe you'll be serving up something sweet this holiday! https://t.co/83goX1BkRv
15706                                                        Check out Vintage Westinghouse Elevator Car Station Operating Panel - Stainless Steel      https://t.co/H3NIHFK50o via @eBay
15707                                                 @HamillHimself @Disney Id like to sit down and talk Star Wars with you one on one! That’ll happen one day right? LOL Peace Mark! :)
15708                                        @MarkBrokeIt @amazon Oh the package was delivered earlier today. But all the customer service replies continued. :)… https://t.co/KYFYTEH8KZ
15709                                              Check out #CHICOS #Zenergy #3  Jacket Black with Gold Design ADJ Sleeves #CHICOS #GolfJacket #Casual https://t.co/yxmrqdWy48 via @eBay
15710                                        RT @Vale___85: @TVLine @CBS Save #MadamSecretary! 10pm is not good for a such really good tv show. It deserves a better time. And it deserv…
15711                                        RT @karate_girl: Goodnight @netflix @hulu @HereMediaInc @heretv we want #Eyewitness back! This show is too important to lose! #WeWantEyewit…
15712                                        #thebestasuperherocanget is The Amazing 3D Printed Razors from @Gillette (read this in @Comicstorian voice hahahah)… https://t.co/LlUsBxDdr2
15713                                                   Check out Indian Printed Sari Vintage 100% Pure Silk Saree  Craft Fabric Cultural Sari #Nivisaa https://t.co/icHtzb0vaQ via @eBay
15714                                                                                          @AjitPaiFCC @facebook Oh we're not going to forget you Ajit. You are too big of a cuntbag.
15715                                                      #eBay #forsale #The Flintstones Rock Out! Vintage 1989 Denny's The Dinos Red Thermos Collectible https://t.co/2LhtnEPcfj @eBay
15716                                                                @jamiemreinhold @sweetslr1nonly @charliekirk11 @CBS Yes they do. I don't know where you got that idea but it's wrong
15717                                         hey @Disney I know you ain't hurting...how bout shelling out some cash for better @espn streaming servers. this is… https://t.co/Gy8O0gNB5g
15718                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15719                                                                                   @comcast Hahaha. 😂😂 Funniest joke I’ve seen today. Why is this promoted post on my feed anyway?
15720                                          RT @Reuters: Exclusive: Russian tankers fuelled North Korea via transfers at sea - sources https://t.co/GBkhagvRO7 https://t.co/mMRlB41Xu7
15721                                                                       You can always rely on @UPS to lie about delivery attempts and lose track of where your packages actually is.
15722                                          RT @Reuters: Exclusive: Russian tankers fuelled North Korea via transfers at sea - sources https://t.co/GBkhagvRO7 https://t.co/mMRlB41Xu7
15723                                                                Check out Just a Guy : Notes from a Blue Collar Life by Bill Engvall  3 CD'S 2007  https://t.co/qEIKsQXcpz via @eBay
15724                                        RT @ANNIEMOHO: Oh @ATT the irony of your customer service asking me to pick up a call when my phone won't charge....  I can't pick up the c…
15725                                                        RT @BR0K3B0I: @Apple y’all better run me my money!!! i mean i’m still gonna buy iphone but fuck yall https://t.co/go7Q1MXj0p
15726                                                                           RT @techinsider: The newest flying car is backed by @Google co-founder Larry Page https://t.co/te2U3bE8mQ
15727                                                                                                           @Titans @KingHenry_2 @Nike @nikefootball Or this? https://t.co/oGQCvtAtv7
15728                                                                        RT @xentoni: Largest &amp; Most Powerful Jet Engine: @GEAviation GE90 on @Boeing 777 https://t.co/30dhoswJTI
15729                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15730                                            s04e02 — Watching Black Mirror https://t.co/5EnfrAQsW6 #BlackMirror @blackmirror @netflix #netflix #nowwatching… https://t.co/Z7Dl2uh63c
15731                                                                                                                                                 @_kylebrownlee @netflix :') so good
15732                                          RT @Reuters: Exclusive: Russian tankers fuelled North Korea via transfers at sea - sources https://t.co/GBkhagvRO7 https://t.co/mMRlB41Xu7
15733                                                   RT @PKFUniqueFinds: #Christmas Candy Dish Ceramic #Festive #shopsmall #ebayROCteam #shoponline  https://t.co/846AgTBGnx via @eBay
15734                                                                Why does nobody watch @colbertlateshow? Bias bullshit from the very beginning of the show. @CBS made a huge mistake.
15735                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15736                                         #luxury #realestate: Check out this $10M mansion up for sale in #SF's new fave neighborhood for @Apple #tech execs… https://t.co/jDeUanT1DH
15737                                        RT @BankofAmerica: Thank you to all who joined us for the @RED #SHOPATHON to fight AIDS in Africa. There’s still a few more days to join th…
15738                                                                             RT @netflix: He wanted to propose using Netflix. So we called in a few friends. https://t.co/LvkVIeymfd
15739                                         RT @GESRAY1: Check out Old Antique Italian Pottery Faience Ornate Majolica Jug Vase Sagaofluck   #Italian https://t.co/b5FwQ90t3a via @eBay
15740                                          Again I knoooow I’m super late to the game but I am binge watching @GreysABC on @netflix and I am not a fan of Ross at all. #sorrynotsorry
15741                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15742                                                                                                                                      Do not get @ATT or @DIRECTV they are the worst
15743                                    @mikeraburn @Ryan_C_E @Matt_Verish @AltoholicMind @KrisBurke @HamillHimself @Disney HahahahNO. Ep.s I&amp;II both consi… https://t.co/5g2TglTpsD
15744                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15745                                                             RT @Reuters: Thousands of Palestinians take part in anti-Trump protests https://t.co/rGxqzloAxT https://t.co/FDq5V8JX8p
15746                                                                           RT @Reuters: WATCH: Deep freeze grips the U.S. Read more: https://t.co/kqhjnVFVLj https://t.co/doQUHtPGxC
15747                                                                           RT @Reuters: WATCH: Deep freeze grips the U.S. Read more: https://t.co/kqhjnVFVLj https://t.co/doQUHtPGxC
15748                                                     Check out Bandai SH Monster Arts Shin Godzilla Movie 2016 Approximately 180 mm figure #Bandai https://t.co/EEGwAob3iv via @eBay
15749                                                       Check out White cat   painting  blue eye green  eye  original watercolor painting  8 by 10  https://t.co/OBvSid5kcn via @eBay
15750                                                                                                                   @Boeing @American_Girl Love your aircraft https://t.co/XZuBxNvnNU
15751                                           RT @Reuters: Exclusive: Russian tankers fueled North Korea via transfers at sea - sources https://t.co/viIW5CaTSM https://t.co/z0t4BrY3E5
15752                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15753                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15754                                        @marcoooo59 @bornik269 @UnboxTherapy @Apple That could be. But in all honesty that can big every big corporation. I… https://t.co/MfHqzGDFDv
15755                                        RT @Vgadgetshow: 4.1 Bluetooth Wireless Headset Sport Headphone Earphone For iPhone Samsung @facebook https://t.co/y1U1kKu2Ag https://t.co/…
15756                                                                                                                                                     @KingOdysseus @netflix Will do!
15757                                                                                              @Starbucks  don’t play @Emandems14 like this. #justice4embarry https://t.co/TnYMz9Iu95
15758                                        RT @AmirAminiMD: @comcast Here’s a summary of countries the US has invaded/meddled in since 1945. Often to literally replace democratically…
15759                                                         @HamillHimself @Disney LJ broke my heart.  We need the original trilogy back in theaters.  Skywalker was my childhood hero.
15760                                                                                Check out Big Star Sweet Ultra Low Rise Jeans Boots Cut Womens Sz 26R* https://t.co/DgbznR0RVe @eBay
15761                                          RT @Reuters: Exclusive - Russian tankers fuelled North Korea via transfers at sea: sources https://t.co/L5r9NpSmwT https://t.co/anTmyIvMYn
15762                                                                                 @06011926 @amazon @amazontv @Google @googleresearch @realDonaldTrump You will enjoy it. I love mine
15763                                                RT @GESRAY1: Check out Seashell Shell Spiral Handmade Bracelet Beach Jewelry Sagaofluck  #Handmade https://t.co/79VZ7gmBxz via @eBay
15764                                                                                                   With my @nickiminaj coat tho from @hm 🔥😘 #motorsport 🦄 https://t.co/mHyvRfsdCe
15765                                        RT @ANNIEMOHO: Oh @ATT the irony of your customer service asking me to pick up a call when my phone won't charge....  I can't pick up the c…
15766                                                @JeffreeStar @netflix Its on my watch list. I just finished watching the 2nd season of the crown definitely recommend to watch that!
15767                                                            @DC_Legends @Gillette #TheBestASuperHeroCanGet is when they save the world and have a new epic razor from @Gillette too.
15768                                                                                                                     RT @netflix: 4 hours until @blackmirror https://t.co/mUQphcjM9a
15769                                        RT @ANNIEMOHO: It is!  @ATT - funny thing is - I am hearing impaired.  And when I first got this phone I told them I couldn't hear on it.Th…
15770                                                                                 RT @sundz7Author: Cat Poems Collection by Roxanne Jade Regalado https://t.co/lWqT2GacOC via @amazon
15771                                                  4.1 Bluetooth Wireless Headset Sport Headphone Earphone For iPhone Samsung @Google https://t.co/y1U1kKu2Ag https://t.co/ICvIpx7j86
15772                                            RT @ellisuhhh: anyone else out there think Starbucks should add a special tide pod flavored Frappuccino ? @Starbucks please . we need it
15773                                                                                                                    Persian Sword from the 1800s.  https://t.co/65jxHFU9VB via @eBay
15774                                                                                                                    @Sony how hard is it to get a replacement remote for a soundbar?
15775                                                                                                                                               @christieish @netflix @Target So fun!
15776                                        Stood in the @Apple Store for forty minutes and watched everyone around me get served despite rocking up five minut… https://t.co/5yzRlRLRzS
15777                                                        Check out 2013 ELITE TURN OF THE CENTURY #6 RODDY WHITE 30/199 FALCONS FREE SHIPPING 🔥🏈  https://t.co/GCc3u8Odxl via @eBay
15778                                                       RT @adidas: Calling all Creators. Let’s change sport. Let’s change lives. Let’s create. #HereToCreate https://t.co/bxFY6MUNVP
15779                                          RT @Reuters: Exclusive: Russian tankers fuelled North Korea via transfers at sea - sources https://t.co/GBkhagvRO7 https://t.co/mMRlB41Xu7
15780                                                                               @DelrayAvener @FrankLuntz @USPS @amazon How do you know they are losing money on the Amazon business?
15781                                        RT @Reuters: See some of the most memorable pictures taken by @Reuters photographers around the world this year. https://t.co/oRujtjFKKh (W…
15782                                                                           @McDonalds raw food in Fort Lauderdale (FL)?!  I thought you delivered quality... https://t.co/zAelWCfVBL
15783                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15784                                                                                         this is so cute omg 😭 (also gg on choosing a Styles song @Google ) https://t.co/hnJwMX7z4x
15785                                          @LaVaudreuil @netflix @TRVLRSseries I like it too! It has an additive quality to it. I want to find out what happens to the characters. :)
15786                                                            @BosSportsExtra @DShaastr1 @McDonalds You've never been to Burger King if you think this is the worst service possible😂
15787                                        RT @Reuters: See some of the most memorable pictures taken by @Reuters photographers around the world this year. https://t.co/oRujtjFKKh (W…
15788                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15789                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15790                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15791                                    RT @SAP: Take every medical test result &amp; apply machine learning to find the most effective treatments—that's @SAPLeonardo https://t.co/LSA…
15792                                                  @WellsFargo Or your ceo could take away from his blessings.... and give his money away. j/k!!! You suck big hairy balls!! 😊😊😊😊
15793                                                       Check out Bolder Opal Pretty Simple Ring _Hand Made 925 Sterling Silver #Handmade #Cocktail https://t.co/zooCYXgHz2 via @eBay
15794                                                                                @stantonmadams @UPS If I had a pic of the cute jacket to go off of I’d be a lot more easily enraged.
15795                                        RT @eBay: Trend Alert! We're currently loving these bold ear ornaments that instantly reinvent our look. Get inspired and shop on eBay. htt…
15796                                                                            RT @hopescloset2: Check out Cmax joint max active knee pad cw-40 #cmax https://t.co/7J24gozui8 via @eBay
15797                                        RT @AmirAminiMD: @comcast Here’s a summary of countries the US has invaded/meddled in since 1945. Often to literally replace democratically…
15798                                                                                                                        @ElectroHistory @Apple ON MY SECOND IPAD 2 AIR NOW = BATTERY
15799                                                                                @usey0urbra1n @oakley_RJ1 @Reuters Why am I blocked? I wasn’t even a dick... https://t.co/qQtQ34ax8B
15800                                                                                        RT @hopescloset2: Check out PEET ORIGINAL BOOT DRYER #PEET https://t.co/ge8hmD56Tp via @eBay
15801                                        @Thomas1774Paine The #FakeNews media @ABC @CBS @CBCNEWS @CTVNEWES @NBC @CNN @TIME @washingtonpost @nytimes etc. are… https://t.co/2wfU0IMFhK
15802                                                            RT @Reuters: Arise Sir Ringo: Beatles drummer knighted in UK honors list https://t.co/TK4Osk5HxK https://t.co/ugkjv7nuBm
15803                                             Check out 14THh &amp; UNION - 2 Pair Gray / Lt Blue Boxer Briefs  Men's Size XL 40-42  NWT #14thUnion https://t.co/oKx77V8FNC via @eBay
15804                                                                Check out Alec Burks 2016-17 Panini Immaculate Jersey Numbers Jumbo Patch /10 Jazz NBA https://t.co/GAcVj0oERV @eBay
15805                                                                             Online shopping from a great selection at Home &amp; Kitchen Store. https://t.co/8p0jDKCbLR via @amazon
15806                                                                                                                                    That @adidas Let's Create commercial is slick 🔥
15807                                                                                                                         @BillNye @netflix Okay need part 2 now please and thank you
15808                                                                                     Waking up to see #BlackMirror4 at @netflix there goes my schedule for today... #Procrastinating
15809                                         @badgraphix @AltoholicMind @KrisBurke @HamillHimself @Disney the Canto Bight scene was awkward IMO and took me out… https://t.co/5juO5z7B9t
15810                                                                                                             @JeffreeStar @netflix What did you think of it?  I haven't seen it yet.
15811                                                        Check out TENS Unit 8 Modes Muscle Stimulator Pain Relief Electronic Pulse Massager Kit F  https://t.co/mqTUYDp5ni via @eBay
15812                                                     Check out Vintage Indian Saree 100% Pure Silk Women Craft Fabric Art Decor Silk Sari #Nivisaa https://t.co/u0JnsHMWZb via @eBay
15813                                                  Check out Vintage Resin Ceramic Colorful Dragon Rare Trinket jewelry Unique Man Cave Box #Dragon https://t.co/JRm1q3qf6w via @eBay
15814                                                Check out 925 STERLING SILVER MYSTIC TOPAZ STONE FANCY DESIGN EARRINGS E3683 #Handmade #DropDangle https://t.co/vCCUXhgwdr via @eBay
15815                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15816                                                                                                       RT @netflix: they made us an offer we couldn't refuse https://t.co/HLIQj56yFy
15817                                        RT @bosulliv: @axainsurance @fabiocatapano @Ryanair @Goldcar @AXA @AmexUK Axa you need to step in here and use the power your company to re…
15818                                        RT @samgonzalez125: All right folks!! The wait is officially over!! The 10th season premiere of @NCISLA starts off right now on @CBS!! #NCI…
15819                                                       Check out Muffy VanderBear Teddy Collection Happy Birthday To You Cake Accessory NABCO NIB  https://t.co/dmCDclmZo8 via @eBay
15820                                                                               RT @Reuters: North Korea says 'no way' will disarm unilaterally without trust https://t.co/d2bZvaR0uC
15821                                        RT @LVNancy: @HeshmatAlavi @CBS @CBSNews @JZarif @Twitter @jack @delbius @drawandstrike @HNIJohnMiller @almostjingo @Ann__Kelly @DebbieAAld…
15822                                                                                                                                            @netflix bring One Tree Hill back please
15823                                                     @danger_moose @MercedesAMGF1 @PET_Motorsports @F1 @ValtteriBottas @HP @Epson @Qualcomm @PUMA @Marriott… https://t.co/VRbxZz8jfU
15824                                                                                   RT @David321to74: Check out Tonight David Bowie CD 7243 8 40983 2 2 https://t.co/Zp4QiHr2gX @eBay
15825                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/40ZbqgWk6G
15826                                        RT @himantabiswa: Watch me on @facebook live from Sankardeva Kalakshetra in #Guwahati where I speak on path-breaking Wage Compensation Sche…
15827                                         Welcome #SOTISYNC18 attendees! Pick up your badges and swag bag at registration – including your @Google Home Mini… https://t.co/MseBXEY7sE
15828                                                 RT @GAC_Fanatics: Retweet if you want @GhostAdventures to be added on @netflix !! @Zak_Bagans @AaronGoodwin @jaywasley @BillyTolley
15829                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/XxCroFASFV
15830                                             Check out Brand New Energizer CR2032 Battery  #Energizer #Battery https://t.co/XL1WDboqdL via @eBay @Energizer… https://t.co/PWutnJxcyw
15831                                                                                                                                           thanks @Microsoft https://t.co/4aq7KW8Kxk
15832                                   RT @hm: Spotted! 👀 @tiffanyyoung arriving to Seoul airport dressed in #hm.  #Seoul get ready for the Meet &amp; Greet event at Jamsil Lotte Wor…
15833                                        @jill4olemiss @Canuck6227 @cathyjf1 @McAllisterDen @FBI @CBS @nbc @ABC @USATODAY This woman seems to be walking the… https://t.co/FeKUhLV7m2
15834                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/VS69O3c6MS
15835                                                                                                                                             @Tesco Can I buy 100 bottles of volvic?
15836                                                RT @JnTMemorabilia: MAKE AN OFFER                    2018 Topps Heritage Minor League Base Set # 1-200 https://t.co/TQDfJEjndI @eBay
15837                                        RT @ESCPeurope: D-Day @ESCPeurope  #theinnovationfactory by @Loreal   got started. Opening conference with @ljubomira about #digitaltransfo…
15838                                            Udaan should be on @netflix Wall of Fame and shouldn’t be remove at any cost... Great piece of artwork shall stay forever @VikramMotwane
15839                                                              Nissan blames latest improper tests on low awareness of... @Nissan @steelguru #SteelGuru Link: https://t.co/m8KAbjWkOw
15840                                           RT @JnTMemorabilia: Check out 2018 Topps Heritage Nick Senzel Magenta Back Card https://t.co/hUxi3J5jCE @eBay ⁦@retweetlinkcard⁩ ⁦@linkmyca…
15841                                                                 RT @BMW: Get ready for a new travelling experience. The #BMW #VisioniNEXT. #MyFavoriteSpace https://t.co/d2pCeGtZZO
15842                                                Check out 925 Sterling Silver Natural Amethyst Gemstone Vintage Look Ring Jewelry R-5002 #Cocktail https://t.co/wNVs76aggj via @eBay
15843                                        RT @SportsCardsNYC: 2016 #Bowman Chrome #DustinFowler RC Auto #BlueRefractor # /150 #Athletics https://t.co/s7F7bHa0M2  via @eBay @Athletic…
15844                                         A Nice read - Why Donald Trump Will Ultimately Restore America's Lost Glory https://t.co/XqIWC8NfHX … … … … … via @amazon #MondayMotivation
15845                                        RT @SportsCardsNYC: Check out 2012 #Bowman Platinum #GregBird RC Auto BGS Raw Grade #NewYorkYankees  https://t.co/4C1KHTzo80 via @eBay @Yan…
15846                                                                                                          @Jacobs03909780 @Maia5973 @McDonalds @natalieorup1 The cabbage patch. 🤙🏻
15847                                                      @tr_howard @audisport @AudiUKPress @AudiUK @AudiOfficial @Audi @CamillaScanes @jessbowdeneyre @AlexFisk New wallpaper for sure
15848                                                                                                             @ShehzadRoy @CocaCola Explains why they dont have you on Coke Studio :P
15849                                                       Check out 3.20 Ct Princess Diamond Engagement Wedding Bridal Ring Set 14K Yellow Gold Over  https://t.co/vke07LaB09 via @eBay
15850                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
15851                                                                                                                            RT @HOBOHAT: @plibin @Metallica @salesforce Bill ‘Em All
15852                                        Wondering whether @facebook hack might affect people using FB login? here is the answer via https://t.co/fXLE6vHHES… https://t.co/PtgKW8CzTO
15853                                        RT @LVNancy: @HeshmatAlavi @CBS @CBSNews @JZarif @Twitter @jack @delbius @drawandstrike @HNIJohnMiller @almostjingo @Ann__Kelly @DebbieAAld…
15854                                              Because Dems are #Hypocrites !!! @cnn @msnbc @maddow @CNNPolitics  @ABC @CBSNews @NBCNews @CBSTweet @CBS @nbc… https://t.co/iScbIRBx8F
15855                                                          Check out 14k White Gold Over Solitaire Heart Shape Garnet Pendant Earrings Jewelry Set  https://t.co/zqwG3MLptR via @eBay
15856                                        RT @Reuters: BREAKING: U.S. and Canada reach a new trilateral trade deal with Mexico called United States-Mexico-Canada Agreement (USMCA) h…
15857                                                 RT @Otaboada1970: Check out MONTBLANC STARWALKER COOL BLUE ROLLERBALL ***MINT*** WITH BOX &amp; PAPER https://t.co/JKRAKoyB4U @eBay
15858                                            Our information is on Facebook. Come see what we're about! https://t.co/Phx6hFu1Vc @facebook #chiba #musicfan #bar #tsudanuma #nightlife
15859                                                       Check out Fender black white with silver Stripe 76x91cm grill cloth speaker cabinet (UK)    https://t.co/vhdVCloaUg via @eBay
15860                                         RT @plibin: Watching Lars Ulrich on stage talking about how @Metallica uses @salesforce software for customer engagement and thinking that…
15861                                                                             RT @anasakovaautho1: A Dying Woman's Dream  https://t.co/cbOzXU3wk0 via @amazon https://t.co/1ueoQzkJKE
15862                                        This month is a successful one for @Nike. One more #CreativeCampaign empowering women and inspiring them to move th… https://t.co/eZwxfNYOZq
15863                                                                Be Smart WEIGHT LIFTING BAR STRAPS GYM BODYBUILDING WRIST SUPPORT WRAPS BANDA... https://t.co/PuQFl83Fe5 via @amazon
15864                                                                The Liberal Virus: Permanent War and the Americanization of the World by Sami... https://t.co/UIEYgp0Lsu via @amazon
15865                                                   Check out 2017 Mattel Hot Wheels 2018 Camaro SS Burnt Orange Car 1/64 Die-Cast Fifty #Chevrolet https://t.co/3isDEGckCg via @eBay
15866                                                     Check out this Amazon deal: PurityLabs Organic Turmeric Curcumin Suppleme... by Purity Labs https://t.co/wVgOFZkuTC via @amazon
15867                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/UY31w4iNa4
15868                                                                                                                   RT @Microsoft: 💥 #MSIgnite starts now 💥 https://t.co/TbBjVeMBjE
15869                                                                                                                    What do I get after posting whatnots on @TripAdvisor just badges
15870                                                                                                 RT @RadFinch: @stacie9853 @DonnieWahlberg @CBS All through the power of television.
15871                                                                                                                                                          Honestly though FUCK @eBay
15872                                                                                                                                     Is this true @Ryanair ? https://t.co/wBeeggYdqn
15873                                        RT @meligo1970: @DonnieWahlberg @CBS A great premiere episode! I've never wanted Lou Diamond Phillips to go down so bad in my life!! LOL #Y…
15874                                        RT @angelfanmike: @DonnieWahlberg @CBS Good show Friday!  Wish the storyline with Lou had gone longer.  Love the actor.  You two played wel…
15875                                        RT @WSJ2019_UK20: We are fundraising again by bagpacking at @Tesco. We’ve received such amazing compliments from the public about how polit…
15876                                                        @Ryanair @cangood Yes that is correct that’s what they charged me they only give you 24 hours to change the name con artists
15877                                                 REDUCED PRICE  1 MARVEL ADULT LADY DEADPOOL &amp; 1 DEADPOOL MUSCLE MAN HALLOWEEN COSTUMES SM &amp; L https://t.co/CuMlS9bqUN @eBay
15878                                                             Check out Trend Calvin Klein Mens Button Down Large Slim Fit Plaid Long Sleeve SHIPS FREE https://t.co/3KMD75hu6K @eBay
15879                                                                                          RT @Reuters: 2018 Nobel Medicine Prize awarded for cancer research https://t.co/7vKCeh1jR5
15880                                                                                                                               @lockhart1988 @Tesco Yeah I wish they were purple too
15881                                                                                     RT @Reuters: UK Brexit Minister tells EU to get serious in Brexit talks https://t.co/GSjlkoTpoZ
15882                                                                                     RT @Reuters: UK Brexit Minister tells EU to get serious in Brexit talks https://t.co/GSjlkoTpoZ
15883                                                                   San Diego Zoo Surprised By 281-Pound Elephant Calf's Early Arrival (And Heft!) https://t.co/3CMBIAZ6Hv via @Yahoo
15884                                                Check out Three Stone Princess Cut Diamond 2 CT Engagement Ring 14K White Gold Finish  #ThreeStone https://t.co/hnaHKNlHc7 via @eBay
15885                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
15886                                                        Check out Womens watch rubber silicone luxury sport analog  auto date quartz crystal dial  https://t.co/7HfDd7HPsk via @eBay
15887                                           SONY Pictures #Venom In Theaters Friday #moviemonday #movies Save extra if you're an amazon customer! https://t.co/LFdrxvWyjd via @amazon
15888                                                                 Old Hand Made Traditional Persian Rug Oriental Wool Red Brown Small Rug 152x85cm  https://t.co/uL8VTiMsUT via @eBay
15889                                                         Check out Mens White Gold Finish White Round Cut D/Clear Diamond Fancy Band Ring 2.00 Ct  https://t.co/Chf0rnUKrB via @eBay
15890                                                                                                                               @seankelly20 @Ryanair Absolute shambles of an airline
15891                                        @JoeCessnaPilot @millihill @drellendean @JacqueGerrard @easyJet @E11ie5 @Francesca343 @SagefemmeSB @Humanisingbirth… https://t.co/UATmIGUvKf
15892                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/xNmq7i4qKY
15893                                                                       RT @kaosonia: Check out Sterling Silver Bat Charm - Halloween Charm - Flat  https://t.co/heepQ5iTz9 via @eBay
15894                                                         Check out Clipper Shearing Head For Electric Sheep Goats Clipper Replacement Accessories  https://t.co/FIALXmshHZ via @eBay
15895                                                       RT @GraziaUK: The Best Autumn Comfort Watches To Stream On @netflix Right Now https://t.co/PTBbYYvw9H https://t.co/YFElfV08VO
15896                                        RT @Heineken: Do you think Formula 1® is a one man show? Join @therealdcf1 to discover the secrets of @F1 drivers. #ThatsHeineken https://t…
15897                                                                  RT @Reuters: 2018 Nobel Medicine Prize awarded for cancer research https://t.co/1JwPI86hNV https://t.co/A34d3lcbKX
15898                                                  'Corgi carols' - Welsh corgi dog orig ACEO painting Susan Alison ATC singing carols music songs  https://t.co/qI3dhev0W1 via @eBay
15899                                                                                                                      So the silence from @facebook over the weekend is.. deafening.
15900                                                                                                           @Joe_Gatto @netflix @truTVjokers Look at your season 1 babyfaces though!!
15901                                                         Check out Vintage Westinghouse Renewal Parts Shaft 576B563H01 - Very Rare 1987 Brand New  https://t.co/1PnsOGJIMv via @eBay
15902                                                                  RT @Reuters: 2018 Nobel Medicine Prize awarded for cancer research https://t.co/1JwPI86hNV https://t.co/A34d3lcbKX
15903                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
15904                                                                        Dried seafood clam 350 gram from South China Sea Nanhai JOHNLEEMUSHROOM https://t.co/tbiKr81MzA 来自 @amazon
15905                                        RT @xLilimayx: Absolutely gutting @ASOS are not shipping with @DPD_UK anymore my next day delivery is now 2 days late and STILL says delaye…
15906                                                                                                            .@Verizon – Beyond the best network https://t.co/0bct0hx2xb via @verizon
15907                                                                RT @Reuters: Scientists behind game-changing cancer immunotherapies win Nobel medicine prize https://t.co/TTRX9TH1J0
15908                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
15909                                                                Check out RARE! TY Beanie Babies AVALON the Pink/White Horse MWMTs! Retired!   #Ty https://t.co/8MQ1I9DF0S via @eBay
15910                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/Dei2cnip0j
15911                                        RT @CommsCare: Fascinating work being done by @Microsoft – testing a datacentre under the sea that could deliver lightning-quick cloud serv…
15912                                                                                                                                                           @McDonalds I like pickles
15913                                                                                              @Ryanair cancelling flights with no warning... @AerLingus thanks for saving the day ☘✈
15914                                        RT @ttpbreakout: #Netflix subscribers watch scenes @DeceptionABC request @netflix @NetflixLifee email reed.hastings@netflix.com #SaveDecept…
15915                                                          RT @MaandPaKettle4: Check out Vintage Dutch Southpaw Left Handed Pitcher Blue and White  https://t.co/KdP8uBT7HD via @eBay
15916                                                                                                                      Check out my listing @eBay - https://t.co/b1owHKoqtv via @eBay
15917                                                                                                                          @IvanTheK @Reuters PR (and legal) window dressing perhaps?
15918                                                  Check out  1950s 1960s Floral Mod Whimsical Print Cocktail Dress  Party Rhinestone Large  #Party https://t.co/1oQXHZxY7T via @eBay
15919                                                                                                                                          Not you @Samsung ! https://t.co/FEK0eVakaF
15920                                                             Check out 20 Different TRAVIS SHAW 3 RC 2012 - 2018 Red Sox Brewers #MilwaukeeBrewers https://t.co/SvIR9q4vHK via @eBay
15921                                                           Thank you @BankofAmerica for this incredibly detailed email about my potential identity theft. 🙄 https://t.co/uTp3Mf4CZs
15922                                        RT @Reuters: U.S. and Canada forge a last-gasp deal to salvage NAFTA as a trilateral pact with Mexico https://t.co/AdyFS5F6F4 by @reutersLj…
15923                                                    Check out SCUBA DIVER TOY LOT 4 NOS VINTAGE SEALED HONG KONG FROGMAN SEA EXPLORERS. #Unbranded https://t.co/ACkxMvyPkI via @eBay
15924                                                RT @VirginiaKettle1: Check out The international Santa Claus collection kwanzaa Africa new in box 1994 https://t.co/gCneWrxiXD @eBay
15925                                                                                                      RT @gavinsblog: So the silence from @facebook over the weekend is.. deafening.
15926                                                               I'm going to go out on a limb and say that @facebook is lying about the depth and scope  of their recent data breach.
15927                                        RT @Reuters: American James Allison and Japanese Tasuku Honjo win 2018 Nobel Prize for Physiology or Medicine https://t.co/v3LHswZVG9 https…
15928                                                                                                                   @Ryanair Yes it was reported and I've DM'd you all of the details
15929                                                      Check out 1.20 Ct Blue &amp; White Sapphire 14k White Gold GP Wedding Anniversary Band Ring  https://t.co/Yjy7EnyzSV via @eBay
15930                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
15931                                        RT @Nasty_Moses: @willem_e @TheYeezyMafiaUS @kanyewest @theyeezymafia @CaminoTV @adidascareers @callallcreators @adidas @adidasoriginals Yo…
15932                                    RT @SharLovegrove: And so we start #BHM2018 - thank you @Google for kicking off this season where we hear &amp; share with the incredible #Mary…
15933                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
15934                                        RT @sneakersnstuff: Starting next week we will no longer be able to accept @PayPal for sign ups. As accounts are selected randomly to purch…
15935                                                 Kohler Fairfax Shower Mixer Trim T12021-4-cp Chrome Polish Rite-Temp Check out my listing @eBay - https://t.co/OGnvRs2Uvi via @eBay
15936                                                                                    New for fall: there goes 'The Neighborhood' @CBS https://t.co/ZPJQs6wONO https://t.co/ANeavqF0OZ
15937                                                                                                                      Check out my listing @eBay - https://t.co/VLTS17og9b via @eBay
15938                                                                                                            @COOKIEHUMPER @PayPal We are working with @Paypal to try and resolve it.
15939                                                                                                  RT @Reuters: Tesla shares jump after Musk settles with SEC https://t.co/yTVot6zX40
15940                                        @Ryanair. My seats moved splitting my family up without asking and we’re still sitting on the tarmac in Birmingham.… https://t.co/VATYxJ40KP
15941                                        RT @Reuters: American James Allison and Japanese Tasuku Honjo win 2018 Nobel Prize for Physiology or Medicine https://t.co/v3LHswZVG9 https…
15942                                        RT @BethPaintings: Check out Vintage  Embroidery 1 Size Fits All Cadillac Corduroy Baseball Cap! #Cadillac https://t.co/zsIvuZ0tdn via @eBay
15943                                                  Check out 1.25CT Diamond 14K Yellow Gold Fn Round Cut Screw-Back Mens Womens Stud Earrings #Stud https://t.co/zMzjFt2PRQ via @eBay
15944                                                                                  @aaron____l @Ryanair fuck honestly I don’t know it’s not illegal over there to not have free water
15945                                         And I won’t be spending 200 to 3800 dollars on a clothing line that I can get off @amazon  for less than the store… https://t.co/ejK3JzUxXu
15946                                                                              RT @wizkidayo: StarBoy @Nike jersey Restock coming tomorrow at 10.30am UTC at https://t.co/0Rnv3HKx0t!
15947                                                          Check out  Sony Playstation 3 BD7 Bluetooth Blu-Ray Disc Remote Control New Sealed #Sony https://t.co/KwnzMexBGW via @eBay
15948                                          @netflix used to be ~35% of downstream traffic in the US. Now it is ~15% of all worldwide downstream traffic. See… https://t.co/RtOpTy9HXT
15949                                          Check out #RUSTLER #Vintage #80s #Destroyed #Distressed #Denim #Jean #TruckerVest Men's L #Rustler #Vest https://t.co/fnH5QwodM0 via @eBay
15950                                                                                                                                                   @yourslarajean @netflix u cute xo
15951                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
15952                                                                             Not able to log on to @facebook?? You're not the only one the FB hack affected. https://t.co/CbofVEZjq6
15953                                                                ZU Size AU 9 / EUR 40 Women's Black &amp; White 2 X Platform Wedge Booties Sandals https://t.co/a9R1XvXhuw via @eBay
15954                                                                                                                                     @jamessmurray @netflix @truTVjokers Not in 🇬🇧😔
15955                                     RT @BrentLindeque: Ummmm... @CocaCola products have gone from 330ml to 300ml cans (see the difference between the old Sparberry &amp; new Coke…
15956                                                                                                                                              @Cisco Proud boss always @ChuckRobbins
15957                                        Check out 1919 BEAR BRAND Blue Book Manual of Filet Crochet Pattern Book # 21 Knit Yarn  https://t.co/3TyDLHYxI7 via @eBay Going off soon...
15958                                                      Check out NEW Tretorn Womens Flats Shoe 7.5M Oxford Evelina Brown Quilted Leather   #Tretorn https://t.co/zK88FamkCO via @eBay
15959                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
15960                                    Massive #autumn vibes today 🍁🍂🍁🍂 @MUAcosmetics #Undressed  #eyeshadow #fawnfancy #lips and @ASOS for the gorgeous a… https://t.co/FjI6RE4KNl
15961                                             RT @Ebay_Birmingham: Check out Athleta Women's Skirt Whenever Cord Black Sz 4 #Athleta #Flare #Casual https://t.co/1MutWvvQVP via @eBay
15962                                                                                                                   Thank you @KelloggsUS for the chance to win! #FeedYourFandomEntry
15963                                        RT @VickieDavitt: @JoeCessnaPilot @drellendean @JacqueGerrard @makesmilk @easyJet @millihill @E11ie5 @Francesca343 @SagefemmeSB @Humanising…
15964                                                                                                                   @Toursfromhurgha @wmag @KendallJenner @Burberry Wonderful Picture
15965                                                                                     @snsdreceipts @Marvel @Sony Yo @Marvel @Sony listen 😊 @tiffanyyoung as Silk would be marvelous
15966                                                         Check out GERMAN GP DENNY HULME 1967 BRABHAM BT24 CHAPARRAL BOAC 500 MIKE SPENCE PHIL 2F  https://t.co/Pj3lc8fZkF via @eBay
15967                                                                     RT @alicegiftshops: Check out MULTI BEAD STRETCH BRACELET  #Unbranded #Beaded https://t.co/af8Hnn6IGo via @eBay
15968                                                                         Check out Baby Chef Flawless Formula Maker brand new kidsline #BabyBrezza https://t.co/bTLis6WVST via @eBay
15969                                                            Check out Hark The Herald Angels Sing and Let It Snow Pewter Ornament in Black Frames  https://t.co/Z3840qeKtv via @eBay
15970                                             RT @happytogether: Get comfortable because tonight's the night! #HappyTogether premieres at 8:30/9:30c on @CBS! https://t.co/hGch332IGA
15971                                        @Tesco since the police officers attack on a Muslim couple who refused to but water by Rochdale Tesco staff  I have… https://t.co/MXdY1PtUf8
15972                                           @DesignationSix @Always @Tampax @herbalessences @Pantene @Luvs @Pampers @OldSpice @OlaySkin @Gillette @Clearblue… https://t.co/nsZz296e3o
15973                                                              Just saw this on Amazon: Closer Home by Kerry Anne King for $0.99 https://t.co/tOMg1rGWDS via @amazon @kerry_anne_king
15974                                                        Check out Harley-Davidson Motorcycles T shirt Men's Anaheim Ca Eagle Black Size XL Cotton  https://t.co/4gRodSV5cW via @eBay
15975                                                     Check out 3 boxes mixed Kiss Broadway Nails Fashion Diva RAINBOW + Color Changing Nails #Kiss https://t.co/OmJ3TXekRF via @eBay
15976                                                    Check out 7x Kiss Catwalk Nails 52911 KOR01 24 nails per box you get 7 boxes pink silver #Kiss https://t.co/l4My78mXwF via @eBay
15977                                             RT @happytogether: Get comfortable because tonight's the night! #HappyTogether premieres at 8:30/9:30c on @CBS! https://t.co/hGch332IGA
15978                                                                                                            @jamessmurray @netflix @truTVjokers Ummm @NetflixUK we need this!!! 🙏🏻
15979                                                       Check out Richardson TX Family Childcare association community recipes cook book cookbook   https://t.co/SRJvzcUylM via @eBay
15980                                                                                            RT @jordanlloyd: @plibin @dhh @Metallica @salesforce This is the least metal thing ever.
15981                                        RT @LendLedger: A study by @IIMAhmedabad and @jpmorgan found “The LMI segment prefers convenience over affordability and struggles to adopt…
15982                                    Making connections &amp; making a difference. @Cisco and Live Nation are proud to be a part of the #GlobalCitizen event… https://t.co/GzpAn9mH4h
15983                                        @Starbucks please help British people in the US avoid the horror of steamed milk in their tea by allowing cold milk… https://t.co/2Y6JLhouej
15984                                        RT @Reuters: American James Allison and Japanese Tasuku Honjo win 2018 Nobel Prize for Physiology or Medicine https://t.co/v3LHswZVG9 https…
15985                                                                           Is @BainAlerts @McKinsey @SAP @KPMG @Gartner_inc still operating in South Africa at defrauding the State!
15986                                        @HP @HPSupport What kind of support you provide to your customer. just sending an onsite engg. your remote tech tea… https://t.co/6295PJxAoY
15987                                                                          RT @jamessmurray: Season 1 of Impractical Jokers is now on @netflix ! @truTVjokers https://t.co/Dey3btPnzV
15988                                            The Misery Index: Notes from the Plague Years by BoySetsFire (CD) https://t.co/Cav6uVafy3 @eBay #SEO #Marketing… https://t.co/oPBdjnlDTA
15989                                                                          RT @jamessmurray: Season 1 of Impractical Jokers is now on @netflix ! @truTVjokers https://t.co/Dey3btPnzV
15990                                                                    A Handful of Hard Men: The SAS and the Battle for Rhodesia by Hannes Wessels https://t.co/iBz4hCPQ5I via @amazon
15991                                                  Check out Adidas Men MLS ESPN Club Of Nations Real Salt Lake Shirt. Size M #adidas #RealSaltLake https://t.co/GRrKjygkPv via @eBay
15992                                             RT @EbookReviewer: Peaceful Night Poetry: Sleep-inducing Picture Poetry Book for Children Aged 3... https://t.co/Zw6hdu2wlX via @amazon
15993                                                       Check out Bale Out Hay Bale Ground Hunting Blind Camouflage Duck Deer Turkey Field Blinds   https://t.co/5SWiftHx2O via @eBay
15994                                                                                                            Finally ordered my XS MAX and Series 4 watch 😛💁🏾‍♀️ I’m hype @Apple lol
15995                                             RT @happyhippyshack: Sundance Catalog Top M Navy Blue Cotton Embroidery Babydoll Shirt Blouse Women s https://t.co/yfGHdtDSYp via @eBay
15996                                                                                                                             we need an ASOS department store @ASOS @ASOS_HeretoHelp
15997                                             @ASOS Sale ➕ me on the sofa resting a bad leg/back ➡️ Shopping and Next Day Delivery!! Ooops. #donttellmyhubby… https://t.co/vtXJiAXJQb
15998                                                                                          RT @Madonna: Leather Sleeves In Paris 🖤 @Burberry #ricardoferrise https://t.co/CnVgBVFXbv
15999                                               Let’s sell a million copies today. No jokes @amazon @AmazonKindle @kobo @AppleBooks @GooglePlay @audible_com… https://t.co/ZUP97UzIhR
16000                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
16001                                                                                                                                                         @adidas this's your values?
16002                                        I tried @Walmart online ordering yesterday. They left out my lunch meat and didn’t give me the first time order gif… https://t.co/lnImqzaX1x
16003                                            @abhibus @AskPayPal @PayPal Thank yoy abhibus for the assistance.But still the issue is pending from @AskPayPal… https://t.co/L2qgzHs7A3
16004                                               @netflix thank you for putting @truTVjokers on! Now get more than just season 1 please!!! #ImpracticalJokers… https://t.co/JTSdYIQ5Fc
16005                                        RT @mhoskins76: @tvchick13CTV @McDonalds Fantastic training. Great builder of work ethic also. Gives you lots of tools to use in future job…
16006                                                                                       STUNNING Check out Sterling Mexican Bracelet And Earrings   https://t.co/JtNOMxjPGQ via @eBay
16007                                                                              Check out Rebuild of Evangelion Rei Ayanami LoppiVer Figures LAWSON  https://t.co/KVSNn2dZ3X via @eBay
16008                                                                Check out Glittered Wooden #CHRISTMAS #ORNAMENT~Girl Baking~Vintage Card Image`~   https://t.co/3eGZkpNgvJ via @eBay
16009                                        @Ryanair Today you cancelled flights to Munich. We then purchased different flights to Munich with a different prov… https://t.co/pwS5eWdTve
16010                                                                  Check out Nautica Mens Large Red Jacket Sailing Team N83 Lightweight Full Zip Front  https://t.co/Ol8o2UnIUx @eBay
16011                                                                 RT @Reuters: No-deal Brexit would cost European firms up to $18 billion - UK trade minister https://t.co/vsKpG6WUyC
16012                                                                                          Check out 1915 - Chi Chi - Chinese Daily Fortune Teller  https://t.co/6yWDFaYHO0 via @eBay
16013                                                                                 Check out Fisher Price Little People House Pink Roof #FisherPrice https://t.co/gjCND1FMpr via @eBay
16014                                                                          RT @jamessmurray: Season 1 of Impractical Jokers is now on @netflix ! @truTVjokers https://t.co/Dey3btPnzV
16015                                                                  Check out Lot of 3 miniature wood doll furniture in excellent condition. #Mattel https://t.co/bOyBetozoE via @eBay
16016                                                                                         Check out sterling silver mystic topaz pendant #Unbranded https://t.co/vj9ZR91d0X via @eBay
16017                                                                                                                   @Walmart can my school order online and pay with a purchase order
16018                                                                          RT @jamessmurray: Season 1 of Impractical Jokers is now on @netflix ! @truTVjokers https://t.co/Dey3btPnzV
16019                                                       Check out K-ON! Yui Hirasawa School festival ver. 1/8 scale pre-painted figure Movic #Movic https://t.co/sFYS99296b via @eBay
16020                                             RT @happytogether: Get comfortable because tonight's the night! #HappyTogether premieres at 8:30/7:30c on @CBS! https://t.co/WDynxU2Jsz
16021                                                                                                   please @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
16022                                                             Check out Nike KD VI 6 Gamma Green - Flash Lime Bamboo 599424-301 Men's Size 13 #Nike https://t.co/33Ceb46TBX via @eBay
16023                                             RT @happytogether: Get comfortable because tonight's the night! #HappyTogether premieres at 8:30/7:30c on @CBS! https://t.co/WDynxU2Jsz
16024                                                 Check out Rainbow Moonstone Gemstone Latest New Amazing Brass Earring Jewelry MER-1088 #Unbranded https://t.co/JVfNZFQ7cc via @eBay
16025                                                                                                      RT @gavinsblog: So the silence from @facebook over the weekend is.. deafening.
16026                                                                           RT @Reuters: USMCA pact could take effect in second half of 2019: Mexico minister https://t.co/wP7u7q3Zqk
16027                                                 @ZakkWyldeBLS @Spotify @iTunes @AppleMusic @amazon @WyldeAudio @DeathWishCoffee @zakk_sabbath @OzzyOsbourne Best concert of my life
16028                                        ICYMI: Faith leaders pledged to serve those less fortunate visit @Ford Headquarters last week to say #cleanercars s… https://t.co/HXx3R8EnhY
16029                                        @facebook Why are you the anti-social network? Why do you not want to resolve user issues? Why do you not want to m… https://t.co/nXgkX0UUyG
16030                                                                                                                                                 @annecurtissmith @netflix Queer Eye
16031                                                                                                                                               @daquanlames @dak @pepsi wish granted
16032                                                                         Check out Acoustics of Music - Wilmer T. Bartholomew - RARE 1942 Edition  https://t.co/JuideE4ink via @eBay
16033                                        @NXOnNetflix @netflix I am really digging the live action anime productions now that technology allows it to be don… https://t.co/ocHCrECTth
16034                                                                                                                    @McDonalds Please hire better Developers https://t.co/IoytJNscZr
16035                                        RT @ieBay416: A nice pair of Hollister Women's Size 3R Blue Jeans! @eBay - https://t.co/r8q7rREMHZ via @eBay #ebay #ebayseller #ebayreselle…
16036                                                              Check out Harmonica Hinds - Another Dimension of the Blues - Autographed Signed CD   https://t.co/fZMk9WSnC7 via @eBay
16037                                                                                    vintage (1991) A Dangerous Mourning by Anne Perry // hardback  https://t.co/tVBVovO15L via @eBay
16038                                              Chase Down Block Party T- Shirt Apparel Dribble &amp; Hoops https://t.co/HUbkixj0si via @amazon #nba #NBA2K19… https://t.co/4zD4vT7LZv
16039                                     Fill up with 8+ gallons at participating @Chevron &amp; Texaco stations during Oct. and help support your local public… https://t.co/zjiolM0Jei
16040                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
16041                                        RT @chris1reuters: #OPEC #oil production boost in September limited by #Iran losses due to U.S. #sanctions @Reuters survey shows @AlexLawle…
16042                                        @McDonalds I uninstalled and reinstalled the app and it won't let me mobile order. Like I literally done this 3 min… https://t.co/sRMlZhvkjW
16043                                                       Check out Moultrie Camera Field Bag Holds Up 6 Cameras- 24 Sd Card Case 3 External Pockets  https://t.co/sljrEoUMVa via @eBay
16044                                                                                                                      @Reuters A Trump win means US workers &amp; dairy farmers win.
16045                                                                                                              @jmedina930 @ATT @MarqRodgers @AdamMRagab @404girl Happy Workiversary!
16046                                                       Check out New Mix Plus Size XL XXL Womens Black Leggings Thick High Waist Long Pant #NewMix https://t.co/BCG0oQ9vc3 via @eBay
16047                                                          Check out Lucky Brand Velour Hayden Skinny Jeans 2 Stretch Velvet Pants Purple Plum NEW  https://t.co/CqxAvdzqFb via @eBay
16048                                                                                                                                                       @facebook Facebook is ROCKIN.
16049                                        RT @newtgingrich: What we're seeing is a level or resentment and resistance that is astonishing. Live on @facebook now. Watch: https://t.co…
16050                                                                                           @jgd1968 @KimsConvenience 😢😢😭😭😭 I don't live in Canada and have to wait for @netflix
16051                                        RT @TmanSpeaks: Rock it with the #Blockchain @ATT and @ATTBusiness is and I'm sure @Shirastweet @Kevin_Jackson @evankirstel and @dez_blanch…
16052                                        RT @GracefulGShop: $15.99 #magellan #mens #cargoshorts #shorts Size 42 #fashion #style #clothing #shopping https://t.co/ptMypIra0W via @eBay
16053                                                                                                                      Check out my listing @eBay - https://t.co/3PoV67OSo1 via @eBay
16054                                                                      #Christmas Area Rugs Lot 2 Rugs 30x20 Christmas Rugs #Poinsettias Pine Cones https://t.co/hLbN7i5Mwe via @eBay
16055                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/npazi4nFto
16056                                                       Check out EN FOCUS Sundress Blue Black Geo Print Polyester Sleeveless Lined Dress PLUS 14W  https://t.co/poZihuk4dl via @eBay
16057                                                                                     @GraceRandolph @TheDCUniverse @netflix Disney its making the same move with their own platafor.
16058                                                             Check out NWT Karen Kane Women's Black Button Up Cardigan Sweater V Neck XS with Sequins  https://t.co/liSjsC4p2u @eBay
16059                                                          RT @CherylCrave: Cheryl rehearsing for the @Loreal fashion show in Paris earlier today! #LOrealPFW https://t.co/GByga28e5b
16060                                                                           Add a wicked twist to your door decor with this @Disney Villains-inspired DIY. 🍎 https://t.co/DVlganLJHJ
16061                                                RT @newtgingrich: Live on @facebook now discussing destroying #Kavanaugh and destroying America. Watch here: https://t.co/He5MMYHHJz
16062                                        Europeans hit US...great to speak again with @HansVestberg_ in his role as CEO of @verizon as they make the 5G hype… https://t.co/EGMxiBAxcx
16063                                        Major news over the weekend. @generalelectric CEO out after one year in the role and 30 with the co. Musk will step… https://t.co/GQQisN0I8q
16064                                        @Google has started estimating greenhouse-gas emissions for individual cities - an ambitious new plan to deploy its… https://t.co/ALsnrjNaOU
16065                                                                                                                              @adidashockey @NYIslanders @NHL @adidas Brooklyn*** ….
16066                                                                                          @hardcorevr @tomshardware @AMDRyzen @AMDGaming @AMD @intel @IntelGaming Bettee performance
16067                                                       Truly an incredible opportunity  for all to win something big @Mastercard  ICICIBank Ace Your Spends… https://t.co/zuELEjA7Bm
16068                                                  Check out MEDLINE Portable Male Urinal with Lid for use Camping Hiking Travel Roadtrip  #Medline https://t.co/UKsRcVaF5p via @eBay
16069                                        RT @MrsMancias: Ss @WesterLISD using @clever to  gain full access to all websites linked to their @Google logins!  Today is @EducationGalax…
16070                                        @easyJet I've made a mistake in my check-in. The easyjet website autocorrected my surname and filled it with my SEC… https://t.co/U8eZrmpOig
16071                                                            RT @DonFi4o: Check out Chinese Porcelain Teapot Painted Marked Jingdezhen Make Modern  https://t.co/aJBgGQVNKH via @eBay
16072                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
16073                                                                                                                                @WellsFargo can credit card payments be made at atms
16074                                                                                                                 RT @captfabian: Can the rocky movies and Creed be put on @netflix ?
16075                                        RT @newtgingrich: What we're seeing is a level or resentment and resistance that is astonishing. Live on @facebook now. Watch: https://t.co…
16076                                                                                                             RT @Lemon87: @reeses @amazon Reese’s peanut cups #NotSorry #Sweepstakes
16077                                         @ErickClark555 @trailblazers @MeyersLeonard11 @WellsFargo @bruceely this scrub needs 2 be sent paccin. whut has he… https://t.co/8nGV0jdRw8
16078                                                                                                                                    @Nmdsiue07 @UPS It was for @RootsNBluesNBBQ yah?
16079                                        RT @pixelatedboat: @netflix I’ve now completed the trilogy. Part 3 recapitulates the themes of the original while showing how the character…
16080                                                               Check out 1980 CHEVROLET PICKUP GASOLINE OWNER'S &amp; DRIVER'S MANUAL 14006859A    https://t.co/pLA9Dqb6ih via @eBay
16081                                                                            $23 ➡️ $10: Check out US 2016 Women’s Open Cordevalle Blackberry Polo Shirt https://t.co/wsWq0ZwbKi @eBay
16082                                        @Dontatmereally @newtgingrich @facebook Anyone can say anything-must be corroborated. There is nothing and currentl… https://t.co/7kAFAaVhjl
16083                                         @GraceRandolph @TheDCUniverse @netflix Well the US version of @netflix is 100% better than everywhere else so it’s… https://t.co/sNk4C4MdwO
16084                                                                                                                     Everlast 80Lb Heavy Bag Kit https://t.co/zb8TLfI0Yl via @amazon
16085                                                                                        @Apple I keep checking comments to see whether it’s same Apple Ad on my TL or different 😂😂
16086                                        Headed to #SAPTechEd? Learn about our direct integration to @SAP S/4HANA Cloud and check out our certified SAPAppCe… https://t.co/c6Sc9sNSX4
16087                                                                                RT @Forbes: Kicking off the 2018 #Under30Summit today Presented by @jpmorgan https://t.co/I1nhgYBJDT
16088                                                                                                       @NaomiKyle @ATT #ESL one is just a two pump chump while #WSOP goes for weeks.
16089                                        RT @UntiedHawaii: Make sure to stay by your phones at all times. @Nike and SNKRS App could be shock dropping the off white blazers any time…
16090                                                                                                                      Check out my listing @eBay - https://t.co/DzBEp5ZS2J via @eBay
16091                                                                     @adidashockey @NYIslanders @NHL @adidas The only thing missing is a patch of our Circle logo on both shoulders!
16092                                          @Rook_SpartyOn @Reuters Canada will give it's version of this at noon eastern on cbc -- The foreign affairs minister will then speak live.
16093                                                                                                                                                  @Julian_IZ @comcast Straight facts
16094                                                Check out Cole Haan black leather loafer style shoe   Size 11 #ColeHaan #LoafersSlipOns #versatile https://t.co/E8xt3LC8wC via @eBay
16095                                                                                                                   RT @Eagles_Nest1: @Eagles @McDonalds Fuck a Big Mac. We want wins
16096                                        RT @newtgingrich: The Left are waging a war against the American spirt and the rule of law. Discussing live on @facebook: https://t.co/e0ig…
16097                                     RT @sandramarie27: @KissMeAgain99 @amy89000 @netflix and i have a woman crush on eveywoman😂😂👏😂😘 #RenewGypsy #gypsy https://t.co/5BC4de2Dad
16098                                              Check out 925 AU Sterling Green &amp; Clear Crystal Designer Hoop Earrings 7.6g Beautiful! #AU #Hoop https://t.co/G38o1jCoS2 via @eBay
16099                                                                                                       RT @jennyfrmdebloc: @reeses @amazon Reese's Outrageous #NotSorry #Sweepstakes
16100                                        RT @rubrokek: @PotFast @Nivoltt @Joe_Gatto @netflix @truTVjokers Thanks a lot asshole. My phone went off in class during mr dickheads lectu…
16101                                                                                                               RT @RoisinKearney: @MichaelGrantBks @netflix please make this happen!
16102                                        RT @Citi: 130 million girls around the world are not in school. Citi is working with @MalalaFund to bring girls' education to more countrie…
16103                                                                                                                                                                   @UPS Is that kony
16104                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/yh2rGKJ5sa
16105                                        RT @CMNHospitals: Help @Walmart and @Samsclub raise their billionth dollar by donating at the register now through Oct. 7 to #HelpKidsLiveB…
16106                                                                                                    @ChampionsLeague @Heineken Messi is always having a moment cause he the best!!!!
16107                                        @Reuters What exactly is #TheResistance resisting at this point other than their own prosperity? It's pure foolishn… https://t.co/I6cK9GPy1b
16108                                                                  Check out JOYIN Set of Three Hanging Skeleton Ghost Halloween Decorations #JOYIN https://t.co/d9JuO0b4I6 via @eBay
16109                                                             Check out Precious Moments Salt and Pepper Shakers Boy and Girl on Stump Vintage EUC  https://t.co/7Yr54UNYIM via @eBay
16110                                                     Check out Ornate 925 Silver Stamped Ring with a Large Moss Green Agate Sz 8 Unisex #Unbranded https://t.co/1O09RXPTak via @eBay
16111                                                                     Check out Original  Outsider Art Painting   #Expressionist #OutsiderArt #Blue https://t.co/k6ALhFiXw6 via @eBay
16112                                                                                      @PaulOresteen @comcastcares @comcast Who doesn’t have a call back option in 2018 that’s absurd
16113                                                       Check out Vintage Barbie Doll Mod Midi Boots Yellow Orange Green Light Blue Lot of 6 Pair   https://t.co/d0kK4i9uLD via @eBay
16114                                        RT @rosevine3: Boycott all @KelloggsUS #Frankenfoods Don’t Be Raked Into Their GMO Scam. @pgoeltz @AlafiaGran @TheGOPJesus @VirginiaInCal @…
16115                                        RT @endclothing: Registration is now open at https://t.co/crwmUZ6nda for the @Nike Rise React Flyknit (£175). Draw closes 4th October at 00…
16116                                        RT @GodwinKwinjo: @WillieGarson @netflix The White Collar cast and crew left a mark on the face of this earth..i will forever appreciate wh…
16117                                                                          RT @jamessmurray: Season 1 of Impractical Jokers is now on @netflix ! @truTVjokers https://t.co/Dey3btPnzV
16118                                        @XnatalieX79 @MartinaHarizaj @Ryanair I asked about Barcelona for May! They were there last night. In a DM I was to… https://t.co/OuWCVCJN7x
16119                                        RT @endclothing: Registration is now open at https://t.co/crwmUZ6nda for the @Nike Rise React Flyknit (£175). Draw closes 4th October at 00…
16120                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
16121                                                                                                                                   @LOrealUSA @Loreal @UN Lilon?! You had one job...
16122                                                                      @ETYBA @rachkwalker @breastcancer @KDTrey5 @kicksonfire @brkicks @ETYBA_BoD @Nike @nikebasketball You know it!
16123                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
16124                                        @malemayehou @NGRPresident @MBuhari @BlackRhinoGroup @NNPCgroup @DangoteGroup @exxonmobil @generalelectric Should y… https://t.co/GNieOx1xDD
16125                                                                                                 RT @2ndtymearoundnc: Check out my listing @eBay - https://t.co/fL6bCRwkbY via @eBay
16126                                        RT @chris1reuters: #OPEC #oil production boost in September limited by #Iran losses due to U.S. #sanctions @Reuters survey shows @AlexLawle…
16127                                                          Check out Approaching Oblivion by Harlan Ellison 1976 Paperback Horror Science Fiction   https://t.co/Eyy4C13h66 via @eBay
16128                                                                       Check out ROCKMAN X3 JAPAN SFC Nintendo Game Soft Super Famicom from japan  https://t.co/jov3FO3Ucg via @eBay
16129                                                                                                          @robinson4206 @davelackie @Shiseido_Canada @Starbucks Very kind! #thankyou
16130                                                                  Check out Vintage Men's PLANET HOLLYWOOD Button Front Shirt L Cosmic Hawaiian Shark  https://t.co/Z2nF5YoVBS @eBay
16131                                                       Check out 702 sewing Pattern Slim Pants Hip sizes 30 32 34 36 38 40 42 uncut  Vintage 1981  https://t.co/pLexjPX5zA via @eBay
16132                                        RT @TheFavelakid: A Beginner's Guide To Scams CreateSpace Independent Publishing Platform https://t.co/254agZc6W0 via @amazon https://t.co/…
16133                                             Tell @KelloggsUS We Consumers Demand To Know What Is In Our Food By Boycotting All Their Products @TheGOPJesus… https://t.co/gHOBbsZi0F
16134                                                                                 THE HO3 CHRONICLES: THE X'S &amp; O's TO HO3S (THE CHRONICLES)  https://t.co/3BfoLLLyWO via @amazon
16135                                         @DJFlipHoldMe @Ryanair See the reservation code from the booking company isn’t the train reservation code. So into… https://t.co/6C7B1W24PH
16136                                                                                                               @MontseElenaa @McDonalds @lilDoucheJess Lmfao “bark at the mailman” ☠️
16137                                    RT @rwang0: MyPOV: Insights into @salesforce @Dreamforce #DF18 news? @constellationr analysts @rwang0 @DHenschen @holgermu &amp; @alanlepo disc…
16138                                           @MBS1974 @SteveInRealife @NYYfan10082005 @Red_eyedjedi @Twitter @FBI @BMW Going to your moms basement to buy a BMW in Forza doesn’t count
16139                                                                Duke Floating Memory Locket Charm for Glass Living Bracelets and Necklaces | ... https://t.co/7bQjnNUnDo via @amazon
16140                                        RT @itsanitarani: You can see me having a chin wag with Cate Blanchett @facebook live tonight 6.30pm #hero #badass #WithRefugees https://t.…
16141                                                                                                    Check out Vitamin C Skin Serum #CTFO https://t.co/TuQSnx6Wqv via @eBay #skincare
16142                                                                    Check out C asio G-shock DW-9000 Module 1627 G-Lide Jelly Green Watch Vintage Rare https://t.co/uM7S7kFZLQ @eBay
16143                                                                                             RT @birdwriter7: Snugs the Snow Bear by Suzy Davies https://t.co/QD0jrQO1B4 via @amazon
16144                                                                                @MissMalini @RegaJha @netflix @BuzzFeed Hi I’m buying pictures of feet if anyone is interested dm me
16145                                                                                                  RT @TheAppleStore1: Check out my listing @eBay - https://t.co/YomNipWXGX via @eBay
16146                                                                 Check out Vintage Slim Jim Racing Team 1996 Collector's Edition Mug 24 oz. capacity   https://t.co/qLpuDriNJz @eBay
16147                                                          INCLUDES Fast n FREE shipping from my house to your door... Check out my listing @eBay - https://t.co/jlNKwKZwqR via @eBay
16148                                         RT @JdeGrom19: Come see me this Saturday at Oceanside’s new @Costco at 3705 Hampton Rd from 10-11:30am. The 1st 250 members get to meet me.
16149                                                                                                                             @reeses @amazon Reese's Pieces!! #NotSorry #Sweepstakes
16150                                                                                       RT @jessicajohnso73: The relationships! #Timeless #SaveTimeless @Sony https://t.co/agzuwH7gnq
16151                                                                                                  @craftyguru @Reuters @cadenceofmylife You don’t know anything about the new deal..
16152                                                       RT @Reuters: Three of UK PM May's ministers privately 'see argument for' second Brexit vote: lawmaker https://t.co/kMQV8IM2SN
16153                                             RT @DonFi4o: Check out Vintage Foo Dog Statue Resin Chinese Temple Guardian Lion Red Feng Shui Decor  https://t.co/JfBpmzjtM9 via @eBay
16154                                                  Check out 2PK IGLOO COOLER 24011 THREADED DRAIN PLUG Replacement Part Parts Kit Cap Plugs #Igloo https://t.co/qKIdfLHe1U via @eBay
16155                                        @17MAGA76 @Reuters @POTUS @realDonaldTrump @SenateGOP @HouseGOP Sit through this entire slideshow and then get back… https://t.co/cyAOk5xDFd
16156                                                    Don't be an old stick figure in the mud t-shirt Carol's Gift Shop Designs https://t.co/zTm2SA1OYw via @amazon  #MondayMotivation
16157                                                         Check out Red Hug Me hearts graffiti Plush teddy Bear stuffed animal valentines love bow  https://t.co/OCTr948wT6 via @eBay
16158                                        RT @WillieGarson: Shows are added and taken off @netflix all the time. We are always thankful for those who seek us out and continue to enj…
16159                                                                                                                     @grayson_denny @PayPal @pandoramusic Glad I’m not the only one.
16160                                                                                                                                             @easyJet @Harm040 Reply to@my dm please
16161                                                                 RT @BMW: Get ready for a new travelling experience. The #BMW #VisioniNEXT. #MyFavoriteSpace https://t.co/d2pCeGtZZO
16162                                                                                  RT @Reuters: Rapper Cardi B charged in connection with assault in New York https://t.co/WJdtIscoO6
16163                                    @mercuryteaparty @jamescharles @MarlenaStell @netflix Yes &amp; no. If they’re going to act like a spokesperson for the… https://t.co/3qBl3dPhjw
16164                                                           Check out Military Surplus Item - Original 1950's Era First Aid Battlefield Medic Case  https://t.co/K6WInpxLyq via @eBay
16165                                                                    Check out Senseo SL7832/55 Supreme Coffee Machine with 312 coffee pods #Senseo https://t.co/Jl7DiFgXAU via @eBay
16166                                                  Check out BNWT SPAIN NATIONAL TEAM 2016 2017 2018 AWAY FOOTBALL SOCCER SHORTS MEN M RARE #adidas https://t.co/IQ245d0RdC via @eBay
16167                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
16168                                                                       RT @Reuters: Canada's Trudeau says made difficult compromises to reach new trade deal https://t.co/DRf7t9PuB8
16169                                                                                                                                                      @Starbucks pshhh I’m trying to
16170                                        RT @mycuzzinvinni: I just saw a promo of THE HOUSE ON SORORITY ROW on @BDisgusting’s @facebook page. Was that @eileen_davidson who I saw in…
16171                                                                                       @L_Historienne @craigbrucesmith @SamuelADodge @netflix That’s why we want you there!!!! #HATM
16172                                             RT @happytogether: Get comfortable because tonight's the night! #HappyTogether premieres at 8:30/7:30c on @CBS! https://t.co/WDynxU2Jsz
16173                                       RT @gaurikhan: Thank you @Apple for the latest iPhone. Had a great time clicking with the amazing Portrait Lighting mode. 😀 #shotoniPhoneXS…
16174                                                       Check out new Cato turquoise plaid button front blouse xl country living casual wear  #Cato https://t.co/xWjCBzwjxJ via @eBay
16175                                                                Congrats to client @Ayeshaorange for booking an industrial for @intel! #MTAFAM #Intel #dance https://t.co/dVD9mwsWty
16176                                                 Magazine Feature: Big Guys Pursue the Bubbles @CocaCola @PepsiCo @nestlewatersna @topochicoUSA @bublywater… https://t.co/ggkg1PYBtj
16177                                                       Check out SUPER LONG STRAIGHT OFF BLACK FULL WIG WITH NATURAL HAIR PART HAIR PIECE #1B NWT  https://t.co/9tWMNaEu0l via @eBay
16178                                        11 cars and 45 minutes in a queue for @Tesco #clickandcollect. Still waiting. Missed my kids bedtime. Would have be… https://t.co/bULyOyltnV
16179                                        @Tesco Another question I forgot to ask. Do I need to also bring a paper copy of my CV and/or anything else with me… https://t.co/CfK8wobE95
16180                                                       RT @RCDefense: China Cancels Security Talks With United States | via @Reuters https://t.co/M3e8zCkSp6 https://t.co/8nJPEp926G
16181                                                                Check out Barbie Pink Nosed Bunny Slippers ~ Limited Edition ~ Super Cute! Easter  https://t.co/9kBTyM6Lia via @eBay
16182                                        @dentonhillman @resolvercouk @dan_flatt @Ryanair Hey @resolvercouk we're not a claims management company as you wel… https://t.co/7XyUpy8KVX
16183                                        RT @ms_metal: @GeoffGNRCentral @TheAFDShow @coldjentime @WillDecareau @AppetiteForGNfR @facebook @gunsnroses @SlashArmySweden @lispaige @bu…
16184                                        RT @SeattleVolFan: Our delivery team is the best in the business. Four 737s for @Ryanair took off from Boeing Field on their deliveries fli…
16185                                                                                                    RT @Meddlesome_Mag: @SportsDirectUK @Nike Down down down https://t.co/uLCbfhXEsj
16186                                                                            RT @Reuters: Poland’s record apple harvest is worrying producers. Via @ReutersTV https://t.co/fsgdywz8Bu
16187                                                                            RT @Reuters: Poland’s record apple harvest is worrying producers. Via @ReutersTV https://t.co/fsgdywz8Bu
16188                                                         Check out OREGON DUCKS COLLEGE FOOTBALL SWEATSHIRT (MENS XL) (NEW WITH TAGS) #OregonDucks https://t.co/3mqwvH29G4 via @eBay
16189                                                                      RT @Reuters: Swedish court finds man at center of Nobel Academy scandal guilty of rape https://t.co/zKu729KeEU
16190                                                                                                                      Check out my listing @eBay - https://t.co/4QQKMExavL via @eBay
16191                                                         Beautiful  Hobo International Mara Vintage Rosewood Italian Leather Double Zip Crossbody  https://t.co/S97l6h4HLR via @eBay
16192                                                                                       RT @Reuters: British seem to think the EU is quitting the UK: Juncker https://t.co/zzDrcUSAZt
16193                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
16194                                                            Check out AIRPORT PLAY SET CHILDREN TOY PLANE GIFT FOR KIDS FRICTION PLANE POWER PLANE TOY https://t.co/HP2RLA21CM @eBay
16195                                                                             Xbox 360 MLB2K13 Baseball Video Game #baseball #mlb #xbox #videogame  https://t.co/5xwciJuXli via @eBay
16196                                                   Check out NEW - LIGHT BLUE FIERY OPALITE ANTIQUE SILVER STATEMENT NECKLACE #Handmade #Statement https://t.co/9nQgwd63gL via @eBay
16197                                                                                                                      Check out my listing @eBay - https://t.co/pADr2iJdxR via @eBay
16198                                        RT @dj_g1_: @MySwilly @Donxila @AntoinetteM001 @ChrisGayle1111 @ThisIsDonnaM @facebook @PatriceLeeMusic @4HMENT @DjKAROUH @GLoBarzz @MR_JOE…
16199                                        RT @IBM: Happy birthday @NASA. We are proud to be your partner in space exploration for more than 55 years. #NASA60th. https://t.co/XE5jNiS…
16200                                                                                                                           @STARBURST_MAG @netflix Some characters MISSING....AGAIN!
16201                                                        Need a bit of inspiration? Check out my colorful gift ideas including @NatureMade from @Walmart! 🌈… https://t.co/jUgIKYoEHH
16202                                                                         @pwaworldtour @facebook Nice to see it live on https://t.co/41qjEcKZgy is it posible to se live on YouTube?
16203                                                     Check out Vintage Prism Lite 14K Yellow Gold Diamond Engagement Ring Size 7 Signed #PrismLite https://t.co/SU8fsfdtOD via @eBay
16204                                                             Our very own @JoeBruzek took the 2019 @BMW X5 for a spin. See if he fell in love with it here:… https://t.co/aSFpBotNcx
16205                                                                           Check out Fiesta Ware Scarlet Coffee Cup &amp; Saucer #FiestaFiestaware https://t.co/9deDmPunk0 via @eBay
16206                                                                                                        RT @deli_marie: me when i hear the “tuduuu” @netflix https://t.co/pKuElEnot1
16207                                           RT @iHeartRadio: Oh hey there @5SOS! Try not to fall off our @TMobile cards at the #iHeartDayStage! #AreYouWithUs https://t.co/2ngFx9qTov
16208                                                                Check out Jadeite Green Glass Square Bottle Vase in Excellent Condition #40s50s60s https://t.co/dvjMyDExHK via @eBay
16209                                        @ATT Would be nice if a technician actually showed up to setup my internet during my appointment window! Wasted a w… https://t.co/csB2LdTDni
16210                                                                                                 Ladybug Art Print on Upcycled Antique Book Page https://t.co/TjpXuJVVGl via @amazon
16211                                                                                       RT @Reuters: British seem to think the EU is quitting the UK: Juncker https://t.co/zzDrcUSAZt
16212                                                       Check out APT 9 JC PENNEY WOMAN PLUS 2X MULTI COLOR BABYDOLL TUNIC TOP ASYMMETRIC HEM BEAD  https://t.co/uF7MgIMvFZ via @eBay
16213                                                                           RT @Reuters: Animal lovers have their pets blessed on Saint Francis of Assisi Day https://t.co/NvItjKnMio
16214                                                                                                     @reeses @amazon Reese's Mini Cups! They're my favorite! #NotSorry  #Sweepstakes
16215                                                                                               Today in #CTE: @Boeing makes big investment in #STEMeducation https://t.co/eaDmbfq36J
16216                                                 Check out BRUBECK AND DESMOND JAZZ AT STORYVILLE FANTASY JAPAN VINYL LP  VIJ-4042 + OBI #CoolJazz https://t.co/s7Tpwj7dI2 via @eBay
16217                                        @ATT I didn’t think customer service could get worse than Comcast but you guys have done it. Can’t get anyone to he… https://t.co/jDBhG3dDdN
16218                                        Okay so @hulu added a ton of AMAZING horror movies for the Spooky season. I check @netflix and all I see that’s add… https://t.co/kEJENq2mCD
16219                                                                                    RT @Reuters: Blockchain may resolve Irish border Brexit problem: Hammond https://t.co/1hFo95PV9N
16220                                        @Tesco really sorry to be writing this but you really need to review your staff at Tesco express Tottenham Hale. Ne… https://t.co/UZYgFOnqpM
16221                                                        Check out Disney Channel Phineas and Ferb Logo Pin Pin 67403 First Pin Cartoon Disneyland  https://t.co/94c40LSxz3 via @eBay
16222                                                                                     @RauhmelFoxCEO @Google @WomenWhoCode @WomenWhoCodeSV @alchemxz - Check our group picture here !
16223                                        @tatasky so since yesterday I'm not able to watch @Sony @IndiaToday +1 HD channels and many https://t.co/ZLVXITiZ5q… https://t.co/sWXUAv63UM
16224                                                                      RT @Reuters: Swedish court finds man at center of Nobel Academy scandal guilty of rape https://t.co/zKu729KeEU
16225                                        Check out MaGeek 1.8m/6ft Long Mobile Phone Cables USB Cable for iPhone #MaGeek https://t.co/SAIZpZkikd via @eBay C… https://t.co/lmzuDZquxR
16226                                                                                                                      Check out my listing @eBay - https://t.co/JvsRaCmIPb via @eBay
16227                                                                                  RT @Reuters: Canada to push on U.S. metal tariffs after closing trade deal https://t.co/DvkMZs5b3N
16228                                        RT @chiefpettymiles: #IronStudios #JurassicPark #Velociraptors Kitchen Art Scale 1/10 #Statue   https://t.co/RD5fLsiN2Y via @eBay #movie #m…
16229                                        RT @robivison: super @easyJet pilot on EDI-MUC tonight - came amongst us to explain delay (medical emergency on previous flight).  nice tou…
16230                                                               Check out  U Cremation Jewelry Urn Small Urn Key Chain Urns Mini Red Keepsake Urn   https://t.co/DJT93rnGM8 via @eBay
16231                                        @GraceRandolph @TheDCUniverse @netflix The same could be said about Hulu. Around the world Netflix seems to distrib… https://t.co/sybfuLCRIY
16232                                               Check out Basic Editions Dark Brown 100% Cotton Top V Neck Eyelet Collar &amp; Trim Size M #KnitTop https://t.co/hH3AMYRZu9 via @eBay
16233                                        RT @CookiezitoCP: @Disney @shopDisney Club Penguin Island's pumpkin costume is the best Halloween costume of all time. #SaveCPI #SaveClubPe…
16234                                                                                                             RT @Winny__94: Toy Story 4 @Disney @DisneyPixar https://t.co/vGyLNMDLBt
16235                                                                                  RT @Reuters: Canada to push on U.S. metal tariffs after closing trade deal https://t.co/DvkMZs5b3N
16236                                            RT @PCMag: It's clear that @HP set out to do something different with the Spectre Folio: https://t.co/LY2GyxdQMR https://t.co/7dMRDUwi9C
16237                                        Big changes @generalelectric - my partner @jm_crowd took a look at the failure of their digital unit a few months b… https://t.co/4ob1qPRA3s
16238                                                                              Excellent story form @EF_intrafish on @amazon Fresh and it's future in retail. https://t.co/mDJx0Tq0Oq
16239                                            RT @amro_star: Check out His Hers Stainless Steel and Titanium Wedding Ring Set Ring Band Ring Jewelry https://t.co/FuBEGMpggF via @eBay
16240                                             @zovene_ @stylezpromo @happytogether @CBS @Harry_Styles @HSHQ @jefezoff @benwinston @AmberoniStevens @wayansjr… https://t.co/2pNPE2CueZ
16241                                                                   RT @Frankie_Tweetz: @kylegriffin1 Just undo it #VoteBlue #BlueTsunami2018 #BlueWave @Nike https://t.co/ytai90mCOx
16242                                                                  RT @Reuters: Traders boost Canada interest rate bets as trade deal clips threat to economy https://t.co/NScL1iYRcr
16243                                        RT @Southern__77: @Blueladycat13 @MrsMindyRiggs @TeamClayne @deemyers @DrJimmyStar @Microsoft @Ford @Honda @ATTCares @Lowes @LethalWeaponWC…
16244                                                                           RT @Audi: When your other ride is a bullet train. #AudiA6 https://t.co/xKPkrmtKfO https://t.co/JArVwS1ZRS
16245                                                RT @OceanTwpPolice: Join us October 3rd for #coffeewithacop at @Starbucks - See the image for details! #OTPD https://t.co/jDvL3Vfs5Q
16246                                        RT @zipporahs: Behind the scenes: secrets of a travel blogger (hint: it involves @TripAdvisor #ad https://t.co/3fY0MflfSq #travel #travelse…
16247                                                                               RT @Reuters: Trump authorizes FBI to expand Kavanaugh investigation: NY Times https://t.co/Pjzm2gLnwm
16248                                                                  @Starbucks hi! My birthday reward seems to have disappeared from the app. Any way to get it back? My bday is today
16249                                                                                                                                  @grahammctavish @jamescallis @netflix A stake 😱??
16250                                                                                                                      Check out my listing @eBay - https://t.co/ANHPYn3Woe via @eBay
16251                                                       Check out NWT OLD NAVY SHAWL COLLAR STRIPED BELTED WRAP CARDIGAN SWEATER COAT L LARGE  SFS  https://t.co/juS2VO8825 via @eBay
16252                                        RT @WorldBeyondWar: We're partnering with @codepink to urge @theIRC not to honor @blackrock CEO Larry Fink with a humanitarian award. Black…
16253                                                          BNWT REAL MADRID #7 RONALDO 2015 2016 FOOTBALL SOCCER SHORTS ADIDAS PURPLE MEN M #adidas https://t.co/eewJ60jHHV via @eBay
16254                                                                                                                                                         @AmeyK23 @Google get better
16255                                                                          RT @Reuters: Poland’s bumper apple crop is worrying some producers. Via @ReutersTV https://t.co/mMI4ZTvSvO
16256                                                                            Thank you @Starbucks for my birthday drink! #starbucks #itsmybirthday #psl #fall https://t.co/fBgXwm4ho4
16257                                                               #ad Get a  $5 iTunes gift card with purchase of Trident VIBES® gum at @Walmart! More info at https://t.co/HOEfUsZPVd…
16258                                        RT @IBM: Happy birthday @NASA. We are proud to be your partner in space exploration for more than 55 years. #NASA60th. https://t.co/XE5jNiS…
16259                                                                         Check out  NEW BALANCE CLASSICS MENS SHOES SIZE 13 #NewBalance #LIFESTYLE https://t.co/fVAFzKkesw via @eBay
16260                                                                               RT @Reuters: Trump authorizes FBI to expand Kavanaugh investigation: NY Times https://t.co/Pjzm2gLnwm
16261                                                    Check out Nike Dri-Fit Men's Large L Short Sleeve Solid Orange #Athletics #Fitness Shirt #Nike https://t.co/3d4xxx2MsB via @eBay
16262                                                                                                         @NXOnNetflix @netflix How comes Charmed &amp; the Hills are not on Netflix?
16263                                                             Check out House of Miniatures Side Chair Set of Two  # 40007!!! #TheHouseofMiniatures https://t.co/64N53aSurN via @eBay
16264                                               ⁦@noelmcgra13⁩ Check out luton town england football small mans 1998 league cup winners anniversary shirt https://t.co/sLzQvoO8SJ @eBay
16265                                                                                    @YogitaRed8 @HP_S_Africa @HPstore_SA @HP Shame thanks @YogitaRed8 😱 I couldn’t believe I won!😱
16266                                                                                                                                    @qarahiyo @netflix @iamrashidajones I doubt that
16267                                                                            RT @IBM: A little ☕ to help us with our thinking. Happy #InternationalCoffeeDay https://t.co/AK9B28mknh
16268                                        Anyone have a good @netflix suggestion for me? I've finished all of the shows on my list this week and it's only Mo… https://t.co/ZEBhlSzE6l
16269                                        When people try and tell me I used to be an asshole I break it down to them in @Apple terms. I be like you know how… https://t.co/PGoGnyr0Kz
16270                                                                                        Check out Digital photo images the men of nature new 2018  https://t.co/WhgscsuKRZ via @eBay
16271                                                 Check out TOP PREDATOR MOTORCYCLE HELMET MOTIVE GALAXY WHITE (DOT CERTIFIED) #Unbranded #Predator https://t.co/SjmLDxsulZ via @eBay
16272                                             RT @DonFi4o: Check out Vintage Foo Dog Statue Resin Chinese Temple Guardian Lion Red Feng Shui Decor  https://t.co/JfBpmzjtM9 via @eBay
16273                                                                                                                                 @JackPosobiec @Disney It was a pretty racist tweet.
16274                                                    RT @jewelrywiz: Check out TENDER MOMENT  PEMBERTON &amp; OAKES CHILDREN AND PETS  Plate 8790B  https://t.co/fHEoKhIuVt via @eBay
16275                                                                                                @DaftRojas @hudsonwisler @Apple THANK YOU DUDE IT IS NOT IN THE CORRECT PLACE AT ALL
16276                                                                                                    RT @BMW: Make the country your playground. The #BMW #X1. https://t.co/VMQYBuaGop
16277                                        RT @CBS: Join @happytogether's @wayansjr and @TheNeighborhood's @iamgreenfield for a Facebook Live TODAY at 5:45p ET/2:45 PT on CBS's Faceb…
16278                                        @Mutchy4082 @ProtonMail @Android @Google There is a small 4-digit PIN feature on the Android version of the app. Of… https://t.co/IJzjNr3CgJ
16279                                                         Check out Wolf Wolves Space Cosmic Moon Light Dark The Mountain Long Sleeve T Shirt Tee   https://t.co/Q3cvHwDucz via @eBay
16280                                                                                       RT @Reuters: British seem to think the EU is quitting the UK: Juncker https://t.co/zzDrcUSAZt
16281                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/5OhPl1ddlw
16282                                        @Ryanair You’ve delayed our flight FR1395 from Oslo Gardermoen by 45 minutes. However it means we miss our last tra… https://t.co/EzSoi7tYvt
16283                                                                                             @netflix I’m gonna need you to put Criminal Minds 13th season up please and thank you..
16284                                           Check out #iPhoneXSMax #Case #Slim #Shockproof #Cover #Kickstand #Stylish #ToughArmor #Gunmetal #Spigen https://t.co/7IebP4a6Uk via @eBay
16285                                                                                                                                 @Mastercard @mindykaling @SU2C She’s really fat now
16286                                                                      RT @Reuters: Trump says new trade pact to support 'hundreds of thousands' of U.S. jobs https://t.co/jlQtOIENWz
16287                                                                   Check out Disney Minnie Mouse Dots are the New Black 5 Piece Bed in a Bag Kids Twin https://t.co/jGfQde2ebL @eBay
16288                                        RT @AstraZeneca: Classifying #breastcancer can help determine a patient’s prognosis and potential treatment options. By following the scien…
16289                                                                                                 RT @SytherJ: Ready for stormy weathers // @adidas @adidasUK https://t.co/TLwZ3POcZy
16290                                                                                                 RT @SytherJ: Ready for stormy weathers // @adidas @adidasUK https://t.co/TLwZ3POcZy
16291                                                                                                 RT @SytherJ: Ready for stormy weathers // @adidas @adidasUK https://t.co/TLwZ3POcZy
16292                                                 Love all things @Disney  ? Here are 5 fun facts that will shock you! https://t.co/riQwd5TqoF #disneyfanatic https://t.co/tvvYO5UgBa
16293                                                                                                                 @Apple Does the heart rate monitor actually work on this one? 🤷🏼‍♂️
16294                                                              RT @cappie1978: @GeorginaaBankss @PheedbackPhil @easyJet I was stuck also for 2 extra nights! Bet not even compensated
16295                                        @eaxford @HotDate @netflix @chmurph Will the CollegeHumor shows become available internationally as well? Adam Ruin… https://t.co/rrenw1hFSC
16296                                                                                     RT @pschiller: @Apple Newsroom #iPhoneXS and #iPhoneXSMax #shotoniphone https://t.co/7Trs4xvjPR
16297                                                                         @PeteJohnno84 @Ryanair Haha yeh there is that! Although they have replied now...let’s see why they say 🤔🤔
16298                                        RT @CaptainBadger79: Can @ScorpionCBS fans do the same @CBS? Let's have a better ending than the one you gave us renew Scorpion. #SaveScorp…
16299                                                                                                              @SportsDirectUK @Nike Buy tat from a pig today https://t.co/ZCR8uGXgbj
16300                                        @PhilWriter @Tesco @sainsburys @waitrose @lincscoop @asda @marksandspencer @Morrisons offer paper bags for loose fr… https://t.co/tOSr51cidO
16301                                                               #gym check out MudJug Spittoon - Roadie Portable in Black - Travel made easy - NEW  https://t.co/moHeEmBev4 via @eBay
16302                                                             Check out Delphite Blue Salt Chick Salt Cellars x 2 in Excellent Condition #40s50s60s https://t.co/A3YZXrognZ via @eBay
16303                                                                                                                         @annecurtissmith @netflix Designated srvivor for the win!!!
16304                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
16305                                        @ZakkWyldeBLS @Spotify @iTunes @AppleMusic @amazon @WyldeAudio @DeathWishCoffee @zakk_sabbath @OzzyOsbourne When Yo… https://t.co/yX8JglMAsK
16306                                        @Windows defective or @HP defective or both...go to sleep within a few minutes WHILE YOU'RE SITTING AT THE COMPUTER… https://t.co/g6k7dbt7Ub
16307                                                                Dead Sea Mud Soap with Shea Butter and Dead Sea Salt (Exfoliate) Skin Care Ha... https://t.co/D4hA5dn8yJ via @amazon
16308                                                                                 BOY LONDON #vintage #leather #logo #studs #jeans #belt #BoyLondon https://t.co/7jNEqfJArr via @eBay
16309                                                  @scottbuscemi @pschiller @Apple Lighten up Scott.  He's noticed your tweet and made a playful reply. What remedy would you prefer?
16310                                                                                                         @Apple why do iphones magically stop working whenever you release a new one
16311                                                                The Pam of Babylon Anthology : A Contemporary Romance Series by Suzanne Jenki... https://t.co/KSPi1b0fXA via @amazon
16312                                                                                                      RT @netflix: full disclosure im all of these right now https://t.co/vhvg0cNUrr
16313                                                                                                                @Quentin__Miller @Nike When are they gonna let you design some shit?
16314                                                       Check out New BEARDCLASS Beard Shaping Tool - 8 in1 Comb Multi-liner Beard Shaper Template  https://t.co/8EYDNuwSsy via @eBay
16315                                                                                                               RT @JohnLegere: @awilliamsny @TMobile @nancyrose1214 Looks delicious!
16316                                                                                   @ronkorondo @Reuters Funny how a majority of sex offenders are frustrated conservatives... But ok
16317                                                                                                      RT @netflix: full disclosure im all of these right now https://t.co/vhvg0cNUrr
16318                                        @Disney @shopDisney @Disney and @shopDisney the fiercest one of all is Drax the Destroyer. But even fiercer than th… https://t.co/kuZWsPprw7
16319                                        RT @realTheePaint: Excuse me @Walmart I asked one of your workers where I could find the cake at and they did this??? https://t.co/G3Xtz318…
16320                                            Conservatives would block another Scottish independence vote: Ruth Davidson https://t.co/kqhPA27lY1 via @Reuters https://t.co/fZeXyGSfcA
16321                                                       Check out Pair Vanity Fair APE Prints Lord Stanley (1869) and George Whyte-Melville (1871)  https://t.co/qdbtmhFd4v via @eBay
16322                                        RT @ESCPeurope: D-Day @ESCPeurope  #theinnovationfactory by @Loreal   got started. Opening conference with @ljubomira about #digitaltransfo…
16323                                                  Check out Celtic Earrings Spiral Charm Dangle Silver Handmade Jewelry Accessories NEW Ear #Charm https://t.co/xjzPOTkoEi via @eBay
16324                                                                          RT @jamessmurray: Season 1 of Impractical Jokers is now on @netflix ! @truTVjokers https://t.co/Dey3btPnzV
16325                                        RT @BoeingAirplanes: Talk about clockwork. Check out the four new @Ryanair 737s that departed #Boeing Field within minutes of each other on…
16326                                         RT @Reuters: Political science professor Amy Steigerwalt interprets Kavanaugh's comment that 'in the United States political system of the…
16327                                         RT @Reuters: Political science professor Amy Steigerwalt interprets Kavanaugh's comment that 'in the United States political system of the…
16328                                                                                 @Reuters @ReutersOpinion @hcoster The integrity of the Supreme Court is more important than one man
16329                                                                      Check out Prada metallic women’s wingtip oxfords EU size 41  #PRADA #Oxfords https://t.co/8x63nOKaqs via @eBay
16330                                         RT @Microsoft: Just type a question and get an answer. Meet @Premera's #AI solution that's simplifying health care: https://t.co/owQliRn4CQ
16331                                                       Battery just went down f*ing 24% for two app updates! Seriously? I pay a fortune for that sh*thole? Thanks @Apple #IOS12 #wtf
16332                                        Frustrated that someone hacked my business page on @facebook and removed all of the admins. No number to call for h… https://t.co/mBYX2meMSw
16333                                                                                                                                                      @Reuters @ReutersTV Tell Mitch
16334                                                        Check out 1972 THE GOLDEN GLOW OF CHRISTMAS Columbia LP C10925 Johnny Mathis Tony Bennett  https://t.co/k7pOYoxphc via @eBay
16335                                        @TMobileHelp @TMobile Are you guys still planning on rolling out T mobile TV this year ?? After its announcement al… https://t.co/fd7MIJihJc
16336                                                                          RT @jamessmurray: Season 1 of Impractical Jokers is now on @netflix ! @truTVjokers https://t.co/Dey3btPnzV
16337                                               RT @ESales_Hottie: Check out Diono Traverse Lightweight Super-Compact Travel Stroller in Grey Ret. $299 https://t.co/GdGQoROqX9 @eBay
16338                                                                                                             Check out Car Parts De-Icer #CarParts https://t.co/S8He2RXgEd via @eBay
16339                                        RT @newtgingrich: The Left are waging a war against the American spirt and the rule of law. Discussing live on @facebook: https://t.co/e0ig…
16340                                                                               Check out YNGWIE MALMSTEEN MAGNUM OPUS JAPAN BAND SCORE GUITAR TAB  https://t.co/g5hlcZq2PO via @eBay
16341                                                  I can literally shopped at @kroger everyday. I wish they knew how much I'm a loyal customer. My number one favorite store in town.
16342                                                                                                                             @SocialBflyMag @TooFaced @Mastercard Cool I love makeup
16343                                                                                                                                                             @kunzojo @Apple Sadness
16344                                                                                                         RT @Kaz9170: Check out my listing @eBay - https://t.co/7sg2jbrMoR via @eBay
16345                                                     RT @antman5921: Check out Women's Top Koret Brand Size 18 NWT!    SKU 4 #ByKoret #Top #Casual https://t.co/G8XrRGTwin via @eBay
16346                                                                               RT @DeanKellyArt: @NASA @YouTube @facebook ...and doing a fine job without being called a Space Force
16347                                        Please please please @netflix bring back @lamonicagarrett as Mike Ritter in Designated Survivor Season 3... It won'… https://t.co/vIT055g4Pf
16348                                                                                                                    @WellsFargo won’t let me purchase my unnecessary clothes haul 😩
16349                                        RT @JMichaelWaller: Helpful alert from @Yahoo about “state-sponsored actors” targeting my account. If only Google and Facebook were as fort…
16350                                        @H8buster @jodii1953 @realDonaldTrump @LewisvilleTexas @Hyundai Why would I block such a lovely liberal as her? She… https://t.co/Dwb6MqZsKu
16351                                               @Microsoft liberates ancient #MSDOS #source from the museum and sticks it in @github https://t.co/O0Wg1IAYL2… https://t.co/DAqMfKABsA
16352                                        @catcatdean @washingtonpost @CNN @Apple @Spotify @facebook @YouTube @Mailchimp @LinkedIn @infowars My apologies.  V… https://t.co/m6iXdIf0a0
16353                                        RT @IAMSHYSTIE: Ok @netflix @NetflixUK we need ‘Dubplate Drama’ as part of this as my whole show was based on viewers choosing the nxt ep😋…
16354                                                              Check out PITTSBURGH STEELERS  NFL  CLASSIC LOGO REFILLABLE OIL  CIGARETTE LIGHTER   https://t.co/itXIlS1B3B via @eBay
16355                                                                                                            @PopCrave @Cernovich @netflix @Bloomberg Won’t that spoil the ending? 🤔
16356                                        Hey @Apple There is nothing dumber then clicking play on a VoiceMail when wearing Air Pods and the Voicemail then b… https://t.co/2z6fz50PwO
16357                                        RT @JMichaelWaller: Helpful alert from @Yahoo about “state-sponsored actors” targeting my account. If only Google and Facebook were as fort…
16358                                        Hey @Apple your group messaging and mms functionality is pretty broken in iOS 12. Let’s talk about it. People havin… https://t.co/TY93x6sAeC
16359                                                                                 @BoeingCCO Is being overtly racist a sought after job qualification @Boeing https://t.co/ANk8ETmiJe
16360                                                                                                             RT @ambertamblyn: Hi @facebook care to comment? https://t.co/nC4qzXhVnn
16361                                        @AnuBAML @kanyewest @adidas @kanyewest loves America and supports the President. What the hell is so wrong or contr… https://t.co/kzddO9kDW0
16362                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
16363                                        RT @TheComedyStore: Tonight at midnight on @netflix @NetflixIsAJoke stream @joerogan 's new special Strange Times! Congrats Joe! #TheComedy…
16364                                         RT @Reuters: Political science professor Amy Steigerwalt interprets Kavanaugh's comment that 'in the United States political system of the…
16365                                                          Check out flask and tobacco pipe - Anchor - gentlemen groomsmen gift - artisan designed  https://t.co/vA6NxL5mFX via @eBay
16366                                                                                                             RT @ambertamblyn: Hi @facebook care to comment? https://t.co/nC4qzXhVnn
16367                                                            Check out Golf Ball Marker Poker Chip Magnetic New England Patriots NFL 5 x Champions  https://t.co/UliJiVUErB via @eBay
16368                                                                                                                     @Reuters @MCITLFrAphorism And still we know nothing about it...
16369                                                                 RT @_highsham_: for a moment i thought @Google was congratulating President-elect @ibusolih https://t.co/fBxmNj0KU0
16370                                              Android Users Really think we Jealous cause They Can Have Apps runnin On the Same Screen ... Watch @Apple Buy… https://t.co/wRbAJCSK8Y
16371                  @BankofAmerica on hold for +1hr 40min to report lost credit card &amp; phone died. No option to report online \U{01f92c}\U{01f92f} so car… https://t.co/KgHi0CWUNi
16372                                                                                  RT @Reuters: Trump says FBI has free rein on interviews in Kavanaugh probe https://t.co/tcWCGPKXMj
16373                                        RT @b0yle: BREAKING NEWS: @Microsoft co-founder and @Seahawks owner @PaulGAllen says non-Hodgkin's #lymphoma has returned but voices optimi…
16374                                                                                                                          @annecurtissmith @netflix Jane the virgin has a new season
16375                                        RT @IBM: Happy birthday @NASA. We are proud to be your partner in space exploration for more than 55 years. #NASA60th. https://t.co/XE5jNiS…
16376                                                        Check out Danish Gerda Lynggaard – Monies Style Off White Multi Strand Necklace #Unbranded https://t.co/UVRAqTWqN0 via @eBay
16377                                        RT @NISMO: We had new and old faces in the @PlayStationEU @Motul Team RJN @Nissan GT-Rs this weekend as the @BlancpainGT series took on @Ci…
16378                                                                        RT @bvar: Verizon turns on world’s first #5G network https://t.co/PKNeHd9i3r (news release) via @verizon $VZ
16379                                         RT @Microsoft: Just type a question and get an answer. Meet @Premera's #AI solution that's simplifying health care: https://t.co/owQliRn4CQ
16380                                        RT @cbain00: Thank you networks for giving us devoted fans this phenomenal series. PLEASE #SaveGotham @warnerbrostv @netflix @hulu @AmazonS…
16381                                                                                 @NielsProvos @rootkovska @Google At what point did the Do No Evil PR line stop making sense to you?
16382                                                                        Surely we are due a sequel to this iconic movie already 🙄🙄🙄 @BetteMidler @SJP @kathynajimy @Disney 😭🙏🏻
16383                                         RT @meow_and_again: @AmericanExpress Signed up for cash advance today — went to an authorized ATM and it was declined?   Can’t find a cash…
16384                                        @FANGORIA @GraveyardSister @netflix @shudder @hbonow @hulu @PrimeVideo #TheExorcist TV show is also streaming on so… https://t.co/1R0kUOxidg
16385                                                                                                                 Dear @facebook how can I talk to a human about an issue I’m having.
16386                                                                                                                @Gotham season four is on @netflix brb crying tears of joy. #FINALLY
16387                                        RT @Reuters: FBI interviews Kavanaugh's high school and university classmates as Trump calls for 'comprehensive' probe. @andysullivan repor…
16388                                                                                    @jamessmurray @netflix @truTVjokers Shame it's not on prime!!! May have to invest in Netflix now
16389                                                                                                          Aliens in Egypt Prime Video ~ OH Krill https://t.co/rlv5whUbk2 via @amazon
16390                                        @_Alexander_Cox_ @Sony You mean your friends IRL or in the digital realm? And for all that impressing your peer gro… https://t.co/9vimzjjav1
16391                                                                                                      RT @netflix: full disclosure im all of these right now https://t.co/vhvg0cNUrr
16392                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/R6zcx5c3uX
16393                                        RT @KiryaSarah: #XenaRevival #XXisforXENA #XenitesUnite @NBCUniversal @robtapert @NetflixLifee @nbc @netflix @SYFY @BuzzFeed @Hulu @Univers…
16394                                        @StevePieczenik @realDonaldTrump @starsandstripes @TomCottonAR @FT @Reuters @LindseyGrahamSC I wish you meant this.… https://t.co/LenFnQKOyJ
16395                                                  What are you doing to #BeTheChange @AldiUK @LidlUK @McDonalds @McDonaldsUK @Tesco ? Do you plan to remove… https://t.co/ntnql5sLjy
16396                                        RT @CharlizeAfrica: Had a great time today with @SAP CEO @BillRMcDermott and @NickTzitzon discussing leadership and investing in the next g…
16397                                                                                          #Holiday #Fun Peg Perego John Deere Ground Force Tractor  https://t.co/20osOWo8zK  @amazon
16398                                        @NBCUniversal @robtapert @NetflixLifee @nbc @netflix @SYFY @BuzzFeed @Hulu @UniversalTV @USA_Network @AmazonStudios… https://t.co/FNuuWDZwRb
16399                                                                                 @DIRECTV has the worst customer service ever. Beats @verizon handsdown. Fix your flawed DVR system.
16400                                                        Check out Oxford Hall Lisbon w/Black Accents Pattern Solid Gravy or Sauce Ladle Stainless  https://t.co/GV8imOqmX2 via @eBay
16401                                                                                                      RT @netflix: full disclosure im all of these right now https://t.co/vhvg0cNUrr
16402                                        RT @CBS: Join @happytogether's @wayansjr and @TheNeighborhood's @iamgreenfield for a Facebook Live TODAY at 5:45p ET/2:45 PT on CBS's Faceb…
16403                                        RT @CBS: Join @happytogether's @wayansjr and @TheNeighborhood's @iamgreenfield for a Facebook Live TODAY at 5:45p ET/2:45 PT on CBS's Faceb…
16404                                                                          RT @jamessmurray: Season 1 of Impractical Jokers is now on @netflix ! @truTVjokers https://t.co/Dey3btPnzV
16405                                        RT @gittycity: Hmmmm  what are Theu up Too #SaveGotham  i want  in what about you @FOXTV @warnerbrostv  or you @netflix @TheCW #GothamDeser…
16406                                        RT @TitansPodcast: IT IS OFFICIAL: #Titans To Stream INTERNATIONALLY On @netflix!!! #DCUTitans #TeenTitans #Netflix @TitansWriters @geoffjo…
16407                                 RT @Aimee_Garcia: Teachin @tomellis17 “Floss Dance” 🙄 #BetterLateThanNever @InbarLavi @MikeCosta #Lucifer @netflix 💃🏽🕺🏻💃🏽 https://t.co/x1wS…
16408                                                                                                                                     worst customer service award goes to @adidas 😒
16409                                                       Check out Childrens Handkerchief Mother Goose Big Bad Wolf Henny Penny Frog Prince Vintage  https://t.co/ksEAjFcMOs via @eBay
16410                                                                                                                                                         @REDFworks @Citi Congrats!!
16411                                                                                                      @eaxford @HotDate @netflix @chmurph Frack yeah! Congrats! Can't wait to watch.
16412                                        RT @7jJhetukh6osvpz: We need #XenaRevival we need this hero back @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu…
16413                                        RT @TomFitton: LEAKED EMAILS: Senior @Google Search Engineer Advocates for Censorship of ‘Terrorist’ Marsha Blackburn https://t.co/MoOO1k8l…
16414                                                  .@WSJ reported that Ireland’s Data Protection Commission could fine @facebook up to $1.63 billion after a… https://t.co/7gD8LE3hia
16415                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/Zgrs41DVaz
16416                                                             @roger_hutchison @GodFriendedMe @CBS Loved it!!! Need more shows like this one. Thank you @GodFriendedMe @CBS 👍👍❤️😇🙏
16417                                                                                                           @GatenM123 @verizon Damn I have sprint tho lol. No of course I understand
16418                                                   Check out Avon Anew Genics Eye Treatment -- Discontinued - Factory Sealed Full Size .50oz #Avon https://t.co/FfIMLTXjB0 via @eBay
16419                                                                                             RT @SFBusinessTimes: High-profile executive departs @WellsFargo https://t.co/6nZx4VgCNw
16420                                                         Check out Womens TANGERINE YOGA Thumb holes Zip Neck Fuschia Hot Pink Workout Shirt XXL   https://t.co/nF3aFXSosP via @eBay
16421                                                                                  RT @urlilcherry: they took off Freaks and Geeks from netflix BITCH WTF @netflix yall stupid STPUID
16422                                                                                 RT @acuppajoe_: @PopCrave @SpikeGhost @netflix @Bloomberg RL Stine’s impact https://t.co/J94QcG5Uw7
16423                                                                                                                    GE @generalelectric should buy BTC to save themselves from dying
16424                                                                                                                                     @Starbucks what a mess. https://t.co/qBCLsWVSDf
16425                                                                                                                                         @NASA @YouTube @facebook Tell us everything
16426                                                   Check out Vintage Goldtone Light &amp; Dark Brown Cufflink &amp; Tie Clasp Set #TieBarClipClasp https://t.co/jhNnEG0wfp via @eBay
16427                                                     Check out LENOX LIDO SALT SHAKER PEPPER MILL HAND DECORATED W/ 24 KT GOLD  MADE IN USA #Lenox https://t.co/U1AOBVKG8w via @eBay
16428                                                                                RT @MorganStanley: Morgan Stanley welcomes @LPGA Professional @Cheyenne_Woods as a Brand Ambassador:
16429                                        RT @Cisco: We are excited to be the Official Technology Partner of the @USGA and its Championships. Our partnership will focus on using tec…
16430                                         RT @davepperlmutter: Thanks @lovemygrandchi1 for the brilliant #shoutout on @facebook for the #BookToMovie BESTSELLER #WrongPlaceWrongTime…
16431                                                                                                    SAVANNAH | COLLUSION | FOR THE COMING AGE @ASOS @snvnnah https://t.co/jxSiPojQTh
16432                                                           Check out Grey Snow Leopard  Animal Print Throw Blanket Soft &amp; Cozy NEW! #Unbranded https://t.co/Wft08t4bOE via @eBay
16433                                                                                          Todd Rowe from @Google says the “killer app for SMBs is simplicity” @B2SMBInstitute #B2SMB
16434                                                                Check out A SECLUDED STREAM IN WINTER BY PETER BARRETT  ROYAL WORCESTER PORCELAIN  https://t.co/2NSXectaNU via @eBay
16435                                                                              @davestonecomedy @BankofAmerica RUN AWAY WITH IT SO FAST AND BUY YOURSELF SOME DELICIOUS BARBECUE DAVE
16436                                                                              @UntiedHawaii @Nike Most shock drops by off white have historically been on Tuesdays around 10-11 CST.
16437                                                                                                     @DamianPowerWD @Reuters @realDonaldTrump history will smile on president trump.
16438                                        RT @TheHumaneLeague: Students all over the country are boycotting @McDonalds because of animal cruelty concerns! 🙌 https://t.co/CscZohRIEu…
16439                                                   Check out The Literature of Italy 2 Volumes Full Vellum Literature &amp; Fiction Classics 1906  https://t.co/ErAbL8ipee via @eBay
16440                                                                                                                   RT @netflix: My King and Queen of October https://t.co/BUdk4Y6U58
16441                                        RT @GiadaMelchiorre: @TomFitton @Google @BreitbartNews It's time for the government to investigation of Google Twitter Facebook YouTube. Th…
16442                                                             Check out GOING SOON !!FROM WILSON'S LEATHER: BLACK RIVET Asymmetric Sweater Cycle Jacket https://t.co/KWtHBfDqp9 @eBay
16443                                                   @Nessa44017913 @olerunkbitch @DesignationSix @Rosie @perlmutations @ProcterGamble @Bayer @pfizer @Always… https://t.co/a5d8rCs2hR
16444                                                                                                                   RT @netflix: My King and Queen of October https://t.co/BUdk4Y6U58
16445                                        RT @TomFitton: LEAKED EMAILS: Senior @Google Search Engineer Advocates for Censorship of ‘Terrorist’ Marsha Blackburn https://t.co/MoOO1k8l…
16446                                                                                                                   RT @netflix: My King and Queen of October https://t.co/BUdk4Y6U58
16447                                                                                                                   RT @netflix: My King and Queen of October https://t.co/BUdk4Y6U58
16448                                                        Check out Jaclyn Smith Skirt Plus 2X Stretch Floral Elastic Waist Ruffled Hem Knee Length  https://t.co/vKBaex39dT via @eBay
16449                                       RT @SimonaViola9: Let's play 😏 @netflix @larrytanz @AmazonStudios @JeffBezos @mmoszkowicz  who is going to win over this amazing and intern…
16450                                                                                                                      Check out my listing @eBay - https://t.co/BiQyz1iF5Z via @eBay
16451                                 RT @Aimee_Garcia: Teachin @tomellis17 “Floss Dance” 🙄 #BetterLateThanNever @InbarLavi @MikeCosta #Lucifer @netflix 💃🏽🕺🏻💃🏽 https://t.co/x1wS…
16452                                                        Check out Faded Glory Lot of 7  Layering Tanks  woman - small #FadedGlory #KnitTop #Casual https://t.co/CF4w9946Xp via @eBay
16453                                        RT @CBS: Join @happytogether's @wayansjr and @TheNeighborhood's @iamgreenfield for a Facebook Live TODAY at 5:45p ET/2:45 PT on CBS's Faceb…
16454                                           RT @iHeartRadio: Oh hey there @5SOS! Try not to fall off our @TMobile cards at the #iHeartDayStage! #AreYouWithUs https://t.co/2ngFx9qTov
16455                                                                  RT @Reuters: Indian children dress as Gandhi to mark 150th birthday of independence leader https://t.co/68LzIJhJKB
16456                                                                                                                   RT @netflix: My King and Queen of October https://t.co/BUdk4Y6U58
16457                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
16458                                        RT @IAMSHYSTIE: Ok @netflix @NetflixUK we need ‘Dubplate Drama’ as part of this as my whole show was based on viewers choosing the nxt ep😋…
16459                                                                  RT @Reuters: Indian children dress as Gandhi to mark 150th birthday of independence leader https://t.co/68LzIJhJKB
16460                                                                    RT @MasonDorrbecker: @Cryptocean @TV_Nkom @Reuters By supporting a guy who directly benefits from globalism? Lol
16461                                                                                     Now we just need @Nike to sponsor our company wide fitness goals w/their fabulous sneakers.😘😉
16462                                                        @KEEMSTAR @elijahdaniel @shanedawson @netflix @HBO @nbc @CBS @ABC After this comment... I saw this-… https://t.co/UTYCrhZRLk
16463                                                                                   RT @Reuters: Mexican auto parts makers see new trade deal boosting output https://t.co/2pPBcPYLGs
16464                                        RT @Cisco: We are excited to be the Official Technology Partner of the @USGA and its Championships. Our partnership will focus on using tec…
16465                                                RT @newtgingrich: Live on @facebook now discussing destroying #Kavanaugh and destroying America. Watch here: https://t.co/He5MMYHHJz
16466                                                                                                                                        @GaleHaroldFan @Showtime @netflix I DO. I DO
16467                                                                                                      RT @netflix: full disclosure im all of these right now https://t.co/vhvg0cNUrr
16468                                                                   RT @WorldofMe2: Check out Barry Bonds Bobble Head #sfgiants #SanFranciscoGiants https://t.co/VH5p7175R0 via @eBay
16469                                                                  RT @Reuters: Indian children dress as Gandhi to mark 150th birthday of independence leader https://t.co/68LzIJhJKB
16470                                         RT @Danna_SP7: Hey @mmoszkowicz @ConstantinFilm @netflix @FreeformTV  imagine cancelling and not fighting for a show with such a dedicated…
16471                                                                                                                   RT @netflix: My King and Queen of October https://t.co/BUdk4Y6U58
16472                                                          Check out New with tags Levi's Slight Curve straight leg distressed jeans size 29 #Levis https://t.co/qJhvVrlHEa via @eBay
16473                                                   Check out Vtg Dekalb Jacket XL Yellow Swingster Racing Stripe Seed Corn Farming USA  #Swingster https://t.co/qyM5mQG7BM via @eBay
16474                                                  Check out Faded Glory Top Plus Size 18/20W Womens Purple 3/4 Sleeve Acrylic Sweater  #FadedGlory https://t.co/5CGxZ8fA0M via @eBay
16475                                                                                                                   RT @netflix: My King and Queen of October https://t.co/BUdk4Y6U58
16476                                                                                                                   RT @netflix: My King and Queen of October https://t.co/BUdk4Y6U58
16477                                                                                                                   RT @netflix: My King and Queen of October https://t.co/BUdk4Y6U58
16478                                                Check out DISC TRAVEL POCKET SIZE 15ml/0.5 fl.oz Goldwell Style Texture Mellogoo 3 Paste #Goldwell https://t.co/nFodmfrOq7 via @eBay
16479                                        RT @OksanaChernata: Kick start #CashierAppreciation month with a Crazy Hat Day here @HomeDepot 6213. #workplace #worklife @hmalak @scottgse…
16480                                                      Check out TRUE VINTAGE NEW WAVE 1980'S DOES 1940'S BELTED SHEATH DRESS LEOPARD PRINT #NuMode https://t.co/St1oTzJExQ via @eBay
16481                                                                                                      RT @netflix: full disclosure im all of these right now https://t.co/vhvg0cNUrr
16482                                                                                                                                                I got Wear OS 2. Nice update @Google
16483                                         Happy news! A big thank you to Gibraltar @kroger for donating a $100 gift card to Hunter Elementary’s Healthy Kids… https://t.co/dBhYYwTCff
16484                                                                                @BankofAmerica Really then why doesn’t your customer service department ever pick up the phone! Wow!
16485                                                Check out Style n Craft 300796-BR Bi-Fold Pass-Case Leather Wallet with Flap in Brown #StylenCraft https://t.co/zsnPAFqbT5 via @eBay
16486                                        Everytime I go to @Walmart I’m INSTANTLY reminded why I avoid coming here. Strange man comes up to me and STARTS TU… https://t.co/GR36fIfr5Y
16487                                                          Check out ADIDAS CINCINNATI BEARCATS T-SHIRT (NEW) (MENS XL) #adidas #CincinnatiBearcats https://t.co/ZcfsV1cZB5 via @eBay
16488                                                                                                                         @markburnphotos @Apple @tim_cook Same screen as the X 🤷🏻‍♂️
16489                                        @netflix Please fix this in the next update. It started doing it when I updated to the most recent one. Before that… https://t.co/Hp04a2pjdM
16490                                                                                                                    RT @Itsssscody: Soooo um @netflix wizards of waverly place 2k19?
16491                                        RT @HomeDepot: Transform your kitchen without a major renovation. See how @thouswellblog made a change with new appliances. https://t.co/oa…
16492                                                         Check out Holman Christian Standard Bible - Solo : An Uncommon Devotional by Broadman...  https://t.co/6qHOoSlqNU via @eBay
16493                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
16494                                                                                          Check out my author page at this easy to remember url! https://t.co/X326gvoSla via @amazon
16495                                                                                                                   RT @Quentin__Miller: Thanks @Nike ...😌✅ https://t.co/PelPiw7vnJ
16496                                                Check out WWE STONE COLD/ULTIMATE WARRIOR TWO SIDED POSTER (NEW)  #WWE #STONECOLD #ULTIMATEWARRIOR https://t.co/aqbqaie5cv via @eBay
16497                                                                                                                     I love when my stops working for no reason @Apple @AppleSupport
16498                                                       Check out Blue Mountain Men's Button Down Long Sleeve Flannel Shirt ~ Size 4X #BlueMountain https://t.co/HJdO3jOp17 via @eBay
16499                                        RT @SU2C: We are proud to have long-standing support from @Mastercard! Terms: https://t.co/osbhroKyDD. #StandUpToCancer https://t.co/7UWaGG…
16500                                                                                                                   RT @netflix: My King and Queen of October https://t.co/BUdk4Y6U58
16501                                         RT @SAPNextGen: Team @SAP well represented at #AWNewYork’s coolest activation: @femalequotient #GirlsLounge #seeher where our very own CMO…
16502                                                                                   Check out DEBRA PAGET  - Vintage 1951 Magazine Page Clipping    https://t.co/lecfIEvndZ via @eBay
16503                                                                                                                               @ItzAColeWorld @adidas Him and Lil baby took over ATL
16504                                        RT @lyndilane: Holt Howard Ceramic Egg Cup Set Chicken Rooster Set Of 4 Mid Century VTG https://t.co/rULWV5rqVx @eBay #ceramic #egg #chicke…
16505                                                                                                                  @Reuters How many pets were molested at this event? #VaticanisEvil
16506                                                                   @MikeWiacek @NielsProvos @Google You’re both an inspiration and I hope to follow in your footsteps in the future.
16507                                        RT @AutoNewsTV: On ANN: @MikeMartinez_AN joins us on the set to talk about the implementation of @Ford CEO Jim Hackett's transformation pla…
16508                                                                                                                   RT @netflix: My King and Queen of October https://t.co/BUdk4Y6U58
16509                                        @newtgingrich @facebook Our elected Republicans need to grow a spine and call the democrats out everytime they pull… https://t.co/NHFVJBQUCO
16510                                                                                                   RT @bearyfunscrap: @reeses @amazon Every Reece's in sight! #NotSorry #Sweepstakes
16511                                                                                                   @PopCrave @netflix @Bloomberg When Netflix becomes the next video game company 🤔
16512                                        @ivbaoshi @steveb89772980 @richard680news @NEWS1130 @Nike We were more talking about companies who manufacture in c… https://t.co/hGY5a9d9q1
16513                                        RT @feraldata: Hey all my @intel mates out there (and Intel alum too) ..  could do with a signal boost! #iamintel (still) *waves from Oz* h…
16514                                                          Check out Dr Suess Books x 2 - Sneetches Hardcover / Six by Suess Paperback Bonus Large  https://t.co/1uCgND0Ez4 via @eBay
16515                                                              @newtgingrich @facebook WE ABSOLUTELY HAVE TO POUND THEM INTO THE SAND AT THE BALLOT BOX THIS ELECTION! WE HAD ENOUGH!
16516                                RT @hh430y: @Reuters @ReutersTV China Xinhua net and 16 banks to participate in Yunnan Fanya fraud citizens 43 billion yuan.  #郭文贵 #特朗普 #刘强…
16517                                        RT @randomgotham: I think @Starbucks needs to upgrade their loyalty program beyond the “gold” standard. I feel like everyone is gold. We ne…
16518                                          Check out Wwe The Shield Wrestlemania 34 Pin Set  https://t.co/NPAytaknZC @eBay #wwe #raw #SD1000 #sdlive #WWEMYC… https://t.co/ESjfnr9dqm
16519                                                                           RT @Reuters: Emboldened protesters step up effort to block Kavanaugh confirmation https://t.co/Cc5ZvoKq9Z
16520                                                          RT @intel: What are the benefits and reasons you promptly install updates on your computer? #CyberAware #KeepACleanMachine
16521                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/nAXUHF0QiS
16522                                                                                                             RT @ambertamblyn: Hi @facebook care to comment? https://t.co/nC4qzXhVnn
16523                                                                                         @TheNeighborhood @CBS Was hoping this would be funny.  It's WAY over the top.  Thumbs down.
16524                                               Just saw this on Amazon: Godsgrave: Book Two of the Nevernight Chron... by Jay Kristoff for $2.99 https://t.co/tBuaJQqsnZ via @amazon
16525                                                                                Check out #SuicideSquad 26 (2017) #DarkNights #Metal #DC #Comics #ebay https://t.co/3I9gAWxRil @eBay
16526                                                                        Check out adidas basketball EQT 8.5 Used  https://t.co/Rmww069BeG @eBay #DODGERSvsROCKIES ##DODGERS #Dodgers
16527                                #NikeNebulahAtomSmasher_🌟7 @NBCSports @Espn @NBAonTNT @comcast @ESPNWWOS @EASports @NBA2k ⛈️⚡️⚡️⚡️👌Zee! 🎯🎯🎯🎯👌Zee!👇👇… https://t.co/Tz16Gi0jmS
16528                                                                                                                             @Reuters American food scandals are exposed regularly🤔
16529                                                 Check out Vintage Necklace Egyptian Revival Collar Bib Dangle Beads Coral and Black  #handcrafted https://t.co/qgZZAVrkTp via @eBay
16530                                               @BDUTT @WeTheWomenAsia @kiranshaw @sharmilaakarve @dhanyarajendran @parmeshs @Letstransform @Apple @tim_cook… https://t.co/0TVSg848Au
16531                                        RT @IBM: Happy birthday @NASA. We are proud to be your partner in space exploration for more than 55 years. #NASA60th. https://t.co/XE5jNiS…
16532                                                          RT @Microsoft: The #AzureSphere dev kit is now available. Experience the future of #IoT solutions: https://t.co/03u8ehaY42
16533                                        RT @TomFitton: LEAKED EMAILS: Senior @Google Search Engineer Advocates for Censorship of ‘Terrorist’ Marsha Blackburn https://t.co/MoOO1k8l…
16534                                                                                                                         @toellehayley @PopCrave @netflix @Bloomberg Oooo can’t wait
16535                                                                                                                   RT @netflix: My King and Queen of October https://t.co/BUdk4Y6U58
16536                                                              Check out  Architectural Mailboxes Whitman 14-in W x 10.7-in H Metal White Lockable Wall https://t.co/rWVGeGKiiv @eBay
16537                                                     RT @JoAnningwin: Can’t wait for #timeless movie but really want a #savetimeless Season 3!  @hulu  @Sony https://t.co/S66GgPDCgI
16538                                         I have been with @verizon  for more than 10 years. Every year my bill increases drasticallym this month my bill is… https://t.co/jdUf0aUw6W
16539                                                                 RT @MikeFeibus: Here in NYC for the @HP #ThePCReinvented reveal tomorrow. Stay tuned! #tech https://t.co/PuUteHYkQk
16540                                        Loosen up those trillion dollar purse strings @Apple and give us an extra foot of cable so I don’t have to lie on t… https://t.co/sGlT1seH1L
16541                                        @newtgingrich @facebook They will PULVERIZE this country if given a chance and turn it into Stalingrad! They will s… https://t.co/gaUNB5PnHg
16542                                        RT @FlashpointG_PR: New tools from @IBM and @Google reveal it’s hard to build trust in #AI https://t.co/rT4In3dJ1x @helpnetsecurity @global…
16543                                                   RT @MyuShoes: Check out The Best of Newport in New York 72 Volume 3 LP Vinyl Koby Records 1972  https://t.co/QG7RARZay7 via @eBay
16544                                                 Check out Maison Scotch Jumpsuit Dark Green Silk Blend Romper sz.L  / sz.3 NWT $255 #MaisonScotch https://t.co/anAliNjxVa via @eBay
16545                                                    RT @ATT: Fostering an inclusive culture at work isn’t just good PR -- it’s key to a successful business. https://t.co/lvRIXSwFId
16546                                                       Check out #Corvette T Shirt Small #GeneralMotors official Cotton Blend Unisex Gray Graphic  https://t.co/Y2FqBIBzpj via @eBay
16547                                        RT @Shell: Inspiring young engineers of the future! @letitiawright discovers what it takes to be part of #shellecomarathon and the #STEM mo…
16548                                        RT @adamconover: I’m also disappointed with and frustrated by this. Banging on doors and windows at @netflix and @trutv trying to get it fi…
16549                                                                                                RT @Apple: Welcome to the big screens. The new iPhone Xs and iPhone Xs Max are here.
16550                                                                                                                      Check out my listing @eBay - https://t.co/2iX7jC9Z1i via @eBay
16551                                                           At the #launch of the new @facebook #Asia HQ. Only thing missing from the blue theme is Eiffel 65 https://t.co/W6kitUNWEa
16552                                                                  Check out Vintage Puma CFL Saskatchewan Roughriders jersey (adult size XL) #Puma https://t.co/5DyRQcdLvU via @eBay
16553                                                                                                    I wish @OfficialLivePD was on @netflix ! Omg. Talk about a major binge session !
16554                                                         Check out Trevor Hoffman #51 San Diego Padres 2018 Collectors Edition Talking Bobblehead  https://t.co/v59U8RE71r via @eBay
16555                                                                                                                                          RT @amandagrich: @jxxls @Nike For sureeeee
16556                                        RT @Google: Can technology help a young woman build bridges between worlds? See how Robin Máxkii hacked her way to a PhD—and brought her co…
16557                                                      Check out A Christmas Fantasy Crewel Kit Complete 12 x16 Creative Circle  #TheCreativeCircle https://t.co/jZjgKQ5UlF via @eBay
16558                                        RT @CouponingRachel: #ad It's time to SAVE! Get a $5 eGift Card with Aleve Purchase @Walmart and a chance to hang with Kyrie.  https://t.co…
16559                                                        Check out Vintage KAL-EQUIP Co. Model 4072 Electronic Engine Analyzer Otsego Mich (AS IS)  https://t.co/CNdst8tTyl via @eBay
16560                                        @AlexisLovesMe @_ayosworldd @JuiceTooWavie @Walmart WMT is 500 billion company in annual sales . Largest public and… https://t.co/BlPQSKmsMU
16561                                                    Check out Allen Edmonds Potomac Penny Loafer Shoes Size 10D Retail $395 #AllenEdmonds #Oxfords https://t.co/V6SgNJpwnk via @eBay
16562                                        @Laloquera83 @McDonalds Kakistocracies are purely subjective... some could say that every form of government has be… https://t.co/T1UYoBBHLN
16563                                        RT @IndraniTweeets: Robusta Coffee flowers #GrownRespectfully enabling healthier happier lives #InternationalCoffeeDay @Nestle @NESCAFEIndi…
16564                                        @TomFitton @NBCNews @comcast The MSM is complicit with the leftist Dems... time for conservatives to step up this N… https://t.co/YhMOvfNsLW
16565                                                                                                                   @netflix please keep The Office on past January 1st 😩😩 #netflix
16566                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
16567                                                                                           RT @Reuters: FBI digs into Supreme Court nominee Kavanaugh's past https://t.co/JCFTPxt7yy
16568                                                                           Yeah @Google no kidding...  I tried to re-enable it to no avail.  I'll try again. https://t.co/uj1ApKdb3a
16569                                                                                                                      Check out my listing @eBay - https://t.co/DZCU8lc4qE via @eBay
16570                                                   Check out Victoria’s Secret Black Lace Caged Bralette Size Large New RN# 54867 #VictoriasSecret https://t.co/c3BIjntdQr via @eBay
16571                                                Check out Women's EARL Jeans Boot Embellished Bling  Dark Wash Size 18W Waist 40 Inches  #EarlJean https://t.co/FZJTQjrEqf via @eBay
16572                                                                                                                        @TomFitton @LovToRideMyTrek @NBCNews @comcast Another fraud.
16573                                             RT @BethPaintings: Check out  CARIBOU COFFEE Ceramic Christmas/Winter   Mug Cup 11 oz  #CaribouCoffee https://t.co/jtDCIcDt0B via @eBay
16574                                                                                                                    @newtgingrich @facebook The REAL BULLIES are Democrats.  Period!
16575                                                                                                     RT @Walmart: @zyxtrbl_ You can always get it online. 😉 https://t.co/rBvdD0wdJO
16576                                                                                       @facebook still waiting for you to rectify my problem!! I DO NOT READ OR UNDERSTAND SPANISH!!
16577                                                               Check out C asio G-Shock GA-110RG DIY Transparent Case and Strap Rare GA-110 #Casio https://t.co/tBVORSnQob via @eBay
16578                                                                RT @tag6311: Check out Ambercrombie &amp; fitch Junior's Crop Sweater Pull Over Size S https://t.co/Fp4oJa9Dqv @eBay
16579                                                                                                 @badjudacodex @EBONYMag @amazon I can't help you with that I don't support #Issarae
16580                                                                    Check out 1987 Continental Airlines Newsletter Announcing Consolidation P3 Airline https://t.co/AGvTlqBsFB @eBay
16581                                                                                                 @TomFitton @NBCNews @comcast They need to change their program name to NBC HOGWASH!
16582                                                Check out NWOT RALPH LAUREN Beatrice Black Leather Suede Cuff Knee High Boots SZ 7M #KneeHighBoots https://t.co/SvbesRqnse via @eBay
16583                                                                    RT @nvpuckstopper: @TomFitton @Google @BreitbartNews Thats why you should change your search site to @DuckDuckGo
16584                                                                         Ride &amp; Review! The 2018 @Toyota C-HR XLE https://t.co/K88u4dNWiZ #Rides #Toyota https://t.co/i2sYEFrZXn
16585                                                                                                                                @TomFitton @NBCNews @comcast This woman is deranged.
16586                                                                                                                   RT @netflix: My King and Queen of October https://t.co/BUdk4Y6U58
16587                                                                Check out 1942 JAPAN WWII Military postcard Imperial Japanese NAVY SANUKI - MARU   https://t.co/C4HuNlS1DP via @eBay
16588                                                                                                                       RT @netflix: @apricotbelly perks of being a wallflower (2012)
16589                                                                                                         RT @PandorasFF: @Moflo19 @netflix WHY FEET MO!!! THAT IS MY ONLY HARD LIMIT
16590                                                                                                            Me waiting for @McDonalds to drop the Mcrib..... https://t.co/CLskpKSckM
16591                                                     Check out Tommy Hilfiger Women's Sleeveless Heritage Polo Size: XL  #TommyHilfiger #PoloShirt https://t.co/XzbNKJA1Y4 via @eBay
16592                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
16593                                             RT @metalrulestv: 1926 Thunder On The Left by Christopher Morley Doubleday Page &amp; Company Book HC https://t.co/8tYOvYXFZ5 via @eBay
16594                                              Check out Ralph Lauren Denim &amp; Supply Black Panther/Thunder T-Shirt Tee Top Black L #RalphLauren https://t.co/43JUvNDz3j via @eBay
16595                                        RT @QuincyDJones: Created a @Spotify playlist with some of the featured music from my new @netflix original for y’awl! Includes new origina…
16596                                                                                       Check out Sega Genesis Model 2 #SEGA #Genesis2 #SegaGenesis https://t.co/0Vj2n5LcQ4 via @eBay
16597                                                  RT @Reuters: Trump calls for 'comprehensive' FBI probe of Kavanaugh https://t.co/04v0mMWXjN via @ReutersTV https://t.co/XaIJiFPMw4
16598                                                      Check out Lucky Brand Jeans 8 Easy Rider Dark Wash Stretch Denim Pants Women's 8 #LuckyBrand https://t.co/C29GLiJzI5 via @eBay
16599                                        @ATTCares Att doesn’t care! Do you??? @ATTCares @ATT sucks!!! 8 years and just went thru 14+ hours of hell and inco… https://t.co/HyvliUkhHU
16600                                           RT @jimditmyer: Check out 1996 Ty Beanie Baby Batty The Brown Bat Stuffed Plush Animal Toy With Tag #Ty https://t.co/wpUYIzj8Nq via @eBay
16601                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
16602                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/zKqWngX2l6
16603                                        RT @BethPaintings: Check out Di Nicci women's sweater  dress cowl neck line size XL #DiNicci #SweaterDress https://t.co/OjLXX0Isgs via @eBay
16604                                                               RT @Reuters: VW will cover some costs of hardware retrofits for diesel cars - German minister https://t.co/wB3cTYvFPK
16605                                                     RT @CrazyArtMonica: .99 Auction! Silver Tone Oval Hematite Adjustable Fashion Ring #Unbranded https://t.co/6i3U10PVbg via @eBay
16606                                           RT @PrinceRuben166: In #Vegas why not just buy the same collection @PrinceRoyce is wearing. This jacket is 🔥 @hm https://t.co/GW5yzrjWLD
16607                                        RT @kejalvyas: Among the few apps that @NicolasMaduro apparently has on his cell phone: @netflix and a digital wallet for #Venezuela’s fled…
16608                                        @jdcrowley @PaulieRobot3000 @_realS4T @indigoviolate @UnburntBrujo @UnburntWitch @Google @franzferdinand2 @gkrnours… https://t.co/Tuz6aUwULy
16609                                                                                                    @Reuters Jump on-board the Trump train or get left behind. Keep America AMERICAN
16610                                        @jdcrowley @PaulieRobot3000 @_realS4T @indigoviolate @UnburntBrujo @UnburntWitch @Google @franzferdinand2 @gkrnours… https://t.co/DUbewWJRka
16611                                                                                                               @latelateshow @SabrinaAnnLynn @LilRel4 @SullivanTweet @CBS I love you
16612                                                Check out Grateful Dead Spanish Lady First Set Novelty Men's Tie Blue Red Roses Silk #GratefulDead https://t.co/dGhk3pR8Z7 via @eBay
16613                                            @DesignationSix @MrPeanut @KraftBrand @Nestle @Duracell @Bayer @MonsantoBioAg @oscarmayer @Honda @Acura @Toyota… https://t.co/IK5R6tMRdo
16614                                                                 @Starbucks @Starbucksnews @StarbucksCanada @starbucksgold  hint hint nudge nudge wink wink! https://t.co/g4yOLpfimv
16615                                                @ATT if you could go ahead and fix my WiFi along with the entire city of dville and DeSoto that would be great🙃 love you long time.
16616                                                                                        RT @Reuters: Canada's Quebec shifts right as CAQ set to win majority https://t.co/pSGowrN1PF
16617                                                                                                                                           WHEN ARE YALL BRINGING IT BACK @McDonalds
16618                                                  @McDonalds This is the smokehouse burger I just paid $4.99 for didn’t  even come with onion straws smdh 😑 https://t.co/I6OFON0aa2
16619                                                                                 @dobrock @GoodCharlotte @Hyundai If they played the song the anthem I hope nobody kneeled during it
16620                                                                                                    @randomgotham @Starbucks @NY1 I missed my bday coffee yesterday! Beyond saddened
16621                                                      Check out Elle Women's Polka dots unique  long sleeve pullover top blouse size L black #ELLE https://t.co/bg3rZFG0jk via @eBay
16622                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/Bhbqp6PUWy
16623                                                                                                                                           @Apple These photos look like mammograms.
16624                                                             Check out Candies Denim Romper M Shortalls Stretch Shorts #Candies #Shortalls #Summer https://t.co/bUgnLd29cC via @eBay
16625                                                                                    RT @jsubler: @Reuters interactive graphic on the Catastrophe in Sulawesi https://t.co/V2nGIgalOF
16626                                                                                                                 You Need to Love Everybody Nebo https://t.co/FXgbKuPFzH via @amazon
16627                                                                                                                                                 @TomFitton @NBCNews @comcast Unreal
16628                                                                       RT @Reuters: Indonesian rescuers hold hope for survivors as scale of disaster emerges https://t.co/yPcPQzsgwv
16629                                                                                                                                    @gpowerf @kobresiaa @Tesla @BMW That’s the point
16630                                                                                                         Hey @netflix can you add infinity war already. I think I waited long enough
16631                                                                                                           RT @SEXYTY78: Omg CTFU @CBS y’all better keep this show  #TheNeighborhood
16632                                             Check out Women's Black and Mocha  Chevron Bodycon Pencil Skirt Tube Mini Dress Plus Size  https://t.co/LXzy9WiJIe @eBay #chevron #cute
16633                                                                                  Miniature Fenton Red and White Spiral Optic Swirl Basket #Fenton https://t.co/vJyIioJUW1 via @eBay
16634                                                                                                          @latelateshow @SabrinaAnnLynn @LilRel4 @SullivanTweet @CBS im on the floor
16635                                            @DesignationSix @Drewdferguson @MrPeanut @KraftBrand @Nestle @Duracell @Bayer @MonsantoBioAg @oscarmayer @Honda… https://t.co/ZR69kEohfZ
16636                                                                                  RT @Reuters: Revelers​ take over Copacabana for Rio’s gay pride celebration https://t.co/hWG87EK27O
16637                                        RT @TheComedyStore: Tonight at midnight on @netflix @NetflixIsAJoke stream @joerogan 's new special Strange Times! Congrats Joe! #TheComedy…
16638                                                                                                                             RT @YashYashasvig43: @DoliRoy10 @Apple Thanks to apple.
16639                                                                  See what I m up to on @eBay! View my profile to see my favourite finds and more: https://t.co/twCDPVMDye via @eBay
16640                                            @DesignationSix @MrPeanut @KraftBrand @Nestle @Duracell @Bayer @MonsantoBioAg @oscarmayer @Honda @Acura @Toyota… https://t.co/VMJhSaIwQV
16641                                        RT @Marc428: @TomFitton @JWWins @NBCNews @comcast Everybody's trying to get rich off of this. The scum is lower than slime. God will take c…
16642                                        RT @sneakersnstuff: Starting next week we will no longer be able to accept @PayPal for sign ups. As accounts are selected randomly to purch…
16643                                                  Check out Vintage  Disneyland Anaheim Staff Jackets zip dusty blue red Size XL lined #Disneyland https://t.co/UBzVoWTPMr via @eBay
16644                                                                                                                            @fulelo @Reuters Ah so everyone will be badly treated...
16645                                                    Just saw this on Amazon: NEEWER Adjustable Microphone Suspension Boo... by Neewer for $12.50 https://t.co/QW4o1WCA6I via @amazon
16646                                                Check out Max Cleo Dress S True Wrap Style Stretch Jersey Knit Figure Flattering Career S #MaxCleo https://t.co/GTOcVhNVBL via @eBay
16647                                        @LPGACommish @Boeing @LPGATeachers @LPGA @LPGAWomen I am also thinking about an Adaptive Golf #inviteHER Google One… https://t.co/Z54VaCuP1K
16648                                                RT @BBCBreakfast: Want to know how to draw Mickey Mouse? Learn how to with @Disney animator Eric Goldberg! ✏️ https://t.co/X0iPq2nzAq
16649                                                                     RT @ComicBooksTalk: International fans joining US fans to watch Titans #Titans @netflix https://t.co/s5XuoDcUR6
16650                                        RT @Chadtronic: Here's some online press about my amazon situation. Feel free to clear this up any day now Amazon! @amazon @AmazonHelp http…
16651                                                                    @Viacom @BobbyBrownBET @BET I loved this movie so much very well done wish I could purchase it on digital or DVD
16652                                        Cool DIY disc art @Mastercard SMART Summit in #Austin. Great hearing the latest in #consumer #trends and connecting… https://t.co/XM9nw2U87o
16653                                                                       Check out ANNE KLEIN NAVY BLUE CHAIN HANDLE HANDBAG #AnneKlein #ShoulderBag https://t.co/2bUeItLF2o via @eBay
16654                                                                                                                         oh don’t gosh YES🍁🎃🕸🕷🦇🍂 @Disney https://t.co/EdgIwDG1Kl
16655                                                                       Check out Womens Party sexy velvet choker jumpsuit zipper race back closure SML https://t.co/Umw9qqV3Ck @eBay
16656                                                                                                            RT @Reuters: America's image worsens under Trump https://t.co/kNGsaYZHmh
16657                                        RT @adamconover: I’m also disappointed with and frustrated by this. Banging on doors and windows at @netflix and @trutv trying to get it fi…
16658                                                                                                                    @DeborahAnnWoll @Daredevil @netflix I need Karen with Frank 😍🙌
16659                                        RT @HondaGuy4: @SandraL @DesignationSix @husseyblizzard2 @MrPeanut @KraftBrand @Nestle @Duracell @Bayer @MonsantoBioAg @oscarmayer @Honda @…
16660                                                Check out Brooks Brothers Supima Mens M Multicolor Plaid Check Logo Non Iron LS Shirt #ButtonFront https://t.co/fi5r5Rp1or via @eBay
16661                                                               RT @tag6311: Check out Matt Bernson Women's Ballet Flats 6/6.5 Olive Green Casual Shoes https://t.co/5Xbv0xzEqC @eBay
16662                                        RT @AncientDeals: UP on @eBay for #BuyitNow or #BestOffer Roman Imperatorial Julius Caesar. 49 BC. AR Denarius Military mint traveling with…
16663                                        RT @Reuters: Givenchy artistic director Clare Waight Keller debuts new line at Paris Fashion Week https://t.co/jsSNkaof89 https://t.co/8XQq…
16664                                        RT @SolarPrepper: The Prepper Road Saga: Post Apocalyptic Survival Fiction Boxed Set Edition (P... https://t.co/vqC4dY3CIz via @amazon #pre…
16665                                                    Check out Men's 10K Rose Gold Over D/VVS1 Diamond 3D Round Pinky Statement Ring 1 3/5 CT #Band https://t.co/szZ56Rnvvi via @eBay
16666                                        RT @ThisIsDonnaM: @dj_g1_ @AntoinetteM001 @MySwilly @Donxila @ChrisGayle1111 @facebook @PatriceLeeMusic @4HMENT @DjKAROUH @GLoBarzz @MR_JOE…
16667                                                                                 It’s always so heartbreaking when @netflix removes shows/movies you were in the middle of watching!
16668                                        RT @AntoinetteM001: @dj_g1_ @MySwilly @Donxila @ChrisGayle1111 @ThisIsDonnaM @facebook @PatriceLeeMusic @4HMENT @DjKAROUH @GLoBarzz @MR_JOE…
16669                                        RT @AnnastaciaMP: Jenny is a flow controller at @CocaCola. My Government is all about jobs for Queensland. #qldpol #jobs https://t.co/5ewrw…
16670                                                                                                                                                            ok @netflix fix dis firs
16671                                                       Check out 14K Yellow Gold Over 1.20 Ct Round D/VVS1 Diamond 3 Stone Ladies Engagement Ring  https://t.co/BPT5MJRCeW via @eBay
16672                                                                                                                   Check out New Car Sun Protect Shade https://t.co/Ex5rMNc4md @eBay
16673                                                                                 Stayed up to watch @joerogan Strange Times. @netflix where you at? Not posted yet 15 minutes after.
16674                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
16675                                                       Check out Donnybrook Plush Coat Sm/Med Cinched tied waist Floral animal print Blanket Coat  https://t.co/7I9c385CNb via @eBay
16676                                                     RT @joerogan: East coast people! #strangetimes is available right now on @netflix netflixisajoke Enjoy! https://t.co/wyr0Lcicbb
16677                                                                                                                   RT @netflix: My King and Queen of October https://t.co/BUdk4Y6U58
16678                                                                                                               @gritzngravybaby @ATT By using labor of the prison system for profit.
16679                                         @bookingcom  no reply from https://t.co/i7ZSflSljv after numerous reminders for harassing customer in foreign land… https://t.co/SvNGQIIacy
16680                                        RT @eBayROCteam: Vintage 50s Jane Joyce L Pink Ivory Day Dress Lace Chiffon Fit Flare Pinup #JaneJoyce https://t.co/oK97K4sjEO via @eBay #e…
16681                                                       Check out 1.50ct Brilliant Oval-Cut Diamond Solitaire Engagement Ring 10K Yellow Gold Over  https://t.co/VhEoEROEcL via @eBay
16682                                                             Check out 1.50CT Cushion-cut D/VVS1 Diamond Halo Engagement Ring 10K White Gold Over  https://t.co/jUpE5bxa5r via @eBay
16683                                               @AlanArbelaez @wex1200 @adidasoriginals @adidasUS @adidas @kanyewest this just not acceptable how has yeezy supply not shipped yet!!!
16684                                                                                                                      @merili_kytt OMG PLEASE DO I love it and sigh @Apple do better
16685                                                                               @J000lie @steveallenshow @LBC @primeraair @easyJet Surely you'd check ATOL affiliation before booking
16686                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
16687                                                      . @Ford = First on Roval Day! Congrats to pole winners @AustinCindric and @KurtBusch and race winners… https://t.co/2jP9QWVh2V
16688                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
16689                                                            Check out International Wildlife vol 18 no 3 May-June 1988 Rainbow Lorikeet Australia  https://t.co/omdZU4vxIH via @eBay
16690                                                                                       @Pawn37 @GuppyMFJ @McDonalds That's just how far you can go before you have to pay the price.
16691                                                  RT @saucedelgado: Held my first church ceremony at COSTCO .. thank you for having me @Costco i had a blast https://t.co/2uKZbFRVyF
16692                                                                                                                          @ChipYVR @lululemon @amazon Can fat people read this book?
16693                                                                                                            RT @joerogan: Midnight! @netflix @NetflixIsAJoke https://t.co/Cto0QcPQ35
16694                                                                                                            RT @joerogan: Midnight! @netflix @NetflixIsAJoke https://t.co/Cto0QcPQ35
16695                                            Check out Muk Luks A La Mode Slipper Socks w/ Tassels Gray &amp; Tan Size Large/XL (8-10) NWT #MukLuks https://t.co/NtxfjvYEAe via @eBay
16696                                                    Check out Delirious Los Angeles Women’s Plus Leggings Top Shirt 1X Aztec  Black Blouse #Blouse https://t.co/6ERbMkIzWE via @eBay
16697                                                                       Check out topps mike birkbeck card #692 Milwaukee Brewers #MilwaukeeBrewers https://t.co/tYOjeM0CgK via @eBay
16698                                                                                                            RT @joerogan: Midnight! @netflix @NetflixIsAJoke https://t.co/Cto0QcPQ35
16699                                                                                                   @bri_ana99 @HP well your first mistake was an HP but I can understand why you did
16700                                                       Check out H:HYDE Fashion Bohemia stylish shiny noble heart Natural Stone Beads charming Br  https://t.co/CdKMAxg2g6 via @eBay
16701                                                                                                           @joerogan @netflix @NetflixIsAJoke is it worth staying up for? Joe&gt; XD
16702                                                                                                            RT @joerogan: Midnight! @netflix @NetflixIsAJoke https://t.co/Cto0QcPQ35
16703                                                                                           @netflix Stand up comedy and “Comedies” are two TOTALLY DIFFERENT genres. Get it together
16704                                             @zachphillippy @netflix Nope. Probably mid November is my guess. Really thinking of flying out to LA and grabbing it on its first week.
16705                                                I bought an @Apple leather case for my phone and it’s so slick... physically and visually!! I don’t know how to hold on to it.. HALP
16706                                                                                                                           @KasideePayt @netflix Yes maam. Gotta pay for it on there
16707                                                                                                            RT @joerogan: Midnight! @netflix @NetflixIsAJoke https://t.co/Cto0QcPQ35
16708                                                                                                                   RT @netflix: My King and Queen of October https://t.co/BUdk4Y6U58
16709                                                                                                    @randomgotham @Starbucks @NY1 They do have a metal card made of platinum for $5k
16710                                                                                                                         @PopCrave @netflix @Bloomberg @sarahcampi98 bitch I'm ready
16711                                                                                        RT @Reuters: Bill allowing U.S. to sue OPEC drawing renewed interest https://t.co/kXJ1MAangS
16712                                                                                                                    lmao y’all trying to be slick😂 @netflix https://t.co/0EIvi4iOfK
16713                                                     RT @joerogan: East coast people! #strangetimes is available right now on @netflix netflixisajoke Enjoy! https://t.co/wyr0Lcicbb
16714                                                                                                            RT @joerogan: Midnight! @netflix @NetflixIsAJoke https://t.co/Cto0QcPQ35
16715                                                    Check out WOMEN'S SKIRT BLACK LEATHER SANTA CRUZ BRAND SLIT IN REAR SIZE SMALL NEW #EDDIEBAUER https://t.co/lHEbMO423J via @eBay
16716                                        RT @SportsCardsNYC: 2014 #Bowman Chrome #TylerWade RC Auto #GoldRefractor /50 #BGS 9.5 #Yankees Hot!!!  https://t.co/NxN6PElX42 via @eBay @…
16717                                                  RT @CocaCola: Give a shout-out to someone that owes you Mexican food and ice-cold Coke. 😍 #ServeWithaCoke https://t.co/C1XPfi3yAF
16718                                                           @BADGERxxxFACE @cebrazil @thatguysky13 @joerogan @netflix @NetflixIsAJoke Can you not read buddy? https://t.co/i1wvsR3npV
16719                                                                                                                            @joerogan @netflix @NetflixIsAJoke Is it 12 pt or 12 ct?
16720                                                                   Check out LOT OF 7 VINTAGE CHARLIE BROWN 1963-70 FAWCET CREST PAPERBACK BOOKS   https://t.co/OFc0Ncc0i3 via @eBay
16721                                                        Check out Giant Inflatable Dinosaur Pool Float Ride-On Large T-Rex Kids Swimming Raft Toy  https://t.co/J9eyx4HSOv via @eBay
16722                                                                                                                                                            @sophyish @netflix whoa!
16723                                                                                                                   RT @netflix: My King and Queen of October https://t.co/BUdk4Y6U58
16724                                                                            RT @yeosangkq: i'm so sorry for @Disney all of their princes must be jobless now https://t.co/Qm6fpWsiHM
16725                                        RT @geoffmackey1: The latest engagement for sustainable change and development @BASF appears in our quarterly “Sustainability News”! #BASFS…
16726                                                                      RT @Reuters: Scale of Indonesian disaster emerges but rescuers hold hope for survivors https://t.co/K88HJy03k6
16727                                        @CarlosBrandt @instagram @facebook @fbsecurity @InstagramES @fbnewsroom @fbanalytics Dm @GlobalTweaker on instagram… https://t.co/BFW0WIE15K
16728                                                                                       @cncpts @_GodFather_Khan @Nike @nike at least you're consistent with terrible quality control
16729                                                                                                                                 @GoldmanSachs It is QE that is funding that growth.
16730                                                                                                                      Check out my listing @eBay - https://t.co/usraRBxAHv via @eBay
16731                                                                                                                                                     @QuavoStuntin @amazon Sooo cool
16732                                                                                                         Good quality and beautiful colors set. https://t.co/xCVpaRmN3x 来自 @amazon
16733                                                       Check out HH948 Sale !! Beautiful Look Fancy Bali Silver Plated Earring Girl/Women Jewelry  https://t.co/JiRmCmUkzH via @eBay
16734                                                   @sahilkapur @Reuters Some in my family will continue to vote for republicans and then will be shocked when their medicare is cut.
16735                                                  RT @JB_Rain_Maker: $PURA - Puration Inc (OTCMKTS:PURA) Explodes on Coca-Cola Interest https://t.co/mmSZydKUUA via @Oracle Dispatch
16736                                                  RT @JB_Rain_Maker: $PURA - Puration Inc (OTCMKTS:PURA) Explodes on Coca-Cola Interest https://t.co/mmSZydKUUA via @Oracle Dispatch
16737                                                  RT @JB_Rain_Maker: $PURA - Puration Inc (OTCMKTS:PURA) Explodes on Coca-Cola Interest https://t.co/mmSZydKUUA via @Oracle Dispatch
16738                                                Check out Natural Geode Druzy 24k Gold Electroplated Gemstone Connector Designer Jewelry #Handmade https://t.co/zfsDAUGdns via @eBay
16739                                                                                                                      Check out my listing @eBay - https://t.co/u7A8IdPxAQ via @eBay
16740                                                                       @AMG133 @BMW @BMWGroup @BMW_SA @EdwardMakwana Any idea what the entry level will retail at? #askingforafriend
16741                                        RT @lalden73093: @DesignationSix @Keurig @Ford @LincolnMotorCo @pfizer @LibertyMutual @Bayer @Honda @Acura @AceHardware @ProcterGamble @All…
16742                                                                                                                                               @SpecialOlympics @BankofAmerica Great
16743                                                       Check out Round Colorfull Natural Agate Druzy Gold Plated Drop Dangle Hook Earring Jewelry  https://t.co/ywzbYNZgK5 via @eBay
16744                                                                                                 @SXMUrbanView @karenhunter @donnabrazile @SylviaKAlston @SXMPolitics @amazon Agreed
16745                                         @DeborahAnnWoll @Daredevil @netflix @Marvel @vincentdonofrio @erikoleson @WilsonBethel @JayAliUK Is Frank going to… https://t.co/n0U8VyjQyQ
16746                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/F1xnboIZ0Y
16747                                        RT @sandrayearman: The Faces Of The Damned / Demonic army…By Sandra Yearman   https://t.co/T0Xlq1WxmG via @amazon #series #fantasy #amreadi…
16748                                                                       @MeshalOmran @Mraldakhil And btw it is called @Reuters and in the old days you mentioned it was called Reuter
16749                                                                      RT @netflix: Charmed blessed us with one of TV’s best characters ever: Piper Halliwell https://t.co/ANGiAaUJX6
16750                                                                                                                  @tjeulel @AdamTheRedBaron @Ryanair Bless ya. Have a great day 🙏😊
16751                                       RT @GlblCtzn: Building the future starts with tech education! 💻📚 That’s why the @verizon Innovative Learning program is providing teachers…
16752                                                                      RT @netflix: Charmed blessed us with one of TV’s best characters ever: Piper Halliwell https://t.co/ANGiAaUJX6
16753                                                                    @WORLDSTAR #Follow me on @facebook #Facebook @ZayLaw &amp;@instagram #Instagram @1597Zay https://t.co/oNwGeicADu
16754                                                                                               The Bear Guarding the Beehive by Stephanie C. Fox https://t.co/RMxl3MoNhn via @amazon
16755                                        Every time I end up in @Starbucks as there is no where else with oat milk I regret it. I am the only one with the r… https://t.co/YtkzNDkOrw
16756                                                                                                                                         @Reuters Looks like a little bit wrong size
16757                                                      RT @EmDunks: Scoop: @HSBC to become first foreign company to list in China via London-Shanghai connect https://t.co/AsE4fzwnQ0
16758                                                         RT @Nikki_Malone: Me... still waiting for a response from @Ryanair @RyanairFlights ! 😴 TID 5108689 https://t.co/TW06T8XGTz
16759                                           RT @hellopartyF: Finally can see my Superwoman in Taiwan😭😭😭😭💖💖💖💖@tiffanyyoung @hm #HMLovesMusic #TeachYou https://t.co/XfbPNbwjUu
16760                                                               RT @mutludc: Trump says U.S. asked Turkey for audio-video evidence in Khashoggi case @Reuters https://t.co/0bjNS3wbhF
16761                                                                      RT @netflix: Charmed blessed us with one of TV’s best characters ever: Piper Halliwell https://t.co/ANGiAaUJX6
16762                                         RT @theamormagno: So addicted to @netflix @haunting of Hill House!!! I have to stop binging coz I’m a responsible mother who needs to take…
16763                                                                                                                                                            @Reuters What a bad idea
16764                                                                                                             @Google Why is pixel 3 yoyr most shitttttty phone yet? 😂😂🤣😂😂😂😂🤣
16765                                                       RT @Reuters: ICYMI: Singer Amy Winehouse to return to the stage as a hologram https://t.co/f40vPph0ED https://t.co/Sen6RJPlWu
16766                                        RT @marieha34093166: 🌶This excellent documentary is now available instantly @amazon Prime!  If you have not seen it at the movie theater no…
16767                                                                       RT @Reuters: French finance minister to shun Saudi conference over missing journalist https://t.co/CJVwgZBv4f
16768                                        @naughtyDOG2 @Sonnie60349702 @Tampax @ProcterGamble @NorthumbrianH2O Why aren't they cardboard any more?. How are t… https://t.co/wrpqljqLsP
16769                                                                                                                                          @jobolane1 @Tesco @MorloNursery Amazing :D
16770                                                                                                                       RT @5a1di: You are fake news @Reuters https://t.co/MNFbShPEZ5
16771                                                                                             Both @BenjiNdolo and @Botanyakunu are candidates for @facebook cc @JLetangule @Nyasirwa
16772                                                                     Check out Ferguson Jenkins - 1984 Donruss - Autograph - PSA/DNA  #ChicagoCubs https://t.co/K8mnArH3rZ via @eBay
16773                                                                                RT @Asamoh_: Both @BenjiNdolo and @Botanyakunu are candidates for @facebook cc @JLetangule @Nyasirwa
16774                                                                               Mitch McConnell on Rising Deficit: ‘It’s Not a Republican Problem' https://t.co/bHp9XcHfX5 via @Yahoo
16775                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
16776                                         We are so grateful to @Tesco Rotherham for the kind donation of 10 pumpkins for our topic in foundation stage next… https://t.co/nw7YDi7M6N
16777                                                                                       I really liked these ties. I loved the color selections. https://t.co/UAiUl8no2g 来自 @amazon
16778                                                                                @TheLondonHughes Either @netflix or @amazon should be picking this up if none of them are taking it!
16779                                                                                                                                    @BMW #X7 Just experienced what crush feels like.
16780                                               RT @mhuelskoetter: Amazing: @OVH and @intel have been working together for more than 10 years now! #OVHSummit https://t.co/gKd8wuwjfu
16781                                         Research from @TelariaVideo and @Adobe Advertising Cloud provides more proof that take-up of traditional pay-TV or… https://t.co/73Tj7YFp2c
16782                                                                             Check out RARE! Lottery Lucky Bear Plush Holds Tickets and Money #ACE https://t.co/c2K6rfKwU5 via @eBay
16783                                                   Check out Nike Mens Air Zoom Mariah Flyknit Racer Black Size 12 US Athletic Running Shoes #Nike https://t.co/RjtEm8AJHG via @eBay
16784                                                       Check out Emerald Pendant Silver Pendant Gypsy Pendant Delicate Pendant Friendship Pendant  https://t.co/3VdRUGSVhX via @eBay
16785                                                                                                                            @Ryanair Can you follow up me so I can send a DM please.
16786                                                     Perverts and bullies are welcome on @facebook but sports fans who post videos that don’t break copyright laws are the bad guys!
16787                                                  Check out EARTHIES Raynia Black Leather Block Heel Pumps Heels Size 9- B Peep Toe $189 #Earthies https://t.co/dzi5Hz7RCl via @eBay
16788                                                                                                                                   @Phil_Tanner @netflix bwahaha. I like your faith.
16789                                        The queue for @hm is well and truly underway at #BaronsQuay! Join us before 11am and you will receive a 25% discoun… https://t.co/K56eK8hn51
16790                                           @vincentdonofrio @Daredevil @Marvel @netflix Your so handsome Mr Frisk.I love u and hope to get a hug today.I really need one right now🙃
16791                                                          Check out MEN'S TOMMY BAHAMA HAWAIIAN CAMP SHIRT BUTTON FRONT XXL 100% SILK #TommyBahama https://t.co/nrUX7RuiMA via @eBay
16792                                                                          RT @Reuters: Dutch cancel Saudi trade mission over missing journalist: spokeswoman https://t.co/WfRS0bFRI0
16793                                                                             @vincentdonofrio @Daredevil @Marvel @netflix You as I’ve said befor...PERFECTIONIST YOU ARE Mr D’Onfrio
16794                                        RT @samuelkanu93: We consider @facebook as voice of the voiceless. But stopping the truth from been told is not part of freedom of speech i…
16795                                        RT @Viacom: .@kirkfranklin joined ladies of country music @HillaryScottLA and @torikelly for a soulful performance at the #CMTAOTY award sh…
16796                                                                                                     RT @Reuters: Playful pup disrupts Georgian soccer match https://t.co/pa8gNL4WEZ
16797                                            RT @AmericanExpress: @Lin_Manuel's leading role is that of visionary artist. Our role? To have his back every step of the way. #AmexLife
16798                                                                          @Supermalt @Spooncereals @DegustaboxUK @GetFruityBar @Nestle @ShreddiesUK It was delicious! So warming! 😁
16799                                                 Check out WARWICK (Warwick) WB RB STREAMER NT 4 W NHP iacmh3 from Japan EMS Freeshipping #WARWICK https://t.co/A1U8ynFC3L via @eBay
16800                                         @AdamTheRedBaron @bossman2812 @CloudSurferUK @matthew007800 @RudyRoggio @Roosterbooster4 @Ryanair You seem to have… https://t.co/1D4UrHK9EJ
16801                                                                          RT @Reuters: Dutch cancel Saudi trade mission over missing journalist: spokeswoman https://t.co/WfRS0bFRI0
16802                                                                                    RT @Reuters: Tesla buys land in Shanghai to build $2 billion Gigafactory https://t.co/Fuy8JVkygl
16803                                                       Check out Pietersite Ring 925 Silver Ring Wedding Jewelry Birthstone Ring Fascinating Ring  https://t.co/QKQZ27vHwt via @eBay
16804                                                                                    RT @Reuters: Tesla buys land in Shanghai to build $2 billion Gigafactory https://t.co/Fuy8JVkygl
16805                                        RT @6VTLjaRoVNNpLX5: @Expedia been trying to change or cancel my flight for the past week and didn’t work!! sent an email try to contact yo…
16806                                                                                    RT @Reuters: Tesla buys land in Shanghai to build $2 billion Gigafactory https://t.co/Fuy8JVkygl
16807                                                                             Check out VINTAGE MID CENTURY WOOD SALAD BOWL SET ROOSTER DESIGN 5 PIECES https://t.co/7MIOTisVSY @eBay
16808                                              RT @LornajaneCosign: Springmaid Wondercale Vintage Twin Fitted Sheet No Iron Percale Flowers Floral  https://t.co/je4gR6YQU6 via @eBay
16809                                                                                                                  RT @kthegroove: moody @Sony @SonyAlpha art https://t.co/PWPqe82cQS
16810                                                       just pick up eyewitness @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca '#WeWantEyewitnessSeason2'
16811                                                                                                                  Check out Vintage Clown Decor Figure https://t.co/dsRr30CPSJ @eBay
16812                                     Hi @hm I've been notified of a credit search by H&amp;M Online against me/my address but I've not had any contact with… https://t.co/YVnKXyWPMy
16813                                                                                                                      Check out my listing @eBay - https://t.co/qCnRbIzfe5 via @eBay
16814                                                                               Check out AYR UNITED V CLYDE 2/01/1980 SCOTTISH FIRST DIVISION (7)  https://t.co/1sXZsv6rfR via @eBay
16815                                        RT @lalden73093: @DesignationSix @Keurig @Ford @LincolnMotorCo @pfizer @LibertyMutual @Bayer @Honda @Acura @AceHardware @ProcterGamble @All…
16816                                                                      RT @netflix: Charmed blessed us with one of TV’s best characters ever: Piper Halliwell https://t.co/ANGiAaUJX6
16817                                       RT @Shell: Shell wants to help bring change ⚡ Our CEO Ben van Beurden announces a new ambition to provide reliable electricity to 100 milli…
16818                                                                                                                         @Reuters You are liar and no one will thrust your fake news
16819                                                                Can we all just agree that @netflix are the only ones worthy of resurrecting the  #Charmed series and call it a day?
16820                                    . @CurlyRuth of @MarketingFuller &amp; Kieran O’Brien of @compub talk about how @Google has great tools to give marketi… https://t.co/bELpP9GZza
16821                                                                       RT @mfoulk50: Shrink: An Abby Chilton Novel (Abby Chilton Novels Book 1)  https://t.co/l5lYvUuZtv via @amazon
16822                                                                           RT @NewHopeBreece: @NewHopeReece talking about #Breece Via @facebook Livestream ❤ https://t.co/ZUFy5RcKuK
16823                                                                          Check out Barbara Desiree autographed 11x14 Photo COA Playboy Cybergirl  https://t.co/YxyXRLOZ3u via @eBay
16824                                                                                                            Sorry but when did @ASOS become shit at delivering. Did I miss the memo?
16825                                                                                       da Vinci Artwork 1.25 inch Pinback Button Set Badges Pins https://t.co/CQDX9spLpA via @amazon
16826                                        RT @spbverhagen: So is this the flight safety attitude of @Ryanair ? Is this why lowcost is lowcost? Leaving crew to sleep on the floor bef…
16827                                                                                                                                                @mynameisjeremy @netflix Very s🅱️ooky
16828                                          @PROPERCORN @Tesco Thanks! Tesco is one I only ever go to if I absolutely have to. Thanks for letting me know or I'd not have found it. 😊
16829                                                                             RT @the_makeupmaven: Tonight’s recreation 🖤 #Halloween #CruellaDeville @Disney https://t.co/drBvYke68Q
16830                                                                                              Check out Collector's Tobacco Herb Smoking Pipe (Yellow) https://t.co/RK9Vkg8TF4 @eBay
16831                                         RT @BrotherJesse: @ShaiDeLuca @LouisFarrakhan @jack @CNN @ABC @BBC @nytimes @washingtonpost @nypost @CBS Your words are very Talmudic. Not…
16832                                        RT @JinnySkeans: @NerdWACause @di_demi @LucaCharmedFan @netflix @TheCW I dont see the point in Charmed without the original cast tbh. Charm…
16833                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
16834                                                        RT @Reuters: Harry and Meghan cause a royal frenzy Down Under https://t.co/MlC7uymQhi via @ReutersTV https://t.co/Owjsiwep8Q
16835                                    RT @mommalewsblog: Want a FREE movie for #Halloween - Get a $3 credit to VUDU when you buy participating products at @Walmart from @fanta &amp;…
16836                                        RT @BlackGirlFest: We’re so excited to announce @Microsoft is our Tech sponsor for #BlackGirlFest18! We’ll have workshops where you’ll be a…
16837                                                                                           Check out Hermes Umbrellas Red Silk Necktie #HERMS #Tie https://t.co/nVtEsBzCpy via @eBay
16838                                                                                                              @Reuters Some children are wearing oversized “yeezy” .what’s the point
16839                                                                                                                                     @mohd_altheyab @Reuters sad forhearing the news
16840                                                   Check out New &amp; Genuine Lot 2.05 Ct 3.10mm-3.20 mm Near White Round Loose Moissanite 17 ps  https://t.co/n8aza0cVJ7 via @eBay
16841                                    RT @REALFiercekitty: THE MOST EGREGIOUS VIOLATION OF RIGHTS EVER!! @Google has decided that RAIN VIDEOS &amp; Disney Jr videos (the ONLY vids e…
16842                                                                                  9-Year-Old Boy Helps Police Catch His Mother's Suspected Killer https://t.co/8L80eVxYyQ via @Yahoo
16843                                                                        RT @igeeksblog: #iPhoneXR pre-orders: As @Apple announces new countries https://t.co/GwqxeNQxv7 via @9to5mac
16844                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
16845                                       RT @CBGActors: #LFF2018 continues! We’re here at the premiere for #OutlawKing with @HowleBilly 👑 @netflix @OutlawKing https://t.co/KVVgYESI…
16846                                                      Échale un vistazo: Keds Women's Champion Coral Eyelet Sneaker Shoes Floral Size Size 7.5 Lace Up https://t.co/5YececT8uR @eBay
16847                                        RT @BrandsTkgStands: Lessons from @Walmart and @UPS on electrifying their fleets https://t.co/XkCUczF76B via @GreenBiz #transport #sustaina…
16848                                                  Check out Sutton 1x 2x size Cardigan Sweater White Gray Black Floral Womens Plus Comfort #Casual https://t.co/ET73gT9sHH via @eBay
16849                                                                      RT @netflix: Charmed blessed us with one of TV’s best characters ever: Piper Halliwell https://t.co/ANGiAaUJX6
16850                                                                              RT @Reuters: France sends mixed signals over Saudi ties after Khashoggi affair https://t.co/Qn6vef12yd
16851                                                                                                    @bonafidecari @netflix It’s rated PG but the ball gag and nipple wax had me 🤔??
16852                                                         @haun7edsimon @JamesPykett @MagnaScience @HauntedLIVE_ @facebook @hauntedmagazine @thehauntedguy @hauntedJW Countdown is on
16853                                                          Check out Roger Livingstone Mounted &amp; Framed Print ‘As The Sun Sets’ Poppies Watercolour https://t.co/s8tCwkGYT3 @eBay
16854                                        RT @FadilaGana: @Leszek33 @Nike @Paralympics @montgomerycoll @ZahiaSi @Tokyo2020 This is amazing! Thank you Dr.J. Alberto Martinez and Shay…
16855                                       RT @RagaliePetricaD: (🎧)#91 on @tech_eu: @Apple is shopping in Europe; @HelloFresh and subscription marketing; $19M for @Pitch; interview w…
16856                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
16857                                        RT @cabracastle: Did you know Cabra Castle Hotel was voted 2nd scariest hotel by @TripAdvisor in 2010? Read more about it here: https://t.c…
16858                                        RT @KendallJenner: Shop our #KKFALL18 collection on @amazon @amazonlifestyle @kendallandkylie https://t.co/sNfIMs6ZUj https://t.co/dVsHrqsZ…
16859                                                       Check out Bistro Small Kitchen Table Home Bar 2 Chairs Dining Set Wine Rack Furniture Iron  https://t.co/bGCFpticRZ via @eBay
16860                                                        Check out Portable Pizza Oven Gas Propane Burner Stone Camping Cooker Patio Floor Pan NEW  https://t.co/c184Tfzlrx via @eBay
16861                                         @Reuters Kanye knows black people in America done turned our backs on him so he went all the way to Africa to help… https://t.co/KeIsFghrH9
16862                                    RT @Gedk: Dropped into the @Google #DigitalGarage at Hillhouse &amp; Earnock Community Centre. They’re doing great work helping local people wi…
16863                                                    Check out Port &amp; Company Mens Womens Black w/ Pirate Flag Logo Pullover Shirt Top Size XL  https://t.co/nXU2SRUvXD via @eBay
16864                                        RT @JConnolly93: Great @themotleyfool @MarketFoolery #podcast #episode today on @netflix. Loved analysis done by @AndyCCross and can’t wait…
16865                                        @MHcommunicate @Oracle @MikeQuindazzi @alvinfoo @YuHelenYu @mdallavecchia @Paula_Piccard @KimWhitler I’d have put t… https://t.co/F9JCzHeQFh
16866                                                                  RT @David42160244: Check out WOLVERINE #6 Darick Robertson TOM PALMER comic book '03 https://t.co/aC7v4xY56d @eBay
16867                                        RT @LukeBryanOnline: Nothing better than playing music for my fans. And thanks to @verizon y’all could got stageside tickets. #VZup  #ad #W…
16868                                                       Check out 1 Pc *Wall Thickening Mute Door Fenders Golf Modelling Rubber Fender Handle #None https://t.co/pgF1raBrYK via @eBay
16869                                                             Check out Vintage Revolt  Forever Classic Women's Denim Jean Overalls Carpenter Size Med. https://t.co/1fRqSHrUCX @eBay
16870                                                              RT @PaceRappaport: Check out John Byrne's NEXT MEN #5 1992 Comic Book DARK HORSE DH  https://t.co/RAuRY3VKcS via @eBay
16871                                                                                                                @JoeBiden @CBS 🔥Majority USA 🇺🇸 wants nothing your selling Joe 🤣🤣
16872                                                       Just saw this on Amazon: Glittered Red Christmas Stake Lighted Christmas ... by KNL Store https://t.co/rbOlPJUYaC via @amazon
16873                                                               RT @Enigma0165: Check out LOT of 7 On Wicca Spells Magic The Pagan Book of Days SC  https://t.co/cv0vMttkc4 via @eBay
16874                                                                                                                                          @McDonalds I found a snake in my McDonalds
16875                                           @DesignationSix @cintay46 @Keurig @Ford @LincolnMotorCo @pfizer @LibertyMutual @Bayer @Honda @Acura @AceHardware… https://t.co/d5RxHnUaSH
16876                                        RT @lonely_queen: Daily tweet @nbc @UniversalTV @hulu @netflix @PrimeVideo @AmazonStudios @AppleTV @FreeformTV @CBSAllAccess #SaveRise #Pic…
16877                                                       Check out Vintage John Hull Cutlers Carving Set 3 pieces Sheffield Stainless Steel England  https://t.co/LI7zflBXDB via @eBay
16878                                        It seems there are no parents working at @Google since Family Link allows controlling nearly every aspect of a chil… https://t.co/Gm8dWLmji4
16879                                        RT @Reuters: ‘The lithium world is on pins and needles’: The two biggest lithium producers signed deals to increase their output in the wor…
16880                                        RT @BSadlau: New technology is on the way to Canada. Alstom and @Siemens to develop #hydrogen train concept for Ontario https://t.co/O2L9Z3…
16881                                                                                                                RT @QueerXiChisme: we need this NOW @netflix https://t.co/Hwks7NL80X
16882                                                                                                                   @B_barrett91 The audacity! @Starbucks give this lady more napkins
16883                                                                CRAZYBACHAT Indian Pink Color Silk Embroidery Saree with Free Stretchable Blo... https://t.co/dllmUx43LQ via @amazon
16884                                                                                                                      @lewiscollab @Starbucks Done and done! https://t.co/Bz3QcKVPcw
16885                                        RT @ccognetta: Extra Extra! Team Member license sku will become read-only and account access not going away. Thank @Microsoft! @CRMUG @D365…
16886                                                                                                                             @sapinker @amazon Think your real challenge is @nntaleb
16887                                                                                     @AereoUso @Michaelhorowicz @Ryanair @Ryanair_ES @instrabajoyss Really? You standing over that?!
16888                                                  Check out Rue 21  Womens Jacket Red Double Breasted Black Large Buttons Size Medium  #rue21 #Any https://t.co/L500jfKaPF via @eBay
16889                                                    TWO FINGER “DIVA” RING FOREVER 21 DOUBLE CONNECTOR SILVER SIZE 6 SIZE 7 https://t.co/XaWfb2JIvh via @eBay just $12.99 @katybuggy
16890                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
16891                                                           Check out Vivienne Westwood Rare Necklace Gold Dangle Small Orb Stars #VivienneWestwood https://t.co/541fbYFrq9 via @eBay
16892                                     RT @Sekusa1: 🔥@joebiden was on👉 @CBS this morning spewing out🚨hate and racism towards President Trump🇺🇸as his🚨Failed Party has no ideas or…
16893                                                                    @CNNPolitics A day late and a dollar short.....why there isn't far more scrutiny of @facebook I will never know.
16894                                                Check out Jones New York Size Large Gold Sequined Sleeveless Top #JonesNewYork #KnitTop #Versatile https://t.co/zrSMkCEXrD via @eBay
16895                                        @willcarless @Spera_in_Deum @Apple @getongab Why do you stop answering to the reactions on your tweet? Is it becaus… https://t.co/5v9OYcbNrj
16896                                                                              RT @RealEOC: Aspect ratio of John Carpenter’s Christine on @iTunes vs @netflix https://t.co/vZmQgEm3OQ
16897                                        RT @Reuters: Tesla signs $2 billion deal with Shanghai government for a plot of land to build its first overseas Gigafactory https://t.co/J…
16898                                                                           RT @Reuters: U.S. weekly jobless claims drop; continuing claims lowest since 1973 https://t.co/cO3zl4HPTX
16899                                                                   Vintage Federal Glass Polka Dot Bowls Set of 3 Green Orange Brown Glassware Lot https://t.co/C7LA1CL7yH via @eBay
16900                                        hey @verizon in Philadelphia: Tell your drivers not to park in bike lanes! Like this one this morning on Delaware A… https://t.co/83zgz8fhjj
16901                                                 Check out  Butterfly Purse Heirloom Handmade 1 of kind  Art  Eddie Brat Leather #EddieBratLeather https://t.co/FmOOGkbhJO via @eBay
16902                                                    Check out Polo Ralph Lauren Lambs Wool Blend Classic Plaid Scarf 10x69 #PoloRalphLauren #Scarf https://t.co/UU7P4UbTyQ via @eBay
16903                                        RT @StacieinAtlanta: Free $100 @BestBuy gift card with pre-order and qualified activation of the new @Google Pixel 3 or Pixel 3 XL for Veri…
16904                                                                                                                                       @Reuters dRUMPh economy coming home to roost.
16905                                                    Bad news is the @Brewers lost. Good news is I got a great deal on these pants at @Costco! #ThisisMyCrew… https://t.co/LtjwlZudmp
16906                                        @FiservForum and @Bucks-another #ExteNet enabled venue with @ATT Mobility now on air helping to ensure all fans rem… https://t.co/PMmQy6qsV2
16907                                     RT @Sekusa1: 🔥@joebiden was on👉 @CBS this morning spewing out🚨hate and racism towards President Trump🇺🇸as his🚨Failed Party has no ideas or…
16908                                                   @easyJet can you explain why you overbook your flights? I turned up with an hour to spare and was told I am a SAG. Please advise.
16909                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/ddL88tPEuH
16910                                                                                      RT @Reuters: Mexican e-commerce: How Oxxo corner stores are cashing in https://t.co/ZOk4JD0s6h
16911                                                                                                                               @Apple please bring this back https://t.co/OumLTSb4Fu
16912                                                       #followme Check out Zippo Lighter - Harley Davidson - H-D Wings - Live to Ride - NEW #Zippo https://t.co/kxJSSqkvkq via @eBay
16913                                                                               RT @Tesco: Big thanks to Jay for all your great help at our Yorkshire branch! https://t.co/IFPxNWwnX2
16914                                        #PredictiveMaintenance and #PredictiveAnalytics from #connected #vehicles on #Azure by @Microsoft using live telema… https://t.co/acSLlK1HAP
16915                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
16916                                                       RT @DonFi4o: Check out Vintage Catholic Virgin Mary Miraculous Figurine Our Lady of Graces  https://t.co/6BrmS909dx via @eBay
16917                                         RT @Elena11575: @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @UniversalTV @STARZ @USA_Network @AmazonStudios…
16918                                                                                             RT @daahmom: @Sekusa1 @JoeBiden @CBS Uncle Joe is a buffoon. 🙄 https://t.co/XW86MTBLUF
16919                                                                        RT @OriginOfLettuce: @RealTriceraFish @MonsterEnergy @CallofDuty @Walmart But apples don’t give you 2x xp :)
16920                                                            So @FedEx is ready for Halloween...at least this driver is...the things I see on the way to work https://t.co/gulNwKo6VT
16921                                           RT @Reuters: WATCH: British music icon Amy Winehouse to return to the stage as a hologram https://t.co/f40vPph0ED https://t.co/7JB9Nct7n0
16922                                        RT @McLarenF1: McLaren is delighted to announce a new partnership with @CocaCola. The iconic brand will be carried on an F1 car for the fir…
16923                                                       RT @Sony: Happy Thursday to us all. @zaynmalik #FINGERS out now: https://t.co/woK9mo8T8y 👋👋👋🎶🎶🎶 https://t.co/CebRWFAYIC
16924                                        RT @McLarenF1: McLaren is delighted to announce a new partnership with @CocaCola. The iconic brand will be carried on an F1 car for the fir…
16925                                                                                                                                     RT @netflix: @faithandbeliver 100% with my LIFE
16926                                                                   Check out Natural Toothbrush  10/pc for 20$ /Miswak/Sewak with Portable holder  https://t.co/hnlpINaZaL via @eBay
16927                                                             Check out 2010 Golden Tate Auto-Card RC Topps # RPA-GT Notre Dame 86/90 #DetroitLions https://t.co/x3GKE93Gi2 via @eBay
16928                                                                                        Why do I feel like I need to get the #pixelxl3 @Google @madebygoogle https://t.co/FW1pR2p5lw
16929                                         @BoneyardYYJ @McDonalds Hi there. We’d like to gather more information about your visit. Please give us a call at:… https://t.co/UBpbVSHcRp
16930                                                           Check out PREDATOR HELMET JASON  2018 - Full Face ( DOT Approved ) #Unbranded #Predator https://t.co/yRGyEsvsZZ via @eBay
16931                                        RT @McLarenF1: McLaren is delighted to announce a new partnership with @CocaCola. The iconic brand will be carried on an F1 car for the fir…
16932                                                       Check out Long Reach Craft Punch Lot of 4 CARL Xmas Tree Star Sm Circle Lg Circle GUC #Carl https://t.co/wHseQd90b8 via @eBay
16933                                        RT @davieskmb13: @BankofAmerica now I can't do anything. How do I pay my bills?. You guys are just frustrating me and stressing me out emot…
16934                                           @mkhecker @DesignationSix @Keurig @Ford @LincolnMotorCo @pfizer @LibertyMutual @Bayer @Honda @Acura @AceHardware… https://t.co/NsfISi1wwX
16935                                        RT @alvinfoo: Top 20 companies investing in #AI. @amazon is way ahead over @Google and @Microsoft in AI #talent investment. If your organiz…
16936                                        RT @Reuters: From @ReutersOpinion: Why Europe needs to get more involved in negotiations on denuclearizing North Korea https://t.co/E8KHIB8…
16937                                        @politiCOHEN_ How much do you want to bet that the millions of @facebook users that were hacked last month get micr… https://t.co/ZfqoDhsjvH
16938                                                                                                      RT @Reuters: Big Bird actor retires from Sesame Street https://t.co/NP0tx7Mp3X
16939                                                                          RT @Reuters: A water fight in Chile's Atacama raises questions over lithium mining https://t.co/5zWLUsTmtE
16940                                                                                                                                RT @NFL: VOTE for the @FedEx Air Player of the Week!
16941                                                                                                      RT @Reuters: Big Bird actor retires from Sesame Street https://t.co/NP0tx7Mp3X
16942                                                   Check out Toner for HP LaserJet Pro M102a M102W 102 MFP M130a M130fn 130 130fn M102 M130 #COAAP https://t.co/aJrmnS1qoE via @eBay
16943                                                                                                                                           Bring back the McRib #Colorado @McDonalds
16944                                                                                                    RT @edgar_fierro1: You need more than 1 season of Impractical jokers @netflix !!
16945                                                    RT @tomas_tmecius: Check out my listing @eBay - https://t.co/cVpIHQYD46 via @eBay #ebaydeals #ebayseller https://t.co/9OB7DBFhpa
16946                                        RT @Bethenny: Ok @costco @walmart @jet @amazon @kmart @kroger @target @albertsons @publix @cvs who would like to help me fill a few warehou…
16947                                        RT @DWilliamsTV: NOW: @GovHolcomb joins hundreds of small biz owners as @facebook hosts a community boost event. They’re learning how to im…
16948                                        RT @themomista: “Being able to have @facebook here and have their synergy to tap into is invaluable... And everyone is on Facebook these da…
16949                                           Dept. 56 Gingerbread Man Christmas Ornament Doughy in the Middle New  https://t.co/EQt6dttJm8 via @eBay #dept.56… https://t.co/4p62X0mPVo
16950                                        RT @FarmersForTrade: ALERT: Major story from @Reuters on soybeans taking another hit. “Purchases are going to be mainly from Brazil and som…
16951                                                               @NFL @FedEx @AaronRodgers12  you deserve every bit of recognition for you super human abilities!!! #GreatnessPrevails
16952                                         @CamDuffey @arcade_1up @Walmart I feel the same how did you order from gamestop because I tried adding it to my cart but it wouldn't let me
16953                                                                                                            Stop sliding in my DM’s 😂😂😂 @Nike Ugh EARLY L https://t.co/qFfoSOlQls
16954                                                                      RT @slinzenbold: Hands on learning with young female technology experts! @pfizer #bt4g https://t.co/H172uRYFds
16955                                    Scratch it. Spell It. For a Chance to Win it! Visit @Walmart &amp; #CollectToWin by obtaining game pieces from speciall… https://t.co/JVB99IVmXg
16956                                                                                 Thanks for making me look good @jneilly77 @SunDevilEquip @adidas #ForksUp🔱 https://t.co/dlID3faVA6
16957                                    RT @Dorothy09287075: @Twitter @ABC @nbcwashington @NBCNews @CBS @CNN After all the build up about Powerball &amp; Mega Millions I have not rece…
16958                                                                                   @dimitrivegas @LeDoctor @BacktotheFuture @amblin @BMW @BMWi But you still need yourself to drive.
16959                                        @B_Rad_G420 @UPS I didn’t because she pulled off too fast but if I see her again I am because she literally threw m… https://t.co/qpN40rJjLV
16960                                        RT @wearethewilsons: Ciara's new national commercial for @ATT #hbculevelup #dreaminblack #levelup #levelupchallenge #hbcu #blackgirlmagic #…
16961                                                                                                         RT @netflix: Vincent Adultman — but make it fashion https://t.co/rj8ozCobdk
16962                                                            Check out Black Tahari 2-ply Cashmere Blanket 68in L x 54in W &amp; Eyemask BOXED luxe set https://t.co/UPxW5ifxMy @eBay
16963                                                  Check out Flower Hibiscus White Genuine Sea Glass Necklace Cluster Purple Swirl leaves #Handmade https://t.co/Z551QP56jr via @eBay
16964                                                            Check out Necklace Mother of Pearl gemstone beads Art Deco Flapper Length Era 52 INCH  https://t.co/Vg2upZ6RAU via @eBay
16965                                                                  Check out Jadeite Green Glass 2 Cup Measuring Cup Excellent Condition #40s50s60s https://t.co/5LnRexWg4K via @eBay
16966                                                                    Check out 2018 Panini National Treasures Harry Walker 8/20 prime patch card Astros https://t.co/mrOvs4R7rN @eBay
16967                                                                                 Check out Women's Buckle BKE Jeans  Payton  Size 26R/31.5 #Buckle https://t.co/hLTiBdvTbL via @eBay
16968                                                Check out 3 Stone Moissanite Bracelet 4.64 Ct White K-M Bezel 925 Sterling Silver  #weddingdiamond https://t.co/dESkOCSlLy via @eBay
16969                                                 Check out Rare Pale Blue Peruvian Opal Bracelet Sterling Silver Jewelry Birthday Gift Xmas #Chain https://t.co/RACPir645n via @eBay
16970                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
16971                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
16972                                                                             @Anon2earth @TheRealOpFlint @DoubleJake @facebook @cher Lol just a jab in the ribs for Cher's fans lmao
16973                                        RT @GoldmanSachs: WATCH: “Most Americans still have no idea that there are harmful or questionable ingredients in the products that they pu…
16974                                                                           RT @kaosonia: Check out Sterling Silver Pumpkin Charm - Hallowen Charm  https://t.co/JvMhuKXY7y via @eBay
16975                                              @Nat333Lopez @crespogram @CNN @FoxNews @NBCNews @ABC @CBS @latimes @nytimes @USATODAY @SunSentinel @voxdotcom… https://t.co/lZm0YNDyBR
16976                                        @ErieP0P @ATT @WarnerBrosEnt I don’t know where to watch the new episodes too! My gawd I’m still soo pissed about t… https://t.co/Pgxtban2Qb
16977                                        @joeygarrison @Tennessean @Reuters @VoteMarsha doesn’t have anything to offer Tennessee voters. Her bounces come fr… https://t.co/QYDrl8H5Ax
16978                                             Boca Ciega High students getting cool tech lessons @ATT #HACEMOS High Tech Day in Tampa.  #ATTemployee @my_pcs… https://t.co/QWSDB1l4QH
16979                                                                                                                                                                    @ASOS Can’t DM u
16980                                          RT @LornajaneCosign: Bodycology Fragrance Mist Gift Set Petal Away Truly Yours &amp; Cherish The Moment  https://t.co/QLDqX8F9LW via @eBay
16981                                                                                                           RT @courtney8527: @reeses @amazon D. All the above #NotSorry #sweepstakes
16982                                                  Check out Antique enamel box oval large hinged lid hand painted Iris Flowers England #ArtNouveau https://t.co/VFbu0p0v9X via @eBay
16983                                    RT @juleshannaford: Have you read 'Fool Me Twice' a #memoir about being #scammed &amp; #assaulted whilst #onlinedating? Available on @amazon wo…
16984                                        RT @McLarenF1: McLaren is delighted to announce a new partnership with @CocaCola. The iconic brand will be carried on an F1 car for the fir…
16985                                                Check out Naturalizer Corsage black comfort shoes size 9 perfect if you work on your feet #comfort https://t.co/nuZLtidPKA via @eBay
16986                                                               RT @Reuters: U.N. and human rights groups call for action on Saudi journalist Jamal Khashoggi https://t.co/FNlIklwjVJ
16987                                        RT @JanKooi: ‘Geef ze even de kans alle sporen goed uit te wissen’.  RT @Reuters: Pompeo recommends giving Saudis ‘a few more days’ for Kha…
16988                                                                     #art Check out Zippo Harley-Davidson Wolf Black Matte Pocket Lighter-NEW #art https://t.co/VIIqqCc5op via @eBay
16989                                         @angelnek1 @verizon I am not a customer. I know people in the Panhandle. If a business cant handle challenges they… https://t.co/3rLi8yi01X
16990                                        RT @lalden73093: @DesignationSix @Keurig @Ford @LincolnMotorCo @pfizer @LibertyMutual @Bayer @Honda @Acura @AceHardware @ProcterGamble @All…
16991                                                                                                       Dead Midnight by Marcia Muller // hardback  https://t.co/9t1CnchjrV via @eBay
16992                                     RT @Sekusa1: 🔥@joebiden was on👉 @CBS this morning spewing out🚨hate and racism towards President Trump🇺🇸as his🚨Failed Party has no ideas or…
16993                                                                                                                            @ATT  y’all think  y’all slick with this high assss bill
16994                                        RT @thalesgroup: This new Thales solution will disrupt the naval market. It will complete our family to fit all naval vessels. Read more ab…
16995                                             RT @DigitalTrends: Room to roam: The supersized X7 is unlike any @BMW you’ve ever seen. https://t.co/kgsDJbz2qs https://t.co/CCioJSaWCe
16996                                                                Why I Abandoned the Hebrew Israelite Religion: A Memoir/Self-Help Guide by Ha... https://t.co/3ZLQyA3soy via @amazon
16997                                                                       Check out Women's Vintage 80's Shirt Cute Collar Adorable Must See #Unknown https://t.co/uv4BnjRK5Q via @eBay
16998                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/TIJjvKuvLh
16999                                        @Nike @nikestore @nikesportswear @NikeStoreEurope @NikeUK the drawing system on The SNEAKRS app sucks. I have yet t… https://t.co/949JXcI8UX
17000                                                       RT @Sony: Happy Thursday to us all. @zaynmalik #FINGERS out now: https://t.co/woK9mo8T8y 👋👋👋🎶🎶🎶 https://t.co/CebRWFAYIC
17001                                                              #art Check out Mud Jug Spittoon - Roadie Portable in Black - Travel made easy - NEW  https://t.co/oomVyrFOKc via @eBay
17002                                         @McLarenF1 @CocaCola That’s a big sponsor. I always wondered why they weren’t sponsors in motor sports. Might make… https://t.co/87HwmvF1Pq
17003                                                                                                                               @reeses @amazon D. All three!! #NotSorry #Sweepstakes
17004                               RT @wrappedupnu: #ad \U{01f970}The new @Google Pixel 3 from @BestBuy has an amazing camera AND unlimited free storage so you'll never get the dreade…
17005                                                               Check out Pet Dog Rechargeable Waterproof LCD 100LV Shock Remote Training Collar 330 Yd https://t.co/4d6wpOxqXX @eBay
17006                                        RT @ttn_koeln: New @Cisco gateway deployed at the TH Cologne. Perfect view from the tower an best conditions for a gateway. First test show…
17007                                                   Check out Nintendo Game &amp; Watch Donkey Kong Jr. DJ-101 Japan Great Condition Free Shipping  https://t.co/66cP3lppCc via @eBay
17008                                                           Check out NWT CHASER ROCK &amp; ROLL STARS MESH BODYSUIT S SMALL  SFS #Chaser #Bodysuit https://t.co/poZ5zaZqxa via @eBay
17009                                        RT @ShaiDeLuca: @BrotherJesse @LouisFarrakhan @jack @CNN @ABC @BBC @nytimes @washingtonpost @nypost @CBS 2/2 that antisemitic bigot....good…
17010                                                                                                     @Reuters Terrible to allow the killers time.  This is the fall of US Diplomacy.
17011                                                                                                              Hey @Nestle I got a laffy taffy with no joke:( https://t.co/T3Zq4CkyP0
17012                                             @Bully4You2 @jigsawxyouth @nypost @NYDailyNews @NBCNews @Reuters @AP_Politics @chrislhayes @MSNBC @CNNPolitics… https://t.co/mdqUjcr94g
17013                                                               RT @Reuters: U.N. and human rights groups call for action on Saudi journalist Jamal Khashoggi https://t.co/FNlIklwjVJ
17014                                                                                                                         @BitGo @GoldmanSachs @technology How can i invest in bitgo?
17015                                                                                                                                             @GauravMirchi @netflix Looks promising!
17016                                                 Check out Talbots Womens Pure Silk Dress Butter Yellow Size 10 Petite Short Sleeve Lined #Talbots https://t.co/CgQQYNUvLS via @eBay
17017                                         RT @Tesco: Be wary when practising knee-skid celebrations in our stores ahead of tonight's England match. You don't want to collide with a…
17018                                                                                                                  @phoneradarblog @Apple @ASUSIndia @vertu @xiaomi Black Shark2 😍😍
17019                                        @DRNAuthor @SenWarren @WellsFargo @federalreserve Lol!  The irony is lost on her.  @SenWarren does not know when to… https://t.co/v7FfssMFf4
17020                                                                Anmalip-Handmade CLIPS CHRYSANTHEMUM-accessory hair handmade-orange Anmalip-H... https://t.co/k4teKOY5BJ via @amazon
17021                                                                                   Just started watching this new show on @netflix  called the @haunting of Hill house I’m hooked 👻
17022                                                                                        RT @Reuters: Britain's May and EU voice renewed confidence on Brexit https://t.co/sQ9pFgLfdk
17023                                                            @CHMcConnell @stefabsky @Thrillist @netflix @HensonAlt @WilshireStudios I'm going to make the edible tea set tomorrow 😊
17024                                                         RT @tanzerin: What an AMAZING suggestion @TeenVogue !!! @netflix how about you #SaveShadowhunters ❤️ https://t.co/fJM1lDPeuU
17025                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17026                                                                                                                                  @GoldmanSachs @aclima Climate change is a HOAX!!!!
17027                                                       RT @Sony: Happy Thursday to us all. @zaynmalik #FINGERS out now: https://t.co/woK9mo8T8y 👋👋👋🎶🎶🎶 https://t.co/CebRWFAYIC
17028                                                      RT @dotnetkicks: Getting Started with https://t.co/dQWvRq2tAF Core by @Oracle https://t.co/R3HsQntv49 #dotnet via @DotNetKicks
17029                                                                                                                                  @netflix why y’all taking Naruto down November 1st
17030                                                                     Unimpressed. I'll be impressed when @Apple  gives US users FULL GDPR like protections.  https://t.co/Ikhsqos2kj
17031                                         @manny_ottawa @CBC @CBCNews @netflix Thx for information.  I did read though that Obama’s have taken over Netflix?… https://t.co/0Q1zlnUeOG
17032                                                        Check out 2017 TOPPS UPDATE MINI SERIES RED CARD US202 KENLEY JANSEN #1/5 EBAY1/1 DODGERS  https://t.co/eTsDiA2MXW via @eBay
17033                                        RT @slb79: Other Black @netflix users: does your queue do this? Generate posters with the Black cast members on them to try to compel you t…
17034                                             I just booked yet another place via @bookingcom. Have had very good experiences with them for quite some years. https://t.co/opma8LAe7X
17035                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17036                                         RT @MarcusRutz: Let’s go Detroit!!! @HomeDepot MAE event in D-town where @alskee1 and boss lady @Monica_Lindsey1 are dealing out the demos…
17037                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
17038                                RT @WakeArtisan: @kkelland @Reuters &amp; https://t.co/0HwWYsw9oZ due to issues including conflicts of interest &amp; flawed methods. Calls for obj…
17039                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17040                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17041                                         @Reuters @ReutersTV Says who? How do we know they acquired that many new subscribers? They can say whatever number… https://t.co/7XkgPZeb1a
17042                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17043                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17044                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17045                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17046                                                                                                                                             @McLarenF1 @CocaCola So red livery ? :p
17047                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17048                                                 Check out Gianni Bini Loose Knit Sweater Top Wool Alpaca Blend Womens Size XS #GianniBini #Casual https://t.co/K6EQapsuZL via @eBay
17049                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17050                                         @MargaretAtwood @penguinrandom @facebook Thanks for the reply - I reported it to Facebook and I think its now been… https://t.co/frtQ5G6yRF
17051                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17052                                       @tim_cook I’m surprised that @Apple is not leading the way to different 🔋 technology. Lithium ion is becoming obsol… https://t.co/0RpQs8n5fU
17053                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17054                                                 Check out Kassa Fina Home Collection White 100% Cotton Bath Towel Gold Embroidery New  #KassaFina https://t.co/bXsCT5OfTX via @eBay
17055                                                                            RT @kaosonia: Check out Adjustable Sterling Silver Moon and Star Ring  https://t.co/Vnxu1btsAZ via @eBay
17056                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17057                                        @ConsciousJewels @MicheleMyFairy @eBay It's 2018 and using JPG or PNG files for Email Signatures is no longer accep… https://t.co/3nCqh7x7DU
17058                                                                                                                                            @Amena__Bakr @Siemens You are so right..
17059                                                               RT @Reuters: U.N. and human rights groups call for action on Saudi journalist Jamal Khashoggi https://t.co/FNlIklwjVJ
17060                                        RT @VictoryVR_1: We are proud to have two of the #VR experiences featured on the @intel Learning Lab #Education #VirtualReality #STEM https…
17061                                                                                                        https://t.co/W9GQvpTLCt: Deal of the day https://t.co/KczMhLuFvB via @amazon
17062                                                        Check out Bandai Youkai Watch Shadow Side DX Suzaku Sword &amp; Yokai Arc Set w/ Tracking  https://t.co/vHJUn519FR via @eBay
17063                                        RT @JavaJohnZ: Check out Toilet Bowl Shaped Coffee Mug The Original Bobby McGees Conglomeration #Unbranded https://t.co/qsrvGLdWDt via @eBay
17064                                                 RT @frankenmeowa: Check out The Sun Diet Cookbook Anna Lana Alsaker Vintage Second Printing 1938  https://t.co/YogWyZMISi via @eBay
17065                                                                                Check out ORIGINAL ACRYLIC CANVAS PAINTING 20X18 by LILY  #Realism https://t.co/IhmfibbVMW via @eBay
17066                                                                   Check out ANTIQUE BOOK-HYMNAL-VICTORY SONGS-HOMER A RODEHEAVER CHAS. H GABRIEL  https://t.co/AG649Uwv0e via @eBay
17067                                                                                                                                           @brentjf @netflix @haunting Honestly same
17068                                                                                                   @CoBikesElectric @TripAdvisor @CoCars A veritable utopia.  Barely a car in sight.
17069                                                                                                            @H_Combs @netflix I did see you great Charmed on Network Classic weekday
17070                                                                           Check out Sterling Silver &amp; Pearl Nabco Ring Size 6  8g CAT RESCUE  https://t.co/pwhOkNhQxD via @eBay
17071                                          RT @novogratz: More institutional architecture.  Excited to partner with @BitGo and @GoldmanSachs #theherdiscoming https://t.co/X49qYlReZ8
17072                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/wzAlxTicMC
17073                                                                          Watch: Runner with cerebral palsy signs with Nike https://t.co/uwSAk7Tg7j Heart Melted @Nike #ED3610Fall18
17074                                        RT @LeukertB: Onwards and upwards. Today @SAP announced its financial results for the third quarter of 2018. With #cloud growth soaring bey…
17075                                                                                                                     @ashhornback @UPSAirlines @UPS Looking good and nice name! 😉🐕
17076                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17077                                        RT @joesuarez33: @amazon my school is having a soup can drive for the poor and homeless in our area. How many retweets for Amazon to donate…
17078                                                                                                                             @TheLakersThrone @Tbrew86 @Nike @KingJames We shall see
17079                                        By the way @Citi @AskCiti - did you EVER call my mother about your defamation of her and restore her @cosco Anywher… https://t.co/Gk0kY112UW
17080                                        @HSBC Don’t be MBS’s partner in crime. WAPo columnist and Saudi Journalist @JKhashoggi was assassinated and dismemb… https://t.co/pinQz9RKaP
17081                                                                               I Dont Get Down Like That And other Essays by Torrance T Stephens https://t.co/APTnZ3mZvT via @amazon
17082                                        @MarcSaysStuff @pepsi I support independent journalism but I don't think about that sort of thing while I'm enjoyin… https://t.co/8yAi5qemre
17083                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17084                                                        @ATT chat agent set time for phone pickup in store. Lied about checking the stock. 4 dangerous phone free days and counting.
17085                                                                 Check out Cullen Family Crest Cuff Bracelet Twilight Edward Summit Entertainment  https://t.co/yOEj7z79hd via @eBay
17086                                         @AmericanExpress NextStep loan icon does not appear on your website.  Had this problem for weeks now. Can't pay my… https://t.co/FSlhIYkKFe
17087                                        @Walmart @BeagleInRed @BlondeFoxy See I should be mad at all these replies but truthfully I fucking love how Walmar… https://t.co/y8WWaNiTKB
17088                                                                    @planefinder @easyJet EasyJet having moved training from DSA airport cause of landing limits on training flights
17089                                                                                                 Check out WORLD BAZAARS SANTA CLAUS CERAMIC  MUG  https://t.co/3iNPggBkTc via @eBay
17090                                                                                                   @Groupon hey fuck u I hit unsubscribe multiple times and I’m still getting emails
17091                                                                              Check out Dollhouse Miniature Blue Dynasty Carpet 1:12 Scae #Lovella https://t.co/jZOSZJMas5 via @eBay
17092                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17093                                         @Kevin_Keyblade @SmashBrosJP @Disney @disneyjp @shinjihashimot3 @SquareEnixUSA @SquareEnix @Sora_Sakurai Precisely… https://t.co/oQsez84giY
17094                                                                                                          HALLOWEEN BORN AND BRED SNOW PLOW TEES https://t.co/EO6X0Ifkoe via @amazon
17095                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17096                                                                                            @liveharsha @HSBC @MarstoneInc Interesting ...just saw @HSBC too big to jail documentary
17097                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17098                                                          Check out VINTAGE PHOTO of HANDSOME BEACH GUY MAN GAY INTEREST  SPEEDO SHORTS CIGARETTE  https://t.co/4vZDn914G0 via @eBay
17099                                                                                                                RT @QueerXiChisme: we need this NOW @netflix https://t.co/Hwks7NL80X
17100                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17101                                        @docscorpion23 @Reuters If you give a Company Benefits and financing to open up and research a product in America t… https://t.co/aMS75a18EX
17102                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17103                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17104                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17105                                                                                                  @Ron_White @netflix Hilarious!! Havent laughed like that since the Pimp Chronicles
17106                                                    Check out Phase Eight  Dress Size 10 - 12 (Ivory) https://t.co/vRQWa4nrcn @eBay #sale #fashion #bargain… https://t.co/f0kELHt5Jf
17107                                                                                                                 @cburke @_thejeopardyfan @Starbucks Thanks! https://t.co/mavvLn03aP
17108                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17109                                                        Check out Womans Skull Jacket Black Red White Skulls Goth Halloween One Size Hand Crafted  https://t.co/0NsBghe4cG via @eBay
17110                                        RT @RobinSlonina: New #guiltypleasure is @amazon show #TheBoldType. So cool 2 see @MeloraHardin break “high powered boss lady” stereotype b…
17111                                                                      RT @netflix: Charmed blessed us with one of TV’s best characters ever: Piper Halliwell https://t.co/ANGiAaUJX6
17112                                                                               RT @Reuters: Trump administration asks high court to halt climate change case https://t.co/q1RP4Jm88T
17113                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17114                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
17115                                                  Check out toner Compatible for Brother TN-2220 TN-2010 for HL-2240 2240D 2250 2250D 2250D #COAAP https://t.co/v2ENXEmv53 via @eBay
17116                                              RT @pinkpretty16: Check out Matilda Jane M Purple Plaid Skirt Velour Trim Pink Tulle Friends Forever NWT https://t.co/dlwfwTOWKg @eBay
17117                                                              RT @Ryanair: Ryanair exposes fake photo of cabin crew sleeping in crew room. Watch video here: https://t.co/tzTn6EHsKH
17118                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17119                                                      Check out Vintage Autopoint Model 106 Mech Pencil Hanston State Bank Kansas 0.9mm #Autopoint https://t.co/QlNNHmvDhc via @eBay
17120                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17121                                                                     RT @ATT: These women are making AT&amp;T one of the most diverse companies in the world https://t.co/dPqhfDnXp6
17122                                         .@BarackObama tweaks senators over the @facebook Zuckerberg hearings and suggest young voters use @Google to learn… https://t.co/wD9fcSOqiS
17123                                                                                                    Finally! I've been saying @CocaCola needs to get into @F1 for over a decade now.
17124                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17125                                                                                                                                                  @_FlaxYT @PayPal @PayPalUK rip you
17126                                                                                               @bookingcom great customer service from Husayne in Toronto - an asset to your company
17127                                        @Lynneibobs @ozphillips @easyJet So @easyJet as it seems that you hadn't processed @ozphillips compensation and you… https://t.co/wnO9jAj9hN
17128                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17129                                        @Julie_Bayley_ @get_keeping @FA @AVFCU23 @Nike We’ve not really had any youngsters come through our academy and pla… https://t.co/zxv67g9ie9
17130                                                  Check out Calvin Klein NWT $275 Coat Jacket Chianti Wine Faux Fur Black Trim Hood Size M #Jacket https://t.co/PozSU0fAOX via @eBay
17131                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17132                                                                                       Check out AVON BRILLIANT SNOWMAN LAMP 2001 NEW IN BOX #AVON https://t.co/iBfMQdJQSO via @eBay
17133                                        RT @McLarenF1: McLaren is delighted to announce a new partnership with @CocaCola. The iconic brand will be carried on an F1 car for the fir…
17134                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17135                                        @facebook https://t.co/DwM8G8J9kZ is a FREE speech platform alternative to YouTube. You can find infowars videos th… https://t.co/U98L6g1LSq
17136                                                                              I wish more tech leaders were cut from the same cloth as these two. @Microsoft https://t.co/sGYqbCaIQL
17137                                                                 @Reuters Won't be long before MBS - sitting on a hard wooden chair with the bright lights in his eyes - will crack.
17138                                                                                     RT @McDonalds: Tweet #TrickTreatWin to use our custom emoji and let everyone know when you win!
17139                                                                                                                                  @Nike @KingJames Thats whats up my n gga 👍 👍💪💪
17140                                                       RT @Sony: Happy Thursday to us all. @zaynmalik #FINGERS out now: https://t.co/woK9mo8T8y 👋👋👋🎶🎶🎶 https://t.co/CebRWFAYIC
17141                                                  @DeborahAnnWoll @Daredevil @netflix So excited! Can't wait to see it! Much love from Germany 🇩🇪 #daredevil https://t.co/AFheYCV8Rb
17142                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17143                                                                                                                                        @jonmaldia @udacity @Google Congrats brother
17144                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17145                                         RT @Reuters: Uganda optimistic about tourism following Kim and Kanye’s visit https://t.co/0XWugE9bt8 via @ReutersTV https://t.co/T6CzRjk1pS
17146                                        RT @FLSERT: FLSERT members delivered games and toys that were generously donated by several Tallahassee area @Walmart stores to children in…
17147                                                                                                 How Democrats hope to obtain Trump's tax returns https://t.co/Ti2bJJOioO via @Yahoo
17148                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17149                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17150                                                        Check out BLACK ORCHID Patch Pocket Ankle Crop Slim Skinny Jeans Faded Black 26 $175 #333  https://t.co/kwf15cMaHd via @eBay
17151                                                                                    Mississippi Deputy Orders Man to Stop Filming in His Own Home https://t.co/YX4qx6iFI6 via @Yahoo
17152                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17153                                        @Reuters I'm sure the Saudi's will investigate themselves objectively and not cover anything up at all. Why would t… https://t.co/yusiD4Q5i1
17154                                                                                   RT @DeborahAnnWoll: Hours away!! @daredevil Season 3!!! In @netflix !! RT https://t.co/bjZIOl3T9x
17155                                                                                                                                              RT @Sony: Favorite #Timeless costumes?
17156                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17157                                                                                                          @ASOS it’s dispatched not despatched on your auto email. You’re welcome 😉
17158                                                                   All I’m saying is I’ve been waiting years for Danny phantom to go on Netflix with no progress kinda rude @netflix
17159                                                                        Check out Sebastian Drench Moisturizing Shampoo Gallon / 128 oz #Sebastian https://t.co/uHP7lGqO8x via @eBay
17160                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17161                                                                @reeses @amazon A. B. And C. Reeses all the time.  Who needs the games when you have reese's. #NotSorry #Sweepstakes
17162                                        RT @tulipteardrops: Check out Silly cat  white butterflies  watercolor  ACEO original painting  #Miniature https://t.co/yXR9ptABE7 via @eBay
17163                                                                                                                   @reeses @amazon C. REESE’S after halftime #NotSorry  #Sweepstakes
17164                                                                                                                                                  @MLB @TMobile #HR4HR 1$ dolar more
17165                                                 @JonathanLudlow @BryMccormick @Berni19111980 @LisaMHancox @Kleenex_UK @pedigree Dear @Hersheys @Nestle and… https://t.co/frxJgAw7Ux
17166                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17167                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17168                                                                                     @realQuig @ArianaPlayzz @verizon Make @Sk1er_ ‘s house a youtube house and kick his parents out
17169                                                                                                                                                  @Maybelline @amazon this is a NEED
17170                                                                                                                                            @Apple me iPhone present can you give 🤗
17171                                                                                             Maybe @netflix should fire Obama. People started boycotting it when they signed him on.
17172                                        @bryantc3 @Google Yes google. I guess it gives me more time to checkout YouTube reviews. Let me know what you think… https://t.co/tzM0yjYELF
17173                                        RT @McLarenF1: McLaren is delighted to announce a new partnership with @CocaCola. The iconic brand will be carried on an F1 car for the fir…
17174                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17175                                        RT @VictoryVR_1: We are proud to have two of the #VR experiences featured on the @intel Learning Lab #Education #VirtualReality #STEM https…
17176                                                                      RT @netflix: Charmed blessed us with one of TV’s best characters ever: Piper Halliwell https://t.co/ANGiAaUJX6
17177                                                   Check out Charlotte Russe Corset top Green Satin Lacing Large #CharlotteRusse #LaceUpandHookeye https://t.co/mfvxxJ3L68 via @eBay
17178                                                       Check out Baby Billy Bad Cabbage Patch Soft Sculpture Doll 1991 Nursery Ed. Xavier Roberts  https://t.co/MWcvYW7ImX via @eBay
17179                                                       Check out Baby Billy Bad Cabbage Patch Soft Sculpture Doll 1991 Nursery Ed. Xavier Roberts  https://t.co/MWcvYW7ImX via @eBay
17180                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
17181                                                                      Check out 2 Sealed TDK E-HG TC-30 Sound &amp; Color VHS Camcorder Tapes #TDK https://t.co/ueM9TrcdlT via @eBay
17182                                                                                          @JacharJacob @Walmart @BlondeFoxy Says the person that’s complaining about a joke like wow
17183                                                                                                               @DeborahAnnWoll @Daredevil @netflix 13 HOURS AWAY YYYYAAAAAAASSSSSSS!
17184                                                                                   RT @DeborahAnnWoll: Hours away!! @daredevil Season 3!!! In @netflix !! RT https://t.co/bjZIOl3T9x
17185                                                          Check out McDonald's DISNEY PIXAR MONSTERS INC MIKE WAZOWSKI 2005 HAPPY MEAL SEALED/NEW  https://t.co/WEn16b5Ram via @eBay
17186                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17187                                                  @mashable @JohnLegere @TMobile could take slow cooker sundays to a new level. @LegereDoll could Vanna White the performance. 😂✌😎
17188                                                         Check out Jolee's Boutique Harley-Davidson Sticker Collage Leather Collection HDJB04 NOS  https://t.co/UR9SgWSWvB via @eBay
17189                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17190                                                        Check out Worthington Petite Boho Paisley Floral Skirt Pink Crotchet Trim Womens Size 10P  https://t.co/bLg24M4b0J via @eBay
17191                                                                      RT @netflix: Charmed blessed us with one of TV’s best characters ever: Piper Halliwell https://t.co/ANGiAaUJX6
17192                                         We want to wish @VisionExpress and @Tesco (Newtownabbey) staff a MASSIVE good luck as they take on The Stairway To… https://t.co/wzbfWGPjiO
17193                                                                                                                                                               @Starbucks Hopefully!
17194                                                                                                                  Stocking up for the game Fandom 4 #FeedYourFandomEntry @KelloggsUS
17195                                                   One profound takeaway I had from yesterday's @BankofAmerica #poverty simulation with @downtownstreets at… https://t.co/IomWVpZTuP
17196                                                                       Check out Dooney and Bourke Handbag Purse Satchel Red Pebble Leather NWT  https://t.co/pn3ECSL0WN przez @eBay
17197                                                                                                         RT @netflix: Vincent Adultman — but make it fashion https://t.co/rj8ozCobdk
17198                                        @DolphinBabe21 @mitchellvii @SandyJackDandy @gatewaypundit @facebook @Google @YouTube @Twitter Watch out for partie… https://t.co/a9FmDm6PMI
17199                                                                  RT @salesforce: Need email marketing inspiration? Here are 7 tips for your best email yet. https://t.co/xC7qXNfBdp
17200                                                                                                        RT @Sony: Looking at all of your favorite picks like https://t.co/z3cWfxknnU
17201                                                                      Check out Cleveland Browns Crocheted Hat Adult/Teen 660 https://t.co/REeHOYLq6D @eBay #Browns #clevelandbrowns
17202                                                        Check out Primitive Glass Mason Jar With Pumpkin Head Topper on Lid Halloween Light Decor  https://t.co/V3n4VQAwOp via @eBay
17203                                       RT @realleadelaria: #TBT We got the real ink bitches. Goodbye @OITNB and @netflix thanks for changing my life... and the world 🌎 https://t.…
17204                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17205                                                          Check out Vintage Pharmaceutical Notepad Holder Desktop Collectible Antibiotics Medical  https://t.co/VSdD0dHkAz via @eBay
17206                                       @G_Panton @PrimeVideo @HighCastleTV @amazon Loved billy!   Very charming 😉. Lol I just finished season 3..... and n… https://t.co/OJQGiwBTtS
17207                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17208                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17209                                                                                                                      Check out my listing @eBay - https://t.co/QbSVt2ZjJC via @eBay
17210                                                         RT @jewelrywiz: Check out Snowflake Winter Coffee or Cocoa Mug RED  CHRISTMAS  #UNBRANDED https://t.co/5C2FU9G3rJ via @eBay
17211                                        RT @indiacarter21: @imamazinglylame @seewhatsnext @netflix MY THOUGHTS EXACTLY!! If Ruby died... then they made poor life choices but if Ol…
17212                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17213                                                                                                                                               @Shell We compost our coffee grounds.
17214                                                                  Check out Sony Michel 2018 Score #369 Rookie New England #Score #GeorgiaBulldogs https://t.co/8hNr74eBo2 via @eBay
17215                                                 Check out Vintage Block Basics Glass Pitcher Clear Round Hand Painted Green Blue Beverage  #BLOCK https://t.co/apnF7q7JYJ via @eBay
17216                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17217                                                                                                                                                 @marcogabby1221 @Google The pixel 3
17218                                                                                                                      Check out my listing @eBay - https://t.co/jc8KUgJgy3 via @eBay
17219                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17220                                        RT @papalati: So my journey with @amazon continues with then sending USED ITEMS as New Items. What a joke. People you have to be on the loo…
17221                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17222                                                                   Musing From The Elephant Piano Notebook: Poems and Essays by Amy Beth Outland https://t.co/H5Nr6XMBEt via @amazon
17223                                                                                                                   @Lewi_ash247 @NarcosNetflix @netflix @ryan_evs88 Ah lads 👌👌👌👌
17224                                        RT @sabarys: Justice for Jamal: Help stop the Future Investment Initiative. @Marriott @RitzCarlton @Siemens @FoxBusiness end your involveme…
17225                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17226                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17227                                        @comcast do early termination fees apply to customers who move to a place not serviced by Comcast? I can’t get a st… https://t.co/SSeIBdxKvl
17228                                         @HeartofSword75 @netflix They're like Amazon. Way too indiscriminate about what licenses they grab. I can at least… https://t.co/8jMj1bYsxL
17229                                                                     Help Talent be Found: A New @Oracle and #LinkedIn Collaboration https://t.co/88B4geGN51 https://t.co/px0yMFJDxx
17230                                                                             RT @Reuters: Banksy reveals shredding stunt didn't go as planned via @ReutersTV https://t.co/MnHWfAhQmW
17231                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17232                                                       Check out 10k White Gold Fn Ladies Princess Diamond Twisted Bridal Engagement Ring Set 2C   https://t.co/2bfCQNYkL0 via @eBay
17233                                                                                                                                                  @McDonalds Yeah that with the kids
17234                                                                        RT @Reuters: Thousands in U.S. South may not be able to cast ballots in early voting https://t.co/T9zx9U4YoL
17235                                                                                                                            Check out White Tank Top L https://t.co/wLPWSOrHPp @eBay
17236                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17237                                        @brenflybigbird @Ryanair @EASA Certainly needs looking into. Could be breaking a few laws with their secret filming… https://t.co/r3zL7Q5mgA
17238                                                                                           Check out Playboy Playmate Shauna Sand’s Autograohed Bottom https://t.co/BzPTg2xr2E @eBay
17239                                                        Check out 15000 Grams WOW Top Quality Rough Lapis Lazuli Mine Badakhshan From Afghanistan  https://t.co/Tc72AyxqZn via @eBay
17240                                                                                       RT @Reuters: Big Bird actor Caroll Spinney retires from Sesame Street https://t.co/QHn4tD7YsU
17241                                         RT @AstraZeneca: Scientific papers may describe clinical trial data as showing a correlation or causation. Knowing the difference can help…
17242                                                                                    Check out Levi's Curvy Cut Boot cut jeans size 12 short #Levis https://t.co/HaJ514R8QK via @eBay
17243                                                                                   RT @DeborahAnnWoll: Hours away!! @daredevil Season 3!!! In @netflix !! RT https://t.co/bjZIOl3T9x
17244                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17245                                                                         the fact I put an e on the end of potato has me real messed up. @Twitter make an edit option like @facebook
17246                                        RT @KimWhitler: #3 Co for Developing C-Level Mktg Leaders: @CocaCola @DietCoke @dasaniwater @smartwater https://t.co/vkiBvmINVl https://t.c…
17247                                         RT @NicholasThorn: Never flying @easyJet again.  Plainly shocking in Catania for flight to Gatwick at 16.20 gf made to pay for baggage for…
17248                                                 Check out Brown Paisley Pashmina Shayla Womens Fashion Scarf Abaya Reversable Winter Hijab #Hijab https://t.co/gM9kHiaRvJ via @eBay
17249                                      RT @SmartGreenCharg: Thanks so much 👌@sophia_isa @BP_plc for your T. 🙂@SmartGreenCharg is looking forward to exchange further with you to h…
17250                                                                     @Reuters Sorry more time for Turki and Saudi !!!! Saudi can not give answer without Turki final investigation .
17251                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17252                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17253                                              Check out Harry Potter and the Order of the Phoenix FIRST EDITION 2003 Hardback JK Rowling #FirstEdition https://t.co/mmaZBj7Azk @eBay
17254                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17255                                        RT @slb79: Other Black @netflix users: does your queue do this? Generate posters with the Black cast members on them to try to compel you t…
17256                                                               Check out Tom's off white ladies twine line shoes size W 9.5 #Toms #EspadrilleFlats https://t.co/HQYaAeQpeg via @eBay
17257                                        RT @NYXL: Get hyped! NYXL Shop is returning on November 16th. Signup for updates on all the product drops from @UNDEFEATEDinc @Nike and mor…
17258                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17259                                        @netflix ima need y’alls midnight game to be on point tonight! I wanna be halfway thru @Daredevil tomorrow so I can… https://t.co/CESVZX4xcB
17260                                                                             RT @Reuters: Banksy reveals shredding stunt didn't go as planned via @ReutersTV https://t.co/MnHWfAhQmW
17261                                                     RT @retro_reruns: Check out Concepts By CLAIBORNE Mens  Long Sleeve Dress Shirt XXL  NWT Msrp $45 https://t.co/ldoxFpEMSI @eBay
17262                                        RT @intel: 'Intel Tech Learning Lab aims to use technology (like virtual reality) to help students prepare for college by developing fundam…
17263                                                                                RT @Reuters: Animals at the Detroit Zoo enjoy some delightful pumpkin treats https://t.co/7tbae1kmgL
17264                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17265                                                            Check out Luxury Coast Collection Set of 2 Scented Candle in Glass Holder and 12 Tealights https://t.co/zAQ5Rqc54A @eBay
17266                                                                                    Active Soft Stretch Turtle Neck Knit Pullover Sweater Active https://t.co/1tIqlL5MD0 via @amazon
17267                                                                        Check out Apt 9 Women's Sz 8.5 Grey Black High Heel Pumps #S7 #Apt9 #Heels https://t.co/fcLOAXr0RK via @eBay
17268                                                                                                                                                      @Reuters Sweetest prince ever!
17269                                        RT @ShaiDeLuca: @BrotherJesse @LouisFarrakhan @jack @CNN @ABC @BBC @nytimes @washingtonpost @nypost @CBS The rabbi doesn’t represent us. Yo…
17270                                        RT @NISMO: ☔️ The rain in Spain falls mainly......on Valencia! Let’s see what the weather brings tomorrow for @Nissan e.dams in @FIAFormula…
17271                                                                                                                        @NYXL @UNDEFEATEDinc @Nike anybody got the name of the song?
17272                                       RT @realleadelaria: #TBT We got the real ink bitches. Goodbye @OITNB and @netflix thanks for changing my life... and the world 🌎 https://t.…
17273                                        RT @IncredibleCulk: Took a meeting at @netflix and all I got was this pillow/I may have stolen a pillow.  #netflixpolice https://t.co/MtC6V…
17274                                                                                                 @MatthewSchlafly @Apple Well awesome in 2015 but in 2018 no the Samsung S9 destroys
17275                                                                                    @reeses @amazon Definitely A. I can’t wait that long to eat my @reeses 😍 #NotSorry #Sweepstakes
17276                                        @SwindonHour @IshbelsW Yes of course. At the moment I have been loving the @WMorrisandCo collaboration with @hm and… https://t.co/zdj8tIy3am
17277                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17278                                                     Check out Choice of Winter's Tail Bark Box Squeaky Ear Muffs / Mittens Dog Chew Pet Toy #Bark https://t.co/0H1OHYqsGj via @eBay
17279                                            RT @Reuters: ICYMI: Music sensation Amy Winehouse will return to the stage as a hologram https://t.co/f40vPoZpN5 https://t.co/S1FgNRFrvn
17280                                                                                                                     RT @netflix: which witch are you today? https://t.co/us6BJbMfm1
17281                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17282                                        @verizon Why should we have to pay for what your network should provide automatically? Could it be that you make mo… https://t.co/YbZ6ZFsr8t
17283                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17284                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17285                                        RT @McLarenF1: McLaren is delighted to announce a new partnership with @CocaCola. The iconic brand will be carried on an F1 car for the fir…
17286                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17287                                                                                                                RT @QueerXiChisme: we need this NOW @netflix https://t.co/Hwks7NL80X
17288                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17289                                                                                               RT @nelson_corrie: Would you love to see #ClayneCrawford on @CBS as The Texas Ranger?
17290                                                        Check out CUSTOM PREDATOR MOTORCYCLE HELMET MOTIVE SILVER CRACK (DOT CERTIFIED) #Unbranded https://t.co/FxeyK3WMyf via @eBay
17291                                                       Check out Photo Realistic Oil Painting of Girl. Painting by High Schooler. Amazing Talent.  https://t.co/HiTiWMQSmj via @eBay
17292                                        RT @Sony: Looking for costume inspiration for Halloween for you and your crew? Check out literally any episode of #Timeless. https://t.co/C…
17293                                                 @reeses @amazon C REESE'S after halftime because I am gonna be eating a winner while watching my team win!! #NotSorry  #Sweepstakes
17294                                        RT @ATT: Game On! The countdown to Decision Day has officially begun. Head over to https://t.co/Ml2pKHUH66 to pick your #Winning11 teams fo…
17295                                                       Check out Antique Pipe Tobacco Stand. Holds 6 pipes and a generous amount of Pipe Tobacco.  https://t.co/qYPhFlfHlY via @eBay
17296                                         @TooKyoGames Can you please make y'all's upcoming games come to XBOX Windows 10? @Microsoft @MSStudiosBlog @Xbox @XboxP3 needs y'all's help
17297                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17298                                                                                       RT @Reuters: Big Bird actor Caroll Spinney retires from Sesame Street https://t.co/QHn4tD7YsU
17299                                        RT @colliderfrosty: Just got to my hotel in Edinburgh. Doing interviews tomorrow for the upcoming @netflix movie 'Outlaw King'. View from m…
17300                                        @amazon @AmazonHelp Since when https://t.co/MQRxLM4o0s orders are not eligible for return. I reached out to custome… https://t.co/qrc2OmZB0i
17301                                        @pepsi is pepsi still planning on attending the Future Investment Initiative in Saudi Arabia next week? If the answ… https://t.co/kpHPIFmekH
17302                                                                                          @DouglasHespelt @CBS what are you guys planning??? pleaseee tell me! 😫🙏🏻 i want to help
17303                                        RT @jtalaveraWF: @WellsFargo is committed to supporting disaster impacted customers in their time of need. Read more and check out the hear…
17304                                                                 RT @Hyundai: The world just became an easier place to explore thanks to our family of SUVs. https://t.co/B49OUnFVxZ
17305                                         RT @SwindonWW: @SwindonHour @PollySparky @IshbelsW @WMorrisandCo @hm @KelmscottManor Why have I never heard of it?! Thank you #swindonhour…
17306                                        Anyone else seen @HP new ad ? #Strapline implies it can’t communicate effectively internally and wastes resources d… https://t.co/oqbSlV1qxL
17307                                        RT @McLarenF1: McLaren is delighted to announce a new partnership with @CocaCola. The iconic brand will be carried on an F1 car for the fir…
17308                                        @thomasboland22 @RockstarGames @BestBuy @Sears @Target @amazon So everyone who is 50 can afford to upgrade everythi… https://t.co/PfHyh1aAWS
17309                                        (Coming down the stairs and wearing @Tesco plastic) Fantastic !! We're organic and ethical too. Upon checking the i… https://t.co/NX5L87mvbR
17310                                    The 2018 @Toyota #Tundra 4X4 SR5 Crewmax is responsive &amp; really easy to get used to on the road with strong handlin… https://t.co/GPJhLMsIlM
17311                                                                                          Check out Brantley Gilbert “Let It Ride” Tour T Shirt  Small https://t.co/dYjxjEySJ6 @eBay
17312                                                             Check out Forever 21 Dress Size Medium Spaghetti Strap Black Adjustable Tribal Print Boho https://t.co/m8XzIxlaXn @eBay
17313                                                                                                                                                               @Reuters Nobody cares
17314                                      RT @Shell: Empowering the leaders of today. And tomorrow ⚡ Join us at @OneYoungWorld 🌍 #OYW2018 #OYWTheHague https://t.co/xrbvD4HfaI https:…
17315                                        RT @McLarenF1: McLaren is delighted to announce a new partnership with @CocaCola. The iconic brand will be carried on an F1 car for the fir…
17316                                                              Check out The All New All Purpose Joy of Cooking Cookbook Rombauer Becker Hardcover  https://t.co/8nQQx6cBYa via @eBay
17317                                                                                                                     RT @netflix: which witch are you today? https://t.co/us6BJbMfm1
17318                                                                                                        RT @Sony: Looking at all of your favorite picks like https://t.co/z3cWfxknnU
17319                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17320                                        RT @BransbyHorses: We are delighted to announce we won £1000 from the @Tesco Bags for Life! Thank you for everyone who voted for Bransby Ho…
17321                                                                 @TheDesignrTWEET @DesuKevin @F1Noob @McLarenF1 @CocaCola The last thing we care about is if you will buy Coca cola.
17322                                            Marvel's Spider-Man available for  - PS4 [Digital Code] via @amazon #SpiderManPS4  #PS4  https://t.co/jzdO37NFNf https://t.co/25EShl1mcB
17323                                                                        When you need to Sync Fitbit to @Apple Health. #nutrition #fitfluential #applehealth https://t.co/bS1QMNxpPZ
17324                                                Check out Vintage Emerald Green Canary Yellow Swarovski Crystal Eisenberg Drop Earrings #Eisenberg https://t.co/Ljm87EQdlW via @eBay
17325                                                                                                                              @pol1tically @Reuters With the soup still in the cans.
17326                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17327                                        RT @slb79: Other Black @netflix users: does your queue do this? Generate posters with the Black cast members on them to try to compel you t…
17328                                                                                                              @_ZVBO_ @Nike Man I live 20 mins from Chicago and can’t win shit!!! 😂
17329                                            @reeses @amazon why such a hard question? like all decent people I would do all three but my favourite would be B #NotSorry #Sweepstakes
17330                                                                                       Check out Pony Club Horse/Pony Blue Hand Glove/Brush *EUC*  https://t.co/HHpdmZMjOh via @eBay
17331                                        RT @tbrock623: Oh Tori's connect alright to whoever took the necklaceand so does Catherine. #BATB #BatBTeam2Gether #BatbMagic @netflix http…
17332                                        @MyoclonicJerk42 @Reuters I’ve voted for both parties I’m a libertarian and my party never wins because the poor Be… https://t.co/JQbYcDmrpJ
17333                                                                                @Syrik_Zero @wolfast @iamthesaga @amazon @LogitechG And honestly: can you REALLY put a price on fun?
17334                                        RT @LifeWithKathy: #ad The new @Google Pixel 3 phone from @BestBuy has an amazing camera  and unlimited free storage so you can take all th…
17335                                                                                                      Check out Vintage Sphinx Ostrich Leather Handbag https://t.co/lbNsLdBXxj @eBay
17336                                                           Check out Vintage Sterling Engraved Cigarette Case Business Card Case Dance Card Purse  https://t.co/k1xVWeyrSa via @eBay
17337                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
17338                                              RT @CARandDRIVER: Here's how the new 2019 @BMW X7 measures up against the competition: https://t.co/dsBH9CYDDg https://t.co/2uMMeTwqwU
17339                                                                                                                       @Reuters Dayum. Imagine having broads cry over you like that.
17340                                        RT @57Veronica: Can we skip this part please? Can't watch and hear Gabe and Cat talking about their 'relation' #BatB #BatBMagic @netflix @N…
17341                                        RT @dMama2018: @soledadobrien @PoliticalBee @Disneyland @Disney @WaltDisneyCo  Shame on you if you allow this deplorable tarnishing of your…
17342                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17343                                                                    ☔️☔️ Women’s Hunter Gabby High Heel Lace-Up Rain Boots Merlot 9 EU 40 https://t.co/pyWIICBSxs @eBay #hunterboots
17344                                                                                                                                                         @Edward35013679 @eBay DM Me
17345                                         RT @TMobile: We remain on the ground helping provide relief to those affected by Hurricane Michael. Our network is 99%+ restored and we've…
17346                                                                            RT @exxonmobil: Biofuels from algae - could this mean a future with more energy and fewer CO2 emissions?
17347                                        @LitRPGforum @amazon I'm thinking you hit your head on a rock at some point and forgot that you wrote a whole novel… https://t.co/kfS2BEOR9k
17348                                                                                                                     RT @netflix: which witch are you today? https://t.co/us6BJbMfm1
17349                                        RT @ericjwriting: 2/4 Cavalry Book 5: Eagle Hammer (Military ... by Eric Johnson for $8.50 https://t.co/OysdQtsoiE via @amazon #IARTG #SFRT…
17350                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17351                                                       Check out Greek Russian Hand Made 24k Gold Plated 925' Silver Bishop's Pectoral Cross GC-2  https://t.co/wYaIRrt4M0 via @eBay
17352                                        @DarkForge14 @warnerbrostv @FOXTV @Gotham @GothamTVWriters @hulu @netflix @TheDCUniverse @HBO But even brilliant vi… https://t.co/gExDjbGSLv
17353                                        RT @Disney: The most rare and beautiful artwork of all! Sneak a peek at an upcoming exhibition honoring #Mulan's 20th Anniversary: https://…
17354                                                                      Check out Arnold Schwarzenegger Signed Autographed 8x10 Photo from Predator  https://t.co/xqc0zhSA06 via @eBay
17355                                        RT @Disney: The most rare and beautiful artwork of all! Sneak a peek at an upcoming exhibition honoring #Mulan's 20th Anniversary: https://…
17356                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17357                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17358                                        RT @Disney: The most rare and beautiful artwork of all! Sneak a peek at an upcoming exhibition honoring #Mulan's 20th Anniversary: https://…
17359                                                       Check out too many nights alone in the desert... e9Art ACEO Outsider Western Folk Art Brut  https://t.co/YkOAAsupmy via @eBay
17360                                                     Check out RED WING Pecos Brown Leather Work Safety Boots Super Sole Mens 11.5 D #RedWingShoes https://t.co/VOzFVZhSSX via @eBay
17361                                                              Check out Hydrangea Flower Napkins Set of 4 Lavender Peach Orange Green Vintage EUC  https://t.co/9RSTnMwcAf via @eBay
17362                                        @JbCommanche @CGasparino @TeamCavuto @stevenmnuchin1 @GoldmanSachs @Citi @FoxBusiness @TeamCavuto Can you get throu… https://t.co/RqgtUgGJi1
17363                                                                                                                                   @Reuters Our day to #Vote cannot come any faster.
17364                                                                                                                                        I want Animorphs to become a @netflix series
17365                                         RT @MeganAnnBB19: OMG @shanedawson deserves his own show on @netflix. This entire Jake Paul series has really hit me in the feels and made…
17366                                                   Check out Dirty Laundry Tracker #Black #Snow #Winter #Boots  For #Woman Size 7.5M #DirtyLaundry https://t.co/kGjOMAJIE2 via @eBay
17367                                        How are your #restaurants adapting to macro trends? @HP David Gosman addresses how tech is evolving to meet these d… https://t.co/DPZBeRTFDy
17368                                                Check out Leopard Print Fashion Scarf Abaya Shayla 58x18 Brown Animal Print Hjiab Scarf #Unbranded https://t.co/lJRVrGOslB via @eBay
17369                                        RT @RealHRH_Richard: @Reuters @AFP @AP @APEastRegion @FoxNews @BBCWorld @BBCNews @AJEnglish @ABC @CNN @cnnbrk @NBCNews @CBSNews @SkyNewsBre…
17370                                                                                                                            RT @TrueJuicee: Should @netflix bring back The Get Down?
17371                                                                                     Okay @netflix so is #Daredevil being released at 12 am? Cause I cant stand the waiting anymore.
17372                                        RT @MKGMarketingInc: Honored to have won the @BrightEdge Edgie Award for Performance and Results along side @blackrock and @Merkle. Congrat…
17373                                        RT @Disney: The most rare and beautiful artwork of all! Sneak a peek at an upcoming exhibition honoring #Mulan's 20th Anniversary: https://…
17374                                        RT @Disney: The most rare and beautiful artwork of all! Sneak a peek at an upcoming exhibition honoring #Mulan's 20th Anniversary: https://…
17375                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
17376                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17377                                        RT @Disney: The most rare and beautiful artwork of all! Sneak a peek at an upcoming exhibition honoring #Mulan's 20th Anniversary: https://…
17378                                        RT @AwardsTony: @DEADLINE EXL: @netflix @HaileeSteinfeld @mattreevesLA in advance talks to make 'Idol' with @RepublicRecords https://t.co/8…
17379                                                        Under the Christmas Star (Crossroads Collection Book 3) by Amanda Tru https://t.co/1Uetb5MPGJ via @amazon kindle $0.99 today
17380                                                       Check out Women's Dr. Comfort Shoes Off-White Size 9.5 W Leather Velcro #DrComfort #Comfort https://t.co/C5TUEj3TOm via @eBay
17381                                                                                                                                                                @Walmart Still wrong
17382                                                                                                                                                        Why is @amazon so difficult?
17383                                                                         RT @Reuters: Facebook sets up in-house nerve center to take down fake news accounts https://t.co/oQwq6pkWo8
17384                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17385                                                Check out CHARTER CLUB Shirt Blouse Cami 6 Silk Button Front Purple White 3/4 Sleeves #CharterClub https://t.co/wIw2bFnPob via @eBay
17386                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17387                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17388                                        RT @Disney: The most rare and beautiful artwork of all! Sneak a peek at an upcoming exhibition honoring #Mulan's 20th Anniversary: https://…
17389                                                                                                                     @Reuters On the lookout for unacceptable conservative opinions.
17390                                                                                                                                            @soozie62 @Apple It’s one of my favs :))
17391                                                              Check out  Intermediate Algebra Paperback – 2005 CUSTOM EDITION CLAYTON STATE  https://t.co/tDVr9hY4pA @eBay #textbook
17392                                                                                                                                           @DBloom451 @amazon xmas gift-giving ideas
17393                                                   RT @Reuters: Kanye and Kim donate Yeezys to an orphanage in Uganda https://t.co/0XWugE9bt8 via @ReutersTV https://t.co/93Lw3MmP2W
17394                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17395                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
17396                                                                                                                     RT @netflix: which witch are you today? https://t.co/us6BJbMfm1
17397                                        RT @MarkABacon: .@KeeleUniversity in partnership with @Siemens is investing to create the largest smart energy network demonstrator and unr…
17398                                                                             Check out Forever 21 Made In The USA Dark Charcoal Grey Mini Skirt Size S https://t.co/uz9ZOGXeEq @eBay
17399                                                                                                                               @BlancoGoGo @MistressSaphire @SanB5_2 @Tesco Good!!🍷
17400                                                       Check out NEW Alfred Dunner Allure modern fit instantly slimming pants super stretch sz 16  https://t.co/e5Ej7hjY3y via @eBay
17401                                             @Reuters That is only to be expected. @realDonaldTrump has really made America great again !! #DumbTrumpVoters… https://t.co/TIRDSTiA0n
17402                                                                                                                                         @MeganAnnBB19 @shanedawson @netflix I agree
17403                                                        RT @CARandDRIVER: Curious about the new @Ford Ranger? We’ve got you covered. https://t.co/l2V9Kd0F9Q https://t.co/mh8vH8yoY9
17404                                         RT @MeganAnnBB19: OMG @shanedawson deserves his own show on @netflix. This entire Jake Paul series has really hit me in the feels and made…
17405                                                              Check out Nike Air Griffey Max 1 Shoes Flax Sail Wheat Suede 354912-200 USA Men's Sz 8.5 https://t.co/1UHpqX2dpr @eBay
17406                                                                                                RT @lukewarhurst: @Tesco the new bannana flavoured weetabix it the best treat so far
17407                                                                           @IBM finally proves that quantum systems are faster than classicals https://t.co/qtFSEhbLd7 via @engadget
17408                                                                                                          @WordCowboy @archillect @Google Well i still would like some for Christmas
17409                                        RT @KendallJenner: Shop our #KKFALL18 collection on @amazon @amazonlifestyle @kendallandkylie https://t.co/sNfIMs6ZUj https://t.co/dVsHrqsZ…
17410                                                        Check out Art in the Netherlands H. Taine 1871 Hardcover Art History Netherlands Miniture  https://t.co/ZtnZP3ISsl via @eBay
17411                                                                                                                                @astros @CocaCola should McCann be catching tonight?
17412                                                                                                   Daredevil season 3 @netflix #marvel #stanlee #billeverett https://t.co/20xhLUNI8h
17413                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17414                                                                              RT @kencounter10: @Reuters Anyone that cares what celebrities think of politics is too stupid to vote.
17415                                                                                                                  RT @astros: Today’s lineup from @CocaCola. https://t.co/8HagCzRKkq
17416                                         RT @MeganAnnBB19: OMG @shanedawson deserves his own show on @netflix. This entire Jake Paul series has really hit me in the feels and made…
17417                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
17418                                                     Check out NWT SHADE &amp; SHORE1 Pc Swimsuit ~ Multi Color Tribal Print / Back Lacing ~ 36 D  https://t.co/g95CYH4amv via @eBay
17419                                        RT @Louisearnott2: Check out FRENCH COPPER  FRYING SAUTE PAN |  Villedieu | 29cm + new lining 1.75kg    https://t.co/wqM2Vjcmyd via @eBay #…
17420                                                                                                                                         @jpmorgan How are those windmills doing LOL
17421                                                     @jamieevans123 @H_Combs @netflix @NetflixUK Charmed has recently started on request my such 6.25 every night.  Back to season 1
17422                                        RT @comcast: We’re proud to announce we’re the nation’s largest provider of Gigabit Internet.  Now available to nearly all 58 million homes…
17423                                                       Check out X-Factor Comic Issue 88 Modern Age First Print 1993 David Quesada Milgrom Ariane  https://t.co/wXjm4GQ0iv via @eBay
17424                                        RT @McLarenF1: McLaren is delighted to announce a new partnership with @CocaCola. The iconic brand will be carried on an F1 car for the fir…
17425                                        1 of 3: Really disappointed in @Apple and @AsurionCares. I pay monthly for @AsurionCares insurance and when my scre… https://t.co/civitURhrV
17426                                        RT @Disney: The most rare and beautiful artwork of all! Sneak a peek at an upcoming exhibition honoring #Mulan's 20th Anniversary: https://…
17427                                                                                                                                                  @Matt_Rich_Ang52 @amazon Tough guy
17428                                        RT @Disney: Your favorite supers are heading home! See the all-new “Auntie Edna” short when you get #Incredibles2 on Digital and @Movies_An…
17429                                                                                                                   @reeses @amazon A. Reese's before halftime #NotSorry #Sweepstakes
17430                                                                                                                 Hulu down you know what that means @netflix https://t.co/80RMPbE3RP
17431                                        RT @Disney: Get your head in the game for this #HighSchoolMusical: The Musical casting news: https://t.co/EcYw59N2Vc https://t.co/61lzP1Jbyw
17432                                                                Jastore Kids Girls Clothing Sets Long Sleeve Stripe Shirt+Floral Pants Outfit... https://t.co/MRHL0Hv6Hf via @amazon
17433                                        @amazon really gotta say the quality of customer service I am getting is inexcusable as first im told you cannot re… https://t.co/VU8LDPdzah
17434                                                                                     @Reuters I thought they said his body was cut in peices with saw and flown back to the kingdom.
17435                                         RT @eBayROCteam: Webelos Uniform BSA Cub Scouts Green Plaid 9 Activity Pins Youth Small Medium  https://t.co/ZQ0HcM1Rpp via @eBay @map2271…
17436                                                               RT @Audi: Actual footage of us being the center of attention. #AudiA6 https://t.co/3Jrut7ZRB9 https://t.co/M0Ujwk5cBo
17437                                        RT @WBG_Education: How can technology disrupt education? Discussion with @xprize @coursera @BloomBoard @Google @GeniusPlaza @Benetech @Jaim…
17438                                                           Check out 10  Sample Lot Pink Candy Perfume Body Oil Fragrance Samples Or U Pick Scent  https://t.co/LEW6nKurox via @eBay
17439                                                                    Check out Sofft heels shoes black brown size 11 W leather #Sfft #PumpsClassics https://t.co/E9TKoZMEbm via @eBay
17440                                                       Check out 10 Hardcover w/jacket Wholesale Bulk Lot Suspense Mystery Etc.. No Repeat Titles  https://t.co/PDoCP6UtIv via @eBay
17441                                                           Check out Dengeki Nintendo Dec 2018 Japanese Magazine game Splatoon2 Super Smash Bros.  https://t.co/kOjXVUYtTv via @eBay
17442                                        @Audi We I contacted @audiireland I was told basically that the substandard work performed by one of their official… https://t.co/mgk4apW9xs
17443                                        RT @KaterinaRivovak: #XenaRevival @NBCUniversal @nbc @robtapert #XXisforXENA @NetflixLifee @netflix @Hulu @UniversalTV @STARZ @UniPicturesC…
17444                                                                @Moh_MW @Disney @DisneyPixar @Naughty_Dog @BlizzardCS @LifeatBlizzard @DWAnimation Ahh you’re too kind. Someday 😅🤞
17445                                                                                                                                     @mO_OseNme @kateinmadcity @netflix Go for it! ❤
17446                                                                           I never thought I’d see the day that @Walmart would know all of bts’ discography. Target who? Kroger who?
17447                                            @timholmesdesign @McLarenF1 @CocaCola @svandoorne @alo_oficial @Kimoa @LandoNorris @CocaColaRacing @CocaCola_GB… https://t.co/5mFWb4XvRH
17448                                                                                                       @CHMcConnell @ColleenSmi @netflix @HensonAlt @WilshireStudios Lol I love Rose
17449                                          RT @Reuters: ICYMI: New York City creates gender-neutral 'X' option for birth certificates https://t.co/oIUIrp56DB https://t.co/CH1fHeETgU
17450                                                                                                   @CHMcConnell @ColleenSmi @netflix @HensonAlt @WilshireStudios Well done series!!!
17451                                                                                      dammit @facebook calm down with trying to get me to boost my fucking posts. fuck your company.
17452                                                                                                                                                  @TMobile Love the heck outta y'all
17453                                                                                                  Check out Brand new with tags xl tag Emerge Xl Dress https://t.co/hv8GMpq2lo @eBay
17454                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17455                                                                                                                                           @MarioHardy1998 @Nike It builds character
17456                                         Episodes 5-8 of the Haunting at Hill House on @netflix are some of the best 4 hours of horror I’ve ever seen in my… https://t.co/hauDNa6IjQ
17457                                                                                                                         RT @netflix: I tried to warn you... https://t.co/E6kqjPE5ER
17458                                                                                                                         RT @netflix: I tried to warn you... https://t.co/E6kqjPE5ER
17459                                                               @AbacusJournal @TheBlock__ @iamjosephyoung @fintechfrank @lawmaster @GoldmanSachs @Bakkt @Fidelity @ICE_Markets Spicy
17460                                                                                                                         RT @netflix: I tried to warn you... https://t.co/E6kqjPE5ER
17461                                                          Check out Marianne Faithfull - Negative Capability - New VInyl LP - Pre Order - 2nd Nov  https://t.co/8ke6t0i6wZ via @eBay
17462                                                                                                                     RT @netflix: which witch are you today? https://t.co/us6BJbMfm1
17463                                                                                                                                          @edgarVmax @Disney That's just as bad lmao
17464                                                          Check out Senor Frogs Cancun Mexico Graffiti Novelty Fitted Hat Boy's One Size Fits All  https://t.co/In3xmH61BV via @eBay
17465                                                             Grindley Creampetal #Vintage 1940-1959 platter 16 inch Swansea Rose pattern #Grindley https://t.co/3no7k9SRoM via @eBay
17466                                        RT @Disney: The most rare and beautiful artwork of all! Sneak a peek at an upcoming exhibition honoring #Mulan's 20th Anniversary: https://…
17467                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17468                                                                Check out Women Cardigan Long Sleeve Solid Open Front Sweater (S-3XL) #C #Cardigan https://t.co/OkiMLNjVYR via @eBay
17469                                              Just saw this on Amazon: Tiger Infant Dress up Costume 6-12M by Dream Weavers Costumers for $19.64 https://t.co/AK2AWp2iEw via @amazon
17470                                        RT @KylieJenner: Our @kendallandkylie Fall 2018 collection is now available on @amazon @amazonlifestyle – head over to the official brand s…
17471                                                                           RT @Reuters: Trump says Saudi journalist likely dead; Turkey searches for remains https://t.co/FINC06OUVE
17472                                                       Check out Manfrotto 322RC2 Action Ball Head + 2 Quick Release Plates - Latest Version Mint  https://t.co/SEnTXPjLXW via @eBay
17473                                        RT @gittycity: Off To #SaveGotham Once more @FOXTV @warnerbrostv  sure you Dont wanna Join me? @netflix @TheCW  i know you do @RipleyXIII @…
17474                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17475                                        RT @Disney: The very best something is coming your way. Join #WinnieThePooh and all his friends on an unforgettable adventure with Disney’s…
17476                                                                                                                             @Nike when @DevinBook getting his own shoe? #TimeToRise
17477                                                                                                                  @Bosslogic @netflix I hope you're watching Haunting of Hill House.
17478                                                       RT @rachelka33: #GothamNeedsYou like you need Gotham! #SaveGotham @warnerbrostv @netflix @AmazonStudios @TheDCUniverse @TheCW
17479                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17480                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17481                                                                                   RT @DeborahAnnWoll: Hours away!! @daredevil Season 3!!! In @netflix !! RT https://t.co/bjZIOl3T9x
17482                                        RT @ArmstrongActing: @peyton_kennedy audition for the series lead role on @netflix  @EverythingSuxTV. The #audition was taped here at AAS w…
17483                                        RT @Disney: The very best something is coming your way. Join #WinnieThePooh and all his friends on an unforgettable adventure with Disney’s…
17484                                                 Check out LARGE CONTEMPORARY ORIGINAL MODERN ABSTRACT CANVAS PAINTING ART Dan Byl 4x5ft #Abstract https://t.co/qo6VnU8cQ6 via @eBay
17485                                                                                                                                                           @netflix Willowwwwwww!!!!
17486                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17487                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
17488                                                                  @matigary @Busisa74 @steve_hanke @ali_naka @JosephEStiglitz @paulkrugman @Reuters @nigelchanakira All in due time.
17489                                        RT @derekmayson: Wrapping up day 1 of the Marketing Kingdom Conference. Great list of speakers from @Starbucks @PepsiCo @TwitterCanada @Wes…
17490                                        RT @rachelka33: You can't find a show like Gotham anywhere else! #LongLiveGotham #SaveGotham @warnerbrostv @netflix @AmazonStudios @TheDCUn…
17491                                                                                                                                 Why does @McDonalds ice cream machine never work!!!
17492                                         @Mastercard still listed as a “Strategic Partner” for @FIIKSA along with other companies apparently unconcerned to… https://t.co/iJYQuo4xMP
17493                                                                                                                               @Nike @nikestore will you Be selling these jerseys ??
17494                                                                                                     @ThatsSoDanny @TheGingerMinj @ASOS I no longer work with them or reccomend them
17495                                     @Angenette5 #MakingAMurdererPart2 is available tomorrow on @netflix ! Do you plan to watch it &amp; do you know if you… https://t.co/dpLTXURJ6l
17496                                                                         RT @augustpunch: I talked shit about it but this Shane Dawson - Jake Paul story is nuts. Take note @netflix
17497                                                    Check out No Boundaries Shorts 13 Cut Off Khaki Summer Juniors NWT #NoBoundaries #CasualShorts https://t.co/uqjTUpuY0w via @eBay
17498                                                                      RT @netflix: Charmed blessed us with one of TV’s best characters ever: Piper Halliwell https://t.co/ANGiAaUJX6
17499                                                                                                                         RT @netflix: I tried to warn you... https://t.co/E6kqjPE5ER
17500                                        @Reuters How ignorant are the voters in Texas. Ted Cruz is a liar and a professional politician. Veto is a human being. Texans don't get it.
17501                                         RT @HotMamaNtheCity: Expecto Patronum! Bring magical imaginations to life with #HarryPotter dolls at @Walmart. #ad https://t.co/n4JKDLiXUg…
17502                                                                                                                     RT @netflix: which witch are you today? https://t.co/us6BJbMfm1
17503                                    @Nickelodeon @Walmart https://t.co/1ZuII0Y9LO make an acc &amp; you’ll automatically earn 80$ that can be transferred t… https://t.co/Baz6xIlUc4
17504                                                               Check out Mossimo Tee Shirt S  v-neck short sleeves womens NWT #Mossimo #GraphicTee https://t.co/9AgELXGaIS via @eBay
17505                                                                                                                     RT @netflix: which witch are you today? https://t.co/us6BJbMfm1
17506                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17507                                                                                                                     RT @netflix: which witch are you today? https://t.co/us6BJbMfm1
17508                                                RT @Car01am: RT @GerriBowen Escape to Gettis...and Love (Love in Gettis Book 1) by Gerri Bowen https://t.co/eBxMVAhbaB … via @amazon
17509                                                                                                                      Check out my listing @eBay - https://t.co/sDCHOYbdI6 via @eBay
17510                                        @Th3_Extreme @amazon Someone purchased it as a new item. They received it and shipped it back to Amazon. Amz receiv… https://t.co/CcjEDNnjeU
17511                                        @Th3_Extreme @amazon Someone purchased it as a new item. They received it and shipped it back to Amazon. Amz receiv… https://t.co/CcjEDNnjeU
17512                                                                                                                       @eBay Fuck you deals. You let people steal from good sellers.
17513                                                                                                                  RT @astros: Today’s lineup from @CocaCola. https://t.co/8HagCzRKkq
17514                                                         RT @Attractions: The @Starbucks @UniversalORL has a Killer Clown-accino and other Halloween drinks. https://t.co/g9u24hZXzS
17515                                                                 Check out BANDAI Monster Hunter Seregios Spirits Spirit Stone soul MHS-03 #Bandai https://t.co/kfc9SOddvO via @eBay
17516                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17517                                                   @ATT I’m glad the company is diverse. Now  maybe you can refocus your efforts toward actually providing legitimate cell coverage?
17518                                             RT @Cisco: Watch Ninja and @TheEllenShow conquer a llama and discuss Swiss bank accounts via @CiscoCollab tech. https://t.co/YB1kODPZZw
17519                                            RT @AmericanExpress: @Lin_Manuel's leading role is that of visionary artist. Our role? To have his back every step of the way. #AmexLife
17520                                                                                                                              daily reminder that @netflix should add Drake and Josh
17521                                                                                         RT @netflix: The Curious Creations of Christine McConnell is A MOOD https://t.co/fI7ezconC3
17522                                                                                                                RT @QueerXiChisme: we need this NOW @netflix https://t.co/Hwks7NL80X
17523                                                       Check out X-Factor Comic Issue 225 Modern Age First Print 2011 Peter David Kirk Matt Milla  https://t.co/fN1WVtGTZ5 via @eBay
17524                                                                         RT @DillardES: I spy a Mrs. Wilkinson at #McTeacherNight!! 🍟 @McDonalds #DDESsoars https://t.co/ByG7DxLwab
17525                                         @renailemay @Microsoft @foxitsoftware I despise how Microsoft are pushing Edge at the moment. Stop changing custom… https://t.co/Lr8iUyFem7
17526                                                                                                                         RT @netflix: I tried to warn you... https://t.co/E6kqjPE5ER
17527                                                                                                          @AZCardinals @Microsoft @surface lets lose so we can actually make changes
17528                                                                  @AZCardinals @Microsoft @surface And here... we....go! We are the worst team in the National football league OMG!!
17529                                         RT @MeganAnnBB19: OMG @shanedawson deserves his own show on @netflix. This entire Jake Paul series has really hit me in the feels and made…
17530                                                                Sea Buckthorn Oil Cold Pressed Virgin Organic 8.45 fl oz/250 ml Flora Aromati... https://t.co/A4oM1h4Yf7 via @amazon
17531                                                            Check out wedding party disposable plastic plates silverware gold rim or silver rim plates https://t.co/KUA7NhP8dt @eBay
17532                                        @facebook should have a thing like Pinterest where if you see an idea you can save it to a certain folder you’ve cr… https://t.co/CHNzOF56Aq
17533                                       @namj0on94 @BTSNewYorkCity @TIME @Walmart 😣 hopefully there's some when I go unless they haven't put them on the sh… https://t.co/vOCuqsEjvj
17534                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17535                                                                                           RT @Google: See how Google Search helps one young woman build bridges between two worlds.
17536                                        RT @Sony: Looking for costume inspiration for Halloween for you and your crew? Check out literally any episode of #Timeless. https://t.co/C…
17537                                                                        RT @fayglo: wtf @Starbucks you guys got my name wrong fuck u guys never coming again https://t.co/Jbp63FHOYj
17538                                        @ATT I’m very disappointed in the service I received tonight. I had to order a new box for my tv and it came today.… https://t.co/jZ6kkM4jDl
17539                                        RT @TashaAdamski: Totally agree with this @TeenVogue statement hey @netflix why not fill that gap with Shadowhunters now! You know you want…
17540                                                                                                                              @salomondrin @Ford @Ford please get this man a ford GT
17541                                        RT @salomondrin: Hey @Ford let's cut the shit... I want a new FORD GT... how about a MEXICAN ALLOCATION IN THE US FOR YA BOYYYYYYYY!!!!! ht…
17542                                        RT @warrenisbrown: Got on great with my @FitbitUK . But my second has fallen on its arse! Considering switching to @Apple watch to use as a…
17543                                                      Check out ICB Prabal Gurung Skirt Silver White sz.8 Holiday Party NWT $249 NWT #PrabalGurung https://t.co/BUrFOTDSY9 via @eBay
17544                                        RT @papalati: @Th3_Extreme @amazon Could've also been wrong item sent to someone. But why am I being charged full price for an item that wa…
17545                                                                 Check out DVF Diane Von Furnstenberg Zodiac Aries Keychain Leather Charm  NWT$58  https://t.co/DDLhLIQKOw via @eBay
17546                                             Check out the latest @VistaTalks Ep 6 with @lguerrouj @salesforce https://t.co/Dcl8rTPESH #VistaTalks #Podcast… https://t.co/ioBLg4O6kR
17547                                                       RT @hklaulor: @nakimaeko @seewhatsnext @netflix We have been waiting so long...#RenewGypsy #SaveGypsy https://t.co/V19KRPpoEJ
17548                                                                                                                                        Really?  😪 @netflix https://t.co/0OKQj115QA
17549                                                          Check out Warner Brothers Publication Green Day American Idiot Guitar Songbook Edition   https://t.co/puV3JFtI3b via @eBay
17550                                                                                                                                                 @netflix Anyone else Netflix down ?
17551                                       @ironsheik0 @netflix Tell me about it 😀. This is why I enjoy watching shows that are thought provoking. Something l… https://t.co/fU0CDIjEMH
17552                                                                                            @EybenFarms @AglandCo @JohnDeere Would make good decos in that new drying shack of yours
17553                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17554                                                                                                                RT @QueerXiChisme: we need this NOW @netflix https://t.co/Hwks7NL80X
17555                                         @Lrok @ATT @verizon GIRL SAME HAPPENED TO ME!!! Have you heard of @WingTel_ ? Switch your phone plan to them! They… https://t.co/M8EveTEGck
17556                                                                                                @DeborahAnnWoll @Daredevil @Marvel @netflix Sorry all I can offer is a RT this time.
17557                                                                                                        @netflix when is the new Arrow going to be on Netflix? I need it in my life?
17558                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17559                                                                                                                         RT @netflix: I tried to warn you... https://t.co/E6kqjPE5ER
17560                                        @BankofAmerica DO BETTER!!!!! I literally cannot get ahold of anyone! The one time I did I got transferred and basi… https://t.co/ZmMJFvxCHv
17561                                                                                     Check out Spirit halloween Animated CREEPY CARETAKER W/ Tombstone https://t.co/rVGcc7ZZYb @eBay
17562                                           RT @DonFi4o: Check out Vintage Virgin Mary Sculpture Our Lady of Fatima w/ Music Box Catholic Figure    https://t.co/2afDtGXJZj via @eBay
17563                                                                 @Julesp783 @STOPFLEXIN @netflix I thought it was just as good as the short stories I read in my Southern Lit class.
17564                                        Selling Hot Wheels '10 Chevy Camaro SS Highway Patrol Car #HotWheels #Chevrolet https://t.co/OcEfAVcL5L via @eBay #… https://t.co/GGb0wo5rhW
17565                                                                                                                         Dude. @Walmart What in the world??? https://t.co/67XnhdM0yL
17566                                        RT @Disney: The most rare and beautiful artwork of all! Sneak a peek at an upcoming exhibition honoring #Mulan's 20th Anniversary: https://…
17567                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17568                                                                                                                        RT @Apple: See how to use Emergency SOS on your Apple Watch.
17569                                                                         @thomasboland22 @RockstarGames @BestBuy @Sears @Target @amazon How about you mind your own fucking business
17570                                                   Check out Two (2) Paragon Dovedale China Dinner Plates Gold Trim Embossed Edge England #Paragon https://t.co/W5bp3HTxlE via @eBay
17571                                                       @McDonalds @McDonaldsCorp had this happen twice now. Y'all got employees scanning codes off the bags. https://t.co/iTt9jhXdKK
17572                                         @HaloCollector @Halo @MegaConstrux @Mattel @Walmart A character so important as Dr Halsey must has its 7 in figure… https://t.co/9ixBBLxEYY
17573                                        RT @Reuters: Prince Harry left a fan in tears of joy by hugging her during a visit to Melbourne's Royal Botanic Gardens https://t.co/RL6x8W…
17574                                                                                 Check out AMX NI-2000 Integrated Posipilot/Controller System #AMX https://t.co/kPIovOB1ad via @eBay
17575                                        BUT WAIT....it gets better!! I was driving home tonight and GUESS WHAT?? My window is STILL malfunctioning. A swing and a miss @Nissan 🤦🏼‍♀️
17576                                                                          RT @Walmart: @liseuxx What about Idol? Or how about we just play the whole Love Yourself album? ❤ #BTSArmy
17577                                                       Check out Bale Out Hay Bale Ground Hunting Blind Camouflage Duck Deer Turkey Field Blinds   https://t.co/aK8uAItQmU via @eBay
17578                                                 Check out Dishwasher Silverware Utility RACK Basket w/ handles 10 slots Powder BLUE LONG #Unknown https://t.co/5ONdYA4VXc via @eBay
17579                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17580                                        @CISNE_CO @exxonmobil @redbullracing @JordanCwierz @ChrisDemarais @TheTylerCoe @EricBaudour @RoosterTeeth Incapable of taking you seriously*
17581                                                                                                                        @reeses @amazon D. All of the above!! #NotSorry #Sweepstakes
17582                                                                                  Started watching @haunting &amp; it sucked me right in @netflix strikes again #HauntingOfHillHouse
17583                                        RT @GrayMatterSys: New in #TechHub: @Walmart announced it will open a fresh and frozen food grocery distribution center by 2020 in Californ…
17584                                                                                                         RT @netflix: Vincent Adultman — but make it fashion https://t.co/rj8ozCobdk
17585                                                                             Enter for Your Chance to Win the Ultimate Trip to #iHeartFiesta Thanks to @ATT  https://t.co/henOb07520
17586                                        @facebook I live alone and connected with my family on fb. Anything happens to me you are responsible for it..thank… https://t.co/T3NMnc1qmi
17587                                        RT @C_L_Windsor: Congratulations Ashleigh on your 10 year anniversary at @Starbucks. Your employee recognition is far better than a Pumpkin…
17588                                        @Shell Is it 100% renewable? When are you going to stop selling fossil fuels and only sell electricity and/or hydro… https://t.co/MOFDH77lSO
17589                                                                                                 RT @sequanta: [#IOTSWC18] @sequanta at the edge at @intel ! https://t.co/G5C04E8OAL
17590                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17591                                        RT @Hot_Wheels: We’ve teamed up with @kroger for a chance to win a limited edition Hot Wheels Chevy Camaro 2LT! Head over to https://t.co/W…
17592                                          Hey @Uber I just got into a car which had a sharp edge coming out of the drivers back seat and stabbed my leg and tore my @Burberry pants.
17593                                                                                                             Check out Virtual hydride Sega Games  https://t.co/vjlHtlklMm via @eBay
17594                                                                                                                   @ChadFromStL @BestBuy @JeffBezos @amazon Best Buy used to be good
17595                                                                            Check out my listing @eBay - https://t.co/vFGXLXU3LU via @eBay #ebay #mtg #magicthegathering #sale #rare
17596                                                                Check out Vintage Sterling Silver Petrified Wood Large Pendant #Unbranded #Pendant https://t.co/ZFyGFXpV7z via @eBay
17597                                                                  RT @staceydash: @stillgray @Walmart It’s a fetish. Come on. It’s been a sexual fetish since the 20’s. The Shining.
17598                                                                                                                                           @McDonalds please https://t.co/TKVwbgpobd
17599                                        @BrotherJesse @ShaiDeLuca @LouisFarrakhan @jack @CNN @ABC @BBC @nytimes @washingtonpost @nypost @CBS You do know Go… https://t.co/69jAeyqeB9
17600                                                                    RT @deals4life: Disney Descendents Villain Genie Chic Mal Disney Descendants https://t.co/6LF4DKYidh via @amazon
17601                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17602                                                                                                     @DJKaliDMC @Walmart Yesss!! Strip it down down @Walmart https://t.co/f8lzY7eYwG
17603                                                                                               @JimCarrey @Nike Who cares if a guy kneels during the anthem? https://t.co/xDwkyBT7o9
17604                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17605                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17606                                        RT @FredButt6: Row Units 653 John Deere still getting the job done! 1970’s technology still working in Iroquois County @JohnDeere . Ottumwa…
17607                                                                                                                     RT @netflix: which witch are you today? https://t.co/us6BJbMfm1
17608                                    Scratch it. Spell It. For a Chance to Win it! Visit @Walmart &amp; #CollectToWin by obtaining game pieces from speciall… https://t.co/bgpilRkcoz
17609                                                                                                                                 @yanmundim @Lions @Microsoft Dude. That's a sidearm
17610                                                                            Check out my listing @eBay - https://t.co/HcAPeDzd8c via @eBay #ebay #mtg #magicthegathering #sale #rare
17611                                                                             RT @NESN: GOAL! David Krejci puts the Bruins up 1-0 in the second period. @Audi https://t.co/lm7Qh6mEjU
17612                                                           I just bought: 'Equilibrium Overturned: The Heart of Darkness Awaits' by John Everson via @amazon https://t.co/OfW3kLbXB3
17613                                                    Check out MoMA Grey Cotton Queen Size Duvet Cover Set 3 Pieces Button Closure Reversible #MoMA https://t.co/PqWxqDrLyt via @eBay
17614                                                                                     @nellyjisbadd @TGH_Corona17 @amazon @FBI Lmfaoo I hate ya I can’t do Saturday I can’t do Sunday
17615                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17616                                                                   Check out Interiors Of Virginia Houses Of Colonial Times Edith Tunis Sale 1927  https://t.co/4Vf9xhaUMY via @eBay
17617                                                                                        I just bought: 'Suspended in Dusk II' by Ramsey Campbell via @amazon https://t.co/f2IIvp4UoD
17618                                                                     Check out June/July 2018 - AARP The Magazine - Cover: WILLIE NELSON - UNREAD  https://t.co/gjNkjUbOeS via @eBay
17619                                        RT @CallMeSox: @Reuters Hold Republicans accountable for their refusal to act on climate change. Vote for Democrats on Nov 6. We deserve le…
17620                                                            RT @Reuters: Japan's women sailors push to transform the Japanese navy into a mixed-gender force https://t.co/P6F8zmdJpG
17621                                     RT @lmiller8303: Check out Pfaltzgraff The Winter Collection Mini Salt &amp; Pepper Shakers Brand New In Box  https://t.co/eZXQMwyxUk via @eBay
17622                                                                                                                        @spartangrass @netflix @PrimeVideo The Staircase on Netflix.
17623                                                                                                                                          @CSLGAMERARCHIVE The Nineties on @netflix.
17624                                                                                             @Honda Hi! Word World called and they want their car back. LOL! https://t.co/9XMGQbSPKj
17625                                                                                     RT @Reuters: San Diego Zoo's baby elephants learn to ride with the herd https://t.co/xflJGNxD0G
17626                                        An eventful end to a spectacular conference. Thanks to @Microsoft for sponsoring #VRS2018 and the Innovation Junto.… https://t.co/UPsCnirSSp
17627                                                               Pu erh mini tea cakes fermented Tuocha in bag packing 24 Ounce (680 grams) JO... https://t.co/niHRLvr9wX 来自 @amazon
17628                                        @baglen @Mastercard @RedSox @DunkinBoston @DunkinMaine @dunkindonuts coffee sucks and your limited offer will alien… https://t.co/3gbV0JBzG5
17629                                                  #Check out #C6074-60415 #Q1273-60050 #Q1253-60041 HP Plotter Ink tubes Nozzle Connection #Yanzeo https://t.co/OokbVqaQnR via @eBay
17630                                                           Check out Skull Head Coffee Mug Tea Cup 16oz Cute Unique Gift  Gothic Design #Unbranded https://t.co/bpGxdaQvxd via @eBay
17631                                                                                                                       @BritishCPA @AngryBirds @netflix I think they are perfect! 😍
17632                                    RT @keyvanRestarti: @Reuters @JackPosobiec #RestartMIGA &amp; will bring back peace to the region. As a result Middle Easterns don't have to fl…
17633                                        RT @DaveCooperfone: @ItsNorbitPeters @GOP @georgesoros @MediaMatters @ABC @CBS @nbc Sounds like Mike Stark is mentally imbalanced and shoul…
17634                                                       Check out Wilson Mens Black Elastic Waist Shorts Size L #Wilson #ElasticWaistShorts #Casual https://t.co/Fp4q67sYJv via @eBay
17635                                        RT @Reuters: WATCH: Celebrities break their silence on politics as Hollywood resists Trump in the midterms https://t.co/vezmK7LO7m https://…
17636                                                                         Check out Zana Di Womens Jeans Size 15 Juniors Striped Green Navy #ZanaDi https://t.co/64z6jDhODs via @eBay
17637                                        RT @Disney: The most rare and beautiful artwork of all! Sneak a peek at an upcoming exhibition honoring #Mulan's 20th Anniversary: https://…
17638                                         RT @carrieksada: @DontMockMyTypos @Kohls @Nike .@Kohls I’m a credit card member and I find this treatment of a customer unacceptable. Your…
17639                                                                      RT @netflix: Charmed blessed us with one of TV’s best characters ever: Piper Halliwell https://t.co/ANGiAaUJX6
17640                                                                                                                                                          @Shell I don’t drink bikes
17641                                        @netflix I DEMAND season 4 of Seven Deadly Sins. Never in my life have I become so emotionally attached to an anime… https://t.co/w96lG57Dql
17642                                                        Thank you @Google for understanding my lazy arse typos 👍🏼 also @SwiftKey you let me down here 👎🏼 https://t.co/ojtF4pskpq
17643                                                                                                                RT @QueerXiChisme: we need this NOW @netflix https://t.co/Hwks7NL80X
17644                                       RT @Mastercard: Hey Boston! Having another late night watching the @RedSox? Here’s a treat for you! Show your Mastercard for a medium ☕ - o…
17645                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17646                                                                                                                                               @TimothyHalleran @Apple Hilarious! 🤣
17647                                                                                                                          @Big_Tickets @them @Google Russian bot or complete moron.?
17648                                        I was thinking about joining @TMobile to lower my phone bill.. but I am in the the Florida panhandle helping with h… https://t.co/SN9w7ZdxZ9
17649                                                                        Check out NEW OLD STOCK VINTAGE 80'S RUNWAY COUTURE CLIP EARRINGS LOT #80s https://t.co/nNf67nexCL via @eBay
17650                                                                                                                                   @RococoVintage @netflix I thought it was just me.
17651                                                                                                                      Yep thats how its down all over @CNN @MSNBC @ABC @CBS @NBCNews
17652                                                                                                  @dano_colon your Tweet was quoted in an article by @Yahoo  https://t.co/40YXfRYkvt
17653                                                                                            RT @netflix: i needed this smile today and thought you might too https://t.co/6sXDG10QWz
17654                                                                                                                                       @LThacyk @KimHambleton @Starbucks It’s a tye.
17655                                        @Dinkeldash @ThePerfectMetis @stillgray @Walmart I fought against that bullshit. Because it's bullshit. It's wrong.… https://t.co/705g5zfvk5
17656                                                  Check out Auto World Cars N Coffee Thunderjet R23 B Set 6 Electric Slot Racers - 18ZD #AutoWorld https://t.co/Y4TSLaKrDm via @eBay
17657                                                                          RT @Walmart: @liseuxx What about Idol? Or how about we just play the whole Love Yourself album? ❤ #BTSArmy
17658                                                      Check out Pinhead original painting Acrylic Halloween Horror Popart Art D.Oberling #Abstract https://t.co/ym0tJLF3fC via @eBay
17659                                                       Check out Harvest MOON Man Face/Ohio Soup SIGN*French Country/Primitive Wall Kitchen Decor  https://t.co/sTjc3Zvfwo via @eBay
17660                                                                                                  RT @Xcanogilbert: Do @McDonalds frosty’s exist?? Yes or no https://t.co/yDTRYFW7kA
17661                                                                   China arrests former vice finance minister for graft https://t.co/xmEVYac0Ss via @Reuters https://t.co/6yzo212dYi
17662                                                                                    RT @Reuters: Asia shares slide further as weak China growth adds to woes https://t.co/Y4TTgefnNy
17663                                                             Check out Disney Villains LuLaRoe JULIA Dress XL Jack Nightmare Before Christmas Teal New https://t.co/JPaDRrXOo0 @eBay
17664                                                            Wedges Black White Polka Dots Wedge Sandals Open Toe Shoes Retro 5.5 or 8 NWOB  #Party https://t.co/tGDED3UzuG via @eBay
17665                                                 Check out Pokemon Pikachu Child Halloween Costume Size Medium 8-10 M Ages 5 To 7 No Mask #Pokemon https://t.co/hLElfNmOdJ via @eBay
17666                                                                                                        @netflix there needs to be a charmed movie but only with the original cast ♥
17667                                                   @theocstylist @dotdjohnson @Bethenny @BrandiRedmond @Costco @Walmart @Jet @amazon @Kmart @kroger @Target… https://t.co/Rlw8679i8q
17668                                                                                            RT @netflix: i needed this smile today and thought you might too https://t.co/6sXDG10QWz
17669                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/QegZgq9Qzs
17670                                                Just saw this on Amazon: 14k #WhiteGold VS #Diamond #tennisbracelet by Jewelry Adviser Bracelets https://t.co/lblQXabGE9 via @amazon
17671                                         RT @LoveBikes11: Check out Jumpin Fun Castle Kelly - NIB  Last One  #Mattel #DollswithClothingAccessories https://t.co/9IFWZadQxg via @eBay
17672                                        @jayharrington3 @TheKennyJohnson @shemarmoore @swatcbs @CBS Great show tonight. Glad none of Hando's team got demot… https://t.co/5MFXvNfpsT
17673                                                       Check out Auto World Chase Bandit Firebird T/A Knight Rider Silver Scrn XTRACTION R25 18ZD  https://t.co/HUPX4yClDn via @eBay
17674                                                          RT @_s2_11: @DianeStuffer @WinnaWinna2016 @Disney How much money did Knightly make for the Pirates of the Caribbean films?
17675                                        RT @salomondrin: Hey @Ford let's cut the shit... I want a new FORD GT... how about a MEXICAN ALLOCATION IN THE US FOR YA BOYYYYYYYY!!!!! ht…
17676                                                     Check out NWT  6 Pcs Lot Carter’s Body Set Baby Girl Size 24M https://t.co/bXHkPOxVpc @eBay #Verlander… https://t.co/O9Dx2OTtKX
17677                                        RT @KendallJenner: Shop our #KKFALL18 collection on @amazon @amazonlifestyle @kendallandkylie https://t.co/sNfIMs6ZUj https://t.co/dVsHrqsZ…
17678                                                                              RT @Reuters: Exclusive: U.S. asks for WTO panel over metals tariff retaliation https://t.co/SR6xWYRlcr
17679                                        RT @BazBam: Royal match: @RealChalamet begins filming #TheKing for @netflix next week. #Lily-RoseDepp will play  Princess Catherine @joeled…
17680                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17681                                                                                         RT @Reuters: ICYMI: Animals at the Detroit Zoo enjoy pumpkin treats https://t.co/HJoUbwqm8V
17682                                                  RT @JB_Rain_Maker: $PURA - Puration Inc (OTCMKTS:PURA) Explodes on Coca-Cola Interest https://t.co/mmSZydKUUA via @Oracle Dispatch
17683                                        RT @Reuters: JUST IN: Organizer of Honduran migrant caravan detained in Guatemala - @Reuters witness https://t.co/S4r7TOPuuQ https://t.co/Q…
17684                                                          Check out ANTIQUE YONEZAWA JAPAN TOY 1970's MERCEDES BATTERY POWERED MELODY CAMPING CAR  https://t.co/1R2YBzrsYs via @eBay
17685                                        RT @MIT: Ginni Rometty of @IBM on MIT’s groundbreaking $1 billion AI initiative and the new MIT Schwarzman College of Computing  https://t.…
17686                                        RT @DeborahAnnWoll: 3 HOURS!!! Season 3 of @daredevil starts in n 3 HOURS!! Watch out for spoilers everybody!!! On @netflix !! @Marvel http…
17687                               RT @ciaraandruss: Aye! It’s @ciara HBCU Level Up Challenge sponsored by @ATT !. This is a movement y’all 🙌🏽😩🕺🏾💃🏽🥁🎷🎺♥️. Let’s Go!!! #HBCU #L…
17688                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17689                                        YOU KNOW WHAT IM SICK AND TIRED OF!! I MEAN SICK!! AND TIRED OF!! IS @McDonalds SHORTENING ME OF MY SAUCES!!! AND T… https://t.co/kh84FdR4iv
17690                                        Getting her birthday gifts in the mail has been an absolute nightmare this year. I am so done with mail. @amazon  i… https://t.co/nafU6UnaGb
17691                                        RT @DeborahAnnWoll: 3 HOURS!!! Season 3 of @daredevil starts in n 3 HOURS!! Watch out for spoilers everybody!!! On @netflix !! @Marvel http…
17692                                                                                                                                        Check out  https://t.co/ctKVxV4Hpt via @eBay
17693                                                  Check out #Haunted Black #Halloween #Tree - Lighted Purple &amp; Clear - Gorgeous New #Halloween https://t.co/rZ5hyNFQEJ via @eBay
17694                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/Ai5BRKmT99
17695                                                                                                                                                   @TMobile @justinbieber Borat! lol
17696                                                 @Nike @KingJames Not on my feet. You and that son of a bitch Colin can have Nike. My good African American… https://t.co/VIHBQ3M86F
17697                                                                                                                    @DeborahAnnWoll @Daredevil @netflix @Marvel LETSSSS GOOOOOOO!!!!
17698                                        RT @DeborahAnnWoll: 3 HOURS!!! Season 3 of @daredevil starts in n 3 HOURS!! Watch out for spoilers everybody!!! On @netflix !! @Marvel http…
17699                                                                          RT @Walmart: @liseuxx What about Idol? Or how about we just play the whole Love Yourself album? ❤ #BTSArmy
17700                                                                               RT @1DJFirstClass: The scariest movie @Disney ever made. Facts! *bangs gavel* https://t.co/Uuv75NAXml
17701                                                    @liamobrienactor @Daredevil @netflix @Marvel @erikoleson @DeborahAnnWoll @vincentdonofrio @AmyRutberg @DEADLINE Thanks bro! P :)
17702                                        RT @DeborahAnnWoll: 3 HOURS!!! Season 3 of @daredevil starts in n 3 HOURS!! Watch out for spoilers everybody!!! On @netflix !! @Marvel http…
17703                                                                                                                       @abbygranada Look at ASOS you also get student discount @ASOS
17704                                        RT @generalelectric: With 15% longer battery life-cycle and 50% reduced construction time—GE Reservoir Solutions energy storage platform ma…
17705                                        RT @DeborahAnnWoll: 3 HOURS!!! Season 3 of @daredevil starts in n 3 HOURS!! Watch out for spoilers everybody!!! On @netflix !! @Marvel http…
17706                                                       Check out Winnie The Pooh &amp; Eeyore Lot - Mugs Ornament Cases Notebook - 6 Items #disney https://t.co/HOka7LKKDo via @eBay
17707                                        RT @DeborahAnnWoll: 3 HOURS!!! Season 3 of @daredevil starts in n 3 HOURS!! Watch out for spoilers everybody!!! On @netflix !! @Marvel http…
17708                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17709                                                                                                   @Starbucks how come I haven’t gotten my free drink voucher yet ? It’s 2 days away
17710                                                             Check out Sony Camcorder HDR-CX05  New in Box w/ A Case &amp; Instruction Book  #Sony https://t.co/aU5ENqqqVr via @eBay
17711                                                         Check out FENDER (Fender) Player Precision Bass Polar White iacmkI from Japan EMS #FENDER https://t.co/ucEGqkhFcu via @eBay
17712                                        RT @wisdomfromage: @historydiva25 she certainly didnt mind the kiss in Frozen! #Frozen #Disney @Disney #HollywoodTurningOnHollywood #Hollyw…
17713                                                                                         Check out Mens suite worn once 42R 36w 32L  #carloorestes https://t.co/HMZ2KlcqJm via @eBay
17714                                        RT @NISMO: We're loving the look of the @Nissan e.dams @FIAFormulaE cars on track at @CircuitValencia. Check out @Sebastien_buemi in action…
17715                                                                                            RT @netflix: i needed this smile today and thought you might too https://t.co/6sXDG10QWz
17716                                        RT @DeborahAnnWoll: 3 HOURS!!! Season 3 of @daredevil starts in n 3 HOURS!! Watch out for spoilers everybody!!! On @netflix !! @Marvel http…
17717                                               Take another look! #ComeToAzerbaijan! @azembassyus @AzDelUnesco @lonelyplanet @NatGeoTravel @TripAdvisor ❤️🇦🇿… https://t.co/9JKFEBiGtn
17718                                                                                                                    @ninergiant49 @Wendys @tacobell @McDonalds U gonna cook or what?
17719                                        RT @DeborahAnnWoll: 3 HOURS!!! Season 3 of @daredevil starts in n 3 HOURS!! Watch out for spoilers everybody!!! On @netflix !! @Marvel http…
17720                                                                        RT @fayglo: wtf @Starbucks you guys got my name wrong fuck u guys never coming again https://t.co/Jbp63FHOYj
17721                                                       RT @DonFi4o: Check out Vintage Catholic Virgin Mary Miraculous Figurine Our Lady of Graces  https://t.co/6BrmS909dx via @eBay
17722                                                                                                       Of course I’m still here @netflix I literally just turned the volume down 🤦‍♀️
17723                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17724                                        @AmazonHelp @amazon @JeffBezos purchase date was on 10/10 nd it was promised that the product would be delivered on… https://t.co/UGri20D04h
17725                                                                                                                         RT @netflix: I tried to warn you... https://t.co/E6kqjPE5ER
17726                                                                                                   @kanishk787 @Apple Okay mine dispatched may be tommrw wl recieve 😁 gps + cellulr
17727                                                                              Michael Kors Men's Field Coat Office Black Size Small Michael Kors https://t.co/USXqopMSi5 via @amazon
17728                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17729                                                Check out Brazilian Natural Geode Slice Druzy Silver Electroplated Connector DIY Jewelry #Handmade https://t.co/iZsKVinwAE via @eBay
17730                                                                Shinediamond 14K White Gold FN Twisted Engagement Ring with 1.51 CTW Asscher ... https://t.co/bI2IML4WUm via @amazon
17731                                                                          @piercecp @SaintRPh @ProcterGamble I think it's sexist they don't call it wo-menstruation or mynstruation.
17732                                                                                                                         RT @netflix: I tried to warn you... https://t.co/E6kqjPE5ER
17733                                         Makes perfect sense that @CNN @MSNBC @ABC @NBCNews @CBS @nytimes @washingtonpost would focus all their airtime and… https://t.co/b2MxjOn1V7
17734                                                                  Check out Keith Sweat &amp; R. Kelly - Soul R&amp;B - 5 CD's - Great Condition!  https://t.co/Abeupc0u7e via @eBay
17735                                                 Check out Brother GX-9000 Electronic Word Processing Typewriter Correctronic + 3 Ribbons #Brother https://t.co/79WxOPkwA6 via @eBay
17736                                                                  RT @cavalodocao: RT @DeborahAnnWoll: Hours away!! @daredevil Season 3!!! In @netflix !! RT https://t.co/UNMhvNXnTr
17737                                                    Check out Keen Women's Black Leather Sweater Fold Cuff Mid-Calf Convertible Boots Size 6 #KEEN https://t.co/klv4Jk71U5 via @eBay
17738                                                                               RT @1DJFirstClass: The scariest movie @Disney ever made. Facts! *bangs gavel* https://t.co/Uuv75NAXml
17739                                                                      RT @netflix: Charmed blessed us with one of TV’s best characters ever: Piper Halliwell https://t.co/ANGiAaUJX6
17740                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17741                                                        Check out Exclusive Natural Rough Herkimer Diamond Silver plated Connector Making Jewelry  https://t.co/Fvn8GcxFQm via @eBay
17742                                                         Check out 925 Sterling Silver Gold Plated Round White CZ Bypass Engagement Rings For Her  https://t.co/tvn1fvOtUI via @eBay
17743                                                                                           @McDonalds is this how you like to serve your McChicken sandwich? https://t.co/61WqQwvtau
17744                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/OU8oYmT7IA
17745                                                                                                   @OralB @ProcterGamble Why does this OralB taste close-up? https://t.co/shaW3oN78s
17746                                              RT @ipsdocholiday: Check out 22 Rare Vintage Lead Cannon Nails Pre-1930 Miniature Model Sailboat Cannons https://t.co/0PhWXvEIRC @eBay
17747                                                 Check out Ancient Egypt Soldier In Loincloth Resin Sculpture Paper Weight 6 cm Unique  #Unbranded https://t.co/9kAYt4PW82 via @eBay
17748                                         RT @GracefulGShop: $12.99 #rafaella #womens #top #blouse Size M #fashion #style #clothing #shopping #tops https://t.co/3aUDzsPWRm via @eBay
17749                                                                                                         @iarijitbiswas @BGRIndia @Apple They should sell stainless steel models too
17750                                                                                                                     RT @netflix: which witch are you today? https://t.co/us6BJbMfm1
17751                                                        Check out Beautiful !! Blue Monalisa Gemstone Gold Plated Indian Handmade Dangle Earrings  https://t.co/Vsp27ubbCU via @eBay
17752                                          Just saw this on Amazon: Onelink Safe &amp; Sound - Smart Hardwired Smok... by First Alert for $333.98 https://t.co/0F7NWTiuWR vía @amazon
17753                                                                                                                    @kSacolles @netflix You not wrong tho 👀 https://t.co/B114gj0VQh
17754                                                                                                                              @GaborGubicza @Sony Do it. Buy one. U will be happy :)
17755                                                   RT @thalesgroup: #ThalesGenderDiversity Having people bring different insights is a great way to innovate https://t.co/qpNqTfxXYM
17756                                        RT @neshashonta: @H_Combs @netflix You might not be crying but I ain’t gonna lie I felt tears especially when you were crying at Pru grave.…
17757                                                          Check out 2-1943 WHITMAN-BOOKS-SALLY SCOTT OF THE WAVES-SPARKY AMES FERRY COMMAND-GREEN  https://t.co/rRH9YSjpZ5 via @eBay
17758                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17759                                                                                                                               @netflix @Daredevil Season 3 Episode 3 - No Good Deed
17760                                                                                                               @facebook is facebook down again in Philippines? i can't access mine.
17761                                                                    RT @BMW: Make your mark on every road. The #BMW #M2 Competition. https://t.co/n7EouS6hYs https://t.co/jw7ZoI7kRs
17762                                                       Check out His Her Black Gold FN 2.00 CT Red Garnet Wedding Engagement Trio Bridal Band Set  https://t.co/ZnTNxz2Dv4 via @eBay
17763                                                                                                            @liamtc_ @kanyewest @TeamKanyeDaily @adidas you are very talented 🚀🚀🚀
17764                                                                                                                         RT @netflix: I tried to warn you... https://t.co/E6kqjPE5ER
17765                                                        Check out Hand Painted Red Pink Roses Gold Trim Cabinet Plate 10 1/2 Inch Unmarked #floral https://t.co/pPhUkftMNv via @eBay
17766                                                                                                                        @CBS it would be awesome if y'all could pick up the crossing
17767                                                                                      @Adobe what’s wrong with the transform tool? Shortcuts seems not to be working at all...help ⛑
17768                                                                   RT @Reuters: Trick or treat: Watch animals at the Detroit Zoo enjoy some pumpkin delights https://t.co/VZvecpZOGn
17769                                                                                                                                                       @McDonalds breakfast Big Mac?
17770                                                             RT @mangogemini: Is This #Chinese Love-In With @Boeing About to End?  https://t.co/uEFxpDGfKV #avgeek #aviation @Airbus
17771                                                                                                                     @stuartdgreen87 @AliceWhitton1 @McDonalds I'm pleased #Unfollow
17772                                        @Victoria_Jean85 Yes we are! it's available in @Tesco throughout the year and will be appearing in more shops and v… https://t.co/gNpwxhtCwB
17773                                                                @BankofAmerica this how you treat citizens who paid their debt to society by continuing the oppression against them?
17774                                                        Check out Natural Raw Kyanite Gold Eletcroplated Connector Charms Making Handmade Jewelry  https://t.co/rPc92PjwoY via @eBay
17775                                                 RT @anonymously_gr8: *When you enter an @adidas showroom and see your salary written on a pair of shoes😫😫 https://t.co/B7nnfZ7KsI
17776                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17777                                        RT @henkka1974: @DesignationSix @FoxNews @Arbys @IHOP @Applebees @McDonalds @LifeLock @Nestle @OmahaSteaks @IdahoPotato @Walmart @WaltDisne…
17778                                                                         Check out TOHOSHINKI Step by Step Japan CD (No photo card) Free Shipping  https://t.co/fGFKPE35gr via @eBay
17779                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/8n6xZe4N2y
17780                                        RT @SkyParlourJohn: @Arromoney I think the @Google digital garage arriving earlier this year was a big indicator of the city's growth and t…
17781                                         We’re delighted to welcome @salesforce once again as Platinum Sponsors of CCA Convention 2018! Find out more about… https://t.co/0zbNZHrvE4
17782                                        RT @DeirdreGiblin1: President @ginaquin @ncirl speaks to IFS audience @Citi @ibec_irl about the importance of education and specifically th…
17783                                             RT @JohnsWesterns: High Plains Ambush: A Western (The Blood on the Plains Western Series) by Joh... https://t.co/uX04jXIX1X via @amazon
17784                                                RT @Michaels5socks: @Apple You can make a phone that's water resistant yet you can't make a charger that lasts longer than 2 months?
17785                                                                 Check out Homy Ped Wedge Shoes Size 6  Gold Silver Sling Back Open Toe Wedge Shoes EC https://t.co/8pWsdvt450 @eBay
17786                                                       Check out 14K White Gold Finish Round Cut Diamond His Her Engagement Wedding Trio Ring Set  https://t.co/bpSpMj6qiG via @eBay
17787                                                Check out Vintage String of 20 Christmas Tree Fairy Lights Petal Foil Reflector Working #Woolworth https://t.co/4YSNU8ysQ9 via @eBay
17788                                                                                                                       May favorite @hm  @hmphilippines 😊❤❤ https://t.co/18KOFPl6Is
17789                                                          Check out  Brother LC3219 XL  Full Set Black/Magenta/Cyan/Yellow Exp 2020 #Brother #ebay https://t.co/vo8wNCINOW via @eBay
17790                                          Can you help us @HouseSitMatch get to 7000 @facebook LIKES before Christmas ? Please follow this link and like us… https://t.co/rxtfi5DVge
17791                                                RT @dianeandeds: Tail Rudder US Navy Curtiss O2C-1 Helldiver Dive Bomber Aircraft c. 1929 #Curtiss https://t.co/G5NpmmNSMD via @eBay
17792                                                                       @getify @Microsoft @github I loathe Windows but there was no kicking or screaming when I switched to VS Code.
17793                                        @gleebo41 @dvrf1878 @rorkygreg @Falvs @dcoatesy @Green_Dot @smfc @facebook @Twitter No I don’t micro-analyse bc I b… https://t.co/WnOXoNYsMi
17794                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17795                                        RT @kieraroboto: . @Hyundai is the WORST don’t ever fall for their warranty SCAM. being a “valued customer” of theirs is equalivent to bein…
17796                                                                    @adidasoriginals @adidas @adidasUS @adidasUK @adidasrunning @adidasfootball learn to treat your customers right.
17797                                        RT @davepperlmutter: Memory on @facebook #INTERNATIONALFOCUS! An article for the now #BookToMovie #WrongPlaceWrongTime by #author @melissad…
17798                                                                                             RT @birdwriter7: Snugs the Snow Bear by Suzy Davies https://t.co/9y5V1f1g3g via @amazon
17799                                        @IBBC_London @omarkareem1 @RestrataGroup @ZainIraq @tradegovukMENA @EYnews @Citi @UKinIraq @ashleygoodall What impa… https://t.co/25CJ8ORTEm
17800                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17801                                       RT @realleadelaria: #TBT We got the real ink bitches. Goodbye @OITNB and @netflix thanks for changing my life... and the world 🌎 https://t.…
17802                                            Check out Funko Pop! Fantastic Beasts Fwooper flocked Kohl’s Exclusive #26 https://t.co/QJJRALrYl4 @eBay #funko… https://t.co/8LEkPLYRy1
17803                                                                                         RT @Reuters: ICYMI: Animals enjoy pumpkin treats at the Detroit Zoo https://t.co/A52kxRehru
17804                                                  RT @renew_gypsy: @THR @thewashingtons Gypsy shouldn't have been cancelled. @netflix #RenewGypsy #SaveGypsy https://t.co/rxf8PLOCJO
17805                                                        Check out 14K White Gold Over 2.00 Ct Marquise Diamond Engagement Wedding Bridal Ring Set  https://t.co/3GaqSylvRU via @eBay
17806                                                       Check out 2.0 Ct Round Cut Diamond Wedding Bridal Set Engagement Ring 14K Yellow Gold Over  https://t.co/jqhhIX6MRF via @eBay
17807                                                        RT @EuropeStreet: Spain says agreement reached on Gibraltar status in #Brexit negotiations. https://t.co/Vs8j2lPnVR @Reuters
17808                                        RT @SolarPrepper: Doing The Apocalypse Shuffle: Southern Prepper Adventure Fiction of Survival ... https://t.co/60TPQHD8GB via @amazon #pre…
17809                                                                                                                   @JajaPhD My name is Yinka and I drink @pepsi and I'm addicted too
17810                                         RT @elskermilosci: @Ryanair I paid for priority... took a bag that weighed less than the required weight and got a fine so frankly you can…
17811                                                                                                          @Google it's true you are doing the identification of Portuguese bloggers?
17812                                        @FredButt6 @JohnDeere We use them fairly often in sorghum if it starts to go down. @BuiltBISH builds them in Nebras… https://t.co/Z43vOP6JDE
17813                                      RT @Shell: It's Education day at #OYW2018 👩‍💻👨‍💻 Over at #GenerationDiscover we're inspiring a new generation with hands-on science and tec…
17814                                                                                                                                    @Reuters @Breakingviews Reuters = FAKE NEWS 🤣🤣
17815                                                                                                                                           @McDonalds please do something about this
17816                                                       Check out 83Pcs Masha And Bear Tableware Serveware Kids Party Birthday Supplies Decoration  https://t.co/L6Qsloe9rv via @eBay
17817                                     @sharepart @NdiiMshumpela @Nike  confirmed that the shoe is not available in the country as yet. 😂😂😂 And if u conve… https://t.co/7T7cLG55D8
17818                                        RT @Boondockfinds: Lot of Skinn Sealed - New Old Stock- Vacuum DermAppeal Lip Party Orchid Gel +  https://t.co/vITQcjmwMb via @eBay #skinca…
17819                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17820                                                                              RT @Shell: @_harrisonJNR Thanks for asking. You can find all the details here: https://t.co/qr1t4bwaF4
17821                                                                                                                                                @netflix It was such a great series.
17822                                                  RT @thalesgroup: #ThalesGenderDiversity I encourage managers to join and sponsor gender diversity networks https://t.co/Y4vsqfF5BJ
17823                                        RT @McLarenF1: McLaren is delighted to announce a new partnership with @CocaCola. The iconic brand will be carried on an F1 car for the fir…
17824                                                                     @Shell RUBBISH!! Your money makers you don’t care about those without unless the country has something you want
17825                                        RT @marianaplatapsy: #FeminismFriday - What can a red panda teach us about mental health in the workplace? Inside @netflix newest anime she…
17826                                        RT @aplastic_planet: Hiding behind a transparent screen doesn’t work.  World’s greatest #plastic #polluters @CocaCola @CocaCola_EU @CocaCol…
17827                                        @TheresaRockFace @amazon It says guaranteed 2 day delivery. I told them last time it was unacceptable and they gave… https://t.co/k1cQVDjZAI
17828                                                            Check out ALDO UK SIZE 4.5 WOMENS BLACK LEATHER STILETTO ANKLE BOOTS LACE UP BACK POINTED  https://t.co/UFJsMmK5WP @eBay
17829                                                                                                                                           @TheGreatTrevi @H_Combs @netflix A movie.
17830                                       RT @QueenbeeSue: Want to tour the world without leaving home? Watch #Sense8 on @netflix it’s an amazing show 💞 #WorldTourismDay 🌎 ❤️ https:…
17831                                                                                                                                                  @BMW @Nowangye11 I wish I drive it
17832                                        @ElizCampbellTV @wjxt4 @amazon The delivery by amzl is horrendous. #amzl #amzlus Local pizza delivery is far more r… https://t.co/U9vYWvDuNN
17833                                                                 Aight look if y’all don’t want to extract my carnote I’m fine with that @NavyFederal and @Toyota . I mean it’s cool
17834                                             @Reuters And is it true that one of the saudis who went to Turkey for Khashoggi was killed in a misterious caraccident yesterday in SA?
17835                                        @GoldmanSachs fire this awful person please. Make America great and start taking the trash out. This fool is too st… https://t.co/747WnORVTH
17836                                                     Check out Bridal Tiara Rhinestone n Simulated Pearl Gorgeous Proms Weddings Pageants  #bridal https://t.co/eiiJQ5IjgL via @eBay
17837                                                                                                             @Rgonzo444 @TMobile Omg @Rgonzo444 is that Riri? She getting so big lol
17838                                             Check out this Amazon deal: 50 Foot Garland for Christmas Decorations - N... by Celebrate A Holiday https://t.co/mkb8qrzEMR via @amazon
17839                                                                                            RT @vincentdonofrio: .@Daredevil @netflix @Marvel today....BOOM! https://t.co/WWJQbEMoNV
17840                                                                                       Every time @Starbucks tells me they are out of cold brew my whole world is instantly wrecked.
17841                                                                     Check out Yao Ming  SP Xcellence 1997 players card 3203/3999  S#G1  https://t.co/rxmYRPXtFY via @eBay #baseball
17842                                                                                                                                    Just got my new @Google #Pixel3XL and I love it!
17843                                                    Just saw this on Amazon: Tinksky Merry Christmas Burlap Banners Garl... by TINKSKY for $7.99 https://t.co/pk98Xdp8mC via @amazon
17844                                        RT @AngelaRayner: I welcomed @Google to my constituency today. Google has long been a supporter of the UK towns. They are a founding member…
17845                                                                                                                                  Check out Grey Dress https://t.co/rPHc64jGi9 @eBay
17846                                                                 Check out CHARLIE PARKER THE HAPPY BIRD JAPAN VINYL LP ULS-1536-V NEAR MINT #Jazz https://t.co/NEwJL3AyvH via @eBay
17847                                                           Check out Crazy 8 By Girls Size 7/8 Sequin Heart Tee With A Glittery  #Crazy8 #Everyday https://t.co/xDI0XDtCoZ via @eBay
17848                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
17849                                RT @LizAnnSonders: #InsiderSelling: insiders sold $10.3b &amp; $5.7b of shares in Aug &amp; Sept=10y high; while @jpmorgan estimates $1 TRILLION in…
17850                                                                           RT @Reuters: Trump says Saudi journalist likely dead; Turkey searches for remains https://t.co/FINC06OUVE
17851                                                          Check out KAITO acrylic key holder movic made in Japan by souno vocaloid key chain 2018  https://t.co/FBKCPr1C22 via @eBay
17852                                                                                           just do it @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca ' '
17853                                                                           @MyNameIsMartel @LastChanceUAlum @netflix @LastChanceU Maybe not the whole thing...but a whole lot of it.
17854                                                                                                                    @WestmonsterUK He will fit in lies lies and more lies. @facebook
17855                                                                        Check out Devil Crash 16 bit MD Game Card For Sega Mega Drive For Genesis  https://t.co/0kNo7wUouf via @eBay
17856                                                     Check out Ruffle Butts Sz 3T Tankini Swim Top Spaghetti Straps Beautiful Purple  #RuffleButts https://t.co/HSevvrVHSJ via @eBay
17857                                        Students at @my_bocaciega learned about careers with @ATT during JA Job Shadow Day. Learn how your company can volu… https://t.co/QCG4yRwuEu
17858                                                                               @lourdesgnavarro @netflix What a sad world devoid of happy and predictable plot lines he must live in
17859                                         @vanguardngrnews @GEJonathan @MBuhari @renoomokri @APCNigeria @GarShehu @FemAdesina @OfficialPDPNig @Reuters @cnni… https://t.co/UYXD1KjoSt
17860                                        RT @S_hreya_s: The most popular Marathi Facebook page - @MaharashtriansMeMe has been brought down for no reason. I request @facebook  to pl…
17861                                                     Start your day the #pumpkinspice way with a @Starbucks #Pumpkinspicelatte at The Bistro! #FridayFeeling https://t.co/TCTI0NkhGX
17862                                      RT @Shell: It's Education day at #OYW2018 👩‍💻👨‍💻 Over at #GenerationDiscover we're inspiring a new generation with hands-on science and tec…
17863                                        RT @the_pun_gun: The most popular Marathi Facebook page - @MaharashtriansMeMe has been brought down for no reason. I request @facebook to p…
17864                                                    @MyoclonicJerk42 @Reuters I don’t follow that logic at all more than 3 people from the left have condemned Kavanaugh as a rapist
17865                                         ICYMI @GoldmanSachs has recognized Aldevron Founder &amp; CEO Michael Chambers   as one of the 100 Most Intriguing… https://t.co/VaC3UC5RF2
17866                                        RT @Disney: The most rare and beautiful artwork of all! Sneak a peek at an upcoming exhibition honoring #Mulan's 20th Anniversary: https://…
17867                                        RT @iNiriBugs: Dear @facebook how can you permanently disable my favourite Facebook page - @MaharashtriansMeMe from your website ? Please b…
17868                                         RT @SumitSChavan: The most popular Marathi Facebook page - @MaharashtriansMeMe has been brought down for no reason. I request @facebook to…
17869                                                         Check out Bugatchi Uomo XL Mens Short Sleeve Button Down Shirt Classic Fit Orange Stripe  https://t.co/tH1CYk2YAK via @eBay
17870                                        @Sultn20230 @johncardillo @5a1di @FoxNews @FinancialTimes @thesundaytimes @TIME @nytimes @USATODAY @WSJ @Reuters Ev… https://t.co/bPerPg2gzq
17871                                        RT @marathi_shivya: This is a sincere request to @facebook to please bring back my favourite page - @MaharashtriansMeMe on your website. It…
17872                                        RT @SparkCognition: With the evolution of #technology comes the evolution of #transportation. Explore how @Boeing is making #autonomous fly…
17873                                        @MattStevensCLT @Adobe Try swapping GPU rendering for CPU? Worked for me. Also I get this bug with the measurements… https://t.co/dMoHuzZCai
17874                                                       Check out Hallmark Keepsake Star Trek The Trouble With Tribbles Christmas Ornament w/Sound  https://t.co/oVAl25Pzbu via @eBay
17875                                        RT @ps9714: @StevenStreets @DesignationSix @FoxNews @Arbys @IHOP @Applebees @McDonalds @LifeLock @Nestle @OmahaSteaks @IdahoPotato @Walmart…
17876                                                       Check out Vintage Cloisonne Earrings Cat Earrings Costume Jewelry Fashion Cat Lady Jewelry  https://t.co/v80k7pPRi3 via @eBay
17877                                        RT @the_best_daily: 13% OFF #sale #save #runningbelt #running @amazon URPOWER Running Belt Multifunctional Zipper Pockets Water Resistant W…
17878                                                                                                           @MarkFloydThaut @eBay You guys find the coolest Disney artifacts!!!! 🎠🏰
17879                                        RT @HeonyMonBeBe: I'm not playing I'm serious @Disney make this happen. @thomasadoherty and @booboostewart are the only ones for the job. h…
17880                                                                                                                           @xMohith @netflix @Daredevil That’s this weekend sorted✅
17881                                                         Check out CHINESE ORIENTAL WALL DECOR ART SYMBOL DECOR ASIAN LONGEVITY FORTUNE HAPPINESS  https://t.co/Gbog8XkAHP via @eBay
17882                                          @KoblerinPAK @BMW Please encourage German automakers to invest in Pakistan. Huge market awaits them. People are tired of Honda and Toyota.
17883                                        RT @shaysade_: YAY! Been working on a project with @Nike x @JorjaSmith called 'The Workforce' we teamed up with Jorja x 3 of her close crea…
17884                                                          Check out McDonald's DISNEY PIXAR MONSTERS INC MIKE WAZOWSKI 2005 HAPPY MEAL SEALED/NEW  https://t.co/WEn16b5Ram via @eBay
17885                                         Great dryland wheat stand from 4in spread points on @JohnDeere 1830 air hoe. Better seed bed utilization on 12.5in… https://t.co/dlSTwZ5U51
17886                                                          #beer The Mud Jug - Orange - Spittoon Cuspidor for Discrete Smokeless Chew Disposal... https://t.co/WiD9M3Cr10 via @amazon
17887                                                                               #beer New Realtree Hardwoods Camo MudJug Portable Spittoon Mudjug https://t.co/JDVN9gnKxo via @amazon
17888                                                    Check out Batman Forever Movie 1995 Set of 2 Two Face &amp; Riddler McDonald's 3D Coffee Mugs  https://t.co/4xZhP0cUOp via @eBay
17889                                                                BECCA Aqua Luminous Perfecting Foundation 1 oz. # COLOR Medium - medium with ... https://t.co/BmN2Uzhf77 via @amazon
17890                                                   @robtrench @netflix So friggin' pumped to watch this and Apostle right after I finish moving. Very pleased to hear this is great.
17891                                                                                What do I need to do to change my @PayPal address? Do I need to deleted and make a new one ? #paypal
17892                                                                                                                  RT @astros: Today’s lineup from @CocaCola. https://t.co/8HagCzRKkq
17893                                        RT @CopThatCooks: Here's a brilliant idea that could really save lives. Well done @Tesco and @stjohnambulance for printing these CPR instru…
17894                                                                                                             @RealPeterHalpin @Daredevil @netflix Same to you entirely dear Brother.
17895                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
17896                                        RT @eBayROCteam: My Little Pony Slippers Womens Sz M L Shoe 8 to 10.5 Ballerina Brony Fuzzy Babba  https://t.co/kQBRRJYkw7 via @eBay @dawns…
17897                                                                           Check out Premium 5 inch Bubbler Water Pipe RedHookah Glass Triple Blown OA https://t.co/sbvfI8EDRb @eBay
17898                                        RT @iamsrk: Glad to get my hands on the latest iPhone! Thank you @Apple ... really enjoying the amazing Portrait Lighting. #shotoniPhoneXSM…
17899                                                                 RT @kaosonia: Check out Sterling Silver Word Charm- Love You to the Moon - Heart  https://t.co/IF40K0n3Hg via @eBay
17900                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
17901                                                                                        Check out Alberta Gold Hunter Education Lapel Hat Pin 363  https://t.co/WjaMjOmFp1 via @eBay
17902                                        RT @PrincessKirly: Check out Coast dress with matching handbag size 12 used https://t.co/hj9LFXQswx @eBay #sale #fashion #bargain  #bargain…
17903                                           Check out NWT Quilted Liner Jacket Reversible Button Placket Size L https://t.co/2xKFi79Z9B @eBay #FridayFeeling… https://t.co/yX1GjmFL26
17904                                                                                    Check out Ladies Coach W516 Watch Leather  Band #Coach #Casual https://t.co/stXlEzMFhf via @eBay
17905                                        RT @RoderickLappin: The first of many celebrations with @lenovo's @PeterHortensius and his amazing career transcending both @IBM and #Lenov…
17906                                                                                                      RT @Sony: One. Billion. @Harry_Styles. Streams. 👀🎧🎶 https://t.co/rM5damNtWr
17907                                                              Check out Centrefest Flower Juggling Juggler Lapel Hat Pin Pinback Red Deer Alberta  https://t.co/BIg1nnwKcc via @eBay
17908                                         Need an afternoon pick me up? Look for the @NUDining @Starbucks bike on campus for a Nitro Cold Brew! The bike was… https://t.co/US7PL7owAj
17909                                                                                                  RT @Hustlenomiks: @RisaJai @BankofAmerica Fuck all them big banks. @WellsFargo too
17910                                                                                            RT @vincentdonofrio: .@Daredevil @netflix @Marvel today....BOOM! https://t.co/WWJQbEMoNV
17911                                                                     Check out Sly Fox Orange Smiling Happy Keychain Cartoon Key Chain Purse Ring  https://t.co/HG4wBofGaZ via @eBay
17912                                                            Check out Adidas New York Knicks NBA Jersey #7 Anthony Men's 50 #adidas #NewYorkKnicks https://t.co/rxugnlgHEB via @eBay
17913                                                                                                                                          @facebook Did you feel sorry for the creep
17914                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
17915                                                                                                                                              @Shell that laboratory is not sanitary
17916                                        RT @OnePerfectShot: We watched 'The Haunting of Hill House' a week ago but it's still haunting us. Our review of the latest @netflix triump…
17917                                          The engine changes just keep on coming! Another @Boeing 757 in the hangar today receiving some quality engineering https://t.co/iFxrXrGH96
17918                                        RT @Disney: The most rare and beautiful artwork of all! Sneak a peek at an upcoming exhibition honoring #Mulan's 20th Anniversary: https://…
17919                                                        Check out Office Corporate Wear Cotton Fabric Saree Blouse Traditional Ethnic Western Use  https://t.co/HWqIYCFlE1 via @eBay
17920                                        RT @melissa43020358: Vtg Tommy Hilfiger Jeans Mens Red Blue Off White Shirt Sz L Spell Out Fall https://t.co/2JTRzNyFSm @eBay https://t.co/…
17921                                        RT @KhalilAlsulami: @allahim @mansour_y @Reuters @nytimesworld @BBCWorld @washingtonpost @ABC @CNN yeah #Shame_on_you https://t.co/OXOmKWJd…
17922                                        RT @melissa43020358: Dressbarn Purple Maxi Sheath Dress Sz 10 V Back Side Slit Leather Belt Fall https://t.co/MHi7PWLRxl @eBay https://t.co…
17923                                                                                                                            RT @ohgraciekro: PUT ONE TREE HILL BACK ON @netflix !!!!
17924                                                                               RT @Sony: 🚨 One week. Red Dead Redemption 2. https://t.co/Y9um4rpi7l #PS4 👀 https://t.co/XrzgJmawJ8
17925                                                                             RT @united: Name that airport! Where is this @Boeing 737 MAX 9 landing? #avgeek https://t.co/vrKhUz50p7
17926                                        @TMobile I will tell you what if you will buy out both my iPhones and 2 Apple watches and set me up with same equip… https://t.co/Ty4PEdz6d7
17927                                        @SenWarren @amazon @WholeFoods @SenSanders Every business does that. They do have a right to organize there's no do… https://t.co/qbeHH3QaaO
17928                                        RT @shardulkadam: Dear @facebook please look in to this matter! This is not expected from you guys! We are all requesting you to please #Re…
17929                                                                                                                     RT @netflix: which witch are you today? https://t.co/us6BJbMfm1
17930                                        RT @Reuters: Saudi’s King Salman checks his son’s power to manage the growing crisis around the disappearance of Jamal Khashoggi https://t.…
17931                                                                                                                                            @nakedcara @facebook And so are men lmao
17932                                           RT @Reuters: China’s economy hits worst pace since global financial crisis https://t.co/xjIQJ5aqN4 via @ReutersTV https://t.co/DT3v8p6EkC
17933                                                                                                                                            @Sony @Harry_Styles You meant harries :p
17934                                        My @arcade_1up delayed... for the 2nd time from @Walmart. I think it would have been better to just go buy one some… https://t.co/FqCd7KGRS7
17935                                                                                                 @blueaggy @Patrici15767099 @Woodywood144 @facebook Hitler was just misunderstood 💩
17936                                                     @Shell @sim_manchester If @Shell_UKLtd really wanted to #makethefuture they'd drop dirty fossil fuels.… https://t.co/8hnHfe0XTX
17937                                        RT @Disney: The most rare and beautiful artwork of all! Sneak a peek at an upcoming exhibition honoring #Mulan's 20th Anniversary: https://…
17938                                                                                                     @Reuters Typical Democrats. Demanding action without first seeing the evidence.
17939                                                                                                      RT @Sony: One. Billion. @Harry_Styles. Streams. 👀🎧🎶 https://t.co/rM5damNtWr
17940                                                       Check out Blue fleece style pajama set 2 pc sleep wear 4/5 new Faded Glory Flame resistant  https://t.co/udignRQTE7 via @eBay
17941                                                                                                                                                  @Reuters Turkey behind the killing
17942                                                                                                      RT @Sony: One. Billion. @Harry_Styles. Streams. 👀🎧🎶 https://t.co/rM5damNtWr
17943                                                                                           RT @kaosonia: Check out Sterling Silver Wishbone Charm  https://t.co/XSk4LDSZL5 via @eBay
17944                                                                   RT @Reuters: ICYMI: Animals at the Detroit Zoo are 'Smashing Pumpkins' as a fall activity https://t.co/7ptfPWFlSX
17945                                         @getify @Microsoft @github I moved away of @GitHub just because of @Microsoft now I'm a proud user of @gitlab. And… https://t.co/dokYk7UEnx
17946                                                                                                                                    Thanks @Citi for making everything so difficult.
17947                                                                     @ianbarber @Google @Firebase Oh no it's no big deal :) I'm just happy to report it &amp; help as much as I can.
17948                                                       Check out Stainless Steel Labret / Lip Ring / Monroe - 16 Gauge - Various Colors Available  https://t.co/mDp9GUgCjI via @eBay
17949                                                          Check out PREACHER MAN // IMPRESSIONS 1973 CURTDOM LP 8016 **PRISTINE COPY**FREE SHIP**  https://t.co/fPqmhy77zw via @eBay
17950                                        RT @Reuters: U.S. Secretary of State Mike Pompeo and Mexican Foreign Secretary Luis Videgaray make statements to the press https://t.co/CL7…
17951                                                    Check out Born Slingback Leather Sandal Thong Flower Leather Sz 7M Flat #Brn #SlingbackSandals https://t.co/GeB60JjHjm via @eBay
17952                                        RT @intel: 'The Core i9-9900K is simply a monster of a CPU that can easily claim the title of being the fastest mainstream CPU and the fast…
17953                                                                Check out Cosabella Sweet Treats Shadow Stripe Horizon Blue OS  #Cosabella #Thongs https://t.co/IMgONE7Qg5 via @eBay
17954                                         Did you know that @hm allows you to recycle old and damaged clothes? You get a coupon for each bag or two that you… https://t.co/aEGo7ezQ1a
17955                                        RT @CGasparino: More on @GoldmanSachs misleading characterization of its participation in the Saudi conference now on @FoxBusiness @TeamCav…
17956                                                   Check out Ginseng Natural Hair Loss Treatment For Men Fast Growth Regrowth DHT Blocker #GINSENG https://t.co/HqtwmRjNHW via @eBay
17957                                           @CBSNews Big difference between misleading and using their personal information without permission. @CBS @CBSNews is actually misleading.
17958                                                   Check out  MICHAEL MEYERS Mask HALLOWEEN RESURRECTION Men's TEE SIZE  M  NEW W/TAG! #GraphicTee https://t.co/ChcXUQMtLz via @eBay
17959                                                                                  @Reuters USA and Saudi Arabia r killing people in Yemen....and starving people...and nobody cares.
17960                                        @Walmart @BlondeFoxy Gonna shop at wallmart today to own the conservatards and animu icon twitter accounts. I'll bu… https://t.co/HVMEtEc1fH
17961                                                                RT @PopescuCo: #Gold heads for 3rd straight weekly gain https://t.co/cX7UbmHKm7 via @Reuters https://t.co/CCEeaLI1Ls
17962                                        RT @tachain6: Our dear Google as always makes our life easier and convenient. Thank you @Google from our team and community! #Tachain is go…
17963                                         RT @DiJKirk: @kkelland @Reuters Thank you for writing about this but it is a shame that you only covered one side of this story. There are…
17964                                                                                                      RT @Sony: One. Billion. @Harry_Styles. Streams. 👀🎧🎶 https://t.co/rM5damNtWr
17965                                    RT @FedEx: We're proud to support students at 6 aviation &amp; technical schools w/ the FedEx Purple Runway Aviation Scholarship. The program w…
17966                                                              Check out Minnie Mouse Backpack Small Mini Hearts Red Black Disney #Disney #Backpack https://t.co/8o6cYcKesP via @eBay
17967                                        Build a robust data protection strategy for your @SAP environment with #MicroFocus Data Protector! Learn more in th… https://t.co/SAkEAJH6gr
17968                                                                                                                                 @donna_l26 @Nike Only!! I’d struggle with 500 yards
17969                                              @netflix Pretty please bring back our legendary Halliwell’s...no offence to the new actresses/actors...we just want our originals back
17970                                         RT @McDonaldsCorp: Have you been to one of our newly renovated restaurants around the U.S.? @McDonalds is leaning on modernized designs to…
17971                                                 RT @anonymously_gr8: *When you enter an @adidas showroom and see your salary written on a pair of shoes😫😫 https://t.co/B7nnfZ7KsI
17972                                                                                                      RT @Sony: One. Billion. @Harry_Styles. Streams. 👀🎧🎶 https://t.co/rM5damNtWr
17973                                                                                       Check out Antique / Old Vintage Cast Iron Two Sailors Soap Dish https://t.co/HXvoT0Z95e @eBay
17974                                         @iyer_rn @BBC @BBCHindi @nytimes @CNN @washingtonpost @Reuters @CGI_UKNEWS @Canadanewsnet @RT_com @RadioCanadaInfo… https://t.co/agOrLRIy1b
17975                                                   Check out KMS HAIRSTAY Hard Wax 1.7 oz / 50 ml hair stay for definition and restyleability #KMS https://t.co/GDT0JfmNg8 via @eBay
17976                                                                                                                                     like you a latte. Miss you mocha 😩❤️ @Starbucks
17977                                             @colbs411 @PopTV @IMPACTWRESTLING Any show that is on @netflix or @hulu should never replace an original show.… https://t.co/9yqWKLXNqd
17978                                                                                                      RT @Sony: One. Billion. @Harry_Styles. Streams. 👀🎧🎶 https://t.co/rM5damNtWr
17979                                                          Check out Converse Chuck Taylor All Star Sticker Oxford Size Men's 3 Women's 5 #Converse https://t.co/utW0qlSpbC via @eBay
17980                                         RT @EB_SOA: @ps9714 @DesignationSix @StevenStreets @FoxNews @Arbys @IHOP @Applebees @McDonalds @LifeLock @Nestle @OmahaSteaks @IdahoPotato…
17981                                                    RT @Reuters: China’s economic growth hits weakest pace since 2009 https://t.co/xjIQJ5s1EC via @ReutersTV https://t.co/Pt8AwWlF7v
17982                                                                              Seriously @Google is the fucken worst with customer service- they don’t even have a call center 🤣🤣🤣
17983                                                    RT @Reuters: China’s economic growth hits weakest pace since 2009 https://t.co/xjIQJ5s1EC via @ReutersTV https://t.co/Pt8AwWlF7v
17984                                                                                    MTH 385 2-4-2 Std Gauge Steam Loco &amp; Tender (Lionel Lines) https://t.co/CKZ5lMgbXT via @eBay
17985                                                   Check out ANA Shirt Top Blouse PL Sheer Pink White Pin Tuck Pleat V-Neck 3/4 Sleeve Womens #ana https://t.co/U5cG4SeD38 via @eBay
17986                                                                                                                                     #MakingAMurdererPart2 now streaming on @netflix
17987                                                       Check out ANTIQUE NEEDLPOINT-2 CRANES IN CIRCLE-WEDDING OR UNITY DESIGN-ASIAN STYLE PADDED  https://t.co/3J342lra39 via @eBay
17988                                                                                       @facebook So now two ex-MPs for the Hallam constituency work for Facebook. What are the odds?
17989                                                             Check out Vintage LIZ CLAIBORNE Goldtone Blue / Green Necklace  #LiaClaiborne #Choker https://t.co/7ITgdFMTpg via @eBay
17990                                    Some info about Nick Clegg new head of global affairs &amp; communications  @facebook . 2 days b4 The UK General Electi… https://t.co/anbw59hzLI
17991                                                My boyfriend is going hunting this weekend and my side chick @netflix just told me what my plans are tonight https://t.co/yoB23ggnnE
17992                                                                                                                                                           @Nike why fill night? Why
17993                                                            RT @C_Mass15: Spikes and Turfs for spring of 2019 are in for @AStateBaseball!! #WolvesUp @adidas https://t.co/VS46GVhbWZ
17994                                                RT @lalarsen11: Took the latest @intel core i9-9900k for a spin and came away very impressed: https://t.co/F32SyZ2nuS @DigitalTrends
17995                                        RT @willam: @SuperDrags has a bitch to scratch and she’s purple and sounds like me! Thanxoxo @netflix! Nov 9th @itsSHANGELA @trixiemattel @…
17996                                         RT @MeganAnnBB19: OMG @shanedawson deserves his own show on @netflix. This entire Jake Paul series has really hit me in the feels and made…
17997                                                                                                               @Walmart Ooo yes definitely will be in a fantastic shopping mood 🎶💜
17998                                                  Check out BJorndal Suede  Boots Sz 9 Black Leather Suede VADA Women's Boho Chic Zipper #Bjorndal https://t.co/zUGWclmaLQ via @eBay
17999                                                                                   Coffee is always good idea T-shirt Coffee is always good idea https://t.co/rUcCePGa0j via @amazon
18000                                        @TVGuide @joshgroban @netflix @TonyDanza These ads that keep popping up right over the voting buttons are seriously… https://t.co/pH2iMx7vmh
18001                                        @Flipkart your customer service doesn't even know date of delivery. Don't think you guys can ever match @amazon del… https://t.co/THzv5FRMIH
18002                                        @Ryanair Oh hi there. Your new luggage policies are weird and I can't see any way to check in a 23Kg bag without pu… https://t.co/a244bnTQg4
18003                                        @nick_clegg @guardian I hope you have just as much luck at @facebook that you had in destroying the @LibDems with y… https://t.co/PcbT6sLGKI
18004                                                                                                      RT @Sony: One. Billion. @Harry_Styles. Streams. 👀🎧🎶 https://t.co/rM5damNtWr
18005                                        RT @HajjFlemings: It is about to go down at @Microsoft we have 400+ young boys/men of color for a day of technology.  Glad to have @Rebrand…
18006                                                        Via @Reuters: Mexico vows to meet migrant 'challenge' as caravan hits border https://t.co/MXO3sofvQo https://t.co/0KEbo1ils1
18007                                        RT @JayValenz67: Carl Bernstein: ‘Rage-A-Holic’ Trump Is Now A National Emergency https://t.co/ue2aXCEY4J via @Yahoo Carl Bernstein said th…
18008                                                   Check out Nintendo Game &amp; Watch Wide Screen Popeye PP-23 Boxed Japan Good Condition F/S_72  https://t.co/2AdE5dhPzy via @eBay
18009                                                        Check out Size 14 John Anthony Vogue American Designers Pattern 2522 - Uncut Factory Fold  https://t.co/5y1T8y6nqw via @eBay
18010                                                                  RT @TOYDEN: Check out PEZ - Hello Kitty 40th Anniversary Collector Tin Box Set   https://t.co/fl1uDdlsqk via @eBay
18011                                                                       RT @kaosonia: Check out Sterling Silver Bat Charm - Halloween Charm - Flat  https://t.co/zxCu8LAgaz via @eBay
18012                                        RT @baxter_company: Check out Rhinestones and Pewter Nautical Sea Turtle Jewelry Hinged Box https://t.co/jH4YkzdBBW @eBay #ebay #topratedse…
18013                                                       @0H0UR1 @KelloggsUS When you have to clean out the factory machines and sweep the floors - can't let that product go to waste
18014                                                                                                                         @iansomerhalder @netflix @IDWPublishing Gotta check it out.
18015                                          RT @allanbrocka: Super Drags is coming to @netflix in the US! With @itsSHANGELA @TheGingerMinj and @trixiemattel ❤️ https://t.co/coqjx6g2lx
18016                                                                                                                               Today's top news via @Reuters https://t.co/ekOcEHfc7e
18017                                        RT @NUforLife: So excited for @NUSBcats alum @sammynett as she starts her new adventure at @Google! #Noogler #NUforLife https://t.co/6uyKAc…
18018                                                                                                 RT @Reuters: Prosecutors drop some charges against Manafort https://t.co/spQpghMksU
18019                                        RT @willam: @SuperDrags has a bitch to scratch and she’s purple and sounds like me! Thanxoxo @netflix! Nov 9th @itsSHANGELA @trixiemattel @…
18020                                                   Check out Outdoor Sun Room Large Metal &amp; Polycarbonate Gazebo Walk-In Greenhouse 12' x 10'  https://t.co/XUHVyNSpmA via @eBay
18021                                                                                                                                                      Bungle will tell you @facebook
18022                                                     Check out Skull Fatal Bite Sculpture made of Artificial stone Gothic Skull Handmade #Abstract https://t.co/bCVTt6aBe1 via @eBay
18023                                                   Check out THELONIOUS MONK THE LONIOUS IN ACTION 1975 JAPAN VINYL LP SMJ-6102 NEAR MINT #HardBop https://t.co/EAm2D9O62Q via @eBay
18024                                        RT @WildKatPR: Watch on @facebook to see the LIVE concert stream of @ADpianist and Benjamin Hughes performing stunning newly-arranged works…
18025                                        @Reuters #HollywoodLiberals do not and have never done my thinking for me.  I do that myself as should everyone.  T… https://t.co/IPrFGTADTe
18026                                                    Check out Fluke 40/400A AC 600V AC/DC True-RMS Clamp Meter Temp Capacitance Measurement #Fluke https://t.co/Rf5bKX4J5l via @eBay
18027                                        RT @Charmed_Oddity: @Charmed_Reunion @H_Combs @drewfuller @wesramsey @netflix do the opposite for us do something that will Male is all hap…
18028                                                Just saw this on Amazon: OuterStuff Youth Los Angeles Lakers #23 LeB... by Outerstuff for $35.66 https://t.co/bYVqVs6eMv via @amazon
18029                                                                       Check out CHINNOR RFC Akuma #30 Rugby Union Training Shirt Jersey Camiseta  https://t.co/jhBWFasLL6 via @eBay
18030                                                                                                                             RT @Walmart: @BaeTeeEss BTS over everything! ❤ #BTSArmy
18031                                                   Check out Lot 5 Sue Grafton Books  M N O U R Pb &amp; HB Kinsey Millhone Alphabet Murder Novel  https://t.co/JI2JQhXcAC via @eBay
18032                                                                                                                                                         @facebook is clearly sexist
18033                                                                                                                  @lukwam @Google @googlecloud @GCPcloud Hey!! I am feeling lucky!!!
18034                                                                                                      RT @Sony: One. Billion. @Harry_Styles. Streams. 👀🎧🎶 https://t.co/rM5damNtWr
18035                                             @the_mad_birds @LaurieMcCorkin2 @ATT @TMobile @verizon And @sprint  as well as any other smaller carrier using their type of broadband.
18036                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
18037                            RT @vincentdonofrio: CONGRATS 2ALL CAST&amp;CREW OF @Daredevil @Marvel @netflix A GIANT THANKU2 #ChalieCox &amp;the rest of the cast4working hard&amp;g…
18038                                        RT @DanilleJager: The Future is Female! That's a wrap for our #SheCanSTEM event @IBM Poughkeepsie - but we're just getting started for what…
18039                                                                                                                                                                  @Reuters FAKE NEWS
18040                                                                                                                   New @facebook SF HQ is almost ready. 👍🏼 https://t.co/tawblv63CP
18041                                                           Check out Mystical Concepts in Chassidism J. Immanuel Schochet Introduction to Kabbala  https://t.co/DXMmRWONpc via @eBay
18042                                                                   Check out Minnetonka Moccasin #84653 Brown Suede 2 Layer Fringe High Boots Size 9.5 https://t.co/Sr0uhZhCp0 @eBay
18043                                                                                                 Check out Japanese Fisherman Ceramic Sculpt mini  https://t.co/yBh4P5ERwz via @eBay
18044                                                                                               @PhilMoscovitch @Nestle True enough. I just meant a second one on my feed in one day.
18045                                                              Nostalgic last day began with sweet notes from my two who have grown up @Ford  #builtFordproud https://t.co/e1nzlB2tYb
18046                                            @AppleSupport how tf y’all gon drop an iphone XR before you drop an iphone XL y’all that afraid of @TMobile and… https://t.co/2m0im1AW0g
18047                                                                                                    How @Disney about to drive their bulldozers to Eleuthera https://t.co/XFgmnB5juY
18048                                         NEWS: @RiscITSolutions goes for gold in partnership with global computing giant @Microsoft https://t.co/89fcXH7MjO… https://t.co/ofCig0xiwN
18049                                        RT @PremExSolutions: Go by the @HP booth @SGIAExpo and grab some more info on @DuraVibe #latex and all the exciting applications made possi…
18050                                                             Check out THE BEATLES - HISTORY OF  ROCK MUSIC VOL.8 1982 DRUMS BILP 20006 NEAR MINT  https://t.co/9NHxmTL40F via @eBay
18051                                                                 @alancrowhurst1 @wincantonraces @TheJockeyClub @GettyImages @GettySport @Sony @SonyAlpha Bit late on that one Alan!
18052                                                     Check out NEW NIKE SUPERBAD PRO FOOTBALL CLEATS SHOES MENS SIZE 14 49ERS #Nike #FootballShoes https://t.co/ngXRjO11Ll via @eBay
18053                                                        Check out THE BEATLES 1962-1966 JAPAN Vinyl 2X LP 1973  APPLE RECORDS EAP-9032B NEAR MINT  https://t.co/qoWnh3RDbz via @eBay
18054                                                                                                      RT @Sony: One. Billion. @Harry_Styles. Streams. 👀🎧🎶 https://t.co/rM5damNtWr
18055                                                                                        @BillyLeRoy @TaylorRaglin I'm boycotting episode 9 cause @Disney and @rianjohnson ruined it!
18056                                                                            Check out Unfinished Stratocaster Style Solid body Ash #HenaultCustoms https://t.co/TAFaYJdW1q via @eBay
18057                                        RT @GoldmanSachs: “We're rethinking not only the notion of farming but the entire fresh food supply chain so that we can democratize access…
18058                                                                                                                                 @ygini @Google No indeed. Learning it the hard way.
18059                                                                                                         RT @Reuters: Lions play in the leaves at London Zoo https://t.co/QZUKYQ0wEz
18060                                        @SamAsheArnold just watched the first 2 episodes of @netflix  new limited series #BestWorstWeekendEver  already new… https://t.co/V6mUbuXLA6
18061                                        @bexmader @haunting @netflix @bexmader @haunting @netflix Me too even though I haven't watched the final episode ye… https://t.co/OixHHce4AL
18062                                                                                              RT @BoJackHorseman: surprise surprise @netflix cut me out and didnt even tell me thanx
18063                                        My most recent article outlines how @facebook is using the #Facebookpurge to silence political speech. It lists the… https://t.co/QrpYihuWrg
18064                                                             Check out New York Yankees Baseball Jersey Button Down Front by Stitches Adult Size L EUC https://t.co/DRjrmrxc6Z @eBay
18065                                                                Check out Success magazine Reed Hastings Sales hack Life coach Best business cities CD https://t.co/OTglpOKTsg @eBay
18066                                                               Tweeted for OldBaloo: Halloween Pet Tee Medium Spooky Skull Shirt Green #Dolgencorp https://t.co/mvdUCoAtgg via @eBay
18067                                          RT @DonFi4o: Check out Steps of Civilization A Chronology Of Chinese and World Civilization  In English  https://t.co/FIyra5rq8y via @eBay
18068                                        @Jcreatives @extensis @Adobe Nope. I just chatted with support at @extensis. You have to pay for the upgrade to Sui… https://t.co/VhjOnNDEen
18069                                        Well @PayPal you did it!  Then you did it to me. 4 hours on hold and then you disconnected me. All this time I inve… https://t.co/SrukmLetTp
18070                                                                                                         RT @Reuters: Lions play in the leaves at London Zoo https://t.co/QZUKYQ0wEz
18071                                                                        RT @trixiemattel: It me. Coming Nov. 9! @netflix @willam @TheGingerMinj @itsSHANGELA https://t.co/gKZPefdtZR
18072                                                                                                               Just ordered an iphone x @EE @Apple can't wait for it to be delivered
18073                                                                 @dcastilloplc @HermanRoqueOch1 @HomeDepot @FieldsFalcons Great Experience for our youth !! Glad to be your partner.
18074                                        Not only has @WellsFargo failed to report my on time payment history to the CBs they’ve “lost” my Sept 2018 payment… https://t.co/O9HdMpxT8Y
18075                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
18076                                                          Check out Blank Dog Pet Hoodies Sweater Jacket for cold weather Clothes Made in the USA  https://t.co/VdfAAaKVhC via @eBay
18077                                                                        RT @trixiemattel: It me. Coming Nov. 9! @netflix @willam @TheGingerMinj @itsSHANGELA https://t.co/gKZPefdtZR
18078                                        RT @ChatByCC: @LindaSuhler @steph93065 @facebook @SIRIUSXM @ChristieC733 @carrieksada @LeahR77 @LVNancy @SandraTXAS @CarmineZozzora @phil20…
18079                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
18080                                                               @Target you guys have done a great job revamping this store! It’s much more peaceful and cleaner compared to @Walmart
18081                                                                                                                      Check out my listing @eBay - https://t.co/oyADpYjh1L via @eBay
18082                                                      RT @indigoace40: Check out Lot of 8 Glass Juice Smoothies Kombucha Homebrew Bottles (EMPTY)  https://t.co/cU8LGULXZO via @eBay
18083                                                                     Check out Vintage Coffee Pot Percolator Basket Lid Stem Part Aluminum 9 Cup   https://t.co/982uupYULH via @eBay
18084                                                                                                              RT @Bosslogic: Binge time! @Daredevil @netflix https://t.co/TfXeTEYU6A
18085                                                                                                              RT @Bosslogic: Binge time! @Daredevil @netflix https://t.co/TfXeTEYU6A
18086                                        RT @atulbutte: Just awesome. @Nike signs Justin Gallegos as their first professional athlete with Cerebral Palsy.  Good is happening in the…
18087                                         RT @MargaretMoller: We need more Oswald Cobblepot! #SaveGotham #GothamSeason6 @warnerbrostv @TheCW @TheDCUniverse @DCComics @netflix @hulu…
18088                                           RT @rachelka33: You know what we need? A #GothamSeason6! Please #SaveGotham!! @warnerbrostv @netflix @TheDCUniverse @AmazonStudios @TheCW
18089                                                  RT @sengineland: @Google Search Console reporting currently delayed by @rustybrick https://t.co/Ocr3nHnfe2 https://t.co/dxdtcrtlMw
18090                                                                 Check out THE CHRONICLES OF NARNIA C.S. LEWIS 'BOX SET' COMPLETE!  7 NOVELS! VG!  https://t.co/Zova95gStQ via @eBay
18091                                                                                             @TDLockett12 You still watch Empire and shameless? Schitt's Creek is good too! @netflix
18092                                                            Check out 25 Paperback Wholesale Bulk Lot Suspense Mystery Thrillers No Repeat Titles  https://t.co/NVGtv58Uw9 via @eBay
18093                                                                                      @LeonieGreene @facebook Why does this shock you? He's a revolving doors man if ever there was.
18094                                                     10 hour flight from Rio&lt;Newark made easier by S3 downloaded  @shooter_usa w/ @RyanPhillippe assist by @netflix #shootersquad
18095                                                                                                                      Check out my listing @eBay - https://t.co/wz2qzmHmAE via @eBay
18096                                                                                                          Making a Murderer S2 E1 is a total snoozefest... @MakingAMurderer @netflix
18097                                                       Check out HALLMARK WHITE PORCELAIN PEDESTAL CAKE STAND with Pretty Red Ribbon Trim - NICE!  https://t.co/erc3cV747n via @eBay
18098                                                                         Check out LEE CHILD JACK REACHER COLLECTION   (23 BOOKS) HUGE! 1STS! VG!  https://t.co/iZX4lGaZkJ via @eBay
18099                                    RT @Timelessfan01: @1Trek1 @MattLanter If only! BUT #Timeless fans &amp; @Sony @SPTV are fighting to #SaveTimeless on a NEW network or streamin…
18100                                        RT @Shaifany: @BonhamJackie @MorattiJ @Bandr14Ksa @sunsetlover707 @Reuters @305local @ScheyChris @YasirKSA88 @MashhourII @EngAlshaikh 1 + 1…
18101                                        RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Thanos Pop! prize pack! https://t.co/9Q3d7NaA2Z
18102                                                                                                      https://t.co/IsS8FFWJz9: New Releases - PC https://t.co/1QbgvMrHbp via @amazon
18103                                                            Check out Los Angeles Dodgers #22 Clayton Kershaw Majestic Black 52 Stitched #Majestic https://t.co/axJWbhDpxt via @eBay
18104                                             RT @GracefulGShop: $12.99 #knoxrose #womens #linen #shorts Size 2 #fashion #style #clothing #shopping https://t.co/JEq0zti1op via @eBay
18105                                                                                   @DeutscheBank Agreed. And the best #PositiveImpact would be to #BreakTheSilenceOnClimateBreakdown
18106                                                                                                                                          @netflix y’all should add Rick &amp; Morty
18107                                        @BodilLehrmann4 @Reuters @Breakingviews We are a state law and we have nothing to hide. The criminals involved will… https://t.co/Vttf3sGkzu
18108                                                               Check out Gymboree Purple/Green/White Plaid Skirt-Girls-Sz 7   EXCELLENT! #Gymboree https://t.co/YPUWsyWA5D via @eBay
18109                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
18110                                        Can we please stop attacking @Disney and remember all of the AWESOME messages they gave us through their movies? We… https://t.co/L5zU2rV3gp
18111                                        Thanks @amazon not loving your new advert! Less of the doorbell ring please. Sent my dog mental at midnight! Brilli… https://t.co/MAKrcCflCi
18112                                        RT @Willyemelec: @CBSNews @CBS @NBCNewYork @NBCNews @FoxNews @ABC @ABC7NY @1010WINS @nytimes @NYCMayor @NYGovCuomo @LaborPressNY @NYDailyNe…
18113                                                                                   Netflix removing mean girls and donnie darko was an act of biphobia. @netflix this is disgusting.
18114                                        RT @LukeBryanOnline: Nothing better than playing music for my fans. And thanks to @verizon y’all could got stageside tickets. #VZup  #ad #W…
18115                                                                    Check out Parrot 5” Heavy Yellow Colored Hand-Blown Glass Collectible Tobacco Pipe https://t.co/O4hqBhnOHD @eBay
18116                                                       Check out Women Basic Sleeve Stretch Scoop-Neck Plain Top Solid Color T-Shirt (1XL-3XL) #AC https://t.co/UAy38a284k via @eBay
18117                                                         RT @herbalgirl98: Check out Hookah Water Pipe Bong Glass 10” fancy outside design colorful OA https://t.co/Q4gPi8O5ZB @eBay
18118                                                                                   @JediLightowler @eBay @RealLyndaCarter That’s the coolest thing I’ve ever seen. Thanks JediRich!!
18119                                                                   @vincentdonofrio @Daredevil @netflix @Marvel Shout out to the set tailor/seamstress because D-A-M-N son. So crisp
18120                                        RT @Reuters: Saudi Arabia says royal court adviser al-Qahtani and Deputy Intelligence Chief Ahmed Asiri fired from their positions https://…
18121                                                            RT @C_Mass15: Spikes and Turfs for spring of 2019 are in for @AStateBaseball!! #WolvesUp @adidas https://t.co/VS46GVhbWZ
18122                                         @Khalid_Ghunaim @Shaifany @Reuters Well according to your #FakeGovernment he was killed there after all. So you’ll… https://t.co/16QDXshWhY
18123                                    Oh yeah it’s a joke? @SecretService @FBI she’s extorting money &amp; scamming people using her @PayPal account when she… https://t.co/mFMsxkHglf
18124                                                                       Check out Vintage Miniature Beer Stien Lugano Switzerland Gold Porcelain Accent https://t.co/jq0W0wWBID @eBay
18125                                        RT @padron_rebecca: @ATTCares @ATT After 2 hours dealing with a problem I'm told I need to speak with headquarters and given the phone numb…
18126                                        The Water Witch (Squonk Tales Book 1) by Ron Foster https://t.co/t7f6HINt67 via @amazon #folklore #fantasy #goblins… https://t.co/DvakbowqiY
18127                                                                                               Check out A  P/D Collection of Roosevelt Dimes!!!   https://t.co/T0trI6xxVV via @eBay
18128                                                      RT @aplombbooks: What Ever Happened to Mommie Dearest? Joan Crawford’s descent into horror https://t.co/0yaHk2S3TR via @amazon
18129                                         RT @timt2015: @JamesDeLong4G @BASinthehouse @Nike there is something inside a person that instills the unstoppable resolve to survive. not…
18130                                               @facebook I spend more time removing ads then getting to enjoy posts from family and friends. \U{01f92c}\U{01f92c} #moneyhungrypricks
18131                                                               Check out LOTTO 2 DVD: HALLOWEEN LA NOTTE DELLE STREGHE -- HALLOWEEN THE BEGINNING  https://t.co/PJrJVW70I2 via @eBay
18132                                                                                                      RT @Sony: One. Billion. @Harry_Styles. Streams. 👀🎧🎶 https://t.co/rM5damNtWr
18133                                                                       RT @kaosonia: Check out Sterling Silver Cloud Pendant with Moon - Openwork  https://t.co/wuYX8dvwMR via @eBay
18134                                        @_MAXWELL_ @Nike You look very happy and relaxed are you enjoying the South.Much Love Mrs.Katrice.Seal with a kiss💋 https://t.co/W07VuybF2N
18135                                                  Check out First Gear L  Insulated Motorcycle Hypertex Coveralls Snowmobile Motorcycle #FirstGear https://t.co/XBMVZkN1zK via @eBay
18136                                         RT @pscoordsen13: @57Veronica @netflix For the perfect #FridayFeeling what we need is  @netflix to include Beauty And The Beast #BatB with…
18137                                        Raising a Child with Autism by Timothy Fountain https://t.co/T1MJEWthUt via @amazon 99 cent #Kindle thru #Saturday!… https://t.co/1aEfXpayl6
18138                                                                                  Check out LulaRoe OS Green &amp; Blue Women's Leggings  #LuLaRoe https://t.co/xkI3KkbZI1 via @eBay
18139                                                            Check out SALE! Empty Can MONSTER Energy Drink for Ukraine 500 ml. 2018. Open bottom!  https://t.co/bsPUb8CAEQ via @eBay
18140                                        RT @atndixie: @Reuters Two term commendated Air Force Veteran #RealityWinner serves the longest sentence under the espoinage act (after bei…
18141                                                                                                                      @JustMeBeingMe4 @facebook @nick_clegg Deleted mine weeks ago x
18142                                        @netflix cast me for your next traveling food show. I don’t know anything about cooking BUT I know how to eat and a… https://t.co/3qQQHyNDRN
18143                                                       Check out Empty Journal Blank Recipe Note Book Blue Cover Young Children Boy Girl Pond Mom  https://t.co/W9QMgO221U via @eBay
18144                                         RT @iambeckyg: So excited to share that @GnomeAloneFilm is FINALLY OUT NOW on @netflix!!!!! I know my Beasters been waiting foreverrrr for…
18145                                                                                                                           When You Walk By Nebo https://t.co/unoedoYc7Y via @amazon
18146                                         RT @iambeckyg: So excited to share that @GnomeAloneFilm is FINALLY OUT NOW on @netflix!!!!! I know my Beasters been waiting foreverrrr for…
18147                                                                                                           RT @TrueLoveHope: @them @Google Identity politics to manipulate #WalkAway
18148                                        @Timobros @netflix Congrats bang! The most violent action movie of this year ! Gosh I don't know how much I loved i… https://t.co/gBnHmOaN70
18149                                           RT @venicetreasures: See what I m up to on @eBay! #NewlyListed: https://t.co/ROdGj9tcmi via @eBay #Inventory #XboxOneGames #Clocks #Lamps
18150                                                                           RT @Reuters: Senator Graham says he's skeptical of Saudi explanation on Khashoggi https://t.co/tFJEd6R6Bn
18151                                            Checking out the new #NBCUniversal @comcast @nbc @NBCPhiladelphia skyscraper in #Philly it just opened yesterday https://t.co/JdFkLU0mwC
18152                                                                                    RT @kaosonia: Check out Sterling Silver Moon Charm with Stars  https://t.co/qKbGXOFQyV via @eBay
18153                                                                                                    RT @vincentdonofrio: KINGPIN @Daredevil @netflix @Marvel https://t.co/URdAYzRvU7
18154                                                                                                                                                              Put icarly on @netflix
18155                                                                                                                              @momsense_ensues @Starbucks @Target That's such a win!
18156                                       RT @MastrangeloA: 👉@ATT @BankofAmerica @CocaColaCo @IBM @JNJNews @ProcterGamble and Other Leaders Sign on to Updated Commonsense #Corporate…
18157                                                                                                      RT @Sony: One. Billion. @Harry_Styles. Streams. 👀🎧🎶 https://t.co/rM5damNtWr
18158                                               @slorehorse @netflix @maryportas You know you can actually request stuff on Netflix right? There’s like an actual page to do that lol
18159                                                                                                                                          @Reuters USC...University of Sexual Crimes
18160                                         RT @iambeckyg: So excited to share that @GnomeAloneFilm is FINALLY OUT NOW on @netflix!!!!! I know my Beasters been waiting foreverrrr for…
18161                                                               @allanbrocka @netflix @itsSHANGELA @TheGingerMinj @trixiemattel Oh. My. Gawd. #villiansbeware https://t.co/ZihxV1Y7Oc
18162                                                                                                              RT @netflix: THE HAUNTING OF HILL HOUSE (2018) https://t.co/NTDRJGCLVl
18163                                                                           RT @Reuters: U.N. secretary-general 'deeply troubled' by Saudi journalist's death https://t.co/zwidrf3qEJ
18164                                                                                                                                                     @Apple Save $700 and get a Moto
18165                                                     Check out White Ceramic Porcelain Floral Vase Gold Rim Paneled sides #Unbranded #Contemporary https://t.co/gkfUPxIf7K via @eBay
18166                                                                           RT @Reuters: U.N. secretary-general 'deeply troubled' by Saudi journalist's death https://t.co/zwidrf3qEJ
18167                                                                                                              RT @netflix: THE HAUNTING OF HILL HOUSE (2018) https://t.co/NTDRJGCLVl
18168                                                                                                              RT @netflix: THE HAUNTING OF HILL HOUSE (2018) https://t.co/NTDRJGCLVl
18169                                        When @SeanRinggold talks 'Sugar' with @1loveash things get interesting @netflix @lukecage - https://t.co/NmEbPgKcVI… https://t.co/BH2ZraLMd2
18170                                                      Check out Gildan Mens Womens Baltimore Ravens Play Like A Raven T-Shirt Top Size 2XL #Gildan https://t.co/DAVhu39hIq via @eBay
18171                                     @ATT modem broke 😢 no internet till I get a replacement on Monday. 😢🤔😞 it’s cold and rainy outside. Only my 4G/LTE… https://t.co/cGoMC1PrTt
18172                                        @Reuters If we are supposed the believe this then we should have believed the story which said he left the consulat… https://t.co/evtExCUZ2Y
18173                                          RT @Reuters: MORE: Trump says prefers that retribution not include canceling weapons sales https://t.co/T0V7OBr4S2 https://t.co/f7ERCTgTHL
18174                                                    Check out Nordstrom Sanctuary Pants Ponte Knit Bootcut Silhouette Legging $89 Large #Sanctuary https://t.co/eYasafXDOF via @eBay
18175                                                                                                                     @Reuters Of course not... thee almighty dollar. What a weak POS
18176                                              Loving #TheHauntingOfHillHouse on @netflix but that shit is depressing as hell. The Luke and Nell dynamic has me practically in tears.
18177                                         @Reuters Two private jets with 15 murderers in them were sent to Turkey in order to finish this specific job. ( Of… https://t.co/8BQE4NNxtW
18178                                        RT @sabeautysupply1: #Sleeveless Blue Chiffon Floral Girl #Dress https://t.co/3TyRbWAJUr @eBay #ebay #ebaydeals #eBayKleinanzeigen #ebayvin…
18179                                                        @McDonalds This is what you want your business to represent? Joking about blind people #unacceptable https://t.co/bEOcKrtnv8
18180                                        RT @willam: @SuperDrags has a bitch to scratch and she’s purple and sounds like me! Thanxoxo @netflix! Nov 9th @itsSHANGELA @trixiemattel @…
18181                                                                                                              RT @netflix: THE HAUNTING OF HILL HOUSE (2018) https://t.co/NTDRJGCLVl
18182                                                                     Join me in posting with #HR4HR and @TMobile will donate another $1 to @TeamRubicon's hurricane recovery efforts
18183                                        @hiphipwhoregay @trixiemattel @netflix @willam @TheGingerMinj @itsSHANGELA Not yet! Like i said. I rarely get 5 min… https://t.co/C3Hb4qFXxC
18184                                                                                                                         RT @netflix: I tried to warn you... https://t.co/E6kqjPE5ER
18185                                        RT @Reuters: Russian woman charged with conspiring to interfere in U.S. congressional elections https://t.co/Y7AEpvtl83 https://t.co/wcxzAG…
18186                                                       Check out 6-Level Commercial Storage Shelving Unit Industrial Rack Handyman With Bins GIFT  https://t.co/Q4zwATWvMA via @eBay
18187                                                                                                                                                                       @netflix Fact
18188                                                                                           Get your Halloween goods 50% off @kroger this weekend. #Halloween https://t.co/UYSOE1WXhB
18189                                             Hey @Walmart &amp; @HyVee: Million dollar idea - List the department of items on your website for easy location in store. #yourewelcome
18190                                                                                                              @zaynmalik Its time to upgrade your phone. @Apple @MKBHD  #iPhoneXSMax
18191                                                                                                              RT @netflix: THE HAUNTING OF HILL HOUSE (2018) https://t.co/NTDRJGCLVl
18192                                                                                                      @exxonmobil Engineering one area that this country Nigeria needs to look into.
18193                                        RT @Reuters: MORE: Saudi Arabia says a fight broke out between Khashoggi and people who met him in the consulate and led to his death https…
18194                                                                                                                           @jperlow @Google Heavenly coffee! https://t.co/fyFaen2cLM
18195                                        RT @UnNged: #FlatAGB posted up with a DOUBLE payphone! @ATT @Xandr76 #payphone #Xandr #Xandremployee #attemployee #lifeatatt #October3rd #A…
18196                                                     Check out Car Safety Seat Belt Shoulder Comfortable Pads Covers Cushion For Mini Set of 2 #LW https://t.co/t2A5sTl33B via @eBay
18197                                                                                              Peacock #4 Art Print on Upcycled Antique Book Page https://t.co/waB5q56rhd via @amazon
18198                                                    Check out LED shows professional breath apparatus portable breath alcohol tester 6Mouthpie #KV https://t.co/QZKpXIDznY via @eBay
18199                                                                                                              RT @netflix: THE HAUNTING OF HILL HOUSE (2018) https://t.co/NTDRJGCLVl
18200                                          Want to do some fall shopping? I'm giving away a $50 @amazon gift card! Enter here --&gt; https://t.co/h62UEPWm1T… https://t.co/YZVMOkxwkZ
18201                                                                                                              RT @netflix: THE HAUNTING OF HILL HOUSE (2018) https://t.co/NTDRJGCLVl
18202                                                                                                               RT @J_millspaugh: Back at it 🎃🔪📷 @Audi #S4 https://t.co/3aqe5bAOB3
18203                                                                                                              RT @netflix: THE HAUNTING OF HILL HOUSE (2018) https://t.co/NTDRJGCLVl
18204                                        RT @Dyna_Sean: @Microsoft @Xbox Well it would sure be nice to sign out and switch accounts so I can play my games that I pay top $$$ for! h…
18205                                        RT @ATT: Hear from J.K. Rowling and Jude Law in our new #FantasticBeasts vid. Watch the rest here: https://t.co/iwo2RmOGAb #DiscoverMoreMag…
18206                                                                                                      RT @Sony: One. Billion. @Harry_Styles. Streams. 👀🎧🎶 https://t.co/rM5damNtWr
18207                                                                                     @TVLine YAAAAS now I can officially say WELCOME to the Lucifer @netflix family!!!! 🤗🤗🤗🤗🤗🤗
18208                                                Check out Disney Parks Stitch Plush Hands from Lilo and Stitch Glove Paw             (A14) #Disney https://t.co/m7GZ8refnH via @eBay
18209                                                     Fuck you guys like seriously. Fucking Dumass Bitch??? Really? Like really? @netflix #TalesFromtheHood2… https://t.co/XD58ZVOIMo
18210                                                                                                     @BrilliantEarth @oviosu @GoldmanSachs Love both of these Cisco Corp Dev alumni!
18211                                                                                                                                                    @woody22s @comcast @Xfinity Same
18212                                                              RT @Reuters: New York witches aim hex at Supreme Court's Brett Kavanaugh despite death threats https://t.co/moiV6rUr4U
18213                                                    Check out Exclusively Misook Petite XXS Blue Twinset Top Cardigan Jacket Acrylic Knit  #Misook https://t.co/2Pi70KdfSf via @eBay
18214                                                                           RT @Reuters: Saudi Arabia says journalist Khashoggi died after fight in consulate https://t.co/6BdFopO4D8
18215                                                                                                              RT @Bosslogic: Binge time! @Daredevil @netflix https://t.co/TfXeTEYU6A
18216                                         RT @flippinsuzy: Check out Eiffel Tower Clock Paris France Metal Big Over 20 inches Works Poirot Germain  https://t.co/zys79DbH40 via @eBay
18217                                                               Diane and Mr. Peanutbutter @netflix bojackhorseman #bojackhorseman #mrpeanutbutter #halloween https://t.co/1kjs4fxL0M
18218                                                                                   Hey  @Google you know mmm i'm broke but you guys are rich😀. Why don't you send me a Pixel 3 XL?.
18219                                                 RT @oldstuff32136: Check out CHEECH CHONG INCENSE BURNER HOLDER ~ PARAMOUNT PICTURES UP IN SMOKE  https://t.co/EknyfrZPxN via @eBay
18220                                                       Check out BLACK SABBATH - HEAVEN AND HELL TOUR POSTER 11 IN BY 17 IN LAMINATED/ IOMMI /DIO  https://t.co/m771GXAR4h via @eBay
18221                                                                                                                          Cutest dog sweater https://t.co/AvJ2G4jWMp via @eBay #ebay
18222                                                            #eBay Cute brass cock rooster dollhouse garden patio decorate gift collectible 2.4 cm  https://t.co/p1P2jX7als via @eBay
18223                                                            Check out Symphorce Cd Truth To Promises Heavy Metal Power Prog Noise Records Forevermore  https://t.co/VPqtXdi9I8 @eBay
18224                                                   Check out Stevie B - Linear - TKA - Fired Up - 5 CD - Club &amp; Dance 90's - Great Condition!  https://t.co/9XWpCB5ym6 via @eBay
18225                                     @JayneQPatriot @DunsfordCascade @cvspharmacy @CVSHealth @POTUS CVS WANTS to have all illegal immigrant workforce &amp;… https://t.co/LA0PPvrL95
18226                                                          Check out Land Before Time Chomper Beach Ball Brentwood Originals Dinosaur Pillow Plush  https://t.co/Jok4gkUhTx via @eBay
18227                                                       Check out Diamond Trio Set His Her Matching Band Engagement Wedding Ring White Gold Finish  https://t.co/f1YdudyvCT via @eBay
18228                                                               RT @HenryLovesYou: I have come to twitter to ask @netflix for a @NailedIt and @CHMcConnell mash up please @nicolebyer
18229                                                @netflix you are starting to scare me with all of the cancellations first #IronFist and now #LukeCage? Please stop being Thanos.....
18230                                                           RT @amey_ameyjwagh: They are genuinely funny! Get them back @facebook!  #ReviveMaharashtriansMeMe https://t.co/y5I1YCNivj
18231                                                                                                                   First Iron Fist and then Luke Cage?!?!? That ain't right @netflix
18232                                       RT @Walmart: @jeanny_chu 💡! How about we play Magic Shop since we're magical at rolling back the lowest prices AND we'll play Airplane Pt 2…
18233                                        RT @onCryptoDiet: @akirathedon @RealShillGates @myspacetom Lets all delete our @facebook accounts and go back to @Myspace! Who is up for th…
18234                                          @PSmittyboy @Reuters The world’s biggest oil exporter plans to award contracts for its first nuclear-power plants… https://t.co/7wlMntG6e8
18235                                        RT @apponboardinc: Yesterday was an amazing testament to our partnership with @Google and developers. Here is Google's Andreas Preuer speak…
18236                                                Check out Calvin Klein Sweater Ribbed Knit Blue Quarter Zip Long Sleeve XL NWT #CalvinKlein #14Zip https://t.co/qqX0q9toj5 via @eBay
18237                                                                                                              RT @netflix: THE HAUNTING OF HILL HOUSE (2018) https://t.co/NTDRJGCLVl
18238                                        I’ll say it. I’m willing to put money on the fact that @netflix canceled #IronFist &amp; #LukeCage to make room for… https://t.co/jmToZ7cjeU
18239                                                                                                                   Season 2 of @hiphopevolution is on @netflix well no sleep tonight
18240                                                            Check out 14 puppy training pee wee pads dog underpads housebreaking with deodorizer 22x22 https://t.co/aAyVbQEI43 @eBay
18241                                                                        RT @trixiemattel: It me. Coming Nov. 9! @netflix @willam @TheGingerMinj @itsSHANGELA https://t.co/gKZPefdtZR
18242                                                   Check out 14K Black Gold Finish Diamond Wedding Trio His &amp; Hers Bridal Engagement Ring Set  https://t.co/scayPqZ8e5 via @eBay
18243                                        @amazon @AmazonHelp I am tired talking and chatting with amazon customer executives. Only false hope and nothing mu… https://t.co/ZP8bfHihpm
18244                                                                                                @DoomJudge @1111prgrmmngss @ItsJoshPeck @netflix Bruh she already did that in icarly
18245                                                Check out 1/4 CTW 14K WHITE GOLD OVER ROUND CUT D/VVS1 DIAMOND FLOWER PENDANT NECKLACE #aonebianco https://t.co/aI0a8yY9yV via @eBay
18246                                                                                                                                                       @amazon terrible chat service
18247                                        RT @Reuters: BREAKING: Saudi public prosecutor says primary investigation into Khashoggi's case showed he is dead - state TV https://t.co/u…
18248                                        RT @willam: @SuperDrags has a bitch to scratch and she’s purple and sounds like me! Thanxoxo @netflix! Nov 9th @itsSHANGELA @trixiemattel @…
18249                                                                                                                                                  @OGfirealarm420 @Reuters moon nugs
18250                                                       Check out 1.50ct Oval-Cut VVS1 Diamond Halo Bridal Set Engagement Ring 10K White Gold Over  https://t.co/ufNfbQH6yk via @eBay
18251                                                                                                                                                          @kroger can I return wine?
18252                                                                                   @masked_bane @DhonusKRojo @amazonIN @amazon @amazonIN @AmazonHelp why don't you guys see this....
18253                                                                                                                @ULTIMATERPE And after that your group should go to @McDonalds kayyy
18254                                                                                                      RT @ireland_riley: @Real_MOTC @netflix If Jessica Jones is next I’m cancelling
18255                                                                                                       Cancelling Luke Cage is going to hurt them more than they realize... @netflix
18256                                                       Check out Golden Rutile Pendant 925 Silver Pendant Antique Pendant Bezel Set Pendant Gypsy  https://t.co/IfEmpg3yS8 via @eBay
18257                                                                                             RT @dragonxwolf: Come on @netflix you have hit at your disposal https://t.co/FCfA9VcwhI
18258                                                                                                              RT @netflix: THE HAUNTING OF HILL HOUSE (2018) https://t.co/NTDRJGCLVl
18259                                          RT @Reuters: MORE: Trump says prefers that retribution not include canceling weapons sales https://t.co/T0V7OBr4S2 https://t.co/f7ERCTgTHL
18260                                         @TNTCactus @netflix If these prayers don't stop coming in then I'm going to have to do something. I'm way too busy… https://t.co/5wfkzZV2wm
18261                                         RT @MeganAnnBB19: OMG @shanedawson deserves his own show on @netflix. This entire Jake Paul series has really hit me in the feels and made…
18262                                        RT @Carlosm1992: Who's with me!! @netflix @DohertyShannen @H_Combs @Alyssa_Milano #charmed #CharmedOG #charmedreboot https://t.co/odeNYdV4Go
18263                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/r8pjlnCj3T
18264                                        RT @GianlucaMule: At the #EFQMforum2018 we launch the #EFQM excellence builders @IBM @EIPM @GPTWDeutschland and more https://t.co/TxtPaR47ti
18265                                                                                                                 Why isn’t George Lopez the tv show on Netflix @georgelopez @netflix
18266                                         RT @Reuters: On The Case podcast: Lawyer Paul Hanly tells @AlisonFrankel why he thinks the pharmaceutical industry should bear some of the…
18267                                                                                         @Reuters By doing this they acknowledged the fact that Taiwan is currently a part of China.
18268                                        RT @TashaAdamski: Apparently @netflix has cancelled Luke cage now as well. They now have several openings for new shows due to all their ca…
18269                                               @Reuters @ReutersTV @HRHPHarry @amazon @RoyalFamily @paddingtonbear In this case Your Highness Prince George… https://t.co/584r0kB1zL
18270                                                                           RT @Reuters: Senator Graham says he's skeptical of Saudi explanation on Khashoggi https://t.co/tFJEd6R6Bn
18271                                                        @Ryanair At Murcia no lift totally disabled and made me walk up stairs I'm in total agony and now they won't load my scooter
18272                                                                                       Good quality and long enough to do some fancy tie knots! https://t.co/WNFRjK4vKi 来自 @amazon
18273                                                                                                                        @Petes22 @eBay_UK @eBay really? that is bloody poor. Christ.
18274                                        @netflix will you stop shoving these scary ass movie posters in my face every night when I open the app to watch Th… https://t.co/hEp7Nu9FC1
18275                                                               @easyJet 15 days and still no delay compensation in my account. I am entitled to it guys. Do the right thing...#EC261
18276                                    RT @Timelessfan01: @Josefiine_ @SGeri7 @abigailspencer Neither are we!! #Timeless fans &amp; @Sony @SPTV are still fighting to #SaveTimeless fo…
18277                                        RT @StopBrexitMcG: #PVRoadTrip pitstop for the  car party from #chester at @Starbucks in #newportpagnall services.  Of course the name give…
18278                                                               RT @Reuters: WATCH: Jordanian artist promotes environmental awareness with recycled materials https://t.co/6wmO0DTXpi
18279                                       RT @Walmart: @jeanny_chu 💡! How about we play Magic Shop since we're magical at rolling back the lowest prices AND we'll play Airplane Pt 2…
18280                                        RT @CopThatCooks: Here's a brilliant idea that could really save lives. Well done @Tesco and @stjohnambulance for printing these CPR instru…
18281                                         RT @AmericanExpress: Use extra Membership Rewards® points to help your business grow. Terms apply. #AmexPlatinum #GetBusinessDone #AmexLife
18282                                                                                 @Reuters @realDonaldTrump wouldn’t know credible even if it slapped him on the ass with a magazine.
18283                                                               Check out Tilian - The Skeptic - New Coloured Vinyl LP - Pre Order - 16th November  https://t.co/gdFdlSG2Pt via @eBay
18284                                        RT @OneYoungWorld: Delegates discussing the role of community organisations in #healthcare in this interactive @AstraZeneca workshop. Excha…
18285                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/cZjApgKJlh
18286                                                                                                                                                        @Honda Meh......booooring...
18287                                                                          RT @Reuters: Australia withdraws from Saudi investment summit over Khashoggi death https://t.co/z64HYeXxXP
18288                                                                  @talat1066 @ImranKhanPTI @amazon @Manzoor65096707 @ShahidaQureshi5 @mariamsmadness And family friendly politics !!
18289                                                                          RT @Reuters: Dutch PM Rutte calls for further investigation into Khashoggi's death https://t.co/sKmkwkLRIP
18290                                        RT @Reuters: JUST IN: Trump says he thinks it's too early to say what the consequences might be over Saudi journalist Khashoggi; says Congr…
18291                                                        RT @BlackGirlNerds: We’re saddened by the news that Marvel’s @LukeCage has been canceled by @netflix https://t.co/z9ywkYENVe
18292                                                                                      @amazon Amazon froad with me I got froad product from Amazon I have all video for open product
18293                                                        Check out 14K White Gold Over Womens Round Cut Diamond Engagement Wedding Bridal Ring Set  https://t.co/HM7GLkVX1E via @eBay
18294                                                                                                                UGHHHHHHHH for the third time in 24 hours fucking @comcast is out 😡
18295                                                  RT @mbadevprograms: Comcast Cable #Leadership #Program updated @comcast #MBA #Jobs https://t.co/wn57nOd141 https://t.co/4qW104aRih
18296                                                                                                               RT @NickLovesLippy: @nextofficial #infringement against @ScampandDude
18297                                        RT @vivacampaigns: Viva! campaigners attend major food industry awards ceremony to present senior @Tesco executives a trophy – representing…
18298                                        @netflix what are you even doing... cancelling #LukeCage out of the blue like that. Still holding onto the hope tha… https://t.co/yuXTwGFB9m
18299                                        - @BitGo with #CEO @mikebelshe gain #SeriesB with @GoldmanSachs and Galaxy Digital Ventures Invests in BitGo to Bui… https://t.co/f8aR7h5eyV
18300                                        @DeepSouthMS3 @HomeDepot Great Microwave! Luckily I got mine for free. Just make sure the recirculation vents in th… https://t.co/HeqNUHP2y3
18301                                                        Check out Diamond Wedding Bridal Set Womens Round Cut Engagement Ring 14K White Gold Over  https://t.co/GbO3LNIFLj via @eBay
18302                                        RT @difusella: @Southern__77 @warnerbrostv @LethalWeaponWC @TeamClayne @Microsoft @Honda @ATTCares @Ford @DietCoke @Arbys @GEICO @DrJimmySt…
18303                                                                                                                                        @Abbas_107 @iaym95 @Apple Mother of Trash 😂
18304                                                                                                        @Joeybird @sharkie08RN @PapaRandlicious @MTV @Viacom He should be locked up.
18305                                         Okay so what if @netflix cancelling Luke Cage and Iron Fist is marvels way of saying they didn’t survive the snap?… https://t.co/M2NFr5lonO
18306                                                                           RT @businessinsider: Why do regular @CocaCola cans sink and @DietCoke cans float? https://t.co/rQYifVmbJm
18307                                                                                        @Reuters Seems that he is in alignment with Putin’s stAnce..... why is anyone surprised.....
18308                                    @fidelmacook @frasermatthew @Reuters No doubt Trump &amp; May will just say that’s okay and continue to sell arms so Sa… https://t.co/CGcN6aJt1i
18309                                                                                                                                        @EpicLPer @Sony lmao i have those headphones
18310                                                  Check out Handmad  Bag Quilted Cotton Fabrics +Embroidery Tote  13x12 inch Purse 2 Handels #Tote https://t.co/AwUXWDvfNw via @eBay
18311                                                                    RT @AureliusPundit: @voldemor1988 @Reuters That’s not true! It includes dictators that help him get elected too!
18312                                          RT @Reuters: MORE: Trump says prefers that retribution not include canceling weapons sales https://t.co/T0V7OBr4S2 https://t.co/f7ERCTgTHL
18313                                                                                    RT @kaosonia: Check out 1 pc - Sterling Silver 3D World Charm  https://t.co/6FzeXJd1yF via @eBay
18314                                                  @elizabethforma @realDonaldTrump @SenWarren @SenateBanking @USTreasury @IBM @FannieMae @nytimes @politico… https://t.co/yFyzRNyn2M
18315                                             @elizabethforma @realDonaldTrump @SenWarren @SenateBanking @USTreasury @IBM @FannieMae @nytimes @foxandfriends… https://t.co/bKlpl5dgf9
18316                                                     Check out Sag Harbor Womens Multi Color Striped Pattern Design Dress Size 8 #SagHarbor #Dress https://t.co/kqt2aCLZ3e via @eBay
18317                                                                          RT @Reuters: USC agrees to $215 million settlement in California gynecologist case https://t.co/7Spyu0Ivab
18318                                                                                                                                                 @Apple 200 euro Technik for The win
18319                                        RT @kitova_natalya: #XenaRevival @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @UniversalTV @STARZ @USA_Networ…
18320                                                         Check out 1.50Ct Princess Cut Emerald and Diamond Trio Wedding Ring Set in Black Gold Fn  https://t.co/CEOAmaCYGN via @eBay
18321                                                                                                             @DeRsKeezY @facebook @CptAnarchy @PatTheTroll Dope! Miss all you dudes!
18322                                                         Check out RARE VINTAGE SCIENCE FICTION VHS STAR TREK TV SERIES EPISODE 19 FACTORY SEALED  https://t.co/nX3Wcvtu4a via @eBay
18323                                        RT @Alina72649228: #XenaRevival #SaveXena @NBCUniversal @nbc @robtapert #XXisforXENA @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @Universa…
18324                                                                          Check out Adidas x Engineered Garments Ultra Boost 1.0 BC0949 Sz 9.5 In Hand https://t.co/GTdExL0vKf @eBay
18325                                         RT @Moonsta04: Hey #EXO-ℓ If u see ppl talking badly about @weareoneEXO collab with @Samsung @galaxynote9_exo  please show them this video…
18326                                        RT @LiisaVliisa: @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @UniversalTV @STARZ @USA_Network @AmazonStudios…
18327                                          RT @FAIRImmigration: Immigrant caravan organizer detained after Trump threatens Honduras https://t.co/Suk9Yl6vqC via @Reuters @DoinaChiacu
18328                                                                Check out Vintage Potato Masher Wooden Handle Country Kitchen Tool Farm Red Green  https://t.co/hhgkfpj6l0 via @eBay
18329                                        RT @KiryaSarah: #XenaRevival Save Xena. @NBCUniversal @nbc @robtapert #XXisforXENA @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @UniversalT…
18330                                                                                                         @Reuters The real scholars has been arrested the only ones left are puppets
18331                                                     @ildfluer @Reuters The point still stands Trump couldve put a stop to the negotiations no matter how long theyve been going on.
18332                                                                         Check out i-Kam Xtreme VGA Video Eyewear - Flat Black #HuntersSpecialties https://t.co/ieOMZXr7Aq via @eBay
18333                                                                                                  . @McDonalds I will never forgive you for replacing Hi C Orange with Fanta Orange.
18334                                                         Check out Better Homes and Gardens Wood Magazine Oct 1997 #99 Routers Chair Ottoman Cart  https://t.co/dnFzWrj670 via @eBay
18335                                                                                                     RT @TMobile: Color is coming 🎨 The amazing iPhone XR in stunning new finishes.
18336                                                                                             RT @kaosonia: Check out Sterling Silver Mobius Charm  https://t.co/sfXnt2l0ss via @eBay
18337                                        RT @Dougs1978: @JayneQPatriot @jleetxgirl @cvspharmacy @CVSHealth @POTUS It’s big pharma anyway that 100% back by the liberal left anyways.…
18338                                                                                                                       @davidveech @Toyota @FisherOSU Fun times! Stopping for pizza?
18339                                        RT @Reuters: ICYMI: Male penguins Magic and Sphen formed a bond ahead of the 2018 breeding season https://t.co/nWIFJi9JDP https://t.co/koxP…
18340                                        RT @sengineland: Weekend Review: Native ad test in @Google Discover feeds gets a new look by @ginnymarvin https://t.co/xYiHoDyIaL https://t…
18341                                        @Reuters @andysullivan @ReutersTV This maybe true for republicans who a ignoring the investigation but for all Dems… https://t.co/1khO4at06M
18342                                        RT @Hot_Wheels: We’ve teamed up with @kroger for a chance to win a limited edition Hot Wheels Chevy Camaro 2LT! Head over to https://t.co/W…
18343                                        RT @Reuters: ICYMI: Oxxo corner stores in Mexico look to cash in on e-commerce market https://t.co/kHtqb27aQH via @ReutersTV https://t.co/Q…
18344                                                                                  Guess What? Corgi Butt Tee Shirt Guess What? Corgi Butt tshirt https://t.co/Z4yvOXj5Mc via @amazon
18345                                                                             @Tesco Fish and chips are actually quite expensive! White fish portions? What white fish is it exactly?
18346                                    RT @Timelessfan01: @Josefiine_ @SGeri7 @abigailspencer Neither are we!! #Timeless fans &amp; @Sony @SPTV are still fighting to #SaveTimeless fo…
18347                                                       Check out Stetson K Tyler Black Cowboy Hat Size 7 Beaver Felt XXXX 4X Discontinued #Stetson https://t.co/J8dt8u9irj via @eBay
18348                                                                                                                                                         Oh hey @Disney this is you.
18349                                                       Check out TIN HAUL LADIES Brown Stardust Wide Square Toe Western Boot with Plenty of Space  https://t.co/UH6Sayg3TJ via @eBay
18350                                                       Check out TIN HAUL LADIES Brown Stardust Wide Square Toe Western Boot with Plenty of Space  https://t.co/UH6Sayg3TJ via @eBay
18351                                        @innsywincy @bookingcom We are deeply concerned with this matter. We understand our team assisted you with a thorou… https://t.co/JvMw4DnBNY
18352                                                             Check out Urban Mangoz Short Sleeved Blue Print Tunic/ Dress #UrbanMangoz #TunicDress https://t.co/rHdImSGT6g via @eBay
18353                                                   Check out J Crew Blue Chambray Sleeveless Shirt Top Blouse Womens Size S #JCREW #Blouse #Casual https://t.co/FIVrmeUxOd via @eBay
18354                                        Looking forwarding to seeing @thedavedev from @amazon at the @Internet_Summit in #Raleigh November 14-15.  If you w… https://t.co/ZMP6aDE9Cy
18355                                                                     Échale un vistazo: VIP JEANS PERFECT BUTTLIFTER Women’s Juniors Skinny Jeans NEW  https://t.co/o80WzoI0GM @eBay
18356                                                       Today’s blogpost is now live! I’m reviewing the @ColourPopCo x @Disney collection 😍 go check it out! https://t.co/5zaqB5k7UZ
18357                                                Check out Classic Eastern Brow Flower  Burnout Velvet Fringe Jacket Coat Duster Kimono ! #Handmade https://t.co/sZ6XPot67H via @eBay
18358                                        RT @Oracle: Ask Oracle CEO Mark Hurd your #cloud questions. Tag @MarkVHurd and #AskMark to hear from him during @oracleopenworld. #oow18 ht…
18359                                        RT @Pachomiou: @Reuters He is not a world leader but an American President putting Americans first! What a shame and how can he sleep at ni…
18360                                                                 Check out Neil J Rose Grizzly Bear Figurative Sculpture Figure He Who Is Feared   https://t.co/6XGsSapkoS via @eBay
18361                                                                                                          Check out In This Mountain by JAN KARON  https://t.co/mDRJ5GS9Ro via @eBay
18362                                                Check out Sexy Women Panties Lace Floral Seamless Underwear Panties Thongs G-strings Thong #Adonna https://t.co/HEV04bdtuf via @eBay
18363                                                       Check out Book in Ukraine - Ukraine Charming Patterns Folk Embroidery Ornaments 273 images  https://t.co/ZlC2F5Q3oX via @eBay
18364                                                                                                                      Check out my listing @eBay - https://t.co/Pc5CY1UcZt via @eBay
18365                                                                         RT @VirginiaKettle1: Check out 1949 Play The clown who ran away conrad seiler https://t.co/9PQWFk1Cby @eBay
18366                                                                                                           @SCShaun @Nestle @DealzIreland Discrimination against all other nut types
18367                                        @CocaCola Afternoon. I have been communicating with @CocaCola via email but now what is required is a lot of inform… https://t.co/tbeWx79aSX
18368                                                              Check out Women’s Black Adidas Capris Cropped Pants Size Large White Stripes #adidas https://t.co/tG9JQHPaln via @eBay
18369                                        @ATT rep blind transfers call to a dept after stating she would speak w/them on my behalf so I wouldn’t have to exp… https://t.co/xwj0LyMIPn
18370                                                                                                               RT @facebook: Facebook Watch is going global! https://t.co/ZqfwDlfpKa
18371                                                                               RT @Reuters: Thousands take to streets in London demanding second Brexit vote https://t.co/nmiUj13Q2O
18372                                        @ATT  your rep just cut the phone off on me. You alqays try to make money up for people to pay. Look at this. Why a… https://t.co/zsNDGuOma8
18373                                                                   RT @Sweet_BabyyRay: @cpowerfitness @USATODAY @NBCNews @PayPal @realDonaldTrump @nuapps @flhsnyc I’ll take the 1$!
18374                                                                                                                       Just saw this on Amazon:  https://t.co/E1E5daqWXQ via @amazon
18375                                        Really not surprised by @netflix cancelling @LukeCage though it was infinitely better than @MarvelIronFist. Both se… https://t.co/XkrpkHSW0W
18376                                                                                                                                              @netflix yOU CANCELLED LUKE CAGE?!?!?!
18377                                 @reeses @amazon I've got Reese's Peanut Butter Cups&amp;Reese's Pieces in my line up today while packing away Spring &amp;… https://t.co/hZvIW4tq2w
18378                                              @Players_13 @Walmart @LuckyGirlEleven #LuckyGirlEleven #PartnersandPlayers awesome 100 walmart card giveaway!… https://t.co/EuLbZLPbzW
18379                                                                          @reeses @amazon I love my Reese's peanut butter cups with Reese's pieces in them!!! #NotSorry #Sweepstakes
18380                                                                                                            All those shows Netflix canceled we’re garbage . Thanks @netflix . Fu ty
18381                                                                                          Check out Handcrafted Green Glass Bead Necklace Earrings Set https://t.co/s62WmRzRuf @eBay
18382                                                                                                    #floral #tie from @boohooMAN Via @nextofficial #menswear https://t.co/B63NIkoDgm
18383                                        RT @WeWork: .@FlatironSchool is partnering with @Citi to offer up to $1 million in scholarships for women attending Flatiron School this ye…
18384                                                                                                            @DanielRMoody @Twitter @Google Did you mean for a typo in that tweet? 😉
18385                                                 Check out Missouri Tigers New Era Basic 59FIFTY Fitted Hat - Black - NCAA #NewEra #MissouriTigers https://t.co/XDJx8t1ryF via @eBay
18386                                                        Check out Set of 3 Wood/Rubber Mounted Stamps Feliz Navidad Snowflake Pattern Warm Wishes  https://t.co/mJV8lr2Umc via @eBay
18387                                             RT @DojoCon: Nasrren Abdul Jaleel from @Expedia speaking at #DojoCon2018 about how best to progress your career https://t.co/7zo4U20EzK
18388                                        RT @DanHockley: Trying to recruit for firefighters and get no support from @Tesco and @sainsburys for putting up a sign! Shame as 100s visi…
18389                                                                                                                                                @Freeyourmindkid NO @netflix why????
18390                                      Check out 2 Yards &amp; 4 Resin's Fall &amp;Thanksgiving Inspired Grosgrain Ribbon &amp; Resin's  #Unbranded https://t.co/CRfzYvRwbb via @eBay
18391                                        RT @Disney: The wait is almost over. 2 weeks until #DisneysNutcracker and the Four Realms is in theaters. Get tickets now: https://t.co/hqj…
18392                                        Thank you once again @adidas for placing holds on my funds without a shoe. I feel sorry for the youth who have to g… https://t.co/10XuhewcyX
18393                                                                                                 RT @birdwriter7: Johari's Window by Suzy Davies https://t.co/Q9ppVCSB6N via @amazon
18394                                                                                                         RT @allidabobt: Ok but what about degrassi @netflix https://t.co/QF7dDUiUhN
18395                                                         Check out QUEEN ELIZABETH GOLDEN JUBILEE  2002  BUCKINGHAM PALACE LONDON TEA SET 2 PIECE  https://t.co/eKcRJdDeqn via @eBay
18396                                                 Check out Black Plated Simulated Blue or White Sapphire Red Ruby Fashion Ring  Size 7 #Friendship https://t.co/65GXbKX4bc via @eBay
18397                                                       Check out MINI Jarritos 6.76 fl oz (20cl) Zumo de Pomelo Rare Collectible Bottle - Expired  https://t.co/QlqmPTcuj6 via @eBay
18398                                                         Check out NEW Snoop Dogg herbal Vaporizer blister pack colorful kits wax dry herb atomiz  https://t.co/RMH7UiXUSg via @eBay
18399                                                                                                                            @netflix how the hell yall just gone cancel Luke Cage???
18400                                        RT @rachelka33: Don't forget to tell @netflix that you want a #GothamSeason6 on their title request page! #savegotham @warnerbrostv @TheDCU…
18401                                     RT @MIAFreedomTower: Only 10 days left for you to help us win funding from @AmericanExpress &amp; @SavingPlaces! Vote to preserve @MDCollege's…
18402                                                                                                        @Yahoo Trump is a real U.S. “patriotic”... I mean American bully!!\U{01f92e}
18403                                                                       Check out Philippine Pinuti Talibon Sword Machete Knife leather sheath art  https://t.co/Tbxe7IEett via @eBay
18404                                                                          Check out ORIGINAL ACRYLIC CANVAS PAINTING 20X18 by LILY  #Expressionism https://t.co/w3jtuwPYAg via @eBay
18405                                                      RT @KathrynRedd: Beware of @comcast @Xfinity email scam to gain access to your account #internetsafety https://t.co/GdxgS8hELa
18406                                                      @TomPelphrey @Marvel @netflix Ward is what I'll miss the most...I'm sure there's something for him to do in Hell's Kitchen! 😉
18407                                        The 'Global Chicken Sustainability Advisory Council' set up by @McDonalds and @McDonaldsUK doesn't even include any… https://t.co/CJFL9W4e3a
18408                                                                                                              RT @netflix: Paul Rudd is a national treasure. https://t.co/NY3IYsu9ev
18409                                                          @H_Combs @netflix She was my favorite!! Loved this show and miss it so much. Watch it on TNT all the time. Never gets old.
18410                                           Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series… https://t.co/uupwmRluSw
18411                                                                   RT @Reuters: Hundreds of thousands take to streets in London demanding second Brexit vote https://t.co/7IUrcXLlJ0
18412                                                                                                                   @Reuters Excellent let someone else be the world’s police and CNN
18413                                                      RT @Brewers: Aguilar's clutch double to help force a game 7 was last nights @pepsi Moment of the Game. https://t.co/HNfPklZN6I
18414                                                                 Check out Enro White Stripe Men Dress Shirt Size 18.5 or 2XL Big &amp; Tall #ENRO https://t.co/1AvqnCNfNY via @eBay
18415                                                    Check out Better Homes &amp; Garden Wood Magazine March 1998 #104 Molding Box Magic Jewelry    https://t.co/UJr7gJgkdH via @eBay
18416                                                             @Ryanair https://t.co/HteAtZ55q2 funny you are responding to everybody else's message! you need to investigate #ryanair
18417                                        RT @jvmvl_: @Ryanair WHAT DID YOU DO ABOUT THIS? HE SHOULDVE BEEN THROWN OFF THAT FLIGHT FOR BEING AN IGNORANT RACIST INDIVIDUAL! BUT INSTE…
18418                                                               Check out Seiko Instruments ProMeasure Home Contractor Measurement Computer  #Seiko https://t.co/mt5CsYtr9Q via @eBay
18419                                                                                                                                                            @them @Google Like Milo?
18420                                                                I am happy to confirm that fries from @mcdonaldsindia taste EXACTLY like @McDonalds in the U.S. aka HEAVENLY 🤤☁️✨🍟
18421                                                                The Four Pillars of Geometry (Undergraduate Texts in Mathematics) by John Sti... https://t.co/69aA2HQZO0 via @amazon
18422                                                       @CBS @CBSEveningNews (Yesterday) @JeffGlor @DavidBegnaud  #Hurricane There has been hurricanes (cont) https://t.co/RBUOz7mWFy
18423                                                            I thought maybe I'd try the @amazon Prime Pantry for some stuff but it says it will not be here for 5 days? I guess not.
18424                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18425                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18426                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18427                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
18428                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
18429                                                                                                                                                               Interesting @Apple!!!
18430                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18431                                         @lolesports @Mastercard If some white collared MasterCard employee jumps up to hand out the trophy and pretends to… https://t.co/tV6H32MwSp
18432                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18433                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18434                                                                  Looking for Kobe Bryant Fan items ? Click here https://t.co/Bd5EgllrEY via @amazon #kobebryant #lakers #basketball
18435                                                                                                                                       This man needs a @netflix show make it happen
18436                                                               Check out Despicable Me Minions Boys Long Sleeve and Beanie Size Medium 8 Halloween Set https://t.co/BHUva0P1LX @eBay
18437                                                                                          @reeses @amazon I have Reese's Peanut Buter Cups in my lineup today #NotSorry #Sweepstakes
18438                                                                                Check out Rawlings the care of cleaning athletic uniforms booklet  https://t.co/uBMdhtBO1K via @eBay
18439                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18440                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18441                                                                                                                                          @Apple please stop https://t.co/GgsTuUuTxK
18442                                                                Check out 03 2003 Mercedes Benz CLK320 Convertible Top Module A 208 820 30 26 #OEM https://t.co/5DAzrDoDq6 via @eBay
18443                                                                                 @Shell @Remel_London Shell is still 98% fossil fuel energy and proud of it: https://t.co/nAuEvANkdy
18444                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18445                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18446                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18447                                        @WhamBam17 @Reuters That will fall to Messers Tusk and Barnier. Either way we will leave. Recent weeks have illustr… https://t.co/MSOWhQJvtt
18448                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18449                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
18450                                                                                                             @Kickzologist @starbuckshelp @Starbucks WHY ARE THEY RIPPING US OFF THO
18451                                        @facebook promotes racially targeted hate speech and anti-conservative bias. @jeffsessions should investigate Faceb… https://t.co/iy78RLBVoE
18452                                                                                                                     @GemCrypto @amazon This is appropriate! https://t.co/1qv9jlTtW7
18453                                         RT @Snowden: Thread: an exquisite breakdown using real-life examples of how @Facebook and @Google exploited your trust to quietly create a…
18454                                                                                                                                                               @Nike @KingJames King
18455                                                                   Check out Sherlock YAOI Doujinshi ( Sherlock x John ) Because you're an idiot.  https://t.co/YTup55qZq9 via @eBay
18456                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18457                                                                                                                                         @ComicBook @Marvel @netflix Heros never die
18458                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18459                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18460                                                                                                            When will this be on a t shirt? @Nike @DevinBook https://t.co/Ewv8U0tFWk
18461                                                                                                                          @reeses @amazon peanut butter cups! #NotSorry #Sweepstakes
18462                                                        Check out FRANK ZAPPA MEETS MOTHERS OF PREVENTION EUROPEAN VERSION 1986 VINYL LP EMC 3507  https://t.co/BYnLsUEKhI via @eBay
18463                                                                      Check out Iwatani Industry Junior compact burner CB-JCB From Japan  #iwatani https://t.co/Fb93gWFlw8 via @eBay
18464                                                                                                                                        @reeses @amazon Cups! #NotSorry #Sweepstakes
18465                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18466                                                                                                                                                @starksgalaxy @netflix what the FUCK
18467                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18468                                        @reeses @amazon Reese’s miniatures today as I am doing a watchathon and can’t  be bothered getting up when I want a… https://t.co/yAHILuSDwS
18469                                                                  Check out STEVIE WONDER INNERVASIONS 1973 JAPAN Vinyl LP TAMLA MOTOWN SWX-6039   https://t.co/1mzhQKNlgN via @eBay
18470                                                                                                       @LouLumenick @nypost @TripAdvisor Doing the real digging. The truth is out 😂
18471                                                                                       Check out SEVEN PLACES - GLOWING!! NR!!!~~~~~~~~ #Christian https://t.co/1IOtF06Q4c via @eBay
18472                                                Check out GOLD-TONED METAL CHOKER with HEART PENDANT - Hook Clasp - Simple Elegant Styling #Choker https://t.co/uCVOUq3EyG via @eBay
18473                                                    Check out 98 Dodge Ram Engine Control Unit P56046359AE Module Computer ECU ECM A/T 8.0L #Dodge https://t.co/6HhPwxlr7V via @eBay
18474                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18475                                                                      RT @SLAMonline: From Akron to Los Angeles. @KingJames is an inspiration 👑 (via @Nike) https://t.co/qszlBEsPty
18476                                        Whoever made the @Microsoft surface charger I would love to slap. Pain in the ass to fit and the light doesn't go o… https://t.co/AFcCKGMQwv
18477                                                                                     @AceyBongos @StaceyofGotham @haunting @netflix This some shit that I can literally never watch.
18478                                                                                                                        I'm sad this was only 6 episodes! Please make more! @netflix
18479                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18480                                                                      RT @tbstallings: @eBay trying to find a coupon code - any available? https://t.co/YrMchjBX0S via @couponfollow
18481                                                                                                                               Rabbit gift @eBay - https://t.co/uCCGZbIgl1 via @eBay
18482                                                                      RT @SLAMonline: From Akron to Los Angeles. @KingJames is an inspiration 👑 (via @Nike) https://t.co/qszlBEsPty
18483                                                        Check out Diamond Bridal Set Ladies Pear Engagement Ring Wedding Band 14K White Gold Over  https://t.co/vi7Ix3FoCw via @eBay
18484                                        RT @Oracle: Oracle CEO @MarkVHurd shares 8 steps to becoming a better salesperson: https://t.co/IUZfFq1LwA #OracleClassOf https://t.co/u4TR…
18485                                        RT @Disney: This #HocusPocus cake is one for the books! Whip up something magical to celebrate 25 years of the Sanderson Sisters. https://t…
18486                                        RT @Spudonkey: It was an honour to be asked to put my spin on Jafar by @Disney as part of their #DisneyVillainsBy campaign! https://t.co/92…
18487                                                                                                                                              RT @Sony: Favorite #Timeless costumes?
18488                                                                                               @tarrydiggs @netflix They’ll cancel everything and it’ll all move to Disney’s service
18489                                        @Reuters I'm almost positive 45 has paid Mexico to hold these poor people. He doesn't want to take the heat of anot… https://t.co/KWYFlORNvm
18490                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18491                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18492                                                                      RT @netflix: Charmed blessed us with one of TV’s best characters ever: Piper Halliwell https://t.co/ANGiAaUJX6
18493                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18494                                                                                                                                            @calumscott @Starbucks Are you bovvered?
18495                                                Check out COLUMBIA PFG Men's Sz Large Button Shirt Casual Vented Fishing Black SMS Bears #Columbia https://t.co/tnHtxw23b1 via @eBay
18496                                                                                                                       @zachmcginty @amazon Stoked to earn a spot on your bookshelf.
18497                                        @MayorKev @JenVh16 @netflix It's a fucked up place so post about the truth? Lmao it's fucked up because Netflix too… https://t.co/mYyUda6FsB
18498                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18499                                        RT @nomnomshirios: @Voltron @netflix When you‘re super excited for voltron s8 but then you realize it’s the last and final season... I’m no…
18500                                                                                                                                                              @gadtorade Dear @Apple
18501                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18502                                                                              @NeeHess720 @GusParera @ABC @CBS @CNN @MSNBC @NancyPelosi In the Wasserman Schultz Controlled Florida!
18503                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18504                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18505                                                                                                                                                                   @Tesco Thank you!
18506                                                                  Check out Nuwave Induction Cast Iron grill and griddle #31113 and #31104 #NuWave https://t.co/r51mqVCQBx via @eBay
18507                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18508                                        RT @GoldmanSachs: “Sometimes it’s magical. Sometimes it’s not. You take risks and you look at the sky and you’re part of infinity.” - @PIMC…
18509                                    RT @haingonirinara1: It's going to be dangerous and magic 😎😎😂😂 #SaveDeception #PickUpDeception @netflix @DeceptionABC @NetflixLifee @Amazon…
18510                                                                      RT @SLAMonline: From Akron to Los Angeles. @KingJames is an inspiration 👑 (via @Nike) https://t.co/qszlBEsPty
18511                                                                                         This was terrific. Everyone watch it and @netflix please do more like @realmoamer’s special
18512                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18513                                           RT @SoSuetastic: From Sue To Suetastic: how I went from broken &amp; beat to finding my own inner ... https://t.co/rEDbZ4w29f via @amazon
18514                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18515                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
18516                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18517                                               RT @TornHeartArt: Check out Fisherman Neck Tie Balancine Hot Cakes Gary Patterson   #Balancine #Tie https://t.co/igHfrf2jS9 via @eBay
18518                                            @McDonalds I ordered a large fry. I received half of a large fry. Where did the rest of it go? #PregantAndHangry https://t.co/hUDIY6KIyD
18519                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18520                                                                  Check out Vintage postcard 1900-1910; Editions of Granbergs Brefkort; 2 pieces.  https://t.co/W69czqmLaE via @eBay
18521                                                                  Check out Vintage postcard 1900-1910; Editions of Granbergs Brefkort; 2 pieces.  https://t.co/W69czqmLaE via @eBay
18522                                                                Natural Genuine Green Colombian Emeralds Silver Rings for Men Women with Free... https://t.co/xWoXtpg0m1 via @amazon
18523                                        @flipkartsupport @binnybansal @_Kalyan_K @_sachinbansal @Walmart While the call back process from Flipkart  is exce… https://t.co/R4CwWykBDU
18524                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18525                                                                                                                                  @sarah_button82 @verizon those went up on the 14th
18526                                                        Check out SOLID WOOD WALL MOUNTED SPICE CABINET - Distressed Cream Color w/Cherry Accents  https://t.co/wn5qF7yFVI via @eBay
18527                                                                                                                                     @Disney I am hungry as hell after watching that
18528                                                                    @reeses @amazon Reese's peanut butter cups and then some more Reese's Peanuts butter cups #NotSorry #sweepstakes
18529                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18530                                                                                                                                          @andrewxmccraw BRING IT BACK!!! @McDonalds
18531                                        RT @Disney: This #HocusPocus cake is one for the books! Whip up something magical to celebrate 25 years of the Sanderson Sisters. https://t…
18532                                         @AntwonGelato @netflix @Marvel I hated the punisher. I just didn't believe the actor they cast was the punisher. I… https://t.co/SiI7E0Dr8d
18533                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/OmqpOKMaJc
18534                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18535                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18536                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18537                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18538                                                                                                                                         @RorkeDenver @amazon Already in my library!
18539                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18540                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18541                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18542                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18543                                                                                     @Nike @KingJames @NIke don’t pollute my timeline with your Anti American crap. You people suck.
18544                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18545                                                                      RT @SLAMonline: From Akron to Los Angeles. @KingJames is an inspiration 👑 (via @Nike) https://t.co/qszlBEsPty
18546                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18547                                        RT @TashaAdamski: Apparently @netflix has cancelled Luke cage now as well. They now have several openings for new shows due to all their ca…
18548                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18549                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18550                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18551                                        RT @jvmvl_: @Ryanair WHAT DID YOU DO ABOUT THIS? HE SHOULDVE BEEN THROWN OFF THAT FLIGHT FOR BEING AN IGNORANT RACIST INDIVIDUAL! BUT INSTE…
18552                                                                                                                                                     @whatonnetflix @netflix Decides
18553                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18554                                                                 I love all the fun autumn events in NYC. Thanks @EsplanadeFriend @Starbucks #Pumpkins #fall https://t.co/QcxIv4UG6z
18555                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18556                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18557                                                         Check out #Jack Eichel Buffalo Sabres Signed Reebok® First NHL Goal History Jersey #/115  https://t.co/DsjLz80O8H via @eBay
18558                                        RT @munchkinapril: @Starbucks @foggymatt Teaching brother yet another reason Starbucks rocks. #pupincup #whitegirl #mydogsbetterthanyours h…
18559                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18560                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18561                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18562                                                                                                                                 @LastChanceU @netflix Aren’t they 1-6 at the moment
18563                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18564                                                              RT @indigoace40: Check out 44 oz Jumbo DUNKIN DONUTS Insulated Travel Mug by WHIRLEY https://t.co/bgl2HLDXFd via @eBay
18565                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18566                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18567                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18568                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18569                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18570                                   RT @Shell: Welcome to #GenerationDiscover ⚡ @Remel_London takes you on an exclusive tour of the festival and gets hands-on with science &amp; t…
18571                                                                                              Happy that I was part of this amazing volunteer experience! @BankofAmerica @LCFoodBank
18572                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18573                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18574                                                               RT @kaosonia: Check out 1 pc ~ Sterling Silver Owl Charm - Animal Charm - Textured  https://t.co/zQHAdCec1U via @eBay
18575                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18576                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18577                                                                                                    RT @vincentdonofrio: KINGPIN @Daredevil @netflix @Marvel https://t.co/URdAYzRvU7
18578                                                         RT @indigoace40: Check out DANCES WITH WOLVES Special Expanded Edition VHS Box Set of 2   https://t.co/T78Sx9QmTy via @eBay
18579                                                                  @netflix for real? You cancel #LukeCage and #IronFist after ending both seasons with HUGE cliffhangers?! Not smart
18580                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
18581                                                                                                      RT @Sony: One. Billion. @Harry_Styles. Streams. 👀🎧🎶 https://t.co/rM5damNtWr
18582                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18583                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18584                                         RT @Oracle: What happens when students are given a platform to design and build solutions to positively impact their communities? Find out…
18585                                             RT @ipsdocholiday: Check out Vintage 1978 Miniature Beer Stien Montego  Bay Jamaica Gold Porcelain Accent https://t.co/caKp5L2mnn @eBay
18586                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18587                                                          Check out Allure Magazine Beyonce Romantic Looks Hollywood Best Skin Fixes Erase Stress  https://t.co/sShs8RbmRA via @eBay
18588                                        @dooter_dan @RaksinSergal @Walmart @BlondeFoxy If you're gonna be an ignorant and hard-headed retarded cunt who doe… https://t.co/ttLAGnSkRU
18589                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18590                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18591                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18592                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18593                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18594                                                                                   RT @PrintAngus: Check out Music Michael Jackson Art  Canvas A3  https://t.co/nnbgBW4HK3 via @eBay
18595                                                                                                                                @phillyphanmikey @netflix I wouldn’t do that to you!
18596                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18597                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
18598                                                                                    The Broken Realms Series: Books 1 &amp; 2 by D.W. Moneypenny https://t.co/79jdqjmUAt via @amazon
18599                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18600                                                                                                      RT @AkemiLook: GIVE THE PEOPLE WHAT THEY WANT @netflix https://t.co/OUdppsoiqj
18601                                                              Check out A17 Set 4 Christmas Holly Tirschenreuth Espresso Demitasse Cup Saucer Germany  https://t.co/blHhXShjf2 @eBay
18602                                                                                                            @katevictoriaxo @netflix Haven't finished it yet but I need a hug lol 😭
18603                                                                      RT @SLAMonline: From Akron to Los Angeles. @KingJames is an inspiration 👑 (via @Nike) https://t.co/qszlBEsPty
18604                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18605                                        RT @Disney: There are as many secrets as there are surprises. Disney's @TheNutcracker and the Four Realms is in theaters November 2. #Disne…
18606                                                                    RT @ZaynForHero: Can we please APPRECIATE him wearing @Disney clothes - WWA TOUR 2014 😍 https://t.co/k5IdDchhC4
18607                                                                                                              Daredevil is fire af! @netflix better not play any games and cancel it
18608                                                       Check out Viper Elite Darts 25 gm Steel Tip Dart Set-EXTRA Shafts-Flights-Sharpening Stone  https://t.co/fxdFvtZf24 via @eBay
18609                                                                           RT @Reuters: Germany calls into question arms sales to Saudi over Khashoggi death https://t.co/qb7flsXlDR
18610                                                                           RT @Reuters: Germany calls into question arms sales to Saudi over Khashoggi death https://t.co/qb7flsXlDR
18611                                                                                                                      @JordanvonHaslow @Adam_Barta @PayPal @AskPayPal Pay Pal sucks!
18612                                                               Check out Vintage Seiko Automatic 6309 8120 Mans Watch 17 Jewels Original Strap Running https://t.co/2ybYP3sOqD @eBay
18613                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18614                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18615                                                           @MatthewJC85 @Apple @Android I have apple and android. I like my galaxy it’s brand new. I just need t upgrade the iPhone.
18616                                                                                              @netflix releasing #DaredevilSeason3 the day of my wedding was the best gift I got tbh
18617                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18618                                                                                                                                   Note to self: never again fly @Ryanair they #suck
18619                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18620                                                                           RT @Reuters: Germany calls into question arms sales to Saudi over Khashoggi death https://t.co/qb7flsXlDR
18621                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18622                                        RT @IBM: What happens when you apply technology in new ways? Plastic Bank is using IBM Blockchain to turn trash into digital credits to hel…
18623                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18624                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18625                                                                           RT @Reuters: Germany calls into question arms sales to Saudi over Khashoggi death https://t.co/qb7flsXlDR
18626                                                                                                                           @michaeljackson @CBS OMG  I want to see this.  Thank you.
18627                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18628                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18629                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18630                                                                                                       RT @5a1di: @Reuters We have very good alternatives 😁 https://t.co/Jf80JQjN8w
18631                                                @Tesco dipping into a pack of these tonight.  My little treat in the weekly shop. Best ginger biscuits ever… https://t.co/a6R5YHXHpP
18632                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18633                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18634                                                            Check out MARVEL MAX THE HOOD #1 NM BRIAN K VAUGHAN KYLE HOTZ ART SCARCE Explicit HTF  https://t.co/KxcqkVgaL6 via @eBay
18635                                                                                                      RT @Sony: One. Billion. @Harry_Styles. Streams. 👀🎧🎶 https://t.co/rM5damNtWr
18636                                                                                   #emitates Rolex Men s Daytona 116508 18k Yellow Gold 40mm - New https://t.co/VpdyiucTrq via @eBay
18637                                                                                                        All set for snacks for the weekend Fandom 1 #FeedYourFandomEntry @KelloggsUS
18638                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18639                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18640                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18641                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18642                                                                       RT @McDonalds: @exclusively__e Oh no! Sorry to hear you were disappointed! We'll work to do better next time.
18643                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18644                                        @WayneVaughan @RachBlevins @_Kevin_Pham @facebook If the data/code within the  blockchain was verifiably 100% secur… https://t.co/5mnrdGP0M2
18645                                                                                                            @qadlunaat @CaulfieldTim @netflix Search A users guide to cheating death
18646                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18647                                                         RT @zay_valid: @NBA @NBAonTNT Follow me on @facebook #facebook &amp; @instagram #instagram @1597zay https://t.co/5bwV5V47eP
18648                                                        Check out Vintage 1934 Vatican Saint Peter Coin Pendant w/ Sterling Silver Rope Necklace!  https://t.co/91wArMCBjG via @eBay
18649                                        RT @brianross2112: $CELZ ~ This chart and volume is screaming Bounce Play! This company is a potential buy-out prospect by @pfizer . Do you…
18650                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18651                                                                                   RT @Reuters: Germany questions arms sales to Saudi over Khashoggi killing https://t.co/oWYxp16tg3
18652                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18653                                                      Hey @Tesco bad batch of rice here. Looks like the plastic seal off a blue food bag from the factory... https://t.co/5848af6KNm
18654                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18655                                            RT @vnvdiak: @Sheri_Fink @DerekTaylorKent @netflix scanning through the episode - your booth has a lot of quick shots in the background!
18656                                                                                            RT @Toyota: Some throwbacks never get old. #Supra #ShowYourSupra https://t.co/2n6Pr04RBx
18657                                        @HomeDepot my brand new dishwasher comes damaged! I now have no dishwasher!! Is this how things are shipped and del… https://t.co/FB80GA8CnL
18658                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
18659                                                                                   RT @Reuters: Saudi Arabia deployed Twitter army against critics: NY Times https://t.co/dvUSLyV2Ey
18660                                        RT @RossOBrown: @IBM handles 75% of current payment transactions and they believe in #blockchain and #stellarlumens - #fintech disruption i…
18661                                         @netflix Why cancel Luke Cage? It was a good show. While I am at it get with Seanan McGuire and option the October… https://t.co/hJF8HIqjNw
18662                                         Y’all even @ChickfilA card readers sound nicer! They sound like an awesome wind chime while @McDonalds and @Wendys… https://t.co/1CwHP7gYKy
18663                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/3lVHCCoECJ
18664                                                                                                      RT @Sony: One. Billion. @Harry_Styles. Streams. 👀🎧🎶 https://t.co/rM5damNtWr
18665                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18666                                        RT @AriaFrescaaaaaa: @DefraGovUK @theresecoffey @Tesco @LidlUK @asda @beisgovuk @WhitstableStove @BandQ @WoodsureFuel Even a modern eco woo…
18667                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18668                                        RT @sa4d31: @Reuters The Saudi people are a great people standing in their government not like other nations. Because you do not know the v…
18669                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18670                                                                      Rep. Steve King Goes Full White Nationalist In Interview With Austrian Site https://t.co/DiZPr3Dngw via @Yahoo
18671                                        Got to sample a ton of tasty new #plantbased offerings from @LeanCuisine today at the @Nestle headquarters in Arlin… https://t.co/qJkUN1ev0x
18672                                                                                  @_SJPeace_ @Ryanair @RyanairFlights Sort this out. Ban him from your flights and train your staff.
18673                                        Never travel on @Ryanair! flight left with 30 people not on board and they blaming ground staff but made no attempt… https://t.co/NkDAeWPged
18674                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18675                                        @TMobile @JohnLegere upgraded my wife to iPhone 8 in March and Store screwed up and didn’t add apple care that I wa… https://t.co/AhQOQWXxSm
18676                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18677                                                               Check out Fat Cat Darts 23 gram Steel Tip Dart Set-Choice of Standard Flights-MORE  https://t.co/ssqwBvJsDY via @eBay
18678                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18679                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18680                                                                                                        RT @SLCross3: @_SJPeace_ @Ryanair why did you allow this abhorrent behavior?
18681                                                                          @jvmvl_ @Ryanair Thanks for sharing.... I have never used nor will I ever use @Ryanair This is disgusting!
18682                                                                                                         RT @m_altayer: @Reuters Only ordinary proud Saudis defending their country.
18683                                                       Check out Eachine Tyro99 210mm DIY Version FPV Racing RC Drone F4 OSD 30A BLHeli_S 40CH 60  https://t.co/ux3Kw3Ydhe via @eBay
18684                                                                                                              RT @netflix: THE HAUNTING OF HILL HOUSE (2018) https://t.co/NTDRJGCLVl
18685                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18686                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18687                                            @Reuters We are Saudi real and I work in insurance and love my country Saudi Arabia Believe me Saudis love the king and the crown prince
18688                                        RT @Reuters: WATCH: Tightening Arizona race threatens Democrats' slim U.S. Senate hopes. Follow @ReutersTV's midterm election coverage http…
18689                                                                                 RT @Reuters: Trump says not satisfied with Saudi account of Khashoggi death https://t.co/h9b0AuzMsO
18690                                        @ComicBook @Marvel @netflix JJ2 I fell asleep numerous times. I did not for Iron Fist or Luke Cage. Jessica Jones w… https://t.co/3xRNgPmX4K
18691                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18692                                                                                                                                           @Nike @KingJames LONG LIVE THE KING🙌🏾👑
18693                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18694                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18695                                                                         @TakesOverJimi @_SJPeace_ @Ryanair Yeah right #Ryanair are famous for not giving a toss about customer care
18696                                     RT @chinamcclain: Thank you guys for joining me at @atl_breakfast to #ShareACoke with my fav meal! I had so much fun!! 😄👏🏾 @CocaCola #ad ht…
18697                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18698                                        RT @WomanResistorNC: @_SJPeace_ @Ryanair this racism cannot be tolerated. The man by the window should have been immediately removed from h…
18699                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
18700                                        RT @DipolesUSA: Check out 2KW 160/80/40 METER FAN MULTI-BAND ANTENNA DIPOLE 1:1 BALUN BY W2AU W 200' Rope https://t.co/uYLG9m2cfY @eBay 10%…
18701                                                                        Has @Ryanair released their statement about their racist employee and the defense of the racistpl passenger?
18702                                                                                         Check out Eddie Bauer Womens Pink Zip Ribbed Sweatshirt Large https://t.co/gdjAG21yEg @eBay
18703                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
18704                                                                                                          @_SJPeace_ Hey @Ryanair ! Guess who I am NEVER buying a ticket from again?
18705                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18706                                                                                          Zenergy By Chicos Womens Size 1 Merlot Quilted Zip Up Jacket https://t.co/Yi7TAiWZvR @eBay
18707                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18708                                                                                                                                                     I hate you still @BankofAmerica
18709                                                                         Check out 2018 TOPPS FIRE singles 4 for $1 you pick complete your PC set  https://t.co/Q7maYobq7N via @eBay
18710                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18711                                        RT @Minka51150356: @Pammyreign @JayneQPatriot @Deb_App @cvspharmacy @CVSHealth @POTUS CVS is dreadful.  Check other companies out on https:…
18712                                                                      RT @SLAMonline: From Akron to Los Angeles. @KingJames is an inspiration 👑 (via @Nike) https://t.co/qszlBEsPty
18713                                                                                                         RT @m_altayer: @Reuters Only ordinary proud Saudis defending their country.
18714                                         A huge thank you to our amazing sponsors for this event!! @MSFTReactor @Microsoft @msft4startups @creoqode @SVC2UK… https://t.co/VZxmruYBt0
18715                                                                            RT @JoXoArtist: this is disgusting. @Ryanair @RyanairFlights handled it horribly https://t.co/QeB1RjeK4o
18716                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18717                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18718                                                     Check out Alfred Dunner sweater S two-fer gray brown long sleeves zipper womens #AlfredDunner https://t.co/49xfFrIZUI via @eBay
18719                                                             Check out Cosmopolitan magazine Christina Hendricks Style upgrade Kick-ass women Sex tips https://t.co/DBsmbOzoBL @eBay
18720                                        @Mr_jat_ @PariharBhanuSin @heisenberrrggg @sanjaylove1994 @dactersaab @Mohamme87579880 @OnePlus_IN @Apple @Google w… https://t.co/Poy8BagG3m
18721                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18722                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18723                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18724                                                                      RT @SLAMonline: From Akron to Los Angeles. @KingJames is an inspiration 👑 (via @Nike) https://t.co/qszlBEsPty
18725                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18726                                                            Check out NWT Margaret M Stitch Fix Emer Solid Black Pull on Pants Stretch Crop Size Large https://t.co/e9ORkjlnif @eBay
18727                                                     Check out Port And Company shirt S blue denim snowman front buttons mens NWOT #PortAndCompany https://t.co/xqmyEdlf9e via @eBay
18728                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18729                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18730                                                        Check out this Amazon deal: Spalding NBA Street Basketball - Official Siz... by Spalding https://t.co/C3eZ9UAWuS via @amazon
18731                                                 RT @LadyTruthSpeak: Thank you @netflix for CANCELING @MarvelIronFist! The soulful Wiz celebration and vibe! https://t.co/pIcv87LtJy
18732                                                                                                                                     @Tonamel @Epidiah @netflix And it is great. IMO
18733                                        @LakerLounge @leeweglarz @____grayson____ @shncy @ChoopsN @Nike @KingJames Are you kidding me? You’ve never been to… https://t.co/JgmrkJIATi
18734                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18735                                                                 RT @Arkealious: Streaming Halo 1 on Twitch https://t.co/yZ2ye4PAt9 @BlazedRTs @AutoRtz @Mighty_RTs @Microsoft @Halo
18736                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18737                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18738                                                                        @Juanjok @AamerAnwar @AssesorCatala @Ryanair Because they'd rather sweep it under the carpet than be held up
18739                                                               Check out MEDIUM - INC INTERNATIONAL CONCEPTS Animal Print Lightweight Cardigan Sweater https://t.co/hTSiHYKV7y @eBay
18740                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18741                                                                       A runner with cerebral palsy gets a huge surprise when @Nike signs him to a contract: https://t.co/1u3cLIzDma
18742                                                    Check out Bernie Mev black woven slip on shoes size 41 Memory foam insoles #BernieMev #Comfort https://t.co/GyO8t032DG via @eBay
18743                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18744                                                       Check out 220-240V Mini Furnace Portable Electric Wall Socket Personal Heate UK US EU PLUG  https://t.co/NZqTzjLSPF via @eBay
18745                                         RT @squash60: @_SJPeace_ @joekdublin This is awful. How did @Ryanair not remove him from the flight? Instead they ask how he was? Dreadful.
18746                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18747                                                                                     RT @kaosonia: Check out Sterling Silver All-Seeing Eye Charm  https://t.co/6nRWqFLLDG via @eBay
18748                                           @IrmaRaste @symplur @IntelHealth @PCHAlliance @MikeFeibus @RasuShrestha @JohnNosta @intel @evankirstel @S4PM @HP… https://t.co/3zOOmFWRFy
18749                                        RT @Kafalsaud78: @Reuters Is it really that hard for you to wrap your heads around the fact that the vast majority of Saudi citizens are de…
18750                                        RT @AamerAnwar: Disgusting racist horrific abuse of black passenger @Ryanair What did you do about it? Why was he not removed? Why was he n…
18751                                                                                       @darrenrovell @KingJames Never buying @Nike again! They can do adds all they want! @KingJames
18752                                                                                        RT @PalmerbowenM: @_SJPeace_ @Ryanair @RyanairFlights Yet another reason not to fly @Ryanair
18753                                                                                                                                                                     @TMobile Dm me!
18754                                                                    RT @IBM: How do antelope help protect endangered rhino from poachers? IoT and IBM Cloud. https://t.co/Nvnit1qiVj
18755                                                                                                                                                                     Please @netflix
18756                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18757                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18758                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18759                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18760                                                                                                      Check out APRILG 8x12 AUTOGRAPH PRINT #1882  https://t.co/Hx7U4e2FFQ via @eBay
18761                                                             Calling all Potterheads! Harry Potter Comes to Life with Mattel #ad @Walmart https://t.co/VRn1yLWz7o via @DesireeEaglin
18762                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18763                                                                                                               RT @ArleneLWalker: @_SJPeace_ What say you about this @Ryanair ?!?!?!
18764                                                                          RT @kaosonia: Check out 1 pc ~ Sterling Silver Bird Skull Charm - Small  https://t.co/Dzz7R4wxON via @eBay
18765                                        RT @diracatom: @Reuters Saudi people defend their country because its their duty. NY time and Reuters are just for those who pay them more.…
18766                                                                                                              RT @netflix: THE HAUNTING OF HILL HOUSE (2018) https://t.co/NTDRJGCLVl
18767                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18768                                        RT @inoapps: @Oracle OpenWorld begins on 22 October! Look out for the Inoapps lorries if you're there. We want everyone to know about Inoap…
18769                                         RT @tj_michaels: @_SJPeace_ @ReignOfApril I DM’d the original tweet with the video to @Ryanair @RyanairFlights directly. We’ll see if they…
18770                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18771                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18772                                         RT @esportsobserved: #ICYMI: @Nike has signed a deal with Chinese @LeagueOfLegends player Jian “Uzi” Zihao to promote @KingJames' upcoming…
18773                                                              Check out 2pcs  Scrub halloween/ daily life   XS  Medical Nursing Dental Scrub tops  https://t.co/210H9Tgptj via @eBay
18774                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
18775                                                Check out Airplane Men Tie Clip Pin Gold Filled Vintage Jewelry Aeronautical Flying 1940  #Unknown https://t.co/fSPpcrRfEc via @eBay
18776                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18777                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18778                                                 RT @LornajaneCosign: Juniors Ankle Leggings Black  XXL 2X Jr's 19 Stretchy Sugar Skulls Colorful  https://t.co/qj2Fi4uLZB via @eBay
18779                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18780                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18781                                        RT @UnNged: #FlatAGB taking on #Day2 of XT PI14 planning. friends at @ATT who can guess which office we’re at? @Xandr76 @DIRECTV #attempyee…
18782                                                                               Check out Hocus Pocus 25th Anniversary Digital Code Only (2018 Version) https://t.co/t7wJQkzqXH @eBay
18783                                       RT @PSStandLeague: @LolaTV8 @BPSTANDleague @LeahRemini @MikeRinder @Disney Thank you 🙏 Dolores. Leah is clearly despair for promotion becau…
18784                                                                      RT @SLAMonline: From Akron to Los Angeles. @KingJames is an inspiration 👑 (via @Nike) https://t.co/qszlBEsPty
18785                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18786                                                                                                                                          @Toyota Chuck Norris really ? Bad choice !
18787                                                                                              RT @Cordero5Omar: Ps4 controllers are 50 bucks @Walmart 😬😬😬 https://t.co/7FyjBFlVnp
18788                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18789                                        Hey @PayPal why are you letting hate figures like Tommy Robinson use your platform to get rich? Time to make good o… https://t.co/O7V4IaPlu2
18790                                                                                                                                                @BB160 @ChetPowell @Ryanair I agree.
18791                                                                                                              @reeses @amazon Reese's peanut butter cups 😍😍 #NotSorry #sweepstakes
18792                                        Thanks @JerrySeinfeld and @cicgcshow. A few episodes and you’ve pulled me out of my @TMobile induced funk after too… https://t.co/Uh82NUJunw
18793                                                                                 Check out David Blaine Magician Illusionist Signed 8x10 Photo #3  https://t.co/9CRoy7nSKz via @eBay
18794                                        RT @AamerAnwar: Disgusting racist horrific abuse of black passenger @Ryanair What did you do about it? Why was he not removed? Why was he n…
18795                                                                                                                             @reeses @amazon Reese’s minis 😋 #NotSorry #sweepstakes
18796                                                                                               @joerogan #vegancat loved your new special on @netflix !!💪💪 https://t.co/abxFzqp823
18797                                        RT @AmericanExpress: We celebrated the new @spg Starwood Preferred Guest® American Express Luxury Card at the Luxury House by #SPGAmex with…
18798                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18799                                        @lord_mchaggis @Ryanair Why wasn't this bigot thrown off the plane? Why did the lady have to move?  He's comitted a… https://t.co/VCojFsnZxN
18800                                                                   RT @LornajaneCosign: Women's Red DEVIL Rubie's Halloween Costume Size L 12-14   https://t.co/35eBZ8mf47 via @eBay
18801                                                          Check out we're all just spirits looking for love e9Art ACEO Outsider Abstract Folk Art  https://t.co/X2LwaK0Zd7 via @eBay
18802                                                                                                                    @imanoxygentheif @Starbucks I really love you posting this twice
18803                                         @peralte @woofit79 @SadieSky27 @Victory4ppl @Cheetahmama2 @Tostiemama @_SJPeace_ @Ryanair Shame on the airline for… https://t.co/UbKaBAsbq3
18804                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18805                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18806                                                                                                                                                                   Fuck you @Ryanair
18807                                        RT @eBayROCteam: BASS Womens Boston Size 9.5M Tan Slip-On Loafer Shoes Leather Made in Brazil #Bass https://t.co/LTqddYQ5LN via @eBay @Vint…
18808                                                   Check out 1927-1959 Chevrolet NEW Tie Rod &amp; Drag Link Stud 1929 31 32 34 36 38 41 (SEE AD)  https://t.co/dxAOxtWa0T via @eBay
18809                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18810                                                                     Check out Handmade Anbu Vest plus Armguards Naruto Cosplay Halloween Kakashi  https://t.co/yCJei8BVU0 via @eBay
18811                                              RT @herbalgirl98: Check out Premium 4.5” Heavy Glass Clear With Various Color Confetti Pipe w/ Carb  https://t.co/s1Azb7NJZJ via @eBay
18812                                                                                              @lularoejanetw @Starbucks Will keep this recipe in mind for when I visit Starbucks 😊!
18813                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18814                                                                                                            @DevinCDAPress @McDonalds @kroccda @cdapress Thanks for the great story!
18815                                                        Check out a long face e9Art ACEO Outsider Folk Art Brut Painting Abstract Figurative OOAK  https://t.co/visI6bKHvY via @eBay
18816                                               RT @UNCWwomenshoops: SHOUT OUT to @J_Chops_G and @adidas for always keeping the gear #seahawkstrong !! 🔥🔥🔥 https://t.co/kiliIDzYBy
18817                                                                   #Adaptive #WeightedSpoon Rubber Grip #Disability #Elderly Hand Weakness Tremors https://t.co/cLq40wskdL via @eBay
18818                                        9/ ... And all because @UPS can't deliver a goddamn box from one warehouse to another without smashing it to pieces… https://t.co/solNnNnDWw
18819                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18820                                                                                                                            anytime I see @ochocinco on the TL I crave @McDonalds 😋
18821                                                                         Check out New York And Company Light Green Sweater. Size Large. New With Tag. https://t.co/ZguQUfwvtY @eBay
18822                                        RT @RacySicilian: Speaking of @jack don't forget about @facebook and @Google They are all equally guilty of meddling in elections by suppre…
18823                                                                                                                                      @netflix on Saturday night always gets it done
18824                                                   Check out Lucky Brand Top Size S Blue Red Mixed Media Embroidered Aztec Lace Up NWT #LuckyBrand https://t.co/UPSn3EYQqE via @eBay
18825                                                    Check out TOMMY HILFIGER Woman Plus Size 1X Argyle Sweater Rhinestone Cotton Pullover  #casual https://t.co/gOW4b3NjqK via @eBay
18826                                                                                                             @GlamandGore @netflix Just wanted to comment that I was the 666th like.
18827                                                             RT @RichmanPoorman8: Check out Oriental Hand Painted Stacking Food Box (Cat.#10B013)  https://t.co/dcnhUoEHcn via @eBay
18828                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18829                                        RT @TashaAdamski: Apparently @netflix has cancelled Luke cage now as well. They now have several openings for new shows due to all their ca…
18830                                        RT @BellaLack: Body parts of endangered big cats are being sold on @eBay and @facebook despite their repeated promises to stop facilitating…
18831                                        RT @RacySicilian: Speaking of @jack don't forget about @facebook and @Google They are all equally guilty of meddling in elections by suppre…
18832                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
18833                                                                                     RT @kaosonia: Check out Sterling Silver All-Seeing Eye Charm  https://t.co/6nRWqFLLDG via @eBay
18834                                                                                      ill stop using google if it doesn't change its name to ghoulgle by 11/1 @Google @SusanWojcicki
18835                                        RT @seahawksFGSN: I literally cry every time I see the @Shaquemgriffin @Gillette commercial. He’s such an inspiration to young kids everywh…
18836                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18837                                                                                                                 RT @Starbucks: @imeanitsxtine We wouldn't want it any other way. 😊
18838                                                                                RT @alexxlstewart: @_SJPeace_ @Ryanair @RyanairFlights step up!! Let’s lead a boycott #NoMoreRyanAir
18839                                        RT @Bowen4747: Check out Lot of 4 BEN 10 Action Figures Wildvine Omni Enhanced Overflow Four Arms Cannon https://t.co/Ck0GxqVERm @eBay #eba…
18840                                                                                                                                                               Fuck @ESLCS @facebook
18841                                                                                                                         @Nike @KingJames Who??? Dont know who y’all be talking bout
18842                                                                                                                                                  @GlamandGore @netflix Yes please!!
18843                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18844                                                   Check out Men's Jockey Underwear Full Rise Briefs Size 36 4 Pair 100% Cotton NEW #Jockey #Brief https://t.co/Y3JVH40l6t via @eBay
18845                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18846                                                   RT @GlamandGore: Whatdya say @netflix ? 😜💀🎃 Wanna make more of these together? https://t.co/w6sN0u3AXb https://t.co/1EdmZofIYn
18847                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18848                                                                               @facebook live with @keselowski long blond hair and “mmmm bop”.. priceless for those fans. #GoingFor2
18849                                           RT @danbyl: Check out Las Vegas Legs Original Art PAINTING DAN BYL Contemporary Exotic Fantasy 4 x 5ft  https://t.co/EjuyaDUuyd via @eBay
18850                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18851                                       RT @SurfnSunshine: We love the new @Google Pixel 3 phone from @BestBuy. With an an awesome camera 📷 that is perfect for group selfies + unl…
18852                                        @_SJPeace_ This is absolutely disgusting. What an absolutely shocking way to handle this situation @Ryanair. That m… https://t.co/aPR3hIdKjP
18853                                                         Check out INVINCIBLE IRON MAN 521 522 523 524 525 526 527 COMPLETE FUTURE STORYLINE 2012  https://t.co/0DdSSPX0B9 via @eBay
18854                                                                                                     @SoulMates2014AE @ATT @FantasticBeasts Take a day-trip date-day to the movies!!
18855                                                                                                                          @Ryanair Why were you kissing that racists ass?? You suck.
18856                                                        Listing ending in one day.   Handmade Full Length Adult Apron - PURPLE BOUQUET #RobinRenee https://t.co/DSljj3wPpF via @eBay
18857                                        @Scooterocket @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell… https://t.co/9pwAW2YMM7
18858                                                Check out $8500 CERTIFIED 14K YELLOW GOLD 20CT AAA BOLIVIAN AMETHYST 0.80CT DIAMOND RING #Cocktail https://t.co/g63sP3nPn1 via @eBay
18859                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18860                                                                           RT @VirginiaKettle1: Check out Webkinz Littlekinz Golden Retriever With Tag https://t.co/gAgEONspth @eBay
18861                                                                                                                                  @Walmart you have the Hershey whipped cream or nah
18862                                                                                                                               @reeses @amazon Reese's pieces #sweepstakes #NotSorry
18863                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18864                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18865                                                                                         RT @netflix: The Curious Creations of Christine McConnell is A MOOD https://t.co/fI7ezconC3
18866                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18867                                                                                                              I don’t know who all the @netflix horror writers are but they are GOOD
18868                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18869                                        RT @nogsey72: @NickiPlayhouse_ @lilnig666 @Ryanair your staff need extra training in this kind of situation. This lady should never have be…
18870                                        @NickRekieta @SlavicDonut @Chrononaut2018 @KEEMSTAR @TeamYouTube @Google If I hire someone to run a cash register a… https://t.co/hmVesyly9D
18871                                        This is literally my 4th call to @ATT  @ATTCares  within 4 hrs. I’m so irritated I have been told twice a superviso… https://t.co/mcAVjBRnVg
18872                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18873                                    @Jim_Sheridan @Ryanair Crew &amp; passengers ( save one ) did not step up. However banning this passenger for life migh… https://t.co/v36FSWCCIP
18874                                        RT @JohnLegere: Hurricane Michael Recovery Update: @TMobile coverage at the Tyndall Air Force Base coverage is fully restored and we've del…
18875                                                  Check out Unique MARY FRANCES M Philippine Crystals Bronze Frame Leopard Leather Purse #Handmade https://t.co/CXiGxo6lY9 via @eBay
18876                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18877                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18878                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18879                                                                                                                    @LLCoolJerrell @netflix Na fuck that lol that s2 ending was weak
18880                                               RT @lord_mchaggis: @Ryanair no I will not take the post down. So stop DMing me.. Instead provide answers as to why this was allowed..
18881                                         RT @WendyFerris2015: @_SJPeace_ @Ryanair @RyanairFlights absolutely..this man should have been removed from the flight and arrested at the…
18882                                                          Check out $16900 CERTIFIED 14K WHITE GOLD 8.00CT TANZANITE 1.65CT DIAMOND RING #Cocktail https://t.co/hVgUFjcdvJ via @eBay
18883                                                   RT @GlamandGore: Whatdya say @netflix ? 😜💀🎃 Wanna make more of these together? https://t.co/w6sN0u3AXb https://t.co/1EdmZofIYn
18884                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18885                                                                  S01E21 — I'm watching Seal Team @SealTeamCBS #SealTeamCBS @CBS #CBS via @TelfieApp #Telfie https://t.co/Vd3aY9QWuJ
18886                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18887                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18888                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18889                                                 Check out New Sealed 4 Film Horror Collector's DVD Bloody Mary Mortuary Memory Savage #EchoBridge https://t.co/2PLILJXMh9 via @eBay
18890                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18891                                    @verizon just charged for upgrading a phone- phone was purchased at Apple outside of Verizon &amp; not financed through… https://t.co/CpDhQFVBgZ
18892                                        RT @NatureCutsTags: Tornado Gift Tags... https://t.co/bN3GybRmoG via @amazon #naturecuts #gifttags #giftgiving #giftbag #tornado #weather #…
18893                                        RT @CBS: Time to march to the TV! #MichaelJacksonHalloween starts now on CBS and @cbsallaccess: https://t.co/izyMSOHp7l https://t.co/ZFIoRV…
18894                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18895                                        RT @RacySicilian: Speaking of @jack don't forget about @facebook and @Google They are all equally guilty of meddling in elections by suppre…
18896                                        RT @RacySicilian: Speaking of @jack don't forget about @facebook and @Google They are all equally guilty of meddling in elections by suppre…
18897                                                        Check out SILICONE FLEXIBLE SKELETON MOLD Trays--Soap-Choc-Jello-Cake Pops-Free SHIPPING-  https://t.co/NFNKXKKK5S via @eBay
18898                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18899                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18900                                         RT @trinigirl112: @lord_mchaggis @Ryanair @Ryanair you will never get a penny of my money!! That could have been my grandmother. You owe a…
18901                                         RT @trinigirl112: @lord_mchaggis @Ryanair @Ryanair you will never get a penny of my money!! That could have been my grandmother. You owe a…
18902                                        @HNHughson @_SJPeace_ @Ryanair @RyanairFlights Only on Ryanair. Flew w/ load of drunks. This current disgrace shows… https://t.co/DnQAqS3BpV
18903                                                                                                    I know it’s super early but finally got my Xmas presents out of layaway @Walmart
18904                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18905                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18906                                        RT @Hidden_Policy: @lord_mchaggis @Seditious_medic @Ryanair @Ryanair that was an illogical move. Why would you expose yourselves like that?…
18907                                                                                          RT @VirginiaKettle1: Check out Wisconsin Off The Beaten Path https://t.co/F7S5Ub3Lps @eBay
18908                                        RT @Kafalsaud78: @Reuters Is it really that hard for you to wrap your heads around the fact that the vast majority of Saudi citizens are de…
18909                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18910                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18911                                                                                                            @Disney lookin 4 keith mumphery from Houston wats his cell phone number.
18912                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18913                                        RT @LiisaVliisa: @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @UniversalTV @STARZ @USA_Network @AmazonStudios…
18914                                                                                  $7 free shipping GAP Tank Top Shirt Blue Ombre White Sz L SHIPS FREE https://t.co/a5bII9FJOt @eBay
18915                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18916                                         Check out TFW 4- Pc Vest Set Toddler Boys - Size 4T https://t.co/33Qq8VrMyp @eBay MY STORE🛍https://t.co/Lt5w1DBUcG… https://t.co/1VWkrchMcX
18917                                          Check out TFW 3-pc Suit Set Toddler Boys - Size 4T https://t.co/hLuYVw2nM9 @eBay MY STORE🛍https://t.co/Lt5w1DBUcG… https://t.co/MuwkAI3vyL
18918                                    Scratch it. Spell It. For a Chance to Win it! Visit @Walmart &amp; #CollectToWin by obtaining game pieces from speciall… https://t.co/MbuXrQdtop
18919                                        RT @TheNickCrompton: Wtf... A white man caused a scene on a plane because he refused to sit next to a black woman. So instead of @Ryanair k…
18920                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18921                                                 Check out Aeropostale Blouse -(N66)- Size M https://t.co/SF1p3NdRaP @eBay MY STORE🛍https://t.co/Lt5w1DBUcG… https://t.co/086eWJIshN
18922                                                                                     RT @Reuters: EU calls for thorough investigation into Khashoggi's death https://t.co/ZLx8ldZCqR
18923                                                                                                                                 @Nike @KingJames Screw Nike and screw LaBron James.
18924                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18925                                            RT @971AMPRadio: Watch @ShawnMendes NOWWWW at #WeCanSurvive presented by @ATT!!! Peep with the @Radiodotcom app! https://t.co/Rgk1OFNwr3
18926                                          @CgfsdFdsss @TheTweetest @JoeTalkShow @amyschumer @Nike Different my bad but seriously if we’re bombing 8 different countries who are they
18927                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18928                                                                                                                                                   @lhamtil Must be a @Costco family
18929                                                   RT @Reuters: Jordanian artist promotes environmental awareness by creating pieces with recycled materials https://t.co/RtEgIgUkGL
18930                                        RT @Disney: There are as many secrets as there are surprises. Disney's @TheNutcracker and the Four Realms is in theaters November 2. #Disne…
18931                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18932                                                                                                                         @ComicBookNOW As long as @netflix doesn’t fuck that up too.
18933                                                    Check out Sweet Pea Shirt Top S Nylon Mesh Stretch Short Sleeves Floral Empire Waist #SweetPea https://t.co/OAwuLQJobY via @eBay
18934                                        RT @StarryKnightRPG: @_SJPeace_ @ReadLOTR @Ryanair @RyanairFlights .@Ryanair should be called into court in The Hague. They should terminat…
18935                                                Check out Danskin Now Athletic Top XL 16-18 Dri More Keyhole Gray Lime Green Short Sleeves #TShirt https://t.co/2MUMmHHhrQ via @eBay
18936                                        What a disgusting creature. @Ryanair should release his name to police and he should be charged. If they do not may… https://t.co/Z0Ga61qEy8
18937                                                                     Check out Elemental Gimmick Gear Dreamcast Sega Japan import Sealed New #SEGA https://t.co/38Z1UQSkiE via @eBay
18938                                            RT @971AMPRadio: Watch @ShawnMendes NOWWWW at #WeCanSurvive presented by @ATT!!! Peep with the @Radiodotcom app! https://t.co/Rgk1OFNwr3
18939                                                   The only ways to get the court purple LeBron 16 is through apps from @footlocker and @Nike but neither work for Android. So lame.
18940                                                                                       RT @Reuters: Afghans shut out by polling station chaos return to vote https://t.co/HHGt6CXwZA
18941                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18942                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18943                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18944                                                                                                        Is there a Pixel 3 Mini ? @Google @madebygoogle @MKBHD @UnboxTherapy @dave2d
18945                                                            Check out The North Face Backpack Always Home Ring Ground Work #TheNorthFace #Backpack https://t.co/FVrCY91ZSq via @eBay
18946                                               RT @lord_mchaggis: @Ryanair no I will not take the post down. So stop DMing me.. Instead provide answers as to why this was allowed..
18947                                          Can someone tell me what are my options? I’m not too happy with water getting inside my trunk on my brand new 2019 car. @Nissan @NissanUSA
18948                                        RT @AamerAnwar: Disgusting racist horrific abuse of black passenger @Ryanair What did you do about it? Why was he not removed? Why was he n…
18949                                        RT @AamerAnwar: Disgusting racist horrific abuse of black passenger @Ryanair What did you do about it? Why was he not removed? Why was he n…
18950                                                                      RT @SLAMonline: From Akron to Los Angeles. @KingJames is an inspiration 👑 (via @Nike) https://t.co/qszlBEsPty
18951                                        RT @Spudonkey: It was an honour to be asked to put my spin on Jafar by @Disney as part of their #DisneyVillainsBy campaign! https://t.co/92…
18952                                        @Teel18 @AngryRemainer @_SJPeace_ @joekdublin @Ryanair That bloody referendum has a lot to answer for and has given… https://t.co/Jo9XZKoj7r
18953                                        RT @Kafalsaud78: @Reuters Is it really that hard for you to wrap your heads around the fact that the vast majority of Saudi citizens are de…
18954                                                                                                                           @catchingfray @netflix my heart rate was through the roof
18955                                                                                                                         RT @netflix: I tried to warn you... https://t.co/E6kqjPE5ER
18956                                                        Check out Carhartt Women Folk Pattern Cardigan Sweater - Size XSM ( 0-2 ) Oatmeal Heather  https://t.co/Jcg0Xqpsr6 via @eBay
18957                                        Disgusting. @Ryanair - if this is your flight why is he not chucked off the plane? Racism should not be excused. Sh… https://t.co/7m5GN1SYQy
18958                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18959                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18960                                        RT @KidofPop: The legacy of @michaeljackson has left a lasting mark that will never be erased.  #MichaelJacksonHalloween special on @CBS is…
18961                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18962                                                                                                                                        @Reuters yeah we are the Army of our Kingdom
18963                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18964                                                                                                                                    @running4rights @lord_mchaggis @Ryanair I agree.
18965                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
18966                                                                                            What is this a crossover episode? #SpiderManPS4 @SpiderMan @Sony https://t.co/u6cYvrdJmu
18967                                                                                            What is this a crossover episode? #SpiderManPS4 @SpiderMan @Sony https://t.co/u6cYvrdJmu
18968                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18969                                                RT @Korean_Mulan: @LAValiant @WellsFargo There’s something about the gazes here from @KarivOW and @agilities https://t.co/XVMWP5pkdT
18970                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18971                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18972                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18973                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18974                                                Check out BEAUTIFUL COLOR SEQUINS BEADED HAND EMBROIDERY 6 YARD FLORAL LACE TRIM RIBBON #Unbranded https://t.co/ampdsEUrN5 via @eBay
18975                                                                                                                                       bitchhh yess ! Wizards too please !! @netflix
18976                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18977                                                      RT @4721evanssir: @theJeremyVine @georgiebingham @Ryanair Sorry you want racial tolerance? That’ll be an extra £249.99 please.
18978                                                                      Check out MOTHER 2 Earthbound Toys Mini Figure Collection 2 Dr. Andonuts z2  https://t.co/mYeYJ9U4zW via @eBay
18979                                                                                                 @AamerAnwar @Ryanair He is not animal.  The animals are much better than any human.
18980                                        RT @Kafalsaud78: @Reuters Is it really that hard for you to wrap your heads around the fact that the vast majority of Saudi citizens are de…
18981                                         @PrimeVideo @amazon pre-roll ads on Prime video!?! Charging me AND showing me ads is why I cancelled Hulu... Maybe… https://t.co/0pcO0IxFlq
18982                                                        Check out Ken Griffey Jr 1989 Donruss Rated Rookie RC - Lot of 9 cards - Seattle Mariners  https://t.co/RKGqdSYLvN via @eBay
18983                                        @realDonaldTrump @BankofAmerica @sec @ftc @SenateGOP @HouseGOP @USTreasury @federalreserve @FDICgov Pres. Trump. Th… https://t.co/EwTlGzPQ0z
18984                                                                @Kitty_B_Good @telescoper @_SJPeace_ @TonySloane10 @Ryanair I never fly with @Ryanair again too many bad experiences
18985                                                                  Toilet Bidet Seat Spray Istinja Water Bathroom Home Sanitation Single Nozzle New https://t.co/fnKVcKccYt via @eBay
18986                                         @realDonaldTrump @BankofAmerica @sec @ftc @SenateGOP @HouseGOP @USTreasury @federalreserve @FDICgov If one company… https://t.co/QB5tFIQYqR
18987                                                                              Check out MONTBLANC STARWALKERS MIDNIGHT EDITION NEW FLOATING STAR ⭐️ 😎 https://t.co/xxfXNQSnsy @eBay
18988                                        RT @Kafalsaud78: @Reuters Is it really that hard for you to wrap your heads around the fact that the vast majority of Saudi citizens are de…
18989                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18990                                        RT @thekeyholder91: These two always give me life!!! #GothamIsLife #SaveGotham!! @warnerbrostv @netflix @AmazonStudios @TheDCUniverse @TheC…
18991                                                                 Speechless. This man should have been ejected and arrested. @Ryanair you must report this hate crime to the police.
18992                                                                                                                           @netflix i hate you for canceling Iron fist anf Luke cage
18993                                        RT @AamerAnwar: Disgusting racist horrific abuse of black passenger @Ryanair What did you do about it? Why was he not removed? Why was he n…
18994                                                                                RT @Apple: iPhone XR. A breakthrough camera system with Depth Control. It’s brilliant. In every way.
18995                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
18996                                                                                                                  @Tesco @xCalumHarviex Hope you can follow through with this @Tesco
18997                                        RT @TheRudinGroup: @Xbond49 @Google @GoldmanSachs @JimMarous @SpirosMargaris @RAlexJimenez @guzmand @akwyz @andi_staub @andreaspages @ipfco…
18998                                        @netflix your show Haunted ep about a “slaughterhouse” displayed destruction of evidence. Cmon!!!! Take away the “t… https://t.co/FRztudTKKO
18999                                                                                            RT @Reuters: Israel delays eviction of West Bank Bedouin village https://t.co/Rquyj4mHE2
19000                                                             Check out Sylvanian Families CHOCOLATE LOUNGE Shop TS-11 Town Series Calico Critters  https://t.co/TXM1Kw4bnB via @eBay
19001                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19002                                                                                                    RT @KarlTurnerMP: What’s @Ryanair had to say about this? https://t.co/XrHKNZ4qo4
19003                                                                              Shame on @Ryanair allowing this on one of their planes. By allowing him to fly you are condoning this.
19004                                        RT @AamerAnwar: Disgusting racist horrific abuse of black passenger @Ryanair What did you do about it? Why was he not removed? Why was he n…
19005                                                                                                                                         @TheNickCrompton @Ryanair damn people :&lt;
19006                                          @thetruthinsport @Nike @KingJames “Your point was they made game winning shots to win a playoff game “ never said that you did lmao retard
19007                                                                                                                              @Ajeet35685978 @salesforce @SalesforceCPQ Thanks Ajeet
19008                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
19009                                        @tj_michaels @_SJPeace_ @ReignOfApril @Ryanair @RyanairFlights I will always be surprised by this type of behaviour… https://t.co/o2MVOG11eA
19010                                        @971AMPRadio @nfrealmusic @ATT Well if we narrow it down by favorite song on the Perception album I love the song O… https://t.co/4jxzdrOF4I
19011                                                                                                                                                    @nilerodgers @Ryanair Disgusting
19012                                                   RT @_agarcia21: @espn @exxonmobil I don’t think ever in my life have I wanted a team to win more than I want Purdue to win today.
19013                                    RT @JagunEsq: @_SJPeace_ @Ryanair the customer at the window that was hitting &amp; yelling at another customer and causing a disturbance on th…
19014                                        RT @Hawkwind12345: @_SJPeace_ @Ryanair know exactly who he is. Ryanair you are under an obligation to report him to the police for a race h…
19015                                                               RT @joolsmc: What he said @Ryanair ?!!!! ..I’m so horrified for once I’m actually speechless! https://t.co/Sy3QvYb14C
19016                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19017                                         RT @nilerodgers: I wish someone had video tape of how @Ryanair treated me after I'd just had a #cancer operation and needed a simple glass…
19018                                                         Check out Maternal and Newborn Success: A Course Review Applying Critical Thinking to...  https://t.co/QtSpZrlOD3 via @eBay
19019                                                       Check out US Currency Note Two Dollar Bill $2 Unc Stamp Christmas Charlie Brown Collection  https://t.co/GKRapvWt4C via @eBay
19020                                                              @backlon Couldn’t agree more. It’s so annoying I leave the Netflix TV app to find something else. Sort it out @netflix
19021                                                                 Check out Vintage Jeannette Glass 3 Pheasant Gold Trim Clear Pressed Footed Bowl  https://t.co/ize47wckuW via @eBay
19022                                        Why wasn’t the bloke with glasses thrown off the fucking plane ?? disgrace !! @RyanairFlights @Ryanair  hope yous a… https://t.co/OIYYqw6ajc
19023                                    RT @JagunEsq: @_SJPeace_ @Ryanair the customer at the window that was hitting &amp; yelling at another customer and causing a disturbance on th…
19024                                                                                                    @guzlomi @Reuters Go and join for basic school education https://t.co/HwEpkaZz38
19025                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
19026                                        RT @Hawkwind12345: @_SJPeace_ @Ryanair know exactly who he is. Ryanair you are under an obligation to report him to the police for a race h…
19027                                                                                            RT @AllyBrooke: AB1 UPDATE #Allygiance #Jumpman @Nike @Jumpman23 https://t.co/6TfIxmlTLk
19028                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19029                                                                Check out Women's Long Sleeve Cowl Neck Marled T-shirt Female Stylish Top #DRESSFO https://t.co/m7GapUVtl1 via @eBay
19030                                                                    just do it @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca '#WeWantEyewitnessSeason2'
19031                                         @irishayesha @Ryanair Flew Ryanair from stansted recently and the lack of staff was shocking. Almost everything is… https://t.co/pCTcfpQFjh
19032                                        @RudiHare @smythatsplash @theJeremyVine @georgiebingham @Ryanair Me too @RudiHare. So badly handled by @Ryanair but… https://t.co/BLSQnwAus7
19033                                                                                                                      Check out my listing @eBay - https://t.co/RzrIgKQisF via @eBay
19034                                                                                                          @QuestionerMoney @_SJPeace_ @strong151 @Ryanair (See my 2 replies above⬆️‼️)
19035                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
19036                                        RT @nogsey72: @NickiPlayhouse_ @lilnig666 @Ryanair your staff need extra training in this kind of situation. This lady should never have be…
19037                                                                                                                           @DanSeanClayton @RiazShahUK @Ryanair @_SJPeace_ Shocking.
19038                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19039                                         @Primis82 @netflix @AndySamberg @nbcbrooklyn99 @thelonelyisland Thank you so much!💕 I’ll check and let you know. You’ve just made my day😄
19040                                                Check out MENS POLO LEGACY GOLF SHIRT XL COLOR: PINK 2 BUTTON SHORT SLEEVE TENNIS TAIL #StJohnsBay https://t.co/VW1xFJ9Gve via @eBay
19041                                                                                                                                              @NickiPlayhouse_ @Ryanair explain this
19042                                                       Check out 38GM-80MM-LONG-SKY-BLUE-AQUAMARINE-ETCHED-TERMINATION-CRYSTAL-COMBINE-TOURMALINE  https://t.co/7CjCZO7ROm via @eBay
19043                                        RT @claudiamiles: @_SJPeace_ @Ryanair @RyanairFlights WHAT??? Has @Ryanair made no comment? RyanAir is a low-cost Irish airline with headqu…
19044                                             RT @SoniaBoue: I'm with @edanaming Boycott @Ryanair until reparation has been made and staff training in place. https://t.co/OVQq62SZ4E
19045                                                                                            RT @RTUKnews: Should @Ryanair have taken this man off the plane? https://t.co/6r8qu0VoWk
19046                                        RT @Disney: There are as many secrets as there are surprises. Disney's @TheNutcracker and the Four Realms is in theaters November 2. #Disne…
19047                                        @Ryanair Is that all you have to say regarding the matter ? Do you think I was born last night ? We all know nothin… https://t.co/2asDsCmEIU
19048                                                                                           Why have @Ryanair moved the lady and not thrown this geezer off the plane? What a coward.
19049                                                                                                RT @tomwarren: @Ryanair well done for doing fuck all to help the woman being abused.
19050                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19051                                                   RT @GlamandGore: Whatdya say @netflix ? 😜💀🎃 Wanna make more of these together? https://t.co/w6sN0u3AXb https://t.co/1EdmZofIYn
19052                                                                                 @MOgundehin @Ryanair Good on that man behind who stepped in and did more than the steward! #Ryanair
19053                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19054                                                                                                                                    @JuliaHB1 @Ryanair Finally something we agree on
19055                                                                                                              RT @netflix: THE HAUNTING OF HILL HOUSE (2018) https://t.co/NTDRJGCLVl
19056                                           @domjoly @Ryanair Why did 150 other people sit meekly in their seats and not refuse to sit until #RyanairRacist was booted off the plane?
19057                                        RT @nogsey72: @NickiPlayhouse_ @lilnig666 @Ryanair your staff need extra training in this kind of situation. This lady should never have be…
19058                                        RT @AamerAnwar: Disgusting racist horrific abuse of black passenger @Ryanair What did you do about it? Why was he not removed? Why was he n…
19059                                                                                                                                                      @netflix this better happen ;)
19060                                        @realjuliegraham @JOJEHARVEY @Ryanair He should have been removed from the plane. As he could have kicked off later… https://t.co/pSs00hv6yQ
19061                                        RT @AamerAnwar: Disgusting racist horrific abuse of black passenger @Ryanair What did you do about it? Why was he not removed? Why was he n…
19062                                        RT @AamerAnwar: Disgusting racist horrific abuse of black passenger @Ryanair What did you do about it? Why was he not removed? Why was he n…
19063                                                  Check out NWT Chico's LINEN Size 3/4 Sleeve Black Top shirt Tunic Button Down NEW #Chicos #Tunic https://t.co/g0gzI0CkqK via @eBay
19064                                       RT @BakerKatyhaynes: @RealDeniseWelch @Ryanair there are no words 😶 without doubt he should have been removed off the flight. His behaviour…
19065                                                         Check out her over-the-shoulder look e9Art ACEO Outsider Folk Art Painting Brut Original  https://t.co/RNZxP6L08c via @eBay
19066                                                                               RT @BMW: How to make easy use of a large boot capacity. The all-new #BMW #X5. https://t.co/ZIh3IVIMBr
19067                                                                                @Ryanair You cowards. More concerned about time slots than ejecting this vile scum bag. Shame on you
19068                                                                                    RT @MJJLegion: MJFam let us know if you'll be live tweeting during #MJHalloween on @CBS tonight!
19069                                                                            Check out Handcrafted Gemstone And Glass Cross  Bead Necklace Earrings Set https://t.co/itjplPWzCx @eBay
19070                                         @AndyCadle1 @PrimRoZLane @KeniLF @jimmy2feet @PrykeCarl @MarieBYates @Ryanair @_SJPeace_ Let me know how that high… https://t.co/zkpkTgoikf
19071                                                                                         Well @Ryanair haven’t dealt with that in the correct manner have they?! No surprise really.
19072                                        RT @vivek_dixit98: @amazon this is a very poor services of amazon India. delivery date was today's but still not delivery.. https://t.co/zj…
19073                                                                              @_SJPeace_ Poor woman! Why was this racist male passenger not kicked off the plane for abuse? @Ryanair
19074                                                                                        Hi @Microsoft Will a new @dell xps original motherboard require new windows 10 installation?
19075                                                                                                                                                  @Nike Just Do It and make billions
19076                                                                                                            @McDonalds 3 large portions of chips ? #disgrace https://t.co/DmlWnB2bRC
19077                                                                                                                       @melz_thename @Ryanair I would have struggled to stay polite.
19078                                        @Ryanair This lady shouldn’t have been moved from her seat. The racist should have been removed from the plane. A c… https://t.co/5TdJ1OGgCU
19079                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19080                                        Absolutely disgusting of @Ryanair to enable this vile racist. They moved the lady! They should have kicked that man… https://t.co/XmHLtUdMLJ
19081                                        @marklovegrove @MarieBYates @Ryanair @_SJPeace_ The right thing to do is always going to be uncomfortable.  Stop ra… https://t.co/snAkktnaCu
19082                                                                                                                                 @setting_maul @Ryanair @_SJPeace_ How do you know ?
19083                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19084                                                                                                            @JoyTKangere @Ryanair Disgraceful. A 77 year old widow abused like this.
19085                                        RT @AnnPettifor: Ryanair is at fault here .. @Ryanair  @RyanairFlights - effectively defending a racist attack. Their staff should have rem…
19086                                                                                Check out  Solar Dancing Matador &amp; Dancer + FREE GIFT!! NIB!!  https://t.co/TGdKwCphTD via @eBay
19087                                                                                Check out  Solar Dancing Matador &amp; Dancer + FREE GIFT!! NIB!!  https://t.co/TGdKwCphTD via @eBay
19088                                                                                                                     RT @YURI_Mcfuks: @lord_mchaggis @Ryanair Pls don’t take it down
19089                                        RT @Kafalsaud78: @Reuters Is it really that hard for you to wrap your heads around the fact that the vast majority of Saudi citizens are de…
19090                                        Because @Ryanair staff did nothing the poor lady had to fly trapped in a metal tube with a violent racist who had a… https://t.co/oNAwWBessK
19091                                        @Ryanair this is disgraceful. That man should have been thrown off + immediately arrested for a hate crime. Shame o… https://t.co/eP7Hgmx5lK
19092                                                                                RT @blkstarprinc3ss: @Ryanair Very poorly handled. I definately won't be booking with you guys again
19093                                                                                                                     RT @_SJPeace_: @Ryanair Also you need to compensate the victim!
19094                                         RT @KarlTurnerMP: I shall be writing to @Ryanair and the Aviation Minister Liz Sugg to ask what they’ve done about this. Clearly committed…
19095                                                                                                                  RT @Li4mricee: Coming soon to @Disney 👻🔎 https://t.co/KsFiMiw2gn
19096                                                                                                @Ryanair @_SJPeace_ He should of been thrown off the plane. He was the problem here.
19097                                                                                                                  @Ryanair @quiscustodis @_SJPeace_ Nothing will be done....as usual
19098                                                                                    RT @Ryanair: Statement: We are aware of this video and have reported this matter to Essex Police
19099                                                    Check out VINTAGE PUTZ CHRISTMAS HOUSE &amp; 2 BOTTLE BRUSH TREES- NO.2 OF 3- EXCELLENT-JAPAN  https://t.co/Xs5Do9QvT2 via @eBay
19100                                        RT @BBCRajiniV: By all accounts this does appear to be terrible racist behavior which @Ryanair didn’t step in to stop. https://t.co/Tv9d6Gc…
19101                                                                              Check out America   7´´ Mega Rare Vintage Spanish Titles Spain 1972  https://t.co/h0dpOjpWNp via @eBay
19102                                                                                        @nickycoxy @dmckenna91 @_SJPeace_ @Ryanair @RyanairFlights Dan needs to check his privilege.
19103                                                         RT @ipsdocholiday: AUCTION ❤️❤️❤️Check out Vintage Golf Ball Trinket Box SWGA 1984 United States https://t.co/oddyVKNVs4 @eBay
19104                                        When is @Disney / @DisneyPixar going to make a movie about @COLDGAMEKELV ? He’s better than Cinderella/Snow White c… https://t.co/0QOeCtW8Rw
19105                                        RT @ColesLeighton: Wow @Ryanair Your staff let a elderly black woman receive a torrent of ‘Racist Abuse’ and your staff don’t throw the man…
19106                                                     @Ryanair It is soo sad. What would your staff do Ryanair if my 7 yrs old mixed color child supposed to sit next to him... Shame
19107                                                RT @bexmader: I’ve fallen into a hole of @haunting and I can’t get out!! Send help!! #HauntingofHillHouse #obsessed 💚😱 @netflix 👻
19108                                           Thanks to @PhillipRather of @facebook for sharing their 10 year roadmap at #MITCon. @socialgeekradio @socialjoey… https://t.co/2loH7vN3Jb
19109                                        RT @YAScountryside: A big THANK YOU to our friends at @RiponFarmServ for the loan of the @JohnDeere for our younger visitors to enjoy at #C…
19110                                                                  Hi @Ryanair . Does a toddler ride-on Trunki style case qualify as a small carry on bag (without priority booking)?
19111                                    RT @MargaretFerrier: What a joke. Mrs Gayle &amp; her daughter have been told to contact @Ryanair Customers Services. CEO Michael O'Leary shoul…
19112                                         RT @debsuniqueshop: 😘😍🔥💫Womens Smash Perforated Leather White Silver Metallic Sneaker Shoes 8.5 #PUMA https://t.co/62iq0uwTxu via @eBay
19113                                                                                                 RT @louiseleelee: @lord_mchaggis @Ryanair Why the hell wasn't he put off the plane?
19114                                                                                      RT @YorkshireSlang: Finally @McDonalds adopting Yorkshire accent! 🍔🍟 https://t.co/fiDwKFIws8
19115                                                                @nextofficial It’s every shop that started selling sweets by the tills. You’re selling clothes at the end of the day
19116                                                                            RT @Reuters: Mnuchin says premature to comment on sanctions against Saudi Arabia https://t.co/4g92rz4S8p
19117                                                                               Snuggle up on a #cool Morning in these fleece #oldnavy #pjs ☄💥🌈😀 https://t.co/jiPAcDQTjg via @eBay
19118                                                                       pls y'all @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca #WeWantEyewitnessSeason2
19119                                                                                          Check out Princess &amp; The Frog Dressing Table &amp; Chair https://t.co/EtEH1E5gel @eBay
19120                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19121                                                                                                    @Ryanair Perhaps some retraining? Your crew should have refused carriage SIMPLE.
19122                                                                                                                                           @carolvorders @McDonalds Dirty stop outs!
19123                                                                                                      RT @Sony: One. Billion. @Harry_Styles. Streams. 👀🎧🎶 https://t.co/rM5damNtWr
19124                                                          Koreashop Non-Slip Black Dash Mats for 2016-2018 Kia Sportage (RH Drive) Kore... https://t.co/tUhdt7lpcb @amazon 님이 공유
19125                                                                                                     Things like this really make my blood boil @Ryanair do better. This is rubbish.
19126                                          @RachBlevins @facebook i am very suspicious of platforms that delete dissent.  it could happen to me at any time.… https://t.co/rb1NOVsT5n
19127                                                                                                                 @jordanbpeterson @JamesADamore Theres no place for truth at @Google
19128                                                                                         We are excited and can't wait for tomorrow: https://t.co/6aOek1zwsr #sapdd @SAPNextGen @SAP
19129                                                                           Check out KEYES Vintage CLIP ON EARRINGS Rhinestone Signed CORNUCOPIA Burst https://t.co/KqiseUwIka @eBay
19130                                                                                                                                          @tmane54 @NetflixIndia @netflix Same bitch
19131                                                                                                                @PaulRainford @Ryanair i cant understand why no one stood up to him.
19132                                                             Check out Lot of 2 EMPTY HP 61XL Black &amp; Color Ink Cartridges Genuine VIRGIN  #HP https://t.co/6tg6x57nin via @eBay
19133                                                            WTF @Ryanair !? THIS is the type of patrons you entertain? Something better be done! #notoracism https://t.co/K2OAzO7yzR
19134                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19135                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19136                                                                                                                    @ladygaga you can go to @Starbucks today https://t.co/97ZzPBpAAo
19137                                                                                                                                            @RafiqKhan @facebook @instagram Very sad
19138                                                               @hugosposts @Disney @netflix @Marvel it mad me sad/mad when I heard this. one of the best super hero shows on netflix
19139                                        RT @Donna5975: This is absolutely shocking how the hell was he allowed to get away with this??? I’m so angry! And @Ryanair why the hell did…
19140                                                             @mitchellagain @nosakhaer @_SJPeace_ @Ryanair There us a saying”it all comes out when drunk” so there is no difference!
19141                                                           Check out THE BEST OF CLIFFORD BROWN VOL.II  JAPAN VINYL LP M-5035 Good (G) #BopHardBop https://t.co/OHzW2ZvwnO via @eBay
19142                                        RT @JellybeansClos1: Check out Anne Fontaine Black Nuage Top sz 42 #AnneFontaine #KnitTop https://t.co/kRwNgup4lW via @eBay https://t.co/sr…
19143                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19144                                                                                                             Flock You! (Flocked Series Book 1)  https://t.co/xIJpK7SwFQ via @amazon
19145                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
19146                                                                                                           @theJeremyVine @BBCAlagiah @Ryanair He should have been moved to the wing
19147                                                                                    RT @Ryanair: Statement: We are aware of this video and have reported this matter to Essex Police
19148                                         RT @harperdavidj: @Nadine_Writes @jessbrammar @HuffPostUK @BonSomerville Absolutely dreadful what this lady has been through. @Ryanair Why…
19149                                                          Check out South Dakota Waterfowl Restoration Stamp Ducks Unlimited 50 Lapel Hat Pin 327  https://t.co/9AnmsSF0lY via @eBay
19150                                        @Leduckcow @Rand0mB1tsUK @theJeremyVine @georgiebingham @Ryanair The racist pig should be banned from public transp… https://t.co/5a6UwOcUvA
19151                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19152                                        RT @Herringnjd: @Martaducq @kateinmadcity @_davedecarvalho @netflix @sense8 @sense8united @Sense8Worldwide #Sense8Revolution #sense8 #Sense…
19153                                                                      RT @EmmaKennedy: I’d like to know why @Ryanair didn’t remove this man from the flight. https://t.co/Rb3vcsU37E
19154                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19155                                        RT @hm: Skeleton outfits — perfect for trick-or-treating! Check out our selection of Halloween-friendly styles in store and online. #HMKids…
19156                                                                                                RT @PrincePeckham: I wont be using @Ryanair again \U{01f92c} https://t.co/0kgfJwu329
19157                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19158                                        @MikeB_JOMEC @jamiedmaxwell @ifanmj It is my opinion @facebook are hiring @nick_clegg as a small part of a bigger m… https://t.co/Ydcs7k5A7v
19159                                                                                                                                                        @Ryanair this is disgusting.
19160                                        @TruthRaiderHQ @Tronfoundation @Oracle @justinsuntron Trust me... i got an idea. Those that don't realise how big O… https://t.co/tS4tyatcLy
19161                                                                                                                                    @Mimimefo237 @Reuters can u plz confirm this ...
19162                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19163                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19164                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
19165                                                                   Mastered by the Zandians: Alien Warrior Reverse Harem Romance Burning Desires https://t.co/eN8b4sOc6X via @amazon
19166                                                                                                                     Ban this man from flying again @Ryanair and retrain your staff.
19167                                                                                          @theJeremyVine @Ryanair Guy should have been removed from the flight disgusting behaviour!
19168                                                                      RT @EmmaKennedy: I’d like to know why @Ryanair didn’t remove this man from the flight. https://t.co/Rb3vcsU37E
19169                                        RT @RacySicilian: Speaking of @jack don't forget about @facebook and @Google They are all equally guilty of meddling in elections by suppre…
19170                                        RT @4afemalefuture: @DesignationSix @BeachesResorts @SandalsResorts @StarKistCharlie @JohnDeere @Cigna @MyPillowUSA @HomeToGo @JennyCraig @…
19171                                       RT @bjaycee: Check out THE ONLY TWO IN THE WORLD.Reject mass production &amp; make your possessions UNIQUE  https://t.co/wvxYH7FDpN via @eBay
19172                                    RT @reina_jan7: @Ryanair I was racially abused by your staff in Morocco &amp; you did nothing! Useless airline!! Rubbish customer service! http…
19173                                                @LoonAuntie @DesignationSix @BeachesResorts @SandalsResorts @StarKistCharlie @JohnDeere @Cigna @MyPillowUSA… https://t.co/aTvHLgU6uy
19174                                                         Check out Swamp Thing Comic Issue 11 The New 52 Modern Age First Print 2012 Scott Snyder  https://t.co/MxTU2SrFUO via @eBay
19175                                                  Check out 2 Two Grey Maple Leaf Leaves Iron On Sew Embroidered Patch Craft Hat Canada #Unbranded https://t.co/FPjtE3J1he via @eBay
19176                                                                               Check out Ultra plush Charter Club Throw 50 x 70 inch  #CharterClub https://t.co/rU7jxJGe85 via @eBay
19177                                                                                          Check out Edmonton Alberta Flower Hat Lapel Pin Pinback  https://t.co/cN2OQ11VDa via @eBay
19178                                                                 Check out Sorel Waterproof Winter Boots Womens Insulated 1964 PAC NL 1340-005 Size 9  https://t.co/nhiL1eIBN4 @eBay
19179                                        RT @JodaneWalters: @DrAdrianHarrop @Ryanair Extremely poor form from Ryanair here. Not even an apology for the shocking display of nonchala…
19180                                         RT @shabsdelondres: Good morning @Ryanair please see a clear case of Racially Aggravated Common Assault (s39 Criminal Justice Act) why was…
19181                                                                                                                                     @farmerbarley @Ryanair He needed a good smack👊
19182                                                                    Check out Florida Gators Canvas Ladies Shoes 7.5 NWT #TeamSport #FloridaGators https://t.co/ArUUW47TCK via @eBay
19183                                                   Check out Atomic Floyd SuperDarts + Remote Noise Isolating Hi-Res In-Ear Headphone #AtomicFloyd https://t.co/pv8Peky5gQ via @eBay
19184                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
19185                                        @Ryanair @_SJPeace_ Stop coddling racists and allowing your staff to do so. The man should have been thrown off the… https://t.co/1xSM8Nqrut
19186                                          RT @SusieQ19622: $12 free shipping J Jill Womens Top Small Petite Pink Button Down Pintuck Shirt Top Blouse  https://t.co/RhCOX4loPZ @eBay
19187                                            @lord_mchaggis @Ryanair I am not shocked very easily but that was absolutely disgusting. I hope he got arrested and charged. Disgusting.
19188                                                RT @AntiqueFlaneur: Check out Unger Bros Sterling Silver Round Belt Buckle w/ Engine Turning 1872-1914 https://t.co/B0OfbuU2JD @eBay
19189                                                                                                                 I hope all people with a moral conscience never fly @Ryanair again.
19190                                                                                                                                               @myotheinoo @facebook What about bro?
19191                                        @BMW  @BMWUSA  Don’t buy bmw.   I have a 2010 and the key fob battery died and I replaced the battery myself and it… https://t.co/OHk3WzgBB2
19192                                                Check out Cat Toy Scratcher Turbo May Vary Colors Bergan New Fun Pad Pet Kitten Ball Play  #Bergan https://t.co/ygBeGOtNnK via @eBay
19193                                        RT @harrietmj_: @Ryanair you have a duty of care to ALL of your passengers. Your staff facilitated this man! You’d remove someone for being…
19194                                        @JoshuaImpact101 @MorningExp @amazon This most certainly wasn’t Amazon’s fault. Educate yourself as to why this hap… https://t.co/tiZ6PnxnFp
19195                                                         Via @Reuters: German foreign minister: U.S. should consider consequences of leaving nuclear treaty… https://t.co/sYUUijFSYP
19196                                        RT @Yahoo: Doctors 'flabbergasted' that half of parents think flu shot causes the flu: 'It's impossible' https://t.co/ilyfVU8g7P https://t.…
19197                                                           RT @Reuters: German foreign minister: U.S. should consider consequences of leaving nuclear treaty https://t.co/b1hgatrHa5
19198                                        RT @PopescuCo: German foreign minister: US should consider consequences of leaving nuclear treaty https://t.co/FHG3PdZEyM via @Reuters http…
19199                                        RT @shattenstone: ADDING INSULT TO INJURY The disgusting @Ryanair has not even apologised for failing to take any action to protect Mrs Gay…
19200                                         RT @shabsdelondres: Good morning @Ryanair please see a clear case of Racially Aggravated Common Assault (s39 Criminal Justice Act) why was…
19201                                                                                                                       @Shell Ohh vrrryyy rare n awful as it's  not a path of sucess
19202                              RT @hm: Julia and Maya from The Lineup wear the H&amp;M Music &gt;&lt; Tiffany Young collection in their new Fall Lookbook. The video also features a…
19203                                        WEBINAR: NICE @inContact and @salesforce: Winning in Today’s Competitive Experience Economy with Exceptional Custom… https://t.co/BLoobnA3Oj
19204                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19205                                        RT @Nadine_Writes: @Ryanair The daughter of woman racially abused by fellow passenger on a Ryanair flight speaks exclusively to me. Her mum…
19206                                        RT @iam_johnrea: @Ryanair Your lack of action and the lack of action from the majority of your passengers is an affront to humanity https:/…
19207                                                 RT @Liquid_Seal: hey @netflix while you are at it #LuciferSaved #LuciferSeason4 would you consider @ForeverABC as well #SaveForever
19208                                            Message 💌😁! #Carpoolkaraoke sponsored by @Toyota x dreamprojectusa was so much fun! @shunwun this is for you!… https://t.co/bN7l8J2EIp
19209                                        RT @JaydePierce: . @Ryanair is the world airline ever. You’re a fucking mess and your staff are trash. You’re saying this situation is a po…
19210                                        RT @jfkeeler: @iambeebeeiam @LaylaBombshell @Mdewakanton @Alyssa_Milano @Nike It's so hard to support these white women who are supposed to…
19211                                                                                              US America Red White Blue Flag t-shirt Dr. Z brand https://t.co/U2nTFZjmkx via @amazon
19212                                                                                                                                      @_PapiAce @TMobile I regret switching big time
19213                                                                                                                                  @_SJPeace_ @Ryanair We shouldn’t fly with @Ryanair
19214                                        @_SJPeace_ @Ryanair you allowed this to happen and did nothing to this disrespectful racist. I'll be sure to add yo… https://t.co/mkpDZmzqJm
19215                                                           @lazyawol @scott_vfr @CBNNews @1milmoms @Franklin_Graham @Disney I think hundreds. I'm Christian and never heard of them.
19216                                    RT @MargaretFerrier: What a joke. Mrs Gayle &amp; her daughter have been told to contact @Ryanair Customers Services. CEO Michael O'Leary shoul…
19217                                                         Check out Bollywood Indian Fashion Style Wedding Gold Tone AD Jewelry Necklace Set Party  https://t.co/G8rTSZIzaf via @eBay
19218                                        @glasgowcathcart @AamerAnwar @Ryanair Disgusting horrific abuse of an elderly white man by an obviously racist girl… https://t.co/sZ7A3mGnbH
19219                                                                 Check out CRIME MOB - HATED ON MOSTLY!! PA VERSION!!   NEW!!!!~~~~~~~~~ #Southern https://t.co/Rm4kjJsMma via @eBay
19220                                        RT @KGuilaine: Also note how @Ryanair is attempting to *wash* their hands now ‘we have passed the video to the police’. Ok. That’s good. No…
19221                                                                                    @fam_Denn @netflix @TMobile I just prefer Daredevil and Punisher so right now I’m unaffected lol
19222                                                                Check out St Nicholas Square Heartland Square Bowl Winter Theme Cabin Bear Moose   https://t.co/9gfkIOMYv9 via @eBay
19223                                        RT @KiryaSarah: We demand justice @NBCUniversal @nbc @robtapert bring Xena back #XXisforXENA #SaveXena @NetflixLifee @netflix @SYFY @BuzzFe…
19224                                         RT @SonnyJay: Errrr @Ryanair... this is DISGUSTING. Why was this man not removed from the plane and why were the police not called for the…
19225                                                                            @netflix can you put the vampire diaries back on? Only the last 3 episodes of the last season....please?
19226                                         @beth_fm @Morrisons Hmmm @Morrisons I could fly a domestic flight on @easyJet with a passport that’s up to 5 years… https://t.co/tnvdBGOa3h
19227                                        RT @BarnabyEdwards: Appalling incident. Even more appalling response from @Ryanair. I can’t believe the flight attendant asks that racist a…
19228                                                                            Skull Dabbing Halloween Funny Dab Skeleton T-Shirts Gift Dr. Z brand https://t.co/lMPPeO4APb via @amazon
19229                                                                                                                                             @iamayed @Reuters I believe you are bot
19230                                                                             WHY IS THE @NFL FOOTBALL GAME THAT IS SUPPOSED TO BE @CBS NOT ON #CBS?????????????? @NFLonCBS #LACvsTEN
19231                                        RT @AamerAnwar: Disgusting racist horrific abuse of black passenger @Ryanair What did you do about it? Why was he not removed? Why was he n…
19232                                                          @fixthatchit @CBS @therealroseanne I am pointing out the glaring double standard that you are trying feverishly to ignore.
19233                                        RT @eBayROCteam: Dockers Khakiware Mens Long Sleeve Button Down Denim Cotton Shirt XL #DOCKERS https://t.co/0IV0D2yQV2 via @eBay @simplysha…
19234                                                                RT @Reuters: U.S. senator Corker says he believes Saudi crown prince ordered Khashoggi death https://t.co/NlnrEVTgfA
19235                                                                                                                         RT @Chinar84: Shame on you @Ryanair https://t.co/sTkC2K4afN
19236                                                                                                                @Reuters Because Russia has been violating the treaty for years now.
19237                                                                                 RT @Reuters: Greece suspends police officer for swearing at a migrant woman https://t.co/2kayQNvPLJ
19238                                                                       @hoadie77 This needs action by @UKPolice absolutely disgusting and totally ineffective stewarding by @Ryanair
19239                                                                                                                                            @NathanHGShore @Ryanair Fucking shocking
19240                                        I think @sonyxperia got this album artwork wrong. @Sony @SonyElectronics @SonyMusicGlobal #MusicMonday #MusicIsKing… https://t.co/jgxH84Srqq
19241                                                                      @SusanChubb1 @Ja_Kxxy @lord_mchaggis @Jonny_Nabb @Ryanair Theyve already said it's been referred to the police
19242                                         @theJeremyVine @Ryanair She should have been sitting with her daughter in the first place. But thanks probably  to… https://t.co/dIjNudMfUR
19243                                                       Check out Ionic Zinc 50mg Liquimins by Trace Minerals New Unsealed Exp. 2020 #TraceMinerals https://t.co/ph3H3sregU via @eBay
19244                                                                                                                                 @Reuters #Senatorcorker opinion 🙄👎🏻‼️ meaningless
19245                                                                                                                      RT @vayoub98: put Avatar the Last Airbender on @netflix thanks
19246                                                                                                                      RT @vayoub98: put Avatar the Last Airbender on @netflix thanks
19247                                                                                                                                 @reeses @amazon All of them! #NotSorry #Sweepstakes
19248                                         @Spark_Bright @Ryanair @EssexPoliceUK I’m fully aware of the offences thanks. He’s well in his rant before he says… https://t.co/9w2QW4AxzG
19249                                                                         RT @Reuters: Canada's Freeland says Saudi Khashoggi explanations 'lack credibility' https://t.co/iRiE5sT8hl
19250                                        RT @foreversedi: The fact that their was even discussions with the man about moving her is just disgusting. @Ryanair @RyanairFlights should…
19251                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19252                                         RT @lowry_tim: @_SJPeace_ @Ryanair I fly a lot and have unfortunately witnessed similar instances of this a number of times. However I was…
19253                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19254                                        RT @BlogRedRobin: Absolute disgraceful. I hope they find out who this is. @Ryanair should have had the police waiting when landing to arres…
19255                                                    Check out NEXXUS PROMEND HEAT PROTECTING MIST Split End Repairing System 5.1 oz|150 mL #Nexxus https://t.co/hZ0FxKkpca via @eBay
19256                                         RT @Reuters: WATCH: A blow dryer geared to give your hair a golden glow. @RenitaDYoung breaks it down in #GoldWatch https://t.co/zCr7GOoaos
19257                                         RT @GSSteel87: @killhopelaw @lord_mchaggis @solamiga @Ryanair I agree with your sentiment but the Aviation Authority deals with regulation…
19258                                                                            RT @Reuters: Saudi explanation of Khashoggi death not credible: British minister https://t.co/IHOCjn9Qyu
19259                                         RT @nilerodgers: I wish someone had video tape of how @Ryanair treated me after I'd just had a #cancer operation and needed a simple glass…
19260                                                                                   @Ryanair Should have put that woman into first class just to show that miserable racist old bloke
19261                                                   Check out Just My Size Womens Plus Pink Shirt Top Size 2X (18W/20W) #JustMySize #Blouse #Casual https://t.co/nNS52LQVVu via @eBay
19262                                        RT @Fender56Graham: @thomasbrake @SarahLudford @nick_clegg @facebook Probably a good man to oversee Facebook. Just keep it honest Nick.  Go…
19263                                                                                                                                   @netflix pay me to drop out of uni and write this
19264                                                                        @MuslimIQ @Ryanair At least Ryanair has now referred the matter to the Essex police? https://t.co/aWzXRHZano
19265                                                                     Check out Ellumi Nation By Nikki H Parker Black Gray Tee Short Sleeve Top Size 2X https://t.co/5aB7uZOyWg @eBay
19266                                                                            Check out APART IMPRESSION LONG skirt black/ white large polka dot size M  https://t.co/MHvSvUHC6m @eBay
19267                                                  Check out SAMSUNG SDH-C85100BFN 16 CHANNEL 4 PIXEL SUPER HD VIDEO SURVEILLANCE SECURITY #Samsung https://t.co/tLSy5w6MEF via @eBay
19268                                        @CaptainBeeEss @thehill @Nike Great point. Maybe Kap and company should consider who they’re representing when they… https://t.co/jXwFJLxWf1
19269                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/hT3Ig2LHv6
19270                                         @Ryanair saw the video this morning. that man should’ve been thrown off the flight before takeoff or better yet at… https://t.co/QGXlI1ltvW
19271                                        I talked with a @Boeing engineer once about the 737 vs. the @Airbus competitor A319/320. The engineer said that the… https://t.co/aboQjWNFFx
19272                                                                                                                                                                 @Disney listen here
19273                                                                                                    @elburgessx @SuperDrags @netflix @itsSHANGELA @trixiemattel @willam I believe so
19274                                                                                                       Check out Vivitar 35mm Film Camera #Vivitar https://t.co/SAUYbz05PT via @eBay
19275                                                                                                                    @shabsdelondres @Ryanair He should definitely have been removed.
19276                                                                                2 2000 Pokemon Lt. Surge's Raticate 1st edition one with symbol 51/132 https://t.co/u5tFLfYWeY @eBay
19277                                        @alisoncomyn @Ryanair What's Michael O'Leary going to do about this now....that man should be banned from all Rayna… https://t.co/mM9RcH1aop
19278                                        RT @AamerAnwar: Disgusting racist horrific abuse of black passenger @Ryanair What did you do about it? Why was he not removed? Why was he n…
19279                                                                                    RT @Reuters: Turkey's Erdogan says to speak on Khashoggi case on Tuesday https://t.co/wCxhUgxFvQ
19280                                           @Ryanair Do you condone this behaviour? Do you find it acceptable? Why was immediate action not taken?  #ryanair… https://t.co/MObYnE3H0C
19281                                                       Check out Debbie Bliss Magazine Rich Color The New Neutrals Animal Knits Party Pieces 2011  https://t.co/hAC0ewzcQ5 via @eBay
19282                                                                                      Check out Pelican Soap Japan MOASIS Body Oil Milk 100ml -2x  https://t.co/PCAnlydu93 via @eBay
19283                                        RT @PeterDFleetwood: @lowry_tim @_SJPeace_ @Ryanair How curious: I’ve never before  @Ryanair and #culture in the same phrase. This is a dis…
19284                                                                                                 @Grace_Yek @kroger @SN_news Kroger wants to hurt Woman!!!!! https://t.co/UoEVgNsAQU
19285                                        RT @Nadine_Writes: @theJeremyVine @Ryanair The daughter of woman racially abused by fellow passenger on a Ryanair flight speaks exclusively…
19286                                                                                                              Check out Air Force 1 High '07 LV8 Suede https://t.co/rJqHDuEVJp @eBay
19287                                                                                                 Check out Columbia Womens Jacket Titanium Black Large https://t.co/cXczfRU9w3 @eBay
19288                                                 RT @Reuters: Foreigners sell net $1.1 billion of Saudi stocks as journalist disappearance rattles investors https://t.co/anHOlvdIsA
19289                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19290                                                                                 RT @finty_williams: @BarnabyEdwards @Ryanair This is despicable. How dare he talk to her like that?
19291                                       RT @Shell: Get inspired by young leaders from around the world working towards a better future 🌍 #OYW2018 #makethefuture More: https://t.co…
19292                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19293                                                                                                                @JohnLegere @jaredcoe @verizon @TMobile I need the phone my is broke
19294                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
19295                                        RT @fanaticsboutiqu: Check out a.n.a. A New Approach Women's 10 Green White Floral Dress #A35 #ana #Casual https://t.co/tvoEUMNyA4 via @eBay
19296                                               RT @TeresaHull: Antique #Kutani Satsuma Porcelain #Vase Japanese White Texture Overlay Gold Asian   https://t.co/C8s2u690So via @eBay
19297                                                                                                             @samjameskennard @MakingAMurderer @netflix @ZellnerLaw She is so great.
19298                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19299                                                                         RT @Reuters: Canada's Freeland says Saudi Khashoggi explanations 'lack credibility' https://t.co/iRiE5sT8hl
19300                                                                                       @Reuters The world continues to be driven by money but no moral compass. Nothing to see here.
19301                                                           RT @stevewhistler: @Shell I was very inspired by Ken Saro Wiwa. Great young leader. Remember him? https://t.co/2z3Ikx1sOd
19302                                             RT @myuniquemarket: Check out LEGO Lot Of 3 Custom Samurai Warrior With Weapons Collectable Minifigs Lego https://t.co/gl6jgZjwU9 @eBay
19303                                                                  @E_ham01 @arnoldlayne1882 @lord_mchaggis @Ryanair If I'd of been a passenger on that plane I'd of chucked him off.
19304                                                                                                                  @davecas48 @jonie1303 @Nadine_Writes @HuffPostUK @Ryanair Exactly.
19305                                                     @Starbucks when will the Peppermint mocha come back ? And looking forward to getting a pumpkin spice latte tommorrow after work
19306                                                                                                                           @trisha460 @Tesco @bookouture A girl of impeccable taste!
19307                                                                            RT @Reuters: Saudi explanation of Khashoggi death not credible: British minister https://t.co/IHOCjn9Qyu
19308                                                       Check out Women Winter Jumpsuit Waterproof Ski Snow Suit Outdoor Sport Overall Mittens #4B  https://t.co/Mj6wX6meq5 via @eBay
19309                                                                                                              @JOJEHARVEY @Ryanair I’d of dropped kicked the cunt right in his head.
19310                                                                                                           RT @MULADEONTE: Check out BAPE camo t-shirt https://t.co/z0dviGyAFn @eBay
19311                                                             Check out Bakelite Mah Jong/Jongg? Tile Decorated Pin Brooch Flower in Vase 3 signed  https://t.co/2VlKZdtYBA via @eBay
19312                                                                                                                                              Another reason never to use @Ryanair .
19313                                                                      RT @SLAMonline: From Akron to Los Angeles. @KingJames is an inspiration 👑 (via @Nike) https://t.co/qszlBEsPty
19314                                          RT @ClarasJewelry: Check out Glam Dimensional Purple Yellow CZs Sterling Statement Ring Size 8 #Cocktail https://t.co/q4qVAojRRY via @eBay
19315                                                                                                             Shame on @Ryanair for not removing this man from the plane immediately.
19316                                        @Ryanair Any update please on your investigation into the racist man and the harm done to the lady by his words and… https://t.co/kRUoGNOhSs
19317                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19318                                                                                                   RT @Adam_Creme: @judgemental35 I get the sentiment completely but it was @Ryanair
19319                                                                                                       RT @jpmorgan: Discover the 3 ways technology is transforming treasury. #Sibos
19320                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19321                                                                                                         @reeses @amazon Just bought a bag of the mini cups!! #NotSorry #sweepstakes
19322                                                                       Just finished @MakingAMurderer season 2 and I’m even more pissed than I was after season 1. Like wtf @netflix
19323                                    RT @JimMarous: Don't miss my panel discussion with @salesforce &amp; @BankingInsights on customer care in #banking followed by a reception at #…
19324                                                                RT @Reuters: Saudi foreign minister says Khashoggi killing was 'huge and grave mistake': Fox https://t.co/2zXvCVlU0T
19325                                        @suenigma2 @Arash_Adish @joseph0y @Reuters If Canadian citizens like this ..how we talk about Canadian government .… https://t.co/hvYoYeJDAU
19326                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19327                                         @DJSemtex @netflix Naaaa ! Most of the Jamaican accents were trash ! could of been better. Some of it was corny as… https://t.co/7SuSI8r6Ga
19328                                               @AmazonHelp My friend has shared earlier and strictly told me not to do that with Amazon or else @amazon and… https://t.co/Id88NzcUvT
19329                                        RT @acflad: @SirAbdulRab @Im_Cheaper_ @Tesco @asda @LidlUS @sainsburys @Morrisons You and me a like. It's about time CEO David Potts made a…
19330                                                                                                                                                       @ochocinco She forgot @adidas
19331                                                                              RT @keithboykin: This guy should have been thrown off of this @Ryanair flight. https://t.co/KIRHGcnhxT
19332                                        RT @Nadine_Writes: @theJeremyVine @Ryanair The daughter of woman racially abused by fellow passenger on a Ryanair flight speaks exclusively…
19333                                                                                         RT @MezzoRosie: This is sick and shameful. #boycottryanair @Ryanair https://t.co/OSCyc19KBW
19334                                                                RT @Reuters: Saudi foreign minister says Khashoggi killing was 'huge and grave mistake': Fox https://t.co/2zXvCVlU0T
19335                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19336                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
19337                                                                                           @Pinkraider @McDonalds Taking a drink to find out it was just warm milk was pretty gross.
19338                                                                                                   @tariqnasheed @Ryanair This racist BS is International!!! https://t.co/xejEvBkSJU
19339                                        This is discussing. @Ryanair you should be absolutely ashamed of yourselves for not removing this horrible racist f… https://t.co/mw7DsyjXsS
19340                                                               @amazon @PrimeVideoIN  it’s crazy how much we pay for prime and still have to pay a monthly fee for prime video 🤦🏾‍♂️
19341                                              @Crippit @GEGCanadaE @Google @sam_bruzzese @jptrudeau @DarcMantoni @QAIStweets @EduCoder @brewstami @jvenne04… https://t.co/KXmTVeMr6K
19342                                        RT @BMW: LED technology meets a new interpretation of an iconic #BMW design. The lighting design of the all-new BMW #Z4. @ShareandDare http…
19343                                                                                                                  RT @_YoHeartAttack: @netflix You should do a charmed continuation.
19344                                                                                                                                                       pls give me reno 911 @netflix
19345                                                                   Ending Soon! FLOWER Cabochons And Rhinestones Copper Tone Filigree BROOCH PIN   https://t.co/ypkZDco4YV via @eBay
19346                                                                RT @Boeing: Cleared for take-off! We’re making strategic investments in future capabilities: https://t.co/pq5dxb5mTv
19347                                                       Check out  Complete Circulated/Uncirculated/ Proof 1938 to 2018 Set of Jefferson Nickels!!  https://t.co/ZOkd07MT9H via @eBay
19348                                                 RT @Reuters: Foreigners sell net $1.1 billion of Saudi stocks as journalist disappearance rattles investors https://t.co/anHOlvdIsA
19349                                        Hey @Gatorade My friend got a wad of plastic in her bottle! What's up with that??? No response?! @pepsi @PepsiCo No… https://t.co/nVNX62cRTL
19350                                        RT @jvmvl_: @Ryanair WHAT DID YOU DO ABOUT THIS? HE SHOULDVE BEEN THROWN OFF THAT FLIGHT FOR BEING AN IGNORANT RACIST INDIVIDUAL! BUT INSTE…
19351                                        RT @EmmanuelFreuden: Josianne Kouagheu (@josianekouagheu ) one of the best Cameroonian journalists and stringer for @Reuters and @lemondefr…
19352                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
19353                                           RT @sparky_town: Check out LOGO Lori Goldstein 2x size Purple Tunic Top Womens Soft Stretch Blouse Plus Top https://t.co/U0SQsmN7lP @eBay
19354                                                       Check out Laura Ashley Double Full FITTED Sheet - Green White Gingham Checks Shabby N Chic  https://t.co/rTg8UNBCS0 via @eBay
19355                                                                                                              Check out ROSEVILLE CORNUCOPIA VASE  https://t.co/N2b4aFp9Pu via @eBay
19356                                     RT @chinamcclain: Thank you guys for joining me at @atl_breakfast to #ShareACoke with my fav meal! I had so much fun!! 😄👏🏾 @CocaCola #ad ht…
19357                                                  Check out Kufi Purple Feathers 57 cm / 22.5 inch Embroidered Mens Topi Egyptian Prayer Cap #Kufi https://t.co/h4O2oL06me via @eBay
19358                                                                               RT @BMW: How to make easy use of a large boot capacity. The all-new #BMW #X5. https://t.co/ZIh3IVIMBr
19359                                        @PriorityBlack1 @tariqnasheed @Ryanair We need to create a secret society where people of any race who have overcom… https://t.co/RXoqKkHxIx
19360                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19361                                                                             @lord_mchaggis @Ryanair That racist should have been removed from the plane and reported to the police.
19362                                                                                                  RT @saleek1: Please @netflix @NetflixUK #SaveShadowhunters https://t.co/TCkShJCu5M
19363                                                                                                                              @Apple I'll switch if you add a headphone jack back in
19364                                                                      RT @SLAMonline: From Akron to Los Angeles. @KingJames is an inspiration 👑 (via @Nike) https://t.co/qszlBEsPty
19365                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19366                                        I can only image what would have happened to this lady if she acted like this towards that #racistpos @Ryanair must… https://t.co/tqDbw7Zjq2
19367                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19368                                                                                                 @sarahranstey @netflix Thank YOU for the nice shout out! #GoScience! #CheatingDeath
19369                                          RT @jazzyjunker54: Check out Mary's Moo Moos Amish The Simple Life Black Wagon Display with 2 Figurines  https://t.co/kshHVSmDR3 via @eBay
19370                                         RT @LJNolan83: @_SJPeace_ @salihughes Why the hell did @Ryanair accommodate his demands? How dare you move that women and leave him on the…
19371                                        RT @JaydePierce: . @Ryanair is the world airline ever. You’re a fucking mess and your staff are trash. You’re saying this situation is a po…
19372                                                                                          RT @_SJPeace_: This was the response from @Ryanair @RyanairFlights https://t.co/eTFnBVCSMN
19373                                                                                                                 @Reuters he 4th story... Didn't they just admit they killed him!?!?
19374                                        RT @nicolaluvsart: @lord_mchaggis @Ryanair Well done to the young man in the seat behind. Shame on @Ryanair who should have kicked the raci…
19375                                                                                                                          @totalfilm @burgers_conny @netflix Oh no Conny! Horror! 😱
19376                                        RT @JaydePierce: . @Ryanair is the world airline ever. You’re a fucking mess and your staff are trash. You’re saying this situation is a po…
19377                                                                                                                                @oldmanebro @Ryanair This is pathetic. Fuck @Ryanair
19378                                                                            Thousands of Hondurans in U.S.-bound migrant caravan head into Mexico https://t.co/y5B73M8DeL - @Reuters
19379                                                         Check out Creative Knitting Magazine Nuptial Knits Light And Lace Styles Summer Projects  https://t.co/9Ck96LT580 via @eBay
19380                                                                                  RT @Reuters: Saudis do not know how Khashoggi was killed: foreign minister https://t.co/BeQR96No14
19381                                                                                                               The Nineties on @netflix is such a GREAT SERIES. I love love love it.
19382                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19383                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19384                                         @netflix I love when you release new movies but the fact that the majority of them movies now are all foreign with… https://t.co/clIvhgZM1w
19385                                                                                 eh @Ryanair if you want me to take it down it's gonna cost you like everything does on your flights
19386                                                            @JuddLegum @ATT @WarrenBuffett @ABABankers @intel @LandOLakesInc Wow! No more @LandOLakesKtchn in this household anymore
19387                                                                                          RT @_SJPeace_: This was the response from @Ryanair @RyanairFlights https://t.co/eTFnBVCSMN
19388                                                                  Check out MAD MAX FURY ROAD 10x13 ft Giant Billboard Original Movie Poster 2015  https://t.co/ZmwWL9uwRJ via @eBay
19389                                                @netflix  https://t.co/DXMKeWTidp STOPPPPPPPPPPPPPPPPPPPPPPPP YOU PIECES OF SH*T! STOP RUINING CHILDHOODS WITH YOUR SH*TBAG CASTING!
19390                                        RT @CSquadMiami: I see you #Morgan State Band bringing dat #LevelUp @ATT and @ciara #HBCU swag! Ya'll DiiiiD that!! :-) https://t.co/KupmPq…
19391                                                                                   RT @Reuters: Leading U.S. senator blames Saudi prince for Khashoggi death https://t.co/7O7PcKXN2v
19392                                                                                             @kristoffstjohn1 @Ryanair Racism will ever end until it ends with people who are racist
19393                                                                                    RT @Ryanair: Statement: We are aware of this video and have reported this matter to Essex Police
19394                                        @goblackcentral @netflix @LukeCage Still won't get Luke cage Disney making they own Netflix means all marvel charac… https://t.co/nj8GnaRYng
19395                                        @Walmart this was the Lynchburg Old Forest Road Walmart at 12 in the afternoon! The only cashier's you had open whe… https://t.co/vI6BMyGmkq
19396                                                                       @comcastcares @comcast following up on 8/2/18 announcement- when will Amazon Prime Video be available on X-1?
19397                                                  @DesignationSix @BeachesResorts @SandalsResorts @StarKistCharlie @JohnDeere @Cigna @MyPillowUSA @HomeToGo… https://t.co/Sc9Tn9hfh3
19398                                                                                                 I'd be more concerned about @Microsoft supporting his ideaology. That's disgusting!
19399                                                                                                                                   @IBM I am for hunting trophy hunters and poachers
19400                                                    @cbain00 @netflix @seanpertwee Lol I love scary shows /movies 😍I'm only afraid of (real) spiders 😂😂😂 https://t.co/mveSuY4bKD
19401                                        @Jen_M_White @beatsbydre @irishalanwhite Buy @Sony headphones. I have a pair that I bought in 1992 that are still a… https://t.co/0beRcRLO3U
19402                                                                                                                  @Oracle @MarkVHurd I will to be given an opportunity to be trained
19403                                                Check out PERSIAN SAROUK Hand Knotted Wool NAVY BLUE RED Oriental Rug 10 x 15 #PersianSaroukFloral https://t.co/GiCSmAGH9j via @eBay
19404                                        @SkyNews There’s probably a £1 @Ryanair charge to get the racist twat ejected. Shame the staff seemed very reluctan… https://t.co/Bnj2L0OFpK
19405                                                                                                                  @TonyMaudsley1 @SallyAnMatthews @Ryanair Sadly all about the money
19406                                                                                         RT @netflix: The Curious Creations of Christine McConnell is A MOOD https://t.co/fI7ezconC3
19407                                                Check out Hamilton Canasta Playing Cards Sealed  https://t.co/jxY1zrkt1z via @eBay #hamilton #canasta #playingcards #game #dandeepop
19408                                                                                                                                             @ERM_62 Someone needs to tell @jpmorgan
19409                                        RT @crypchart: If @Tronfoundation closes a deal with @Oracle. They are doing business with the SECOND largest software company in the WORLD…
19410                                                           Check out Fun Black &amp; White Metal SIGN*Primitive/French Country Kitchen Wall Decor  https://t.co/6xQica6kwV via @eBay
19411                                                                Funny Tis The Seasoning For Tacos Taco Lovers T-Shirt Gift Its Taco Seasoning... https://t.co/DX4uuW04ru via @amazon
19412                                        RT @ManningMr: @lauramylotte @Ryanair -please explain your lack of action to positively protect an innocent passenger -the poor lady was cl…
19413                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19414                                                                                @Reuters which is saying we have no idea or control over what goes on in our embassies!? seriously??
19415                                    RT @ChrisMcCusker67: Sadly supermarkets such as @Morrisons @Tesco deem it acceptical to brainwash us with their displays of fresh fruit &amp; v…
19416                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19417                                        RT @LeahRAftercash: @PSStandLeague @LolaTV8 @BPSTANDleague @LeahRemini @MikeRinder @Disney Leah Remini and Mike Rinder support anti-LGBT me…
19418                                                       Check out Scrub Works Womens Scrub Top Small Blue White Print 100% Cotton V-Notch Neckline  https://t.co/OAOqw857UB via @eBay
19419                                                 Check out Spice Coast Harley Davidson Kochi India T-shirt Large Black 100% Cotton #HarleyDavidson https://t.co/kQ95X6VA4T via @eBay
19420                                               Waiting?!?! @cnn @msnbc @maddow @CNNPolitics @ABCPolitics @ABC @CBSNews @NBCNews @CBSTweet @CBS @nbc @cnnbrk… https://t.co/SjlUHl7gTV
19421                                                                                                                                                @Apple Too bad the resolution sucks.
19422                                        RT @AuthorSJB: @missANPPeterson @annoyingsince97 @Ryanair @EMA_Airport @bhx_official As Ryanair are desperately trying to get the video tak…
19423                                                                                                                                   @back_the_BBC @Ryanair Find and shame the #gammon
19424                                                                   RT @Reuters: Trump administration trying to define transgender out of existence: NY Times https://t.co/tiAITVKpN3
19425                                        RT @AmericanExpress: Make a work trip work for you. Earn 5X Membership Rewards® points on flights and eligible hotels booked on https://t.c…
19426                                                       Check out Taz Bugs Daffy Tye Dye Snorkeling Underwater T-shirt XL Blue 100% Cotton #Changes https://t.co/M71H3JOZkH via @eBay
19427                                                                                           RT @DavidArquette: I LOVED @joerogan ‘s @netflix  #comedy special https://t.co/rsWtEeCTvV
19428                                        RT @Reuters: WATCH: Two male Gentoo penguins are fostering an egg after Sydney aquarium staff suspected they were more than friends https:/…
19429                                        @AnneMay71755911 @Siimzo @Ryanair No one paticularly wants to fly with ryanair but i think at least the gesture sho… https://t.co/f7GSyqG3RB
19430                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19431                                        RT @violettbeane: Watch episode 4 of @GodFriendedMe with me and these beautiful people tonight at 8:30pm EST on @CBS! https://t.co/296ULBWO…
19432                                                                                                                 New York Red Bulls Warmups With @WellsFargo https://t.co/53mav3GA1k
19433                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19434                                        @jalenramsey @pepsi I done told you boyyy! That stiff neck addition sent to me. For once you quiet after a game. Li… https://t.co/mfvvXxYL79
19435                                        @VIVAMagazines @Ryanair @DominaZagarella @SamTravelman @ChaddersLife @VisitSicilyOP SERIOUSLY??????? U R RECOMMENDI… https://t.co/yYLnjGtP5d
19436                                        @CrimeGirI @picapica1973 @_SJPeace_ @Ryanair @KarlTurnerMP Can't find the link to the Ryanair statement I saw earli… https://t.co/8Tm27ZA4HM
19437                                                                                                       EXCUSE YOU @netflix YOU CANT JUST DELETE THE VAMPIRE DIARIES WITHOUT TELLING!
19438                                                                                    RT @VirginiaKettle1: Check out Mooshka Ballerina Ragdoll Pink Hair https://t.co/HX84PezRHq @eBay
19439                                                                         @APattiClare @SallyAnMatthews @Ryanair They only should have moved her if it was to put her in first class.
19440                                                                RT @Reuters: U.S. senator Corker says he believes Saudi crown prince ordered Khashoggi death https://t.co/NlnrEVTgfA
19441                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
19442                                                                    RT @BMW: Make your mark on every road. The #BMW #M2 Competition. https://t.co/n7EouS6hYs https://t.co/jw7ZoI7kRs
19443                                                                                   RT @Reuters: U.S. lawmakers blame Saudi crown prince for Khashoggi murder https://t.co/pWz2DiUkdi
19444                                                    #AuthorJacquelineRainey 30 The Dragonfly Catcher by Jacqueline Rainey https://t.co/rqeAjG50Cf via @amazon #30TheDragonflyCatcher
19445                                                                                                                   @mc_hooty @JuliaHB1 @Ryanair High praise indeed! I try my best 😎
19446                                        RT @PIYUSHKSINGH5: @JeffBezos @AmazonHelp @amazon @htTweets @CNBC when someone ask clarification regarding amazon policy and amazon dont ha…
19447                                        RT @MikScarlet: @annwebster21 @DavidLammy @Ryanair @Tanni_GT @graham_race @WCTravelOrg Immediately. To give in to extremists because it's e…
19448                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19449                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19450                                        RT @Reuters: ICYMI: Tightening Arizona race threatens Democrats' slim U.S. Senate hopes. Follow @ ReutersTV's midterm election coverage htt…
19451                                                                                                                @PETowne @netflix I can't tell if I'll enjoy it or have nightmares..
19452                                     @ATT the LTE network in Angel Fire NM is down &amp; has been for a few days now. Would SOMEONE please let me know what… https://t.co/rFFjMGLV1b
19453                                                                   Check out Witch Crafters Bar Set- 3 Piece Set NIB BATS Halloween #WitchCrafters https://t.co/Lvp7w5RMYD via @eBay
19454                                                       Check out the way crow changes sky e9Art ACEO Abstract Outsider Folk Art Brut Raw Painting  https://t.co/cHHl8nKPep via @eBay
19455                                                          Check out Ursa Minor Ursa Major Bears Telescope  Mens T-shirt Large Blue Cotton #unknown https://t.co/Co6WpPns6k via @eBay
19456                                                                                                                                                            @sezfit @Ryanair Enjoy x
19457                                                                                                                                    @DrWhoOnline @RobinBlamires @Ryanair Absolutely.
19458                                                                   RT @Reuters: Trump administration trying to define transgender out of existence: NY Times https://t.co/tiAITVKpN3
19459                                                                                                                                                 @Ryanair should have off loaded him
19460                                                                     RT @Reuters: Turkey puts fiancee of slain journalist Khashoggi under 24-hour protection https://t.co/YxzwX14voG
19461                                                                                                                                         @LasVegasLocally @WellsFargo 10/10 headline
19462                                         I’ve always felt it was important to choose my own produce and go to the grocery. Today I ordered on the @kroger /… https://t.co/1RPQUnpZOj
19463                                        RT @LesDennis: @DavidLammy @Ryanair And @bbcdoctorwho tonight shows that Rosa Parks changed the world and the Universe. Please keep shoutin…
19464                                        RT @verizon: The first commercial wireless phone call. We were first then and we are first now. Welcome to the world's first and only 5G Ul…
19465                                        RT @DeedeeKIRO7: Met the Corpse Flower in bloom at the @amazon Spheres (happens once every 7-10 yrs)! I’m told she smells so putrid when th…
19466                                                                                                 Hey @CBS please do us #Bills fans a favor and switch to the #NEvsCHI game...please!
19467                                                            Check out JIMMY GRAHAM 2015 Triple Threads TTT non-autograph Seattle Seahawks 175/199  https://t.co/FrAG4JHTyh via @eBay
19468                                        RT @Reuters: WATCH: The royal couple charms down under. See more of this week's top stories here: https://t.co/ZhtP30Hby2 via @ReutersTV ht…
19469                                                                                          RT @_SJPeace_: This was the response from @Ryanair @RyanairFlights https://t.co/eTFnBVCSMN
19470                                                                                                                                  @BottonoWriter @Ryanair Yes. Box of tissue alert x
19471                                        RT @pollykeaton: Really depressing the #drwho based on #RosaParks which is such a brilliant idea falls on the same day as the @Ryanair stor…
19472                                                                         @Stephenwebb71 @laviedeaaron @Ryanair I’d have dragged that fat fuck down the aisle an thrown him right off
19473                                                                  Check out Rawlings Official Gene Budig American League Baseball In Original Box  https://t.co/n9R52KgGLV via @eBay
19474                                        RT @2di2d: @snigskitchen @JJGass @CivilLitTweet @Ryanair Serious crew training and procedures need to be addressed aside of the appalling m…
19475                                                                                    Hey @netflix can you add a shuffle button please? I’m having trouble picking something to watch.
19476                                                                                                                   Congrats @peterkolski! #AugmentedReality @Apple @tim_cook #Berlin
19477                                        RT @kitova_natalya: #XenaRevival @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @UniversalTV @STARZ @USA_Networ…
19478                                                                                                                                            @Ryanair #RosaParks #DrWho ... Shameful.
19479                                                                                        @FaithGoldy @Google https://t.co/JSqUQ4scDQ Clean Canada starts here https://t.co/FTNJKw3sN2
19480                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19481                                                             @gatitweets @NCISLA @NCIS_CBS @CBS Put that in my calendar. Thanks. So are you a good person or evil. Little hint huh??
19482                                                   RT @GlamandGore: Whatdya say @netflix ? 😜💀🎃 Wanna make more of these together? https://t.co/w6sN0u3AXb https://t.co/1EdmZofIYn
19483                                                                                                                                 @jasonlwolfe @bostonradio @CBS Listen to Bob and Zo
19484                                        RT @MargaretMoller: A #PenguinSpinOff would also give us new life! Please #SaveGotham too! @warnerbrostv @TheCW @netflix @TheDCUniverse @Go…
19485                                                                                   RT @Reuters: Leading U.S. senator blames Saudi prince for Khashoggi death https://t.co/7O7PcKXN2v
19486                                                                                                                                           @netflix plz add Paranorman I’m desperate
19487                                                                   RT @sparkleacce: Girls designer brand print  headband   £3 &amp; 76p pp #Chanel https://t.co/3vSJNFFAXs via @eBay
19488                                                                                                                            yoooo @Google get with the times https://t.co/iEpw9bzoP8
19489                                        @nilerodgers @Ryanair Provided that your buying enough scratch cards that no one bloody wins anything on and buying… https://t.co/j3cXDAZTWM
19490                                                                                                     @CharlesRamos63 @MorganStanley Isn't there an annual Nobel prize for economics?
19491                             RT @angelaquintal: #Cameroon-ian authorities must immediately release @josianekouagheu &amp; her @Reuters driver without charge &amp; allow them &amp;…
19492                                        @Ryanair I will be boycotting your airline from now on. Your staff have the audacity to remove this lady being raci… https://t.co/e0XoVrzXoV
19493                                                                                                          Only one week for this price.......rare  https://t.co/7PSZCuWdtN via @eBay
19494                                                                                                                                                                   @Reuters bullshit
19495                                                                          Check out Penguin Salt &amp; Pepper Shakers Brand New In Box Christmas   https://t.co/HRMFBvLCe1 via @eBay
19496                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
19497                                                           Check out Blank Dog Pet Hoodies Sweater Jacket for cold weather Clothes Made in the USA  https://t.co/VdfAAaKVhC от @eBay
19498                                        RT @AamerAnwar: Disgusting racist horrific abuse of black passenger @Ryanair What did you do about it? Why was he not removed? Why was he n…
19499                                                          Check out Kate Bush Lionheart 1978 Vinyl LP Japan EMS-81135 Excellent Condition EMI #Pop https://t.co/FjhkhhCIMB via @eBay
19500                                                Check out Empires of Zidal Rule Your Own Empire Board Game Build Your Empire Sealed NIB #DogBreath https://t.co/fneqdn3BN8 via @eBay
19501                                        I very much enjoyed #DoctorWho in an adventure with a racist from the future tonight. Good of @Ryanair to do that v… https://t.co/wQr0s8ycHt
19502                                           RT @RunGirlRun60: @TalbertSwan @Ryanair That man should have been removed from the plane and told to find a different airline.  Shameful.
19503                                                                RT @Reuters: Saudi foreign minister says Khashoggi killing was 'huge and grave mistake': Fox https://t.co/2zXvCVlU0T
19504                                         @arsenalagenda1 @DrWhoOnline @Ryanair Why would an episode about a black woman challenging institutional prejudice… https://t.co/c8wA38cv93
19505                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
19506                                                                                RT @alexxlstewart: @_SJPeace_ @Ryanair @RyanairFlights step up!! Let’s lead a boycott #NoMoreRyanAir
19507                                                   RT @GlamandGore: Whatdya say @netflix ? 😜💀🎃 Wanna make more of these together? https://t.co/w6sN0u3AXb https://t.co/1EdmZofIYn
19508                                        Happy Sunday🖑Don't forget to swing by @Walmart to get your Oct issue of @upscalemagazine. My article about the lege… https://t.co/ld7KTAqVyB
19509                                                                                     @Ryanair The day Ryanair goes bankrupt will be a fine day indeed #publicholiday #party #ryanair
19510                                                                RT @Reuters: Saudi foreign minister says Khashoggi killing was 'huge and grave mistake': Fox https://t.co/2zXvCVlU0T
19511                                        RT @eBayROCteam: Gymboree Prim and Proper Black Velvet Beaded Dress Size 6 #Gymboree https://t.co/hAmppTjTUf via @eBay @lisameter #ebayROct…
19512                                        RT @hkp074: @Ryanair Your cabin crew asked the perpetrator if HE was okay after moving that poor abused lady! What kind of training are you…
19513                                                                                                           @kittyhouseknife @hm H&amp;M have so much stuff on the clearance sections
19514                                        @easyJet what is happening with EZY813? Surely you must know what time roughly it’s going to leave. The delay is fl… https://t.co/gbk7ziS4VU
19515                                         RT @verizon: We’ve installed enough fiber-optics to wrap around the Earth 500 times. That allows our 5G Ultra Wideband network to transfer…
19516                                            Just saw this on Amazon: Indian Virasat Women's Beautiful Printed Co... by Indian Virasat for $24.99 https://t.co/smdxWoBRZI via @amazon
19517                                                                                                                           A cheeky Sunday night @ASOS @ASOS_HeretoHelp order 🙊🙊🙊
19518                                    RT @AnitajisWorld: @Ryanair THIS IS THE @Ryanair passenger that was ALLOWED to racially &amp; physically abuse an elderly Black woman on Friday…
19519                                    RT @SavetheChildren: Our partners @TOMS and @Disney teamed up to create an inspiring new collection. Check it out &amp; learn more about how yo…
19520                                                                 Check out Vintage Gullar Sahir Style Solid Oak Baby Bed/Rocker Craddle #Unbranded https://t.co/Pc2XdwRX7m via @eBay
19521                                                                     RT @Reuters: Turkey puts fiancee of slain journalist Khashoggi under 24-hour protection https://t.co/YxzwX14voG
19522                                         RT @KarlTurnerMP: I shall be writing to @Ryanair and the Aviation Minister Liz Sugg to ask what they’ve done about this. Clearly committed…
19523                                    RT @AnitajisWorld: @Ryanair THIS IS THE @Ryanair passenger that was ALLOWED to racially &amp; physically abuse an elderly Black woman on Friday…
19524                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19525                                                                       RT @Reuters: Brazil's Bolsonaro says he intends to use armed forces to fight violence https://t.co/VZ7rmhW9iE
19526                                        RT @sabeautysupply1: Check out gymnastics leotard child medium  https://t.co/aFPQpgya8i @eBay #gym #gymnastics #gymlife #kid #kids #KidsGam…
19527                                             RT @happyhippyshack: Karen Kane Top M Purple Beaded Embellished Stretch Velvet Shirt Blouse Women s M https://t.co/S54UB8ht33 via @eBay
19528                                         @rizahariati @BBCNewsbeat @Ryanair So if someone said they didn’t want to sit next to you’re because you’re Muslim… https://t.co/d9iWzJ7vyl
19529                                        RT @JaydePierce: . @Ryanair is the world airline ever. You’re a fucking mess and your staff are trash. You’re saying this situation is a po…
19530                                                                                                                                             @____grayson____ @Nike @KingJames Uh oh
19531                                        @TheDaveBrookes @fergustobin @CodenameDiablo @SkyNews @Ryanair I’m asking what happens with the perp between the ti… https://t.co/q0y6TnivlT
19532                                        @Groupon @Groupon_UK hi I ordered with you about week ago and I still haven’t received any information about delive… https://t.co/LRJpP4VvSA
19533                                                   Check out Ladies Red Halter Hankerchief Bottom Dresses Brand New  4 Different Colors Polye #Any https://t.co/6MLLraeY5X via @eBay
19534                                        RT @TheRangersBear: This racist scum needs to be named and shamed. What a vile old man. @Ryanair should've removed him from the light and e…
19535                                                               Check out John Carpenter's The THING: ARTBOOK By Printed In Blood - Hardcover-NEW!  https://t.co/RLqlBCfn5h via @eBay
19536                                        @richrichardpat @bosshawg36 @2kLinkUp98 @Nike @KingJames Funny how it's ok for owners to cut players but not ok for players to cut owners...
19537                                                                                                                               RT @poguesofficial: Happy to never fly @Ryanair again
19538                                                                                                                         @VoiceOfVegeta @Walmart @ToeiAnimation @SeanSchemmel Snitch
19539                                       RT @Simz_MartinezDJ: @Ryanair Will Essex police be training your staff on how to handle racist passengers on your flights? 🤔 Will Essex pol…
19540                                                                                                                                        @Ryanair Bye Ryanair! This was a no brainer.
19541                                                                                           RT @kittyhouseknife: Holy yessssss @hm this dress was made for me https://t.co/OcK0aOYyCg
19542                                                          Check out Handcrafted cement round Sun and Moon eclipse yard/garden art. Indoor/outdoor  https://t.co/ejb46Rs2KB via @eBay
19543                                                                                                         @Reuters @ReutersTV They’re on the brink of self taught A.I. It exists just
19544                                                    @DeborahAnnWoll @Daredevil @netflix @Marvel There is so much #psychology and #philosophy in this one photo. Just wow! #Daredevil
19545                                                                                                                                                                   Shame on @Ryanair
19546                                                                                RT @JoskiLani: I can't believe @Walmart is charging $50 for a pro-Nazi game. https://t.co/zfX7dyHShE
19547                                                                                                                    @Reuters @AlisonFrankel A convenient crisis. (Always been there)
19548                                                           RT @clicker2: @YHLMag @Samsung @AVogelUK Keeping fit by enjoying the sunshine and walking along the Promenade twice a day
19549                                                                                                                              @netflix I need season 4 of the seven deadly sins asap
19550                                                                    RT @ErinShanagher: Perhaps @Ryanair could use the #DoctorWho #RosaParkes ep for their next staff training video.
19551                                                                                                               @laceyfuller_ @Ryanair This is fucking disgusting!!!!! #SayNoToRacism
19552                                                          Check out MAX FRANCE 1994 ELLE MACPHERSON MARPESSA CHRISTY TURLINGTON EMMANUELLE BEART   https://t.co/Z7eMFQM1bJ via @eBay
19553                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
19554                                                RT @metalrulestv: Vintage Original signed art artwork Ski Skier Skiing Winter Sunset Sunshine ooak https://t.co/DwjoIaJojU via @eBay
19555                                                                                                                               @Ryanair I will never ever fly on your airline again.
19556                                         Check out VILLEROY &amp; BOCH GLAZED PORCELAIN SUGAR BOWL &amp; CREAMER SET - Made in Luxembourg #ArtDeco https://t.co/R65ueANaKd via @eBay
19557                                                                                    @wikileaks @NBCNews @Reuters Thats what his own lawyer said .... Dont blame NBC for reporting it
19558                                                       Check out Vintage Set Of 10 Guardian Service Ware Sizzling Server Aluminum Steak Platters   https://t.co/RGGGGrVGKf via @eBay
19559                                                                                                                                @Buccaneers @Microsoft Neither team deserved to win.
19560                                                                                                         @Ryanair Looks like you’ve become “Europe’s Favourite Airline for Racists”.
19561                                                                       RT @sandysgingham: Baby Einstein Discover and Play Piano by Baby Einstein https://t.co/6355JudsQC via @amazon
19562                                         RT @46mingo: @Nadine_Writes @1helpamerica @Ryanair SUCKS for letting this happen to this lady. The flight crew should all be VERY ASHAMED.…
19563                                                                                                                  Season 2 if making a murderer! @netflix #netflix #MakingAMurderer2
19564                                                        Check out Vintage Metal Cigarette Holder Store Display Case- Camel Winston Salem Marlboro  https://t.co/GPiQWqkrBK via @eBay
19565                                                         Check out VINTAGE COSMOPOLITAN ITALIA 1974 STUNNING JENNIFER O'NEILL FASHION BEAUTY FUR   https://t.co/2rWPwC9Z8g via @eBay
19566                                                                                                                                                  @Ryanair I will never fly Ryanair.
19567                                        @Ryanair @Ryanair Aware of the video? It’s your flight! He should have been removed instantly. She should have been… https://t.co/ip1AdmAFDL
19568                                                                                                                                              @them @Google No thanks.....we’re good
19569                                                       Check out Ladies Tassel Small Mini Cross Body Bags Girls Women Side Messenger Shoulder Bag  https://t.co/Zw0JA0yEMr via @eBay
19570                                                                                                @staceylnewman @Starbucks I experience this about 5% of the time with Starbucks lids
19571                                                                           @POTUSWilliam @netflix @Daredevil I just finished the series...some good stuff 👌 https://t.co/0VBiHa2vrC
19572                                                                                               Check out All Saints Bubble Skirt Black Sz 6 Womens 79P https://t.co/GamkX5Iuu9 @eBay
19573                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19574                                                         @NikkiKing14 @Ryanair They should be ashamed of themselves and I still have seen no response from them on this.. disgusting
19575                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19576                                                                                                                RT @OwenJones84: Boycott @Ryanair. Please RT https://t.co/tHoOQtS2cQ
19577                                                                                                                    @IllinoisWedges @Honda Still looks like a WRX STi rip off to me.
19578                                        @Ryanair obviously hires cowards! Crew should've taken control of the situation and threw the Racist- Bigot-Bellige… https://t.co/o0HbAqQnE6
19579                                                 RT @Siimzo: @Ryanair You need to compensate the lady. You have not done enough by simply shifting the responsibility to the police.
19580                                        RT @AamerAnwar: Disgusting racist horrific abuse of black passenger @Ryanair What did you do about it? Why was he not removed? Why was he n…
19581                                                                        Check out Vintage Canvas Boy Scouts Logo Yucca Pack 574 Backpack DayPack   https://t.co/UwwoNJEHNV via @eBay
19582                                                       Check out Beauty and the Beast Belle Handmade Cosplay Dress M/ S Halloween #Handmade #Dress https://t.co/NFw207eIgg via @eBay
19583                                        RT @AamerAnwar: Disgusting racist horrific abuse of black passenger @Ryanair What did you do about it? Why was he not removed? Why was he n…
19584                                       Tweeted for OldBaloo: 2 Piece Baby Girl Outfit Swiggles NWT  Dress &amp; Shorts 18 Months Orange Geometric  https://t.co/4UxItr67O1 via @eBay
19585                                                 RT @engrugger9: Hi @Ryanair to remove my several RTs of this video you'll have to pay an extra fee of £9.99 https://t.co/Y7bIuajFOV
19586                                        RT @LeonKnight_: Also can u change your name from @Ryanair to humanair or something cos I feel it’s offensive to women. Why should women ha…
19587                                    RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this po… https://t.co/8SbCLoisYB
19588                                                 RT @Siimzo: @Ryanair You need to compensate the lady. You have not done enough by simply shifting the responsibility to the police.
19589                                                 RT @Siimzo: @Ryanair You need to compensate the lady. You have not done enough by simply shifting the responsibility to the police.
19590                                                                                                         @gt2gt4 @Reuters Why are you showing me these awful images. They are wrong.
19591                                        RT @sandrayearman: The Faces Of The Damned / Demonic army…By Sandra Yearman   https://t.co/T0Xlq1WxmG via @amazon #series #fantasy #amreadi…
19592                                         RT @groovecommerce: Why would a company ranking on the first page of @Google only generate 0.5% of sales? @GoogleAnalytics helps solve the…
19593                                                            Fourth Grade Christmas Love Teacher Student Gift TShirt Christmas Teacher &amp; S... https://t.co/uPlFqZV2SU via @amazon
19594                                               RT @TripAdvisor: Life is too short to press snooze. RT if you make your travel dreams a reality! #WhyWeTravel https://t.co/eNXvxEjqXZ
19595                                    RT @MorganStanley: #TodaysRead: William Nordhaus &amp; Paul Romer awarded the 2018 Nobel Prize in economics for work on how policy can shape is…
19596                                                  @DesignationSix @BeachesResorts @SandalsResorts @StarKistCharlie @JohnDeere @Cigna @MyPillowUSA @HomeToGo… https://t.co/bhc2VL4RMI
19597                                        RT @egracieb: @ramon_leon @mabsguzman @Mickeybm @E_ham01 @lord_mchaggis @Ryanair His language was racist. He threatened violence in his spe…
19598                                                 RT @Siimzo: @Ryanair You need to compensate the lady. You have not done enough by simply shifting the responsibility to the police.
19599                                                       Check out 2018 PANINI ABSOLUTE WARREN MOON JERSEY CANTON ABSOLUTES  FREE COMBINED SHIPPING  https://t.co/iQgbzKtoJ9 via @eBay
19600                                                              RT @NoelClarke: F**k this racist pig. And f**k @Ryanair for doing nothing until it went viral. https://t.co/YHmg67Vuki
19601                                          @DesignationSix @gloloh @BeachesResorts @SandalsResorts @StarKistCharlie @JohnDeere @Cigna @MyPillowUSA @HomeToGo… https://t.co/hlvKPPr5tC
19602                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19603                                        RT @johnmendezdesig: @Patsme @WouldWouldn @_SJPeace_ @Ryanair @RyanairFlights That’s the problem with our world. No one wants to be inconve…
19604                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19605                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
19606                                                                 @Ianhumphries19 @_SJPeace_ @Ryanair @RyanairFlights You sound normal. Can anybody say what triggered this exchange?
19607                                                                                                       Wow just bought a movie from @Walmart and the movie wasn’t even inside. 🤦🏽‍♂️
19608                                                          Check out 7 Tom Clancy Titles Hardcover w/jackets Fiction Literature Suspense Adventure  https://t.co/fIVmtXHnxr via @eBay
19609                                                                                                                                           @Reuters Delayed and probably not genuine
19610                                                                @Ryanair Not acceptable. The man should have been removed.  Not the woman being subjected to the abuse.  Disgusting.
19611                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19612                                                  Check out Peony Brand Red Silk Printed Kimono Size 40 Euro Gorgeous Bright Colors #Peony #Kimono https://t.co/KaQ2o2cKz6 via @eBay
19613                                                                                      @_SJPeace_ @JohnBoyega Absolutely disgusting! @Ryanair the behavior of your staff is appalling
19614                                                  Check out Children Mat Baby Rug Play Puzzle Game Carpet Blanket Kids Toys Traffic Car City #Joyo https://t.co/8LG9i8f7uH via @eBay
19615                                        RT @sebroche: Never fly @Ryanair . They should have dragged that miserable guy out of the plane. I would gladly have done it myself. https:…
19616                                        RT @kim: @DesignationSix @gloloh @BeachesResorts @SandalsResorts @StarKistCharlie @JohnDeere @Cigna @MyPillowUSA @HomeToGo @JennyCraig @sou…
19617                                                                                                                RT @OwenJones84: Boycott @Ryanair. Please RT https://t.co/tHoOQtS2cQ
19618                                                                   RT @Reuters: Saudi king and crown prince call Khashoggi's son to express condolences: SPA https://t.co/VQE46k6A6d
19619                                                                I’m thinking of developing my own Aku-themed @facebook group!!! Which of the following titles is the most catchy!?!?
19620                                                @AamerAnwar @Elsa_Punky @Ryanair This is a company I will never fly with! There are many behaviours that should have been denounced!
19621                                                 RT @Siimzo: @Ryanair You need to compensate the lady. You have not done enough by simply shifting the responsibility to the police.
19622                                                                                                                                    Boycott @Ryanair ‼️ #Ryanair #Racism #Heart #Care
19623                                                 RT @engrugger9: Hi @Ryanair to remove my several RTs of this video you'll have to pay an extra fee of £9.99 https://t.co/Y7bIuajFOV
19624                                        @ShazAllSaints @Ryanair Hope this bastard and Ryanair get prosecuted. This is a hate crime and Ryanair are complici… https://t.co/9LNkAf9A2t
19625                                                          Check out SUNBURST Journal of Anarchist Thought V1 #1 1971 Freak Brothers - Libertarian  https://t.co/32732nq3fT via @eBay
19626                                        @BigSheardy @The_Hyphenated_ @GnestaEmma @Ryanair Yeah...I know...people don't understand...Ryanair is the sh!t-pig… https://t.co/FALJsltdYT
19627                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/UYPwKN7rFp
19628                                        @squarechapel @QtineMcr @McDonalds My mum and dad met at Pearl Palins  dance hall in 1966 they have just celebrated… https://t.co/73flVz0u56
19629                                                      Check out this Amazon deal: VISCO LOVE Celliant Sleep Boomerang (Bachelor... by VISCO LOVE https://t.co/kf1nwaxHj0 via @amazon
19630                                                                                            @buhakmeh @jchannon @Microsoft @VisualStudio I don't think I have noticed that on Linux.
19631                                        RT @Sara37873445: #XenaRevival please @NBCUniversal @nbc @robtapert bring Xena back #XXisforXENA #XenitesUnite @NetflixLifee @netflix @SYFY…
19632                                               Check out Harley Davidson Women’s Leather Pants https://t.co/yXSXrpxB6Q @eBay  Perfect for Fall/ Winter Riding! Low Price! 🏍🏍🏍🏍🏍🏍🏍🏍🏍🏍
19633                                                   Check out Mercedes Benz Bifold Wallet with 3 Card Slots and ID Window - Genuine Leather #Bifold https://t.co/L2ZieiAoJl via @eBay
19634                                                                                                                                                 @NikkiSixx @netflix I loved Ozarks!
19635                                                       Check out BISON DENIM Leather Messenger Bag Men's Cross Body Shoulder Purse Vintage Travel  https://t.co/OVl2U5ACLC via @eBay
19636                                                                                    RT @Ryanair: Statement: We are aware of this video and have reported this matter to Essex Police
19637                                                                                       @RachBlevins @FaytheJMM7 @facebook I lost my account/page as well. No reply.  F*ck Fecesbook.
19638                                                                       @back_the_BBC @SherrieHewson @Ryanair That guy wants a sonic screwdriver shoving up his disgusting racist ass
19639                                        RT @Yahoo: It's official! Bette Midler announces she's joining the 'Hocus Pocus' reunion special https://t.co/ss7ApoX3ko https://t.co/wKbpi…
19640                                         @Ryanair Shame on you! There is so much more you could have done at the time of incident. We all know well that if… https://t.co/ImJ6RApD7y
19641                                                                         Check out 1953 //  BU  // JEFFERSON NICKEL// COMBINE 1st TO 1ST // #2641  https://t.co/vNlfxfWZyf via @eBay
19642                                                                       #ThomasDean Mens #Shirt #FlipCuff Long Sleeve Blue Gray Striped Size S - P  https://t.co/tljw2qecfU via @eBay
19643                                                                                                                RT @OwenJones84: Boycott @Ryanair. Please RT https://t.co/tHoOQtS2cQ
19644                                                                                              @VoiceOfVegeta @Walmart @ToeiAnimation @SeanSchemmel What in the blue hell man? 🤣🤣🤣
19645                                                   Just saw this on Amazon: Sceptre E205W-1600 20' 75Hz Ultra Thin LED ... by Sceptre for $69.99 https://t.co/nR45t4GFZ5 via @amazon
19646                                                             Check out Partylite Snowbell Skating Snowman Christmas Candle Holder Musical Wind-Up  https://t.co/uIuFyEsXsA via @eBay
19647                                                                     RT @SusieQ19622: Check out Liz Claiborne Denim Vest Size Large Blue Jean Pockets  https://t.co/eXcU05BPVJ @eBay
19648                                        RT @AdobeXD: Dig into the first #AdobeXD UI kit specifically created for @amazon Alexa’s new front-end framework. Grab it: https://t.co/L3M…
19649                                                                                   RT @Reuters: Institutional investors turn their backs on Australian banks https://t.co/7AckvWf5kq
19650                                                                      RT @John91595804: Check out Vintage Osborne Multi Purpose Punch Kit K156 England https://t.co/YvhABO6ihC @eBay
19651                                                                Check out Men's Izod Tie 3.5 x 57 Green With White &amp; Blue Polyester #IZOD #Tie https://t.co/uj4pIwpEI9 via @eBay
19652                                                            Hey @CBS your Apple TV app sucks and never works. Only channel I ever have issues with and I ALWAYS have issues with it.
19653                                        RT @LatanyaMalvern: @TalbertSwan @Ryanair I am livid. @Ryanair should have moved him off the flight. How dare you accommodate his racist at…
19654                                                                                                                                                            @JohnDeere Y’all hiring?
19655                                             RT @SoniaBoue: I'm with @edanaming Boycott @Ryanair until reparation has been made and staff training in place. https://t.co/OVQq62SZ4E
19656                                    RT @SAP: SAP HANA is helping @ElephantsRhinos &amp; People (ERP) preserve the world's ecosystem for future generations. https://t.co/H8kclZW3lr…
19657                                         RT @KarlTurnerMP: I shall be writing to @Ryanair and the Aviation Minister Liz Sugg to ask what they’ve done about this. Clearly committed…
19658                                                Check out Lot of 2 Vintage Pierced Earrings - 1 Grape Leaf + 1 Round Dangle #Unbranded #DropDangle https://t.co/lPyQAwpxsB via @eBay
19659                                        RT @JordanSpieth: Today’s @ItCanWait Pledge Day….so join me and @ATT and take the pledge to never drive distracted at https://t.co/vJbN2fhd…
19660                                                                                          RT @_SJPeace_: This was the response from @Ryanair @RyanairFlights https://t.co/eTFnBVCSMN
19661                                        @FCDallas @TheGinaMiller @CarterBaum @Toyota Better ask @DanHuntFCD why he continues to treat our team as a write o… https://t.co/ycM4RQTfAB
19662                                                                        Check out Justice Girls Blue Jean Skorts Skirt Size 12R #Justice #Everyday https://t.co/iCFrQizcJC via @eBay
19663                                        @CiaoSamin @netflix I love the series. So beautifully done. Unlike any cooking show I have seen in over 40 years. A… https://t.co/WELEekUWa1
19664                                        RT @AamerAnwar: Disgusting racist horrific abuse of black passenger @Ryanair What did you do about it? Why was he not removed? Why was he n…
19665                                                                                @BartlebyDaPosta @KarlTurnerMP @Ryanair If I were a cunt like that guy I should expect to be doxxed.
19666                                        RT @jjchirinosl: Lord Space Cat by Ponsigue Design https://t.co/Cf4C8vxU2c via @amazon #Amazon #FelizLunes #MondayMotivation #StarWars #Par…
19667                                                                          RT @Reuters: No arms for Riyadh while Khashoggi questions remain: Germany's Merkel https://t.co/qRNSK0mB2O
19668                                                          Hey @BankofAmerica I’ve been on hold for 40 mins. Can someone help me pay my credit card???? I’m trying to give you money.
19669                                        RT @DaveZittlow: Never a good sign. Not easy to recover #cellservice when your tower looks like this! @verizon @SprintsERT @ATT @TMobile @h…
19670                                                                    @AUL @eri_mk66 @facebook @GosnellMovie What is Facebook using to justify this blatant attack on pro life values?
19671                                                                                                                                         RT @PatelAryanG: @Eagles @Toyota Cam Newton
19672                                         RT @SAspihesi: I'd like to remind you @netflix @hulu @AmazonStudios @CBS @CBC @HBO @ABCNetwork @FOXTV @ShowcaseTV @Foxtel @AppleTV @Disney…
19673                                                    RT @Hyundai: @PatrickWillis52 and @sj39 talk about the play that defined their rivalry. #BecauseFootball https://t.co/winTbirhOH
19674                                        What disciplinary action is @Ryanair going to take against its air crew who failed to assist or support the lady ra… https://t.co/HKNEUqn5Je
19675                                                   Check out Tailorbyrd Plain Button Down Shirt Flip Cuff Mens Size 2 XLT #TAILORBYRD #ButtonFront https://t.co/EcOuoRv14s via @eBay
19676                                                              @SupersexyLola @_SJPeace_ @Ryanair @RyanairFlights Until reality shows up and your old a** catches some hands that is.
19677                                                  Check out Infant 6-12 Mos.~UGG YIA YIA Sheepskin RED Flip Flops Sandals SZ 2/3 NIB #UGGAustralia https://t.co/pNvchhUWe8 via @eBay
19678                                                                  US POLO ASSN Baby Shoes Sneaker Size 2 White Blue Adorable Baby Girl or Boy Shoe https://t.co/78u3jOErxT via @eBay
19679                                                                  Check out Really Right Stuff Universal leveling base Lever Release Clamp RRS TA-U-LC https://t.co/neoaJjluyh @eBay
19680                                                                             Check out MR.BIG WHAT IF... JAPAN BAND SCORE GUITAR TAB PAUL GILBERT  https://t.co/1P8TVzNxzr via @eBay
19681                                                                                              @ladyhaja @Ryanair Should have opened the door and sent fatty spinning off the flight.
19682                                                                                                                  @OdellFuckem @GUESS @FILAUSA @GStarRAW @Nike that’s how u komin?🤕
19683                                               RT @awcarter17: Check out 2017 Panini Cyber Monday JuJu Smith Schuster RC Rookie 1/1 Holiday Bowl Patch https://t.co/d5jqRZ3rvm @eBay
19684                                        RT @SolarPrepper: The Prepper Preparedness Guide: Long Term Backyard Survival by Ron Foster https://t.co/eQVvBgXVPw via @amazon #preppers #…
19685                                        RT @JaydePierce: . @Ryanair is the world airline ever. You’re a fucking mess and your staff are trash. You’re saying this situation is a po…
19686                                                                                                               @ComicDaveHanson @netflix @PrimeVideo It’s the new “cable installed.”
19687                                                                                                                     @spidychelle @Apple please do something https://t.co/dFdl82aijv
19688                                                                                                                @netflix Can we get The Wonder Years in already? What’s happening?😩
19689                                                                                 3D Full Cover Tempered Glass screen Protector For Samsung S6 Edge https://t.co/md7rRlnx8E via @eBay
19690                                                                                                                              @MorganStanley @MorganLibrary @nypl Morgan Stanley Sux
19691                                                                                                       @mondiesman @netflix It's really good! You should definitely check it out. 😀
19692                                                                                                                    Check out 2 Frozen Charlotte Dolls https://t.co/BNfg36B3N2 @eBay
19693                                                  #pink check out Roadies 3 Combo Pack Mudjug  Portable Chewing Tobacco Spittoon Spill Resistant   https://t.co/zrfpds5H7y via @eBay
19694                                        @JohnLegere @TMobile How can I get ahold of you been a customer for 15 years and having a few problems that maybe y… https://t.co/Ob45aklNfE
19695                                                                                                   2000 Pokemon Charmander 1st Edition with symbol #50 https://t.co/B5bGy2eOS1 @eBay
19696                                                          Check out TALLY HO! - NWT Black Red Floral WOOL Zip Cardigan SWEATER Womens MED #TallyHo https://t.co/prRhBf6keX via @eBay
19697                                        RT @JaydePierce: . @Ryanair is the world airline ever. You’re a fucking mess and your staff are trash. You’re saying this situation is a po…
19698                                    RT @ItsFreeAtLast: The new @Google Pixel 3 phone from @BestBuy has an amazing camera &amp; unlimited free storage so you'll never run out of sp…
19699                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19700                                                       Check out MOTORFILMS VOL. 5 DVD. JIM CLARK ETC. MotorSportVideoUSA 89 Mins App. DWPDVD3005  https://t.co/zDwgBHBAjM via @eBay
19701                                                                                         @netflix @ChecKtheCircuiT Lol well that promo worked on me I’m going to watch this tonight.
19702                                                                                                                         RT @JOJEHARVEY: Disgusting @Ryanair https://t.co/khFuj6Axgp
19703                                                                                                                                               @MuslimIQ @Ryanair This is an outrage
19704                                                                    @JoeBarri @cynminus200 @nbc @CBS @CNN @MSNBC @fuxnews @PBS Every time I see him I change the channel immediately
19705                                         So @netflix cancelled a good #Marvel show @LukeCage last we saw Luke he took over Harlem’s Paradise in a potential… https://t.co/wA8xy9Hz04
19706                                        RT @winniesun: Mega Millions: How much should you buy and next steps! Click the link for the full video on my @facebook Page! https://t.co/…
19707                                                                                                                                        @common And doing commercials for @Microsoft
19708                                                                                               Check out Lot of 6 1976 Bi-Centennial Ike Dollars   https://t.co/l51knXWRyF via @eBay
19709                                        RT @beautiqueisle: Check out Madeline Stuart Marta Open Toe Flats Sandal EUC Yellow Size 8 Wide https://t.co/L0WrEjpY5x @eBay https://t.co/…
19710                                        RT @IBM: What happens when you apply technology in new ways? Plastic Bank is using IBM Blockchain to turn trash into digital credits to hel…
19711                                                                          @Alexbashestv There's actually a documentary on @netflix that's about Herbalife 😂 https://t.co/WmqIaIRaCe
19712                                               POPSOCKETS Diamond Fuchsia Pop Up Phone Grip (Free Shipping) @eBay - https://t.co/6612ofXDnY via @eBay #ebay… https://t.co/oIV8je8akH
19713                                        RT @NatureCutsTags: Lipstick Confetti... https://t.co/oA2rIwDiTz via @amazon #naturecuts #confetti #cutout #lipstick #makeup #girls #womeni…
19714                                                                                                      @nashwill23 @Redskins @pepsi @LOCASHmusic And you’re wearing the best jersey!!
19715                                                                                       Check out 5 brainerd safety hasp B5220 2.5 inches #brainerd https://t.co/rsdIwVyAtp via @eBay
19716                                                                                                              Calizona: Season 2 by Ralph Rotten https://t.co/Y7cXSqDT5m via @amazon
19717                                        RT @TheNickCrompton: Wtf... A white man caused a scene on a plane because he refused to sit next to a black woman. So instead of @Ryanair k…
19718                                                                                                         @Apple we payin all this money for phone when can we Group FaceTime 🤷🏾‍♂️🙄
19719                                                   Check out Vintage Hair Barrette Artist at Work Palette Camelot Designs 3 by 1.5 Inches New #Art https://t.co/FrSYiLMaG3 via @eBay
19720                                                                                                                            @firstwefeast @Starbucks Tall light roast coffee; black.
19721                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
19722                                                                                                 RT @birdwriter7: Johari's Window by Suzy Davies https://t.co/frZ6dg5LJ1 via @amazon
19723                                                                                           Vintage ECHTES LEDER Black Leather Pencil Skirt Size:38 https://t.co/Nxm6l7C42U via @eBay
19724                                        @Ryanair No point ranting and raving coz they won’t do 💩. Email the executives instead particularly the plonker at… https://t.co/DvaL2BdYuK
19725                                                                                                        RT @MLS: If the @Audi #MLSCupPlayoffs began today... https://t.co/I2bJldJYBK
19726                                                                                                                 @MLB @TMobile @TeamRubicon Puerto Rico still needs help also #HR4HR
19727                                        RT @CBS: Time to march to the TV! #MichaelJacksonHalloween starts now on CBS and @cbsallaccess: https://t.co/izyMSOHp7l https://t.co/ZFIoRV…
19728                                                                                                                                              @jfreeze24 @Ryanair What happened bro?
19729                                                                                                         Watching episode six of #HauntingofHillHouse and I am STRESSED OUT @netflix
19730                                                 RT @Siimzo: @Ryanair You need to compensate the lady. You have not done enough by simply shifting the responsibility to the police.
19731                                                                                             RT @GotDamnZo: Patiently waiting to be in a tv show @FOXTV @lifetimetv @LogoTV @netflix
19732                                        RT @TTVThatSoChill: So someone tried to sex bot me on @facebook and got memed. Yeah they blocked me. xD #memes #sexbot #rekt https://t.co/I…
19733                                                                                                                            @rob_keyes Did you watch #DaredevilSeason3 on @netflix ?
19734                                                                                                Check out AAA Batteries 60 pcs EXTRA Heavy Duty 1.5 V  https://t.co/HBcqEm8GLI @eBay
19735                                                         Check out Rare DULUTH Trading Company Fire Hose Field Leather Bag ALL LEATHER #DuluthPack https://t.co/pt00LKsTrf via @eBay
19736                                                                     Extra Virgin Cold Pressed Poppy Seed Oil (3.4 fl oz/100 ml) Flora Aromatics https://t.co/OckUU5KQfJ via @amazon
19737                                        @comcast my screensaver no longer has traffic and news updates. My kid was playing with remote so don’t know if she… https://t.co/MPyPLoVF5w
19738                                        RT @CHn94578872: @JuddLegum @ATT @WarrenBuffett @ABABankers @intel @LandOLakesInc @Walmart @Microsoft What on earth are these companies thi…
19739                                        RT @NL25_Tulips: @JuddLegum @ATT @WarrenBuffett @ABABankers @intel @LandOLakesInc @Walmart @Microsoft Vote them all out! https://t.co/tgAmY…
19740                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19741                                                         @nowthisnews Well @Ryanair certainly dropped the ball on this one.  I wouldn't wouldn't fly that airline after seeing this!
19742                                        @steven_huyck @wikileaks @NBCNewsWorld @Reuters Do you not care that our governments have been selling weapons to c… https://t.co/Li3faYNKU2
19743                                                           Check out Persian LURI Tribal Hand Knotted Wool RUST BLUE Startling Oriental Rug 5 x 9  https://t.co/uzyKAgeNYX via @eBay
19744                                         RT @euzinhaleia: @OwenJones84 @Ryanair It is not just one episode!! Please !!! I was victim of racism by their staff at an Italian airport…
19745                                                Check out Moose Creek Men's M Plaid Button Front Multi Color Short Sleeve Shirt A03-11 #MooseCreek https://t.co/7GFLzPzaDv via @eBay
19746                                                                                                                     @Markgubicza saw this @HomeDepot.  😃👍 https://t.co/1wmCyElyJZ
19747                                                        @Starbucks your chocolate chip cookies are amazing but they would be even better with less chocolate chips they are so sweet
19748                                                          Check out Opi Sword Antique Indonesia Silat Knife Machete Carved Wooden Sheath Scabbard  https://t.co/GUF7nr6yyt via @eBay
19749                                                         Check out Kids Standing Art Easel brown Whiteboard With 2 Storage Boxes crafts  play new  https://t.co/rY5jgXh0wN via @eBay
19750                                @FaithGoldy @Google Google had https://t.co/ZFpajgSqMD on its registrar tag &amp; had it removed &amp; so did Godaddy. This… https://t.co/7hF8HAzFES
19751                                        So even @Google  knows how garbage the Pixel 2 XL is for me to do a trade in it's only worth $340. Btw the phone ca… https://t.co/NHuJ3YYEH7
19752                                                             Jos A Bank Mens Vest Gray Quilted Herringbone Snap Tailored Fitted Wool 2XL #JosABank https://t.co/VMcbdioODj via @eBay
19753                                        RT @CeliaEquality: @Ryanair That's it? The fact that you removed the person that was being racially abused instead of the person abusing th…
19754                                                                                                                            RT @JTCEMBA: DO NOT fly @Ryanair https://t.co/JSpfmoPveG
19755                                         @Kevin_Maguire @DavidLammy @Ryanair Presumably the airline thought it safer to move the lady rather than the angry… https://t.co/9MFCLeobIi
19756                                                             Check out 3D DIY Paper Model Kit Spaceship Space SS-10 Interfhace vtg 1993 #Unbranded https://t.co/MyxQVeRQdR via @eBay
19757                                                                                                                     @TalbertSwan @Ryanair He should have been thrown off the plane!
19758                                        RT @IamRicoLove: @tariqnasheed @Ryanair Maybe she should’ve told him that she wasn’t a “black” woman but she was a “Christian woman” who ju…
19759                                                                                                                    @reeses @amazon Reese’s Peanut Butter Cup #NotSorry #Sweepstakes
19760                                                    Check out 100LEDs Solar Rope String Light Waterproof 39ft Copper Wire Outdoor String Light #YP https://t.co/hnfWzNGivF via @eBay
19761                                       RT @971AMPRadio: *SMH* @amphypebros always be crashing parties. This time with @marshmellomusic at the @ATT backstage at #WeCanSurvive! 🙄😂…
19762                                                     Check out 13x16 CARDINAL Bluebird Chickadee Stained Art Glass Framed Suncatcher  #SilverCreek https://t.co/RNS9Gh12BE via @eBay
19763                                        RT @LeahRAftercash: @PSStandLeague @LolaTV8 @BPSTANDleague @LeahRemini @MikeRinder @Disney Leah Remini and Mike Rinder support anti-LGBT me…
19764                                        RT @mariemary2653: @DesignationSix @Walmart @Chewy @OmahaSteaks @IdahoPotato @MyPillowUSA @Nestle @StarKistCharlie @SharperImage @IBMResear…
19765                                                                                                          @aaronwbu @McDonalds @duhcole Let's go gays attack https://t.co/O7MSF6AeIa
19766                                        RT @missykender: @Ryanair @united Right now you're showing ZERO COMPASSION for the rights of the poor passenger who your staff took the sid…
19767                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19768                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19769                                              @DesignationSix @Walmart @Chewy @OmahaSteaks @IdahoPotato @MyPillowUSA @Nestle @StarKistCharlie @SharperImage… https://t.co/I7t15hKWDI
19770                                                                      RT @mfoulk50: Reunion: An Abby Chilton Novel (Abby Chilton Novels Book 2)  https://t.co/CYT55MdwNi via @amazon
19771                                                                        Check out My Little Pony Vintage G1 Surprise (So-Soft Ponies) [9a] #Hasbro https://t.co/nw1OBLB3EO via @eBay
19772                                                                             @TalbertSwan @Ryanair Wow. Not surprised..if it was the other way around SHE WOULD HAVE GOT KICKED OFF!
19773                                                 @SarahBoselovic @Ask_Spectrum @verizon Same.. I've never used as much data with Verizon as I have this month's.. thanks to Spectrum
19774                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19775                                         RT @Bill_Lenner: @4everNeverTrump @Reuters Never leave a bone saw running when receiving guests. They've been through the rules time after…
19776                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19777                                        RT @tbay1970: @ed_burla @FaithGoldy @Google Funny for a teacher you sure have a one sided opinion Feel for the kids that you teach only get…
19778                                                                                                              RT @netflix: THE HAUNTING OF HILL HOUSE (2018) https://t.co/NTDRJGCLVl
19779                                        @FaithGoldy @Google Hey @FaithGoldy  here is the liberals plan for conservatives next ban them from eating at resta… https://t.co/87k3PHRULi
19780                                        RT @SisterEuphemia: @DesignationSix @jptoner50 @Walmart @Chewy @OmahaSteaks @IdahoPotato @MyPillowUSA @Nestle @StarKistCharlie @SharperImag…
19781                                                   Check out MEN`S FOUNDRY FLANNEL LONG SLEEVE SHIRT BIG &amp; TALL 4XL COLOR: WINTER GREEN TARTN  https://t.co/DG2ZvsRf1W via @eBay
19782                                                        5% OFF #sale #save #monitor @amazon LG 25UM58-P 25-Inch 21:9 UltraWide IPS Monitor with Screen Split https://t.co/Kp9cHVPcOz
19783                                        RT @Reuters: WATCH: Harry and Meghan cause a royal frenzy Down Under. See more of this week's top stories here: https://t.co/ZhtP30Hby2 via…
19784                                                                    Check out Doll Stand Up Mirror Wood Pink Girl Toy Furniture Flips Play Toy Vintage https://t.co/AzMKs1mciZ @eBay
19785                                                                                                                                                                @Ryanair Is that it?
19786                                                                                                                                              Shame on you @Ryanair. #boycottryanair
19787                                        The day I leave for England @netflix is adding Bodyguard. And then Friday is Sabrina. The following Sunday is Outla… https://t.co/juFq41MJ4c
19788                                        @kelseydarragh @amazon @IKEAUSA I’ve heard about people having problems with cats and diffusers. Have you noticed a… https://t.co/xXmhoesSyg
19789                                        RT @sabeautysupply1: Check out Sleeveless Blue Chiffon Floral Girl Dress https://t.co/3TyRbWAJUr @eBay #sacramento #sanfrancisco #SanJose #…
19790                                                            RT @VirginiaKettle1: Check out The Joy of Owning a Shih Tzu by Lise M. Miller; Ann Seranne https://t.co/8J1gXjIHq5 @eBay
19791                                        @jenifer_davis25 @RTUKnews @Ryanair ... not a chance... I have seen people thrown off a flight for alot less. and l… https://t.co/qgXsO0Rpgi
19792                                                                                                        @Ryanair take some pointers and maybe show this video to your prick employee
19793                                                                                                                                      I want @Apple to release a @koolaid guy emoji.
19794                                                                                                                                                   @finnylauren @netflix ITS SO GOOD
19795                                        RT @tonironi15: Thanks to @verizon my project is being match! Please consider donating even a dollar to my project and help me continue the…
19796                                                                                             RT @CaucasianJames: hey @verizon my wifi is out so this data i’m using rn doesn’t count
19797                                                                            RT @VirginiaKettle1: Check out THE CHRISTMAS BOX RICHARD EVANS HB/DJ  Book https://t.co/0OajNytvpG @eBay
19798                                                                                         @Chris_Hawkey @haunting @netflix Love it!  Watched 2 episodes yesterday and 4 more tonight!
19799                                             Christian Dior Jewelry https://t.co/WWeoJh58jH @eBay #accessories #necklace #jewellery #crystal #christiandior… https://t.co/p5m6vVGYCH
19800                                                         Check out Hallmark linkables Toy Town Santa's Workshop animated Christmas decor w/ sound  https://t.co/V0kCriYocB via @eBay
19801                                                                  i keep watching haunting of hill house and then wondering why i can’t fall asleep at night... damn you @netflix 😩
19802                                                                                       Check out Vintage Playbill Mary Mary Broadway Collectible   https://t.co/v8gZszhojp via @eBay
19803                                                                                                         Butt Naked (Butt Naked) Shea It Aint So https://t.co/NKY9v105AD via @amazon
19804                                                                                                   @KarlTurnerMP @ali_naka @Ryanair Interested in getting someone sent home lost job
19805                                                                                                                      @Ryanair Why did you not remove the old bigot? Truly disgusted
19806                                                                              When you need to Export Fitbit to @Apple Health. #fitfam #healthy #fitbitsurge https://t.co/2cuj7MxoBv
19807                                                                      *me today after bingeing half the first season of crazy ex-girlfriend* why yes @netflix I AM still watching 😅
19808                                                                                                                                                      @Ryanair You are sooo  fucked.
19809                                                  RT @JB_Rain_Maker: $PURA - Puration Inc (OTCMKTS:PURA) Explodes on Coca-Cola Interest https://t.co/mmSZydKUUA via @Oracle Dispatch
19810                                                                                                               RT @weedwang: @Ryanair Here’s his picture ... https://t.co/w3qsP19BX8
19811                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19812                                                         Check out St. John’s Bay Lennon Womens Ankle Boots Black Size 11W #StJohnsBay #AnkleBoots https://t.co/CQUgbQFHwI via @eBay
19813                                                             Check out Recovering From Bullying  - Anti-Bullying Recovery Guide #AntiBullyingGuide https://t.co/TNunwK2Vz5 via @eBay
19814                                        @Konnan5150 @TheRealDisco @CBS @CBSNews Water must be contained to find its level. PERIOD! It can't happen on a bal… https://t.co/yawRwSIqmg
19815                                        @theappleguy84 @SamsungUS @Apple I personally use the back screen around 80% of the time for things like maps and c… https://t.co/YZgOC7qlG2
19816                                                                  Check out Book in Ukraine - Secret Essence Of Embroidery. Craft. Handmade. 2018  https://t.co/HG84j68Qug via @eBay
19817                                         RT @paulinovirgin: @tariqnasheed @GLSCHWALL @Ryanair Shame on @Ryanair for failing to protect their customer against that evil guy. Now we…
19818                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19819                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19820                                        RT @JQStandLeague: @CESTANDleague @LolaTV8 @BPSTANDleague @LeahRemini @MikeRinder @Disney Yeah! Confirmed even by her own former go-to-guru…
19821                                                    Check out Mens &amp; Womens Engagement Wedding Trio Ring Set Round Diamond Yellow Gold Finish  https://t.co/zxaQvTK9od via @eBay
19822                                                     Check out 14K Yellow Gold Fn Trio His &amp; Her's Diamond Wedding Bridal Engagement Ring Set  https://t.co/GZXMOGbfBV via @eBay
19823                                                                      RT @John91595804: Check out Vintage Osborne Multi Purpose Punch Kit K156 England https://t.co/YvhABO6ihC @eBay
19824                                                 Check out Natural Purple Amethyst Faceted Cut Semi Precious Pear Shape Loose Gemstone  #Unbranded https://t.co/BowH1JmlIU via @eBay
19825                                        RT @eBayROCteam: LAUGHING SANTA 3717 Stitch N Hang Counted Cross Stitch Ornament Kit 2.75 x 3.75  https://t.co/MRDAqp1cfI via @eBay @Jersey…
19826                                                                               ‘Tech addiction’ solutions are a billion-dollar market opportunity https://t.co/KK8hw1ohTR via @Yahoo
19827                                        Good morning @Ryanair . Please go fuck yourself. I ll make sure to always use @AerLingus and/or @easyJet from now o… https://t.co/8utKInM6VS
19828                                                                                                          @johnrich @Paul13863919 @Nike Nike not mad at him he already paid for them
19829                                         @LHwanderlust @TalbertSwan @Ryanair Shoulda woulda coulda the airline did absolutely nothing. This woman is 70 for… https://t.co/ZZSg7XgwLf
19830                                                               RT @Reuters: KKR-backed Calsonic to buy Fiat Chrysler's Magneti Marelli unit for $7.1 billion https://t.co/NXYj9OabrZ
19831                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
19832                                                                                                                                                          @KGuilaine @Ryanair This ^
19833                                        RT @Oracle: Oracle CEO @MarkVHurd shares 8 steps to becoming a better salesperson: https://t.co/IUZfFq1LwA #OracleClassOf https://t.co/u4TR…
19834                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19835                                                                                            RT @Reuters: Asia shares rally as China surges on stimulus hopes https://t.co/k32yJOWXxh
19836                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
19837                                        RT @laviedeaaron: Disgusting! @Ryanair staff really should have had that Bernard Manning looking piece of sh*t removed from the flight. htt…
19838                                                                                      RT @Reuters: Factbox: Manufacturers' plans for electric big rig trucks https://t.co/02unfRpmMn
19839                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
19840                                                                                                                            Updated to Mojave this shit looks amazing thank u @Apple
19841                                        RT @mslorette: Check out 2 Santa Claus Wall #Quilt Patterns Hanging on a Moon Dreaming of Santa  https://t.co/KiWaWSApgT via @eBay #Christm…
19842                                                                                    Disgraceful from this passenger and also from @Ryanair he should have been kicked off the plane!
19843                                                    RT @Puration710: $PURA - Puration Inc (OTCMKTS:PURA) Explodes on Coca-Cola Interest https://t.co/vPK9WnqmvP via @Oracle Dispatch
19844                                                                                                               @AudiUK @Audi spot what’s wrong with this pic https://t.co/uCPZoR4krb
19845                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19846                                                                          Check out Pottery Barn Antique Silver Sentiment Serving Set #PotteryBarn https://t.co/ayTjrbBO4Y via @eBay
19847                                         RT @nicholaspinnock: ... Haven’t spent money flying @Ryanair in years. This gives me even more reason now. Absolutely disgusting that they…
19848                                                                                          RT @_SJPeace_: This was the response from @Ryanair @RyanairFlights https://t.co/eTFnBVCSMN
19849                                                                                                                       @TMobile @OneInAnARMY @MLB @TeamRubicon let's help out #HR4HR
19850                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
19851                                        @GoogleIndia @Google @Android @motorolaindia @Moto_Support @MotoSolutions my #MotoG5sPlus is giving trouble connect… https://t.co/5llQUXi61p
19852                                        @Ryanair Retrospective action after the video release. Pathetic handling of a bad situation. Cheap airline and clea… https://t.co/Fhabx0Wmav
19853                                                                      Check out 🔥 MILOR ITALY .925 SILVER NECKLACE SMALL PETITE - SALE FREE SHIPPING! https://t.co/VY0MDPoTBX @eBay
19854                                        RT @KGuilaine: Also note how @Ryanair is attempting to *wash* their hands now ‘we have passed the video to the police’. Ok. That’s good. No…
19855                                        RT @ttsuren: @FaithGoldy @Imamofpeace @Google US keeps on harping about Russia interfering in their elections working against  Democrats. H…
19856                                                 Check out Vintage Marquise Cut Clear Rhinstone Clip-on Stud Earrings 2.5cm x 2cm #Unbranded #Stud https://t.co/VnlvsJYRFo via @eBay
19857                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19858                                                                        Check out Darn Handsome Men’s Charcoal Detox Mask With Tea Tree Cleanses Pores https://t.co/6XIBaWxFyL @eBay
19859                                                                    Check out Solid Wood Aluminium Fish Design Chopping Board Winsome Thailand 30 Inch https://t.co/7f1QDOzEpz @eBay
19860                                                                        Vintage Linen Tea Towel Snowy Mountains 1970s Blue Retro Novelty Souvenir  https://t.co/zmgjC4tOqH via @eBay
19861                                                        Check out PHILIP GLASS Music In 12 Parts - Parts 1 &amp; 2 LP UK A1U/B1U Virgin CA2010 EX+/EX+ https://t.co/ApbDWcU9Ef @eBay
19862                                                                                               @DuluthPD_S18 @facebook Yes!  That!  And so many other wonderful stories!  Thank you!
19863                                                             Check out Vintage Chinese Bulbous Cherry Blossom Water Lilly Floral Birds Lustre art Vase https://t.co/0MesQbshzt @eBay
19864                                       RT @lisalee_: so is @Ryanair still going to keep quiet on that racist passenger 🤔 or are they going to have to balls to speak up against it…
19865                                                       Check out Malachite Pendant 925 Sterling Silver Crystal Pendant Festive Pendant Women Gift  https://t.co/gwyceRnWqa via @eBay
19866                                       RT @ChadatScribe_it: @FaithGoldy @Google I think the system is corrupt. It needs a cleanse. In the worst way. Like flushing 💩down the toile…
19867                                                                                                                                                       Why do @Ryanair support hate?
19868                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/uoxi0EuGhA
19869                                                                                                                               @laurwilsonx Perhaps @Ryanair should give it a watch!
19870                                                                      RT @EmmaKennedy: I’d like to know why @Ryanair didn’t remove this man from the flight. https://t.co/Rb3vcsU37E
19871                                        RT @diliprao: @Sibos @BCasuLukac @cassbusiness @WellsFargo @CommBank @HSBC Both @WellsFargo and @HSBC admitted that GPI and future extensio…
19872                                                                                          RT @_SJPeace_: This was the response from @Ryanair @RyanairFlights https://t.co/eTFnBVCSMN
19873                                                                        RT @Reuters: Germany urges other EU states to also stop arms exports to Saudi Arabia https://t.co/hnvrJljZNo
19874                                                                                            RT @HSBC: The only constant is change; what’s the next big thing to hit the tech market?
19875                                                             @Kevin_ODonovan @SAP @ESGlobConf Biggest barrier I see is the need to build out many more battery production facilities
19876                                        RT @KendallJenner: Shop our #KKFALL18 collection on @amazon @amazonlifestyle @kendallandkylie https://t.co/sNfIMs6ZUj https://t.co/dVsHrqsZ…
19877                                        RT @diliprao: @Sibos @BCasuLukac @cassbusiness @WellsFargo @CommBank @HSBC Both @WellsFargo and @HSBC admitted that GPI and future extensio…
19878                                                           Palestinian stabs Israeli soldier and is shot dead: military https://t.co/JRFWHpZCog via @Reuters https://t.co/hXIjfFVUML
19879                                        RT @Aisleyne1: Well @Ryanair staff who didn’t kick the nasty venom spewing racist off their plane should be sacked and the wind rush lady s…
19880                                                                        RT @Reuters: Germany urges other EU states to also stop arms exports to Saudi Arabia https://t.co/hnvrJljZNo
19881                                                                         RT @DWPscumbags: @Kevin_Maguire @DavidLammy @Ryanair Why has your daft paper blurred out the racists face ?
19882                                        RT @fightfor15: What's real is that poverty wages @McDonalds are a choice. The $21 billion they spent on stock buybacks could have been a $…
19883                                        @Ryanair if he does I will make sure NO one boards your flights ever again by exposing your stupidity! He committed… https://t.co/OBnlzkcmko
19884                                                                      RT @John91595804: Check out Vintage Osborne Multi Purpose Punch Kit K156 England https://t.co/YvhABO6ihC @eBay
19885                                                       Check out luckymily Underwear Women Thongs And G Strings Tangas Women Sexy Lace butterfly   https://t.co/S8PuQadfeA via @eBay
19886                                            AMAZING NEWS!  @workingdogprod's 'Have You Been Paying Attention' has been picked up by @CBS.  Congratulations!… https://t.co/dxOx9akI3i
19887                                                                      RT @John91595804: Check out Vintage Osborne Multi Purpose Punch Kit K156 England https://t.co/YvhABO6ihC @eBay
19888                                         N204UA @Boeing B777 of @united #UAL984 passing over North Yorkshire at FL320 and 15 miles distant on route CDG-SFO… https://t.co/7RAzU4TmJb
19889                                                           Check out Eiga Hiho December 2018 Japanese Movie Magazine Godzilla King Ghidorah Venom  https://t.co/kzLGvEtE4F via @eBay
19890                                                       Check out 171.46 Cts Natural Blue Aquamarine Large Crystal Rough Cab Rare Specimen Nigeria  https://t.co/iEfuRFlP6n via @eBay
19891                                        @Sheryl58 @CIAAG_Lauren @cvspharmacy @Walgreens @Walmart I was falsely accused of being an addict when I took fenta… https://t.co/fQ2cyjuJW7
19892                                                                                    @Reuters Saudis traying  to buy support from  poor slamic country’s  but  thats not  very easy .
19893                                                Check out REEL LEGENDS LONG SLEEVE BUTTON DOWN Corduroy Jacket Mens Size XL  Light Brown #Corduroy https://t.co/zt6I5c0ULm via @eBay
19894                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19895                                                       @Ryanair Still waiting on a legitimate response to your employee’s mishandling of th racist customer. https://t.co/e0md15ZRnD
19896                                                                           @UberScams @MorganStanley @GoldmanSachs No doubt Goldman S will want public money againon bad investments
19897                                         RT @BtuflyBoutique: Check out Vintage Panetta Rabbit Bunny Flowers Big Teeth Brooch Pin Easter Goldtone Funny https://t.co/RA4TE9qBbv @eBay
19898                                                 Check out FENDER (Fender) Modern Player Telecaster Plus Honey Burst iacmdG from Japan EMS #FENDER https://t.co/XVkt72tk9W via @eBay
19899                                                                                                                RT @OwenJones84: Boycott @Ryanair. Please RT https://t.co/tHoOQtS2cQ
19900                                                                                 RT @nhaida11: @_SJPeace_ @Ryanair @RyanairFlights Shame on your crew!!! #notoracism #shameonryanair
19901                                                       Check out Round Diamond White Gold Finish Trio Set Wedding Engagement Ring For His And Her  https://t.co/3pWAFWVvat via @eBay
19902                                        RT @Reuters: Germany wants other European Union member states to follow its example in stopping arms exports to Saudi Arabia https://t.co/t…
19903                                        RT @Reuters: Germany wants other European Union member states to follow its example in stopping arms exports to Saudi Arabia https://t.co/t…
19904                                                                                RT @Reuters: Moscow wants U.S. to explain planned exit from arms treaty: RIA https://t.co/21fM8pSVTk
19905                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/yGZCRBdB9R
19906                                                                      RT @DuaLipafanIta: @DUALIPA latest @adidas campaign #DuaLipa #adidas #MondayMotivation https://t.co/jW7Z4EEJ3F
19907                                        Yep. @Ryanair have allegedly been denying that racist language was used so thank goodness someone filmed it. I have… https://t.co/1OsD65ewyE
19908                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/7Gbc2JLLnF
19909                                                       Check out Red 3oz RTV Silicone Instant Gasket Seal Sealant Adhesive Low Volatile High Temp  https://t.co/qM5mPBKer9 via @eBay
19910                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/UTIlId4BeE
19911                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19912                                        @hm I'm looking for the trousers that match the jacket I bought (there were none in stock in the store) but struggl… https://t.co/3kX2455LnZ
19913                                                  RT @CBuettner627: @_SJPeace_ @Ryanair shame on you.  You owe this woman an apology.  The “white man” should be permanently banned.
19914                                                       Check out Corletto Modernist Brutalist Sardinian Red Coral Ring 18K Yellow Gold 10.4g Sz 6  https://t.co/wzbG8ha7uV via @eBay
19915                                                   Check out VCA Van Cleef &amp; Arpels 950 Platinum Wedding Band Ring 10.2g Orig Box Size 8.5 58  https://t.co/wCMpVjjGL5 via @eBay
19916                                        RT @Reuters: Germany wants other European Union member states to follow its example in stopping arms exports to Saudi Arabia as long as unc…
19917                                                                                                              RT @NicolaMcLean: This is outrageous @Ryanair! https://t.co/3avIyJwunS
19918                                        RT @Reuters: Germany wants other European Union member states to follow its example in stopping arms exports to Saudi Arabia as long as unc…
19919                                        @Graeme_Sandford @wildfutures @eBay I’ve done it before and I’d do it again! Still an option (and would probably ra… https://t.co/zsQf859crl
19920                                         RT @KarlTurnerMP: I shall be writing to @Ryanair and the Aviation Minister Liz Sugg to ask what they’ve done about this. Clearly committed…
19921                                        RT @Reuters: Hi-tech peer-to-peer networks let Nigerian farmers log on for cash https://t.co/Qwgbchrtzx via @ReutersTV https://t.co/Rz0jyBs…
19922                                              @ontheleftwing @Tesco I’m under 25 and get paid the same amount at Tesco as my aunty that cares for the elderly in a residential home.
19923                                                          @Reuters Isn't the fact that Russia's been developing these weapons despite the treaty the reason the U.S. is withdrawing?
19924                                                                                                                                         @Reuters Now the left will side with russia
19925                                           @TheLondonHughes Or just taking the bigoted passenger off the plane and straight to authorities!! I won’t be flying with @Ryanair again!!
19926                                        RT @rufusdrl: @TalbertSwan @numb3r5ev3n @Ryanair Why didn't Ryanair move him? Why move the person not causing the problem? Racists make dem…
19927                                        RT @Global_Witness: Two oil giants @Shell and @eni are being accused of bribery in one of the biggest corporate corruption scandals in hist…
19928                                        RT @YoorWullie: Why did @Ryanair not remove this disgusting racist from the flight and hand him over to the police to deal with appropriate…
19929                                                       Check out Vintage Marble Fruit Bowl Lotus Leaf Design Inlay Gemstone Pietra Dura Art Gifts  https://t.co/bCJ16ffAhV via @eBay
19930                                        RT @OneIMS: Weekend Review: @Google Search Console reporting currently delayed by @rustybrick https://t.co/tP68sOnoLR (via @sengineland) ht…
19931                                                                                House of Marley Unisex Liberate Denim Headphones House of Marley https://t.co/R3Ys4pHzkO via @amazon
19932                                                                          Hey @Tesco thanks for the empty lolly wrapper in my Barrets Halloween mix #cheated https://t.co/kcN15hakMy
19933                                        RT @DavidLammy: Another example where victims are forgotten about. Unacceptable: she deserves better than this @Ryanair. https://t.co/YoTjH…
19934                                                        Check out New Mens Womens 10k White Gold Over Diamond Ring Wedding Matching Trio Band Set  https://t.co/fexWCBFewm via @eBay
19935                                        RT @Reuters: Germany wants other European Union member states to follow its example in stopping arms exports to Saudi Arabia as long as unc…
19936                                                 Check out 10FT 30 LED Battery Operated Copper Wire String Fairy Lights Xmas Decor Lights #LongWan https://t.co/QzIOMiJkiJ via @eBay
19937                                                       Check out 33ft Waterproof Solar Powered 100 LED Copper Wire Light String Fairy Xmas Party   https://t.co/pYKrCGUvHx via @eBay
19938                                                                 RT @louiseroug: Incredible that @Ryanair still hasn’t contacted the victim. Not a good look https://t.co/5nyIVeu1ZO
19939                                                                      @DavidLammy @JorgenRaymann @Ryanair The man looks a bit like Charlie Bunker. Where was Edith to calm him down?
19940                                                                   This is shocking! Just when I started to think the world might be changing for the better. @Ryanair shame on you!
19941                                        @Reuters I'm sorry to bother you.I' m a university student from China.Can I ask your email address to have some com… https://t.co/0YBFQOboag
19942                                                                                            @CaeljinX @ShapeTweener @Banned_Ali @netflix wow but no i am NOT a damn furry tho! WOW!!
19943                                                                          RT @Ebay_Nala2016: Check out Merona Mens Chunky Knit Sweater Cardigan Size M https://t.co/NrWnPKL8xk @eBay
19944                                        RT @DavidLammy: Another example where victims are forgotten about. Unacceptable: she deserves better than this @Ryanair. https://t.co/YoTjH…
19945                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/8ngZKeBIfV
19946                                             @nyc_oz @Reuters Start with the Mexican border for us to see what's happening... And the rest of the World will follow US leadership...
19947                                         RT @Title9Jen: @Ryanair Not good enough. You left it to the passengers to defend her and attempt to deescalate the situation. That man was…
19948                                                                        RT @Reuters: Germany urges other EU states to also stop arms exports to Saudi Arabia https://t.co/hnvrJljZNo
19949                                                            RT @Apple: Access to the latest updates keeps your iPhone secure. Life’s easier when you switch to iPhone. Switch today.
19950                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
19951                                                                                                                                                           MAAAAAAAYNE FUCK @Ryanair
19952                                                                              Check out Twin Costumes Scarecrow And Tin Man And Made Costumes Size 4/5 https://t.co/Gbz2Qw9D1m @eBay
19953                                             RT @djjjfrost: If all of us DJs MCs and musicians boycott @Ryanair we can make a difference and stop these companies who endorse racism
19954                                                                                                                RT @OwenJones84: Boycott @Ryanair. Please RT https://t.co/tHoOQtS2cQ
19955                                    RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. We’ll announce the w…
19956                                         9% OFF #sale #save #chair #officechair @amazon Flash Furniture High Back White Leather Executive Swivel Chair with… https://t.co/HeGoH6L2nt
19957                                                                                                                              @Ryanair why wasn’t he moved? She did nothing wrong 💔
19958                                        @Ryanair Thank goodness for this tweet. I dont know what I’d have done without it. Totally convinced me to use Ryan… https://t.co/ii1X18nXag
19959                                                                                                                RT @OwenJones84: Boycott @Ryanair. Please RT https://t.co/tHoOQtS2cQ
19960                                                                                                         @neiltipping @Woldslinx @BBCBreakfast @Ryanair He did a lot more by filming
19961                                                   Check out Beautiful PAPELL Studio Hand Washable Long Floral Dress Gown  Size 9/10 #PapellStudio https://t.co/Odbd8EIDyH via @eBay
19962                                                                                                     Check out Avon Little Black Dress 50ml EDP - New  https://t.co/VEtGQgLsL7 @eBay
19963                                        RT @McDonalds: Push your luck and try to win this daily App prize! Subj. to Off. Rules (incl. no purch. instructions) at https://t.co/BHgnj…
19964                                                       Check out 9.83 Cts Natural Top Bi Color Tourmaline Baguette Cut Loose Gemstone Brazil Rare  https://t.co/oyqXFPlqbF via @eBay
19965                                         RT @lindsey508: Check out Halloween Hair Bow Witches Hat Lilac &amp; Orange Baby Hair Bow Headband Child  https://t.co/O01OmP6bsV via @eBay
19966                                        RT @Oman_biz: Oman’s largest commercial data centre to come up in Al Jabal al Akhdar https://t.co/9VRlCCl1uu @Cisco @eOman_ITA @DATAMOUNT_OM
19967                                                 RT @steviehed: @FayRipley @Ryanair Presumably they’ve given them the passenger’s name yet Essex Police are asking for information!!
19968                                        @hotelwire @habitatlagos @Expedia #ExpediaChat @ExpediaUK @expedia_nz @ExpediaIE @LOSairport  good day to all guest… https://t.co/pTrOwsnmi8
19969                                        @BonhamBeezy @305local @ScheyChris @Bandr14Ksa @Shaifany @MorattiJ @sunsetlover707 @Reuters @YasirKSA88 @MashhourII… https://t.co/PA1VKUcXHy
19970                                                   Check out Coldwater Creek Women's Size Extra Large Dress Shirts  Purple Button  #ColdwaterCreek https://t.co/8OsN450OTM via @eBay
19971                                                                                    RT @Ryanair: Statement: We are aware of this video and have reported this matter to Essex Police
19972                                                                                  RT @Reuters: Hasbro's revenue misses estimates as Toys 'R' Us blow lingers https://t.co/9Y0KsM9mlV
19973                                        RT @diliprao: @Sibos @BCasuLukac @cassbusiness @WellsFargo @CommBank @HSBC Both @WellsFargo and @HSBC admitted that GPI and future extensio…
19974                                            RT @ZippersNYC: @Ryanair Ryanair profits fall as CEO predicts grim winter for aviation #AryanAir #BoycottRyanAir https://t.co/yHGT7pZEKB
19975                                         RT @simplyshay: Check out Wrangler Blue Red Striped Mens Long Sleeve Western Shirt XXL #Wrangler #Western https://t.co/9aktoelrk7 via @eBay
19976                                                                     RT @Pippi_Dust: Witch Shirts For Women Purple Witch Shirts For Women Purple https://t.co/9cdshrMYOj via @amazon
19977                                         @DavidLammy @Ryanair This was horrific. I guarantee you had the man been ANY other race he’d be in jail right now.… https://t.co/lMS84KDlOS
19978                                                                            #instagram check out MudJug Spittoon CLASSIC - Olive Drab GREEN - NEW  https://t.co/YIqG3POIT3 via @eBay
19979                                        RT @Elena11575: #XenaRevival #SaveXena we need our hero @NBCUniversal @nbc @robtapert #XXisforXENA @NetflixLifee @netflix @SYFY @BuzzFeed @…
19980                                                                          Check out Women's Apt 9 long slv 100% cashmere sweater in charcoal argyle-XL https://t.co/vVgHAvJ37O @eBay
19981                                    RT @MyTexasTreasure: #BRIDE IRIDESCENT RHINESTONES NECKLACE &amp; EARRINGS SET WOMEN MATTE SILVER WEDDING  https://t.co/XZGl7AzuvV via @eBay ne…
19982                                                                                                                RT @d0cTB: @juanrga @intel Or 10 nm has just been renamed 7 nm... 🤔
19983                                                          Check out Antique North Plainfield Exempt Firemen's Ass'n Parade Ribbon Pin Member 1937  https://t.co/5URlRRK5Ba via @eBay
19984                                        RT @NikkiSixx: Just saw some of the @netflix @MotleyCrue mövie.....Holy fuck! Nailed @MrTommyLand @thevinceneil @mrmickmars and my story to…
19985                                        RT @TheTipToeFairy: What would you say to never having to get an automated customer service menu again? Well @TMobile is doing just that fo…
19986                                                 We are holding a panel discussion on #disability #inclusion in global supply chains! @Loreal @axelle_hallu… https://t.co/KtS4udlUPb
19987                                     RT @PinkStar2007: The only reason I been shopping too much at @hmusa @hm is because of this girl @tiffanyyoung 😃😍💸💳 https://t.co/MWV1iFLEmv
19988                                                             Marshall black tan speaker Grill Cloth fabric 30x36&amp;#034; repair amp cabinet (AU) https://t.co/pRhuXuyEkY via @eBay
19989                                        RT @Reuters: Germany wants other European Union member states to follow its example in stopping arms exports to Saudi Arabia as long as unc…
19990                                                                                                                                    @heyshaha @deadafshark okay @CocaCola pay me pls
19991                                                                                                                                  @OwenJones84 @Ryanair Boycott @metpoliceuk or nah?
19992                                         @MsVictoriaVix @NicolaDownes @NoelClarke @Ryanair I totally blame Ryan air 100%   The staff need more training but… https://t.co/GkXKdkAieq
19993                                                              @DeadWrestlrMeme @Reuters They are being driven most of it. Only walking for portions - for tv/reporters to film them!
19994                                                                                           @Siemens CEO Will Not Attend #Saudi @FIIKSA Investment Conference https://t.co/KNOArOhg98
19995                                                       Check out Vintage Artisan Crafted Wood Basket Solid Bottom Covered Bridge Folk Art on Side  https://t.co/YiTBdUo7ua via @eBay
19996                                        @SherriSimpson2 @ABC @Ryanair Two people had a fight and i still dont understand what it has got to do with race bu… https://t.co/09cI8xTU5C
19997                                         RT @KarlTurnerMP: I shall be writing to @Ryanair and the Aviation Minister Liz Sugg to ask what they’ve done about this. Clearly committed…
19998                                                 RT @Siimzo: @Ryanair You need to compensate the lady. You have not done enough by simply shifting the responsibility to the police.
19999                                                                                                          I have more clothes in my 'saved items' on @ASOS than I do in my wardrobe!
20000                                        RT @rianna_walcott: As a regular flyer with @Ryanair I am absolutely disgusted to see how you handled this racist abuse towards one of your…
20001                                                                                                       @Ryanair What are the police supposed to do AFTER this all happened exactly??
20002                                        RT @JaydePierce: . @Ryanair is the world airline ever. You’re a fucking mess and your staff are trash. You’re saying this situation is a po…
20003                                        RT @ttimbertony: @AutoTrader_com  You should advise your readers to read https://t.co/b0gbeCV1um before being tempted to buy @Ford  focus w…
20004                                        RT @NHRA: How cool is this?! As part of the WIX Filters Tundra Up one lucky store sales manager won a 2018 @Toyota Tundra at the #CarolinaN…
20005                                        @BagginsCarolina @d2thelux @RSpelbos @rlj_robert @them @Google Yea but Twitter has this fancy way of disappearing p… https://t.co/rPyQVfuO3p
20006                                                                                                                         @BuffaloSabres @Walmart My name Jef https://t.co/Yiptydj9rQ
20007                                                                   Check out Rite Lite by Rosenthal 9 Arm Tree of Life Silver Gold Plate Menorah   https://t.co/PLg2VyUQ44 via @eBay
20008                                                                                                                          @tongueincheek @Reuters From 2012. https://t.co/qmWvK5gawL
20009                                            #Boycott @Ryanair as they failed epicly by letting this racist ugly Wanker on the flight and moving an innocent  https://t.co/KhVxdxAPrk
20010                                                                            @Ryanair @Alasdair91 You’re dodging all comments about your racist treatment of a customer. Why is that?
20011                                                                                                                                                       @Walmart play my neck my back
20012                                                                                        RT @kaosonia: Check out Sterling Silver Labyrinth Pendant  https://t.co/0YkUSOlxGN via @eBay
20013                                                                                               @tonyadesilu @verizon Are you actually tweeting this or your account is compromised!?
20014                                        Silicon Valley Weekly Funding News. Congrats to @BitGo @mikebelshe for raising $57.5M from @GoldmanSachs @novogratz… https://t.co/pNY1uNRXyx
20015                                                                                                                               @ESLArenaofValor @Erg0ST @ATT My record is like 45 :)
20016                                                       Check out Cloth Magazine Summer Wardrobe Floral Projects Yarn Bombing Cushion Blanket Lace  https://t.co/5iKhqaWwoY via @eBay
20017                                                                                           @Ryanair @newshumor Are us homosexuals going to be next? Jesus H! https://t.co/PonZHknjoV
20018                                                     The future is now! #models18 #predictivemind @hohwy - thanks to Martijn Wisse and fast @amazon shipment https://t.co/yigrsCmlop
20019                                        RT @NISMO: Wishing we were back in Valencia! Check out the pics from last week's @Nissan e.dams @FIAFormulaE test. #NissanFormulaE #FEtesti…
20020                                                          Check out Matthew Mead Halloween magazine Tricks and treats Patterns Recipes Home decor  https://t.co/2nZK8Y5DcF via @eBay
20021                                                            RT @Reuters: Russia pledges to act to 'restore' military balance if U.S. quits nuclear arms pact https://t.co/mvGAIImHgf
20022                                                   Check out Woman Skirt suit SET Top Long slv &amp; LONG skirt Gown RED Size XL 16/18 Kathie Lee  https://t.co/eSPMJbWCGP via @eBay
20023                                                                                                                                                      @Ryanair That’s not an apology
20024                                       RT @FLXPWR: More good news from the #greenenergy front!! 🌱 Only a month after @Sony announced committing to sourcing 100% of its electricit…
20025                                                     Check out Glittered Wooden #Halloween #Ornament~Three Cats &amp; Pumpkins~Vintage Card Image  https://t.co/o0rAbqCrKj via @eBay
20026                                                                Check out CARLO CHIONNA 9.2 PANTS PANTALONI TROUSERS MADE IN ITALY SIZE 28 ita 42  https://t.co/wLkQ7UiVvX via @eBay
20027                                        RT @DavidLammy: Another example where victims are forgotten about. Unacceptable: she deserves better than this @Ryanair. https://t.co/YoTjH…
20028                                                                                     Save 64% with promo code 64PEWRQR | https://t.co/1oDz0qyQPw https://t.co/Lv7IRk6FBM via @amazon
20029                                                             Check out Mauve Pink &amp; White Baby Sweater Vest Pullover #Handmade #Vest #Everyday https://t.co/EqZEcg32a6 via @eBay
20030                                                       Check out  Womens Ethnic Style Lace Up Beading Round Toe Flats Floral Pattern Loafers Shoe  https://t.co/NjzRzUgUNF via @eBay
20031                                                                          Check out 1100 grams WOW Top Quality Aganite speciuman From Afghanistan  https://t.co/nDZ2N3yPYO via @eBay
20032                                                                                                          @TalbertSwan @Ryanair Yeah that jerk should have been thrown off the plane
20033                                                                              Is this a line to the keynote? (Oh wait... just the @Starbucks line!) 😂 #TC18 https://t.co/trr37kxndP
20034                                        RT @mammamiamovie: Tomorrow: Bring the party home when buy Mamma Mia: Here We Go Again @Walmart  Exclusive and get an Exclusive 5-Song Soun…
20035                                                                                                                                                                     @Burberry Nice!
20036                                        RT @ups_maumeeOH: Interested in growing a career with @UPS ? We will be hosting a job fair on site at 1550 Holland Road in Maumee from 8:00…
20037                                                                                                                             Maybe @facebook will buy @coinbase and ruin it for all.
20038                                                       Why have @Apple changed the iphone connections so that you cannot put earphones in and charge your phone at the same time? 😩
20039                                        RT @MichaelDapaah: I been saying it and I stand by it I don’t fly @Ryanair I’ll rather catch a connecting flight that video sums it all up.…
20040                                                                                                                                                        Shame on you @Ryanair SHAME!
20041                                        @JeffBezos I'm highly disappointed with the Amazon customer @amazon and @AmazonHelp. My order is not deliver I cond… https://t.co/PAchieI8Br
20042                                         @accprof @WellsFargo While Wells Fargo president is getting $17.6M compensation and the institution is involved in… https://t.co/J4MnyESI7n
20043                                              @keithboykin @Ryanair Are we forgetting there were crew who failed to act... they should be under investigation facing a disciplinary.
20044                                                                                                                                @Tesco We’ll see about that. I’ll have a go at them!
20045                                                 Check out 1956 Calendar Handkerchief FRANSHAW Birth Month Flower Hanky Marked Holidays  #Franshaw https://t.co/NiR7NRGAoN via @eBay
20046                                                                                                                      @greig_corbett @Ryanair Don’t start me on them wankers 😡 😡😡
20047                                                                                   Check out Labradorite beads oval beads grey  beads stone beads  https://t.co/m77bcKCOHf via @eBay
20048                                           @Ford Ranger time!! First glimpse at the newest midsized truck in the #USA #ReadyForRanger @TFLtruck @NathanAdlen https://t.co/ZlGPmJbmAd
20049                                                  Check out 2014 Nike LeBron XI 11 Summit Lake Hornets Court Purple Silver 616175-500 NEW 14 #Nike https://t.co/HWfSeb4T0V via @eBay
20050                                                                                                                                                             @Ryanair Racist company
20051                                                                                                   @JohnLegere Loyal @TMobile customer. I'll take an XS Max please and thank you! 😁
20052                                                                                              Unravelling Oliver (English Edition) di Liz Nugent https://t.co/Jp3eh8BLEk via @amazon
20053                                                                                                                                         @justapedn @Apple Try a Bluetooth keyboard?
20054                                                         Check out Stitch Magazine Texture Issue Modern Felt Projects Faux Leather And Suede 2011  https://t.co/t2RFkddenE via @eBay
20055                                                27% OFF #sale #save #bvlgari #forwomen @amazon Omnia Coral By Bvlgari Eau De Toilette Spray For Women 2.2 oz https://t.co/GLcDX8gOdJ
20056                                        Just finished watching the series this weekend! Well done. Now I need to find another @netflix fix. Any recommendat… https://t.co/UtodEvgyqO
20057                                         RT @Reuters: Beer prices that move with the stock market. Drinkers try their luck at the ‘Hop Exchange’ in London. Find out more about the…
20058                                        RT @Google: The night is dark and full of @GameOfThrones White Walkers using Chromebook. Now’s your chance to become a new recruit in the A…
20059                                                                      Check out Natural Black False Eyebrow Extension Fake Eyebrow 10mm #Unbranded https://t.co/4dqivtdcLs via @eBay
20060                                                     Check out NWT Michael Stars Julius Dress Size OS Hampton Stripe Maxi Scoop Neck #MichaelStars https://t.co/pj5VzHlVDa via @eBay
20061                                                                   #verizon @verizon @VZWSupport Miscarrying at Work: Pregnancy Discrimination @aclu @aclutn https://t.co/o0Iu79l0Jc
20062                                                                                 Check out oklahoma oklahoma since 1907 hat strapback truckes cap  https://t.co/gaP06q1vDN via @eBay
20063                                                                                                                                  @netflix wtf you canceled @LukeCage  smh!!! 😡😡😡
20064                                                                                                                          @oakraw @Microsoft Everything is ready. My tissue is here.
20065                                                   Check out New MB Star SD Connect C4 + CF-19 Laptop Xentry V2018.7 Mercedes Benz Star #Unbranded https://t.co/FLv7vJhho1 via @eBay
20066                                        RT @Reuters: WATCH: Scientists have created a jacket embedded with motion sensors that can control a drone through body movement rather tha…
20067                                                                                                                                             @BleacherReport @WellsFargo Luka better
20068                                    I just followed @Starbucks to check out their ads for a marketing class &amp; now I’m tempting to buy a ton of Starbuck… https://t.co/IUmetEPT33
20069                                        RT @csibike1: This beautiful speciman of man has used vile racist abuse on @Ryanair against British pensioner of Jamaican origin. He has be…
20070                                        @Ryanair #ryanairracist you really let yourselves down - you need to train your staff to deal with this behaviour -… https://t.co/Zy3rVffxl2
20071                                          RT @novogratz: More institutional architecture.  Excited to partner with @BitGo and @GoldmanSachs #theherdiscoming https://t.co/X49qYlReZ8
20072                                                           RT @Reuters: LGBTQ leaders speak out as Trump administration weighs a narrow definition of gender https://t.co/349Wm2eJof
20073                                                                                            Check out Pink Vintage Pyrex Mixing Bowl 402 1 1/2 QT  https://t.co/hqXbT8BEo4 via @eBay
20074                                                                                             @KLGlcfc @Google Don’t think he played enough to get a Premier League medal that season
20075                                                        @Shell £1.49 for unleaded? This some sort of pisstake? Won’t be log before the protesters are at the refineries. #dickturpin
20076                                                                                                     @IvankaTrump @UPS Can you have @ups return the caged children to their parents?
20077                                                                              Check out Diddy Kong All Star Collection Plush 9in Super Mario Bros  https://t.co/U8eyv9w199 via @eBay
20078                                                              Check out Party Goods machi-musume(city girl)-jidai-geki-edo- Hair style rubber wig  https://t.co/IVoflIBAAk via @eBay
20079                                        RT @MichaelDapaah: I been saying it and I stand by it I don’t fly @Ryanair I’ll rather catch a connecting flight that video sums it all up.…
20080                                                Check out Size XL Cosmic Galaxy Print Men's Brushed Inside Pouch Pocket Hoodie Jacket NIP #UNIFACO https://t.co/qoSQpb7q9x via @eBay
20081                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
20082                                                                 Check out LOT #1  11 ASSORTED CHRISTMAS ORNAMENTS DECORATIONS MIXED LOT  #Unknown https://t.co/00VwBqsmI3 via @eBay
20083                                                                                                                                            @Ryanair What's your policy on racism???
20084                                                                                                                          @smileydenden @nextofficial That is very nice Xx😃🌸🌻🌺🦋
20085                              @Disney SPECIAL OFFER FROM @Exeter_Airport 💫04DEC2018💫4NTS💫#VIENNAHOUSE 💫B&amp;B BASIS 💫FROM £290 PP 💫CONTACT US FOR MO… https://t.co/VBjK0jeLk4
20086                                                                         Rocky Horror Picture Show: Audience Part-tic-i-pation Guide by Sal Piro https://t.co/oLnkcckE8T via @amazon
20087                                        @Xander_MacIver @beboldman @them @Google That's odd. When was the last right wing inspired terrorist attack? What p… https://t.co/4okFqxZcYs
20088                                                                                                             @Ryanair This is the most pathetic response from a company I have seen.
20089                                            RT @freisein31: @Reuters Killed journalists by #Erdogan! Why nobody discuss about them and their mysterious dead https://t.co/HwLUxOpyMs
20090                                        @Ryanair Statement: We are aware of this video and of your shitty airline. We are spreading the word that people sh… https://t.co/ji2Sg8vei5
20091                                        @Ryanair @Xander_Oliver @RyanairFlights @ryanairpilots @RyanairJobs @RyanairLabs @RyanairCCU RYANAIR passenger call… https://t.co/6YnjuFynop
20092                                             Check out Heart Locket Floating Charm Silver Necklace &amp; Heart Locket Clip On &amp; Charms #Locket https://t.co/0KTyQSWzO6 via @eBay
20093                                                       Check out 2017 Panini Absolute Tools of The Trade Kevin Harvick Triple R/U Auto 2color /50  https://t.co/ke2Vlla8Dp via @eBay
20094                                                                                                               @Reuters everyone deserves to be loved who cares what gender they are
20095                                                                                 RT @Reuters: Linde-Praxair deal clears final hurdle with U.S. antitrust nod https://t.co/q93boNFzvb
20096                                         RT @rachellenicola1: I love #lyatt so much! I want to see their love grow!!! I want a season 3 please!!!! @netflix #SaveTimeless #timeless…
20097                                                                                          Check out Geographia. Breat Britian Main Roads Map. Vintage. https://t.co/m2pps2OJbH @eBay
20098                                        @cathaypacific @marinabaysandsK @Heineken @BMW thank you @Cristiano Mr. Cristiano Ronaldo Dos Santos Aveiro [ broth… https://t.co/aLhameDhcQ
20099                                                        Check out The Irish RM Series 3 VHS 2000 6 Tape Set NEW FACTORY SEALED FREE SHIP TRACK US  https://t.co/DeJ5mmJU0q via @eBay
20100                                        RT @hauntedmagazine: Then on Friday the 26th of October it is the return of @UKHaunted to the @reallychannel @facebook page who are bringin…
20101                                                                                                                            @Ryanair in future— kick the racists off of your flights
20102                                                           when you’re checking stories on Instagram and then this beauty appears as an add @DUALIPA @adidas https://t.co/1bwvxBVikY
20103                                                                                   RT @Reuters: U.S. warships pass through Taiwan Strait amid China tensions https://t.co/eGJapK0jcX
20104                                                                                                           @darth @netflix @CiaoSamin I am in love with her. It is so well done too!
20105                                        @joannaccherry @Ryanair I also think you need to look closer to home and look at what the ScotGov have done to tack… https://t.co/bAmMb7slNm
20106                                                                                                                                   @Ryanair supports #racism https://t.co/vDC6Zw1u90
20107                                        @Ryanair you guys are the worst airline to walk the surface of this earth!! Please I need my compensation ASAP!!! I… https://t.co/e0iTdDsQEN
20108                                                                           Check out Need For Speed Most Wanted (Disc Only) - Xbox 360 - FAST DISPATCH https://t.co/G7ynqprFHj @eBay
20109                                                                            RT @jgebing: @C13Houston @SievertMike @JohnLegere @TMobile Congratulations and thanks for all you do!!!!
20110                                                                                                                                                       @itvnews @Ryanair disgraceful
20111                                    @AnitaLMcDonald1 @Reuters Correct &amp; if you have it below the waist don’t want to have to explain to my granddaughte… https://t.co/0My4CikuG7
20112                                                                                    RT @Sony: 🔊 2 new tracks from @Normani x @CalvinHarris just dropped. 🔊 https://t.co/FmiGujzcve
20113                                              RT @Disney: Don’t miss Imagine Dragons’ new video for “Zero” from #RalphBreaksTheInternet — debuting tomorrow! https://t.co/kIDzizrhga
20114                                                                                    @MattAbbottPoet @Ryanair OMG that's horrendous. @Ryanair should have removed him from the plane.
20115                                                                             Check out Sterling Silver Italy Basket Weave 52g Bracelet CAT RESCUE  https://t.co/EMnkI1Sq0Y via @eBay
20116                                        RT @JenniL_KVUE: No hot coffee until further notice from  @Starbucks. They stop selling drip coffee and are only selling store bottled beve…
20117                                                                                               I just noticed @netflix released a part 2 to Making a Murderer. Binge into the night.
20118                                    RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. We’ll announce the w…
20119                                                             #hair check out Mudjug American Flag Spittoon - TRAVEL - NEW #MudjugPortableSpittoons https://t.co/WPNgAN63XC via @eBay
20120                                           RT @LydiaPAlvarado: That #FridayFeeling when you start the day with @Starbucks 😃 @shopsclearfork #FridayThoughts https://t.co/KshMi5s3L3
20121                                                                                    RT @Ryanair: Statement: We are aware of this video and have reported this matter to Essex Police
20122                                        RT @Vineet_Bhatia: International Chefs Day-honoured to share The Final Table’ @netflix @NetflixIndia with @ChefClareSmyth @yoshihironarisaw…
20123                                                     Paul Krugman Warns Trump Is Poised To Disregard Democratic House Victory https://t.co/aF6dYAVSI6 via @Yahoo I fucking hate GOP.
20124                                                                                  Check out Shoes Of Prey Baby Blue Satin Slingback Wedge Heels US 9.5 https://t.co/o36j8A8UK8 @eBay
20125                                      RT @rosevine3: Boycott🐅 @KelloggsUS 🐅For Blocking Mandatory GMO Labeling laws @TheGOPJesus @VirginiaInCal @dieterwentzel @2cansan @Gosparwo…
20126                                                                                                                      Check out my listing @eBay - https://t.co/ZwEterAIzl via @eBay
20127                                                                                                                               @JPSwitchMania @SouthPark @amazon Lol 26.73 just now.
20128                                                                                                                RT @OwenJones84: Boycott @Ryanair. Please RT https://t.co/tHoOQtS2cQ
20129                                                                                    @Apple Not as good as my Samsung Galaxy S9+!! I 💗this phone and will never be an iPhone owner!!
20130                                                       I wish people wouldn't sleep on the @netflix Boss Baby series. It has some genuinely fun episodes and Bug the Pug is amazing.
20131                                                                                                                    Check out Men’s cologne set Aramis https://t.co/pipgWDhTag @eBay
20132                                                               RT @jazz821: Check out Nike Elite Ohio State Buckeyes Basketball Jersey Sewn LBJ Medium https://t.co/BzyTnvuhrE @eBay
20133                                         @chrisopheim @Starbucks You have two of the best local coffee houses in the region- @SBCoffeehouse and @929_Coffee… https://t.co/66sSpRVIdd
20134                                                       Check out  FISH Seafood Blue SIGN*Primitive/French Country/Lake House Restaurant Decor*New  https://t.co/Berl5TIG3A via @eBay
20135                                                                                                               So the racist kept their seat and the lady had to move? #wtf @Ryanair
20136                                                                                    RT @Ryanair: Statement: We are aware of this video and have reported this matter to Essex Police
20137                                                         Check out FRANCISCAN AUTUMN LEAVES CHINA Earthenware Lot of 2 Cups Tea Cups Fall Setting  https://t.co/awWQy9Lviv via @eBay
20138                                                                          The Sweetest Madness (Me Before Them Book 6) by Janvier Chouteu-Chando https://t.co/DvI27DT5Y0 via @amazon
20139                                        RT @GoldmanSachs: $GS employees go pink at #PinkDotHK2018 to support #LGBT inclusion. Proud to have sponsored @PinkdotHK since its inceptio…
20140                                                                                                                                                    @Google Thank you - following...
20141                                              RT @Disney: Don’t miss Imagine Dragons’ new video for “Zero” from #RalphBreaksTheInternet — debuting tomorrow! https://t.co/kIDzizrhga
20142                                      RT @geniusparkers: @Sony keep raising that banner high for #Timeless and we’ll keep fighting for more! 🙌🏻#SaveTimeless https://t.co/fVeKyG0…
20143                                           @DesignationSix @H8TheOrangeAnus @BeachesResorts @SandalsResorts @StarKistCharlie @JohnDeere @Cigna @MyPillowUSA… https://t.co/aAqmZayKxO
20144                                        RT @Google: The night is dark and full of @GameOfThrones White Walkers using Chromebook. Now’s your chance to become a new recruit in the A…
20145                                        RT @danrivercustoms: @TheView How the hell does #TheView @ABC @abcnews @Disney @RobertIger let @MeghanMcCain lies stand? NO THE LEFT DOES N…
20146                                        RT @upper_fixer: @DesignationSix @Walmart @Chewy @OmahaSteaks @IdahoPotato @MyPillowUSA @Nestle @StarKistCharlie @SharperImage @IBMResearch…
20147                                                                                                                                          @Reuters How clever of him to notice that!
20148                                                                               I just can’t wait for the @MorganStanley layoffs so @Bamabroker returns #fintwit #market #share2steem
20149                                          RT @TheCMIYC: Wow. @easyJet this is next level!! https://t.co/IqhgYvsgja @instagram continues to have a huge influence on travel. Via @qz.
20150                                                      #baby check out Zippo Harley-Davidson Motor Flag Emblem Street Chrome Pocket Lighter Zippo https://t.co/TVFt4N2o0p via @amazon
20151                                        RT @Green_Cycles: @Ryanair People don’t pay for a trip for the free racial abuse and lack of refreshments. Maybe that’s a new market you’re…
20152                                                                                        RT @missmary88: @Sony Love you Sony!!! 😘❤❤❤ #Timeless #savetimeless https://t.co/vDYlc24BZD
20153                                                                                          RT @theslumflower: Love to @Google for my new CUSTOM MADE Pixel 3! https://t.co/lydjQ97Yl3
20154                                                                                                                                                              @McDonalds So I won..?
20155                                                        Check out Summit Art Glass Vogelsong Beaded Holly and Berry Design Berry Bowl with V mark  https://t.co/IsP9O0O0ON via @eBay
20156                                        RT @SallyPancakes: My article on @blackrock CMO @f3cooper's keynote on wealth contributing to wellbeing at #Money2020. Photo credit goes to…
20157                                                                                  RT @Reuters: How the man behind Khashoggi murder ran the killing via Skype https://t.co/e6dDPBwqj7
20158                                                                                  RT @Reuters: How the man behind Khashoggi murder ran the killing via Skype https://t.co/e6dDPBwqj7
20159                                                                                                               @Michael_Adams77 @McDonalds Could it be due to the boil water notice?
20160                                                              Anthony Kiedis inserted himself and his middle finger into the Rockets-Lakers brawl https://t.co/sNLRvHuWKw via @Yahoo
20161                                                                                                                                       RT @SherifHamdy1001: @Reuters Democrats rally
20162                                        @EDI_Airport @easyJet Nope. Your staff unlocked a door and told us to head out to the plane before the security che… https://t.co/7BafBg2N7X
20163                                                                                 Check out NYX Midnight Chaos Chromatik-Lipgloss MCLG12 Mimsy #NYX https://t.co/kTBjAPUvdG via @eBay
20164                                                                Model railroad conductor scale rr train hobby t-shirt Scale model railroad tr... https://t.co/eSfWdxDdu2 via @amazon
20165                                                                                  RT @Reuters: How the man behind Khashoggi murder ran the killing via Skype https://t.co/e6dDPBwqj7
20166                                                                                                 RT @thedeanlife: Reported who? What are YOU doing @Ryanair? https://t.co/IJCwzFl3kU
20167                                                                                    RT @Ryanair: Statement: We are aware of this video and have reported this matter to Essex Police
20168                                                                                                   @Ryanair So if a racist physically threatens me I am the one who will be removed?
20169                                        RT @MilesBrown: Tonight Aladdin makes his debut on tonight’s tribute to @Disney on the next round of @DWTSJuniors at 8pm PST on @ABCNetwork…
20170                                                                                                  @Apple Or just buy a DSLR camera. It’d be cheaper than buying the overpriced phone
20171                                        @ASOS did you realise a stone is missing on this photo of a ring Xmas decoration you have for sale on your website?… https://t.co/x5kBg7L9BY
20172                                                                                                                                    The whole world want season 2 @haunting @netflix
20173                                                                                                 Check out burco Mobile Handwash  444448591 #burco https://t.co/FvrYPE7UHV via @eBay
20174                                        RT @tara_woolfolk: @Sony We are definitely ready to save Rufus with you and the Time Team!! Lets #SaveTimeless while we’re at it; every bit…
20175                                                                            RT @Reuters: Hasbro shares fall on disappointing results https://t.co/X48IYpKcgR https://t.co/cDKDQ0Fn2C
20176                                         @Tesco Hiya - we were T the checkout just before 6pm. Couldn’t see a staff member to speak to but told the girl at… https://t.co/KTx5FSdiPq
20177                                                                                  RT @Reuters: How the man behind Khashoggi murder ran the killing via Skype https://t.co/e6dDPBwqj7
20178                                              RT @Disney: Don’t miss Imagine Dragons’ new video for “Zero” from #RalphBreaksTheInternet — debuting tomorrow! https://t.co/kIDzizrhga
20179                                              RT @Disney: Don’t miss Imagine Dragons’ new video for “Zero” from #RalphBreaksTheInternet — debuting tomorrow! https://t.co/kIDzizrhga
20180                                                                                                 @Rhona_Redtail @SpaceyJesus @Reuters @realDonaldTrump Has nothing to do with gender
20181                                                                                                                                 @LeedsMJ84 @LUFC @adidas @adidasoriginals I love it
20182                                                                                                                                       Strikes and allowing racist behavior @Ryanair
20183                                                                                                                                          @netflix I have an original series idea...
20184                                        RT @iansomerhalder: Bye bye Canada hello USA! We are Wrapped! vwarsofficial on @netflix  is wrapped and I’m editing my ass off today with G…
20185                              @facebook why have you employed the lying piece of 💩 and week old wank \U{01f9e6} @nick_clegg as global VP? Is the slimy pos… https://t.co/hLDTd2H7kD
20186                                                 Check out If You Got Any Last Night SMILE Car Bumper Window Wall Decal Sticker  #TeesNoveltiesInc https://t.co/vtAzzQUFx6 via @eBay
20187                                        @FedEx Your CEO and my son have something in common.. Perthes Disease.. I want to talk with Mr. Smith about his jou… https://t.co/ZpCKNZkqPH
20188                                                   Check out The Manitou VHS Rare Horror Collectible 1977   Tony Curtis &amp; Susan Strasberg Hal  https://t.co/xV0rwnYcYA via @eBay
20189                                        @Ryanair @AARP @AARPresearch @AARPadvocates Including @splcenter to make sure your name appears on their list of ra… https://t.co/hjBDrF2KVZ
20190                                                @xXBlitz_37Xx @OpTic_Crimsix @UPS even if he did its hard to get them to do anything   tbh  i have had the same issue it took months
20191                                                                                  RT @Reuters: How the man behind Khashoggi murder ran the killing via Skype https://t.co/e6dDPBwqj7
20192                                                         Via @Reuters: White House aide says we want full details on Khashoggi death https://t.co/qZN4llTdX6 https://t.co/eG3oM53GfQ
20193                                                                                                          @u_are_amazingy Who doesn‘t like a @Loreal ad by a #greenbeauty company 🙄
20194                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
20195                                                                             @Ryanair refund the ladies ticket and fucking fire ur staff! specially those who comforted that man!...
20196                                                                           RT @kaosonia: Check out Sterling Silver Pumpkin Charm - Hallowen Charm  https://t.co/JvMhuKXY7y via @eBay
20197                                                                                                                                            @Apple Ever heard of google play project
20198                                                                                                                                  @comcast Worthless with data caps.  1TB is a joke.
20199                                                                                                               @OpTic_Crimsix @UPS Its usually the post office that looses my stuff.
20200                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
20201                                         RT @NicolaSturgeon: Good to visit @GSK Montrose this morning to celebrate the latest investment in new facilities - Montrose is now one of…
20202                                        RT @Glamaroni: Check out Vintage Sterling Silver Richard Cardinal Cushing Archbishop of Boston Religious   https://t.co/rBDTGIvamD via @eBay
20203                                                                             Check out SPAIN 1867 TELEGRAPH 1.60 ESCUDOS EDIFIL # 19 CV: 250€ MNG  https://t.co/y60cSRomQt via @eBay
20204                                                                                                                                                                   @netflix It blows
20205                                                         Check out RUSSELL Athletic Navy Blue Shorts Dri-Power 360 with Pockets Sz Small  #Russell https://t.co/kmWhW2wPhu via @eBay
20206                                                                                                                 @iansomerhalder @netflix @WheelsUp #Like Ian Somerhalder I Like you
20207                                        @Ryanair When are u going to contact the lady who was racially abused on your airline by a disgusting little pig? Y… https://t.co/rsR4yf4HG1
20208                                         RT @Change: Election Day is quickly approaching and @Starbucks still hasn't given its employees time off. Want to help lead on this issue?…
20209                                        RT @ranimani0707: Thrilled to announce that @Adobe has reached global gender pay parity for all of our employees. Read more about this long…
20210                                                Modernize on-premises and hybrid cloud SAP landscapes without disruption @SAP @Cisco https://t.co/mve8IF8hZx https://t.co/KW9zUDytjf
20211                                                                                                                                     RT @mmickie2: @Reuters This is how we got here.
20212                                                                       @DavidLammy @Ryanair I'm surprised they didn't kick off the black woman out! It's all part of the new Normal.
20213                                        RT @PositiveLad: @Ryanair You’ve reported yourself to the police for failing to protect an innocent person? Excellent. Awful company. #Boyc…
20214                                                    RT @luvo09: @jessbrammar @SirIanBlair @Ryanair I would rather go full Icarus than fly Ryan Air - My best wishes to the dear lady
20215                                        RT @husseinalalak: @jessbrammar @Nadine_Writes How appalling that @Ryanair can't even be bothered to pick up a telephone or even visit this…
20216                                                   Check out Large Luxury Alaskan Husky Faux Fur Cosy Electric Heated Throw - 120cm x 160cm #Throw https://t.co/4oyydBY06p via @eBay
20217                                     RT @shall_try: @jessbrammar @Ryanair Absolutely deplorable &amp; I say that as someone who's role within a major airline was 2 respond when we…
20218                                        RT @netflix: The Haunting of Hill House is not only a powerful examination of the insidious ways death can fundamentally impact every facet…
20219                                        RT @eBayROCteam: Plastic Serving Tray with Handles Decorative Pink Floral Hummingbirds Large #Unbranded https://t.co/Y7sZW4gFnR via @eBay @…
20220                                                   Check out Papaya Womens Dress Sz Small Short Sleeves Black White Floral Polyester Rayon #Papaya https://t.co/JRnoY958a5 via @eBay
20221                                                                                                      https://t.co/IsS8FFWJz9: New Releases - PC https://t.co/1QbgvMrHbp via @amazon
20222                                                    RT @Disney: Look who stopped by @Disneyland! Catch Disney Night on #DWTS tonight at 8|7c on @ABCNetwork. https://t.co/mUmIk08VpN
20223                                        RT @TommyFlanagan: Check out how @Ryanair allows some racist scumbag to berate an old lady then make her move to another seat? What’s up wi…
20224                                                    Check out Women's XL De Collection black shirt with built in undershirt  #DeCollection #Blouse https://t.co/F6lNYm9XH3 via @eBay
20225                                                  Sale Only $4.77 - Black Pop Up Phone Grip (Free Shipping) @eBay - https://t.co/XOAKllbtwc via @eBay #ebay… https://t.co/Ktlb5Ln0cu
20226                                                                           Check out Ghosts/HandmadeDress/American Girl Dolls/18 Inches. #Handmade https://t.co/6SEdPvT3P8 via @eBay
20227                                        RT @netflix: The Haunting of Hill House is not only a powerful examination of the insidious ways death can fundamentally impact every facet…
20228                                        RT @ChaliceBlythe: @carapinstation @LucienGreaves @facebook Hey @facebook remember when that one guy sent me pictures of my house along wit…
20229                                                                            RT @Reuters: Merkel: No arms sales to Saudi until 'monstrous' killing cleared up https://t.co/EmGRiuHi54
20230                                                                                                 RT @Reuters: Energy and financials weigh on S&amp;P and Dow https://t.co/XYk6mbQrAy
20231                                         Last chance! Stop by the @amazon recruitment session tomorrow from 10am - 2pm at #TriCEast https://t.co/ereByMDiSk… https://t.co/U4IIyLElWj
20232                                        @Ryanair The twat should have been put off the flight and have his passport marked so he can never board another ae… https://t.co/vLlL3YweLB
20233                                        That man in the @Ryanair video is an absolute disgrace. Racial abuse is this lock has no place in a modern society.… https://t.co/jwrFNjmpt9
20234                                                                                           RT @ThatGayUser: @Ryanair I think your profits may fall more now. https://t.co/Vmh5iVEAbK
20235                                                Check out  Vintage Art Deco necklace glass amethyst hand beaded prism drop silk knotted  #Lavalier https://t.co/lbAzMAxpwx via @eBay
20236                                        RT @ATang38520336: @RethaNtshinga @Ryanair I think it's rediculous that @Ryanair are tweeting people back regarding suitcases being destroy…
20237                                        RT @nurse_marcus: @Ryanair You need to personally apologise to the lady that your staff allowed to be verbally abused and insulted. You hav…
20238                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
20239                                                                                    Check out MOM Pendant Double Heart  in Sterling Silver with chain  https://t.co/9YyHe8CTBU @eBay
20240                                        @GOPLeader @BrianKolfage @facebook Weird. Is this the same Brian Kolfage who claimed the VA reduced his benefits as… https://t.co/HR992VuGVu
20241                                        RT @HarleyTheSwede: What does @Walmart @Target @officialfye @BNBuzz @BestBuy @amazon @Fandango have #incommon #betrayed https://t.co/QZIfE3…
20242                                                                                                Oh found out breakfast is only £3.50 if booked in advance! Love a saving @bookingcom
20243                                        RT @iansomerhalder: Bye bye Canada hello USA! We are Wrapped! vwarsofficial on @netflix  is wrapped and I’m editing my ass off today with G…
20244                                                                                                                               @NintendoAmerica @Walmart That's a really sad bundle.
20245                                                                                                  @Daredevil Great season 3 guys. Thanks @netflix. You made my weekend more awesome.
20246                                             #flowers check out Zippo Harley Davidson Shield and American Legend Emblem Street Chrome Pocket ... https://t.co/fIpmULWSil via @amazon
20247                                              RT @Disney: Don’t miss Imagine Dragons’ new video for “Zero” from #RalphBreaksTheInternet — debuting tomorrow! https://t.co/kIDzizrhga
20248                                                                                                                         RT @JOJEHARVEY: Disgusting @Ryanair https://t.co/khFuj6Axgp
20249                                                                               Check out The Last Sin Eater - Henry Thomas - Louise Fletcher -DVD  https://t.co/FyvYTFcidK via @eBay
20250                                                             Check out Law At A Glance F.M. Payne 1893 1/4 Leather Hardcover Law &amp; Government  https://t.co/Tzy2jlvqFp via @eBay
20251                                                                                                                    @SULUMBO @5a1di @safety_aba @Reuters :-) Skype:-) Arab have lol.
20252                                                                                     @GMB @SwainITV @Ryanair good news! You're trending! #trending #Ryanair #boycottryanair #flights
20253                                                                Check out SAS Womens Penny Loafers Flats Size 9.5 W Wide Black Tassel Leather #SAS https://t.co/4xC14oXPXw via @eBay
20254                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/Aazi5wfdjJ
20255                                                                     Mary Kay Private Spa Collection EMBRACE HAPPINESS Sheer Fragrance Mist 1.7 oz https://t.co/9lWa49pWMs via @eBay
20256                                                                                                                                   3by4 MONSmons https://t.co/uFmOqTaLcY via @amazon
20257                                                                                             #handmade check out Zippo Cubs Pocket Lighter Zippo https://t.co/UZPu5bK7jh via @amazon
20258                                        @Jaumeasens @AdaColau @Ryanair This is the same situation that some catalans live daily. Many procesistas (you incl… https://t.co/YNha5ylXFR
20259                                                                        RT @newtgingrich: About to do a @facebook live on the #caravan invasion. Watch here: https://t.co/8EPREn04yZ
20260                                                                Alex Evenings Womens Blue Maxi Skirt Suit Rhinestone Buttons Size 6P #AlexEvenings https://t.co/sShgUETvgX via @eBay
20261                                                                                                                             I’ll be damned if I ever set foot on a @Ryanair flight.
20262                                                      Check out #VanMorrison 1973 #Tupelo Honey #VinylLP Album Reissue Gatefold Rock Music MT/VG+  https://t.co/LnS5K3SuQF via @eBay
20263                                                           Check out DR. SEUSS's ABC~1963 True 1st edition / 1st printing in Dustjacket~Nice copy  https://t.co/oK0aBV7nfM via @eBay
20264                                                                                                                                    @Ryanair has there been an apology yet? #Ryanair
20265                                                                                                                           @Skol_1993 @zaidweib @NetflixFilm @netflix Creeper alert.
20266                                                                                     This is so sad. I hope this lady heals from that traumatic abuse. @Ryanair you are really trash
20267                                        RT @LabGrassroots: This footage brings shame on @Ryanair. There should be clear policy for cabin crew to kick people who make racist remark…
20268                                        RT @Reuters: A pub in London sets beer prices at a level that moves with the stock exchange. Explore the future of money https://t.co/bu5hE…
20269                                                                                             @getFANDOM @Reuters Which doesnt include @LukeCage or #IronFist https://t.co/PaBCzZcFDJ
20270                                                                                                           Susan Graver Cold Shoulder Liquid Top Sz 14 https://t.co/Ac4Nul5DkK @eBay
20271                                        @AubrisShadow @MisterCockLuv @aubriluv @Holymak31 @amazon @amazon6 🐃5⃣1937 D Buffalo Nickels 3 Legged Nickel MS65 N… https://t.co/UwYSAiGSu7
20272                                                                                                           Skies Are Blue Top Crochet Lace top Size S  https://t.co/91QSiIPhsv @eBay
20273                                                                                          Phantom (Dark Musicals Trilogy Book 1) by Laura DeLuca https://t.co/X9bP3aHAln via @amazon
20274                                           Tweeted for OldBaloo: Pink Healthtex Baby Girls' Kitty Cat Swim Suit with Tutu 12 Months NWT #Healthtex https://t.co/MwUwMZb8sK via @eBay
20275                                                                                                                          @Ryanair Y’all so trash. I know what airline not to fly 🙄
20276                                                                    Dowdle Folk Art Seattle Mariners Jigsaw Puzzle (500  Pieces) Dowdle Folk Art https://t.co/DCK6W8Aa2N via @amazon
20277                                               Check out Wacom Intuos Art Pen &amp; Touch Digital Graphics Drawing Painting Tablet CTH490AK #Wacom https://t.co/d14xQjj4CX via @eBay
20278                                                                             I am not #GenX.  I am without-a- doubt generation #Prime.  AND I love it!! #amazon #amazonprime @amazon
20279                                                                RT @Ninadjjd: 🚨 TONIGHT #DakotaJohnson on @latelateshow with @JKCorden 12:37 AM EST ON @CBS https://t.co/0iIXTn2Lic
20280                                        Shame on you @Ryanair @RyanairFlights When are you going to publically condemn this behavior and apologize to the a… https://t.co/xyXV9ppeht
20281                                         @samehabouelkhie @Sarahkirk40 @_SavvyCat_ @Reuters Mo Bone Saw ordered the death of a journalist and then stupidly… https://t.co/5WfkrNrgMj
20282                                                            Check out  Original Judith Sobel Watercolor Art Vintage Painting Signed #Expressionism https://t.co/C7RR5P2zSN via @eBay
20283                                                       @ranchstressing @BuckyWTGoodHair @PPFA @netflix @bigmouth @chicagotribune More informative than any sex ed class I ever took.
20284                                                                                        LAVENDER FIELD Black Velvet Top Bell Sleeve NWT Size M medium  https://t.co/zOhepFJzlb @eBay
20285                                                                       @Ryanair those employees should be fired for not doing their jobs and removing that pos racist from the plane
20286                                        @KelleyCurrie @CPJ @Reuters Patience is a virtue. We (people in Bolivia) apologize for the deplorable behavior from… https://t.co/FVlPmV3eFe
20287                                        RT @netflix: The Haunting of Hill House is not only a powerful examination of the insidious ways death can fundamentally impact every facet…
20288                                        RT @netflix: The Haunting of Hill House is not only a powerful examination of the insidious ways death can fundamentally impact every facet…
20289                                        RT @GenesisElijah: Hahaa so @Ryanair you're sliding in DM's asking people to remove that video? Where was that energy removing that vile cu…
20290                                                                                                                @NetflixANZ @netflix @TheBailBrown the new season of H2O looks legit
20291                                                       Check out Women's Tek Gear DryTek Today Will Be Amazing T-Shirt Lilac Size S - L Gym Shirt  https://t.co/mjtmObpaVU via @eBay
20292                                               @McDonalds has @Pokemon toys. I’m assuming I’ll be eating there quite a bit this month. #kidswhoruletheroost… https://t.co/l97OXzjHXd
20293                                                                                                                                                            @Ryanair Ban the racist.
20294                                      Hey! It's that time of year so head over to @amazon @PrimeVideo &amp; check out our award-winning horror comedy short… https://t.co/K7z4dbrh2D
20295                                                                                    Check out J Jill Asian Inspired  100% Cotton White Blouse petite M https://t.co/oPJ5Bqs5sb @eBay
20296                                   @netflix got customers deleteing their profile over this and they’re not even the once paying for the account \U{01f92c}… https://t.co/I6L22R9QGR
20297                                        RT @CopThatCooks: Here's a brilliant idea that could really save lives. Well done @Tesco and @stjohnambulance for printing these CPR instru…
20298                                        RT @TJFrancisLive: VIDEO: Delsie Gayle who was the victim of racist abuse by a fellow passenger on a @Ryanair flight says three days on and…
20299                                                                               RT @Reuters: Merkel: No German arms exports to Saudi until killing cleared up https://t.co/oxvKENwSCV
20300                                         @Ryanair Fine that white SOB in a couple of hundreds pounds so that he is left with nothing in his bank or prepare… https://t.co/VsgkKQwLeu
20301                                                                             RT @Reuters: Trump lawyer: Manafort said nothing damaging in Mueller interviews https://t.co/mZeDyxOkU1
20302                                        RT @netflix: The Haunting of Hill House is not only a powerful examination of the insidious ways death can fundamentally impact every facet…
20303                                        RT @netflix: The Haunting of Hill House is not only a powerful examination of the insidious ways death can fundamentally impact every facet…
20304                                    RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. We’ll announce the w…
20305                                        RT @AamerAnwar: Disgusting racist horrific abuse of black passenger @Ryanair What did you do about it? Why was he not removed? Why was he n…
20306                                        @Ryanair - give the lady that was abused free flights forever and never allow her abuser to board one of your fligh… https://t.co/U1GbyY0owv
20307                                                                                          Check out my author page at this easy to remember url! https://t.co/qn9kiKuMhs via @amazon
20308                                        RT @netflix: The Haunting of Hill House is not only a powerful examination of the insidious ways death can fundamentally impact every facet…
20309                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/9CyOyJOxpp
20310                                        RT @BuniculaTv: @SimonFRCox @Ryanair They told the person who filmed @Ryanair giving preferential treatment to the racist passenger to dele…
20311                                                             Check out Knowles Little Red Riding Hood Doll- Heroines of Brothers Grimm Tales Porcelain https://t.co/KRPdxWscgL @eBay
20312                                                     Check out Outdoor Angler Saltwater Fishing Bucket Caddy Organizer 18 Pockets Blue NEW #Caddis https://t.co/BaJ3CRgeKe via @eBay
20313                                                   Check out Womens Size 7 YMI USA WannaBettaButt? Shaping White Stretch Skinny Jeans(JUNIOR) #YMI https://t.co/fsbOMN2ddh via @eBay
20314                                        @craftsuccess7 @anarsenalchap @Mr_ML07 @Lewisno1fan @itvnews @Ryanair @HuffPost Date/Time stamps are the business t… https://t.co/uS39IfPTle
20315                                                                       RT @Reuters: Prince Harry was welcomed to Fraser Island by the local Butchulla people https://t.co/SnasQ8Npkd
20316                                                RT @elvisotisc: Scenic Sunny Morning Handmade Crafted Art Tall Thin Dichroic Fused Glass Pend... https://t.co/8uO1AivDT2 via @amazon
20317                                                          Check out Vtg Playskool Sleep N Play Infant Baby Sleeper 1980s Medium Pink    #Playskool https://t.co/jQTmyiLYBB via @eBay
20318                                                                                                                        @rickygervais @netflix You and Trump have big crowds then...
20319                                                                     Join me in posting with #HR4HR and @TMobile will donate another $1 to @TeamRubicon's hurricane recovery efforts
20320                                                                                           just do it @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca ' '
20321                                                   Check out Disney Golf Collection Short Sleeve All Century Shirt Mens Size Large  #Disney #VNeck https://t.co/1BVsadSYj5 via @eBay
20322                                                                                                                            Check out  Yamaha V1   https://t.co/XldvI3FnXi via @eBay
20323                                                                                                                       cool Abstract 73 MONSmons https://t.co/fnVm83NrGu via @amazon
20324                                                       Check out Bucilla plastic canvas SANTA FACE COASTERS Set of 6 plus Holders Kit #61169 Open  https://t.co/npvnfnVx5T via @eBay
20325                                        RT @rockies98: @Microsoft employees recently hired spend some time volunteering for @BirthdayDreams applying design skills to develop birth…
20326                                                                                RT @Reuters: Trump threatens to cut Central America aid over migrant caravan https://t.co/vda4gBWmwS
20327                                        @mrs_shadysixx @davidenrich @verizon @jbsgreenberg @Nataliekitro I also stated multiple times that i would prefer f… https://t.co/LNM23maSNw
20328                                          @GeoRedBeard @netflix Hmm this is a strange one. Get in contact with us so we get look into this further for you.… https://t.co/x1DMMKqRFt
20329                                                      RT @debsuniqueshop: #Texas T Shirt Size 2XL Blue Short Sleeve Graphic Tee #Anvil #GraphicTee https://t.co/7AeeN8S0NU via @eBay
20330                                                                                Super cute Indigo Rd. Womens Aylee Closed Toe Ankle Cold Weather Boots https://t.co/PunMosyynV @eBay
20331                                                                              RT @netflixplsaves1: hello 😁 #SaveScorpion #ReviveScorpion @CBSTVStudios @CBS https://t.co/49VWNy76ck
20332                                                                                                                            @Ryanair I'd like to know more about your racism policy.
20333                                           RT @BethPaintings: Check out New Vintage The godfather  Glass Cigar Cigarette Ashtray  Heavy and Thick  https://t.co/Am2jF6R0CY via @eBay
20334                                                                                                                              @RAICESTEXAS @facebook These people are really afraid.
20335                                                       Check out 1977 Delta Airlines Wide Ride L-1011 L1011 Tri-Star Captain John Richards Map Ad  https://t.co/ZRuWnsT5u2 via @eBay
20336                                                                                               Supreme Court blocks Ross questioning in census suit @Reuters https://t.co/8f1ccr6UCi
20337                                        RT @Boondockfinds: JUST LISTED Sirius Black LENTICULAR wanted Poster from Theater   https://t.co/tRX7qqCdNJ via @eBay #HarryPotter #Hallowe…
20338                                                                        RT @Reuters: Hundreds of migrant children held in U.S. tent city for months: filings https://t.co/WAoblYT2FG
20339                                        RT @chinamcclain: You guys know what my favorite local spot is to grab an ice cold @CocaCola w/ my FAVE meal? @atl_breakfast has the best f…
20340                                              @GOPLeader @BrianKolfage @facebook That is so trouble. Mark is a goon. How dare he do this to a veteran. While he sat safely at home..
20341                                                                                                                                                           @kallylrsm @netflix Same.
20342                                                                                                     @SportsCenter They left @adidas out of the Top 10?  😳  No respect!  😂👟⛹🏾‍♂️💰
20343                                                                    Check out Vintage Lillie Rubin black halter vamp dress sz S-M 6-8 backless elegant https://t.co/BzVTo4nWJ9 @eBay
20344                                                Check out COLDWATER CREEK Sweater Top Beige Blue Red Striped Knit Round Neck 3/4 sleeve XL #Casual https://t.co/TL48Xr0OqK via @eBay
20345                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
20346                                                                                                                     @HomeDepot IT IS NOT EVEN HALLOWEEN YET https://t.co/nB4gD1h0fj
20347                                                       @DoctorDoom2 @CNN @FoxNews @BBCWorld @Reuters @AP @FRANCE24 @dwnews @AFP @CBSNews @abcnews @NewsHour… https://t.co/cXh3wDM294
20348                                       RT @Walmart: @gumballyoongi Shoot your requests over to our radio DJ's at https://t.co/9OgISxTd0X or 855-925-7346. 🎶 You could get a BTS ma…
20349                                                         Check out Gloria Vanderbilt Rimini Amanda Jeans Tiny Plaid Print Petite Women's Size 14P  https://t.co/0xYzVfDws2 via @eBay
20350                                                              RT @Apple: iPhone XR. You’ve never seen anything like the all-new Liquid Retina display. It’s brilliant. In every way.
20351                                         Dear @netflix I have been betrayed! I went to watch making a murderer season 2 and when clicking on season two and… https://t.co/h6bWwiF02h
20352                                        RT @RageGoldenEagle: @XSEEDGames @Berethor_90 All the collector's editions that won't be selling on @Sony platforms anymore because of thei…
20353                                        RT @diliprao: @Sibos @BCasuLukac @cassbusiness @WellsFargo @CommBank @HSBC Both @WellsFargo and @HSBC admitted that GPI and future extensio…
20354                                                                                      @allisimpson @adidasoriginals @adidas @ZARA @quayaustralia Hi babe please follow me ilysm alli
20355                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
20356                                                                        RT @Reuters: Hundreds of migrant children held in U.S. tent city for months: filings https://t.co/WAoblYT2FG
20357                                        This goddamned cat needs to slow her role! How can I enjoy #haunted on @netflix like this!? Maybe she’s trying to p… https://t.co/BV9t2jqAcY
20358                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
20359                                                    RT @LilEyesCloset: Beautiful Nativity Scene #nativity #porcelain #christmas #Kohls #decoration https://t.co/rpRrjUEwL3 via @eBay
20360                                                        Check out WHIRLPOOL/MAYTAG/KENMORE REFRIGERATOR EVAPORATOR FAN MOTOR -67006968- APPLIANCE  https://t.co/sfX0a0sacL via @eBay
20361                                                    @TheEllenShow @Toyota @LeaMichele @iamjeanniek Like and retweet if you LOVE our President  Donald Trump. https://t.co/pWF5sZquK9
20362                                        RT @MaritaLalaguna: @Ryanair #Ryanair big wigs are currently playing the 'ignore it and it will go away' PR tactic. They are old-school and…
20363                                                                                               @RitchieMHale @Starbucks The occasional White Chocolate Mocha extra whip makes me 😊!
20364                                             Just saw this on Amazon: Sbbiegen886wo Women's Tall Drink Of Water F... by Sbbiegen886wo for $10.99 https://t.co/4Rj1RgNG78 via @amazon
20365                                        DONUT Pop Up Phone Grip (Free Shipping) @eBay - https://t.co/vRToOdHdyw via @eBay #ebay #ebaystore #shopping #deals… https://t.co/dbejdXjW1W
20366                                                                                            @Jules74750209 @TheEllenShow @Toyota @LeaMichele @iamjeanniek Vote Red for more Red tide
20367                                                                    RT @hopescloset2: Check out MONA B VOGUE COIN PURSE CANVAS RADIATE LOVE #MONAB https://t.co/qO0X1n0pJf via @eBay
20368                                        RT @PositiveLad: @Ryanair You’ve reported yourself to the police for failing to protect an innocent person? Excellent. Awful company. #Boyc…
20369                                        RT @gatreasures: Check out  SILVER ABALONE/MOTHER OF PEARL BUTTERFLY PIN--MEXICO https://t.co/IEeMZioOmf @eBay #AbalonePin #ButterflyPin #M…
20370                                              RT @Disney: Don’t miss Imagine Dragons’ new video for “Zero” from #RalphBreaksTheInternet — debuting tomorrow! https://t.co/kIDzizrhga
20371                                        @StevieSalas @netflix @RumbleFilm @StevieVanZandt @MDesbarres @mattsorum @Slash @RPMfm @r_inasala I didn’t know Qui… https://t.co/5Qdf6iGutA
20372                                        @LucienGreaves @facebook I believe this same person also threatened the Atlanta chapter? Either that or they just r… https://t.co/VZ712xGwqD
20373                                                                          RT @Reuters: Merkel: no arms exports to Saudi until 'monstrous' killing cleared up https://t.co/m6Q3whQvVm
20374                                                                                                            @Google I see how Google is so annoying and virtue signaling is so passe
20375                                       RT @Walmart: @gumballyoongi Shoot your requests over to our radio DJ's at https://t.co/9OgISxTd0X or 855-925-7346. 🎶 You could get a BTS ma…
20376                                                                                              RT @Reuters: Newborn African serval triplets debut in Shanghai https://t.co/lWF2mW7QBP
20377                                        RT @FakeNewsEarth: @TheEllenShow @Toyota @LeaMichele @iamjeanniek Elizabeth Warren Reveals New Indian Tribe.  The Tribe Of WANTABEE is newl…
20378                                                     RT @mindy_marvelmom: Beautiful! #RehireJamesGunn #FireAlanHorn #DammitBob @Disney @RobertIger #TeamGunn https://t.co/Mi2ZE0CfKI
20379                                       RT @Walmart: @gumballyoongi Shoot your requests over to our radio DJ's at https://t.co/9OgISxTd0X or 855-925-7346. 🎶 You could get a BTS ma…
20380                                        Sad that @facebook decided to shut down Liberty Memes. They were an open page that promoted discussion and sought t… https://t.co/D7oiYBzhoI
20381                                                                                                          @GOPLeader @DonaldJTrumpJr @BrianKolfage @facebook Twitter needs the same.
20382                                    RT @Quincy: Who’s ready for a holiday flick! ☺️🎄 Check out the trailer did my newest film with @netflix &amp; @KatGraham! #TheHolidayCalender -…
20383                                                                                        Check out John Elway - 1995 Sportflix #156 - PSA 9 (Mint)  https://t.co/NQgFsBEwat via @eBay
20384                                                    #Google is now pushing booking and scheduling services in the local results through Reserve with @Google https://t.co/QUUiB0wBtr
20385                                        RT @netflix: The Haunting of Hill House is not only a powerful examination of the insidious ways death can fundamentally impact every facet…
20386                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20387                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20388                                                                                                             RT @Complex: These @Nike ads remain undefeated. https://t.co/9BV4enBZYO
20389                                                  Four key priorities for digital business planning https://t.co/4btH5k1NM2  #business #Digital @SAP @Forbes https://t.co/rcfSDpLXad
20390                                        RT @TheGroveLA: Join @Nike for the release of the all-new Kobe 1 Protro “Black Out” and a conversation with @KobeBryant. Tomorrow at 6PM. h…
20391                                   RT @Aisleyne1: I’m still spewing over the oafish vile lump of mouldy cheese that spat his venom &amp; racist 💩 on @Ryanair to a windrush lady w…
20392                                        @Reuters So the revolution catches up to the revolution banker.  When you allegedly associate with rioters and Anti… https://t.co/aAXuCt1Dla
20393                                                   RT @politicalnaveen: dear #men be #handsome Goodthreads Men's Slim-Fit Long-Sleeve for $25.00 https://t.co/ZRPzlEUGes via @amazon
20394                                    RT @AartiTikoo: No surprises here. Always suspected @facebook &amp; @Twitter to be compromised and infiltrated by Saudi agents who shut every a…
20395                                                                                         RT @Reuters: Twitter removes more accounts affiliated with Infowars https://t.co/3c71mqMuGH
20396                                                 RT @Reuters: Timelapse created by photographer Ruth Donaldson captures the majesty of the Forth Rail Bridge https://t.co/XqIHd3yxgw
20397                                                                                                Check out Honeywell 360 Surround Heater #Honeywell https://t.co/5ykEMvrMIu via @eBay
20398                                                                                            RT @AmeliaG420: @5123532Npc @N200263767 @goudurix93 @Apple All man are bad #OrangeManBad
20399                                       RT @Walmart: @gumballyoongi Shoot your requests over to our radio DJ's at https://t.co/9OgISxTd0X or 855-925-7346. 🎶 You could get a BTS ma…
20400                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20401                                        RT @lord_mchaggis: RACIST MAN REFUSES TO SIT NEXT TO  ELDERLY BLACK WOMAN on @Ryanair flight calling victim an UGLY BLACK BASTARD and Ryana…
20402                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
20403                                        RT @PwCUS: PwC and @Oracle #financialservices leaders talk trends and the vision forward @OracleOpenWorld https://t.co/w4AvNuErV9 #OOW18 ht…
20404                                                                                     Spirit Guide Angel / Board by Anne Stokes Enchanted Jewelry https://t.co/fFwqVYKoOy via @amazon
20405                                                                               RT @Reuters: Trump's missile treaty pullout could escalate tension with China https://t.co/PBDzro5cbl
20406                                        RT @krispijnbeek: @Shell When is @Shell going to set corporate goals according to the 1.5°C scenario and in compliance with @sciencetargets…
20407                                                                                                                                                        @OpTic_Crimsix @UPS Fuck ups
20408                                        RT @anavaldesny: Join @aihub_ai for an Algorithmic Fairness event @amazon NYC https://t.co/ldEBWUrydz #MachineLearning #DeepLearning #Artif…
20409                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20410                                                                         s12 Vintage 1970s Sewing Pattern Style 1462 Ladies Slip Dress b87cm w67cm https://t.co/BIxSeXn0oD via @eBay
20411                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20412                                        @Mazmarriott70 @annanotherthng @Ryanair Standard procedure with pretty much ALL airlines is to call airport securit… https://t.co/owe8OqlilD
20413                                                                               RT @Reuters: Prince Harry is greeted by the Butchulla people on Fraser Island https://t.co/oF46cizwEw
20414                                                         Check out Mens New Balance Size 11 D Fresh Foam Running Shoes Hunter Green Silver Wt New  https://t.co/QRy2FL0icS via @eBay
20415                                                                                     RT @Namaste2525: @Ryanair You have a tad more explaining to do @Ryanair https://t.co/OtSiBFiR5V
20416                                                                                                     I love Jump Roping. What Up @Nike @nikestore @Jumpman23 https://t.co/ubmGg2obuT
20417                                        @EkbMary @BLMWHB @SenateApprops @HouseAppropsGOP @AppropsDems @CBS What a sad way to make money ...blood money . Ho… https://t.co/ASFPML61XB
20418                                        RT @eBayROCteam: Vtg Talbots Velvet 80s Womens Dress Size10 Scott McClintock Pencil Skirt Brocade #80s https://t.co/18lJdC04jB via @eBay @a…
20419                                        RT @jvplive: Palestinian children are terrorized by IDF soldiers. Imagine seeing a classmate dressed up as an IDF soldier. @amazon should f…
20420                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20421                                                         Check out The Elf on the Shelf Silver Gray Classy Capelet Set Claus Couture Girl Clothes  https://t.co/sKXg7qW4Zc via @eBay
20422                                                                                                                     @VenyaGeskin1 @Apple won't get those earlier than 2020. Period.
20423                                                                                                             @MattAbbottPoet @Ryanair What the hell has this got to do with Brexit?!
20424                                        RT @clarissahaller: Engaging in „Dialogues of trust“ - How external influencers help @Siemens to facilitate #digital #culture #change @Paul…
20425                                        RT @netflix: The Haunting of Hill House is not only a powerful examination of the insidious ways death can fundamentally impact every facet…
20426                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20427                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20428                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20429                                                                                                                                                @Yahoo Public opinion is meaningless
20430                                                                       Check out Fred Perry BELLA FREUD 'DJ FRED' JUMPER M Medium new with tags  https://t.co/75w3kyd8pU przez @eBay
20431                                         RT @Polite_Lion: @Apple Stop stealing from ordinary people all around the world @apple with your sham transactions shifting profits to tax…
20432                                        RT @PositiveLad: @Ryanair You’ve reported yourself to the police for failing to protect an innocent person? Excellent. Awful company. #Boyc…
20433                                        RT @Oracle: Ask Oracle CEO Mark Hurd your #cloud questions. Tag @MarkVHurd and #AskMark to hear from him during @oracleopenworld. #oow18 ht…
20434                                                                           RT @Reuters: Sheep replace traffic in the heart of Madrid https://t.co/2qBxtCfWZe https://t.co/jJkupyiivF
20435                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20436                                                      Check out Spitballs Cat &amp; Dog Madballs KO Weird Ball Gross Odd Animal Vintage 80's Toys  https://t.co/O5bKxFZxuP via @eBay
20437                                                        Check out 2.93 Cts Natural Red Ruby Diamond Cut Round Lot 3.3 upto 3.6 mm Mozambique Sale  https://t.co/8d78Tt7AYw via @eBay
20438                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20439                                                                                          @amazon Thank you for blessing us with this beautiful description. https://t.co/vNdKDvmlX1
20440                                                                                            RT @Reuters: Australia slaps sanctions on Myanmar army top brass https://t.co/pATh8CyJIg
20441                                           @amazon are still selling this as of this morning. Absolutely horrifying. I won’t use them again until it’s gone. https://t.co/iNBEJ22juM
20442                                                                                                                 @andre_peralta @facebook Tolstoy on tobacco https://t.co/yojjkA61Yn
20443                                                 Check out ROLEX VINTAGE MONTRES ROLEX S.A GENEVE 68.00.01 +card holder+certbook+FREE SHIPP #Rolex https://t.co/nGpNI0XFUp via @eBay
20444                                                                                               RT @charlotteann20: @bookingcom Very misleading email......🤔 https://t.co/acdwrZOylD
20445                                        RT @husseinalalak: @jessbrammar @Nadine_Writes How appalling that @Ryanair can't even be bothered to pick up a telephone or even visit this…
20446                                        @RWoked @netflix @LHissrich No such book (to my knowledge) refers to Yennefer's bone structure. I was making an edu… https://t.co/J3NcHzWFmI
20447                                        @GTWScar @TwitchCon @Xbox @XboxGamePass @Microsoft I don't think it be that long until you can get custom ones just… https://t.co/BE3ykaIAey
20448                                        RT @alannarizzo: Looking for an easy way to help those affected by hurricanes? Simply tweet #HR4HR and @TMobile will donate $1 to @TeamRubi…
20449                                        @MooresRoos @perbinder @Boggsies5 @MickTayk @KGuilaine @Ryanair Just pointing out that your EQ is very low for that… https://t.co/9N6KyLW6JN
20450                                                                                                                     @bythebipodcast @netflix Toni Collette is always worth watching
20451                                        @Scooterocket @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell… https://t.co/UtwMVqgOtO
20452                                                       Check out Silicone Stove Counter Gap Cover Kitchen Counter Gap Filler 25’’ Set of 2 #Kindga https://t.co/eEAWXo5RlS via @eBay
20453                                                                                            RT @Reuters: Australia slaps sanctions on Myanmar army top brass https://t.co/pATh8CyJIg
20454                                        @OlCraicCeol @luckystar2619 @nilerodgers @Ryanair Did you understand his tweet being a stand against Ryanairs failu… https://t.co/K5Dyk0dQxv
20455                                                       Check out Marble Tea Coasters Set Absorbent Mosaic Inlay Gem Stone Persian Pietra Dura Art  https://t.co/pwivRFnH2Z via @eBay
20456                                                                                 Check out XFX AMD Radeon R9 280X (3072 MB) (R9280XTDBD) Graphics Card https://t.co/m9W9I4EKul @eBay
20457                                                                                                 @ndTheDreamer @Mc_Bongi Why don't you ask them @BMW @BMW_SA https://t.co/Rb565oeCK4
20458                      RT @MikeQuindazzi: Simulation and Domain Adaptation Improve the Efficiency of Deep #Robotic Grasping &gt;&gt;&gt; @Google via @MikeQuindazzi &gt;&gt;&gt; #AI…
20459                                        RT @MadHatter094: From @charmed_coven on Instagram~ @netflix MAKE THIS! WE DESERVE IT SINCE 2006! #Charmed #CharmedOG #OGCHARMED #BoycottCh…
20460                                                                         RT @Disney: Watch a new special look at the music and magic of #MaryPoppinsReturns. https://t.co/smZA5q8Keg
20461                                                    RT @Disney: Look who stopped by @Disneyland! Catch Disney Night on #DWTS tonight at 8|7c on @ABCNetwork. https://t.co/mUmIk08VpN
20462                                     @PoisonousPlum @Ryanair if disgusting racist isn’t going to be prosecuted then he should be named &amp; shamed and let  jo public deal with him
20463                                                                Writing Prompts For Depression And Anxiety: A 100 Day Journal To Ease Depress... https://t.co/WXz1Yx5nU5 via @amazon
20464                                         @greenpeacepress @Greenpeace @CocaCola @pepsi @Nestle @Danone Where's. The. Plant. Based. Biodegradable. Plastics?… https://t.co/i7o1hOrthj
20465                                                                                                                                           @Ryanair boycott this racist airlines!!!!
20466                                                                                               Check out 2016 Pokemon XY Breakpoint #20 Slowbro U  https://t.co/FDMpimtHec via @eBay
20467                                                                         RT @ATTandSON: Check out BMW 3 Series 328i Sport 2dr manual coupe M-sport LSD  http://t.co/qufH2nRCq2 @eBay
20468                                                                       RT @Reuters: Turkey's President Erdogan's statement on the killing of Jamal Khashoggi https://t.co/qk3lhOUDHu
20469                                                          Check out Vegan Gastrointestinal Cleanse Herbal Detox  P-Ceanse Capsules  #HealthAllWays https://t.co/sGdIw566rS via @eBay
20470                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20471                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20472                                                 Check out 50 pcs Burlap Pouches - Hessian - Jute - look Mini Bag 3x4 inch without the... #shingyo https://t.co/y7WxFFDbvE via @eBay
20473                                             RT @jecaestevez: @PabloDoval @AmyKateNicho @plainconcepts @Microsoft @PlainConceptsEN Time to start #AITech2018 https://t.co/QsdxzmFByp
20474                                                                                                               The Assignment by Lindsay Stenico https://t.co/RVo9A3iqBh via @amazon
20475                                                       Check out Favorable Price EVA Christmas LED Light Lamp Home Decoration Christmas Tree Pend  https://t.co/cjt1Tm80hx via @eBay
20476                                        @Ryanair All I need to know is the name of that mother fucker who made your employees move a black woman because he… https://t.co/xpJcnx0gXK
20477                                                                            RT @Reuters: Saudi Aramco to sign 15 deals worth more than $30 billion: state TV https://t.co/VuG2cfGNCs
20478                                        RT @Reuters: JUST IN: A Saudi team of 15 entered the consulate on the day of the killing of Jamal Khashoggi - Turkey's President Erdogan ht…
20479                                        RT @greenpeacepress: Companies like @CocaCola @pepsi @Nestle @Danone do not have plans to put the brakes on the growing production and mark…
20480                                           RT @ClaudetteMendes: Renove Gypsy @netflix @Netflixhelps  #Gypsyseason2 #RenewGypsy  #SaveGypsy  #GypsyFanMatters https://t.co/o4hPCPUwvt
20481                                                                               Samurai the Way of Bushido: The Way of the Warrior Henry Epps Inc https://t.co/meDqGj6x0e via @amazon
20482                                        @HyundaiIndia @Hyundai The complaint is pending since 12.09.2018 . Shame on you Hyundai. You want to save your corr… https://t.co/TpOBMnIRrv
20483                                                                       RT @Reuters: Turkey's President Erdogan's statement on the killing of Jamal Khashoggi https://t.co/qk3lhOUDHu
20484                                        RT @Turki_ATTamimi2: @MorattiJ @BonhamBeezy @RickMLynch @305local @Bandr14Ksa @ScheyChris @Shaifany @sunsetlover707 @Reuters @YasirKSA88 @M…
20485                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20486                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/weFO16Y0JC
20487                                                    Check out 2 CT Cushion Cut Morganite 14k Rose Gold Over Bridal Engagement Ring Set #Silverdrop https://t.co/DcFT1hbLIp via @eBay
20488                                                       Check out Japanese Animation Cel Production Original HINOTORI Hi no Tori Phoenix Rare #181  https://t.co/xxalxn5Ex3 via @eBay
20489                                        @tinapgce @Channel4News @Ryanair The last time I flew @Ryanair the passengers wanted to get to their destinations i… https://t.co/3PHSJXRBYz
20490                                                  RT @Reuters: MORE: Turkey's Erdogan calls on Saudi Arabia government for suspects to be tried in Istanbul. https://t.co/FW9e1qwRjj
20491                                          @TMobile I’ve been a customer for years and you guys are fucking taking 4 hours to answer + fix my iCloud problem. everyone leave T-Mobile
20492                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20493                                                                                        @sony_india @YouTube  App working fine in #mitv @MiTVIndia then why not in @Sony #Bravia TV?
20494                                          RT @DonFi4o: Check out Steps of Civilization A Chronology Of Chinese and World Civilization  In English  https://t.co/FIyra5rq8y via @eBay
20495                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/lMwS1vhiM7
20496                                                                       RT @Reuters: Turkey's President Erdogan's statement on the killing of Jamal Khashoggi https://t.co/qk3lhOUDHu
20497                                                          RT @GingerForUrsula: @Disney I’m gonna keep it short and simple today. @TheGingerMinj for Ursula. Thank you for your time.
20498                                         @AndyBentley1 @Ryanair I genuinely believe that this kind of behaviour is much more prevalent and much more likely… https://t.co/g95r9EJUM4
20499                                        @nub1a9 @lorrainemking @LeeJasper @Ryanair The deflection is a huge problem as it indicates an unwillingness to acc… https://t.co/7xTrRcJWXB
20500                                                       Check out Collectable Fishing Float Shaped Handled Ceramic Mug Great Xmas Gift Comes Boxed  https://t.co/FOyKlW6yRS via @eBay
20501                                                                                                              The Next Man [Import] Trinity Ent. https://t.co/9aDkCG5IEm via @amazon
20502                                                             Very glad to be flying home with @AerLingus and not @Ryanair. Won’t be flying Ryanair again if I can possibly avoid it.
20503                                                    RT @CESTANDleague: @LolaTV8 @BPSTANDleague @LeahRemini @MikeRinder @Disney Leah doesn’t work for free... https://t.co/aUoLwiwsqp
20504                                                  RT @Reuters: MORE: Turkey's Erdogan calls on Saudi Arabia government for suspects to be tried in Istanbul. https://t.co/FW9e1qwRjj
20505                                                                       RT @Reuters: Turkey's President Erdogan's statement on the killing of Jamal Khashoggi https://t.co/qk3lhOUDHu
20506                                        RT @rustynailfearon: Rusty Nail [Explicit] Rusty Nail Records https://t.co/3BZow6L5pJ via @amazon #Deezer #AppleMusic #Amazon #Music #Spoti…
20507                                                                                                                                         @Android @Google I love the new Android 8.1
20508                                            RT @Sleeperzz2: Check out ZANZEA Autumn Winter Women Long Hooded Coats Female Warm Fleece Zip Up Outerwear https://t.co/7FdhfSBBRh @eBay
20509                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20510                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20511                                                                                              RT @BMW: Stands out in every setting. The #BMW #4Series Coupé. https://t.co/rHhRCAFoX7
20512                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20513                                    RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. We’ll announce the w…
20514                                                                       RT @Reuters: Turkey's President Erdogan's statement on the killing of Jamal Khashoggi https://t.co/qk3lhOUDHu
20515                                                                      Teenage suspect in fatal shooting of police officer shot and killed by cops https://t.co/FC3o25XXRB via @Yahoo
20516                                                                                     RT @Reuters: Saudi sees deals worth billions at summit despite boycotts https://t.co/dpNsW0Dwdq
20517                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20518                                        RT @Pharrell: Thanks to @AmericanExpress for partnering with me to back arts education. Check out the details: https://t.co/cYGqLJgaY6 #Ame…
20519                                                                                   RT @MarleeMatlin: The #StarbucksSigns for the week is #coffee. @Starbucks https://t.co/wyjrF9l6kN
20520                                                    RT @Puration710: $PURA - Puration Inc (OTCMKTS:PURA) Explodes on Coca-Cola Interest https://t.co/vPK9WnqmvP via @Oracle Dispatch
20521                                                                                                                        @Reuters Does he have a history of getting into fistfights ?
20522                                                                                                                                             @JarndyceBooks @AbeBooks @amazon What?!
20523                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20524                                                         Check out you got to do what you got to do e9Art ACEO Abstract Outsider Grunge Painting   https://t.co/76vsvdAYOE via @eBay
20525                                        RT @wkrakower: This year's #HourOfCode is about creativity. I’m in! Are you? (Thanks @amazon for supporting @codeorg) https://t.co/DRiPWJ1u…
20526                                             @boyinthebath @Ryanair Absolutely. If I had of been there I would have been arrested as I know I would have dragged him off personally.
20527                                                         Check out the gift of safe passage between worlds e9Art ACEO Outsider Art Painting Brut   https://t.co/DbrSuNObwL via @eBay
20528                                    RT @SAP: SAP HANA is helping @ElephantsRhinos &amp; People (ERP) preserve the world's ecosystem for future generations. https://t.co/H8kclZW3lr…
20529                                                                                               @amoneyresists your Tweet was quoted in an article by @Yahoo  https://t.co/PqMhoDsJZV
20530                                                                   RT @Reuters: Saudi sees deals worth $50 billion at investment conference despite boycotts https://t.co/WNmupGW2qY
20531                                                       Check out ritual and self-sacrifice e9Art ACEO Outsider Folk Art Brut Painting Self-Taught  https://t.co/RknwrpW7Bs via @eBay
20532                                        RT @CallieField: The devastation caused by Hurricane Michael is heart breaking. While @TMobile continues to lend aid in any way that we can…
20533                                       RT @Nadine_Writes: 🚨UPDATE via @HuffPostUK 🚨: Elderly woman in @Ryanair racial abuse video STILL hasn’t heard from the airline! Family are…
20534                                        @BMACadelic @Apple It’s just Apple way of controlling what you do on their precious phones.  I always buy Apple pro… https://t.co/EqCursHQ79
20535                                                        Check out TWO Unused Vintage Greeting Card Die Cut Fold Out Message Baby Congratulations   https://t.co/cKe4EH9NUQ via @eBay
20536                                                                                                                                      @chellehob @easyJet What happened @chellehob ?
20537                                       RT @nnovick: #OSSummit How @intel Shannon increased #womenintech 2x 👩‍💻 @EmmaLFoley and Sophie Lennon on the import… https://t.co/9sRkQC1Rnx
20538                                                                                   RT @MarleeMatlin: The #StarbucksSigns for the week is #coffee. @Starbucks https://t.co/wyjrF9l6kN
20539                                                                                          #AmazonSpinandWin @amazonIN @Apple god please help me to win this. https://t.co/rNw3di01uC
20540                                                                                    Hey @Tesco why is there an evenly spread layer of fungi on my houmous?🙃 https://t.co/AWlwCnE5uU
20541                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/cvLBtcEqrH
20542                                                            @Tesco I ordered a delivery for today between 12 and 4 but haven't had the hour slot confirmed :( order number 320814273
20543                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20544                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20545                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20546                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
20547                                                    RT @C0RRUPTI0N_USA: @RebeccaWatter10 @Jesse_onya_m8 @Ensin17 @jpmorgan @RBS @sterlingsea Truth. Same ratlines to smuggle it all!
20548                                                                                                                                    @Ryanair what are you going to do about this? 😡
20549                                                    Check out MENS. MEDIUM YELLOW FLORAL JERSEY LYCRA BEACH BRIEF  BY ROBERT CAREY !. #ROBERTCAREY https://t.co/dyRwQ1T9hW via @eBay
20550                                                       Check out British Military Surplus Lightweight DP Combat Jacket  Tag 190/96 NATO 8090/9095  https://t.co/hlsrWQLqRt via @eBay
20551                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20552                                                                                                  @Reuters what kind of idiot ass organization doesn't allow women to vote in 2018??
20553                                         @Ryanair @Ryanair are you prepared to comment on your staffs handling of this situation? Why was the woman made to… https://t.co/W9ksHcZ2Gv
20554                                                                       RT @Reuters: Turkey's President Erdogan's statement on the killing of Jamal Khashoggi https://t.co/qk3lhOUDHu
20555                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20556                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
20557                                        RT @CallieField: The devastation caused by Hurricane Michael is heart breaking. While @TMobile continues to lend aid in any way that we can…
20558                                                                                      @Alhaitham87 @lJCMargin @Reuters I don’t need a dressed up report to tell me what I witnessed.
20559                                                                                   RT @MarleeMatlin: The #StarbucksSigns for the week is #coffee. @Starbucks https://t.co/wyjrF9l6kN
20560                                                                                  RT @Reuters: Turkey demands to know who ordered 'savage' Khashoggi killing https://t.co/w7H2sqWxdI
20561                                                             NWT Maggie Barnes Women's 4X Cardigan Sweater Navy Blue / Gray Long Sleeves #Cardigan https://t.co/vxP4rLx655 via @eBay
20562                                              Check out Kamik Sportsman Green Rubber Boots - Waterproof &amp; Warm to -40ºF /  Camo Trim 11 #Kamik https://t.co/iLWriGMrYP via @eBay
20563                                              Check out 【MINT】BANDAI Walker Machine Xabungle 1/144 Rromeus Type Gundam Design Japan 0765 #Bandai https://t.co/t09rIaNgpZ via @eBay
20564                                                     @SonyElectronics @YouTube  App working fine in #mitv @MiTVIndia then why not in @Sony #Bravia TV @sony_india @SonyElectronics ?
20565                                          RT @DonFi4o: Check out Vintage Religious Hologram Medal Virgin Mary Immaculate Conception Glass Pendant  https://t.co/lwyBFMfZe4 via @eBay
20566                                        RT @CambridgeMap: #Kashoggi death possibly an accident @BBCNews @itvnews @AP @Reuters @SkyNews @SkyNewsArabia_B @SkyNewsBreak @skynewsarabi…
20567                                                                                                      @2MC_LEE @Reuters Can you prove it is fake news??? Documents? Video? I’ll wait
20568                                                  Check out Carty Shop  Indian Women Traditional Art Cotton Banarasi Silk Saree Party Wear #Beauty https://t.co/F0WMDowg0k via @eBay
20569                                                                                   RT @MarleeMatlin: The #StarbucksSigns for the week is #coffee. @Starbucks https://t.co/wyjrF9l6kN
20570                                    RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. We’ll announce the w…
20571                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20572                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20573                                                                         RT @Disney: Watch a new special look at the music and magic of #MaryPoppinsReturns. https://t.co/smZA5q8Keg
20574                                                     Check out MENS LEGACY HIKING CARGO SHORTS SIZE: 42 STRETCH WAIST COLOR: GREEN MOUNTAIN #Cargo https://t.co/2FizvUhPv1 via @eBay
20575                                                Check out Men's Shirt / Jacket - Durable 100% Cotton Denim Like Material - Lt. Brown / XL #Western https://t.co/by7yXkbvX2 via @eBay
20576                                        RT @fox5dc: Starbucks opens first Signing Store in US near Gallaudet University in DC https://t.co/fC96LyBkpi @Starbucks https://t.co/a0piK…
20577                                                                               Dear @Starbucks we have a #AustinBoilWaterNotice going on. Do y'all have a way to still serve coffee?
20578                                                                         RT @Disney: Watch a new special look at the music and magic of #MaryPoppinsReturns. https://t.co/smZA5q8Keg
20579                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20580                                                                                                          The Reckoning: A Novel by John Grisham https://t.co/AZIKl90Ipk via @amazon
20581                                                                                                                                          @dappastar1995 @Microsoft Congratulations!
20582                                         RT @America68027048: @them @Google So because of someone's sexual orientation they can be considered part of a one issue monolithic voting…
20583                                        RT @Reuters: Boston Red Sox and Los Angeles Dodgers to face off at World Series for the first time https://t.co/G8HWqRDFCV via @ReutersTV h…
20584                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20585                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20586                                                      RT @Reuters: Japan looks to robot workers to fill its labor gap https://t.co/NVcAsH5lLF Via @ReutersTV https://t.co/fRlptJsmey
20587                                        @Declan_Murphy82 @kujocelyn @GreenMtnBoy802 @FredTJoseph @Ryanair I woulda escalated my foot up his ass. If you don… https://t.co/TvUgnbQBkw
20588                                                    RT @Puration710: $PURA - Puration Inc (OTCMKTS:PURA) Explodes on Coca-Cola Interest https://t.co/vPK9WnqmvP via @Oracle Dispatch
20589                                                                                         RT @evankirstel: 🐶 Sit. Stay. Good Boy. #AI @Sony @SonyElectronics https://t.co/kOeAPmhSO1
20590                                        RT @netflix: The Haunting of Hill House is not only a powerful examination of the insidious ways death can fundamentally impact every facet…
20591                                        im a bit out of the loop my phone is old and i went to @ATT to look at new iPhones the prices are insane no thank y… https://t.co/nzTDmRxLQX
20592                                                                                 HELLO PICK UP EYEWITNESS @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
20593                                                        Check out 5.74 cts Natural Top Emerald Oval Cabochon Pair 10x8x5 mm Zambia Gemstone Offer  https://t.co/YeWJWOLk4y via @eBay
20594                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20595                                        Hungry? Try a hearty fry-up with our flavorful #greensriracha ! Grab your #srirachagranada today from @amazon ! Lin… https://t.co/pU1UoN8pi3
20596                                    I’m not sure how it works in terms of licensing but I really hope @netflix cancelling #IronFist &amp; #LukeCage just me… https://t.co/uGXpND5HFY
20597                                        @TheSilversky545 @ralf_big @davidgoggins @Marvel @netflix @Daredevil @ThePunisher I agree @netflix .. David would b… https://t.co/ktqsnDN9gT
20598                                                                                                         RT @SophyyPaige: Yes Eamon! Call them out! @Ryanair https://t.co/kqYhXWH6lb
20599                                                               RT @Reuters: China opens the world’s longest sea bridge https://t.co/h3Hj7S9pcz by @ReutersTV https://t.co/DtCqKfqHIG
20600                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20601                                                 Check out Football Toons Mens Novelty Necktie Silk Sylvester Cat Tweety Bird NFL BROWNS  #NeckTie https://t.co/6iBiTbkvSV via @eBay
20602                                        @facebook The person running my account now has resulted into scamming innocent people so you guys either give me b… https://t.co/0vTWxCZK9B
20603                                                      RT @Reuters: Japan looks to robot workers to fill its labor gap https://t.co/NVcAsH5lLF Via @ReutersTV https://t.co/fRlptJsmey
20604                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20605                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20606                                        @Ryanair Within a few weeks I'll fly with you from Brussels to Madrid. Included are 2 small bags as hand luggage. I… https://t.co/VfceayO2qU
20607                                     Read our latest #blog to find out how the opening of an @amazon pop-up store this week on #London’s Baker Street &amp;… https://t.co/YFmTgstLJR
20608                                                Check out Vtg 70s Gingham Goose baby quilt applique blanket Cuddle Cat kitty pattern #GinghamGoose https://t.co/eiFP81Q7fF via @eBay
20609                                                                        RT @Reuters: Germany urges other EU states to also stop arms exports to Saudi Arabia https://t.co/hnvrJljZNo
20610                                        RT @ellymeier42: @s13965019 @netflix @reedhastings @hklaulor @treesarelife2 @Here4Sid @amy89000 @Pasandoelrato12 @ClaudetteMendes @Marilia_…
20611                                                 RT @ItsJmal: This is proper sad and @Ryanair has taken ZERO responsibility or taken action to make amends.. https://t.co/3IILEg8KEH
20612                                                               Under Armour Mens #GraphicTShirt Black Basketball Shakespeare Size 2XL #Underarmour https://t.co/cIp53GaL3t via @eBay
20613                                                                                                   RT @Reuters: Biting bears sink world shares to 1-year low https://t.co/n1rejQmAkq
20614                                                                                         Cute Doberman Vector For Pinscher Lovers T-Shirt taiche https://t.co/BYkDXahiQx via @amazon
20615                                                                  @TheNightGallery @mermaidintherud @netflix @hulu @PrimeVideo My 18 yo son and I are in a super Twilight Zone phase
20616                                        Say NO to the Law of Parties. Watch on @netflix “I am a killer” episode 2 and see the injustice of this law. Reform… https://t.co/kdXnJ8akwF
20617                                        RT @Starbucksnews: Eight things to know about the new @Starbucks Signing Store https://t.co/Gqgztd7btE #signingstore #ASL https://t.co/4eJm…
20618                                                                                                                              @Siftah @amazon Probably this was a drone delivery :-)
20619                                        RT @BizOneConf: Starting off with a real facial recognition demo! Looking to the horizon with Drew Bates of the SMB Innovation Lab @SAP onl…
20620                                                                                                                              @WellsFargo why not take people’s word for it today 😈
20621                                                                                                                  Knowing that I’ll be able to go get @Starbucks brightens my day ☕️
20622                                                                                                  RT @Sony: When you realize it’s only Tuesday. #SpiderVerse https://t.co/o4xvUvG9o6
20623                                                                                                                                                  @Reuters Trade wars never works ah
20624                                        RT @zasaria: @Reuters The buck stops at the top of command chain. Crown prince MBS has had disastrous policies with the help of Kushner and…
20625                                        RT @jvplive: Palestinian children are terrorized by IDF soldiers. Imagine seeing a classmate dressed up as an IDF soldier. @amazon should f…
20626                                                                Absolutely Alkaline H2O Organic Hydrogen Infused 9.5 PhBalance 16.9 oz Bottle... https://t.co/T7bezxdIKc via @amazon
20627                                                  @richtaylor1984 @Apple @jlandpartners @Debenhams Stop dealing w/ 💩companies that will gauge you- buy it directly from Apple then.
20628                                        RT @mishtal: So now obsessive anti-Israel group @waronwant have had their wings clipped by @PayPal who stopped providing them services beca…
20629                                                           Check out 1984 CABBAGE PATCH KIDS PORCELAIN FIGURINE Bedtime reading  #CabbagePatchKids https://t.co/MsSXfgLHfE via @eBay
20630                                        RT @jthospice: Did you know you can raise money for us while you shop online? Sign up for @amazon smile and a percentage of all your Amazon…
20631                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20632                                                         Great example from @TMobile donating to hurricane needs. #HR4HR sets the standard for other companies to follow their lead.
20633                                        RT @MillieCordelia: @netflix Are you thinking what I'm thinking? I hope you're thinking it's time to #PickUpGotham #SaveGotham https://t.co…
20634                                                                                     RT @Reuters: Saudi crown prince appears at Riyadh investment conference https://t.co/N7z49kVhgU
20635                                                                             Enter for Your Chance to Win the Ultimate Trip to #iHeartFiesta Thanks to @ATT  https://t.co/AlEvXk93Po
20636                                            Check out 2015 Topps Tier One New Guard Auto Joe Kelly 166/349 Red Sox https://t.co/7pkK3Jzm5E @eBay ⁦@CollectTheGame⁩ ⁦@linkmycard⁩ #RedSox
20637                                                        RT @RichmanPoorman8: Check out Antique Japanese Hotta Yu Shoten Moriage Vase (Cat.#4A029)  https://t.co/Ifh10Mh3PC via @eBay
20638                                        RT @GrowUpBilingual: So excited about the new @Google Pixel 3 phone from @BestBuy! With an amazing camera + unlimited free storage it's the…
20639                                        RT @Reuters: Investors are finding plenty of reasons to prefer trucks to cars https://t.co/MRomDgSwl5 via @ReutersTV https://t.co/rOgPtpnl8q
20640                                        @NevilleRay @TMobile @MetroPCS wish they'd upgrade the cell tower near me and add LTE Band 4. it only has 5mhz of L… https://t.co/D1vij1EGST
20641                                                                      RT @netflix: Charmed blessed us with one of TV’s best characters ever: Piper Halliwell https://t.co/ANGiAaUJX6
20642                                                                                                                @USHEMP @Reuters How many children and women died of Hiroshima bomb?
20643                                                                                                                                          @RotoRadarCEO @hmills_88 @PayPal 10 bucks.
20644                                                                                        @autumnlvr_ @netflix It is. Props to those who can do it. Veganism is a whole new lifestyle.
20645                                        Why did @Ryanair report to @EssexPoliceUK if @EssexPoliceUK didn't have jurisdiction? @Ryanair continue to mishandl… https://t.co/2fVkp05fCE
20646                                         RT @roman_wacho: @LuluLemew @michaelcozens @Billbrowder @Rhiannnonn @CNN @nytimes @ABC @Reuters @guardiannews @guardian Shameful that they…
20647                                                                         RT @Disney: Watch a new special look at the music and magic of #MaryPoppinsReturns. https://t.co/smZA5q8Keg
20648                                                 Check out CLEARANCE AQUA BLUE CHUNKY CRYSTAL PROM WEDDING FORMAL NECKLACE JEWELRY SET  #Unbranded https://t.co/Ge957iXoml via @eBay
20649                                         @Google is the key here. The main issue w/ podcasts is the same as every other content medium: TIME. So how do you… https://t.co/lL6wTQSxFH
20650                                                                                                                           @tech2eets @Apple @sneha_s96 @shellshocd at what price :D
20651                                        The #MegaMillionsJackpot is at $1.6 BILLION and so is the new @WellsFargo #WhereWeLiveDC program that will bring $1… https://t.co/evutopirJm
20652                                                                               RT @Reuters: Saudi crown prince leaves investment conference: Reuters witness https://t.co/ASEgKZRTdC
20653                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20654                                                                                                                                       @NeetaPatel @Google @HaikuJAM Thanks so much!
20655                                        RT @MHarrisPerry: On the way to Tennessee to spend the day with @Mariah4Congress. And of course @PartnersPerry is drinking @Starbucks since…
20656                                                                                    RT @Reuters: Riyadh must punish all Khashoggi's 'savage' killers: Turkey https://t.co/xqKcFtBVkp
20657                                                                                    RT @VW: Take #Alltracks to your adventure destination. #VWGolf #Alltrack https://t.co/Id1Gwqlphq
20658                                        RT @LVgambler: Check out ALLY SHEEDY SIGNED FUNKO POP #148 TheBeeakfastClub “ALLISON” FIGURE! W/ C.O.A! https://t.co/RHnLKYB1n2 @eBay #theb…
20659                                        RT @spylawmark: Finished for the season. #harvest19 well on it’s way. Nice to finish on a sunny day. @VaderstadUK @JohnDeere https://t.co/m…
20660                                                       Check out VINTAGE MID CENTURY PAPER MACHE BABY JESUS IN MANGER CHRISTMAS NATIVITY FIGURINE  https://t.co/r5MmvYlFcK via @eBay
20661                                                                                                                                                 @Oracle @SquawkCNBC awful wig - CEO
20662                                                                             @comcast How about just offer Internet by itself with out forcing people to get TV too for faster speed
20663                                                                                                                                           @niharica_WT @Nike Beautiful ma'am 👌👌❤️❤️
20664                                                                         RT @antidotdot: @careygillam @PositivelyJoan @Bayer #india beware of Monsanto products. Educate Ur friends.
20665                                                                                                             RT @AyaNdosie: @Aysap_ @ReBaety @Nike @nikesportswear @NSWZA Christ😩😩
20666                                                                                    Check out Fur Case Diamond Blink Yellow Iphone 7/8 Plus Case cover https://t.co/mg6lPeo2pz @eBay
20667                                                                                               You’re not the only one! 😉👍🏻 #Saveshadowhunters 😇😈 @netflix @DisneyStudios @hulu
20668                                                                        @amazon is not letting me post my Lore season 2 review so I will just leave it here. https://t.co/c7OAaGfMvA
20669                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20670                                        RT @CleverlyCool: Check out NIB Pier 1 4 Piece Entertainment Set Dip/Egg Platter #Pier1 https://t.co/woS2KtcZMa via @eBay #halloween #chris…
20671                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20672                                                                                                                                       @facebook  please help in my account issue...
20673                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20674                                               Check out 【Rare Almost Mint】 Nikon F2 Photomic SB DP-3 35mm SLR Film Camera from JAPAN 494 #Nikon https://t.co/YmURc5oOlO via @eBay
20675                                    RT @TMMutisi: @Mastercard will collaborate with local private &amp; public sector partners to drive greater #FinancialInclusion through the imp…
20676                                        RT @RIfuture2025: Hey @traveloka you cannot charge consumers for using their @Visa or @Mastercard to pay on the website.. even @bank_indone…
20677                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20678                                         .@JDOfficial is launching an online store on @Google shopping platforms as it pursues its goal of earning half its… https://t.co/q1ukkB74SG
20679                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20680                                                         Check out Zen Blue Lotus Flower On White Pebbles Canvas Print 32x22 Inches - New  #Modern https://t.co/ldo7ceEthk via @eBay
20681                                                                                                           @TheRickWilson @RebeccaSWH There's a @GoldmanSachs joke in here somewhere
20682                                        @verizon I heard about your Telecom field and it's popularity. And you are moving towards #India also. I would like… https://t.co/KzHhcglICy
20683                                              Good horse racing gift: DR. FAGER THOROUGHBRED LEGENDS Horse Racing Book paperback Steve Haskin NEW  https://t.co/5lcIGA2ZW4 via @eBay
20684                                                     @JohnLegere I need a new phone but refuse to purchase under @ATT  their customer service over the past year has been horrendous
20685                                                                                                                       @reeses @amazon REESES MAKES ME HAPPY! #NotSorry #Sweepstakes
20686                                        RT @netflix: The Haunting of Hill House is not only a powerful examination of the insidious ways death can fundamentally impact every facet…
20687                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20688                                                 @TMobile so your customers has to go to the T-Mobile store to pick up there T-Mobile prize what if my T-Mobile stores open at 10 am
20689                                           @SAP Launches Partner Innovation Program to Deliver Microvertical Capabilities with SAP #S4HANA #Cloud https://t.co/CBLS6ZKKT8 #erp #ensw
20690                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20691                                                       Check out Men's NikeGolf Shirt Polo Short Sleeve Pullover Sz XXL Preowned Dry Fit #NikeGolf https://t.co/nTXyj84Xdg via @eBay
20692                                                                                         @Reuters @Denisedances @realDonaldTrump Here is some more info about censoring free speech.
20693                                        @Limportant_fr @fabien_jean @marcelsel Shame on you @Ryanair for non assistance to this woman who is bullied by thi… https://t.co/QnX6E01UhD
20694                                        RT @mishtal: So now obsessive anti-Israel group @waronwant have had their wings clipped by @PayPal who stopped providing them services beca…
20695                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20696                                        RT @marconielsen: .@deanhager CEO @jamfsoftware and @Anderson from @Microsoft @MSFTMobility showing off cool new #JAMF 10.9 and #JAMF Conne…
20697                                                                                                 Today -25% off @colbertlateshow mug ! On @CBS store ! #LSSC https://t.co/Toh5cP2zT0
20698                                                                                                              Nothing is better than REESE's. @amazon @reeses #NotSorry #Sweepstakes
20699                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20700                                                                        Check out New Era San Francisco 49ers NFL Team Apparel Mens Jumper #NewEra https://t.co/UBB3dk10QQ via @eBay
20701                                                                                                 @JohnLegere @verizon They’re just jealous of your fabulousness John! Magenta power!
20702                                                   Check out [New Unused] CASIO G-SHOCK mastermind DW-5600 DW-6900 Wrist watch 2008 PREMIUM #CASIO https://t.co/zwiZQN0yRb via @eBay
20703                                                        Check out AURORA BOREALIS CHUNKY CRYSTAL PEARL BRIDE WEDDING FORMAL NECKLACE JEWELRY SET   https://t.co/nawPEoXg1x via @eBay
20704                                                                         RT @Disney: Watch a new special look at the music and magic of #MaryPoppinsReturns. https://t.co/smZA5q8Keg
20705                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20706                                         @pahujaa @AskPayPal @PayPal PayPal is simply a platform which  is so convenient for fraud company(like netmeds) to… https://t.co/S9EYsTvEtb
20707                                        @JerrellZod @realmikecolter @netflix @Marvel I didn't mean to make light of the cancellation. I thought Series 3 wa… https://t.co/fg07h5fg1L
20708                                        @Walmart continues to simplify shipping for its customers. Today they announced free 2-day shipping for products of… https://t.co/3UtNosQ9KP
20709                                                                                                 Go check out my friend @PeterDeltondo on @Adobe Live. @AdobeXD hotness will happen.
20710                                                                         Full Set HP 711 Design jet ink cartridge Black/Cyan/Magenta/Yellow  #ebay https://t.co/1bncrmCAXm via @eBay
20711                                              Check out Handmade Navajo Turquoise Bear Paws Cuff Bracelet &amp; Earrings Gift Set #Unbranded #Cuff https://t.co/PRNd4YIIYH via @eBay
20712                                         RT @BearMadeCrafts: HUGE SAVINGS!!!: Lodge Seasoned Cast Iron 5 Piece Bundle. 10.5... by Lodge https://t.co/STlAtPOWCY via @amazon be sure…
20713                                                         Check out BUY 3 GET 2 FREE Lantern Flower Fuchsia 100 Pcs Seeds Hanging F.alba Coccinnea  https://t.co/y6qSo9Dw9H via @eBay
20714                                                                                                                              @MarleeMatlin @Starbucks Why didn't I hear about this.
20715                                                                                       RT @Reuters: Wall Street tumbles as weak industrials add to dour mood https://t.co/iKidl4aIrE
20716                                           @TatumSalesforce @GerryConnolly @salesforce #HR392 has been sneaked in #DHSFundingBill by #kansas #KS03 #traitor… https://t.co/PnX8GxMIxr
20717                                        RT @MissPoBeep: @raju @joshtpm @facebook @AARP Stanford study found evoking anger/excitement increased credulity in older ppl. They were re…
20718                                                                                                                               @kittenmagix @amazon Thanks!!!  So glad you liked it!
20719                                                                              RT @Reuters: Wall Street tumbles as weak industrial forecasts add to sour mood https://t.co/o7KwLl2bEz
20720                                                                                      .@oracleopenworld day two is kicking off @Oracle #OOW18 @storagereview https://t.co/c6D0TtneNJ
20721                                                                                                                              Suits Seasons 1-6  https://t.co/EOXjeRQu1x via @amazon
20722                                        RT @Rich_A_Sharkey: @EssexPoliceUK @Ryanair should never have been passed onto the Essex police they have no jurisdiction over what happens…
20723                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20724                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/2rKTEgUsCN
20725                                                   Check out Nick &amp; Nora Womens Yellow Sock Monkey Pajama Pants Capris Size Med Flowers Hats   https://t.co/udD1lacobw via @eBay
20726                                        @AntoninaGraham @Tesco Maybe this is Tesco’s way of beating obesity!  Just doesn’t help that the one person that go… https://t.co/G4QnRVOCHs
20727                                         RT @BigBawdyNoe: ME Angel getting our wonderful customers thanked today! Thank you @TMobile for awesome promotions and offers that we only…
20728                                                  Check out Covington shirt top M stretch mini pleats green 3/4 sleeves womens #Covington #KnitTop https://t.co/ahoAAuIdpg via @eBay
20729                                                       Check out GAP 6 Jacket Front Zipper Beige Long Sleeves Stretch Womens NWT #GAP #BasicJacket https://t.co/SMbMTxjBoP via @eBay
20730                                        More reasons I love working @Cisco.  Our focus on our employees is amazing.  We care and leaders' transparency is r… https://t.co/bfMUYacrdG
20731                                                       Check out ST John Vintage Shirt Blouse 8 Front Tie Button Front Long Sleeves Womens #StJohn https://t.co/skIZn1f2Is via @eBay
20732                                                       Check out Vintage Hen on Nest with Salt and Pepper Eggs. Unused. Still has Stickers Japan.  https://t.co/vVe89h2KX5 via @eBay
20733                                                                   Check out Vintage L.L. Bean Duck Boots Mens Waterproof Hunting Shoes Leather Size 8 https://t.co/GxPSHouCuj @eBay
20734                                        RT @pfizer: Many patients struggle to adequately describe their #ChronicPain.  What do you wish people understood better about your chronic…
20735                                                                                                    The apple of my eye @Ford #energi #ElectricVehicle #TMOM https://t.co/TajmXryxZx
20736                                                                      We had fun looking for all the stickers 👻 @nextofficial #monsterbash #meetthemetcalfs https://t.co/fXnoeJok5B
20737                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20738                                                                                                       . @BankofAmerica has the worst customer service.  Robert Scott in particular.
20739                                                                                @Brasilmagic @deannaresists @ChurchAndStateN Hey @Disney   Have you looked into what you are airing?
20740                                                                         RT @Disney: Watch a new special look at the music and magic of #MaryPoppinsReturns. https://t.co/smZA5q8Keg
20741                                                   Check out Victorian Vintage 1.64cts Pave Rose Cut Diamond 925 Silver Amazing Star Pendant #Star https://t.co/bDeKrnZ2G6 via @eBay
20742                                                                                                                                          @michael_bodley @amazon How do you figure?
20743                                        RT @babinefertiti: @slb79 @Say_Yes_2theJes @netflix Yasssssssss I was just saying that to my friend that other day. Like why are they putti…
20744                                                             RT @EMGraphicsEbay: Check out Corgi Toys 1972 Catalog The Mettoy Co Ltd London #Corgi https://t.co/2JHjGIThyj via @eBay
20745                                                                                                                                                             @Walmart All Too Well!!
20746                                        RT @MartynWilliams2: An idea for @BBCNews and other media. Instead of headlines saying how many million barrels of oil @BP_plc will pump ou…
20747                                                                                                          RT @2PACMUFC: @Ryanair any update with the racist incident at your flight.
20748                                                                            @Oracle Study Finds 93% of People Would Trust Orders from a #Robot at #Work! #AI https://t.co/XxZrDMQgZn
20749                                                                        Check out Retro Beautiful Vintage Russian USSR Sterling Silver 875 Women.  https://t.co/jcxjHrEKy9 via @eBay
20750                                        #CollectToWin at @Walmart today and enter for the chance to win great prizes! Look for specially marked family size… https://t.co/jmveAfRR7E
20751                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20752                                                           Check out 1958 Postmarked Postcard Mt Gretna Pennsylvania PA Road Sign on Country Lane  https://t.co/bRJuL2aDGd via @eBay
20753                                                        Check out Hatchimals CollEGGtibles Neon Nightglow 12-Pack Egg Carton with Season 4 CollEG  https://t.co/2oF9Xri4vF via @eBay
20754                                                                                        Check out Nightwaves - DVD - Sherilyn Fenn - David Nerman  https://t.co/PWF1ik4BpJ via @eBay
20755                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20756                                                                                                                                                                  @Google u wasteman
20757                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20758                                                               RT @Walmart: @ositodemieI It looks like we're getting a good amount of EXO love as well! How does Ko Ko Bop sound? 😀
20759                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20760                                                                               @TheEllenShow @Toyota @LeaMichele @iamjeanniek Are you proud your producer bullies immigrant women???
20761                                                                                                                                                               What the fuck @amazon
20762                                        RT @GrahamBentley: @Ryanair I’d say your staff were witnesses to a hate crime and allowed it to proceed. Fear of management response to eje…
20763                                                  Check out Marina NEW Womens White Sequin Lace Overlay Sheath Dress Size 10 New With Tags #Marina https://t.co/qyygiCrI3X via @eBay
20764                                        RT @Stef0487: I've yet to get on an @easyJet flight and take off on time 😡. Delayed again! So irritating. Wonder if I'll get to sit in the…
20765                                                                                                            Will @Twitter rageban over memes like @facebook? https://t.co/0Aw5DqFehu
20766                                                                                                                      Check out my listing @eBay - https://t.co/f0XVB3BAAd via @eBay
20767                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20768                                                                   @kashanacauley That's probably what @facebook has in mind too with its cameras in the home...a new revenue stream
20769                                        RT @edtechchic: @Tommyspall @Gaticatech @Google @GoogleForEdu @edtech2love @BrenhamElem @BrenhamISD @lyndseykubos @wgjackso @BrantonTech Gr…
20770                                                                    RT @jazzyjunker54: Check out Vintage Cub Scouts Wolf Emblem Neckerchief Slide  https://t.co/w4QKYHUl7x via @eBay
20771                                        CBD is becoming increasingly popular as people learn about its many health benefits. Even @CocaCola is looking at p… https://t.co/JxpbAvdg8I
20772                                                                                                                @Reuters Such a romantic place to have talks https://t.co/uTIJ1VlSQz
20773                                                                                     RT @Reuters: Saudi crown prince appears at Riyadh investment conference https://t.co/N7z49kVhgU
20774                                        RT @igorkhmel: Bullish news. The endorsement from two firms @Novogratz @GoldmanSachs with strong Wall Street roots may help BitGo attract m…
20775                                                                                                                                                          @them @Google Fuck Google.
20776                                        RT @JohnLegere: So excited that @TMobile is doubling down on #HR4HR during the World Series – every home run = $10K. Every tweet = $2! We a…
20777                                        @cathaypacific thank you Uncle and @BMW and Mr. stefantommy [ Mr. Chen Bu Hen ] [ owner ] and @hm_sin7 Mr. Son Heun… https://t.co/HJFEfuJDBf
20778                                                  Check out 1957 Jimmie Rodgers Honeycomb Their Hearts Were Full Of Spring Vinyl Single Pop #Vocal https://t.co/AUaDq0WOP4 via @eBay
20779                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20780                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20781                                                       Check out THE LATIN DELI TELLING THE LIVES OF BARRIO WOMEN JUDITH ORTIZ COFER HOLIDAY DEAL  https://t.co/8tRYGVtSVB via @eBay
20782                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20783                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20784                                                  @Reuters @USAID @WFP @libe @guardian @independant @lemondefr @RFI @AFP @UNReliefChief @ICRC @UOSSM_France… https://t.co/SIPXxv7geo
20785                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20786                                        Thank you @Walmart @WalmartInc @WalmartCareers for addressing the unfair treatment of my 74yr old mother and employ… https://t.co/Ds20hofCtZ
20787                                                Check out Estate Womens 18K Pave Diamond Ring Unusual Pierced Openwork Geometric Wide Band #Estate https://t.co/glOKnLO6Lm via @eBay
20788                                                               RT @Walmart: @ositodemieI It looks like we're getting a good amount of EXO love as well! How does Ko Ko Bop sound? 😀
20789                                                                                  RT @Audi: Stop to smell the burnt rubber. #AudiRS7 https://t.co/mvTwfLSyBi https://t.co/qVHGBOCExE
20790                                                        Check out Style n Craft 70009 - 3 Pkt Pliers/Tool Holder in Oiled Heavy Top Grain Leather  https://t.co/r3iAQ3lkcb via @eBay
20791                                                                                          @reeses @amazon I have them all ready to go for trick-or-treaters!! #NotSorry #Sweepstakes
20792                                                                              RT @Sony: Happy 20th birthday to “…Baby One More Time” @britneyspears ✨🎉💓🎂 https://t.co/DXZ3DW2A46
20793                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20794                                                                                           Check out Per Una Smart jacket Size 20 Excellent Condition  https://t.co/J9IsaJubrk @eBay
20795                                        @parscale @Apple @facebook @Google @Twitter It already is. Editorial content is separated from factual reporting. U… https://t.co/yt62ivFJao
20796                                                                           RT @Reuters: Putin says he wants to hold new talks with Trump in Paris next month https://t.co/gbKKFC6KaO
20797                                                           Check out SPARTA PRAHA 2011 2012 HOME FOOTBALL SOCCER SHIRT JERSEY TRIKOT NIKE XL #Nike https://t.co/Qc0LjXjlWf via @eBay
20798                                                                                                                                                           @Reuters This is not news
20799                                                                         RT @Disney: Watch a new special look at the music and magic of #MaryPoppinsReturns. https://t.co/smZA5q8Keg
20800                                                                                                                       @andygarlandsays @StarstruckCorp @Shell Haha thank you Andy ☺️
20801                                                                                         RT @Walmart: @meownseokk Another point for the EXO team! Keep the request coming guys! 😎🎶
20802                                                          Check out $65 New York Islanders Womens Team Pride II Sweatshirt Pullover Hoodie Jacket  https://t.co/4rjSoHyVf0 via @eBay
20803                                        RT @sian265: We can’t show outstanding ratings if they won’t air 3b @FreeformTV @ConstantinFilm @netflix #SaveShadowhunters #ShadowhuntersC…
20804                                                                      RT @VirginiaKettle1: Check out African GREY PARROTS 1979 Paul R Paradise HB Book https://t.co/XNF53BEBaK @eBay
20805                                                                       @lequipedusoir @adidas @realmadrid @adidasfootball @realmadridfra @KBenzema_FR @elkhedra For me ...formidable
20806                                                                                         RT @Walmart: @meownseokk Another point for the EXO team! Keep the request coming guys! 😎🎶
20807                                                                                @RecapZone1 @kamijane29 @MarshaBlackburn @Google My kids don’t get free lunches. They just cut them.
20808                                    RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. We’ll announce the w…
20809                                    RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. We’ll announce the w…
20810                                        RT @Alex_Flores1: @cheekybroad @FedEx Fedex fucking sucks they break peoples shit and then don’t take responsibility even if you insure it.…
20811                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20812                                                                  RT @Reuters: Putin meets Trump's national security pointman to discuss nuclear arms treaty https://t.co/xUAQWRJbrX
20813                                                                       RT @Wersching: THIS GUY! 🤗 @goranvisnjic #Timeless #TimelessMovie @NBCTimeless @Sony https://t.co/vGftAWFwMH
20814                                                      Check out Lowe Alpine Womens Triple Point Waterproof Jacket Blue Small #LoweAlpine #Raincoat https://t.co/hdVPiopZGh via @eBay
20815                                                   Check out Gigantis The Fire Monster Godzilla Raids Again Big Poster Anguirus 1959 H45 #Godzilla https://t.co/VfrZlXC90i via @eBay
20816                                                       Check out Clarks Privo Slip On Clog 11M Brown Leather Medium Wedge Heel Black Trim Comfort  https://t.co/j3N9rXeRhE via @eBay
20817                                                                                              Check out 15 antique metal soldiers made in England  https://t.co/qrd4U1Ka9o via @eBay
20818                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20819                                                               RT @Walmart: @ositodemieI It looks like we're getting a good amount of EXO love as well! How does Ko Ko Bop sound? 😀
20820                                         @MarkAnthonySPQR @VNemesis02 @Vncenza2 @them @Google Why do we have laws that are different based in gender in the… https://t.co/7HujSfw3Qg
20821                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
20822                                                        Turkey detains Swedish citizen over suspected PKK links: police https://t.co/u5vwIY5NmE via @Reuters https://t.co/MS2cYrgwtO
20823                                        RT @David_Leavitt: For every retweet this post receives @TMobile will donate $2 to @TeamRubicon’s hurricane recovery. #HR4HR https://t.co/i…
20824                                                               RT @Walmart: @ositodemieI It looks like we're getting a good amount of EXO love as well! How does Ko Ko Bop sound? 😀
20825                                          RT @PearlPrincewill: Emotional Security for Ladies: Discover the mistakes ladies make that expose ... https://t.co/SBwWbOJ43R via @amazon.
20826                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20827                                         #fishing Check out VANDEK Handheld Car Vacuum Cleaner Automotive Bagless 12V with Carrying case Car #Case https://t.co/JvQNVNoMHx via @eBay
20828                                                                   Check out Handmade Pretty Leather Flower Bracelet with YIK FUNG Snaps #Handmade https://t.co/4Yla6ZuKPB via @eBay
20829                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/0GND7yzGt2
20830                                                                                         RT @Walmart: @meownseokk Another point for the EXO team! Keep the request coming guys! 😎🎶
20831                                                                                       RT @YardBoxx_1: Extra 10% off 🌟LIQUIDATION🌟 SALE🌟DICKIES https://t.co/eF9hevz6S1 via @eBay
20832                                                                                                                             copper tongue scraper https://t.co/oBAwb7keku via @eBay
20833                                                                          RT @ConstanceZimmer: Pure gratitude @HouseofCards #finalseason #November2 @netflix https://t.co/UfaZUimRwW
20834                                        RT @jmgrazela: The people at @Sony are our heroes. We will follow them anywhere. We continue to try to kick down doors so they can walk thr…
20835                                        RT @FASWVA: Together we have the power to break #hunger and create economic mobility for our communities. Join @BankofAmerica and @FASWVA f…
20836                                                                                                                   @CliftonPepper @Reuters Only because you don't know how to count.
20837                                                    @Reuters @ReutersTV Recently saw some fragments of a Mars meteorite at this small museum in Bethel Maine https://t.co/fwe5dYr8Q9
20838                                                   Check out DVF Black Barita Shirtdress Mini Belt Short Sleeve Casual Dress Black Button 4 S #Any https://t.co/uOOZpIVjgt via @eBay
20839                                                           Check out $11500 CERTIFIED 14K YELLOW GOLD 2.65CT EMERALD 1.10CT DIAMOND RING #Cocktail https://t.co/vJsg9JIhue via @eBay
20840                                                                    @goliath231 @netflix Me too!!! I can't wait!!! The book is so thrilling!!! And Sandra is perfect for the part!!!
20841                                            RT @UPS: Ware2Go helps businesses like PR Diamond expand warehousing capacity where and when needed. #smallbusiness #SMB #ecommerce #B2B
20842                                                                             Enter for Your Chance to Win the Ultimate Trip to #iHeartFiesta Thanks to @ATT  https://t.co/EOFhxzT6Pk
20843                                                         Check out Vintage Fort Worth Texas Souvenir Scarf Black White Large Meachams Landmarks    https://t.co/G8F6dlM1Cj via @eBay
20844                                                                                                                                                           @biton_odel @eBay Nice!👍
20845                                                                                                                                      @MarleeMatlin @AaronWorthing @Starbucks Awesom
20846                                             @andreaspreis @AdobeDrawing @Adobe @creativecloud @AdobeDACH Looks awesome! Love the whimsy and massive amount of detail in this piece!
20847                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/i0bqRtD8iG
20848                                                       Check out Auto Windshield Snow Sun Cover Tarp Ice Shield Van Scraper Frost Removal SUV Car  https://t.co/Fj9NDVfokB via @eBay
20849                                        everytime you tweet the # #HR4HR you will be helping to the ppl affected by hurricanes. @TMobile will donate 2$ for… https://t.co/BesDqUdZJb
20850                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20851                                        @Lone_Wanderer01 @ChrisMcCusker67 @Morrisons @Tesco How effective is #DEFRA's #GreatCampaign for selling Scottish p… https://t.co/FGGl5Zx4zm
20852                                                         Check out WOMEN'S T-SHIRT WOLVES SPIRITED COMPANIONS STONEWASHED MULTICOLORED SIZE SMALL  https://t.co/7ladJn5Dzz via @eBay
20853                                                                                                   damn. @Nike nike don’t gotta pay me to wear their stuff.. https://t.co/rMrSBAfcNS
20854                                                   Check out Ann Taylor Loft Petite Woman Sleeveless Red Dress Size 2P #AnnTaylorLoft #AnyOccasion https://t.co/3GvYjZkG9z via @eBay
20855                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20856                                                                              RT @Sony: Happy 20th birthday to “…Baby One More Time” @britneyspears ✨🎉💓🎂 https://t.co/DXZ3DW2A46
20857                                        @Pepsolman @melindaville @Apple Hey trust me it beats any other oem that has no physical store. But the price is su… https://t.co/omb1jkp7sX
20858                                                                  Check out Chaps Ralph Lauren Gray USA Flag Zip Sz Large Spellout Zip 90's Vtg Hoodie https://t.co/WaUBrAYvXX @eBay
20859                                                                    RT @jazzyjunker54: Check out Vintage Cub Scouts Wolf Emblem Neckerchief Slide  https://t.co/w4QKYHUl7x via @eBay
20860                                        Watched Sour Grapes on @netflix. The Koch:wine::Jackson:horses auction parallels weren't lost on me. Especially the… https://t.co/6R2InLPq8t
20861                                            RT @Reuters: JUST IN: Trump says Turkey's Erdogan was 'pretty rough' on Saudi Arabia in his remarks on Khashoggi https://t.co/4r6hHupcBu
20862                                    RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. We’ll announce the w…
20863                                        @Kio_Bat @Apple Bluetooth but they don’t have wires. At least for me that’s totally worth it. I use my headphones s… https://t.co/qWNDkGfezf
20864                                                                                              Don’t buy adobe stock. There policies are terrible! Don’t do it! @Adobe @creativecloud
20865                                                               Check out ESTEE LAUDER 6.7 OZ YOUTH DEW perfumed body CREAM frosted jar #EsteLauder https://t.co/sJr6LlRUXV via @eBay
20866                                             @optimusinfo is a @Microsoft gold certified partner ready to provide #dataanalytics solutions including #Azure… https://t.co/91Xe15mVRZ
20867                                        Why is @ATT STILL blocking @Cloudflare? There is NO possible way that it was ever a 'glitch' or mistake. This is pu… https://t.co/l3XZVWetU6
20868                                        RT @Starbucksnews: Eight things to know about the new @Starbucks Signing Store https://t.co/Gqgztd7btE #signingstore #ASL https://t.co/4eJm…
20869                                                                                                                    @MarleeMatlin @Barnes_Law @Starbucks Their coffee is still crap.
20870                                                                                           Check out VSX Victoria Secret Sport Flare Fit Legging Pants https://t.co/qqrE39aT7h @eBay
20871                                                                                  RT @Reuters: Lumos: Gigantic wands light the way for Potter fans in London https://t.co/5lKhRbcO9p
20872                                                                                                              RT @KICKINGASS2016: @AlzCareLabs @michellemalkin @facebook Thanks Mary
20873                                                                                                  8 minues to go......Check out my listing @eBay - https://t.co/JzuBrt9LR1 via @eBay
20874                                        RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Thanos Pop! prize pack! https://t.co/9Q3d7NaA2Z
20875                                                       Check out Vintage 1980s Lanz Dress Size S M Rayon Black White Bows Modest 3/4 Sleeves #Lanz https://t.co/6Nxe4CLoO5 via @eBay
20876                                                                     RT @jmussi: @Ryanair Statement: I’m aware of this video and will report that you are not worthy of my business.
20877                                        RT @SandyLoves7: Hey #BTSARMY! Please tweet (RT’s don’t count) with the hashtag #HR4HR and @TMobile will donate $2 to @TeamRubicon hurrican…
20878                                                                                                                                                         @McDonalds Love the bigmacs
20879                                                               RT @Walmart: @ositodemieI It looks like we're getting a good amount of EXO love as well! How does Ko Ko Bop sound? 😀
20880                                                Check out Halloween Haunt Devil's Tune Black Cat red cocktail dress for Silkstone Barbie #dollsaga https://t.co/dtHrVWiwOB via @eBay
20881                                                                                      RT @Reuters: Saudi king and crown prince meet Khashoggi family members https://t.co/c8SD4ndKaw
20882                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20883                                                            SALE: 1984 Lidded Weinlese Rupert Schneider 2 Liter Porcelain Growler Made in Germany  https://t.co/FFBwpAQKzT via @eBay
20884                                                             @Woodrow1616 @PayPal At least they know how to use the cashtag unlike that certain other company which should know ....
20885                                                          Check out Nike Pro Coral Gray Print Long Sleeve 1/2 Zip Pullover Womens Size Large #Nike https://t.co/TNcF2h3Qei via @eBay
20886                                      RT @jcmentoor: The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/…
20887                                    RT @smarksnyc: Greatful to @BrandeeMcHale &amp; team @Citi Foundation for #ProgressMakers support 2016-2019 for @LISC_NYC to innovate and stret…
20888                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
20889                                                          Check out ✔️🔌 WORKING GENUINE NETGEAR AC/DC ADAPTER 12V 1.5A AD6612 - UK SELLER #NETGEAR https://t.co/vIgKDCySev via @eBay
20890                                                          Check out Timeless Tales Hand Painted Matching Background Pencil Drawing Production Cel  https://t.co/1PraKOT3Z3 via @eBay
20891                                            RT @Reuters: JUST IN: Trump says Turkey's Erdogan was 'pretty rough' on Saudi Arabia in his remarks on Khashoggi https://t.co/4r6hHupcBu
20892                                        RT @DeniaMiriam: Dear @netflix Saving Shadowhunters would be such a good investment !! I hope you can believe in this and make it come true…
20893                                        RT @cbritt1985: Signs of the season ; it’s #McRib time @McDonalds check out @DaymDrops Review (as aired on Jimmy Fallon)  https://t.co/1vz9…
20894                                                                      RT @Reuters: Why pieces of the moon that fell to earth are so valuable. Via @ReutersTV https://t.co/z9ckMKulHN
20895                                                                                                           @GhostfromTexas @BalancedMT @WatchMixer @Starbucks Ewwww...... Starbutts!
20896                                                                                                                                    @lexiemarie06 @Starbucks Wow guess I’ll just cry
20897                                        RT @marcie_stewart: @bleedingedgedoc @netflix @Bayer @JNJNews @TammyJa54001341 Glad it’s off the market but the timing may diminish interes…
20898                                                            RT @Reuters: BREAKING: Trump calls Riyadh's handling of the Khashoggi case 'worst cover-up ever' https://t.co/8f3b5L8wuq
20899                                        RT @NOH1B: @ConMijente @amazon @Microsoft @palantir Tech Giants are the largest lobby for FOREIGN WORK VISAS!!! Our data is flowing offshor…
20900                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20901                                                       Rendezvous With Rescue A Prepper Is Cast Adrift: Southern Prepper Survival https://t.co/KOicsCaSKy via @amazon #prepper #SHTF
20902                                            @DesignationSix @McDonalds @Arbys @rubytuesday @redlobster @goldencorral @IHOP @Applebees @IdahoPotato @Walmart… https://t.co/8ViXduE2XD
20903                                                                Rustic Woodland Snowman Winter or Christmas Wreath Handmade Deco Mesh What A ... https://t.co/4XrhkDqUTT via @amazon
20904                                                                                 @davidtravelto @Ryanair @davwain1 @realDonaldTrump @POTUS #BoycottRyanAir stop disrespect consumers
20905                                                                                                                                    @CrumbBumm @FedEx You ever up in the NY/NJ area?
20906                                        @amazon Amazon Seller Central please reply look into my account as i need my account active and not suspended as it… https://t.co/HTcSPEbrdH
20907                                                Check out Women's Vionic High Tide Platform Flip Flops Sandals Black Red Animal Leopard 11 #Vionic https://t.co/aio2Y4j3Sh via @eBay
20908                                                            RT @Reuters: BREAKING: Trump calls Riyadh's handling of the Khashoggi case 'worst cover-up ever' https://t.co/8f3b5L8wuq
20909                                                                                 RT @ositodemieI: @Walmart Please do any song by @weareoneEXO ! Your customers will surely love it !
20910                                                                                                                                  Hey @comcast @comcastcares any update your outage?
20911                                                       Check out Nickelodeon Shimmer and Shine 8 Inch Holiday Stocking/2 Mini Figures #Nickelodeon https://t.co/stW3St04w0 via @eBay
20912                                                                                                                                                @MORTALSCUMBRO @netflix LMFAOOOOOOOO
20913                                                                                                   @PalmerbowenM @Ryanair No money for but #BoycottRyanAir stop disrespect consumers
20914                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20915                                        RT @intel: We are transforming the heart of the home—the living room—powered by Intel Core Processors and #5G technologies delivering amazi…
20916                                        RT @JQStandLeague: @CESTANDleague @LolaTV8 @BPSTANDleague @LeahRemini @MikeRinder @Disney Yeah! Confirmed even by her own former go-to-guru…
20917                                        RT @Reuters: Voters in Idaho have the opportunity to vote on a ballot initiative to provide healthcare to low-income Americans https://t.co…
20918                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20919                                                 Check out COLUMBIA Gray Lace Up Boots Size 10 Leather Omni-Heat Mid-Calf Fur Omni Grip  #Columbia https://t.co/MOXZImGRgr via @eBay
20920                                        RT @Ya_Man_Jdubz: My 1 y/o son just asked me “why is it called big Tesco’s and not plus size Tesco’s” im speechless @Tesco would you like t…
20921                                        RT @Shuchi5: Such an honor to see @SAP has received an award #HRAwards for Great Employers! Youtube video of @StephanieRedivo acceptance du…
20922                                                                                         RT @Reuters: Twitter removes more accounts affiliated with Infowars https://t.co/3c71mqMuGH
20923                                                                                         RT @Reuters: Twitter removes more accounts affiliated with Infowars https://t.co/3c71mqMuGH
20924                                                    Just saw this on Amazon: FISOUL Women's Sleeveless V Neck Patchwork ... by FISOUL for $19.99 https://t.co/2qdnI5Qoga عبر @amazon
20925                                        RT @BlogUSA2018: @IsraelUSAforevr @realDonaldTrump @POTUS @MSNBC @cnni @CNN @ABC @CBS @TheView @realDonaldTrump @POTUS @CNNI @CNN @ABC @NBC…
20926                                        @AlphaFoxWarfare @konohakupo @YukiGoomba @Xbox @Sony I program. You're literally only changing a text-string. It wo… https://t.co/bM82Rbhm0H
20927                                                                                      RT @Reuters: Saudi king and crown prince meet Khashoggi family members https://t.co/c8SD4ndKaw
20928                                                                                                RT @callmemansu: @itsmunibah @Tesco I hate them but imma rt so they give u free food
20929                                                   RT @jpmorgan: Discover the 3 ways technology is transforming treasury. #Sibos @SmithBusinessCo #RealNews… https://t.co/RTM7149HBl
20930                                        @DIY_Code_School @merivis_vets @USNavy @salesforce @Vetforce @SalesforceAdmns @trailhead @katebperez @hectorperezjr… https://t.co/gL1lDa4d6V
20931                                                                               RT @rrosewarne33: I can not favorite this enough times. Way to go @Starbucks! https://t.co/gUZeIfe9O3
20932                                                                      RT @Reuters: Why pieces of the moon that fell to earth are so valuable. Via @ReutersTV https://t.co/z9ckMKulHN
20933                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20934                                         RT @sjreines: Proud to see these deploying again today in Panama City! And proud to work for @TMobile leaders who put people and community…
20935                                        RT @ArtNotOil: A 'due diligence' report produced for the @nationalgallery on @Shell in 2016 highlighted a whole range of issues with the co…
20936                                                                       @LGUSAMobile #LGV40ThinQ Unboxing in Los Angeles with @AskDes | @TMobile https://t.co/0FT1EEaCCZ via @YouTube
20937                                                                History Teacher Funny Quote Shirt HISTORY BUFF School Gift History Teacher Gi... https://t.co/SkwmGu74KG via @amazon
20938                                                  Check out US POLO Assn Mens Shirt Sz M Red Black Green Plaid Long Sleeve Button Down #USPoloAssn https://t.co/dTsj4jBoBU via @eBay
20939                                                        $12.00 free shipping J Jill Womens Top Small Petite Pink Button Down Pintuck Shirt Top Blouse  https://t.co/RhCOX4loPZ @eBay
20940                                                                             @RanelGallardo @astros @CocaCola @AstrosStars I am way too old and out of shape. Plus I travel too much
20941                                                                                                                       RT @mmcFelea14: @McDonalds Bring back orange Hi C Lava Burst.
20942                                                                              Check out MONSOON RED WOMAN'S DRESS SIZE UK 18 EUR 46 US 14 #Monsoon https://t.co/4ZuUwBCN9d via @eBay
20943                                         RT @LisaSu: Proud to partner with @Oracle Cloud to bring significant performance and capability with @AMDServer #EPYC to more cloud users.…
20944                                        RT @btsarmystats: Every Tweet with the following hashtag #HR4HR — @TMobile will be donating $2 to an organisation (@TeamRubicon) to help wi…
20945                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20946                                                                                                            How come I don’t feel very valued @ATT @ATTCares https://t.co/Do21fEjPLr
20947                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20948                                                RT @Reuters: Saudi Arabia's King Salman and Crown Prince Mohammed Bin Salman meet Khashoggi's family members https://t.co/MwyWM8lUc6
20949                                                               RT @Walmart: @ositodemieI It looks like we're getting a good amount of EXO love as well! How does Ko Ko Bop sound? 😀
20950                                         @JaydePierce @Ryanair I always wonder why white people get so mad when people give their personal experience about… https://t.co/N4sc5zj9GM
20951                                                                                                              RT @AntoniaLThomas: @Ryanair This has been handled disgracefully badly
20952                                                                   RT @Reuters: U.S. to bar 21 Saudis from entering over Khashoggi's death: State Department https://t.co/PHqtCfKmYq
20953                                        @Reuters From JPN: Do you know when PC was installed on the chairman's desk of Japan Business Federation (Keidanren… https://t.co/RSx3nj6G8r
20954                                                                                              RT @reggieaqui: @naujeimaj @amazon You haven’t seen the massive lines in fidi at lunch
20955                                        RT @reggieaqui: @adwyer650 @amazon There is no loss of jobs. This is a new store. There are now more jobs. Also people work inside this sto…
20956                                                       RT @BeeMan233: @rawsoninamerica @kevinroose @facebook Neither does Twitter. Same methods. Same ad revenue. But here we are 😬
20957                                                                The Black Box: The Silver Quest: Part 2 (Fellowship of Light: Dragon Warriors... https://t.co/OXhKZGJQOC via @amazon
20958                                                             That moment when you are almost done with the IX Easter egg and the application crashes @Sony @Treyarch @BlackOps4INTEL
20959                                                                       @Michael_Niessen @FH_S93 @Reuters How did you know he was responsible for his killing? Do you know the unseen
20960                                         Hey @Google this has been going on for other a week and now I can't search at all. Is gonna be fixed any time soon? https://t.co/3ETiEncgdA
20961                                            Selling Hot Wheels Winning Formula #HotWheels https://t.co/VgNR0NuQ4P via @eBay #winningformula #ebay #buyitnow… https://t.co/AihPZ3BEbS
20962                                        RT @jvplive: Palestinian children are terrorized by IDF soldiers. Imagine seeing a classmate dressed up as an IDF soldier. @amazon should f…
20963                                        RT @GavinQuinney: If you’re flying to or from Bordeaux April-Oct don’t overlook ‘London Southend’ on @easyJet. Mon/Wed/Fri at sensible time…
20964                                                                                             @jaysonstreet @netflix Love that movie. So many great actors and character development.
20965                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20966                                                                                                @LilmissMuse @TripAdvisor @rieVAMPED Thank you to our awesome visitor services team!
20967                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20968                                                                                  @ChristinaZKTLA @ATT Yeah they’re THE WORST... it’s almost like they don’t need/want the business!
20969                                        RT @pfizer: Many patients struggle to adequately describe their #ChronicPain.  What do you wish people understood better about your chronic…
20970                                                                              RT @jenirwinauthor: A Dress the Color of the Sky by Jennifer Irwin https://t.co/2Gm2wnxKKC via @amazon
20971                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/itsMFR1Ez4
20972                                        RT @Namaste2525: @bells110 @Ryanair I’m sure @MOL_Ryanair is particularly obsessed with shareholder and market value. The optics here are n…
20973                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
20974                                        RT @robbiemac72: Right I’m going to try this and see If it takes off..If you think the racist passenger on @Ryanair flight should be banned…
20975                                                                                                               @IamLizardo @BBMobile @Google @Apple @SamsungMobile Google Pixel 3!!!
20976                                                    @shermanwealth @HJudeBoudreaux @BillWinterberg @zapier @RedtailCRM @Wealthbox @salesforce Y'all going to pay $550 for a/b paths?
20977                                             Check out Montreal Quebec Canada Salt and Pepper Shakers Blue and White Ceramic Vintage  https://t.co/gE2MZUDbCg via @eBay #ebayROCteam
20978                                        RT @WindsongJProbst: @engadget @engadget  I know where @netflix could spend their 2 million dollars.  #SaveShadowHunters #ShadowHuntersChat…
20979                                                                                                       @netflix MGK's presence instantly diminishes the quality of whatever this is.
20980                                        RT @dappastar1995: I just officially accepted an offer from @Microsoft as a Software Engineering Intern for Summer 2019!!! https://t.co/L3b…
20981                                         RT @RonBoire: @ZeljkaPotoku @KarimAbouelnaga @ic_irena @HelenClarkNZ @invoker @rrhoover @Influencive @Google Loved the Cat in the Hat when…
20982                                                Check out Retrofit White Pocket Polo Size Large #Retrofit #PoloRugby https://t.co/1ne97X4I1s via @eBay #NEW… https://t.co/K5i9rqEAhx
20983                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20984                                                                                                                      Check out my listing @eBay - https://t.co/rxSXhY45Fi via @eBay
20985                                          RT @EMGraphicsEbay: Check out Bomber Command 1939-45 HC Ian Carter 2000 Photos from Imperial War Museum  https://t.co/GA54CakMRG via @eBay
20986                                                            RT @andispud: @CaptainBadger79 @FrayAye @JadeAMiles @nbc @ScorpionCBS @CBS @NetflixUK @netflix Right on 😁 #savescorpion
20987                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
20988                                    RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. We’ll announce the w…
20989                                                                                                                   Check out my listing @eBay - https://t.co/GzuiXnoSB2 via @eBay HL
20990                                         RT @SusieQ19622: Free shipping Elena Baldi Blue &amp; White 100% Linen Women's Top size S SMALL made in Italy https://t.co/LZ78jCxz5N @eBay
20991                                                                                                               RT @eBay: Which superhero costume would you rather wear on Halloween?
20992                                        @ATT Why don’t you fix your spelling? Whatever your message is no one is getting past it in the first sentence. Hop… https://t.co/kZJWVK6Ksc
20993                                                                                                             @RedSox @CocaCola Creative. Is this actually being really sponsored? ✅
20994                                        @Apple Store Performance: Felix Lewis-Thursday October 25th 7:30-8:30pm Apple Williamsburg 247 Bedford Avenue Brook… https://t.co/mxWiNfL82l
20995                                        RT @JGilliam_SEAL: I wonder if @Apple is playing games and suppressing freedom of speech and the press (#1A)by blocking @FoxNews on Safari?…
20996                                        RT @MorganStanley: U.S. Public Policy expert Michael Zezas says investors should consider even unlikely election outcomes since they're oft…
20997                                        #InTheNetwork ⇨ The beautifully crafted @netflix series “Tales By Light” featuring the backstory of professional ph… https://t.co/mhhF1PgO7l
20998                                                                              RT @Sony: Happy 20th birthday to “…Baby One More Time” @britneyspears ✨🎉💓🎂 https://t.co/DXZ3DW2A46
20999                                        RT @ComicBook: New statistical data hints that the cancelations are not done over at @Marvel @netflix: https://t.co/vCFA7crCeC https://t.co…
21000                                             RT @Aimee_Garcia: Hey @cw_spn fans ... look who’s directing our #Lucifer @netflix episode ... @dicksp8jr 🤗🤗🤗 https://t.co/MvjATi2lU3
21001                                        RT @eBayROCteam: Holiday Time Penguin Decorative Adjustable Figurine Christmas Door Greeter    https://t.co/KYRHJBHrqO via @eBay @Bertadawn…
21002                                        RT @PolyCoins: @Khil0ne @Microsoft @msdev @Azure @hackernoon @codingupastorm @mcbeniwal @bokobza @clint_network @gluon Thanks for the menti…
21003                                        @JohnLegere @TMobile @TMobileBusiness @TMobileHelp Don’t you guys pride yourself with excellent guest services? Why… https://t.co/EVZ8Hi6Z5o
21004                                         RT @StudioIra: Check out rundholz dip pants mohn color pants with pockets and mesh #Rundholz #CasualPants https://t.co/BzAoQZqfTZ via @eBay
21005                                                 RT @Reuters: Trump says Saudis staged 'worst cover-up ever' on Khashoggi; U.S. revokes visas of some Saudis https://t.co/vK39IhJ1cT
21006                                                                               RT @Reuters: Trump calls Saudi handling of Khashoggi's killing a total fiasco https://t.co/OGhDUjf6t3
21007                                                                                            Check out Crime Does Not Pay #23  Second great issue!  https://t.co/ynLhI1sE4M via @eBay
21008                                        RT @eBayROCteam: Gillian OMalley Thermal Pajamas Medium Sleepwear 2pc Set Lounge Top Pants PJs  https://t.co/XhpNzmdUfe via @eBay @dawnsbar…
21009                                                                                                                                             @Oracle @ZDNet @WLFOFMYST look this bro
21010                                                                                                                                          @ConMijente @amazon Integrity @RAICESTEXAS
21011                                    @MayTalcott @Lynn10564895 @FoxNews @ABC @MSNBC @NBC @CBS @CNN - President @realDonaldTrump &amp; @SecPompeo said NOT on… https://t.co/sYT0cGPOrJ
21012                                                                        @PhRMA @4jakes_sake @pfizer What? You are going to heal someone? Is that before you drain their pocket book?
21013                                        Dear @Starbucks I work at MIA and they have been out of the mango dragonfruit DREAM drink for 3mo can we fix this A… https://t.co/a8hU6x2arq
21014                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21015                                        @Dread_the_Red @FedEx @NFL @PatrickMahomes5 Pat Mahomes could walk out of the opponents end zone twice for safeties… https://t.co/OVf5aPWE8g
21016                                                                                                                                             @Trace_Lynn @Google Rose would fight me
21017                                                 RT @Reuters: Trump says Saudis staged 'worst cover-up ever' on Khashoggi; U.S. revokes visas of some Saudis https://t.co/vK39IhJ1cT
21018                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
21019                                                                                                                              @MarleeMatlin @Starbucks You want to sweep with me...?
21020                                                                                           flew with @Ryanair yesterday and it fits the overall impression they've made. #Neveragain
21021                                                           Check out Vintage Disney Pocahontas Gift Wrap Paper NEW in Package Sealed 2 Sheets USA  https://t.co/g39KQgndHw via @eBay
21022                                                      #Mossyoak Lil Cus Portable Spittoon Spillproof Cuspidor Traveler in Military Desert Tan... https://t.co/xsIYuxvh9P via @amazon
21023                                        RT @FactUrFeels: @Reuters The Republican economy is going to crash. That’s what always happens when Republicans have power. https://t.co/rZ…
21024                                                                    RT @Starbucks: @ClaudiaLooks You can achieve anything you put your mind to! We can't wait to meet you in D.C. 💚
21025                                        RT @NatureCutsTags: Angel Fish Vinyl Stickers... https://t.co/kqDdcz8fNX via @amazon #naturecuts #amazon #shopsmall #shophttps://https://t.…
21026                                                           Check out Postcard Pinup Risque Nude Stunning Girl Extremely Rare Photo Post Card 8867  https://t.co/MV9CfBS3H6 via @eBay
21027                                                                                                                                   @Reuters Barbarous family running a rich  country
21028                                                      Check out The N.E.R.D. &amp; Chingy Collection - New School Rap - 4 CD's - Great Condition!  https://t.co/WZlZA9JjfY via @eBay
21029                                                                                                                                    @Apple Right to repair says otherwise.. two face
21030                                        RT @Hastirandy: J.R.R. TOLKIEN - POEMS AND SONGS OF MIDDLE EARTH 1967 CAEDMON RECORDS STEREO LP  https://t.co/g45CD436ao via @eBay #today #…
21031                                        RT @CallieField: The devastation caused by Hurricane Michael is heart breaking. While @TMobile continues to lend aid in any way that we can…
21032                                        RT @CARandDRIVER: The 2019 @Audi R8 supercar has been updated to look better and drive better: https://t.co/836ObTuDsm https://t.co/4g42H4V…
21033                                                                                                                      Check out my listing @eBay - https://t.co/bCLh2fOuJL via @eBay
21034                                         RT @LisaSu: Proud to partner with @Oracle Cloud to bring significant performance and capability with @AMDServer #EPYC to more cloud users.…
21035                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21036                                                                             Picture this. A @netflix app on my Apple Watch that automatically pauses my program when I fall asleep…
21037                                        I seriously can’t stand  @Apple everytime a new phone comes out they want to send out a virus too!! And they got me… https://t.co/nE8Z4w56n0
21038                                                 Check out Handmade Afghan Floral Colorful Squares Cotton Yellow  Border 63x52 Bed Throw #Handmade https://t.co/txKrlwzhcS via @eBay
21039                                                                                                              @kroger just sold me rotten meat and I forgot to get my receipt 🙂🙂🙂
21040                                                                                               Check out Pair of Yellow Iridescent Candle Holders  https://t.co/fJrvMYjx39 via @eBay
21041                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21042                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21043                                                                                                              @netflix Add more horror movies to Netflix. Trying to get my spook on.
21044                                                           Check out Vtg 80s Canaan T Shirt L Screen Stars 50/50 Orange Israel Hebrew Jesus Bible  https://t.co/1JELYEzFxr via @eBay
21045                                                                       Check out The Maine Stay Up Get Down White Vinyl Sealed https://t.co/cKmvXoKA1d @eBay #themaine #music #vinyl
21046                                        RT @kim: @DesignationSix @gloloh @BeachesResorts @SandalsResorts @StarKistCharlie @JohnDeere @Cigna @MyPillowUSA @HomeToGo @JennyCraig @sou…
21047                                        RT @keepScotBrand: @BiggarRac @ChrisMcCusker67 @Morrisons @Tesco #keepScotlandtheBrand is a positive campaign for clear provenance. It's ab…
21048                                                Check out Converse Chuck Taylor AllStar Kid Size 6  2 OX Unisex 250149C Black/White Used #Converse https://t.co/zFAmQrF3rY via @eBay
21049                                         My local @Walmart sold out of you the October issue of @upscalemagazine So glad I picked up my 5 copies on Sunday.… https://t.co/AoyZMA3yM3
21050                                        RT @clockman12: Check out Fruit of the Loom 40DD underwire Coral Salmon Gray Trim seamless bra FT405 FOTL  https://t.co/1ghz1XtQP6 via @eBay
21051                                                                                                                           @AhgaseBri @Walmart We're gonna make them multifandom. 😎
21052                                                           Check out Charming Vintage Valentine's Day Hanky You're an Angel Cherubs #ValentinesDay https://t.co/dW4Z7yc4nR via @eBay
21053                                                         We’re proud to announce that @Adobe has reached global gender pay parity for all of our employees!… https://t.co/eXZhcCheaA
21054                                                                   Check out RUBY Red Rhinestones Slippers Shoes BROOCH PIN Signed TM 1997 #TM1997 https://t.co/6kzP928Jkx via @eBay
21055                                                                This is awesome! Kudos to you @Starbucks Talk about #EqualityForAll You think about all of us! ✌🏻❤️ #leashlawsmatter
21056                                        RT @EssexPoliceUK: We have worked to identify both parties involved in the @Ryanair incident and passed this information to the Spanish aut…
21057                                                                                    Check out Beautiful 1886 $1 Morgan Silver Dollar *No Reserve*  https://t.co/eRrqQwKaC1 via @eBay
21058                                                                                                       Check out NICE S.&amp; L. Smith Civil War Token https://t.co/o9HEzZJsc1 @eBay
21059                                 RT @jaebellabella: @BTSxTexas @TMobile @TeamRubicon Here to spread the word #HR4HR ! Thank you @TMobile &amp; @TeamRubicon for your kindness &amp;…
21060                                                                                                                                                        @CocaCola fire is loading 😏
21061                                        @I5ZQ8 @Bgamer90 @comcast @Krooooost None of this is going to matter once the Wireless Carriers roll out the 5G int… https://t.co/XYnPVmjTe3
21062                                                                                                                               Ready to help #HR4HR @TMobile https://t.co/ugJJNqDy48
21063                                           @ClaudioZavalaJr @Google @iste @TCEA @beastgrip @rodemics @ClassTechTips @TanyaAvrith @educopilot @EdTech_Ashley… https://t.co/JTHfDf2yU3
21064                                        RT @denise_eca: It's a real shame that @CarrefourGroup @CarrefourES  still obligates us to wrap our bags in plastic bags before entering th…
21065                                        RT @btsarmystats: Every Tweet with the following hashtag #HR4HR — @TMobile will be donating $2 to an organisation (@TeamRubicon) to help wi…
21066                                                                                     RT @missferanei: Best kids costumes @McDonalds @BurgerKing @Wendys @kfc https://t.co/a7F5ZMbgIA
21067                                                                                                      RT @CocaCola: Where is the best place to grab a hotdog with a Coke Zero Sugar?
21068                                               Not another one like it on eBay! Vintage Sweater Coat 42/8 Maria Luisa Navarro made in SPAIN Fur Collar https://t.co/zidLXlgsku @eBay
21069                                        RT @CallieField: The devastation caused by Hurricane Michael is heart breaking. While @TMobile continues to lend aid in any way that we can…
21070                                                25% OFF #sale #save #knifeSet #steakKnife #AmazonBasics @amazon AmazonBasics Premium 8-Piece Steak Knife Set https://t.co/NF1fHTyDKg
21071                                                                     @netflix re up for season 3 of #lukecage &amp; #IronFist because y’all got me feeling some type of fucking way.
21072                                               .Check out RIO ESTANCIA SONORA SERAPE STRIPED BLOUSE CAN BE WORN EITHER ON OR OFF THE SHOUL #Blouse https://t.co/3S1ZVsDSZ4 via @eBay
21073                                                                                                                           RT @jpmorgan: Do you know what's driving the cost of oil?
21074                                                                                                                          @Scrutinator @Reuters Thank god I am Saudi and pay 0 taxes
21075                                                       Check out Charter Club Sweater Size Large Women Long Sleeve Top  #CharterClub #Sweater #Any https://t.co/y1Rkb6EVoK via @eBay
21076                                                                     RT @KookMin_PH: He’s wearing the shirt from Whoopi Goldberg 💕 @BTS_twt #HR4HR @TMobile https://t.co/9Z5zJLHFDY
21077                                        Dear @facebook You might want to take a look at @MochaUson account next. She's the queen of trolling the Philippine… https://t.co/VIUdPOXCqN
21078                                                                                      Check out Uranium Depression Glass Sugar and Creamer Set     https://t.co/nWmbXRulvY via @eBay
21079                                                                                                             RT @VAHNNNNN: We need #WOWP on @netflix @Disney https://t.co/hWhMEoajAb
21080                                                       Regarding Henry Soundtrack Hans Zimmer CD https://t.co/jlpCcw5afZ via @eBay #soundtracks #hanszimmer… https://t.co/FPpISIaWSb
21081                                                                    Check out Vintage Polaroid Picture Book Cats Photo Album 1980 1990 Retro 35mm  https://t.co/SsXuPcnbag via @eBay
21082                                                                                                                                                #HR4HR retweet and tweet $2 @TMobile
21083                                        THANK YOU @TMobile FOR A MOMENT OF VIN #HR4HR #HR4HR #HR4HR #HR4HR #HR4HR #HR4HR #HR4HR #HR4HR #HR4HR #HR4HR #HR4HR… https://t.co/ZVF7rQfVbq
21084                                                                                                                                              @MikeQReports @Starbucks @wusa9 Great.
21085                                                                                              RT @H_Combs: I’m not crying. You’re crying. Shush it  @netflix https://t.co/f3FPZigs7x
21086                                                                                                                  @Reuters @ReutersTV I'm praying that David Bowie's estate buys it.
21087                                                                                                                                             Let’s go @RedSoxBeisbol #HR4HR @TMobile
21088                                                                  Check out Vintage CNA 925 Sterling Silver Cushion Cut Smoky Quartz Ring QVC #CNA https://t.co/LYUiW0HaaD via @eBay
21089                                                                                                                                                      @Reuters Best retaliation ever
21090                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21091                                                         Check out Fender Deluxe Tweed 5E3  brass eyelet board pre-loaded components DIY amp kits  https://t.co/v7sfdP6Ogh via @eBay
21092                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21093                                        RT @CelticDreamer84: @Disney if you are considering a reboot of the Pirates movies without Johnny Depp I will never watch another Disney mo…
21094                                                                                    @pbarsway @Expedia @norwegian @easyJet Yeah. Took me a day and a half to get home. Never again!!
21095                                                                                                                  Check out my listing @eBay - https://t.co/GzuiXnoSB2 via @eBay HLP
21096                                        RT @btsarmystats: Every Tweet with the following hashtag #HR4HR — @TMobile will be donating $2 to an organisation (@TeamRubicon) to help wi…
21097                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21098                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21099                                                                                           @Deeebluhd @netflix Also the comedic stylings of Mark Ruffalo are https://t.co/bgQbsvwA5L
21100                                                                                                                                            @JohnLegere @TMobile You at Fenway John?
21101                                                                                                                @sdut Do they have hidden Listening Devises? @amazon @ChinaEUMission
21102                                               RT @GSK: We’re in and proud to support @Crisis_UK as one of our UK charitable partners this #WorldHomelessDay https://t.co/XB6qIdQmFb
21103                                                 Check out Eccobay Plaid Pullover Cardigan w Shirt Panel Red Black Gold Womens Size Large #Eccobay https://t.co/G6TAGEk4CG via @eBay
21104                                                        Supporting my favorite teams for one of the causes I hold dear -  #disasterrecovery. Thank you  @TeamRubicon @TMobile #HR4HR
21105                                              Finally a decent commercial! @Ford 💪 tired of all the trash @chevrolet commercials. #Builtfordtough #Ford #FirstOnRaceDay #Chevysucks
21106                                         RT @LisaSu: Proud to partner with @Oracle Cloud to bring significant performance and capability with @AMDServer #EPYC to more cloud users.…
21107                                                                              RT @Sony: Happy 20th birthday to “…Baby One More Time” @britneyspears ✨🎉💓🎂 https://t.co/DXZ3DW2A46
21108                                                                                                        @realDonaldTrump @ToyotaCenter How embarrassing for @Toyota @ToyotaMotorCorp
21109                                                                                                     Dare to Purge T-shirt #ThePurgeTV #ThePurge https://t.co/vNbpkAqACe via @amazon
21110                                                        RT @Reuters: Swish and flick: Wand installation lights up London ahead of 'Fantastic Beasts' release https://t.co/hP8nD7ZbOy
21111                                                             RT @gericsl: @Sony @Wersching @goranvisnjic @NBCTimeless @SPTV He's back!!! Trouble's coming... #Timeless #SaveTimeless
21112                                        RT @BTSx50States: #BTSARMY don’t forget to add #HR4HR to your tweets and @TMobile will donate $2 per tweet in honor of the @TeamRubicon hur…
21113                                                                                   RT @TMobile: Tweet with #HR4HR and we'll donate $2 to hurricane recovery! https://t.co/1E01MHniRM
21114                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21115                                                                                                                             @HardOCP @intel This is more worse than Vega launch lol
21116                                                                                   RT @TMobile: Tweet with #HR4HR and we'll donate $2 to hurricane recovery! https://t.co/1E01MHniRM
21117                                                                                                                          @Adobe Can y’all get me some Xanax for my mental breakdown
21118                                                                                       @SockClub @KristiForce @Paradiseivy4 @littleiglooo @salesforce @Benioff Let’s make it happen!
21119                                                                    Check out Rockport Mens Dress shoes Black  Size 13  #Rockport #Oxfords #Formal https://t.co/xy89k1Jj4a via @eBay
21120                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21121                                                      Check out SALE NEW BALANCE 1500 M1500BRG 'Made In U.K' Size 9 BRAND NEW IN HAND  #NewBalance https://t.co/cnVfxSikMy via @eBay
21122                                        RT @AxidentalZombie: We need you! #SupportIndieFilm by watching our movie and giving us reviews on @amazon ! https://t.co/dGp6xn9Xqh https:…
21123                                                     RT @Reuters: WATCH: The puppeteer who played Big Bird and Oscar the Grouch on Sesame Street is retiring https://t.co/1WxChjCII4
21124                                                                                                 @angryf @Apple What version are you running now? Mojave has been rock solid for me.
21125                                                   Check out Christmas Nativity Scene Holy Family with Barn Animals Figurine Decor 7.5-Inch #Roman https://t.co/XlmIgBn6hV via @eBay
21126                                                                                  @dhrupadkarwa @Google @HaikuJAM Huge congratulations! Here's to many more moments like these! 😁✨
21127                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21128                                        RT @BTSx50States: #BTSARMY don’t forget to add #HR4HR to your tweets and @TMobile will donate $2 per tweet in honor of the @TeamRubicon hur…
21129                                        RT @RiderBabe52: @yashar @Sullyanne1 @TeaLeoni @MadamSecretary COOL!   I sure as hell hope @CBS renews this great show. We need intelligent…
21130                                                                                    RT @Reuters: Trump says Saudis staged 'worst cover up ever' on Khashoggi https://t.co/XjdpcWNbrt
21131                                                                                                                                                   @axios Biggest tease ever @amazon
21132                                                                                                              An Audi car for everyone. New Audi A1 \U{01f970}😭 @AudiOfficial @Audi
21133                                                                                                                      Check out my listing @eBay - https://t.co/4XYr91tkZt via @eBay
21134                                                               RT @Walmart: @ositodemieI It looks like we're getting a good amount of EXO love as well! How does Ko Ko Bop sound? 😀
21135                                            Check out Creamy-Ivory Blouse Petite 6 Silky Feel~ SK &amp; Company Shoulder Pads Darted Waist #Blouse https://t.co/5dW41kLAyS via @eBay
21136                                         RT @sjreines: Proud to see these deploying again today in Panama City! And proud to work for @TMobile leaders who put people and community…
21137                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21138                                                                                Check out Vintage Pink Enamel Floral Brooch Pin Austria Gold Tone  https://t.co/DkJdTSkriz via @eBay
21139                                         @jbouie What is it with snowflakes? I bet even leftist institutes like @Google and @Twitter don't have safe spaces… https://t.co/EN9CngeotQ
21140                                                                             RT @Reuters: Prince Harry and Meghan embark on the next leg of their tour: Fiji https://t.co/iRzi2LbuO7
21141                                        @KimKardashian @Google @AliceMarieFree I commend your efforts of you and your husband but I'm perplexed by one thin… https://t.co/tptNeDoaCi
21142                                        @JohnLegere @verizon @ATT You need to leave Verizon alone you are obviously just jealous about the rates that they have that you can’t match
21143                                                      Check out Vintage Flamex Gold Toned Peacock Cigarette Case &amp; Lighter New In Box  #Flamex https://t.co/T2MCjc30L6 via @eBay
21144                                                                                            Red Seahorse Art Print on Upcycled Antique Book Page https://t.co/014Gy72UgK via @amazon
21145                                                           Check out #Antique #OilLamp Kerosene Pedestal Glass Gold Eagle Flip Top Burner Octagon  https://t.co/86xC3PwdQL via @eBay
21146                                        RT @ApocalypticPost: The Solitary Man: Countdown To Prepperdom by Ron Foster https://t.co/OMJCtAj2Vh via @amazon #preppers #prepper #surviv…
21147                                        RT @VirginieHarris: How can you discover the unknown unknowns when fighting financial crime? Advanced AI #IBMWatson #ibmregtech @IBM #Sibos…
21148                                                               RT @Walmart: @ositodemieI It looks like we're getting a good amount of EXO love as well! How does Ko Ko Bop sound? 😀
21149                                                                                   RT @TMobile: Tweet with #HR4HR and we'll donate $2 to hurricane recovery! https://t.co/1E01MHniRM
21150                                          #BTSARMYOHANA if you add #HR4HR⁠ ⁠ to your tweets @TMobile will donate $2 per tweet in honor of the @TeamRubicon hu… https://t.co/hVSpPmn49C
21151                                                                @AdamSandler fuck you very much for making me laugh 😂😂😂then cry my eyes out😭😭😭 watching 100% Fresh on @netflix
21152                                                                                                    RT @vincentdonofrio: KINGPIN @Daredevil @netflix @Marvel https://t.co/URdAYzRvU7
21153                                                Check out Anthropologie One September Blouse Size S Pullover Cowlneck Cap Sleeve Geometric #Blouse https://t.co/dYUoBpTcit via @eBay
21154                                                                        My patience for @WellsFargo is running thin... I'm pretty sure they don't get the concept of mobile banking.
21155                                                  RT @JB_Rain_Maker: $PURA - Puration Inc (OTCMKTS:PURA) Explodes on Coca-Cola Interest https://t.co/mmSZydKUUA via @Oracle Dispatch
21156                                                                                   RT @TMobile: Tweet with #HR4HR and we'll donate $2 to hurricane recovery! https://t.co/1E01MHniRM
21157                                                                                                                                  @Braunger @haunting @netflix Its a glorious show!!
21158                                                       Check out Pendleton Sz M Chief Joseph Tee Pee Print Rust T Tee Shirt #Pendleton #GraphicTee https://t.co/Y2htt23rDo via @eBay
21159                                                                   RT @druidDUDE: I watched all of Elite in 1 day \U{01f92f} @netflix has created a monster. https://t.co/e70OhPGYM0
21160                                        RT @IBM: IBM believes no one should be discriminated against for being who they are. That’s why we strongly support passage of the #Equalit…
21161                                                                                                                                     #Daredevil Season 3 is really amazing! @netflix
21162                                                                                               RT @Reuters: WATCH: Big Bird actor retires from Sesame Street https://t.co/8pmqyLTWzD
21163                                                               RT @TMobile: Every tweet with #HR4HR donates $2 to @TeamRubicon’s hurricane recovery efforts. https://t.co/UfN4T1fwTp
21164                                                       Check out ie black pencil skirt sz 8 front leg vent stretch side pockets knee front zip #ie https://t.co/O4UAM0aObk via @eBay
21165                                        @Microsoft After hours of trying to figure out why my Windows 10 is USB beeping again without ANY info showing in t… https://t.co/aXwLrBQ2aM
21166                                                                  3D Curved Edge Full Cover Tempered Glass Screen Protector for Samsung S7/S7 Edge https://t.co/2qIeC9pvm5 via @eBay
21167                                                  Check out Lauren Ralph Lauren Blouse Top Size S Cotton Green Purple Pink Floral Paisley  #Blouse https://t.co/lFhfWM60I3 via @eBay
21168                                                                                                                         The Story of Our Hymns  https://t.co/YtyKOLaRva via @amazon
21169                                        RT @David_Leavitt: For every retweet this post receives @TMobile will donate $2 to @TeamRubicon’s hurricane recovery. #HR4HR https://t.co/i…
21170                                                                                           @spencerh3 @JohnLegere @verizon @ATT Probably didn't follow the instructions properly 🤷‍♂️
21171                                                       Check out Athleta Tank Top Size S Navy White Linen Knit Striped Sleeveless Cut Out #Athleta https://t.co/jjJxt6ohn9 via @eBay
21172                                                                                                         @Breakingviews @Reuters @GinaChon What do f-22’s have to do with this story
21173                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21174                                                 Check out $10700 CERTIFIED 14K WHITE GOLD 12.00CT BOLIVIAN AMETHYST 1.00CT DIAMOND RING #Cocktail https://t.co/Hda9yq6Sgt via @eBay
21175                                                                                                                            RT @HardLightPlays: @TMobile #HR4HR @TMobile is amazing!
21176                                                                              RT @Books4You2Enjoy: Keeping a Backyard Horse Metamorph Publishing https://t.co/vc0c40otLe via @amazon
21177                                         RT @Oracle: One secure platform for all your applications. @larryellison unveils the Oracle Generation 2 Cloud at @oracleopenworld. #oow18…
21178                                        RT @MarleeMatlin: #Starbuckssigns. Thank you @Starbucks for recognizing that Sign Language and Deaf Culture are part of the wonderful fabri…
21179                                                  RT @JB_Rain_Maker: $PURA - Puration Inc (OTCMKTS:PURA) Explodes on Coca-Cola Interest https://t.co/mmSZydKUUA via @Oracle Dispatch
21180                                                                                   RT @TMobile: Tweet with #HR4HR and we'll donate $2 to hurricane recovery! https://t.co/1E01MHniRM
21181                                                     RT @RichmanPoorman8: Check out Small Vintage Blue &amp; White Hand Painted Vase (Cat.#5B071)  https://t.co/iJvDeHj8u9 via @eBay
21182                                        RT @eBayROCteam: Vtg Asian Ginger Jar Pot Brown House Scene with Japanese Markings Lot of 2  https://t.co/uIoj3y0DlT via @eBay @PKFUniqueFi…
21183                                                    RT @Reuters: British tech company Dyson chooses Singapore to build electric cars https://t.co/CmXxfMRX9Z https://t.co/OoJ1OMjAtp
21184                                                          Check out  Vintage Signed Avon OWL Glow In Dark Lucite BROOCH PIN/Pendant #Avon #Vintage https://t.co/65MfUXmB2a via @eBay
21185                                        RT @Viacom: This year’s all-female @CMT Artists of the Year is the most-watched event in franchise history. Strong word of mouth drove reco…
21186                                        RT @dolma_daddy: @MarleeMatlin @Starbucks Lemme get a large caramel iced latte extra mf chocolate drizzle and whipped cream https://t.co/wb…
21187                                                                                                                      @netflix I want Everybody Hates Chris episodes to be launched.
21188                                                            Check out Vintage Cast Brass Bronze Alligator / Crocodile Figure Ornament Possibly Chinese https://t.co/qYaImEwKS2 @eBay
21189                                                      RT @blogwithjesus: Amazon Deal: Fire TV Stick with Alexa Voice Remote (1st Ge... by Amazon https://t.co/r3rjcJPXFM via @amazon
21190                                        RT @blogwithjesus: Expositor's Bible Commentary---Revised: 8-Volume... by Zondervan https://t.co/ONDJejAtPt via @amazon https://t.co/Wz3PVe…
21191                                                               RT @Reuters: Robots sought to fill labor gaps in Japan https://t.co/NVcAsH5lLF Via @ReutersTV https://t.co/Rwdkayzmfn
21192                                                             Luck for Life: Lottery Methodology I by George R Martin III https://t.co/tEaMLGgPaF via @amazon https://t.co/pnC8iqwKDB
21193                                                             RT @Reuters: Exclusive: Billionaire family behind Tetra Pak revealed as mystery IFF shareholder https://t.co/m0c2RAEED1
21194                                        RT @BTSx50States: #BTSARMY don’t forget to add #HR4HR to your tweets and @TMobile will donate $2 per tweet in honor of the @TeamRubicon hur…
21195                                                                                   RT @TMobile: Tweet with #HR4HR and we'll donate $2 to hurricane recovery! https://t.co/1E01MHniRM
21196                                                 RT @Reuters: Trump says Saudis staged 'worst cover-up ever' on Khashoggi; U.S. revokes visas of some Saudis https://t.co/vK39IhJ1cT
21197                                                       Check out 5.46 Cts Natural Lustrous Olive Green Tourmaline Cats Eye Oval Cab 12x9 mm Video  https://t.co/SFvwbBhhen via @eBay
21198                                             @Jim_Jordan @HomeDepot has a sale on ladders. 35 dollars vs 20 Billion and the ladder defeats the wall. #BuildTheWall #lol #loser #VOTE
21199                                                                  RT @Reuters: ICYMI: Singapore designer Kevin Chiam has created kitchen tools for the blind https://t.co/LotR3nNEEY
21200                                        RT @stevecayainjury: Exploding Toilets? Check your toilet tanks for a @flushmate flushing system. 1.5 million sold at @HomeDepot and @Lowes…
21201                                                          Check out 14K White Gold Over Womens 1.80 Ct Diamond Engagement Ring Wedding Bridal Set  https://t.co/fFXg4CGwjY via @eBay
21202                                                   Check out Bailey's Point Apricot Side Gather 3/4 Sleeve Top T-Shirt Size XL(18) #CL211 #KnitTop https://t.co/8WIlIFIJdE via @eBay
21203                                                             Check out ROLEX DATEJUST BOOKLET IN ENGLISH year 2000 / 552.02  free shipping  #Rolex https://t.co/YwyJwiYgb4 via @eBay
21204                                                                                                                           @reeses @amazon Winning is right!! #NotSorry #Sweepstakes
21205                                        RT @OPPORTUNITY888: Check out OMEGA WOODEN WATCH BOX ** BRAND NEW ** + OMEGA POUCH + FREE SHIPPING  #Omega https://t.co/GGHP6xJtyP via @eBay
21206                                                                                                                                                              @cky1209 @eBay phantom
21207                                        @Scooterocket @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell… https://t.co/B9w0XAGiLX
21208                                                                Check out Glittered Wooden# Valentine #Ornament ~ Vintage Card Image~Cat w/ Muff~  https://t.co/utgNiCVDnU via @eBay
21209                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21210                                        RT @fan_travelers: Rewatching #Travelers on @netflix. It's amazing how many new things you realize even after seeing it many times. The INC…
21211                                                   @Walmart Play exo lay @LAY_zhang_ new album. I’m sure you will like it. Mapo tofu and don’t let me go is my favorite. Thankkkk qq
21212                                        @Scooterocket @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell… https://t.co/ZKnCRaJnxC
21213                                                                                          @thetylermorale @IM_OUTSYDE @lenix_araujo @LiEricChen @Apple Everything is like a car loan
21214                                                                      RT @Pippi_Dust: Mother Of The Groom Shirt Arrow For Bridal Party Faux Gold https://t.co/cAnUUT31H6 via @amazon
21215                                        I binged @netflix The Haunting of Hill House and all I have to say is that shit had me fucked up. The bent neck lad… https://t.co/D13POFyoOr
21216                                                     Check out Strahldur Leather Balsam / Euro-Shine Tube Leather Cleaner 5.3 oz.  #LeatherCleaner https://t.co/MTlwVxiqY5 via @eBay
21217                                        RT @NicoleGLeier: So excited to share our show sabrinanetflix with everyone this Friday on @netflix!!! The crew was amazing and so talented…
21218                                                               you know what u can do? pick up eyewitness @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
21219                                                                                                        THERES A LIVE ACTION WOODY WOODPECKER MOVIE ON @netflix im LIVING MY LIFE RN
21220                                              Squirrel Vinyl Stickers... https://t.co/E8ZC6gKEKL via @amazon #naturecuts #nature #woodland #rustic #animals… https://t.co/czyxqxw5Hd
21221                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21222                                                   Check out 1.20 Carat Mens 14K Yellow Gold Over Pave Diamond Engagement Wedding Pinky Ring #Band https://t.co/xw3jPeqsMf via @eBay
21223                                                               RT @Walmart: @ositodemieI It looks like we're getting a good amount of EXO love as well! How does Ko Ko Bop sound? 😀
21224                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/Oe32WbyKmX
21225                                                   RT @chantelcary1: Great morning session talking with @OracleComms Executives and @Oracle customers. #OOW18 @oracleopenworld @Ovum
21226                                        @Microsoft Why am I paying hundreds of pounds for software when you are letting it be sold on eBay/Facebook legitim… https://t.co/Siggm1iQfM
21227                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/QH16mzI5Ms
21228                                                     @ARMYGLOBAL_twt @BTS_twt @TMobile @bangtan_india @BTSGlobalNoona @KookMin_PH @bangtanboysph @JinKookPH… https://t.co/xNuANoe7Bb
21229                                                                                     RT @Reuters: A royal hug: Prince Harry leaves royal fan in tears of joy https://t.co/TWi714Oan3
21230                                        RT @steve_motoperf: @SirGuyGuisborne @bookingcom I'd agree with you. Offered a non like for like room and no apology from the hotel and bul…
21231                                                 Check out Shin Guards pads Instep MMA Muay Thai Kick Boxing Taekwondo Protector Training #BeSmart https://t.co/gr38z02OXN via @eBay
21232                                        #Daredevil being so much better than the other @Marvel shows on @netflix quite simply is not a implication on the s… https://t.co/xoMoh46EQu
21233                                    RT @HManuelWriter: Ryanair: Apologise to &amp; compensate Delsie Gayle for racist abuse on your flight - Sign the Petition! @Ryanair https://t.…
21234                                                               Dried seafood large-sized scallop 8 Ounce (227 grams) from South China Sea Na... https://t.co/AKtKDE8xFQ 来自 @amazon
21235                                                                            RT @Reuters: Saudi crown prince to address investment forum amid Khashoggi furor https://t.co/R2GMFggAjH
21236                                                                        Just saw maniac on @netflix and i loved it.. @JonahHill and emma stone were amazing. https://t.co/vXgI1MhZ0U
21237                                                                                  RT @Reuters: WATCH: Singapore designer creates kitchen tools for the blind https://t.co/CC8Wgn0WbM
21238                                                                                                              I need @netflix to drop some originals that teach me foreign languages
21239                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
21240                                        @Payal_Rohatgi @BJP4India @RSSorg @TOIIndiaNews @Yahoo @republic @ZeeNews @aajtak @mid_day @Sangram_Sanjeet Very ve… https://t.co/2AdAD50QT7
21241                                                 Check out KAREN SCOTT Womens sz L Soft Cardigan Sweater grey pink purple floral button up #Career https://t.co/S3mlpn8wgH via @eBay
21242                                                                           RT @Reuters: No new nuclear weapons in Europe despite Russian treaty breach: NATO https://t.co/paJIhqvBwN
21243                                                                                                 @Tesco Thanks. I'll have to look better because they're definitely not on the shelf
21244                                        @JBurroughs86 @madebygoogle @Google @AndroidAuth @AndroidPolice @Android @phonearena @gsmarena_com @thisistechtoday… https://t.co/knojVaNF6F
21245                                                                                            @Gillette Ever see a picture of a rip off ? Well here it is..... https://t.co/QwKYi2dqMJ
21246                                        RT @Disney: Wander through the wonderful world of Disney's @TheNutcracker and the Four Realms at the NYC pop-up. #DisneysNutcracker is in t…
21247                                                  Check out Lot of 10 TSUNAMI Jig Head Fishing J Hooks 2 Packs Yellow with Black Dots NEW #Tsunami https://t.co/QBg4ePgE1c via @eBay
21248                                                                                                                        @kittje @instagram @facebook How long has it been disabled?
21249                                                             RT @Reuters: Saudi Arabia will not penalize banks that boycotted conference: central bank chief https://t.co/GyhsGdSS7K
21250                                        RT @npcOrangeManBad: @ABC I’m literally shaking rn. Starbucks is alt right now? White power hand signs really @Starbucks #StopWhiteSupremac…
21251                                        @killyourfm @intel Pure gaming I was set on the 2080ti but now unsure because of potential sales gimmicks and ray a… https://t.co/M7Zl5BEd54
21252                                        The sunrise and sunset always on my fragments since I got this @facebook call #NumberIsNull where is my straight bo… https://t.co/r2KFZyBIok
21253                                                                                   Check out Revlon Gold Series Titanium Coated Nail File  #REVLON https://t.co/f9lqXzUU5W via @eBay
21254                                         RT @EU_EDPS: .@tim_cook At @Apple we are in full support of a #GDPR law at a federal level in the US. People should be in control of their…
21255                                              “We in @Apple are in full support for a comprehensive privacy law in the United States” @tim_cook #icdppc2018… https://t.co/0Sf52GaXAp
21256                                                                                                                      Check out my listing @eBay - https://t.co/lCswcMv86b via @eBay
21257                                                                                                  @BoschGlobal @Siemens @BoschHomeUK And I will no doubt be fobbed off by them again
21258                                        @MayorBowser @Starbucks @Starbucksnews So....has the protocol changed on how they serve [darker skinned] customers?… https://t.co/EfJrSSHxjN
21259                                                        Check out 14K Yellow Gold FN Diamond His Her Wedding Band Trio Set Bridal Engagement Ring  https://t.co/oNpFM1xAu3 via @eBay
21260                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
21261                                        @Ryanair really wish that beautiful woman victim of racism on your flight will be the next face of Ryanair for your… https://t.co/yshbh0W3C4
21262                                                                           RT @Gooner_Bird_mrs: @mikeygreen68 @fartooeasy @Ryanair Have they really not issued a public apology yet?
21263                                                                       RT @Reuters: Australia's Laurence O'Toole wins at the Timbersports World Championship https://t.co/dhYx1VZ7aU
21264                                   RT @hm: We're in NYC! Watch the MOSCHINO 📺 H&amp;M show live: on Instagram at @hm and @moschino and outside our store at Times Square 24 Oct at…
21265                                        I was giving certain @Tesco stores a wide berth but needs must. Alas I saw a rat on my way in and there's no soap i… https://t.co/OMdiDURNoC
21266                                                                                                                                        @jlist @McDonalds oh i will come in my sento
21267                                                       Check out New Hot Sale ! 50 PCs Blue Chalcedony Gemstone .925 Silver Plated Designer Rings  https://t.co/nxQMvDfdVz via @eBay
21268                                        RT @IBM: What happens when you apply technology in new ways? Plastic Bank is using IBM Blockchain to turn trash into digital credits to hel…
21269                                                                                                         @reeses @amazon more Reese's and an amazon card..   #NotSorry  #Sweepstakes
21270                                                                                                                                               @LimerickSage @TMobile Yes it does 😊
21271                                             RT @Reuters: Iran's president says Saudi Arabia would not have murdered Khashoggi without U.S. protection: IRNA https://t.co/OXNtwHm4HC
21272                                                    RT @Puration710: $PURA - Puration Inc (OTCMKTS:PURA) Explodes on Coca-Cola Interest https://t.co/vPK9WnqmvP via @Oracle Dispatch
21273                                                                           Check out Japanese Playboy Oct/1997 Marilyn Monroe on Cover Hollywood   https://t.co/nZPHfwvMEm via @eBay
21274                                            @yojudenz @en_volve Sounds like @Google is interfering in #Canada's elections... Is Google registered as a foreign agent? #FaithForMayor
21275                                                                                                                       @Reuters And who assassinated this !? https://t.co/woXMhKlrxn
21276                                                                                                                 A Mother's Story by Rosie Batty https://t.co/d3dorCzeiG via @amazon
21277                                                           Check out FOSSIL GODZILLA WATCH 1995 TOHO RARE WITH FIGURE AND CERTIFICATE  new #FOSSIL https://t.co/lskDTEIQ1z via @eBay
21278                                    RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. We’ll announce the w…
21279                                        @Audi reveal their flagship Audi R8 supercar will be overhauled with more power and new styling for 2019. #Audi #R8… https://t.co/Xx8TXQSetN
21280                                        RT @UncleCreepy: Episode 5 of #thehauntingofhillhouse is nothing short of nightmarish genius. Kudos @flanaganfilm @netflix https://t.co/e0I…
21281                                        RT @exobotvoter: @Walmart please consider @LAY_zhang_  US debut title track #NAMANANA  it's a bop and the instrumental is groovy . The song…
21282                                                        Check out 2018 SPARKLING SANTA Stamps Blk/4 + LTD Edition Elongated Collector Coin  SS01f  https://t.co/qnGXY8qoix via @eBay
21283                                                                                        @Kate_Kinsella @loupepper @Tesco As @loupepper is the foody . I'll Go with here opinion.  🤔
21284                                         PCC is hearing about shoplifting and ASB issues at  @Tesco in  Sileby @SilebyPC @LeicsPCC @FightBach @KirkMasterLC… https://t.co/GsuPk0ZHp0
21285                                                                           RT @Reuters: No new nuclear weapons in Europe despite Russian treaty breach: NATO https://t.co/paJIhqvBwN
21286                                                Violence by Israeli police against #Coptic monks in #Jerusalem latest tweet @SkyNews @CNN @Reuters @BBCNews… https://t.co/jhbCsps48j
21287                                        RT @Starbucks: The cold brew you know with the velvety cascara cold foam you don’t…yet. Introducing #ColdFoamCascaraColdBrew. https://t.co/…
21288                                                                         RT @Reuters: Iran: Riyadh would not have murdered Khashoggi without U.S. protection https://t.co/PP4Z48aZga
21289                                         @bookingcom can I use my £100 disc voucher when booking if it switches over to the flight and hotel option that takes me to @lastminute_com
21290                                                                                   Check out ACDelco 252-845 Professional Water Pump Kit  #ACDelco https://t.co/XWSAePEAXA via @eBay
21291                                        RT @LouiseGKoch: I am so happy f @DellTech to welcome our great customer @IKEAtoday and our great competitor @HP to join the @nxtwaveplasti…
21292                                                                                                              @UPS Hello I need to speak to someone regarding a package sent via UPS
21293                                                                                                                          @withamwttw @facebook *waves flag* https://t.co/nRdlce9l6P
21294                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/Ch7UZcHYk1
21295                                                       Check out 1.27 Ct Yellow Cushion Moissanite Engagement Ring 925 Sterling Silver #kvcreation https://t.co/XSKVP5miOy via @eBay
21296                                        RT @Fed_1979_: Ok so if @netflix feels they cant survive a stand alone series how about giving us a Powerman and @MarvelIronFist series!! M…
21297                                                                                                       HP Pavilion Dual Monitor Stand (Black) HP https://t.co/gSL77TudjV via @amazon
21298                                                                              RT @BritishGQ: Here’s your first look at the @Disney x @LACOSTE collaboration. https://t.co/xWduWtRDDj
21299                                                  Check out Vintage Cartier 1999 Limited BOLD Square Top Ring 18K Yellow Gold Orig Box Sz. 6 #Band https://t.co/R3ycKIWGCL via @eBay
21300                                                                                                            @reeses @amazon Both sounds like the ideal option #NotSorry #Sweepstakes
21301                                          RT @lig172: Check out 6/12 Pack Battery Starry String Lights 20LED Fairy Lights Christmas Decoration #YP https://t.co/f1w8RM2AeD via @eBay
21302                                                  Check out Solar Christmas Rope Lights 100LED Waterproof Indoor&amp;Outdoor Decoration Lights #LW https://t.co/PrEorYmeeM via @eBay
21303                                        @DawnButlerBrent @Ryanair Thank you Dawn for taking this up with @Ryanair. Any UK company that enables racist crimi… https://t.co/fiY6QH7nj7
21304                                                                    RT @jpmorgan: China is expected to account for 59% of global sales of electric cars by 2020. Find out more here.
21305                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/VnFrOlPqPk
21306                                                                   Check out VERTICAL DESIGN 100% Cashmere CAMEL COLOR Cable Knit Turtleneck Sweater L https://t.co/S5FsK8H2l9 @eBay
21307                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/XYoan9Iry3
21308                                                                             Check out TALBOTS White Irish Linen 3/4 Sleeve Blouse Petites sz 8 Fitted https://t.co/8DPU47G4oD @eBay
21309                                                          Check out MAGLIA MARLBORO LEISURE WEAR MOTORBOAT ANDREA DE ADAMICH JERSEY SHIRT SIZE 48  https://t.co/XD9odWQZlr via @eBay
21310                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
21311                                        @RealEOC @iTunes @netflix @TheHorrorMaster that’s simple guys: Christine’s aspect ratio is 2.35:1 so Netflix versio… https://t.co/ImUbUMKDiY
21312                                                                                       Check out Talbots 3 Layer Tank Top Plus Size 1X p Deep Ruby Red https://t.co/3NND9IxnTQ @eBay
21313                                                                Check out One of a Kind Tobacco road Alligator Guitar Strap by Eddie Brat Leather  https://t.co/U374wqKr0K via @eBay
21314                                                         Where one minute on screen is equal to five in real life... stuck in slow motion. #Mojave by @Apple https://t.co/Igvv0Co4Du
21315                                                                             @ariannareiher @MElberti @Starbucks Some managers tell us not to Or it might’ve been the last of it idk
21316                                                                                                              @squidbilly929 @Apple Always seems to happen when the warranty is up!!
21317                                    RT @guyrleech: @Microsoft released the Group Policy Settings Reference Spreadsheet for #Windows10 1809 &amp; #Server2019 on 23/10/18 although t…
21318                                                                                                     @joedyke your Tweet was quoted in an article by @Yahoo  https://t.co/bnvhw3ERCk
21319                                                                                       RT @Reuters: Apple boss takes aim at 'weaponisation' of customer data https://t.co/cVUoR6dWwu
21320                                        RT @LebronJr23CP: LISTEN UP: Let’s make ONE powerful thread for @Disney. @DisneyStudios @clubpenguin. PLEASE LIKE/RETWEET THIS TWEET. Respo…
21321                                                                                                                                                    Nice to see @Cisco at #OOW18 ...
21322                                                         Check out wilted blossoms e9Art ACEO Cartoon Drawing Art Outsider Folk Brut Illustration  https://t.co/IiRUeLgPeg via @eBay
21323                                RT @Wisdom_Vision_: Dear @realDonaldTrump this brave USAF warrior lost 3 limbs serving our nation &amp; @facebook is discriminating against &amp; c…
21324                                         RT @Reuters: Americans are seething - and that anger may help Democrats in Nov. 6 vote: https://t.co/8SxNVCgjwl @ReutersGraphics digs into…
21325                                          Check out Vintage Sony SL 8600 X2 Betamax VCR/Video Cassette Recorder For Parts #Sony #SL8600X2 #Betamax https://t.co/fJaWS3Sl80 via @eBay
21326                                                                                       RT @Reuters: Apple boss takes aim at 'weaponization' of customer data https://t.co/yQVz7kK7cf
21327                                                       Check out Botswana Agate Geode Sugar Druzy Connector Making Designer Jewelry FREE SHIPPING  https://t.co/YG3FpPzrQX via @eBay
21328                                                                                     RT @Reuters: Turkey won't let Khashoggi killers escape justice: Erdogan https://t.co/Isdi472lcy
21329                                        RT @Walmart: The best of the 80s and 90s are back in action with Arcade1Up 4 ft. Retro Arcade Machines now at Walmart. Galaga is only at Wa…
21330                                        RT @antgrasso: The Digital Industry need the Greatest Possible Security. @Siemens @KlausHelmrich via @antgrasso #CyberSecurity #CharterOfTr…
21331                                                                                     RT @Reuters: Turkey won't let Khashoggi killers escape justice: Erdogan https://t.co/Isdi472lcy
21332                                          @Adobe IT professionals are expressing their expectationsfrom #Self4Society app #MainNahiHum #STPIINDIA @PMOIndia… https://t.co/c1qcQi6qu6
21333                                                                                                               Check out Schoolhouse Rock VHS Lot  https://t.co/IzxC9TFYjt via @eBay
21334                                                         Check out 2.00 Ct Round Cut White Diamond Bridal Engagement Ring Set 14K White Gold Over  https://t.co/uHWJeUcXNo via @eBay
21335                                             RT @Aimee_Garcia: Hey @cw_spn fans ... look who’s directing our #Lucifer @netflix episode ... @dicksp8jr 🤗🤗🤗 https://t.co/MvjATi2lU3
21336                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/6CzZRhYxTZ
21337                                        RT @netflix: The Haunting of Hill House is not only a powerful examination of the insidious ways death can fundamentally impact every facet…
21338                                        RT @jewelrywears: @kathygriffin Sailor Moon Keychain CARDCAPTOR SAKURA Pendant Anime Jewelry  https://t.co/DEFHlQPrQ3 via @eBay #jewelry #d…
21339                                                                                         Check out MTG Magic the Gathering Winter Orb 4th Edition  https://t.co/taLRQOlZ2w via @eBay
21340                                                         Check out Disney presents School House Rock - Money Rock VHS 1998 Clam Shell Educational  https://t.co/RzkeJYAO2l via @eBay
21341                                                                                                                                 @Daredevil #S03 done! ✅ what else you got @netflix
21342                                        RT @Reuters: A same-sex couple of Gentoo penguins are given an egg to incubate https://t.co/ocYmWTHTDo Via @ReutersTV https://t.co/YMD1j9qu…
21343                                        Big Data meets Social Media and wins the prize! - see how @SAP used their own products to mine social data and crea… https://t.co/2WVct9wDzv
21344                                                                      RT @Pippi_Dust: Mother Of The Groom Shirt Arrow For Bridal Party Faux Gold https://t.co/cAnUUT31H6 via @amazon
21345                                        RT @RxNetFSG: .@MedDiscCat and @AstraZeneca plan to collaborate to advance the adoption of acoustic mist ionization mass spectrometry withi…
21346                                                 Check out JUSTICE Jogging Athletic Pink Pants Velour Glitter Size 10 NWOT New Heart Love #Justice https://t.co/CABIbtMHr3 via @eBay
21347                                        @Microsoft @Xbox @XboxSupport HELP!!!!! I’ve been trying to cancel something I preordered back in August. I’ve call… https://t.co/Rp7eVcMKEY
21348                                                                      RT @Reuters: Peru unearths 800-year-old statues https://t.co/j4y2NH0V08 via @ReutersTV https://t.co/9keuAr9HgJ
21349                                                    Check out BT21 Character RJ Wappen Luggage Name Tag by BTS x LINE FRIENDS #BT21BTSxLINEFRIENDS https://t.co/j0vVGnZouw via @eBay
21350                                        RT @KristineAok: I've watched episodes over and over too.  Come on @netflix @Hulu or @PrimeVideo Pick it up!!  #savetrialanderror https://t…
21351                                                                                               RT @Walmart: @SusParfan Is “Give Me A Chance” your favorite song on LAY's album? 😎🎶
21352                                        RT @7amleh: Stand up for human rights for all: Sign our petition or send a letter to the @Google CEO to include #Palestinians in their mapp…
21353                                                    Check out 925 Sterling silver White Pearl Gemstone Earring &amp; pendant Jewelry SET #Handmade https://t.co/lznwBchlZ7 via @eBay
21354                                                        Check out Mens Ladies Trio Set 14K White Gold Fn Diamond Engagement Ring Wedding Band Set  https://t.co/hySq1ME2lm via @eBay
21355                                         RT @the_best_offer: 15% OFF #sale #save #forkids #headphones @amazon Kids Headphones - noot Products K11 Foldable Stereo Tangle-Free 3.5mm…
21356                                                       Check out 14K White Gold Over Round Halo Diamond Engagement Wedding Bridal Ring Set 2.50Ct  https://t.co/NdBYRdkt6y via @eBay
21357                                                Check out Michael Kors Portia Large Saffiano Gray Satchel Handbag Crossbody East West #MichaelKors https://t.co/0NVL9nNMBo via @eBay
21358                                                                                                                      When are we going to have available @bigbangtheory on @netflix
21359                                        RT @robbiemac72: Right I’m going to try this and see If it takes off..If you think the racist passenger on @Ryanair flight should be banned…
21360                                                                                             Meghan Markle cradles baby bump in stunning $2k gown https://t.co/XlPTccrhqN via @Yahoo
21361                                                                               RT @LuminousPlatfo1: @Vintage0Antique @eBay send us your mp3 or wav to luminousplatformteam@gmail.com
21362                                                                                   RT @TMobile: Tweet with #HR4HR and we'll donate $2 to hurricane recovery! https://t.co/1E01MHniRM
21363                                                                                    @warrenellis @netflix Is it wrong that I read “Two Days” in the voice of the girl from The Ring?
21364                                                     Check out Unisex handmade hard eyeglass case/Dallas Cowboys theme/vision accessory  #Handmade https://t.co/QEAQUtBcv8 via @eBay
21365                                        @richardleech90 @LidlUK If it’s anything like @Tesco when you get bones in the chicken breast or rotten veg it’ll b… https://t.co/fDHtqb6wmy
21366                                                                                                           Check out ROTARY INTERNATIONAL - WINE GLASS https://t.co/FobmCt8MNL @eBay
21367                                        RT @dolma_daddy: @MarleeMatlin @Starbucks Lemme get a large caramel iced latte extra mf chocolate drizzle and whipped cream https://t.co/wb…
21368                                        @TripAdvisor  Really pleased to earn Certificate of Excellence for our property  Waveney Cottage. It’s wonderful to… https://t.co/tK7Qqh2lvN
21369                                           RT @primandproperfo: Primitive Country Decor Hand Painted Farmhouse Red Truck Kitchen Trash Waste ... https://t.co/RroYn8kx0M via @amazon
21370                                    RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. We’ll announce the w…
21371                                                                                 RT @warrenellis: #Castlevania Season 2 goes live Friday. Only on @netflix . https://t.co/GtkImwWlM5
21372                                              RT @geos78: Check out 2018 Topps Five Star Auto Travis Shaw Brewers https://t.co/lE2gTUtwqp @eBay ⁦@CollectTheGame⁩ ⁦@linkmycard⁩ #Brewers
21373                                                       @Phil0s0BChannel @HOARYHEAD @Reuters And yet how difficult to know in advance every direction someone else’s mind might go in
21374                                    It’s about 5 years old it doesn’t need rebooting @Disney ! Hire some staff who can create new shows &amp; films based o… https://t.co/w6Ph3QmaVJ
21375                                                                                 RT @warrenellis: #Castlevania Season 2 goes live Friday. Only on @netflix . https://t.co/GtkImwWlM5
21376                                                                                                              Check out gold leather jewelry case  https://t.co/yB6zhadpVN via @eBay
21377                                                                     RT @brittcarlton_: Just had a LARGE bowl of Raisin Bran with literally three raisins!! Unacceptable @KelloggsUS
21378                                                     Check out Natural Tiger's eye Gemstone 925 Sterling Silver Pendant Jewelry #Handmade #Pendant https://t.co/VBW5NlPOhE via @eBay
21379                                        RT @antgrasso: The Digital Industry need the Greatest Possible Security. @Siemens @KlausHelmrich via @antgrasso #CyberSecurity #CharterOfTr…
21380                                                    Check out DELIA'S Style 7485 Boot Cut Faded Black Mid Rise Cotton Jeans Sz 13/14 Women #Delias https://t.co/dN2O4h4Iok via @eBay
21381                                                               Dried seafood oyster meat 700 gram from South China Sea Nanhai JOHNLEEMUSHROO... https://t.co/zCfyk6OU6K 来自 @amazon
21382                                         @amazon @amazonIN @AmazonHelp may I understand why my parcel that I paid for with prime isn’t here yet I’ve called… https://t.co/YlXniyEUFw
21383                                                                                                                @JohnLegere @verizon You should make an AT&amp;T bingo card I’d play
21384                                                                                               @CheesyBlues @Disney It’s like burning down a successful building for insurance money
21385                                                                                                                             @NCISNewOrleans @ScottBakula @CBS I love all of them :)
21386                                                                      Check out Robert Cox Signed Still Life Oil Painting Roses on Canvas Framed   https://t.co/A7eq052j9H via @eBay
21387                                        RT @robbiemac72: Right I’m going to try this and see If it takes off..If you think the racist passenger on @Ryanair flight should be banned…
21388                                        RT @UnNged: #FlatAGB knows the best way to start a #Friday is with @GTsKombucha yum! @ATT @Xandr76 #probiotics #kombucha #enlightened #mang…
21389                                                                                           New show on @netflix ? Intrigued. @_richardmadden is in it? #Sold #NowWatching #BodyGuard
21390                                        RT @KiryaSarah: #XenaRevival @NBCUniversal @nbc @robtapert #XXisforXENA  @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @UniversalTV @STARZ @…
21391                                                            Check out 2009 LINCOLN COIN &amp; CHRONICLES SET ORIGINAL PACKAGING AS RECEIVED FROM MINT! https://t.co/qVveoJ8Nks @eBay
21392                                           RT @Beautino925: Check out UK 925 Sterling Silver 3D Coffee Mug Stud Earring Jewelry Women Natural Handmade https://t.co/kujhTyBy85 @eBay
21393                                        @facebook hello is there any current problems with uploading photo albums on business pages? As I can not do this c… https://t.co/qzwa1amcUm
21394                                                                                 RT @warrenellis: #Castlevania Season 2 goes live Friday. Only on @netflix . https://t.co/GtkImwWlM5
21395                                                                                 RT @warrenellis: #Castlevania Season 2 goes live Friday. Only on @netflix . https://t.co/GtkImwWlM5
21396                                                                                                                      Check out my listing @eBay - https://t.co/exKCUzCaHH via @eBay
21397                                                                             RT @Reuters: Lions welcome Fall with playtime in a pile of leaves at London Zoo https://t.co/eZz0W1YF2h
21398                                                Check out Dressbarn Women's Size 8 Sheer Short Sleeve Blouse Rayon Polyester RN# 101928 #dressbarn https://t.co/am9im6Qpp2 via @eBay
21399                                        @FakeNewsEarth @GinaBattenberg @TheEllenShow @Toyota @LeaMichele @iamjeanniek You’re deep and intellectual. Keep fo… https://t.co/IyGYIpZPOM
21400                                        RT @syzygy1204: Aaaaalso @NetflixKR @netflix we want a sci-fi movie with sehun in it. If not sci-fi then psychological horror or action-adv…
21401                                                       Check out this Amazon deal: CraftMore Smokey Pine Garland - 6 Feet - Grea... by CraftMore https://t.co/qUFvtmGdM2 via @amazon
21402                                                                                                                                                             @Reuters let them free!
21403                                  Love that @Starbucks is getting in the #Halloween spirit. Wonder if Jason would like this Chai Tea Latte 👻\U{01f9e1}🖤🎃… https://t.co/o3gb4UABnt
21404                                                            @TheEllenShow @Toyota @LeaMichele @iamjeanniek Wow you celebs that treat pets like garbage really like to stick together
21405                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21406                                                                                                                            @Mathieu_Kl @SamUncle10 @MadjidFalastine @Ryanair Exact.
21407                                                  Check out Z-Blocker Dual DSL Filter  Model Z-D250CW Tan FREE US SHIPPING!  #Excelsustechnologies https://t.co/MvF694XNW6 via @eBay
21408                                                                                                                                                 @ComicBook @Marvel @netflix so sick
21409                                                                                 Comedian Niecy Nash mocks racists with new 'hotline for racists' https://t.co/VmajjLOPQX via @Yahoo
21410                                              EU mechanism for Iran trade to be symbolically ready on Nov. 4: diplomats https://t.co/2TGRmbA5Qk via @Reuters https://t.co/OmqMqz2cBV
21411                                                                 Check out Vintage Danish Amethyst Necklace Erik Poul Fenster Mid Century Modern   https://t.co/PAMlCXHu85 via @eBay
21412                                         RT @thalesgroup: #Tacticos: the combat management system that brings sailors control over any of his naval missions with in a reduced time…
21413                                                   Check out FENTON Advertising Plaque Green Iridescent Glass Sign Fenton Vendor ID Sign   #Fenton https://t.co/XXPmMXugr5 via @eBay
21414                                                                                                                                                                       @Reuters Shit
21415                                                                                                 Check out my listing @eBay. Only 3 hours to go. - https://t.co/t73KeUm46v via @eBay
21416                                                                                RT @verge: How @Disney will force @netflix to change their streaming service https://t.co/UYS34khXUH
21417                                                               Check out Stanford Hoodie - Knit Red - Size 2xl #RussellAthletics #StanfordCardinal https://t.co/fu0ftjeExV via @eBay
21418                                                            Check out Jeff Gordon Chase Authentics Dupont NASCAR Racing Bomber Style Jacket Large  https://t.co/Ss0HN3WaI6 via @eBay
21419                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21420                                         @omondifrank @ajplus @MannMach @Ryanair This man is pure Evil! God created his children of all colors! He needs to… https://t.co/OGOkuPbgOZ
21421                                                                    just do it @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca '#WeWantEyewitnessSeason2'
21422                                        @TARDISpheo @WorldNomads @ViatorTravel @bookingcom Apologies Connie - we've fixed this now so you should be all good to enter. Best of luck!
21423                                                                Check out Vintage Paymaster Series S-600 8 Column Check Writer Printer  #Paymaster https://t.co/kbsKVZiyWs via @eBay
21424                                                                                      RT @ANCCMagCon: Tune in right now! @CBS Denver is featuring #MagCon18! https://t.co/uM89vDjFui
21425                                        What's your brand! Come learn from @intel recruiters the many ways you can  develop your own personal brand! Join t… https://t.co/cPZcHMTNAD
21426                                        RT @SportAnalysisUk: @easyJet There is no point if you can only get compensation after three hours. The fact remains we were standing after…
21427                                                                                 RT @warrenellis: #Castlevania Season 2 goes live Friday. Only on @netflix . https://t.co/GtkImwWlM5
21428                                                                                  RT @Nike: Just a small-town kid with big-city dreams. #justdoit @KingJames https://t.co/okTQBM8hLI
21429                                                                                        RT @Reuters: Saudi crown prince may be behind Khashoggi death: Trump https://t.co/bCUwOrgX4k
21430                                                                                                                      RT @ShatterProofT: @Tesco this is grim https://t.co/zgvwiZV9LN
21431                                                     #E bay# Pink L Vintage Nylon Satin Knickers Panties Briefs Men Women Underwear Gusset  #sheer https://t.co/jsBhmww8Hd via @eBay
21432                                                                         @Adobe Can you let me know and email address to complain to about the service received from your help desk?
21433                                                                         RT @Reuters: Americans' anger may help Democrats in Nov. 6 vote: Reuters/Ipsos poll https://t.co/CsVTuQDVyo
21434                                                       Check out Greek Russian Hand Made 24k Gold Plated 925' Silver Bishop's Pectoral Cross GC14  https://t.co/9GthHnwsn6 via @eBay
21435                                        RT @neuroticmonkey: Please watch THE NIGHT COMES FOR US from @Timobros on @netflix. It’s an incredible action film that will melt your face…
21436                                         RT @Benjiharrison86: @Tesco do you want to explain why I had a micro zoo in my broccoli? I know (and it's a good job we do) we should wash…
21437                                                        Check out NEWCASTLE UNITED 2014 2015 AWAY FOOTBALL SOCCER SHIRT JERSEY TRIKOT PUMA M #PUMA https://t.co/yJemSGhZGV via @eBay
21438                                                                                                  Getting phyigital. @Samsung and @HSBC roll out #wearables: https://t.co/Tt7WrwedQa
21439                                        RT @robbiemac72: Right I’m going to try this and see If it takes off..If you think the racist passenger on @Ryanair flight should be banned…
21440                                                                                                @Carrefour_bnews @CarrefourGroup @GroupeCarrefour all details are now in your inbox.
21441                                                                  @alameri81 @TheUAETRA @BMW Bro forget TRA u won't get any answer .. best way try to crack connectDrive sys ⛏🔨👌😂
21442                                                                 Check out Blue Sky Clayworks Santa Tryout Cat Sleigh Goldminc Candle Holder Christmas https://t.co/YSBlFkYdEv @eBay
21443                                        @MichaelConyer @BlissTabitha @GOPLeader @SenateGOP @POTUS @FTC @Google @YouTube @facebook @Twitter @LindseyGrahamSC… https://t.co/cUwlY4bvHC
21444                                                       Check out LUI FRANCE 2017 HAILEY BALDWIN SAMANTHA GRADOVILLE FLAVIA LUCINI SEXY GIRLS RARE  https://t.co/eqkQR7vzSR via @eBay
21445                                                                  Check out SONS OF ANARCHY Men’s Fleece Small PJ's Elastic Waist Front Drawstring NEW https://t.co/iU96erq39M @eBay
21446                                        RT @Alexand85193440: #XenaRevival @NBCUniversal @nbc @robtapert bring Xena back. #XXisforXENA #XenitesUnite @NetflixLifee @netflix @SYFY @B…
21447                                                                                                    Check out Juicy Couture Womens Top Black Small New https://t.co/5I7OVZmyHe @eBay
21448                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21449                                                                The 3rd Republic: Nigeria’s Transition to Democracy as Told By National Print... https://t.co/tqyXmrbiCj via @amazon
21450                                                    Check out KOOL KEITH PRESENTS THEE UNDATAKERZ !!!  NEW!!!~~~~~~~~~~~~~ #UndergroundAlternative https://t.co/jcRWziSOTo via @eBay
21451                                                                          Texans' Jadeveon Clowney is not a fan of former teammate Brock Osweiler https://t.co/RzxWiEDncz via @Yahoo
21452                                        RT @LiisaVliisa: #XenaRevival @NBCUniversal @nbc @robtapert please bring XWP back #XXisforXENA #XenitesUnite @NetflixLifee @netflix @SYFY @…
21453                                        RT @fox5dc: Starbucks opens first Signing Store in US near Gallaudet University in DC https://t.co/fC96LyBkpi @Starbucks https://t.co/cPzV7…
21454                                                 Check out Vtg Hilda of Iceland Women's 100% Wool Nordic Ski Cardigan Sweater Jumper Size S #HIlda https://t.co/e4kXU56gZZ via @eBay
21455                                                                                                    Nah you guys really put @McDonalds in the dirt once you brought out the $1 fries
21456                                        @HeavyJ28 @nlbmprez @billjamesonline @BillSimmons @GraigKreindler @TonyLaRussa @Kaepernick7 @Nike Not as into footb… https://t.co/iMW3YbD0dv
21457                                                                                                                Still no word from @FedEx @FedExHelp. I guess this is of no concern.
21458                                        RT @eBayROCteam: Noritake China Rosemarie Creamer Sugar Lid Handled Bowl Rose 6044 Japan #Noritake https://t.co/EWvBixZQE2 via @eBay @Antiq…
21459                                        RT @Reuters: JUST IN: U.S. Secret Service says it has intercepted a suspicious package sent to the residence of former president Obama. htt…
21460                                        @inmany @MandyTheFilm @PosterSpy @universaluk @GeekyNerfherder @PrintedinBlood @Adobe @wacom @elijahwood All painte… https://t.co/uK8JKjA8qN
21461                                                                                                                        @IIAScotland @Reuters Only u put out racial bias no one else
21462                                RT @NickiDurlester: #BeyondthePinkMoon @facebook provides support to #breastcancer &amp; #ovariancancer survivors &amp; those at risk for #heredita…
21463                                        RT @MJSternhell: Never EVER use @amazon professional installation. Total scam. Ordered installation with a brand new toilet. Installer drop…
21464                                                                                          RT @Reuters: Trump says Saudi prince may be behind Khashoggi death https://t.co/qUjOln1n2E
21465                                        RT @GrouciDjamila: Hundreds of millions of chickens suffer horrific lives on farms that raise chickens for @McDonalds menu items. These dis…
21466                                                        Check out ID UK 2003 KATE MOSS STELLA MCCARTNEY JUSTIN TIMBERLAKE AMBER VALLETTA FASHION   https://t.co/n4DZcWJeOl via @eBay
21467                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
21468                                        @JohnLegere @ATT I don’t see how attacking the competition via twitter makes it more appealing to join T-Mobile. Is… https://t.co/gRY3hRgMtj
21469                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21470                                               RT @Reuters: Same-sex penguin couple in Sydney have an egg to incubate https://t.co/ocYmWTZv1Y Via @ReutersTV https://t.co/0Ws1enxFCY
21471                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21472                                                 @cnnbrk @nytimes @Reuters @AP @TIME @washingtonpost @TheEconomist @guardian @ZeeNews @CBSNews @UNICEFmedia… https://t.co/DD2RijIKzL
21473                                        RT @BHGLiveBetter: No Purchase Necessary. @Walmart $25 gift card winner will be randomly selected. Ends 10/24 at 11pm EST. Promotion rules:…
21474                                                                                                                                                         @elscarface1 @netflix Very!
21475                                               @davidsamuelps @VoiceOverIPGuy @Jason_Gooley @Cisco @LearningatCisco @labeveryday @Wirelessnerd @davidbombal… https://t.co/Gh0SXZqjuV
21476                                                                  Check out 4000 Grams WOW Nice green KYNITE  Free Form Polished From Afghanistan  https://t.co/xGgnOjMauU via @eBay
21477                                                                                           do it for jake @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
21478                                                                Free in Name Only: A Behavioral-Historical  Revisitation of the Attempted Eth... https://t.co/Px13mrhNLf via @amazon
21479                                                                                                                       @TMobile I finished this one https://t.co/2kTfhhZiBt just now
21480                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21481                                                                                                  Check out Alien Xenomorph Journal Graphic Cover  https://t.co/LUpcypuwob via @eBay
21482                                                                                                                                 @TMobile why yall taking so long to ship my max? 😂
21483                                        Got so excited to see @UberEats in Portsmouth then realized its only serving @McDonalds. Guess the universe is tell… https://t.co/yccpTNKa04
21484                                                                                  Check out Freebird By Steven Boots Rolls Leather Lace Up Womens Sz 7 https://t.co/E4oZP1qTXD @eBay
21485                                        RT @TheHumaneLeague: Students all over the country are boycotting @McDonalds because of animal cruelty concerns! 🙌 https://t.co/CscZohRIEu…
21486                                        @JohnLegere @ATT Raising the price on @directvnow was a horrible idea for business since it doesn’t work 40% of the… https://t.co/r8l5spJ2jD
21487                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
21488                                                                                   RT @TMobile: Tweet with #HR4HR and we'll donate $2 to hurricane recovery! https://t.co/1E01MHniRM
21489                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21490                                        RT @Reuters: LATEST: Time Warner building in New York evacuated after suspicious package found just before 10 AM ET - NYPD https://t.co/o6K…
21491                                                         RT @tamy_30STM: @TMobile @JK_Glitters @TeamRubicon @MLB ARMY lets do our thing #HR4HR #BTSARMY #BTS https://t.co/Oc8xRwFi7w
21492                                                      RT @Reuters: Saudi crown prince may be behind Khashoggi death: President Trump https://t.co/uS7pl3X4Hp https://t.co/ftfZ3RiIty
21493                                        RT @Reuters: LATEST: Time Warner building in New York evacuated after suspicious package found just before 10 AM ET - NYPD https://t.co/o6K…
21494                                                      RT @Reuters: MORE: NYPD says it cannot say now whether package at the Time Warner building was similar to other packages found
21495                                                        @CaptainRock_ @NorthernCasual @WAFC_TPC @mudhutter @Ebbrell67 @Tesco Be ace when you're watching your backbone being flushed
21496                                         RT @moneycontrolcom: #Italy's anti-trust watchdog said it was fining @Apple Inc and @Samsung 5 million euros ($5.7 million) each following…
21497                                                                                                                 @tod_lanterIII @kroger Guess you and I are going to Kroger today 😐
21498                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21499                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21500                                                                                                                      Check out my listing @eBay - https://t.co/alDABfEmmT via @eBay
21501                                                                                                                        @waltmossberg @Apple what about their tax avoidance schemes?
21502                                                                              Check out Big Kenny - Live A Little - Advance Promotional CD (1999)  https://t.co/NKqBIU3g1M via @eBay
21503                                                    Check out Exquisite Antique/Vintage Schiffli Lace &amp; Fine Linen Wedding Hanky/Handkerchief  https://t.co/w6a9tTkJcM via @eBay
21504                                                                                                         AppChoices Digital Advertising Alliance https://t.co/wMy7A9ki0e via @amazon
21505                                         RT @NiallA_Ed: @FedEx @FedExHelp @FedExHelpEU your driver here has just committed 2 road traffic offences: driving on pavement and parking…
21506                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21507                                        RT @Reuters: LATEST: Time Warner building in New York evacuated after suspicious package found just before 10 AM ET - NYPD https://t.co/o6K…
21508                                                        Check out littleBits Marvel Avengers Hero Inventor Kit - Build Electronic Super Hero Gear  https://t.co/GNDsliSt1T via @eBay
21509                                                                                                                                               @Reuters The Clintons have earned it!
21510                                        RT @robbiemac72: Right I’m going to try this and see If it takes off..If you think the racist passenger on @Ryanair flight should be banned…
21511                                             RT @CARandDRIVER: The 2019 @Audi R8 supercar has been updated to look and drive better: https://t.co/fbw8UlLVII https://t.co/1h4yVCunrg
21512                                        RT @Reuters: LATEST: Time Warner building in New York evacuated after suspicious package found just before 10 AM ET - NYPD https://t.co/o6K…
21513                                                                         RT @Boeing: We completed the first #777X ground test airplane. @BoeingAirplanes $BA https://t.co/8J9lN2fxtQ
21514                                        RT @iansomerhalder: Bye bye Canada hello USA! We are Wrapped! vwarsofficial on @netflix  is wrapped and I’m editing my ass off today with G…
21515                                                         Check out Glittered Wooden #Halloween #Ornament~Witch and 3 Kittens ~Vintage Card Image~  https://t.co/czEFYb8zHR via @eBay
21516                                                                                                                                                    @Starbucks ☺️ certainly does 🙌🏻
21517                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21518                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21519                                                                                                                @suhairsalshami @Reuters @ReutersTV The face expression is so funny.
21520                                         Kudos to @Starbucks for opening a sign language store; looking forward to visiting it soon https://t.co/TcyOgXQdKM… https://t.co/lbtpDSI9bk
21521                                                                                         RT @Reuters: No suspicious package addressed to White House: source https://t.co/E833YBiAMv
21522                                        @easyJet claim they make travelling with children easy however I wasn’t given any sort of assistance whilst travell… https://t.co/i8LuBqorak
21523                                                        @JohnLegere @ATT You won’t even believe how much money my family is saving per month by switching from AT&amp;T to T-Mobile.
21524                                        RT @nbnative45: @PpollingNumbers @benshapiro @IpsosNewsPolls @Reuters VOTE REPUBLICAN .. our sovereignty is being attacked. We need to BUIL…
21525                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21526                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21527                                    RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. We’ll announce the w…
21528                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21529                                                   Check out Willie Colon Presents Ruben Blades–Metiendo Mano-LP Made in Venezuela by FANIA #Salsa https://t.co/GisbdEVHYp via @eBay
21530                                                       Check out OFF WHITE PEARL BRIDESMAID WEDDING FORMAL OR EVERY DAY NECKLACE JEWELRY SET CHIC  https://t.co/Q9gZ0HaEmg via @eBay
21531                                                                                         RT @Reuters: No suspicious package addressed to White House: source https://t.co/E833YBiAMv
21532                                                                   PA Sales Force at it again @HomeDepot 4114/Upper Darby Mike answering questions about SLU https://t.co/YysJmpsPuF
21533                                                                                         RT @Reuters: No suspicious package addressed to White House: source https://t.co/E833YBiAMv
21534                                                                    RT @IBM: How do antelope help protect endangered rhino from poachers? IoT and IBM Cloud. https://t.co/Nvnit1qiVj
21535                                        Just got these @Nike running shoes roughly a month ago. Pretty sure they’re not suppose to be doing whatever that i… https://t.co/tknAF6uFWt
21536                                                                                                It should be not be legal for @Google to use Mister Rogers in a commercial. 😭😭😭😭
21537                                                                         RT @Disney: Watch a new special look at the music and magic of #MaryPoppinsReturns. https://t.co/smZA5q8Keg
21538                                        RT @Disney: Wander through the wonderful world of Disney's @TheNutcracker and the Four Realms at the NYC pop-up. #DisneysNutcracker is in t…
21539                                                                                 RT @warrenellis: #Castlevania Season 2 goes live Friday. Only on @netflix . https://t.co/GtkImwWlM5
21540                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21541                                                                                     @ChannelSwimSue @maggiephilbin @jackorlik @geekIsmini @bcs @empirica_Bonn @jpmorgan Thanks Sue!
21542                                        RT @lightbend: Steven Astorino (@astorino_steven) of @IBM sat down with @DZone ahead of @ReactiveSummit to discuss operationalizing machine…
21543                                                                                          @theretheirthere @Reuters They’re all publicity stunts. Only the common man pays the price
21544                                                                                         RT @Reuters: No suspicious package addressed to White House: source https://t.co/E833YBiAMv
21545                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21546                                        RT @lilitomovich: Really enjoying listening to Marc Pritchard from @ProcterGamble #brandsforgood #anacmo @ANAmarketers  #ANAMasters https:/…
21547                                                                                    @growing0up0girl @W7VOA @WhiteHouse @Reuters They have retracted as well https://t.co/mgGc8VzQoS
21548                                                          Check out Columbia Minerva VTG 1984 Plastic Canvas Kit  CHRISTMAS NOEL BANNER #8487 NEW  https://t.co/i3UJSOkVF1 via @eBay
21549                                                                                                                      Check out my listing @eBay - https://t.co/No3YW3GNFp via @eBay
21550                                                  @m_doolittle @timechols @Toyota @SEEAlliance @EVCotS @EVTechExpo @EvMagazine @RoadandTrack @ForthMobility… https://t.co/64rD1SzDaW
21551                                                             Check out Titanic Sinking How it affected Wall Street and London  April 20 1912 B24   https://t.co/uUGvkv4vNq via @eBay
21552                                                     Check out Women's Bandage Dress 2018 Elegant Sunflower Print Sleeveless Mini Dress #YOUYEDIAN https://t.co/XIqwdkoroy via @eBay
21553                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/FnDs7qdGEN
21554                                                   Tell @WellsFargo: No more money for @Enbridge's dirty tar sands oil pipelines! #DefundTarSands #StopLine3 https://t.co/mgVT689MS1
21555                                             RT @Aimee_Garcia: Hey @cw_spn fans ... look who’s directing our #Lucifer @netflix episode ... @dicksp8jr 🤗🤗🤗 https://t.co/MvjATi2lU3
21556                                                 RT @Boeing: LIVE: higher revenue and operating cash – check it out! $BA Learn more: https://t.co/6d9YjX16yF https://t.co/QvSZuvE6KO
21557                                    RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. We’ll announce the w…
21558                                                                      Check out Vintage Camera Polaroid SX 70 Land Camera Alpha 1 SX-70  #Polaroid https://t.co/HgHdt02uPR via @eBay
21559                                                           Check out Vintage Betty Crockers New Picture Cook Book 1961 First Edition 5th Printing  https://t.co/rs9kUkfos8 via @eBay
21560                                                                                                    Check out Portmans-High Waist Denim Shorts-Size 12 https://t.co/UOugZDu5Ht @eBay
21561                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21562                                                                       RT @Reuters: Saudi crown prince says justice will prevail in 'painful' Khashoggi case https://t.co/ihUBZk4ikH
21563                                                       Check out 6 PC BATH ACCESSORY SET- Wood Basket/Sponge/Massager/Hair Brush/Bath Salts/Soap   https://t.co/8ucsY0oh7H via @eBay
21564                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21565                                                                                      RT @Reuters: Saudi crown prince may be behind Khashoggi killing: Trump https://t.co/EayHfUrIZC
21566                                                                                            RT @Walmart: @sehunbam2 EXO seems to be very popular! Keep the requests rolling in! 😎🎶
21567                                                                                            RT @Walmart: @sehunbam2 EXO seems to be very popular! Keep the requests rolling in! 😎🎶
21568                                                                                                                             @Reuters Your 15 minutes of fame have been exhausted 😴
21569                                                Check out ASTON VILLA 2014 2015 SPECIAL FA CUP FINAL FOOTBALL SOCCER SHIRT JERSEY TRIKOT S #MACRON https://t.co/AnMGKH7pdy via @eBay
21570                                                     Check out ASTON VILLA 2010 2011 HOME FOOTBALL SOCCER SHIRT JERSEY TRIKOT LONG SLEEVE XL #Nike https://t.co/2AybapNam3 via @eBay
21571                                                                                                    RT @Otaboada1970: Check out my listing @eBay - https://t.co/lHpkrwHbqx via @eBay
21572                                                  Check out Nina Leonard Sz 2X Cheetah Print Stretch Liquid Knit No Wrinkle Tunic Top #NinaLeonard https://t.co/neGu58dAbC via @eBay
21573                                                                                                      RT @CocaCola: Where is the best place to grab a hotdog with a Coke Zero Sugar?
21574                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21575                                                                              RT @Reuters: Saudi crown prince expects economic growth of 2.5 percent in 2018 https://t.co/vSecFVlGDX
21576                                        RT @LivingUnited: Drinking a @frappuccino while Barie Carmichael author of #Reset book discusses @Starbucks mobile ordering and barista pus…
21577                                                                         @mrketchupbanana @nextofficial Next was always my OG but they fully let me down when i needed them the most
21578                                                                                            RT @Walmart: @sehunbam2 EXO seems to be very popular! Keep the requests rolling in! 😎🎶
21579                                                                                            RT @Walmart: @sehunbam2 EXO seems to be very popular! Keep the requests rolling in! 😎🎶
21580                                                                                                                 @Google how did you choose the dictionary result for “nationalism”?
21581                                                           Just saw this on Amazon: SearMagic Cooking Grid (Multiple Required) by MHP for $49.25 https://t.co/BfwYQDQYij via @amazon
21582                                        @Starbucks I’m so frustrated right now. I order the same thing every day and every day it’s made different! Tall ic… https://t.co/R0CPoV6xtU
21583                                        @ABCmouse brand name that pairs @abc and it’s well know @Disney character #MickeyMouse even with a cartoon drawing.… https://t.co/S0aeCjjppy
21584                                             @Dotcott91421271 @hillier_noel @stupot39 @DriedUpShirl @QueenVicMick @DrHaroldLegg @DenisHinds2 @Tesco Are the… https://t.co/7xS1cqhL4h
21585                                                                                                                                 @authorandiej THAT'S the pitch! Brilliant! @netflix
21586                                                                Before We Leave (Chronicles of the Maca Book 3) (English Edition) von Mari Co... https://t.co/flG4S8tF2B via @amazon
21587                                        RT @nilerodgers: You sir obviously didn't read my reason for not flying @Ryanair. It had nothing to do with conceptual concepts or racism b…
21588                                                                                                     What’s this @facebook ? And how long will this take? 🙄 https://t.co/Y1FCoJn8iA
21589                                                                                                              @scarIetdust @netflix exactly. same with jessica jones. right? RIGHT??
21590                                                                               BURBERRY'S Mens Jacket BOMBER Gray ZIP FRONT WOOL Size L #BURBERRYS https://t.co/e5nAZcCfL1 via @eBay
21591                                                                              RT @Reuters: Saudi crown prince expects economic growth of 2.5 percent in 2018 https://t.co/vSecFVlGDX
21592                                                #Antique #Plymouth #Gorham Style #Vintage #Tea #Set #Coffee #Sugar #Creamer #Silver Plated #Gorham https://t.co/R80mE1A0Nl via @eBay
21593                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21594                                                         Check out Vtg HARRODS Souvenir Dish Tea Kitchen Towel by Ulster Coffee Tea Knightsbridge  https://t.co/HFlacsRUj7 via @eBay
21595                                                                                                                                                      @Kapt_Kopter @Tesco *shudders*
21596                                                                                                                                 I'm at @Starbucks in Riyadh https://t.co/QptyNL9AJ0
21597                                                 RT @Boeing: LIVE: higher revenue and operating cash – check it out! $BA Learn more: https://t.co/6d9YjX16yF https://t.co/QvSZuvE6KO
21598                                                   RT @fetter9509: Check out 2 Vintage Trader Dick's Tiki Mugs John Ascuaga’s Nugget Hotel Casino Reno https://t.co/1yx63mv96f @eBay
21599                                    RT @pvpcomic: The ENTIRE @pvpcomic saga is available for sale at @Fanbase_Press @comiXology &amp; @amazon! #CollectThemAll #Penguins #Possums #…
21600                                        @Scooterocket @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell… https://t.co/bfbdiIFFQd
21601                                                                                                                         32 Vintage Metal Buttons  https://t.co/D5yrg0N3p2 via @eBay
21602                                            RT @oldnsold2013: Check out Vintage Peach Shimmering Danskin Long Sleeve Leotard Adult Medium #Danskin https://t.co/61c0IS4u9f via @eBay
21603                                          Check out ROSE QUARTZ BLUE LACE AGATE CARNELIAN BRACELET MIXED NATURAL GEMSTONES CHARM NEW  https://t.co/huNO3CvGHT via @eBay #BOHOJEWELRY
21604                                        RT @darrenrovell: FIRST LOOK: @Nike debuts outstanding ad using home video of nine-year-old @serenawilliams with father Richard from August…
21605                                                                                           Love it when @gina_lynn_rossi is out and about representing @salesforce.  Go for it Gina!
21606                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
21607                                        @amazon customer support #veryfrustrated we were charged for amazon Fresh and we never signed up for it and we need… https://t.co/3Dg9P4LDuU
21608                                        RT @plucas10: @Flaurilox @PpollingNumbers @NoahCRothman @IpsosNewsPolls @Reuters I'm shocked and appalled that so many Americans want to lo…
21609                                                    Check out AMERICAN BRILLIANT CUT CRYSTAL BUTTER DOME - Diamond and Starburst Design #Unbranded https://t.co/is6i1BhYoC via @eBay
21610                                        The Labor Studies section of LASA @LASALABOR has created a @facebook group to promote dialogue and collaboration be… https://t.co/BUUzWC4xc3
21611                                                                #travel Check out Zippo Harley-Davidson Wolf Black Matte Pocket Lighter-NEW #Zippo https://t.co/9k1EMiMfXF via @eBay
21612                                                                                                Check out Niels Anderson Sculptures Bodybuilder Bikini https://t.co/wmjtIehiOa @eBay
21613                                        @eBay why do you let sellers fraudulently cancel items and leave me with the problem just because I didn't use PayP… https://t.co/oxTJQfLGAm
21614                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21615                                                                    RT @Cryptokido1: @Khil0ne @chrisblockchain @Cointelegraph @stratisplatform @Microsoft @msdev Great! Keep it up🔥
21616                                                      #travel Check out Tri-Fold Leatherette Folio Photo Frame � Fits 8 Professional Photos - NEW  https://t.co/BKiIE3VktH via @eBay
21617                                                                          Check out Golden Replica First Day Issue 22k gold Artic Tundra Stamp!!!  https://t.co/0wjGuFvNB9 via @eBay
21618                                                                                            RT @Walmart: @sehunbam2 EXO seems to be very popular! Keep the requests rolling in! 😎🎶
21619                                                                                                                                           @Reuters Not surprised but why potential?
21620                                                                 Check out Monaco #629 (A98) VF MNH - 1966 1fr Auto Rally - London to Monte Carlo  https://t.co/Q4RFcp1Id0 via @eBay
21621                                                                RT @bmurphy1431: i want to know what the hell fell out of my mac this morning...? @McDonalds https://t.co/1wYe9h4lrz
21622                                         @iamsavaloy @eXiin @VRDays @SonyBraviaHDTV @Sony @demute_studio @Modus_Games @FishingCactus @unity3d @gekido #SSVR… https://t.co/516yxP5fmQ
21623                                             Christian group director burns kids' LGBTQ library books in video: 'What the German church leader... https://t.co/JXkvbP2EUT via @Yahoo
21624                                                           Check out Jordan III 3 Retro Chlorophyll 136064 006 Size 4-13 BRAND NEW IN HAND #Jordan https://t.co/AJH0yg6r8c via @eBay
21625                                        @torrenceboone @Google @ShaneHuntley @CyberPoint_Intl @SangerNYT Do tell that to the Georgia residents who are repo… https://t.co/mwbHAhXgdr
21626                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21627                                                                                  RT @Reuters: Saudi crown prince breaks silence on 'painful' Khashoggi case https://t.co/vd38wiEXON
21628                                        RT @MattBrittin: Managing your data should be easy and simple. The latest improvement to @Google Search brings privacy controls directly to…
21629                                                                                                            @leonardjfrench @Microsoft Forza on a surface........I don't get it why.
21630                                             RT @Aimee_Garcia: Hey @cw_spn fans ... look who’s directing our #Lucifer @netflix episode ... @dicksp8jr 🤗🤗🤗 https://t.co/MvjATi2lU3
21631                                        @xloubellxx @BeMyEyes Agreed! I wrote about it here in 2015 for IQ @intel “Perhaps apps like @BeMyEyes point to a n… https://t.co/tWKy6NW26K
21632                                                                                                                    @FirstTwoThird @netflix @MarvelStudios @Daredevil I second this!
21633                                                                                                                                   @TomECaster @RollingStone @Nike Right back atcha!
21634                                        @JoeCessnaPilot @husseinalalak @ReaveleyBarbara @jessbrammar @Nadine_Writes @Ryanair @easyJet Is what he did (i.e w… https://t.co/b4nf960jsR
21635                                        RT @Bhattman_ITSA: Packed house today at @ITS_America's 5.9. spectrum briefing including speakers from @Cisco  @Qualcomm @VaDOT @USDOT  @SP…
21636                                                                                                                                                @C0astalConnects You forgot to @Nike
21637                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/8JQZBVp56L
21638                                                                                                                                      @CARandDRIVER @Ford Maybe I can sell a kidney.
21639                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
21640                                                                     @illini_pride @Reuters Lol what? You guys are literal terrorists at this point. Stop whining and own your shit.
21641                                                                                  @UPS My friend's dog needs to be your new spokespup. Who should I talk to? https://t.co/U7qsQano6l
21642                                        The wait is almost over - @camthefilm is coming to @netflix 11/16! Can't wait for everyone to get their dose of dig… https://t.co/6OyJx3zGec
21643                                                                                            RT @Walmart: @sehunbam2 EXO seems to be very popular! Keep the requests rolling in! 😎🎶
21644                                                                                                   Damn @amazon I order something and y’all send something completely different! Wtf
21645                                        RT @blogwithjesus: Amazon Deal: Expositor's Bible Commentary---Revised: 5-Vol... by Zondervan https://t.co/fz5uBC6wWu via @amazon https://t…
21646                                         RT @BradysAntiques: Antique Victorian CDV Photo Young American Man CA Winsor Galesburg IL Sideburns https://t.co/HG2fKHWNCM @eBay #antique…
21647                                        RT @exxonmobil: Learn how we’re responsibly working to help meet the world’s growing energy demand in our new Corporate Sustainability Repo…
21648                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21649                                                              Check out Unicorn Party Supplies Set Serves 16 Perfect For Birthdays #FunkyFledgling https://t.co/EX5OmRL9qc via @eBay
21650                                        RT @Reuters: Japan looks to bring robots into the workplace to solve an acute labor problem https://t.co/NVcAsH5lLF Via @ReutersTV https://…
21651                                                                                                                       @derayavuzyigit @Reuters Who paid the bomber? #followthemoney
21652                                         @Reuters No surprise there........the MAGATs fomenting this domestic terrorism wouldn’t want to risk hurting the Coward In Chief in the WH.
21653                                         I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2… https://t.co/ZfaMqHEBaM
21654                                                                Holy War and Human Bondage: Tales of Christian-Muslim Slavery in the Early-Mo... https://t.co/yyol9IndFc via @amazon
21655                                         RT @UPS: UPS® Marketplace Shipping helps you save time and energy on shipping so you can focus on your craft. https://t.co/hFcloxWq74 #SMB…
21656                                                                                                                  @OrlandoCitySC @Audi @Matt_Bodiford love it! Good “pub” for Yoshi.
21657                                @CBS: The division you talk about is because of you &amp; your unwillingness to accept the results of the election &amp; yo… https://t.co/EkBmvBLFHg
21658                                        Read about @ASOS beauty box https://t.co/3WLpJpUYDA #bbloggers #lbloggers #makeupblogger #bloggerstribe #teacupclub… https://t.co/XrFhc2Mdvt
21659                                                                                            RT @Walmart: @sehunbam2 EXO seems to be very popular! Keep the requests rolling in! 😎🎶
21660                                        RT @Oracle: One of the most important things we learned is the enforcement of #security. We're very focused on defense and depth. We provid…
21661                                                   Grandma Moses Vintage Bark Cloth Pillow Tuck Farmhouse Decor Checkerboard House #VintageRecycle https://t.co/ZDiijiAce0 via @eBay
21662                                                                                                                                     @dpparadis123 @Reuters Only after the election.
21663                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
21664                                                                                                                                                          @netflix Boggart the movie
21665                                                                               RT @SamFlowers: So my girl @Mrs_ARockstar is on the front page of @Google.... https://t.co/asQrX8Qhz6
21666                                         I confirmed all the baristas at my @Starbucks are registered to vote and ready for November 6th.  Viva la caffeine… https://t.co/Hv05g1s27d
21667                                                                                                              RT @Google: Winter is coming for Chromebook... https://t.co/pdHgvONd0K
21668                                                          Check out Glittered Wooden #Valentine #Ornament~I'll Be Frank~Vntg Card Image~ Food Pun  https://t.co/3QqxTi4S8r via @eBay
21669                                                            @DavosCatherine @dogtagcrusch @DICEY63 @Reuters @GOP @SenateGOP @HouseGOP @freedomcaucus Wow....you're outta touch a bit
21670                                                                                                                      Check out my listing @eBay - https://t.co/LDxinEahuR via @eBay
21671                                                                                                             @WAFC_TPC @NorthernCasual @mfemigs @mudhutter @Ebbrell67 @Tesco *unzips
21672                                                                                                                  @grannytinch @McDonalds your acc is private lolthey can’t see this
21673                                                                                                                              @RodneyChilders4 @Ford Thank you for clearing that up.
21674                                                   @LiisaVliisa @Alexand85193440 @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @hulu… https://t.co/xR1oqu2rFo
21675                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
21676                                        @adlver @kbari12 @DNC @POTUS @realDonaldTrump @ABC @CBS @nbc @MSNBC @CNN @FoxNews MSM is spreading it full force to… https://t.co/8eprBy4kOS
21677                                                       Check out  Authentic Decor Fishing Net varied sizes brown color only$2.99 Buy 2 get 1 free  https://t.co/HmQiyrLql1 via @eBay
21678                                         RT @JulieSBrill: We applaud @tim_cook for joining @Microsoft in supporting a robust US federal #privacy law. #GDPR has set a strong global…
21679                                                            RT @BMW: More battery capacity for an increased range. The new #BMW #i3. https://t.co/PBPsioIp1w https://t.co/H70B79x1zK
21680                                                                                                                      Check out my listing @eBay - https://t.co/dx2kICV9qY via @eBay
21681                                                                                                               netflix should bring the original Dragon Ball Z series on ❗️ @netflix
21682                                                  @NorthernCasual @CaptainRock_ @WAFC_TPC @mfemigs @mudhutter @Ebbrell67 @Tesco Been there done that there are ways round it as well
21683                                                           Check out Women's 100% Cotton T-Shirt  /  Purple - Black / XL - LG #GuideGear #BasicTee https://t.co/8qIeC9bZT8 via @eBay
21684                                                     RT @scullather: Bam!  @MarkVHurd @oracleopenworld @Oracle #Oow18 #oow2018 doesn’t get bigger than this! https://t.co/sJIwz6CO0z
21685                                                                                   @risc_v @Google @TensorFlow @antmicro @hex_five @westerndigital Are there any plans for an IOMMU?
21686                                                                                                                       @equalman @MrPeanut @limebike @netflix I have sir catch up :)
21687                                                                                           Great food from @PataNegraBris tonight @BristolCity @Heineken lounge tonight... COYR 💪💪
21688                                        RT @DisneyMusic: This half-term sing-along to all your favourite @Disney songs with the brand new album Sing Your Heart Out Disney. Featuri…
21689                                                     ⇢@AZairBot's 🇪🇸 tip: Almeria #LEI ⇔ London #LGW r/t @easyJet for €68.63 ☛ https://t.co/BkwT9TJiTn #ttot https://t.co/ckMvFXUjaV
21690                                                                                                       RT @GordonRamsay: Must've been the water at @CBS..... https://t.co/el4MbBwf75
21691                                         RT @David42160244: Check out vintage Las Vegas casino Hollow Glass Christmas ornament Gambling Dice Cards htf https://t.co/uOegakgydw @eBay
21692                                        RT @JoeVilla_ME: I have been watching #DareDevil season 3 on @netflix it’s great but even if you are not a fan of the genre watch it just f…
21693                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21694                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21695                                                Check out Pfaltzgraff USA Heirloom Potpourri or Butter Warmer Warming Pan Stoneware ! #Pfaltzgraff https://t.co/CtGe9atEh8 via @eBay
21696                                                                          The haunting of hill house was seriously the best show @netflix has ever come out with. Seriously amazing!
21697                                                                                                                                          @PayPal @AskPayPal @Walmart Very bad idea.
21698                                                                RT @cakecontessa: Halloween Pumpkin Cupcakes T-shirt Halloween Cupcakes Pumpkins https://t.co/0IyZc05MIH via @amazon
21699                                                                                            RT @Walmart: @sehunbam2 EXO seems to be very popular! Keep the requests rolling in! 😎🎶
21700                                                                                                                                            @auditography @Audi @AudiOfficial LEFT😎
21701                                        @BFMTV @Ryanair and #MichaelOLeary don't give a shit: the only thing that matter to them is the EBIDTA. Human value… https://t.co/DtL7YuQrgN
21702                                        @TheRebelTom @Sony @PlayStation I don’t understand the difficulty. Represent the account with a number like just ab… https://t.co/7bs5l9bStt
21703                                        RT @BMWmistress: When you have this in your garage 'road trip!' is permanently screaming in your head :-#BMWshark #8series @BMW https://t.c…
21704                                        RT @DanClarkReports: .@NewYorkStateAG is suing @exxonmobil for allegedly misleading investors about their business in light of stricter cli…
21705                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/vw8ZtNwBhN
21706                                         @BlueRoomStream @NissanUK @Nissan_India @JapanGov @VZWSupport @WHO Stole letter due from @pfizer in @Walgreens vs.… https://t.co/nUI8z7XHG7
21707                                        RT @JQStandLeague: @CESTANDleague @LolaTV8 @BPSTANDleague @LeahRemini @MikeRinder @Disney Yeah! Confirmed even by her own former go-to-guru…
21708                                                                     Milwaukee 42-76-0320 SPINDLE COLLAR Milwaukee https://t.co/U5GUeXhfEF via @amazon #eliquidassets #raretoolparts
21709                                                                                                                                            @realBradfordM @Reuters This is classic!
21710                                                                                            RT @Walmart: @sehunbam2 EXO seems to be very popular! Keep the requests rolling in! 😎🎶
21711                                         @realDonaldTrump @nytimes @NBCNews @ABC @CBS @CNN That is a very disappointing statement from the president of the… https://t.co/oZcZ4tMqim
21712                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
21713                                                             Check out Men's North Black &amp; Gold Luxury Chronograph Quartz Watch #North #Luxury https://t.co/PfNDlcWOS0 via @eBay
21714                                        RT @Reuters: Police intercept suspected explosives sent to CNN bureau and top Democrats including Barack Obama and Hillary Clinton https://…
21715                                                                                            RT @Walmart: @sehunbam2 EXO seems to be very popular! Keep the requests rolling in! 😎🎶
21716                                                                                      RT @anasakovaautho1: Sinful Souls  https://t.co/CHRrnzW6iZ via @amazon https://t.co/7kGj7CkFKT
21717                                                                                                                                           @TFulk01 @DailyCaller @Reuters They won’t
21718                                                      Check out Predator motorcycle Helmet. Custom made. Dot Approved - FREE SHIPPING !! #HANDMADE https://t.co/iqhdAdvvza via @eBay
21719                                        RT @acetmesis: The @stratisplatform and @Microsoft #partnership will help get Stratis’s #BaaS applications and services into the hands of c…
21720                                                      RT @blogwithjesus: Amazon Deal: Fire TV Stick with Alexa Voice Remote (1st Ge... by Amazon https://t.co/r3rjcJPXFM via @amazon
21721                                        RT @LadyGooner8: @MesutOzil1088 @Arsenal has officially announced that @adidas will take over as its kit provider from the start of next se…
21722                                    RT @DisruptionDave: @DITHothouse here with @brownthomas &amp; @arnotts in @Google Silicon Docks bringing the brilliance of Virtual Reality with…
21723                                        RT @SEEDSandCHIPS: Computer technology giant @Oracle has partnered with the @worldbeeproject in the UK to monitor honey #bee populations us…
21724                                                        Check out Howard Leight by Honeywell Impact Sport Sound Amplification Electronic Shooting  https://t.co/Bsy4WhffI0 via @eBay
21725                                                                                                         RT @alyssa_casas: Pls tell me this is real @netflix https://t.co/VdCKlYA0gK
21726                                                       @amazon How can I get in on that delicious ICE detention money?  How much do you get paid for each child you help ICE detain?
21727                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
21728                                            RT @Beautino925: Check out UK 925 Sterling Silver 3D Red Rose Flower Stud Earring Jewelry Natural Handmade https://t.co/38rG58B1xR @eBay
21729                                                        Check out Lot Of 10 Rock Concert Music DVD Hendrix Dismember Bowie Coldplay ACDC Mountain  https://t.co/NWZt1zsqOt via @eBay
21730                                          RT @DonFi4o: Check out Steps of Civilization A Chronology Of Chinese and World Civilization  In English  https://t.co/FIyra5rq8y via @eBay
21731                                             Check out Hillard &amp; Hanson poinsettia country Christmas top petite sm holiday casual wear #Blouse https://t.co/NnoyqbBeqs via @eBay
21732                                         RT @jjessup: @ntaychak @Huggies Thanks for the custom @salesforce @Dreamforce diapers!  My son Parker loves them :) https://t.co/lzOBpiHRbE
21733                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21734                                                     Check out Designer SIGNED elligators Chris Bales Mermaid Sea Life Bracelet Handmade #Handmade https://t.co/4WjhiG6d7I via @eBay
21735                                        @Shue_Box @BDemps @mjw3786 @GoodmanHoops @Google I don't have a order in which I get disgusted. All of those coache… https://t.co/KkjxPaTB6e
21736                                        RT @Reuters: BREAKING: Trump says full weight of government being deployed in investigation of suspicious packages; adds political violence…
21737                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21738                                                     RT @scullather: Bam!  @MarkVHurd @oracleopenworld @Oracle #Oow18 #oow2018 doesn’t get bigger than this! https://t.co/sJIwz6CO0z
21739                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
21740                                                                        29M @facebook Users Had Their Personal Data Stolen #facebook https://t.co/CX4DuTcwSQ https://t.co/3Mek4SHLDo
21741                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21742                                        RT @Reuters: BREAKING: Trump says full weight of government being deployed in investigation of suspicious packages; adds political violence…
21743                                                                                              RT @Reuters: Newborn African serval triplets debut in Shanghai https://t.co/lWF2mW7QBP
21744                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21745                                                                                            RT @Walmart: @sehunbam2 EXO seems to be very popular! Keep the requests rolling in! 😎🎶
21746                                             Vintage Punch Bowl Set in Original Box - Beautiful Bowl - Twelve Cups and Hooks!  BUY IT NOW ON EBAY  https://t.co/5nESBk0W6d via @eBay
21747                                                           RT @Hyundai: Rediscover the world around you in the 2019 Tucson. See more https://t.co/92O6AOGL6W https://t.co/kScv5dB3Af
21748                                    Scratch it. Spell It. For a Chance to Win it! Visit @Walmart &amp; #CollectToWin by obtaining game pieces from speciall… https://t.co/TUyLZ0augm
21749                                        RT @justinvendetta: @Mihael_CM @subsidieland @SwenVanZanten @bradpierced3 @xvgninja @Nommie1234 @LoveWarrior33 @netflix @TheBacktab @vergec…
21750                                        RT @robbiemac72: Right I’m going to try this and see If it takes off..If you think the racist passenger on @Ryanair flight should be banned…
21751                                                        Check out Jadeite Green Glass Hobnail Tumblers 9 oz x 4 in Excellent Condition  #40s50s60s https://t.co/Yuoy2zcb1J via @eBay
21752                                                Check out 1.10 Ct Round Cut D/VVS1 Diamond Stud Earrings 14K White Gold Over #truejewelry_28 #Stud https://t.co/aYf1m1DQUC via @eBay
21753                                        Over 400 @HomeDepot Supplier Partners #ChooseToServe those who have served us all at Veterans Restoration Quarters!… https://t.co/cwFpOvjIEC
21754                                                                                                               Happiness is.....#holidayblend2018 @Starbucks https://t.co/jVIEQg7CX2
21755                                        @Reuters The US gov should protect the silent majority against the communist left! The FBI must help to kill the le… https://t.co/PeEWZM2s61
21756                                                                                                 @PayPal No thanks. If you target conservatives we’ll use other services. Good luck!
21757                                                      .@larryellison Charts a Course for the Future of #Cloud by @Oracle Read more: https://t.co/V4dbIevk6B… https://t.co/rbZ7ss0PkT
21758                                                     RT @scullather: Bam!  @MarkVHurd @oracleopenworld @Oracle #Oow18 #oow2018 doesn’t get bigger than this! https://t.co/sJIwz6CO0z
21759                                              @Bengals @kroger @CampbellsChunky #NFL Week 8 Cooper NFL Analyst was 12-2 in week 7 and is 71-33-2 …See post;  https://t.co/V3bcNHHeN1
21760                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21761                                                                                                  @Aimee_Garcia @LaurenGerman @InbarLavi @netflix You are a blessing @Aimee_Garcia .
21762                                                                                                                          @ryanshrout @pcper @shroutresearch @intel Congratulations!
21763                                        $29 NWT Anthropologie Burgundy Red Jersey Casual Holiday Swing Dress Turtleneckhttps://ebay.us/zk7h1t via @eBay 2 D… https://t.co/Yoo14opvfP
21764                                    RT @hmusa: We're in NYC! Watch the MOSCHINO 📺 H&amp;M show live: on Instagram at @hm @moschino and outside our store at Times Square on Oct 24…
21765                                                                                                                              @Stonerman710 @moq_r7 @Reuters Who’s that? Your mom 🤔
21766                                                                                                       @carlotapearl @udacity @Google That's awesome @carlotapearl! Congrats! 🎉🎉🎉
21767                                                     RT @Walmart: @EXOLX9990 Shoot your request to our radio DJ at https://t.co/ZsZpbEAdEY or 855-925-7346. Thanks for sharing! 😊🎶
21768                                         RT @Aimee_Garcia: SHENANIGANS!! @LaurenGerman @InbarLavi 🙍🏽‍♀️🙍‍♀️🙍🏻‍♀️ The devil made us do it #Lucifer @netflix 😂 https://t.co/fMfVo4mtBQ
21769                                         The @AZCardinals will host a holiday food drive presented by @Hyundai to benefit @StMarysFoodBank prior to Sundays… https://t.co/ISg3OL1oR1
21770                                                                                                                    @valleyshots1 @BMW Awesome shots of the X5! Loving these angles.
21771                                              RT @miinskookie: Please use the hashtag #HR4HR and a donation will be made by @TMobile to hurricane relief efforts!! @BTS_twt #BTSARMY
21772                                         RT @Reuters: WATCH: A hug from Prince Harry leaves fan in tears during a visit to Melbourne's Royal Botanic Gardens https://t.co/mxCN5DrRRL
21773                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
21774                                        I’m entering the #PumpkinSpiceAtWalmart giveaway to win a $50 @Walmart gift card so I can stock up on Dunkin’ Donut… https://t.co/YDUPWwNcQl
21775                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
21776                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
21777                                                #Tech: @Yahoo  must pay $50M to data breach victims. Billions of accounts were compromised in 2013 and 2014… https://t.co/f558yemY0I
21778                                        @adgazard @netflix Nah they need to redo that shit how you gonna throw a flowing tree in a show that shows up a lot… https://t.co/qo844RFahw
21779                                                                                                 @AnimeUproar @netflix What are you talking about? I just finished season five😂😂😂
21780                                                                                                                        Try watching The Good Cop at @netflix Highly recommended! :)
21781                                                                                RT @verge: How @Disney will force @netflix to change their streaming service https://t.co/UYS34khXUH
21782                                                     Check out ✔️🔌 WORKING ORIGINAL TDCPOWER AC/AC ADAPTER 12V 20VA DB-20-12 - UK SELLER #TDCPOWER https://t.co/I8KxrJsxxC via @eBay
21783                                        RT @marcusjdl: So @Ryanair didn’t report this man in time. Nice you side with racists instead of old ladies getting racially abused! https:…
21784                                                                                                   @feelthejeff @McDonalds Perhaps you should go for an opening as a cashier instead
21785                                        RT @netflix: @NyleDiMarco @druidDUDE good morning to this week's newest #Elite superfans! Hope you enjoy this as much as I did :) https://t…
21786                                                     RT @scullather: Bam!  @MarkVHurd @oracleopenworld @Oracle #Oow18 #oow2018 doesn’t get bigger than this! https://t.co/sJIwz6CO0z
21787                                                             dumb question: How is Chuck Person involved with all of the #hoopstrial stuff when Auburn isn't even an @adidas school?
21788                                        more analysts (and bond traders--see yield spike on long-dated debt) predicting @generalelectric dividend cut or su… https://t.co/H67lREtNTr
21789                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21790                                                                                       Check out Winter Christmas Polar Bear Spotty Warm Slipper Socks https://t.co/OJEpZPg595 @eBay
21791                                                        #yoga Check out Zippo Lighter -  NFL Throwback Green Bay Packers Satin Chrome - NEW #Zippo https://t.co/pleYW70pPc via @eBay
21792                                                                                                                                      @ASOS thank you homies https://t.co/2E8BLxinqN
21793                                                                                                      @McDonalds because this is just what america needs.... https://t.co/tbhBhFRYTs
21794                                        RT @jvmvl_: @Ryanair WHAT DID YOU DO ABOUT THIS? HE SHOULDVE BEEN THROWN OFF THAT FLIGHT FOR BEING AN IGNORANT RACIST INDIVIDUAL! BUT INSTE…
21795                                                      Just Listed! Thirstystone Distressed Wood Salad Bowl With Thin Copper Band NEW #Thirstystone https://t.co/2yDNAgGAET via @eBay
21796                                                                                                              RT @JonnyBridgwood: @Ryanair You'll like this! https://t.co/faAUi1q3Oz
21797                                                  Check out Dunoon Coffee Mug Cup Cottages Cats Tall Latte Sue Scullard England Gift Idea  #Dunoon https://t.co/V7R9KclsqQ via @eBay
21798                                        RT @Loverskey48: @SF281276228 @hightech28 @MSNBC @CNN @CBS @FoxNews @DJ2315 @PrincessBravato @stacygray20 @cj_disabledVet @Jrr1834 @wonderf…
21799                                        @illini_pride @ColeGeorge99 @Reuters @SteveScalise Be straight up: you okay with these bombs or not? I condone no v… https://t.co/0GkVUrTl5n
21800                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21801                                                                                   RT @LegendOfBuku: I want @netflix to do The Chronicles of Narnia the way it's suppose to be done.
21802                                                                                                                                                  @CarolynWLKY @kroger What happened
21803                                                                              #yoga Check out The Rolling Stones Style2 Zippo Lighter - NEW #Zippo https://t.co/gW5Mp0XZwz via @eBay
21804                                        @catlady1998 @Chef_DVM @itsonlymemiguel @shellsenseless @lorrainemking @EssexPoliceUK @Ryanair so you defend the ra… https://t.co/O0JQoJAq9B
21805                                     RT @TripAdvisor: Sliding through the week like... 💨 Who's up for jumping on this slide at Skigebiet Oeschinensee in Switzerland ✋📸: @ agrim…
21806                                                    Check out B Smart Women's Mini Dress Junior Purple One-Shoulder Party Size 7 #BSmart #Clubwear https://t.co/3ybWoVkYze via @eBay
21807                                                      BODY CHAIN TASSEL WOMENS STATEMENT FRINGE HARNESS SILVER CHAIN DRESS AVANT GARDE  https://t.co/6WzHFDitcm via @eBay @katybuggy
21808                                                     RT @scullather: Bam!  @MarkVHurd @oracleopenworld @Oracle #Oow18 #oow2018 doesn’t get bigger than this! https://t.co/sJIwz6CO0z
21809                                                                                                                                                 @netflix It wasnt that scary tbh 😅
21810                                                     RT @scullather: Bam!  @MarkVHurd @oracleopenworld @Oracle #Oow18 #oow2018 doesn’t get bigger than this! https://t.co/sJIwz6CO0z
21811                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
21812                                                   Check out EAPG Inverted Strawberry Butter Dish Dome LID ONLY Cambridge Glass Antique 1911 #EAPG https://t.co/6YY1nM2qah via @eBay
21813                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21814                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21815                                         RT @TheHumaneLeague: Did you know about the LACK of chicken welfare policies at @McDonalds ⁉️ RT to spread awareness and expose this deceiv…
21816                                        RT @Reuters: Sydney’s penguin dads Magic and Sphen are given an egg to incubate https://t.co/ocYmWTZv1Y Via @ReutersTV https://t.co/hkEvh5c…
21817                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
21818                                                              Check out Vintage 1970's polyester knit fabric 2 yards yellow orange blue geometric  https://t.co/FQ4YN35c2p via @eBay
21819                                                RT @ricardorossello: With @Oracle CEO Safra Catz at #OOW2018 @oracleopenworld. 🔴Watch it live on this link. https://t.co/rgxZtV9z9E
21820                                                                                                    RT @tay_golinar: @LesleeShannon @ATT I think it’s time to switch to @GetSpectrum
21821                                                           Custom Made Sterling Silver &amp;amp; Leather New Surfer Wristband Men Bracelet 5B-497  https://t.co/ItavIpSC6r via @eBay
21822                                                                                                        Hey @netflix whose decision was it to take Goodfellas off? I just wanna talk
21823                                                                                               @Peter74149863 @n0tAndy @SSENSE @serenawilliams @OffWht @Nike Lol I’m def trying Foh.
21824                                                     RT @scullather: Bam!  @MarkVHurd @oracleopenworld @Oracle #Oow18 #oow2018 doesn’t get bigger than this! https://t.co/sJIwz6CO0z
21825                                        I’m entering the #PumpkinSpiceAtWalmart giveaway to win a $50 @Walmart gift card so I can stock up on Dunkin’ Donut… https://t.co/lUDzK5JV3n
21826                                                                               Check out Keep Calm and Drink Coffee Mug Porcelain Brown #Starbucks https://t.co/TPfVNaImiD via @eBay
21827                                                                                                                      Check out my listing @eBay - https://t.co/ErJeh48gMJ via @eBay
21828                                                     Check out WHISTLES Striped Blouse Black Red Gold Collared UK 10 EU 38 (487) #Whistles #Blouse https://t.co/trxKGC5uf7 via @eBay
21829                                                                                                                   @CheriJacobus @JamesFourM @FDRLST @CBS What would her father say?
21830                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
21831                                                                                                                       Take It by Francesca Penn https://t.co/GprVX83bmR via @amazon
21832                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #RalphBreakstheInternet Vanellope Pop! https://t.co/…
21833                                              via @Microsoft: Powering our customers: the innovation story behind Microsoft’s earnings https://t.co/qBZo7r3LaL #Featured #RecentNews
21834                                     Hey @Heineken. I spent last weekend in D.C. and this week in New Orleans. 90% of bars &amp; restaurants responded with… https://t.co/mDgDYe4rQS
21835                                         @PedroMAhlers @_bgoerke @SAP ;-) ;-) and I‘m waiting and waiting for the beta version of the SAP cloud portal based on the cloud foundry 😂
21836                                                                                               @wyckedguitarist @verizon @TMobile funny you should ask! Check out #GetOutOfTheRed 😎
21837                                                                                                                        RT @sophsa: damn @McDonalds u freaky https://t.co/aaHhKM0Uiu
21838                                                                                                                           @Reuters @ReutersTV Very well..salmam must became sausage
21839                                        .@Samsung and @HSBC roll out #wearables – what the announcement could mean for how bank employees and consumers int… https://t.co/Pn6l9sKTH8
21840                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21841                                                                                                      RT @Reuters: ICYMI: Lions roll around in autumn leaves https://t.co/QwHM3PWlr0
21842                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
21843                                                                                    Check out HELLOWEEN THE DARK RIDE JAPAN BAND SCORE GUITAR TAB  https://t.co/LVYi51UOAl via @eBay
21844                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
21845                                        RT @g_kohls: #ad SAVINGS ALERT! Rollback on @LOrealParisUSA Pure-Sugar Scrubs at @Walmart  and enter a GIVEAWAY for a chance to win $250 Wa…
21846                                   having to use Windows PowerShell to re register all my apps 😑😑😑😑😑😑 fuck you @Microsoft you didn't help me so now I… https://t.co/NGTOAgRKEF
21847                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21848                                        RT @WLKYVickiDortch: At least one person is dead after a shooting @kroger on Taylorsville Rd in Jeffersontown #WLKY is told this is still a…
21849                                                                         @Reuters This stunt should be the final nail in the Dem’s coffin. Enjoy Trump for another 6 years libtards.
21850                                                Just saw this on Amazon: ViewSonic VX2452MH 24' 2ms 1080p Gaming Mon... by ViewSonic for $127.61 https://t.co/kRDO7GmvqY via @amazon
21851                                                            Check out Lewis Hamiltton Valtteri Bottas Original Painting by Greg Tillett Formula One F1 https://t.co/HDCVlt6nEU @eBay
21852                                              Just saw this on Amazon: Fresh Linen | Luxury Scented Candles | Hand... by Lulu Candles for $13.95 https://t.co/jKG5H1leFq via @amazon
21853                                                                                                                      @Reuters Cats will be cats.... no matter what size... ^_^&lt;3
21854                                           RT @DonFi4o: Check out Vintage Virgin Mary Sculpture Our Lady of Fatima w/ Music Box Catholic Figure    https://t.co/n7EhzVITQs via @eBay
21855                                        RT @CactusFlower29: Check out Vintage Large CORO Signed Enamel Flower Leaves Brooch #Coro https://t.co/Pz5hzGwWvv via @eBay #vintagejewelry…
21856                                                       Check out 45 Vintage Workbasket Magazine Lot Knit Crochet Patterns Crafts Gardening Recipe  https://t.co/iCFEyKBS1G via @eBay
21857                                                       Check out Tanzanite Fine Natural Dark Loose Gemstone 5.29ct Oval Comes with Paid Appriasal  https://t.co/lp57Hr0FIV via @eBay
21858                                                        RT @RichmanPoorman8: Check out Antique Japanese Hotta Yu Shoten Moriage Vase (Cat.#4A029)  https://t.co/Ifh10Mh3PC via @eBay
21859                                                                                                      RT @Sony: One. Billion. @Harry_Styles. Streams. 👀🎧🎶 https://t.co/rM5damNtWr
21860                                                                                           Check out Elizibith Arden And Lancome Lip Gloss #Lancme https://t.co/xmRvTUFWl9 via @eBay
21861                                                  RT @politicalnaveen: Wonder Woman Baby Girls' Costume Onesie wit... by Warner Bros. for $17.99 https://t.co/9ff9t0vR1B via @amazon
21862                                                     RT @DJTwoGrand1: @AmericanExpress #Credit #transactions are streamlined by listening to my cool tune.   https://t.co/vQrFnMzbDs
21863                                      RT @PragatiBaravkar: @Walmart @intexolteam @sehunbam2 Absolutely!! Also their all songs are of top quality 😎😎 We are desperately waiting fo…
21864                                                                                                     Metal Fire Pit by Alhambra outdoor fire pit https://t.co/BXMXXwMzOD via @amazon
21865                                                                                                     Metal Fire Pit by Alhambra outdoor fire pit https://t.co/BXMXXwMzOD via @amazon
21866                                                       Check out Hackus from The Smurfs Stuffed Animal Plush Orange Hair Striped Pants Blue (A24)  https://t.co/f2RbbRMFmD via @eBay
21867                                       Kicking off our innovation salon with co-hosts @verizon &amp; @RevelPartners. @marksilva leads the conversation with… https://t.co/jS5JtYnYWq
21868                                           Taste Beauty Oh What Fun Flavored Lip Gloss NEW Choose A Flavor cruelty free  https://t.co/cwEOEp8yiq via @eBay #Lipgloss #beauty #makeup
21869                                        RT @Sheena1010: Excited to announce that my #Python coding book is available for pre-orders on @amazon Concepts explained using fun illustr…
21870                                                                                                       @McDonalds @IamAmazingLucas You Say That To Everyone Tho Even Jerks Like Him.
21871                                                 @Reuters That's funny! I've only seen all of the Democrats encourage mob-like behavior of incivility towards all Republicans - smh!
21872                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21873                                                                           @tastyhyena @SteveRoche5 @Apple Soooo I’m right hahaha well then @apple did u guys get that ooooor what!!
21874                                         e.l.f. Shimmer Eyeliner Pencil NEW #7601 Iconic Ivory #CrueltyFree glitter #elf https://t.co/UHk4h12hkF via @eBay #eyeliner #makeup #beauty
21875                                                    @JerichoJuno @eBay Whaaaaattttt!!!! But what was the purchase that led to the “I’m a pink toothbrush “ meister like suggestion ?
21876                                                       Check out Press Box UNC Tar Heels Top Womens Size Large University North Carolina Blue (C1  https://t.co/6ePrYYUd5H via @eBay
21877                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21878                                        RT @Reuters: GM’s expectation to have driverless cars on the streets by 2019 hits a speed bump https://t.co/AZWORP4rag via @ReutersTV https…
21879                                                                                                                        RT @sophsa: damn @McDonalds u freaky https://t.co/aaHhKM0Uiu
21880                                                                                   RT @TheSharkDaymond: How @Apple became a world leader in 25 years. #Apple https://t.co/EEJwX8t84O
21881                                        @Scooterocket @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell… https://t.co/xqJuYIsQfd
21882                                        RT @ValerieChinn: Security guard working inside @kroger says he helped get people out of store to safety.  He says he saw two people shooti…
21883                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21884                                        RT @Citi: We’re proud to work with @ReachtheWorldCo on our #eforeducation campaign to enhance education for students around the globe. Lear…
21885                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21886                                                                                                                        RT @sophsa: damn @McDonalds u freaky https://t.co/aaHhKM0Uiu
21887                                    RT @Citi: #Citi &amp; @FlatironSchool have joined forces to promote the Women Take Tech Scholarship. Here are 4 lessons learned from two tech l…
21888                                        RT @robbiemac72: Right I’m going to try this and see If it takes off..If you think the racist passenger on @Ryanair flight should be banned…
21889                                        @Apple WHO DECIDED TO MAKE THE VOICE MEMOS THIS COMPLICATED TO EDIT?!? What was wrong with the way it was? WHY CANT… https://t.co/Mj0QNh86pb
21890                                          RT @BethPaintings: Check out Beautiful Red Fleece All American Comfort Women's Women Plus Size 3X  #Vest https://t.co/FPuph74ES6 via @eBay
21891                                                 RT @DCComics: JUSTICE LEAGUE OF AMERICA GIANT #4 available at @Walmart this Sunday! https://t.co/kJhnNKZyd0 https://t.co/lmraOABa0x
21892                                                    Check out VIP JEANS PERFECT BUTTLIFTER Women’s Juniors Skinny Jeans NEW  #VIPJeans #SlimSkinny https://t.co/8oiLGk7L4X via @eBay
21893                                                           Check out 1927-D $1 Peace Dollar Silver US Large Rare Date Circulated Collectible Coin  https://t.co/xjOH9iquoU via @eBay
21894                                                              Check out Glittered Wooden #Valentine #Ornament~Astronaut Girl ~Vintage Card Image~  https://t.co/66yUXxsicC via @eBay
21895                                                                                                        @Aimee_Garcia @LaurenGerman @InbarLavi @netflix She smoking a joint lol 😂😂
21896                                                                  @jpfginger @FakeNewsEarth @TheEllenShow @Toyota @LeaMichele @iamjeanniek Wow! Outing yourself like that! So brave.
21897                                                                                 RT @David321to74: Check out Big Pumpkin Wrecker Nylint Pressed Steel. https://t.co/uKw03mQNSD @eBay
21898                                             @ackkkkkkkkkkk @Ericericzon2 @SSENSE @serenawilliams @OffWht @Nike the bots don't need a time they bots not dogs. They scrape not fetch
21899                                                          Check out ELLE JAPON Dec 2018 Japanese Magazine fashion kawaii Tokyo Jennifer Lawrence   https://t.co/1pXOwUnDnm via @eBay
21900                                                                       RT @Reuters: At least two people killed in Kentucky supermarket shooting: local media https://t.co/jfyYkIrjIR
21901                                                    Check out Brass eyelet board soldered components for Fender Deluxe Tweed 5E3 DIY amp kits #KLD https://t.co/Y6lwV4wf3u via @eBay
21902                                                                 RT @Reuters: Analyst View: Nasdaq confirms correction while S&amp;P and Dow erase 2018 gain https://t.co/7BI5JYeSVc
21903                                                   @IronStache @exxonmobil Can businesses be required to show their products do not threaten the environment? Hold them accountable.
21904                                        RT @Nori_Studio: Pug Bee - PopSockets Grip and Stand for Phones and Tablets Noristudio https://t.co/SsQDfVUq7V via @amazon #puglover #pugli…
21905                                                                    @timjee @facebook I’m kind of heartbroken at this point. It’s like seeing an ex. Ugh. Even their @ is disgusting
21906                                      RT @PragatiBaravkar: @Walmart @intexolteam @sehunbam2 Absolutely!! Also their all songs are of top quality 😎😎 We are desperately waiting fo…
21907                                                                                                                       @AaronEversgerd @googlemaps @Apple @waze Owned by google!! 😡
21908                                        RT @MargaretMoller: Gotham has the best action scenes and special effects! #LongLiveGotham #SaveGotham @warnerbrostv @netflix @hulu @Amazon…
21909                                                          Check out VINTAGE UNIQUE BLACK ONYX SILVER WOOD GREEN JADE MUSEUM NECKLACE BRACELET SET  https://t.co/TgOYCbfTNt via @eBay
21910                                        RT @rachelka33: #LongLiveGotham on this fine Wednesday! #savegotham @warnerbrostv @netflix @TheDCUniverse @AmazonStudios @TheCW https://t.c…
21911                                                           $3.33 ROSE QUARTZ BLUE LACE AGATE CARNELIAN BRACELET MIXED NATURAL GEMSTONES CHARM NEW  https://t.co/huNO3CvGHT via @eBay
21912                                                                                                  RT @AlimiBallard: THIS IS PURE GREATNESS ✨💯✨ @Starbucks https://t.co/1w6qP8t5xC
21913                                                                                                                                                      @Reuters Good work! Thank you.
21914                                                                              We are nearing the end of 2018... when is @netflix going to stop asking me if I’m still watching??????
21915                                                                                                                              @historBilia @kroger @Well_Regulated_ Two people died.
21916                                        @laetitiaeido @Mucem @FaudaNetflix @FaudaOfficial @netflix Hi Letty !! you have spoken about your and the others in… https://t.co/Iy836oKDPE
21917                                        RT @rachelka33: I would love to see the amazing RLT continue his role as Penguin! #PenguinSpinoff #savegotham @warnerbrostv @netflix @TheDC…
21918                                                                                                                                      @netflix @pattonoswalt THE GET DOWN PART THREE
21919                                                                                                                                                RT @netflix: @pattonoswalt greenlit!
21920                                                                                               Canada and Other Matters of Opinion by Rex Murphy https://t.co/WAX673HUOK via @amazon
21921                                                 Check out Otagiri Coffee Mugs Sleeping Cat Kitten Teddy Bear Jonah's Workshop V Miller 2 #Otagiri https://t.co/XK5PUyLrBL via @eBay
21922                                                                          Check out  John Deere Tractor Personalised Mug  Christmas/Birthday/Gift  https://t.co/ffNVhBaMNJ via @eBay
21923                                                                                        RT @Nike: Kids from Akron don’t just dream it. They do it. #justdoit https://t.co/Cmj2caP2Mq
21924                                                                                                         @appleinsider @Polidalberg @Apple So far... let’s see in a couple of months
21925                                                         Check out 16 Piece Dinnerware Set Round Stoneware Dishes Microwave Dishwasher Safe Mugs   https://t.co/wyGCQZ9Mtv via @eBay
21926                                                      RT @money2020: Major industry news! @GrabSG announces their partnership with @Mastercard at #money2020 https://t.co/woUXGV6UXl
21927                                        @HP my printer seems to like printing pages such as these. I DON'T. HOW DO I MAKE IT STOP???? IT IS WASTING SO MUCH… https://t.co/sWGuyynIqf
21928                                                                                                                 @labergee @banovsky @Ford It should be a leading economic indicator
21929                                       RT @DefendWindrush: Gotcha!👋🏾 @Ryanair passenger who racially abused #Windrush Citizen is former railway worker described as a 'weirdo' by…
21930                                                                 @Jokoy @AdamSandler @netflix I enjoyed the way it was cut together. I agree it was pretty awesome. Joy is right on!
21931                                        RT @Siemens: We are active w/ SCADA #Energy Grid Control in 6 towns in #Morocco https://t.co/GNoOWDFMD6 #COP22 #Business2Society https://t.…
21932                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
21933                                    RT @LadyWanderess: Former @Nike &amp; @Starbucks executive @ScottBedbury said: 'A brand is a story always being told'. #branding #smallbiz http…
21934                                                           Check out JJ Brooch Bull with Bentley Brooch Pin Vintage Jewelry Sagaofluck  #JJjewelry https://t.co/kCb38Wb1dI via @eBay
21935                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21936                                        I’m sick of @netflix either canceling seriously good shows or taking FOREVER to produce the next season of other sh… https://t.co/ylHrROJc00
21937                                        RT @JBurroughs86: @madebygoogle @Google @AndroidAuth @AndroidPolice @Android @phonearena @gsmarena_com @thisistechtoday @UnboxTherapy A fol…
21938                                              @JasonCashe @McDonalds You’re the nasty one! Aren’t you the guy who was supposed to bring me my damn bucket of @PolloBucket hot wings?
21939                                        RT @BD_WONG: Well here it is folks. This dropped today. I’m proud to have even a small role in this film. @netflix @NetflixFilm #birdbox #c…
21940                                        RT @sophiaphotos: Howdy @facebook so it seems I am banned from my Facebook business page because I posted on my private page that I was sta…
21941                                                          Check out Elephant hair bracelet  2 knot 3 strand style made with Solid Sterling Silver  https://t.co/Bp0LRw5vrP via @eBay
21942                                                                                                                        RT @sophsa: damn @McDonalds u freaky https://t.co/aaHhKM0Uiu
21943                                        RT @Khil0ne: For anyone doubting the legitimacy of the Stratis @stratisplatform and Microsoft @Microsoft partnership and how it was obtaine…
21944                                        RT @marcusjdl: So @Ryanair didn’t report this man in time. Nice you side with racists instead of old ladies getting racially abused! https:…
21945                                                                                        @NaisuBrysu @ATT Yeah but they cant legally throttle it you can call and complain about that
21946                                                                                            RT @Walmart: @sehunbam2 EXO seems to be very popular! Keep the requests rolling in! 😎🎶
21947                                        RT @kerrymcnasty: @realDonaldTrump @nytimes @NBCNews @ABC @CBS @CNN You are the enemy of the American people and the rest of the free world.
21948                                                                                                                                                       @Reuters Fruits of capitalism
21949                                        RT @goretsky: Press release from @MarketStudyR either states that @Microsoft is a subsidiary @ESET or is missing some commas in very import…
21950                                                                                                                                                          @CHMcConnell @netflix True
21951                                               RT @PDXBizMalia: How Stephen Hawking's lessons still resonate with @intel researchers https://t.co/hKOyBDgsbi https://t.co/mrrRHIRgIQ
21952                                                                                                                                                      @Ryanair @Ryanair Never more !
21953                                                          Check out World of the Symphony 3: #Schubert Symphonies 8 &amp; 3 #CD Like New #Symphony https://t.co/i41xYvYb1f via @eBay
21954                                                                                            RT @Walmart: @sehunbam2 EXO seems to be very popular! Keep the requests rolling in! 😎🎶
21955                                                                                                                      The McRib is back in Oregon @McDonalds https://t.co/ECfFiLn3ug
21956                                                                         RT @Disney: Watch a new special look at the music and magic of #MaryPoppinsReturns. https://t.co/smZA5q8Keg
21957                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
21958                                                                When Heaven Invades Earth: A Practical Guide to a Life of Miracles; Daily Dev... https://t.co/CZ4bkOONKv via @amazon
21959                                                                                                         Umm @amazon I don’t think these are the same toy 😜 https://t.co/3Ly8bXaz8Q
21960                                                                          RT @Reuters: Merkel: no arms exports to Saudi until 'monstrous' killing cleared up https://t.co/m6Q3whQvVm
21961                                         @Ford @oopoopbdo DO NOT BUY @Ford #fordfusionenergy !!!   It is junk and @ford will not stand behind it!!! Look at… https://t.co/PBEhlsJaDd
21962                                        RT @Skillsy75: I just saw a woman return her @Starbucks latte because it was too hot. Wouldn’t it be easier to just wait? Am I missing some…
21963                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21964                                               RT @Oracle: #MachineLearning is a technology as revolutionary as the internet. @larryellison shares at #oow18 https://t.co/klgGjy9CBQ
21965                                        The BBC named David Mesher as the man accused of racist abuse on a @Ryanair flight from Barcelona to Stansted. Barc… https://t.co/ZW1nqRCGDe
21966                                    Turns out my bill on @ATT would be less than @VZWSupport. AT&amp;T military discount is way better than Verizon. Just g… https://t.co/7xfloQ0WoK
21967                                        RT @koreandoll: The new @Google Pixel 3 phone from @BestBuy has an amazing camera and unlimited free storage so you can take all the pics y…
21968                                                      RT @Reuters: Top of the pile: Australia's Laurence O'Toole wins at the Timbersports World Championship https://t.co/N9XrPxoQYF
21969                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
21970                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21971                                                                                                                                       @woIfbitch i do my best @netflix hire me now!
21972                                                                                            RT @Walmart: @sehunbam2 EXO seems to be very popular! Keep the requests rolling in! 😎🎶
21973                                                     Check out Care N Sport NWT Womens Plus Green/Orange/Brown Sheer Shirt Top Size 1X #CareNSport https://t.co/WTlkyi6imr via @eBay
21974                                                            Check out IZOD XFG Xtreme Function Golfwear Mens Golf Windbreaker Pullover Jacket Size: XL https://t.co/i2Iuwxd6t6 @eBay
21975                                        RT @SDPartnership: We are SO pleased to announce we've been awarded a grant from @BankofAmerica to 1) continue the transforming work of our…
21976                                        RT @ravieda: @RepKevinCramer @Microsoft @MSFTFargo @RepKevinCramer Thanks for the townhall @Microsoft. Greatly appreciate your awareness an…
21977                                                                                                                           RT @saleek1: @engadget Please @netflix #SaveShadowhunters
21978                                                  Check out Asics Gel Kayano 19 Women's Sz 9 Black Pink Running Shoes Training Sneakers #S9 #ASICS https://t.co/grvoqvyTui via @eBay
21979                                                                                                      Hey @netflix I think something is a little outta wack. https://t.co/U8gNGdXOAG
21980                                                                                       Check out Nike Sportswear Full Zip Gray Tag Dark Gray Hoodie XL https://t.co/NYzUFlURCO @eBay
21981                                        RT @DawnButlerBrent: The disgusting racism we saw on a @Ryanair flight last week was shocking and has no place in society. The man responsi…
21982                                          RT @sreason329: So many kids learned how to be Internet Awesome today! Thanks @Google for the curriculum! @EWA_MCS https://t.co/elu2zerdZc
21983                                                                                             NowWatching @Daredevil (Season 3) on @netflix #Daredevil 📺😈🔥 https://t.co/CdgQFq5dJJ
21984                                                                                                                  @Reuters @ReutersTV #FakeNews or the ones that are less eager lose
21985                                        RT @BrianKolfage: EXPOSE THIS! After appearing on Fox News and Huckabee @facebook sent my wife a threatening message saying if I use her ac…
21986                                                                                                                                  @netflix Will there be a season 3 for The Get Down
21987                                                                                                                               @PopCrave @netflix will you be watching? @ShawnMendes
21988                                                                                                                               @PopCrave @netflix The best saga that has existed wbk
21989                                                                                                                                            @sophsa @TxSoonergalAD @McDonalds Whoa!!
21990                                                            Check out 2018 TOPPS UPDATE POSTSEASON PO10 REGGIE JACKSON YANKEES FREE SHIPPING 🔥⚾️  https://t.co/maaLOE4fOW via @eBay
21991                                                                 RT @Starbucks: @Lin_Manuel The Avengers of Coffee. That's what we call ourselves; we're sort of like a team. 💪💚🇵🇷
21992                                        @UPSHelp @UPS why has my package arrived in such a sorry state??? this is unacceptable. your delivery driver has be… https://t.co/tWKlQHgiNZ
21993                                                                                                                        @naynanjani @netflix Lol but i love sarah paulson and sandra
21994                                                                                                                      Luke from @netflix “The Haunting of Hill House” is daddy af 🤤
21995                                                                                Check out Canon EW-63 Lens Hood Excellent+ From Tokyo Japan #Canon https://t.co/hhsQJYpNBQ via @eBay
21996                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
21997                                                     RT @LuvSig: TOUGHSKINS Camouflage Cargo Pants and Long Sleeve Thermal One Piece 18 month NWT  https://t.co/w33rFUWhD9 via @eBay
21998                                                                                     @grammabz @chrisbr64178310 @downwritemental @adodger78 @copperbird7 @AP @kroger You're an idiot
21999                                                                               @SchittsCreek is hilarious. The characters are so well played. I enjoy it so much. #ThankYou @netflix
22000                                                                 @them @Google What's the question? do you want to be queer and broke ..or do you want to be queer and have money...
22001                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
22002                                                Check out 2 Ornate Victorian Cast Iron Coat Hat Hooks Cast Iron Hall Tree Wall Hook Heavy #Unknown https://t.co/W4i6RWbihg via @eBay
22003                                                        Check out TIGI S-factor Serious Conditioner 5.07 oz / 150 ml provides extreme shine  #TIGI https://t.co/1IBzOEw3cR via @eBay
22004                                        @AskAmex @AmericanExpress Yes.  I added my son this summer.  5000 points. After 500$ spend Activated the card Augus… https://t.co/rriaOSvbFA
22005                                                                           RT @ShazAllSaints: Definitely won’t be flying with @Ryanair ever again. Nope 👎🏾 https://t.co/8MaKkFtqEj
22006                                                                   @ukfanneely @plumenom @adodger78 @copperbird7 @AP @kroger This seems like no one knows exactly what happened yet.
22007                                                                                                                                              @PaulHol79067336 @Reuters But you are.
22008                                        RT @hotestatesales: Check out Chicos Black Illusion Multi Strand Bead Necklace #Chicos #MultiStrand https://t.co/GRl4MZK9a9 via @eBay #hote…
22009                                        RT @pennywisemama: October is #DentalHygieneMonth and to celebrate @Walmart has some amazing deals on @OralB electric toothbrushes! You can…
22010                                        @McDonalds Why do the ice cream machines always get cleaned b/w 5-7pm? Isn't that the worst time to not serve thing… https://t.co/Q7ZwPHQNDr
22011                                                 Check out Reba Sandal Wedge Black 6.5M RILEY Womens Faux Stone Leather Slip On T-strap #Reba #any https://t.co/w8MQY6szsN via @eBay
22012                                                                                      Check out Aynsley Teal Turquoise 4 Cup 4 Saucer Lot #Aynsley https://t.co/bOkAXL0eyA via @eBay
22013                                                Check out Vintage Belgian Mid Century Jug Pitcher Ceramic Porcelain Great Glaze Gilded  #Victorian https://t.co/Pe8Jlma8it via @eBay
22014                                        RT @Reuters: Buyer of winning Mega Millions ticket beat the odds of 1 in 303 million https://t.co/9a8xhgfYVS via @ReutersTV https://t.co/4l…
22015                                                 Check out Sanita Black Patent Leather Reptile Clogs size EU39 US 8.5 Comfort Nurse #Sanita #Clogs https://t.co/BIQMi5OJxq via @eBay
22016                                                                                    @kbeecee @stahscream @MoviePass @Costco They suck. They have become Redbox with their selections
22017                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
22018                                        @JDWasabi I have a 2008 MB and 2011 MBP and they are still going strong. If only @Apple would release a matte black… https://t.co/OOtlu6p5RW
22019                                                        Quick PSA. If you are getting a  #GoogleHomeHub to replace your @Google Home you will be very disappointed with the speaker.
22020                                        @TheSneakyEwok @JohnLegere @comcast Comcast does generally deliver good communications. And their service folks tha… https://t.co/VV00aRcmbt
22021                                                                                          @drnimrod @FoxBusiness @McDonalds @Wendys is so bomb the food is definitely better quality
22022                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
22023                                                                          But why does @facebook prompt me to start a fundraiser every time I write a status of over 100 characters?
22024                                                                                          Lol @ATT idk what is going on with your chat reps but I like it 👌 https://t.co/I5iVekxAHS
22025                                                                                                                     @Chevron Some role models you guys are. https://t.co/iKKSY21MFj
22026                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
22027                                        @Bancor @BinanceBCF @UN @galiabenartzi @binance @ConsenSysImpact @IBM @Hyperledger @UNICEF @Fairfood check this out… https://t.co/CMBvITP0tt
22028                                         @bocelli_matteo @DancingABC @Disney @DisneyStudios I would do anything to meet your father... It has been my dream… https://t.co/aEMYQdJmwd
22029                                        @Web_of_Trust @Apple So a website I created WOT keeps telling me to get away. So I see why because it is a very new… https://t.co/o2rmZCVA4A
22030                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
22031                                                                                                                      Check out my listing @eBay - https://t.co/IaZWXtplR7 via @eBay
22032                                        RT @marie_alxandria: All 8 of The Harry Potter films will be on @netflix November 1st .. in case no one hears from me after that time https…
22033                                                                                                      Check out Vintage Tie Dye 80's 90's Leotard  https://t.co/cMbJ8Xj1TZ via @eBay
22034                                        @Smarcey88 @GoldmanSachs Remember they were apart of the Great Financial Crisis aka The Great Recession in 07-08 an… https://t.co/O7OcG4Ufst
22035                                                                       Check out Playmobil Victorian Mansion Nanny &amp; Children #5502 #PLAYMOBIL https://t.co/6QNjFE97io via @eBay
22036                                                      Check out Laura Scott Womens Light Brown Cover Sweater Top Size XL #LauraScott #CoverSweater https://t.co/CiITmFRDvO via @eBay
22037                                        RT @aussiechick_79: @BasicShadowStuf @netflix Because it's gotten me through the tragic loss of two angels at the beginning of the year and…
22038                                        RT @BHGLiveBetter: No Purchase Necessary. @Walmart $25 gift card winner will be randomly selected. Ends 10/24 at 11pm EST. Promotion rules:…
22039                                                                                                                                                      @Reuters @ReutersTV Fake news.
22040                                                                                        @mcd3putt @KelloggsUS I’ll say it was before Uncle Charlie’s time...and simpler times indeed
22041                                                                                                                                           @LeeAnneLocken @facebook Yes we are now😊
22042                                                                                                                                                    @jeremy010612 @kroger Who cares?
22043                                                     Check out SALADMASTER TRI CLAD STAINLESS STEEL 1 quart PAN/POT &amp; STEAM VENTING VAPO  LID  https://t.co/6gMaCIoeaT via @eBay
22044                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
22045                                                                                                 @FedEx fucked me around today i feel like @Specter_Smit but not as bad they did him
22046                                                  @jaredhendler @jpmorgan @Chase I’ve never heard of this... why don’t they want your business? (If it’s appropriate for me to ask).
22047                                                                                             @JamesMcCann34 @TMobile @TeamRubicon My husband is a vet. I will get on this cause ASAP
22048                                                                                                                                        @msrachelteodoro @Walmart Are the pies good?
22049                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
22050                                                                               @LittleBlueDotTx @kroger Me and 20 million of my friends will stop shopping with you if you ban guns.
22051                                                    Bulb Confetti... https://t.co/QdQLLYJj86 via @amazon #naturecuts #confetti #cutout #christmas #holidays… https://t.co/A6AsZCK4uy
22052                                                        @Lizallison28 @DISupdates @pepsi I got the honor of meeting Davey at the Myrtle Beach BGN race after he won this.  #28FORVER
22053                                         RT @AspenInstSports: One objective of #ProjectPlay is to grow the number of youth sports coaches. That's why we're excited about @Nike and…
22054                                           RT @jimditmyer: Check out New Mua Professional Travel Brow Kit 2 Universal Brow Shades Wax &amp; Brush  https://t.co/vn1PZnvllH via @eBay
22055                                                                                                             Check out The Sword in the Stone VHS  https://t.co/AwFtf2rW3x via @eBay
22056                                        RT @BankofAmerica: .@pepsolar is the nation’s first residentially available solar installer. CEO Bonnie Katz is dedicated to providing ener…
22057                                        RT @collectables66: See what I m up to on @eBay! View my profile to see my favourite finds and more: #stamps #coins #books #antiques https:…
22058                                                                                                     RT @ShawnMendes: @Nike im loving these ! Thankyou guys ! http://t.co/v7yRiVpqND
22059                                                   Check out American Sweetheart -1- PINK Glass Coffee Tea Cup &amp; Saucers MacBeth Evans 2 of 3  https://t.co/KVF5EELRWL via @eBay
22060                                        RT @koreandoll: The new @Google Pixel 3 phone from @BestBuy has an amazing camera and unlimited free storage so you can take all the pics y…
22061                                        RT @Reuters: MORE: Saudi Arabia says a fight broke out between Khashoggi and people who met him in the consulate and led to his death https…
22062                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/VEu25WtZKc
22063                                                               99c #Special The Dead Game by @SusanneLeist https://t.co/uZ53wcCQik via @amazon #eNovAaW #Paranormal. #asmsg #eNovAaW
22064                                                    Congratulations to #Joy @ProcterGamble and Dentsu Japan for winning a Global SABRE Award. #GLOBALSABRE18 https://t.co/qvoaMtkUjX
22065                                         RT @BrianKolfage: Way to go @facebook threatening a triple amputee wounded warriors wife! After doing numerous big interviews they want me…
22066                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
22067                                        @JodiKoberinski @PsyOkami @VanceCrowe @RobbFraley @BioBeef @stuartsmyth66 @aggiecoolchick @Bayer Then that overstep… https://t.co/SmrxPWZMEr
22068                                                                                                                                                                      @Reuters Bully
22069                                             Horseshoe Confetti... https://t.co/UHVbvT6AHe via @amazon #naturecuts #confetti #cutout #partysupplies #favors… https://t.co/0cjZNCBgUH
22070                                             The Sheriff and the Nanny: An Inspirational Historical Romance (Hero Hearts) ... https://t.co/kHmKXyU6ap via @amazon kindle $0.99 today
22071                                                                       @seewhatsnext @netflix I think the CW picked the wrong year to try rebootingt Charmed https://t.co/KeKRyL4rN8
22072                                                               Check out Antique Vintage Mixed Metal Persian Plate 5-7/8 Inch Copper Brass Silver  https://t.co/uY3FygnPvt via @eBay
22073                                             @DesignationSix @Nestle @IdahoPotato @CocaCola @HeinzUK @oscarmayer @MrPeanut @Duracell @ProcterGamble @Purina… https://t.co/Af9JxjVkNh
22074                                                Check out George women Skirt Brown tweed Wool blend career Sz 14 A-line pleats bottom hem  #George https://t.co/Sub5y2UoWd via @eBay
22075                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
22076                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
22077                                                                                                                                My shit better be there when I leave the gym @amazon
22078                                                    RT @Reuters: Laurence O'Toole makes it a double win for Australia at the Timbersports World Championship https://t.co/aS3YeQLpgk
22079                                                                                                         Penance: the darkness behind the light  https://t.co/DQyKFEwZnI via @amazon
22080                                                       Check out Vtg Denim Sherpa Vest Dark Wash Sears Western Wear Made in USA XXL Jean Vest 70s  https://t.co/4QCXhJVVUf via @eBay
22081                                                                  @AtomicMari @TMobile Awww that's cute if only I could of heard it I'll probably be imagining the band the same way
22082                                                                                                       Seriously first scene in the prison @Daredevil is so well acted out. @netflix
22083                                         RT @Disney: “The looks that Mickey and Minnie will be wearing to celebrate their 90th anniversary represent all of the colorful exuberance…
22084                                        Mr. Asa Johnson’s class visited our admin team meeting with a gift from their visit to the @Nike Factory. They gain… https://t.co/WFACO5hwjd
22085                                        RT @dynastybeautyb: Check out Vintage Imperial Candlewick Glass 4 Part Relish Dish with Handles 9.5 X 9.5  https://t.co/8fc8jud2zj via @eBay
22086                                        @McDonalds can you tell me why it says you close at 11pm but when I show up at 10:50pm they told they already clean… https://t.co/eOMprpGZdJ
22087                                                                                                                                            @gekesmile_lol @Roblox @amazon they did?
22088                                                                                                @Reuters Saudis are terrorising the world...shame on you....you are a Prince of Hell
22089                                         RT @Disney: “The looks that Mickey and Minnie will be wearing to celebrate their 90th anniversary represent all of the colorful exuberance…
22090                                                                                                                                 @Disney 💛🐭❤️🐭💙👑 Happy anniversary dears Mouseee
22091                                                                                                                               Thank you @TMobile for supporting @TeamRubicon #HR4HR
22092                                                            Check out Brooks Womens Size 7.5 Shoes GTS-15 Running Cross Training Sneakers 1201741B458  https://t.co/T2N01RSC0t @eBay
22093                                            @Google is the only A.I. that understands my South Baton Rouge country/hood blend of a voice.... I appreciate it https://t.co/V0iJ9vmdfx
22094                                                   @Kelseyyy_23 @Wendys @McDonalds @BurgerKing @ChickfilA @tacobell @ChipotleTweets Ive tried it. Try sheetz they gave me $100 worth
22095                                        RT @tamronhall: I’m thrilled to announce my partnership with the ABC Owned Television Stations to launch my new @Disney and @ABCEntertainme…
22096                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
22097                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
22098                                                       Check out SHARP NFL REEBOK ON FIELD MediumDALLAS COWBOYS #19 MILES AUSTIN JERSEY~50 year!   https://t.co/FNC3Nz57c0 via @eBay
22099                                         RT @Disney: “The looks that Mickey and Minnie will be wearing to celebrate their 90th anniversary represent all of the colorful exuberance…
22100                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
22101                                        RT @krizofromparis: Who wants a documentary about #JDilla on @netflix w/ interviews of @questlove @madlib @stonesthrow @KarriemRiggins @Tom…
22102                                                                                                                                                  @brianalynnehess @netflix Oh nah!!
22103                                        @jpfginger @sheilaj16632489 @TheEllenShow @Toyota @LeaMichele @iamjeanniek Oh and Why do people say go F yourself w… https://t.co/IinnnBEdpZ
22104                                                    RT @Reuters: Laurence O'Toole makes it a double win for Australia at the Timbersports World Championship https://t.co/aS3YeQLpgk
22105                                           RT @TeamRubicon: Wow what a banger! @RedSox are bringing the heat and @TMobile are bringing the donations. #HR4HR https://t.co/v4BNAdBMVr
22106                                                               Foreverceramic Ceramic Paris Eiffel Tower Rose Teapot Soap Lotion Perfume Dis... https://t.co/Jc4w0JmmKl 来自 @amazon
22107                                        @Reuters @CPitas @ReutersTV China has illumination satellite like big fan's in Metro's serving millenniums in ultra… https://t.co/zIkzMA4UQf
22108                                                                     Check out Vintage TROPICOOL GUAYABERA Embroidered Shirt Poly Cotton Men's Medium  https://t.co/FhDh5tVqBs @eBay
22109                                        RT @panddfinds: Lee Instantly Slims You Women Jeans Size 6 M Cropped Natural Fit Skimmer Stretch #Levis https://t.co/e7yGRg8UT3 via @eBay #…
22110                                                                            Check out Vintage Avon 3 Santas Christmas Ornaments  Santa Claus Trio  https://t.co/BCMcW4jX6C via @eBay
22111                                                 @qjurecic The second episode of the first season of #Timeless covered this topic. #SaveTimeless @Sony @TheTimelessRoom @NBCTimeless
22112                                         RT @David42160244: Check out Woodstock 94 cassette Metallica CSN Cypress Hill   PAUL RODGERS Slash cs TRAFFIC https://t.co/NlU83wCBe1 @eBay
22113                                        RT @MarkVHurd: Important point from @LarryEllison’s keynote: layering voice on top of @Oracle applications puts vital real-time data once o…
22114                                           RT @BHGLiveBetter: Don't forget to enter our #WalmartWednesday #giveaway by 11pm ET tonight for your chance to #win a @Walmart gift card.
22115                                        RT @Reuters: JUST IN: Federal investigators seeking suspected package they believe was addressed to former Vice President Joe Biden - offic…
22116                                        RT @BHGLiveBetter: No Purchase Necessary. @Walmart $25 gift card winner will be randomly selected. Ends 10/24 at 11pm EST. Promotion rules:…
22117                                   RT @hm: We're in NYC! Watch the MOSCHINO 📺 H&amp;M show live: on Instagram at @hm and @moschino and outside our store at Times Square 24 Oct at…
22118                                                                                                        @KLemkau @BankofAmerica @RedSox We are #BostonStrong and #BostonProud #GoSox
22119                                        @stogner7219 @bethesda @Fallout @XboxSupport @Xbox @Microsoft hey there there is timesessions the beta isnt up 24/7… https://t.co/8le2ODkZJo
22120                                                          Check out Art Calendar Magazine Grants Latino Artists National Park Residency Marketing  https://t.co/6ZZHQ97ZRt via @eBay
22121                                        RT @Forever_IM_Emma: @netflix @NetflixFilm  @primevideo @AmazonStudios  are you sick of us yet? #SaveTrialAndError  because we aren't quite…
22122                                         RT @NatureCutsTags: Heart Confetti... https://t.co/IpjBSDUlyP via @amazon #naturecuts #confetti #cutout #partysupplies #favors #decoration…
22123                                                             Check out UNDER ARMOUR Fitted GirlsYoga Athletic Capri Leggings Pants YLG LARGE Gray/Pink https://t.co/kRZGSA1MoT @eBay
22124                                        RT @Reuters: JUST IN: Federal investigators seeking suspected package they believe was addressed to former Vice President Joe Biden - offic…
22125                                        RT @Reuters: Legal heat from New York AG should prod Exxon shareholders to demand more than baby steps on climate risks https://t.co/B8EoMr…
22126                                        RT @Reuters: JUST IN: Federal investigators seeking suspected package they believe was addressed to former Vice President Joe Biden - offic…
22127                                                                                                                                  fuck u @hm for making cute pants but long ass shit
22128                                                                                        @PamudithaAnjana @facebook Thumbs up in the asshole? That's the last one I saw from you 😁😂
22129                                                                                                       RT @kelsburg: @Nike sponsorship. #justdidit #justdoit https://t.co/MBfcbOJexW
22130                                                      Check out 12 Star String Lights LED String Fairy Xmas Wedding Party Decor Curtain Lights #LW https://t.co/s8eS5BalJ7 via @eBay
22131                                    RT @HispanicFed: We're proud to join @NespressoUSA @RockefellerFdn @Starbucks @TechnoServe @WCoffeeResearch &amp; friends @Lin_Manuel + @Vegalt…
22132                                                                                                                                @Walmart @pabojaebummie Walmart always has our backs
22133                                        RT @netflix: Sandra Bullock will do whatever it takes for her family to survive in Bird Box — December 21 on Netflix and in select theaters…
22134                                                                          @SteveVDK_hunter @joerogan @netflix I definitely wooo'd from my couch and my wife thought I was a lunatic.
22135                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
22136                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
22137                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
22138                                                                                                                RT @TMobile: @theofficialkinz Count us in ✊ #SaveTimeless *HeatherS
22139                                              ^^@MaddiePoppe Unfortunately for you #Likes matter! @Disney @ABCNetwork @AmericanIdol @instagram #music #idol… https://t.co/IKMNqJrgBx
22140                                                                          Marathoned 2 seasons of @AnimalKingdom and im speechless. Unbelievable. When does season 3 start? @netflix
22141                                         RT @DenGil9: @netflix I hear you folks have been clearing some space for new shows? Like maybe @NBCTimeless @TheTimelessRoom #SaveTimeIess…
22142                                        @mrsandiego @ReutersBiz @Reuters @ReutersTV . just announce an overseas company just lost 6.7% of value due to a da… https://t.co/9vixGuVE18
22143                                                       Check out 67.05Ct. AAA 100% NATURAL LAVENDER BLUE TANZANITE SPECIMEN FACET ROUGH UNTREATED  https://t.co/JB5FjOeFGM via @eBay
22144                                                              “We’re living in a constant state of feedback and judgment.” -#AmericanVandal 💩 definitely worth reassessing @netflix
22145                                                  @akline1123 @CQuerard @NYT @fox @nbc @CBS @DanRather It was the beginning of the end of believing the Big 3 News orgs. In this USA
22146                                         RT @EricVMarketing: RT @danielnewmanUV: Is @Apple atop a Trillon-Dollar Bubble? — Futurum Tech Podcast Episode 004 https://t.co/po4QdYybiH…
22147                                                                                             @Ben_Woolwine @cardoso91 @Carbon @adidas @goatapp Yes I have so has the boss no worries
22148                                                             Check out FREDDY VS JASON VS ASH #5 FREDDY KRUEGER JASON VOORHEES HALLOWEEN MINT HOT  https://t.co/1OdhRMiskn via @eBay
22149                                             Check out KAREN MILLER Women's 10 Champagne Formal Mother Bride Evening 2pc Dress &amp; Bolero #Dress https://t.co/sezSDTHhfJ via @eBay
22150                                                                                                                           @netflix if u remove Friends off I’m going to be very mad
22151                                                                                                                       @CNN Maybe if @kroger didnt allow open carry in their stores?
22152                                        @tallpatty @phillipmbailey @kroger @RepJohnYarmuth @AlisonForKY @senatemajldr It’s a bad time when we disregard tho… https://t.co/PT8c8KwVnE
22153                                                        RT @Reuters: Investigators seeking suspicious package addressed to ex-Vice President Biden: official https://t.co/NEQSPdrl9u
22154                                         RT @Reuters: GM's driverless car bet faces long road ahead. @heathersomervil https://t.co/AZWORP4rag via @ReutersTV https://t.co/pL7sRYfjYN
22155                                                        RT @Reuters: Investigators seeking suspicious package addressed to ex-Vice President Biden: official https://t.co/NEQSPdrl9u
22156                                                        RT @Reuters: Investigators seeking suspicious package addressed to ex-Vice President Biden: official https://t.co/NEQSPdrl9u
22157                                             RT @theofficialkinz: @RachaelTaylorD2 @bleukarma @JakeStateFarm @Hostess_Snacks @NBCTimeless @TMobile I try. 🤣 #Timeless #SaveTimeless
22158                                                                                            RT @Walmart: @sehunbam2 EXO seems to be very popular! Keep the requests rolling in! 😎🎶
22159                                                                                            RT @Walmart: @sehunbam2 EXO seems to be very popular! Keep the requests rolling in! 😎🎶
22160                                                   Check out BEST OFFER NATURAL IRON TIGER EYE MAGNIFICENT OVAL CABOCHON GEMSTONES #jaipurgems2016 https://t.co/XMZT4FqnBQ via @eBay
22161                                                                                                                        RT @sophsa: damn @McDonalds u freaky https://t.co/aaHhKM0Uiu
22162                                    Hey @comcast I have internet &amp; only internet with you. I’m paying $50 a month (after paying $180 for cable+internet… https://t.co/KwyDz8zzJf
22163                                        RT @Reuters: JUST IN: Federal investigators seeking suspected package they believe was addressed to former Vice President Joe Biden - offic…
22164                                        @Carmel311710 @vincentdonofrio @Daredevil @netflix I did that. I could control my anxiety in seasons 1 and 2. I wat… https://t.co/y0KMNc2j5q
22165                                                              Check out Spode England Christmas Tree Plate 2001 Annual Collection Plate w/Box S3324 AO https://t.co/bJPgL9KHo4 @eBay
22166                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
22167                                                   Check out TORY BURCH Brielle Fringe Skirt Size M Orange Pink Knit Lined Womens  #ToryBurch #Any https://t.co/8hI6gvVn8E via @eBay
22168                                                                                                           RT @Disney: Explore #Up from script to screen! 🎈 https://t.co/IHLHgrApeA
22169                                                                                                                                                                  @Reuters I ❤️ Lions
22170                                                                                                                            Abstract 52 MONSmons https://t.co/OBLEjOoSCC via @amazon
22171                                                                                                  RT @Reuters: WATCH: Lions play in the leaves at London Zoo https://t.co/Zg7bS7p9NA
22172                                                                                                                                    @Reuters Of course they do they are such saints!
22173                                                                 Need some storage? Over 50% off this Sandisk Ultra 400GB Micro SDXC UHS-I Card  https://t.co/1nKlPnmZoD via @amazon
22174                                     RT @JoonKi__: @instagram @facebook @Snapchat can we PLEASE get a night mode cuz @Twitter and @Youtube are superior rn 🙂🤘🏽 https://t.co/QJrn…
22175                                                                                                   RT @_kidcole4: @_nellielee I’m still waiting for fresh prince of bel air @netflix
22176                                                                       Check out Danielle Paige The End Of Oz First Edition Hardcover Signed 2017  https://t.co/tBSfN5iJDS via @eBay
22177                                          CAMO Pop Up Phone Grip (Free Shipping) @eBay - https://t.co/OgZXA9Rgzj via @eBay #ebay #ebaystore #shopping #sale… https://t.co/XGOjrn532A
22178                                         Reminds me of the little bits of good in this world. Thank you @Google . I grew up on Mr. Rodgers and this made me… https://t.co/tgEeZn6RZl
22179                                                                                                                        RT @sophsa: damn @McDonalds u freaky https://t.co/aaHhKM0Uiu
22180                                                                                                                               @Ryanair Is your #Racism policy changing then too? 🤔
22181                                        RT @BankofAmerica: We’re proud to support women small business owners who have the power to change the world. #WomensSmallBusinessMonth htt…
22182                                                                                                  RT @Reuters: WATCH: Lions play in the leaves at London Zoo https://t.co/Zg7bS7p9NA
22183                                                                                                                              @Dtraslerwriting @Reuters are you off your meds again?
22184                                                                                                  @ClintSpencer4 @NFL @FedEx Melvin Gordon didn't play. Devonta Freeman didn't play.
22185                                         RT @AspenInstSports: One objective of #ProjectPlay is to grow the number of youth sports coaches. That's why we're excited about @Nike and…
22186                                                            Check out DALLAS COWBOYS BALL CAP HAT NFL FOOTBALL #TwinsEnterprisesInc #DallasCowboys https://t.co/CbYXgOW6oR via @eBay
22187                                                                                                       The Virtue of Nationalism by Yoram Hazony https://t.co/E7utaXgVNQ via @amazon
22188                                                             Check out Vanilla Carbon Assassin Inline Speed Skates US Size 10 7000 Series Roller Skate https://t.co/6jxeDY75wv @eBay
22189                                        @CarmineSabia @atzuniga @nytimes @NBCNews @ABC @CBS @CNN Where are your words for Donald trumps rhetoric? Only what… https://t.co/6CxbL9Lf2b
22190                                                                                                 @AngieCoxMom13 @ABREG_1 @TMobile @TeamRubicon Good luck. God bless you and your son
22191                                         Literally shaking from the end of episode eight of #HauntingofHillHouse @netflix Thankfully I leave for work after… https://t.co/dfCnaAotGo
22192                                                                                       @CHMcConnell   Your new series is one of my favorite @netflix  shows!! I need more episodes!!
22193                                            @DesignationSix @kaslina @Nestle @IdahoPotato @CocaCola @HeinzUK @oscarmayer @MrPeanut @Duracell @ProcterGamble… https://t.co/9kq6zNrBdb
22194                                        @dupre_austin @meowmeowmeow07 @kroger LOL And what caused those two deaths? A gun? In the possession of another one… https://t.co/JPgmK5v3QL
22195                                                                           Blood should be on that wall right now. #Ironfist @Marvel @netflix @MarvelStudios https://t.co/7lc2WKfyRl
22196                                                             RT @Candelly: Check out Vintage Roma Italy Sterling Silver Rosary with original container https://t.co/6SIaRJkVzD @eBay
22197                                        @somhrd50 @ElectProject @CNN @NBCNews @ABC @CBS @AP @MSNBC They seem to not compare them to earlier years. In my ow… https://t.co/iF1TTI7ad1
22198                                                                       Check out BETTY GRABLE - Vintage Page of Original Clippings - 2 sided page  https://t.co/HptY2S5x4M via @eBay
22199                                                        Check out Hot Rod Deluxe Magazine The Tv Tommy Show Mark Mist Cherry Bomb Glasspack Build  https://t.co/ekIJrziZeq via @eBay
22200                                                                                 RT @cchernega3: @Michael_Mealor @CBS LOVE THESE TWO WOULD LOVE TO MEET THEM https://t.co/46Wre571cl
22201                                        RT @aussiechick_79: @BasicShadowStuf @netflix Because it's gotten me through the tragic loss of two angels at the beginning of the year and…
22202                                                     RT @Walmart: @EXOLX9990 Shoot your request to our radio DJ at https://t.co/ZsZpbEAdEY or 855-925-7346. Thanks for sharing! 😊🎶
22203                                                       Check out Home Sewn Quilted Gift Bag BYOB Bottle Gift for Birthday Christmas House Warming  https://t.co/253zhWPbyT via @eBay
22204                                                Check out NOS Vintage Sterling Silver Gold Trim GT PARKER PREMIER Mechanical Pencil France #Parker https://t.co/ZWVbCYB1U8 via @eBay
22205                                        @JohnLegere @verizon @ATT @comcast Looks like you won’t mention how shitty your speeds are and no you ignore your d… https://t.co/NYyG4g0nM6
22206                                                 Check out NWOT New Balance ICE Womens Performance Yoga Shelf Bra Loose Fit Tank Top S #NewBalance https://t.co/pQK8lF8201 via @eBay
22207                                                                 #CalvinKlein Mens Dress #Shirt Long Sleeve Button Front Black Striped Size Large  https://t.co/u7RH2fbEBB via @eBay
22208                                                                                                                                          RT @TancSade: @BillysGirl80 @Honda Thanks!
22209                                    RT @Reuters: On @Breakingviews: AT&amp;T recently bought Time Warner for $85 billion. But an earlier megadeal for DirecTV is getting all the at…
22210                                                                                                                                      @omg_its_marie @TMobile Welcome to the Family!
22211                                                                                           Check out BC makeup brush cleansing infused with rose water https://t.co/oiUGKF3rQS @eBay
22212                                                       Check out 1 Set Power RC Fishing Bait Boat Power Set Driver Transmission Shaft Kits L10cm   https://t.co/zStUU2WkOp via @eBay
22213                                                                                                             1000 Ways To Die was a good show lmao that’s what @netflix needs to add
22214                                        RT @ForeverLogical: @ScottWalker @POTUS @WiStateJournal @amazon @PolitiFactWisc This is Scott Walker’s new plan to win re-election: Over 84…
22215                                                                                                                                                  @JudgeJoeBrownTV @Ryanair Exactly.
22216                                                Report: @Apple expected to say #GDPR a model for US privacy regulation by @gsterling https://t.co/8kA4T7vN9u https://t.co/I9OGp5fYF2
22217                                                                                      @netflix Please please please please don’t cancel daredevil this is why I’m living please lord
22218                                                 Check out Anthropologie Deletta Top Blouse Size M Pink Short Sleeve Peplum Layered #Anthropologie https://t.co/9YnroZdoJS via @eBay
22219                                        RT @eBayROCteam: D Nicole I can Never Have Enough Shoes Red Gold Tone Purse Clutch #DNicole #Clutch https://t.co/xgKVnaw0ll via @eBay @simp…
22220                                             Check out Vintage 1984 TV Guide's TV Board Game - Classic - NICE AND COMPLETE! https://t.co/XI2EqbbALp @eBay #vintage #sale #ebay #game
22221                                        @Microsoft this is the 3rd time this semester I’ve saved my lab report as a word doc and when I went back in to fin… https://t.co/XJoYz3lqzm
22222                                                                                                              RT @netflix: THE HAUNTING OF HILL HOUSE (2018) https://t.co/NTDRJGCLVl
22223                                                   Check out Lucky Brand Blouse Size M Rayon Ikat Paisley Floral Sheer Crinkle Long Sleeve #Blouse https://t.co/UvDymQqdMs via @eBay
22224                                             RT @ipsdocholiday: Check out Vintage Folgers Mountain Grown  Coffee Tin Can 6.5oz . Rare hard to find can https://t.co/fEaxMPe0bn @eBay
22225                                                   Check out Martha Argerich CD Live from the Concertgebouw 1978/1979: Schumann/Ravel #SonataSuite https://t.co/i1FIyhOBRb via @eBay
22226                                        @Cisco is on it’s way to impact one billion people by 2025 with their support to the Anudip foundation. By empoweri… https://t.co/ymFGNJFGT9
22227                                                                          Check out Funko POP! DC Collectors Box - Gold Chrome Batman w/ T-Shirt Small https://t.co/KzFl8PLJXs @eBay
22228                                        RT @eeee17135678: @Reuters China Xinhua net and 16 banks to participate in Yunnan Fanya fraud citizens 43 billion yuan.  https://t.co/0y6zM…
22229                                                                                            RT @Reuters: Kevin Chiam has created kitchen tools for the blind https://t.co/IdSKO2sU7Y
22230                                                                                                      @ElleryCelereee @FiscalTweets @Reuters Sometimes ya gotta call a spade a spade
22231                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
22232                                        @parscale @Apple @facebook @Google @Twitter The only for that to happen is to shut down @FoxNews in the US. It’s be… https://t.co/AehTDBDqs9
22233                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
22234                                         @netflix PLEASE give us more of the amazingly wacky spooky gorgeous @CHMcConnell. My most favorite binge in a long… https://t.co/QBw57ptorr
22235                                                                                                                  I laughed so hard watching @AdamSandler on @netflix  I cried. LOL!
22236                                                                                    @drnimrod @FoxBusiness @McDonalds 10 piece nugget at Burger King for a dollar which is too cheap
22237                                           @daphnehk @rhomsany @karaswisher @nytopinion @Dropbox @dmwoodside @drewhouston @arashf @Google @nicolewong @amac… https://t.co/3J6D4QKHKG
22238                                        RT @HannamC83: @Tesco wondering how seriously you guys might take my complaint about a mouldy product that I bought from you...?? They didn…
22239                                                                                    @McgradyNatalie @Starbucks Finally..  We can’t believe It’s 2018.. and it’s first signing store.
22240                                                             @SFahrmeier @downwritemental @adodger78 @copperbird7 @AP @kroger You must have missed the whole Syria and Yemen exodus.
22241                                        RT @BrianKolfage: EXPOSE THIS! After appearing on Fox News and Huckabee @facebook sent my wife a threatening message saying if I use her ac…
22242                                                   Check out Camelot Costume Men's Renaissance Pattern Size Choice S-XL McCall's 3658 OOP #McCalls https://t.co/T9GYwYdcJb via @eBay
22243                                                                Harley's Redemption: The Search for True Love (Ride With Harley Novel Series ... https://t.co/8Zs4aZnWyN via @amazon
22244                                                                                               @bluwolfboy @jettachris22 @TemplinJay @Apple The xr is bigger https://t.co/r3fJMzaa6L
22245                                        RT @marcusjdl: So @Ryanair didn’t report this man in time. Nice you side with racists instead of old ladies getting racially abused! https:…
22246                                                @business @CNBC @jpmorgan @WorldBank @WellsFargo @NYSE @HouseFloor @SenateFloor @SenJackReed @SenWhitehouse… https://t.co/o2itnfg6dr
22247                                                                                                                                       @Apple please let us set videos as wallpapers
22248                                                                                                                 @CindyCoops @Reuters Well it's snapped now with the Kavanaugh case.
22249                                                                                RT @SSENSE: Tomorrow: @serenawilliams x @OffWht x @Nike Blazer Mid goes live https://t.co/OMudDSlJug
22250                                                          @rogermacginty @Tesco It is going to be available at @BelSecForum youtube channel as soon as our team gets to upload vides
22251                                                  Check out VERTIGO PARIS PICASSO PATTERN STAIGHT-LEG PANTS SIZE 38/6 NEW!!! #Vertigo #CasualPants https://t.co/jGt0fVPACa via @eBay
22252                                                          Vintage Baby Cards 1950&amp;#039;s Lot x 12 Used Papercraft Scrapping Art Boy Girl Antiq https://t.co/XmYvxTSEcW via @eBay
22253                                                                            Sorbet at @Tesco is #Vegan #AccidentallyVegan https://t.co/u6Ox0RtqUi https://t.co/qcbJXoRX23 #veganuary
22254                                                                                                                        @netflix please add the regular show and adventure time thnx
22255                                                                                              RT @Reuters: ICYMI: Lions at London Zoo get into autumn spirit https://t.co/3p26vM0Rh8
22256                                                                                                                                     @ABREG_1 @TMobile @TeamRubicon #HR4HR So proud!
22257                                           RT @stedwar: What's worse? @UPS leaving your (expensive) tickets to the wrong address or @viagogo not sending them signed for delivery..?
22258                                        RT @hofftechpolicy: Groundbreaking #privacy leadership by @tim_cook . @IntelPolicy stands with @Apple in public and private to work with Co…
22259                                         I don’t ever remember my dreams/have bad dreams and thanks to @netflix I’ve had “bent neck lady” dreams ever since… https://t.co/C6jAJhFr27
22260                                                                       Check out Uniqlo Women’s Denim Chambray Dress Shirt Size Small features pockets https://t.co/uMJ2rln82t @eBay
22261                                     Watch out- I'm programming rainbows now 🌈🦄✨ Getting started with @Microsoft @MSMakeCode and my new @adafruit circui… https://t.co/gIPNeQmTTg
22262                                                  Check out Jones Wear Dress sz 14 purple lined V neck sheer cap flutter sleeve long dress #Formal https://t.co/KnV1jjoboZ via @eBay
22263                                                    @HaasF1Team @KevinMagnussen @TonyStewart @netflix @Haas_Automation @StewartHaasRcng @NicholasStefani I guess it’ll be on Netflix
22264                                        RT @MarleeMatlin: It’s official! #StarbucksSigns. Today @Starbucks opens its first signing/ASL store in Washington DC! https://t.co/Q0GRAO2…
22265                                                      Check out 169 Halloween Blow Mold Mini Pumpkin Jack-O-Lantern Sacks &amp; Ghost Covers Lot   https://t.co/DY200ZM27Z via @eBay
22266                                         Great #futureofwork  initiative @Siemens ! Siemens employees from all different areas are actively shaping the way… https://t.co/6uKlN7fur3
22267                                                                                                  RT @katiethor2: @reeses @amazon C. REESE’S &amp; your mouth #NotSorry #Sweepstakes
22268                                                       Check out 7.45Ct @ 37 Pc Stunning AMETHYST Intense Hot Purple AAA Cushion 12x12MM Gemstone  https://t.co/jlYSGu8x3x via @eBay
22269                                                               Dried seafood large-sized shrimp meat 1200 gram from South China Sea Nanhai J... https://t.co/92w6A4X592 来自 @amazon
22270                                                                                                                                  For real. @Walmart customers are genuinely idiots.
22271                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
22272                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
22273                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
22274                                                                                     RT @Google: Here’s to first responders around the world who answer the call in times of crisis.
22275                                       RT @_itsCindy1: had the best time at #connectdallas with beyaa 😇 thanks @verizon @EriKonstantine #galaxyNote9 #verizon https://t.co/AAvwEv2…
22276                                                  Check out PreCure 15th Anniversary Pretty Cure Fashion Style Art Book Glitter Force DX #Kodansha https://t.co/sDRvj1OEza via @eBay
22277                                                          @Frank_One_Life @JamieMoranUK @XboxP3 @satyanadella @Sony @jack @Twitter It’s starting to reverse. https://t.co/Q7e0Hz7VuR
22278                                           RT @mikeypage10: @CenturyLink Unannounced door-to-door sales are pretty invasive. No way in hell will I switch now. I'm keeping @comcast.
22279                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
22280                                                      @Reuters Both parties need to stop terrorising each other! I'm not on one side or another. I just want them all to have peace.
22281                                        RT @husseinalalak: @jessbrammar @Nadine_Writes How appalling that @Ryanair can't even be bothered to pick up a telephone or even visit this…
22282                                                                                                                          @K0j22 @netflix Don't worry that doesn't mean you are gay.
22283                                                                                                                   @Ryanair flight is clearly delayed but no one telling us anything
22284                                      #SalvationCBS *knockknockknockknockknockknockknockknock* Hello @CBS? 👋🏼 It´s me again. Still ready for your announc… https://t.co/4jQeUNfqHw
22285                                        RT @ReverseVending: We installed @Tesco #Borehamwood @ReverseVending One month ago today ! #NoTimeForWaste  #ReverseVending https://t.co/2b…
22286                                        RT @EdenTrainingUK: We are so happy with our new website we are running a #competition! For a chance to win a £50 @amazon voucher / @Love2s…
22287                                                                                                           RT @marshmzllow: I need a season 4 right now @netflix !!! #RenewDaredevil
22288                                                                                                     @ali_bin_maadi @ASegals @politiburr @Reuters Fuck off u genocidal arab nut job.
22289                                                                                                                                                      @Apple @darraghthomas excited?
22290                                      RT @KissMeAgain99: You're the only ONE who can make me smile with no effort 💕 #RenewGypsy @netflix #NaomiWatts #SophieCookson 💋 https://t.c…
22291                                                                                                                                       @MarvinDigeorgio @Reuters One of the detained
22292                                                             Check out Size AU 11 / EUR 42 / UK 8 Women's Peep Toe Suede Gladiator Leg Strings Shoes ttps://ebay.us/VsQw8i via @eBay
22293                                        @IanMalcolmsWife @Ryanair Ryanair agreed to move the lady to another seat. The correct response to her suggesting i… https://t.co/ImrqGy1qBL
22294                                                                                                                  @nextofficial @MrsGiFletcher Absolutely love this collection 🖤 Cx
22295                                                              RT @Apple: iPhone XR. You’ve never seen anything like the all-new Liquid Retina display. It’s brilliant. In every way.
22296                                        RT @CrayZBees: The new @Google Pixel 3 phone at @BestBuy has an amazing camera+Unlimited FREE Storage! Take all the pics you want without t…
22297                                                             Check out Sony Handycam CCD-TRV11 8mm Analog Camcorder - barely used see photos #Sony https://t.co/6NNGecDWfJ via @eBay
22298                                                                     @Reuters I have been following Guatemala TV. YES El Salvador is having 2 caravans. To depart the 28th &amp; 31.
22299                                                                                                                                                @Apple yall better step up your game
22300                                                   Check out 1.40 CT White Gold Plated Round Cut Diamond Bridal Wedding &amp; Engagement Ring Set  https://t.co/xa9MiJeLhj via @eBay
22301                                        RT @alagboso: @Google celebrates Dr. Stella Adadevoh's 62nd birthday with a Google Doodle @drasatrust #epidemics #ebola #PreventEpidemicsNa…
22302                                          @CostaCoffee are there any plans to change the brownie back?? Was one of the main reasons I visited @Starbucks there’s a gap in the market
22303                                                                                                                                           RT @lildutty97: @facebook need your help?
22304                                                                                                    M&amp;M's Fun size - 5 Pounds Bulk M&amp;M's https://t.co/jQsXjg1pPy via @amazon
22305                                        RT @tradeRaptor: Japan Exchange Group to start #merger talks with Tokyo Commodity Exchange - https://t.co/8uYdRnhGRw … via @Reuters #JPX #T…
22306                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
22307                                                                                                     Why did I watch a Paul Greengrass movie on a small screen?  cc @netflix #22july
22308                                                                                                                               Shout out to @McDonalds y'all owe me a cheese burger!
22309                                        @Honda of Puerto Rico are selling $53k Type R’s when they should cost no more than 42k after PR taxes 🤦🏽‍♂️. I rath… https://t.co/28WYtba8FN
22310                                                              @netflix if you could adapt Lara Jean's loves into a series that would be nice because a 99 minute movie is not enough
22311                                                   Check out THE AMAZING BUD POWELL THE SCENE CHANGES Vinyl LP BLUE NOTE  BST-84009 NEAR MINT #bop https://t.co/SeVPNAmYIh via @eBay
22312                                                                  Punch Bracket Wall Heavy Duty Boxing Bag Mount Fitness MMA Gym Muay Thai New Aus https://t.co/rt4ov2kg7W via @eBay
22313                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
22314                                        @CarrefourGroup Hm just unpacked a box of cereal to fit in my backpack. asked reallt nice if I could fold the box a… https://t.co/zJNNckQyIp
22315                                                                      RT @netflix: Charmed blessed us with one of TV’s best characters ever: Piper Halliwell https://t.co/ANGiAaUJX6
22316                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
22317                                                                         Check out OMEGA OPERATING INSTRUCTION MANUAL BOOK + FREE SHIPPING  #OMEGA https://t.co/fHrJhJsh58 via @eBay
22318                                                Check out Fashionable Natural Gemstone Silver Plated Round Hoop Earring Handmade Jewelry #Handmade https://t.co/ejFsFltOIh via @eBay
22319                                                    Check out 1.00 Ct Round Blue Sapphire Solitaire Stud Earrings Fine 14k White Gold Finish #Stud https://t.co/fsUBQz45y7 via @eBay
22320                                    @Reuters @DavidAndelman Jamal Khashoggi was murdered &amp; as it appears his murder investigation is becoming a $100 bi… https://t.co/cwKuJZa5rl
22321                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
22322                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
22323                                                                                                                                                                   @Apple Ait bet 🇰🇪
22324                                                                                                                                                @iunnodamn @Toyota R u gonna tell us
22325                                             Check out MENS CHAPS GOLF POLO SPORTS SHIRT XL STRETCH RASPBERRY &amp; WHITE STRIPE CHEST LOGO #Chaps https://t.co/eCZOl0Rd8V via @eBay
22326                                        Look what one of the @EY_Scotland #DragonsGlen teams has got to auction off at their Christmas Ball! This @Nike cap… https://t.co/Bmy9nMZ6eW
22327                                                 Check out David Warren New York Size 14 Beautiful Black Dress W/Gold Self Belt Decoration #Formal https://t.co/8O8rGLX1Wq via @eBay
22328                                                      Check out 6\\12Pack Fairy String Light 7.2ft 20LED Fairy Light Battery Starry String Lights  https://t.co/Jq4BmAcW74 via @eBay
22329                                                                                                         RT @father: smh @netflix been fuckin trippin lately https://t.co/SwiJFdRKik
22330                                                             RT @Reuters: Hundreds of thousands march for marriage equality in Taiwan amid referendum debate https://t.co/UOfdYthPk5
22331                                                         Check out 52-GM-TOPAZ-TOP-QUALITY-NATURAL-TRANPARENT-CRYSTAL-INSIDE-WHITE-CLUOD-FROM-PAK  https://t.co/X6ucPx7cH7 via @eBay
22332                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
22333                                                 Check out Very Beautiful Color &amp; Pattern Vintage Fabric 5 Yard Art Silk Sari Saree #Unbranded https://t.co/OySTcGsQQk via @eBay
22334                                                       Check out 96-GM-TOP-QUALITY-ROYAL-BLUE-TERMINATED-LAPIS-LAZULI-SPECIMEN-COMBINE-PYRITE-AFG  https://t.co/9QzrMJylM4 via @eBay
22335                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
22336                                          RT @LeaMichele: Omg @druidDUDE @netflix Elite is the BEST SHOWWWW!!! Obsessed. Watched the whole show in one day🙈 https://t.co/HBRQuULZBW
22337                                        @SportsDirectUK @adidas In 2016 a SD Key pledge included offering casual retail staff guaranteed hours instead of z… https://t.co/u7mEWp56Hu
22338                                                                           RT @Reuters: Palestinian militants agree truce after exchange of fire with Israel https://t.co/tgasg3GvLD
22339                                                                                         @Cisco WebEx looks cool. #IMC2018 #IndiaMobileCongress #ShotOnHonor https://t.co/pnzB7BjlSU
22340                                    RT @readtiafanning: Now on #Amazon! Rhyme &amp; Reason: My Life in Poems by Ilene Goff Kaufmann https://t.co/SSAlS1wCss via @amazon and @lovemy…
22341                                                                                                                        RT @sophsa: damn @McDonalds u freaky https://t.co/aaHhKM0Uiu
22342                                        Time has come to change supermarkets. @Tesco introducing a system where you don't know when food goes off. So fello… https://t.co/SOhW14ef71
22343                                             RT @elisiashoppe: Hooded Overcast Heavy Winter Jacket #Boys Sz 2T #Overcast #Jacket #Everyday $20     https://t.co/n3XrsFWNPs via @eBay
22344                                                                                            Unacceptable! @facebook kindly give exact reasons &amp; restore the page of @rightlog_in
22345                                                             RT @Reuters: Hundreds of thousands march for marriage equality in Taiwan amid referendum debate https://t.co/UOfdYthPk5
22346                                                                     @panlidsid @russlwl @RealJamesWoods @netflix @Line_of_duty I think it is! Both equally high quality in my eyes.
22347                                        @coleman_peanut @ShaleCreekRanch @CattleParker @southberryst @loyalmoses @KarenKalifornia @Walmart Harrah that's li… https://t.co/wcBIVnwevT
22348                                         RT @Mabgonplei_s: @PatriciaLongo8 @RealLucyLawless @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @hulu @UniversalTV…
22349                                                                                         RT @Reuters: Dodgers tip hat to Los Angeles fans after marathon win https://t.co/bTUKTEMKgF
22350                                       @TMobile there's a glitch in the latest Android update 😱 both my screen and my mother's screen were stuck on the Tm… https://t.co/D3Boe14Yw4
22351                                                  Check out Abalone Shell !! Natural Charming Rainbow Color Oval Cab Gemstones 56.75Cts. #Handmade https://t.co/WL9VX7vHWM via @eBay
22352                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
22353                                        @walmartinc @Walmart @flipkart @flipkartsupport A replacement request for Asus zenfone Lite @Asusindia was regd yes… https://t.co/6H3bek9NpP
22354                                        @baba3vedi @Flipkart @flipkartsupport @Walmart @Flipkart really u guys remember making false promises in the name o… https://t.co/YsdAm21Qew
22355                                        @holophyte @lowri60830434 @stamford4 @Apple If you had a new battery and it’s 90% after 3 months they should change… https://t.co/g1BgNZGk8K
22356                                                                                                                                                            @Apple Unreal phone 👌🏼
22357                                                                                                                                                       @G2Perkz @Nike @Nike. again?
22358                                         RT @Lauren_Knight87: @ASOS @ASOS_HeretoHelp where is my parcel! 2 days late and apparently an attempted delivery yesterday #lies #noparcel…
22359                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
22360                                        RT @Cisco: How is #edtech teaching kids to care about the world and each other? Learn more via @NewsHourExtra @RusulAlrubail: https://t.co/…
22361                                        RT @ChuckRobbins: So proud of our teams around the world that make up the incredible culture @Cisco – we moved up to #8 because of all of y…
22362                                                                                                                         RT @ShefVaidya: Why has @facebook unpublished @rightlog_in?
22363                                        RT @ppvernon: The Gayle family will be making a statement early next week regarding @Ryanair and legal proceedings @Nadine_Writes https://t…
22364                                                             RT @Reuters: Hundreds of thousands march for marriage equality in Taiwan amid referendum debate https://t.co/UOfdYthPk5
22365                                        @Apple Another name but the same old phones. It has amazed me for years. Apple slowly and reluctantly creeps behind… https://t.co/OVjgClIvVt
22366                                                         I just entered @CinemaDeviant's #giveaway to win a #Bluray copy of #AntManAndTheWasp from @Disney!  https://t.co/KymaZ7p7BO
22367                                                                                                                                      My @amazon knows me 💙 https://t.co/zd1qC7gBlH
22368                                                                                                                      Check out my listing @eBay - https://t.co/RqsjxLA2JT via @eBay
22369                                                                RT @JanaIEGVu: #Danone announces ambition to triple plant-based #dairy sales by 2025 @Danone https://t.co/v4HmnTfClx
22370                                                RT @PayPal: Earn your credit card rewards when you pay with PayPal. #PayPalCanDoThat https://t.co/FghyKamSzt https://t.co/EfypxDajKR
22371                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
22372                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
22373                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
22374                                                              RT @Apple: iPhone XR. You’ve never seen anything like the all-new Liquid Retina display. It’s brilliant. In every way.
22375                                                                                                                                     @outlaw2097 @Ripple @Google It will happen soon
22376                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
22377                                                                        Check out M&amp;S Twiggy Pale Blue Shift Dress Size 12 Office Wear 1960s Style https://t.co/dCzrJkFPa9 @eBay
22378                                                                                     RT @Google: Here’s to first responders around the world who answer the call in times of crisis.
22379                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
22380                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
22381                                        RT @robbiemac72: Right I’m going to try this and see If it takes off..If you think the racist passenger on @Ryanair flight should be banned…
22382                                                                                                                               @BofA_Help @BankofAmerica I will direct message you !
22383                                                                                                      RT @BMW: Sleek and seductive. The #BMW #7Series Sedan. https://t.co/b5vuQQdkqi
22384                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
22385                                                             Check out Bon Appetit Magazine January 2016 Healthy-Ish Recipes Cooking    #CondeNast https://t.co/BG90nRw7BM via @eBay
22386                                        RT @MiaMBloom: The cover for #smallarms just approved .. although @amazon doesn’t have it listed yet you can still preorder the book or the…
22387                                                                                                                @Eddieflo @spoopyspoopy @Apple The liquid retina is 1080p LCD screen
22388                                                                                         @CrazyChanceComp @nextofficial This would be brilliant - I'd be in Next Home like a shot 👍
22389                                                              RT @Apple: iPhone XR. You’ve never seen anything like the all-new Liquid Retina display. It’s brilliant. In every way.
22390                                                              RT @Apple: iPhone XR. You’ve never seen anything like the all-new Liquid Retina display. It’s brilliant. In every way.
22391                                                        Check out Metcalfe Settle &amp; Carlisle Railway Buildings - BRAND NEW - N Gauge #Metcalfe https://t.co/2LY6jtf83I via @eBay
22392                                                                               RT @ValaAfshar: Watch this little girl have a conversation with @amazon Alexa https://t.co/kAOUhLwFSG
22393                                                                                            @ShefVaidya @facebook @rightlog_in Bcoz @INCIndia  is heading FB https://t.co/MJNS3tg33w
22394                                        RT @Suzy_Henderson: THE BEAUTY SHOP by Suzy Henderson #Free on #Kindle today only. https://t.co/4YeL8cSC2Z via @amazon #HistoricalFiction #…
22395                                        RT @BookPimps: RT @BellaSwannBooks: One-handed reading! NOT Romance! https://t.co/PI5LrrM5Dv … via @amazon #BDSM  #erotica #iartg  #SSRTG #…
22396                                        @amazon I’ve been looking for a way to get assistance on your page for hours! This gets a quicker response. My orde… https://t.co/KilQHlSK3a
22397                                                                                                              Check out CPT 2015 Standard Edition  https://t.co/aln8q3QOt8 via @eBay
22398                                                       Check out 1960 Topps #148 Carl Yastrzemski  Rooke Card RC Boston Red Sox Fair #BostonRedSox https://t.co/SWLeN87PdJ via @eBay
22399                                        @kumailn @jack @SarahKSilverman Jack don’t care. Neither does Zuck @facebook. The Boards of Directors need to remov… https://t.co/L4Ij1AtaqZ
22400                                                   Check out Wedgwood Cornflower Pattern Covered Vegetable Dish Vintage Pottery  1940-64 #Wedgwood https://t.co/TkocsjuyOq via @eBay
22401                                                   Check out Pyrex Sunflower Yellow Daisy 2 1/2 Quart Oval Casserole Covered Dish 045 Retro #Pyrex https://t.co/ZBrAxZO4S0 via @eBay
22402                                              RT @GracefulGShop: $12.99 #soybu #womens #dress Size S #fashion #style #clothing #shopping #dresses  https://t.co/9gVxV0UmvR via @eBay
22403                                                                                                                            @Apple @AppleMusic What’s new?? Will there be AirPods 2?
22404                                                              RT @Apple: iPhone XR. You’ve never seen anything like the all-new Liquid Retina display. It’s brilliant. In every way.
22405                                        RT @Elena11575: #XenaRevival or movie @NBCUniversal @robtapert @nbc you know it's possible @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @SY…
22406                                  RT @mfox207: @SenWarren @WellsFargo Ladies... It's time to CLEAN OUR HOUSE!!! #VoteBlueToEndThisNightmare #MobRuleDemocrats #MobRule 🌊🌏🌊🌏🌊🌏…
22407                                        RT @ava: @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO Damn. If that’s the largest ever I don’t wanna see what the last year’s…
22408                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
22409                                        @judithnwana @AFCON2019 @espn @fifa @BBCSport @Reuters @MailOnline The inspection team ends in #PaulBiya palace and… https://t.co/19ZWSVllzJ
22410                                                         Check out Sliquid Naturals Satin 8.5 oz 4 free after course wipes with purchase. #Sliquid https://t.co/JGSPvanj1J via @eBay
22411                                                                              RT @gryffindor_alec: Couples costume idea. @netflix you in? #SaveShadowhunters https://t.co/uDnkyQzPeA
22412                                                                                 Check out Funky Veg Kit Planting Vegetables Self Sufficient New Boxed https://t.co/pTboqViZx4 @eBay
22413                                        @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO Can't watch this enough. It's wonderful! The Democrats h… https://t.co/7gC6Ud6E2r
22414                                                               New  Jo Malone Red Roses Cologne 3 ml. &amp; 5 ml. Atomizer Spray Samples #Jomalone https://t.co/2biS6UimsI via @eBay
22415                                         @OliverMcGee @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO @amazon Wouldn't bet our white nationalist… https://t.co/lcn9ZGRtWj
22416                                                           Check out Nike Men's DRY Muscle Tank Training Top AA4652 027 Gray Blue Size Large #Nike https://t.co/hjJEGK69aR via @eBay
22417                                        @SamanthaCadet3 @JohnLegere @Andre_Hinds T-Mobile is a joke just as much as @verizon  @VerizonSupport @madebygoogle… https://t.co/Cdu09gVb4K
22418                                                RT @PayPal: Earn your credit card rewards when you pay with PayPal. #PayPalCanDoThat https://t.co/FghyKamSzt https://t.co/EfypxDajKR
22419                                    @LukeMassie @adidas @kanyewest Its all just trading.Whenever something is put for sale &amp; there is high demand the v… https://t.co/9coMp3Hjt4
22420                                                                                 RT @roadshow: The 2019 @Audi A8 is a techie's dream https://t.co/px6yqOmrh4 https://t.co/ZwxWGtPLQr
22421                                                                 Old Hand Made Traditional Persian Oriental Wool Orange kilim saddle Bag 161x69cm  https://t.co/9wYDw4uP7i via @eBay
22422                                                                                                                       @FoxxChain @notsofast @Mastercard You mean like MCO and Visa?
22423                                                   The Accidental Guardian (High Sierra Sweethearts Book #1) by Mary Connealy https://t.co/aAtohwJeiI via @amazon kindle $2.51 today
22424                                                   The Accidental Guardian (High Sierra Sweethearts Book #1) by Mary Connealy https://t.co/aAtohwJeiI via @amazon kindle $2.51 today
22425                                        RT @Internaturalbaw: @EllaRose2495 @netflix @madrid_lex @JennieUrman @cw_charmed Netflix is officially #Charmed's new network and promoter.…
22426                                        @awolk @robertbareuther @Apple Yes the era of being paid for writing shows never on the air is over! That condition… https://t.co/zFVK6bd6GF
22427                                                                                                                           @RealJamesWoods @netflix Sadly I tapped out on episode 3.
22428                                                                                                                                                    @Apple Make smaller points. Thx.
22429                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
22430                                                                                    Check out J Jill Stretch Women’s Petite Cropped Pants Size 4P Blue https://t.co/HSFmDCuO9P @eBay
22431                                                                                     RT @Google: Here’s to first responders around the world who answer the call in times of crisis.
22432                                                                      Check out NYC Make up Lot Eye Shadow Liquid Liner Lip Stain Face Powder #NYC https://t.co/AJIDp3tfWp via @eBay
22433                                                         Check out TP-LINK ARCHER C900 IEEE 802.11AC ETHERNET WIRELESS ROUTER 845973081218 #TPLINK https://t.co/Ko29uZ3Ifc via @eBay
22434                                                        Check out Antique wood traditional India Villager tribe Space Grinder PESTLE Masher Big+   https://t.co/mo7aSMKrPO via @eBay
22435                                        @killyourfm @bing @Microsoft @Windows @windowsdev @GabrielLandau Just an FYI: I have not used IE since 2001 and ref… https://t.co/cq2qGeLkjW
22436                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
22437                                                              RT @Apple: iPhone XR. You’ve never seen anything like the all-new Liquid Retina display. It’s brilliant. In every way.
22438                                                                                                                                     @Apple RELEASE MACIOTA APP NOW!!! WE NEED IT!!!
22439                                                                                         RT @HSBC: Optimist or Pessimist; hear how world-leading tech leaders think AI will develop.
22440                                                    Check out UNISEX T-SHIRT WOLF IN BLUE FOILAGE STONEWASHED MULTICOLORED SIZE SMALL  #GraphicTee https://t.co/D9WiiYSw7q via @eBay
22441                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
22442                                    Heads up for initial @Cisco Firepower FMCv config... best to change default IP address when running 6.2.2 &amp; 6.2.3.2… https://t.co/FBnTqewzX8
22443                                                            @LindaNicks6 @Reuters Go seek out some undocumented citizens and get over your fear. Everyone in it to make life better.
22444                                                                                                         @facebook is it possible to retrieve a messenger conversation from 2010? 🙏
22445                                        I don't know why this isnt a thing but it needs to be. @YouTube @Google can you PLEASE make an option for the youtu… https://t.co/Kyqj95n0Cu
22446                                                  Check out Ralph Lauren women green sweater Lambswool/Cashmire size M #LaurenRalphLauren #sweater https://t.co/oWIFtprxYv via @eBay
22447                                         RT @tkawaja: Scott the “socialist” with a tough message about @facebook management espousing a decidedly capitalist solution: break up and…
22448                                                               Check out UK 925 Sterling Silver 3D The City Dangle Earrings Jewellery Natural Handmade https://t.co/5RYy0xRSi3 @eBay
22449                                                                           @twixnerd @_____GLAMOROUS @IbtihajMuhammad @USAFencing @Nike @nikewomen Then hijabs hard I need one fasho
22450                                                                                                             @Raytona500 @OhItsTeddy @adidas Does it letter? Cop whatcha want right?
22451                                                                                                                              @CrazyChanceComp @nextofficial Thanks for the chance.x
22452                                                     Check out RUB-A-DUB DOLLY VINTAGE 1980'S IDEAL NURSERY BROWN SKIN BABY DOLL NEW IN BOX #Ideal https://t.co/fsjYRESozG via @eBay
22453                                         The self-importance of the @Apple iPhone never ceases to amaze me. If I connect it to my BMW via a USB it tells me… https://t.co/sREKhJH8mA
22454                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
22455                                        RT @ava: @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO Damn. If that’s the largest ever I don’t wanna see what the last year’s…
22456                                                                                                                                        @OMGitsfirefoxx @PayPal Love your handle btw
22457                                                         Check out Vintage 1982 Illco Knight Rider KITT Electronic Dash Lights Up See Photos Rare  https://t.co/bYHDHAQU3q via @eBay
22458                                                                       #Christmas Home for The Holidays Throw Blanket &amp; Pillow Set Christmas https://t.co/qBsZwUZh17 via @amazon
22459                                                                                                                                                 @Apple Jesus that's a terrible lie.
22460                                                                                                                      @FrancesRobles @facebook @declanwalsh 😢😭This story broke me.
22461                                                                                      My internet is out. thanks @ATT 🙄 I guess Netflix will have to wait and I'll get to cleaning.
22462                                        RT @rowast: RT @michellenichols: Jailed @Reuters journalist Wa Lone met his 11-week-old daughter for the first time… https://t.co/I6H1TkSnV3
22463                                                 Check out Basic Editions Womens Pink/Red/Yellow/Blue/Black/White Floral Shirt Top Size XL #Blouse https://t.co/l4BiKo7Ihw via @eBay
22464                                                                                                                    @Apple Liquid Retina is not a thing just because you said it is.
22465                                                                           Check out VTG 70s Joe Namath Arrow Collar Man 15 1/2 - 32 #Arrow #Disco https://t.co/LMjd6trlXc via @eBay
22466                                                                                                                                              Uh @amazon what was that charge? $9.99
22467                                                                                                          handmade dalmatian jasper beads necklace https://t.co/vBz9QpBxmT via @eBay
22468                                                       Check out I-J White Cushion 1.24 Ct Moissanite Engagement Wedding Ring 925 Sterling Silver  https://t.co/NGa1r3uihS via @eBay
22469                                                  Check out Badgley Mischka Kiara Peep-Toe Evening Shoes in Red Size 10M MSRP $245 #BadgleyMischka https://t.co/MSMEhYWxLk via @eBay
22470                                                                                                 Check out Panini Football 80 Stickers x18 -  LOT  https://t.co/vecIc6r5mz via @eBay
22471                                                                     @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO “Look at all my black friends!”    -Donald Trump Jr.
22472                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
22473                                                         Check out Black white kitten cat  flower  watercolor  ACEO original painting #Traditional https://t.co/hehyMBCXiO via @eBay
22474                                        RT @CELA_Lawyers: Big #GenderPayGap case advancing against @Google. [@CELA_Lawyers member Jim Finberg represents the plaintiffs.]  https://…
22475                                                                                             @MunazzarIqbal @Reuters @ReutersTV I bet they still have more toilets than your country
22476                                                              RT @Apple: iPhone XR. You’ve never seen anything like the all-new Liquid Retina display. It’s brilliant. In every way.
22477                                                                                       RT @Reuters: ICYMI: Newborn African serval triplets debut in Shanghai https://t.co/49AZxUi0Eh
22478                                                                                                           Check out Men's Asics GT-II White Size 7.5  https://t.co/5JNWOCBNLt @eBay
22479                                                             Check out UK 925 Sterling Silver Butterfly Ceramic Stud Earrings Jewelry Natural Handmade https://t.co/jeaDlckFiK @eBay
22480                                                                                     handmade wooden &amp; bright multi-color paper beads necklace https://t.co/jrtDbo20K6 via @eBay
22481                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
22482                                                                              Check out PINK RUBELLITE Tourmaline 14 K White Gold  3-stone Ring size 7 https://t.co/hwL1TPa87b @eBay
22483                                        @WPI_Lotito The Emma Coalition and @intel are undertaking critical work to ensure today’s youth can compete for tom… https://t.co/rer0IpLgvv
22484                                        RT @SAPSports: Check out the debut of @SAP powered live in-game data analytics at @ESLOne Hamburg 2018! Find out more: https://t.co/wpz2du2…
22485                                                                                     RT @Google: Here’s to first responders around the world who answer the call in times of crisis.
22486                                                                                                      @pastelandedge @adidas They were on the website Wednesday and now they’re gone
22487                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
22488                                                                                                                    howlite healing stone pebbles  https://t.co/TyZeZIKVU9 via @eBay
22489                                        @EconomicTimes @amazon @JeffBezos Hi Amit. Do u know that amazon is cheating to customer as I have order for 67k of… https://t.co/NOBZpXwDNW
22490                                                                        Check out  Merry Christmas Plate 1973  England Crownford China Co - CHRISTMAS  https://t.co/WcKNZc37Ju @eBay
22491                                                                                                                     @RealJamesWoods @netflix It is so leftist I had to turn it off.
22492                                                                              RT @Reuters: 'Multiple casualties' in shooting at Pittsburgh synagogue: police https://t.co/8ki90x2sW0
22493                                         #antique Check out VANDEK Handheld Car Vacuum Cleaner Automotive Bagless 12V with Carrying case Car #Case https://t.co/JvQNVNGo67 via @eBay
22494                                               Check out Women&amp;#039;s Basic Solid Sleeveless Tunic Swing Tank Top Tee Shirt Dress S M L XL USA https://t.co/g3KCptS7qC via @eBay
22495                                                                     RT @Benjamin_Arce: @ava @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO I wonder how many were paid?
22496                                        RT @MattStocker7: Love and Death at the Renaissance Fair  https://t.co/xzeKh5r1o7 via @amazon only 99 cents this week. #books #discounts #B…
22497                                                                                                                                      Score! GAME-ON @adidas https://t.co/tKu4KVEv4t
22498                                                                      Check out Ty Beanie Babies Squealer The Pig 1993 #TyBeanieBabies #BeanieBaby https://t.co/LhG32B5NqZ via @eBay
22499                                                  @JasonTLewisPHT @MKBHD @ZacksJerryRig @Apple U got me... havnt used delta airlines either so cant tell u how good or bad they are.
22500                                                                        Check out Monster Hunter Stories RIDE ON Otomon Soft Vinyl Series Tigarex  https://t.co/NfwWlM3DqD via @eBay
22501                                        @geauxboogaloo @Starbucks Contact Starbucks Customer Service if you feel that Starbucks isn't living up to your exp… https://t.co/0C5NILmVun
22502                                         RT @seeingdandy: Two of your favorites in one dandy deal @Walmart! Get details on the blog HERE: https://t.co/Ma54WNgO67 #ad #TridentVibes…
22503                                                                                                                   @iloveau33 @ESPNCFB @exxonmobil Hope you faired well in the storm
22504                                                                                                                                         @reeses @amazon #NotSorry Cups #Sweepstakes
22505                                                           RT @shirleyitsme18: This is incredible and right in my old DC neighborhood! Way to go @Starbucks. https://t.co/XkPzAx0Ilz
22506                                                                              RT @Reuters: 'Multiple casualties' in shooting at Pittsburgh synagogue: police https://t.co/8ki90x2sW0
22507                                                                                           @ArianaGrande @AmericanExpress why dont you come to stan discord? https://t.co/93Xqxz0uyu
22508                                                                                          Check out Local Pick Up Only Peace Snow Globe #Unbranded https://t.co/vdS0eBtohs via @eBay
22509                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
22510                                                                                                                                                             @Apple @MKBHD  that one
22511                                                              #eBay Thai Buddha amulet PHRA PID TA Close eyes brass statue protect evil harm 3 cm  https://t.co/ZpswUF2Nyd via @eBay
22512                                        RT @iAnkurSingh: Last month @facebook appointed a Congress stooge Ajit Mohan as its India Head and today he unpublished a famous RW page @r…
22513                                                            @M3RKJay @d_damno @TheCWSupergirl @ATT They don’t. It would be very nice if you would stop pretending I’m made of straw.
22514                                                       Check out Jadeite Green Glass Small Hobnail Basket in Excellent Condition #MidCenturyModern https://t.co/lovBlFTc6B via @eBay
22515                                  RT @GoldmanSachs: @BonJovi &amp; Dorothea Bongiovi on #hunger &amp; #homelessness with @JBJSoulFound at the #GSAM Symposium http://t.co/23y24qJ90l
22516                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
22517                                                                                                                              @reeses @amazon Reese's Pieces! #NotSorry #Sweepstakes
22518                                                   Check out the debut of @SAP powered live in-game data analytics at @ESL One Hamburg 2018! Find out more:… https://t.co/cgLXWDS7Ma
22519                                                                            Check out VINTAGE TURNER + 2 power MICROPHONE  TRANSISTORIZED SSB + 2  https://t.co/KqVBhIaRmY via @eBay
22520                                     @CLewandowski_ @Marriott @BMW That's awful. Must be really difficult &amp; sad to have lost 3 hours of your life while… https://t.co/2Z2FfKmRbH
22521                                         @MonkeyFunGod @netflix @Castlevania Wooooo ahaha cool ya coffee good sir... I've played a few of them. I was being… https://t.co/dBLzC8zTIg
22522                                               RT @VTGGoods: Check out Biography &amp; Classic Literature Audio Book On Cassette Tape Collection   https://t.co/FXQtaqQhpb via @eBay
22523                                                 RT @Reuters: ICYMI: The first African serval triplets born at the Shanghai Zoo are introduced to the public https://t.co/7j6XZodgG9
22524                                                 RT @Reuters: ICYMI: The first African serval triplets born at the Shanghai Zoo are introduced to the public https://t.co/7j6XZodgG9
22525                                                                                                                           @Starbucks I’m obsessed with your citrus defender tea 🍊❤️
22526                                        @D4VEH @Apple No phones which are water resistant will cover water damage under warranty as it’s not a manufacturin… https://t.co/egzhqO3Z6z
22527                                                                                 Emma's Dilemma: A tongue-in-cheek Gothic Romance by Donna Hatch https://t.co/oCvbd1ryTz via @amazon
22528                                                                      @reeses @amazon We're having Reese's Peanut Butter Cups with NASCAR Truck Series today! #NotSorry #Sweepstakes
22529                                       RT @Myallergyboy: Red alert 🚨 @Tesco have changed their cocoa powder. I’ve always always used Tesco cocoa for baking but it’s been out of s…
22530                                        @Reuters Concealed carry everywhere it's legal. Safety Book everywhere. Need to  be more proactive in preparing for… https://t.co/GMGcTXQh9a
22531                                                                                                                        @storybymichael @netflix It’s awesome me and Collin love it.
22532                                                                              Check out GLAMOUR GOLD 3.3 OZ EAU DE PARFUM  BRAND NEW! #GlamourGold https://t.co/GORVE9bDgx via @eBay
22533                                        @SouthernGirl_K_ @netflix It does have a darker side. It's pulled from the Chilling Adventures of Sabrina comics th… https://t.co/rhnSGNYlgw
22534                                                                                     @Reuters So bullets don't kill people I'm so confused guns are death don't get it twisted. ♥ 🙏
22535                                                                                                                   @reeses @amazon I'm having Reese's pieces! #NotSorry #Sweepstakes
22536                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
22537                                        @TEAM_MALEC_76 @netflix @FreeformTV @hulu @ConstantinFilm @FOXTV @ShadowhuntersTV @mmoszkowicz @CBC @PrimeVideo Ale… https://t.co/L2Klo0EEoW
22538                                                                                                                                      @adidas New Pick Ups ❄️ https://t.co/LkVbW9gZPj
22539                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
22540                                                                                                                        RT @sophsa: damn @McDonalds u freaky https://t.co/aaHhKM0Uiu
22541                                               RT @KozickyPeter: @LincolnsBible @Microsoft must drop Gab immediately. No US server should host them. This is unacceptable @BillGates
22542                                                                  Check out Sterling Silver Mexico Show Stopper Beaded 199g Necklace   CAT RESCUE  https://t.co/WixDl57eft via @eBay
22543                                                                                                                                           @CLewandowski_ @Marriott @BMW No spare???
22544                                        RT @KristyPuchko: Also. How has @netflix failed to team with @HotTopic for a #ChillingAdventuresOfSabrina fashion collection? These lewks a…
22545                                                                                                                            @LeaMichele @druidDUDE @netflix Amm can I love you more?
22546                                        @Michele03886282 @Duffy_1958 @OliverMcGee @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO @amazon I’m Bl… https://t.co/qDM4IJFBXi
22547                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
22548                                                                 Seen at @Starbucks in Mililani. Looking forward to seeing what this is about. #anticipation https://t.co/QFGv58y53D
22549                                                                                                         RT @father: smh @netflix been fuckin trippin lately https://t.co/SwiJFdRKik
22550                                                                                                  @ATT you guys should consider coming to Africa because this is totally ain't it 😪
22551                                           @Alkhaldi9999999 @realDonaldTrump @VP @CIA @FoxNews @TIME @nytimes @WSJ @USATODAY @Reuters @CNN @ABC @ABCNetwork… https://t.co/FBSNPz9Pmy
22552                                        @Walmart My 1st online shopping experience with Walmart. I placed an order 9/20 I received my other items on time b… https://t.co/InNpB0gVEV
22553                                        @k05m1cg1rl @facebook I’m so sorry. They’re useless! I’m thinking I’ll have to contact my lawyer as well. I hope yo… https://t.co/995EANhZGw
22554                                                                            @eBay got a picture of carol pingrey dressing as jill valentine from resident evil in a blue battlesuit.
22555                                        @easyJet how do I book passenger assistance please? My wife has recently had a full knee replacement and even thoug… https://t.co/ukMpMVN4o5
22556                                        RT @Reuters: WATCH: Hi-tech peer-to-peer networks let Nigerian farmers log on for cash https://t.co/Qwgbchrtzx via @ReutersTV https://t.co/…
22557                                        RT @PENamerican: Today our 2018 #FreedomToWrite awardee and @Reuters journalist Wa Lone met his daughter Angel for the first time. He has m…
22558                                     RT @ibselling4u: Check out Vintage 1930 Nancy Drew- The Bungalow Mystery Carolyn Keene 1st ed glossy b&amp;w  https://t.co/HAkimJW4Zk via @eBay
22559                                                          Check out Northern Cardinal BIRD Original Painting Birds  mixed media painting art OOAK  https://t.co/Wq5fuICQaJ via @eBay
22560                                                 Check out New Sealed in Box Madonna Truth or Dare EDP Eau de Parfum Perfume Spray 1.7 oz #Madonna https://t.co/K24zGkVf85 via @eBay
22561                                                 Check out New Sealed in Box Madonna Truth or Dare EDP Eau de Parfum Perfume Spray 1.7 oz #Madonna https://t.co/K24zGkVf85 via @eBay
22562                                                 Check out New Sealed in Box Madonna Truth or Dare EDP Eau de Parfum Perfume Spray 1.7 oz #Madonna https://t.co/K24zGkVf85 via @eBay
22563                                                  Check out TanJay NWT Womens Light/Dark Purple Plaid Lined Wrap Around LOOK Skirt Size 12 #TanJay https://t.co/irVnlwjItx via @eBay
22564                                                                                                                           @tomsegura Better be working on another @netflix special.
22565                                                                                      @sianmcpartland @ASOS @ASOS_HeretoHelp that’s so nice of them! I’ve had issues like that too🙃
22566                                                                                          @netflix are there the same amount of shows in Thai Netflix as there is in the US version?
22567                                                     Couldn’t take my eyes off magnetic performance by @jfreewright in #HoldTheDark on @netflix. #CheckItOut https://t.co/6qZP7GfNxt
22568                                                       Check out LOL SURPRISE! BLING SERIES DOLL BALL! CHRISTMAS 2018 AUTHENTIC MGA - SHIP TODAY!  https://t.co/IvM6YXWfi0 via @eBay
22569                                                                                                                      RT @SmokeDaDon__: The Red iPhone XR Is Pretty Dope 🔥🔥 @Apple
22570                                        RT @nonon_sensei: #Castlevania was amazing. I want to thank @SamuelDeats @SpencerWan @netflix @powerhouseanim @FrederatorS and everyone who…
22571                                        RT @IIoT_World: The future of #manufacturing - A world made of speed at #websummit @Siemens https://t.co/erFMVpR2jy #SIELX #IIoT #smartmanu…
22572                                                     RT @slpng_giants: @YesYoureRacist And looking the other way while giving them a platform like @twitter @reddit &amp; @facebook.
22573                                                                                                                           @Reuters Stop using Khashoggi’s death for your dirty game
22574                                                                                                                                              @Google @mmoneydmusd check this out...
22575                                        RT @VenusEnvyDrag: I straight up sat at @Walmart for an hour and a half longer than I had to because they never called me when my car was f…
22576                                        Read about the mobile @IBM training centre that will tour the USA and Europe to equip a global audience in the figh… https://t.co/O9rmgcJSE6
22577                                                       I love my German Shepherd Dog t-shirt Carol's Gift Shop Designs https://t.co/8YPETdmpoh via @amazon #GermanShepherd #doglover
22578                                                            @RaymondW21c @CompletelyFound @KaapDeyaa @Reuters You’re a complete idiot.  What a waste of precious oxygen.  Seek help.
22579                                                        Love me love my Labradoodle dog t-shirt Carol's Gift Shop Designs https://t.co/quOMUib0Ao via @amazon #Labradoodle #doglover
22580                                                  TAKE ACTION: email @amazon executives and tell them to clean up the sexually graphic content available on… https://t.co/XdjogM6z4V
22581                                                     Just opened a bank statement and bro I've been spending spending 😭blame @target @bathbodyworks @Postmates @amazon send help 😩
22582                                        There is no #CBSWeekendNews broadcast on local @CBS stations both East and West coasts tonight due to an @CBSSportd… https://t.co/9mNIzKW6Y8
22583                                                       Check out RARE TAJADERO AXE-MONEY PRE-COLUMBIAN ERA  AZTEC HOE MONEY LOT#2 5 1/4''x 6 1/8'  https://t.co/EvQGUmpiGL via @eBay
22584                                                  Check out 15cc BETADINE Solution Povidone-Iodine First Aid Antiseptic Wound 12 Bottles #BETADINE https://t.co/XRg8RtvaCK via @eBay
22585                                                                            Check out Local Pick Up Only Fancy Cats Salt Pepper Shakers #Unbranded https://t.co/4RRVbi6ggt via @eBay
22586                                                                                                                  @gallaghermike @Nike Throw em in the wash and get a 90-day reboot.
22587                                                       Check out Set 2 International China Stoneware Cereal Soup Bowl Japan Geese Lamb Bird Japan  https://t.co/CRB12Gri1v via @eBay
22588                                                                       RT @Reuters: Gunman targets Pittsburgh synagogue in 'hate crime;' eight reported dead https://t.co/lEYYMpKOcb
22589                                                                                                                                  @netflix @hasanminhaj @tanfrance I love these two!
22590                                                                                                        Trappin in the pulpit by Lawrence gordon https://t.co/ztYJU2IKiD via @amazon
22591                                                    Check out Icy Rabbit Hoodie Black size Small Hooded Sweatshirt Box Logo #IcyRabbit #GraphicTee https://t.co/dtcYUftBmF via @eBay
22592                                                                                                      RT @BMW: Sleek and seductive. The #BMW #7Series Sedan. https://t.co/b5vuQQdkqi
22593                                    @fraziersamy @Reuters Turkey is killing yazidis and Kurds in afrin. The entire MSM is silent. UN &amp; UNHRC is a joke.… https://t.co/SQ0nzeyDPM
22594                                                                       @slpng_giants @MaraWilson @stripe @PayPal So @stripe is a fan of nazi terrorism then? What about you @PayPal?
22595                                                @CNNISFAKENEWS3 @MarquisHorace @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO Looks like Kanye got a new Twitter handle.
22596                                                                                                                  @CLewandowski_ @Marriott @BMW Learn how to change a tire...really?
22597                                        @nextofficial after purchasing a maternity dress two weeks ago and not recieving any confirmation email you’ve take… https://t.co/LIzIZGTfOE
22598                                                                                                                                           @silveratasuke @Apple They’re all useless
22599                                                                    Just nipped to @Tesco for some Parmesan ....£50 later unpacked the shopping and completely forget the Parmesan😳
22600                                                         Check out ALPHA FLIGHT 112 Infinity War crossover 1992 Vintage COMIC BOOK Marvel Comics   https://t.co/fX0pY5FBXX via @eBay
22601                                                          @UKenyatta so ur agenda 4 when even when ur fellows cannot deliver tokens very annoying @citizentvkenya @smusyoka @Reuters
22602                                                  Check out CACHE Small black knitted bridesmaides formal evening cocktail dress retail $200 #Cach https://t.co/aDGq0aJYQI via @eBay
22603                                        Hey @DisneyStudios @Disney @WaltDisneyCo Since the wife beater #JohnnyDepp is out can we get a real hero in the rol… https://t.co/oPHYfqfiem
22604                                                                                                        @netflix put The Grimm Adventures of Billy and Mandy on that hoe. Thank you.
22605                                             Check out Bath and Body Works Birch &amp; Argan Oil Fine Fragrance Mist Body Cream New #BathBodyWorks https://t.co/W252B6rsSI via @eBay
22606                                                                                                                                                            @Reuters Lol what a tool
22607                                                                                                                            @KennethPara @ArianaGrande @AmericanExpress Soon my dear
22608                                                                                                                    Me waiting on @netflix to addBbig Hero 6 https://t.co/pRHJSwPOh3
22609                                         @CCCALLC13 @bennyjohnson @SonofLiberty357 @CNN @MSNBC @ABC @CBS @FoxNews They already did. But you don't watch the… https://t.co/1Ho87Zacx1
22610                                                                       Check out Decorating with Candles:Accents Throughout The Home Country Living HC https://t.co/PsXQJdTFiY @eBay
22611                                                                #newyear Check out Zippo Harley-Davidson Eagle Wings Pocket Lighter - NEW #newyear https://t.co/G8SMRJtofz via @eBay
22612                                                                                                                                 @ArianaGrande @AmericanExpress Come to England 😩😩
22613                                                                                                                                   @MintayoFortnite @streamlabs @intel I believe Pog
22614                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
22615                                                                        RT @kiddeux_: @Jonathan_Toast @netflix @hasanminhaj @tanfrance or a podcast??? the possibilities are endless
22616                                        The question of the day: @NBC @CBS @abcnews @CNN @jaketapper @msnbc @cnbc who died and make Farrakhan a saint in th… https://t.co/TU23iwCKND
22617                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
22618                                  RT @missmary88: More Lucy Preston(s) at @comicconla ahhhhhh ❤❤❤❤❤😍😍😍😍😍😍 #Timeless #SaveTimeless @Sony @SPTV @laura1865s @SaveTimelessHQ @ab…
22619                                         @netflix Someone hack my account and the Netflix support team say they can't do anything about it. Who can help me… https://t.co/rAMZSnIYKz
22620                                                                       RT @Reuters: Iran parliament approves new economy minister ahead of new U.S. sanction https://t.co/sFCWUi2cfL
22621                                                                                             @gavincio @netflix I'm currently watching the new 'Sabrina' witch show. Not bad at all!
22622                                                                                                                                             @Reuters Putin isn’t as tall as he acts
22623                                      RT @Aimee_Garcia: The Devil ... and God jam session PART 2 @tomellis17 @RobBenedict #Lucifer @netflix @cw_spn 😈🙏🏽🤗 https://t.co/ulsa544DKA
22624                                                               Check out Marcel Dionne 1974-75 OPC  Detroit Red Wings HOF #72  NM #DetroitRedWings https://t.co/RBz23JppQi via @eBay
22625                                                        Check out Vtg General Electric GE Portable Cassette Tape Player Recorder Model 3-5151B #GE https://t.co/2OOWnplbHH via @eBay
22626                                                                                            @McDonalds why does it take 20 minutes to get 2 sandwiches and 2 fries. Get it together.
22627                                        @Cisco is on its way to impact one billion people by 2025 with their support to the Anudip foundation. By empowerin… https://t.co/IJ0xVAbo4j
22628                                        @SabineZentis @RippleCreekNW @Adobe @LonghornOffice @ChasSutcliffe This boy is mine and accompanies me a lot when I… https://t.co/OOgK3GFxXJ
22629                                        @Tellall2012 @VP @POTUS Migrant caravan members reject offer to stay in Mexico. Anyone surprised by this? https://t.co/Dt1AVAlnvP via @Yahoo
22630                                                                                  Check out The Haunted: Hells Reach (Windows pc game) NEW SEALED  https://t.co/EVlu4fKCjy via @eBay
22631                                                                                                                            @reeses @amazon Reeses nutrageous #notsorry #sweepstakes
22632                                                                                                                    @GravXReviews @hawk56741 @NeelS7 @oneplus @Apple No they cannot.
22633                                        RT @Siemens_Energy: Fast #gridaccess with mobile #substations from @Siemens. Get your own #energy highway. https://t.co/xoHH1yHP2c https://…
22634                                                              RT @Apple: iPhone XR. You’ve never seen anything like the all-new Liquid Retina display. It’s brilliant. In every way.
22635                                                                                                                                             @CocaCola @davidpollack47 Why not both?
22636                                                         Check out my Chicago White Sox Hawk Solo Ken Harrelson Star Wars Bobblehead Figurine Baseball https://t.co/22EMNCq3um @eBay
22637                                        @coleseely14 @TroyLeeDesigns @adidas This is the best thing Troy has done since MC’s lamp shade lid... ( probably n… https://t.co/fL3dlA3iMr
22638                                                    @glenndphilp @Microsoft I'm impressed you still have them all. I sold most of mine off except for the HP Elite x3 and Lumia 950.
22639                                        RT @ava: @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO Damn. If that’s the largest ever I don’t wanna see what the last year’s…
22640                                        Join us on Oct 30th when we chat with @DebbyGiusti on our #HarlequinConnection @facebook page about her latest rele… https://t.co/BUROUV4byU
22641                                        RT @BilalS158: My first book - #TheBardOfBlood is going to be a @netflix series soon. This would not have been possible without Mr @_Gaurav…
22642                                        RT @TheOfficialA7X: Thanks @Disney for inviting Zacky Vengeance to participate in the #Nightmare25 festivities at the Hollywood Bowl. https…
22643                                                        Check out Embossed Galvanized Metal PIG Wall Art*Primitive/French Country Farmhouse Decor  https://t.co/dZov4hBKYc via @eBay
22644                                        RT @Oracle: The process for personalization is made really easy for partners to run Oracle campaigns with @zift. You can see what prospects…
22645                                        Ok @amazon can you please stop using @USPS to deliver? They for some reason no longer bring the packages to your do… https://t.co/oZaFqQ7BP9
22646                                                                                            RT @BellaHolla77: @DonnieWahlberg @CBS Dang ! Almost forgot it’s Friday ! 😬 #BlueBloods
22647                                                                         RT @erinjane31x: @DonnieWahlberg @CBS Can we be back on the boat watching it with you on the lido deck 💙💙
22648                                                                                RT @Reuters: Central American caravan moves on in spite of Mexico jobs offer https://t.co/jwes4Hv8rw
22649                                        RT @SystemSafetyPro: Please RT to ask @amazon why they are allowing this kind of obvious hate to spread on their shopping site. https://t.c…
22650                                        RT @TheOfficialA7X: Thanks @Disney for inviting Zacky Vengeance to participate in the #Nightmare25 festivities at the Hollywood Bowl. https…
22651                                                                                                                  RT @stephspencer: @DonnieWahlberg @greekpeace @CBS I'm working! 🙄
22652                                        RT @eBayROCteam: Polo Ralph Lauren Blue Long Sleeve Pima Cotton V Neck Sweater XXL Embroidered #VNeck https://t.co/67gQgMl3Ru via @eBay @ma…
22653                                                                                     Check out Matilda Jane Girls Tween Size 12 Picking Flowers Dress  https://t.co/jtLuXuyHnm @eBay
22654                                                                                           RT @Reuters: WATCH: Triplet African servals debut at Shanghai Zoo https://t.co/tibQaPieO3
22655                                        RT @ESales_Hottie: Just saw this on Amazon:  #Lego Dimensions #BacktoTheFuture Bundle... for $59.99 https://t.co/wkfAHdL99s via @amazon htt…
22656                                                       Check out Victorian Sardinian Red Coral Carved BIG Brooch Pin Rose Angel 14K Perfect c1860  https://t.co/HTAlcuK2Le via @eBay
22657                                        RT @EdenTrainingUK: We are so happy with our new website we are running a #competition! For a chance to win a £50 @amazon voucher / @Love2s…
22658                                         Just saw this on Amazon: Amazon Essentials Men's Standard Crewneck S... by Amazon Essentials for $18.00 https://t.co/rUJuyx9YQM via @amazon
22659                                                           @ATT   I had signed up for directtvnow through my roku device and then cancelled during the free… https://t.co/tvCQBJPCGI
22660                                        RT @iAnkurSingh: Last month @facebook appointed a Congress stooge Ajit Mohan as its India Head and today he unpublished a famous RW page @r…
22661                                        @_surrender_x @CostaCoffee @StarbucksUK @Starbucks I’ve been sporadically avoiding Costa thinking “I’m being too pi… https://t.co/EKVru2KMsE
22662                                                                                 RT @Reuters: Pittsburgh synagogue suspect has history of anti-Semitic posts https://t.co/nPV0S1Uq5d
22663                                        RT @365Black: Your best friends are here! @FriendZonePod and they are with @McDonalds TJMS scholarship winner Brea Williams #HBCUnion #Magi…
22664                                                                                                        RT @slpng_giants: CONFIRMED: @PayPal has banned Gab. https://t.co/IKbswcE1SU
22665                                                           @easyJet second night in a row delayed from Alicante to Bristol...any explanation?? Also delayed to Luton. #notgoodenough
22666                                                                                                                                                   @Isobella35 @Tesco Bloody Brexit!
22667                                                                                     RT @herbalgirl98: Check out 5” Heavy Glass Tobacco Pipe Red Swirl https://t.co/2442j6i20O @eBay
22668                                                                                         RT @Reuters: Gunman targeting Jews kills 11 in Pittsburgh synagogue https://t.co/TLVZJffEYS
22669                                          RT @pinkpretty16: Check out Joan Rivers Women's Size 12 Mulberry Double Breasted Water Resistant Trench Coat https://t.co/jTsJ8Hbt8I @eBay
22670                                                                 RT @kaosonia: Check out Sterling Silver Large Snowflake Charm - Christmas Charms  https://t.co/P5Bp4JiGdi via @eBay
22671                                        @RealJamesWoods @netflix My hubby and I just finished watching it.  Truly nail biting all around terrific thriller.… https://t.co/wZmFSmAXNx
22672                                        @Jeff123524 @AnimeNoel @SenranInterAcad @Sony I know that. I will pick up as many uncensored Japanese PS4/Vita game… https://t.co/1Hke1SdMXS
22673                                         RT @salesforce: This week marks #ProBonoWeek! CEO @drewhouston says @Dropbox is giving employees space and support… https://t.co/cAMoTQeeEh
22674                                                                                                        RT @slpng_giants: CONFIRMED: @PayPal has banned Gab. https://t.co/IKbswcE1SU
22675                                        @Cisco is on its way to impact one billion people by 2025 with their support to the Anudip foundation. By empowerin… https://t.co/J9KrY5DJSz
22676                                                Check out Celtic Necklace Silver Triskele Knot Jewelry Handmade NEW Fashion Women Chain  #Handmade https://t.co/eBiCnCHctu via @eBay
22677                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
22678                                        @VerizonSupport @verizon why do I have full bars and LTE and I’m in one of the most connected cities in the world (… https://t.co/DhedIobcHc
22679                                                                 @Reuters Hahaha. But they can’t actually be priests right because god likes people with dicks more for some reason?
22680                                        RT @Reuters: ICYMI: Buyer of winning Mega Millions ticket beat the odds of 1 in 303 million. More in this week's ICYMI playlist via @Reuter…
22681                                        RT @MUvseev: #XenaRevival we need #Xena and #Gabrielle back @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @Uni…
22682                                                                                                          @JaredBeck @getongab @facebook @Twitter They sure allowed Slime Farrakhan.
22683                                                                      XL 14 NWT White knit Lace Layering Tunic Tank Top Women's Plus Size Top Extender https://t.co/1zlR6Dv4KX @eBay
22684                                                                                                        RT @slpng_giants: CONFIRMED: @PayPal has banned Gab. https://t.co/IKbswcE1SU
22685                                        RT @JQStandLeague: @CESTANDleague @LolaTV8 @BPSTANDleague @LeahRemini @MikeRinder @Disney Yeah! Confirmed even by her own former go-to-guru…
22686                                                         #nature Check out Zippo Lighter - NFL Throwback Chicago Bears Satin Chrome  - NEW #nature https://t.co/E36jaRLIZe via @eBay
22687                                                                                                       @espn @exxonmobil @49ers you want that DE? Well here he is ... 2019 NFL Draft
22688                                        Why does the @Starbucks on 5th always take forever? Been sitting in the drivethru for a good 10 minutes and haven’t… https://t.co/oG7Z7JZERa
22689                                                                                                                                    @Reuters Why? Hasn’t Pittsburgh suffered enough?
22690                                         The object tracking on the @Google #Pixel3 is like nothing I have ever witnessed before. It's quite amazing. Keeps… https://t.co/adwLQL4ppY
22691                                                                https://t.co/z4nA9mkZnp: Buying Choices: Shook One: Anxiety Playing Tricks on Me https://t.co/GifRVBXB0x via @amazon
22692                                        RT @jurassicpork59: Newsflash: @Microsoft is fascist and antisemitic and here's the proof: https://t.co/Bl4B571THu Pittsburgh #synagoguesho…
22693                                                  Check out Fleur de Lis Bracelet Silver Jewelry Handmade NEW Accessories Fashion Chain  #Handmade https://t.co/L74TOxhus3 via @eBay
22694                                        RT @Reuters: A new alliance? China and Japan meet for first time in seven years at historic Beijing summit https://t.co/3G7zyTTHNh via @Reu…
22695                                                                                                      The Creepy Line Prime Video ~ COLLUSION!!! https://t.co/zz9C4gen2b via @amazon
22696                                             I just bought: 'Fallout 76: S.*.*.C.*.*.L. Edition (Exclusive to Amazon AU) (Xbox One)' by Bethesda via @amazon https://t.co/jEwCh7xDza
22697                                                    Check out Schumacher SEM-1562A-CA 1.5 Amp Speed Charge Battery Maintainer #Schumacher #Battery https://t.co/IYQgzCjleZ via @eBay
22698                                                                    @DesignationSix @FoxNews @Nestle @Butterfinger @NestleRaisinets Those have never been on my grocery list anyway.
22699                                                       @duseanjohnson @t_money23 @MikeTaay @souljaboy @Apple It’s not bad to stream on but GODAMN  HELL THE FUQ NOT MEANT FOR GAMING
22700                                               @magnusandalec_ @netflix @AmazonStudios @PrimeVideo @ConstantinFilm @mmoszkowicz @OliverBerben @reedhastings… https://t.co/66L7ZDjhiW
22701                                                  Check out SO Women's Sz M Medium Brown Fitted L/S Casual Thin Knit Top #A35 #SO #KnitTop #Casual https://t.co/JSZaioQd3d via @eBay
22702                                                                                                                     RT @Ruzia51Marks: @TonyDanza @netflix Yes when is next season??
22703                                                                                                                        RT @sophsa: damn @McDonalds u freaky https://t.co/aaHhKM0Uiu
22704                                                                 Nearly lost control of my car on the interstate due to poor auto work by @Walmart and now I'll NEVER use them again
22705                                                        Check out Genuine Copper Craft Guild / Corning - Tea / Coffee / Carafe / Tilting Pitcher   https://t.co/Y2KHCU19Uu via @eBay
22706                                                                                                                               Does @McDonalds even have ice cream machines anymore?
22707                                                 Check out Skull Necklace Sugar Pendant Day Dead Silver Chain NEW Jewelry De Los Muertos #handmade https://t.co/J4xzRUo74Z via @eBay
22708                                                                                                         @Ryanair I have a question. Why do you gutless cowards protect racist pigs?
22709                                           @haykeyy @tortaellino @Apple @LGUS @SamsungUS @ZTEPress @Springirl9 @litforkpop Lmao no I've just heard it's really crackhead up in there
22710                                                                                                                                                Yo ... #BlackList on @netflix tho 😱
22711                                                          #style Check out Zippo Lighter - Harley Davidson - H-D Wings - Live to Ride - NEW #style https://t.co/kxJSSqkvkq via @eBay
22712                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
22713                                        RT @lift_and_thrift: Check out Stacy Adams Dress Shoes Dayton Mens Oxfords Wingtip Leather 00605-21 Size 9 EUC https://t.co/XMnVLWuhvC @eBay
22714                                                                                                                           RT @OHB1996: @slpng_giants @amazon @amazon what the heck?
22715                                                 RT @SusieQ19622: Check out Roseart Masterworks Ted Blaylock Headin' Thru the Ozarks 1000 piece Puzzle https://t.co/rWZebAp0LZ @eBay
22716                                                                  Check out JAPAN occupation WWII Military picture postcard Rennel Island Solomon  https://t.co/FE8lKvkvD5 via @eBay
22717                                                                                                                      Check out my listing @eBay - https://t.co/ANSvtEyFxK via @eBay
22718                                         RT @Apple: Join us on 30 October at 2 p.m. to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https://t.c…
22719                                                                                                             @netflix getting into the spirit of the season. https://t.co/9ksy98WCjG
22720                                             RT @mcbyrne: Why did it take a mass murder for @PayPal to ban @getongab? Why hasn’t @TwitterSupport banned Gab? https://t.co/aXkNapTNMu
22721                                           RT @DonFi4o: Check out Vintage Resin Figure Valentino by Miriam Rare Capodimonte Style Sculpture Italy  https://t.co/ECR9j6jvlE via @eBay
22722                                        RT @FranBarreraReal: @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO Excellent - thank you - beautiful right minded enthusiastic…
22723                                        RT @sabeautysupply1: Pink Jeans For Girls Carhartt Size 10 https://t.co/xaNIrNWOXI @eBay #ebay #ebayuk #ebaydeals #ebayShop #fashion #fashi…
22724                                                                                                2004 Annalee Halloween Witch w/ Broom Mouse #ebay  https://t.co/xUYfGyQplu via @eBay
22725                                         RT @Disney: Get a behind-the-scenes look at the fashion of Disney’s @TheNutcracker and the Four Realms in this all new featurette. See the…
22726                                                                                                                         @champagnemami59 @facebook Like I am FINE lmao Jesus Christ
22727                                                              @Jali_Cat @gr8tjude_08 @Twitter @jack @TwitterSafety @facebook Isn't it pathetic to see a scumbag like this on Twitter
22728                                                                                                                    @demicamilafairy @netflix so the other girl is a bowling pin lol
22729                                        RT @maatathena: @TVietor08 @facebook Facebook wouldn't let me promote a GOTV music video I made because it had the iconic image of John Lew…
22730                                                          @H_Combs @netflix I find this to be 100% true!! You taught me so much growing up!! Thank you for all that you taught me!!!
22731                                        @ScienceDrummer @Here4Not @crypticgames @getongab @PayPal Except Gab (Torba) is an actual neo Nazi who posts anti S… https://t.co/ci61g9o1NI
22732                                        @facebook @Coil I will pay $0.01/month for my FB page if they integrate Coil web monetisation. It would be worth th… https://t.co/BNewbA37IE
22733                                                                                  RT @dancinglizardd: hey @netflix add Drake and Josh so we can all just ... https://t.co/gbocfPpWRI
22734                                                                                                                                                             @Microsoft shame on you
22735                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
22736                                                        Check out Lauren James Love Me Some Texas Hot Pink Lovely State T-Shirt Size Small #TShirt https://t.co/F7U5cUJuJp via @eBay
22737                                                                                                                   @reeses @amazon The original REESE’s cups! #notsorry #Sweepstakes
22738                                                 RT @SMichaelDesigns: S.Michael Designs Stainless Steel Heart Dangling Earring S.Michael Designs https://t.co/yuaUKLE8YX via @amazon
22739                                                                                                   help me understand how i pay my bill n my phone still say no service 🤦🏽‍♂️ @Apple
22740                                                               Check out STUDY OF A NUDE SUZANNE SEWING  PAUL GAUGUIN FINE ART  8X10 Poster Print  https://t.co/JGZZTq3P4K via @eBay
22741                                                                                                                 @ZachParent20 @FortniteGame @Xbox @Android @Google Dm me your info!
22742                                        RT @dodomesticdad: The new @Google #Pixel3 phone from @BestBuy has an amazing camera  and unlimited free storage so you can take all the pi…
22743                                               Check out Montblanc Carbon Fiber Starwalker Black Fineliner/Rollerball Pen Mint Condition https://t.co/fISgpcPEnv @eBay GREAT DEAL 🔥
22744                                                                                                                Check out Dining Table &amp; 4 Chairs  https://t.co/bUdUd8igd4 @eBay
22745                                        @Reuters @DavidAndelman || IRAQ || 🔻An officer in the Federal Police intelligence was killed along with one of his… https://t.co/5qUiINGZTb
22746                                        RT @ColombiaEmbUSA: Ambassador @PachoSantosC met @b_huseman Vice President for Public Policy of @amazon. They talked about opportunities fo…
22747                                        RT @DesignationSix: Here are some @Nestle products that advertise on @FoxNews They are tagged so they will get notified for each LIKE RETWE…
22748                                                 Check out Hot Wheels - Lamborghini Gallardo LP 570-4 Superleggera - Retro - Forza - #1 #HotWheels https://t.co/dL9GVPc54a via @eBay
22749                                                             Free shipping American Eagle Outfitters Distressed Denim Jean Tote Bag White Painted Logo https://t.co/3CLpACgxrC @eBay
22750                                                                                                                                                          We are with @GM and @Honda
22751                                                                                                     RT @FrankiemaeT: Check out my listing @eBay - https://t.co/cwp92zSlm1 via @eBay
22752                                        @davebax1974 @Lukejameshill @stamford4 @Apple After December what’s the charge going to be pls? Just discovered min… https://t.co/QkhNLTnUZ6
22753                                        RT @DesignationSix: Did you know that @ProcterGamble advertises on @FoxNews ? Here is a list of their products. They are tagged so they wil…
22754                                                                                                 The Chilling Adventures Of Sabrina is a must Watch on @netflix!!! Y’all did great!!
22755                                        RT @DesignationSix: Here are some @Nestle products that advertise on @FoxNews They are tagged so they will get notified for each LIKE RETWE…
22756                                        @Alt_Informant @Walmart @WalmartInc I get it. Im lucky to have options. I have found them to longer be the cheapest… https://t.co/9mhFJ7ybuX
22757                                                                                                                     @TMobile needs to spend some money tonight. Lets go boys #HR4HR
22758                                  RT @missmary88: More Lucy Preston(s) at @comicconla ahhhhhh ❤❤❤❤❤😍😍😍😍😍😍 #Timeless #SaveTimeless @Sony @SPTV @laura1865s @SaveTimelessHQ @ab…
22759                                                                                    RT @Starbucks: @idalia_Concept Have you tried the Witch's Brew Frappuccino and broken the curse?
22760                                                Check out 14 K Yellow Gold Australian Black Opal Gem Grade Triplets 8x6 mm Drop Earrings #Earrings https://t.co/32M2TicpON via @eBay
22761                                                                          Hand-Made Anodised Aluminium Chain Maille &amp;amp; Crystal Earrings Set https://t.co/EUNpPYjGNA via @eBay
22762                                                                                             Fuck you @ATT and your shit ass service been screwing me over sense I started with you.
22763                                                                                 Check out Nike Dri-Fit Women’s Blue Patterned Shorts Size S #Nike https://t.co/zNEjSSMW0H via @eBay
22764                                                                                                       @edgeofsweetener @ovofentyswift @PopCraveNet @netflix in the zone = blackout.
22765                                                                                                    @ThePoppyWay @netflix @CW_Riverdale Genuinely upset that Salem isn't talking rn.
22766                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
22767                                                                      Check out 1942 UN PESO CAPS AND REYS FROM MEXICO .072 PURE SILVER XF TO UNC  https://t.co/QbKst9F4De via @eBay
22768                                        RT @CatamyKX: We’re at @GeekGirlCon to talk about the incredible work that @Microsoft and @Xbox do to advocate for #GamingForEveryone! http…
22769                                        @eBay You guys need to rid your site of the crooks that are trying to rip people off. I see stuff ALL THE TIME bein… https://t.co/Tq2cbk83kp
22770                                                         Check out Old Treasure Antique Bike Horn No. 05267 Rare With Japan Made Clamp Works Well  https://t.co/iaBffNXkmZ via @eBay
22771                                                                                                          @Honda see all information below. Last visit to dealership was 10/24/2018.
22772                                                                                                                                        @Jalesia_isQUEEN they the real MVPs @TMobile
22773                                        @ScottGray1959 @Jimmyjawn32 @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO You're entitled to your opin… https://t.co/IgC8HNibKt
22774                                                Your future DOES Depend on it. @YouTube @instagram @MeTooMVMT @MTV @Google @facebook @OhioState @TempleUniv… https://t.co/u5eMBvG9hd
22775                                                               RT @LornajaneCosign: 2010 Hallmark Animal The Muppet Show keepsake Magic Ornament   https://t.co/12Irq30hbM via @eBay
22776                                                        RT @EvaKareraXStar: Check out Pornstar Eva Karera Multicolored Dress With Autographed Picture  https://t.co/kBiIKGpNpB @eBay
22777                                                                                                                                         @slpng_giants @NoraReed @PayPal Interesting
22778                                                                                                                                   @reeses @amazon #NotSorry #Sweepstakes  CUPS!!!!!
22779                                                                                                  RT @peridotimpress: Check out my listing @eBay - https://t.co/QrU6c4q0D3 via @eBay
22780                                        RT @Avant77: @andrewcurryla @getongab @Microsoft Can we get a statement from Microsoft and @BillGates that they support the actions of Gab?…
22781                                                                                                                          @molly_713 @gothfruits @netflix I CANT RETWEET THIS ENOUGH
22782                                                            RT @LornajaneCosign: Tommy Hilfiger Crossbody Shoulder Bag Red White and Blue Striped  https://t.co/fkUDrDXv23 via @eBay
22783                                        @MarquisHorace @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO Youth ages 15-35. Attendance is free.  Lo… https://t.co/tNVZylIC2s
22784                                                                                                              @reeses @amazon The Original Peanut Butter Cups #NotSorry #Sweepstakes
22785                                                       Check out Indian Handmade Yoga Bag Mandala Cotton Gym Mat Carrier Bags With Shoulder Strap  https://t.co/xwj2Vzx0Ht via @eBay
22786                                        @Walmart i have never been so disrespected by a team member. Not only was i laughed at then as i walked away i hear… https://t.co/kjfUdcKQTI
22787                                                                    Check out Dr. Rabbit's World Tour sponsored by 1998 Colgate-Palmolive Co VHS - NEW https://t.co/Mir7vUaMh9 @eBay
22788                                         Enjoyed #caos on @netflix @NetflixUK except the #goonies it’s the only thing I’ve watched today. Production design… https://t.co/LS7Zc3dVO7
22789                                         @Microsoft @SpirosMargaris I just found out a couple of days ago a social network called GAB. This  is a far-right… https://t.co/UXNMdHQUXW
22790                                    @CrystalDani_ @heatherngirls12 @facebook Thanks @facebook for giving my friend back her precious Memories &amp; Picture… https://t.co/ffgsmwO03K
22791                                                                                 There's not a 'Free Market' in technology services.  If @Google opposes something they can stop it.
22792                                                                                                                                @Collider @netflix Omg there's more?! I'm so excited
22793                                                                                         RT @NEclha6420: @TMobile @TeamRubicon #RedSox hit #HR4HR in the 8th https://t.co/zgkkRPFsch
22794                                        RT @almostjingo: Odd that @PayPal has no problem partnering with Cuba but apparently has a huge problem with free speech? See @getongab the…
22795                                                                          “I’m going to deactivate the potato now”- Chef vs Science on @netflix is providing the good stuff tonight.
22796                                                                                                                                            @StarkyRed @netflix Omg i deserve better
22797                                                                                                               @stacysays @netflix thats what happens when your a minecraft youtuber
22798                                                                RT @ourtruecrimepod: @CrimeSphere @CriminologyPod @netflix I can’t wait to hear what you all have to say about this.
22799                                                   @getongab @YelloLuvChopper @stripe @PayPal @joyent @realDonaldTrump So rolling over for the feds didn’t save you? Image my shock.
22800                                                                  RT @jb_jbarron: Retweet #HR4HR so @TMobile donates $2 to @TeamRubicon for hurricane relief https://t.co/6lE7asJMSy
22801                                                        Check out Bathroom 4 Piece Porcelain Accessories Set Gold Shimmer with Mirrored Accents    https://t.co/waBpIofdNM via @eBay
22802                                                                                                 @CBS Take a look at your host. DISGUSTING!!! @StephenAtHome https://t.co/jHq1l062d4
22803                                                                        @getongab @stripe @PayPal @joyent @realDonaldTrump BUWAHAHAHAHAHAHA - and go f*ck yourselves on the way out.
22804                                                                                                                                 Grabe so obsessed with #Elite @netflix damn! 🔥🍑💦
22805                                                                                                                     @reeses @amazon reese's pieces today #NotSorry and #Sweepstakes
22806                                                                                                                                       RT @catrific: @stacysays @netflix Lol meeeeee
22807                                                                                                                                       @winniesun @Costco @DollarTree How sweet.👐👐
22808                                                                              @getongab @stripe @PayPal @joyent @realDonaldTrump He has acted. Incitement during all of his rallies.
22809                                                                                  Check out Crocheted Pot Holders Matching Caddy Vintage Handmade  https://t.co/m9ssXMVyvQ via @eBay
22810                                #Apple CEO #TimCook uses military language to describe privacy violations perpetrated by @Google &amp; @facebook &amp; othe… https://t.co/Iciy4p3Di4
22811                                                                                                                                               PLEASEEEEE @netflix @netflix @netflix
22812                                                                          @Klayton83 @JonnyDakota @studioteo @getongab @stripe @PayPal @joyent @realDonaldTrump Popular with Nazi's.
22813                                                                          Check out 2014 TOPPS POWER PLAYERS MIKE TROUT ANGELS FREE SHIPPING 🔥⚾️  https://t.co/bsE8m7UyNs via @eBay
22814                                                                                                                 @netflix is Alex Trimboli....alittle bitch for sure #AmericanVandal
22815                                                                               RT @Reuters: Mexico honors migrants at Day of the Dead as caravan treks north https://t.co/jsxNTvTf2X
22816                                                                                                                @CargleS @netflix Might have to check this out! The Raid was awesome
22817                                        RT @RealNewsTransl8: Wanna see #ClassWarfare in action? Nov 7 @PayPal starts charging for instant xfers from a bank (a basic premise of @Pa…
22818                                                            Check out Bath And Body Works Aromatherapy 24 Hrs Moisture Butter with Essential Oils 3 ct https://t.co/WljaVYNRAy @eBay
22819                                                                           Check out Limb Saver SVL Stealth Cable Dampener 03017 NOS #LimbSaverSVL https://t.co/ClzjlfspqF via @eBay
22820                                                                  Check out 5-Pocket Bib Apron Cotton Canvas Work Basics T27 4A668 NIP #WorkBasics https://t.co/w5HqCWZVDT via @eBay
22821                                          I wish @netflix would tell me too many people are watching on my family’s account before I spend 10 minutes looking for something to watch
22822                                        RT @DebbieAndMaxxGo: Check out Oyster Shell Pearls Salt Pepper Shaker Set Red Farms Studios Discontinued   https://t.co/f6NijaqK3T via @eBay
22823                                                        @taylorswift13 Stretching Scientifically: A Guide to Flexibility Training by Thomas Kurz https://t.co/sVazuWeLou via @amazon
22824                                    RT @SAP: SAP HANA is helping @ElephantsRhinos &amp; People (ERP) preserve the world's ecosystem for future generations. https://t.co/H8kclZW3lr…
22825                                                                                 @frightseason @netflix Y’all better start promoting-it and shit! Don’t fuck with the Scream fandom!
22826                                                                                                                                   I got my @Apple #iPhoneXR and it’s really amazing
22827                                                                                                                   @Roblox @amazon why we can't play roblox here in the Philippines?
22828                                                         RT @joebayy: Check out Forever 21 Burnt Orange Stretch Dress Size XS #FOREVER21 https://t.co/pArqj7MuzB via @eBay BRAND NEW
22829                                                                    RT @FoundGoodBuy: Check out LEGO Bionicle Toy Robot Boys Girls Family Fun Weapons  https://t.co/xJsFLZUotB @eBay
22830                                        @SparrosM @MetsFanInPhilly @6williestokes @getongab @stripe @joyent @PayPal @jack The more Conservative Southerners… https://t.co/8yfCPizzT9
22831                                                   Check out Custom Batman Real Motorcycle Helmet Arkham Knight DOT Approved #HandMade #Motorcycle https://t.co/IhLolVevJe via @eBay
22832                                                         Check out 2017 TOPPS UFC FIRE RED HOT #35 LUKE ROCKHOLD FIRST ONE 1/142 FREE SHIPPING 🔥  https://t.co/NzUeQnc0FB via @eBay
22833                                                                                                                        @TheSeanReeves @McDonalds @McDonaldsSuqort You are #fakenews
22834                                        RT @WEHOGAYMAN: @doumindifi @GardenGirl_88 @DawnReneeFL @HappyLand_96 @noahfeehan @getongab @stripe @PayPal @joyent @realDonaldTrump Whatev…
22835                                        RT @SuzanneEvans1: Translation: we’re going to make sure @facebook only allows posts we approve of and which promote our political viewpoin…
22836                                        RT @NFL: Congratulations to @PatrickMahomes5 + @AyeyoKEJO on being named Week 7's @FedEx #AirAndGround Players of the Week! https://t.co/7M…
22837                                        RT @Misandry_Kills: @renu_jethani @lal_1404 @TCS @hcltech @EYnews @Cognizant @Microsoft @YatraOfficial @makemytrip As a HR.. hw U handle or…
22838                                                             RT @CocaCola: Where’s your favorite place to grab a sandwich and an ice-cold Coke?  #ShareaCoke https://t.co/2Q0hfhxibP
22839                                        RT @TonyDeblock: We gave our neighbour a hand finishing his beans today #newandold getting it done just the same @JohnDeere @HuronTractorLt…
22840                                               @MarquisHorace @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO It’s not @TheDemocrats party that doll out money for votes!
22841                                             RT @ipsdocholiday: Check out Vintage JWBR Sterling Silver Diamond Ring Size 6.5-7 Diamond Engagement Ring https://t.co/xn2j3SPjwA @eBay
22842                                                                                                                            @MagMysRadio @getongab @joyent @PayPal This guy gets it!
22843                                                               Dried seafood large-sized shrimp meat 1200 gram from South China Sea Nanhai J... https://t.co/92w6A4X592 来自 @amazon
22844                                                                                                                                  For real. @Walmart customers are genuinely idiots.
22845                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
22846                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
22847                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
22848                                                                                     RT @Google: Here’s to first responders around the world who answer the call in times of crisis.
22849                                       RT @_itsCindy1: had the best time at #connectdallas with beyaa 😇 thanks @verizon @EriKonstantine #galaxyNote9 #verizon https://t.co/AAvwEv2…
22850                                                  Check out PreCure 15th Anniversary Pretty Cure Fashion Style Art Book Glitter Force DX #Kodansha https://t.co/sDRvj1OEza via @eBay
22851                                                          @Frank_One_Life @JamieMoranUK @XboxP3 @satyanadella @Sony @jack @Twitter It’s starting to reverse. https://t.co/Q7e0Hz7VuR
22852                                           RT @mikeypage10: @CenturyLink Unannounced door-to-door sales are pretty invasive. No way in hell will I switch now. I'm keeping @comcast.
22853                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
22854                                                      @Reuters Both parties need to stop terrorising each other! I'm not on one side or another. I just want them all to have peace.
22855                                        RT @husseinalalak: @jessbrammar @Nadine_Writes How appalling that @Ryanair can't even be bothered to pick up a telephone or even visit this…
22856                                                                                                                          @K0j22 @netflix Don't worry that doesn't mean you are gay.
22857                                                                                                                   @Ryanair flight is clearly delayed but no one telling us anything
22858                                      #SalvationCBS *knockknockknockknockknockknockknockknock* Hello @CBS? 👋🏼 It´s me again. Still ready for your announc… https://t.co/4jQeUNfqHw
22859                                        RT @ReverseVending: We installed @Tesco #Borehamwood @ReverseVending One month ago today ! #NoTimeForWaste  #ReverseVending https://t.co/2b…
22860                                        RT @EdenTrainingUK: We are so happy with our new website we are running a #competition! For a chance to win a £50 @amazon voucher / @Love2s…
22861                                                                                                           RT @marshmzllow: I need a season 4 right now @netflix !!! #RenewDaredevil
22862                                                                                                     @ali_bin_maadi @ASegals @politiburr @Reuters Fuck off u genocidal arab nut job.
22863                                                                                                                                                      @Apple @darraghthomas excited?
22864                                      RT @KissMeAgain99: You're the only ONE who can make me smile with no effort 💕 #RenewGypsy @netflix #NaomiWatts #SophieCookson 💋 https://t.c…
22865                                                                                                                                       @MarvinDigeorgio @Reuters One of the detained
22866                                                             Check out Size AU 11 / EUR 42 / UK 8 Women's Peep Toe Suede Gladiator Leg Strings Shoes ttps://ebay.us/VsQw8i via @eBay
22867                                        @IanMalcolmsWife @Ryanair Ryanair agreed to move the lady to another seat. The correct response to her suggesting i… https://t.co/ImrqGy1qBL
22868                                                                                                                  @nextofficial @MrsGiFletcher Absolutely love this collection 🖤 Cx
22869                                                              RT @Apple: iPhone XR. You’ve never seen anything like the all-new Liquid Retina display. It’s brilliant. In every way.
22870                                        RT @CrayZBees: The new @Google Pixel 3 phone at @BestBuy has an amazing camera+Unlimited FREE Storage! Take all the pics you want without t…
22871                                                             Check out Sony Handycam CCD-TRV11 8mm Analog Camcorder - barely used see photos #Sony https://t.co/6NNGecDWfJ via @eBay
22872                                                                     @Reuters I have been following Guatemala TV. YES El Salvador is having 2 caravans. To depart the 28th &amp; 31.
22873                                                                                                                                                @Apple yall better step up your game
22874                                                   Check out 1.40 CT White Gold Plated Round Cut Diamond Bridal Wedding &amp; Engagement Ring Set  https://t.co/xa9MiJeLhj via @eBay
22875                                        RT @alagboso: @Google celebrates Dr. Stella Adadevoh's 62nd birthday with a Google Doodle @drasatrust #epidemics #ebola #PreventEpidemicsNa…
22876                                          @CostaCoffee are there any plans to change the brownie back?? Was one of the main reasons I visited @Starbucks there’s a gap in the market
22877                                                                                                                                           RT @lildutty97: @facebook need your help?
22878                                                                                                    M&amp;M's Fun size - 5 Pounds Bulk M&amp;M's https://t.co/jQsXjg1pPy via @amazon
22879                                        RT @tradeRaptor: Japan Exchange Group to start #merger talks with Tokyo Commodity Exchange - https://t.co/8uYdRnhGRw … via @Reuters #JPX #T…
22880                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
22881                                                                                                     Why did I watch a Paul Greengrass movie on a small screen?  cc @netflix #22july
22882                                                                                                                               Shout out to @McDonalds y'all owe me a cheese burger!
22883                                        @Honda of Puerto Rico are selling $53k Type R’s when they should cost no more than 42k after PR taxes 🤦🏽‍♂️. I rath… https://t.co/28WYtba8FN
22884                                                              @netflix if you could adapt Lara Jean's loves into a series that would be nice because a 99 minute movie is not enough
22885                                                   Check out THE AMAZING BUD POWELL THE SCENE CHANGES Vinyl LP BLUE NOTE  BST-84009 NEAR MINT #bop https://t.co/SeVPNAmYIh via @eBay
22886                                                                  Punch Bracket Wall Heavy Duty Boxing Bag Mount Fitness MMA Gym Muay Thai New Aus https://t.co/rt4ov2kg7W via @eBay
22887                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
22888                                        @CarrefourGroup Hm just unpacked a box of cereal to fit in my backpack. asked reallt nice if I could fold the box a… https://t.co/zJNNckQyIp
22889                                                                      RT @netflix: Charmed blessed us with one of TV’s best characters ever: Piper Halliwell https://t.co/ANGiAaUJX6
22890                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
22891                                                                         Check out OMEGA OPERATING INSTRUCTION MANUAL BOOK + FREE SHIPPING  #OMEGA https://t.co/fHrJhJsh58 via @eBay
22892                                                Check out Fashionable Natural Gemstone Silver Plated Round Hoop Earring Handmade Jewelry #Handmade https://t.co/ejFsFltOIh via @eBay
22893                                                    Check out 1.00 Ct Round Blue Sapphire Solitaire Stud Earrings Fine 14k White Gold Finish #Stud https://t.co/fsUBQz45y7 via @eBay
22894                                    @Reuters @DavidAndelman Jamal Khashoggi was murdered &amp; as it appears his murder investigation is becoming a $100 bi… https://t.co/cwKuJZa5rl
22895                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
22896                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
22897                                                                                                                                                                   @Apple Ait bet 🇰🇪
22898                                                                                                                                                @iunnodamn @Toyota R u gonna tell us
22899                                             Check out MENS CHAPS GOLF POLO SPORTS SHIRT XL STRETCH RASPBERRY &amp; WHITE STRIPE CHEST LOGO #Chaps https://t.co/eCZOl0Rd8V via @eBay
22900                                        Look what one of the @EY_Scotland #DragonsGlen teams has got to auction off at their Christmas Ball! This @Nike cap… https://t.co/Bmy9nMZ6eW
22901                                                 Check out David Warren New York Size 14 Beautiful Black Dress W/Gold Self Belt Decoration #Formal https://t.co/8O8rGLX1Wq via @eBay
22902                                                      Check out 6\\12Pack Fairy String Light 7.2ft 20LED Fairy Light Battery Starry String Lights  https://t.co/Jq4BmAcW74 via @eBay
22903                                                                                                         RT @father: smh @netflix been fuckin trippin lately https://t.co/SwiJFdRKik
22904                                                             RT @Reuters: Hundreds of thousands march for marriage equality in Taiwan amid referendum debate https://t.co/UOfdYthPk5
22905                                                         Check out 52-GM-TOPAZ-TOP-QUALITY-NATURAL-TRANPARENT-CRYSTAL-INSIDE-WHITE-CLUOD-FROM-PAK  https://t.co/X6ucPx7cH7 via @eBay
22906                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
22907                                                 Check out Very Beautiful Color &amp; Pattern Vintage Fabric 5 Yard Art Silk Sari Saree #Unbranded https://t.co/OySTcGsQQk via @eBay
22908                                                       Check out 96-GM-TOP-QUALITY-ROYAL-BLUE-TERMINATED-LAPIS-LAZULI-SPECIMEN-COMBINE-PYRITE-AFG  https://t.co/9QzrMJylM4 via @eBay
22909                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
22910                                          RT @LeaMichele: Omg @druidDUDE @netflix Elite is the BEST SHOWWWW!!! Obsessed. Watched the whole show in one day🙈 https://t.co/HBRQuULZBW
22911                                        @SportsDirectUK @adidas In 2016 a SD Key pledge included offering casual retail staff guaranteed hours instead of z… https://t.co/u7mEWp56Hu
22912                                                                           RT @Reuters: Palestinian militants agree truce after exchange of fire with Israel https://t.co/tgasg3GvLD
22913                                                                                         @Cisco WebEx looks cool. #IMC2018 #IndiaMobileCongress #ShotOnHonor https://t.co/pnzB7BjlSU
22914                                    RT @readtiafanning: Now on #Amazon! Rhyme &amp; Reason: My Life in Poems by Ilene Goff Kaufmann https://t.co/SSAlS1wCss via @amazon and @lovemy…
22915                                                                                                                        RT @sophsa: damn @McDonalds u freaky https://t.co/aaHhKM0Uiu
22916                                        Time has come to change supermarkets. @Tesco introducing a system where you don't know when food goes off. So fello… https://t.co/SOhW14ef71
22917                                             RT @elisiashoppe: Hooded Overcast Heavy Winter Jacket #Boys Sz 2T #Overcast #Jacket #Everyday $20     https://t.co/n3XrsFWNPs via @eBay
22918                                                                                            Unacceptable! @facebook kindly give exact reasons &amp; restore the page of @rightlog_in
22919                                                             RT @Reuters: Hundreds of thousands march for marriage equality in Taiwan amid referendum debate https://t.co/UOfdYthPk5
22920                                                                     @panlidsid @russlwl @RealJamesWoods @netflix @Line_of_duty I think it is! Both equally high quality in my eyes.
22921                                        @coleman_peanut @ShaleCreekRanch @CattleParker @southberryst @loyalmoses @KarenKalifornia @Walmart Harrah that's li… https://t.co/wcBIVnwevT
22922                                         RT @Mabgonplei_s: @PatriciaLongo8 @RealLucyLawless @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @hulu @UniversalTV…
22923                                                                                         RT @Reuters: Dodgers tip hat to Los Angeles fans after marathon win https://t.co/bTUKTEMKgF
22924                                       @TMobile there's a glitch in the latest Android update 😱 both my screen and my mother's screen were stuck on the Tm… https://t.co/D3Boe14Yw4
22925                                                  Check out Abalone Shell !! Natural Charming Rainbow Color Oval Cab Gemstones 56.75Cts. #Handmade https://t.co/WL9VX7vHWM via @eBay
22926                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
22927                                        @walmartinc @Walmart @flipkart @flipkartsupport A replacement request for Asus zenfone Lite @Asusindia was regd yes… https://t.co/6H3bek9NpP
22928                                        @baba3vedi @Flipkart @flipkartsupport @Walmart @Flipkart really u guys remember making false promises in the name o… https://t.co/YsdAm21Qew
22929                                        @holophyte @lowri60830434 @stamford4 @Apple If you had a new battery and it’s 90% after 3 months they should change… https://t.co/g1BgNZGk8K
22930                                                                                                                                                            @Apple Unreal phone 👌🏼
22931                                                                                                                                                       @G2Perkz @Nike @Nike. again?
22932                                         RT @Lauren_Knight87: @ASOS @ASOS_HeretoHelp where is my parcel! 2 days late and apparently an attempted delivery yesterday #lies #noparcel…
22933                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
22934                                        RT @Cisco: How is #edtech teaching kids to care about the world and each other? Learn more via @NewsHourExtra @RusulAlrubail: https://t.co/…
22935                                        RT @ChuckRobbins: So proud of our teams around the world that make up the incredible culture @Cisco – we moved up to #8 because of all of y…
22936                                                                                                                         RT @ShefVaidya: Why has @facebook unpublished @rightlog_in?
22937                                        RT @ppvernon: The Gayle family will be making a statement early next week regarding @Ryanair and legal proceedings @Nadine_Writes https://t…
22938                                                             RT @Reuters: Hundreds of thousands march for marriage equality in Taiwan amid referendum debate https://t.co/UOfdYthPk5
22939                                        @Apple Another name but the same old phones. It has amazed me for years. Apple slowly and reluctantly creeps behind… https://t.co/OVjgClIvVt
22940                                                         I just entered @CinemaDeviant's #giveaway to win a #Bluray copy of #AntManAndTheWasp from @Disney!  https://t.co/KymaZ7p7BO
22941                                                                                                                                      My @amazon knows me 💙 https://t.co/zd1qC7gBlH
22942                                                                                                                      Check out my listing @eBay - https://t.co/RqsjxLA2JT via @eBay
22943                                                                RT @JanaIEGVu: #Danone announces ambition to triple plant-based #dairy sales by 2025 @Danone https://t.co/v4HmnTfClx
22944                                                RT @PayPal: Earn your credit card rewards when you pay with PayPal. #PayPalCanDoThat https://t.co/FghyKamSzt https://t.co/EfypxDajKR
22945                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
22946                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
22947                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
22948                                                              RT @Apple: iPhone XR. You’ve never seen anything like the all-new Liquid Retina display. It’s brilliant. In every way.
22949                                                                                                                                     @outlaw2097 @Ripple @Google It will happen soon
22950                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
22951                                                                        Check out M&amp;S Twiggy Pale Blue Shift Dress Size 12 Office Wear 1960s Style https://t.co/dCzrJkFPa9 @eBay
22952                                                                                     RT @Google: Here’s to first responders around the world who answer the call in times of crisis.
22953                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
22954                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
22955                                        RT @robbiemac72: Right I’m going to try this and see If it takes off..If you think the racist passenger on @Ryanair flight should be banned…
22956                                                                                                                               @BofA_Help @BankofAmerica I will direct message you !
22957                                                                                                      RT @BMW: Sleek and seductive. The #BMW #7Series Sedan. https://t.co/b5vuQQdkqi
22958                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
22959                                                             Check out Bon Appetit Magazine January 2016 Healthy-Ish Recipes Cooking    #CondeNast https://t.co/BG90nRw7BM via @eBay
22960                                        RT @MiaMBloom: The cover for #smallarms just approved .. although @amazon doesn’t have it listed yet you can still preorder the book or the…
22961                                                                                                                @Eddieflo @spoopyspoopy @Apple The liquid retina is 1080p LCD screen
22962                                                                                         @CrazyChanceComp @nextofficial This would be brilliant - I'd be in Next Home like a shot 👍
22963                                                              RT @Apple: iPhone XR. You’ve never seen anything like the all-new Liquid Retina display. It’s brilliant. In every way.
22964                                                              RT @Apple: iPhone XR. You’ve never seen anything like the all-new Liquid Retina display. It’s brilliant. In every way.
22965                                                        Check out Metcalfe Settle &amp; Carlisle Railway Buildings - BRAND NEW - N Gauge #Metcalfe https://t.co/2LY6jtf83I via @eBay
22966                                                                               RT @ValaAfshar: Watch this little girl have a conversation with @amazon Alexa https://t.co/kAOUhLwFSG
22967                                                                                            @ShefVaidya @facebook @rightlog_in Bcoz @INCIndia  is heading FB https://t.co/MJNS3tg33w
22968                                        RT @Suzy_Henderson: THE BEAUTY SHOP by Suzy Henderson #Free on #Kindle today only. https://t.co/4YeL8cSC2Z via @amazon #HistoricalFiction #…
22969                                        RT @BookPimps: RT @BellaSwannBooks: One-handed reading! NOT Romance! https://t.co/PI5LrrM5Dv … via @amazon #BDSM  #erotica #iartg  #SSRTG #…
22970                                        @amazon I’ve been looking for a way to get assistance on your page for hours! This gets a quicker response. My orde… https://t.co/KilQHlSK3a
22971                                                                                                              Check out CPT 2015 Standard Edition  https://t.co/aln8q3QOt8 via @eBay
22972                                                       Check out 1960 Topps #148 Carl Yastrzemski  Rooke Card RC Boston Red Sox Fair #BostonRedSox https://t.co/SWLeN87PdJ via @eBay
22973                                        @kumailn @jack @SarahKSilverman Jack don’t care. Neither does Zuck @facebook. The Boards of Directors need to remov… https://t.co/L4Ij1AtaqZ
22974                                                   Check out Wedgwood Cornflower Pattern Covered Vegetable Dish Vintage Pottery  1940-64 #Wedgwood https://t.co/TkocsjuyOq via @eBay
22975                                                   Check out Pyrex Sunflower Yellow Daisy 2 1/2 Quart Oval Casserole Covered Dish 045 Retro #Pyrex https://t.co/ZBrAxZO4S0 via @eBay
22976                                              RT @GracefulGShop: $12.99 #soybu #womens #dress Size S #fashion #style #clothing #shopping #dresses  https://t.co/9gVxV0UmvR via @eBay
22977                                                                                                                            @Apple @AppleMusic What’s new?? Will there be AirPods 2?
22978                                                              RT @Apple: iPhone XR. You’ve never seen anything like the all-new Liquid Retina display. It’s brilliant. In every way.
22979                                        RT @Elena11575: #XenaRevival or movie @NBCUniversal @robtapert @nbc you know it's possible @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @SY…
22980                                  RT @mfox207: @SenWarren @WellsFargo Ladies... It's time to CLEAN OUR HOUSE!!! #VoteBlueToEndThisNightmare #MobRuleDemocrats #MobRule 🌊🌏🌊🌏🌊🌏…
22981                                        RT @ava: @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO Damn. If that’s the largest ever I don’t wanna see what the last year’s…
22982                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
22983                                        @judithnwana @AFCON2019 @espn @fifa @BBCSport @Reuters @MailOnline The inspection team ends in #PaulBiya palace and… https://t.co/19ZWSVllzJ
22984                                                         Check out Sliquid Naturals Satin 8.5 oz 4 free after course wipes with purchase. #Sliquid https://t.co/JGSPvanj1J via @eBay
22985                                                                              RT @gryffindor_alec: Couples costume idea. @netflix you in? #SaveShadowhunters https://t.co/uDnkyQzPeA
22986                                                                                 Check out Funky Veg Kit Planting Vegetables Self Sufficient New Boxed https://t.co/pTboqViZx4 @eBay
22987                                        @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO Can't watch this enough. It's wonderful! The Democrats h… https://t.co/7gC6Ud6E2r
22988                                                               New  Jo Malone Red Roses Cologne 3 ml. &amp; 5 ml. Atomizer Spray Samples #Jomalone https://t.co/2biS6UimsI via @eBay
22989                                         @OliverMcGee @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO @amazon Wouldn't bet our white nationalist… https://t.co/lcn9ZGRtWj
22990                                                           Check out Nike Men's DRY Muscle Tank Training Top AA4652 027 Gray Blue Size Large #Nike https://t.co/hjJEGK69aR via @eBay
22991                                        @SamanthaCadet3 @JohnLegere @Andre_Hinds T-Mobile is a joke just as much as @verizon  @VerizonSupport @madebygoogle… https://t.co/Cdu09gVb4K
22992                                                RT @PayPal: Earn your credit card rewards when you pay with PayPal. #PayPalCanDoThat https://t.co/FghyKamSzt https://t.co/EfypxDajKR
22993                                    @LukeMassie @adidas @kanyewest Its all just trading.Whenever something is put for sale &amp; there is high demand the v… https://t.co/9coMp3Hjt4
22994                                                                                 RT @roadshow: The 2019 @Audi A8 is a techie's dream https://t.co/px6yqOmrh4 https://t.co/ZwxWGtPLQr
22995                                                                 Old Hand Made Traditional Persian Oriental Wool Orange kilim saddle Bag 161x69cm  https://t.co/9wYDw4uP7i via @eBay
22996                                                                                                                       @FoxxChain @notsofast @Mastercard You mean like MCO and Visa?
22997                                                   The Accidental Guardian (High Sierra Sweethearts Book #1) by Mary Connealy https://t.co/aAtohwJeiI via @amazon kindle $2.51 today
22998                                                   The Accidental Guardian (High Sierra Sweethearts Book #1) by Mary Connealy https://t.co/aAtohwJeiI via @amazon kindle $2.51 today
22999                                        RT @Internaturalbaw: @EllaRose2495 @netflix @madrid_lex @JennieUrman @cw_charmed Netflix is officially #Charmed's new network and promoter.…
23000                                        @awolk @robertbareuther @Apple Yes the era of being paid for writing shows never on the air is over! That condition… https://t.co/zFVK6bd6GF
23001                                                                                                                           @RealJamesWoods @netflix Sadly I tapped out on episode 3.
23002                                                                                                                                                    @Apple Make smaller points. Thx.
23003                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
23004                                                                                    Check out J Jill Stretch Women’s Petite Cropped Pants Size 4P Blue https://t.co/HSFmDCuO9P @eBay
23005                                                                                     RT @Google: Here’s to first responders around the world who answer the call in times of crisis.
23006                                                                      Check out NYC Make up Lot Eye Shadow Liquid Liner Lip Stain Face Powder #NYC https://t.co/AJIDp3tfWp via @eBay
23007                                                         Check out TP-LINK ARCHER C900 IEEE 802.11AC ETHERNET WIRELESS ROUTER 845973081218 #TPLINK https://t.co/Ko29uZ3Ifc via @eBay
23008                                                        Check out Antique wood traditional India Villager tribe Space Grinder PESTLE Masher Big+   https://t.co/mo7aSMKrPO via @eBay
23009                                        @killyourfm @bing @Microsoft @Windows @windowsdev @GabrielLandau Just an FYI: I have not used IE since 2001 and ref… https://t.co/cq2qGeLkjW
23010                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
23011                                                              RT @Apple: iPhone XR. You’ve never seen anything like the all-new Liquid Retina display. It’s brilliant. In every way.
23012                                                                                                                                     @Apple RELEASE MACIOTA APP NOW!!! WE NEED IT!!!
23013                                                                                         RT @HSBC: Optimist or Pessimist; hear how world-leading tech leaders think AI will develop.
23014                                                    Check out UNISEX T-SHIRT WOLF IN BLUE FOILAGE STONEWASHED MULTICOLORED SIZE SMALL  #GraphicTee https://t.co/D9WiiYSw7q via @eBay
23015                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
23016                                    Heads up for initial @Cisco Firepower FMCv config... best to change default IP address when running 6.2.2 &amp; 6.2.3.2… https://t.co/FBnTqewzX8
23017                                                            @LindaNicks6 @Reuters Go seek out some undocumented citizens and get over your fear. Everyone in it to make life better.
23018                                                                                                         @facebook is it possible to retrieve a messenger conversation from 2010? 🙏
23019                                        I don't know why this isnt a thing but it needs to be. @YouTube @Google can you PLEASE make an option for the youtu… https://t.co/Kyqj95n0Cu
23020                                                  Check out Ralph Lauren women green sweater Lambswool/Cashmire size M #LaurenRalphLauren #sweater https://t.co/oWIFtprxYv via @eBay
23021                                         RT @tkawaja: Scott the “socialist” with a tough message about @facebook management espousing a decidedly capitalist solution: break up and…
23022                                                               Check out UK 925 Sterling Silver 3D The City Dangle Earrings Jewellery Natural Handmade https://t.co/5RYy0xRSi3 @eBay
23023                                                                           @twixnerd @_____GLAMOROUS @IbtihajMuhammad @USAFencing @Nike @nikewomen Then hijabs hard I need one fasho
23024                                                                                                             @Raytona500 @OhItsTeddy @adidas Does it letter? Cop whatcha want right?
23025                                                                                                                              @CrazyChanceComp @nextofficial Thanks for the chance.x
23026                                                     Check out RUB-A-DUB DOLLY VINTAGE 1980'S IDEAL NURSERY BROWN SKIN BABY DOLL NEW IN BOX #Ideal https://t.co/fsjYRESozG via @eBay
23027                                         The self-importance of the @Apple iPhone never ceases to amaze me. If I connect it to my BMW via a USB it tells me… https://t.co/sREKhJH8mA
23028                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
23029                                        RT @ava: @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO Damn. If that’s the largest ever I don’t wanna see what the last year’s…
23030                                                                                                                                        @OMGitsfirefoxx @PayPal Love your handle btw
23031                                                         Check out Vintage 1982 Illco Knight Rider KITT Electronic Dash Lights Up See Photos Rare  https://t.co/bYHDHAQU3q via @eBay
23032                                                                       #Christmas Home for The Holidays Throw Blanket &amp; Pillow Set Christmas https://t.co/qBsZwUZh17 via @amazon
23033                                                                                                                                                 @Apple Jesus that's a terrible lie.
23034                                                                                                                      @FrancesRobles @facebook @declanwalsh 😢😭This story broke me.
23035                                                                                      My internet is out. thanks @ATT 🙄 I guess Netflix will have to wait and I'll get to cleaning.
23036                                        RT @rowast: RT @michellenichols: Jailed @Reuters journalist Wa Lone met his 11-week-old daughter for the first time… https://t.co/I6H1TkSnV3
23037                                                 Check out Basic Editions Womens Pink/Red/Yellow/Blue/Black/White Floral Shirt Top Size XL #Blouse https://t.co/l4BiKo7Ihw via @eBay
23038                                                                                                                    @Apple Liquid Retina is not a thing just because you said it is.
23039                                                                           Check out VTG 70s Joe Namath Arrow Collar Man 15 1/2 - 32 #Arrow #Disco https://t.co/LMjd6trlXc via @eBay
23040                                                                                                                                              Uh @amazon what was that charge? $9.99
23041                                                                                                          handmade dalmatian jasper beads necklace https://t.co/vBz9QpBxmT via @eBay
23042                                                       Check out I-J White Cushion 1.24 Ct Moissanite Engagement Wedding Ring 925 Sterling Silver  https://t.co/NGa1r3uihS via @eBay
23043                                                  Check out Badgley Mischka Kiara Peep-Toe Evening Shoes in Red Size 10M MSRP $245 #BadgleyMischka https://t.co/MSMEhYWxLk via @eBay
23044                                                                                                 Check out Panini Football 80 Stickers x18 -  LOT  https://t.co/vecIc6r5mz via @eBay
23045                                                                     @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO “Look at all my black friends!”    -Donald Trump Jr.
23046                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
23047                                                         Check out Black white kitten cat  flower  watercolor  ACEO original painting #Traditional https://t.co/hehyMBCXiO via @eBay
23048                                        RT @CELA_Lawyers: Big #GenderPayGap case advancing against @Google. [@CELA_Lawyers member Jim Finberg represents the plaintiffs.]  https://…
23049                                                                                             @MunazzarIqbal @Reuters @ReutersTV I bet they still have more toilets than your country
23050                                                              RT @Apple: iPhone XR. You’ve never seen anything like the all-new Liquid Retina display. It’s brilliant. In every way.
23051                                                                                       RT @Reuters: ICYMI: Newborn African serval triplets debut in Shanghai https://t.co/49AZxUi0Eh
23052                                                                                                           Check out Men's Asics GT-II White Size 7.5  https://t.co/5JNWOCBNLt @eBay
23053                                                             Check out UK 925 Sterling Silver Butterfly Ceramic Stud Earrings Jewelry Natural Handmade https://t.co/jeaDlckFiK @eBay
23054                                                                                     handmade wooden &amp; bright multi-color paper beads necklace https://t.co/jrtDbo20K6 via @eBay
23055                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
23056                                                                              Check out PINK RUBELLITE Tourmaline 14 K White Gold  3-stone Ring size 7 https://t.co/hwL1TPa87b @eBay
23057                                        @WPI_Lotito The Emma Coalition and @intel are undertaking critical work to ensure today’s youth can compete for tom… https://t.co/rer0IpLgvv
23058                                        RT @SAPSports: Check out the debut of @SAP powered live in-game data analytics at @ESLOne Hamburg 2018! Find out more: https://t.co/wpz2du2…
23059                                                                                     RT @Google: Here’s to first responders around the world who answer the call in times of crisis.
23060                                                                                                      @pastelandedge @adidas They were on the website Wednesday and now they’re gone
23061                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
23062                                                                                                                    howlite healing stone pebbles  https://t.co/TyZeZIKVU9 via @eBay
23063                                        @EconomicTimes @amazon @JeffBezos Hi Amit. Do u know that amazon is cheating to customer as I have order for 67k of… https://t.co/NOBZpXwDNW
23064                                                                        Check out  Merry Christmas Plate 1973  England Crownford China Co - CHRISTMAS  https://t.co/WcKNZc37Ju @eBay
23065                                                                                                                     @RealJamesWoods @netflix It is so leftist I had to turn it off.
23066                                                                              RT @Reuters: 'Multiple casualties' in shooting at Pittsburgh synagogue: police https://t.co/8ki90x2sW0
23067                                         #antique Check out VANDEK Handheld Car Vacuum Cleaner Automotive Bagless 12V with Carrying case Car #Case https://t.co/JvQNVNGo67 via @eBay
23068                                               Check out Women&amp;#039;s Basic Solid Sleeveless Tunic Swing Tank Top Tee Shirt Dress S M L XL USA https://t.co/g3KCptS7qC via @eBay
23069                                                                     RT @Benjamin_Arce: @ava @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO I wonder how many were paid?
23070                                        RT @MattStocker7: Love and Death at the Renaissance Fair  https://t.co/xzeKh5r1o7 via @amazon only 99 cents this week. #books #discounts #B…
23071                                                                                                                                      Score! GAME-ON @adidas https://t.co/tKu4KVEv4t
23072                                                                      Check out Ty Beanie Babies Squealer The Pig 1993 #TyBeanieBabies #BeanieBaby https://t.co/LhG32B5NqZ via @eBay
23073                                                  @JasonTLewisPHT @MKBHD @ZacksJerryRig @Apple U got me... havnt used delta airlines either so cant tell u how good or bad they are.
23074                                                                        Check out Monster Hunter Stories RIDE ON Otomon Soft Vinyl Series Tigarex  https://t.co/NfwWlM3DqD via @eBay
23075                                        @geauxboogaloo @Starbucks Contact Starbucks Customer Service if you feel that Starbucks isn't living up to your exp… https://t.co/0C5NILmVun
23076                                         RT @seeingdandy: Two of your favorites in one dandy deal @Walmart! Get details on the blog HERE: https://t.co/Ma54WNgO67 #ad #TridentVibes…
23077                                                                                                                   @iloveau33 @ESPNCFB @exxonmobil Hope you faired well in the storm
23078                                                                                                                                         @reeses @amazon #NotSorry Cups #Sweepstakes
23079                                                           RT @shirleyitsme18: This is incredible and right in my old DC neighborhood! Way to go @Starbucks. https://t.co/XkPzAx0Ilz
23080                                                                              RT @Reuters: 'Multiple casualties' in shooting at Pittsburgh synagogue: police https://t.co/8ki90x2sW0
23081                                                                                           @ArianaGrande @AmericanExpress why dont you come to stan discord? https://t.co/93Xqxz0uyu
23082                                                                                          Check out Local Pick Up Only Peace Snow Globe #Unbranded https://t.co/vdS0eBtohs via @eBay
23083                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
23084                                                                                                                                                             @Apple @MKBHD  that one
23085                                                              #eBay Thai Buddha amulet PHRA PID TA Close eyes brass statue protect evil harm 3 cm  https://t.co/ZpswUF2Nyd via @eBay
23086                                        RT @iAnkurSingh: Last month @facebook appointed a Congress stooge Ajit Mohan as its India Head and today he unpublished a famous RW page @r…
23087                                                            @M3RKJay @d_damno @TheCWSupergirl @ATT They don’t. It would be very nice if you would stop pretending I’m made of straw.
23088                                                       Check out Jadeite Green Glass Small Hobnail Basket in Excellent Condition #MidCenturyModern https://t.co/lovBlFTc6B via @eBay
23089                                  RT @GoldmanSachs: @BonJovi &amp; Dorothea Bongiovi on #hunger &amp; #homelessness with @JBJSoulFound at the #GSAM Symposium http://t.co/23y24qJ90l
23090                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
23091                                                                                                                              @reeses @amazon Reese's Pieces! #NotSorry #Sweepstakes
23092                                                   Check out the debut of @SAP powered live in-game data analytics at @ESL One Hamburg 2018! Find out more:… https://t.co/cgLXWDS7Ma
23093                                                                            Check out VINTAGE TURNER + 2 power MICROPHONE  TRANSISTORIZED SSB + 2  https://t.co/KqVBhIaRmY via @eBay
23094                                     @CLewandowski_ @Marriott @BMW That's awful. Must be really difficult &amp; sad to have lost 3 hours of your life while… https://t.co/2Z2FfKmRbH
23095                                         @MonkeyFunGod @netflix @Castlevania Wooooo ahaha cool ya coffee good sir... I've played a few of them. I was being… https://t.co/dBLzC8zTIg
23096                                               RT @VTGGoods: Check out Biography &amp; Classic Literature Audio Book On Cassette Tape Collection   https://t.co/FXQtaqQhpb via @eBay
23097                                                 RT @Reuters: ICYMI: The first African serval triplets born at the Shanghai Zoo are introduced to the public https://t.co/7j6XZodgG9
23098                                                 RT @Reuters: ICYMI: The first African serval triplets born at the Shanghai Zoo are introduced to the public https://t.co/7j6XZodgG9
23099                                                                                                                           @Starbucks I’m obsessed with your citrus defender tea 🍊❤️
23100                                        @D4VEH @Apple No phones which are water resistant will cover water damage under warranty as it’s not a manufacturin… https://t.co/egzhqO3Z6z
23101                                                                                 Emma's Dilemma: A tongue-in-cheek Gothic Romance by Donna Hatch https://t.co/oCvbd1ryTz via @amazon
23102                                                                      @reeses @amazon We're having Reese's Peanut Butter Cups with NASCAR Truck Series today! #NotSorry #Sweepstakes
23103                                       RT @Myallergyboy: Red alert 🚨 @Tesco have changed their cocoa powder. I’ve always always used Tesco cocoa for baking but it’s been out of s…
23104                                        @Reuters Concealed carry everywhere it's legal. Safety Book everywhere. Need to  be more proactive in preparing for… https://t.co/GMGcTXQh9a
23105                                                                                                                        @storybymichael @netflix It’s awesome me and Collin love it.
23106                                                                              Check out GLAMOUR GOLD 3.3 OZ EAU DE PARFUM  BRAND NEW! #GlamourGold https://t.co/GORVE9bDgx via @eBay
23107                                        @SouthernGirl_K_ @netflix It does have a darker side. It's pulled from the Chilling Adventures of Sabrina comics th… https://t.co/rhnSGNYlgw
23108                                                                                     @Reuters So bullets don't kill people I'm so confused guns are death don't get it twisted. ♥ 🙏
23109                                                                                                                   @reeses @amazon I'm having Reese's pieces! #NotSorry #Sweepstakes
23110                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
23111                                        @TEAM_MALEC_76 @netflix @FreeformTV @hulu @ConstantinFilm @FOXTV @ShadowhuntersTV @mmoszkowicz @CBC @PrimeVideo Ale… https://t.co/L2Klo0EEoW
23112                                                                                                                                      @adidas New Pick Ups ❄️ https://t.co/LkVbW9gZPj
23113                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
23114                                                                                                                        RT @sophsa: damn @McDonalds u freaky https://t.co/aaHhKM0Uiu
23115                                               RT @KozickyPeter: @LincolnsBible @Microsoft must drop Gab immediately. No US server should host them. This is unacceptable @BillGates
23116                                                                  Check out Sterling Silver Mexico Show Stopper Beaded 199g Necklace   CAT RESCUE  https://t.co/WixDl57eft via @eBay
23117                                                                                                                                           @CLewandowski_ @Marriott @BMW No spare???
23118                                        RT @KristyPuchko: Also. How has @netflix failed to team with @HotTopic for a #ChillingAdventuresOfSabrina fashion collection? These lewks a…
23119                                                                                                                            @LeaMichele @druidDUDE @netflix Amm can I love you more?
23120                                        @Michele03886282 @Duffy_1958 @OliverMcGee @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO @amazon I’m Bl… https://t.co/qDM4IJFBXi
23121                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
23122                                                                 Seen at @Starbucks in Mililani. Looking forward to seeing what this is about. #anticipation https://t.co/QFGv58y53D
23123                                                                                                         RT @father: smh @netflix been fuckin trippin lately https://t.co/SwiJFdRKik
23124                                                                                                  @ATT you guys should consider coming to Africa because this is totally ain't it 😪
23125                                           @Alkhaldi9999999 @realDonaldTrump @VP @CIA @FoxNews @TIME @nytimes @WSJ @USATODAY @Reuters @CNN @ABC @ABCNetwork… https://t.co/FBSNPz9Pmy
23126                                        @Walmart My 1st online shopping experience with Walmart. I placed an order 9/20 I received my other items on time b… https://t.co/InNpB0gVEV
23127                                        @k05m1cg1rl @facebook I’m so sorry. They’re useless! I’m thinking I’ll have to contact my lawyer as well. I hope yo… https://t.co/995EANhZGw
23128                                                                            @eBay got a picture of carol pingrey dressing as jill valentine from resident evil in a blue battlesuit.
23129                                        @easyJet how do I book passenger assistance please? My wife has recently had a full knee replacement and even thoug… https://t.co/ukMpMVN4o5
23130                                        RT @Reuters: WATCH: Hi-tech peer-to-peer networks let Nigerian farmers log on for cash https://t.co/Qwgbchrtzx via @ReutersTV https://t.co/…
23131                                        RT @PENamerican: Today our 2018 #FreedomToWrite awardee and @Reuters journalist Wa Lone met his daughter Angel for the first time. He has m…
23132                                     RT @ibselling4u: Check out Vintage 1930 Nancy Drew- The Bungalow Mystery Carolyn Keene 1st ed glossy b&amp;w  https://t.co/HAkimJW4Zk via @eBay
23133                                                          Check out Northern Cardinal BIRD Original Painting Birds  mixed media painting art OOAK  https://t.co/Wq5fuICQaJ via @eBay
23134                                                 Check out New Sealed in Box Madonna Truth or Dare EDP Eau de Parfum Perfume Spray 1.7 oz #Madonna https://t.co/K24zGkVf85 via @eBay
23135                                                 Check out New Sealed in Box Madonna Truth or Dare EDP Eau de Parfum Perfume Spray 1.7 oz #Madonna https://t.co/K24zGkVf85 via @eBay
23136                                                 Check out New Sealed in Box Madonna Truth or Dare EDP Eau de Parfum Perfume Spray 1.7 oz #Madonna https://t.co/K24zGkVf85 via @eBay
23137                                                  Check out TanJay NWT Womens Light/Dark Purple Plaid Lined Wrap Around LOOK Skirt Size 12 #TanJay https://t.co/irVnlwjItx via @eBay
23138                                                                                                                           @tomsegura Better be working on another @netflix special.
23139                                                                                      @sianmcpartland @ASOS @ASOS_HeretoHelp that’s so nice of them! I’ve had issues like that too🙃
23140                                                                                          @netflix are there the same amount of shows in Thai Netflix as there is in the US version?
23141                                                     Couldn’t take my eyes off magnetic performance by @jfreewright in #HoldTheDark on @netflix. #CheckItOut https://t.co/6qZP7GfNxt
23142                                                       Check out LOL SURPRISE! BLING SERIES DOLL BALL! CHRISTMAS 2018 AUTHENTIC MGA - SHIP TODAY!  https://t.co/IvM6YXWfi0 via @eBay
23143                                                                                                                      RT @SmokeDaDon__: The Red iPhone XR Is Pretty Dope 🔥🔥 @Apple
23144                                        RT @nonon_sensei: #Castlevania was amazing. I want to thank @SamuelDeats @SpencerWan @netflix @powerhouseanim @FrederatorS and everyone who…
23145                                        RT @IIoT_World: The future of #manufacturing - A world made of speed at #websummit @Siemens https://t.co/erFMVpR2jy #SIELX #IIoT #smartmanu…
23146                                                     RT @slpng_giants: @YesYoureRacist And looking the other way while giving them a platform like @twitter @reddit &amp; @facebook.
23147                                                                                                                           @Reuters Stop using Khashoggi’s death for your dirty game
23148                                                                                                                                              @Google @mmoneydmusd check this out...
23149                                        RT @VenusEnvyDrag: I straight up sat at @Walmart for an hour and a half longer than I had to because they never called me when my car was f…
23150                                        Read about the mobile @IBM training centre that will tour the USA and Europe to equip a global audience in the figh… https://t.co/O9rmgcJSE6
23151                                                       I love my German Shepherd Dog t-shirt Carol's Gift Shop Designs https://t.co/8YPETdmpoh via @amazon #GermanShepherd #doglover
23152                                                            @RaymondW21c @CompletelyFound @KaapDeyaa @Reuters You’re a complete idiot.  What a waste of precious oxygen.  Seek help.
23153                                                        Love me love my Labradoodle dog t-shirt Carol's Gift Shop Designs https://t.co/quOMUib0Ao via @amazon #Labradoodle #doglover
23154                                                  TAKE ACTION: email @amazon executives and tell them to clean up the sexually graphic content available on… https://t.co/XdjogM6z4V
23155                                                     Just opened a bank statement and bro I've been spending spending 😭blame @target @bathbodyworks @Postmates @amazon send help 😩
23156                                        There is no #CBSWeekendNews broadcast on local @CBS stations both East and West coasts tonight due to an @CBSSportd… https://t.co/9mNIzKW6Y8
23157                                                       Check out RARE TAJADERO AXE-MONEY PRE-COLUMBIAN ERA  AZTEC HOE MONEY LOT#2 5 1/4''x 6 1/8'  https://t.co/EvQGUmpiGL via @eBay
23158                                                  Check out 15cc BETADINE Solution Povidone-Iodine First Aid Antiseptic Wound 12 Bottles #BETADINE https://t.co/XRg8RtvaCK via @eBay
23159                                                                            Check out Local Pick Up Only Fancy Cats Salt Pepper Shakers #Unbranded https://t.co/4RRVbi6ggt via @eBay
23160                                                                                                                  @gallaghermike @Nike Throw em in the wash and get a 90-day reboot.
23161                                                       Check out Set 2 International China Stoneware Cereal Soup Bowl Japan Geese Lamb Bird Japan  https://t.co/CRB12Gri1v via @eBay
23162                                                                       RT @Reuters: Gunman targets Pittsburgh synagogue in 'hate crime;' eight reported dead https://t.co/lEYYMpKOcb
23163                                                                                                                                  @netflix @hasanminhaj @tanfrance I love these two!
23164                                                                                                        Trappin in the pulpit by Lawrence gordon https://t.co/ztYJU2IKiD via @amazon
23165                                                    Check out Icy Rabbit Hoodie Black size Small Hooded Sweatshirt Box Logo #IcyRabbit #GraphicTee https://t.co/dtcYUftBmF via @eBay
23166                                                                                                      RT @BMW: Sleek and seductive. The #BMW #7Series Sedan. https://t.co/b5vuQQdkqi
23167                                    @fraziersamy @Reuters Turkey is killing yazidis and Kurds in afrin. The entire MSM is silent. UN &amp; UNHRC is a joke.… https://t.co/SQ0nzeyDPM
23168                                                                       @slpng_giants @MaraWilson @stripe @PayPal So @stripe is a fan of nazi terrorism then? What about you @PayPal?
23169                                                @CNNISFAKENEWS3 @MarquisHorace @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO Looks like Kanye got a new Twitter handle.
23170                                                                                                                  @CLewandowski_ @Marriott @BMW Learn how to change a tire...really?
23171                                        @nextofficial after purchasing a maternity dress two weeks ago and not recieving any confirmation email you’ve take… https://t.co/LIzIZGTfOE
23172                                                                                                                                           @silveratasuke @Apple They’re all useless
23173                                                                    Just nipped to @Tesco for some Parmesan ....£50 later unpacked the shopping and completely forget the Parmesan😳
23174                                                         Check out ALPHA FLIGHT 112 Infinity War crossover 1992 Vintage COMIC BOOK Marvel Comics   https://t.co/fX0pY5FBXX via @eBay
23175                                                          @UKenyatta so ur agenda 4 when even when ur fellows cannot deliver tokens very annoying @citizentvkenya @smusyoka @Reuters
23176                                                  Check out CACHE Small black knitted bridesmaides formal evening cocktail dress retail $200 #Cach https://t.co/aDGq0aJYQI via @eBay
23177                                        Hey @DisneyStudios @Disney @WaltDisneyCo Since the wife beater #JohnnyDepp is out can we get a real hero in the rol… https://t.co/oPHYfqfiem
23178                                                                                                        @netflix put The Grimm Adventures of Billy and Mandy on that hoe. Thank you.
23179                                             Check out Bath and Body Works Birch &amp; Argan Oil Fine Fragrance Mist Body Cream New #BathBodyWorks https://t.co/W252B6rsSI via @eBay
23180                                                                                                                                                            @Reuters Lol what a tool
23181                                                                                                                            @KennethPara @ArianaGrande @AmericanExpress Soon my dear
23182                                                                                                                    Me waiting on @netflix to addBbig Hero 6 https://t.co/pRHJSwPOh3
23183                                         @CCCALLC13 @bennyjohnson @SonofLiberty357 @CNN @MSNBC @ABC @CBS @FoxNews They already did. But you don't watch the… https://t.co/1Ho87Zacx1
23184                                                                       Check out Decorating with Candles:Accents Throughout The Home Country Living HC https://t.co/PsXQJdTFiY @eBay
23185                                                                #newyear Check out Zippo Harley-Davidson Eagle Wings Pocket Lighter - NEW #newyear https://t.co/G8SMRJtofz via @eBay
23186                                                                                                                                 @ArianaGrande @AmericanExpress Come to England 😩😩
23187                                                                                                                                   @MintayoFortnite @streamlabs @intel I believe Pog
23188                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
23189                                                                        RT @kiddeux_: @Jonathan_Toast @netflix @hasanminhaj @tanfrance or a podcast??? the possibilities are endless
23190                                        The question of the day: @NBC @CBS @abcnews @CNN @jaketapper @msnbc @cnbc who died and make Farrakhan a saint in th… https://t.co/TU23iwCKND
23191                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
23192                                  RT @missmary88: More Lucy Preston(s) at @comicconla ahhhhhh ❤❤❤❤❤😍😍😍😍😍😍 #Timeless #SaveTimeless @Sony @SPTV @laura1865s @SaveTimelessHQ @ab…
23193                                         @netflix Someone hack my account and the Netflix support team say they can't do anything about it. Who can help me… https://t.co/rAMZSnIYKz
23194                                                                       RT @Reuters: Iran parliament approves new economy minister ahead of new U.S. sanction https://t.co/sFCWUi2cfL
23195                                                                                             @gavincio @netflix I'm currently watching the new 'Sabrina' witch show. Not bad at all!
23196                                                                                                                                             @Reuters Putin isn’t as tall as he acts
23197                                      RT @Aimee_Garcia: The Devil ... and God jam session PART 2 @tomellis17 @RobBenedict #Lucifer @netflix @cw_spn 😈🙏🏽🤗 https://t.co/ulsa544DKA
23198                                                               Check out Marcel Dionne 1974-75 OPC  Detroit Red Wings HOF #72  NM #DetroitRedWings https://t.co/RBz23JppQi via @eBay
23199                                                        Check out Vtg General Electric GE Portable Cassette Tape Player Recorder Model 3-5151B #GE https://t.co/2OOWnplbHH via @eBay
23200                                                                                            @McDonalds why does it take 20 minutes to get 2 sandwiches and 2 fries. Get it together.
23201                                        @Cisco is on its way to impact one billion people by 2025 with their support to the Anudip foundation. By empowerin… https://t.co/IJ0xVAbo4j
23202                                        @SabineZentis @RippleCreekNW @Adobe @LonghornOffice @ChasSutcliffe This boy is mine and accompanies me a lot when I… https://t.co/OOgK3GFxXJ
23203                                        @Tellall2012 @VP @POTUS Migrant caravan members reject offer to stay in Mexico. Anyone surprised by this? https://t.co/Dt1AVAlnvP via @Yahoo
23204                                                                                  Check out The Haunted: Hells Reach (Windows pc game) NEW SEALED  https://t.co/EVlu4fKCjy via @eBay
23205                                                                                                                            @reeses @amazon Reeses nutrageous #notsorry #sweepstakes
23206                                                                                                                    @GravXReviews @hawk56741 @NeelS7 @oneplus @Apple No they cannot.
23207                                        RT @Siemens_Energy: Fast #gridaccess with mobile #substations from @Siemens. Get your own #energy highway. https://t.co/xoHH1yHP2c https://…
23208                                                              RT @Apple: iPhone XR. You’ve never seen anything like the all-new Liquid Retina display. It’s brilliant. In every way.
23209                                                                                                                                             @CocaCola @davidpollack47 Why not both?
23210                                                         Check out my Chicago White Sox Hawk Solo Ken Harrelson Star Wars Bobblehead Figurine Baseball https://t.co/22EMNCq3um @eBay
23211                                        @coleseely14 @TroyLeeDesigns @adidas This is the best thing Troy has done since MC’s lamp shade lid... ( probably n… https://t.co/fL3dlA3iMr
23212                                                    @glenndphilp @Microsoft I'm impressed you still have them all. I sold most of mine off except for the HP Elite x3 and Lumia 950.
23213                                        RT @ava: @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO Damn. If that’s the largest ever I don’t wanna see what the last year’s…
23214                                        Join us on Oct 30th when we chat with @DebbyGiusti on our #HarlequinConnection @facebook page about her latest rele… https://t.co/BUROUV4byU
23215                                        RT @BilalS158: My first book - #TheBardOfBlood is going to be a @netflix series soon. This would not have been possible without Mr @_Gaurav…
23216                                        RT @TheOfficialA7X: Thanks @Disney for inviting Zacky Vengeance to participate in the #Nightmare25 festivities at the Hollywood Bowl. https…
23217                                                        Check out Embossed Galvanized Metal PIG Wall Art*Primitive/French Country Farmhouse Decor  https://t.co/dZov4hBKYc via @eBay
23218                                        RT @Oracle: The process for personalization is made really easy for partners to run Oracle campaigns with @zift. You can see what prospects…
23219                                        Ok @amazon can you please stop using @USPS to deliver? They for some reason no longer bring the packages to your do… https://t.co/oZaFqQ7BP9
23220                                                                                            RT @BellaHolla77: @DonnieWahlberg @CBS Dang ! Almost forgot it’s Friday ! 😬 #BlueBloods
23221                                                                         RT @erinjane31x: @DonnieWahlberg @CBS Can we be back on the boat watching it with you on the lido deck 💙💙
23222                                                                                RT @Reuters: Central American caravan moves on in spite of Mexico jobs offer https://t.co/jwes4Hv8rw
23223                                        RT @SystemSafetyPro: Please RT to ask @amazon why they are allowing this kind of obvious hate to spread on their shopping site. https://t.c…
23224                                        RT @TheOfficialA7X: Thanks @Disney for inviting Zacky Vengeance to participate in the #Nightmare25 festivities at the Hollywood Bowl. https…
23225                                                                                                                  RT @stephspencer: @DonnieWahlberg @greekpeace @CBS I'm working! 🙄
23226                                        RT @eBayROCteam: Polo Ralph Lauren Blue Long Sleeve Pima Cotton V Neck Sweater XXL Embroidered #VNeck https://t.co/67gQgMl3Ru via @eBay @ma…
23227                                                                                     Check out Matilda Jane Girls Tween Size 12 Picking Flowers Dress  https://t.co/jtLuXuyHnm @eBay
23228                                                                                           RT @Reuters: WATCH: Triplet African servals debut at Shanghai Zoo https://t.co/tibQaPieO3
23229                                        RT @ESales_Hottie: Just saw this on Amazon:  #Lego Dimensions #BacktoTheFuture Bundle... for $59.99 https://t.co/wkfAHdL99s via @amazon htt…
23230                                                       Check out Victorian Sardinian Red Coral Carved BIG Brooch Pin Rose Angel 14K Perfect c1860  https://t.co/HTAlcuK2Le via @eBay
23231                                        RT @EdenTrainingUK: We are so happy with our new website we are running a #competition! For a chance to win a £50 @amazon voucher / @Love2s…
23232                                         Just saw this on Amazon: Amazon Essentials Men's Standard Crewneck S... by Amazon Essentials for $18.00 https://t.co/rUJuyx9YQM via @amazon
23233                                                           @ATT   I had signed up for directtvnow through my roku device and then cancelled during the free… https://t.co/tvCQBJPCGI
23234                                        RT @iAnkurSingh: Last month @facebook appointed a Congress stooge Ajit Mohan as its India Head and today he unpublished a famous RW page @r…
23235                                        @_surrender_x @CostaCoffee @StarbucksUK @Starbucks I’ve been sporadically avoiding Costa thinking “I’m being too pi… https://t.co/EKVru2KMsE
23236                                                                                 RT @Reuters: Pittsburgh synagogue suspect has history of anti-Semitic posts https://t.co/nPV0S1Uq5d
23237                                        RT @365Black: Your best friends are here! @FriendZonePod and they are with @McDonalds TJMS scholarship winner Brea Williams #HBCUnion #Magi…
23238                                                                                                        RT @slpng_giants: CONFIRMED: @PayPal has banned Gab. https://t.co/IKbswcE1SU
23239                                                           @easyJet second night in a row delayed from Alicante to Bristol...any explanation?? Also delayed to Luton. #notgoodenough
23240                                                                                                                                                   @Isobella35 @Tesco Bloody Brexit!
23241                                                                                     RT @herbalgirl98: Check out 5” Heavy Glass Tobacco Pipe Red Swirl https://t.co/2442j6i20O @eBay
23242                                                                                         RT @Reuters: Gunman targeting Jews kills 11 in Pittsburgh synagogue https://t.co/TLVZJffEYS
23243                                          RT @pinkpretty16: Check out Joan Rivers Women's Size 12 Mulberry Double Breasted Water Resistant Trench Coat https://t.co/jTsJ8Hbt8I @eBay
23244                                                                 RT @kaosonia: Check out Sterling Silver Large Snowflake Charm - Christmas Charms  https://t.co/P5Bp4JiGdi via @eBay
23245                                        @RealJamesWoods @netflix My hubby and I just finished watching it.  Truly nail biting all around terrific thriller.… https://t.co/wZmFSmAXNx
23246                                        @Jeff123524 @AnimeNoel @SenranInterAcad @Sony I know that. I will pick up as many uncensored Japanese PS4/Vita game… https://t.co/1Hke1SdMXS
23247                                         RT @salesforce: This week marks #ProBonoWeek! CEO @drewhouston says @Dropbox is giving employees space and support… https://t.co/cAMoTQeeEh
23248                                                                                                        RT @slpng_giants: CONFIRMED: @PayPal has banned Gab. https://t.co/IKbswcE1SU
23249                                        @Cisco is on its way to impact one billion people by 2025 with their support to the Anudip foundation. By empowerin… https://t.co/J9KrY5DJSz
23250                                                Check out Celtic Necklace Silver Triskele Knot Jewelry Handmade NEW Fashion Women Chain  #Handmade https://t.co/eBiCnCHctu via @eBay
23251                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
23252                                        @VerizonSupport @verizon why do I have full bars and LTE and I’m in one of the most connected cities in the world (… https://t.co/DhedIobcHc
23253                                                                 @Reuters Hahaha. But they can’t actually be priests right because god likes people with dicks more for some reason?
23254                                        RT @Reuters: ICYMI: Buyer of winning Mega Millions ticket beat the odds of 1 in 303 million. More in this week's ICYMI playlist via @Reuter…
23255                                        RT @MUvseev: #XenaRevival we need #Xena and #Gabrielle back @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @Uni…
23256                                                                                                          @JaredBeck @getongab @facebook @Twitter They sure allowed Slime Farrakhan.
23257                                                                      XL 14 NWT White knit Lace Layering Tunic Tank Top Women's Plus Size Top Extender https://t.co/1zlR6Dv4KX @eBay
23258                                                                                                        RT @slpng_giants: CONFIRMED: @PayPal has banned Gab. https://t.co/IKbswcE1SU
23259                                        RT @JQStandLeague: @CESTANDleague @LolaTV8 @BPSTANDleague @LeahRemini @MikeRinder @Disney Yeah! Confirmed even by her own former go-to-guru…
23260                                                         #nature Check out Zippo Lighter - NFL Throwback Chicago Bears Satin Chrome  - NEW #nature https://t.co/E36jaRLIZe via @eBay
23261                                                                                                       @espn @exxonmobil @49ers you want that DE? Well here he is ... 2019 NFL Draft
23262                                        Why does the @Starbucks on 5th always take forever? Been sitting in the drivethru for a good 10 minutes and haven’t… https://t.co/oG7Z7JZERa
23263                                                                                                                                    @Reuters Why? Hasn’t Pittsburgh suffered enough?
23264                                         The object tracking on the @Google #Pixel3 is like nothing I have ever witnessed before. It's quite amazing. Keeps… https://t.co/adwLQL4ppY
23265                                                                https://t.co/z4nA9mkZnp: Buying Choices: Shook One: Anxiety Playing Tricks on Me https://t.co/GifRVBXB0x via @amazon
23266                                        RT @jurassicpork59: Newsflash: @Microsoft is fascist and antisemitic and here's the proof: https://t.co/Bl4B571THu Pittsburgh #synagoguesho…
23267                                                  Check out Fleur de Lis Bracelet Silver Jewelry Handmade NEW Accessories Fashion Chain  #Handmade https://t.co/L74TOxhus3 via @eBay
23268                                        RT @Reuters: A new alliance? China and Japan meet for first time in seven years at historic Beijing summit https://t.co/3G7zyTTHNh via @Reu…
23269                                                                                                      The Creepy Line Prime Video ~ COLLUSION!!! https://t.co/zz9C4gen2b via @amazon
23270                                             I just bought: 'Fallout 76: S.*.*.C.*.*.L. Edition (Exclusive to Amazon AU) (Xbox One)' by Bethesda via @amazon https://t.co/jEwCh7xDza
23271                                                    Check out Schumacher SEM-1562A-CA 1.5 Amp Speed Charge Battery Maintainer #Schumacher #Battery https://t.co/IYQgzCjleZ via @eBay
23272                                                                    @DesignationSix @FoxNews @Nestle @Butterfinger @NestleRaisinets Those have never been on my grocery list anyway.
23273                                                       @duseanjohnson @t_money23 @MikeTaay @souljaboy @Apple It’s not bad to stream on but GODAMN  HELL THE FUQ NOT MEANT FOR GAMING
23274                                               @magnusandalec_ @netflix @AmazonStudios @PrimeVideo @ConstantinFilm @mmoszkowicz @OliverBerben @reedhastings… https://t.co/66L7ZDjhiW
23275                                                  Check out SO Women's Sz M Medium Brown Fitted L/S Casual Thin Knit Top #A35 #SO #KnitTop #Casual https://t.co/JSZaioQd3d via @eBay
23276                                                                                                                     RT @Ruzia51Marks: @TonyDanza @netflix Yes when is next season??
23277                                                                                                                        RT @sophsa: damn @McDonalds u freaky https://t.co/aaHhKM0Uiu
23278                                                                 Nearly lost control of my car on the interstate due to poor auto work by @Walmart and now I'll NEVER use them again
23279                                                        Check out Genuine Copper Craft Guild / Corning - Tea / Coffee / Carafe / Tilting Pitcher   https://t.co/Y2KHCU19Uu via @eBay
23280                                                                                                                               Does @McDonalds even have ice cream machines anymore?
23281                                                 Check out Skull Necklace Sugar Pendant Day Dead Silver Chain NEW Jewelry De Los Muertos #handmade https://t.co/J4xzRUo74Z via @eBay
23282                                                                                                         @Ryanair I have a question. Why do you gutless cowards protect racist pigs?
23283                                           @haykeyy @tortaellino @Apple @LGUS @SamsungUS @ZTEPress @Springirl9 @litforkpop Lmao no I've just heard it's really crackhead up in there
23284                                                                                                                                                Yo ... #BlackList on @netflix tho 😱
23285                                                          #style Check out Zippo Lighter - Harley Davidson - H-D Wings - Live to Ride - NEW #style https://t.co/kxJSSqkvkq via @eBay
23286                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
23287                                        RT @lift_and_thrift: Check out Stacy Adams Dress Shoes Dayton Mens Oxfords Wingtip Leather 00605-21 Size 9 EUC https://t.co/XMnVLWuhvC @eBay
23288                                                                                                                           RT @OHB1996: @slpng_giants @amazon @amazon what the heck?
23289                                                 RT @SusieQ19622: Check out Roseart Masterworks Ted Blaylock Headin' Thru the Ozarks 1000 piece Puzzle https://t.co/rWZebAp0LZ @eBay
23290                                                                  Check out JAPAN occupation WWII Military picture postcard Rennel Island Solomon  https://t.co/FE8lKvkvD5 via @eBay
23291                                                                                                                      Check out my listing @eBay - https://t.co/ANSvtEyFxK via @eBay
23292                                         RT @Apple: Join us on 30 October at 2 p.m. to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https://t.c…
23293                                                                                                             @netflix getting into the spirit of the season. https://t.co/9ksy98WCjG
23294                                             RT @mcbyrne: Why did it take a mass murder for @PayPal to ban @getongab? Why hasn’t @TwitterSupport banned Gab? https://t.co/aXkNapTNMu
23295                                           RT @DonFi4o: Check out Vintage Resin Figure Valentino by Miriam Rare Capodimonte Style Sculpture Italy  https://t.co/ECR9j6jvlE via @eBay
23296                                        RT @FranBarreraReal: @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO Excellent - thank you - beautiful right minded enthusiastic…
23297                                        RT @sabeautysupply1: Pink Jeans For Girls Carhartt Size 10 https://t.co/xaNIrNWOXI @eBay #ebay #ebayuk #ebaydeals #ebayShop #fashion #fashi…
23298                                                                                                2004 Annalee Halloween Witch w/ Broom Mouse #ebay  https://t.co/xUYfGyQplu via @eBay
23299                                         RT @Disney: Get a behind-the-scenes look at the fashion of Disney’s @TheNutcracker and the Four Realms in this all new featurette. See the…
23300                                                                                                                         @champagnemami59 @facebook Like I am FINE lmao Jesus Christ
23301                                                              @Jali_Cat @gr8tjude_08 @Twitter @jack @TwitterSafety @facebook Isn't it pathetic to see a scumbag like this on Twitter
23302                                                                                                                    @demicamilafairy @netflix so the other girl is a bowling pin lol
23303                                        RT @maatathena: @TVietor08 @facebook Facebook wouldn't let me promote a GOTV music video I made because it had the iconic image of John Lew…
23304                                                          @H_Combs @netflix I find this to be 100% true!! You taught me so much growing up!! Thank you for all that you taught me!!!
23305                                        @ScienceDrummer @Here4Not @crypticgames @getongab @PayPal Except Gab (Torba) is an actual neo Nazi who posts anti S… https://t.co/ci61g9o1NI
23306                                        @facebook @Coil I will pay $0.01/month for my FB page if they integrate Coil web monetisation. It would be worth th… https://t.co/BNewbA37IE
23307                                                                                  RT @dancinglizardd: hey @netflix add Drake and Josh so we can all just ... https://t.co/gbocfPpWRI
23308                                                                                                                                                             @Microsoft shame on you
23309                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
23310                                                        Check out Lauren James Love Me Some Texas Hot Pink Lovely State T-Shirt Size Small #TShirt https://t.co/F7U5cUJuJp via @eBay
23311                                                                                                                   @reeses @amazon The original REESE’s cups! #notsorry #Sweepstakes
23312                                                 RT @SMichaelDesigns: S.Michael Designs Stainless Steel Heart Dangling Earring S.Michael Designs https://t.co/yuaUKLE8YX via @amazon
23313                                                                                                   help me understand how i pay my bill n my phone still say no service 🤦🏽‍♂️ @Apple
23314                                                               Check out STUDY OF A NUDE SUZANNE SEWING  PAUL GAUGUIN FINE ART  8X10 Poster Print  https://t.co/JGZZTq3P4K via @eBay
23315                                                                                                                 @ZachParent20 @FortniteGame @Xbox @Android @Google Dm me your info!
23316                                        RT @dodomesticdad: The new @Google #Pixel3 phone from @BestBuy has an amazing camera  and unlimited free storage so you can take all the pi…
23317                                               Check out Montblanc Carbon Fiber Starwalker Black Fineliner/Rollerball Pen Mint Condition https://t.co/fISgpcPEnv @eBay GREAT DEAL 🔥
23318                                                                                                                Check out Dining Table &amp; 4 Chairs  https://t.co/bUdUd8igd4 @eBay
23319                                        @Reuters @DavidAndelman || IRAQ || 🔻An officer in the Federal Police intelligence was killed along with one of his… https://t.co/5qUiINGZTb
23320                                        RT @ColombiaEmbUSA: Ambassador @PachoSantosC met @b_huseman Vice President for Public Policy of @amazon. They talked about opportunities fo…
23321                                        RT @DesignationSix: Here are some @Nestle products that advertise on @FoxNews They are tagged so they will get notified for each LIKE RETWE…
23322                                                 Check out Hot Wheels - Lamborghini Gallardo LP 570-4 Superleggera - Retro - Forza - #1 #HotWheels https://t.co/dL9GVPc54a via @eBay
23323                                                             Free shipping American Eagle Outfitters Distressed Denim Jean Tote Bag White Painted Logo https://t.co/3CLpACgxrC @eBay
23324                                                                                                                                                          We are with @GM and @Honda
23325                                                                                                     RT @FrankiemaeT: Check out my listing @eBay - https://t.co/cwp92zSlm1 via @eBay
23326                                        @davebax1974 @Lukejameshill @stamford4 @Apple After December what’s the charge going to be pls? Just discovered min… https://t.co/QkhNLTnUZ6
23327                                        RT @DesignationSix: Did you know that @ProcterGamble advertises on @FoxNews ? Here is a list of their products. They are tagged so they wil…
23328                                                                                                 The Chilling Adventures Of Sabrina is a must Watch on @netflix!!! Y’all did great!!
23329                                        RT @DesignationSix: Here are some @Nestle products that advertise on @FoxNews They are tagged so they will get notified for each LIKE RETWE…
23330                                        @Alt_Informant @Walmart @WalmartInc I get it. Im lucky to have options. I have found them to longer be the cheapest… https://t.co/9mhFJ7ybuX
23331                                                                                                                     @TMobile needs to spend some money tonight. Lets go boys #HR4HR
23332                                  RT @missmary88: More Lucy Preston(s) at @comicconla ahhhhhh ❤❤❤❤❤😍😍😍😍😍😍 #Timeless #SaveTimeless @Sony @SPTV @laura1865s @SaveTimelessHQ @ab…
23333                                                                                    RT @Starbucks: @idalia_Concept Have you tried the Witch's Brew Frappuccino and broken the curse?
23334                                                Check out 14 K Yellow Gold Australian Black Opal Gem Grade Triplets 8x6 mm Drop Earrings #Earrings https://t.co/32M2TicpON via @eBay
23335                                                                          Hand-Made Anodised Aluminium Chain Maille &amp;amp; Crystal Earrings Set https://t.co/EUNpPYjGNA via @eBay
23336                                                                                             Fuck you @ATT and your shit ass service been screwing me over sense I started with you.
23337                                                                                 Check out Nike Dri-Fit Women’s Blue Patterned Shorts Size S #Nike https://t.co/zNEjSSMW0H via @eBay
23338                                                                                                       @edgeofsweetener @ovofentyswift @PopCraveNet @netflix in the zone = blackout.
23339                                                                                                    @ThePoppyWay @netflix @CW_Riverdale Genuinely upset that Salem isn't talking rn.
23340                                        RT @DesignationSix: One of the advertisers @FoxNews is @Nestle. Here are some of their products.They are tagged so they will get notified f…
23341                                                                      Check out 1942 UN PESO CAPS AND REYS FROM MEXICO .072 PURE SILVER XF TO UNC  https://t.co/QbKst9F4De via @eBay
23342                                        RT @CatamyKX: We’re at @GeekGirlCon to talk about the incredible work that @Microsoft and @Xbox do to advocate for #GamingForEveryone! http…
23343                                        @eBay You guys need to rid your site of the crooks that are trying to rip people off. I see stuff ALL THE TIME bein… https://t.co/Tq2cbk83kp
23344                                                         Check out Old Treasure Antique Bike Horn No. 05267 Rare With Japan Made Clamp Works Well  https://t.co/iaBffNXkmZ via @eBay
23345                                                                                                          @Honda see all information below. Last visit to dealership was 10/24/2018.
23346                                                                                                                                        @Jalesia_isQUEEN they the real MVPs @TMobile
23347                                        @ScottGray1959 @Jimmyjawn32 @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO You're entitled to your opin… https://t.co/IgC8HNibKt
23348                                                Your future DOES Depend on it. @YouTube @instagram @MeTooMVMT @MTV @Google @facebook @OhioState @TempleUniv… https://t.co/u5eMBvG9hd
23349                                                               RT @LornajaneCosign: 2010 Hallmark Animal The Muppet Show keepsake Magic Ornament   https://t.co/12Irq30hbM via @eBay
23350                                                        RT @EvaKareraXStar: Check out Pornstar Eva Karera Multicolored Dress With Autographed Picture  https://t.co/kBiIKGpNpB @eBay
23351                                                                                                                                         @slpng_giants @NoraReed @PayPal Interesting
23352                                                                                                                                   @reeses @amazon #NotSorry #Sweepstakes  CUPS!!!!!
23353                                                                                                  RT @peridotimpress: Check out my listing @eBay - https://t.co/QrU6c4q0D3 via @eBay
23354                                        RT @Avant77: @andrewcurryla @getongab @Microsoft Can we get a statement from Microsoft and @BillGates that they support the actions of Gab?…
23355                                                                                                                          @molly_713 @gothfruits @netflix I CANT RETWEET THIS ENOUGH
23356                                                            RT @LornajaneCosign: Tommy Hilfiger Crossbody Shoulder Bag Red White and Blue Striped  https://t.co/fkUDrDXv23 via @eBay
23357                                        @MarquisHorace @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO Youth ages 15-35. Attendance is free.  Lo… https://t.co/tNVZylIC2s
23358                                                                                                              @reeses @amazon The Original Peanut Butter Cups #NotSorry #Sweepstakes
23359                                                       Check out Indian Handmade Yoga Bag Mandala Cotton Gym Mat Carrier Bags With Shoulder Strap  https://t.co/xwj2Vzx0Ht via @eBay
23360                                        @Walmart i have never been so disrespected by a team member. Not only was i laughed at then as i walked away i hear… https://t.co/kjfUdcKQTI
23361                                                                    Check out Dr. Rabbit's World Tour sponsored by 1998 Colgate-Palmolive Co VHS - NEW https://t.co/Mir7vUaMh9 @eBay
23362                                         Enjoyed #caos on @netflix @NetflixUK except the #goonies it’s the only thing I’ve watched today. Production design… https://t.co/LS7Zc3dVO7
23363                                         @Microsoft @SpirosMargaris I just found out a couple of days ago a social network called GAB. This  is a far-right… https://t.co/UXNMdHQUXW
23364                                    @CrystalDani_ @heatherngirls12 @facebook Thanks @facebook for giving my friend back her precious Memories &amp; Picture… https://t.co/ffgsmwO03K
23365                                                                                 There's not a 'Free Market' in technology services.  If @Google opposes something they can stop it.
23366                                                                                                                                @Collider @netflix Omg there's more?! I'm so excited
23367                                                                                         RT @NEclha6420: @TMobile @TeamRubicon #RedSox hit #HR4HR in the 8th https://t.co/zgkkRPFsch
23368                                        RT @almostjingo: Odd that @PayPal has no problem partnering with Cuba but apparently has a huge problem with free speech? See @getongab the…
23369                                                                          “I’m going to deactivate the potato now”- Chef vs Science on @netflix is providing the good stuff tonight.
23370                                                                                                                                            @StarkyRed @netflix Omg i deserve better
23371                                                                                                               @stacysays @netflix thats what happens when your a minecraft youtuber
23372                                                                RT @ourtruecrimepod: @CrimeSphere @CriminologyPod @netflix I can’t wait to hear what you all have to say about this.
23373                                                   @getongab @YelloLuvChopper @stripe @PayPal @joyent @realDonaldTrump So rolling over for the feds didn’t save you? Image my shock.
23374                                                                  RT @jb_jbarron: Retweet #HR4HR so @TMobile donates $2 to @TeamRubicon for hurricane relief https://t.co/6lE7asJMSy
23375                                                        Check out Bathroom 4 Piece Porcelain Accessories Set Gold Shimmer with Mirrored Accents    https://t.co/waBpIofdNM via @eBay
23376                                                                                                 @CBS Take a look at your host. DISGUSTING!!! @StephenAtHome https://t.co/jHq1l062d4
23377                                                                        @getongab @stripe @PayPal @joyent @realDonaldTrump BUWAHAHAHAHAHAHA - and go f*ck yourselves on the way out.
23378                                                                                                                                 Grabe so obsessed with #Elite @netflix damn! 🔥🍑💦
23379                                                                                                                     @reeses @amazon reese's pieces today #NotSorry and #Sweepstakes
23380                                                                                                                                       RT @catrific: @stacysays @netflix Lol meeeeee
23381                                                                                                                                       @winniesun @Costco @DollarTree How sweet.👐👐
23382                                                                              @getongab @stripe @PayPal @joyent @realDonaldTrump He has acted. Incitement during all of his rallies.
23383                                                                                  Check out Crocheted Pot Holders Matching Caddy Vintage Handmade  https://t.co/m9ssXMVyvQ via @eBay
23384                                #Apple CEO #TimCook uses military language to describe privacy violations perpetrated by @Google &amp; @facebook &amp; othe… https://t.co/Iciy4p3Di4
23385                                                                                                                                               PLEASEEEEE @netflix @netflix @netflix
23386                                                                          @Klayton83 @JonnyDakota @studioteo @getongab @stripe @PayPal @joyent @realDonaldTrump Popular with Nazi's.
23387                                                                          Check out 2014 TOPPS POWER PLAYERS MIKE TROUT ANGELS FREE SHIPPING 🔥⚾️  https://t.co/bsE8m7UyNs via @eBay
23388                                                                                                                 @netflix is Alex Trimboli....alittle bitch for sure #AmericanVandal
23389                                                                               RT @Reuters: Mexico honors migrants at Day of the Dead as caravan treks north https://t.co/jsxNTvTf2X
23390                                                                                                                @CargleS @netflix Might have to check this out! The Raid was awesome
23391                                        RT @RealNewsTransl8: Wanna see #ClassWarfare in action? Nov 7 @PayPal starts charging for instant xfers from a bank (a basic premise of @Pa…
23392                                                            Check out Bath And Body Works Aromatherapy 24 Hrs Moisture Butter with Essential Oils 3 ct https://t.co/WljaVYNRAy @eBay
23393                                                                           Check out Limb Saver SVL Stealth Cable Dampener 03017 NOS #LimbSaverSVL https://t.co/ClzjlfspqF via @eBay
23394                                                                  Check out 5-Pocket Bib Apron Cotton Canvas Work Basics T27 4A668 NIP #WorkBasics https://t.co/w5HqCWZVDT via @eBay
23395                                          I wish @netflix would tell me too many people are watching on my family’s account before I spend 10 minutes looking for something to watch
23396                                        RT @DebbieAndMaxxGo: Check out Oyster Shell Pearls Salt Pepper Shaker Set Red Farms Studios Discontinued   https://t.co/f6NijaqK3T via @eBay
23397                                                        @taylorswift13 Stretching Scientifically: A Guide to Flexibility Training by Thomas Kurz https://t.co/sVazuWeLou via @amazon
23398                                    RT @SAP: SAP HANA is helping @ElephantsRhinos &amp; People (ERP) preserve the world's ecosystem for future generations. https://t.co/H8kclZW3lr…
23399                                                                                 @frightseason @netflix Y’all better start promoting-it and shit! Don’t fuck with the Scream fandom!
23400                                                                                                                                   I got my @Apple #iPhoneXR and it’s really amazing
23401                                                                                                                   @Roblox @amazon why we can't play roblox here in the Philippines?
23402                                                         RT @joebayy: Check out Forever 21 Burnt Orange Stretch Dress Size XS #FOREVER21 https://t.co/pArqj7MuzB via @eBay BRAND NEW
23403                                                                    RT @FoundGoodBuy: Check out LEGO Bionicle Toy Robot Boys Girls Family Fun Weapons  https://t.co/xJsFLZUotB @eBay
23404                                        @SparrosM @MetsFanInPhilly @6williestokes @getongab @stripe @joyent @PayPal @jack The more Conservative Southerners… https://t.co/8yfCPizzT9
23405                                                   Check out Custom Batman Real Motorcycle Helmet Arkham Knight DOT Approved #HandMade #Motorcycle https://t.co/IhLolVevJe via @eBay
23406                                                         Check out 2017 TOPPS UFC FIRE RED HOT #35 LUKE ROCKHOLD FIRST ONE 1/142 FREE SHIPPING 🔥  https://t.co/NzUeQnc0FB via @eBay
23407                                                                                                                        @TheSeanReeves @McDonalds @McDonaldsSuqort You are #fakenews
23408                                        RT @WEHOGAYMAN: @doumindifi @GardenGirl_88 @DawnReneeFL @HappyLand_96 @noahfeehan @getongab @stripe @PayPal @joyent @realDonaldTrump Whatev…
23409                                        RT @SuzanneEvans1: Translation: we’re going to make sure @facebook only allows posts we approve of and which promote our political viewpoin…
23410                                        RT @NFL: Congratulations to @PatrickMahomes5 + @AyeyoKEJO on being named Week 7's @FedEx #AirAndGround Players of the Week! https://t.co/7M…
23411                                        RT @Misandry_Kills: @renu_jethani @lal_1404 @TCS @hcltech @EYnews @Cognizant @Microsoft @YatraOfficial @makemytrip As a HR.. hw U handle or…
23412                                                             RT @CocaCola: Where’s your favorite place to grab a sandwich and an ice-cold Coke?  #ShareaCoke https://t.co/2Q0hfhxibP
23413                                        RT @TonyDeblock: We gave our neighbour a hand finishing his beans today #newandold getting it done just the same @JohnDeere @HuronTractorLt…
23414                                               @MarquisHorace @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO It’s not @TheDemocrats party that doll out money for votes!
23415                                             RT @ipsdocholiday: Check out Vintage JWBR Sterling Silver Diamond Ring Size 6.5-7 Diamond Engagement Ring https://t.co/xn2j3SPjwA @eBay
23416                                                                                                                            @MagMysRadio @getongab @joyent @PayPal This guy gets it!
23417                                                       Check out THE BEATLES A HARD DAYS NIGHT 2003 JAPAN Vinyl LP TOJP-60133 + OBI MONO NEW MINT  https://t.co/5BlXiFAB8i via @eBay
23418                                                                                                                  FINISHED #ChillingAdventuresOfSabrina @netflix NEEEEEEE 2ND SEASON
23419                                                                                       RT @Reuters: Dodgers manager Roberts dismisses Trump's critical tweet https://t.co/A4WKMRaPGn
23420                                                                                        RT @anasakovaautho1: A Dying Woman's Dream by Ana Sakova https://t.co/6Mjnm7rVJN via @amazon
23421                                                                        RT @realdanjordan: ...strange how @Apple kinda predicted the #NPC meme back in 1984. https://t.co/aJj1rpVLfe
23422                                                                                                            @ToenailEater0 @TheIncredibles @Disney I guess you mean saving time? : )
23423                                         RT @SolarPrepper: Kayak Limbo: Floating On Freedom (Aftermath Survival Book 6) by Ron Foster https://t.co/YgzNGepwha via @amazon #preppers…
23424                                        @MichaelSkolnik @ScottMendelson @kroger @realDonaldTrump Does it matter?  Anything the boob says will be wrong to y… https://t.co/ifLbdmG9ne
23425                                       @Mastercard Seriously?!😡 You have the audacity to put ur AD on MY SONS VERY Serious hardship?! HE ALMOST DIED! He N… https://t.co/NdffJwDsDQ
23426                                         @Charmed_Reunion @netflix I haven't seen it yet. I start watching Rupauls drag race. Then i started watching on my… https://t.co/2ouMwLJ4M7
23427                                        RT @EdenTrainingUK: We are so happy with our new website we are running a #competition! For a chance to win a £50 @amazon voucher / @Love2s…
23428                                                                                                                             @ItsMeSeanNYC @KingBeyonceStan @Apple A senior citizen!
23429                                                                   Check out Golden Active Face Mask Powder Scars Acne Control 50g SPA  #Unbranded https://t.co/ghPx0psybK via @eBay
23430                                                             Check out EAST Shirt M UK 10 Red Blue Paisley Bib Front Casual  #EAST #Blouse #Casual https://t.co/Mme3fQi6yp via @eBay
23431                                                                           Doula Hoodie doulaing for friends births midwife gifts Doula gift Tee https://t.co/r8uLgQBEMg via @amazon
23432                                                                            Doula shirt unless I'm at a Birth Midwife shirt gifts Doula gift Tee https://t.co/k3RXgEm0vW via @amazon
23433                                                   Check out Vintage Guess Blue Jean Women's Sz 28 Denim Mom Jean Shorts High Waisted !EUC! #GUESS https://t.co/HdsJrSo7ET via @eBay
23434                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
23435                                                                           The best @amazon #Fire tablet stand money can buy! #SpringerSpaniel #Dogs #Rupert https://t.co/yPqn55zgzP
23436                                                                                                      RT @BMW: Sleek and seductive. The #BMW #7Series Sedan. https://t.co/b5vuQQdkqi
23437                                                                                RT @Reuters: Leicester City soccer club owner was on crashed helicopter: BBC https://t.co/jVPJr0hN1z
23438                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
23439                                                                                                                         Rising Skull 7 MONSmons https://t.co/zK9n2O9czS via @amazon
23440                                                                                  Check out Boy Scouts Tiger Cub Scout Neckerchief Slide Preowned  https://t.co/k1X96WGRhX via @eBay
23441                                                                       RT @kaosonia: Check out 1 pc ~ Sterling Silver Mushroom Charm - Food Charm  https://t.co/DwKDEnVLfS via @eBay
23442                                                        RT @Kipperwacker: @JackDunc1 @AskPayPal @PayPal I knew they'd closed a french BDS a/c a while back but clearly there's more?
23443                                                                                 RT @teddybearisms: There are some truly retarded people running @Starbucks. https://t.co/wugtPjS8UR
23444                                        RT @Nestle: Plastic waste is one the most pressing global issues of our time. Nestlé’s #packaging ambition helps end #plastic pollution: ht…
23445                                                                                             @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO Looks like a angry mob to me
23446                                        RT @adam_tooze: Exposure of French banks to Italy amounts to a remarkable 14% of French GDP. @SoberLook @GoldmanSachs https://t.co/y5gSOrqI…
23447                                    @ProcterGamble @ITJavierP I am an employee of P &amp; G Egypt and have been dismissed without investigation for the pur… https://t.co/d0xK9omQci
23448                                                                                                               I’m having to watch lilo and stitch to fall asleep. @netflix BROKE ME
23449                                                                                                           @thegrandtour Thx @amazon that I am watching the Grand Tour in Poland🙂😃
23450                                                         Check out Frank Sivero Actor Signed 8x10 Photo Gold AUTO Autograph PSA/DNA COA GODFATHER  https://t.co/CvLB6zAHi2 via @eBay
23451                                                       Check out Estate Womens 2.01ct Colombian Emerald Diamond 18K Cigar Band Ring 14.1g  Sz 6.5  https://t.co/LqLpUqdKpV via @eBay
23452                                                           @Alankeane19 @scottmacmusic @LoveEUToo @OutlawKing @netflix @BBC What does ww2 have to do with economic policy of the UK.
23453                                                                  @AdamDAuria @Starbucks I 💙 the double chocolaty chip frappuccino!! 👌🏽🤤 This looks good I want to try it tho!!!
23454                                                                                     Check out Baby Boys Dungarees + Free Vests Bundle Newborn #TU https://t.co/FRpmA8ftPn via @eBay
23455                                                                                                             Time Tells [Explicit] Dr Production https://t.co/cKOHAgvr6R via @amazon
23456                                                Check out Indian Bollywood Kurti Dress Tunic Designer Trending Fashion New Selfie Kurta #Unbranded https://t.co/sgmCOoRPjh via @eBay
23457                                                             #eBay Pendant coin PHRA LP PAEN RAHU Wealth Protect Charm Power great metamorphosis   https://t.co/sCACqX6aUR via @eBay
23458                                        RT @Plumber_Gwent: @bookingcom @GuldsmedenTwt They found Copenhagen but they can't find my money. I've paid out £1400 for two separate rese…
23459                                                                                                         @ASOS Rather have the sleep than scrolling though things I can't afford lol
23460                                        @GovMikeHuckabee @buchen_patricia @BrianKolfage @facebook Commie infiltration is on the rise Gov! Better get some p… https://t.co/EBcDlXzAyh
23461                                               Check out 10oz Kids Children Boxing Practice Training Punching Gloves Black &amp; Red / 2 Pair #Rex https://t.co/wJO07NN6ti via @eBay
23462                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
23463                                                                Diet and My Teeth: Is a Healthy Diet Important for My Oral Health? by Matt Br... https://t.co/WOHk4kKGES via @amazon
23464                                        RT @DesignationSix: Here are some @Nestle products that advertise on @FoxNews They are tagged so they will get notified for each LIKE RETWE…
23465                                                                                                                                            @RiceLittlePea @Reuters have said too 🤔
23466                                                                                                                       @DRabender @realDonaldTrump @foxandfriends Don't do @facebook
23467                                                                     Just saw this on Amazon: A Bird On Barbed Wire T-Shirt by taiche for $20.99 https://t.co/TcCyjsXRGx via @amazon
23468                                               RT @Books4You2Enjoy: A Ragdoll Kitten Care Guide: Bringing Your Ragdoll Kitten Home by Jenny Dean https://t.co/Caldly6dnB via @amazon
23469                                                         RT @tru50liv: @CNN We want more coverage of President Obama and other democratic candidates @CNN @MSNBC @ABC @CBS @PBS @NPR
23470                                                Check out NIB Nuwave Party Mixer Stir things Up- BPA Free Never Opened Coctails/Margarita  #NuWare https://t.co/54EZk8f3zA via @eBay
23471                                        RT @SuzanneEvans1: Translation: we’re going to make sure @facebook only allows posts we approve of and which promote our political viewpoin…
23472                                                            Check out Cranium Cadoo Board Game Replacement PIECES Parts Dice Timer Decoder Mask Tokens https://t.co/iV8i7nfkEt @eBay
23473                                                                                                                                                           hey @Apple i need iphoneX
23474                                                                             RT @techinsider: Why you should consider the @Google Pixel 3 for your new phone https://t.co/z7sOps4WIW
23475                                        RT @Google: To the police officers. The firefighters. The EMTs. The nurses. And everyone else who answers the call in times of crisis: than…
23476                                               Xena deserves more. @NBCUniversal @nbc @robtapert #XXisforXENA  @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu… https://t.co/ImoYCzy3SU
23477                                                                                                                      Check out my listing @eBay - https://t.co/RaYV0CLJUf via @eBay
23478                                                                            Check out Omega Vintage Watch Price Tag Set ** Free Shipping ** #OMEGA https://t.co/mWRgh0kuau via @eBay
23479                                                                                                       RT @ilbegle: @reeses @amazon C. REESE’S &amp; my mouth #NotSorry #Sweepstakes
23480                                                                           RT @Lucifer34587536: @PayPal #BoycottPayPal #Gab I will be deleting my paypal account tomorrow. @getongab
23481                                                    Check out Omega Vintage 1989 Booklet Worldwide Service Centres Network + Free Shipping  #OMEGA https://t.co/NOr5tcpMax via @eBay
23482                                        RT @NewspersonC: Wow @Starbucks.  Way to normalize and perpetuate white supremacy  by placing white at the top and brown and black at the b…
23483                                                                                                                        RT @sophsa: damn @McDonalds u freaky https://t.co/aaHhKM0Uiu
23484                                                                  Check out Canada 1991 Wildlife Habitat Conservation Stamp Lapel Hat Pin Pinback  https://t.co/OVjwRX9GVT via @eBay
23485                                                       Check out Vintage Lamp Shade Milk Glass Hand Painted Flower Roses Gone With The Wind Style  https://t.co/Hy6gNXtX7Z via @eBay
23486                                                                  Check out Roc Donalds Flintstones 1994 Vintage Macdonalds Lapel Hat Pin Pinback  https://t.co/1fEucjyUNP via @eBay
23487                                                                 RT @AMEA_UK: @AMEA_UK #Norbury #AMEAPoppyCollection @PoppyLegion covering @Tesco #Streatham https://t.co/wtYP8pO9kZ
23488                                                        RT @VintageGuyz: Check out Set of Joni Dixie Dogwood Vegetable Bowls 9'' #JoniDixieDogwood https://t.co/kgtyJcCPVZ via @eBay
23489                                                     Check out Light Blue Wicker Chair &amp; Round Table For A Doll Teddy Bear Minature Furniture  https://t.co/Zvn0mnVufE via @eBay
23490                                         Despite labeling the kids clothes 'boys' and 'girls' I have to tell you that @hm get my vote on cute kids jumpers.… https://t.co/yVa9TBExtW
23491                                                                      Check out COLOUR POSTCARD - FROM 1988 ROYAL MAIL PRESS CAMPAIGN - UNPOSTED   https://t.co/yfZchnLWZ1 via @eBay
23492                                                   Check out AMERICAN EAGLE Slushie Waterproof Boots Size 9 NEW #AmericanEagleSllushie #WorkSafety https://t.co/ywAc13hjRK via @eBay
23493                                                            Check out Huge 85 + different JIM EDMONDS cards lot 3 RC 1993 - 2006 Angels Cardinals  https://t.co/Ce4YWvwFpR via @eBay
23494                                                                                                             @SEEY0UAR0UND @netflix that show was my SHIT i would watch it every day
23495                                                                                                           RT @MLS: Choose wisely. 🕹 // #DecisionDay by @ATT https://t.co/OYV90qFjnl
23496                                                                                 I got a free @Oreo Chocolate Candy Bar sample from the #Freeosk at @Walmart https://t.co/Nb4EE79eV5
23497                                                 Check out BALMAIN Shiny Green Color Long Sleeve Leather Women Winter Coat Jacket Size 11 #BALMAIN https://t.co/381H3T7J0b via @eBay
23498                                          RT @John91595804: Check out Extremely Rare HopeWell 20” 14K GP  Classic Gold Chain Life Time Guarantee  5.3g https://t.co/ta355NtZrF @eBay
23499                                                   Check out Disney Babies Baby Lady Dog Tramp Security Blanket Only Pink Paw Print Ruffle #Disney https://t.co/Z7sYDUA9Jn via @eBay
23500                                                               RT @TMobile: Every tweet with #HR4HR donates $2 to @TeamRubicon’s hurricane recovery efforts. https://t.co/UfN4T1fwTp
23501                                        RT @IamMiaThomas: Check out Black and White MARIMEKKO Skirt Galleria Size 8 10 EUR 36 Finnish Design EUC https://t.co/qTy9KWkp3D @eBay #bla…
23502                                                                              Check out 2 - Amaricana Star Stainless Steel Dinner / Butter Knifes  https://t.co/YNBptLiBXX via @eBay
23503                                        @Jujutough @Kaepernick7 Suck my dick. Fuck @Kaepernick7 and @Nike and everything they stand for. Fuck his anti poli… https://t.co/PywTvy8bZV
23504                                                    Check out Cyrus Women's 3/4 Sleeve Button Front Cardigan Black Womans Size XL #Cyrus #CARDIGAN https://t.co/QF35bZEBKc via @eBay
23505                                        RT @MUvseev: #XenaRevival we need #Xena and #Gabrielle back @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @Uni…
23506                                                Check out Meanies Series 1 Plush Seagull Peter Gotta Peagull 1997 Bird Animal Beanbag Toy #Meanies https://t.co/7KXWP2vQmU via @eBay
23507                                               Check out Lot of 2 Body Central Sexy Dress Blue &amp; red size M #BodyCentral #fitting #anyoccasion https://t.co/bqBaYvsU89 via @eBay
23508                                                                                          RT @k00mbaya: @elguapo64 @Patriot_M1A @PayPal Soros owns 4.4 million shares of PayPal.....
23509                                                                                               @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO How much did you pay them?
23510                                                                                                                         @ChristinaP @netflix @NetflixIsAJoke Good morning Christine
23511                                        RT @Kira38931594: We need our legends! #XenaRevival @NBCUniversal @nbc @robtapert #XXisforXENA  @NetflixLifee @netflix @SYFY @BuzzFeed @Hul…
23512                                                            Check out Nike Mens Size 11.5 Shoes Air Jordan B. Fly Allstar Concord Black 881444-016 EUC https://t.co/COpa35EAIJ @eBay
23513                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
23514                                                                  Check out ROLEX YACHT-MASTER 2005 BOOKLET USA IN ENGLISH + FREE SHIPPING  #Rolex https://t.co/hekkJjezPo via @eBay
23515                                                                     @getongab @therealDiscoSB @stripe @PayPal @joyent @realDonaldTrump I'm also happy to see @azure booted you off.
23516                                        @isabella_draws4 @ItsElizaaaXO @nbc @netflix @hulu Maybe they gave up the rights and maybe now we can hope for some… https://t.co/FycGq5wNrd
23517                                                       Check out ANTIQUE 19th Century Japanese MEIJI PERIOD Cloisonne CHARGER plate THREE CRANES   https://t.co/CFgOwP46WO via @eBay
23518                                                                                                                                              @Nissan I’m from UAE and I want a GT-R
23519                                                                   See what I m up to on @eBay! View my profile to see my favorite finds and more: https://t.co/zCdRz1E2Qd via @eBay
23520                                         RT @ReformedBroker: Start with @ProcterGamble which sells shampoo and toothpaste during the Lou Dobbs Garbage Hour while the host traffics…
23521                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
23522                                                                      Check out MEDALLION / Chiffon / Free Spirit Westminster / Cotton Quilting Fabric https://t.co/zzc7KVcNi0 @eBay
23523                                        RT @IBM: Predictive maintenance helps airlines keep planes flight-ready. Weather and in-flight data helps pilots avoid turbulence. Let’s pu…
23524                                                                                       RT @Reuters: WATCH: Newborn African serval triplets debut in Shanghai https://t.co/efEtoMR1ZQ
23525                                                                                                                                   @ArianaGrande @AmericanExpress i  love you sweety
23526                                        RT @1ArtsyChik: #save #sale $10 for every $40 whole store https://t.co/SJcIqoGZaA via @eBay #codelesscoupon #coupon #vintageshopping #vinta…
23527                                         RT @ReformedBroker: Start with @ProcterGamble which sells shampoo and toothpaste during the Lou Dobbs Garbage Hour while the host traffics…
23528                                        (1/2) @facebook 's system for copyright infringement objectively blows. If you stream or post a video that has copy… https://t.co/qYIFokDxvl
23529                                                            Check out NEW Coat FECHHEIMER 46 REGULAR Flying Cross Black Police Security Officer JACKET https://t.co/RpI7wgaqaR @eBay
23530                                                                                  RT @Reuters: Names of Pittsburgh synagogue shooting victims to be released https://t.co/A8lECrjAik
23531                                        RT @EdenTrainingUK: We are so happy with our new website we are running a #competition! For a chance to win a £50 @amazon voucher / @Love2s…
23532                                                                                      Check out MONET Christian Cross Pave Necklace Signed Silver Tone https://t.co/wG9TO9Oedp @eBay
23533                                            RT @ipsdocholiday: Check out Vintage DUR-O-LITE BELL SYSTEM Pencil Topper Spinning Metal Pencil Topper USA https://t.co/fni9NWYG2g @eBay
23534                                    RT @haingoniainara1: 😍😍 totally agree! ! 💓 💓 please #SaveDeception @netflix @NetflixLifee @PrimeVideo @hulu @CBSTVStudios @AmazonStudios @C…
23535                                                                         @NFL @nflnetwork Black Friday Shopping Team - Funy T-shirt Sale B&amp;F https://t.co/effaWhJ54n via @amazon
23536                                                            RT @_Cop_Em: Check out LIMITED!! KAWS COMPANION FLAYED OPEN EDITION MEDICOM TOY #Funko https://t.co/OJbXIXq0kU via @eBay
23537                                        @PayPal why are you promoting violence? Terminate your relationship with Facebook and take away ypur payment proces… https://t.co/ZyZHMwF2M5
23538                                          @merivis_vets @USArmy @salesforce @SalesforceOrg @hectorperezjr @katebperez @trailhead @Vetforce @SalesforceAdmns… https://t.co/qgYVf5C0Q9
23539                                                                      RT @Reuters: Russia says preparing answers to U.S. questions on arms control pact: RIA https://t.co/iunL3t8mpu
23540                                                                        RT @Reuters: Brazil's right-wing Bolsonaro poised to win presidency as voting begins https://t.co/sbk5xKw4uQ
23541                                                                                                                                @Kushoverlord @McDonalds Bababababahhhh I'm lovin it
23542                                                                                                @rob_sheridan your Tweet was quoted in an article by @Yahoo  https://t.co/z6ggzEO1PR
23543                                                                                     RT @Google: Here’s to first responders around the world who answer the call in times of crisis.
23544                                                                          Check out Kotler &amp; Kopit Black Vanity Case Embellished with Rhinestones  https://t.co/Hw0BFRpmJT @eBay
23545                                         @eWhispers @FXPIPTITAN @facebook @AlibabaGroup @generalelectric @iQIYIofficial @Mastercard @Chesapeake Hi! We have… https://t.co/frvN1tOn9s
23546                                        RT @ouchinagirl: To @CNN @MSNBC @NBC @ABC @CBS @nytimes; Your constant lib propaganda to divide American’s for more years than I can rememb…
23547                                        RT @IBM: IBM believes no one should be discriminated against for being who they are. That’s why we strongly support passage of the #Equalit…
23548                                                                                             Check out Maximum Drive Magazine Winter 2013 Issue 3  https://t.co/mH3RLWjHiz via @eBay
23549                                                          @ATT #Gigapower Current speed: 160.84 down / 143.67 up. That's 15.1% of a gigabit connection. #fiber #speedtest #broadband
23550                                                                                       @Reuters They are tired of the left wing corruption and incompetence! https://t.co/RnRyu93TIV
23551                                                       Check out PALS BY MELISSA DOW FUNK ILLD TOM O SULLIVAN WHITMAN TELL A TALE BOOK 2510 1966.  https://t.co/XU45mpjLPg via @eBay
23552                                         RT @ReformedBroker: Start with @ProcterGamble which sells shampoo and toothpaste during the Lou Dobbs Garbage Hour while the host traffics…
23553                                                                  @Mike5495 @Suicide_Run @studioteo @getongab @stripe @PayPal @joyent @realDonaldTrump That’s exactly what T_D is 😂
23554                                       Back to back @Google you're out doing yourself today. Now the my apps aren't available 😒 that new iPhone looking go… https://t.co/ECvQ7TAkSd
23555                                           RT @SMichaelDesigns: S.Michael Designs Stainless Steel Crystal Drop Dangle Earrings S.Michael Desi... https://t.co/mevU7xYYvN via @amazon
23556                                         RT @DARLINGXXDARLA: Check out Vintage Adorable Majestic Stone Pendent Mirrored Compact Gold Plated Tiny Stars https://t.co/nRPUvh3dus @eBay
23557                                        @Pampers @Luvs @ProcterGamble I will no longer being using your products as I will not wrap my son in the devastati… https://t.co/TL6q6gFgZq
23558                                                                   RT @Reuters: Leicester City owner and four others were on helicopter that crashed: source https://t.co/egJC9DmQPp
23559                                                                 Check out 1942 - 1946 Chevrolet GMC truck park light housings pickup rat hot rod  https://t.co/1IalsxzcNz via @eBay
23560                                                                                         RT @HSBC: Optimist or Pessimist; hear how world-leading tech leaders think AI will develop.
23561                                               @marydpadilla @KHPRecruiting @PutOnTheBRAKES @kansasspeedway @FedEx I’m at the FedEx truck with the single trailer! Enjoy the course!
23562                                                                                            @getongab @stripe @PayPal @joyent @realDonaldTrump good. you're a bunch of low IQ nazis.
23563                                             @Senator_Cthulu @nichegamer @Sony @PlayStation From what I heard the original series creator is not happy with… https://t.co/SO7xUTarlU
23564                                                                    Check out MCM Danish S H Christensen Sterling Silver Abstract Bracelet Signed  https://t.co/nHzCw3tOPy via @eBay
23565                                        @OwainGlynReed Glad you've been enjoying! But we have some good news - the @Audi #MLSCupPlayoffs kick off on Wednes… https://t.co/7O1P7LFd5i
23566                                                                                                                                          @thehill @adidas are you involved in this?
23567                                             Why do @McDonalds use plastic spoons and stars and cups and lids. But then have the audacity to charge 5p for a pre recycled paper bag?
23568                                                 Check out NEW 3D AIRSTREAM CAMPER TRAILER CUSTOM KEYCHAIN keyring SLEEPER CAMPING FUN! #Unbranded https://t.co/PZkuWW2Q7i via @eBay
23569                                                                    @ImWhatUrNot @netflix i saw that It was unrealistic lol. Well my friend that answers my question in a crazy way.
23570                                                                                     RT @pederseglund: @ouchinagirl @RodStryker @CNN @MSNBC @nbc @ABC @CBS @nytimes @POTUS Very nice
23571                                         RT @ReformedBroker: Start with @ProcterGamble which sells shampoo and toothpaste during the Lou Dobbs Garbage Hour while the host traffics…
23572                                        @JohnWDean Boycotting those that finance Fox programming is quite feasible. @Ford and many others need to know that… https://t.co/CXm1kJLUNQ
23573                                        RT @GOPPollAnalyst: @getongab @stripe @PayPal @joyent @realDonaldTrump I'm ashamed of the work I did with PayPal in the past. This is not t…
23574                                                                                            Check out TALK TO THE SHEPHERD WOODEN SIGN  #Unbranded https://t.co/wiQUPtNce7 via @eBay
23575                                               @bradmorris773 @Twitter @facebook I would never own an AR-15 for fear of my wife/kids tying me to a tree and shooting me in the back.
23576                                                                                                                      Check out my listing @eBay - https://t.co/qZwpXx2fb2 via @eBay
23577                                        RT @AngelaCato: #ColdwaterCreek Plus Size 2X #Cardigan Sweater 3/4 Sleeve Fall Colors https://t.co/Mac5iATRFA @eBay #ebay #depop #mercari #…
23578                                       @eWhispers @Wisskobe @facebook @AlibabaGroup @generalelectric @iQIYIofficial @Mastercard @Chesapeake 🔹 Powerful Sig… https://t.co/u0EUfrnlk9
23579                                                                            RT @NyoikeTj: Hello @adidas I am told you make cooking pots too! Good job! Ha ha https://t.co/Kc7J5KVWvS
23580                                        RT @juliesco1: @Ryanair and after all now we are told we have to wait longer because of who knows what reason. Are you just trying to set a…
23581                                                          Check out IVORY RESIN ACCENT LAMP w/SHADE - Spindle Body with Metal Bouquet of Flowers   https://t.co/fKbgcTNdxm via @eBay
23582                                                 @Apple It's really strange to see people buying iPhones year after year model after model which IMHO is nt at all value for money..
23583                                                  Check out Beat the Winter Blues: Top 20 products to get you through the cold season on Amazon! https://t.co/6OxPtrb1Md via @amazon
23584                                        @Google having become accustomed to my fast charge no other charging cable compares. How do I go about getting anot… https://t.co/1IELLoXAbk
23585                                                                                                              RT @sewpersists: @salisbury_doug @JuddLegum @ATT I just cancelled @ATT
23586                                        @getongab @stripe @PayPal @joyent @realDonaldTrump Big players in the free market have made a decision to exclude w… https://t.co/JMLi6gl5cd
23587                                                          RT @09sharkboy: People dressing up at @McDonalds is probably the funniest thing I’ve seen all week https://t.co/eSyJRzfcBy
23588                                                                                  @TheLaw36 @ReformedBroker @ProcterGamble You might find this informative - https://t.co/xvElXOGhjv
23589                                                        SABRINA WAS CREATED BY GEORGE GLADIR AND DAN DECARLO. GIVE CREATORS CREDIT!!! @netflix @ArchieComics https://t.co/iYoF3jMy1n
23590                                        RT @tattletattletae: Once you've watched this @netflix documentary about @steveaoki you will know why he is working with @BTS_twt on such g…
23591                                        RT @tattletattletae: Once you've watched this @netflix documentary about @steveaoki you will know why he is working with @BTS_twt on such g…
23592                                                                                                        RT @slpng_giants: CONFIRMED: @PayPal has banned Gab. https://t.co/IKbswcE1SU
23593                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
23594                                                                                     RT @TimbersFC: It all comes down to this. #DecisionDay by @ATT is here. https://t.co/rv2YFWrVpU
23595                                             RT @jnh_lvrEbay: Revo Beauty360 Lip Balm Pomegranate NEW sealed #CVS Exclusive #REVO https://t.co/EZFiP0uKuV via @eBay #LipBalm #beauty
23596                                        @Gsquare9 @margebrown13 @Hustle_Scholar @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO So you live in m… https://t.co/VnEhnj8Mqj
23597                                                                   @Mike5495 @beckatit @Suicide_Run @studioteo @getongab @stripe @PayPal @joyent @realDonaldTrump Go start your own.
23598                                                                                             @SasakiTime @DisneylandToday @Starbucks It was a long shot ! Haha thanks for replying !
23599                                        RT @ouchinagirl: To @CNN @MSNBC @NBC @ABC @CBS @nytimes; Your constant lib propaganda to divide American’s for more years than I can rememb…
23600                                                                                                                                @KelloggsUS bring these back https://t.co/pDfQ7qprlc
23601                                        @DIRECTVService @DIRECTV @ATT @ATTCares #nflsundayticket I pay $70 a month and can’t login right now because I’m “l… https://t.co/oE1Mca96tt
23602                                                                                 @PopescuCo @Reuters Oh please.  Churchill wants to meet with Hitler to discuss the Japanese threat.
23603                                             RT @pinkpretty16: Check out Lucky Brand Women's Size Medium - Blue Cowl Neck Eyelet Knit Swearter Pockets https://t.co/AJeKkkyIgL @eBay
23604                                   @kkkwonyuriii @netflix i couldnt watch it (yet) since netflix is blocked by my phone provider &gt;_&lt; huhu really want… https://t.co/2OPhUsXow9
23605                                        RT @michellenichols: Jailed @Reuters journalist Wa Lone met his 11-week-old daughter for the first time today. He was able to hold her at #…
23606                                                   Check out Victorian Little Girls With Puppy Dog -  ' Playtime ' Canvas Art Print - New #Vintage https://t.co/agPJ5mV9cc via @eBay
23607                                                         RT @Reuters: Turkey's Erdogan says shared details of Khashoggi case with leaders at four-way summit https://t.co/3H0IswsqWM
23608                                        so ordered some Calvin’s off @ASOS last night for Blaine to wear for work today (he started at 2:30) guess what’s j… https://t.co/BHYfvIMjul
23609                                                             @ECAbrams @Adobe @imjeremyclyde @AmberTorrealba I guess you won’t miss the snow we woke up to in Ottawa this morning 😬
23610                                                                                  RT @kaosonia: Check out Sterling Silver Ouroboros Snake Pendant  https://t.co/K7g5CjHty9 via @eBay
23611                                                                         Check out Code Cymbal Protector Felts/Sleeves Pack // Free Shipping #CODE https://t.co/pstpX5N4do via @eBay
23612                                                       Check out VISION WARE CORNING 5 Quart 4.5 Liter Dutch Oven Stock Pot w/Lid Pyrex Amber USA  https://t.co/08L1ZEydAQ via @eBay
23613                                        @Tesco I will keep on posting pictures of produce that keeps getting put up in price and yet falls into minus figur… https://t.co/jJyJSUEOgU
23614                                         RT @PratikSingh_: B4 tweeting #TataSkyGiveSonyBack.... We should also think about the disputes created by @Sony that why TS have to Airoff…
23615                                                 @theunlockr @madebygoogle @VirginAtlantic @Google Safe travels back. Is that a Surface Laptop walk through coming our way soon ? 😊
23616                                                                         RT @lillokelani: @hannnye @netflix Fr all the shows people are begging for on Netflix have been on Hulu😂😂
23617                                         RT @StopTrump2020: Thank you @PayPal for no longer allowing the racist platform Gab to use your service.  Thanks for standing on the right…
23618                                                                               RT @Reuters: Mexico honors migrants at Day of the Dead as caravan treks north https://t.co/jsxNTvTf2X
23619                                                     Check out Wood Candle/Bread BOWL/Tray*BLACK*Primitive/French Country Farmhouse Decor #Country https://t.co/HN2s8mYBpz via @eBay
23620                                                                                 we need a 2nd season @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca ' '
23621                                                                                                               @studioteo @getongab @stripe @PayPal @joyent @realDonaldTrump BLOCKED
23622                                                      Check out VINTAGE WRIGHT &amp; DITSON MERCER BEASLEY MODEL WOOD TENNIS RACQUET #WRIGHTDITSON https://t.co/HZvqpLuhOd via @eBay
23623                                                                          @GillArcade @WowVeryShibe @McDonalds @McCafe @CanadaCupGaming @StreetFighter @TEKKEN What do you guys get?
23624                                        @subaru_usa @Ford @Honda @Keurig @ProcterGamble @AceHardware @AIGinsurance @AngiesList your supporting this rhetori… https://t.co/kBynTrND8R
23625                                                                                           What custom rims would look cool on this 2018 @Toyota #Highlander https://t.co/heaT9QCJ9T
23626                                                                                                                                       @sagir42 @gmail @Google can you explain why??
23627                                                  Check out Keeler Bay Mens Multi Color Hawaiian Beach Design Button Down Shirt Size XL #KeelerBay https://t.co/GOxyisxSU7 via @eBay
23628                                                                                                                                     @TMobile I’m about to do another show right now
23629                                        @cwgNAS @cwm360 @OHPredictive @CBS @YouGov Not sure off the top of my head although you can easily look it up.  Wha… https://t.co/QdmOkeiX3b
23630                                                          Check out Vintage Political Democrat Party Donkey 2 Horseshoes Gulf Oil Advertising Pin  https://t.co/NAxOtKPO9U via @eBay
23631                                                                             Installing @Windows 8.1 update for install @VisualStudio . Omg.. I'm starting to hate VS and @Microsoft
23632                                        RT @jaxgadd: @lcdavis1 @FoxNews @Keurig @ProcterGamble @Allstate @CapitalOne @GSK @GoRVing @AceHardware isn’t it time you chose to stand up…
23633                                                     Are there any couch/easy chair @Starbucks left? Even in the affluent areas it’s tables and hard chairs. https://t.co/O61gU4zgNv
23634                                                                            RT @NyoikeTj: Hello @adidas I am told you make cooking pots too! Good job! Ha ha https://t.co/Kc7J5KVWvS
23635                                                         Check out 99-04 Acura RL Navigation Module 12201129 Control Unit On Star Relay OEM #Acura https://t.co/r3vaiAN6vn via @eBay
23636                                                 Check out DBI SALA 7006334 Stanchion Portable Concrete Horizontal Lifeline System Post # #DBISALA https://t.co/ccvpTfDEEL via @eBay
23637                                            Me outside: @CBS @netflix @SalvationCBS #RenewSalvation 😇 @SalvationWrtrs @SantiagoC @Jennigan @JacqeulineByers https://t.co/9NlHYqoFPW
23638                                        RT @SuzanneEvans1: Translation: we’re going to make sure @facebook only allows posts we approve of and which promote our political viewpoin…
23639                                        RT @Reuters: WATCH: President Trump is telling supporters that the election is all about him. @Reuters correspondent @andysullivan says tha…
23640                                                                                                                                 @ZorkianGrue @McDonalds Their silence is deafening.
23641                                        RT @GSK: Antimicrobial resistance is on the rise. We’re at the World Vaccine Congress in Lisbon tomorrow talking about new ways to stop thi…
23642                                                                  Check out Women's Bra Size 46C Cacique Brand Underwire      SKU 13 #Cacique #Bra https://t.co/SOoNjze1SO via @eBay
23643                                        @LAOnAir @Starbucks Well lactose people aren’t allergic to milk just sensitive to the lactose in milk but it’s like… https://t.co/YBPGhqTAPA
23644                                        Got a notification from @amazon that my package is 7 stops away a couple hours ago. Less than two miles from my hou… https://t.co/1FRCe4ijZw
23645                                                                                                 RT @jpmorgan: We asked students: how would you explain banking? Here is their take.
23646                                                  Check out Russian Ushanka Cossack Trapper Aviator Bomber Hat Winter Faux Fur Ear Flap Cap #VORON https://t.co/pwxybx61dC via @eBay
23647                                                         RT @ASUWomensHockey: Visiting at Weller Elementary school today! Fueled by @Starbucks ☕️😈 #ForksUp https://t.co/Da6FGiJsOk
23648                                        The 2019 #Ranger is the first in a series of all-new vehicles as @Ford looks to replace over 75 percent of their No… https://t.co/K669dGxBbx
23649                                                        Check out 98-05 Lexus GS300 Throttle Body IS300 SC300 22030-46150 Assembly Unit W/TPS OEM  https://t.co/iIlPoyVC3H via @eBay
23650                                        RT @lesbianstoner1: @jenwazy @SoCalJoy @JohnWDean @mitsucars @MyPillowUSA @NationalPro @Nutrisystem @ProcterGamble @pfizer @Progressive @Sa…
23651                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
23652                                                         Check out Men's Van Heusen Size M 15 - 15 1/2 Plaid Multicolor Casual Shirt Wrinkle Free  https://t.co/fd3G9up0z9 via @eBay
23653                                                                     RT @hasanminhaj: .@patriotact is now streaming on @netflix! The critics are speechless! https://t.co/H2xYaozRYC
23654                                                                                                            Why are you supporting a Steve King a white supremacist @ATT @ATTCares ?
23655                                                           RT @DonJulioNY: @JuddLegum @ATT @att I have my eye on a new iPhone 📲 XS it would be a shame if I got it through T-Mobile
23656                                                                 Check out George Girls Size 6/6X Red Velour Christmas Dress w/Sequin Belt #George https://t.co/Y3yd193JFP via @eBay
23657                                            @CraigCo62 @FoxNews @ProcterGamble @Bounty @MyCascade @Charmin @Crest @DawnDish @Febreze_Fresh @Downy @Gillette… https://t.co/iciYY3krtX
23658                                                   Check out EMPORIO ARMANI Woman's Top Sleeveless ~ Halter / Charcoal Chiffon ~ 42 / M (USA) #Top https://t.co/F9SaMz2VFl via @eBay
23659                                                    RT @CESTANDleague: @LolaTV8 @BPSTANDleague @LeahRemini @MikeRinder @Disney Leah doesn’t work for free... https://t.co/aUoLwiwsqp
23660                                        @AmandaPCraig @HBO @BBC @Channel4 @netflix @Disney @jk_rowling I think she is wonderful and her adult books even be… https://t.co/4wYTRvpGlm
23661                                       @PieceOfPeace70 @PayPal @NFTE @Joebettarun @LouisFarrakhan when a person knows their a piece of 💩💩does one look in… https://t.co/F8HPRoPfbx
23662                                                                                    RT @norlanium: dear @facebook pls update messenger with a night mode. we need it badly. thank u.
23663                                                                                         @JuddLegum @ATT I'm guessing that @ATT likes the racist message coming out of King's mouth.
23664                                        @bancosantander  5 euros to use my english debit card? You should be wearing a black and white striped jumper and a mask ya robbing bastards
23665                                     RT @scrubblescandm: Check out THE GARDEN COLLECTION METAL WATERING CAN WALL POCKET - Light Taupe &amp; Ivory  https://t.co/jxn7Jucn2g via @eBay
23666                                                                                             RT @HydroCabron: @DIRECTV @ATT Why did you give several thousand dollars to Steve King?
23667                                                                              RT @Reuters: IBM nears deal to acquire cyber security company Red Hat: sources https://t.co/q8xFZ3Srig
23668                                                                RT @CrispinHaskins: I’m watching the @netflix documentary about @TigNotaro It’s excellent. Moving. #reallife #comedy
23669                                        @W7VOA @O_Jaqui @Reuters Then VOA has become just a mouthpiece for xenophobia of Trump administration that is locki… https://t.co/iIaDFyQfQ6
23670                                                                RT @shaunking: I would very much like @ATT to explain their donation to a white supremacist. https://t.co/qTvRaAMBEm
23671                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
23672                                                                                                            RT @RAMRANTS: Yeah. @netflix can go fuck itself. https://t.co/Ov6dS1qva0
23673                                                                    @McDonalds If you're in the Dayton area I can confirm Enon has it. And it was delicious. https://t.co/dx7cMl9Cql
23674                                                                                                                                                             @Apple Love you Apple!❤️
23675                                                                                          RT @kaosonia: Check out Sterling Silver Dragonfly Charm  https://t.co/q1eJs1umUu via @eBay
23676                                        I think @Walmart should change the relationship ethics. I think They shouldn't don't married workers work in the sa… https://t.co/Fs6btyWets
23677                                                @AmericanExpress Maybe invest in some sort of provided service on a Sunday. Some issues do happen during your closing hours @AskAmex
23678                                                                            RT @jewelrywiz: Check out Hematite Fringe Necklace 20 - inches  400 carats https://t.co/tsz3HYlb0O @eBay
23679                                                                                         @TMobile @dhershiser I've had T-Mobile for over 20 years &amp; wouldn't think of switching!
23680                                                    RT @oldnsold2013: Check out Vintage Comical Bowling Crying Towel Mapco Last Place Champ #Mapco https://t.co/drzhlOd31Q via @eBay
23681                                              I #VoteJosefRecord as the best moment! Watch #DecisionDay Central pres. by @ATT at 3:30 PM ET for the results: https://t.co/s34ZxuczPe
23682                                                I #VoteZlatan500 as the best moment! Watch #DecisionDay Central pres. by @ATT at 3:30 PM ET for the results: https://t.co/SnpFPBJJgY
23683                                                                                    RT @Reuters: IBM nears deal to acquire software company Red Hat: sources https://t.co/i0w1bjwdJe
23684                                        RT @Reuters: Traders say confusion in stocks and bonds is fueling the recent gold rush. @RenitaDYoung explains in this week's #GoldWatch ht…
23685                                                                         @ATT can you explain why #ATT donated to a white nationalist out and proud racist like Steve King (R-Iowa)?
23686                                                                                  Check out Bracelet 925 Sterling Silver Cuff B68 #Unbranded #Cuff https://t.co/1pwZUNuaUq via @eBay
23687                                                                                                                 @TRS_SolrRale @Apple @FortnitesMobile They should be able to fix it
23688                                        @amazon @AmazonHelp @ConsumerReports order No. 408-0441654-5451507 has been not delivered to me and updated replace… https://t.co/J0NvNbeYgN
23689                                                         Check out 14 KING FEDERAL ROCKABILLYS LP 33 RPM SHRINK GUSTO RECORDS KING 5016X NM 1978   https://t.co/bNcSJuva0a via @eBay
23690                                         RT @Rockprincess818: See something say something...we are and  @PayPal isn’t doing a damn thing about it. When are you going to sever ties…
23691                                                                           RT @kate_dorierosie: HOORAY MY KING! 👑 @TheJohnDiMaggio @disenchantment @netflix https://t.co/hF4vjG4WLv
23692                                        @norwegian76 @RedHat @IBM @JWhitehurst A company built on closed-source software (IBM/Microsoft) is acquiring an or… https://t.co/ipM72fODx7
23693                                               Check out Converse Chuck Taylor All Star Black &amp; Blue Padded Collar &amp;Tongue Men 9 Women 11  https://t.co/lig8pxMtzR via @eBay
23694                                                                                       #FREE at the time of post! Sweet Barbarian by Jayla Jasso https://t.co/px1KOCT0Ll via @amazon
23695                                                                            RT @Reuters: German SPD leader gives Merkel an ultimatum after state vote losses https://t.co/UgzBQQqKbm
23696                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23697                                                   Check out Custom Punk Metal Pink Vest Children of Bodom Fits S - L % OF PROFIT TO CHARITY #Vest https://t.co/bR88lKkB3v via @eBay
23698                                                                                                                              Hey @facebook please stop advertising anime games. Thx
23699                                                                                                                                           @johnrich @Nike Nikes sales are up 32%!!!
23700                                        RT @RedHat: Red Hat will be combining forces with @IBM in what will go down as the largest #software company acquisition of all time to dat…
23701                                                         RT @tru50liv: @CNN We want more coverage of President Obama and other democratic candidates @CNN @MSNBC @ABC @CBS @PBS @NPR
23702                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23703                                                               Check out Vintage Colorful Canton Compote Metal Pedestal Bowl from Baret Ware #136  https://t.co/O4ywBuUFjX via @eBay
23704                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23705                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23706                                        RT @IISuperwomanII: What do you have planned tonight? CANCEL IT. Because my brother @hasanminhaj just dropped #PatriotAct on @netflix and I…
23707                                                           Check out John Garrou N Carolina Pottery Covered Soup Tureen Purple/Blue Signed #Rustic https://t.co/AddYwO2oH1 via @eBay
23708                                        So annoying when the delivery drivers dont get the message not to leave my @nextofficial parcel in my porch 3 one i… https://t.co/CNMOmz4iEQ
23709                                                                                                @DIRECTV @ATT Why did you give money to a white supremacist like @SteveKingIA @att ?
23710                                                                                 RT @FeedingSFL: Always great having you and all our @BankofAmerica friends. https://t.co/yH8rdjrvmn
23711                                                                                RT @Reuters: Steyer accuses No. 2 House Republican McCarthy of anti-Semitism https://t.co/RrAA7dC88R
23712                                        RT @SezinKoehler: @SonofBaldwin @netflix @WriterRAS @sabrinanetflix Thank you so much for this thread. I am the only TV critic to give this…
23713                                                                                                When @MoneyBaggYo is on the front page of @Google tho!! 💯💕 https://t.co/cEUz4yEHhU
23714                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23715                                        RT @RedHat: Red Hat will be combining forces with @IBM in what will go down as the largest #software company acquisition of all time to dat…
23716                                                                                                            @VytraV @TheQuQu @DolusMiles @RedHat @IBM He wasn't asking for a selfie.
23717                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23718                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23719                                                                                                Name a more iconic duo. I’ll wait. @netflix @Stranger_Things https://t.co/i1zAM90riG
23720                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23721                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23722                                                                         Check out Women's size 4 CALVIN KLEIN bootcut jeans #CalvinKlein #BootCut https://t.co/kEB6RAAuYf via @eBay
23723                                        @JUSTTYPER @DIRECTV @DIRECTVService @ATT Don’t forget to tag @NFL and @nflcommish  so they know @DIRECTV is screwin… https://t.co/v0X7M0efEv
23724                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
23725                                        RT @RedHat: Red Hat will be combining forces with @IBM in what will go down as the largest #software company acquisition of all time to dat…
23726                                        RT @v_eraaa: And again @netflix is screwing up? Why does this keep happening to Shadowhunters and not any other show on netflix? It's all s…
23727                                        RT @TEAM_MALEC_76: @sanesouza1 @ShadowhuntersTV @netflix @FreeformTV KEEP RT! WE HAVE TO LET OUR VOICES BE HEARD!#SaveShadowhunters #Free3b…
23728                                                                                                                                    @Delilah_HD @Microsoft Checkerboard 4k isn't 4k?
23729                                                                                                                                       @PayPal thank you for holding Gab accountable
23730                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23731                                         @RedHat @IBM Dear Red Hat: Maybe you want to rethink that name moving forward. There was a diet candy in the early… https://t.co/gfETomi0YG
23732                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23733                                                                                                             @FleecyLisa @facebook @Twitter Yeah right oh then the wind blows 😂😂😂
23734                                                                            RT @strayfromdapath: You will see about 80% of it. @UPS lost 4 of our boxes 🙄🙄 https://t.co/1w54F0DQW9
23735                                                                                                                     @IBM u can finally claim that to be - 'RedHat of Deep Learning'
23736                                        RT @RedHat: [NEWS] @IBM to acquire Red Hat and become the world's leading #hybridcloud provider. https://t.co/goihRICRr3 https://t.co/G8SKS…
23737                                         @TPingitore @FetusKebabs @april_logue @Grummpyoldfart @getongab @stripe @PayPal @joyent @realDonaldTrump Complete.… https://t.co/JpkrdXUtzW
23738                                                                                                                          @ATT Why did you give money to King?  The man is a racist.
23739                                        RT @RedHat: Red Hat will be combining forces with @IBM in what will go down as the largest #software company acquisition of all time to dat…
23740                                         RT @edtraveler: To @Bayer :Why are you sponsoring the xenophobia and racism of @TuckerCarlson each and every day. Surely with your history…
23741                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23742                                                                                                                      RT @ehsavoie: @aheritier @IBM @RedHat WildFly is still free ;)
23743                                        RT @RedHat: [NEWS] @IBM to acquire Red Hat and become the world's leading #hybridcloud provider. https://t.co/goihRICRr3 https://t.co/G8SKS…
23744                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23745                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23746                                        @joshtpm @21CF is the owner of Fox News  - anyone doing business with them should be asked about FNC and how they f… https://t.co/Z0AhR69YX8
23747                                                                                     RT @Heineken: When in Mexico...🇲🇽 #MexicoGP #HeinekenF1 @arminvanbuuren https://t.co/9zeY7Xc5WX
23748                                        RT @Zanka2018: @DesignationSix @Nestle @FoxNews @Coffeemate @OvaltineUSA @Friskies @CatChowCo @dogchow @FancyFeast Seriously. Hey Nestle Pl…
23749                                        RT @Zanka2018: @DesignationSix @Nestle @FoxNews @Coffeemate @OvaltineUSA @Friskies @CatChowCo @dogchow @FancyFeast Seriously. Hey Nestle Pl…
23750                                          RT @CocaCola: Name the last person you had lunch with.  They owe you BBQ and a Coke Zero Sugar! 😝 #ServeWithaCoke https://t.co/28HHB2KH0j
23751                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23752                                                                                                   @JuddLegum @ATT @ATT Any explanation on the donation to openly racist Steve King?
23753                                                                                           The only thing worse than @ATTCares @ATT @DIRECTV @DIRECTVService is Jon Gruden. #RAIDERS
23754                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
23755                                                                                                                      Check out my listing @eBay - https://t.co/ZD91GZGAis via @eBay
23756                                        RT @RedHat: Today is a banner day for #opensource. Red Hat will be combining forces with @IBM in the largest software transaction in histor…
23757                                        @Buccaneers @Microsoft Ryan Fitzpatrick is now are starting quarterback we don’t need Jameis Winston anymore I’m no… https://t.co/eumWvNY9GJ
23758                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23759                                                                     Check out WICKED BROADWAY SHOW AUTOGRAPHED ORIGINAL POSTER WINDOW CARD 14x22  https://t.co/5hv9QGz4kP via @eBay
23760                                         RT @CathyJoeGPT: @JuddLegum @Ralvarez3333 @ATT @ATT I am a customer-for decades I have been a customer-the answer to this question is very…
23761                                        RT @RedHat: [NEWS] @IBM to acquire Red Hat and become the world's leading #hybridcloud provider. https://t.co/goihRICRr3 https://t.co/G8SKS…
23762                                                           @DIRECTV @ATT Why so you give money to a known racist? I am a current customer ready to switch providers given this fact.
23763                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23764                                                    RT @KenSpitz1: @EveHammond13 @PamelaGirvin @ProcterGamble @Gillette @FoxNews @BillHemmer Does Bill Hemmer still working at Fox ?
23765                                        RT @RedHat: Red Hat will be combining forces with @IBM in what will go down as the largest #software company acquisition of all time to dat…
23766                                        @SocialPowerOne1 @ProcterGamble we use a lot of your products but we are going to stop as long as you continue to a… https://t.co/CwPRnTN1Tw
23767                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23768                                        RT @RedHat: Red Hat will be combining forces with @IBM in what will go down as the largest #software company acquisition of all time to dat…
23769                                                     New ladies size 7 Charming 925 Sterling  Silver  w/White CZs Flower Floral Ring  SALE $20.00  https://t.co/9nqXO5AAin via @eBay
23770                                                                                                                            @Kawsara_M @sanababaa @Starbucks LOL you an asshole 😂😂
23771                                                                 Check out Germaine Monteil Vintage Supplegen Instant Action Firmer 0.22 fl.oz (6.5ml) https://t.co/gNe97gsXyq @eBay
23772                                                                 @ATT @DIRECTV @DIRECTVService all #SUCK! #Stream but not from #DIRECTV. They are awful since #ATT took over.#Ripoff
23773                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23774                                        RT @Dr_Joe_Sanders: @RodStryker @carolinejfklink @CNN @ABC @NBC @CBS this is sad but it can be fixed with KNOWLEDGE TRUTHS AND GOD  it star…
23775                                                                            RT @hadessuk: I was down the pub when I got told that happened. Your round @IBM. https://t.co/1WFBWrFgir
23776                                        RT @Veteran_Strong: That's because @CNN @MSNBC @CNBC @ABC @NBC @CBS are nothing but lying #hypocrisy and #FakeNewsMedia! https://t.co/2Mjwq…
23777                                                                @CrownandAGinger @easyJet Tell em you'll stick your head out the window down and tell them if something's in the way
23778                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23779                                        RT @BeastModeGran: @DetectiveJonesy @JuddLegum @ATT I had thought of changing to ATT. I won't mow. Thanks for the heads up. I do have their…
23780                                        RT @100awj: @Tesco @sainsburys @asda I really hope you aren't buying from these Almeria greenhouses with hideous working and living conditi…
23781                                                                   @DIRECTV @ATT Why are you giving thousands of dollars to help reelect perhaps the most racist person in Congress?
23782                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23783                                        RT @RedHat: Red Hat will be combining forces with @IBM in what will go down as the largest #software company acquisition of all time to dat…
23784                                                           Check out Longchamp New Waterproof Nylon Leather Tote Handbag Wine Large Bag #Womensbag https://t.co/TTiR2d99PQ via @eBay
23785                                                                                                                      Check out my listing @eBay - https://t.co/VpoXdHt45W via @eBay
23786                                         @iMilnb @IBM nextgen IBM-Systemd is the de-facto IBM business process management tool to leverage your system into… https://t.co/sDeHJy99ZA
23787                                                       Check out Labyrinth Movie David Bowie Loot Crate Shirt Size Large Black Fantasy 80s #RockMe https://t.co/EpmemnHmO3 via @eBay
23788                                                                                               Check out Local Pick Up Only Snow Cat Handmade Ornament https://t.co/0o56GjnFCW @eBay
23789                                        RT @DrewZabrocki: Strong statement for the value of enterprise #opensource: @IBM to acquire @RedHat for $34B @centricitydata @IBMBlockchain…
23790                                        RT @RedHat: Today is a banner day for #opensource. Red Hat will be combining forces with @IBM in the largest software transaction in histor…
23791                                                                                                                                       @Walmart Hi Walmart can u do me a favor &lt;3
23792                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23793                                         RT @poolcar4: Imprisoned @Reuters journalists Wa Lone and Kyaw Soe Oo on Friday received the @MedillSchool medal for courage. Their friend…
23794                                        @MLS @LAFC @11carlosV @ATT That is the worst call in the history of your red contract.  Right in sinovics chest.  T… https://t.co/fz9SZIAdi5
23795                                                                                                                                                 @ATT ANSWER https://t.co/zClLSQKLqJ
23796                                                                  Check out Garnet Heart cut loose gemstones natural untreated 8 m x 8 mm 2.90 carats  https://t.co/C44Ik5Aqlt @eBay
23797                                        RT @AlexMLeo: @FoxNews @Keurig @Ford @LincolnMotorCo @pfizer @LibertyMutual @BayerUS @Honda @Acura @AceHardware @Pampers @Allstate @esuranc…
23798                                        RT @RedHat: Red Hat will be combining forces with @IBM in what will go down as the largest #software company acquisition of all time to dat…
23799                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23800                                                               10x10 ft Nature Green Leaves Backdrops Photography Wedding or Children Birthd... https://t.co/S58hM9desh 来自 @amazon
23801                                                    Check out NEW WORLD DICTIONARY OF AMERICAN ENGLISH THIRD COLLEGE EDITION 1988 BOOK #Dictionary https://t.co/qDCCnBmaHm via @eBay
23802                                        RT @sandrayearman: You Are The Song / Inspirational  https://t.co/bFXmvBj4Hh via @amazon   #poetry #Angels #gratitude #inspiration #goodrea…
23803                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23804                                         RT @Hopkins_Amber: RT or tweet #HR4HR! @TMobile will donate $2 to help hurricane relief victims. It's so easy! ⚾️#WorldSeries #mlb #Astros…
23805                                                                                                                       @winniesun @NiaCrutcher @WholeFoods @amazon You’re welcome 😉
23806                                                Check out MENS CROFT &amp; BARROW BLUES PLAID FLANNEL SHIRT BIG &amp; TALL SIZE: 2XL - TALL 2XLT   https://t.co/DA2I3PLfu4 via @eBay
23807                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23808                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23809                                                                                                                 @Apple Any plans for a #ProductRed #iphonexsmax in the near future?
23810                                                                                           @RedHat @IBM @JWhitehurst When is the current Red Hat team forking the code and quitting?
23811                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23812                                         @JuddLegum @KassandraSeven @ATT Why would any company donate to such a hate filled individual. What he espouses is… https://t.co/b3uIBGO1mw
23813                                         @CBS can y’all not tell people to vote for gun safety laws on November 6th and let people decide for themselves so… https://t.co/hJdqXFFUFn
23814                                     Watching @CBS covering the most recent mass shooting in #PittsburghSynagogue &amp; they are really ignoring the common… https://t.co/9wSk70oTJI
23815                                                   Check out LIFETIME 18-8 STAINLESS STEEL 5 QT STOCK POT/PAN &amp; LO HEET REPLACEMENT LID  USA   https://t.co/791NdD6JHX via @eBay
23816                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23817                                           I'm painting pumpkins and watching #thehauntingofhillhouse  on @netflix. Trying to fight off the cold coming on.… https://t.co/8bROObwjAL
23818                                        RT @leonbergers: @JuddLegum @ATT No shit. @ATT and Steve King. That is good to know. My contract is up at the end of the year. Time to swit…
23819                                        RT @RedHat: [NEWS] @IBM to acquire Red Hat and become the world's leading #hybridcloud provider. https://t.co/goihRICRr3 https://t.co/G8SKS…
23820                                                                                   RT @Reuters: Far-right Bolsonaro takes commanding lead in Brazil election https://t.co/jXZ5rfCQzB
23821                                                  Check out Vintage 90s Minnesota Vikings Starter Jacket Sz Large Coat Puffy Pouch Purple #Starter https://t.co/Bd9k7zgpSb via @eBay
23822                                                             Alternator repair plug harness  Hitachi Mitsubishi Valeo Mando  H type RPT-44001 #PLB https://t.co/EO27BQ86oX via @eBay
23823                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
23824                                                                                                                                                       @haunting @netflix well done!
23825                                        @Ford As a loyal Ford customer I find it appalling that you advertise on Fox News. Do you want your product associa… https://t.co/eUCy0ZNgqi
23826                                        RT @tattletattletae: Once you've watched this @netflix documentary about @steveaoki you will know why he is working with @BTS_twt on such g…
23827                                                                                             RT @Reuters: Right-wing Bolsonaro wins Brazil presidential race https://t.co/VtVxx2SkJb
23828                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23829                                        RT @RedHat: [NEWS] @IBM to acquire Red Hat and become the world's leading #hybridcloud provider. https://t.co/goihRICRr3 https://t.co/G8SKS…
23830                                                                  Check out VINTAGE MINIATURE SOUVENIR CHINA BELL LONDON BRIDGE LAKE HAVASU CITY   https://t.co/7RC73uI8fn via @eBay
23831                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23832                                         RT @1helpamerica: @mildge50 @ATTCares @ATT @CREDOMobile is very blue. Check out their Twitter wall. I really gotta switch asap. There's so…
23833                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23834                                                      @ReformedBroker @ProcterGamble did proctal provide lou with the hair dye? He looks like a breathing version of sheldon adelson
23835                                                                                                              @IBM acquired @redhat. https://t.co/DhQjKFsHh2  #domino2025 #IBMDomino
23836                                        @BBCBreaking @theresa_may @michieldijkman @SamsungSDSA @Samsung @dreynders @Samsung_NL [Tips for @theresa_may's spy… https://t.co/RHpuyCbEN3
23837                                                                                                                                                     RT @Starbucks: @melylafea Woot!
23838                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23839                                                                 Check out Maxx Collection Race Cards 1991 1990 Race #15 Daytona Card #185 of 240  https://t.co/k1CBCJNMoA via @eBay
23840                                    RT @SAP: SAP HANA is helping @ElephantsRhinos &amp; People (ERP) preserve the world's ecosystem for future generations. https://t.co/H8kclZW3lr…
23841                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23842                                                          Check out Batman And Robin Comic Issue 18 The New 52 Modern Age First Print 2013 Tomasi  https://t.co/mMPKTeFxA5 via @eBay
23843                                        @deanna790 @alamocitycon @Disney It didn’t look like Scott Weigner to me but now that I look at it it does. Did any… https://t.co/0Goccktya9
23844                                                                           Check out 1941-S 1946-D 1952-S //  LOT // JEFFERSON NICKELS  // # 4022  https://t.co/AEGRwZMno8 via @eBay
23845                                       Watch @JohnLegere's broadcast: #LIVE @TMobile CEO: #SlowCookerSunday is DONE! So let’s do a themed Instagram Q&amp;A! https://t.co/Re6rOwtKIn
23846                                        @JessPiers @lastminute_com @ebookers @Avoid_Goldcar @Goldcar @es_goldcar @TripAdvisor @TravelLeisure @Europcar Cont… https://t.co/Lw4ydzO1fl
23847                                                                                                                                               @Nike is still #DCO #dope #chit #only
23848                                                       Check out Vintage Mini / Small Car Mix Lot Galoob Micro Machines Blazer Hot Rod Race Dune   https://t.co/BPmN5cRLGA via @eBay
23849                                                                                                                               RT @JuddLegum: Your move @ATT https://t.co/4mra1LPySG
23850                                                                                          RT @Saintsfan5348: Thank you @intel. Now do the same for the @GOP. https://t.co/n0zfOL529Y
23851                                           RT @DonFi4o: Check out Vintage Virgin Mary Sculpture Our Lady of Fatima w/ Music Box Catholic Figure    https://t.co/pNeFgQapXz via @eBay
23852                                                                                                                                  @ATT Why are you donating to #Racist @SteveKingIA?
23853                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23854                                        RT @ABREG_1: I had a blast helping out in Houston! Tweet and RT with #HR4HR during the World Series and @TMobile will donate $2 to @TeamRub…
23855                                         RT @JaXboxChick: Dear @McDonalds please stop asking if we want “boy” toys or “girl” toys. My daughter loves #Pokémon too. Is it so hard to…
23856                                         I only watch #FoxNews to see all sides of an issue-also @CNN @MSNBC @OANN also @Reuters @BBCWorld and @France24_fr… https://t.co/g1K7nY7pcs
23857                                                                               Check out Aeropostale Women’s 100% Full Zip Hoodie Size Small Off White https://t.co/vyE1OqI4k6 @eBay
23858                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23859                                        TO:  @Gillette   FYI:  I regularly buy your razors for my boyfriend.  I don't watch Fox News and no one with a brai… https://t.co/RW2zAnhtNP
23860                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23861                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23862                                        RT @RedHat: Today is a banner day for #opensource. Red Hat will be combining forces with @IBM in the largest software transaction in histor…
23863                                         @nodns @Starbucks I went to one the other morning early in Spokane airport. They didn’t have coffee brewed. I just… https://t.co/7lbOTm3tK9
23864                                                                                                                                    @JuddLegum Time to switch my phone provider @ATT
23865                                        RT @eksr44: @JuddLegum @RobEdwa22574873 @ATT My family just switched to @TMobile .  So odd that @ATT would donate to someone like this.  Sh…
23866                                                                                         RT @newrawmom: @ATT You should make the decision to stop supporting that racist Steve King.
23867                                              On today’s date Bell was awarded the first US patten! @ATT @Xandr76 #payphone #payphoneproject #imatapayphone… https://t.co/c3k4HgfBSv
23868                                                                                                                     @BigGiantCircles @TMobile Time to switch to FiOS or something!!
23869                                                          Check out Nice~Lot of 2 SANTA CLAUS~ Vintage Antique CHRISTMAS Postcards-k576 #Christmas https://t.co/5McishRsLv via @eBay
23870                                                                                        RT @Reuters: IBM to acquire software company Red Hat for $34 billion https://t.co/L9MzMvNs5A
23871                                                                                                                                        @JuddLegum @AtheistEngineer @ATT Retweeted ❤️
23872                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23873                                                                                                                       RT @_SilenceIsGold_: Why isn’t Norbit on @netflix yet??? 😭😭
23874                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
23875                                                                                                                                              @TMobile I finished the chocolate show
23876                                                                                                                                                    @jennyfvinzant @Starbucks Weird!
23877                                                      ATTN America @XFINITY @comcast service SUX something is wrong every f'n wk 2x a wk! Why is my bill so damn high n service SUX!
23878                                                                                                                               RT @JuddLegum: Your move @ATT https://t.co/4mra1LPySG
23879                                    RT @nancylevine: @JuddLegum @ATT What a coincidence. AT&amp;T CEO Randall Stephenson cut a deal with Trump for tax cuts. https://t.co/mLy8eaSCa…
23880                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23881                                                    Check out NEW COOGI LUXE Mens 4XL Button Dress Shirt Contrast Flip Cuff Paisley 20.5/21 #Coogi https://t.co/S2uvDOaZbV via @eBay
23882                                        RT @OliverMcGee: @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO .@Amazon 2012! “Jumping The Aisle: How I Became a Black Republi…
23883                                           Game 5 @RedSox up 3-1 Top of the 1st Steve Pearce hit a 2 Run Hr @MLB @TMobile @TeamRubicon #HR4HR #Retweet #tmobile #teamrubicon #redsox
23884                                                                                               Check out AIR JORDAN 11 | PLATINUM TINT | men’s size 13 https://t.co/3URoJwtGd0 @eBay
23885                                                 Check out BOMANN Cutting Sandwich Maker ST7500 Good White Design Press Sand Maker Germany #BOMANN https://t.co/JjBx4EJisv via @eBay
23886                                                   @ATT Can you explain your continued financial support of Steve King? Your endorsement of his statements and policies is shameful.
23887                                                                                     RT @slpng_giants: COMFIRMED: @intel will no longer support Corn Hitler. https://t.co/vsJvquHkD6
23888                                        RT @Reuters: .@Reuters spent more than a year scouring decades of little-used ocean data to uncover a climate-change crisis for marine life…
23889                                                                            RT @Reuters: Far-right Bolsonaro rides anti-corruption rage to Brazil presidency https://t.co/8g1jcGPFCu
23890                                        @Reuters Corruption has been rampant in Brazil’s politics both on the national and local level for years. Perhaps p… https://t.co/5GTDOW7PqW
23891                                                              Check out Lovely Vintage Lot Of Three Nylon Leotards Variety Long Sleeve Size Large  https://t.co/nZyHETTvEt via @eBay
23892                                                                                Check out Silver Women’s Suki Mid Capri Size 28 Inseam 24’ Medium Wash https://t.co/gQi56azyK1 @eBay
23893                                                                                                                                 @ATT why are you giving money to racist Steve King?
23894                                            Check out Vintage Style Clear Glass Embossed Salt &amp; Pepper Shaker Set Leaf Pattern #HomeEssentials https://t.co/QHCBVxY4Df via @eBay
23895                                                     Check out Josephine Chaus Women's Sz XL XLarge Blue White Button Down Blouse Top #A34 #Blouse https://t.co/vO1Q9cq5wS via @eBay
23896                                             @DavidCayJ @ATT @ABABankers @ValeroEnergy @NAHBhome Im trying to locate something that shows ATT donating to Steve King. Can u help me?
23897                                        RT @gericsl: @LyattNews @chillyhades @Sony @NBCTimeless @abigailspencer @MattLanter @TheTimelessRoom Chemistry... #Timeless #SaveTimeless h…
23898                                        RT @RedHat: [NEWS] @IBM to acquire Red Hat and become the world's leading #hybridcloud provider. https://t.co/goihRICRr3 https://t.co/G8SKS…
23899                                                                 Via @Reuters: Brazil's Bolsonaro says Trump called to wish him luck https://t.co/lfq15JIck7 https://t.co/MYZzggxiMI
23900                                                Check out Night Lite Girl's 2 Pc Pajamas Short Sleeve Top Long Pants With Red Ladybugs   #TwoPiece https://t.co/34D6VUAotQ via @eBay
23901                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23902                                        @ATT @jk_rowling YOU SINNERS NEED TO STOP SINNING EVERYDAY AND TRUST AND OBEY JESUS CHRIST THE LORD AND SAVIOR! JUD… https://t.co/cVDwZ4uGlv
23903                                        @RandyFiddler1 @steelers @JamesConner_ @Hyundai I don’t know why y’all trippin Steelers    gonna need both Bell and… https://t.co/KiuNjaFG2W
23904                                                                                                                                     @Reuters Lion Air crashes a lot. This is so sad
23905                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23906                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23907                                                        Check out 2016 Bowman Andrew Benintendi RC Rookie Card (30) Card Lot Red Sox #BostonRedSox https://t.co/Dmpw6F1vzv via @eBay
23908                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23909                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23910                                                                                                                        @JuddLegum @ATT Really?! Exploring new Internet options now.
23911                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23912                                                 @emilycrockett @ProcterGamble @Bounty @MyCascade @Charmin @Crest @DawnDish @Febreze_Fresh @Downy @Gillette… https://t.co/sRLb4Va6xV
23913                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23914                                         @DebTobin8 @RealDavidDenn13 @realwilltierney @jmocity @getongab @stripe @PayPal @joyent @realDonaldTrump How do we… https://t.co/LIZUw90gTR
23915                                                                                                                                              @netflix I hope they bring Archer back
23916                                                                                          RT @Reuters: Brazil's Bolsonaro says Trump called to wish him luck https://t.co/IyG5xTUswF
23917                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23918                                                   RT @kaosonia: Check out Contemporary Sterling Silver Earring with Shiny Hammer Finish on Front  https://t.co/V4JG2nLBDY via @eBay
23919                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23920                                        @ATT YOU SINNERS NEED TO STOP SINNING EVERYDAY AND TRUST AND OBEY JESUS CHRIST THE LORD AND SAVIOR! JUDGMENT DAY IS… https://t.co/NBAnibwVxJ
23921                                                    RT @johnbooker61372: Check out #OOSHIES #MARVEL JAKKS PACIFIC HOLOGRAM #IRONMAN  #JAKKSPacific https://t.co/v5Bam8Z9fG via @eBay
23922                                        RT @tattletattletae: Once you've watched this @netflix documentary about @steveaoki you will know why he is working with @BTS_twt on such g…
23923                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23924                                                                    Check out 2006 USA Isabel Bloom Green Angel With String Of Red Hearts #ArtDeco https://t.co/6bbPqLhars via @eBay
23925                                                                                                               RT @Nashgrier: “Gnome Alone” is out now on @netflix! Listen for me 😏
23926                                                                                  RT @AhsilaHarper: @reeses @amazon Reece's peanut butter mini cups are my fav #notsorry #sweepstake
23927                                                                                                                                 @Domoviye2 @skies_empyrean @TroyRiser @netflix This
23928                                                                How close and am I to booking this $399 4 day trip to Cartagena on @Groupon by my damn self. https://t.co/Ma44e89ERT
23929                                                                                           @RedHat @IBM @JWhitehurst Good strategy! Same happened in the past when Oracle bought Sun
23930                                                                                           @RedHat @IBM @JWhitehurst Good strategy! Same happened in the past when Oracle bought Sun
23931                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23932                                                                                         @THESagerbomb @McDonalds McDonald's definitely isn't known for their good customer service.
23933                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23934                                                                                                                                                                @megolas1 @ATT Same!
23935                                                                                                                     @netflix put more impractical jokers seasons on netflix!!!! plz
23936                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23937                                                                                                          @netflix I’m hella emotional at the ending of the haunting of hill house😭
23938                                        Dynasty was such a good show. @hulu @netflix please fight over who will get the rights to air all episodes.  Perhap… https://t.co/PGPjQ7GRjQ
23939                                                                                                                               RT @JuddLegum: Your move @ATT https://t.co/4mra1LPySG
23940                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23941                                                                                         RT @Reuters: Trump congratulates Brazil's Bolsonaro on election win https://t.co/pgYE3z1kTC
23942                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23943                                                                                                                                  Weightlifting Kimbokjoo please jdnejxheud @netflix
23944                                        RT @CocaCola: Viva l'Italia! Where’s your favorite spot to grab great Italian and an ice-cold Coke Zero Sugar?  #ShareaCoke https://t.co/S2…
23945                                                                   Check out Antique Sterling Silver 925 &amp; Blue Glass Turtle Scarf Pin Brooch  https://t.co/9uUeLbGkbl via @eBay
23946                                        RT @LandryQWalker: SABRINA WAS CREATED BY GEORGE GLADIR AND DAN DECARLO. GIVE CREATORS CREDIT!!! @netflix @ArchieComics https://t.co/iYoF3j…
23947                                                                                         RT @Reuters: Trump congratulates Brazil's Bolsonaro on election win https://t.co/pgYE3z1kTC
23948                                                                                RT @ArianaToday: “Hairspray Live!” is now available to stream on @netflix 🎶 https://t.co/FzhfmSpowY
23949                                        @getongab @joyent @PayPal @stripe @Medium @GoDaddy @realDonaldTrump @parscale Lol begging @parscale for help is ici… https://t.co/lDOpfcYCpT
23950                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23951                                        RT @AlexMLeo: @FoxNews @Keurig @Ford @LincolnMotorCo @pfizer @LibertyMutual @BayerUS @Honda @Acura @AceHardware @Pampers @Allstate @esuranc…
23952                                                                                         RT @Reuters: Trump congratulates Brazil's Bolsonaro on election win https://t.co/pgYE3z1kTC
23953                                        @EricLiptonNYT @washingtonpost @NYT @WSJ @CBSNews @CBS @ABC @NBCNews @MSNBC @CNN @BBC  haven’t figured out yet prop… https://t.co/IKDiwfQ1op
23954                                                                                                            Time to boycott @ATT ! Spread the word @clouwinfrey @AnnBly2 #boycottatt
23955                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23956                                        @Cisco is on its way to impact one billion people by 2025 with their support to the Anudip foundation. By empowerin… https://t.co/UwmBB837JR
23957                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
23958                                                                                                @CEOVirtue @getongab @joyent @PayPal @stripe @Medium @GoDaddy Sure you’ll be missed?
23959                                        RT @emilycrockett: @ProcterGamble @Bounty @MyCascade @Charmin @Crest @DawnDish @Febreze_Fresh @Downy @Gillette @GilletteVenus @OlaySkin @Or…
23960                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23961                                         RT @bryanboyne: @JuddLegum @ATT I'd like to know asap.  I have an appointment to switch my internet and cable to ATT on Nov 3 to get their…
23962                                        RT @DesignationSix: Here are some @Nestle products that advertise on @FoxNews They are tagged so they will get notified for each LIKE RETWE…
23963                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23964                                                                                            @carlycdebaca @taylorcrumpton @netflix @strongblacklead Ah! Thank you...and OMG!?????!!!
23965                                        RT @RedHat: [NEWS] @IBM to acquire Red Hat and become the world's leading #hybridcloud provider. https://t.co/goihRICRr3 https://t.co/G8SKS…
23966                                                                                                  Election Night Prime Video ~ Jeffrey Entwistle https://t.co/t7DdfC3GrC via @amazon
23967                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23968                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23969                                        @getongab @joyent @PayPal @stripe @Medium @GoDaddy Never did business with any of them except @paypal. Just remedie… https://t.co/tWpnrkPm2E
23970                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23971                                                                                                        Check out my listing @eBay - https://t.co/q1i87Fily2 via @eBay new year 2019
23972                                                                                                                                                                   @UPS hire him NOW
23973                                                                                                                                     @RedHat @IBM Redhat-IBM Wat.. Redhat Blue mixed
23974                                        @PrescottJan @them @Google Votes do not come from non-citizens. It's been investigated after 2016 election. Ppl who… https://t.co/VdSCirrrOK
23975                                         RT @shialanee: Check out Soma Women’s One Size Gray Sleeveless Sweater Vest Asymmetrical Swoop Back #Soma https://t.co/nmctFXqaUD via @eBay
23976                                                                                            Check out our latest rave review on @TripAdvisor! https://t.co/ZnTuxjOcKu #5bubblereview
23977                                                                                                                           @Disney live action Ratatouille with this man as Linguini
23978                                        RT @RedHat: Red Hat will be combining forces with @IBM in what will go down as the largest #software company acquisition of all time to dat…
23979                                                                                        RT @ATT: Welcome to the team! @taylorswift13 https://t.co/4h86nLYuLo https://t.co/gAHOi7fPrZ
23980                                                                                          Together With You by Victoria Bylin https://t.co/PAaWHjLVRw via @amazon kindle $3.72 today
23981                                                Check out UGG Womens Yasmin Snake Gladiator Sandal Black Leather Lace Up Shoe with Zipper #Sandals https://t.co/fgN49xrqt2 via @eBay
23982                                                Check out UGG Womens Yasmin Snake Gladiator Sandal Black Leather Lace Up Shoe with Zipper #Sandals https://t.co/fgN49xrqt2 via @eBay
23983                                                                  @ProcterGamble I will not be supporting your products as long as you support @foxnews with your advertising money.
23984                                                                     Bluedio BS-3 Bluetooth 4.1 Cordless Stereo 3D Soundbar Subwoofer Mini Speaker https://t.co/yemdmj2jtt via @eBay
23985                                                                                          Just finished @Castlevania on @netflix and I just wanna give Alucard a big ass hug! 😭😭😭
23986                                        RT @Reuters: UPDATE: Here's the latest on Indonesia's Lion Air flight #JT610 believed to have crashed in Java Sea with 188 aboard https://t…
23987                                        RT @Reuters: UPDATE: Here's the latest on Indonesia's Lion Air flight #JT610 believed to have crashed in Java Sea with 188 aboard https://t…
23988                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
23989                                                                                                     RT @Nike: Don't chase records. Chase history. #justdoit https://t.co/k9YyeTCaqc
23990                                                                                                             @AlexMLeo @Crest @ProcterGamble ooo I didn't know Jason made toothpaste
23991                                                         Check out Sterling Silver High Polished Cut Out Paw Print Earrings French Wire Fastening  https://t.co/lOTNr4C6wJ via @eBay
23992                                                   Check out 14k Yellow Gold Fn Round Diamond Engagement Wedding Band His &amp; Her Trio Ring Set  https://t.co/asfIcv7yYC via @eBay
23993                                                Check out Cappuccino Large Coffee Cup Mug Snack Lunch Oval Plate Crate and Barrel  #CrateandBarrel https://t.co/RErYUzZilW via @eBay
23994                                        RT @joey_hickson: Just had the worst customer service experience with @ATT @ATTCares Digital Life! I am going to cancel Both my home securi…
23995                                        RT @skip_conover: Pay attention @AmazonHelp @amazon . There are a lot of people around the world who rely on @InnerCityBooks . https://t.co…
23996                                    RT @Geoff49940067: Check out JOHN LENNON &amp; YOKO ONO MILK AND HONEY 1983 JAPAN Vinyl LP 25MM0206 NEAR MINT  https://t.co/DQKYpd6D3z via @eBay
23997                                                    Check out Starbucks Mug Pair Christmas Winter Coffee Cup  White Red Snowflakes 2010 #Starbucks https://t.co/Of0KHZlXPB via @eBay
23998                                                                                     please hear us!! @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca ' '
23999                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive chrome Thanos Pop! prize pack! https://t.co/J2ELLu…
24000                                        RT @Reuters: UPDATE: Here's the latest on Indonesia's Lion Air flight #JT610 believed to have crashed in Java Sea with 188 aboard https://t…
24001                                        RT @Reuters: UPDATE: Here's the latest on Indonesia's Lion Air flight #JT610 believed to have crashed in Java Sea with 188 aboard https://t…
24002                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
24003                                        RT @Reuters: UPDATE: Here's the latest on Indonesia's Lion Air flight #JT610 believed to have crashed in Java Sea with 188 aboard https://t…
24004                                                     Check out Vintage/ Antique Onyx Drop Pendant Necklace Black Bead Red Painted Focal Bead #Drop https://t.co/F1oaDBIdVx via @eBay
24005                                                                                                                               RT @JuddLegum: Your move @ATT https://t.co/4mra1LPySG
24006                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
24007                                        RT @emilycrockett: @ProcterGamble @Bounty @MyCascade @Charmin @Crest @DawnDish @Febreze_Fresh @Downy @Gillette @GilletteVenus @OlaySkin @Or…
24008                                                                #New Listing! Theory Blue White Stripe V-Neck Rear Vent Tunic Top S #Theory #Tunic https://t.co/HJz3vBmsAi via @eBay
24009                                        RT @CocaCola: Viva l'Italia! Where’s your favorite spot to grab great Italian and an ice-cold Coke Zero Sugar?  #ShareaCoke https://t.co/S2…
24010                                                  RT @JB_Rain_Maker: $PURA - Puration Inc (OTCMKTS:PURA) Explodes on Coca-Cola Interest https://t.co/mmSZydKUUA via @Oracle Dispatch
24011                                           @JohnLegere @shannoncoulter @SharLWat @awais @ATT @JuddLegum @TMobile i also need to switch our family away from… https://t.co/a9hIR6BSyB
24012                                                                                     RT @Google: Here’s to first responders around the world who answer the call in times of crisis.
24013                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24014                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
24015                                        RT @Reuters: UPDATE: Here's the latest on Indonesia's Lion Air flight #JT610 believed to have crashed in Java Sea with 188 aboard https://t…
24016                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
24017                                        RT @joey_hickson: Just had the worst customer service experience with @ATT @ATTCares Digital Life! I am going to cancel Both my home securi…
24018                                                          Check out Art Direct from the Artist Photographs digital file of yellow and red tulips.  https://t.co/AJNSs3CaEo via @eBay
24019                                                                RT @MichaelaCoel: The Haunting Of Hill House on @netflix is a show to watch and learn from if you want a great life.
24020                                       @tomekia78 @Belcalis16 @Power1051 @iamcardib @ATT You look broke 😂don’t get mad cause you can’t even jumpstart a ca… https://t.co/SGs1kQrsBC
24021                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
24022                                                                    Check out Hit or Miss Sheer Light Support Control Top Pantyhose #hH #Pantyhose https://t.co/iRnMIkHjQ0 via @eBay
24023                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24024                                        RT @Reuters: UPDATE: Here's the latest on Indonesia's Lion Air flight #JT610 believed to have crashed in Java Sea with 188 aboard https://t…
24025                                            IBM @IBM chases Amazon @amazon into cloud with $33 billion Red Hat @RedHat purchase https://t.co/0kC89vcfHA via… https://t.co/EBfiCIhjml
24026                                                            2.50Ctw Princess Cut Diamond&amp;Pink Sapphire Engagement Ring Contemporary Custo... https://t.co/44vhEO230I via @amazon
24027                                        RT @Reuters: UPDATE: Here's the latest on Indonesia's Lion Air flight #JT610 believed to have crashed in Java Sea with 188 aboard https://t…
24028                                                                                                      @FocusCheryl @JMeloveyou @Reuters @ABC Okay show me where that's at I'll wait.
24029                                                                                                                           @Perkolates @iHateChadStacks @Apple He left with 8 losses
24030                                                                                        Check out Hand Painted Bisque Clay Geisha Statue - signed  https://t.co/Qo3qKcmaeo via @eBay
24031                                        RT @RedHat: Red Hat will be combining forces with @IBM in what will go down as the largest #software company acquisition of all time to dat…
24032                                                  @alvinfoo @Tesla @Boeing @kashthefuturist @JBarbosaPR @jblefevre60 @SBourremani @Paula_Piccard @FrRonconi… https://t.co/VG8IHvdFsV
24033                                    RT @CruzWhobris: @Mxhrad @JuddLegum @ATT @TMobile So AT&amp;T we’ve been with you for years (4 lines) I think I will go into my local store tom…
24034                                                                                                                 @starbuxman @pivotal @IBM BTW what's so bad about this? IBM is bad?
24035                                                                                                                              @giordi63 @RedHat @IBM @JWhitehurst R.I.P. Open source
24036                                        RT @Reuters: UPDATE: Here's the latest on Indonesia's Lion Air flight #JT610 believed to have crashed in Java Sea with 188 aboard https://t…
24037                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
24038                                        RT @Reuters: UPDATE: Here's the latest on Indonesia's Lion Air flight #JT610 believed to have crashed in Java Sea with 188 aboard https://t…
24039                                                       Check out 1.65 Cts Real Lustrous Royal Blue Sapphire Oval Cabochon Thailand 8x6mm Gemstone  https://t.co/j2F4hzjXlX via @eBay
24040                                                        Check out 9.75 Cts Natural TOp Quality Purple Amethyst Round Cabochon Lot Africa Size 6mm  https://t.co/r3g6lhNPe8 via @eBay
24041                                        RT @sengineland: Weekend Review: @Google Maps ‘Follow’ button gives businesses a new way to connect with users by @AmyGesenhues https://t.c…
24042                                                                  Check out my listing @eBay - https://t.co/NIt6y82Wb9 #TheRoad #CormacMcCarthy #modernliterature #literature #Books
24043                                                       Check out 171.46 Cts Natural Blue Aquamarine Large Crystal Rough Cab Rare Specimen Nigeria  https://t.co/LnlszsYelw via @eBay
24044                                                                                                          I really hope they produce a gritty Goosebumps series on @netflix someday.
24045                                                       Check out Green Turquoise Ring Sterling Silver Ring Natural Stone Ring Hypoallergenic Ring  https://t.co/7rC0fsfgDA via @eBay
24046                                        RT @Adobe: Illustrator @Tracyjleeart shares moments of stillness in the midst of motion. Take a look: https://t.co/Ja2gBrUDNn https://t.co/…
24047                                                                            RT @SusieQ19622: Ending soon Athleta Women's Criss Cross Back Tank Size XL https://t.co/t2TWMinCqX @eBay
24048                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24049                                        @eWhispers @sebasmg11 @facebook @AlibabaGroup @generalelectric @iQIYIofficial @Mastercard @Chesapeake This guys mak… https://t.co/P0rtsbqAOy
24050                                                                                         RT @Reuters: Trump congratulates Brazil's Bolsonaro on election win https://t.co/pgYE3z1kTC
24051                                                    Check out Real life escape room lock prop Letter combination locker escape game lock #JXKJ1987 https://t.co/wqqMXkpxGt via @eBay
24052                                        RT @Reuters: Indonesia says crashed plane sought return to base before losing contact https://t.co/M5VS7zULAU #JT610 https://t.co/QTpyTmXC9P
24053                                        RT @joey_hickson: Just had the worst customer service experience with @ATT @ATTCares Digital Life! I am going to cancel Both my home securi…
24054                                                                                                                               RT @JuddLegum: Your move @ATT https://t.co/4mra1LPySG
24055                                                                                                             7 Changes to Social Security in 2019 https://t.co/lCSwGnZkTH via @Yahoo
24056                                        RT @abul1889: Just saw this on Amazon: Acne: Just Another Four-Letter Word by Aarti Patel N.D. for $4.99 https://t.co/bE8XCIVq5l via @amazon
24057                                        RT @joey_hickson: Just had the worst customer service experience with @ATT @ATTCares Digital Life! I am going to cancel Both my home securi…
24058                                                                                                                               RT @JuddLegum: Your move @ATT https://t.co/4mra1LPySG
24059                                              Huh that’s weird. I just typed “Gunman” into @Google translate and it came back as “Terrorist” .... go figure. https://t.co/KMzhxPSVHX
24060                                                                                   RT @Reuters: Far-right Bolsonaro takes commanding lead in Brazil election https://t.co/jXZ5rfCQzB
24061                                                                                                                                                   y’all are horrible @BankofAmerica
24062                                                                                                                            Strong endorsement for @hasanminhaj's new @netflix show.
24063                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
24064                                        RT @CleverlyCool: Check out American Greetings A BERRY MERRY CHRISTMAS Snowman Cookie Jar Rare  https://t.co/081XxqfyjK via @eBay #hallowee…
24065                                                                                                     RT @JenLouGuest: @Tesco what do I do if something's missing from my delivery 😕
24066                                                      Check out WR 15PCS Complete Set of American Bill Banknote Colored Gold $1-$1 Billion USD #WR https://t.co/hupG7DIy8j via @eBay
24067                                                                                                 @them @Google I thought all of them already voted I mean don't most democrats vote?
24068                                                                                     RT @slpng_giants: COMFIRMED: @intel will no longer support Corn Hitler. https://t.co/vsJvquHkD6
24069                                                       Check out Off White 6.89 Ct Genuine Moissanite Engagement Wedding Ring 925 Sterling Silver  https://t.co/qSm5HjDJ9M via @eBay
24070                                                                                                                         RT @BilalS158: And team @netflix :) https://t.co/3OU2IuN2gQ
24071                                        RT @Reuters: JUST IN: Australia instructs government officials and contractors not to fly on Lion Air after Monday crash - government websi…
24072                                    41% OFF #sale #save #CrockPot #slowcooker #cooking #kitchen @amazon Crock-Pot 6-Quart Cook &amp; Carry Oval Manual Port… https://t.co/TjgBESmH5D
24073                                                                                     RT @slpng_giants: COMFIRMED: @intel will no longer support Corn Hitler. https://t.co/vsJvquHkD6
24074                                        RT @RedHat: [NEWS] @IBM to acquire Red Hat and become the world's leading #hybridcloud provider. https://t.co/goihRICRr3 https://t.co/G8SKS…
24075                                         RT @BandieraNancy: @ProudResister @realDonaldTrump @GOP @MSNBC @NBCNews @CBSNews @ABC @Reuters @AP @CNN @USATODAY @washingtonpost @nytimes…
24076                                                Check out Room escape prop smart screen scary frame prop create horrible theme get clubs #jxkj1987 https://t.co/SUKiTkujTm via @eBay
24077                                        @HP there only motive is to piss off customers...worst call centre service n so called technical support...kind adv… https://t.co/7v4dcHVFDQ
24078                                                                               Nice breakfast before my chauffeur arrives @easyJet 🌞 nice day for flying 🚀 https://t.co/u1p9jfNsfO
24079                                                             RT @Reuters: Indonesian plane with 189 aboard crashes into sea soon after take-off from Jakarta https://t.co/K4HA0FjEX1
24080                                        RT @CsharpCorner: #IBM To Acquire #RedHat For $34 billion cc @CsharpCorner @IBM @RedHat https://t.co/uuNgxmwaqh #ibmredhat https://t.co/hMZ…
24081                                                                Wish I'd never bought this little @amazon tablet for my son. U can't het half the apps u can on @Samsung. It's pants
24082                                                                                @northropgrumman @Boeing south Koreans taiwan japan Australia india Israel might to like the project
24083                                                                      Check out #TheGrosseryGang Series 1 #MooseToys #1-103 #ROTHOTCHILI #Shopkins https://t.co/E29OY58hnb via @eBay
24084                                                            Check out Bette Midler Some People's Lives CD + FREE Postage!  https://t.co/7WbIni41oB via @eBay https://t.co/2aNlinLYbd
24085                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
24086                                        RT @RedHat: Red Hat will be combining forces with @IBM in what will go down as the largest #software company acquisition of all time to dat…
24087                                        RT @Reuters: UPDATE: Here's the latest on Indonesia's Lion Air flight #JT610 believed to have crashed in Java Sea with 188 aboard https://t…
24088                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
24089                                        @AlJawharaAAM @EngAlshaikh @m_anonymity_101 @washingtonpost @KarenAttiah @JoeNBC @NYTBen @nytimes @CNN @Reuters Kar… https://t.co/rfVkEZgazN
24090                                        RT @Reuters: JUST IN: Australia instructs government officials and contractors not to fly on Lion Air after Monday crash - government websi…
24091                                                                                                                                      @IBJRBOU @amazon I do have good connection tho
24092                                                Check out #Kasey #Chambers Barricades &amp; Brickwalls CD + FREE Postage!  https://t.co/LpwDGnQ6vE via @eBay https://t.co/uMxCBKtM7x
24093                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
24094                                                                                RT @Reuters: Indonesia rescuers retrieve body parts from Lion Air crash site https://t.co/vckcJfYsE6
24095                                         RT @IDontEvenKnow42: .@AxelVossMdEP @Europarl_EN @juncker When @Viacom and @Disney get so bent up over things like YTPs and fan animations…
24096                                        RT @viewfromlastrow: Appalling “customer service” from @Ryanair - as there’s actually no one from the airline giving any information to peo…
24097                                                Check out Tv Stand Unit Furniture Living Room Modern Entertainment Center Wood For 55 Inch #Modern https://t.co/FItZoQkRFZ via @eBay
24098                                             RT @flippinsuzy: Check out Vintage Josef Originals From Korea Frog On Lilly Pad Figurine With Labels  https://t.co/NWOCCUMDwX via @eBay
24099                                                                RIGWARL Cold Weather Winter Windproof Wind-Resistant Warm Workout Outdoor Mil... https://t.co/2jj0aLwgdj via @amazon
24100                                        @PayPal just called to get money released because @AskeBay said they'd released it. Your call handler said he would… https://t.co/by4OzfeJ4B
24101                                                                          RT @Reuters: Plane crashes off Indonesia with 189 on board; some remains recovered https://t.co/LAPZH5Yeve
24102                                                                RT @MichaelaCoel: The Haunting Of Hill House on @netflix is a show to watch and learn from if you want a great life.
24103                                                                   @ProcterGamble @Gillette Worst quality shampoo my hair got extremely dry my money waisted https://t.co/7MLcXsyCxT
24104                                        RT @Reuters: JUST IN: Australia instructs government officials and contractors not to fly on Lion Air after Monday crash - government websi…
24105                                                 Check out Natural Pair Geode Slice Druzy Silver Plated Dangle Earring Gemstone Jewelry  #Handmade https://t.co/lb5G6djUvh via @eBay
24106                                                                                                                                               @iamsullar @Sony Modrl and Price bro?
24107                                                       Check out Best Hook Natural Pair Agate Slice Druzy Gold Plated Drop Dangle Earring Jewelry  https://t.co/1CI9ltQZqO via @eBay
24108                                                                  Blue Copper Turquoise Earring Sterling Silver Attractive Earring Calming Earring https://t.co/KwKoREXgYd via @eBay
24109                                        @Scooterocket @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell… https://t.co/V7WUDezdnj
24110                                                                                                                         RT @BilalS158: And team @netflix :) https://t.co/3OU2IuN2gQ
24111                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
24112                                        RT @joey_hickson: Just had the worst customer service experience with @ATT @ATTCares Digital Life! I am going to cancel Both my home securi…
24113                                                        Check out unfathomable phenomenon ii e9Art ACEO Abstract Outsider Art Brut Painting Naive  https://t.co/BBj3ZnFhOL via @eBay
24114                                           RT @DonFi4o: Check out Vintage Virgin Mary Sculpture Our Lady of Fatima w/ Music Box Catholic Figure    https://t.co/pNeFgQapXz via @eBay
24115                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24116                                                                                                 RT @swanmillsmagic: Petition to @netflix TO GIVE US A SWANQUEEN SPIN-OFF #OUAT 🙏🏽
24117                                                                                                                               RT @JuddLegum: Your move @ATT https://t.co/4mra1LPySG
24118                                        RT @AlexMLeo: @FoxNews @Keurig @Ford @LincolnMotorCo @pfizer @LibertyMutual @BayerUS @Honda @Acura @AceHardware @Pampers @Allstate @esuranc…
24119                                               RT @RichmanPoorman8: Check out Vintage Magnet Metal Kerosene Lamp (No Chimney) (Cat.#7T027) #Magnet https://t.co/IQuiiblqEJ via @eBay
24120                                                                                                                                                          @kroger They were awesome!
24121                                                                                                             Started watching this show on @netflix called #flintcity im enjoying it
24122                                        #WalangPasok........#THERE IS NO ENTRY....NOBODY LEAVE NOBODY ENTER.......@realDonaldTrump @McDonalds thx u for THE… https://t.co/TDM33uMPXv
24123                                                                             So I now can’t write a bad review on the item as I didn’t spend over £40. What is this bullshit @amazon
24124                                        @josephofiowa @mediamath @Google @facebook loss leaders that are justified as a marketing arm - empowering prospect… https://t.co/Sej1xS10U6
24125                                                                                               RT @sashasimic: @Reuters Capitalism is the mother to fascism. https://t.co/KMnj8CkFeB
24126                                                                                                                         RT @BilalS158: And team @netflix :) https://t.co/3OU2IuN2gQ
24127                                                                    Check out Wales National Team Squad - Signed Football Gareth Bale/Aaron Ramsey Etc https://t.co/tm0OabqLq4 @eBay
24128                                                  Check out Nitecore EC4GT 1000 Lumens Long Throw DieCast LED Flashlight  Using 2x 18650 #NITECORE https://t.co/1IwOiwwgQC via @eBay
24129                                                     Netflix comedy show “KILL ALL THE JEWS!”         #CancelNetflix #Pittsburgh  @netflix https://t.co/hBBfckm9Ga via @pamelageller
24130                                                                                                         @Power1051 @iamcardib @ATT Bruh y’all wake up worried bout Cardi and nicki?
24131                                         RT @Reuters: The top priority for Lion Air crash investigators will be finding the cockpit voice recorder and flight data recorder to help…
24132                                                                          RT @Shixblix: Hey @ATT is there a reason you donated $5k to Steve King? Does @ATT support white supremacy?
24133                                                     RT @Reuters: A Maori welcome for Meghan and Harry in New Zealand https://t.co/STp6UzWmH7 via @ReutersTV https://t.co/oRDq79lbSX
24134                                                 RT @LornajaneCosign: Lot of 7 Disneys Sing Along Songs VHS You Can Fly Flicks Musical Adventure   https://t.co/HLnu4y9RdQ via @eBay
24135                                                @LionAirID @BoeingAirplanes @jokowi @Reuters @thewire_in @maya206 @jk_rowling @BarackObama @Manekagandhibjp… https://t.co/svRiySypdl
24136                                                       Check out 1991 Gibraltar Gold Corgi Dog Coin NGC MS68 1/10 Oz CERTIFIED AUTHENTIC GUARANTY  https://t.co/fNycvCRZRj via @eBay
24137                                                             RT @BMW: Delivering power wherever you go. The #BMW #530e iPerformance. https://t.co/ooMDxiRUic https://t.co/GyMzaKatc2
24138                                        RT @LandryQWalker: SABRINA WAS CREATED BY GEORGE GLADIR AND DAN DECARLO. GIVE CREATORS CREDIT!!! @netflix @ArchieComics https://t.co/iYoF3j…
24139                                                       Check out 2.50 CT ROUND CUT VVS1 DIAMOND INFINITY HALO ENGAGEMENT RING 14K WHITE GOLD OVER  https://t.co/fgmZoUllSV via @eBay
24140                                        @VirginAtlantic @MCO @Ryanair Yeah but there was 4 empty seats across  from us then they sat 2 people there but spl… https://t.co/PlhwkUGVeO
24141                                        RT @colbyperlmutter: So disappointed in my local @Tesco no gluten free pizzas and the only free from food was Mac and cheese and a katsu cu…
24142                                                                                 RT @zulfanny: @Reuters #PrayForJT610 Lion Air. 🇮🇩🇮🇩 https://t.co/4BQdVlKT8v https://t.co/qoybH5mcpK
24143                                                                                                                                               @slpng_giants @intel Thank you @intel
24144                                                    Check out 1.50Ct Princess-Cut Diamond Solitaire Engagement Ring 10K White Gold Over #JulieJuhi https://t.co/nfvII1da1m via @eBay
24145                                                                   RT @swiff: I’m comfortable stating that season 3 of @Daredevil is the best season of anything Marvel on @netflix.
24146                                        RT @eBayROCteam: Wilson Pro Star Aerodynamic Wide Body Design Tennis Racket 4 1/2 #Wilson https://t.co/MD9UAXN7cc via @eBay @CharliesTreasu…
24147                                           RT @sparky_town: Check out Banana Republic Blue Jeans 14 35w High Rise Older Denim Patched Womens Inseam 32 https://t.co/3WiIK50Xv7 @eBay
24148                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
24149                                                                            RT @Reuters: End of era beckons as sources say Merkel to give up CDU party chair https://t.co/ncVP3a1NZW
24150                                                                                                               Supernatural Noir by Paul Brazill https://t.co/B1xHTfs3iT via @amazon
24151                                                         Partnering in Oil &amp; Gas Opportunities @Cisco @CiscoIoT @CFuturesMag @JL_SalazarV @CiscoPartners https://t.co/mXoKPAU6ee
24152                                        @FinalCipher @Perimuth @MikeStuchbery_ @getongab @stripe @PayPal @joyent @realDonaldTrump Because I don't think the… https://t.co/cydrXVaDut
24153                                                      Check out 0.30ct Diamond 14K Rose Gold Finish Floral Cluster Twig Engagement Ring #JulieJuhi https://t.co/0Yp1XSvJrD via @eBay
24154                                             #RT @MikeQuindazzi: 4 ways to plug an okay with #AI in your #DigitalTransformation &gt;&gt;&gt; @Microsoft via… https://t.co/Zbei4de0l9
24155                                                                                   RT @Reuters: Merkel will not seek re-election as CDU party chair: sources https://t.co/42N6sNOrIg
24156                                                                                  RT @Reuters: Brazil elects firebrand Bolsonaro in major swing to the right https://t.co/mXweyUE7eb
24157                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24158                                    RT @CruzWhobris: @Mxhrad @JuddLegum @ATT @TMobile So AT&amp;T we’ve been with you for years (4 lines) I think I will go into my local store tom…
24159                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
24160                                         RT @LizSzabo: @AstraZeneca twice denied Kristen's request for help paying for her cancer meds. Hours after @khnews and @usatoday published…
24161                                                          RaOn B449 Unisex Suede Washing Design Daily Driving Ball Cap Baseball Hat Tru... https://t.co/ECTZ4zRDYG @amazon 님이 공유
24162                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24163                                                                                                    2019 set see see further increase in ad spend on @amazon https://t.co/ZPRYBPo4hY
24164                                                 @RonFalzone @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO @realDonaldTrump Sounds like something a racist would say...
24165                                                        Check out Wholesale Aqua Chalcedony Oval 10x14mm Faceted Briolette Loose Gemstone Jewelry  https://t.co/Ltugnu36O9 via @eBay
24166                                                                         RT @Reuters: Turkey demands truth over Khashoggi killing as Saudi prosecutor visits https://t.co/yf4FSGAS5Y
24167                                                                         RT @Reuters: Turkey demands truth over Khashoggi killing as Saudi prosecutor visits https://t.co/yf4FSGAS5Y
24168                                                       @Siemens #PLM Software’s #Teamcenter solutions for data classification will soon include support for… https://t.co/dvDEvL8qJ5
24169                                                                                                                               RT @JuddLegum: Your move @ATT https://t.co/4mra1LPySG
24170                                              RT @kerrberry77: Check out #StudioPottery Green Oval #Fish #Platter Signed PD and Fern Mark Vintage  https://t.co/V3fPLKn0NM via @eBay
24171                                                  @annecurtissmith @Netflix_PH @netflix @iflixletsplay @iflixph Oh my venus!!!! Super ganda ng series na yann!! One of my faves hihu
24172                                                                                                           Check out Authentic Coach Purse Tote  Black https://t.co/ZPh5fvitU6 @eBay
24173                                                                              RT @Sony: Happy 20th birthday to “…Baby One More Time” @britneyspears ✨🎉💓🎂 https://t.co/DXZ3DW2A46
24174                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24175                                                                                                                    RT @netflix: @sabrinanetflix his lounging lewks are an aesthetic
24176                                        @altmind @IBM @RedHat Absolutely not true! A game changer is always exciting for IT people. Visionaries are reimagi… https://t.co/aSJLiv4KGs
24177                                        RT @MUvseev: #XenaRevival we want to see another end for XWP @NBCUniversal @nbc @robtapert  #XXisforXENA @NetflixLifee @netflix @SYFY @Buzz…
24178                                                 Check out CHICO'S Sz 2 Fits L/XL? Washed Denim Cotton Blend Silver Sequins Vest w/Pockets #Chicos https://t.co/LjqvTDmosk via @eBay
24179                                                                                                     RT @Nike: Don't chase records. Chase history. #justdoit https://t.co/k9YyeTCaqc
24180                                        RT @Reuters: Indonesia's Lion Air plane had technical problem in previous flight according to CEO https://t.co/ou1EE9Q6qX https://t.co/kxU5…
24181                                        RT @M3SSports: Thank you @spinnershells for your support of the #OSU4Miler #FinishOn50 #GoBucks @OhioStAthletics @BuckeyeCruise @kroger @OH…
24182                                                                                                                      Check out my listing @eBay - https://t.co/m9CHN4AH7q via @eBay
24183                                        @DiecastAddicts @Ford @fordheritage @classicfordmag @SportingEscort @Old_Skool_Ford @WeLoveDiecast @CCCuration Grea… https://t.co/gCRcqDSsNM
24184                                                                                                                      Check out my listing @eBay - https://t.co/e1Bk7N69qV via @eBay
24185                                    RT @SAP: SAP HANA is helping @ElephantsRhinos &amp; People (ERP) preserve the world's ecosystem for future generations. https://t.co/H8kclZW3lr…
24186                                        @TheNotoriousNJW @Apple That makes no difference. They're not interested in customer service. People are still suck… https://t.co/1uLH5RTW7g
24187                                                         I just entered @CinemaDeviant's #giveaway to win a #Bluray copy of #AntManAndTheWasp from @Disney!  https://t.co/3LxGvyDJ11
24188                                                                                                                          @myLondis @pepsi count me in #MegaMonday #MondayMotivation
24189                                        RT @LifeinPumps: ad @McDonalds has a new game and the prizes are yummy! Get in on the fun before it ends! You can play https://t.co/7CnvlG5…
24190                                                                                      @frugalfamily Ooh I've heard of this recently. Will check it out! Love my @Tesco slow cooker x
24191                                                              Served cold chips in @Tesco Knocknagoney cafe. and when told staff was told to reheat them myself in the microwave. 🙄
24192                                              Just saw this on Amazon: Holiday Home Outdoor Christmas Lighted Ligh... by Holiday Home for $84.95 https://t.co/IrTUvNgSIG via @amazon
24193                                        RT @brkfreeplastic: Top corporate plastic polluters @CocaCola @Unilever @ProcterGamble @PepsiCo @DowChemical sat along with @OurOcean @Circ…
24194                                        @Pontifex_it @Disney @DefenseIntel @DocYilk @ChicagosMayor @USSupremeCourt @ABAesq Don’t have auto accidents. DNA f… https://t.co/w3cQ7f6IHV
24195                                                              Yeah... I've never had my order messed up like this. It's a good thing I'm nor violently lactose intolerant @Starbucks
24196                                                                                             RT @Paige_Turnah: Check out Paige Turnah 2019 Calendar A4 https://t.co/RyAyKEiBJd @eBay
24197                                                                                                          Ruff day delivering packages @UPS #UPStrickortreat https://t.co/EiI0oZP9Id
24198                                        RT @tattletattletae: Once you've watched this @netflix documentary about @steveaoki you will know why he is working with @BTS_twt on such g…
24199                                                                                                                               RT @JuddLegum: Your move @ATT https://t.co/4mra1LPySG
24200                                        RT @WellsFargo: .@CMHP1 is doing incredible work in #affordablehousing for low- to moderate-income families. We’re thrilled to support your…
24201                                                              Check out Hand Painted Ceramic 🎃 Pumpkin Halloween Spooky Ghosts Cats  Bats Amy Cordova https://t.co/hKtgbHCs0f @eBay
24202                                                                 Check out ROLEX YOUR ROLEX OYSTER BOOKLET IN ITALIAN 2000 + FREE SHIPPING  #Rolex https://t.co/UB4ziVYyQS via @eBay
24203                                                                             RT @Reuters: End of era beckons as Merkel says she will give up CDU party chair https://t.co/lxAJHfMPyp
24204                                      RT @jennnyfaah: Path of Darkness was the easy choice 😏💋 #Caos #SpellmanHouse #WePutASpellOnYou @SuzymissQ @sabrinanetflix @netflix https://…
24205                                         RT @David42160244: Check out Oticon Vigo Pro BTE Hearing Aid Device Aids Assistance Box set Pro German Import https://t.co/lipXEW6L3x @eBay
24206                                    RT @Luxatia_intl: We look forward to hearing Stefan Kratschmer from @IBM at the 2nd Privacy &amp; #DataProtection Summit https://t.co/vK2gkR5mv…
24207                                                            Check out Etienne Aigner Heels Big City Shoes Womens Brown Leather Lace Up Casual Size 6.5 https://t.co/xj28XzKm5O @eBay
24208                                                                               Vintage Extra Rich Treble Stand Metal Button - Sporting Horse Head  https://t.co/GN3KD25kTp via @eBay
24209                                                    Check out Gold tinsel 4 yards VINYL PVC WELT Upholstery  PIPING 7/15' 5mm speaker cabinet #KLD https://t.co/xZfxtODpXB via @eBay
24210                                        RT @tattletattletae: Once you've watched this @netflix documentary about @steveaoki you will know why he is working with @BTS_twt on such g…
24211                                        RT @greenpeaceusa: @CocaCola @Pepsi @Nestle your throwaway business model drives plastic pollution! It’s time for you to set ambitious goal…
24212                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24213                                         Jewish Group Tells Trump To Stay Away From Pittsburgh: 'You Are Not Welcome' https://t.co/MJALzrSGaC via @Yahoo If… https://t.co/RYR4d7QApq
24214                                                                                                             @Reuters The voting trickery and dishonesty is spreading like wildfire.
24215                                        RT @ouchinagirl: To @CNN @MSNBC @NBC @ABC @CBS @nytimes; Your constant lib propaganda to divide American’s for more years than I can rememb…
24216                                                        @snackboy @mikeinspace @ethereumweekly @alpacasw @getongab @joyent @PayPal @stripe @Medium @GoDaddy… https://t.co/unPqdqn9VF
24217                                                @RedHat soars in a.m. trading but @IBM stock is down from #acquisition news. #IBM #Cloud #Ai #CyberSecurity… https://t.co/UjsxRrKMIt
24218                                                                                                                               RT @JuddLegum: Your move @ATT https://t.co/4mra1LPySG
24219                                                                                                                                                      @JuddLegum Well @ATT your move
24220                                        RT @Apple: @RocWitSongz Thank you. We’ll send a reminder before the #AppleEvent on October 30. Reply #stop to opt out. https://t.co/49CW0r8…
24221                                        RT @greenpeaceusa: @CocaCola @Pepsi @Nestle your throwaway business model drives plastic pollution! It’s time for you to set ambitious goal…
24222                                                                                           @Power1051 @iamcardib @ATT This radio station play favoritism they love to see women beef
24223                                                 @ProudResister @jeanniebcd @realDonaldTrump @GOP @MSNBC @NBCNews @CBSNews @ABC @Reuters @AP @CNN @USATODAY… https://t.co/G5hfdgERhf
24224                                                                                                         @DIRECTV you all have thee absolute WORST customer service ever @ATT 😤😤😤
24225                                        RT @greenpeaceusa: @CocaCola @Pepsi @Nestle your throwaway business model drives plastic pollution! It’s time for you to set ambitious goal…
24226                                                 Check out Chico's Womens Sweater 2 Blue Green Paisley Linen V Neck Cotton Open Front Mint #Chicos https://t.co/UN2Qk9kfTc via @eBay
24227                                        @UPSHelp - please help - I am desperate to get a resolution to a 5 day nightmare with @UPS every response has produ… https://t.co/RhbTStw42F
24228                                        RT @Alina72649228: #XnaMovie Make it happen! #XenaRevival @NBCUniversal @nbc @robtapert #XXisforXENA  @NetflixLifee @netflix @SYFY @BuzzFee…
24229                                        RT @RedHat: Red Hat will be combining forces with @IBM in what will go down as the largest #software company acquisition of all time to dat…
24230                                                                                 Check out Set of Punch Work Needles from the 1950's with Instructions https://t.co/GDrJEZc8De @eBay
24231                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24232                                                                                  @DateUnk @HillaryClinton @runforsomething @CNN @MSNBC @CBS @ABC Those are what we call Uncle Tom’s
24233                                        @winds0f @gord_evil03 @PreeceKim @getongab @joyent @PayPal @stripe @Medium @GoDaddy @realDonaldTrump @parscale Obvi… https://t.co/Gmr0mDUn39
24234                                                                    1980 Signed Jonna White The Comet - Embossed Ltd Edition 213/500 COA Art Print https://t.co/noXxWfbX06 via @eBay
24235                                            @UPS is the only reason you don't record your customer services calls to avoid ever having to deal with a customers complaints decently?
24236                                                              WOW! Hand signed &amp; titled A. Gluck German Landscape Art Antique Print - Germany  https://t.co/EXSF59VTN6 via @eBay
24237                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24238                                                                                                 @Apple Hope it’s not a new IPad Pro seeing as I am waiting for DPD to order mine 😡
24239                                        @getongab @stripe @PayPal @joyent @realDonaldTrump Nazi scum must be silenced into extinction. There is NO place fo… https://t.co/7lROWVGfhT
24240                                        RT @TrustyTurtle: Check out The #TradingTribe by #EdSeykota - Rare and Hard to Find #Books  https://t.co/jdoBfvWmn3 via @eBay  #TrendTradin…
24241                                        RT @Reuters: BREAKING: Lion Air flight from Jakarta to Pangkal Pinang has crashed - Indonesia search and rescue official https://t.co/n2cDs…
24242                                        RT @EdenTrainingUK: We are so happy with our new website we are running a #competition! For a chance to win a £50 @amazon voucher / @Love2s…
24243                                                                            @311DCgov @the_baseband @RomanPrzygodzki @pepsi Status: https://t.co/XjvsGyGfmv (Parking Enforcement) ✨
24244                                                        Check out JOHANNES BRAHM VINTAGE TRINKET/VANITY BOX - Glazed California Art Pottery # 665  https://t.co/8I69LTw9QH via @eBay
24245                                        RT @vampire6442014: @CruzWhobris @War_Fighter24 @dceagle11 @Mxhrad @JuddLegum @ATT @TMobile @ATTCares Guys...I suggest Credo mobile. They d…
24246                                                      Check out BANGLE HAND MADE. WITH FISH  BONE . SIZE LARGE .SILVER..  TOTAL 79 GRAM  #Handmade https://t.co/6neDK09Yn1 via @eBay
24247                                        RT @joey_hickson: Just had the worst customer service experience with @ATT @ATTCares Digital Life! I am going to cancel Both my home securi…
24248                                                           Check out Turkey Costume Advertising Attention Getter X Large Forum #Forum #FullCostume https://t.co/ByZ6XPWIcX via @eBay
24249                                        RT @IndianRedCross: ExxonMobil and @IndianRedCross are partnering for #KeralaFlood recovery. Naveen Shukla from @exxonmobil handed over a c…
24250                                                                Amore Beaute Handmade Custom Ivory White Burlap Heart Pillow Cover with Passi... https://t.co/wuaw0CWwgX via @amazon
24251                                                              Check out NAUTICAL TIME FLIES WHEN YOU'RE HAVING RUM !!! PIRATE BEACH BAR WALL SIGN  https://t.co/sRqkwu2j1t via @eBay
24252                                                                   RT @Reuters: Poland's foreign minister says Merkel plays important stabilizing role in EU https://t.co/exvXaGn2hO
24253                                                              @Reuters Didn't expect such praise to come from Poland... But I'm glad someone in Europe is appreciating her. 🇩🇪🇵🇱🇪🇺👍
24254                                                                                                                             @Glassessama @alhutaleazim @bitchute @facebook Exactly!
24255                                                                                                     Check out WEEZER - HURLEY !!  NR!!! #PowerPop https://t.co/zo30cPOkP9 via @eBay
24256                                                           Check out 4X 1996 MTG Phyrexian Portal Alliances Reserved List NM-LP #WizardsoftheCoast https://t.co/nUufswuMFS via @eBay
24257                                                                       RT @Reuters: Indonesia plane with 189 on board crashes after asking to return to base https://t.co/NWE57zJ2w0
24258                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24259                                                                         Sup Facecrook @facebook. I ask disrespectfully for you to shut down your shitbox on Election Day...S370HSSV
24260                                        @EzraLyon @Windows @Microsoft @Treyarch Well yeah it would be shooting themselves in the foot to buy an exclusivity… https://t.co/cbOkEa3n0i
24261                                                    @DukeMachado1 @texasmaven @MCRWPAC @prageru @facebook @jack @YouTube @FCC @BetsyDeVosED @HouseGOP @NRSC… https://t.co/KueZCsGFeR
24262                                                                3dRose lsp_11651_2 This Design Features A Pair of Frisky Black Kittens and A ... https://t.co/BY4upSDfwO via @amazon
24263                                                                 J BRAND Mens Jeans Size 30 32  FLY Blue Cotton  Darren STRAIGHT LEG TYLER #JBrand https://t.co/GTEtFEKzKd via @eBay
24264                                                                                                                                          @naskagarriak @Conflicts @Reuters Bullshit
24265                                                                                         Reviewing internet safety with Google’s Be Internet Awesome @Google https://t.co/wWQjK8MBTv
24266                                                                           Check out Womens Dickies Scrub Tie Back Floral Waist Pockets S #Dickies https://t.co/2SsqkswrcH via @eBay
24267                                        RT @ouchinagirl: To @CNN @MSNBC @NBC @ABC @CBS @nytimes; Your constant lib propaganda to divide American’s for more years than I can rememb…
24268                                                                                                                @Ryanair Great work from @STN_Airport for quick response on Twitter!
24269                                                Check out DEWALT DWE575SB 7-1/4 in 15 Amp Corded Circular Saw with Brake and Aluminum Shoe #DEWALT https://t.co/LTj5IplmLI via @eBay
24270                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24271                                                              Check out Waverly Salt Pepper Shakers Garden Decor Room Sweet Violet Purple Green *  https://t.co/ROoIkTnL9d via @eBay
24272                                        RT @Reuters: JUST IN: Number of U.S. troops deployed to border with Mexico could be in the thousands - U.S. official tells Reuters https://…
24273                                                                                                                                                @TMobile Going back home to Texas 🤠
24274                                                                              RT @kaosonia: Check out Sterling Silver Buddha Hand Holding a Lotus  https://t.co/LSJpni8JBX via @eBay
24275                                        RT @EdenTrainingUK: We are so happy with our new website we are running a #competition! For a chance to win a £50 @amazon voucher / @Love2s…
24276                                                                     @Cookieplayz3 @getpeid @TMobile Am I the only one who doesn't use cable headphones while the phone is charging?
24277                                        RT @publicIOTA: Very good video from @Siemens on youtube. We all have a big responsibility to save our planet. Everybody can do something a…
24278                                                                    RT @Reuters: Police say drone not cause of Leicester helicopter crash as black box found https://t.co/ODkGTR3FEj
24279                                      RT @Moschino: #Repost @ronyalwin ✨ @moschino x @hm fashion show and after party up! on @Fun__Mag ✨ @gigihadid #gigihadid #hmoschino @itsjer…
24280                                                       @HeighwayKelly @pinelou @netflix @DannyJCannon @Gotham @ben_mckenzie @AmazonStudios @FOXTV @realdavidmazouz Just did my part.
24281                                                                 Check out Custom Wood Products Graphic Tee Shirt Adult XL #GraphicTee #GraphicTee https://t.co/4yharDwV4g via @eBay
24282                                    RT @joshfriedmanTX: @ATT I’m concerned that you chose to support &amp; make political contributions to @SteveKingIA knowing his history of raci…
24283                      RT @MikeQuindazzi: 4 ways to plug an okay with #AI in your #DigitalTransformation &gt;&gt;&gt; @Microsoft via @MikeQuindazzi &gt;&gt;&gt; #MachineLearning #C…
24284                                                                                                                               RT @JuddLegum: Your move @ATT https://t.co/4mra1LPySG
24285                                                                                                       @reeses @amazon Classic REESE'S Peanut Butter Cup!    #NotSorry #Sweepstakes.
24286                                                                                                                                   @netflix I’m so emotional https://t.co/j0WA61OkBs
24287                                                                                                               Dear @ATT my husband and I just switched carriers. You lost two more.
24288                                                          Check out APT 9 ESSENTIALS WOMAN 3X 24/26 WHITE W BLACK CHECK BUTTON FRONT BLOUSE SHIRT  https://t.co/2ZlSOpf6hZ via @eBay
24289                                           🦇🌕Beware of Witches &amp; @KelloggsUS GMO Frankenfoods Boycott all their products! @TheGOPJesus @VirginiaInCal… https://t.co/SO5cOSE4lr
24290                                                                                                                              Shocked by @ASOS customer service. This makes 0 sense!
24291                                                                                Remi perfecting the stay at home mom life. 😂💕 @Target @Starbucks @Ergobaby https://t.co/U7V1LNbW8d
24292                                                  Check out #Gold #Pink #Sparkling #Skirt Size #M Belly Dance Gypsy Sexy Petal Boho Fairy Cosplay  https://t.co/3UpINJJcr6 via @eBay
24293                                                                                         RT @oneplus: Save 50% on the #OnePlus6T with @TMobile through our special trade-in program!
24294                                                       Check out WOMAN PLUS 4X 5X 30W 32W BLK BRN LEAF PRINT SLINKY TRAVEL KNIT OPEN FRONT JACKET  https://t.co/n50v00nOq0 via @eBay
24295                               RT @RealLucyDavis: You’ve got to throw up after an exorcism. Better out than in. \U{01f92e} #caos #sabrinanetflix @sabrinanetflix @netflix #bts #mir…
24296                                                                                                                            @LinusTech @oneplus @TMobile *see specific offer details
24297                                                                                         RT @oneplus: Save 50% on the #OnePlus6T with @TMobile through our special trade-in program!
24298                                                                                              RT @joerogan: The GOAT is on @netflix netflixisajoke tomorrow! https://t.co/pmepSMrR3B
24299                                                                         Check out Time and Stars by Poul Anderson - Cover Design by Karol - 1965  https://t.co/fR04oVcU7W via @eBay
24300                                                                                                                                                    @joerogan @netflix Like a DOCTOR
24301                                                                3dRose Dream Essence Designs-Food and Drink - Fine Wine with lovely wine bott... https://t.co/JNKzPr9glh via @amazon
24302                                                                                                                                       @xsuperhan @Tesco Sorry you went through that
24303                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24304                                                                        RT @Reuters: CNN says suspicious package caught before reaching Atlanta headquarters https://t.co/KfPt2I4bAj
24305                                              Partnerships with @Microsoft run on trust. Here are some benefits that result in putting in the extra effort:… https://t.co/QPDPVcwFi0
24306                                       Jason has arrived. @OITNB @netflix 🙏🏽 thanks to Nick Sandow for directing and @TaySchilling for the good energy on… https://t.co/UDH59Fp7hE
24307                                                                                                                                                                     @Yahoo ...then?
24308                                                                            Check out RARE ANCIENT EGYPTIAN ANTIQUE HEAD OF NUBIAN KING LUXOR EGypt Bc https://t.co/yVMkE19OBb @eBay
24309                                                                                          @itsMustangPorn @Ford @FordMustang Wait! What is this a joke? I sure as fucks sake hope so
24310                                                      Check out Andrew SPINGARN NY ANGEL CHERUB Matte Gold PIN BROOCH Glass Pearl Dangle #Spingarn https://t.co/PC0WDH3D66 via @eBay
24311                                    RT @EMoney3000: @UPS Has The Worst Customer Service/Delivery Service Options. The Guarantee &amp; Delivery Windows Are Very Inaccurate And Have…
24312                                                                 Check out Snap On YELLOW Mini Micro Top Chest Tool Box Preowned Miniature #SnapOn https://t.co/uduxu9bLqy via @eBay
24313                                                                Check out Ted Baker Mens Shirt Green/White Check Cotton Long Sleeve Size 5 (XL) In VGC https://t.co/8eW9q5Poiz @eBay
24314                                                     Check out Access LightingLed Anari Silk Pendant Including Mono-Pod Cobalt Brass &amp; Bronze  https://t.co/wWlk1dsPjL via @eBay
24315                                                                      Check out 25th Anniversary Glass Candy Dish Pedestal Centerpiece  #Unbranded https://t.co/GUnl5K6E5O via @eBay
24316                                                                                      RT @Reuters: Factbox: Candidates to succeed Merkel as CDU party leader https://t.co/ytV572gpUC
24317                                        This entire look (believe it or not) from @Walmart #walmartfashion #sponsored / Shop my (under $20) sweater dress h… https://t.co/gPr53Wj2yS
24318                                                                                                           @chadfelixg I guess you should add @facebook &amp; @twitter too in there.
24319                                                                            @CarolineLucas @TheGreenParty What if @Google @facebook don't pay tax? Do you go all-China and ban them?
24320                                                                                                 RT @Reuters: A revamped falafel dish has Israelis lining up https://t.co/yDR1xI3zU5
24321                                                                                                                    Check out Zinnfiguren   10Stk  https://t.co/7VzYMlRbWA via @eBay
24322                                                                                                                                 Thank you @Google for recognizing first responders.
24323                                        Still trying to wrap my head around the fact that @facebook doesn't have any sort of live support beyond FAQ and br… https://t.co/b2fzzSMoPH
24324                                                         Check out Spa Naturals Vitamin C Serum Age Defying Formula 1 fl oz ( 30 ml ) #spanaturals https://t.co/I2kkCwdZkg via @eBay
24325                                                                                                                                @McDonalds I think next time I'll just go to @Wendys
24326                                                @CNN @MSNBC @ABC @ABCPolitics @NBCNews @CBS @BBCWorld @nprpolitics @NPR @FoxNews @seanhannity @rushlimbaugh… https://t.co/DEvfn17ihs
24327                                                                                                               Check out Air Hogs Hawk Eye Helicopter  https://t.co/12x1XUqKRq @eBay
24328                                         RT @NToothpastes: Just saw this on Amazon: Tongue Sweeper Original- Yellow by Tongue Sweeper for $17.95 https://t.co/OEZO8kFZvJ via @amazon
24329                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24330                                                                                      Check out Vintage WOODEN Handcrafted Biplane Model Airplane  https://t.co/HeZjsfvRNz via @eBay
24331                                        RT @sferguson_LR: How the @IBM deal for @RedHat is going to change the #cloud as we know it: https://t.co/Vvfj75iZVC Me on @Security_Now_ w…
24332                                                        RT @MASERGY: . @Adobe releases security patch updates for 11 vulnerabilities https://t.co/zWi1B32Xwp https://t.co/U04CGFQ393
24333                                        RT @joey_hickson: Just had the worst customer service experience with @ATT @ATTCares Digital Life! I am going to cancel Both my home securi…
24334                                        RT @nerys: @PrintedSolid Sir Lauersalot in @amazon Basics orange PETG printed with the @Creality3dprint CR-20 on my @WhamBamSystems flex pl…
24335                                                                                                                                                           @Walmart I love u Walmart
24336                                          RT @AngelaChitkara: Many of the issues are raised by employees. @salesforce ⁦@Benioff⁩ puts their money behind addressing homelessness in S…
24337                                                            Check out Beautiful Labradorite Gemstone Hand Carved Snail Sculpture Animal Figurines  https://t.co/YUJDdONEzK via @eBay
24338                                                Check out Emmez for Coco Bee's Accesories Red Cat Canvans Tote Bag WAS $21.99 NOW $16.99 #CocoBees https://t.co/94S88FgN3W via @eBay
24339                                                         RT @EMGraphicsEbay: Check out Lot of Two (2) pieces Heroscape 24-Hex Rock Terrain #Hasbro https://t.co/jXyKG2aYiR via @eBay
24340                                             RT @jewelrywiz: Check out Blue Sapphire Heart Pendant natural with chain .25 carats  September Birthstone https://t.co/kLPhzIZ4tT @eBay
24341                                        RT @OldManRiver1800: @getongab @stripe @PayPal @joyent @realDonaldTrump You are a nazi sewer. You constantly pump lies and death threats. Y…
24342                                                                     Check out Jeff Taylor Charlotte Bobcats Rookie Auto Panini Past And Present 2012  https://t.co/ETZlzNnCTB @eBay
24343                                                                                      RT @zamebit: that precise moment before @IBM bought @RedHat #ibmredhat https://t.co/FB1CpuuBMy
24344                                        @UPS_News @UPS @expo2020dubai @YouTube @UPSAirlines As per Trump...USA USA USA USA USA! UPS should become a Nationa… https://t.co/WRILTdlMBE
24345                                                                 vintage(1986)The Cat Who Could Read Backwards by Lilian Jackson Braun(paperback)  https://t.co/jZG5K0DTbl via @eBay
24346                                        @Cisco is on its way to impact one billion people by 2025 with their support to the Anudip foundation. By empowerin… https://t.co/6NMhZ0V3xF
24347                                                                                                                       @ArianaGrande @AmericanExpress First stop is 20 mins away. 🙏
24348                                                                                                                      Check out my listing @eBay - https://t.co/rgEsRh5vkB via @eBay
24349                                        RT @ATT: Decide on who you think will win tomorrow on Decision Day at https://t.co/dbFaCYFaCL and you could win a trip to MLS Cup in Decemb…
24350                                        RT @Reuters: Tech-heavy fund managers are looking beyond FANG stocks for their future investments. @onehitgit explains https://t.co/AYzIxSJ…
24351                                         @WrinkleInTime So I just watched @Oprah @Disney #WrinkleInTime it reminded me of my first LSD trip.. with a ton of… https://t.co/DZMvzxrSGg
24352                                                            Check out GREEN BAY PACKERS REEBOK ADULT STITCHED FLEX FIT ONE SIZE FITS ALL ON FIELD CAP  https://t.co/YS7KRj9mO0 @eBay
24353                                                                                  Check out Baldin Bada    7´´ Mega Rare Vintage Promo Spain 1990  https://t.co/jtYxakPJdW via @eBay
24354                                                                                                  @HapticRecruit @RockstarGames @facebook @instagram Ok okay https://t.co/uN8bVBKGMM
24355                                        RT @hm: Fans got the chance to ask @tiffanyyoung their questions on Instagram. Head over to IGTV to watch the full video: https://t.co/ZHUv…
24356                                                                                                                                                           @Apple Sistee@hotmail.com
24357                                           Nutella rolls getting a little dusting. I’m at @salesforce with @el_cuchillo. #ottolenghisimple @ Salesforce East https://t.co/ey7PDQ1JgL
24358                                        @McDonalds  what's the point in bringing the mcrib back AND advertising it if not all the locations are going to ca… https://t.co/VvlAu6r440
24359                                                                   @TMobile I never thought this would happen so quickly but oh well.. Can't wait to trade my OnePlus 3 for this lol
24360                                        RT @kimmilyn: #Congratulations to @DESCSeattle  + @_Bellwether 2018 @BankofAmerica Neighborhood Builders! We’re delighted to recognize thes…
24361                                     RT @Nestle: Nestlé CEO Mark Schneider sees The Global Commitment from @NewPlasticsEcon &amp; @UNEnvironm as the step-change we need to drive a…
24362                                                   Check out New! Michael Kors Mercer MD Perforated Leather Cross Body Black #MichaelKors #Satchel https://t.co/ENCojU7tbQ via @eBay
24363                                        RT @DeliciouslySavv: Save Beautifully On L’Oreal Paris Pure-Sugar Scrubs on Rollback @Walmart PLUS Enter A Giveaway! @LOrealParisUSA #Ad #W…
24364                                                 @crisah @JuddLegum @ATT They will all go back to supporting their klan. Tax breaks &amp; corporate mergers matter more than people.
24365                                                                                                                          @Disney WHY MARIO ISN'T PRESENT?! :'( YOU PROMISED IT.....
24366                                        RT @Timelessfan01: @Sony Not soon enough!! I’M SO EXCITED TO SEE OUR EXTRA #TIMELESS EPISODES!!! And can’t wait to see which network or str…
24367                                        @Swissqp @British_Airways @Boeing @thewhitecompany Glad you like it sadly we don't get to sample it our side of the… https://t.co/ZzSuwgl3y1
24368                                                                                                                                                              @Nike is doing a thing
24369                                                        Check out Beach Bath Towel Microfiber Absorbent Wearable for Adults Thick 61 X 33 In Blue  https://t.co/6AnIVNFGpK via @eBay
24370                                        RT @hm: Fans got the chance to ask @tiffanyyoung their questions on Instagram. Head over to IGTV to watch the full video: https://t.co/ZHUv…
24371                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
24372                                                                                                             @Reuters To God we’l all return. New regulations for low cost airlines!
24373                                        RT @joey_hickson: Just had the worst customer service experience with @ATT @ATTCares Digital Life! I am going to cancel Both my home securi…
24374                                        @DiogenesLamp0 @p2cat @JuddLegum @stetayen @intel @ATT @WarrenBuffett @ABABankers @LandOLakesInc I think they shoul… https://t.co/QD5PNbDABD
24375                                                                   Check out Hugo Boss Select Line Alabama Men's Jeans Medium Wash 34x30 #HUGOBOSS https://t.co/dxJyMUJrMM via @eBay
24376                                        RT @Apple: @Spantaneeus Thank you. We’ll send a reminder before the #AppleEvent on October 30. Reply #stop to opt out. https://t.co/9eypuDF…
24377                                                                                         @Nashgrier @nklausking @BeliebSabrina @netflix Staying safe is like our priority right now.
24378                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
24379                                        RT @OzzieLembono: @cinedependent @solusnan1 @sllertzman @xmasboyvt @VonnieDeluxe @JuddLegum @ATT @tingFTW Who are you with now? I’m thinkin…
24380                                                                                                    RT @nctmarkarchive: where is mark’s sponsorship @netflix https://t.co/mkjCE0yP66
24381                                           RT @GerardButler: So proud of my brother @vromen on this one. Watch The Angel on @netflix. Just out. Great movie. https://t.co/FX9O29cBxM
24382                                         @ProcterGamble @Gillette I will no longer buy any of your products. You are a top advertiser for FOX news. This so… https://t.co/ItMT9ZGjBv
24383                                        RT @tattletattletae: Once you've watched this @netflix documentary about @steveaoki you will know why he is working with @BTS_twt on such g…
24384                                                                                                @Apple I really hate the camera on my iPhone XS Max... literally a waste of $1100 😡
24385                                                                            RT @VarchiePolls: @CW_Riverdale @ATT Yes ! Please #SaveVarchie &amp; #FreeArchie https://t.co/5IaZdrjaxO
24386                                                                 Check out Antique The Traveling Teller Bank Torrington Savings Bank CT 1913 Safe  https://t.co/oKAfKnJVM7 via @eBay
24387                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
24388                                        RT @MLS: .@AlphonsoDavies put on a show in his final performance: for @WhitecapsFC: https://t.co/I9xs60Iod8 // #DecisionDay by @ATT https:/…
24389                                        The coolest #desi on TV is @hasanminhaj and @patriotact is the coolest show on @netflix (next to @KimsConvenience n… https://t.co/pPhiizkS8M
24390                                                               Orzly Carry Case Compatible With Nintendo Switch - RED Protective Hard Portab... https://t.co/7NezhqLTDN prin @amazon
24391                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
24392                                        Noticed a slight increase in my @verizon bill today. I see that I am paying taxes and surcharges in 2 states. One f… https://t.co/VAD0skFeUV
24393                                        @Reuters Great. Most gasoline for the dumpster fire. Might as well have him in blackface and singing minstrel tunes… https://t.co/89Iye8VLCp
24394                                            RT @tulipteardrops: Check out Sleeping  cat face  orange  watercolor ACEO original painting #Miniature https://t.co/n5dNSjjevG via @eBay
24395                                                                              @CNN @CBS @NBCNews @FOX9 You ALL have a responsibility to report the facts and not opinions or biases.
24396                                                                                                                                                                    @Reuters Demon!!
24397                                                                                                                       RT @netflix: FULLER HOUSE (2016 — ??) https://t.co/w8WVwdP2kc
24398                                                           RT @sportsbones: @lynnkess @TheEliasRework @JuddLegum @ATT @att switching this friday if you continue to support this bum
24399                                                                        RT @flyaway_k: @getongab @stripe @PayPal @joyent @realDonaldTrump Here’s your action https://t.co/HRBxEukClb
24400                                        RT @tattletattletae: Once you've watched this @netflix documentary about @steveaoki you will know why he is working with @BTS_twt on such g…
24401                                                                                                                @eastofeden127 @TMobile Thank you Elizabeth! https://t.co/x7Cm9LKWV1
24402                                                                                                                       RT @netflix: FULLER HOUSE (2016 — ??) https://t.co/w8WVwdP2kc
24403                                                                                                Check out Mens Gray Fleece Jacket US Life Brand Size M https://t.co/ElZpGiAC7C @eBay
24404                                                     Check out 2017 Maisto Mustang Ford GT White 1:64 Die-Cast Car Fresh Metal Unopened 3+ #Maisto https://t.co/5jIXzPT8OQ via @eBay
24405                                        Anyone else having Internet problems with @TMobile ? When I don't have wifi I don't have access to Internet or send… https://t.co/nc3MuuwAjV
24406                                        RT @Chevron: Chevron is at #CASTEAM18 celebrating the importance of role models in inspiring women to pursue #STEM. Visit our booth to reco…
24407                                        RT @companyman: Why did @ATT give $5k to a candidate who self-identifies as an anti-Semite racist?  @SteveKingIA is exactly what this count…
24408                                       RT @nigewillson: Some #tech companies like to be the Loudest - @Microsoft we hold the record for being the Quietest 😀  #microsoftlife #Worl…
24409                                                                                @billburr @netflix Oh the many times I’ve yelled “SPIT IT OUT” at my own child. With love of course.
24410                                                                                                                   @tomandlorenzo @netflix Already crying... https://t.co/x29Nq3rtTa
24411                                                                           Check out Onkyo TX-2500 Vintage Servo Locked Stereo Receiver LED lamps 1979 https://t.co/2SpaUlABkv @eBay
24412                                        RT @ScarletAvengers: @BatmanResist @GOPLeader @GoldmanSachs @AltriaNews @comcast @bcbsca @Amgen @1IronMan2018 @trashpanda2018 @Wolv_2018 @2…
24413                                                             RT @Reuters: Exclusive: Wells Fargo says auto insurance remediation will not wrap up until 2020 https://t.co/TTw94ncLkP
24414                                                                                                                           @Nadeshot @PayPal @XboxGamePass bruh...link me that setup
24415                                                                                                @cowboybilly4 your Tweet was quoted in an article by @Yahoo  https://t.co/0zqLAQOLXr
24416                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
24417                                                                                     @thehill thanks for supporting this miserable bigot with your $$$ @LandOLakesInc @ATT @ATTCares
24418                                                                                                                        @DrDisRespect @Nadeshot @PayPal @XboxGamePass How you know ?
24419                                                                     @LadySnipes_xox @Microsoft @Xbox @tacobell Lmao probably would’ve messed up my prize and just sent an empty box
24420                                                  Just saw this on Amazon: Laptop Backpack Business Travel Backpack fo... by PINPBROS for $21.99 https://t.co/4GbGW9yg5q via @amazon
24421                                                  Check out ROYALTON Stainless Flatware 4 Teaspoons Hollywood Regency Japan RLN8 Vintage #Royalton https://t.co/SFFz3jS7bo via @eBay
24422                                        RT @mernin: So incredibly excited to be a part of the huge news that @IBM and @RedHat will join forces to become the world's largest Hybrid…
24423                                        RT @Nadeshot: Gaming is my job and my passion. @PayPal is hooking it up when you sign up for @XboxGamePass with PayPal. Enter until 10/31/1…
24424                                                           RT @Yahoo: Kentucky dad apologizes for father-son Nazi Halloween costumes https://t.co/Kws4Hj636g https://t.co/soDHozNuT6
24425                                                                     Check out Lucky Brand Men's Flannel Shirt Size Large #LuckyBrand #ButtonFront https://t.co/HEDu4ZY0Rh via @eBay
24426                                         RT @Apple: @NBcain99 Thank you. We’ll send a reminder before the #AppleEvent on October 30. Reply #stop to opt out. https://t.co/HMjuXtmdb9
24427                                        RT @MyrthMystic: @Mrsmaxdewinter @CraigCo62 @FoxNews @Keurig @LincolnMotorCo @pfizer @LibertyMutual @BayerUS @Acura @Bounty @MyCascade @Pro…
24428                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24429                                                           RT @Reuters: LIVE: Homeland Security briefs on Trump's troop deployment to the U.S.-Mexico border https://t.co/8kmCggQ4n6
24430                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
24431                                                                                               RT @Reuters: Global stocks slide as investors remain cautious https://t.co/WroCqBxvSA
24432                                                                                                         RT @meghantonjes: Dear @netflix @hulu @HBO @YouTube https://t.co/6PFJZb9Mj4
24433                                        RT @Nadeshot: Gaming is my job and my passion. @PayPal is hooking it up when you sign up for @XboxGamePass with PayPal. Enter until 10/31/1…
24434                                                                                                                                                         @seewhatsnext @netflix Yeah
24435                                                           Check out Men's Cincinnati Reds Cobb's Cotton Team MLB Red Baseball Adj Strap Back Hat  https://t.co/BRzbdO6RUt via @eBay
24436                                        @Microsoft recently I got a spammy phone call suggesting Microsoft was turning off my windows . I figured you shoul… https://t.co/anQgoGyIvA
24437                                                                                              RT @OpTic_Crimsix: No wonder why all my packages got lost @UPS https://t.co/lGNlJdvAEg
24438                                                                      RT @arkantart: @verizon you really should vet your employees a little better than this https://t.co/vJcjW4gKqz
24439                                        So glad I’m not with @verizon. If I was I would pay a hefty settlement just get out of my lease. I won’t do busines… https://t.co/4XlwlYewSz
24440                                                                  RT @jewelrywiz: Check out Bradford Exchange plate Here Comes the Bride cr. 1985  https://t.co/C7RV5aY5w2 via @eBay
24441                                                                Franco's Refugees: Records of the Jews Who Came Through Spain and Portugal to... https://t.co/Fsy6gWKPQy vía @amazon
24442                                        @ShepRose @dasaniwater @CocaCola I haven’t bought bottled water since I got my @HydroFlask But I never liked Dasani… https://t.co/JsM1kjD7wi
24443                                         Check out G-Mo Skee purple Ushanka Hat Twiztid ICP MNE Psychopathic  https://t.co/exWDZfrIfs via @eBay #ebay #deal… https://t.co/EYRrE8xFuy
24444                                                         Today in 2006 @TonyStewart in the @HomeDepot Chevrolet won the Bass Pro Shops MBNA 500 @amsupdates. @JoeGibbsRacing #NASCAR
24445                                                                 Check out 10 David Eddings Titles Hardcover w/jackets Fiction Literature Fantasy  https://t.co/Ms6hVV5a4c via @eBay
24446                                                                   Check out New Martinsville Glass *LOT OF 5* Green Square Open Salt Dip Cellar   https://t.co/lWIP6gzO3o via @eBay
24447                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
24448                                                   Check out this Amazon deal: Snap Circuits Jr. SC-100 Electronics Explorat... by Snap Circuits https://t.co/4cl21Pxd1f via @amazon
24449                                                                                                                                                         @Reuters So much winning.🙄
24450                                        RT @OKCPSETS: This year's #HourOfCode is about creativity. I’m in! Are you @okcps? (Thanks @Google for supporting @codeorg) https://t.co/jm…
24451                                                                                                             @finch_richard @rivers169 @Ryanair @Blair_91 Good luck with that 👍😂😂
24452                                        RT @LetsPillowTalk: On @facebook? Like PillowTalkTV https://t.co/b6DB3FDWt8  #Comedy #WebSeries more to come! #WeekendWarriors #Cannabis #H…
24453                                    @SamanthaBusch @KyleBusch got new wheels today had to settle for blue @Toyota needs to offer Blurple or M&amp;M's yello… https://t.co/yT6PBO0scJ
24454                                                               I must admit the @facebook ad algorithm is spot on in this instance. #AmmoniumLicoriceOrDeath https://t.co/lIkGIKvIwS
24455                                                                                                  @amazon I keep getting error msgs...what's going on? #HELP https://t.co/I5981eihFv
24456                                    @IrishRail Thank you very much for listening &amp; taking notice! Been waiting 9 days for a response from @Ryanair so y… https://t.co/ioP6WcZjmk
24457                                                                                                                    @Reuters Our tax dollars being squandered for a political stunt.
24458                                                           RT @Yahoo: Kentucky dad apologizes for father-son Nazi Halloween costumes https://t.co/Kws4Hj636g https://t.co/soDHozNuT6
24459                                                                                                                        Definitely @netflix! Great job! 😂😂 https://t.co/L8xbO2KXaJ
24460                                                @ProcterGamble You've lost me as a customer for all products until you end your advertising on @FoxNews and… https://t.co/L96F6DHril
24461                                                                                                                              @philipcarney72 @Reuters So what will be the problems?
24462                                                        Check out Electric Knife Sharpener Professional Sharp Kitchen Knives Chef's Choice Sturdy  https://t.co/XsrzrcK4mh via @eBay
24463                                          RT @beautiqueisle: Check out Hunter Original NEW Sz 10 Burgundy Penny Loafer Waterproof Rubber Rain Shoe NEW https://t.co/mVNuawwDSH @eBay
24464                                        RT @NISMO: Who wants to climb into the driver's seat of the @Nissan Project Clubsport 23? You can check it out this year at the @SEMASHOW i…
24465                                                                             @313JMAC @adidas I'm trash 😂😂 I was trying to let the light come thru the torsion plate..  one moment
24466                                                       Check out Blake's Rebels (Cartoon Desktop Standee Set)  https://t.co/IVC9jTgVDJ via @eBay #blakes7#scifi #parody #collectable
24467                                        RT @MLB: 5 home runs in Game 5. 71 this month. A whole mess of your #HR4HR tweets. More than FIVE MILLION dollars from @TMobile to hurrican…
24468                                                                                                             RT @Reuters: Lions roll around in autumn leaves https://t.co/jMlvQpEruz
24469                                                                                                                              RT @netflix: Don’t watch this. https://t.co/zDKFGsxUkH
24470                                           @Starbucks Was so Psyched for this drink and it didn't taste amazing. Truly feel a sour apple would've saved the… https://t.co/YVLjmapqHo
24471                                               YES!!! We liked the @netflix #Deathnote adaptation! YES!!!! We're looking forward to the sequel! AND WHAT?!?! https://t.co/E3IsxuFbvc
24472                                                             Check out Men's Jos. A. Bank Corporate Collection Multi-color Silk Tie #JosABank #Tie https://t.co/iqIO5GyoWc via @eBay
24473                                        @FadzC @NBCTimeless @netflix Welcome new #Timeless fan! It's an amazing show and it just gets better with each epis… https://t.co/ck9dPUgwfG
24474                                                                  @pheadtony @MaahesMennie @darrenpjones @SkyNews @itvwestcountry @HouseofCommons @facebook No. I did not know that.
24475                                                                                                                                            @easyJet crap service in Venice stranded
24476                                         Huge thank you to our friends at @DeutscheBank for leading an incredible series of financial literacy and business… https://t.co/Hppb1RzbyP
24477                                        RT @FadzC: @Timelessfan01 @NBCTimeless @netflix @Sony @SPTV @SaveTimelessHQ Thanks for the info. If there's anything I can do to #SaveTimel…
24478                                                       Check out DIAMOND ENGAGEMENT RING 1.00 CT D VS2 ROUND 14k WHITE GOLD ANNIVERSARY CHRISTMAS  https://t.co/J15TVwXbB8 via @eBay
24479                                                                          A great turnout for Melbourne’s @Microsoft Modern Workplace Roadshow @modworkplace https://t.co/WCrUyhTSk2
24480                                                                                                @ATTCares @ATT @FirstNet @FirstNetGov when will WiFi call be available on #firstnet?
24481                                               RT @mook1971: Yo! Check out Panasonic Model RR-930 Micro Cassette Transcriber - No pedal #Panasonic https://t.co/4jeXgUe1ce via @eBay
24482                                                                                                                    @Apple whats next something ending in S or plus?? tired of that!
24483                                        RT @Google: @Android Zombie our guest. This one from @angelahaddad is a no-brainer! #TiltOrTreat https://t.co/JOoYw5DyEa https://t.co/H2J7x…
24484                                            RT @ArtGater: @romajc181215 @FansSalvation @SalvationWrtrs @SalvationCBS One of my favourite scenes...#renewsalvation @CBS @CbsSalvation
24485                                        @MaryBethKirk7 @RUTHNCOLEE @OliverMcGee @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO @amazon @POTUS I… https://t.co/SPibJIQSlm
24486                                                                    RT @EMewe: @Nestle Another one bites the dust for us with a #nutallergy. Goodbye #BlueRiband. Thanks #Nestle! 😡
24487                                        RT @koreandoll: The new @Google Pixel 3 phone from @BestBuy has an amazing camera and unlimited free storage so you can take all the pics y…
24488                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
24489                                        RT @ShadowhuntersOE: @THR @netflix @hulu How about #saveshadowhunters then too? We would love to see more seasons around the world. https:/…
24490                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24491                                        RT @menscave7: Check out The Flintstones T Shirt Gray L XL Men New Authentic  Follow Seller! https://t.co/V2xwoaz4oH via @eBay  #comicon #h…
24492                                                                                                                                                 @Palomafaith @facebook Maybe we are
24493                                        RT @EldestDamon: @Lesdoggg @netflix For the love of my own sanity give #Sense8 a try. I’ve never given a series a solid 10 but this gets it…
24494                                             RT @handmade_soap: Provence Lavender Jasmine Soap Sea and Rose Clay 7oz. Handmade ! Natural Hand... https://t.co/GoTw0kQWDD via @amazon
24495                                                                         @aniplexUSA Ok now. Truth time. JUST HOW MUCH MONEY DID YA GET FOR ALL THAT @Toyota PRODUCT PLACEMENTS?! D:
24496                                        RT @Nadeshot: Gaming is my job and my passion. @PayPal is hooking it up when you sign up for @XboxGamePass with PayPal. Enter until 10/31/1…
24497                                                                                                                          @trupatriot1944 @Reuters You are manipulated by the media.
24498                                        @BenHowe @Apple I went to one a couple years ago to get help with my i-pad and they offered to let me use their pho… https://t.co/Au5KFnCvfb
24499                                                     @Mastercard @PoeticJess15 @yaboye_dee boyyyyy this is Shuk in the vid they got him nigga not loyal 😢😂 https://t.co/Qabobd0P2L
24500                                                                                                                                           @grankers07 @Reuters You’re fascist filth
24501                                                               Check out Edwin M Knowles Norman Rockwell Heritage Collectors Plate - The Tycoon-   https://t.co/RuvYmaAEBc via @eBay
24502                                                             RT @BethPaintings: Check out Bar Rescue Beer Pint Glass Beer Great Fast Shipping New  https://t.co/OTte50kh2M via @eBay
24503                                                                             @verizon Please fire Bryant Goldbach. I will be discontinuing my service of over 15 years if you don't.
24504                                                             RT @JoeyKing: Oh my god. @netflix y’all are wild 😂 The Kissing Booth goes horror???? I cackled https://t.co/PSUs0MbDOz
24505                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
24506                                                                                             @dramapotatoe @netflix I’m going to be watching this drama after I finish my other show
24507                                                                                                                                                       @Apple BOL I have a Galaxy 🙃
24508                                                                                                                                                                         @Apple stop
24509                                                                                                                       RT @netflix: FULLER HOUSE (2016 — ??) https://t.co/w8WVwdP2kc
24510                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
24511                                                                                                                                            @Irelandwest @Ryanair Done done done ✈✈✈
24512                                                                                  Check out The Re-mix album - LP Made in Venezuela by Sonorodven  https://t.co/zC7UAs6Z4X via @eBay
24513                                               RT @RichmanPoorman8: Check out Vintage Magnet Metal Kerosene Lamp (No Chimney) (Cat.#7T027) #Magnet https://t.co/IQuiiblqEJ via @eBay
24514                                                                                                               RT @Nashgrier: “Gnome Alone” is out now on @netflix! Listen for me 😏
24515                                                                                                                       RT @netflix: FULLER HOUSE (2016 — ??) https://t.co/w8WVwdP2kc
24516                                                 Check out Womens VIGOSS Distressed Boot Cut Jeans Size 16 Embroidered Waist 38 Inches EUC #VIGOSS https://t.co/Z27QE71t3u via @eBay
24517                                                          Check out ACEO Original Miniature Painting Snowmen Winter Christmas Child CapeCodArtist  https://t.co/qaJUJx0u8I via @eBay
24518                                                          RT @JCPInNotts: Customer Assistant @Tesco #NottinghamJobs #RetailJobs See: https://t.co/UadsApkzkw https://t.co/Y1qBbojm5M
24519                                                        Check out CTFO 10X Pure Full Spectrum Pain Relief PTSD Anxiety Stress Natural 1500MG #CTFO https://t.co/wOstmd4Rrh via @eBay
24520                                                RT @herbalgirl98: Check out Gold Fish Heavy Glass One-HitterChillium Color Changing Glass Pipe Blue OD https://t.co/NNUmcSEUiU @eBay
24521                                                                                                               RT @Nashgrier: “Gnome Alone” is out now on @netflix! Listen for me 😏
24522                                                                                                               RT @Nashgrier: “Gnome Alone” is out now on @netflix! Listen for me 😏
24523                                                                                                                                            Put Samurai Jack on Netflix bro @netflix
24524                                     RT @TrophyRoomStore: The @Nike Air Max 1 Premium ‘Solar Daisy’ is available tomorrow via email orders @TrophyRoomStore 🏆Launch @ 10AM EST📱💻…
24525                                    RT @nancylevine: @JuddLegum @ATT What a coincidence. AT&amp;T CEO Randall Stephenson cut a deal with Trump for tax cuts. https://t.co/mLy8eaSCa…
24526                                        RT @AmyAshenden: Please help. Our whole @Ryanair flight to Stanstd stranded at Rome Ciampino. Children stuck. No help. Airport may close! P…
24527                                                                                                RT @Sony: Is it December 20 yet? #MondayMotivation #Timeless https://t.co/cJpWo0DBF0
24528                                                                       @BenHowe @Apple Call Limbaugh. I hear he's their best customer. I'm sure he'd help out a fellow Apple fanboy.
24529                                                           Check out Blue Snap-over Rollers Set of 16 Small Made in USA #ShoppersDrugMartLifeBrand https://t.co/7fjJYlmNc4 via @eBay
24530                                                               RT @ReginaPucket: #Free 10/27-31 Short Tales of Horror Part III by Regina Puckett https://t.co/wHFyUCQTXK via @amazon
24531                                                                                                                                                          @kScodders @ASOS love u 💞
24532                                        RT @DesignationSix: Did you know that @ProcterGamble advertises on @FoxNews ? Here is a list of their products. They are tagged so they wil…
24533                                         @odetteroulette @DeltaBill2 @CruzWhobris @sar_oso @Mxhrad @JuddLegum @ATT @TMobile @ATTCares @SteveKingIA @DIRECTV… https://t.co/aESy1NV9ko
24534                                                                                                    RT @nctmarkarchive: where is mark’s sponsorship @netflix https://t.co/mkjCE0yP66
24535                                         @Reuters This is a tremendous waste of this country's resources - how do I get my money back for my share of taxes… https://t.co/5gbHZlcOD8
24536                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
24537                                         RT @Apple: Join us on 30 October at 2 p.m. to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https://t.c…
24538                                        RT @JadeAMiles: Hi @NetflixUK @netflix just popping by to say how amazing it would be for you to pick up Scorpion. #Scorpion4Netflix https:…
24539                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24540                                                       Check out NEW Mens Ralph Lauren Purple Label Pink Made In Italy Cotton Pique Polo Shirt XL  https://t.co/ngB2RIwbx5 via @eBay
24541                                                                                                                          @RealLucyDavis @astoldbyclyde @netflix Lucy is such a GEM.
24542                                                                    RT @netflix: The Haunting of Hill House ... but make it adorable https://t.co/qRHfRcbMFk https://t.co/Nr1GOeHHSI
24543                                        @Cisco is on its way to impact one billion people by 2025 with their support to the Anudip foundation. By empowerin… https://t.co/e9udFrtdFp
24544                                                                                                              When the World Lost Mr. James Nebo https://t.co/qXhZuwiNXY via @amazon
24545                                                                @johncardillo @CNN @ATT it's on par with when they tried to frame richard jewell for the olympic park bombing in '96
24546                                                  Hand-Patina&amp;#039;d Copper Butterfly Pendant Czech glass &amp;amp; Copper Beaded Necklace Set https://t.co/kGsfcHg6XQ via @eBay
24547                                        RT @joey_hickson: Just had the worst customer service experience with @ATT @ATTCares Digital Life! I am going to cancel Both my home securi…
24548                                                                                                               RT @Nashgrier: “Gnome Alone” is out now on @netflix! Listen for me 😏
24549                                                           Check out SIX Vintage Retro Plastic Cup Holders by DAPOL Tulip Shaped Coasters RYG EUC  https://t.co/k2RnlF34Eu via @eBay
24550                                        @AmethystMimosa @LandOLakesInc @Charmin @tide @Bayer @SweeTARTSCandy @Nestle @FoxNews Some of you were Staples at m… https://t.co/0ewZp7fZ9U
24551                                                            Check out Savannah Bath Works Goat Milk &amp; Honey Hand and Body Lotion Lavender 4 oz jar https://t.co/zRfd2Q24xB @eBay
24552                                                                                                                               RT @JuddLegum: Your move @ATT https://t.co/4mra1LPySG
24553                                                           @RawStory @DawnDish  @Tide @subaru_usa @amazon   Why are you funding @FoxNews https://t.co/cHUKuXhu7L   #PittsburghStrong
24554                                                       Check out Vintage Carved Wooden Fisherman 7 Rod Dowels Pegs Hand Carved Wood 1930s Fishing  https://t.co/mnSnmigu2e via @eBay
24555                                        The Water Witch (Squonk Tales Book 1) by Ron Foster https://t.co/2LbaImc6Vk via @amazon #folklore #fantasy #goblins… https://t.co/u0Sefby0M5
24556                                                                                                     @Harry_Kary @BreitbartNews @netflix Netflix is run by Cancerous liberal Morons.
24557                                                             RT @JoeyKing: Oh my god. @netflix y’all are wild 😂 The Kissing Booth goes horror???? I cackled https://t.co/PSUs0MbDOz
24558                                        RT @JadeAMiles: I know what would make a perfect video! An official @NetflixUK @netflix trailer for Scorpion season 5 as a Netflix Original…
24559                                        RT @unclelukereal1: Hey you guys check out the on @netflix Th Evolution of hip-hop finally someone it's telling the our story here in South…
24560                                                                                                                        @DineshDSouza @amazon Horrible book. https://t.co/DAOh9FJ30V
24561                                         Umm can we forget about this Cardi b mess for one moment and talk about how @McDonalds had the audacity to give me… https://t.co/JIohAstWIi
24562                                                @AlexMLeo @FoxNews @Keurig @Ford @LincolnMotorCo @pfizer @LibertyMutual @BayerUS @Honda @Acura @AceHardware… https://t.co/h4FmEcmZuN
24563                                                                                       Check out Silvertone &amp; Black AZZARO  Money Clip #Azzaro https://t.co/XYLnBq5Ljx via @eBay
24564                                        RT @lisahopeking: My exclusive with @StephenCurry30 Friday night - post @warriors win @TheGarden and ahead of @Palm launch @verizon Nov. 2.…
24565                                                RT @CaptainBadger79: @JadeAMiles @NetflixUK @netflix This brilliant video shows you all you need to know @netflix. #Scorpion4Netflix
24566                                        RT @Rccard1999: @JuddLegum @ATT Looking at Rep Steve King’ committee assignments @ATT doesn’t have any business with him. ATT has no agricu…
24567                                       RT @photonameframes: 8x10 FREEDOM'S HERO Photo &amp; Poetry Frame ~ Holds a Landscape 5x7 Picture (WAL... https://t.co/VjulA4PnAZ via @amazon
24568                                                                                    @DineshDSouza @amazon I want the Dinesh movie bundle.   Death of a nation and Hillary's America.
24569                                                         RT @MLS: One last look at the final standings in the Western Conference after #DecisionDay by @ATT. https://t.co/tOaq2JL3bt
24570                                        The @UPS guy delivered a package to the wrong house. Whomever they delivered to was nice enough to drive it over to… https://t.co/8g1Mo4ZZRn
24571                                                                                                Lebron releasing absolute heat every night!!! Please @Nike release more of his kicks
24572                                                            Check out #StarWars Legacy #MillenniumFalcon Collection 2008 WORKING Rare Hasbro EscapePod https://t.co/6oW0Ybptt9 @eBay
24573                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
24574                                                                                 RT @H_Hawks16: @CNN @ABC @CBS @MSNBC ◀◀◀◀😂😂🤣🤣 companies run by monkeys! https://t.co/RNdbth3Qll
24575                                                                        @realdawnsummers @Dan_Mullen @sharkgrl @BMW maybe you should lease RDS. I never worry about cars in shops :p
24576                                        I need a skateboard game in my life ! @Sony @PlayStation  get exclusive rights to the “SKATE” franchise and let’s g… https://t.co/FYWocObklB
24577                                                                                 @Nickelodeon @Walmart man the new live action adaptation of jojo's bizarre adventure sure looks bad
24578                                                                                                                      @sandcandy27 @WholeFoods @amazon @JeffBezos Wtf yes you should
24579                                                           NIP HO 1:87 Scale A-LINE 60' GREENVILLE BOX CAR Kit #28000 Plastic Vintage Train #ALine https://t.co/CmpNPky3GI via @eBay
24580                                                                               Check out Vintage Bicentennial 1776-1976 John Ward Limited Edition  https://t.co/tHu4aTq5Xa via @eBay
24581                                                                                                                                       @Disney do your thing https://t.co/KBxsT93zZp
24582                                          @aravosis @Allstate @Progressive @Expedia @GEICO @DineCareers @CapitalOne @SandalsResorts @McDonalds @Nutrisystem… https://t.co/loP7E5PvPE
24583                                                   @hhhollymay @netflix One question for you.. if I watch this show... Will. I. Be. Able. To. Sleep. After!? Serious question.. 😬😱
24584                                                                                                                      Check out my listing @eBay - https://t.co/W87uOaAwZo via @eBay
24585                                        RT @hm: Fans got the chance to ask @tiffanyyoung their questions on Instagram. Head over to IGTV to watch the full video: https://t.co/ZHUv…
24586                                                        Check out Vintage 1970's Floral Flower Power Butterfly Collar Sears JR Bazaar Blouse Sz M  https://t.co/bp1KQdE4R7 via @eBay
24587                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24588                                        RT @Bowen4747: Check out Cryptozoic DC Comics Mera Bombshells Noir Edition Hot Topic Exclusive New In Box https://t.co/XgVjG1VnUa @eBay #eb…
24589                                                           RT @MyLifeAsAD: Fuck all this Nicki vs Cardi shit..WHERE’s THE LION KING TRAILER? That’s what I wanna talk about. @Disney
24590                                         RT @sara_thomas0601: @netflix it’s been a over a year since one tree hill has been taken off netflix and i think that’s enough punishment!…
24591                                                              Check out Lot of 3 BARBIE Pose Me Pets CAT Friends LOOKIN PRETTY KITTY Posable Soft Toys https://t.co/cGbGL96P5z @eBay
24592                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
24593                                                                  Check out Twin Towers New York City Skyline Statue Of Liberty Pre 9/11 35MM Lot  https://t.co/fMNvUN5zPx via @eBay
24594                                                  Check out Red Hearts Handkerchief - Candy Box Roses - Sweetheart Wedding Love Romance #Unbranded https://t.co/R3U23fiAKG via @eBay
24595                                                    Check out Croft &amp; Barrow Mens Size Large Hawaiian Tan Floral Short Sleeve Button Up Shirt  https://t.co/14F2bSizrs via @eBay
24596                                          RT @TheFavelakid: The Track Runner CreateSpace Independent Publishing Platform https://t.co/Ny3DJRISwb via @amazon https://t.co/CcwJ8nw4lZ
24597                                             Just saw this on Amazon: L'Oréal Paris Visible Lift Serum Absolute F... by L'Oreal Paris for $12.99 https://t.co/0gV7jIGDt2 via @amazon
24598                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24599                                                                            RT @jilbijou45: Check out Vintage Slide Viewer Germany Tested Works #K https://t.co/1NSbd9IXPw via @eBay
24600                                                                                                                                              @LIRIK @Audi Imports over euros anyday
24601                                                                   @brigarcia__ @Starbucks I drank chunky chili dog coffee and you want to test me right now https://t.co/5yi5iVN4wz
24602                                                                                                                      @netflix please put Clueless back on Netflix. I’m begging you.
24603                                                         Check out Vintage Stacking Dolls Playing Musical Instruments Hand Painted Nesting Dolls   https://t.co/jrpB2U6xyJ via @eBay
24604                                                Check out New York &amp; Co Womens Size 4 Red White Floral Sleeveless V Neck Dress #NewYorkCompany https://t.co/a7IxQ8wdpB via @eBay
24605                                                                                           Check out Local Pick Up Only Glass Ornament 49ers Train NFL https://t.co/oGWjcrfGMw @eBay
24606                                                                                                                @Reuters Hate news for right wing terrorists https://t.co/zZ5Y7O45Iu
24607                                        @JuddLegum @ATT I don’t think many of the big corporations are concerned with white supremacy. Because I haven’t se… https://t.co/7r0nnNERHB
24608                                         RT @Kyliving720: Check out Evergreen Greetings Trick or Treat Witch Dangling Hat  &amp; Shoes w Spider Burlap https://t.co/mQh6Q8w2iJ @eBay
24609                                                                     RT @kaosonia: Check out Sterling Silver Teddy Bear Charm - Animal Charm - 3D  https://t.co/SDGkOEmO0V via @eBay
24610                                        RT @intel: We are transforming the heart of the home—the living room—powered by Intel Core Processors and #5G technologies delivering amazi…
24611                                                                                                                       @965KissFM @whydontwemusic @ATT @ATTTHANKS Can I buy tickets?
24612                                        RT @DesignationSix: Here is a list of all @Nestle products. They advertise on @FoxNews. They are tagged so they will get notified for every…
24613                                        RT @Apple: @ConnorBadlam Thank you. We’ll send a reminder before the #AppleEvent on October 30. Reply #stop to opt out. https://t.co/sRFb7N…
24614                                         RT @MD4urMIND: @Keurig @Ford @LincolnMotorCo @pfizer @LibertyMutual @BayerUS @Honda @Acura @AceHardware @ProcterGamble @Allstate @esurance…
24615                                                                                     RT @Google: Here’s to first responders around the world who answer the call in times of crisis.
24616                                                                    RT @netflix: The Haunting of Hill House ... but make it adorable https://t.co/qRHfRcbMFk https://t.co/Nr1GOeHHSI
24617                                                                                           RT @thelindsayellis: At least we’re united on one thing @facebook https://t.co/BFNCc9xvYw
24618                                      Thank you @netflix for Frontier 🙌🏻 I binge watched the whole series so far today.. and now I have to wait 3 weeks f… https://t.co/oAndssbDAl
24619                                        @ProcterGamble I will no longer use your products while you are supporting hate and disinformation by advertising o… https://t.co/F184KLjM4Z
24620                                        RT @kcscloset14ebay: Check out New RAE DUNN SNACK red Plaid Tall Canister Decorating Ideas Home Decor https://t.co/cw8AXks0IW @eBay #Christ…
24621                                        @krassenstein @freddyatton @getongab @joyent @PayPal @stripe @GoDaddy @Medium @StartEngineLA Looks like the moderat… https://t.co/5y16CTOaSl
24622                                          @DesignationSix @FoxNews @Nestle @Walmart @OfficeMax @officedepot @sleepnumber @Butterfinger @Progressive @Keurig… https://t.co/YE64tb3WQh
24623                                                                                                           RT @tigra_19: @FadzC @NBCTimeless @netflix Welcome aboard the #lifeboat..
24624                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
24625                                        RT @madasednam: @DesignationSix @FoxNews @Nestle @Walmart @OfficeMax @officedepot @sleepnumber @Butterfinger @Progressive @Keurig @CapitalO…
24626                                          #yoga check out Chefs Limited French Press Gourmet Coffee and Tea Maker 34 oz Carafe - NEW #ChefsLimited https://t.co/BKR8EqURha via @eBay
24627                                                                                                                                                     @shinangovani @netflix love it!
24628                                                        Check out Two cats Realistic Cat Lifelike Plush RABBIT Fur~JOINED CATS Sleeping Figurines  https://t.co/9MLi1rES5w via @eBay
24629                                                                                                                                                @TMobile im on the phone with u guys
24630                                                            I just told the CEOs of corps like @Nestle and @Pepsi to #BreakFreeFromPlastic! You should too:  https://t.co/xtQrAJiARg
24631                                                  Check out Black milk tea Leopard Pattern Velvet Fringe Hippie Boho Gypsy Kimono Duster #Handmade https://t.co/Xv4Z5zyXSK via @eBay
24632                                                                                                                                                                       @TMobile Sent
24633                                                                                               @itsfelixwot @CBS @happytogether have you watched any marvel movies??? #HappyTogether
24634                                                                                     Check out Shopkins Season 2 Leafy Toilet Paper Set White And Blue https://t.co/Bpf59iRl2o @eBay
24635                                             PD3R - Post Disaster Rapid Response Retrofit is another @IBM #CallForCode is another amazing project that focuses on earthquake relief.
24636                                                      @cmclymer @netflix Thank you for this. I started Season 3 of @Daredevil but it's a little too dark and heavy for me right now.
24637                                                                                                RT @MLS: The passes were perfect on #DecisionDay by @ATT. 💯 https://t.co/776025ITDf
24638                                        RT @Apple: @chaston_carter Thank you. We’ll send a reminder before the #AppleEvent on October 30. Reply #stop to opt out. https://t.co/K8B0…
24639                                                                                      RT @Reuters: Saudi crown prince may be behind Khashoggi killing: Trump https://t.co/EayHfUrIZC
24640                                                    RT @Puration710: $PURA - Puration Inc (OTCMKTS:PURA) Explodes on Coca-Cola Interest https://t.co/vPK9WnqmvP via @Oracle Dispatch
24641                                                                                     RT @Google: Here’s to first responders around the world who answer the call in times of crisis.
24642                                                Check out Art to Navy Blue Flower Burnout Velvet Fringe Kimono Opera Coat Duster Jacket  #Handmade https://t.co/H6SnDPPk4C via @eBay
24643                                                                                     @itsfelixwot @CBS @happytogether what’s one similarity you and cooper both have? #HappyTogether
24644                                                                                                                         @KmassMass @MLS @Audi @realsaltlake Thank Houston not LA 😂
24645                                                                      @Apple I just want to know when 32-way FaceTime coming out the only reason everyone even wanted an iPhone X 👀
24646                                                                                                           Check out EGYPTIAN CASKET SARCOPHAGUS   https://t.co/DgewRekaOK via @eBay
24647                                                  Check out Classic Art to Burnout Velvet Black Turquoise Flower Caftan Kimono Jacket Gypsy  #Cape https://t.co/Us04D3itUC via @eBay
24648                                        RT @theunlockr: Complete walkthrough video on the oh-so-sexy @Microsoft @surface Laptop 2 is now live. Check it out and let me know what yo…
24649                                                  Check out lassic Golden Flower Eastern Sheer Burnout Silk Velvet Fringe Jacket Coat Duste  #Cape https://t.co/gHtHLG75f2 via @eBay
24650                                        RT @L48130: @DesignationSix @FoxNews @Nestle @Walmart @OfficeMax @officedepot @sleepnumber @Butterfinger @Progressive @Keurig @CapitalOne @…
24651                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
24652                                        RT @Louisearnott2: Check out COPPER SINK | Copper Basin | Camper Van Size | French Up Cycled Sink  https://t.co/8xKuHSz2dt via @eBay #coppe…
24653                                       RT @skickwriter: So many still in need of hurricane relief! Tweet or retweet #HR4HR and @TMobile will donate $2 for hurricane recovery. 💕 h…
24654                                                                                                                                                                   @Walmart Its true
24655                                                                                                              @NoelLaScheff @Ismahawk @netflix @Daredevil @DannyLaShep It's so good.
24656                                                                     Check out Fashion Jewelry  Painted Lady FACE HEAD only PIN brooch  #Unbranded https://t.co/m0lgwYAvnW via @eBay
24657                                                                            Check out Vintage Chinese Reverse Painted Glass Phere Paperweight (signed) https://t.co/36GzW5iUSL @eBay
24658                                                      Check out Hori Pad FPS Plus for Sony Play Station 4 PS4 Game Controller Blue New Japan #Hori https://t.co/1Fk7XksySb via @eBay
24659                                                               RT @Reuters: Exclusive: Defense firms see only hundreds of new U.S. jobs from Saudi mega deal https://t.co/lhPd5UEAG1
24660                                        RT @Persistentsys: Congratulations team Project Owl!!! #CallForCode @IBM @IBMIoT @IBMDeveloper @jbgokhale @ssrivastav https://t.co/TFyTwQSk…
24661                                                                                                                    @Apple Brilliant apart from the screen resolution isn’t even hd!
24662                                        @IridescentShdow @verizon I’ve often heard of similar issues with V.  We’ve used A since their entry into the cellu… https://t.co/OuFJY2ZJZD
24663                                        RT @Greenpeace: .@CocaCola  @pepsi @Nestle your throwaway business model drives plastic pollution! It’s time to set ambitious goals to redu…
24664                                                                                                                                              Ok ok I seen the comments on @facebook
24665                                        RT @Greenpeace: .@CocaCola  @pepsi @Nestle your throwaway business model drives plastic pollution! It’s time to set ambitious goals to redu…
24666                                              RT @blueskyred54: Unholy Pursuit: The Devil on My Trail: The First Book of The UnHoly Pursuit S... https://t.co/Rvc5iYeInH via @amazon
24667                                                                                                                              @USAndMumbai @JohnDeere @CaWalnutsIndia Lovely pic sir
24668                                                           Check out Gold Seal Guiding The Way Mimi Jobe Unicorn Fantasy Jigsaw Puzzle 500 pc New  https://t.co/e62SpVSo5o via @eBay
24669                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
24670                                        RT @Greenpeace: .@CocaCola  @pepsi @Nestle your throwaway business model drives plastic pollution! It’s time to set ambitious goals to redu…
24671                                                                                                                                                         @Cost2Build_UK @amazon Done
24672                                         @DaleyBoi1 @NickMatias7 @Apple Nope. There’s times where I put one in my pocket and press play and the one in my ear will still have sound.
24673                                                                       RT @julietronx3: Y’all already know ya girl is stalking up! 👏🏼👏🏼👏🏼💜 @Starbucks https://t.co/0bdxUaAhsF
24674                                                                                                                                         @SenatorHeitkamp @JohnDeere Brazil is happy
24675                                                                                 #Cryptocurrencies could be the next revolution in online #payments https://t.co/NbiiOn5rFT @Reuters
24676                                        RT @LeahRAftercash: @PSStandLeague @LolaTV8 @BPSTANDleague @LeahRemini @MikeRinder @Disney Leah Remini and Mike Rinder support anti-LGBT me…
24677                                                                                           RT @thelindsayellis: At least we’re united on one thing @facebook https://t.co/BFNCc9xvYw
24678                                                                         RT @beejay_shams: how much does this koko irin (pot) cost in @adidas store.. 😂😂😂 https://t.co/lUU5j4Dcyj
24679                                        @Phase_Eight Can you tell me why @nextofficial are selling dresses at full price when the same dresses are in the s… https://t.co/fYdIIlKlPG
24680                                        RT @Apple: @LamaneNd Thank you. We’ll send a reminder before the #AppleEvent on 30 October. Reply #unsubscribe to opt out. https://t.co/GbN…
24681                                                       Check out Latest Tiger Nail Natural Dendrite Opal Gold Plated Drop Earring Fashion Jewelry  https://t.co/IPMQi5DflI via @eBay
24682                                        @ATTCares @sibethnia Why does @ATT give money to avowed racist and anti-Semite Steve King? Does this represent your… https://t.co/Ug267XfLmd
24683                                                       Check out Texas Instruments TI-89 Titanium Graphing Calculator Hard Cover #TexasInstruments https://t.co/E3n9UKESWo via @eBay
24684                                                                 RT @DonFi4o: Check out Vintage Travel Alarm Clock Kienzle German Wind Up #Kienzle https://t.co/XFcX6Tg9F3 via @eBay
24685                                                                                                                                              @Cost2Build_UK @amazon Fingers crossed
24686                                         RT @hayhojojo: Check out my listing @eBay - https://t.co/U1SVTKTUiM via @eBay #ebay #butlins #badge #retro #vintage #pinbadge #billybutlin…
24687                                                         @AskPayPal @PayPal I don't have access to the mobile number that I need to verify myself! Is there any other way to verify?
24688                                                  Check out  Predator Helmet Skull Motif - Blue Color Full Face DOT For Bikers Size S-XL #HandMade https://t.co/w4tbs87Xxl via @eBay
24689                                         Off on the @CalSleeper tonight for the @Microsoft Decoded event in @ExCeLLondon tomorrow. Home tomorrow night then… https://t.co/UA5ymJu2Vm
24690                                                                                                              RT @ugoch_o: @adidas is now making pots 🤣🤣🤣 https://t.co/0kmYle8Wfm
24691                                        RT @MiaMBloom: Excellent point @NiAolainF that @facebook uses it’s own definition of terrorism based on community standards but doesn’t con…
24692                                                                        RT @iFisforfamily: When @netflix finally announces the release date for @FIFFNetflix https://t.co/pGQtw6CeAJ
24693                                        @amazonIN @AmazonHelp @amazon  i have raised the Complain for my refund. I am chasing from last 20 days but till th… https://t.co/PKwCYFTAS3
24694                                                             RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Join us live at https://t.co/xi6CRXgQPH.
24695                                                                 Check out Regency Fine Arts Mythical Magical Dragon Figurine Collectible Hand Painted https://t.co/VKHDbRAqkN @eBay
24696                                        RT @sandrayearman: Armada Of The Dead / Kingdoms betrayed…By Sandra Yearman   https://t.co/pnsbqSsRW0 via @amazon #series #fantasy #amreadi…
24697                                                             RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Join us live at https://t.co/xi6CRXgQPH.
24698                                        RT @abreak4mommy: #AD The new @Google Pixel 3 camera has groupie-cam you won't get storage full message because storage is unlimited and fr…
24699                                        RT @Oracle: .@groundbreakers. @OracleStartup. @dTechHS. Here's some of what you missed at @oracleopenworld 2018. #oow18 https://t.co/GcqM3t…
24700                                        RT @Reuters: Two @Reuters journalists have been imprisoned in Myanmar for 323 days. See full coverage: https://t.co/qIQ5DvU5Aa https://t.co…
24701                                        RT @hm: Fans got the chance to ask @tiffanyyoung their questions on Instagram. Head over to IGTV to watch the full video: https://t.co/ZHUv…
24702                                                      Check out Breg Bledsoe Arc 2.0 with Pillow/Shoulder Brace - Universal AE050500  #BregBledsoe https://t.co/abhNW5FOBA via @eBay
24703                                                                                                                                      RT @Nicolette_Shea: I’m addicted to @Starbucks
24704                                         @jaketapper @nytimes @NBCNews @ABC @CBS @CNN If the decision to not cover the hate crimes that have taken place or… https://t.co/8BBhKYrtjL
24705                                        RT @Reuters: JUST IN: Indonesia orders inspection for all Boeing 737 Max 8 planes - transport ministry official #JT610 https://t.co/xaVjYjO…
24706                                        @abledoc @Toyota @Honda @Kia @GM @Waymo @elonmusk Humans don’t have silicon chips in their head (or wheels on their… https://t.co/8YcVXsPeT4
24707                                         RT @AmyAshenden: Holiday from hell @Ryanair! You cant treat ppl like this. Leaving families w babies stranded. Told wait @ airport evryday…
24708                                        RT @GaryJk64: @DavidPollardIRL @RehabGroup @Google @LearningTechLab @GITDublin @smartdublin @dogpatchlabs @DubCityCouncil @stevenogara @gen…
24709                                                                     So stoked about the reduced withdrawal time from @FNBSA and @PayPal  - now only 3 business days! #CanIGetAnAMEN
24710                                        @Trumpery45 @Toyota @Honda @Kia @GM @Waymo @elonmusk LIDAR still uses visible spectrum. TeraHertz and RF signals ar… https://t.co/Bhd3CdoNMS
24711                                                                                                                            For Sale Matchbox Van 1978 https://t.co/Q7jHtANP8B @eBay
24712                                             @StateStreet @BosBizJournal @StateStreet One Million Dollars REWARD for Justice @TheJusticeDept @jpmorgan @UBS… https://t.co/kpwuqcJ7AK
24713                                         #Sonoma #Life &amp; #Style Women's Long Sleeve Scoop Neck Brown Knit #Shirt Size S #NWT #ebay #deal #sale https://t.co/OmlqrSFylj via @eBay
24714                                                         RT @BMW: A perfect fit for urban streets. The #BMW 530e iPerformance Sedan. https://t.co/ooMDxiRUic https://t.co/p8Xv2SWbDT
24715                                                                                                         First time I have trouble with @Expedia making a reservation #dissappointed
24716                                        RT @Adobe: Your portfolio should make you proud. Ten iconic creatives share their advice on how to lead a more fulfilling career: https://t…
24717                                                         Check out the flip-top top-hat e9Art ACEO Outsider Abstract Art Painting Brut Folk Naive  https://t.co/y80yDbAlPk via @eBay
24718                                         RT @IDC_EMEA: Special #IDCTechTalk Episode 🎙️ The largest software acquisition ever: @IBM to buy @RedHat for $34B. Listen @IDC thoughts fro…
24719                                                    Check out  Flower Comb Barrette Clip gold tone clear stone hair accessory Holiday new #Claires https://t.co/2BgvHKdVO4 via @eBay
24720                                        RT @Disney: Snap a selfie with the stars of #RalphBreaksTheInternet! #WreckItRalph and #Vanellope are making special appearances at @WaltDi…
24721                                        @OhioStateFB @Nike @KingJames @usnikefootball @KingJames  now Nike should make sweet kicks for the band. If the foo… https://t.co/cpZmiEIsyo
24722                                                             RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Join us live at https://t.co/xi6CRXgQPH.
24723                                                                                                                        @alwayssunny @netflix @NetflixUK when will S13 be on Netflix
24724                                                     Feminists: What Were They Thinking? Great documentary by Johanna Demetrakas from @netflix  @LilyTomlin… https://t.co/RIhcHAOTFw
24725                                                                                                                                                       @netflix What about usssss???
24726                                                                                                       @Visa can you make for Australia bank and credit union using Visa debit card?
24727                                                                                                                                               @Audi Backseat foot massagers? 😂😂😂
24728                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
24729                                                                                                      So @Shell is giving away free gas today. But where??!! https://t.co/2XnTBQqKCd
24730                                                                                           Check out Vintage Britains Tractors Trailer Animals Ect.... https://t.co/m25mamqwSO @eBay
24731                                        RT @geoffmackey1: The #future is coming and evolving with material expertise from @BASF in autonomous vehicle safet… https://t.co/6jeTIAqI9W
24732                                                             RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Join us live at https://t.co/xi6CRXgQPH.
24733                                                             RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Join us live at https://t.co/xi6CRXgQPH.
24734                                    RT @SmithMaf: Thanks @SBringsvaerd &amp; @Equinor for being a great #FOW18 Event Partner and a leader in floating  #OffshoreWind https://t.co/0…
24735                                        RT @RedHat: Red Hat will be combining forces with @IBM in what will go down as the largest #software company acquisition of all time to dat…
24736                                                   OCheck out Authentic Coral Crystal Lampwork Gold wired Pendant Necklace by Goldstein #Goldstein https://t.co/TvaWGNqaAL via @eBay
24737                                                         OCheck out Victorian Epoch Flair Black Ladies Zip-up BOOTS SZ 6.5 #EPOCH #Boots #Everyday https://t.co/rdxinOBSn3 via @eBay
24738                                         #Siemens will partner even more closely with African countries and therefore @Siemens CEO @JoeKaeser speaks at the… https://t.co/mHDxDXiwz6
24739                                        RT @siemens_press: #Siemens will partner even more closely with African countries and therefore @Siemens CEO @JoeKaeser speaks at the #G20I…
24740                                        @Cisco is on its way to impact one billion people by 2025 with their support to the Anudip foundation. By empowerin… https://t.co/KNcpShCfhT
24741                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
24742                                                       Check out Huge 35 + different KEVIN ELSTER cards lot 2 RC 1987 - 1998 Mets Rangers Pirates  https://t.co/16cIU3DgVo via @eBay
24743                                                                                                                            RT @AmarAmarasingam: @BarakMendelsohn @amazon Congrats!!
24744                                        RT @EdenTrainingUK: We are so happy with our new website we are running a #competition! For a chance to win a £50 @amazon voucher / @Love2s…
24745                                                                                                https://t.co/IsS8FGekqH: New Releases - Software https://t.co/4gmhVdwXqY via @amazon
24746                                                                                  @Reuters @nanditab1 What's new about this? Lots of Walmart 'shoppers' bypass the checkout already.
24747                                                   Check out New Athletic Works Capris Sz XXL 20 Black White Stripe Elastic Waist Exercise #Capris https://t.co/78EZkEBheK via @eBay
24748                                                             RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Join us live at https://t.co/xi6CRXgQPH.
24749                                        @Samer__Ali @Buccaneers @Nike @PewterReport Schange is needed.Ditch the clock radio style numbers and go to the old… https://t.co/9eD0i2OK4M
24750                                                                    Check out 1960's Swedish wood carved figurine Minister man with Bible #unknown https://t.co/9UbvJrkOwi via @eBay
24751                                                                                                           @RadioFish @netflix OH MY GOOOOOOOOOD 😭😭😭😭😭 I can’t wait to see this
24752                                                       Check out 14K Yellow Gold Over His And Her Round Diamond Wedding Bridal Band Trio Ring Set  https://t.co/P7S4TetVIe via @eBay
24753                                        RT @PrincessKirly: Check out Coast Dress Size 12 (Peach / Cream) https://t.co/beoHcLEOyX @eBay #dress #sale #fashion #bargain  #bargainhunt…
24754                                                @stautistic @dez_blanchfield @BillMew @thomaspower @NeilCattermull @sarbjeetjohal @nigewillson @IBM @RedHat… https://t.co/qslnfgCDaW
24755                                        RT @PrincessKirly: Check out Coast Dress Size 12 (Light Green / Mint Green) https://t.co/2vGgwy8t9e @eBay #coat #fashion #forsale #dress #g…
24756                                                                                                                                    @WaNduta8 @Reuters Paid. https://t.co/qIzaM5E5KY
24757                                                     Check out 1913 SENT Black-White Postcard send from VIDIN East Europe PRETTY WOMEN &amp; DOVE  https://t.co/iJULQAuBeh via @eBay
24758                                        RT @Reuters: Exclusive: Defense firms see only hundreds of new U.S. jobs from Saudi mega deal https://t.co/sp177I9kSu https://t.co/jRXs66w5…
24759                                                                         Check out 1960's Swedish wood carved figurine Skier hitting tree #unknown https://t.co/IGj3DdqWTJ via @eBay
24760                                                                      RT @jisaac2010: @Groupon any promo codes for your site I can redeem? https://t.co/j9gDplEfVi via @couponfollow
24761                                                                                                                                                         @Apple Follow me apple user
24762                                                            luxrygold 14K White &amp; Black Gold Plated Round Cut White Cz Diamond Bee Pendan... https://t.co/KTySY6fhRC via @amazon
24763                                        #CollectToWin at @Walmart today and enter for the chance to win great prizes! Look for specially marked family size… https://t.co/5ZTSiDRIoE
24764                                                             RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Join us live at https://t.co/xi6CRXgQPH.
24765                                                                        Check out Crystal Statement Necklace Zara Green https://t.co/mcbc15DzQk @eBay #fashionblogger #springwedding
24766                                                                 Check out Bradley Lady Gaga / Cooper - A Star Is Born / O.S.T. Explicit Version   https://t.co/srjNL0RRal via @eBay
24767                                        @McDonalds #McRib not available in #Nevada this go around.  A @GOP thing. One more way they are demonstrating their… https://t.co/vYyEDadnWp
24768                                                       RT @HistoryTribune: This Michael Jordan photo from 1984 inspired his famous silhouette logo by @Nike. https://t.co/xc5s9kmIft
24769                                        RT @Reuters: Exclusive: Defense firms see only hundreds of new U.S. jobs from Saudi mega deal https://t.co/sp177I9kSu https://t.co/jRXs66w5…
24770                                                             RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Join us live at https://t.co/xi6CRXgQPH.
24771                                        RT @GroomingMail: It's #Competition Time Again. #retweet this tweet and follow us (@groomingmail) to win a £20 @ASOS online gift card. #win…
24772                                        RT @thebrickhouse: Check out Vintage 1970s Bradley Big Eye Winter Queen Doll #BradleyBigEye https://t.co/2FrCgYkxPZ via @eBay #1970s #bradl…
24773                                        @Scooterocket @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell… https://t.co/sOxrPrEiBW
24774                                                                  Check out SUPREME X NIKE BEANIE BURGUNDY BRAND NEW FW18 APPLIQUÉ NIKE LOGO DEADSTOCK https://t.co/3aE6abusCQ @eBay
24775                                                                                                     Lubbock's Naughtiest Women by Mark Lockwood https://t.co/fjWWwRmi6W via @amazon
24776                                                                                RT @Reuters: Turkey presses Saudi to say who sent Khashoggi killers: Erdogan https://t.co/qOELokYft9
24777                                         RT @waxworkrecords: We are thrilled to announce our deluxe vinyl soundtrack release of the @netflix original horror series THE HAUNTING OF…
24778                                                                                                      RT @antiqueman99: Hot Sause bottle stoppers  https://t.co/mPtu01XOnG via @eBay
24779                                                @Reuters Res authorities @narendramodi @PMOIndia @PMO_NaMo @arunjaitley @ppchaudharyMoS #MCA @Naveen_Odisha… https://t.co/fxneepLtqY
24780                                                                                RT @Reuters: Turkey presses Saudi to say who sent Khashoggi killers: Erdogan https://t.co/qOELokYft9
24781                                                                                                       @Reuters It’s 1000 miles away. Sending troops now is a STUNT. Waste of money.
24782                                                                                                            @Reuters The life of this investigation is hanging be it’s last vestige.
24783                                         @shearm @Apple yeah...like a new apple cellphone or ipad is more important than fascists attempting to subvert the… https://t.co/9kPDnIbFpl
24784                                                                                                                  @Unathi_jam @NikeRunning @Nike @nikewomen @NikeRunningZA Go girl🙌
24785                                                                                       RT @PaulChaloner: Authentic esports advertising. Well done @McDonalds https://t.co/YiRatmDSe0
24786                                         RT @disarmingfilms: Super psyched to share this with y’all. In dark times let #dogsonnetflix brighten you up. @netflix @Zipper  @HeidiLoki…
24787                                              RT @SE_Welfonder: Love in the Highlands: A Collection of Steamy Scottish Romance Gruenwald Corp... https://t.co/i30wocajmO via @amazon
24788                                                                                                @Reuters For real??.....  That's what the newly elected president of Brazil said too
24789                                        @greenpeaceusa @Danone @KraftHeinzCo @MDLZ @MarsGlobal Please be a leader in the effort to protect our beautiful pl… https://t.co/mrNxZrkxTX
24790                                     RT @NCChamber: Special thanks to @BASF for supporting women across North Carolina at today's Women &gt; A Force in Business event. #WomenLeadN…
24791                                                                                         @netflix I need to find out if any dog dies because I can’t watch if so. Sorry but I can’t.
24792                                                                        Check out Avon Anew Ultimate Multi-Performance Skincare Gift Basket  #Avon https://t.co/FzZjMqHPuU via @eBay
24793                                                                                       RT @PaulChaloner: Authentic esports advertising. Well done @McDonalds https://t.co/YiRatmDSe0
24794                                                         Check out this Amazon deal: Premium Ultra Soft Organic Bamboo Baby Hooded... by Miniboo https://t.co/jJTWdqn0f7 via @amazon
24795                                          It was easier to buy a @Tesla #Model3 than it was to upgrade my phone @TMobile . Just sayin’. @elonmusk #Tesla @TeslaMotorsClub @Teslarati
24796                                                             RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Join us live at https://t.co/xi6CRXgQPH.
24797                                        RT @Internaturalbaw: 20 years of #Charmed and basically only @TheWrap and @netflix paid tribute to that milestone and fans/cast/crew of cou…
24798                                                Check out Fire King / AH 2000 Jadeite Restaurant Chile Bowls x 2 in Excellent Condition #40s50s60s https://t.co/QVj5NxIajL via @eBay
24799                                                                                               RT @Apple: The #AppleEvent is about to start. Join us live at https://t.co/xi6CRXyseh
24800                                     RT @Aimee_Garcia: The devil ... and God ... jam session @tomellis17 @RobBenedict 🎤🎸🤗 #Lucifer @netflix @cw_spn PART 1 https://t.co/mlllOAX1…
24801                                                                         @mehul2us @JohnLegere @TMobile @oneplus Thursday at your local tmo store well according to T-Mobile support
24802                                     RT @Aimee_Garcia: The devil ... and God ... jam session @tomellis17 @RobBenedict 🎤🎸🤗 #Lucifer @netflix @cw_spn PART 1 https://t.co/mlllOAX1…
24803                                                                                                                                           @TomFitton @Reuters They aren’t migrants.
24804                                         RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Tap ❤️ below and we’ll send you updates on event day. https:…
24805                                                         RT @Apple: @MarcioKerpe The #AppleEvent is about to start. Join us live at https://t.co/xi6CRXyseh. Reply #stop to opt out.
24806                                        @FAIRImmigration @Reuters @delphineschrank Bypass Democrats and RINOs fund border security including the Wall NO co… https://t.co/W9TybmBgyQ
24807                                                RT @Apple: @DionneBrooks3 The #AppleEvent is about to start. Join us live at https://t.co/xi6CRXyseh. Reply #unsubscribe to opt out.
24808                                                                                   @netflix stop playing and make the third season of Iron Fist. I’m just trying to see what happens
24809                                                   Check out FROSTY THE SNOWMAN-CHILD'S CUP-F&amp;F MOLD DIE WORKS- FOR CHRISTMAS-CUTE-VINTAGE-NR  https://t.co/00xKWJpY1L via @eBay
24810                                                         Check out 12 BLOWN GLASS AMERICAN MADE CHRISTMAS ORNAMENTS-FEATHER TREE-MINT-NICE COLORS  https://t.co/tvm3iyQw6j via @eBay
24811                                                                                                                         @TMobile T-Mobile is #1!!! Best Cell Phone Carrier Around!!
24812                                                           RT @Apple: @ickstizzy The #AppleEvent is about to start. Join us live at https://t.co/xi6CRXyseh. Reply #stop to opt out.
24813                                                             RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Join us live at https://t.co/xi6CRXyseh.
24814                                       @Apple just announced the new MacBook Air 💻 Looks like a MacBook Pro - slightly jealous. Let's just wait for that p… https://t.co/Px73ZitxGa
24815                                        RT @EdenTrainingUK: We are so happy with our new website we are running a #competition! For a chance to win a £50 @amazon voucher / @Love2s…
24816                                        RT @Apple: @hatophone Thank you. We’ll send a reminder before the #AppleEvent on 30 October. Reply #unsubscribe to opt out. https://t.co/CB…
24817                                        @Apple how come every time an app I pre-ordered is available when I go to it on the App Store it says its not avail… https://t.co/pke5HXAA1p
24818                                        @alainabh11 @Starbucks Same!! And I told the lady that this morning cause I’ve been going every morning for the las… https://t.co/l7hzF9eAJu
24819                                                                                              RT @Apple: The #AppleEvent is about to start. Join us live at https://t.co/xi6CRXyseh.
24820                                                                                               RT @Apple: The #AppleEvent is about to start. Join us live at https://t.co/xi6CRXyseh
24821                                                                                 Jeep Owners Manual CASE COVER only EMBROIDERED logo #JEEP #STJUDE https://t.co/8x7xM1nhNc via @eBay
24822                                                                                                            @KelloggsUS ?#FeedYourFandomEntry Kellogg’s Feed Your Fandom Sweepstakes
24823                                                                                                                @netflix @allyfaith23 we should watch this as long as none of em die
24824                                        RT @skpodila: It is amazing to see how much this @IBM #CallForCode evening wants me to sing Heal The World by MJ.  That song moves me.  #Be…
24825                                                                             RT @Reuters: Trump to push end to birthright citizenship as U.S. elections loom https://t.co/cgK0WHuIfL
24826                                                                             RT @Reuters: Trump to push end to birthright citizenship as U.S. elections loom https://t.co/cgK0WHuIfL
24827                                                   Check out #0451  2pcs BF-3 FLAME Decals Classic Hood 4 Semi Truck Big Rigs Peterbilt KW #Oracal https://t.co/wovxnlnIGI via @eBay
24828                                                                                       RT @PaulChaloner: Authentic esports advertising. Well done @McDonalds https://t.co/YiRatmDSe0
24829                                                                                                  Apparently the @Audi A4 is twice the sedan you'll ever be. https://t.co/kTLABQ1ehH
24830                                                                                                                          Never thought I’d see Dexter Fletcher in an @Apple keynote
24831                                                                                                   @CBS @bigbangtheory airing hatred! #CBS Condoning hatred! https://t.co/pUZr48iGHp
24832                                                             RT @Apple: Join us on October 30 at 10 a.m. EDT to watch the #AppleEvent live. Join us live at https://t.co/xi6CRXgQPH.
24833                                                                                              @Nike Board Hit with #SexualMisconduct-Related Derivative Suit https://t.co/ff2IyGcKpT
24834                                                                                                                  The More Intuitive Way to Learn https://t.co/jJQS22d0u5 via @Cisco
24835                                                  So I’ve changed my name everywhere on my Apple ID but @Apple @AppStore just deadnamed me in a Pre-Order Notification e-mail. Nice!
24836                                                                                                                          @Apple October plans. iPad &amp; Mac revamped. #AppleEvent
24837                                                                                                Check out Three Complete Novels - Dean R. Koontz   https://t.co/z9XOuL3Koe via @eBay
24838                                        RT @PawanTarak: @bIeedbIue111 The @facebook servers are reportedly experiencing a huge surge as the power star @PawanKalyan will officially…
24839                                                                                                                                                        @AOneSeoService @Google Good
24840                                                                                                                          @adamthehawk @Target @Starbucks You guys are pure sunshine
24841                                                                                               RT @Apple: The #AppleEvent is about to start. Join us live at https://t.co/xi6CRXyseh
24842                                                                                @lalarsen11 @DigitalTrends Now we go live outside your local @Apple store... https://t.co/RsM2KTS2J9
24843                                                                  Check out 4.5” INCH Color Changing (TOBACCO) Smoking Pipe Herb Bowl Glass Hand Pipes https://t.co/Vf8guaAhFn @eBay
24844                                        @Eng_Trust @CocaCola My guy coke can refer to coccaine...din want that mix up. Even though the drink is still calle… https://t.co/XyMj6iXbE8
24845                                                     RT @HonestAbeGreen: Check out Contents By Allegro Travel Make Up Bag 3 Piece Set-NEW #Allegro https://t.co/FQLm51uHje via @eBay
24846                                                                                     @DockInno1 @CocaCola @pepsi How can someone think of cocaine when there is fanta ???far fetched
24847                                                                                                                              @reeses @amazon Miniature cups! #NotSorry #Sweepstakes
24848                                                 @Fek_Lar @Apple That's the little error. The big error occurred when you bought it. Hope you can return it and get your money back.
24849                                                                                                                  They should put Macintosh apple trees in all the @Apple stores! 😂
24850                                                         RT @Apple: @kikileexoxo The #AppleEvent is about to start. Join us live at https://t.co/xi6CRXyseh. Reply #stop to opt out.
24851                                                                                                                                  @JuddLegum @ABABankers Did you hear back from @ATT
24852                                                                                                       Check out Force of Execution-Steven Seagal  https://t.co/CwpRN6JoPy via @eBay
24853                                                     RT @SwaggyLloydd: Create how you think.. not as you see👀 @AngelusDirect @Nike #Angelusdirect #Abstract https://t.co/IeB2qCtFdC
24854                                                 RT @herbalgirl98: Check out 3.5”-4” Fumed Lattachino Clear Marbled Glass Hand Pipe With Carb Red  https://t.co/JZfyAsOBP9 via @eBay
24855                                                                                             Dear lord… If @Apple didn’t add an eraser to the new pencil I’m going to be really sad…
24856                                                                                         RT @Starbucks: Raise your hand if you love fall. #PumpkinSpiceLatte https://t.co/fJ9oJYSXli
24857                                        Just recorded a video with @dhinchcliffe and @rwang0 on @IBM and @Redhat - fast paced and authentic and a little fu… https://t.co/2pb6zTes0S
24858                                        RT @Reuters: Millennials with a taste for hand-made goods help to revive ancient methods of wok-making Via @ReutersTV https://t.co/XbQGYZsv…
24859                                                                             RT @Reuters: Trump to push end to birthright citizenship as U.S. elections loom https://t.co/cgK0WHuIfL
24860                                                                     RT @Reuters: Is GM ready to put its driverless cars into cruise control? Via @ReutersTV https://t.co/X8ZfM7rf5Z
24861                                                                                       RT @PaulChaloner: Authentic esports advertising. Well done @McDonalds https://t.co/YiRatmDSe0
24862                                                                                                               @PayPal @AskPayPal to fix my account so I can shop online. I'm pissed
24863                                                 RT @Reuters: WATCH: Chinese smartphone maker OnePlus makes U.S. push https://t.co/I5vXuxOMn5 via @ReutersTV https://t.co/TiiEGymQNA
24864                                                                                                                                                   @Reuters @AlisonFrankel Ri8 issue
24865                                                                                       RT @PaulChaloner: Authentic esports advertising. Well done @McDonalds https://t.co/YiRatmDSe0
24866                                                                                                                                                       @Apple Goddammit I hate Apple
24867                                        RT @kkruse: TODAY AT #AXSChat: Great topic! Guest @mtholfsen Product Manager at @Microsoft talks about how to build #learning products + ot…
24868                                         RT @Robeyonekenobi: One of my favorite days @Microsoft as I co-hosted and helped plan the @Xbox Gaming Tournament with some awesome folks!…
24869                                       RT @cmcoving: Would you guys believe that every piece of my outfit from today’s blog post is $40 or less?! 😱 This poncho from @Walmart is t…
24870                                        RT @Tosinkuti_: runway highlights from the 2nd day of the heineken lagos fashion week. @Heineken @YagazieEmezi @DenolaGrey @lagosfashionwee…
24871                                          @DesignationSix @FoxNews @Nestle @Walmart @OfficeMax @officedepot @sleepnumber @Butterfinger @Progressive @Keurig… https://t.co/qJdNawLil4
24872                                                                                                                      Check out my listing @eBay - https://t.co/vt4k1luUpz via @eBay
24873                                                         @CouchGrouches @TastyRib @McDonalds Concur. Had to go back to my parents house in NW PA to load up. https://t.co/c8KOnhoAJz
24874                                                            #BareEscentuals #MirrorCompact with Brush and #ZipperedCase Refillable #BareEscentuals https://t.co/YtEsTnWijd via @eBay
24875                                                                                      Check out LL Bean Jacket The Weather Channel Red Rain Coat Large https://t.co/LPppsfM2sr @eBay
24876                                                           All I want is a good RAW workflow from SD card to new iPad pro to @Adobe Lightroom / CC - hope the USB-C gets us there 🙌
24877                                       So @Apple is making the phones bigger and thicker and the iPads smaller and thinner  🤔... which one goes in my pock… https://t.co/Zlz1S7dlFb
24878                                                                   @guinness1968 @STVNews @Tesco @asda @sainsburys @Morrisons Didn't realise you had to be 18 to buy a pint of milk.
24879                                            RT @CVSHealth: .@CVSHealth to expand digital tools to help patients manage their health. #TownHallLA @townhallla https://t.co/kGXkYWkR4c
24880                                                                                               RT @Apple: The #AppleEvent is about to start. Join us live at https://t.co/xi6CRXyseh
24881                                                                                           @JuddLegum Good job Land O' Lakes. Okay @ATT - you need to do the write thing. Chop chop.
24882                                                                                                                                                           @Apple Is the event over?
24883                                                                                                                                                        @Adobe is taking the stage!!
24884                                                                          @reeses @amazon Gonna go big and go for the 4 pack! King size for a king 👑  🍫  🥜 #NotSorry #sweepstakes
24885                                                                                                                              @Apple .... I think we’re ready for a Durag Emoji 😅😅
24886                                                          Check out Genuine Tigers Eye Topaz AB Austrian Crystal Miraculous Antique Bronze Rosary  https://t.co/MaXTE5qOfk via @eBay
24887                                        RT @RussHorsfall: I need help with this one. Retweets please. It's mission find bunny. My daughter left her sleeping teddy on a @Ryanair fl…
24888                                                            Who's got your vote? Deliver your pick for the @FedEx #AirandGround @NFL Players of the Week on… https://t.co/kcSbeLw4Oh
24889                                         RT @RmtPaul: @Sony It was yesterday... I stole the lifeboat and went to 20/12/18 and watched new #timeless movie not going to spoil it for…
24890                                                                                RT @Reuters: Control of U.S. Senate may hinge on possible Mississippi runoff https://t.co/pKoe0xtFhk
24891                                                                              @Apple I'm watching this. Awesome this. Awesome that. I'm also watching #AAPL tank daily. Why is that?
24892                                        @snackfight @WIRED @Apple @MarthaStewart Perhaps you should switch to Gourmet or America’s Test Kitchen where at least there will be snacks.
24893                                                                                              ✈️✈️✈️☘️☘️ flying visit for a day... granny and grandad home ❤️ @Ryanair #2ndflighttoday 👍☘️
24894                                                                                         RT @Starbucks: Raise your hand if you love fall. #PumpkinSpiceLatte https://t.co/fJ9oJYSXli
24895                                        @Adobe one of the worst company in the World with their shite softwares all of them damn SLOW. This company should change their name to SLOW
24896                                        RT @greenpeaceusa: @CocaCola @Pepsi @Nestle your throwaway business model drives plastic pollution! It’s time for you to set ambitious goal…
24897                                                       @Disney International for #RalphBreaksTheInternet out in Cinemas in the UK 🇬🇧 on Friday 30th November https://t.co/3INWEafQNO
24898                                                          Check out Sword art online - Ordinal scale - notebook type smartphone case iafjUE Japan  https://t.co/SOxRXbF6UV via @eBay
24899                                                 Check out COACH MARTTA Camel Brown Leather Knee High Riding Boots Womens 11 B #coach #RidingBoots https://t.co/C6pQELLOkj via @eBay
24900                                                                                                                                  Well done @Apple. Well done @tim_cook. #AppleEvent
24901                                                             RT @Apple: @vwayne3 The #AppleEvent is about to start. Join us live at https://t.co/xi6CRXyseh. Reply #stop to opt out.
24902                                                                                                       Microsoft completes GitHub acquisition https://t.co/f7YkyciTCi via @Microsoft
24903                                                Check out Carhartt Men's Waterproof Insulated Mitten Gloves Black Fleece Cuff Size Large #Carhartt https://t.co/2CboFxw4zL via @eBay
24904                                                                                                        RT @syzygy1204: Fuck @Apple I hope you fucking bankrupt you pos #TEMPO_SEHUN
24905                                                         Check out Pair LARGE Antique CHINESE Lacquered wood FOO DOG Fu Lion Statues QING DYNASTY  https://t.co/KQlv28cfMm via @eBay
24906                                                                        RT @FisayoLonge: My brand @kaicollective lunchtime pop-up at @facebook London today. https://t.co/sxie1ANhPr
24907                                                                      RT @GlennKesslerWP: Exclusive: FedEx drops NRA deal by snail-mail https://t.co/IBQ2vG5OgU via @Reuters @Nasdaq
24908                                                                                                        @reeses @amazon Indeed I did and it was delicious #NotSorry and #Sweepstakes
24909                                                         RT @Apple: @_NubianLove The #AppleEvent is about to start. Join us live at https://t.co/xi6CRXyseh. Reply #stop to opt out.
24910                                                Check out NWOT/NIB VISAGE PRO STYLE ROTATING SPA BRUSH - Includes Four (4) Spa Attachments #Visage https://t.co/n4yUSFjiuh via @eBay
24911                                                                                               RT @Apple: The #AppleEvent is about to start. Join us live at https://t.co/xi6CRXyseh
24912                                        RT @gunsdownamerica: @igorvolsky @NRA @FedEx “This campaign succeeded b/c Americans pressured corporations to stop subsidizing NRA’s danger…
24913                                                @Apple Interesting but still has left me searching for an amazing phone/device that I can fit in my pocket.… https://t.co/24XA5mBbEf
24914                                        @Starbucks you guys really need to do something about the constellation and century park east store in Los Angeles.… https://t.co/r3jvLAKc9V
24915                                                                                               RT @Apple: The #AppleEvent is about to start. Join us live at https://t.co/xi6CRXyseh
24916                                                                                                              @NicholasMcD @JoshuaHeavin @amazon So so so relevant in the Trump era.
24917                                                                                     Check out  Black and Blue - Playbill - Minskoff Theatre 1989  https://t.co/z2s7g0ayps via @eBay
24918                                        RT @Reuters: The rising temperatures of the world’s oceans are forcing marine creatures into a desperate race to cooler waters. Even lobste…
24919                                                           Democrats gain steam in analyst forecasts for US House races https://t.co/epUBi7peQW via @Reuters https://t.co/IjepJhUcgD
24920                                        @bennytiche @haunting @flanaganfilm @netflix You’re watching it!? I just started while we were in Cali. Worth it to finish all the episodes?
24921                                    RT @BP_plc: Strong momentum &amp; high reliability – #BP announces highest underlying profit for more than 5 years in 3Q results: https://t.co/…
24922                                                                 Check out Hannah Montana Doll HouseDisney Hannah Montana Malibu Beach Doll House  https://t.co/fiZeTMVvxo via @eBay
24923                                             Home on Huckleberry Hill (The Matchmakers of Huckleberry Hill Book 9) by Jenn... https://t.co/DU7spR67If via @amazon kindle $1.99 today
24924                                        RT @JAnthonyPicks: Time to boycott @ProcterGamble products for supporting the conspiracy theories and anti-semitism of @LouDobbs and @FoxNe…
24925                                         okay who let @Apple use this Heinous Font in their beautiful presentation gdjfjfsk please hire more Marketing Gays… https://t.co/n4Bam8HJ2r
24926                                                                                              https://t.co/IsS8FGekqH: New Releases - Books 2018 https://t.co/PEo5TTqgKv via @amazon
24927                                                                                                                            @duchesskk @kaicollective @facebook Thank you my love 😘
24928                                                          RT @Reuters: Iranian intelligence service suspected of attempted attack in Denmark: security chief https://t.co/a12RKXbfR7
24929                                                                                                          @Mets @CitiField @facebook @Twitter @YouTube @instagram Will it be on SNY?
24930                                                                                                                                @Reuters and this is why we need a blue wave!  Amen.
24931                                        @SenatorHeitkamp @ATXnan @JohnDeere They are buying soy beans from elsewhere. They’re not going to be buying them a… https://t.co/9AcCLGXZ9M
24932                                                                                   RT @Konstantinos: I am starting to feel annoyed with @Apple censoring art #AppleEvent #LanaDelRey
24933                                        RT @Reuters: .@specialreports spent over a year scouring ocean data to map marine migration. What we found has major implications for human…
24934                                                                               RT @Reuters: Trump citizenship plan may not conflict with constitution: Pence https://t.co/u4EKA6VXOQ
24935                                                          RT @Reuters: Iranian intelligence service suspected of attempted attack in Denmark: security chief https://t.co/a12RKXbfR7
24936                                        so the thing is how big is the difference between 7th-gen @intel chips and 8th-gen chips? cuz if it’s huge then you… https://t.co/pG3yG0Pe6f
24937                                                   Check out SOLID MAHOGANY BASKET MAIL ORGANIZER - Handmade by FOXCREEK BASKET CO Blue &amp; Red  https://t.co/lEFpjRcOmb via @eBay
24938                                                                                                                                                          Still no AirPower @Apple ?
24939                                                                                                                                             @alBrollin @TMobile That means nothing.
24940                                        RT @Reuters: Two @Reuters journalists have been imprisoned in Myanmar for 323 days. Follow updates on the case: https://t.co/TsYPnWOk1k htt…
24941                                         @Apple if you would change the way pictures stay on your camera roll even after you've moved them to an album that… https://t.co/ZHxk2YjNVS
24942                                                                                                                       Why you shouldn't look at leaks. 😂 @MKBHD @Apple #AppleEvent
24943                                                  Check out Koalas By Maine Woods Women's Size 6 Shoes/Slip-on *Read Details And See Pics* #SlipOn https://t.co/GGjnrhBI5V via @eBay
24944                                                     RT @kakobritto: Omg she's singing Venice Bitch at the #AppleEvent @Apple #AppleSpecialEvent @LanaDelRey https://t.co/vOuvB3jg1J
24945                                                                                     @TMobile Lol jeez y’all complain just about anything and everything you possibly could think of
24946                                                                                           RT @ftroumpoucis: @Reuters Well then Donnie is up for a treat cause his mommy for Germany
24947                                                                        Check out 2 Vintage 1996 Fisher-Price Baby/Toddler Toys *EUC* #FisherPrice https://t.co/jHIcHMMHtn via @eBay
24948                                                                          #antique check out New Olive Drab Roadie MudJug Portable Spittoon - NEW  https://t.co/aqBZ9YeSEi via @eBay
24949                                                                                                                Smh I really thought the new AirPods were coming booo come on @Apple
24950                                                                                                                             @reeses @amazon I went for two. #NotSorry  #Sweepstakes
24951                                                           Check out Huge 25 + different NICK ESASKY cards lot RC 1985 - 1992 Reds Red Sox Braves  https://t.co/IAQUbM5RtS via @eBay
24952                                                  Check out FAROE ISLANDS NATIONAL TEAM #17 FOOTBALL SOCCER SHORTS RARE ADIDAS CLIMACOOL L #adidas https://t.co/aCFYOSkhKG via @eBay
24953                                                    @ryno_disney97 @Apple I’m pretty sure you can still get text and stuff even not connected to your phone. Actually I know you can
24954                                        RT @Reuters: It’s a dog’s world: Halloween is becoming more about man’s best friend and less about kids https://t.co/43QOHoLeEL via @Reuter…
24955                                        RT @ninsthewriter: A Risky Christmas Affair (Nina Romano's Christmas Book 1) by Nina Romano https://t.co/OPupM1lvwK via @amazon  Nina Roman…
24956                                                  Check out Rolex Vintage Montres Rolex S.A Geneve 0101.40.05 Original Leather Card Holder  #Rolex https://t.co/BzX7I5yJyB via @eBay
24957                                                                                                                              @FarrugiaJose @instagram @facebook Great choice 👏👏👏
24958                                        RT @charleswalter: Michael Entner from @verizon predicts that 5G will be the biggest innovation for the industry and will allow people to r…
24959                                                                          Check out BLACKBURN ROVERS V MANCHESTER CITY 28/12/2008 PREMIERSHIP (7)  https://t.co/L7uJ5nCIXY via @eBay
24960                                                                                                                                                         @netflix I’m already crying
24961                                        RT @GroomingMail: It's #Competition Time Again. #retweet this tweet and follow us (@groomingmail) to win a £20 @ASOS online gift card. #win…
24962                                        @ATTCares @ATT you win. I was going to transfer to @VZWSupport @verizon but it seems they can’t tell me which sales… https://t.co/TlKxVAYSHT
24963                                                                                 The Payout: a thriller by Bryan Cassiday https://t.co/JJIVniCrT9 via @amazon Serial killer thriller
24964                                                                                                           RT @netflix: me on the 30th of every single month https://t.co/4uyySJGArq
24965                                                   Check out Coach black logo change credit card keychain coin purse license zipper classic #Coach https://t.co/aIdrepjubp via @eBay
24966                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp0jiIu … via @amazon #series #fantas…
24967                                        RT @ProudSaudi111: @SASA_KSA90 @realDonaldTrump @VP @CIA @FoxNews @washingtonpost @USATODAY @TIME @nytimes @thesundaytimes @Reuters @CNN @A…
24968                                                                                                               RT @Apple: @FabienWannerOFF The all-new iPad Pro is here. #AppleEvent
24969                                                                                                                  RT @Apple: @KaceMcdonald The all-new iPad Pro is here. #AppleEvent
24970                                                                                       RT @PaulChaloner: Authentic esports advertising. Well done @McDonalds https://t.co/YiRatmDSe0
24971                                                                      Check out Fine bronze Viking ring finger. with 8-10 AD. Kievan Rus. Viking.  https://t.co/WWBP7EigMo via @eBay
24972                                                                                                               RT @Apple: @AlSultan_Meriam The all-new iPad Pro is here. #AppleEvent
24973                                                                    The @Apple iPad I’ve been waiting for since the beginning. So excited for this. #iPadPro https://t.co/IVZv4ilUKl
24974                                                                                                                                                                         @Apple Stop
24975                                                                                                                                                                     @Apple Love it!
24976                                                                                                                                                                         @Apple Stop
24977                                                                                                                   RT @Apple: @Khameron13p The all-new iPad Pro is here. #AppleEvent
24978                                                                                                                   RT @Apple: @zachcopland The all-new iPad Pro is here. #AppleEvent
24979                                                                                       RT @PaulChaloner: Authentic esports advertising. Well done @McDonalds https://t.co/YiRatmDSe0
24980                                                                        Check out 2017 Panini Pittsburgh Steelers Le'Veon Bell #PittsburghSteelers https://t.co/OjCLL6BGjE via @eBay
24981                                                                  RT @kaosonia: Check out Sterling Silver Big Dipper Charm - Astrological Pendant  https://t.co/xVXYhXPLl6 via @eBay
24982                                                                                                                                                       @Apple Yes i buy it thanks :)
24983                                                                                                                        RT @Apple: @IOS4bd The all-new iPad Pro is here. #AppleEvent
24984                                            RT @alanpjb123: Check out 8.8 Gram Pink and light green Toumaline mined 1980's from Newry Oxford Co. Maine https://t.co/VM7iuYRTrv @eBay
24985                                                                                                                       @John011235 @SnazzyQ @eBay Tho I doubt they will use those ;)
24986                                                           Check out Sons of Norway Lodge #44 Poulsbo Wa. Kokebok II Baking Cookbook Spiral Bound  https://t.co/fjUCCtf5II via @eBay
24987                                                                                                                                        @Reuters Maybe you lost your ability to read
24988                                                Check out (2) 2018 Topps Heritagw Minor League Patch Cards Cal Quantrill + Nick Gordon https://t.co/WohB8sjFyF @eBay ⁦@CollectTheGame⁩
24989                                        A few weeks ago we test drove the @Toyota Avalon for an adventure in the San Juan Islands and it had me SERIOUSLY d… https://t.co/CDLSlKSLXw
24990                                                                                                                                                       @Apple Sponsor that rude boy!
24991                                                                                                                    RT @Apple: @SlayyyRose The all-new iPad Pro is here. #AppleEvent
24992                                                                                                               RT @Apple: @idontlikekorean The all-new iPad Pro is here. #AppleEvent
24993                                                                Shark Doo T Shirt Family Gift Fathers Day Birthday Christmas Shark Doo Family... https://t.co/breHbSASzI via @amazon
24994                                                                                                           RT @netflix: me on the 30th of every single month https://t.co/4uyySJGArq
24995                                                                                                               RT @Apple: @Saved_By_Grace4 The all-new iPad Pro is here. #AppleEvent
24996                                    RT @maskedrepublic: Brand new @luchalibreaaa X @facebook series kicks off tomrorow including @PENTAELZEROM vs @PumaKingOficial LIVE &amp; FREE.…
24997                                                                   Check out Sterling Silver Samuel B. Sparkling Purple 43g  Necklace  CAT RESCUE  https://t.co/G936uwNrWR via @eBay
24998                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
24999                                                                Check out True Red Sandalwood Powder 1/oz Herb Smudge Incense by Willow and Raven  https://t.co/N9DZuq69MC via @eBay
25000                                        @percivalsmum @disarmingfilms @netflix @RogerRossWill @dan_lindsay @tjmckaymartin @HeidiLoki Hi Harry! Hope you and your mom enjoy the show.
25001                                                                                                                 RT @Apple: @candy_yeldham The all-new iPad Pro is here. #AppleEvent
25002                                                          RT @Apple: @RealBenjys The #AppleEvent is about to start. Join us live at https://t.co/xi6CRXyseh. Reply #stop to opt out.
25003                                                                    Can I just say that one of the best things @netflix does is create title sequences for its original programming.
25004                                                    Stand with @EWG and tell @KelloggsUS @Quaker and @GeneralMills to get glyphosate out of their products ! https://t.co/z97Kr08698
25005                                           Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series… https://t.co/gpgq4913s2
25006                                                  Check out Levi Strauss &amp; Co 505 Jeans 100% Cotton Men's Size 29 30 Straight Leg #Unspecified https://t.co/K4yegfgnJu via @eBay
25007                                        @reeses @amazon Got more than 2! Ready for Halloween but got my goodie bag of reese's too! Just might turn the ligh… https://t.co/vkcpEs472W
25008                                        RT @Disney: The big night is almost here! Mickey's 90th Spectacular airs on @ABCNetwork on November 4 at 8|7c. #Mickey90 https://t.co/TkqgL…
25009                                                                                                                    RT @Apple: @DjKingMake The all-new iPad Pro is here. #AppleEvent
25010                                                     Netflix comedy show “KILL ALL THE JEWS!”         #CancelNetflix #Pittsburgh  @netflix https://t.co/ZPnk8bajgA via @pamelageller
25011                                                           Check out NWT Lauren Ralph Lauren Orchid Pink Fit and Flare Shirtdress Sz 16 MSRP $145  https://t.co/kN05vFFvQT via @eBay
25012                                                                    RT @netflix: The Haunting of Hill House ... but make it adorable https://t.co/qRHfRcbMFk https://t.co/Nr1GOeHHSI
25013                                        Dear @Apple please invent Xcode for iPad or some other text editor with dedicated server locally so we could practi… https://t.co/OPwo3UD6oP
25014                                                          RT @Apple: @Starr_Foxx The #AppleEvent is about to start. Join us live at https://t.co/xi6CRXyseh. Reply #stop to opt out.
25015                                                              Check out Lancaster Co PA c 30s Blue Work PICTORIAL Vintage Quilt 90 x 88 Mennonite  https://t.co/ErUmLHYrHt via @eBay
25016                                                                                                                      RT @Apple: @fiki3000 The all-new iPad Pro is here. #AppleEvent
25017                                                               Ending Soon.Vintage PINK Enamel POODLE Faux Pearl Rhinestone Gold Tone BROOCH PIN   https://t.co/M1y7yntPNB via @eBay
25018                                                        Check out 1 Pair Disney Nightmare Before Christmas Sally Adult Womens Slippers Large 9-10  https://t.co/d8TCNH7LJN via @eBay
25019                                                                                                                                          @MarshaBlackburn @Google Silence Marsha!!!
25020                                                                                                                                        @Apple Looks fantastic. Will check it out 👍
25021                                                                                                               RT @Apple: @vanillathundr24 The all-new iPad Pro is here. #AppleEvent
25022                                                                                                        @zollotech @Apple Do I need to remove beta profile to get the new updates ??
25023                                                         Ending Soon.Vintage Folded FEATHER With Clear Rhinestones Gold Tone Filigree BROOCH PIN   https://t.co/IGLXdKlLUe via @eBay
25024                                                                       @reeses @amazon I 4 this weekend and it was the @reeses pumpkins got to get them when I find them . #NotSorry
25025                                                                                   RT @Reuters: Trump targets U.S. birthright citizenship ahead of elections https://t.co/ULITBGAlZq
25026                                                                                                                                                 @Reuters ALWAYS BEHIND THE CURVE...
25027                                                                                              @BarackDaVote @JoshuaGreen @business @ATT @ATTCares @Sling Sling is good so is Youtube
25028                                                                           RT @Reuters: Boston gangster James 'Whitey' Bulger killed in prison: Boston Globe https://t.co/Ek5weFQ28U
25029                                        @Reuters Come on people..... respect funerals.  I understand you hate the guy but damn have some respect for the de… https://t.co/WhEkzd49fE
25030                                        RT @KendallJenner: Shop our #KKFALL18 collection on @amazon @amazonlifestyle @kendallandkylie https://t.co/sNfIMs6ZUj https://t.co/dVsHrqsZ…
25031                                                  RT @GotBonanza: Check out  American Eagle Artist Boot Stretch Women's Blue Jeans Size 0 Regular  https://t.co/s24oo8dlre via @eBay
25032                                        RT @GroomingMail: It's #Competition Time Again. #retweet this tweet and follow us (@groomingmail) to win a £20 @ASOS online gift card. #win…
25033                                                                                    @Ingalls1969 @netflix @FilmStruck Shoutouts to the fact they recently added The Third Man though
25034                                                                                              @zollotech @Apple Im downloading the IPSW... and will upgrade directly with this file.
25035                                                                                                          That spooky Halloween noise when you open @netflix terrifies me every time
25036                                                                                                       @Tesco Its 50% in a year. Prunes arent gold. Suggest you find a new supplier.
25037                                            RT @CARandDRIVER: The new @Ford GT Carbon Series is lighter and more carbon-y: https://t.co/YJbV8Wkf6v #SEMA2018 https://t.co/g5b0A4buZb
25038                                                                                                  RT @itoocrzy: Please @Microsoft bring back #WindowsPhone #Windows10Mobile #WinPhan
25039                                        Aviation emissions a huge problem @Apple Components air freighted approx. 4 x during production; finished product a… https://t.co/J8vbXetpxD
25040                                        RT @GSK: Delighted to welcome @Sanofi to Open Targets. Partnerships like @targetvalidate can help us find the best targets for new medicine…
25041                                                                                       RT @PaulChaloner: Authentic esports advertising. Well done @McDonalds https://t.co/YiRatmDSe0
25042                                        RT @heidiflato: Kyle Malady: “Rapid deployment of 5G requires cooperation from local jurisdictions.” #MEF18 @verizon https://t.co/cYU8A4RhCA
25043                                                                                                                          Crazy how @UPS charges $2.17 to print 1 piece of paper smh
25044                                                         Check out UMBRO Men's Performance Climate Control Shorts- - M - Blue - NWT #Umbro #Shorts https://t.co/2QHbp1NXLB via @eBay
25045                                        RT @meganthemegan: @howardfineman @realDonaldTrump Please @msnbc @nbc @NBCNews @cnn @ABC @abcnews @CBS   @CBSNews do not cover djt visit. H…
25046                                                                Honoring The Volunteer Firemen of America Set of 4 X 3¢ Stamps Postmarked Oct... https://t.co/9IPY9p5etT via @amazon
25047                                                  mens Nike ID Custom Kyrie 3 Sneakers Basketball Shoes Size 8 White Navy Blue  #Nike w/box   https://t.co/dD4dz5x7IL via @eBay SALE
25048                                                                                                                       RT @Apple: @leh_iso The all-new iPad Pro is here. #AppleEvent
25049                                                                                     RT @Reuters: Boston gangster James 'Whitey' Bulger found dead in prison https://t.co/tOHy7AJIkE
25050                                                                                               @FedEx Thank you for ending your relationship with @NRA. It is the right thing to do.
25051                                                                                Check out 1966 Topps #30 Pete Rose Cincinnati Reds #CincinnatiReds https://t.co/25UQmP7BF6 via @eBay
25052                                                                                                                          @Tesco It was one of those pots where you fill up yourself
25053                                        An important milestone in healthcare: the @Microsoft #HoloLens augmented reality tool was approved by the @US_FDA f… https://t.co/YtTFeX9X3P
25054                                                     @EladRatson @SaraCarterDC @Volkswagen @intel @Mobileye @BusinessWire @selfdrivingsafe @Automotive_News… https://t.co/prVMedinsW
25055                                                                                                                                        @Lineofdutyuk @nextofficial The Fire Brigade
25056                                                                                                                   RT @Apple: @willwhatru7 The all-new iPad Pro is here. #AppleEvent
25057                                                                                                                  My life has been different ever since @netflix took Family guy off
25058                                                                                                                             @ashiskar02 @geekyranjit @Apple @OnePlus_IN Lol weed 😁
25059                                                                                         @FedEx @FedExHelp ( liars).  I lose my time. I need this parcel urgently. What should I do?
25060                                                             Check out Snowman Tree Skirt Christmas House Holiday Christmas Tree Decorations NWT   https://t.co/M7zxZ18VmL via @eBay
25061                                                                     @Apple And you still cant add memory stick and still has to use itunes! errgg! Garbage at 1700 bucks no thanks!
25062                                         RT @SalVulcano: #TheDegenerates is now available on @netflix! Check out my brother @bigjayoakerson! As well as many other great comics and…
25063                                              @DesignationSix @ShellyPersisted @FoxNews @Nestle @Walmart @OfficeMax @officedepot @sleepnumber @Butterfinger… https://t.co/npcyn5Pv6T
25064                                                                                                         Check out Trepass Alisha Teal Bobble hat Bnwt https://t.co/LNowozoJTz @eBay
25065                                                                 RT @DonFi4o: Check out Vintage Travel Alarm Clock Kienzle German Wind Up #Kienzle https://t.co/XFcX6Tg9F3 via @eBay
25066                                              RT @Apple: @Alireza53155524 The #AppleEvent is about to start. Join us live at https://t.co/xi6CRXyseh. Reply #unsubscribe to opt out.
25067                                        RT @jonsays: @Breakingviews @johnsfoley @FedEx you claim to be the best with time in transit why did it take you 8 months to finally make a…
25068                                                              RT @ChristinaP: It’s here! I’m number 6 in the lineup @netflix #TheDegenerates @NetflixIsAJoke https://t.co/d3ZuHvpeRF
25069                                   So today we lost Tiger..😔...we were last a @Tesco in Cheshunt&amp;my daughter Maisie is devastated! Please can you shar… https://t.co/o2TES166yB
25070                                                                                       RT @PaulChaloner: Authentic esports advertising. Well done @McDonalds https://t.co/YiRatmDSe0
25071                                                                                               RT @Apple: The #AppleEvent is about to start. Join us live at https://t.co/xi6CRXyseh
25072                                                                                                          RT @starbuxman: Incrementing count of days since @IBM has not purchased us
25073                                        @ATT will you please find a solution to block all of these spam calls or give us a way to disable the phone feature… https://t.co/oFMKXZUyni
25074                                                                                                                  @NetflixLAT Netflix scam promoted @netflix https://t.co/ukTNbWGiLE
25075                                                                    Check out Vintage Wood Beer Bottle Opener 1940's Primitive Collectible Opener  https://t.co/GNGPX10yPz via @eBay
25076                                                                                                                                                                    @NFL @FedEx Mack
25077                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
25078                                                                                                                                         @TMobile One of my faves was free pizza! :D
25079                                        RT @lalaviealoha: 🇺🇸 FRIENDS!  We have a triple amputee #VET in need of support!  He was deleted by @facebook for some ungodly reason (lite…
25080                                                                                     RT @Reuters: Boston gangster James 'Whitey' Bulger found dead in prison https://t.co/tOHy7AJIkE
25081                                                                                                    @Lakers @kylekuzma @LakersReporter @Toyota #SuitingUpTogether When can I start ?
25082                                                                                                                             RT @NFL: VOTE for the @FedEx Ground Player of the Week!
25083                                                        Check out PETER AND THE BIG BALLOON HAZEL CORSON 1965 WILLIAM MARSH BENEFIC PRESS EX LIB.  https://t.co/wjI3S1Lxo1 via @eBay
25084                                        RT @TMobile: @SmileyElectric We are working to create the best esim activation experience possible. We will have a solution available befor…
25085                                        RT @Disney: The big night is almost here! Mickey's 90th Spectacular airs on @ABCNetwork on November 4 at 8|7c. #Mickey90 https://t.co/TkqgL…
25086                                                                                       @sammoth @Apple @Aaron_Von_Kek “Didn’t think it could get much worse” https://t.co/mkACYQSN5W
25087                                                                                                                     @LanceUlanoff @Apple new ground breaking technology : Magnets !
25088                                                            Check out LEICESTER CITY 2009 2010 HOME FOOTBALL SOCCER SHIRT JERSEY TRIKOT JOMA #JOMA https://t.co/tIqQA2vRDp via @eBay
25089                                                                                                               @Miss_Benny @netflix I didn’t know I was going to be on fuller house?
25090                                                                                                                     RT @Apple: @bright_jg The all-new iPad Pro is here. #AppleEvent
25091                                        @PUBG @Xbox Preordered this Sept 9th on @amazon with the delivery being 30 Oct. Now I don’t get it until next Monda… https://t.co/uKnpboOBSo
25092                                         @Tesco lorry just hit our 102 bus in Edmonton. Driving like a complete idiot. Luckily he’s only knocked the mirror… https://t.co/tcsMabnpIA
25093                                                        Check out Antique French 8 Day Empire Marble/Alabaster &amp; Bronze Bell Striking Mantle Clock https://t.co/5gMTPbgICj @eBay
25094                                                          Check out Hell's Horizon (1955) - original movie poster - Spanish language - Korean War  https://t.co/s1kO77eBNO via @eBay
25095                                                     @EladRatson @SaraCarterDC @Volkswagen @intel @Mobileye @BusinessWire @selfdrivingsafe @Automotive_News… https://t.co/lSMm6QhYDO
25096                                        .@ava will have unprecedented access to Prince’s estate when she brings the music icon’s story to @netflix. What st… https://t.co/2nWb8S6dvz
25097                                                                                                                    RT @Apple: @FleuretonE The all-new iPad Pro is here. #AppleEvent
25098                                                 Check out Sea Turtle Blue Sea Glass Necklace Freshwater Pearl Hand Crafted Dainty Beach #Handmade https://t.co/BvxkolFEyT via @eBay
25099                                                                                                                RT @Apple: @ProfeJuANTONIO The all-new iPad Pro is here. #AppleEvent
25100                                                                                                              @chbarli @Tesco Ahh the old cones routine. We get that up here too 🤔.
25101                                                                                                                                                 @Toyota Put your cars back in Forza
25102                                                                                       RT @PaulChaloner: Authentic esports advertising. Well done @McDonalds https://t.co/YiRatmDSe0
25103                           Thank you to @Nike for partnering with our school &amp; leading our gym classes! Nice to see some @CNFirebirds grads! \U{01f9e1}… https://t.co/GceURSVgdE
25104                                                                                       RT @PaulChaloner: Authentic esports advertising. Well done @McDonalds https://t.co/YiRatmDSe0
25105                                                                                                    RT @netflix: binging Chilling Adventures of Sabrina like https://t.co/zI2IgeHWo7
25106                                        Been binge-watching @NBCBlacklist on @netflix . Almost all caught up and will need another one. Any recommendations… https://t.co/Nx8tyNakKi
25107                                                                                                                      Check out my listing @eBay - https://t.co/Gj807In45E via @eBay
25108                                                    RT @Microsoft: Adding up the stories that make us who we are. Take a look inside: https://t.co/geXcVeNHw9 #MicrosoftByTheNumbers
25109                                        RT @ProudSaudi111: @SASA_KSA90 @realDonaldTrump @VP @CIA @FoxNews @washingtonpost @USATODAY @TIME @nytimes @thesundaytimes @Reuters @CNN @A…
25110                                    @Peacekeeper876 @SenWarren @WellsFargo People need to #WalkAway from blue &amp; come w/US on the #TrumpTrain for Freedo… https://t.co/ind3iIFDp2
25111                                                                     RT @Reuters: Land O'Lakes ends support for Iowa congressman King after furor over views https://t.co/cq1hV3jd3Y
25112                                                                   RT @Reuters: Probe into conduct of U.S. Interior Secretary Zinke referred to DOJ: reports https://t.co/wQL3KfUy7z
25113                                        Hey @Honda: Fox News promotes racist conspiracy theories that are inciting violence. Is this what you want you bran… https://t.co/9NxItmge2X
25114                                                                                                                              @TMobile Happy #Thankenstein hope to win this #Contest
25115                                    RT @sabeautysupply1: Check out Gorgeous Reddish Brown Human Hair Lace Front Wig S &amp; A Beauty Supply https://t.co/4VVKk4b7Sq @eBay #ebay #eb…
25116                                        @AliVelshi @TheBeatWithAri @AriMelber Can you guys cover the role of @facebook specifically re: the Brazil election… https://t.co/VPeSwtuNM4
25117                                        @Brian_B67 @GeorgeArnoldIII @verizon @VerizonSupport Yeah if you can get someone that knows what you’re talking abo… https://t.co/C1vIVKEhq1
25118                                        RT @LilaGraceRose: If @getongab should be tried as an accomplice - by this standard - then shouldn’t @twitter and @facebook also be tried a…
25119                                                                                                           RT @netflix: me on the 30th of every single month https://t.co/4uyySJGArq
25120                                                Check out OE MB Mercedes Benz M-Class R-Class Part Wheel Tire Stop Chock A1648990054 #MercedesBenz https://t.co/Ljmak0Za1V via @eBay
25121                                                                                                                                   @TMobile I sent This first and did not get a code
25122                                                                                                           RT @netflix: me on the 30th of every single month https://t.co/4uyySJGArq
25123                                        Rather telling that @FedEx cut ties with @NRA over Pittsburgh massacre by a murdering anti-semetic #twatwaffle...bu… https://t.co/GSHOnPBMLn
25124                                        RT @LilaGraceRose: If @getongab should be tried as an accomplice - by this standard - then shouldn’t @twitter and @facebook also be tried a…
25125                                                                                                                                             @TMobile That code didn’t work @TMobile
25126                                                                                                                                                  @davidhogg111 @FedEx Thank you!!!!
25127                                                                                                                             @TMobile #Thankenstein + #contest Please I want treats!
25128                                                                               RT @davidhogg111: Thank you @FedEx for taking this bold step by ending your relationship with the NRA
25129                                        RT @ProudSaudi111: @SASA_KSA90 @realDonaldTrump @VP @CIA @FoxNews @washingtonpost @USATODAY @TIME @nytimes @thesundaytimes @Reuters @CNN @A…
25130                                                                                                @mare949 @AmericanRifle15 @davidhogg111 @FedEx Are Glocks also on the “To Ban” list?
25131                                                                                           do it for gabe @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
25132                                                                                                                                          @Daredevil must have brain damage @netflix
25133                                                                          Petrobras could divest another $20 bln in assets through 2019 https://t.co/F06JnSS6zz vía @Reuters @Nasdaq
25134                                                                                RT @TMobile: @Smart_Alyc @Smart_Alyc Hang tight 🦇 You entered our #TMobileTuesdays contest and WON!
25135                                                                                                                                                    @TMobile This a scam nobody wins
25136                                                                               RT @davidhogg111: Thank you @FedEx for taking this bold step by ending your relationship with the NRA
25137                                            @Keurig @Ford @pfizer @Bayer @Jeep @Bounty @MyCascade @Downy @Gillette @tide @ProcterGamble @Expedia @RakutenUS… https://t.co/dNrgnmGxbn
25138                                                                                                       One to One (Erotic Short Stories Book 1)  https://t.co/txZTj8oQTs via @amazon
25139                                                                                                                                                @TMobile Will it get timely updates?
25140                                                                      RT @Reuters: Probe of U.S. Interior Secretary Zinke's conduct referred to DOJ: reports https://t.co/2JssrOnyhB
25141                                                  @ATT why is there a service outage and no signal for hoursssssssss now!!!!!????? I can’t send texts or make calls .... nothing!!!!
25142                                                       Check out TAMRON B4FH GENUINE ORIGINAL LENS HOOD SHADE 4 AF 70-300mm F4-5.6 LD LENS #Tamron https://t.co/MOr3yTmReu via @eBay
25143                                                                                                  @ClintEastwoodLA @Sony I'll have to check them out Clint. Thanks for the heads up.
25144                                                                              Betty Crocker Salted Caramel Icing: low protein/exchange free. Found in @Tesco https://t.co/4miXduf8Bp
25145                                        RT @gunsdownamerica: @igorvolsky @NRA @FedEx “This campaign succeeded b/c Americans pressured corporations to stop subsidizing NRA’s danger…
25146                                                                       RT @kennethyu: I love you @Apple but what is this font? #MakeMarkerFeltGreatAgain ??? https://t.co/GRGqSxev3e
25147                                                                                      @Apple I see you apple way the change up the iPad design and good on you for usb c keep it up.
25148                                                                                                      Check out HOT WHEELS 80s  ‘86 MONTE CARLO SS. 🔥 https://t.co/uDVseqwhd3 @eBay
25149                                                                  @Marvin_Pick @netflix Lol you mean goofy and odd? Yea idk you well enough but if your like him then yea you'd work
25150                                     4 ways to plug an okay with #AI in your #DigitalTransformation &gt;&gt;&gt; @Microsoft via @MikeQuindazzi &gt;&gt;&gt;… https://t.co/yjnRI9gUIb
25151                                         RT @Reuters: Black sea bass in the U.S. North Atlantic have moved about 91 miles north from their long-term average spot in spring. Summer…
25152                                                                                                                      S/O to @TMobile for the HomeGoods gift card #TMobileTuesdays !
25153                                                                  US dollar at 16-month high as strong US data supports https://t.co/F2UMM7bkKM via @Reuters https://t.co/LdF9mTaqDW
25154                                                                                                             Why isnt my fuckin continue watching showing up? @netflix @Netflixhelps
25155                                                                                                                               @verizon worst mobile company can't even support esim
25156                                    RT @thayesnet: @TMobile Delivers Its Best Financials Ever and Strong Customer Growth in Q3 2018.  Congrats to all &amp; thank each of you for y…
25157                                                                                                           RT @netflix: me on the 30th of every single month https://t.co/4uyySJGArq
25158                                                                                                                                        @TMobile #Thankenstein #contest I hope I win
25159                                                Check out Baby Activity Toy Musical Dancing Penguin Toddler Kids Learning Sensory Play New #HOMOFY https://t.co/QBQ5vtxvFF via @eBay
25160                                        RT @MagnumPICBS: An aging millionaire sends #MagnumPI on a mission of love—only to discover it may be lost for good at 9/8c on @CBS and @CB…
25161                                                                                                                                                      @TMobile #Thankenstien#contest
25162                                                                                                                                      @TMobile #Thankenstein + #contest  PICK MEEEEE
25163                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
25164                                                                                                                               @TMobile #Thankenstein #contest count me in  @TMobile
25165                                                                                       RT @PaulChaloner: Authentic esports advertising. Well done @McDonalds https://t.co/YiRatmDSe0
25166                                                     Check out BMW E46 Multi Function Steering Wheel Buttons (MFL) 61316922852 cruise control #BMW https://t.co/U7F9m0sXd8 via @eBay
25167                                        RT @Reuters: Exclusive: Defense firms see only hundreds of new U.S. jobs from Saudi mega deal https://t.co/sp177I9kSu https://t.co/jRXs66w5…
25168                                                                                                                      Why did it take @intel so long to disavow a white supremacist?
25169                                        RT @TMobile: @Cinnadelle7 @Cinnadelle7 You’re getting thanked like a zombie likes brains! Enter for the chance to win a spooky surprise: ht…
25170                                                                                                                      Check out my listing @eBay - https://t.co/0gC9cdvwbG via @eBay
25171                                                        Check out Large PIG Meat Trade SIGN*Primitive/French Country Farmhouse/Kitchen Wall Decor  https://t.co/tn0XvTAhjL via @eBay
25172                                                                       pls y'all @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca #WeWantEyewitnessSeason2
25173                                                                                                                                       @Apple does take security really seriously 👀
25174                                                      RT @missmary88: @NBCTimeless My #Timeless teal pumpkins for allergy free treats :) #SaveTimeless @Sony https://t.co/TWWOk9HDHj
25175                                                                                                                                                                      @TMobile O boy
25176                                                       Check out 1973 Fiberglass Boats Fitting Out Maintenance Repair Book #Vintage 2nd Printing   https://t.co/AllZ1HCqYn via @eBay
25177                                                                                                                                           @TMobile tweet #Thankenstein and #contest
25178                                          Most Prolific Original tweeters of #gbbo @Tesco @ @BritishBakeOff @ @KaylaBySkyline @ @IHBTIK @ @grace_is_sugoi @… https://t.co/We3Sq1y8hi
25179                                                                                       RT @PaulChaloner: Authentic esports advertising. Well done @McDonalds https://t.co/YiRatmDSe0
25180                                                                                                                                                                @Apple genial! &lt;3
25181                                                                              RT @pepsi: Twin @tkelce's speaking in unison...have we seen this movie before? https://t.co/WspMNXH2ZP
25182                                                            Check out Rare Vintage Old Copper Vase hand Made Decorative Art With Stone Home Decor  https://t.co/oLOO8pKDE1 via @eBay
25183                                                                                                                             @TMobile That wasn't scary at all! Thanks Thankenstein!
25184                                                                                                                             RT @NFL: VOTE for the @FedEx Ground Player of the Week!
25185                                                     RT @Reuters: March in Pittsburgh as Trump visits with families of the victims of the synagogue shooting https://t.co/W0tBxALDaQ
25186                                        RT @computermuseum: Perhaps our vintage @Dell PC running Windows 95 is more your era? It’s on display @Microsoft #FutureDecoded event tomor…
25187                                                                    Check out Vintage Art Deco Paragon Porcelain Cup &amp; Saucer White Daisy Flowers  https://t.co/2gdZ7WRdL6 @eBay
25188                                        RT @DollyParton: In just one more month the Dumplin’ soundtrack comes out! And the movie will be on @netflix later this year. And I just mi…
25189                                                                                                                                                       @ShawnMendes @Apple hi love u
25190                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25191                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25192                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25193                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25194                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25195                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25196                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25197                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25198                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25199                                                                                                                                             @ShawnMendes @Apple cool shit cool shit
25200                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25201                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25202                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25203                                                                                                                                 @ShawnMendes @Apple come to the EMAs @andrewgertler
25204                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25205                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25206                                                                                              @ShawnMendes @Apple Please release all the unreleased sins that are in your MacBook xx
25207                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25208                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25209                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25210                                                                                                    RT @orderoftaylor: @ShawnMendes @Apple how much did they pay to you to post this
25211                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25212                                                                          RT @Reuters: EU plans to boost anti money-laundering powers but key reform delayed https://t.co/ZEA0N9lXxh
25213                                                     RT @Reuters: March in Pittsburgh as Trump visits with families of the victims of the synagogue shooting https://t.co/W0tBxALDaQ
25214                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25215                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25216                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25217                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25218                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25219                                                                                                                   RT @guenamstyle: @ShawnMendes @Apple woh you are a rockstar now!!
25220                                                                                                                                               @ShawnMendes @Apple Hey baby I love u
25221                                                                                        RT @Topps: Who is your favorite @Stranger_Things character? @netflix https://t.co/paXI2bBtUF
25222                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25223                                                            Check out Vintage Welsh &amp; Bro of Baltimore American Sterling Silver Cream / Gravy Jug  https://t.co/D2n11Kxt7O @eBay
25224                                                                                                        RT @FallinJapxn: @ShawnMendes @Apple I WAS IN IT TOO https://t.co/DURvDxuKwm
25225                                                                                                       @believemorning @ShawnMendes @Apple follow her @ShawnMendes she deserves it ❤️
25226                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25227                                                     RT @Reuters: March in Pittsburgh as Trump visits with families of the victims of the synagogue shooting https://t.co/W0tBxALDaQ
25228                                                                                                                                        @davidhogg111 @FedEx Ban Fed ex for buckling
25229                                                                                                                                                               @TMobile Thank you!!!
25230                                                                    Check out Antique Sheffield Hallmarked Solid Silver Boxed Set of 6 Spoons CWF 1912 https://t.co/Z4MkAv0Ish @eBay
25231                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25232                                                                                                                                                 @Reuters A room full of deplorables
25233                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25234                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25235                                         @FinanceBuzz @MamaRedfield @gunsdownamerica @CAPAction @FedEx @NRA why should I? you immediately attacked him with… https://t.co/qByYuGpH4b
25236                                                                                                     @jactravels @netflix Present situation. #DogsofTwittter https://t.co/XXPZxzSu0N
25237                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25238                                                     RT @Reuters: March in Pittsburgh as Trump visits with families of the victims of the synagogue shooting https://t.co/W0tBxALDaQ
25239                                                                                                                                      What is Your opinion on skateboarding? @Google
25240                                                                                                                                            @ShawnMendes @Apple you look so young aw
25241                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25242                                                                                   @kath_gunn @MadleeRage29 @Tesco @orlakiely Xxx you can never have too much pug stuff 🐾🐾🐾🐾😘😘
25243                                                                                                                                                  @ShawnMendes @Apple Aw that’s cute
25244                                                          Check out Vintage Viking Sheepskin Vest Flokati Biker Harley Davidson Owned Killer Cool  https://t.co/XcPqjCx3pD via @eBay
25245                                        RT @seerlophane: @Avedian4 @IBM @RedHat Ubiquity and transparency on the backend matter. I don't know if IBM and Red Hat together can do it…
25246                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25247                                                                                                                                              @kenyaias @Wayfair @FedEx Tell ‘em!!!!
25248                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25249                                                                               RT @davidhogg111: Thank you @FedEx for taking this bold step by ending your relationship with the NRA
25250                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25251                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25252                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25253                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25254                                                                                                                                        @Lineofdutyuk @nextofficial The Fire Brigade
25255                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25256                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25257                                                                                                                    @netflix Anyone else mad that not both baby pictures were first?
25258                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25259                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25260                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25261                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25262                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25263                                        @StaceyBagnoli @joeyrslz @davidhogg111 @FedEx What % of all murders committed by a gun are mass shootings deaths? W… https://t.co/Ff2IvW8owM
25264                                          RT @JohnnySells: Perry Ellis Mens 46 Natural Linen Pants Slacks NEW 50 x 35 Drawstring Waist #PerryEllis https://t.co/V7jEMhm9hh via @eBay
25265                                        RT @GroomingMail: It's #Competition Time Again. #retweet this tweet and follow us (@groomingmail) to win a £20 @ASOS online gift card. #win…
25266                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25267                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25268                                                                                                         @TMobile #Thankenstein + #contest cant wait for Halloween and this contest!
25269                                        RT @NTVTheBeat: Live and Direct @ntvuganda #premiereTuesday with @SheilahGashumba @Deejay_Bryan @CocaCola @GuvnorUganda https://t.co/CFnu7a…
25270                                            RT @parscale: Hey @facebook @Twitter @Google we are watching. 👀 This is your opportunity to make sure the playing field is level. #MAGA
25271                                        @TruthHertz1980 @darrinlance @ava @LEDDisplay111 @DonaldJTrumpJr @CNN @MSNBC @CBS @ABC @TPUSA @RealCandaceO With BL… https://t.co/33IpMF9M8I
25272                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25273                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25274                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25275                                        RT @shespeaksup: Buy participating Fanta or Act II Popcorn at @Walmart to receive a $3 redemption code to watch Goosebumps or other #Hallow…
25276                                                                                                                RT @Apple: @MasterMastabah The all-new iPad Pro is here. #AppleEvent
25277                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25278                                                                                                                       @ShawnAccess @Apple @ShawnMendes BABE I LOVE THE YOUNG MENDES
25279                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25280                                                                                           Thank you @Google for including us 911 calltakers and dispatchers in this lovely video. ❤
25281                                                       Check out 2-Bedside Nightstand w/ Lower Shelf Drawer Storage bedroom living room #Unbranded https://t.co/8vxtRxRRwQ via @eBay
25282                                                       Check out 2-Bedside Nightstand w/ Lower Shelf Drawer Storage bedroom living room #Unbranded https://t.co/8vxtRxRRwQ via @eBay
25283                                                            @Gillette I won't be buying any more ridiculously overpriced razors from you since you are a top advertiser on @FoxNews.
25284                                                            @Gillette I won't be buying any more ridiculously overpriced razors from you since you are a top advertiser on @FoxNews.
25285                                                                                                                                                      @TMobile #thankstien # contest
25286                                     RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Venomized Ghost Rider Pop! https://t.co/Br5e0BOhYN
25287                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25288                                                                                  @Cost2Build_UK @amazon Would be so useful at the moment. Thanks for the opportunity to #WIN 👍🤞✅
25289                                                                                                                             I need an actual scary horror film to watch on @netflix
25290                                                                               RT @davidhogg111: Thank you @FedEx for taking this bold step by ending your relationship with the NRA
25291                                                       Check out Faded Glory Jeans Co Stretch Floral Button Front Shirt Womens Size Large 12 - 14  https://t.co/U6B9fohyGB via @eBay
25292                                                                    are all of the harry potter movies actually going to be on @netflix or not I can't emotionally handle these lies
25293                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25294                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25295                                                                                                                                 @ShawnMendes @Apple Now that is a real throwback...
25296                                                                                          RT @kaosonia: Check out Sterling Silver Honeycomb Charm  https://t.co/GIApXXuHNL via @eBay
25297                                                                                               @TMobile Did I miss out on the #Thankenstein fun? #contest I'm only two hours late...
25298                                                                                                                                Looking forward to the @netflix release this winter!
25299                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25300                                                                               RT @davidhogg111: Thank you @FedEx for taking this bold step by ending your relationship with the NRA
25301                                                                                                                             RT @NFL: VOTE for the @FedEx Ground Player of the Week!
25302                                          @DesignationSix @FoxNews @Nestle @Walmart @OfficeMax @officedepot @sleepnumber @Butterfinger @Progressive @Keurig… https://t.co/Ltn3eysc8h
25303                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25304                                        RT @computermuseum: Here’s a little sneak peak of our @IBM XT and AT on display (Running Windows 1.03) at @Microsoft #FutureDecoded event t…
25305                                                                                                                                       @life_of_chels @netflix But it's so worth it!
25306                                        RT @pizzahut: Extra cup holders are cool. But can your truck make pizza? Introducing the @Toyota Tundra PIE Pro: https://t.co/Y1Eqehw2H3 #S…
25307                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25308                                         RT @DCComics: Ready for #Halloween?!? @Walmart and @NyxCosmetics show you how to transform into some of your favorite DC characters on the…
25309                                        RT @faagifts: @realDonaldTrump  @CNN @ABC @CBS @NBC @MSNBC  *SOME RE-TWEET WOULD BE APPRECIATED!!!  WOULD YOU WELCOME THIS 2ND CARAVAN FORM…
25310                                                                                                                      Check out my listing @eBay - https://t.co/b1GBgKIybi via @eBay
25311                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25312                                                     RT @Reuters: March in Pittsburgh as Trump visits with families of the victims of the synagogue shooting https://t.co/W0tBxALDaQ
25313                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25314                                        @Chababachababa @M_Steeples @Matthew_Wright @waitrose @sainsburys @Selfridges @Boots @WholeFoods @Tesco ASDA Winsfo… https://t.co/jI4lSNjkEi
25315                                                                                                 @iamkingsey @ShawnAccess @Apple @ShawnMendes Is he holding a cheese slice? LMAO😂😂
25316                                                 Check out Hot Shoe Cover Protector Replaces Nikon BS-1 fits all Nikon SLR and DSLR Cameras #Nikon https://t.co/WVeLVZJbyc via @eBay
25317                                       @netflix 📜|| Military Escalation in Deir Ezzour and the Islamic State Fighters Retake Their Positions in Surprise R… https://t.co/rm3LeL9xqb
25318                                        RT @Disney: The big night is almost here! Mickey's 90th Spectacular airs on @ABCNetwork on November 4 at 8|7c. #Mickey90 https://t.co/TkqgL…
25319                                                        RT @sharatibken: The second breakfast at the @Apple #AppleEvent. (I definitely loved those burritos) https://t.co/X4gnkFUXV1
25320                                                                                                    RT @Tim42382232: @davidhogg111 @FedEx I for one will now be using UPS. FO #FedEx
25321                                                                                           Check out Playmobil Police Checkpoint  #3905 #PLAYMOBIL https://t.co/52mNBEZvca via @eBay
25322                                                                                                     @eBay lookin 4 antonneous clayton from dooly county wats his cell phone number.
25323                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25324                                                                                     RT @Reuters: Peru unearths 800-year-old statues https://t.co/j4y2NH0V08 https://t.co/yOILZV4cAQ
25325                                    RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. We’ll announce the w…
25326                                                                                                @rmtwrkr @NikolasFuturist @Google That’s certainly where you belong! Congratulations
25327                                        RT @Plambert001: The Bug Out Gardening Guide: Growing Survival Food When It Absolutely Matters... https://t.co/8pkIUM3lej via @amazon #prep…
25328                                                                                                                                    @TMobile Hoping to win! #Thankenstein + #contest
25329                                                                                                               RT @Apple: @QueenHoneyBee50 The all-new iPad Pro is here. #AppleEvent
25330                                                          RT @Reuters: Iranian intelligence service suspected of attempted attack in Denmark: security chief https://t.co/a12RKXbfR7
25331                                        RT @madasednam: @DesignationSix @FoxNews @Nestle @Walmart @OfficeMax @officedepot @sleepnumber @Butterfinger @Progressive @Keurig @CapitalO…
25332                                        51% OFF #sale #save #BalckFriday @amazon Rubbermaid Commercial WaveBrake Mopping System Bucket and Side-Press Wring… https://t.co/28tfyVEoTy
25333                                        RT @briantopping: @TheNotoriousBTB @EShy @klbower @cameron_kasky There was a wearer of The Hat of Hate to our local @Starbucks. I noticed s…
25334                                                                   RT @HamillHimself: @MarcFBR @amazon @AmazonHelp @RealKevinConroy Our show deserves a BOX! https://t.co/Sh2GncYE7H
25335                                        RT @Reuters: The world’s waters have undergone the fastest warming on record. @Reuters reveals what mass fish migration looks like: https:/…
25336                                                                                  Check out Nike Ignite 3 Black Hockey Pants Breezers Size M #Nike https://t.co/hgRoZhWtue via @eBay
25337                                                                                                                    @cervawesome @netflix I think it may be a drama but I'm not sure
25338                                                                                                                       RT @Z06TomCat: Pay attention @verizon https://t.co/J18mmnvfdW
25339                                                                      Hip hop evolution makes me so sad we will never get more episodes of the get down. It's just not fair @netflix
25340                                                          Check out Men's PUMA Sport Striped  Flip Flops Sandals Gray and Yellow Size 12 NWT #PUMA https://t.co/63I43z49CX via @eBay
25341                                                                                     Dear McDonald’s y’all need to bring the Hi-C Orange EVERYBODY GETTING TIRED OF SODA  @McDonalds
25342                                                              RT @Audi: “A backseat foot massager isn’t necessary” and other lies we tell ourselves. #AudiA8 https://t.co/M5CjpiYwXf
25343                                        #CollectToWin at @Walmart today and enter for the chance to win great prizes! Look for specially marked family size… https://t.co/eBgk4FE4RR
25344                                        RT @Felstable: Ok @Apple why is it so difficult for you to put your cameras inside of the products now??? Youve been doing it all the time.…
25345                                                                                                           RT @netflix: me on the 30th of every single month https://t.co/4uyySJGArq
25346                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25347                                        RT @QUIXOTEQUIXGT1: @ls1881 @David_Cameron @ElectoralCommUK @By_Conservative @IsleThanetNews @Twitter @facebook @Nigel_Farage @achievechang…
25348                                                                                                                     @warrenleightTV @Lawrence @shannonrwatts It’s about time @FedEx
25349                                                                                                                                                    @ShawnMendes @Apple Love you LEV
25350                                        Hillary Clinton jokes about Blacks 'they all look alike' where are you @CNN @MSNBC @NBC @CBS @TheView if it were Tr… https://t.co/AYGL69SnUs
25351                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25352                                                                                 Trump is F*cking Crazy: (This is Not a Joke) by Keith Olbermann https://t.co/P0UeoHgRVj via @amazon
25353                                        Hey @Microsoft @MicrosoftStore  I bought a controller from you guys and less than a month later one of my buttons i… https://t.co/reCQjRL2tm
25354                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25355                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25356                                                                           RT @NinaPaulDobsley: ONLY 21 SIGNATURES NEEDED ! SIGN THE PETITION PLZ ! @netflix https://t.co/2aX27tNH4v
25357                                                                                                                                  @TMobile Happy Halloween!!! #Thankenstein #contest
25358                                                                                                                          @Apple Please don’t. I’ve only just bought the Xs. #wantit
25359                                                         RT @judethomas21: Honeymoon Bite (Golden Vampires of Tuscany Book 1) by Sharon Hamilton https://t.co/7eP9wGJk5H via @amazon
25360                                                          Check out Vintage Sears 10 Year Service Award Pin One Tenth 10K Gold Filled Made by CTO  https://t.co/mM1mHG3nk6 via @eBay
25361                                                                                                                                          @TMobile Hopefully I’ll be lucky and win☺️☺️
25362                                                                                                                                                @alikifoley @netflix Wow. Well done.
25363                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25364                                                                                                                      Check out my listing @eBay - https://t.co/XK1PbXz2h5 via @eBay
25365                                              @WORLDOFZACH1 @amazon @limecrime @Doseofcolors @hm Np a bitch would not be wearing wigs if it wasn’t for you ❤️ https://t.co/5MFOm7xMzT
25366                                                                                                                                                                    Lol at @facebook
25367                                                        Check out 8' X 10' Vintage Hand Made Chinese Persian  Bidjar Wool Rug Carpet Nice #Persian https://t.co/xEiqkUfJ3K via @eBay
25368                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25369                                                                                                       @TMobile Trick or Treat! I want to win something! 🙂 #Thankenstein + #contest
25370                                                   Check out Rare Antique Victorian American Black &amp; White Floral Poem Calling Card! Sambron!  https://t.co/KSmFtyIWuv via @eBay
25371                                                                                                                                    Jacob CRONK @Disney stopping buying Networks out
25372                                        RT @Disney: The big night is almost here! Mickey's 90th Spectacular airs on @ABCNetwork on November 4 at 8|7c. #Mickey90 https://t.co/TkqgL…
25373                                                                            RT @Reuters: Trump visits Pittsburgh to console but stirs anger among protesters https://t.co/Udha7g6ZrF
25374                                             Check out Roper Men’s Jean Jacket Brand New with Tags 100% Cotton  Machine Wash &amp; Dry Size #ROPER https://t.co/UmLGqQV5nW via @eBay
25375                                                                                  @MarcFBR @amazon @AmazonHelp @RealKevinConroy Mr. J is OUTRAGED by this!!! https://t.co/6IVESzs4gn
25376                                                                                                      RT @Dee_Finesser: That’s all we asked for @Apple. 🙏🏾 https://t.co/AJ1rz10n9c
25377                                        RT @pjshelton_paula: @NORTHER64691120 @JustWhatNowWhy @anti_shitgibbon @LiraKarri @NYwonk @SenatorHeitkamp @JohnDeere I know!  He cares abo…
25378                                                         Check out Rare Antique American Religious Architecture Church New England CDV Photo! US!  https://t.co/iDWW7MyFzq via @eBay
25379                                        RT @Disney: The big night is almost here! Mickey's 90th Spectacular airs on @ABCNetwork on November 4 at 8|7c. #Mickey90 https://t.co/TkqgL…
25380                                                                                                                 Get glazed tenders they said. 😔 @McDonalds https://t.co/Vo92MSIwbm
25381                                        RT @itmediasentinel: @consumerfx @Bayer @BayerUS @Enterprise @enterprisecares @NationalPro @nationalcares @pfizer @Voya @VoyaFA @Cigna @boe…
25382                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25383                                        RT @Disney: The big night is almost here! Mickey's 90th Spectacular airs on @ABCNetwork on November 4 at 8|7c. #Mickey90 https://t.co/TkqgL…
25384                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25385                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25386                                        @raidersrant @Apple Or they add dumbass Touch Bar just for the sake of adding something. I just got a new mbp at wo… https://t.co/KQAK5bELEi
25387                                              RT @EMGraphicsEbay: Check out The Hunger Games Trilogy HC Suzanne Collins 2010 Scholastic Boxed Set  https://t.co/vhSZs8PiB3 via @eBay
25388                                           RT @HimesHub: Check out American Rag Mens Size L Plaid Shirt Button Down Blue Red White #AmericanRagCie https://t.co/WoOqHEc4JS via @eBay
25389                                                                                                                                              @Apple Usb-c? Stealing samsungs ideas?
25390                                         RT @kirk_official: To be honest I’m proud of what I’m doing with my life! I think @Tesco @tesconews should teach their staff some manners!…
25391                                    RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. We’ll announce the w…
25392                                                   @amcgriff87 Happy 🎂! You accomplished a lot of your @salesforce goals at 30!  I hope you crush more @salesforce goals this year!
25393                                        I’m watching the Wreck it Ralph trailer and couldn’t help but notice.. @Disney what the fuck is this? Cause I’m sur… https://t.co/2p0pa7fRlZ
25394                                                                                                           @Nike Bring back the Air Max 95 og neon colorway I need to cop a new pair
25395                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25396                                                                 RT @Reuters: India to unveil world’s largest statue  https://t.co/p5YyAJzQNr via @ReutersTV https://t.co/xqXlMwq0oH
25397                                                                                                               RT @Apple: @InfluensterSMMA The all-new iPad Pro is here. #AppleEvent
25398                                        RT @meNabster: @WARAGAINSTGOV @inabster @BbenTech @xdadevelopers @WindowsSupport @Microsoft @Windows It's an HDMI Intel Compute Stick Clone…
25399                                              Don't miss out on @TMobile #TMobileTuesdays ! Check out the awesome stuff on the app today! Pretty stoked for… https://t.co/Pf7ZN6AyJ0
25400                                                Check out Kawaii Disney Mickey Mouse Kitchen Towel Hanger Made In Japan Fast Free Shipping #Disney https://t.co/Zk3ozX7eYr via @eBay
25401                                                                                     Christmas in Camelot by Brenda Jernigan #Christmas #Romance https://t.co/qdhaS8rq3S via @amazon
25402                                                      @TSM_Cowboy @comcast At least you can get Internet. I’m stuck with Cox. You know you’re internet is bad when you miss Comcast.
25403                                                                                                                               @NBCNews Should @Google Employees Walkout To Protest?
25404                                                                                                 Check out nike lebron 14 Black History Month Size 7.5 https://t.co/9uswbmWEZt @eBay
25405                                        @ATT Been with ATT for 10 years. You lost my returned phone and now you want me to pay fees. Your NEXT program phon… https://t.co/sT3aVKxFK4
25406                                        RT @carolin58348959: Not what i wanted to find in my raspberries about feed my 10 month old when i noticed this @Tesco https://t.co/hOjiBTD…
25407                                                                                                      @FrankeeBallz @mustbeme241 @Reuters Shame on you for such a divisive statement
25408                                                                                                                                        @Wee3Minis @TMobile Apparently not for this.
25409                                        @Citi @BrandeeMcHale Sustainability starts with humanity. Be considerate of the neighborhoods you occupy @Citi. Min… https://t.co/rgszI3cslz
25410                                                                    Check out  Rick and Morty Smith Garage Rack Small Construction Set  #McFarlane https://t.co/O6fx3Wwt4J via @eBay
25411                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25412                                                                                    @ldemarcofox5 @Walmart had Christmas Hershey kisses in the aisle two days ago.  🙅🏻‍♂️🤦🏻‍♂️ 🎃 🎉
25413                                        Hey @ATT Just spent 40 mins on the phone with no resolution and got cut off. Worst customer service ever! And my ne… https://t.co/JKDG3tKldR
25414                                                            Check out Matchbox Catalog 1990 Vehicles Airplanes Trucks Worlds Smallest Real Models  https://t.co/Z2mPemcul1 via @eBay
25415                                                                                                                   RT @Apple: @AskingJoe21 The all-new iPad Pro is here. #AppleEvent
25416                                                                                                                                                 @Dleemez @Apple That’s a giant mood
25417                                                     Check out Tommy Hilfiger Men Green Long Sleeve Cotton Button Up Shirts Size XL #TommyHilfiger https://t.co/TRUlNihZ0m via @eBay
25418                                                                                                        Check out The Snow Walker by Earley Mowai  https://t.co/WVeNkGU5Cf via @eBay
25419                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25420                                                         Check out #0152 2018 JL JLU Hood Blackout Decal Graphic JEEP Wrangler Sahara Matte Black  https://t.co/M9k1H2VVm5 via @eBay
25421                                                                                                                    RT @Apple: Tap to explore the biggest change to iPad since iPad.
25422                                         I received an email from someone at @Walmart saying my refunds been processed. It hasn't been processed to date. I… https://t.co/VDMxiKZl38
25423                                                               Check out Jadeite Green Glass Red Dot Mixing Bowl in Excellent Condition #40s50s60s https://t.co/zVooacI6gw via @eBay
25424                                                                                                                                @JohnLegere @TMobile Thanks for stepping up the game
25425                                        RT @SethRudetsky: @DesignationSix @gdlittledorf @FoxNews @Nestle @Walmart @OfficeMax @officedepot @sleepnumber @Butterfinger @Progressive @…
25426                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25427                                        @newsjunkie72 @DramaticNeighb1 @duck_russian @AstiJesse @them @Google @POTUS You had me right up until left wants t… https://t.co/ODWJyMaZyN
25428                                                            RT @emma_dayton: @Prime_Steiin @BankofAmerica @BankofAmerica please give us free money. I miss my best friend. Thanks 🙏
25429                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/pYbPTDuuEu
25430                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25431                                        RT @LilaGraceRose: If @getongab should be tried as an accomplice - by this standard - then shouldn’t @twitter and @facebook also be tried a…
25432                                                                                                                  @Nattie_Dawn @ATT @Uverse post up at&amp;t https://t.co/dnsgAgN9tw
25433                                                                       Check out #VintageStoneware #CeramicMixingBowl #GreenCeramicBowl  Ribbed Glazed https://t.co/RuxCu4ifl8 @eBay
25434                                         @facebook  sir in my account my date of birth is updated  1 nov 1995. But actual is 11 jan 1995. Sir please update… https://t.co/IgOizmmryg
25435                                        @amm32flavors @TheNotoriousBTB @briantopping @onepinkpuss @EShy @klbower @cameron_kasky @Starbucks Well there is us… https://t.co/CCM8CsGNN0
25436                                                               RT @BethPaintings: Check out Multicolor \\Speed Racer shoelaces 2 pairs  #GiftCoInc https://t.co/D1iiK4sJUS via @eBay
25437                                                                 Just saw this on Amazon: The Mummy (1932) [Blu-ray] by Boris Karloff for $13.49 https://t.co/zz9NjjjzLt via @amazon
25438                                        @CognitoAsia @HKMAChannel @HongKongFinTech @Google @cloudera @_Peculium Peculium is the first saving platform for i… https://t.co/S0aKq00uGy
25439                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25440                                        @BriannaLT @julie_miller1 @Frozenbaugh @Starbucks Several hours before when I was at a jobsite she mentioned it bef… https://t.co/DzZPyoEzc3
25441                                                                                           Lies: And the Lying Liars Who Tell Them by Al Franken https://t.co/rAV9JxVfPy via @amazon
25442                                                          RT @ShaneWallCTO: Great #innovation tips from some of the brightest minds at @HP! https://t.co/LBUKpkpkmg #KeepReinventing
25443                                                 Check out Stress Relief Boxer Rubber Dog Pop Out Eyes Key Ring Novelty Squeeze Bulldog #Unbranded https://t.co/dX73dWirq1 via @eBay
25444                                        RT @WarOfTheWorldsM: What to Watch on @amazon @PrimeVideo. War of the Worlds - The True Story https://t.co/iVSX10vQPQ https://t.co/hZj8RCBm…
25445                                                       Check out Marvin Richards Women's winter Xmas black fox fur lambswool jacket coat size 8 M  https://t.co/pPKI75EqsX via @eBay
25446                                       RT @Microsoft: 🔔 Our EVP of business development @PeggyJ rang @Nasdaq's closing bell today— marking how our partnership using blockchain ma…
25447                                         @MS_dministrator @Microsoft You’re an MVP in my book Josh! All of us who share/teach/mentor are MVPs regardless of… https://t.co/lRAQ7TLVYO
25448                                       RT @PSStandLeague: @LolaTV8 @BPSTANDleague @LeahRemini @MikeRinder @Disney Thank you 🙏 Dolores. Leah is clearly despair for promotion becau…
25449                                        UPDATE: Intel ends financial support of Congressman Steve King https://t.co/7rIcRCbVQ2 @ATT @ATTCares @DIRECTV Does… https://t.co/q0mvtEi21X
25450                                                                            RT @Reuters: Land O'Lakes ends support for U.S. Rep. King after furor over views https://t.co/5skp56zKF9
25451                                                                                     Check out Prego Spaghetti Sauce Pasta Tin Can Keeper Vintage 1992 https://t.co/BBvnZ30zdR @eBay
25452                                                         Check out CUYAHOGA Stainless steel  Travel Mug With Lid Insulated Coffee   BPA-Free 20oz  https://t.co/E7lA8owmxf via @eBay
25453                                        @ijustbtweeting @Reuters I'm sure some residents wanted him 2come. The fact that lots of people don't like him is n… https://t.co/Kq90J499Og
25454                                                                                           Caravans Awry (Planet X Pulps Book 1) by Duane Pesice https://t.co/tSgownO30p via @amazon
25455                                    @ThomasMcconvill @Apple They don’t really have to innovate. They let their competitors do R&amp;D and guinea pig / fiel… https://t.co/CGUxbwhgUf
25456                                                                                                                       RT @OpTic_Crimsix: Oh my god @Samsung https://t.co/MQ2r3g9Fet
25457                                                                       Check out Imperial Diamond Lace Amethyst Carnival Glass Pitcher - Repaired  https://t.co/n1jNPgRiwK via @eBay
25458                                                                                                    @sunrise_toyota @Toyota @pizzahut I'll take four large meat-lovers to go please.
25459                                                                                       Bought a brand new @RCAbrand TV from @Walmart and it looks like this. https://t.co/ilGryJenwU
25460                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25461                                        @JoshdelaRosa1 @frontlinepbs @TwitterNews @facebook Dumped Facebook one year ago. No problem. Love resisting here o… https://t.co/Q9CPxdgqWu
25462                                                               Check out Under Armour Lighting 4 Shoes Mens Athletic Basketball 1301667-001 Size 9 EUC https://t.co/NvtjYFtQoH @eBay
25463                                                                                                                   Check out michael kors Shoulder Bag https://t.co/fB4SP4hhpM @eBay
25464                                                                               RT @davidhogg111: Thank you @FedEx for taking this bold step by ending your relationship with the NRA
25465                                                                                                                                 @garthbiggs @HP Time to find another make? Brother?
25466                                                                       Check out Under Armour Women's Black Compression Leggings Sz M #Underarmour https://t.co/ahkdLv11LN via @eBay
25467                                                                                                                        @Samsung This is what I like about Samsung always innovating
25468                                                                                     RT @Google: Here’s to first responders around the world who answer the call in times of crisis.
25469                                                                                       RT @PaulChaloner: Authentic esports advertising. Well done @McDonalds https://t.co/YiRatmDSe0
25470                                                                            RT @Reuters: Land O'Lakes ends support for U.S. Rep. King after furor over views https://t.co/5skp56zKF9
25471                                                                        Check out Gillette Double Edge X3 Razor in Blue Box w/ Dispenser #Gillette https://t.co/CKCnSvH0p3 via @eBay
25472                                         RT @ShawnAccess: The photo used for the #BehindMyMac @Apple #Ad was @ShawnMendes’ Instagram from June 2016. Who remembers that post? Crazy…
25473                                                              Hey! @Apple why do all the emojis have teeth??? What about emojis for people with no teeth? Why is this not an option?
25474                                                 RT @Reuters: JUST IN: The body of crashed Lion Air plane has been located - Indonesia military chief #JT610 https://t.co/0uD2uO9ZUj
25475                                                                                                            @SuzzyHrdz @TMobile You can exchange it for another movie at the theater
25476                                                                            RT @Reuters: Land O'Lakes ends support for U.S. Rep. King after furor over views https://t.co/5skp56zKF9
25477                                                                            RT @Reuters: Land O'Lakes ends support for U.S. Rep. King after furor over views https://t.co/5skp56zKF9
25478                                                                        @MCU_Tweets @Disney mcu stop making your female characters nothing more than romantic plot devices challenge
25479                                          @DesignationSix @FoxNews @Nestle @Walmart @OfficeMax @officedepot @sleepnumber @Butterfinger @Progressive @Keurig… https://t.co/UpsBZ4xqnp
25480                                                                        @PrincessMorganB look at what my Romanian friend brought back! @Castlevania @netflix https://t.co/GduiLHgpq9
25481                                                                                                                         @mirodominick @netflix It’s good. Watch the bates motel too
25482                                                                               RT @davidhogg111: Thank you @FedEx for taking this bold step by ending your relationship with the NRA
25483                                        @cricketmeesh @FoxNews @Bayer @ProcterGamble One day you will realize how ironic it is that you said this. FYI disc… https://t.co/FpU0TscJeV
25484                                        RT @NubAbility: @Gillette @Tangie26_18 @Shaquemgriffin We dig this campaign! Thanks Gillette! @Shaquemgriffin keep ballin bro! Thank you fo…
25485                                        RT @Reuters: JUST IN: Indonesia search team detected 22-meter long object underwater in area where Lion Air jet crashed - navy official #JT…
25486                                                          RT @rooshv: Kellogg's @KelloggsUS is using their cereal boxes to groom children for homosexuality. https://t.co/FSZCU6gUZS
25487                                        RT @antgrasso: Engineering is a cost driver in automation. @Siemens @KlausHelmrich via @antgrasso #UnlockThePotential #Automation #DigitalE…
25488                                                                                                                            Anyone else watching the new creepy Sabrina on @netflix?
25489                                                                  RT @ShawnMendes: Thank you @Apple for including me in this amazing ad! #BehindTheMac #ad x https://t.co/CM7948rMCN
25490                                                                     Natural Top 6.3 mm Rich Green Emerald Round Cut Pair 2.07 Cts Zambia Gemstone https://t.co/bsYmkmD2YH via @eBay
25491                                        RT @Reuters: BREAKING: Pakistan's Supreme Court overturns death sentence for christian woman convicted of blasphemy against Islam https://t…
25492                                        RT @eBayROCteam: Switch Skateboarding Skateboard Longboard Vintage and RARE Beer Can Graphics   https://t.co/ZU1lgfGy7q via @eBay @Eclectic…
25493                                                                            RT @Reuters: Land O'Lakes ends support for U.S. Rep. King after furor over views https://t.co/5skp56zKF9
25494                                                        Check out Hot Wheels : 2013  SUPERMAN Monster Jam : Includes Monster Jam Figure #HotWheels https://t.co/RaUrOkroiG via @eBay
25495                                                         Check out hand painted grim reaper statue figurine by musk yai marvel legends mcfarlane~  https://t.co/YLpn4fEZIr via @eBay
25496                                                                             Check out DCI Scooter Ear Buds - BLACK - NEW IN RETAIL PACKAGING #DCI https://t.co/B1Ct31LDch via @eBay
25497                                    RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. We’ll announce the w…
25498                                                            Check out PETER SOLOMON 2017 BOWMAN DRAFT BLUE WAVE REFRACTOR AUTO AUTOGRAPH ASTROS RC/150 https://t.co/424bUaRbxd @eBay
25499                                                                                  RT @Reuters: Indonesia search team finds 22-meter object in hunt for plane https://t.co/qQB1AGv22I
25500                                                                             RT @Reuters: Asia stocks crawl up after a merciless October for global equities https://t.co/LwAFcFHEGv
25501                                                                            RT @Reuters: Land O'Lakes ends support for U.S. Rep. King after furor over views https://t.co/5skp56zKF9
25502                                                                                                               @kinozomby @shaedband @Apple I can’t believe one of them is my cousin
25503                                        I was actually soooo shocked that @amazon @primevideo could be behind something so lame. But I think it’s even less… https://t.co/ouRB139N2V
25504                                                                                                   7 in 1 USB-C Type C HUB @facebook https://t.co/hS1yG6Buup https://t.co/KjNTqBlXnK
25505                                                    @ATT y’all wanna explain why my internet went down for no reason??? Still haven’t gotten internet for 30 minutes 😡😡 #attoutage
25506                                                                        RT @LarterNikita: Eval Jig Aboo on @facebook had this to say after being called out: https://t.co/WVy5p3x8Id
25507                                                                 Check out Lice &amp; Egg Removal Treatment Liquid Gel 4 fl. oz. #TheHairsParadise https://t.co/VkJbIh5pWP via @eBay
25508                                        @McDonalds I came today to buy dinner for my family and not only were the workers extremely rude..when we came home… https://t.co/q65iSimfht
25509                                        RT @fuzailazmi: @amazon you guys still have not fixed the issue and I have been frigging robbed too. Won't let this go. The MRP on your web…
25510                                                                              @MarshallAudi @Louis_Lewis @Audi Get a Mercerdes mate never had a problem with them . Plus better cars
25511                                         RT @goldengateblond: uh why is @BankofAmerica freezing the accounts of customers suspected of being non-citizens when proof of citizenship…
25512                                        RT @tech2eets: An @Apple self-driving car was rear-ended while merging onto an expressway near the company’s Silicon Valley headquarters. #…
25513                                         RT @jeanniemai: The moment in between @netflix episodes when you see your reflection on the black screen and wonder what you’re doing with…
25514                                                            Check out SMART SYMPHONIES Classical Music Stimulate Your Babys Brain Development Music CD https://t.co/kPyo3CEsII @eBay
25515                                                                 @slack2thefuture @Mark_Sheppard @BankofAmerica The first part at the top here wasn’t there when I tweeted my reply.
25516                                                        Check out 14K White Gold Over Micky Mouse  Engagement Bridal Ring Round Wedding Trio Sets  https://t.co/vY3DuyrkSA via @eBay
25517                                                         Check out 1.80 Ct. Round Diamond Bridal Set 14K Yellow Gold Over Engagement Wedding Ring  https://t.co/bogXr0JZJB via @eBay
25518                                                       RT @Reuters: ICYMI: Big brands are spending big bucks on China https://t.co/SHFaHTxejh via @ReutersTV https://t.co/mHmGQKYf64
25519                                                      @Google and @Mastercard Cut a Secret Ad Deal to Track Retail Sales - https://t.co/YMX5qP7VfZ #infosec… https://t.co/7fcNqc383Y
25520                                        RT @slack2thefuture: There is no law prohibiting non-citizens from having bank accounts in the US. So why has @BankofAmerica appointed itse…
25521                                                                                                                             @katygolf @Google China wants to steal code probably 🤔
25522                                        @TMobile and once again I am very displeased with how your company operates. My sister is having a hard time gettin… https://t.co/rUYNr5NOhD
25523                                                    @AuStar3d @DotMF3 @sabinewings @DominionBack @KarinaGC4 @Kathy_Porter @VaunWilmott @netflix @alhuette48… https://t.co/yi15j9Sz1r
25524                                                                                                                      Check out my listing @eBay - https://t.co/uvAb9SUR9V via @eBay
25525                                                                         RT @Biancas_always_: The Lost Fairytales of the Dewdrop Forest BookBaby https://t.co/L5Wo8WkfLe via @amazon
25526                                        RT @Couponmamacita: Bronte Carmichael (Madeline) @Disney #ChristopherRobin talks about her favorite line! https://t.co/ap5gteRXcd #DisneyPa…
25527                                                                                                                    @JoseMolinaTV @JeriLRyan @BankofAmerica Bank of White Americans.
25528                                        RT @MorganStanley: Emissions-free hydrogen production could help utility companies run more flexible power grids and reduce #fossilfuel emi…
25529                                                                                     Check out M&amp;S Footglove Cream Loafers 6.5 Brand New Wider Fit https://t.co/qhffn9PPv4 @eBay
25530                                                                          @Reuters Can someone else please speak for the whole island? Your inflated self worth isn’t quite clear...
25531                                                          Check out Halloween Daisy Kingdom Graceful Ghosts Bats Necklace No-Sew Fabric Applique   https://t.co/OtDHWe0IAP via @eBay
25532                                       Morning!!!! Another dress over trousers. This is a @hm shirt dress and only £24.99 😃 they do the same dress in a pl… https://t.co/R8OapvBC64
25533                                                                                                          Small Blue and Grey Rug From Mexico NWOT https://t.co/Kb070XSvgq via @eBay
25534                                                       Check out 14K Yellow Gold Over 2.20Ct Diamond Engagement Bridal Ring Band Wedding Trio Set  https://t.co/FH8Vb2AXAq via @eBay
25535                                             @rsprasad @Google @sundarpichai @GoogleIndia @PMOIndia @PIB_India @_DigitalIndia @MEAIndia @vijai63 @ofbjp_usa… https://t.co/m1whujqYMF
25536                                            RT @mook1971: Yo! Check out VOR Industries VAC O REC Model 100 LP Record Vacuum Cleaner #VORIndustries https://t.co/MSdboGcdNR via @eBay
25537                                                            Check out FREE Shipping SEIKO ST-100 (Black) Tuner for Taisho Koto (Taishogoto) #SEIKO https://t.co/AY2aqyXzaT via @eBay
25538                                                     RT @MaandPaKettle4: Check out Hand Painted Fall Leaf Clip Earrings Ceramic Vintage #Unbranded https://t.co/b1gOj3SqVT via @eBay
25539                                                                             HELLO PICK UP EYEWITNESS @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca ' '
25540                                                                                             @easyJet @easyJetCustHelp nice one. No support or advice given. https://t.co/SAsXvsgEJB
25541                                        RT @estepjill: @shannoncoulter @goldengateblond @BankofAmerica B of A. You are forcing me to move all my accounts. Credit Unions are the an…
25542                                                                                                                         @Tesco I shall give it a try and see if they come out clean
25543                                                Check out Art to Classic Color Eastern Flower Burnout Velvet Fringe Jacket Duster Kimono #Handmade https://t.co/xXdwd5HYDw via @eBay
25544                                        RT @MUvseev: @UniPicturesCAN @nbc @NBCUniversal @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @UniversalTV @STARZ @USA_Network @A…
25545                                           RT @Reuters: China's Meituan Dianping sets HK IPO valuation at up to $55 billion: sources https://t.co/4P8uitOI2s https://t.co/bsfuIApTVL
25546                                         @just_a_meow_mom @DouglasHespelt @Scorpionfanhun @chpspics @DKB32425 @CBS Before you all decide whether to boycott… https://t.co/OrtXkihfH8
25547                                         RT @andyw1: Is #forcedlabour powering that morning caffine hit from #BrazilIan coffee beans? Surely @nestle @dunkindonuts @McDonalds named…
25548                                                                                                                                         Thank you ☺️ @Google https://t.co/MLExlNBEEk
25549                                                               Dried fruit jujube high grade Chinese red dates Hong Zao 740 grams from Shanx... https://t.co/S7adSTsgFR 来自 @amazon
25550                                                                                                                  Didn't realise @Ryanair flew that fast! 🤣 https://t.co/Ga8AyEmae5
25551                                                               Dried seafood small-sized cuttlefish 750 gram from South China Sea Nanhai JOH... https://t.co/fgKquSKE6K 来自 @amazon
25552                                        RT @ZakkWyldeBLS: BLACK LABEL MOMENTS O’ SERENITY NOW - tBLSt SDMF “GRIMMEST HITS” @spotify @iTunes  @AppleMusic  @amazon @BestBuy @WyldeAu…
25553                                                                                                                      Check out my listing @eBay - https://t.co/HiHKBtz0db via @eBay
25554                                        RT @shannoncoulter: I just added Bank of America to the #GrabYourWallet boycott list and every @BankofAmerica Twitter handle to the #BlockP…
25555                                                  Check out Cartier 1999 Limited Edition Big Square Top Ring 18K Yellow Gold Orig Box Size 6 #Band https://t.co/BzVvgmk5Pq via @eBay
25556                                                                             Do you think LOTR would be shot here? @peterjackson905 @amazon @lotro @ViggoArt https://t.co/VPaNCC8UrS
25557                                                                 @ToDropADime2 @oftheopposition @CNN @MSNBC @maddow @NBCNews @ABC @CBS No one on that list aired him? Wow. Fantastic
25558                                                                                                                  @mmmmhgoonthen @Tesco 😂😂😂 I bet he is a joy to live with 😂😂😂
25559                                        RT @LittleMissFlint: Who has a contact at @facebook that can get me access back to my account ASAP. Someone stole Mari's little sister's ph…
25560                                            RT @Reuters: UK minister holds talks in Iran in first visit since U.S. quit nuclear deal https://t.co/HXl1Xf0mRs https://t.co/d1kBsbldxg
25561                                         RT @OrganicConsumer: .@MonsantoCo promised @Bayer a $270-million set-aside would cover all of its outstanding liabilities arising from its…
25562                                                 @cnnbrk @nytimes @Reuters @AP @TIME @washingtonpost @TheEconomist @guardian @ZeeNews @CBSNews @UNICEFmedia… https://t.co/cpi3XVMC4u
25563                                            RT @Reuters: UK minister holds talks in Iran in first visit since U.S. quit nuclear deal https://t.co/HXl1Xf0mRs https://t.co/d1kBsbldxg
25564                                                                                  @DeutscheBank acquires stake in US payments startup @ModoPayments #fintech https://t.co/1Xehmd3h3F
25565                                        RT @Google: How researchers at Harvard teamed up with @GoogleAI to forecast earthquake aftershock locations with AI-assisted science → http…
25566                                                                                                    @jocser99 your Tweet was quoted in an article by @Yahoo  https://t.co/nBxftrJC3K
25567                                                                         RT @TheGamerDarius: Putting up listings on eBay to help pay for the move. https://t.co/L26kBGNdFy via @eBay
25568                                        @Nike No help from Nike India customer service on a genuine manufacturing defect in Nike shoes. Part of Sole came o… https://t.co/mI5fTEZIld
25569                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Deadpool 2 with Bob Ross Deadpool Pocket Pop! Keyc…
25570                                                       Check out Carnelian Earring 925 Silver Earring Cluster Earring Bridal Shower Earring Crazy  https://t.co/HbSeeC0j5j via @eBay
25571                                         @amazon Primes Man City documentary is pretty boring. Go get your cameras in at Newcastle or a club like that. See… https://t.co/iD07KrWM0i
25572                                                                                  Paid £9.95 for @ASOS next day delivery for a year and they couldn’t even do it on the first go xxx
25573                                        RT @slack2thefuture: There is no law prohibiting non-citizens from having bank accounts in the US. So why has @BankofAmerica appointed itse…
25574                                                          Check out 9' X 12' Antique 1920 Fine Hand Made Persian Sarouk Wool Rug Red Nice #Persian https://t.co/NMTDRkwCHY via @eBay
25575                                        @amazon @AmazonNews_IN @AmazonESP @MyAmazonUK @amzaon  worst service i have ever faced. Your seller is jot giving r… https://t.co/VwdeFnweX2
25576                                                                   Check out Knife Tajik Cord Master Hunting Stainless steel Butcher Camping Tool  https://t.co/GaydBszOgk via @eBay
25577                                        RT @LittleMissFlint: Who has a contact at @facebook that can get me access back to my account ASAP. Someone stole Mari's little sister's ph…
25578                                                       Check out Druzy Pendant 925 Silver Pendant Exclusive Pendant Elegant Pendant Marriage Gift  https://t.co/uMxFhUZiYR via @eBay
25579                                                             @michaelcee91 @netflix I can't believe I actually watched Season 2 of it the other night. It's sooooooo embarassing. 😂
25580                                        RT @AnabelleBryant: First official @Walmart sighting! I'm giddy to see LONDON'S WICKED AFFAIR on store shelves nationwide. This pic was sen…
25581                                                  Check out HELIOS 44-2 M42 58mm f/2.0 beautiful bokeh USSR Lens for Zenit Pentax #82270517 #Zenit https://t.co/ffa9mo5HPP via @eBay
25582                                                     RT @gr8prices1: Check out Sterling Silver Tiger's Eye Point Pendant Grounding Gemstone Meditation https://t.co/nAuuSRrfr7 @eBay
25583                                        RT @RBurlinson: Check out LARGE Punisher Skull Car Bonnet Car Vinyl Graphic Sticker Van Panel Decal 51 https://t.co/gHFHNt3LMC @eBay #gifts…
25584                                                        RT @elisiashoppe: Vintage #Walt Disney Productions #Goofy Red Wood Wooden #YoYo Toy        https://t.co/amVgnbNNwO via @eBay
25585                                        RT @DesignationSix: Bank of America @BankofAmerica  is freezing the accounts of anyone just suspected of not being a U.S. citizen. Not prov…
25586                                                                        RT @Reuters: The two injured in Amsterdam attack were U.S. citizens: U.S. ambassador https://t.co/XiXn4HIGUH
25587                                         RT @Reuters: Repurposing Rwanda: Myanmar military’s propaganda converted 1996 photo of Hutu refugees into black and white and pretended it…
25588                                                                                                             @CocaCola You should pay Les for this marketing https://t.co/JgDRv6d2A1
25589                                        RT @darrenrovell: FIRST LOOK: @Nike debuts outstanding ad using home video of nine-year-old @serenawilliams with father Richard from August…
25590                                                    RT @RichmanPoorman8: Check out Vintage Lovatt's Langley Ware Small Green Pitcher (Cat.#2T023)  https://t.co/zM7OxFoWNe via @eBay
25591                                               @Reuters @mfa_russia @realDonaldTrump ...but @NATO could always ramp it up to a full-on trade embargo if you don't learn your lesson.
25592                                                                                                        @thealcopaul @WhatTheFFacts @Walmart @realDonaldTrump is that your real name
25593                                                         Check out 2' X 3' Vintage Art Deco Nichols Hand Made Chinese Wool Rug  Flowers   #Chinese https://t.co/3aLyv6Inli via @eBay
25594                                                                                       @Reuters Amtrak in the USA has many delays because of substandard infrastructure maintenance.
25595                                                  Check out Garnet Classic Cuff Gemstone Bangle Bracelet   1.85 carats  8 inch  #Unbranded #Hinged https://t.co/jkH2D9UNYq via @eBay
25596                                        RT @ETF_Europe: More progress for unions at #Ryanair! Fórsa will now officially represent cabin crew based in Ireland. Now @Ryanair needs t…
25597                                        @buduchan @Bakkt @arrington @eBay https://t.co/eNg6M90oUh     https://t.co/1oSm3xfc24   here are two of the exchang… https://t.co/ldsDAllNPa
25598                                                       Check out Mens Genuine Leather Money Clip Front Pocket ID Card Mini Coin Purses Wallet NEW  https://t.co/T3A9bJW3fx via @eBay
25599                                        RT @shannoncoulter: I just added Bank of America to the #GrabYourWallet boycott list and every @BankofAmerica Twitter handle to the #BlockP…
25600                                         RT @rlstutz: .@destinationCRM names the winners of the 2018 CRM Market Awards and @salesforce is this year’s clear-cut winner in marketing…
25601                                                    @Bold_To_Pray @Albertans4U @AdrianaCohen16 @realDonaldTrump @Google @bostonherald @PJMedia_com @FoxNews… https://t.co/RXmOEbYdCV
25602                                         RT @Reuters: Repurposing Rwanda: Myanmar military’s propaganda converted 1996 photo of Hutu refugees into black and white and pretended it…
25603                                                RT @metalrulestv: vintage Plush Appeal brand plush white teddy bear Floral Pattern ears Unique old https://t.co/wjbYDBnrrS via @eBay
25604                                                                    vintage needlepoint patriotic star decoration Magnet 4th Fourth Of July Stars  https://t.co/Q8zvUtm1Rg via @eBay
25605                                                          Check out DALLAS COWBOYS FLORIDA 1997 ULTRA SPECIALISTS EMMITT SMITH NMMT #4S FREE SHIP  https://t.co/AmYScJPNns via @eBay
25606                                                               Check out WOMENS PLUS SUPERGIRL COSTUME 1X NEW SUPER WOMAN HALLOWEEN XL 16 14 CUTE DEAL https://t.co/E0LoxPcfAp @eBay
25607                                                                    Check out Silver Plate Chip &amp; Dip Vegetable Tray Swivel Design Pedal Rim   https://t.co/IbJ8OyeEx1 via @eBay
25608                                                                Why Can't I Get Better? Solving the Mystery of Lyme and Chronic Disease by Ri... https://t.co/7DW5DVKs26 via @amazon
25609                                                                                RT @D__CARTAGENA: Check out TOO FACED CHOCOLATE BAR EYE SHADOW PALETTE https://t.co/SUK25p3BpZ @eBay
25610                                                                                                                  Check out Nike Sweatshirt XL https://t.co/NtORjUL8n6 @eBay #adidas
25611                                                                                                                      Check out my listing @eBay - https://t.co/og3YjPABQA via @eBay
25612                                        @AppleSupport @Flipkart @UnicornAPR @Apple Is @flipkartsupport representative Mr Mohsin trying to twist d statement… https://t.co/OPrtjPkwyI
25613                                                 RT @Reuters: China Party journal warns of trade war's impact on financial stability https://t.co/I4RlN5uJJS https://t.co/PyQ048sVII
25614                                                      RT @sandysgingham: 2016 Hess Toy Truck and Dragster: Toys &amp; Games  https://t.co/1letq790jx @amazon https://t.co/9fniKUZKcq
25615                                                                 RT @Reuters: Indonesia to bid for 2032 Olympics after Asiad success https://t.co/G460CLAKRA https://t.co/KnbMD44r7K
25616                                                                                                      RT @iWatch2muchTele: @KassyWidman @Poshy2005 @CBS Eat shit @cbs @CBSBigBrother
25617                                        RT @rsprasad: I felt so pleased to see many Indian professionals working at the @Google campus in California including the CEO @sundarpicha…
25618                                                                                                                                 @Costco @Costco seriously? No reply to this at all?
25619                                                                                                              @Nike can i speak with someone about stupid things going on in turkey?
25620                                        #SaveShadowhunters #AvengeShadowhunters for these unacceptable stunts and all the ones not covered here. @Disney is… https://t.co/bGgiBVdT7J
25621                                                                                       @randykoto @eBay USB Aroma :) Click &amp; Buy https://t.co/P4pBvXcUM4 https://t.co/AOdKIZW55U
25622                                                                             RT @Reuters: Kremlin says too early to speak about Putin-Trump meeting in Paris https://t.co/NggAjhZkLd
25623                                                        Why you need a T20 smartwatch with blood pressure monitoring for hiking an camping @eBay - https://t.co/aFiUxdva53 via @eBay
25624                                             Check out 2 Pair 11 inch Muslim Arm sleeves Abaya White &amp; Lime Hijab Islamic Arm Cover #Unbranded https://t.co/V0h4qJoBxu via @eBay
25625                                                                Turkey calls for a new chapter in relations with Greece https://t.co/pMrl2PIxxT via @Reuters https://t.co/EvUtW52N1d
25626                                                           Check out Boba Fett vs The Predator Glossy Print 11 x 17 In Hard Plastic Sleeve #PopArt https://t.co/itYlfVMQJg via @eBay
25627                                                       Check out 10 PAN AM AIRLINES LOGO DINING DRINK COCKTAIL BAR STIR SWIZZLE STICK MIX LOT NEW  https://t.co/wZ5spS0vY2 via @eBay
25628                                                               RT @Reuters: Palestinian refugees angry and dismayed at U.S. for halting funds to U.N. agency https://t.co/DFC92YQb11
25629                                                               RT @Reuters: Palestinian refugees angry and dismayed at U.S. for halting funds to U.N. agency https://t.co/DFC92YQb11
25630                                                                             RT @Reuters: Kremlin says too early to speak about Putin-Trump meeting in Paris https://t.co/NggAjhZkLd
25631                                                                                          @MedievalDigigal @Ryanair @gilldoc78 Worst airline customer service on the planet @Ryanair
25632                                                 Check out Killer KG-Prime Original Natural Electric Guitar sound Excellent condition Used #Killer https://t.co/7Go9ia2v74 via @eBay
25633                                        RT @BunchuBets: Stupid @BankofAmerica blocking EVERY single cash app and coinbase transaction is getting really really frustrating. https:/…
25634                                                                                                     Lubbock's Naughtiest Women by Mark Lockwood https://t.co/sBOXvaotDN via @amazon
25635                                                                     Check out Monaco #709 (A192) VF MNH - 1968 60c WHO Emblem / 20th Anniversary  https://t.co/j5zZDKmwXK via @eBay
25636                                                 RT @elisiashoppe: Doing the Folk Dance #45 EP Record by #MichaelHerman 4137 #Rare #FOLKDANCE      https://t.co/AQhl9Ezoyw via @eBay
25637                                                              Check out CHAIKA 2 Russian Half Frame camera USSR w/ lens M39 Industar 69 LOMO #LOMO https://t.co/btnDrzJcmg via @eBay
25638                                                 Check out  **** Handmade #Wooden #Wallet #Cardholder -Special Offer #Freeshippnig  **** #Handmade https://t.co/ftRYPgIg8t via @eBay
25639                                                                                                                                        @Reuters @ReutersTV So middle class it hurts
25640                                                                       Check out FRED PERRY GIRLS BELLA FREUD RINGER TEE Small new without tags  https://t.co/zRyIx7OHeJ przez @eBay
25641                                               Check out American Girl #Doll #Shoes Roller Blades Boots Snow Riding Hiking 5 Pairs   #AmericanGirl https://t.co/nAJlI9RHdc via @eBay
25642                                         RT @RonNDee7: Check out LUCKY ME CHARM BRACELET  #Avon #Bangle https://t.co/f2aX1HV99H via @eBay #goodluck #goodluckbangle #goodluckcharms…
25643                                                   Check out Van Cleef &amp; Arpels VCA 950 Platinum Wedding Band Ring 10.2g Orig Box Size 8.5 58  https://t.co/RSeMdhbj7j via @eBay
25644                                                                           Check out IRestore HAIR GROWTH SHAMPOO 1-Month Supply  https://t.co/NIi5T0lTSD via @eBay #Bowierocks #ttb
25645                                                                   @Nike hey nike I had these for about a month and a half... anything you can do about it ? https://t.co/F9SWsTz6bx
25646                                                        Womens Nike Court  Dry Tennis Trousers size Small 831205-010 #nike #tennis #Nike #Trousers https://t.co/smrpQ1Tsdo via @eBay
25647                                                               Check out  Jeepers Brown Jester Bear Plush Hat A Royal Winterfest Joker Mini  #Russ https://t.co/d0ftsLkpWL via @eBay
25648                                                    These Are The Most #dangerous #Travel #Sites In The #World https://t.co/Y4NWTr9uCl @TripAdvisor @united… https://t.co/q8rfada49Y
25649                                                                                                                 @schick0513 @Gimmie1Dollar @McDonalds Hahaha... he got a McSandwich
25650                                                                                    RT @Reuters: McCain motorcade departs U.S. Capitol en route to cathedral https://t.co/6O6m26Q5up
25651                                                 RT @Reuters: Coca-Cola to buy the Costa coffee chain from Whitbread. https://t.co/vZMbXPBieu Via @ReutersTV https://t.co/l6Gfg89nRm
25652                                                                    The Very Best of Bare Back Magazine #EroticStories #EroticPoetry #Magazine @ https://t.co/qVAXoDHyXS via @amazon
25653                                                          RT @eBayVick441: #Lenox #IrisOnGrey #DinnerPlates Chinastone Nice Condition Set of 4     https://t.co/6NywKdRlVj via @eBay
25654                                                                                                                           #TheAfterParty on @netflix was hella funny great movie fr
25655                                                RT @jazzyjunker54: Check out American Red Cross 1945 Revised Edition First Aid Textbook Softcover  https://t.co/75kjYFkB4X via @eBay
25656                                        RT @Bhanu836836: @YssMumbaiThane @aajtak @HJSHindi @sanatanprabhat @BBCHindi @Reuters @CNNnews18 @NavbharatTimes @newsnews_club @airnewsale…
25657                                                                       Check out Vintage set of 6 large 20cm to 25cm Tall Jazz Band  Music Figure  https://t.co/KTkVohuPxt via @eBay
25658                                                                        @reeses @amazon Can't wait to have my REESE'S King Size Peanut Butter Cups for lunch! #NotSorry #Sweepstakes
25659                                                                                                                    @Socal_crypto @netflix I was so triggered watching that shit lol
25660                                        @thehangrywoman @venmo @Starbucks LOL @ the burgers bc that’s nothing in comparison to how many times you’ve treate… https://t.co/tzomb1Ccnf
25661                                                                Check out Chance Sisco baseball card Score Panini Chronicle 2018 #BaltimoreOrioles https://t.co/V5BvUm8Kew via @eBay
25662                                                                                                     @reeses @amazon The original @reeses peanut butter cups. #NotSorry #Sweepstakes
25663                                                   Check out Freddie Freeman Atlanta Braves Chronicle Winning ways a big hit baseball card #Braves https://t.co/M13woh7bED via @eBay
25664                                        RT @ashishdpatil83: @YssMumbaiThane @aajtak @HJSHindi @sanatanprabhat @BBCHindi @Reuters @CNNnews18 @NavbharatTimes @newsnews_club @airnews…
25665                                                                                      Need a good one to even out this screen!😁 @nikestore @Nike @SOLELINKS https://t.co/jv7qOZebi9
25666                                                                                                                @AmericanExpress Using cuck boy and Predator in your ad. Classic  🙄
25667                                                                                                                     Photo for @Samsung from @NGManipulation https://t.co/oUC1oQPV7n
25668                                              Process Industry Companies can meet essential market and Customer Requirements. @Siemens @Siemens_Austria via… https://t.co/W5RLsgBDY3
25669                                        Catch Drew Steckenrider from the Marlins and @therealdjlaz spinning at the @TMobile located on 738 Lincoln Rd Miami… https://t.co/INVvV5bzo0
25670                                                       @reeses @amazon A couple of Reese's Big Cups &amp; possibly some Reese's Pieces to celebrate Labor Day #NotSorry #Sweepstakes
25671                                                                                                        RT @justinbieber: #stadiummerch at @hm september 7th https://t.co/Mnib8sEp7O
25672                                        @AndrewCalebCol2 @CJBogner @ItsJaynox @layahime @WCGamingTweets @PlayStation @Sony @Microsoft @Xbox what came first tomb raider or uncharted
25673                                                                                     RT @Reuters: Where news starts. Download the Reuters News app today.    https://t.co/wMAt682y36
25674                                       @CJBogner @ItsJaynox @layahime @nightmaredonut1 @WCGamingTweets @PlayStation @Sony @Microsoft Do you have ANY proof to back up your claim? 🤔
25675                                                             RT @LornajaneCosign: Nike 872014-010 Men's Black Miller Running Tank Top Size Large   https://t.co/3dgNN9qYHy via @eBay
25676                                                                                                                                               RT @Ford: @ijustine Sending you a DM!
25677                                                                                              @sergio95p @Nike @nikestore @Jumpman23 Quick question? How long u been rock wit nigel?
25678                                                                 My first book purchased in @amazon will be delivered in three days. Not found in my regular bookstores of Barcelona
25679                                                              Check out Lot 7 THE BIG WAVE Guided Reading Teacher Classroom Set by Pearl S. Buck   https://t.co/4jbZLU1mD1 via @eBay
25680                                                                                                                  @COLDGAMEKELV @netflix let’s give him and @Therealtarxann a show !
25681                                                                          RT @Reuters: Meghan McCain pays tribute to her father with broadside against Trump https://t.co/BJo1JE5rJr
25682                                                                 @joefooty @realmadrid @CDLeganes_en @facebook Looking forward to it Joe. There should be plenty of goals ⚽️⚽️⚽️👍🏿
25683                                        RT @eBayROCteam: Marconi Men's 100% Cashmere Sweater Size Large #Marconi #VNeck https://t.co/aDIOS4w4su via @eBay @UniekeUS #ebayrocteam #s…
25684                                                                                      Starting off September right with an @Starbucks #PSL and some football picks 🙏🏻 #gorybetogod
25685                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/Bqqd9HDF14
25686                                    Very displeased with the service my family has recieved from @ATT. Our local at&amp;t store sold my father a stolen pho… https://t.co/5CPRVxulPF
25687                                                       Check out Freewaters Canvas  Deck Shoes Men's size 12 Casual Boat Shoes NEW NEW NEW #Canvas https://t.co/76hcUfJs4u via @eBay
25688                                                                   Check out Obituary - RUSSELL JOHNSON  - 1/17/14  -  NEWSDAY Newspaper Clipping  https://t.co/jpwrxq3HoG via @eBay
25689                                                                                      @renniksn @salesforce @Pardot Have them watch your six and grab a sharpie 😉 #tripledogdareyou
25690                                                                 Check out NEW Nike Zoom Pegasus 34 Big Kids 4Y Blue Running Shoes #Nike #Athletic https://t.co/cdhkWej9xH via @eBay
25691                                                        Check out USSR Olympic games Moscow-80. Olympic facility. 6 postcards with original stamp  https://t.co/DKgMw4S25g via @eBay
25692                                                                                            @TMobile I’ve been on hold for an hour and 30 😐😐😐😐 Can I get a representative please
25693                                                                                                           @Reuters Looking for Web Developer? Contact me or https://t.co/d81VwyruY6
25694                                                    Check out FRAMED &amp; MATTED PRINT - PHOTOGRAPH of TULIPS - Signed/Dated by Artist - 189/250  https://t.co/woYW6SMT2z via @eBay
25695                                                Check out ED Ellen Degeneres Tillie Applique Outdoor Slippers Shoes Mules Womens Size 6 M  #Casual https://t.co/edGzgeXfIN via @eBay
25696                                                  RT @Ford: Join us in celebrating #LaborDay by retweeting and thanking the #HardestWorking person you know. https://t.co/mbddrOIhSf
25697                                                                @Reuters Trump governing with threats. Time to impeach that inexperience delusional narcissist rascist bigot asshole
25698                                                    RT @RichmanPoorman8: Check out Vintage Lovatt's Langley Ware Small Green Pitcher (Cat.#2T023)  https://t.co/zM7OxFoWNe via @eBay
25699                                                            Check out Pack of 200 Indian Fighter Handmade Kites Best Quality From India #Unbranded https://t.co/XVt2n8aziu via @eBay
25700                                                                                                                      @Reuters But Stays Silent About Sexual Abuse in His Churches..
25701                                        RT @menscave7: Check out Under Armour Original BoxerJock Sale Follow Seller https://t.co/xqpdgHr5DD via @eBay #soccer #tennis #baseball #ba…
25702                                                                                         RT @Reuters: Blast strikes north Syria town https://t.co/PIkei6pJJp https://t.co/CsPuUG2i13
25703                                        RT @DanielLMcAdams: Here's why 90 percent of the people who have subscribed/liked the @RonPaulInstitut's @facebook page are not being shown…
25704                                                                                @JDonati_TCU @TCUFootball @pepsi No strings attached soda?!?! You guys have really out done yourself
25705                                        RT @TMobileTruckPHL: Make your way over to @AtownFair for some fun!!! Today it’s raining tablets at the @TMobile table! Come party with mos…
25706                                                                                                                  @reeses @amazon Im having Reese’s peanut butter cup dark chocolate
25707                                                                                                                   @reeses @amazon Reese’s peanut butter cups #notsorry #sweepstakes
25708                                                                                         Check out Gortex Altama Military Bboots spm1c1-12-d-1053  https://t.co/kZTeCgILAb via @eBay
25709                                                      Check out 1964 1965 1966 64 65 66 Ford Thunderbird Mustang Window Crank Handle - #ScottDrake https://t.co/bla6ecbPUs via @eBay
25710                                        @Microsoft your customer support system is sooooo great with all these new security updates you have going on. My (… https://t.co/OvJhAtybrZ
25711                                        @cbsallaccess @CBS @WestVirginiaU @UTKnoxville The 12 noon game was suppose to start 20 minutes ago. If I wanted to… https://t.co/KfKmckPLJS
25712                                                            Check out Vintage Ceramic Parrot Cockatoo TV Lamp Orange Yellow Numbered Rare Working  https://t.co/845Odj5U7b via @eBay
25713                                                     Shame on the libtards at @netflix @NetflixUK for categorising a film about Trump under a Hitler search. https://t.co/Kjfxuz59LS
25714                                         waiting for my partner at La Rochelle on the last flight from Bristol this season @easyJet the season gets shorter… https://t.co/5UqaLkQFGZ
25715                                                                                                          @johniadarola Closing my account with @BankofAmerica this is outrageous!!!
25716                                        @Ryanair help! I need to book a flight but it won't accept my payment! I was able to buy another flight just 10 min… https://t.co/8tki1g4Iys
25717                                                 We must find the guy from the @CocaCola commercial who says “hummus” during the tailgating food montage. That man must be ratio’ed.
25718                                                   Check out Cable &amp; Gauge Women's 3/4 Sleeve Knit Sweater Cardigan Top Size Large #CableGauge https://t.co/yG5im1D1WR via @eBay
25719                                                                           @killianschool @Starbucks @krispykreme @rowlandcouncil @kateberly @RowlandSchools Yeah Killian Parents!!!
25720                                         @Ryanair it's impossible to speak with your assistant in chat. I've been waiting since 3 pm (for 120 min line) and… https://t.co/zyIP7wPP6K
25721                                                                             RT @Reuters: Iran rejects Reuters report that Tehran has moved missiles to Iraq https://t.co/kLACIFiPUn
25722                                                                                                                                     @Jondomiphone @ASOS Hahahah you know hun 💅💅💅
25723                                                  Check out Stylish Royal Silver and Gold Plated Two in One Ring For Women Girls Party Wear  #Band https://t.co/3bSNVwcdYF via @eBay
25724                                                        Check out Photo Cabochon Glass Charm Necklace Indian Wolf Round Necklace #Unbranded #Charm https://t.co/77wNtQkri7 via @eBay
25725                                                                                                                      Check out my listing @eBay - https://t.co/5afimweH6N via @eBay
25726                                                         Check out Vintage Handmade Wooden Woven Rush Seat Doll Sized Bench Or Loveseat #Unbranded https://t.co/9c7loK6nlz via @eBay
25727                                                       RT @BMW: The future of urban driving is just around the corner. The #BMW #i3. https://t.co/pzVeLKv9Bs https://t.co/mHukIHKLHW
25728                                        @netflix #Ozark is an extraordinarily good show. Brilliant. Hovering around at The Sopranos and Breaking Bad levels… https://t.co/JBAyp5Kwe7
25729                                                                   Robert Graham Royal Floral Patterned Blue Long-Sleeve Shirts $198 #RobertGraham https://t.co/rtRVxExVaH via @eBay
25730                                                     Check out 15x Genuine #Leather flip #case compatible with #Iphone 5/5s (Royal Navy Licensed)  https://t.co/siQ5U9migX via @eBay
25731                                                     #ebay STAR WARS Bristle Print LOGO Shirt Adult Size XL Turquoise Short Sleeve RAGLAN! #Raglan https://t.co/LQMJWiVYpE via @eBay
25732                                                           Check out Donkey Kong Country 3 SNES Super Nintendo Video Game USA NTSC Version - Save  https://t.co/nb2pUGcT7k via @eBay
25733                                                                                                                            Remember Last Summer https://t.co/hmAbFhwBup via @amazon
25734                                                         Check out Federal Glass Berry Bowls Windsor Buttons and Cane Clear #Vintage #FederalGlass https://t.co/k5tU6xdDtp via @eBay
25735                                        RT @TarynTeutsch: Are you listening @Disney? @AETV? There is no excuse for domestic violence #FireMikeRinder #Justice4Mom https://t.co/WjxB…
25736                                                                                                                           @reeses @amazon Reese's Pieces! 😍 #NotSorry #Sweepstakes
25737                                                       Check out Radio Flyer Retro Rocket Ride-On with Lights and Sounds kids toys new #RadioFlyer https://t.co/vkv2ISIHw8 via @eBay
25738                                                           Check out New in box Adidas CF Refresh Mid men sneakers size 8 #adidas #BasketballShoes https://t.co/Ms2fLK7ZgP via @eBay
25739                                                         Check out FOREVER 21 Women's Dress Belted Knee Length Peasant Sleeves Career Black Large  https://t.co/0PrdIQF6c9 via @eBay
25740                                        @easyJet see what I mean. Go to check In wait in line for 45 mind and get told to come back in an hour and customer… https://t.co/oBLuOiqx4b
25741                                                                                                     @MsBelladonna925 @benjancewicz @Nestle Good that i’m already boycotting Nestlé.
25742                                                                               @Tesco are celebrating #backtohogwarts with a new Platform 9 3/4 bag for life! Go and grab yours now!
25743                                                           Check out Halloween Cookie Cutters Vintage Ensar Corporation #891 NEW Plastic Set of 5  https://t.co/lZCiQOfV17 via @eBay
25744                                                                                             Check out Aqualung fins women boots size 40 with slippers https://t.co/TrM5038Trx @eBay
25745                                                  RT @Reuters: Saudi-led coalition admits deadly Yemen strike on bus was unjustified https://t.co/SQSj6nF9j7 https://t.co/mT5nAXgls7
25746                                                                                   RT @Reuters: Demonstrators call on Myanmar to release Reuters journalists https://t.co/dhPivXBaJe
25747                                        RT @Reuters: WATCH: The number of active gold options recently surged to two-year highs. @RenitaDYoung breaks it down in the latest #GoldWa…
25748                                                         Check out Girls Clothing Lot - Children's Place/Cat &amp; Jack Size 7-8  Back To School!  https://t.co/3Gww9d1gEp via @eBay
25749                                       RT @WNBA: Block Of The Night: @brittneygriner 💪 Griner protects the paint as @PhoenixMercury force Game 4. @exxonmobil https://t.co/cJ9EpaK…
25750                                                                                                               @Nike didn’t like me this week! It’s cool I’ll own your company 1 day
25751                                                                    Myrall (Actil for Myer) White NOS Vintage Cotton Pillow Slip Pillowcase 1950s  https://t.co/HyVtSE6GVW via @eBay
25752                                                                                RT @Justin_Willman: What superpower would YOU want? #MagucForHumans @netflix https://t.co/EuYyML1ylX
25753                                                       @juanrga @CDemerjian @IgnacioTechie @intelnews @ericsson @intel Customer is lord and his needs are our commandments - Lisa ;)
25754                                                                                                                             @Reuters @ReutersTV @Colombo__JC  we should go there to
25755                                                            RT @jillrate: Check out Men's Dockers proStyle Brown Dark Leather Oxfords Shoes Size 7.5 M https://t.co/E9t3vomx1X @eBay
25756                                                   Check out Lithonia Lighting 2BLT2 40L ADP EZ1 PWS1836 LP835 ED Recessed Troffer #AccessLighting https://t.co/xzz63lIYDL via @eBay
25757                                                                                                                      Check out my listing @eBay - https://t.co/uMLKEKPmRf via @eBay
25758                                                                                                                      Check out my listing @eBay - https://t.co/kc6GXesVd2 via @eBay
25759                                                                                                                                 @Google My only dream is to work as H.R in googleHR
25760                                                                                                  @Reuters Government spokespersons in Singapore and Papua-New Guinea express relief
25761                                                                                                                   @JoeGibbsRacing @dennyhamlin @TooToughToTame @FedEx Woohoo!! 👏🏼
25762                                             RT @SupplyDm: Check out 2oz 60mL Black Matte Coated Glass UV Resistant Eye Dropper Bottles (12 pack)  https://t.co/GSsXNJ6RS3 via @eBay
25763                                                     RT @SupplyDm: Check out Amber Prefer Pharmacy Vials w/ Child Resistant Caps 11 Dram 400 case  https://t.co/1KGo09zxDT via @eBay
25764                                        RT @crl_resist: @MrsDanaD @DebAdadj71 @OverTheGOP4evr @realDonaldTrump @CNN @MSNBC @nbc @CBS That is exactly what happens. Would not accept…
25765                                                         Check out Women's Camo Pajama Set - Pink Camo Size LARGE #GuideGear #PajamaSets #Everyday https://t.co/zNZt3KU8ht via @eBay
25766                                         RT @SupplyDm: Check out Amber Graduated Oval Liquid/Medicine Bottles Plastic w/Screw Cap 4oz 200 bottles  https://t.co/Zzn9lYhBbN via @eBay
25767                                                                    RT @SupplyDm: Check out 2oz Amber Glass Bottles With Glass Pipette Pack of 12  https://t.co/CzWpbvEuD0 via @eBay
25768                                                                                                                    stainless steel tongue scraper https://t.co/BJpXzSYv8q via @eBay
25769                                        RT @darrenrovell: FIRST LOOK: @Nike debuts outstanding ad using home video of nine-year-old @serenawilliams with father Richard from August…
25770                                                     Check out HOT 2018*PAGANI DESIGN*Men's Watch Skeleton Dial Japanese Quartz Waterproof  #Sport https://t.co/0SMo8rqHm3 via @eBay
25771                                                        Check out Lot 6 Pc 4 BJ ERNST 2 ROOSTER True Vintage 4 Square End Striped PLAID Neckties   https://t.co/Ok5IKsi7Nq via @eBay
25772                                        RT @whatot4wear: 01.09.18 || in the first episode of @TheXFactor auditions @Louis_Tomlinson wore a @Burberry checked cotton-poplin shirt £2…
25773                                                                                                      Check out The Runt 20 million volt Stun Gun  https://t.co/52tXe5n2Rj via @eBay
25774                                                                                                                      Check out my listing @eBay - https://t.co/ea2UoxJFoP via @eBay
25775                                                                                                                                    @reeses @amazon Reese’s Cups stuffed with Pieces
25776                                         RT @honor_carol: Check out Handcrafted cement black/gray/pink half moon wall sculpture patio/wall/garden  https://t.co/MDp1Eiww8y via @eBay
25777                                                    Check out Indian Balle gold flower button front blouse top med Agree new casual career  #Agree https://t.co/noFaXKOzpA via @eBay
25778                                        RT @Reuters: Coca-Cola buys the world's second-largest coffee chain for $5.1 billion. https://t.co/vZMbXPBieu Via @ReutersTV https://t.co/u…
25779                                                           Check out Men’s YSL Yves Saint Laurent Short Sleeved Blue &amp; White Checked Shirt Size L. https://t.co/Xxzhbi4qzb @eBay
25780                                        @JohnLegere the one year free Plus subscription from @pandoramusic give through #TmobileTuesday to @TMobile consume… https://t.co/x4UInMInSy
25781                                                                                                                      Check out my listing @eBay - https://t.co/qqshSimX7m via @eBay
25782                                                                           RT @Reuters: Exclusive: Pentagon cancels aid to Pakistan over record on militants https://t.co/24tQfiAU1Q
25783                                                                                                                                   @cactuscounty @Reuters And no good golf courses??
25784                                                                                             My Dad and the Foul Beast Within di Cassandra Smith https://t.co/tc1HoijGUD via @amazon
25785                                                 Check out NEW Bella Designs Red Coral or Stone Bead Earrings with 925 Silver French Hooks #Beaded https://t.co/gAorbBjeHg via @eBay
25786                                        RT @constellationr: How @Oracle Graal Supercharged @Twitter’s Microservices Platform https://t.co/LRFbI3bsIe by @holgermu @constellationr #…
25787                                                               FAST N FREE SHIPPING... FROM MY HOUSE TO YOUR DOOR!... Check out my listing @eBay - https://t.co/KiLqvLDuez via @eBay
25788                                        @PayPal @AskPayPal fucking useless. I’m not even asking for anything besides you to cancel a transaction that you L… https://t.co/p4bdkPPL5W
25789                                        RT @Glitter_Bug: @Duncan27500388 @hulu @netflix #SaveDirkGently because it’s so refreshing that none of these characters is defined by thei…
25790                                                             Check out CARSON WENTZ NELSON AGHOLOR 2017 National Treasures NFL GEAR COMBO Material /99 https://t.co/vUK0texaC2 @eBay
25791                                                                         I just screamed...I still want can’t buy me love and cluesless back though @netflix https://t.co/3Vhk1Yk9tQ
25792                                             Is anyone else having issues with @ASOS and UK mail today? My parcel hasn’t arrived and their CS team isn’t responding to me 🤦🏻‍♀️🙋🏻‍♀️
25793                                                                                                                                       @ASOS when do you restock “asos” brand items?
25794                                                                                       Check out The Maine Pioneer White Vinyl https://t.co/SOiMZayarm @eBay #vinyl #music #themaine
25795                                                                                                                                                  @cocksailor @TMobile @Pepto pay me
25796                                                                                                                                  Frozen yogurt at  @Costco! https://t.co/jGeDu4wtZW
25797                                                                 I have no computer to look for jobs because your update broke my computer @Microsoft @windowsdev @Windows    @Ofcom
25798                                                                              RT @jseldin: NEW: US cuts off $300 million in funds for #Pakistan per @Reuters https://t.co/L6YRWbsv2w
25799                                        RT @MamaBearCoach68: @HoosierTire @adidas GIVEAWAY WEDNESDAY (5/9/18): FOLLOW and RT to be entered to win a #HoosierTire @adidas quarter zi…
25800                                                                                                  @DaveBautista when he starts talking shit to @Disney again https://t.co/JBb4DoUSSq
25801                                        RT @Equinor: We look forward to flying with two Sikorsky S-92 helicopters with Bristow in Hammerfest! From Saturday Equinor and @ENI will u…
25802                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/D74tmBiqWl
25803                                                                                      The Fool: Book #1 Egyptian Tarot Trilogy by Michelle Moore https://t.co/zvk2poYaLz via @amazon
25804                                                Check out SALE! YOU BETTER WATCH OUT COUNTED CROSS STITCH PATTERN #SL84 THE SILVER LINING #Sampler https://t.co/1F39PCeO7T via @eBay
25805                                                                                        @Reuters But it would mean being out in public and I don't see much of that in his future 😑
25806                                                                                                           @netflix I haven’t started #Ozark because I’m tripping off of #ParadisePD
25807                                                                                                                    @dougalpollux @Reuters Trump will be in prison longer than that.
25808                                                                                                                                            Just do it @Nike https://t.co/Dd4pc7kBiY
25809                                        RT @Reuters: Japan trials 'robot taxi' in hopes of easing stress on the cab industry ahead of the 2020 Olympics https://t.co/D0KovfvMBg via…
25810                                                                                                                           RT @vadpradub: @Baby___Del @netflix Black Panther gesture
25811                                                                                                                                             @puppy550 @Reuters Please let it be so!
25812                                                                  @JustinRose99 @Hublot @MorganStanley @Mastercard @TaylorMadeGolf @LamkinGrips @adidasGolf @ZurichNAnews Great work
25813                                        @reeses @amazon Always Reese’s Peanut Butter Cups and making cookies for my grand baby using Reese’s Pieces. Im hop… https://t.co/omeYRY3036
25814                                              RT @kris_degioia: @netflix I would like the time I spent out of my life watching the worse show in the world @blackmirror #timeismoney
25815                                        RT @McDonalds: UNLIMITED. FREE. DELIVERY from McDonald’s (9.24 – 9.30). The deets? Order #McDelivery using promo code McDeliveryPassSept on…
25816                                        Thank you @UPS for saying you delivered my package that I paid extra to have shipped overnight when it’s clearly no… https://t.co/rBBe9jPycE
25817                                                                      LOOK 2011 International Durastar 24 Reefer Refrigerated Box Truck LOW MILE   https://t.co/NslMLPgNcm via @eBay
25818                                        @kelly2277 @soychicka @ItIsIMack @IdeaGov @Colleen_JackMB @facebook @Twitter I’m convinced that Fox News uses brain… https://t.co/xWYIQ57kG6
25819                                                                                                                                       @JohnLegere @PlanetFitness @ATT Just an hour?
25820                                                                                             @McDonalds Not true!!!! ...the app has sandwiches for $2 and not $1 in the NY area.....
25821                                                  Check out UNDER ARMOUR Loose Heat Gear Golf Polo Shirt Mens XL White Gray COLDBLACK #UnderArmour https://t.co/YGbJl5dP6S via @eBay
25822                                                                                                                       @punchesbears @Google Sounds like a job for @slpng_giants ...
25823                                                Check out Teen Bedding Comforter Boys Reversible Marvel Deadpool Soft Comforter Full Queen #Marvel https://t.co/HauTzu7kE9 via @eBay
25824                                                                                                                              @Starbucks thank you for making the #PSL #vegan!!!!!!!
25825                                                                           Check out WOMENS PLUS TOP 1X NEW TUNIC 14 16 XL NWT CUTE BOHO BTS FALL DEAL https://t.co/fMrZh22RqQ @eBay
25826                                                                             @KEEMSTAR @GetSpectrum @Ask_Spectrum Customer service might suck but at least @comcast gives good speed
25827                                                                                                                                 @AtlanteanPete @lady_radiation @Ryanair Fair point.
25828                                                                                                                            @Reuters You know any clown can orchestrate these calls?
25829                                        RT @MillieCordelia: @warnerbrostv @TheDCUniverse @netflix @hulu @TheCW @AmazonStudios @WarnerBrosEnt  There are so many possibilities for a…
25830                                        RT @MillieCordelia: @warnerbrostv @TheDCUniverse @netflix @hulu @TheCW @AmazonStudios @WarnerBrosEnt  There are so many possibilities for a…
25831                                        RT @Reuters: Endorsed for espionage? China’s spy agencies are mining LinkedIn to recruit Americans with valuable information https://t.co/f…
25832                                                                                                                  @Marmalord @shereenotsherry @Tesco What a mistake a to makea!!  🍝
25833                                                                                                 @facebook y’all need to gtfo the Bay does not want you here https://t.co/W3xSH1vIWH
25834                                        RT @ksenijapavlovic: .@IngrahamAngle suggests a government oversight of private companies like @facebook so it can “uncensor conservative v…
25835                                                                                  Check out NINE WEST rainbow sequined zip close wallet  #NineWest https://t.co/eIX1aCbUPT via @eBay
25836                                                                                                                              @gerardlee10 @Ryanair I just did. It worked! I’m here!
25837                                        RT @menscave7: Check out NWT O'Neill Mens Long Sleeve Thermal Shirt XL Green $26 #ONeill #GraphicTee https://t.co/wOL8nAwuqO via @eBay #bac…
25838                                        RT @Reuters: These robots may look happy - but they face dim prospects as the China-U.S. trade war escalates https://t.co/D0KovfvMBg via @R…
25839                                                                                          RT @gunstoppable: Freaking yes I Love my Xbox one @Xbox @Microsoft https://t.co/ACJ8OTihb8
25840                                                             RT @Reuters: North Korea preparing toned-down military parade: analysts https://t.co/KObrmTRQVf https://t.co/j9TwF2YYuU
25841                                             We don't want your blood money @Shell. Spend it on #renewableenergy and retraining your staff or research into… https://t.co/bXkA7DoKEG
25842                                                                                                RT @TripAdvisor: Who's ready for a trip to Lantau Island? ✋ https://t.co/UPoLdFbMlO
25843                                                                                             RT @melissamariaxo: @EmilyOsment @FreeformTV @sadowski23 Omg can @netflix get on this??
25844                                                                   Check out BEBE Women's Solid Kona Coffee Boat Neck Button Cuffed Sleeve Top Size XS https://t.co/EnGvEl8oVt @eBay
25845                                                       RT @BMW: Emotional design meets fascinating sportiness. The all-new #BMW #Z4. https://t.co/SfrlTy8kzL https://t.co/t4V9yDdsrO
25846                                                  @AppleTV please add continuous play on TV episodes like @netflix has done with their app. Stop/ask still watching for TV episodes.
25847                                                        @Tesco It is a shame the member of staff in store was not aware and wasn’t able to inform me when asked what happened to it.
25848                                                                                     Check out The Lovin Spoonful everything playing vinyl record  https://t.co/bzrTNYtobJ via @eBay
25849                                                                                   Check out WoW 324g amazing Sodalite specimen from Afghanistan   https://t.co/OB6Xcp8tNw via @eBay
25850                                           RT @McDonalds: Colder than cold brew — it’s the new McCafé Frozen Cold Brew Frappe. Now for just $.01 with a purchase of a M or L McCafé.
25851                                                                                                           RT @ArturJerzy: @Reuters War woman versus woman ? https://t.co/tKxMPS3L4A
25852                                                  Check out BeddingOutlet Sugar Skull Round Beach Towel Floral Tassel Tapestry Pink and #Unbranded https://t.co/pDRHqLOwLY via @eBay
25853                                      RT @rachelka33: Clap your hands if you want @netflix to #SaveGotham! 👏👏👏👏👏👏👏👏👏👏👏👏#gothamislife @warnerbrostv @TheCW @TheDCUniverse
25854                                        @Sheilanmm Yes we need to #SaveDallas @TheCW @CBS @tntdrama @ABCNetwork @netflix @warnerbrostv so please help the f… https://t.co/91Yo7jpP6D
25855                                                                            @La_frenchyy @BankofAmerica Lol that’s why I looked it up instead they be twisting shit up sometimes lol
25856                                           RT @JerseyBabes: Check out Harlequin Enterprises Canada Still Life 1999 Postcard Unposted  https://t.co/4suSmsSqZn via @eBay #ebayROCteam
25857                                                                                                                      Check out my listing @eBay - https://t.co/1ZpKBsE51r via @eBay
25858                                             RT @maryARussell3: Secret Keepers and Skinny Shadows: Large Print Edition- Lee and Miranda (Volu... https://t.co/nyazsDkVOQ via @amazon
25859                                        RT @drsistrunk: @GOP @nytimes @CNN @AP @FT @business @ABC @HouseGOP @ADL_National @Reuters ...resistance is not against the will of the peo…
25860                                        @PayPal What's the point of using your service if you prove to be unreliable? Sent $ to someone on Wednesday and th… https://t.co/tjuscyU6iJ
25861                                                                                            @Allianz don’t purchase insurance from this company!!! For any event! It’s not worth it.
25862                                                                         Check out Neil Diamond gold recorded live at the Troubadour vinyl record  https://t.co/zGfoagO2W6 via @eBay
25863                                                                Why I Abandoned the Hebrew Israelite Religion: A Memoir/Self-Help Guide by Ha... https://t.co/3Y5aVaUWtI via @amazon
25864                                                Check out Perseption Concept Top S Purple Stretch Knit Sleeveless Tank Shirt Women's Small #Casual https://t.co/zlSGPaCW6Y via @eBay
25865                                                                                         https://t.co/IsS8FFWJz9: New Releases - Office Products https://t.co/TnVmd7IhTf via @amazon
25866                                       RT @ericksworldtour: I fuck with this guy last night that just got off work and went straight to the show 🤙🏼 @FedEx https://t.co/KJPDgJ7UbO
25867                                                 Check out Mandalay Lever &amp; Rosette FPL Door Knob Classic Collection Hardware Italy  #Mandalay https://t.co/M123LV03Zb via @eBay
25868                                                                                                            @CAFoundation @Nike They are awesome! Love mine! https://t.co/PkyXK4pPUZ
25869                                        @BankofAmerica Sounds like this bank is following footsteps of what German banks did during Nazi times......Freezin… https://t.co/aAMcn2aj0u
25870                                    RT @OriginalFunko: RT &amp; follow @OriginalFunko for the chance to win a @Walmart exclusive Deadpool 2 with Bob Ross Deadpool Pocket Pop! Keyc…
25871                                                                        Check out VeggieTales Cassette Tapes Lot of 3  https://t.co/sJDQV2FyNy via @eBay Excellent Condition! $16.99
25872                                        RT @ExposeMediaBias: @charliekirk11 @Google @YouTube @prageru @realDonaldTrump Check out the #TuamBabiesMediaHoax in Ireland https://t.co/b…
25873                                                                                                       @IC_ActivityLog @Walmart I hate Iowa party bus people https://t.co/XnDmBRTB16
25874                                                                  RT @Reuters: ICYMI: Jerusalem empties 'God's inbox' https://t.co/ZHP9IMKWNc via @ReutersTV https://t.co/YySlCVIajk
25875                                        @Reuters 𝐑𝐞𝐦𝐞𝐦𝐛𝐫𝐚𝐧𝐜𝐞: Arizona's adopted son John McCain. Annapolis graduate who served our nation with honorable di… https://t.co/U5MybMHFS9
25876                                                                I ordered coffee with cream. But I got cream with a splash of coffee. @Starbucks wyd? 🙄🙄🙄 https://t.co/sDGZUca8zv
25877                                        RT @darrenrovell: FIRST LOOK: @Nike debuts outstanding ad using home video of nine-year-old @serenawilliams with father Richard from August…
25878                                        RT @melissa43020358: HIROKUN HOUSE ORDINARY BEAR Brown Stuffed Animal Plush 15” Curly Fur Collectible https://t.co/9PX3MmwO19 @eBay https:/…
25879                                                                             Check out Sterling Silver Spider Charm - Halloween Charm - Realistic  https://t.co/cVMBZjsYYh via @eBay
25880                                        RT @ksenijapavlovic: .@IngrahamAngle suggests a government oversight of private companies like @facebook so it can “uncensor conservative v…
25881                                                                              RT @amazon: @kiyo287 We're happy your stop by the Treasure Truck was succulent! We aloe you very much!
25882                                        RT @Boondockfinds: Columbia Minerva Needlepoint Persian Pillow Kit 20 x 20 Vintage Wool Exotic 1485  https://t.co/S5MarDQtCA via @eBay #eSa…
25883                                                                                                                                                 RT @amazon: @abigailksss Enjoy! 🎶❤
25884                                                                                                                    but now those fuckheads  @amazon have hushed 2 woody movies? wtf
25885                                                                                                                                                    @Google Hi @Jack is it possible?
25886                                                                                                                      Check out my listing @eBay - https://t.co/wGwPtVGQFH via @eBay
25887                                                        Check out College Dorm Desk Craft Workstation Teen Study Shelf Combo Book Writing Laptop   https://t.co/Kwv6S2DoWa via @eBay
25888                                                                   See what I m up to on @eBay! View my profile to see my favorite finds and more: https://t.co/qdb4MdoPbi via @eBay
25889                                         RT @montgomerycoll: The #montgomerycollege Foundation is grateful to @BankofAmerica for its new grant to prepare low-income individuals to…
25890                                                                                  Check out Ashanti Gold Weight Bronze Birds on a Fish akan Ghana  https://t.co/XQ3I7rgnZY via @eBay
25891                                                                                                                             @feliciamariek @thedragonprince @netflix It’s time 🙏🏼
25892                                                                    Check out [Excellent] Fuji FUJINON W S 150mm f/5.6 Copal Shutter #279 #Fujinon https://t.co/4VCVJfkxDG via @eBay
25893                                                           RT @Reuters: Demonstrators call on Myanmar to release Reuters journalists https://t.co/xw3dtQ2xTi https://t.co/zhYy9X9r8E
25894                                                          Check out VINTAGE Christmas Greeting Card Rare Black WORD ART Diecut Mid Century Holly   https://t.co/Zckm7yRgUs via @eBay
25895                                        @aguirrepats @BankofAmerica If you start a savings account w/ 250 they’ll give you $25 w/ capitalone 360 and I link… https://t.co/qKMMsuTtJi
25896                                                                                                                           RT @vadpradub: @Baby___Del @netflix Black Panther gesture
25897                                                                                                     Check out Women’s Skirt Black Pleated Size Small  https://t.co/TDotRHlkoZ @eBay
25898                                                                                                       Check out Women Black Suede Shoes size 6 Wedges https://t.co/YFyQusuKrc @eBay
25899                                                                 Check out Mexico 1876 MoBH 8 Reales Large Silver Coin Stunning Uncirculated Rare Gem! https://t.co/UNcEhmk3o8 @eBay
25900                                                                                                                      Check out my listing @eBay - https://t.co/jxzREwQoWi via @eBay
25901                                                  RT @Reuters: Saudi-led coalition admits deadly Yemen strike on bus was unjustified https://t.co/SQSj6nF9j7 https://t.co/mT5nAXgls7
25902                                                                                                                                      @poljimenezs @Apple Que suerte :( I'm so broke
25903                                                           RT @Reuters: Tennis: Keys overcomes sluggish start to advance in New York https://t.co/JigPGOkXHq https://t.co/qRaVJ9inOX
25904                                                                RT @Reuters: Cibulkova upsets Kerber to reach U.S. Open fourth round https://t.co/DvG0ZIaeP9 https://t.co/7T9mnfvvPC
25905                                                                                                                                               @ttickner100 @netflix Sounds made up.
25906                                                                          RT @StopTrump2020: I am surprised that @realdonaldtrump knows how to spell @Google https://t.co/NLCdXeZ0Tm
25907                                                                                                                Check out Funny Stuff on Amazon! https://t.co/O4JoX7Lf1I via @amazon
25908                                        @Superherologist @ATT When the third (or fourth or fifth) office tells you to call the number of the office you cal… https://t.co/xxEvHuvzCM
25909                                        RT @sengineland: Weekend Review: @Google clarifies Search Console query report data changes from August 19th by @rustybrick https://t.co/Dn…
25910                                                        Check out Complete High Druid of Shannara Trilogy Terry Brooks Hardcover w.jacket Fantasy  https://t.co/vtEwpHLlMd via @eBay
25911                                                   New on Amazon: Bag of 75 Wood Acorns Acorns Filler Home Decor by K&amp;K Interiors for $22.95 https://t.co/j55Pwd1wMD via @amazon
25912                                                                                             Check out Random Musical Thing-a-me-bobs on Amazon! https://t.co/h4LDTWL6nB via @amazon
25913                                                Check out Juicy Couture The Very Best of Black and Red Pullover Hoodie Jacket 3/4 Sleeve M #Hoodie https://t.co/Z8kQ8N7NTT via @eBay
25914                                                       Great Era Barbie Lot of 2: French Lady and Chinese Empress #Collectible #GiftIdea #Shopping https://t.co/pKLYvaH68G via @eBay
25915                                                                          RT @StopTrump2020: I am surprised that @realdonaldtrump knows how to spell @Google https://t.co/NLCdXeZ0Tm
25916                                                                                         we miss them @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca ' '
25917                                                                                                                                   @Justin_Willman @netflix I am with the fire girl!
25918                                                                    Check out Amy Brown Artwork Fairy Patch Set Autumn Whispers Fire Element Brand New https://t.co/OgvjXjTwSI @eBay
25919                                                       Check out Pink VIOLETS Handkerchief Bridal Bouquet of Flowers Hanky Hankie Lily of Valley   https://t.co/xouweK5IIz via @eBay
25920                                                           RT @Reuters: Demonstrators call on Myanmar to release Reuters journalists https://t.co/xw3dtQ2xTi https://t.co/zhYy9X9r8E
25921                                                                                                 @WNSource @MattNelson02 @CodyRhodes @ringofhonor @cagesideseats @facebook Oh ok....
25922                                                                                 HELLO PICK UP EYEWITNESS @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
25923                                        RT @WilliamShatner: BTW @amazon restored pre-sales on #ShatnerClaus CD but the Vinyl is mysteriously still not working. Run and get your pr…
25924                                        RT @kate_burnside: @liarslast_join @AlanJohnLondon @realDonaldTrump @BreitbartNews @AP @Reuters @AFP @EFETV This “president” will go as low…
25925                                        I swear on everything that @Samsung and @Apple come out with new phones and give the last ones a shitty update on p… https://t.co/DzvaSjr0ax
25926                                                                Check out DIDI GREGORIUS - 2018 Topps 35th Anniversary Insert 1983 Reprint Yankee’s SS https://t.co/8TaN36XDXE @eBay
25927                                        RT @ShareInsights_: @TMobile says hackers stole customer data in #databreach. More about the breach here https://t.co/xTP2S2N3xR @TechCrunc…
25928                                         I seriously thank @facebook for putting @OdySeaAquarium at the top of my unsolicited ad stream. I have been there;… https://t.co/sXLzSbmlu0
25929                                                                                                                      Check out my listing @eBay - https://t.co/R3tx4ESlyt via @eBay
25930                                        @Reuters This is such a non story. We cancel aid to Pakistan once every few months only to reinstate a month or two… https://t.co/wApd3KjdT4
25931                                                        Check out MAKE SOME MONEY!! new trump hat KEEP AMERICA GREAT 36 hats 180.00 free shipping  https://t.co/B65p4C8USn via @eBay
25932                                                 @allfreebooks Free till Midnight tonight - Ruby's Story - Cat Walk Diaries @amazon  https://t.co/UJkMdECXBI https://t.co/uMZNoKNLVH
25933                                                           RT @katelynnoddo_: Hey @netflix why don’t we make the Lux series by @JLArmentrout into a Netflix original or something???
25934                                        RT @laloalcaraz: Why are the #GOOGLE results so unfairly rigged against @realDonaldTrump ?? @Google #PendejoTrump. Please share @Laloalcara…
25935                                                              Check out WOMENS COSTUME LARGE NEW FROZEN PRINCESS ANNA SNOW QUEEN L 10 12 CUTE NWT DEAL https://t.co/EXSXMevP9N @eBay
25936                                                                               RT @Disney: He’s back! See Jack-Jack in #Incredibles2 over Labor Day Weekend. https://t.co/DMlzbqpcnB
25937                                                        Check out Vtg 90s Paris France T Shirt XL Screen Stars Ile De Eiffel Tower All Over Print  https://t.co/LWBPw3CxEp via @eBay
25938                                                                                                                                  @amazon #jackryanamazon was amazing.  Nicely done.
25939                                                                                                           @Reuters Looking for Web Developer? Contact me or https://t.co/d81VwyruY6
25940                                                                                                                                 @Reuters Maybe he has a DVT and can’t fly that far?
25941                                                    Check out j.jill Open Weave Cardigan White Size M Single Button Cotton/ Linen #JJill #Cardigan https://t.co/ImZgaKCrSp via @eBay
25942                                        I want all of these comedians from The Comedy Lineup to have their own hour long specials. @netflix make it happen!! https://t.co/Nnjq1PKd7g
25943                                                           Monster High Garden Ghouls Wings Cleo De Nile Doll Outfit Shoes Accessories Lot #Mattel https://t.co/pOOOOwHP7B via @eBay
25944                                                                                                      https://t.co/IsS8FFWJz9: New Releases - PC https://t.co/1QbgvMrHbp via @amazon
25945                                                                                                                                  @Reuters How many young women has he done that to?
25946                                                                                                                      Check out my listing @eBay - https://t.co/5lwS14yUnw via @eBay
25947                                                                                          .#vintage #soup mugs. Made in #Japan. Check out my listing @eBay - https://t.co/ZBjBEV5pRf
25948                                                           @jChadMitchell @desdmitchell @Starbucks Sorry to involve myself in ur family stuff but @dunkindonuts &gt; @Starbucks frfr
25949                                                                          RT @StopTrump2020: I am surprised that @realdonaldtrump knows how to spell @Google https://t.co/NLCdXeZ0Tm
25950                                                                                                                            @reeses @amazon Reese’s Pumpkins! #NotSorry #Sweepstakes
25951                                                                                                                 @LPShillSeeker @adidasUS @eBay Def red flag.  How high is the item?
25952                                                  Check out Mens Nike Pullover Black Wind Breaker Jacket Mesh Lined Size Large L V Neck NWT  #Nike https://t.co/OQzpo0CbQ9 via @eBay
25953                                                                                                                                                    @MarthaHillier Best on @netflix!
25954                                                                             Check out LeSuit Gray Skirt Suit Size 6 Maxi Skirt #LeSuit #SkirtSuit https://t.co/6EC7JQ9TJN via @eBay
25955                                        RT @JayValenz67: Rep. Lieu: GOP failing to stand up to Trump 'corruption' https://t.co/Y6RjBaypwa via @Yahoo Another associate of former Tr…
25956                                         RT @BumbletweetsLLC: Check out The Disney Store 1993 Trivia Challenge Board Game by University Games Complete https://t.co/Vml6Cm95pP @eBay
25957                                        RT @Herondale_Ducks: @AlexandersStele @FreeformTV you think you're slick shifting blame on others. We caught you lying about @netflix being…
25958                                                                                                    @thedragonprince @netflix WHAT IN THE HOW TO TRAIN YOUR DRAGON POKEMON NARNIA???
25959                                                                                                                                            @Reuters @Danjanison I hope he’s ailing.
25960                                                                                          BULK TS taking shape tops plus size S/XS/M (size 18) EUC https://t.co/AVcOgCD1yl via @eBay
25961                                                                                                                                          @ATT why does your internet suck so bad.??
25962                                        RT @MarianJanneh: #SaveGotham #GothamLsLife @TheDCUniverse @netflix @AmazonStudios @HBO @hulu @nbc aww this is amazing they need to continu…
25963                                                       Check out 3-D  EFFECT  GREEN LIZARD WILDLIFE !  ORIGINAL  HAND PAINTED ROCK - VIVIAN ALLEN  https://t.co/gu67OdQx1M via @eBay
25964                                            https://t.co/x1NOZNZDmY via @eBay #purse #purses #Satchel#Satchels #Totebag #Tote #Handbag #handbags #Crossbody… https://t.co/Xy43LvE9UP
25965                                                                                                                           @yournotunique @AmericanExpress @weeturtle Have fun josh!
25966                                                                                                                                              @soledadobrien @FedEx Self entitlement
25967                                        RT @g_kohls: #ad Stock Up on @RITZcrackers with Ibotta Offers at @Walmart - https://t.co/gOAtTqRml7 #RITZSavings #IC https://t.co/k70i5K5KSZ
25968                                                      Check out FRED DAVID Shirt Blouse S Sheer Ruffled Sleeveless Purple Floral V-Neck #FredDavid https://t.co/V0vq0z5HXK via @eBay
25969                                                         RT @ATT: Make room for Sunday and watch every live out-of-market game every Sunday with NFL SUNDAY TICKET. Only on DIRECTV.
25970                                                                               RT @Reuters: Teen from New Mexico compound says he was trained for jihad: FBI https://t.co/YsZNnhQLvO
25971                                         @OKEx_ @ColossusCoinXT.  GRID release Q1 2019 and $COLX supported @Mastercard  in a few days with 30 million shops… https://t.co/k5lK5e064O
25972                                        RT @sparky_town: Check out New Abercrombie &amp; Fitch Blouse L size Ivory White Embroidered Net Lined Stretch https://t.co/0MDwl6BRxd @eBay
25973                                                                                                                                                     @edwardf56 @Reuters Who’s they?
25974                                        RT @JayValenz67: Rep. Lieu: GOP failing to stand up to Trump 'corruption' https://t.co/Y6RjBaypwa via @Yahoo Another associate of former Tr…
25975                                        hy did I decide to start #OzarkSeason2 on @netflix at 10PM? Guess I'll see you one hour and 4 minutes after I've to… https://t.co/sYeiRfYm6d
25976                                                         Check out Badges of the times of the USSR;5 pieces;DOSAAF USSR;Strategic Missile Forces.  https://t.co/FzBvAnCUFI via @eBay
25977                                                              RT @Lisvnorrland: Mermaid Spring (Mermaid Series Book 2) by Dan Glover https://t.co/iirLuWseOE via @amazon @DanGlover1
25978                                                                              Check out Lauren James Orange Seersucker OSU Shorties Shorts Size XS NWT https://t.co/m33YCBY62x @eBay
25979                                                                                                                                                            @comcast step ur game up
25980                                                                                     #RehireJamesGunn #WeAreGroot #IStandWithJamesGunn #NoGunnNoGuardians @Disney. I think the same.
25981                                                                              Send an official email to @Apple complaining about Tim please. Hope his LinkedIn profile is updated 🤔
25982                                                                                                                         @reeses @amazon #NotSorry  #Sweepstakes Love Reeses Pieces!
25983                                                                          @jennaezarik @netflix i want someone to check up on me as much as netflix asks me if i’m still watching 😩
25984                                        RT @dointhebartz: @ATT I just came home from a movie to find my router completely off. It has no power no matter where I plug it in. Is thi…
25985                                    RT @AngelaMShrum: Just binged &amp; became OBSESSED with #Gypsy on @netflix  -only 2find out after S1 cliffhanger that it's not been picked up?…
25986                                                                               #sunset check out Mudjug Portable Spittoon Orange - Portable - NEW  https://t.co/fKzdyChgGn via @eBay
25987                                        RT @MadhavaSweet: Heading #BackToSchool is so much sweeter with @MadhavaSweet at @Walmart! 5 lucky fans will each #win free #Madhava produc…
25988                                                               RT @Reuters: NFL notebook: Bears acquire DE Mack in blockbuster trade https://t.co/cVCnhANqXT https://t.co/A1JLY9WsrL
25989                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/WgYNRhvtgN
25990                                               @JohnLegere @TMobile @JDPower As a customer of 11 years I can tell you my experiences do not reflect that rating. #CustomerLeftBehind
25991                                        @POTUS @dbongino @CBS @ABC @CNN @SebGorka @FoxNews @DonaldJTrumpJr @IvankaTrump @PressSec @Jim_Jordan @DevinNunes T… https://t.co/URpCXRG0nt
25992                                                                                                                       @EastSideTea @Aarp9 @JudicialWatch @amazon Chains with razors
25993                                                                               @JohnLegere @PlanetFitness @ATT Awesome! I love @PlanetFitness is ok John you can rip them a new one.
25994                                                                               RT @Reuters: Teen from New Mexico compound says he was trained for jihad: FBI https://t.co/YsZNnhQLvO
25995                                                                                                                                               @Reuters What a dress for a funeral!?
25996                                        @netflix When will season 2 of #GreatNews be added? I LOVE this show so much. AND please order a season 3. I'm sure… https://t.co/6CperegRO5
25997                                                                                                                      Check out my listing @eBay - https://t.co/rBwuvyfDk9 via @eBay
25998                                        RT @Reuters: Myanmar army’s book falsely says this photo shows Buddhists murdered by Rohingya. The picture is actually from Bangladesh’s 19…
25999                                          RT @McDonalds: It's hotter! It's juicier! It's the new 100% fresh beef Quarter Pounder. Stop in and try one today. https://t.co/12mUB9cFYO
26000                                                                                           @amazon really let me down this school year. They didn’t have a single one of my books 🙄
26001                                                      Check out Tommy Bahama Mens Size XL Black Drawstring Lounge Pants  #TommyBahama #LoungePants https://t.co/RvGy96GfMv via @eBay
26002                                                                 RT @JaleesaCharisse: All I want is for @Starbucks to bring back the Maple Pecan latte this season. PLEASE. HELP. 😭
26003                                         RT @JayValenz67: FBI arrests New Mexico compound residents after they were set free earlier in week https://t.co/QcDSIu3GbZ via @Yahoo The…
26004                                                                                                                                      @Reuters Oops. Need more troops on the ground.
26005                                                                            The Dukan Diet: A 21-Day Dukan Diet Plan (Over 100 Recipes Included) https://t.co/NQeKrSsJMd via @amazon
26006                                                                                                           Concrete's Song by Lloyd David Aquino https://t.co/oEZu3izA7b via @amazon
26007                                                                                                                 @Reuters @poppymcp Sukky one day you will die  also in that water .
26008                                        RT @onahunttoday: @krassenstein @Senate @Congress @SpeakerRyan @SenMajLdr @SenSchumer @RepCummings @SenatorDurbin @GOP @RNC @NBC @CBS @CNBC…
26009                                                                    Check out LARRY CARLTON LAST NITE 1987 JAPAN VINYL LP P-13421 + OBI Near Mint  https://t.co/gRuTmSRnX5 via @eBay
26010                                                                          RT @Reuters: WATCH: 600-meter 'Pac-man' set to gobble ocean plastic via @ReutersTV https://t.co/bxQoteEX7T
26011                                                                               @easyJet Hello - still no e mail update from finance dept on claim. Could someone help please. Thanks
26012                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
26013                                                    Check out ZARA SNAKESKIN PRINT LEATHER COWBOY BOOTS Colour: Black  5014/301 #ZARA #CowboyBoots https://t.co/4nmrIf5knP via @eBay
26014                                        @Microsoft @ashleygraham Please add a shortcut to control panel without accessing your settings screen from right c… https://t.co/aIJT8eb04G
26015                                         RT @Reuters: Trump administration to take tough stance against International Criminal Court https://t.co/LtEHl0YP1B https://t.co/A5t7aMVwNW
26016                                        RT @kitova_natalya: We want XWP back #XenaRevival @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @UniversalTV @…
26017                                                 Check out Men's 10K Yellow Gold Over Iced Dome Pillow VVS1 Diamond Charm Pendant 1.10 CT #Pendant https://t.co/OcZGTWhka1 via @eBay
26018                                                                                                     @jamieoliver @Tesco Here's why *slams massive wad of fifties down on the table*
26019                                                                           RT @Reuters: WTA calls for equal treatment of all players https://t.co/1ejQc5jKPT https://t.co/6lF4p7ap7G
26020                                        RT @DanjamanDane: @bookingcom I've emailed twice about a double payment of a room in Lithuania and I've still not hear anything back from y…
26021                                                                                                                                        @Reuters @ReutersTV Still think she’s a dude
26022                                        RT @Okay_Wasabi: Hi Guys @KelloggsUS Kellogg’s in South Africa Is Terrorizing Us. They’re Saying They Are Phasing Out The Original Rice Kri…
26023                                        Following reports over the weekend on the socials that there had been a chemical / acid attack at @McDonalds in the… https://t.co/YQbHBNCzNN
26024                                                                                                 Yo @amazon where is episode 5 of @insecurehbo #InsecureHBO that I paid for?! Booooo
26025                                                                                                                                        @IslanddChickk @Starbucks lmfao YEEEERRRR 😂
26026                                         #XWP deserves #XenaRevival in 2018/2019 @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu… https://t.co/ElVkndOmo6
26027                                                    Check out Princess Cut Diamond Square Stud Earrings 1.35 Carat In 14K White Gold Finish  #Stud https://t.co/plhrvmLgU3 via @eBay
26028                                         @bleedingedgedoc @Variety @RottenTomatoes @netflix hey boss i already watched u u aint gotta advertise 2 me like i… https://t.co/NwSyzblKlV
26029                                        @KellyMcLaury @FoxNews @Nike @Kaepernick7 @realDonaldTrump With this one tweet you've shown yourself to be an unele… https://t.co/nYleb930Lm
26030                                             RT @EbookReviewer: Peaceful Night Poetry: Sleep-inducing Picture Poetry Book for Children Aged 3... https://t.co/Zw6hdu2wlX via @amazon
26031                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
26032                                        RT @Seasaver: We DO NOT want our food wrapped in plastic @Asda @AldiUK @LidlUK @Sainsburys @Tesco @Morrisons @Waitrose @MarksandSpencer - i…
26033                                                                                                                      Check out my listing @eBay - https://t.co/2ZXYtJS4AZ via @eBay
26034                                                                  Rubbermaid Microwave Heatables Plate with Lid Microwave Servin Saver Bacon Pink  https://t.co/5GyrmxhA9r via @eBay
26035                                                                   RT @FoxNews: Louisiana mayor prohibits @Nike purchases for recreational programs: reports https://t.co/e8PRoJKb0M
26036                                                        Check out Banana Republic Dress M UK 12 Petite Plain Deep V Skater Rockabilly Pure Cotton  https://t.co/X9aYLp8vzc via @eBay
26037                                                                          RT @ChinaDailyUSA: ExxonMobil @exxonmobil plans to invest $10 billion in South China's Guangdong province.
26038                                                                                                                                  @AntMack76 @GJGillespie @jamieoliver @Tesco Bless.
26039                                                @reeses @amazon @reeses  My family and i favorite is the mini Reese piece.we enjoy make cookies with them..… https://t.co/tHdTwXhkSM
26040                                        RT @Reuters: North Korea celebrates 70th anniversary without ballistic missiles on display https://t.co/hOdJmM6um3  Via @ReutersTV https://…
26041                                                 RT @Reuters: Serena Williams fined after controversial #USOpen final https://t.co/1fyisZo4yl Via @ReutersTV https://t.co/uBNAMNJBU7
26042                                                           RT @Reuters: China outlaws large underground Protestant church in Beijing https://t.co/piykmUMPK0 https://t.co/cHTGQPJnx1
26043                                                                                                                                                  @TheRoot @Nike OMG NOT THE OZARKS.
26044                                        I just watched Sierra Burges is a Loser on @netflix and couldn’t stop thinking that Kristine Froseth who plays Vero… https://t.co/YiaVHBm2ZQ
26045                                                            @jetrotter @JessMatthews101 @facebook @WomenforTrump I left fb 3 months ago after nine years due to censorship......IBOR
26046                                       RT @Iampictorius: 🤗 Here you are! | @Disney @DisneyPixar a new hero | Pictorius®: The Gladiator of the pixels | In the wonderful world of #…
26047                                                 #Check #out Bollywood# Designer Indian #Full Embroidery #Pakistani Anarkali #Party #Wear Dresses  https://t.co/NMONYgbB11 via @eBay
26048                                                                       Lmfaoooo “Hold On God” 😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭 give them a show pleaseeeeee !!!! @tylerperry  @netflix
26049                                        RT @Reuters: UK Prime Minister Theresa May's #Brexit plans opposed by 80 rebels in her party - former minister https://t.co/BSfHpOjFft http…
26050                                                                                                                        @Reuters That is what China has become under President Xiao.
26051                                        @FoxNews @Nike way to go Nike pissin' people off just like Disney did.  Not listening to your fan base is a horribl… https://t.co/r1HoFRBAIe
26052                                        RT @Okay_Wasabi: Hi Guys @KelloggsUS Kellogg’s in South Africa Is Terrorizing Us. They’re Saying They Are Phasing Out The Original Rice Kri…
26053                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
26054                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
26055                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
26056                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
26057                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
26058                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
26059                                                                                                                       @Reuters Because of his crimes against humanity? Makes sense.
26060                                                   Check out Hand Blown Glass Embellished Hand Painted Christmas Ornament Ball 3 Inches #Unbranded https://t.co/KiBZPCtMTo via @eBay
26061                                                                         RT @ATT: This program is helping young Latinas become tomorrow's #STEM role models. https://t.co/QgNC6a7ImI
26062                                                                                 HELLO PICK UP EYEWITNESS @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
26063                                                        RT @Reuters: Muslim minority in China's Xinjiang face 'political indoctrination': Human Rights Watch https://t.co/KswiVeWvOr
26064                                                                                                                     Save up to 5% Save up to 5.0% https://t.co/PJYnxpJF3N via @eBay
26065                                                                                                Check out GFK-160 #Fireplace Blower Kit #TJERNLUND https://t.co/EVp6QiUVwo via @eBay
26066                                                                                         RT @Nike: Don’t become the best basketball player on the planet. Be bigger than basketball.
26067                                        @GUCCISVITS @netflix Sierra burges is indeed a loser bc she catfished a guy pretended to be deaf for her own gain a… https://t.co/HHfV9KbRDa
26068                                        RT @Reuters: U.N. human rights chief Michelle Bachelet presses for new body on crimes against Myanmar Rohingya https://t.co/S4kFkbqQUC http…
26069                                                RT @Reuters: Toyota says parts plant preparing to resume output after Hokkaido quake https://t.co/D8yt4rNMbt https://t.co/IgrdWbzoST
26070                                                                                                 @officialUKMail @JazzConnor_ @ASOS @ASOS_HeretoHelp Yeah whatever I've got my ideas
26071                                                                           RT @Reuters: WTA calls for equal treatment of all players https://t.co/1ejQc5jKPT https://t.co/6lF4p7ap7G
26072                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
26073                                                    Check out MENS. EXTRA LARGE BLACK FAUX LEATHER LINK MINI THONG BY ROBERT CAREY !. #ROBERTCAREY https://t.co/LEzSrZtRyR via @eBay
26074                                                Check out orinigal SAMSUNG Earphone EHS64 Headsets Built-in Microphone 3.5mm In-Ear Wired #Samsung https://t.co/72SY089spH via @eBay
26075                                                            RT @Reuters: At least six dead in al Shabaab attack on Somalia's capital https://t.co/giF4p5cYk5 https://t.co/a3P5p3v3Rg
26076                                                                                       RT @Reuters: Florence to become a major hurricane Monday morning: NHC https://t.co/02ZhFQhupS
26077                                                    The GOAT I Stan sold out his first official @Nike jersey in 10 minutes 🙂 @wizkidayo I Stan forever 🙌🏽 https://t.co/P8Y9PtQEp7
26078                                        RT @CrimeBossTrump: Trump supporter’s @Nike boycott was a huge failure. The good news is they can still wear their preferred apparel... htt…
26079                                                Check out Halloween Party Favors Felt Masks Avengers Party Supplies 30Pack 100 Stickers #Halloween https://t.co/JKdkEyzhr0 via @eBay
26080                                        RT @Okay_Wasabi: Hi Guys @KelloggsUS Kellogg’s in South Africa Is Terrorizing Us. They’re Saying They Are Phasing Out The Original Rice Kri…
26081                                                                                                                      Check out my listing @eBay - https://t.co/dZ4cVIZKKo via @eBay
26082                                                               Late Night Coffee: Late Night Coffee Very Short Novels (short fiction Book 2)... https://t.co/zM6bC4mqrd 來自 @amazon
26083                                                    Check out 50 PCs Natural mix Lace Agate Stone Designer Silver Plated Pendants Jewelry #Pendant https://t.co/DN75LXfmYG via @eBay
26084                                                                                                 The @Nike Angry Trumpets 18's and the Kaepernick 12's... 🔥 https://t.co/8qBLlBEqEG
26085                                        @WarnerBrosEnt @FOXTV @mattmillerTV @deemyers @Microsoft @CocaColaCo @Disney -just think of the buzz there’d be abo… https://t.co/yjiI4o6wM9
26086                                        RT @Ace_2984: @TeAmoEric If the army is supporting @Nike and @Kaepernick7 what the hell is the #NikeBoycott for? Why are people burning clo…
26087                                                                         Check out Ann  Taylor Loft Sleeveless Dress Sz 2 Black/White Mingled. Lined   https://t.co/MH6ZddpZ4J @eBay
26088                                                                                   Check out Emily 2 Piece Skirt Suit Wine Sz 8 Lined Ladies  Women's  https://t.co/t842JN5Uup @eBay
26089                                                                                       RT @Reuters: House Republicans target more tax cuts as elections near https://t.co/K4jdNPKifo
26090                                                        RT @nenavonbogen: Lot of 2. Avon Care Rich Moisture with Soybean Avon care rich moisture https://t.co/PvmpWa4iLq via @amazon
26091                                        @TheresePicard @ScrewedHumans @Nike Your comments are your opinions. Your think mine are unsound and meritless? Tha… https://t.co/GurnxflquS
26092                                                  @NYGov secures $127.7 million from @NewYorkStateAG and @VW settlement #carbonemission #EV #sustainability… https://t.co/T02BZYgvL5
26093                                     RT @HeighwayKelly: #SaveGotham @warnerbrostv @netflix @Gotham @ben_mckenzie @FOXTV @tom_calderone @seanpertwee Gotham isn't ready to end &amp;…
26094                                                             RT @matthew472000: @insomniacgames Yo what the HELL is this??? @Sony @PlayStation #SpiderManPS4 https://t.co/GIn9T5GZMt
26095                                                  @BerniceKing @Kaepernick7 @Nike The sneaker burners have had no effect. Nike sales went up. Many support the cause. There is hope.
26096                                                                                          https://t.co/IsS8FFWJz9: New Releases - Amazon Devices https://t.co/CcChEosLll via @amazon
26097                                                                                       RT @Reuters: House Republicans target more tax cuts as elections near https://t.co/K4jdNPKifo
26098                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
26099                                                            Check out THE JACQUES LOUSSIER TRIO PLAY BACH VOL.5 JAPAN VINYL LP KING GXF-3085 MINT  https://t.co/l0XbTOOE7N via @eBay
26100                                                  Fffffffffff @amazon and your prime video... nothing wrong with my Internet... can't even get thru the last 10 minutes of #JackRyan
26101                                        @DishCommish @SharbOrganizing @Reuters Its a battle of ideas on who has the best ideas to knock out the opponent. P… https://t.co/oZGOYYXqWD
26102                                                                   RT @FoxNews: Louisiana mayor prohibits @Nike purchases for recreational programs: reports https://t.co/e8PRoJKb0M
26103                                                                Check out Express Design Studio Size M Fuchsia Long Sleeve Button Front Blouse Top NWT https://t.co/ZpCjWRO0JU @eBay
26104                                         RT @Reuters: Trump administration to take tough stance against International Criminal Court https://t.co/o5LrISTM5o https://t.co/4YciB4QQkL
26105                                                                   Guaranteed Jean-Michel Basquiat c. 1980 2-lot original Street Art postcards NR  https://t.co/ELxPBghBes via @eBay
26106                                         RT @Reuters: Trump administration to take tough stance against International Criminal Court https://t.co/o5LrISTM5o https://t.co/4YciB4QQkL
26107                                        RT @gezizwe: @JimCarrey @Nike On behalf of the black community world wide we thank you Mr Carrey for being our big brother https://t.co/jaP…
26108                                                                                                      @aatechnology_in @Lenovo_in @Google @Moto I own the first 2 Moto then it died.
26109                                                 RT @Reuters: Serena Williams fined after controversial #USOpen final https://t.co/1fyisZo4yl Via @ReutersTV https://t.co/uBNAMNJBU7
26110                                        @Tesco Is there any reason why your Just Ham/Just Chicken etc. sandwiches aren't included in the lunch meal deal of… https://t.co/EoEuqZBgU2
26111                            RT @MikeQuindazzi: #Smartphones getting smarter with Federated #MachineLearning &gt;&gt; @Google via @MikeQuindazzi &gt;&gt; #AI #DeepLearning #CloudCo…
26112                                        Mystery @jpmorgan hacker behind 80 million fraud counts is finally on US soil and in court. Follow Russian Andrei T… https://t.co/Uy17gExRfh
26113                                         @CBS I work for a domestic and sexual violence agency in Indianapolis. We would truely put to good use any part of… https://t.co/FXWbA7557Q
26114                                                            Think the new @Nike ad was a big #PR risk? You might be surprised to find out it really wasn't:) https://t.co/xanRfJ5j69
26115                                    @CaroleRadziwill @Nike @NPR Nike has actively and openly made billions by selling to black &amp; urban youths extremely… https://t.co/peLIAX67qV
26116                                        RT @Okay_Wasabi: Hi Guys @KelloggsUS Kellogg’s in South Africa Is Terrorizing Us. They’re Saying They Are Phasing Out The Original Rice Kri…
26117                                        RT @BritishVogue: From Mino and @WINNERLSH92 taking on British classics at @Burberry to @RealVIXX's Shangri-La video. https://t.co/YoaNOC2G…
26118                                                                                                                                              @Reuters @ReutersTV Yes she is to much
26119                                         RT @Reuters: Trump administration to take tough stance against International Criminal Court https://t.co/o5LrISTM5o https://t.co/4YciB4QQkL
26120                                                                                     @Reuters @rob1cox @Breakingviews My favorite reason is how nobody was put into jail for it. Lol
26121                                        RT @woman16_wonder: Sacrifice.  Service.  Honor.  Everything @Nike or Colin Crapernick is NOT!!!!! #BoycottNike #BoycottNFL https://t.co/GC…
26122                                        @skylabennet @whiteshadow_w @netflix Welcome to the LuciFam and yes just keeps getting better from here.  Get ready… https://t.co/y1wXTLxShn
26123                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
26124                                        @JanetSanford60 @TheView @Nike White Americans reacting negatively to campaign can neither contain Kaepernick nor c… https://t.co/K10bGNHxN9
26125                                         @Reuters @ReutersTV We saw evidence of them making new mobile launchers last month.  Anyone who believes this shit… https://t.co/lYcsfMxdoi
26126                                                                                                                      Check out my listing @eBay - https://t.co/H9uBS0gTsx via @eBay
26127                                                       RT @Reuters: Serena Williams fined for #USOpen code violations https://t.co/1fyisZ6t9L Via @ReutersTV https://t.co/fZNbzpfwif
26128                                                                                                                      Check out my listing @eBay - https://t.co/sd91G447W2 via @eBay
26129                                                                    Check out VINTAGE PHOTO FRANCE 1971  VERUSCHKA TWIGGY  (VOGUE MODELS) RARE!!!  https://t.co/arTjr7n3P2 via @eBay
26130                                                                                           RT @Wendys: @c_minix @McDonalds You can get a side of disappointment with your ignorance.
26131                                                                                                          Check out 3 ELVIS PRESLEY CDS #RocknRoll https://t.co/Ce2HbWVlB0 via @eBay
26132                                                                   RT @FoxNews: Louisiana mayor prohibits @Nike purchases for recreational programs: reports https://t.co/e8PRoJKb0M
26133                                        33% OFF #sale #save #Refrigerator #Kenmore #KenmoreSmart @amazon @kenmore Kenmore Smart 75043 24 cu. ft. French Doo… https://t.co/SiJ1nt4gqV
26134                                                                                                   @jimmyfallon @TMobile I’m going to be there ❤️I can’t wait to see you @jimmyfallon
26135                                        RT @jimmyfallon: Happy Monday!!! New shows all week - set your DVRs and TiVo’s. The @TMobile Central Park Show is this Thursday!! #FallonTo…
26136                                        @NetflixUK @netflix need to pick up @Wentworth_UK @Wentworth if it is cancelled. This season has been fantastic (as… https://t.co/DIIIAwuL5X
26137                                                                                                                                             @chibbs_1 @Nike You got me sz 14 lol...
26138                                        RT @jimmyfallon: Happy Monday!!! New shows all week - set your DVRs and TiVo’s. The @TMobile Central Park Show is this Thursday!! #FallonTo…
26139                                        RT @jimmyfallon: Happy Monday!!! New shows all week - set your DVRs and TiVo’s. The @TMobile Central Park Show is this Thursday!! #FallonTo…
26140                                         @Ryanair Are passengers allowed to take a rolled up poster for free on board as only hand luggage? The poster is about 65cm in length. Thx!
26141                                                     RT @myuniquemarket: Check out Lululemon women’s workout Long tank Top two tone Black- Gray size S https://t.co/t4WLncbwIx @eBay
26142                                                             RT @Reuters: U.S. energy secretary to visit Moscow September 11-13: RIA https://t.co/NVwjfeboQC https://t.co/RpydgANNGI
26143                                        RT @SKYRIDER4538: This makes perfect sense! Neither @Nike @nikestore @nikefootball @nikesportswear nor @Kaepernick7 really care about #Civi…
26144                                                Check out SIGNED COPY HOWARD WILLIAM STEER STITCHED UP BY THE BUSH DRESS MAKER 44X33CM #ArtNouveau https://t.co/9yKs9qlpxR via @eBay
26145                                                 @nk_low @Reuters Irrelevant to the discussion. They took it from the natives. Not the Chinese. It was not Chinese before the 160ps.
26146                                                                                                  @TheAgentBurgos @JHarden13 @adidas I am gonna get those when they go on sale here.
26147                                                         #NFL Check out Green Bay Packers Zippo Lighter NFL Official Season-Matte Black - NEW #NFL https://t.co/3queXzeRam via @eBay
26148                                                                                               RT @_I_LikeTurtles: @realDonaldTrump @Adidas pisses on @Nike. https://t.co/2SATdycmXD
26149                                                                             Check out HARPER'S BAZAAR KIDS BAMBINI BRAZIL FASHION 2016 VERY RARE  https://t.co/i4tGHgUVOt via @eBay
26150                                                                                                                                 RT @lWbgreenl: @netflix save scorpion #savescorpion
26151                                        @ericzaneshow @Nike @Naomi_Osaka_ Add BULLY to her list of accomplishmnts.  Bottom line she broke the rules then be… https://t.co/eGOWANbKzH
26152                                                              Yale's Endorsement Of Brett Kavanaugh Reveals The Legal Establishment's True Colors https://t.co/TOstveblfA via @Yahoo
26153                                        @HP  have announced that they are coming out with their HP Metal Jet technology. It will be operational next year a… https://t.co/5CP26FKNDF
26154                                                        Check out VOGUE 1992 PAULINA PORIZKOVA KAREN MULDER CINDY CRAWFORD CHRISTY TURLINGTON FAB  https://t.co/NAKKciwlr8 via @eBay
26155                                                                                                                                                                   @BMW ☆☆☆bullshit.
26156                                        RT @Reuters: .@Reuters journalists Wa Lone and Kyaw Soe Oo have been imprisoned in Myanmar for 273 days. Follow updates on the case: https:…
26157                                                                                                                                     @Tesco @jamieoliver That’s me avoiding you then
26158                                        RT @Forbes: Digital evidence is the future of police work and infrastructure is the key https://t.co/UUbPPfnB3o #paid @Oracle https://t.co/…
26159                                                  Check out Zebco Spincast Combo 1245LFTKD 202 w/Tackle Kit 5 Ft 6 In Med/Light Action 9419 #Zebco https://t.co/y1jb2pmgTy via @eBay
26160                                                         Check out  In-Ear Headset Voice Prompt Earphone Stereo Headphone Mini Wireless Bluetooth  https://t.co/gsByh6LC8p via @eBay
26161                                                       Check out RARE 1950's Vintage Abercrombie Fitch SQUIRE LEATHER WOOL CORDUROY JACKET XL #ANY https://t.co/0lDmKNNc5H via @eBay
26162                                        We are Hirobe; a specialist recruitment agency that works with companies to help them hire awesome @Adobe Marketing… https://t.co/yO6WW8fXvc
26163                                                                                                                      Check out my listing @eBay - https://t.co/4BCIGkVu3G via @eBay
26164                                                                                                                          Only £1 for 500g in @Tesco. Perhaps not so super 6 @AldiUK
26165                                                      Just saw this on Amazon: YOUR SMILE Retro Framhouse Tartan Plaid Cotton L... by YOUR SMILE https://t.co/cWcZb6y55l via @amazon
26166                                        RT @justbeingamos: So @Nike sales went up to 31% after showing the commercial. Did burning shoes or apparel make any difference? I guess no…
26167                                        RT @jimmyfallon: Happy Monday!!! New shows all week - set your DVRs and TiVo’s. The @TMobile Central Park Show is this Thursday!! #FallonTo…
26168                                                               RT @Billy1161: Check out Vintage Sterling Silver Cocktail Ring W/ Marcasites Size 7-1/4 https://t.co/gbAeS3TDa4 @eBay
26169                                       RT @anImaginaryEcho: 🤔 @Tesco must have known a lot of their customers would be upset about their partnership with the nannying sod @jamieo…
26170                                                                       RT @InderjitkaurALS: Elements of Life: A living series... by Inderjit Kaur http://t.co/5ksHYxcOXy via @amazon
26171                                                  RT @Reuters: Greenland government loses majority as airport funding row resurfaces https://t.co/VJGqFHohy5 https://t.co/EWFRLNFAh9
26172                                        RT @promoOne2: #flowerTEA #WhiteTea #BloomingTEA #PeachTea (7 Blooms) by T7 TEA https://t.co/UaDdETxkD8 via @amazon enjoy this awesome awes…
26173                                                 RT @newslibreug: Music Icon @wizkidayo released his jersey line with @Nike and they have sold out globally! https://t.co/ZrLOpharNl
26174                                                           Check out Handmade orange and green 1950s Swedish cross stitch cushion cover  #Handmade https://t.co/VISayXMPtC via @eBay
26175                                                                  Gonesh Saint Martin San Strawberry Fresa 30 Incense Sticks Blessed Pagan Church  https://t.co/y96NDWDzfA via @eBay
26176                                                RT @Reuters: UK PM's Brexit plans opposed by 80 rebels in her party: former minister https://t.co/O71X1809aJ https://t.co/IYtJIYS1y1
26177                                        RT @McDonalds: UNLIMITED. FREE. DELIVERY from McDonald’s (9.24 – 9.30). The deets? Order #McDelivery using promo code McDeliveryPassSept on…
26178                                                      RT @Justin_Willman: Convincing a dude he’s INVISIBLE. (from #MagicForHumans now streaming on @netflix) https://t.co/lAmffsY7D7
26179                                        RT @Reuters: Muslim minority in China's Xinjiang face 'political indoctrination': Human Rights Watch https://t.co/EUrBakAudb https://t.co/P…
26180                                                       Check out HOLLISTER Huntington Distressed Button Fly Mid Rise Cotton Denim Jeans Sz 30 Men  https://t.co/QSb3BkFsHK via @eBay
26181                                                @Hermesparcels @nextofficial  I returned a parcel on 4th how long will it take to be received??? I can't track it for some reason...
26182                                                                                                                        RT @7juan0: I will no longer be jacking off into @Nike socks
26183                                                                                Check out Vintage Cut Glass Star Pattern 3 Footed Candy Dish Bowl  https://t.co/0MfBkk5DrI via @eBay
26184                                                       Check out 14K Black Gold Finish 2Ct Red Garnet Three-Stone Trio His-Her Engagement Rig Set  https://t.co/RwXUATrHrE via @eBay
26185                                                       Check out 14K Black Gold Finish 2Ct Red Garnet Three-Stone Trio His-Her Engagement Rig Set  https://t.co/RwXUATrHrE via @eBay
26186                                         Can anyone @bookingcom help to resolve a complaint that’s been unresolved for several weeks? I’m being passed from… https://t.co/Unb0v3K5tl
26187                                                       RT @mercurypress: Droids in Distress (Star Wars Rebels) (2015) – Available Now: https://t.co/V4qLYWc0l6 via @amazon #StarWars
26188                                                                                                   Screw getting a #PSL! Get a pumpkin scone from @Starbucks https://t.co/xh2wbWNLWJ
26189                                                                                                                            Worst @PayPal ios app update ever? Damn shit looks ugly!
26190                                                               8% OFF #sale #save #Dewalt #mechanictoolset @amazon DEWALT DWMT81534 205Pc Mechanics Tool Set https://t.co/Btl97F9RRU
26191                                                                                                                                                                 @Nike where you at?
26192                                        RT @BettyBooper36: @Reuters It must be nice to be paid BIG BUCKS when you have been involved in a BIG WRONG..am I missing something or what…
26193                                                                                                                                                     @Tesco @jamieoliver go away lol
26194                                                                                                   RT @primetime___21: I’m HERE for this AS WELL! ✊🏾 @Ford https://t.co/qNVymWgvdw
26195                                                         Homegate with Lipton® Iced Tea from Walmart this NFL season. @Walmart #LiptonHomegating #Sponsored… https://t.co/DAPqDGavLC
26196                                         @itzs_deeps @vijaytelevision @Vivo_India @ikamalhaasan #Riythvika #riythvikaarmy @kriskuty @endemol @Colgate can u… https://t.co/bdQn0vaSpj
26197                                                                                       Check out Zella Swim Boyshorts Black Swimwear Womens Medium 29S https://t.co/lnjRZkqolc @eBay
26198                                        @NevilleRay It’s too bad that this is a known issue w/82k views on support forum but @TMobile won’t do anything abo… https://t.co/pasH69VFak
26199                                                                                                                             @Reuters North Korean photo ops are the best photo ops.
26200                                                 #gold Check out It Happens Toilet Spray Bathroom Deodorizer 2oz. Bottle Spring CITRUS Scent -NEW  https://t.co/wkdJkl9heH via @eBay
26201                                        RT @Reuters: North Korea leader says ball is now in U.S. court: Russian official who met him https://t.co/49XSPJEdFp https://t.co/fJ2siX0E03
26202                                        RT @naralokesh: Had a good meeting with Nitin Saluja from @facebook India. Spoke about how Facebook can help us communicate with people abo…
26203                                                @Reuters I want Abe to discuss Northern Territories problem with Putin.   It's been an outstanding problem for longer than 70 years.
26204                                                                                       RT @Reuters: CBS to pay $120 million to Moonves pending probe outcome https://t.co/CGrbryaNCz
26205                                                                      Bid now to get this original artwork @eBay - https://t.co/mFok5qLfi5 via @eBay #turtles #seaturtle #artforsale
26206                                        36% OFF #sale #save #bathroomscale #scale #bodyscale @amazon Yunmai Premium Smart Scale - Body Fat Scale with new F… https://t.co/SaHrJbP3En
26207                                        @copter_dave @blizzard1118 @MSNBC @Nike @Ford @LEVIS Book learning never beats practical experience. To you I say D… https://t.co/RjDVxt3Icd
26208                                        Read this please. @CBS Board member threatened @kathygriffin’s career and tried to force her to send this crazy let… https://t.co/u7mOlboqT4
26209                                                                                                                      Check out my listing @eBay - https://t.co/miX7mDF1HZ via @eBay
26210                                                    @Cyphariana @PopCrave @netflix Really? Should everything make us happy? Are you happy that people blamed Ariana for Mac’s death?
26211                                        RT @jimmyfallon: Happy Monday!!! New shows all week - set your DVRs and TiVo’s. The @TMobile Central Park Show is this Thursday!! #FallonTo…
26212                                                                                                              @Reuters KIM IS PLAYING TRUMP LIKE A FIDDLE... https://t.co/Eee09As4M5
26213                                                             @beedogvolcano @RealHarryCherry @KayaJones @Nike @NFL @DICKS It’s the closest Harry will ever get to an actual woman 😂
26214                                                                                                                              @Reuters But will EU support it. that's more important
26215                                                               Check out St John Womens Banded Halter Bikini Top NWT Size 6 Wireless Magenta Gold Trim https://t.co/pHSMvD5Atm @eBay
26216                                                          RT @Reuters: May hopes parliament will support her Brexit plan - spokesman https://t.co/0q7DnMPfIr https://t.co/FpgwGhmIks
26217                                                                                                           @McDonalds @UberEats @Wendys I would rather go somewhere to get free food
26218                                        RT @TEAM_MALEC_76: 17 MILLIONS... WHAT ARE YOU WAITING FOR TO #SaveShadowhunters ?#TeamEdom @netflix @FreeformTV @hulu  @AmazonStudios @App…
26219                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
26220                                                                                                                                Feels like a wonderful to help increase @Nike  sales
26221                                        @BootstrapCook @essaysandwine @Tesco @jamieoliver That would be awesome Iv been following Jack Monroe for years and… https://t.co/oBWDstK1Z9
26222                                             @AskPayPal @PayPalInfoSec how did i get ban for my product  when theses are sponsored by ebay please help @eBay https://t.co/6cVUizc76P
26223                                        RT @jimmyfallon: Happy Monday!!! New shows all week - set your DVRs and TiVo’s. The @TMobile Central Park Show is this Thursday!! #FallonTo…
26224                                                                                                  @sontsports your Tweet was quoted in an article by @Yahoo  https://t.co/7YwYwl1dq8
26225                                        RT @lifestraw: Thanks to Prime members for making LifeStraw one of the top selling @amazon #PrimeDay deals. For each LifeStraw product sold…
26226                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
26227                                                                                                      Check out P!nk Ltd Ed Art Print by Jamie Osborne https://t.co/mBJHkyxEJH @eBay
26228                                                            Check out Pesaro Women's Brown Sandals Size 7 1/2 Medium NWOB #Pesaro #Sandals #Casual https://t.co/ktVAuU4UxM via @eBay
26229                                                                                                                                             @RodolfoForPrez @Walmart Y u at Walmart
26230                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
26231                                                   Check out NEW STYLE! Horse Bit Necklace Shiny Silver Plated Chain Equine GREAT GIFT! #Unbranded https://t.co/dpHyPzU0nW via @eBay
26232                                                                                                           Global financial crisis: 10 years on https://t.co/IhZmmTm4tn via @Reuters
26233                                        RT @phibai: @Reuters A coup by people he appointed.  Wouldnt that be ironic; Trump being removed from office by a shithole country style mi…
26234                                        RT @autoview: Barracuda Racing Audi RS3 8P “Shoxx” with exclusivity and style https://t.co/E72S5Tl0R0 @Audi @barracuda #Audi #RS3 https://t…
26235                                                                Check out 2Pac Tupac Shakur Rubber Phone Case Cover For iPhone 5 6 Plus 7 8 Plus.  https://t.co/LpL2flQsMv via @eBay
26236                                        RT @slpng_giants: Agreed. This is a travesty. Moonves gets paid millions to leave. His victims will get nothing. @CBS has a lot to answer f…
26237                                                           @ATT #Gigapower Current speed: 141.16 down / 91.17 up. That's 11.5% of a gigabit connection. #fiber #speedtest #broadband
26238                                        RT @theRE100: Congratulations @Sony on joining #RE100 – powering global entertainment with 100% renewable electricity from 2040! https://t.…
26239                                                                                 RT @kaosonia: Check out Large Sugar Skull Jewelry Charm - Bronze  https://t.co/3C1oMP1YdU via @eBay
26240                                                                                                                             Perfect fall jacket - https://t.co/GZMYr5mSwN via @eBay
26241                                         RT @Reuters: Trump administration to take tough stance against International Criminal Court https://t.co/o5LrISTM5o https://t.co/4YciB4QQkL
26242                                                                                                                                      @WWERollins @Hyundai @hopeonwheels My favorite
26243                                                                            RT @Reuters: CBS to pay Moonves up to $120 million depending on outcome of probe https://t.co/Dlw3PLZ0Oh
26244                                                                                                                       @Lord_Frosty @Reuters Many sources..trust them more then most
26245                                                 Check out Hasbro 2012 Furby Boom Blue &amp; Yellow Electronic Talking Interactive Pet Toy #Hasbro https://t.co/tAdoD3GW5J via @eBay
26246                                                                                                                                                  @Nike tell this to your slaves lol
26247                                                                  Check out Crusader of Centy 16 bit MD Game Card For Sega Mega Drive For Genesis  https://t.co/h6ATbdZX4G via @eBay
26248                                                       Check out DIAMOND RING SOLITAIRE 2 CARAT E VS1 ROUND 14 KARAT WHITE GOLD 6 PRONG SIZE 4 -9  https://t.co/BxJ2Y2rt1m via @eBay
26249                                        RT @Melkyor_Arsenal: Second time @easyJet refused to compensate me for a 10 hours delay arguing it was not their fault but the weather or a…
26250                                                                                     RT @hopescloset2: Check out Nashville CMT 5 Poster Gift Set   https://t.co/2uKhr5iwtn via @eBay
26251                                                                                                               @LibertyMarieEP @KelloggsUS @KelloggsUK @keto @lchf @jerf Great idea!
26252                                                            RT @AndyKroll: What it was like inside a @Nike call center after the Colin Kaepernick ad dropped https://t.co/4tdfA4LWXc
26253                                                         @PayPal playing games with my payment never have I sent money and it took a week to go through 🤦🏾‍♂️I got deadlines to meet
26254                                                               Check out Weekly The Pro Wrestling 154 Magazine 1985 Dynamite Kid Daybee Boy Smith  https://t.co/FFXvw7XKM5 via @eBay
26255                                                                                                                            @Tesco @jamieoliver Another reason not to shop in @Tesco
26256                                                       Check out Kitchen Use Silver Gold Bowl Spoon Set Solid Brass Bowl Set Wedding Return Gifts  https://t.co/dfcK5qpW7m via @eBay
26257                                                                      @Yahoo @yahoomail help me sign into my email. I changed my phone number and have not recovery email. Halppppp!
26258                                        @Smitchalot @BootsUK @Tesco Hi Sarah. Thanks for getting in touch. I'm sorry to hear you are unable to reach us via… https://t.co/Ksnvtf5g4a
26259                                                                                                          Master of the Fleet by Sultonna Nadine https://t.co/ncOwyQ3ib4 via @amazon
26260                                        RT @DerronEShort: Had the greatest laugh today.... went to @Walmart today and watched to see who was not putting back their carts.... thoug…
26261                                        RT @steph93065: The President is trying to save the United States from Chinese economic world domination but @Apple will undoubtably side w…
26262                                        RT @Ace_2984: @TeAmoEric If the army is supporting @Nike and @Kaepernick7 what the hell is the #NikeBoycott for? Why are people burning clo…
26263                                                                                               Rouhani: U.S. asks Iran 'every day' to begin talks https://t.co/o2XqHDGhUv via @Yahoo
26264                                                                                                                 RT @Nike: Don’t settle for homecoming queen or linebacker. Do both.
26265                                                                                                                                                    @_SJPeace_ @Nike recognize him ?
26266                                                                                                       New @Nike Air Max 90 Premium available in-store now ! https://t.co/TTU4gwK8AI
26267                                                              Check out Glittered Wooden #Halloween #Ornament~Cat with Pumpkin~Vintage Card Image  https://t.co/MWSJNjqVc7 via @eBay
26268                                                            Check out NWOT CROFTON 4 PC PORCELAIN ICE CREAM BOWL/SPOON SET w/NWOT GOOD COOK SCOOP  https://t.co/2f20cNmmui via @eBay
26269                                                          Check out ELOPE Steamworks Adult Size Brown Conductor Hat Steam Punk Age 14+ NEW! #elope https://t.co/kVokyA3ons via @eBay
26270                                                                                        @CamelTow72 @NineLineApparel @Nike You red necks don’t like facts when it’s plan as day!!!🙄
26271                                        RT @HastingsHotels: Meet speakers from @facebook  @Google @Shopify @stackla and @ReviewPro as Digitalk: The Conference will take place at t…
26272                                       RT @AvgeekMel: Happy #GibraltarNationalDay 2018🇬🇮 😃 Here is a photo of @easyJet @Airbus #A319 planes on the unique runway at Gibraltar Airp…
26273                                                   Check out VCA Van Cleef &amp; Arpels 950 Platinum Wedding Band Ring 10.2g Orig Box Size 8.5 58  https://t.co/zdOdQfnOC6 via @eBay
26274                                        RT @Veronasue: Check out #KTone #Headless #Electric #Guitar FREE SHIPPING #USA #Seller https://t.co/rnC9E0Smu4 @eBay #ebayseller #ebay #eba…
26275                                                  RT @belenbecerra: Applications are now open for the @Reuters 2018 photojournalism grants. #photojournalism https://t.co/R5eI5ueCSl
26276                                           RT @okayafrica: This @WizkidAyo &amp; @Nike collaboration jersey sold out in a few hours! https://t.co/UzvU6rKXyX https://t.co/9ktQSNShub
26277                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
26278                                    RT @1JohnEBravo: Screw @Nike @Kaepernick7 &amp; The @NFL all capitalizing financially off thier sheep by playing the race card! https://t.co/eX…
26279                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
26280                                                                                                                                         @Jekkuto @CARandDRIVER @Ford What an idiot.
26281                                                                                                                                            @BleacherReport @Audi Best QB in 2 years
26282                                                          RT @LydiaPenn1: I’m just a superfan standing in front of @CBS begging them not to cancel my favorite show #SaveBBUSA #bb20
26283                                                          RT @Reuters: VW investors seek $11 billion damages over dieselgate scandal https://t.co/xEfNLsjgFj https://t.co/IlEwlfOPuR
26284                                                                                                                        @3dprintindustry @HP I spy with my little eye @BrianaBilauca
26285                                                                                     @Reuters Trump is handing the world on a silver platter to China and Russia...talk about # MAGA
26286                                                                                                                      Check out my listing @eBay - https://t.co/czcagE37qt via @eBay
26287                                                                      New from me -- Source: @intel 14nm CPU Shortage Tied To 10nm Delay https://t.co/RgZwW7udCl $INTC tip @Techmeme
26288                                                                                       RT @theunlockr: I finally caved and bought the @Sony 24-70 f2.8 GM 🤷 https://t.co/shPEjYDnl7
26289                                                                                                         @phoneradarblog @Google @amazon #MotoG6Plus is the ultimate news of the day
26290                                        Had a great time at @TIFF_NET yesterday with the @Apple team working with @InsideOutTO to recognize and celebrate L… https://t.co/wxFEXiG8jz
26291                                        RT @TRNewsX: @TrHaberX @cnni @BBC @AP @Reuters @dwnews @FoxNews @ABC @NBCNews @CBS @hrw @ariannahuff @OSCE_RFoM @davidakaye @AFP @SputnikIn…
26292                                                                                                                            Printed T-shirt MGLD https://t.co/Rk1AAWh4mG via @amazon
26293                                                                Luxurious Down-top Baffle Box 5-inch Gusset Feather Bed. Rest in Luxurious Co... https://t.co/pkUgBkMc8u via @amazon
26294                                                         Homegate with Lipton® Iced Tea from Walmart this NFL season. @Walmart #LiptonHomegating #Sponsored… https://t.co/XenoVkRiEC
26295                                                                                                                    RT @amoreimarketing: I'm done with @Nike https://t.co/fna5Ort3bF
26296                                                                               RT @kaosonia: Check out Sterling Silver Cutout Halloween Cat Charm  https://t.co/yxefuFRY6B via @eBay
26297                                        RT @ab1995wc: Sharing one of my favorite memories with @jeffsentell @DawgNationDaily @kroger from @DawgNation Invasion to South Bend.  #GoD…
26298                                                                                   RT @ReporterHannah: FYI-- @universityofga and @UofAlabama wear @Nike too. https://t.co/4dR38eeRa3
26299                                           @cafcaf1975 @Tesco 27th September the Huddersfield Business Show is here. Book your stand https://t.co/lJ4xWjQ8F7 https://t.co/x5or9p2fpr
26300                                                                                           @larrycot @Nike Thank you for your service. I'm sure you look spiffy in your new socks!🇺🇸
26301                                                     RT @Reuters: Ebola fight has new science but faces old hurdles in restive Congo https://t.co/nqORxLaawr https://t.co/JBdQwUklx2
26302                                                                                      Check out Mens Nautica Long-Sleeved Shirt Lt. Blue Size 17 34/35 https://t.co/w266ZKBnsm @eBay
26303                                                                                      Check out TERRA XIUN the Crystal Mage Collectibles Figure NIBToy https://t.co/wTgEgtlZhM @eBay
26304                                                                                                          RT @BMW: And no place is too rugged. The #BMW #X2. https://t.co/txyo7i2SWL
26305                                                                                   Check out 2005 Hasbro Parker Brothers Clue Mysteries Decoding Game  https://t.co/3NuUBwOmfH @eBay
26306                                                                     London England UK Souvenir Lot Guardsman Pyjamas Beefeater Teddy Bear Harrods https://t.co/nZc0Lrpj0G via @eBay
26307                                                                                                                            @BMW not all of your dealerships are performing well....
26308                                                                                                                @gregorytheleast @Reuters that's both neckbeard and incel. good job.
26309                                                        Check out Kids Ride-on Sport Car 12 V Ride On Truck Racing Off Road with MP3 + LED Lights  https://t.co/0KL9IqhMRv via @eBay
26310                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
26311                                                                                           Cat and the Meaning of Existence by John Daniel Clark https://t.co/uqPZ8533Aa via @amazon
26312                                                             RT @Reuters: U.S. energy secretary to visit Moscow September 11-13: RIA https://t.co/NVwjfeboQC https://t.co/RpydgANNGI
26313                                          NextEnergy bringing together perspectives from the ecosystem that will drive #EV adoption @Ford @Bosch_EV @ENERGY… https://t.co/FqNfHM9iCj
26314                                                                                                                handmade crazy lace agate necklace https://t.co/k7vxu9R76z via @eBay
26315                                                     RT @Reuters: Ebola fight has new science but faces old hurdles in restive Congo https://t.co/nqORxLaawr https://t.co/JBdQwUklx2
26316                                                           RT @Reuters: China outlaws large underground Protestant church in Beijing https://t.co/vqOTyihZ0e https://t.co/CIY4V5q4LR
26317                                                       Check out 10 To 50 Yard Ajrakh Printed Dress Material Apparel Making Cotton Running Fabric  https://t.co/gDSDPi2W72 via @eBay
26318                                                                                                                                                                      @netflix Hello
26319                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/5tmT4LENwq
26320                                                                               RT @Reuters: Evacuations in North Carolina as hurricane Florence roars closer https://t.co/oLDCTsrO7R
26321                                                                                                                 RT @Nike: Don’t settle for homecoming queen or linebacker. Do both.
26322                                                                                                       RT @netflix: Say hello to your next obsession: Elite. https://t.co/pCv2i8nFpH
26323                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
26324                                                                             RT @Reuters: Brexit deal 'possible' in 6-8 weeks if sides 'realistic' - Barnier https://t.co/18OEFW7Ur4
26325                                                                               RT @Reuters: Drugmaker GSK to eliminate 650 U.S. jobs https://t.co/RLI5JJvspz https://t.co/D7o8sqA2Nw
26326                                                                              RT @HomeDepot: #ProductRecall Alert: Rust-Oleum Black Satin Countertop Coating https://t.co/GyLbnWq997
26327                                                                       @BasicShadowStuf @netflix Hi @netflix! I'm from England and I'm a #Shadowhunters fan! 🇬🇧💕 #SaveShadowhunters
26328                                                                                               @txannieswi @Google @amazonecho I bought a tower fan yesterday that has a remote 🙌🏼
26329                                                       Check out J'Adore Magazine Barack Obama Historic Collector's Edition The Black Progression  https://t.co/EPx94unWei via @eBay
26330                                                                                        @netflix Me checking my free time and the series I have yet to watch https://t.co/1hH4dNo0nz
26331                                                                                                       RT @netflix: Say hello to your next obsession: Elite. https://t.co/pCv2i8nFpH
26332                                    @JamesKosur @AllResistNews Do these deplorables realize they are just giving @Nike free publicity &amp; sales just by t… https://t.co/Dx0udRdabX
26333                                         Hear @Oracle customers describe the real-world benefits of @OracleMgmtCloud to modernize their #systemsmanagement.… https://t.co/PIz3G5174O
26334                                                                          @thewritertype @Nike Perhaps they can include a pig cop embossed in the leather... https://t.co/MyLIGAFhQA
26335                                                    Started @Ford 6 years ago today and continue to be grateful for the change it has made in my life. Love my job. #gofurther #Ford
26336                                                       Check out Pottery Barn Kids PBK 4 Piece Witch Halloween Costume Hat Cape Shirt Skirt Sz 3T  https://t.co/MC6p463pKF via @eBay
26337                                               RT @readtiafanning: Taken With The Enemy (Print Edition) is $8.99 on #Amazon! https://t.co/3L5VboDo6K via @amazon and @readtiafanning
26338                                                                               RT @Reuters: Evacuations in North Carolina as hurricane Florence roars closer https://t.co/oLDCTsrO7R
26339                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
26340                                        RT @slpng_giants: Read this thread. @facebook is completely unprepared for anyone gaming their system. It’s just absolutely shocking. https…
26341                                                                                                       RT @netflix: Say hello to your next obsession: Elite. https://t.co/pCv2i8nFpH
26342                                                                                                                                                      @Tesco Ok thanks for your help
26343                                        RT @jimmyfallon: Happy Monday!!! New shows all week - set your DVRs and TiVo’s. The @TMobile Central Park Show is this Thursday!! #FallonTo…
26344                                                                                                       RT @netflix: Say hello to your next obsession: Elite. https://t.co/pCv2i8nFpH
26345                                        RT @maddproud: @AnGobanSaor @BocktheRobber @Nike @retweet_groups @retweet_it @ReTweetSL @TwitchBotOnline @Daddy9142 @getretweet @realDonald…
26346                                             @slpng_giants @facebook They certainly weren’t prepared for one of their administrators helping Cambridge Analytica backend their data.
26347                                RT @HelloVancity: Win a @Google Home Mini ($80 valued) via @BestBuyCanada &amp; @HelloVancity RT &amp; Follow to enter #PowerYourSpace https://t.co…
26348                                                                                                       RT @netflix: Say hello to your next obsession: Elite. https://t.co/pCv2i8nFpH
26349                                        @reviewero @netflix I grew up and threw away all the dibbas from last 5 years a while back. All the boxes! Gone! Po… https://t.co/DsNgHZ7eXh
26350                                        RT @slpng_giants: Read this thread. @facebook is completely unprepared for anyone gaming their system. It’s just absolutely shocking. https…
26351                                        @timeistheenemy @nicoleisnifty @dunkindonuts @Starbucks Yeah pretty much everything there is better than here. Like… https://t.co/xEgIvy4TWs
26352                                                                                                                                                                      @Nike Wow rude
26353                                                 Check out Women Basic 3/4 Sleeve High Low Solid Round Neck Tunic Dolman Top Tee Shirt USA  #Tunic https://t.co/D9cNlhQ3z1 via @eBay
26354                                        RT @Yahoo: Anna Kendrick lied to her 'Pitch Perfect' pals to spend birthday alone: 'I hate attention' https://t.co/VkPrp7LGIs https://t.co/…
26355                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
26356                                                           Check out this Amazon deal: ITART Micro LED String Lights Battery Powered... by ITART https://t.co/dCmYYqWoFJ via @amazon
26357                                                                                                               Check out La Fenice Venezia Black Pumps https://t.co/m6wTil6dBy @eBay
26358                                                                               RT @Reuters: WATCH: 600-meter long barrier to scoop up plastic via @ReutersTV https://t.co/F76OGqpxVP
26359                                                                                                        @QuebecYank @Nike please send him some socks so he is coordinated properly😉
26360                                                                                                                                                 OH this is so good @Nike #TakeAKnee
26361                                                                                                                               @NeueRegelIsHere @Dawn_DeMore1 @Nike It’s “too* fast”
26362                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
26363                                                                   RT @WasimDBX: @Reuters Personally i believe It will be great mistake of Angela if she ever send her troops there.
26364                                                                          Father's Day Gifts with James Baldwin Quote T-Shirts Fathers day gifts https://t.co/WI1eko22c9 via @amazon
26365                                                                                                    Hey @Nike offer that Louisiana Cory 10k in free stuff and make them look stupid.
26366                                                                                                                                I miss this show. Please add to the library @netflix
26367                                                                        @garyvee @eBay do you use a certain app or few to find garage sales?/ how do u find garage sales around you?
26368                                                                                                          RT @BMW: And no place is too rugged. The #BMW #X2. https://t.co/txyo7i2SWL
26369                                                                                                                      Check out my listing @eBay - https://t.co/Ug7DDCLqHS via @eBay
26370                                                                                                   How you know it's football season: My garbage can is filled with @Starbucks cups.
26371                                                                    @FoxNews @Nike Give Ben Zahn a call (504) 468-7206; I think he has a pair of slightly used Air Jordans for sale.
26372                                         RT @HOHATL: The way that @edeweysmith is breaking down the different types of @Nike (victories) is LIFE CHANGING.  #LiveBetter #NikeSunday…
26373                                                  Check out Cartier 1999 Limited Edition Big Square Top Ring 18K Yellow Gold Orig Box Size 6 #Band https://t.co/u2gIyJvmYA via @eBay
26374                                        RT @GeorgeMcCallum1: So I just found out that @Nike 's #JustDoItSafely was started by the one and only  @jay_daniells @DontPanicLDN https:/…
26375                                                          RT @riveredgewriter: Check out 1976 Toyota Celica Owners Manual and Guide In Vinyl Case  https://t.co/wbSKHwA8EY via @eBay
26376                                                                                                                                          @seewhatsnext @netflix Bro. Spoilers. 😐😔
26377                                                                                        Check out The Commission DJ Compilation Mix CD 2 Disc Set  https://t.co/nQpCUXxvnd via @eBay
26378                                    RT @ApocalypticPost: THE RURAL RANGER A SUBURBAN AND URBAN SURVIVAL MANUAL &amp; FIELD GUIDE OF TRAPS ... https://t.co/I06eodhaWk via @amazon #…
26379                                                                                                             Hey @netflix I'd love to watch #Ozark but ummm? https://t.co/T5qdvcpF9B
26380                                                      RT @Reuters: Japan's Abe aims for constitution change in bid for extended term https://t.co/a0IHILrSgD https://t.co/XZbBLAdl9U
26381                                                                           @Sony plz stop this torture....too much personal stories &amp; emotion. At times stretching too much #KBC
26382                                                                                      @netflix how about taking down a film that mocks people with seizure disorders? #TheAfterParty
26383                                                                                                                                                        @rrradicaljalen @ASOS Please
26384                                                                                   Check out Vtg Brass Horse Bridle Medallion Charm Decoration     https://t.co/BWzliak6qi via @eBay
26385                                        RT @ReaderAdrift: @Reuters Putin has been cultivating the Religious Right for years. Perry is one of Trump's #WhiteEvangelicals https://t.c…
26386                                                                                    @Tesco @jamieoliver imagine wanting that nonce to represent your company https://t.co/iKlR6AnIWD
26387                                                                                         RT @Reuters: Florence strengthens into Category Four Hurricane: NHC https://t.co/hPWD0BDtqB
26388                                                                          So Netflix is working on my computer but not my PS4. Anyone experiencing this? @netflix @Sony @PlayStation
26389                                                     Check out Federal Glass Bowl Pioneer Intaglio Fruit Center #IntaglioFruitCenter #FederalGlass https://t.co/173jP82dvc via @eBay
26390                                        yo @WellsFargo stop sending me new cards unless I ask for them. Couldn’t use my card this morning cuz y’all sent me… https://t.co/K1X21Ki8E7
26391                                        RT @wildwayne: So this how the mayor of Kenner is playing the game? So @Nike is off limits? Maybe Mayor Ben Zahn should be recalled from hi…
26392                                                                                                                                                  @flopezluis @Google Wow! Congrats!
26393                                               RT @readtiafanning: Taken With The Enemy (Print Edition) is $8.99 on #Amazon! https://t.co/3L5VboDo6K via @amazon and @readtiafanning
26394                                           #makeoffer on this Antique Brookins Oil Dispenser flex spout Model B-11 Used GC Rustic Patina #Brookins https://t.co/6y9pyLcVMo via @eBay
26395                                                                                        @FroyNoy @beehive1027 @NFL @Nike I've reported them for impersonating military &amp; police.
26396                                                                      @Reuters In equivalent normal people news: Woman can’t find ten dollar bill she tucked into her jacket pocket.
26397                                                      Check out Pre-Owned Men’s US Polo Assn. USC50022 Leather Band Watch #uspoloassn #DressFormal https://t.co/ovtfN1vWan via @eBay
26398                                           #MAGA @CBS SEXUAL PREDATOR #CEO Les Moonves Resigns After Latest Sexual Harassment Allegations https://t.co/gmO0yNHZre via @BreitbartNews
26399                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
26400                                                          @Variety @directvnow @ATT When will Natalie hire women directors for her production company 9 Male dir. And one female her
26401                                         RT @EmilyReviewsCom: With Expedia Add-On Advantage from @Expedia you can relax! You don't have to worry about planning and paying for your…
26402                                                                             RT @Woman_Subject: #TheXfiles25th  remember when @netflix did this?  I'm crying https://t.co/QQpo8CuoTD
26403                                        @uncriticalsimon @Middlepath_8 @cjsnowdon @Tesco which point? I didn't like his blaming brexit for a few of his ven… https://t.co/XN2QpC5TF3
26404                                                                                                       RT @netflix: Say hello to your next obsession: Elite. https://t.co/pCv2i8nFpH
26405                                        RT @aorelien83: @easyJet My flight got cancelled at the last minute from Lyon to Edinburgh. Had to paid £447 to reach my final destination.…
26406                                        RT @FedEx: We make millions of deliveries around the world every business day. But we deliver more than just packages or pallets. We delive…
26407                                                                                                                        @Google my gmail stop receiving emails need help ASAP please
26408                                        @Nike LOSER LIBERALS IN SPORTS! Serena Williams has childish tantrum in US Open - winner apologizes for beating her… https://t.co/Cn0xliwF8d
26409                                        @Ildymojo @netflix @tomellis17 @LaurenGerman @Henderson_Joe I'm kind of upset with netflix about them firing Danny.… https://t.co/WrIUwZbcMJ
26410                                                                                                                              @madback @amazon @LifeItselfMovie Glad you made it in!
26411                                                                                  RT @ASE: We buying @Nike burning @Nike — what about the kids making @Nike? https://t.co/FUjNI8pBTx
26412                                                                                   #MaryKay #Lotion Set - #Travel size - #Donation to #MSSociety - https://t.co/QK504xZOz7 via @eBay
26413                                                                                                        @briantong @amazon You don’t just download the games?  Much faster delivery.
26414                                            @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell @timkaine… https://t.co/8bU9lWD0lu
26415                                                       Check out Fashion Little Monster Card Holder Case PU Leather Pocket Pouch Business Travel   https://t.co/bQONKJESsd via @eBay
26416                                                                                                  RT @JimHalpert__: Can we please make these happen @netflix https://t.co/rzuEuDV6Xh
26417                                        RT @slpng_giants: Read this thread. @facebook is completely unprepared for anyone gaming their system. It’s just absolutely shocking. https…
26418                                                                                                                                        @marcorubio @YouTube @Google So are the @gop
26419                                                                                                                                 @skorpyos @Reuters He has a real race on his hands.
26420                                        @AGJefffSessions @Alwaleed_Talal @21CF_Impact @Citi @Apple @Twitter @newscorp @realDonaldTrump What A Reflection ma… https://t.co/cQl7z0KZDK
26421                                    4 wks into her chemo &amp; I just now realized that  @Starbucks is right next door! It really helps w/ these 8 hour che… https://t.co/dYG7x9mKFQ
26422                                       RT @J_Piddy: @DFB_Team_EN @adidas Are you seriously going to make me choose?! It’s like asking a parent who’s their favorite child! 😩 https…
26423                                    #palmoil company @Indofood exploits workers. I want @RSPOtweets to kick the rogue company - and @Nestle &amp; @PepsiCo’… https://t.co/CzwkvopAT7
26424                                                          Check out SEATTOL SEAHAWKS NFL CLASSIC LOGO REFILLABLE OIL CIGARETTE LIGHTER. #Unbranded https://t.co/e4ZTmAw8KX via @eBay
26425                                                                                 RT @Reuters: Factbox: U.S. stocks to watch as Hurricane Florence approaches https://t.co/qV4rMPaBjq
26426                                                               @Smack_xo @KelloggsUS Not this vanilla flavor. 99% sugar. If this remains I’m no longer a fan https://t.co/yEh6yTgxdS
26427                                        RT @woman16_wonder: Sacrifice.  Service.  Honor.  Everything @Nike or Colin Crapernick is NOT!!!!! #BoycottNike #BoycottNFL https://t.co/GC…
26428                                        RT @Okay_Wasabi: Hi Guys @KelloggsUS Kellogg’s in South Africa Is Terrorizing Us. They’re Saying They Are Phasing Out The Original Rice Kri…
26429                                                                 after 5 iPhone 6s I am in dire need of an upgrade @Apple plz help me... before I end up with a hand me down Android
26430                                        RT @MakeAWishUK: 8-year-old Jacob wished for an aircraft experience. We'd like to say a huge thank you to @easyJet and @CAE_Inc who gave Ja…
26431                                                Just had an email from @StarbucksUK about their new autumn coffees! So pumped that there is a @Starbucks on… https://t.co/WT5OmgTlRS
26432                                                              Check out Pre Owned Woman Within Natural Fit Jeans Size 20w #WomanWithin #NATURALFIT https://t.co/Syhv0qC4K5 via @eBay
26433                                                                                                                          @johnrich @Nike You were saying??? https://t.co/9sNmilJeLY
26434                                                      Check out #3 split rings for fishing &lt;&lt;50 stainless steel &gt;&gt; USA made #Worthcorp https://t.co/jDVw7bbIGf via @eBay
26435                                                                                                               Watching @boyanslat at #OceanHack @salesforce https://t.co/zYZQ3Bgkk6
26436                                         RT @MopeyLonesome: @Nike where you at?  My boy threw himself in front of a machete wielding maniac and saved a life.  He needs some kicks.…
26437                                        AIG shares have lost more than 95 percent of their value since 2007. The company's CEO tells @Reuters how his plans… https://t.co/2Huj3Ew6aj
26438                                                                               Mistletoe Wishes: A Regency Christmas Collection by Anna Campbell https://t.co/hSmoSBjqNt via @amazon
26439                                        RT @evankirstel: - @webtextdotcom is now in @Cisco #SolutionsPlus Program complement and augment Cisco’s advanced technology products to cr…
26440                                                                           RT @Reuters: Republican Florida governor candidate DeSantis resigns from Congress https://t.co/MerDdEgF6s
26441                                            $1 ENDS TONIGHT Check out 2015 Panini Contenders Draft Willy Adames 2/23 auto cracked ice rookie card Rays https://t.co/BQUArLslVy @eBay
26442                                                                   RT @Reuters: Trump adviser warns of tougher response if Syria uses chemical weapons again https://t.co/NSY68lSoOt
26443                                         RT @lift_and_thrift: Check out Born Concept BOC Womens Size 6.5 Mules Clogs Slip On Comfort Work Animal Print https://t.co/zFCRruVRH0 @eBay
26444                                                                                         @KaitMarieox @Nike  Time to get your lawyers on this...I can think of no one more deserving
26445                                        I wish there were a section on @amazon for you to write notes to yourself about why you added something to your car… https://t.co/ZYBWGxCFM3
26446                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
26447                                        @dw_farrell @Reuters Oh please! So another cultural Marxist bull s*** “word” we are not allowed to use because of t… https://t.co/gnZbsdVQcS
26448                                                                                                       RT @netflix: Say hello to your next obsession: Elite. https://t.co/pCv2i8nFpH
26449                                        RT @AmericanExpress: In this week's #CSR Now! @TimMcClimon looks at the four Ps of #leadership as discussed at the latest Amex Leadership A…
26450                                                                  RT @codingjose: What a proud dad @kaanmamikoglu! Talking about Firebase @gdglondon @Google https://t.co/jzsDHTP8Gf
26451                                        RT @SerendipityDizl: Dear @Nike and @NFL (who had the entire off-season to come up with a plan to deal with your players’ #crookedkneesyndr…
26452                                                       Check out 10 Feet Blue Topaz Hydro Seed Bead Chain 3-4mm 24k Gold Plated Rosary Wire Chain  https://t.co/LlfMhB9fns via @eBay
26453                                                                          RT @Reuters: 'In the bull's-eye:' North Carolina orders evacuations as storm nears https://t.co/aw3L1cvkii
26454                                                                                                       RT @netflix: Say hello to your next obsession: Elite. https://t.co/pCv2i8nFpH
26455                                        RT @krumclass: My @DonorsChoose project is currently being matched by @verizon! Even a $5 donation will make a huge difference. Will you he…
26456                                                                                       @FarLeftWatch @Twitter @facebook @realDonaldTrump Antifa like Anti-Fascists ? lol nice joke !
26457                                                            Check out 2014 National Treasures JIMMY GAROPPOLO Rpa - Rc Logo Patch Auto /99 Bgs 9.5/10  https://t.co/zQVvOEfc0b @eBay
26458                                                                                             @TomPelphrey @MarvelIronFist @netflix I loved it. I loved your performance as Ward 👌🤛
26459                                                      Check out Angie Long Shirt Short Dress Red Brown Pink Artistic Womens Size S #Angie #KnitTop https://t.co/OlnatGyIcI via @eBay
26460                                        RT @calicoe509er: A mural of @Kaepernick7 someone did out here in my city #Yakima #Washington #JustDoIt #Nike #NFL @Nike https://t.co/eEq3q…
26461                                                       Check out 10 Feet Ruby Aventurine Rondelle 3.5-4.5mm Faceted 925 Silver Plate Rosary Chain  https://t.co/kBsNGNeCPw via @eBay
26462                                                              #FREE at the time of post! One Last Kiss (Affair Without End Book 1) by Susan Ward https://t.co/ohMecyiM7f via @amazon
26463                                         @Susie2527 @elvisknievil @darhar981 @Nike Trump didn't respect Obama. But I guess not respecting a black man is ok… https://t.co/oopIxsDoBB
26464                                              RT @SarahHatchWF: Proud to be part of @WellsFargo. Especially proud of their support of #LATTITUDEISEVERYTHING https://t.co/6qLR5awI6d
26465                                        RT @calicoe509er: A mural of @Kaepernick7 someone did out here in my city #Yakima #Washington #JustDoIt #Nike #NFL @Nike https://t.co/eEq3q…
26466                                        RT @calicoe509er: A mural of @Kaepernick7 someone did out here in my city #Yakima #Washington #JustDoIt #Nike #NFL @Nike https://t.co/eEq3q…
26467                                                                          RT @Reuters: 'In the bull's-eye:' North Carolina orders evacuations as storm nears https://t.co/aw3L1cvkii
26468                                        RT @calicoe509er: A mural of @Kaepernick7 someone did out here in my city #Yakima #Washington #JustDoIt #Nike #NFL @Nike https://t.co/eEq3q…
26469                                              @Lastmedic @D0li0 @LizzyHock1963 @GottsJeff @OneFatCatsMom @EnergyInDepth @Reuters People like to comfort themselves with fairy tales.
26470                                        @UndisputedDMG @realDonaldTardo @1traviswilliams @DewsNewz @CassandraRules @Apple @Nike I love doing community serv… https://t.co/alO4n8wMYd
26471                                        RT @Okay_Wasabi: Hi Guys @KelloggsUS Kellogg’s in South Africa Is Terrorizing Us. They’re Saying They Are Phasing Out The Original Rice Kri…
26472                                        RT @Cisco: #AI is taking data centers to places they've never been before. See how Cisco technology is playing a part: https://t.co/wpJ7pEo…
26473                                                                                                                    @CBS  we hear you.  It took long enough.  But the Truth prevails
26474                                                         Check out Black Sun sitra Silver Plated Cuff-Links Gift for Men Women  #1StopCufflinkShop https://t.co/QtxXzHkRpe via @eBay
26475                                                                                              @Franklin_Graham @USMC @Nike @Kaepernick7 Exactly. My son too. They have not clue!  💔
26476                                     @TheHRH @Nike Why aren’t they heavily &amp; continuously covering the boycott you say?  Nike (NKE) up again today over… https://t.co/8XNrWHU7jo
26477                                                                                 When @target is out of toilet paper but their @Starbucks is giving out free samples so it evens out
26478                                        RT @lowell_rice: @PMATT16 @eatadog @RealJamesWoods @Nike Tim Tebow was thanking his Savior and Lord. Kapperneck was praising himself. He be…
26479                                                     Check out Soft Surroundings Gold Metallic Cotton Blend Cardigan Top Shrug Size Medium  #Shrug https://t.co/wbVo3NBxaM via @eBay
26480                                                        Check out Handmade Crocheted Soft Acrylic Wool Statement Necklace Blues Colors Steampunk   https://t.co/YtW1alkfJp via @eBay
26481                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
26482                                                                                   RT @jpmorgan: Investors should be cautious of the revival of so-called value stocks. Here is why.
26483                                        @CMOMaharashtra @Dev_Fadnavis @HP Corrupt authorities of food and drug administration Maharashtra State are enjoyin… https://t.co/8Dj6i4op8i
26484                                                                                                                                 @ShaneRWatson33 @AmericanExpress So beautiful watoo
26485                                                                                                                                           @Tesco @jamieoliver Fucked up here @Tesco
26486                                                                                                                          @pjsvids @BestBuy @BetteMidler @Disney Yay! You got it! :D
26487                                                                                                                    @strongblacklead @netflix @lodivadevine She is amazing! 💙💙💙💙
26488                                        RT @Google: “Technology is just a tool. It’s up to me to use this tool to make positive things happen. And I’m not just dreaming it; I’m do…
26489                                        RT @calicoe509er: A mural of @Kaepernick7 someone did out here in my city #Yakima #Washington #JustDoIt #Nike #NFL @Nike https://t.co/eEq3q…
26490                                        RT @ProudDaddy2Be: Check out Sexy Picture (GIRLFRIEND) https://t.co/r5GcbrkEau @eBay #Sexy #Slutty #Girlfriend #Revealing #TitsOnShow #Sexy…
26491                                        RT @calicoe509er: A mural of @Kaepernick7 someone did out here in my city #Yakima #Washington #JustDoIt #Nike #NFL @Nike https://t.co/eEq3q…
26492                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
26493                                        RT @woman16_wonder: Sacrifice.  Service.  Honor.  Everything @Nike or Colin Crapernick is NOT!!!!! #BoycottNike #BoycottNFL https://t.co/GC…
26494                                        RT @Tostitos: Luxury seats with room for #Tostitos snacks and @pepsi. Our double decker Tostitos Stadium Seat is @BarrySanders  approved. A…
26495                                        RT @Jessicasquared9: @thetasteofla @AmericanExpress @Delta @VegasFoodWine @AlanSemsar @BCLONA @Vegas2LAMag @tivolivillagelv @always5star @M…
26496                                                                                           RT @Wendys: @c_minix @McDonalds You can get a side of disappointment with your ignorance.
26497                                                                       Check out Greece #165 (A11 VF USED - 1901 1 l Giovanni da Bologna's Hermes  https://t.co/QMWn7bWgfo via @eBay
26498                                                               Check out 130 personalised mini stickers labels seals handmade by holly chirstmas mini  https://t.co/VJw0KQ1DwD @eBay
26499                                                      RT @snowstormsandy: @BambinoItaliano @Reuters Where is the outrage. Why is no one paying attention. I’m ready for #Muellertime
26500                                                                               RT @Reuters: LIVE: White House Press Secretary Sarah Sanders holds a briefing https://t.co/EwkcsyMuHA
26501                                                                                                                     @JayValenz67 @Yahoo And who the hell is going to enforce this?!
26502                                  RT @antgrasso: Natural Disaster Management using Blockchain and Internet of Things. Link &gt;&gt; https://t.co/Knu3sNnmR4 @preethi_mohan1 @IBM vi…
26503                                        RT @intel: A #VirtualReality experience for Smithsonian @AmericanArt Museum means artists like Marco Cochrane can share their messages with…
26504                                        RT @agoge_warrior: @Kaepernick7 @Nike All of the people posting Pat Tillman pictures are the equivalent of those posting ALL LIVES MATTER w…
26505                                        RT @SerendipityDizl: Dear @Nike and @NFL (who had the entire off-season to come up with a plan to deal with your players’ #crookedkneesyndr…
26506                                                                                                                  @madnesspsd @AskPayPal @PayPal it’ll use ur PayPal balance anyways
26507                                         RT @Lizzy522A: @JayValenz67 @Yahoo Remember....don't accept economy based on the wealth of the rich but based on the asset of all of us!!!…
26508                                                   Check out 24k Gold Plated Circle Necklace Small Gold Circle #Necklace Minimal Circle  #Handmade https://t.co/9Eb4ZNjiFr via @eBay
26509                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
26510                                        RT @BET: Shout out to Naomi Wadler for giving a voice to young black girls whose stories don’t make the front page news. @CocaCola honors t…
26511                                                       Check out THE WITCH TREE SWING Halloween Sunset Oak Witches Signed Print JOHN RANDALL YORK  https://t.co/DwjMsDsLvz via @eBay
26512                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
26513                                        RT @Reuters: North Korea marked the 70th anniversary of its founding with a torch parade through Kim Il Sung square in Pyongyang https://t.…
26514                                                                                                 RT @JohnLegere: @Scythezy @verizon @ATT @TMobile But am I?? https://t.co/0BlOjXm8g9
26515                                                                                                                      Check out my listing @eBay - https://t.co/rCX39zbEgt via @eBay
26516                                        RT @Reuters: Muslim minority in China's Xinjiang face 'political indoctrination': Human Rights Watch https://t.co/EUrBakAudb https://t.co/P…
26517                                          @usdetour @Nike @TeamUSA @newbalance @Reebok I bought #MADEINAmerica @NewBalance shoes.  That's another -$160 off… https://t.co/hiYfPIjmpD
26518                                                                                                        @Reuters Doesn’t feel like Kim is high on considering the Korea unification.
26519                                        RT @JayValenz67: China vows to respond if U.S. takes new steps on trade https://t.co/aYR0YZqYMo via @Yahoo China will respond if the U.S ta…
26520                                        @Starbucks Get $ 100 Gift Card for Starbucks Coffee FREE! Click on the website to get a free offer for a short time… https://t.co/GNkkPoN3MR
26521                                                                                                         @Starbucks Yes!!!!! I just need free coffee please! At least for a year! 🙃
26522                                                                                   Check out Vintage KS Boston Pencil Sharpener with Box AS FOUND  https://t.co/0SKKWRiOmN via @eBay
26523                                         RT @digitalmaiden: @shannonrwatts @Nike please notify legal dept of copyright infringement and extensive impressions .....does Nike really…
26524                                                         RT @yifanlu: Do NOT use @eBay until further investigation or an official response of possible hack! https://t.co/UOOIcdAanC
26525                                        RT @intel: A #VirtualReality experience for Smithsonian @AmericanArt Museum means artists like Marco Cochrane can share their messages with…
26526                                                                                RT @Reuters: Wall Street higher as tax cut hopes keep trade war fears at bay https://t.co/WDlnHWSRDu
26527                                                 Check out Allison Daley Womens Jacket Light Weight Windbreaker Pin Striped Beige 16 #AllisonDaley https://t.co/986LrtiDfj via @eBay
26528                                         @JayValenz67 @KikiAdine @Yahoo I’m a pediatrician and I have many times written a medical note telling a school to… https://t.co/y3GiAHhOGB
26529                                             Quite a pairing: @Walmart partners with @Microsoft to use @Azure to spur #digitaltransformation in battle with… https://t.co/2n9FDR7KP6
26530                                        RT @Reuters: North Korea marked the 70th anniversary of its founding with a torch parade through Kim Il Sung square in Pyongyang https://t.…
26531                                         @tobasoft @AntoineDennison @Matt_of_Geek @JonMalin @JoeQuesada @Marvel @Disney if you say so dude. Many CGers seem… https://t.co/3ThArfmbSg
26532                                         RT @tkwrtrilogy: #DeleteFacebook. @facebook once again kicked me off for NO REASON whatsoever--forcing me to create the 100th new password…
26533                                                                Crataegus Complex Drops | Highest Potency and Purity on The Market | 1.83 Fl ... https://t.co/Nfc2sXyE0D via @amazon
26534                                                                                         Perry Mason is good. I wish it was easy to watch online or that @netflix  had it. #hinthint
26535                                                                                                                                 @AlaskaBabe1225 @mamoobonnie @Nike Me too~~also! 😶
26536                                        RT @JayValenz67: Former Ted Cruz Campaign Strategist Has A Wake-Up Call For His Old Boss https://t.co/8P6bOHr8nf via @Yahoo What once seeme…
26537                                                                                                     @Ryanair Have mine booked with ye  to go see @ChelseaFC in the #EuropaLeague 👍
26538                                        @Ryanair please can you tell me when I should receive the compensation money? I received your letter on 16th August… https://t.co/bsl5shnZDc
26539                                                                                                      @SmailFord @Ford The Royal Crimson paint is great too! https://t.co/FTJNA0xdd5
26540                                                                                                                                          @Tesco You was right @philtrucker1510 😂😂
26541                                                                                                                            @PrettyErianna @DamnYou_Pretty @TMobile 😂😂😂they Crazy
26542                                                                                            @McDonalds what are ya doing. Is this how you make Big Macs now? https://t.co/uY1KumYC2S
26543                                        RT @mackdrama1017: @MikeEWinfield If we going to boycott might as well boycott @Walmart @Costco @Ford @GM just about everything is now made…
26544                                                              RT @evankirstel: #ATTinfluencer IT’S COMING @dez_blanchfield @Kevin_Jackson! @ATTBusiness @ATT https://t.co/qz5M6IRtPh
26545                                        @ReelSmartCookie @CBS I hope the investigation shows what we've been hearing for years: that it's unsafe to be a fe… https://t.co/dRbXSNsNzh
26546                                                                                RT @Reuters: South Carolina orders one million to evacuate ahead of Florence https://t.co/SMmnQC91EI
26547                                                       Check out Sport Running Belt Waist Water Bottle Carrier Holder Pouch Bag Waterproof Black   https://t.co/5YFNGvNADd via @eBay
26548                                        I think it’s fair to say that @Starbucks may not have great coffee but they do have amaaazing sugar-infused happine… https://t.co/NSlNdG9n0U
26549                                        RT @JamilSmith: A young black man working in the @Nike call center talked to @MattSaincome about the people who telephoned to tell the comp…
26550                                                        @Kaepernick7 @yourrightscamp This tweet came out just as I was searching @amazon for Kaep merch! Thank you! #ImWithKaep ✊🏽
26551                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
26552                                                Check out MENS SMALL PGA TOUR PURPLE POLO GOLF SHIRT SHORT SLEEVE AIRFLUX DRIFLUX SUNFLUX #PGATOUR https://t.co/dLQKb0MATe via @eBay
26553                                                                                                @Ryanair can you shed any light on why flight FR589 from Pisa is 6 hours delayed? Ta
26554                                        RT @Charles_Lister: @kshaheen @suriyegundemi_ Alleged @facebook page for #Russia’s #Hmeymim AB in #Syria has issued a stern warning to #Tur…
26555                                                 Check out Nike Jordan Jumpman Athletic Sweatshirt Hoodie Black Dark Grey Style 852201-580 #Hoodie https://t.co/XcLarCIHhu via @eBay
26556                                        @McDonalds No thank I am currently BOYCOTTING McDonald's they advertise on @FOXTV FOX NETWORKS so until the stop ad… https://t.co/FlAeVhzR2g
26557                                                                                RT @Reuters: South Carolina orders one million to evacuate ahead of Florence https://t.co/SMmnQC91EI
26558                                                                                    DK Readers Star Wars - Journey Through Space by Ryder Windham  https://t.co/jbS4oh7vkx via @eBay
26559                                               Check out 12/24 Hour Nixie Tube Clock in Cherry Wood Exclusive Home &amp; Office Home Decor  #Funko https://t.co/Ixf2fFZ8EF via @eBay
26560                                        RT @futureleanne: @SarcasmMyShield @moonbeam2007 @pricenrthlsvgs @KathieLGifford @TimeTravelStorm @goranvisnjic @CraigyFerg @Walmart Totall…
26561                                                                Check out LONDON RIVER by LESLIE FLY - SIXTEEN SIMPLE PIANO PIECES AND TWO DUETS   https://t.co/B9yc1mRye4 via @eBay
26562                                        RT @calicoe509er: A mural of @Kaepernick7 someone did out here in my city #Yakima #Washington #JustDoIt #Nike #NFL @Nike https://t.co/eEq3q…
26563                                                              RT @Reuters: A non-profit launches a 600-meter long barrier to scoop up plastic via @ReutersTV https://t.co/FPk200UiD1
26564                                        RT @Katie_WSteward: @easyJet I have been waiting since June 13th and still have not been contacted. This is way over 45 days and would appr…
26565                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26566                                                       Check out Train Toys Thomas Railway Track TTC52 N BRIDGE Thomas And Friends Truck Tomas Ca  https://t.co/q7Qc8CLnSo via @eBay
26567                                                       RT @Reuters: Exclusive: Venezuela signs oil deals similar to ones rolled back under Chavez - document https://t.co/10tE4e0wc4
26568                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26569                                          RT @hissunshinetx: Check out English Laundry Size 16 ½ 34-35 Purple Plaid Button Front Shirt L/Sleeve Cotton https://t.co/EZam9pOX6l @eBay
26570                                        RT @wildwayne: So this how the mayor of Kenner is playing the game? So @Nike is off limits? Maybe Mayor Ben Zahn should be recalled from hi…
26571                                        RT @BAXander1: Good Morning to all of my passionate #GuardiansOfTheGalaxy friends. Do you think @Disney @WaltDisneyCo @Kevfeige @RobertIger…
26572                                                                                                           @ATT we just hear a pop and our internet /cable went out. Help? @ATTCares
26573                                                                                         RT @Audi: Electric is going Audi in 7 days: https://t.co/YoXyhOXtnG https://t.co/GkZK1dTtyu
26574                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26575                                        RT @kimbarkley: @shawacademy Just signed up for the @TMobile offer and can't get in touch with you to change my start date. Every time I tr…
26576                                                                                                                                          @Tesco @jamieoliver @sainsburys it is then
26577                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
26578                                        RT @Reuters: North Korea marked the 70th anniversary of its founding with a torch parade through Kim Il Sung square in Pyongyang https://t.…
26579                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26580                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26581                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26582                                        RT @exxonmobil: Learn how to increase your car’s fuel efficiency by making just one small change. #SmallChangesBigEfficiency https://t.co/4…
26583                                        @JustinRose99 @TaylorMadeGolf @adidasGolf @Hublot @Mastercard @ZurichNAnews @MorganStanley @LamkinGrips Holding you… https://t.co/31Y7BXuZ2t
26584                                         RT @Apple: @fsbmma Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/dC0nLHlboE
26585                                                                                                                                          @JohnKelly58 @Ryanair @BLQairport LIS- HAM
26586                                        @JamieOGrady @OhNoSheTwitnt @CofOHardWorkU @Nike @Kaepernick7 That decision is made far above these girls un-paid g… https://t.co/CPjVYZxpXp
26587                                                                                                                               @KarriTweets @facebook Got it! Never thought to check
26588                                               Looking forward to heading down to the @Google offices in Dublin tomorrow for an algorithims workshop! 😀🎉💻 https://t.co/GE85oJen96
26589                                        RT @Reuters: It’s been ten years since the collapse of Lehman Brothers. @Reuters journalist Dan Burns discusses what has changed: https://t…
26590                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26591                                                               RT @Shell: What does your morning coffee have in common with a bike? ☕= 🚲 🤔 #makethefuture https://t.co/Iq4kY3xaiS
26592                                        @JustinRose99 @TaylorMadeGolf @adidasGolf @Hublot @Mastercard @ZurichNAnews @MorganStanley @LamkinGrips Absolute le… https://t.co/6urGaDl903
26593                                                                                                                                  @Reuters And now I love and embrace climate change
26594                                        RT @Apple: @AlvisWuofficial Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/E…
26595                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26596                                        @SherylReeder @MichaelRapaport @Atypical @netflix I’m a binger - it’s who I am :) plus it’s like watching my own li… https://t.co/D44IWxb3Ng
26597                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26598                                                       Check out 100% Organic Pure Hydrosol( Hydrolate) Floral Water organic plant therapy 100ml   https://t.co/8KhaSUOara via @eBay
26599                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/OhHe8gDLn0
26600                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26601                                                         Check out FOUR Guest Towels Napkins by Sombol Tribal Woven Print Dark Green Bohemian NEW  https://t.co/VOd5SX2aGD via @eBay
26602                                                                                                            @Apple When you turn it upside down it looks like someone taking a shit.
26603                                                                                                                                                 @_kwasi_b @vsco @Apple Brilliant ⚡️
26604                                                                                      @twm999 @HP @Microsoft Legit me 3 hps broke down on me until I got a Mac and lasted me 7 years
26605                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26606                                                                                                              Check out Curve - Doppelganger - CD  https://t.co/WwD1aDgIWO via @eBay
26607                                                                 @Nike loving your ads. Could you not do one with the legend - Keneneisa Bekele (possibly the greatest runner alive)
26608                                                                                                 @ElJoeDeez @Apple https://t.co/eksoUgpBub  They are too smart to buy Apple products
26609                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26610                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26611                                        RT @Apple: @Ninadjjd Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/7kthHbnF…
26612                                                                   Just saw this on Amazon: Goodthreads Men's 5-Pocket Chino Pant by Goodthreads https://t.co/l7EWD0pkZu via @amazon
26613                                                          RT @Military_Edge: U.S. military drawing up options should Syria use chemical weapons https://t.co/9k7aiAioBD via @Reuters
26614                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26615                                         @Ryanair hey Ryanair! How are you? What’s 68 miles away from where you are now? Would you call it by the same town… https://t.co/bDV6rTYcfS
26616                                     #RT @MikeQuindazzi: The #FutureOfWork gives rises to the #gigeconomy &amp; independent worker &gt;&gt; @salesforce via… https://t.co/hdq8eMbZ7e
26617                                                         Homegate with Lipton® Iced Tea from Walmart this NFL season. @Walmart #LiptonHomegating #Sponsored… https://t.co/sLYjxKRKjf
26618                                                         Check out Kimchi Blue womens beige light flowy long sleeve top size S #KimchiBlue #Blouse https://t.co/hWcIjMwsCJ via @eBay
26619                                                                              RT @Apple: @RamArun13 Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/hcyCJwB4Ht
26620                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26621                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26622                                                                                             @cryinginmyblood @PopCrave @netflix I claim each of them but I prefer Prue to Paige too
26623                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
26624                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26625                                        @Reuters @ReutersTV Everyone knows the @nytimes is not serious journalism. It's kind of like one of those magazines… https://t.co/ah0p0VWAaq
26626                                       @joshuamurphyy @Apple Think it’ll be available to pre order towards end of month and then come out mid October😬 hop… https://t.co/olCPXudPRv
26627                                                                                          @SurajKapoor @JulianMoncadaNY @Nike Amen. Proud to work somewhere that reflects my values.
26628                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26629                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26630                                                                    RT @Reuters: Moto2 rider Fenati dropped by team after brake grab https://t.co/fLQbMa881O https://t.co/jy4NNXiiii
26631                                              Our gratitude also goes to 2018-19 Platinum Sponsor @verizon! We appreciate your longtime support of the VACP! https://t.co/m9soMvRz6O
26632                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26633                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26634                                        @BeffernieBlack @Tesco It won't! Half of it will be out of date. Mince pies for Example don't see the start of Dec.… https://t.co/J9IE3rMkR2
26635                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26636                                                                                                           @FIATUSA @Ford @FordPerformance this 👇🏽👇🏽👇🏽 https://t.co/acV6k53Nz5
26637                                          @pjequalsdope @theoafuloffice @FoxNews @Nike @Kaepernick7 @realDonaldTrump Is that another way of deflecting ODB?… https://t.co/VmjEss3wAJ
26638                                                        Check out Vastar Adjustable Pet Dog Cat Safety Leads Car Vehicle Seat Belt Harness #Vastar https://t.co/dB7CelHEl0 via @eBay
26639                                     RT @cassbennett14: This is how @facebook supports moms trying to breastfeed.. I’m trying to sell a breastfeeding tool &amp; they block me from…
26640                                                                                                      @Samanth41674105 @KrisParonto @Nike you should had this photo as your campaign
26641                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26642                                         @Reuters And we paid them how many billion to stop their nuclear weapon program?! Thanks Obama.  Maybe he can talk… https://t.co/1Ws8lL9Qre
26643                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
26644                                      @Reuters wow it happened in the heart of terror state&amp; u knw it &amp; ure pinning it on Iran ..the whole world is seeing what Ure doing !!
26645                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26646                                                                         @bakerbobhudson @FLeWchie @Nike hahahahaahahaha look at his look at me afro - just in time for the campaign
26647                                                                                                 Check out Star City Black Dress Pants Size Juniors 11 https://t.co/xIEIZTqz1V @eBay
26648                                                                                         RT @Audi: Electric is going Audi in 7 days: https://t.co/YoXyhOXtnG https://t.co/GkZK1dTtyu
26649                                                        RT @c_klassen77: @LanaParrilla @BarbaraHershey8 @kobebryant @TheEllenShow @McDonalds @UNEnvironment Lana you are a blessing!
26650                                         RT @JamieOGrady: Something called @CofOHardWorkU (College of the Ozarks) has a women's volleyball team that is ditching its @Nike uniforms…
26651                                        I just noticed something. With whats happening regarding Hurricane Florence. @Google Why is the official NHC websit… https://t.co/pAPWEmCSdB
26652                                                                     RT @Reuters: Iran ordered to pay $104.7 million over 1996 truck bomb attack: U.S. judge https://t.co/qboZpKAS23
26653                                                                      Check out CAbi Size M Sheer Silk Blend Business Blouse Black V Neck NWT $89 #979 https://t.co/v7u0oYDq1r @eBay
26654                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26655                                        RT @CarlsbergUKCorp: We're rolling out our new Snap Pack in @Tesco stores from today. Are you one of the first to pick up the new pack? Twe…
26656                                        RT @Apple: @VenyaGeskin1 Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/O78k…
26657                                                                                               RT @lizardbrooks99: @reeses @amazon C.  REESE'S &amp; my mouth #NotSorry #Sweepstakes
26658                                                 @threeUK @easyJet Got #travelswagger upgrade for next week. Please confirm tote bags available for taking on board at Gatwick North
26659                                         RT @disciple96: @AlxLuvsBatman23 @TullyBecketFlyn @Nike @ToupsFamily @roseOyuma @PhelimMcAleer @GosnellMovie @RealDeanCain @DavidHarris707…
26660                                                                             Republican Florida governor candidate DeSantis resigns from Congress https://t.co/k0onJ6gJIW via @Yahoo
26661                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26662                                         @Tesco I’ve got an order via the app set to be delivered to my home address but I’d like to update the order to be… https://t.co/w5gTEPmrTP
26663                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26664                                                              RT @Reuters: A non-profit launches a 600-meter long barrier to scoop up plastic via @ReutersTV https://t.co/FPk200UiD1
26665                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
26666                                                                                                                                      @Tesco @jamieoliver Killed nice food this twat
26667                                         @marcmenchaca @netflix I can't stop watching that scene with your cover of the man who sold the world. it gives me… https://t.co/QDkZbJcIbi
26668                                        @JustinRose99 @TaylorMadeGolf @adidasGolf @Hublot @Mastercard @ZurichNAnews @MorganStanley @LamkinGrips Well deserv… https://t.co/x2f3ABbDIs
26669                                                   @tomleykis @HomeDepot Storm season. I own both.hd_lowes! I will be there at 2.50pm!!!#premium https://t.co/DAfLDqzGsY it today!!!
26670                                                                                                     @slpng_giants @ProcterGamble @DiversityInc Because differences in views are ok.
26671                                        RT @calicoe509er: A mural of @Kaepernick7 someone did out here in my city #Yakima #Washington #JustDoIt #Nike #NFL @Nike https://t.co/eEq3q…
26672                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26673                                         @comcast I wanted to add tnt and was promised I wouldn’t lose anything I already have. Now I don’t have HBO and my package isn’t available.
26674                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26675                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26676                                                Check out O Beach Two Piece Striped Bikini Set Swimsuit Swim Wear Bathing Suit  Medium New #OBeach https://t.co/i3V1DuZRA5 via @eBay
26677                                                                     RT @Reuters: Iran ordered to pay $104.7 million over 1996 truck bomb attack: U.S. judge https://t.co/qboZpKAS23
26678                                                                                    @allanzax @ZacksJerryRig @Apple Literally every Apple user: aT leAsT iT dOeSN't eXplODe 🤣🤣👌👌
26679                                        @morganlynn1992 @Starbucks Haha no problem! I wanted to get one the other day but they sold the last one to someone… https://t.co/uiN0RZvE3I
26680                                       RT @TomPelphrey: What’s everybody think of #IronFist S2??  @MarvelIronFist @netflix  If you hate it this is Ward’s fight face. 🤣 https://t.…
26681                                    RT @PopiconLife: 🎃👻Trick or treat eats! 🎃👻 Check out the limited edition @KelloggsUS Halloween cereals coming to grocery store shelves Octo…
26682                                                                                                                                        @eat_oumph @amysveggiediary @Tesco How much?
26683                                                                                          @CocoLaSienega @RenoAirport @AmericanExpress We look forward to welcoming you back soon! ✈️
26684                                                                      @Apple Wow! There are a zillion bots on this tweet. There can't be this many people brainwashed by Apple crap.
26685                                                              RT @evankirstel: #ATTinfluencer IT’S COMING @dez_blanchfield @Kevin_Jackson! @ATTBusiness @ATT https://t.co/qz5M6IRtPh
26686                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
26687                                        RT @EllisNoble96: @ASOS_HeretoHelp @ASOS Sent me the wrong item ! and the item you sent me is cheaper than the one I ordered willing to kee…
26688                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26689                                             RT @Reuters: U.S. approves possible $3.1 billion sale of E-2D Hawkeye aircraft to Japan https://t.co/4xcA7DM9tF https://t.co/Wxj2NyC81a
26690                                        @TimLawrence10 @TomPelphrey @MarvelIronFist @netflix Totally agree on this! Ward annoyed me early on in season 1 bu… https://t.co/pfluTm1D5s
26691                                                 RT @Reuters: Serena Williams' #USOpen treatment divides tennis world https://t.co/1fyisZ6t9L Via @ReutersTV https://t.co/nUTkTLeoIc
26692                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26693                                        RT @Apple: @VenyaGeskin1 Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/O78k…
26694                                                 Check out Vtg 80s Designer Lillie Rubin Space Age Dolman Batwing Slv Tapered Party Dress #Batwing https://t.co/xDZWuEnFyl via @eBay
26695                                        Another incredibly late delivery @Tesco. Delivery booked for between and 8 and 9. Still no sign of the delivery. Go… https://t.co/dBkRXv7wGO
26696                                                                                                                                                  @Reuters @ReutersTV Poor effort 🇬🇧
26697                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26698                                                                                                                            @LLubber @Disney Disney Pirate!! https://t.co/BES4Nmrl4v
26699                                                                                          RT @ASOS: @lilireinhart in the autumn 18 issue of ASOS Magazine ✨ https://t.co/oLjmiM7DUW
26700                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
26701                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26702                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26703                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26704                                        RT @Apple: @TechvideoApple Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/y9…
26705                                                                                                                                                                  @Apple Cheers boys
26706                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/j6lfgZZoOR
26707                                    Hi @Translink_NI - @easyJet charge £16.35 from Belfast to Fuerteventura (£32.70 return) &amp; you charge £7.10 return f… https://t.co/IYf0GSH69x
26708                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26709                                                                                                                                    @Apple waiting for the 2018 iMac announcement...
26710                                        @SRuhle @Nike Kenner is a suburb outside of New Orleans I use to live in New Orleans and kenner was not a nice city… https://t.co/4ApdIawUFN
26711                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26712                                                                                                                                    @carsonangel4 @nicoleeliseh @netflix Can’t wait!
26713                                                                                                       RT @netflix: Say hello to your next obsession: Elite. https://t.co/pCv2i8nFpH
26714                                                                                                         @adidas YO WHERE THE HECK YOU HIDING THEM DRAGON BALL Z SHOES I NEED A PAIR
26715                                             RT @Reuters: U.S. approves possible $3.1 billion sale of E-2D Hawkeye aircraft to Japan https://t.co/4xcA7DM9tF https://t.co/Wxj2NyC81a
26716                                          RT @Disney: Which realm would you like to visit? #DisneysNutcracker and the Four Realms is in theatres November 2. https://t.co/yBUMpPpUjS
26717                                           Tweeted for OldBaloo: Ambrielle 38D UW Bra Blue &amp; White Lightly Padded #Ambrielle #FullCoverageBras https://t.co/pi43yGHvId via @eBay
26718                                                                do it for philip @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca #WeWantEyewitnessSeason2
26719                                        RT @CleverlyCool: Check out FUBU Womens Shoes Athletic Leather Size 10 New 200110W VINTAGE #FUBU #Athletic https://t.co/5A0DqgI5CW via @eBay
26720                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26721                                        RT @art_ieva: Check out FREE SHIPP Porcelain Blue Horse Figurine Vintage Handpainted Collectors Item   https://t.co/B0hdYrmTrI via @eBay. #…
26722                                                                    Got #drunk last night. Ordered a 3D doodling pen off @eBay and performed surgery on my foot. Drunk me is wild 👀
26723                                                                                    @YasminePhoenix @NOLA_Mite @WWLTV @Nike @CityofKenner Both sides are childish playing this games
26724                                                                                           @25marz @Apple I have the iPhone 8 I like it and it’s cheaper than the x that’s $1000.00.
26725                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26726                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26727                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
26728                        RT @MikeQuindazzi: The #FutureOfWork gives rises to the #gigeconomy &amp; independent worker &gt;&gt; @salesforce via @MikeQuindazzi &gt;&gt; #AI #Uber #P2…
26729                                                                                                           @ellieskitchenuk @BEPPS_SNACKS @Tesco @SpringTonicPR Fingers crossed 🤞🏼
26730                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26731                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
26732                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26733                                                    RT @Reuters: Trump campaign cancels Friday rally in Mississippi due to hurricane https://t.co/QtWLE0lXMw https://t.co/WrDe3Sq51G
26734                                                                                                                    RT @ExtremeBlitz_: I want a refund @Sony https://t.co/LQT1yFsPPr
26735                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26736                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26737                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26738                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26739                                                         Check out  Birthday girl Minnie Mouse Post Card invite PDF printable invitation announce  https://t.co/9o5a1lxzKk via @eBay
26740                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
26741                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
26742                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26743                                                               Check out The Manhattan Toy Company Smiling Face Pillow Sleepy Head Pink White NWT  https://t.co/oklvVG6h9I via @eBay
26744                                        @SellJerri @TomiLahren @adidas You know Adidas backs Nike and Colin so you racists are gonna have to go with new balance they support Trump!
26745                                                                                               @lionking_007 @Kaepernick7 @pattillmanfnd @Nike Race Baiters! https://t.co/yrbeFF1KDX
26746                                                    RT @Reuters: Trump campaign cancels Friday rally in Mississippi due to hurricane https://t.co/QtWLE0lXMw https://t.co/WrDe3Sq51G
26747                                                                          RT @Apple: @DavidOliverrr Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/thUmegn6qd
26748                                                       Check out Sapiens Brief History of Humankind Yuval Noah Harari Pdf Epubmobi Kindle(tablet)  https://t.co/tqd33XhSYS via @eBay
26749                                                                             Check out 1995 Ty Beanie Babies Halloween Spooky Beanie With Tags #Ty https://t.co/ekc8H6dfgr via @eBay
26750                                        RT @Apple: @alfosorio19 Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/vIp9P…
26751                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26752                                        RT @Apple: @teekeefsosa Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/mAi8u…
26753                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26754                                          RT @DonFi4o: Check out Vintage Happy Laughing Buddha Glazed Porcelain Statue Colorful Decorative Figure  https://t.co/N9MUgS6MdV via @eBay
26755                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26756                                                                                                                              RT @TwoKingsVE: @thecoolfinds @eBay This is too cute x
26757                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26758                                                      Check out Kardashian Premium Denim Women's Jeans Missy Size 8 #KardashianPremiumDenim #Flare https://t.co/0dIc7uFnj1 via @eBay
26759                                            @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell @timkaine… https://t.co/kXz4mPSIkz
26760                                        RT @BatmanResist: @SteveKnight25 @WesternNational @AnheuserBusch @Chevron @ScarletAvengers @jomareewade @WWResists @1IronMan2018 @Realitysh…
26761                                                       Check out Schwarzkopf Bonacure Fibre Force Fortifying Sealer 5.07 oz / 150ml leave-in milk  https://t.co/MS4sIumANF via @eBay
26762                                                                                    RT @Reuters: House Republicans release second round of proposed tax cuts https://t.co/wuImYiwHIv
26763                                                                                                                      Check out my listing @eBay - https://t.co/XLGmosNwpN via @eBay
26764                                         RT @Apple: Join us September 12 at 10 a.m. PDT/1 p.m. EDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates…
26765                                                                                                                                                                   @Apple Thank you!
26766                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26767                                                                                                                                                   @FOX10Phoenix @Nike More to come!
26768                                                                                 @furkanfalafel @Westhoffenator @Franklin_Graham @USMC @Nike @Kaepernick7 It IS Nike’s choice.  Yes.
26769                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
26770                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
26771                                                                                                                             @Nike Will do my very best 💪🏼 https://t.co/11tmDG4GIs
26772                                        RT @BO_Alphas: Congrats to good brother @blizzystix for being recognized as the Ford Motor Community Service Hero this weekend @Ford https:…
26773                                        RT @gijn: Social network @facebook has been misused as a tool to influence the US election but the issue is even more of an immediate dange…
26774                                        @Nike @nikegolf Can someone Help me with Replacing these? Not Expected this Frm nike! I have Wore them less than 10… https://t.co/m6krFJZCZz
26775                                                        Check out NEW #BAGGALLINI Large Hobo Crossbody Shoulder Bag Black Nylon Quilt Front Light  https://t.co/Mkg1oexhD6 via @eBay
26776                                        RT @Reuters: It’s been ten years since the collapse of Lehman Brothers. @Reuters journalist Dan Burns discusses what has changed: https://t…
26777                                                                                            When do you want to meet us @Nike @Kaepernick7  🇺🇸🇺🇸🇺🇸 Arlington is such a special place
26778                                                       Check out Wrought Iron HEART Cow Bells WIND CHIME*Primitive/French Country Farmhouse Decor  https://t.co/0nvsxjGWhu via @eBay
26779                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26780                                                      RT @rachelka33: I loooove Jim and Oswald's relationship #savegotham #pickupgotham @warnerbrostv @netflix @TheDCUniverse @TheCW
26781                                                                          @JimCarrey @Nike F U Nike I lost friends in Iraq and you just lost a customer. Jim socialism doesn’t work.
26782                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
26783                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26784                                                                                         @Microsoft @MicrosoftHelps how can I tell if an email saying that it's from you is genuine?
26785                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26786                                        @Apple I know Team!  Keep up the great work I’m proud of you all! I’ll be watching friends! Thanks for helping me i… https://t.co/JSblFdQif4
26787                                        RT @nickmon1112: To @Allstate @Progressive @Ford @GSKUS @subaru_usa @ProcterGamble @Expedia - the Sleeping Giants don't watch Tucker Carlso…
26788                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
26789                                        RT @BO_Alphas: Congrats to good brother @blizzystix for being recognized as the Ford Motor Community Service Hero this weekend @Ford https:…
26790                                        RT @Reuters: 'Ordinary People'?: John Legend becomes the first black male entertainer to join the exclusive EGOT club https://t.co/oIEBAcel…
26791                                                                                                                    @skylabennet @NicoleWeeden @netflix It will only get better 😋😈
26792                                                                                                               RT @RSPavek: @waltshaub @verizon The effects of net neutrality repeal
26793                                        @DIRECTV @ATT thanks for sucking.  I hope you paid out the butt to collect a payment that you told me was waived th… https://t.co/1BcPHgvBPw
26794                                 RT @CardsTreebeec: Check out HANDMADE PERSONALISED ANNIVERSARY Greeting Card Mum &amp; Dad Son &amp; Daughter-in-Law  https://t.co/W54XweLBns @eBay
26795                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26796                                        RT @Reuters: A man wearing a plaid shirt sitting directly behind Trump at his Montana rally was asked to leave after making faces and mouth…
26797                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26798                                        @stacy_redvirgo @GemMar333 @lovemyyorkie14 @RNRKentucky @TimKennedyMMA @Kaepernick7 @Nike Well that's because whate… https://t.co/Q4yRbqELI6
26799                                        RT @RonNDee7: Check out Go Golden Drink Stirrers Set Of 6 #AvonLiving https://t.co/a4IVym9k91 via @eBay #barware #collectible #drinkstirrer…
26800                                               .@DigEthno and @SuzanneDiBianca brainstorming at #OceanHack #OneOcean #WeAreOcean @salesforce @SalesforceOrg… https://t.co/2CsAMhhzCS
26801                                                                        RT @Reuters: Nigerian gas tanker explosion kills at least 35 https://t.co/pNmSGVtq0q https://t.co/LH76Vw1BP7
26802                                                                                              Wisdom's Song by Raven H. Price https://t.co/jBrpBqgeaO via @amazon kindle $2.99 today
26803                                        RT @loveandsnuggles: Holy heck this fandom is still going strong. @OliverBerben @mmoszkowicz @netflix @reedhastings @bensherwood @FreeformT…
26804                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
26805                                         RT @Goldberg337: I'm very excited for @DreamWorksSheRa on @netflix Video exists of me as a three year old fist raised in the air screaming…
26806                                        Dear @Walmart can we talk about how gross is it to walk out of your store and an employee or customer is standing R… https://t.co/sRj2gRHW3O
26807                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26808                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26809                                                              RT @Yahoo: Barack Obama just broke his 'no selfies' rule for Joe Biden https://t.co/CZQGYFSCua https://t.co/6bkr3v57Qs
26810                                                                                                                                             @kalopurd1950 @amazon Yes it does...lol
26811                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26812                                        RT @bills_ali: This is everything. He has stumbled and gotten back up everytime. #justdoit #nike #trump #maga @realDonaldTrump @Nike https:…
26813                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
26814                                         Hey @verizon why does my home with5 verizon phones keep losing cellular service. Goes off comes on. Goes off comes… https://t.co/VGfZFAbMQV
26815                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26816                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
26817                                                                    @Tesco @jamieoliver My eyes are being subject to this man on a daily basis just lately. Anyone but him please...
26818                                        RT @madzballz: PLEA FOR INFO! https://t.co/MvwdBmCmX9 We need your help @sundarpichai @Google PLEASE watch Sam’s moms video for more info!!…
26819                                        RT @Reuters: Top fashion designer Ralph Lauren marked 50 years in the business on Friday with a celebrity-filled gala in Manhattan's Centra…
26820                                                                                                         NOTHING IS MORE ICONIC THAN A @McDonalds ICE CREAM MACHINE THAT DOESNT WORK
26821                                                                RT @Reuters: Thousands participate in a torch parade celebrating the founding of North Korea https://t.co/1lW81MXZY4
26822                                                Check out Owl Earrings Silver Ear Jewelry Women New Drop Dangle Charm Fashion Women Hook #Handmade https://t.co/6PJC3g3xV3 via @eBay
26823                                        @maite23332441 @netflix @CBC @AmazonStudios they won't even use any new photos of the cast because they stopped pro… https://t.co/pIrl1xEAe4
26824                                                 Check out Abercrombie Womens Fall Winter Wool Blend Plaid Red Shorts Lined Size 00 Junior #Dressy https://t.co/XLJrklUtVt via @eBay
26825                                                                                            Check out Walt Disney World 2012 Scrapbook Kit #Disney https://t.co/2DNCsk4Mpx via @eBay
26826                                                      RT @TraversWDSU: Breaking: More with @camjordan94 at @CityofKenner rally after mayor issued @Nike ban. https://t.co/9JQPD0bT13
26827                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
26828                                                                                                                                                                @Apple I see you boo
26829                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26830                                                                     Omarosa Reveals New Recording of Trump Blaming Hillary Clinton for Collusion https://t.co/LyMVbHvqPg via @Yahoo
26831                                                     Check out Arrow Khakis Men’s Sz L Large Multi Color Long Sleeve Shirt #A7 #Arrow #ButtonFront https://t.co/XvzG3OS53A via @eBay
26832                                        RT @scotgwenB: no no no it cannot end like this ... There is so so much more to tell about Versailles ! S4 ! @netflix @canalplus @ovationtv…
26833                                        RT @Apple: @m_alkubaysy Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/vJeYU…
26834                                                      Check out Stone Mountain W &amp; B Lockport Floral Quilt 3-tier Messenger Cross-Body Purse   https://t.co/XZk7twenDH via @eBay
26835                                                                           Check out Hydroxatone Revitalizing Microdermabrasion 0.5oz #Hydroxatone https://t.co/KuxWeqf0IG via @eBay
26836                                        RT @TopRaAmen: @cdt123 @DemonWolf15 @digkabri @USCCB @baptistpress @novapbs @VaticanNews @weiserite @GoogleResearch @Google @CNET @PrisonPl…
26837                                                                                                                                @flaviaguiarmelo @Apple They don’t will reply you...
26838                                        @JustinRose99 @TaylorMadeGolf @adidasGolf @Hublot @Mastercard @ZurichNAnews @MorganStanley @LamkinGrips Congratulat… https://t.co/fTj8NdaE4s
26839                                                            RT @herbalgirl98: Check out 4.5” INCH Blue TOBACCO Smoking Pipe Herb Bowl Glass Hand Pipes https://t.co/QF2aJLgGHG @eBay
26840                                        RT @CVSinAction: Our CEO Larry Merlo shared why supplier diversity is important to @CVSHealth at this year’s Billion Dollar Roundtable Summ…
26841                                                 RT @Reuters: Serena Williams' #USOpen treatment divides tennis world https://t.co/1fyisZ6t9L Via @ReutersTV https://t.co/nUTkTLeoIc
26842                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26843                                                                         RT @HollyHassey: @AlexandraWCCB @HomeDepot @WCCBCharlotte Super Target at Northlake https://t.co/MKa46cmGPM
26844                                                         Homegate with Lipton® Iced Tea from Walmart this NFL season. @Walmart #LiptonHomegating #Sponsored… https://t.co/Sv5Dy26NZl
26845                                        RT @HeManOrg: The teaser trailer for #SheRa and the Princesses of Power from @netflix and @DWAnimation is live! Click here to watch and dis…
26846                                                   RT @NylerRose: Check out Kelly Graham New York Orange Linen Blazer Jacket Size 6 Lined Professional https://t.co/QX2dvhOXZb @eBay
26847                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26848                                                                                                           @SCVIndy @SenSanders @NBC @FoxNews @CBS @CNN @ABC @MSNBC @CNBC @BBC TRUE!
26849                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
26850                                        @Nike do you realize that the people that crapernick is protesting for more than likely have looted your stores?? Nice pick for a role model
26851                                                                              @maneyfaces @AsaHutchinson @CocaCola @drpepper I’m sure the folks who now have new jobs agree with you
26852                                                                                                       RT @netflix: Say hello to your next obsession: Elite. https://t.co/pCv2i8nFpH
26853                                        @JustinRose99 @TaylorMadeGolf @adidasGolf @Hublot @Mastercard @ZurichNAnews @MorganStanley @LamkinGrips Many congra… https://t.co/99l54aTjYz
26854                                                                                                                                                             @Apple You suck so bad!
26855                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26856                                        RT @eBayROCteam: Oakley Womens Size XS Sweet Spot Golf Dress Athletic #Oakley #PoloDress #Casual https://t.co/9WegtkZIx1 via @eBay @eBayROC…
26857                                                       Check out Deva Curl Wash Day Wonder Detangler 12 oz / 355 ml sulfate paraben silicone free  https://t.co/zpgFkO3PQA via @eBay
26858                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26859                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
26860                                                                      RT @jenzerr: When you’re on the catwalk at 4 but gotta come down the stairs at 6 @ASOS https://t.co/MuW8iS01EZ
26861                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26862                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26863                                                                                                              @Apple looking forward to see the lates cool ****! #crazyone #fantatic
26864                                        @rickmanelius @USPS @amazon If you want to know where all the packages I file missing-package reports go.... see th… https://t.co/6vPJKR5x4o
26865                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26866                                        RT @AmoneyResists: The mayor of a Louisiana town has banned @Nike products from city recreation facilities in response to the Colin Kaepern…
26867                                         RT @Apple: Join us September 12 at 10 a.m. PDT/1 p.m. EDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates…
26868                                        RT @agugrais1971: @wdsu @NBCNews I wonder if  Nike golf clubs and @Nike golf gear will he also banned from all the Trump golf courses spati…
26869                                         RT @WWE: Every handprint told a story as @Hyundai @hopeonwheels ambassador Carter and his special guests mingled with Superstars backstage…
26870                                                RT @metalrulestv: Gonesh Saint Martin San Strawberry Fresa 30 Incense Sticks Blessed Pagan Church  https://t.co/y96NDWDzfA via @eBay
26871                                                                                                                        RT @Joelpatrick1776: Fixed it @Nike. https://t.co/62gTq71nCN
26872                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26873                                        @Velocity_XL @xhamonryex @netflix @MarvelStudios @Marvel No one gives a damn where you stick your naked mole rat di… https://t.co/7GzVw1bcRs
26874                                                                                          @SRuhle @Nike I guess he doesn't want to be mayor anymore. ...People are paying attention!
26875                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26876                                                               @SRuhle @Nike I lived there for 21 years and have been so glad that I left 17 years ago. This guy is a fucking moron.
26877                                                   Check out Corvette C3 Convertible Top And Body Weatherstripping Kit THE BEST 73-75 https://t.co/LMx8NTVqbX @eBay ⁦@corvettehangout⁩
26878                                        RT @Apple: @esangjanya Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/HgOcmw…
26879                                                                                               @netvirt @Apple Had this issue with an update from before but forgot which one it was
26880                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26881                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26882                                        @eBay I have also been advised now that #Amazon hold sellers and small businesses funds also. Making it difficult t… https://t.co/5H0SYVwPNV
26883                                                                                             RT @Reuters: Trump threatens government shutdown via @ReutersTV https://t.co/2DMbG17GZq
26884                                                                                                                      Check out my listing @eBay - https://t.co/WMg6Rw6Nfg via @eBay
26885                                        RT @Apple: @The_Adenike Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/Cl7zD…
26886                                                   Check out CLEARANCE BLUE &amp; CLEAR RHINESTONE CRYSTAL WEDDING FORMAL JEWELRY SET CHIC TRENDY  https://t.co/jJhOV8qIjW via @eBay
26887                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/DtsAqa9l3p
26888                                        @Apple It would be even better if you kept the price fixed so we can upgrade yearly rather than moving the goal pos… https://t.co/57YX2YqNVD
26889                                                                                                                @Reuters Don’t let that conviction for PetroBras corruption stop you
26890                                                                                                                                               @BeautyBind @Nike Ordered mine today!
26891                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26892                                                  Check out #Vintage Pretty Brooch #Pins #JewelryLot *U Pick #Figural #Flowers Rhinestone ++*A817  https://t.co/Ahk8UaifkC via @eBay
26893                                                   RT @johnnypemberton: I LOVE @BankofAmerica THEY ARE SO HELPFUL AND THEY FINANCE MY FAVORITE WARS USING MY MONTHLY MAINTENANCE FEE
26894                                        RT @couchbase: #Couchbase CFO Greg Henry to Present at the @DeutscheBank #Technology Conference in Las Vegas https://t.co/Xn4FnMOR3x https:…
26895                                                                                                                                RT @Audi: When you see it... https://t.co/t5C4ejMMBp
26896                                                                            Check out The ultimate Martial Arts Board From World Martial Arts #ATA https://t.co/SH1r5aGdXm via @eBay
26897                                                                                                                                      RT @Sony: July 2019. 🕷 https://t.co/LnpnUcBYdP
26898                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26899                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26900                                                      $15 ENDS NOW Check out 2017 Leaf Trinity Cody Bellinger clear auto autograph rookie card Dodgers https://t.co/FA1Zv7XFuH @eBay
26901                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26902                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26903                                                    Check out HIGH END AURORA BOREALIS CHUNKY GLASS CRYSTAL FORMAL NECKLACE JEWELRY SET #Unbranded https://t.co/KGIjHIj9wb via @eBay
26904                                                                                                                      @HiQTPiii @alexmorgan13 @Nike Adidas was founded by a Nazi BTW
26905                                                      RT @TraversWDSU: Breaking: More with @camjordan94 at @CityofKenner rally after mayor issued @Nike ban. https://t.co/9JQPD0bT13
26906                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
26907                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26908                                                              Check out DG Girls Black Faux Fur Suede Winter Boots Size 13 NWT #DGMustHaves #Boots https://t.co/39J1b9cRRJ via @eBay
26909                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26910                                                                                                                                               @Apple Can’t wait to see what’s next!
26911                                                  Check out [O Hui] The first Revolution 2 items Special Gift Set Korean cosmetic Anti aging #OHui https://t.co/hTdOBd3cb1 via @eBay
26912                                                    RT @ATT: Fostering an inclusive culture at work isn’t just good PR -- it’s key to a successful business. https://t.co/lvRIXSwFId
26913                                                                                                                      Check out my listing @eBay - https://t.co/zo6kRssn0A via @eBay
26914                                                                RT @Reuters: Thousands participate in a torch parade celebrating the founding of North Korea https://t.co/1lW81MXZY4
26915                                        RT @calicoe509er: A mural of @Kaepernick7 someone did out here in my city #Yakima #Washington #JustDoIt #Nike #NFL @Nike https://t.co/eEq3q…
26916                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26917                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26918                                                                                                   Can you imagine the ontology of milks used at @Starbucks? https://t.co/zLGFhkypIJ
26919                                                      @iDGiam @RichardsOwens1 @AbrahamFreelan1 @SamsungUS @SamsungMobile @SamsungMobileUS @Samsung @Twitter… https://t.co/KsuFMHeI5S
26920                                             RT @netflix: I worried Sierra Burgess is a Loser was going to end the instant her text to Jamey turned green... https://t.co/hRCsX1QSGk
26921                                                                       Check out 2018 TOPPS PHOTO VARIATION SSP #10 FRANCISCO LINDOR INDIANS 🔥⚾️  https://t.co/vMAx4VHwxs via @eBay
26922                                        RT @tssommer: @OliverMcGee @realBobWoodward @POTUS @realDonaldTrump @WhiteHouse @washingtonpost @CBS @CBSNews I’m almost done reading The R…
26923                                        RT @madisonbeer: https://t.co/yPZiaRGLEB this friday come meet me at @1027KIISFM  enter for your chance to see me perform in their @ATT Sou…
26924                                          Hey @comcast and @comcastcares last I looked soccer is sport!  Where is the selection for @MLS ?   My favorite is… https://t.co/cLeLZHQuFw
26925                                        @ZodWriter @Abdul1230554897 @WBHomeEnt @wbpictures @ATT @ZackSnyder Simply cower at competition like @NovaFrankly s… https://t.co/ZI6hxtPYLW
26926                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26927                                         RT @Apple: Join us 12 September at 9 p.m. GST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event da…
26928                                                                                                                                                                 @Apple Thank you ☺️.
26929                                                                                                                            @Wendys I like @McDonalds but Wendy's got frostys so yah
26930                                        @walkingonsushi @NHLSeanAvery @D_Booth7 @McDonalds Wow dude. Now you're wishing death upon people? That's classless… https://t.co/pEwSeVis99
26931                                                                                                                                     @Apple @breejsh Yah boi is important hellz yeah
26932                                        RT @intel: A one-of-a-kind collection gets a one-of-a-kind immersive experience. Go behind the scenes of our #VR collaboration with Smithso…
26933                                        RT @intel: It’s never been easier or cheaper to go from an #AI idea to a proof of concept. Can you say game changer? #IntelAI https://t.co/…
26934                                                                                                                                       @Apple Thanks. That’s also my birthday btw 😇
26935                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
26936                                                                         RT @Reuters: Turkey warns attack on Syria's Idlib would cause humanitarian disaster https://t.co/ko4KIFevlM
26937                                                                                  Here’s hoping my @TMobile service holds up over the week (safety does come first though) #Florence
26938                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26939                                                                               @EnragedApostate @missourigirl732 @CNN @cspan @cspanwj @realDonaldTrump @Nike Hey baby. How ya doing?
26940                                        RT @Apple: @blackwolf6131 Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/PXj…
26941                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26942                                                       Check out BLACK Letter MAILBOX*Kitchen Wall/Porch*Primitive/French Country Farmhouse Decor  https://t.co/RYGHS9WZmA via @eBay
26943                                                                         RT @Reuters: Turkey warns attack on Syria's Idlib would cause humanitarian disaster https://t.co/ko4KIFevlM
26944                                                                                                                         Watching #GHOUL   and all I can say is damn @netflix damnnn
26945                                        RT @WildnOutAdvntur: People are still wanting more #EverythingSucks! You said it @BuzzFeed! Why @netflix @WeAreNetflix?  https://t.co/oUAR3…
26946                                                                                . @Apple invites fans to watch Sept. 12 event on @Twitter in promoted tweet. https://t.co/nK46vcRBWM
26947                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
26948                                                                                                                                                               @netflix just asking?
26949                                                      RT @TraversWDSU: Breaking: More with @camjordan94 at @CityofKenner rally after mayor issued @Nike ban. https://t.co/9JQPD0bT13
26950                                        @wykelbri @CaroleRadziwill @Nike @NPR He sacrificed his career and Nike is sacrificing customers. People sacrificin… https://t.co/0L8uWv0PhH
26951                                                                             Check out Old Navy Boot Jeans Womens Size 4 Regular #OldNavy #BootCut https://t.co/La9QCdDXfu via @eBay
26952                                          RT @DonFi4o: Check out Vintage Happy Laughing Buddha Glazed Porcelain Statue Colorful Decorative Figure  https://t.co/N9MUgS6MdV via @eBay
26953                                         RT @Apple: Join us September 12 at 10 a.m. PDT/1 p.m. EDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates…
26954                                                       Check out Imperial Glass Swan Candy Dish Pink Iridescent Carnival Glass with AIG Mark Tag   https://t.co/sqqRs62cVH via @eBay
26955                                                             @McDonalds I hype their McFlurries up so much... but anytime I go their ice cream machine is broken. how is that fair ?
26956                                                                             RT @Apple: @sssharma84 Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/xbmWrY2z27
26957                                         RT @Apple: Join us September 12 at 10 a.m. PDT/1 p.m. EDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates…
26958                                                                                                                               @KalibHenryRcn @Walmart Right ? I won't even go there
26959                                         RT @Apple: Join us September 12 at 10 a.m. PDT/1 p.m. EDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates…
26960                                        @marcorubio @YouTube @Google Trump regularly smears Muslims and throws children in cages.  In Florida 1/5 African A… https://t.co/qF6WsOvgGh
26961                                         RT @Patricia1Rocks: @delaneytarr @Nike isn’t this copy right infringement or something? Can’t you write a letter of cease and desist? This…
26962                                        RT @Jmkilingnyc: @realStefanStrek @ThomasKlineMD @CBS @CNN @FoxNews @BreitbartNews @bopinion @MSNBC @ABC @BBC Thank you! I have Sarcoidosis…
26963                                                                        @Apple The price! Please control the price. Especially when there's the trade war between U.S. and China. 🙏
26964                                                                                          @ClubProGuy @Groupon @JTKirk20 Video proof that you are the Elon Musk of golf instructors.
26965                                                   Check out TARDIS Doctor Who Rubber Phone Case Cover For iPhone 4 5 6S 7 8&amp; Samsung Galaxy.  https://t.co/NS8cX3ZYXt via @eBay
26966                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26967                                         Brava to @Marvel and @netflix for continuing to break the delicate female stereotype. Whether they are the villain… https://t.co/J33lgAie70
26968                                             The Prepper Road Saga: Our End Of The Lake Revisited by Ron Foster https://t.co/deust7P4Ta via @amazon #survivalist #community #Patreon
26969                                        RT @USAloveGOD: @SKYRIDER4538 @Nike @KrisParonto I am in a state of shock!!!  #MontelWilliams had the audacity to call our American hero #K…
26970                                        RT @LanieLou5: @ABC @NBC @CBS @CNN @NYTimes STUNNING! Not One Single Liberal Mainstream Media Outlet Carries Papadopoulos Spygate Revelatio…
26971                                        RT @JohnCooper0610: If your not tuning in #Tucker is totally exposing @Google for their 'IN-KIND' donation to the Hillary Clinton campaign.…
26972                                        @Reuters @ReutersTV Contact us for advice on your next academic research assignment. Full citations and referencing… https://t.co/K2qdyxGwmX
26973                                                                                         RT @Gillette: Your best never comes easy. Just ask @Shaquemgriffin. https://t.co/tuw4KCrfD8
26974                                                                        RT @Disney: Take your #Mickey90 knowledge to the next level! https://t.co/cwbVGXbwvt https://t.co/EYkCz8vGwe
26975                                                   Check out Build A Bear Clothes Orange Black Witch Dress Sequins Spider Halloween&amp;Shoes Lot  https://t.co/Uvs8a50iN4 via @eBay
26976                                RT @HelloVancity: Win a @Google Home Mini ($80 valued) via @BestBuyCanada &amp; @HelloVancity RT &amp; Follow to enter #PowerYourSpace https://t.co…
26977                                               @DeltaLady1946 @ar15m4mid @LRRPDAKTO @RealBasedBlonde @FoxNews @foxandfriends @Nike @RoxxxyGurL @PatriotJenn… https://t.co/WS7u5qVpYc
26978                                                                                              @Apple how about being able to FaceTime with more than one person in the later updates
26979                                                                                                                                              @TheRickyDavila @CBS Worse than gross.
26980                                                    Check out Vans mens surf skate Vanphibian Hybrid MALLARK cargo boardshorts shorts 30 NEW #VANS https://t.co/BEKoUz3VCl via @eBay
26981                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26982                                                                                                                                      @Jack05967956 @Nike Looking for the big payday
26983                                                                                                                                          @TheRickyDavila @CBS This is totally wrong
26984                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
26985                                                                                      @Variety @directvnow @ATT A lot of negative comments - I pass or will wait till it’s on Bravo.
26986                                                    Check out 1992 Denver 4th Annual GAY and LESBIAN Gala Festival shirt #FruitoftheLoom #BasicTee https://t.co/pKobahMNIQ via @eBay
26987                                                      RT @CNET: Watch Adora transform into She-Ra in the new @netflix trailer https://t.co/AQcwTnfNYK #shera https://t.co/GVjF4P8bvV
26988                                                     @GOP @kayleighmcenany @realDonaldTrump @ADL_National @Reuters @ABC @business @EdKrassen @CNN @HuffPost… https://t.co/GR9PRkIlZa
26989                                                                                                                                                        @Apple Thank you very @Apple
26990                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26991                                                                                          RT @ASOS: @lilireinhart in the autumn 18 issue of ASOS Magazine ✨ https://t.co/oLjmiM7DUW
26992                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
26993                                                                                                      @Crypto_keepr @Corinne4Hillary @MorganStanley @HillaryClinton It's not actual?
26994                                                                                                                      Check out my listing @eBay - https://t.co/vXtpQKrIop via @eBay
26995                                                                                                     @maggiepint @copyconstruct @niallm @Google @Azure @nldesai @lizthegrey Thanks!!
26996                                         RT @questlove: get my 4 books on @amazon! #MoMetaBlues my music memoir https://t.co/xdY3rfT2Sa; #SoulTrain cool coffee table book about my…
26997                                    @Mat_Came @CBS @MagnumPICBS It's a Fast &amp; Furious look a like because it's the same director. This guy doesn't look… https://t.co/WJpZ8b74BF
26998                                        @Amandaxxoo @Starbucks Not gonna lie either I get the white hot chocolate with chai tea bag from timmies more often… https://t.co/3obFiVS5XZ
26999                                                   RT @JonDeSade: @issa___princess @RobbieYooo I will buy @Nike now more than ever..... even though I already have a closet full LOL
27000                                                                RT @Reuters: Thousands participate in a torch parade celebrating the founding of North Korea https://t.co/1lW81MXZY4
27001                                                                                          @ATT @ATTCares great new modem! Thanks @ATT blazing fast internet! https://t.co/5B3NbvyxXZ
27002                                        RT @Reuters: Exclusive: Venezuela signs oil deals similar to ones rolled back under Chavez - document https://t.co/HEAKUjA1lQ https://t.co/…
27003                                                                                                                                            #HappyTogether looks funny as hell. @CBS
27004                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27005                                                                                                                   @Reuters I thought she was charged? Why do you need a grand jury?
27006                                               Check out 【Near Mint in Box】Nikon NIKKOR Q 135mm f2.8 Non Ai MF Lens For SLR From JAPAN 40 #Nikon https://t.co/y3uqlmHV3i via @eBay
27007                                                                                                                                @McDonalds False advertising https://t.co/ftJ5toxU8l
27008                                                                        Check out Ron English x Mind Style Smiley Grin Skateboard deck limited edition https://t.co/oSLFmgwMBz @eBay
27009                                                                                                                               True to the game is a good movie to watch on @netflix
27010                                                                                                                          @eatadog @RealJamesWoods @Nike When he was praying??  Dope
27011                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27012                                                       Check out '65 Mustang Convertible Hot Wheels Classics Die Cast Metal vtg Mattel 1988 Green  https://t.co/F9U5PsQZvf via @eBay
27013                                                                                          @Google So you illegally conspired to elect Crooked by manipulating Hispanics! Disgusting!
27014                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
27015                                                  Check out womens heart necklace earring set grey mother of pearl cz white gold plated #Unbranded https://t.co/iHlfU099VM via @eBay
27016                                                                                                                        RT @Joelpatrick1776: Fixed it @Nike. https://t.co/62gTq71nCN
27017                                                                                                                                                        @Google WHERE DO I STEAL ONE
27018                                                                                                          RT @BMW: And no place is too rugged. The #BMW #X2. https://t.co/txyo7i2SWL
27019                                         @zockos @Apple You literally didn’t even say that sentence correct! Get off the crystal meth and get back with your local community college
27020                                        RT @dragana57am: @GIJoeOPS @EvonS777 @Nike The sad scary thing in our society is the fact that the billionaires made fast money now want to…
27021                                                                                                                                      @SRuhle @Nike They're giving Kenner a bad name
27022                                            Just finished #IronFistSeason2........those last 20-30 minutes! @MarvelStudios @MarvelIronFist @netflix @Marvel… https://t.co/1O0yXBoen9
27023                                                                RT @Reuters: California governor commits to 100 percent clean energy https://t.co/9j6QhQmsDm https://t.co/w8wNbC8yud
27024                                                                                   Check out Pink Hello Kitty Coin Purse Japan Sanrio * USA SELLER ! * https://t.co/Pf8zYZ8VoB @eBay
27025                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
27026                                         @AaronKGreen @Gatlonbat @tommycanyou @Peeramid_head @Apple First of all I’m no fan of Alex. He’s a terrible human.… https://t.co/mr5xrGfmMG
27027                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27028                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27029                                        RT @JimBaumWF: We had a great day in North #Philadelphia on Friday as our @WellsFargo volunteers joined w @HabitatPhilly to build decent af…
27030                                        RT @taseenb: Hi @YouTube @Google can you explain why Al Qaeda leader in #Syria Abdallah Muhammad Bin-Sulayman al-Muhaysini has a YouTube ch…
27031                                                                                                                        RT @Joelpatrick1776: Fixed it @Nike. https://t.co/62gTq71nCN
27032                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27033                                                                                                                                    @salesforce @PepUPTech This is why $crm matters.
27034                                        RT @taseenb: Hi @YouTube @Google can you explain why Al Qaeda leader in #Syria Abdallah Muhammad Bin-Sulayman al-Muhaysini has a YouTube ch…
27035                                                               Kate 7x5ft Graffiti Wall Photography Backdrops Colorful Pattern Background fo... https://t.co/Olnzi4zDiR 来自 @amazon
27036                                        @kelvint423 @ChrisLoesch @aj_powers @Nike @DLoesch @KrisParonto @SeanParnellUSA @JesseKellyDC When you kneel during… https://t.co/VvdXwpgfGN
27037                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27038                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27039                                                 RT @BethPaintings: Check out 2 pcs  Beach seaglass mermaid necklace unique   pendants #DropDangle https://t.co/WqDUDWZ7fR via @eBay
27040                                        @billysastard1 @amazon That's good. I like to leave detailed reviews also. So many obvious schill reviews are destr… https://t.co/Uf1nI7a5uF
27041                                                                 Check out Disney D23 Expo 2017 Disney Oswald 90 Years Anniversary Pin Kissing LE 3750 https://t.co/J0UGpj6KNO @eBay
27042                                         @Katarzy84468712 @netflix @AmazonStudios @NetflixLifee @HISTORY @AETV @AENetworks please!!!!!!!!!!! we need #SIX..… https://t.co/x9QsdSEobD
27043                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
27044                                                                                               @leeslipstick @jinpathy @alllforbts FUCK THIS IPHONE SHIT @Apple I WANT MY MONEY BACK
27045                                                               RT @Reuters: Boeing wins $2.9 billion U.S. defense contract: Pentagon https://t.co/jWrTgfQFxi https://t.co/uzXQpwLU1l
27046                                                                               Porsche Reclining Chair Designed Ferdinand A Porsche Original Owner https://t.co/0AOAb5c9mp via @eBay
27047                                                                                                                                                             @McDonalds I looks good
27048                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
27049                                                                                          Check out Disney D23 Expo 2017 Art Of Snow White LE Pin 3000 https://t.co/pghlx1w7Ko @eBay
27050                                                                                                       RT @netflix: Say hello to your next obsession: Elite. https://t.co/pCv2i8nFpH
27051                                                                      RT @Reuters: WATCH LIVE: #SpaceX Falcon 9 launches communications satellite into orbit https://t.co/SIH8nXN5N6
27052                                                                    RT @Onelife1Luv1Kin: @calicoe509er @Kaepernick7 @Nike I'll give it 24hrs more before the hate comes to deface it
27053                                        RT @letsgomathias: All you need to know abt tech companies: @amazon helped a dude sell books in which he confesses to/glorifies rape . @Twi…
27054                                        RT @Lulaveggie: Why not LIKE my #online #craftshop on @facebook at https://t.co/xZOlgQ4Bq2 #facebook #craftstore #gift #gifts #giftideas #c…
27055                                        RT @Lulaveggie: Why not LIKE my #online #craftshop on @facebook at https://t.co/xZOlgQ4Bq2 #facebook #craftstore #gift #gifts #giftideas #c…
27056                                                                                                          @Milnow @102kamii @Microsoft desktop work with 2 monitors is life changing
27057                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27058                                        Had the awesome opportunity to get the behind-the-scenes tour of @Visa Innovation Lab in San Francisco. Great exper… https://t.co/6vNIfHeA13
27059                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27060                                                                                                                        RT @Joelpatrick1776: Fixed it @Nike. https://t.co/62gTq71nCN
27061                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27062                                        RT @taseenb: Hi @YouTube @Google can you explain why Al Qaeda leader in #Syria Abdallah Muhammad Bin-Sulayman al-Muhaysini has a YouTube ch…
27063                                                   Check out VTG Lairds of Scotland Kilt Skirt Tartan Plaid Pleated Wrap Wool Midi Size 8 #Pleated https://t.co/0Tnp0P2Dux via @eBay
27064                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27065                                                             Check out Mens GEORGE STRAIT by WRANGLER Blue Green Plaid Paisley Chest 41.5” Long Sleeve https://t.co/fhkXRdg4wz @eBay
27066                                                                                                                                                              @Reuters Campaign prop
27067                                                      Check out $62500 CERTIFIED 18K WHITE GOLD 11.00CT UNTREATED DIAMOND TENNIS BRACELET  #Tennis https://t.co/tAgcmfaaf7 via @eBay
27068                                         RT @Mikeyyevtuck: @terracotta05 @realDonaldTrump @SecretaryAcosta @TuckerCarlson @amazon does she know any other injured @Amazon workers ?…
27069                                           RT @Reuters: Trump adviser warns of tougher response if Syria uses chemical weapons again https://t.co/ncfMch10EG https://t.co/UGZKCURGld
27070                                                                           Check out Presto 05443 Cool Daddy Cool-touch Deep Fryer - White #Presto https://t.co/cLqUBbTimU via @eBay
27071                                                Check out Barbie 2013 KEN Blonde Molded Hair Straight Right Bent Left Leg Fashionista Doll #Barbie https://t.co/2eeHAPkc09 via @eBay
27072                                                                                 @comcast internet outage stopping me from watching the @Lions. Any other night I’d be freaking out.
27073                                                                      Lands  End Tie Long Geometric Design Gold Background Hand Sewn Silk USA Made https://t.co/x2p0nmsHSM via @eBay
27074                                                                                                                                                             @Reuters Sorry Italy...
27075                                                                                                                                                            @Apple Ayyee I luv y’all
27076                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
27077                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27078                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27079                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27080                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27081                                        RT @GingerVirginia2: Check out Vintage Weathervane Top Down Hill Skier Great Patina  https://t.co/cIhkv1FpQq via @eBay #weathervane #weathe…
27082                                            RT @ipsdocholiday: Check out Georgina’s Country Creations Square Wood Box Brass Hinged Green Felt Original https://t.co/7DOs1EAH7o @eBay
27083                                         RT @Apple: Join us September 12 at 10 a.m. PDT/1 p.m. EDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates…
27084                                                           excuse me @Apple can you start telling me how many hours and mins of sleep I’ll get when I’m setting my alarm every night
27085                                        RT @hawk250com: Check out SKUNK2 COMPOSITE FUEL RAIL KIT FOR 90-01 HONDA/ACURA CIVIC/INTEGRA B16A/B18A-C https://t.co/2wB3Se6ji6 @eBay #ktu…
27086                                                   SHE-RA AND THE PRINCESSES OF POWER TEASER! Watch the sneak peek from @netflix on DF NEWS! @DynamicForces… https://t.co/rw5ht2Ai2Z
27087                                                                                                                                          @Apple Thank you! I would appreciate that!
27088                                        RT @CBSThisMorning: Tuesday marks 17 years since the 9/11 terror attacks. A moment of silence will be held at 8:46 a.m. ET on @CBS. #NeverF…
27089                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27090                                         @Surabees @DonaldJTrumpJr @Google Very sad the majority of the people will not see. This.  The LEFT pulled out all… https://t.co/xMuAsR3ptb
27091                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27092                                                 RT @ScNichole: Check out Scrubs Station Womens Scrub Top Size Small S Snowmen Blue #ScrubsStation https://t.co/eU3sLBkLsQ via @eBay
27093                                                                                        Hello @amazon I love this idea but where is the book box for adults? https://t.co/XxZzhcQL9W
27094                                         How does a package sent Priority Mail from Dallas to California end up in Chicago?  Now I have a guy fussing at me on @eBay. Thanks @USPS!!
27095                                        RT @prageru: We just discovered that we are being heavily censored and shadow banned on @facebook. At least two of our video posts were rem…
27096                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
27097                                                                                                                        RT @Joelpatrick1776: Fixed it @Nike. https://t.co/62gTq71nCN
27098                                                                           RT @Apple: @VillanTweets Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/voTBIAa45P
27099                                                                                                                             @alorr4uz @McDonalds I'll pass. https://t.co/YlLpQRvSdR
27100                                        RT @slpng_giants: @SebastianMurdoc @JessReports Incredible that they did that. @amazon continues to be the last large advertiser on Breitba…
27101                                                                                                                                @therealautoblog @Nissan Can we get a new frontier ?
27102                                        I see an ironic future where the only affordable way to watch shows from @hulu @netflix and @AmazonVideo (and any o… https://t.co/triGGzEJ7I
27103                                        RT @eBayROCteam: Small Teapot Bamboo Handle Gold Orange Peacocks Asian Cream Ceramic 16 oz   https://t.co/59le2GAcCm via @eBay @PKFUniqueFi…
27104                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
27105                                                       Check out Rare Flamehead Streetwear Size L Button Up Short Sleeve Shirt #Streetwear #Casual https://t.co/t1Ch7hfLpb via @eBay
27106                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27107                                         It’s too bad @Google can’t seem to fix their shit websites that cause massive memory leaks in whatever browser you… https://t.co/ve7gtJHUXW
27108                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27109                                         RT @brittany_artus: Odd that @amazon has my book order for Bob Woodward’s Fear set to arrive Sept 18th when it’s release date is tomorrow.…
27110                                                                                          @MrMikeCalta @bertkreischer @netflix Just finished watching this show. Laughed my ass off!
27111                                        @Apple I just want to know why everyone that I know on different networks are experiencing the same problem with th… https://t.co/lHdif1bvDg
27112                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27113                                                                        RT @Reuters: Nigerian gas tanker explosion kills at least 35 https://t.co/QQs1nGMrtV https://t.co/RxhT2q9mfe
27114                                                                                                                                             @Apple Thanks how about a free iphone !
27115                                             Size 3T Juicy Couture Set  Leggings Striped Top Shirt Pink Navy Blue NWT New  https://t.co/5guxgkm9wS via @eBay https://t.co/ehFOIpHhk1
27116                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
27117                                        @JustinRose99 @TaylorMadeGolf @adidasGolf @Hublot @Mastercard @ZurichNAnews @MorganStanley @LamkinGrips Congratulat… https://t.co/5VqBjOKWms
27118                                                                                                                                                 GIVE ME SEASON 3 @Atypical @netflix
27119                                                        Check out 3 Ancient Early Islamic Beads Lot Black Copper Gold Stripes Green Trails Egypt   https://t.co/aV7U4mMbgE via @eBay
27120                                         @AshleyJudd @CBS Hola Chika. I told @RealRomaDowney that Les Moonvies and wife Julie Chen were always good friends… https://t.co/bRWmwJpD6c
27121                                                                RT @MikeSimsWalker: 🙌🏾 RT @Gillette: Your best never comes easy. Just ask @Shaquemgriffin. https://t.co/sKidcElLWd
27122                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27123                                                                        RT @Apple: @mukilan52390760 Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/6XtFsC76je
27124                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
27125                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27126                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27127                                                  Check out NEW DESIGNER MADINA CREAM COLOR WOOL BLEND SILVER FOX COLLAR FULLY LINED COAT S. #COAT https://t.co/rg5xmfETvY via @eBay
27128                                        Maxim from @GSK Philippines is a father of four yet he also supports hundreds of other children in need. How does h… https://t.co/7PHNfneutP
27129                                                                                                                              @JohnLegere @babrig @verizon Stop trying to be Wendy’s
27130                                                                                                                                                                     @Apple K thanks
27131                                                                                       Check out Nike Sportswear Full Zip Gray Tag Dark Gray Hoodie XL https://t.co/10jsAz0IrE @eBay
27132                                                                   Check out Souvenir Letter Opener Painted Desert Arizona Cactus Stainless Steel  https://t.co/KfoMqTWYDB via @eBay
27133                                                Check out Sexy Lily Munster Adult Costume Woman Dress &amp; Choker Velour Size Large New #Handmade https://t.co/07qNCxxlj2 via @eBay
27134                                                              Check out 1979 Motor's Auto Repair Manual 42nd Edition 1974-79 Models Thumb Indexed  https://t.co/Y0wKGbrRRK via @eBay
27135                                                                   These people are desperate to hurt @Kaepernick7 and @Nike..... even to the point of potentially losing jobs ?????
27136                                                                             Weird Tales Margaret Brundage article. Step By Step Graphics magazine https://t.co/Sh1iMXgRln via @eBay
27137                                    RT @JohnLegere: Introducing the @Verizon &amp; @ATT #HallofLame sand castle! @TMobile helped create a pretty epic #HallofLame sandcastle at the…
27138                                                                                                                    @SNFonNBC @carrieunderwood @pepsi I love the new SNF song omg 💕
27139                                                          Check out Early Haeger Arts and Crafts Pottery 3 Handle Glossy Blue Handled Vase or Urn  https://t.co/GGCXljfAu6 via @eBay
27140                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27141                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27142                                                             Check out Thermos Stainless King 40 Ounce Beverage Bottle Cranberry 40-Ounce #Thermos https://t.co/pvC0rz9X03 via @eBay
27143                                                    Check out 8 LED Solar Powered Ground Light Waterproof Garden Pathway Lawn lamp Deck Lights #YP https://t.co/Aw8J5z7sPk via @eBay
27144                                                            RT @DavidLamendola: Ready for customers and first-responders..#nysenate #nyassembly https://t.co/yN5rensBnW via @verizon
27145                                        RT @CBSThisMorning: Tuesday marks 17 years since the 9/11 terror attacks. A moment of silence will be held at 8:46 a.m. ET on @CBS. #NeverF…
27146                                        @KirinDave @MildraTheMonk @HeresyPunished @Bayanita89 @netflix No. Just pointing out hypocrisy. I know you probably… https://t.co/rBBxWMCOQc
27147                                         RT @flaligirl: Lenox #Disney #Showcase #Collection #APerfectPixie #Tinkerbell #Christmas #Ornament #Lenox https://t.co/ll1W2Qvgly via @eBay
27148                                        RT @teavodelzell: @Nike I spent over 3 years fighting in the worst places of Iraq and Afghanistan. We put our lives on the line every day f…
27149                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27150                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27151                                                                                                                        RT @Joelpatrick1776: Fixed it @Nike. https://t.co/62gTq71nCN
27152                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27153                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27154                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27155                                         @Franklin_Graham @USMC @Nike @Kaepernick7 What does fighting racism have to do with a tragic accident?  You really… https://t.co/vwFOEsYWf3
27156                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
27157                                                                                                                                            @Apple Thank you. Looking forward to it.
27158                                        Check out St. John’s Bay Long Sleeve Boat Neck T-shirt - misses Size : L https://t.co/U461KCqxOD @eBay #Jets #Lions… https://t.co/4Bq0lyZ5Iv
27159                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27160                                        RT @Reuters: In the first briefing since the New York Times publication of an anonymous op-ed citing a 'quiet resistance within the Trump a…
27161                                                                                                            @jensmithpalmer @TMobile @AllThingsKate @tmobilecareers Congratulations!
27162                                        RT @AmoneyResists: The mayor of a Louisiana town has banned @Nike products from city recreation facilities in response to the Colin Kaepern…
27163                                                                                                                                @_kimmydarling @McDonalds They be on that mcbullshit
27164                                                                      Check out Lee Reloading 250 Savage Case length Gauge &amp; Shell Holder #Lee https://t.co/UxbwvKSZ3s via @eBay
27165                                        Why does one person @ATT @DIRECTV  tell me I can do something and then tells me to all and do it. Then when I spend… https://t.co/cJhooDMXZN
27166                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27167                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27168                                    RT @darbysofficial: So thrilled to be joining the @Disney film🌟 #stargirl 🌟with @GraceVanderWaal 🌟and @GrahamVerchere 🌟 directed by @juliah…
27169                                        RT @DUBLIUS: @LIARNCHIEF18 @Apple #INFOWARS develops a FREE app at cost of $250k that is removed to protect us from “objectionable content”…
27170                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
27171                                                                                          @JulianaWDSU @camjordan94 @CityofKenner @Nike @wdsu It shows the Mayor’s racists attitude.
27172                                    @Disney - the happiest place on earth. @DisneyStudios &amp; @MarvelStudios - behind the #GOTG franchise. And yet they c… https://t.co/CKjbgq2sBL
27173                                                      RT @BethPaintings: Check out Dale Earnhardt Tallahassee Clear Acrylic  Travel Tumbler 16 Oz  https://t.co/GeeEPyDauJ via @eBay
27174                                        @jmcadams @facebook @jordanbpeterson @TuckerCarlson @SpecialReport @NRO @MarquetteU Wonderful! Do you have an artic… https://t.co/61OGdceYnZ
27175                                                                                                                    So yea i switched Carriers no longer with #TMobile now with @ATT
27176                                                   Check out Vintage 1950s Mid Century Modern Telechron NuTone Time Chime Kitchen Clock #Telechron https://t.co/z28v1aU3YI via @eBay
27177                                                                          @Surabees @SebGorka @Google Well@I hope they do it again so trump picks up the Hispanic vote again in 2020
27178                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27179                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27180                                                               jesis it scares me that parents consider Netflix programming to be suitable material. @netflix #SierraBurgessIsALoser
27181                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
27182                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
27183                                                       Check out 1975 International League All-Stars TCMA Steve Dillard PSA 9 Mint 1 of 1 Red Sox  https://t.co/KZAPATxZrb via @eBay
27184                                              RT @kris_degioia: @netflix I would like the time I spent out of my life watching the worse show in the world @blackmirror #timeismoney
27185                                                                                       @RealJeremeyPenn @nike_sky @returnofjenmack @SonOfGodAndMan @JimCarrey @Nike Ouch.  Soros bot
27186                                                         Check out Hoyt K026 Part # 626B187G13 Contact Kit Size 3 Cutler-Hammer Westinghouse #Hoyt https://t.co/cMNHFapqQE via @eBay
27187                                        RT @StayReadyTOONS: Believe in something... just do it! Get to da choppa! @Nike @BonafideBlack #Nike #Predator #arnoldschwarzenegger #movie…
27188                                                                RT @Reuters: ICYMI: Starbucks draws crowds at first Italian location https://t.co/ft8VWODwoT https://t.co/B3NNG3fW8Z
27189                                                                                                                 RT @Nike: Don’t settle for homecoming queen or linebacker. Do both.
27190                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
27191                                                                                                                                                     @TMobile Trying to activate SIM
27192                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27193                                         @LoveMagenta2 @andrewtesta @JohnLegere @verizon Hey Love Magenta?  You should read the article... it was a Tmobile… https://t.co/D0z6KuoEte
27194                                                   Check out Barbie Wizard of Oz Winkie Guard and Winged Monkey 2006 Green Blaine Ken Doll #Mattel https://t.co/Tt1DIsG6IE via @eBay
27195                                        RT @HieiDaHellSpawn: Dear @Microsoft @Xbox and @XboxP3  sony and Playstation came out with an exclusive Spider-Man game i think you guys co…
27196                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27197                                                                                                  RT @rosevine3: RT @TheGOPJesus  Tell @KelloggsUS  NO SALE! https://t.co/CmwhndoHjB
27198                                        @amazon really??? I ordered on Fri and supposed to get delivery on sun. Now wed? If I ordered the same item today i… https://t.co/4yqF7tfYbJ
27199                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
27200                                              RT @LAZAROSGALLERY: Check out Art Direct from the Artist Photographs digital file trees and flowers  https://t.co/Iw3grWmegj via @eBay
27201                                                             Check out 2016 Topps Star Wars High Tek Autographs Paul Blake Greedo Gold Foil 29/50  https://t.co/m73eF2yP2W via @eBay
27202                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
27203                                                                                                                             @13Tmueller @J_Piddy @DFB_Team_EN @adidas Oh ok. Thanks
27204                                                           2.5 Pound (1135 grams) Nutritious vegetable daylily flower dried Grade A (黄花菜... https://t.co/3OfQuTlLHD 来自 @amazon
27205                                                   Check out Supreme Electric Tea Kettle - 1.7L- Cordless- Stainless Steel-Gourmia GK250  #Gourmia https://t.co/LtmjMD9Xl2 via @eBay
27206                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27207                                        @joeyabb65 @JimCarrey @Nike So Jim and Nike are not allowed to take a stand on Colin but Trump who hates all (inclu… https://t.co/AAvBOWKp5M
27208                                                                RT @Audi: *stares off into the distance for dramatic effect* #AudiA7 https://t.co/K92diD2gs8 https://t.co/dhPZT3cZi0
27209                                                                     Omarosa Releases Tape of Sarah Huckabee Sanders Agreeing With Trump’s ‘Lies’ https://t.co/bqL8UBUGxv via @Yahoo
27210                                                 Check out DUO MATERNITY Dress M Spandex Stretch Back Tie Short Sleeves Purple Black #DuoMaternity https://t.co/fYCvP1NEqq via @eBay
27211                                                                                 RT @Reuters: Massive torch parade celebrates North Korea's 70th anniversary https://t.co/2uNB0xTzU7
27212                                                                                                                                   @Tesco @jamieoliver That's a customer lost @Tesco
27213                                                                      RT @Apple: Join us 13 September at 5 am NZST to watch the #AppleEvent live on Twitter. https://t.co/2oJz34OHv3
27214                                        RT @calicoe509er: A mural of @Kaepernick7 someone did out here in my city #Yakima #Washington #JustDoIt #Nike #NFL @Nike https://t.co/eEq3q…
27215                                        RT @JohnLegere: Now that’s how you do a @TMobile #magenta moment!!  Congrats to everyone in the @FallonTonight audience!! https://t.co/L1mR…
27216                                          RT @PlutonForEver: How technology led me to the best job in the world @Microsoft: https://t.co/A4kgEWxsyG #SheCanSTEM #MakeWhatsNext #Halo
27217                                                                                                                                         @Reuters What to fema camps for a beheading
27218                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
27219                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27220                                                               Precious dried seafood Sipunculus nudus 350 gram sandworm from South China Se... https://t.co/Y0OfjhUH5B 来自 @amazon
27221                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
27222                                                          *Brand New &amp;amp; Seal Microsoft Xbox 360 Games (PAL): Select Your Titles - FREE POST https://t.co/jeWvUtQWN4 via @eBay
27223                                                                                                                      Check out my listing @eBay - https://t.co/gL2Cwbxa3O via @eBay
27224                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27225                                                                    @Reuters @ReutersTV Go for it - we shut down @GOP this Nov election cycle.. lame duck President in first term ..
27226                                        RT @joninfinity: @MagnumPICBS @CBS  just watched the fall preview show. As for Magnum PI.  What a disgrace. You should’ve left it alone. To…
27227                                                                                         RT @Audi: Electric is going Audi in 7 days: https://t.co/YoXyhOXtnG https://t.co/GkZK1dTtyu
27228                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27229                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
27230                                        RT @Minesweeper94: @Reuters @ReutersTV And this is the part where the adults need to put him in check. Bullying is a problem in this countr…
27231                                        RT @Forbes: The one thing digital assistants need to become useful at work: Context https://t.co/Xl3wn9y9il #paid @Oracle https://t.co/ykrT…
27232                                                                                         @Apple u guys ever give the FBI the backdoor they were asking for ? https://t.co/mRIDDPHVuy
27233                                        @seb4466 @SRuhle @Nike Better run for office! This is terrible and I like your sarcasm...much like mine much of the… https://t.co/Jv5TQj5uZe
27234                                        RT @IDAddictUSA: Time to @netflix and chill. Found some good stuff just searching for ‘true crime documentaries’ on the site. I’ll share th…
27235                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27236                                                  @surekhapillai @startup_mission @IBM @KeralaJUG @GirlsWhoCode @CallForCode @NASSCOMStartUps @startupindia… https://t.co/RMUL2HEsQj
27237                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27238                                                                       RT @Reuters: Hurricane Florence nears Carolinas as 1 million-plus ordered to evacuate https://t.co/wYLnWPx21l
27239                                                                        RT @Apple: @Ahmad_Aligarian Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/S6PiWcoN7z
27240                                       RT @Microsoft: Picture perfect. 📸 It took more than 100 cameras at our volumetric capture stage to bring @AshleyGraham's #hologram to life:…
27241                                                                        RT @chilerojoviva: Swish. Boom. Season 2 of @Atypical rocked. @netflix @autismspeaks https://t.co/uANAdzu71j
27242                                                                     #antiques Check out Zippo - Four leaf clover lucky Irish Lighter - NEW #Zippo https://t.co/6faOtOdWbc via @eBay
27243                                          RT @PlutonForEver: How technology led me to the best job in the world @Microsoft: https://t.co/A4kgEWxsyG #SheCanSTEM #MakeWhatsNext #Halo
27244                                                                                                                 RT @Nike: Don’t settle for homecoming queen or linebacker. Do both.
27245                                                 Check out NWT Ann Taylor Womens Sleeveless Embroidered Brown V-neck Top Blouse M ~$29~ #AnnTaylor https://t.co/8EI58bByVP via @eBay
27246                                                                 RT @PetraDvorakova1: Check out Sunshine Reeves Sterling Silver Large Bowl Navajo  https://t.co/AwFQ5WfDAb via @eBay
27247                                                           @XTinaTaft @LynnieTheGooner @Goukou_ @Albaa184 @KaitMarieox @PayPal Another grifter in social media your folks must proud
27248                                        RT @Apple: @Carrliciouss Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/CWj7…
27249                                        RT @sengineland: @Google now shows dynamic search ad performance aggregated by landing page by @ginnymarvin https://t.co/rmsgzHF9mD https:/…
27250                                                                                                             @colbertlateshow @StephenAtHome @realBobWoodward @CBS Will be watching.
27251                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
27252                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27253                                        RT @Apple: @Alexalovexo_ Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/beSE…
27254                                         RT @Apple: Join us 12 September at 9 p.m. GST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event da…
27255                                                                                             RT @AdamnWarrior: @Nike Or lose 120 pounds working in a Nike sweat shop in North Korea.
27256                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
27257                                                                  #gold Check out Zippo Harley-Davidson Wolf Black Matte Pocket Lighter-NEW #Zippo https://t.co/9k1EMiMfXF via @eBay
27258                                        RT @Apple: @Gr33n_Giant_ Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/i0JJ…
27259                                                                                                     RT @KellyLWilliams: @SeanParnellUSA @JaniceDean @Nike @JJWatt Millions?  Funny.
27260                                        RT @NissenRix: For me it has been the calendar. The simplicity and the options for customisation is far superior compared to @Apple and the…
27261                                        RT @Apple: @arshsahota12 Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/361K…
27262                                         RT @Apple: Join us September 12 at 10 a.m. PDT/1 p.m. EDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates…
27263                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
27264                                                               RT @Reuters: Boeing calling back retirees to fix 737 production snags https://t.co/XF5cdi2gvf https://t.co/YKpn59HkoM
27265                                         @CityGrandRapids @movefreely @Ford @planetm @TheRightPlaceGR @ATTBusiness @DellTech Bike rentals along bus routes.… https://t.co/u2mcltZH33
27266                                        RT @khurrath: The best service event of the year offered by @SAP is here #MegaServiceExpo #NextLevelIT @saplabsindia https://t.co/crBO6T7m3Y
27267                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27268                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
27269                                                         Check out Harley Davidson Motorcycles Belize Black Pearl T-Shirt Men XL Biker tee Eagle   https://t.co/r79qD4umwe via @eBay
27270                                                                                          Regal Beagle T-Shirt Carol's Gift Shop Designs https://t.co/HB7l0iFirO via @amazon #beagle
27271                                                                    RT @Apple: Join us on 13 September at 1 am MYT to watch the #AppleEvent live on Twitter. https://t.co/mHVP54Z3Rn
27272                                                                                         RT @Gillette: Your best never comes easy. Just ask @Shaquemgriffin. https://t.co/tuw4KCrfD8
27273                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27274                                                                                      Cat Shirt - Cool Funny Cat - Perfect Gift Tee Crazy Nemesh https://t.co/tj4d8DnPpN via @amazon
27275                                                                                                                                 I'm at @Starbucks in Riyadh https://t.co/afXXditO4Q
27276                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
27277                                        @BetteMidler I preordered #FEAR on @amazon and may order that other book you mentioned. It’s true that everything h… https://t.co/sw1IyoB79e
27278                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
27279                                                                        RT @Apple: @GauravV40622992 Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/bqkEEIrIn0
27280                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27281                                         RT @StenhouseJr: Hate we didn’t get a good finish today for everyone @JohnDeere and @roushfenway but the cars were stronger than they have…
27282                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27283                                        RT @CBSThisMorning: Tuesday marks 17 years since the 9/11 terror attacks. A moment of silence will be held at 8:46 a.m. ET on @CBS. #NeverF…
27284                                                                                                                                                                     @Reuters Tragic
27285                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
27286                                        RT @Apple: @diamonndd_dee Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/2Qv…
27287                                        @IAmJoyThompson @netflix And Danny in Defenders is actually an improvement. Season 1 Danny was basically those guys… https://t.co/4wk6tAfeMb
27288                                                                                                                                                     @Apple Hey! My birthday. @Apple
27289                                                                    RT @Apple: Join us on 13 September at 1 am MYT to watch the #AppleEvent live on Twitter. https://t.co/mHVP54Z3Rn
27290                                        @StuartH56229435 @elenaakelly @kennethrountree @MaryPrincipio @JimCarrey @Nike How is what I said not 'paid in mone… https://t.co/S9rNTHc87w
27291                                               RT @Reuters: Slim's America Movil challenges Pemex contract awarded to Televisa group https://t.co/vFcEq1fyYD https://t.co/txQ0EzJRNX
27292                                                                RT @MikeSimsWalker: 🙌🏾 RT @Gillette: Your best never comes easy. Just ask @Shaquemgriffin. https://t.co/sKidcElLWd
27293                                                                    RT @Apple: Join us on 13 September at 1 am MYT to watch the #AppleEvent live on Twitter. https://t.co/mHVP54Z3Rn
27294                                                   @InvCmNj26 @alNewRappersSuk @Trill_Cosbee @Apple It's super useful to be able to have your map running over other apps in the car
27295                                                                                                                                        @DrPippaM @amazon @goodreads Love your book!
27296                                                                                                                       @Rogueraidr @Nike @BarackObama @Kaepernick7 You are so stupid
27297                                        RT @Apple: @onurakalinkurt Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/fa…
27298                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27299                                                                                                                       @FallonTonight @iammeredith21 @TMobile Wow. Congrats my dude.
27300                                        RT @Sora4Smash1: Keep it going #Sora4Smash @Sora_Sakurai @Disney @DisneyInteract @Nintendo @NintendoAmerica @SquareEnix @SquareEnixUSA http…
27301                                        RT @Sora4Smash1: Keep it going #Sora4Smash @Sora_Sakurai @Disney @DisneyInteract @Nintendo @NintendoAmerica @SquareEnix @SquareEnixUSA http…
27302                                                    Check out Mens LRG Jeans Size 42 Chief Rocker Indian Head Embroidered Distressed   #LRG #Baggy https://t.co/P1GSYnxB9Z via @eBay
27303                                                                                                    Thank you @tomborelli  for pointing out the audacity of @Nike and @Kaepernick7 !
27304                                        @mikecassidy @RealDonad_Trump @Apple S Jobs famously manufactured his NeXT black cube in the US. The same wasn’t po… https://t.co/xdmLbD8g6P
27305                                                                    RT @Apple: Join us on 13 September at 1 am MYT to watch the #AppleEvent live on Twitter. https://t.co/mHVP54Z3Rn
27306                                        RT @elehelp: Good work from @TRAFFIC_WLTrade exposing the scale of #Thailand’s @facebook #IllegalWildlifeTrade: https://t.co/WPwpvwkAgQ - h…
27307                                                                                           RT @Abdul1230554897: @ZodWriter @WBHomeEnt @wbpictures @ATT @ZackSnyder Shocking behavior
27308                                        RT @ifshesaidso: @HowardA_Esq @saltycomment @shannonrwatts @Nike Little girl is playing a dangerous adult game that she is neither experien…
27309                                        RT @MorganStanley: Morgan Stanley’s Chief U.S. Economist says U.S. GDP growth will likely hit 3.0% in 2018. Will 2019 be a repeat performan…
27310                                                                        RT @Reuters: Nigerian gas tanker explosion kills at least 35 https://t.co/pNmSGVtq0q https://t.co/LH76Vw1BP7
27311                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27312                                                                               Check out NIB 2012 AVON SILVERTONE FLORAL CUFF BRACELET #Avon #Cuff https://t.co/kgzEpEawf9 via @eBay
27313                                        @JustinRose99 @TaylorMadeGolf @adidasGolf @Hublot @Mastercard @ZurichNAnews @MorganStanley @LamkinGrips Well done R… https://t.co/D1GIWHmHkg
27314                                                     Check out Amazing Launch Edition Dreamcast With Original Box 2 Controllers 1 Game 1 VMU #SEGA https://t.co/Jq2wDgK0Sb via @eBay
27315                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
27316                                        RT @Reuters: Australia cuts wheat forecast by nearly 13 percent as drought wilts rural economy https://t.co/oZ5UTlQ0iJ https://t.co/W5G9bNz…
27317                                        RT @JoJoMurray1080: @chpspics @scorpion_hq I agree! That was he crappiest ending last season. #Netflix we need your help. @netflix Please t…
27318                                        RT @CBSThisMorning: Tuesday marks 17 years since the 9/11 terror attacks. A moment of silence will be held at 8:46 a.m. ET on @CBS. #NeverF…
27319                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
27320                                                                Check out  Hawaiian Quilting Fabric HAWAIIAN CHRISTMAS PRINT ISLAND SANTAS  GREEN  https://t.co/zINXDBvkgc via @eBay
27321                                                               @alteratyeshiva @Nike Dude why you didn't just donate those shoe's to someone who actually don't have shoe's. #stupid
27322                                                          Check out vtg DARK Olive Green Applied Top Bottle Liquor Wine Beer Whiskey domed bottom  https://t.co/PEcXJ1GymV via @eBay
27323                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
27324                                                                    RT @Apple: Join us on 13 September at 1 am MYT to watch the #AppleEvent live on Twitter. https://t.co/mHVP54Z3Rn
27325                                        RT @Apple: @1subrosa Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/bc4huIMQ…
27326                                                                                                                 @Apple You're just a bunch of book burners. https://t.co/xvDgE5hmCe
27327                                                                             Time to start banning @amazon and shop local. Nothing is too big to fail if the @NFL is any indication.
27328                                                                                                                      @Mikeyyevtuck @TuckerCarlson @amazon @JeffBezos Give ‘me Hell!
27329                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27330                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
27331                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27332                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27333                                         RT @Apple: Join us September 12 at 10 a.m. PDT/1 p.m. EDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates…
27334                                        RT @Apple: @sewerlove Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/y91A6gY…
27335                                                                                                                            @netflix “First to Last” ... LOL https://t.co/LTmKVgCzu8
27336                                        RT @TripAdvisor: @WorldAnimalNews Thank you for raising these concerns. We can confirm that the elephant show violates our animal welfare p…
27337                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27338                                                                                  Check out MALBIS MEMORIAL CHURCH 1976 paperback booklet S#5572B  https://t.co/GWfUWDsd5C via @eBay
27339                                                        Check out Rough Turquoise Amazonite Lapis Lazuli 24k Gold Plated Adjustable Ring Jewelry   https://t.co/eTdoBGTkTN via @eBay
27340                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27341                                         So my @Apple phone decided today was the day it would give me shit after a month of having it. 1. It kept freezing… https://t.co/lQNyQcdei3
27342                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27343                                        RT @Rac3rNight: @mxdxine @xApokalypse @insatiable_ @netflix no they didn't even with he weight loss she still crying and scared and angry s…
27344                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27345                                        RT @MisterMcNelson: Just your friendly neighborhood Spider-Man! #PS4Share #SpiderManPS4 @insomniacgames @Marvel @Sony @PlayStation https://…
27346                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
27347                                        Colin @Kaepernick7.  Is there anyway that @Nike can make you some socks of our police officers getting shot to matc… https://t.co/XWlOpWEHiE
27348                                                                             RT @Apple: @nickyspain Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/D7qP5mLDiL
27349                                                        RT @VintageLux92: Check out Kenneth Cole Brown Genuine Leather Purse  #KennethColeReaction https://t.co/acRgPMaZzt via @eBay
27350                                                                                                            @Reuters Just saw the 2013 special on All The Presidents Men.. great guy
27351                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/6QcVryvVUY
27352                                                                                   @markhumphrys @Google @jihadwatchRS So what's on page one now? Recipes for jihad  snickerdoodles?
27353                                                                             RT @Apple: @nitinnayaz Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/qJmlVSc5Jg
27354                                         RT @Apple: Join us 12 September at 9 p.m. GST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event da…
27355                                                                         @alteratyeshiva @Nike Lmao ur the one that buying this shit it doesn’t affect them. Your just wasting money
27356                                                                                                  @reeses @amazon I’m having some Reese’s Pieces this weekend #NotSorry #Sweepstakes
27357                                                                     does @CocaCola fill the bottle to the top? le reng lekula mo companing? sa fa sa phela! https://t.co/0CdUGQwNGL
27358                                                           RT @Reuters: Racist robocalls target black candidate for Florida governor https://t.co/sKjON6olJN https://t.co/xJuH4s4mxP
27359                                                                                                          @reeses @amazon C for sure REESE'S OUTRAGEOUS BAR ! #NotSorry #Sweepstakes
27360                                                RT @Reuters: Governments 'not on track' to cap temperatures at below 2 degrees: U.N. https://t.co/VtBW26Thmz https://t.co/UcEpeVuNU0
27361                                                                                    Check out fenn wright manson Bo Ho Dress Size 10  https://t.co/s7TtMZgxsI @eBay.  Bargain on Rrp
27362                                                RT @Reuters: Governments 'not on track' to cap temperatures at below 2 degrees: U.N. https://t.co/VtBW26Thmz https://t.co/UcEpeVuNU0
27363                                                                              RT @djkhaled: 🚨 New movie alert 🚨 #TheAfterParty out tomorrow!! On @netflix. https://t.co/1FoK69wV4A
27364                                                                                                                      Check out my listing @eBay - https://t.co/THyh66MXFw via @eBay
27365                                                           RT @Reuters: Racist robocalls target black candidate for Florida governor https://t.co/sKjON6olJN https://t.co/xJuH4s4mxP
27366                                                                       Vintage Transfer Pattern Embroidered Rose Quilt Thread and NOS Pillowcases  https://t.co/3yFF7Sc3ey via @eBay
27367                                                                              @JohnLegere @TMobile @JDPower I'm a Verizon rep. If anyone wants a quote on anything just let me know!
27368                                                                                                                                                     @Reuters @ReutersTV Johnny car!
27369                                                                               @ebj501 @EvelynBellJones @bookingcom They need a @GordonRamsay  wake up visit by the looks on that 😷
27370                                                   RT @Reuters: Japan PM Abe says relations with China back on 'normal track': paper https://t.co/bgibFsj4gD https://t.co/eI9XkFuEKc
27371                                        RT @gorskon: Hey. @BankofAmerica. Give me one good reason why I should continue to keep my money with you given that you behave so horribly…
27372                                                                                                                                                            Yes please! @netflix? 😍
27373                                        @easyJet I am due to fly home from Santorini in the next few hours and I got gifted with flowers for my engagement.… https://t.co/EUZJHqBE64
27374                                                                                                                      Check out my listing @eBay - https://t.co/dlkqbK3vp7 via @eBay
27375                                        @netflix I’ve had Netflix since the start and remember when it meant something to watch a Netflix Original. Now the… https://t.co/as6Cvc9IMs
27376                                         @NerdD12 @fiz_saberi96 @ComicBook @Marvel @RobertIger @Disney These rumors grieve me deeply... I am a lifelong fan… https://t.co/dtsUGUxRnJ
27377                                                   Check out ENGAGEMENT PARAIBA TOPAZ WHITE TOPAZ PLATINUM OVER STERLING SILVER  RING  11X9MM #L2D https://t.co/w1EKxw6eLt via @eBay
27378                                                                                              RT @BMW: Too good for the garage. The #BMW 3.0 CS. #BMWclassic https://t.co/J2IrJcVI37
27379                                                                                                              @_dpaj @Reuters There's nothing 'far right' about these people at all.
27380                                                       RT @BMW: Emotional design meets fascinating sportiness. The all-new #BMW #Z4. https://t.co/SfrlTy8kzL https://t.co/t4V9yDdsrO
27381                                        RT @GoldmanSachs: .@AngelList CEO Naval Ravikant defines the power of #blockchain: https://t.co/q2sRXBV0w5 #TalksAtGS https://t.co/VjPys1PB…
27382                                                                                                         @ASOS @clairesharpe_ I've had exactly the same issue and the same response.
27383                                RT @sallyeaves: Supply Chain Transformation via #blockchain &amp; #Robotics - @Walmart continues rise in #research &amp; #Patent registrations to i…
27384                                                                                                     Little People Kingdom Castle Lot #FisherPrice https://t.co/CYOaDjk0AX via @eBay
27385                                                                  Check out TeeFury CURIOUS GEORGE Why So Curious The Joker Womens T-Shirt 100% Cotton https://t.co/M720EGGqrl @eBay
27386                                                                  RT @PeterlooPete: @Reuters @ReutersTV #5g rollout should be put on hold to allow time for enquiry into UK concerns
27387                                                   RT @Reuters: Car bomb attack strikes local government office in Mogadishu: police https://t.co/B0FIhumlEa https://t.co/izolISeZNP
27388                                                                                                                                                     @Disney your prince is in Korea
27389                                                                                                                                    @Reuters Our new leader likes hiking.  How nice.
27390                                                                     #colesmini #Coles Little Shop Mini Collectibles #Milo FAST SHIPPING CHEAP# 24 https://t.co/V7oqZ2EXBh via @eBay
27391                                                                     RT @Reuters: Japanese golden girl Ikee becomes first female MVP https://t.co/oRY34HKB65 https://t.co/qUwglAWBPp
27392                                                                                                                                 @comcast where Tf is the new episode of #PowerStarz
27393                                           RT @IVandNeptune: @Andii_iv @Spotify @Google @AppleMusic @movehiphop_SA @bubblegumclubbb @RadioDUT NEW BALANCE ☄️: https://t.co/HcRhN1445N
27394                                                                                                @Gozie475 @Reuters I'm also surprised as to why its called African Swine Fever. 🤔😑
27395                                                                                @RojoSiempre_ @YodelOnline @amazon @AmazonHelp Can you raise a complaint or get your money back them
27396                                        @KHillsmith @Bennie_Bart @NadineDorries @easyJet @wizzair The EU is preparing contingency plans so that they can ta… https://t.co/VU99GQVblI
27397                                                        RT @Reuters: Russian oil output keeps steady in August near post-Soviet high https://t.co/bTjNuW0ibj https://t.co/rxunwGcTXd
27398                                                                                   RT @Pharrell: Create the answer. @adidas #HereToCreate #createdwithadidas https://t.co/OkIzyHkGlN
27399                                                                Check out 3 NEW Christmas Holiday Rectangle Round Oval Tray Bowl Plastic w/Poinsettias https://t.co/7rCbkJa2Wv @eBay
27400                                                                                             @bluecollarfood @TVParkReading @Oracle @MicrosoftUK @Computacenter I’ve messaged you. X
27401                                        RT @jenkins_mandy: @KlausSchulze19 @GoldenOldieC @Jonteinspain @AldiUK @Tesco @asda @Morrisons @lidl @waitrose @ConHome @UKLabour @ForBrita…
27402                                        RT @jenkins_mandy: @KlausSchulze19 @GoldenOldieC @Jonteinspain @AldiUK @Tesco @asda @Morrisons @lidl @waitrose @ConHome @UKLabour @ForBrita…
27403                                                   RT @Reuters: Exclusive: Pentagon cancels aid to Pakistan over record on militants https://t.co/ED8d2OHwLL https://t.co/I56AQIoJRR
27404                                                                                             Check out  michael jackson mix 40  DOUBLE  album LPS  https://t.co/smyDzYqfQL via @eBay
27405                                         RT @Reuters: WATCH: South Korea's Unification Church marries thousands of couples from 64 countries https://t.co/krJz3Rgjeq via @ReutersTV…
27406                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
27407                                                                                       Check out  Billabong Sea Schell One Piece Surf Small NWT  https://t.co/eOFhfs5qZ0 przez @eBay
27408                                @LittleDeeMusic MJJ OUT NOW on @Apple &amp; @GooglePlay WITH LINK TO MY @Spotify  &amp; website ON THE GAME SO YOU CAN ENJO… https://t.co/s2lwyvzmro
27409                                         RT @jilbijou45: Check out Lamplight Farms Christmas Holiday Liquid Candle Table Lamp Mini Jack Frost New  https://t.co/IBkjimVvUK via @eBay
27410                                        Check out the official images of the @Nike Flyknit Racer G Men's Golf shoes dropping in a College Navy/Gym Blue/Gam… https://t.co/b7SDiDzsa8
27411                                        RT @H7shahreeshgh6: @ABC @CNN @cbs @i24NEWS_EN @VOAIran @VOANews @washingtonpost @thehill @Reuters @nytimes Only RayStarts are able to chan…
27412                                         RT @Reuters: Coca-Cola grabs a coffee with the purchase of the Costa chain for 5.1 billion dollars. https://t.co/vZMbXPBieu Via @ReutersTV…
27413                                    RT @mindy_marvelmom: @DisneyStudios I see @Disney killing the MCU and losing a lot of 💵💵💵💵 if they don’t #RehireJamesGunn https://t.co/kKSH…
27414                                         RT @Reuters: Coca-Cola grabs a coffee with the purchase of the Costa chain for 5.1 billion dollars. https://t.co/vZMbXPBieu Via @ReutersTV…
27415                                                RT @Reuters: Governments 'not on track' to cap temperatures at below 2 degrees: U.N. https://t.co/FFxRZvX9Zx https://t.co/CTsN0r16nB
27416                                             Iraq: Reuters report of Iran moving missiles to Iraq is 'without evidence' https://t.co/63s1DoNt7H via @Reuters https://t.co/zDJOo0G3NA
27417                                                         RT @ParadisePD: The law is broken. They're not fixing it. Paradise PD is now streaming on @netflix. https://t.co/iByABk73As
27418                                                             Check out Marvel Midtowncomics CAPTAIN AMERICA 1 Signed By Johntyler Christopher With Coa https://t.co/ctBtv1zK14 @eBay
27419                                                                   Check out 1 Yard Solid Burgundy Stretch Velour Fabric 62 X 32 One Continuous Piece https://t.co/SW8Y2Rw4tE @eBay.
27420                                                                               RT @Reuters: Teen from New Mexico compound says he was trained for jihad: FBI https://t.co/YsZNnhQLvO
27421                                                                                 Check out Beautiful!! Lorus Women's Date Watch Silver Metal Mesh Band https://t.co/yJx0lXQ4Nw @eBay
27422                                                                                        RT @Reuters: Exclusive: France restricts travel by diplomats to Iran https://t.co/S9PHsev0YB
27423                                                                                                 RT @queeenieee__: IM NOT EVEN STUCK *IN* SERBIA IM IN THE FUCKING AEROPORT @easyJet
27424                                                             Check out Vintage Disney 3D Lenticular Postcards Lot of 6 Walt Disney Productions 1966-67 https://t.co/pX1P5QJAqa @eBay
27425                                                RT @Reuters: White workers at South Africa's Sasol to strike over black share scheme https://t.co/Rvobg0fW48 https://t.co/qOaU5TWUgL
27426                                                                                                                                                                   @Reuters phihsing
27427                                                                                                                              @AllHailBurritos @NetflixFR @netflix @ericandre Do it!
27428                                                              Check out Betty Boop Musical Women's Gold Dial Gold Case Black Leather Band Quartz Watch https://t.co/4fOm3HQfs5 @eBay
27429                                                               Check out Vintage 1989 Brandywine Motorsports Wilton Pewter Plate Mount Joy PA USA  https://t.co/QY0w1i7F7I via @eBay
27430                                        RT @sparky_town: Check out New Abercrombie &amp; Fitch Blouse L size Ivory White Embroidered Net Lined Stretch https://t.co/0MDwl6BRxd @eBay
27431                                                                                                   @Reuters It's not because you report on your own fake news that they become true.
27432                                                                luxrygold 14K Rose Gold PL Bridal Criss-Cross Wedding Ring Set Heart Cut 0.99... https://t.co/4T3B0CW8ZY via @amazon
27433                                                          Check out VINTAGE COTTAGE GARDEN PINK ROSES LACE DOILY YELLOW GREEN BLACK COTTON FABRIC  https://t.co/GRPQ7cdET4 via @eBay
27434                                               Check out 【F/S EXC+++++】Mamiya Sekor 150mm f/5.6 W/ Hood for Universal Press from JP 0933 #Mamiya https://t.co/SOj9lyRw0H via @eBay
27435                                                Blockchain is live @Oracle - Why not start to use it? by @AntonyWelfare https://t.co/Kpu0CqbDAV #blockchain… https://t.co/EYa3WzvNxP
27436                                                                                                       RT @Tsunamirising: @Reuters He knows the end is near. https://t.co/aZB2lwjMBG
27437                                                                    RT @queeenieee__: WE CALLED AND THEY GOT US TO WAIT AND WAIT WHILE WE ARE PAYING THE PHONE AND SHIT WTF @easyJet
27438                                                        Check out Laparoscopy Bulldog Clamp Forceps 12 Clips 2 set Laparoscopic 10mm CE Certified  https://t.co/r5Nh9gf0pJ via @eBay
27439                                        RT @Reuters: ICYMI: Britain straps on its #Brexit crash helmet in case it's forced to leave the EU without a trade deal https://t.co/Sum8NP…
27440                                             RT @Sneakerchief23: Check out Supreme SealLine See Pouch | Black / Large https://t.co/Hxm4VU50fN @eBay ⁦@SCOOP208⁩ ⁦@SupremeCommerce⁩ ⁦@SUP…
27441                                                         Check out Laparoscopic Clip Applicator Applier 3 Rod LT 200 300 and 400 Instruments 10mm  https://t.co/L2rPw6ZHD5 via @eBay
27442                                        @annie__c_ @mxdxine @Rac3rNight @xApokalypse @insatiable_ @netflix when you produce a series supposed to be ridicul… https://t.co/hH063ZvaaU
27443                                                     Vintage Tyco HO Freight Car Lot of 3 Billboard: 2 Hopper 1 Refrigerated In Boxes #E-bay #TYCO https://t.co/WaH0fp3CUd via @eBay
27444                                               RT @RichmanPoorman8: Check out Antique Victoria Carlsbad Hand Painted Porcelain Ewer (Cat.#12A009)  https://t.co/1UvZd1XUUz via @eBay
27445                                                @ThePerezHilton @netflix @MarvelStudios @LukeCage @realmikecolter @ArianaGrande @PerezHilton @cocoperez I hope this idiot goes down.
27446                                                                                                   RT @AllHailBurritos: My new baby. :') @netflix @ericandre https://t.co/R0RQwtAKHc
27447                                      @RochelleDunla18 @CaptainBadger79 @DetDeckerChloe @CBS Thanks for your help to #SaveScorpion 😆😆 I wish the best for… https://t.co/zflEI3Uznu
27448                                                                                              RT @BMW: Too good for the garage. The #BMW 3.0 CS. #BMWclassic https://t.co/J2IrJcVI37
27449                                                                           RT @joeyofficial99: This show is amazing make more seasons @netflix @MarlonWayans https://t.co/m3COb9Iot3
27450                                                                                                  Check out Arianna 30' Swivel Barstool #Unbranded https://t.co/fJpMfSi6Ke via @eBay
27451                                                Check out Polaroid One Step BC SERIES Rainbow Stripe Instant Camera w/ Strap and Manual  #Polaroid https://t.co/UGOZKbs4cx via @eBay
27452                                         @Cheryl05397860 @ENichols_Author @BHappyBHonest @amazon I think you have more luck if you go on the actual website… https://t.co/xYb7wZo5pz
27453                                                Check out MIXED LOT OF 3MATTEL Barbie doll holiday special edition with box winter fantasy #Mattel https://t.co/jcxF9oy0fX via @eBay
27454                                                                                                            I wonder when @netflix will bring us the last season of @cwthe100 ?!?!?!
27455                                                Check out 2003 NISSAN MAXIMA I30 A56-U83 E43 3M 3.5L ENGINE CONTROL ECU ECM MODULE UNIT #NissanOEM https://t.co/wz8jA27X96 via @eBay
27456                                        RT @rdmoot: Just saw this on Amazon: WowWee Untamed Raptor Fingerlings - Blaze (... by WowWee for $14.99 https://t.co/zWv6edVsNz via @amazon
27457                                        RT @McDonalds: UNLIMITED. FREE. DELIVERY from McDonald’s (9.24 – 9.30). The deets? Order #McDelivery using promo code McDeliveryPassSept on…
27458                                        @TripAdvisor Bridging between the tourism industry and modern digital world by #Tourist_Token #toto. Strongly recom… https://t.co/qTQJXY3XFb
27459                                        RT @MArmenoff: @razzers5 @DouglasHespelt @CaptainBadger79 @just_a_meow_mom @Scorpionfanhun @chpspics @DKB32425 @CBS I think CBSwould prefer…
27460                                                                                                                       Check out COLLECTOR PLATES  https://t.co/SRxSNRLdRk via @eBay
27461                                        @LeeCowanCBS thanks for telling the story of great workers who @Microsoft and @SAP were smart enough to realize wer… https://t.co/zYY2jYvC6N
27462                                                                                                                                 RT @madan: @netflix Please don't cancel #rescueBots
27463                                                          RT @Reuters: ICYMI: Aquatic chess leaves players breathless https://t.co/5AmI4g3eH5 via @ReutersTV https://t.co/EyKiyhvXIK
27464                                                                 Check out Iceberg OfficeWorks Mobile Training Table 18' x 72' Mahogany #Unbranded https://t.co/lEacqZ9eap via @eBay
27465                                        RT @ItsKayOfficial: @milasthirlwall @Camila_Cabello @sinucabello @alejandrocabe12 @rogerhgold @CCabelloFR @Loreal @lorealparisfr @LOrealPar…
27466                                                        RT @NoelDominicci: Donald Trump Sparks Anger In Ireland After Upcoming Visit Is Confirmed https://t.co/TfAVSVeLxg via @Yahoo
27467                                                     RT @Greenecountyauc: Vintage Victorian Style Tin Metal  Dresser Perfume  Music Box - Working  https://t.co/aQ5F5tkYC8 via @eBay
27468                                                                               RT @Reuters: Teen from New Mexico compound says he was trained for jihad: FBI https://t.co/YsZNnhQLvO
27469                                                                                                                      Check out my listing @eBay - https://t.co/KBhFlabAU6 via @eBay
27470                                                                  @janfrodeno @MercedesBenz @danielaryf @SebastianKienle @ChallengeWalchs Ditch the brand! Sure @BMW would have you!
27471                                                                                  Check out my listing for LNER D49/1 loco 'The Burton' The@eBay - https://t.co/qjCq8QujAR via @eBay
27472                                                          Check out OtterBox Original STATEMENT  case for iPhone 8/7/6S/6 Lucent Blazer  #OTTERBOX https://t.co/aXvvsKTcCl via @eBay
27473                                                                                 Check out CBD Vape Oil - Peppermint | 150mg | Zero THC #Unbranded https://t.co/45wo11Qty3 via @eBay
27474                                    @asif477 @Maarten_BNL @Reuters 3- US &amp; other western nations are to be equally blamed for the current situation. By… https://t.co/0eMAUVKmu7
27475                                                                                                        @Reuters What about calling on all to safeguard our children in your church?
27476                                                                                  @StrayLiotta @VIZIO @comcast @amazon My thoughts &amp; prayers are with you at this sad time 😺⚡️🖥
27477                                                   Check out Pibh Mens Orange/Black Pennsylvania Department of Transportation T-Shirt Size L #Pibh https://t.co/i4unudnLNK via @eBay
27478                                                Check out Professional Men Beard Growth Enhancer Facial Nutrition Moustache Grow Beard  #Unbranded https://t.co/Wu9p4hthp5 via @eBay
27479                                                                                                                    @gayang3 @real_vijay @facebook typical authoritarian Multicoiner
27480                                                                                                                                           @emilyyoshida @netflix I wanna see this!!
27481                                                          Check out Mario Lemieux 1987-88 O-Pee-Chee Pittsburgh Penquins #15 HOF PSA 10 Gem Mint?  https://t.co/f6OCHXVoBd via @eBay
27482                                                                Turmeric Liquid Extract Drops – All Natural Herbal Supplement Drops of Pure T... https://t.co/ntAk7foSln via @amazon
27483                                        RT @DesignationSix: Bank of America @BankofAmerica  is freezing the accounts of anyone just suspected of not being a U.S. citizen. Not prov…
27484                                                        Check out The Way to a Man's Heart Cookbook Romantic Recipes for Every Occasion 2002 NOS   https://t.co/MHq7jOFXbi via @eBay
27485                                        @dobrvmayreign @amy89000 @s13965019 @ellymeier42 @NetflixLifee @netflix So you're the authority to decide what’s he… https://t.co/VMhmHbiSLb
27486                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
27487                                     RT @Citi: New #Citi GPS report looks at cross-sector #innovation &amp; identifies products that could disrupt the market incl. all-solid-state…
27488                                                                    Check out 200 BLUE AND GOLD HEART TABLE CONFETTI WEDDING VINTAGE PARTY BABY SHOWER https://t.co/oftAoG1N76 @eBay
27489                                                                                                                      Check out my listing @eBay - https://t.co/fFjNczvDvX via @eBay
27490                                          RT @McDonalds: It's hotter! It's juicier! It's the new 100% fresh beef Quarter Pounder. Stop in and try one today. https://t.co/12mUB9cFYO
27491                                                       Check out Disney Coco Walkie Talkies Pixar New Sugar Skulls RARE #eKids https://t.co/JmPwWo3Bpd via @eBay @disney @disneycoco
27492                                                Check out Maurices Women XL Pullover Sweater Relaxed Open Weave Argyle SS Scoop Neck Ivory #Casual https://t.co/ThUDSk7Onb via @eBay
27493                                        @Tesco not impressed with my OUT OF DATE chicken I bought today :( by the time I get back to the store it will be c… https://t.co/38ejBSsKln
27494                                           Check out Apple AirPort Extreme 1331 Mbps 3-Port Gigabit Wireless AC Router (ME918LL/A) #Apple https://t.co/udSRkMgM6a via @eBay #apple 2
27495                                                     Check out Bring It On Blue 2X Snap Button Front LS Scrub Top Snowmen &amp; Snowflakes Cotton  https://t.co/i3KaHlXtba via @eBay
27496                                                Check out Replacement Plate Clear Glass Microwave Tray (markings 11) Size 14 1/2” Bin X #Unbranded https://t.co/LWm5kKb7vQ via @eBay
27497                                     RT @Citi: New #Citi GPS report looks at cross-sector #innovation &amp; identifies products that could disrupt the market incl. all-solid-state…
27498                                                     RT @hopescloset2: Check out Solarpass Solar Shoulder Massager (Gold) Model Kw-100A #solarpass https://t.co/uYv5dreglS via @eBay
27499                                                             RT @Reuters: Rangers beaten by Celtic in Gerrard's first Old Firm derby https://t.co/Ocpaw7TLjE https://t.co/pOjursrcxN
27500                                                               Check out Tupperware Free Shipping New Set 4 Oriental Dishes Cups (1 cup each one)  https://t.co/1jU7WM7JfH via @eBay
27501                                                               Check out 5.30 Carat Beautiful Color Tourmaline Loose Gemstone(9)   13.5*7.5*5.5mm  https://t.co/z44NgO8MlM via @eBay
27502                                                                                                                     @Melinda_Blevins @netflix Totally..watched it in a day..so good
27503                                         RT @ManoloCaroS: ¡SHE’S BACK! 10 AGOSTO - LA CASA DE LAS FLORES @netflixlat @netflix @vrocastroficial @CasaFloresTV https://t.co/VBaroxtpf3
27504                                                      Check out 7 For All Mankind Womens Size 28 Small Black Stretch Denim Rolled Cuff Shorts #Any https://t.co/m1NHkd6l9a via @eBay
27505                                                          RT @igggggggyy: @jennaezarik @netflix i want someone to check up on me as much as netflix asks me if i’m still watching 😩
27506                                                                         NEW in box ChapStick 13 count variety pack $5.99 plus shipping #ChapStick https://t.co/Sgv2ZWgKrp via @eBay
27507                                                                                                @Melinda_Blevins @netflix Ha..we might need to have a Netflix intervention for you😂
27508                                                                                                                      Check out my listing @eBay - https://t.co/vmuCKGVH0Q via @eBay
27509                                                               Jianxi Women Antique Plated White Health Magnetic Turquoise Bracelet Cuff Ban... https://t.co/MnnMBtPGJ1 来自 @amazon
27510                                        RT @DigitalEra9: @Google reveals the top things people want to #find out ‘How to’ do Via @googlefr @digitalera9 @ciowwda @googlefacts https…
27511                                                    An upside of watching @netflix alone in your PJs is that no one is around to watch you cry twice during… https://t.co/sM1mDW4odE
27512                                                                   Check out Columbia Men’s Full Zip Lightweight Fleece Jacket Size Large Maroon Color https://t.co/DHMqHJA92L @eBay
27513                                                                             Check out Lucky Brand Women’s Long Sleeve Cold Shoulder Blouse Size Small https://t.co/cin6jOh6RH @eBay
27514                                                                                                RT @RealNews_US: @FoxNews @UPS A little #levity #PeoplePower https://t.co/OQXn2t6qMN
27515                                         @FoxNews #GeoffreyOwens was that dude back then. I know @netflix @hulu or another major network can give my man an… https://t.co/16Nx4afMhU
27516                                                                                @zhongnanhai @Starbucks Lol. Agreed. Too soon. Also I saw Halloween costumes at Costco 2 weeks ago!!
27517                                      RT @StufffGoneBy80: Check out No Bones About It Salt &amp; Pepper Set Boston Warehouse New Dog Fire Hydrant  https://t.co/puEEpjFzcn via @eBay
27518                                                           Check out Beautiful Sparkling Fairy picture with hand set Swarovski Crystals #Swarovski https://t.co/V8JsWdNeHQ via @eBay
27519                                                                 Check out Coca Cola Christmas Glasses Santa Reindeer Elves  Set of 4 Vntage McCrory’s https://t.co/BnaPrYVrTK @eBay
27520                                                                                           Check out Kate Spade Cedar Street Slim Wallet Wristlet Gray https://t.co/Q9vnBi6LDR @eBay
27521                                    We packed light for our @easyJet  flight &amp; then got penalised by having no leg room as the cabin crew asked us to p… https://t.co/N4ajnlmNHJ
27522                                                                     Check out TODD GURLEY 2015 Bowman Chrome Rookie Refractor Auto Nice! BGS 9.5 RAMS https://t.co/G1Weq7WmQX @eBay
27523                                        RT @yunnieman: @JayMcChaos @theRedheadAriel @Starbucks @SMSOnAir @DaleyReview @popcultureview Wanna see this @SMSOnAir #TVTalk listeners? B…
27524                                                                            @EW @netflix Needs to #RenewGypsy now! It’s one of their best originals to date. https://t.co/pjOqB4XxKV
27525                                                                                         RT @Reuters: Long reach of U.S. sanctions hits Syria reconstruction https://t.co/NyJYzrpYhP
27526                                                                                                   @LaQuettaGlaze @ObviousParadox @netflix Ha! Yes! We will have another late night!
27527                                         RT @LillythQuillan: Thank you so much for the shout out @facebook Parents of Children with Conduct Disorder couldn't do what we do without…
27528                                        RT @Reuters: ICYMI: NYPD beekeeper arrives on scene to relocate swarm of bees that took over Times Square hot dog stand https://t.co/ZHP9IN…
27529                                        RT @WhiskyNovember: @JennySylivant @Loona416 @USA_Network @amazon @JeffBezos @AmazonStudios @jnsalke @SharonTalYguado @hulu @netflix @reedh…
27530                                                                                                                  Home Tweet Home by @TeaPainUSA https://t.co/2BFOHSLpFK via @amazon
27531                                         @Matt_Dominguez @BankofAmerica Matt I didn't know you cursed. Omg! But that's what I call standing up! You go Matt! https://t.co/KIvS5KFy9i
27532                                                                                                                      Check out my listing @eBay - https://t.co/FFpzFU3Nrg via @eBay
27533                                                                                                                      @JJ_Blade @TripAdvisor @WorldAnimalNews That is a valid point!
27534                                        RT @Disney: 2 months until #DisneysNutcracker and the Four Realms is in theaters. Tag who you’re taking on November 2! https://t.co/h7kt4Ch…
27535                                                        Check out Men Shirt St John's Bay M Blue Plaid Button Front Long Sleeves 18101 #StJohnsBay https://t.co/fmDrMFpM81 via @eBay
27536                                                                                   Check out Moeck recorder block flute school free shipping   https://t.co/cacUkoKarj via @eBay NEW
27537                                        RT @MorganStanley: Morgan Stanley’s Chief U.S. Economist says U.S. GDP growth will likely hit 3.0% in 2018. Will 2019 be a repeat performan…
27538                                                        Check out Vintage Falstaff Salutes Brewing Company Bi-Centennial Double Can Lamp #Falstaff https://t.co/hZTiVvxkW0 via @eBay
27539                                                      Check out Browning Camo Rubber Phone Case Cover For iPhone 5 6 Plus 7 8&amp;Samsung Galaxy.  https://t.co/H9YKAffDVZ via @eBay
27540                                                                       Check out Spartina 449 Purse Khaki Floral Linen Hipster Crossbody Shoulder Bag  https://t.co/b3QANJanaj @eBay
27541                                                                                                        Will @CBS @60Minutes be promoting other candidates in the upcoming midterms?
27542                                       😂 @netflix lol y’all should pull every single movie from your list of any actor featured or supporting who has a ac… https://t.co/aN9c1WhgIl
27543                                                                                 #Esso #Decal Cup Mugs Mirrors Car Windows #OldSkool #RatRod #Fuel https://t.co/TYFaxdxbEg via @eBay
27544                                                                                          Check out Huge Lot Of WWE WrestleMania DVDs 1-29 Plus Extras https://t.co/THq0xMw2Qt @eBay
27545                                                                                                Check out 1x 7 card LEGENDS lot #WizardsoftheCoast https://t.co/3dVBbqe7No via @eBay
27546                                                       The Shadow President: The Truth About Mike Pence by Michael D'Antonio https://t.co/hI49BICCGi via @amazon #politics #mustread
27547                                        RT @Disney: 2 months until #DisneysNutcracker and the Four Realms is in theaters. Tag who you’re taking on November 2! https://t.co/h7kt4Ch…
27548                                            @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell @timkaine… https://t.co/c4mTX8FDWJ
27549                                                Check out Vintage B&amp;L Ray Ban Bausch &amp; Lomb Aviator Sunglasses Shooter Bullet Hole #RayBan https://t.co/PzjqKQtG7O via @eBay
27550                                        RT @therealRayzer: This guy be doing the most utilising @BMW ///#M3 3.2.5 i.s   gusheshe  themba lama kgumusha   @BMW_SA   ..... @DrMusaMth…
27551                                                                        Check out this Amazon deal: Alexa Voice Remote for Amazon Echo by Amazon https://t.co/4IGUFZkGEg via @amazon
27552                                               @comcast I have to wait till 9/5/18 for a tech to come again. Loyal customer for 5+ years. I will evaluate if I’ll keep your service.
27553                                                  @NestleUSA @Starbucks There is nothing sustainable about Nestle as they stole California’s public water and resold it for decades.
27554                                        RT @RealBinge: The Great British Baking Show 2.0 now on @netflix  I'm a super fan - What do you think of the overhaul? Click link on iPhone…
27555                                        RT @GSK: Can’t wait for the #WellChildAwards on Tuesday! We’ll be recognising some of the UK’s most inspirational children and young people…
27556                                                                         Okay @netflix need to make a sequel of “To All The Boys I’ve Loved Before” called “To The Boy I Love Now”😍
27557                                                          RT @VirginiaKettle1: Check out Vintage Brass Flower Bathroom Towel Ring Holder Floral Theme  https://t.co/gyFPg7Xdea @eBay
27558                                                                                                                      Check out my listing @eBay - https://t.co/3j7fxiUzLI via @eBay
27559                                                                  Sealed NIB LORAC #Disney Beauty and the Beast Lipstick Collection 5 Tubes #LORAC https://t.co/2NhAQSkCvp via @eBay
27560                                                                                                                         RT @netflix: 🌟✨💫 one week 🌟✨💫 https://t.co/V2LhWmrWFC
27561                                                                                                @MelissaDirlam A huge whiteboard at @HomeDepot is only $12! We can make this happen!
27562                                                                               VTG FURLA LIGHT BLUE LEATHER TOTE -SLEEP BAG-16”X18”X5” WITH SLEEP BAG- https://t.co/W0FqCjRXWL @eBay
27563                                              RT @darrenkbranch: My day with the #M4 #bmwm4 #bmw #mpower #fastcar @sycamorebmw @BMW @BMW_UK @WaynoPhotograph https://t.co/3NqaAMtepv
27564                                                   RT @Reuters: Tearful mourners line up to bid farewell to east Ukraine rebel chief https://t.co/yGyDjKgmwn https://t.co/kFcJHMmt1p
27565                                                                                 @SRenzow @ErickHerBog @BMW @BMWi I hope you get an i3 too. These are such fun cars to drive. 🚗🍃🌍
27566                                        @fiz_saberi96 @WhisenhuntRob @ComicBook @Marvel @RobertIger @Disney They dug up old Sarah Silverman tweets too in o… https://t.co/KI9JB4qLJt
27567                                                             Check out 2018 BOWMAN CHROME TOP 100 GREEN #96 FRANKLIN BARRETO 25/99 ATHLETICS 🔥⚾️  https://t.co/jCAA80SyPf via @eBay
27568                                                                                                                                                                 @McDonalds Mcdicted
27569                                                             Check out Soviet vintage stereoscope-3 USSR Viewer Cards Antique Lot Card Stereoview  https://t.co/bsQySfR5ov via @eBay
27570                                                                                                                                      Adventures at @Walmart https://t.co/Q7Qfubt8zn
27571                                         @Craig_Spur @EUflagmafia @Heinz_Baines @Starbucks Little embarrassed aren't you. You know nothing of your club and… https://t.co/0y31trFBWo
27572                                                                           @goldilocks405 @wendimclendonco @Walmart @TheGoldbergsABC Gotta get one of them. Any with Morons on then?
27573                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
27574                                        RT @MorganStanley: Morgan Stanley’s Chief U.S. Economist says U.S. GDP growth will likely hit 3.0% in 2018. Will 2019 be a repeat performan…
27575                                                  Check out solid ground e9Art ACEO Abstract Outsider Art Brut Painting Original OOAK #OutsiderArt https://t.co/RzgIWgWd7r via @eBay
27576                                        @amazon @AmazonHelp... I ordered those product yesterday... But it shows not dispatched now... I need it within 5th… https://t.co/dJrIXeT4qF
27577                                        RT @savetrialanderr: Keep it up Peckers!  Good habits are made with repetition! Please tweet daily #SaveTrialAndError @hulu @netflix @Amazo…
27578                                                      RT @russell50374161: Check out 1x AD KINGDOMS-of-KALAMAR-MIDNIGHT-039-S-TERROR COMPLETE #TSR https://t.co/JStfpelJb7 via @eBay
27579                                                                                #Video Format [Transparent Video [.TV]] [#New] @Google  @googledevs  #Google https://t.co/JoGnVSfQZI
27580                                        RT @CharlieJennyk: Womans Tampa Bay Buccaneers Football Sports T Shirt Size S https://t.co/hGTIsBQmR9 @eBay #vintage #thrifting #sales #lit…
27581                                                       RT @Reuters: Argentina IMF deal could mean reversal of Macri's grain tax cuts https://t.co/AfCcADViDQ https://t.co/SXZ5nQAld5
27582                                                 Check out Polaroid One 600 Ultra Instant Film Camera  Blue Excellent Condition Untested #Polaroid https://t.co/Foa5xJarnX via @eBay
27583                                                           @Oracle Blocking @Twitter advertisers until toxic troll Alex Jones who threatens Sandy Hook families is off this platform
27584                                                      RT @deceptionarmy: PLEASE!! #Deception #SaveDeception #SaveCameronBlack #DeceptionFamily #Deakins @CBS https://t.co/LRJYEubxYR
27585                                                Check out pakistani Anarkali Bollywood Designer Indian wedding womens Shalwar Kameez Dress #Indian https://t.co/260gIPvxv0 via @eBay
27586                                                                                                                      Check out my listing @eBay - https://t.co/jrsnr5F6Sq via @eBay
27587                                               RT @PaceRappaport: DESERT MOON PERIODICALS Magazine Zine Fanzine Catalog XINES #10 Collectible RARE https://t.co/anF7mDS8Xa via @eBay
27588                                                                 RT @Reuters: Protests over Yemen's weakening currency paralyze Aden https://t.co/nPhV2XOUch https://t.co/Vco7qUy6ps
27589                                                    Check out NIGERIA Africa LOVE Multi-Color Fashion Jewelry Dangle Handmade Earrings #DropDangle https://t.co/BsASztrnU5 via @eBay
27590                                        RT @Reuters: Japan trials 'robot taxis' with an aim to have them on roads in time for the 2020 Olympics https://t.co/D0KovfebcG via @Reuter…
27591                                                           Check out Womens Plussize Janette Fashion Cherry Blossom Faux Wrap Maxi Dress 1X 2X 3X  https://t.co/TNaPuvLpyw via @eBay
27592                                        @NoMoreExperts @tories_brexit @NadineDorries @easyJet Why have you got a picture of a schoolboy as your Twitter pic… https://t.co/DyiL6d7YWD
27593                                                RT @jewelrywiz: Check out Tanzanite Blue Green  Natural Untreated Oval shaped Gems 6 x 5 mm .70 carats https://t.co/YDm7XWxl5U @eBay
27594                                                                                                               @CallRobCrawford @blackrock Can't tell if you are joking or not here.
27595                                                               Check out Ridgid R8408 Work Site Job Radio Charger Mp3 Player Construction Vintage Tool https://t.co/jIEnewnznB @eBay
27596                                                                                   Check out Gino Pheroni black shoes #ginopheroni #LoafersSlipOns https://t.co/9RiD12u0dx via @eBay
27597                                                 RT @Reuters: Indonesia to work with Alibaba's Jack Ma to increase exports: minister https://t.co/y2YnltQOhG https://t.co/7nK7B7K6yk
27598                                                                          #skincare Check out Borghese Purify Mud Mask For Face and Body #Borghese https://t.co/e7Z7vIMlke via @eBay
27599                                            RT @AmericanExpress: @Lin_Manuel's leading role is that of visionary artist. Our role? To have his back every step of the way. #AmexLife
27600                                                           Check out Wilcom PS-36 VDSL2 Master Splitter - Wall or Desk mounted x 5 PCs Lot #Wilcom https://t.co/79Ghiq9qUt via @eBay
27601                                                                      RT @Reuters: U2 cancel concert mid-show after Bono loses voice https://t.co/AMsLsIm6s5 https://t.co/2BGZqPZEf0
27602                                         @facebook I'm a new mum. Naturally I have joined parenting pages. My suggested articles feed is constantly full of… https://t.co/DT8EPhdAfp
27603                                                                                                                 @Visa Beauty of France lol? You guys got a time machine over there?
27604                                          @LargentJenna @0ldsoulll @kristipride @HaveAHeartx3 @JESLOPINC @davidhogg111 @TripAdvisor @mjfree @MTV @PapaJohns… https://t.co/WTYpu6lPV2
27605                                                                                                                        @reeses @amazon Peanut butter cups! ❤️ #NotSorry #Sweepstakes
27606                                        @nicface I assume the Batchelor’s must be one of the 3 Italian families that have made ALL @Tesco pasta for GENERAT… https://t.co/B6XkzLkyso
27607                                                                                  A Skeleton in God's Closet by Paul L. Maier https://t.co/m3i5t202CN via @amazon kindle $1.99 today
27608                                                            Check out Mopar Collectors Guide magazine Chrysler Convertible 300 Daytona 1965 Belvedere  https://t.co/MeVODJ3EQV @eBay
27609                                         @RealJamesWoods I live in @Microsoft HQ area in Kirkland WA and if you go to our Costco you will feel like you are… https://t.co/1bzEJat8iJ
27610                                         RT @miguelb021: McLaren should just apologize to F1 fans and Honda for another dismal season and loosing @alo_oficial @Honda. Little point…
27611                                         RT @JayValenz67: Donald Trump Gets Brutally Mocked Over 'Biggest Stadium' Pledge For Ted Cruz https://t.co/WVArQxEnan via @Yahoo Trump was…
27612                                        @verizon Hey fam. Do you guys offer unlimited plans? My wife and I are currently stuck with “sprint”. The most unre… https://t.co/AxAZXFjyE0
27613                                        @dr_keithmcnulty @DynamicWebPaige @Microsoft @Google imo the way to go about this is this: have corporate researche… https://t.co/CCAmgREJnA
27614                                       RT @GinevraGilmet: @jattjampion @RyanGaunder @MCU_Tweets @DaveBautista @Disney @JamesGunn I think his 68K nullifies your 75 🤣 https://t.co/…
27615                                                                    Check out Fossil Bag Messrnger Crossbody Floral Designer Fashion Hip Ciated Canvas https://t.co/23pBKDA5Gr @eBay
27616                                        @FlippinKath @Ryanair You tell ‘em Kath! They are bloody useless! So many bad reviews about them. 😒 I hope you get… https://t.co/4y8OyjYCEQ
27617                                                                       Check out  ATLANTA FALCONS Cuffed Knit Pom Hat One Size Cap #AtlantaFalcons https://t.co/fpZonLSSIZ via @eBay
27618                                        RT @Reuters: Now hiring spies: How Chinese spies use LinkedIn to recruit Americans. Read our exclusive: https://t.co/ueyaDga4Fo https://t.c…
27619                                                  Check out L*SPACE Raquel V-Neck Embroidered Elastic Waist Romper Playsuit Slated Glass S #LSpace https://t.co/DD9VpFKbvY via @eBay
27620                                        Omj the way I love an @Apple iPhone and feel like I can learn a lot from it and I wish I could've been able to purc… https://t.co/fzJOnUh2mt
27621                                                        @Douell @facebook It keeps pushing me to the code generator which you can’t get into without being logged in through the app
27622                                                    Check out Om Aum Orange Vinyl Sticker Decal Car Truck Window Bus Decor Sd568 #UnbrandedGeneric https://t.co/vBljW4p7dK via @eBay
27623                                        Was in @Tesco earlier today and I was struck by one of life’s big mysteries... how are #breadsticks even made? Is i… https://t.co/AiIBHmTnVp
27624                                                                      RT @Reuters: Moeen masters India as England wrap up series win https://t.co/carzOhOQLQ https://t.co/SkeHn7kyxI
27625                                         Give back Guardians @Disney and @RobertIger and just suck it up Buttercup: #RehireJamesGunn a simple solution that… https://t.co/lTIVzNXH6T
27626                                                                                   @BrideOfLinux @Microsoft #Windows needs to evolve into a presentation front end riding on #Linux.
27627                                        RT @poppymcp: Strong comments from Bangladesh leader Sheikh Hasina responding to @Reuters story about Myanmar military propaganda. “What My…
27628                                        RT @MadMommaC: @Reuters Can you imagine what he would be saying about Hillary if she had relied on her VP to do all the trips Pence has bee…
27629                                                                                                 @DigitalStormPC @intel I would probably cry if I won lol. GOOD LUCK EVERY ONE!!! 🍀
27630                                                                                       Check out 2018 Matchbox Toyota Land Cruiser FJ40 Camouflage SUV https://t.co/QH33Af0IKv @eBay
27631                                        RT @a_crafty_mike: @DeceptionABC Fans grow and keep the pressure on. We will get @ABCNetwork @nbc @AmazonStudios @netflix to #RenewDeceptio…
27632                                                Check out Fashion Brand Vogue T-Shirts Print Women TShirts O-Neck Short Sleeve Summer Tops #Blouse https://t.co/wAgB5tNiec via @eBay
27633                                                                                                                       @CocaCola @davidpollack47 Rum. I'm having a Rum with my Coke.
27634                                                                              RT @Reuters: Israel's Arab MPs back UK's Corbyn amid anti-Semitism accusations https://t.co/eQ8lnAbP3P
27635                                                                                                                                            @PelleRavn @Apple Yup. Switch to Android
27636                                                       e.l.f. Sunkissed Glow Bronzer NEW cruelty free Choose a Color #elf https://t.co/oymMZLuCsc via @eBay #bronzer #makeup #beauty
27637                                                                             Check out New Matchbox MBX Classic Attack Aircraft Plane Sky Busters 2016 https://t.co/OIFjAqxx4y @eBay
27638                                                        Check out new metallic silver and  pink angel wing make up bag cosmetic travel case #Angel https://t.co/MetjxxeqvP via @eBay
27639                                     RT @TheRealRBV: The @nwa Champ &amp; Future of Pro Wrestling as a Whole is Here. @CodyRhodes @JRsBBQ @Starrcast18 #ALLIN @hm @HTMpwpod @TGPWeb…
27640                                       RT @craftytidbits: Check out 100% Nail Polish Nail Strips -stock- NIP BONUS! Buy 3 &amp; get free tote bag  https://t.co/FD8w0Esps3 via @eBay
27641                                                                               eyewitness is a great show @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
27642                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
27643                                                          RT @Reuters: Brothers called Sisters show no mercy in star-studded Western https://t.co/OwueoIrTSW https://t.co/1zhnzIyVC4
27644                                                       Check out  Cuisinart Pulp Control Citrus Juicer model CCJ-500 juicing New In Box #Cuisinart https://t.co/KdLnss6A8K via @eBay
27645                                         RT @SupplyDm: Check out Amber Graduated Oval Liquid/Medicine Bottles Plastic w/Screw Cap 16oz 50 bottles  https://t.co/ufcDwi4rEg via @eBay
27646                                        RT @BoutiqueBV: Calvn Klein Little Black Dress Sz 6 Rhinestones Studded NEW NWT Cocktail Party  https://t.co/46R8THdvH6 via @eBay https://t…
27647                                          RT @Reuters: Democrats slam White House for withholding documents on Supreme Court nominee https://t.co/TVZsochnBg https://t.co/wwoyaBqFjV
27648                                             Check out my listing instant collection #18thcentury #antiquebooks on #religion and #theology @eBay - https://t.co/M8LS50oXe4 via @eBay
27649                                      RT @NISMO: 🏆🏁 CHAMPIONS! @rearden_racing's Vesko Kozarov takes the @WCRacing Touring Car Championship today at @WGI aboard his @Nissan #370…
27650                                                       Check out St. John's Bay Women's Stretch Flap Pocket Brown Boot Cut Corduroy Pants Size 6P  https://t.co/cWXT1D19KC via @eBay
27651                                        RT @Steve95226621: Misleading meat marketing at its worst by @Tesco - portraying a ‘local’ #woodsidefarm ..... it must be massive as it cov…
27652                                                          RT @verocyclingclub: Check out BANANA REPUBLIC TOP Size L SEQUINED GRAY 100% cotton     (AS) https://t.co/tmug6nRC9Z @eBay
27653                                                                  3D Custom Chrome Bull License Plate / Bull On Black License Plate/ Free Shipping https://t.co/xiDjelGqgt via @eBay
27654                                                                                                                                                  @isaacrudansky @facebook Wonderful
27655                                          Spawn (1992 series) #154 [comic] Image Comics – Available Now to Order: https://t.co/PpbcNLlLpb via @amazon #amazondeals #comics #comicart
27656                                                                                                                            @Microsoft @Xbox stop banning my fucking account pussies
27657                                        RT @Lisa_Spires_: This project is down to $151 with the match from @verizon ! Who can help get us over the finish line? We need this printe…
27658                                         RT @SherryWall20: True! Talk About Him 24/7! TDS! LOL! @cnn @msnbc @maddow @CNNPolitics @ABC @CBSNews @NBCNews @CBSTweet @CBS @nbc @cnnbrk…
27659                                                                                                                      @NCISLA @CBS Country girl's collide! With Central Texas preps!
27660                                                                                              RT @BMW: Too good for the garage. The #BMW 3.0 CS. #BMWclassic https://t.co/J2IrJcVI37
27661                                        @Microsoft I have turned on the Xbox one today after many months and I am completely astounded at the insanely comp… https://t.co/elgbvehGCS
27662                                                                                                                                              @Reuters To be go or yo be transfered?
27663                                                                            RT @Reuters: Brexit could sway Scottish voters toward independence from UK: poll https://t.co/m1sHiwLtXp
27664                                                                                                                                 RT @Sony: #aibo makes playtime more fun. #helloaibo
27665                                        RT @Reuters: Now hiring spies: How Chinese spies use LinkedIn to recruit Americans. Read our exclusive: https://t.co/ueyaDga4Fo https://t.c…
27666                                                Check out cardigan sweater wrap tan knit open front kimono sleeve business casual women LG #Casual https://t.co/enTUkSLj1I via @eBay
27667                                        RT @CarlBeukes: @Roxanne_Mckee @AuStar3d @DotMF3 @sabinewings @Cathy_Miana @DominionBack @KarinaGC4 @Kathy_Porter @VaunWilmott @netflix @al…
27668                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/VjUkW4L2zE
27669                                                    @ItsAShortStory @OdinsMovieBlog @rianjohnson @Disney Uhm no. All in good time. It looks to me he knows the writings on the wall.
27670                                         RT @Geoff49940067: Check out Free Soul Impressions 1996 Vinyl LP Japan BVJP-2811 compilation BMG Victor   https://t.co/8SPZGfYM3T via @eBay
27671                                                                                                      Check out Leo 24' Swivel Barstool #Unbranded https://t.co/3npbgcHtJd via @eBay
27672                                                                                          Check out Brush McCoy Teddy Bear with Flower Cookie Jar  https://t.co/RvFmJlXKg9 via @eBay
27673                                           RT @Geoff49940067: Check out Pink Floyd Ummagumma 1970 Vinyl 2 LP Japan OP-8912-13 Excellent Condition  https://t.co/gBy1Fbap4Q via @eBay
27674                                                                                 Check out Coleman NCAA 10' x 10' Dome Canopy with Wall #Unbranded https://t.co/FDMXq617Iy via @eBay
27675                                                    RT @Reuters: Yemen's Hadi to go to U.S. for medical treatment: government source https://t.co/j6t0aKivPn https://t.co/gZiLOSb2Lk
27676                                        RT @tangled_iv: @Reuters well obviously Yemenies don't want this president but he is being supported by the U.S and lives in Saudi Barbaria.
27677                                                                       What California's Net Neutrality Victory Means for the Rest of the Country https://t.co/GKFnS9EJEh via @Yahoo
27678                                                                                                                         @RyanEversley @Honda @RealTimeAcura @HondaRacing_HPD 🚫Mill
27679                                        RT @Reuters: JUST IN: Yemen's President Hadi to be transferred to U.S. tonight for medical treatment - government source https://t.co/WyRsR…
27680                                                                                                     Check out Berkeley Queen Click Bed #Unbranded https://t.co/86qIA6XQ34 via @eBay
27681                                        So happy to see the new version of the #GreatBritishBakingShow on @netflix is EXACTLY like the former one on @PBS b… https://t.co/P5SrtB1brV
27682                                        RT @HondaRacing_HPD: It’ll buff out. @RyanEversley celebrating 2018 @WCRacing Drivers’ Championship and Race 2 win in his @Honda Civic #Typ…
27683                                                             RT @Reuters: Ford to cut car models as part of restructuring: The Times https://t.co/qozxdyf07v https://t.co/rgPwjSEIKc
27684                                                                                      Check out Ashley Aloha KOA Concert Ukulele - AIL-218C #Aloha https://t.co/QRiIKMZT51 via @eBay
27685                                                                                                                     Every Breath Hachette Audio https://t.co/WbkFdA1grm via @amazon
27686                                                                                           Check out Boston Red Sox 2013 Media Guide NM CONDITION  https://t.co/EBROfpFD2C via @eBay
27687                                                Check out NEW Genuine Leather Jean Fit Pants Sz 12 Black Mixed Reptile Print Fully Lined  #Leather https://t.co/TogKm7QxAB via @eBay
27688                                        RT @ElectricZooNY: So many special moments created with our friends @TMobile! We're excited to see what Sunday brings from the T-Mobile Vie…
27689                                                                                 @netflix it’s safe to say that we need a sequel to “The After Party” called “After The After Party”
27690                                        RT @MorganStanley: Morgan Stanley’s Chief U.S. Economist says U.S. GDP growth will likely hit 3.0% in 2018. Will 2019 be a repeat performan…
27691                                                                                                                  @iamwearingatie @Reuters You are as disgusting as @realDonaldTrump
27692                                                                  3D Custom Chrome Bull License Plate / Bull On Black License Plate/ Free Shipping https://t.co/ZWHIcse2ti via @eBay
27693                                        @imtishams @ExmuslimsOrg @HiltonHotels @Starbucks The businesses are afraid of what murderous barbarian jihadists w… https://t.co/3bXuwwHPPh
27694                                                       Check out 3 NUDE GUY DRAWINGS TRIPTYCH by FIDO WoW!! Man Gay Interest Abstract Ousider Art  https://t.co/X9ivfkJHQo via @eBay
27695                                                                                                                     @SerendipityWAF @netflix I’m 2 eps in and I love Steven so much
27696                                                            Fall TV Poll: Which New Shows Are You Most Looking Forward To? https://t.co/047EZiykOm via @TVLine #FBI #TheConners @CBS
27697                                                                       RT @Reuters: WATCH: Baby female jaguars and male fossas are unveiled at the Paris Zoo https://t.co/mdSgJYopQj
27698                                                        Check out Pennywise Creepy Clown Metallic Silver Earrings for Halloween Killer Clowns it   https://t.co/bIoboVBBo6 via @eBay
27699                                                   Check out L CARNITINE THERMO CUTS FAT BURNER  &amp; BCAA -ANADROL EFFECT PACKAGE EXTREME POWER  https://t.co/jyMGJHNlHX via @eBay
27700                                                                    Check out West Germany Vintage Glass Christmas Ornaments Scenes Green Gold Glitter https://t.co/1MtZFDhB5l @eBay
27701                                        RT @christinagala17: @Google Sick and tired of looking for information and instead getting political biased nasty misinformation! I am done…
27702                                         @Delta @ChoiceHotels @Expedia I call Expedia from the number delta gave me and they tell me no they did not charge… https://t.co/kZMisX15T0
27703                                                        Check out Rare Antique American ID'd Civil War Veteran Samuel Flickinger! Ohio CDV Photo!  https://t.co/yQGltMDkc0 via @eBay
27704                                                   Check out Starbucks Barista 2003 Abby II Steaming Logo Green Ceramic Coffee Mug Cup  #Starbucks https://t.co/NYOhiBExaw via @eBay
27705                                                                         RT @CARandDRIVER: The new @BMW Z4 is a real roadster again: https://t.co/GCOZRrpfjb https://t.co/IUGWiIiMjA
27706                                        @KellyHu @BMW @KimBondy @Troyger @lynnetteramirez @BMWUSA @PowHERfulFdn I always knew you were very awesome.  I jus… https://t.co/WpHzr4lIWQ
27707                                        RT @Reuters: JUST IN: Yemen's President Hadi to be transferred to U.S. tonight for medical treatment - government source https://t.co/WyRsR…
27708                                                                       @AvasMomTeaches @craignewmark @CharlesSchwab @CarrieSchwab @Apple @gatesfoundation I am so excited for you! ❤️
27709                                                                                              @PatBlanchfield @BankofAmerica I get the same message when I login to the BofA website
27710                                                                        RT @StanM3: So @Starbucks is now kicking out people for their Islam critical attire? https://t.co/5CnvRiGuqE
27711                                        I just bought a new DualShock 4 controller @Walmart and got in the car only to realize the seal was broken and some… https://t.co/P1IW4AbYgW
27712                                                                 Check out my listing @eBay - https://t.co/CdUMtXJt7C via @eBay MY ART PORTFOLIO IS GROWING LARGER BY THE DAY!!!!!!!
27713                                        RT @BoutiqueBV: Calvn Klein Little Black Dress Sz 6 Rhinestones Studded NEW NWT Cocktail Party  https://t.co/46R8THdvH6 via @eBay https://t…
27714                                                                 Check out Max Studio Black Cocktail Dress Sz Small Ruffle Tier Low Cut Stretchy Party https://t.co/EPa19Ls0UU @eBay
27715                                                                                                       @CocaCola @davidpollack47 I'm having Tacos with an Ice cold cherry coke. 😊👍
27716                                        RT @cancunvans: For the second consecutive year we celebrated our certification of the Excellence 2018  Thank you @TripAdvisor and to all o…
27717                                                                               RT @Reuters: Teen from New Mexico compound says he was trained for jihad: FBI https://t.co/YsZNnhQLvO
27718                                                                                           @tvaddonsco Going to watch the drunken princess on @disenchantment from @netflix tonight.
27719                                                               Check out Lot 11 BUD NOT BUDDY Christopher Curtis GUIDED READING Set Teacher Class  https://t.co/VmgkKG4kA4 via @eBay
27720                                                Check out Alice +Olivia Womens size S Black Side Jewelry Pin Short Sleeve T-Shirt Tee #AliceOlivia https://t.co/0546bDAakG via @eBay
27721                                         RT @Reuters: ICYMI: What was the buzz in Times Square all about? NYPD beekeeper relocates swarm from hot dog stand https://t.co/ZHP9IMKWNc…
27722                                                                                                                                 @Lorelei69 @notmchipperson @HomeDepot What's it do?
27723                                                                                                                  @Disney Hypocrites much.... wake up disney https://t.co/N6q0C6IQD3
27724                                        RT @danbernadel: So glad I cut @WellsFargo loose as their #CEO #TimSloan can’t help himself from doing what he does Namely play with his cu…
27725                                                                                 RT @Reuters: WATCH: Tiny triplet hyraxes make their public debut in England https://t.co/fIB478sFRZ
27726                                                                                                                                                  @Reuters Trapped penis in zipper ?
27727                                                                                                 Check out DYMO Shipping Labels 2-5/16' x 4' #Dymo https://t.co/wXvryGKxno via @eBay
27728                                                                                                                                    I beg of you @Costco stop selling shit like this
27729                                      RT @lottoboyjosh: #freestyle50challenge #noeffort @300 @verizon @Tee_Grizzley if y'all don't fw this something wrong😭🔥 https://t.co/UHHUyig…
27730                                        RT @MorganStanley: Morgan Stanley’s Chief U.S. Economist says U.S. GDP growth will likely hit 3.0% in 2018. Will 2019 be a repeat performan…
27731                                                                                                     thats badass @adidas is making uniforms out of recycled plastic from the ocean.
27732                                                                                                                      Check out my listing @eBay - https://t.co/qE0mtagFnm via @eBay
27733                                                                Militant Normals: How Regular Americans Are Rebelling Against the Elite to Re... https://t.co/AczWKKUBDk via @amazon
27734                                            RT @KurtSchlichter: Militant Normals: How Regular Americans Are Rebelling Against the Elite to Re... https://t.co/AczWKKUBDk via @amazon
27735                                                                                                                                          @KurtSchlichter @amazon Pre-ordered today!
27736                                                   Check out MANCHESTER UNITED 1996 1997 FOOTBALL SOCCER SHIRT JERSEY ERA GIGGS UMBRO L RED #Umbro https://t.co/npquSwqMC3 via @eBay
27737                                             I've done some research around electric vehicles.  I think @Nissan lets you turn telematics off. (page 9-17 of… https://t.co/KIdJ9pqWOs
27738                                                          Check out Vera Bradley Pink Purple Green Enamel Braid Silver Tone Bracelet NWT! Pretty!  https://t.co/oJIjaNZGdw via @eBay
27739                                        @Starbucks @HiltonHotels Is this the kind of organization you run.  30 years ago would I have been turned away figh… https://t.co/yMYOL6tvQf
27740                                                                                                    2 birthday presents done in 10 mins with next day delivery- your amazing @amazon
27741                                         RT @LisaMartino18: @TheRobert1288 @POLIV411 @Ogilvy @IBM @Ogilvy_Paris @Kokomoschmoe @stylishsatirist @gbgary54 @kengfunk @TheEsquireof212…
27742                                                 Check out Chris Chambers #89 Los Angeles Chargers NFL Reebok Jersey w/ BLING Womens M NWT #Reebok https://t.co/rfYXZkagsj via @eBay
27743                                                                                                                                             @jrog_54 @VW Oh my gosh glad you’re ok!
27744                                                                                      Check out VHS: THE FAR COUNTRY.....JAMES STEWART-RUTH ROMAN  https://t.co/BikdXKDU6c via @eBay
27745                                                      @TPS_pke_rider @FedEx @TPS_BikeHart @TO_Cycling @TPS_Ang @TrafficServices @CycleToronto @TPSRobMackay… https://t.co/L57S9frYmp
27746                                                                                                       Music choices @netflix for #OzarkSeason2 episode 4... https://t.co/2UNx8vLGvB
27747                                                                                                            @alisalih @amazon Agreed. Steam tab from chrome browser as a workaround?
27748                                         @LongBallToNoOne @Shortte @BoyHill10 @bradparnham @parnham_97 @TripAdvisor @HKTourismUK @TheWanchHK Not a bad idea! Glad I thought of it:)!
27749                                        RT @Journotopia: “Justice is on our side because we’ve done nothing wrong. Nothing can shake us.” Such brave words from @Reuters journalist…
27750                                                  Check out LAMB w/Pot of Sunflower Wood PICTURE*Primitive/French Country Farmhouse Decor #Country https://t.co/5G5VaEBGbm via @eBay
27751                                                                                    @NASCARonNBC @kroger It's just racing. You got to do what you gotta do to stay on the lead lap..
27752                                                                                                                              @TheLadyofDunans I hope you have seen @netflix @SCDiet
27753                                                                                                                      Check out my listing @eBay - https://t.co/Xbpi5B0wQj via @eBay
27754                                               @Newlysane @amazon My roomies went to see it when it came out. They loved it. Theater was full of old gals. Haha!  I haven't seen it.
27755                                                               RT @Reuters: Messi and Suarez show no mercy as Barca humiliate Huesca https://t.co/NTeQBiKkh6 https://t.co/Ik54ZWLEu0
27756                                                                                                                       @Ford My mechanic working on this piece of junk 08 powersroke
27757                                                               #gold Check out Mudjug American Flag Spittoon - TRAVEL - NEW #goldPortableSpittoons https://t.co/WPNgAN63XC via @eBay
27758                                                                          Check out Collected Essays Aldous Huxley 1960 Bantam Paperback Vintage   https://t.co/OSqVNMR5HX via @eBay
27759                                                  Check out L.E.I. Jeans Denim Trucker Jacket Medium Dark Wash Western Boho LEI Women #LEI #Casual https://t.co/5PAQdhWHhU via @eBay
27760                                         Last but not least on this relaxing Sunday Funday is Corbin Nash that is also streaming on @netflix . Cool cast in… https://t.co/5y2aT1e7He
27761                                                                                            Starbucks in Cincinnati is better than Starbucks in Kentucky I'm just saying. @Starbucks
27762                                                            @Microsoft @Xbox Can you be the greatest plug and reply with the link to the white Xbox one X and Fallout 76 bundle 🙏🏻
27763                                                                        Check out STARBUCKS 2009 Coffee Bean Ceramic Mug Bone China New #Starbucks https://t.co/gYTSbQnhOg via @eBay
27764                                                                                  Check out Lot of 22 #GMen Heroes &amp; of the Law Trading Cards  https://t.co/U7yKKW1YyF via @eBay
27765                                                                      #gold Check out Zippo Harley-Davidson Eagle Wings Pocket Lighter - NEW #gold https://t.co/9NJ3tgbGQd via @eBay
27766                                        RT @Google: Festival season happens all year long on @googleearth—hit the streets with this list of colorful celebrations and carnivals fro…
27767                                                                            Check out  Vintage PIONEER Suspenders USA Made Black Elastic Formal Braces https://t.co/67xwvUAS1i @eBay
27768                                        @neonbarracuda @jina_huh @andrew_galvin @forjustice2018 @TheCut @voxdotcom @NewYorker @netflix I think Asia Argento… https://t.co/rSkufASjxZ
27769                                      RT @solo_smoke: I jus got sum Racks off a fuckin package 📦 I signed a deal wit @UPS Bitch🙅🏾‍♂️ Not @AtlanticRecords #Facts @hiplife_ LOAM🎭C…
27770                                                                                  Check out Avengers comic issue 20 Modern Age First Print Marvel  https://t.co/GNSU8KIoJN via @eBay
27771                                                       Check out EAGLES // EAGLES 1972 ASYLUM LP 5054--White Label Presswell Pressing *FREE SHIP*  https://t.co/izDRe4Qm0l via @eBay
27772                                                                                 Karma (feat. Red9Livez) [Explicit] King Muzik/ITrapMusic4D Inc. https://t.co/C4j6BSf0Sx via @amazon
27773                                                                                     Check out Urethral Vibrating Stimulation Massager 110mm #nana https://t.co/NIJmv0vNdh via @eBay
27774                                                       Check out Pet Care Nail Trimmer Grinder Grooming Tool Care Clipper For Pet Care 🔥HQ🔥2018  https://t.co/Uk1eACyME8 via @eBay
27775                                                Check out Mens Under Armour 1257468 Short Sleeve Shirt Compression Black/ Gray XL VGC #UnderArmour https://t.co/l6VtkPibeY via @eBay
27776                                        RT @jacquilwillis: @DouglasHespelt @BunnyAndDoc @chpspics @TeamScorpion10 @CBSTweet @JadynJWong @cbsaction @ElyesGabel @CBS @AriStidham @ro…
27777                                                   Check out Karen Scott Black Pumps Size 8.5 Women's Close Toes Heels Shoes #KarenScott #Classics https://t.co/qWFzPxtCGO via @eBay
27778                                                            Check out Charlotte Russe Sheer Floral And Plaid Flannel ButtonUp Blouse 3/4 Sleeve Medium https://t.co/1EXAhtr6Dh @eBay
27779                                                                                        @WacoOGuin @joerogan @netflix Good lord this is the funniest thing I’ve seen in a long time!
27780                                   Check out New J&amp;B large Pink &amp; gold tone long rectangle hoop earrings NR  #JBAccessories #Hoop https://t.co/ZRuOU94CMG via @eBay #jewelry
27781                                                         Check out CARLOS HYDE 2014 Black Gold Rookie Card RC RPA Autograph 81/99 SF 49ers Niners  https://t.co/l9DxFCponO via @eBay
27782                                                                                                                                                                @KelloggsUS I did 😋
27783                                                                                                                                                          @Visa @potus they mean YOU
27784                                                    Check out RaptorTechPCS Combo Series AMD Quad Core Vega 8GB 1TB Gaming Computer #RaptorTechPCS https://t.co/UKZk7huau1 via @eBay
27785                                                                                         Check out Mont Blanc Legend NIGHT 3.3oz Men's Eau de Toilette https://t.co/TLt87mnn2r @eBay
27786                                                                                        @Google  I am so ashamed that I'll probably still buy this nonsense! 🙄🙄 We deserve better!
27787                                                                                               VINTAGE CELLULOID ? PLASTIC HANGING HOLY WATER FONT https://t.co/e6Anuam0MX via @eBay
27788                                                                                                                                                 #StayHere on @netflix is so good 😍
27789                                                               Kate 7x5ft Pink Background for Birthday Photography Flowers 1st Birthday Back... https://t.co/nFYjQdkFel 来自 @amazon
27790                                               RT @Reuters: Kim Jong Un revives plans for a state-of-the-art railway. https://t.co/hFbStpg85r Via @ReutersTV https://t.co/xkCqYo6PFU
27791                                                                                    Check out Cassini K-9 Green Laser Day/Night Binocular #Cassini https://t.co/61HzFmMZ8b via @eBay
27792                                                           Check out National Enquirer Magazine Hollywood Divorce Whitney Houston Michael Douglas  https://t.co/S7o09b4wtp via @eBay
27793                                        RT @ninsthewriter: A Risky Christmas Affair (Nina Romano's Christmas Book 1) by Nina Romano https://t.co/wd2htq1xU3 via @amazon 5 STARS #RE…
27794                                                                                                                  @periwinklejulia @taylorswift13 @directvnow @ATT Yep that's me :).
27795                                                  RT @Reuters: WATCH: Playing chess by holding your breath underwater https://t.co/5AmI4g3eH5 via @ReutersTV https://t.co/s3MbbUZL1B
27796                                                             RT @Reuters: Ford to cut car models as part of restructuring: The Times https://t.co/4t321pRSLP https://t.co/g6usWsB3F4
27797                                        RT @VintageLux92: Check out Universal Studios Monsters Dracula Little Big Heads Horror 1998 Action Figure  https://t.co/7vFPbAxpue via @eBay
27798                                                                    RT @Reuters: Hamilton wins as Vettel spins in Ferrari's backyard https://t.co/yxFEaxvk7q https://t.co/N4zNYFY0QB
27799                                                    RT @Reuters: Yemen's Hadi to go to U.S. for medical treatment: government source https://t.co/O0avTSb5CL https://t.co/L8GEHPxbQK
27800                                                   Check out Pilcro And The Letterpress Anthropologie Coral Shirt Top Blouse Hi Low Hem XL #Blouse https://t.co/SFKw3mzg6K via @eBay
27801                                                                                                                                                @Reuters That's devastating 😱😱😭😭
27802                                        RT @BlackBelted: @DesignationSix @IngrahamAngle @AceHardware @HomeToGo @mitsucars @Cabelas @BassProShops @Bayer @MyPillowUSA @BeachesResort…
27803                                                                   Check out Fashion Charm Jewelry Crystal charm  Pendant Necklace Chain #Handmade https://t.co/g20AlQBt8V via @eBay
27804                                                  Check out Charter Club Jacket 3X Boho Batik Print Casual Lightweight Fall Layering Shirt #Casual https://t.co/kKNoxrIiG2 via @eBay
27805                                                                                         RT @Reuters: Rio's 200-year old National Museum hit by massive fire https://t.co/HDUOylsbpy
27806                                    RT @Tzikakis: #MachineLearning can make workplaces more transparent. @SAP is helping companies unlock data &amp; put it to work to better equip…
27807                                        RT @tulipteardrops: Check out Tabby cat 8 by 10 original watercolor painting colorful artwork #Traditional https://t.co/8FzvMxkDww via @eBay
27808                                        RT @poppymcp: Strong comments from Bangladesh leader Sheikh Hasina responding to @Reuters story about Myanmar military propaganda. “What My…
27809                                                               RT @LornajaneCosign: 47 in. Large Melissa And Doug Colorful Magic Dragon Plush Toy  https://t.co/6hk1BBekhU via @eBay
27810                                        @Illusionalist36 @MeghanEMurphy @facebook They're out there. Who cares? Women don't want to date men that don't lik… https://t.co/PJxtV2QtZR
27811                                                                                                                          @tomsegura @tomgreenlive @netflix Hot Tom On Tom Action 🔥
27812                                                                                                               But like.. can @netflix or @hulu start one cause I ain’t got cable 🤣
27813                                                                                                                             @McDonalds ya moms a hoe. 🤦🏻‍♀️ https://t.co/66iWuPnTx6
27814                                                       Check out KITTINGER REVOLVING CHAIRS - RARE! Solid Mahogany Barrel Back Swivel - PAIR OF 2  https://t.co/y6rdgC9vIZ via @eBay
27815                                        RT @Reuters: Two @Reuters journalists have been detained in Myanmar for 266 days. See full coverage: https://t.co/A5y7kU6ize https://t.co/N…
27816                                              RT @2kidsandacoupon: Ritz Crackers Spiders #RITZSavings #IC @Walmart @RITZcrackers #ad https://t.co/LBoP6k0wlg https://t.co/gV4Bvpuvxr
27817                                                                                                                                                     @SonicNationSTL @facebook Yikes
27818                                     Hey @Disney @RobertIger @MarvelStudios @Kevfeige I saw #GotGVol2 4x in theaters (my record) &amp; I cried harder every… https://t.co/nWtCVSEi8A
27819                                                     Check out Womens White House Black Market  Career Dress Fit &amp; Flare Sleeveless XS Spring  https://t.co/Sr61KnqL75 via @eBay
27820                                        RT @Reuters: Two @Reuters journalists have been detained in Myanmar for 266 days. See full coverage: https://t.co/A5y7kU6ize https://t.co/N…
27821                                                    @DesignationSix @revgaryd26 @IngrahamAngle @HomeToGo @BeachesResorts @SandalsResorts @Bayer @MonsantoCo… https://t.co/7dBivl8kw7
27822                                                           RT @katelynnoddo_: Hey @netflix why don’t we make the Lux series by @JLArmentrout into a Netflix original or something???
27823                                                             Check out New Era 59Fifty NFL Cap DENVER BRONCOS Basic Team Fitted Hat ORANGE #NewEra https://t.co/nq2d9vGYdd via @eBay
27824                                                               @sesameellis @Adobe @AdobeCCVideo Yay!!! They have to let photographers try it! It just makes sense. Hope you get in!
27825                                                                                                                      Check out my listing @eBay - https://t.co/0LVeql6enU via @eBay
27826                                                                                                                          God damnit @verizon Is already throttling my wifi FUCK YOU
27827                                                         What is Jim from The Office doing??? #JackRyan #TheOffice #bigtuna #jimhalpert @netflix @PrimeVideo https://t.co/Co9UPEHUZP
27828                                                                                         RT @Reuters: Rio's 200-year old National Museum hit by massive fire https://t.co/HDUOylsbpy
27829                                        RT @Amazon_Hottie: Long Lasting Waterproof Winged Stamp Liquid Eyeliner Stamp Pen Smudgeproof Du... https://t.co/dOlUQo0bnf via @amazon htt…
27830                                                        Check out Champion C9 Womens Performance Running Heather Purple Long Sleeve Pullover sz M  https://t.co/zJJ57iL8b2 via @eBay
27831                                        @Google google should get there AI to  recreate its own algorithm  to out perform its existing algorithm to learnin… https://t.co/shhKj0YON3
27832                                        RT @Reuters: Relatives of detained @Reuters journalists Wa Lone and Kyaw Soe Oo wait for their verdict trial at a Yangon court in Myanmar h…
27833                                                                                                             @JMoMoneyMoProb @Justin_Willman @netflix Dude obsessed with that series
27834                                                                                      RT @Reuters: Iraqi groups announce bloc to form parliamentary majority https://t.co/viWQkLjrHE
27835                                        RT @LostAddicted2: #SaveColony @netflix @NetflixLifee @reedhastings @neilhunt @tedsarandoss @AmazonStudios @jnsalke @amazonprimenow @JeffBe…
27836                                                               24 Ounce (680 grams) Dried seafood oyster meat from South China Sea Nanhai JO... https://t.co/OtlCTwiiym 来自 @amazon
27837                                           RT @Reuters: BREAKING: Myanmar judge sentences Reuters reporters Wa Lone and Kyaw Soe Oo to seven years in prison https://t.co/XOh1uiPuND
27838                                        RT @Reuters: Relatives of detained @Reuters journalists Wa Lone and Kyaw Soe Oo wait for their verdict trial at a Yangon court in Myanmar h…
27839                                        RT @CharlieJennyk: CALVIN KLEIN TODDLER VEST 18 Months Toddler Boy BLUE GRAY PLAID https://t.co/iHH49zLdvg @eBay #vintage #thrifting #sales…
27840                                           RT @Reuters: BREAKING: Myanmar judge sentences Reuters reporters Wa Lone and Kyaw Soe Oo to seven years in prison https://t.co/XOh1uiPuND
27841                                           RT @Reuters: BREAKING: Myanmar judge sentences Reuters reporters Wa Lone and Kyaw Soe Oo to seven years in prison https://t.co/XOh1uiPuND
27842                                           RT @Reuters: BREAKING: Myanmar judge sentences Reuters reporters Wa Lone and Kyaw Soe Oo to seven years in prison https://t.co/XOh1uiPuND
27843                                                                                                                           @reeses @amazon Peanut butter cups #NotSorry #Sweepstakes
27844                                           RT @Reuters: BREAKING: Myanmar judge sentences Reuters reporters Wa Lone and Kyaw Soe Oo to seven years in prison https://t.co/XOh1uiPuND
27845                                           RT @Reuters: BREAKING: Myanmar judge sentences Reuters reporters Wa Lone and Kyaw Soe Oo to seven years in prison https://t.co/XOh1uiPuND
27846                                                 #OzarkSeason2 @netflix @jasonbateman I'm on S2E11 and I can say that Ozark season 2 is the greatest series in Netflix history!!!!!!
27847                                           RT @Reuters: BREAKING: Myanmar judge sentences Reuters reporters Wa Lone and Kyaw Soe Oo to seven years in prison https://t.co/XOh1uiPuND
27848                                        RT @BumbletweetsLLC: Check out LEGO Disney Star Wars BB-8 2017 (75187) Brand New Sealed LEGO Set https://t.co/X9f5yzpZ6N @eBay #starwars #t…
27849                                                    @BrittMcHenry @Reuters And if the Tangerine Shitgibbon could do the same here I wonder how long Jake Tapper's sentence would be?
27850                                        RT @Reuters: BREAKING: Reuters reporters sentenced to seven years in a Myanmar prison. Watch reactions live: https://t.co/i4o56TvUwt https:…
27851                                                    RT @Reuters: China August manufacturing growth slows to 14-month low: Caixin PMI https://t.co/0ahuhDqec9 https://t.co/lJWZXzMtqj
27852                                            @mikeredes @PayPal Hi @mikeredes - we are sorry to hear about your recent experiences with PayPal. Please tweet… https://t.co/QVCcQ3fO90
27853                                        @FernsNPetals @PayPal fnp you people are really cheaters paypal already finished the offer but you still showing it… https://t.co/COvLxebV64
27854                                                       Check out Pink Republic Sweater Size XS Striped Black Cream Beige Ruffled Front Rayon Poly  https://t.co/0V07vltvcw via @eBay
27855                                                          Check out Simplicity Designer Fashion #7473 Junior Size Dress Pattern - Size 12 Bust 34  https://t.co/aEtTzsz2eL via @eBay
27856                                           RT @Reuters: BREAKING: Myanmar judge sentences Reuters reporters Wa Lone and Kyaw Soe Oo to seven years in prison https://t.co/XOh1uiPuND
27857                                           RT @Reuters: BREAKING: Myanmar judge sentences Reuters reporters Wa Lone and Kyaw Soe Oo to seven years in prison https://t.co/XOh1uiPuND
27858                                                         RT @IBM: Rangers track IoT sensors on antelope to help find rhino poachers before they can do harm. https://t.co/l08GxocOJB
27859                                                                                                                                    RT @MHPCB: @Reuters What can readers do to help?
27860                                         RT @Reuters: MORE: Reuters Editor-in-Chief Stephen J. Adler says verdict in journalists' case 'must be corrected by the Myanmar government…
27861                                                                          RT @Reuters: Myanmar judge convicts two Reuters reporters in landmark secrets case https://t.co/hEa5c4Idoz
27862                                                                             HELLO PICK UP EYEWITNESS @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca ' '
27863                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27864                                                                 RT @Reuters: Myanmar judge jails Reuters reporters for seven years in landmark secrets case https://t.co/avulSvR5lj
27865                                        RT @Reuters: 'We are extremely disappointed by this verdict' - Britain's ambassador to Myanmar Dan Chugg after @Reuters reporters convicted…
27866                                        RT @Reuters: 'We are extremely disappointed by this verdict' - Britain's ambassador to Myanmar Dan Chugg after @Reuters reporters convicted…
27867                                                                  Check out 1971 Pilots Handbook Of Aeronautical Knowledge Dept Of Transportation Book https://t.co/NNTtPF52vO @eBay
27868                                                  RT @Reuters: Myanmar judge convicts two Reuters reporters in landmark secrets case https://t.co/xG8H8LVIne https://t.co/IFXl1A2aik
27869                                         @bbusa617 @LadyRedWave @CNN @CBS @MSNBC @FoxNews @washingtonpost @TIME @nytimes @NYDailyNews @nypost @GreggJarrett… https://t.co/1NkH9QiXhQ
27870                                                                                                                                                    @Reuters @threadreaderapp unroll
27871                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/x7gV6Xaf86
27872                                    RT @AnOpenSecret: Raise your hand if you want @Nickelodeon @Disney to release how much $ they’ve spent to settle child sex abuse lawsuits &amp;…
27873                                        Two @Reuters journalists sentenced to 7 years in prison today after investigating and exposing the truth of the vio… https://t.co/2LMO1F3RBl
27874                                                                 @SmithCan1 @glamourgirlca @facebook @netflix @Google @Apple @AppleMusic Ha! Love this. Well said. #DoAsISayNotasIDo
27875                                                                                                                  @NialaCharles @McDonalds it’s the curse of the McFlurry addiction!
27876                                                                                             RT @netflix: @mottiyos @seewhatsnext 10/10 would take his class https://t.co/5lAwUY5y6s
27877                                                                                                         @CallMeSquiggly @2VNews @facebook Looks like you got the McInnes treatment.
27878                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27879                                                                           Check out 1996 McDonald's Happy Meal Tonka Littlest Pet Shop Cat *EUC*  https://t.co/WjR8YaQhrf via @eBay
27880                                                                                         RT @Reuters: Rio's 200-year old National Museum hit by massive fire https://t.co/HDUOylsbpy
27881                                           RT @Reuters: BREAKING: Myanmar judge sentences Reuters reporters Wa Lone and Kyaw Soe Oo to seven years in prison https://t.co/XOh1uiPuND
27882                                         RT @JulyWolfe: @DesignationSix @IngrahamAngle @AceHardware @HomeToGo @mitsucars @Cabelas @BassProShops @Bayer @MyPillowUSA @BeachesResorts…
27883                                           RT @Reuters: BREAKING: Myanmar judge sentences Reuters reporters Wa Lone and Kyaw Soe Oo to seven years in prison https://t.co/XOh1uiPuND
27884                                           RT @Reuters: BREAKING: Myanmar judge sentences Reuters reporters Wa Lone and Kyaw Soe Oo to seven years in prison https://t.co/XOh1uiPuND
27885                                        My two @Reuters colleagues were just sentenced to seven years in a Myanmar prison for journalism. How do you explai… https://t.co/aZJ61WGOb2
27886                                           RT @Reuters: BREAKING: Myanmar judge sentences Reuters reporters Wa Lone and Kyaw Soe Oo to seven years in prison https://t.co/XOh1uiPuND
27887                                        RT @phirschberg1: Our @Reuters colleagues Wa Lone and Kyaw Soe Oo were just sentenced to 7 years in prison by a Myanmar court for bravely d…
27888                                                                                                                                        #FeedYourFandomEntry @KelloggsUS Go Huskies!
27889                                                                                                                                #FeedYourFandomEntry @KelloggsUS Washington Huskies!
27890                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27891                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27892                                        RT @Ashley19431368: @dobrvmayreign @ellymeier42 @NetflixLifee @netflix And also to continue what I want to say to you @adobrvmayreign is ma…
27893                                        RT @ninsthewriter: A Risky Christmas Affair (Nina Romano's Christmas Book 1) by Nina Romano https://t.co/wd2htq1xU3 via @amazon 5 STARS #RE…
27894                                         RT @Reuters: Myanmar judge jails Reuters reporters for seven years in landmark secrets case https://t.co/ZfGmn6GD1D https://t.co/v5GL5XCpa1
27895                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27896                                        Hey @netflix how many swamps do I need to get out of in order to watch Shrek 2 (A.k.a the best Shrek) on your strea… https://t.co/RwNX0LySqF
27897                                        RT @Reuters: BREAKING: Reuters reporters sentenced to seven years in a Myanmar prison. Watch reactions live: https://t.co/i4o56TvUwt https:…
27898                                                                     @wyurm @sajeetkm @Reuters @talktosanjai It's never so simple. Total truths or total lies are almost impossible.
27899                                                                 RT @Reuters: Myanmar verdict in Reuters' reporters case 'deeply troubling': U.S. ambassador https://t.co/kKHpG7UYDQ
27900                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27901                                                                          Check out Rolling Stone Magazine Leonardo Dicaprio 8-5-2010 Issue 1110   https://t.co/0Okum3ldAj via @eBay
27902                                                                   6X Dining Chair Faux Leather Black Brown High Curved Back Rest Wooden Leg Swiss https://t.co/abh07LXJTC via @eBay
27903                                        RT @yourbiebernews3: Fashion: @adidas Alphabounce AMS Shoes in Clear Grey/Multi Solid Grey/Core Black that's not available. https://t.co/wx…
27904                                                                        please @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca '#WeWantEyewitnessSeason2'
27905                                                       Check out Halloween Decor Glass Pumpkins with Micro Lights 2 Pieces Choose Indigo or Clear  https://t.co/H8Tfxy3jPt via @eBay
27906                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27907                                                                    @DayaramKaudinya @DrMerle @TheMyanmarTimes @Reuters Because they are brave people standing up for what is right.
27908                                                          @shannonpurser @noahcent @netflix if this movie is trash and it gets a sequel imma be mad asf . TATBILB DESERVES A SEQUEL.
27909                                                                                                                                             @JamesonFoge @ATT does at&amp;t own cnn
27910                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27911                                    RT @captain_maga: L&amp;G... DO YOU WANNA SEE HOW THE #LeftistPropaganda #FakeNewsMedia like @CNN @AP @NBCNews @ABC @CBS @NPR ARE GOING TO RUNA…
27912                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27913                                        RT @Reuters: Myanmar judge convicts two @Reuters reporters in landmark secrets case https://t.co/9lbkeGXMbD Watch reactions live: https://t…
27914                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27915                                           RT @Reuters: BREAKING: Myanmar judge sentences Reuters reporters Wa Lone and Kyaw Soe Oo to seven years in prison https://t.co/XOh1uiPuND
27916                                        RT @Reuters: 'This is a major step backward in Myanmar’s transition to democracy' - @Reuters' Stephen J. Adler after two reporters are jail…
27917                                        RT @Reuters: 'This is a major step backward in Myanmar’s transition to democracy' - @Reuters' Stephen J. Adler after two reporters are jail…
27918                                               RT @Reuters: Sanofi wins European approval for rare blood-clotting disorder treatment https://t.co/AmjAmSSQAn https://t.co/eNrIYLHw2j
27919                                                                      RT @Reuters: Reuters Myanmar reporters jailed for seven years in landmark secrets case https://t.co/zbWjIFZgt3
27920                                        RT @Reuters: 'This is a major step backward in Myanmar’s transition to democracy' - @Reuters' Stephen J. Adler after two reporters are jail…
27921                                                       Check out Home 5 LED Light 10X Magnifier Desk Lamp Repair Clamp Desktop Magnifying Glasses  https://t.co/va5ebsmHsh via @eBay
27922                                                                                                                         @TheFaim @BlondieOfficial @CocaCola @Shazam This is AMAZING
27923                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27924                                                  Check out Betsy Johnson Women’s Slip On Sneakers White Size 7.5 https://t.co/4CXKODbpXR @eBay #ebayseller… https://t.co/BuolcRTWq6
27925                                    RT @JohnLegere: Introducing the @Verizon &amp; @ATT #HallofLame sand castle! @TMobile helped create a pretty epic #HallofLame sandcastle at the…
27926                                                 Check out Small Side End Table Living Room Modern Accent Nightstand Metal Sofa Stackable  #Modern https://t.co/39Zoja1uFa via @eBay
27927                                                                                                                                 @shannonpurser @noahcent @netflix Jamey Lynn Spears
27928                                        RT @EUAmbSchmidt: @Reuters EU: The prison sentences of Wa Lone and Kyaw Soe Oo should be reviewed and they should be released immediately a…
27929                                                                                                                    RT @JordanWiere11: RT this to bring back Scary Movie on @netflix
27930                                                    Check out Women's Ballet Neck Jersey Knit Elbow Sleeve Blouse - Khaki - 2X - NEW   #FinalTouch https://t.co/W34uJtZa9G via @eBay
27931                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27932                                        RT @clarebaldwin: My two @Reuters colleagues uncovered a massacre in Myanmar. They were just sentenced to seven years in a Myanmar jail: ht…
27933                                                                                                               @IHavTime2Hoe @Disney its not too late to hire John Cena in his place
27934                                                                                         @BiesMelissa @isaac2691 @mikethegroot @TMobile You missed out after https://t.co/abM5cn5oCT
27935                                         RT @Reuters: Myanmar judge jails Reuters reporters for seven years in landmark secrets case https://t.co/ZfGmn6GD1D https://t.co/v5GL5XCpa1
27936                                           Congratulations @AGlobalShapers on being one of the winners of the #WeSeeEqual challenge with @ProcterGamble 👏💙 https://t.co/6S3CM4T9Zw
27937                                        RT @Edwin_Boyette: @CBCebulski Waid helped justify theassault on @petersimeti today. I recommend people boycott all @Marvel and @Disney pro…
27938                                                              Check out 6 STEPS -  DIY GUIDE - ESTABLISHING CREDIT -  AFTER BANKRUPTCY CHAPTER 7   https://t.co/PAk9105EEQ via @eBay
27939                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27940                                        RT @raghavanWaPo: 7 years prison for two @Reuters journalists in #Myanmar whose only crime was exposing a massacre. And no action or outrag…
27941                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27942                                                                                                                                                        @Reuters @ReutersTV Sad news
27943                                                       Check out Men's 10k Yellow Gold Fn Round Cut VVS1 Diamond Egyptian God Eagle Pendant Charm  https://t.co/XTr4xizErv via @eBay
27944                                                                                  Dawn Dead Movie Poster Original George Romero Zombie Thai 1978   https://t.co/p958gG4dcd via @eBay
27945                                        RT @nihonmama: @partha_padhi @williamsmjw @smitaprakash @Reuters #Myanmar has been persecuting the #Rohingya FOR YEARS https://t.co/sc3cW3d…
27946                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27947                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27948                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27949                                                                                                                          @9GAG @netflix I see movie night but where is movie month?
27950                                        RT @Reuters: .@Reuters reporters Wa Lone and Kyaw Soe Oo have been sentenced to seven years in prison in Myanmar: https://t.co/eDCuPTmtst R…
27951                                         RT @Reuters: JUST IN: EU demands immediate and unconditional release of two jailed @Reuters journalists in Myanmar https://t.co/4ausMJy1ES…
27952                                        RT @Reuters: BREAKING: Reuters reporters sentenced to seven years in a Myanmar prison. Watch reactions live: https://t.co/i4o56TvUwt https:…
27953                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27954                                        RT @tedlieu: Another conspiracy theory by @realDonaldTrump is debunked. @POTUS falsely claimed today that @Google did not promote his State…
27955                                                           Via @Reuters: Police in U.S. probe https://t.co/iTVpPmYxjd CEO over sexual misconduct accusation… https://t.co/c4cqrWTUe3
27956                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27957                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
27958                                                    RT @Reuters: China August manufacturing growth slows to 14-month low: Caixin PMI https://t.co/iidf6FGk1k https://t.co/BbxlbMZJ56
27959                                                            Bikini Top &amp; G-String Thong Swimsuit Set (Pink) Wildside https://t.co/BTqjnPUJqE via @amazon https://t.co/3vZXoVKhrZ
27960                                           RT @Reuters: Dyson plans to put electric cars on the road by 2021 https://t.co/kYu2IPcT5B via @ReutersTV #charged https://t.co/xFAsyjb6Vo
27961                                        @Reuters @enmarchefr @libe @Mediapart @lemondefr @ParisMatch @LePoint @LOrientLeJour @guardian it is time to change… https://t.co/cp3NCpZti1
27962                                                                Toddler Girls A Line Color Block Girl Birthday Dresses 2yrs CL992-1 GRACE KAR... https://t.co/BN8dFt3NPD via @amazon
27963                                                                 RT @Reuters: Oil falls on rising output from OPEC and United States https://t.co/FAhp1FEZQy https://t.co/bluNV2gnmx
27964                                         @McDonalds Keep saying the owners will give you a call to issue you help with a refund. Never hear back. It's been… https://t.co/F5Oxxjj1sV
27965                                                                                        How much merely a software program can change way of life. @TwitterIndia @facebook @WhatsApp
27966                                        RT @Mickey_Tis: @5sosandspn @shannonpurser @satanseyebrows @noahcent @netflix Woah woah woah woah hold on hold on hold on stop stop stop ht…
27967                                        @kssagar @Adobe Congratulations to our beloved son Kuldip Singh Sagar for all his contributions to Adobe Co. Thanks to Dr Karan Singh Sagar.
27968                                        RT @Reuters: .@Reuters reporters Wa Lone and Kyaw Soe Oo sentenced to seven years in prison in Myanmar https://t.co/JU5EPDvVsP via @Reuters…
27969                                         RT @Reuters: JUST IN: Germany's human rights commissioner says the conviction of two Reuters journalists in Myanmar is a harsh setback for…
27970                                         @ZeianneDeaux @lilheathen2 @DEADLINE @Disney He's not. He made those jokes when he was working for Troma. Their entire deal is shock humor.
27971                                                                RT @nslwin: #Myanmar judge jails @Reuters reporters for seven years in landmark secrets case https://t.co/rEfwL4aDqT
27972                                                                                        Check out Target Red Orange Yellow Lapel Hat Pin Pinback   https://t.co/BEqmgJooJ1 via @eBay
27973                                         @JConnonFowler @aplastic_planet @Tesco Not buying it is the first step and looks like you have ☹️ Apples are defini… https://t.co/WFb9S83w8t
27974                                        RT @outdoorgeeky: USA Flag in Map T-Shirt Independence Day National Day Gift TeeGeeky https://t.co/mfTCUH4MDm via @amazon #July4th #FourthJ…
27975                                                                                             RT @nspiegelgotsch: Please tell me there will be a season 3 for @netflix series #Wanted
27976                                                                                         RT @detroitjazzfest: .@ChickCorea on the @jpmorgan Chase Main Stage https://t.co/PrztHvuKMG
27977                                                                                   @ASOS @ASOS_HeretoHelp my NUS card saying it has expired when it is in date. Please can you help?
27978                                                                                                                      Check out my listing @eBay - https://t.co/JwiU7Uthxg via @eBay
27979                                        RT @clarebaldwin: My two @Reuters colleagues uncovered a massacre in Myanmar. They were just sentenced to seven years in a Myanmar jail: ht…
27980                                                                                                                                             @danieldschade @BMW @UACES Come say hi!
27981                                        RT @clarebaldwin: My two @Reuters colleagues were just sentenced to seven years in prison for doing their jobs. They have done nothing wron…
27982                                    @Reuters Ffs why is the world just standing by &amp; letting this happen? This isn’t democracy this is dictatorship. Al… https://t.co/zALdcLlc4C
27983                                                                     RT @theweeknd: 🖤NOTHING WITHOUT YOU ACOUSTIC VERSION FOR @hm : https://t.co/lmaY5r5fIu https://t.co/JbJfllUSKI
27984                                    RT @AnOpenSecret: Raise your hand if you want @Nickelodeon @Disney to release how much $ they’ve spent to settle child sex abuse lawsuits &amp;…
27985                                        RT @MorganStanley: The leisure and entertainment sector has been growing at a faster pace than the overall economy. See three reasons why t…
27986                                        RT @greta: The @Reuters journalists were set up for investigating mass graves of #Rohingya and now will rot in a #Myanmar prison for 7 yrs.…
27987                                         RT @RSF_inter: #Myanmar: RSF condemns the iniquity of the seven-year prison sentences that two @Reuters reporters received in Yangon today…
27988                                                                                                                        @Reuters They promoted for terrorists and should go to jail.
27989                                    RT @suelinwong: Our @Reuters colleagues Wa Lone &amp; Kyaw Soe Oo exposed a brutal massacre in Myanmar. They were arrested for reporting the tr…
27990                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/FFcQgXs54T
27991                                                                                         RT @Reuters: Rio's 200-year old National Museum hit by massive fire https://t.co/HDUOylsbpy
27992                                        @realcrimeprofil @WonderyMedia @laurarichards99 @JimClemente @netflix As someone who takes 911 calls I was far less… https://t.co/MglD5jYMxY
27993                                        RT @brianklaas: This is the report about a genocidal massacre that the @Reuters journalists in Myanmar risked their lives to tell the world…
27994                                                 RT @birdwriter7: #Bestselling #ChildrensBook  Luna The Moon Pig: The Pig Who Hid by Suzy Davies https://t.co/As4ZQDewkC via @amazon
27995                                        RT @Reuters: Kyaw Soe Oo and Wa Lone have been sentenced to seven years in prison in Myanmar: https://t.co/QXaVC6DwwY Read how two young re…
27996                                        RT @brianklaas: This is the report about a genocidal massacre that the @Reuters journalists in Myanmar risked their lives to tell the world…
27997                                                        Check out Dried seafood sea cucumber 350 gram from South China Sea Nanhai #JOHNLEEMUSHROOM https://t.co/9vQwiyH7Ut via @eBay
27998                                                                                         @wisparent @OttLegalRebels @evankirstel @Fisher85M I can't believe @amazon is off the list.
27999                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28000                                                                                     @shannonpurser @noahcent @netflix I actually cannot wait to watch this. https://t.co/NSGYMDSZt4
28001                                        RT @Vintage0Antique: Check out Vintage Greek Pottery Wall Hanging Plaque Xeipos Peacock Hand Painted Art Plate https://t.co/jFzhPiWOpP @eBay
28002                                                            Check out Arthur J Huggil Pencil Signed Ink Sketch of Bridge Kirkby Lonsdale England Frame https://t.co/nIg8Zg5nEX @eBay
28003                                    RT @kuminaidoo: #Myanmar handing 7yr prison terms to @Reuters journalists Wa Lone &amp; Kyaw Soe Oo is beyond indefensible. The two men who dar…
28004                                        RT @brianklaas: This is the report about a genocidal massacre that the @Reuters journalists in Myanmar risked their lives to tell the world…
28005                                                                 RT @Reuters: Myanmar court jails Reuters reporters for seven years in landmark secrets case https://t.co/3PfJjuOoeM
28006                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28007                                                                                    In what ways are @facebook battling cyber crime? https://t.co/SsWflsQica https://t.co/T2Qpo9HGc2
28008                                                                  we miss them @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca '#WeWantEyewitnessSeason2'
28009                                                                                         Check out #Lego #HarryPotter #Minifigure - #ProfessorFlitwick https://t.co/WrpUcH2TmP @eBay
28010                                                                                       Hard to disagree with this. @Google and @sundarpichai should step up. https://t.co/IVcS9rlpC7
28011                                        RT @Vintage0Antique: Check out Beautiful Pink Murano Glass Snail In Shell 6.5 inch Genuine Vintage Italian Art https://t.co/uqv7ZhtC3t @eBay
28012                                                                                                             Very soft lightweight and stylish. https://t.co/Gi6HMkd9jO 来自 @amazon
28013                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28014                                        RT @Reuters: BREAKING: Reuters reporters sentenced to seven years in a Myanmar prison. Watch reactions live: https://t.co/i4o56TvUwt https:…
28015                                        RT @Reuters: JUST IN: UK Prime Minister Theresa May calls for two Reuters journalists jailed in Myanmar to be released immediately - spokes…
28016                                                RT @supergirlebay: Check out Vintage Novelty #Cats #Kitten Necktie #ebay #shopsmall #ebayrocteam  Tie  https://t.co/53oKbuzLvU @eBay
28017                                        RT @Reuters: JUST IN: UK Prime Minister Theresa May calls for two Reuters journalists jailed in Myanmar to be released immediately - spokes…
28018                                        RT @syedmohdmurtaza: This article uncapped the truth of Genocide in #Myanmar that led to arrest of @Reuters journalists Wa Lone and Kyaw So…
28019                                        Thanks for your complete indifference @easyJet but we have managed to sort this at the airport and have noticed you… https://t.co/0IXlLWpcen
28020                                                                                 Check out US ARMY GENERAL SERVICE BLUE BERET FLASH WITH 13 STARS  https://t.co/d5hj3P1pQm via @eBay
28021                                        RT @Reuters: JUST IN: UK Prime Minister Theresa May calls for two Reuters journalists jailed in Myanmar to be released immediately - spokes…
28022                                                                 It was a barrista on break!  Holy crap.  You know I was this close to snapping a picture @Starbucks #jacksonheights
28023                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28024                                                       RT @Reuters: https://t.co/Pf1ys8csDY CEO returns to China after arrest in U.S. sexual misconduct case https://t.co/mRWTGhWKdz
28025                                        RT @tom_gloves: #GenocideInSouthernCameroons committed by #PaulBiya @FoxNews @washingtonpost @Reuters @BBCWorld @BBCAfrica @FRANCE24 @LeahH…
28026                                        RT @phirschberg1: Our @Reuters colleagues Wa Lone and Kyaw Soe Oo were just sentenced to 7 years in prison by a Myanmar court for bravely d…
28027                                        RT @VintageLux92: Check out Vintage 1980 Halloween Pumpkin Jack o’ Lantern Glow In The Dark Pez Dispenser  https://t.co/pKlHZvzqWZ via @eBay
28028                                        RT @VintageLux92: Check out Vintage 1980 Halloween Pumpkin Jack o’ Lantern Glow In The Dark Pez Dispenser  https://t.co/pKlHZvzqWZ via @eBay
28029                                                       @Reuters @PTIofficial It has been over a year and a half only that President Trump took charge of US… https://t.co/5NlIHKfeTC
28030                                    RT @kuminaidoo: #Myanmar handing 7yr prison terms to @Reuters journalists Wa Lone &amp; Kyaw Soe Oo is beyond indefensible. The two men who dar…
28031                                                                  RT @Reuters: Special Report: How Myanmar punished two reporters for uncovering an atrocity https://t.co/Rw4nPk2nhr
28032                                         RT @McDonalds: We're laying down 100% fresh beef and cooking it right when you order. So stop in and try one today. https://t.co/HSUU0UqYUb
28033                                            RT @Denofgeri: Check out Blue Scooter Peace Hippie Humor Cartoon Key Chain Purse Ring Rubber Keychain  https://t.co/CrpmUxSuPY via @eBay
28034                                                     RT @Reuters: China August manufacturing growth slows to 14-month low-Caixin PMI https://t.co/jx8lmBJEiA https://t.co/Talxc8mLy3
28035                                        I do hope @DaveBautista is in the next guardians film! Just will not be the same without you! @Disney  sort your se… https://t.co/Lyx671l4hI
28036                                                                                             My Dad and the Foul Beast Within by Cassandra Smith https://t.co/8GIN20SlMZ via @amazon
28037                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28038                                                 Check out Locket Yellow Gold Stainless Steel  with 24 in chain locket design  2 inches #Unbranded https://t.co/Va274pfCUz via @eBay
28039                                                        Check out John and Laura Ramsey  8.18 Carat!!!! AAA Quality Brazilian Amethyst. 16x 12 MM  https://t.co/sr9hGAMEHE via @eBay
28040                                                   Check out Locket Rose Gold Stainless Steel  with 24 in chain locket design  2 inches #Unbranded https://t.co/fHMbGDkC5J via @eBay
28041                                         RT @ChantelleHazel5: Very disappointed with the service from @easyJet and @Europcar_UK. After flight being cancelled have been passed from…
28042                                                                                                                                                           @Reuters who really knows
28043                                                                   RT @Reuters: Britain calls for immediate release of Reuters journalists jailed in Myanmar https://t.co/goy6DEC1aN
28044                                                     RT @Reuters: China August manufacturing growth slows to 14-month low-Caixin PMI https://t.co/jx8lmBJEiA https://t.co/Talxc8mLy3
28045                                                       RT @dragoonwriter: Without A DOUBT by B.F. Harrolle Reply w/ #AmazonCart for a free sample http://t.co/cyJghQI6B0 via @amazon
28046                                        @Ryanair @trunki will trunki’s still be allowed as free hand luggage for kids after November 1st? (We travel freque… https://t.co/PFSA5QN35b
28047                                        RT @brianklaas: This is the report about a genocidal massacre that the @Reuters journalists in Myanmar risked their lives to tell the world…
28048                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28049                                                     My first @Starbucks PSL of the season and...it was a giant disappointment. The coffee was burnt and it ruined the whole flavor.
28050                                                  It was awesome meeting with some new teachers and transfers @Starbucks yesterday. If you haven't met with… https://t.co/d4jOzvwTmG
28051                                        RT @brianklaas: This is the report about a genocidal massacre that the @Reuters journalists in Myanmar risked their lives to tell the world…
28052                                                                   Check out Amethyst and Pink Tourmaline cushion cut  Ring  size 9 Natural untreated  https://t.co/jrtNJYeMtt @eBay
28053                                                                                   @ATPWorldTour @joaosousa30 @DjokerNole @usopen @FedEx No... we're set for a Federer v Djokovic QF
28054                                    RT @hollyrpeete: This #LaborDay I want to thank  our @HollyRodFDN partner @microsoft as well as @SAP @EYnews @ford @jpmorgan &amp; other compas…
28055                                                                                                                   @CNN Best perfumes now on Amazon  https://t.co/wKLVEwqQHX @amazon
28056                                                                                                         Check out Pokemon Moon Fan Edition Steel Book https://t.co/KlLuxIrOMk @eBay
28057                                                                                                                             @Reuters Why? Trump doesn't respect anyone but himself.
28058                                                                  Check out Vintage Antique 14K Gold Leaf and Coral Bead Earrings Missing a Coral Bead https://t.co/JYyBUFI1Xu @eBay
28059                                        RT @Edwin_Boyette: @CBCebulski Waid helped justify theassault on @petersimeti today. I recommend people boycott all @Marvel and @Disney pro…
28060                                        RT @otherland71: The #StretchArmstrong season 2 trailer is HERE!!! All episodes SEPT 7th!!!  @netflix @NetflixUK @NetflixFR @NetflixES @Net…
28061                                                                       Check out 65 CARAT AMAZING EMERALD GREEN DIOPSIDE SPECIMEN FROM SKARDU PK.  https://t.co/f7yj2DEhbi via @eBay
28062                                                                           RT @Reuters: World Court weighs Britain's claim to Chagos Islands in Indian Ocean https://t.co/h42L9DkVaa
28063                                        RT @Reuters: BREAKING: Reuters reporters sentenced to seven years in a Myanmar prison. Watch reactions live: https://t.co/i4o56TvUwt https:…
28064                                        RT @jmmlegal: @DesignationSix @IngrahamAngle @AceHardware @HomeToGo @mitsucars @Cabelas @BassProShops @Bayer @MyPillowUSA @BeachesResorts @…
28065                                                RT @Reuters: Facebook definition of terrorism helps states mute dissent: U.N. expert https://t.co/a1JRqSOREl https://t.co/OObqCNlm1d
28066                                                   Check out NEW Lilly Pulitzer Silk Scarf Sneak A Beak Wrap Blue GWP Palm Beachy 🏝 #LillyPulitzer https://t.co/NnEDaB1nXm via @eBay
28067                                                        Check out UGG Classic Short Boots Purple Sequins Sparkles Size 10 Authentic  #UGGAustralia https://t.co/kZyQbwusIY via @eBay
28068                                                                                              RT @BMW: Too good for the garage. The #BMW 3.0 CS. #BMWclassic https://t.co/J2IrJcVI37
28069                                         See what I m up to on @eBay View my profile to see my favourite finds and more: https://t.co/pz9YFDUqUr via @eBayn… https://t.co/WgF1ZndNa7
28070                                        @kimmiekapow @netflix It is now time to open your eyes to the thrilling drama and at time dark tales of elevated cr… https://t.co/KESVe3HmxB
28071                                        @ASOS wondering if you can you use student discount code with the Collect100 click and collect code for free delive… https://t.co/1s9Pw7QFQJ
28072                                        We got LABOR DAY SALES here at @TMobile in the Palisades Mall first floor ! Add a line to your T-MobileONE family p… https://t.co/qsgEkKP48Q
28073                                    RT @AnOpenSecret: Raise your hand if you want @Nickelodeon @Disney to release how much $ they’ve spent to settle child sex abuse lawsuits &amp;…
28074                                        @lolipolooza @Reuters @ReutersTV Look up Tommy Robinson (UK). Why was he arrested while live on YouTube streaming a… https://t.co/JMN75UUR3X
28075                                         @WFB_Fraud @WellsFargo after life It would be like CEO Tim Sloan begging D rejected client in heaven for a drop of… https://t.co/O5vioIooTb
28076                                        RT @snarwani: See what @Reuters just did? Last week it put out a story that #Iran had moved ballistic missiles to #Iraq - a falsehood denie…
28077                                                                                                                                         @Reuters ex-president and convict prisoner.
28078                                                                                                                                                              @Reuters Good riddance
28079                                                          RT @oldnsold2013: Check out Vintage Tomy Pocket Game Frog Fight Dunn Bros. Sticker #TOMY https://t.co/0Rui7IxUEP via @eBay
28080                                        RT @NickKristof: Shame on Myanmar and Aung San Suu Kyi for sentencing two @Reuters journalists to seven years in prison for committing jour…
28081                                                                              RT @Walmart: @jofnasc Sounds like you had a good time😊. What was your favorite part about your visit?
28082                                         @Walmart what’s the pony in having a pick up service if everytime someone goes to use it it’s not available!? This… https://t.co/sDxzoymtMx
28083                                                                         Check out Best #NERF #guns For #Girls #toddlers Little Rebel Pink Cool Purple https://t.co/JqlnGEmv5A @eBay
28084                                                                                                                                             @Google And hardware that barely works.
28085                                           .@realDonaldTrump is calling out bias at @Google and taking on @CNN once again  https://t.co/4CDhNzfpPA via @GinnyMontalbano @DailySignal
28086                                                                         RT @Reuters: ICYMI: Aquatic chess leaves players breathless https://t.co/5AmI4g3eH5 https://t.co/iXXKcsHNLC
28087                                        @FBI  @doj I wonder how @BankofAmerica  got the federal contract to handle EDD payments and now they are freezing b… https://t.co/crWc9EM1pg
28088                                                                                 @Ryanair Hi what's the easiest way to cancel a flight and claim taxes back without having to phone?
28089                                                             RT @Reuters: Factories feeling the pinch from escalating trade conflict https://t.co/YifQtPcmYG https://t.co/8FBA6vRMzc
28090                                                                       RT @Reuters: U.N. human rights chief Bachelet urges Myanmar to free Reuters reporters https://t.co/UQ2nzdHz2E
28091                                                                                  Check out 2018 Bowman Platinum Ice #24 Matt Carpenter Cardinals  https://t.co/9zxkXBvzVY via @eBay
28092                                             Check out BEIGE &amp; WHITE BEADED CHUNKY FASHION NECKLACE JEWELRY SET TRENDY DAY WEAR     #Unbranded https://t.co/jg5Ls74KxT via @eBay
28093                                                        Check out Antique Wall Hung Floral Design Ivory Porcelain 3 Pocket Match Safe Holder VGUC  https://t.co/msukNVW3Y6 via @eBay
28094                                                           Check out 1930's Depression McKee Custard Glass Swirl Ribbed Design Berry Cracker Bowl  https://t.co/LF4kSi3AwE via @eBay
28095                                        RT @phirschberg1: Our @Reuters colleagues Wa Lone and Kyaw Soe Oo were just sentenced to 7 years in prison by a Myanmar court for bravely d…
28096                                        RT @NickKristof: Shame on Myanmar and Aung San Suu Kyi for sentencing two @Reuters journalists to seven years in prison for committing jour…
28097                                                    Check out 2009 Body 1998 Head NUDE Barbie Bent Left Arm ARTICULATED KNEES Light Blonde #Mattel https://t.co/SFVHvc7s7a via @eBay
28098                                         RT @Irnyatko: @SaveVersailles @netflix @ovationtv @canalplus @VersaillesFam @VersailleSeries @VersaillesCAN @versailles_pt_ But in the end…
28099                                        RT @Reuters: JUST IN: UK Prime Minister Theresa May calls for two Reuters journalists jailed in Myanmar to be released immediately - spokes…
28100                                        RT @NickKristof: Shame on Myanmar and Aung San Suu Kyi for sentencing two @Reuters journalists to seven years in prison for committing jour…
28101                                        Missing my @mastercardindia badly after getting hurt by @AskAmex @AmericanExpress poor customer service. If I am ru… https://t.co/pxAdv3SiWL
28102                                        @FalconSays @ExmuslimsOrg @MerleSmithJr @Starbucks @HiltonHotels The issue here isn’t whether or not the company ha… https://t.co/bXsJoNIE6G
28103                                                   RT @PetersandPeters: Partner Anna Bradshaw quoted in @Reuters article on economic sanctions against Syria https://t.co/3oxStdBAiH
28104                                                                  RT @Reuters: Special Report: How Myanmar punished two reporters for uncovering an atrocity https://t.co/Rw4nPk2nhr
28105                                                       Pressure rises for surveillance of Germany's far-right AfD party https://t.co/nMsqyaMnjF via @Reuters https://t.co/Q6rZIaeTen
28106                                                                     Check out Number 10 Drive In Speaker Gulmite Crown Head Security Screwdriver  https://t.co/Oc2kKiEsIj via @eBay
28107                                        RT @brianklaas: This is the report about a genocidal massacre that the @Reuters journalists in Myanmar risked their lives to tell the world…
28108                                                     Check out LIFE Scrub Top Women's Size XS Autumn Fall Halloween Theme Short Sleeve Shirt #Life https://t.co/JImvwiVL0m via @eBay
28109                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28110                                                Check out 9x Vintage Glass Christmas Tree Ornaments Indent Teardrop Pink Multi Xmas Decor #Unknown https://t.co/zfILoggtjS via @eBay
28111                                                        RT @Reuters: UK's Royal Mail heads into Canada as part of overseas expansion https://t.co/stm9e58aX6 https://t.co/bc8ge9lHTS
28112                                                                    Check out Superboy #50 CGC SS 9.8 signed Tom Grummett NM/MT ANNIVERSARY ISSUE  https://t.co/00PzB9DkxV via @eBay
28113                                                                                                                                     @reeses @amazon Classic! #NotSorry #Sweepstakes
28114                                        RT @Reuters: .@specialreports: Holes in the case were not enough to stop Myanmar punishing @Reuters reporters for revealing an ugly chapter…
28115                                                                                                                      Check out my listing @eBay - https://t.co/q6Y5oUBevG via @eBay
28116                                                      @messiahpicks @dunkindonuts @EinsteinBros @Starbucks @Wawa That’s funny u think only white girls are addicted to pumpkin spice
28117                                                       Check out Sports Illustrated Magazine Mariano Rivera Oklahoma State Football Hybrid Player  https://t.co/F4mFFrQ62u via @eBay
28118                                                Check out NEW (1) Use 2 Da Max Sparkling Strawberry Edible Massage Body Gel by Soft Love #SOFTLOVE https://t.co/qQLeJTH2cC via @eBay
28119                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28120                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28121                                                     @ShumDarioNews @EmeraudeToubia @FreeformTV @netflix @ShadowhuntersTV @hulu For Izzy #SaveShadowhunters… https://t.co/Avx2jltyvU
28122                                        RT @Reuters: The Vienna Zoo is selling paintings made by 18-year-old panda for $560 each raising funds to produce a picture book. More: htt…
28123                                                            Check out ANTIQUED GOLD METAL BICYCLE FIGURINE with WOODEN SEAT and WOODEN HANDLEBARS  https://t.co/5b84n4PQ8o via @eBay
28124                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28125                                                                                               @quez_4PF @Greg_Byrne @Charlie_Potter @ATT @verizon Same please. @TMobile @JohnLegere
28126                                                                                                            RT @cvntineos: @netflix announce ps i still love you already you cowards
28127                                                   Just saw this on Amazon: GAUTERF Dog Harness Pet Harness Adjustable ... by GAUTERF for $16.99 https://t.co/z2wgrGiEsY via @amazon
28128                                                            RT @kaosonia: Check out 1 pc ~ Sterling Silver Hammered Crescent Moon Pendant - Large  https://t.co/4a0LJNyRm0 via @eBay
28129                                                                                  @Reuters . How about surveillance of Die Fuhrer Merkel who let in Muslim extremists and criminals.
28130                                        RT @brianklaas: This is the report about a genocidal massacre that the @Reuters journalists in Myanmar risked their lives to tell the world…
28131                                                                                                             @SAP @elephantsrhinos Except for the Trumps--Laws are not for the rich.
28132                                                                                                                                                     @easyJet Thanks for confirming!
28133                                                   Just saw this on Amazon: GAUTERF Dog Harness Pet Harness Adjustable ... by GAUTERF for $16.99 https://t.co/MLSSf1Vo6g via @amazon
28134                                                                    RT @VirginiaKettle1: Check out Lot Of 9 Boxes Kids Party Valentines Stickers Cards https://t.co/5PJvzDlyMM @eBay
28135                                        RT @Reuters: Two @Reuters reporters have been sentenced to seven years in prison in Myanmar: https://t.co/1GhGQTLcW2 Read the story that pr…
28136                                        RT @NickKristof: Shame on Myanmar and Aung San Suu Kyi for sentencing two @Reuters journalists to seven years in prison for committing jour…
28137                                                                                                                                                          @Starbucks It sure was!!!!
28138                                               @AuStar3d @sabinewings @Cathy_Miana @DominionBack @KarinaGC4 @Kathy_Porter @VaunWilmott @netflix @alhuette48… https://t.co/y9M3R9syXx
28139                                                                                             @QTRResearch @netflix Seen twice. The search keeps going 😓😓😓 https://t.co/VKR3MpfuEv
28140                                         @Google Check this out https://t.co/GCIlNL9p1l I made this Vlog with my Pixel!! #justsaying if you want to gift me… https://t.co/GZiXFbMcXl
28141                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28142                                                                                                                                                @Reuters Why??? We don’t in the USA!
28143                                                                Steamer for Clothes [2018] 7-in-1 Powerful Multi Use: Clothes Wrinkle Remover... https://t.co/PsbPIuUcvs via @amazon
28144                                        RT @Amazon_Hottie: Backpack Purse Black PU Leather Ladies Travel Casual Shoulder Bag School Bag ... https://t.co/eqTfxhXsX0 via @amazon htt…
28145                                                                                RT @Justin_Willman: What superpower would YOU want? #MagucForHumans @netflix https://t.co/EuYyML1ylX
28146                                        #antiques Check out It Happens Toilet Poo Spray Deodorizer 2oz. Bottle Spring CITRUS Scent -NEW #ITHappens https://t.co/P0m7aBBp2U via @eBay
28147                                        Booked on @Expedia - I’ll be leaving a review there. This is completely unacceptable. Unacceptable lack of cleanlin… https://t.co/KxPWquGvA7
28148                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28149                                                  RT @Reuters: Dakota Johnson trained during '50 Shades' shoot for 'Suspiria' dances https://t.co/LxI7veHgYA https://t.co/VXyPvawOBm
28150                                        RT @Reuters: Myanmar judge sentences @Reuters reporters Wa Lone and Kyaw Soe Oo to seven years in prison https://t.co/JU5EPDvVsP via @Reute…
28151                                                             Check out COOL HAND LUKE Paul Newman 4x6 ft French Grande Movie Poster Original 1967  https://t.co/KdQFa1OIga via @eBay
28152                                        @cnnbrk @CNN @CNNPolitics @MSNBC @NBCNews @CBS @abcnews Any comment of the stowaways inside a shipping container in… https://t.co/Fw0WMgVP2H
28153                                                  RT @Reuters: Kremlin says U.S. spy efforts show it is meddling in Russia's affairs https://t.co/nkA3wnXBI9 https://t.co/q1xysGCnt8
28154                                                                   Check out Coach Vtg 9980 Taft Black Leather Legacy Shoulder Messenger Crossbody Bag https://t.co/7lFarad8yT @eBay
28155                                                 Thanks to @Oracle Digital Business Development Leaders for an engaging conversation https://t.co/K6j80u59TE https://t.co/v4AruCf4Jg
28156                                                                            RT @Reuters: Zimbabwe to donate 10 white rhinos to Congo https://t.co/goR7NbgDZU https://t.co/87wEKcx2fw
28157                                                                                    Check out NIKE AIR FORCE 1 Low Youth Boys White Shoes Size 2 Youth https://t.co/tH8awAGLGx @eBay
28158                                        RT @Reuters: Wa Lone and Kyaw Soe Oo have been jailed: https://t.co/BtIDOjo2oR Read how two young reporters shook a nation https://t.co/4vD…
28159                                        RT @RBurlinson: Check out LARGE Ford Racing Flag Car Bonnet Car Vinyl Graphic Sticker Van Panel Decal 65 https://t.co/pWNez5MyTj @eBay #gif…
28160                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28161                                                                              RT @djkhaled: 🚨 New movie alert 🚨 #TheAfterParty out tomorrow!! On @netflix. https://t.co/1FoK69wV4A
28162                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28163                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28164                                                                                                                                      @mothershipchild @netflix The odd couple is 🔥
28165                                                                                                                                              @zombas_ @CocaCola OHHH YOU LUCKY DUCK
28166                                        RT @greta: The @Reuters journalists were set up for investigating mass graves of #Rohingya and now will rot in a #Myanmar prison for 7 yrs.…
28167                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
28168                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28169                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/CqXDrl4NXz
28170                                        RT @clarebaldwin: My two @Reuters colleagues uncovered a massacre in Myanmar. They were just sentenced to seven years in a Myanmar jail: ht…
28171                                        RT @clarebaldwin: My two @Reuters colleagues uncovered a massacre in Myanmar. They were just sentenced to seven years in a Myanmar jail: ht…
28172                                                          Check out gotta run e9Art ACEO Outsider Folk Art Brut Painting Abstract Figurative OOAK  https://t.co/Zj6mPjLISo via @eBay
28173                                                                       RT @Reuters: U.N. human rights chief Bachelet urges Myanmar to free Reuters reporters https://t.co/UQ2nzdHz2E
28174                                    RT @faagifts: @realDonaldTrump @accessonline @CNN @ABC @CBS @NBC @MSNBC  @maddow @donlemon  'WHEN ANOTHER CELEBRATORY DIES &amp; THEY ARE A TRU…
28175                                                                                                                      @AnnetteMees @TheRoyalOpera @Google I want to know everything.
28176                                                RT @Reuters: Two @Reuters reporters in Myanmar jailed for seven years https://t.co/3LhIRxo9Hi via @ReutersTV https://t.co/0Pc20evKNX
28177                                                                                    @Reuters @ReutersTV I commend you for constantly tweeting about their situation every single day
28178                                                     Check out Funko Mystery Mini Best of Bethesda Vinyl Figure + USB car charger + Earbuds #Funko https://t.co/sBcIQGAfFL via @eBay
28179                                                                     #yoga Check out Zippo Harley-Davidson Eagle Wings Pocket Lighter - NEW #Zippo https://t.co/zwSsteapxv via @eBay
28180                                                                  Milwaukee 48-07-0550 Arbor Service Kit Milwaukee https://t.co/OgDVwW0rbO via @amazon #eliquidassets #raretoolparts
28181                                        @HP @lenovo @Dell @Microsoft @Apple  yall needa make laptops with 4K 500+ nits brightness 120hz/144hz displays with… https://t.co/kDtWTSjQ6c
28182                                                                    RT @SarahTheHaider: Ex-Muslims banned from @HiltonHotels @Starbucks for Atheist T-shirts https://t.co/45ruf2XS9E
28183                                        @AmitHPanchal @McDonalds @ZomatoIN @Grabit_india @Zomato @mcdonaldsindia This is because @McDonalds in ahmedabad ac… https://t.co/SBZ8AGa2YZ
28184                                                                                                            @SarahTheHaider @HiltonHotels @Starbucks A Democratic Socialist protest?
28185                                        RT @myuniquemarket: Check out ASICS Multicolor Blue Yoga crossFIT Athletic Running Shirt Tank Top women Size S https://t.co/z3KQEvmtJT @eBay
28186                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28187                                        RT @greta: Terrible that @Reuters journalists were set up for investigating mass graves of #Rohingya..and now they have been sentenced to 7…
28188                                                                                                                                                    @SneakerNews Where dese at @Nike
28189                                        RT @DavidCayJ: The framing of two @Reuters reporters for telling the truth about a Myanmar massacre would be hilarious but for the 7 year p…
28190                                                                               Metabo 339034820 Cover Plate Metabo https://t.co/dNlMFU3G9t via @amazon #eliquidassets #raretoolparts
28191                                                                            Metabo 339006520 Sealing Washer Metabo https://t.co/h9ecxRU62z via @amazon #eliquidassets #raretoolparts
28192                                                                                                                      Check out my listing @eBay - https://t.co/DpCeconJO9 via @eBay
28193                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28194                                    Check out this Amazon deal: Sunny Health &amp; Fitness Pro Indoor Cycling Bike by Sunny Health &amp; Fitness https://t.co/wva68mWFtZ via @amazon
28195                                        RT @Reuters: Two @Reuters reporters have been sentenced to seven years in prison in Myanmar: https://t.co/1GhGQTLcW2 Read the story that pr…
28196                                        I wonder how many others that can't or won't speak for themselves @PayPal is hurting 🤔 .... Veterans??? Elderly???… https://t.co/fRwaTOoTC0
28197                                                                                                  @JackPosobiec @Disney Here's a thought: Let's stop Disney making Star Wars movies.
28198                                                         Check out Stainless Steel Wood Board Bread Box Storage Bin Keeper Food Container Kitchen  https://t.co/hF9AH1nFSx via @eBay
28199                                                                                                                      Check out my listing @eBay - https://t.co/H4VdeiIWXE via @eBay
28200                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28201                                        RT @nickforman77: @DrMerle @rick135b7 @nikkihaley @CNN @BBC @FrontierMM @TheMyanmarTimes @IrrawaddyNews @MTT_News @Reuters @AP @BobRae48 @B…
28202                                                                                                       @Blu_Check_Mark @NBCNews Is that the @verizon coverage map? #CanYouHearMeNow?
28203                                                                                     Check out Lego Elves School Of Dragons 41173 New Sealed #Lego https://t.co/3Qwv8WbEpa via @eBay
28204                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28205                                                                                                                   Check out Womens Lularoe Top Size L https://t.co/YkSEOHldp1 @eBay
28206                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28207                                        @facebook can you kindly help me someone has been making my fake profile from past 3 years and I’ve been continuous… https://t.co/6sCtTsvnmI
28208                                                      Check out Maidenform 09459 Bra SIZE 34 DD 34DD Never Worn Nude Beige #Maidenform #PlungeBras https://t.co/NiW74vu9ns via @eBay
28209                                                                                             Hazet Pitman Arm Puller. Dropped from $222 to $122. https://t.co/0LhklkrsLR via @amazon
28210                                                                                         Check out Minature Shoe Ornament Very Rare Highly Collectable https://t.co/jMLCdvGx4r @eBay
28211                                                  #autism #mustread The Love Of Andy: A True Story Of A Devoted Mother Who Struggles As She W... https://t.co/bPnJOAZQYh via @amazon
28212                                                     Check out Rick and Morty Spaceship &amp; Garage Interlocking Construction Set  #McFarlaneToys https://t.co/I4CVl6IQMA via @eBay
28213                                                                                                                                                                @McDonalds look here
28214                                                 #yoga Check out Mud Jug Spittoon - American Flag Portable Chewing Tobacco -Spill Resistant - NEW  https://t.co/d95WbwColw via @eBay
28215                                                                                                          Craving some @ChickfilA  &amp;  Resses King Size Pumpkins &amp; @pepsi  🤤
28216                                        RT @Reuters: Two @Reuters reporters have been sentenced to seven years in prison in Myanmar: https://t.co/1GhGQTLcW2 Read the story that pr…
28217                                                       Check out BABW Monkey Gorilla Baseball Player Uniform Cleats Catchers Mitt 1997 Plush doll  https://t.co/v4sEMkYJ8V via @eBay
28218                                                                                       Hey @netflix when are you getting more shows like #TheGReatBritishBakingShow on?! I need more
28219                                                    Check out Nintendo Game &amp; Watch Multi Screen Donkey Kong DK-52 MIJ 1982 w/Some Defects_05  https://t.co/0qJjgZNyDH via @eBay
28220                                         @PayPal do you guys have a number I can call so I can reset my PayPal access card pin? I'm in the US right now and… https://t.co/np8b2CNOYq
28221                                        HER PUNISHMENT by @ForeverPoetic is now available on @amazon #erotica #EroticRomance #a5srtg https://t.co/PjawgTiWfP https://t.co/Rg6a4SrcSc
28222                                                                                          RT @WaydeDreamer: Monza 🇮🇹 with @Neshney. @Burberry @Richard_Mille https://t.co/bNdu3M1gz7
28223                                                  @EdwardoBadger @StopFundingHate @SkyUK @BritishGas @coopukinsurance @Ford @NatWest_Help @Plusnet @Colgate… https://t.co/2pVJ3HgjTD
28224                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28225                                                                                      RT @israelbroussard: it’s like... to all the boys i’ve loved before is on @netflix this friday
28226                                                                                                        @emericagirl24 @Microsoft @WatchMixer Yaaasss!! You go girl! That's awesome.
28227                                                                                  @hstweetheart @netflix @noahcent @NoahCentUpdates @blacklabelmedia The surname should be STILINSKI
28228                                                      @pepsi   12 pack had 1 can that was completely sealed but had only about 2 ounces of Pepsi zero sugar. https://t.co/Rt23DmZUTs
28229                                                Check out Halloween Novelty Fabric  White Ghosts Black Cotton/Blend Knit T-Shirt Fabric #Unbranded https://t.co/fy1kaoruBL via @eBay
28230                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28231                                        RT @GaynorBoughey1: @2tweetaboutit @amazon @AMDWaters I will DEFINATELY be buying this book!!! This Lady in MY opinion is GB's ONLY ANSWER!…
28232                                        @CinchShare Heya. Just thought you should know that NONE of my scheduled @facebook group posts posted today despite… https://t.co/HPkv2DwWyK
28233                                                                                                                           @RealChrisTrue @Walmart I’m sure you make more than I do.
28234                                        RT @NickKristof: Shame on Myanmar and Aung San Suu Kyi for sentencing two @Reuters journalists to seven years in prison for committing jour…
28235                                                            RT @thevinetway: @davidakin @cafreeland @Reuters She was more than a journalist at Reuters Davis https://t.co/80ZZPwlyee
28236                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28237                                                 RT @Reuters: Former UBS trader jailed for Britain's biggest fraud faces deportation https://t.co/y3OLYFU6Gk https://t.co/zR9vQkw14X
28238                                                                                     @Loganr6570 @EW @Guardians @Disney @Marvel You do realize these characters are fictional right?
28239                                               RT @PegFashioneBay: See what I m up to on @eBay! View my profile to see my favorite finds and more: https://t.co/tXa3OE3yFi via @eBay
28240                                                                                        @tsblackburn314 @netflix I've noticed it skips lines altogether with alarming frequency also
28241                                                    RT @Reuters: Brexit could sway Scottish voters toward independence from UK: poll https://t.co/iOZVHq54T6 https://t.co/jFk7ygkjjd
28242                                                    @Reuters I have solved the Nazca Lines and renamed them The Orion Lines.  #Orion #NazcaLines #OrionLines https://t.co/PAhvWIB2AI
28243                                                                     LARGE~Anthropologie LAPIS~NEW Black Embroidery Lace One SHOULDER Peasant Top  https://t.co/i0GgN84WeA via @eBay
28244                                                                          @nslwin @SGMinAungHlaing @Reuters @poppymcp @drzarni @shafiur @YoursRohingya @OpRohingya @JamilaHanan Nice
28245                                                         Check out CLEARANCE HIGH END AURORA BOREALIS CHUNKY CRYSTAL FORMAL NECKLACE JEWELRY SET   https://t.co/eTO3dZrszO via @eBay
28246                                                                                                                                      @khwaja_fko @Reuters An Kiss your Ass Goodbye.
28247                                                 RT @Reuters: Former UBS trader jailed for Britain's biggest fraud faces deportation https://t.co/y3OLYFU6Gk https://t.co/zR9vQkw14X
28248                                                   Check out $1 90% #Silver Premium #Coins Lot Half Dollar Quarter Dimes Full Dates #SilverCoins   https://t.co/E9NfeNf9ni via @eBay
28249                                             Check out SILVER BEADED CHUNKY MULTI CHAIN FASHION NECKLACE JEWELRY SET CHIC &amp; TRENDY  #Unbranded https://t.co/716I8drqTH via @eBay
28250                                                                                           RT @Reuters: U.S. service member killed in Afghanistan: statement https://t.co/RkQSVrzdT9
28251                                                       Check out Trio Ring Diamond Wedding Gold Set Engagement His 14k Bridal Her Yellow Band Ove  https://t.co/usWWrDft6g via @eBay
28252                                        @amazon.. Making fool the customer.. Selling wrost items on high prices.. If anyone want to contact Amazon.. Your i… https://t.co/VpUdONHDLj
28253                                                              RT @joebayy: Check out Madewell Oatmeal Cardigan Button Up Size XS NEW WITH TAGS https://t.co/MNE7J03XyU @eBay ON SALE
28254                                        RT @joebayy: Check out INS Luxmob Owl Crystal multicolor bag box evening bag BRAND NEW https://t.co/Npuyl4x0g0 @eBay #Selling #Ebay #Amazon…
28255                                        RT @joebayy: Check out Burberry Watch Men’s Swiss Chronograph Black Leather Strap 40mm https://t.co/UKovsl2M5p @eBay #SundayMorning #ShopMy…
28256                                                                                           RT @Reuters: WATCH: The Paris Zoo unveils baby jaguars and fossas https://t.co/3uHpptIns9
28257                                     RT @TheElders: A free media promotes transparency and accountability. Today’s unjust jailing of @Reuters journalists Wa Lone &amp; Kyaw Soe Oo…
28258                                                                                                                                               @Turnip2020 @Apple But there is....💩
28259                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28260                                          Ugly Christmas Xmas Sweater w/ country skating scene https://t.co/ET65fedTYt @eBay #MerryChristmas #nevertooearly… https://t.co/uwoJ9IsqLv
28261                                        RT @djkingassassin: Purchases from @Amazon @Apple computer order destroys inner-city Pastors life. https://t.co/vo7wEQsAp6 #GovernmentSpywa…
28262                                                                                                                                                                   @Reuters Or what?
28263                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28264                                                                                                                      Check out my listing @eBay - https://t.co/OVkm0F7gt6 via @eBay
28265                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28266                                                                                       @s13965019 @reedhastings @netflix Its awesome Polly.. Fantastic job sweetie... 😘😘😘👍👍😍😍
28267                                                                                        @FAIRImmigration @Reuters Another Federal Judge that makes law instead of following the law.
28268                                                                Football for a Buck: The Crazy Rise and Crazier Demise of the USFL Dreamscape... https://t.co/Lma7DoR7Rl via @amazon
28269                                                                Football for a Buck: The Crazy Rise and Crazier Demise of the USFL Dreamscape... https://t.co/Lma7DoR7Rl via @amazon
28270                                                    Check out TWYford Siron Side Action Flat Spout Mono bloc basin mixer Sn5529cp #twyford #Modern https://t.co/h5SDBCzimu via @eBay
28271                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28272                                                  Check out HIGH END DARK BLACK BEADED CHANDELIER EARRINGS CHUNKY CHIC FASHION JEWELRY  #Unbranded https://t.co/MrLJvNtz4Y via @eBay
28273                                             @SportsDirectUK @adidas Utter pony. Why @adidas would want to align itself with Sports Direct is beyond me. Biggest parcel of crap ever
28274                                                Check out Set/2 Invisable Luxurious Side Dining Accent Chair Transparent Clear Acrylic  #Unbranded https://t.co/2yJAW7TIHh via @eBay
28275                                                                                             RT @Reuters: Triplet hyraxes make their public debut in England https://t.co/vavgKhKNkk
28276                                        RT @brianklaas: This is the report about a genocidal massacre that the @Reuters journalists in Myanmar risked their lives to tell the world…
28277                                                                                   Vollmer HO Railroad Hotel Apartment Dutch Style #25222 #Vollmer https://t.co/lBKrpOn64p via @eBay
28278                                       RT @No2h8Crime: Ahmad Nawaz @Ahmadnawazaps is another of our inspirational @Google sponsored Young Upstander shortlisters! Well done 👍 #No2…
28279                                        RT @DefensTech: @TMobile @DNIYM179 @TMobile should be absolutely ashamed of themselves for failing and refusing to unlock phone tied to the…
28280                                        RT @CyrusFoFyrus: @capsnskins @SarahTheHaider @HiltonHotels @Starbucks The ex-Muslim crowd seems to be embracing identity politics in an an…
28281                                    RT @davidakaye: #UN experts condemn sentencing of @Reuters journalists - SR #Myanmar @YangheeLeeSKKU &amp; I call it a “dark moment for Myanmar…
28282                                        @_mcchris @verizon @BestBuy FUCK @VerizonSupport and @Verizon they are the worst and do not care about their custom… https://t.co/dbsIVzSQX6
28283                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28284                                                Check out $8600 CERTIFIED 14K WHITE GOLD 8.00CT SAPPHIRE 1.50CT DIAMOND RING #SolitairewithAccents https://t.co/PQE5GiTHaK via @eBay
28285                                                   Answer these 10 questions and we'll tell you which @Disney stage musical you are: https://t.co/yaqsWzVIY5 https://t.co/9zLvHrwkAR
28286                                                   Check out AUSTRALIAN GENUINE MOSAIC OPAL 7 X 5 OVAL TCW .54 LOOSE GEMSTONE PERFECT FOR SET #L2D https://t.co/dHPUJNu85Z via @eBay
28287                                                    @Sazzles2k15 @AmazonStudios @netflix @hulu @DeceptionABC It's called Identity V. It's a mobile game but its keeping my interest.
28288                                        RT @_mcchris: worst experience w @verizon they turned off my phone for my birthday weekend for no reason. said i needed to provide document…
28289                                                                                                                      Check out my listing @eBay - https://t.co/BGnkw7dJRb via @eBay
28290                                        RT @scotgwenB: We want them back. We'll get them back. @netflix @canalplus @ovationtv @saveversailles #VERSAILLES #SaveVersaillesSeries htt…
28291                                                                                                                                @Izzy4el @Walmart An actual ad lol I mean seriously?
28292                                                                                      RT @W7VOA: Statement from @nikkihaley. #Burma #Myanmar #media @Reuters https://t.co/Eo0yKT7PhY
28293                                                @Reuters @ReutersTV Croatian President's bikini photos impress  the world worlds best hottest president ever https://t.co/oWr3MYEf9f
28294                                                                     RT @Reuters: Brazil inflation seen grinding to a halt in August https://t.co/SEBN2ibLqh https://t.co/R62bPiziDE
28295                                        RT @Reuters: BREAKING: Reuters reporters sentenced to seven years in a Myanmar prison. Watch reactions live: https://t.co/i4o56TvUwt https:…
28296                                                                    @jennifernvictor @netflix I’m guessing you aren’t at the baseball game with the rest of your household (humans).
28297                                                                                                                                       @UNWatch @Reuters I wish them good luck ..sad
28298                                                                                                                         RT @thatxxv: Much respect to @Nike. https://t.co/WiIt5WYmbZ
28299                                                                                                                                 AHHAA UPGRADE NOW https://t.co/mHBWnh6N0w via @eBay
28300                                        RT @VincentGeloso: Randall Holcombe 'Political Capitalism: How Economic and Political Power Is Made and Maintained' #econ via @amazon https…
28301                                                                            RT @MollyJongFast: We’re gonna wear @Nike from now on. Thank you @nike for this. https://t.co/O1vw5tRba8
28302                                                                                                                                           @MollyJongFast @Nike Balsy. But wonderful
28303                                                                                        RT @Reuters: Critics step up pressure on UK PM May over Brexit plans https://t.co/fpIssud4aI
28304                                                              Check out 2018 BOWMAN CHROME AQUA REFRACTOR BCP89 MIKE SOROKA RC 44/125 BRAVES 🔥⚾️  https://t.co/FY9vq1XQVC via @eBay
28305                                                                            RT @MollyJongFast: We’re gonna wear @Nike from now on. Thank you @nike for this. https://t.co/O1vw5tRba8
28306                                        @MrMagazine @mpamagmedia @FIPPWorld @newsstandpromos @MeekJournalism @BoSacks @PrintMediaCentr @Walmart That plan-o… https://t.co/hQ3otLqz9q
28307                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28308                                                                                                                           RT @BeanieWells26: Big time @Nike https://t.co/Ca4wsiw0qn
28309                                                                                                    @ClayTravis @Nike Looks like @Nike is on this guy's side https://t.co/1PKVbGWBDy
28310                                                                                                                                          That’s why I fucks with you heavy 😭 @Nike
28311                                                                      Check out DENVER BRONCOS  SOLD BRONZE  KEY CHAINE  #Unbranded #DENVERBRONCOS https://t.co/SVILyNUbgH via @eBay
28312                                                  RT @Reuters: Digital revolution has only small impact on inflation: ECB's Weidmann https://t.co/7czGYIFLv3 https://t.co/hxPbSPr8H1
28313                                                                            RT @MollyJongFast: We’re gonna wear @Nike from now on. Thank you @nike for this. https://t.co/O1vw5tRba8
28314                                        RT @NickKristof: Shame on Myanmar and Aung San Suu Kyi for sentencing two @Reuters journalists to seven years in prison for committing jour…
28315                                                 RT @Eli3185420541: @scotgwenB @netflix @canalplus @ovationtv @SaveVersailles You right!!!!😃👌@SaveVersailles #SaveVersaillesSeries
28316                                                                            RT @MollyJongFast: We’re gonna wear @Nike from now on. Thank you @nike for this. https://t.co/O1vw5tRba8
28317                                                                                                                               I am now a @Nike guy #Branded https://t.co/hkOt4hLHeg
28318                                                                                                                                                            RT @Nike: Gotcha bitches
28319                                                                                                     And now I have to go to @HomeDepot because @Menards won’t cut aluminum gutters?
28320                                                                                     @darrenrovell There are way too many other options out there. @Nike just got taken off my list.
28321                                                                            RT @MollyJongFast: We’re gonna wear @Nike from now on. Thank you @nike for this. https://t.co/O1vw5tRba8
28322                                                                          RT @ThisGuyBrite: Salute to @Nike. They been paying Kaepernick all along. Since no team wanted to sign him
28323                                                                                                                                  ....  @Nike pulled up like https://t.co/NQ2J9wuUm8
28324                                                                                                                                                           @Disney REHIRE JAMES GUNN
28325                                                                                Check out FRANKLIN MINT Princess Grace Princesse de Monaco Rose Plate  https://t.co/1X5DjLn2Xf @eBay
28326                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
28327                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
28328                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
28329                                        RT @VagSarikas: #SEIKO #Sumo SBDC031 #Prospex #Dive Watch + Super #Oyster Bracelet + #Sapphire Glass https://t.co/Ugzl2ArkmI… @eBay #sale #…
28330                                                                                                         I ain’t a @Nike fan but salute to them for this! 💯 https://t.co/cSJJNx8K8e
28331                                                                                                                    @TheRealMikeEpps @netflix Omg November 3 is my mama's birthday😃
28332                                                                                                       RT @MiaFarrow: #Myanmar: Release @Reuters journalists Wa Lone and Kyaw Soe Oo
28333                                                                                         RT @netflix: For everyone who is obsessed with Lara Jean’s bedroom. https://t.co/Yt4UhqLwcM
28334                                                           RT @Reuters: ICYMI: These chess players dive right in to make their moves https://t.co/5AmI4gkQ5F https://t.co/SNXR74fsPq
28335                                                                                                                                            @_NotFakeNews_ @Pens_Lynn @Nike Bullshit
28336                                                                            RT @MollyJongFast: We’re gonna wear @Nike from now on. Thank you @nike for this. https://t.co/O1vw5tRba8
28337                                                                                                    Check out JESSE YAWN - FOREVER MORE!!!  NR!!!  https://t.co/w1dov6wzG2 via @eBay
28338                                                                     RT @Reuters: Brazil inflation seen grinding to a halt in August https://t.co/SEBN2ibLqh https://t.co/R62bPiziDE
28339                                                                                                                  @FlyingEyeBooks @hildatheseries @thatlukeperson @netflix too early
28340                                                                                                                                                                 Must buy more @Nike
28341                                                  @Ford @mhfhouston you need to fix the  problem  with your windshields. This is mine. #fordhasgonedownhill… https://t.co/S2sd0dvl8C
28342                                        RT @Reuters: The White House heads to Broadway: Anthony Scaramucci brings a musical about the Trump family to the stage. More: https://t.co…
28343                                                                                                             Hey @Nike I can be a trash QB and a piece of shit too. Where’s my deal?
28344                                                                                                                                          @ClayTravis @Nike Just do it commie style.
28345                                                                           @Ryanair failing to even get people on their flight! @RunJumpScrap https://t.co/dvIKJK7Hv8 #bloggersbests
28346                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
28347                                                                     @ClayTravis @Nike No worries they will still give the police their discount and have a police officers Day sale
28348                                                       Check out Comfy Cotton Scrubs Multi-Color Large Scrub Top Butterflies &amp; Flowers Cotton  https://t.co/Qe5SiJWp8A via @eBay
28349                                                                                                                                         RT @WhoDat_Joness: Take all my money! @Nike
28350                                                                                             RT @kathygriffin: YES!!! So happy about this @Nike @Kaepernick7 https://t.co/vOBbqccA1P
28351                                        RT @rieledowns: I am SO excited to spend the day with the @CocaCola M.A.D. girl honorees! These ladies have made huge waves with their cont…
28352                                                                            @Twel864 @GatorSteez @ClayTravis @Nike Yeah adidas wanted to sign kaepernick too. Good luck in your keds
28353                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28354                                                                                                                                                              @__Miri__ @Nike Flames
28355                                                                                                                                                  Stand by for @Nike stocks to tank.
28356                                                                                     @josh_lewis10 @Nike @NFL Poop good call. Hadn't thought of that. A whole new level to this now.
28357                                                                                                               @BHSis4EVER @Nike @Kaepernick7 What sport does philando castile play?
28358                                                        Check out OPTIMUS PRO CS-1 3 WAY CENTER CHANNEL SURROUND SPEAKER 8 OHMS 35 WATTS  #Optimus https://t.co/uLftUGKhrb via @eBay
28359                                                                            RT @MollyJongFast: We’re gonna wear @Nike from now on. Thank you @nike for this. https://t.co/O1vw5tRba8
28360                                        @k3vk4 @tt @Dr0ctogonapus @LinusTech @ubuntu @Windows @Microsoft @linusgsebastian It’s so easy to just live with th… https://t.co/1ycGHBJLya
28361                                        @M23Carolyn @ClayTravis @Nike Girl go to sleep! You're definitely on the wrong side of history. They used to say th… https://t.co/umok9XBVlM
28362                                                                               Check out Step By Step Guide To Flower Arranging Rona Coleman 1984  https://t.co/V0RQze9aeS via @eBay
28363                                        @Firefighter2791 @verizon We are sorry you are having some problems. Please send us a private message so we can hel… https://t.co/JLkc7iDGQR
28364                                        @SAP @forrester @SAP CEO @BillRMcDermott I think a monthly or quarterly print publication will be a good way to rea… https://t.co/fj9GkeSMzf
28365                                                                                                                                                      @tmcsjgw18 @Nike Screw 'em. 😊
28366                                                                              @aroundyou2014 @SarahTheHaider @AMDWaters @HiltonHotels @Starbucks Your comment provokes face palming.
28367                                        Ill never wear a pair of @Nike  shoes or clothing again directly and opening supporting a racist #antiwhite support… https://t.co/qODSJfeu4R
28368                                    RT @BrooksPlace1225: @jeffastrof @reverenderyk @PrimeVideo @hulu @netflix Trial and Error was like date night for me &amp; my husband! #savetri…
28369                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28370                                                                                                                                @LuckyDipster2 @PNemiroff @EdgeOf17 @netflix Well...
28371                                                                                 RT @Reuters: Nike launching ad campaign featuring Kaepernick: media reports https://t.co/jTmutehUQf
28372                                                                                                                     @sfsportsfan01 @krassenstein @Nike @Kaepernick7 They don’t care
28373                                                anyone else just experience a major glitch in @facebook and not be able to reload the page? #cyberattack ? #whobrokeit ? #facebooked
28374                                                                                                                                                                  SHOUT OUT TO @Nike
28375                                     @Lomelin266 @CBS @CBSBigBrother This has only now just been noticed by viewers &amp; apparently CBS producers have now… https://t.co/gfTBeaddzk
28376                                        RT @markgeragos: Kudos to @Nike who realized @Kaepernick7 is an All American icon Proud and humbled to have @meiselasb help to get this don…
28377                                                                                                                                        What can i do to get a nike contract @Nike ?
28378                                                         #peace Shadow Mossy Oak Spit Bud Portable Spittoon with Can Opener: The Ultimate Spi... https://t.co/BOXndiESvd via @amazon
28379                                        @Reuters @ReutersTV See’s tweet - immediately searches for Johnny Cab gif - posts tweet - feeling smug for old film… https://t.co/T0FyvZa49E
28380                                                                                                      @ClayTravis @Nike I wonder if Nike allows their employees to protest at work??
28381                                        @smokindrives @nikegolf @Nike Yet you support a man who is in bed with Russia and refused to lower the flag For Vet… https://t.co/kYsVYI6VjI
28382                                                                 Check out CERAMIC HAND  PAINTED  URN METAL TOP/HANDLES  BLUE COLOR   W / FLORAL   https://t.co/7o0I4v9LJU via @eBay
28383                                         @tbyrd423 @JeepDiesel @AndroidTriple07 @Nike The protest didn’t have anything to do with the military. He publicly… https://t.co/qW46lzVGPk
28384                                               @drizzle335 @JohnnyB1317 @AmazingRaceCBS @JulieChen @PhilKeoghan @CBSBigBrother @Kassting @CBS @fessyfitness… https://t.co/efOupBoSlX
28385                                                                                 RT @935TheMoveTO: The face of @Nike #JustDoIt 30th anniversary @Kaepernick7 https://t.co/ivwOnBRM1w
28386                                        RT @snarwani: See what @Reuters just did? Last week it put out a story that #Iran had moved ballistic missiles to #Iraq - a falsehood denie…
28387                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
28388                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
28389                                                         @Nike you guys gonna come out with some exclusive Nike Kaepernick knee pads to make kneeling a more comfortable experience?
28390                                         @verizon Sure wish that we had a good cellular carrier here to help us enjoy our holiday.....Verizon keeps cutting… https://t.co/CYLBfsShBz
28391                                                                       Boycott @Nike because they support Colin Kaepernick??? That’s the silliest thing I’ve heard in a long time 🤣
28392                                                                                                                    @MollyJongFast @Nike Warmed my soul when I needed it the most. ❤️
28393                                                 Check out Apostasy Graphic Short Sleeve T-Shirt Brown Boys Size X-Large New #Apostasy #GraphicTee https://t.co/PhNPNj2xFD via @eBay
28394                                                                            RT @MollyJongFast: We’re gonna wear @Nike from now on. Thank you @nike for this. https://t.co/O1vw5tRba8
28395                                                                 Men's Size 14M ROCKPORT Northfield Oxford Black Leather Shoes Waterproof Lace-up  https://t.co/0PPWWi0NLu via @eBay
28396                                         @miketpaul @gehrig38 This won't end well for @Nike. I haven't seen a business survive losing half it's business. I… https://t.co/fCFqAsrmQ5
28397                                                                            RT @MollyJongFast: We’re gonna wear @Nike from now on. Thank you @nike for this. https://t.co/O1vw5tRba8
28398                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
28399                                                                                                                                 @aardodson @serenawilliams @Kaepernick7 @Nike Gross
28400                                          RT @oldstuffdave: Check out Vintage Precision Noise Generator model E 200 C Precision Apparatus Company  https://t.co/VfElyIRo6q via @eBay
28401                                                  RT @DrPsyBuffy: I'll be giving some of my money to @Nike to say thank you for supporting Colin Kaepernick! https://t.co/wPwC3q5lKu
28402                                                                                                                                              @TIME Good reason to stop buying @Nike
28403                                                                                                               RT @facebook: Facebook Watch is going global! https://t.co/ZqfwDlfpKa
28404                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
28405                                           @Kaepernick7 Thank you sir!!!!    Thank you @Nike.  I’ve not been your biggest fan but thank you for doing what is right.   In this case.
28406                                                                                                                                    @OnDeManned216 I wanna kiss @Nike on the mouth!!
28407                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28408                                                                                                                                                  @DaneCook @Kaepernick7 @Nike Knee*
28409                                                                                                                       S/O to @Nike for giving @Kaepernick7 another platform!!! ✊🏾
28410                                                                                         #kitchen MudJug Spittoon Classic  - Olive Drab GREEN new  https://t.co/XSWJkTOzjE via @eBay
28411                                                           Check out Antique Oil / Kerosene Hand Lamp Loop EAPG Eldorado Burner Pearl Top Chimney  https://t.co/eCd63fA0z5 via @eBay
28412                                                                                              Check out Vintage Flannel Fabric Blue White Floral   https://t.co/wQ0BjPq29I via @eBay
28413                                        RT @Michael_Buffer: Kudos to @Nike for a courageous statement! Kneeling is not meant-or done-with any disrespect...it is a plea to be objec…
28414                                        @TEAndMom @Walmart How are they able to get theirs if we are not? My order is still In preparing mode on the Walmar… https://t.co/8RmTFH1BkY
28415                                        @Dyani_2u @NapsAndSarcasm @Nike @Kaepernick7 Hmmm....and who sold the slaves? And who still has slaves? Guess you d… https://t.co/mHUGbw30fc
28416                                         RT @Druncan_Hines: If Kap was kneeling for the 2nd amendment y’all  wouldn’t boycott @Nike or anything else supporting him. But because he…
28417                                        RT @Reuters: Former #NFL quarterback Colin Kaepernick to be face of #Nike 'Just Do It' campaign - report https://t.co/gReqwI0Pp1 https://t.…
28418                                        RT @Reuters: Former #NFL quarterback Colin Kaepernick to be face of #Nike 'Just Do It' campaign - report https://t.co/gReqwI0Pp1 https://t.…
28419                                                                                                            @iwonsome @thescoop_STEEVE @Nike You're not in their target demographic.
28420                                                                                                                RT @tamilu40: ❤️ Hooray for @Nike ❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️ https://t.co/MvdN0u9jkc
28421                                        RT @MelissaRyan: Congratulations @Nike for being on the right side of history. Shame on @NewYorker for being on the wrong side. https://t.c…
28422                                                      RT @Reuters: UNRWA chief defends refugee criteria for millions of Palestinians https://t.co/l7NfOpqvbL https://t.co/fFOpF6RZgj
28423                                                             @luvinlife1967 @Nike They don’t care  about you and your fucking son Sarah Jane go somewhere and tweet the pussygrabber
28424                                                                                                         RT @TheBestGear: Nike’s new campaign via @Nike #TBG https://t.co/zjKzK9y5QI
28425                                        RT @mgsult: I will never purchase @Nike again. This was the shoe I purchased for my children for sports. Not one more red cent will go to t…
28426                                        @Wukalord @tressick @FortissiMoSoul @mericanViolence @GatorSteez @ClayTravis @Nike I’ve had this avi since June. It… https://t.co/RAHyXB3Hkx
28427                                    RT @AnOpenSecret: Raise your hand if you want @Nickelodeon @Disney to release how much $ they’ve spent to settle child sex abuse lawsuits &amp;…
28428                                       People actually tweeting that they’ll never buy @Nike again because @Kaepernick7 is on Just do it campaign🙈it’s get… https://t.co/8Hwt0EjuwH
28429                                                Check out #JERRY #RICE #AUTHENTIC #NFL #49NINERS #REEBOK #JERSEY #SZ44 #Licensed lettering #Reebok https://t.co/XfAmcyTPn8 via @eBay
28430                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28431                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28432                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28433                                                                              RT @Reuters: NFL's Kaepernick to be face of Nike 'Just Do It' campaign: report https://t.co/4CJ7jBYgvd
28434                                                                                                                                     @RealSaavedra @Nike @Reebok you watching this?!
28435                                                 RT @3jekk: How long til @realDonaldTrump claims that @Nike is the worst company in America because their shoes gave him bone spurs?
28436                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28437                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28438                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
28439                                                @RealJamesWoods @Nike As long as Nike is making shoes in sweatshops for a dollar and selling  them for $150 I think they'll be fine.
28440                                                Check out Anime Necklace Eyes Silver Pendant Jewelry Handmade NEW Accessories Adjustable #Handmade https://t.co/aEzF5bOX7e via @eBay
28441                                        RT @NickKristof: Shame on Myanmar and Aung San Suu Kyi for sentencing two @Reuters journalists to seven years in prison for committing jour…
28442                                                                                            @mikeq970 @facebook I saw something but mine is doing its thing. I don’t have Instagram.
28443                                                                                                            @Kaepernick7 @Nike Time to burn all Nike apparel https://t.co/KxHByqIA6c
28444                                                           Check out Set of 5 Taos by Pfaltzgraff Coffee Cup Mug Grey Red &amp; Beige #Pfaltzgraff https://t.co/A5q8bDiIpe via @eBay
28445                                                                                                                                             @kim @Nike Oh thank you so much...done✌️
28446                                                                                                                @ClayTravis @Nike How are you a lawyer? The bar must be set very low
28447                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28448                                        @4US_Workers @Dawnnewyorker @IBM @BankofAmerica @CocaCola @jpmorgan U claimed that u didn’t hate Indians. Where wer… https://t.co/suI1NV5edU
28449                                                Go @Nike And @Kaepernick7 keep on keepin on. You have a massive number of people cheering you on. #inspired… https://t.co/XjPnD9k3Vv
28450                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 you’re new “face” of the brand because you love the way his socks look with your shoe…
28451                                                                               Really blows my mind that @Walmart has all this money but still has the same carts from the 90's🤦🏻‍♂️
28452                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28453                                                                                                                                                            @darrenrovell Fuck @Nike
28454                                                                                         @RealJamesWoods @Nike All you racists White People wear New Balance! So Shut your pie hole!
28455                                        @krassenstein @Nike @Kaepernick7 I'm half Spanish and half African and I am going to boycott Nike for this crap. Am… https://t.co/NuA3u4oKMo
28456                                                                                                   @darrenrovell @Kaepernick7 @Nike congratulation for doing the right thing. #westa
28457                                                                                                                 RT @mspring0522: @RealJamesWoods @Nike I'll buy Adidas from now on.
28458                                                                                                                     @BoundaryBreak @Disney give this man the files for A Bug's Life
28459                                                                                                       Welllll can’t buy @Nike anymore 🙄 #dontjustdoit #colinkaepernickisunamerican
28460                                                                                                                                       @JoeTalkShow @Nike I will be boycotting @Nike
28461                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
28462                                                                            RT @TedNAkron: @Kaepernick7 @Nike Sacrificing? You fucking suck at QB and being a person. Eat shit @Nike
28463                                        @ClayTravis @DanishaDanielle @Nike Love when a snowflake complains about Kap making money off the Nike campaign and… https://t.co/5bPMhj3q9K
28464                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28465                                        @sandcrapper @VaTxn @cspanwj @POTUS @HouseGOP @VP @Nike @GOP The surest sign of a subversive commie who hates Ameri… https://t.co/xQpZPTGQXR
28466                                                                                                      RT @CarolVicic: Morons @Nike - Americans can’t stand @Kaepernick7. See @DICKS.
28467                                                            RT @Sportsguy1701: @Nike I won’t be buying anything #NIKE again since they are using @Kaepernick7 as their spokesperson.
28468                                    This is @realDonaldTrump supporters &amp; conservatives right now knowing that @Nike just made @Kaepernick7 their new f… https://t.co/RV4S5n0Rjo
28469                                                                                             @JaJuanMontray14 @Draomin @dkub_369 @darrenrovell @FSBigBob @Nike @NFL We fw Robert👍🏿
28470                                        RT @Draomin: @dkub_369 @darrenrovell @FSBigBob @Nike I'm one of those men who sacrificed most of my life to Vietnam and I think you need to…
28471                                                                                                                      RT @ComfortablySmug: Here you go @Nike https://t.co/WBzZp0fRTy
28472                                             Check out KNEIPP Almond Milk &amp; Almond Oil Body Cream 6.76 OZ.- NEW SEALED - FREE SHIPPING #Kneipp https://t.co/glGaBnixn9 via @eBay
28473                                        @amazon just got a message that “USPS tried to deliver your package” but the “Business closed”. If this is your way… https://t.co/vpBjxXXpXx
28474                                               Check out NEW - LEGO 75876 Speed Champions - Ford F-150 Raptor &amp; Model A - FACTORY SEALED #Lego https://t.co/FLMJI8Muz4 via @eBay
28475                                                                                                       @CallMeUgas @ClayTravis @DanishaDanielle @Nike I don’t have a clue who he is.
28476                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 you’re new “face” of the brand because you love the way his socks look with your shoe…
28477                                         RT @MrJeromeTrammel: “..Waiting on Trump to tweet “never buying @Nike again” when you know dude wears them thick ass New Balance with arch…
28478                                  @jillynanderson @Nike Denver offered him a contract and he turned it down a couple of weeks ago.🤔🤔🤔🤔🤔🤔 #Professional agitator is what he is.
28479                                        RT @DrieuAlexa: @RealJamesWoods @Nike Taking of the knee is a subservient position. It means complying and being obedient to authority. Why…
28480                                        @Kaepernick7 @Nike @adidas you must have some serious leverage or info on @Nike execs...cuz theyre basically advert… https://t.co/YmPnuCq7V1
28481                                        @mark_atch @Nike @realDonaldTrump Lol oh sorry we can’t make any parallel arguments that may interfere with the hyp… https://t.co/Jyxt8BI7NW
28482                                                                                                                      RT @ComfortablySmug: Here you go @Nike https://t.co/WBzZp0fRTy
28483                                                                                                                             @RealJamesWoods @Nike Done. ASICS. Adidas. Anything but
28484                                        RT @georgewrighster: The best part about the @Nike 30th anniversary #JustDoIt campaign featuring Kaepernick is that Nike is the NFL officia…
28485                                                             And also why do u sell a 50 adapter to usb c to 3.5mm jack for $50 @Apple charges less for a lightning to 3.5mm adapter
28486                                                                            RT @MollyJongFast: We’re gonna wear @Nike from now on. Thank you @nike for this. https://t.co/O1vw5tRba8
28487                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
28488                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
28489                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28490                                                                                                                      RT @ComfortablySmug: Here you go @Nike https://t.co/WBzZp0fRTy
28491                                                 RT @metalrulestv: 2007 NIN Nine Inch Nails Year Zero Trent Reznor sticker decal promo Industrial  https://t.co/9CVid8zvPe via @eBay
28492                                                                                                                      Diamond Sterling Silver Ring https://t.co/So91MVRJ30 via @eBay
28493                                         @JamesAGagliano @Nike They buy donuts too.  Should Dunkin Donuts watch what/how they advertise also?  Smh!  What's… https://t.co/VlXXZL33dc
28494                                                                                                                                        I'm wearing nothing but @Nike ✊🏿 #Culture2
28495                                                                                 RT @Reuters: Nike launching ad campaign featuring Kaepernick: media reports https://t.co/jTmutehUQf
28496                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28497                                                RT @mrmarkmillar: Mrs Millar and I heading for the airport after a lovely wee day with our @netflix chums... https://t.co/rdWN9ML9oS
28498                                                    Check out Triple Butter Organic Melt&amp; pour Soap base Made FM Scratch Authentic Vegan 5 lb  https://t.co/fZvz7IDk3M via @eBay
28499                                        RT @CharlesRobinson: A lot behind the curtain here. @Nike had Kaepernick since 2011 but this is actually a new deal done by Kaepernick’s re…
28500                                                            RT @Sportsguy1701: @Nike I won’t be buying anything #NIKE again since they are using @Kaepernick7 as their spokesperson.
28501                                        @Nike + @WiedenKennedy showing true courage in a time when most brands find it terrifying. So jealous of this level… https://t.co/6vPtfYzNcF
28502                                                                                            The Adventures Of Jax The Squirrel 978-1-63525-916-2 https://t.co/RFHJJ8XL23 via @amazon
28503                                                                                                         RT @WebbzCX: Dope that @Nike has been supporting @Kaepernick7 all this time
28504                                                                                                                                      @Nike @serenawilliams I LOVE this commercial!!
28505                                                                                   @JessicaACaesar @amazon Congratulations! Are there new episodes or the ones that were on YouTube?
28506                                                   Burn them Sperrys too while you at it  RT @boudreau_dr: @bigorangeatl @ClayTravis @Nike #burnyournikegear https://t.co/HxJlTlPBHR
28507                                                                                                       @Pikplum @FGaytard @Nike Life is about choices! America is about competition!
28508                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28509                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
28510                                                                                                                      RT @ComfortablySmug: Here you go @Nike https://t.co/WBzZp0fRTy
28511                                                                                             RT @kathygriffin: YES!!! So happy about this @Nike @Kaepernick7 https://t.co/vOBbqccA1P
28512                                                                    So @Nike wants to compete with the @NFL for how fast they can loose customers and support? #SMH #StandForTheFlag
28513                                                                                              @dkub_369 @darrenrovell @FSBigBob @Nike You don't get it. I don't get you. We're even.
28514                                                                                                                           @forensictoxguy My next pair will definitely NOT be @Nike
28515                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
28516                                                    RT @Reuters: Slovenian president expresses concern over politician's armed group https://t.co/ethiIPK6Ax https://t.co/rcn7me4rhd
28517                                                                                                                      @peter_king @Nike @Kaepernick7 What about When the sales drop?
28518                                                                                                                           @yolilboifriend @Nike @SKECHERSUSA lmao see man fck them!
28519                                          @Sp0rtsTalkJo3 @Nike Lmaoo that doesn’t mean shit 😂 It’s like saying you’re not racist cause you have a black friend. Lmaoo y’all trippin
28520                                                                                                                  RT @MisterMinor: *buys all the @Nike gear* https://t.co/HI6SUQH2ET
28521                                              RT @Reuters: Facebook blocked in Tripoli and other cities as fighting rages: residents https://t.co/J6s4WgXpzT https://t.co/r341SlUuXP
28522                                                             Check out Bill Pullman INDEPENDENCE DAY Signed 8x10 Photo PSA/DNA COA AUTO Autograph  https://t.co/TxWdhhGy5o via @eBay
28523                                                                                @ClayTravis @Kaepernick7 @Nike @Outkick Kap is a first class bullshit artist https://t.co/lAU79a6a0j
28524                                         @BelievePrayLov1 @nikestore @PUMA @adidas what's the truth? In St. Louis the truth is that 95% of shooting victims… https://t.co/nSUTnadUd5
28525                                                                                                                                          @peter_king @Nike @Kaepernick7 No he’s not
28526                                                                                                             @Sp0rtsTalkJo3 @Nike Starting to think Nike doesn’t support the troops.
28527                                                                                                                                       @Nike just lost my business. Crazy times man.
28528                                                                                 RT @Reuters: Nike launching ad campaign featuring Kaepernick: media reports https://t.co/jTmutehUQf
28529                                        RT @ChristineSlotta: @JamesAGagliano @Nike This tweet highlights another problem...why don’t the good people in law enforcement call out th…
28530                                                                            RT @MollyJongFast: We’re gonna wear @Nike from now on. Thank you @nike for this. https://t.co/O1vw5tRba8
28531                                                                                                                           @ClayTravis @Nike @Nike has missed the mark! #NoMoreNikes
28532                                        RT @brritnicole: @netflix so phineas and ferb is no longer on netflix and idk who I need to talk to but I would like to put in a request to…
28533                                        RT @Reuters: A massive fire tears through Brazil’s 200-year-old National Museum in Rio de Janeiro. https://t.co/DFuWS67dyC https://t.co/HFq…
28534                                        RT @_nottherapper: @darrenrovell Too all the people who saying they won’t buy @Nike. Ain’t no way y’all giving up y’all go-to’s https://t.c…
28535                                                                                                                                          @TomiLahren Sell your @Nike stock tomorrow
28536                                                                                                                                                                  Just sack it @Nike
28537                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28538                                                                            RT @MollyJongFast: We’re gonna wear @Nike from now on. Thank you @nike for this. https://t.co/O1vw5tRba8
28539                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
28540                                        @LennyMiami @ClayTravis @Kaepernick7 @Nike @Outkick Ha! Straight to the name calling. That’s so typical. You made a… https://t.co/e1coZfFJpI
28541                                                                                                               Hey @Nike welcome to the #Resistance Social justice looks good on you
28542                                                                                                                                            @BruinsMcWoo @TomiLahren @Nike they wont
28543                                         @bdod70 @_jenniferknecht @swar1214 @RealJamesWoods @Nike Ok bo. Just another beta make telling a woman to shut up.… https://t.co/nL3YaZxYnf
28544                                                                                                            @FanDuel @Kaepernick7 @Nike This should be good. https://t.co/yH71fl53bc
28545                                        RT @scribblepotemus: I’m glad @Nike is honoring @Kaepernick7. He called out America to be better than it was. He used his platform to highl…
28546                                        RT @Simondlewis: Today @Reuters publishes the story @walone4 and Kyaw Soe Oo were working on when they were arrested on Dec. 12. Please tak…
28547                                        RT @scribblepotemus: I’m glad @Nike is honoring @Kaepernick7. He called out America to be better than it was. He used his platform to highl…
28548                                    RT @SmugglersX: @dkub_369 @darrenrovell @FSBigBob @Nike One of those Men &amp; Women you speak of GAVE Colin the idea to KNEEL. A White Militar…
28549                                         @ClayTravis @Nike Ok and this is coming from a Veteran that has made sacrifices to defend this country. Stop using… https://t.co/QhIsd9wfyQ
28550                                                                                                                                               @Kaepernick7 Boycott @Nike @nikestore
28551                                                                                                              @jjoy60 @ConnorJClark @Nike He signed with Nike like 6 or 7 years ago.
28552                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
28553                                                                                                                                      @RealJamesWoods @Nike Nike blew it! #neverNike
28554                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
28555                                                                                      @RealJamesWoods @Nike I was already turned off by Nike from some other things they were doing.
28556                                                                                                                                   @robbystarbuck @Nike Nike just lost our business!
28557                                                               RT @Disney: Don’t miss the final trailer for #DisneysNutcracker and the Four Realms tomorrow! https://t.co/5x82DDPDRF
28558                                                                                                                                  @ClayTravis @Nike PaThEtIc https://t.co/wsP0K9ZVOC
28559                                        RT @Reuters: ‘Entrap him and arrest him’: @specialreports examines the events leading up to and during the landmark trial of jailed @Reuter…
28560                                                                                                                        @JPM2k5 @darrenrovell @adidas @Nike @espn Trying so hard lol
28561                                                                            @Nike how long before you fire your advertising and pr people.  What a bunch of dumbasses.  #boycottnike
28562                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
28563                                                                                             @J_Carley14 @ClayTravis @Nike Who direspected the country? Have you done your research?
28564                                                                                                           @ndrew_lawrence All of their @Nike gear sucked. They should’ve burned it.
28565                                        @MikeDoocyFox4 @FOX4 @Nike Good choice . The man has taken a stand against racism in America  . Politicians support… https://t.co/5rYxsPAlxe
28566                                        @tonyposnanski @johnrich @TomiLahren @Nike @Kaepernick7 @Reebok @greggutfeld @kilmeade @RedneckRiviera Ahh the humo… https://t.co/518pUlak3M
28567                                        @tonyposnanski @johnrich @TomiLahren @Nike @Kaepernick7 @Reebok @greggutfeld @kilmeade @RedneckRiviera Ahh the humo… https://t.co/518pUlak3M
28568                                                 Check out Swarovski Elements Crystals Jewelry Necklace Heart Ring Made with Swarovski  #Unbranded https://t.co/FVZXAWSG0b via @eBay
28569                                        @krassenstein @Nike @Kaepernick7 People are racists and bigots if they don't agree with the protests? Typical liber… https://t.co/4dABJfNzcm
28570                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
28571                                                                            RT @MollyJongFast: We’re gonna wear @Nike from now on. Thank you @nike for this. https://t.co/O1vw5tRba8
28572                                                                                                         @bloomfield87 @RealJamesWoods @Nike You're correct as well. I respect that.
28573                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/b6YeHhKUAA
28574                                                                                      @AmericanRPM @bdod70 @swar1214 @RealJamesWoods @Nike @DICKS Oh really? https://t.co/GfctYHq2aj
28575                                                                                      RT @Reuters: NFL's Kaepernick to be face of Nike 'Just Do It' campaign https://t.co/X9BViLcLz1
28576                                                                                          @RealJamesWoods @Nike I hate Nike anyway. Their shoes are terribly made and uncomfortable.
28577                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
28578                                                                                                                      RT @ComfortablySmug: Here you go @Nike https://t.co/WBzZp0fRTy
28579                                                      @ejkoolkid13 @Tristan_Thomas8 @johnrich @TomiLahren @Nike @Kaepernick7 @Reebok @greggutfeld @kilmeade… https://t.co/zoZnc4F4G0
28580                                                                                        @ReignOfApril @Nike @Kaepernick7 @serenawilliams Serena has a pair of Retro 1s that are cute
28581                                        @Gumby1955 @Nike @dbongino @PeteHegseth @marklevinshow @IngrahamAngle @TuckerCarlson @Nike you just destroyed all y… https://t.co/IAn1wcYg3p
28582                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
28583                                         @Kaepernick7 @Nike Nike believes in racists and bigots.  They believe in people who slam first responders and fail… https://t.co/vohiIvBOsA
28584                                                                                                                @Nike has successfully bruised the conservative collective ego today
28585                                                                                                                      RT @ComfortablySmug: Here you go @Nike https://t.co/WBzZp0fRTy
28586                                                                               RT @salty_texan: @JoeTalkShow @Nike Never will another cent of my money be spent with these buffoons.
28587                                        RT @Sinatragal1: @thisura321 @ClayTravis @DDDGURU @Nike Right for wearing pig socks or a Castro shirt? You may need to look up how Castro t…
28588                                                                                                                             @ddoleman87 @RealJamesWoods @Nike Seems absolutely dumb
28589                                         @ClayTravis @DanishaDanielle @Nike This troll said he wasn’t good at football anymore? But when they did a side by… https://t.co/ZpiomAzw6z
28590                                        Always good when the school's uniform can only be bought @Tesco but despite being told it would arrive the 4th Sept… https://t.co/ipbEqBrd6c
28591                                         @JohnDugan214 @ClayTravis @ClarkW_VIII @Nike The irony to this is he is making a statement to #socialinjustice and… https://t.co/KtznXmr2Xm
28592                                         RT @TheRickyDavila: I love the fact that @Nike is basically honoring Colin Kaepernick by tapping him for their 30th “Just Do It” campaign.…
28593                                        RT @JayValenz67: David Hogg Helps Raise Thousands To Display Trump's Anti-Ted Cruz Tweets On Billboard https://t.co/EXlm6ryMCL via @Yahoo D…
28594                                                                                                       Ugh. Whyyyyyyyyyyyy did @netflix decide to start pushing commercials on us???
28595                                         RT @TheRickyDavila: I love the fact that @Nike is basically honoring Colin Kaepernick by tapping him for their 30th “Just Do It” campaign.…
28596                                                                                                                                  @lusamedusa @AndyStumpf77 @Kaepernick7 @Nike This!
28597                                                                                          Check out Star Wars X Wing Fighter 1995 New In Box https://t.co/NBgSFfiImo @eBay ⁦@starwars⁩
28598                                                                               RT @FlickerBic: @Nike soon to come out with a new slogan: Just Stepped In It. https://t.co/UB6oC7zWbZ
28599                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
28600                                         @ClayTravis @DanishaDanielle @Nike You think one advertising campaign is more than what he'd make as a starting QB… https://t.co/QXji7GaFgu
28601                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
28602                                        RT @CalvinStevensJr: @boudreau_dr @AsteadWesley @bigorangeatl @ClayTravis @Nike One of the dumbest things ever. Might as well burn everythi…
28603                                                                                                                                @Dixkson_dk @Sp0rtsTalkJo3 @Nike Barry’s a class act
28604                                        RT @Dihaggis: @Breaking911 Dear @Nike I will sacrifice evey Nike logo item in my hiuse and never buy your brand again. Trump supporters hav…
28605                                        RT @Reuters: Billionaire inventor Dyson unveils plans to invest more in electric cars. https://t.co/kYu2IPcT5B via @ReutersTV #charged http…
28606                                                                                                          @ColinCowherd @Nike @Kaepernick7 I will be shorting $nke tomorrow morning.
28607                                        @peter_king @Nike @Kaepernick7 He had job offers to join NFL teams but turned them down. But given the way sports m… https://t.co/KZ6Bd3nUn0
28608                                                                                                        @BuckWilde_ @gehrig38 @Nike Thats because @Nike doesn't make diabetes shoes.
28609                                                                           @Reuters Does any one else not give a shit about politics and just hate how fucking stupid everything is?
28610                                                                                             @peter_king @Nike @Kaepernick7 PK wants so badly to be liked.. insecurities are a bitch
28611                                                                                                               What a fucking joke this is!!!! Will not be supporting @Nike anymore.
28612                                         @RealJamesWoods @Nike Nike has committed the ultimate marketing sin since GM tried selling the Chevy Nova ( NO-GO)… https://t.co/3vtaK7AQpa
28613                                        @Sick_of_Bias @BewleyRemodel @darrenrovell @Nike @nikestore I’m glad to hear you are defending a man speaking his m… https://t.co/yBCEZujOVG
28614                                                                                                                           @Kaepernick7 @Nike Shut the fuck up!  Damn piece of shit!
28615                                        RT @officer_jill: Seriously @Nike ?! You may want to revisit your criteria for what constitutes “sacrificing everything” #JustDoIt @warwick…
28616                                                               Check out Artsy Floral Skirt XS S Long Swirls Water Color Painting Look Boho Hippie Vtg https://t.co/wZj2urcEYr @eBay
28617                                            RT @_inthenova: Finna order me @Nike as I scroll through the butthurt comments under this announcement! 🍿 🍿 🍿 https://t.co/CRTwXLqIXg
28618                                        RT @ColinCowherd: Believe it or not @Nike actually does research.  They feel @Kaepernick7 is a global brand that transcends sports.  Polari…
28619                                        I’m impressed - but also wondering if @amazon is helping to fund bicycle infrastructure or is interested to do so b… https://t.co/MEuThpI5o2
28620                                                                                     @JoeTalkShow @Nike And how DARE you use MLK as a way to make people think you are NOT a racist.
28621                                                                                                                           @missyrussell81 @jbbroome @Nike Brat McDouchey 😂😂😂😂😂
28622                                                                                @ColinCowherd @Nike @Kaepernick7 Is it a wise business decision to alienate half your customer base?
28623                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28624                                                                                      RT @Reuters: NFL's Kaepernick to be face of Nike 'Just Do It' campaign https://t.co/X9BViLcLz1
28625                                                                                                                      RT @ComfortablySmug: Here you go @Nike https://t.co/WBzZp0fRTy
28626                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
28627                                        @DanOakesWriter @keucherd @MrFrancis_317 @RealJamesWoods @Nike Anyone with half a brain understood what you were sa… https://t.co/tlUTsnEVKy
28628                                                                     @Miss_TiffAmber @darrenrovell @Nike I wear a size 10 shoe. Can you send me your Nike products. Hit me in my dm.
28629                                                                                                                                                              @ClayTravis @Nike Lice
28630                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28631                                                                                                                                                                     @Nike is the 🐐
28632                                        @DrSwim_Phil @MartyBannister @ColinCowherd @Nike @Kaepernick7 @NFL @espn You’ve notice that all NFL teams made near… https://t.co/tin6WwVXOg
28633                                        @MErb1962 @DEADBWOYANDY @Marcus_Bradshaw @Reillys_Wisdom @ClayTravis @Nike You want to get into a back and forth on… https://t.co/1xYLEPhiGd
28634                                                                                                                                          @johnrich @Nike Oh that shows @Nike. 🤦🏻‍♀️
28635                                        RT @tonyposnanski: @johnrich @Nike DAMN RIGHT! REAL PATRIOTS CUT HALF OF THEIR SOCKS THAT THEY PAID FOR AND WEAR THE OTHER HALF TO OWN THOS…
28636                                               @johnrich @Nike Why don’t you try living one day in a black man’s shoes and then come back and let us know your thoughts.  #ignorance
28637                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28638                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28639                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
28640                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28641                                                                           @johnrich @Nike @Kaepernick7 @Reebok @TomiLahren @greggutfeld @kilmeade @RedneckRiviera He looks Iranian.
28642                                             RT @myuniquemarket: Check out Bass Hunter Fish Hunting Essentials embroidered Camu hunter trucker hat cap https://t.co/x9Yw6BKZYT @eBay
28643                                                                                 RT @David321to74: Check out Pink Blossom Creamer And  Sugar Bowl  https://t.co/TXCBB5xD4V via @eBay
28644                                        @johnrich @Nike Except you can tell the socks he is wearing are not the ones he cut.  Curious if he’s going to take… https://t.co/fFloiSeQry
28645                                                                                                                                 @tannenbaumr @johnrich @Nike Omg this reply is gold
28646                                        RT @Amy0227: @Kaepernick7 @Nike has really earned my respect. Im a proud Air Force veteran and Im proud of the dialogue that @Kaepernick7 h…
28647                                          A huge W for @Kaepernick7 @Nike  there is not a lot of people who would give up what they love the most for something that they believe in
28648                                                                                                                      Them shoes burning slow. We see the quality in your work @Nike
28649                                                                                                                                 @WalshFreedom @Nike @Kaepernick7 You fucking moron.
28650                                                    RT @neko37z: @boudreau_dr @bigorangeatl @ClayTravis @Nike I'd be Hella pressed if I looked like this too https://t.co/8p7t5id2iJ
28651                                                                                     Love the new ad campaign @Nike #ColinKaepernick #BlackLivesMatter #woke https://t.co/zxzykoldI8
28652                                                                                   @johnrich @Nike Youre just damaging stuff you already paid for.... That doesn't hurt them at all.
28653                                                                                         RT @DroopDogg865: Ya know you COULD donate your @Nike products to the VA but go off I guess
28654                                                                                                                                                            @johnrich @Nike Parent’s
28655                                                                                 RT @honaskidesign: @Kaepernick7 @Nike These men sacrificed EVERYTHING! 🇺🇸🇺🇸 https://t.co/6NLiETzUp7
28656                                        @GoldenX40 @johnrich @Nike He has a very public business that is re-tweeting his propaganda. Why is this so hard fo… https://t.co/47KT0vBW9v
28657                                        RT @JimHendren1: It’s clear @Nike has a poor understanding of the word “sacrifice” and even worse understanding of the word “everything” ht…
28658                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
28659                                                                                                              RT @JaneyGodley: @johnrich @Nike Just Do It ✅ https://t.co/LwCghtN4Iq
28660                                                                                                                                                @johnrich @Nike Get smarter workers.
28661                                                                                                                                               @johnrich @Nike What a fucking idiot.
28662                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28663                                        @RealCandaceO @adidas @adidasUS @adidasUK Kaepernick's whole movement is anti-police....which he rolled into anti-n… https://t.co/3S4srdBLDq
28664                                                                                  RT @loverofthecross: Disappointed in @Nike using the racist no talent #ColinKapernick #boycottnike
28665                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
28666                                                                            RT @MollyJongFast: We’re gonna wear @Nike from now on. Thank you @nike for this. https://t.co/O1vw5tRba8
28667                                                                                                                 @Nike happy to announce I will no longer buy your products any more
28668                                             @dkub_369 @darrenrovell @FSBigBob @Nike No one cares what you Nazis think aside from other Nazis. Go back to your safe space snowflake.
28669                                                                           @johnrich @Nike of big and rich???😂😂😂😂😂 oh shit y'all had a country hit like 20 years ago. sit down.
28670                                        RT @StephNebehay: Our brave @Reuters colleague after being sentenced by a #Myanmar court to 7 years for reporting on massacre https://t.co/…
28671                                        RT @KennyUnfazed: @johnrich @Nike Everybody here cutting their clothes up already gave their money to Nike and definitely can’t get a refun…
28672                                                                               How can @Kaepernick7 #JustDoIt when he's not playing for any team? Why can't @Nike see he's a #Loser?
28673                                                                          RT @FOX10Phoenix: .@Kaepernick7 (#ColinKaepernick) appears in provocative @Nike ad https://t.co/xlkia8j7Uv
28674                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28675                                                                                                                                  @AdRiFbAyBeE @Nike Exxxxaaaaaccccttttlllllyyyyy!!!
28676                                                      RT @CrestonRd_Ent: @BlackWidow1928 @HernandoDeSot11 The @Nike brand in less than 24 hours! #justblewit https://t.co/JxtmUvJIu8
28677                                        RT @_nottherapper: @darrenrovell Too all the people who saying they won’t buy @Nike. Ain’t no way y’all giving up y’all go-to’s https://t.c…
28678                                        @JaniceDean @Nike @JJWatt A bunch of colonizing culture vultures so quick to not acknowledge Colin's good deed they… https://t.co/ch90nmMLYi
28679                                                 Yo @facebook someone made an account on your platform with one of my emails. They apparently have had this account for a few years.
28680                                        @bobbyrays @honaskidesign @Kaepernick7 @Nike U don't seem to understand that doing it during the anthem is disrespe… https://t.co/aJkaSEqISB
28681                                                                                                                                                @johnrich @Nike Still comfy AF I bet
28682                                         @upperwestbruin @ClayTravis @Nike Well if a lot of stockholders star a sell off then others get nervous they start… https://t.co/Fu7WZTj4au
28683                                         @MoyerM5 @RavenNowKap4evr @JoshSeefried @Nike Smh so one T shirt discredits all the good he's done? Smh it must be… https://t.co/7IfOzV4ivg
28684                                                                                                       @F3Moist @johnrich @Nike jamming kitchen shears into my thigh to own the libs
28685                                                                                                                      @johnrich @Nike You sure showed that billion dollar company 😂
28686                                        On @Nike taking a stand for resistance as the NFL season begins: Our @uosojc Masters of Brand Responsibility defini… https://t.co/dQJZGQEDGo
28687                                                                                                                            @Nike thank you for showing up for our queens 😭😭😭🙏🏾
28688                                         @LadyRedWave @Brenderm @CNN @CBS @MSNBC @FoxNews @washingtonpost @TIME @nytimes @NYDailyNews @nypost @GreggJarrett… https://t.co/DvMBkyhs8G
28689                                        @Chalupa_batman2 @DallasSeagull @AndyStumpf77 @Kaepernick7 @Nike when have those weird old fucks given a shit about… https://t.co/6WJXAmr4qs
28690                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28691                                                                                                                                       @johnrich @Nike Well he’s stupid isn’t he?!?!
28692                                                            Check out Bottom Carburetor Plastic Part  Briggs Stratton 14 HP engine #BriggsStratton https://t.co/SoYm7n7zO3 via @eBay
28693                                                                                      RT @matt__enloe: destroy your expensive @Nike clothing to own the libs https://t.co/qhJonx9wO2
28694                                                                                @JordanUhl @search4swag @johnrich @Bro_Pair @Nike Making my socks more uncomfortable to own the libs
28695                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28696                                                                                                      RT @true_onion: Will @realDonaldTrump rage tweet about @Nike and @Kaepernick7?
28697                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28698                                                                                                        RT @tannenbaumr: @johnrich @Nike Looks like he’s never used scissors before.
28699                                                                                                                                          btw I bought 13 pairs of @Nike socks today
28700                                                                                                       @MissCarushka @MrDCTC @ClayTravis @ClarkW_VIII @Nike Don't be like clay.  Lol
28701                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28702                                        RT @RavenThunder71: @medwoman1 @dkub_369 @darrenrovell @FSBigBob @Nike I'm a proud usmc combat vet and I stand WITH colin Kaepernick in his…
28703                                                                                    @johnrich @Nike Hey John why don’t you do us all a favor and go fuck yourself you intolerant ass
28704                                                                              @F3Moist @johnrich @Nike Yeah that’ll show them. You clearly didn’t already pay for those shorts lmao.
28705                                                                   @sclancy79 @NFL @Nike No ones losing sleep over you burning your balled up crusty ass shoes. Not Nike or the nfl.
28706                                                  @AdamSandler @netflix Been a fan of ur work since mid 90s via my big bro. Love that ur still coming out with new stuff. Mad luv :)
28707                                                                Check out 5 Elizabeth George Titles Hardcover w/jackets Suspense Mystery Thriller  https://t.co/HyFGQNiIFx via @eBay
28708                                                               Kate 7x5 ft Yellow Fall Photography Backdrops Haystack for Halloween Backgrou... https://t.co/U98DOjw4kp 来自 @amazon
28709                                        RT @snarwani: See what @Reuters just did? Last week it put out a story that #Iran had moved ballistic missiles to #Iraq - a falsehood denie…
28710                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
28711                                                                                                                                         @johnrich @Nike But...you already bou...nvm
28712                                                                        @johnrich @Nike Get ready for people to cut up stuff they have already paid for? That will really show Nike!
28713                                                                                                                                          @Surabees @JackPosobiec @Nike Dump @Nike !
28714                                                         Check out SAS Womens Tripad Comfort Ivory Leather Loafers Size 9 M #SAS #LoafersMoccasins https://t.co/DkNImUlPeb via @eBay
28715                                                                                                 @RealCandaceO @adidas @adidasUS @adidasUK So cops with shoot people wearing adidas?
28716                                                                                                               @johnrich @HouseCracka @Nike Thank God he didn’t have a Nike jock on!
28717                                        I love @Nike products so much that I invest in the company as much as possible. Everybody in our culture must do th… https://t.co/GfHYmaDSMq
28718                                                                                                                                                         @johnrich @Nike What a baby
28719                                                                                                                                         @johnrich @Nike ... but some cops are pigs.
28720                                                                                                                       @DogginTrump @Nike I WEAR A SIZE 12 AND THANK YOU VERY MUCH!!
28721                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
28722                                                                                                                                                   @johnrich @Nike man i am so owned
28723                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28724                                                                                                                                           @Kno @sclancy79 @NFL @Nike So badly done.
28725                                                                                                                                  @RealJamesWoods @Nike No more Nike; just screw it!
28726                                        @RepLeeZeldin @Nike @Kaepernick7 Tillman died for our anthem? I thought he died for Idiot Bush's phony war. I bet h… https://t.co/e5q85Q1ekf
28727                                                                       @AndyStumpf77 @Kaepernick7 @Nike An absolute gross use of vets as a political tool. Feel good about yourself?
28728                                                                                                                                                            @Nike forever! #JustDoIt
28729                                        RT @MRB47784492: @grump456 @Nike @UnderArmour @adidasUS @Nike You just lost a whole lot of money! More than 60 million people voted for @re…
28730                                        @johnrich @Nike I’m too an former military and fought so people in this country (like Colin Kaepernick and your sou… https://t.co/Z3XaN8hCiD
28731                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28732                                          @sclancy79 @RedNationRising @NFL @Nike Most Nike’s sremadd in Vietnam where they pay their workers $73 PER MONTH.… https://t.co/otUnYZx2vv
28733                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
28734                                                                @johnrich @Nike @johnrich collect all your crew #nike gear and donate it to my homeless brother and sister #Veterans
28735                                        @sclancy79 @NFL @Nike coming from a moderate right winger this is just really fucking embarrassing and doesn’t hurt… https://t.co/Mk8zrOPdRi
28736                                                                                                            @World2Briggs @johnrich @Nike Thank you for clarifying for these idiots.
28737                                        @johnrich @Nike Guess I'm going to run out and buy some @Nike socks to balance out the good in world. Cause those s… https://t.co/fkVbYT1Xfm
28738                                         @oddmeda @JosephGG @kroger @FeedingAmerica Or you can accept that only 0.02 percent of the plastic that ends up in… https://t.co/FjyhmwQpGR
28739                                        @F3Moist @johnrich @Nike So you’re gonna destroy a pair of shorts you already paid for.  All because someone thinks… https://t.co/0c9UZk6uTP
28740                                                                                                                                           @johnrich @Nike Why are you so triggered?
28741                                                                                                                             @johnrich @Nike You already f.. https://t.co/VjHHDuAUPn
28742                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28743                                                                     RT @soniagupta504: Looking forward to buying more @Nike products. This is excellent. 😊 https://t.co/O6EoxOPmJF
28744                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
28745                                                                                                                                   @amydueskorte @Susie812 @RobLowe @CBS Mine too!!!
28746                                                                                     @Mateen_Cleaves @Nike I’m just glad you’re in the Breslin HOF instead of the Doak Campbell HOF.
28747                                        RT @Reuters: A massive fire tears through Brazil’s 200-year-old National Museum in Rio de Janeiro. https://t.co/DFuWS67dyC https://t.co/HFq…
28748                                             RT @CharmsInterlude: @boudreau_dr @bigorangeatl @ClayTravis @Nike Nike with your money you already gave them 😂 https://t.co/CMN07Lu3mJ
28749                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
28750                                        @ibanks95 @Johnny_Joey @Nike Perhaps that's bc black neighborhoods have way more crime then white neighborhoods...s… https://t.co/ZWCdkf3vcz
28751                                                                Check out Fujifilm Instax Mini 8/9/25/90/7s Whit 10 20 Sheets Film Photo Instant Print https://t.co/reak6xtgY3 @eBay
28752                                                                                                                                       @tannenbaumr @johnrich @Nike Or his brain 🤦‍♂️
28753                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28754                                        RT @Audi_4_life: @caflickatheist @WiredSources @Nike Really what has this millionaire athlete lost or given up? More fitting to have a vete…
28755                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28756                                                         @F3Moist @johnrich @Nike Go get your oppressive and racist MAGA garb and get your 40% off for material not made in America.
28757                                                       RT @LoriinUtah: @TamaraLeigh_llc @mflynnJR @Nike Wow! I'm so done with @Nike Calling on All American Patriots to #BoycottNike
28758                                                  RT @ObiAris: Shoutout to @Nike on there support for @serenawilliams and  @Kaepernick7. Just bought some Air Max 97s because of it.
28759                                                                                                                                        @_ImperatorRex_ @Nike Like your own company.
28760                                                                                                                                      Stupid move for @Nike  https://t.co/0qjHFlzSYR
28761                                                                                                                                              RT @JuanSaaa: *buys more @Nike  stuff*
28762                                                                                                                  RT @Johnny_Joey: No sweat @Nike I got you. https://t.co/jlpefb2lMn
28763                                                                                                                                         @RealJamesWoods @Nike 🚽🚽🚽🚽🚽🚽🚽🚽do it
28764                                        RT @java_grace: @F3Moist @johnrich @Nike Or. You could have donated them to a homeless veteran. The homeless layer clothing in cold weather…
28765                                      RT @Quamania: Salute to @Nike for a major brand/company to take such a stance as they did with Kap is MAJOR!! ✊🏾 “Believe in something. Eve…
28766                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
28767                                                                                                                   RT @CaptDax: @LadyRedWave @LaylaAlisha11 @Nike NIKE takes a Knee.
28768                                                                         @ColinCowherd @Nike @Kaepernick7 Lol Espn has a research dept too and how did jemele hill work out for them
28769                                                                                                                  @benfergusonshow @Nike @Kaepernick7 Were2cop  pig socks are 🔥🔥🔥
28770                                        @bostonborn66 @johnrich @msmoon61 @Nike @Kaepernick7 I do think it's a message : fuck the police. We live in a coun… https://t.co/320LJAtQdi
28771                                                                                                                   @mflynnJR Wait @Nike is still relevant? Dumped them 25 years ago.
28772                                                         RT @acontinuouslean: Sign me up for whatever the opposite of boycotting @Nike is. Nice to see a brand take a bold position.
28773                                                                                                       @EdKrassen @NFL @Nike THIS IS SAVRIFICING YOU FOOL!!! https://t.co/nuR43FMHyh
28774                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28775                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28776                                                                      @NicsuPR @ronnyshreve @Reuters @Nike You do understand that there can be price fluctuation aftermarket right ?
28777                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28778                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
28779                                                                                                                                             @johnrich @Nike 😂this is a joke right?
28780                                                                       The Fire and Ice Legend (Me Before Them Book 4) by Janvier Chouteu-Chando https://t.co/wyXHjOburx via @amazon
28781                                                                    @girlgeek_rva @Carma_2012 @ZeToominator @YoureInTheKNOW @Nike @Kaepernick7 I’m trying but it’s too many comments
28782                                        RT @Kiki_7386: @RepLeeZeldin @Nike @Kaepernick7 Shocking that you would say this after the pentagon lied to this family repeatedly about ho…
28783                                                                                                                                                       @johnrich @Nike So edgy John.
28784                                        RT @Roxas_art: @PhilMcCrackin44 @GartrellLinda @Nike @ArizonaKayte @RubyRockstar333 @PatrioticVa @TheTestyTarheel @pinkk9lover @mandymendez…
28785                                                                                                                        @F3Moist @johnrich @Nike Your stupid smells like toe cheese.
28786                                                                                                                                            @ClayTravis @Nike He’s a fungus among us
28787                                        RT @LapuzzaBill: @bretaclark @FlickerBic @Truthseeker126 @Nike Nike will understand ONLY when their bottom line tanks. All patriots need to…
28788                                                                                                   I wanna work for @Nike  #JustDoIt #nikeluvackpeople🙌🏽💙 https://t.co/HmBOiBOUvi
28789                                             RT @404Leaux: Only thing I ask now of you @Nike is to stop putting the Sole of Vapormax Plus &amp; Airmax Plus on Airmax 95s &amp; 97s.
28790                                        RT @mpkamal1955: @iron_emu @Reuters If Myanmar Military Government believe that they will suppress the truth by imprisonment of brave journ…
28791                                                                                                                          @sclancy79 @NFL @Nike im dead dawg https://t.co/LUtwB8b5qx
28792                                                                                                           @brittanymagsig @Nike Maybe you can loan you some to get your roots done.
28793                                                                                                                       @_BlakeTucker @johnrich @Nike Omg. This is the best. 😂😂😂😂
28794                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28795                                        @Amy0227 @Kaepernick7 @Nike Do you also wear socks depicting cops as pigs too? The Air Force is the US's police for… https://t.co/XdKucc3UMb
28796                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
28797                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
28798                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
28799                                                                                      RT @matt__enloe: destroy your expensive @Nike clothing to own the libs https://t.co/qhJonx9wO2
28800                                                                                                      @mamurf41 @RealCandaceO @adidas @adidasUS @adidasUK (don't tell her you guys!)
28801                                                                                 @johnrich @Nike Get ready for people to destroy the property they PAID for?? That makes...no sense!
28802                                                                                                                        RT @RealTimBlack: NICELY DONE! @Nike https://t.co/ghHiSlbcRX
28803                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
28804                                                                     @Nike haven’t you learned from others to stay out of politics? It won’t be good for your company. #justdontdoit
28805                                                             RT @RoddyLayton: Props to @Nike for having the courage to support @Kaepernick7 and make him the face of a new campaign.
28806                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
28807                                                                                                            RT @zombiegta: @RealJamesWoods @Nike Never buying another Nike anything.
28808                                                                                                                     RT @smoke1playa: @ClayTravis @Nike It’s an entirely trash move.
28809                                                                                                                                                    @ClayTravis @Nike Did you serve?
28810                                                                               RT @FlickerBic: @Nike soon to come out with a new slogan: Just Stepped In It. https://t.co/UB6oC7zWbZ
28811                                        @johnrich @Nike @Nike thanks you for all the publicity. @Nike also suggests you buy thousands of pairs @Nike  for y… https://t.co/l30MS6RkxB
28812                                                                                                                               Classy move by @Nike  Happy for them and @Kaepernick7
28813                                                                                    RT @terrance_malone: @mamurf41 @RealCandaceO @adidas @adidasUS @adidasUK Nike owns Converse lmao
28814                                                                                         @EdKrassen @TinoJaramillo2 @Nike @Kaepernick7 Right on! Kaepernick deserves it so much more
28815                                                                                                                                             @johnrich @Nike Still copped though. 😂
28816                                            @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell @timkaine… https://t.co/B50BrkKGFx
28817                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28818                                        RT @_Jetry_: After what @Nike did with Serena and Kaepernick these passed few days. I think Haitian companies need to understand that marke…
28819                                        @johnrich @tannenbaumr @Nike Another snow cone?? I suppose that’s what you meant but could not spell (big surprise)… https://t.co/CbBFuI8GIJ
28820                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28821                                                                          @KatKenn48 @ShadoPanther @JoeTalkShow @Nike @Kaepernick7 Brainwaves are not detected. This is a recording.
28822                                        RT @darrenrovell: FIRST LOOK: @Nike debuts outstanding ad using home video of nine-year-old @serenawilliams with father Richard from August…
28823                                        RT @Rc_theDon: @Nismiiii @TheJoeDupree @P0STA @SeanParnellUSA @JaniceDean @Nike @JJWatt They hurt because it was a black man that called ou…
28824                                         @mamurf41 @RealCandaceO @adidas @adidasUS @adidasUK Look what you libruls made me go and do. Wait. I'm supposed to… https://t.co/3fP4fVtuSW
28825                                        RT @allaroundgame10: Big shoutout to @Kaepernick7 for staying true to his core and for @Nike for getting behind him and not being afraid to…
28826                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
28827                                        RT @allisankelly: @sclancy79 @NFL @Nike It wasn’t the child labor allegations or the sweatshops or tax evasion through offshore accounts. I…
28828                                        RT @slimray11: @sclancy79 @NFL @Nike Trust me; the only thing @Nike execs are doing is laughing at you for being hard-headed. How many time…
28829                                                                                                                                                          @NASCARonNBC @kroger Dirty
28830                                        Meeting our great @verizon engineers at @usopen. Great 4G capacity enhancements on the best network with our new DA… https://t.co/u75IzYqCzc
28831                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
28832                                                              RT @equityopinion: @sclancy79 @superyayadize @NFL @Nike Let’s do the Nike burn challenge!!!!!! https://t.co/5Tz7QRAEYA
28833                                         RT @ScroopyNoopers8: @johnrich @msmoon61 @Nike @Kaepernick7 I’m a veteran and I’m not offended when a football player kneels. I’m offended…
28834                                        RT @TimKennedyMMA: Just like that I will never wear anything @Nike again. I respect and appreciate @Kaepernick7 ‘s right to freedom of spee…
28835                                        RT @TimKennedyMMA: Just like that I will never wear anything @Nike again. I respect and appreciate @Kaepernick7 ‘s right to freedom of spee…
28836                                                                                                                                             @wassystyle1 @johnrich @Nike Fuck yeah!
28837                                                                                                         @johnrich @Nike He still payed for them. And he's still going to wear them.
28838                                         RT @consrvatvebammr: @Nike  What part of the NFL's declining attendance and profits led you to think putting Kaeparnick in a new add was a…
28839                                                    @johnrich @Nike Lol!! Your friend is an idiot!! Nike already got paid for those busted ads socks!! Grow the shell up!! #JustDoIt
28840                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28841                                         @Kaepernick7 @Nike He didn’t sacrifice “everything”. He can get another job. He can spend time with family. He can… https://t.co/icZhkARhnj
28842                                         @rgay @johnrich @Nike I once ripped a pair of Levi's. Do you think I should write them and apologize so they won't… https://t.co/pM3La2uyV4
28843                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
28844                                                                                                                @johnrich @Nike No one gives a shit about your soundman’s socks John
28845                                        RT @knatiaparson: 100 Cross-Genre Writing Prompts (Science Fiction Writing Series Book 5)  https://t.co/CBZ1WspwZ7 via @amazon #writing #SF…
28846                                                                                                               @johnrich @Nike And Nike probably give zero fucks about your soundman
28847                                        RT @JPW3775: My boy would like a pair of Tiempo legend 7's. But I refuse to buy them while @Nike is doing any kind of sponsorship deal with…
28848                                                                                                                             @McJesse @johnrich @Nike Socks THAT ARE NOT CUT LOLOLOL
28849                                        @crash14235 @newschannelnine @Nike @parscale @FBI @FBIWFO @TwitterSupport straight from the @parscale foreign/domes… https://t.co/TBPVL2PcLF
28850                                           RT @Yahoo: Nike makes Colin Kaepernick the face of 'Just Do It' 30th anniversary campaign https://t.co/3KnfWm4YPw https://t.co/nFUy4lkxNb
28851                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28852                                                                                                                            @TheMarkPantano @Nike I will not be buying anymore @Nike
28853                                        @rdickens31 @Jillibean557 @Nike Your grandkids may not be as ignorant as you and understand that kneeling has nothi… https://t.co/ZYZaOMoJRI
28854                                         RT @ClayTravis: @DanishaDanielle @Nike But I don’t think he sacrificed anything. He wasn’t very good at football any more. He’s making way…
28855                                                                                                                                                      @johnrich @Nike lmao snowflake
28856                                                                                                                  RT @Johnny_Joey: No sweat @Nike I got you. https://t.co/jlpefb2lMn
28857                                        @LGAdamsWriter @blurbette @AntoineTheFresh @slimray11 @sclancy79 @NFL @Nike Just don’t see the link. I understand t… https://t.co/6kLyxTmAet
28858                                                                                                                                @RealJamesWoods @Nike I will never buy nike anything
28859                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/WrWOiZuuKb
28860                                        @TomFitton @Nike Would have been absolutely fascinating to be at the advertising meeting when it was decided to pit… https://t.co/ngXLnN6ej0
28861                                                                                                      RT @Jetblanco23: Wow @Nike can’t wait to support the new @Kaepernick7 movement
28862                                          I clicked on the #Nike hashtag and... The tweets are really ridiculous. People are really mad at this ad but I’m glad that @Nike did that!
28863                                                                             @johnrich @Nike Who the hell is John Rich and why does he have his little Nike panties in such a twist?
28864                                        RT @tonyposnanski: @johnrich @Nike DAMN RIGHT! REAL PATRIOTS CUT HALF OF THEIR SOCKS THAT THEY PAID FOR AND WEAR THE OTHER HALF TO OWN THOS…
28865                                                                         RT @Reuters: Nike features NFL's Kaepernick among athletes in 'Just Do It' campaign https://t.co/lRa2casRKo
28866                                        RT @_Jetry_: After what @Nike did with Serena and Kaepernick these passed few days. I think Haitian companies need to understand that marke…
28867                                                                              @Nike has finally proven that its truly anti-law enforcement. So sad. RIP Phil Knight #BlueLivesMatter
28868                                                          Check out reality - just another really bad idea e9Art ACEO Outsider Art Painting Folk   https://t.co/bTx8afIGOZ via @eBay
28869                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28870                                        @johnrich @msmoon61 @Nike @Kaepernick7 Hahahahahahahahahahahaha they don't give a fly f**k about you idiot!! You th… https://t.co/Jbcq4TcYQh
28871                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28872                                        RT @classgurl_34: @Nike @HelloLandie It's ashame that Nike is paying someone who disrespects cops! My uncle was a cop for NYPD. Nike sucks!!
28873                                                                                                                                             @johnrich @Nike lol you absolute babies
28874                                                               RT @benfergusonshow: Hey @Nike are you going to sell these @Kaepernick7 custom socks as well? https://t.co/yhziIhBMgE
28875                                                                 RT @_BlakeTucker: @johnrich @Nike Oh yeah John well I put it on my shorts so it cancels out https://t.co/eLGNzw7Wk7
28876                                                 Check out VINTAGE PURE SILK SAREE FULL HAND WOVEN BANARASI BROCADE HEAVY SARI SAREE 925 Gm #Saree https://t.co/okXioavLKZ via @eBay
28877                                                                                                                      Check out my listing @eBay - https://t.co/5UNkEXp5LX via @eBay
28878                                                                 RT @_BlakeTucker: @johnrich @Nike Oh yeah John well I put it on my shorts so it cancels out https://t.co/eLGNzw7Wk7
28879                                                                            RT @MollyJongFast: We’re gonna wear @Nike from now on. Thank you @nike for this. https://t.co/O1vw5tRba8
28880                                                                                                                           @Troyt23 @Nike Well the south is racist I’m not surprised
28881                                         When competitors are embracing diverse leadership and partnerships @puma w @rihanna and @S_C_ @adidas w @kanyewest… https://t.co/J35TNfPm8f
28882                                                                                                                                                @sclancy79 @NFL @Nike Beyond stupid.
28883                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
28884                                                                                                                                @Nike just made me a all time buyer of their product
28885                                                                                                          @KurtSchlichter @texas_bourne @Nike Never will I buy a Nike product again.
28886                                        @kawinter59 @1776Stonewall @Arizonadog1 @Nike @nikestore Guess @nikestore thinks it’s gotten too big to fail! How s… https://t.co/m6GGSzuwqd
28887                                                                                                                                            @sclancy79 @NFL @Nike “Force” 😂😂😂😂😂
28888                                                                                        @RealKyleMorris @Nike The slogan is tragically ironic. Hey Nike..... https://t.co/pT5g98RyLG
28889                                         @vDodun @samuelnevils @bomani_jones @Nike @Kaepernick7 @NFL @Redskins @BarackObama @Chiefs @boyscouts @NAACP Vince… https://t.co/b3GrTTQfYc
28890                                        @DrewShirleyShow @nkilpat512 @Kaepernick7 @Nike @NFL He sacrificed his entire career as A STARTING QB by the way. A… https://t.co/XCtfeC7eXj
28891                                                 RT @Reuters: Former UBS trader jailed for Britain's biggest fraud faces deportation https://t.co/qsE68ffGmk https://t.co/7AkyEVlcz4
28892                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28893                                                                                                                                                    @johnrich @Nike Damn you stupid.
28894                                                                                                                       RT @AmericanMex067: Just Do It. @Nike https://t.co/eShrnqBDzI
28895                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28896                                                                                  RT @TongueSplendid: @johnrich @Nike Destroying stuff you already paid for? https://t.co/HXZvnE9gIY
28897                                                                 RT @_BlakeTucker: @johnrich @Nike Oh yeah John well I put it on my shorts so it cancels out https://t.co/eLGNzw7Wk7
28898                                                                                            Can we just have a moment of silence for @Nike for the start to make america great again
28899                                                                                                  @gravytrainer11 @johnrich @Nike Ohhhhh wait. I looked him up. He's the little one.
28900                                                                 @ClayTravis @Nike Also Nike is making a sacrifice and taking a risk by hiring Kaep. stfuuuu https://t.co/xnFE8K7QV0
28901                                                                                               @ToreSays @Kaepernick7 @Nike @NFL @adidasUS Just like Dick's! They are going down👎🏻
28902                                         RT @ScroopyNoopers8: @johnrich @msmoon61 @Nike @Kaepernick7 I’m a veteran and I’m not offended when a football player kneels. I’m offended…
28903                                        @CharlesRobinson For all the people mad out there at @Nike for featuring #ColinKaepernick in their #JustDoIt campai… https://t.co/oBwmuB7Rln
28904                                                                                            RT @TheJordanRachel: The new Nike campaign is the best advertising @adidas has ever had!
28905                                                                   @johnrich @Nike Simply. Amazing. Guess that Marine wasn’t serving to protect the Constitution?  Bless your heart.
28906                                                                                                                   Yup. Buying some @Nike products next check. #JustDoIt #WhyWeKneel
28907                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28908                                                          @LindaRN111 @johnrich @Nike YES! Actions speak louder than words. Don’t get how Trumpasses keep buying into the hypocrisy.
28909                                                                                                                                                      @RealKyleMorris @Nike Shameful
28910                                        @beverageguru1 @Kaepernick7 @Nike Why responsible Americans like you cannot see the reason for the protest.  Its ne… https://t.co/OJd6oOcmTk
28911                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28912                                                                                                                                 @sclancy79 @NFL @Nike Lollllll you are dumb as fuck
28913                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28914                                     @Gitvnaamor @ClayTravis @DoogiestDoog @Nike Lmao idiot ass thinking white privilege is real 😂😂😂 how sad is your lif… https://t.co/HMt4zq8Xdc
28915                                                                                                                                           You’re on the right side of history @Nike
28916                                                                                                                                 @Joe_in_Indiana @GaryKaltbaum @Nike Sure you are!!!
28917                                        @WalshFreedom @Nike @Kaepernick7 American is still racist you... have t you seen all the videos that are going arou… https://t.co/k5muN7P8nV
28918                                        An to all the parents who don’t wanna support @Nike any more because of @Kaepernick7.  keep ya lil ugly ass kids of… https://t.co/vqH7L91Ix5
28919                                        RT @slimray11: @sclancy79 @NFL @Nike Trust me; the only thing @Nike execs are doing is laughing at you for being hard-headed. How many time…
28920                                                                                                         @F3Moist @johnrich @Nike Seems you didn't think that all the way through...
28921                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
28922                                        @leeleedenise @TheRealHermit1 @Nellyb_777 @da_locness @el_travos @smokesdawg88 @CaseyNeistat @Nike @Kaepernick7 The… https://t.co/mv2yN69e1K
28923                                                                         RT @Reuters: Nike features NFL's Kaepernick among athletes in 'Just Do It' campaign https://t.co/lRa2casRKo
28924                                                                                  @ibanks95 @Johnny_Joey @Nike Most people who dont watch arent going to buy either....just sayin...
28925                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
28926                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
28927                                        RT @ColinCowherd: Believe it or not @Nike actually does research.  They feel @Kaepernick7 is a global brand that transcends sports.  Polari…
28928                                                                                        @johnrich @msmoon61 @Nike @Kaepernick7 If I was following you .. I'd unfollow you \U{01f92a}
28929                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28930                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28931                                                     @SomeFreedomGuy @RoscoeBiggers @johnrich @TomiLahren @Nike @Kaepernick7 @Reebok @greggutfeld @kilmeade… https://t.co/E73M8RIg2f
28932                                        RT @snarwani: See what @Reuters just did? Last week it put out a story that #Iran had moved ballistic missiles to #Iraq - a falsehood denie…
28933                                                                                                RT @JDilone23_: Shoutout to @Nike for understanding Kap’s message and supporting it.
28934                                        @ColinCowherd @Nike @Kaepernick7 Ummm...every co. does their research u suggest.Every corporate decision made in to… https://t.co/XCkHfUHTWN
28935                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
28936                                        RT @DrewShirleyShow: @nkilpat512 @Kaepernick7 @Nike @NFL He might have sacrificed some time as a backup QB. But he also gained some shoe mo…
28937                                        @johnrich @Nike Well he’s obviously a stupid marine. He already gave Nike their $ and he fought for the freedoms we… https://t.co/crCHykxc1C
28938                                                                                                                                                            @ClayTravis @Nike Racist
28939                                                       RT @Reuters: Trump accuses Sessions of hurting Republican congressional races https://t.co/ySu4FtqEL7 https://t.co/EQb9MjVXBL
28940                                         RT @Mjhall412: @johnrich @severedsoze @Nike @Kaepernick7 @Reebok @TomiLahren @greggutfeld @kilmeade @RedneckRiviera John the best tweet of…
28941                                        RT @socflyny: @tonyposnanski @johnrich @Nike Does the cut up @Nike apparel go under or over the smashed Keurigs?? (Cuz the outrage bag is g…
28942                                        @Kaepernick7 @Nike I’ll never purchase another Nike product as long as you continue to disrespect our flag and beli… https://t.co/NhG4bjefgy
28943                                                                                                                                            @johnrich @Nike Haha… what a douche bag.
28944                                                                                                                                           @joe77AG @Nike LEOS are the Deep State...
28945                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
28946                                                                                                                                                    @officerterry1 @Nike You go girl
28947                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
28948                                        RT @tonyposnanski: @johnrich @Nike DAMN RIGHT! REAL PATRIOTS CUT HALF OF THEIR SOCKS THAT THEY PAID FOR AND WEAR THE OTHER HALF TO OWN THOS…
28949                                                                                              RT @willy04: Bigots after seeing what @Nike is trending for 😂 https://t.co/XRoLvmOjJc
28950                                         RT @TheGamblingQB: @johnrich @Nike Sunday plan: watch NFL wearing Nike stuff while drinking left-wing Peet’s brewed by Keurig and enjoying…
28951                                        @F3Moist @johnrich @Nike What Constitution did you swear to protect and defend?  The one that denies workers the ri… https://t.co/BFDLIun6hV
28952                                                                                            RT @TheJordanRachel: The new Nike campaign is the best advertising @adidas has ever had!
28953                                        @ibanks95 @Johnny_Joey @Nike But those are some of the outliers not the everyday interaction with the police office… https://t.co/NrFi9BeDKT
28954                                                              Check out Bath And Body Works Gentle Foaming Hand Soaps Wish You Were Here Sunset Citrus https://t.co/YfrWVRcJJm @eBay
28955                                                                                                                               @RealDark_Kent @Kaepernick7 @Nike @adidas So true. 👏
28956                                                                                                             @johnrich @Nike Just put more holes in all my cum socks to own the libs
28957                                                                                                        @Visemiami @king_jeremy_b @Nike @Kaepernick7 You run experiments on twitter?
28958                                                       Check out 1.00ct Round Cut VVS1 Diamond Engagement Ring Bridal Set 10k White Gold Finished  https://t.co/oYy49nhlqq via @eBay
28959                                        @F3Moist @johnrich @Nike Nike already has your money so now all you are doing it looking like a damn fool cutting u… https://t.co/4mxP1Owead
28960                                                                                    @johnrich @msmoon61 @Nike @Kaepernick7 So you’re just fine with racist police brutality? Retire.
28961                                                                                                             @chiefrobwchs @OddsShark @ClayTravis @Nike @betmybookie that’ll hurt em
28962                                                               RT @benfergusonshow: Hey @Nike are you going to sell these @Kaepernick7 custom socks as well? https://t.co/yhziIhBMgE
28963                                        @Adweek @Nike @Kaepernick7 @Nike ‘s biggest move since premiering the Hijab and showing cultural sensitivity in the… https://t.co/VbntwRh4uq
28964                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
28965                                             RT @X_Zayyy: The unseasoned are boycotting @Nike so we can finally stop seeing these in stores forever. We stan https://t.co/dFSw2vW7h0
28966                                                                                                                                    @Kaepernick7 @Nike This awesome! Thanks @nike 💕
28967                                                                                  @BlasianMimi @bonitab17 @RealJamesWoods @Nike How did alienating Trump supporters do for the @NFL?
28968                                        RT @allisankelly: @sclancy79 @NFL @Nike It wasn’t the child labor allegations or the sweatshops or tax evasion through offshore accounts. I…
28969                                                                                                         @RealJamesWoods @Nike I’m going to start buying @UnderArmour from now on 🇺🇸
28970                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
28971                                                                                            Bravo to @Nike on their latest campaign. The message is spot on! @Kaepernick7 #JustDoIt!
28972                                                                                                                       @World2Briggs @johnrich @Nike They are not protesting a flag.
28973                                        @Kaepernick7 @Nike I'll buy TWO pairs of nikes and donate them to black families affected by police brutality for e… https://t.co/usjbw1b4ev
28974                                                                                                                                      @Coop07171954 @Nike 🤣 You people dum as hell.
28975                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
28976                                                                                            RT @TheJordanRachel: The new Nike campaign is the best advertising @adidas has ever had!
28977                                                                                                                                     @sclancy79 @NFL @Nike Is this a parody account?
28978                                                                                                                                                 @johnrich @Nike Get over yourselves
28979                                                               Just watched #breadweek on #GBBO on @netflix. Both Paul Hollywood and Simon Cowell need to change up their wardrobes.
28980                                        @WalderSports @Nike  I am changing my shoes from Asics to Nike. Thank you for your courage in facing down the hater… https://t.co/bM2pJedEAo
28981                                                      6 minutes until #Timeless rewatch!! Some #SaveTimeless tweets are coming at you @Hulu @Sony @SonyPictures @SPTV @ChrisFParnell
28982                                                                                                                                               We are a proud @Nike family #justdoit
28983                                                                                                         @peaceandjoy101 @johnrich @Nike Cool.  Go buy some more for a bigger flame!
28984                                                                                 RT @DhaSickest: Posting this in support of @Nike ! You’re the best 🤞🏾💪🏾 https://t.co/GubCox3ka2
28985                                                @markfarmerphoto @Kaepernick7 @Nike Just wondering if you were at the Charlottesville rally also?  South Carolina isn’t that far....
28986                                                                                                                      @ejmashburn @Mathieu_Era @DavinBellamy17 @Nike Or Under Armour
28987                                                                   @ShiCooks @Kaepernick7 @Nike OMG. My righteous Trumpster fam is going to be all bent. Ha on them. You go Colin!!!
28988                                                                                                               RT @peek2boo: @RealJamesWoods @Nike Another way to say LOSER: NIKE!😂
28989                                                                                                                 @MildlyAmused @Nike I fucking love when they destroy their own shit
28990                                                                                                         RT @MARINE_99ZULU: I’m an @adidas kinda guy anyway! https://t.co/ji3h7P05mL
28991                                                                                             @ExmuslimsOrg @Starbucks @HiltonHotels This is bullshit.  That’s absolutely disgusting.
28992                                         @Saytata @johnrich @Nike I hear a branding iron removes tattoos best. John should have a re-branding at one of his… https://t.co/DT1W6haEZS
28993                                                                          @Nike @Kaepernick7 your stance with this loser has prompted me to not purchase any items with your log etc
28994                                        RT @ReutersJean: Our @Reuters colleagues Wa Lone and Kyaw Soe Oo have been convicted of false charges and sentenced to 7 years in prison. T…
28995                                                   Check out Vtge STUNNING LARGE Vibrant Gold tone FAUX PEARLS BANGLE BRACELET  #Unbranded #Beaded https://t.co/asm8ZDx7F9 via @eBay
28996                                                                  RT @DeepStateAgentK: @BmoreTrell @F3Moist @johnrich @Nike Starbucks and Target too. Oh and their Yeti coolers 🤣🤣
28997                                    RT @roddy_pee: @GovMikeHuckabee @MariaBartiromo @FoxBusiness @Nike I’m a veteran. Both Parents are. 3 Brothers &amp; 6 Uncles all served in the…
28998                                                                                                                                      @johnrich @Nike I’ll take any unused headbands
28999                                                                                                                             @ColinCowherd @Nike @Kaepernick7 I bet they don’t colly
29000                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
29001                                                                                                           @RealCandaceO @adidas @adidasUS @adidasUK @RealCandaceO Tweet of the day!
29002                                                                                 @P0sitive_Spin @TheReady1775 @Nike I’m not telling you not to. I respect your decision. I will not.
29003                                                                                                              @johnrich @Nike Yes ... keep the scissors they did what they were told
29004                                        @Nike can do whatever it wants to do. @Kaepernick7 can do whatever he wants. There’s still a word like #Freedom . K… https://t.co/sKVYQQtvGk
29005                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29006                                                               Check out 🇮🇹 GUCCI LEATHER CLUTCH ZIPPER CARD HOLDER 321117-4276 W/ BOX! FREE SHIPPING! https://t.co/d3f01nUoTj @eBay
29007                                                                                            RT @TheJordanRachel: The new Nike campaign is the best advertising @adidas has ever had!
29008                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29009                                        RT @rebelin_CA: @Lalith_en @vmprk @Google Let me flip the question back to you. Why shouldn't someone create a google account during #BiggB…
29010                                                                                                 @rdtkaiser @Kaepernick7 @Nike ... please dont listen to this troll  nike and karp👍
29011                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
29012                                                                                                                                                  @ClayTravis @Nike So. Much. Truth.
29013                                                                                                         RT @MARINE_99ZULU: I’m an @adidas kinda guy anyway! https://t.co/ji3h7P05mL
29014                                        @slimray11 @sclancy79 @NFL @Nike Actually it’s NOT a protest. It’s #BULLSHIT! The #1 killer of black people are...O… https://t.co/wqm1waWFV6
29015                                                                                                                @HypocrisyMatte1 @ClayTravis @Nike @NFL And both are being boycotted
29016                                                                                                                               @sclancy79 @NFL @Nike Guess I’ll sell more adidas now
29017                                        @ToddZebs @blurbette @AntoineTheFresh @WoodenN1ckels @slimray11 @sclancy79 @NFL @Nike The entire poem the anthem wa… https://t.co/qKLVo3TNdP
29018                                        @markfarmerphoto @Kaepernick7 @Nike Will you also work to stop police shooting unarmed people of color?  Cuz you kn… https://t.co/BiqCDtZhBo
29019                                                                                                                                          @cptpws @Nike Byeeee they don’t care 🤷🏾‍♀️
29020                                              Any chance you will cover this story? @CNN @MSNBC @ABC @CBS @NBC @nytimes @LAtimes @Politico @JoeNBC @TheView… https://t.co/DYl8fPO6YV
29021                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29022                                                                    @RealCandaceO @adidas @adidasUS @adidasUK Who in the hell at @Nike thought this was a good idea? Not very smart.
29023                                                                                                                       @Kaepernick7 Congrats Kap! We believe in you. Good job @Nike.
29024                                         RT @Red1Echo: @TheMarkPantano @Nike @Nike - Doesn't look like #ColinKaepernick sacrificed everything. ⬇️ He's worth $20 Million and not los…
29025                                        @RealSaavedra @Nike Klutzy #Kaeperdick choked when he was playing for the @49ers once the defense got his number. H… https://t.co/ngB6Loua47
29026                                                                                                       @RealJamesWoods @LoriNeedham2 @Nike Couldn’t agree more! Total brand suicide!
29027                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29028                                                                                                                 @AshaRangappa_ I will only buy @Nike for me and my 3 active kids!!!
29029                                                                                                                           @RealJamesWoods @Nike Nice job destroying your company!!!
29030                                          @Davy___Crockett I just don't buy that shitty @Nike @Vol_Sports  gear.. ironed on lettering at $75 a shirt? I go @CutterandBuck or similar
29031                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29032                                        RT @MagaGoldHat: Hey @Nike I saw you are using a communist cop hater @Kaepernick7 as your new advertising spokesman. I back the blue over N…
29033                                                              Update. Currently on episode 9 of 10. All I can say is.. When is season 3? @netflix #OzarkSeason2 #ozarkseason3 #ozark
29034                                                                                                       @RealJamesWoods @Nike Just in time for the non spending of holiday dollars!!!
29035                                                                   @Incogneetoh @ZoneReads @WoodenN1ckels @allisankelly @sclancy79 @NFL @Nike Fbi+number+of+crimes+committed+by+race
29036                                                                                            RT @TheJordanRachel: The new Nike campaign is the best advertising @adidas has ever had!
29037                                                              RT @Edwards20170125: @markfarmerphoto @Kaepernick7 @Nike Boycott for what?? Twitter do your job and OUT this racist f.
29038                                                                                                       @soledadobrien I am heading to NORDSTROM tomorrow to buy more NIKE! @Nike ❤️❤️❤️
29039                                        @Krissy012000 @Johnny_Joey @Nike Well seeing as how I have a bachelors degree and will soon be pursuing a Masters d… https://t.co/0H41UHSQo0
29040                                                                                                                                                    @callmetulip @Nike Neither do I!
29041                                        RT @RickyBarksdale: @ClayTravis @Nike So please stop using us (veterans) as your stepping stool to the real truth you and many people yours…
29042                                                 Check out Adidas Mens 3S Three Stripe Active Athletic Tee Shirt Climalite NWT #adidas #ShirtsTops https://t.co/Z6YfezM2SY via @eBay
29043                                                                                                      @mamurf41 @RealCandaceO @adidas @adidasUS @adidasUK Yall ain't smart I see lol
29044                                        @SeanParnellUSA @JaniceDean @Nike @JJWatt Watching sad dudes cut holes in their socks is not going to make a dent l… https://t.co/5yA0XWdgVp
29045                                                             RT @philvpx: Way to go @Nike I will never buy anything you make again. #BoycottNike #BoycottNFL https://t.co/jHZCPurCPW
29046                                                                                  RT @Reuters: NFL's Kaepernick to be a face in Nike's 'Just Do It' campaign https://t.co/qNKN7K7O20
29047                                        @but_her_email @johnrich @msmoon61 @Nike @Kaepernick7 They sang that creepy rapey song about riding cowboys... then… https://t.co/C2MXr0jxB0
29048                                                                                                        @ambiguous8 @ClayTravis @DanishaDanielle @Nike Such a shitty shameless plug.
29049                                                                                                              @MrDaftPrawn @OriginalFunko @starwars @amazon Ahhh I need to buy some!
29050                                                  Don't do the @Nike Challenge: Stand with #Traitors #DumpNikeStock #TakeADumpWithNikeStock #JustDumpItNike… https://t.co/qkLb6dNjLu
29051                                        @johnrich @Nike A grown man tore up his socks because a sporting goods company selected someone he disagrees with t… https://t.co/NjkQqzEoDh
29052                                        @Nike BAD MOVE signing a deal with @Kaepernick7 LOSER Anti-American #BanNike I hope your sales drop so low that the… https://t.co/Q5wnYaxG6f
29053                                       RT @webhotspiderman: @HuskerSteve2 @johnrich @msmoon61 @Nike @Kaepernick7 Thank you for your service!💞 your support means so much to me and…
29054                                                                                                                                            @RealJamesWoods @Nike Let’s boycott nike
29055                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29056                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29057                                        RT @MelissaTweets: I’m not buying @Nike anything ever again. Not because I care about the ex-NFL player but because I don’t want to buy fro…
29058                                        @tannenbaumr @johnrich @Nike There’s such an abundance of White Trash in this county and nobody wants to talk about… https://t.co/lNb5elf7UE
29059                                                     @JaniceDean @Nike @JJWatt I’m  so glad you don’t work for Nike. I’m really looking forward to the Nike campaign featuring Kaep!
29060                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29061                                        @johnrich @Nike The fact that a Veteran suggested that he kneel means nothing to you to obviously! Glad that I don’… https://t.co/Iucb6WAb4j
29062                                                                                                                  RT @Johnny_Joey: No sweat @Nike I got you. https://t.co/jlpefb2lMn
29063                                                 Check out AUDREY HEPBURN JEWELRY COLLECTION FAUX PEARL GOLDTONE NECKLACE EXACT REPRO NEW #FASHION https://t.co/OjvcGYWxTH via @eBay
29064                                              @GardenSage @GovMikeHuckabee @MariaBartiromo @FoxBusiness @Nike He couldn’t wear their gear anyway... they don’t make size xxxxxxxxxl.
29065                                                                                                                                                      @TheMarkPantano @Nike I'm done
29066                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29067                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29068                                        @KelseaBallerini @nuggets4dayz Re: @netflix am watching #TheSinner w/ @JessicaBiel So good - dealing w/ some very i… https://t.co/Cb24MSUO3N
29069                                        RT @BordeauxShawty: @McDonalds bruh y’all gotta be fucking kidding me. What in the HELL is this? I called the store that I bought it from a…
29070                                        RT @TimKennedyMMA: Just like that I will never wear anything @Nike again. I respect and appreciate @Kaepernick7 ‘s right to freedom of spee…
29071                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
29072                                        RT @valperwas: @Nike Love the new ad with Colin K! Thank you for supporting this brave young man for he surely did sacrifice everything and…
29073                                        RT @allisankelly: @sclancy79 @NFL @Nike It wasn’t the child labor allegations or the sweatshops or tax evasion through offshore accounts. I…
29074                                                                    RT @Kevo_Bevo: When @Nike sees all the tweets of people burning and cutting up they shit https://t.co/7J6SUiZEf9
29075                                 @Walmart thx 4 always having everything I need &amp; more. ❤️ ur selection &amp; prices! BUT @ a cost! Self checkouts never… https://t.co/RtykULmrKy
29076                                                                                                                                 @ClayTravis @Nike Can't believe Nike would do this.
29077                                                                                                                                  @ArlanWasHere @AdedapoLinda @Nike Those are sweet.
29078                                                                   @johnrich @Nike But you have no problem with vets being homeless and unable to get the care they need . I got it.
29079                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
29080                                                                                                                                                 Time for a new pair of @Nike kicks.
29081                                                                                            RT @TheJordanRachel: The new Nike campaign is the best advertising @adidas has ever had!
29082                                                                                          @johnrich @msmoon61 @Nike @Kaepernick7 So cute that u think all these people follow you...
29083                                                                                                               @CornerPub @Nike Never you fucking deplorable they are to big to fail
29084                                       @thasaviorBlanco @king_jeremy_b @Nike @Kaepernick7 YOU JUST BURNT YOUR OWN SHOES...🙄...I came to laugh at you...not… https://t.co/oJ0QIoGv8m
29085                                                                                                                  RT @Johnny_Joey: No sweat @Nike I got you. https://t.co/jlpefb2lMn
29086                                        @johnrich @Nike Your soundman is entitled to his silent protest just as Kaepernick is entitled to his 1A rights.  D… https://t.co/cz0Vw2JKSh
29087                                                                                                                                                     Love this! @Kaepernick7 + @Nike
29088                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29089                                        @JcYoung1154 @Nike This veteran supports Kap and Nike. Of course actually know why and what they are protesting.  H… https://t.co/OiISibDrk8
29090                                        @johnrich @Nike The stupidity is overwhelming and all it takes is research and an understanding of what is happenin… https://t.co/tvQomEYYfv
29091                                                    @12WillPower @verizon @Team_Penske @RaceSonoma @TeamChevy @KMCWheels @Portland_GP @bikeonscott @IndyCar… https://t.co/T2IUf4WRcl
29092                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29093                                                                              RT @MrChristopherX: @sclancy79 @NFL @Nike It works better if you light them while you're wearing them.
29094                                        @johnrich @msmoon61 @Nike @Kaepernick7 I believe in the 1st amendment and free speech. Trump actually called for pe… https://t.co/GAUtEO7Akg
29095                                           @TJDIETZ22 @Dr_Nate__ @Walmart I mean he’s a cool kid. We just don’t agree on the same political thoughts. Not gonna hate the kid for it.
29096                                                RT @Realmarkcrowell: Wow! My entire woredrobe is Nike..NEVER buying @Nike again. You want Kaep and clearly not my money #boycottnike
29097                                        @sclancy79 @NFL @Nike Lololololololol! Looks like Nike might lose a little money! But THEY KNEW THAT ALREADY AND TO… https://t.co/9YahOr2R0b
29098                                                                                      Them Acronyms coming out soon. Perfect time for all the disingenuous flag wavers to ban @Nike.
29099                                        I encourage anyone who wants to #BoycottNike to take any @Nike merchandise they want to burn and send it to me. I'l… https://t.co/Bv0TyFUk9E
29100                                                                                                          @castizo115 @Reuters Durr... Dan Marino? (or whomever from Ace Ventura 😂)
29101                                                                                                                  @m8145a7215c @johnrich @Nike Yeah who the fuck??  Guitar poser POS
29102                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29103                                        RT @gerher9826: Check out Vintage Antique pewter candlestick Christmas.   https://t.co/pd82BpnxKd via @eBay #vintage #followvintage #vintag…
29104                                            we just really want another season @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca '#WeWantEyewitnessSeason2'
29105                                                                                                                   @ClayTravis @Nike Son it’s exhausting being white. I’m convinced.
29106                                                                                                                                          RT @paulwesley: @Kaepernick7 @Nike Awesome
29107                                        @ClayTravis @Nike @NFL I bought a few shares of UA a month or 2 ago when you suggested it.  Did you have some insig… https://t.co/lrjyv11D7X
29108                                                                                    RT @Oliver_Stacks: @johnrich @tannenbaumr @Nike does he know that he's still wearing Nike socks?
29109                                        RT @slimray11: @sclancy79 @NFL @Nike Trust me; the only thing @Nike execs are doing is laughing at you for being hard-headed. How many time…
29110                                                               @johnrich @Nike Take all of the shits Nike gives and multiply that by the millions. You’ll find zero shits are given.
29111                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29112                                                RT @WayneATAT: @CEO_Studio22Rec @EarthSide2085 @Oliver_Stacks @johnrich @tannenbaumr @Nike His consciousness https://t.co/a8xEeelkq9
29113                                         RT @Manitowan: @johnrich @Nike Thanks Nike. Hey John Rich. Get ready for the truth. There will be a revival of what it means to be part of…
29114                                                   RT @10sevolfan: @ClayTravis @Nike Obviously @Nike has a different definition of “sacrificing everything”. https://t.co/wiw9bwID9k
29115                                         RT @consrvatvebammr: @Nike  What part of the NFL's declining attendance and profits led you to think putting Kaeparnick in a new add was a…
29116                                                                                                                                                     Baby steps 🤷🏽‍♂️ good job @Nike
29117                                                RT @SEWMUCHFUN2: Check out MARDI GRAS Porcelain Jester Doll With Feather Accents And Stand Collectible https://t.co/XOtBhYuuhw @eBay
29118                                        @ColinCowherd @Nike @Kaepernick7 Colin your dead wrong about this one. He was offered a contract by Denver. Manufac… https://t.co/3adD2xPJKH
29119                                                                                                                            @sclancy79 @NFL @Nike Nice going you big blubbering baby
29120                                        @sclancy79 @NFL @Nike And I repeat: For the millionth time. They aren’t protesting the anthem. They’re protesting r… https://t.co/Cm2Uu0pR3L
29121                                                                                        @johnrich @Nike So both you and your sound man are racist af? Thanks for letting us all know
29122                                         @sclancy79 @NFL @Nike No. You simply chose to believe an agenda you wanted to believe rather than listening to the… https://t.co/T2TRTs8f9Q
29123                                         @CSL_SonOfAslan @johnrich @Nike @JulieDiCaro @MichelleDBeadle Hit me with some facts. All the facts I have seen do… https://t.co/cal9RMnDkw
29124                                               @Kaepernick7 @Nike “Believe in something. Even if it means sacrificing everything” —— like stock prices. 😂🤣 dump them ... #justdoit
29125                                                                                                                                        @TomFitton @Nike Nike who?? No more for me!!
29126                                                                                                       @JaimOutLoud @operator_16 @RealJamesWoods @Nike Just pointing out the obvious
29127                                                                                                                  RT @Johnny_Joey: No sweat @Nike I got you. https://t.co/jlpefb2lMn
29128                                                                                                            @sclancy79 @NFL @Nike You should switch to CONVERSE to own those libs!!!
29129                                                                 RT @latinarants: @johnrich @Nike What did you cut up when Trump insulted McCain and the Khan’s? Asking for a friend
29130                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29131                                                                                                                                        @johnrich @Nike They already have your money
29132                                                                                                                                @Kaepernick7 @Nike Time to burn all my Nike apparel!
29133                                                                                     Check out The Book Of Knowledge Encyclopedia 10 Volumes 1966  https://t.co/KV60T4FTEO via @eBay
29134                                        RT @Intense_XEnergy: @ProudResister Thank you @Nike for helping expose these people. They're out here burning up shoes and cutting up their…
29135                                                                                                                  RT @Johnny_Joey: No sweat @Nike I got you. https://t.co/jlpefb2lMn
29136                                                                                                                  RT @Johnny_Joey: No sweat @Nike I got you. https://t.co/jlpefb2lMn
29137                                                                                                                                                       @ClayTravis @Nike Hardooooooo
29138                                                                           @claramanoucheka @manny_ottawa @Nike @Kaepernick7 Lol looking through your tweets I bet you’re not black.
29139                                                                                        @GaryKaltbaum @Nike Go right ahead because for every pair you burn will be replaced with 10!
29140                                                                  @gotmyyheart @netflix @jennyhan @lanacondor @noahcent @israelbroussard @JanelParrish @annacathcart love this b!! ❤️
29141                                                                                                    @johnrich @Nike You destroyed the socks you already paid Nike for...okay...🤦🏽‍♀️
29142                                                                                                                          @TheMarkPantano @Nike Nike—— just don’t buy anything Nike.
29143                                                                                                    @DanishaDanielle @ClayTravis @Nike Sacrificing? Yes. Sacrificing everything? No.
29144                                         RT @TheRickyDavila: I love the fact that @Nike is basically honoring Colin Kaepernick by tapping him for their 30th “Just Do It” campaign.…
29145                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29146                                                                                            @WoodenN1ckels @slimray11 @sclancy79 @NFL @Nike You can protest at work that's a fallacy
29147                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29148                                                                                                 @beverageguru1 @Kaepernick7 @Nike Kapernick I am so happy for you! Congratulations.
29149                                                       #Wrapper Women’s Red Polyester Long Sleeve V-Neck #Shirt Size L #Vintage  #ebay #deal #sale https://t.co/bvtRFd4Pc2 via @eBay
29150                                                                                                                          @newbalance lookin to catch some of that @Nike runoff ass.
29151                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29152                                        @TimKennedyMMA @Nike @Kaepernick7 Wow that guy knows nothing about football if he thinks Kaepernick is a good quart… https://t.co/9ozaCL5NMu
29153                                                                                                          @johnrich @Nike Live look in on Nike’s reaction 😂 https://t.co/gzsTH4cFhK
29154                                                            RT @KevVen1020: @Tramellb85 @wilde_dylan @biasandpairs @ClayTravis @Nike Looks like this dude is going to sketchers lmao
29155                                                                                            RT @TheJordanRachel: The new Nike campaign is the best advertising @adidas has ever had!
29156                                        RT @JakeGint: I don't think @Nike has taken this brutal an endorsement hit since poor @TigerWoods took an Elin Nordegren 3-wood to the side…
29157                                                                                           @GerberKawasaki @ValueAnalyst1 @CGrantWSJ @WSJ @nytimes @Reuters @business And Bloomberg!
29158                                        @28Bangkok @Nike Why would you be insulted by someone exercising their first amendment rights...  You may have serv… https://t.co/M05ML6tHfV
29159                                                                                                                                          @TMclaughlin3 @shan_gyee @Reuters Justice?
29160                                        @ClayTravis @Nike @NFL Awe another Nashville person saying this is bad. Wow racist much. Clearly he cannot stand fo… https://t.co/c320LLcyBJ
29161                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29162                                        @WoodenN1ckels @slimray11 @sclancy79 @NFL @Nike The Anthem and flag doesn't have anything to with the protest but t… https://t.co/IZ4IEgSrWr
29163                                                                                                                                   @johnrich @Nike Anybody know who the soundman is?
29164                                                                                                                  RT @Johnny_Joey: No sweat @Nike I got you. https://t.co/jlpefb2lMn
29165                                        @JeffedInTheA @Kris_Sacrebleu @JustWhatNowWhy @johnrich @msmoon61 @Nike @Kaepernick7 Man. That’s hurting my feeling… https://t.co/fwICFO0axK
29166                                                                                                                                   @johnrich @Nike What the hell did he cut it with?
29167                                                                                                                                                             That’s great shit @Nike
29168                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29169                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29170                                                                                                                       @johnrich @Nike Cool story on socks they already got paid on.
29171                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29172                                                         @johnrich @JackHockett1 @Nike I’m not cutting my Nike socks. I like them. What a dumb thing to do. Donate them ffs. Geezus.
29173                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29174                                        RT @dmmktg: @JamesAGagliano @gelicmonkey @Nike Wow James will @cnn approve of you going against something they support? I applaud your doin…
29175                                        @Nike @nikestore #MAGA #Nike LOVE my Nike socks... all those that dont.. please feel free to PROVE YOUR A RACIST ON… https://t.co/YJw6UhxCuj
29176                                        @WoodenN1ckels @JustinTweets4 @sclancy79 @NFL @Nike Can u just put up a photo of u burning something u already paid… https://t.co/JsG5LpzGVT
29177                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29178                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29179                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29180                                                                                                        @johnrich @Nike What's a John Rich and why does he need a dumbfuck soundman?
29181                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29182                                        @thecjpearson @Nike I think we need to rise above identity politics. Create a new Republican Party that thrives.And… https://t.co/k4EgWrIJ5F
29183                                        RT @David321to74: Check out Glass Terrace Green Christmas Candy Sugar and Creamer  https://t.co/BLZxwUjkQq via @eBay https://t.co/GM0fS7ehjk
29184                                        RT @MaxChina3: An extremely good thriller...SCARY!!!' Amazon USA Review. https://t.co/PhgyQGOkhz via @amazon #bookplug #horror #thriller #I…
29185                                                                                                                                    @johnrich @Nike But they still Nike socks so....
29186                                                                                                  @WalshFreedom @Nike @Kaepernick7 The notion that “America” isn’t racist is absurd.
29187                                                                            RT @MollyJongFast: We’re gonna wear @Nike from now on. Thank you @nike for this. https://t.co/O1vw5tRba8
29188                                              The blinders that covers people's eyes on regards to what @Kaepernick7 and @Nike are doing is incredible. Open your eyes people. Geez.
29189                                                                                                                                              @dey_virtuemoir @adidas gorgeous queen
29190                                                                                                                                             @Nike Nice job! https://t.co/lAtZLU3hbd
29191                                        RT @StoxMan1: @FalchiPaul @dbongino Return the @Nike. They will never see us purchase from them again ! Buy @newbalance instead. Much bette…
29192                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29193                                        @megbyr @jackreggie123 @DineshDSouza @Kaepernick7 @Nike I did not say kick them out... I challenge them to find a b… https://t.co/RHOts2gCwB
29194                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29195                                                                                                                      Check out my listing @eBay - https://t.co/mSIWyEgftQ via @eBay
29196                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29197                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
29198                                                                                                                                                 Idiots @Nike already got your money
29199                                         @JaniceDean @Nike @JJWatt So are you asserting @Kaepernick7 is not a good human being? Enjoy being out of style in… https://t.co/FiK8axH8HU
29200                                                                                                                                          @63GBPackerfan @Nike Exactly. Good message
29201                                                                                                                                                         @Kaepernick7 @Nike Shameful
29202                                        RT @HermanSafety: @bobbi_bobbi @Kaepernick7 @Nike You are on an island by yourself lady! Thousands of us vets have no respect for this guy.…
29203                                        @Incogneetoh @WoodenN1ckels @allisankelly @sclancy79 @NFL @Nike Why do we only hear from him during football season… https://t.co/Edw30B6gnI
29204                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29205                                     RT @WokeZilla95: @johnrich @msmoon61 @Nike @Kaepernick7 Hey John meet my uncle. Fought in WWII &amp; Korea. Came home to nooses hanging from a…
29206                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29207                                                                                                                     RT @Nike: Unstoppable belief. #justdoit https://t.co/9Axn3glvwz
29208                                           @2MUCHSHWAGG @Tyove23 @johnrich @Nike Word bro. Bro I’m waiting for the day I encounter someone dumb enough to say something racist to me
29209                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29210                                                                                  @Nike it's your right to hire Kaepernick..it's my choice not to buy your product anymore.go Adidas
29211                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29212                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29213                                                                                                                              @sueskate @Reuters Awwww is that your form of protest?
29214                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29215                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29216                                                                              @MillerSucks @Daddyruc @Gilsfever @darrenrovell @Kaepernick7 @Nike Easy.  He's following Obama's lead.
29217                                        #BoycottNike and their new  #AntiAmerica #AntiPolice #AntiAmericanFlag #AntiVeterans ...This Is @Nike New Message T… https://t.co/nnfUdUK8of
29218                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29219                                         @GodivaGuillory @ReallyGoddess @Amy0227 @Kaepernick7 @Nike Big thing is for people to obey the police officer when… https://t.co/Nwg62eXfjD
29220                                                                                                         RT @MARINE_99ZULU: I’m an @adidas kinda guy anyway! https://t.co/ji3h7P05mL
29221                                                                                                                                Well @Nike just alienated an entire customer base...
29222                                                                                                                          @Manokotak1967 @noss21 @Kaepernick7 @Nike Your proof? Liar
29223                                                                                                                                    @mickeysooner @Nike Adidas all the way.🖕🖕NIKE.
29224                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29225                                        @WoodenN1ckels @LGAdamsWriter @blurbette @AntoineTheFresh @slimray11 @sclancy79 @NFL @Nike You don't see the action… https://t.co/fefex3yWN9
29226                                                                                                                                                   @johnrich @Nike This ratio tho 🙃
29227                                                                                                                                                  Expect 45 to start attacking @Nike
29228                                                                                          @archeryjunky23 @Gitvnaamor @ClayTravis @DoogiestDoog @Nike Not a mentality it’s a reality
29229                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29230                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29231                                             @pass_Shepherd @davefolk @GraceRandolph @Disney @ryanbparker Then say that. Don't bring MAGA nonsense into this and play dumb about it.
29232                                                                           @tonyposnanski Lol these Trumptards actually think @Nike will go broke if they stop buying??  🤦🏼‍♀️🙄🙄🙄
29233                                         @chmjiii @roddy_pee @GovMikeHuckabee @MariaBartiromo @FoxBusiness @Nike Amen to that!  A little more empathy and a… https://t.co/nHldpwpkbk
29234                                         @Karcossa @eBay Oh man I’m gonna cry. Wish we could have paid off for you all the plans we laid the groundwork for… https://t.co/BubBwG1a7S
29235                                         @BettyBowers 🙌🏽💯🎉 yes!! Normal folk and TRUE PATRIOTS are celebrating @Kaepernick7 and loving @Nike @nikestore… https://t.co/WSr9X2rD8J
29236                                        @johnrich @msmoon61 @Nike @Kaepernick7 Hey asshat racist shitfirbrains @johnrich — I’ll do one better than unfollow… https://t.co/FbErcBNcJx
29237                                        @johnrich @msmoon61 @Nike @Kaepernick7 Hey asshat racist shitfirbrains @johnrich — I’ll do one better than unfollow… https://t.co/FbErcBNcJx
29238                                                                                 @darrenrovell That right @Nike grab um n check this Orange little drone man https://t.co/dx2uUDoFyi
29239                                        @johnrich @msmoon61 @Nike @Kaepernick7 Hey asshat racist shitfirbrains @johnrich — I’ll do one better than unfollow… https://t.co/FbErcBNcJx
29240                                        @johnrich @msmoon61 @Nike @Kaepernick7 Hey asshat racist shitfirbrains @johnrich — I’ll do one better than unfollow… https://t.co/FbErcBNcJx
29241                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29242                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29243                                         RT @lindsayczarniak: Glad to see @Nike make such a bold move. Hoping an @NFL team follows suit and gives him a shot https://t.co/XfHErvpLdH
29244                                         @DanishaDanielle @ClayTravis @Nike What did he sacrifice - he walked away from his contract - that’s not sacrifice… https://t.co/4cQiVedULa
29245                                        @contractorus @sclancy79 @NFL @Nike So Kap can't stand by his? Double standard sounding he to me buddy. All good mo… https://t.co/xNJ94diYye
29246                                                                                                                                         @ClayTravis @Nike Grrr where’s my Ensure!!!
29247                                              @Kaepernick7 @Nike I applaud @Nike and will definitely continue to buy your product. Thank you for being on the right side of history.
29248                                        @johnrich @Nike Pretty sure @Nike will be on the right side of history on this issue bub. Maybe your soundman neede… https://t.co/GG6IrKQqpa
29249                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29250                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29251                                                                       RT @rosalindprestag: @krassenstein @Nike @Kaepernick7 There are more of us than there are of “them”. Go Nike!
29252                                                                                     @johnrich @Nike Morons do tend to hang around with other morons. So I suppose that explains it.
29253                                        @DaddySnagz @Hank_Steinmann @JuddApatow @johnrich @Nike You’re talking to someone who’s proud of saying shit like t… https://t.co/1WUauZWGA1
29254                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29255                                        BYE BYE @Nike - Light em up for nice campfire #justdoit . Backwards Nike Marketing features NFL's #Kaeperdick among… https://t.co/da3GnrKy8e
29256                                    @Nike @nikestore @NikeRunning @nikefootball You disgusting scum bags at Nike are trash liberal globalist scum &amp; hav… https://t.co/4TIj5g8uvR
29257                                                                                                 @johnrich @Nike So what...wish their families  had a choice https://t.co/K1WxJWBERt
29258                                                                                            RT @PaintOrThread: @johnrich @Nike You can protest but Colin can’t? Makes so much sense.
29259                                                                                            @calles_perii @tonyposnanski @Nike @Kaepernick7 I love those!! It's time to go shopping!
29260                                                                                                                           @AmakaUbakaTV @Nike @Kaepernick7 @UnderArmour all the way
29261                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29262                                            @63GBPackerfan @Nike 🙌🏽💯🎉 yes!! Normal folk and TRUE PATRIOTS are celebrating @Kaepernick7 and loving @Nike… https://t.co/JH3RWtWzrw
29263                                                                                                                  @johnrich @Nike You know...he...he already paid for those socks...
29264                                                                                                      @realOCsports @Nike If @Crocs sponsors Kaep the Trumpers will lose their shit.
29265                                                                         @MyBeachChair @johnrich @msmoon61 @Nike @Kaepernick7 Not sure who @johnrich is but he's obviously an idiot.
29266                                                                                                                                       @johnrich @Nike There’s no former marines bud
29267                                                                      RT @RealDark_Kent: @Kaepernick7 @Nike Sad I have to post this...   Time to buy @adidas https://t.co/02SK8SGdRB
29268                                        @ZacharyLeigh44 @Jaxgma3235 @johnrich @Nike @realDonaldTrump So he decided to destroy socks he has already paid for… https://t.co/3tOejWmC5R
29269                                                                                                      @johnrich @Nike Wouldn't it be easier to just throw the socks away? How silly.
29270                                                                                                    @johnrich @Nike It’s good to know that you came out of the closet. Openly racist
29271                                                                                                                                  Props to @Nike. What they are doing is INCREDBILE.
29272                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29273                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29274                                               @johnrich @Nike My son is also a Marine and says he fought to protect ALL of the rights under the constitution including free speech.
29275                                                                          @BarryBr20227366 @RMFTBURNS @Kaepernick7 @Nike Lol these MAGAts thinking Tillman wouldn't be kneeling now.
29276                                                                                    RT @jamieleecurtis: The swish got it right! Well done @Nike @Kaepernick7 https://t.co/KL0APrGvf6
29277                                        RT @cendella: @RealCandaceO @adidas @adidasUS @adidasUK Y'all crying about how you're not buying Nike products anymore then find out they o…
29278                                                                      RT @RitaPanahi: Trump when he heard @Nike was making @Kaepernick7 headline news again. https://t.co/DUdCXYk4di
29279                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29280                                                                                                                 Team Nike all day! @Nike @nikebasketball #justdoit #salute ✊🏾🙏🏾
29281                                        RT @Colonel_Ted: Did @TheOnion publish this story? Surely @Nike can’t be dumb enough to want their business to be associated with @Kaeperni…
29282                                                                                     @CoolTrainerEl @sisterrachelle1 @sclancy79 @NFL @Nike I’m wearing my Nike’s with my Nike socks.
29283                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29284                                                                                                                                          RT @paulwesley: @Kaepernick7 @Nike Awesome
29285                                        RT @OrenstenLibrary: Dear @netflix please say more Lara Jean and Peter Kavinsky movies are coming! I finished the whole series and it was p…
29286                                                                                  @GaryKaltbaum @Nike Everyone will now be listening to your new self-imposed campaign. #JustLeaveIt
29287                                        @sclancy79 @NFL @Nike You dope. The flag and what we fight for is FREEDOM! Freedom to  choose who tonprayvto. How t… https://t.co/zJtWyvwydD
29288                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29289                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
29290                                                                                             @mamurf41 @RealCandaceO @adidas @adidasUS @adidasUK Cc @NuclearTakes Nike owns Converse
29291                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29292                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29293                                    @AndyStumpf77 @Kaepernick7 @Nike Unless vets were drafted they chose the job &amp; got “paid” for their service. I am s… https://t.co/FUIhIsbgmc
29294                                                                                                                                    @johnrich @Nike But... he already paid for them.
29295                                                                                                      @TomFitton @Nike lol  Is he going to wear knee pads in his commercials? 🤣🤣🤣
29296                                        RT @statedeptspox: The conviction of @Reuters journalists Wa Lone and Kyaw Soe Oo is a major setback to the Government of #Burma's stated g…
29297                                        RT @georgewrighster: The best part about the @Nike 30th anniversary #JustDoIt campaign featuring Kaepernick is that Nike is the NFL officia…
29298                                                                                                                                                    UPS @UPS @UPSHelp online can smd
29299                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29300                                                                                      RT @NoLeftTurn2: @USA_AllenK @FoxNews @FoxBusiness @Nike Buy New Balance. USA 🇺🇸 Proudly Made.
29301                                    @johnrich @Nike I wonder how this sound man feels about the fact @Nike creates #NikeSaluteToService jerseys &amp; gear.… https://t.co/oX2bZqy3i1
29302                                        RT @TimKennedyMMA: Just like that I will never wear anything @Nike again. I respect and appreciate @Kaepernick7 ‘s right to freedom of spee…
29303                                                                   @HermanSafety @bobbi_bobbi @Kaepernick7 @Nike Bet you support trump though. And he doesn’t give a damn about Vets
29304                                                                                                                                @sclancy79 @NFL @Nike lmao imagine being this stupud
29305                              @Chewy @amazon Thor &amp; Loki: thanks you🐾🐾 please tell our older sisfurs. They think they are purrfect &amp; we are pesky… https://t.co/F1NMM9Stt7
29306                                                                                                 @Vote_Blue_2018_ @MEEPPSison @johnrich @Nike Are those Nike socks he's wearing? LOL
29307                                                                                                       I haven’t bought a pair of @Nike sneakers in a while but I might need to now.
29308                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29309                                              RT @6th__man: imagine trying to teach @Nike a lesson by burning their stuff AFTER they already have your money https://t.co/nAaUxAuMOI
29310                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29311                                        RT @NatCookResists: @BatmanResist @CaptainsLog2O18 @Nike @Kaepernick7 @1IronMan2018 @1WarMachine2018 @StormResist @LunaLuvgood2017 @TheSWPr…
29312                                                                                    RT @jamieleecurtis: The swish got it right! Well done @Nike @Kaepernick7 https://t.co/KL0APrGvf6
29313                                        @jk085016 @GaryKaltbaum @Nike Come on guy. We both know you alone could not affect the price of Nike shares by shor… https://t.co/1gbTrfOpoz
29314                                        @ejmashburn @Mathieu_Era @DavinBellamy17 @Nike That “idiot” had a 4.0 in college and scored a 38 on the wonderlic t… https://t.co/FQs2rnoMu0
29315                                         @redroz0595 @johnrich @TomiLahren @Nike @Kaepernick7 @Reebok @greggutfeld @kilmeade @RedneckRiviera they will from… https://t.co/xs9bPoMDXK
29316                                         @MamieCole @johnpavlovitz @johnrich @Nike oh brother.   He isn't doing jack.   People aren't ignorant because they… https://t.co/OfI1uGYifK
29317                                                                                                                                                    Shoutout to @Nike “what we like”
29318                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29319                                                                                                                                                   @johnrich @Nike Way to own @nike.
29320                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
29321                                                                                                @SeanParnellUSA @JaniceDean @Nike @JJWatt Just makes it’s easier to spot the racists
29322                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
29323                                                                                                                                            I’ll stick to collecting @Nike slides 🤕
29324                                                                                                                    @RealJamesWoods @Nike Just another crook https://t.co/SpRAOF8IAd
29325                                                                                                                     @sclancy79 @LouDobbs @NFL @Nike Not to worry...we are with you.
29326                                                                                      RT @matt__enloe: destroy your expensive @Nike clothing to own the libs https://t.co/qhJonx9wO2
29327                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29328                                        RT @hauntscene: Tune in tomorrow at 8pm EST on our @facebook live for @hauntscene’s Season 4 premiere!  We’ll be doing our 2018 Haunt Seaso…
29329                                        @wwos @Nike What did this joker sacrifice? Didn't perform in his job; wrongly politicised sport; degraded the US na… https://t.co/zUk1h7mXte
29330                                                                                                              @thecjpearson @Nike Nike shares set to plummet when the market reopens
29331                                                                                                                    @sclancy79 @NFL @Nike You are an idiot-free speech goes both aus
29332                                                                  RT @Reuters: Brazil Uber driver accused of kicking out blind woman https://t.co/IDdWupnnSW https://t.co/sSHsUlOTsw
29333                                                                                               @LarryOConnor @Nike @Reebok New balance is good too. Whichever is comfortable for you
29334                                                                                                 @CannadogCO @Reuters I hear you. But this is their stage. They can’t fire them all.
29335                                        RT @JohnDeere: JDLink™ Connect is now available on select John Deere combines (MY2009 – MY2018) for $0 up to 2 years! This offer ends Septe…
29336                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29337                                                                                                                                                                        Fixed. @Nike
29338                                                                                                              @JohnLegere @verizon @ATT @TMobile Also get this shit off my timeline.
29339                                                             @AKraemer23 @jacobwalters85 @ColinCowherd @Nike @Kaepernick7 I think he’s right.  Rednecks in Bama love their Jordan’s.
29340                                        RT @uniononly: @johnrich @Nike I'm just an old hillbilly and never bought clothing with any logo but I will sure as hell have a NIKE logo o…
29341                                                Check out Dockers Khaki Tan Pants Size 4M USA Hip Hugger 4 Slit Pockets Belt Loops Fly Fr #DOCKERS https://t.co/9qG1bMPWZj via @eBay
29342                                        @Kaepernick7 @Nike Sorry but I can't respect someone that disrespects the flag of the country that pays him million… https://t.co/qnqcIj5NcV
29343                                        @TwitterMoments @49ers @Nike WHAT did he sacrifice!? He’s still suing bc he doesn’t understand that owners have fre… https://t.co/3NxMBlxLOO
29344                                             La Casa de las Flores/The House of Flowers #LaCasadelasFlores #houseofflowers #netflix @netflix @AislinnDerbez… https://t.co/vrutaaLEq4
29345                                        RT @USA_AllenK: @FoxNews @FoxBusiness @Nike selected the controversial former San Francisco 49ers quarterback Colin Kaepernick as the new f…
29346                                                            @johnrich @Nike You rightwing pussies are always such fucking bawl babies whenever someone has a view you disagree with.
29347                                                                       @jamieleecurtis @Nike @Kaepernick7 Holy shit! Jamie you're still alive? You were so hot back in like the 70s!
29348                                         RT @SinisterThings: @johnrich @Nike And yet @Nike still got your money. This post alone made me go to https://t.co/erdtR4Gggv and buy some…
29349                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
29350                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29351                                                                                                                                              @johnrich @Nike Just shut up and sing.
29352                                                                                                    RT @danielx2: I #TakeAKnee with Kaep... AND with @Nike ! https://t.co/BUNJdmdUin
29353                                                                             Check out Lucky Brand Women’s Long Sleeve Cold Shoulder Blouse Size Small https://t.co/1mHUadNsN4 @eBay
29354                                         @Kaepernick7 Incredible @Nike - I wear my swoosh even more proudly today. Your training apps support me on a daily… https://t.co/KtgzToT4Z6
29355                                                                                        @sclancy79 @NFL @Nike Lol they already got your money when you bought those shoes idiot 😂😂
29356                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
29357                                                    @nytimes I'm sure. @nikkihaley will be like all the other @gop snowflakes and will boycott @Nike. Since she thinks she is white.
29358                                              RT @6th__man: imagine trying to teach @Nike a lesson by burning their stuff AFTER they already have your money https://t.co/nAaUxAuMOI
29359                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29360                                                                                 @hunnybunchez_ @BobWally @mikeclark66 @realTylerZed @Nike Ok marketing genius- let’s chat next week
29361                                                     @MichelleMovinIt @Nike The new face behind Nike is Kaepernick. I don’t like what he stands or I should say “doesn’t stand for”.
29362                                        @Djcali1985 @Nike @Forever21 @Kaepernick7 By donating to a cop killer who ran away to Cuba? HAHAHAHA! Fuck off moro… https://t.co/PN5GslhyrR
29363                                        @Nike I’m against everything Colin stands for and so many people I know are. That’s why no team picked him up! I kn… https://t.co/fasiDICLPn
29364                                        RT @WoodenN1ckels: @slimray11 @sclancy79 @NFL @Nike I can’t protest at work. They will fire me. Your freedom of speech only protects from g…
29365                                                                                                                                 @johnrich @Nike I'm just here to read the comments.
29366                                                   @BlutoActual @johnpavlovitz @johnrich @Nike MLK was offensive to the vast majority of Americans. Should he have changed his tune?
29367                                                                                                             @Michael_Buffer @Nike You sound ridiculous!! Courageous?? good grief no
29368                                        @ClayTravis @Nike @NFL NFL will just start their own company called adidas or Redbox oh those already exist as alte… https://t.co/csi92wIOmw
29369                                        RT @MaraJade_2017: @NatCookResists @DeadpoolResists @BatmanResist @CaptainsLog2O18 @Nike @Kaepernick7 @1IronMan2018 @1WarMachine2018 @Storm…
29370                                                                                 @sclancy79 @NFL @Nike Starting a brush fire to own the libs.  Hope you didn't burn your house down.
29371                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29372                                                                                                                                       @Kaepernick7 @Nike Who’s boycotting Nike now?
29373                                            @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell @timkaine… https://t.co/p2NzWKmHiX
29374                                        @Nike #JustDoIt #justdontbuyit  I’m going to keep trolling Nike. Don’t buy anything #BoycottNike. They are a big jo… https://t.co/ga47ouRycN
29375                                       RT @Sta1tOfLiberty1: @Kaepernick7 Another pretentious #cultLEFT millionaire with a @Nike contract means you haven’t sacrificed ANYthing.🙄On…
29376                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29377                                                                @johnrich @Nike Just when I think people can’t get any more dumber! Thanks for the laugh! I think Nike will be okay.
29378                                                                 @TonyKimble4 @eye_wuv_errbody @LngNstrt @OccupyTheDems @johnrich @Nike And all those Dixiecrats became Republicans.
29379                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29380                                                          I honestly can’t picture anyone protesting @Nike as ever having worn anything other than dad jeans and sandals with socks?
29381                                           @RealCandaceO @adidas @adidasUS @adidasUK Nike will find out what happens when they throw America under the bus.… https://t.co/7snAreWgMa
29382                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
29383                                         @Paisano @RealJamesWoods @StacyLStiles @Nike How many children around the world have literally been murderd in the… https://t.co/PEr82x7sVH
29384                                                   Check out Disney Parks Mickey Mouse White Windbreaker Zip Jacket Hoodie Women's Size XL #Disney https://t.co/erJiXFSogV via @eBay
29385                                                                                                                  @conlesdar @Kaepernick7 @Nike He made it to the NFL you dumb fuck.
29386                                        RT @SuzanKBuckner: @johnrich @Nike Also..A BOYCOTT is only effective if you do not buy the item in the future. Destroying something that yo…
29387                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29388                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
29389                                        RGB disses @Kaepernick7 = @Nike #Stupid San Francisco 49ers quarterback Colin Kaepernick for their “dumb” and “disr… https://t.co/hUhHfczbc1
29390                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29391                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29392                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29393                                        RT @TimKennedyMMA: Just like that I will never wear anything @Nike again. I respect and appreciate @Kaepernick7 ‘s right to freedom of spee…
29394                                        A prosecution witness revealed police planned to ‘entrap’ @Reuters reporter. Several contradicted police accounts w… https://t.co/qmQeyaOgBE
29395                                         RT @consrvatvebammr: @Nike  What part of the NFL's declining attendance and profits led you to think putting Kaeparnick in a new add was a…
29396                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29397                                                                                                           @StacksKimberly @vickibazter @Nike Under Armor. Better than Nike any day.
29398                                        RT @johnrich: @flora_robert13 @Nike @Kaepernick7 @Reebok @TomiLahren @greggutfeld @kilmeade @RedneckRiviera Except for the police...Maybe @…
29399                                                                                    @TomFitton @LouDobbs @Nike Nike sucks apparently they want people to buy adidas shoes no problem
29400                                                                                    RT @Oliver_Stacks: @johnrich @tannenbaumr @Nike does he know that he's still wearing Nike socks?
29401                                        RT @rmmageddon: Over the years @Nike has done some incredible storytelling with its marketing which when executed at its best has resonated…
29402                                        RT @ChrisLoesch: Dear @Nike - you just destroyed your brand. It is dead to the segment of the population that work and can afford them. See…
29403                                         @KayveFawkes @johnrich @LiberalsSuck321 @Nike could you please retweet this to Trump? Cuz every day he tweets some… https://t.co/ZSeqWsg28u
29404                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29405                                                                         @bradyteague @adidas @Nike Going to see capitalism at work over this one. Glad I don’t have any Nike stock.
29406                                                    @johnrich @Nike I don’t believe that your sound man is a “former Marine”. Once a Marine is always a Marine. Somebody is lying...
29407                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29408                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29409                                        @AMorganByrne @bruce_menser @el_travos @CaseyNeistat @Nike @Kaepernick7 Heroes are in multiple forms. The kid who c… https://t.co/WmjC3lPnYF
29410                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29411                                        Brands have become people. People have opinions. Expect to see more brands follow in @Nike shoes’ and express their… https://t.co/RnXToZJUqv
29412                                                   @johnrich @Nike Umm. Yeah. Us libs really hate it when you destroy your socks. All you property actually. It makes us feel owned.
29413                                        RT @StephA_SC: @williamlegate @sclancy79 @NFL @Nike Maybe something else good can come out of the idiocy. I'm purchasing a pair of @Nike sh…
29414                                                              @WalshFreedom @SamScrogg @Nike @Kaepernick7 So then what Donald Trump do for America before he became your president??
29415                                                                               Check out Courtney Soule autographed 8x10 Photo COA Gorgeous Model  https://t.co/xHF0zP429n via @eBay
29416                                                                                                                             @JeffBezos what is @amazon doing to protect the Amazon?
29417                                                                                      @johnrich @Nike This is the dumbest fucking thing I’ve ever witnessed. https://t.co/BkCIu34sF2
29418                                                                                                                                                                  I see you @Nike !!
29419                                                     @alozras411 @Nike @bbusa617 @grizzlemeister @ROCKONOHIO @GartrellLinda @KatTheHammer1 @PhilMcCrackin44… https://t.co/gUo2BDOMYS
29420                                                   RT @MollyJongFast: @sclancy79 @NFL @Nike They’re kneeling to protest being murdered. What would you do to protest being murdered?
29421                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29422                                        @ChrisLoesch @ChiCheeseHead @aj_powers @Nike @DLoesch @KrisParonto @SeanParnellUSA @JesseKellyDC You think police b… https://t.co/GfyGnrvcj0
29423                                                                                                                       @sclancy79 @NFL @Nike They didn’t become offensive . You did.
29424                                        @IamCjCarter @johnrich @msmoon61 @Nike @Kaepernick7 I suppose I’m always a little disappointed but never surprised.… https://t.co/jZUaXa3HpY
29425                                         @WalshFreedom @Nike @Kaepernick7 He is against racial injustice at the hands of police.  We all should be.  America is still PLENTY racist.
29426                                        RT @Unpersuaded112: @johnrich @Nike I will take a guess here that @nike considered this and still decided to do this because you are just N…
29427                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
29428                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29429                                        @sclancy79 @NFL @Nike hahahahahaha this man is literally trying to act like he's somehow taking money away from nik… https://t.co/srtN1FWo2o
29430                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
29431                                                               @CullmanWallace @StephA_SC @matbo2 @Montana2Rice4Ev @williamlegate @sclancy79 @NFL @Nike Thank you. Socks it will be.
29432                                                                                                                                                           @_trulyARS @Nike Ball out
29433                                                                                                         @Tyson_J_White @johnrich @Nike They look like socks I had in the 5th grade.
29434                                                                                   Wow dude why did you do that? Now @Nike just lost 10$ and now their going to go bankrupt 😱 🤦🏾‍♂️
29435                                        @thety2fly @Nike I’m disgusting with our Suck-To-Putin POTUS...He does not define patriotism. He defines cowardly c… https://t.co/wkkaBbRaAE
29436                                                                                                      @itgEvangelist @PayPal TBQH I would rather chew off my arm than use PayPal. 😡
29437                                         @mamurf41 @BBoyForChrist @noh_idea @RealCandaceO @adidas @adidasUS @adidasUK @serenawilliams You're learning a lot… https://t.co/EUZtaRQGHt
29438                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29439                                        RT @JesicaNicholas: All these people saying they’ll never buying @Nike again over the @Kaepernick7 ad. 1st of all-🙄 y’all pathetic. 2nd-No…
29440                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29441                                        RT @ProudResister: The Trump supporters protesting @Nike by burning their sneakers are doing it wrong. They should be taking a Nike basebal…
29442                                                    Check out Girls Clothes All Size XL 2 Piece Set Ivory Tank Top &amp; Pants Gray Gaucho's  NEW  https://t.co/bbYUvatXlQ via @eBay
29443                                        RT @officialkpxii: White people swear like their us dollar is more valuable than any other minorities’ us dollar. I love @Nike and I’m gonn…
29444                                                                                                                                                Let's make @Nike go bankrupt! 😂👌🇺🇸
29445                                                                                                                                     @johnrich @msmoon61 @Nike @Kaepernick7 Cry baby
29446                                                                            @cpucfknight @caingle @ucf_problems @Nike @Shaquemgriffin True totally agree. It’s great for UCF though.
29447                                        Remember the last time white people burned valuable merchandise? @Nike @Kaepernick7 @ringostarrmusic @PaulMcCartney… https://t.co/gryxVosZRu
29448                                                                                Check out Lularoe  Randy - 2XL - Striped NWT #LuLaRoe #BaseballTee https://t.co/GXFCP0qEey via @eBay
29449                                        @Luc_from_Ottawa @manny_ottawa @Nike @Kaepernick7 As far as the cops. I have been QUESTIONED many times. I have alw… https://t.co/e7SrtThknp
29450                                                                                                                @skjupnorth2 @JaniceDean @SeanParnellUSA @Nike @JJWatt Kelly gets it
29451                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29452                                                                                                                                              @Breaking911 @Nike. Not buying anymore
29453                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29454                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29455                                                            Hercules Finds His Courage: fantasy book for kids ages 6-8 (Taki &amp; Toula Time... https://t.co/dmOuhMOE2I via @amazon
29456                                                                                                                                         @johnrich @Nike Omg the comments 😂😂😂😂😂
29457                                                                                   RT @johnpklake: @CB618444 @G1rly_Tattooed @NFL @Nike Swoosh ya later 👎👟 https://t.co/5MQVoTAaEt
29458                                        I stand @Nike so much. For what they stand for and the people they use to get their stance across. Standing for all… https://t.co/KyoGk6Lhac
29459                                                                                                                       RT @YzyPreme: @washedgram @Nike You are the lucky winner DM!!
29460                                                                                  RT @angeil: @johnrich @Nike Nike still has your money &amp; now you gotta go buy new socks #stupid
29461                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29462                                                                                                                                                  @1776Stonewall I’m done with @Nike
29463                                                                                                   @RealCandaceO @adidas @adidasUS @adidasUK Yesss...@adidasUS is 💯for comfort too.
29464                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29465                                                                                                      @johnrich @Nike He already paid for them... That’s a good logic there 😂😂😂😂
29466                                                                                       @johnrich @Nike while y’all cuttin that shit up cut y’all damn throats too miserable bastards
29467                                                        Check out CHRISTMAS ORNAMENTS WOOD HAND PAINTED 3 PC SET 1 ELF 1 OWL 1 ROUND LIGHT WEIGHT  https://t.co/Je1lR4L7JA via @eBay
29468                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29469                                                                                                                  @DavisFletch @Nike Evidently they hired a thug to appeal to thugs.
29470                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29471                                                                                                                                         @JaniceDean @Nike @JJWatt Where's the money
29472                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29473                                                                                                                       RT @Destinbeach22: Just burn it @Nike https://t.co/BSbGEsoObB
29474                                       RT @SanMateogirl11: @foxtrotmike1112 @skb_sara @ROHLL5 @jd_gameon @LilaMAGA7 @KNP2BP @Nike @NFL GREAT TWEET MIKE 💪 PERFECT I’M CALLING ☎️📞📞
29475                                                                                                                                        @johnrich @Nike You guys are still playing??
29476                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29477                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29478                                                                                                                        @KKHack13 @Kaepernick7 @Nike @realDonaldTrump Those are nice
29479                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29480                                                                @sclancy79 @NFL @Nike Next time burn them while wearing them. You'll do the world a favor by ridding it of an idiot.
29481                                                                         RT @JaimePrimak: If anybody mad at @Nike and has some Jordan 1s ... holla at me before you burn them... thx
29482                                                                                                                                                                     DONE with @Nike
29483                                        @sobrien2312 @WalshFreedom @Nike @Kaepernick7 Why does your son/DIL psychosis have any bearing on the police who pu… https://t.co/yvZVFQkOqh
29484                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/GkGjM9mpgp
29485                                                                                                                                                 @sclancy79 @NFL @Nike You’re stupid
29486                                                                                                 RT @TXHiker: @Scooby6951 @johnrich @msmoon61 @Nike @Kaepernick7 You are 🔥. PREACH!
29487                                             @KiddDynamitee86 @Jaxup @Lauriecosta88 @johnrich @TomiLahren @Nike @Kaepernick7 @Reebok @greggutfeld @kilmeade… https://t.co/n14X4AXJkf
29488                                                                                                                                                                  Shout out to @Nike
29489                                                                                                                        @IamCjCarter @johnrich @msmoon61 @Nike @Kaepernick7 You fool
29490                                                                                                                    RT @VintageSports3: Enjoy the fall @Nike https://t.co/jVy5Q3KEMc
29491                                                                           Kudos to @Nike and @Kaepernick7. I know what brand my kids will be wearing to school this year. #JustDolt
29492                                                         @beverageguru1 @Kaepernick7 @Nike And you can go fuck yourself cause no one gives a fuck what you do with your money. Idiot
29493                                                                       @mamurf41 @noh_idea @RealCandaceO @adidas @adidasUS @adidasUK @serenawilliams Converse is owned by Nike...lol
29494                                        RT @ProudResister: The Trump supporters protesting @Nike by burning their sneakers are doing it wrong. They should be taking a Nike basebal…
29495                                        RT @SOimLikeWord: @johnrich @Nike I’m a Navy veteran that is the child of two marines and we all are #VeteransForKaepernick https://t.co/0F…
29496                                                           will continue to support @Nike and their brand ambassadors like @serenawilliams and now @Kaepernick7 👏🏼👏🏼 yes yes yes
29497                                                                 Check out Medela 58200 Sonata Deluxe Double Electric Smart Breast Pump P2 #Medela https://t.co/AOeKSJNSqV via @eBay
29498                                                                  RT @IsraelUSAforevr: From today I would prefer to go naked and barefoot and not wear @Nike https://t.co/h5J51Xjemw
29499                                                                                                    @FrontRowBrian @Nike What was that? I was busy ordering 10 more pairs of Chucks.
29500                                                                            RT @_AnnieWilson: @Kaepernick7 What does sacrificing everything look like @Nike? https://t.co/60AKa0ilzu
29501                                                                            RT @_AnnieWilson: @Kaepernick7 What does sacrificing everything look like @Nike? https://t.co/60AKa0ilzu
29502                                                                       RT @riotwomennn: @sclancy79 @NFL @Nike Have you heard? Your house builder just sent money to @RepMaxineWaters
29503                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29504                                                                                                                                        @alteratyeshiva @Nike You’re wearing braces.
29505                                                                                                                                   Yeah @Nike you may have choose wrong on this one.
29506                                                                                                          @stevebardon @jemelehill @Nike Would love to hear @jemelehill response....
29507                                                                                              The Baobab Beach Retreat: The Hopeful Years Book 2 https://t.co/J43fhpzB7D via @amazon
29508                                        @johnrich @Nike Another bitch-boy tRUmper. Im sure your a white supremacist. I'm sure your music sucks too. Only st… https://t.co/9xOG6VxXIW
29509                                                                                                                    @trolIston_john @Nike Keep trolling behind that keyboard peasant
29510                                        RT @SpectorHairDay: @johnrich @Nike Millions of racists are going to ruin shit they already purchased from Nike just so they can buy it aga…
29511                                        RT @TimKennedyMMA: Just like that I will never wear anything @Nike again. I respect and appreciate @Kaepernick7 ‘s right to freedom of spee…
29512                                        RT @SOimLikeWord: @johnrich @Nike I’m a Navy veteran that is the child of two marines and we all are #VeteransForKaepernick https://t.co/0F…
29513                                                                                                                        @Owison @ShitIHearOnDuty @Nike Accessory before the fact? 😆
29514                                                                                        @johnrich @Nike You are aware that they have already made their money from y’all right? 😂😂
29515                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29516                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29517                                                      @sclancy79 @NFL @Nike Nice pair of fake Nike shoes there genius. Try drawing the swoop on going the right direction next time.
29518                                                                                          Check out Premium Wholesale Makeup Lot (121) pcs - COVERGIRL https://t.co/u2J7km3deh @eBay
29519                                         RT @mamurf41: @noh_idea @RealCandaceO @adidas @adidasUS @adidasUK @serenawilliams We all know what a mess this has been. I totally respect…
29520                                                                                                          @LtCmdShelby2017 @sclancy79 @NFL @Nike Loving your country is racist LMFAO
29521                                @Brian_Chovanec @sclancy79 @NFL @Nike So 🇺🇸 &amp; anthem are symbols of injustice? &amp; America was never great but no Ame… https://t.co/UT4yN8Uzn5
29522                                        @antonio_wiltz @benchten @msmoon61 @johnrich @Nike @Kaepernick7 That does not matter to this argument.  At Gillette… https://t.co/Yrrgmoe0gw
29523                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29524                                        @RickyBarksdale @ClayTravis @Nike This man has sacrificed everything for his country. I salute you fellow human and… https://t.co/azSEmBsfpg
29525                                                                                            RT @iamjakyla: @boudreau_dr @Nike @ClayTravis nike right now. 😂 https://t.co/OWgbZHmpo9
29526                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29527                                                                                                         @sclancy79 @NFL @Nike Apparently when you burned them releasing 15yo STANK.
29528                                         @matt__enloe @pablohidalgo @Nike All the people that are burning their @Nike gears are white...and are insulting a… https://t.co/MnlyLNZIH5
29529                                         For every person that burns their personal already paid for @Nike products #Nike will GAIN 3 new customers because… https://t.co/Eof9f5cVXk
29530                                                               RT @Disney: Don’t miss the final trailer for #DisneysNutcracker and the Four Realms tomorrow! https://t.co/5x82DDPDRF
29531                                         @campdukes @johnrich @Nike I bet he also doesn’t know all the things Kaep is doing to do his part in making things… https://t.co/v3RNuty9Mq
29532                                        @ClayTravis @Nike The military members that died in service died so this guy could take a knee. Like it or not that… https://t.co/7l1XQBEobB
29533                                        @Kaepernick7 @Nike You have ruined this slogan for me. I always used it as a motivational phrase when it came to tr… https://t.co/AxLOsLwE3H
29534                                                                                                            @RealJamesWoods @Nike Bye bye Nike!  You won't live in my house anymore!
29535                                        @sclancy79 @NFL @Nike How’s it gonna feel when you’re remembered in the same regard as the scared simpletons that burned Beatles records? 😂
29536                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29537                                           @PhilMcCrackin44 @DebraMMason1 @Nike @ArizonaKayte @RubyRockstar333 @PatrioticVa @GartrellLinda @TheTestyTarheel… https://t.co/0JOn4QcABO
29538                                         RT @chfortrump: 🚨 🗣#WalkAway from NIKE ! Buy @adidas 👟.                                           #BoycottNike 🕯⚰️ https://t.co/qv9TKy3znZ
29539                                        RT @ProudResister: The Trump supporters protesting @Nike by burning their sneakers are doing it wrong. They should be taking a Nike basebal…
29540                                        RT @RickyBarksdale: @ClayTravis @Nike So please stop using us (veterans) as your stepping stool to the real truth you and many people yours…
29541                                               @911rib @Mimi_ftw @IamCjCarter @johnrich @msmoon61 @Nike @Kaepernick7 You must be a Genius to all your 7 followers...\U{01f92a}🤣🤣🤣
29542                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
29543                                                                       Means it doesn’t matter what you #WhiteSupremacy people think @Nike will be fine even if y’all stop buying...
29544                                                                                                                               @sclancy79 @NFL @Nike How old were those shoes Moses?
29545                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
29546                                                                                                                                     @johnrich @Nike Sounds like a snowflake to me🙄
29547                                                                                                                           @ColinCowherd @Nike @Kaepernick7 Buy Nike ? #justdontdoit
29548                                                                    @_NotFakeNews_ @Nike I say they should REALLY show @Nike and go buy some @Converse now! That’ll teach Nike! 😉😂
29549                                                                                                                                  RT @qdiggs6: Family! @Nike https://t.co/4WLl2DUiRJ
29550                                                                                                                                   @Kaepernick7 @Nike You lost my family’s business.
29551                                                                                  RT @TongueSplendid: @johnrich @Nike Destroying stuff you already paid for? https://t.co/HXZvnE9gIY
29552                                        RT @StephA_SC: @williamlegate @sclancy79 @NFL @Nike Maybe something else good can come out of the idiocy. I'm purchasing a pair of @Nike sh…
29553                                                                                                  @Breaking911 @Nike I always feel bad for the grass when I see something like this.
29554                                                                                    @PhilippeReines Back to school shopping today included two pairs of @Nike shoes for my daughter.
29555                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29556                                                                                              @kvngdion @SandaBlue @jasomnambulism @sclancy79 @NFL @Nike Right! Move to another one!
29557                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29558                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
29559                                                                                                           RT @sacketology: I love the new ad campaign @Nike https://t.co/sO0Qzgwmqr
29560                                        RT @Red_eyedjedi: @Iheartamerica21 @Ollyhondro @jolou26 @johnrich @Nike It was a fellow veteran that suggested he take a knee instead of si…
29561                                         @sclancy79 @virgiltexas @NFL @Nike I'm not convinced. I think you'll need to burn more than one pair to show them you really mean business.
29562                                         @johnrich @msmoon61 @Nike @Kaepernick7 So you support disguising your racism as patriotism? Good to know. God I don’t listen to your trash.
29563                                                                             RT @johnrich: @msmoon61 @Nike @Kaepernick7 So you support his #PIGSOCKS Good to know...Pls unfollow me.
29564                                                                                                                                   @sclancy79 @NFL @Nike God bless Trump for MAGA...
29565                                                    RT @NotRealShaq: @crimsonbeheIit @Sony when the Kraven The Hunter movie coming out so Griffy has a reason to get into Spider-Man
29566                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29567                                                                                                           Gon have to start rocking @Nike now. *rummaging thru closet for sneakers*
29568                                        @johnrich @Nike @Kaepernick7 @Reebok @TomiLahren @greggutfeld @kilmeade @RedneckRiviera hahahaha they still make re… https://t.co/G12s7qFJov
29569                                                                        Check out 2 #Ikea Mugs Cups  Yellow and White     by Designer Maria Vinka  https://t.co/llc2IxT0sh via @eBay
29570                                                                                     @jonfrederic @JoeTalkShow @Nike Well you're going to be one of the very few that does good luck
29571                                        RT @ProudResister: The Trump supporters protesting @Nike by burning their sneakers are doing it wrong. They should be taking a Nike basebal…
29572                                         @johnrich @Nike This is hilarious. So he ruined a pair of socks for which he already paid? You rethuglicans really… https://t.co/2BtlWS3Iv3
29573                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
29574                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
29575                                                                                @TimKennedyMMA @Nike @Kaepernick7 @Kaepernick7 New Nike line of kneepads.  #juststayonyourkneesbitch
29576                                        RT @SOimLikeWord: @johnrich @Nike I’m a Navy veteran that is the child of two marines and we all are #VeteransForKaepernick https://t.co/0F…
29577                                                                                          @Nike Well now I do NOT need to buy anymore Nike gear of any sort! #BoycottNike #NikeSucks
29578                                                                                         Keep cutting and burning your @Nike gear like you didn’t buy them at Ross or a TJ Max.. lol
29579                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29580                                                                                                                RT @Marina_Sirtis: Good for @Nike! #Respect. https://t.co/JOrqkcUWjw
29581                                                                                                   Sorrow's Point (The Marker Chronicles Book 1) https://t.co/rDYaArh1In via @amazon
29582                                        @johnrich @coinabs @Nike @Kaepernick7 @Reebok @TomiLahren @greggutfeld @kilmeade @RedneckRiviera By “do it” Nike no… https://t.co/1LUnSOAlpu
29583                                         The best thing about @Kaepernick7’s deal with @Nike isn’t the fact that Nike is showing us what they believe to be… https://t.co/ptz8JHp9xf
29584                                                               RT @HillBeverlyhill: @slimray11 @TheresaGrace16 @sclancy79 @NFL @Nike Cannot educate people who chose to be ignorant.
29585                                        @sclancy79 @NFL @Nike Wowww. Imagine being angry about someone's freedom to protest systematic racism and a company… https://t.co/hrnRIGGyuq
29586                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29587                                                                                                             @samaaaa__ @Nike not to be negative or whatever but I kinda doubt it :/
29588                                        RT @SOimLikeWord: @johnrich @Nike I’m a Navy veteran that is the child of two marines and we all are #VeteransForKaepernick https://t.co/0F…
29589                                                      RT @NjoroHypeman: Event hostesses ❤️❤️😻😍😍😍😍😍💯wow @Tuborg @Heineken @NjoroHypeman @insomniacevents https://t.co/pf9w2tIRqG
29590                                        RT @USA_AllenK: @FoxNews @FoxBusiness @Nike selected the controversial former San Francisco 49ers quarterback Colin Kaepernick as the new f…
29591                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
29592                                                                                                                      @thecjpearson @Nike They lost my patronage. Forever. Bye Nike.
29593                                                                                                                                                  @Kaepernick7 @Nike Goodbye NIKE...
29594                                                                                                                  RT @Johnny_Joey: No sweat @Nike I got you. https://t.co/jlpefb2lMn
29595                                                                                                                                   @kingjustin1996 @OCAmericans @Nike Yes yes yes!!!
29596                                                                                     @theophilussilas @sclancy79 @NFL @Nike I love Dale so much &amp; proud to call him from Dallas!
29597                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29598                                        @WeSupport45 @45pres2020 @Nike @Kaepernick7 He destroyed something he already paid for. That’s just stupid. But I’m… https://t.co/3BhFieAKck
29599                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29600                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
29601                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29602                                                                                                                                                                    Burn @Nike down!
29603                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29604                                        @Kaepernick7 @Nike Thank you @Nike @Kaepernick7 for raising awareness to injustices and taking a stand. This has no… https://t.co/ts5ciz0AK7
29605                                        @usnikefootball @Nike just pulled the biggest hoodwink in sports brand history. Y’all conservatives and “they are d… https://t.co/E28ATmEgz9
29606                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29607                                        RT @NatureCutsTags: Pineapple Vinyl Stickers... https://t.co/uG4nEkrDVx via @amazon #naturecuts #vinyl #stickers #design #giftideas #gift #…
29608                                                                                              @Nike looking at all these videos of people burning their shit https://t.co/WbYtHJcVxD
29609                                                                                                                      RT @kaneezsurka: This is so cool @Nike https://t.co/Ev4E4jEntk
29610                                        RT @ericgobucks: Dear @Nike i just placed an order for over $400 for me and my family. @Kaepernick7 is a hero and an icon for civil rights.…
29611                                        RT @Reuters: Two @Reuters reporters have been sentenced to seven years in prison in Myanmar: https://t.co/1GhGQTLcW2 Read the story that pr…
29612                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29613                                        @Nike already loved your brand but your unwavering support of @Kaepernick7 has earned my unwavering respect.  Kneel for what you believe in!
29614                                                                                                          @sclancy79 @NFL @Nike What a freaking moron! Lol.  Burned your shoes!!! 😂
29615                                        RT @NatureCutsTags: Submarine Applique... https://t.co/5YR2d7sFGN via @amazon #naturecuts #applique #ironon #sew #quilter #quilting #advent…
29616                                                                                                                             @Nike my household will never buy another Nike product.
29617                                                         RT @Birdgang: I think you got it wrong @Nike This should be your ad ! #RealHero #BelieveInSomething https://t.co/2zxTLEo9ZK
29618                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29619                                        RT @Reuters: ‘Entrap him’: How Myanmar punished two reporters for uncovering an atrocity https://t.co/d80ncmSjM8 via @specialreports https:…
29620                                        RT @ericgobucks: Dear @Nike i just placed an order for over $400 for me and my family. @Kaepernick7 is a hero and an icon for civil rights.…
29621                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29622                                                                                                                                                               @Nike just dodoed it.
29623                                        @Realmarkcrowell @Nike So kaep bring awareness to the injustice of blacks is a problem.. Yall bitch with its a viol… https://t.co/Uf12SQV0VH
29624                                                RT @honaskidesign: @Kaepernick7 @Nike You just alienated a huge part of you potential sales. Will never buy Nike again. #boycottnike
29625                                        RT @Fongern_MA: Further depreciation of the yuan will run the risk of triggering market panic and large scale capital outflow. @jpmorgan #C…
29626                                                                                                                                     @johnrich @Nike Small dick having motherfucker!
29627                                                                             RT @johnrich: @msmoon61 @Nike @Kaepernick7 So you support his #PIGSOCKS Good to know...Pls unfollow me.
29628                                        @Brackett18 @WEStheUMPIRE @LeWitness @FaeSketch @akapusta123 @smokesdawg88 @CaseyNeistat @Nike @Kaepernick7 FYI num… https://t.co/EowYPBVlJh
29629                                                                                                       @johnrich @Nike this is just fucking hysterical...... https://t.co/P3DPQBDIXR
29630                                                                                                                                                          @Nike  u r complete idiots
29631                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29632                                                          @WoodenN1ckels @JustinTweets4 @sclancy79 @NFL @Nike Lmfao!! Not how it works. 🤦🏽‍♂️ 😂 They don’t need you to advertise 🤣
29633                                                                      @EverydayMAGA @slimray11 @sclancy79 @NFL @Nike Oh No!  Nike will be devastated Laurel! https://t.co/vmmcHEhh1l
29634                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29635                                                                                                      @WoodenN1ckels @allisankelly @sclancy79 @NFL @Nike Lol 16-0 lmfao! Maga? Gtfoh
29636                                        @Jay_Nelson2020 @brucefranksjr @Nike Didn’t need anything from Nike but will stil go out of my way to spend some mo… https://t.co/XBJeYsRyso
29637                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
29638                                                                                                                                                    @johnrich @Nike That's just sad.
29639                                                                                              @Nike isn't paying attention.   Looks like im a full time @adidas man now.   #tonedeaf
29640                                                        Check out Halloween Decorations Inside Outside New Trick Or Treat Front Or Back Door Sign  https://t.co/dh2mGiGigC via @eBay
29641                                                      RT @nationdivided: Curious I thought @Nike was all about feet not knees? #WalkAway #BoycottNike  #MAGA https://t.co/ox0GjiS0xj
29642                                                                           @johnrich @Nike Too bad #Nike SIGNED this TEN YEAR DEAL!! Read it and weep 🤣😂🤣 https://t.co/wyAKA6rZ8e
29643                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
29644                                         @Kno @real_farmacist @Nike I think Nike will break even about.........NOW on endorsement deal with Kap. Loving the… https://t.co/kbxfOgD8yf
29645                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29646                                         @johnrich @Nike Nike – This hick wants all the brain dead corn cobs to buy his crappy merchandise. It’s an obvious… https://t.co/d0TVenYwiW
29647                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
29648                                        RT @SOimLikeWord: @johnrich @Nike I’m a Navy veteran that is the child of two marines and we all are #VeteransForKaepernick https://t.co/0F…
29649                                                                                @Shoelessjoe716 @CoolTrainerEl @sclancy79 @NFL @Nike Research #RussianBot &amp; you'll see yourself.
29650                                 @Kaepernick7 @Nike What have you sacrificed? Asking for the American people. \U{01f928} #justdolt #boycottnfl #BoycottNike @nike #neverdoingitagain
29651                                        RT @allisankelly: @sclancy79 @NFL @Nike It wasn’t the child labor allegations or the sweatshops or tax evasion through offshore accounts. I…
29652                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29653                                       You know why Hollywood really only cast white ppl? Cuz them niggas truly are dramatic 😂. @Nike they cutting the swo… https://t.co/AOZtwD9S6u
29654                                        Did @Nike do this because they actually support @Kaepernick7 or did they do it because they know their support from… https://t.co/4CYF9OzTHA
29655                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29656                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
29657                                        RT @Lrihendry: DON’T buy @Nike BUY @adidas I did and had them customized with TRUMP on side. @realDonaldTrump #BoycottNike #StandForTheAnth…
29658                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29659                                                        @woopsies_ @verizon @VerizonSupport @VZWSupport i’ve had verizon all my life i think idk possibly i deserve that follow 🤠🤠
29660                                                                                                                         @1912Fenway @Nike Will you buy them a meal from In and Out?
29661                                                                                                                                                        @johnrich @Nike Nobody cares
29662                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29663                                             I’m definitely buying new Nikes this month. @Nike Thanks for always rewarding the risk takers and innovators. #BuyNike #ColinKaepernick
29664                                                                                        @Nike @serenawilliams See you Nike.  I’ll NEVER AGAIN buy ANYTHING you’re selling.  NEVER!!!
29665                                                                                                                                                           This is a real hero @Nike
29666                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
29667                                                                                                    Check out SIMPLE BUT ELEGANT PENDANT NECKLACE  https://t.co/8F0m1PPFfV via @eBay
29668                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29669                                        @elayne224 @LaBeck81 @F3Moist @johnrich @Nike 1/ Actually they have every right to feel the way they do. They spent… https://t.co/OgcNP6mTKp
29670                                                                                                                 RT @young_roddy: GOOD Fuckin SENSE 💯 @Nike https://t.co/LYP94tzWsj
29671                                                         Check out New Maria Mare Designer Handbag Small Shoulder Crossbody Mustard Gold Hardware  https://t.co/n96Dn43qhG via @eBay
29672                                                               RT @benfergusonshow: Hey @Nike are you going to sell these @Kaepernick7 custom socks as well? https://t.co/yhziIhBMgE
29673                                                                                               @KarlTowns @Nike It’s for love of country. Nothing FAKE here. https://t.co/FtWCnuZi37
29674                                                                                                                   @johnrich @Nike What is his problem? should cut his balls instead
29675                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29676                                                                       @CaseyNeistat @Nike @Kaepernick7 Not the lesson I want to teach my kids!!! There is a time and place. I guesd
29677                                                @bbusa617 @Nike @NFL @alozras411 @ArizonaKayte @GartrellLinda @LadyRedWave @PhilMcCrackin44 @Truthseeker126… https://t.co/cQ0nLzcg7K
29678                                                                                                                    @LilTheTrill @johnrich @Nike Still wearing the socks tho...🤷🏽‍♂️
29679                                                                                                                                       @OilersBlue1090 @RealKyleMorris @Nike Big fax
29680                                                   RT @MollyJongFast: @sclancy79 @NFL @Nike They’re kneeling to protest being murdered. What would you do to protest being murdered?
29681                                                                                                                                     @johnrich @Nike SO STUPID SO STUPID WHAT IDIOTS
29682                                                                                                                                                    @StevieJ195 @Herobust @Nike Nope
29683                                                                                                                     @Kaepernick7 @Nike @Nike Rocks! Thank you! We will support you!
29684                                        RT @ASMull23: Idiotic and simple minded people are out here burning their @Nike products in a protest to THEIR CHOICE to have Kaepernick fo…
29685                                        @charliekirk11 @Nike @Kaepernick7 Police brutality. Easy to blame cops for all society’s woes if you’re not willing… https://t.co/OrxfDnGDP6
29686                                                                                                              @Nike will never buy anything from you again.. https://t.co/qzFWvvAFyS
29687                                                                                                                                                         @alteratyeshiva @Nike Burn!
29688                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
29689                                        @sclancy79 @NFL @Nike You people haven't a friggin' clue. And you never will as long as lying trump and Fox News (o… https://t.co/103OKz2qHg
29690                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29691                                                              @GymAddicts4 @NurseTiffm78 @DiamondWestGib1 @thecjpearson @Nike I was talking to the dumb woman who deleted her tweet.
29692                                                               @johnrich @TomiLahren @Nike @Kaepernick7 @Reebok @greggutfeld @kilmeade @RedneckRiviera NIKE is done. Dead to me#####
29693                                                                  Check out Olde Town Christmas Village House Candy Shop Miniature Piece 1994 Creative https://t.co/zPswyo4b18 @eBay
29694                                                              RT @donna_dishman: @tannenbaumr @johnrich @Nike He’s still using his kiddie scissors - that way he won’t hurt himself.
29695                                        @BBoyForChrist @ArchieWallace76 @gruffff @RealCandaceO @adidas @adidasUS @adidasUK @Nike @UnderArmour Maybe hes not… https://t.co/VMoMmYSGZq
29696                                        For all of the people posting about how they’re not supporting @Nike in various ways: they knew you would do that a… https://t.co/OuY4Biqs2z
29697                                                            @ClayTravis @Nike What makes me laugh is the same people who use this tiring excuse haven’t served in their life!🤦🏾‍♂️😂
29698                                                                                                                              @GianNewsusa @Breaking911 @Nike @Reebok Keep shopping!
29699                                                                                        @RealCandaceO @adidas @adidasUS @adidasUK Pfff let see sales numbers at the end of the month
29700                                                      Check out Pendant Rose Quartz - Marcasite *Gorgeous* large Silver Bail #EstatePiece #Pendant https://t.co/y2np1OkF03 via @eBay
29701                                          RT @SDSunchaser: @alteratyeshiva @Nike Better go out and buy a few more pairs to burn so we know you are serious! 😂😂😂😂😂😂😂😂😂 @nike
29702                                         RT @ChiDreaming: @mimiestsage @sclancy79 @NFL @Nike Man!!! People are just so ignorant. I bet we will see more Nike ish burned before it's…
29703                                                                                        @sclancy79 @NFL @Nike Go grab your kids Jordan’s and watch there be another school shooting.
29704                                        @sh00per @nickfumes @AndyStumpf77 @lusamedusa @Kaepernick7 @Nike Facts are facts. Colin isn’t protesting the Milita… https://t.co/oWQNGU07Fp
29705                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29706                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29707                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29708                                        Well if I were answering this honestly @Nike last pair of shoes i bought was $15 boots at roses and says goodyear o… https://t.co/TWxa8SlF3j
29709                                                           Check out Vintage 1980s BIG APPLE CIRCUS Pin Button Pin-Back - Paul Davis Art - RARE    https://t.co/qzUUkxGbG0 via @eBay
29710                                        @BenMinjarez @eddiehilton @Nike @Kaepernick7 You’re right. We all have the right to opinions and the right to not l… https://t.co/x3tKd3wa0u
29711                                                                                                         RT @mcoops_: @alteratyeshiva @Nike LOL this kid boycotting a dictionary to?
29712                                                                                                                                 @sclancy79 @NFL @Nike Ya really don’t get it do you
29713                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
29714                                                                                                                                                     Fuck you @Nike and @Kaepernick7
29715                                                                                                                     @johnrich @Nike Man you're a prophet..with a Napoleon complex😌
29716                                                RT @Realmarkcrowell: Wow! My entire woredrobe is Nike..NEVER buying @Nike again. You want Kaep and clearly not my money #boycottnike
29717                                        Gotta love the people that are destroying Nike shit  Lol @Nike already has your money. Y’all ain’t say shit about N… https://t.co/jJml0vdfZN
29718                                                                  See what I m up to on @eBay! View my profile to see my favourite finds and more: https://t.co/fRkoZWKLqj via @eBay
29719                                                               RT @Disney: Don’t miss the final trailer for #DisneysNutcracker and the Four Realms tomorrow! https://t.co/5x82DDPDRF
29720                                        RT @_Adam_Bomb_: @WoodenN1ckels @JustinTweets4 @sclancy79 @NFL @Nike I doubt anything he wears to the rallies in the woods counts as advert…
29721                                                           RT @P0STA: @SeanParnellUSA @JaniceDean @Nike @JJWatt It also guarantees that millions more are going to buy Nikes as well
29722                                        @WoodenN1ckels @JustinTweets4 @sclancy79 @NFL @Nike Oh yea I’m sure Nike is going to lose a shit ton of money becau… https://t.co/marMfKkDsk
29723                                        RT @Wendymypooh: Save it already!  @netflix @FreeformTV @hulu  @AmazonStudios @AppleTV @ConstantinFilm @FOXTV @ShadowhuntersTV @mmoszkowicz…
29724                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29725                                                                                                                                 @johnrich @Nike You've got to buy them first though
29726                                                                                                                                                 @sclancy79 @NFL @Nike You’re silly.
29727                                                                                       @boudreau_dr @Nike @ClayTravis But you didn’t think to donate them to someone less fortunate?
29728                                        @sclancy79 @NFL @Nike Do you actually think Nike gives a $h1t that your burning a pair of shoes that you have alrea… https://t.co/LLvnVwvOQN
29729                                                                                                                                               Going to cop some @Nike tomorrow ✊🏾
29730                                        RT @mimiestsage: @sclancy79 @NFL @Nike I’m pretty sure a homeless Vet could have used those.  DONATE ALL UNWANTED NIKE GEAR TO THE VA!! htt…
29731                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29732                                                                                                                         @votevets @CassiusLife_ @Nike @Kaepernick7 This is a word!!
29733                                                               RT @benfergusonshow: Hey @Nike are you going to sell these @Kaepernick7 custom socks as well? https://t.co/yhziIhBMgE
29734                                        @mamurf41 @makboo168 @BBoyForChrist @noh_idea @RealCandaceO @adidas @adidasUS @adidasUK @serenawilliams I just wrot… https://t.co/GqvFeKKOYQ
29735                                                                                                              RT @guera_trizz: I can’t wait to support @Nike with this next paycheck
29736                                                                                                                                                          @Nike I choose my country.
29737                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
29738                                                                                                                                                          @Nike I choose my country.
29739                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29740                                        @ClayTravis @Nike What did @Kaepernick7 sacrifice?  He’s making millions off a Nike contract which is probably much… https://t.co/bhEncGz4Hs
29741                                        @ScottPresler @bbusa617 @Nike lands on the wrong side of issues too often. They seem to have a broken moral compass… https://t.co/kgsag7RTin
29742                                                                                                 @KXNG_SOCIETY @MarkReardonKMOX @nikestore @PUMA @adidas That's hypocritical as fuck
29743                                                                      I feel like if the socks were already purchased @Nike isn’t that concerned with what you do with the swoosh 🤔
29744                                         RT @almostjingo: How many Veterans have been featured in @Nike #JustDoIt ads because can’t seem to find any? They did however steal a logo…
29745                                                                                                                        Ear @Nike a REAL hero who sacrificed https://t.co/eYStGiGSR2
29746                                                                  RT @drrandallhjames: @Kaepernick7 @Nike Nike this is what it means to sacrifice everything https://t.co/eSyUOcscC2
29747                                        @mamurf41 @RealCandaceO @adidas @adidasUS @adidasUK Mrs Murph is so ignorant that if she reads a lil bit about conv… https://t.co/v3XGad1HYd
29748                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29749                                                    RT @KarlieCaliforn1: @johnrich @Nike Our lighting man just placed a big order of Nike swoosh socks for every member of the crew.
29750                                                                           Check out Stanford Heather Gray Crewneck Sweatshirt Russell Athletic Medium https://t.co/HfVUCSr3iD @eBay
29751                                        @beveridge @Alt_RBG @johnrich @Nike the millions they lose off ignorance will be funneled back in by people purchas… https://t.co/gN6BaC8MOK
29752                                            RT @photoaddict77: @johnrich @msmoon61 @Nike @Kaepernick7 Oh John....your understanding of this issue seems to be as good as your music.
29753                                                                                                                         @Kaepernick7 @Nike have you people lost your fucking minds?
29754                                                                                                               RT @blkmedusa: i’m taking all @Nike donations https://t.co/vHwYfZiq98
29755                                                                      @nrarmour @USATODAY @Kaepernick7 @Nike @NFL J C Watts would have been a better role model for Nike to promote.
29756                                             @perfectsliders @PattyButts @NFL @Nike @sclancy79 I'd start buying Adidas The summer I will buy even more now!… https://t.co/o26hSe9MiX
29757                                        @VintageTrend @AncelPatricio @johnrich @Nike @Kaepernick7 It's bullshit when civilians speak on behalf of veterans.… https://t.co/ekxZSigALj
29758                                                              RT @SexyRexysMom: @johnrich @RealTT2020 @Nike Too bad @Nike doesn’t know a true American hero. https://t.co/5QtN81q6D3
29759                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29760                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29761                                        @johnrich @Nike No one gives a f if u destroy your property. A veteran who suggested the kneeling as opposed to sit… https://t.co/HzVH5xDgGN
29762                                                                                                                                        @johnrich @Nike Nobody cares what racists do
29763                                                                      #ASICS stays out of the Fray. I’m heading to that ‘go fasters’ brand. @Nike ¡No Bueno! https://t.co/WfZ7CB0w8k
29764                                        RT @IntentionalFood: @SPEAKUPJULIA @mamurf41 @RealCandaceO @adidas @adidasUS @adidasUK She actually did a good job of being honest. Her ori…
29765                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29766                                                                                                                                       @alteratyeshiva @Nike YOU ROCK!!!!!!!!!!!!!!!
29767                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29768                                                                                                                                 @benfergusonshow @Nike @Kaepernick7 I’ll buy them!!
29769                                                           @johnpavlovitz @sclancy79 @NFL @Nike Lover of Liberty guy protesting his liberty by lighting his shoes on fire. Merica AF
29770                                        @DrewShirleyShow @nkilpat512 @Kaepernick7 @Nike @NFL He gave up his dream for his beliefs....and hooray for those p… https://t.co/SL7eD9I7zR
29771                                                                                                                  RT @Johnny_Joey: No sweat @Nike I got you. https://t.co/jlpefb2lMn
29772                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29773                                                                                              I just binged the entire 2nd season of #Ozark in one day 👏🏻 Bravo @netflix #Welldone
29774                                                                                                                              @sclancy79 @NFL @Nike Lmao y’all are pathetic 😂😂😂😂
29775                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29776                                                                                                                   @johnrich @Nike Only going Nike now. Thanks for the advertisement
29777                                        @DanMcCaughan @boudreau_dr @jjauthor @Nike @ClayTravis Says the moron who still doesn't know the players are protes… https://t.co/E9V5w2Sk0g
29778                                                                                                                                         @JamesAGagliano @GeorgeEliseo @Nike Boycott
29779                                                                                                    RT @Gemmom2: @GrenEyez4_45 @earl_osten @1776Stonewall @Nike Excellent- RIP nike!
29780                                                                  RT @softballlilies: I wish @Nike made more wide-width shoes so I could #JustDolt. I support their latest decision.
29781                                                                                                     @lorenzolamas @Nike Who's the snowflake now? ?😁😂😉❄❄❄ https://t.co/ENyBfjbNy5
29782                                        RT @ericgobucks: Dear @Nike i just placed an order for over $400 for me and my family. @Kaepernick7 is a hero and an icon for civil rights.…
29783                                        RT @myself_mahbub: Holes in the case were not enough to stop Myanmar punishing @Reuters reporters for revealing an ugly chapter of its youn…
29784                                                                                        @DanteUSAInferno @sclancy79 @NFL @Nike Dude does the president have anything to do with this
29785                                         RT @LisaCampo: @sclancy79 @NFL @Nike They met. He suggested Kaepernick kneel since that's what soldiers do to honor the fallen. Kaepernick…
29786                                                                                                                  RT @Johnny_Joey: No sweat @Nike I got you. https://t.co/jlpefb2lMn
29787                                        RT @chewilm: @drrandallhjames @Kaepernick7 @Nike This is what it means to sacrifice everything. To fight for a country who wouldn't fight f…
29788                                                                              Check out Paparazzi Rings NWT #Paparazzi https://t.co/NdnuUBtVMC via @eBay and https://t.co/QjwdZHlpCf
29789                                        Had I known @Nike was going to team up with @Kaepernick7 I would have never bought my kids nikes. The ones he has a… https://t.co/CdmhTzucrO
29790                                                                                @sclancy79 @NFL @Nike Burn your shoes. Kneel. Picket. Whatever. It’s a free country isn’t it? Still?
29791                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29792                                                                                                               RT @RealLifeKaz: I’m buying all the Kaepernick gear. All of it. @Nike
29793                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29794                                        @Kaepernick7 @Nike I believe I can fly...but I cannot  @Kaepernick7 believes he can play quarterback...but he canno… https://t.co/5TMLb4hfWE
29795                                                                                         @ThinBlueGrunt33 @Nike Dumb ass got mj as his profile pic. Mj is basically the face of nike
29796                                                                                                                              Y’all know @Nike don’t care about ya bullshit. 😂🤷🏾‍♀️
29797                                        RT @ProudResister: The Trump supporters protesting @Nike by burning their sneakers are doing it wrong. They should be taking a Nike basebal…
29798                                                                      Check out NEW Clarks all day comfort mid heel shoes size 10 #Clarks #Comfort https://t.co/GAxIcAPKZt via @eBay
29799                                                                                                                              RT @MisplacedG: I'm with @Nike https://t.co/PLmpbgd682
29800                                                                                                                               @psychicmediumje @Nike Tat is awesome—way to go Nike!
29801                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29802                                                                                      @Kaepernick7 BEST MOVE EVER @Nike Don't buy sports gear . . . UNTIL NOW !!! $UPPORTING THIS!!!
29803                                                                                               I'm former Air Force and I'll be buying @Nike unless y'all want to donate to a vet 👀
29804                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29805                                        @TheKaylaKnapp @Nike The hilarious thing is that jackass ruined a perfectly good pair of socks and it did nothing b… https://t.co/QiAfqV1c2Z
29806                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29807                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29808                                                   RT @MollyJongFast: @sclancy79 @NFL @Nike They’re kneeling to protest being murdered. What would you do to protest being murdered?
29809                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29810                                        RT @Rc_theDon: @Nismiiii @TheJoeDupree @P0STA @SeanParnellUSA @JaniceDean @Nike @JJWatt They hurt because it was a black man that called ou…
29811                                        RT @WoodenN1ckels: @JustinTweets4 @sclancy79 @NFL @Nike No but he’s refusing to give them free advertising on his body. Exercising his righ…
29812                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
29813                                                                                                                       @sclancy79 @NFL @Nike Thank god those babies are ugly and old
29814                                                                                                                      @reeses @amazon Reese’s Pieces candy #NotSorry and #Sweestakes
29815                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
29816                                       @HJW1209 @CannataNFL @Nike You must be in the Peoples Republic of Madison 🤔 I will buy any vet that truly needs the… https://t.co/6ydymOcgLP
29817                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29818                                        RT @ReutersChina: Our @Reuters colleagues Wa Lone and Kyaw Soe Oo were sentenced to seven years in jail for exposing a massacre by the Myan…
29819                                        To the people burning and trashing their @Nike stuff - THEY ALREADY HAVE YOUR MONEY.  And before you publicly boyco… https://t.co/oNyoSnotQF
29820                                                                                                               RT @RealLifeKaz: I’m buying all the Kaepernick gear. All of it. @Nike
29821                                                                                        @sclancy79 @NFL @Nike They are protesting police violence not the anthem or the flag. Geeze.
29822                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29823                                        @johnrich @Nike Well that’s stupid! A boycott is where you don’t purchase an item anymore. Not that you destroy som… https://t.co/rcI8UWR0Iu
29824                                                                                                  @GalantichDylan @Kaepernick7 @Nike Me and my girlfriend Lexi we’re taking about it
29825                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29826                                                            @ClayTravis @Nike I’m thank you NIKE for showing America what others want to IGNORE.. read up on all this man has DONE..
29827                                                                                                      @johnrich @Nike But he’s still wearing Nike socks even if he cut the logo off.
29828                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29829                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29830                                                                                                                         @johnrich @Nike His socks prolly look pretty ridiculous rn.
29831                                        @BluePalmetto26 @LaBeck81 @F3Moist @johnrich @Nike @DICKS Some boycotts are stupid. Others are important. Nike hasn… https://t.co/cZLnE1W2Ip
29832                                         RT @LisaCampo: @sclancy79 @NFL @Nike They met. He suggested Kaepernick kneel since that's what soldiers do to honor the fallen. Kaepernick…
29833                                        RT @Reuters: .@specialreports: Holes in the case were not enough to stop Myanmar punishing @Reuters reporters Wa Lone and Kyaw Soe Oo for r…
29834                                                                                                                                                @ReyMos85 @johnrich @Nike *crickets*
29835                                        @alteratyeshiva @Nike That was stupid.  Do you not think police violence against blacks is okay?  It’s okay that un… https://t.co/YpfQBM4eBd
29836                                        RT @ReyMos85: @johnrich @Nike Trump disrespect John McCain a war hero and here not a peep from Trump supporters. Trump attacks gold star fa…
29837                                                                                             RT @kathygriffin: YES!!! So happy about this @Nike @Kaepernick7 https://t.co/vOBbqccA1P
29838                                                                                                        @MikkoAlanne @VeganAri @Nike @Kaepernick7 I guess they couldn’t find a cross
29839                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29840                                                                 RT @_BlakeTucker: @johnrich @Nike Oh yeah John well I put it on my shorts so it cancels out https://t.co/eLGNzw7Wk7
29841                                                                           Looks like the #toothfairy is gonna be leaving a @Starbucks card tonight. #nocash https://t.co/6meQuV03e6
29842                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29843                                            Let’s retweet the Fuck out of this because damn it’s near impossible getting a @Kaepernick7 jersey! @Nike @Nike… https://t.co/z0yv9HCWy5
29844                                                                                                              @johnrich @Nike I’ll see you in 7 days john 😊 https://t.co/Z6GOKDOGvJ
29845                                        @CaliPotato @msmoon61 @johnrich @Nike @Kaepernick7 Repeating what you hear in our MSMedia is like a German repeatin… https://t.co/pqx9l8KcCo
29846                                        @Kaepernick7 Shout out @Nike  on god damn I wish u was still with my crew just remember coach believe in before the… https://t.co/uqi2HqEzSR
29847                                                                                                 @mindykaling your Tweet was quoted in an article by @Yahoo  https://t.co/fSHC0nHKhN
29848                                                                                                              @jimwhitesf @AncelPatricio @johnrich @Nike @Kaepernick7 Lol. Well put!
29849                                                                                                              @jimwhitesf @AncelPatricio @johnrich @Nike @Kaepernick7 Lol. Well put!
29850                                        RT @LenvalLaird: @johnrich @Nike Then let me be the exception. For I've never felt prouder to wear Nike clothing than now! https://t.co/q7f…
29851                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29852                                                                                                                                               @AdamAbramson @Nike Hey body suit guy
29853                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29854                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29855                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
29856                                                                                              @sclancy79 @NFL @Nike Damn you sound as stupid as this looks! 🤣😂🤣😂🤣😢\U{01f92a}🇺🇸
29857                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
29858                                         @sclancy79 @NFL @Nike Hey dumb fuck!!! They’re not protesting the anthem or flag!! And congrats on ruining shoes that you already paid for.
29859                                                                      RT @RealDark_Kent: @Kaepernick7 @Nike Sad I have to post this...   Time to buy @adidas https://t.co/02SK8SGdRB
29860                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29861                                           RT @Larry_B_Gray: A Boy From Down East - Read it - Write a review - then tell a friend.  5 Stars of fun https://t.co/Yar3cshp0x … @amazon
29862                                        RT @jlongfieldsmith: @johnrich @Nike I'm a former Marine as well.  I plan on buying Nike products exclusively from here on out. I served to…
29863                                        RT @USA_AllenK: @FoxNews @FoxBusiness @Nike selected the controversial former San Francisco 49ers quarterback Colin Kaepernick as the new f…
29864                                                                                                            @TranslationsIp @kingjustin1996 @Nike It's very brave but not smart. Imo
29865                                        RT @ProudResister: The Trump supporters protesting @Nike by burning their sneakers are doing it wrong. They should be taking a Nike basebal…
29866                                                                                                                                     @HighLife89 @Nike It legit made my whole day!!!
29867                                                                                                                                                               Thank you. @Nike 🙏🏾
29868                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29869                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29870                                        RT @SOimLikeWord: @johnrich @Nike I’m a Navy veteran that is the child of two marines and we all are #VeteransForKaepernick https://t.co/0F…
29871                                        RT @officer_jill: Seriously @Nike ?! You may want to revisit your criteria for what constitutes “sacrificing everything” #JustDoIt @warwick…
29872                                        @SomeChainz @AnastasiaBarzee @NoviceActivist @CoolTrainerEl @sclancy79 @NFL @Nike Yeah. Get some facts. The hoods w… https://t.co/D5qBSnyIZg
29873                                        @johnrich @Nike Soundman can't afford to throw the whole socks away? He cut the top and still wore the socks! Am de… https://t.co/AOYuF3ofzI
29874                                                                                        RT @TavonKey: Watching these people cut up their @Nike socks like... https://t.co/ACkD2YFWJP
29875                                        @zaku1982 @Nike They are rich and white and they force you to buy their sub-par Chinese sweatshop clothing and wear… https://t.co/IpHNIdWSJr
29876                                                                                                                                   @DavisonVideo So why are we boycotting @Nike now?
29877                                                                                                              RT @guera_trizz: I can’t wait to support @Nike with this next paycheck
29878                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29879                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29880                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29881                                                                    @marthalima122 @briancmoses @simplyyaking @johnrich @Nike @Kaepernick7 What's wrong?  Mad I tore up your theory?
29882                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
29883                                    RT @1FroggyEvening: @Megs__04 @iPflugbakken @mmcallen @beverageguru1 @Kaepernick7 @Nike My dad served during Korea &amp; has no problem w/kneel…
29884                                              @TimesNow @AppleSupport @tim_cook @AppleNewsUK @Apple @AppleMusic @AppleNews @AppleTV @AppleEDU @appleinsider… https://t.co/YHcusyRzC0
29885                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29886                                                            RT @ogg23: @boudreau_dr @727_555_1212 @Nike @ClayTravis Giving sheets to the Klan doesn’t count as a charitable donation
29887                                        @ClayTravis @Nike Can we have dull poll questions? This same question also with one’s political beliefs? I bet ther… https://t.co/LPjwqnvWz7
29888                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29889                                         RT @LisaCampo: @sclancy79 @NFL @Nike They met. He suggested Kaepernick kneel since that's what soldiers do to honor the fallen. Kaepernick…
29890                                                          Check out The Cold Between: A Central Corps Novel by Elizabeth Bonesteel (2016) Fiction  https://t.co/K1F6qZ9PHU via @eBay
29891                                        RT @Intense_XEnergy: @ProudResister Thank you @Nike for helping expose these people. They're out here burning up shoes and cutting up their…
29892                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29893                                                                                                                        @johnrich @pjaysweets @msmoon61 @Nike @Kaepernick7 *Couldn't
29894                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
29895                                        RT @xpert5: @KhaledBeydoun @Nike Yea I haven’t watched the NFL for Two years and don’t miss it.  I won’t be buying ANY Nike products now ei…
29896                                        @TweetlySaved @savguy2307 @allisankelly @sclancy79 @NFL @Nike Active duty and I’m offended completely by the injust… https://t.co/naGKeYYrTX
29897                                         RT @kngsprincess: Used to run in @Nike shoes...notice I said USED TO. Sorry you chose to kneel with those that kneel against America; I’ll…
29898                                                                                                                                                       @johnrich @Nike What an idiot
29899                                                     @MichaelRapaport @Nike here is a true hero that gave all an he and his family payed the ultimate price! https://t.co/HxTVV66eUP
29900                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29901                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29902                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29903                                                                                    RT @Beantown_baby79: @Kaepernick7 @Nike Hahaha watch your sales plummet. Don’t you get it yet???
29904                                        @glasslake_ @GovMikeHuckabee @MariaBartiromo @FoxBusiness @Nike I’ve been telling him this for months now. But trut… https://t.co/oxoFNwWnu8
29905                                                                                                                                          @AdamRichman @Nike Shhh keep it on the low
29906                                                         Check out Fitz and Floyd Charming Tails You're One Of A Kind Figurine 88/121 MINT IN BOX  https://t.co/MFl1c8TRdT via @eBay
29907                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29908                                                         Check out Gaming Headset Mic Stereo 3.5mm Led Pc Headphones Noise Isolation Surround One  https://t.co/WoyJNHX8ac via @eBay
29909                                                                             RT @johnrich: @msmoon61 @Nike @Kaepernick7 So you support his #PIGSOCKS Good to know...Pls unfollow me.
29910                                                                                                                      @malderdi @AncelPatricio @johnrich @Nike @Kaepernick7 Exactly.
29911                                                                                                                                                                 @Nike BYE BYE SHOES
29912                                            @cilla05 @sclancy79 @NFL @Nike War hero?! You mean when he killed 130+ oh wait that was Americans he killed bu trying to show off my bad
29913                                        RT @spotnj9999: @alozras411 @Nike @bbusa617 @grizzlemeister @ROCKONOHIO @GartrellLinda @KatTheHammer1 @PhilMcCrackin44 @mikandynothem @carr…
29914                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29915                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
29916                                         RT @JacobARossi: @FPWellman @johnrich @Nike What are the football players protesting again? Sounds like they are just looking for a reason…
29917                                    @biskit01 @RealCandaceO @adidas @adidasUS @adidasUK He is a USN Vet. So was one of his brothers &amp; his father. His o… https://t.co/Yw3xJTuhGY
29918                                                                                                     @mamurf41 @RealCandaceO @adidas @adidasUS @adidasUK Nike owns Chucks!!!!!!!!!!!
29919                                                   RT @ALT_uscis: Until the #NikePurge #MAGA2020 realize @Nike has a deal for all teams game day uniforms and apparel until 2028....
29920                                        You have to love @Nike timing!!!! HAHAAHAHA just when the @NFL thought the #Kaepernick issue was out to bed - #Nike… https://t.co/1m6OwkctVU
29921                                                                                                                                               @johnrich @Nike @bigandrich sucks ass
29922                                                                                                                                                 @netflix bring back WWF save a life
29923                                        RT @ProudResister: The Trump supporters protesting @Nike by burning their sneakers are doing it wrong. They should be taking a Nike basebal…
29924                                        @krassenstein @Irish2510 @Kaepernick7 @Nike I think @Nike should offer free gear to all those protesting their deci… https://t.co/FqDhhUKraB
29925                                         @johnrich @Nike I'm sure they care. Care about the socks you already paid for. The socks they already profited on.… https://t.co/DeYibwMQrb
29926                                                                                                                                                                 @Nike love you more
29927                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29928                                             RT @X_Zayyy: The unseasoned are boycotting @Nike so we can finally stop seeing these in stores forever. We stan https://t.co/dFSw2vW7h0
29929                                        @madisongesiotto @adidas Such a bold gesture of patriotism from coward who has not bothered to serve in her nation’… https://t.co/z1ZpzTn3k8
29930                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29931                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29932                                                                                                                                                                 Respect! ✊🏾 @Nike
29933                                             A Woman's Guide to Hearing God's Voice: Finding Direction and Peace Through t... https://t.co/bznaOdOVFq via @amazon kindle $1.99 today
29934                                         RT @MedicareMonday: @sclancy79 @NFL @Nike You really dont have to choose between your country and your shoes. You could choose to raise up…
29935                                                                 @johnrich @pjaysweets @msmoon61 @Nike @Kaepernick7 At least he’s not as stupid as this guy: https://t.co/BEu6FEbCGG
29936                                                                                          @commonsense1117 @Kaepernick7 @kaepernick @Nike Fighting against injustice is always good.
29937                                                                                     @REVGD4 @VintageTrend @Iam_Ms2U @johnrich @Nike @Kaepernick7 Thank you for your service @REVGD4
29938                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29939                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
29940                                                                              RT @BrendaPatt1: @sclancy79 @NFL @Nike A plea for liberty is not an offense to our flag or our anthem.
29941                                        @sapientiae1776 @Kaepernick7 @Nike @NFL Nike also produces uniforms for the Army Black Knights and the Air Force Fa… https://t.co/Xx44gwBqXj
29942                                        @jolou26 @johnrich @Nike I served in USAF. And trust me no one cares about kneeling or whatever. Only racist pricks… https://t.co/dWyPHIAJhK
29943                                                                                           @Hannah3219 @darrenrovell @Nike owns @airwalk_online ijs. Gives you some other options 😉
29944                                      @ClayTravis @Nike You think your soldiers are dying to protect you? 😂😂🤦🏽‍♂️🤦🏽‍♂️.  You believe that lie ?  Your sol… https://t.co/epIcFd9SZi
29945                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
29946                                                              RT @plovesk8r: Dear @Nike I will buy even more of your stuff now. Way to go! I’m with @Kaepernick7 and always will be.
29947                                        @Kaepernick7 @Nike Are we talking about this guy (the guy who is Castro fan) and what has he really sacrificed anyw… https://t.co/E2oJ2fy391
29948                                                                                   @business @Kaepernick7 Changing our family’s sports gear brands to @Nike now. #Respect #TakeAKnee
29949                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29950                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
29951                                                                                                                            @LaBeck81 @F3Moist @johnrich @Nike It’s called a protest
29952                                                                                                                                    Going out to buy some @Nike ‘s. #ColinKaepernick
29953                                        @sclancy79 @NFL @Nike You realize how completely asinine your tweet is. And how utterly stupid this makes you look.… https://t.co/RvDKzcyMee
29954                                        @sclancy79 @NFL @Nike White people can’t say the N word even if we don’t see it as offensive in the context we’re u… https://t.co/yYt7mj4R5m
29955                                                       @JeremyNicolls @ItsKimmiBoo @Nike Americans are so stupid it's ridiculous! At this point .... Y'all need to just kill ya self
29956                                                                                                       @JaniceDean @Nike She is competing with Trump on the dumbest tweet of the day
29957                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29958                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29959                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29960                                          @Londons_Legacy @campdukes @johnrich @Nike It is literally about the flag! It has always has been about the Flag!… https://t.co/ch7bwTslk2
29961                                           RT @StarJonesEsq: On the spectrum of dumb “Sugar Honeyed Iced Tea”.  This wins.  YOU ALREADY PAID FOR THE SOCKS.   @Nike has your money.…
29962                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
29963                                          @SteinerJoyce @nrarmour @AltUSDA_ARS @Kaepernick7 @Nike @NFL You And 120 Million people annually around the world… https://t.co/VqiG7izrJB
29964                                        RT @mimiestsage: @sclancy79 @NFL @Nike I’m pretty sure a homeless Vet could have used those.  DONATE ALL UNWANTED NIKE GEAR TO THE VA!! htt…
29965                                                        @johnrich @Nike You should REALLY show Nike and buy a bunch more socks to cut the logos off - that'll really own those libs.
29966                                                 RT @Reuters: Philippines' Duterte says 'never again' at Israel's Holocaust memorial https://t.co/nopCnnDMBF https://t.co/Zrhl2Ei09f
29967                                                                                                                  @Kaepernick7 @Nike THANK YOU NIKE!  Keep your head up @Kaepernick7
29968                                        RT @TomArnold: @ClayTravis @Nike How many Trumpster balls do you have in your mouth right now? I know they're your fans but at some point y…
29969                                        RT @EricBainbridge: @johnrich @Nike Let me understand this. You cut the socks you already bought?  I’m a vet myself and find this hilarious…
29970                                                                                                    @johnrich @Nike Did he replace the Nike symbol for this? https://t.co/BL8z8cLn46
29971                                        RT @excitable_one: @agirlinBK @rkdowner @loganthewriter @johnrich @pjaysweets @msmoon61 @Nike @Kaepernick7 Kapernick once wore socks to a g…
29972                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
29973                                                         @iOSDevTopix @kayyasfow @JoeTalkShow @Nike Every time a brand goes against President DJT they lose! Hahahahaha see ya Nike!
29974                                                                                                               #BoycottNike   @Nike  I hope there are more videos like this! Thanks!
29975                                                                                                       I stand by @Nike and I kneel with @Kaepernick7 #Nike #JustDoIt #UsorElse ✊🏾
29976                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29977                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29978                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
29979                                                                                            RT @TheJordanRachel: The new Nike campaign is the best advertising @adidas has ever had!
29980                                                                                      @45pres2020 @WeSupport45 @NFL @Nike @Kaepernick7 Please breath in all of those precious fumes!
29981                                        RT @USA_AllenK: @FoxNews @FoxBusiness @Nike selected the controversial former San Francisco 49ers quarterback Colin Kaepernick as the new f…
29982                                                                       RT @Reuters: Serena faces tough test against red-hot Pliskova https://t.co/gNSouqzhqA https://t.co/EQdeKG0a1D
29983                                        @WalshFreedom @Nike @Kaepernick7 Yeah because being blacklisted from pro football and multi-million dollar contract… https://t.co/fEUCjHljaI
29984                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29985                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
29986                                                                               @sclancy79 @NFL @Nike You could literally just give them away 🤔🤔🤔🤔 Nike : https://t.co/opgaudG9Fd
29987                                                                                                                                                    @johnrich @Nike Dumbass Soundman
29988                                                                                                          RT @_I_LikeTurtles: @Kaepernick7 @Nike Real Heroes https://t.co/Y7KwLfJ4l8
29989                                                                           I’ve been wearing @Nike for 36 years.  Planning on wearing them another 36. #JustDoIt #BelieveInSomething
29990                                        @giering50 @JoeTalkShow @Nike It really is bizarre when haters flock to a twitter account. And even weirder that th… https://t.co/ff8z3T4Rab
29991                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
29992                                        RT @jestkathy: @Aldeplumber1 @GeneMcVay @AngelFamilies @JanMorganMedia @AsaHutchinson @GovScottWalker @AGRutledge @manningcons @Walmart Can…
29993                                                                                @WoodenN1ckels @JustinTweets4 @sclancy79 @NFL @Nike All he had to do was tape over the Nike logos...
29994                                        RT @teebone21: @RMFTBURNS @Kaepernick7 @Nike He was killed by his own brothers and a friendly fire accident. Seems like you don't even know…
29995                                                                                                                      @johnrich @Nike Nothing says protest like cut up tube socks!!!
29996                                                                                                                      RT @Big_A850: @johnrich @Nike Still Nike’s you dumb asses 😂😂
29997                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
29998                                                                                                                                  @Apple STOP fucking slowing down my phone u idiots
29999                                                                                               @ginny_jenny @Nike Nope. They're definitely the type that let the unfortunate suffer.
30000                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30001                                                                                                                                   @dareal88keyz @SOimLikeWord @johnrich @Nike Facts
30002                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30003                                                                                                                                                         @Nike for the win! 🙌🏾🙌🏾
30004                                        @JamesCu33702852 @mgarena9 @BreitbartNews @Nike Goodwill resells... NOT going to people in need. Boy you thought ab… https://t.co/QsMO8rE5nJ
30005                                             RT @JohnDennisWEEI: I’m wondering if @Nike is gonna go “ALL IN” with Kaepernick and market PIGS AS COPS socks❓ https://t.co/oRuXWxrY9H
30006                                                                                                                               @saradunlap_ @Nike 🤣🤣🤣🤣 I think they had it right
30007                                                RT @Reuters: Man who stabbed two American tourists in Amsterdam motivated by 'insults' to Islam: prosecutors https://t.co/a5uxLNrHNo
30008                                                                   Check out Reebok Bengals shirt Black Mens XL 100% polyester NFL Fan gear Speed Wick https://t.co/qTvRsUDrLq @eBay
30009                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
30010                                        @HPSupport @HP Case ID -  5019107012 . Its been 10 days for raising the issue but no one is taking any responsibili… https://t.co/2fvriTlUYq
30011                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30012                                        RT @Arivergurl: Check out HABAND ICE HOUSE® MENS 10.5 D DUCK BOOTS W DuPont Thermolite LINING GRAY ZIP UP  https://t.co/SvRc1pIXYk via @eBay
30013                                    RT @DeliciouslySavv: Take Advantage Of Huge Savings On @Ritzcrackers &amp; RITZ Fresh Stacks available @Walmart! PLUS Enter A Giveaway For Your…
30014                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30015                                        @sclancy79 @NFL @Nike You’re an idiot. A “true American” “like” “yourself” would have donated those shoes to strugg… https://t.co/QxfWPcoKAt
30016                                                             Check out New without box Kaley wide calf Boot from ASHRO size 8 #Ashro #fashionboots https://t.co/gnYzwdrPvV via @eBay
30017                                                          RT @Reuters: Japan issues evacuation advisories as typhoon Jebi approaches https://t.co/eV86oOyDgZ https://t.co/uewgfVJIrH
30018                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
30019                                        @JohnBladeClark @Spaghetti70 @phillyfunk @TheRevBobLevy @WeSupport45 @45pres2020 @Nike @Kaepernick7 For sure. And s… https://t.co/b1xmyEDoOZ
30020                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30021                                                                                                                                                         @johnnyg4419 @Nike *giggle*
30022                                                                                                                                        @JankowskiMichal @Azure @Microsoft Congrats!
30023                                                                                      @badpayne19501 @youlosenordys @sclancy79 @NFL @Nike Said the one who knows not what it means..
30024                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30025                                                                              @ALT_uscis @tedcruz @BetoORourke @Nike @Kaepernick7 @Ahmadinejad1956 @tedcruz is an imbecile. Move on.
30026                                        RT @StephA_SC: @williamlegate @sclancy79 @NFL @Nike Maybe something else good can come out of the idiocy. I'm purchasing a pair of @Nike sh…
30027                                                                                                                     Shoutout to @Starbucks for having the best Caramel Macchiatos ❤️
30028                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30029                                                                                                           @Carolynahil @Nike That's ok. I will buy Nike for the 1st time. #JustDoIt
30030                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30031                                     @Kaepernick7 @Nike  &amp; Kaepernick think cops are pigs. Buy Nike overpriced slave made junk of you agree. Burn it if… https://t.co/BsirnBvXDO
30032                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30033                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
30034                                                 @Blairpogue @nrarmour @Kaepernick7 @Nike @NFL Just like white folks. They chose who they wanted. Now take several seats. Thank you!
30035                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30036                                         RT @realPolitiDiva: Just do what exactly @Nike ? Spit in the face of every brave Veteran and Military person who sacrifices their lives to…
30037                                                                                                               @johnrich @Nike Snowflakes aren’t really Nike’s target demo anyway 😂
30038                                                                                     Started at the gym and need some good shoes to workout in. Think I’ll shop at @Nike 😏#JustDolt
30039                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30040                                                           Buying something @Nike tomorrow. I don’t need anything but they stood with @Kaepernick7. About time. @NFL  it’s your turn
30041                                                                                                   RT @slodek: @Reuters Sydney bureau - #FreeWaLoneKyawSoeOo https://t.co/1pLKSejOk4
30042                                                                                  RT @tannenbaumr: @johnrich @Nike He’ll regret this at 4 AM when he’s got nothing to jerk off into.
30043                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30044                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
30045                                                          RT @Reuters: Japan issues evacuation advisories as typhoon Jebi approaches https://t.co/eV86oOyDgZ https://t.co/uewgfVJIrH
30046                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30047                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30048                                                                            @Chadwick_Moore @Nike @realDonaldTrump The former POTUS spoke there to push TPP. https://t.co/8UBZwVHB03
30049                                                                                                                                                          @Nike boycott Nike forever
30050                                        RT @TomArnold: @ClayTravis @Nike How many Trumpster balls do you have in your mouth right now? I know they're your fans but at some point y…
30051                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30052                                                                           RT @snkrszn: Here is @Nike new endorser wearing a Fidel Castro shirt #boycottnike https://t.co/rlqEo5Nlvu
30053                                                          RT @Reuters: Japan issues evacuation advisories as typhoon Jebi approaches https://t.co/eV86oOyDgZ https://t.co/uewgfVJIrH
30054                                        @HazarMuadDib @rocketsurgeon76 @ExmuslimsOrg @Starbucks @HiltonHotels Thanks for the clarification. I have a follow… https://t.co/DjtZ6jhsI3
30055                                                                                                                                                 @Expedia ‘s coustomer service is A1
30056                                                                                                                                                          @PanArabist @Nike Doubtful
30057                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
30058                                            RT @rgay: @johnrich @Nike So he ruined the socks he already paid for which means Nike already has his money? Bless his heart. And yours.
30059                                        To everyone in a tizzy about @Nike featuring @Kaepernick7...stop putting words into our service members’ mouths whe… https://t.co/MeYDPaglqX
30060                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
30061                                                     Check out Eddie Bauer Womens Top Sz M V-Neck Knit Long Sleeve Red Salmon Pullover #EddieBauer https://t.co/j5F8mfilGt via @eBay
30062                                                                                                @ProudResister @Nike @Kaepernick7 Besides it is stupid to destroy your own property!
30063                                                                                          Why does everyone have to make this whole @Nike #Kapernick issue a racist convo? #JustDolt
30064                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30065                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30066                                        @jodikyman @TruckerBobS @ClayTravis @Nike His right to kneel doesnt supercede my right to say he's disrespecting fl… https://t.co/b3ZALkoVpl
30067                                         @madisongesiotto @adidas Bought a pair of adidas today! ❤️ walked through Dicks to use their escalator.  Place is a… https://t.co/FOr5mEdl27
30068                                                                                                               RT @RealLifeKaz: I’m buying all the Kaepernick gear. All of it. @Nike
30069                                        Also fuck the assholes that are protesting Nike for signing @Kaepernick7 keep being great dude and @Nike you’re doi… https://t.co/De26a4ylOJ
30070                                                                                                                                           @johnrich @Nike Peoples racism is showing
30071                                        RT @njfuture: I’m a Marine. And I support @Nike. Realize there are people that actually suffer from injustices because of the color of thei…
30072                                                                                                                        @Whats_Upshaw @Nike No kidding. These people are ridiculous.
30073                                         RT @mchlspllck: @johnrich @Nike So a former Marine doesn’t support another person’s 1st Amendment Right? That doesn’t sound like my Marine…
30074                                                                                                                  RT @Johnny_Joey: No sweat @Nike I got you. https://t.co/jlpefb2lMn
30075                                                      @Kaepernick7 @Nike I’m going out and buying #NIKE tomorrow!!! #BELIEVEinSOMETHING !!! Thank you Nike! Your company GETS IT !!!
30076                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30077                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30078                                        RT @GeorgeLBennett2: @ClayTravis @DanishaDanielle @Nike Wondering if Clay Travis has ever sacrificed anything in order to stand for those w…
30079                                         RT @BJack50: Hey @Nike let me remind you this is REALLY what “sacrificing EVERYTHING” looks like! NOT taking a pay cut to $7M/yr TO PLAY A…
30080                                         @loganthewriter @bby_lotion @Artur16c @johnrich @pjaysweets @msmoon61 @Nike @Kaepernick7 Hell yea bro. Love adding… https://t.co/dNswfGaqeP
30081                                                                                                      @bullriders1 @bennyjohnson @Nike Hahahaha. You couldn't be anymore wrong. Wow.
30082                                        RT @_Adam_Bomb_: @WoodenN1ckels @JustinTweets4 @sclancy79 @NFL @Nike I doubt anything he wears to the rallies in the woods counts as advert…
30083                                                                                           @colleen_wv @johnrich @Nike He’s a country musician-obligated to be a delusional asshole.
30084                                        RT @truQuinn: It’s a good day for @adidas @Reebok @SKECHERSUSA @merrelloutside @Converse and a foolish day for @Nike https://t.co/bnmRFCzStJ
30085                                         @IndivisibleNet @Nike My son’s Nike’s are looking a little worn all of a sudden. Hmmmm guess we need to go out and… https://t.co/AfXM8B4ALS
30086                                        @michellefishman @K_Rock_21 @AJohnso07363066 @SOimLikeWord @johnrich @Nike It always amazes me how you guys call pe… https://t.co/xc5Dq5UuOb
30087                                                                       @HughJor67496599 @AngelaM91373222 @TheGamersGhost @boudreau_dr @727_555_1212 @Nike @ClayTravis And what's 11b
30088                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
30089                                                        Check out No Excuses Womens Jeanswear Sexy Tough Sz 7/8 Dark Wash Red Stitching NWT 28X30  https://t.co/NsAmPLjuZO via @eBay
30090                                                                                                                      Check out my listing @eBay - https://t.co/OLbkwchyjZ via @eBay
30091                                        @johnrich @Nike Yes because people like you and your sound guy are definitely their target group and main source of… https://t.co/XLnanLe6iC
30092                                                          RT @Reuters: Japan issues evacuation advisories as typhoon Jebi approaches https://t.co/eV86oOyDgZ https://t.co/uewgfVJIrH
30093                                                                                                                                      @votevets @kmalone369 @Nike @Kaepernick7 Amen!
30094                                                                                                                @A_PacNigga90 @Kaepernick7 @Nike Funny how everyone ignores that. JS
30095                                                                                              @sclancy79 @NFL @Nike Hey retard you already paid for the shoes🤦🏽‍♂️ dumbass🖕🏼😂🖕🏼
30096                                                                                                              @CoolTrainerEl @sclancy79 @NFL @Nike God damn your mom is an ugly pig.
30097                                                                                            @sidp1897 @MarkReardonKMOX @nikestore @PUMA @adidas @Kaepernick7 I just cried. Thank you
30098                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30099                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30100                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30101                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
30102                                                                                                           @boudreau_dr @Nike @ClayTravis Too bad you already paid for those whomppp
30103                                                                                                      @SmallBiz4Trump @GW1stPOTUS @Nike He’s in good company https://t.co/TTzhS6V8qg
30104                                                                                                          RT @AndyStumpf77: @Globalsupply_ @Kaepernick7 @Nike I support him as well.
30105                                                                                                                    @johnrich @Nike The protest had nothing to do with the military.
30106                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
30107                                                                                                   @mptpart @sdjoseph1 @johnrich @msmoon61 @Nike @Kaepernick7 You mean currently on?
30108                                                                                                @ASOS I done as asked and got no response. As helpful as your 'chat online' service.
30109                                         RT @sweetkatess: @IndivisibleNet Thank you @Nike @nikestore .  We are behind Colin 100%.  He took a brave stance bringing needed attention…
30110                                                                                                    @boudreau_dr @727_555_1212 @Nike @ClayTravis Colin gives more than you do though
30111                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30112                                                                    @LaBeck81 @F3Moist @johnrich @Nike Ya! The little kids in third world countries worked hard to sew those shorts.
30113                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30114                                                          RT @Reuters: Japan issues evacuation advisories as typhoon Jebi approaches https://t.co/eV86oOyDgZ https://t.co/uewgfVJIrH
30115                                        To @Nike we appreciate you for standing with @Kaepernick7 this is sl powerful to the end if everything. CONGRATULAT… https://t.co/oVNMRYQ48f
30116                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30117                                         RT @FlySociety21: To everyone fake protesting @Nike how about instead of burning your @Nike gear you sell it and take the proceeds from it…
30118                                                            Check out Precious Moments A Friend Is Someone Who Cares Figurine #520632 MINT IN BOX  https://t.co/EYncSjkBZa via @eBay
30119                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30120                                                                                     RT @kdriley05: Me tomorrow at work putting a @Nike swoosh on everything https://t.co/m3xLAbB7ro
30121                                                                                                    @FreeThinkerG @randollazz @WerthNear @1BrianSchwartz @Kaepernick7 @Nike Comical!
30122                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30123                                        RT @officer_jill: Seriously @Nike ?! You may want to revisit your criteria for what constitutes “sacrificing everything” #JustDoIt @warwick…
30124                                                                    RT @Reuters: NFL notebook: Pederson lashes out at media over QBs https://t.co/ZhhhPFuiP7 https://t.co/OyMVHtUMIk
30125                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30126                                         RT @TheRickyDavila: I love the fact that @Nike is basically honoring Colin Kaepernick by tapping him for their 30th “Just Do It” campaign.…
30127                                                                                                         Check out HANDMADE JEWELRY LOT  #Handmade https://t.co/Sq1bx8hbjv via @eBay
30128                                                                                                            @MsRJUptown215 @themelodicpoet @Nike 🔝scrub that....really fkn angry...
30129                                                                                                                     @likeleila @DICKS @Nike Amazing and totally okay with me😂😂🍆.
30130                                         @PomskiL @Chadwick_Moore @Nike @realDonaldTrump I don’t have the freedom to go to my place of business and protest… https://t.co/cAkQ89EPcN
30131                                        RT @pattern_against: @HermanSafety @bobbi_bobbi @Kaepernick7 @Nike I am an Army Infantry Veteran with multiple tours under my belt and I st…
30132                                                                                    RT @jamieleecurtis: The swish got it right! Well done @Nike @Kaepernick7 https://t.co/KL0APrGvf6
30133                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30134                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30135                                        RT @IISuperwomanII: People really out here destroying their @Nike products over the Kaepernick ad? What are you mad about? Peaceful protest…
30136                                                                                                            @RevDocARussell1 @joshscampbell @Kaepernick7 @Nike Stop monkeying around
30137                                         RT @SadlyCatless: Way to go @Nike for a brilliant and moving marketing campaign with #Kaepernick! It doesn’t excuse the fact your sneakers…
30138                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
30139                                                                                                         @tina_pepe @NPR @Nike You need to reconsider the root cause of your praise.
30140                                        Was so excited to hear about @Kaepernick7 @Nike deal and check my stock go up in the morning. Then I realized I don… https://t.co/uI1fHGUSh9
30141                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30142                                             @johnrich @Nike Destroy your clothes when less fortunate need them. You already paid for them. You’re literally a textbook retard hick.
30143                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30144                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
30145                                                                                                                                                 @johnrich @Nike LOL! Fucking bozos.
30146                                                                                                                  @johnrich @Nike you never lived in a black neighborhood have ya..?
30147                                                                                                 RT @Reagan_Latina: Look the new face of @Nike what a clown! https://t.co/YzmHtOL2Oo
30148                                                                                            RT @TheJordanRachel: The new Nike campaign is the best advertising @adidas has ever had!
30149                                                                                      @mamurf41 @RealCandaceO @adidas @adidasUS @adidasUK You know that Nike owns converse right?...
30150                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30151                                        @johnrich @Nike Idk who you or your sound man are but respect to him for his service. Just so you two know millions… https://t.co/9c58cRIFA2
30152                                                                                                                                     @lafourchette @johnrich @Nike Underrated tweet!
30153                                                                                       RT @aleedle14: I’m really glad people are boycotting @Nike so it’ll be easier to find my size
30154                                                RT @Sp0rtsTalkJo3: hey @adidas do you wanna explain why your logo looks like a deadly drug that kills billions of people every year?
30155                                        @CoolTrainerEl @sclancy79 @NFL @Nike I’m going to buy a new pair of Nikes tomorrow. Hopefully I can get a nice used… https://t.co/lQNczodqII
30156                                                                                                                   RT @Toyota: TAG! You're it. #LetsGoPlaces https://t.co/j0kMhnDxF5
30157                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30158                                                                                                                                            @Ford @ijustine Lmao send one my way too
30159                                                                 RT @Reuters: Myanmar verdict in Reuters' reporters case 'deeply troubling': U.S. ambassador https://t.co/kKHpG7UYDQ
30160                                        @TheStableGenuis @NationStateInfo @Way2gosassy @PhoenixAzsn @BruinBrian82 @TomiLahren @Nike Thank you. Of course. T… https://t.co/sBO4ThEv9t
30161                                                                                    RT @jamieleecurtis: The swish got it right! Well done @Nike @Kaepernick7 https://t.co/KL0APrGvf6
30162                                        RT @terrencegentry: @mixedco54 @johnrich @Nike He knows. They all know but don't give a Damn about citizens being executed by police so the…
30163                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30164                                                               RT @Reuters: Founder of militant Afghan Haqqani network dies: Taliban https://t.co/uXFLaeet7q https://t.co/pcMQA33OOS
30165                                        @tlsutton10 @TheFadingMan @roblee4 @Nike The fact that your alive and well enough to compose a responce destroys th… https://t.co/l1p4JmRJHG
30166                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
30167                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30168                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30169                                                                                                                            @DrMartyFox Well I'm done buying Nike!! @Nike @nikestore
30170                                        RT @MORTONLB53: Please don’t go burning your @Nike gear to prove a point. They already have your money. So if you’re not going to wear it g…
30171                                         @Kaepernick7 @Nike For years I supported Nike buy purchasing everything you put out for my three children. But now… https://t.co/x752i78emA
30172                                        @alteratyeshiva @layers705 @Nike Toss up as to who is the bigger A**hole ------NIKE or Kaepernick...BOTH unpatrioti… https://t.co/7EKWtOxLmX
30173                                                                                   @SInow Very clever of @Nike to use a slogan that works on so many levels. https://t.co/moM4N4SrQa
30174                                         RT @LisaCampo: @sclancy79 @NFL @Nike They met. He suggested Kaepernick kneel since that's what soldiers do to honor the fallen. Kaepernick…
30175                                                                                        RT @OHGEESY: Shoutout @Nike  n @Kaepernick7  my closet filled up witt g fazos fuh da culture
30176                                         @FranklinMan25 @TwitterMoments @49ers @Nike @Converse @PUMA @adidas #JustDoIt30 You can buy @nike women’s socks to… https://t.co/yGwrAzIsaY
30177                                        RT @LisaCampo: @sclancy79 @NFL @Nike Bless your heart. Kaepernick first protested by sitting during the national anthem in order to bring a…
30178                                        @sclancy79 @NFL @Nike They never made you choose. And your great county allows peaceful protests. You should probab… https://t.co/wmGfH1sPoz
30179                                        RT @DanielNewman: @johnrich @Nike Funny @johnrich you support Trump hurting veterans and taking away their benefits but you guys are mad at…
30180                                        RT @ReutersChina: Our @Reuters colleagues Wa Lone and Kyaw Soe Oo were sentenced to seven years in jail for exposing a massacre by the Myan…
30181                                                                                                                                             @toda @Nike They’ve been on fire lately
30182                                                                                             @RealCandaceO @RealMAGASteve @adidas @adidasUS @adidasUK Nike's always been about hype.
30183                                                                                                                                    @The_Trump_Train @cajunchick25 @Nike is garbage.
30184                                                                                    @worldnewsanon @Big_A850 @johnrich @Nike Good grief you people are nuts. https://t.co/XaFjuoOW7H
30185                                                                                                                 RT @LuuhShawn_: Powerful message from @Nike https://t.co/d2YxFm101z
30186                                        RT @DanishaDanielle: @ClayTravis @Nike One sacrifice does not negate another. Can you really argue with the fact that Kaep has made sacrifi…
30187                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
30188                                        RT @pravemn: We stand in solidarity with our @Reuters Myanmar colleagues who were unjustly jailed for doing their jobs! They should be rele…
30189                                                             @AmericanExpress Used early check-in and was offered late check out (declined) at Four Seasons Atlanta. Great benefits.
30190                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
30191                                        @johnrich @Nike Former? No such thing in USMC ...unless that DD-214 highlights an early exit with a last meal consi… https://t.co/vVVOJxlfqD
30192                                        RT @DanielWatsonSD: @DChoi_963Hz @sclancy79 @NFL @Nike They actually do understand completely.  It’s a strawman argument that refuse to bac…
30193                                        @7a7272 @coachgtpage @Nike Entertainers are citizens.  Lobbyists are citizens.  People are entitled to express thei… https://t.co/LSxbPtnHec
30194                                                               RT @Reuters: Founder of militant Afghan Haqqani network dies: Taliban https://t.co/uXFLaeet7q https://t.co/pcMQA33OOS
30195                                                      RT @kittyinfl: @Lisa62Texas @RealDark_Kent @w_terrence @Nike I will be anxious to see if their stocks tank! Surely it will!!!!
30196                                                               @ZeeAyMartinez @Nike Same. I was just thinking I needed new sneakers for work. Have Adidas on. New pair will be Nike.
30197                                        @nrarmour @ZaackHunt @Kaepernick7 @Nike @NFL I say I agree with him......... But he is simply not that good of a qu… https://t.co/NnVgXK7Xim
30198                                        @sclancy79 @NFL @Nike How can you say you’re an American and be so off the mark on what kneeling is trying to expre… https://t.co/fRsJjutbqn
30199                                                           RT @NIACHIRIE: @johnrich @Nike You can protest Nike but a black man can’t protest racial inequality and police brutality?
30200                                    RT @mbradt27: Well @Nike I just unsubscribed from your e-mails &amp; I’m removing the swoosh from the previously purchased expensive Golf shirt…
30201                                                                                                                                 Great morning at @Starbucks https://t.co/K3jelngu88
30202                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30203                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
30204                                              @CaseyNeistat @Nike @Kaepernick7 The Iranian regime had causes too. Like claiming the Holocaust never happened https://t.co/EzXxcO7fGy
30205                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
30206                                                      @agirlinBK @USA___Forever @excitable_one @loganthewriter @johnrich @pjaysweets @msmoon61 @Nike @Kaepernick7 Alternative facts.
30207                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
30208                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30209                                        @PaigeGauge @2kDFG @nytimes @Nike Get real.. no company would intend to offend military. It's their family too. Spe… https://t.co/DOLr3C6xHb
30210                                                     RT @Reuters: U.S. oil prices rise as Gulf oil rigs evacuated ahead of hurricane https://t.co/RV91r5X8f1 https://t.co/msg0YGUzo3
30211                                        @JusRacine @adammickmayon @AllHailMadness @Kaepernick7 @Nike Your opinion means nothing to me. You resorted to call… https://t.co/80Bwf9SFhi
30212                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
30213                                                                               @45pres2020 @WeSupport45 @NFL @Nike @Kaepernick7 Your ignorance is laughable! https://t.co/OvLHfnPIo6
30214                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
30215                                                                                                                                                                     I support @Nike
30216                                                       Check out 1.35 Carat Cushion Cut Diamond Solitaire Anniversary Ring 14K White Gold Finish   https://t.co/5mIPG2LhV3 via @eBay
30217                                        RT @pravemn: We stand in solidarity with our @Reuters Myanmar colleagues who were unjustly jailed for doing their jobs! They should be rele…
30218                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30219                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
30220                                        @johnrich @Nike Such a stupid move by the soundman. Wear the tick with pride.  Taking the knee is as significant as… https://t.co/2BZ8mMoc9J
30221                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30222                                        @HCKGyanganj @WoodenN1ckels @JustinTweets4 @sclancy79 @NFL @Nike I would disagree. PT Barnum is credited for saying… https://t.co/iuW89vYL2Z
30223                                         @vegathavillain @Kris_Sacrebleu @johnrich @ali_kat09 @Nike @bigandrich I don't think he is smart enough to realize… https://t.co/rnpAGAr6Og
30224                                        RT @Samsung: Follow our docent to experience Samsung’s intelligent home appliances powered by #AI and #IoT first hand #SAMSUNGxIFA2018 #Sam…
30225                                         @xkucintakamu @TEAM_MALEC_76 @netflix @AmazonStudios @SonyTV @SonyCrackle @cbsallaccess @CBC Brazil is a next stop… https://t.co/3LwHfZIAZY
30226                                                              Check out Two Cases Of Necco Wafers Asst Flavors (48 Ct Rolls) NEW USA Made Hard To Find https://t.co/l4k5aXbpPB @eBay
30227                                                                                 RT @jp209: @Kaepernick7 I will be buying @Nike  for all my friends and families children! #JustDoIt
30228                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30229                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30230                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30231                                    @LennyMiami @onesarahjones @The_J_Cobb #JustDoIt30 You can buy @Nike women’s &amp; men’s socks or other gear to show su… https://t.co/mYDyG0B6Rr
30232                                        RT @DillyTante: @jasoncollins98 @JohnAmaechi @Nike @Kaepernick7 I’ve just realised there is a wider context to this so my comment was proba…
30233                                                       @Kaepernick7 @Nike Keep moving Kaepernick do your thing silent the haters keep your head up #JustDolt https://t.co/BnHg7axzCu
30234                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
30235                                                                                                        RT @SamuelLJackson: Oh shit @Nike done stepped in it now!!! Sanctions tbd!!!
30236                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30237                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30238                                        @Rc_theDon @Nismiiii @TheJoeDupree @P0STA @SeanParnellUSA @JaniceDean @Nike @JJWatt He disrespected millions of men… https://t.co/F7eqwPOltC
30239                                                                          @SamuelLJackson @Nike @nike   Going out today to buy Nikes for the entire family ❤️ https://t.co/X6QrttLjgM
30240                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30241                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
30242                                        RT @pfpicardi: That’s why it means a lot to see @Nike take a stand with Kaepernick. This is brand risk — and so few brands are actively wil…
30243                                        RT @francediplo_EN: The 7 year prison terms handed down to @Reuters journalists #WaLone and #KyawSoeOo are a serious attack on freedom of t…
30244                                                                                                                                                                       @Nike forever
30245                                        RT @loganthewriter: @HunterLaura @agirlinBK @rkdowner @johnrich @pjaysweets @msmoon61 @Nike @Kaepernick7 If anybody is throwing away/burnin…
30246                                                                                                        RT @SamuelLJackson: Oh shit @Nike done stepped in it now!!! Sanctions tbd!!!
30247                                         @netflix 🗣 WHEN IS #ozark season 3 getting the green light?! All that angst for 10 full long episodes and that was… https://t.co/7UP1z1gAT2
30248                                                          RT @khayadlanga: It would be great if @Nike also included Caster Semenya as part of this campaign. https://t.co/hGtVlvnPBy
30249                                                                    @liberallanguish @Nocaptre @n3ch3ll330 @happyloner @MrJeromeTrammel @sclancy79 @NFL @Nike Wait what did Yeti do?
30250                                        @agirlinBK @loganthewriter @HunterLaura @rkdowner @johnrich @pjaysweets @msmoon61 @Nike @Kaepernick7 Because the ad… https://t.co/onSPPa8DMa
30251                                                                                             RT @Infinite_Alpaca: @beverageguru1 @Kaepernick7 @Nike I didn't know nike sold tampons?
30252                                                                                                        RT @SamuelLJackson: Oh shit @Nike done stepped in it now!!! Sanctions tbd!!!
30253                                                                                                              Shout out to @Nike for not giving a fuck. 🔥🔥 https://t.co/r3rTsDlOQZ
30254                                                                                                                 RT @LuuhShawn_: Powerful message from @Nike https://t.co/d2YxFm101z
30255                                        @whatsupgop @sclancy79 @NFL @Nike It’s about police brutality against POC. My friends have to worry every time thei… https://t.co/pml3FvoXWS
30256                                                                                                                                                @johnrich @Nike Oh this is hilarious
30257                                                @honaskidesign @Kaepernick7 @Nike And his protest has absolutely nothing to do with veterans. Just Trump trying to make it that way.
30258                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30259                                        @WinterreptileIn @2SweetLex @tigerstripes22 @Nike Wild guestimates about what?  We know how many blacks play in the… https://t.co/CoUdJr125E
30260                                                                                                                                                                 I love @Nike 🖤🖤🖤
30261                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
30262                                        @MissaMHx @johnrich @Nike #JustDoIt30 You can buy @Nike women’s &amp; men’s socks or other gear to show support for… https://t.co/dPxqxb6qw8
30263                                                 @CakedaddyINTL @zothelord @AncelPatricio @VintageTrend @johnrich @Nike @Kaepernick7 @serenawilliams @OBJ_3… https://t.co/auVGZPPL4j
30264                                        What a way to wake up this morning @Kaepernick7 is the new @Nike brand ambassador. Makes me all kinds of happy. Wil… https://t.co/7OpgptWEGp
30265                                                Check out PENGUIN SHIRT SHORT SLEEVE NAVY DARK  BLUE NEW WITH TAGS FREE SHIPPING  SIZE XL #PENGUIN https://t.co/YIxe434Jr2 via @eBay
30266                                                                                                          RT @Nike: Believe &gt; Pressure @KMbappe #JustDoit https://t.co/UzNdjJBS6z
30267                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30268                                                                                              @Brambleburg @Nike Thousands more will be burning or tossing out shoes and shirts tho.
30269                                                                                                                                                    @nextofficial DM sent. Thank you
30270                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
30271                                                                                        @WeSupport45 @seattletimes @Jim_Brunner @45pres2020 @Nike @Kaepernick7 Give them to  charity
30272                                        @CWNBCIA @BradVincent15 @sclancy79 @NFL @Nike “Black people shooting black people.” I fixed it for you. Funny how o… https://t.co/UNfkpkPSh9
30273                                       RT @tanyajunghans: I’m getting a pair of @Nike sneakers to balance the numbers for all the racists who said won’t buy anymore. 😃 https://t.…
30274                                        RT @SOimLikeWord: @johnrich @Nike I’m a Navy veteran that is the child of two marines and we all are #VeteransForKaepernick https://t.co/0F…
30275                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30276                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30277                                    RT @CakedaddyINTL: @2Concussions @johnrich @Nike @Kaepernick7 #JustDoIt30 You can buy @Nike women’s &amp; men’s socks or other gear to show sup…
30278                                         RT @TDToney1: @KenKaniff1024 @GoldMine49 @godofradio @ThisDudeCranky @10sevolfan @ClayTravis @Nike Question? Can you tell me what ya being…
30279                                                                                                                                                                      Nice job @Nike
30280                                                                                                                                               @Nike Kaepernick is an American hero.
30281                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30282                                        RT @JoshEstrin: I ll have to check it out xo RT @MeredithBandy: @JoshEstrin @netflix sounds amazing!! for part of ours too...we watched the…
30283                                         @kylekuzma @Nike Y’all act like he’s fucking ghandi or mlk. Nobody will remember him 40 years from now. There’s no… https://t.co/RUdu1IAMKp
30284                                        RT @RoxanneForAD46: Dear @facebook please explain to me what about this ad I wanted to run for people in my district doesn’t meet your stan…
30285                                        NO MORE @Nike racist Flag America hating over paid @NFL ...Who do you think you are? We are the $$$$ Scumbags #MAGA… https://t.co/AGHq5T3dDy
30286                                                       RT @BMW: Perfection from the very beginning. The all-new #BMW #8Series Coupé. https://t.co/js9L8bge10 https://t.co/d2oPfEby5f
30287                                                                                          @SamuelLJackson @Nike Not to worry we have attention whores here : https://t.co/XdaOocKlSj
30288                                                                                                          RT @_I_LikeTurtles: @Kaepernick7 @Nike Real Heroes https://t.co/Y7KwLfJ4l8
30289                                                    @EllieBparty @alteratyeshiva @Nike What? They already have his money and more people are going out to buy so Nike loses nothing.
30290                                                                                                        RT @SamuelLJackson: Oh shit @Nike done stepped in it now!!! Sanctions tbd!!!
30291                                                                                                            I think we need the Starbucks app in Greece!! \U{01f929}♥️🇬🇷🇬🇷 @Starbucks
30292                                          RT @SDSunchaser: @alteratyeshiva @Nike Better go out and buy a few more pairs to burn so we know you are serious! 😂😂😂😂😂😂😂😂😂 @nike
30293                                                Check out Chinese white monochrome  mallet- bell bottle shaped vase Kangxi mark #KangxiQingDynasty https://t.co/kIZmHtZ0U9 via @eBay
30294                                        RT @IISuperwomanII: People really out here destroying their @Nike products over the Kaepernick ad? What are you mad about? Peaceful protest…
30295                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30296                                        RT @2SweetLex: @WinterreptileIn @PhilCalzaghe @tigerstripes22 @Nike bob wants us to believe a meme while at the same time telling me my lif…
30297                                                       RT @BMW: Perfection from the very beginning. The all-new #BMW #8Series Coupé. https://t.co/js9L8bge10 https://t.co/d2oPfEby5f
30298                                        RT @IISuperwomanII: People really out here destroying their @Nike products over the Kaepernick ad? What are you mad about? Peaceful protest…
30299                                                                                                                 RT @LuuhShawn_: Powerful message from @Nike https://t.co/d2YxFm101z
30300                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
30301                                        @jasomnambulism @SandaBlue @sclancy79 @NFL @Nike No it's that we don't believe a bunch of  Black guys complaining a… https://t.co/88ROK6Ftex
30302                                        @sweetness3485 @SoitenlyBob @johnrich @Nike You're ignorant. you lack reading comprehension and you are not good at… https://t.co/qoMiDCnX27
30303                                                                                       Check out Beswick England Large Rare Pink Rainbows Bulbous Vase https://t.co/AqZ8LvenpS @eBay
30304                                                    @CathyBabs28 @LeslieThomasWr1 @tom_lewisville @JulianSalin1 @djjasonk @LarryWilson @sclancy79 @NFL @Nike You found a MAGAt Nest.
30305                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30306                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30307                                                                                                  @ColinCowherd @Nike @Kaepernick7 Will Nike sell the pig socks or anything  Castro?
30308                                        @ChristopherUrsi @MajinCvee @TXToasty @Mikel_Jollett @Nike You dont represent all vets. Get off your high horse. Yo… https://t.co/WWKDpYabqd
30309                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30310                                                                                                                        @EvansBeard @johnrich @Nike asking the real questions 😂😂😂
30311                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
30312                                                                              Check out AA Fun Casino Party  Hire Blackjack Roulette Poker Nights  https://t.co/zC7FE6gpnz via @eBay
30313                                                                                                                                                    @johnrich @Nike Dumb as shit bro
30314                                        RT @JanneNijman: #ICJ asked for an Advisory Opinion in 'a dispute over colonial history'. @TMCAsser Geoff Gordon @Reuters “These things com…
30315                                        @ru4realdoe @akaMrMarcus @johnrich @Nike Here's an idea: people should get over themselves and stop the fetishizati… https://t.co/1PzGLT7R27
30316                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30317                                        #wheelchair trashed by @easyJet @easyJet_press @easyJetCustHelp can't claim no PIR no. @Gatwick_Airport . Now 4th c… https://t.co/Tbuqsabn3O
30318                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
30319                                                                                                                                        @sclancy79 @NFL @Nike your shoes are on fire
30320                                        @stevecuck1488 @CakedaddyINTL @TheZantarin @johnrich @Nike @Kaepernick7 @serenawilliams @OBJ_3 @Shaquemgriffin So a… https://t.co/RK1DFAEEBi
30321                                                                                @johnrich @Nike As if we give a damn! Those are your socks now.... Nike will go on. #westandwithNIKE
30322                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30323                                         RT @Jetlife_Ryan_: @Rogue_VHA @larra723 @Kaepernick7 @Nike It’s like nobody is actually listens to the soldiers that are all agreeing with…
30324                                                                                                        @StefanMolyneux Not sure @Nike @nikestore really thought this one through :(
30325                                                 RT @MelloMusicGroup: The only @Nike sales that will be hurt by this @Kaepernick7 campaign are the Monarchs. https://t.co/UjYAAaqFpT
30326                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30327                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30328                                                               RT @ARGS_EVA: Ryanair traffic grows 9% in August https://t.co/LOaMaYDiuq #airlines #ryanair #lauda @Ryanair #aviation
30329                                        @ru4realdoe @nbtampa1 @akaMrMarcus @johnrich @Nike I'm taking your argument in good faith: do you really believe th… https://t.co/fKWaHsvaPo
30330                                        @KhaledBeydoun @firefire100 @Nike Besides that it is back to school season. I know for a fact there are thousands u… https://t.co/mRzAtS8WpY
30331                                                                                          @TimKennedyMMA @Nike @Kaepernick7 I disagree but I always appreciate your complex morality
30332                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
30333                                          RT @Reuters: Japan issues evacuation advisories for one million as typhoon hits west coast https://t.co/BBMNY526uC https://t.co/Yycz3Cq5bS
30334                                          RT @Reuters: Japan issues evacuation advisories for one million as typhoon hits west coast https://t.co/BBMNY526uC https://t.co/Yycz3Cq5bS
30335                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
30336                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
30337                                    RT @PhotoGeekPics: @johnrich @Nike I’m a #MarineCorps veteran &amp; I think this is the most stupid thing ever. @Kaepernick7 ‘s actions are cov…
30338                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
30339                                                                                                                                         A REAL HERO....FUCK @Kaepernick7 FUCK @Nike
30340                                                                                                                 @Johnny_Marr @UPS @UPSHelp It'll be behind your neighbours blue bin
30341                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
30342                                        @tarisiac @Nike It's because you're delusional and you don't realize that half the people don't support your view y… https://t.co/xWwMVB0ko7
30343                                        @Mnemesis @LaBeck81 @F3Moist @johnrich @Nike Apparently you belong to the same stupid club they do.. Quit acting st… https://t.co/wmzS5VAXqD
30344                                                                                                                                              @Reuters Stick your nikes up your arse
30345                                                                                                                                   @alteratyeshiva @mystique182 @Nike Showed them 🙄
30346                                                            @krztfr68 @onehipdad @TwitterMoments @49ers @Nike I should have went with worms... that would have been so much funnier.
30347                                          RT @Reuters: Japan issues evacuation advisories for one million as typhoon hits west coast https://t.co/BBMNY526uC https://t.co/Yycz3Cq5bS
30348                                                                   @RayWes22 @larra723 @Kaepernick7 @Nike I dont understand the correlation between police brutality and the anthem.
30349                                        If people are going to boycott @Nike Kiss them #Jordans #converse good by too. Fools don't even know what @nike own… https://t.co/YdNsKBYDnG
30350                                        RT @IISuperwomanII: People really out here destroying their @Nike products over the Kaepernick ad? What are you mad about? Peaceful protest…
30351                                        @Nike @Kaepernick7 loool I stand by you and Colin that move was Godly ... also why are the un logical  Americans ac… https://t.co/ZIVgv1rfiS
30352                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30353                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30354                                                                                                           @maryephill @simplytodd @Jetlife_Ryan_ @larra723 @Kaepernick7 @Nike Agree
30355                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30356                                        RT @Planetguy_Bln: Wow @easyJet - 2 hours delay for a flight that is only 1 hour... Maybe we should reconsider booking @easyJet for busines…
30357                                         @johnrich @Nike Multiply by tens of millions those who are thrilled Nike is choosing the right side of history and… https://t.co/9QzoW266iB
30358                                        RT @williamlegate: @sclancy79 @NFL @Nike They aren’t protesting the flag OR the anthem. People like you probably think Rosa Parks was prote…
30359                                                                                            RT @TheJordanRachel: The new Nike campaign is the best advertising @adidas has ever had!
30360                                                                                                                                           @johnrich @Nike what a fucking snowflake.
30361                                         @DrAthanasius @julia_goolia__ @musingsofmegan @charliekirk11 @Nike @Kaepernick7 The DOD started paying the @NFL to… https://t.co/GB7QUirTyj
30362                                        @krztfr68 @onehipdad @TwitterMoments @49ers @Nike Or will you continue to say well your article says this while min… https://t.co/HPhKW1CyRz
30363                                        RT @TheJaneWardell: There in spirit. And heartbroken for the families of both my colleagues. #FreeWaLoneKwaySoeOo @ReutersPR @Reuters https…
30364                                        RT @justinsuntron: https://t.co/kKk6RXeN9V will run for #TRONSR. https://t.co/kKk6RXeN9V strives to become the @Google in the blockchain in…
30365                                                                                                  @gorskon @Nike Has nothing to do with Trump. That’s an ignorant statement you made
30366                                                                                                                                   @johnrich @Nike Nike already got your money dummy
30367                                        RT @Reuters: Brexiteer Boris Johnson's scathing criticism of Theresa May fuels speculation of a leadership challenge. @WJames_Reuters repor…
30368                                                        Check out So Rare Spider Web Designing Natural Tibet Turquoise Pear Cab Gemstones 75.60Ct  https://t.co/Z8xdeyRmD9 via @eBay
30369                                        RT @williamlegate: @sclancy79 @NFL @Nike They aren’t protesting the flag OR the anthem. People like you probably think Rosa Parks was prote…
30370                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30371                                        @Stallion2011 @bobbi_bobbi @RealWayneRoot @realDonaldTrump @Nike Like every other shoes company does Nike is the wo… https://t.co/qwDgwpoVEm
30372                                                                                         RT @KamVTV: People are seriously setting their @Nike on fire ... 😳 https://t.co/63hB2dlHYV
30373                                                                                                                                  @sclancy79 @NFL @Nike Stfu https://t.co/aBevhKZ5lp
30374                                                                                         RT @cbns007: @RealJamesWoods @Nike Soon to be sinking like a stone. https://t.co/Ej2J4GYsX6
30375                                                               @tony_martino @_AnnieWilson @teebone21 @Kaepernick7 @Nike Value? Krapernick has zero value. Just a half decent agent.
30376                                        RT @82Paratrooper78: @msmoon61 @johnrich @Nike @Kaepernick7 They are not protesting. They are doing it at their place of business. They are…
30377                                        RT @_XavierCruz: Donate that @Nike stuff you don’t want anymore to the thousands of homeless vets on the streets... bc this is about the ve…
30378                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
30379                                        @alteratyeshiva @Cernovich @Nike Obviously your flag stands for individualisn and not giving a fuck about other peo… https://t.co/EGI12mQZ1q
30380                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30381                                                                                 Just ordered a few things from @Nike! They offer a military discount too 😉 https://t.co/NWSg9pDm7g
30382                                                                                                               RT @UncleTimi: The @Nike campaign we deserve. https://t.co/7H0V1cjvc5
30383                                        RT @williamlegate: @sclancy79 @NFL @Nike They aren’t protesting the flag OR the anthem. People like you probably think Rosa Parks was prote…
30384                                        RT @TimKennedyMMA: Just like that I will never wear anything @Nike again. I respect and appreciate @Kaepernick7 ‘s right to freedom of spee…
30385                                        @sclancy79 @NFL @Nike So @nfl didn’t force you to choose anything. You took someone exercising their right to peace… https://t.co/HbaPV3d449
30386                                         @ColinCowherd @Nike @Kaepernick7 I don’t disagree but your partner is right @WhitlockJason. His days were numbered… https://t.co/YMnwb09fW0
30387                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
30388                                        RT @williamlegate: @sclancy79 @NFL @Nike They aren’t protesting the flag OR the anthem. People like you probably think Rosa Parks was prote…
30389                                        RT @rubes58: @sclancy79 @NFL @Nike You’re no being forced to do anything. Your choices have not been taken away from you. Chose where you s…
30390                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30391                                        @Kaepernick7 @Nike I don’t think Twitter is allowing controversial comments to be seen if the reply is negative tow… https://t.co/Vtaol8rSMG
30392                                                                            Check out Nintendo DS Misc. Game LOT of 5 FREE US SHIPPING!  #Nintendo https://t.co/Uk1bJE5Hh3 via @eBay
30393                                                                                                        RT @SamuelLJackson: Oh shit @Nike done stepped in it now!!! Sanctions tbd!!!
30394                                                                                         @btgirlsu10_u11 Millie Windeler signs new boot dark with Nike @Nike https://t.co/9HIqTRqqyh
30395                                        @KenKillings @GhostDaBoogie @ClayTravis @Nike I just don't understand why certain just refuse to listen. Actual lon… https://t.co/8KRTSepSgu
30396                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30397                                                                     @ezralevant @Nike @Kaepernick7 Hope Nike is prepared to be boycotted by thousands of people who never buy Nike.
30398                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
30399                                                                                RT @JasonPGoss: @Nike fixed your ad campaign for you. #justdoit #BoycottNike https://t.co/7y6DjGkkrT
30400                                        RT @dnmis25: @sclancy79 @NFL @Nike If this wasn’t so sad it would be laughable. Don’t want to wear Nike then donate the shoes to someone wh…
30401                                             RT @EbookReviewer: Peaceful Night Poetry: Sleep-inducing Picture Poetry Book for Children Aged 3... https://t.co/Zw6hdu2wlX via @amazon
30402                                                                                                  RT @Swampfox1014: @Lrihendry @Nike @adidas @realDonaldTrump #BoycottNike thank you
30403                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
30404                                                                           Check out Polki  Diamond Sterling Silver Jewelry Earring AS52 #Handmade https://t.co/3Sb13CZY1F via @eBay
30405                                                                                                                                 I'm at @Starbucks in Riyadh https://t.co/ISbSbKq8M2
30406                                                                               @sclancy79 @NFL @Nike How much did you pay Nike for those shoes? That’s really sticking to them dude.
30407                                                                                                                                    @kylekuzma @Nike This whole thread is hysterical
30408                                        RT @USA_AllenK: @FoxNews @FoxBusiness @Nike selected the controversial former San Francisco 49ers quarterback Colin Kaepernick as the new f…
30409                                                                                                                           BATGIRL ADULT COSTUME SMALL https://t.co/uz1dluRViW @eBay
30410                                        RT @JrGolferMom: @Ephesianstwo_8 @darrenrovell @Nike Wasn’t this guy killed by his own soldiers and the military tried to capitalize and pr…
30411                                                         RT @michnels00: @RealJamesWoods @Nike It is worth setting up an e-trade account just so you can make money on shorting $NKE
30412                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30413                                        @Nike we haven’t forgotten who wore this caption first. A real hero. Your marketing crew should be fired. A real he… https://t.co/vZghakH2K9
30414                                                                                                                             @sclancy79 @NFL @Nike You choose Country' not the grass
30415                                                                                                                                                        @johncardillo @Nike Shameful
30416                                                                                          @PhoenixAzsn @BruinBrian82 @TomiLahren @Nike Tillmam was a Patriot. Standing not kneeling!
30417                                                            @madisongesiotto @RyanAFournier @adidas If you believe in something you shouldn’t feel that you’ve sacrificed everything
30418                                                                                          @Nike I appreciate you. Buying gear! @Kaepernick7 athlete activist https://t.co/1qGCpGek2V
30419                                        RT @SOimLikeWord: @johnrich @Nike I’m a Navy veteran that is the child of two marines and we all are #VeteransForKaepernick https://t.co/0F…
30420                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30421                                        RT @djmstephens: @johnrich @Nike This Marine Veteran will buy only Nike from now on. I support #Kaepernick ‘s constitutional right to #Take…
30422                                                                            @johnrich @Nike Stupid.  I wouldn't cut my shyt up...  You think Nike cares?  They already paid for...🤔
30423                                          So i won a giveaway @SummerInTheCity  which was a @Disney and @Primark collab and blown away with what i got sent! https://t.co/lsc8lggTPv
30424                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30425                                        RT @Asies_35: We want #XenaRevival  We need Xena back #XenitesUnite #XWP @nbc @NBCUniversal @robtapert @NetflixLifee @netflix @SYFY @BuzzFe…
30426                                                             Check out German Kissing Stein 2 Handle Loving Mug Bourne-Harlesden England Made In Japan https://t.co/AGKcLh57GR @eBay
30427                                                                                                                                 @johnrich @Nike Proof that stupidity is everywhere.
30428                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
30429                                        RT @MorganStanley: Morgan Stanley’s Chief U.S. Economist says U.S. GDP growth will likely hit 3.0% in 2018. Will 2019 be a repeat performan…
30430                                        RT @IheartgrafDrew: @Kaepernick7 @Nike People are burning their @Nike products because #Kaepernick is now the face of the  #JustDolt  campa…
30431                                                                                                                                                   @neilbyrne_CT @easyJet Absurd! 😤
30432                                        RT @Reuters: .@Reuters journalists Wa Lone and Kyaw Soe Oo have been imprisoned in Myanmar for 267 days. Follow updates on the case: https:…
30433                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
30434                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30435                                                                                                                              @EmDockins @Nike I have this pair. 😂😂😂 yes im a mom
30436                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30437                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30438                                                                                                              @IVORY64 @SamuelLJackson @Nike Good to see you supporting sweat shops.
30439                                                                                                                          Proudly wearing my @Nike sneakers to workout this morning!
30440                                                                    @Kaepernick7 @Nike No more Nike!  Kaepernick is not the face of Americans. We stand for our flag out of respect.
30441                                        @chrisoliversyd @blaircottrell89 @DJTeeOh @Nike 3/ processor in my computer?  There are better ways to do this.  I'… https://t.co/K5YhfUsAQo
30442                                                                                                                                                             @johnrich @Nike Dumbass
30443                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30444                                        RT @JimHendren1: It’s clear @Nike has a poor understanding of the word “sacrifice” and even worse understanding of the word “everything” ht…
30445                                                                                RT @Reuters: Democrats vow 'sparks will fly' over Trump's Supreme Court pick https://t.co/9aUD1xVu1l
30446                                                                                                                                         RT @DBest630: I love @Nike 🙏🏾🙏🏾🙏🏾🙏🏾
30447                                        “You are burning your sales” 😂...on a serious note. If you want to boycott @Nike that’s on you. Instead of burning… https://t.co/mkvk6FTaVf
30448                                        RT @Alina72649228: #XenaRevival @nbc @NBCUniversal @robtapert @NetflixLifee @netflix @SYFY @RealLucyLawless @BuzzFeed @Hulu @UniversalTV @S…
30449                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30450                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30451                                                       @harrison_t_ @GeorgeLBennett2 @ClayTravis @DanishaDanielle @Nike His career. And now all the unseasoned people hate his guts.
30452                                         @RoseMarie4Real @amazon Thank you for the heads up! I look forward to seeing this film. (I send you a picture of a… https://t.co/IYF4wuglDk
30453                                                        Check out Woman's handmade hard eyeglass case/vision accessory/ocular case/vision aid art  https://t.co/1BhNi06DVv via @eBay
30454                                        @SeattleSports64 @Nike I guess they want to promote their sneakers to losers who can't afford a pair of those overp… https://t.co/VBLJ0kElcV
30455                                          BP to roll out downtime prevention technology in North Sea: @BP_plc @BHGECO #ENGenious2018 https://t.co/LaPO4SLq8C https://t.co/tTg7e7Fq4J
30456                                        Delighted to see @Nike @NikeUK showing their support for @Kaepernick7 and giving a big FU to @realDonaldTrump and t… https://t.co/cAC2SvREDb
30457                                                                                                                                               @johnrich @Nike What a fucking idiot.
30458                                         RT @robbystarbuck: Slight nonjudgmental suggestion to anyone who’s boycotting @Nike because of their collaboration with Colin Kaepernick -…
30459                                        RT @ReutersPR: Journalists around the world stand with and call for the release and indisputable freedom of @Reuters journalists Wa Lone an…
30460                                        RT @williamlegate: @sclancy79 @NFL @Nike They aren’t protesting the flag OR the anthem. People like you probably think Rosa Parks was prote…
30461                                    RT @AnOpenSecret: Raise your hand if you want @Nickelodeon @Disney to release how much $ they’ve spent to settle child sex abuse lawsuits &amp;…
30462                                                                                                                              @sclancy79 @NFL @Nike And the money you have wasted 🤣
30463                                                                                                             RT @kate_hess: @johnrich @Nike So your soundman just protested at work?
30464                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30465                                         @charliekirk11 @kathym4321 @Nike @Kaepernick7 People here who say it's just a flag please explain why we run it up… https://t.co/COMuArJmf7
30466                                        RT @williamlegate: @sclancy79 @NFL @Nike They aren’t protesting the flag OR the anthem. People like you probably think Rosa Parks was prote…
30467                                               @TheMarkPantano @tweetheart2017 @Nike Nike will find out what happens when they throw America under the bus.… https://t.co/vogSo43gug
30468                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
30469                                        RT @maxhandelman: To all the “real Americans” preparing to cut up or burn your @Nike shoes and apparel: you COULD instead consider donating…
30470                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30471                                                                                                           @gammytimes2 @TheDelMarKid @TimRunsHisMouth @Nike @Kaepernick7 Thank you!
30472                                        @BillyCharlesNY @johnrich @Nike Looks like Detroit now has the same issue with their water. Curious on how fast tha… https://t.co/UeShqUgiAQ
30473                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30474                                                                                                                                                 @sclancy79 @NFL @Nike Idiotic post.
30475                                                                                                                                       No more @nikestore @Nike @NikeRunning for me!
30476                                        @RaymondKooyenga @NightSKY4409 @RealCandaceO @adidas @adidasUS @adidasUK Your beliefs align perfectly with David Du… https://t.co/QMcKyqoRq5
30477                                                                              @ClayTravis @PrisonPlanet @Nike Don’t use soldiers sacrifice to push your right wing agenda dick head.
30478                                                                                                       RT @EvansBeard: @SicovDems @johnrich @Nike Burning my lawn to own the libs 😂
30479                                        #wheelchair trashed by @easyJet @easyJet_press @easyJetCustHelp can't claim no PIR no. @Gatwick_Airport . Have witn… https://t.co/jqBktoxgdb
30480                                                                                                                                 @ClayTravis @Nike Well that's the end of Nike......
30481                                                                                                                                                        @johnrich @Nike What a moron
30482                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30483                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30484                                        @gbmnyc @sclancy79 @NFL @Nike Damn right. I can explain the same thing but the non veterans don't get it. Always cr… https://t.co/yrXR2eXdoW
30485                                         @JBlock49 @thatbyrdie @ClayTravis @Nike The fact the players and many people that have explained their reasons for… https://t.co/qgdx6GLEIa
30486                                                                                                            RT @chandlerriggs: @netflix yall im literally tryna watch my own show rn
30487                                                                                                                                    I spent too much money in @Costco yesterday 😩🙄
30488                                                  Check out Denim 24/7 Women's Shirt Multi-Colored Plaid Plus Size 16W 100% Rayon #Denim247 #Shirt https://t.co/9jsm4AsFDh via @eBay
30489                                        @ru4realdoe @michaellegge @akaMrMarcus @johnrich @Nike High profile athletes still may be overlooked if they protes… https://t.co/XHGKEFOCSr
30490                                                                                                                      Check out my listing @eBay - https://t.co/hDDMx9ByzY via @eBay
30491                                                        Check out Heathkit Mail Order Catalog #808 Spring 1976 R/C Glider CRT Tester Fish Spotter  https://t.co/niF3PzviBY via @eBay
30492                                                                                                                        @HeyKat_ @Kaepernick7 @Nike It is disrespectful to Veterans.
30493                                        RT @Alina72649228: #XenaRevival @nbc @NBCUniversal @robtapert @NetflixLifee @netflix @SYFY @RealLucyLawless @BuzzFeed @Hulu @UniversalTV @S…
30494                                        @stevewallwork @SportsDirectUK @adidas And you have the piece of mind knowing the staff that went to get u these di… https://t.co/CsRW0XWmtE
30495                                                                                                                @foxandfriends @Nike here’s your real hero.. https://t.co/QhNzeLYeY2
30496                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
30497                                        RT @JoshEstrin: I ll have to check it out xo RT @MeredithBandy: @JoshEstrin @netflix sounds amazing!! for part of ours too...we watched the…
30498                                        RT @somedeputy: Good job @Nike hiring a cop hating unpatriotic piece of shit as your spokesperson! Your company just slapped the majority o…
30499                                                                                                                              @Nike @serenawilliams Probably buy @adidas from now on
30500                                        RT @PatrioticVa: Decided you’re tired of making money @Nike ? This whole stunt is based on a lie just bc MSM doesn’t show the truth doesn’t…
30501                                        @JackKingston @Nike @WhiteHouse @paladine @ChrisCuomo @AynRandPaulRyan @ananavarro LMAO WHAT DO YIU THINK YOUR SUPR… https://t.co/xUrHIwZYek
30502                                                                                                        @Lewsinger @ashdmitch @1776Stonewall @Nike What Hate are you talking about?!
30503                                                                                                                                  @JaniceDean @Nike @JJWatt Nike is never hiring you
30504                                        @rick_rails @ToDropADime2 @CNN @MSNBC @ABC @NBCNews @CBS @maddow @Lawrence @ChrisCuomo @donlemon If that thing of a… https://t.co/UNQE48druv
30505                                                                                                                                                        Hey @Nike    Just SHOVE it !
30506                                        @johnrich @Nike Good job!  You are expressing your 1st Amendment rights just like Colin Kaepernick.  It's your righ… https://t.co/KgmkQTvtIo
30507                                                          Check out Thanksgiving 2' cupcake toppers/labels PDF ready file party favor craft file   https://t.co/30o9LW00cg via @eBay
30508                                                                                                            @PJMedia_com @McAllisterDen Forget @Nike. I’ll buy @Addidis from now on.
30509                                                                                                           @Kaepernick7 @Nike Stand for the flag !!!!  Always !!!  No exceptions ...
30510                                                                             RT @molly_knight: @mamurf41 @RealCandaceO @adidas @adidasUS @adidasUK Oh honey. https://t.co/GKEJmjvTSh
30511                                                                                            @mfstern @Nike I know he’s a hero Mark. I get it. He has done so much and given so much.
30512                                                                                                                                       @alteratyeshiva @Nike @Nike   Just SHOVE it !
30513                                         @sclancy79 @NFL @Nike Nobody made you choose between NFL and your country. YOU made it about the flag. YOU made it… https://t.co/pV1ODrzSUH
30514                                        @NicolasMayenne @Nike Here in the United States we have an issue with people respecting others rights to peaceful p… https://t.co/wQPkMkPqro
30515                                                                                                                                                         @LadyRedWave @Nike Boycott!
30516                                                                                                                 @SebGorka @Nike Evidently the executives at Nike dont seem to care.
30517                                                                      @Nike are you  also giving @Kaepernick7 his own line of Nike Socks. #badfootballplayer https://t.co/gf7qw6dKjh
30518                                                                                                                                        @QcMarti @ThomasWictor @Nike Comany suicide.
30519                                                                                              RT @CHI2COL: @draftcheat @Nike I just lost a ton of respect for you. #boycottguruelite
30520                                                                                                                                     @tonyroche70 @harpsama Nope! Buy off of @amazon
30521                                                                                                                                @Kaepernick7 @Nike Hard up for money Nike and Kappy?
30522                                         @RealJamesWoods @BatholithLivin @Nike I’m laughing at these corporate bone heads that think they have the pulse of… https://t.co/Ibv6D2XUAV
30523                                                                                                                                           @johnrich @Nike Your idiocy is boundless.
30524                                        @sonic710 @Nike So since you want to boycott a billion doallr company you are looked at as being ridiculous. What w… https://t.co/MLmM1ZxETJ
30525                                                        Check out Vintage Fire King Ivory Refrigeration Dish / Lid in Very Good to Excellent Cond  https://t.co/eJiS1Bov4J via @eBay
30526                                                                                                        Think I’ll go to @DICKS and buy some @Nike shoes. First time for everything.
30527                                        RT @SOimLikeWord: @johnrich @Nike I’m a Navy veteran that is the child of two marines and we all are #VeteransForKaepernick https://t.co/0F…
30528                                        RT @PatrioticVa: @slothpilot @Nike @RubyRockstar333 @Krissy_MAGA @MARINE_99ZULU @Jamierodr10 @PhilMcCrackin44 @FriendlyJMC @NeueRegelIsHere…
30529                                                                                                            RT @chandlerriggs: @netflix yall im literally tryna watch my own show rn
30530                                                                                                                                                         @johnrich @Nike He's stupid
30531                                        I’m HELLA excited for this announcement! Already have a closet full of @Nike and @Converse. Even bought two new pai… https://t.co/Fuug51z099
30532                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
30533                                                      Smart move @Nike I don’t usually like your stuff but now I want to buy it!  Love the ad campaign and the message  #NikeBoycott
30534                                                                                                                                             @thecjpearson @Nike Oh yes #BoycottNike
30535                                                                                         @45pres2020 @WeSupport45 @NFL @Nike @Kaepernick7 Didn’t you pay for those moron? Hilarious.
30536                                         @KatiePavlich @Nike This is not a good look....big mistake by the fools at Nike.  Folks need to look at the impact… https://t.co/0RUFbVz4DO
30537                                    RT @terry_lavis: @Prof5609 @BreitbartNews @Nike @ABC @NBCNews @CNN @FoxNews @CBS I’m a veteran &amp; my Veterans Organization don’t televise th…
30538                                                                             @soledadobrien @CocaCola @NPR @WhitlockJason what you got brother?  Speak up. The silence is deafening.
30539                                                                                                     @KaraSewellTV @Google @News8Daybreak The girl from Fox 19 looks like DJ Tanner.
30540                                                                                                                                             @ClayTravis @Nike He's a piece of Shit.
30541                                        @Kaepernick7 @Nike @Nike Thank you for making @Kaepernick7 the new face of your anniversary campaign. You will undo… https://t.co/Us5W0X7SLn
30542                                      RT @ToriKilburg: @sclancy79 @NFL @Nike They still got your money from those shoes you bought. 🤷😁 Maybe research what the protest is actuall…
30543                                        @trumper_tantrum @sclancy79 @NFL @Nike Where do I donate stuff like that? I live in a podunk town? The don't even h… https://t.co/c0aR787s9x
30544                                        RT @williamlegate: @sclancy79 @NFL @Nike They aren’t protesting the flag OR the anthem. People like you probably think Rosa Parks was prote…
30545                                        @GlenWoodfin @MarkDice @nikestore @Nike We saw your idol Trump disrespecting American Hero John McCain clearly usin… https://t.co/RHkBXm1FQs
30546                                        RT @PatrioticVa: Decided you’re tired of making money @Nike ? This whole stunt is based on a lie just bc MSM doesn’t show the truth doesn’t…
30547                                                                                                                   @ericbolling @Nike Trump supporters can and will stay at Walmart.
30548                                         @DCgorilla34 @_HaikusGoddess @TheJordanRachel @adidas I stand corrected...should stop listening to my wife (jk). I… https://t.co/b8g0gZ51ck
30549                                              @Nike thank you for keeping this man and his mission in so many people's mouth lol the racist are full blast now lmao 😂😂😂😂😂😂😂😂
30550                                                                                                 RT @Reuters: Nike shares dip as Kaepernick ad spurs boycott https://t.co/pYbfHHmUHg
30551                                                                                                                                 We love you @Nike you can have all my damn coins!!!
30552                                                                                                                                  I see you @Nike. Boss move right there. I like it.
30553                                        RT @NickKristof: Shame on Myanmar and Aung San Suu Kyi for sentencing two @Reuters journalists to seven years in prison for committing jour…
30554                                                  RT @MsTreeWoman: @sclancy79 @NFL @Nike Chevy also signed Kap for an ad deal. Please @ me with the video of you burning your truck.
30555                                        @JakCluness @AndrewBVCU @DrewShirleyShow @Kaepernick7 @Nike @NFL What it boils down to Jak is this: In America whit… https://t.co/vSWj4ikIiH
30556                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30557                                        RT @TimKennedyMMA: Just like that I will never wear anything @Nike again. I respect and appreciate @Kaepernick7 ‘s right to freedom of spee…
30558                                         RT @IndyK46220: @SKYRIDER4538 @Nike @nikestore @NikeStoreEurope @realDonaldTrump @RealJamesWoods @KrisParonto Next face for @Nike .... How…
30559                                        @CoachMartyGreen @Kaepernick7 @Nike I agree. That’s terrible!  But I also still support the protest bc I know not a… https://t.co/48TJtrpKuC
30560                                        RT @altruistauction: Pipe Dream By Solomon Jones - Cassette Tape https://t.co/2nDt6ISOji @eBay #SEO #Marketing #shopsmall #SmallBusiness #s…
30561                                        RT @KerryPicket: I'm sure @Nike knew the negative response it would receive but now it's going to have to deal with the support it's gettin…
30562                                                             @kylekuzma @Nike We really need an alien attack on this planet to help us come together and get our priorities straight
30563                                        @standup4usanow1 @Nike Yeah that's why the Red states are all sucking off the eat of the more prosperous blue state… https://t.co/LVj4PUzZjE
30564                                        @standup4usanow1 @Nike Yeah that's why the Red states are all sucking off the eat of the more prosperous blue state… https://t.co/LVj4PUzZjE
30565                                        RT @ScottyWK: A lot of people I’m speaking with this morning say they will boycott @Nike because of this ad featuring Colin Kaepernick. Doe…
30566                                    RT @pinkk9lover: Apparently the @Nike advertising execs are out of touch. Have they not seen the doom of #Lexington VA &amp; the #RedHen or the…
30567                                        RT @lupash7: @trapp_dogg @GeraldYak420 @GoalieBill328 @chrgdup1973 @Vince_NYNY @CurlyCoyne @the626killa @nfulmer0827 @Nike Have a great day…
30568                                                                                              @PoojaOnTV @Nike I want be buying anything @Nike anymore. #standforanthem #kneeltopray
30569                                                                          @sclancy79 @NFL @Nike Burning your 15 yr old well worn Nikes to own the libs.....o what a time we live in.
30570                                        RT @DeutscheBank: Deutsche Bank is helping Rock Rail make one of the largest ever private sector investments in UK rail infrastructure. #Po…
30571                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
30572                                                                                                                RT @RackedUp_Mont: Thank you @Nike  🙏🏾🙏🏾 https://t.co/QVt94mKiBm
30573                                        @Nike people forget this isnt the first time people kneeled to protest.  Jackie Robinson (and other MLB players) kn… https://t.co/cZzi1swuZO
30574                                                   @PatrioticVa @1Romans58 @Nike @RubyRockstar333 @Krissy_MAGA @MARINE_99ZULU @Jamierodr10 @PhilMcCrackin44… https://t.co/l9YFmYpDjC
30575                                        RT @fttrump: @hfinch61 @drawandstrike @Nike Someone @Nike convinced them to wait until after moms completed Back to school shopping to anno…
30576                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30577                                                                                                    @Kaepernick7 @Nike Here... fixed it for you #NikeBoycott https://t.co/ZXi4liesqu
30578                                                                                                       @Nike I will never buy your product ever again. #BoycottNike #ColinKaepernick
30579                                        @ChrisRBarron @Nike I am not a boycott person either but I just cannot stand back and have this type of insult to l… https://t.co/1TmHHWLqZI
30580                                                                                                           RT @Reuters: Futures dip as trade war fears weigh https://t.co/40h02DcRg5
30581                                                                                                                                                      @johnrich @Nike Wow. So brave.
30582                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
30583                                              @NeueRegelIsHere @kenningtonsays @PatrioticVa @Nike @RubyRockstar333 @Krissy_MAGA @MARINE_99ZULU @Jamierodr10… https://t.co/FPyo0603p2
30584                                         @ClayTravis @PrisonPlanet @Nike I always thought a slave goes down on his knees before the flag.  A patriot stands… https://t.co/4bGUQl2bcu
30585                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30586                                        I ACCIDENTALLY PUT £20 ON MY STARBUCKS CARD INSTEAD OF A TENNER SEE @Starbucks THIS IS WHAT HAPPENS WHEN YOU TAKE O… https://t.co/zOGeB6wQym
30587                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
30588                                                                                     RT @kdriley05: Me tomorrow at work putting a @Nike swoosh on everything https://t.co/m3xLAbB7ro
30589                                                                                                                                                     .Will you be wearing your @Nike
30590                                                                                                                                     @JamesPMorrison @johnrich @Nike Good point 👍🏾
30591                                                                                          @WalshFreedom @Nike @Kaepernick7 America is still racist? Where the fuck do you live dude?
30592                                                                                                    @Nike good for you! #ColinKapernick is a great choice for the campaign!#justdoit
30593                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30594                                          Dear @Nike just do it by dumping this traitor who bit the hand which fed him cc @realDonaldTrump @Politicallyin18… https://t.co/GJ9AbXRMu6
30595                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30596                                                                                                                 @SBinF @metalhead684 @williamlegate @sclancy79 @NFL @Nike Yeah but!
30597                                        @julia_goolia__ @DrAthanasius @musingsofmegan @charliekirk11 @Nike @Kaepernick7 Yet another sheep from another coun… https://t.co/pxHFs1IxON
30598                                        @ChristopherUrsi @alexandraerin @MajinCvee @TXToasty @Mikel_Jollett @Nike You keep saying that yet other veterans s… https://t.co/QyAOl0XxM7
30599                                                         Kaepernick sacrifices nothing. He's going to make a fortune on this ad campaign. @Nike is so phony. https://t.co/CfZpid5PsS
30600                                                                                                      @SebGorka @Nike @NancyPelosi @BernieSanders @HillaryClinton D=all of the above
30601                                                                                                                                   @johnrich @Nike Your sound man is not too bright.
30602                                                               RT @RealMattCouch: When this guy supports the decision of @Nike we have a problem America.... https://t.co/YQzu1KrSfx
30603                                                                                                                         Diving into 4th grade in his @Nike! https://t.co/ekt0qzSLcL
30604                                                                                    @1776HotLips @grizzlemeister @Nike @JohnBrennan @Kaepernick7 There's two losers on their way out
30605                                                                                                 RT @Reuters: Nike shares dip as Kaepernick ad spurs boycott https://t.co/pYbfHHmUHg
30606                                                                                                                                      @RellDMC @Nike Need a couple new pairs myself.
30607                                                                                         @Photographister @dvorakoelling @Nike Gonna order my first pair since about 2001. #JustDoIt
30608                                        RT @RabbiJill: People burning their @Nike sneakers to protest #JustDolt campaign with #Kaepernick is exactly the kind of fake patriotism Me…
30609                                        RT @altruistauction: Lot of 2 Stackable Storage Crate  https://t.co/sUyeOysm6O @eBay #SEO #Marketing #shopsmall #SmallBusiness #smallbiz #c…
30610                                                    Just saw this on Amazon: Noma/Inliten-Import 40004-88 Christmas String-to... by Noma/Inliten https://t.co/cw8A3hnQeS via @amazon
30611                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30612                                                                                RT @Langkawi_Drum: @MADELWELL @EdKrassen I want the whole @Nike spring collection now! :D #NikeRocks
30613                                                                            RT @ServingJustice2: @RealJamesWoods @Nike This is what sacrifice looks like.... https://t.co/YQhKmwx7Nj
30614                                        @Nike you have another huge campaign you can run with now. People who are protesting and cutting off your symbol ar… https://t.co/6RJJwQu2I3
30615                                                                                                              @JoeTalkShow @Nike A long time customer who also has a radio audience!
30616                                        @ACTBrigitte @Nike Racists are livid after finding out NIKE is not down with white supremacy after all. Burn baby b… https://t.co/CnS6Oqu93X
30617                                        @VaughnHarper @italkpolitics @amer_dreamers @johnrich @TomiLahren @Nike @Kaepernick7 @Reebok @greggutfeld @kilmeade… https://t.co/YfzResJCCX
30618                                        RT @USA_AllenK: @FoxNews @FoxBusiness @Nike selected the controversial former San Francisco 49ers quarterback Colin Kaepernick as the new f…
30619                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30620                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30621                                        RT @williamlegate: @sclancy79 @NFL @Nike They aren’t protesting the flag OR the anthem. People like you probably think Rosa Parks was prote…
30622                                        RT @ProudResister: The Trump supporters protesting @Nike by burning their sneakers are doing it wrong. They should be taking a Nike basebal…
30623                                                                                                              Great marketing @Nike ..... morally sound and caught a boost in sales.
30624                                        @sclancy79 @IMAROOSTAR @NFL @Nike So you paid for a pair of shoes and then burnt them. Nike got their money and you… https://t.co/UtSj6X4ME4
30625                                                                     RT @oparemanu: The @Nike #phantom commercial  is something else. 🔥🔥 #AwakenThePhantom https://t.co/dFDqGYg7LP
30626                                        @Nophir @ProducerWignz @karibbasso @rbt_newsteadecs @tedcruz @Nike Ahhhh another Republican thug threatening someon… https://t.co/mxi5OeIZD9
30627                                          RT @Bfiddler: @mamurf41 @RealCandaceO @adidas @adidasUS @adidasUK Me When you finally realize @Nike owns @Converse https://t.co/T9iqk2YzkN
30628                                                                                                                            @RRizzolino @Kaepernick7 @Nike Fuk u &amp; the police ..
30629                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
30630                                        RT @jimivey1970: @TheTestyTarheel @Tombx7M @Nike Don't burn those Nike shoes Return them to the retailer where they came from. Nike new the…
30631                                                                                                                         What are some good alternative products to the @Nike brand?
30632                                        New Nikes...#respect @Nike for their partnership with #CK to bring awareness to an important issue plaguing America… https://t.co/r8ZuxF0hlK
30633                                        RT @BridgeMichigan: Michigan attorney general @SchuetteOnDuty signed a court filing in support of @exxonmobil that claims debate about glob…
30634                                                                                       @kilmeade @Nike @foxandfriends Then let's see @Nike actually use his kneeling foot in the ad.
30635                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30636                                                                                                                                                         @Walmart Still on the couch
30637                                                                                                                          @2020fight @johnrich @Nike Now you’re just confusing them.
30638                                                                 @foxandfriends Good! No more anti-American @Nike products for this military and first responders supporting family.
30639                                        RT @TimKennedyMMA: Just like that I will never wear anything @Nike again. I respect and appreciate @Kaepernick7 ‘s right to freedom of spee…
30640                                        @LauraHutch8 @Kaepernick7 @Nike @WTNH I'm definitely buying from this line! Kaepernick stands on the shoulders of h… https://t.co/iFp6gsqwZz
30641                                                                     RT @sian265: This needs to be a @netflix original #SaveShadowhunters #ShadowhuntersChat https://t.co/xnDiR3ofwT
30642                                        @roblee4 @Nike I’m Native American USAF Retiree and I can’t be racist. My children will be tossing all of their Nik… https://t.co/e4Ty974LxV
30643                                                                        @johnrich @Nike That’s hilarious! Did you guys cut in to trump who clearly doesn’t GAF about the military???
30644                                                                                               @Starbucks when the barista makes that cold foam just right.. https://t.co/5hVPp4Us6u
30645                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30646                                                                   @Reuters Just do it. Let’s have an honest discussion and help get people off their knees. https://t.co/Wweu7Z1p5T
30647                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
30648                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
30649                                        There’s an initiative for those who no longer support @Nike to donate their Nike clothes to vets... yet they’re des… https://t.co/1bI3MnCsEU
30650                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
30651                                         RT @dogeatdog98: @Kaepernick7 Your “incredible sacrifice” is noted. And disregarded.  You and @Nike are too shallow to even see the idiocy…
30652                                        @ClayTravis @robcleveland3 @Nike I'm on the other side of this issue and have supported Kap from the beginning. But… https://t.co/bDYhAQsVj6
30653                                                             RT @HomelessHeretic: @johnrich @tannenbaumr @Nike The socks on his feet look pretty well intact. Fake news. Fake music.
30654                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30655                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30656                                                                                                                                    I guess I’m only buying @Nike now...#NikeBoycott
30657                                                                                                                                           @CoolTrainerEl @sclancy79 @NFL @Nike THIS
30658                                                                                                                                    @sclancy79 @NFL @Nike You already paid for those
30659                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
30660                                         @DarrylKing74 @nationalpost @Nike Wtf does Tillman have to do with Kaepernick? Do you seriously think the kneeling… https://t.co/m4t9eFz7RN
30661                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30662                                        RT @StephA_SC: @williamlegate @sclancy79 @NFL @Nike Maybe something else good can come out of the idiocy. I'm purchasing a pair of @Nike sh…
30663                                        @trapp_dogg @chrgdup1973 @GeraldYak420 @GoalieBill328 @Vince_NYNY @CurlyCoyne @the626killa @nfulmer0827 @Nike Gee I… https://t.co/8LYVntowiH
30664                                        RT @ReutersPR: Journalists around the world stand with and call for the release and indisputable freedom of @Reuters journalists Wa Lone an…
30665                                                   Oktoberfest T shirt Berlin Delight https://t.co/5mKzTASvjG via @amazon #Aufstehen #kogk #Digitalisierung… https://t.co/5fNskntmpq
30666                                                                                                                                    @johnrich @Nike Who fuckin cares ok socks really
30667                                        RT @BettyOl35044615: @SebGorka @usajustice4all @Nike @NancyPelosi @BernieSanders @HillaryClinton D...All He Above!! Will the REAL TRUE Amer…
30668                                                                                                                                           @GiannoCaldwell @Nike @Kaepernick7 “Bruh”
30669                                        RT @LindseyRae6589: I never do this kind of thing but I absolutely LOVE this tv show !!!! Please someone save it ! @netflix @LionsgateTV @h…
30670                                                                                                                  @DLoesch Quite a difference than the nonsense @Nike promotes #MAGA
30671                                                                                     @LiveTrax_USA @DrMikeSimpson @Nike   “It’s ALL about the show... NOTHING about the performance”
30672                                         @DineshDSouza @Kaepernick7 @Nike If nike thinks I’m looking at possibly the ugliest dude in all of sports on their… https://t.co/FMvIWiojnS
30673                                                             @johnrich @Nike I didn't know the military had anything to do with police killing black people and going unpunished...?
30674                                                   @Line1BSide @BreitbartNews @Nike @GOP Not enough Republicans do.  Most of you are built like Trump.  You know 6’3. 239lbish😂😂😂
30675                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
30676                                                                              @alteratyeshiva @Nike I’m sure they’re bothered you’veburnt the shoes you already paid them for. 🤦🏽‍♂️
30677                                        RT @Intense_XEnergy: @ProudResister Thank you @Nike for helping expose these people. They're out here burning up shoes and cutting up their…
30678                                                                                                                      RT @ComfortablySmug: Here you go @Nike https://t.co/WBzZp0fRTy
30679                                        RT @FollowPosty: #NikeBoycott Why do people feel the need to tell people what to do with their @Nike shoes or clothes? If they want to burn…
30680                                                                                                                                      @sclancy79 @NFL @Nike You are epically stupid.
30681                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
30682                                                                                                                           @Adam_Fn_Green @amazon @BNBuzz @parryshen Love the novel!
30683                                                                                      @Navista7 @Nike take a look at my other post about Jack Trice.  Had you ever heard that story?
30684                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30685                                         @TristanDawson33 @AndyStumpf77 @Kaepernick7 @Nike I dont think he meant that the protest is about military but the… https://t.co/1CG1xHXVql
30686                                                                                                                                                 Deport them all. #BoycottNike @Nike
30687                                                                                                    RT @rdamatojr: @thecjpearson @Nike This is more like it! https://t.co/TCZaIcKqV0
30688                                        RT @PatrioticVa: Decided you’re tired of making money @Nike ? This whole stunt is based on a lie just bc MSM doesn’t show the truth doesn’t…
30689                                        RT @StumpforTrump: Retweet if you will not spend a dime on @Nike so long as they support anti-American Cop haters and flag kneelers! #NikeB…
30690                                          RT @SDSunchaser: @alteratyeshiva @Nike Better go out and buy a few more pairs to burn so we know you are serious! 😂😂😂😂😂😂😂😂😂 @nike
30691                                        RT @DineshDSouza: What @Kaepernick7 represents is privilege combined with ingratitude. Is this what @Nike wants its brand to stand for? htt…
30692                                                                                                                         @ACTBrigitte @rbel1988 @Nike #UnderArmor Has better quality
30693                                         RT @judithravestein: @sclancy79 @NFL @Nike It's not about the bus. It's not about the flag. You are desperately looking for excuses not to…
30694                                        @ElderLansing @Kaepernick7 @POTUS @Nike will make mega millionaire privileged grown man @Kaepernick7 look like a vi… https://t.co/Io03R7WgFs
30695                                                                                                             @wahnsinn @Apple Isn't there any global configuration for default apps?
30696                                                                                                              @johnrich @Nike Conservatives are such snowflakes. Lol. More boycotts.
30697                                        RT @nyvetvote: @The2ndA @wvufanagent99a ask who got #Kaepernick the #Job and Follow Donations from @Nike and @Mattel to #MichelleObama @OFA…
30698                                        @rcjhawk86 @frankdenauw @Nike What gets me is Kaepernick (and hundreds of his football brethren) chose to take a kn… https://t.co/T6QEyjPAPM
30699                                                                                                                       @DineshDSouza @Kaepernick7 @Nike This https://t.co/rF6N5B5dM7
30700                                                                                                                                                 @sclancy79 @NFL @Nike Buy Converse!
30701                                                                               @StrawKen @SkyNews @Nike Go talk to someone who had a son that got killed while serving this country.
30702                                        @P226_Sig @rcjhawk86 @TheRaytedex @Nike What gets me is Kaepernick (and hundreds of his football brethren) chose to… https://t.co/4m4MZ5Ea0t
30703                                        RT @DineshDSouza: What @Kaepernick7 represents is privilege combined with ingratitude. Is this what @Nike wants its brand to stand for? htt…
30704                                        RT @djkingassassin: Purchases from @Amazon @Apple computer order destroys inner-city Pastors life. https://t.co/vo7wEQsAp6 #GovernmentSpywa…
30705                                                            @Uncharasmat1c @vicenews @Nike You seem to be lost. What is your argument? How is kneeling during anthem not disrespect?
30706                                                                                                             @cattitude53 @Liberty4Freemen @Nike Do you only know arsehole veterans?
30707                                        @brycetache @Kaepernick7 @Nike I am heading out to buy my #nike shoes to show solidarity for what people fought for… https://t.co/NWojtK17oB
30708                                                                                                         @kylekuzma @Nike Will never buy Nike again! I hope all sports boycott Nike!
30709                                        RT @DineshDSouza: What @Kaepernick7 represents is privilege combined with ingratitude. Is this what @Nike wants its brand to stand for? htt…
30710                                        RT @StumpforTrump: Retweet if you will not spend a dime on @Nike so long as they support anti-American Cop haters and flag kneelers! #NikeB…
30711                                        RT @DineshDSouza: What @Kaepernick7 represents is privilege combined with ingratitude. Is this what @Nike wants its brand to stand for? htt…
30712                                                          RT @khayadlanga: It would be great if @Nike also included Caster Semenya as part of this campaign. https://t.co/hGtVlvnPBy
30713                                        RT @PatrioticVa: Decided you’re tired of making money @Nike ? This whole stunt is based on a lie just bc MSM doesn’t show the truth doesn’t…
30714                                                  RT @MsTreeWoman: @sclancy79 @NFL @Nike Chevy also signed Kap for an ad deal. Please @ me with the video of you burning your truck.
30715                                                Some companies are full of people who can see a few minutes into the future and sense the right side of history. @Nike #KneelwithKap
30716                                                          Check out WORLD AIRWAYS AIRLINES RARE RED FACE PLASTIC JUNIOR FLIGHT JR PILOT WINGS PIN  https://t.co/je05BjwZ00 via @eBay
30717                                        RT @jamesbhodge: I bet @Nike realized the same dopes boycotting them will just go buy Jordan’s cause they’re too stupid to know it’s the sa…
30718                                        @Cases_Courtroom @onehipdad @TwitterMoments @49ers @Nike There you go again with that 'majority' argument.  The maj… https://t.co/2GkjrNxbih
30719                                                                                                                                      @neseamanti @Nike Be quiet send me some money.
30720                                        @Google announced last week that the #GoogleAssistant and #GoogleHome can handle questions where you mix your respo… https://t.co/IVumtNXWhQ
30721                                                                         Can’t wait to buy a new pair of @Nike today! Only trainers I wear for running🏃🏻‍♀️ ...and I run a lot! 🤘🏼
30722                                                                                                                              Boi for my birthday I’m wearin a whole @Nike outfit 😎
30723                                                                                                  RT @__LibraScale__: All @Nike gotta do is tweet “I still beat” to end all of this.
30724                                    RT @pinkk9lover: Apparently the @Nike advertising execs are out of touch. Have they not seen the doom of #Lexington VA &amp; the #RedHen or the…
30725                                          @deannetanksley @foxandfriends @newbalance @Nike Lol. Thank God I switched to a brand of shoe that will allow me to keep my racism intact.
30726                                                                                                                                    @nywattie @Nike you BIIIG balllla brand already.
30727                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30728                                                                                                               @kathy_markovich @NancyLeeGrahn @Nike What a despicable thing to say!
30729                                        @johnrich @Nike I bet theres a country singer out there who's poor name is Nike. I feel sorry for that puppy.. Toby… https://t.co/2tM3TwFE9O
30730                                        RT @Reuters: What began as a way to let the public help with the funeral of Thailand's last king has grown into a 4 million-strong civilian…
30731                                                             RT @Reuters: Democrats protest as Kavanaugh hearing begins. Watch live: https://t.co/IDzmCWnWWa https://t.co/LYg5lmciri
30732                                        RT @williamlegate: @sclancy79 @NFL @Nike They aren’t protesting the flag OR the anthem. People like you probably think Rosa Parks was prote…
30733                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30734                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
30735                                                                                                     @johnrich @Nike Vote for Democrats if you think the American flag is offensive.
30736                                                                         @benfergusonshow @Nike @Kaepernick7 They should.  Someone somewhere bought them at a retail store. Big deal
30737                                        Kudos to @Nike ! #supportnike #supportrights for peaceful protests for justice! Veterans and civil rights activists… https://t.co/Ug4Ob7QVC1
30738                                                                                                                  @sclancy79 @NFL @Nike BTW Adidas is a German company you dip shit!
30739                                        RT @camjordan94: Woke up to all this burning of @Nike apparel by the confused and least understanding... Instead of trashing clothes for li…
30740                                                                                                                                          @alteratyeshiva @Nike He go cry in the car
30741                                                                                                                           @thecjpearson @Nike Can’t wait to see how this plays out.
30742                                                                                          @sclancy79 @NFL @Nike What a fool. The shoes were paid for. A Veteran could be using them.
30743                                        @tpnina43 @darrenrovell @Nike I completely agree that that issue is real and needs a solution. I just see this as d… https://t.co/H3WI2Qhw8V
30744                                                                                                 @Jupiter13DFS @IslandDiane @johnrich @Nike Seriously!!!  She needs to get some sun.
30745                                        RT @Reuters: Democrats protest the withholding of White House documents on Kavanaugh's previous work in the White House as his confirmation…
30746                                                                                                                              @johnrich @Nike Wearing quitter socks to own the libs.
30747                                                                                                                      Check out my listing @eBay - https://t.co/zigdb3DdSW via @eBay
30748                                        @Kaepernick7 @Nike I will never ever buy a Nike product ever again.  Are you kidding me.  €#%##%.  No Nike Golf shi… https://t.co/MWvBv5FPE7
30749                                        RT @NeueRegelIsHere: @PatrioticVa @Nike @RubyRockstar333 @Krissy_MAGA @MARINE_99ZULU @Jamierodr10 @PhilMcCrackin44 @FriendlyJMC @magaxxoo @…
30750                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30751                                                       RT @Reuters: Turkey says it told U.S. that Kurdish militants must leave Syria https://t.co/E9eKqqt6eE https://t.co/Ky5B6WHNXF
30752                                                                                 RT @Ridim_Luv: @sclancy79 @NFL @Nike You boys love burning things don't you https://t.co/miIr9YCX5J
30753                                                  @Tabnotic @kurttappe @Kaepernick7 @Nike You’re the one with a so-called perceived point. How about you explain how you’re helping?
30754                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
30755                                                                                     RT @kdriley05: Me tomorrow at work putting a @Nike swoosh on everything https://t.co/m3xLAbB7ro
30756                                          Hey @Nike considering buying my first pair of Nikes in a LONG time. Well done! 👏👏👏 #notnikeboycott #NikeBoycott #NikeAd #NIKETakesAKnee
30757                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30758                                        RT @DineshDSouza: I’m seeing a lot of very critical reviews of @Nike products on their website and on other retail sites. Have you posted y…
30759                                                                                                             @ATT Is your service down for West Chicago IL? No service on our cells!
30760                                                                                                                                                         Loving your work @Nike 🙌🏻
30761                                        @IslandDiane @johnrich @Nike Oh lord another military dependas... they all claimed their family served in the milit… https://t.co/qDTOS0uSLe
30762                                                       @VaughnHarper @amer_dreamers @johnrich @TomiLahren @Nike @Kaepernick7 @Reebok @greggutfeld @kilmeade… https://t.co/w6a65WfHIw
30763                                        @ROHO20151618 @EViLGLENi @MrCritzUK @truth_cab @dretheoutsider_ @larrysellers14 @kylekuzma @Nike There is no law an… https://t.co/9OT5EYElU4
30764                                                                                RT @Reuters: U.N. says Putin and Erdogan must avert Syria bloodbath in Idlib https://t.co/otRrx01sVk
30765                                                                   RT @gtiso: @sclancy79 @NFL @Nike A real patriot would set fire to their shoes without taking them off. Snowflake.
30766                                        @tpnina43 @jennaNYfan @darrenrovell @Nike Yeah Nike! How brilliant. Sign a guy who isn’t even playing a sport to re… https://t.co/3nAX6nTRYv
30767                                                                                                                      @StilettoRoyalty @JazzysHuman @johnrich @Nike You are awesome!
30768                                                         Check out VOGUE 1980 GIA CARANGI JANICE DICKINSON PATTI HANSEN JERRY HALL  EVA MALLSTROM  https://t.co/wyF16B8BGG via @eBay
30769                                                                                                                                 @Nike @serenawilliams Nike your in it for the buck!
30770                                                                                                                                               @TomFitton @Nike Just don’t buy Nike.
30771                                    @DineshDSouza @Kaepernick7 @Nike This is what happens when you are spoiled &amp; coddled your whole life by your parent… https://t.co/jKExkXk7zg
30772                                                                        RT @Reuters: Pedal to the metal at the British Pedal Car Championship Via @ReutersTV https://t.co/oaW6wJqOTL
30773                                                                                              RT @bettyboopbetley: @EdGlavin @Nike Rascists is the word for sure. Such stupid people
30774                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
30775                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30776                                                       RT @MCU_Tweets: Unlimited trips to Wakanda: BLACK PANTHER is now available for streaming on @netflix! https://t.co/LpSL4gBoFe
30777                                                                                           @johnrich @Nike Someone being butthurting today. Especially a has-been country Singer. 🙄
30778                                        RT @whatwouldtb12do: This is stupid . If you dont know the truth of why Colin kneeled then stfu . TY @Nike for all you do and we will not #…
30779                                        I have been distracted so I missed that @netflix released their trailer for @thedragonprince a few days ago. You ma… https://t.co/pj8Ps6NWr5
30780                                                                            RT @SwagtasticStack: Me @Nike for being that bitch in the fast fashion industry. https://t.co/ZuVMBZZApE
30781                                                                                                       @hcamachoiv @McDonalds Just like mom used to make!  Then she got new glasses.
30782                                         @Mrpotatohead9 @Nike @POTUS I accept your apology. You are free to buy from them and support them as well as other… https://t.co/Ny0o2D60Lp
30783                                                                           RT @TaMarasKitchen: @gtiso @sclancy79 @NFL @Nike 🏆🏆🏆 You have won the internet for the evening. 🏆🏆🏆
30784                                        @DineshDSouza @Kaepernick7 @Nike It's all about selling shoes to those like him which seems to be quite a few among… https://t.co/szh034RQOE
30785                                              I’ll never buy another @Nike product! Done! #PatTillman sacrificed more than a bad backup QB has! #NFLBoycott… https://t.co/bjdMZWKVeU
30786                                        RT @DineshDSouza: I’m seeing a lot of very critical reviews of @Nike products on their website and on other retail sites. Have you posted y…
30787                                        RT @StumpforTrump: Retweet if you will not spend a dime on @Nike so long as they support anti-American Cop haters and flag kneelers! #NikeB…
30788                                                                                                  @JimmyMacLiberty @Nike Why won’t you buy them? What did Kaep do that was so wrong?
30789                                                  @awens_childe @BrandonTBanks @johnrich @Nike This issue should have been dealt with after the Civil War but as a country we failed
30790                                                                                     RT @kdriley05: Me tomorrow at work putting a @Nike swoosh on everything https://t.co/m3xLAbB7ro
30791                                                                                                                                                        I am buying everything @Nike
30792                                        @LynnDearion @MyKai1111 @johnrich @Nike I don't know what you think I need to get or not get. It is cut and dried f… https://t.co/wOS7a1K4Dt
30793                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
30794                                        RT @OuchMyNardz: @obianuju @netflix I'd rather a show be canceled over lack of originality than because the lead/host being a raging psycho…
30795                                                                                                                                                  @johnrich @Nike So heroic.  Swooon
30796                                                                                                                                @Nike @thestevenwoods she know how to show love 💕👅
30797                                                                                                                                                              @Nike hmm probably not
30798                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30799                                        @HoratioDell @StilettoRoyalty @bengleib @johnrich @Nike That makes no sense. Again: the beauty of freedom of speech… https://t.co/d33MxVKYLJ
30800                                        @KhaledBeydoun @Nike How is it racist to burn Nike products? This has zero to do with race and everything to do wit… https://t.co/JcbNWxkMjH
30801                                                                                                                                        @FOX29philly @Nike @Kaepernick7 Love it!!!!!
30802                                               @HeyBDub @Catastrophany @johnrich @msmoon61 @Nike @Kaepernick7 Just don’t buy Nike... I’m really not sure why that is so hard for you
30803                                                       RT @MCU_Tweets: Unlimited trips to Wakanda: BLACK PANTHER is now available for streaming on @netflix! https://t.co/LpSL4gBoFe
30804                                        RT @PatrioticVa: Decided you’re tired of making money @Nike ? This whole stunt is based on a lie just bc MSM doesn’t show the truth doesn’t…
30805                                                                                   @JayValenz67 @Yahoo I'm digging that everything out of Cruz's mouth is totally backfiring on him.
30806                                                                                                                      @JoeHuxley2 @Nike @Kaepernick7 Love this Joe! Really cool work
30807                                        Actually with @Ryanair on that one. As a frequent flyer from Stansted it's a disgrace to be held in a fully boarded… https://t.co/XlO5aFUOww
30808                                         @Tabnotic @Kaepernick7 @Nike You’re filthy disgusting stance against a person who stands for equality and won’t be… https://t.co/bFcYiFtwmL
30809                                     RT @JennyGoBears: Here’s an example one dumb Asswipe. Buys himself a pair of shoes &amp; then burns them.  As if @Kaepernick7 or @Nike  give a…
30810                                        All of you who hate @Kaepernick7  @Nike and are apparently down with police brutality and wear size 11-12 don't bur… https://t.co/qsmyrUDzuj
30811                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
30812                                        RT @salesforce: → Get inspired for September and catch up on all the latest news from Salesforce. It's almost too easy: https://t.co/ftp77f…
30813                                                                                                                                      @Halomich2 @camjordan94 @Nike Always knew that
30814                                        RT @johnmappin: @RealJamesWoods @Nike You just ticked the WRONG BOX @Nike ... Many congratulations @kanyewest and @Adidas... start counting…
30815                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30816                                                                                                                   RT @peachy5soss: @MCU_Tweets @netflix It’s not on the uk one 😔😔
30817                                                                                                                       RT @70squill: @MCU_Tweets @netflix for the usa only of course
30818                                        RT @DaleDudley: @johnrich @Nike Your soundman is an idiot. You're not destroying NIKE once you bought something. You're just destroying you…
30819                                        @KINGPushaMilli @JWalton07 @Kaepernick7 @Nike Afghanistan wasn't a senseless war. This man gave up his huge paychec… https://t.co/CendcujLEZ
30820                                     It appears #Cumbria especially this week in #Penrith is the new #Digital battle ground of @Apple &amp; @Google as both… https://t.co/b2LH5N5cqP
30821                                                          Check out 1950s Black Cat Bookend Tail Pen Holder Gold Bow Desk Organizer Pencil Holder  https://t.co/1mQ5CsCTHv via @eBay
30822                                                                                        If @Nike is the troll I know they are a flash sale this week would really be something to do
30823                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30824                                           @sclancy79 @NFL @Nike We all agree Nike is going to regret this just  like the nfl has they have way to many competitors good choice Sean
30825                                                                                                                                                                    S/o to @Nike tho
30826                                                                                 RT @Ridim_Luv: @sclancy79 @NFL @Nike You boys love burning things don't you https://t.co/miIr9YCX5J
30827                                                                                                        RT @SamuelLJackson: Oh shit @Nike done stepped in it now!!! Sanctions tbd!!!
30828                                                   Check out H&amp;M Womens Size 4 Shirt Button Down 3/4 Sleeves Collared Gray #HM #Blouse #Career https://t.co/hOqe9lEviM via @eBay
30829                                        @VCACoachQ @ROHO20151618 @MrCritzUK @truth_cab @dretheoutsider_ @larrysellers14 @kylekuzma @Nike Did he do it on pu… https://t.co/kVl0WIRqzb
30830                                                                                                  @sclancy79 @NFL @Nike Around the same time a man kneeling somehow became offensive
30831                                                                                 RT @Ridim_Luv: @sclancy79 @NFL @Nike You boys love burning things don't you https://t.co/miIr9YCX5J
30832                                                                                                                         @IslandDiane @johnrich @Nike Just purchased some Nike gears
30833                                                                                                                          @Nike will be the only clothes I buy the rest if this year
30834                                                                                                                                                  @Sp0rtsTalkJo3 @Nike Good riddance
30835                                                                                                               RT @OGLORDTHISDICK: MY ADD CAMPAIGN FOR @Nike https://t.co/d9CsdIpt6s
30836                                                                                  Gonna start buying @Nike products again after a decades-long hiatus. Good on u for doing it right.
30837                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30838                                        RT @ChristianWhiton: Use of America-hater Kaepernick by @Nike a reminder that advertising departments are super diverse—just not diverse to…
30839                                                                  RT @theminority23: @al_waisman @Nike A live shot of nike caring about you and your boycott https://t.co/mIfaQ6DUim
30840                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
30841                                                                                                                      Check out my listing @eBay - https://t.co/bABsEZD6oz via @eBay
30842                                                                                                                                 RT @Sony: Ready? #Outlander https://t.co/SpLrri0dnh
30843                                                                    @JensJohnson2 @Nike @Kaepernick7 I’m sure they’re having a board meeting right now about losing your business 🙄
30844                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
30845                                                                                                                      Check out my listing @eBay - https://t.co/Mewkxl5rSN via @eBay
30846                                        @DJ_I_Cite @Lee01Becky @VeazeyJohn @Nike Kappy don't care about the men and women blown to bits in Afghanistan. Kap… https://t.co/ArQFVBmMF0
30847                                        @Nike this is how you see a 4% increase in stock not a flop. #BoycottNike is treading hard and I’m going be picking… https://t.co/T1c8cSVVRb
30848                                                                         I agree with @cthagod if this offends you so bad donate your @Nike clothes to the homeless veterans!! SMH!!
30849                                           @kylekuzma @Nike Hahaha. He’s been “protesting” for a couple years nd has done NOTHING to change what ever it was he was protesting. STFU
30850                                         @johnrich @Nike It took you 16 hours to come up with this half assed response? Your mentions blew up. The majority… https://t.co/p9jI3DacfO
30851                                                                                                             RT @MiaFarrow: Getting awesome @Nike shoes for the entire fam #JustDolt
30852                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
30853                                         RT @XoXo__Kellie: @greycole05 @sixty218 @Nike And the young men who died by simply walking down the street? No they didnt serve or die for…
30854                                                       RT @MCU_Tweets: Unlimited trips to Wakanda: BLACK PANTHER is now available for streaming on @netflix! https://t.co/LpSL4gBoFe
30855                                                                  @boudreau_dr @Nike @ClayTravis All does poor people up there without shoes' What'a waste I guess hate comes first.
30856                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30857                                                                                 RT @Ridim_Luv: @sclancy79 @NFL @Nike You boys love burning things don't you https://t.co/miIr9YCX5J
30858                                                                                                  Check out my listing @eBay - https://t.co/Md8ntF4tnz via @eBay selling a #mavicpro
30859                                        @SebGorka @Nike @NancyPelosi @BernieSanders @HillaryClinton According to @DailyMail only Trump supporters are upset… https://t.co/yS3yREUqTF
30860                                            @reeses @amazon My favorite candy!! #NotSorry  @BrandyeRogers @LAINDIA928 @NoelleTerrill @JacquelineLabr7 @abbynaverysmom @heathermahley
30861                                                                                                                                        @johnrich @Nike Free advertisement for Nike!
30862                                        @larra723 @Kaepernick7 @Nike See that's where you are seeing the people died exactly for that freedom to choose and… https://t.co/0mI6JU0kno
30863                                        RT @Dega_1964: @dbongino This campaign will go over about as good as a fart in church for @Nike. Sacrifice? Unbelievable. #USMilitaryRealSa…
30864                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
30865                                                  @sclancy79 @NFL @Nike Dumbass. Nike already has your $$$. Plus I bet their sales have skyrocketed. Good luck in life snowflake. 😂
30866                                                               @johnrich @Nike One redneck cuts up a pair of socks and he thinks he's doing something positive lmfao. What a dumbass
30867                                                                                      @DiamondandSilk   Done with NIKE.  NIKE is done.  #Nike @Nike #USAflag https://t.co/Q9WqB9K77z
30868                                        @MellorSJ @ExmuslimsOrg @Starbucks @HiltonHotels Nothing because it's a effing T-shirt and not a bomb? A security g… https://t.co/GFXceuf8jD
30869                                                                      @MichaelPayneV @Bosslogic @netflix Hé already frank castle..dont think he want to portray another franchise...
30870                                                                                                         @DuleHill @Nike Sorry. No Nike no more. Just like their slogan “just do it”
30871                                        @KimBrker @dianefrom_bc @DMKANDOIT @Aclippinger @tariqnasheed @Nike Can I just say how much I enjoyed watching that… https://t.co/dUCWlP3hbA
30872                                              RT @nerdsupreme1997: @MsTreeWoman @sclancy79 @NFL @Nike Now you know damn well yeehaw twitter ain’t choosing country over their trucks
30873                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
30874                                                                                       @GGBonb @nottherealdavey @johnrich @Nike Yep. In a positive way. Less of us are racist. 🤷🏻‍♀️
30875                                        RT @TimKennedyMMA: Just like that I will never wear anything @Nike again. I respect and appreciate @Kaepernick7 ‘s right to freedom of spee…
30876                                                  If you’re giving up your @Nike over the @Kaepernick7 ad then you should probably consider picking up some… https://t.co/sxYXL0yA86
30877                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30878                                        @Nike I don’t know who convinced you all to choose and partner with @Kaepernick7 but this is one of the greatest de… https://t.co/qLr0sBxQe5
30879                                         @clifftothemound @sclancy79 @NFL @Nike Don't get angry with me. I was only asking because I was a little confused.… https://t.co/3RGCUmziGX
30880                                                                                                                                        @sclancy79 @NFL @Nike Since their inception?
30881                                                                                          Applause on @Kaepernick7 &amp; @Nike for using their platforms as a voice for justice 🙌🏽
30882                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30883                                              RT @Reuters: U.S. regulators extend comment period for proposed 'Volcker Rule' rewrite https://t.co/f8qCLGTCaQ https://t.co/unsm8XcWlL
30884                                         @sclancy79 @NFL @Nike NFL didn’t force you to do squat! NIKE didn’t twist your arm to buy another brand. It’s your… https://t.co/8GLU1mj40t
30885                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
30886                                                                                                RT @BeautySwaga: @CaptainBadger79 @FCEKTTobyCurtis @CBS thats not fair #SaveScorpion
30887                                                                                             @NunnariJohn @thecjpearson @TatianaVarzar @Nike Using child labor didn't do it for you?
30888                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
30889                                        RT @SheriBmuddy: Call Nike and give your support. 1-800-806-6453. Read this thread and have a big laugh. JUST DO IT! @Nike #JustDoIt #Resis…
30890                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
30891                                        @Reuters Less the 30% voted for the racist rash that occupies the oval office. Donald Trump shouldn't even be there… https://t.co/hanJoFQKT1
30892                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
30893                                        @EViLGLENi @ROHO20151618 @MrCritzUK @truth_cab @dretheoutsider_ @larrysellers14 @kylekuzma @Nike When you make it s… https://t.co/VHTQhGLK0H
30894                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30895                                                Check out Irish Clover Trucker Hat Mesh Hat Snapback yellow St. Patrick's day left side #Unbranded https://t.co/zJ6v9qA7uL via @eBay
30896                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30897                                                                                                                    @CoachCraig32 @Nike Way to respect the wishes of his Family! Smh
30898                                                                                    @TheRealZinski @FennersStephen @ryandaintree @Nike Hahahahh well played! https://t.co/xKEcgeU0hU
30899                                                                                         @johnrich @Nike So he vandalised a pair of socks that he ALREADY paid Nike for? Good Grief.
30900                                        RT @Hock_35: @robbystarbuck @amymariewillard @Nike @Ahmadinejad1956 This says it all. It comes down to who supports America and who will ar…
30901                                        RT @TheTestyTarheel: @Nike is paying someone to represent them who perpetuates the lie that every single police person in the U.S. is a rac…
30902                                                       RT @MCU_Tweets: Unlimited trips to Wakanda: BLACK PANTHER is now available for streaming on @netflix! https://t.co/LpSL4gBoFe
30903                                                                 RT @Reuters: Vienna Zoo has a new resident artist: a painting panda https://t.co/nOLA4czpog https://t.co/vvgjWkTvhG
30904                                                        RT @KathyKeegankm: @Kaepernick7 @Nike @Nike horrible business decision! It makes me sick that you stand behind @kaepernick7.
30905                                         @HaggardLou @johnrich @Nike Why do normal people have to keep explaining this to the likes of u? Did you ever have… https://t.co/R5z4xfint0
30906                                                                                                                                             @Marx8385 @Nike Its not that deep chill
30907                                                                             Check out Men's Eddie Bauer Long Sleeved Button Up Shirt Sz M Classic Fit https://t.co/8evRnGjDqq @eBay
30908                                        @stopTDV @Google Thanks for helping me not feel alone though. I'm breathing more normally now. And the red tinge to… https://t.co/VHLk9lEaPm
30909                                                                   RT @gtiso: @sclancy79 @NFL @Nike A real patriot would set fire to their shoes without taking them off. Snowflake.
30910                                             RT @Kmass: @sclancy79 @NFL @Nike Its people like you who forget A VETERAN suggested @Kaepernick to take a knee  https://t.co/4SbMY12sjX
30911                                        RT @SOimLikeWord: @johnrich @Nike I’m a Navy veteran that is the child of two marines and we all are #VeteransForKaepernick https://t.co/0F…
30912                                                                                                                     @ChrisLoesch @Kaepernick7 @Nike @johnpavlovitz Thank you Chris.
30913                                                                                                  @sclancy79 @afbranco @NFL @Nike Will NEVER buy @Nike AGAIN https://t.co/vXy2tNrweE
30914                                        RT @3millifam: @PhilMcCrackin44 @GartrellLinda @Nike @RubyRockstar333 @RuthieRedSox @Patriot_Mom_17 @pinkk9lover @alozras411 @PatrioticVa @…
30915                                    Absolutely fuming. Nothing to give my fiancé for his birthday tomorrow cos @nextofficial can’t do what they say &amp; d… https://t.co/0WW2EWwC45
30916                                         @mygearsugrind @itskristineee @chaptik @Nike @Kaepernick7 @NFL What method then???  History of American shows that… https://t.co/kPchi6CNZs
30917                                                                  Guess I wont be buying @Nike anymore. Way to let down ur consumer base down. @Kaepernick7 is a disrespectful bumb.
30918                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30919                                                                                                                      Check out my listing @eBay - https://t.co/JOb3KXJvgQ via @eBay
30920                                                                                                              @aranashera @Nike Your IQ must be below zero if you compare those two.
30921                                        Game recognize game. So proud of @Kaepernick7 and @Nike. Stand for something. Kneel for something. Believe in somet… https://t.co/raSVMxE9IV
30922                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
30923                                        RT @jencrozier: Our first Corporate Service Corps in the United States!  Chicago gets a big boost from @IBM! https://t.co/qIZVRe4R6J via @n…
30924                                            @IamMrHand @Kathastrophic_ @PROstrength @johnrich @Nike I'm not a bot. My full response might be in a different place along this thread.
30925                                        RT @TimKennedyMMA: Just like that I will never wear anything @Nike again. I respect and appreciate @Kaepernick7 ‘s right to freedom of spee…
30926                                        RT @Golfman072: @Nike why would nike do something totally stupid and un-American as promote someone who won't stand for the Flag of the Uni…
30927                                                                                                                                        @larra723 @Kaepernick7 @Nike Who cares whore
30928                                      RT @__truthspeaks: 😂😂🤣 you burning you’re money.... silly American they already got they you do with it what you choose... it’s @Nike they…
30929                                                                                                                                             @badassday @Nike Tool breath ? 🤣🤣🤣🤣
30930                                                                                                                                             @badassday @Nike Tool breath ? 🤣🤣🤣🤣
30931                                        RT @eBayROCteam: Vtg Retro Elcon Metal Desk Fan Green 10” Untested Needs New Plug Props Display https://t.co/84A9TCmfZC via @eBay @midler_h…
30932                                                                                                                    @sclancy79 @NFL @Nike Nike still has your money snowflake 😁😂🤣
30933                                                    @BunkShaner @amer_dreamers @johnrich @TomiLahren @Nike @Kaepernick7 @Reebok @greggutfeld @kilmeade @RedneckRiviera @49ers Truth!
30934                                                                                                                       RT @Doodisgirl: @USAlivestrong @Nike Keep that out of the US!
30935                                                Please @Nike don't back down from your advertising campaign with @Kaepernick7 because of a few idiots using… https://t.co/IdQHfkuEjW
30936                                                                        @SAP @elephantsrhinos @BWGovernment ended their anti poaching program and they just found 87 dead elephants!
30937                                                                                                       @Speed_Peete @LilleyDennese @TomiLahren @Nike Are we so sure all of them are?
30938                                                                                                                                           Hey @Nike where’s this cop’s sponsorship?
30939                                         @FrancisDMillet @Pickett_Perfect @Corey_Billiot @TimKennedyMMA @Nike @Kaepernick7 Well if the MSM reported that he… https://t.co/LLWk4lqFXG
30940                                                                            @ScottyTidwell @Nike They should give them to homeless vets instead of burning them. It’ll be better use
30941                                        RT @Larry_in_Ohio: I'd say Nike Marketing is abusing the 3 martini lunches. Looks like it might be time to sober up. @Nike https://t.co/SVL…
30942                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
30943                                                                                                                    I love @Nike big fan off all your shoes clothing and accessories
30944                                        RT @KristaKontny: This house will no longer be buying any Nike stuff at all. @Nike you got your current campaign Soooo WRONG!!!  Colin sacr…
30945                                        @CBCMorningLive @CBCNews @Kaepernick7 @Nike @cbchh @signabutler @dspetersontv @aartipole The comments will state th… https://t.co/O6EvXBfNGL
30946                                                                                                                   RT @RackEmUpHunts: Oh the hypocrisy @Nike https://t.co/dyQ630chOo
30947                                        @DineshDSouza @RabidDogJason @Kaepernick7 @Nike He also hates the Men and Women who protect and serve the public IN… https://t.co/2HHbz032QE
30948                                                                                           @DineshDSouza @Nike I went and bought 2 new pairs of Nike’s this morning to support them.
30949                                       @RebekahWorsham So instead of buying / destroying @Nike apparel 🤔 why not donate it to a #veteran that really needs… https://t.co/x5z8kqRVjj
30950                                                                                                                                   Thank you @Nike for being the best brand on Earth
30951                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
30952                                                                                                               RT @OGLORDTHISDICK: MY ADD CAMPAIGN FOR @Nike https://t.co/d9CsdIpt6s
30953                                        RT @Intense_XEnergy: @ProudResister Thank you @Nike for helping expose these people. They're out here burning up shoes and cutting up their…
30954                                                           @Reuters Next his supporters will say President Reagan was a coward and a liar for seeking out truth. And GOP will agree.
30955                                                                                                                       Just now watching Iris on @netflix and it’s soooo delightful!
30956                                                                                                           @MelloMusicGroup @janellenicole__ @Nike @Kaepernick7 Sounds about white😂
30957                                                      @pinkk9lover @BRADALL76027393 @Nike @Q_101_X @grizzlemeister @ROCKONOHIO @LoriinUtah @PhilMcCrackin44… https://t.co/wsvIR5uthZ
30958                                                                        @sclancy79 @NFL @Nike The NFL or Nike didn’t force you to do anything. You made that choice all on your own.
30959                                                                The Kindle Publishing Bible: How To Sell More Kindle Ebooks on Amazon (Step-b... https://t.co/jfiYZSfHQ8 via @amazon
30960                                        RT @vachilly64: @Nike 🚫 What has Kaepernick sacrificed? Patriots sacrificed our love of football. Our military sacrifices all so he can be…
30961                                                Check out PIG Hog CANVAS Wall PICTURE*Farmhouse Primitive/French Country Decor*New #NaivePrimitive https://t.co/gJeqBEgUmA via @eBay
30962                                        @RickyBarksdale @coolkarenkay @NavyPack @AmandaB55884892 @Jay__Rockwell @ClayTravis @Nike There's a difference betw… https://t.co/qYL2aojR8U
30963                                                           @johnrich @Nike That’s a demonstration! That was sarcasm. Tell your soundman thanks for his service. That is not sarcasm.
30964                                        So @Nike will be fine because the consumers who are against the anthem protests are too busy buying these brands to… https://t.co/FV8OHYI7oB
30965                                                                            RT @_AnnieWilson: @Kaepernick7 What does sacrificing everything look like @Nike? https://t.co/60AKa0ilzu
30966                                                                                                                                                  shoutout to @Kaepernick7 and @Nike
30967                                                             @ChrisDavis714 @Reuters If they don't like earning minimum wage they should strive to do better.  Pursuit of Happiness.
30968                                                                                    @alteratyeshiva @Nike The only ones who wear Nikes now are obviously brain dead Liberal fools ..
30969                                                                                                                                              @Nike is on the right side of history.
30970                                                    Check out TIGI S-Factor Vivacious Hairspray 8.9 oz / 371 ml magnificient hold and shine  #TIGI https://t.co/9aA5oQQscc via @eBay
30971                                                                                                                          @Nike please make this a t-shirt!! https://t.co/GSoSelK5nu
30972                                         RT @bobbybdl: @Batiosalea @BrurellSue @USA_AllenK @IWasHrren @FoxNews @FoxBusiness @Nike 45 please make your next tariff 400% for incoming…
30973                                                       Check out 18TH C. APRON DRESS OTTOMAN SILVER COINS BEADS GOLD TINSEL #VINTAGECLOTHES BUTAN  https://t.co/UfoNr6pJsQ via @eBay
30974                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30975                                                                        @ATT Everybody's mad about the boycott. I'm just over here trying to understand the commercial. 🤦🏽‍♀️🤷🏽‍♀️🤣
30976                                                                                                   @Drew1Lawson @lgtscameraaxn @fran015217 @Nike @Kaepernick7 Not media but support.
30977                                                                                                        @GoonerFahad @Bosslogic @classicoSA @netflix @SSB187 Can’t wait 😍😍😍💙💙💙
30978                                        Looks like asslown @Nike CEO Mark Parker will be on the hot seat for torching the company.  Replacing your bottom l… https://t.co/8doNp8KKUd
30979                                                                                                   RT @Demgirl50: @MarkJKremer @Nike makes me want to go out and buy more Nike items
30980                                                                                                         @piersmorgan @Kaepernick7 @Nike How much have pledged to support his cause?
30981                                        @Ka5hBrokeDaBanK @AntonioSabatoJr @Nike @Kaepernick7 @newbalance @UnderArmour @Reebok Nope stocks spelled correctly… https://t.co/CNaswhvdFF
30982                                        RT @Disney: The legend you know has a dark side. Watch the final trailer for Disney's @TheNutcracker and the Four Realms in theaters Novemb…
30983                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
30984                                                                                                            Never let hate and ignorance win! My 🎩 of to you @Kaepernick7 and @Nike
30985                                                                                                                                      I love this one!! WELL DONE @Nike !! #justdoit
30986                                         @pemdasi @DineshDSouza @Nike Considering the fact most leftist are broke and want to depend on someone else paying… https://t.co/onwM9VOX1y
30987                                                       @Connor6648 @camjordan94 @Nike The Japanese were ready to surrender and it wasn't necessary to hit them with that awful thing
30988                                                                                                                                  RT @JamieLynnArmes: @ScotchJLK @Nike I can see you
30989                                        RT @RickyBarksdale: @ClayTravis @Nike So please stop using us (veterans) as your stepping stool to the real truth you and many people yours…
30990                                              @JustinNartowicz @akaym999 @Kaepernick7 @Nike Yes because a bunch of millionaires who throw around pig skin make America great... 😂😂
30991                                        @Jana_Defi @muchmoresalt @MythicalMoor @tariqnasheed @Nike @DavidMuir @ABC @NBCNews No one is calling for legal act… https://t.co/XpoaLXaNhv
30992                                                                   @Nike i just wanna say how i appreciate what you all are doing i will i always just do it https://t.co/IoxIDfreIM
30993                                         @JesseLBK @Nike @adidas Why? Do you not support the 1st Amendment? Are you against peaceful protest? What is your objection to #freespeech?
30994                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
30995                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
30996                                                             @TaureanReign @Nike @Kaepernick7 Exactly @TaureanReign Here’s one ☝🏾 of many of Kap’s messages https://t.co/eckrFNHuoK
30997                                                                                                                                     @johnrich @Nike Caucazoids be miserable as hell
30998                                                                                                                           @Nike isn’t this false advertising? Can’t you sue a girl?
30999                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
31000                                        @Mishygirl @wissportsfan @johnrich @msmoon61 @Nike @Kaepernick7 Well...the rule is still there. It’s just “on hold”… https://t.co/LqPcpZKsvY
31001                                        RT @Disney: The legend you know has a dark side. Watch the final trailer for Disney's @TheNutcracker and the Four Realms in theaters Novemb…
31002                                                 Check out Blue Kyanite Crystal Necklace Long Adjustable Leather Wire Wrap Unique quartz #Handmade https://t.co/KmHBxvUT84 via @eBay
31003                                        RT @Reuters: Senator Dick Durbin slams concealment of documents from Kavanaugh's public service. Watch live: https://t.co/IDzmCWnWWa https:…
31004                                                                                            RT @TheJordanRachel: The new Nike campaign is the best advertising @adidas has ever had!
31005                                    RT @POTUS_CustServ: @johnrich @Nike Former @Seahawks QB &amp; Army SF vet Nate Boyer convinced Kaepernick to kneel rather than sit to honor tho…
31006                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
31007                                                                                                                    --my first time-- #wishmeluck @McDonalds https://t.co/jnt9ISrXKP
31008                                                                                                                  @johnrich @Nike Lmao! I think you've got the story wrong my friend
31009                                           #RT @AheadP_ship: NEWS: @DeutscheBank bring five Birmingham schools together to learn about the opportunities in… https://t.co/HX4ldoFuYg
31010                                                                                                                RT @BettencortCase: @1776Stonewall @Nike just made a piss poor move.
31011                                                                                 @wtwills09 @thecarlosyepez @Nike That’s good because they probably make way less than minimum wage!
31012                                       @johnrich @Nike Again missing the big picture/  if the “sock” was on the other foot 😂.. and you were stopped or pul… https://t.co/nVZMRFEq5k
31013                                        better yet MAYBE @Nike should Bring back Factories of Making Shoes in AMERICA ..not in countries that Hire Children… https://t.co/g00zyKxyw2
31014                                                                    @JGillibrandcom @Toyota @SaprissaOficial I hope Toyota paid very well for the privilege as it's all I can see...
31015                                                                                           @JFMoeller @Benioff @trailhead @salesforce Wahooooooo—congrats!!! https://t.co/uXRJOGIb7Z
31016                                                                                                @SebGorka @Nike @NancyPelosi @BernieSanders @HillaryClinton Not as feckless as you..
31017                                                                                                  @DianneInIndiana @TheMarkPantano @Nike I believe it’s on its way down as we speak.
31018                                                                                       @sclancy79 @NFL @Nike Here’s what me &amp; Nike think of your protest https://t.co/izENV5sMCx
31019                                                  @TitusONeilWWE @Nike @MetroMinistries @HCSOSheriff @TampaPD @CityofTampa @ChadChronister @JanelleMcGregor… https://t.co/HNLSYYj6X5
31020                                                                                                                          @Nike I can't wait to get home and burn mine. #BoycottNike
31021                                        RT @Disney: The legend you know has a dark side. Watch the final trailer for Disney's @TheNutcracker and the Four Realms in theaters Novemb…
31022                                        RT @Stonewall_77: Nike (NKE) @Nike stock price down more than triple broader markets. Keep pummeling it. Burn any purchased products you ow…
31023                                                                                                                      Check out my listing @eBay - https://t.co/NWEjHjQbkt via @eBay
31024                                                                                                                                          @Casey__supAStar @Nike Checks over stripes
31025                                                                                      RT @Bosslogic: Coming soon! #TheWitcher @netflix #witcher #henrycavill https://t.co/MY3RZE9eQG
31026                                                                   @sclancy79 @NFL @Nike Well at least the 4 grand you supposedly got from Trump will buy you a new pair. #Stupidity
31027                                        @Beez_God @aterry55 @johnrich @Nike He’s a spoiled brat who is 1/2 white and raised by white adoptive parents.  Wha… https://t.co/T1v8bTpLVf
31028                                        @profgalloway @Nike At what point does one with decades of family lineage on a low-disposable income reflect on the… https://t.co/9kLPXbdlwL
31029                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
31030                                                       RT @MCU_Tweets: Unlimited trips to Wakanda: BLACK PANTHER is now available for streaming on @netflix! https://t.co/LpSL4gBoFe
31031                                        RT @DrJasonJohnson: @benfergusonshow @Nike So I guess you got dragged for using PattTillman and now you're backtracking? Good Job Ben. Don'…
31032                                         RT @EdgrALV: @darrenrovell @nikefootball @Nike this is way better !!! Looks like I’m going to be switching over to adidas for a while till…
31033                                        RT @tonyposnanski: @johnrich @Nike DAMN RIGHT! REAL PATRIOTS CUT HALF OF THEIR SOCKS THAT THEY PAID FOR AND WEAR THE OTHER HALF TO OWN THOS…
31034                                        RT @EzzardRaymond: @Reuters @BrettKavanaugh will go down in history as an illegitimate member of #Scotus because he was appointed by a crim…
31035                                                                                                                          Salute @Nike for being on the right side of history 👏🏽😅
31036                                                                                                                      Check out my listing @eBay - https://t.co/12ESiWOgjU via @eBay
31037                                                                                                                                            @hanijacqui @johnrich @Nike EXACTLY THIS
31038                                                                                                                               @SheriBmuddy @johnrich @Nike FUCK Nike!!!🖕\U{01f92c}
31039                                                        Check out Teen Vogue Magazine Supermodel Binx Walton Spring Fashion Sistine Rose Stallone  https://t.co/zDgkLT1h9M via @eBay
31040                                                                              @matthewfdavis @Nike @Reebok People like you are really funny to us sitting over here across the pond.
31041                                                                                  @Nike shows once again it is a master in branding on intrinsics: https://t.co/Pxaw8zKmOi #justdoit
31042                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
31043                                                                             RT @TDunndy: TDunndy Steals a Lawn Mower @HomeDepot @Lowes @AceHardware @Wendys https://t.co/tZpN0JEzlz
31044                                                                                                                                    @Nike we the people will have ur back! #JustDoIt
31045                                        @GI_Vantage @greycole05 @sixty218 @Nike @Kaepernick7 No i'm talking about innocent black men being killed by police… https://t.co/J0ekMlxJ2H
31046                                                                                                                      @JamaalRahji @johnrich @Nike What the fuck are u talking about
31047                                                                             @ReggieBush @NFLTotalAccess @Nike @Kaepernick7 https://t.co/JmOiKt95ff 🚨New Nike Anthem #JustDoIt ✊🏾
31048                                                                                                             @KenSimonSays @Nike Who just boycotted in and out Burger? This is karma
31049                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
31050                                        @_AnnieWilson @Kaepernick7 @Nike Looks like this too. But orange con artist keeps spitting all over both of tgese h… https://t.co/RgqR2rwJjR
31051                                                                Check out PlayStation -- CAPTAIN TSUBASA J GET IN THE TOMORROW -- PS1. from japan  https://t.co/oXypkztCyL via @eBay
31052                                                                                                                                             @Nike thank you for fucking the game up
31053                                                                                      RT @Reuters: Turkey preparing aid inside Syria to help Idlib displaced https://t.co/FzNlNPxZBu
31054                                                                                                                                  i still have my @Nike collection... #IStandWithKap
31055                                        RT @_XavierCruz: Donate that @Nike stuff you don’t want anymore to the thousands of homeless vets on the streets... bc this is about the ve…
31056                                                                                     RT @1Marri_: Everyone please boycott @Nike so I can get all my Fall and Winter gear for 75% off
31057                                                                100% natural fresh lemon scented roll on perfumes in 8ml bottles. Incensestic... https://t.co/MzhsP29Pz9 via @amazon
31058                                                                                                                        @sclancy79 @NFL @Nike wow. You're an idiot. Congratulations.
31059                                                                                                              RT @LanceJames1: @xALLxBLK @johnrich @Nike Marine veteran here I agree
31060                                                       Check out Dr. Cocktail : 50 Spirited Infusions to Stimulate the Mind and Body by Alex Ott   https://t.co/boPazgjO1k via @eBay
31061                                        RT @ChrisLoesch: Dear @Nike - you just destroyed your brand. It is dead to the segment of the population that work and can afford them. See…
31062                                                                                    @WeSupport45 @VampWriterGRRL @45pres2020 @NFL @Nike @Kaepernick7 Just shows your white privilege
31063                                                                                                                                                      @Nike @serenawilliams Love it.
31064                                                                                                          @JaniceDean @Nike @JJWatt You suspected white supremacist are hilarious 😂
31065                                                                                                                            @chadm @Nike Maybe you can pick up some pairs for cheap?
31066                                                                                                                                                         Time to buy new @Nike gear!
31067                                        @kilmeade @michellemalkin @Nike So what if they feel we should stand for the flag and kneel for God. Most don't eve… https://t.co/fWObKHB95A
31068                                               Go @Nike way to stand for something.  Are companies standing up - one way or another - an inevitable consequence of #CitizensUnited ?
31069                                            TU-Automotive West Coast brings 30+ industry expert speakers from companies such as @Ford @GM @MercedesBenz and… https://t.co/05p8o6lSqM
31070                                        @demitra3013 @Kaepernick7 @Nike Of course I do! Division has been rampant in this country and athletics was neutral… https://t.co/jfZR8kiVwl
31071                                                                    @sclancy79 @NFL @Nike Dumbass. Burn all your shoes to spite yourself. I choose America and the right to protest.
31072                                                  As @Nike chooses to support CK over our country which has made your company what it is I will never purchase another Nike product.
31073                                                                                                                                                 @Nike you’re doing amazing bro ✊🏽
31074                                                                            RT @MollyJongFast: We’re gonna wear @Nike from now on. Thank you @nike for this. https://t.co/O1vw5tRba8
31075                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/ldQL7AxjjH
31076                                                                                                                                              @alteratyeshiva @Nike Love this video!
31077                                                             RT @Reuters: Japan's deadly typhoon is the worst in 25 years https://t.co/45z6Ivveea @ReutersTV https://t.co/Yge7cgCjGQ
31078                                     @Kaepernick7 @Nike @wto 👉🏼 Please Investigate SweatShop Polices In China @Nike Uses Slave Labor... Mostly Women‼️😡🔥… https://t.co/N9MZ78xyog
31079                                                                   Check out NO BOUNDARIES Women’s Stretch  Pull On Maxi Skirt Size 19 2XG Juniors NEW https://t.co/UQSVvaYBBe @eBay
31080                                                        Check out Movie Poster Warner Brothers Bros 1949 Original House Across the Street #ArtDeco https://t.co/2c9wbvhIA6 via @eBay
31081                                                                                      RT @Bosslogic: Coming soon! #TheWitcher @netflix #witcher #henrycavill https://t.co/MY3RZE9eQG
31082                                                                                                                                     Uh-oh @Nike #Kaepernick https://t.co/LnLNiSsqPH
31083                                                                                                              RT @LanceJames1: @xALLxBLK @johnrich @Nike Marine veteran here I agree
31084                                        @acharlowmedia @JLPtalk @Nike @Kaepernick7 with a sneaker company it's kids that become the victims tho. When chica… https://t.co/kCUW0t4bAs
31085                                                             RT @Reuters: Japan's deadly typhoon is the worst in 25 years https://t.co/45z6Ivveea @ReutersTV https://t.co/Yge7cgCjGQ
31086                                                             RT @Reuters: Japan's deadly typhoon is the worst in 25 years https://t.co/45z6Ivveea @ReutersTV https://t.co/Yge7cgCjGQ
31087                                                                                                                                                            @Nike for the win 😂😂🙌
31088                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
31089                                                                               RT @toddstarnes: So @Nike prefers that American patriots shop somewhere else. https://t.co/kduZ4WFsVj
31090                                                                                                                                                           @Nike you’re awesome 🙏🏻
31091                                                             RT @Reuters: Japan's deadly typhoon is the worst in 25 years https://t.co/45z6Ivveea @ReutersTV https://t.co/Yge7cgCjGQ
31092                                         @charliekirk11 @Nike @Kaepernick7 Your the one spreading lies with hate fuelled tweets like this. What does it matter to you what Nike do ?
31093                                        @Realmarkcrowell @Nike Yeah i think they'll keep Kaep and you can keep your Nike outlet money.  Now it's a great ti… https://t.co/1nHzpC4H6Z
31094                                         @BillBouttaNye @ATT ISP prices are dependent on the fibre line providers though. We can't lower our prices without… https://t.co/KgLMQtfOt3
31095                                        @NationStateInfo @Way2gosassy @PhoenixAzsn @BruinBrian82 @TomiLahren @Nike 5...anthem. Trump simply manufactured th… https://t.co/GoOJFE7PRI
31096                                        @johnrich @Nike @Kaepernick7 @Reebok @TomiLahren @greggutfeld @kilmeade @RedneckRiviera Got to go get New tennis sh… https://t.co/utDoAlpKNP
31097                                                                             @sclancy79 @carole_meadows @NFL @Nike Since people like you dnt understand that it’s not about the flag
31098                                                                                                 RT @Reuters: Amazon hits $1 trillion market value milestone https://t.co/s5QKsaCUC6
31099                                                       RT @MCU_Tweets: Unlimited trips to Wakanda: BLACK PANTHER is now available for streaming on @netflix! https://t.co/LpSL4gBoFe
31100                                              @PatrioticVa @DutyOfAPatriot @Nike @RubyRockstar333 @Krissy_MAGA @MARINE_99ZULU @Jamierodr10 @PhilMcCrackin44… https://t.co/1xiaz7jZ2h
31101                                                         RT @AndreaSpeakz: @KevinByrnes20 @Nike I'm going to just be reposting this tweet whenever possible. https://t.co/TuFC9Z8ygx
31102                                                                                                                                   @johnrich @Nike Really... https://t.co/4DBW1a7rfO
31103                                        @johnrich @Nike @Kaepernick7 @Reebok @TomiLahren @greggutfeld @kilmeade @RedneckRiviera @Nike won't miss y'all...go… https://t.co/WlWRmP9keP
31104                                                                                               I gave @facebook +Kred influence in the Cool Brands community https://t.co/6q5puWjWbY
31105                                        RT @allisankelly: @sclancy79 @NFL @Nike It wasn’t the child labor allegations or the sweatshops or tax evasion through offshore accounts. I…
31106                                                                                                     RT @matvelloso: So @Nike is blowing conservatives' socks off. Almost literally.
31107                                                                                     RT @kdriley05: Me tomorrow at work putting a @Nike swoosh on everything https://t.co/m3xLAbB7ro
31108                                                                                      RT @yearsandyears: SCREAM! I’m this season’s cover girl for @ASOS 💜💓 https://t.co/mP9IxAbopH
31109                                         RT @ATT: We're calling a timeout! We need your vote for the #ATTGotW... make your pick here https://t.co/XuUybKdfy0 https://t.co/Nd2dt1hxGN
31110                                                                                     @kennyboyamdaman @Bosslogic @netflix One of the best I’ve played! Making it into Netflix series
31111                                                               Check out SH*T MY DAD SAYS Justin Halpern HBDJ Book 2010 First Edition Father Pop   https://t.co/dq6vfovpJN via @eBay
31112                                                                                                                               @Nike NIKE YOU SUCK BAD... YOU AND THE DO It LOOOOSER
31113                                                                                     @DrRickyLJones @Nike @NFL I’d get behind it more if I saw one of these. https://t.co/MB81G3Jtxv
31114                                                                                              @SebGorka @cmdorsey @Nike @NancyPelosi @BernieSanders @HillaryClinton All of the above
31115                                                       Check out Teen Vogue Magazine Nicki Minaj Summer Style Jaden Smith Bikinis Sundresses 2013  https://t.co/XCgS7xH63H via @eBay
31116                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
31117                                                                                                                                         I like how the people who say @Nike and @ka
31118                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
31119                                        RT @kellyhoppen: Beyond excited... can’t wait to start sharing - would love to know who your favourite @Disney character is?? Xx https://t.…
31120                                                                                                          @Nike This is Unamerican getting paid millions to star in your ad campagin
31121                                                                   @jensen4law @Nike A large portion of Nike’s sales come from black people 🤷🏾‍♂️ and there’s a lot of black parents
31122                                                                                                                             @HISTORY @Nike @Kaepernick7 Only watch your teams games
31123                                                               RT @AlexMimikosyaho: @w_terrence To @w_terrence &amp; @Nike &amp;@NFL. Here’s Real Sacrifice! https://t.co/DhVckKSW0L
31124                                                @tionce1 @alwaysshaemac @Ahmadinejad1956 @Kaepernick7 @Nike @nikestore @NikeStoreEurope @NikeRunning @nikefootball Yeah I'm sure lol
31125                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
31126                                                            @jonappetit8 @ZMcmayhem @mrkat1 @EdgrALV @darrenrovell @nikefootball @Nike Please! Just Do it. Chucks are owned by Nike.
31127                                         @johnrich @Nike Just do it! Who TF cares? Good for Colin! Good for Nike! Burn your nfl tickets too. lol Rich black… https://t.co/2Ml0xGyogq
31128                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
31129                                      So we need @TataMotors @Hyundai_Global @Honda @maruti_swift to stop selling cars 👍🏻 don’t give this crap when u cou… https://t.co/juBvQSgjcI
31130                                          @LarryWilson @JulianSalin1 @djjasonk @sclancy79 @NFL @Nike Do more research kid. He was a democrat. That’s a fact. https://t.co/wxbh9hpT0x
31131                                        @Kaepernick7 @Nike If anyone plans on burning or throwing away any Nike clothing or shoes it’s not going to prove a… https://t.co/WDVbrCAzFo
31132                                        @_dresslr @MissCassee @blp3 @RealCandaceO @adidas @adidasUS @adidasUK @Nike @Kaepernick7 That 2.5% was last year fo… https://t.co/M3B7oSXzmn
31133                                     RT @KimWhitler: Interested in a Tech Marketing Job -&gt; Great insight f/  #CEO @thomgruhler https://t.co/CId0hXAxpM @fjurigroup @Microsoft @D…
31134                                                                                                                                           @johnrich @Nike ALREADY BEEN PAID FOR!!!!
31135                                                                                    @SassyKadiK Just bought 3 pairs of @Nike ! Thank you for doing the right thing! @nikestore @Nike
31136                                                            Check out Training NEW Bolo Practice Philippines Swords pair Kali Escrima #KalajKutter https://t.co/PCnhZBoGyZ via @eBay
31137                                        RT @NagelTrigve: Someone special today donated to pay for Trevor 12 my son who has autism a pair of @Nike my son has the warmest smile im s…
31138                                        RT @MorganStanley: Emissions-free hydrogen production could help utility companies run more flexible power grids and reduce #fossilfuel emi…
31139                                                                          @911strong @Nike I wonder if this guy got your permission to use your logo... #nike #NikeBoycott #JustDoIt
31140                                                                                                                                    @johnrich @Nike But they have his money already.
31141                                                                                                                                    RT @tonycenteio: @thehill Like @Nike Just Do It!
31142                                                                  Check out TeeFury CURIOUS GEORGE Why So Curious The Joker Womens T-Shirt 100% Cotton https://t.co/M720EGGqrl @eBay
31143                                                                         Check out MICHAEL KORS CHARLTON-Green Canvas Brown Leather Push Lock Tote NWT https://t.co/lp4FBEc86u @eBay
31144                                                                                                                                           @gracegrazi @netflix @hulu It’s nostalgic
31145                                                       RT @MCU_Tweets: Unlimited trips to Wakanda: BLACK PANTHER is now available for streaming on @netflix! https://t.co/LpSL4gBoFe
31146                                                                                                                      @rednvegas @StilettoRoyalty @johnrich @Nike And you're a bitch
31147                                         @ChrisLoesch @Nike @PaylessInsider @DICKS : We just yanked our sales.  We must have the dumbest corporate strategy… https://t.co/3HWibGlkwM
31148                                                                   @amazon Congratulations in crossing 1 trillion dollars in terms of evaluation. Hoping to get a free MacBook. 😉😉
31149                                                                                      RT @Bosslogic: Coming soon! #TheWitcher @netflix #witcher #henrycavill https://t.co/MY3RZE9eQG
31150                                                                                                                                                            @Reuters How surprising.
31151                                        @Maddog0714 @Surabees @Nike @UnderArmour @adidas It’s quite obvious that if you all really cared about vets then wh… https://t.co/KIHKeqeNq5
31152                                        @Kaepernick7 @Nike Nike you suck my family will never purchase Nike products again! We now know you are an anti-American cop hating company!
31153                                                                                                    @Apple You should extend the date- that’s until everyone’s FAFSA kicks in please
31154                                        @larra723 @Kaepernick7 @Nike But me and my family will be buying their products. In case you didn’t know black peop… https://t.co/u7QQUKECbl
31155                                        RT @_nottherapper: @darrenrovell Too all the people who saying they won’t buy @Nike. Ain’t no way y’all giving up y’all go-to’s https://t.c…
31156                                                                            RT @_AnnieWilson: @Kaepernick7 What does sacrificing everything look like @Nike? https://t.co/60AKa0ilzu
31157                                                                                 @Kaepernick7 Campaign Already Created $43 Million in Buzz for @Nike So Far  https://t.co/u6o8p4K7bi
31158                                                                                                                                                            @THE_OSU @Nike Go Green!
31159                                            @McDonalds just went to your N May ave location in Oklahoma City our order was completely wrong and the manager wasn't very nice either.
31160                                                                                               RT @Reuters: Germany seeks to curb internet giants' dominance https://t.co/YZI23dlcV5
31161                                         @TymelRory @Nike Hopefully this boycott will make Nike remember how great the past was before all this bs and then… https://t.co/xc34B4Xuuc
31162                                        @MattNowak1 @Nike @adidas Dude honestly I'm at work and I dont have time to be going back and forth with you when t… https://t.co/IhJI8QchNP
31163                                                                                @Chumi355 @Kaepernick7 @Nike You’re P I T I F U L !  And absolutely no doubt a Hillary Supporter....
31164                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
31165                                                                                      RT @yearsandyears: SCREAM! I’m this season’s cover girl for @ASOS 💜💓 https://t.co/mP9IxAbopH
31166                                                                    Thank you @Nike for having the courage to do the right thing!  #ColinKaepernick #NFLKickoff #ImWithKap #NFL #NBA
31167                                        RT @ColinCowherd: Believe it or not @Nike actually does research.  They feel @Kaepernick7 is a global brand that transcends sports.  Polari…
31168                                                                        @lindsayczarniak @Nike @NFL Yea bad qbs who have been out of the league for two years are in high demand 🤦‍♂️
31169                                        @JTSF_49ers @johnrich @Nike @Kaepernick7 @Reebok @TomiLahren @greggutfeld @kilmeade @RedneckRiviera 🙋🏾‍♂️ just came… https://t.co/cBKeQCYdgD
31170                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
31171                                                                                          RT @carpediem1013: @ROHLL5 @Nike The new ad reads like something said to a suicide bomber!
31172                                        @mstrinah @dectorite @johnrich @Nike Now factor in that 13% of the population commit over 70% of violent crime.  No… https://t.co/CysQovNgCW
31173                                         RT @GSK: WellChild Nurses go the extra mile to enable seriously ill children and young people across the UK to be cared for at home. We’re…
31174                                                                                 RT @Sigs4Soldiers: Hey @Nike your new ad has been corrected. You’re welcome https://t.co/TR1YhFePYe
31175                                        RT @trumpstrolls: #boycottNike #NikeBoycott @Nike @nikestore @nikefootball Burning my beloved Nikes but I can't stand behind a company that…
31176                                         RT @lindsayczarniak: Glad to see @Nike make such a bold move. Hoping an @NFL team follows suit and gives him a shot https://t.co/XfHErvpLdH
31177                                        @adventuresofkg @dannymasterson @netflix @Newsweek @thedailybeast @HuffPost @DailyMailUK @FoxNews @people And you a… https://t.co/PaXljNY4AP
31178                                        @IslandDiane @johnrich @Nike Actually Diane.......one of the things the flag stands for is the right to protest.  Y… https://t.co/xrqPtKMQvH
31179                                                                                          @TMobile @JohnLegere   I’m loving my T-Mobile gear. #MagentaMonday https://t.co/lNgGea6nOB
31180                                                                                                                                                       @LindaRockers @Nike Ew weirdo
31181                                                                                                     @zerohedge It doesn’t need to sacrifice anything to boycott @Nike . Just do it!
31182                                                                                                                Check out OOAK  Polymer Clay Art Doll. https://t.co/3QecGEfXnN @eBay
31183                                                                                                                                       @bigdaddyuno @Nike Why would you boycott them
31184                                        RT @allisankelly: @sclancy79 @NFL @Nike It wasn’t the child labor allegations or the sweatshops or tax evasion through offshore accounts. I…
31185                                                                                                              I’m rockin @Nike ! Fuck @Jumpman23 ! @Kaepernick7 I fucks witcha dawg!
31186                                                                            Check out Mac Versicolour Stain Long Live Constant Craving .28 oz #MAC https://t.co/hTDjzFDSQt via @eBay
31187                                                                                               @InnKeeperEZ @johnrich @Nike What the fuck does this have to do with the military?!?!
31188                                                                                                                                                     @monet_iam @ToneTee1 @Nike Blue
31189                                                                                        @BeingtheThe @Tabnotic @Kaepernick7 @Nike R those the camps that make Trump’s clothing line?
31190                                                                                                                          @ConservativePTZ @Nike Easily the Best tweet of the day ..
31191                                                                                                                        Ain't No Sugar Ray Coney https://t.co/wUSGSzR4FF via @amazon
31192                                        @kingjustin1996 @Nike Shut the hell up. You are just as dumb as those people. You think kaep is kneeling for a fals… https://t.co/PTOt9ssW7u
31193                                    @BewleyRemodel @darrenrovell @Nike is global. You idiots who are boycotting Nike &amp; destroying your Nike products ar… https://t.co/Hw0ZFjP9Y1
31194                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
31195                                        @CourtneyAlward @Deeestinyy_ @Nike Guy is a huge fraud. Been invited multiple times to speak on the issue and never… https://t.co/qGNwOIEMRC
31196                                        @DB_gunner @Mathieu_Era @DavinBellamy17 @Nike Nike stock down 2.65% at 1:00 pm. America needs to ‘Take a Knee’ on N… https://t.co/jyX6idtWND
31197                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
31198                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
31199                                                                    Check out the Flappy game I made. (Thanks @facebook for supporting @codeorg) https://t.co/eKOoH8ZYT9 #FlappyCode
31200                                                Colin Kaepernick: It Is Time to Leave the Former NFL QB Alone #Nike #Kaepernick #Campaign @Nike @Kaepernick7 https://t.co/3WrEu4OlcX
31201                                                                                                                                              @Reuters @cdcshepherd @ReutersTV Nice.
31202                                            @RAMPAGEONGOV @inabster @Twitter @TwitterSupport @rico_hands @hrw @facebook @YouTube @guardian @Independent @UN… https://t.co/biWpZYJFl1
31203                                                                                                                                               Later @Nike .... #WeStand @TomiLahren
31204                                          @LISAUSA56 @RealJamesWoods @missny99 @Nike Try @newbalance these are the best shoes ever #BoycottNike #BoycottNFL… https://t.co/Ignma9FTEn
31205                                        RT @kimmiecoon: People destroying their @Nike gear because they’re upset over an ad campaign is one of the dumbest things I’ve ever seen. N…
31206                                                                       @Nike thank you for the new ad campaign I got these cheap off a racist white dude🙌🏻 https://t.co/Y3TRvpvpej
31207                                                                                      RT @yearsandyears: SCREAM! I’m this season’s cover girl for @ASOS 💜💓 https://t.co/mP9IxAbopH
31208                                                   Check out Worthington Womens Capris Size 8 Embroidery Light Blue #WorthingtonIndustries #Casual https://t.co/tmUzyCSq65 via @eBay
31209                                        It’s impossible for me to buy less @Nike product. They were always the most uncomfortable shoes that I’d try on. So… https://t.co/kOQYHXKY8W
31210                                                                                                                        @netflix @Bosslogic Except replace Henry with Mads Mikkelsen
31211                                                                                                                                                    @Kno @Nike See another white guy
31212                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31213                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31214                                                                                                                                      @deadrody @Kaepernick7 @Nike Have a great life
31215                                                                                                                   @johnrich @Nike let's see a photo of him wearing those socks now.
31216                                        @earlflynn @CanPayAtten @Queen_Soul01 @Nike I don’t care about any of it.  I care about the stocks and money. So th… https://t.co/ODl11nw87J
31217                                                            @TVBuddies @mandy7n @seewhatsnext @netflix An other example..we have 2 of 7 seasons of Voltron Legendary defender 🤔🤔🤔
31218                                        RT @Brookssista1: @iamsugar @sev7thwonder @HauntedTrading @Marmel @Nike FACT CHECK: Did a U.S. Veteran Influence Kaepernick's 'Take a Knee'…
31219                                                                                                               RT @RealLifeKaz: I’m buying all the Kaepernick gear. All of it. @Nike
31220                                                                                                                                  @sugarmagnani @RealKyleMorris @Nike ☝️😂  love it!!
31221                                                                                      @WalterPamic @ScottMoffatt21 @davidreevely @Nike @adidasUS Nothing to do with armed forces 🤦‍♀️
31222                                                                                                                                         RT @Droskki: S/o To @Nike and @Kaepernick7!
31223                                    RT @JohnLegere: 5G is the future &amp; the New @TMobile will help America lead the way by being the first to build out the best nationwide 5G n…
31224                                        RT @SOimLikeWord: @johnrich @Nike I’m a Navy veteran that is the child of two marines and we all are #VeteransForKaepernick https://t.co/0F…
31225                                                                                                                                                          @thecjpearson @Nike Reebok
31226                                                                                                                                             @jessicasunlee @Kaepernick7 @Nike Amen.
31227                                        @josh_jacob5 @ken_wilkens @TimKennedyMMA @Nike @Kaepernick7 Big deal !! Hes trying to do something positive.  Doesn… https://t.co/ft2TbP8Hwd
31228                                                                                        @Johnny_BGood_ @PatricJphillips @Forbes @Nike Gave up millions to serve and was killed. HERO
31229                                                                    Check out Handmade Vintage Full Slip Pink w Lace Ruffle M - L  #Handmade #Slip https://t.co/nLYojkWTJ9 via @eBay
31230                                                                                                                                                              shoutout to @Nike #BLM
31231                                                                                                           @thEMANacho @darrenrovell @adidas @PUMA Darren SHOULD have included this.
31232                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
31233                                        RT @jencrozier: Our first Corporate Service Corps in the United States!  Chicago gets a big boost from @IBM! https://t.co/qIZVRe4R6J via @n…
31234                                                       RT @MCU_Tweets: Unlimited trips to Wakanda: BLACK PANTHER is now available for streaming on @netflix! https://t.co/LpSL4gBoFe
31235                                                                                                                                          @JohnLegere @TMobile Focus on West TX pls!
31236                                                                Gift For Physician Assistant Day Shirt Doctor Companion Gift For Physician As... https://t.co/WcIpA2uyqD via @amazon
31237                                                                                                                                                  @sclancy79 @NFL @Nike A real champ
31238                                        So I made a purchase through @PayPal. The resolution process is HEAVILY slanted to favor fraudulent sellers. I comp… https://t.co/DUu8aU2df8
31239                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
31240                                                                                      RT @yearsandyears: SCREAM! I’m this season’s cover girl for @ASOS 💜💓 https://t.co/mP9IxAbopH
31241                                                                                       @Reuters Nasty. America made you rich 650 mil plus to be exact. to turn your back on America.
31242                                                                                                       So glad @Nike stands up for #oppression. @Kaepernick7 https://t.co/PLJ0lk2C4S
31243                                                                          @Nike thank you for everything you are doing no cap keep bringing the best damn sports gear out here to us
31244                                        RT @SPEtweets: ICYMI: @exxonmobil made its ninth discovery offshore Guyana -- possibly creating the greatest value of any offshore basin in…
31245                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
31246                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
31247                                                                    RT @TripAdvisor: RT if “everywhere” is on your bucket list #WhyWeTravel #TuesdayThoughts https://t.co/Wem2qqbUnx
31248                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
31249                                         RT @Flusha18: @IslandDiane @johnrich @Nike So kneeling which is done by tons of religions all of a sudden is now a insult to the flag? The…
31250                                                                                              last day i'll ever wear your brand. @Nike this is unacceptable https://t.co/Ly61Prg7c9
31251                                        Latest update : @Apple acknowledged the issue and a program to replace hardware issue with iPhone 7 mic ran till mi… https://t.co/IYX1pNVNli
31252                                                                              RT @Reuters: Mercedes unveils electric car in direct German challenge to Tesla https://t.co/rT6z37wB3F
31253                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
31254                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
31255                                               Thanks to @Starbucks for going strawless! Quick and informed action on a large scale makes a big difference.… https://t.co/sgbu5L9jZ9
31256                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
31257                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
31258                                         I notice @Macys is having a huge sale on @Nike so I bought 2 pair for me and 2 for my daughter. BTW I used @Ebates… https://t.co/boAKHfhJyO
31259                                                                                                                                         @abrandonkelly @RealJamesWoods @Nike Wrong!
31260                                        RT @DineshDSouza: I’m seeing a lot of very critical reviews of @Nike products on their website and on other retail sites. Have you posted y…
31261                                         @ColinCowherd @Nike @Kaepernick7 Only liberal idiots like you who believe in disrespecting our flag will buy Nike.… https://t.co/0nsh08kHtH
31262                                                               RT @AlexMimikosyaho: @w_terrence To @w_terrence &amp; @Nike &amp;@NFL. Here’s Real Sacrifice! https://t.co/DhVckKSW0L
31263                                                                                 RT @10254Kerr: @RealJamesWoods @Tbaldwin510B @Nike They never learn. Makes them  ant-American to me
31264                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31265                                        @piersmorgan @Kaepernick7 @Nike Nike don't kiss POTUS' a$$ like you do. Kaepernick wants change and not police brut… https://t.co/qzEhpnxkhr
31266                                        @johnrich @Nike @Kaepernick7 @Reebok @TomiLahren @greggutfeld @kilmeade @RedneckRiviera Where were you when an athl… https://t.co/VzBq7TJLo2
31267                                        @ec6898d9ec0d43c @heathergi76 @DrAthanasius @multiyapples @charliekirk11 @Nike @Kaepernick7 The Republican party? S… https://t.co/BiNGkhhqjo
31268                                                       RT @Reuters: Turkey says it told U.S. that Kurdish militants must leave Syria https://t.co/E9eKqqt6eE https://t.co/Ky5B6WHNXF
31269                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31270                                                                                  RT @Reuters: Former Republican Senator Kyl tapped for McCain's Senate seat https://t.co/74hXAe8kFS
31271                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31272                                                                                                                                     @Nike I agree!  I’ll be buying new #Nikes soon!
31273                                                        RT @sydney30may: @RealJamesWoods @Nike Going to sew an American Flag patch over all the Nike emblems on my husband's shirts!
31274                                                                                                                                  @PinkBelgium @JVER1 @Nike I ain't buying any more.
31275                                                                                RT @JasonPGoss: @Nike fixed your ad campaign for you. #justdoit #BoycottNike https://t.co/7y6DjGkkrT
31276                                                                                                 Check out Tin Art House With Oil Lamp!!! #unknown https://t.co/0jo8NKhAfW via @eBay
31277                                          RT @SDSunchaser: @alteratyeshiva @Nike Better go out and buy a few more pairs to burn so we know you are serious! 😂😂😂😂😂😂😂😂😂 @nike
31278                                        RT @Reuters: Hardline Brexiteer Boris Johnson says May is entering the #Brexit battle under a white flag of surrender to the EU https://t.c…
31279                                                       Check out Corletto Modernist 18K Sardinian Red Coral Ring Mid Century Modern Brutalist 6.0  https://t.co/7bDII1zjB6 via @eBay
31280                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
31281                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
31282                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
31283                                                                                                                            @martinglynn @Nike @Kaepernick7 @ManCity 🙌🏻 bang on 😂
31284                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31285                                                                                                                                        @Ryanair Thank you! Sheena the Punk Rocker x
31286                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
31287                                        RT @rial_rocks: @jakepalmieri @Nike @Kaepernick7 NOT THIS VETERAN and I don't condone any conservative in their right mind backing such a p…
31288                                                                                              @MatthewJGGrant @Allianz @InsuranceTimes_ @cytora He needs to update his @cytora logo!
31289                                                                                                                                          @Nike where can I get 4 billion dollars???
31290                                                                                                @sclancy79 @NFL @Nike Maybe you should have donated to a homeless shelter you moron.
31291                                                                                                                                     Yo. @Nike welcome to the cookout!! #cousin 😁😁
31292                                                                                                                          @johnrich @Nike Some of you people are so damn stupid!!!!!
31293                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
31294                                                                                                                                                                 I stand with @Nike.
31295                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31296                                                                                           Welp. There went my excitement for this show. Huge bummer that @netflix went with Cavill.
31297                                        RT @DineshDSouza: I’m seeing a lot of very critical reviews of @Nike products on their website and on other retail sites. Have you posted y…
31298                                                                                 RT @Sigs4Soldiers: Hey @Nike your new ad has been corrected. You’re welcome https://t.co/TR1YhFePYe
31299                                               Check out  Women Summer Tank Tops  Sleeveless Shirt Lot of 2 Chicos &amp;  AllysonWhitmore #TankTop https://t.co/GJcP8X4bfi via @eBay
31300                                          RT @supplyvib: Check out Lot of 3 Dispenser Pumps for Gallon and 1/2 Gallon Jug  1 oz Per Pump (38/400)  https://t.co/cBHV7PrJlU via @eBay
31301                                        @sclancy79 @NFL @Nike Since idiots burn shoes because of a  lack of comprehensive understanding of a person's first… https://t.co/nrNJX9Opig
31302                                                                                                                       @johnrich @Nike Bitch you contact @Twitter to lock my account
31303                                                                                                   Check out NIKE NSW Baseball Dress XS/S NWT!!  https://t.co/smTNvwu1Yt przez @eBay
31304                                        RT @ReaJackson9: Hey @Nike. Will all your shoes come with free socks depicting police officers as pigs? I mean you’re cool with this ya? We…
31305                                                                                   Check out Kenzo Tiger striped Ankle Boots in Pink 38 7.5 NEW  https://t.co/8wKOIiIYOh przez @eBay
31306                                        @pdacosta @JohnT15 @Nike There was nothing but love for Nike brands like Air Jordan or Tiger Woods or spokesmen lik… https://t.co/y89UwFTu9d
31307                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31308                                          RT @CamilleSeries12: Please speak about #Deception to @netflix with that link 🙏🏻https://t.co/almM56cL7v #SaveDeception #SaveCameronBlack
31309                                                                                                                                                                      @Nike.  Enjoy!
31310                                                                                                   RT @CBS: Get your fill of full seasons! Try one month FREE of CBS All Access now.
31311                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
31312                                                                      @johnrich @Nike Soundman should purchase and cut up MORE packs of @Nike socks to REALLLY get his point across.
31313                                                 Check out Lauren Ralph Lauren Black Dress Women's Size 12 Crewneck Sheath Sleeveless  #WeartoWork https://t.co/NgHUn0s2RX via @eBay
31314                                            From the way this is trending @Nike 's @Kaepernick7 campaign might go down as the worst PR disaster ever. #Nike… https://t.co/5jwnUhWoEX
31315                                        RT @shuningram: I’m laughing so hard at all these people cutting up or throwing away their @Nike gear. If you are so mad and you have the p…
31316                                               Check out Torrid Black &amp; White Gingham Checkered Tankini Swim Top Plus Size 3 3X Halter #Torrid https://t.co/VwPyBL9bUk via @eBay
31317                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31318                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
31319                                              Check out Sexy Traditional  Hand Woven &amp; Embroidered Chinantec Mexican Huipil Hippie Boho #Dress https://t.co/WnDhTmUpNs via @eBay
31320                                        RT @DChoi_963Hz: @sclancy79 @NFL @Nike It’s about police brutality and racial profiling. Not the anthem. How many times does this have to b…
31321                                                   Much better spokesperson for @Nike God bless our men and women who are real heroes everyday! #NoNikeforme https://t.co/GKU70Xylqk
31322                                                                                      RT @Bosslogic: Coming soon! #TheWitcher @netflix #witcher #henrycavill https://t.co/MY3RZE9eQG
31323                                                                                         RT @SeattleSwifties: @Kaepernick7 @Nike Proudly wearing these today https://t.co/VUKywhcqMA
31324                                        @Nike showed the face of Football Man who don’t stand for the Special Song! Let’s burn stuff we paid for with our o… https://t.co/EAVrNfFpAW
31325                                                                                                              @weaponofinfide1 @Kaepernick7 @Nike Ok... Go to sketchers or some shit
31326                                        @heterochromance @LynnWoodSpeaks @IslandDiane @pseudojewelz @FuckabeeSanders @johnrich @Nike Am I policing all prot… https://t.co/QB2yAimJ4d
31327                                                     RT @supplyvib: Check out Amber Prefer Pharmacy Vials w/ Child Resistant Caps 8 Dram 490 case  https://t.co/mXEgDSDBUo via @eBay
31328                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
31329                                        @aflloyd @tino_wino @RealCandaceO @adidas @adidasUS @adidasUK When do you think he should have protested? I scratch… https://t.co/RHq5QDPdLh
31330                                        We are saddened by the imprisonment of two @Reuters journalists for documenting the atrocities taking place in Myan… https://t.co/VFTas0qCiv
31331                                                                                                                            @Larcen_ @Nike That’s why I said on FB too. Donate them!
31332                                        RT @eBayROCteam: Volkswagen DriverGear Plaid Hat Driver Cap One Size Embroidered Logo Adjustable   https://t.co/4F8h35y9Hw via @eBay @map22…
31333                                        RT @XoXo__Kellie: @greycole05 @sixty218 @Nike @Kaepernick7 Stop making this about the flag/military and address the real issue. Young black…
31334                                        @marshgre @sweetness3485 @extatic_1 @TheGoodGodAbove @Nike Nike @nike will get more when he changes his mind and ru… https://t.co/zPIXnV3Eax
31335                                        RT @dade12duke: Excuse my language but you're a fucking idiot if you're burning @Nike gear! #TeamKaepernick #TeamNike #NikeBoycott Sensitiv…
31336                                                                                                                      @weaponofinfide1 @Kaepernick7 @Nike Now go to your klan march.
31337                                                      @grlallfighty @gammytimes2 @TheDelMarKid @TimRunsHisMouth @Nike @Kaepernick7 You like to pick fights with the weak witted huh.
31338                                                                                                                                             @pickleseed @adidas is more comfortable
31339                                                                                                             @CakedaddyINTL @ClayTravis @DanishaDanielle @Nike Check your racism bro
31340                                        Jeffery Preston Bezos’ company @amazon breached the $1 TRILLION market capitalization market! The co’s market cap i… https://t.co/C8uUbeAXr1
31341                                                                                           @Macawoman05 @OptionsHammer1 @common @halleberry @Kaepernick7 @Nike @NFL Thanks for this!
31342                                  RT @LongmirePosse: Giving thanks today to @netflix &amp; the entire crew &amp; cast of #Longmire for 6 incredible seasons. https://t.co/pMRwVGNtNp
31343                                        RT @amazon: Are you a Finisher or an Opener? @gretchenrubin explains the difference--and why it matters for entrepreneurs. More Day One Ins…
31344                                        RT @vachilly64: @Nike 🚫 What has Kaepernick sacrificed? Patriots sacrificed our love of football. Our military sacrifices all so he can be…
31345                                                                                                                                    @Reuters A Terrorist trying to save Terrorists..
31346                                                    You know what goes wonderfully well with @Nike running shoes? @LeviStraussCo jeans! ❤️#ImWithKaep #levis  https://t.co/8DRSIK2BJV
31347                                        @MarkG55025 @JohnLegere @verizon @ATT @TMobile I've been begging for that for 3 years apparently us rural areas are… https://t.co/RK1iJgtHMq
31348                                        @JaglanTarun @JioCare @Airtel_Presence @vodafone @Idea Bro one small suggestion don't go for airtel it's a worst ne… https://t.co/agU3axTCBc
31349                                                                  @DailyCaller @Nike @Kaepernick7 I know it was a calculated decision...I gotta tell you no more Nike for my family.
31350                                                                                     5/5 #Review on @amazon by Dhruv22 : Best-trusted-online-shopping-site - https://t.co/QjLuLAFqMu
31351                                                  Check out NIB - Focus Enhancements TView Pro AV 1024 PC to TV Scan Converter  #FocusEnhancements https://t.co/8J1emPYj0x via @eBay
31352                                        RT @cj_patruno: 7 days of @Nike by @CJPatruno..  for the next 7 days I will wear nothing but Nike sneakers!  Each day posting an image of t…
31353                                        @MamulaRon @RockDiggie @erikBnyc @Lbandrson @Nike @Kaepernick7 I’m gonna sit back and continue to watch my man murd… https://t.co/7lnbpnYrsI
31354                                        RT @Reuters: Democrats protest the withholding of White House documents on Kavanaugh's previous work in the White House as his confirmation…
31355                                                                                             RT @Manifesto_Sport: Wearing @Nike all week for this. #JustDolt https://t.co/quIc1mTXNV
31356                                                                                                                                      @netflix yall doing this witcher thing or nah?
31357                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
31358                                         @LeviThompson93 @Kaepernick7 @Nike If Trump hadn’t reacted like a psycho to the kneeling this wouldn’t have become… https://t.co/ODlE6k4bv6
31359                                                                                                      @Nike I just bought 2 new pairs of sneakers! #justdont https://t.co/Ev94qRsed7
31360                                                       RT @MCU_Tweets: Unlimited trips to Wakanda: BLACK PANTHER is now available for streaming on @netflix! https://t.co/LpSL4gBoFe
31361                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
31362                                                                                                                                                             @KrisParonto @Nike Amen
31363                                                  @its_rivet19 @belden_laura @lisabarber @Danawith3 @AlcoholMemoirs @w_terrence @Nike @nikestore @nikevault… https://t.co/QCsHkLZ20S
31364                                        @kate_hammer @facebook I just don’t understand their corporate model for governance and responsibility. Seems woefu… https://t.co/KsYDklTlha
31365                                        @Trump_World @USArmy @USArmyReserve @us_navyseals @FoxNews @Nike @Kaepernick7 @kanyewest @usairforce ¿Where did Don… https://t.co/IgDuh8dQKg
31366                                        RT @WWECommunity: Thank you @Hyundai #HopeOnWheels for everything you do!  Together we can keep fighting cancer!  #WWEHero #RAW https://t.c…
31367                                                                                         @shawnaarules1 @mrscorie @Kaepernick7 @Nike Here goes Miss Clueless proving my point. 🤦🏻‍♂️
31368                                                                                                                                      @danarrhea @Alex_N7_ @netflix I SAY HAVE AT ME
31369                                                                                                            @Love_Shugie @Nike @NFL Yes ✔️done as well. @Nike https://t.co/lDbYilAVl7
31370                                        RT @asiffshahzad: The @Reuters Islamabad bureau in solidarity with our colleagues in Myanmar who have been jailed for seven years for commi…
31371                                                                                                                                        IM KEEPING ALL MY @Nike GEAR FUCKUTALKINBOUT
31372                                                                                                                                               @RealJamesWoods @Nike Done with Nike!
31373                                         RT @Flusha18: @IslandDiane @johnrich @Nike So kneeling which is done by tons of religions all of a sudden is now a insult to the flag? The…
31374                                        @styeyer @SOimLikeWord @johnrich @Nike Why should he get out? He never said he doesn't like America. He is just poi… https://t.co/xHCcO3H7NA
31375                                                                                RT @rueby_V: So proud of @Nike for standing behind these public figures 👏🏾 https://t.co/NJ2nA2PL0f
31376                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
31377                                                                                             RT @captparrot: @Kaepernick7 @Nike Never again will i own Nikes https://t.co/HuwDHMz9FP
31378                                         RT @LATiffani1: The boy on the left is an 8yr old oppressed slave and forced to work a 9 hr day in a @Nike sweat shop for .20 cents an hr.…
31379                                        @DrAthanasius @brellradio @cynformation @julia_goolia__ @musingsofmegan @charliekirk11 @Nike @Kaepernick7 My questi… https://t.co/QZyjVfB4lQ
31380                                                                        Check out Navy Blue Tub Shower Bathroom Matt Rug Cotton New Free Shipping  https://t.co/YNmFKuRXut via @eBay
31381                                                                                               @sclancy79 @NFL @Nike Lol @ you. You republicans are such snowflakes. Triggered much?
31382                                                                                                                             @45pres2020 @WeSupport45 @NFL @Nike @Kaepernick7 Moron.
31383                                        RT @KristaKontny: This house will no longer be buying any Nike stuff at all. @Nike you got your current campaign Soooo WRONG!!!  Colin sacr…
31384                                                                   Check out Quiksilver Beach shorts size 32 #Quiksilver #SwimBriefs https://t.co/B7Gb8VSM4D via @eBay  #teenfashion
31385                                                                                RT @LOLAGRANOLA8: @Nike - My Nike shoes just went into the trash!  #BoycottNikeJustDoIt #BoycottNike
31386                                                                                 RT @farooqbusari: Was always for @adidas but I will wear @nike going forward. #justdoit #Kaepernick
31387                                                                                  RT @Reuters: Top U.S. general warns against major assault on Syria's Idlib https://t.co/hWvVdkOmOD
31388                                                                @locomoviewatch @JuiceBased @otto_jaime @Kaepernick7 @Nike Nope just respectful and considerate regardless of views.
31389                                        @drscott_atlanta @44magnoda @Nike Good job @Nike you have a spokesman who hates cops and a supporter who hates Isra… https://t.co/V5qQya1jEX
31390                                                                                                                                           @GlenBikes @amazon Probably. I can ask 😂
31391                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31392                                        @jolly_jackson @Reuters and that's '67. in '48 the five arab countries invaded the day Israel declared their indepe… https://t.co/iyl0LShfTp
31393                                                                   RT @Doodisgirl: @GartrellLinda @Nike The market will decide Nike’s fate. They’ll be treated exactly like the NFL.
31394                                       .🇺🇸🤔 @Nike can encourage athletes to take a knee but for every knee upon the ground they’ll lose thousands of dolla… https://t.co/kArrh9WqdK
31395                                                                                                                   Looks like I’m going to be switching to @Nike - Kudos #upstanders
31396                                                Check out Korean War Veteran Chapter 106 Port St Lucie FL OSFA baseball hat cap USA made #Graffiti https://t.co/qJDgeXfJL2 via @eBay
31397                                        @vegetarianbeth @HemiBParks @Kaepernick7 @Nike what does the flag represent? it represents what soldiers died to pr… https://t.co/OrdPTQ63r0
31398                                                                                                               When people be petty just be like @Nike to the NFL. Make a boss move.
31399                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
31400                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/FJpG4FHjqh
31401                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31402                                               RT @Nino_416: .@ShannonSharpe kept it💯on @Nike 30th Anniversary #JustDoIt ad campaign featuring @Kaepernick7 https://t.co/v5B2x2iz69
31403                                        RT @StumpforTrump: Retweet if you will not spend a dime on @Nike so long as they support anti-American Cop haters and flag kneelers! #NikeB…
31404                                                                              RT @Reuters: Twitter CEO to defend company before Congress against bias claims https://t.co/o2l8xjNQSz
31405                                                                                                                             @Nike I need a tee shirt w CK just do it!! #NikeBoycott
31406                                                                               @RadiantMorgan @alteratyeshiva @Nike I’m saying! Kap wasn’t even protesting the flag or the military.
31407                                        @WeSupport45 @pmitton1 @45pres2020 @NFL @Nike @Kaepernick7 Ask a homeless vet if they'll take some free brand new N… https://t.co/K6E0IovMmx
31408                                                    #HPLovecraft meets #EdgarAllanPoe for #psychedelic tea.  An @amazon #Mustread   https://t.co/Z2VCp3QkJW… https://t.co/jzoO1c94Ov
31409                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
31410                                                  @TitusONeilWWE @Nike @MetroMinistries @HCSOSheriff @TampaPD @CityofTampa @ChadChronister @JanelleMcGregor… https://t.co/AlHIe1fnE4
31411                                                                                                         @dailyblastlive @Nike WHITE BOY. BLACK MEN AND WOMEN AND MURDERED EVERYDAY.
31412                                                    Check out Chic Classic Collection Women's Stretch Elastic Waist Pull-On Pant #Unbranded #Baggy https://t.co/RUdX0B81VO via @eBay
31413                                        RT @Devikakrishnak: The @Reuters New York newsroom stands with Wa Lone and Kyaw Soe Oo who were sentenced to seven years in prison in #Myan…
31414                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
31415                                        RT @DigitalStormPC: Power your PC with a mighty @intel Core i7 or i9 processor and receive a free Intel Optane Creativity Bundle. Enhance y…
31416                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
31417                                        RT @Disney: Celebrate the 🎃 King like never before! #TheNightmareBeforeChristmas is now available to watch in two different ways—including…
31418                                        @johnrich @Nike Really? Stop conflating protests designed to call attention to the EPIDEMIC of police involved shoo… https://t.co/0I5LJd9lUx
31419                                        RT @GeorgeShanklin: @JaniceDean @CVCoachDave @Nike @JJWatt @Reebok Reebok has a $5 advertising budget and don’t make political statements w…
31420                                                    RT @Benzema: I’m here to play football. This is how I get ready for the game. #HereToCreate #ZNE @adidas https://t.co/64ualJFttO
31421                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
31422                                                                                                                                 @albaderalhazmi1 @Reuters You must be ISRAELI AGENT
31423                                        @netflix excuse me but why did ya give me a push notification about The Good Place s2 when it wasn’t up and then th… https://t.co/Q0I7FTdQnj
31424                                                                                                                             @DKMacPhee @RyanairFlights @Ryanair Will you catch him?
31425                                        @HMongas @ohsoyoumel @gammytimes2 @grlallfighty @TheDelMarKid @TimRunsHisMouth @Nike @Kaepernick7 Try punching me i… https://t.co/RwynrfgDr5
31426                                                                                Greg in the executive office of @verizon was not listening and did NOT help me at solving my issues.
31427                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
31428                                                                                                                   Do y’all really burning @Nike like you got that kind of money😂😂
31429                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
31430                                                                                                        Quick question: Will @Nike start making pro Fidel Castro shirts? #Kaepernick
31431                                                                                                                       @sclancy79 @NFL @Nike My next pair of shoes will be @NIKE!!!!
31432                                                                                                           @letitiaw23 @Nike Seriously does he think Nike gives a shit about him lol
31433                                                                                                                                      @DanODonnellShow @Nike Both would be good.....
31434                                        RT @Disney: The legend you know has a dark side. Watch the final trailer for Disney's @TheNutcracker and the Four Realms in theaters Novemb…
31435                                               RT @Nino_416: .@ShannonSharpe kept it💯on @Nike 30th Anniversary #JustDoIt ad campaign featuring @Kaepernick7 https://t.co/v5B2x2iz69
31436                                                                                                                                      I think it’s time for some new @Nike  gear. 😋
31437                                         RT @strobist: Guarantee you there is a @Nike creative director somewhere contemplating licensing some of that Nike apparel-burning footage…
31438                                                                           RT @BUTCH1975: @sclancy79 @PaultheApostl92 @NFL @Nike We got ya back @Kaepernick7 https://t.co/6a71fuEp4a
31439                                        @notthisagain77 @sclancy79 @NFL @Nike I wouldn't expect someone who claims to live in the “twilight zone” to unders… https://t.co/s06TaPAZ2p
31440                                         @jmcolli @TheeCmellowdee @kelly_clarkson @Nike Your arguement about wrong/right or legal/illegal is another way to… https://t.co/8HlISaeQIY
31441                                                                                                        @OmarKelly @Nike The people burning them bought them at Marshall’s for 29.99
31442                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
31443                                                 RT @notthisagain77: @VonDutcchh @spaghettitheft @OhFrossty @Yairexsantos @sclancy79 @NFL @Nike I completely agree! They nailed it!!
31444                                                                                         RT @Reuters: Storm Gordon halts some energy production in U.S. Gulf https://t.co/hZxC3aAexx
31445                                                                                                                                      @sclancy79 @NFL @Nike You are an idiot Sean...
31446                                    RT @SolarPrepper: THE RURAL RANGER A SUBURBAN AND URBAN SURVIVAL MANUAL &amp; FIELD GUIDE OF TRAPS ... https://t.co/vv6J0dnuOF via @amazon #pre…
31447                                        RT @StumpforTrump: Retweet if you will not spend a dime on @Nike so long as they support anti-American Cop haters and flag kneelers! #NikeB…
31448                                                                            RT @Reuters: Exxon evacuates Mobile Bay facilities in Gulf ahead of Storm Gordon https://t.co/PyHxrSPGth
31449                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31450                                        @Nike Thank you for having values.  My daughter and I will be shopping for some more new #Nikes this weekend!  Just… https://t.co/BVBAj4TMOn
31451                                        RT @DineshDSouza: I’m seeing a lot of very critical reviews of @Nike products on their website and on other retail sites. Have you posted y…
31452                                                                                                                            Ummm @amazon... no they weren’t? https://t.co/TdRzedy8Oz
31453                                                                                                      @rnefftax @MorselSherzai @FondaJLee @Nike This guys mad at his cancer I think.
31454                                                                                                    @sclancy79 @NFL @Nike Don't the Klan usually burn crosses instead of sneakers...
31455                                        Proud of @Kaepernick7 and proud he was a San Francisco 49er. I'm going to continue to buy @Nike and eat In N Out an… https://t.co/HaIzxBb8Eh
31456                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31457                                                                                                      Wish I had the money to go buy at least a thousand dollars worth of @Nike gear
31458                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
31459                                        @SusanWickman1 @ColMarie21 @KirkJacobsen @RealJamesWoods @Nike They also fell 4.45% on June 29.  I'm just not as de… https://t.co/pDRMyA61vC
31460                                        RT @ConradBianco: @larra723 @Kaepernick7 @Nike For the umpteenth time he is showing respect by kneeling instead of sitting. Which is what h…
31461                                    All @Nike &amp; CNN is doing is showing how ignorant of facts you are. More blacks people are killed by other blacks th… https://t.co/31J7zcc4uI
31462                                                                                      RT @yearsandyears: SCREAM! I’m this season’s cover girl for @ASOS 💜💓 https://t.co/mP9IxAbopH
31463                                                                                                                                @msmithDC @Nike Please check you email good brother!
31464                                                                                                                                              RT @AnthonyMiller_3: Salute @Nike 💪🏾
31465                                               RT @Nino_416: .@ShannonSharpe kept it💯on @Nike 30th Anniversary #JustDoIt ad campaign featuring @Kaepernick7 https://t.co/v5B2x2iz69
31466                                                                                                       Those in the @Nike marketing department been making some correct moves lately
31467                                                    @jamieleecurtis @Nike @Kaepernick7 Hey @jamieleecurtis you need to look up the definition of #sacrifice… https://t.co/sNHZpHRpQt
31468                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
31469                                                                                                             @Cisco @ChuckRobbins what a way to boost your social media followers :D
31470                                        @Deli_Fresh @Nike Definitely so but Colin Kaepernick placed his personal beliefs over his sport.same thing happened… https://t.co/acayJam8Fg
31471                                                                                    @MichelleGomezz @netflix @hulu @HBO Sharp objects?👀 hmm alright I’ll get on this🙌🏼 thank you!
31472                                                                                                                                              RT @AnthonyMiller_3: Salute @Nike 💪🏾
31473                                                                                                             @vegasheat1 @MattWolking @Heritage @Nike @Kaepernick7 Al Bundy wannabe!
31474                                                                                                                                                @Judging_People @Nike Yeah right bud
31475                                                                       RT @mfoulk50: Shrink: An Abby Chilton Novel (Abby Chilton Novels Book 1)  https://t.co/b4Z21lQChC via @amazon
31476                                        @TheHumaneLeague @UberEats @McDonalds I can't believe @Uber would put themselves in such a bad business partnership… https://t.co/7mMCCTBFtq
31477                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31478                                        @gambino3001 @usatodayopinion @USATODAY @Nike I said I had no issue with kneeling. Kneeling in every culture is a s… https://t.co/lzz5BmdU6E
31479                                         Feelin’ like a @Nike kinda day... I’ve always been proud to #StandWithKaep not just in his right to protest but in… https://t.co/PUKZuvl3df
31480                                                    @IslandDiane @johnrich @Nike Honey. HONEY. Kneeling for an anthem does not DESECRATE a fucking flag my God how are you this dumb
31481                                    RT @press4change: .@wgbh Today I told Jim &amp; Margery abt my decade of fighting @Nike sweatshops. Also gave my opinion on best strategy for #…
31482                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
31483                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31484                                        @HamillHimself Oi! We've already got Henry Cavill as Geralt of Rivia so would you be so kind and remind @netflix th… https://t.co/P51uKaeeCB
31485                                                                                                            I’ve never been more excited for a @netflix show in my life! #TheWitcher
31486                                                                                                         @BeaglesResist @Nike I'm hitting the outlet store hard on my next free day.
31487                                                                                                         @BeaglesResist @Nike I'm hitting the outlet store hard on my next free day.
31488                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31489                                                                                               @YVee1223 @johnrich @Nike i'm glad i can broaden your experience a bit. smug asshole.
31490                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
31491                                        #TuesdayThoughts back to school again! #School #Teachers #read #Play #Family #Fun #GeronimoStilton @amazon #animated https://t.co/nR2H6ETNoW
31492                                                                                  RT @Reuters: Former Republican Senator Kyl tapped for McCain's Senate seat https://t.co/74hXAe8kFS
31493                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
31494                                                            @ItBegins2012 @DailyCaller @Nike @Kaepernick7 Lol the brand that has multiple artists and athletes who hate trump. Nice.
31495                                         RT @TheRickyDavila: I love the fact that @Nike is basically honoring Colin Kaepernick by tapping him for their 30th “Just Do It” campaign.…
31496                                            Check out CROFT &amp; BARROW PLUS 3X 26/28 MULTI PRINT SOFT COTTON KNIT CLASSIC TEE TOP SHIRT #KnitTop https://t.co/wHcngSmhqK via @eBay
31497                                                      @Nike You should donate a bunch of sneakers to #Veterans #homelessVets and #HomelessShelters I will pay a couple dollars more.
31498                                        RT @SteeloBrim: Thank You @Nike for not being afraid to say what is RIGHT. No one is speaking against the flag or the military. We are only…
31499                                        Maybe the terribly oppressed  @Kaepernick7 will donate his millions from @Nike to people that actually are oppresse… https://t.co/IMAbqrQztr
31500                                                          @dantoujours @4thetruthalways @tireguy33 @SinisterEZ @johnrich @Nike What right do I have that Odell Beckham Jr. not have?
31501                                        Just so we are clear: Factory workers @Nike are working 70-80 hrs a week for 20 cents an hour so NIKE can profit en… https://t.co/mGGjQqM6D8
31502                                RT @notthisagain77: @sclancy79 @NFL @Nike 3/ what YOU deemed important to the country &amp; what ACTUALLY is important to the country &amp; regrett…
31503                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
31504                                                                                                                                              RT @AnthonyMiller_3: Salute @Nike 💪🏾
31505                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
31506                                                            @RyanAFournier This is one of many reasons to boycott @Nike like child labor 250 dollar sneakers and not made in America
31507                                                                                         @notthisagain77 @sclancy79 @NFL @Nike Tell that to the families of those assassinated cops.
31508                                                                                                                                              Sacrifice? How much did @Nike pay you?
31509                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31510                                         @bethmyers201 @Kaepernick7 @Nike My uncle died so you can have your views and I can have mine and colin could have… https://t.co/NfM1Flxi7C
31511                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/iMqmlHvuXM
31512                                        RT @netflix: Reversing Roe: A new documentary about the state of abortion and women’s rights in America. September 13. https://t.co/AX75YJU…
31513                                        RT @SOimLikeWord: @johnrich @Nike I’m a Navy veteran that is the child of two marines and we all are #VeteransForKaepernick https://t.co/0F…
31514                                        This is how @WellsFargo loses customers. The only ATM in Lower Manhattan has two terminals. One is out of service a… https://t.co/9HVQKiqZwA
31515                                                                                     RT @FoxNews: .@bigandrich member slams @Nike over Colin @Kaepernick7 ad https://t.co/7BQY3xkWGG
31516                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
31517                                                                             Check out Pink Green! c 1930s Dogwood VINTAGE Quilt Applique Cottage  https://t.co/lNVHWaXQg5 via @eBay
31518                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31519                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31520                                        RT @roushfenway: Check out the all new @JohnDeere Gator™ XUV paint scheme that Ricky will be rocking in Indianapolis! What do you think abo…
31521                                                                                                                                             Thank you @Nike https://t.co/Gh7sDhr3Rl
31522                                                                                   @jusllordadi @RealCandaceO @adidas @adidasUS @adidasUK I’m sure that’s not bias at all hahahahaha
31523                                                                                                                        @Tiwaworks @larra723 @Kaepernick7 @Nike Looks alright to me.
31524                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31525                                                                                                                      Check out my listing @eBay - https://t.co/Pz9DZVUHtP via @eBay
31526                                                                      RT @PLawJr: @Nike new face of the brand. Let's see how this works-out for ya !!  #Nike https://t.co/E0q2FNn0jz
31527                                                                                                                       @johnrich @Nike Lol yal all really low key racists that’s all
31528                                                                                                                                  Dear Nike I Love You 😘 @Nike #JustDoIt  #YouDidIt
31529                                                                                                             @johnrich @Nike Nice to see you can protest but he can't #checkyourself
31530                                        @zburrA2D @JohnBrennan @Nike Liberals defend that all the time it's ok for them to disrespect all law enforcement f… https://t.co/WOb34S5Zd2
31531                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
31532                                  RT @Adobe: Filmmakers ages 18-24: tell us what stories ignite you 💥🎥. Submit to the @sundanceorg &amp; @Project1324 #SundanceIgnite challenge f…
31533                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
31534                                                                                                                @TyNordic @CPK_12 @BreitbartNews @Nike It is https://t.co/hPd3ar1TVX
31535                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
31536                                                                                   @PressHerald @amazon @Apple You guys with a sly Silicon Valley reference. https://t.co/XYu06FwV2n
31537                                                        RT @bella_inxs: A Real Hero. Pay attention @Nike                                      🇺🇸❤️🇺🇸❤️🇺🇸❤️🇺🇸❤️🇺🇸 https://t.co/ayoB819BMj
31538                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
31539                                        @HerStoryTales @Tabnotic @Kaepernick7 @Nike An athlete for what team?  Dudes barely good enough to make second stri… https://t.co/akWYbPMcLy
31540                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
31541                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
31542                                                                                 @RVflyingguitar @RyanAFournier @Nike @Kaepernick7 @rvflyingguitar we all know you really didn’t. 😉
31543                                        RT @williamsmjw: The @Reuters New York newsroom stands behind our jailed colleagues Wa Lone and Kyaw Soe Oo. #FreeWaLoneKyawSoeOo Please re…
31544                                        @XweAponX @ledwithd @SinisterEZ @johnrich @Nike I do live in a suburb.  I made $25k a year 14 years ago.  I work my… https://t.co/IgdD4tdxNO
31545                                        RT @williamsmjw: The @Reuters New York newsroom stands behind our jailed colleagues Wa Lone and Kyaw Soe Oo. #FreeWaLoneKyawSoeOo Please re…
31546                                                                         RT @Reuters: U.N. Security Council to discuss Syria's Idlib on Friday: U.S.'s Haley https://t.co/ZvHjCUF4h0
31547                                        RT @MagaGoldHat: Hey @Nike I saw you are using a communist cop hater @Kaepernick7 as your new advertising spokesman. I back the blue over N…
31548                                                                                           @CO_Rockhound @dailyblastlive @Nike My family is all Military too. We support #Kaepernick
31549                                                                                                         @boring_as_heck @evanbovard @Nike Anything in an 11.5? I can be there today
31550                                                                                                                                                    Great time to get @Nike stock!!!
31551                                                                                    RT @Reuters: New book by Woodward says Trump wanted Syrian leader killed https://t.co/YeQ34V8W5R
31552                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31553                                                                                                                     @Google when are you officially celebrating your 20th birthday?
31554                                       @bethanyscothorn @dpsmith22 @sbouchard67 @johnrich @Nike Beat me to it! 😄 Why can't they ever spell? Wait. Nevermin… https://t.co/c7UprzK03p
31555                                                                                                                                             @Reuters Facebook is SOOOO last decade.
31556                                                                              @Nike @nikestore just threw away all my Nike yoga gear. Will no longer buy anything made by you again.
31557                                         @notthisagain77 @spaghettitheft @VonDutcchh @OhFrossty @Yairexsantos @sclancy79 @NFL @Nike For you to say the flag… https://t.co/EZFsRaOoaF
31558                                           @DomiFYDE @netflix The participants of the show were deceived and misrepresented by producers. They explain here: https://t.co/HIl6EPs0Zc
31559                                                                               RT @Reuters: Chaos grips Senate hearing on Trump Supreme Court pick Kavanaugh https://t.co/HH6dbXdYxs
31560                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31561                                                                                 RT @Sigs4Soldiers: Hey @Nike your new ad has been corrected. You’re welcome https://t.co/TR1YhFePYe
31562                                                                                                                                     The culture will forever love @Nike 🙌🏾😂 💪🏾
31563                                        RT @JohnOberg: @McDonaldsCorp @McDonalds How about serving McDonalds something with a bit more dignity? It’s time you stop abusing animals.…
31564                                                                                                                  RT @Johnny_Joey: No sweat @Nike I got you. https://t.co/jlpefb2lMn
31565                                               RT @Nino_416: .@ShannonSharpe kept it💯on @Nike 30th Anniversary #JustDoIt ad campaign featuring @Kaepernick7 https://t.co/v5B2x2iz69
31566                                                                                                                       The folks over at @Nike must be like: https://t.co/KyZHKh9BcR
31567                                        RT @Disney: Celebrate the 🎃 King like never before! #TheNightmareBeforeChristmas is now available to watch in two different ways—including…
31568                                                                                                                                                  @sclancy79 @NFL @Nike Since never?
31569                                                            @generalelectric Thank you Edison Electric ! Your Kouwenhoven defibrillator saved my life at the end of 1959 as I was 2.
31570                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
31571                                                                                                                                                     @MiaFarrow @Nike you go ✊🏼 🇺🇸
31572                                                                                                                                     @twenty22too @Nike Forgiveness is divine 👀👀👀
31573                                                 RT @MelloMusicGroup: The only @Nike sales that will be hurt by this @Kaepernick7 campaign are the Monarchs. https://t.co/UjYAAaqFpT
31574                                                                                                                   RT @KeithLogic: Thank you @Nike for being the best brand on Earth
31575                                                                                                                          @Kaepernick7 @Nike Believe hard you lost my money bye NIKE
31576                                                                                           @sclancy79 @NFL @Nike Your the idiot here 😂 you bought the shoe so your helping out nike
31577                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31578                                                                                                                   @sclancy79 @NFL @Nike When you chose over and over NOT TO LISTEN.
31579                                                                                I’m a huge @Nike fan &amp; I’m trying to order  stuff that I don’t even use. Power to the people✊🏼
31580                                            @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell @timkaine… https://t.co/WeK4FqZVVk
31581                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31582                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
31583                                         @Kaepernick7 @Nike Thank you for your courage! It’s great what you do with this campaign! I love NIKE products and… https://t.co/5YcjdXmX0O
31584                                         RT @BMoon_bee: @Reuters It’s the only sane thing Trump would have done right . Unfortunately Mattis stopped him ...Mattis decision already…
31585                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
31586                                                                                      RT @pdacosta: I miss the days when people boycotted @Nike because they were using child labor.
31587                                        @NFL reallllly did Kap dirty. In front of all of our eyes and we did nothing. Kudos to @Nike for standing up and ‘j… https://t.co/7CqmOIQxwl
31588                                                    RT @Benzema: I’m here to play football. This is how I get ready for the game. #HereToCreate #ZNE @adidas https://t.co/64ualJFttO
31589                                                                                    @Reuters Who armed the ISIS? She can start to answer that question. @nikkihaley @realDonaldTrump
31590                                                                                                                              @sclancy79 @NFL @Nike go enlist free loader of freedom
31591                                                                                                            @TwitterMoments @49ers Looks as though @Nike has really lowered its bar.
31592                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31593                                        RT @IdeaGov: So let me get this straight. First they have to buy the sneakers to then protest? Genius @Nike in more ways than one. https://…
31594                                                                   I’d honestly probably still buy @Nike if they sponsored hitler. Their shoes are dope and everything else is sick.
31595                                        RT @kevinfolta: Advice for @Nike Protesters:  1. Burning a product you already bought doesn't affect the company.   2.  If you do decide to…
31596                                         @mikealfinito @sclancy79 @GlenyaAnthony @NFL @Nike I do. I also assume you are uninterested in other countries and… https://t.co/ImGmExK3QY
31597                                            Disgraceful @CBS that you would say this out loud‼️Kavanaugh has no idea who that man is‼️‼️could have been one of… https://t.co/plJFwdOjbt
31598                                                                                                    @Arrmmyyyyyyyy @Google @Wikipedia True legends. Saving lifes left and right 👏🏻
31599                                                                                                 RT @49ersSportsTalk: This is EPIC 🔥🔥🔥 @Nike @Kaepernick7 https://t.co/QlVCKlmFna
31600                                                    RT @Benzema: I’m here to play football. This is how I get ready for the game. #HereToCreate #ZNE @adidas https://t.co/64ualJFttO
31601                                        @rapidcleanings1 @johnrich @Nike Well that would involve caring about other ppl’s well-being and clearly they don’t… https://t.co/ybfuPWPHMg
31602                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31603                                        @JavierJChapa @Chops429 @P_Hoop @TheNFLBeLike @FauxNFLnetwork @Nike Apparently you do know why to tell me... with y… https://t.co/rJK5kVUoiI
31604                                        RT @Reuters: Democrats upend Kavanaugh Supreme Court hearings with calls to adjourn https://t.co/RRmIas0mBe via @ReutersTV https://t.co/6I8…
31605                                        RT @DanielNewman: @johnrich @Nike Funny @johnrich you support Trump hurting veterans and taking away their benefits but you guys are mad at…
31606                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31607                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31608                                        RT @Reuters: Japan issued evacuation warnings for more than a million people and canceled hundreds of flights as Typhoon Jebi sliced across…
31609                                        RT @IannarelliJohn: @Nike Just sold $12k of my Nike stock. Mark Parker you and your marketing team are complete idiots. How do you think th…
31610                                    RT @GoogleDesign: Explore how @Google is using design &amp; research to bring the benefits of AI to everyone → on the new https://t.co/csd5x3AV…
31611                                                                                                 @debkmorrison @DouglasQDavis @Nike @UOsojc @WiedenKennedy Someone said: Just do it.
31612                                                                                                                      @Lil_Popsicle @Only1Jarvis @Nike @Kaepernick7 Lol okay coward.
31613                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
31614                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
31615                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
31616                                                                                     @Nike why did you go with him? He was done nothing for anyone besides sitting on the side lines
31617                                                                  RT @aleombruni: Really @Nike ???????Here’s the real sacrifice!!! #Tillman 👇🏻#boycottNike https://t.co/gkxVHLHGFW
31618                                                   RT @CMontyBurnsIII: @WeSupport45 @45pres2020 @NFL @Nike @Kaepernick7 You know what else is made in China? https://t.co/WEhUNlu41b
31619                                           RT @PrimitivePrairi: Halloween Grungy Witch Candy Corn Fabric Shelf Sitter Decoration Primitive Pr... https://t.co/qjkus1OKPy via @amazon
31620                                        It strikes me that the #JustBurnIt trend is ridiculous. You’ve already given that money to @Nike and now you’re bur… https://t.co/bU9prNDyeD
31621                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31622                                         RT @momofTTTalmeida: @RealityRobbed @Nike Thank you I just get tired of these ppl saying that they’re disrespecting veterans by supporting…
31623                                                                  Check out HALLOWEEN Spiderweb Pendant Large Rose Gold over Steel with 30 inch chain  https://t.co/zg3fJSvEaG @eBay
31624                                                                            RT @_AnnieWilson: @Kaepernick7 What does sacrificing everything look like @Nike? https://t.co/60AKa0ilzu
31625                                              RT @KellyLFay: @johnrich @Nike Proud to say I've unknowingly been boycotting your music for...actually literally forever. Who are you?
31626                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31627                                        RT @GeorgeShanklin: @JaniceDean @CVCoachDave @Nike @JJWatt @Reebok Reebok has a $5 advertising budget and don’t make political statements w…
31628                                            Check out Barbie Doll Hello Kitty Little Twin Stars Top &amp; Skirt Fashion Pack W/Accessories #Mattel https://t.co/ZR9mfXDBWr via @eBay
31629                                                                                                   Everyone on my Christmas list is getting the @bobwoodward_  book and @Nike stuff.
31630                                                                               @Nike nope. I can’t endorse a cop hating race bating company that thinks a pos QB should be glorified
31631                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31632                                        RT @allisankelly: @sclancy79 @NFL @Nike It wasn’t the child labor allegations or the sweatshops or tax evasion through offshore accounts. I…
31633                                        RT @Reuters: Japan issued evacuation warnings for more than a million people and canceled hundreds of flights as Typhoon Jebi sliced across…
31634                                         @snowwhiteaz @LadyCuteC @EL808HK @dianasaurusrex @LeviThompson93 @Kaepernick7 @Nike @NFL Drug abuse been happening… https://t.co/aXkS69a7Xj
31635                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31636                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
31637                                                                                                                  RT @Johnny_Joey: No sweat @Nike I got you. https://t.co/jlpefb2lMn
31638                                                                                                                @HornerMichelle @Nike LOL. Glad to see you don't stand for anything.
31639                                                                            @SarahPalinUSA This is me everytime someone burns a @Nike product. #JustDontDoit https://t.co/uabzMKEiEb
31640                                        RT @StumpforTrump: Retweet if you will not spend a dime on @Nike so long as they support anti-American Cop haters and flag kneelers! #NikeB…
31641                                        RT @StumpforTrump: Retweet if you will not spend a dime on @Nike so long as they support anti-American Cop haters and flag kneelers! #NikeB…
31642                                                                                  @Jasmine07981464 @VersailleSeries @netflix @ovationtv @SaveVersailles @VersaillesFam Thank you! :D
31643                                                                                                                      @briii_xox7 @FranklinMan25 @Kaepernick7 @Nike Like 10 bucks 😂
31644                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
31645                                           @danielledsouzag @DineshDSouza @Nike @Kaepernick7 Disgraceful! We will never by Nike in my house again. That is stupidity not diversity!!
31646                                               @danielledsouzag @DineshDSouza @Nike @Kaepernick7 Absolutely ludicrous. I’ve purchased my last pair of Nikes… https://t.co/usKVQkBigi
31647                                        @eBay Who gives a shit about Beyonce. She embarrassed us at the Super Bowl dress up like a fucking Nazi. What a dum… https://t.co/JKt6JpUSba
31648                                                                                                                    @WalshFreedom @Nike I love Nikes. I love Colin. I love equality.
31649                                                                                                                                              Black Panther on @netflix its over now
31650                                                                                                                      Check out my listing @eBay - https://t.co/3EZuAEOoAO via @eBay
31651                                        @notreallyjcm @johnrich @Nike And please before you spout off about the Police..Do a ride along and see what kind o… https://t.co/xyVrRexzmR
31652                                                                                                 @Reuters So did Adidas and several other sports apparel companies. Context matters!
31653                                                                       RT @Reuters: Kremlin dismisses Trump warning on Syria's Idlib https://t.co/DS80yTzRtb https://t.co/kgqb76W0ur
31654                                                             Check out Occupied Japan Floral Vanity Dish Fine Painted China Porcelain Enamel Leaf Dish https://t.co/YCUmrM8FjW @eBay
31655                                                           @sclancy79 @NFL @Nike Lol 😂 it’s not about the flag. That has been stated from the beginning. So what’s your real issue?
31656                                                                          BREAKING: @Nike loses $3.75 billion in market value after naming Colin Kaepernick the new face of company.
31657                                                                  Check out 2008 Upper Deck Hideki Matsui #93 Yankees https://t.co/YXzxnyGppf @eBay #collect #thehobby #Yankees #MLB
31658                                                       @VaughnHarper @amer_dreamers @johnrich @TomiLahren @Nike @Kaepernick7 @Reebok @greggutfeld @kilmeade… https://t.co/Qxdm0rq9tu
31659                                          RT @ipsdocholiday: Check out Occupied Japan Floral Vanity Dish Fine Painted China Porcelain Enamel Leaf Dish https://t.co/As3HVqmyfy @eBay
31660                                                                                                                                  @bella_inxs @Nike Amen to that Bella🙏💯👍👍🇺🇸🇺🇸🇺🇸
31661                                                                                                                                       @johnrich @Nike Who in the hell is John Rich?
31662                                        RT @TerribleShowell: @johnrich @Nike Your soundman did this? He protested on work time? I mean I respect his right for his political opinio…
31663                                                                                                                @garnishmelovely @KrisParonto @Nike Your husband sounds dumb as hell
31664                                        @eye_wuv_errbody @Drew1Lawson @lgtscameraaxn @fran015217 @Nike @Kaepernick7 It's nothing to do with Kaepernick or t… https://t.co/reVKK56T7M
31665                                        RT @msmoon61: @johnrich @Nike One thing people should remember - our military fought wars so people can practice their 1st amendment rights…
31666                                                                                                                RT @davidflatman: Brilliant. Well done @Nike https://t.co/o8fCQjA27F
31667                                                                                                                                                 @MCU_Tweets @netflix Not The UK!!!!
31668                                                                                        @Btanner454 @kilmeade @Kacy10000 @Nike @foxandfriends Says the fat red neck cave devil. Lol.
31669                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31670                                                                             RT @johnrich: @msmoon61 @Nike @Kaepernick7 So you support his #PIGSOCKS Good to know...Pls unfollow me.
31671                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
31672                                                                                                                                                    @summit1g @comcast Fuck @comcast
31673                                        @CFLfaninWPG @JMessam @Nike @Kaepernick7 @CFLfaninWPG you really should keep your mouth shut because you sound like… https://t.co/SnhDdQf6ep
31674                                                                                              Check out my Presonus Central Station Plus listing - https://t.co/gBptAgtZ5p via @eBay
31675                                        RT @DineshDSouza: I’m seeing a lot of very critical reviews of @Nike products on their website and on other retail sites. Have you posted y…
31676                                                                                                                                    @Samboracer @Kaepernick7 @Nike Who cares? Nobody
31677                                                German conservative seeks to front center-right in EU elections: source https://t.co/0EkjkeZJs4 via @Reuters https://t.co/YuDlxv8yh6
31678                                                                                                                                 Fuck yeah @Nike love this! #fucktrump #KneelwithKap
31679                                                                             @IBM The problem is it’s all an inside job. The people protecting them are the ones doing the poaching.
31680                                                                                                   @johnrich @_AnnaaaJ @gbounit @SOimLikeWord @Nike Those pig socks were fire 🔥🔥🔥
31681                                         @Nino_416 @ShannonSharpe @Nike @Kaepernick7 Idk unc. You may be given Nike a little more credit than they deserve.… https://t.co/urwuqKkvad
31682                                                                          @johnrich @Nike what a fucking idiot....its not a boycott. he already paid for it. bunch of dumbass idiots
31683                                                               I am very angry at @Nike.  I will never ever buy another one of their products.  I have thrown away my Nike sneakers.
31684                                                                                         @johnrich @Nike He's a sorry excuse for a marine must have been a marine rejected no honor.
31685                                        RT @SpencerColeman: Gotta feel for @Nike after you’ve already given them your money you go and burn them. Must be devastated. https://t.co/…
31686                                         RT @RIP_JEP: To all of the jerks destroying there @Nike wearables- you’re missing a wonderful opportunity here. You could easily take your…
31687                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
31688                                        @CardinalComms @MatthewBetley @Nike @KurtSchlichter Seems people are only talking about a protester and not his mes… https://t.co/fKkhIPviIj
31689                                        @Kaepernick7 @Nike I stood for Nike! Now u hate You! You suck to pick someone who brought politics into the only es… https://t.co/8xH753bKKl
31690                                         @LissaPurnell @Nike Well done Lissa! Don’t let the lame insults get to u. Just jerks who got nothing better to do.… https://t.co/LHJVAMQuX8
31691                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
31692                                        RT @LaBeck81: @F3Moist @johnrich @Nike Nike has your money already and now you are ruining clothes that underprivileged kids could be using…
31693                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
31694                                        @DirtyDWalker @DanAmrich @johnrich @Nike Has 0 to do with it. President still has free speech. No government action… https://t.co/b1aDJ9p1Lr
31695                                        @jmcolli @Leaho99 @kelly_clarkson @Nike Like the freedom to protest the unjustified murders that continue to occur to innocent men of color.
31696                                         @JesseMilam @Robertamnesia @johnrich @Nike @spacekitten7 @onerahinz @realDonaldTrump @IvankaTrump Do you buy every… https://t.co/FTrZDkYyw3
31697                                        @nrarmour @Kaepernick7 @Nike @NFL Teams don't want him because a) He's an unneeded distraction in the locker room b… https://t.co/LyEgBRvEdp
31698                                                                                                                     Like a 10 925813 Records DK https://t.co/KiyM6TWNxm via @amazon
31699                                        @ericbolling @Nike I will not boycott then. I will never buy from said company. I will go and spend my money on other companies like. There!
31700                                                                                     @campdukes @johnrich @Nike Our military has been compromised. Col. Hassan was army too. #FtHood
31701                                        RT @_ericcurtin: @alteratyeshiva @Nike this is epic brother. epic shoe burning. this is the one that will finally bring nike down 😈 thanks…
31702                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31703                                    @ClayTravis @realDonaldTrump #FUCK @Nike &amp; @Kaepernick7 #Nike #Kapernick  #Stand4TheAnthem  #Stand4TheFlag  SAVE Th… https://t.co/39uA6EhrXb
31704                                                     Check out Sony WM-F2081 Walkman Cassette Player Auto Reverse FM/AM Digital Tuning Radio #Sony https://t.co/YA9OYeEdmL via @eBay
31705                                        Kudos to @Nike for your new ads. @Kaepernick7  Boo to everyone burning shoes and cutting socks (although you do hav… https://t.co/oeWD3Ekh8Q
31706                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31707                                                                                                           RT @NRAHillbilly: @SoCalGuy61 @TXRedPilled @Nike @realDonaldTrump Amen 🙏
31708                                        RT @FIGHTINGVETERAN: @sclancy79 @EJ_Atwood @NFL @Nike COME ON BABY LIGHT MY FIRE --- #BoycottNike #BoycottNFL BOYCOTT @nflcommish Boycott @…
31709                                                @sclancy79 @Stanko877129 @NFL @Nike 😂😂😂 you boycott by not buying anything from them. Not burning shit you already paid for. #duh
31710                                                                                                                          RT @davidsuda12: Here you go @Nike https://t.co/xqiNkJkEjp
31711                                                                             RT @Reuters: Essence Magazine's Julee Wilson forecasts fashions for spring 2019 https://t.co/gNcWX6iefx
31712                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
31713                                        Add me to the more-than-half of the country that will never buy #Nike @Nike shoes again.  Who needs 'em anyway?  Th… https://t.co/y7umFrJQxQ
31714                                                                                                                                                    @johnrich @Nike Right on John!!!
31715                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
31716                                                                                                               RT @UncleTimi: The @Nike campaign we deserve. https://t.co/7H0V1cjvc5
31717                                                          Check out UNIQUE R.L.L RALPH LAUREN  GOLD PL +60 REAL STONES MODERNIST QUALITY BRACELET  https://t.co/U0N336dtAC via @eBay
31718                                         RT @MzPatchouli: Another face (athlete) of the @Nike campaign that made ignorant myopic #USA bigots lose their marbles... #IbtihajMuhammad…
31719                                        RT @DineshDSouza: I’m seeing a lot of very critical reviews of @Nike products on their website and on other retail sites. Have you posted y…
31720                                                                                               RT @HumanitarianGal: @Pandaphant1 @sclancy79 @NFL @Nike Boom! https://t.co/kGfZKEyjKO
31721                                                    RT @Benzema: I’m here to play football. This is how I get ready for the game. #HereToCreate #ZNE @adidas https://t.co/64ualJFttO
31722                                        RT @williamlegate: @sclancy79 @NFL @Nike They aren’t protesting the flag OR the anthem. People like you probably think Rosa Parks was prote…
31723                                                                      RT @RitaPanahi: Trump when he heard @Nike was making @Kaepernick7 headline news again. https://t.co/DUdCXYk4di
31724                                        RT @ColbyCovMMA: I grew up in Oregon and was around @Nike my whole life. It's funny watching a company that uses child slave labor overseas…
31725                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
31726                                                                                                                                  @boring_as_heck @Nike that'll teach those libs! 😂
31727                                        @BrickKannon @sclancy79 @itsVIPMickey @NFL @Nike I'm not coming at you to disrespect you I'm trying to voice my opi… https://t.co/TwLo2u4x6u
31728                                         I've been on the @adidas train for a while and off of that shitty @Nike brand.  They just pissed off millions more… https://t.co/9UnciCDffc
31729                                    RT @HolaPedroxx: And all my homies &amp; women who aren’t entertainers show support for @Nike also. We don’t have to buy thousands worth of shi…
31730                                                    RT @Benzema: I’m here to play football. This is how I get ready for the game. #HereToCreate #ZNE @adidas https://t.co/64ualJFttO
31731                                        RT @GingerGibson: The Washington bureau stands in solidarity with @Reuters colleagues Wa Lone and Kyaw Soe Oo who are being wrongly punishe…
31732                                                 @ColbyCovMMA @Nike @Kaepernick7 So you were fine with the child slave labor up until they had Kaepernick on board? Okily dokily. 😂
31733                                                       @patreardon68 @JeffM39655348 @johnrich @TomiLahren @Nike @Kaepernick7 @Reebok @greggutfeld @kilmeade… https://t.co/Yxxr0C52nd
31734                                        @Eckley_Michael @Kaepernick7 @Nike them making the ultimate sacrifice. His sacrifice will be that he will never pla… https://t.co/tbSiEFIbpb
31735                                        @Walmart saw you giving out money on the @TheEllenShow. That was pretty awesome! Might be a huge leap but help a bo… https://t.co/nHE6EuSr7q
31736                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
31737                                                                                                                @Efinnjer @Nike He wears socks and arm bands depicting cops as pigs.
31738                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/r30ExNJmQf
31739                                                                                            RT @JeffMarshallNL: Honestly... I'm probably more likely to buy @Nike now.  Anyone else?
31740                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31741                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
31742                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
31743                                                      @TomFitton @Nike Just do it!  Just stop buying #Nike . Don’t let your kids be dragged into anti Americanism. #justdolt #NoNike
31744                                        RT @Rc_theDon: @Nismiiii @TheJoeDupree @P0STA @SeanParnellUSA @JaniceDean @Nike @JJWatt They hurt because it was a black man that called ou…
31745                                                                                                                 @ryanfisher122 @LorinMeeks @BreitbartNews @SenFeinstein @Nike BREAK
31746                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
31747                                                                                                                                         @JoeTalkShow @Tomas3percenter @Nike NO MORE
31748                                        RT @SakkarineLives: These factory workers (which are 80% female) are making @Nike for 20 cents an hour and working 70 to 80 hours a week so…
31749                                               @AllisonFox4News @FOX4 @Nike @Kaepernick7 Cops kno the danger of the job b4 they take it!!! We as black people don't have tht choice.
31750                                        @RMcLadd @Nike I think it's vital to show the American people the support to our local law enforcement and military… https://t.co/XbizlxjGC1
31751                                        RT @Asies_35: We want #XenaRevival  We need Xena back #XenitesUnite #XWP @nbc @NBCUniversal @robtapert @NetflixLifee @netflix @SYFY @BuzzFe…
31752                                         @Tesco my friend just had their shopping delivered and this is what came instead of the Gordon pink gin but wasn't… https://t.co/TBUSQLCOds
31753                                        @zestyzak24 @Nike You guys quick to boycott @Nike for backing a man for something that he believes in  but y’all wo… https://t.co/YWj7Eb6ejs
31754                                                                                                                                        @Reuters @ReutersTV Democrats looked foolish
31755                                        RT @SoCalGuy61: @NRAHillbilly @TXRedPilled @Nike The Liberal Left have become Bigots and Haters of God!! This is why we have @realDonaldTru…
31756                                                                                                                                                             @Nike much respect 💪🏽
31757                                                                                                             RT @WigginsJLisa: I’m enjoying watching @Nike stock drop!  #BoycottNike
31758                                                                                                                                            @Starbucks @sealpaws whats coconut sauce
31759                                                                                                                              Looks like stockholders are taking a knee too... @Nike
31760                                                                                      RT @Bosslogic: Coming soon! #TheWitcher @netflix #witcher #henrycavill https://t.co/MY3RZE9eQG
31761                                        RT @lcretain40: SHOT FIVE TIMES FROM BEHIND 💪🏿! Still wearing my Nike’s❤️ @Kaepernick7 @Nike @MomsDemand @Everytown https://t.co/39GMkuXrrx
31762                                                                                                                                 @joshdecker97 @johnrich @Nike Where is it systemic?
31763                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
31764                                                                        RT @roushfenway: Retweet if you love this @JohnDeere throwback Ford as much as we do https://t.co/TdPKyNMp5s
31765                                                                 Check out Vintage Andrea by Sadek Koala Statue Figurine 1984 #6999 #AndreabySadek https://t.co/Io3fSQeJsm via @eBay
31766                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31767                                                                                                      @SebGorka @Nike @NancyPelosi @BernieSanders @HillaryClinton D-all of the above
31768                                                                                                         @Stellasbaby1 @sandrafaulkenb1 @sclancy79 @NFL @Nike @Kaepernick7 Facts lol
31769                                                                                                                                       @johnrich @Nike Nike: https://t.co/2iHTp63zTm
31770                                                                                 RT @Sigs4Soldiers: Hey @Nike your new ad has been corrected. You’re welcome https://t.co/TR1YhFePYe
31771                                                                     @mjfrombuffalo @amazon Ah but you may need a new one in one month. And 6 months. And for the rest of your life!
31772                                        We are incredibly honoured to have @salesforce as our lead sponsor for the US program – this is what @EmmaChalwin h… https://t.co/Uc9oxfLLg3
31773                                                                                                                      @williamlegate @sclancy79 @NFL @Nike Ha got em👍🏿👍🏿👍🏿👍🏿
31774                                                                                                                     @Progressive_Pol Sending my kiddo to school on @Nike this year.
31775                                        RT @Oh_Lovelacee: @trash24713 @davidsloan1977 @peggyluvsfred2 @WeSupport45 @pmitton1 @45pres2020 @NFL @Nike @Kaepernick7 Trump gives them s…
31776                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31777                                         RT @MommaBrookie: @TPVTrevor That reminds me my kid needs new cleats off to @DICKS to buy some @Nike soccer cleats maybe I’ll stop and get…
31778                                        That's right @Nike. Get ready for people to pay for your products and then destroy something they already own. That… https://t.co/WHHXnhjly7
31779                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
31780                                                            RT @Reuters: Chemical weapons watchdog confirms Novichok use in Amesbury https://t.co/neLBdEzKVZ https://t.co/k7czAfWPOL
31781                                        @larra723 @Kaepernick7 @Nike Nobody cares about losing out on your sales Larra. Your cheap ass probably only bought… https://t.co/J69LOdAR42
31782                                        RT @HeleenScorpion: Have you any idea what you have done @CBS? Cancelling Scorpion was the biggest mistake in your network history. Other n…
31783                                        RT @DarkForge14: It’s power hour #GothamDeservesBetter #SaveGotham @warnerbrostv @FOXTV @Gotham @GothamTVWriters @hulu @netflix @TheDCUnive…
31784                                         @eye95 @amer_dreamers @johnrich @TomiLahren @Nike @Kaepernick7 @Reebok @greggutfeld @kilmeade @RedneckRiviera They… https://t.co/gJMWJ6CYqK
31785                                                                                              @Kaepernick7 @Nike Here is the campaign Nike should have run.. https://t.co/nymDCQzOTg
31786                                        #Batista The man who stood up for a #Pedo that @Disney Fired all for the almighty $. Let me know how that works out… https://t.co/V999C7ur6q
31787                                        @GlenWoodfin @w_terrence @Nike @nikestore Exactly in what way is supporting an American's Constitutional right to p… https://t.co/IT5rI4Cdsz
31788                                        Thank you @Nike for giving America’s racists something to complain about so they can claim every reason for their p… https://t.co/yUo8lNoKC7
31789                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
31790                                        RT @WWECommunity: Thank you @Hyundai #HopeOnWheels for everything you do!  Together we can keep fighting cancer!  #WWEHero #RAW https://t.c…
31791                                        RT @LickTheGlich: @WalshFreedom @Nike @Kaepernick7 southern conservatives with a predisposition to obesity are going to stop buying athleti…
31792                                        @mcspocky @DeanOfReferees @AvesEtApes @realDonaldTrump @krassenstein @Nike @Kaepernick7 #DementedDonald probably kn… https://t.co/XC3WwJNgr3
31793                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
31794                                        RT @JohnnyGuido2: @Doodisgirl @Nike The temple is where the men open hand strike women because it causes the most pain and least visibility…
31795                                        @campdukes @johnrich @Nike Of course protesting is part of this country.  Look i don't care much about this issue..… https://t.co/zEeetPiGxC
31796                                        @ubbergoat @ItzHerkuleez @PettyAfroPick @marzclaire @johnrich @Nike I value the flag and what it represents. It sho… https://t.co/8Q7i6sdUrL
31797                                                                                     @sdaddy101269 @FoxBusiness @KevinJacksonTBS @Nike @Kaepernick7 Are you t black ppl’s spokesman?
31798                                        RT @MorganStanley: Morgan Stanley’s Chief U.S. Economist says U.S. GDP growth will likely hit 3.0% in 2018. Will 2019 be a repeat performan…
31799                                        RT @williamlegate: @sclancy79 @NFL @Nike They aren’t protesting the flag OR the anthem. People like you probably think Rosa Parks was prote…
31800                                        @AlexescobarVL @Nike @Kaepernick7 People are Upset Kap has turned his back on the USA Not supporting them Calling C… https://t.co/YOY58KmWYX
31801                                                                                                                                                @Whiffy5 @CursedAds @McDonalds Link?
31802                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
31803                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
31804                                        RT @MillieCordelia: @warnerbrostv @TheDCUniverse @netflix @hulu @TheCW @AmazonStudios @WarnerBrosEnt Want to hit your target audience? It's…
31805                                        @ThomasWictor @heifer109 @Nike @TheSharkDaymond said today that Nike’s decision is a great one....says they will ma… https://t.co/ZDQrKFTzsg
31806                                        Amazon Alexa brings Wall Street directly to your home with flash briefings from @MorganStanley Chief Investment Off… https://t.co/c1ygpPuyFR
31807                                        @Marlo_Davinci @JohnGar72083080 @johnrich @Nike They are trying to distract all of us with dog whistles. They don’t… https://t.co/usbMKT4wLo
31808                                                            @Sony dear sony nobody cares how big your dick is make fortnite cross compatible sincerely a Sony PlayStation player !!!
31809                                                                                                               RT @UncleTimi: The @Nike campaign we deserve. https://t.co/7H0V1cjvc5
31810                                        RT @TerribleShowell: @johnrich @Nike Your soundman did this? He protested on work time? I mean I respect his right for his political opinio…
31811                                                                                                 @sclancy79 @NFL @Nike Lol.. so what Nike got there money.. useless point being made
31812                                                                                    Right on @knoxgourmet I just posted about a #Broquel #winery #Malbec also from @Costco Cheers 🍷
31813                                        RT @MRavenMetzner: In just 3 days @MarvelIronFist S2 premieres on @netflix and viewers will get a glimpse back into the world of K'un-Lun f…
31814                                                    RT @Benzema: I’m here to play football. This is how I get ready for the game. #HereToCreate #ZNE @adidas https://t.co/64ualJFttO
31815                                                   @Kaepernick7 @Nike All this guy did was kneel during the national anthem and becomes rich. I swear this 9-5 garbage is worthless.
31816                                                                              @CydneyAg18 @Nike I don’t have time. Lol I’ve owned Nike stuff since I was a kid. I’m not stopping now
31817                                        RT @maul_cosplay: Hey @netflix - I found Henry Cavill’s audition tape for the @witchergame series! #witcher #superman #netflix https://t.co…
31818                                                                                             @Bosslogic @LHissrich @netflix I hope this turns out Great as I love The Witcher series
31819                                        @johnrich @HaggardLou @Nike What’s wrong John?  .@johnrich went to go smoke in your momma’s basement?  It’s ok to d… https://t.co/pjD3aBvukx
31820                                                                                     @Breaking911 @Nike This is stupid they already bought the product and gave Nike  the money  SMH
31821                                                                                 RT @Sigs4Soldiers: Hey @Nike your new ad has been corrected. You’re welcome https://t.co/TR1YhFePYe
31822                                        RT @camjordan94: Woke up to all this burning of @Nike apparel by the confused and least understanding... Instead of trashing clothes for li…
31823                                                                                        @mikaelcho @Apple @unsplash @stephliverani @lukechesser @kirillz @thomlbvr Whoa missed this!
31824                                        RT @ColbyCovMMA: I grew up in Oregon and was around @Nike my whole life. It's funny watching a company that uses child slave labor overseas…
31825                                                    @IHOP: we’re going to do an outrageous ad campaign that will make us the company everyone is talking about. @Nike : hold my beer
31826                                        RT @williamlegate: @sclancy79 @NFL @Nike They aren’t protesting the flag OR the anthem. People like you probably think Rosa Parks was prote…
31827                                                                                                                                 @Kaepernick7 @Nike NIKE...... your dead 2 me ......
31828                                                                                                                          Look how cute my job is @Starbucks https://t.co/0xMGAHqy9v
31829                                        RT @VP: Deeply troubled by the Burmese court ruling sentencing 2 @Reuters journalists to 7 years in jail for doing their job reporting on t…
31830                                        @ps_aroughdraft @drslaw @ConservativePTZ @Nike Let's look at the facts; The DJIA which NKE is part of was off (.048… https://t.co/hlBnASiaYm
31831                                                                                                            Just got me a first pair of Nike’s for the first time @Nike @Kaepernick7
31832                                                                                         Hmmm🤔makes me wonder why living legend Roger Federer recently ditched @Nike for Uniqlo....
31833                                        @RealJamesWoods Keep going crash that stock @Nike anti america shoe maker's.a little different than the @NFL scared… https://t.co/ze2f6bAUZX
31834                                        RT @nigelwickenden: No #rapidgate with the Hyundai Kona then @NissanEV_UK @Nissan :-  12 hours with a Hyundai Kona Electric  https://t.co/m…
31835                                         RT @RIP_JEP: To all of the jerks destroying there @Nike wearables- you’re missing a wonderful opportunity here. You could easily take your…
31836                                        @UhlKeegan @sparkitdude @DanielleaWinter @larra723 @Kaepernick7 @Nike there is a reason bigger than just kneeling t… https://t.co/4ZxCcx6t2L
31837                                                                                                                                          @Nike not new to this they’re true to this
31838                                    RT @SAP: SAP HANA is helping @ElephantsRhinos &amp; People (ERP) preserve the world's ecosystem for future generations. https://t.co/H8kclZW3lr…
31839                                        RT @maul_cosplay: Hey @netflix - I found Henry Cavill’s audition tape for the @witchergame series! #witcher #superman #netflix https://t.co…
31840                                                                                                               @KaitMarieox Did you get permission to use the @Nike logo and slogan?
31841                                                                                                                          Just tossed my @Nike shoes in the trash. What’s up @adidas
31842                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31843                                                                                                                          @JohnRossBowie Follow the smell of burning @Nike sneakers.
31844                                                                                                 @msbeatrice_81 @leyva_yulisa @Starbucks @BTS_twt OMG Starbux Army here too! 🙋🏻‍♀️☕️
31845                                                                                           @Kaepernick7 OR @Nike GIVES NO FUCKS ABOUT THAT SHIT... YOU ALREADY BOUGHT THAT SHIT JACK
31846                                                                        RT @OGDannyOcean: Still tippin through the Galleria @Nike @footlocker #AirMaxOrigins https://t.co/7jiDZM5AUG
31847                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31848                                                       @johnrich @iamawhiteguy @JeffM39655348 @TomiLahren @Nike @Kaepernick7 @Reebok @greggutfeld @kilmeade… https://t.co/UFtkXcHfzc
31849                                                       Check out OOAK Handmade inspired #1588 Sears Exclusive Swingin' in Silver Dress Coat boots  https://t.co/N78INTuqj3 via @eBay
31850                                               RT @Nino_416: .@ShannonSharpe kept it💯on @Nike 30th Anniversary #JustDoIt ad campaign featuring @Kaepernick7 https://t.co/v5B2x2iz69
31851                                        @Janus_Bifrons @AugustinKeaton @senftours @Miami_boy21 @Nike Boy you’re a smart one. Even if a company is doing wel… https://t.co/8MgiRRjKTq
31852                                                                                                                                @verizon has the worse fucking internet and service.
31853                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31854                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
31855                                        @cancunbound2022 @ColMarie21 @KirkJacobsen @RealJamesWoods @Nike No because that and other radical groups do not in… https://t.co/En09uaUpcI
31856                                                Rocking my comfy @Nike shoes...these bad boys are so comfy and amazing... I gotta get another pair tomorrow… https://t.co/vHrRuWJyYe
31857                                                                                                                          @boring_as_heck @j_massacci @Nike Stupid is as stupid does
31858                                        @BlasianMimi @TonyVargas5 @FoxNews @FoxBusiness @Nike @cnnbrk So not going to hurt Nike #?  4.5 Billion In stock ma… https://t.co/YVmj37eehW
31859                                                                                                                                                 @johnrich @Nike You are a joke sir!
31860                                                                      Check out DALLAS COWBOYS NFL CLASSIC LOGO REFILLABLE OIL CIGARETTE LIGHTER.  https://t.co/K3eCQXgNi3 via @eBay
31861                                        RT @FatSwoosh: You think @Nike gives a fuck about these types of customers? You buy shit at the clearance rack in outlets bum... if you rea…
31862                                                             @_ImperatorRex_ @Nike Pump and Dump as Jordan Sather suggested. Some barons stand to make a lot of money on the tumble.
31863                                        @Regina_Draco @t_vv_itter @Unnecessary_Nat @therealg_a_ @MelissaMahler50 @alteratyeshiva @Nike And I know TaeKwonDo… https://t.co/NuN1ozgNbv
31864                                        I'm a diehard GOP but this MAGA bullshit over the commendable actions by @Nike with Colin Kaepernick is annoying as… https://t.co/7TnfPdVA1A
31865                                                                                                 @usatodayopinion @USATODAY @Nike I applaud Nike for a socially responsible message.
31866                                                                                         @realTylerZed I'm going throw all my @Nike shows away. I think @UnderArmour wants my money.
31867                                                                                                                                               @genevievewicker @Burberry Not a fan.
31868                                                 RT @hobbitpuff2: @dcuniverse @dccomics @netflix @thecw @warnerbrostv Be the Hero @gotham Deserves #SaveGotham #GothamDeservesBetter
31869                                                                                                                                  @netflix Really a shame this bitch wasn't aborted.
31870                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31871                                                                                                               RT @bee_downes: @KaitMarieox @Nike sue her for trademark infringement
31872                                                                                                                              @Google Yup. Hacker changed the questions and answers.
31873                                                                                                                                   I am so quietly outraged by the @Nike  lash back.
31874                                        RT @Reuters: UPDATE: Vice President Pence calls on Myanmar to reverse ruling imprisoning two @Reuters journalists and release them immediat…
31875                                                                                                      @ericbolling @Deplorable4TX @Nike Nice way to turn a negative into a positive.
31876                                                      RT @BMcAdory9: Breaking News: @Nike loses $3.75 billion in market value after naming Colin Kaepernick the new face of company.
31877                                                                                                                             @theblackpanther is on @netflix https://t.co/ZsdamsRwIz
31878                                                                 @JetDoctor67 @cajunchick25 @Nike Ouch. 3%. What will they do. Go the way of Keurig I guess. https://t.co/2pKwGKUBtL
31879                                                            RT @Reuters: Chemical weapons watchdog confirms Novichok use in Amesbury https://t.co/neLBdEzKVZ https://t.co/k7czAfWPOL
31880                                                                                                               @johnrich @Nike What are old white people doing wearing Nike anyways?
31881                                                                                                               @USAOWWC @TMobile These are some quality boys https://t.co/HJLBBJHsnt
31882                                                                                                                                        @Reuters @realDonaldTrump   No one asked you
31883                                        RT @MorganStanley: Calling all college students: be sure to follow @MSCampusCareers to learn more about job opportunities and see when we c…
31884                                                                                                                                    @sclancy79 @NFL @Nike poor guy... go ahead @Nike
31885                                        RT @MorganStanley: Calling all college students: be sure to follow @MSCampusCareers to learn more about job opportunities and see when we c…
31886                                                                                                                                              RT @AnthonyMiller_3: Salute @Nike 💪🏾
31887                                        RT @VP: Deeply troubled by the Burmese court ruling sentencing 2 @Reuters journalists to 7 years in jail for doing their job reporting on t…
31888                                        @johnpavlovitz @Silver16C7 Why did it take 2 years for @Nike to stand up and back @Kaepernick7 in public!!!! Becaus… https://t.co/3fZYuNisll
31889                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31890                                        RT @maul_cosplay: Hey @netflix - I found Henry Cavill’s audition tape for the @witchergame series! #witcher #superman #netflix https://t.co…
31891                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
31892                                         Hey @Nike @NFL Why don't you celebrate @JJWatt who has raised millions of dollars to actually help people?  Anyone… https://t.co/uiewfFUpqz
31893                                                                 @SW_Libero16 @BanWhore @AuthorXGR @CoolTrainerEl @sclancy79 @NFL @Nike You are a 3rd grader with a Twitter account.
31894                                                          @StarTink202 @balencigars @Unnecessary_Nat @therealg_a_ @MelissaMahler50 @alteratyeshiva @Nike Worse comeback ever! 🤣😂🤣
31895                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31896                                        RT @ColbyCovMMA: I grew up in Oregon and was around @Nike my whole life. It's funny watching a company that uses child slave labor overseas…
31897                                        RT @jjanaria: @toriisannoyed @Nike most military agree with Nike and know taking a knee isn’t disrespectful and funny how taken a knee only…
31898                                        RT @DayZeesNap: Hey @TheJuanWilliams @Kaepernick7 will NEVER be a Michael Jordan. That @Nike campaign is a disgrace. Kaepernick got paid fo…
31899                                        RT @jjanaria: @toriisannoyed @Nike most military agree with Nike and know taking a knee isn’t disrespectful and funny how taken a knee only…
31900                                        RT @MacfannRob: @CBSNews As an Soldier and Police Officer that was wounded in combat. I’m asking those of you not to destroy your @Nike att…
31901                                        RT @ColbyCovMMA: I grew up in Oregon and was around @Nike my whole life. It's funny watching a company that uses child slave labor overseas…
31902                                        @realdynasty17 @SW_Libero16 @BanWhore @AuthorXGR @CoolTrainerEl @sclancy79 @NFL @Nike They can't. They only have on… https://t.co/ScrwEgxnCJ
31903                                                                      RT @RitaPanahi: Trump when he heard @Nike was making @Kaepernick7 headline news again. https://t.co/DUdCXYk4di
31904                                                                                        @DickMorrisTweet @RealJamesWoods @realDonaldTrump @Nike @BreitbartNews I protest !!!!!!!!!!!
31905                                                                                   Check out Malta #97 (A19) VF MNH - 1922 1f on 2p King George V  https://t.co/6pM7ggg4P0 via @eBay
31906                                                                                                         @teribytes @Bosslogic @LHissrich @netflix Well Twitter has enough assholes.
31907                                        RT @maul_cosplay: Hey @netflix - I found Henry Cavill’s audition tape for the @witchergame series! #witcher #superman #netflix https://t.co…
31908                                                              Check out Pair Faux Bamboo Footed Wood Table Lamps Signed Currey &amp; Company 6465  https://t.co/fKNO7Ir1Qo via @eBay
31909                                                                                                                                                                    @Nike sue her !!
31910                                                                             @BeastMasterJP @adidas @Nike @Kaepernick7 Why do you think supporting Kapernick is being anti-American?
31911                                                            RT @Reuters: Chemical weapons watchdog confirms Novichok use in Amesbury https://t.co/neLBdEzKVZ https://t.co/k7czAfWPOL
31912                                     RT @gofundme: This incredible act of kindness by @HomeDepot workers is going viral. Visit the GoFundMe set up to support Silas &amp; his fight…
31913                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
31914                                                   @Nike five of our local Soccer teams dropped your uniforms and cleats this season. Seriously. That idiot… https://t.co/d7aDaaq5TC
31915                                                    Check out Emerica Mens Hoodie Half Button Pocket Elastic Bottom Skateboarding #Emerica #Hoodie https://t.co/mTQAaJSfsv via @eBay
31916                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
31917                                                     @johnrich @Nike I'll be returning all of your songs to iTunes...wait that's right I don't listen o your crap. #imwithkapandnike
31918                                                                        @eimzcaomhanach @sclancy79 @NFL @Nike He should switch to carbon dioxide instead. CO2 stands for the Anthem!
31919                                                Come on @Starbucks When I order a venti I expect a venti. Thanks but no thanks. And what’s with the #straw?… https://t.co/k0XVTTfRrq
31920                                                                                    RT @Reuters: U.S. SUV sales jump again in August https://t.co/cX8mWySABT https://t.co/fGJDEdTNt0
31921                                                                                                            @Nike These new workout gloves are crazy strong. https://t.co/YFqwL0FWCM
31922                                        RT @StumpforTrump: Retweet if you will not spend a dime on @Nike so long as they support anti-American Cop haters and flag kneelers! #NikeB…
31923                                                                                      Check out Vintage Trifari Feather Leaf Brooch Pin Gold Beautiful https://t.co/W9hbhB5Je8 @eBay
31924                                                                                                                                                                @Nike ...Thank you ❤️
31925                                        RT @NotYourMascot: Cool @Nike but now that you are down with @Kaepernick7 maybe go further and set a real example: stop selling racist gear…
31926                                                                                                                               About time I get me a new sneakers @Nike @Kaepernick7
31927                                        RT @txldallas: According to #juanwilliams @Nike has same values as someone who depicts cops as pigs.  @nike I hope your market cap  takes a…
31928                                                                                                        I’m bout to get a job  @HarrisTeeter  maybe then I’ll get a @netflix special
31929                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31930                                                                              @brownie2903 @piersmorgan @Kaepernick7 @Nike I bet you think it’s Bush’s fault for 9/11 too. #fakenews
31931                                        RT @MissTeresalam: These are the real people suffering Oppression and Justice so @Kaepernick7 can make millions from @Nike. Wonder if he’ll…
31932                                                                                                           @life_rack @Nike He should of signed with #Nike first then....oh wait....
31933                                                       RT @MCU_Tweets: Unlimited trips to Wakanda: BLACK PANTHER is now available for streaming on @netflix! https://t.co/LpSL4gBoFe
31934                                        @johnrich @Nike “Athletes who speak out are proclaiming their loyalty to a constitution that demands equality and i… https://t.co/W9gMPZcKTA
31935                                                                                                                    @JT_Cameron92 @ATT @ATTCares @ATT @ATTCares PLS CAN I HAZ FIBER?
31936                                                                                                                      @Starbucks yk i'm basic an i'll probably get alotta these 🙌☕️
31937                                        @Lance_Carleton @larra723 @Kaepernick7 @Nike It’s a fundamental right guaranteed by our government in our fundament… https://t.co/YXnyiwawsu
31938                                        @KittyHasFleaz Or perhaps it’s a diversion from the real issues @Nike. I’d rather the pay went to their female empl… https://t.co/q0I0EodgN4
31939                                                                                                                  RT @Nicelook_Chuck: Big @Nike check on me at all times of the day.
31940                                         A post read: y’all ready to boycott @Nike over @Kaepernick7 but won’t boycott the catholic church for abusing your… https://t.co/UPFSOAqhKP
31941                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
31942                                        @BreitbartNews @Nike sacrifices nothing but exploiting the third world women. Kaepernick sacrifices nothing but gra… https://t.co/odqgno91AB
31943                                         So proud of @Nike and @Kaepernick7 for standing together on an important issue. I love my #nikegear even more now.… https://t.co/bpXb7xo75o
31944                                        RT @SOimLikeWord: @johnrich @Nike I’m a Navy veteran that is the child of two marines and we all are #VeteransForKaepernick https://t.co/0F…
31945                                                                                                  @PCreighton1 @Nike @Kaepernick7 @espn975 Good one. Who did you steal that one from
31946                                                                  RT @Reuters: U.S. Vice President Pence calls for release of imprisoned Reuters journalists https://t.co/AEAo04gaFL
31947                                                                              I can’t even remember the last time anyone said anything about @netflix... they really became obsolete
31948                                                                                                                                @ashleeeeean @LEVIS @Nike What the hell. Did I miss?
31949                                        RT @maul_cosplay: Hey @netflix - I found Henry Cavill’s audition tape for the @witchergame series! #witcher #superman #netflix https://t.co…
31950                                                                                            RT @TheJordanRachel: The new Nike campaign is the best advertising @adidas has ever had!
31951                                        RT @AngelaLily0501: Returned all my son's #Nike this morning. We are ready for soccer thank you @adidas and @UnderArmour #NikeBoycott #Just…
31952                                                                                                                                                                  RESPECT ✊🏽 @Nike
31953                                                                                             @livvalice @Nike Created my own last night. Get them in 3 weeks https://t.co/78a4Kd7PMb
31954                                                          Hand-made Anodised AluminiumChain Maille &amp;amp; Heart Kiwi Jasper natural pendant 925 https://t.co/hf3S5aZvn5 via @eBay
31955                                                                                    @johnrich @Nike how does someone fuck up SO HORRIBLY when using scissors lmfao this is ludicrous
31956                                        RT @TheRealBecky2: @DogginTrump @Nike I think I'll buy a bunch of Nike socks and donate them to my local homeless shelter! Thanks for the g…
31957                                                                                 @Nike We do not need you to change or shape social consciousness. Stick to making overpriced shoes.
31958                                                                                 RT @Ridim_Luv: @sclancy79 @NFL @Nike You boys love burning things don't you https://t.co/miIr9YCX5J
31959                                        @tonyposnanski @Nike lost $4.2 BILLION in just one day.   They should've picked Alejandro Villanueva @steelers line… https://t.co/vXYxuPFBaD
31960                                        Thanks Caroline Rainsford and Ross Young for connecting #GoogleNZ to the @Google mothership today so that I could l… https://t.co/Lwrkmel0bf
31961                                                                                                                                              @Orpych9 @netflix @LHissrich Awful! 🤢
31962                                        @FioritoPatrick @usatodayopinion @USATODAY @Nike Ok.  Thats your opinion.. Good to hear your voice on it. That's yo… https://t.co/9AR7vtvh5e
31963                                                                                 Six #NapkinRings Wood and Plastic - #Bakelite #Lot ENDS SOON      https://t.co/PGDjfZAldV via @eBay
31964                                        RT @JamesPMorrison: @johnrich @Nike If he really wanted to make a statement about what the flag stands for - since it’s clear he doesn’t kn…
31965                                                                                   @Sp0rtsTalkJo3 @Nike Tell him he’ll grow up to be a class act like you and he’ll shut the fuck up
31966                                        @Kaepernick7 @Nike This will go down as the dumbest marketing move in the history of athletic gear.  Why businesses… https://t.co/0d9d0rcUca
31967                                        RT @maul_cosplay: Hey @netflix - I found Henry Cavill’s audition tape for the @witchergame series! #witcher #superman #netflix https://t.co…
31968                                                           RT @Starbucks: #ProTip: Iced Caramel Macchiato with pumpkin sauce instead of vanilla syrup. 🎃☕️❤️ https://t.co/pgFj2cUY68
31969                                                                        RT @wessuppp: Anyone who currently has an issue with @Nike is a racist. Thank you for coming to my Ted Talk.
31970                                                                                                                         @RealCandaceO @adidas @adidasUS @adidasUK Well said Candace
31971                                                                                                  @Kaepernick7 @Nike You mean like actual heroes that have died on the battle field?
31972                                         RT @Reuters: Saving Turkey's southern coast turtles from builders and boats https://t.co/UxB57iJ53Y via @bektasumit https://t.co/Ra3JCXt7Z2
31973                                                                                       Check out Mens Lacoste Gray sz 7 (XL) Short Sleeve Tennis Shirt https://t.co/Uvc46XAevi @eBay
31974                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
31975                                      RT @therickydiaz: @Carter_smith34 @ClayTravis @Nike U ignorant fr😭😂 kaep has been standing up against police brutality and unequal treatmen…
31976                                                                         RT @David321to74: Check out SWEET CHARITY - ORIGINAL CAST LP Gwen Verdon  https://t.co/UgtnySZst7 via @eBay
31977                                                                                                                                  @edwardjin1130 Shame @Nike https://t.co/1ScD75vXTL
31978                                           @Nike has just admitted to the entire country that they are anti-police. They support cop killers and criminals.… https://t.co/DKUcUo0jWT
31979                                        RT @MaandPaKettle4: Check out VINTAGE Hall Boston Teapot Dresden Blue Gold Filigree Trim 6 Cup #Hall https://t.co/3jUGAg4kQ5 via @eBay  BID…
31980                                        RT @VP: Deeply troubled by the Burmese court ruling sentencing 2 @Reuters journalists to 7 years in jail for doing their job reporting on t…
31981                                        @TMobile  a little note to show Appreciation to you reps in Chinatown downtow DC .  Everytime I go on there they ar… https://t.co/WOAKvkkkns
31982                                                                                               @kelly_clarkson @Nike Thank you Nike for not letting children in China be unemployed.
31983                                        RT @VP: Deeply troubled by the Burmese court ruling sentencing 2 @Reuters journalists to 7 years in jail for doing their job reporting on t…
31984                                                                                                                                  @VP @kasie @Reuters Is there no inner monologue???
31985                                                 @WellsFargo has the worst possible customer service. They are still the same company who opened thousands of accounts fraudulently.
31986                                        RT @grantanamo98: Soooo @adidas has @kanyewest and @Nike has @Kaepernick7. I think it’s pretty clear who just won this rivalry. #Adidas #Am…
31987                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
31988                                                          @vvilliamlane @JasonWayneHicks @moe24114472 @DavKat43 @sclancy79 @NFL @Nike Dream on while your momma changes your diaper.
31989                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
31990                                                    Check out Prima Valentina Womens Padded Bra With Lace New Size 38d #PrimaValentina #PushUpBras https://t.co/b4Bfg2pa99 via @eBay
31991                                        RT @Reuters: Amazon becomes the second $1 trillion publicly listed U.S. company https://t.co/mJpqQRPCqb via @ReutersTV $AMZN https://t.co/y…
31992                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
31993                                                                                                                  RT @Johnny_Joey: No sweat @Nike I got you. https://t.co/jlpefb2lMn
31994                                                          @6abc @Kaepernick7 @Nike People burning products like already paid for isn't backlash it's just white people acting stupid
31995                                                                                 RT @kathia_woods: @alteratyeshiva @Nike So giving them to a homeless vet was not an option 😂😂😂😂
31996                                                                                                        RT @VGH1988: For everyone getting rid of their @Nike gear... send it my way.
31997                                                                                       RT @2000_toria: @Cluelessbetty @mrjaxtaylor @Nike Facts SHOULD matter https://t.co/nDyAKGl8zO
31998                                                                                                                     @Nike you think you're the only shoe option we got? Pssshh.....
31999                                                      That’s it. I found the dumbest take on the @Nike fiasco. This is some Olympic level mental gymnastics. https://t.co/yOfc9MfXNC
32000                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32001                                                               @WEStheUMPIRE @LeWitness @FaeSketch @akapusta123 @smokesdawg88 @CaseyNeistat @Nike @Kaepernick7 Lol “for some reason”
32002                                        RT @maul_cosplay: Hey @netflix - I found Henry Cavill’s audition tape for the @witchergame series! #witcher #superman #netflix https://t.co…
32003                                               RT @Nino_416: .@ShannonSharpe kept it💯on @Nike 30th Anniversary #JustDoIt ad campaign featuring @Kaepernick7 https://t.co/v5B2x2iz69
32004                                                                                                 RT @LRSC2VCSU: I wear a Size 11.5 if anyone wants to get ride of their @Nike shoes.
32005                                                                                                                                     WELL DONE @Nike   DUMP TRUMP..........Brilliant
32006                                                                @JaniceDean @Nike @JJWatt You are so right Janice. I received a personal letter explaining where all the money went.
32007                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
32008                                                                                                       @SebGorka @Nike @NancyPelosi @BernieSanders @HillaryClinton All of the above.
32009                                                Check out Banana Republic Womens Jeans Size 4 Contoured Boot Cut Button Down Back Pockets #BootCut https://t.co/w9qNvWtBCY via @eBay
32010                                                                       @louie_jackjr @Sp0rtsTalkJo3 @Nike The irony is that you don’t know what irony means. https://t.co/1XUHqWcDug
32011                                                                                                                                        @Nike my next pair of sneakers will be Nike!
32012                                                                                                                    @Nike when can I get some of this sweet new Kaepernick clothing?
32013                                                                                                       @sclancy79 @NFL @Nike 😂😂😂😂😂😂 people like this are something else man 🤣
32014                                                         Check out NEW Masters Augusta Golf Balls Slazenger 3 Piece Sleeve 420D Raw Distance Plus  https://t.co/BWkn3wO2go via @eBay
32015                                                                            @larryelder @Hl24429583 Wrong time @Nike Kaepernick is loser and always will be! Many brands far better!
32016                                                                                                                                                    @Reid_Roberts_ @netflix she does
32017                                        RT @iamchrisblake: If you or someone you know is planning on burning or destroying your @Nike gear - I have plenty of clients who are in de…
32018                                                                                                          @king_hac @Atlanti11448522 @Sp0rtsTalkJo3 @Nike I wonder why she left him?
32019                                                                                                          @FanDuel @Kaepernick7 @Nike Big mistake for Nike. No more Nike in my house
32020                                        RT @carysimond: @alteratyeshiva @pghdads @Nike This is a great and Graphic Video That shows how seriously we Americans take our Liberty and…
32021                                  RT @Cocola721: @Kaepernick7 @Nike Mark Twain: “Always do right.  This will gratify some people and astonish the rest.”  🤜🏿🤛🏽🙌🏿 https://t.co…
32022                                         @Nike Oh...you lost a lot of money today! Haha!!! You are always picking the WRONG HORSE TO BACK...FIRST TIGER NOW… https://t.co/I9CsAHKArs
32023                                                                                      RT @DogginTrump: I just donated all my @Nike socks to a homeless shelter and ordered new ones.
32024                                                                                                                                                @LakeShowYo @Nike @Nike “Just Do It”
32025                                                                                  RT @tannenbaumr: @johnrich @Nike He’ll regret this at 4 AM when he’s got nothing to jerk off into.
32026                                                                                                                      Check out my listing @eBay - https://t.co/FdM3xM8KrR via @eBay
32027                                                                @netflix  binge watching Ozark2 with wife.... even though I’m still #FakeAngry she won’t let me order pizza 🍕 🤷🏻‍♂️
32028                                         @BlutoActual @LMoniqueMarrie @johnpavlovitz @johnrich @Nike When someone TELLS you that the killing of unarmed POC… https://t.co/5gmfiwmUTq
32029                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32030                                                 Check out DYNAMO KIEV KYIV 2010 2012 HOME FOOTBALL SOCCER SHIRT JERSEY CLIMACOOL ADIDAS M #adidas https://t.co/53fciDNRbt via @eBay
32031                                                                                     @Nike I cant stop laughing WTF were u thinking? Oh I get it U weren't ! what bunch of fu*k ups.
32032                                                     RT @Reuters: U.S. factory activity hits 14-year high; supply constraints rising https://t.co/oXxlQkcnqR https://t.co/3H4nNZE0iy
32033                                                                                            @iampaulcampbell @Nike I’m joking btw. If you’re really doing this 🙏🏼🙌🏼 that’s love.
32034                                        RT @AAAJ_AAJC: A Filipino American student in Houston decided to put his own ad up on a @McDonalds wall missing Asian American faces. Weeks…
32035                                        RT @NRAHillbilly: @Nike has spoken loud and clear. We must also use our freedom of speech to Just Say No! #Christians #ccot #NikeBoycott #B…
32036                                                                                                                 @sclancy79 @NFL @Nike People doing this stupid af 😂😂 retards 😂😂
32037                                                                                           @InfinityWard @Sony can you make MW2 backwards compatible for ps4 please and thank you 😊
32038                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
32039                                                            @JensJohnson2 @Nike @Kaepernick7 How is he anti-America? Protesting is what this country was built on. Talk about whiny.
32040                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
32041                                                                                                                                               @WalshFreedom @Nike It’s very simple.
32042                                        RT @KristaKontny: This house will no longer be buying any Nike stuff at all. @Nike you got your current campaign Soooo WRONG!!!  Colin sacr…
32043                                        So I wondee which @Nike should I wear tomorrow 270's 90's #Airmax #Jordan is #Nike too. I should go get a fresh pai… https://t.co/bQV5Cvem20
32044                                        @caraleconte22 @blairistotle_ @johnrich @Nike My twice-awarded Purple Heart veteran husband does not feel disrespec… https://t.co/Dx4IcOeQnZ
32045                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32046                                              RT @happyhippyshack: Charter Club Top M Classy Wearable Art Stretch Knit Shirt Blouse Women s Medium https://t.co/LrrehzeEEA via @eBay
32047                                        RT @ColbyCovMMA: I grew up in Oregon and was around @Nike my whole life. It's funny watching a company that uses child slave labor overseas…
32048                                                 Check out Michael Michael Kors Womens Top Ivory Size Small  Sleeveless Embelleshed Career #Blouse https://t.co/ZxqjZIK5Pd via @eBay
32049                                              RT @happyhippyshack: INC Top L Black Floral Mandela Beaded Stretch Knit Tunic Shirt Blouse Women s L https://t.co/EhClftYh0A via @eBay
32050                                                                                                                          RT @pieceofney_: Britney x @Toyota https://t.co/cmZLcA8ZUE
32051                                                              US Vice President Pence calls for release of jailed @Reuters journalists #FreeWaLoneKyawSoeOo  https://t.co/t43IK5q99I
32052                                                                                      RT @Bosslogic: Coming soon! #TheWitcher @netflix #witcher #henrycavill https://t.co/MY3RZE9eQG
32053                                                     #Nike  My message to @Nike “Just Shove It!”  #BoycottNike @RabbitsJessica @seanhannity @DiamondandSilk @dbongino @IngrahamAngle
32054                                        @tip316316 @Nike @Reebok @adidas @Kaepernick7 @TheOfficerTatum You people are twisted. You can boycott Nike for sup… https://t.co/enAYi66kBa
32055                                                                                                          And you really @Nike cares about your opinion 😂😂😂 jajaja what a clown !
32056                                        @johnrich @Nike Nike has had a conspiracy with dryers all these years to slowly make you replace socks before weari… https://t.co/wjMX1nIZTK
32057                                        RT @wsyx6: Former Ohio State linebacker @RIP_JEP is asking fans to donate their unwanted @Nike gear. https://t.co/bUS7anuGTD https://t.co/v…
32058                                                                                @paulomalley @Daniel_Rubino @Microsoft Hi plz DM me it's really needed I will pay if you want thanks
32059                                                     Check out Sheridan Square Capri Pants M Gaucho Palazzo Wide Leg Floral Womens #SheridanSquare https://t.co/O2cn6b3Ggf via @eBay
32060                                              RT @RayCroteau2: @RealJamesWoods @TrumpFanNevada @Nike NIKE just shot themselves in the foot automatically cutting their sales in half
32061                                                                                                                                    It's not too late. @Nike https://t.co/c2zbeUfVzd
32062                                               @ar15m4mid @Megan4MAGA @Goz_1911 @Nike @poconomtn @5945USARTR @JanjoinedNRA @consmover @jojoh888 @LoriinUtah… https://t.co/s1eV4kRpvp
32063                                                                                                                          @Nike just sent me an email and everything. #LoyalCustomer
32064                                        People burning @Nike stuff is so ignorant. Is it really that deep that you burn your Nike stuff. What point is that… https://t.co/r0jlvfEXDT
32065                                                                  RT @IsraelUSAforevr: From today I would prefer to go naked and barefoot and not wear @Nike https://t.co/h5J51Xjemw
32066                                        RT @WrightBlan: @boring_as_heck @higgins_donna @Nike Where exactly is this First Amendment Dump located? And what local govt. body named it…
32067                                        I went to an outlet mall and tried the cheapest sneakers from every brand. @Nike Darts were the most comfortable pa… https://t.co/4SdPI1Vq5D
32068                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32069                                         RT @MariaMaltezos: Believe in what? What did you sacrifice Colin? You better believe that @Nike will lose millions of consumers because of…
32070                                                                                                                      Check out my listing @eBay - https://t.co/EEMy36jOKC via @eBay
32071                                                                                                                                              @trash_accounts @Nike LOL THANKS TRASH
32072                                                                                            @TjHeath34 @Nike Donate to a shelter. Ridicous to throw destroy perfectly good clothing.
32073                                                                                                        @SebGorka @Nike @NancyPelosi @BernieSanders @HillaryClinton D) ALL THE ABOVE
32074                                                                                                                                                      @Kaepernick7 @Nike Agree!!👍🏾
32075                                                                                                                                                           @Nike we got yo back 💪🏿
32076                                        @BlutoActual @johnpavlovitz @johnrich @Nike I’m calling bollocks. Doing what you suggest would have been more profi… https://t.co/AGdcEWx0vX
32077                                               Racial injustice we just had a black president for eight years. @Nike @Kaepernick7  #Thestory. Nike down 3% nice move NFL down 10% ❌
32078                                        @tip316316 @JonManuel @Kaepernick7 @Nike You crying ass Trump supporters can go ahead and boycott Nike. Nike is a w… https://t.co/4SBIGFKByS
32079                                        RT @SolarPrepper: Prepper Short Stories Of Survival In The Grid Down Apocalypse by Ron Foster https://t.co/4kbbTWhsqK via @amazon #preppers…
32080                                                              Check out Vintage Ilgwu Union Made Int ladies Garment Workers union Dress Beautiful  https://t.co/Ds3MNypQv9 via @eBay
32081                                        RT @maul_cosplay: Hey @netflix - I found Henry Cavill’s audition tape for the @witchergame series! #witcher #superman #netflix https://t.co…
32082                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32083                                                                                                                             RT @alexaiono: I love you @Nike https://t.co/f6522y4cC8
32084                                                                                @TjHeath34 @Nike Fr people need to appreciate what they have in life. There are people without these
32085                                        RT @VP: Deeply troubled by the Burmese court ruling sentencing 2 @Reuters journalists to 7 years in jail for doing their job reporting on t…
32086                                                                      @usatodayopinion @Nike This individual sacrificed nothing! But many sacrificed everything-honor them! @xrstyne
32087                                        So many ppl sacrificed everything for this country...they could’ve been the face for @Nike instead. #Veteran @NFL p… https://t.co/mJ0FYx21OL
32088                                                                                                                              YESSSS! RT this a million times. @Nike @serenawilliams
32089                                                                   Check out Maurices Womens Jeans Size 26R Blue Distressed Straight Leg #Maurices https://t.co/3cWsKVQX4c via @eBay
32090                                                                                                                           @Madam_Nyobi @WalshFreedom @Nike 30 million?  Some victim
32091                                                                                                                                                    @Nike Best ad ever! Just did it!
32092                                 RT @lilnativeboy: “Pocahontas” was actually 13 &amp; stolen from her family by a 35yr old white man &amp; @Disney decided to make one of the first…
32093                                                                                 Check out Mens Black Allen Edmonds Cavanaugh Penny Loafers Size 9.5D  https://t.co/D70OeZsiWk @eBay
32094                                        @campdukes @johnrich @Nike If he needs advice on whether or not he should sit or kneel during the national anthem h… https://t.co/Jkg78467XJ
32095                                             RT @TheOfficialPORP: Marketing @Kaepernick7 in the name of racial justice does not absolve @Nike of their horrific human rights abuses.
32096                                                                                                          @peter_king @Nike @Kaepernick7 What defines a star athlete? Being average?
32097                                        @KushnerFranklin @DineshDSouza @Nike people who aren't doing anything wrong won't generally get pulled over.  Howev… https://t.co/rPMa1q3vXQ
32098                                                                                                                 @LouDobbs It's all about street cred. Stupid!Debased move by @Nike.
32099                                        RT @ColbyCovMMA: I grew up in Oregon and was around @Nike my whole life. It's funny watching a company that uses child slave labor overseas…
32100                                        RT @joaqthedoc: To celebrate @Nike doing some positive advertisements I will consider buying my next pair of shoes for retail price instead…
32101                                                                                                                                                      @EdKrassen @Nike Up in flames.
32102                                        RT @officialsihle: I am going to be a loyal supporter of @Nike simply because of the support they continue to show the black community. Spe…
32103                                        . @Kaepernick7 doesn’t have a clue what sacrifice is. @Nike new poster boy led a campaign to dishonor the flag that… https://t.co/ZdDJcdXaWH
32104                                                                                                              @Sp0rtsTalkJo3 @Nike Don't punish your son for someone else's mistake.
32105                                                        Check out JAPAN WWII Military South China landscape picture postcard SOUTH CHINA to JAPAN  https://t.co/kH1KQw5qld via @eBay
32106                                                                                                              @paulvinho @danieloran @Jevholution @McDonalds It wasn’t made by them.
32107                                        @sclancy79 @NFL @Nike No one is forcing you to do anything. You are choosing to be an ignorant asshole following an… https://t.co/34octxru8e
32108                                        @danieloran @Jevholution @McDonalds Does every company or restaurant or business need to have a photograph of every… https://t.co/To16FZHlRR
32109                                        @adispecialist @sneakersnstuff @adidas Does anyone know what time they're releasing on https://t.co/o9AoBzCoJw on F… https://t.co/iiwQZEyYSt
32110                                        RT @ColbyCovMMA: I grew up in Oregon and was around @Nike my whole life. It's funny watching a company that uses child slave labor overseas…
32111                                                                                            RT @TheJordanRachel: The new Nike campaign is the best advertising @adidas has ever had!
32112                                                    Another #EBOOK that you can't put down once you start! Check out Author @Rosered97 on @amazon https://t.co/ZUIct33tkv please #RT
32113                                                          Check out ALICE COOPER - GROVE CITY COLLEGE - GROVE CITY PA 1971  LAMINATED - FREE SHIP  https://t.co/GgSDWvfFgA via @eBay
32114                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32115                                                                       @bawlynn @USAOWWC @TMobile @Sky_Saw @paulywog47 @Jp3ilson @GLA_Zyto @MLGPuckett Well done. This is hype. 👏👏
32116                                                                 RT @DonFi4o: Check out Vintage Travel Alarm Clock Kienzle German Wind Up #Kienzle https://t.co/yWdfRvwOSy via @eBay
32117                                                                                             @johnrich @Nike What about the V.A? You fucking patriotic fuck! https://t.co/7vJUdQvZZf
32118                                        @LadyCuteC @pimpcss @EL808HK @dianasaurusrex @LeviThompson93 @Kaepernick7 @Nike @NFL I think you're the one being a… https://t.co/XRwY00Hs7m
32119                                                                                                                                            @JohnWSmith @netflix PLEASE report back.
32120                                                                                                                                I love wearing my @LEVIS jeans with my @Nike shoes ♥️
32121                                                                                                                                                                Great job @Microsoft
32122                                                                    I know exactly how I’m going to OWN those @Nike cucks I’m going to *checks notes* burn things I already paid for
32123                                                                     @johnrich @Nike I think that will be Nike's next set of socks. Pigs dressed as cops John. Disgusting as that is
32124                                                                                                         @Bagofsn0wX @Microsoft @netflix @NetflixUK try delete and download it again
32125                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
32126                                                                                                                    @CRTV @Nike @GrahamAllen_1 Stop with this. Stop. Stop stop stop.
32127                                                                                                                                              RT @SportsQueen_5: Hi @Nike I like you
32128                                        RT @maul_cosplay: Hey @netflix - I found Henry Cavill’s audition tape for the @witchergame series! #witcher #superman #netflix https://t.co…
32129                                        @VinLospinuso91 @06rcpnow24 @danielledsouzag @DineshDSouza @Nike @Kaepernick7 That is either lack of knowledge or s… https://t.co/iZEPJ3fDB7
32130                                                                    RT @RampsMAGARants: Brand New K-Swiss causeeee..... FCK NIKE And  @Nike new #Muslm #SIMP https://t.co/Yd0OMsNOfK
32131                                                      @newsobserver @Kaepernick7 @Nike How about wear your damn shoes and stop acting like babies? Then buy a pair for the homeless.
32132                                                                                      RT @Bosslogic: Coming soon! #TheWitcher @netflix #witcher #henrycavill https://t.co/MY3RZE9eQG
32133                                         RT @jstines3: WOW!   @Nike went from JUST DO IT to JUST BLEW IT!     What genius thought Kaepernick is a good role model for our children?…
32134                                                                                                                   @renewcancelled I’m anxiously awaiting details! @netflix  maybe ?
32135                                                                                                         @ConservativePTZ @Just_a_Texan @Nike Sic on Nike...cool dog...get that shoe
32136                                                                                      So nice of @Google updating the Pixel 2 to Android 9 PIE basically making Bluetooth worthless.
32137                                                                                                  @LoveAlexaBliss @WWE @facebook You want something different how about with the Miz
32138                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32139                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
32140                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32141                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
32142                                                                                                                                      @reeses @amazon Done thanks for the fun chance
32143                                                                                                  RT @Treyy108: @daryl_ei @Ohnoe_itsmoe @Nike Well said my G https://t.co/aPp7qp0TAP
32144                                                                                                                                                        Sorry @Nike won't be buying.
32145                                        RT @_ericcurtin: @alteratyeshiva @Nike this is epic brother. epic shoe burning. this is the one that will finally bring nike down 😈 thanks…
32146                                        @PhilKnudsen @MarkGeistSWP @Kaepernick7 @Broncos @Nike Right! @Nike  is clearly clueless about what sacrifice actua… https://t.co/8ZWmxgbX6K
32147                                                                            RT @Reuters: Mueller will accept Trump's written responses as first step: source https://t.co/SmPpm1Hhfp
32148                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32149                                        @cmaggi10 @madisongesiotto @Nike So first u say people can do what they want then u tell her to stop doing what she… https://t.co/dRnXViXlpM
32150                                        @Joelisnothere @wyntermitchell @Bob_Reinard @leaplings @mamurf41 @RealCandaceO @adidas @adidasUS @adidasUK I'm sure… https://t.co/mv2Pjg9VWY
32151                                         RT @LATiffani1: The boy on the left is an 8yr old oppressed slave and forced to work a 9 hr day in a @Nike sweat shop for .20 cents an hr.…
32152                                                                                                 @Howardspolitics @GrahamAllen_1 @Nike And it shows 😂😂😂😂 https://t.co/x88pQARJB8
32153                                                                                                                          @jennysold326 @johnrich @bibleblvheretic @Nike He doesn't.
32154                                         @VegasRickster @Reuters The flag is not protecting anyone. It is a piece of material with stars and stripes on it.… https://t.co/7G6hn98VBZ
32155                                                                                                                       @Retired_Sgt17 @campdukes @johnrich @Nike That goes both ways
32156                                                                              RT @Mi_Abaga_Fan: @KylePlantEmoji @_ericcurtin @alteratyeshiva @Nike Please buy more Nike and burn it.
32157                                        @JosephHorner1 @Kaepernick7 @Nike Later LOL. He's sacrificed what he been training for all his life for something h… https://t.co/9mzYMGxNyT
32158                                        RT @madisongesiotto: Please stop burning your @Nike clothes. It’s foolish. There are people who could really use them. Please consider dona…
32159                                         @piersmorgan @Kaepernick7 @Nike Well....he was ostracized and bullied out of any chance to earn his regular income… https://t.co/mJgEjSr1dR
32160                                                                                            @NaptownChief @TomiLahren @Nike Like you have gone all in supporting Putin over America.
32161                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32162                                                                                                          @WeSupport45 @Nike @Kaepernick7 @realDonaldTrump Cancel Nike ‘Just Do It’!
32163                                        @ATT I just tried to call informing you of a scammer.  Of course I was met with hold times and inaccurate voice rec… https://t.co/DwVbuUBDiR
32164                                                                                                                                                             @Reuters grammar counts
32165                                                                                                                                                                  @McDonalds Shut up
32166                                              RT @whitneyacline: @kathia_woods @alteratyeshiva @Nike Cause once again they're showing it's not about the vets lmfao. It never was 😂
32167                                        @Nike I was surprised to see @alteratyeshiva on this boycott. One would think he would know what oppression is. Won… https://t.co/szV66ewkNK
32168                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32169                                                                                                            @Nike  The Truth shall set you free #BoycottNike https://t.co/p29iqlPkKE
32170                                                                                                    @PeteHegseth @SebGorka @Nike @pattillmanfnd Love it love it love it. Going viral
32171                                                                                                             RT @WigginsJLisa: I’m enjoying watching @Nike stock drop!  #BoycottNike
32172                                                      RT @Reuters: Breakingviews - Nike puts politically divisive spring in its step https://t.co/wQUd5O9BoG https://t.co/VMX9Yp0CpA
32173                                                            @julia_goolia__ @DrAthanasius @musingsofmegan @charliekirk11 @Nike @Kaepernick7 You can look it up... Uh oh! Research...
32174                                                                                   RT @LAValiant: @USAOWWC @TMobile What's really under @spaceOW's jersey... https://t.co/VcNWfdccAN
32175                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32176                                         @APizz1e @vjpIII @jemelehill @Nike That wasn’t the point at all. They were saying Tillman is the player who sacrificed everything; not Kap.
32177                                                      RT @CARandDRIVER: Watch the 2019 @Ford Ranger Raptor fly over some wild jumps: https://t.co/lF19BrdzZd https://t.co/CJCHHWKrhO
32178                                                                                                             RT @WigginsJLisa: I’m enjoying watching @Nike stock drop!  #BoycottNike
32179                                                                                             @Purposed4Him1 @Ukoneky @paxtondobbins @Kaepernick7 @Nike These guys aren't being fined
32180                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32181                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32182                                               Check out #MATISSE #bootie #Short #Boots #Cowboy #Brown #Rugged #STEELY Womens US 8.5 EU 39.5 $169  https://t.co/a55K6wOIkc via @eBay
32183                                                                                  @sclancy79 @NFL @Nike A small Chinese child was forced to work through lunch for make those shoes.
32184                                                              Check out NIKE 646701-104 Kobe IX 9 EM Hyper Low USA White Blue Independence Day Size 12 https://t.co/PvyTao4OfZ @eBay
32185                                                                                                                               @Nike still collected their coins from you. You lost.
32186                                        RT @umlibarts: An #UMTechSummit highlight—besides @UMchancellor @SenatorWicker Rob Carter @FedEx Michael Kratsios @WHOSTP @HaleyBarbour @Ni…
32187                                                                             Check out German Military Surplus  - New Snow Camo Poncho / One Size  https://t.co/h9tfV77ZGg via @eBay
32188                                        RT @glamourmom3: @PeteHegseth @Nike @pattillmanfnd I am a 13 year veteran. When you look at me the first thing you notice is that I am a bl…
32189                                                  @TitusONeilWWE @heatherlynn1024 @Nike @MetroMinistries @HCSOSheriff @TampaPD @CityofTampa @ChadChronister… https://t.co/xUW5WnHGCX
32190                                                                                                                @reeses @amazon I went for three!  #NotSorry  #Sweepstakes @JEvanMcK
32191                                                                                                  @RealDLHughley @Nike I am pretty sure they aren’t happy with the boycott movement!
32192                                                                 Check out #AMT Ertl New 1989 #Grumman F-14A #Tomcat  #8829  1:72 Age 10+ #AMTErtl https://t.co/VyaKSoV4Uj via @eBay
32193                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32194                                                  RT @CocaCola: Give a shout-out to someone that owes you Mexican food and ice-cold Coke. 😍 #ServeWithaCoke https://t.co/C1XPfi3yAF
32195                                        @Kaepernick7 @Nike 10 million in his bank account and you think that’s a sacrifice?  Just lost another customer Nik… https://t.co/2DcgVEJMq2
32196                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32197                                        RT @PonteVedraMan: Don't buy any @Nike @nikestore products ever again. Let them live off @Collinkaepernic people in prison!  @ESPNNFL @espn…
32198                                        @Kaepernick7 @Nike And he will never give up what hes doing your very patient individuals...... like Maurice claire… https://t.co/ihjojJ7gFQ
32199                                        RT @Disney: The legend you know has a dark side. Watch the final trailer for Disney's @TheNutcracker and the Four Realms in theaters Novemb…
32200                                        @davesportsgod @ConservativePTZ @Nike What about all the other veterans that haven’t died? They aren’t heroes becau… https://t.co/b1cr1GmQCw
32201                                                                                  @eli_the_great_5 @Nike Uh yeah he made it a race thing because that's exactly what the problem is.
32202                                        RT @LaylaAlisha11: YIKES! Look What Happened To Nike Stock Just Hours After Partnering With Colin Kaepernick. @Nike stock fell 3% which tra…
32203                                                                                                                @McDonalds It’s nasty 🤢 not good at all the chicken isn’t real🤷🏾‍♀️
32204                                        RT @NavMan_CanDo: @_TheRealBecky1 @fightinirish109 @Kaepernick7 @Nike @TeedIsMe @David_MagaUSA @Kpe1964 @anne19brown @jrbloom57 @aseeger3 @…
32205                                                                                   @Kaepernick7 @Nike buying my first Nike gear in years. Thanks for supporting true American values
32206                                        @b_anderson9 @WarrenPawlowski @LauraHutch8 @WTNH @Kaepernick7 @Nike You can go any openly racist blogs or sites and… https://t.co/EHWrN3CW8u
32207                                        @JLPtalk @Nike @Kaepernick7 Agreed. I’m not happy that they’ve chosen someone who is promoting false witnessing. Bu… https://t.co/7grixZEXQE
32208                                                                                                    @MrCoconutCurry @MlSTERSANDMAN @jkitch03 @MKBHD @Apple They are a Slave company.
32209                                        RT @LaylaAlisha11: YIKES! Look What Happened To Nike Stock Just Hours After Partnering With Colin Kaepernick. @Nike stock fell 3% which tra…
32210                                                                                                                      @sclancy79 @NFL @Nike Why not donate them to a homeless vet???
32211                                        RT @LilPoundcake1: I’ve never wanted to wear a pair of @Nike so much in my life. Celebrities should flood @Nike and prove a point. They sho…
32212                                                                                       @teddybrookeshot @RoneJae @sclancy79 @NFL @Nike And also I'm not defending him having slaves.
32213                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32214                                        RT @Disney: Celebrate the 🎃 King like never before! #TheNightmareBeforeChristmas is now available to watch in two different ways—including…
32215                                        Saw many people at the gym today wearing @Nike (myself included) and yet no one was accosting them for not “respect… https://t.co/S2YD1Skxfg
32216                                              RT @JoeBauers2505: @johnrich @Nike So the singer of a song describing date rape by a Cowboy wants to have his opinion taken seriously?
32217                                        RT @madisongesiotto: Please stop burning your @Nike clothes. It’s foolish. There are people who could really use them. Please consider dona…
32218                                                                              @sclancy79 @NFL @Nike NONE OF THIS HAS ANYTHING TO DO WITH THE FLAG OR THE NATIONAL ANTHEM YOU FUCKWIT
32219                                                                                           RT @Ex_NSA_SpookMan: @Nike @Kaepernick7 What have you sacrificed? https://t.co/9usIohFwKN
32220                                         RT @KylePlantEmoji: @_ericcurtin @alteratyeshiva @Nike I can't wait till they give him his money back. They'll be going out of business in…
32221                                                                    @warnerbrostv @netflix @TheCW @FOXTV @cbsallaccess #WhatILikeIn4Words : More seasons of Forever Pls #SaveForever
32222                                                                                                                                @NicThorington @Nike Or cutting it out. . . pathetic
32223                                                                             @B_Mint_1 @ringer @Nike How dare you interject rational thinking in this time of social media outrage?.
32224                                        @DentonRC Seeing how this problem has been ongoing- I’m wondering how @kroger will earn our trust back. I’m so upse… https://t.co/Jhu4u4LOlP
32225                                           Broad picture of cowardly companies @Google @YouTube @Facebook @Twitter; #siliconvalley #startups were generally… https://t.co/zXBek2zXe7
32226                                        RT @MORTONLB53: Please don’t go burning your @Nike gear to prove a point. They already have your money. So if you’re not going to wear it g…
32227                                                          Check out Golden State Warriors NBA Hardwood Classics New Era Snap Back Hat Used #NewEra https://t.co/gzRFznsX6N via @eBay
32228                                                                                                                @ChicagosFines19 @Nike @nikestore When the missile jumped the shark.
32229                                                                  RT @Cisco: If you guessed answer 3… then you're correct! 🎉 Go follow our fearless leader! https://t.co/BUHVudERAP
32230                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/loG71G2SPy
32231                                        RT @LaylaAlisha11: YIKES! Look What Happened To Nike Stock Just Hours After Partnering With Colin Kaepernick. @Nike stock fell 3% which tra…
32232                                         @cutiepie_makeup @RoneJae @sclancy79 @NFL @Nike It's original intent? I don't understand. It was literally written… https://t.co/DTfZnEZ78l
32233                                                                                                                        @Disney how many RTs for a spot on one of your shows......🙃
32234                                        Anyone notice how old the Nikes are that Trumpsters are burning? They are like from the 70’s! #NoWorries @Nike thos… https://t.co/YqtzlwGyl5
32235                                                                                                                        ......anyway when is Cap winter Soldier gonna be up @netflix
32236                                                                                                                                     @sclancy79 @NFL @Nike You're missing the point.
32237                                                                                                                                        @THR @netflix He better have the voice down.
32238                                                                                                   @DaddyDaddymac @ivyjofreeman @nikestore @Nike are u still endorsing Michael Vick?
32239                                        @jpf1024 @aj_powers @Nike @ChrisLoesch @DLoesch @KrisParonto @SeanParnellUSA @JesseKellyDC And Racist killings ....… https://t.co/pa1cQSGD9s
32240                                                                                                              @EaglesNetsTalk @ItBegins2012 @Nike His tweet was also 100% irrelevant
32241                                        @Kaepernick7 @Nike Yeah taking a knee during the season and NOT DOING ANYTHING BESIDES THAT IN THE OFFSEASON OR SIN… https://t.co/7V0de2QAwe
32242                                              @Nick72942421 @cwarsing1970 @FriendOfHamas @TitusONeilWWE @DrewOnTheRadio @Nike @MetroMinistries @HCSOSheriff… https://t.co/HowNjnQGyj
32243                                            @nessnitty @Kaepernick7 @Nike Yeah the poor little black boy..  as long as its about his pockets!  #screwyoukap… https://t.co/Ormib4nUaT
32244                                        RT @usNewshound: This is the REAL INJUSTICE AND PLACE TO TAKE A KNEE @Nike clean up ur own injustice before u take on the USA @RealCandaceO…
32245                                                                                                      @Toby_Cam @CNN @Nike For promoting and honoring Courage and Sacrifice #YouTwat
32246                                        @MichaelJohnGet2 @FoxNewsInsider @TuckerCarlson @foxandfriends Are @Nike workers abroad better or worse off than th… https://t.co/ExMBE9PjkZ
32247                                                                       @Nike owns @Converse so neither should be advertising on racist Breitbart anymore. Time to go buy some shoes!
32248                                                                                                      @_OneSwankGuy_ @Nike Nike still endorses the NFL 🤷🏽‍♂️ they playing both sides
32249                                                                                                           Thank you @Nike!!!! What up doe @kaepernick7 ✊🏾 https://t.co/NggMgQsbMt
32250                                        @StellarOrg partnership with @IBM @IBMBlockchain is looking better and better every day... #IBM is almost ranked #1… https://t.co/xQSfOjg5vw
32251                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
32252                                                      @HuffPost The only smart one is @Kaepernick7   He knows he doesn’t deserve the @Nike deal but he’d be dumb not to embarrass it
32253                                                                                    @Nike doesn’t care if you burn your stuff! You already paid for it. 😂😂 https://t.co/2Sg4RixxLa
32254                                                Just saw this on Amazon: Van Heusen Men's Wrinkle Free Twill Long Sl... by Van Heusen for $26.99 https://t.co/FFs98nLC9T via @amazon
32255                                        RT @coads123: People are burning their @Nike stuff or throwing it in the trash. Why not just donate it all to homeless veteran shelters sin…
32256                                                                                                                                       @BMC2R4L @Nike Nah...I just like Nikes 😂😂😂
32257                                                                                    @nessnitty @Kaepernick7 @Nike He lost lost his job cuz he SUCKs at it... what a sacrifice hahaha
32258                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32259                                                                            RT @eurodbarber: I’ll sit behind 30 cars at @ChickfilA before i sit behind 3 at @McDonalds !  Don’t @ me
32260                                                                              RT @Dmccommons2: I guess I’m confused but can people who are mad at @Nike about Kap explain to me why?
32261                                                                                                                                          @deathofnation @Nike Do they??? Awesome!!!
32262                                                                    @sclancy79 @NFL @Nike Many many homeless vets out there and you choose to destroy rather than donate ... FOOL ..
32263                                 RT @lilnativeboy: “Pocahontas” was actually 13 &amp; stolen from her family by a 35yr old white man &amp; @Disney decided to make one of the first…
32264                                                                             RT @Reuters: Canada PM indicates he will not bend on key NAFTA demands at talks https://t.co/Q8LvuzPh3n
32265                                                                                                                       @Danny12380245 @Winnersrow @HuffPost @Nike @Kaepernick7 their
32266                                        @druid1547 @ArthurSchwartz @DonaldJTrumpJr @POTUS @Nike @WhiteHouse @VP @StormyDaniels @MichaelAvenatti Stormy wish… https://t.co/ag5VdlmDXF
32267                                                                                                    @Kaepernick7 @Nike This knee grow is proof America is no longer worth defending.
32268                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32269                                           RT @ChrisStapleton: Happy Release Day. @Starbucks and @Spotify are spinning 'From A Room: Volume 1' all day long. https://t.co/TNVtm50Pfl
32270                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32271                                     RT @BoogerBottom: When Colin K gets more love than this man! @nfl @Nike has a problem with true Americans that buy &amp; watch! Pat Tilman had…
32272                                        @KneedlerJim @johnrich @jjauthor @Nike Look at all these dogs also killed by cops. Bet you don't care. Are these go… https://t.co/0viCgL63zK
32273                                                                                                                                  @Nike  is a champion for standing up. That is all.
32274                                        RT @SebastianKole: Sometimes you gotta just give god praise that you’re not DUMB enough to burn your feet to spite @Nike and @Kaepernick7 l…
32275                                        RT @KimSmithInov8: What are you doing on September 14th? @IdeagenGlobal @UN @IBM @CallForCode @womenincloud @jencrozier @Rananovack @chanta…
32276                                        RT @WeSupport45: Hey @Nike if you want to sell more shoes you may want to rethink your choice of spokesperson in that of @Kaepernick7 unles…
32277                                                                        RT @OGDannyOcean: Still tippin through the Galleria @Nike @footlocker #AirMaxOrigins https://t.co/7jiDZM5AUG
32278                                                                           Check out Brass Compote-Birds Ropousse-Palm Beach Estate Provenance-Vintage https://t.co/INbaxCyStU @eBay
32279                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32280                                                                Aluminium Front Rotor Spacer FOR Harley Iron 883 09-18 Sportster 1200 07 Spor... https://t.co/UujpwQBDAe via @amazon
32281                                                                                                                                    @sclancy79 @NFL @Nike You stupid fuck @sclancy79
32282                                        @amazon How do I reach out when it’s not about an order? It’s about needed change in support of ADA recognized ment… https://t.co/nFNHcdKDA2
32283                                              SFAB squadron command sergeant major killed in insider attack in Afghanistan https://t.co/HoibvrqVck 13 deployments @Nike @Kaepernick7
32284                                              Right now Netflix is popping off like it’s so much content I just saying @netflix hook a girl up with a role please and thank you 🙏🏽
32285                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
32286                                                                                                                            @PeteHegseth @Nike @pattillmanfnd No more Nike’s for me!
32287                                        @HuffPost They may be burning it but there’s plenty of us that will just buy more! Go @Nike and @Kaepernick7 for st… https://t.co/Adpv3RAE2y
32288                                                                                                                                          @Kaepernick7 @Nike Sacrifice yourself then
32289                                                                            RT @ServingJustice2: @RealJamesWoods @Nike This is what sacrifice looks like.... https://t.co/YQhKmwx7Nj
32290                                                                  RT @Reuters: British opinion still deeply divided by Brexit - poll https://t.co/0apiK0w9Ub https://t.co/A0GzZVebcJ
32291                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
32292                                                @johnrich @Nike @Nike still got the 💰 for it clown !!!  Trust me ya music career will hurt because of this… https://t.co/Cnm2p6gU8w
32293                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
32294                                        RT @LaylaAlisha11: YIKES! Look What Happened To Nike Stock Just Hours After Partnering With Colin Kaepernick. @Nike stock fell 3% which tra…
32295                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/Aqy5vL7IWR
32296                                                                               RT @MarkSimoneNY: Note to @Nike - This is what actual sacrificing looks like: https://t.co/8YOV4ohOae
32297                                                                               RT @MarkSimoneNY: Note to @Nike - This is what actual sacrificing looks like: https://t.co/8YOV4ohOae
32298                                        @thecjpearson @Nike The youth of America could give a crap of what you think. Their buying power is a hell of a lot… https://t.co/0J7ocTp8XG
32299                                                                        @PayPal making an appearance at #selfieforgood #xerocon #RUOK #Buyabale #Xerocon2018 https://t.co/XyPBd6opeD
32300                                       Yo @Nike I need y’all to get some @Kaepernick7 Polo’s 👕 so we can have #KaepernickMondays and rock our shirts at wo… https://t.co/wPeNXrY3fb
32301                                                                                                          @RyanAFournier @ambinc1 Holy crap that's brilliant. The hypocrisy of @Nike
32302                                                                                                                        @Chad_WhoDat @jemelehill @Nike Don’t let the door hit you...
32303                                                                                                                                           @sclancy79 @NFL @Nike That will show Nike
32304                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32305                                                                                                                                            @sclancy79 @eq2ruben @NFL @Nike Right on
32306                                     RT @BoogerBottom: When Colin K gets more love than this man! @nfl @Nike has a problem with true Americans that buy &amp; watch! Pat Tilman had…
32307                                                                                                           RT @Reuters: NFL releases statement on Kaepernick https://t.co/yKUmv7mF3q
32308                                        RT @twi1776: @AMErikaNGIRLBOT @SergeHalytsky @Nike @John_KissMyBot @mikandynothem @IsraelUSAforevr @buzzman888 @GartrellLinda @grizzlemeist…
32309                                        @DeanaDinonet745 Hello Deana! I'm a reporter with @Reuters. Did you take this video? Could you help me answer a few… https://t.co/7jAEreZGxL
32310                                        RT @snarwani: See what @Reuters just did? Last week it put out a story that #Iran had moved ballistic missiles to #Iraq - a falsehood denie…
32311                                                                                               Check out Smashbox Be Legendary Lipstick Nylon Nude NIB https://t.co/vzpJoyB0hp @eBay
32312                                                                            @jarrett_bailey4 @billnmissy @BridgetPhetasy @joerogan @Nike Million doll...according to Kaep himself. 1
32313                                        Great analysis (as usual) per @TheLastRefuge2 re: the seemingly illogical advertising move from @Nike which prompte… https://t.co/zl0blxlGiT
32314                                                                                         Instead of burning your @Nike shoes I’ll take take them off your hands size 12 please 🤷🏻‍♂️
32315                                                                                                                                    @ConservativePTZ @RyanAFournier @Nike Way to go.
32316                                                                         @Nike Losers! Think maybe Nike will have a board meeting tomorrow??A little late. Whats another 20 billion?
32317                                                 RT @Herobust: Bigup @Nike for being on the right side of history. Gladly supporting corporations like this. https://t.co/Of0yORvYOW
32318                                         Hey @Nike I think you scumbags could’ve chosen one of these two.   It fits your #Nike corporate image just as well… https://t.co/2W3VJsZ6Kw
32319                                                                                           Hey @kathygriffin @Nike and @colinkapp ain't making all those millions afterall...  #MAGA
32320                                                                               RT @MarkSimoneNY: Note to @Nike - This is what actual sacrificing looks like: https://t.co/8YOV4ohOae
32321                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32322                                                    RT @stephenasmith: Stephen A. Smith After Dark podcast: What took @Nike so long? https://t.co/sv2ok9eAW5 https://t.co/Hm2KdH0gs9
32323                                                                                     RT @kdriley05: Me tomorrow at work putting a @Nike swoosh on everything https://t.co/m3xLAbB7ro
32324                                        @sclancy79 @NFL @Nike You know you could just stop buying Nike products instead of walking barefoot on your beer ru… https://t.co/NNteyFomeP
32325                                        RT @salemkeizer: There’s a festive feeling at Auburn Elementary’s Open House. Thanks Salem @Costco for providing free backpacks and hotdogs…
32326                                                  RT @fnemecek: Call me crazy but I think @McDonalds ought to put this poster up in all of their restaurants https://t.co/FNsdqQFSSu
32327                                                                                                           RT @josephstern: My favorite pair of @Nike shoes. https://t.co/q5hLSM3sIi
32328                                        @newsobserver @Kaepernick7 @Nike A better idea would be to not get caught up in hateful rhetoric and actually empat… https://t.co/yqTnF5HlQS
32329                                                                                                                            @Toyota New Tundra in the works???? #imwaiting 🤷🏻‍♂️🤞🏼
32330                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32331                                                           So hard to choose. The new Ozark season or the New Great British Baking Show season. @netflix please organize my viewing.
32332                                        RT @ColbyCovMMA: I grew up in Oregon and was around @Nike my whole life. It's funny watching a company that uses child slave labor overseas…
32333                                                                                                                                                      Excellent point! Well @Nike ??
32334                                                                                                                         @johnrich @Nike I want Nike stock give me the link.. Thanks
32335                                                                                                     @netflix got some of the nicest actors . No one has there #diplomat Actors beat
32336                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32337                                        RT @LaylaAlisha11: YIKES! Look What Happened To Nike Stock Just Hours After Partnering With Colin Kaepernick. @Nike stock fell 3% which tra…
32338                                                                                                                          @Nike Bye!!!!!! Never will I buy anything from Nike. EVER!
32339                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32340                                         You guys can keep burning your @Nike shit I'm tired of seeing everyone wearing the same shit I am anyway ill stick… https://t.co/Wqce71H9Uu
32341                                                                         Any chance ye can build a warehouse in Ireland so we can get prime? Plenty of cash around! Come on @amazon.
32342                                                                                                  RT @LouCavazos: @Kaepernick7 @Nike Much better!  #JustDolt https://t.co/zRTh1PfcwM
32343                                        RT @NotYourMascot: Cool @Nike but now that you are down with @Kaepernick7 maybe go further and set a real example: stop selling racist gear…
32344                                                                     @reeses @amazon In the fridge to keep my stacks of @reeses cold! #NotSorry #Sweepstakes https://t.co/9TsAdKFfnm
32345                                        RT @madisongesiotto: Please stop burning your @Nike clothes. It’s foolish. There are people who could really use them. Please consider dona…
32346                                        RT @WeSupport45: @realDonaldTrump Hey @Nike if you want to sell more shoes you may want to rethink your choice of spokesperson in that of @…
32347                                         Bc Donald trump sends such positive messages!! I support @Nike and the message @Kaepernick7 is sending and respect… https://t.co/K6aqiPYrxz
32348                                                                                                                                             @Jay_LaMarca @Nike @newbalance Same lol
32349                                        @nameless2123 @cyberstalkingU @stephenasmith @Nike There have been multiple stories prior to 2018 about how Nike tr… https://t.co/NXoAPlYUdn
32350                                                                                                                                         Shame on you @Nike. https://t.co/Ssuz1muR8Q
32351                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32352                                                                                                             @IndivisibleNet Ready for back to school! @Nike https://t.co/fj5aNsXPSa
32353                                        @alteratyeshiva @Nike Y’all acting like you didn’t buy them and give them your money already. Burning those shoes r… https://t.co/0l2m9X7JcT
32354                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32355                                                                                 RT @Ridim_Luv: @sclancy79 @NFL @Nike You boys love burning things don't you https://t.co/miIr9YCX5J
32356                                                                                                                              @bigj3m @Nike THEY  BLEEPED UP https://t.co/TYBBNkSDP9
32357                                        RT @WeSupport45: Hey @Nike if you want to sell more shoes you may want to rethink your choice of spokesperson in that of @Kaepernick7 unles…
32358                                         @MercuryOneOC @Nike Veteran here. I feel like @Kaepernick7 respects my service by exercising the freedoms we protect. Have you ever served?
32359                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/ylaZJSq66U
32360                                                                                            this starts now @Nike @Kaepernick7 @147Calboy #PaperGangTheLabel https://t.co/Rr1W9HqiT6
32361                                        @john12782 @ClayTravis @Nike John Nike just made up my mind. It’s probably going to cost me more $ but now I’m buyi… https://t.co/7r9asyxwza
32362                                        @Elizabe71094649 @Kieradee @PhuckGOP @WalshFreedom @Nike @Kaepernick7 Right-wingers love to accuse people of harbor… https://t.co/uZIWlD4KKO
32363                                                                        Check out Hella Bitter Co Make Your Own Bitters Kit pic ONE! #HellaBitters https://t.co/E4YpxktE4d via @eBay
32364                                                                                                    @Ashluelaroe @Kaepernick7 @Nike Gonna be so funny when the tables turn 😭😂🤦🏽‍♀️
32365                                                                                      @Reuters @ReutersTV #LiberalismIsAMentalDisorder  (on total display today....).   #WalkAway!!!
32366                                                                                @sclancy79 @NFL @Nike Bone spurs.  He couldn't wear 'em anyway.  But isn't burning rubber a crime?!?
32367                                        @netflix Currently watching Inside the Criminal Mind and they seriously used Ross Lynch's photo as Jefffrey Dahmer.… https://t.co/txxS3vVsuH
32368                                                                                                                                                         @CNBCnow Gotta love @amazon
32369                                                                                                                                 @ConservativePTZ @JackPosobiec @Nike Sweeeeeeeeet!!
32370                                                                                                                                             @Doodisgirl @LisaMei62 @Nike Disgusting
32371                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32372                                                                                                                                               Let’s buy some Nike’s #justdoit @Nike
32373                                         I suspect this is only the beginning. @Nike should’ve focused on the American heroes who know TRUE sacrifice. What… https://t.co/XyeTXs5awQ
32374                                                                                      I have never been more proud to be so #brandloyal @NikeRunning @Nike #justdoit #runnersfornike
32375                                            @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell @timkaine… https://t.co/jnEVuSISWt
32376                                                                                                            RT @iKezims: @sclancy79 @NFL @Nike Rosa Parks wasn't protesting the bus.
32377                                                                             Check out XL ( Extra Large)  Multicolored Nwt Lularoe Cassie Pencil Skirt https://t.co/HwOh6MUui9 @eBay
32378                                        RT @orangeandwhite: The @ClemsonTigers extended their deal with @Nike early last month. With its latest ad campaign featuring Colin Kaepern…
32379                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
32380                                                                                                                 @Kaepernick7 @Nike Thank you for being on the right side of history
32381                                                                                                                  @Colgate why is my toothpaste gluten free? https://t.co/eZDDN7UbY1
32382                                                                                                                               @ai_bi_li @Apple @YouTube @Spotify Where is ur point?
32383                                                                 I’ve just picked my @BMW #UltimateRyderCupTeam - Click to see my team and create your own:  https://t.co/vuWLyj1PJf
32384                                                  RT @herbalgirl98: Check out Parrot 5” Heavy Yellow Colored Hand-Blown Glass Collectible Tobacco Pipe https://t.co/JCDkPOV6IV @eBay
32385                                        RT @coasty30: @sclancy79 @NFL @Nike I’m a 20 year retired US veteran. Kneeling during the National Anthem is not offensive to US Service Me…
32386                                        @PapaBorrego @hollar_ken @NationStateInfo @Way2gosassy @PhoenixAzsn @BruinBrian82 @TomiLahren @Nike He spits on POW… https://t.co/CmdaQ46lId
32387                                                                                                             @RTorArtie @canadianspades @OddsShark @Nike @betmybookie Guess so 🤷🏽‍♀️
32388                                          I Love #Nike shoes! @Nike is the best! And Thank You @Kohls for selling wide Nikes!! #BBN #WeAreUK #WellRegulated… https://t.co/lQ15phOjt0
32389                                                      RT @Reuters: Mercedes unveils electric car in direct German challenge to Tesla https://t.co/GyYxgZ41Fl https://t.co/OL2antnmzG
32390                                                                                                          @WeSupport45 @realDonaldTrump @Nike @Kaepernick7 @USMC Including our kids!
32391                                                                                                   @SchuttLisa @Kaepernick7 @Nike Lmaoooo bye! Have fun wearing crocs and sketchers.
32392                                                                                  @heather2577 @Kaepernick7 @Nike SO IS FAT Donny but you close your eyes when he does something....
32393                                         RT @andsharoneski: Actually amazed by these people burning their @Nike clothing trying to honor vets. Can guarantee most of you have never…
32394                                        RT @AAAJ_AAJC: A Filipino American student in Houston decided to put his own ad up on a @McDonalds wall missing Asian American faces. Weeks…
32395                                                                                                     @Angelamarytayl1 @ClayShaylon @Nike It IS if a person wants to believe it is !!
32396                                        @boring_as_heck @RhettWilliam @Nike How do people fall for posts like this... seriously you would have to be incred… https://t.co/mCFbvBYIh8
32397                                        RT @tianabelle: @Kaepernick7 This is pretty tone deaf. THIS is actually what it means to “sacrifice everything”. Not comparable. @Nike http…
32398                                                      RT @Reuters: Mercedes unveils electric car in direct German challenge to Tesla https://t.co/GyYxgZ41Fl https://t.co/OL2antnmzG
32399                                                                                                                  @umpblue65 @Kaepernick7 @Nike Go ahead don’t let Twitter stop you.
32400                                                                                         @johnwilliamlaw @Nike Well stated John!  Bravo! Thank you Nike and Colin for standing up!!!
32401                                                                       @rolandsmartin @JoeTalkShow @RealCandaceO @charliekirk11 @SheriffClarke @Kaepernick7 @Nike #Chicago though 🤔
32402                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
32403                                                                                                @Kaepernick7 @Nike Now I REALLY like my ASICS &amp; Saucony shoes even better 👟👟!!
32404                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32405                                        @MissCassee @blp3 @RealCandaceO @adidas @adidasUS @adidasUK @Nike @Kaepernick7 But it’s a perfect example of just b… https://t.co/LxbG4z0Zem
32406                                        RT @GingerGibson: The Washington bureau stands in solidarity with @Reuters colleagues Wa Lone and Kyaw Soe Oo who are being wrongly punishe…
32407                                                                       @johnrich @Nike You and wheeler Walker can go sniff glue elsewhere.  I think culture will advance without you
32408                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
32409                                        RT @TheCowStealer: So @realDonaldTrump wants to talk about @Nike sending a bad message. I mean look at this picture. A quote from the Presi…
32410                                        RT @rstephe364: @OliverMcGee @POTUS @realDonaldTrump @WhiteHouse @Kaepernick7 @Nike This is what twitter is doing to your tweet! https://t.…
32411                                        RT @AAAJ_AAJC: A Filipino American student in Houston decided to put his own ad up on a @McDonalds wall missing Asian American faces. Weeks…
32412                                                                                            RT @PlanetArmani: Me passing by Trump supporters in my @Nike 's. https://t.co/QybB4JsIkq
32413                                                                                                           @bshawbshawbshaw @Nike @LEVIS I hope Jay Cutler has to walk around naked.
32414                                        @ColinCowherd @Nike @Kaepernick7 I believe that it wii be a 2:1 ratio of those not buying Nike products to those bu… https://t.co/n2KGNJaPLC
32415                                        RT @SebastianKole: Sometimes you gotta just give god praise that you’re not DUMB enough to burn your feet to spite @Nike and @Kaepernick7 l…
32416                                                                 @HotHeadPress @chug_soylent @kelly_clarkson @Nike Yeah. That $3.75 BILLION lost today is straight money too. 😂😂😂
32417                                        RT @FokisServices: Fokis Services Inc. is the premier supplier of @SAP Certified Resources in North America. @GordinFokis - Managing Partne…
32418                                                                                                                          RT @pieceofney_: Britney x @Toyota https://t.co/cmZLcA8ZUE
32419                                                                       I support @Nike 100% 2 pairs today $328 dlls #KneelOnNike #kneelingiscaring #lovenike https://t.co/0V6UfhXPnj
32420                                                                                                         RT @franklin_93: @Kaepernick7 @Nike Should be ad... https://t.co/kj092eTLPJ
32421                                                                                                   @datrinti @netflix Wow amazing interpretation dude even better than Boss Logic’s!
32422                                                                                                                                           @shayford21 @theheavyside @Nike Yes it is
32423                                                                                                             RT @ActualEPAFacts: Very nice @Nike and @Google https://t.co/8MLTnDOWsX
32424                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32425                                                                                                         I guess a @Nike endorsement doesn’t fall under the category of “everything”
32426                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32427                                                                                                             RT @ActualEPAFacts: Very nice @Nike and @Google https://t.co/8MLTnDOWsX
32428                                        @KR2013BlueWave @zechdz @fentrese @franklin_93 @Kaepernick7 @Nike Ohhhhhhh I’m sorry.  I did t realize YOU’RE out t… https://t.co/pRLxrPJ4YQ
32429                                                                         @franklin_93 @Kaepernick7 @Nike Pat Tillman was liberal and almost certainly would’ve supported Kaepernick.
32430                                                                                                                @officerGeeQ @Nike Man I need those delta red shoes in my life .....
32431                                                                                                                    Y’all not stopping @Nike sales btw..y’all not built like that 😂
32432                                                                                             @Mary_nope @RealJamesWoods @Nike I like Ben Shapiro but I don’t agree w him on this one
32433                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
32434                                                                                                                              @DaddyDaddymac @PamelaDraper Bought a pair today @Nike
32435                                                                        RT @OGDannyOcean: Still tippin through the Galleria @Nike @footlocker #AirMaxOrigins https://t.co/7jiDZM5AUG
32436                                        RT @DiXiEjO68: @sclancy79 @NFL @Nike The NFL didn't force you. The fake president did. You watched Kaepernick kneel for 2 years before Trum…
32437                                                                                  @Kaepernick7 @Nike You sacrificed your career for something you believe in. Thank you @Kaepernick7
32438                                         RT @LATiffani1: The boy on the left is an 8yr old oppressed slave and forced to work a 9 hr day in a @Nike sweat shop for .20 cents an hr.…
32439                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32440                                                                                                        Games Creatures Play by Charlaine Harris https://t.co/kE2XjuoH0q via @amazon
32441                                                                             RT @XStrategiesDC: Bernie Sanders 2020 Campaign slogan brought to you by @Nike. https://t.co/y0uo4CtrQi
32442                                                                                                                              @Reuters If he says it’s bad you gotta know it’s good!
32443                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32444                                        RT @Jason_Lucas001: #BoycottNike @Nike you may want to rethink who you back.  Colon Kaeperfarts is a lazy POS asshole.  Glen Coffee is hero…
32445                                                                                                               @BoogerBottom Bruh @UAHUNT is where it’s at anyway !!! @Nike sucks!!!
32446                                                  @AverySchwalm @A_S12 @StewartHaasRcng @KurtBusch @MonsterEnergy @CGRTeams @chevrolet @Ford @AP_Images @AP… https://t.co/7r2LU3nyHW
32447                                        @ECMcLaughlin @Nike @Kaepernick7 If they care so much about others they would donate their Nike Gear. How is burnin… https://t.co/UQHgKpjrCz
32448                                                                           RT @Reuters: Storm Gordon making landfall west of Alabama-Mississippi border: NHC https://t.co/A9WFq5qDUw
32449                                                                                                                                                            @Reuters You’re kidding!
32450                                                                                                                                                          Going to plunge more @Nike
32451                                                                                                                       RT @JohnAxford: I am proud and honored to be a @Nike athlete.
32452                                                                   @mrspennyj @WalshFreedom @Nike Which is why I use the word comrades. Or perhaps I should’ve said brothers in arms
32453                                        RT @GrandmaCheesy77: @leaplings @Joelisnothere @mamurf41 @wyntermitchell @RealCandaceO @adidas @adidasUS @adidasUK You do know it was a gre…
32454                                        @JohnSchaech @johnrich @Nike @Kaepernick7 @Reebok @TomiLahren @greggutfeld @kilmeade @RedneckRiviera He didn’t sacr… https://t.co/1USOyYThQL
32455                                         RT @ActMeasuresDoc: We're happy to announce that #ActiveMeasures is now available on @amazon. Enjoy and pass along! https://t.co/2Lndp8oDDl
32456                                    RT @pinkk9lover: Apparently the @Nike advertising execs are out of touch. Have they not seen the doom of #Lexington VA &amp; the #RedHen or the…
32457                                        RT @maul_cosplay: Hey @netflix - I found Henry Cavill’s audition tape for the @witchergame series! #witcher #superman #netflix https://t.co…
32458                                        @ClayTravis @ErinMacAdams @Nike Someone that actually sacrificed everything for their country should be their perso… https://t.co/1cvsvNw8f3
32459                                       @DiXiEjO68 @sclancy79 @NFL @Nike They are clueless as to why Kaep protested!!! It’s not about the flag. But tru💩p k… https://t.co/LImQIxbQFw
32460                                        RT @Q_101_X: .@Kaepernick7 word has it @Nike and Nike CEO Mark Parker are wondering where the stench is coming from. Go ahead Colin tell th…
32461                                        RT @rolandsmartin: Really @realDonaldTrump? So @Nike has the right and freedom to run their ad. But @Kaepernick7 doesn’t have he same right…
32462                                                                                              @EvelynLozada @ATT I agree. They have horrible customer service. That’s why I switched
32463                                                      RT @verizon: New brands 🎁artists 👩‍🎤 &amp; events 🎟. Rewards are always changing with Verizon Up. All in the My Verizon app.
32464                                                                                                                               @david_traunero @Nike Late night motivation for what?
32465                                       RT @datrinti: Quick paint over of Henry cavill as Geralt🤘 @netflix #henrycavill #geraltofrivia #thewitcher #digitalart #digitalpainting #Ne…
32466                                                                                                                                     @Nike Just Screw It.... https://t.co/zg7ecY6Kpc
32467                                                                                                                                           @CalFreedomMom @LeahR77 @Nike Great tweet
32468                                                                                                                         @Nike I know y’all have some openings now so y’all hiring?!
32469                                               RT @Nino_416: .@ShannonSharpe kept it💯on @Nike 30th Anniversary #JustDoIt ad campaign featuring @Kaepernick7 https://t.co/v5B2x2iz69
32470                                                                                                                                 @Nike is the new @fredperry https://t.co/IDioRqziPj
32471                                                                    @thedjstevenk @trekkie71 @GrahamAllen_1 @Nike What’s more American than fighting for your country? #USA #America
32472                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
32473                                       RT @h1122211: @Reuters @ReutersTV 📰 Many Murtadd Federal Police Personnel and a Local Representative Killed and Injured in Separate Attacks…
32474                                         RT @ActMeasuresDoc: We're happy to announce that #ActiveMeasures is now available on @amazon. Enjoy and pass along! https://t.co/2Lndp8oDDl
32475                                                                                    @Kaepernick7 I love this SO much! ♥️♥️♥️ thank you for all you do! And thank you @Nike 🙏🏻🙏🏻🙏🏻
32476                                                                                          “Yes lets burn all the stuff  that we already purchased from @Nike because this will MAGA”
32477                                                                                                                    @Nike I’ve never really worn Nike but I will by a pair tomorrow!
32478                                        @Huggykicker87 @johnrich @Nike No. See. The anthem is NOT for the military. It's for the citizens of the country to… https://t.co/HhdUFJK8Wv
32479                                        RT @DarleneO25: @Kaepernick7 @Nike I just followed @Nike because of their support of @Kaepernick7 !  If you understand  what this is all ab…
32480                                                                                               Check out Gold-Tone Beaded Pom Pom Drop Earrings by INC https://t.co/4TiK3uAbWs @eBay
32481                                        @IannarelliJohn @Nike Marketing for #Nike would have gone better by the #justdoit campaign #doitright .. A # NFL fo… https://t.co/mJtUvOmRm9
32482                                                                                           @USAOWWC @TMobile Good to see the @OutlawsOW boys still rocking that T-Mobile sponsorship
32483                                        RT @StumpforTrump: Retweet if you will not spend a dime on @Nike so long as they support anti-American Cop haters and flag kneelers! #NikeB…
32484                                                                           #silverware Check out Mud Jug Spittoon Olive Drab Green PORTABLE - NEW  https://t.co/O0W4IOUUzj via @eBay
32485                                                                            RT @253Kie: @sclancy79 @NFL @Nike Proud to serve my country in my @Nike boots 🇺🇸 https://t.co/eZRAprxTra
32486                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32487                                                                                                                                                @Reuters These libtards are so funny
32488                                                     RT @TheFavelakid: Sammy CreateSpace Independent Publishing Platform https://t.co/HGR5BYKuLr via @amazon https://t.co/bJ1IgMZfpU
32489                                        @IslandDiane @pseudojewelz @FuckabeeSanders @johnrich @Nike Where is your sense of conviction when it comes to Trum… https://t.co/569z9EVlvb
32490                                         RT @ActMeasuresDoc: We're happy to announce that #ActiveMeasures is now available on @amazon. Enjoy and pass along! https://t.co/2Lndp8oDDl
32491                                        RT @DineshDSouza: I’m seeing a lot of very critical reviews of @Nike products on their website and on other retail sites. Have you posted y…
32492                                        @darriel5 @striniwrites @johnrich @Nike How come players never took a knee for the mistreated cops that were killed… https://t.co/w33tXwLUEG
32493                                                                                                                                                17 years @Walmart. And counting.....
32494                                                    @KiddDynamitee86 @Lauriecosta88 @johnrich @TomiLahren @Nike @Kaepernick7 @Reebok @greggutfeld @kilmeade… https://t.co/lEg8qA6l8P
32495                                                                                               @syardi @facebook An observation suggested to me by anonymous FB person @meganrfrench
32496                                                                                                                       @LoriFazio @Breaking911 @adidas adidas sponsors joe biden tho
32497                                         RT @ActMeasuresDoc: We're happy to announce that #ActiveMeasures is now available on @amazon. Enjoy and pass along! https://t.co/2Lndp8oDDl
32498                                                                                                                        @sclancy79 @NFL @Nike Not using that thing between your ears
32499                                         @tonyposnanski @facebook @oliverdarcy So they shouldn't have a first Amendment for their views??  Who the hell are… https://t.co/qSTeHB2c87
32500                                                 After maximums hours played on my PS4 it has finally died on me 😪😢 RIP MOANITTA! #ps4 @Sony @PlayStation… https://t.co/DCjlBmFuZd
32501                                        @netflix you’re taking White Collar off Netflix?!?! WHYYY @MattBomer @WillieGarson @TimDeKay @TiffaniThiessen SOMEO… https://t.co/n6IrBSEedh
32502                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
32503                                                               Check out New Pokemon Poke Ball Loungefly Hot Topic  Patent Dome Bowler Satchel Handbag https://t.co/e42EQilbuy @eBay
32504                                                                              @WeSupport45 @dbongino @Nike @Kaepernick7 If you really support veterans you should donate it to them.
32505                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32506                                                             Guess whose wearing @Nike tomorrow while shopping for NEW sneakers? 🙋🏾‍♀️ #ME #boom #ImWithThem https://t.co/mLxbktr1C8
32507                                            Plant Expansions: #LotteChemical starts up PP plant in Malaysia; @BASF to increase capacity for HDO in Germany;… https://t.co/iB6xFLeQxo
32508                                         @HananFrancis @abc13houston @Jevholution @UHouston @McDonalds Should we ensure that every McDonald’s has a picture… https://t.co/QmkeMkrM7O
32509                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32510                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
32511                                                                                                                                            @boring_as_heck @Nike That’ll show em!!!
32512                                         @WeSupport45 @pmitton1 @45pres2020 @NFL @Nike @Kaepernick7 That’s why I support all of Trumps and Ivankas clothes.… https://t.co/HaRzLjfY7r
32513                                                                               @KayaJones @Nike Yeah way to go girl! I say buy more of their shoes and burn them. That’ll teach them
32514                                    @rstephe364 @OliverMcGee @POTUS @realDonaldTrump @WhiteHouse @Kaepernick7 @Nike It could take all day &amp; night to lo… https://t.co/zQIKKzDzNg
32515                                           @loudsoliloque @JeffBezos @amazon @Ricckyspence_ @JohnnyPrinceKE @JoseyMras @Jay_mycals @MartinGicinga @AmRoggoz… https://t.co/K1VMABroOA
32516                                        RT @christi88158108: @EW Gypsy is a show with many different characters.and desreve a #GypsySeason2 #RenewGypsy @netflix https://t.co/f8EZ2…
32517                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32518                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
32519                                        Lets not lose sight of the fact that anyone who burns jerseys/shoes/socks/etc. in protest of @Nike and @Kaepernick7… https://t.co/TRfA62vt03
32520                                         RT @BrandonLaird12: I about crapped my pants when I saw the caption. @Nike you uh wanna know what would really sell some of your products.…
32521                                                                                                                                         @Kaepernick7 @Nike EQUAL JUSTICE FOR ALL!!!
32522                                        @ChristopherUrsi @alexandraerin @MajinCvee @TXToasty @Mikel_Jollett @Nike You say that allot. Kind makes a person w… https://t.co/kA2GKXtInQ
32523                                                                                                                         @Nike &amp; @Kaepernick7 You’ll chuckle at this one ‼️‼️‼️ ✌🏼
32524                                                                                      RT @Reuters: Turkey preparing aid inside Syria to help Idlib displaced https://t.co/FzNlNPxZBu
32525                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
32526                                                                                         @Dart_Adams @poemsandthongs @netflix don’t be on that weird shit... I was rooting for y’all
32527                                                                                               RT @Reuters: Kremlin dismisses Trump warning on Syria's Idlib https://t.co/CrpvqNjjY6
32528                                                                                                @ResistDaPrez @CoolTrainerEl @sclancy79 @NFL @Nike 😩😂😂😂😂 my lung just collapsed
32529                                                        Join @davidjustice of @Microsoft &amp; Joe Levy of @Oracle on Sept 24-26 in Nashville for APISTRAT | https://t.co/aEsB0KwpM3
32530                                                                                                    @realDonaldTrump @Nike believe in Jesus Christ even if you get crucified for it.
32531                                       @EW One of the best shows ever made was canceled with no excuse from @netflix 😩 We are fighting for over a year now… https://t.co/inzRwi8Iuw
32532                                         @donna19443 @Harley_1955 @LeviStraussCo @Nike @NRA @GunOwners @realDonaldTrump I'm not sure why you included me in… https://t.co/F5EIi4e499
32533                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
32534                                                                                                                                              RT @AnthonyMiller_3: Salute @Nike 💪🏾
32535                                                                                                                                 Copyright infringement @Nike and yeah i’m snitching
32536                                         RT @BeeNewsDaily: @RealSaavedra @caitie1877 @Nike Opinion: K is set to earn millions from #Nike! A great return on his investment—possibly…
32537                                                         RT @Reuters: Polls show Democrats with stronger midterm lead https://t.co/jtUH6PqlBH via @ReutersTV https://t.co/sIosA3euRa
32538                                                               @Reuters Is Donald Trump trying to lose the midterms for the GOP by behaving like a third world dictator? #NeverAgain
32539                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32540                                                  @Sony plans ‘open cell’ manufacturing of TVs here to save on costs - The Economic Times https://t.co/EyWe3hu9sg via @economictimes
32541                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32542                                        RT @be_me80: Yooooooooooooo!!! If y’all burning or not wearing @Nike anymore listen i wear a L in shirts XL in sweats and a size 12 in snea…
32543                                        RT @be_me80: Yooooooooooooo!!! If y’all burning or not wearing @Nike anymore listen i wear a L in shirts XL in sweats and a size 12 in snea…
32544                                        RT @DiXiEjO68: @sclancy79 @NFL @Nike The NFL didn't force you. The fake president did. You watched Kaepernick kneel for 2 years before Trum…
32545                                              @citigirl555 @starcrosswolf @GartrellLinda @Nike @AppSame @Trump454545 @DonnaWR8 @KNP2BP @sxdoc @bonniemurphy… https://t.co/14yUkSDL60
32546                                                                                                                  RT @Johnny_Joey: No sweat @Nike I got you. https://t.co/jlpefb2lMn
32547                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
32548                                     RT @Walmart: 👏 Thrilled to be part of an amazing team who MINAJ-ed 😉 to pull this off! Congrats to all the recipients 👏 https://t.co/UqZ5Ct…
32549                                        RT @VP: Deeply troubled by the Burmese court ruling sentencing 2 @Reuters journalists to 7 years in jail for doing their job reporting on t…
32550                                                                            RT @Reuters: Storm Gordon makes landfall west of Alabama-Mississippi border: NHC https://t.co/Wj1kmGzCZ5
32551                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
32552                                                  @alteratyeshiva @Nike Donate them to someone who can use them. They're already paid for. That would eliminate a future sale. Sheez
32553                                                                    Check out SPUTNIK: The Shock of the Century~2001~SIGNED by the author PAUL DICKSON https://t.co/LH6imeFMnM @eBay
32554                                             Check out PINK Victoria's Secret Animal Print YOGA Leggings M Medium https://t.co/KfN13JgdDA @eBay #pink #pinkvictoriassecret #leggings
32555                                        RT @VP: Deeply troubled by the Burmese court ruling sentencing 2 @Reuters journalists to 7 years in jail for doing their job reporting on t…
32556                                        RT @truth_cab: @EViLGLENi @dretheoutsider_ @larrysellers14 @kylekuzma @Nike I feel like the point is only lost on those who are willingly i…
32557                                            @exgagop @Nike @Tamaraw68415067 @LibertyJen @Dawnsfire @wendy_soxy1girl @soirchick @alaskancourtney @GeorgeWept… https://t.co/0GxHMK1CmJ
32558                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
32559                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32560                                         RT @ActMeasuresDoc: We're happy to announce that #ActiveMeasures is now available on @amazon. Enjoy and pass along! https://t.co/2Lndp8oDDl
32561                                                                                                                                                                i support @Nike ✊🏾
32562                                          RT @herbiehaase: Corporate suicide.  @Nike pulled the pin and held the grenade.  #Nike ❤️@Kaepernick7 not our flag. https://t.co/yij0QEmkp1
32563                                                                 RT @Reuters: Embattled blood-testing firm Theranos to dissolve: WSJ https://t.co/A9PdZAsmyM https://t.co/BMxS703fOo
32564                                                                                                                                          RT @_muneca: Just wanna say I love @Nike ❤️
32565                                             RT @MattyEnders: @thebradfordfile #BelieveInAmerica and @realDonaldTrump Just say no to @Nike and @Kaepernick7. https://t.co/z0F4s5AEnO
32566                                        RT @coasty30: @sclancy79 @NFL @Nike I’m a 20 year retired US veteran. Kneeling during the National Anthem is not offensive to US Service Me…
32567                                                                                                                                               @larryelder @Nike @NFL 🤣❤️very clever
32568                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32569                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32570                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
32571                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
32572                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
32573                                           @Starbucks I just got reminded this happened to me in the morning &gt;:/ im mad &gt;:/ I was really craving a chai latte after soooo long
32574                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32575                                                                                                                            @EdKrassen @Nike Right up your holy ass Krassencriminal!
32576                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
32577                                                                                                                                                       @Bookish_Bum @Nike Great idea
32578                                                                                                                                                                        I love @Nike
32579                                                   RT @cchrisgates11: @stand4all @SchuttLisa @Kaepernick7 @Nike Stock is down 3%.. they are and so should the investors #BoycottNike
32580                                                                                                                                  @sclancy79 @NFL @Nike You are not a real American.
32581                                                                                                        @Luvmilife200 @OurRev305 @Kaepernick7 @Nike @nikefootball Lmao America sucks
32582                                        RT @Reuters: A prosecution witness revealed in pre-trial hearings that Myanmar police planned to ‘entrap’ @Reuters reporter. @specialreport…
32583                                                                                                  Caged or Uncaged? @adidas @adidasUS @adidasNYC #UltraBOOST https://t.co/mbbU8YrTBI
32584                                                                            RT @Rightwingermike: @Starbucks I wouldn't drink your crap or set foot in your store even if it was free
32585                                                                                       @williamsmjw @himmoderator @WSJ @Reuters Icon? Have u been you living under a rock? Fuck off!
32586                                    LOVE my new @Nike shoes!!! 😍 Can’t wait to #TakeAKnee in them for #BlackLivesMatter &amp; the message @Kaepernick7 has… https://t.co/JwfgL1A7zl
32587                                                                                                                 Wrong! @Nike is on the right side of history. #TakeAKnee #ImWithKap
32588                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32589                                                                                                 The Little Bitch Boy [Explicit] Pullenboy music https://t.co/xMCeVUsS4p via @amazon
32590                                        @alexandraerin @ChristopherUrsi @MajinCvee @TXToasty @Mikel_Jollett @Nike Ursuin bashes Kap asking what he’s done t… https://t.co/hj5Jcwii5g
32591                                                                                                                                            @Dipexa_G @thehill @Nike @TheView Agreed
32592                                                                         RT @PresidentIvanka: @BeastMasterJP @adidas @Nike @Kaepernick7 You are such a idiot https://t.co/sYB7YpknF6
32593                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
32594                                                    RT @Reuters: Mueller will accept Trump's written responses as first step: source https://t.co/zGUhdoKgYR https://t.co/kvSXMkV3CM
32595                                                                              RT @Mi_Abaga_Fan: @KylePlantEmoji @_ericcurtin @alteratyeshiva @Nike Please buy more Nike and burn it.
32596                                                                                                      @roushfenway @JohnDeere Would have to be my bestie @mustag_girl71 and @dagree2
32597                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
32598                                        RT @LaylaAlisha11: YIKES! Look What Happened To Nike Stock Just Hours After Partnering With Colin Kaepernick. @Nike stock fell 3% which tra…
32599                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32600                                                                           @aleombruni @FancyNancy2018 @JMeloveyou @Nike Yea because a billion dollar company cares.......😂😂😂😂😂
32601                                              #harley Check out Zippo Harley-Davidson Motor Flag Emblem Street Chrome Pocket Lighter - NEW #harley https://t.co/DLTpb1FOBe via @eBay
32602                                                       RT @MCU_Tweets: Unlimited trips to Wakanda: BLACK PANTHER is now available for streaming on @netflix! https://t.co/LpSL4gBoFe
32603                                        Sometimes you just have to let your actions speak. I will never buy @Nike again. Get your priorities straight. Make… https://t.co/WpSoXJYFNs
32604                                                                         @trini87 Just as hypocritical as all the people preaching #MeToo yesterday and then applauding @Nike today.
32605                                                    RT @Benzema: I’m here to play football. This is how I get ready for the game. #HereToCreate #ZNE @adidas https://t.co/64ualJFttO
32606                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
32607                                                               RT @Disney: Don’t miss the final trailer for #DisneysNutcracker and the Four Realms tomorrow! https://t.co/5x82DDPDRF
32608                                         @Kaepernick7 @Nike DON'T LISTEN TO the liberal stupid ignorant press...Nike can PAY KAEPERNICK on the backs of all… https://t.co/QD5EZyuU2b
32609                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
32610                                                                                                                                                   @JulioooOsorio @Nike What you get
32611                                                                                                             RT @ActualEPAFacts: Very nice @Nike and @Google https://t.co/8MLTnDOWsX
32612                                        RT @__edo35: @AlexCanPlay @daryl_ei @OfficialFBMA @Nike If said works that fully show the copyrighted material generates revenue for the la…
32613                                                                                                             @johnhenrey4 @KahBreeBree @Nike You do realize I live in America right?
32614                                                @grizzlemeister @1776HotLips @Nike @KatTheHammer1 @RealMAGASteve @MAGAGwen @RuthieRedSox @DocVoliday @JVER1… https://t.co/wQyo87Yku5
32615                                                                                                                 @MayaudonJose @thehill @Nike @Kaepernick7 For the fight for freedom
32616                                                  @Reuters That’s it??? The NFL said basially nothing. That was a “why bother” statement. 😒 Either stand for something or SHUT UP!!
32617                                         @Nike thank you for standing for something and I support you and will continue to support you. Colin Kaepernick is… https://t.co/b2ml4cSSVz
32618                                                          @ETNOWlive @DeutscheBank @nikunjdalmia @AyeshaFaridi1 @SEBI_India All the developing macros are pointing something else...
32619                                        RT @netflix: Reversing Roe: A new documentary about the state of abortion and women’s rights in America. September 13. https://t.co/AX75YJU…
32620                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
32621                                                                   RT @katieb082: @KaitMarieox @Nike I think that counts as unauthorized use of a copyrighted logo and slogan right?
32622                                        The greatest part to people  “boycotting” @Nike is that Nike cares more about the troops than you do! 🗣THEY SUPPORT… https://t.co/TaxonDvM9M
32623                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32624                                        #JackRyan was definitely a good show.. but his route to work through #DC makes no logical sense. Guess @amazon hasn… https://t.co/H21Pwuyzjo
32625                                        RT @ErinStagnaro: @Expattory @VP @Reuters Trump has only spoken out against the Press he's not Arrested them..even so at least the reporter…
32626                                           @JamieApody @Nike @Kaepernick7 @JOEL9ONE @6abc He kicks ass and I wish more white players backed Kap and the protest like Chris Long does
32627                                                                                       @1TechnoBuddy @Rangeneration33 @therealroseanne @Viacom To The #24millionRoseannefans @Viacom
32628                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32629                                        @David_Yardley @Kaepernick7 @Nike Fake news. He never stated the flag oppressed black people. It's dirty cops who a… https://t.co/uZtnqFluqC
32630                                                                                                                                                         Good for you @Nike #Respect
32631                                                                                                      @alteratyeshiva @Nike You still supported him by purchasing the shoes dumb ass
32632                                                               RT @Waynelittlewood: @Bosslogic @netflix Brilliant. Perfect. I hope you’ve done one of Kate Beckinsale as Yennefer 😉
32633                                                            RT @gaylinnenola: @GJussaume @LordPinicus @CryinHayward @larryelder @Kaepernick7 @Nike @TigerWoods They're hypocrites!!!
32634                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
32635                                         @voxdotcom @wkamaubell @netflix Like the opposite of a good Ezra Klein show. Shallow collection of soundbites. For… https://t.co/rqvHh1xWLP
32636                                                                                        @CNBC @facebook —instead of building gardens within Facebook save homes surrounding Facebook
32637                                                A hero. Pair of bad socks and a a million dollar dollar emdorsemt. @Nike  well done in the marketing dept. 👏https://t.co/xLvk8OK6zl
32638                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32639                                                                                                                           Important point. Harmless prank. What say you @McDonalds?
32640                                       @DannyMountain10 @Nike Interesting 🤔 they’re upset/angry-protesting about a (black) man taking a knee during the na… https://t.co/JsdS7g5dVQ
32641                                                                                                    RT @Starbucks: You're crying? We're crying. So sweet! 💚 https://t.co/ccUDRoGauF
32642                                                         @WalshFreedom @Nike That's idiotic AND un-American. Protesting IS a big part of what is MEANS to be an American ....dumbass
32643                                         RT @ActMeasuresDoc: We're happy to announce that #ActiveMeasures is now available on @amazon. Enjoy and pass along! https://t.co/2Lndp8oDDl
32644                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32645                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
32646                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32647                                        @AskPayPal @PayPal 3 attempts later! been at this for nearly 2 hours... y’all ain’t gonna steal my momma’s money if… https://t.co/qcpuwze2Oq
32648                                            RT @Reuters: South Korean envoys en route to North Korea as denuclearization talks stall https://t.co/AWuIIyK5XJ https://t.co/rMwR9fQr6k
32649                                                                                                                                 RT @King_kevvoo: Proud to be a Nike Athlete ‼️ @Nike
32650                                                                                                                             @Nike go Nike. I'm buying nothing but Nike! #Kaepernick
32651                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32652                               What the hell!!! 😡 @netflix  That’s not right! I want My Little Pony Friendship &amp; Magic back like it was &amp; I am not… https://t.co/jrPVjWFXwe
32653                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32654                                                                                                                                                       @johnrich @Nike L-O-FUCKING-L
32655                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32656                                                                        RT @OGDannyOcean: Still tippin through the Galleria @Nike @footlocker #AirMaxOrigins https://t.co/7jiDZM5AUG
32657                                         RT @Reuters: Chaos engulfed Brett Kavanaugh's U.S. Senate confirmation hearings. See how the first day progressed: https://t.co/d3w3tKYa7n…
32658                                                                        RT @OGDannyOcean: Still tippin through the Galleria @Nike @footlocker #AirMaxOrigins https://t.co/7jiDZM5AUG
32659                                                                                                                             I think I need to make a trip to the local @Nike store.
32660                                         RT @Reuters: Chaos engulfed Brett Kavanaugh's U.S. Senate confirmation hearings. See how the first day progressed: https://t.co/d3w3tKYa7n…
32661                                        @Nike got us we will continue supporting @Nike for they stand for something n blv in Humankind not Race S/o @Nike S… https://t.co/0ktmNbNEDr
32662                                        @TexasLo4Ever @GeneralClark @Nike @Kaepernick7 He’s donated over 1 million dollars. Literally over  1 MILLION DOLLA… https://t.co/K79WLsTsyS
32663                                        RT @AAAJ_AAJC: A Filipino American student in Houston decided to put his own ad up on a @McDonalds wall missing Asian American faces. Weeks…
32664                                                                               @starrpower_44 @maddow @jaketapper @NPR @ABC @CBS @draiochta14 I often have that same thought....  😔
32665                                        @Kaepernick7 @Nike Hanging in the sweatshops. 'Look at this picture and shutup and just do it.  He never said a wor… https://t.co/PZd9lYqGcG
32666                                        RT @BrickByBrick_KS: If @adidas  really wanted to take it to Nike they would run a similar campaign with a Wounded Warrior or Paralympics w…
32667                                                                                                             RT @Reuters: New York gears up for Fashion Week https://t.co/0HCsktddLF
32668                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32669                                                                                                                                     @boring_as_heck @Nike these replies are painful
32670                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
32671                                                  RT @Reuters: Greener growth could add $26 trillion to world economy by 2030: study https://t.co/ZH6cALt7UY https://t.co/FJnYfMjGER
32672                                                                                                                   RT @BrunoAmato_1: @GeneralClark @Nike @Kaepernick7 Thank you Sir.
32673                                        I did some research for y'all so when your racist relatives who are boycotting @Nike because of @Kaepernick7 you ca… https://t.co/JIjT2mXfj9
32674                                                                                                     RT @emily_juarezz: @alteratyeshiva @Nike look who it is https://t.co/9UTcVoxvwU
32675                                        RT @marvdory123: I will continue to watch #Colony on @netflix I will still tweet as I’m watching the old episodes. I will continue to tweet…
32676                                                                                                   RT @Damn_Steezy: Thank you @Nike  for doing something @Jumpman23  would never Do.
32677                                            RT @Shell: Meet the rising stars shaping the future of energy ⭐ #makethefuture #ONS2018 https://t.co/24gD3nONFK https://t.co/kUlv8Z1U1W
32678                                                                                      RT @Bosslogic: Coming soon! #TheWitcher @netflix #witcher #henrycavill https://t.co/MY3RZE9eQG
32679                                                                                                                    RT @LuxuryAmber: @AmericanExpress has the worst customer service
32680                                                                                                                               @Reuters He knows Trump will cave after the photo op.
32681                                                                                                     RT @emily_juarezz: @alteratyeshiva @Nike look who it is https://t.co/9UTcVoxvwU
32682                                        For all those @Nike socks that were needlessly destroyed instead of going to veterans/homeless/etc. there are other… https://t.co/bsHnvcNKPx
32683                                                                                                                                        @EmDockins @Nike I like them. Yes I’m a mom.
32684                                                                                                    RT @Starbucks: You're crying? We're crying. So sweet! 💚 https://t.co/ccUDRoGauF
32685                                                                                                                                                      @Reuters He has little choice.
32686                                                                                      @SebGorka @Nike @NancyPelosi @BernieSanders @HillaryClinton All of the above!!! See ya Nike 👎
32687                                                      @SweetSpicyHoney @NaztyDevil @lilteach2003 @jbabybeautiful @Ha_Rudy1 @alteratyeshiva @Nike Except that it’s not. Farewell now.
32688                                                                                                             @Kaepernick7 @Nike Kneeling for a few seconds is sacrificing??? Really?
32689                                                                                                                    @alteratyeshiva @Nike Why can’t you just donate the shoes smh 😪
32690                                      RT @snjtown: #BoycottNike @Nike @nikestore @NikeStoreEurope  @nikefootball @NikeUK @nikesportswear 🇺🇸God bless law enforcement 🙏🏻@FoxNews @…
32691                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32692                                        RT @DawnsKiss: @Tillylawson6 @LethalWeaponWC @LethalWeaponFOX @ClayneCrawford @FOXTV @WarnerBrosEnt @Microsoft @mattmillerTV @LethalWriters…
32693                                                                  RT @aleombruni: Really @Nike ???????Here’s the real sacrifice!!! #Tillman 👇🏻#boycottNike https://t.co/gkxVHLHGFW
32694                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
32695                                        Today everyone who supports @Nike and their decision to use @Kaepernick7 should go buy a pair of #Nikes .... look I… https://t.co/NA9WVbyElM
32696                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
32697                                                                                                                                                       @beeby0420 @Nike Thank you :)
32698                                                                          RT @b_wellington: If you’re upset... @Nike @Kaepernick7 #JustDoIt #TakeAKnee #Nike https://t.co/DkotxMDJ3V
32699                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
32700                                        RT @netflix: Reversing Roe: A new documentary about the state of abortion and women’s rights in America. September 13. https://t.co/AX75YJU…
32701                                        RT @vachilly64: @Nike 🚫 What has Kaepernick sacrificed? Patriots sacrificed our love of football. Our military sacrifices all so he can be…
32702                                        Just gonna drop this @Nike ad right here. Cause @realDonaldTrump knows more about sacrifice than a horrible ball pl… https://t.co/EEG42D1CDJ
32703                                                                                                                                If you buy stuff from Amazon- you are a mug! @amazon
32704                                                                                                                                                              @pepsi it hurts to pee
32705                                                                              @briandordevic @Nike That’s why...it’s cheap now! It’s still gonna rise....we probably make some money
32706                                        @johnrich @Nike Your sound man is clearly an idiot then...and gullible to manipulation by the worst president in 50… https://t.co/bghortwlxj
32707                                                                              @JlgTagsU2 @RebekahWorsham @davycrockit1 @Nike Just more liberal bullshit and lies just like the media
32708                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32709                                         RT @Derrick_MSU_106: @TheWrap @Nike @Kaepernick7 Some context for the uninformed... Smfh When they rebound by 4 or 5 pts will the headline…
32710                                                       RT @ipsdocholiday: Check out Vintage Tower Mechanical Colored Drafting Pencil With Colored Lead https://t.co/rkk6myCKkr @eBay
32711                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32712                      RT @EllaKnoxMusic: Didn’t you already pay @Nike for that.. \U{01f9d0}\U{01f9d0} and like honestly that’s such a waste of material.. this is so silly trying t…
32713                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32714                                                                                                   RT @Antonio_sadorra: Petition for “Avatar: the Last Air Bender” to be on @netflix
32715                                        RT @koziz5: @kimmiejs @Kaepernick7 @Nike @realDonaldTrump What do you think @Kaepernick7 and @nike are doing?  They are sacrificing reputat…
32716                                        @MonsterKing31 @billnmissy @CM_Gray @BridgetPhetasy @joerogan @Nike Or let’s use your number instead of the 2017 fi… https://t.co/zVIekMMz0k
32717                                                                          @cherylmglancy1 @Nike Don't think so buddy!!  Learn your statistic first before you compare that jackass!!
32718                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32719                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
32720                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32721                                        RT @pladuna: #BoycottNike #BoycottNFL  @NFL you did this to yourselves...  ratings down and will go lower!!!   @Nike will not be seen on tr…
32722                                        @Nike Standing 4the anthem at a football game is a patriotic action 4me that symbolizes my gratitude 4my country +t… https://t.co/pWFUInBg6R
32723                                                                   RT @katieb082: @KaitMarieox @Nike I think that counts as unauthorized use of a copyrighted logo and slogan right?
32724                                        RT @netflix: Reversing Roe: A new documentary about the state of abortion and women’s rights in America. September 13. https://t.co/AX75YJU…
32725                                                                              RT @Reuters: South Koreans arrive in North amid stalled denuclearization talks https://t.co/v8PXfOmdYX
32726                                         @johnrich @Nike They are literally murdering unarmed Americans  and you’re more worried about people still showing… https://t.co/vaDdeQVCDd
32727                                                                                                            RT @Trendulkar: The new @Nike campaign is 🔥🔥🔥 https://t.co/Zapj9zefr9
32728                                                                                                                           Me still wearing @Nike \U{01f92d} https://t.co/QDd1S2wLw6
32729                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
32730                                        RT @Reuters: Saudi Aramco to hold joint event with South Korea's S-Oil at big industry conference https://t.co/jjQzWP1E6j https://t.co/hY7V…
32731                                                         RT @lindsayromantic: The Snow Bride (BookStrand Publishing Romance) by Lindsay Townsend https://t.co/cbwUV80A6f via @amazon
32732                                                                                          @sneakerheadtavo @nessnitty @Kaepernick7 @Nike Why? The QB you have now looks pretty good.
32733                                                      Me still lacing up @Nike  after watching all them videos of people saying the won’t wear nike any more https://t.co/GbWjFz6QJT
32734                                        RT @Disney: The legend you know has a dark side. Watch the final trailer for Disney's @TheNutcracker and the Four Realms in theaters Novemb…
32735                                                                                                   @poeboston your Tweet was quoted in an article by @Yahoo  https://t.co/r4cK9Nj53l
32736                                                                                     @alteratyeshiva @Nike Does mummy know you’re burning the shoes you bought with her credit card?
32737                                          @johnrich @Nike Do I hear a dog whistle? If you don't understand your point is meaningless. Try listening to what… https://t.co/yC3BzfKsp4
32738                                         @sclancy79 @NFL @Nike The only thing being forced here is you forcing your ignorance. Pretend to give a shit about… https://t.co/jrnLACHwBV
32739                                                                                                                #SankaiCostcoJapan here we go again twitter lost count na 😂 @Costco
32740                                          RT @LornajaneCosign: Thomas The Tank Engine &amp; Friends 100 pc Puzzle Jaymar 1992 Shining Time Station https://t.co/LzGY8UtGSv via @eBay
32741                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32742                                         More brands like @Nike need to be using their platform to highlight important issues - strong message in there new… https://t.co/vWYo7ThUvx
32743                                                                                                                           @alteratyeshiva @Nike Give them to a charity shop instead
32744                                              RT @Reuters: U.N. holds emergency meeting in Asia as China battles African swine fever https://t.co/cKVKDjrdLl https://t.co/tj0uBEeG7S
32745                                                                                                                                                       @Kaepernick7 @Nike Love this!
32746                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
32747                                         RT @ActMeasuresDoc: We're happy to announce that #ActiveMeasures is now available on @amazon. Enjoy and pass along! https://t.co/2Lndp8oDDl
32748                                        @Scurieing @Wasworld @sclancy79 @NFL @Nike Their stocks have fallen 3 points and continue to do so...they are losin… https://t.co/hT0ZQxGco9
32749                                        RT @slimray11: @sclancy79 @NFL @Nike Trust me; the only thing @Nike execs are doing is laughing at you for being hard-headed. How many time…
32750                                               RT @coachtrotter81: Can't believe Nike would do such a thing. @Nike @Kaepernick7 #fire #JustDoIt #BoycottNike https://t.co/otqcS49AMu
32751                                                                                                                       @sclancy79 @NFL @Nike You could have donated them you asshole
32752                                                 RT @BethPaintings: Check out 2 pcs  Beach seaglass mermaid necklace unique   pendants #DropDangle https://t.co/EehssrghVu via @eBay
32753                                                            RT @Reuters: Chemical weapons watchdog confirms Novichok use in Amesbury https://t.co/neLBdEzKVZ https://t.co/k7czAfWPOL
32754                                           RT @facebook: Our CEO Mark Zuckerberg on the steps we’re taking to prevent election interference around the world https://t.co/qqSRa3QYYi
32755                                                                                                RT @GovIzms: Boom! Answer that @Nike @nikestore #boycottnike https://t.co/IghDkGJZBP
32756                                                                                                RT @GovIzms: Boom! Answer that @Nike @nikestore #boycottnike https://t.co/IghDkGJZBP
32757                                                                     RT @Reuters: Boeing's KC-46 program completes FAA certification https://t.co/tSi1A3V8N9 https://t.co/61PLZiF9Ec
32758                                            RT @Shell: Meet the rising stars shaping the future of energy ⭐ #makethefuture #ONS2018 https://t.co/24gD3nONFK https://t.co/kUlv8Z1U1W
32759                                                                                             @alteratyeshiva @Nike as you stand ..please kiss trumps ring... https://t.co/zAK2teXXdZ
32760                                                                                                                             @strongblacklead @netflix Wakanda for life 🚀🚀🚀🔊🔊🔊
32761                                        RT @Reuters: Wives of @Reuters reporters jailed in Myanmar call for their release https://t.co/eajFBhikXQ See our coverage of the case: htt…
32762                                                                    RT @SarahTheHaider: Ex-Muslims banned from @HiltonHotels @Starbucks for Atheist T-shirts https://t.co/45ruf2XS9E
32763                                                                                                                                   @GrahamAllen_1 @Dwalingen @Nike Absolutely right!
32764                                        RT @maul_cosplay: Hey @netflix - I found Henry Cavill’s audition tape for the @witchergame series! #witcher #superman #netflix https://t.co…
32765                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
32766                                                                                                          RT @wildeyeq: I think @Nike will be fine #JustDoIt https://t.co/yGW1gfjrYA
32767                                        RT @KristaKontny: This house will no longer be buying any Nike stuff at all. @Nike you got your current campaign Soooo WRONG!!!  Colin sacr…
32768                                        RT @MessiahComplex6: So #PAulGolding aka #BritainFirst. You bragged about how you had beaten @facebook and they reinstated your Britain Fir…
32769                                                                                                                   Only White Racist are mad at @Nike for preaching peace ! They mad
32770                                                                                                          @johnrich @Nike Trying to decide if the socks look worse than the shoes...
32771                                        @Kaepernick7 @Nike Over 4 BILLION wiped off the share price today and believe me there will be more to come. This i… https://t.co/uVuo8v377q
32772                                        RT @RodStryker: @Nike @RealCandaceO @charliekirk11 @CB618444 @DineshDSouza @MikeTokes @Thomas1774Paine @RubyRockstar333 @GartrellLinda @cod…
32773                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
32774                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
32775                                        RT @netflix: Reversing Roe: A new documentary about the state of abortion and women’s rights in America. September 13. https://t.co/AX75YJU…
32776                                                                                   @easyJet I fly in 30 days and I’ve not got the option to check in when I log in or go on the app?
32777                                        RT @taetaesmiless: @BloombergQuint @netflix @alltheboysfilm Y’all I’ve been drinking this for over 10 years. You finally decided to stop sl…
32778                                                                                                                         @strongblacklead @netflix she made the flick nice anad good
32779                                        RT @netflix: Reversing Roe: A new documentary about the state of abortion and women’s rights in America. September 13. https://t.co/AX75YJU…
32780                                                                                              Brave brands align themselves to causes and isssues that matter. Don’t back down @Nike
32781                                                                                                                  @sclancy79 @NFL @Nike Lmfaoooooooooo Lmfaoooooooooo Lmfaoooooooooo
32782                                        RT @Barnacules: Instead of destroying your @Nike stuff to protest freedom of expression you could donate it to a homeless shelter or charit…
32783                                        RT @Oracle: Beware of forked implementations of open-source software https://t.co/Zwns8lYPtY #cloud @CIOonline @gigabarb https://t.co/LeQPe…
32784                                        @katwman2 @therealerikac @CindyCF81 @koziz5 @kimmiejs @Kaepernick7 @Nike @realDonaldTrump Is wearing socks depictin… https://t.co/1oc4wOi9lm
32785                                                 #EnemyOfThePeople @SenSchumer @SenateDems @HouseDemocrats @CNN @NBCNews @ABC @CBS @nytimes @washingtonpost… https://t.co/ekDqog21tn
32786                                               RT @Nino_416: .@ShannonSharpe kept it💯on @Nike 30th Anniversary #JustDoIt ad campaign featuring @Kaepernick7 https://t.co/v5B2x2iz69
32787                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32788                                        #MAGA #Trumpsters @GOP guys if you have to burn your @Nike sneakers remember to wear a pair of thermal socks. It wi… https://t.co/yoelxGQMfI
32789                                                            RT @Vonnie932: @HuffPost There are more Americans that also stand for justice for all. I support @Kaepernick7 and  @Nike
32790                                        RT @1Stormtrooper1: @cavs4life216 @kabster @VirginiaLRoss5 @RodStryker @GartrellLinda @Nike @RealCandaceO @charliekirk11 @CB618444 @DineshD…
32791                                        RT @HopeberryBerry: @kelly_clarkson @AndyHerren @Nike Sadly this hurts my heart to hear you praise them. When those players are paid millio…
32792                                        RT @KofiAshon: Quick correction to an error I made on #CitiTrends tonight. @Apple is the first tech company to hit the 1 trillion valuation…
32793                                                             RT @Reuters: Japan's deadly typhoon is the worst in 25 years https://t.co/45z6Ivveea @ReutersTV https://t.co/Yge7cgCjGQ
32794                                                                              @facebook WHERE IS MY SUPPORT  ?  WHERE THE HELL IS IT ? MY ACOCUNT INSTAGRAM HAS BEEN HACKED ... FUCK
32795                                                                                                                                                   @realpeople58 @Nike With any luck
32796                                        @Reuters Nykaa Festive Beauty Sale - Upto 40% OFF.and get up to 4% cashback to your bank account on each purchase v… https://t.co/8XMbzZoeyI
32797                                  RT @antgrasso: Emerging Tech Expected to Gather Speed in the Near Term. Link &gt;&gt; https://t.co/fKFwJJkqpw @MikeQuindazzi @salesforce via @ant…
32798                                              RT @Reuters: U.N. holds emergency meeting in Asia as China battles African swine fever https://t.co/cKVKDjrdLl https://t.co/tj0uBEeG7S
32799                                        RT @Rubiconski: @samjarvis49 @GiveLuckyBack @Nike @reddogsusie @Gdad1 @chortletown @leighjalland @Indigo_Pho13 @RuthDBourdet @ruthmen @Wing…
32800                                         RT @mollymaguires61: Hey @MarketWatch check out how many of the @Nike (Symbol NKE) corporate executive shorted the stock before announcing…
32801                                                    RT @Benzema: I’m here to play football. This is how I get ready for the game. #HereToCreate #ZNE @adidas https://t.co/64ualJFttO
32802                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
32803                                        RT @Reuters: Wives of @Reuters reporters jailed in Myanmar call for their release https://t.co/SDHzvadovU Follow updates on the case: https…
32804                                        @chrisalta @koziz5 @kimmiejs @Kaepernick7 @Nike @realDonaldTrump Do you truly believe that is why they are doing it… https://t.co/0wIpcKZ2Mq
32805                                        RT @shob68: @KrmSmth @Soapbox_Pundit @w_terrence @TeamUSA @Nike @POTUS Collin Kaepernik was taken in by a wealthy family and taken care of.…
32806                                                               @dmaliciouz @Dredgeydubs @FoxNews @Nike My issue with Colin is he's a Castro apologist!! And shouldn't be celebrated!
32807                                                                                                             RT @ActualEPAFacts: Very nice @Nike and @Google https://t.co/8MLTnDOWsX
32808                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32809                                 RT @lilnativeboy: “Pocahontas” was actually 13 &amp; stolen from her family by a 35yr old white man &amp; @Disney decided to make one of the first…
32810                                                        RT @bella_inxs: A Real Hero. Pay attention @Nike                                      🇺🇸❤️🇺🇸❤️🇺🇸❤️🇺🇸❤️🇺🇸 https://t.co/ayoB819BMj
32811                                                                               RT @DaRealMina: Definitely going to buy myself a pair of @Nike tomorrow 😍😍😂😂 go team @Kaepernick7
32812                                                                                                                                     @beccasterling @Apple That’s what I’m sayingggg
32813                                           Check out Funko Mystery Mini WWE S1 - George 'The Animal' Steele https://t.co/VtYRZ4ZImp @eBay #wwe #raw #SDLive… https://t.co/miJmyhH1Oc
32814                                                                                            Picture Frame Savannah Bloom by Avon 10 x 15 cm Avon https://t.co/wgmFCkoBJi via @amazon
32815                                                                          @fox8news @KingJames @Nike @Kaepernick7 Hes just as much a stupid ass as Kaepernick. Cant stand either one
32816                                                 @pnut @311FanInMich @UMichFootball @UMichAthletics @umichbball @Nike @Jumpman23 @WhitlockJason @ClayTravis… https://t.co/vLp2vuLcTP
32817                                            RT @VintageLux92: Check out Women’s Heather And Tweed Dark Teal Plaited Cable Knit Sweater Size Large  https://t.co/XZW36lFiCK via @eBay
32818                                              RT @Reuters: U.N. holds emergency meeting in Asia as China battles African swine fever https://t.co/cKVKDjrdLl https://t.co/tj0uBEeG7S
32819                                        RT @RukiyaBernard: VANHELSING #SEASON2 is out on US @netflix Catch up u fiends before season 3 starts airing on @SYFY #vanhelsing love ur f…
32820                                                                                                                                          @alteratyeshiva @Nike You are an idiot lol
32821                                                        RT @Reuters: British PM May to make emergency statement to parliament: Times https://t.co/L60QKbR9Ar https://t.co/mMhBMJx0dE
32822                                        RT @seotipsideas: #NikeBoycott @Nike why not use a hero for your ad rather than a scoundrel? #QAnon @POTUS @realDonaldTrump https://t.co/Ms…
32823                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
32824                                                @VoicingMyMind @realDonaldTrump @FoxNews @foxandfriends @MSNBC @CNN @ABC @CBS @NBCNews @swingleft @votevets… https://t.co/gHo9bRZscZ
32825                                                                                              @SebGorka @Nike @NancyPelosi @BernieSanders @HillaryClinton D. All the above and more.
32826                                                                                                       RT @DamoneRThomas: I never own anything @Nike so ya'll just throw them my way
32827                                                               RT @BeaPerrygreen: @Bosslogic @netflix Can you make one with Eva Green as Yennefer? it'll inspire @netflix @LHissrich
32828                                        RT @CabinGrl79: @johnrich @Nike A true veteran understands what ‘taking a knee’ means. Perhaps donate that Nike gear to veterans you seem t…
32829                                                                         RT @Reuters: Kremlin says situation in Syria's Idlib Province of heightened concern https://t.co/nUByjyg9eL
32830                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32831                                                               Ladies Plus size so cute! Thalia Leggings Pineapple Print #Thalia buy now just $10  https://t.co/7SFXI0R8Pb via @eBay
32832                                                                            RT @Reuters: Russia says its military action in Syria is precisely targeted: RIA https://t.co/e1SqU2C7EV
32833                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32834                                                                                                        @Disney Any idea when pug film Patrick will be out in the UK on DVD? Cheers!
32835                                        @KonstantKwest @campdukes @johnrich @Nike @NFL Hahahhahaha. Yeah. RIGHT.. OR YOU JUST TO LAZY TO SUCCEED ON YOUR OW… https://t.co/Mq40MXlCtc
32836                                  RT @antgrasso: Emerging Tech Expected to Gather Speed in the Near Term. Link &gt;&gt; https://t.co/fKFwJJkqpw @MikeQuindazzi @salesforce via @ant…
32837                                                                                                                              Yeah...  @Nike is on the *wrong side* of history here.
32838                                        RT @Photocrazy1: @PinkkTransAm @IamMrHand @Mathew_r_wilder @kathia_woods @PROstrength @johnrich @Nike @cowboytroy I worked 9-1-1 for 8 year…
32839                                                RT @foxtrotmike1112: 🚨🚨🚨🚨 Boycott Nike! #BoycottNIKE @Nike @NFL Boycott the NFL as well! @SanMateogirl11 https://t.co/3jLmiqQtUK
32840                                        @RepLeeZeldin @Nike @Kaepernick7 Lee you have no idea what you’re talking about. His own wife has said he would hav… https://t.co/Mmi87OcC6G
32841                                              @starcrosswolf @PatriotJenn @Nike @AppSame @Trump454545 @GartrellLinda @DonnaWR8 @KNP2BP @sxdoc @bonniemurphy… https://t.co/JXuywa91u1
32842                                        RT @Forbes: Leading voices from @stitchfix @Microsoft and more share their perspectives on the state of artificial intelligence: https://t.…
32843                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
32844                                                                                                    @Maybelline @amazon @nikki6543 Reminds me of @JeffreeStar sugar blood palette 👀
32845                                        RT @netflix: Reversing Roe: A new documentary about the state of abortion and women’s rights in America. September 13. https://t.co/AX75YJU…
32846                                                    RT @Benzema: I’m here to play football. This is how I get ready for the game. #HereToCreate #ZNE @adidas https://t.co/64ualJFttO
32847                                                In 4 days @steelers and @Browns are playing against each other in Cleveland Ohio on @CBS and tomorrow night… https://t.co/Bwpf1Ie1aU
32848                                        RT @officialsihle: I am going to be a loyal supporter of @Nike simply because of the support they continue to show the black community. Spe…
32849                                        RT @Forbes: Leading voices from @stitchfix @Microsoft and more share their perspectives on the state of artificial intelligence: https://t.…
32850                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
32851                                        @JaniceDean @lotettabhrb @Nike @JJWatt Amen Janice! @JJWatt did what he set out to do without alienating half the C… https://t.co/gsj3Y4feMD
32852                                        25% OFF #sale #discounts #save #iPhone #screenprotector @amazon JETech Screen Protector for Apple iPhone 8 and iPho… https://t.co/nkgIIIKKKJ
32853                                        @ActMeasuresDoc @amazon Great documentary!  It puts all the pieces in place.  @realDonaldTrump is a menace to socie… https://t.co/QGWnQMbeiP
32854                                                                 RT @Reuters: Germany still aims for 'fair taxation' of internet companies: finance ministry https://t.co/K1L1fbkrPD
32855                                                                                         RT @Reuters: UK names two Russians for attempted murder of Skripals https://t.co/fcUqVVO6u1
32856                                              RT @SE_Welfonder: The Laird of Lyongate Hall: A Lyongate Hall Scottish Regency Romance Gruenwal... https://t.co/CRqJq5eZQz via @amazon
32857                                               RT @rneelmani: Using #AI to help organisations detect and report #child #sexualabuse material online: https://t.co/WhDHaEHlO5 @Google
32858                                        RT @j_npappas: @claryyisgay @MalecFicLibrary @mmoszkowicz It kills me that Cassandra Clare went to @Disney and @FreeformTV screwed Shadowhu…
32859                                                       RT @ipsdocholiday: Check out Vintage Tower Mechanical Colored Drafting Pencil With Colored Lead https://t.co/rkk6myCKkr @eBay
32860                                                                                                                                                      @netflix has this been fixed?!
32861                                        RT @netflix: Reversing Roe: A new documentary about the state of abortion and women’s rights in America. September 13. https://t.co/AX75YJU…
32862                                        RT @notthisagain77: @sclancy79 @NFL @Nike 1/ This is BS. I think what everyone protesting @Nike is forgetting is the flag is just a piece o…
32863                                                                                                                         RT @netflix: 🌟✨💫 one week 🌟✨💫 https://t.co/V2LhWmrWFC
32864                                        RT @Disney: The legend you know has a dark side. Watch the final trailer for Disney's @TheNutcracker and the Four Realms in theaters Novemb…
32865                                        RT @hlayfield: @WoodenN1ckels @AntoineTheFresh @slimray11 @sclancy79 @NFL @Nike The anthem represents our striving as a country to meet the…
32866                                                                                               @truthandfiction @netflix You could probably get help with all 3 points from Netflix.
32867                                                                          @alteratyeshiva @Nike Racist Americans are fools man. I'm in awe of the stupidity. https://t.co/NDfwSZ0UKQ
32868                                                    RT @Benzema: I’m here to play football. This is how I get ready for the game. #HereToCreate #ZNE @adidas https://t.co/64ualJFttO
32869                                                       RT @MCU_Tweets: Unlimited trips to Wakanda: BLACK PANTHER is now available for streaming on @netflix! https://t.co/LpSL4gBoFe
32870                                    RT @SAP: SAP HANA is helping @ElephantsRhinos &amp; People (ERP) preserve the world's ecosystem for future generations. https://t.co/H8kclZW3lr…
32871                                                                                                          @Nike @serenawilliams HOW ARE YOUR STOCKS DOING ? 🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣🤣
32872                                        RT @RodStryker: @Nike @RealCandaceO @charliekirk11 @CB618444 @DineshDSouza @MikeTokes @Thomas1774Paine @RubyRockstar333 @GartrellLinda @cod…
32873                                                                                  @NRAHillbilly @ronwins3 @Nike Coaches are not fired for praying with the team.  That's propaganda.
32874                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
32875                                                        RT @Reuters: Britain would now vote 59-41 to stay in the EU - new poll shows https://t.co/gZafjxFFUq https://t.co/PYNbxgf1y0
32876                                                                            @hm We have a solution that could increase your sale upto 30% whom shall I contact to regarding the same
32877                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
32878                                                                                 @joooollls @sneakersnstuff @DeadstockUtopia @OriginalSoleog @RetroSolesUK @adidas @CPCompanyUK Nice
32879                                        RT @netflix: Reversing Roe: A new documentary about the state of abortion and women’s rights in America. September 13. https://t.co/AX75YJU…
32880                                                                                                Check out Grand Theft Auto IV (Xbox 360) - GTA 4 https://t.co/t7m4cQgsco @eBay #GTAV
32881                                                                  @PeteHegseth @Nike @espn @netflix Simply put; NIKE supports a police &amp; America Hater!!!  I’m done with Nike!!!
32882                                                         @Tesco quick question: If I live in a tenement will my shopping get delivered to my door or just the building door? thanks!
32883                                                                 RT @Punxvillan: @witz71 @eBay With the girls of Girlschool as special guests me and @BingfromKiddy will be there 👍
32884                                                                             RT @Reuters: Japan begins clean-up after typhoon kills 11; major airport closed https://t.co/4YEvCNxpt7
32885                                         @slashcitizen @KayaJones @Nike How ignorant does a person have to be to compare burning books to burning shoes and… https://t.co/fwD8euO4j7
32886                                        RT @darrenrovell: FIRST LOOK: @Nike debuts outstanding ad using home video of nine-year-old @serenawilliams with father Richard from August…
32887                                                                                                               @Chris0077salda1 @Zanka2018 @The_Trump_Train @Nike Your god is trump.
32888                                                                   @Danny12380245 @Winnersrow @HuffPost @Nike @Kaepernick7 Racist groups ??? What the hell are you talking about ...
32889                                                                                                                      Check out my listing @eBay - https://t.co/eEn9moORGp via @eBay
32890                                                                                                              My @Nike favorite add (pre #JustDoIt) #running https://t.co/ZoKHHdHEft
32891                                                                        RT @Reuters: UK names two Russians for attempted murder of Skripals with nerve agent https://t.co/6i9R6utCm1
32892                                        RT @maul_cosplay: Hey @netflix - I found Henry Cavill’s audition tape for the @witchergame series! #witcher #superman #netflix https://t.co…
32893                                                                                                                                                 @Sekusa1 @Nike @Kaepernick7 Burn em
32894                                         RT @Reuters: Mercedes' first all-electric car may present a major threat to Tesla's domination @EshaVaish reports: https://t.co/HKpp4xcJDp…
32895                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32896                                                                                                                                 @Reuters American again in African in law and life.
32897                                        RT @kilmeade: Outrage grows after @Nike picks #ColinKaepernick for 'Just Do It' ad campaign. Thoughts? @foxandfriends https://t.co/cDOuX1RM…
32898                                                                                                    Just bought some @Nike stock. Cool Ad Nike. It worked great for me. ✅ #JustDolt
32899                                        @johnrich @Nike You are having #firstworldproblems cutting up good socks that could be keeping homeless vets feet d… https://t.co/Dz7XfxcFmB
32900                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
32901                                                                          QT Flip Top Travel Lid For 250w Magic Bullet Mugs Blender Juicer Mixer https://t.co/oTsdqgWxWz @eBay #ebay
32902                                                                                                                                                                  Next only on @CBS:
32903                                                                                       RT @amrita_385: @skytel_social We are now selling HP POS machine. @HP https://t.co/tsFK6RoLtl
32904                                        My last every flight with @Ryanair this week. Worst rip offs out of all of them. Pathetic attemps to take as much m… https://t.co/8SRp5e4JY3
32905                                                                                                             @CecilyFeudo @alt_labor @NFL @Nike They’re still made in sweat shops...
32906                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32907                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32908                                        RT @AAAJ_AAJC: A Filipino American student in Houston decided to put his own ad up on a @McDonalds wall missing Asian American faces. Weeks…
32909                                        RT @RodStryker: @Nike @RealCandaceO @charliekirk11 @CB618444 @DineshDSouza @MikeTokes @Thomas1774Paine @RubyRockstar333 @GartrellLinda @cod…
32910                                        RT @Reuters: Ethiopian commercial ship docks in Eritrea for first time in 20 years: broadcaster https://t.co/VTMo1CCrkV https://t.co/jkCXxW…
32911                                                                                    RT @PatricJphillips: @DailyCaller @Nike should’ve when with a real #HERO https://t.co/A04evtT6sq
32912                                         RT @StanGrantMOF: Tonight on #MatterOfFactABC I speak with @netflix Co-Founder Marc Randolph (@mbrandolph) on the company’s beginnings and…
32913                                                        RT @Reuters: Britain would now vote 59-41 to stay in the EU - new poll shows https://t.co/gZafjxFFUq https://t.co/PYNbxgf1y0
32914                                              @BrunoBuenoz @lyn_pettit @jilleburke @monieshelit @Coppervixen @Kaepernick7 @Nike @newbalance You do realize Puma is German? #JustDoIt
32915                                         RT @Reuters: Mercedes' first all-electric car may present a major threat to Tesla's domination @EshaVaish reports: https://t.co/HKpp4xcJDp…
32916                                                                             @ErikaMcdougall @deeluttrell1960 @NFL @Nike These are some of the “Fundamental Changes” Obama promised.
32917                                        @Deadstroke11 @Disney @DisneyAnimation 3)  So I don't see any problems and find it just beneficial to raise awarene… https://t.co/0mQYskhm34
32918                                                       Check out Organic Mary Jane BOLD cbd cannabis hemp  high strain handmade soap loaf 2 pound  https://t.co/bWCGghOIHS via @eBay
32919                                                                           Check out Nativity Scene Hand Carved Stone Sculpture Display Made in Kenya  https://t.co/aH1Vkx9QaL @eBay
32920                                                                                                                   Check out women's beaded flats  https://t.co/J5ry77W19p via @eBay
32921                                                                                                      RT @LouMerloni: Hey @Nike I have an idea for you...... https://t.co/W05hxwFjTR
32922                                                                                          @Reuters yeah let's just forget the fact that they have no evidence that they did anything
32923                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
32924                                        @mixedco54 @terrencegentry @johnrich @Nike maybe during your indoctrination into the world's greatest Navy as a tee… https://t.co/B74UaaedG2
32925                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
32926                                        @No0neRealer @thecjpearson @Nike https://t.co/QJTkdGERVU sexism probably also familiar to your boy. So i guess they… https://t.co/98KGbRSt4s
32927                                                                                                                                   Black Panther on @netflix https://t.co/2WQhg8Hp3c
32928                                             @kanyewest and @adidas are launching a new shoe and Kanye and @realDonaldTrump are friends 👍🏻🇺🇸 #NikeBoycott… https://t.co/WYziabrjp4
32929                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
32930                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32931                                                                                              @dn14789 @jnewsworthy @Nike aww is the snowflake a bit triggered by someone kneeling ?
32932                                                        EU envoys agree to extend Russia blacklist over Ukraine turmoil https://t.co/64rOsiODn6 via @Reuters https://t.co/wExDFZZ9cS
32933                                         @JohnParshon @fitzy955 @LouMerloni @Nike Yeah... a mediocre quarterback supposedly “sacrificing” a football career… https://t.co/KdlzMnEswF
32934                                        RT @161series: @xxxInfidelxxx @MTJRenegade @Nike @skb_sara @CB618444 @baalter @JohnWUSMC @MichaelsANewman @BlueSea1964 @lellygal @byteflyer…
32935                                                                RUOPEI Boxwood Artificial Spiral Topiary Trees – Decorative Fake Greenery in ... https://t.co/OPcX7yDAIZ via @amazon
32936                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
32937                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
32938                                                                                RT @MassTLC: Machine Learning Developer Day is underway at @Google #MLDD2018 https://t.co/8bjHNXDPml
32939                                                    RT @Benzema: I’m here to play football. This is how I get ready for the game. #HereToCreate #ZNE @adidas https://t.co/64ualJFttO
32940                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
32941                                     RT @BoogerBottom: When Colin K gets more love than this man! @nfl @Nike has a problem with true Americans that buy &amp; watch! Pat Tilman had…
32942                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
32943                                                   @FanLoomia @bchaininsider @sytaylor @Saronimo @akohli @Microsoft @RyanRadloff @CoinSharesCo @Sonnenshein… https://t.co/NC6uawXgLc
32944                                                                          RT @Reuters: Russia confirms it bombed targets in Syria's Idlib Province: agencies https://t.co/7KvIYG6KCA
32945                                                                                                                           @KayaJones @dhwilliams59 @Nike Dont burn give to homeless
32946                                               @SanMateogirl11 @MissILmom @foxtrotmike1112 @MarkGraben @Nike @NFL What’s up with Levi’s I haven’t heard. Who are they using in adds?
32947                                         @DETECTIVE4LIFE @takethecannoli8 @w_terrence @Nike A real hero. Not some phony jackass who claims he’s standing up… https://t.co/9y5qbl9ZzC
32948                                                          @Reuters Everything is just a deal on paper...it's created by people...and it CAN be undone...IF anyone actually WANTS to.
32949                                                                                                                                        @MikeResistsAlt @DebAdadj71 @Nike Nice. 👍🏻
32950                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
32951                                                     Check out D/VVS1 Diamond Eternity Wedding Engagement Band 14k White Gold Over #Shine_Diamonds https://t.co/at4LN7hrcY via @eBay
32952                                                                                                              @matthwatson @Nike U have rly big nipples. Unless that was intentional
32953                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
32954                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32955                                         RT @ActMeasuresDoc: We're happy to announce that #ActiveMeasures is now available on @amazon. Enjoy and pass along! https://t.co/2Lndp8oDDl
32956                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
32957                                        RT @netflix: Reversing Roe: A new documentary about the state of abortion and women’s rights in America. September 13. https://t.co/AX75YJU…
32958                                                                                                                                              @sclancy79 @NFL @Nike You’re an idiot.
32959                                        @MiggstaC09 @netflix Have been reaching out to producer @UncleRUSH (supported Art For Life) and @wizkhalifa  as wel… https://t.co/HfnQzfM8Vw
32960                                          @Nomawrites @stephenasmith @NIKEiD @jemelehill @JoyAnnReid @Nike @CharlesMBlow @funder @serenawilliams @JimCarrey… https://t.co/3P8LjWOUWz
32961                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
32962                                                  Check out CATHERINES Sz 3X 26/28W Black Cotton/Stretch 3/4 Sleeve Asymmetrical Tunic Top #KnitTo https://t.co/C1DKmczNgm via @eBay
32963                                         Thankyou @Kaepernick7  for standing up for what is right! Good work @Nike  for promoting all that is best in human… https://t.co/Cuy8HNW6Qv
32964                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
32965                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
32966                                                           Check out VTG Pendleton Womens Coat Size Large Wool Blend Aztec Southwestern #Pendleton https://t.co/dvChRN8qbo via @eBay
32967                                                                                                                @johnrich @Nike How will his boxers stay on? https://t.co/SuL49AJN0x
32968                                        @Josh31011450 @BigTtodaB @sirapnwaffles @revhowardfurst @alteratyeshiva @Nike Him kneeling doesntforce anything upo… https://t.co/QNj0BTSU9J
32969                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
32970                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
32971                                                                              RT @Reuters: South Koreans arrive in North amid stalled denuclearization talks https://t.co/v8PXfOmdYX
32972                                                                                                 @RealJamesWoods @Nike More than money.  Glorifying/promoting a political viewpoint.
32973                                                                                         @MissCassee @blp3 @RealCandaceO @adidas @adidasUS @adidasUK @Nike @Kaepernick7 Or kneel. JS
32974                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
32975                                                                                                        RT @boxofrain1234: @LouMerloni @Nike Thank you Nike! https://t.co/YOjZzr9y9h
32976                                                                                                   @Baylor you better #BoycottNike or we'll #boycottbaylor and #baylorfootball @Nike
32977                                     RT @TheAnaBraga: How about @adidasUS comes out with an American flag inspired sneakers? Watch sales destroy @Nike 💥💥💥🇺🇸🇺🇸🇺🇸 #NikeBoycott #N…
32978                                         @sclancy79 @NFL @Nike I am sure there is a homeless veteran somewhere that would have gladly taken those Nikes off… https://t.co/iVEEaSeCNG
32979                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
32980                                                        RT @Reuters: U.S.'s Pompeo meets new Pakistan PM Khan; seeks to 'reset' ties https://t.co/rwrroNNwZC https://t.co/iSPNW8i1Gt
32981                                         @Nike @nikestore can we have a coupon code for this amazing month y’all are about to have! I just need three pairs… https://t.co/mxcz8oQPqr
32982                                                                                                                      @Alphacat @netflix You should check the documentaries section.
32983                                        RT @Reuters: BREAKING: Reuters reporters sentenced to seven years in a Myanmar prison. Watch reactions live: https://t.co/i4o56TvUwt https:…
32984                                             Any serious Salavador Dali Afficionados might like to check out my listing @eBay - https://t.co/eZPx9JbTUv via… https://t.co/1fddV0nBsZ
32985                                        RT @ColbyCovMMA: I grew up in Oregon and was around @Nike my whole life. It's funny watching a company that uses child slave labor overseas…
32986                                        RT @161series: @xxxInfidelxxx @MTJRenegade @Nike @skb_sara @CB618444 @baalter @JohnWUSMC @MichaelsANewman @BlueSea1964 @lellygal @byteflyer…
32987                                        RT @netflix: Reversing Roe: A new documentary about the state of abortion and women’s rights in America. September 13. https://t.co/AX75YJU…
32988                                                                                        @FakesMsm @that_lagirl @thecjpearson @RichardTBurnett @Nike @kanyewest Stay classy my friend
32989                                                    Can’t we all just eat @innoutburger while wearing @Nike together #PeaceAndLove #InNOut #Nike #swoosh #NikeBoycott #InNOutboycott
32990                                                Check out Kate Spade Bikini top sz xs black red pink Gold Nw teen Jr Summer Clearance $145 #Bikini https://t.co/K6YJYLNRAV via @eBay
32991                                                                                                                                                         @KimKesmetis @eBay So cute!
32992                                        RT @Shell: ⛴ We’ve been busy this morning with @remel_london discovering ferries powered by #LNG in Norway 🇳🇴 Stay tuned for more from #ONS…
32993                                                       Check out FREE SHIPPING Diamond Shape Tortoise Shell Picks (3pcs/set) for Taishogoto etc.   https://t.co/fjy4DA7fMH via @eBay
32994                                                               Check out Victoria Secret Very Sexy Balconette Creme W Embellishments Sz 32A Womens 46C https://t.co/f0ufGT4VuB @eBay
32995                                                                                            RT @WillOfThePeopl5: @NRAHillbilly @Nike I stole this yesterday. https://t.co/TSPYKyUFRA
32996                                                                  RT @Ian323: The gag is @Nike already has the money you spent on those items you’re burning https://t.co/EK5QBpSKwj
32997                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
32998                                                                                                                                       @US24x71 @Reuters @aditishahsays Way to go 👍
32999                                         RT @USATIF_2018: Master the Art of #DataScience by @IBM @IBMWatson ....  #YouAreInvited to Celebrate #InnovationNation in #Thessaloniki at…
33000                                                                                                    Check out Tory Burch Mini Beach Tote Green Yellow* https://t.co/JKKQdHDEjx @eBay
33001                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33002                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
33003                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
33004                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33005                                                                                                                  @EdKrassen @Nike AMERICAN DIGNITY IS CIRCLING THE GOP SWAMP DRAIN.
33006                                        RT @maul_cosplay: Hey @netflix - I found Henry Cavill’s audition tape for the @witchergame series! #witcher #superman #netflix https://t.co…
33007                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33008                                              2 computer will not boot into Windows now @Microsoft @Windows please help one is Intel i3 other one is down at pc shop getting repairs
33009                                         @alannadeau2016 @zfuchs4 @Sp0rtsTalkJo3 @Nike I'm glad you respect people who fight for our freedom; exactly where… https://t.co/DYBeGWMJG1
33010                                                               Check out Reebok Womens Sports Athletic Lined Shorts size S #Reebok #AthleticShorts https://t.co/89ZNq2C2JG via @eBay
33011                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33012                                        RT @bray_ie: Good luck to #BraveMaeveStoryTrail team as they’re shortlisted for several awards tonight at the 27th @Allianz @businesstoarts…
33013                                                                                                                                                                  @Reuters Fake news
33014                                                                                             @roguesnradvisor your Tweet was quoted in an article by @Yahoo  https://t.co/6GdFfXqNGO
33015                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
33016                                        @johnrich @Nike Low budge. Mediocre music at best. Racist to boot. No surprise. I'm wearing my Nike gear today as I… https://t.co/dgBhVlmYzI
33017                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33018                                        RT @Reuters: Kavanaugh declines handshake from Parkland father. More from day one of the hearing: https://t.co/VxS4WdeB2H https://t.co/ABcN…
33019                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33020                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33021                                                                                           RT @XHolleranda: @sclancy79 @MichaelWayne007 @NFL @Nike You are as big an idiot as Drumpf
33022                                                                        Check out Montblanc Black 320 Excellent Condition 18K Gold Nib https://t.co/01DhqKp4Yl @eBay collectors item
33023                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
33024                                                                                         Mythology 9/11: Dead Men Do Tell Tales by Dean Hartwell https://t.co/s4o6JrydyX via @amazon
33025                                                        @PaigeLyall @heavyfuel1204 @DailyCaller @realDonaldTrump @Nike @Kaepernick7 Clearly --- YOU have no CLUE why they need socks
33026                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33027                                                                                                                                                 @Reuters @ReutersTV Woody phony Bob
33028                                        RT @consrvatvebammr: Hey @Nike ! Still believe it was a good idea to piss off the silent majority! You and the liberals keep doubting us! H…
33029                                        RT @maul_cosplay: Hey @netflix - I found Henry Cavill’s audition tape for the @witchergame series! #witcher #superman #netflix https://t.co…
33030                                                                    Check out Iowa Hawkeye Marching Band 550 Piece Puzzle new in box #IowaHawkeyes https://t.co/5H0flJjI5f via @eBay
33031                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33032                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33033                                        RT @cj_patruno: 7 days of @Nike by @CJPatruno..  for the next 7 days I will wear nothing but Nike sneakers!  Each day posting an image of t…
33034                                                                                                                                        Joke’s on you @Nike I already burned my KD’s
33035                                                                                                                      Check out my listing @eBay - https://t.co/xBwDnpGRjP via @eBay
33036                                             Check out UPGRADE Windows 10 Home to Windows 10 Pro GUARANTEED LICENCE KEY WITH GUIDE #Microsoft...a. https://t.co/kiRiUK7cfy via @eBay
33037                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33038                                        @KristaKontny @ugitsisga @Nike Try @newbalance @NewBalanceUSA. Way better than @Nike. There's a reason the Marine C… https://t.co/u9Ds62Pk8z
33039                                                                                                     RT @emily_juarezz: @alteratyeshiva @Nike look who it is https://t.co/9UTcVoxvwU
33040                                                                                                 RT @thenicolebriana: And we see you rocking that @Nike 👏🏾 https://t.co/x8DUNLmrXN
33041                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33042                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33043                                                                                                                                          @johnrich @Nike They deserve what they get
33044                                                                                                                               @SeriousHoax @facebook FB knows what I do in Twitter?
33045                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33046                                                                                            @John65822 @robindefoe1 @GeneralClark @Nike @Kaepernick7 GTFOH!!!  Sir you sound stupid.
33047                                        @mblasterx No need boycott @Nike but we need to call out @Kaepernick7 for his fake protest. Kap is selling Kap. Nik… https://t.co/FuFNcHJh9h
33048                                                                                                     RT @emily_juarezz: @alteratyeshiva @Nike look who it is https://t.co/9UTcVoxvwU
33049                                                    BioOhio and @UPS partnership offers BioOhio members savings on shipping services https://t.co/u0Q0t9J2Bo https://t.co/wDKLDmISoE
33050                                                   RT @dmartosko: Just a heads-up for @Nike executives in case they weren't watching today's Senate hearing. https://t.co/IKZ5x9M0QR
33051                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33052                                        RT @WebMaye: Join us for an AMA Session on @figma_africa slack where @mbraimah_  of @netflix will be demisifying User Onboarding and Best p…
33053                                        @Nike it’s funny how you guys will as you put it “take a knee” with KAP but you won’t put prayers on the side of yo… https://t.co/c7x9AfdPIU
33054                                        RT @IannarelliJohn: @Nike Just sold $12k of my Nike stock. Mark Parker you and your marketing team are complete idiots. How do you think th…
33055                                                                                          @SalenaWorrall @UKFoodStandards @IBM @ZonafideWallet @drsiant will be getting back to you!
33056                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33057                                        RT @GhostRider23: @RodStryker @RL9631 @Nike @RealCandaceO @charliekirk11 @CB618444 @DineshDSouza @MikeTokes @Thomas1774Paine @RubyRockstar3…
33058                                                                                                                                              All publicity is good publicity. @Nike
33059                                        @Braveheart_USA @MightyGopher1 @Nike @NFL Take down these turds. Because something smells here. @Nike @NFL and turd… https://t.co/AauCPe3kV0
33060                                        RT @Lizdolan: @Nike in the same sentence with #losers. Never thought that day would come.  #walkaway from #Nike #justdoit #NikeFail #NoMore…
33061                                                                                                   @og_jrich @Nike @KingJames @Kaepernick7 True but @KingJames is my favorite player
33062                                                                                                    @Nike can you guys make a t-shirt available for purchase if there isn't one yet!
33063                                        @PrayagrajKumbh is going online with @facebook @instagram @YouTube @GooglePlay and #website from the noble hands of… https://t.co/cfF8wg4zbH
33064                                                                  RT @jamieleecurtis: I mean.... come ON! Need/want! Standing with @Nike and @halloweenmovie https://t.co/AeWpe2fnio
33065                                                            @HouseofCards @netflix Came on! What’s wrong with you guys? Why kill Frank? I’m not gonna see this season without Frank!
33066                                                                                                                                                      @J23app @fearofgod @Nike brick
33067                                         @ColeMcDermott16 @Nike Oh. Then I guess you won’t be buying Nike’s then. Adidas all the way. Oh and playing pocket… https://t.co/o30GUQTMFc
33068                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33069                                        @SenatorBurr @Google First question for @jack and @sherylsandberg: what do you know about a person named Pete Brown… https://t.co/26DcoCsAZL
33070                                                                  RT @jamieleecurtis: I mean.... come ON! Need/want! Standing with @Nike and @halloweenmovie https://t.co/AeWpe2fnio
33071                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33072                                                                                                                                                                    I love you @Nike
33073                                    RT @Elena11575: #XenaRevival #XenaMovie We want more X&amp;G. #XenaRevival @nbc @NBCUniversal @robtapert @NetflixLifee @netflix @SYFY @RealLucy…
33074                                                                                                                      Check out my listing @eBay - https://t.co/Pik3Xjt1Cz via @eBay
33075                                                                                                                                          I stand with @Nike https://t.co/gKayoTBhxt
33076                                        RT @RickyBarksdale: @ClayTravis @Nike So please stop using us (veterans) as your stepping stool to the real truth you and many people yours…
33077                                                                                                                                                 @KristianKostov_ @netflix u did it?
33078                                        @SpkFromHeart @HouseofCards @netflix Well he had a Liver transplant so they could write that the transplant failed and he died because of it
33079                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33080                                                                                                                       @kristenbraunsch @Starbucks More like https://t.co/P2rmH1dXkj
33081                                                                        Check out Glittered Wooden #ORNAMENT Victorian #Christmas ~Christmas Girl  https://t.co/owZJ2fUVOP via @eBay
33082                                         @JDTweetsSports @SinktheKraken @Nike https://t.co/ToZxK5FkOn   WE NEED  MORE POWER FOR ELECTRIC CARS OR THE  POWER… https://t.co/CKsTM2J5f7
33083                                                                     #alabama Check out Mud Jug Roadie Edition Spittoon - Orange - PORTABLE - NEW  https://t.co/t8ZZ4EQVfB via @eBay
33084                                                                                                                         @adidas please don't do anything controversial. I like you.
33085                                                                                       @LLAPoliceUnit @LDNLutonAirport @easyJet There he is ... hunter .... all grown up like Ned 😍
33086                                        @Not_Geo @ZacharyMara @ReneeWimmer_ @NdreaArango @Kaepernick7 @Nike an intellectual conversation about you and zach… https://t.co/mI4HyI44QX
33087                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
33088                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33089                                                                          Check out  STANDARD OIL CHEVRON 1992 COMMEMORATIVE SERIES &amp;  SHELF   https://t.co/REKePF3qKU via @eBay
33090                                                   @Asies_35 @nbc @NBCUniversal @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @hulu @UniversalTV @STARZ… https://t.co/VqT2SYuXiR
33091                                                                                                                      Check out my listing @eBay - https://t.co/X1GC7gB695 via @eBay
33092                                         People angry at @Nike and @Kaepernick7 but fail to remember they haven’t stood for the national anthem since the 2nd grade! Smh #hypocrites
33093                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33094                                                                    RT @Reuters: Trump says Congress should pass farm bill with food stamp work requirements https://t.co/TC2S2njsaH
33095                                                   Check out Sportsmaster Mens Black Polo Style Golf Shirt With Moisture Wicking NEW Size XL #Polo https://t.co/KYRJOhaEkz via @eBay
33096                                                           Check out Westmoreland Blue Carnival Glass Humphrey the Camel Covered Candy Dish RARE!  https://t.co/JJEuXZfjU3 via @eBay
33097                                                                            RT @253Kie: @sclancy79 @NFL @Nike Proud to serve my country in my @Nike boots 🇺🇸 https://t.co/eZRAprxTra
33098                                                                            RT @253Kie: @sclancy79 @NFL @Nike Proud to serve my country in my @Nike boots 🇺🇸 https://t.co/eZRAprxTra
33099                                 RT @lilnativeboy: “Pocahontas” was actually 13 &amp; stolen from her family by a 35yr old white man &amp; @Disney decided to make one of the first…
33100                                                                    RT @Reuters: Trump says Congress should pass farm bill with food stamp work requirements https://t.co/TC2S2njsaH
33101                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33102                                                                                        @Treasury_WB @JimYongKim @CommBank @Microsoft @Azure Please think about to change the World.
33103                                         @ClayTravis hey idiot if u are going to stop buying @Nike due to their political stance claiming you don't like sports and politics merging
33104                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33105                                                                  RT @Reuters: Britain summons Russia's charge d'affaires in London over Skripal affair: RIA https://t.co/YoI9Urlj6o
33106                                                      Check out HANAE MORI Pink Butterfly SCARF Square Artist Signed NEW in Original Package #PINK https://t.co/bkqWTB4VHI via @eBay
33107                                                                                      @Sp0rtsTalkJo3 @Nike Aren't you the guy who tells at me about addiction at one in the morning?
33108                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
33109                                        @Kaepernick7 @Nike You do realize @nike has manufacturing plants in countries that actually oppress it’s people and… https://t.co/uuKFc0IGH1
33110                                                                                                                                            @slurpuff666 @eBay They are fake though.
33111                                                         Check out B.C Bonz Wooden Woolly Mammoth Skeleton Puzzle Kit 29 pcs Made In The USA #Bonz https://t.co/SqhWrS0G1Y via @eBay
33112                                                                               @whatsupcourtney @Nike I feel like destroying stuff for anything is ridiculous. People are overboard.
33113                                                                   Check out my listing @eBay if you need a set of BNA Tax Management Portfolios - https://t.co/lkg5eITb4k via @eBay
33114                                                                                                                  @lezapn @VictoriaSartor_ @Stevegasm1 @mrjaxtaylor @Nike Hear hear.
33115                                         @BuckingPunisher @lisatomlins @Kaepernick7 @Nike Why must we always equate sacrifice with serving in the military?… https://t.co/OVgkPyaMhE
33116                                                               Check out M&amp;M's Fun Machine Candy Dispenser * Spinning Motion * Vintage #MMsMMs https://t.co/J32U58S3r1 via @eBay
33117                                                    RT @Reuters: Mueller will accept Trump's written responses as first step: source https://t.co/zGUhdoKgYR https://t.co/kvSXMkV3CM
33118                                        RT @OG_JOHNSON84: @realDonaldTrump Oh here's more news that @Nike made enough money in the stock market that they don't need your voters or…
33119                                                       Check out Ed Hardy by Christian Audigier Denim Mini Skirt “Love Kills Slowly” Size 26 #Mini https://t.co/htFFDfUHHe via @eBay
33120                                                                                                               @netflix Charmed Streaming event https://t.co/qOp9hGSTdE via @YouTube
33121                                                    RT @hopescloset2: Check out Vintage Jax Of Maine 1986 (Rare) Old Woman In The Box  #JaxofMaine https://t.co/i9f0OBDMr9 via @eBay
33122                                         @savageedits15 @Nike Everything Nike is expensive. Even at the outlet malls. Lmao. Everyone not wearing nike chose… https://t.co/MZF8JGOkJ4
33123                                            Check out Abercrombie &amp; Fitch Womens Capri Cropped Cargo Pants Army Green Size 0 #AbercrombieFitch https://t.co/n3DHsnMkGK via @eBay
33124                                                                RT @Reuters: Weak exports push U.S. trade deficit to five-month high https://t.co/AExCxVyTFe https://t.co/rjYB8rw55o
33125                                        RT @myself_mahbub: Holes in the case were not enough to stop Myanmar punishing @Reuters reporters for revealing an ugly chapter of its youn…
33126                                                                   RT @Reuters: First Starbucks branch to be staffed by senior citizens opens in Mexico City https://t.co/EEyhfBHKqA
33127                                        RT @OracleCloud: Join @MitsubishiHVAC and @Oracle for this live webcast and learn how to accelerate your pace of innovation by complementin…
33128                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33129                                         @DemitriDawson @TheDemCoalition @Nike @realDonaldTrump @Kaepernick7 Nike has grown immeasurably in my eyes by this… https://t.co/oWnhJnDBcF
33130                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33131                                        @mjackson72 @Nike @nikesportswear https://t.co/ToZxK5FkOn   WE NEED  MORE POWER FOR ELECTRIC CARS OR THE  POWER COM… https://t.co/SXYeeiMf0x
33132                                                                                                                      @Reuters Guess you were behind the real reporters on this one.
33133                                        Amazon Alexa brings Wall Street directly to your home with flash briefings from @MorganStanley Chief Investment Off… https://t.co/ddbs7FNJhH
33134                                         @Reuters Assad is a traitor like his father who allowed his territory Goalan Heights the most abundant to be taken… https://t.co/YOV3kXtId6
33135                                                                                                @LauraLoomer @HireLearning @facebook I’m guessing the truth rattles their very core.
33136                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33137                                        @johnrich @HaggardLou @Nike Yeh i bet you would be happy to see colin lynched just like what your redkneck family u… https://t.co/1Jv59NmCmm
33138                                        @riggster35 @bsb823 @steph24thomas @HomeDepot @OPS_6544 @EsquivelRxe463 @chris_kroninger @Megan_Nunez1 Fantastic wo… https://t.co/LwEPMVtmTF
33139                                        @FarmerG_Paradox @MuchTruffle @BrauneisAmy @11donofrio @CoolTrainerEl @sclancy79 @NFL @Nike When I research my ance… https://t.co/vFEct6Y7VE
33140                                                                          @cluedont @CocaCola Hi! I am 19 yеars old. I'm waiting for yоu herе 👉 https://t.co/Z8rb8R6HAp 👈 👸 💋 💐
33141                                                                                               @johnrich @Nike #PIGSOCKS is the only thing I know written by @johnrich and it sucks.
33142                                           RT @BardomianoOrte2: @AutoVisionzEmbl @KayaJones @GAHarkless1970 @Nike Buy Under Armour they donate to wounded Marines. Never liked nike.
33143                                        RT @KayaJones: For those asking why don’t I or those of us who’ve burned our @Nike stuff why we didn’t donate it here’s the facts. I’ll hap…
33144                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
33145                                                       @thasaviorBlanco @Nike @Kaepernick7 Dont worry about it ! Your $2 that you have spent so far wont make or break the company .
33146                                    RT @mjfree: It's called COURAGE. Something you know nothing of. @Kaepernick7 &amp; @Nike have placed doing what's right OVER making a profit --…
33147                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
33148                                        @backroadsboy2u @MarianneHofer @kelly_clarkson @Nike All of you could stand to hop off your high horses and put you… https://t.co/JrZxwkG6nl
33149                                                                      Check out CHARM BRACELET STRETCHABLE WITH HEARTS AND BEADS #Unbranded #Charm https://t.co/RFoi39N7ZX via @eBay
33150                                                                                                                     @ATPWorldTour @MarinCilic @keinishikori @FedEx Remake of 2014 ?
33151                                                   Check out VCA Van Cleef &amp; Arpels 950 Platinum Wedding Band Ring 10.2g Orig Box Size 8.5 58  https://t.co/XFIz3lWdO5 via @eBay
33152                                                  Check out Arizona Highways September 1978 Ray Swanson Old Man And His Land Navajo  #doesnotapply https://t.co/NqCpxQqeIe via @eBay
33153                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33154                                        @Katiery56306987 @weedmanisu @Reuters There are jobs in the rural areas. Just no one wants to work hard. Many legal… https://t.co/dyeK8Wo5I6
33155                                                                                                                           @RochelleBurke7 @Starbucks Country life is the best life!
33156                                        @PDB401 @CannoliD @FoxNews @bigandrich @Nike @Kaepernick7 There’s evil in every realm of the world ... I wonder how… https://t.co/3GttfBmEDj
33157                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33158                                                                                                                   out here stuntin in my @Nike boots 💪🏼🇺🇸 https://t.co/CMVbWXekBp
33159                                                                                                                                                 @mattraub @netflix Adventure Time😢
33160                                               Ya burning ya stuff for what!!? Smh grow up like just bc kapernick did a promo with nike smh grow up! @Nike @stephenasmith @FirstTake
33161                                                                                 @Kathansojah @Kaepernick7 @Nike Did you think of the youth when kaepernick supported Fidel Castro ?
33162                                                            @rrtoland @RicksterCDN @joeysnow @Microsoft @MS_Ignite @SharePoint @Microsoft365 Have no fear - we’re on it!!! #msignite
33163                                            ADNET is proud to announce that we are a @Microsoft Gold Partner! Learn more about what that means for you here. https://t.co/fTgS9cGdKn
33164                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33165                                    RT @WCASFL: Join us on Saturday for a Digits &amp; Dogs Adoption Event at @ATT in #Niceville! We'll be outside from 10:00 AM to 2:00 PM. Stop b…
33166                                                                                                                                                @Nike @serenawilliams Liberal losers
33167                                                                                                                                @christieannh @johnrich @Nike Agreed but militarily?
33168                                         RT @LATiffani1: The boy on the left is an 8yr old oppressed slave and forced to work a 9 hr day in a @Nike sweat shop for .20 cents an hr.…
33169                                                                                                              @Reuters DO NOT OPEN THE CARGO BAY I REPEAT DO NOT OPEN THE CARGO BAY!
33170                                                              Check out FLASHING SWORDS 4 BARBARIANS &amp; BLACK MAGICIANS LIN CARTER (ELRIC) VG!  https://t.co/qyn6Z7qP7G via @eBay
33171                                                                                                             RT @ActualEPAFacts: Very nice @Nike and @Google https://t.co/8MLTnDOWsX
33172                                                                                                                                          @Walmart hook me up with free shipping pls
33173                                                                                                                                         @Reuters Great!  He knows a lot about that!
33174                                                             RT @Reuters: Fox invests $100 million in broadcasting platform Caffeine https://t.co/rfaVFtWJkv https://t.co/uRLg4OSayy
33175                                         @dmaliciouz @bchurch66 @larryelder @Nike @NFL It's amazing how leftists don't understand the 1st Amendment and how… https://t.co/d8CcdOlJHz
33176                                        RT @SoccerCCL: #WEARitWEDNESDAY is back and it's #EasyAs123! Like and share this photo for a chance to win a free @adidas CCL t-shirt! http…
33177                                                       @KpAmericaGreat @Nike They have destroyed themselves. Huge former fan here that will not tune in. College football way better
33178                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
33179                                                                    @djblev @ColbyCovMMA @Nike @Kaepernick7 All Americans are worthless pieces of shit! $21 TRILLION DEBT DEADBEATS!
33180                                                    Check out 04 05 Audi Allroad Transmission Control Module 4Z7 927 156 S Unit TCU TCM 4.2L #Audi https://t.co/2mJizQt5zE via @eBay
33181                                                                                                                                              @Reuters Lots of violent people there.
33182                                                                                                                        @jalennnwest @BankofAmerica I'm really about to switch over.
33183                                                                                       Check out 5 TIME LIFE STILL ROCKIN THE ROCK N ROLL ERA CDS  https://t.co/zyas3f95UR via @eBay
33184                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33185                                                                                             @Realmarkcrowell @Nike I'm sure your mom will be happy not to do your laundry any more.
33186                                        @johnrich @Nike You both show your ignorance and disrespect for the hundreds of homeless Veterans as well as the ho… https://t.co/J0j4WQfcPf
33187                                                                                                                                               @sclancy79 @NFL @Nike Boy youa faggot
33188                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33189                                        RT @maul_cosplay: Hey @netflix - I found Henry Cavill’s audition tape for the @witchergame series! #witcher #superman #netflix https://t.co…
33190                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
33191                                                   Check out Vintage Polyester Tie Necktie Blue gold striped stripes Van Heusen career casual #Tie https://t.co/JEpXyJveIL via @eBay
33192                                                                  Check out MCFARLANE’S TWISTED CHRISTMAS MONSTERS SANTA CLAUS SERIES 5 #McFarlane https://t.co/tv5qDmUmVk via @eBay
33193                                        RT @Yahoo: John McCain's family didn't want Jared and Ivanka at the funeral: 'The View' host https://t.co/vhqFkWdNk5 https://t.co/Ytn50GCdnt
33194                                        @TPVTrevor Real current status: Drinking coffee from my @Keurig while wearing @Nike before I go to workout. Just or… https://t.co/mt0gfxomRE
33195                                                                                                                @Red_eyedjedi @natasharesists @johnrich @Nike @Kaepernick7 Thank you
33196                                                                            RT @Reuters: Emirates plane quarantined in New York with sick passengers-airline https://t.co/jDy4u5W0fn
33197                                                     @papapelto @Kaepernick7 @Nike So you've always known about the sweatshop slave owners and gave 2 fucks now cause of Kap you do?
33198                                                        RT @NJDevils: #IsItOctoberYet? @AmericanExpress Card Members can now get #NJDevils tickets for 2018-19 home games! #AmexLife
33199                                                @DannyJohnJules @Kaepernick7 I would burn my @Nike stuff but A) I don’t buy branded clothes and B) I’m not stupid enough to do that.
33200                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33201                                        RT @sscribner1: @deewaddell22 @sclancy79 @NFL @Nike It was never anti-flag or anti-military. It was always pro civil rights. When the freed…
33202                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
33203                                                                                                                                                      @Nike not losing no sales fym!
33204                                         RT @ActMeasuresDoc: We're happy to announce that #ActiveMeasures is now available on @amazon. Enjoy and pass along! https://t.co/2Lndp8oDDl
33205                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
33206                                           RT @JeremiahAldape: I’m a soldier and I support @Kaepernick7 and I will continue to wear my @Nike combat boots :) https://t.co/3KDgDImUy1
33207                                                                                                                              @netflix don’t take #BlackPanther off your app at all.
33208                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33209                                        @MELANCHOLYHlLLZ @grandmaitsme00 @BasementTrix @JMotenIII @alteratyeshiva @Nike @Converse What good does that do? Y… https://t.co/fwv1rP0DOa
33210                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33211                                                                     First day of school pic for a soccer girl means @adidas game is strong! @SoccerGrlProbs https://t.co/5TDmoMPt6A
33212                                                                                                                 @M_Mohsin_Ali @Nike @Kaepernick7 @nike you can organize this surely
33213                                        Never ending Liberal Hypocrisy. @Nike pays @Kaepernick7 $50Million as the new face of Nike to speak out against opp… https://t.co/mol6r7qMnT
33214                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33215                                        RT @Ace_2984: @TeAmoEric If the army is supporting @Nike and @Kaepernick7 what the hell is the #NikeBoycott for? Why are people burning clo…
33216                                                                                          RT @zanesebesta: I’m not a snitch buuuuut.... @Nike sue her ass 👀 https://t.co/cJGJFelC6n
33217                                        RT @mendes__sana: This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https:/…
33218                                                             RT @Reuters: Fox invests $100 million in broadcasting platform Caffeine https://t.co/rfaVFtWJkv https://t.co/uRLg4OSayy
33219                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
33220                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33221                                                                                          Sen. Ben Sasse unloads on Congress at Kavanaugh hearing https://t.co/HTMbuspFee via @Yahoo
33222                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33223                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33224                                                                                                            You know I’m gonna keep buying @Nike because I JUST STARTED BUYING NIKE.
33225                                                                      RT @NoelDominicci: Parkland father's moment with Brett Kavanaugh goes viral https://t.co/QhNHklOKfM via @Yahoo
33226                                        RT @hassanshehu42: Earlier today at #GoogleTrainingSkillsSokoto Thank you @DigitalSkillsAF @Google for making it possible https://t.co/PEix…
33227                                                                  RT @jamieleecurtis: I mean.... come ON! Need/want! Standing with @Nike and @halloweenmovie https://t.co/AeWpe2fnio
33228                                                                          RT @jimmykimmel: People are really mad at @Kaepernick7 &amp; @Nike... #NikeBoycott https://t.co/RkZCDVHE7O
33229                                         @azure_vox @CoolTrainerEl @sclancy79 @NFL @Nike ill buy as i please. i hope you find your peace via anything other… https://t.co/PXZWKwceYQ
33230                                                        @DelShores @jmcolli @kelly_clarkson @Nike False he was not killed by a police officer. Please check ur facts before posting.
33231                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
33232                                                                                   @JoeConchaTV @Nike @JoeConchaTV are you being #Shadowbanned   Not a lot of retweets and comments.
33233                                                   Check out 1956 Topps George Blanda PSA EX 5 Football Card #11 NFL HOF Collectible #ChicagoBears https://t.co/jknP92PJtB via @eBay
33234                                                 Check out vintage Reebok Size M stretch lace up football Green yellow white uniform Pants #Reebok https://t.co/mNemMNNFi5 via @eBay
33235                                                        RT @Reuters: U.S.'s Pompeo meets new Pakistan PM Khan; seeks to 'reset' ties https://t.co/rwrroNNwZC https://t.co/iSPNW8i1Gt
33236                                                                                                                                      RT @Sony: July 2019. 🕷 https://t.co/LnpnUcBYdP
33237                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33238                                        I'm not necessarily against what @facebook is doing w/r/t flagging fake or misleading posts...but really - what's t… https://t.co/eD9ZSmQHo2
33239                                                                 Check out FlySky FS-i6 2.4G 6CH AFHDS RC Transmitter With FS-iA6 Receiver #FlySky https://t.co/1kCx9zQeNt via @eBay
33240                                                                                                     RT @emily_juarezz: @alteratyeshiva @Nike look who it is https://t.co/9UTcVoxvwU
33241                                                                          RT @jimmykimmel: People are really mad at @Kaepernick7 &amp; @Nike... #NikeBoycott https://t.co/RkZCDVHE7O
33242                                                                                                                                          Just bought some @Nike shares #supportnike
33243                                        @BuckingPunisher @lisatomlins @Kaepernick7 @Nike 2) He has been under enemy fire from the moment he took a knee fro… https://t.co/rTE8FLp7KF
33244                                                              @digiphile @sherylsandberg @jack @SenatorBurr @MarkWarner @Google @sundarpichai Where can we watch the entire hearing?
33245                                                                                                                       @Handsome_soul @Kaepernick7 @Nike They won with this outrage.
33246                                                  Good for @Google … tell the US Senate to go fuck themselves until they get the corrupt @GOP out of power.  https://t.co/UzDES0NsZi
33247                                                                                           RT @Reuters: Walmart trials grocery delivery to rival Amazon Flex https://t.co/503qAbi5Vb
33248                                                                                Proud to wear @Nike ..I even got 30% off my entire purchase when I went to their store the other day
33249                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33250                                                        Check out Jadeite Green Glass Anna Butter Dish with Lid in Excellent Condition  #40s50s60s https://t.co/mr05MGmF5u via @eBay
33251                                        @Smomma47 @WebPresenceJedi @Powerlifting412 @ClayTravis @Nike You retweeted this tweet calling the first lady a ho.… https://t.co/idPNXrRirV
33252                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33253                                                             RT @jakobOwenss: If you guys think this is anything other than a $ move from @Nike than you’re crazy! That’s all it is!
33254                                                                                 This is what those idiots at @Nike should've done. Instead they went with a cop hating race baiter.
33255                                                                                                                                 @Reuters She should not be asking questions period.
33256                                                                                                                      @Nike been real good to me *K Dot vc from the 2013 BET cypher*
33257                                        RT @ColbyCovMMA: I grew up in Oregon and was around @Nike my whole life. It's funny watching a company that uses child slave labor overseas…
33258                                    @FrankLuntz Y didn't @Nike instead celebrate a veteran? Colin has &amp; still is earning millions of dollars. But our v… https://t.co/3WtkUsQHCs
33259                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33260                                        RT @kabbyTV: Join us for our Man vs Wild episode! Checking out @IntoTheLongDark which just came out for @Xbox as a @Microsoft Play Anywhere…
33261                                                                RT @Reuters: Starbucks opens its first branch operated entirely by staff members over age 55 https://t.co/ryu9lX8Y8c
33262                                                                                                                                 @usatodayopinion @USATODAY @Nike Sorry not correct.
33263                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33264                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33265                                                                            RT @253Kie: @sclancy79 @NFL @Nike Proud to serve my country in my @Nike boots 🇺🇸 https://t.co/eZRAprxTra
33266                                                       Check out 3.78 CT. BLUE TOPAZ /GREEN PERIDOT IN .925 FANCY SILVER RING ! SIZE 7 -STRIKING!  https://t.co/5s9dufJ9B7 via @eBay
33267                                                                                                                                         The joys of @amazon https://t.co/CGhkWjnvRM
33268                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
33269                                                                                Check out ARRESTED DEVELOPMENT - SINCE THE LAST TIME!! NR!!!~~~~~  https://t.co/uJVsCw6PTE via @eBay
33270                                                                           @AmericanExpress Takes this whole “getting annoying calls from your bank” thing to an entirely new level.
33271                                                   Check out Boy's Shirt/Jacket Zipper Front Size 12 months  SKU 2400 #BrandisCarters #JacketShirt https://t.co/3DTYrjITPh via @eBay
33272                                        RT @ColbyCovMMA: I grew up in Oregon and was around @Nike my whole life. It's funny watching a company that uses child slave labor overseas…
33273                                                                         RT @Reuters: Factbox: Kavanaugh's view on precedent central to U.S. abortion debate https://t.co/yrbEdhZiiA
33274                                                                                                                   RT @Avinashk_7: Now streaming on @netflix https://t.co/H45XqjcDmC
33275                                                      #texas Check out Zippo Harley-Davidson Wings Street Chrome Pocket Lighter (Z340)- NEW #texas https://t.co/91Vmk6O5E7 via @eBay
33276                                        RT @ColbyCovMMA: I grew up in Oregon and was around @Nike my whole life. It's funny watching a company that uses child slave labor overseas…
33277                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33278                                                                                                     RT @emily_juarezz: @alteratyeshiva @Nike look who it is https://t.co/9UTcVoxvwU
33279                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33280                                                     RT @MTKZH: @rdcaccavale @owlwoman911_ @poconomtn @cajunchick25 @Google needs to be broken apart and the @FCC NEEDS TO REGULATE‼️
33281                                            RT @Shell: Meet the rising stars shaping the future of energy ⭐ #makethefuture #ONS2018 https://t.co/24gD3nONFK https://t.co/kUlv8Z1U1W
33282                                        RT @Reuters: Wives of @Reuters reporters jailed in Myanmar call for their release https://t.co/9o2Nk8gsbb See our full coverage: https://t.…
33283                                                         Check out New in box Pop! Movies vinyl Figure Predator 31 Funko toys collectibles  #Funko https://t.co/1otVCcsN5S via @eBay
33284                                        @aj_powers @1Rock1 @Nike @ChrisLoesch @DLoesch @KrisParonto @SeanParnellUSA @JesseKellyDC How about we stop using d… https://t.co/8UZtW8MWzC
33285                                                                                                                      Check out my listing @eBay - https://t.co/zBi3TS7cBL via @eBay
33286                                                                                                                 @nmlima53 @johnrich @Nike What the hell even is that? Is it a song?
33287                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33288                                                                                                                             @3DataCloud @Microsoft Nice. Which custom visual is it?
33289                                                 Check out Optoma DMD Projection Display Model EP 737 / Unit + Cord / Projector Movie Camp #Optoma https://t.co/RAcK5JqSy5 via @eBay
33290                                                                      @AllPSUfootball @mcd3putt @Nike The answer to your question lies in his current sitution with the NFL’s teams.
33291                                                     RT @LornajaneCosign: Vintage Western Boho Fringe Concho Leather Hobo Shoulder Bag Patchwork   https://t.co/sZRiTOn5YB via @eBay
33292                                                Check out 14K SOLID GOLD Antique Victorian Natural Ruby &amp; Seed Pearl Halo Ring Sz 6 MINT #Halo https://t.co/lfFjNqLKAJ via @eBay
33293                                        RT @EdLeafe: I'm impressed that @IBM Austin is holding a voter registration event on their campus tomorrow. More companies should do likewi…
33294                                                  RT @Reuters: Trump backs off government shutdown threat ahead of elections: report https://t.co/feLxhZ16IR https://t.co/Ynl0yDPGYC
33295                                        RT @TedDBexar: @RodStryker @grizzlemeister @Nike @RealCandaceO @charliekirk11 @CB618444 @DineshDSouza @MikeTokes @Thomas1774Paine @RubyRock…
33296                                        @PRINCE_ANGELUS_ @gammytimes2 @grlallfighty @TheDelMarKid @TimRunsHisMouth @Nike @Kaepernick7 Nope. Not anymore. I’… https://t.co/4NcaCY3HVD
33297                                        @979TheBox exactly @KeishaNicole I’m w/u ppl who are burning their @Nike shoes are idiots that’s their money that t… https://t.co/QhOkDISsOp
33298                                        @RealJamesWoods @Nike NIKe Thank GOD for Under Armour.. Nike you sux.. That Kapernick hasn't sacrificed anything. H… https://t.co/cBh65v5fPF
33299                                                                  RT @BigDawg_8: @TeAmoEric All I wear is @Nike boots and Both pair got combat time overseas https://t.co/nwoMLhBWrZ
33300                                        RT @officialsihle: I am going to be a loyal supporter of @Nike simply because of the support they continue to show the black community. Spe…
33301                                                                                                                                        More @Nike for me 🤷🏽‍♂️ #NikeBoycottDeezNutz
33302                                                                                                                     @Manal_Cali @Too_Great @Nike @Nike sue the pants off this bitch
33303                                        RT @_curvychristian: I can’t stop thinking about this @Nike ad w/ @Kaepernick7. A group of people walked into a conference room with a bold…
33304                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33305                                             Check out Upgrade Microsoft Windows 10 Home to Windows 10 Pro LICENCE KEY With Guide #Microsoftwoouw  https://t.co/dO2D957C54 via @eBay
33306                                                                                                                                      @reeses @amazon #NotSorry #Sweepstakes luv2win
33307                                        RT @netflix: Reversing Roe: A new documentary about the state of abortion and women’s rights in America. September 13. https://t.co/AX75YJU…
33308                                                                  RT @jamieleecurtis: I mean.... come ON! Need/want! Standing with @Nike and @halloweenmovie https://t.co/AeWpe2fnio
33309                                        RT @ColbyCovMMA: I grew up in Oregon and was around @Nike my whole life. It's funny watching a company that uses child slave labor overseas…
33310                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33311                                                                                                                           @JeffKasky @Nike Cool. How are you related to Marc Kasky?
33312                                                                         @amazon &amp; @Apple are now worth over 1 Trillion dollars each.. if that doesn’t inspire you IDK what will
33313                                                                                                                                                      @johnrich @Nike What a dumbass
33314                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33315                                                                                                                                            @py_rates @Nike @fearofgod nike taxxxxin
33316                                        @realDonaldTrump @Nike says thanks for the sales increase! Your endorsement made all the crazy Leftists forget they… https://t.co/YJ1YinpOV5
33317                                                                                                                             Watch closely @Nike give that Police Officer his credit
33318                                                                                                                               I pray to GOD they do this! @Nike shake some shit up!
33319                                                                        @AllbrightNFL @RaidersReporter *45 can’t say squat about @Nike as I believe they are tenants!  Oh the irony!
33320                                                                    @ta5172 @tianabelle @Kaepernick7 @Nike That’s just white ignorance. Where is common empathy for those around us?
33321                                                        RT @RhondaHurley2: @RebeccaFaussett @Nike Nike shares tumble amid Kaepernick ad backlash https://t.co/yQEDUE8iUN via @nypost
33322                                        RT @HughAcheson: If you are planning on throwing away unboxed @Nike Air Jordans size 10 just let me know and I will take care of them for y…
33323                                                 Check out Mens Polo Ralph Lauren Board Shorts Swim shorts L 710587928019 Lt Blue NWT #BoardShorts https://t.co/PKgX20WpeN via @eBay
33324                                                                                                           @EricBainbridge @realDonaldTrump @Nike Good idea—I will look in my closet
33325                                                                                                     RT @emily_juarezz: @alteratyeshiva @Nike look who it is https://t.co/9UTcVoxvwU
33326                                    @Shell Integrated Gas &amp; New Energies Director Maarten Wetselaar says @Shell has submitted an expression of interest… https://t.co/mfJgjbyt6D
33327                                        RT @vanietra_h: @GeauxNetwork @TheSebazy @Dart_Adams @netflix I’m gonna need y’all to make this makes sense. I didn’t even get a notificati…
33328                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33329                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33330                                                             RT @Reuters: Japan's deadly typhoon is the worst in 25 years https://t.co/45z6Ivveea @ReutersTV https://t.co/Yge7cgCjGQ
33331                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33332                                    RT @5Strat: If I didn't know better I'd say @ABC @NBC @PBS @FOX @CBS @Google &amp; @Twitter have been conspiring for years to single thread all…
33333                                        @alteratyeshiva @Nike If you don’t support the company that’s fine. But don’t burn the shoe. First of all young peo… https://t.co/TF8DRmZWki
33334                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33335                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
33336                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33337                                         @ken0bii @MichaelScottQue @RealMasonREALLY @genevavikings69 @RealCandaceO @adidas @adidasUS @adidasUK @BarackObama… https://t.co/ugYseWd5Rr
33338                                        RT @justinsuntron: https://t.co/kKk6RXeN9V will run for #TRONSR. https://t.co/kKk6RXeN9V strives to become the @Google in the blockchain in…
33339                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
33340                                                                                                                       RT @JohnAxford: I am proud and honored to be a @Nike athlete.
33341                                        @sclancy79 @NFL @Nike Is police killing people with impunity what the flag means to you? Is that what makes your he… https://t.co/UqyiylrlaM
33342                                                 RT @Reuters: Sarah Sanders takes a swipe at Bob Woodward's new tell-all book about the Trump administration https://t.co/hMvxNIbAdA
33343                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33344                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33345                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33346                                                     RT @Reuters: Immigration and welfare fears merge as Sweden lurches to the right https://t.co/N7M0Gp57nH https://t.co/m3GNnqTh3P
33347                                                                                                                         @bmkibler @Nike You probably bought the shares I just sold!
33348                                                   RT @Reuters: Amazon looks to house and mine Chilean telescope data https://t.co/6NJp2nKh1L via @ReutersTV https://t.co/YOAyFUaVpc
33349                                        RT @HSS_Podcast: People that are boycotting @Nike are really less than smart. Pls have the same energy for the @nfl seen as though all @nfl…
33350                                                                                                               @Google You described my surface laptop. Best laptop I've ever owned.
33351                                                                                          @sourranger718 @mamurf41 @__sfoster @RealCandaceO @adidas @adidasUS @adidasUK Bigot ranger
33352                                        @realDonaldTrump Who gives a sh*t if you watch football? The majority of Americans will support @Nike! #BuyNike sup… https://t.co/DwxMqPdN2h
33353                                        @PrincessDOT64 @64bird @EthicalLoyal @Nike That would mean that everyone wearing ‘nike’ branded clothes is anti Ame… https://t.co/TOZpMLzZ93
33354                                        @Nike has always been under heat. When it came to campaigning for the LGBT community or even the equality movement.… https://t.co/4elIeBWz8D
33355                                                                     RT @kaosonia: Check out Sterling Silver Beach Charm - Toes in the Sand Charm  https://t.co/S0BNGchJp0 via @eBay
33356                                                                                                         RT @WithLoveXavier: Explain this @kanyewest @adidas https://t.co/lD4VXH6VJJ
33357                                    @ATT is coming out to hook up our cable boxes today &amp; then coming out tomorrow to set up our wifi. really don’t und… https://t.co/T1a4J7Q3pF
33358                                                                       RT @TomPelphrey: Season 2 just a few days away!  #IronFist on @netflix September 7th! https://t.co/55uCme9pt6
33359                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33360                                                                                                                                              @_sincerlyyB @netflix More than enough
33361                                                                                                               @lestweperish @CNN @CBS It's actually an @ABCNetwork show... but yes.
33362                                        @sclancy79 @NFL @Nike The fact you only follow Trump plus 5 others just proves how narrow-minded you are in your vi… https://t.co/4P9Vs6rGlX
33363                                                          Check out Lot of 4 Time Life This Fabulous Century Books 1870-1930 Beautiful Hardcovers  https://t.co/E89iVQSDyX via @eBay
33364                                                                               @WilmaHeaden @Kaepernick7 @Nike Actually I ditched Subway long ago. Kind of presumptous on your part.
33365                                         RT @mittenman77: You invest in @Nike you are giving Colin Kapernick more power and voice. By the way that swoop looks like blended knee to…
33366                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33367                                                                                                       RT @Sammi_Donchin: PPS SHOUT OUT TO @Nike  for the campaign we really need 🙌
33368                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
33369                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33370                                        RT @akta: 🗓Agenda Builder went live TODAY. Don't be stuck in that wait-list line. Forrester reports @salesforce customers who upgrade to Li…
33371                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33372                                                                 RT @Reuters: UK names two Russians for attempted murder of Skripals https://t.co/OLzAMDV5OW https://t.co/Gljx9SeIwd
33373                                                RT @CardsTreebeec: Check out HANDMADE PERSONALISED BOY / GIRL Noahs Ark BAPTISM - CHRISTENING DAY CARD https://t.co/nF5NMmhwcY @eBay
33374                                                                                                                                               @FarmRichSnacks @kroger Yummy!!!!! 🤤
33375                                        RT @sandy_57: @NewRightNetwork @WayneDupreeShow @Nike @DonaldJTrumpJr @Militarydotcom @codeofvets @parscale @BreitbartNews @DonnaWR8 @Rambo…
33376                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33377                                                       Check out THOSE FABULOUS BIG BANDS - DUKE ELLINGTON; WOODY HERMAN; BENNY GOODMAN; COUNT B;  https://t.co/0iijIbMILQ via @eBay
33378                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33379                                        @PatStowe @facebook I thought bashing pedophiles was the one issue both sides could agree on. NOPE! @facebook is ru… https://t.co/BttCVTKpMY
33380                                            RT @Shell: Meet the rising stars shaping the future of energy ⭐ #makethefuture #ONS2018 https://t.co/24gD3nONFK https://t.co/kUlv8Z1U1W
33381                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
33382                                                                             RT @XStrategiesDC: Bernie Sanders 2020 Campaign slogan brought to you by @Nike. https://t.co/y0uo4CtrQi
33383                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33384                                                                                                                       Just got to watch @Kaepernick7 @Nike commercial! Fantastic!!!
33385                                             @BillGates @AppleSupport @tim_cook @AppleNewsUK @Apple @AppleMusic @AppleNews @AppleTV @AppleEDU @appleinsider… https://t.co/3Nb98mTpdh
33386                                                                                                   @realDonaldTrump Get back to me when @Nike files for bankruptcy multiple times 😉
33387                                        @RonDonaldson17 @RosalesArt1 @Mattwildman5 @ColbyCovMMA @Nike @Kaepernick7 Thanks for grouping me and making me “ l… https://t.co/jhp3OUYLph
33388                                                                  RT @jamieleecurtis: I mean.... come ON! Need/want! Standing with @Nike and @halloweenmovie https://t.co/AeWpe2fnio
33389                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
33390                                                            RT @Reuters: Chemical weapons watchdog confirms Novichok use in Amesbury https://t.co/neLBdEzKVZ https://t.co/k7czAfWPOL
33391                                                                   RT @katieb082: @KaitMarieox @Nike I think that counts as unauthorized use of a copyrighted logo and slogan right?
33392                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33393                                        RT @Reuters: Kavanaugh says Roe v. Wade is 'settled precedent' of Supreme Court. Watch live: https://t.co/XMLOAYiaYk https://t.co/dhylqBhEox
33394                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/8YED5VYt2o
33395                                                                       Check out Billabong Sol Searcher One Piece Black Medium New with tags !!  https://t.co/PccuqxzdHY przez @eBay
33396                                               RT @Nino_416: .@ShannonSharpe kept it💯on @Nike 30th Anniversary #JustDoIt ad campaign featuring @Kaepernick7 https://t.co/v5B2x2iz69
33397                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33398                                                                                         I love to hear that #trust is the number one value of @salesforce @SalesforceOrg bravo 👏🏼
33399                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
33400                                                                                         RT @Nike: Don’t become the best basketball player on the planet. Be bigger than basketball.
33401                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33402                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33403                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33404                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33405                                     RT @Brainykid2010: @kelliwardaz @Nike Nike can do whatever they want. My decision was to sell my Nike stock &amp; then I took my grandchildren…
33406                                        RT @kpoulsen: From me: Two weeks ago @facebook banned a self-described indy news site with phantom writers and clear links to Russia's GRU.…
33407                                        We are currently recruiting for a @Cisco Network Engineer - Wireless to be based in our Marlow office. The role cov… https://t.co/nnAu4El24M
33408                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33409                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33410                                                                                         RT @Nike: Don’t become the best basketball player on the planet. Be bigger than basketball.
33411                                                                                                                 Through The Gates by Alan Hardy https://t.co/GLuXzQnJs7 via @amazon
33412                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33413                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33414                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33415                                                                                             @bradtravelers @nicklelove @netflix Such good news is coming back. It's a great show 👍
33416                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
33417                                                                                                     RT @emily_juarezz: @alteratyeshiva @Nike look who it is https://t.co/9UTcVoxvwU
33418                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33419                                                                                               🙌🏼🙌🏼 smashed it ... now that is advertising ... well done @Nike ... well done!!!!
33420                                                 @oppo @Apple @HuaweiMobileEG @HuaweiArabia @InfinixEG @SamsungMobile @Microsoft @MicrosoftStore @SouqEgypt… https://t.co/OBeBYWXOHf
33421                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33422                                                                                                                                                  @Reuters @ReutersTV This is a lie.
33423                                                                                                                                                                          @Nike Nice
33424                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33425                                         @startupstella @presactlyalicia @zapier @Google I'd love to see some zapier based data studio stuff.  Any you can share with non-attendees?
33426                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33427                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33428                                                                                                                                                             Ok @Nike this is great.
33429                                                       Check out  Women Lambskin Leather Shirt Dress Casual Wear Plus S Custom Made For Halloween  https://t.co/hhf1TG86b7 via @eBay
33430                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33431                                                                                                                                                                    @Nike Nike sucks
33432                                  RT @antgrasso: Effective Security for the Multi Cloud Era. #infographic Link &gt;&gt; https://t.co/BmXvGaH9ga @Cisco @cloudlock via @antgrasso #C…
33433                                                                 RT @Reuters: Embattled blood-testing firm Theranos to dissolve: WSJ https://t.co/RVyUcbnmkS https://t.co/mLphnYM29T
33434                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
33435                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33436                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33437                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33438                                                                           Fish Magic : Paul Klee : circa 1925 : Fine Art Print https://t.co/BLUhp5hDmW via @amazon #paul klee #klee
33439                                                                                               @62drapes @higgy365 @instagram @Twitter Well and shares to @facebook too! #repetition
33440                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33441                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33442                                                                 RT @LRbullies: @johnrich @Nike First it was this.. Now it’s Kaepernick #BoycottNikeJustDoIt https://t.co/oVgIjTdEOF
33443                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33444                                                                                                                                                                      @Nike i love u
33445                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33446                                         @Jinator132 @ShariBari19 @JoeDaveo @BrianNoHart @CoolTrainerEl @sclancy79 @NFL @Nike I’m not butt hurt. I’m simply… https://t.co/rx93QSZfE9
33447                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33448                               RT @TherealTaraji: Dancing in my @Nike shoes like.......I ain’t going back and forth with you bigots!!! 💪🏾🙌🏾 @Nike #JustDoIt 💃🏽💃🏽💃🏽 we got…
33449                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33450                                                                                RT @CaseyNeistat: dear @Nike i appreciate you for standing with @Kaepernick7 https://t.co/KEvLlzeGGV
33451                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33452                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33453                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33454                                                                                                                  RT @Zaaaym_SheBLACK: Interesting  @netflix https://t.co/qwspx3zzko
33455                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33456                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33457                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
33458                                                    Check out GENUINE AUSTRIAN CRYSTAL CLEAR BOW WREATH STUD EARRINGS STAINLESS STEEL PIERCED #L2D https://t.co/wjfb7AKGXa via @eBay
33459                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
33460                                     @alteratyeshiva @Nike Hahaha Nike already has his money 😂😂😂 and you're not the only ones who wear Nike...All across… https://t.co/j23puCvqhx
33461                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33462                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33463                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
33464                                                                                       RT @OTLonESPN: BREAKING: @Nike releases new ad featuring @Kaepernick7 https://t.co/IECC7HqIBp
33465                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33466                                        @makuachiii @AngieBassett @eden_buks @netflix I took a pill that induced the miscarriage. And I’d do it again becau… https://t.co/NiQunX6Hbm
33467                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33468                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33469                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33470                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33471                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33472                                                                                                                                                                Get that money @Nike
33473                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33474                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33475                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33476                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33477                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33478                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33479                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33480                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33481                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33482                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33483                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
33484                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33485                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
33486                                                        RT @Reuters: Justice Dept. says probing social media companies for stifling 'free exchange of ideas' https://t.co/KB0RYd92iu
33487                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
33488                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
33489                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33490                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33491                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33492                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33493                                                                                                                 RT @Nike: Don’t settle for homecoming queen or linebacker. Do both.
33494                                                                              How does a little oil change turn into a 500.00 car makeover? Yea I don’t think so . Thanks @Nissan 😐
33495                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33496                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33497                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33498                                                                  Check out Prowling Cat  : Théophile Steinlen : Home Decor Art Print   https://t.co/ujgq6mAJqS via @eBay #cat #chat
33499                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33500                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
33501                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33502                                                   Some of my greatest blessings call me Baba t-shirt Carol's Gift Shop Designs https://t.co/bCezZMjwyO via @amazon #GrandparentsDay
33503                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33504                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33505                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33506                                        RT @radhikatongar: Still looking for my crazy dream!! Kudos @Nike for standing by your athletes in the face of adversity. #Kaepernick https…
33507                                        RT @BSO: @TheWrap @Nike @Kaepernick7 Fake news as their president says. NIKE Stock is back up today and the other 3 major sneaker companies…
33508                                                                  RT @jamieleecurtis: I mean.... come ON! Need/want! Standing with @Nike and @halloweenmovie https://t.co/AeWpe2fnio
33509                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33510                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33511                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33512                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
33513                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33514                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33515                                                                     @TwitterMoments @Kaepernick7 @Nike @KingJames @serenawilliams Oh boy more funny twitter posts to eat popcorn to
33516                                                                                                                     @danieloran @Jevholution @McDonalds Is the meat Malaysian mutt?
33517                                        @Reuters I like this guy.  He is very learned and understands the role of independent judges and keeping ideology s… https://t.co/WPfZXtzkN2
33518                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33519                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33520                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33521                                         @Nike When does the resistance Kaepernick line start you should make the Che Guerrero shirts and charge 40 dollars… https://t.co/hW3bBLcSJa
33522                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33523                                                             I would love to work for @Nike Marketing one day. I love working on a project behind the scenes and seeing it play out.
33524                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33525                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33526                                                                                                                                   @exxonmobil @ValeroEnergy can I get a brand deal?
33527                                                                                                                                                               @Nike You lost me....
33528                                                                                                                                             I really want to see Bleach on @netflix
33529                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33530                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33531                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33532                                                                                               Move over @Nike  .... @adidas is where it’s at #badchoicenike https://t.co/ajnKCvDXWl
33533                                                                                                          Running to @Nike and buying leggings. My feet are too wide for their shoes
33534                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33535                                        RT @MatthewACherry: When @Kaepernick7’s new @Nike commercial will have it’s TV premiere during the first game of the @NFL season. https://t…
33536                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
33537                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33538                                                                                                                        @SimpleHardTruth @Nike @nikestore @Kaepernick7 You’re a cunt
33539                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33540                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33541                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33542                                                                                          RT @YvesMulkers: #visionary award goes to @adidas #TIBCONOW @TIBCO https://t.co/TMFSi414BC
33543                                                                                                                        @DeZhuoreVu @Nike Yes! It’s for their Muslim Women athletes.
33544                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33545                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33546                                        RT @KayaJones: For those asking why don’t I or those of us who’ve burned our @Nike stuff why we didn’t donate it here’s the facts. I’ll hap…
33547                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33548                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33549                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33550                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33551                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33552                                                   Check out Lucky Brand SKYLO Jeans Flare Leg Distressed Whisker Wash Women tag 14/32 x 32 #Skylo https://t.co/duKEt4mrpJ via @eBay
33553                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33554                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33555                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33556                                        @Reuters I am a professional Logo and Graphics Specialist. My Goal is to earn a 5-star review from you and I believ… https://t.co/lX2uuI2KLe
33557                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33558                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33559                                                                                                                                                               @Nike come on bruh 💩
33560                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33561                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33562                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33563                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
33564                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33565                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33566                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33567                                        @TMGiarratano @AIRBORNEJAG70 @M77Jake @YusufHassanNYC @NotDeadGlomar @StilettoRoyalty @johnrich @Nike I don’t under… https://t.co/xk4r2PJ4Kr
33568                                                                                                     RT @emily_juarezz: @alteratyeshiva @Nike look who it is https://t.co/9UTcVoxvwU
33569                                                         Check out 2008 Allen &amp; Ginter's Geoff Jenkins  Auto-Card Philadelphia Phillies Mint!  https://t.co/LJxOS3w1k3 via @eBay
33570                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33571                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33572                                                                   @Kaepernick7 This gave me chills. Beyond inspiring. WOW! @Nike #WednesdayWisdom #JustDoIt https://t.co/Le9TwBW7N0
33573                                                                                                                                                         @Nike Deadass chills 🔥🔥🔥
33574                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33575                                                                                       RT @OTLonESPN: BREAKING: @Nike releases new ad featuring @Kaepernick7 https://t.co/IECC7HqIBp
33576                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33577                                                                       Check out Pinkiny Canandy-ST-1969 Uni   -POWER POP-POP PSYCH #PsychPowerPop https://t.co/WKoYWQkm3C via @eBay
33578                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33579                                                 Check out Cleveland Sports #Cavs #IndiansSnap Back Embroidered Hat Cap Navy on Red  NEW #RMSports https://t.co/YB7lSsZxzv via @eBay
33580                                        Adam at @KCSOS ILN talking about @FuelYourSchool! Thanks @Chevron  for your support of Kern County teachers and stu… https://t.co/z4w5lRpeFx
33581                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33582                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33583                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33584                                                                                            @Kaepernick7 I Think Imma Get A @Nike Sign Tatted Next To This ! https://t.co/nZFSBZieeo
33585                                                          Check out Albert Bierstadt THE ISLAND COLLOGRAPH PRINT NO. 969 AARON ASHLEY INC NY 1984  https://t.co/LkYHqoT8ov via @eBay
33586                                                                          RT @Reuters: At least 19 on Emirates flight confirmed ill: New York mayor's office https://t.co/WxozA3tBVC
33587                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33588                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33589                                                                               Check out MISS ME Low Rise STRAIGHT LEG Stretch Jeans Sz 26 W 28 x L 31 https://t.co/oi1oiIGx3Q @eBay
33590                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33591                                         Wow! @kelly_clarkson backs @Nike Wow! Former American Idol now becomes a advocate for kneeling for the anthem. Bad… https://t.co/nM67pOJdsh
33592                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33593                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
33594                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33595                                        RT @DPDVolunteers: Thank you to all our volunteers for making the #NTXLECommunityEngagementSummit a success! @DPDWest @JoliDPD @jpmorgan @D…
33596                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33597                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33598                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33599                                                                                      RT @tysonbeckdesign: Christmas Day Jersey Concepts ⛄️ @NBA x @Nike (1) https://t.co/VI0ZUFMs1z
33600                                         RT @OBgynFl: Purely business standpoint @Nike CEO should be fired. At a minimum pissed off 23% of its customer base. 46% will be fine with…
33601                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33602                                        @MikeOmerMan I don’t purchase anything from @Nestle ever since they like to pump water for their bottled water from… https://t.co/5sJyRRhgmq
33603                                                            RT @SEWMUCHFUN2: Check out Starbucks Reusable Recyclable Grande 16 Oz Travel Mugs Set Of 2 https://t.co/nipM9KDp7f @eBay
33604                                                                                                                 @jsebring03 @ronwins3 @Nike So you now agree my tweet was accurate?
33605                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33606                                        RT @pdxalerts: Portland - Police to the Sellwood Bridge (mid-span) on a welfare check - report of a male dressed in @Nike gear sitting on t…
33607                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33608                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33609                                                Check out New Pet Food Airtight Container Storage Vittles Gamma2 Vault 15 Lb for Dog Cat . #Gamma2 https://t.co/nK6OMwcbwS via @eBay
33610                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33611                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33612                                        RT @BigBeazley: @Kaepernick7 @Nike 2) I’m a 49er fan and was one of first to hear about this from a local reporter.  Colin had been benched…
33613                                            RT @runningmayhem: @WHS_Carpet pencil case ☑️ lunch box ☑️ pens ☑️ 12 bottles of Coors ☑️ @Tesco Aylesbury have got this back to school thi…
33614                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33615                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33616                                                                                                                                    Message from actor/producer James Woods to @Nike
33617                                           RT @SMichaelDesigns: S.Michael Designs 1.00Cts.T.W. Blue Diamond Stud Earrings -10Kt WG S.Michael ... https://t.co/YJc2aZRSMX via @amazon
33618                                                                                                               This gave me the chills!  @Nike you’re making ALLL the right moves 💯
33619                                                                  Check out 2 pcs 560 feet Natural 2 Ply Twisted Jute Twine String Rope Toy Craft  new https://t.co/A1wfKSpe49 @eBay
33620                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33621                                                Check out Large Extended Gaming Mouse Pad Keyboard Mat Laptop Mat Water Resistant Non-Slip #BLTech https://t.co/Bmykz0ZRRu via @eBay
33622                                        @DavidLe02998360 @Kaepernick7 @Nike “You know why I pulled you over sir? We caught you going through the intersecti… https://t.co/O6zy88Tpi5
33623                                                                                   @malackzaid @MKBHD @UnboxTherapy @Apple You and I know of it but that doesn't mean many people do
33624                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33625                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
33626                                                                                                                                         @CocaCola Day made! https://t.co/nCQc8rmv2B
33627                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33628                                        @sclancy79 @NFL @Nike Just say it you fucking pussy.....YOU DONT LIKE NONWHITES. Theres literally nothing else it c… https://t.co/Dz7KtIivuJ
33629                                                               Check out 2018 Panini Chronicles SHOHEI OHTANI Auto RC 04/99 Jersey Cornerstones ANGELS https://t.co/X7QJIHOu5N @eBay
33630                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33631                                                                                                                                                        @PayPal PLEASE CHECK YOUR DM
33632                                                                                                                                           @ATT WHAT A JOKE! https://t.co/BCY7EgGHSA
33633                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33634                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33635                                        RT @madzballz: PLEA FOR INFO! https://t.co/MvwdBmCmX9 We need your help @sundarpichai @Google PLEASE watch Sam’s moms video for more info!!…
33636                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33637                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33638                                        RT @Mexi421: @SGSMUFASA @Ace_2984 @TeAmoEric @Nike @Kaepernick7 I don’t even think they care for some it’s probably just about having any e…
33639                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
33640                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33641                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33642                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33643                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
33644                                                                      Check out Melt &amp; Pour Soap Base Clear Organic/ Neutral pH #GreenPharmacy https://t.co/l54zs0Va2i via @eBay
33645                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33646                                                                                       RT @OTLonESPN: BREAKING: @Nike releases new ad featuring @Kaepernick7 https://t.co/IECC7HqIBp
33647                                                                                                                                         @the_fake_yeezy @Work4Sneakers @Nike Boom !
33648                                                                                  RT @DeelanRH: I just bought: Pipedream Extreme F*** My Big A** via @amazon https://t.co/8ClCqiRO3p
33649                                                                                                             Yes @Nike thank you now to support them we need to go buy stock......✊
33650                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33651                                             @nessnitty @Kaepernick7 @Nike Yes very sad that Nike didn't use a real hero. Like someone who fought risked their life for the country.
33652                                                                         @Tuda88 @PeteHegseth @Nike @espn @netflix @foxandfriends Both never served in the military “fake “ patriots
33653                                        RT @LisaCampo: @sclancy79 @NFL @Nike Bless your heart. Kaepernick first protested by sitting during the national anthem in order to bring a…
33654                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33655                                        RT @JustaPinion: @w_terrence @mommyinaz I’m done. I will not buy another product or service from any unpatriotic person or company. @Nike n…
33656                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33657                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33658                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33659                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33660                                                 RT @steph93065: China controls @Nike. Their campaign against America is at the behest of China. Buy your sporting gear accordingly.
33661                                        RT @MatthewACherry: When @Kaepernick7’s new @Nike commercial will have it’s TV premiere during the first game of the @NFL season. https://t…
33662                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33663                                                                                       RT @OTLonESPN: BREAKING: @Nike releases new ad featuring @Kaepernick7 https://t.co/IECC7HqIBp
33664                                                                  @Eloseeoh @50kae__ @Kaepernick7 @Nike Only if you put Nike on that hand if you know what I’m talkn about💯 but🔥🔥
33665                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33666                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33667                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33668                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33669                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
33670                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
33671                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33672                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33673                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33674                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33675                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33676                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33677                                                                                          RT @MyebayForYou: Check out Vintage Real Hide Leather Wallet https://t.co/yY6AaT5EpJ @eBay
33678                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33679                                                                                             Why isnt #HarryPotter on @netflix / @NetflixUK ??? i'm baffled. https://t.co/GFQrJdTPOg
33680                                                                              RT @icejuuice: @Work4Sneakers @the_fake_yeezy @Nike Pat Tillman would have supported Colin Kaepernick.
33681                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33682                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33683                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33684                                                                                                     RT @emily_juarezz: @alteratyeshiva @Nike look who it is https://t.co/9UTcVoxvwU
33685                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33686                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33687                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33688                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33689                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33690                                                                                       RT @OTLonESPN: BREAKING: @Nike releases new ad featuring @Kaepernick7 https://t.co/IECC7HqIBp
33691                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33692                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33693                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33694                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33695                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33696                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33697                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33698                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33699                                                                                                         @ericfrodgers @IBM @IBMCanada @IBMPartners @ibmlive Nice @ericfrodgers @IBM
33700                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
33701                                                                              Completely agree. It has everyone talking include the media which is a huge value for the @Nike brand.
33702                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33703                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33704                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33705                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33706                                                                                                                 RT @Nike: Don’t settle for homecoming queen or linebacker. Do both.
33707                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33708                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33709                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33710                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33711                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33712                                          RT @RostrumRecords: Current mood 🗣 Lace ‘em up. Nikes On My Feet @MacMiller 🎶 #nowplaying | Respect to @Nike 🙏🏾 https://t.co/QBYtbpdTdn
33713                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33714                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33715                                                                                                @Reuters Roy Moore take the L and move on. You tried it. Everyone knows your a pedo.
33716                                        @jllgraham @melancholylov3r @Nike How much Nike do you wear motorcycling. Nike doesn’t sell shit to old angry white… https://t.co/8mvoOpKSg3
33717                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33718                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33719                                        RT @CLTIndependence: @ClubSantosEn @CaminoCommunity We've teamed up with @BankofAmerica to fundraise for this tremendous organization and y…
33720                                                                 @cutdastrings @jeffkatzshow @Nike Ok but that has nothing to do with the original statement. Now you're deflecting.
33721                                                                                                                                                                   @Nike New Balance
33722                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33723                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33724                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33725                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33726                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33727                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33728                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
33729                                        RT @iom_ttTravel: A date for your diary. @easyJet flights to the @iom_tt 2019 are due to be released on 20th September 2018. It is expected…
33730                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33731                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33732                                                                                                     RT @emily_juarezz: @alteratyeshiva @Nike look who it is https://t.co/9UTcVoxvwU
33733                                                                                                                                                                     Thank you @Nike
33734                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33735                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
33736                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33737                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33738                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33739                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33740                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33741                                                                                                                @ABC7 @KingJames @Nike @Kaepernick7 i see him play  basketball on tv
33742                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33743                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33744                                                                                     @fabiansociety Bandwidth dude. Are you declaring that @netflix is somehow racist? Enlighten me.
33745                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33746                                                                                                                   Check out DC 4800 KODAK CAMERA  https://t.co/mhoKAnp7A3 via @eBay
33747                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33748                                                        Check out ACEO Original Miniature Painting Orange Tabby Ginger Cat Kitten Cape Cod Artist  https://t.co/eMTbYImDNb via @eBay
33749                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33750                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33751                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
33752                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33753                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33754                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33755                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33756                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
33757                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33758                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33759                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33760                                                       Check out MENS WORRY FREE CLASSIC FIT FLAT FRONT CHINO SIZE: 40X29 NO WRINKLE COLOR: KHAKI  https://t.co/PvRrOfYAtT via @eBay
33761                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33762                                                                                                                                                      The @Nike Commercials are dope
33763                                         @TimothyKenison @realDonaldTrump @Nike is a publicly-traded corporation is “getting killed with boycotts”  borders… https://t.co/vVq16RUtHV
33764                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33765                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33766                                         @BrokeAstro @darklowrd @praterkeith @bigbobcheatham @Nike That’s not what I heard. I heard they offered him a spot… https://t.co/JKfRFphUFI
33767                                                RT @foxtrotmike1112: 🚨🚨🚨🚨 Boycott Nike! #BoycottNIKE @Nike @NFL Boycott the NFL as well! @SanMateogirl11 https://t.co/3jLmiqQtUK
33768                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33769                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33770                                                                   @Nike Love all these stories.... except for Colin. Colin tarnishes all of this with his ugly disrespecting hatred
33771                                                                                                                                                              @Reuters As is America
33772                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33773                                                                                                                                                        @Reuters Greasing the wheels
33774                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33775                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33776                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33777                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33778                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33779                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33780                                        @nyquildealer @Work4Sneakers @theycallmevince @Nike So it’s ok for a cop to kill white people? And don’t pull out t… https://t.co/ra5aySqVgp
33781                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33782                                                                                       Check out Lot Of 10 Kids/Children's Puzzles Complete *GUC*  https://t.co/D1KZX8mpPg via @eBay
33783                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33784                                                                                                                                                  @Nike As long as you drop colin...
33785                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33786                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33787                                        Have you seen the new #ColinKaepernick @Nike ad? The ad comes after the #NFL mandate stating that players could onl… https://t.co/weVlsVB5vf
33788                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33789                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33790                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33791                                                              Check out Patons Canadiana Yarn Acrylic Rose Wood Jade Dye Lot #PatonsCanadiana #Any https://t.co/6beYoEOded via @eBay
33792                                                                            RT @sophie_swaney: Here @Nike someone fixed your new ad campaign #ARealSacrifice https://t.co/LvpuysB342
33793                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33794                                                                                                  Check out Slavery by consent Dvd &amp; 1 Extra   https://t.co/5ylhxGceMd via @eBay
33795                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33796                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33797                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33798                                                                                                                                  @adidas hml imma need this Gambino ones fs fs 😅😵
33799                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33800                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
33801                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33802                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33803                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33804                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33805                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33806                                        @facebook I understand why this has happened I was in a club even though I’m totally deaf so I didn’t have a clue b… https://t.co/fzXEGUWIZ6
33807                                                                                                                     @TrumpGirlStrong @Nike @Kaepernick7 Nikes may sell well in Cuba
33808                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33809                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33810                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33811                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33812                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33813                               RT @TherealTaraji: Dancing in my @Nike shoes like.......I ain’t going back and forth with you bigots!!! 💪🏾🙌🏾 @Nike #JustDoIt 💃🏽💃🏽💃🏽 we got…
33814                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33815                                                                              Check out Starsky &amp; Hutch seasons 1 &amp; 2 Complete Series 1-2  https://t.co/TbQUxeVHLp via @eBay
33816                                                                                                      he bought all those shoes already. @Nike got his money already. SMH #Kapernick
33817                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33818                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33819                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33820                                                                                                              RT @consrvatvebammr: If you really cared @Nike https://t.co/cFbMNj1GiE
33821                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
33822                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33823                                                                         RT @Work4Sneakers: @the_fake_yeezy @Nike Oh you must mean like a real sacrifice.... https://t.co/UaduP2aeB5
33824                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33825                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33826                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33827                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33828                                                           RT @Reuters: Amazon's Bezos gives $10 million to bipartisan campaign fund https://t.co/LHEax5Ot6l https://t.co/ijz6tBcAQg
33829                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33830                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33831                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33832                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33833                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33834                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33835                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33836                                                                                 RT @camjordan94: 💫👀👀👀🔥🔥🌊🌊🌊 (watching stars align) (heatwave) @Nike https://t.co/HAlFpN17EP
33837                                                                                                                                                                   @Google I like it
33838                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33839                                                                                         RT @Nike: Don’t become the best basketball player on the planet. Be bigger than basketball.
33840                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33841                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33842                                                                                    @fam_man @VargasMcPherson @Kaepernick7 @Nike You’ve been asked to not use his picture you clown.
33843                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33844                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33845                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33846                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33847                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33848                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33849                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33850                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33851                                        @BarbieeTheeBee @Steve_Unit @Drk_Prophet @Alimony58 @TheWrap @deannagreenexo @Nike @Kaepernick7 Have you been throu… https://t.co/Nz7E1t0zps
33852                                        @NightEthereal @TBC_1109 @DaysOfWild @EdgarKruize @eyerecords @prince @eBay It’s not that easy. It involves copyrig… https://t.co/56XAgCmjnz
33853                                                                                                                                                     @Grant_brewer01 @adidas I know.
33854                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33855                                                                                                                Sacrifice my A** He is making MILLIONS @Nike https://t.co/uOR332BM2W
33856                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33857                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33858                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33859                                        @Nike Nike just doubled down  on the lie of social miss justice that Kaepernick and them clowns in the NFL kneeling… https://t.co/ARTr3PxB1u
33860                                                                                                              RT @BBCNews: Poster prank hoodwinks @McDonalds https://t.co/r4bkX56yy2
33861                                                                                                                      @khotige @Nike Was this a problem for you prior to Kaepernick?
33862                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33863                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33864                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33865                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33866                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33867                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33868                                     RT @TherealTaraji: Issa MOOD  in my @Nike shoes!!!! Lmaoooooooo 😂😂😂 #justdoit you better walk for the world henny @TYRABeauty JEEEEEEEEEZZZ…
33869                                        RT @officialsihle: I am going to be a loyal supporter of @Nike simply because of the support they continue to show the black community. Spe…
33870                                                                                                                               @DEmeryTaylor @Apple it looks like you have ear worms
33871                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33872                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33873                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33874                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33875                                                                           Yalls technician never showed today to install my internet so I’m going to need a discount @ATT @ATTCares
33876                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33877                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33878                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33879                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33880                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33881                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33882                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33883                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33884                                        @AmericasJohn @Thomas_Young77 @terileemcclain @Starbucks @Nike @LEVIS @blckriflecoffee From what I have witnessed j… https://t.co/KiZm0AbX65
33885                                                                                        @Shahid_Ali_68 @matt00312 @DadBurnett7 @nessnitty @Kaepernick7 @Nike he never responded 🤔🤔
33886                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33887                                                                                                                                                       RT @Lyssapie1: @Nike LOVE IT.
33888                                                                                                                                                   @sclancy79 @NFL @Nike since never
33889                                                                                                                                                @Kaepernick7 legend!!much love @Nike
33890                                                                                                                          SO FUCKING GOOD!! 🙌🏾🙌🏾🙌🏾👏🏽👏🏽👏🏽 @Nike #JustDoIt
33891                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33892                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33893                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33894                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33895                                                                                                                        @ACommonSenseWay @Playapleathe_ @Nike So I guess that's a no
33896                                                                                                                                       @Nike Burn Nike burn! https://t.co/1oS6qAdiVs
33897                                                                                                                                    @IzzytheMxsft @jkidswear @Nike Lol seems like it
33898                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33899                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33900                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33901                                        RT @VP: Deeply troubled by the Burmese court ruling sentencing 2 @Reuters journalists to 7 years in jail for doing their job reporting on t…
33902                                        @WalshFreedom @Nike Joe shows signs of a mature and thoughtful perspective then blows it all up with an idiotic opi… https://t.co/YbkEH3SJmd
33903                                                                                               RT @ElizaJAYNE11: The new Nike campaign is the best advertising @adidas has ever had!
33904                                        @realthomfalcon @KaryPary @Reuters @FoxNews @CNN @MSNBC They're paid at least a nominal fee to attend meetings (whe… https://t.co/JiErcZlpeL
33905                                                                   Check out 7 FOR ALL MANKIND SLIMMY Slim Straight Jeans Sz 10 Boys W 24 x L 26 NWT's https://t.co/j5AMGpY6d5 @eBay
33906                                                                                                                                                  @Sony Can't wait until November 😍
33907                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33908                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33909                                        @Apple could be working on augmented reality glasses that could complement and eventually replace the #iPhone in th… https://t.co/EvSh3xzouB
33910                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
33911                                         @icejuuice @kridentagg @Yommie_Scream @tri_lazy1978 @Work4Sneakers @the_fake_yeezy @Nike I like to re-use the word… https://t.co/eFQUcCNP48
33912                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33913                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
33914                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33915                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33916                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33917                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
33918                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33919                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33920                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33921                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
33922                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33923                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
33924                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33925                                                                                RT @MariaKChica: @trumpanhator @ggirl09R @JimCarrey @Nike Got one of my own❤️ https://t.co/nKYUVgI8tF
33926                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33927                                                                                                                                       @Nike sooooo yall bout to drop prices or nah?
33928                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33929                                                    @Kaepernick7 Thank you Kaep and thank you @Nike for braving this ad campaign knowing what you would face because of it #JustDolt
33930                                                                        RT @OGDannyOcean: Still tippin through the Galleria @Nike @footlocker #AirMaxOrigins https://t.co/7jiDZM5AUG
33931                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33932                                                                                                                                           @maxciociola @amazon @Musixmatch next! ;)
33933                                                  Hey @Nike  - this is what real 'sacrificing everything' looks like. Why did you not think that NFL player… https://t.co/5TF9WeBsRo
33934                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33935                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
33936                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33937                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33938                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33939                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33940                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33941                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33942                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33943                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
33944                                        @Canadian_Zero @LotteyH @Gsquare9 @TIME @NFL @Nike You are wrong and the burden of proof isn’t on me you assume tha… https://t.co/NQAFr6L97s
33945                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33946                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33947                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33948                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33949                                        RT @Cisco: Looking to up your #Fortnite game? App development may be the answer! Take a look: https://t.co/cxpeOyUFQG https://t.co/Mxihmzrg…
33950                                 RT @matthurwitzWF: Vince Toye to lead Community Lending &amp; Investment as @WellsFargo brings more community development &amp; #affordablehousing…
33951                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33952                                                                       TY @APAICS as panelist @GaryProfit sharing goal to hire 250k veterans at @Walmart @WalmartAction #ALNSummit18
33953                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33954                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33955                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33956                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33957                                        10 years from now.... We may look back on this commercial and compare it to @Apple ‘84 Macintosh computer Super Bow… https://t.co/bsXmsyGpQY
33958                                        RT @RickyBarksdale: @ClayTravis @Nike So please stop using us (veterans) as your stepping stool to the real truth you and many people yours…
33959                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33960                                                                                                                                RT @norvina1: Nothing beats a pair of Jordan’s @Nike
33961                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33962                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33963                                                              Check out Baby Boy Brown George Dress Shoes Size 4 Toddler *EUC* #George #DressShoes https://t.co/alGcBjBEDi via @eBay
33964                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33965                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33966                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33967                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
33968                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33969                                                                                                                                              I love how @ASOS  do buy now pay later
33970                                                                     @LebronJr23CP @clubpenguin @Disney I'd play it if they brought back our old accounts with all the data on them!
33971                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
33972                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33973                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33974                                        RT @Reuters: Amazon is in talks with Chile to house and mine data generated by the country’s giant telescopes. @CassLGarrison reports: http…
33975                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33976                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33977                                                              @MajorSnowflake @Red001 @Nike Yes.  I have a feeling you could sell ice to an Eskimo...😂⛄️⛄️❄️ https://t.co/oCTPu51X9I
33978                                                      Check out Sony Mdr-Xb50AP In Ear Extra Bass Headphones .$13.99. Click the link for details.......https://t.co/Vdqm86IXdg @eBay
33979                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
33980                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33981                                                                 RT @MattLoveless: I wish more people were talking about this @Nike ad with @Shaquemgriffin. https://t.co/diAvZ8zTFF
33982                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33983                                                                                                                @Nike There will never again be a Nike product in my family's homes!
33984                                                                                                   RT @deanie_babies: This is amazing @Nike. Gave me chills. https://t.co/eC3jen4RfT
33985                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33986                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33987                                                Check out A.L.C. Neon Chartreuse Blouse Cap Sleeves $265 SRP 100% Silk Gorgeous! NWT #ALC #CropTop https://t.co/2hcDntWtf3 via @eBay
33988                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33989                                                                                                               @danielledsouzag @DineshDSouza @Nike @Kaepernick7 How would you know?
33990                                                                                                                             @A1wcc @Nike You better not wear a patriots jersey then
33991                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33992                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33993                                        @drivingmomnuts @Reuters @POTUS @realDonaldTrump @GOP @JudgeJeanine @seanhannity @LouDobbs @SenateGOP @HouseGOP The… https://t.co/kgrINWFiOn
33994                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33995                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33996                                                                                       RT @OTLonESPN: BREAKING: @Nike releases new ad featuring @Kaepernick7 https://t.co/IECC7HqIBp
33997                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33998                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
33999                                        RT @MorganStanley: Morgan Stanley’s Chief U.S. Economist says U.S. GDP growth will likely hit 3.0% in 2018. Will 2019 be a repeat performan…
34000                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34001                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34002                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34003                                                                   @McDonalds stop making me pull into a parking spot! Defeats the whole purpose of the DRIVE-THRU. Awful new trend.
34004                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34005                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34006                                                        Check out 2015 Topps Inception Green #113 of 150 Tom Brady PSA NM-MT 8 Football Card #25   https://t.co/TF7IQyEthP via @eBay
34007                                                                                                                             What the hell is this @facebook https://t.co/jxJ0prLqeD
34008                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34009                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
34010                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34011                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34012                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34013                                        @tjflynn2002 @TheLucaFormat @Courtney__Swan @johnrich @Nike Huh. Step away for a day and there’s too many replies f… https://t.co/rQopf0Kqez
34014                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34015                                                          Ending now #SmallVase  #VintageVase 4 inch Floral #CloisonneVase Green and Orange with Stand https://t.co/08kq7Phcbz @eBay
34016                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34017                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34018                                                                                                               Check out Vintage Swank Mens Cuff Links https://t.co/Pax4tSfh8d @eBay
34019                                        RT @JuanDuPlooy10: @JacobAWohl That would require real balls and integrity from @Nike! #boycottNike #nike #JustBurnIt #BoycottNFL #boycottj…
34020                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34021                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34022                                                                                           @netflix why Naruto has only season 3 all the sudden?☹️ please bring them back #chuninexam
34023                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34024                                        RT @hawkhopkins12: @RagingGayCons @TangoChange @RealCandaceO far superior human being than @Kaepernick7 @Nike had so many other #GoodPeople…
34025                                                                                          Check out Ergodyne Glowear Safety Cap One Size #Ergodyne https://t.co/gcN3kDP8NU via @eBay
34026                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34027                                                                                                                            @TinaTrinhNYC @Microsoft @Xbox @G4C That is really cool!
34028                                                                                              @blueshedevil32 @MrJeanAndree @bp3431 @ColbyCovMMA @Nike @Kaepernick7 Who's sacrifice?
34029                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34030                                                 RT @steph93065: China controls @Nike. Their campaign against America is at the behest of China. Buy your sporting gear accordingly.
34031                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34032                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34033                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34034                                                                                                         RT @vlov327: @TheRickWilson And such a great day for @Kaepernick7 and @Nike
34035                                                                                              Check out Forever 21 Blush Pink Open Knit Sweater Size L https://t.co/B9asnHpzGh @eBay
34036                                                                                   RT @Reuters: Obama to come off bench for Democrats in battle for Congress https://t.co/G19x8i4OdO
34037                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34038                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34039                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34040                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34041                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34042                                                                                                                 RT @Nike: Don’t settle for homecoming queen or linebacker. Do both.
34043                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
34044                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34045                                                            Check out Courtland Sutton 2018 Gold Standard “Rookie Jumbo” Auto /49 3 Color Patch Denver https://t.co/pMpVVlENef @eBay
34046                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34047                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34048                                        @Work4Sneakers @Yommie_Scream @icejuuice @Krizzi_3 @tri_lazy1978 @the_fake_yeezy @Nike Thanks for dropping the Most… https://t.co/bwUTegh4hf
34049                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34050                                                                   Check out Savile Row Dress Shirt Size 16 1/2 Men' Blue Button Down Striped Collard  https://t.co/K9W7KhHyg0 @eBay
34051                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34052                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34053                                         @bouncinbinsoy @WellsFargo @Ask_WellsFargo Please DM me- I have other ex employees telling me the same and worse-I… https://t.co/i3exoAoAhG
34054                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34055                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34056                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34057                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34058                                                                 @Reuters what he couldn't do for crooked Hilary he can't do for the drowning dems in the battle for congress seats.
34059                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34060                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34061                                                                     RT @AsiaKateDillon: Thank you @Ford for supporting @NFL players right to kneel. Who is going to burn their car?
34062                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34063                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34064                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34065                                                                             RT @Reuters: Ten aboard Dubai flight hospitalized in New York after falling ill https://t.co/FUwrrRXMth
34066                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34067                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34068                                                   Check out MENS SONOMA LIGHTWEIGHT SOFT WASHED EVERYDAY GOLF SHORTS SIZE: 40 LIGHT BROWN #Sonoma https://t.co/DUbSAfJv5O via @eBay
34069                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34070                                        RT @JayValenz67: The Latest: Trump denies saying Sessions 'mentally retarded' https://t.co/13TbKHMdZd via @Yahoo The Latest on President Do…
34071                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34072                                        Seriously what is wrong with @wbpictures @TheDCUniverse @ATT .If @jayoliva1 thinks it was the best Batman script ev… https://t.co/rvxtA9OMSc
34073                                                    Fades The Light: The Prepper Reconstruction by Ron Foster https://t.co/4Cbp9Yx26l via @amazon #preppers… https://t.co/HLWlukgHHb
34074                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34075                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34076                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34077                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34078                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34079                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34080                                                                                                                                 @Kaepernick7 Will you watch @Nike @Kaepernick7 @NFL
34081                                                                   @steph93065 @Nike @adidas and @PUMA tried to sign kaepernick and lost out to @Nike.  they should be avoided also.
34082                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34083                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34084                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34085                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34086                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34087                                    B 4 U burn or throw away your @Nike gear.... hit me up. Single mom &amp; Veteran raising teen boys w/o child support. I… https://t.co/AHSbROGJ3N
34088                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
34089                                @JimCarrey @Nike Man burning sneakers really stink &amp; NIKE YOUR CEO AND OTHERS HAVE TOTALLY LOST IT &amp; GONE UN-AMERIC… https://t.co/dUwMIxr1qr
34090                                                                                                                                      @velvetwink @beyon_ceee @Nike get on this guys
34091                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34092                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34093                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34094                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34095                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34096                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34097                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34098                                        Don’t normally wear a lot of @Nike but fancy getting something now just to piss the haters and racists off. #NikeAd… https://t.co/RhYtrMcz5Y
34099                                                  Check out Vtg Grunge Womens Bib Overalls Denim Patched Hip Hop Paint Wear Holes W32 L32 #Unknown https://t.co/BWx2i14Bzl via @eBay
34100                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34101                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34102                                                      RT @RobertGalati90: @sundarpichai @Google what if it was your daughter?? Please help #findsamsayers    https://t.co/P3rcSNK6cZ
34103                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34104                                                                                       What's up with @amazon in @googlechrome right now? Can't see any results when doing a search!
34105                                                     @owlinautumn @darth @ParkerMolloy omfg @netflix we are right here we are just an mj and a parker and a red panda solving crimes
34106                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34107                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34108                                         @wvjerrybh @FoxNews @Nike I dont  direct make statements like that anymore because #maga cry babies were reporting… https://t.co/qpYlzD6ObI
34109                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34110                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34111                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34112                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34113                                                                 RT @ThomLovesey: Any news pls? I don’t understand how @easyJet can ignore their customers?? https://t.co/MUAsTFgMz4
34114                                                                                                                      Wow. This is the BEST. Thanks for standing up @Nike. #JustDoIt
34115                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34116                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34117                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34118                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34119                                                                                                           RT @ArmaPesindeyiz: Hey @Nike Just do it BETTER ! https://t.co/EpQ1yprH6G
34120                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34121                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34122                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34123                                                                                                                                            I love you @Nike https://t.co/XsOmrxTl45
34124                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34125                                                                                Check out VINTAGE MNF 1981 HERTZ PROGRAM WALTER PAYTON WITH OJ AD  https://t.co/5kUSvrzMVi via @eBay
34126                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34127                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34128                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34129                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34130                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34131                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34132                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34133                                                                                                                              @Nike Fantastic ad - inspiring and good social message
34134                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34135                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
34136                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34137                                                                                                                                               @MyNameIsBizzle @Nike Retweet 100000x
34138                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34139                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34140                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34141                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34142                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34143                                                                                                                             Ready to go #vintage? https://t.co/qHy7bfUVQJ via @eBay
34144                                                                  Save 50% with promo code 50AQJKMN | https://t.co/BKQvGe4c1C https://t.co/oxdDbVsPDl via @amazon #clothingpromotion
34145                                                                             @Google: I Don't Think That Word Means What You Think It Means - https://t.co/rEQnNRbVxQ  @ShellyPalmer
34146                                                  Check out 2018 #Topps Archives #73 Juan Soto RC Rookie Washington Nationals #WashingtonNationals https://t.co/nNun5cUN6X via @eBay
34147                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34148                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34149                                           @amazon Your free two day shipping is BS. You should call it “it’ll show up eventually shipping.” #foreverwaiting https://t.co/IwvyznYIRd
34150                                                                                                                                                          @Kaepernick7 so long @Nike
34151                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34152                                    B 4 U burn or throw away your @Nike gear.... hit me up. Single mom &amp; Veteran raising teen boys w/o child support. I… https://t.co/6NzS5zplze
34153                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34154                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34155                                                                                       @amazon search doesn't work in @googlechrome and @firefox where i will get my cookies from???
34156                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34157                                                        Check out GREATER ROCKFORD AUTHORITY AIRPORT TOWER RARE PLASTIC JUNIOR JR PILOT WINGS PIN  https://t.co/TuuFxLDE7r via @eBay
34158                                                                                RT @Powerfilledme: @Nike @UneekaJay Nike's attitude about y'all's boycott 😒 https://t.co/nhYdNtMKMp
34159                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34160                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34161                                                                                         RT @Nike: Don’t become the best basketball player on the planet. Be bigger than basketball.
34162                                                                                                                   Colin Kaepernicks anti-American Liberal @Nike new shoes Communism
34163                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34164                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34165                                             @Reuters @CassLGarrison @ReutersTV So will the aliens be disappointed by the cheap crap that they find when they open their Amazon box?
34166                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34167                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34168                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34169                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34170                                        RT @nvrggivup: @Nike Kaepernick believes Hillary Clinton should be in prison... “We have a presidential candidate who has deleted emails an…
34171                                                                                                 Feather Nape Blades 30 count (3 x 10pk) Feather https://t.co/JbHEQr3Lga via @amazon
34172                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34173                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34174                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34175                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34176                                                             @Reuters @ReutersTV These guys are full of it.... facebook is worse than twitter but I’m pretty sure Jack likes Rubles.
34177                                                                                        RT @netflix: RT if you can recite this from memory IN stitch’s voice https://t.co/2HmAunBSlz
34178                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34179                                                                                                                                                                 @Nike 👎🏻you suck.
34180                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34181                                                                                    @wooziartfreak @CorruptPassion @CWCSonichu @eBay We'll just wait until he learns it the hard way
34182                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34183                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34184                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34185                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34186                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34187                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34188                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34189                                                                                         Make sure you boycot and burn you @Nike @falloutboy hats from 2009. https://t.co/e8Uq4vkj64
34190                                                Check out Fergalicious Mountain Gray Flannel Lace Up Work Hiking Boot Bootie Size 8 M #HikingBoots https://t.co/NxXp3WZkVO via @eBay
34191                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34192                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34193                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34194                                                            @carrier4n6 @jberggren @Th3_magnanimous @Google Might not have seen it with a protected account. https://t.co/956Z3A80dc
34195                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34196                                                                                           @RoccoC_1995 @Tesco I'm going to need to hear you say it! It's not 'Tag Lee a Telly'?! 😂
34197                                                       Check out Complete Heritage of Shannara Quadrilogy Terry Brooks Hardcover w/jacket Fantasy  https://t.co/nhlYT1qcSc via @eBay
34198                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34199                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34200                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34201                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34202                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34203                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34204                                                                                       RT @OTLonESPN: BREAKING: @Nike releases new ad featuring @Kaepernick7 https://t.co/IECC7HqIBp
34205                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34206                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34207                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34208                                        @McDonalds @McDonalds you are still sourcing severely abused chickens!   Please stop engaging in animal cruelty and… https://t.co/HkcYHzlttk
34209                                         RT @NatureCutsTags: Beard Vinyl Stickers... https://t.co/c6yuw245qB via @amazon #naturecuts #amazon #maker #momshop #handmade #handcrafted…
34210                                        My disappointment in @Nike is unbelievable. @Kaepernick7 is the new face of Nike. Are you serious? Someone who disr… https://t.co/qypaTOUal9
34211                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34212                                                                                       @iamalyxander @Nike @Kaepernick7 HAHAA R U SERIOUS? GROW UP PUSSY ITS NOT EVEN SPECIAL HAHAHA
34213                                                       @Trevor_kk @Work4Sneakers @the_fake_yeezy @Nike Why don't you read his wife's statement!!!! That tells you exactly how I know
34214                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34215                                       RT @pscoordsen13: @57Veronica @CBSTVStudios @netflix Nope I think fans worldwide agree that ➕all 4 seasons of Beauty And The Beast #BatB to…
34216                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34217                                                      Check out #Centipede #BarTop #Arcade Machine 60 in 1 Classic Games LED Buttons w/ Trackball  https://t.co/IZ0YrOVs8x via @eBay
34218                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
34219                                                                                                                                       RT @bullemohammed: @Nike This is sick..💥🔥🔥
34220                                                             Check out signed WEISS enamel WHITE w/blue polkadots vintage FLOWER pin BROOCH #WEISS https://t.co/JqYBoDCqUM via @eBay
34221                                        @PenPure1 @realDonaldTrump @Nike There's no easy answer to the manufacturing mess that we've gotten ourselves into.… https://t.co/cl4DD9Sjed
34222                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34223                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34224                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34225                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34226                                        @lexileftt @missflaxko_ @Nike She was being racist when she called you Sarah...it’s like if you called her Laquisha… https://t.co/s995WV5zs4
34227                                                                                                              @RealJack @adidas @PUMA  you do see this opportunity right? #MAGA #USA
34228                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34229                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34230                                                                                                               @WWEDillinger @Starbucks @CarmellaWWE @RonKillings State of her 🤦🏻‍♂️
34231                                                     Check out vintage Crown Design square Cufflinks Swank 1950s silver metal men's jewelry #Swank https://t.co/7ld95awAKk via @eBay
34232                                                                                                              @Nike I loved your ad with  @Kaepernick7 Going to get some #Nikes 👟👟
34233                                        RT @PatriotJenn: @Patriot_Mom_17 @Nike @Jamierodr10 @Airbornex82nd @AnnaApp91838450 @1Romans58 @ArizonaKayte @LadyRedWave @KatTheHammer1 @P…
34234                                                    @MichaelScottQue @TiffNOmom @RealMasonREALLY @genevavikings69 @RealCandaceO @adidas @adidasUS @adidasUK… https://t.co/92O2F6ZDAQ
34235                                        RT @Ace_2984: @TeAmoEric If the army is supporting @Nike and @Kaepernick7 what the hell is the #NikeBoycott for? Why are people burning clo…
34236                                                                                                                                                @Broongoon @K_ManAndy @Nike You mad?
34237                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34238                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34239                                                                                                                                                        @LanceTheDriver1 @VW Hey bae
34240                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34241                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34242                                                                                     Check out Liam Gallagher #Oasis Original Artwork by Jamie Osborne https://t.co/Imd73aXt4p @eBay
34243                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34244                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34245                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34246                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34247                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34248                                        RT @watayaslakinn: @RyanEversley @Honda @HondaRacing_HPD @JASMotorsport @RealTimeAcura @Acura @DWRshow Congrats dude! You earned it! Here’s…
34249                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34250                                         RT @AmericanExpress: Walking into the #USOpen like…Feel like a champion at this year's Open with the powerful backing of American Express.…
34251                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34252                                                            Check out Vintage Navajo Sterling Silver &amp; Turquoise Feather Pin/Brooch Signed GJ  https://t.co/ioK0go1VBC via @eBay
34253                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34254                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34255                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34256                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34257                                                                                                  I wonder if Pat Tillman would kick Kaepernick's ass if he were around today? @Nike
34258                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
34259                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34260                                                                                               RT @DrakesGhostRydr: @Nike @Kaepernick7 keep up the good work https://t.co/cEvrRBwa6S
34261                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34262                                                                                                       Check out 1 Pack Attack On Titan Cards(5inside) https://t.co/dUaz5pfnHq @eBay
34263                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34264                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34265                                                                                                                                    🔥🔥🔥🔥🔥🔥🔥🔥🔥. Well done @Nike @Kaepernick7
34266                                        RT @BannonRace: Well done @Nike. My next pair of shoes are going to be Nike. I might buy a few pairs for friends. A few friends discussed p…
34267                                                @MissMolly3286 I wish they would buy a few more and go #GuyFawkes. Then I would be impressed. Shares would also rise #JustDolt @Nike
34268                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34269                                       @facebook doesn't want me to use my account😂 there's no way to recover it too by using email. What's good facebook?… https://t.co/QU1mug0SWs
34270                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34271                                                          #FREE at the time of post! Manly Desires: MM Gay Romance Collection by Ruby City Books https://t.co/dj6ZYcdHcc via @amazon
34272                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34273                                                                                     @Nike Love this commerical. Well done. I could watch this all day. Thank you @Nike @Kaepernick7
34274                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34275                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34276                                                                                                 @TheOnionBTS @netflix @BTS_twt I'll give all my money that i don't have to see that
34277                                                     Smoking Skillet: A Recipe For Societal Collapse by Ron Foster https://t.co/rnRUIfbKzT via @amazon #Prepper #Korea #cyberwarfare
34278                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34279                                    B 4 U burn or throw away your @Nike gear.... hit me up. Single mom &amp; Veteran raising teen boys w/o child support. I… https://t.co/iXqibezMFA
34280                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34281                                        RT @BigDawg111215: @XtweetHD @mlbplayer4u @Nike @nikestore @nikefootball @NikeRunning @nikebasketball @nikesportswear Yes the report is pub…
34282                                                                                                                                                                      @Nike Shut up!
34283                                                                   Check out VINTAGE REFRIGERATOR MAGNETS HOLIDAYS CHRISTMAS HALLOWEEN+ MIXED LOT  https://t.co/UAyJ4ZL4Wz via @eBay
34284                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34285                                                                                                                @Reuters https://t.co/5hZgC9HABE You guys are good with this????????
34286                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34287                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34288                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34289                                                                                        @Reuters “No more ‘Sleepovers’! I’ll shut the whole house down if your Friends don’t Leave!”
34290                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34291                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34292                                       @questionallfor1 @swar1214 @Nike What does that have to do with trump calling neo Nazi’s very fine people?? 🤔 he wa… https://t.co/wOAdkmx3k7
34293                                        RT @Tim_Canova: The #BezosAct is the exact type of legislation that helps working families across the USA. Shame on @amazon and @Walmart fo…
34294                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34295                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34296                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34297                                        RT @BannonRace: Well done @Nike. My next pair of shoes are going to be Nike. I might buy a few pairs for friends. A few friends discussed p…
34298                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34299                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34300                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34301                                        RT @GlamazonBeast: @Nike So you believe Serena Williams is the greatest athlete of all time? Funny there is a girl out of Brazil by the nam…
34302                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34303                                        @MyNameIsBizzle @Nike I am an active duty military member. I support Kap and his taking a knee. Most military I kno… https://t.co/kgRONurgsJ
34304                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34305                                                                                                         @liisx___ @alteratyeshiva @Nike I bet he gets all the girls rocking those..
34306                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34307                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34308                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34309                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34310                                                                                                                                                                     @Nike way to go
34311                                                                                    I LOVE THIS... THIS DESERVES ENDLESS LIKES AND RETWEETS! Well done Nike!👏🏾❤️ @Nike @Kaepernick7
34312                                         @heather_fresh @TiffNOmom @RealMasonREALLY @genevavikings69 @RealCandaceO @adidas @adidasUS @adidasUK @BarackObama… https://t.co/5F5M0glKQo
34313                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34314                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34315                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34316                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34317                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34318                                                                                                                              @thasaviorBlanco @JEliseD @Nike @Kaepernick7 Yes I did
34319                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34320                                                                                                                                      RT @Toyota: Just the right amount of mischief.
34321                                                                                                                                      why is @Nike the best brand in the whole world
34322                                                       Check out US ARMY TRAINING CENTER FORT KNOX KY CO A 3RD BRIGADE 11TH BATTALION 1966 USATC.  https://t.co/D3bKWXwuRT via @eBay
34323                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34324                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34325                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34326                                        @bdrmovement @kadota97 @GreenZ59 @canadian_cousin @stlouiscatholic @Nike Well believe it or not I'm a millennial Co… https://t.co/ZbCUX1dHH5
34327                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34328                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34329                                                                                               But if @McDonalds drive thru has 2 cars in it I’m probably going to drive right by 🤣
34330                                        @Yahoo ***Calkins was later fired by the Collier County Sheriff's Office ***when he allegedly stopped cooperating w… https://t.co/81fIFrAEp0
34331                                                @johnrich @Nike Active duty. We serve so that he can kneel. This is silliness. Homeless vets could have used those socks. Way to go.
34332                                                                                           RT @Rachel__Nichols: Here's the full new #JustDoIt ad from @Nike. https://t.co/qcd1Mk51vg
34333                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34334                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34335                                                                                                                                                   RT @zak0284: @Nike Nike Sucks!!!!
34336                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34337                                                                                                                                 @Kevin_L_Johnson @netflix You’re work is inspiring.
34338                                        RT @KATVNews: College of the Ozarks plans to remove its @Nike athletic uniforms in response to the company's new ad campaign featuring Coli…
34339                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34340                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34341                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34342                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
34343                                      @Nike hate’n on #nike all day... sorry 😐 I you openly stand for money 💰... you could give a sh!t about any ethnicit… https://t.co/2GQoYzocvs
34344                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34345                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34346                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34347                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34348                                        RT @tulsachamps: @Nike This poster hung in my older brothers room when I was younger.........powerful then and much more as an adult. https…
34349                                                                                   @Nike consider someone that actually sacrificed everything @ChrisKyleFrog https://t.co/PAToHXYMs4
34350                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34351                                                                                                                 Showing more support for @Nike @Kaepernick7 https://t.co/kLpgo7RYt4
34352                                                                                                                                      @Nike That’s our Alicia Woollcott! Go Bobcats!
34353                                                Check out Faded Glory Women's 18W/20W Navy Blue Embroidered Smock Collared Top #FadedGlory #Blouse https://t.co/z9BslIxlq9 via @eBay
34354                                          Top story: Celebrities times @Nike: 'Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit '… https://t.co/Z1uwrqhOEE
34355                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34356                                                                        RT @Reuters: Japanese homes engulfed in landslide after powerful quake hits Hokkaido https://t.co/VKAGo4bdsB
34357                                        @Robert_P_Wulff @DawneOReggio @CTR0528 @JHBurks @Kaepernick7 @DaneMizutani @Nike Stop tap dancing. The argument was… https://t.co/xNrkVIlfwT
34358                             RT @DEADLINE: #IronFist Season 2 REVIEW: @Marvel &amp; @netflix series goes for a much required revamp &amp; ends up with a #FinnJones &amp; @JHenwick…
34359                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34360                                        @missflaxko_ @ThaPlugBM @lexileftt @Nike Don’t go down that dumb ass systemic rabbit hole with me cause I’ve done m… https://t.co/VoY8vpXlWZ
34361                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34362                                        @caff_james @DesignationSix @FoxNews @McDonalds @longjohnslvrs @Arbys @IHOP @rubytuesday @Applebees Btw..Im Fucking… https://t.co/BgxWZbh2RU
34363                                                                        RT @Reuters: Japanese homes engulfed in landslide after powerful quake hits Hokkaido https://t.co/VKAGo4bdsB
34364                                                                                                @LauraLoomer @Fuctupmind @realDonaldTrump @jack @facebook Really proud of you Laura.
34365                                        RT @CBSNews: IT'S OUT: @Nike just released the full Colin Kaepernick ad and the internet is buzzing over it https://t.co/g3KhxMaTcL https:/…
34366                                        @Nike You SUCK Nike. I am done with you and the NFL. What exactly did Kaepernick sacrifice? He wore socks that call… https://t.co/zbdTD9LCMd
34367                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/lvbEwjtaJa
34368                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34369                                        @gamckee13 @MissCassee @blp3 @RealCandaceO @adidas @adidasUS @adidasUK @Nike @Kaepernick7 https://t.co/3Yp9z1C1Yl o… https://t.co/NmGd5XxZDO
34370                                                                          RT @jimmykimmel: People are really mad at @Kaepernick7 &amp; @Nike... #NikeBoycott https://t.co/RkZCDVHE7O
34371                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34372                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34373                                                                                                                      RT @JCFlowers_3: If you don’t want your @Nike gear let me know
34374                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34375                                         @hooplife89 @ClayTravis @Nike So that would prove my point that a team gave him a chance based on his merit and CK… https://t.co/4Vw27Jk5lE
34376                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34377                                         @BlueInRedCity @johnrich @HaggardLou @Nike It doesnt matter that he bought the socks before he made his stand! The… https://t.co/60ZaRqxn6Z
34378                                        RT @eBayROCteam: LuLaRoe LLR Cassie pencil skirt NWT S Small blue white polka dots #LuLaRoe #Casual https://t.co/oKlxnHkzHa via @eBay @supe…
34379                                                                               @mamurf41 @RealCandaceO @adidas @adidasUS @adidasUK You win the trumpet award https://t.co/s0ne9Bb6dr
34380                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34381                                                      @Nike is smart as hell. They have me dying to get to stompin' in my AF1s on all you idiots boycotting. https://t.co/P8Mm5USgP1
34382                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34383                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34384                                        @JimCarrey @Nike Thank you Nike for being fake as far as caring about people’s struggles.  So you pay a millionaire… https://t.co/BwiyDrxv9J
34385                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34386                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34387                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34388                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34389                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
34390                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34391                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34392                                                                                           RT @Rachel__Nichols: Here's the full new #JustDoIt ad from @Nike. https://t.co/qcd1Mk51vg
34393                                                                                                   RT @Bosslogic: Is this official now? @netflix #TheWitcher https://t.co/34FIA2sANV
34394                                                                                           RT @Rachel__Nichols: Here's the full new #JustDoIt ad from @Nike. https://t.co/qcd1Mk51vg
34395                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34396                                                                  NIKE x J CREW KILLSHOT 2 | Size 11.5 | Leather Sail Midnight Gum SOLD OUT  #Nike https://t.co/tEnEN3cX0W via @eBay
34397                                        RT @Reuters: A light moment during Brett Kavanaugh's Supreme Court confirmation hearing as he answers how he'd like to be remembered via @R…
34398                                                               Women's Platform Wedges Walking Sneakers Comfortable Lightweight High Heel Fi... https://t.co/8E1pLfNdt5 来自 @amazon
34399                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34400                                                                                          @GabrielleBevilh @Waiters_Island1 @Mounted_Justice @Kaepernick7 @Nike What brought this on
34401                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34402                                        RT @JTweeper101: If I had a pair I'd take them out for target practice. @NFL @Nike @LeviStraussCo There are alternatives. Use them. https:/…
34403                                                                          @305_fire @harrisonquinn90 @Muffugga @ClayTravis @Nike 😂😂😂 this is the craziest thing I’ve read all day
34404                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34405                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
34406                                                                                     @bharris1276 @facebook @fbsecurity @WeberGrills @Apple Welcome to the club #Facebookmarketplace
34407                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34408                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34409                                        RT @CBSNews: IT'S OUT: @Nike just released the full Colin Kaepernick ad and the internet is buzzing over it https://t.co/g3KhxMaTcL https:/…
34410                                        @alteratyeshiva @Nike Bitch you should of burned these before hand there ugly your mother couldn't spend that extra… https://t.co/Eg9B2NPrxv
34411                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34412                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34413                                        @Rosaria10430386 @HarmonieSafaris @w_terrence @Nike No you are attacking him for doing something he has the right t… https://t.co/e3Z0wIFVeD
34414                                                                                                                My final email to @Nike. Holla ✌🏼 #DumpNike https://t.co/JWgR0dLXSd
34415                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34416                                                                                                     RT @emily_juarezz: @alteratyeshiva @Nike look who it is https://t.co/9UTcVoxvwU
34417                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34418                                                                                                                           @TevaunSmith @Nike Not my world...I’m always a Nike girl❤️
34419                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34420                                            First it was the “are you still watching” prompt and now there are ads in between episodes?! Just let me binge watch in peace @netflix!!
34421                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34422                                                             Check out Smashbox Cover Shot Eye Kit: Neutrals Exclusive Full Size Palette #Smashbox https://t.co/VuPuYT94pb via @eBay
34423                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34424                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34425                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34426                                                                                            @kaceymontoya @VerizonSupport @verizon Thanks for the info! One less cell to answer!😘📱
34427                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34428                                                                        RT @DcMarsh64: @realDonaldTrump Just bought a subscription to @nytimes  while wearing my brand new @Nike ‘s!
34429                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34430                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34431                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34432                                                           RT @Reuters: U.S. trade deficit surges to five-month high as exports fall https://t.co/Hbn06ZxVWv https://t.co/ezXIKR5R9W
34433                                                                                                                                         @ShellThaGreat @Nike Yo i hate you 😂😂😂😂
34434                                                                                                            @Nike kneeling for the flag is absolutely disrespectful #StandForTheFlag
34435                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34436                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34437                                        RT @rondaviscp: @johnrich @Nike This suggest we value a man exercising his right to protest by cutting @Nike tags off of his socks more tha…
34438                                                           My ear is in so much pain from ur headphones @Apple it’s not my fault I have the external auditory meatus of an infant :(
34439                                                                                                                           RT @netflix: 13 Strangerer Things https://t.co/QkisEJRMc2
34440                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34441                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34442                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34443                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34444                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34445                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34446                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34447                                        RT @_ericcurtin: @alteratyeshiva @Nike this is epic brother. epic shoe burning. this is the one that will finally bring nike down 😈 thanks…
34448                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
34449                                        @TherealTaraji @Nike @Kaepernick7 I got my Nikes on too......but I do stand for the Anthem.  I understand the purpo… https://t.co/HTRUL7vdvG
34450                                                                                     Stick to your beliefs @Nike we need more companies like you ready to stand up for what's right!
34451                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34452                                                                                                                                                      @JimCarrey @Nike BEHIND YOU 💯
34453                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34454                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34455                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34456                                                                              RT @AnkhQueenX: AP source: First @Nike Kaepernick ad to air during @NFL opener https://t.co/3jvrefn9af
34457                                                                                        @Nike thank you for showing me how many people I thought I respected are just closet racists
34458                                                                                                                                                         Another iconic add by @Nike
34459                                                              Problems continue with Comcast Cable Tv @comcastcares @comcast  - is anyone at the controls ?? https://t.co/nL6AcJbldY
34460                                                                                              @TurboChards @XStrategiesDC @RyanAFournier @Nike Socialists Democrats voting in Hitler
34461                                        @KayaJones @JordanHickey117 @Nike Uneducated and misinformed twit. More white privilege thinking Kaepernick is agai… https://t.co/x84YXcyoJo
34462                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34463                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34464                                                           @Nike Just Do It @Kaepernick7 Ad. Believe in something. Even if it means sacrificing everything.… https://t.co/4q2bBeEwUl
34465                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34466                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34467                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34468                                                                                 RT @Disney: Big adventures call for the big screen: https://t.co/oiNHum3hkj https://t.co/pnIfoyxv3I
34469                                        RT @CBSNews: IT'S OUT: @Nike just released the full Colin Kaepernick ad and the internet is buzzing over it https://t.co/g3KhxMaTcL https:/…
34470                                                   Check out CLASSIC SAPPHIRE BLUE CRYSTAL BRACELET CRYSTAL PROM FORMAL FASHION JEWELRY #Unbranded https://t.co/GY33wtAz3e via @eBay
34471                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34472                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34473                                                                                                                                                              @Reuters I can see it.
34474                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34475                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34476                                        RT @SolarPrepper: Burning Skillet: Southern Fried Infrastructure (Grid Down Prepper Up Book 2) ... https://t.co/iNCSTYgdCm via @amazon #pre…
34477                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34478                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34479                                                                                                               @BishopPMorton @Nike @Kaepernick7 Just do it! I TOTALLY agree Bishop!
34480                                        @_miabonita @ArsenalReport @BrownieHickomb @Nike Police brutality happens a LOT less than people say. If the police… https://t.co/CF2vlH2dhM
34481                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34482                                        @abc13houston @Nike @Kaepernick7 Awesome! People are saying he has not made any sacrifice....but what about him not… https://t.co/utr8L4K5VD
34483                                                                                                                                                            @Nike YEAH!!! 👏👏👏👏👏
34484                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34485                                          @LindaLpassmor @brothersosborne @Nike Unjust policies of racism?!  You must mean while Obama was President right?… https://t.co/7RfS9wrand
34486                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34487                                                                                                     @Ace_2984 @TeAmoEric @Nike @Kaepernick7 Because conservatives hate black people
34488                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34489                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34490                                       RT @datrinti: Quick paint over of Henry cavill as Geralt🤘 @netflix #henrycavill #geraltofrivia #thewitcher #digitalart #digitalpainting #Ne…
34491                                                Check out HIGH END DARK PURPLE CHUNKY GLASS CRYSTAL FORMAL FASHION NECKLACE JEWELRY SET #Unbranded https://t.co/mYzy5qiQ3i via @eBay
34492                                    RT @fubaglady: Just some advice for those who have @Nike gear. Sell it for cheap. That will flood the market w/lower priced Nike gear &amp; peo…
34493                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34494                                                                                                       @posyde @Nike It’s dumbass because it calls you out for being a hypocrite. 😂
34495                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34496                                                                    Check out 1992 FLEER THE LUMBER CO. #8 BARRY BONDS PIRATES FREE SHIPPING 🔥⚾️  https://t.co/VRWP77WrzK via @eBay
34497                                                                                                                      I swear sometimes @Starbucks drinks taste like straight dirt!!
34498                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34499                                        looks like i won’t be buying @Nike for a long time.. everyone is entitled to their own opinions but disrespecting t… https://t.co/vKyw0TRKId
34500                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34501                                                       RT @USNavySubVet: @jlperez509 @WeSupport45 @45pres2020 @NFL @Nike @Kaepernick7 This veteran supports @Kaepernick7 💯 percent.
34502                                        @NationalistGal @Nike Yes. That is correct..and the irony is completely lost on them I'm sure. Or perhaps they know… https://t.co/SQGdRG9II6
34503                                                                     @1schneids @FlightTime6 @RebekahWorsham @Nike Not a fake Christian at all!  Do you believe in God?  You should!
34504                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34505                                                    RT @Reuters: 'Effortlessly chic' Meghan Markle named People's best dressed woman https://t.co/8Yv4KfWkoR https://t.co/ROIZAEUVFi
34506                                                           Check out Brooks Brothers 346 Mens Shirt 16 - 4/5 The Original Polo Shirt Regular Fit   https://t.co/gOB0Fsadpd via @eBay
34507                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34508                                                                                         @DeeToda @itskristineee @jddukefan @deshaunwatson @Nike I probably speak for a majority....
34509                                                                                Check out Disney 2018 Mickey’s Not So Scary Halloween Party Minnie Pin https://t.co/vi0cZe9vlu @eBay
34510                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34511                                            It’s not the job of @Walmart or @Amazon to eradicate poverty. It’s everyone’s job. Via @MichaelRStrain @bopinion https://t.co/tBM3AZg7di
34512                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34513                                                                                                Marie Severin Autograph skybox Marvel Comics Hulk  https://t.co/GENyDiv7cz via @eBay
34514                                                                  Check out Girl's Dress Size 6 Months Osh Kosh SKU 2400 #OshKoshBgosh #seepicture https://t.co/g4SgeybWCN via @eBay
34515                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34516                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34517                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34518                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34519                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34520                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34521                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34522                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34523                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34524                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34525                                                  Check out Fuzzy Mohair sweater Tam Beret Cap Beanie Hat Gray hand knitted by uniquemohair #myown https://t.co/3YC1gkfki5 via @eBay
34526                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34527                                                                                                                                               @Joy_Villa @Nike Poster boy! Really ?
34528                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34529                                                                                                   RT @benfergusonshow: Sums up @Nike &amp; @DICKS perfectly https://t.co/bfMoh3u4vY
34530                                         RT @7MILLIONSCAM: @MelindaBlue @truthdramallama Dina Alborano made @Twitter account @PhyllisShalor and an @Google @GooglePlus in that name…
34531                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34532                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34533                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34534                                     @Cyberpunkdegen1 @realDonaldTrump @Nike Good rebuttal 😂😂😂reaching...bro dudes is trash not white peoplebest represe… https://t.co/NJMEqeSiof
34535                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34536                                                                                       RT @OTLonESPN: BREAKING: @Nike releases new ad featuring @Kaepernick7 https://t.co/IECC7HqIBp
34537                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34538                                        RT @kpoulsen: From me: Two weeks ago @facebook banned a self-described indy news site with phantom writers and clear links to Russia's GRU.…
34539                                                                                                                                RT @norvina1: Nothing beats a pair of Jordan’s @Nike
34540                                        RT @dhughessales: Congrats @bancosantander ! Honoured to work with an esteemed bank and wish you success with your solution powered by @App…
34541                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34542                                                                                                             RT @TKbreezy: aye @Kaepernick7 @Nike we gotchu! https://t.co/gM5Y1rNJRF
34543                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34544                                                   Check out Canon New EOS Kiss/REBEL G/EOS 500 N SLR Film Camera Body Only From japan #384 #Canon https://t.co/MeLVXASeHu via @eBay
34545                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34546                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34547                                                                                        RT @Mele0311: @Kaepernick7 @Nike This what sacrificing is all about. https://t.co/NfFzmK8Kev
34548                                        add you to the #tlkfansforlife list...Join the #TLKFyrd #bestseries @netflix #tlkfanpromotion #bestcastandcrew oh a… https://t.co/By3vhMmqV0
34549                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34550                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34551                                        @AfroShiro @Nike I could care less I dont buy them haven't since high school. Real men wear boots. I'm sure 3.75 bi… https://t.co/vtcM484ktX
34552                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34553                                                                            RT @Reuters: Justice Department probes whether social media is 'stifling' speech https://t.co/1bErkmPfKn
34554                                                                    RT @FabledDamned: Season 2 of Van Helsing is now available on @netflix US!!  #VanHelsing https://t.co/kNb9mYyb9e
34555                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34556                                        RT @JayValenz67: Donald Trump Just Totally Threw His Deputy Press Secretary Under The Bus https://t.co/YY5nbyS5ra via @Yahoo Bob Woodward s…
34557                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34558                                                        RT @Reuters: Trump says willing to shut down government over border security https://t.co/GHwlK80LgP https://t.co/nN4974lNu5
34559                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34560                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34561                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34562                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34563                                                                         @Jdflygirl @JustinSharpley @Nike We can live without you in it. So sashay away with your ignorant clownery.
34564                                        RT @Cisco: Looking to up your #Fortnite game? App development may be the answer! Take a look: https://t.co/cxpeOyUFQG https://t.co/Mxihmzrg…
34565                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34566                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34567                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34568                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34569                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
34570                                        RT @ReviewsEmerald: Magical Bedtime Stories: A Collection of Short Stories &amp; Poems for Children b... https://t.co/3xyhFdoXeA via @amazon
34571                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34572                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34573                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34574                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34575                                      @939WKYS @WPGC @usedgov @NIMHgov @Givenchy @Lacoste @Nike #Sun_🌞7 #NikeNebulahAtomSmasher_🌟7 And by no means am I d… https://t.co/aRKQy4s5e2
34576                                                     Check out Belleek 4.25 in Wide By 2 .75 in Tall Shamrock &amp; Shell Bowl Green Mark #belleek https://t.co/TIO6CSdGdM via @eBay
34577                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34578                                                                                                                                   @theMixedB_Rach @Starbucks What drink was this 😱
34579                                        @Reuters @ReutersTV All this comes down to is people rising up who are more representative of our population. We do… https://t.co/j0YfUwyFpq
34580                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34581                                                                                                                        @RiderBabe52 @johnrich @Nike Thank you for your service sir.
34582                                                     @Lee4love @johnrich @Nike Thank you for your service sir. You continue to serve our GREAT country with these kind of statments.
34583                                                                                                                            @HardingMark1960 @Cernovich @Reuters Goodbye will a rope
34584                                                                                                                                         I’m with @Kaepernick7 and @Nike all the way
34585                                        Our latest #DoUKnowMe walked into @HomeDepot and walked out with two high dollar items that he never bothered to pa… https://t.co/kyLPYfj3W6
34586                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34587                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34588                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34589                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34590                                                        Check out Iceman Comic Issue 3 Copper Age First Print Dematteis Kupperberg Gustovich 1984  https://t.co/IXkh6eKumK via @eBay
34591                                                                                                                                            @McDonalds they’re old and cold as well.
34592                                        RT @BannonRace: Well done @Nike. My next pair of shoes are going to be Nike. I might buy a few pairs for friends. A few friends discussed p…
34593                                        RT @guido_rossetti: @Globalines @Miguel_Boggiano @GzegarraM @Google @AppleMusic @netflix @amazon @Airbnb @Uber And what is wrong with monop…
34594                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
34595                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34596                                                                                                                                             @Nike I love the video 👏🏼👏🏼👏🏼👏🏼
34597                                                                           RT @Reuters: Supreme Court nominee dodges questions on Trump's presidential power https://t.co/d2ioaET8HI
34598                                                                        @cparizona @brothersosborne @kbaxterwilliams @Nike Preach on brother. Cause clearly these guys have no clue.
34599                                                                                @McDonalds maybe another customer didn’t want all their fries so @McDonalds served me the leftovers.
34600                                                                                         #TuxedoMocha expectations vs reality; big disappointment @Starbucks https://t.co/y2oLU1fUnw
34601                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34602                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34603                                                                                        Congrats! Great news @italiaricci @eOne_TV @netflix @RealKiefer #designatedsurvivor 🎬👏🏼😁
34604                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34605                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34606                                                                                 I just bought: 'Fear: Trump in the White House' by Bob Woodward via @amazon https://t.co/592WMCZ8h5
34607                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34608                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34609                                        RT @HarmonieSafaris: @w_terrence @Nike has always been my favorite sportswear. BUT...I will never buy another product with their name or lo…
34610                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/i4HHdgEsDx
34611                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34612                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34613 @RealDLHughley @Nike @NFL EA are not to blame 4and🍋🍓🍊🍋🍊🏨🏨🏨🏨🏨🏨🏨🏨🥑🥝🥝🍓🍅🥑1😙😙🥑🥑🏨🏨🏨🤣😙😙😙😚😚😂😂😂😀😁😙for qxx😙 for not uuyurteyr… https://t.co/mK8UW4aUAy
34614                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34615                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34616                                                                                                     @BSpil @rainechief @Ali_g8tr @Nike LOL... Youve lost all credibility here🤣🤣🤣
34617                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34618                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34619                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34620                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34621                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
34622                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34623                                                                                             RT @1KOOPA: I want to thank @Nike for this amazing opportunity. https://t.co/x5iey8No3P
34624                                                                                               RT @Reuters: U.S. judge blocks Texas fetal tissue burial laws https://t.co/6XF4D61z5N
34625                                        RT @CBSNews: IT'S OUT: @Nike just released the full Colin Kaepernick ad and the internet is buzzing over it https://t.co/g3KhxMaTcL https:/…
34626                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34627                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34628                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34629                                                                               RT @Reuters: Drugmaker GSK to eliminate 650 U.S. jobs https://t.co/RLI5JJvspz https://t.co/D7o8sqA2Nw
34630                                        RT @SassySouthern10: @PaulYamahaR6 @lacerci65 @Doodisgirl @Nike Makes ya wonder what the hell is wrong with the English government and judi…
34631                                                               i don't go on my bank account for one day and im fucked over out of nowhere. y'all got me so fucked up @BankofAmerica
34632                                                                                                         Can someone recommend @Nike gym sneakers with great arch and ankle support.
34633                                                                                                                      Check out my listing @eBay - https://t.co/dvFtm3b50D via @eBay
34634                                                                               RT @Reuters: Drugmaker GSK to eliminate 650 U.S. jobs https://t.co/RLI5JJvspz https://t.co/D7o8sqA2Nw
34635                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34636                                        @PamApffel @Kaepernick7 @Nike Yes! Not one peep of what he was doing in off season to bring awareness and change! I… https://t.co/TGSPkdDsHW
34637                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34638                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34639                                         @Nike shoe donations accepted with @Shoes4Shoeless. It’s stressful on a child’s feet and perhaps even embarrassing… https://t.co/lqusk09oUY
34640                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34641                                                          Check out Coach Signature Black Jacquard Hobo Shoulder Bag D05J-6808 #Coach #ShoulderBag https://t.co/FpnoaWnw59 via @eBay
34642                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34643                                        @SpreadTheNudes @nessnitty @Kaepernick7 @Nike Just what did you sacrifice? You did it for pure publicity.  If you c… https://t.co/hQlZ7sx6Sd
34644                                                                                                                                             Hell YEAH! @Nike You have my support!!!
34645                                                      @amazon @amazonsmile @BNBuzz @Maddow is telling viewers about the book Night of Camp David. You might want to get it in stock!
34646                                        @hope3121 @nessnitty @Kaepernick7 @Nike Just what did you sacrifice? You did it for pure publicity.  If you cared a… https://t.co/v9bzy850IY
34647                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34648                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34649                                                                                  @ChrizzicaL @Nike How gullible are we? Nike leads the world in oppression. https://t.co/QqciqwQrlF
34650                                                                          @SortaSlimShady @johnrich @Nike OhMyGod I even love how much she hates me #profile https://t.co/63wGdCdP78
34651                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34652                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34653                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34654                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34655                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34656                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34657                                                                                                          Two #Barbie Doll #Dress #New In Package  https://t.co/MWQI5tRkIr via @eBay
34658                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34659                                                                                                                                          Shame on you @Nike https://t.co/sCIO2G2f2f
34660                                        @John65822 @GeneralClark @Nike @Kaepernick7 What about the America that kills people of color? What about the Ameri… https://t.co/iZM75OTXSt
34661                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34662                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34663                                       RT @swbjoyce: 📣 UPDATE: The updated and improved process for linking your @salesforce cert maintenance with @trailhead is on track to launc…
34664                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
34665                                                                                                                             @Charlestonion @bt42btw @Nike @Kaepernick7 Well said 🤔
34666                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34667                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34668                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34669                                                                                                     @LHissrich @netflix *highlights entire 2019 calendar while crying tears of joy*
34670                                        @NomdeB @GLFOP @BarbaraComstock You dont understand? Because @Nike chose to glorify CK - who wore Cops as Pigs sock… https://t.co/rpHFrYfJIS
34671                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34672                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34673                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34674                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34675                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34676                                                                                                                              @McDonalds @UberEats Didn’t work when I applied it 🤷‍♂️
34677                                                Just received the best customer service of my life from @amazon. Holy moly that was slick. @AmazonHelp y’all know what you’re doing!
34678                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34679                                                                                                                                              @pdxgene @Apple That would be awesome.
34680                                                                                       RT @OTLonESPN: BREAKING: @Nike releases new ad featuring @Kaepernick7 https://t.co/IECC7HqIBp
34681                                                                                            RT @kapaibro: @MollyJongFast Yo @Nike You cool with this infringement of your copyright?
34682                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34683                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34684                                        RT @DavidSh31525482: Check out Four Tops: Baby I Need Your Loving / Without The One You Love / 45 Rpm VG+  https://t.co/ENBASQdAlQ via @eBay
34685                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34686                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34687                                                                                @iraqvet030405 @_miabonita @ArsenalReport @BrownieHickomb @Nike Common ground. Take care my brother.
34688                                        RT @YagazieEmezi: I’m basically ready to shoot the next @Nike ad (in my usual style of unpolished grittiness lol). There’s a whole story to…
34689                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34690                                                                                     Check out Vintage Bakelite Plastic Flatware Utensils Variety  https://t.co/HKuO6M0Ny2 via @eBay
34691                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34692                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34693                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
34694                                                            Check out Norma Wilson Original Oil Red Billed Quelea Weaver Bird Aviary Painting Art  https://t.co/uzmN0rBCjW via @eBay
34695                                                                                                 @McDonalds please bring back the shrek milkshake. Profits would be though the roof.
34696                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34697                                        @DMulligan03 @johnrich @TomiLahren @Nike @Kaepernick7 @Reebok @greggutfeld @kilmeade @RedneckRiviera Looks like Nik… https://t.co/NXYWew1JO2
34698                                                                                                  @HootensChuck @Nike Probably slightly safer than trying to cut them with scissors.
34699                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34700                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34701                                                                                                                         RT @tresconiers_: @Nike I love you. https://t.co/iP65lEX3a1
34702                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34703                                        RT @JadonLane1: People are setting their own clothes on fire over @Nike supporting a black man fighting racial injustice that is clearly an…
34704                                                                                                                                            @kelliwardaz @Nike I'll buy on the dip..
34705                                                                                                            @Nike did you overnight became the coolest company in the world or what?
34706                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34707                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34708                                                                                                  More companies should have principles like @Nike #Justdoit https://t.co/NzUC0VnPUS
34709                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34710                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34711                                        @OverRevvedArt @netflix ikr that’s all i keep thinking about . probably staying home for work tomorrow because i fi… https://t.co/9VPXlcsE8O
34712                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34713                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34714                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34715                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34716                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34717                                                                                                      @JennyLClark @CBSNews @Nike And builds them through child labor for .12 a day.
34718                                                HOLIDAY CANDLES... PACKED AND READY TO GO... FROM MY HOUSE TO YOUR DOOR FAST...Check out my listing @eBay -… https://t.co/xs7sq5VXNG
34719                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34720                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34721                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34722                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34723                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34724                                                                                                                 RT @Conservative_VW: Meanwhile at @Nike ... https://t.co/O5Mnd5S72E
34725                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34726                                                                                                                                  @Nike Tillman sacrificed way more! #thinkaboutthat
34727                                                          PACKED AND READY TO GO... FROM MY HOUSE TO YOUR DOOR FAST...Check out my listing @eBay - https://t.co/IYmzWCglwc via @eBay
34728                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34729                                                                                                   @NyleDiMarco @netflix oh my god Netflix please!!! I’d watch the hell out of that.
34730                                         @Nike @idontgiveafuck @itaintboutkaepernick ! ! ! ! Anybody that is absorbed into all this drama is fucking stupid… https://t.co/0bZKWDgXrM
34731                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34732                                                @thehill I guess I need to pick up new kicks and some jeans. Thanks @Nike and @LEVIS for being positive forces in a negative world ❤️
34733                                                            @truthonomics1 @JordanUhl @Nike ??? All I wrote was -  “I need a new pair of cleats...best believe I’ll be buying @Nike”
34734                                                   Selling Hot Wheels green H2GO Speedboat #HotWheels https://t.co/EJye684fAa via @eBay #speedboat #H2GO #collectible #toy #buyitnow
34735                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34736                                                                                 Check out Vintage Florida Souvenir Bar Openers Wood People Japan  https://t.co/Y9D9WW7maD via @eBay
34737                                                                                                                                                                     Way to go @Nike
34738                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34739                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34740                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34741                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34742                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34743                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34744                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34745                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34746                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34747                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34748                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34749                                                               Check out C asio G-Shock GA-110RG DIY Transparent Case and Strap Rare GA-110 #Casio https://t.co/rCe2OAEnMr via @eBay
34750                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34751                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34752                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34753                              @JimCarrey @Nike OMG! 🤣🤣🤣🤣 Says SATANIC PAEDOPHILIC @JimCarrey \U{01f92e} - #Gitmo #DeathPenalty awaits you.... God bless… https://t.co/b0wgfaPPvU
34754                                                        Check out Remote Control Helicopter Iron Man Action Figure RC Flying Toy Kids Aerial Play  https://t.co/Zk6Q95sxYl via @eBay
34755                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
34756                                                                                                                                      @netflix When is the 100 is Coming in spanish?
34757                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34758                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
34759                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
34760                                                       Check out NJPW New Japan Pro Wrestling 1989 Tokyo Dome Japan vs USA vs Russia Program Book  https://t.co/PGJHjH6AYM via @eBay
34761                                                                @jkmcyrano1 @Michael_Rauch @Alancumming @instinctcbs @CBSTVStudios @CBS Hey John. Hope you're weathering the storms.
34762                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34763                                                                                                                    @Kucktaku @Nike You’re still in your feelings. Why so mad?? 😂😂
34764                                                                                                                          @Nike Just Did it. #Congratulations #takingakneeforjustice
34765                                                   Check out Lot of 2 novels by Kim Edwards - Memory Keeper's Daughter &amp; Secrets of a Fire...  https://t.co/C1juAVwEHv via @eBay
34766                                        RT @Tim_Canova: The #BezosAct is the exact type of legislation that helps working families across the USA. Shame on @amazon and @Walmart fo…
34767                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34768                                                                              @ColbyCovMMA @Kaepernick7 @Nike #PatTillman #NikeBoycott Colby is the spineless classless sack of shit
34769                                                                                                                                       @Nike Good bye Nike brand ... Converse for me
34770                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34771                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34772                                         RT @ActMeasuresDoc: We're happy to announce that #ActiveMeasures is now available on @amazon. Enjoy and pass along! https://t.co/2Lndp8oDDl
34773                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34774                                        RT @Jason_Lucas001: #BoycottNike @Nike you may want to rethink who you back.  Colon Kaeperfarts is a lazy POS asshole.  Glen Coffee is hero…
34775                                                      RT @ThiseusGaming: @Shawnrgreen74 @footballcrank @alllibertynews @LibertarianRay @Nike I think he's trolling. Not sure though.
34776                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34777                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34778                                                                Check out Nature's Gate Glow Lotion - Medium 18 fl oz (532 ml) Lotion #NaturesGate https://t.co/4b7OsLwjYo via @eBay
34779                                                                   VTG NIB HO CENTRAL VALLEY 36' BOXCAR Kit #910 ARCTIC OIL WORKS #503 Craftsman   https://t.co/5Z09Wrs6F6 via @eBay
34780                                                    @agiantanteater @GoldmanSachs @cryptoinvestsmt @CryptoShillNye @jsweeps2334 @crowdfundinside @josefholm… https://t.co/AvFAQ7oYGE
34781                                                        @BrokenLevee_ Sixx Mann (@sixxmann) partners with Creative Kidz Media for a Nike @Nike Shoe Giveaway https://t.co/5hUzilWHCK
34782                                                                                                                           @Jxsh18_ @alteratyeshiva @Nike you look like a transexual
34783                                                                                                                                                        @TVGuide @netflix So excited
34784                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34785                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34786                                                 Check out Miriam Haskell Vintage Lucite and Black Bead Choker Necklace signed 80/90's Era #Choker https://t.co/zQxikq5dxS via @eBay
34787                                                                                                                                          @Reuters Trump wishes Iran was in turmoil.
34788                                                                                                               RT @bhiveofficial: just do it. @Nike @Beyonce https://t.co/1vy7nieNSo
34789                                                               RT @fredcityandy: Going for an evening 5K... maybe more... in my @Nike shoes. #ColinKapernick https://t.co/Hg09sEfLGR
34790                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
34791                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34792                                               RT @happyhippyshack: Buddha Top XL Red Stretch Knit Boho Hippie Tattoo Shirt Blouse Women s X-Large https://t.co/kQFBlaNyul via @eBay
34793                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
34794                                                               Check out adidas Mens Size 6.5 CLIMACOOL Athletic Cross Training Running Shoes Sneakers https://t.co/obDYc4fgU8 @eBay
34795                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34796                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34797                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34798                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34799                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34800                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34801                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34802                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34803                                                                                           @MikeWeezul @Franklin_Graham @Nike Not if he twists scripture. Even Satan knew the Bible.
34804                                        @KrisParonto @Karenmmills @Nike One's wife said he would kneel beside the other if he had not been killed by Americ… https://t.co/EcT8LWkWD5
34805                                         @BarbieeTheeBee @Alimony58 @Drk_Prophet @TheWrap @deannagreenexo @Nike @Kaepernick7 You did wrong falling for that… https://t.co/CY46irnoAf
34806                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34807                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34808                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34809                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
34810                                                                                         RT @Nike: Don’t become the best basketball player on the planet. Be bigger than basketball.
34811                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34812                                         RT @PeterPiper0001: @Jali_Cat @TheDemocrats @DNC @nikestore @nikefootball @LEVIS @Kaepernick7 @Nike @nflcommish That’s me everyday...in my…
34813                                                                    @t284lyfe @new_engine @Nike WHAT DOES THIS HAVE TO DO WITH BEING A GIRL FROM CROMPTON !? https://t.co/ndkpRgiKIv
34814                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34815                                                @TopRopeTravis @Kaepernick7 @Underrated_Dom @BrandonTXNeely @Montel_Williams @eugenegu @Nike @NFL @votevets… https://t.co/77jqizWCQg
34816                                                            @Jayne720 @thegwtweets @jennaNYfan @darrenrovell @Nike Stop bringing up the sweat shop thing! Look at my beautiful knees
34817                                                                                                      @sclancy79 @NFL @Nike Why didn’t you just drop your stuff off at goodwill lmao
34818                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34819                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34820                                                                                                                          Even my cat loves @Nike  #JustDolt https://t.co/zIMNr0sv0L
34821                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34822                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34823                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34824                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34825                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34826                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34827                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34828                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34829                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34830                                                                                                            RT @JoseHDonGoL: Great message @Nike I’m crazy!! https://t.co/KI9YYcOIIF
34831                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34832                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34833                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34834                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34835                                                                                     Check out Boss Dr. Sample SP-303 Sampler  Roland beats  #Boss https://t.co/VEsshQCDGx via @eBay
34836                                                                                                                                       @Nike Blocked. I don’t support police haters.
34837                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34838                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34839                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34840                                        @m_stephens1961 @ValkyrieThundr @Nick_AL3XAND3R @lonibear_xoxo @tamsterrrrr @Nike Just thought I would point this o… https://t.co/RaCyjjxf1z
34841                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34842                                    RT @suelinwong: The @Reuters Shenzhen bureau in southern China joins colleagues around the world who stand in solidarity with Wa Lone &amp; Kya…
34843                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34844                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34845                                                                                          #Imagine Now featuring #Deloitte and @Oracle. #OracleOpenWorld2018 https://t.co/POkYyOFOsC
34846                                                       Check out 1960 UNITED AIRLINES JR STEWARDESS WINGS PIN CARD HAT PATCH SPHERE LOGO PIN LOT   https://t.co/g67sAfALLL via @eBay
34847                                         RT @NickCannon: Drove pass @Nike store and felt compelled to buy all the (black)socks in the store and donate them to the homeless! In the…
34848                                        So ready for some football. @Eagles play tomorrow night! We’re doing @PPFpretzels cheesesteak sliders and @pepsi. A… https://t.co/02ZMBpAjP5
34849                                    RT @Navarre_RN: @Braveheart_USA @Nike @NFL I've no need for NFL or Nike. My life will continue unchanged by them &amp; their actions. Neither o…
34850                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34851                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34852                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34853                                                                                                               RT @bhiveofficial: just do it. @Nike @Beyonce https://t.co/1vy7nieNSo
34854                                                                                RT @W7VOA: Update: @Nike stock closes down 3.16% amid #NikeBoycott concerns. https://t.co/5JQH1svx6K
34855                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34856                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34857                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34858                                                                                                                    @Reuters Obviously there’s an immediate need for the Space Force
34859                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34860                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34861                                        @GrabsterTV @Google @Android @Microsoft @Apple @androidcentral @Androids @AndroidDev So @Google has no responsibili… https://t.co/qRxMq8o4YL
34862                                        RT @Kashmir84: @angelswillrise @netflix @13ReasonsWhy @insatiable_ And @netflix newest save only has 97 thousand followers. Designated Surv…
34863                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34864                                                RT @phoebeandirene: Check out  MICHAEL KORS Marina Grab Bag Canvas Hemp Anchor Rope Tote Gold Metallic https://t.co/68qYt1x7h5 @eBay
34865                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
34866                                                                                       RT @OTLonESPN: BREAKING: @Nike releases new ad featuring @Kaepernick7 https://t.co/IECC7HqIBp
34867                                                                                                                                               @DesmondHoward @Nike @Jumpman23 Aight
34868                                                                                                                          @Kaepernick7 @Nike Looks like Nike sacrificing everything.
34869                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34870                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34871                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34872                                                                                            @FoxNews @stoolpresidente @Kaepernick7 @Nike I’ll watch that any day over Fox-Fake News.
34873                                                             @RealJamesWoods @Nike The pain that Nike will experience has not even begun.  This is a corporate PR disaster.  #nonike
34874                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34875                                        @amw_wilk @MrTommyCampbell @realDonaldTrump @Nike Didn’t have to go to ur house hold to know you weren’t raised rig… https://t.co/X4paj40Sj1
34876                                                       👏Inspired by the number of people who have signed up for our @Google Certified Educator cohort!  18… https://t.co/JnRAbt9NSu
34877                                                                                 @pitter81 @netflix @AHSFX Take a break. Sip a beer. Get your life together. https://t.co/OwrFuMWhOB
34878                                        RT @Google: The search for JOMO: explore new research on digital wellbeing and how we're making product changes to give people a way to exp…
34879                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34880                                                    RT @Reuters: North Korea's Kim Jong Un says two Koreas should further efforts for denuclearization: KCNA https://t.co/DYPXC4o6YC
34881                                                                                         RT @JordyAri: @Kaepernick7 @Nike This is what you should have done. https://t.co/5qdsQNxd4f
34882                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
34883                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34884                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34885                                                                                                                                         I had a creepy moment after leaving @BP_plc
34886                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34887                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34888                                        RT @invest_tampa: “Being voted the best beaches by @TripAdvisor has enabled us to stand out not only in Florida but in the nation. It has b…
34889                                                                                                  Check out Blue Embroidered Top Size Large Dress Barn https://t.co/0S09LCI6vu @eBay
34890                                                                                         @LauraLoomer @BretBaier @jack @facebook @FoxNews Is Q in your journalism? Serious question.
34891                                        RT @5326USN: Send a message to Democrats...We DON'T burn the American Flag...We BURN our Nikes!!! #BurnYourNikes @Nike @TuckerCarlson @sean…
34892                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34893                                                                                                                 Check out Knox Rose Tunic Size Medium https://t.co/l4mDr4euzc @eBay
34894                                                     Check out Girl Summer Lot Clothes Size 7/8 2 Outfits 5 Pieces New Vacation Skirts Tops #Piper https://t.co/8cxgAA1sdv via @eBay
34895                                                                                                                           @HannahMBlum @bigbobcheatham @Nike How tf is this racist.
34896                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34897                                        RT @KayaJones: For those asking why don’t I or those of us who’ve burned our @Nike stuff why we didn’t donate it here’s the facts. I’ll hap…
34898                                                                      Check out OPM METALS 1 TROY OUNCE FINE SILVER 0.999 LOT OF 8  +++REDUCED+++  https://t.co/VonZSofkwn via @eBay
34899                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34900                                                                                 @edmartineztx @stlouiscatholic @Nike He and his video game Avatars from SkyRim - all female also 😉
34901                                                                     Say what you want about Kaepernick but that @Nike ad preaches what we should all be putting out to one another.
34902                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34903                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34904                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34905                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34906                                                                                                                                       @SHANIK_ASPE @MadeInMexico @netflix beautiful
34907                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34908                                                                                                                                https://t.co/ZyBukvT1wm outstanding stuff from @Nike
34909                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34910                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34911                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34912                                                                                                                                                          @Reuters Why is this news?
34913                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34914                                        These T- shirts and more is on @amazon @whydontwemusic  logo and one with the boys in color and 3 amazing pics with… https://t.co/NP5TEMJgO1
34915                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34916                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/cQzQ3ZTNMI
34917                                                                               RT @PretendLouHoltz: Sho excithed to announsh my new endorshmenth with @Nike! https://t.co/5Zz8AFlVH4
34918                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34919                                                                      RT @mfoulk50: Reunion: An Abby Chilton Novel (Abby Chilton Novels Book 2)  https://t.co/bPo4eM9H9p via @amazon
34920                                                                   I'll buy some  #PIGSOCKS and a new pair of #nike shoes @Nike #TakeAKnee #BlackLivesMatter https://t.co/ASArjOwA8a
34921                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34922                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34923                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34924                                                                                                                     @Nike they picked the biggest bum in sports to voice this over?
34925                                                                                                                                      RT @Toyota: Just the right amount of mischief.
34926                                                                                   RT @Reuters: Fast-growing Northern California wildfire forces evacuations https://t.co/OyogYtaZFX
34927                                                                                                                 @Reuters It’s that dumb loudmouth bully now all grown up- douchebag
34928                                                                                                 Check out Pitch Perfect Aca-Awesome DVD Gift Set  https://t.co/uVq20wdOvk via @eBay
34929                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34930                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34931                                        RT @JimLoCascio84: The hypocrisy of @Nike Corporation is that their products are made in Chinese sweatshops in slave labor conditions by ch…
34932                                        RT @Mexi421: @SGSMUFASA @Ace_2984 @TeAmoEric @Nike @Kaepernick7 I don’t even think they care for some it’s probably just about having any e…
34933                                                                             @Golden_Domer12 @Starbucks @Seahawks Evidently they officially release tomorrow https://t.co/N8yMDHgP0w
34934                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34935                                                                                                                                    My favorite #Ad this year. Love it @Nike #Latina
34936                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34937                                        RT @IISuperwomanII: People really out here destroying their @Nike products over the Kaepernick ad? What are you mad about? Peaceful protest…
34938                                                                                                                                        @JimCarrey @Nike Love you more each day Jim!
34939                                                                                                        thank you @facebook for hosting @SourceCon Chicago ! https://t.co/obV37VtSWT
34940                                         #BuyNike My gift theme for Christmas this year! @Nike #JustDoIt #ColinKaepernick ❤️ Haters gonna hate and burn perf… https://t.co/pauUWIZP4s
34941                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34942                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34943                                                                       @darrenburg_ @CocaCola @EKOCENTER @CocaCola_GB @CocaColaCo @CocaColaRacing @CocaColaPH Them nor go do hweee😭
34944                                                                            @LauraLoomer @EricMerrellSr @BretBaier @jack @facebook @FoxNews She has more guts n courage than he does
34945                                                                                                                                       @GeorgeTakei @Nike That was really good! 😝👍
34946                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
34947                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34948                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34949                                        RT @5326USN: Send a message to Democrats...We DON'T burn the American Flag...We BURN our Nikes!!! #BurnYourNikes @Nike @TuckerCarlson @sean…
34950                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34951                                                     @Walmart won’t price match a local competitor (@cvspharmacy) its ridiculous in this day in age with local and online retailers.
34952                                        RT @Jason_Lucas001: #BoycottNike @Nike you may want to rethink who you back.  Colon Kaeperfarts is a lazy POS asshole.  Glen Coffee is hero…
34953                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34954                                                                                                    RT @annahovak: @Starbucks you can sponsor me or whatever https://t.co/4X0viDJIm6
34955                                                                                                                                    Always been a @Nike girl https://t.co/uvttyn70vx
34956                                        @Liberteur @KeithLFC10 @MrBarron91 @kylemartino @Nike @Kaepernick7 Ravens and seattle did admit it and said dont wa… https://t.co/D4e3V8mN1J
34957                                                                                                                 @RebekahWorsham @Nike It's going along quite nicely. Pay attention.
34958                                                                                                                                                            @Ljc2017 @Reuters About?
34959                                        RT @Reuters: Vice President Mike Pence calls on Myanmar’s government to reverse a court ruling that imprisoned two @Reuters journalists for…
34960                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34961                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34962                                                                           RT @Reuters: Supreme Court nominee evasive on scope of Trump's presidential power https://t.co/ooapb1eriu
34963                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34964                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34965                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34966                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34967                                                                  Dining Chair 6X Faux Leather Black Brown Back Rest Solid Pine Wood Legs Montina  https://t.co/kOE7GexDyE via @eBay
34968                                        RT @johnrich: Hey @Nike I guess you made @Kaepernick7 your new “face” of the brand because you love the way his socks look with your shoes?…
34969                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34970                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34971                                        @JaimeTaynor @blarrymore @FoxNews @stoolpresidente @Kaepernick7 @Nike If you did your research you’d see that US so… https://t.co/zT6oKqTRJx
34972                                                Check out Shaver Lake Denim Jacket L New Embroidered Casual Jeans Fall Over Coat Large NWT #Casual https://t.co/Kijpgj9hnO via @eBay
34973                                        RT @ZakkWyldeBLS: THE BLOOD EAGLE in SPALTED MAPLE • tBLSt SDMF “GRIMMEST HITS” @Spotify @iTunes @AppleMusic @amazon @WyldeAudio @DeathWish…
34974                                                                                                            Hey @netflix how many retweets for you to add Jersey Shore on Netflix :)
34975                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34976                                                                               @thehill Well @Nike seems you have some legal case against these idiots. And kudos for your campaign.
34977                                                                                                                                     F @Nike along with all those that hate America!
34978                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34979                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34980                                        Honestly tho... how is any normal human supposed to sort the @Apple health trash. My health is separate from my act… https://t.co/b7TW8co2aA
34981                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34982                                    @Kaepernick7 @serenawilliams @Nike @nikestore @NikeStoreEurope Nike Shoes Golf Balls Hire Slaves Disgusting Wages &amp;… https://t.co/enfm2uqjKg
34983                                    @Kaepernick7 @serenawilliams @Nike @nikestore @NikeStoreEurope Nike Shoes Golf Balls Hire Slaves Disgusting Wages &amp;… https://t.co/enfm2uqjKg
34984                                        @Nike This should be your ad rather than a babbling idiot who doesn’t follow up his action to do something other th… https://t.co/EnJgac8naO
34985                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34986                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34987                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
34988                                                                                                                                    @kimmiecoon @TheMikeBagley @Nike Very well said.
34989                                        RT @Tim_Canova: The #BezosAct is the exact type of legislation that helps working families across the USA. Shame on @amazon and @Walmart fo…
34990                                        But sometimes I can be #spicy Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combina… https://t.co/0lXMJjEH6H
34991                                                 Sandover Beach Week (Sandover Island Sweet Romance Book 2) by Emma St. Clair https://t.co/kbtRzRABGi via @amazon kindle $0.99 today
34992                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34993                                                                                                 @PBlackmountain @Toyota Ugh I’ve been saying that for years but they won’t budge 🙄
34994                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
34995                                                         RT @SinceEighty: All these @Nike memes are cracking me up #JustDoIt  .. this is one of my faves lol https://t.co/quYfPTzEGb
34996                                                                                                                  RT @Johnny_Joey: No sweat @Nike I got you. https://t.co/jlpefb2lMn
34997                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
34998                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
34999                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35000                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35001                                                                                  @aemerybrown @Nike Nike and Levi's have both figured out which side of history they want to be on.
35002                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35003                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
35004                                                    Check out Valerie Stevens separates  Pink Sleeveless women's knit top ribbed sz Small  #Blouse https://t.co/JAlx8Ryq7x via @eBay
35005                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35006                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35007                                        RT @justinsuntron: https://t.co/kKk6RXeN9V will run for #TRONSR. https://t.co/kKk6RXeN9V strives to become the @Google in the blockchain in…
35008                                        RT @campdukes: @johnrich @Nike You do know that Kaepernick spoke with an Army veteran who suggested he kneel instead of sitting. And you ar…
35009                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35010                                            @PamHopper15 @inarueketi @johnrich @tonyposnanski @TomiLahren @Nike @Kaepernick7 @Reebok @greggutfeld @kilmeade… https://t.co/goc1eyDoUx
35011                                                                           If this is the new face of NIKE then Ill stop buying their products. @Nike sucks! https://t.co/2Lw8HGLkdj
35012                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35013                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
35014                                        I back @Nike and @Kaepernick7 I believe it’s more American to practice your right to peacefully protest and practic… https://t.co/GVEWAzYxIA
35015                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35016                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35017                                                                       RT @Reuters: China criticizes Britain for ship entering its waters in South China Sea https://t.co/xAXB6e9FnN
35018                                                                             @ThePistolMaster @t284lyfe @new_engine @Nike Because guess who buys their merch? The black demographic.
35019                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35020                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
35021                                                                                                                                                                @essaffii @Nike UgLY
35022                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35023                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35024                                                                                          RT @FedEx: @dog_feelings Smile received. ✅ Have a gooooob day! 🐶 https://t.co/xT7vzRNehi
35025                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
35026                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35027                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
35028                                        RT @HaroldChilder10: @RodStryker @GartrellLinda @Nike @GrahamAllen_1 Just do it! Boycott Nike. Wake up America and support our great Presid…
35029                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35030                                        RT @Barbara_Colson: Green Camouflage Embroidered Flowers Cotton Purse Bag #ShoulderBag https://t.co/cezj0BO6hs via @eBay #ebayrocteam #ebay…
35031                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35032                                                                                               @meechiebb @CBSBigBrother @CBS @cbsallaccess And ur pinned tweet gives me life 😂😂😂
35033                                        @ATT what are you doing?  I'm in the Milwaukee area and the internet/wifi reach is frequently lacking. No doubt it'… https://t.co/4v5g0faH1E
35034                                                @HillBuzz @netflix @ABCNetwork @NBCTimeless @TheTimelessRoom With you totally on this one. Had a substantial fan base too. #Timeless
35035                                                                                                                                                                🙏🏽 hell yeah @Nike
35036                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35037                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
35038                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35039                                         @AndySorkOR @Kaepernick7 @Nike I’ll be honest I do not about the “pigs” thing I don’t follow news that much except… https://t.co/V1q2FxeQLl
35040                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35041                                                 Let it be know @Nike do wat u got to do for the ppl just dnt hurt them when u drop that aid Thursday night… https://t.co/yHtyUcUMIi
35042                                                                                  @Nike @reggieragland I’m so proud of my favorite shoe company .. I’m Nike for life!!  Just Do It!!
35043                                                                                                                       RT @JohnAxford: I am proud and honored to be a @Nike athlete.
35044                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35045                                                                                      Check out Maine Bay Traditionals Men Neck Tie 58” Lengh 4” Width https://t.co/gqMSEQtaOV @eBay
35046                                                                                                       RT @Patriot_Mom_17: @Nike True sacrifice. #JustBlewIt https://t.co/YQQQJfXBst
35047                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
35048                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
35049                                        @Texans__Fanatic @kcco35 @Hail2the_Chief @deshaunwatson @DhaSickest @Nike Did you tweet this from your sweat shop s… https://t.co/ymfDfNP6gb
35050                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
35051                                                                                            @Reuters Which islands...you mean the ones they built to make a claim on the the region?
35052                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35053                                                                                                                             Totes lovin @Burberry 's monogram marketing campaign 😍
35054                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35055                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35056                                                                                                                                @ericandre @blooprbeats @Apple @facebook get on it..
35057                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35058                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35059                                                                                                                                               @sclancy79 @NFL @Nike It’s a shoe....
35060                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35061                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35062                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35063                                                                                                                          @D_Booth7 @Nike that concussion really did a number on you
35064                                        @BigDawg111215 @Nike @nikestore @nikefootball @NikeRunning @nikebasketball @nikesportswear Kaperdick is the Che Riv… https://t.co/lpkVFLaxY7
35065                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
35066                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35067                                         @Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
35068                                                  RT @MimiYvo: Dear Nike....how about paying tribute to real heroes? @Nike #BoycottNike #BoycottNikeJustDoIt https://t.co/eR8sbBe4QN
35069                                                                     @nneptune5 @Reuters I refused to bite that particular story line but it makes sense. He didn’t want it to fall!
35070                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35071                                        @Expedia Thank you for telling! But new number can't connect with your office neither... So my friend sent you the… https://t.co/IT4RY3IfkY
35072                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35073                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35074                                                                                                               @playbill @netflix @Stranger_Things @54Below Tickets go on sale when?
35075                                                                                      @MrBooth_7 @D_Booth7 @Nike Bruh change the name haha go with Vigneaut or Jova at this point 😂
35076                                                                                                             RT @iamalyxander: @Nike Legit tears in my eyes...thank you @Kaepernick7
35077                                                                                                       RT @RealJamesWoods: As @Nike commits #BrandSuicide... https://t.co/8N1EHJoJSS
35078                                        RT @i_popsickle: @chinobox @AngelLight2U @Dr_Kaco @Brenderm @maybeimcrazypod @JoyTaylorTalks @KristineLeahy @TheHerd @Nike @Kaepernick7 @NF…
35079                                                                                                                          @McDonalds Grandma is a salad tossing freak if you ask me.
35080                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35081                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35082                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35083                                                              RT @auctnr1: Why I’ll boycott @Nike after @Kaepernick7 ad by @ClayTravis #BoycottNikeJustDoIt  https://t.co/5qRgKqYWsY
35084                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
35085                                                            RT @Got_Tacos: There are going to be some pretty sweet deals on @Nike gear at @DeseretIndust in the next couple of days.
35086                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35087                                                                                                                @D_Booth7 @Nike This tweet belongs in the players concussion lawsuit
35088                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35089                                                                                       @DesmondHoward @Nike @Jumpman23 Damn. Is that mrs. Howard's closet!! LMAO.   Short addiction!
35090                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35091                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35092                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35093                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35094                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35095                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35096                                                                                                                                    @Nike dgaf they already got they money for em🤷‍♀️
35097                                                                       Check out Cuisinart DLC-7 Disc Set Of 9 With Instruction Booklet #Cuisinart https://t.co/CLgZekVZYz via @eBay
35098                                        RT @roushfenway: Check out the all new @JohnDeere Gator™ XUV paint scheme that Ricky will be rocking in Indianapolis! What do you think abo…
35099                                        RT @ChrisTheMoron: I took my @BMW to the DEALER multiple times to fix a problem and each time I paid to have something fixed and they claim…
35100                                                                                            Check out Fifty Shades Darker by  E L James Paperback  https://t.co/TmTchmkGql via @eBay
35101                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
35102                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35103                                                                    Classy Plus Size Ruby Underwired Peacock Lace Gartered Bodysuit Teddy Lingerie https://t.co/VGEPQRwZ5l via @eBay
35104                                                 Check out Blue Lapis Lazuli Ladies Ring Size Us 8 Silver Plated Jewellery 13.97 g (204) #Handmade https://t.co/CzO8LqtvBI via @eBay
35105                                I’m offended by Che &amp; Mao shirts. Would hypocrites @Starbucks &amp; @HiltonHotels kick people out w/ those shirts? Rhet… https://t.co/Ub1K4Yu9vF
35106                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35107                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
35108                                        RT @CaliConsrvative: @starcrosswolf @Nike @AppSame @Trump454545 @GartrellLinda @DonnaWR8 @KNP2BP @sxdoc @bonniemurphy @pinkk9lover @Friendl…
35109                                                Check out Fancy Shape White Howlite Silver Electroplated Pendant Jewelry For Women Girls #Handmade https://t.co/eQX13NZQR9 via @eBay
35110                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35111                                                                               RT @PretendLouHoltz: Sho excithed to announsh my new endorshmenth with @Nike! https://t.co/5Zz8AFlVH4
35112                                        RT @benaoni: .. @netflix more like online hard drive and not for the New movies .. @InfinityWarM still not on there SMH .. really wanted to…
35113                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
35114                                                                                                                        RT @ZeroLoveGiivn: Black Panther time on @netflix LETS GO!!!
35115                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35116                                        RT @officialsihle: I am going to be a loyal supporter of @Nike simply because of the support they continue to show the black community. Spe…
35117                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35118                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35119                                                                                                       RT @NyleDiMarco: Maybe @netflix should give me a stand-up comedy special 🤔🤔
35120                                                                                                                                           RT @Baby_sosaa_: I still fuck w you @Nike
35121                                                                                                                                        @breakwayd @MalachiMusic @netflix Triggered.
35122                                                                        RT @OGDannyOcean: Still tippin through the Galleria @Nike @footlocker #AirMaxOrigins https://t.co/7jiDZM5AUG
35123                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
35124                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35125                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35126                                             RT @hopescloset2: Check out Mens 7 for all Mankind Austyn Straight Leg Jeans Sz 31x29 #7ForAllMankind https://t.co/obJxrmNx0t via @eBay
35127                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35128                                                                                                                              RT @whoadiebrees: hmu the streets fuckin with it @Nike
35129                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35130                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35131                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
35132                                                                                   RT @_mellowmangoes: Pay me in cash or i purge your ass @domfbrizzi @netflix #MeetTheBlacks 😂😂😂
35133                                                                    RT @gmskarka: @johnrich @bibleblvheretic @Nike Nobody is threatened by your pathetic redneck ass. Keep dreaming.
35134                                                                                                     RT @emily_juarezz: @alteratyeshiva @Nike look who it is https://t.co/9UTcVoxvwU
35135                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35136                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35137                                        @m_stephens1961 @Nike How dare he exercise his right to free speech to bring attention to the shooting of unarmed b… https://t.co/a41lnS0x5m
35138                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35139                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35140                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35141                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35142                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35143                                                                                                                                           @bookofloob @D_Booth7 @Nike That's right.
35144                                                       Check out 4 x RhinoMax Libimax 2500 Herbal Long Lasting Powerful Sexual Performance (2018)  https://t.co/lStFUAU7lf via @eBay
35145                                                                      @alteratyeshiva @Nike Your parents must be very proud of you for putting your shoes in their outdoor fireplace
35146                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35147                                        RT @Diehard45C: @CatzillaHo @AngelLight2U @Dr_Kaco @Brenderm @maybeimcrazypod @JoyTaylorTalks @KristineLeahy @TheHerd @Nike @Kaepernick7 @N…
35148                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35149                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35150                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35151                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35152                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
35153                                         RT @ActMeasuresDoc: We're happy to announce that #ActiveMeasures is now available on @amazon. Enjoy and pass along! https://t.co/2Lndp8oDDl
35154                                                            10k Rose Gold Genuine Natural Diamond Nose Stud Ring Pin (I Color I2 Clarity) #NosePin https://t.co/pRCkdDGyBK via @eBay
35155                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35156                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35157                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35158                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35159                                                                                                        @MaxPreps @McDonalds @Whataburger @JackBox @WhiteCastle @DennysDiner Whata ‼️
35160                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35161                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35162                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35163                                                                                                                  Ozark is a hidden gem on @netflix . I recommend that you start it.
35164                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35165                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35166                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35167                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35168                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35169                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35170                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35171                                                                                                   Check out Club Deportivo Jersey Medium Shirt tshirt https://t.co/t9zr2dlrIU @eBay
35172                                        RT @BCLONA: @Visa You can experience the world’s best chefs right here in Las Vegas @VegasFoodWine and we accept @Visa so come dine with 10…
35173                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35174                                                    @omegalul007 @JSRendering12 @EdB_420 @TGold2011 @ZacksJerryRig @Apple What the fuck... how a 3.5mm jack and battery are related?
35175                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35176                                        RT @GoldmanSachs: LISTEN: How are factors like value and growth correlated with European stock performance? $GS Research’s Sharon Bell weig…
35177                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35178                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35179                                        @Rodros99 @liisx___ @alteratyeshiva @Nike fr fr i love them despite being scuffed as shit bc i fell on a railroad t… https://t.co/nQ944lWj54
35180                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35181                                        RT @YagazieEmezi: I’m basically ready to shoot the next @Nike ad (in my usual style of unpolished grittiness lol). There’s a whole story to…
35182                                                                       RT @McDonalds: Our $1 Sandwich deal means serious savings. Only available on our App. https://t.co/cVVhNPkjj0
35183                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35184                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35185                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35186                                                                                                @CurcioKaren @Zonk_2007 @Nike @Kaepernick7 This is who @Nike should have lifted up..
35187                                        RT @TAPAlerts: BREAKING NEWS: @Ford says it stands by NFL players and believes they have a right to protest and that this right should be r…
35188                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35189                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35190                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35191                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35192                                        If I walked into @Starbucks tomorrow to order @irishdaizi her drink and I said ‘please give me a basic white Girl d… https://t.co/xxcziWnWEi
35193                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35194                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35195                                                                           Tell @jpmorgan to stop funding mines that dumping toxic tailings into the oceans. https://t.co/4V3gxlEE4C
35196                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
35197                                                                  6.05 Cts Natural Ethiopian Opal Oval Cabochon Blasting Green Color Fire Gemstone https://t.co/xk3Pw48HFB via @eBay
35198                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
35199                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35200                                                                                                              @TVietor08 @DonaldJTrumpJr @Nike You are on fire lately sir. Well done
35201                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35202                                                        Check out Nike Air Zoom Pegasus 35 Men’s Running Shoes Size 10 US Grey #Nike #RunningShoes https://t.co/3DqevWyshI via @eBay
35203                                                        Check out Nike Air Zoom Pegasus 35 Men’s Running Shoes Size 10 US Grey #Nike #RunningShoes https://t.co/3DqevWyshI via @eBay
35204                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35205                                                                           RT @Bravo_Pay: BRAVO to you! @serenawilliams @Nike #SheInspires #womenempowerment https://t.co/AMINfV6S0i
35206                                        @easyJet just wondering is there no way to change your seat after you’ve checked in online. I was going to see what… https://t.co/XTFwYEHmaX
35207                                                       Check out COWBOYS of the Waggoner Ranch photography by Jeremy Enlow Texas 2015 Autographed  https://t.co/gFOqo4iqhS via @eBay
35208                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35209                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35210                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35211                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35212                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
35213                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
35214                                                                                     @hazvfx just watched @TheBeyondMovieon @netflix and loved it. Earth 2.0 for Humans 2.0. Nice 🤓
35215                                        RT @netflix: Reversing Roe: A new documentary about the state of abortion and women’s rights in America. September 13. https://t.co/AX75YJU…
35216                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35217                                             RT @WatchMojo: Straight from the horse’s mouth…@BoJackHorseman releases official trailer for season 5! @netflix https://t.co/HbH6HpIbzg
35218                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
35219                                                                        RT @ot7butterfly: Big ups to @comcast @Xfinity for playing @BTS_twt on their radio!! https://t.co/z9IKLcU0ju
35220                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35221                                        RT @Reuters: Japanese nuclear station on emergency power after quake revives Fukushima memories https://t.co/sa3jK34N5Z https://t.co/Hd6v4R…
35222                                        @maitaiti @Kaepernick7 @Nike He's no hero..and he disrespected our flag and our country..the man admires Cuba and c… https://t.co/dlEEHDnlci
35223                                        RT @IISuperwomanII: People really out here destroying their @Nike products over the Kaepernick ad? What are you mad about? Peaceful protest…
35224                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
35225                                                                                       RT @OTLonESPN: BREAKING: @Nike releases new ad featuring @Kaepernick7 https://t.co/IECC7HqIBp
35226                                                                RT @amy89000: @NetflixLifee #Gypsy of course #SaveGypsy #RenewGypsy @netflix @renew_gypsy 💔 https://t.co/EolLgzg7FS
35227                                                                                                                       Do my student loans count @facebook ? https://t.co/Dfq9xWKi2U
35228                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35229                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
35230                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35231                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35232                                    RT @joshnya73: @TeeBeeDee1 @CNN @Nike @Kaepernick7 And I 100% support his right to express his displeasure &amp; outrage in this manner. I also…
35233                                                                              Check out WWE Superstars Fashions Brie Bella Barbie Mattel NEW Superstar https://t.co/GdzTsLKfXY @eBay
35234                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35235                                                                                                                           Yeah... That’s more like it! @Nike #JustDoIt 👏🏾✊🏾👏🏾
35236                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35237                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35238                                                RT @Reuters: China finds African swine fever at Anhui farm; 10th outbreak in a month https://t.co/zO6QtAND2V https://t.co/k5grjw4oHt
35239                                                                                                                  @Nike @_xLos Can I like this x 1million??? https://t.co/smNAS5bk6P
35240                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35241                                                                                                                                                                This was great @Nike
35242                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
35243                                                  Check out Weaving Pure Silk Sari Change Two Color in Light 2 Tone Golden Zari Woven Saree #Saree https://t.co/6wcxfe4XHx via @eBay
35244                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35245                                           Dear @Nike @NikePortland @NikeLA can you guys hook it up for a Sista who full supporting your guys through this campaign 😩😂\U{01f9d0}🙃
35246                                        RT @BMW: A drift record with a twist: refueling mid-drift. Stay tuned for an M-mazing performance on January 9th. @BMWUSA #M5Drift https://…
35247                                        RT @Reuters: North Korea's Kim Jong Un says two Koreas should further efforts for denuclearization: KCNA https://t.co/KhHMspoard https://t.…
35248                                                                                           @facebook Can someone tell me why tweets are not being shared to Facebook status anymore?
35249                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35250                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35251                                        RT @mdaltahmed: Am fed up with how @Google doesn't seems to improve the ram management issue on @googlechrome so I switched to @firefox ins…
35252                                                                                  @katystubbs78 @rcrlc8721 @m_stephens1961 @lonibear_xoxo @tamsterrrrr @Nike And notice he got quiet
35253                                        @Imamofpeace @herecomedalady @facebook Why would your profile pic go against FB’s community standards? It’s a great… https://t.co/JmDB52oh7R
35254                                                                                                                            @Nike you have a lawsuit to file against @DonaldJTrumpJr
35255                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35256                                              RT @WiredScore: A new @Citi GPS report says #5G and #LiFi to displace wired solutions like Wi-Fi and Ethernet. https://t.co/ZtcNzhrDBC
35257                                                                  Vintage Red Hill Dec-A-Plaque The Difference Religious Poem by Alan Grant Wooden https://t.co/arDIEdAiRy via @eBay
35258                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35259                                                                                                                                                      @crypto F**k you @GoldmanSachs
35260                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35261                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35262                                                                                                         RT @Reuters: India's top court lifts ban on gay sex https://t.co/yNpinuRBRB
35263                                                     Check out Talking AFLAC DUCK Plush Heisman Football Helmet Jersey College Sports 6in https://t.co/1iRqQf0WEd @eBay #ebayROCteam
35264                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35265                                        RT @easyJet: @impliedreader In all the time I've been here the question has never come up. I've also looked at the various logos and I can'…
35266                                            @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell @timkaine… https://t.co/1UnliQp5Em
35267                                        RT @bts23project: @TheOnionBTS @netflix @BTS_twt Actually please do @netflix   It would be so hilarious - remember outcast and the week whe…
35268                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
35269                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35270                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35271                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35272                                                                                                                                                                    @Nike powerful😀
35273                                                                                                                                                             @Nike @MJBuchi Splendid
35274                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35275                                            @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell @timkaine… https://t.co/m300FOAXcA
35276                                        RT @Carlosm1992: BRING PRUE BACK ... RT the above tweet...... make some noise Twitter @netflix #charmed #CharmedReboot #originalcast #Charm…
35277                                                                                            RT @Tdye15dbTroy: Man let them put Reno 911 on Netflix‼️ @netflix https://t.co/RycFHpRny6
35278                                        @Tesco brought my own bag this morning and bought two all butter croissants for 1.40. If I’d taken the plastic pack… https://t.co/Jamou8tHCO
35279                                                                                                           RT @cindi_feriby: @Nike @WiseWarrior69 Love Love Love this campaign ❤️💙💚
35280                                                                                         RT @Reuters: India's top court legalizes gay sex in landmark ruling https://t.co/NoCArvgq3H
35281                                                                        #Snowman #Lighted Lights #Garden #Yard #Winter #Christmas Top Hat #Stake https://t.co/cftGUVxSes via @amazon
35282                                        RT @ARGS_EVA: @easyJet CEO Lundgren says consolidation in Europe will continue due to some carriers struggling due to higher fuel costs. He…
35283                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
35284                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
35285                                                         RT @Vintage0Antique: Check out Antique Chinese Blue White Bowl with Phoenix Central Medallion https://t.co/tWtsYLeZoW @eBay
35286                                        RT @LT_MFA_Stratcom: Lithuania’s Ambassador’s in the US @RolandasKr open letter to @Walmart: Horrific crimes were committed under the Sovie…
35287                                             RT @adsoftheworld: See the latest @Audi ad by @VenablesBell: Night Watchman - Part 1 🌃 https://t.co/uUmilLix19 https://t.co/WlS7NFBJjB
35288                                                                                                                                 @kanyewest We’re still busy with @Nike please .....
35289                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35290                                                     RT @DanPatrick: Stand with me to boycott @Nike. Click here to Sign My Petition: https://t.co/2Va8OlTkEp https://t.co/M5Tsvkn9wa
35291                                                 Check out FREE Shipping Kawai Nadeshiko (撫子) Electric Taishogoto With Hard Case (set #1) #Kawai https://t.co/zOPrhazrZS via @eBay
35292                                                                                                                     RT @IanWright0: Yeah @Nike 💪🏾💪🏾💪🏾 https://t.co/Om2TUNnLYf
35293                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35294                                                       RT @JayThomasKirby: @gavinrimm @kstreet111 @Nike @Kaepernick7 Kneeling isn't about the flag. Forced patriotism isn't freedom.
35295                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
35296                                                                                                                                                @Nidhi @Twitter @facebook Absolutely
35297                                        RT @Reuters: North Korea's Kim says wants to denuclearize in Trump's first term: Seoul https://t.co/RCLS7UJtSk via @bdeternity @HeeShin htt…
35298                                        RT @VP: Deeply troubled by the Burmese court ruling sentencing 2 @Reuters journalists to 7 years in jail for doing their job reporting on t…
35299                                                                                                                 RT @Nike: Don’t settle for homecoming queen or linebacker. Do both.
35300                                        RT @tonetalks: As I said they would in my @Tonetalks video @Nike basically bastardized Black struggle for multiculturalism and to sell shoe…
35301                                                                        @bp3431 @ColbyCovMMA @Nike @Kaepernick7 Does from 'friendly fire's lie to cover up..... COLLUSION JUST DO IT
35302                                         RT @danielcudmore: Here’s a novel idea for the people burning their @Nike shoes.. why don’t you donate them to people that could use them..
35303                                         @moe24114472 @vvilliamlane @johnpklake @DavKat43 @sclancy79 @NFL @Nike Yeah unless you can name a law? I'll listen… https://t.co/AzPJz4nCfB
35304                                                                                                               One can only imagine what @adidas are thinking and planning right now
35305                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35306                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35307                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35308                                                                                                                              @imposture @JesuisMeow @facebook Fuck @facebook ... 😳
35309                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35310                                        RT @Brownschuga: @LisaScafPerthLM @Burberry @BoF They should not be congratulated/commended for dropping a bad behaviour which they chose t…
35311                                                                                                                                                @mazeppa999 @Starbucks Dr Shipman 🤣
35312                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35313                                                                LaLaLuca Countertop Drying Rack - Green Baby Bottle Utensil - BPA Free - Univ... https://t.co/q8XNYGkyrA via @amazon
35314                                                                                                                       I completely delete @facebook about six months ago. #Facebook
35315                                                             RT @Reuters: China says has to retaliate if U.S. implements new tariffs https://t.co/UOEAzhzxVt https://t.co/vC9bX2jIRr
35316                                        RT @shadowsxmalec: @NetflixLifee Congrats to all fans of designated survivor. Hopefully we can be next. Oh and @netflix you want internatio…
35317                                           RT @BHGLiveBetter: Don't forget to enter our #WalmartWednesday #giveaway by 11pm ET tonight for your chance to #win a @Walmart gift card.
35318                                        RT @annette_bak: A great set of apprenticeship opportunities @AstraZeneca. One of many #equalopportunity careers boosters available at my e…
35319                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35320                                        RT @Reuters: Exclusive: Right-wing sites swamp Sweden with 'junk news' in tight election race https://t.co/msQ9kLFXTy https://t.co/Wyunq4iQ…
35321                                                                                                 @TVietor08 @DonaldJTrumpJr @Nike Tried. But couldn’t fix it https://t.co/3aP2BTmWNW
35322                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35323                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35324                                                                                                                                          @hvntxr @Reuters F U. Ahole.  You’re a bot
35325                                                        Check out SEGA SESSUALE Macchina dell'amore Thrust bot Handheld Multi Speed Sex Machine ❤️  https://t.co/WlEUcP6Foh via @eBay
35326                                                         RT @Reuters: Exclusive: China angered after British Navy warship sails near South China Sea islands https://t.co/cfw5VbABaB
35327                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35328                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35329                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35330                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35331                                                 RT @Reuters: India's top court legalizes gay sex in landmark ruling https://t.co/IPTx3gzmZc by @AlasdairPal https://t.co/3DByXRQACH
35332                                                                                                                                     The new @Nike advert gave me actual chills 🙌🏼
35333                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35334                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
35335                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35336                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35337                                        RT @the_best_daily: 26% OFF #sale #save #actioncamera #accessories @amazon Leknes Common Outdoor Sports Bundle for SJ4000/SJ5000/SJ6000 and…
35338                                                                                                       Check out Sandals Tamaris Brown Leather Size 39 https://t.co/Q0AZHcICUH @eBay
35339                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35340                                     RT @GBronxCicc: Lot of 2 Schindler's Ark by Thomas Keneally Paperback &amp; #Bookmark #book #ebay #deal #sale https://t.co/vFZ1X2gA0J via @eBay
35341                                                                                                                                                   @richjonesmagic @hm Have Faith...
35342                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35343                                         @devinwenig @AskeBay You get 1 customer service representative claiming its @PayPal fault and eBay cannot issue me… https://t.co/4RVhIdCm9R
35344                                        RT @Reuters: Supreme Court nominee Kavanaugh evasive on scope of Trump's presidential power https://t.co/qgxghqWUnI by @lawrencehurley @Gin…
35345                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
35346                                                                                                                                         @Nike - Dream Crazy https://t.co/EF5YxcaVvD
35347                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
35348                                                Check out !New! Office Impressions 24/6 Pack Standard Staples 2000 Count 2 Packs !Fr -Sh! #BACHANG https://t.co/kTk2vvPp6G via @eBay
35349                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35350                                                                                                             Check out Tunika brombeere Gr. 48/50  https://t.co/UcHcCgDszy via @eBay
35351                                        @Reuters if he'd have kept his month shut to begin with we wouldn't need a new farm bill. idiot. I hope all you far… https://t.co/L3pgBplok8
35352                                         RT @williamsmjw: Myanmar just sentenced two of our @Reuters colleagues to seven years in jail for exposing this massacre. Please share the…
35353                                                    Check out Cappelli Straworld Blue Woven Straw Purse Handles Wood Beads Preowned 2013 #Cappelli https://t.co/jlAiTNuslu via @eBay
35354                                                                                                                      Check out my listing @eBay - https://t.co/zYedCFIEGQ via @eBay
35355                                                                                                                     @USAOWWC @TMobile Watch em get smashed by @TeamCanadaOW EZ Clap
35356                                         RT @HSIUKorg: FUR VICTORY! We are delighted at the news today that iconic British fashion label @Burberry has pledged to ditch #fur and go…
35357                                        RT @Reuters: Supreme Court nominee Kavanaugh evasive on scope of Trump's presidential power https://t.co/qgxghqWUnI by @lawrencehurley @Gin…
35358                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35359                                                                    RT @Reuters: Japan nuclear plant's power restored after quake triggers Hokkaido blackout https://t.co/jQMx3XryeZ
35360                                                    Nike’s Kaepernick Ad Set to Air on N.F.L.’s Opening Telecast https://t.co/7D9emhAS4h Kudos to @Nike and… https://t.co/inClmhXaep
35361                                        RT @fujmcfuj: @bookingcom can you please explain why the cost of my wife’s booking from a 2 night stay and cancelling 1 night (in time I ma…
35362                                                                                                                      Check out my listing @eBay - https://t.co/sQ5D7gMYSa via @eBay
35363                                                                                         Check out Solar Dancing Mickey Mouse Pot W/White Daisy  https://t.co/7yXRPUQmig via @eBay..
35364                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35365                                                                                                  @stormgrl @LeahBMH @gilliankbruce @salesforce So much amazingness in one photo! ❤️❤️
35366                                        @Reuters S. China Sea : Brtsh navy's xrcise in S.China sea was objcted by CHINA who acused UK of trspas in CHN tert… https://t.co/dJ104QDN4G
35367                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35368                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
35369                                                                                                         RT @Reuters: India's top court lifts ban on gay sex https://t.co/yNpinuRBRB
35370                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35371                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35372                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35373                                        RT @consrvatvebammr: Hey @Nike ! Still believe it was a good idea to piss off the silent majority! You and the liberals keep doubting us! H…
35374                                                                           Tell @jpmorgan to stop funding mines that dumping toxic tailings into the oceans. https://t.co/A9O1JYv6np
35375                                         RT @HSIUKorg: FUR VICTORY! We are delighted at the news today that iconic British fashion label @Burberry has pledged to ditch #fur and go…
35376                                                                                                         @reeses @amazon A I love Reese's Peanut Butter Cups! #notsorry #sweepstakes
35377                                        RT @Reuters: Myanmar official says 'totally underestimated' economic impact of Rohingya crisis adding that the outcry over the jailing of t…
35378                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35379                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35380                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35381                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35382                                                                    RT @Reuters: Japan nuclear plant's power restored after quake triggers Hokkaido blackout https://t.co/jQMx3XryeZ
35383                                                                              RT @Reuters: Powerful quake paralyses Hokkaido in latest disaster to hit Japan https://t.co/qFKuP4lNRg
35384                                                RT @flippinsuzy: Check out Universal Deluxe Sewing Machine With Case In Operation #UniversalDeluxe https://t.co/Mq3gE0vNeG via @eBay
35385                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35386                                                @DesignationSix @FoxNews @ProcterGamble @PetSmart @Chewy @McDonalds @Honda @Acura @eHarmony @Nestle @Purina… https://t.co/iQJSYdieyP
35387                                                          Check out Precious Moments Sugar Town Skating Pond In Original Boxes with Brochures EUC  https://t.co/qlGkmEGngu via @eBay
35388                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
35389                                                                  @olivercopp @netflix @Mullen_Melanie They couldn’t end it like they did. I’ll even take a short series. No bother.
35390                                              One Stop - Customer Service Assistant @Tesco #Southampton Info/apply: https://t.co/FHr2RwfYwB #SouthamptonJobs https://t.co/Jshhwyu5nP
35391                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35392                                                              @LloydMathias @dionweisler @HP @HPBusiness @hpuk cheap product sell by HP and if you mark complaint there is no reply.
35393                                        @mjobrien13 @NFL @Nike @DICKS @LeviStraussCo Threw my Nike’s in the trash as I didn’t want anyone else wearing them… https://t.co/bfMEadQLok
35394                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35395                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
35396                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
35397                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
35398                                       @facebook Hey Marky where's the logout option for the tablet version. It just seemed to disappear 🤔 I decided to de… https://t.co/NwqdwcxB9z
35399                                                        Check out Pair of Shoe Clips with Clear Rhinestones Vintage Jewelry New on Card Prong Set  https://t.co/8vdxVmOQmN via @eBay
35400                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35401                                        @blamemygun @Theodora26 @charliekirk11 @Nike @Kaepernick7 To make that statement is idiotic! What I'm teaching them… https://t.co/MoxW4lFaUT
35402                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35403                                        RT @TheRobert1288: @kpftball77 @yoruba_angel1 @johngogginMA @whoadiebrees @ThaOsGuy @TheEsquireof212 @POLIV411 @Nike @Sonyapgh @LisaMartino…
35404                                                                               RT @MarkSimoneNY: Note to @Nike - This is what actual sacrificing looks like: https://t.co/8YOV4ohOae
35405                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35406                                               @ATLhomefinder @w_terrence @Nike Well you should buy a poop load of it while it's down so low! You know next week it'll sky rocket!!!
35407                                        RT @Samsung: Introducing the latest premium ultrasounds solutions and new ultrasound software that enables two-way communication in real ti…
35408                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35409                                            Check out Nintendo NES Famicom Type Sound Calculator Super Mario Bros. JAPAN https://t.co/m3kYi6kVRu   https://t.co/RG05BlAwkN via @eBay
35410                                                                                                                             @Isilva0 @SomaNomad @m_mmmbt @Kaepernick7 @Nike Rights*
35411                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35412                                        RT @vaddienajman: @Nike Let’s talk about the inhumane working conditions in Nike’s sweatshops where people are basically tortured in long g…
35413                                        RT @SpoonguruUK: Proud to announce that we're teaming up with @Tesco to help take the fuss out of finding the right food for you. https://t…
35414                                                            Check out Vintage Detroit Tigers Briggs Stadium Pencil Clip Pencil Lot 14 pieces MLB   https://t.co/gcmuHE6svw via @eBay
35415                                         RT @DapsDraws: Salute to the marketing team at @Nike for this response to the recent “boycott” of their brilliant Ad campaign. Glad to see…
35416                                        RT @INCIndia: We welcome the steps taken by organisations like @facebook @Twitter and @Google to curb the menace of fake news in the electo…
35417                                                                                                                 Check out YULE WALL/DOOR HANGING  https://t.co/kGoSGddP6i via @eBay
35418                                                                          RT @Reuters: Brazil Supreme Court rejects latest Lula appeal to run for presidency https://t.co/LFZx13HCBv
35419                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35420                                                                          RT @Reuters: Brazil Supreme Court rejects latest Lula appeal to run for presidency https://t.co/LFZx13HCBv
35421                                        RT @IISuperwomanII: People really out here destroying their @Nike products over the Kaepernick ad? What are you mad about? Peaceful protest…
35422                                                                                 @sexysusy69 @Nike Imagine a country where this controversy is more important than the people in it.
35423                                                                                 @Costco @Michelin sale started today but is out of stock before store opens https://t.co/hREQpGpt6T
35424                                                                                                   RT @Nike: Belief born in the streets of France. #JustDoIt https://t.co/t3rYXJz7Kw
35425                                          Surprise surprise my @Xfinity cable and internet are down again @comcast I really don’t know why I pay you people… https://t.co/8zVmVSjlRv
35426                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35427                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
35428                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35429                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35430                                            RT @Simplymelonie14: Check out BCBG Max Azria Womens 2 Black Dress Silk Strapless LBD Cocktail Party Short https://t.co/rYTFhUlQxO @eBay
35431                                                                                                  @cbsnewyork your Tweet was quoted in an article by @Yahoo  https://t.co/BjnTVmeW8o
35432                                        @ColbyCovMMA @Nike @Kaepernick7 He is definitely a spineless bitch trying to suck black cock because he forgot he i… https://t.co/EHVkxeylL8
35433                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35434                                                                  @TheGabeFields @Nike Converse are Nike owned... Just sayin'  (oops well turn upside down ) https://t.co/BYANS1KhFe
35435                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35436                                                                                                                         Check out Guatemala Doll  https://t.co/B00KitdLN1 via @eBay
35437                                    RT @davesbargains: Check out MEN`S CROFT &amp; BARROW 1/2 ZIP MOCK NECK PULLOVER SWEATER 4XL / 4XB MAROON RED  https://t.co/kOZi5G7SUG via @eBay
35438                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35439                                              Will @OU_Athletics @CowboyFB @TulsaHurricane stand with @Nike and continue to take their money and advertise their brand? #NikeBoycott
35440                                        RT @geovazquez31: @Pawling_Nate @John65822 @thomasenvy @sdrincon @robindefoe1 @GeneralClark @Nike @Kaepernick7 John has 60 followers. Can’t…
35441                                    RT @DeadlineDominic: EXCLU: @CBS &amp; Shari Redstone run #NationalAmusements in talks to end bitter legal battle for corporate control; future…
35442                                                           Mike Kelley/Supreme The Empire State Building Tee - White (Medium) *CONFIRMED* #Supreme https://t.co/d10vvV9hHn via @eBay
35443                                        RT @CaptainBadger79: @ro_jasmin @TVLine @CBS @netflix Not just @netflix but other streaming services. Someone out there has to willing to h…
35444                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
35445                                         RT @Jeanne_Umbra: If @nbc’s not going to #SaveTrialandError I am sure someonelse will. @hulu @netflix @AmazonStudios @AppleTV ? Or may you…
35446                                                         RT @myuniquemarket: Check out LOONEY TUNES NECKTIE NOVELTY CARTOON MEN'S NECKTIE Looney Tunes https://t.co/X4s9t9pn0V @eBay
35447                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35448                                                                                                                                                        @Sbhandral @Nike yep saw it!
35449                                        RT @ColbyCovMMA: I grew up in Oregon and was around @Nike my whole life. It's funny watching a company that uses child slave labor overseas…
35450                                                                            RT @elisiashoppe: Vintage #AUXILIARY #VFW - Gold Tone Lapel Pin        https://t.co/o46RaYdkxi via @eBay
35451                                                                       @realseanmac17 @AyYoCaim @GRANNYBOYS16 @nessnitty @Kaepernick7 @Nike Worthless?? Nike think he worth 30 mill!
35452                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35453                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35454                                                                                                                 RT @CHABUDDYGEEZY: Wery inspirational @Nike https://t.co/NDb3FtG4Vg
35455                                        @eSky_Travel can someone Please help!!! My father has put his wrong name on a @Ryanair booking through ye.. we have… https://t.co/Nqb1uWF1b0
35456                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35457                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
35458                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35459                                        RT @CBSNews: IT'S OUT: @Nike just released the full Colin Kaepernick ad and the internet is buzzing over it https://t.co/g3KhxMaTcL https:/…
35460                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35461                                        RT @UgaDawg718: @Isilva0 @SomaNomad @m_mmmbt @Kaepernick7 @Nike I'm gonna stop you right there.  No I don't kneel and I also don't have a p…
35462                                         Hi @ASOS_HeretoHelp @ASOS I made an order for a dress and have been sent the totally wrong thing. Desperately need… https://t.co/79tC5B9yhw
35463                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35464                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35465                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35466                                                      @Nike You people should’ve made Jesus Christ the face of your #JustDoIt campaign instead of Kaepernick https://t.co/nLIUqaXtqM
35467                                                                                                                 RT @CHABUDDYGEEZY: Wery inspirational @Nike https://t.co/NDb3FtG4Vg
35468                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
35469                                              @BobbyRemis @PlayingHouseUSA @netflix @NBCRise Rise got cancelled after Playing House so please be patient 😏 also it was problematic.
35470                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35471                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
35472                                                       RT @myuniquemarket: Check out HANDMADE LOT OF 2 LONG ACRYLIC BEADED MULTICOLOR UNIQUE NECKLACES https://t.co/vX7KL8ZnSh @eBay
35473                                                                                    @greentoepalacio @gunzBLAISEn @Nike Sue the shit out of Nike and Colin stand for the flag always
35474                                                                             @ClayTravis I've never considered politics when I bought shoes. @Nike has forced that into my head now.
35475                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
35476                                        RT @SKYRIDER4538: This makes perfect sense! Neither @Nike @nikestore @nikefootball @nikesportswear nor @Kaepernick7 really care about #Civi…
35477                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35478                                                                      RT @CardsTreebeec: Check out HANDMADE  PERSONALISED SUPERMAN  MALE BIRTHDAY CARD https://t.co/VceuY3CRvv @eBay
35479                                        @softsadsatan Am I the only one waiting for an LGBT @Disney movie?? They have so many straight relationships and we… https://t.co/lTNXsZIM8B
35480                                                                             Check out VOGUE UK 2018 GIGI HADDAD FASHION BEAUTY BELLA HADDAD RARE  https://t.co/woElXthAZb via @eBay
35481                                        RT @Verethregna: @vampgirl69101 @MikeResistsAlt @Nike A union organizer was killed in Indonesia protesting g work conditions... b4 China. A…
35482                                        @alteratyeshiva @Nike Over-privileged wanker. If you really insist on burning your shoes THAT YOU HAVE ALREADY PAID… https://t.co/AEcSk7slAg
35483                                         @alteratyeshiva @Nike @alteratyeshiva Due to you burning a shoe because a man engaged in a peaceful and respectful… https://t.co/mi4df4Y1er
35484                                                                             Check out LARGE LOADED PUDDING PUDDIN' STONE  Caribbean Surf Tumbled  https://t.co/Zn12QNeV5N via @eBay
35485                                                                                                  RT @nicdasilva: #Wentworth Season 6 just landed on @netflix | Get amongst it 🙌🏼|
35486                                                                                                                                           @nicdasilva @netflix Already watching 😨.
35487                                        @ShumDarioNews @FreeformTV @netflix @ShadowhuntersTV @hulu This show has touched our hearts in so many different wa… https://t.co/OjNBJdVGV4
35488                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35489                                                                                      RT @Bosslogic: Coming soon! #TheWitcher @netflix #witcher #henrycavill https://t.co/MY3RZE9eQG
35490                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35491                                                 Check out Lovely 925 Sterling Silver And Brass Ruby Agate Stone Ring Sz 8 US #Handmade #Statement https://t.co/pjEiKV9rqD via @eBay
35492                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35493                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35494                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
35495                                                           Check out 2.15 Cts Natural Top Green Emerald Oval Cut Lot Zambia 5x4 mm Loose Gemstone  https://t.co/fzKPDVr9p3 via @eBay
35496                                       For the record. I love @puma @Nike @adidas etc but aren’t these products made in sweat shop factories in @China 🤔Ch… https://t.co/3enaePcDFC
35497                                                                      RT @Reuters: North Korea's Kim says wants to denuclearize in Trump's first term: Seoul https://t.co/J9yTKnV7c4
35498                                                                                   RT @swtseptember928: @JimCarrey @Nike Beautiful Jim! Blessings to you!! #CapitalismWithAConscious
35499                                                                   @Nike 10 day till top management at Nike are asked to leave for ruining the companies reputation and share value.
35500                                                                                                                          RT @pieceofney_: Britney x @Toyota https://t.co/cmZLcA8ZUE
35501                                        @patohara69 @TrevorCoultMC @Nike what the fuck tacking the knee is nothing more than some little jumped up oiks who… https://t.co/2bbhFVxLKW
35502                                                                                                                                                        @TevaunSmith @Nike Fake news
35503                                                                                                                                      @nikaebs @McDonalds @pstavs LOL not even close
35504                                         RT @HSIUKorg: FUR VICTORY! We are delighted at the news today that iconic British fashion label @Burberry has pledged to ditch #fur and go…
35505                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35506                                                                 Check out PEARL STONE AMAZING LOOK 925 STERLING SILVER PENDANT #Handmade #Pendant https://t.co/Penw1tGTXA via @eBay
35507                                                                                                           @SRuhle @realDonaldTrump @Nike Lets help him divest of ALL his interests!
35508                                        @AshleyTheophane @NFL @Kaepernick7 @Nike If you think one of the biggest examples of why Capitalism (Nike) is explo… https://t.co/LcMZRoaWgA
35509                                        Hey @Starbucks you can take all my points and even my left over on my recharge and shove it up your ass the way I s… https://t.co/0odxfNzKd5
35510                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35511                                        @wamelink_wieger @BGRD18 @SciGeekJulie @insideeducation @BP_plc @APEGA_AB @EcoleCVSchool @GamachePatrick @ATAlocal8… https://t.co/Zd3o5fn93n
35512                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35513                                        RT @NancyALopes: Hey be sure to check out both of my award winning best selling titles available on @amazon @AmazonKindle @chaptersindigo @…
35514                                        @the_fake_yeezy @Work4Sneakers @Nike He didnt sacrifice anything. He getting payed probably close to what he was as… https://t.co/ApYpvRM5zf
35515                                                                                                @McDonalds does this really look like it has no onions on it https://t.co/ScMdMVxAyM
35516                                        RT @INCIndia: We welcome the steps taken by organisations like @facebook @Twitter and @Google to curb the menace of fake news in the electo…
35517                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35518                                        RT @trevorhoppe: Sociology data-nerd alert: @Google has launched a beta search engine for datasets. Link:  https://t.co/ra9PGVDmg9 https://…
35519                                                    How is it possible that #ozark is even better this season!  Your killing me with these endings. @netflix https://t.co/xBZpZAxZxb
35520                                        @ojrolyat @HP I am sorry to see this and for the inconvenience this has caused. Can you confirm the catalogue numbe… https://t.co/9Id444jE1S
35521                                                      Check out YURI SUPER WHITE SERUM FACIAL WHITENING BRIGHTENING ANTI WRINKLES ACNES 15ML #Yuri https://t.co/sqjETnmmko via @eBay
35522                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35523                                        @miller197 @TomFitton @JessieJaneDuff @Nike @OANN K.M.A. bad cops kill innocent people EVERY DAY.  Too many to name… https://t.co/DO284F0IDS
35524                                                           Just saw this on Amazon: Elife Soft Square Christmas Snowflake Style Cott... by Elife https://t.co/LJrBrv6YD4 via @amazon
35525                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35526                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35527                                                       RT @pinkpretty16: Check out J.Jill Women's Size Small Green Elastic Waist 100% Linen Crop Pants https://t.co/mHAZ1ZWQzA @eBay
35528                                                                                                           @arsduo @amazon Wait really? Maybe they just use the browser settings...?
35529                                                               Gartner Names Oracle #ERP Cloud a Leader in Magic Quadrantvia @Oracle https://t.co/ST59eWfy16 https://t.co/3Dk7gJFWEP
35530                                        @TBTimes_Sports @TomWJones @TB_Times @Nike @Kaepernick7 Martin Luther King and Pat Tillman are better black and whi… https://t.co/KdH9ISj0MB
35531                                                                                                                                @D_Booth7 @Nike I’m glad Phil Kessel kicked your ass
35532                                        RT @the_best_offer: 63% OFF #sale #woodfloorprotectors #floorprotectors @amazon X-PROTECTOR Premium TWO COLORS Pack Furniture Pads 133 piec…
35533                                                                 Check out Old charm antique 4 drawer coffee table/console table. Excellent condition. https://t.co/AFE4wHXXbH @eBay
35534                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
35535                                                                                                                 RT @CHABUDDYGEEZY: Wery inspirational @Nike https://t.co/NDb3FtG4Vg
35536                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35537                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
35538                                        Could @primevideo and/or @netflix add this to your subscription.  I'm sure there are a ton of us that would like to… https://t.co/B17avQUs9Q
35539                                                                                          Thank you @Ryanair I’ve got my compensation for a delay of 9 hours. 😁Thank you very much!
35540                                                   RT @Reuters: UK says Russia's Putin is ultimately responsible for Novichok attack https://t.co/7V4LQw7ZfV https://t.co/ikDkHhOrLe
35541                                        @amazon  the best mastercard-The first 42 who order the Free Mastercard card gets $ 15 in your account. Free Free !… https://t.co/oOmA0nXu5z
35542                                                                                                             @Ali_g8tr @Nike Oh they are really going to miss your purchases😂🤣😂🤣
35543                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35544                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
35545                                                     @Nike got it right. @NFL got it wrong. #Kaep and #Nike using each other.  #NFL just wants the players to shut up and play ball.
35546                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35547                                        RT @mookiemueller: @MikeOmerMan @Nestle I already pay more for my chocolate because I buy better quality chocolate from ethical companies w…
35548                                                                                                   RT @Reuters: U.S. jobless claims fall to near 49-year low https://t.co/quGBTGW444
35549                                           Why TF would you charge for wanting to stop recurring payments coming out of an acct @BankofAmerica . My God they tax every fucking thing
35550                                        RT @HughAcheson: If you are planning on throwing away unboxed @Nike Air Jordans size 10 just let me know and I will take care of them for y…
35551                                                   RT @Reuters: UK says Russia's Putin is ultimately responsible for Novichok attack https://t.co/7V4LQw7ZfV https://t.co/ikDkHhOrLe
35552                                                                                                                                            @Kupcakekami @netflix *hits slow motion*
35553                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
35554                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35555                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35556                                        RT @CBSNews: IT'S OUT: @Nike just released the full Colin Kaepernick ad and the internet is buzzing over it https://t.co/g3KhxMaTcL https:/…
35557                                                                           Small Missouri college ends Nike affiliation over Colin Kaepernick ads https://t.co/bfHsjgBFJ0 via @Yahoo
35558                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35559                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35560                                        RT @ColbyCovMMA: I grew up in Oregon and was around @Nike my whole life. It's funny watching a company that uses child slave labor overseas…
35561                                                              @mynamesneka A marketing team that goes above and beyond and backs the right issues @Nike has a forever customer in me
35562                                                             Check out Vintage Lancraft Wood Biscuit Barrel Checked Design Chrome Handle Plastic Liner https://t.co/nYwoimrqaj @eBay
35563                                                                                                                                                           @Nike there’s a sacrifice
35564                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35565                                                                                                                      Check out my listing @eBay - https://t.co/4G3Tpexngm via @eBay
35566                                        @OfficialCND @PayPal @AskPayPal Sorry to hear you have to go through PayPal chargebacks. People who do this to cont… https://t.co/bRZ9FKbmkC
35567                                                                    Italian court says League party funds can be seized https://t.co/YJ3tcYtSSM via @Reuters https://t.co/v5XQ2BrSQF
35568                                                                                                                                @Kwatts7304 @CBSBigBrother @CBS @cbsallaccess Preach
35569                                                                                                                 RT @CHABUDDYGEEZY: Wery inspirational @Nike https://t.co/NDb3FtG4Vg
35570                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35571                                                                                                                             @NarcosNetflix @netflix Hire me https://t.co/NWKw5VM8zu
35572                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
35573                                         @TinTinAFC @facebook There are many. Just happened with me yesterday. I was watching a Netflix series on Karl Marx… https://t.co/ntN5YsEgoK
35574                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35575                                                                                                                                                                  @Tesco If you like
35576                                                   RT @jilbijou45: See what I m up to on @eBay! View my profile to see my favorite finds and more: https://t.co/qXZwOIRPOP via @eBay
35577                                                                                    @AUS10SPORTS @daryl_ei @Nike Making up a narrative about the 2nd amendment is very unpopular bud
35578                                                                                                                     RT @IanWright0: Yeah @Nike 💪🏾💪🏾💪🏾 https://t.co/Om2TUNnLYf
35579                                        RT @HeighwayKelly: #Gotham #GothamDeseversBetter #SaveGotham @FOXTV @warnerbrostv @netflix @hulu @TeamRobinTaylor @bslayer241 @GothamAddict…
35580                                                                                                                        RT @Joelpatrick1776: Fixed it @Nike. https://t.co/62gTq71nCN
35581                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35582                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35583                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35584                                         Kind of thinking of switching from @Xfinity and @comcast. I can never have working WiFi and their techs constantly… https://t.co/qYeYFC0mca
35585                                                        Check out Minnesota Golden Gopher Shirt Large Multi-Color Pullover Fleece Sweat  #Champion https://t.co/iXalkrtbiD via @eBay
35586                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35587                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35588                                         RT @Disney: Sometimes the most incredible superheroes come in the smallest sizes! Don’t miss this exclusive sneak peek featuring #JackJack…
35589                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35590                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35591                                                      RT @Reuters: Russians named in spy poisoning traveled widely in Europe: report https://t.co/i9NYjVCbUX https://t.co/9FpslV6RLt
35592                                        RT @28delayslater: The @Tesla Model Y will eat into luxury EV sales and put a major dent in sales of the @Honda CRV and @ToyotaMotorCorp RA…
35593                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35594                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35595                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35596                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35597                                         This is good and all but @Nike don’t be doing all this black history shit and you don’t give back to the community… https://t.co/cjlAqlIk4B
35598                                        RT @SKYRIDER4538: This makes perfect sense! Neither @Nike @nikestore @nikefootball @nikesportswear nor @Kaepernick7 really care about #Civi…
35599                                        RT @YagazieEmezi: I’m basically ready to shoot the next @Nike ad (in my usual style of unpolished grittiness lol). There’s a whole story to…
35600                                                                                                  @Nike sweatshop!!!  #JustDoItWalkAwayFromNike #NikeBoycott #IWillNeverBuyNikeAgain
35601                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35602                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35603                                        RT @jana_potts: @Kaepernick7 @Nike At what point @Nike did you decide it was a good idea to make @Kaepernick7 the poster child of sacrifice…
35604                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35605                                                     RT @dariosende: @NetflixLifee idk a little show called @ShadowhuntersTV idk if y’all heard about it #saveshadowhunters @netflix
35606                                                                                                                  @ZacksJerryRig @Apple cheapest apple product maybe? :D its like 7€
35607                                                                                                 RT @Notabovethelaw1: @CharlesMBlow @Nike Save the Republic! https://t.co/qJu3gz4vRb
35608                                                 @OzarksOzone So will they boycott the President? He is dividing the country and it’s values more than @Nike ever has.  #Snowflakes.
35609                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35610                                                                          Check out Gap Grey Cardigan Womens Medium Sweater Top NEW #Gap #Cardigan https://t.co/ZIlpu6nj0r via @eBay
35611                                        RT @georgejoseph94: SCOOP: With secret access to NYPD CCTV @IBM created software which tags people based on their skin tone + hair/clothing…
35612                                                                      RT @Reuters: North Korea's Kim says wants to denuclearize in Trump's first term: Seoul https://t.co/J9yTKnV7c4
35613                                         @quietlemming @Ali_g8tr @Nike Historically brown people have always kneeled in protest to social injustices! So no… https://t.co/vuJpxiH26c
35614                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35615                                                 RT @Reuters: Facebook removes Burmese translation feature after @Reuters report https://t.co/w9XR33vEpY $FB https://t.co/1V7ds9wmsT
35616                                                       Check out DOGS Kitchen Tea Dish Towel by Causeway Vintage Dog Lovers Towel Collectible EUC  https://t.co/PK9QTFFebz via @eBay
35617                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
35618                                        @Isabel1170 @BankofAmerica @CarringtonMS @SenWarren @MassAGO I have filed them in Massachusetts but they overlook t… https://t.co/bwa8UOxRZ7
35619                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35620                                                                                                            Watch @Nike be the only N word white people stop staying. 😂😂😂😂😂😅😅
35621                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35622                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35623                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35624                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35625                                         RT @Renee77713807: @GeneralClark @Nike @Kaepernick7 Standing is a sign of honor and respect.  Those in a courtroom stand when the judge or…
35626                                                            Check out NWOT CROFTON 4 PC PORCELAIN ICE CREAM BOWL/SPOON SET w/NWOT GOOD COOK SCOOP  https://t.co/2f20cNmmui via @eBay
35627                                        RT @CBSNews: IT'S OUT: @Nike just released the full Colin Kaepernick ad and the internet is buzzing over it https://t.co/g3KhxMaTcL https:/…
35628                                        RT @CBSNews: IT'S OUT: @Nike just released the full Colin Kaepernick ad and the internet is buzzing over it https://t.co/g3KhxMaTcL https:/…
35629                                Explore new skills for the Yext Knowledge Assistant &amp; new capabilities on @Facebook &amp; @Google as part of our Summer… https://t.co/otFQKRJvNK
35630                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35631                                        RT @maul_cosplay: Hey @netflix - I found Henry Cavill’s audition tape for the @witchergame series! #witcher #superman #netflix https://t.co…
35632                                        RT @johnp7: @AnySmallTownUSA @Isabel1170 @BankofAmerica @CarringtonMS @SenWarren My Judge allowed untimely robo stamped sjolander/meder not…
35633                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35634                                                          Check out ORIENTAL BOMBAY GLAZED PORCELAIN FOOTED DECORATIVE SERVING BOWL - White/Blue   https://t.co/WsgdcuIsaD via @eBay
35635                                                                                                                                       @manthasam3 @IGN @Disney @MarvelStudios What?
35636                                        RT @IISuperwomanII: People really out here destroying their @Nike products over the Kaepernick ad? What are you mad about? Peaceful protest…
35637                                        @quadritaofiq1 @Arvinderghai @Reuters You sure about that? Economy seems to disagree with you...same with Unemploym… https://t.co/dodw8nEAIY
35638                                                   Check out Vintage NFL San Diego Chargers Fitted Hat 2 Tone Blue/Yellow by Reebok 7 1/2  #REEBOK https://t.co/CA3bOaWfSD via @eBay
35639                                              @Samsung How can I get a Q series TV with a logo that lights up? Apparently according to your manual it's based on user's geolocation.
35640                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35641                                        RT @INCIndia: We welcome the steps taken by organisations like @facebook @Twitter and @Google to curb the menace of fake news in the electo…
35642                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35643                                         RT @Disney: Sometimes the most incredible superheroes come in the smallest sizes! Don’t miss this exclusive sneak peek featuring #JackJack…
35644                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35645                                                                           @EdKrassen @Nike It is because the athlete is African American and republicans (most of them) are Racists
35646                                                                              RT @AnimalJustice: BREAKING: Luxury fashion giant @Burberry ditches #fur! 🙌🦊 https://t.co/dI5GtiOMoJ
35647                                                                 @phase_xii @ConservativePTZ @Nike Love that dog. And since dogs love shoes as much as bones it’s a good expenditure
35648                                        @manthasam3 @IGN @Disney @MarvelStudios “Acknowledge their consumers”???  And firing James Gunn was a blessing afte… https://t.co/fuQSAGv86X
35649                                                                                                                                          @nicdasilva @netflix Omgosh yes!!!! 😆💕😆
35650                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35651                                       RT @GoldmanSachs: EPISODE 💯: “The three biggest [US tech] companies have a combined market capitalization of more than the entire annual GD…
35652                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35653                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35654                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35655                                        RT @INCIndia: We welcome the steps taken by organisations like @facebook @Twitter and @Google to curb the menace of fake news in the electo…
35656                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35657                                                  @shomaristone I applaud @Nike for this too! I talk about this on my show today during #TheJuice segment! #ShoutOut to @Kaepernick7
35658                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35659                                                                                              @BCaldwellUIS @darrenrovell @ApexMGAnalytics @CNN @Universal_Info @Nike Thank you sir.
35660                                    RT @RonNDee7: Check out Fabulous Floral Linear Earrings &amp; Ring Set Size 8 Free Shipping! #AvonJewelry https://t.co/vkjltOIRBR via @eBay #Fa…
35661                                                                                       @cayleighgriffin @Nike I dream of having dinner with you some night. Kinda crazy huh? 🤔 lol.
35662                                        @Miss_Tuffill @RSPOtweets @Nestle @PepsiCo @indofood The Huddersfield Business Show opens its doors on 27th Septemb… https://t.co/zVixYsPLsZ
35663                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35664                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35665                                    Hey @BestBuy maybe you should take notes from @TMobile &amp; care about customer service. After 2 calls I finally got t… https://t.co/en6IIjvjnw
35666                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35667                                                           RT @dom_detwiler: @donkeycoffee’s new Nitro Cocktail is amazing! You know what’s not amazing? Buying coffee at @Starbucks
35668                                                @LeeAnn3406 @B_loved_Knight @jb_wilson5 @cwarsing1970 @TitusONeilWWE @DrewOnTheRadio @Nike @MetroMinistries… https://t.co/KNeZXizcUH
35669                                          @amazon forces its employees to rely on #foodstamps in #USA whilst it pays no #taxes in #UK too and causing great… https://t.co/UWx0gwc2ck
35670                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35671                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
35672                                                             Check out Vintage Chinese Silk Iron with Solid Brass and Enamel Handle R75T1 #Chinese https://t.co/cLsVoPq96S via @eBay
35673                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
35674                                                           Check out Midirock leichte A-Linie cooles Druckmotiv Viskose Satin Betty Barclay 38 40  https://t.co/rddvyQgMSk via @eBay
35675                                                                                                                                     @nicdasilva @netflix Not in Canada yet darn it.
35676                                        RT @Joanna75004529: Could it be? Can you save 3rd show this year @netflix and can it be @DeceptionABC pleas?!?! #SaveDeception #SaveCameron…
35677                                                                                                                                       @simonwoodgate @easyJet @LNER In for repairs.
35678                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35679                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35680                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35681                                        RT @georgejoseph94: SCOOP: With secret access to NYPD CCTV @IBM created software which tags people based on their skin tone + hair/clothing…
35682                                                                          Check out Keris java Kris Indonesia Dagger Sword Tribal art Solid Metal  https://t.co/ZK9gPm3F5n via @eBay
35683                                                  RT @lilparisbabe: LOVING #jarlena!!!!! These scenes between them are what #days is about!! @carlivatiron @nbcdays @greg_meng @Sony
35684                                                                                                                                                     @nikkibenz @amazon Awesome 😂😄
35685                                        RT @MalecFicLibrary: Time to email @netflix again about the benefits of putting in the effort to fight CF and FF in order to save a groundb…
35686                                        RT @ConserValidity: WELL DONE: College of the Ozarks Drops Disgraceful America-Hating @Nike over Kaepernick Ad Campaign https://t.co/QxQ2zD…
35687                                                                                                        @Katemay100 @Nike i'm not too sure you realize how trademarks work..........
35688                                                                                       RT @NFLRT: When they find out @Ford supports NFL players' free speech https://t.co/hfkreEr4Vj
35689                                                                                            RT @TheJordanRachel: The new Nike campaign is the best advertising @adidas has ever had!
35690                                                                                                                                                    BIG  dick energy. Love you @Nike
35691                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35692                                                                                  @Bobbell00 @Ford Turns out glowing under the car is another Ford component setting itself on fire.
35693                                        RT @SKYRIDER4538: This makes perfect sense! Neither @Nike @nikestore @nikefootball @nikesportswear nor @Kaepernick7 really care about #Civi…
35694                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35695                                                                                                     @nicdasilva @netflix Season 6 is good but season 1 is without a doubt the best.
35696                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35697                                                              @Ryanair Hi can i please check if this applies to me ? I think it should but I haven’t had an email from yourselves 😊
35698                                                                               Anyone else having issues with @Google Assistant. I'v tried on 4g and WiFi... https://t.co/vVH7P9nhSl
35699                                                                                                   RT @StefVita: @seanhannity Never buying another @Nike product again. #BoycottNike
35700                                                          Check out Challenge Coin General Ts Togoo Medal Medallion Mongolian Armed Forces w Case  https://t.co/zuhny396y5 via @eBay
35701                                                                                            @oldroot07 @Jeannie2464 @DIRECTV @ATT maybe a haircut from this decade while she's at it
35702                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35703                                        RT @georgejoseph94: SCOOP: With secret access to NYPD CCTV @IBM created software which tags people based on their skin tone + hair/clothing…
35704                                        @Nike Instead of burning @nike shoes please give them to those who really need them... And stop advertising your ig… https://t.co/2qVr80VPpq
35705                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35706                                                            Check out Glittered Wooden #Halloween#Ornament~ Ghost with Candle~Vintage Card Image~  https://t.co/oiWhDIhc13 via @eBay
35707                                                                         RT @Reuters: Trump administration seeks to end agreement on child migrant detention https://t.co/RNmUH7POzv
35708                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35709                                                         Check out Patio Outdoor Rattan Sofa Couch Table Set Home Garden Furniture 7 Person Seats  https://t.co/fgxxRg0UXa via @eBay
35710                                                                                                                         RT @TheMbuhari: Thanks @Nike ✅✅✅ https://t.co/NebFDVSJ17
35711                                                                                                                                             @whoadiebrees @Nike please. Just Do It.
35712                                                                                                                                                @netflix  can you add fat albert  on
35713                                                                                            RT @Reuters: U.S. weekly jobless claims drop to near 49-year low https://t.co/LOYnvFdW4t
35714                                         RT @DapsDraws: Salute to the marketing team at @Nike for this response to the recent “boycott” of their brilliant Ad campaign. Glad to see…
35715                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35716                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
35717                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35718                                     @Nestle @PepsiCo and @RSPOtweets. They need to cut ties with exploitation #palmoil company @Indofood &gt; found guilty… https://t.co/yaMaTCc97N
35719                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35720                                                       Check out Outdoor Patio Rattan Wicker Furniture 7 Piece Set Coffee Table W/ 6 Person Seats  https://t.co/ypig40uUN6 via @eBay
35721                                        RT @CBSNews: IT'S OUT: @Nike just released the full Colin Kaepernick ad and the internet is buzzing over it https://t.co/g3KhxMaTcL https:/…
35722                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
35723                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35724                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/M34Q2wCa3O
35725                                     Sinister #palmoil company @Indofood exploits workers. I want @RSPOtweets to kick the rogue company - and @Nestle &amp;… https://t.co/jPBr7cMgNa
35726                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35727                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35728                                             @JW63440161 @theihateshirts @The_Trump_Train @Nike @realDonaldTrump @seanhannity @TuckerCarlson @TruthFeedNews… https://t.co/VyKFlPy0d3
35729                                                                               RT @PretendLouHoltz: Sho excithed to announsh my new endorshmenth with @Nike! https://t.co/5Zz8AFlVH4
35730                                                                               RT @Reuters: Gunman wounds several at Cincinnati bank; suspect shot by police https://t.co/80G6ZPtS3X
35731                                        RT @CGasparino: SCOOP: @CBS brd consulted w executive search firm for long-term Moonves replacement unlikely Joe Ianniello is long-term rep…
35732                                        RT @Sanity_3: Hey @Reuters Yo India so patriarchal that this women duo represented us in 2+2 dialogues and signed one of the most strategic…
35733                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
35734                                            Want a clear conscience while tucking into your @Nestle @PepsiCo &amp; @KFC? Then first tell palm oil regulator… https://t.co/6wo4BV49Vq
35735                                                                                          @Nike I fell for the tweet because of the person speaking.. Powerful persona and charisma.
35736                                                                  Check out Wood Arrowhead Shaped Wall Hanging with Deer and Pine Trees 3D by Jud  https://t.co/gh98w5snbK via @eBay
35737                                                                                                                      you failed @Apple my nigga still alive https://t.co/PgSSNhPrT5
35738                                                                                            RT @Reuters: U.S. weekly jobless claims drop to near 49-year low https://t.co/LOYnvFdW4t
35739                                         RT @Reuters: North Korean leader Kim Jong Un says he wants to denuclearize the Korean peninsula during U.S. President Donald Trump’s first…
35740                                                                                               @Fartrel_cluggin @LeVeonBell @Nike Or you could donate it to someone who needs it....
35741                                                                  Kudos to @Nike for their brilliant ad campaign and their courage. You are  on time and may you continue to push on
35742                                                                       I am glad @Nike is taking responsibility of this whole kneeling mess and making a statement for equal rights.
35743                                         @RobertIger @AspenInstitute Really? Let's just hope the higher employees of @Disney learn how stupid it is to give… https://t.co/89jeFTg82f
35744                                                                                                           Starbucks in Rockford literally disappoints me every time I go @Starbucks
35745                                        @carolcarol92 @Loeybug @MatthewSantoro @McDonalds You can order your food however you want it. When I worked there.… https://t.co/C6viR10F8v
35746                                                 @reeses @amazon C. Reeses and your Mouth #NotSorry #sweepstakes I'd love to win been trying so hard💜💜💜💜💜💜😍💜💜💜💜💜😍😍😍😍
35747                                        RT @TAPAlerts: BREAKING NEWS: @Ford says it stands by NFL players and believes they have a right to protest and that this right should be r…
35748                                        Fuck #wellsfargo @WellsFargo fuck u bitch ass fuck hoe dick sucking from the back dirty dick no washing  squirrelli… https://t.co/9Go1EavHb7
35749                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35750                                                                                              @bibhasdn @Apple Is that adapter a good one? Coz USB-C is hard https://t.co/5sSBHrLOvO
35751                                                                                                               @adidasFballUS @adidas Look at all of the Angry crackers in here. Lol
35752                                        RT @TAPAlerts: BREAKING NEWS: @Ford says it stands by NFL players and believes they have a right to protest and that this right should be r…
35753                                                                                                                         RT @TheMbuhari: Thanks @Nike ✅✅✅ https://t.co/NebFDVSJ17
35754                                                      RT @JohnLegere: @AdaLex21 @KathleenLights1 Definitely @TMobile!! Email me and I'll help you switch :) john.legere@t-mobile.com
35755                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35756                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35757                                        RT @Reuters: EXCLUSIVE: Right-wing sites swamp Sweden with 'junk news' in tight election race https://t.co/DwXClROB9n https://t.co/1eigAp38…
35758                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35759                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35760                                                                                       RT @NFLRT: When they find out @Ford supports NFL players' free speech https://t.co/hfkreEr4Vj
35761                                                                                                      @EdKrassen @LavonneAnn81 @Nike It’s still alive on the left. #WeAreThePatriots
35762                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35763                                        @alteratyeshiva @Nike Dude. You’re an embarrassment. Delete this. You’re making you and your Yeshiva look *bad.* Ch… https://t.co/JD90ZWiA3l
35764                                                                                  RT @David321to74: Check out Chris Rea The Road To Hell  CD 9 24276-2 https://t.co/gcmRAPDvHa @eBay
35765                                        RT @IISuperwomanII: People really out here destroying their @Nike products over the Kaepernick ad? What are you mad about? Peaceful protest…
35766                                                                                         RT @Nike: Don’t become the best basketball player on the planet. Be bigger than basketball.
35767                                                          Check out Under Armor Compression Heatgear XL USMC honor courage commitment #Underarmour https://t.co/szEvvwMH9a via @eBay
35768                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35769                                                                         RT @Reuters: Trump administration seeks to end agreement on child migrant detention https://t.co/RNmUH7POzv
35770                                                                                                                               @amazon does prime no longer mean two day shipping???
35771                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35772                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35773                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35774                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
35775                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35776                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35777                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35778                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35779                                                                                                                                                              Slaying the game @Nike
35780                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35781                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35782                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35783                                                                                                                                                                @Tesco Thank you!!!!
35784                                        RT @lisamadiara12: @DanLewisFW @chadpradelli @BMW Admin assistants and part time/basically unemployed carpenters likely do not just have 20…
35785                                                                                                  You Just Don't Know by Kai Storm #readabookday https://t.co/eaL68clkB8 via @amazon
35786                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35787                                           RT @ShumDarioNews: For Malec. #PickUpShadowhunters #SaveShadowhunters @netflix @FreeformTV @shadowhuntersTV @hulu https://t.co/C56AGmeYOl
35788                                                                                                                      @reeses @amazon C. Reese's and my mouth #NotSorry #Sweepstakes
35789                                                    Kenapa ye jadi macam ni? // Why i cant? How can i fix that? @MyAppleDotMy @Apple @AppleSupport @augdotmy https://t.co/ZvpZQllHez
35790                                                                                                                                        @NatureCutsTags @amazon This is pretty cool!
35791                                                                                                                                   @IndivisibleNet @Ford Did they have to say stand?
35792                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35793                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35794                                                                                   Finally got my Netflix dvds (: can’t wait to watch the movies 💕 @netflix https://t.co/Onpx69yxi1
35795                                                                                                                                       RT @young_roddy: Putting my @Nike on today 💯
35796                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35797                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35798                                        RT @LordDorndigaffe: @_AnnieWilson @Kaepernick7 @Nike Retired military. My first five years were spent staring down the Soviets. I put my a…
35799                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35800                                                                                                                                                       @Brownlie4 @Ford ahhhh gotcha
35801                                                                          PSA: @Nike doesn’t care if you burn or cut up the shoes you already paid them for. https://t.co/6Z4ZeTeVw6
35802                                            Hey @RSPOtweets and @Nestle @PepsiCo! I don’t like the taste of EXPLOITATION in my snacks and soft drinks. Kick… https://t.co/136lmSRZCR
35803                                                                                                   @ShumDarioNews @netflix @FreeformTV @ShadowhuntersTV @hulu Love MAgnus's smile ^^
35804                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35805                                         @DrMartyFox @Nike If you walk away from a $14.5 million dollar contract because your greedy and wanted more how is… https://t.co/zCh25ZYyl2
35806                                               RT @coachtrotter81: Can't believe Nike would do such a thing. @Nike @Kaepernick7 #fire #JustDoIt #BoycottNike https://t.co/otqcS49AMu
35807                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
35808                                                                Check out New South Wales #99 (A39) FVF USED - 1897 2p Victoria - Post Office 587  https://t.co/dCVql48vf7 via @eBay
35809                                         @seangates @ebay_ui @eBay @pcanella @dylan_piercey @MarkoDevTeam @psteeleidem In related news from yesterday about… https://t.co/g6wJ7uMtbg
35810                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35811                                        RT @rabiasquared: I just want @Nike to know I AM WIDE OPEN for sponsorships. No I am not an athlete but the world could find inspiration in…
35812                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35813                                                                                                       @Reuters @SenKamalaHarris perfectly grilled him. Bravo Senator Kamala Harris.
35814                                                                    RT @Reuters: Japan nuclear plant's power restored after quake triggers Hokkaido blackout https://t.co/jQMx3XryeZ
35815                                                                                                            @thehill Oh. I’m. Shocked. @KingJames has a lifetime contract with @Nike
35816                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35817                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35818                                                                                          Y’all had me fcked up but it’s cool cuz I got that refund! @amazon https://t.co/LnbtJZi8dD
35819                                                                                           @dazzz0753 @LauraLoomer @ThatTrumpGuy @realDonaldTrump @jack @facebook Banned at Facebook
35820                                        @andyrwallace @Reuters You disgust me too without knowing everything anyhow you can say like this. Did they investi… https://t.co/O1XM1m1TfC
35821                                                                                    RT @IsSharonHomeYet: New @Nike ad narrated by @Kaepernick7 #welldonenike https://t.co/d25QFJkDfT
35822                                                       Check out YOGA-VICTORIA GARCIA DRAGO: BEYOND THE BASICS /MAS ALLA DE LO BASICO FITNESS DVD  https://t.co/wT47ovg71G via @eBay
35823                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35824                                                               RT @Reuters: Burberry ends bonfire of the luxuries after waste outcry https://t.co/JCyZgbQ8Jy https://t.co/yuUX9YfouI
35825                                        RT @Reuters: World's largest offshore wind farm opens off the northwest coast of England https://t.co/9czSiphq0F via @ReutersTV https://t.c…
35826                                        @UrbanDevelmtGrp @waynemorgan200 @IndivisibleNet @Ford We will take any voice we can get as long as it leans toward… https://t.co/y0X1Bs7elH
35827                                                                        RT @Reuters: Trump plan to detain immigrant children indefinitely 'inhumane': Pelosi https://t.co/34X61aitQY
35828                                         RT @DapsDraws: Salute to the marketing team at @Nike for this response to the recent “boycott” of their brilliant Ad campaign. Glad to see…
35829                                                                 Let's Start This Season Off Right #ChiTown #DaBears #BearDown #SoldierField #WindyCity @Mtrubisky10 #JustDoIt @Nike
35830                                                                                                   @Starbucks do your magic and pull me from this brain fog! https://t.co/Wt4gT29V6f
35831                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35832                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35833                                        RT @ChrisSalcedoTX: Widow of an American patriot schools anti-American execs at @Nike on what REAL sacrifice is. #SalcedoStorm https://t.co…
35834                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
35835                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35836                                                                                                 This @Nike situation don’t affect me either way... I’m a @PUMA fan regardless 🤷🏾‍♂️
35837                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35838                                                                                                                                           RT @Sophia08178007: @ASOS Whats is a DM ?
35839                                                                  RT @Billy1161: Check out Retro vintage Pewter Celtic Cross W/ Stones In Original Box https://t.co/viGkGcrp0R @eBay
35840                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35841                                                                                 @jon15480220 anything is better   @diadora  @adidas @PUMA @reebok  @lacoste just please #boycotnike
35842                                        RT @georgejoseph94: SCOOP: With secret access to NYPD CCTV @IBM created software which tags people based on their skin tone + hair/clothing…
35843                                        RT @llouiser: @LethalWeaponWC @fletch_teresa @FOXTV @WarnerBrosEnt @Microsoft @Ford @Honda @CocaColaCo @ATTCares @Arbys @CCforeverRiggs @Le…
35844                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35845                                                                                 RT @Disney: Big adventures call for the big screen: https://t.co/oiNHum3hkj https://t.co/pnIfoyxv3I
35846                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35847                                        RT @SBelle1950: @Nike You have it all wrong. The word sacrifice for something you believe in is written on the picture of each person who r…
35848                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35849                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35850                                        Join @MitsubishiHVAC and @Oracle for this live webcast and learn how to accelerate your pace of innovation by compl… https://t.co/aG644CzHaN
35851                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35852                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35853                                                                                                       @ChanceMHeath @Nike @UnderArmour stick to under armor https://t.co/47UasbMfG7
35854                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35855                                                                                                             @reeses @amazon B. Peanut Butter &amp; Chocolate #NotSorry #Sweepstakes
35856                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35857                                                                                                                         RT @ambercisner0s: thanks @Nike :-) https://t.co/gj2zFbXU8k
35858                                                                                                                         RT @ambercisner0s: thanks @Nike :-) https://t.co/gj2zFbXU8k
35859                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35860                                                                          @Nike is Anti-American 1% who would do ANYTHING for a buck!  These are corporations #Demwits live to hate!
35861                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
35862                                             @ContentTBA @Google @gmail My comment was directed to @GOOGLE -- it's actually a warning to people about their… https://t.co/qbbtQd79Le
35863                                        @DrRickyLJones @courierjournal @USATODAY @Kaepernick7 @Nike You always give us the facts and history of a situation… https://t.co/l3yPTDpazp
35864                                        @Pamarvelously @m_stephens1961 @Nike A racist anti-american Muslim?  Twice as many whites are killed by police desp… https://t.co/uyAO2fxAbz
35865                                                 Check out Alfred Dunner Womens Multi Color Floral Shirt Top Size 16 #AlfredDunner #Blouse #Casual https://t.co/KfOeoC2GNZ via @eBay
35866                                                                             KURT VONNEGUT BAGOMBO SNUFF BOX UNCORRECTED PROOF 1st Edition Scarce  https://t.co/BjpFDBCU5t via @eBay
35867                                        RT @kcscloset14ebay: Check out NEW RAE DUNN 2 Set Thanksgiving Thankful For Pie Who Brought The Pie Plates https://t.co/scmWrrJOTf @eBay #p…
35868                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35869                                        RT @Reuters: Senator Kamala Harris challenges Brett Kavanaugh on whether he discussed Mueller investigation. Watch day three of the hearing…
35870                                        Why is everybody so mad at @Nike and @Kaepernick7 I love the message there both pushing it couldn’t be a better mes… https://t.co/zOANGZ33RQ
35871                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35872                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35873                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35874                                                             RT @Reuters: Kavanaugh grilled on leaked Roe v. Wade email. Watch live: https://t.co/TClD9BXmc1 https://t.co/sa4taDm9F7
35875                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
35876                                                                             Check out Analog Science Fiction Science Fact Magazine November 1984  https://t.co/CLXghryCAs via @eBay
35877                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35878                                                                                                                   @PlayStation @Sony #BEGREATER DOES IT MEAN #MAGA? Did I Win?? YES
35879                                        RT @Cubs: Here’s the El Mago shirt you voted on (presented by @Mastercard). Make sure to get yours September 10! https://t.co/z9BRR8bbL4 #C…
35880                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
35881                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35882                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35883                                        RT @Miss_Metra: @adidas iMODEL BRANDS #Upcoming #iModelBrands  UP COMING ACT #Fashion  NEWFACE NEWERA #Modeling #clothingbrand NEWWAVE http…
35884                                        @Nike I am sure you guys are getting a lot of HATE calls about choosing sides. I am just here to tell everyone in y… https://t.co/t8fDBVXi8n
35885                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
35886                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35887                                         RT @HSIUKorg: FUR VICTORY! We are delighted at the news today that iconic British fashion label @Burberry has pledged to ditch #fur and go…
35888                                                                                                                       @reeses @amazon REESE'S IN MY MOUTH!!! #NotSorry #sweepstakes
35889                                                                   @RealThomasPine @Jerzygma @Nike  is made using Slave child labor in countries with zero human rights. #JustDumpIt
35890                                        This entire thread is awesome to see our guys in active and reserve Military all rocking @Nike Boots.  So instead o… https://t.co/eaaNZaN6ft
35891                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35892                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35893                                                                                                                           RT @JohnDeere: Always race ready! https://t.co/gDzga4hGev
35894                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35895                                                                                                                                   I support @Kaepernick7 @Nike 👏🏽👏🏽👏🏽👏🏽👏🏽
35896                                        RT @Reuters: BREAKING: U.S. Treasury says sanctioned North Korean computer programmer Park Jin Kyok was responsible for cyber attacks again…
35897                                                                                                                   @F150SuperSnake @Tolltac @Nike People still in line at subway tho
35898                                                                                   @ConservaPeach @YoungWaxGod @marklutchman @Nike Agreed.  Pedophiles should be publicly hanged imo
35899                                                                                         RT @Nike: Don’t become the best basketball player on the planet. Be bigger than basketball.
35900                                                                                               @D_Booth7 @Nike @D_Booth7 - perhaps you should just take a knee and sit this one out.
35901                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35902                                                              @Catchin24 @Nike I’m proud of your morales and high standards for all equality. I’ll stand or kneel with you anytime ❤️
35903                                                                                                                      Check out my listing @eBay - https://t.co/3gLe48A9QG via @eBay
35904                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35905                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35906                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35907                                        @seewhatsnext @netflix I read that Shane Black  @BonafideBlack will be doing a movie with you guys. If you could ma… https://t.co/PSdeJWYM5d
35908                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35909                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35910                                                               Great article here from @productschool talking with the PM from @amazon - Well worth a read.… https://t.co/HAD80PsswP
35911                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35912                                                                          RT @Reuters: House Speaker says he has understanding with Trump to fund government https://t.co/HOIIL7PIOj
35913                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
35914                                                                                            @ZAKtalksTECH @amazon Not an affiliate but here is the exact one https://t.co/zTS8sUcO7E
35915                                                                                                  RT @DuckworthTDE: Kendrick for @Nike shot by Justin James. https://t.co/iaRQPJ9Wdg
35916                                                                                                                        RT @Joelpatrick1776: Fixed it @Nike. https://t.co/62gTq71nCN
35917                                                                            Thanks @Audi @NorwichAudi for a smooth &amp; easy car service. Someone’s happy!! https://t.co/rOeq1dZGHI
35918                                                   Check out 1ct. Bezel Set Round Garnet Solitaire Gold Plated 925 Sterling Silver Ring #Solitaire https://t.co/fWXVxQFk9t via @eBay
35919                                                                                                     RT @NineLineApparel: #Honoring the #right people. @Nike https://t.co/ixcg6got17
35920                                                                      Check out Spalding Inflation Needles - 3 pack - 6 Needles Total -  #Spalding https://t.co/1iGaYEC5LA via @eBay
35921                                                                        @netflix  is it too much to consider adding Family Matters❤️ the 90’s kids miss it 😭 https://t.co/hhDNU7Bh57
35922                                                                                               Punk Make Music Great Again T Shirt Pyles Apparel https://t.co/dMj94bPmq0 via @amazon
35923                                                                                @AlSharptonXXXXL @MarkDice @Nike Triggered and cant shutup go make me a sandwich and stop projecting
35924                                                                                                I just bought: Pipedream Extreme F*** My Big A** via @amazon https://t.co/2UiFrt47IY
35925                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
35926                                                                                           @madebygoogle @Google how come my #googlehomemini has an American accent all of a sudden?
35927                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35928                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35929                                        RT @DavidSpade: You guys if you haven’t checked out Father of the Year on @netflix do it today. Thanks for making is huge. It’s starting so…
35930                                                                   See what I m up to on @eBay! View my profile to see my favorite finds and more: https://t.co/3ihLOHCOdt via @eBay
35931                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35932                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35933                                                                                                                              @Kaepernick7 @Nike I need a KaeperNIKE T-shirt ASAP!!!
35934                                        RT @Reuters: BREAKING: U.S. Treasury says sanctioned North Korean computer programmer Park Jin Kyok was responsible for cyber attacks again…
35935                                        @TyMurphy @_Tyler65 @McNuge4lyfe @D_Booth7 @Nike I am begging you to read into Nazi Germany and the causes of the r… https://t.co/jbkW82UAcN
35936                                        @nick_shits @Babyblack1977 @sclancy79 @NFL @Nike Loose analogy: If u had a child who was seriously troubled; tenden… https://t.co/vgBxEJ7gfN
35937                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35938                                                                                                                         @ATT Will Hillsboro Oregon eventually be an area for fiber?
35939                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35940                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35941                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35942                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35943                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35944                                                                                                                         RT @TheMbuhari: Thanks @Nike ✅✅✅ https://t.co/NebFDVSJ17
35945                                                              Check out Antique 19th C Chinese Swatow Pewter Box Ink or Tea Caddy with Characters  https://t.co/MmvMDt5Ph0 via @eBay
35946                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35947                                                                                                               @kadanke1 @IndivisibleNet @Ford What do you do for them (interested)?
35948                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35949                                                                                                     @aliciakeys @Kaepernick7 @Nike @serenawilliams @nessnitty Way to go.....yeah. .
35950                                                                        RT @OGDannyOcean: Still tippin through the Galleria @Nike @footlocker #AirMaxOrigins https://t.co/7jiDZM5AUG
35951                                                                                       @Nike @BanasKaitlyn Apprently respecting the flag is too big a dream to hope for Americans...
35952                                        RT @Reuters: BREAKING: U.S. Treasury says sanctioned North Korean computer programmer Park Jin Kyok was responsible for cyber attacks again…
35953                                                               @AshaRangappa_ @MollyMcKew @Walmart This person used to work for Walmart as a Top Executive:… https://t.co/NkfmujgqeV
35954                                                                          Check out Nike Zoom Rival S 8 Track Shoes Men's Running Spikes Black Size 13 https://t.co/GesThR9HbB @eBay
35955                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
35956                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
35957                                        How effective is @Google for Jobs?  https://t.co/zX6Ns6DVn3 #GoogleforJobs #recruitment #employerbranding #marketing https://t.co/TaENIgCK6d
35958                                                                                               @MaxPreps @McDonalds @Whataburger @JackBox @WhiteCastle @DennysDiner Steak and Shake?
35959                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
35960                                                                       Check out Sterling Silver Dangling Heart 17g Pierced Earrings   CAT RESCUE  https://t.co/asA38Msiya via @eBay
35961                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35962                                        RT @JarrettStepman: 6 key moments from social media hearings featuring @facebook 's Sheryl Sandberg and Twitter's @jack https://t.co/dTHY4M…
35963                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35964                                                                        RT @OGDannyOcean: Still tippin through the Galleria @Nike @footlocker #AirMaxOrigins https://t.co/7jiDZM5AUG
35965                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35966                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35967                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
35968                                        @0sinister0 @ATT I just tested with one of my friends and got their MMS right away. I'll be testing with others sho… https://t.co/Bggj6rmJcl
35969                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
35970                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35971                                                 RT @LEGO_Group: Make sure you have your nose stuck in a book! 😉 It’s #ReadABookDay. 📚 #LEGODisney @Disney https://t.co/gT1kpmWcWi
35972                                                        Check out Jessica Rabbit Costume Bodysuit Red Purple Gloves Halloween Theme Party Sequin   https://t.co/rL0VwETqkT via @eBay
35973                                         RT @pepsi: The #RoadToGameDay starts now. Celebrate all season long with a bobblehead of your favorite player—available now on #PepsiStuff…
35974                                                                                                                                      @Nike here’s another ad writing itself for you
35975                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35976                                                                                      RT @DogVills: I Love My Deaf Dog T-Shirt Dogvills T-Shirts https://t.co/ZnGnn23NsY via @amazon
35977                                        RT @ZibblesSez: With @SirPatStew returning to our screens as #JeanLucPicard and @CBS working to bring more @StarTrek to our screens after t…
35978                                        @ColbyCovMMA @MMARoasted @Nike @Kaepernick7 Remember when my cousin Lingo slapped the shit out of you at Fargo. You… https://t.co/zkj89rGaN2
35979                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35980                                                                      RT @Reuters: North Korea's Kim says wants to denuclearize in Trump's first term: Seoul https://t.co/J9yTKnV7c4
35981                                                  Check out Vintage Chinese Asian Floral Flower Unique Station Sterling Silver Bracelet  #Handmade https://t.co/1Br12nvpQ2 via @eBay
35982                                        SureID @SureID announces new partnership with @UPS and Inquiries Inc for better fingerprinting experiences nationwi… https://t.co/qaDp9bRHST
35983                                                                                                                                                                    @Nike smashed it
35984                                                            RT @Disney: #MickeyMouse concept art from the heart of Disney: https://t.co/alyTVVQhmR #Mickey90 https://t.co/ALZlZNFwXc
35985                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
35986                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
35987                                        RT @RBurlinson: Check out 2 x Tribal Hawk Eagle Bonnet L + R Side Attacking Claws Vinyl Decal Sticker 61 https://t.co/amL6vrxmgm @eBay #gif…
35988                                                                                                                            @Nike Well done Nike. Your new ad has won you a convert.
35989                                                        Check out Red Roses White Lily of the Valley Handkerchief Red White Vintage Hankie Hanky   https://t.co/yJu8IQkh0c via @eBay
35990                                        RT @IceyAsma: RT if you want @netflix to adapt a romcom of WHEN DIMPLE MET RISHI by Sandhya Menon: A super cute young adult novel with ador…
35991                                                                                                                                               @Nike @realDonaldTrump JUST FUCK YOU!
35992                                         RT @shannoncoulter: I just unblocked the @Nike and @Ford Twitter handles from the #BlockParty500 list because they're putting their brands…
35993                                               RT @sinkspur: @johnrich @Nike I'm hoping Ford puts Kaepernick in an F-150 commercial so we can watch some whackadoo torch his pickup.
35994                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
35995                                        RT @Chevron: We're working with #IoT @Microsoft to help us enable equipment that can predict exactly when it will need to be serviced in ou…
35996                                             Check out Nestle's Hot Chocolate Tin + 3 Semi Sweet Bar Wrappers Toll House Cookies #Nestles #auction https://t.co/0N3nvhThS8 via @eBay
35997                                        RT @RonMarkezich: Take a behind the scenes look at how @Microsoft #IT pros rolled out @MicrosoftTeams to ensure it worked well with existin…
35998                                                                    Melania Trump Says Writer Of New York Times Op-Ed Is 'Sabotaging' The Country https://t.co/qxp7TSi5fY via @Yahoo
35999                                                                                    Damn! Looks like I’m getting a @Ford to go with my @harleydavidson! Well Done People! Well Done!
36000                                                                                      Check out Iron Man Design Drawings Movie Poster Kraft Paper  https://t.co/wUHY9mlAVF via @eBay
36001                                         @arichpark @sdcheck3 @Nike @Kaepernick7 40K FOOT VIEW: MORE THAN JUST SHOES and JEANS at STAKE in the TRADE TARIFF… https://t.co/bLogQHAjFF
36002                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36003                                         RT @shannoncoulter: I just unblocked the @Nike and @Ford Twitter handles from the #BlockParty500 list because they're putting their brands…
36004                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36005                                                       Check out Huge VTG-Now Jewelry Lot 925 Sterling Silver Gemstones Rhinestones Pearls Signed  https://t.co/yWB3szKBDG via @eBay
36006                                        I am officially off my boycott just so I can watch this tonight! Thanks @Nike . @NFL you should thank Nike for boos… https://t.co/XxUp9VkGFR
36007                                         RT @HSIUKorg: FUR VICTORY! We are delighted at the news today that iconic British fashion label @Burberry has pledged to ditch #fur and go…
36008                                                                                                                      Check out my listing @eBay - https://t.co/VPX02FF4Ot via @eBay
36009                                                                                                                  @reeses @amazon C. Reese's in your mouth 😋 #NotSorry #Sweepstakes
36010                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36011                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36012                                                                              Check out Havalon Knives HAV-XTC-60AEDGE Piranta-EDGE #HavalonKnives https://t.co/LaEFxvWFPR via @eBay
36013                                                        Check out 1ctw Round Cut Diamond Women's Unique Solitaire Drop Earrings 14K White Gold Fn  https://t.co/3XN2ygxWFu via @eBay
36014                                        RT @maul_cosplay: Hey @netflix - I found Henry Cavill’s audition tape for the @witchergame series! #witcher #superman #netflix https://t.co…
36015                                                                                @matthewwalzer24 Thank you! Thank you! Thank you! I’ll follow you. My @Nike ‘s have changed my life!
36016                                                                                                                   @Nike What exactly did @Kaepernick7 sacrifice ? #AskingForAFriend
36017                                        @Nike - Thanks Nike! YOU have just helped me make my decision to not watch the NFL and/or own anything with your lo… https://t.co/zkSB10y1wc
36018                                                   RT @jewelrywiz: Check out Amethyst and Pink Tourmaline cushion cut  Ring  size 9 Natural untreated  https://t.co/jrtNJYeMtt @eBay
36019                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36020                                                         Check out CITIZENS OF HUMANITY Avedon Ultra Skinny Denim Jeans Ink Dark Blue 25 $238 #31  https://t.co/YmlXwkrhL6 via @eBay
36021                                                         RT @SinceEighty: All these @Nike memes are cracking me up #JustDoIt  .. this is one of my faves lol https://t.co/quYfPTzEGb
36022                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36023                                           RT @2018MAGAMidTrmT: @Nike @nikestore @nikefootball 🇺🇸🇺🇸🙏🕊️⚖️🇮🇱⚔️🚨✝️ @Kaepernick7 THIS is why WE stand 4 the National Anthem! This is a US…
36024                                                                                                                                                             @Starbucks YASS! 😂🙌🏻
36025                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36026                                        @amazon #DeathAmazon #CyberSecureYourSpaceWorldGlobalInternet YOU must inform THE PEOPLE regarding a new economic s… https://t.co/0To6uKn3az
36027                                                                                                                   @LAIreland #BlackPanther is available for streaming on @netflix!!
36028                                        RT @georgejoseph94: SCOOP: With secret access to NYPD CCTV @IBM created software which tags people based on their skin tone + hair/clothing…
36029                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36030                                        RT @setimmins: Thank you Michelle Yeoh! Hey @Disney @RobertIger yet ANOTHER person (who also worked with @JamesGunn) is standing up for him…
36031                                       RT @RightSideSkirt: Don’t watch @NFL tonight since they are running @Nike Colon Cleanse ad - watch Trump Rally Instead! 👇 #trumpNOTthugs ht…
36032                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36033                                                                                                                              You are absolute savages @Nike https://t.co/ZMJ82faIJZ
36034                                                                               RT @PretendLouHoltz: Sho excithed to announsh my new endorshmenth with @Nike! https://t.co/5Zz8AFlVH4
36035                                    RT @DeadlineDominic: Another #NYCC EXCLU as @CBS are bringing an anniversary celebrating #Charmed + #SEALTeam star &amp; confab royalty @David_…
36036                                                        I just want everyone to know that oracles download site is slower than Microsoft's download service. GET IT TOGETHER @Oracle
36037                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36038                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/q94bbBSyHq
36039                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36040                                                                                         RT @Nike: Don’t become the best basketball player on the planet. Be bigger than basketball.
36041                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
36042                                                                                 RT @Reuters: Syrian PM Khamis says Idlib will 'soon' be under state control https://t.co/2b4TBnf5Qc
36043                                         Is the @Nike anniversary ad a PR success or PR fumble? What do you think? A few tips for business leaders today in… https://t.co/bi4nRRX405
36044                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36045                                                                                                                 RT @CHABUDDYGEEZY: Wery inspirational @Nike https://t.co/NDb3FtG4Vg
36046                                        RT @vitty_n_gobo: @UrbanDevelmtGrp @thegreyestson @waynemorgan200 @IndivisibleNet @Ford But now you know about it... maybe if the pos in of…
36047                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36048                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36049                                                           RT @Chainbody: my toesies have been super cold but i will never surrender to u @Nike @Kaepernick7 https://t.co/gBVP7sgEsS
36050                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36051                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36052                                                                    Sweatshirts to Knit and Crochet Leisure Arts Leaflet 103 #LeisureArts #Pattern https://t.co/2hmgJxRD1Y via @eBay
36053                                                                                                                      Check out my listing @eBay - https://t.co/ouvSURX6j0 via @eBay
36054                                        RT @INCIndia: We welcome the steps taken by organisations like @facebook @Twitter and @Google to curb the menace of fake news in the electo…
36055                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36056                                                                                                                        Check out Imbolg wall art  https://t.co/yrODVPQ3Uv via @eBay
36057                                                                                                                     RT @IanWright0: Yeah @Nike 💪🏾💪🏾💪🏾 https://t.co/Om2TUNnLYf
36058                                                                      I will never get over this night honestly! Our Vietnam hotel... @bookingcom vs reality https://t.co/uIpva1H8LG
36059                                                                 Check out Vintage Chalkware Wall Plaque Boxed Warren Art Clock Mid Century Boss   https://t.co/h5c3R5K2XI via @eBay
36060                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36061                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
36062                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36063                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
36064                                                                                                  RT @DuckworthTDE: Kendrick for @Nike shot by Justin James. https://t.co/iaRQPJ9Wdg
36065                                        RT @ShotsRangOut: @farlanewastaken @ryanpro02 @Nike @NahBabyNah @No_Liberal_Tex @DrSueDVM @jstines3 @SouthwellLeigh @RealDryHeat115 @THETXE…
36066                                        @UrbanDevelmtGrp @vitty_n_gobo @thegreyestson @waynemorgan200 @IndivisibleNet @Ford Didn’t he raise money for the c… https://t.co/yShlBThiPo
36067                                                                                                           RT @bobjohnaw: @manny_ottawa @Kaepernick7 @Nike your getting shadowbanned
36068                                                                        Check out Lululemon black &amp; white geometric tank top size 6 #Lululemon https://t.co/KuYlNeL1V5 via @eBay
36069                                                                                 RT @Reuters: Syrian PM Khamis says Idlib will 'soon' be under state control https://t.co/2b4TBnf5Qc
36070                                                                   Check out IRO leather moto Vika stone gray jacket size 40 US 8 #IRO #Motorcycle https://t.co/fhjr5mVIrt via @eBay
36071                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
36072                                                                                                         @reeses @amazon I say B! Peanut butter with chocolate in the middle!!!! Yum
36073                                    RT @ncatsuaggies: #GoodNews: #NCAT is collaborating with @ATT to provide AT&amp;T employees access to online master’s programs. #AggiesCollabor…
36074                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36075                                                             BEAUTIFUL CROCHET TUNIC DRESS TOP HANDMADE BOHEMIAN STYLE FASHION NEW SALE  #Handmade https://t.co/82li6JUzyE via @eBay
36076                                        RT @stecklow: Fallout from the @Reuters Facebook/Myanmar probe: Facebook removes Burmese translation feature after Reuters report https://t…
36077                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36078                                        @JimCarrey @Nike Love your colour (in case you forgot the Canadian way) by numbers. Still trying to stay relevant i… https://t.co/ZPnWjpJ0Cl
36079                                                                                                  I went into a @Nike store in Paris and white people in there shopping #NikeBoycott
36080                                        @Nike I love this! Would you be willing to make @Nike ponchos too? That would really piss people off and I would lo… https://t.co/r2hqsaaACx
36081                                            RT @coolstuff2cheap: Check out NEW The Walking Dead Compendium two AMC TV Shows Graphic Novels Comics  https://t.co/xgaTx45p3d via @eBay
36082                                                                                      @grundy_a @Tesco Been advertising trips to see Santa in Lapland on Nickelodeon for a month now
36083                                          Check out 1995 #Schmid #KittyCucumber #Do-Si-Do #SquareDance Figurine Red Dress &amp; Cowboy Hat #Schmid https://t.co/401JgeQUP4 via @eBay
36084                                                                                        RT @Reuters: CBS board in exit negotiations with CEO Moonves: source https://t.co/hMaACIExy8
36085                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
36086                                                                                                    @ClemsonTiger14 @Nike About the only time Tiger fans will root for Gamecocks. 🤣
36087                                                Check out High-Fired VitaClay 2-in-1 Rice N Slow Cooker in Clay Pot   #VitaClay #RiceandSlowCooker https://t.co/10Oul5hCAZ via @eBay
36088                                                                                                                                                  @alexierm @Tesco No butterscotch?!
36089                                                                                                                      @reeses @amazon Peanut butter &amp; chocolate #sorry #notsorry
36090                                        RT @MrFentonMeeks: @LauraLoomer @patriotkris @USRepLong @CNN @CBS @realDonaldTrump Those were auction calls? Wow I thought he was repeating…
36091                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36092                                        @Starbucks with the app down today I had to dig my actual gift card out to buy my coffee. It’s a custom card from 2… https://t.co/4kiEYr2ZZr
36093                                                   Check out WOMENS COSTUME LARGE NEW FROZEN PRINCESS ANNA SNOW QUEEN L 10 12 CUTE NWT DEAL #Dress https://t.co/1TyG3TTACz via @eBay
36094                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36095                                    Amazing &amp; brilliant marketing move by @Nike all you known marketing idiots who don’t like it.....I CAN TELLHOW YOUR… https://t.co/kjntZqM2e2
36096                                                                        @TheCryptoLove @Bitboy_Hodl @Cointelegraph @BitMEXdotcom @bitfinex @coinbase @blackrock I have this same hat
36097                                        @Me79626065 @waynemorgan200 @IndivisibleNet @Ford If you understand Freemasons and know that KAP is a freemason you… https://t.co/FPT9sCmCL5
36098                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36099                                                           RT @Chainbody: my toesies have been super cold but i will never surrender to u @Nike @Kaepernick7 https://t.co/gBVP7sgEsS
36100                                                           RT @Chainbody: my toesies have been super cold but i will never surrender to u @Nike @Kaepernick7 https://t.co/gBVP7sgEsS
36101                                         RT @Mohit86380262: @Ryanair How do I get you to reply to my e-mails? I need a transcript of my chat history because you won't reimburse me…
36102                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36103                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36104                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
36105                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36106                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36107                                        RT @ninsthewriter: A Risky Christmas Affair (Nina Romano's Christmas Book 1) by Nina Romano https://t.co/wd2htq1xU3 via @amazon 5 STARS #RE…
36108                                               @AndreaMiles1 @easyJet Bloody hope not 😁. This was also followed by an on-board medical emergency which the… https://t.co/VfN3upPsor
36109                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36110                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36111                                        RT @johnrich: Our Soundman just cut the Nike swoosh off his socks. Former marine. Get ready @Nike multiply that by the millions. https://t.…
36112                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
36113                                                                                                                                            @AmazonHelp I just want a refund @amazon
36114                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36115                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36116                                                                                                                                   @AdmiralBahroo @Sony LOL that is sinister Bahroo.
36117                                                                     Check out Antique Celluloid Head Doll 12'' Cotton Body and Hends Wooden Feet  https://t.co/5qilTy4AAs via @eBay
36118                                           RT @2018MAGAMidTrmT: @Nike @nikestore @nikefootball 🇺🇸🇺🇸🙏🕊️⚖️🇮🇱⚔️🚨✝️ @Kaepernick7 THIS is why WE stand 4 the National Anthem! This is a US…
36119                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
36120                                                           RT @Chainbody: my toesies have been super cold but i will never surrender to u @Nike @Kaepernick7 https://t.co/gBVP7sgEsS
36121                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36122                                         @6williestokes @eleebeck @JohnKasich @Nike No way! A politician has never misspoken on television ever! Get out of… https://t.co/pYrGAP0JaC
36123                                                        Check out DOG TOYS SQUEAKY EACH SOLD INDIVIDUALLY PRICE IS PER TOY ONLY ALL AMERICAN PETS  https://t.co/XHshVczN2X via @eBay
36124                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36125                                         RT @Gorman652: @judgealexferrer @Nike So it's ok to protest against a shoe company but protesting against a president who thinks nazis are…
36126                                                                                    RT @Reuters: Hollywood star Burt Reynolds dies at 82: Hollywood Reporter https://t.co/qvcsR4sFxS
36127                                                                                             RT @1KOOPA: I want to thank @Nike for this amazing opportunity. https://t.co/x5iey8No3P
36128                                                                                                                      Check out my listing @eBay - https://t.co/decIavI4s9 via @eBay
36129                                                Check out SIZE OSFM Men's Over-Sized Latex Rooster Head Humorous Halloween Costume Mask #Unbranded https://t.co/40xNIv6BGN via @eBay
36130                                                                                                                                                              @JN31621 @Nike BOTH!!!
36131                                        So stayed on line waiting for half an hour to @HSBC to find out about a card problem only to get through and be tol… https://t.co/AkjFbjwYZb
36132                                        RT @SBelle1950: @Nike You have it all wrong. The word sacrifice for something you believe in is written on the picture of each person who r…
36133                                                          Check out Log Skidding Tongs Swivel Grab Tool Hook Gripper Grabber Forestry Garden Yard  https://t.co/C1zciGehcv via @eBay
36134                                                                                         https://t.co/IsS8FGekqH: New Releases - Office Products https://t.co/TnVmd7ZSKN via @amazon
36135                                                                                      RT @Reuters: Maryland charges Insys engaged in deceptive opioid scheme https://t.co/sQ3StJRAx7
36136                                        RT @CBSNews: IT'S OUT: @Nike just released the full Colin Kaepernick ad and the internet is buzzing over it https://t.co/g3KhxMaTcL https:/…
36137                                                  Fans fans roast former NHL player after he compared @Nike 's Kaepernick ad to 9/11 https://t.co/RE0fChwa5U https://t.co/E61Ou9CBIa
36138                                                                     Nice progress from @Walmart Canada working towards 20% #EV by 2020 - When do we get to welcome you into #EV100?
36139                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36140                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
36141                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36142                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
36143                                                                                    RT @Reuters: Hollywood star Burt Reynolds dies at 82: Hollywood Reporter https://t.co/qvcsR4sFxS
36144                                        @comcast first day with a new job working from home and cable/internet out ALL DAY! Apparently fixed in 2 hours rea… https://t.co/KNu1zWSdER
36145                                                                                                                                        @AyaHamza_ @Starbucks I HAVE TO YELL FOR YOU
36146                                                                                                      @Ryanair has the Dublin - Rodez (France) route been discontinued indefinitely?
36147                                                                                  @Disney @AIMenken @DisneyMusic Maybe someday I’ll be part of your world 💗 https://t.co/L0IbIAuZVU
36148                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36149                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36150                                                                                                                     @McDonalds when is the McRib coming back.. 😋😋😋😋😋😋😋😋😋😋
36151                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
36152                                                        Check out Postcard Pinup Risque Nude Stunning Girl Extremely Rare LAST ONE Post Card 8268  https://t.co/KfcLyfXu9F via @eBay
36153                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36154                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36155                                        @djdetroitred2 @stephblake1016 @GRANNYBOYS16 @nessnitty @Kaepernick7 @Nike Shitforbrains they may not want them . J… https://t.co/ocmaaE3gvp
36156                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36157                                                                                                                                          @azitasoraya @Kaepernick7 @Nike Disgusting
36158                                        RT @MalecFicLibrary: Time to email @netflix again about the benefits of putting in the effort to fight CF and FF in order to save a groundb…
36159                                        RT @BMW: Operate your car and access its functions just by using your voice. Don't miss the keynote on the all-new #BMW Intelligent Persona…
36160                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36161                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36162                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36163                                        @82211d0f4484409 @Nike The very action of self expression and the freedom to speak from one's heart — no matter tho… https://t.co/jd4FjDIANJ
36164                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36165                                                                           @erin_irishbaby @adamfgoldberg @netflix @RobMcZob @thelabcoatguy Please please RT https://t.co/OI9uMkiObX
36166                                                  @Patrici15767099 What say you @universityofga @GeorgiaTech will you drop @Nike or are you both anxiously awaiting the #AirCastro ?
36167                                        RT @johnp7: @AnySmallTownUSA @Isabel1170 @BankofAmerica @CarringtonMS @SenWarren My Judge allowed untimely robo stamped sjolander/meder not…
36168                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36169                                       RT @BeyondTN: ✋✔ I still dont trust @Nike. wont buy from them again.  UPDATE: Nike Cancels Kaepernick Contract After Backlash: https://t.co…
36170                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36171                                        RT @JaniceDean: If I worked for @Nike I would’ve made @JJWatt the face of their campaign.  His foundation raised over 41 million for #hurri…
36172                                                                                                                                 Only one of the best adverts ever made. Bravo @Nike
36173                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36174                                                        RT @Reuters: Protesters in Iraq's Basra attack offices of political parties and state-run TV channel https://t.co/fGKX8dq7gH
36175                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36176                                                                                                                      RT @skimmydipp: @Nike better cmon w it https://t.co/RmGq8aXx7C
36177                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36178                                            @farlanewastaken @ShotsRangOut @jstines3 @ryanpro02 @Nike @NahBabyNah @DrSueDVM @SouthwellLeigh @RealDryHeat115… https://t.co/sSqyUclFdr
36179                                                                                      @david_pepi @nickgillespie @Nike @Kaepernick7 @Quotes_Camus You got it https://t.co/BL6WDLj3rQ
36180                                                                                 Check out  PENTAX ME SUPER  IDEAL STUDENT FILM CAMERA KIT #PENTAX https://t.co/D6yaDF28bL via @eBay
36181                                                                       RT @Reuters: Alex Jones and Infowars permanently suspended from Twitter and Periscope https://t.co/1WijknTYgX
36182                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36183                                        @Ryanair so as you’ve told me now you’ll actually give me my bag for free (because I booked before the baggage chan… https://t.co/NMvkTSMTwh
36184                                        I’ve purchased exactly 2 @Nike products in 25 years.  A pair of Lunar shoes that turned out to be unsupportive unst… https://t.co/7gKSFZHhKH
36185                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
36186                                        RT @Reuters: BREAKING: Twelve passengers sickened on two flights arriving at Philadelphia airport from Europe - airport spokeswoman https:/…
36187                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36188                                                                            RT @StudioIra: Check out Topman grey stripes coat #Topman #ThreeButton https://t.co/xN0ORuCmzJ via @eBay
36189                                        RT @tbeaver63: @CRTV @veganvecoh @AllenWest @Nike @Kaepernick7 @ericbolling @Jim_Jordan Has anyone seen ANY ATHLETE DURING THE SUMMER PROTE…
36190                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36191                                                                                                  RT @DuckworthTDE: Kendrick for @Nike shot by Justin James. https://t.co/iaRQPJ9Wdg
36192                                        The look you make at the people who are all of a sudden concerned about the working conditions of where @Nike are m… https://t.co/vUCvIpttkD
36193                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36194                                        @GeneralClark @Nike @Kaepernick7 #deplorable #magats with limited capacity to comprehend anything but their dumb le… https://t.co/qKLJML53sJ
36195                                        @McDonalds it never ceases to amaze me how you guys get my order wrong consistently. Please offer a double hamburge… https://t.co/KOKKsVV167
36196                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36197                                                             Check out BRIGHTON brown pebbled leather handbag purse C279471 #Brighton #ShoulderBag https://t.co/w3XeblT1DN via @eBay
36198                                                       Check out 88-91 Cadillac Eldorado Seville Hood Ornament Topper Emblem Chrome Silver Lot #GM https://t.co/vzpOEG48vn via @eBay
36199                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36200                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36201                                                                                                                                    @Lawrence @Nike should contact @CoreyBooker2020!
36202                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36203                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36204                                                                                                                 RT @CHABUDDYGEEZY: Wery inspirational @Nike https://t.co/NDb3FtG4Vg
36205                                                                                                            @adidasFballUS @adidas My new favorite brand. Screw the commies at @Nike
36206                                        @TechDeals_16 @NevanBroderick @Starbucks when those companies get massive corporate welfare from the Gov't on top o… https://t.co/wa97CinH1n
36207                                        @qForce1 @Twitter @YouTube @facebook It's never black and white but when a person is using this platform to willful… https://t.co/SfFA6fVokp
36208                                                                                                                 RT @Nike: Don’t settle for homecoming queen or linebacker. Do both.
36209                                                                                                                                    @Tesco omg wow thank you!!!!!! i appreciate it ♡
36210                                        RT @vitty_n_gobo: @UrbanDevelmtGrp @thegreyestson @waynemorgan200 @IndivisibleNet @Ford But now you know about it... maybe if the pos in of…
36211                                                                                                              Day two. @Nike stock is the only money I gained. Where the haters at?!
36212                                               job well done @Nike  ✊🏿💯 support @Kaepernick7 i only have the courage to do this because of brothers like… https://t.co/ssBPR01js8
36213                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36214                                                                                                                          @thisismystreet @Nike Can we get a black and white version
36215                                         @ATOM_consortium @Livermore_Lab @GSK @UCSF @LeidosBiomed really good video and it is amazing seeing what companies… https://t.co/ZouETyyOnj
36216                                                                                  RT @Reuters: Twitter says permanently bans Alex Jones and website Infowars https://t.co/gQBwfImhzD
36217                                                                  RT @hobbitpuff2: @netflix @thecw @dcuniverse @dccomics @warnerbrostv Take @gotham Home #SaveGotham #GothamNeedsYou
36218                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36219                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36220                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36221                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36222                                                           @shawnsteel1 @Nike I think this study is too soon to be publishing its been barely a lesson. Lets double the time and see
36223                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36224                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36225                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36226                                                                                                             Check out columbia pfg fishing shirts xxl https://t.co/iujXhgYTtw @eBay
36227                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
36228                                                                                                                 RT @Nike: Don’t settle for homecoming queen or linebacker. Do both.
36229                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36230                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36231                                                            Check out Old Navy Hooded MISSES SIZE Small JACKET VEST Slicker #OldNavy #Vest #Casual https://t.co/51u6muuYBr via @eBay
36232                                                                                                                                               @BankofAmerica now 30 minutes! Yahhhh
36233                                                                                                       @IndivisibleNet @Ford Oh dear. Will people start burning their Fords now? Lol
36234                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
36235                                        RT @IceyAsma: RT if you want @netflix to adapt a romcom of WHEN DIMPLE MET RISHI by Sandhya Menon: A super cute young adult novel with ador…
36236                                                                                   @jimcramer @comcast @Eagles @MadMoneyOnCNBC Good luck to the Eagles from a SAN DIEGO Charger fan!
36237                                        @McDonalds We pay to get good service. Does this seem right to McDonald's? This was at this location 7950 Burnet Rd… https://t.co/BmIj8rQgpU
36238                                                                                  RT @Reuters: Twitter says permanently bans Alex Jones and website Infowars https://t.co/gQBwfImhzD
36239                                                                                                            RT @chavez_jen: @netflix SAVE GOTHAM #SaveGotham https://t.co/dWbXv1mQho
36240                                         RT @SKYRIDER4538: @2_2Alpha @Nike @nikestore @womensmarch You better not because God forbid you dehumanize animals! https://t.co/tjjeTBF4ks
36241                                                                                                                                    @MBelgrodxoxo @Disney @smule You are amaizing...
36242                                      @Rosenchild @CBSNews @Nike Your a fool!  MAGA go Trump 2020 🇺🇸🇺🇸🇺🇸😂😂 Someone who has no respect for the country you… https://t.co/kQeoQ8UyOo
36243                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36244                                                         I am currently with @sprint in the LA market. Is there any real reason to look at @TMobile @ATT @verizon or other carriers?
36245                                                 Check out TALBOTS Jeans Women's Size 2P Embellishment Petite Medium Wash Stretch Cropped #Talbots https://t.co/zwdnWPQUd9 via @eBay
36246                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36247                                                                                                   Off to @Tesco to get a few bits for our new Uni students! https://t.co/mzmh12UU96
36248                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36249                                                            @Nike was ALWAYS my favorite sneaker brand becuz of styles...Now I love em even more cuz of values!!!  #JustDoIt #Swoosh
36250                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36251                                                                                  RT @Reuters: Twitter says permanently bans Alex Jones and website Infowars https://t.co/gQBwfImhzD
36252                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36253                                                        Check out WAY OF HONOR SIGMA NU FRATERNITY BY DICK VAUGHAN REGENT 1964 1966 3RD 1969 VMI.  https://t.co/7duftMGsih via @eBay
36254                                                                                                                                 Just threw away all my @Nike clothing. #BoycottNike
36255                                                                                                                                         @JoshuaSmothers @Nike It's in the subtitles
36256                                        @SKYRIDER4538 @LeahR77 @Nike @nikestore @womensmarch This is a disgrace. The guy should be tied up and flogged or l… https://t.co/7Gv9tA6wYO
36257                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36258                                                         Check out ATTU HORNY BIRD STEIN US COAST GUARD LORAN STATION ANCHORAGE ALASKA AS IS MUG*  https://t.co/W3dvj4Qo1J via @eBay
36259                                                                               @Nike Imagine for getting mad at someone for taking a knee when it’s customary to stand during a song
36260                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
36261                                                 RT @LornajaneCosign: 4 Halloween Cheese Knife Spreaders Dracula Frankenstein Witch Cat Stainless  https://t.co/eqQrdIqgco via @eBay
36262                                                                             @pnwbeardeddude @CBSThisMorning @adidas @Reebok Don’t nobody care.  Got your shoes?  Who cares but you.
36263                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
36264                                         RT @AnySmallTownUSA: @Isabel1170 @BankofAmerica @CarringtonMS @SenWarren @MassAGO I have filed them in Massachusetts but they overlook the…
36265                                                  Our director Dana Goldman has been saying health care could learn a lot from @netflix for a while now ...… https://t.co/4Iz9VXDe5A
36266                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36267                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36268                                                                 @cptfishin @Nike What was the point of telling me about Trump's black approval and you having black family members?
36269                                        RT @andyoaklee: @farlanewastaken @NahBabyNah @RealDryHeat115 @ShotsRangOut @ryanpro02 @Nike @No_Liberal_Tex @DrSueDVM @jstines3 @SouthwellL…
36270                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36271                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36272                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36273                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36274                                        RT @DigitalTrends: Mark your calendar: @Google will launch new hardware on October 9 in NYC! https://t.co/1463aFb66f https://t.co/z4AstXwSZn
36275                                                                                                                 @Sony ayyy sorry #SpiderManPS4 @PlayStation https://t.co/XNPfPjTwTS
36276                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36277                                                                                                           No burning things here @Nike #NikeAd 😂 #JustDoIt https://t.co/8Hn5lBPKh3
36278                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36279                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36280                                        So happy @FedEx leaves door tags that you can sign so if your not there the next delivery they will leave your pack… https://t.co/02qU2JfHiu
36281                                                       @throw_to_win @netflix @BreakingBad_AMC Do not fucking spoil it. I have 6 more episodes of BB and haven't started ozarks yet.
36282                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36283                                                                                            @RonWyden @sherylsandberg @facebook Much like you falsely inciting people against Trump.
36284                                         RT @Reuters: Commentary: ‘Twelve years ago I woke up on a front-line road in Eastern Sri Lanka. My neck was broken and it took a matter of…
36285                                                                             Please #SaveGotham #GothamNeedsYou @warnerbrostv @netflix @TheCW @TheDCUniverse https://t.co/l8pjDPn0B8
36286                                                                        RT @Reuters: Online mole hunt? Gamblers bet on author of NY Times 'resistance' op-ed https://t.co/brhEoWNQDm
36287                                                                                                                                       U gotta give it to @Nike for supporting Kaep!
36288                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
36289                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36290                                        RT @Reuters: India’s top court scrapped a colonial-era ban on gay sex in a landmark judgment that activists hope will uphold the right to e…
36291                                                                                                                                                                  @Reuters Good deal
36292                                                                                                                             @Falloutt @Microsoft @MicrosoftStore Sign me up coach🔥
36293                                                                                     E-Learning Uncovered: Lectora 11 via @amazon affiliate link: #education https://t.co/yN1E7li9Rb
36294                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
36295                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36296                                                                                RT @adamsandlerfanx: @IndivisibleNet @Ford the walmart parking lot next week https://t.co/ZmMUyX01m9
36297                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36298                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36299                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36300                                        RT @Reuters: BREAKING: Twelve passengers sickened on two flights arriving at Philadelphia airport from Europe - airport spokeswoman https:/…
36301                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36302                                        RT @FNicorochi: Check out NWT Arizona Relaxed Fit Flat Front Pants https://t.co/WBeyo0gxte @eBay #ReadABookDay #ThursdayThoughts #ThursdayM…
36303                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36304                                                                                                                       RT @MargaretMcgui16: How to fix @Nike https://t.co/e3ttF9pl6u
36305                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36306                                        @OTLonESPN @Nike @Kaepernick7 Strive to have the least motivating voice on the planet.... strive to look like a chi… https://t.co/m6m8sriCxc
36307                                        RT @Carlos214Carlos: My new @Nike #wallet. Thank you #Nike for making the right decision. #JustDoIt #ColinKaepernick @Kaepernick7 #NFL @NFL…
36308                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36309                                                                                Fiesta grill plates... make an offer! Check out my listing @eBay - https://t.co/6hsWFoPowG via @eBay
36310                                                  Check out MOUSSY Vintage MV Hand Repair Tapered Patched Slim Denim Jeans Blue $394 #1330 #Moussy https://t.co/KDAuV5RfOF via @eBay
36311                                        @UPS got 2 day air so I could get my package today before a flight. check the status and see its now being delivere… https://t.co/OewIaVwnQn
36312                                                                            @GeorgeTakei @Nike I'm not usually a huge fan of the big corporates but I'm a bit in love with Nike now.
36313                                         RT @Disney: Sometimes the most incredible superheroes come in the smallest sizes! Don’t miss this exclusive sneak peek featuring #JackJack…
36314                                         @shannon_kidder @KrmSmth @shob68 @Soapbox_Pundit @w_terrence @TeamUSA @Nike @POTUS And he’s still getting paid and… https://t.co/bsj2wK73vl
36315                                         @bodhibrian @LotteLeicht1 @Reuters Is there any numbers on how many child soldiers there is Idlib or are they countet for in the 10K ??  🤔
36316                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36317                                        RT @JayneQPatriot: @Jali_Cat @Nike @Kaepernick7 Anyone complaining about #Tariffs or #TradeWar needs to read this quote from George Soros i…
36318                                         RT @Reuters: Commentary: ‘Twelve years ago I woke up on a front-line road in Eastern Sri Lanka. My neck was broken and it took a matter of…
36319                                                                                                 @Education4Libs @Hisladydiana Dedinitely Not @Nike &amp; definitely Not KrapTurdNik
36320                                         @Ford bought my new #Ecosport today x second one for me...but only ever have had 1 #notford car in 40 years!! Have… https://t.co/YsMGcbyyPb
36321                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36322                                                    @TheSWPrincess @Kaepernick7 @Nike @B52Malmet @TrinityResists @MatthewWolfff @DanaScottLO @Lady_Star_Gem… https://t.co/OKJ1xRmyX9
36323                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
36324                                    @SWEET_BBQ @Reuters No worries then - feel free to visit Alex Jones &amp; listen to his screaming at the local park.  H… https://t.co/LpgVNTLxg5
36325                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36326                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36327                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36328                                                                                       RT @Reuters: Passengers on two flights to Philadelphia suffer illness https://t.co/79tBtH33nE
36329                                                                                                                                 Thanks!!  @Nike #CaneloGGG2 https://t.co/An9Jzdtpf9
36330                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36331                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
36332                                                                                RT @Reuters: New York subpoenas Catholic dioceses in sex abuse probe: source https://t.co/36a9Pp1ivB
36333                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36334                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36335                                                                                                                          RT @graemedouglas: Brilliant @Nike https://t.co/1D7FpYhqJy
36336                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36337                                        @williamlegate @RealAlexJones @infowars We need to ask @Apple @Tim_cook why they had to wait for years too. (Tim Co… https://t.co/xamlQZJCyw
36338                                        @mafiadaytrading @Nike Someone should tell them they aren't hurting the company by burning so.ething they already b… https://t.co/Bh8Ci8eE9g
36339                                                                                                                                       @RealGLENPRIM @Nike What about emmet Tillman?
36340                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36341                                                 Check out SUPERDRY T SHIRTS LOT OF 2 NEW FREE SHIPPING SIZE L SHORT SLEEVE NEW  #SUPERDRY #CASUAL https://t.co/hiWFG3iaLo via @eBay
36342                                                                                @smilingkevin @Franklin_Graham @Nike @realDonaldTrump And God always follows through on His promises
36343                                                                                RT @Reuters: Apple to provide online tool for police to request data: letter https://t.co/do2sWXBZOH
36344                                                    RT @ATT: Fostering an inclusive culture at work isn’t just good PR -- it’s key to a successful business. https://t.co/lvRIXSwFId
36345                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36346                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36347                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36348                                                                                                                    @JimCarrey @Nike Jim did you and Sharpton go to the same school?
36349                                                Check out Norma Wilson Original Oil Radishes Vegetable Still Life Food Painting Art #Impressionist https://t.co/qdIgKUQwTe via @eBay
36350                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36351                                                                                                                   Shoutout @BMW for the dollar they gave me for doing a survey 😎💯
36352                                        RT @Reuters: BREAKING: Twelve passengers sickened on two flights arriving at Philadelphia airport from Europe - airport spokeswoman https:/…
36353                                                      @jfgoldlocks @John65822 @thomasenvy @sdrincon @robindefoe1 @GeneralClark @Nike @Kaepernick7 I thought it was fox and fascists.
36354                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36355                                         @AjadeanPiper @Nike @hickies I just had a pair of converse chucks made a couple months ago. I’m going to look into… https://t.co/Ap3kAMpdcP
36356                                                 @KayTaunyane @KabeloMabalane @PUMA @Nike You're still not getting it. Ubuntu has nothing to do with theft.… https://t.co/XZsPM4bXsC
36357                                         @MO_DAVINCI @proudchicagoan @JohnLeguizamo @Nike Because you can’t answer it. He didn’t sacrifice anything!  He is… https://t.co/UltQJUf0gl
36358                                                                                                                     RT @imLucyWatson: Thank you @Burberry ❤️ https://t.co/qRTL39dUD7
36359                                                                                                      @kristensavary @Starbucks Why is this the second time this has happened to you
36360                                        @larryelder Colon KaeperDICK gets his $ from @Nike since he can't play in the @NFL .  Glad I won't have to spend my… https://t.co/6BpgUpylbz
36361                                                                                             @KBrave73 @oldelpaso @Walmart Could always break them up smaller and taco salad instead
36362                                                               RT @JohnDeere: Avoid obstacles and maximize productivity with a reduced-tail-swing excavator. https://t.co/AYkE3JKWMk
36363                                                                                                                                        @comporta @Reuters Yeah it's beyond words...
36364                                        @Apple sucks ass. How are you gonna charge me for a new phone because my iPhone started LITERALLY bending? Like tha… https://t.co/vE12oPD7do
36365                                                                         RT @Reuters: 12 passengers sickened on two flights arriving at Philadelphia airport https://t.co/4sGrGyFfBo
36366                                                            High Quality Stainless Steel 58mm Wooden Handle Coffee Tamper #Coffee #cafe#barista#   https://t.co/F1K0iezCTH via @eBay
36367                                                Check out ENZA COSTA Long Sleeve Crew Neck Side Slit Hem Ribbed Midi Dress Black M $195 #EnzaCosta https://t.co/BPgzlMjRnY via @eBay
36368                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36369                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
36370                                        @adidas football cleat didn’t make it through today’s practice. Side ripped open during side shuffles. Do you think… https://t.co/N880soyE8Q
36371                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36372                                                                              @KBrave73 @oldelpaso @Walmart Happens when I buy their tostada shells too. All pieces. Makes me crazy.
36373                                                                                                                  @reeses @amazon C. REESE’S &amp; your mouth #NotSorry #Sweepstakes
36374                                                                  Check out Three Elephant/Three Column Heavy Contemporary Designer Lamp No Shade  https://t.co/ueGjH41laV via @eBay
36375                                         @Kaepernick7 @Nike What in the world are you thinking?  My gym has never been more outspoken.  Everybody is taking… https://t.co/WveWht0rL3
36376                                                                                                               Riding wit Kap!! @Kaepernick7 @Nike #JustDoIt https://t.co/Kk8KLVSSu4
36377                                                                       RT @Reuters: Brazil far-right candidate Bolsonaro in serious condition after stabbing https://t.co/IoJSXgz0II
36378                                                        Check out SCHLEICH HORSE 2004 GRAY WHITE PRANCING MALE MANE TAIL SILVER HORSESHOES AS IS.  https://t.co/twNEWPFj6u via @eBay
36379                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36380                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36381                                                                                                           @Sony trying to get Spider-Man help? @PlayStation https://t.co/jNGm5cHoel
36382                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
36383                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36384                                                                       RT @Reuters: Brazil far-right candidate Bolsonaro in serious condition after stabbing https://t.co/IoJSXgz0II
36385                                                                                                                     @DevanF91 @Nike Had a nigga worried lol https://t.co/MRITSA1bkA
36386                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36387                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36388                                        @WiseOldQueen @Reuters Fgm is practiced in many countries and by many religions and  I think you showing a lot of s… https://t.co/GkoZzV7LvS
36389                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36390                                                          @OfficialCND @PayPal @AskPayPal This is why as a streamer myself I have void PayPal when people go to do donations for me.
36391                                        RT @georgejoseph94: SCOOP: With secret access to NYPD CCTV @IBM created software which tags people based on their skin tone + hair/clothing…
36392                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36393                                                                                 RT @BKaysac: @Education4Libs @Nike @Kaepernick7 NIKE.......JUST BLEW IT.... https://t.co/9GE4ob8Iob
36394                                                                 RT @Uconnect: Connect to convenience with available @Apple #CarPlay in your @Dodge #Charger https://t.co/gqCVjtLm3z
36395                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36396                                                                                             I Just Bought: Pink Diamond Double Magic Ball Dildo https://t.co/ywXFtZpQs6 via @amazon
36397                                                                                                  RT @nicdasilva: #Wentworth Season 6 just landed on @netflix | Get amongst it 🙌🏼|
36398                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36399                                                                                     @TVietor08 @ReneeIbteachnu2 @DonaldJTrumpJr @Nike Shouldn’t that read sacrificing everyone?  🙄
36400                                                                                                                      RT @PurkNavenski: Thank you @Nike 😂😂 https://t.co/Tzjufgn8Kp
36401                                        RT @JayValenz67: Anderson Cooper Makes Trump's Own Words Come Back To Haunt Him https://t.co/wC2pnjG6Kp via @Yahoo Trump fired off a series…
36402                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36403                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36404                                                                                 @pepsi you’d be the best ever if you sent me a case of this! #PepsiIsMyCola https://t.co/DraL6mYLrd
36405                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36406                                                             People out here protestin @Nike  but im out here like them shits still comfortable to me my guy https://t.co/RPvFpez6wk
36407                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36408                                         @Tesco  Dear Tesco why are you selling Halal Meat when we all know full well that these Animals have been Tortured… https://t.co/6TH7yo4VOx
36409                                         RT @DrEstella: I will not watch @NFL TONIGHT! I personally choose to boycott @Nike @Kaepernick7 @NFL ! I cannot support anyone that send a…
36410                                               RT @coachtrotter81: Can't believe Nike would do such a thing. @Nike @Kaepernick7 #fire #JustDoIt #BoycottNike https://t.co/otqcS49AMu
36411                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
36412                                                  @Nike you really should add this song into your 30th Anniversary Campaign featuring @Kaepernick7 https://t.co/5ZooM95c5v #JustDoIt
36413                                                                  Check out Star Wars Comic Collage Jigsaw Puzzle 1000 Piece 18 x 24 NEW #StarWars https://t.co/nazBuHt38A via @eBay
36414                                                                                                                                                                 Keep kneeling @Nike
36415                                        @netflix I don't know if you already casted a Yennefer for your Witcher series but please check out this amazing yo… https://t.co/uQXEjLdxL7
36416                                                                                                                                              Did @KFCSA collaborate with @adidas???
36417                                        @SweedsJ @_MaryRobinson_ @coupleofnucks87 @timandsid @Nike Lol. There are immense racial disparities in the way tha… https://t.co/FHORM3J9NM
36418                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36419                                      RT @Dr_Kaco: Now here's a much better angle for @Nike dolt nimrod's ad campaign WAY better than Crap-ernick... Don't you agree @HKecia ? 😉💕…
36420                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36421                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
36422                                                                                                                       @Online4Shoes @GoldmanSachs @lloydblankfein You are an idiot.
36423                                                                                           RT @tayo419: @DevanF91 @hvddiqahxo @Nike When I saw the thread 😂 https://t.co/sS4AyLL3BP
36424                                                                                                                                     @Nike what's good fam😌 https://t.co/3pahYcCwLV
36425                                                                                                                     @USAOWWC @TMobile @audreyyreppert even tho you dont like ow LOL
36426                                        RT @1418research: @SebDance @Honda For 25 years I worked as a consultant helping manufacturers to implement this model of working. It was e…
36427                                                                                                                        RT @Joelpatrick1776: Fixed it @Nike. https://t.co/62gTq71nCN
36428                                        Honestly @Google why are the people who pay $$ to use your products locked out of features like this when people wh… https://t.co/M0m3c6tXsW
36429                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
36430                                                                             @HBCrump @MTTHWBRK @fatherofballers @FatChronic @darrenrovell @Nike Poor bastard NOT! He's still alive!
36431                                                                                                             @Nike Fuck y’all for playing Kanye but working with everyone around him
36432                                                               @RedRising11 @Nike @Kaepernick7 @NateBoyer37 On my feet because I’m not a America hating piece of shit.   Just sayin.
36433                                        RT @JayValenz67: Anderson Cooper Makes Trump's Own Words Come Back To Haunt Him https://t.co/wC2pnjG6Kp via @Yahoo Trump fired off a series…
36434                                                                                                                                @Reuters I bet Rubio remembers who he is now. 😂😂😂
36435                                                                                                                @alteratyeshiva @Nike Wow people like you are idiots!  Total idiots!
36436                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36437                                                                                                                      RT @skimmydipp: @Nike better cmon w it https://t.co/RmGq8aXx7C
36438                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36439                                                                                         RT @Nike: Don’t become the best basketball player on the planet. Be bigger than basketball.
36440                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36441                                                                                                                                                    @itsdantedangelo @Nike love that
36442                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36443                                                                                                                     @Nike amazing! You get em’ @Kaepernick7 https://t.co/5S3esKrcMN
36444                                                                                                            @mikealfinito @JMesarch @Nike My apologies everyone.  I was misinformed.
36445                                                           Check out Mango soap bar skin care for bath and shower handmade tropical scent #Helenes https://t.co/WbeIQKm4uz via @eBay
36446                                                        Check out Vintage Jim Jackson #Dallas #Mavericks #Basketball Jersey New with tag #Champion https://t.co/B4Mdf78JG0 via @eBay
36447                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36448                                        RT @JayValenz67: Fast-growing Northern California wildfire forces evacuations https://t.co/XvgMH0zrg0 via @Yahoo The Delta Fire was burning…
36449                                    RT @Kemmybelle: I do like the sneak peek pics for #CaptainMarvel but it’s hard to be excited for it when @Disney &amp; @RobertIger won’t #Rehir…
36450                                                                                                                                        @JayValenz67 @Yahoo He is a desperate idiot!
36451                                                                       RT @57Veronica: Such a sweet VinCat kiss *swoon* #BatB #BatBMagic @netflix @NetflixNL https://t.co/aNIcWATJFa
36452                                        RT @JayValenz67: Carl Bernstein: ‘Rage-A-Holic’ Trump Is Now A National Emergency https://t.co/ue2aXCEY4J via @Yahoo Carl Bernstein said th…
36453                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36454                                                        Check out CAbi Sleeveless Shirt Top Blouse Style #257 Womens Size XS #CAbi #Blouse #Casual https://t.co/ZfZsWjzlF7 via @eBay
36455                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36456                                        RT @JayValenz67: Kamala Harris’ Stunning Question About Abortion That Left Kavanaugh Speechless https://t.co/L9nxRX1zJF via @Yahoo Harris a…
36457                                        RT @SBelle1950: @Nike You have it all wrong. The word sacrifice for something you believe in is written on the picture of each person who r…
36458                                                  RT @57Veronica: It gets worse... Zach Hayes killed Gabriella Bauer 😱 #BatB #BatBMagic @netflix @NetflixNL https://t.co/1CS12BH8et
36459                                             @MARINE_99ZULU @Nike @RubyRockstar333 @PatrioticVa @mikandynothem @michaelbeatty3 @ReneeCarrollAZ @Jamierodr10… https://t.co/nJ45Fn9s0j
36460                                       RT @RWitherspoon: So ready for this @EvaLongoria @netflix ✨It’s a critical time to discuss #WomensRights Tuning in September 13 https://t.c…
36461                                                                        RT @Reuters: Brazil far-right candidate Bolsonaro in stable condition after stabbing https://t.co/IoVqG5l5Dg
36462                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36463                                                                                                                                  @netflix What time does it come out in Australia??
36464                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36465                                                                                                                       It’s all about @adidas anyways! #AdidasLover \U{01f91f}🏻✊🏻
36466                                        @Starbucks can you bring the medicine ball tea to the starbucks closest to me pls i'm so sick but don't want to dri… https://t.co/xzM58z5a9Q
36467                                                                                                                                                                @taliido @Nike Same!
36468                                                                  My daughter’s @Nike tennis shoes just came in the mail today &amp; I’ll get my T-shirt soon Thks #Nike #Kaepernick
36469                                                                                                @NetflixNL not a day goes by that I’m not sad that @BuffyTVS isn’t on Dutch @netflix
36470                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36471                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36472                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36473                                                                                                                                                         @TalknGrubb @amazon Awesome
36474                                        RT @JayValenz67: Carl Bernstein: ‘Rage-A-Holic’ Trump Is Now A National Emergency https://t.co/ue2aXCEY4J via @Yahoo Carl Bernstein said th…
36475                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36476                                                                                                                                                              @Nike Hello ugly cries
36477                                                                                                        RT @Reuters: Hollywood star Burt Reynolds dies at 82 https://t.co/Ewec3iDo16
36478                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36479                                      RT @Dr_Kaco: Now here's a much better angle for @Nike dolt nimrod's ad campaign WAY better than Crap-ernick... Don't you agree @HKecia ? 😉💕…
36480                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36481                                                                                  RT @JN31621: Perhaps @Nike Could Idolize A TRUE Hero...  #ThursdayThoughts https://t.co/175DAafST5
36482                                                                                               @MouadZwed @xMarkoHD @Nike I was literally cracking up on my own just making these 😂
36483                                                                                                RT @Signum_1999: Amazing! 1980s edition #Pepsi @pepsi #1980s https://t.co/tdHbq5Hn6t
36484                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36485                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36486                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36487                                                                    2018 1oz Palladium American Eagle $25 Coin MINT SEAL BOX CONFIRMED Next Day -  https://t.co/AN91BmD5HK via @eBay
36488                                                                                                                                                      @j_salvo @facebook Possibly :)
36489                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36490                                        Hey @comcastcares @ComcastILLINOIS @comcast Any ETA on internet outage resolution for #60640? It shows outages in t… https://t.co/BMrwiahrmj
36491                                                                                    RT @HuiosRegis: @DevanF91 @Nike Internet is another playfield I swear 😂 https://t.co/QBGcvdTvsN
36492                                                                           Tell @jpmorgan to stop funding mines that dumping toxic tailings into the oceans. https://t.co/vIoXfaUwjE
36493                                                                                                      @courtneymcnerdy @DietCoke @McDonalds @Target OMG. Pretty much true for me too
36494                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36495                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36496                                        RT @UrbanDevelmtGrp: @IndivisibleNet @Ford I believe Ford and Levi are trying to sell more Trucks and pants.  Nike has pave the way for com…
36497                                        @KevinNationArmy @koziz5 @earthlight68 @GeneralClark @Nike @Kaepernick7 As I have pointed out. Population percentag… https://t.co/2SF0X003hp
36498                                                                        @DylanReeve @facebook See what your not taking into account is the bear rug. Peta is going ape shit over it.
36499                                                                    Huge 100 1967-1989 Topps Fleer Baseball Lot Aaron Rose Ted Williams Bonds RC   https://t.co/uiPzlLilX6 via @eBay
36500                                                                                                                     @USAOWWC @TMobile What if you're friends don't have Twitter? 😭
36501                                                                                                  @IndivisibleNet @Ford I double dare somebody to burn their new F-150. Triple dare.
36502                                        @verizon why am I spending over 1 1/2 hours online and now on hold on the phone to dispute what price you guys quot… https://t.co/JXx83RznNl
36503                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36504                                    @Boyd0H @adidashockey @PKSubban1 @adidas I hear that. Can't wait to watch my two favorite Teams Oilers &amp; Maple Leaf… https://t.co/Bv3jqlzmtf
36505                                        The original @Nike ad before @Kaepernick7 featuring @davidduchovny that the shadow government and — we're not sayin… https://t.co/Fu96FVrWHf
36506                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36507                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36508                                                                               RT @Reuters: Michael Moore hopes his film is 'beginning of the end' for Trump https://t.co/nM9903gS7X
36509                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36510                                                Bought  @Nike s today for all of us. Never spent so much and been so glad about spending money on shoes. #NIKE #NFL #ColinKaepernick
36511                                                     @nighttr37778537 @grizzlemeister @Nike Of course!!! We need to show class and integrity. I refuse to stoop to the lefts level.🕊
36512                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36513                                                                                                                          @dsully710 @AdamZHerman @D_Booth7 @Nike The People's Elbow
36514                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
36515                                        RT @unteins: @Raeven_Leigh @Disney Yes @Disney are absolutely removing comments that use the #RehireJamesGunn  hashtag but misogynist comme…
36516                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36517                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36518                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36519                                                                                                   RT @Nike: Belief born in the streets of France. #JustDoIt https://t.co/t3rYXJz7Kw
36520                                                           @Nike Full stadium in Philly with a bunch of people who don’t seem to mind all their super bowl jerseys are made by Nike!
36521                                        RT @SunshineLK10: For 25+ years I've bought nothing but @Nike workout gear.  In fact just last week I bought new workout shoes for the gym.…
36522                                        RT @howards_knob: @sxdoc @adjunctprofessr That’s fine. That’s their right to use the hater as the face of @Nike . But it’s my right to neve…
36523                                                                     RT @hopescloset2: Check out Bad Dog Moving Ball Hitch Cover And Brake Light   https://t.co/MuFjuoSxKR via @eBay
36524                                        RT @Reuters: BREAKING: Twelve passengers sickened on two flights arriving at Philadelphia airport from Europe - airport spokeswoman https:/…
36525                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36526                                                                  Bing Crosby MERRY CHRISTMAS Casssette Tape MCAC-15024 Sealed Unplayed Mint 1984  https://t.co/qZ2uoZFpaF via @eBay
36527                                                                                                                           @IndivisibleNet @DisabledResist @Ford Thank you Ford!!!!!
36528                                                                                                                           @IndivisibleNet @DisabledResist @Ford Thank you Ford!!!!!
36529                                                                                                                           @BradleyLBrown @adidas If they remain straight laced...😂
36530                                                                                      Check out Ceramic Piggy Bank - Pink &amp; Purple  #unbranded https://t.co/S2i9CwGRFa via @eBay
36531                                                                                               @CBSNews Trump drove unemployment so low even Al Bundy was able to get a just @Nike .
36532                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36533                                                                                RT @adamsandlerfanx: @IndivisibleNet @Ford the walmart parking lot next week https://t.co/ZmMUyX01m9
36534                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36535                                        RT @loveonlyworks: Nike is in this. How awesome Via @TheShadeRoomm @Nike But wait is that the Queen of Soul Aretha Franklin singing the Nat…
36536                                                                            RT @Reuters: Brazil hospital officials say Bolsonaro risked death after stabbing https://t.co/AKxLy8uWD8
36537                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36538                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
36539                                                                                                                                            @ErnestMEdsel1 @Disney What is the bill?
36540                                                    I feel like J. Jonah Jameson waiting for Spider-Man to release at midnight @Sony @PlayStation @SpiderMan https://t.co/eTWfGEXnt2
36541                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36542                                                                                                                                  @AyMrCarter @IndivisibleNet @Ford I been busy damn
36543                                                  @bchaininsider @Saronimo @obi @ricburton @HuobiGlobal @Google @Balance_io @Coinfloor @AlphaFMC @inside_r3… https://t.co/dOF29cTC0L
36544                                                Hey @Kaepernick7 why dont you protest something worth protesting as opposed to taken money from @Nike #nike… https://t.co/J7Sc6e8qCm
36545                                                                            RT @Reuters: Brazil hospital officials say Bolsonaro risked death after stabbing https://t.co/AKxLy8uWD8
36546                                                           Okay that @Microsoft commercial that just used @garbage “Cherry Lips (Go Baby Go!)”: great choice. What an absolute TUNE!
36547                                                                                     If this New Spider-Man game doesn't open up with the theme from the 90s cartoon I'm suing @Sony
36548                                        RT @ohheyohhihello: hi @netflix i've noticed a handful of typos in the closed captions for a couple of your shows recently and i'd just lik…
36549                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36550                                                                                                  RT @nicdasilva: #Wentworth Season 6 just landed on @netflix | Get amongst it 🙌🏼|
36551                                        @facebook @instagram I’ve had minimal help trying to recover my hacked Instagram account. I’m looking for literally… https://t.co/xr2fNItmWL
36552                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36553                                                Check out Chelsea 28 Tunic Long Sleeve Sheer Multi-Color V-Neck Hi-Low Loose Fit Size S #Chelsea28 https://t.co/PuAtyUV9l9 via @eBay
36554                                                                           Check out Lot of 12 Mixed RX Plastic Pill Bottles with Cap - pre owned  https://t.co/fTQxob2jyr via @eBay
36555                                                              Check out Black white kitten  cat face watercolor  ACEO original painting #Miniature https://t.co/qz03SiH1zu via @eBay
36556                                        @seewhatsnext That’s wonderful news for DS fans! Please consider adding #Timeless to your @netflix originals too! I… https://t.co/CpxaOK9m1G
36557                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36558                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36559                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
36560                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36561                                                                                                                      Check out my listing @eBay - https://t.co/KRFWjMARH5 via @eBay
36562                                                              @eBay make a picture of Izzie from scigirls a teen dressing as jill valentine from resident evil in a pink battlesuit.
36563                                                                                Check out Religious Lot of 36+ Pieces Rosary Medal Cross Crucifix  https://t.co/Ugg0yNTMlZ via @eBay
36564                                                                                             @IndivisibleNet @Ford Are people tearing the Ford emblems off their F150s in protest?!?
36565                                        @Kaepernick7 @Nike I find it VERY disturbing that you have the nerve to kneel at the flag of the country you live i… https://t.co/NZd5CCAwpK
36566                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
36567                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
36568                                        RT @Reuters: On @Breakingviews: @rob_cyran explains what's making life hard for generic drugmakers https://t.co/Hrx7jRVMNK https://t.co/cjI…
36569                                                                                                                    I would like to move to @TMobile but I’m scared of the coverage.
36570                                        @Greenpeace @Burberry 3. Where I do think orgs like @Greenpeace can help is to draw attention to better sustainable… https://t.co/Bb5IdU8kcd
36571                                        RT @morris_kr: @Dr_Kaco @Nike @HKecia @RoaroftheLion8 @AngelLight2U @Diehard45C @writemombritt @CatOnA_TinRoof @UberDick @Sherrie75527742 @…
36572                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36573                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36574                                                     @micahsr12 @GildaRose77 @ShellsAGoGo @GovMikeHuckabee @CNN @CoryBooker @Nike Spartacus not Smartacus... https://t.co/hH8sVk57nQ
36575                                                   Check out New Playmobil Pirates 5618 Boat Ship Figures 74 Piece Building Toy Playset #PLAYMOBIL https://t.co/SH5KUJHqPp via @eBay
36576                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36577                                                 #Safety1st Folding #TableFeeding #BoosterSeat #ChairBooster w/ Tray Portable #Toddler  #Safety1st https://t.co/JxtyC5UBvd via @eBay
36578                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36579                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36580                                                             Check out Saucony Womens Size 7 Guide 6 Athletic Running Shoes Cross Training 10179-6 EUC https://t.co/Rm7NzIsFKb @eBay
36581                                         @thecryptoguyzz @CNBCFastMoney @GoldmanSachs Yes but this is standard media manipulation. You can push out a story… https://t.co/PujgSdZlMG
36582                                                                                                        @BarryHart7 @calRINOhunter @Nike I read the Jordan bail out story is a hoax.
36583                                                                                                                                                     @_dominiquec_ @facebook I agree
36584                                                                                RT @Reuters: Guinness World Records celebrates a new year of record-breakers https://t.co/EL7c58Xgwl
36585                                                                                                 @lesleyannecook @Starbucks @Uber @Wendys @panerabread @amazon @dominos All of them?
36586                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36587                                                                         God's Flat Earth Vs. Satan's Globe Earth Lie Hoodie Jacket Know Thyself https://t.co/kPn630UiOI via @amazon
36588                                                                   @GGonzalez_92 @PushinWeight @Snantongo @KendraBenetti @DevanF91 @Bakersman_Joe @Nike Let's go watch the game boys
36589                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36590                                                            Check out Xhilaration Womens Size 6.5 Flats Flip On Suede Slippers Moccasins Casual Brown  https://t.co/FVYQofolVK @eBay
36591                                        RT @georgejoseph94: SCOOP: With secret access to NYPD CCTV @IBM created software which tags people based on their skin tone + hair/clothing…
36592                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36593                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36594                                        RT @Starbucks: The new Starbucks Reserve Roastery in Milan marks the arrival of Starbucks in Italy—and the culmination of a dream decades i…
36595                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36596                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36597                                                                                                                                 @AustinNull @Nike Biiiiitch you better say that lol
36598                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36599                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36600                                                                                     RT @Reuters: Republicans could limit SALT impact in new tax legislation https://t.co/QmngYbx6Oj
36601                                                                            RT @Reuters: Brazil hospital officials say Bolsonaro risked death after stabbing https://t.co/AKxLy8uWD8
36602                                                                                              @cameraguydave1 your Tweet was quoted in an article by @Yahoo  https://t.co/cihL0IIhHh
36603                                                                                         RT @Nike: Don’t become the best basketball player on the planet. Be bigger than basketball.
36604                                             RT @DonFi4o: Check out Tandy Electronic Game Bridge Companion Vintage 1987 Computer Cards Game #Tandy https://t.co/pHOaVLMCGP via @eBay
36605                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36606                                        RT @AustinNull: Patiently waiting for the Colin Kaepernick @Nike ad to run tonight for #NFLKickoff so I can laugh at the stream of white te…
36607                                         @parkjiminiey @taskoner @JohnLegere @verizon @ATT @TMobile Y’all are seriously defending and getting offended over… https://t.co/qAJSXxbHBK
36608                                                  @adam_gutheil @kroger I wouldn’t be offended - would have just put it back and chose a different brand. I’m not the drama type. 🙄
36609                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36610                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
36611                                                                                                                                              @Reuters No one takes Moore seriously.
36612                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36613                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36614                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36615                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36616                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36617                                                    @BigDawg111215 @san1tdm @Nike @nikestore @nikefootball @NikeRunning @nikebasketball @nikesportswear Yuck \U{01f92e} disgraceful!
36618                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36619                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36620                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36621                                                                                       RT @OTLonESPN: BREAKING: @Nike releases new ad featuring @Kaepernick7 https://t.co/IECC7HqIBp
36622                                         @veekaye @CBS @opera @hulu @hbonow @BritBox_US @hulu_support @cbsallaccess A browser extension that you can set to… https://t.co/00RDauRFBU
36623                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36624                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36625                                                                                                                                               @IndivisibleNet @Ford Thank you @Ford
36626                                                  MSM is terrible when it comes to anything crypto. #cryptocurrency #bitcoin #blockchain @GoldmanSachs $RIOT https://t.co/4c5Z286XxH
36627                                                                                         @lovemyoldjeep @Nike You mean your money lol only way it matters is if you burn their stuff
36628                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36629                                                                                                @Nike got these crackas crumblin boooii HOLD THIS L 💀💀💀💀 https://t.co/eXjLpHTscz
36630                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36631                                                                                            @sclancy79 @NFL @Nike This is proof white people have no clue what black people go thru.
36632                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36633                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36634                                    #Palmoil giant @Indofood’s illegal abuse is well documented. @Nestle &amp; @PepsiCo’s business partner uses child labou… https://t.co/XPWtG4TaGK
36635                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36636                                                                               what happen to fair air time in politics @CBS ? you keep playing political rallies for only one side?
36637                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36638                                                                                      Come work for @IBM where you can help racially profile people for the police state #devdiscuss
36639                                                                              RT @Reuters: BREAKING: Earthquake of magnitude 6.3 hits central Ecuador - USGS https://t.co/H3j9N3AfSI
36640                                                                                                                              @Daxiohh @Microsoft @MicrosoftStore Nothing open rn :(
36641                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36642                                        @hotcherie1 @Nike Cherie you are correct!! #Boycottnfl #BoycottNike FU☆☆ #NFL!! I wont watch these pigs anymore!! I… https://t.co/kQS6wQNygP
36643                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36644                                          @PayPal tried loading funds @store~declined 2x.  Tried calling PayPal and was on hold for 1.5 hrs before getting disconnected.  Ridiculous
36645                                        RT @JimJlr2: @PatriciaRaye @Theon_Orbis @LolitaResist @1stRuleHoles @emanpatsfan @Nike @newbalance I don’t know about that but they’re burn…
36646                                                                                              @ChristosGianno8 @Cisco @BlackBerry And rest of BB trEes as a separate public company.
36647                                                             17% OFF #sale #FireTV #echoDot @amazon Fire TV Stick with Alexa Voice Remote + Echo Dot (Black) https://t.co/iHZTmA9LhL
36648                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36649                                                                           #TackleRacism #UniteAndKneel ... #Respect4Vets and in support of @Kaepernick7 &amp; @E_Reid35 &amp; @Nike
36650                                    RT @PSCupdates: Tell @HSBC (cc: @HSBC_UK) to end its relationship with Elbit Systems &amp; other companies abetting Israel’s crimes against Pal…
36651                                        RT @KATVNews: College of the Ozarks plans to remove its @Nike athletic uniforms in response to the company's new ad campaign featuring Coli…
36652                                        @Marcell44294999 @HowDareOof @Roblox @netflix *although nearly like 25% of the community attempted to rip r0cu to s… https://t.co/nxnVlLebrJ
36653                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36654                                                                                                                                @nbc where is this @Kaepernick7 @Nike commercial at?
36655                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36656                                                                              RT @Reuters: BREAKING: Earthquake of magnitude 6.3 hits central Ecuador - USGS https://t.co/H3j9N3AfSI
36657                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36658                                                                                  RT @ErikaMcdougall: @thrill22dub @RedPillBlackMan @NFL @Nike I can!!! Hmmmm oh yeah... ZERO!!!! 😡
36659                                                                                                                @Atmuse18 @waynemorgan200 @IndivisibleNet @Ford Goodbye 👋🏽👋🏽👋🏽
36660                                           RT @BethPaintings: Check out Genuine Alligator Tooth  Genuine leather cord Necklace Swamp People Gator  https://t.co/b8xmTlGffe via @eBay
36661                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36662                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36663                                        @t284lyfe @bluechecknot @jonwasd @new_engine @Nike That's how you take it... I take it as the forest industry is us… https://t.co/IusGsEtWlT
36664                                                                                                @Bacon15538714 @TomFitton @realDonaldTrump @YouTube @facebook @Twitter A good start?
36665                                                 Check out Onitsuka Tiger MEXICO 66 SLIP-ON TH3K0N-9649 Navy Off-white asics Japan Sneakers #asics https://t.co/zKwlsoNY0O via @eBay
36666                                                                                   Well well well looks like it’s time to re-evaluate #F150Twitter @Ford  I’ve had mine for 18 years
36667                                                                                      RT @hashtaghussain: @JusReign I’m starting your @Nike campaign for you https://t.co/0SKB2xNtlP
36668                                                                         Check out NWT Vince Camuto Men's S Small Slim Fit Sport Shirt Black Print $85 https://t.co/MoNPmYWKTO @eBay
36669                                                                                         RT @Reuters: Pacific leaders seek U.S. return to Paris climate pact https://t.co/hhgchtLin0
36670                                                                              RT @Reuters: BREAKING: Earthquake of magnitude 6.3 hits central Ecuador - USGS https://t.co/H3j9N3AfSI
36671                                                                                                                      Check out my listing @eBay - https://t.co/VdrkmhPtkW via @eBay
36672                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36673                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36674                                                                                                                   Have you ever believed in something @Nike https://t.co/GLhGNKf8Na
36675                                                                                   @Million774 @josephstewart1 @adidasFballUS @adidas Wanting to and doing it are 2 different things
36676                                                                                                                                                       That @Nike commercial is fire
36677                                                      @ReignOfApril @Nike @Kaepernick7 @NFL I just turned the channel to watch this commercial and now back to my regular program.😂
36678                                                                                                                                                                      You suck @Nike
36679                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36680                                                         Damn that @Nike went so hard. What a commercial. I almost started to believe in my dreams again. #JustDolt #ColinKaepernick
36681                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36682                                                                                  Congrats to @amazon on getting one step closer to #GOT by creating an amazing show @jackryanamazon
36683                                                                                             @Nike knew EXACTLY what they were doing. @Kaepernick7 #JustDoIt https://t.co/yPCb39R7LU
36684                                                                                 RT @Reuters: Death toll from Japan's Hokkaido doubles to 16: prime minister https://t.co/mqkcMQ1JhX
36685                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
36686                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36687                                           @RAD4562 @Kaepernick7 @Nike @NFL @GLFOP @realDonaldTrump @FoxNews @TuckerCarlson @nbc @FOXTV @espn Just did it and cancelled it it's done
36688                                        RT @4US_Workers: @Dawnnewyorker @IBM @BankofAmerica @CocaCola @jpmorgan WHY ARE AMERICAN BUSINESS OWNERS ANTI-Immigrant   https://t.co/zRUX…
36689                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36690                                        Sorry @Nike  you get no play on my tv!  @NFL @jenniferleechan @49ers @MaioccoNBCS I won’t be going to any games thi… https://t.co/S7LW8AXh3V
36691                                                          Check out Bunny Rabbit On Scooter w/Egg Basket*Primitive/French Country/Farmhouse Decor  https://t.co/gXnfCDxFQG via @eBay
36692                                                                                                                              Great @Nike commercial during tonight’s football game!
36693                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36694                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36695                                                                                                                          Leap can knee on his own time!  @Nike products are banned.
36696                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36697                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36698                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36699                                        RT @SABEW: #SABEW stands with @Reuters condemning the sentencing of two journalists in Myanmar https://t.co/Upq5qg0TDl #SABEW1stAmendment @…
36700                                                 Check out NWT Houston Oilers Vintage 90s Sweatshirt sz L Team NFL Zubaz Not a Reproduction #Zubaz https://t.co/HOt8RkCEIj via @eBay
36701                                        O.k. @netflix @NetflixLifee you save a show that’s popular internationally... hmmm.... I think our show made the bi… https://t.co/jVFHrNaN7K
36702                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36703                                                                                                                                                  I hope @Nike sues the little jerk.
36704                                                                  @sclancy79 @NFL @Nike Congrats. You just burnt something that you already paid for.. way to tell em ... 🙄🙄🙄🙄🙄
36705                                                   #travel Check out Green Bay Packers Zippo Lighter NFL Official Season-Matte Black - NEW #travel https://t.co/3queXzeRam via @eBay
36706                                                                                                                                                @netflix WHERE IS THIS FUCKING SHIT?
36707                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36708                                                              Check out LOT Vintage Mens Jewelry Tie Bars Tacks CuffLinks Sets Singles Money Clip  https://t.co/Fqp6UKfwp8 via @eBay
36709                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36710                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
36711                                                                                    Check out Karayoki With Your Phone - #1 #TopSelling #Unbranded https://t.co/VZT17jRHZn via @eBay
36712                                                                                                                           @mrjchin @netflix Definitely watch #timeless on @hulu! :)
36713                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36714                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36715                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36716                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36717                                                                                        RT @DonteStallworth: That was an amazing message in an amazing commercial @Kaepernick7 @Nike
36718                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36719                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36720                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36721                                                                                                                                 @IndivisibleNet @Ford Now I have to buy a @Ford too
36722                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36723                                                                                              FREE 4 a limited time - Even Me by Tanisha Stewart https://t.co/0rU5guTT4G via @amazon
36724                                        @lancemoorman @Nike Would you have talked about it without him? Would you even have noticed it? Not disagreeing wit… https://t.co/YOSTrZhUsl
36725                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36726                                                                                                                                                                  @Nike sue her ass.
36727                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36728                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36729                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36730                                                                                                                                                                      @Reuters *long
36731                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36732                                                                Glass Dispenser for Soap/Lotion - Reclaimed Jack Daniels (Gentleman Jack) Bot... https://t.co/sWvP8pNeiI via @amazon
36733                                                                                                                                @gramma_rose @Nike @TabriaMajors You so full of shit
36734                                                          Check out $18800 CERTIFIED 14K WHITE GOLD 50CT NATURAL SAPPHIRE 0.85CT DIAMOND NECKLACE  https://t.co/1GAPF9BUvj via @eBay
36735                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36736                                        @UrbanDevelmtGrp @hockeymandude @deathsthetic @vitty_n_gobo @thegreyestson @waynemorgan200 @IndivisibleNet @Ford Ma… https://t.co/P4Fv4hGcRQ
36737                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
36738                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36739                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36740                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36741                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36742                                                         RT @scorpiotoots: @AlanFrew @Disney @glasstiger Was there 31 years ago..and will be there tomorrow night to see you!! YAY!!
36743                                                                                                                           Wearing @LeviStraussCo @LEVIS and @Nike tomorrow I guess.
36744                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36745                                        RT @SKYRIDER4538: @BarelaLucy @Nike @nikestore @womensmarch They are busy protesting the #KavanaughConfirmation so they can kiII more innoc…
36746                                                                                   Taxco MEXICO Sterling Silver Bangle Bracelet Cuff https://t.co/kZEoKFvo0X @eBay #western #jewelry
36747                                              @CVBeats1 @BigDawg111215 @88JWR88 @Nike @nikestore @nikefootball @NikeRunning @nikebasketball @nikesportswear… https://t.co/IOJb2UvDAU
36748                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36749                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36750                                     RT @blindgaurdien16: So @Google silently takes down the Q&amp;A session in Google Headquarters where Ilayaraja had questioned the resurrection…
36751                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36752                                                                                      RT @hashtaghussain: @JusReign I’m starting your @Nike campaign for you https://t.co/0SKB2xNtlP
36753                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36754                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36755                                                                                                            @IndivisibleNet @Ford Bravo! #Ford stands for #FuckOldRepulicanDickheads
36756                                                                                                                                                    @IndivisibleNet @Ford Ford sucks
36757                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36758                                                                                                    @D_Booth7 @Nike “Have It Your Way” made me me drive my van into the Post Office.
36759                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36760                                                       Check out Coleman 10'x10' Instant Canopy/Screen House Shelter Tent Camping Backyard Party.  https://t.co/kIb5JmLcyX via @eBay
36761                                                                                                                @McDonalds ice cream machine been broke since 2010 man I swear 🤦🏻‍♂️
36762                                        @Nike you risked a lot with that ad and I support it 100% but why risk it I get that Nike is a $128.68B company but… https://t.co/tLhGf1TMB3
36763                                        RT @OCHUDI_BIAFRA: @Reuters @AlexanderAbdo @ReutersLegal NGO: We have discovered 7 graveyards were 180 pro-biafra activists were buried yet…
36764                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36765                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36766                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36767                                                                         RT @Reuters: 12 passengers sickened on two flights arriving at Philadelphia airport https://t.co/4sGrGyFfBo
36768                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36769                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36770                                               @netflix Is A Taiwanese Tale of Two Cities not available in the US yet? It says it was released on Sept. 3 but I’m unable to find it!
36771                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36772                                                    Check out STERLING SILVER SIMULATED EMERALD BEZEL HEART FILIGREE RING SIZE 5.75 HEART GRN #L2D https://t.co/WTbwkDlnoM via @eBay
36773                                                                                                              RT @CHEVYWOODS: Here’s a message from @Nike 😂 https://t.co/KfO3wsdMC1
36774                                                                                   RT @Reuters: Hollywood star and 1970s sex symbol Burt Reynolds dead at 82 https://t.co/0wIdljRRYB
36775                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36776                                                                                                                                @JJDanceN1 @JVER1 @Nike If anyone knows She does. 🇺🇸
36777                                                                                        https://t.co/IsS8FGekqH: Best Sellers - Office Products. https://t.co/J6gWyOIgXY via @amazon
36778                                                   Check out 1.80 CT Heart Cut Purple Amethyst Solitaire Stud Earring 14K Yellow Gold Finish #Stud https://t.co/812N3hmPiT via @eBay
36779                                        @Nowwsup69 @Kaepernick7 @Nike @EricTrump You can eat shit. NB are made a lot better shoes then nike. And dont depen… https://t.co/M8tIXuCEuX
36780                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36781                                    RT @eBayROCteam: Rag &amp; Bone NYC Taupe Butakhan Distressed Suede Wedge Knee High Boots Eur38 BNIB https://t.co/kiYiy1Rzsf via @eBay @midler_…
36782                                                                                                                                   @IndivisibleNet @Ford is there a source for this?
36783                                                                                                     RT @Cody_Helton24: The only @Nike ad I’m getting behind https://t.co/k9ZafkLuwm
36784                                      @sclancy79 @NFL @Nike You a frfr fuckin dummy😂 stuupid fuck puma adidas under amour all rocking with Collin Kap 😂 f… https://t.co/q5HwMzfT7M
36785                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36786                                                                                                                          RT @ShaqMitchell: I love you @Nike https://t.co/XsOmrxTl45
36787                                                                                                        @SatyaVijayi @Google have the courage to stand by your guest @TheMaestroRaja
36788                                                                                           Coffee isn't the only good thing that you can get from @Starbucks https://t.co/Imrd9xqNJC
36789                                                                                                 RT @ukmlv: Looking for a dataset: A new search from @Google https://t.co/9eZzcC8iEw
36790                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36791                                                                                          Check out West Germany Green Big Plastic Car DBGM  #DBGM https://t.co/IBaptTIFwu via @eBay
36792                                        RT @Reypablinni: @Linda_0nline @MyFreeCams Hi Linda! I hope you have a good Friday along with your @Starbucks ☕️ Cheers!. https://t.co/tcOh…
36793                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36794                                                                                                So don’t ask if your dreams are crazy...ask if they’re crazy enough. Thank You @Nike
36795                                                                                                                      Check out my listing @eBay - https://t.co/agz9mNfeQM via @eBay
36796                                                                                                 RT @rhetorical670: @BethocAeilflaed Just what's on @netflix https://t.co/EZ40drdTkQ
36797                                        RT @CherylB60483895: we need a Season 2 of Deception @netflix @ABCNetwork @AmazonStudios please! #ILoveDeception #CameronBlack #JonathanBla…
36798                                                           @allidoisowen @realDonaldTrump @YouTube @Twitter @facebook @infowars https://t.co/Kpa8FUf0g3 the book burners have to go!
36799                                                                                                                        @Gillette will u like 2b mah girlfriend Arizona cheerleader.
36800                                                                                  Online shopping for Ocean Nutrition at https://t.co/ndf67YgfmL https://t.co/mc1izTs0bY via @amazon
36801                                                Check out Excellent 4 Pcs Natural Hot American Silver Moonstone Cushion Cab 8x8-10.88cts #Gemscore https://t.co/EDdVM59xos via @eBay
36802                                                                                     Check out 25 ft dvi cable brand new sealed. #UnbrandedGeneric https://t.co/PXdrrxKCMZ via @eBay
36803                                              I’m not happy with @Nestle @PepsiCo and @RSPOtweets. They need to cut ties with exploitation #palmoil company… https://t.co/YOQcR9jv4Q
36804                                                                                                                       @KQED @Nike @Kaepernick7 Absolutely love it!  It's inspiring.
36805                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36806                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
36807                                        RT @Reuters: International Criminal Court says it has jurisdiction over alleged crimes against Rohingya https://t.co/9B0zMPHY2z https://t.c…
36808                                                                        RT @OGDannyOcean: Still tippin through the Galleria @Nike @footlocker #AirMaxOrigins https://t.co/7jiDZM5AUG
36809                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
36810                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36811                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
36812                                        Using @cartoonnetwork logo Using mufasa from @Disney plus #family tree but crying for #Fillup I mean u are copy you… https://t.co/HaDYO6XfV5
36813                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36814                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
36815                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
36816                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36817                                          RT @JohnGermaine: Check out Stainless Steel Footed Ice Cream Bowls Pair 2 Bowls Silver Colored #Unmarked https://t.co/MjH41fkxEB via @eBay
36818                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36819                            @Sony @PlayStation @rob_pearson86 @NathanDitum Happy Marvel's SPIDER-MAN day to all. If you own a Xbox 😂😂😂😂🤣🤣🤣🤣😒😒🤣🤣… https://t.co/NeRarnD2Sw
36820                                                                         RT @Reuters: Major Chinese paper warns Britain on trade talks after warship sail-by https://t.co/L1bxMlNWU5
36821                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36822                                                    RT @mevpromotions: Retweet if you do wish to have this @Apple iPhone Xs Plus as soon as they launched it https://t.co/B4MDJCekPN
36823                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36824                                                                                                  @ZedTrafficker @McDonalds @McDonaldsUK @OneMinuteBriefs I'm loving it!!!! 😍😍😂😂
36825                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
36826                                                                                RT @adamsandlerfanx: @IndivisibleNet @Ford the walmart parking lot next week https://t.co/ZmMUyX01m9
36827                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36828                                                                                                                    @reeses @amazon #NotSorry #Sweepstakes C. REESE’S &amp; my mouth
36829                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
36830                                         RT @HeavenlyHaylee: @i_kevsl @Ace_2984 @Mexi421 @SGSMUFASA @TeAmoEric @Nike @Kaepernick7 Most of them don’t give af about vets and service…
36831                                        RT @Ryanair: Ryanair Gives Free 10kg Check Bag To All 2m Non-Priority Customers Who Booked On/Before 31 August To Fly After 1 November: htt…
36832                                                                                                                                            @stulowe80 @Google I almost got invited!
36833                                                                        RT @Reuters: Veteran Singapore diplomat calls for gay community to challenge sex ban https://t.co/jdDs1jVElH
36834                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36835                                                                                                                                 @adidasNYC @adidas Pay women in professional sports
36836                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
36837                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36838                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36839                                                                                                                                                   @RealKiefer @netflix Awesome 👍🏽
36840                                                                                          Check out Paul Richardson 2014 Topps Platinum Rookie Red /25 https://t.co/IUXCwUvsNS @eBay
36841                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
36842                                        Great news! @bashirdin has been selected as a finalist for the #GirlRising Creative Challenge powered by @HP! Follo… https://t.co/kRlXLtsyyX
36843                                                                                                                      @Tesco tear here and reseal my arse 😑 https://t.co/Q4KIKDOT9G
36844                                                                          Me heading to and get @McDonalds pancakes for breakfast before work.. #fridaytreat https://t.co/EAn6h7PArt
36845                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36846                                                                                                                                   @Racing_Metral @Heineken @F1 This is so good haha
36847                                                      RT @vitty_n_gobo: @UrbanDevelmtGrp @waynemorgan200 @IndivisibleNet @Ford Usually doing what is right is also good for business
36848                                                                                                                                              @Wave1972 @Reuters Good luck with that
36849                                         RT @molloyd23: Dirks gently is an unbelievably clever show! How did it get cancelled?? Somebody save It! @netflix @netflix #SaveDirkGently…
36850                                                                        @AmericanExpress BA website hack. So Amex says it will transfer you to an operator then cuts you off. Twice.
36851                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36852                                                                                             RT @Reuters: China vows tax reforms won't boost corporate costs https://t.co/pN8JK2KQps
36853                                                                      @Google Liaising with Chinese government is comitting genocide against Chinese people. https://t.co/W7KSm75jVE
36854                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36855                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
36856                                          @AmazonHelp I’d like you to call me and understand the same since a tweet wont be enough to explain #Amazon #amazonfails @amazon @amazonIN
36857                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36858                                        RT @jabberjode: Still waiting for @PayPal to give me access to MY MONEY! I will post this every day to warn my followers to think twice abo…
36859                                                                                                            Check out It's Your Birthday Greeting Card https://t.co/xjcew6dyWh @eBay
36860                                                                                                              RT @CHEVYWOODS: Here’s a message from @Nike 😂 https://t.co/KfO3wsdMC1
36861                                                                                                              RT @CHEVYWOODS: Here’s a message from @Nike 😂 https://t.co/KfO3wsdMC1
36862                                                                                                              RT @CHEVYWOODS: Here’s a message from @Nike 😂 https://t.co/KfO3wsdMC1
36863                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36864                                                                      Check out #OTTERBOX Series Statement Defining Protection Case Baby Blue #iPhoneX https://t.co/RBD4E3tUzz @eBay
36865                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
36866                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36867                                                                                         RT @Reuters: Osaka storms past Keys to reach first Grand Slam final https://t.co/1pW0V8Hz7i
36868                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
36869                                                                                                                                       #SierraBurgessIsALoser WHERE U AT??? @netflix
36870                                        HAHAHAHA NEVERMIND @netflix my older brother decided to change my profile pic and make my account “for kids” lmaooo… https://t.co/0jXzfJXKbH
36871                                                                                                                                        @edencyclingbore @Ford @Nike That'd be next!
36872                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36873                                                 @jerseyprincess6 @Starbucks Hello! This is Naoko Machida from NHK in JPN. I work on an educational TV show… https://t.co/HamheA9Zmw
36874                                                                                                                                       @JimCarrey @Nike Your both AMERICAN heros!!!!
36875                                        @FoxNews @CNN @MSNBC How should @pfizer @Merck @JNJCares  @TevaUSA feel about @SenateGOP and @HouseGOP wanting to p… https://t.co/nv4aLloVus
36876                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36877                                        @Netflixhelps @NetflixUK @netflix first the hacker manage to change my password than my upgrade my offer to premium… https://t.co/S0BNDEoqzK
36878                                        @jegedeoluwafem2 @Holumydhe @iamkelofficial @Chevron @jegedeoluwafem2 you never call my name when you are discussin… https://t.co/1VFrMEdgy2
36879                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36880                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36881                                        @Mexi421 @AngelicaMcClu24 @SGSMUFASA @Ace_2984 @TeAmoEric @Nike @Kaepernick7 Fake patriots don't really give a damn… https://t.co/08OQ7qmdHA
36882                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36883                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36884                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36885                                                                                                 RT @Justin_Willman: BOTTLE FISHIN’ #MagicForHumans @netflix https://t.co/H42OiLoHiq
36886                                                                                                                                             @johnrich @Nike Your sheets are showing
36887                                               @strongblacklead @netflix And who came up with the idea that beautiful black hair💯💯💯💯 isn't good enough or even beautiful. 💯💯💯
36888                                          Boarding with @easyJet Inverness bound with lots of chiselled looking athletes &amp; @Spoocatt But as we all know… https://t.co/K8dY0ByITE
36889                                                                                            RT @CHIZMAGA: My wallet has Freedom of Speech too and right now it’s not speaking @Nike.
36890                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36891                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36892                                                       Check out HAWAII PEARL HARBOR HONG KONG SINGAPORE JAPAN WW2 Military picture postcard mint  https://t.co/EghQCEJSyC via @eBay
36893                                                                                             Check out PIX - LINK LV - UW10S WiFi Dongle 150M #PIX https://t.co/BiYHHQXodR via @eBay
36894                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36895                                        RT @neeleshmisra: So I thought I would try ordering online. Ordered an @OmronIndia weighing scale on @amazon and this is what I just got. S…
36896                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36897                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36898                                                                                     Check out Isabelle Adjani Roadshow magazine April 1977 issue  https://t.co/xBnhWy7vhu via @eBay
36899                                                    Check out Ladies NIKE DRY RUNNING Shorts (Small) #Nike https://t.co/U4VFU6iIBk via @eBay #nike #nikedry… https://t.co/IeSEmLtpQY
36900                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36901                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36902                                        RT @Reuters: EXCLUSIVE: Right-wing sites swamp Sweden with 'junk news' in tight election race https://t.co/DwXClROB9n https://t.co/1eigAp38…
36903                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36904                                        Groundbreaking! This actual ad is from the new @Nike ad campaign for throwing knives and competitive knife throwing… https://t.co/vObZBqyCZc
36905                                                     RT @DanPatrick: Stand with me to boycott @Nike. Click here to Sign My Petition: https://t.co/2Va8OlTkEp https://t.co/M5Tsvkn9wa
36906                                                                               @AlxLuvsBatman23 @thereal_Kasia @Nike @Kaepernick7 They can't wear Nikes anymore. They are political.
36907                                         @easyJet flight 6009 out of Bristol to Faro 5/9/18 about 30 drunk abusive and intimidating golfers who should have… https://t.co/K6x28vB5BH
36908                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
36909                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
36910                                        RT @JayValenz67: Carl Bernstein: ‘Rage-A-Holic’ Trump Is Now A National Emergency https://t.co/ue2aXCEY4J via @Yahoo Carl Bernstein said th…
36911                                                       Check out 14K White Gold Over His Her Diamond Engagement Bridal Wedding Band Trio Ring Set  https://t.co/eBJjr9imgY via @eBay
36912                                         RT @luckyappricot: @Carmen50 @kevinmdraper @Nike I work at Nike. On my way to park this morning an elderly black man in a dapper old timey…
36913                                                                                                                                                             @Reuters Same Bull shit
36914                                                                                                             @sock_angry @Google That's a good question!!... https://t.co/fhi8gbaUy8
36915                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36916                                                      Check out Amazing Plain Designer Earring Silver Plated Jewelry 6.16 Gram MER-1012 #Unbranded https://t.co/Of4tkLrPIM via @eBay
36917                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36918                                                                                      RT @Reuters: India to launch policy to promote electric vehicles: Modi https://t.co/DmabCBVnv5
36919                                                                       @AndyStill11 @PSCupdates @BDSmovement @HSBC It is well known that Netanyahu gov. is deeply involved with ISIS
36920                                        RT @IceyAsma: RT if you want @netflix to adapt a romcom of WHEN DIMPLE MET RISHI by Sandhya Menon: A super cute young adult novel with ador…
36921                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36922                                        RT @ASOS: ‘Dropping out of college to fully pursue my career in my craft would have to be the biggest leap of faith I’ve ever taken.’ Ashto…
36923                                            .@gerard_270 &amp; @Nike - what’s not to like!? Inspiring talk about brave brands who know who they are #DMC2018 https://t.co/a8ZYExewHB
36924                                                                                                            @Nidhi @facebook That is some dark stuff and this when you have a voice.
36925                                                                                @Nike Do you make scrubs? If not have you considered making them? A few friends and I were wondering
36926                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36927                                        @netflix you picked up Designated Survivor. Do the right thing and #SaveCodeBlack! You need this show in your origi… https://t.co/KWqJR5yKL4
36928                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36929                                                       @Reuters @AlexanderAbdo @AlisonFrankel @ReutersLegal Getting on one knee would be part of the first amendment. So it's legal.
36930                                                                          Check out $8300 CERTIFIED 14K WHITE GOLD 2.00CT DIAMOND EARRINGS #Dangle https://t.co/jJXzmbMxNL via @eBay
36931                                                                              RT @Reuters: Obama speech to urge big Democratic turnout in November elections https://t.co/XfxnQpQ3ZP
36932                                                         RT @Reuters: China's August bank lending seen lower but shift to credit easing intact: Reuters poll https://t.co/6esv4kXezL
36933                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
36934                                                     RT @Jo_Frost: No burning going on in our house @Nike we believe in the value of every family. #justdoit https://t.co/Cr50SgjZvo
36935                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
36936                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36937                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36938                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36939                                                TV tip: @MarvelIronFist benefits from the saving grace of this second season that starts Sept. 7 on @netflix https://t.co/88JNIp226X
36940                                                          @TeachersOntario @Starbucks My goal is to pretty vide students with finals n and engaging opportunities to learn and grow.
36941                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36942                                                  Check out Stacy Adams Tie &amp; Hanky Set Red Black Multi Pattern 100% Microfiber Hand Made #Set https://t.co/NCaXAVLd9l via @eBay
36943                                                                                            RT @CHIZMAGA: My wallet has Freedom of Speech too and right now it’s not speaking @Nike.
36944                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36945                                     Sinister #palmoil company @Indofood exploits workers. I want @RSPOtweets to kick the rogue company - and @Nestle &amp;… https://t.co/daVJ53c0xF
36946                                                                         RT @Reuters: Former British Foreign Secretary Boris Johnson and wife to divorce: PA https://t.co/XnVHJxiKPB
36947                                                                                                Definitely a must-watch for #parents and #teachers @netflix  https://t.co/fWoxgfE5l4
36948                                                                                                         RT @itsthisjustin: @therealmatia @Nike We made one! https://t.co/rojHCPOW0j
36949                                                                              RT @Reuters: Obama speech to urge big Democratic turnout in November elections https://t.co/XfxnQpQ3ZP
36950                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36951                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36952                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36953                                        RT @generalelectric: Voyager 1 launched 41 years ago today. GE engineers designed its command computers and built the electricity generator…
36954                                        RT @JulianLittle4Ag: @NFYFC @CropProtect @LoveLambWeek Joint bought ready for Sunday lunch - does my conversation with @Tesco about wanting…
36955                                                                                                                    @ManuMaxBlack @netflix @mrmarkmillar @OlivierCoipel Image Comics
36956                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
36957                                         RT @Reuters: International Criminal Court says it has jurisdiction over alleged deportations of Rohingya people from Myanmar to Bangladesh…
36958                                                                               The @Tesco self serve checkouts are a Fucking joke!! Useless robot cunts are think as fucking shit!!!
36959                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
36960                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
36961                                                               Check out Franco Sarto Cork Wedge Sandals Leather &amp; Southwest Print Cloth  Size 7 M https://t.co/LmjmSAALBD @eBay
36962                                                                                         RT @Reuters: China warns Britain ties at risk after warship mission https://t.co/FPVgUHNxta
36963                                        RT @Biz_Ukraine_Mag: Genocide is not fashionable: Lithuania calls on @Walmart to stop selling Soviet-themed T-shirts https://t.co/LuICIlNyok
36964                                                                              RT @Jhay_Efekt: Believe In Something. #PeoplePower #JustDoIt @Nike @HEBobiwine https://t.co/LQmD2bGhdY
36965                                        RT @ChrisJZullo: @realDonaldTrump Bravo @Nike. America isn't easy. America’s advanced citizenship. Want free speech? Want to claim this lan…
36966                                        RT @ChrisJZullo: @realDonaldTrump Bravo @Nike. America isn't easy. America’s advanced citizenship. Want free speech? Want to claim this lan…
36967                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36968                                                                                           @Paul_B_1979 @Nestle So glad to hear! We can’t wait to hear what you think of the rest 😉
36969                                         RT @Reuters: International Criminal Court says it has jurisdiction over alleged deportations of Rohingya people from Myanmar to Bangladesh…
36970                                                                                                                                                  @Nike Nike alienated all patriots!
36971                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
36972                                                                                                                       @ClaireFurlong14 @adidas That id why she must turn to cricket
36973                                                                                                                          @JohnLegere @TMobile Me. I want to know where’s my T-shirt
36974                                        @Nidhi @facebook We are living in a situation where people are being killed on the name of cow and killees free roa… https://t.co/LkXfRrlEnz
36975                                         RT @nevylen: @DrMartyFox @Nike Yeah @NIKE How else do you intend to corrupt our children. Let me tell you something NIKE you don’t respect…
36976                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36977                                                                                         Fuck off @Microsoft Excel. More crashes than Maldonado. Another lost chunk of productivity.
36978                                                       Check out 14K Yellow Gold Over Princess 3.20CT Diamond Wedding Bridal Set Engagement Ring   https://t.co/5pRmGSATzR via @eBay
36979                                                                                         RT @Reuters: China warns Britain ties at risk after warship mission https://t.co/FPVgUHNxta
36980                                         RT @hydehunter2017: @BigDawg111215 @DanKnox37060406 @Nike @nikestore @nikefootball @NikeRunning @nikebasketball @nikesportswear Perversion…
36981                                                 Check out 2018 New Retro Geek Vintage Large Frame Fashion Round Multicolor Sunglasses Mens #Round https://t.co/7SqGAajHdd via @eBay
36982                                                                                                                              @_mountainchild @adidas Lmfao is that were you went?!?
36983                                                                                   RT @Sony: Here. We. Go. #SpiderManPS4 is out now. https://t.co/CAk3N7T7oJ https://t.co/WPmTUtRkom
36984                                                                                                                      RT @youngflymouthOG: Hey @Nissan I think we need a bigger car!
36985                                                    Check out Tony Stewart Mens Size M Shirt  Black Graphic Car Racing Tee Short Sleeves #BasicTee https://t.co/3UZiGF1pqK via @eBay
36986                                                                                                              RT @CHEVYWOODS: Here’s a message from @Nike 😂 https://t.co/KfO3wsdMC1
36987                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36988                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36989                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
36990                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
36991                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
36992                                                                 #FreeWaLoneKyawSoeOo 2 @Reuters Journalists Sentenced To 7 Years In Prison In #Myanmar @npr https://t.co/5wRgTd9tVi
36993                                                                                                                                                             @Tesco I have sent a DM
36994                                        RT @IceyAsma: RT if you want @netflix to adapt a romcom of WHEN DIMPLE MET RISHI by Sandhya Menon: A super cute young adult novel with ador…
36995                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
36996                                                                                                                                                  @Reuters Can you pull it up Jamie?
36997                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
36998                                                                                                                                    RT @Ryanair: ATC Update: https://t.co/kTEJGKkl1V
36999                                                                                                                                      This is going exactly to plan. Good job @Nike.
37000                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37001                                        RT @ChrisJZullo: @realDonaldTrump Bravo @Nike. America isn't easy. America’s advanced citizenship. Want free speech? Want to claim this lan…
37002                                                                                                                      Check out my listing @eBay - https://t.co/HYjwngmfd1 via @eBay
37003                                                                                           RT @Reuters: China to increase export tax rebates on 397 products https://t.co/ZRfCfdQFPV
37004                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37005                                        @FoxNews @Nike Amen Country first not Traitors and Thugs Cant believe Obama is Getting a Award from the Ethics Comm… https://t.co/L8aEemmMYQ
37006                                                     RT @nuggiesma: @DiamondandSilk @facebook Facebook is trying to wear you down so you give up. Don't give them that satisfaction.
37007                                                                                                                      Check out my listing @eBay - https://t.co/zU8xXzCBTu via @eBay
37008                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37009                                        RT @ncpublicschools: 2018 @WellsFargo Regional Principals of the Year recognized at State Board of Education September meeting. https://t.c…
37010                                                                                                                 @coleyworld @LeviStraussCo @Nike Dockers are definitely off limits.
37011                                                                Check out Ziggy Collector Plate Love is the Answer Who Cares What the Question Is  https://t.co/TqUnwom8iL via @eBay
37012                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37013                                        RT @EllieLBane: @NetflixLifee @netflix Can you please #SaveShadowhunters ?? The #Shadowhunters fandom all wanted to be saved and ratings ha…
37014                                                                              The Storm Shield: Book One of the World of Arwan by R G Russell Jr https://t.co/YUcVdGbydC via @amazon
37015                                        RT @lindsayromantic: The Snow Bride (BookStrand Publishing Romance) by Lindsay Townsend https://t.co/DEhmjv9lhp via @amazon #snow #bride #w…
37016                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37017                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37018                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37019                                                        Check out Taj Mahal miniature replica statue hand made crafted vintage ancient modern Art  https://t.co/czoGTbQgkW via @eBay
37020                                                                              #Mens Vintage Canadian Zephyr Black Ice #Skates #CanadianZephyr      https://t.co/Tz7EL7GI2B via @eBay
37021                                                             RT @Reuters: Supreme Court nominee Kavanaugh steers clear of Trump ... https://t.co/3D8Wmjvulz… https://t.co/VsdGG8cw8L
37022                                                                       RT @Reuters: Alex Jones and Infowars permanently suspended from Twitter and Periscope https://t.co/1WijknTYgX
37023                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37024                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37025                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37026                                                       Check out 1.97 Cts Natural Lustrous Top Royal Blue Sapphire Oval Cab 8x6 mm Thailand Loose  https://t.co/wCninTDN8F via @eBay
37027                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37028                                                                       RT @mariesornin: BEST. SOCIAL. MEDIA. RESPONSE. EVER. @Nike #JustDoIt #JustDoItSafely https://t.co/hDeglcMfdA
37029                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37030                                               The US regulator @US_FDA grants a breakthrough designation for @AstraZeneca and @Amgen's severe #asthma drug… https://t.co/8cyPMT3a2G
37031                                                                                                                      RT @youngflymouthOG: Hey @Nissan I think we need a bigger car!
37032                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37033                                                                        Floral Sunrise Accordian Auto Shade by Auto expressions Auto Expressions https://t.co/R0dV5kiQ9g via @amazon
37034                                        RT @Reuters: Apple to provide online tool for police to request data: letter https://t.co/ZWTn0exDX5 by @StephenNellis $AAPL https://t.co/u…
37035                                         RT @DohaMadani: Dear @lanacondor and @noahcent and @netflix please make a sequel that final book has too many emotions and issues that the…
37036                                        16 of the UK's largest fleet operators - including @networkrail @ENGIEgroup and @Tesco have pledged to replace thei… https://t.co/g2BX1JsR8T
37037                                                                                   @RealKiefer @netflix You welcome so now when is my 24 coming back and you have to play Jack Bauer
37038                                        RT @kroger: Milk this deal for all it’s worth! Grab your digital coupon and get a free Stonyfield Organic Single Pouch. Download today by 1…
37039                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37040                                          [BLOG] Want to read something cool? https://t.co/lmnrh5QHmz … @Oracle #tech #innovation #AEC #disruption #culture… https://t.co/zC5P0xo8Kh
37041                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37042                                                                                             @DiamondandSilk @Tweety66l @facebook @Twitter won't allow me to follow you. #Censorship
37043                                                                                           RT @Artsnow121: @johncardillo @realghess1 @Nike Morality bankrupt https://t.co/vDcsuQl9ah
37044                                        @UrbanDevelmtGrp @gisellevenegas @deathsthetic @vitty_n_gobo @thegreyestson @waynemorgan200 @IndivisibleNet @Ford N… https://t.co/wB5cIPQ4mR
37045                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37046                                    #Palmoil giant @Indofood’s illegal abuse is well documented. @Nestle &amp; @PepsiCo’s business partner uses child labou… https://t.co/cUeYsfpQcb
37047                                                       Check out 28.09 Cts Natural Top Royal Blue Sapphire Loose Gemstone Oval Cabochon Lot 9x7mm  https://t.co/fWq8im0KTl via @eBay
37048                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37049                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37050                                            Want a clear conscience while tucking into your @Nestle @PepsiCo &amp; @KFC? Then first tell palm oil regulator… https://t.co/Cyeb2GcizD
37051                                                                    Check out Womens Silver Jump Suit Size XL #XHILARATION #Jumpsuit #Partyevening https://t.co/VVQKpUkldA via @eBay
37052                                                                                                       @JewelryChick @jpmorgan we would rather see a realistic photo if you have it?
37053                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37054                                                                                                                        @A380Capt_Tumi @sindivanzyl @adidas Congratulations girl! 🥂
37055                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37056                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37057                                                                                      RT @Reuters: Michael Moore compares Trump to Hitler in new documentary https://t.co/YjCyGIr6jU
37058                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
37059                                        Thanks @StarbucksUK @Starbucks for deciding that my surname is too risqué for your filter. Can’t even change my per… https://t.co/8n0KzFqojn
37060                                        RT @Disney: The legend you know has a dark side. Watch the final trailer for Disney's @TheNutcracker and the Four Realms in theaters Novemb…
37061                                                                           Check out OPAL BY JOPEN VIBRATING RECHARGEABLE GLASS WAND - PINK #JOPEN https://t.co/2Q8LsX6iaj via @eBay
37062                                                                                                                                                  @RussianFuturist @eBay It’s lovely
37063                                        RT @kilmeade: Dr. Jerry C. Davis on @foxandfriends: We think that the @Nike has not acted responsibly; they are exploiting an issue that we…
37064                                        RT @ChrisJZullo: @realDonaldTrump Bravo @Nike. America isn't easy. America’s advanced citizenship. Want free speech? Want to claim this lan…
37065                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37066                                                                                                                      RT @ThanaNiveau: @manthasam3 @Disney Don't forget Selma Blair!
37067                                           @sgsuid help me! @ChineseWSJ @nytchinese @bbcchinese @XHNews @realDonaldTrump @CNS1952 @Reuters @CCTV @PDChinese… https://t.co/JLFzrw9hgo
37068                                        RT @thetrumpologist: @TheLastRefuge2 @NickKristof @Nike good business decision now includes a 34% favorability rating to its brand by US co…
37069                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/ZsbrJXfngV
37070                                        So just had to drag my sick child to pick up my shopping from @Tesco and YET AGAIN mouldy fruit. Had to complain la… https://t.co/7YCYgEjsyG
37071                                                   Check out EXPRESS Heathered Grey White Dress Blouson Striped Mini Medium Keyhole Back  #Express https://t.co/T3jkVpLO7V via @eBay
37072                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37073                                                                      @DiamondandSilk @facebook myself I’m about over Facebook……I might log on once a week if even that these days……
37074                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37075                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
37076                                                                                                                   @boring_as_heck @Nike oh no another anal-retentive cave-creature!
37077                                         RT @David42160244: Check out My Mind Gets to Ramblin' by Steve Howell CD Out of the Past Brand New sealed OOP https://t.co/IPX6TxHrRf @eBay
37078                                         @vaportrails71 @AdamSchefter Every time you and others tweet about it you bring more pub to @Nike and @Kaepernick7… https://t.co/7g4rVCFFrz
37079                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37080                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37081                                                                            @hashruthlesstv @netflix Lol the extra remake version I finished all the seasons for the 9485829482 time
37082                                                                                                                                                     @wvjoe911 In your @Ford pickup!
37083                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37084                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
37085                                                                                                                         @jeffastrof @trialanerrorfan @NetflixLifee Cmon @netflix!!!
37086                                        @bookingcom @hotelsdotcom thanks hotels for the nice services which i just started using your services after 10 yea… https://t.co/5RYID7mytu
37087                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37088                                                                                                                                      @TheRevBobLevy @nrm21122 @Nike Forget about it
37089                                                            Online shopping for Save on select Smith &amp; Wesson knives from a great selecti... https://t.co/R9ROVnvNML via @amazon
37090                                                           today is a great day to pick up eyewitness @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca ' '
37091                                        RT @Nidhi: It is now clear to me that @facebook is NOT interested in helping with a criminal investigation. Have had enough. Time to exit F…
37092                                                                    Check out ACDC ACDC Band Music Bar Club LED Neon Light Sign home decor crafts  https://t.co/NLT3Uvxmag via @eBay
37093                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37094                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37095                                                    RT @CsharpCorner: #Microsoft Releases #SharePointFramework V1.6  cc @CsharpCorner @Microsoft @SharePoint https://t.co/CWOcaNutlN
37096                                                Check out Horizon Accessory Set Bling your Inspirational Fashions Iron on Appliques New #Unbranded https://t.co/qhjRFXEt38 via @eBay
37097                                        Hi I'm definitely sure you sell Hipp Organic baby food jars but why isn't this coming up on the website and app when I search for it? @Tesco
37098                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37099                                                                               Check out Absolut Vodka Country of Sweden Beer Neon Bar Light Sign  https://t.co/tJ7zzU6fkF via @eBay
37100                                        Just getting started with people analytics? @Microsoft head of HR business insights says to start small. “You don’t… https://t.co/1t6egTivAu
37101                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
37102                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37103                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37104                                        @johnrich @Nike so why isn't he posting about it instead?  Oh right... you need the re-tweets.  You need to actuall… https://t.co/rTH6gWnInt
37105                                                                                                                                                   @FrancescaSamm20 @McDonalds Idem.
37106                                        @caitie168 @kirst_sullivan @Nike what? i deleted it because i didn’t want to start anything then tweeted my thought… https://t.co/YF3zKhifPS
37107                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37108                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
37109                                                 Check out  Aquarium LED Lighting Power Kit and 5 gallon Filter Starter Fish Tank Panaview #koller https://t.co/Wur59GIQh3 via @eBay
37110                                                                           RT @Reuters: Pakistan removes economist from key role following Islamist backlash https://t.co/JFhO47gkTs
37111                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
37112                                                             @markmatic42 @Charcin34Davis @GMA @Kaepernick7 @ryansmithtv @NFL @Nike @KingJames After millions of us ...you are right
37113                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
37114                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
37115                                                                     Check out (9) Random 1982 Donruss Tron Trading Cards EX/MT+ Walt Disney Lot   https://t.co/K6VZUu4rj1 via @eBay
37116                                    RT @AALIVESMATTER: @DiamondandSilk @Haight_27 @facebook Keep up the good #PatriotsFight ladies we need your strong smart sass &amp; witty voice…
37117                                                                                               @RealKiefer @netflix So now can we talk about “Freeway: Bob’s Back” release date: TBD
37118                                                                                                                      Check out my listing @eBay - https://t.co/V86ppXKfvF via @eBay
37119                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37120                                        RT @RoosterTeeth: Watch Rooster Teeth artists face off in a 5 minute drawing challenge using the @HP ZBook x2 in the HP-Intel Lounge at #RT…
37121                                        RT @RCDefense: U.S. Has Seen Evidence of Syria Preparing Chemical Weapons in Idlib | via @Reuters #Syria #Idliboffensive #Idlib #ChemicalWe…
37122                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37123                                                                                        50 Fabulous Tomatoes for Your Garden by Ruth de Jauregui https://t.co/viKscX43XJ via @amazon
37124                                         @TheRightside18 @FoxNews @Nike And what do you mean dumb? Isn’t this about patriotism? About doing the right thing… https://t.co/NfWJZ66YAL
37125                                         RT @RachaelTaylorD2: @GretchenClayson @geniusparkers @chillyhades @SonyPictures @Sony Fraternity Friday! ❤️ I love Wyatt and Rufus's friend…
37126                                                                           RT @Reuters: Day 4: Supreme Court nominee Kavanaugh's Senate confirmation hearing https://t.co/W5I2K2kja5
37127                                         All the people mad over the @Nike ad are the same people who are yelling “aLl LiVeS mAtTeR” and are always getting… https://t.co/wBYs3qAL6H
37128                                                   RT @christjazz1: @DiamondandSilk @facebook Makes you wonder if POTUS Trump is criticized whether it is censored. #boycottfacebook
37129                                        RT @VMLOCK: @TrillegalAlien @Kaepernick7 @Nike @OCFLOW @OCFlowApparel @RatedRInc @RatedRInc Demari you should also follow @workwthecoach ch…
37130                                                                              @cnni Hope @Starbucks had improved its coffee to compete with the great coffee shops in Italy 🤣🤣🤣🤣
37131                                        RT @NScuola: Join @Zerto at the @Microsoft Technology Center in NYC on Oct 30th for the #ITResilience Roadshow. There will be product annou…
37132                                                      @Nike @nikestore @Kaepernick7 @ESPN #JustDoIt #Sacrificeeverything #soccer #soccermom Check us out on… https://t.co/p0JT5x13jt
37133                                                                The Case of the Boarding House Murder (An Upson PI Mystery Book 1) by Norton ... https://t.co/Dz8m8fRQod via @amazon
37134                                                                                RT @adamsandlerfanx: @IndivisibleNet @Ford the walmart parking lot next week https://t.co/ZmMUyX01m9
37135                                                                                                                                               @Garytwist1 @TVGuide @netflix Me too!
37136                                                                                                                           RT @meowriza: what the hell @Sony https://t.co/eQKhQRBd9O
37137                                                         RT @Yahoo: Elizabeth Warren calls for use of 25th Amendment to remove Trump https://t.co/fIFsGj6n0N https://t.co/DqvZITkPQX
37138                                        @Phyllis_4965 @Davidmusic04 @WesleyMatejka @Nike @Kaepernick7 You absolutely can disagree with when and where he pr… https://t.co/PDQgSmBafR
37139                                                                       Check out ROCKY PATEL FIFTEEN ANNIVERSARY TORO CIGAR WOOD BOX HIGH QUALITY  https://t.co/JbrD7fwRMw via @eBay
37140                                        RT @HomeDepot: Tom almost lost everything. But then this idea put him on The Home Depot’s map: https://t.co/mlXubsTcw1 https://t.co/c3JR5Fi…
37141                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37142                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
37143                                         RT @RachaelTaylorD2: @GretchenClayson @geniusparkers @chillyhades @SonyPictures @Sony Fraternity Friday! ❤️ I love Wyatt and Rufus's friend…
37144                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37145                                        RT @Ford: Congratulations to our self-driving partner Argo AI for being named among #LinkedInTopStartups and transforming how the world mov…
37146                                                                                             Looking forward to a great @VW weekend at @Busfest #VW #Busfest https://t.co/ohFgEPnadR
37147                                        @Disney told every @LAWAonKNGC star to wait until the morning to talk about #SmackDown. WHAT THE FUCK WAS THAT SHOW… https://t.co/FdOTsyBDkr
37148                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37149                                                            @mayasworld @netflix Me ! I love this show but I cant get over how clueless some of these homeowners  are with decor lol
37150                                        RT @706Worthy: @Shansaa62 @BitFlippr @LeviStraussCo @Nike @levistrauss Grow up! Do you honestly think you are gonna stop evil! Guns don’t k…
37151                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37152                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37153                                    RT @PSCupdates: Tell @HSBC (cc: @HSBC_UK) to end its relationship with Elbit Systems &amp; other companies abetting Israel’s crimes against Pal…
37154                                                 @David_Yardley @Kaepernick7 @Nike Refused to stand for those were assualted and killed by the Police who were to protect and serve.
37155                                                                                                   @Nike ❤️💙\U{01f9e1}💛💚💜 the 30 yr add!  Nailed it!  🍾 Here’ to 30 more years!!
37156                                        RT @_lynnwolf_: @realDonaldTrump @Nike was thinking that Freedom of Speech is every American's Constitutional right. I support the Constitu…
37157                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37158                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37159                                                                                                       @phoneradarblog @amazon @amazonfiretv @AmazonFireTVInd Good value information
37160                                               RT @BryanCassiday: The Bus Stops Here: and other zombie tales by Bryan Cassiday #zombie nightmare https://t.co/5QT0bF4Jlx via @amazon
37161                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37162                                                Check out And other stories Metallic Pink Loafers size uk 3 https://t.co/pZWJcrLrGM @eBay  #ebay #ebaybuyer… https://t.co/2XCZ8pMK9J
37163                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
37164                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
37165                                                            #eBay Thai brass mini haven mix 5 animal SINGH legendary art creature collection 3 cm  https://t.co/AF4wz7X5GN via @eBay
37166                                        i’ve lost all respect for @Nike which is sad bcz the majority of things i own are Nike.   you really messed up by h… https://t.co/yXVEWAT3Sa
37167                                                                                                                       @AndyLeeman91 @ASOS @MrTeddyTedster He looks very handsome 💙
37168                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37169                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37170                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37171                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37172                                        Got two new pairs of @Nike shoes in my online cart rn that I'm gonna buy when I get my paycheck to wear while danci… https://t.co/q9mF9RndNn
37173                                                                         Check out Marvel Comics X-Men The End Book I Dreamers and Demons 1  2004  https://t.co/omL4yLG5xu via @eBay
37174                                        @1boopopi @NFL @Kaepernick7 @Nike SECURED contract with the NFL and anybody their affiliated with honestly.  This w… https://t.co/2h1G5AuLsC
37175                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37176                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37177                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37178                                                Check out Vintage  Embroidery 1 Size Fits All Pepsi-Cola Blue  Corduroy Baseball Cap! #BaseballCap https://t.co/weT2lGNI5p via @eBay
37179                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37180                                           RT @BethPaintings: Check out Genuine Alligator Tooth  Genuine leather cord Necklace Swamp People Gator  https://t.co/b8xmTlGffe via @eBay
37181                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37182                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37183                                                                   RT @Reuters: White House adviser Kudlow says dairy still blocking progress on NAFTA talks https://t.co/j8d1EWtkK8
37184                                        @ellasw1081 @lindacaseauthor @realDonaldTrump @amazon You can say what you want to say just like everybody else who… https://t.co/xIsVbzjOyD
37185                                                       Check out Original Vintage Strawberry Shortcake with Dog Porcelain Figurine Numbered 1430   https://t.co/USaIEXQyzW via @eBay
37186                                        RT @SHANKK50: If you think BAMA gone undo that @Nike contract because your feelings are hurt you’re an idiot.... if you think you’re hurtin…
37187                                                Check out New Luxury Women Watch Gold Fashion Design Bracelet Watches Ladies Wrist Watches #Luxury https://t.co/MsYQCrEBGY via @eBay
37188                                        I need niggas to stop acting like @Nike doing us a favor. They just capitalizing off @Kaepernick7 wave. Opportunist… https://t.co/T84I5THMGZ
37189                                             Check out Betsy Johnson Women’s Slip On Sneakers White Size 7.5 https://t.co/4CXKODbpXR @eBay #ebaypowerseller… https://t.co/QFHAKAsDBi
37190                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37191                                                                                                      @DBloom451 @NFL @Nike #Nike is the official athletic outfitter  for Venezuela.
37192                                                                                        RT @A_Smart_Liberal: @PeteHegseth @Nike @pattillmanfnd Try respecting the wishes of his wife
37193                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
37194                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37195                                                  @GovMikeHuckabee @Nike will end up on the right side of history. The Huckabee family will be known for TORTURING AND KILLING DOGS.
37196                                        RT @Beutifulgame: @essenviews Guess ny next car will be a @Ford which I haven't owned one in eons. Thank You Ford for show of real Patrioti…
37197                                                                 RT @LRbullies: @johnrich @Nike First it was this.. Now it’s Kaepernick #BoycottNikeJustDoIt https://t.co/oVgIjTdEOF
37198                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37199                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37200                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37201                                                                                                                                           @SkyNews @Nike @Kaepernick7 Bad campaign.
37202                                        @MetroUK @serenawilliams @Venuseswilliams @Tennis @GMA @Kaepernick7 @Nike Ballerina of the Tennis Court is far from… https://t.co/QDdcG5adUM
37203                                                                      Check out my listing @eBay - https://t.co/RQ9JJ8qaiq via @eBay #spiderman #venom #comics #marvel #spidergeddon
37204                                        @NerdyGirlK @kroger Can you just imagine a woman in her 50's that can't enjoy her grandson because she hurts so muc… https://t.co/6r2ZEpUvhY
37205                                                       @MrMokelly @lstewart0694 @ColinCowherd @Nike @Kaepernick7 @MaTTurner4Life I don’t wear them. It’s about Gronk . Hello Macfly.
37206                                                 Check out NORWICH CITY 2013 2014 AWAY FOOTBALL SOCCER SHIRT JERSEY MAGLIA TRIKOT MAILLOT M #ERREA https://t.co/sQoDFSEwAT via @eBay
37207                                                    Check out Women's Clarks Wave Shoes Black Size 9 W Leather Lace-up Waterproof #Clarks #LaceUps https://t.co/80bOXH2IsX via @eBay
37208                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
37209                                    Berlin: the new „Campus“ from @Google was squatted today. #police of #Berlin intervened &amp; stopped the neighbors Pro… https://t.co/06zYJ4WfS5
37210                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37211                                        RT @CWAmericas: ~ @WellsFargo hired a @UBS private banker for a Miami unit. @Mabrego has the news ⇓ #WealthManagement #FinServ https://t.co…
37212                                                                                                             @o__mighty @Marvel @Daredevil @netflix Iron fist season 2 is decent bro
37213                                                                                    RT @pipnbling: ELVIS PRESLEY Photo Charm Bracelet Remembrance  https://t.co/VR21IJWmYk via @eBay
37214                                                                                                            RT @A_THE_EMPEROR: I fux with @Nike hardbody but that SNKRS app is trash
37215                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37216                                        RT @INCIndia: We welcome the steps taken by organisations like @facebook @Twitter and @Google to curb the menace of fake news in the electo…
37217                                        RT @collectables66: See what I m up to on @eBay! View my profile to see my favourite finds and more: #stamps #coins #books #antiques https:…
37218                                                                                    RT @nanakim1956fl: @realDonaldTrump #TakeAKnee I support Kap and @Nike . https://t.co/RkRcVO60wr
37219                                                                              RT @Reuters: Obama speech to urge big Democratic turnout in November elections https://t.co/YO8ztsjDh1
37220                                                                           Check out St. Louis Cardinals Red Baseball Jersey by Stitches Men's- Medium https://t.co/k4QZjdplOJ @eBay
37221                                        @JimCarrey @Nike Honestly - It looks like the work of a 6th grader - an amateurish attempt at a cartoon. The shadow… https://t.co/D6ixAU4Mz0
37222                                                                        RT @kelcyjohnsowned: These @Nike ads have just been so inspiring I had to share one. https://t.co/ZIs6GRnZeB
37223                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37224                                                                                            @george_capen @realDonaldTrump @Nike Thank you for your service. You are a true patriot.
37225                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
37226                                            @TheEllenShow @andylassner @MaryConnelly @EdGlavin @Walmart @gafroofing @Shutterfly #TheEllenShow #Ellen @NBCLA… https://t.co/N0oDmWDZwD
37227                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
37228                                                                                                             @PayPal I believe you've got the WORST customer service. Check on that.
37229                                                 @nanakim1956fl @realDonaldTrump @Nike Hmmm so you just compared Trumps response to that of slavery and the civil rights era?  #maga
37230                                         RT @Reaproy: My op-ed on the case of the @Reuters reporters in #Burma - The Crushing of the Free Press in #Myanmar - is now on-line at the…
37231                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37232                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37233                                         RT @JoAnnLiguori: @krisalderson @robinstrasser @Nike I wasn’t an  #OLTL fan but I’ve always liked @robinstrasser—and now more than before.…
37234                                                                                                                  Can’t wait for this @Nike air monarch ad to air on NFL prime time.
37235                                                                                                                           RT @becdondo: i’m in love #sierraburgessisaloser @netflix
37236                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37237                                         @kilmeade @foxandfriends @Nike Are you deplorable bigoted racist Russian collaborating treasonous traitors aka the… https://t.co/mpQciWM17t
37238                                                                                             @realDonaldTrump @Nike @Kaepernick7 Nike’s new motto: “We’re a special kind of stupid.”
37239                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37240                                                                                          @DiamondandSilk @facebook Suppression which is just as bad racism. They should be ashamed.
37241                                        @Russellmania621 @Nike @NFL Why shouldn’t he get to play again?? Standing up to something that is important shouldn… https://t.co/UWZ1tTrbbA
37242                                        @AgentCBK @Nike my father was also a union man when he protested because of something at work it was called a picke… https://t.co/C9pkhjJZON
37243                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37244                                                                                      Reactions from Sally Field and more to Burt Reynolds' death https://t.co/c6AyrNpvf1 via @Yahoo
37245                                                      Check out Pepcid AC Maximum Strength 50 Tablets Relieves heartburn 50 Count exp 2019 #Pepcid https://t.co/IKS3wVmkqp via @eBay
37246                                                                                                                                             @phoneradarblog @Google @amazon Awesome
37247                                        @weaklypolitical @Kaepernick7 @Nike @nikesportswear all im saying is that colin did not sacrifice anything. His job… https://t.co/OFEjyOMohb
37248                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/WoebfLUFgK
37249                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
37250                                                                                                                                @IndivisibleNet @Ford Time to sell my @ford stock 🙄
37251                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37252                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37253                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37254                                                                               Check out Antique Silver Ring Coral Gemstone Size US 11.5 #Handmade https://t.co/RWZCvyHyVu via @eBay
37255                                        RT @Bernard39715301: @Dawn_DeMore1 @BKBLAZERxONE @POTUS @Nike @GrrrGraphics Nike is trying to cash in on this while making shoes in sweatsh…
37256                                        RT @ESOMAR: How do global brands like @CocaCola @Unilever @McDonalds @microsoft ensure their global growth? Watch these brands live on stag…
37257                                                                                    @BASF Invests in Surface Treatment Site in China https://t.co/iEqn5OEu8V https://t.co/EHfV9eYwvS
37258                                        RT @tsuites: News! @HP is ranked #20 on @thomsonreuters global #DiversityInclusionIndex  - out of 100 companies. @DailySlate @karenkahn @em…
37259                                                         RT @Yahoo: Elizabeth Warren calls for use of 25th Amendment to remove Trump https://t.co/fIFsGj6n0N https://t.co/DqvZITkPQX
37260                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
37261                                                              Check out Vintage Brass Copper Holy Water Carrier Storage Pot India Urn Jug Vessel   https://t.co/Vd1qBr5AIE via @eBay
37262                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37263                                                                                                                                                          @Reuters You mean potcast?
37264                                                                                                                                                     @JohnLegere @verizon Dick eater
37265                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37266                                        Great news! @HERPakistan has been selected as a finalist for the #GirlRising Creative Challenge powered by @HP! Vis… https://t.co/uJ2CCpDL8f
37267                                            Check out NY&amp;CO size 8 sleeveless ruffle abstract animal print summer top blue career work #Career https://t.co/AcNnPzK3xI via @eBay
37268                                          SURPRISE! Breakfast and Spiderman Stream LIVE RIGHT NOW! @PlayStation @Sony @LHG_Mutenie @414PREZ @FaithWalker615… https://t.co/pBBL7X1WTH
37269                                                                                          Check out MARVEL LEGENDS SPIDER MAN SPIDER//DR BAF Head  https://t.co/UjCn01q3P2 via @eBay
37270                                                                                                                            @CaimitoDF @Reuters But beer is legalblahblahblahblah 😅
37271                                                 RT @LornajaneCosign: 4 Halloween Cheese Knife Spreaders Dracula Frankenstein Witch Cat Stainless  https://t.co/eqQrdIqgco via @eBay
37272                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
37273                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37274                                                       Check out Helping Children Overcome Learning Difficulties: A Step-by-Step Guide for Parent  https://t.co/R2EMN0rueF via @eBay
37275                                                 RT @BethPaintings: Check out 2 pcs  Beach seaglass mermaid necklace unique   pendants #DropDangle https://t.co/g7R45RYY9m via @eBay
37276                                                                                                                      Check out my listing @eBay - https://t.co/7vyWiCUEyN via @eBay
37277                                                                                                           @Reuters I'm sure this is the best picture of Kudlow that Reuters have...
37278                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37279                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37280                                                         Never thought I’d say this but I can’t wait for @comcast to be available in my area... sick of dealing with @DirectcomFiber
37281                                                                     RT @Reuters: U.S. has seen evidence of Syria preparing chemical weapons in Idlib: envoy https://t.co/H7A9964Llf
37282                                                                                                                                              @maryannalopez @McDonalds Love you lol
37283                                                                                                                 @Nike Caper is disgraceful person. Buy Nike ?  Just don't do it !!!
37284                                                                                                   Check out Coach 19407 Perforated Leather Duffle Red https://t.co/qPdZDt5mgo @eBay
37285                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37286                                        RT @GuyGuyDestin: @Nike I dream the beauty of my music to perform in front of millions in notes so unique the rhythm of soul to perform wit…
37287                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37288                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37289                                                                            RT @iDownloadBlog: Update: @Apple has now pulled this app from the Mac App Store https://t.co/1m7Hl99THq
37290                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37291                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37292                                                         Check out ULYSSES  S. GRANT U.S.A. POSTAGE STAMP SCOTT # 223 1890 5cent~CHOCOLATE~HINGED  https://t.co/BWP0guwnRZ via @eBay
37293                                                                                 Check out 36127 Jagdpanzer IV - German Army 1944 1/72 Easy Model  https://t.co/VJ6E5PEFYh via @eBay
37294                                                        Check out U.S.A. POSTAGE STAMP SCOTT #855 1939 3c~CENTENNIAL OF BASEBALL~SANDLOT BALL~MNH  https://t.co/AiVr48HNif via @eBay
37295                                     RT @chowdallas: Hey @Nike ... I’m loving my new “New Balance” athletic shoes!  Took the 3 kids to the “Rack Room” yesterday &amp; spent nearly…
37296                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
37297                                        RT @RachaelTaylorD2: @HollieJoyJoy @amb_393 @geniusparkers @GretchenClayson @chillyhades @SonyPictures @Sony They have each other's backs a…
37298                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37299                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37300                                                Check out GENUINE Tommie Copper EBLOW SLEEVE Men Women Support Compression Black or Blue #OnePiece https://t.co/kIlz1mBZpg via @eBay
37301                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37302                                         @MichaelSchmel11 @MorganStanley Wow sounds horrible. I strongly recommend you get out of the market now. Liquidate… https://t.co/tBUsgcZ4D6
37303                                                                             RT @Reuters: Former British Foreign Secretary Boris Johnson and wife to divorce https://t.co/UlNW4f40lI
37304                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37305                                                                                                                                             @RealKiefer @netflix Good news. Thanks.
37306                                                   RT @Manal_Cali: Hey @Nike can you sue her for illegally using your trademark and name without permission? https://t.co/XLeHqsZknc
37307                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37308                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37309                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37310                                                                                      RT @CourtlinJabrae: me walking past everybody that don’t like @Nike 😂 https://t.co/FxAFf2Kv7N
37311                                        @ramenfoxgaming @TheFaxFox @jackryanamazon @PrimeVideo @amazon @Twitch Will people quit calling for boycotts. If yo… https://t.co/ItCKAuO57A
37312                                                                                                                                                           @Reuters “Comedy podcast”
37313                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37314                                                RT @iamblazen: @DiamondandSilk @facebook Some people are scared of the truth &amp; so they aim to silence anyone who is speaking it.
37315                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37316                                         @netflix can yall bring back some soaps?????? We can have a contest to decide which one should be the test program… https://t.co/cazuMGMpc1
37317                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37318                                                    Check out NYGARD COLLECTION LEATHER/KNIT SWEATER JACKET with FAUX FUR - Size L (14-16) #Nygard https://t.co/phdm5evWwZ via @eBay
37319                                                    RT @CsharpCorner: #Microsoft Releases #SharePointFramework V1.6  cc @CsharpCorner @Microsoft @SharePoint https://t.co/CWOcaNutlN
37320                                        @MrJeanAndree @loganrick1095 @blueshedevil32 @bp3431 @ColbyCovMMA @Nike @Kaepernick7 Well thank you Mr statistic  !… https://t.co/3U6MpnImc1
37321                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37322                                                                                                                                    No caption needed. @Nike https://t.co/PbqoDOjUzV
37323                                                                                                                                           Such a brilliant ad from @Nike! #JustDoIt
37324                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37325                                      It's lunchtime at @McDonalds when the #SnackSociety tries their saucy NEW Sweet &amp; Spicy Honey BBQ Glazed Tenders!… https://t.co/sWisK8iu8m
37326                                        RT @Giarc1982: @totalfilm Are @Disney @WaltDisneyCo @RobertIger @MarvelStudios  #AlanHorn  gonna #SayNoToNazis and #RehireJamesGunn for @Gu…
37327                                                                          Check out Jack Bazel Framed Prints 5x7 1979 &amp; 1980 Southwest Style   https://t.co/YNclCPtqoU via @eBay
37328                                                                                     @DonMarkG @BankofAmerica Yea shit was happening to me couple years ago got rid of they ass fast
37329                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
37330                                        RT @DarkForestFilm: #FF enjoy #fall with these #filmmakers on @amazon @horrorhotel123 @SPENTtheMovie @9FullMoons @dinkedmovie @CappsCrossin…
37331                                                Check out Two Bowls The California Craftsman Franciscan Made In USA 7 in  https://t.co/MyCDGtXvwp via @eBay #franciscan #earthenware
37332                                                                                                        @phoneradarblog @Google @GoogleIndia @madebygoogle It's already in the marj2
37333                                                                                                                        RT @Joelpatrick1776: Fixed it @Nike. https://t.co/62gTq71nCN
37334                                                              Check out Mens Bear Force green  Puffer Winter #Coat #Jacket sz M #BearForce #Puffer https://t.co/Un0bZVz667 via @eBay
37335                                                                                                     @XrpCenter @Akasost @SAP Very interesting - good find @XrpCenter +.1 @xrptipbot
37336                                                                                                                                         @jachristian @salesforce @sfchronicle Same!
37337                                                                             RT @Reuters: Iraq's top Shi'ite cleric demands end to violence as protests rage https://t.co/WqyNAJOf6c
37338                                                           RT @pinkpretty16: Check out J.Jill Women's Size M Chambray Linen Blend Embroidered Tank Top https://t.co/E0dd7Tx8H0 @eBay
37339                                                                                                Check out Gods Of Egypt- (Blu-ray )-Gerald Butler  https://t.co/Yv5PFqsOyR via @eBay
37340                                                                                                                                   @Mikie_The_Guy @netflix Like last week it’s so 🔥
37341                                                                        @ReutersBiz @Starbucks Amazing to see how Starbucks won the Italian coffe market !!! https://t.co/wGBShLrkvq
37342                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37343                                        @BJP4Karnataka @BSYBJP @RahulGandhi @Google So now i came to know one more thing! Whatever he criticizes government… https://t.co/zu77g2KUb8
37344                                        RT @dallasschools: Superintendent Michael Hinojosa says the new school will open in 2021. #DallasISDSTEM @SMU @Toyota https://t.co/Ei7F95eF…
37345                                                                                                                                 @DWTSGossip i wish @netflix would pick this show up
37346                                                                                                                     @kayla10x @CharlesMBlow @Nike You guys are reaching. Exhausting
37347                                                 I applaud @Kaepernick7 and @Nike. They made an amazing ad. @realDonaldTrump continues to miss the point on… https://t.co/KdVVQjA467
37348                                                                                         RT @Reuters: France accuses Russia of spying on military from space https://t.co/SfbRt2Gta1
37349                                               This is all because I bought somethin n they automatically signed me up for prime n decided no to tell me!!! Robbing bastards @amazon
37350                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
37351                                          My latest blog is live! Four Ways to Beat the Back-to-School Blahs https://t.co/5cZWBBIl5H via @Oracle #education… https://t.co/SDBSZ5nnf4
37352                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37353                                        @MrWarrenOut @BarrettNGrin @GeneralClark @Nike @Kaepernick7 Lol Idk what you're talking about. Teachers don't do th… https://t.co/Ugn8AJf7RZ
37354                                                    Check out  Women's Unique Scarf Cowl neck warmer w secret pocket -  Gray - Handmade  #Handmade https://t.co/yOdvxzKQYA via @eBay
37355                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37356                                                                                  RT @maiunss: I mean... Come on 😍 @PopTV @LionsgateTV @PrimeVideo @netflix https://t.co/7jwhTdADfW
37357                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
37358                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37359                                                                            Metabo 316022930 Gear W/ Clutch Metabo https://t.co/yiPGwGRSXE via @amazon #eliquidassets #raretoolparts
37360                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37361                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
37362                                     RT @chowdallas: Hey @Nike ... I’m loving my new “New Balance” athletic shoes!  Took the 3 kids to the “Rack Room” yesterday &amp; spent nearly…
37363                                        RT @_the_bris_knees: TRIAL AND ERROR I BEG YOU PLEASE #SaveAnneAndDwayne #SavetrialAndError @netflix @NetflixLifee PLEASE PLEASE PLEASE htt…
37364                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
37365                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
37366                                                             RT @C_Sambino: @chardonnaymeeks @tayo419 @DevanF91 @hvddiqahxo @Nike When I finished the thread https://t.co/zN49OwhajI
37367                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37368                                                         Check out Sunset VTG 1989 Needlepoint Kit General Store NIP #12054 Hallmark Cards Design  https://t.co/UmaUbn8FgW via @eBay
37369                                                                                                                                                  @DMeganR @Nike @Kaepernick7 Truth.
37370                                                                                         RT @Reuters: France accuses Russia of spying on military from space https://t.co/SfbRt2Gta1
37371                                                                                 RT @DerekKildall: I still dont love waking up in the morning butttt @Starbucks makes the day easier
37372                                                                                                                           RT @KayBoutin: Kudos @Nike .  I stand with @Kaepernick7 .
37373                                                               RT @Shell: What does your morning coffee have in common with a bike? ☕= 🚲 🤔 #makethefuture https://t.co/Iq4kY3xaiS
37374                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
37375                                                                                                                     @RealKiefer @StephenKing @netflix Woot! https://t.co/mA3gVbcSzu
37376                                         @facebook all my products in my FB Business Page Are No longer tagging or syching with my shoppify . I have logged… https://t.co/W1vDrbPkes
37377                                                                                         RT @Reuters: France accuses Russia of spying on military from space https://t.co/SfbRt2Gta1
37378                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37379                                                Check out  new Company One Plaid Button Front Top dark Blue White blouse lg comfort casual #Blouse https://t.co/IJYTzwKZ9T via @eBay
37380                                                             RT @Reuters: More than 200 people queue outside Italy's first Starbucks https://t.co/ft8VWODwoT https://t.co/5eCAms7QiY
37381                                        RT @normanelson81: @SMUBuddCenter @smusimmons @SMU announce partnership with @dallasschools @Toyota on new STEM school in #WestDallas https…
37382                                                                  RT @sssandraD: @SManolesco @realDonaldTrump @Nike thanks you for the free advertising.  Indestructible shoes!!! 😂
37383                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37384                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37385                                                                          @ChrisLoesch @Nike Let’s see the how patriotic you are burning this pair. ASSHOLE! https://t.co/OwJfkasLfM
37386                                           RT @NRAHillbilly: This is so true! @Kaepernick7 @Nike @NFL #BoycottNike #NikeBoycott #BoycottNFL #BackTheBlue #ThinBlueLine #sot #sov 🇺🇸…
37387                                         @foodlover1958 @BreitbartNews @DineshDSouza @Nike Well Nikes biggest customers are black youth. I believe they are… https://t.co/7L384WXwgV
37388                                                                                      RT @CourtlinJabrae: me walking past everybody that don’t like @Nike 😂 https://t.co/FxAFf2Kv7N
37389                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37390                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37391                                                                   See what I m up to on @eBay! View my profile to see my favorite finds and more: https://t.co/xsxNCZLLAc via @eBay
37392                                                                                                                        @JohnLegere @verizon What about an at&amp;t bill. Horrifying
37393                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
37394                                                                                                                                              @Reuters Starbucks coffee is horrible.
37395                                            @Rytz_Cuecliche @Tesco To be fair they have been recycling their carrier bags for use as our home kit for years! https://t.co/vTti9WjJoU
37396                                                                                      Check out Polished Wood Pendant Necklace #Unbranded #Pendant https://t.co/p5l0pC3LHc via @eBay
37397                                                                               Check out Marilyn Monroe Rubber Phone Case Cover. #UnbrandedGeneric https://t.co/AAEfyHgCMA via @eBay
37398                                                                                                                         @Tesco @LucozadeEnergy y u teasin’? https://t.co/1qDN1kIPV4
37399                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37400                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37401                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37402                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37403                                        @stefdegreef @PayPal That's not good. We do have some basic verification that we do require for our borderless bala… https://t.co/ZtMUFMeNxz
37404                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37405                                        Hi @BankofAmerica : Your customer service team telling me they can't answer my issue due to high volume is so unacc… https://t.co/DjcSA47gyD
37406                                                                       Check out  ATLANTA FALCONS Cuffed Knit Pom Hat One Size Cap #AtlantaFalcons https://t.co/fpZonLSSIZ via @eBay
37407                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37408                                        RT @itsanthonayy: Hey @Nike did she ask for the rights to use your logo and slogan for her pics? Sue her ass now please https://t.co/W7d20x…
37409                                                                                    @_Nameless_S_ @noahcent @netflix We’re all Peter Kavinsky stan accounts now after all. Even cats
37410                                                                                   Today's  Shell Shocker: @HP EX920 M.2 256GB PCIe 3.0 x4 NVMe 3D TLC NAND SSD 2YY45AA#ABC  $81.99…
37411                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37412                                        RT @Reuters: A man wearing a plaid shirt sitting directly behind Trump at his Montana rally was asked to leave after making faces and mouth…
37413                                        RT @SleeperAthletes: Does anybody have friends or family near this store so I can get some @Nike gear for 50% off? #JustDoIt https://t.co/5…
37414                                         So happy the @MLB uses @MajesticOnField uniforms and not @Nike. Too bad @packers and @NFL use that brand. Won’t be… https://t.co/p8zr6C6O1z
37415                                                                                                                     @Reuters He was stabbed by a national socialist from left-wing.
37416                                                                                                                                     @tombraider Does @amazon have that edition?! 🤔
37417                                                                            RT @Reuters: Ex-Catholic bishop named suspect in alleged Chilean abuse cover-ups https://t.co/8iYR6tuYWO
37418                                                                                                                Check out Countdown To Christmas Board https://t.co/UD7th6Y3EM @eBay
37419                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37420                                                            RT @Disney: #MickeyMouse concept art from the heart of Disney: https://t.co/alyTVVQhmR #Mickey90 https://t.co/ALZlZNFwXc
37421                                      @CA4MAGAandKAG @willpatriot007 @Lrihendry @espn @gehrig38 @Nike @newbalance Okay #WhiteTears 🤣🤣🤣🤣. Waiting on you… https://t.co/1TqkBtev7U
37422                                                                                                                    RT @BrookeLVincent: Everytime I fly with @Ryanair I’m delayed 😕
37423                                        RT @greenroofs: Facebook’s New Frank Gehry-Designed Menlo Park HQ Extension Includes a Massive Green Roof #greenroofs @facebook https://t.c…
37424                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
37425                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37426                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37427                                         Excited to have @DrBenFung of @updocmedia and @APTAtweets Media Corp member joining us via @Google Hangout to talk… https://t.co/QqYnjJQqzn
37428                                                                         RT @Reuters: Starbucks mania grips Italy as new store opens https://t.co/ft8VWOV7gr https://t.co/GAphGTCipV
37429                                       Win a @Google Home Mini ($80 valued) via @BestBuyCanada &amp; @HelloVancity RT &amp; Follow to enter #PowerYourSpace  https://t.co/Bc1DjFmQpZ
37430                                        RT @Reuters: A man wearing a plaid shirt sitting directly behind Trump at his Montana rally was asked to leave after making faces and mouth…
37431                                                                             RT @Narhaii: ”Sierra Burgess is a loser” is a movie I actually understand with my whole heart. @netflix
37432                                                                                                     This CROPPED image = 30 day @facebook ban!!! \U{01f92c} https://t.co/yTtm5Y7nCU
37433                                                                                        @EVniufire @Nike @adidas You're the one following me and tweeting me but i need a life? Okay
37434                                        RT @jumbojetsetter: Quite a few announcements for delayed @Ryanair flights at @STN_Airport this evening (including mine). All part of the s…
37435                                                                   1X Anthropologie Fig &amp; Flower BOHO Peasant Top Earth Tones Flowy Soft Rayon https://t.co/TnLt0WZhiY via @eBay
37436                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37437                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37438                                                                                 RT @Reuters: N.Y. Fed raises U.S. economic growth view for 2018 second half https://t.co/BcBHJBJCaX
37439                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37440                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37441                                                                                                                         @taylorAloy @HE_VALENCIA @GreatDismal @Ford Levi's as well.
37442                                                                                                                               RT @KFreehams: Ok @Nike hear me out: Resistance Bands
37443                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37444                                                          Check out Women Solid Cami Crop Tank Top Spaghetti Strap Yoga Workout (S-L) #boz #Casual https://t.co/GxPJZYOPsD via @eBay
37445                                                                                                                                      @MarcusMariGOATa @Nike Hehehe I like this one.
37446                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37447                                        @hoonable @Mike_Magrath @HanSolex @therealautoblog @Nissan I should probably clarify that I'm not saying it's the s… https://t.co/oTjYsLo65e
37448                                                       Check out ModCloth Lighthearted Lecture Wrap Dress Size Large Fall Leaves Pattern #ModCloth https://t.co/RvgSZ6ntsV via @eBay
37449                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37450                                                                                                                      Check out my listing @eBay - https://t.co/vxzuF0gosA via @eBay
37451                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
37452                                         @JusCallMe_Mo @owensj4319 @kpk67 @Nike @Kaepernick7 I would rather get more caring and loving police officers that… https://t.co/amy7ZwPiqp
37453                                                                                                @mickbrizzie @wublz @PeteHegseth @Nike @pattillmanfnd Wong! Speak only for yourself.
37454                                        @netflix doesn’t pull any punches with this epic endeavor. @OutlawKing is a graphically brutal recounting of Robert… https://t.co/pakGHs9uYq
37455                                        RT @GemMar333: @Coreymlyons @lovemyyorkie14 @RNRKentucky @TimKennedyMMA @Kaepernick7 @Nike Getting upset and trying to make a change like M…
37456                                                                                                    @___0HOUR1_ @garaffon @Nike What’s understood doesn’t need to be explained 🤷🏽‍♂️
37457                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37458                                                                         Check out Silver Poker Ring – Fine Silver Ring – You Win! #Handmade #Band https://t.co/m3cfozBOXX via @eBay
37459                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37460                                                                          RT @Reuters: Walmart unit asked to explain India business model after Flipkart buy https://t.co/d6z2IfytuX
37461                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37462                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37463                                                   Check out BNWT REAL MADRID 1999 2000 THIRD FOOTBALL SOCCER SHIRT JERSEY CAMISETA ADIDAS #adidas https://t.co/PX5V4ZGtwt via @eBay
37464                                    RT @SAP: SAP HANA is helping @ElephantsRhinos &amp; People (ERP) preserve the world's ecosystem for future generations. https://t.co/H8kclZW3lr…
37465                                                    Check out Glasgow Celtic Football Club 2005 Original Nike Football Shirt (Adult Medium) #Umbro https://t.co/9Y17jdKpDc via @eBay
37466                                                                Castile Olive Organic Coconut Soap Bar Unscented - Handmade Natural 7 oz ! Na... https://t.co/r4uii0j3TG via @amazon
37467                                        RT @estef_aguirre: EMERGENCY:  @Ryanair  WE WANT TO FLY TONIGHT TO MADRID. OVER 4 HOURS WAITING TO BOARD FROM CIAMPINO ROME AIRPORT https:/…
37468                                                                     RT @Reuters: U.S. has seen evidence of Syria preparing chemical weapons in Idlib: envoy https://t.co/H7A9964Llf
37469                                                                                                      RT @kathygriffin: Buying some @Nike gear right now.... https://t.co/t1hezqt2SG
37470                                                                                                                                         I see you celebrating with that rosé @Nike!
37471                                        @pritharaysircar @Nike 'Your money!?' @Nike and #ColinKaepernick will profit millions from tapping an untouched mar… https://t.co/1PvLXCz8Sh
37472                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
37473                                                   Check out ZURICH 2010? FOOTBALL SOCCER SHIRT JERSEY TRIKOT CAMISETA MAGLIA NIKE L #Nike #ZURICH https://t.co/wMDykrmeOM via @eBay
37474                                        RT @WWECommunity: Thank you @Hyundai #HopeOnWheels for everything you do!  Together we can keep fighting cancer!  #WWEHero #RAW https://t.c…
37475                                                                                                             I stand with @Nike @newyorkpost @washingtonpost #Americawasalreadygreat
37476                                            Want a clear conscience while tucking into your @Nestle @PepsiCo &amp; @KFC? Then first tell palm oil regulator… https://t.co/To71UmvVW6
37477                                                                   Antiquarian Practical Mans Book Of Things To Make + Do Vintage Handymans Manual https://t.co/iml2YJhhZF via @eBay
37478                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37479                                                            Check out WALT DISNEY'S CINDERELLA BY CYNTHIA RYLANT FIRST EDITION - 2007   ***NEW***  https://t.co/0W35RYHqff via @eBay
37480                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
37481                                                               Check out VAMPIRES VAMPIRI RARE YUGOSLAV DOO WOP ROCKABILLY LP RECORD VG CONDITION  https://t.co/QBThScbYv0 via @eBay
37482                                                       Check out Ralph Lauren Twin Single Fitted Sheet Danielle Marseilles Red Floral Pattern EUC  https://t.co/p1lnz65TaB via @eBay
37483                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37484                                                                                                                                      @Michael_Filak @Reuters Fake. Nothing comes up
37485                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37486                                                 Check out McFarlane Toys Mutant Spawn Special Edition Ultra-Action Figure NIB 1996 #McFarlaneToys https://t.co/2gmnQKTxfK via @eBay
37487                                                       RT @TyrsaMisu: Proposal for the @KingJames x @Nike logo inspired by his iconic tattoo CHOSEN 1. 👑🏀✏️ https://t.co/McmhYMT62Z
37488                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37489                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37490                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37491                                                                       Check out Billabong Sol Searcher One Piece Black Medium New with tags !!  https://t.co/PccuqxzdHY przez @eBay
37492                                                                          @susiejverrill @clarksshoes Thank you. From the mum of 2 girls! @nextofficial need to up their game too xx
37493                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/WmIUAvqdZE
37494                                                                   Check out Alexander Wang Black Cat 2 Limited Edition Linda Farrow Sunglasses  https://t.co/D84hGcsF70 przez @eBay
37495                                                                                         Check out  COACH NEON SATCHEL SIGNATURE STRIPE BENNETT  https://t.co/LMVvwvIfzT przez @eBay
37496                                                                 RT @kyawscloset: Check out Victoria’s Secret Sport “The Player” Sports Bra Size Small https://t.co/S1yMdzwTAl @eBay
37497                                                                         @VMSwiderski @Jrock1697 @deneenborelli @rolandsmartin @Nike @Kaepernick7 Racism is not calling people names
37498                                                                                                      RT @kathygriffin: Buying some @Nike gear right now.... https://t.co/t1hezqt2SG
37499                                                                       @Nestle hi your ads playing on Zimbabwean TV are terrible. Can't you be more creative. They are truly awfull.
37500                                        RT @BMW: Operate your car and access its functions just by using your voice. Don't miss the keynote on the all-new #BMW Intelligent Persona…
37501                                                                                                          @JimCarrey @Nike #OhYeah #AirForceOne kind of day! https://t.co/XTFPqimra6
37502                                                 @20SNL_ @tariqnasheed @uniqueloves Shout out to @Walmart still selling .50 cent sodas... He's gonna need it after that straight jab
37503                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37504                                         @Visa Thanks for being totally useless! I thought you were an international business yet your staff can’t call or text from the USA to UK?!
37505                                                                                     RT @Honda: Roll up to brunch in the sleek and adventurous #HondaAccord. https://t.co/fiTfdhBmQL
37506                                        RT @MrJeromeTrammel: So @JanetJackson was blackballed by Les Moonves a CBS execute via @Viacom. After the @SuperBowl scandal which Justin T…
37507                                         Enter to Win a tube of @Colgate Optic White Platinum Stain-Less White Toothpaste on #TwoClassyChics Blog Ends 9-25… https://t.co/ok7I2mlVC4
37508                                                           Check out Breaking Bad Hazmat Suit Men Kingpin Walter White Halloween Cosplay Costume   https://t.co/WnGx6qePsx via @eBay
37509                                                           Check out Vintage Swank Cufflinks &amp; Tie Tack w/chain Goldtone Pebbled Design #Swank https://t.co/Quoqnla2td via @eBay
37510                                                                           @amazon why would you do this?  I'm a nearly daily user of Amazon but it you don't stop this I'll be done
37511                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37512                                        RT @McDonalds: UNLIMITED. FREE. DELIVERY from McDonald’s (9.24 – 9.30). The deets? Order #McDelivery using promo code McDeliveryPassSept on…
37513                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37514                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37515                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37516                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37517                                                                                                    RT @MarcusMariGOATa: Hey @Nike I'm ready for my close up https://t.co/Xsj3PJGxSC
37518                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37519                                                                                                         @Reuters @ReutersTV They’re such amazing machinery. Beautiful in a way too.
37520                                                                                                                                                         @Reuters @ReutersTV Amazing
37521                                                                             @RedSpinPod @LibertyU @Nike @Kaepernick7 Our headline says considering. That quote confirms that he is.
37522                                        RT @Reuters: A man wearing a plaid shirt sitting directly behind Trump at his Montana rally was asked to leave after making faces and mouth…
37523                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
37524                                                                                                                      Check out my listing @eBay - https://t.co/eVM1bDFCqT via @eBay
37525                                                           Check out Leopard skirt for Fall- with a velvety feel- from Harold's - size 12 #Harolds https://t.co/NH9700kXsw via @eBay
37526                                        RT @Guessmodabykiki: Lady skull rhinestone gold Bracelet  #fashion #giftideas https://t.co/RutjbLNJWO … … via @amazon https://t.co/jcmOsgi6…
37527                                                                          Here's Another Brett Kavanaugh Email Republicans Didn't Want You To See https://t.co/3UPzu5rfsw via @Yahoo
37528                                                                                                 Hey @AmericanExpress can I model for you guys in those card member ads. I’m cute 😁
37529                                                                                              @GBruchert @AdamZHerman @wicked_kewl @McNuge4lyfe @_Tyler65 @D_Booth7 @Nike Definitely
37530                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
37531                                                                                                                             Where's his and Qi'ra's movie though? @Disney @starwars
37532                                                           nothing completes an outfit like a pair of @Nike  shoes and an attitude of giving a shit about people other than yourself
37533                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37534                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37535                                                                                                                       @Nike just saw the ad. I literally got goosebumps. Well done.
37536                                                                                                                            @normmacdonald @netflix @artiequitter gonna be on there?
37537                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37538                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37539                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
37540                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
37541                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37542                                                  Check out White House Black Market Silk Black Gray Ruffle Neckline Tunic Top Size Small S #Tunic https://t.co/ds6ppzgWiy via @eBay
37543                                                                                                                            @easyJet Come on @easyjet let’s hear your lame excuses??
37544                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37545                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37546                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37547                                    Just watched #silasamayangalil at @netflix @AshokSelvan 👏🏻👏🏻unsung hero in tami cinema.. minute expression and unde… https://t.co/XIPPPEm5yj
37548                                           RT @NRAHillbilly: This is so true! @Kaepernick7 @Nike @NFL #BoycottNike #NikeBoycott #BoycottNFL #BackTheBlue #ThinBlueLine #sot #sov 🇺🇸…
37549                                           Check out NEW - ROSE QUARTZ &amp; GARNET ANTIQUE SILVER STATEMENT NECKLACE &amp; EARRINGS SET #Handmade https://t.co/XBmDBKsM2z via @eBay
37550                                                                                                               @netflix WHENNNN will TWD season 8 be on!?!?!? \U{01f9df}‍♀️\U{01f9df}‍♂️
37551                                         RT @Variety: Chris Pine talks about going full frontal in #OutlawKing | #VarietyStudio presented by @ATT at #TIFF18 https://t.co/l2DsrcqI67
37552                                                                                                              @wildfood @Tesco If they used more pesticides it would not be there :)
37553                                                                               RT @CNBCTV18Live: #JustIn | NCLAT issues notice to @Walmart on @Flipkart deal https://t.co/b8Juf6A6iL
37554                                        RT @JayValenz67: One Word Has People Convinced Mike Pence Wrote Anonymous New York Times Op-Ed https://t.co/IhYrHFwTGZ via @Yahoo Trump op-…
37555                                                                                                                                             @KelloggsUS #FeedYourFandomEntry thanks
37556                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37557                                                                                                       Check out AUTOMATIC 4X4 2003 GMC Envoy #GMC https://t.co/YUphcOnHES via @eBay
37558                                        The folks @Microsoft that developed IE should not reproduce.  They are an example of tech-related mental incompeten… https://t.co/tyVz6iyUjH
37559                                                                                                                                                                 @Reuters Good luck!
37560                                        RT @Moscerina: I’m inside #Italy’s first @Starbucks and Europe’s only @SBUXRoastery #starbucksmilano  - let the comments roll https://t.co/…
37561                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
37562                                        @TMobile It's bad enough they shut down the use of recording apps with the new update so I can't even record my int… https://t.co/k9ZBDe8G6Y
37563                                                                                     RT @Elentori: So @netflix has way more icon options now and I am living https://t.co/WTtuDA8bQg
37564                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37565                                        RT @savetrialanderr: Look like Peckers are planning to send @netflix some @twix love to #SaveTrialAndError https://t.co/oUtJOBCQJL @NonStop…
37566                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37567                                               RT @voguemagazine: .@kyliejenenr shares her favorite snacks and how she plans to style her new @adidas kicks. https://t.co/rEcwHsEp8g
37568                                        Now for those who did appreciate the movie and its depth as much as I did lets hope for a sequel @netflix @noahcent… https://t.co/Pwsh0XghIZ
37569                                        RT @JayValenz67: Floyd Mayweather Responds to 50 Cent's Nike Meme Jab in the Most Predictable Way https://t.co/i79j5pz8Uz via @Yahoo Fif hi…
37570                                        RT @Computerworld: Get the latest info on new builds of @Windows 10 #Redstone 5 as they roll out from @Microsoft. N… https://t.co/kTKgtuBxgm
37571                                        #RT @Variety: Amandla Stenberg stopped by our #TIFF18 #VarietyStudio presented by @ATT to talk about #TheHateUGive.… https://t.co/77nKYpmafJ
37572                                                                                              @Yahoo She’s as ignorant and stupid as her boss! And that’s difficult to accomplish 😂
37573                                                 Check out Baby Clothes Girls Dress By Lightning Bug Ecto Coral Size 2T Spaghetti Strap NEW #Dress https://t.co/n5tT0W0VUM via @eBay
37574                                        RT @Tostitos: Luxury seats with room for #Tostitos snacks and @pepsi. Our double decker Tostitos Stadium Seat is @BarrySanders  approved. A…
37575                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37576                                                                               Check out Blue Topaz Trillion cut Stainless Steel Ring 4 carats size 9  https://t.co/qnazLykJz5 @eBay
37577                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37578                                                                                                       RT @Reuters: Wall Street ends lower on tariff worries https://t.co/mRQO1MuARO
37579                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37580                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
37581                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37582                                        @thehill White supremacist ... liar in Chief attack on American icon @Nike backfire... Big time. Nike's online sale… https://t.co/ffdq46K2j1
37583                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37584                                        RT @McDonalds: UNLIMITED. FREE. DELIVERY from McDonald’s (9.24 – 9.30). The deets? Order #McDelivery using promo code McDeliveryPassSept on…
37585                                                                          Check out PUNK T SHIRT TURBONEGRO DEATH PUNK FREE SHIPPING #GILDAN #PUNK https://t.co/Eb7Jbrk56M via @eBay
37586                                                                                         I have my psyschologist on speed dial for every time a Netflix original lies to me @netflix
37587                                            RT @Reuters: Trump heckler asked to leave after making faces and mouthing messages during the president's speech https://t.co/wgh5fPm8kG
37588                                                                                                          @Reuters Sports and politics don't meet and should never meet...in my view
37589                                                                     RT @Reuters: U.S. has seen evidence of Syria preparing chemical weapons in Idlib: envoy https://t.co/H7A9964Llf
37590                                         Thank god @HomeDepot has surprisingly nice bathrooms because for some voodoo magic reason I find myself needing to… https://t.co/w4ghl4YfbF
37591                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37592                                                                           @BobBackwardsLA @Jholtwareagle @realDonaldTrump @Nike @Kaepernick7 They’ve lost over 4 million so far lol
37593                                               RT @rolandsmartin: BOOM. @TigerWoods calls @Kaepernick7's @Nike ad 'a beautiful spot' https://t.co/BeAwZprRKw https://t.co/BeAwZprRKw
37594                                                                                   RT @Reuters: Woods had no prior knowledge of Nike's Kaepernick commercial https://t.co/2eckfbzMEy
37595                                                                                                                            @Shell I would never buy either one at a @shell station.
37596                                       RT @Nissan: No charging station. No problem. The #NissanIDS concept charges on the go. ⚡ #FutureFriday #IntelligentMobility https://t.co/oh…
37597                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37598                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37599                                      RT @JsmallSAINTS: @Walmart Has More @WWE @Mattel @ZackRyder Action Figures Than Zack’s Had TV Matches This Year: 3. 🤣🤣 https://t.co/2THiHsv…
37600                                        RT @Nidhi: It is now clear to me that @facebook is NOT interested in helping with a criminal investigation. Have had enough. Time to exit F…
37601                                                                        RT @Reuters: Brazil far-right candidate Bolsonaro in stable condition after stabbing https://t.co/IoVqG5l5Dg
37602                                                                     RT @Reuters: Iran and Russia can work together to restrain America: Iran supreme leader https://t.co/bD6vbsGl8U
37603                                                                                                                                  @Nissan don't reward dangerous distracted drivers.
37604                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37605                                                     RT @DanPatrick: Stand with me to boycott @Nike. Click here to Sign My Petition: https://t.co/2Va8OlTkEp https://t.co/M5Tsvkn9wa
37606                                                       Check out Columbia 300 2 Ball Bowling Tote Duffel Bag Purple Black Shoulder Strap #Columbia https://t.co/4wDmoQvUSB via @eBay
37607                                                                                                          @iconind_uk @BP_plc @stofordltd @JLLUK @DowleyTurner @CBRE_UK Great scheme
37608                                                                        @drUnkONTaYtAy @taylorswift13 @ATT My heart is so warm😭😭 I’m so so so happy this happened for you Maranda!
37609                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
37610                                           Save 40% with promo code 40GHCPM6 | https://t.co/BKQvGe4c1C https://t.co/Xk9m8wYzvU via @amazon $17 #electronics… https://t.co/zQxPFq0sSM
37611                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37612                                                                          @flix_nic @ColbyCovMMA @Nike @Kaepernick7 Just be sure to burn your caps as well ☺️ https://t.co/sB6uYje1gr
37613                                        RT @XTinaTaft: @KaitMarieox Please don't remove #KaitlinBennet's @PayPal: it feeds false reporters who sent death threats and continual pol…
37614                                                       Check out Postcard Risque Sexy Bikini Tan Girl Topless Semi Nude Bare Butt Post Card- 2647  https://t.co/DqLOLpFp4I via @eBay
37615                                        RT @JarrenBenton: I love how you fake ass patriotic motherfuckers burn your @Nike because they stand behind @CollinKapernick but stand besi…
37616                                                                                                                      Check out my listing @eBay - https://t.co/qLZ39gTbdA via @eBay
37617                                            RT @Reuters: Trump heckler asked to leave after making faces and mouthing messages during the president's speech https://t.co/wgh5fPm8kG
37618                                                         @FedEx your scab driver has no idea where my package is! Sounds fishy. I need someone to locate my package ASAP. @FedExHelp
37619                                                                               @tirsojed @KathrynMathias1 @lisassister @MollyMcKew @Walmart Putin is; Solzhenitsyn *was* (died 2008)
37620                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
37621                                                                  Check out 2017 Topps Heritage Chrome Purple Refractor #THC499 Jake Arrieta Cubs  https://t.co/8SJoThsW64 via @eBay
37622                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37623                                            RT @Reuters: Trump heckler asked to leave after making faces and mouthing messages during the president's speech https://t.co/wgh5fPm8kG
37624                                                                                            @Reuters Was the payment they received for protesting enough to cover their court costs?
37625                                                                                                     Check out Capezio dance shoes size 7 #Capezio https://t.co/M3GJi7yrOD via @eBay
37626                                                                                      @JayValenz67 @Yahoo Lmao. Guess it's not MY fault cz I never voted a clown in2 gov. 😁yippeee!
37627                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37628                                        @Reuters The President is not the king.  When he hides information from the American people so that he and his corr… https://t.co/QA2UDbXFDS
37629                                                                                                                           @WritingMoore @Kaepernick7 @Nike You have my attention 👀
37630                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37631                                                                                                                                                             @Reuters 14 is too many
37632                                        RT @MissJules5x: LMAO I see youuuu @Ford trying to get all the chuds to destroy their pickups so they have to get new ones. https://t.co/pE…
37633                                                                             RT @Reuters: Ex-Trump campaign aide Papadopoulos sentenced to 14 days in prison https://t.co/nlWybkgQfw
37634                                                                                                       What a way to clap back. @Nike #nike #colinkaepernick https://t.co/SGfrPL7oTS
37635                                                                 RT @DonFi4o: Check out Vintage Travel Alarm Clock Kienzle German Wind Up #Kienzle https://t.co/jEoBhdA7CI via @eBay
37636                                                                 RT @StudioIra: Check out Alessandra marchi dress damir rundholz #AlessandraMarchi https://t.co/4dkYznwhVH via @eBay
37637                                        @reluctantrhonda @STEPHMHAMILL @Kaepernick7 @Nike @DailyCaller Oh you mean these guys and women who wear Nike in ac… https://t.co/xH5DE9TITg
37638                                                                                                                 RT @krassenstein: @julieorth2 @Nike Source: https://t.co/0Lei2l1t5v
37639                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37640                                                  RT @StudioIra: Check out Serienumerica rundholz damir amadei beanie unisex leather strap #Beanie https://t.co/pgPJpclGoD via @eBay
37641                                                                                                                      Check out my listing @eBay - https://t.co/QoxZH651bV via @eBay
37642                                        @snusovic @Nike All Male @Nike execs left a while back bc of #meetoo bullshit now wyman run it and are burning it d… https://t.co/oBtxbmMQvG
37643                                                                                           RT @tayo419: @DevanF91 @hvddiqahxo @Nike When I saw the thread 😂 https://t.co/sS4AyLL3BP
37644                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37645                                        @Disney Are u fkn kiding me ? your so up your own ass you wont just rehire James Gunn for Guardians of Galaxy 3 you… https://t.co/xhBbtXcEsr
37646                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37647                                                                                                                 RT @Nike: Don’t settle for homecoming queen or linebacker. Do both.
37648                                                                                                      RT @kathygriffin: Buying some @Nike gear right now.... https://t.co/t1hezqt2SG
37649                                                                    @TheEvanSloan @Walmart @sagaftra I understand that you’re upset but can Imagine how the elf community must feel?
37650                                                                                                                      Check out my listing @eBay - https://t.co/H0f2qWMItD via @eBay
37651                                                                        I have already tossed my #nike running shoes for @UnderArmour. They just opened up in Portland too. F @Nike.
37652                                               @PeteHegseth @tgirlmiller @Nike @pattillmanfnd His wife asked that you not politicize her husbands death! Take this down immediately!
37653                                            @AJaMBRAND @Visitkarte @aklamiswhatIamk @mrainie24 @krassenstein @Nike Don’t laws exist to get permission before using somebody’s image?
37654                                                                                                       If everyone is boycotting @Nike does that mean I'm gettin some phat discounts
37655                                                                                                                        @rahmatdoesstuff @netflix Which one?! I want nice feels tooo
37656                                                                                                                 @BirdMiler @realDonaldTrump @Nike I've never heard him praise Trump
37657                                        @everythingloria @OneDayAtATime @netflix @toddgrinnell When #ODAAT ShowNight fun is happening and you won’t be ther… https://t.co/gTyLFD5LUE
37658                                        RT @NancyLeeGrahn: Probably due to all those Trumpers running out to buy shoes to burn. Hurray @Nike Standing for something greater than yo…
37659                                          RT @RostrumRecords: Current mood 🗣 Lace ‘em up. Nikes On My Feet @MacMiller 🎶 #nowplaying | Respect to @Nike 🙏🏾 https://t.co/QBYtbpdTdn
37660                                        RT @IceyAsma: RT if you want @netflix to adapt a romcom of WHEN DIMPLE MET RISHI by Sandhya Menon: A super cute young adult novel with ador…
37661                                                                                                                                     @johnrich @Nike But but https://t.co/N1b8TkBrrc
37662                                        RT @votevets: Thank You @Nike for standing up for the Constitution of the United States we have fought to protect and defend! #JustDoIt htt…
37663                                                              Check out Size AU 6 Women's Peep Toe Animal Print Shoes With Top Brass Zip Openining https://t.co/IxRyYATd3e via @eBay
37664                                                                                   @Nike SHAME ON YOU! Capitalizing on the current state of the union for your own profit. SHAMEFUL!
37665                                                                            RT @Reuters: Apple says U.S. tariffs on China would hit 'wide range' of products https://t.co/Vg466nxwlX
37666                                                                                                                                        @Reuters MAGA hats? Other cheap Trump merch?
37667                                        RT @LIFElabsHQ: Don't count your chickens - #Blockchain technology will do it for you! @CarrefourGroup has launched #Europe's first ever fo…
37668                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37669                                        RT @MalecFicLibrary: So @netflix saves Lucifer because of how loud fans were during their campaign and now they save Designated Survivor be…
37670                                        RT @dilibertophoto: Thanks @ATT @ATTCares for stealing $650.22 from me when you turned services back on at my BURNED DOWN HOUSE and auto ch…
37671                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37672                                                                                       Check out Shimmer And Shine Pyjamas 3/4 Matalan Girls Pink Kids https://t.co/hE6yldtEDM @eBay
37673                                           @BasicShadowStuf @netflix Hi @netflix! I'm from The Netherlands and I'm a #Shadowhunters fan. ❤️#SaveShadowhunters https://t.co/ypV8lc3RNB
37674                                                                                                  Starting new startup where you buy @Nike products and we safely burn them for you.
37675                                                                                     @votevets @Nike This was mostly driven be people replacing the shoes the burned the day before.
37676                                        RT @Nidhi: It is now clear to me that @facebook is NOT interested in helping with a criminal investigation. Have had enough. Time to exit F…
37677                                                                                           RT @tayo419: @DevanF91 @hvddiqahxo @Nike When I saw the thread 😂 https://t.co/sS4AyLL3BP
37678                                              RT @MaandPaKettle4: Check out Vintage Hair Trimmers Charm No. 750 Hand Operated Hair Trimmers #Charm https://t.co/OvbVKQO7lb via @eBay
37679                                        @laughwithpasion @richard680news @Nike IKR..Nike already got their money and boycotting will have negligible effect… https://t.co/cugGY1rFvN
37680                                        @tw33t_u @PeteHegseth @pambesteder @Nike @pattillmanfnd Did you see the news that Nike online sales were up 31% sin… https://t.co/tFHjqffjAo
37681                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37682                                                                                                                                              @4th_corner @votevets @Nike still down
37683                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37684                                                                                                                            Yup about to pick up some fresh @Nike this weekend. 💪🏽
37685                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
37686                                                         Check out HIGH END BLUE AURORA BOREALIS GLASS CRYSTAL CHUNKY NECKLACE JEWELRY SET TRENDY  https://t.co/7P2sA2ASjA via @eBay
37687                                                                                                                                                   Okay so Ozark is amazing @netflix
37688                                                      Who else is curled up on the couch with a warm drink and @netflix? #ragingfridaynight #SierraBurgessIsALoser #curatinggoodness
37689                                           RT @NRAHillbilly: This is so true! @Kaepernick7 @Nike @NFL #BoycottNike #NikeBoycott #BoycottNFL #BackTheBlue #ThinBlueLine #sot #sov 🇺🇸…
37690                                        RT @votevets: Thank You @Nike for standing up for the Constitution of the United States we have fought to protect and defend! #JustDoIt htt…
37691                                                                        RT @MarthaPerezBook: Broken Heart (Broken Pieces Book 1) by Martha Perez https://t.co/COEiy8ZOLI via @amazon
37692                                                                 Boycott? What #boycott? Yeah. I’m all about talking with my $$. And my $$ will be buying two new pair of @Nike kix.
37693                                                                                                                                        @yagirlmadi96 @netflix For real! 👩‍❤️‍💋‍👩 otp
37694                                        RT @votevets: Thank You @Nike for standing up for the Constitution of the United States we have fought to protect and defend! #JustDoIt htt…
37695                                        RT @today_explained: Two @Reuters reporters have been sentenced to seven years in prison for calling attention to a recent massacre in Myan…
37696                                                                  Check out Cydwoq Slip On Flats Clogs Brown Leathers sz 39 US 9M #CYDWOQ #Loafers https://t.co/prv3NJ8pVx via @eBay
37697                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37698                                                            @MikePuenteNews @StatehouseChick @Nike @Kaepernick7 Emotionally wrought Right-Wing SJW better off donating to the needy.
37699                                               RT @emma_arnold11: I’m not a barista but @Starbucks should hire me bc I have to explain to all tamu baristas on how to make my coffee
37700                                                     Check out Pyrex Autumn Harvest Wheat 441 750 ML &amp;474B 1 1/2 QT.PUMPKIN COLOR NICE  #Pyrex https://t.co/JYXgg5ASaA via @eBay
37701                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37702                                    #Palmoil giant @Indofood’s illegal abuse is well documented. @Nestle &amp; @PepsiCo’s business partner uses child labou… https://t.co/BU97XkCIAH
37703                                        RT @IceyAsma: RT if you want @netflix to adapt a romcom of WHEN DIMPLE MET RISHI by Sandhya Menon: A super cute young adult novel with ador…
37704                                        RT @votevets: Thank You @Nike for standing up for the Constitution of the United States we have fought to protect and defend! #JustDoIt htt…
37705                                        Remember #Stelco nails? Just finished a project with nails I got at @HomeDepot. Cheap #China nails that bend easily… https://t.co/xZ1DSPUEYP
37706                                               OMG @SpiderMan PS4 is sooooo good! Played on it for hours! 😂😂😍😍🙌🏽🙌🏽 @PlayStation @Sony #SpiderManPS4⁠ ⁠ https://t.co/qTikfQHqMd
37707                                                                                                                      Check out my listing @eBay - https://t.co/FokagoFrur via @eBay
37708                                        RT @blehnertz: @HeidiZarecky @realDonaldTrump @Nike “Republican” will be considered a vile remark and @realDonaldTrump will be in the 5 wor…
37709                                         Enter to Win a tube of @Colgate Optic White Platinum Stain-Less White Toothpaste on #TwoClassyChics Blog Ends 9-25… https://t.co/zbhZz54FYc
37710                                                       Check out Nail Salon Vinyl Wall Stickers Beauty Spa for Woman Girl Sticker Removable Water  https://t.co/pZWEeA9Hqg via @eBay
37711                                                                                                Check out Barbie Patio Party- 25 Piece Set #Mattel https://t.co/BFUvYTGcoX via @eBay
37712                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
37713                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37714                                        RT @NancyLeeGrahn: Probably due to all those Trumpers running out to buy shoes to burn. Hurray @Nike Standing for something greater than yo…
37715                                                         Check out Eden Humpty Dumpty Plush Stuffed Toy Boys or Girls Blue Pink  Made in USA #Eden https://t.co/E1knVkLPBo via @eBay
37716                                        RT @rob_bellinger: @hotcherie1 @Nike Y'all should read up on what the players are actually protesting. Hint: it's not the flag or the milit…
37717                                        @freeanicholas @JedElias @MaxPreps @IsaacAltom @McDonalds @Whataburger @JackBox @WhiteCastle @DennysDiner Lol in an… https://t.co/ITcQJTNUST
37718                                                         RT @JamesKosur: Colin Kaepernick's first @Nike commercial is out and it's incredibly inspirational. https://t.co/ACEY3i8BOi
37719                                        I am beyond annoyed with @amazon for this poor handling of my orders. I preordered 10 items all to be delivered tod… https://t.co/ry9Jy39Q3U
37720                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37721                                                                      RT @dreezydreezy: Thanks for adding me to your @Nike female playlist @KingJames 😩❤️ 💯 https://t.co/Eq4mgUQ390
37722                                                                                                          My finger print sensor keeps messing up :/ @madebygoogle @Google #Pixel2XL
37723                                                   Check out Green Earrings Beaded Drop Dangle Charm Silver Handmade Jewelry Accessories #Handmade https://t.co/v6BcTm4cUG via @eBay
37724                                        RT @dallasschools: Superintendent Michael Hinojosa says the new school will open in 2021. #DallasISDSTEM @SMU @Toyota https://t.co/Ei7F95eF…
37725                                                                  RT @smoss: Get a closer look! #Bowwowedition XBOX ONE X thank you @Microsoft and @Ronnie2K https://t.co/sMhu1kM65e
37726                                RT @karlie63: Check out WOLVERINE MK Return Of The Native # 13 14 (Part 1 &amp; 2) Marvel Bagged &amp; Boarded  https://t.co/sq8AA7gRwa via @eBay #…
37727                                                   Check out HALLOWEEN WHITE GHOST NECKLACE CHILD / ADULT CHIC &amp; TRENDY HOLIDAY JEWELRY SETS   https://t.co/bAA0czxWYb via @eBay
37728                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37729                                                                                                                                               @okayafrica @netflix Very impressive.
37730                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37731                                        @RonnieEdgeJr @robsevy @droosien @seemyfinger @_RealWhiteGirl_ @Nike I'm all for a pair of @Nike and @LEVIS but not… https://t.co/BCT4qT5Sad
37732                                                  @IndivisibleNet @Ford Ford can you stand with me? I’m trying to get 3 weeks vacation instead of 2 at work. https://t.co/XO2dxGXGtA
37733                                          @Theo6777 @KreesMac @adidas @BoostGoddess @OhItsTeddy @SneakerAdmirals @jeff4kicks @BrooklynKaye__ @adispecialist… https://t.co/iK9GcBEljA
37734                                        RT @GemMar333: @RoseDC11 @Coreymlyons @lovemyyorkie14 @RNRKentucky @TimKennedyMMA @Kaepernick7 @Nike Kids don't see color until their taugh…
37735                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37736                                                                                                                      @TheZombiUnicorn What would you recommend I wat h on @netflix?
37737                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37738                                       RT @RWitherspoon: So ready for this @EvaLongoria @netflix ✨It’s a critical time to discuss #WomensRights Tuning in September 13 https://t.c…
37739                                                                                                          If this isn’t the best @Costco PR then idk what is https://t.co/MaajnPd57m
37740                                        RT @Bone_Brake: @GemMar333 @Coreymlyons @lovemyyorkie14 @RNRKentucky @TimKennedyMMA @Kaepernick7 @Nike Of course they don't.  True story th…
37741                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37742                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37743                                                                                                                          @BroganKirkby @McDonalds 😂😂😂 doesn’t surprise me at all
37744                                                                                                                                           That @Nike commercial tho!!!!!!! 😭😭😭😍
37745                                                                        @Nike should be also featuring and honoring ⁦@TigerWoods⁩ that would be not #divisive  https://t.co/M6EvHT1nWS
37746                                                                                                                                                                  @Nike just do it !
37747                                                                                                                               Join me and just do it! @Nike https://t.co/3p82FZrRVt
37748                                                               RT @Reuters: Reports that Musk security clearance under review are inaccurate: U.S. Air Force https://t.co/BjeCg7bYwn
37749                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
37750                                         @DiamondandSilk @facebook The democrats are in full out war mode to block as many conservatives as possible. Civil… https://t.co/svjs49UImb
37751                                                                          RT @Reuters: Lawyer in $550 million U.S. disability fraud sentenced to more prison https://t.co/aZDXuzeU9b
37752                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37753                                        RT @Marina_Sirtis: To all the idiots burning their sneakers....FYI @Nike doesn’t care what you do with them after you’ve bought and paid fo…
37754                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37755                                                                                                                                                                           @IBM Nice
37756                                        RT @techcoachjnic: Our @TMobile #TMOICT partners never stop amazing us with their incredible generosity. Boxes and boxes filled with school…
37757                                                       Check out LANTERN Pillar Candle Holder*Lamp BLACK*Primitive/French Country Farmhouse Decor  https://t.co/n7QLU0rLvp via @eBay
37758                                                                                                                      Check out my listing @eBay - https://t.co/lMwqlWAskk via @eBay
37759                                                                              @Parasf84 @Reuters Because he is the lowest cost launch provider to space by a factor of more than 10.
37760                                        @MRavenMetzner @MarvelIronFist @netflix @NXOnNetflix From our conversation before we started the Sleepy Hollow chat… https://t.co/R6KMYk3Rw6
37761                                             @moskowitz_steve @cal5k @JohnLegere @TMobile Legere will sell them out just like he did in the past and i hear he is #metoo baggage too
37762                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37763                                                         Check out Salomon Citycross ladies trail running shoes size 7 #Salomon #TrailRunningShoes https://t.co/7FxfGGfk40 via @eBay
37764                                        RT @Marina_Sirtis: To all the idiots burning their sneakers....FYI @Nike doesn’t care what you do with them after you’ve bought and paid fo…
37765                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37766                                                                    Check out Beautiful Venetian Murano Cased Glass Colorful Pulled Feathers Vase  https://t.co/fQrzQXBicL via @eBay
37767                                                                                                                                               @NancyLeeGrahn @Nike That is awesome!
37768                                                                                          Check out my author page at this easy to remember url! https://t.co/5tgWFR8MKI via @amazon
37769                                                                                   @toomuch72 @nChainGlobal @BankofAmerica @Mastercard This is such a shit show. It’s funny actually
37770                                                       Check out Hanging Wall Witch Halloween Decor Decoration Hat Artist Original Handmade OOAK   https://t.co/ZZGLj1Gsze via @eBay
37771                                                                                                                   Check out Sterling  Silver Frog Pin https://t.co/2uykJwJzNR @eBay
37772                                                                             RT @Reuters: Tesla shares reel as executives quit and CEO smokes pot on webcast https://t.co/9xrxybmraS
37773                                                Check out Lot Of 2 Sesame Street DVDs (Sealed) Silly Storytime &amp; Big Elmo Fun #WarnerHomeVideo https://t.co/jOOfZgdrNi via @eBay
37774                                                          Check out Lisburn Womens White Floral Embroidered Blouse Medium #Lisburn #Blouse #Career https://t.co/JZvLL9rf4K via @eBay
37775                                                       Check out Cute Panda with Bamboo Soft Panda Plush Toy Panda Bear Stuffed Animal Panda Soft  https://t.co/K2bUCRn9XE via @eBay
37776                                                                                                                                      @Kaepernick7 @Nike F Nike. F Colin Crapernick.
37777                                                                          RT @Reuters: Lawyer in $550 million U.S. disability fraud sentenced to more prison https://t.co/aZDXuzeU9b
37778                                                                                           RT @Reuters: Alibaba co-founder Jack Ma to retire: New York Times https://t.co/VqWxjZJdqy
37779                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37780                                                                                         RT @netflix: For everyone who is obsessed with Lara Jean’s bedroom. https://t.co/Yt4UhqLwcM
37781                                        RT @6ixthDeff: Ya boi just got @Sony @SpiderMan PS4... oh boiiii I'm ready to Platnum this game before Blackout comes out https://t.co/W5Ig…
37782                                                                     RT @Reuters: Iran and Russia can work together to restrain America: Iran supreme leader https://t.co/eMdUOfMf29
37783                                                Check out Kindenryu Publication 10 Books Taisho Koto (Taishogoto) Ensemble FREE Postage #Kindenryu https://t.co/4p7IzCDxhV via @eBay
37784                                    Don’t cry us a river @Apple. The reality is:u could build factories in the midwest &amp; have plenty of American worker… https://t.co/NnWfKmgwaY
37785                                         RT @MyTexasTreasure: Nice! Ladies size 9 Clarks Springers Black Patent Leather Sandals buy just $18 @eBay https://t.co/F45JD2M5B7 via @eBay
37786                                                                         RT @elaine4animals: You better believe I believe in something. 🦎 @Nike #StanBishes https://t.co/b5rLAPIgW6
37787                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37788                                        RT @charamea: The Minnesota Softball Military Tournament! #MobilizeForService #HatsOff4Heroes #AreYouWithUs #msma2018 @MetroPCS @TMobile @c…
37789                                                                                        @Ford @FordTrucksCan @AskFordCanada  is the 2020 Bronco a go or not ??  I need a new truck !
37790                                                                                                                               @Reuters Democrats with their circus couldn’t stop it
37791                                                                                        @SamFarnsworth11 @McDonalds We sports guys always seemed to gravitate toward the food deals!
37792                                                                                          RT @Reuters: Strong U.S. sales could ease profit worries into 2019 https://t.co/DW8tHGy86N
37793                                        @tomborelli @DrMartyFox @Nike @realDonaldTrump Every  true American with any pride in this country should boycott a… https://t.co/as5iPBIZWY
37794                                        RT @reviewjournal: Colin Kaepernick's @Nike ad aired during the first commercial break in the third quarter of the Eagles-Falcons game on T…
37795                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37796                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37797                                             @Trump_World @Education4Libs @DineshDSouza @RealCandaceO @PrisonPlanet @kanyewest @Kaepernick7 @Nike @MarkDice… https://t.co/t1aVodFoW5
37798                                                                                          RT @Reuters: Strong U.S. sales could ease profit worries into 2019 https://t.co/DW8tHGy86N
37799                                                                                                                              RT @julieorth2: @krassenstein ❤️ it! @Nike Just did it!
37800                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
37801                                        RT @votevets: Thank You @Nike for standing up for the Constitution of the United States we have fought to protect and defend! #JustDoIt htt…
37802                                                               RT @Reuters: Reports that Musk security clearance under review are inaccurate: U.S. Air Force https://t.co/BjeCg7bYwn
37803                                                                                                       @LaffehTaffeh @netflix @OITNB Gimmi u netflix mek mi see of e dark fr lmfaooo
37804                                                    RT @BrandonBoyd23: But y’all wanna criticize @Kaepernick7 and burn @Nike gear Lmaoo y’all pathetic 🤦🏾‍♂️ https://t.co/A26RNTkkXQ
37805                                        RT @Reuters: America's numerous trade spats have yet to dent the labor market as annual U.S. wage growth hits nine-year high https://t.co/4…
37806                                               RT @ipsdocholiday: Check out Vintage Rare Old Quaker Whiskey Bottle Stopper Pour Spout Metal &amp; Cork https://t.co/ULR25j7CgS @eBay
37807                                                                                                                                                            Hahaha @Nike what a joke
37808                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37809                                                                                                            Toys designated for a girl or boy...seriously? @McDonalds #happymealfail
37810                                                                              Check out Breast Cancer Cooling Towel by Cool Comfort Instant Cool Pink  https://t.co/lYkALLXPsh @eBay
37811                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37812                                        RT @MissJules5x: LMAO I see youuuu @Ford trying to get all the chuds to destroy their pickups so they have to get new ones. https://t.co/pE…
37813                                                                                       Check out Go Nagai Devilman Large anatomy New Edition Book  https://t.co/fEdLpMq96Y via @eBay
37814                                        RT @sloproast: Hearing this Scottie news makes me wish we could overpower the AFP votes and have him win as a big FU to @CBS production. It…
37815                                        @BondurantSchool @SkidmarksShow @Shell @Flat12Gallery @UTITweet Really enjoyed my time working with the Bondurant T… https://t.co/Et8qgRAcPt
37816                                                                        @mark_mean @vicenews @HBO @Nike @Kaepernick7 Here’s a swoosh. Doubt they’re worried. https://t.co/98bqJ8LXCb
37817                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37818                                                         Check out Debbie Mumm Sakura Salt &amp; Pepper Shakers Santa's Spirit Hand Painted NEW    https://t.co/f0PKzV1B6g via @eBay
37819                                    @PhotoAmy33 @WellsFargo Wells Fargo used to be good. I stopped using them. All US banks are crap &amp; thieves. I think… https://t.co/Udb1dABRSJ
37820                                        RT @Starbucks: The new Starbucks Reserve Roastery in Milan marks the arrival of Starbucks in Italy—and the culmination of a dream decades i…
37821                                                                                             10 photos of dogs who look exactly like their owners https://t.co/0t4xhGSdOo via @Yahoo
37822                                                                 RT @Reuters: Trump says has tariffs ready for further $267 billion worth of Chinese imports https://t.co/3p1BNX1NZX
37823                                        RT @Reuters: America's numerous trade spats have yet to dent the labor market as annual U.S. wage growth hits nine-year high https://t.co/4…
37824                                                                                                                                                 @facebook your inbox on here please
37825                                                                                                                                                Eye roll react too pleasee @facebook
37826                                                       RT @JohnS877: @wepray4Potus @LilSouthernSass @ABC @nbc @CBS @MSNBC @nytimes @POTUS @HillaryClinton Hillary was likely asleep.
37827                                                                     RT @Reuters: Iran and Russia can work together to restrain America: Iran supreme leader https://t.co/eMdUOfMf29
37828                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37829                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37830                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37831                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
37832                                                               today is a great day to pick up eyewitness @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
37833                                                                          @hollyoutbreak @CBSBigBrother @CBS Photos suck..Nicole is a beautiful girl and she looks like Frieda Frump
37834                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37835                                                           @KemlinKid @ShadowWelch @Nike Does this mean I win you over?? I’m blushing!!! 😊 You made my day!! Have a great weekend!!
37836                                        @raju @McDonalds @facebook @Twitter Imagine if airline start saying that that one if the millions flights may not l… https://t.co/SAUb4QBeTY
37837                                                                            Check out Columbia Fleece Full Zip Up Vest Blue Size L #Columbia #Vest https://t.co/NIzFncUCja via @eBay
37838                                        RT @mgstupelo: @VP @Reuters You are worried about journalist across the seas but you are part of an administration that daily tries to muzz…
37839                                                                                                          RT @Reuters: U.S. rapper Mac Miller dies at age 26 https://t.co/EagAWjt87R
37840                                                              100 pcTurret Lug 12mm Overall Length 2.6mm Diameter For 2MM Terminal Board Part #KLD https://t.co/Pqb97FWOYs via @eBay
37841                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37842                                                                                                                                      @JimCarrey @Nike Absolutely!!  Well said Jim!!
37843                                                                                                                                  @SHANKK50 @Nike I welcome Under Armour ! #RollTide
37844                                        .@RoundTablePizza @draftkings @pepsi to Send One Lucky Fan to the Big Game with Ultimate Fantasy Football Throwdown… https://t.co/2snXJFDrrp
37845                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37846                                                                     Check out 4 Green Perry Ellis Watch Storage Case's 100% Authentic #PerryEllis https://t.co/9KPm9voXgr via @eBay
37847                                        RT @RodStryker: @Nike @RealCandaceO @charliekirk11 @CB618444 @DineshDSouza @MikeTokes @Thomas1774Paine @RubyRockstar333 @GartrellLinda @cod…
37848                                        RT @Vicky4Trump: Maybe @Nike will eventually admit they made one heck of a big mistake. - Todd Starnes: Truett McConnell University drops N…
37849                                          RT @CBS: The star-studded event is about to begin! Tune in now to watch #StandUpToCancer on CBS and @cbsallaccess. https://t.co/cD8TJuQBog
37850                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37851                                      RT @Shell: 💻 How can #digitalisation change the energy industry? ⚡ @Remel_London met the experts at #ONS2018 to find out. #makethefuture ht…
37852                                      RT @Shell: 💻 How can #digitalisation change the energy industry? ⚡ @Remel_London met the experts at #ONS2018 to find out. #makethefuture ht…
37853                                                                            Check out Vintage ROYAL ARCANUM VMC 1105 Stud Lapel Fraternal Organization https://t.co/rgPk46QfRx @eBay
37854                                                                        Check out NOMA Dickensville Collectables Train Station Porcelain Lighted House https://t.co/ED0Ym1qfim @eBay
37855                                                                                                     @hserecording @Nike So how does the flag represent racism and police brutality?
37856                                                                                 @Timmy_mac11 @HomeDepot I've lost enough time on this. It's not even worth the aggravation anymore.
37857                                                                                                                  @reeses @amazon C. REESE’S &amp; your mouth #NotSorry #Sweepstakes
37858                                        RT @PatDavisNM: Great to see so many SE neighbors turn out for SE @ABQPOLICE appreciation day!   Thanks to @Walmart 831 for sponsoring lunc…
37859                                                                                                                      Aye @netflix @hulu we need mac miller and the most dope family
37860                                        @MrLukeHope @donlemon Thanks for the @thedailybeast article...just watched the longer clip from the @Reuters clip e… https://t.co/DOPudf9Z5D
37861                                                RT @KimmiAnne77: @krassenstein @datblaxican @julieorth2 @Nike I went out of my way to buy my new pair ✔ 🇺🇸✌❤ https://t.co/rDm8bOwQpv
37862                                             RT @jewelrywiz: Check out Blue Sapphire Heart Pendant natural with chain .25 carats  September Birthstone https://t.co/OoIOMq3ZFH @eBay
37863                                                                                                                                                          Or Chargone @Disney @nicko
37864                                                                         @hale_drake @Education4Libs @Nike And it’s called one kneel for the lord the other kneeled against the flag
37865                                                     Check out Engagement Ring Set Rhodium Plated Princess Cut Pink or Purple CZ Size 7 #Unbranded https://t.co/eMKhHDo7Oh via @eBay
37866                                                                               RT @Reuters: Hundreds arrested in multi-day protests of Supreme Court nominee https://t.co/MXVDnId3UV
37867                                             I love my @adidas but @nike just stole my whole ❤️ with their whole #woke #sociallyconscious campaign.  #Serena… https://t.co/W1CJMRdYVH
37868                                                                           RT @BrendanSchaub: Weird. It’s like @Nike knew EXACTLY what they were doing 🤷🏽‍♂️ https://t.co/43aBFN2aFK
37869                                                                               RT @Reuters: Hundreds arrested in multi-day protests of Supreme Court nominee https://t.co/MXVDnId3UV
37870                                                                      RT @Slim_Pickinnz: @BeaverAthletics @McDonalds Is the #Return of the touch down cannon in the works to? 👀💣💥
37871                                    @nicdasilva @netflix Just finished episode 3 and Franky &amp; Gidget completely made my night. Thank you Nicole for pla… https://t.co/GPt3RzeihU
37872                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37873                                                                                  RT @freedom_moates: BREAKING NEWS: @Apple Just Permanently Banned Infowars' App From The App Store
37874                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
37875                                        RT @TeriRWilliams: @Reuters Heckler?! C’mon @Reuters #plaidshirtguy was just REACTING like any sane person would to the craziness Trump was…
37876                                                                                             RT @Reuters: Australia's drought could produce a corker vintage https://t.co/l8zZvWWp2y
37877                                         RT @Microsoft: Wee Hyong Tok uses #data to make a difference. Here's how his team leverages AI to solve complex sustainability challenges:…
37878                                        RT @PaulinaDuran: 👀 Claims Denied: Australian inquiry to peer into darkest corners of insurance business - via @byronkaye @Reuters #ausbiz…
37879                                        RT @matty_trujillo: WAIT A MINUTE. SOOOO @CBSBigBrother @CBS YOURE TOTALLY OKAY WITH JC SAYING RACIST/SEXIST REMARKS AND SEXUALLY HARASSING…
37880                                                                                                                         @unrulyfolks @JCliff0 @BraedenCavey @Nike @Kaepernick7 True
37881                                                                                               @MicahWillarthy @freedom_moates @Apple The whole committee hearing proved their point
37882                                        RT @memekay44: If this is not INTERNATIONAL LOVE AND SUPPORT I don't know what is @netflix @NetflixLifee #SaveShadowhunters https://t.co/qz…
37883                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
37884                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
37885                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
37886                                                                                  RT @freedom_moates: BREAKING NEWS: @Apple Just Permanently Banned Infowars' App From The App Store
37887                                        RT @stephenWalt: Either my new MacBook Pro is just a defective example (it happens) or the new version is the worst computer @Apple has eve…
37888                                                                                                                         RT @clayfeathers: @Nike Is garbage! https://t.co/7EWq7922a5
37889                                                                                            RT @Reuters: Trump says U.S. and Japan have begun talks on trade https://t.co/uBY1SYvBrT
37890                                        RT @smlegion: @_parisprice_ @Nike @Kaepernick7 @TheShadeRoomm @HotNewHipHop @PigsAndPlans @funkflex @RapRadar @HipHopDX @XXLMUSlC @WSHHDAlL…
37891                                        @GillesMarini @Elex_Michaelson @Kaepernick7 @Nike @azarilaw @shawnsteel1 @FOXLA can we co exist if I suggest we agr… https://t.co/3vgvOBwvAf
37892                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37893                                                                                                                             @netflix thanks so much for Atypical - it’s a delight !
37894                                                        RT @Reuters: Essence Magazine's fashion and beauty director Julee Wilson talks New York Fashion week https://t.co/RcYEzGF8jr
37895                                                          Check out [Near Mint] Linhof Master Technika 4x5 + Nikkor W 180mm f5.6 from JAPAN 0651A  https://t.co/h6sHJmIdjH via @eBay
37896                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37897                                        RT @Marina_Sirtis: To all the idiots burning their sneakers....FYI @Nike doesn’t care what you do with them after you’ve bought and paid fo…
37898                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
37899                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
37900                                                       Check out Magic Mount Magnetic Vehicle Dash Mounting for Mobile Smartphone Devices Adjusts  https://t.co/i6cSl6RQ2c via @eBay
37901                                          Any chance you will cover this story? Fair enough? @CNN @MSNBC @ABC @CBS @NBC @nytimes @LAtimes @Politico @JoeNBC… https://t.co/vqJOKZPsou
37902                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
37903                                                                           RT @Reuters: Chinese government's top diplomat in Pakistan to meet new government https://t.co/jDvEDDZjwB
37904                                                                                                 @george_capen @realDonaldTrump @Nike I like your thinking. Thank you for serving 🇺🇸
37905                                                                           RT @BrendanSchaub: Weird. It’s like @Nike knew EXACTLY what they were doing 🤷🏽‍♂️ https://t.co/43aBFN2aFK
37906                                                                                                                                    @akaRaebandz @Netflixhelps @netflix Nvm back on!
37907                                                                                               Check out Stephen King Dolores Claiborne Hardcover  https://t.co/mYAnv9Z0pj via @eBay
37908                                        RT @KimmiAnne77: @YvetteJiselle @mohamad_cheri @PatriciaBuress @krassenstein @datblaxican @julieorth2 @Nike I am actually looking for a sma…
37909                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
37910                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37911                                                   Check out (14) Juan Soto 2017 Bowman Draft Chrome Rookie Lot BDC162 BCP180 (1 day auction)  https://t.co/ExGb9tYtmh via @eBay lll
37912                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37913                                                                Check out Zombie - Zombiefied Black Door Knob Hanger Plastic Sign Do Not Disturb   https://t.co/T2u8cJTbHV via @eBay
37914                                        hey @netflix remember how you sent @QueerEye to give yass a makeover in australia? can you send @JonahHill out to s… https://t.co/3ZI5G76ZVI
37915                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
37916                                                                                      RT @Reuters: Apple Inc bans Alex Jones app for 'objectionable content' https://t.co/djtmfPfEcn
37917                                                                                                                                   @AssassinNumba1 @Microsoft @Marvel @Xbox Deadpool
37918                                                                           @MRavenMetzner @MarvelIronFist @netflix @NXOnNetflix Looking forward to checking it out! Congratulations!
37919                                       RT @CocaCola: Who’s the biggest pizza fan you know? You owe them a slice and an ice-cold Coke! 😉 #NationalCheesePizzaDay https://t.co/r0oJ8…
37920                                                                           Check out Small Natural White Sand Dollars 50 Pcs https://t.co/poDsKNj6Mp @eBay #crafting #crafts #shells
37921                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/xuVDMoPPIZ
37922                                        RT @MrCockyHimself: Any chance you will cover this story? Fair enough? @CNN @MSNBC @ABC @CBS @NBC @nytimes @LAtimes @Politico @JoeNBC @TheV…
37923                                                                                                        😅😂😂...Hilarious!! #SaveDeception @netflix #SaveCameronBlack @NetflixLifee
37924                                                                                      RT @Reuters: Apple Inc bans Alex Jones app for 'objectionable content' https://t.co/djtmfPfEcn
37925                                                                          Check out Juventus FC Alessandro Del Piero Ltd Ed Art Print by Jamie Osborne https://t.co/5VRuYcdNtG @eBay
37926                                                         RT @JamesKosur: Colin Kaepernick's first @Nike commercial is out and it's incredibly inspirational. https://t.co/ACEY3i8BOi
37927                                        RT @strongblacklead: Get ready to fall in love with yourself September 21 with @justsanaa in #NappilyEverAfter on @netflix. https://t.co/eC…
37928                                    RT @RenukaJain6: You are already losing to Adidas &amp; Puma @Nike Now either wind up your operations in India or file case against @INCIndia @…
37929                                                                                                                                         @KelloggsUS #FeedYourFandomEntry Pick me :)
37930                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37931                                        RT @MrCockyHimself: Any chance you will cover this story? Fair enough? @CNN @MSNBC @ABC @CBS @NBC @nytimes @LAtimes @Politico @JoeNBC @TheV…
37932                                        RT @Reuters: Facebook removed its Burmese translation feature after a @Reuters report showed the tool was producing bizarre results https:/…
37933                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
37934                                             @PleiadianAgenda @Reuters It must have been the transdimensional pedophiles the Democrats brought in that are doing it!!! #pizzagate 😂
37935                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
37936                                        RT @AZRed65: @farlanewastaken @RealDryHeat115 @ShotsRangOut @NahBabyNah @andyoaklee @ryanpro02 @Nike @No_Liberal_Tex @DrSueDVM @jstines3 @S…
37937                                                                                      @ArghRich @simonraikallen @ghohpe @Allianz Yes! Keep an eye out on the #yow YouTube channel 👍
37938                                        RT @WarOnWant: HSBC is a major shareholder in companies selling weapons and military technology to Israel. Join us in telling @HSBC to dive…
37939                                                                                                    @Winnie5060 @Education4Libs @Kaepernick7 @Nike I would hate for you to be my mom
37940                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
37941                                        RT @FintechCH: “Bank of Amazon” is Disrupting the Financial Landscape https://t.co/bjNELt3eWP @amazon @amazonpay #Fintech #FinancialService…
37942                                                                                                                      Check out my listing @eBay - https://t.co/HJntXTYGZ6 via @eBay
37943                                                                                      RT @Reuters: Apple Inc bans Alex Jones app for 'objectionable content' https://t.co/djtmfPfEcn
37944                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
37945                                                       Check out FC Porcelain Jungle Animal Print 7 Dinner Plates Giraffe Zebra Leopard Near-Mint  https://t.co/7LFS4GYUfu via @eBay
37946                                                                The End of Me: Where Real Life in the Upside-Down Ways of Jesus Begins by Kyl... https://t.co/z4yxPL7S4Z via @amazon
37947                                                        Check out TIME AIR AIRLINES EX RARE PLASTIC FLIGHT JUNIOR JR PILOT KIDDIE WINGS BADGE PIN  https://t.co/vWX1wsmMCL via @eBay
37948                                                                                                                              RT @julieorth2: @krassenstein ❤️ it! @Nike Just did it!
37949                                                                                                                                 @lilacperalta @netflix need to make a movie on it😭
37950                                           Cat And Jack Toddler mermaid Swimsuit 18M https://t.co/wcQYFP8S2J @eBay  #Mermaid #mermaids ##ebay #ebayyardsale… https://t.co/0F4IpGzDpv
37951                                                Check out Halloween Black Cat Short Sleeve T Shirt  - Adult XL  NWT  #Halloween #TShirt #Halloween https://t.co/NPsRivPqXU via @eBay
37952                                        RT @Reuters: Facebook removed its Burmese translation feature after a @Reuters report showed the tool was producing bizarre results https:/…
37953                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37954                                                       Check out 2.00 CT D/VVS1 Round Cut Diamond 14K Yellow Gold Over Women's Men's Star Pendant  https://t.co/9B6l6N6Q6e via @eBay
37955                                        RT @ninsthewriter: A Risky Christmas Affair (Nina Romano's Christmas Book 1) by Nina Romano https://t.co/wd2htq1xU3 via @amazon 5 STARS #RE…
37956                                         RT @SquasherG: @AdulPhd @PennyDavisFrias @sawyer_nick @LaRae_Writes @crickafer00 @NFL @Kaepernick7 @Nike Hey Jack U paying Attention? This…
37957                                                                                                                        @netflix @Netflixhelps You forgot Season 2. #ThisIsBullshirt
37958                                        RT @FintechCH: “Bank of Amazon” is Disrupting the Financial Landscape https://t.co/bjNELt3eWP @amazon @amazonpay #Fintech #FinancialService…
37959                                                               RT @Reuters: Migrant families separated by U.S. are refusing reunification over dangers: ACLU https://t.co/aRpobZTXjH
37960                                                                                                                  RT @PBoyGaming: @Colleen47280995 @FoxNews @Nike It’s been going up
37961                                            RT @rhowardbrowne: @Reuters New platform coming ..... there will be a groundswell ..... get ready ...... you are in for a rude awakening
37962                                     RT @KayaJones: This is how I feel about @Nike bye 👋🏼 bye 👋🏼 forever ! I stand with our men and women the real heroes for this great nation…
37963                                        @ALICE120651394 @AlexanderTegu @RealTimers @billmaher @SHOKidding @JimCarrey @Nike @HBO Look around. Who do you rea… https://t.co/P0Bj5LfWXj
37964                                        RT @ladydwinter: @RNRKentucky @PradRachael @Nike @kaepernick @Maggieb1B @Boyd_2650 @seecyn5858 @cheri4trump @Lady_Vi_2U @Bmw2163Heart @star…
37965                                                                       Check out [COLGATE] TOOTHPASTE OPTIC WHITE SIZE 100 GRAM TWIN PACK #COLGATE https://t.co/OnI4rYRktn via @eBay
37966                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
37967                                                                                                       The Scandinavian and Icelandic crime dramas on @netflix are surprisingly good
37968                                                                            is it mad corny to still believe in love? - bc these @netflix original movies have me thinking otherwise
37969                                                                                   @george_capen @realDonaldTrump @Nike You are no 25 years veteran. You’re a 25 year cry baby #MAGA
37970                                                                                       RT @JordanWysong: the @McDonalds #milk shake secret (shamrock shakes) https://t.co/WeihP4nET1
37971                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
37972                                                                                                     RT @TruthAlwaysWin4: @Reuters @elonmusk has to self report the marijuana usage.
37973                                                                   RT @Reuters: Alibaba co-founder Jack Ma to retire: New York Times https://t.co/faMOn3dc2E https://t.co/Ueqworh3Sj
37974                                        @storyofstuff @ZeroWasteChef @Nestle @ProcterGamble @Unilever But somewhere I've read that the mat of plastic waste… https://t.co/YORc16NMKp
37975                                                        @JimRd1973 @LeviStraussCo @LEVIS @Nike Scroll up and find the “specific s” you thought you shared... https://t.co/APSnb2kdqr
37976                                                                             RT @Reuters: U.S. military drawing up options should Syria use chemical weapons https://t.co/ADL0TBdh9e
37977                                                                                                       @zoiepalmerfan @JCliff0 @Nike @Kaepernick7 You didn't read what she wrote lol
37978                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37979                                        @Reuters Ordinary people in the USA will have to pay all the tariffs on chinese goods. You cannot replace the chine… https://t.co/hru4Dyjw44
37980                                                   @Miles_Teller @netflix ever since Whiplash (favorite movie ever you’ve been my main dude so here we goooo https://t.co/HTrrNFyOww
37981                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37982                                                   Check out Art to Classic Color Burnout Velvet Kimono Fringe Jacket Coat Kimono Duster #Handmade https://t.co/uaQacMHij4 via @eBay
37983                                        @sclark106 @israelsgyrl @David_Yardley @Kaepernick7 @Nike And your point about him speaking truth about pig cops is… https://t.co/5BD0tYwqOR
37984                                                                                                                                                     @jodally_ @ASOS Thank you !!! x
37985                                         It’s been so long @British_Airways please forgive us for using @easyJet we will come back because this orange bird… https://t.co/grNOcHo0Qg
37986                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37987                                                                       Scalextric Slot Car C3156 Ford RS 200 (1986) Kalle Grundel Rally of Sweden https://t.co/wC6TdW6z9A  via @eBay
37988                                                                    RT @pinkflawd: Big thank you to @SarahManley and @Google for hosting #BHBA18 😊 so many curious and happy faces!
37989                                                                         RT @AngelsSelene: Hi @netflix! I’m from Singapore and I’m a #Shadowhunters fan 🖤➰ https://t.co/VFYVSuPQIh
37990                                        @easyJet never have I ever been so disgusted in all my life of the service I received last night in Bristol airport… https://t.co/KHjFTEq5im
37991                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
37992                                                                               Check out NEW LEVIS JACKET SHERPA CLASSIC DENIM TRUCKER TYPE III Jacket https://t.co/hrLUPFPLHU @eBay
37993                                                                               Check out Star Wars Vintage Kenner Greedo 79-Back 1984 ROTJ #Kenner https://t.co/MzQh5b2xaT via @eBay
37994                                                                                                                   @netflix thank you soo much for taking Starstruck off of Netflix.
37995                                        RT @Wunderman: Companies like @Amazon and @Google are setting the bar for brands. Show customers you’re serious about earning their loyalty…
37996                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37997                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
37998                                         RT @Microsoft: Wee Hyong Tok uses #data to make a difference. Here's how his team leverages AI to solve complex sustainability challenges:…
37999                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38000                                                                            RT @Reuters: China's August trade surplus with U.S. widens to record $31 billion https://t.co/autr1r7fCa
38001                                        RT @votevets: Thank You @Nike for standing up for the Constitution of the United States we have fought to protect and defend! #JustDoIt htt…
38002                                                     Check out Indian Rugs Cotton Jute Woven Reversible Rug Floor Gorgeous Braided  Rug  #Handmade https://t.co/4rR1cdnTNr via @eBay
38003                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
38004                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
38005                                                                           RT @Reuters: Chinese government's top diplomat in Pakistan to meet new government https://t.co/lCyFe4grmd
38006                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38007                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
38008                                                                                                                                                                    @Nike Screw Nike
38009                                                                                                                      Check out my listing @eBay - https://t.co/hSez733DoC via @eBay
38010                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38011                                        RT @Starbucks: The new Starbucks Reserve Roastery in Milan marks the arrival of Starbucks in Italy—and the culmination of a dream decades i…
38012                                                                                                                     @scali_gianna @ProudArkgirl @Nike sucks https://t.co/61TQUyj1cd
38013                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38014                                        RT @annapapallona: Well done @amazon for understanding that everyone likes to see offerings in their own language! Get there first!  $$   #…
38015                                        RT @Marina_Sirtis: To all the idiots burning their sneakers....FYI @Nike doesn’t care what you do with them after you’ve bought and paid fo…
38016                                        RT @SfdcKiran: @Bharathi4906 @Chanakya95 @satyagoluguri @danieljpeter @LangstonJessica @salesforce @mittuvikas @atul31gupta @rajdeepdua @am…
38017                                                    Soooo... let me know when y’all are ready to talk about this weirdness. #JessicaJones #IronFist @netflix https://t.co/cCFSobUGbj
38018                                                                                                                        @Parthajosh @amazon @AmazonHelp @JeffBezos Only he can nw 🙄
38019                                                Check out Turquoise Round Gems 925 Sterling Silver Jewelry Adjustable Bracelet BR-5002  #Unbranded https://t.co/x4gvc5UbkP via @eBay
38020                                        RT @Starbucks: The new Starbucks Reserve Roastery in Milan marks the arrival of Starbucks in Italy—and the culmination of a dream decades i…
38021                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38022                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
38023                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38024                                                                                              @MaxPreps @McDonalds @Whataburger @JackBox @WhiteCastle @DennysDiner In n out for sure
38025                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
38026                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38027                                                                         RT @ATT: This program is helping young Latinas become tomorrow's #STEM role models. https://t.co/QgNC6a7ImI
38028                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38029                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38030                                                                                                                                    Colin just doing it.... @Kaepernick7 @Nike ✊🏽✔️
38031                                                                                                  RT @D_DUB_Club: @Nike @TabriaMajors What's the difference? https://t.co/7IP7c7MHIF
38032                                                              @ShadowsGPs @RealKiefer @netflix Oh that’s great! I’m looking forward to watching seasons 1 &amp; 2 on Netflix soon :)
38033                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
38034                                                                            RT @Ngozi_Ufere: Yaaaassssss @Nike feed the trolls and let them choke! #JustDoIt https://t.co/YO8neWvHne
38035                                        RT @OracleIaaS: Learn more about @SAP NetWeaver® Support for VM Shapes on Oracle Cloud Infrastructure. #Iaas #OCI https://t.co/nFr0G6D3hK h…
38036                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38037                                                                                            Check out  Argyle Culture Men's Shirt Large New With Tags  https://t.co/GoJOWvSWd7 @eBay
38038                                                                                                                Check out Tabasco Men's Golf Shirt XL  https://t.co/gCPCKfFLI2 @eBay
38039                                        @battlesathome @CynthiaTimmo @Nike @Kaepernick7 Because not enough people say it let me Thank you for your service and your sacrifices . ❤️🙏
38040                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
38041                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38042                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38043                                        @sourranger718 @mamurf41 @__sfoster @RealCandaceO @adidas @adidasUS @adidasUK I wOndEr WhO mAdE tHe KkK? - Brenda M… https://t.co/LIpNsxJtFV
38044                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38045                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38046                                        This is the reason why ppl get frustrated with @Microsoft why the hell on earth @Skype have to remove highlights fe… https://t.co/YzJqCanLdu
38047                                                                                           RT @Reuters: Alibaba co-founder Jack Ma to retire: New York Times https://t.co/QUpKpySDBq
38048                                                                                    RT @Reuters: Crews fight to outflank raging Northern California wildfire https://t.co/RGFNlAfmKq
38049                                        RT @lynagn: @SarahPalinUSA BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this r…
38050                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38051                                                            RT @jeffrey_tice: I have received so many compliments on my shoes today! Thanks @Nike! #JustDoIt https://t.co/eVwhq1cPUg
38052                                                                                                                 @Melzi87 @easyJet @airportdus That's no way to treat a Champion :-(
38053                                         Check out my items for sale; Spiceworld Movie Book - The Spice Girls https://t.co/7WkQ8TRhsF @eBay #spices #spice #spicegirlstakeformentera
38054                                                                                         RT @Reuters: Djokovic eases past Nishikori to reach U.S. Open final https://t.co/WsADqX8pll
38055                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38056                                        @VB_Ragdoll_Cats @_miabonita @ArsenalReport @BrownieHickomb @Nike You left out that they need to cheat and manipula… https://t.co/HWY2e1qO0d
38057                                                         @sir_odymufc @strongblacklead @netflix Are you serious? 😣😩 all that work they've put in and you just want to download it.
38058                                                                                    RT @Reuters: Crews fight to outflank raging Northern California wildfire https://t.co/RGFNlAfmKq
38059                                                RT @KimmiAnne77: @krassenstein @datblaxican @julieorth2 @Nike I went out of my way to buy my new pair ✔ 🇺🇸✌❤ https://t.co/rDm8bOwQpv
38060                                                                                      RT @Reuters: Apple Inc bans Alex Jones app for 'objectionable content' https://t.co/n4MPfm9fUa
38061                                                                                      RT @Reuters: Apple Inc bans Alex Jones app for 'objectionable content' https://t.co/n4MPfm9fUa
38062                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38063                                        RT @Marina_Sirtis: To all the idiots burning their sneakers....FYI @Nike doesn’t care what you do with them after you’ve bought and paid fo…
38064                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
38065                                                    Check out MENS DOCKERS MOCK NECK LONG SLEEVE PULLOVER SWEATER XXL BLACK BURGUNDY GRAY #DOCKERS https://t.co/7UJ33MEiSE via @eBay
38066                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38067                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38068                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38069                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38070                                                                                           RT @Reuters: Alibaba co-founder Jack Ma to retire: New York Times https://t.co/QUpKpySDBq
38071                                                  we've been waiting for so long @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca #WeWantEyewitnessSeason2
38072                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
38073                                                                                               @SanManko @AJSav6 @Reuters You don't even know the law hahaha yet you yap on about it
38074                                                                                                                RT @Nike: A Star is born. @KMbappe #JustDoIt https://t.co/cn8eqmUuuq
38075                                                                                                                                                                    @Reuters finally
38076                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
38077                                           RT @sengineland: #SMX Advanced 2018 – #Keynote with @igrigorik of @Google by @stonetemple https://t.co/R1HC270Kpt https://t.co/RWJ3ncJsqH
38078                                                        Check out Imperial Glass Caramel Brown Slag Glass Open Back Swan Candy Dish Bowl Figurine  https://t.co/rbrGxBHKuT via @eBay
38079                                        RT @GlblCtzn: An education is an opportunity to create a better life. Dream big like Chen and share this video from @Cisco encouraging educ…
38080                                                                                                                           @3llen3lizabeth @Nike He could kneel at a different time.
38081                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
38082                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38083                                        RT @YvetteJiselle: @mohamad_cheri @PatriciaBuress @KimmiAnne77 @krassenstein @datblaxican @julieorth2 @Nike I’m due to purchase another veh…
38084                                        @Tweets_and_Caws @Franklin_Graham @Nike So what sacrifice did u want Kapernik to make? He sacrificed a multi-millio… https://t.co/1ARuuc0JAf
38085                                        @Microsoft @Xbox @Konami : Bring Metal Gear Solid Snake Eater to backwards compatibility. Many xbox gamers would re… https://t.co/V8DoJovWs3
38086                                        RT @BoutiqueBV: Calvn Klein Little Black Dress Sz 6 Rhinestones Studded NEW NWT Cocktail Party  https://t.co/46R8THdvH6 via @eBay https://t…
38087                                                                                                                                                              @Nike Just F Off Nike.
38088                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38089                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/MzUBbGsC3A
38090                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38091                                                    Check out #Spy Kids Mission: The Man in the Moon PC CD-ROM FREE US SHIPPING!    #pc #videogame https://t.co/yIdZo5ECy8 via @eBay
38092                                        RT @SassenachCS: @SimplyKay22 @msmomilei @ShiriAppleby @hulu Yes please!!!! @netflix @hulu @SYFY @TheCW - PLEASE make a revival of the orig…
38093                                               RT @StudioIra: Check out Brand New Self-Portrait Floral Grid Cold Shoulder Dress US 4 #SelfPortrait https://t.co/22c8UZKeH3 via @eBay
38094                                          RT @StudioIra: Check out free people patchwork boyfriend jeans #FreePeople #BoyfriendPatchworkSlimSkinny https://t.co/LjLKWMUqbh via @eBay
38095                                                                            RT @Reuters: China's August trade surplus with U.S. widens to record $31 billion https://t.co/ONWWK67dbj
38096                                        RT @bonniemurphy: @DutyOfAPatriot @Nike Nike responsible millions of deaths BC  of ridiculous expensive shoes : inner city kids indoctrinat…
38097                                         @ObarChrombaidh @easyJet We’ve the same issue with a Purse left onboard at 10pm last night. We’ve been put through… https://t.co/8KOMihaOCr
38098                                                  Check out Bayer 04 Leverkusen Home football shirt 2003/2004 Jersey Adidas S Camiseta OLD #adidas https://t.co/QPwqBjCXm9 via @eBay
38099                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38100                                        RT @RachaelTaylorD2: @geniusparkers @GretchenClayson @chillyhades @SonyPictures @Sony When you need someone to back you up and agree with y…
38101                                        @NerdyGirlK @kroger My wife can't enjoy her grandson because she hurts so much when she walks? I really need help t… https://t.co/9fhNgTkfvN
38102                                                              RT @Reuters: Reports that Musk security clearance under review are inaccurate - U.S. Air Force https://t.co/pnsifqNCau
38103                                                            Check out Vintage Clear Mini Glass #Oil #Pitcher / #Wine Pitcher - 5 Inches - 3 Spout  https://t.co/cfgBWuqazy via @eBay
38104                                        @PatriciaBuress @KimmiAnne77 @krassenstein @datblaxican @julieorth2 @Nike You like to support slave labour like con… https://t.co/gn9vGx4D2x
38105                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
38106                                        @_miabonita @ArsenalReport @BrownieHickomb @Nike It's a false premise. Michael Brown committed a strong arm robbery… https://t.co/X5szbv5iMe
38107                                          RT @myuniquemarket1: Check out Women’s Career Black &amp; White Beaded Collar Sleeveless Lined Blouse Size S https://t.co/aK1LzFlcOe @eBay
38108                                                                                          RT @xentoni: Emirates @Boeing 777 with @GEAviation GE90 for #Dubai https://t.co/hZiWUYWf6g
38109                                                                         Check out 2015 #Hallmark Keepsake  My Angel Ornament  FREE US SHIPPING!   https://t.co/RblNJyA0Dh via @eBay
38110                                                  Check out 14K White Gold Over Mens Engagement Wedding Pinky Ring Band 1.00Ct Round Diamond #Band https://t.co/XUOcYXnqIN via @eBay
38111                                                Check out 9 Pcs Carnelian Elongated Tear Drop Beads Faceted Chalcedony Natural Briolette  #Faceted https://t.co/rAiCvbQ720 via @eBay
38112                                       RT @James_x_Naddie: Petition to include Never Not Love You and On the Wings of Love to be available at @netflix because why not? 😍 https://…
38113                                                                  Check out Natural Crystal Blue Dumortierite Cabochon Loose Gemstones #KIRTIIMPEX https://t.co/Sl1DSXgkiD via @eBay
38114                                                                                                                                                                 @Nike Fuck you Nike
38115                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38116                                        RT @Toyota: #DYK the Toyota USA Foundation invests in STEM education programs? The creation of a new and innovative school in west Dallas i…
38117                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
38118                                                                 do it for helen @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca #WeWantEyewitnessSeason2
38119                                                                                                                          Hi @netflix! I'm from Italy and I'm a #Shadowhunters fan ✌️
38120                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38121                                                                        RT @TNMORG: @Nike .@newbalance you will get my business #BuyNewBalance and #DumpNike https://t.co/A3lg9VaDwR
38122                                                  RT @TheBrandonMorse: Fixed the issue with that @Nike ad. No need to pay me. It was a pleasure to help out. https://t.co/mbeMqLOI8t
38123                                        Hello @sainsburys! Be gentle with me I’m coming to you as a new customer as @Tesco are so unreliable to their deliv… https://t.co/hqnpxgu2MG
38124                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38125                                        RT @_miabonita: @ArsenalReport @BrownieHickomb @Nike Why would anyone disagree with someone peacefully protesting against racial inequality…
38126                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38127                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38128                                           RT @madliberalmom: Support #FreePress #Veterans Thank you @Nike Nike for everyone this year!!   @NFL #BoycottNike https://t.co/zHmaSV1v1Q
38129                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/JjxhxSWAej
38130                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38131                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38132                                                                       @Nike Damn Americans are really stupid aren’t they!  WOW  THAT WAS A WONDERFUL ADD THAT I TOTALLY AGREE WITH.
38133                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38134                                         RT @MsSquawk: @viens61 @HAmericanus @Marcg306 @DarrinHandokc @_miabonita @ArsenalReport @BrownieHickomb @Nike Since when does protest have…
38135                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38136                                                                                                                                                                    @Nike Screw nike
38137                                                                 RT @DonFi4o: Check out Vintage Travel Alarm Clock Kienzle German Wind Up #Kienzle https://t.co/jEoBhdA7CI via @eBay
38138                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38139                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38140                                                                                                          @Nike The best motivation and display of sacrafice https://t.co/UekuShjQh7
38141                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38142                                                                                                                   Check out Nike Sweatshirt XL https://t.co/ZgiVFURxNQ @eBay #shirt
38143                                                                           RT @ucf_problems: Check out the new @Gillette commercial starting @Shaquemgriffin https://t.co/EJa4VzMGDH
38144                                                                                      Check out Beautiful Walnut Heart Shape Jewelry Box #HomeMade https://t.co/22F7bz1s1z via @eBay
38145                                                       Check out cathedral Church Trondheim Norway image on double greeting card includes envelop  https://t.co/rjYZaHM9zZ via @eBay
38146                                        The Bistro by Frank Cereo https://t.co/WaMWtQUKmJ via @amazon Follow an Italian family running a small restaurant i… https://t.co/H7LDLrOju1
38147                                                                 RT @Reuters: Chinese government's top diplomat says Beijing not saddling Pakistan with debt https://t.co/vY4MniYEHT
38148                                                               @SalmansForce_ @divyaspandana @Nike @Giridhari_ @sasmitpatra The biggest lier &amp; jumlebaz! https://t.co/tiTzDOuMYR
38149                                        @Reuters Terrible precedent albeit one which will be unfairly applied. Please bring back Alex Jones so I can make t… https://t.co/GEehtEolW7
38150                                                               Check out WOMENS JACKET XL CHAPS BLAZER NEW 14 16 HERRINGBONE TWEED BROWN NWT FALL DEAL https://t.co/uAy4Gt9zIZ @eBay
38151                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
38152                                                                          I love that in the movie #SierraBurgessIsALoser the girl forgot about college and got the guy :/  @netflix
38153                                        @easyJet do you know what gate 6261 (BRS to Paphos) is going to be at? It's been delayed and no information at all has been given... cheers.
38154                                        RT @votevets: Thank You @Nike for standing up for the Constitution of the United States we have fought to protect and defend! #JustDoIt htt…
38155                                        RT @ReviewsEmerald: Magical Bedtime Stories: A Collection of Short Stories &amp; Poems for Children b... https://t.co/3xyhFdoXeA via @amazon
38156                                                             Check out NWT Armani Exchange Womens Size Small Cardigan Sweater Shrug Shoulder Cover $72 https://t.co/sSkBIx4aCf @eBay
38157                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38158                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38159                                                                                      RT @Reuters: Filipinos’ trust in Duterte falls to lowest level: survey https://t.co/Rn0smudNmO
38160                                                              we're still here @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca '#WeWantEyewitnessSeason2'
38161                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38162                                                                                                                                  @AndrewBogue @netflix That is cruel. Just...cruel.
38163                                                                                                         @easyJet hi guys any chance of a response to the DM https://t.co/M8Me75ISAa
38164                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38165                                        RT @MVNarayanann: @LaliGanguli @Nike @INCIndia It’s a Copyrigt violation by @INCIndia . @Nike are ok  you with this ? Should we #BoycottNik…
38166                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38167                                                                             @tonyaf73 @FedEx @UPS We always have a terrible time with Fedex. I hate when they delivery to our house
38168                                        RT @Reuters: A man wearing a plaid shirt sitting directly behind Trump at his Montana rally was asked to leave after making faces and mouth…
38169                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38170                                                                                             8? Shane you are giving us a tv series right here... @netflix you better hit Shane up..
38171                                        RT @PerryBarrFire: @PerryBarrFire Blue Watch are at @Tesco New Oscott collecting for Charity Food Bank Erdington and offering free Home Fir…
38172                                        RT @Microsoft: The @NYTimes is using our #MixedReality Capture Studios to bring Ashley Graham's runway walk into reality—with no filters to…
38173                                                                                                                                        @Nike Hey Nike . . . https://t.co/yn1H0Dh7A6
38174                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38175                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38176                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
38177                                                                                                                                                   @Nike Go to hell greedy shitheads
38178                                                                                The Dismal Tide (East End Irregulars Book 2) by Michael DiBaggio https://t.co/VLixWm8OEz via @amazon
38179                                                              Sterling Silver Emerald Cut Aqua &amp; Clear Accent Stone Ring Size 5 - Marked  925  https://t.co/x5lKZ3wDRU via @eBay
38180                                        @DEV_PvtLtd @idevadhikari @KoushaniMukher1 @impujaabanerjee @savvygupta @zeemusicbangla @TeamDevFC @facebook From W… https://t.co/HnvnCy106t
38181                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
38182                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38183                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38184                                                                    RT @IgorDontu: RC Smart Dog toy Sing Dance Walking Remote Control Robot $74.99 https://t.co/Pvw24zF6xh via @eBay
38185                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38186                                        @JPW3775 @starcrosswolf @Nike @TheRevAl Looks like #ColinKaepernick is Nike Company Management's useful idiot for S… https://t.co/xaCw8yYbIz
38187                                                @BuffyDerSlayer @rudeboyaur @humanspectre @CNCOCKS @BloombergQuint @netflix @alltheboysfilm Who is paying you? Who do you shill for?
38188                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38189                                                                                                                                                        @Nike Oh die in a crotchfire
38190                                                                                               RT @johnofthadead: @thepiperpup @johnrich @ali_kat09 @Nike @bigandrich Looks like a Q
38191                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38192                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38193                                        RT @michemingg: I spoke this into existence yesterday I put the first photo up in the morning on snapchat ..then later on @Nike commented o…
38194                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38195                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38196                                                   RT @Abhaykumar422: #Microsoft Releases #SharePointFramework V1.6  cc @CsharpCorner @Microsoft @SharePoint https://t.co/i9Xj5Gktq7
38197                                                                                                                                                      @Ryanair Looking for a refund.
38198                                        RT @vivekagnihotri: Wow. Today Gandhi’s Congress sponsored by @Nike has finally come of age. Shri Jawaharlal Nehru must be proud of @RahulG…
38199                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
38200                                        @JoeyTheRedKRoo1 @HAmericanus @Marcg306 @DarrinHandokc @_miabonita @ArsenalReport @BrownieHickomb @Nike Dude I’m do… https://t.co/fInuTTLdSK
38201                                                                                                                 @Nike The American cancer Society objects to twisting their message
38202                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
38203                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38204                                        @DFSFootballNow @Pam2189 @GLFOP @DsandersPNW @Nike @BarackObama @Kaepernick7 @NFL You should probably get your fact… https://t.co/dseHYE2kgR
38205                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
38206                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38207                                                            @concertina226 @mamor36 @Burberry @BBCBusiness Lets see when @Prada leaves the stone age and stop using fur! #furiscruel
38208                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38209                                                                                                                                            @Nike Don't f.... buy.America first MAGA
38210                                                                                                                                       @Nike Made in https://t.co/IGB8qVd4K4 BALANCE
38211                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38212                                                           Check out Famous Himalayas Fresh Truffle in olive oil total weight 1 Pound (454 grams)  https://t.co/ihOvc5vRuS via @eBay
38213                                                                                      RT @Reuters: Apple Inc bans Alex Jones app for 'objectionable content' https://t.co/n4MPfm9fUa
38214                                                             Check out 1966 Jim Palmer RC Topps  HOF #99 Baltimore Orioles EX-MT #BaltimoreOrioles https://t.co/0XZEqDorHH via @eBay
38215                                            RT @ChrisJZullo: Challenge. Buy something online @Nike right now and reply to this post with the receipt and I will retweet it #JustDoIt
38216                                                                                                                 @reeses @amazon #NotSorry I like to see chocolate and peanut butter
38217                                                                                                                                          @SuzOsborne @Walmart Did you buy them all?
38218                                            RT @ChrisJZullo: Challenge. Buy something online @Nike right now and reply to this post with the receipt and I will retweet it #JustDoIt
38219                                        RT @virendra_it: If @Nike don't take action against @divyaspandana tht means @Nike is ready to give platform to oppose our PM. We suggest N…
38220                                                                            @Nike please use this slogan for all those that cannot play but can still dream. https://t.co/8zBHdjuuep
38221                                                                                                    @FeelitWorking @VodafoneUK @Samsung Your battery lasts for 18 months? Lucky guy.
38222                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38223                                                                                                   Lubbock's Naughtiest Women door Mark Lockwood https://t.co/KD6iOQUhq9 via @amazon
38224                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38225                                       RT @James_x_Naddie: Petition to include Never Not Love You and On the Wings of Love to be available at @netflix because why not? 😍 https://…
38226                                        RT @vivekagnihotri: Wow. Today Gandhi’s Congress sponsored by @Nike has finally come of age. Shri Jawaharlal Nehru must be proud of @RahulG…
38227                                                           Check out STUNNING NEW ENKEI ∞ MILANO CHROME Wheel Center Cap C 12 CdW-Cool as Hell!!!  https://t.co/lKqgS6lWWg via @eBay
38228                                                                  Fox News Analyst Goes Off-Script: Trump Lacks 'The Temperament' To Be President https://t.co/IrEEMWzLlq via @Yahoo
38229                                        @Momma_D3llinger @Ngoasheng247 @Nike I still haven't talked to a veteran that has a problem with him kneeling. Craz… https://t.co/8BKG89LaGz
38230                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38231                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
38232                                                                                          @Momma_D3llinger @Ngoasheng247 @Nike True. Keeping up with the news cycle is not my forte.
38233                                                                             RT @tonka9754: Well done @Nike in your support of Kap. Now how about dealing with sweat shops #JustDoIt
38234                                        RT @vivekagnihotri: Wow. Today Gandhi’s Congress sponsored by @Nike has finally come of age. Shri Jawaharlal Nehru must be proud of @RahulG…
38235                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38236                                        @TheRustician @eBay This is exactly the tv unit that you have been delaying delivery for for 5 weeks now! This is a… https://t.co/QqYtQRjX5p
38237                                        RT @StumpforTrump: Retweet if you will not spend a dime on @Nike so long as they support anti-American Cop haters and flag kneelers! #NikeB…
38238                                        RT @StumpforTrump: Retweet if you will not spend a dime on @Nike so long as they support anti-American Cop haters and flag kneelers! #NikeB…
38239                                         @votevets @Nike Fake vets. I question the credentials of each and every one of you. I can profile every single one… https://t.co/yG0MEyZ6ez
38240                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38241                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
38242                                                                                    Check out Women's true religion and silver jeans #TrueReligion https://t.co/dFFTgKVruh via @eBay
38243                                                                             @BasicShadowStuf @netflix Hi @netflix! I'm from France and I'm a #Shadowhunters fan. #SaveShadowhunters
38244                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38245                                                                                                                                                    @ThornsFC @Toyota Go THORNS!!!!!
38246                                                                #jewelry check out 1 RAW Classic XXL Lap Rolling Paper Metal Tray with Stand  #RAW https://t.co/AeKocVG8ec via @eBay
38247                                       RT @TheTechnocratNg: @okayafrica @netflix Congratulations @GenevieveNnaji1 we love you and support you 😃 #DirectedbyWomen #EqualityForNiger…
38248                                        @jkgintx @momsFORguns @Tweetelydeee @sexysusy69 @Nike And police don’t “target a race” in any real way. Police brut… https://t.co/374PTZThy4
38249                                        RT @votevets: Thank You @Nike for standing up for the Constitution of the United States we have fought to protect and defend! #JustDoIt htt…
38250                                        RT @brianjayjones: Good news: JIM HENSON: THE BIOGRAPHY is part of today’s @goodreads and @amazon Gold Book deals on Goodreads Award Winner…
38251                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38252                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38253                                        RT @IceyAsma: RT if you want @netflix to adapt a romcom of WHEN DIMPLE MET RISHI by Sandhya Menon: A super cute young adult novel with ador…
38254                                                                                            RT @Reuters: Actor Bill Daily of 'I Dream of Jeannie' dead at 91 https://t.co/XsCwv01INV
38255                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38256                                                                       @AmazonPost @Chevron Chevron is paying twitter to force us to see it gloat about a lawsuit it didn’t lose. 🤔
38257                                                         Check out Drummer Magazine Cassell The Beatmaker Dave Lombardo Steve Smith Rick McMurray  https://t.co/TZ1QCtcD4O via @eBay
38258                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38259                                                                                         RT @Mrs_E_Lincoln: @Nike I will never buy another product from you. https://t.co/rxSLIc7CUV
38260                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38261                                                                                           RT @Reuters: Carroll: 'Don't care' about Wilson favoritism report https://t.co/2acsETZ4AG
38262                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38263                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
38264                                    RT @rick2162: @tamarafriday @blazegaming777 @karavarus @UnscriptedIncom @Nike He kneeled bc of civil injustice of police brutality &amp; killin…
38265                                                                                RT @n0maankhan: The only person who fits perfectly to this campaign by @Nike https://t.co/QeHeup2nYw
38266                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38267                                                                                                                                                                   @Nike POWERFUL!!!
38268                                           RT @Mastercard: Tap or click with your Mastercard no matter where your day takes you. 🏃 #StartSomethingPriceless https://t.co/gXilFkLGf7
38269                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38270                                                                                    Check out Chile #208 (A84) VF USED - 1938 5p Lake Villarrica   https://t.co/iQeDauw8dy via @eBay
38271                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38272                                                       The secret tricks that make #DreamCrazy by @Nike  such a mesmerising piece of branding. @Kaepernick7… https://t.co/T06tX3RFE6
38273                                                                                                                                                  @Nike Nike sucks! Promote America!
38274                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
38275                                                                                                    @Nike Wow inspiring humbling poignant and ultimately iconic message. Bravo Nike!
38276                                                                                                                @ForzaMotorsport If only the new @BMW 8 series was in #ForzaHorizon4
38277                                                       Check out Magazine Rack Side Table Furniture End Accent Snack Sofa Chairside Small PVC New  https://t.co/ZAewc9F9kO via @eBay
38278                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38279                                                                                                                              RT @julieorth2: @krassenstein ❤️ it! @Nike Just did it!
38280                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38281                                                Check out Cruel Girl Womens Kelsey Jeans  Size 11(31x31) Regular Slim Boot Cut #CruelGirl #BootCut https://t.co/ZTpNxWrR0x via @eBay
38282                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38283                                                                                                   @Nike I will never get to have a normal life! Just do it. https://t.co/LkFpRY4WcC
38284                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38285                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38286                                        RT @JoyRoseM: @SueG907 @TornadoesBoreMe @Emse2 @Cherberube @DeniseWhorms @MikeOmerMan @Nestle That is a fact! But their brand includes a lo…
38287                                        @UnscriptedIncom @Nike His kneeling is certainly not against the flag. Our great country makes it possible to prote… https://t.co/Kyj5E2OLHW
38288                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38289                                                                                              @petedorantez @richard680news @Nike Long strategy? It has already boosted their sales.
38290                                                                                                         @blueinwilson @PhdTeresa @LEVIS @MomsDemand @Everytown PLUS a pair of @Nike
38291                                          RT @trendtheroyals: Tell @NetflixLifee you want @netflix  to save The Royals! ⬇️⬇️  #longlivetheroyals #savetheroyals https://t.co/ByTzKWfA…
38292                                                                                             Check out Eileen Fisher Knit Top Black White Womens Sz L* https://t.co/rZQBRC35rz @eBay
38293                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38294                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38295                                                                                                                                             RT @RussNottke: @Nike Kaepernick sucks.
38296                                                                                                       Check out Kuhl Skirt Gray Athletic Womens Sz 8* https://t.co/p4LeEJ5N2G @eBay
38297                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38298                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
38299                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38300                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38301                                        @facebook Hi my name is Adrienne Cooper McCall and I am unable to log into my Facebook account it's been 2 days now… https://t.co/3R2pSvkRqg
38302                                                                                            Check out FABRIC REMMANT 100% NEW COTTON FLORAL PRINT  https://t.co/2i6eckoDkY via @eBay
38303                                                                                                          @CoryBooker @maramcewin @SenateDems @CoryBooker just did it! @Nike #Nike30
38304                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38305                                                     Check out XXI Womens Black Ivory Sleeveless Top Print Layer Shell Blouse Zip Back Size M #XXI https://t.co/rR4X0slVLI via @eBay
38306                                        RT @votevets: Thank You @Nike for standing up for the Constitution of the United States we have fought to protect and defend! #JustDoIt htt…
38307                                         @WyldeHeartedSon @HeathFloof @realDonaldTrump I still say anyone that takes their @Nike 's off before burning them… https://t.co/nNc2pgoVmP
38308                                                  Check out 3 Original Lake ERIE DEARIE Walleye Spinnerbait Fishing Lure Lot 5/8 Ounce #ErieDearie https://t.co/GdUFNQ4p26 via @eBay
38309                                        RT @votevets: Thank You @Nike for standing up for the Constitution of the United States we have fought to protect and defend! #JustDoIt htt…
38310                                                                                                                      Check out my listing @eBay - https://t.co/YqaxLqxVUr via @eBay
38311                                        @mel_is_a_texan @PeterSweden7 The very definition of fascism is @Jack @facebook @YouTube censoring for political re… https://t.co/sNO8qk3ug2
38312                                        RT @vinu1: Excited to announce the launch of our own @Cisco @CiscoDevNet #microsite https://t.co/0DRuzCD9WJ @Presidio #FutureBuilt #digital…
38313                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38314                                        RT @CJShaw_: @ronshank @MrsSerra @castrejon281 @Nike That literally has nothing to do with what she said? LOL she’s saying nobody raises aw…
38315                                                 RT @doggonetags: @beckybuck @Nike They aren't dumping on their customers... they are lifting them up.  Just a shift in perspective.
38316                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38317                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
38318                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38319                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38320                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38321                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
38322                                                                           Check out INDUSTAR-50u ENLARGER I-50u Lens 3.5/50mm M39 #7602 #Industar https://t.co/gReaG6LJjp via @eBay
38323                                                                                                                                        @Nike why not right? https://t.co/7deICOt5DO
38324                                                               @FakeKarlUrban @BankofAmerica @usbank @WellsFargo @keybank We love @WellsFargo  they so far have been very good to us
38325                                                        @pamela12632553 @PaulaHammond1 @organic2016 @Nike @eddieloks92  talk is free. Paying a decent wage to make a shoe cost money
38326                                                                                                               3 more days of shit internet from @CoxComm then hello fiber from @ATT
38327                                        @readjerry @Nike Kaepernick knelt because the flag doesn’t respect him and the black people of this country. Wouldn… https://t.co/p7l2kBYhil
38328                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38329                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
38330                                                                                              RT @Reuters: Angels' Ohtani to hit through remainder of season https://t.co/NzRrzZB4H9
38331                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
38332                                        RT @_KathySchofield: @MHGrayWF @WellsFargo The @NEFLSTEM2 is honored to have the support of @WellsFargo to expand access to high quality ST…
38333                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38334                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
38335                                        @FolquesTony @Jaye_inUSA @Nike Certainly your prerogative! Personally I’ll do everything I can to not give them a d… https://t.co/GHP3UP5I2g
38336                                                                                                               @Ironhid92422786 @Maggryan @Nike Never forget https://t.co/JoNkkKvEv8
38337                                                                                                      @Alyssa_Milano @DebbyRyan you guys did an amazing job in @insatiable_ @netflix
38338                                                                                       Check out Sega Genesis Model 2 #SEGA #Genesis2 #SegaGenesis https://t.co/0Vj2n5LcQ4 via @eBay
38339                                                                                        Wilderness Family Adventures (VHS 2 Volume Set) Brand New  https://t.co/0MEVuthm4q via @eBay
38340                                                                                                                      Check out my listing @eBay - https://t.co/NycLHSA9Uu via @eBay
38341                                                                                                                                      @doggonetags @beckybuck @Nike Underrated tweet
38342                                                                                        Check out  LOL Surprise doll Ultra Rare Luxe 24K Gold #MGA https://t.co/L387vuuKqN via @eBay
38343                                        RT @Reuters: Amazon joins the $1 trillion club and is on pace to overtake Apple https://t.co/mJpqQS7dOL via @ReutersTV https://t.co/wxaJ2IC…
38344                                                                   @MMIX_Mustang @bigbobcheatham @Nike Don’t forget hiding behind a badge while murdering innocent people #takeaknee
38345                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38346                                                                                         RT @Mrs_E_Lincoln: @Nike I will never buy another product from you. https://t.co/rxSLIc7CUV
38347                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38348                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38349                                        @MizzCameronBaby @SoulKiddX @IndivisibleNet @Ford Alright then cite your question that you never asked. All you tal… https://t.co/hbqL3iujGs
38350                                        RT @LaylaAlisha11: Americans don’t forget about @Nike. Using Colin Kaepernick was partly a distraction from problems inside of Nike Corp. #…
38351                                        RT @_LukeCSkywalker: @RNRKentucky @Nike @kaepernick @Maggieb1B @Boyd_2650 @seecyn5858 @cheri4trump @Lady_Vi_2U @Bmw2163Heart @starcrosswolf…
38352                                        RT @votevets: Thank You @Nike for standing up for the Constitution of the United States we have fought to protect and defend! #JustDoIt htt…
38353                                         @kellz55 @ArianFoster @Nike It’s crazy how all the leftist morons think those burning stories are real even though… https://t.co/JB0aFrpZAJ
38354                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38355                                                                                                                                               @Nike Sorry take a knee is just wrong
38356                                                                                                RT @mad1nola: @CNN I think @Nike has this all under control! https://t.co/ex62OovZrJ
38357                                        @RitaG74 @Nike @narendramodi If Nike z so much worried about impact of demonetization y don't u benefit the end use… https://t.co/GOMIXs4E1K
38358                                         Just like we are on call 24 hours a day so are some of our @biu_group bins. These two new bins at @Tesco Bursledon… https://t.co/gYe69OgD0q
38359                                          Portrait of woman 🎨👩🏻‍💻 painted in @Adobe @Photoshop @creativecloud w @wacom @AdobeDrawing #thephotoshopartist… https://t.co/dgVpYgSoUL
38360                                        @JessieJaneDuff @Nike My grandfather lost his leg in war so he can take a knee. But you too are also free to expres… https://t.co/ACQ1MVzqmh
38361                                                                                                                         @reeses @amazon #NotSorry #sweeps.  I prefer the right side
38362                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38363                                                                                   RT @HEAVENRAZAH: Razah's Ladder [Explicit] Babygrande Records https://t.co/1KyFvt8Ozi via @amazon
38364                                                            @amazonnews @amazon @accorg Of the seventh race with 67 I want the one who attends the toasted one called Carlos Andrés.
38365                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38366                                        RT @LaylaAlisha11: Americans don’t forget about @Nike. Using Colin Kaepernick was partly a distraction from problems inside of Nike Corp. #…
38367                                                 NEW LISTING!! Sexauer Sloan SL-3C Cat No. 9242 Crown Closet Flush Valve Rebuild Kit #SexauerSloan https://t.co/l1pmYVNfw1 via @eBay
38368                                                                                                                        @CarmenDucharme2 @Work4Sneakers @Nike Kneel for your rights.
38369                                                                                            Confession: I'm more dangerous than any man in @HomeDepot ... let's do all the projects!
38370                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
38371                                                                                                                             @JohnLegere @TMobile @sprint Nice aids service combined
38372                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38373                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38374                                            ? @amazon just shipped something to me TODAY that won't be delivered until September 25th.  Are they WALKING it here or what? \U{01f928}
38375                                        RT @LaylaAlisha11: Americans don’t forget about @Nike. Using Colin Kaepernick was partly a distraction from problems inside of Nike Corp. #…
38376                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38377                                                                           Where was @amazon this year after all the announcements yesterday? #cediaexpo #cedia18 #didImissSomething
38378                                                                             How are you gonna have Spider-Man 3 but not Spider-Mans 1 and 2? I’m tired of y’all doing this @netflix
38379                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38380                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38381                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38382                                        @karavarus @deejayPJO @garythebrave @rick2162 @tamarafriday @blazegaming777 @UnscriptedIncom @Nike @POTUS So I gues… https://t.co/ePDWn1UCcO
38383                                                                                                                              @allgoodweather @BreitbartNews @Nike I don't think so.
38384                                        RT @votevets: Thank You @Nike for standing up for the Constitution of the United States we have fought to protect and defend! #JustDoIt htt…
38385                                                                                                                                                    @Nike Realize that you're awake!
38386                                        RT @LaylaAlisha11: Americans don’t forget about @Nike. Using Colin Kaepernick was partly a distraction from problems inside of Nike Corp. #…
38387                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38388                                         WGood thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
38389                                                                                    Check out Amulets Phra somdej wat bang khunprom  over 60years  https://t.co/mjK9qgIcF2 via @eBay
38390                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38391                                         RT @jazzyjunker54: Check out Mary's Moo Moos Amish The Simple Life Black Wagon with 2 Matching Figurines  https://t.co/1DqO7sdR7z via @eBay
38392                                                                                                                      Check out my listing @eBay - https://t.co/02Hki4H4fN via @eBay
38393                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
38394                                        RT @YearOfTheVet: @JessieJaneDuff @Nike As a Marine and supporter of law enforcement as well... also in support of the population of this c…
38395                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38396                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
38397                                                           RT @Chainbody: my toesies have been super cold but i will never surrender to u @Nike @Kaepernick7 https://t.co/gBVP7sgEsS
38398                                                                                                                    @happydesertrat @jeffrey_tice @Nike Why protest? Don't get it...
38399                                                                ⚽️ Vintage Lotto AC Milan Long Sleeve L/S Jersey Shirt Soccer Football Maglia https://t.co/8oT1nJexEt @eBay #ACMilan
38400                                                                                                                                                     @CynthiaLHenson3 @Nike LOVE it!
38401                                                                                                                           @PocketMemes @cxrloC @Sony Ever played on pc? Dont speak.
38402                                                                                                                      @reeses @amazon I love the whole thing! #NotSorry #Sweepstakes
38403                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38404                                        RT @LaylaAlisha11: Americans don’t forget about @Nike. Using Colin Kaepernick was partly a distraction from problems inside of Nike Corp. #…
38405                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38406                                        RT @vivekagnihotri: Wow. Today Gandhi’s Congress sponsored by @Nike has finally come of age. Shri Jawaharlal Nehru must be proud of @RahulG…
38407                                                                     Check out MGA Bratz Doll Shoe Lot High Heels Boots Pairs Fashion Accessories  https://t.co/OLiswQzF7q via @eBay
38408                                                           Check out Halloween Party Set Pumpkin Food Masks Green Drinks 1:12 Dollhouse Miniature  https://t.co/YHAQhDWH8c via @eBay
38409                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38410                                        RT @votevets: Thank You @Nike for standing up for the Constitution of the United States we have fought to protect and defend! #JustDoIt htt…
38411                                                                                       Check out vans off the wall  womens sneakers size 7.5 #VANS https://t.co/hTtEvaqnoG via @eBay
38412                                        @cNc090713 @TigerWoods @Nike They are doing wonderful things with modern psychiatric medicine. You maybe want to se… https://t.co/8AfkqmKAnm
38413                                                                                                                                                         @ATT Isn't just PR it's PC.
38414                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
38415                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38416                                        @AyeeHoneyxx @Mrs_E_Lincoln @Nike and the rest of us don't need negative hateful attitudes when we are in need of i… https://t.co/qbwLpYN3Ep
38417                                                                                                                                      @Nike Don't get your Shoes Dirty. Take a Knee!
38418                                        RT @vivekagnihotri: Wow. Today Gandhi’s Congress sponsored by @Nike has finally come of age. Shri Jawaharlal Nehru must be proud of @RahulG…
38419                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38420                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38421                                                                                                                                                              @Nike Screw you Nike!!
38422                                                                                  @tonyhaynes27 @AyeeHoneyxx @Mrs_E_Lincoln @Nike Half the population? That’s quite a high estimate.
38423                                                                                                                               @reeses @amazon First Half!  #NotSorry  #Sweepstakes!
38424                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38425                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38426                                        RT @StrawGirl52: @deepdvr1234 @RebekahWorsham @Nike Nike knew the blowback would be fierce. And they made the decision to go with him anywa…
38427                                        RT @JoyRoseM: @SueG907 @TornadoesBoreMe @Emse2 @Cherberube @DeniseWhorms @MikeOmerMan @Nestle That is a fact! But their brand includes a lo…
38428                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38429                                                                                                                     @RealKiefer @netflix Nice comeback @netflix #DesignatedSurvivor
38430                                                                                                        RT @RealKiefer: Designated Survivor goes to @netflix https://t.co/P9In3R7Cyh
38431                                        RT @CongressDahan: If @Nike does not take  action on this abuse in use of their logo to abuse our PM Modi we will. Initiate #BoycottNike ca…
38432                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38433                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38434                                                                                                                      Check out my listing @eBay - https://t.co/QXjq6GqdHN via @eBay
38435                                                               Check out Sideshow Trek Voyager “Seven of Nine” Rare Premium Format Statue 1/4 Scale OB https://t.co/BOv1JlBbIO @eBay
38436                                                             Check out DC Justice League 6 Pack Action Figures Batman Superman Wonder Woman Mattel NIB https://t.co/OsYT4oqkLg @eBay
38437                                                                                                                                @alexmorgan13 @Nike Who are you? Never heard of you.
38438                                                           @Kaepernick7 @Nike Teaching my family TRUE values. TRUE Sacrifice! #makeavisit #thankful #freedom https://t.co/gisHkiJvH3
38439                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38440                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38441                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38442                                  RT @RealDLHughley: Tell a friend to tell a friend. #Contrarian #Sept18 @netflix RT 😎👊🏾🔥👊🏾 @jasminesanders @EddieGriffinCom @georgelopez @Ce…
38443                                                                                                                                                     @Nike “Don’t do that. Do this.”
38444                                                    Check out 04 05 Audi Allroad Transmission Control Module 4Z7 927 156 S Unit TCU TCM 4.2L #Audi https://t.co/2mJizQt5zE via @eBay
38445                                                          Check out 100% natural roll on perfume made from lavender flower essence - 8ml. #essence https://t.co/fHlp3p3QRs via @eBay
38446                                                                                               @reeses @amazon The first half too kick things off just right. #notsorry #sweepstakes
38447                                        @TheDavidFloren @Nike Now I understand the confusion it’s what we like to call #CaliforniaStupid California must un… https://t.co/e7yVggsHS7
38448                                                                Check out Twin White 6 Piece Bed in a Bag Comforter Set With Sheets Free Shipping  https://t.co/KVza3Xa1hJ via @eBay
38449                                                                                                                      Check out my listing @eBay - https://t.co/lCKp6XBiH4 via @eBay
38450                                        RT @vivekagnihotri: Wow. Today Gandhi’s Congress sponsored by @Nike has finally come of age. Shri Jawaharlal Nehru must be proud of @RahulG…
38451                                                                                                                         RT @BURKE11530: @Nike I will never buy your products again.
38452                                                                                                                             @reeses @amazon The first half! #NotSorry  #Sweepstakes
38453                                        @SolicitingFlava @Tesco @DeBortoliWines @timadamswine @JamesHubbard113 @RobbiePriddle @mitchellyoung19 @WineAmateur… https://t.co/ltH9HC4oGB
38454                                        RT @Google: Word on the yellow brick road is that Dorothy’s famous footwear has been recovered. Get this week’s search trends (and your lit…
38455                                                           @Samuel51 @Essexairamb @scottmcilwaine @BMW Kind words as ever. Thank you Brian. Hope you have a safe and lovely weekend.
38456                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38457                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38458                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
38459                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
38460                                             RT @jewelrywiz: Check out Blue Sapphire Heart Pendant natural with chain .25 carats  September Birthstone https://t.co/OoIOMq3ZFH @eBay
38461                                         Let me put this out there. I dont care what @Nike or @Kaepernick7 does. If nike has a pair if shoes that fits good… https://t.co/vXbHUEKX7i
38462                                         RT @Reuters: North Korea's past 'Mass Games' have produced some of the most iconic images of the isolated country. See more of this week's…
38463                                        @food_writer @easyJet So very sorry. Was on the receiving end of @easyJet 's incompetence too many times in the pas… https://t.co/QMWzFeSboa
38464                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38465                                                                                                       @GrammyHardage @johnrich @Nike I'd die before kneeling in front of that pos!!
38466                                                             RT @Reuters: More than 200 people queue outside Italy's first Starbucks https://t.co/ft8VWODwoT https://t.co/5eCAms7QiY
38467                                                                                                                                                                   @netflix hurry up
38468                                                                                         @Crushboy31 @Nike Do you support Pig Socks &amp; saying@he respects a communist dictator? -
38469                                               RT @pinkpretty16: Check out Soft By Avenue Plus size 26/28 Orange Button Down Shirt Fitted Long Sleeves https://t.co/3dcu8o4QOj @eBay
38470                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38471                                        @AdulPhd @MansardtheGreat @PennyDavisFrias @sawyer_nick @LaRae_Writes @crickafer00 @NFL @Kaepernick7 @Nike Oh I wou… https://t.co/4KTBOVrSB6
38472                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
38473                                                                 RT @BethPaintings: Check out MERAKI Green top blouse womens Small #Meraki #Blouse https://t.co/8r6U5xpDku via @eBay
38474                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38475                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38476                                         #HelloVancity Win a @Google Home Mini ($80 valued) via @BestBuyCanada &amp; @HelloVancity RT &amp; Follow to enter… https://t.co/MvIWQJTWn5
38477                                                            #eBay Mini brass Chinese SANKHAGJANA Future Buddha statue success happy family 1.8 cm  https://t.co/jyc7PLFV6F via @eBay
38478                                                                                                                @reeses @amazon Peanut butter @reeses @Amazon #NotSorry #Sweepstakes
38479                                        RT @JoyRoseM: @SueG907 @TornadoesBoreMe @Emse2 @Cherberube @DeniseWhorms @MikeOmerMan @Nestle That is a fact! But their brand includes a lo…
38480                                                                                                         @RealJamesWoods @Nike GOD BLESS OUR BRAVE POLICE AND LAW ENFORCEMENT 🇺🇸🇺🇸🇺🇸
38481                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38482                                                                                          @RobFedor @NFL @Nike Are you fucking dumb homeboy? Even veterans support this act sit down
38483                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38484                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38485                                                                     RT @TrumpChess: @Nike Nike going down faster than the NFL kneelers #WeStand #NewBalance https://t.co/ISmA8RoRhC
38486                                                                                                                @dmt191105 @JustinGumo @ACadzzz @lucysteelers11 @Nike Give it 1 year
38487                                                                                                                                 @harmzy30 @jtd4000 @Nike But are they crazy enough?
38488                                                                                                                               i just started ozark on @netflix and it’s sooooo good
38489                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38490                                                             RT @C_Sambino: @chardonnaymeeks @tayo419 @DevanF91 @hvddiqahxo @Nike When I finished the thread https://t.co/zN49OwhajI
38491                                                                                                           @reeses @amazon I love the half that I get to eat! #NotSorry #Sweepstakes
38492                                                                                                                             @ArdvarkMaster @Ford Dude literally nobody gives a fuck
38493                                                   Check out 4 Drawer Plastic Bedroom Organizer Tower Cabinet Storage Solution Espresso #Sterilite https://t.co/V9Ei2NedFD via @eBay
38494                                                          Check out 20 Pcs Grey Moonstone Drops Shape Faceted 5x7-6x10mm Wire Wrapped Loose Beads  https://t.co/zd8aB8SeFI via @eBay
38495                                                                                                                WE NEED THOSE 11s &amp; 16s quickstrike released @Jumpman23 @Nike!!!
38496                                                                                                              RT @gotapoint: @Nike He sacrificed everything: https://t.co/Ltpq7rQZmO
38497                                          @DiamondandSilk @facebook Sen Ben Sasse “SCHOOLS” everyone at the hearing &amp; American viewers! What a BEATING!… https://t.co/A8kHtLrtPZ
38498                                                                                                                                                          @Nike Dumped your product.
38499                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38500                                                                             @Viking0074 @Nike Yes!!! This was REAL sacrafice! The NFL wanted nothing to do with Jesus! Great job!!!
38501                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
38502                                                                                                           @Reuters @ReutersTV But they can’t pay their workers a living wage got it
38503                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38504                                                                                                                           Lol @ATT  where’s my call? Trying to avoid the situation?
38505                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38506                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38507                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38508                                        @ThePresObama @realDonaldTrump they censor like crazy anyways ...about to take back New iPhone Monday..to @ATT .. I… https://t.co/L5fI8oedVP
38509                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38510                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
38511                                                                                              RT @Marlins: What a gesture…in this @pepsi Moment of the Week. https://t.co/mxK0mg3spL
38512                                        I have watched the @Nike ad probably 20 times now! And it's so inspiring!! No matter how you feel about the controv… https://t.co/FP9NvkVVW0
38513                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/eaa7LTP0zM
38514                                                                                                                                                             @tldtoday @adidas Do it
38515                                                            Top story: @Nike: 'Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit '… https://t.co/Qj297aQR5N
38516                                                                                          RT @xentoni: Emirates @Boeing 777 with @GEAviation GE90 for #Dubai https://t.co/hZiWUYWf6g
38517                                           @TopherCarlton @Nike Are you up yet sleepy heads?????? #QANON #MAGA #WWG1WGA #POTUS #thegreatawakening #thestorm… https://t.co/81YOm5UyPI
38518                                                                                                                    RT @thesusanito: @Nike That feels like an awful lot of pressure.
38519                                                                                                          RT @CBS: Stream #3 Georgia vs. #24 South Carolina LIVE today at 3:30PM ET!
38520                                                                                                                       @steverocha333 @Kaepernick7 @Nike Sorry you experienced that!
38521                                        @Nike Colin I am 100% behind u. And I thought the commercial beautiful.  I hope u get something for what u have bee… https://t.co/JCjwsuGAOt
38522                                                                                                                      Check out my listing @eBay - https://t.co/YMl1Hw3yqP via @eBay
38523                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38524                                                                                                          @saritasayso @FionaCarter @ATT @ATTBusiness Okay @stor_e_teller wins... 🤣
38525                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38526                                        RT @bensimon73: @RealJamesWoods @Nike Well done by law enforcement. But of course the left will attempt to blame guns and police. Nike will…
38527                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
38528                                                                  Check out RAGA 3/4 Sleeve Blouse - Lace Embellished Bodice - Small #Raga #Blouse https://t.co/Ft6qAQRo4T via @eBay
38529                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
38530                                        @Starbucks why did you change the recipe? shitty move... now it just taste like water and cheap syrup. Went from bu… https://t.co/Yokj7uHniU
38531                                                  Another @salesforce pinch myself moment - I get to be a part of the Intro to Salesforce App Building with… https://t.co/urMxRiEQOB
38532                                                               Check out 2 DVDS -Hard Time The Premonition/Hard Time Hostage Hotel -Burt Reynolds  https://t.co/USWtACQvb1 via @eBay
38533                                                                                                                                                @RIREDMON @votevets @Nike Same here!
38534                                                                                                                RT @DMW_JD2014: @yashar @Viacom @CBS this is in reply to #LesMoonves
38535                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38536                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38537                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38538                                                                                 Check out The Vision of Escaflowne anime LASERDISC JAPANESE NTSC  https://t.co/KpBFlPrT1j via @eBay
38539                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
38540                                                                                                   @reeses @amazon I prefer a tie! That way everybody wins 😆 #NotSorry #Sweepstakes
38541                                                                                    RT @roberhor: @RealJamesWoods @Nike Nike wants to sell shoes to the people who run from the cops
38542                                        @Reuters Messages? He mouthed the word ‘what’ because the moron just makes up facts. Every intelligent person in th… https://t.co/SKmaUAzN7L
38543                                        RT @Dslprints1: Check out Personalised Photo Block Wooden Picture Frame Any Image Auntie Uncle Daddy Mummy https://t.co/PvQrxUQhiC @eBay #p…
38544                                                                                                           @Reuters Soulless pandering to right wing Evangelicals and Jewish groups.
38545                                                                                        RT @Reuters: UK wants deal on Brexit by November at latest: minister https://t.co/kN6N4wQUxV
38546                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38547                                        Please @netflix @NetflixUK help us 😟 . Dont let them fuck this up! Dont let them do any experimental race changing… https://t.co/h4uJzQJVsw
38548                                                                                                                            @Reuters Put it towards the wall https://t.co/lcJOFZo4qb
38549                                        RT @kidCupid_1: @TheWrap @Nike @Kaepernick7 NFL is acting like if all the black athletes protested they would be able to still have a fully…
38550                                                                                                               Last From Go by Torrance Stephens https://t.co/TJzF6P1b9V via @amazon
38551                                                                                   RT @avixbarbarian: lol @Nike try this from next time 🚩 #JaiShreeRam 🚩😁 https://t.co/oBgLMlZ2kJ
38552                                                                                                 When @Starbucks gives you your scone in the plastic bag.... https://t.co/uurAABfe38
38553                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38554                                        RT @votevets: Thank You @Nike for standing up for the Constitution of the United States we have fought to protect and defend! #JustDoIt htt…
38555                                                                                                                                 @andrew_ruscoe @Tesco Good to catch up mate #topman
38556                                                                   RT @Reuters: U.S. envoy sees Israel keeping Golan Heights forever https://t.co/Vsc25gBd9M https://t.co/OGljt0xe4k
38557                                           RT @TheSoleRevival: Shout to @adidas for letting us participate in the first of 8 #FridayNightStripes events 👟🏈 https://t.co/hzBo7vrweo
38558                                                                                         RT @Nike: Don’t become the best basketball player on the planet. Be bigger than basketball.
38559                                                                                                                             @desimojito @amitsurg @Nike Also copyright violation !!
38560                                                                                                                            @jwskss @VEK1908 @Nike @Kaepernick7 This ad made me sick
38561                                        RT @IMFcares: Dr @DavidAgus has a super public service announcement on @CBS for #prostatecancer awarenss month. Keep the message going - Pl…
38562                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38563                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
38564                                                                                                                                                  @agentofbedlam @Nike Burn your own
38565                                         If you are traveling abroad - I highly recommend switching to @TMobile I had pretty decent service while in Europe… https://t.co/us4KJHJ7PO
38566                                               RT @adam_tooze: The distribution of US labour by occupation and hourly wage rate. @DeutscheBank Torsten Slok. https://t.co/lBrLFlqcuw
38567                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38568                                                                                   Check out 15 Horsetail Reed Grass (Equisetum hyemale) Rhizomes  https://t.co/T1QLXGK5in via @eBay
38569                                                           Check out Manchester United Official Merchadise Hat 58 cm Adjustable Strap - Pre-Owned  https://t.co/ya2B6IPgk1 via @eBay
38570                                                                                  @ASOS what’s going on with the nike support 🤔 we gotta cancel y’all too?? https://t.co/w9vDy1q3IA
38571                                        RT @virendra_it: If @Nike don't take action against @divyaspandana tht means @Nike is ready to give platform to oppose our PM. We suggest N…
38572                                        @Ryanair have what they wanted... Now they allow people (who alredy had their flight purchased) to fly with their b… https://t.co/mrEOfSZ79E
38573                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38574                                                          Check out Sterling Models Catalog early 1960s Control Line Auto-Magic R/C Radio Control  https://t.co/eUhq4m3Nnp via @eBay
38575                                                                                                    Check out BrakeBest Disc Brake Pads #BrakeBest https://t.co/hGLsHpXVCq via @eBay
38576                                                  Check out NINE WEST Waarona Women's Dress Shoes (size: 6.5 ) Pre-Owned  #NineWest #PumpsClassics https://t.co/tkC6VLcnG0 via @eBay
38577                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38578                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38579                                                            Check out SET OF 2 HAND PAINTED GERMAN PORCELAIN PIANO BABY DOLLS BOY AND GIRL BISQUE  https://t.co/xAJHAofU03 via @eBay
38580                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38581                                                                                          RT @Audi: Lines on lines on lines. #AudiA7 https://t.co/0EVxfY1Fln https://t.co/CYD1afYHnM
38582                                                                                                      @CocaCola has the label changed or I'm being paranoid? https://t.co/CrampHCoBP
38583                                         RT @WWE: Every handprint told a story as @Hyundai @hopeonwheels ambassador Carter and his special guests mingled with Superstars backstage…
38584                                                                   RT @zackfox: hi @McDonalds I'm deeply upset by this man he scared my kids and won't leave https://t.co/4At7Wy5CIS
38585                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
38586                                        RT @tweetypie4me: Will never buy another @Nike product!  @UnderArmour will now get my business!  #NeverNike #BoycottNike https://t.co/eEGRT…
38587                                                                                                  @WWERollins @Hyundai @hopeonwheels MY LOVES shield forever https://t.co/7VAU5NF4gX
38588                                                       Check out Gothic Black925 Silver Skull Engagement Ring with Cubic Ziconia - Various Sizes   https://t.co/tgdC0EIGbu via @eBay
38589                                                                                                                                   @marco__90 @Nike @Kaepernick7 Good spot mate 😁👌
38590                                                                                                                                          This is why @Starbucks is still winning!!!
38591                                                                                       @reeses @amazon The half that goes in my mouth and hits my taste buds! #NotSorry #Sweepstakes
38592                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38593                                        RT @EpilepsyFdn: We call on @netflix to work with us now on making sure seizures are portrayed accurately and to help us improve public edu…
38594                                                                                          @reeses @amazon The first half! 😍 Thank you for the chance to win. #NotSorry #Sweepstakes
38595                                                                                                                                                                       Respect @Nike
38596                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38597                                                                                                                      Check out my listing @eBay - https://t.co/9kjDQi6WZ6 via @eBay
38598                                               RT @texasaggie1994: Going on 2+ hours on hold for @TMobile after they screwed up in store on my exchange student's phone. #ridiculous
38599                                                                                                        @theeagledallas @ShellBenji51 @TheDeadDaisies @ATT Maggie May by Rod Stewart
38600                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38601                                        RT @RickyBarksdale: @ClayTravis @Nike So please stop using us (veterans) as your stepping stool to the real truth you and many people yours…
38602                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38603                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38604                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38605                                        RT @seducedjh: @netflix dude!!! scorpion season 6... literally you guys can't leave us with such an ending. we want to see it resolved!!!!!…
38606                                         @easyJet Still no reply to my tweets about the delay nor any information given to passengers. Really poor customer… https://t.co/OqIFrMuc6D
38607                                        RT @itsBayleyWWE: We’ve teamed up with @Hyundai @HopeOnWheels to raise awareness and help #EndChildhoodCancer! This week we met national yo…
38608                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38609                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38610                                                      ENDING SOON! Check out Victorias Secret Sexy Plunge Push Up Bra Red Satin w Black/Gold Lace  34D https://t.co/pL3q3epu7z @eBay
38611                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38612                                                                           RT @hopescloset2: Check out HOMER WALL CLOCK 13.75 Dia. 100 % Official  https://t.co/n7nx7gRrBM via @eBay
38613                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
38614                                        RT @LaydenRobinson: #HPLovecraft meets #EdgarAllanPoe for #psychedelic tea.  An @amazon #Mustread   https://t.co/Z2VCp3QkJW  #Goodreads #In…
38615                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
38616                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38617                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38618                                                      @IsaacKappy @Citi How much is Obama worth ? Gee how in the Hell do you become so Wealthy when Your Business was Only Politics.
38619                                                                                                   RT @Nike: Don’t picture yourself wearing OBJ’s jersey. Picture OBJ wearing yours.
38620                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38621                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
38622                                                                                                                                     @TweetingForTay @ATT @taylornation13 i love YOU
38623                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
38624                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38625                                                                           RT @ucf_problems: Check out the new @Gillette commercial starting @Shaquemgriffin https://t.co/EJa4VzMGDH
38626                                                                                                       @TweetingForTay @taylorswift13 @ATT i mean i’m not gonna turn down that offer
38627                                        RT @riseoncrack: Hi uhm @netflix @NetflixLifee @Netflixhelps you've saved 2 shows already this year. Can you add one more before it's too l…
38628                                        RT @Marina_Sirtis: To all the idiots burning their sneakers....FYI @Nike doesn’t care what you do with them after you’ve bought and paid fo…
38629                                        Things are cooking for today’s #CrazyDelicious @facebook LIVE @ 3pm @ https://t.co/Z0YNt3KKq9 when I pull out of th… https://t.co/Lm6CPhTprw
38630                                         RT @CatyRengifo: @Nike bought my tennis 3 months ago and the air chamber is ruined. I have only use them for running and at the gym. Can't…
38631                                                                                                            @JessieJaneDuff @shariclark1 @Nike Thank You for your services!! ❤️🇺🇸🇺🇸🇺🇸
38632                                                                                                   @SpencerLeone @Yahoo I think he does. Just being compensated for being a TV Nazi.
38633                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38634                                        @stubrady @Twitter @brothersbeyond @facebook u kan put old STEEV - POT on @Twitter there if u wont old STU - POT ma… https://t.co/llMxQsEz8z
38635                                                 So easy to take a group selfie with the #SPen on #Note 9! @TMobile #Note9SPenSelfieContest @theSamsungSide… https://t.co/MSR0OQ5ban
38636                                                                                                     @strongblacklead @netflix The struggle of putting a swimming cap on with braids
38637                                                                                                                                             @KelloggsUS #FeedYourFandomEntry Ready!
38638                                                                                                     @netflix how much longer until we get some #marykateandashley movies?? #Netflix
38639                                                                                                                                                     @Marina_Sirtis @Nike Well said!
38640                                                                                        RT @Reuters: Greek police fire teargas at protesters in Thessaloniki https://t.co/PwgKZ700dM
38641                                                                                             Heyco Swedish Pipe Wrench. Dropped from $75 to $19. https://t.co/lfTUZiICOV via @amazon
38642                                        @TyUnreal @lizzy09123_ @Nike Under privileged children? How about the slave labor they use in China? Oh you know th… https://t.co/iCQF6zPfV2
38643                                                                                          Check out Target Bullseye Dog Plush Team Member Uniform  https://t.co/2QsklbQnHv via @eBay
38644                                        RT @sidtandon96: Don’t dare @Nike to mess with Indian market. Just like snapchat you shall too have tough time. Inviting trouble is the new…
38645                                                        Check out #WordsWithFriends #BoardGame Replacement Pieces &amp; Parts #Tiles #2012 #Hasbro https://t.co/slEK12MO1A via @eBay
38646                                        RT @votevets: Thank You @Nike for standing up for the Constitution of the United States we have fought to protect and defend! #JustDoIt htt…
38647                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38648                                        RT @votevets: Thank You @Nike for standing up for the Constitution of the United States we have fought to protect and defend! #JustDoIt htt…
38649                                                                                                                             Thank you @Apple for keeping the classic ringtones 🙏🏼
38650                                        @nico4da Watched @netflix I am a killer. I want you to know that I AM AGAINST THE death penalty and my answer to yo… https://t.co/1PSuRmdD0X
38651                                                                                                                      RT @Quis876: Yo @netflix when y’all going to add dragon ball z
38652                                                                                    RT @kittengonzales: @Nike Only Man deserving of that caption. #justdidit https://t.co/ubQa1pnvTj
38653                                                                                                                                       @krassenstein @julieorth2 @Nike Yes!!! Yay!💕
38654                                                     #theSimpsons  Check out The SIMPSONS Chia Pet HOMER Planter  NEW SEALED  Indoor Grass Garden Head https://t.co/dOMDeUeuWm @eBay
38655                                      Friday night lights: @epfranklinfb &amp; your @FHS_StarBand! ❤️ Great show band! Special shoutout to @Costco for their… https://t.co/dpsIT3bG58
38656                                               @16bitdadblog @MOHAMMEDFI10 @Sony @wrytersview @theWellRedMage @JuicyGameReview @RetroBoyJon @RetroGameRater… https://t.co/bnm19Oorth
38657                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38658                                        @MrYankeeman @Nike America is called the land of the free for a reason everyone is free to do as they please as lon… https://t.co/l6ePruICMg
38659                                                           Leituras: Doing Oral History (Oxford Oral History Series) Oxford University Press USA https://t.co/YwTyf6Shxv via @amazon
38660                                                                                  @spensergirlFLA @netflix @AmazonStudios I think amazon only lets you include a small gift message.
38661                                        RT @JayValenz67: China warns UK ties at risk after warship mission https://t.co/1Vw3ZjLFWJ via @Yahoo China on Friday warned Britain ties w…
38662                                              @Nike I returned my Nike shoes to the store yesterday. I told them they made my feet hurt when I was standing for the National Anthem.
38663                                                                                                                                                @McDonalds bring back styrofoam cups
38664                                                                                                                                                            @jame_woof2 @Nike *along
38665                                                     Check out MAX Studio Polyester/Spandex Stretch Green/Brown Sleeveless Dress size M #MaxStudio https://t.co/OGrgL7pvYt via @eBay
38666                                        @Nike You are one un American company that evidently hates military and policemen and normal ordinary Americans!! G… https://t.co/hfrEjra1P7
38667                                                                                                     @StevenNathan @Nike All you people can ever do is say RUSSIAN BOT! SO PATHETIC!
38668                                                                                                                            @netflix please get season 2 of #NanatsuNoTaizai already
38669                                        Felt fall-ish so went to @Starbucks for #pumpkinspice latte and got splintered! A huge splinter in their bench went… https://t.co/GclUEH48DZ
38670                                        @david_linklater @zperryz @RealTimers @billmaher @SHOKidding @JimCarrey @Nike @HBO @michelleinbklyn It's not easy b… https://t.co/sdfkScyFZv
38671                                                                                                        @vgiralt @Google @InfoUMA This is what evil-less natural monopolies bring...
38672                                                                                                          @panamakid1 @KristenYC @Come_Oon_Man @realDonaldTrump @Nike I’ll delete it
38673                                                                                                                                                             @CBS y’all can suck it.
38674                                                                                                                                                             @CBS y’all can suck it.
38675                                        @leahmcelrath @krmaher @raju @justinhendrix @Google I’m also curious to hear your opinion. I think it’s a solid att… https://t.co/c9d44LdSHG
38676                                        @suz_1313 @lainjordan12 @Nike @TabriaMajors First of all I respect Tim beliefs! But he did not lose his job over hi… https://t.co/uuRmT04bfj
38677                                                                                                                             @R0ME083 @stlouiscatholic @Nike I missed that.  My bad.
38678                                        RT @votevets: Thank You @Nike for standing up for the Constitution of the United States we have fought to protect and defend! #JustDoIt htt…
38679                                                Check out TANGUOANT Hot Sale Brand Boys Clothing Children Summer Boys Clothes Cartoon Kids #Casual https://t.co/p8lcQSGTT3 via @eBay
38680                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38681                                                                          RT @Reuters: Google pulls Russian opposition leader's YouTube advert ahead of vote https://t.co/v176UAka09
38682                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
38683                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38684                                                       Check out Nurture Leila Nova Nude Womens Heels Size 6 NWB  #Nurture #Selling #Sale #ForSale https://t.co/oCljo9ldwN via @eBay
38685                                                                                         RT @ChrisCrandell: Learning how to rappel down @Adobe #downtowndrop https://t.co/MmC2WKnTU4
38686                                        @Tarver8595 @lonelypluto667 @Nike what do you want me to say?  honoring the people who fight to keep out country sa… https://t.co/DEO7AMj9lY
38687                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38688                                                                                                      @ben_bright2 @Ryanair You holidaying with Mark Hughes? https://t.co/6D6qVxcNjR
38689                                        RT @DETECTIVE4LIFE: @w_terrence Hey @Nike   Look close at the gloves this Sept 11th #REALHERO CHRISTOPER AMOROSO PAPD was wearing trying to…
38690                                    RT @SAP: SAP HANA is helping @ElephantsRhinos &amp; People (ERP) preserve the world's ecosystem for future generations. https://t.co/H8kclZW3lr…
38691                                                                                                                       @grind4amir @McDonalds I dont work at mcdonalds asshole😂😂😂
38692                                        RT @AndrewLSeidel: Here's how @Starbucks and @HiltonHotels violated the Civil Rights Act when they kicked @ExMuslimsOrg members out of thei…
38693                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38694                                                                                                                         @WashTimes @Apple @AppleNews  Apple is America's company 👍
38695                                        @libfascism @YVNutrition @stlouiscatholic @Nike But everyone who protests is a player. And you don’t have to be ant… https://t.co/wMyKbKkFdB
38696                                                                                                                  @JessieJaneDuff @AllenWest @Nike Amen! Thank you for your service!
38697                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
38698                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38699                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38700                                                                          RT @Reuters: Google pulls Russian opposition leader's YouTube advert ahead of vote https://t.co/v176UAka09
38701                                                                                               RT @haywardiii: Hey @Nike here’s what a real hero looks like. https://t.co/CcxU1X6sTV
38702                                            RT @lift_and_thrift: Check out Bullhead Mens Size 29x30 Jeans Dillon Skinny Medium Wash Straight Leg Pants https://t.co/ITasu9YBGx @eBay
38703                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38704                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38705                                                             RT @Reuters: French finance minister says budget deficit will be below 3 percent of GDP in 2019 https://t.co/3HwnSwgDSF
38706                                                                                                                               @reeses @amazon The last half. #NotSorry #Sweepstakes
38707                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
38708                                                                             RT @MerrellIam: @wdunlap @Education4Libs @Nike @Kaepernick7 New Balance on sale at JCPenney right now!!
38709                                            Well done @easyJet more than 1 hour waiting and no one of your crew to give any explanation. Worse company ever. https://t.co/qzV6khlMKz
38710                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38711                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
38712                                              Driving Towards Disaster: Survival of the Best Prepared: Pandemic Prepper fiction https://t.co/USzOoCS5yo via @amazon #preppers #SciFi
38713                                        RT @NevilleRay: Our @TMobile network team working with @nokia just made the first US mobile-to-mobile 5G NR video call. This was over our l…
38714                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38715                                                                                                                                                                   Must be an @intel
38716                                                         Check out Azul by Maxine of Hollywood Floral Swim Dress Size: 12 #AzulbyMaxineofHollywood https://t.co/JKi4GFpDfH via @eBay
38717                                                                                                                           @DannyAmendola @pepsi @Dolphins blue looks better on you.
38718                                        @mbraganca @AmazonPost @Chevron You know what else is here Donald Trump's promise to control the Press. I find it h… https://t.co/xfqCqgwWdM
38719                                                           @ASLuhn @navalny @leonidvolkov I believe that at least half of the russian @Google office is recruited FSB or FSB agents.
38720                                                                                                                                                                 @Reuters Impossible
38721                                                                                     @haywardiii @SebGorka @Nike Unfortunately I read that Nike had a 31% increase of on-line sales.
38722                                                        Check out 10 Clive Cussler Books Hardcover w/jackets Fiction Suspense Thrillers Adventure  https://t.co/c5BxixkKaU via @eBay
38723                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
38724                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38725                                          @cwalkinejr @KimmieC_16 @netflix You me Kim and Netflix. It may be too soon to say dream team but I’m gonna say it https://t.co/AH6WC91Lun
38726                                        RT @V0ICE_0F_WISD0M: Atlantis Clear Hand Made Heavy Crystal Decanter https://t.co/GkotpZuAlA @eBay #furniture #absolutionsky #art #accessor…
38727                                                       Check out Conair Travel 12 Hot Rollers Curlers The Power of Pink HS28XPK With Clips #Conair https://t.co/FbUtL7AYS9 via @eBay
38728                                    RT @V0ICE_0F_WISD0M: Lot of 29 Brushed Nickel Cabinet &amp; Drawer Pulls/Knobs with Screws https://t.co/0nMwny7zX2 @eBay #ebay #ebaydeals #ebay…
38729                                        RT @MaryvilleAcadem: From this to this! Thank you @McDonalds for beautifying the playground at our home for #mothers in #recovery! https://…
38730                                                                                               RT @haywardiii: Hey @Nike here’s what a real hero looks like. https://t.co/CcxU1X6sTV
38731                                                                                         RT @michaelgclump: How could @Nike choose anyone over Kevin Malone? https://t.co/kjAWbEW0oS
38732                                                                          RT @Reuters: Google pulls Russian opposition leader's YouTube advert ahead of vote https://t.co/v176UAka09
38733                                                                                                                        @JebBush Ask Trump why @Google is doing this. He ordered it!
38734                                                                              RT @Reuters: Trump tells Apple to make products in U.S. to avoid China tariffs https://t.co/25ETGsSqZ9
38735                                        RT @EraseTheHate: Everyone deserves to order coffee. When big brands such as @Starbucks take action and open sign language stores where eve…
38736                                                                 Check out Lice &amp; Egg Removal Treatment Liquid Gel 4 fl. oz. #TheHairsParadise https://t.co/yDaojfmEmM via @eBay
38737                                                                                                                      Check out my listing @eBay - https://t.co/HdOhr3RW1l via @eBay
38738                                                       Check out Peruvian 3 Hole Clay Pottery Flute Whistle Figurine of 3 Ladies in folk clothing  https://t.co/x9KYS9cSVg via @eBay
38739                                                            Check out Celandine Healing Cream .wonderful way to treat skin diseases #GreenPharmacy https://t.co/KIo9Q20DpY via @eBay
38740                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38741                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38742                                                                                        @ASalvaro1968 @returnofjenmack @RealJeremeyPenn @SonOfGodAndMan @JimCarrey @Nike *That's an*
38743                                         @JohnLegere @verizon @ATT @TMobile Aren't you the same people that got fined for failing calls and false ringtones… https://t.co/ygnXOMbr9F
38744                                                                                                                                      @Nike Business model of failure you #Justdidit
38745                                                                                                                      Check out my listing @eBay - https://t.co/6ApoQdAecX via @eBay
38746                                            @ALICE120651394 @YouKnowIt80 @RealTimers @billmaher @SHOKidding @JimCarrey @Nike @HBO Hahaha! I blocked him first. Captain Kookie Pants.
38747                                                                                            @netflix save @ScorpionCBS #savescorpion @NetflixLifee @netflix @Netflixhelps @NetflixUK
38748                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38749                                                                                               RT @haywardiii: Hey @Nike here’s what a real hero looks like. https://t.co/CcxU1X6sTV
38750                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38751                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38752                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38753                                                                                              RT @axhowel: @AB84 @steelers @pepsi #ABCanSweeps is hysterical!! Love be it! #HereWeGo
38754                                             RT @emcleary96: Bold and empowering. Backing @Nike all the way. Want to be a challenger brand? 🎾🙋‍♀️👟#justdoit https://t.co/eDK1VJaWJo
38755                                                                                                                                                   @AnfisaNava @verizon @ATT Verizon
38756                                        RT @batcatfanspain: #SaveGotham #GothamSeason6 we want more Gotham and with more episodes @TheDCUniverse @netflix @HBO @hulu @AmazonStudios…
38757                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
38758                                            Check out Black&amp;Beige Sheen Burnout Semi Sheer Velvet Long Blouse by Rabbit Designs Sz 6M  #Blouse https://t.co/hv9qAXk2sq via @eBay
38759                                                    RT @ScoopsDC: .@HillaryClinton I hear @Nike is looking for some new stars for their ads? You open to it? https://t.co/ZnfD19flbl
38760                                                                     RT @Reuters: Trump cuts $25 million in aid for Palestinians in East Jerusalem hospitals https://t.co/jhaP3I5JyZ
38761                                                                                    @Beqzh @netflix are u guys using the same profile? maybe u have to make a 2nd profile on the acc
38762                                                    RT @ScoopsDC: .@HillaryClinton I hear @Nike is looking for some new stars for their ads? You open to it? https://t.co/ZnfD19flbl
38763                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38764                                        RT @Marina_Sirtis: To all the idiots burning their sneakers....FYI @Nike doesn’t care what you do with them after you’ve bought and paid fo…
38765                                               @Tostitos Luxury seats with room for #Tostitos snacks and @pepsi. Our double decker Tostitos Stadium Seat is… https://t.co/tsDHaqVLN5
38766                                        RT @Variety: Alex Skarsgard jokingly recalls Meryl Streep's first week on set of #BigLittleLies (Watch) #VarietyStudio presented by @ATT at…
38767                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
38768                                         @theseoldcars @evoAntony @83ste @Shell @BP_plc @Esso_GB @Tesco @sainsburys But local garages once did and earned a… https://t.co/372N6L7qkj
38769                                                                                        Check out Bulk Wholesale Lot Of Computer Parts And Electronics https://t.co/RV0A5XN9gj @eBay
38770                                        RT @bcnn1: Pastor Rudolph McKissick Jr. (@BishopMcKjr) Encourages Church Members to Wear @Nike Clothes to Service to Support Kaepernick #Ju…
38771                                                                       RT @Reuters: Thousands march in French cities to demand action against climate change https://t.co/EuUOJkfn1n
38772                                                                           @WorldTvlr @newbalance @Nike I’m in need of a new pair of runners and the pair I choose will NOT be Nike.
38773                                                                                                             @JayDaYoungan @Burberry When you dropping case closed. Lmao I’m waiting
38774                                        @BarbraStreisand @WBHomeEnt @netflix Love this film! Woman in the Moon brings me to tears every time! Barbra....the… https://t.co/DorqWMsRx3
38775                                        @Yeahstephie @JustinGumo @sandihlabs11 @swoosh21 @ACadzzz @lucysteelers11 @Nike They decided to appeal to people wh… https://t.co/VDiig6rks0
38776                                                               Here you go @Nike. A true  NFL hero who knows all about hard work and real sacrifice 💯 👮‍♀️🇺🇸 https://t.co/ZHRsVYQAvl
38777                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38778                                                          Check out Glittered Wooden #Halloween #Ornament~Witch with Red Smoke~Vintage Card Image  https://t.co/eFj16Cs8Iu via @eBay
38779                                        RT @Bosslogic: Here is also a version of Yennefer - Eva Green since she is so popular with this :) #TheWitcher @netflix https://t.co/WaS2pj…
38780                                                                                                                                @Reuters They should stop breathing and passing gas.
38781                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38782                                        RT @believeinotp: @NetflixLifee Scorpion fans will be fine if @netflix gives us just one more episode to wrap the story the way it should’v…
38783                                                             RT @Reuters: French finance minister says budget deficit will be below 3 percent of GDP in 2019 https://t.co/3HwnSwgDSF
38784                                                                Check out 2016 Leaf US Army All-American BINJIMEN VICTOR On-Card AUTO OSU BUCKEYES /25 https://t.co/NUQzCPSpMz @eBay
38785                                                                                                                    RT @BlakeEStephan: I swear @McDonalds puts crack in their sprite
38786                                        @JimCarrey @Nike Never stop speaking truth to power through your artwork. Thank you for sharing your talents with u… https://t.co/Su9yVGEbNQ
38787                                                                                                                        @JessieJaneDuff @Nike Spot on! Thank you for your service...
38788                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38789                                                                    @lioness60 @Nike Moronic- you sent me a link showing price down .10. That’s a dime amigo https://t.co/UwORa00nQs
38790                                 RT @BetteH9: #ShareTheLove &amp; #BeKind #Giveaway #Win a @Starbucks Pumpkin Spice Latte &amp; #Share a Latte with an @EmiForLove of your choosing…
38791                                                                                                                                          @Reuters the official rate is 42000 to one
38792                                                                                                                              @reeses @amazon The tasty half! #notsorry #sweepstakes
38793                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38794                                                                      @evoAntony @theseoldcars @83ste @Shell @BP_plc @Esso_GB @Tesco @sainsburys The owner has just bought a new M5.
38795                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38796                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38797                                                      Check out A. Maglia Dark Blue Womens V-Neck 3/4 Polyester Top - Small - NWT  #AMaglia #Vneck https://t.co/VlELHLLXJS via @eBay
38798                                        @CortneyMiller22 @BryanPChristian @FoxNews @realDonaldTrump @Nike Nor will you ever. Who do you think you are anywa… https://t.co/TRkL5a46Eh
38799                                        RT @nigel_branson: @RealJamesWoods @Nike The media no longer broadcasts the national anthem before an NFL game. Hollywood decides not to sh…
38800                                                                                                           @JessieJaneDuff @heyitsmeCarolyn @Nike I reported it for being offensive.
38801                                                                               When you want to Export #Fitbit to @Apple Health. #nutrition #fitbody #getfit https://t.co/2cuj7MxoBv
38802                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38803                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38804                                                                                                     @Kaepernick7 @Nike Nike must not like sales. I’ll never buy Nike again. Promise
38805                                                                     RT @Reuters: Trump cuts $25 million in aid for Palestinians in East Jerusalem hospitals https://t.co/jhaP3I5JyZ
38806                                                                                               RT @haywardiii: Hey @Nike here’s what a real hero looks like. https://t.co/CcxU1X6sTV
38807                                                                      44% OFF #sale #save #discount #messengerbag @amazon Timbuk2 Classic 2014 Messenger Bag https://t.co/ptey8PuLV9
38808                                         RT @ericawiebe: And YES I’m super proud to be wearing @Nike these days because of how they’re using their platform to inspire a generation…
38809                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38810                                        @stacylynn_17 @JerryPurtle @Nike @Kaepernick7 And trying to use slaves as commodities to gain money. I see where yo… https://t.co/ZKiQmEwaGe
38811                                     Throwback for my #Swiftie friends! ❤️ Year ago today... ready for that @taylorswift13 @UPS truck &amp; the poster isn’t… https://t.co/4xnsq3IjZs
38812                                                                                    RT @nanakim1956fl: @realDonaldTrump #TakeAKnee I support Kap and @Nike . https://t.co/RkRcVO60wr
38813                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
38814                                                           Check out Vintage Kewpie Doll with Green Wings 8 Inches Made in Japan #Unbranded #Dolls https://t.co/z6KT5X9yXQ via @eBay
38815                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38816                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38817                                                         Check out Vintage Sterling Silver Rustic Canadian Martyrs Petite Religious Medal Pendant  https://t.co/BgWp8R9BWD via @eBay
38818                                                                                                                                                       @Jc_3ball @Walmart Snitch Ass
38819                                                                           Check out ROBERT DOWNEY JR.  -   2014 6-Page Magazine Article Clipping  https://t.co/fw13W3XJp8 via @eBay
38820                                    RT @SaraZWood: @Nike 💩So fitting u make millions off slave labor outside USA &amp;now glamorizing a fellow #AntiAmerican #Marxist #boycottNike…
38821                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38822                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
38823                                                     RT @zeesewhappy2bme: FAST SHIPPING FROM MY HOUSE TO YOUR DOOR... Check out my listing @eBay - https://t.co/gn3KIb9JPV via @eBay
38824                                                                                Check out Isabella Sinclair Top Striped Red White Blue Sz XS Womens 54 https://t.co/gT2qC1VXON @eBay
38825                                                                                                                                                           @votevets @Nike Fuck nike
38826                                                     Billy’s Outdoor Survival Adventure: A Prepper Kids Fiction Book by Ron Foster https://t.co/GM3lFvwSG9 via @amazon #YA #preppers
38827                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38828                                                                       RT @Reuters: Thousands march in French cities to demand action against climate change https://t.co/EuUOJkfn1n
38829                                                        Check out Waterford 2000 Collectors Society Crystal PHOENIX With Orig Box And Certificate  https://t.co/ID266OnWyb via @eBay
38830                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
38831                                                                                          Check out Pack Of 3 Small Heart Shaped Icing Biscuit Cutters https://t.co/odaUIgq4K7 @eBay
38832                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38833                                                                                                                                         @Buckiebathplug @skiesrblue @Tesco Grill it
38834                                                                                     Check out Dansko Jacinda Wedge Sandal 38 Black Leather Perforated https://t.co/YJ4hylXOgc @eBay
38835                                            My Brother from another mother.... @ronaldmcdonald just turned Up at @McDonalds #HBCUnion - MEMPHIS - @365Black… https://t.co/v01na0nhix
38836                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
38837                                                                                                                          @mackmantenieks @IndivisibleNet @Ford Y’all are very cute.
38838                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38839                                                                                                           RT @AfroB_: Let’s all get behind @wizkidayo x @Nike! Africa to the world!
38840                                         @McDonalds was looking forward to trying the new BBQ tenders. Ended up being cold and #inedible really disappointed https://t.co/pjiXLRjrqQ
38841                                                   Check out Levi Strauss 505 Red Label San Francisco Acid Washed Denim Jeans Men's 34 x 34 #Levis https://t.co/PhOlOtNYhj via @eBay
38842                                                                                @Uxmankhi @IBM TY for your support! 🚀🚀🚀#Sidera #bitwatch #bitband #crypto https://t.co/qc2OmJYexn
38843                                                                                                                                 @j41kline01 @RealJamesWoods @Nike Only in Montana..
38844                                        RT @msinspireus: @AGICTechnology @microsoftitalia @PlacementUnical @Microsoft @capuanodanilo @Key4biz @Insight_Italy @MsftDynToronto @jobme…
38845                                                Check out Blue Satin Mist Compote By Indiana Glass • Triple Teardrop Garland Design 1950s #ArtDeco https://t.co/aaJdbMi0Ed via @eBay
38846                                        RT @ReviewsEmerald: Magical Bedtime Stories: A Collection of Short Stories &amp; Poems for Children b... https://t.co/3xyhFdoXeA via @amazon
38847                                                      Check out Men's Levi Strauss Red Label Dark Denim Pants Size Men's 36 Waist 36 Inseam #Levis https://t.co/ldf02tuZaD via @eBay
38848                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38849                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38850                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38851                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38852                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
38853                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38854                                                                                                                                        @P4wnyhof @PayPal People are so stupid. Ugh.
38855                                                       Check out Pink Opal Long Dangle Geometric Leverback Earrings #PeggyMiracleCoyoteMountainArt https://t.co/paYbKtbcNK via @eBay
38856                                                                                               RT @Bthegreat138: Just waiting on Mac miller and the most dope family to hit @netflix
38857                                                                                                                            @valinicia @Nike Renee is this young man related to you?
38858                                        @Nike My Dream is for Nike to take that Shit head off of the commercial. That Colin Kaepernick is a piece of shit t… https://t.co/VDfwtmkD2M
38859                                                                                               RT @Reuters: Osaka beats Serena to win first Grand Slam title https://t.co/6VLQ9JKEqQ
38860                                                     RT @HeidiZarecky: @realDonaldTrump They were thinking that racism and racial injustice has no place in the USA. #JustDoIt @Nike
38861                                                                                @Nike Hopefully they pay for their health insurance before the buy 100 dollar shoes. @calhealthplans
38862                                                                                                        @HackTonia @verizon I've heard 11 people use that phrase since I posted this
38863                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38864                                        @reeses @amazon My favorite half is eating a half bag of my boyfriends reeses he leaves unattended. n him being mad… https://t.co/MPIn7eALBj
38865                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38866                                                                                                           RT @AfroB_: Let’s all get behind @wizkidayo x @Nike! Africa to the world!
38867                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38868                                                                                   Wizkid is making moves 🙏💪 this @Nike x @wizkidayo line will make 🌊🌊🌊 https://t.co/iBOXUbrAtE
38869                                                                       RT @McDonalds: Our $1 Sandwich deal means serious savings. Only available on our App. https://t.co/cVVhNPkjj0
38870                                                                                 @sugaree71 @dupreeblue @comcast @comcastcares @Xfinity I still have an outage in Lakeview East fwiw
38871                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38872                                        Again lack of genuine care for customers and the social media rep from @BankofAmerica regurgitated the rigid and st… https://t.co/k7LIiRGLPq
38873                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
38874                                        RT @Tostitos: Luxury seats with room for #Tostitos snacks and @pepsi. Our double decker Tostitos Stadium Seat is @BarrySanders  approved. A…
38875                                        RT @Reuters: Naomi Osaka becomes Japan’s first ever Grand Slam champion after she beat Serena Williams in a controversial #USOpen final htt…
38876                                                        Check out NEW 3D RUST DHARMA INITIATIVE VOLKWAGEN BUS CUSTOM KEYCHAIN KEY keyring VW LOST  https://t.co/vEgkZO1HVJ via @eBay
38877                                                                                                                                 @reeses @amazon Both halves. #NotSorry #sweepstakes
38878                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38879                                                    Check out Harley Davidson . burgundy leather boots . size 9.5 #HarleyDavidson #MotorcycleBoots https://t.co/RunwrIRkGS via @eBay
38880                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
38881                                                                                                                            @reeses @amazon For sure the center (middle) half....lol
38882                                                                                                                                              @alexandergold @netflix u aren't wrong
38883                                                                           RT @Reuters: Anti-immigration party set for election gains as Sweden swings right https://t.co/Tklte22Xxl
38884                                        RT @Marina_Sirtis: To all the idiots burning their sneakers....FYI @Nike doesn’t care what you do with them after you’ve bought and paid fo…
38885                                        RT @idlaboha: @JBANCchatter @Walmart @WalmartNewsroom @walmarthelp @kingsepp @EANCDC @_ALJA_ @alja_politics @ALA_USA @LTnewsTweets @errnews…
38886                                    Its #Pitiful @Xfinity @XFINITYSports @comcast &amp; @LonghornNetwork have to be so #greedy #chumps that they can’t come… https://t.co/ig5LsN4VNN
38887                                                       Check out Rare Antique Victorian American Occupational Old Architect Indiana CDV Photo! US  https://t.co/EgMqbNlL20 via @eBay
38888                                                                                                        Check out HOT WHEELS RED EDITION ‘53 CHEVY. 🔥 https://t.co/EmpsALGcnT @eBay
38889                                        The Water Witch (Squonk Tales Book 1) by Ron Foster https://t.co/wcPbFmB8M6 via @amazon #folklore #fantasy #goblins… https://t.co/vTaNYREVSE
38890                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
38891                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38892                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38893                                                                                                                        @armadillotek @Samsung @SamsungMobileUS Bet its expensive af
38894                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38895                                         RT @rachael_rhanna: @LadyRomey @Disney @DisneylandToday is this what we can expect as women coming through your security lines now?? To be…
38896                                                                                                           RT @AfroB_: Let’s all get behind @wizkidayo x @Nike! Africa to the world!
38897                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38898                                        RT @raju: Imagine if @McDonalds says because we serve tens of millions of burgers each year we can't promise all our burgers are safe to ea…
38899                                        RT @Glamaroni: Check out Vintage 1980s Sterling Silver Wide Huggie Hoop Boho Tribal Pierced Earrings #Hoop https://t.co/dcvknYyb4x via @eBay
38900                                                        Check out Ferrari Scuderia Men’s Jacket (100% Authentic) Nylon from https://t.co/gRjGpcRvRd XL https://t.co/zJyDxYcjQF @eBay
38901                                                                                                             Serena Williams Signature shoe please @Nike &amp; a I need a percentage
38902                                                           Check out Vintage Aqua Flutter Cocktail Party Prom Wedding Evening Dress  #LDW #Wedding https://t.co/m4ACDnY7EF via @eBay
38903                                                                                         RT @michaelgclump: How could @Nike choose anyone over Kevin Malone? https://t.co/kjAWbEW0oS
38904                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38905                                                                                           RT @MarilynBaron: The Siege: A Novel by Marilyn Baron https://t.co/f7lGXhGd2t via @amazon
38906                                                                                                                                      @brentdanley @Delta @Boeing That's a HUGE win!
38907                                        RT @woltersradio: .@bertkreischer newest @netflix special is fucking hilarious!  I had to go watch all his other specials after watching it…
38908                                                  RT @BMW: Always ready for the next bend. The #BMW #M240i with #MPerformance Parts. https://t.co/Ii50rGkz54 https://t.co/celbTxKaLq
38909                                                                                                                                   @Loudfan123212 @netflix Ah yes! Loved District 9!
38910                                        RT @AestheticCyn: Say what you want about @netflix Death Note but this scene is beautiful. If I could direct my own death I would hope it w…
38911                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38912                                                                              RT @Reuters: Trump tells Apple to make products in U.S. to avoid China tariffs https://t.co/qsQ7Tsv3Uv
38913                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38914                                                  Check out Earrings Lotus Flower Hand Charm Ear Silver Hook Drop Dangle Charm Handmade NEW #Charm https://t.co/TTEed6eP8y via @eBay
38915                                                    RT @collectormom: NEW EBAY LISTING Vintage Glass Squirrel Peanut Holder / Server  UNIQUE ITEM  https://t.co/ve0KqSRSB7 via @eBay
38916                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38917                                        @LizzyHock1963 @AnalogousSpeak @Lastmedic @GottsJeff @OneFatCatsMom @EnergyInDepth @Reuters Ya. Faith is a personal… https://t.co/Ek8WnjMRUX
38918                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38919                                             RT @sparky_town: Check out Jones NY Signature XL Stretch Vneck Henley Top Black Gray Fitted Womens Blouse https://t.co/g6n1vDipFj @eBay
38920                                        @WaltDisneyCo @RobertIger @Disney @DisneyParks another full bus for Disneyboardwalk - maybe stop trying to save mon… https://t.co/zlZKNVRxlz
38921                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38922                                                            @reeses @amazon I always eat the center first and save the best for last. Love the outside edge! #NotSorry  #Sweepstakes
38923                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38924                                                                                                                 @MaleniC14 @netflix Dont scare me like that https://t.co/ockKCLeVA2
38925                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38926                                                                                   Check out 1 ounce .999 Fine Copper  Art Toned Prospector Round  https://t.co/QlNwgz7lUX via @eBay
38927                                                  RT @mutludc: Iran attacks Iranian Kurdish opposition group base in Iraq | @Reuters https://t.co/LOzPdbfmpY https://t.co/Yshjdoph8R
38928                                                                                                    RT @alexandergold: My favorite type of @netflix movies are Noah Centineo movies.
38929                                                                                                                                   @reeses @amazon The middle #NotSorry #Sweepstakes
38930                                                                 Check out Vintage 1980's Rodeo Cowboy Enamel Pin Set Lot 3 Tie Lapel Trucker Hat  https://t.co/ocIpQD9MOj via @eBay
38931                                    @Nike thank you for standing on the side of right!! This commercial is break taking &amp; I can’t decide on the best pa… https://t.co/txyxVM45Dl
38932                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38933                                                                                                        @aaronminaj_ @Walmart And you laughed and almost pissed yourself\U{01f9d0}😂
38934                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38935                                                                I was just told by someone (that was on the same WiFi as me) can see my Xbox account. @XboxSupport @Microsoft WTF?!?
38936                                                     Just saw this on Amazon: Hello Kitty Girls' 2 Piece Hoodie and Pant Fleec... by Hello Kitty https://t.co/MW2fX0Fgt3 via @amazon
38937                                                                                                                             Photos of the week https://t.co/IIMFR2flUr via @Reuters
38938                                        @MShockandawe @angryvet77 @patrick_dahn @Marmel @Nike You can't keep beating a dead horse. They will one day be sho… https://t.co/XbflS9qxK8
38939                                                                                                                       @JimBelonzo @theranchnetflix @netflix Not without Rooster!!!!
38940                                        I watched the @Nike Kaepernick commercial and sincerely don't understand the connection between him and say the one… https://t.co/MkqoOtGaPz
38941                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38942                                                                                                                                        @DIRECTV @ATT ATT is the worst.  #neveragain
38943                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38944                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38945                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38946                                        RT @MphoAK: The National Association of Police Organizations (NAPO) is calling for a boycott of @Nike for endorsing @Kaepernick7. THE POLIC…
38947                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38948                                                                                            RT @britektire: @RealJamesWoods @Nike Nike's Thug Life. They are betting the farm on it.
38949                                                            Check out LARGE LOADED PUDDING PUDDIN' STONE  Caribbean Surf Tumbled Fossilized Conch  https://t.co/QIgQ3nYi0M via @eBay
38950                                        RT @CurlyheadJayJ: @GAMEReadingOrac said 10k retweet’s #SpiderManPS4 @Sony @PlayStationUK @PlayStation #Spiderman pls retweet and help a br…
38951                                                          Check out American Popular Song 4 Cassettes and Book Smithsonian Collection CBS Special  https://t.co/3B6EwBzPZ1 via @eBay
38952                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38953                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38954                                                                                                                 RT @Nike: Don’t settle for homecoming queen or linebacker. Do both.
38955                                                                                                                                RT @RupertinTexas: @Reuters @gloriawalthour No class
38956                                                                       RT @Reuters: Thousands march in French cities to demand action against climate change https://t.co/BTffYAkNrj
38957                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
38958                                                                         RT @ATT: This program is helping young Latinas become tomorrow's #STEM role models. https://t.co/QgNC6a7ImI
38959                                                                                 @SportsDirectUK @adidas I'd rather walk around barefoot than order from you https://t.co/rDLBgPqtzg
38960                                                                                          @pigwithbricks @rcrlc8721 @m_stephens1961 @tamsterrrrr @Nike A sheep with a government job
38961                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38962                                        @YTBradly105 @XboxSupport @Microsoft Ionly way that could see it if there on the same network and have Access to yo… https://t.co/QplwfcV5BB
38963                                                                                         RT @Reuters: Osaka's Grand Slam dream proves a nightmare for Serena https://t.co/5hKE45th1S
38964                                        RT @LaylaAlisha11: Americans don’t forget about @Nike. Using Colin Kaepernick was partly a distraction from problems inside of Nike Corp. #…
38965                                                                                                                              @reeses @amazon The first half! #NotSorry #Sweepstakes
38966                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38967                                                                             Check out Okie Dokie Boys Red Navy Blue White Hooded Windbreaker Jacket 7 https://t.co/Esr6KexwpB @eBay
38968                                        RT @_Clutchezz_: Ordered this from @Walmart and it says it’s a WIRED controller made by MICROSOFT. What I received was a WIRELESS PC offbra…
38969                                                        @TomFitton @netflix @realDonaldTrump Thanks. This revelation might convince us to drop the service. What were they thinking?
38970                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38971                                                            @Starbucks please teach your employees to do better. I hate rude encounters like these it’s makes me not want to go back
38972                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38973                                         @Nike Latina. Proud of most police. Peer call on the argument. My products going to trash and no more business from this oppressed minority
38974                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38975                                                                                    @terry313401 @BJ_Gallagher @realDonaldTrump @Google Read “License to Lie” by Sidney Powell    👍
38976                                                                                      RT @Reuters: Serena defends her integrity after Grand Slam controversy https://t.co/tSA3fZnzgD
38977                                                         Check out EMMANUEL OGBAH 2016 Impeccable AUTOGRAPH Rookie Card RC Cleveland Browns 19/99  https://t.co/5BcdYq4Q3Z via @eBay
38978                                                       Check out BLAKE BORTLES 2014 Black Gold Grand Debut AUTOGRAPH ROOKIE CARD RC 04/25 Jaguars  https://t.co/3gPvLWXDMS via @eBay
38979                                                                                                           RT @AfroB_: Let’s all get behind @wizkidayo x @Nike! Africa to the world!
38980                                                                                            RT @Reuters: Olympic great Johnson recovering from 'mini stroke' https://t.co/X0VS6kvld7
38981                                                                                                                      Put Naked and Afraid on Netflix. I’m ready. It’s time @netflix
38982                                        RT @ETCanada: .@JimCarrey wears a new pair of @Nike sneakers in support of @Kaepernick7 during appearance on @RealTimers https://t.co/owDh4…
38983                                                                         Check out Ultima China 6-oz Coffee Mug White Ivory Restaraunt #05 #Ultima https://t.co/lGBCeJhRe0 via @eBay
38984                                                                                                                      Check out my listing @eBay - https://t.co/H8y8cz0wI6 via @eBay
38985                                                Check out NWT MERONA Womens Gray Soft Shawl Collar Open Cardigan Sweater L ~$30~ #Merona #Cardigan https://t.co/x3kRdd5Hb5 via @eBay
38986                                                                                                                                      @dcunited @Heineken Bill. Hamid. Is. A. Beast.
38987                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38988                                                                                                                                                  @MelanieShebel @Starbucks Jesus...
38989                                         @netflix @hulu Suggestion: Allow me a screen within your app to create a movie playlist that I can create ahead of… https://t.co/wjotv56Jz5
38990                                                                                                         I clicked the I don't like this ad button then the block @Nike button easy.
38991                                                                                       @brmoore93 @McDonalds And it takes me forever to order what I want because the kiosk is dumb.
38992                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
38993                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38994                                                                                                           RT @AfroB_: Let’s all get behind @wizkidayo x @Nike! Africa to the world!
38995                                                                                                              @AB84 @steelers @pepsi #ABCanSweeps I need one of those Tony to tap...
38996                                                                       RT @Reuters: Thousands march in French cities to demand action against climate change https://t.co/BTffYAkNrj
38997                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
38998                                                                      RT @VirginiaKettle1: Check out 1971 piatnik fun school hullo twins cards Teacher https://t.co/2sYShhRX67 @eBay
38999                                                                         @Nike Like 90 percent dont even know what the issue is nike you are caulmny incarnate may you run to  Jesus
39000                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39001                                                                                                               RT @jennnjuiice__: I just wanna model @Nike gear forreal forreal. lol
39002                                       @hildatheseries @netflix This is going to be such a fun series! 💖 My family and I have been re-reading all of the g… https://t.co/Uo2YtCHXrM
39003                                              RT @dacantarero: @Sony 👀looking at you! make every library more #Timeless by donating some copies-Great idea! https://t.co/eOULP95Abc
39004                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
39005                                        RT @hollywdcynic: #EmmyWinning #ISAWinning @ANACOSTIASERIES available now on #AmazonPrimeVideo @amazon @DaytimeEmmys @ISAwards @SoapOperaNe…
39006                                                Check out NWT TORY BURCH FELIZ SOUL STRIPE LATTICE BACK ONE-PIECE SWIMSUIT L LARGE   SFS #OnePiece https://t.co/le3iDkwSev via @eBay
39007                                                                                                                                              @VW your New Jetta commercial is lame.
39008                                                Check out Chicago Bears Women's Huddle II Sweatshirt Pullover Hoodie Jacket Fashion hood #Majestic https://t.co/fxnhyAeTHk via @eBay
39009                                                                Check out 2018 Supreme Lucano Step Ladder Red F/W Box Logo Hoodie Madonna #Supreme https://t.co/a2qw2SxcG5 via @eBay
39010                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39011                                        @soperez1611 @verizon I just had the most frustrating experience with their Twitter CS. Ugh. The “deal” they offere… https://t.co/JN6J0L1BvQ
39012                                                                                                                                                        @McDonalds why i choose  you
39013                                                                     “Don’t tell me I can’t do that” such wise words from @Ford racing legend @DickJohnsonAM https://t.co/jPyyqBe7Uz
39014                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39015                                                                                                                                 Bro. @McDonalds just shorted me a Sausage McMuffin.
39016                                                                                            @coldsoupfarm @JohnLegere @verizon @ATT @TMobile Nobody does. IDK why. It would be nice.
39017                                                            Check out 2013 BOWMAN STERLING BLUE REFRACTOR BSP44 ALEN HANSON RC 10/25 PIRATES 🔥⚾️  https://t.co/YkydRtzqtu via @eBay
39018                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39019                                                                                                        @champwebdotnet @FedEx @Valvoline @HondaRacing_HPD @GdeFerran Too cool. 👍🏻
39020                                        RT @Bosslogic: Here is also a version of Yennefer - Eva Green since she is so popular with this :) #TheWitcher @netflix https://t.co/WaS2pj…
39021                                                              @jfowler63 @Disney Try this one... My 15 year old has never forget that scene since she was 5. https://t.co/6Nu4McmDvR
39022                                             RT @ipsdocholiday: Check out Invicta Signature II Collection Divers Watch TRITNITE Night Glow Russian Fed https://t.co/LpJZJeHSAK @eBay
39023                                                                    RT @Reuters: Designer Ralph Lauren marks 50th anniversary with Central Park fashion gala https://t.co/iwXiYJChxs
39024                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39025                                        RT @Hamish7: @pinkk9lover @Nike @Q_101_X @grizzlemeister @ROCKONOHIO @LoriinUtah @PhilMcCrackin44 @BestBrownsFan @starcrosswolf @jeepsuzih2…
39026                                                                                                                           @reeses @amazon C all the way  #Sweepstakes and #NotSorry
39027                                    I did warn @Serena &amp; @Nike on their Bad Move; Unless you aren't superstitious;  @ColinKaepernick dodgy knee is curs… https://t.co/WKC865fl8l
39028                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39029                                                                              RT @Reuters: Trump tells Apple to make products in U.S. to avoid China tariffs https://t.co/0WQvaxiZim
39030                                                                                                                                                            @glotey @Nike Enjoy them
39031                                                                   @CXPZZ_ @Avntrix @PayPal @AskPayPal I can’t send money that’s the problem only thing I can do is receive money 😂
39032                                                                                                                         @Nike when is the whizkid release in the usa please respond
39033                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
39034                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
39035                                                                                                                           @McDonalds How about option  d other fast food restaurant
39036                                        RT @chelebellecards: Check out 2018 Topps Chrome Red Refractors #37 Paul Goldschmidt /5 https://t.co/chadDiPqzG @eBay #Topps #toppscards #D…
39037                                                                           RT @Reuters: Anti-immigration party set for election gains as Sweden swings right https://t.co/vkCXsMWjFp
39038                                                       Check out AGB Sweater Top S Black Silver Metallic Back Cut Out 3/4 Raglan Sleeve Women #AGB https://t.co/15vGx1ILUN via @eBay
39039                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39040                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39041                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
39042                                        @Reuters Oh yes. Let's put zillions of Alabama and Iowa workers to work on assembly lines putting this stuff togeth… https://t.co/slS7w4ZlTe
39043                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
39044                                                                              RT @Reuters: Trump tells Apple to make products in U.S. to avoid China tariffs https://t.co/0WQvaxiZim
39045                                                                                                                    @Reuters The rot is spreading. Putin has his fingers everywhere.
39046                                                                                                                               @reeses @amazon Reese's Pieces #NotSorry #Sweepstakes
39047                                                                           This chick gonna die single if she don’t stop watching @netflix  go outside...#ThingsMyTVSaysBehindMyBack
39048                                                                                                                                               @stlouiscatholic @Nike womp womp womp
39049                                                                                   @kathy120 @AlBernstein @sclancy79 @BananaJoey_ @NFL @Nike You poor thing! https://t.co/WYMXWkZkdy
39050                                                                                                                                            @Nike make a shirt with the logo cut out
39051                                                          RT @IsabelLovesTay: Let’s do this 👯👯👯👯👯👯👯👯 @tabea_adrn @ATT @taylornation13 @taylorswift13 https://t.co/lNZsIanizS
39052                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39053                                                           @reeses @amazon My favorite half is one cup and then i share with my son the other Reese's cup #NotSorry and #Sweepstakes
39054                                                                                              Check out JBL Bar Studio 2.0 Bluetooth Soundbar #JBL https://t.co/nnptHLBgHd via @eBay
39055                                                                              RT @Reuters: Trump tells Apple to make products in U.S. to avoid China tariffs https://t.co/cX3mpjeWFd
39056                                                                                                                                                      @Nike @TommyFlanagan Fuck nike
39057                                                                                                                             @Nike How’s that stock looking? https://t.co/ruNNGqXHbu
39058                                                                                                        Proud to see my guy @mazzls make it to the @Nike ads https://t.co/Us3CVVMSyF
39059                                                                                                                                         @Nike We Just Do It https://t.co/W7t7rgAjlJ
39060                                                                                         @jamie_uhler @Reuters well I dont know if every immigrant is bad but a lot of them for sure
39061                                                          Check out Large Gapodimante SWAN VASE with 3 Dimensional Worksmanship with Certificate   https://t.co/PBdHQZsLut via @eBay
39062                                                                  do it for gabe @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca #WeWantEyewitnessSeason2
39063                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39064                                                                               please for the love of god PLEASE @netflix put season 13 of criminal minds on https://t.co/L5kVdr7srO
39065                                                            Check out Emoji Flip Flop Sandals for Girls Smiley Face Glittery Thong Sandal (Small 11/12 https://t.co/EO85Q9cvnM @eBay
39066                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
39067                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39068                                         @JimCarrey @Nike Going to buy some Nike's for full price when I go to Vegas in December! Thank You for saying what… https://t.co/KwHDkEC5ho
39069                                                                         @Nike When do we get to see your videos of the oppressed people who work for you in poor foreign countries?
39070                                                                                                                          Happy birthday Rachel Diaz aka @ronnihawk 😘🎂🎂🎂 @Disney
39071                                                                              @JessieJaneDuff @Nike Push BeneFit clothing.. a veteran company  that won the 2018 Hero to CEO contest
39072                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39073                                                                                                     RT @NineLineApparel: #Honoring the #right people. @Nike https://t.co/ixcg6got17
39074                                                                       @Nike Brought lots of your merchandise from Dicks Sporting Goods as a thank you for standing up for Democracy
39075                                        RT @RickyBarksdale: @ClayTravis @Nike So please stop using us (veterans) as your stepping stool to the real truth you and many people yours…
39076                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39077                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39078                                                       Check out 100% Silk Club Collection Small Rusty Orange Collared Button Down 3/4 Sleeve Top  https://t.co/Fvx7ZkSCTx via @eBay
39079                                                                                             https://t.co/IsS8FFWJz9: Best Sellers - Book Store. https://t.co/gaLk78XYvM via @amazon
39080                                        RT @DiamondandSilk: Today makes 1yr since @facebook began censoring our FB page. It's gone from bad to worse. Before we can boost or promot…
39081                                                                                                                                                                  @Microsoft awesome
39082                                                                                                                                                    @mrjaxtaylor @netflix Zombeavers
39083                                                                                             RT @Reuters: Factbox: Serena's run-ins with U.S. Open officials https://t.co/aTVDiVt1Cm
39084                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39085                                                                           RT @Reuters: 'Shimmering' Mexican drama 'Roma' wins Venice for Cuaron and Netflix https://t.co/5XYVeEgsy5
39086                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39087                                                                                                                                     @garyvee @eBay That’s why you are the Boss 🙌🏻
39088                                    RT @BAM4AU: @Nike We stand for our flag we support our cops &amp; our military families AND we support our @POTUS ! #BoycottNike #BoycottNFL @N…
39089                                        Check out VINTAGE BEAD LOT LAMPWORK GEMSTONE BAKELITE GLASS CRYSTAL ETC SILVER WRCheck out APPED #Lampwork https://t.co/PqCAjxPzlY via @eBay
39090                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39091                                                                           RT @Education4Libs: MY MESSAGE TO NIKE &amp; COLIN KAEPERNICK. @Nike @Kaepernick7 https://t.co/qbEY8GzuW6
39092                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39093                                        RT @bills_ali: This is everything. He has stumbled and gotten back up everytime. #justdoit #nike #trump #maga @realDonaldTrump @Nike https:…
39094                                                                                                                        @ramin_parsa @Nike Christians are welcome here. Not savages.
39095                                                                                                                     @KayaJones @GeGe0603 @Nike Try these on https://t.co/LfzlQZT9xg
39096                                        RT @iTrooth: Fact : Addidas and Puma tried to get the Kaepster but he went to the highest bidder @Nike smh so.... Again .... New Balance it…
39097                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39098                                                                     Check out Harley Davidson black Shirt #NORESERVE #HarleyDavidson #ButtonFront https://t.co/j1K3kN7XiZ via @eBay
39099                                                                                                                                               @mrjaxtaylor @netflix Safe - season 1
39100                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39101                                                                                           @Zolique0 @BABESWODUMO Check on this on @Nike is on another level https://t.co/AJEmKQGNjb
39102                                                                                                           @Nike How are your workers in Asian sweatshops doing today? Just stop it!
39103                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39104                                                                       Check out JAPAN OCCUPATION WW2 South East Asia MAP MALAYA picture postcard  https://t.co/zf7V6KzEbO via @eBay
39105                                                                                                   Jumanji Robin Williams Book Based on the Movie  https://t.co/OjssYtUhRM via @eBay
39106                                                                                                                 RT @Nike: Don’t settle for homecoming queen or linebacker. Do both.
39107                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39108                                                                                      RT @Reuters: Serena defends her integrity after Grand Slam controversy https://t.co/dkzZAGE6so
39109                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39110                                                                                                                                        @netflix Loved season 2 of Ozark. Dope shit!
39111                                                                 @KayaJones @Nike Wow They kneel to protest MURDER and btw your name does not sound white. Are you a woman of color?
39112                                                                                                                    @DarkWalker1941 @Nike Oof take your profile pictures advice haha
39113                                                                                    Check out Biospa dead sea mineral mud argan oil enriched hydrating https://t.co/9U52QcT3Hi @eBay
39114                                                               RT @SheShe17: @ares9465 @KayaJones @Nike Probably because it has nothing to do with vets or the flag for that matter.
39115                                                   Check out Marvel Deco Pac Captain America Mini Bust 3 Inches Tall Comic Movie Hero Cool #Marvel https://t.co/Ys0uP0rHTC via @eBay
39116                                        RT @ModionComms: We have no doubt that Dr. Stella Ameyo Adedavoh deserves a posthumous endorsement from @Nike for her heroic and brave step…
39117                                                                                                  Check out Urban decay after glow highlighter palette https://t.co/nfZzcS6Ct1 @eBay
39118                                                                                                @inKERAble @Atypical @netflix Welp I’ll be at work watching the entire second season
39119                                        RT @Variety: How Chris Pine perfected his Scottish accent for his role in #OutlawKing | #VarietyStudio presented by @ATT at #TIFF18 https:/…
39120                                                Great THANKS to Marc @Benioff and @salesforce for this partnership of innovation. @UnitedWay @UnitedWayofCM… https://t.co/1nDfDV28r2
39121                                                                                                    @JimCarrey @Nike Wait I thought you didn't like corporate sellouts..... sellout.
39122                                                                                                     @maurice_hayward @netflix Not done with it yet! Excited to see what happens. 😄
39123                                                                                      RT @Reuters: Serena defends her integrity after Grand Slam controversy https://t.co/dkzZAGE6so
39124                                         @Dee1only @Reuters True. But as far as representation is concerned she is repreenting for Japan in the match. Thus… https://t.co/tdbJapCqK3
39125                                                                   Check out 1903 JAPAN Military postcard Imperial Japanese Navy Warship TSUSHIMA  https://t.co/J0tXqClMTo via @eBay
39126                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39127                                                        Check out 1939 JAPAN WWII Military Fleet Warship picture postcard Imperial Japanese Navy   https://t.co/XnnawYQO0R via @eBay
39128                                               RT @ipsdocholiday: Check out Vintage Rare Old Quaker Whiskey Bottle Stopper Pour Spout Metal &amp; Cork https://t.co/ULR25j7CgS @eBay
39129                                            RT @A380Capt_Tumi: I’m officially a Commercial Pilot ! #Tumi3bars #Loutzavia @adidas Ereng mo’ngwaneng #3stripes https://t.co/Zx6msiy5ur
39130                                                                                                              @conway2612 @RealJamesWoods @Nike Nope it took about a thousand years.
39131                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39132                                        RT @IndivisibleNet: BREAKING NEWS: @Ford says it stands by NFL players. They believe players have a right to protest and that this right sh…
39133                                                              RT @nsyncfanprobs: The only @Nike ad I care about. 💁🏻‍♀️ @jtimberlake @thelonelyisland @nbcsnl https://t.co/ji3JWQGx86
39134                                                        Check out Nike Air Zoom Pegasus 34 Size 10 US Blue Men’s Running Shoes #Nike #RunningShoes https://t.co/hOznTafXn2 via @eBay
39135                                        @mhelal2 @haydentiff @rjr13579 @bgarlinghouse @Ripple @Apple Regulations have changed. Long term buyers will purcha… https://t.co/LuSbllQpck
39136                                                                                                     @RustyJonesIII @Reuters You may also thank me I voted for him. You are welcome.
39137                                                                 RT @BethPaintings: Check out MERAKI Green top blouse womens Small #Meraki #Blouse https://t.co/8r6U5xpDku via @eBay
39138                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39139                                                        Check out JAPAN WWII Military Temple picture postcard NORTH CHINA to NORTH CHINA dispatch  https://t.co/ImwskiyZR4 via @eBay
39140                                        RT @Adobe: This alphabet is unstoppable. Get lost in motion designer @choco_joint's endless loops of letters: https://t.co/Giodd80wyU https…
39141                                              RT @saleek1: Please @mmoszkowicz @ConstantinFilm @NetflixUK @netflix ❤️ #SaveShadowhunters #PickUpShadowhunters https://t.co/iD6VJNvje2
39142                                                                        Check out Snowman Christmas Tree Holiday Novelty Tie #Unbranded #Christmas https://t.co/aVfo4Ij8NB via @eBay
39143                                                                                                                           rattle snake Benzilla https://t.co/T7syMJg5eL via @amazon
39144                                         RT @Apple: Join us 13 September at 3 am AEST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day…
39145                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39146                                                                                                              Oktoberfest T shirt Berlin Delight https://t.co/z8E9S2Pf0Z via @amazon
39147                                                                        Check out Vintage Hudson's Bay 325 Christmas Wreath Pin 1670 1995 Pinback  https://t.co/8KSyQqioNl via @eBay
39148                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39149                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
39150                                                               Blame It All On My Boots Blue 2X Insulated 30 OZ Tumbler Keep Drinks Cold &amp; Hot https://t.co/XmZwufvfMS via @eBay
39151                                                                                                                                     @Apple The question is it worth the upgrade...?
39152                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
39153                                                                    RT @Apple: Join us on 13 September at 1 am MYT to watch the #AppleEvent live on Twitter. https://t.co/mHVP54Z3Rn
39154                                                           Check out Blue Scooter Peace Hippie Humor Cartoon Key Chain Purse Ring Rubber Keychain  https://t.co/CrpmUxSuPY via @eBay
39155                                        RT @madisonbeer: https://t.co/yPZiaRGLEB this friday come meet me at @1027KIISFM  enter for your chance to see me perform in their @ATT Sou…
39156                                                                        RT @nextofficial: Just landed! Our NEW post-surgery bras. 💜 https://t.co/8deZIs7Wzd https://t.co/VQ5Jl7B0E7
39157                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
39158                                                            Profit from the Core: A Return to Growth in Turbulent Times by James Allen Ch... https://t.co/9utm8CThVa via @amazon #in
39159                                                                  Check out Coca Cola Vest Black Fleece 2 XL Mens Tri Mountain New #CocaCola #Vest https://t.co/8iW5kv67zm via @eBay
39160                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39161                                                                    Order of the Sacred Treasure Gold Rays With Original Award Document And List   https://t.co/EhyOThi5yA via @eBay
39162                                                       Check out Surge Protector Single Outlet With Power Suppressor-270 Joules 1875 Watt 15A 2pc  https://t.co/iiCU4rAh5v via @eBay
39163                                                                                                                        @Bayer Fuck Bayer ceo !! Monsanto bid is terrible destroying
39164                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39165                                        RT @CBSThisMorning: Tuesday marks 17 years since the 9/11 terror attacks. A moment of silence will be held at 8:46 a.m. ET on @CBS. #NeverF…
39166                                      @TomPelphrey @MarvelIronFist @netflix Dude. I binged the whole series yesterday. Unintentionally. I 👏🏻could 👏🏻not… https://t.co/KgBiDqyQQh
39167                                                 Via @Reuters: Mass evacuations ordered as Hurricane Florence heads toward Carolinas https://t.co/74nEcYwKdr https://t.co/MJDrhrwJdQ
39168                                                                          RT @Reuters: Mass evacuations ordered as Hurricane Florence heads toward Carolinas https://t.co/yKCHrxF5Us
39169                                                                                                                                                       @netflix do your thaaaang.!!!
39170                                                         RT @GregTosto: Who do you support? Stand for the National Anthem #Trump2020 or kneel like Colin KaperSmack. Aka @Nike sucks
39171                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
39172                                        RT @Reuters: Ten years on: @Reuters examines what has changed since the collapse of Lehman Brothers https://t.co/CzwLEmMqKa https://t.co/GI…
39173                                        RT @Reuters: Japanese chipmaker Renesas Electronics to buy U.S. peer Integrated Device Technology for about $6.7 billion https://t.co/rpsUs…
39174                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39175                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39176                                                                                                                     Check out Invictva Russian Driver https://t.co/6iBEi05hqs @eBay
39177                                             RT @OrezonianGma: #HugoBoss Slate Blue Shirt Long Sleeve Cotton #Rayon Flap Pockets Size XL #HUGOBOSS https://t.co/YFauuNE5SA via @eBay
39178                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
39179                                                                      RT @jenzerr: When you’re on the catwalk at 4 but gotta come down the stairs at 6 @ASOS https://t.co/MuW8iS01EZ
39180                                                                      RT @jenzerr: When you’re on the catwalk at 4 but gotta come down the stairs at 6 @ASOS https://t.co/MuW8iS01EZ
39181                                                                RT @Reuters: Controversial U.S. Open prompts promises of improvement https://t.co/K5dMDXDRUM https://t.co/WjhHwVeD0O
39182                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
39183                                                                                                  @yourappraisaguy @FoxNews @CBS You could be right. What a strange world we live in
39184                                                                             @Daniel_Sloss @netflix @NetflixIsAJoke @NetflixUK are they?! Why haven’t you mentioned this before!? 😏
39185                                                        Check out 14k Yellow Gold Over Flower Shape Cluster Round 0.60 CT Diamond Engagement Ring  https://t.co/xfYVcZpweQ via @eBay
39186                                        RT @CBSThisMorning: Tuesday marks 17 years since the 9/11 terror attacks. A moment of silence will be held at 8:46 a.m. ET on @CBS. #NeverF…
39187                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39188                                                                                                                                                          @facebook Thanks a million
39189                                                                                                                                                               Cool #SheCanSTEM @IBM
39190                                                                          RT @Reuters: Mass evacuations ordered as Hurricane Florence heads toward Carolinas https://t.co/yKCHrxF5Us
39191                                                                                                                        @Reuters Ignore the whole business it'll go away eventually.
39192                                        RT @Okay_Wasabi: Hi Guys @KelloggsUS Kellogg’s in South Africa Is Terrorizing Us. They’re Saying They Are Phasing Out The Original Rice Kri…
39193                                                                    RT @Apple: Join us on 13 September at 1 am MYT to watch the #AppleEvent live on Twitter. https://t.co/mHVP54Z3Rn
39194                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
39195                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
39196                                                                    RT @Apple: Join us on 13 September at 1 am MYT to watch the #AppleEvent live on Twitter. https://t.co/mHVP54Z3Rn
39197                                                                             Check out Vintage Britains Herald Swoppet Cowboy Mounted Made In England  https://t.co/6VhZyB6FI5 @eBay
39198                                                   Check out Hershey Chocolate Collectible Tin Vehicle Series Canister #1 Milk Truck 2000 #Hershey https://t.co/yUJqtg5GGy via @eBay
39199                                        RT @Apple: @luciolcw Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/fhOcZHGa…
39200                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
39201                                                                 Check out Vintage Jeannette 3 Pheasant Gold Trim Clear Pressed Glass Footed Bowl  https://t.co/QeuI4YCyKs via @eBay
39202                                                                                                                      Check out my listing @eBay - https://t.co/TMgTJUoREm via @eBay
39203                                                             RT @Reuters: Putin says Russia's defense ties with China based on trust https://t.co/QwadtGGSqC https://t.co/rPMeacwuO7
39204                                        @uk_ie @EGX @Escape_Tech @yogscast @Microsoft @505_Games @opmjobs @UbisoftUK @EA @ESLUK @CCPGames @WiredP Hi will t… https://t.co/dsRUZ1y28u
39205                                         @Mastercard @AmericanAir Using southern law poverty center as your censorship guide is a big turn off . That's why… https://t.co/9R5IqrqRIE
39206                                                                 RT @Reuters: Grab partners with Vietnamese firm for payment service https://t.co/vGvrWF0IdJ https://t.co/0gnrONkyN3
39207                                        RT @peta37983085: We need to see more retweets on other people's nomination tweets 1 TWEET=1 VOTE #SaveShadowhunters @netflix @FreeformTV @…
39208                                                 Check out Modern Leather 3 Seater Recliner Sofa With 2 Built In Recliners Plush Furniture #Modern https://t.co/NV0q6eJZLq via @eBay
39209                                                      Check out Catherines Size B Lt. Taupe Day Sheer Pantyhose Never Opened Plus Size #Catherines https://t.co/hxtwACIZ2u via @eBay
39210                                                                                               Check out Loose trillion tsavorite garnet #Trillion https://t.co/s9xKeLVpuQ via @eBay
39211                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
39212                                        @easyJet I have a late evening return flight (10pm) with easyJet from Barcelona coming up soon. What time can I che… https://t.co/mpNHJvEF7P
39213                                        RT @Anti_Slavery: Great to @ASOS doing the work to raise awareness of modern slavery and risks of it in its supply chains amongst its staff…
39214                                        RT @antgrasso: Industry 4.0 implementation requires a broad vision and coordination. https://t.co/na3JAGR0Pc @intel @IntelSoftware @Intelio…
39215                                      RT @Luma923: @ezvic420 @JebBush @GeorgeWBush__ @MicrosoftPSNS @Google @Apple @IBMWatson @GoogleDeepMind FYI &gt; Architects and Engineers for…
39216                                         RT @Reuters: North Korea's Kim Jong Un asks Trump for another meeting in 'very warm' letter https://t.co/Wyy0ZopSWi https://t.co/eIPjwKbdtP
39217                                                                             RT @Apple: @TheKatappa Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/JEOACWmFAK
39218                                                          Check out 1.45CT Round Diamond Engagement Wedding Bridal Ring Set 14K White Gold Finish  https://t.co/uKA7wgi4va via @eBay
39219                                        @HalflingCaravan @elenaakelly @kennethrountree @MaryPrincipio @JimCarrey @Nike Clearly you can't support your claim… https://t.co/Z2iZr1s5TW
39220                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
39221                                               RT @Reuters: Dallas grand jury to examine police officer's fatal shooting of neighbor https://t.co/1M2IAjq1rq https://t.co/LwBLC3tp0W
39222                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
39223                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39224                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39225                                    @McDonalds hi mcdonalds i need help i m from india &amp; i cnfrm u my nearest macdi which offr us working i asked maneg… https://t.co/8AduTnMgxH
39226                                                                                                                  @Tesco @jamieoliver Goodbye @Tesco it’s been nice while it lasted.
39227                                         RT @PlayCraftLearn: We're proud to be part of a company @Microsoft and team #MinecraftEdu @MicrosoftEDU that encourage girls in #STEM. The…
39228                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39229                                                                    RT @Apple: Join us on 13 September at 1 am MYT to watch the #AppleEvent live on Twitter. https://t.co/mHVP54Z3Rn
39230                                            @blackrock One Million Dollars REWARD for Justice @blackrock @Fidelity @FTI_US @guardian #StopCoverUpCorruption… https://t.co/L5DYkTUApI
39231                                        RT @Reuters: Hurricane Florence nears Carolinas as 1 million-plus ordered to evacuate https://t.co/WuxPAHfZGO by @annadriver https://t.co/l…
39232                                                       Check out Beautiful Multi-Stone Marquise Shape Stud Jewelry MER-1073 #Unbranded #DropDangle https://t.co/rkDosqI8Cq via @eBay
39233                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39234                                                 RT @Forbes: The art of grilling: Manufacturers heat up form and function https://t.co/3jDcMEqSd4 #paid @SAP https://t.co/E35XEkTKVF
39235                                                                                 @voxdotcom @HillaryClinton @netflix Absolutely correct Mam. Its a Universal problem @HillaryClinton
39236                                                                                              RT @LastJediAwful: Disgraced by @Disney @starwars @rianjohnson https://t.co/n2sbJFclVz
39237                                        @Fran_Bottanelli @Microsoft I always end up just putting in a table with no borders and putting the figure in the t… https://t.co/5ogh7ivqqs
39238                                                          Check out Solar LED Waterproof Stainless Steel Human Body Induction Landscape Lamps #YP https://t.co/XXxJuFUXzK via @eBay.
39239                                                                                                                                        @powell6269 @Nike Let me know how they go :)
39240                                                                           RT @Reuters: Suicide attack in Afghanistan kills 22 near Pakistan border crossing https://t.co/qRz85qbnqH
39241                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39242                                                                                                                                @facebook DOWN ??? #Facebook https://t.co/0IDHlpxTJe
39243                                                                                                                                                                @Apple cheers troops
39244                                                                                                                                @Nike @Zintle_Mkwela Want to work with Nike pls help
39245                                                                                                                                           @easyJet Social media #fail from @easyJet
39246                                                                                                                        RT @Joelpatrick1776: Fixed it @Nike. https://t.co/62gTq71nCN
39247                                                                                                                                                                      @Apple STOPPPP
39248                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39249                                                                           RT @Apple: @Brinda_Carmo Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/HQVqSUuDwx
39250                                                                                        @Reuters Can you hear it? Can you hear China panicking? They need us more than we need them.
39251                                                                    RT @Reuters: Putin says normalizing ties between U.S. and North Korea is vital for peace https://t.co/TdHf1jYAPD
39252                                                    Check out Roaman's Womens Plus Orange Cover Shirt Top And Skirt Set Size 1X #Roamans #SkirtSet https://t.co/Wk81XAE8Lg via @eBay
39253                                                    Check out Joanna Womens Orangish Red Rust Color? Button Down Shirt Top Size XL #Joanna #Casual https://t.co/Cu2GXHJnf2 via @eBay
39254                                                                              RT @Reuters: New Hampshire swing district a fresh test for women's rise in U.S https://t.co/fSMMWe1Ftl
39255                                                                                          RT @ASOS: @lilireinhart in the autumn 18 issue of ASOS Magazine ✨ https://t.co/oLjmiM7DUW
39256                                                                    RT @Apple: Join us on 13 September at 1 am MYT to watch the #AppleEvent live on Twitter. https://t.co/mHVP54Z3Rn
39257                                                                               RT @GregDewhurst: 🙌🏻 BEST NEWS OF THE DAY @Ryanair and @Exeter_Airport 🙌🏻 https://t.co/LNbZ4T08nR
39258                                                                RT @Audi: *stares off into the distance for dramatic effect* #AudiA7 https://t.co/K92diD2gs8 https://t.co/dhPZT3cZi0
39259                                 RT @CardsTreebeec: Check out HANDMADE PERSONALISED ANNIVERSARY Greeting Card Mum &amp; Dad Son &amp; Daughter-in-Law  https://t.co/W54XweLBns @eBay
39260                                                          Check out 14K White Gold Over 1.70 Ct Round Diamond Engagement Ring Wedding Bridal Sets  https://t.co/RWsoZ8poT2 via @eBay
39261                                                                                                                                                                 @Apple how are you?
39262                                                                            RT @Apple: @irebelRehan Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/UVd7mwdL3B
39263                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39264                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
39265                                                                      @Apple So @apple how come I can't listen to my pftw album when I bought it 🤔 androids don't have that problem
39266                                                                                                                  @CraigyBacha @facebook @instagram @Google Excellent work mate 😊👌
39267                                                                                                                      Check out my listing @eBay - https://t.co/bhWevPNUSn via @eBay
39268                                                                                          RT @ASOS: @lilireinhart in the autumn 18 issue of ASOS Magazine ✨ https://t.co/oLjmiM7DUW
39269                                                                                          @Bosslogic @netflix @LHissrich Eva Green is the ideal Yen #Witcher https://t.co/jL3yM2EyyG
39270                                                                                                                                                               @Apple Yayyyy thankss
39271                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39272                                                                            RT @Apple: @brisbanegee Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/UdfNypzde7
39273                                         RT @Apple: Join us September 12 at 10 a.m. PDT/1 p.m. EDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates…
39274                                    RT @David_Hogg16: Walmart did it! Thank you @WalmartGiving @Walmart! You rock! Thank you to everyone that has donated - friends near &amp; far.…
39275                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
39276                                                                                                                                                                     @Apple How much
39277                                                            @DeWente69 @BerniceKing @Kaepernick7 @Nike Whites have to hide when going through the 12th ward....routine racism today.
39278                                        RT @Cardiff_Airport: *AIRLINE ANNOUNCEMENT* Europe's number 1 airline @Ryanair has added Malta to its growing choice of destinations flying…
39279                                            RT @ljr1: Check out Vintage Jade Multi Color Hand Knotted Strand Necklace Estate Jewelry #StrandString https://t.co/iYEEdWzsF5 via @eBay
39280                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39281                                        RT @WMBtweets: People’s global entertainment is set to be powered by 100% renewables - @Sony has joined #RE100! @ClimateGroup @CDP https://…
39282                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
39283                                        @MariaBartiromo @marygerdt @CBS @MorningsMaria @FoxBusiness @Microsoft @GuggenheimPtnrs Why are all these claims be… https://t.co/Ih5OUg1Ft0
39284                                                                                                                             @ScordoSandro @Ryanair Take the hint and go @jet2tweets
39285                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
39286                                                    Check out General Electric Model No7-2859A AM FM Portable Receiver Radio 2 Way Power AC/DC #GE https://t.co/Arscsb9qtd via @eBay
39287                                        RT @Leviathon12: @Ms_Revisionista @amazonnews @amazon @accorg @J_Bloodworth I work at Amazon and they hold our rates against us while going…
39288                                                          RT @CBSThisMorning: A moment of silence will be held at 8:46 a.m. ET on @CBS. #NeverForget #Sept11 https://t.co/bIxkEdb7ju
39289                                                          RT @CBSThisMorning: A moment of silence will be held at 8:46 a.m. ET on @CBS. #NeverForget #Sept11 https://t.co/bIxkEdb7ju
39290                                                           Check out WATERCOLOR Purple Gray Tote VERA BRADLEY Chain detachable strap  #VeraBradley https://t.co/UpJoytSMlF via @eBay
39291                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
39292                                                                                                         WHERE CAN I GET THIS PHONE @TMobile are you guys going to be carrying these
39293                                                                        Check out PlayStation 1 PS1 One SCPH-1070 MULTITAP 4 Player Adapter  #Sony https://t.co/uP4GrsK54D via @eBay
39294                                                                                                                      Check out my listing @eBay - https://t.co/cRlGlNetqT via @eBay
39295                                        @BankofAmerica I am a person. A person who has been treated unfairly and lied to by your institution. I want my fra… https://t.co/xCJ305X7zt
39296                                        @Starbucks Wants us to use the app but never has anything in stock. Thanks for ruining my morning. @dunkindonuts Wa… https://t.co/WqVOttk40y
39297                                                                NIB Two 1983 Avon #Santa See-Saw Tree #Ornaments Gum Drop #Lot #Avon ENDS SOON     https://t.co/2nltpGL37r via @eBay
39298                                                                         Check out 1945-64 Beehive Bob Armstrong Boston Bruins NM-MT #BostonBruins https://t.co/rejuByZtsC via @eBay
39299                                        RT @Apple: @duicee1x Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/huI2QIUT…
39300                                                   Check out Diamond Trio Set 10K Yellow Gold Over His &amp; Her Matching Wedding Engagement Ring  https://t.co/wka5UmsYcH via @eBay
39301                                                                                                                                                           @Apple iPhone 20 incoming
39302                                        RT @lucianomoca: @AboveTheBurgh @TrumpIsTheBoss4 @jayMAGA45 @POTUS @realDonaldTrump @Nike I am wearing sketchers and I am happy and comfort…
39303                                                             Check out Art Direct from the Artist Photographs digital file of a red water flower.  https://t.co/TuyAdiUhlo via @eBay
39304                                                                                   RT @Reuters: People flee U.S. coast as Hurricane Florence nears Carolinas https://t.co/t4WyKqX1ty
39305                                        RT @Okay_Wasabi: Hi Guys @KelloggsUS Kellogg’s in South Africa Is Terrorizing Us. They’re Saying They Are Phasing Out The Original Rice Kri…
39306                                                                                          RT @ASOS: @lilireinhart in the autumn 18 issue of ASOS Magazine ✨ https://t.co/oLjmiM7DUW
39307                                                                       Nike LeBron 12 EP 23 Chromosomes Mens Sz 9.5m Hi Top Basketball Shoes (tu1) https://t.co/16hIvbKb8H via @eBay
39308                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39309                                                                   RT @FoxNews: Louisiana mayor prohibits @Nike purchases for recreational programs: reports https://t.co/e8PRoJKb0M
39310                                                                                                                                                                   @Apple Yes please
39311                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
39312                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
39313                                              Remember when we conquered London? @AmazonStudios @hulu @netflix @CBCTelevision @cbsallaccess @ConstantinFilm… https://t.co/DXLH6mBM04
39314                                        @wendi1760 @EBraeden @DougDavidsonYR @CBSDaytime @malyoung @AngelicaMcD @YandR_CBS @CBS @MelodyThomasSco What? No w… https://t.co/PR8hQZQkIT
39315                                                                  @JustinRose99 @TaylorMadeGolf @adidasGolf @Hublot @Mastercard @ZurichNAnews @MorganStanley @LamkinGrips Awesome!!!
39316                                        Strong move from @Ford to stop ads for certain product categories completely.  Shows that investment decisions also… https://t.co/79ZAZlXL7a
39317                                                                                                               @milasxmoonlight @Atypical @netflix Also when her mom had a talk 😂😂
39318                                        RT @Freakonomics: A revolutionary idea from economist @MazzucatoM: public money financed the technology behind companies like @facebook and…
39319                                                             RT @Reuters: Putin says Russia's defense ties with China based on trust https://t.co/MKNlyGXX0q https://t.co/AtLBKLfczQ
39320                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/3yAVF3ldNY
39321                                    RT @David_Hogg16: Walmart did it! Thank you @WalmartGiving @Walmart! You rock! Thank you to everyone that has donated - friends near &amp; far.…
39322                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39323                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
39324                                             Georgia parents asked to sign a 'consent to paddle form' after charter school reinstates corporal... https://t.co/ZcxOXTPIQJ via @Yahoo
39325                                                                                                                                           @Reuters Whats that white boy doing again
39326                                          RT @Reuters: ING CFO steps down as backlash grows after $900 million money laundering fine https://t.co/X1TEbNb9uG https://t.co/9UylNfE4CG
39327                                                                              @streetreportpod @m8nkey2chm00n @Drigits @_jxsh96 @Apple I agree but that specific information is not.
39328                                             RT @Tesco: @curvykate Get into the spirit of #BreadWeek with our bread #recipes enjoy #GBBO tonight! - Sandeep… https://t.co/cQQwnSr4Pi
39329                                        @debraanddave @Rick_MacKay @WellsFargo Many have been hired in other locations and other divisions and are still pa… https://t.co/2mUWkbQVbK
39330                                                                                                                         This 9/11 #NeverForget with the refreshing taste of @pepsi.
39331                                            The Borgias #savetheborgias @hulu @amazon @history @netflix @nbc @CBS @ABCNetwork #francoisarnaud #cesareborgia… https://t.co/LfUq6Fi1Tm
39332                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39333                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39334                                                                                                              @RbxJason_777 @netflix maybe I’ll watch an episode. I haven’t seen it.
39335                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
39336                                                                                RT @Apple: @shubhj_ Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/Pn32lIGD8v
39337                                        RT @Apple: @AstroDaquan Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/8icFn…
39338                                     The Gruffalo’s Child by Julia Donaldson &amp; Axel Scheffler (Hardcover) https://t.co/qMO2ONrOzP @eBay #SEO #Marketing… https://t.co/mdfZ5mMu1Z
39339                                                                                   RT @JustaSoldierUS: @kimusastrong @AngelLight2U @Starbucks America runs on Dunkins. @dunkindonuts
39340                                                 RT @metalrulestv: Vintage 1987 GARBAGE PAIL KIDS Blockhead Blaze #277B Sticker Trading Card Decal https://t.co/devTg83VPe via @eBay
39341                                                                                                                                        @Apple no problem I am looking forward to it
39342                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
39343                                                                                                                                                                    @Apple Thank you
39344                                                                           RT @Apple: @KRISHNA_ARUN Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/dToBT5e7bu
39345                                                                                                            @ATT Unhappy Customer! Simple process botched!!! https://t.co/wXmHZzSkwG
39346                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/sXH8RADVEL
39347                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39348                                                            Check out SOLID WOOD TABLE LAMP w/MARBLE ACCENT and TIFFANY STYLE STAINED GLASS SHADE  https://t.co/0VL4eCI4cf via @eBay
39349                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39350                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39351                                              RT @IanCrookshank: @jengonzales8 @TheBiznauth @kaitasquini @McDonalds Congrats team! #RoadtoRyerson #RyersonSA https://t.co/jGXVGM8HgR
39352                                                                                                                            RT @stamfordstu: @Tesco @jamieoliver Every spittle helps
39353                                                            RT @Reuters: Wife of Pakistan's jailed ex-PM Nawaz Sharif dies in London https://t.co/mhQHraGx3u https://t.co/7vXPsrN6N3
39354                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39355                                         RT @Apple: Join us 12 September at 9 p.m. GST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event da…
39356                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39357                                                                                  Check out Pre Owned Solid Sterling Silver Moon and Sun Earrings  https://t.co/QZ7VS2f0Bv via @eBay
39358                                        RT @Freakonomics: A revolutionary idea from economist @MazzucatoM: public money financed the technology behind companies like @facebook and…
39359                                                                                          RT @ASOS: @lilireinhart in the autumn 18 issue of ASOS Magazine ✨ https://t.co/oLjmiM7DUW
39360                                        RT @Apple: @alexmak Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/Mg8Rnb1tko
39361                                        @MADBLACKTWlNK @GamerGeeksTodd @Apple @SamsungMobileUS Agreed. I should probably point out that my brother works fo… https://t.co/D6MTVmivRg
39362                                           You know #HurricanefFlorence is serious when @McDonalds is out of McMuffins! #McDonalds #McMuffin #Imlovinit #imnotlovinit #NorthCarolina
39363                                                                                                                                  @TheSouthernDale @BankofAmerica @IRSnews Holy cow!
39364                                            $9.95 Check out NWOT R&amp;K Originals Built In Bra Sundress Brown Cream Polka Dot Size 6 #RKOriginals https://t.co/SoGdqhL6uG via @eBay
39365                                                                                  Fall shopping fun! https://t.co/ESQrCR4erP via @eBay #fallstyle #helladope https://t.co/71Umq3W1bo
39366                                                  Apparently @Starbucks changed their birthday reward to one day only and I may have just cried in my car because I MISSED IT 😭😭😭
39367                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39368                                                                        Check out  LEONARDO FIGURE Teenage Mutant Ninja Turtles 2013 VIACOM G3336  https://t.co/TI8zZVd2aX via @eBay
39369                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
39370                                        RT @CBSThisMorning: Tuesday marks 17 years since the 9/11 terror attacks. A moment of silence will be held at 8:46 a.m. ET on @CBS. #NeverF…
39371                                        RT @benwikler: This thread is appalling and infuriating. @facebook is now endorsing fake-news right-wing “fact checks” of legit articles by…
39372                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
39373                                                      Check out Epson PictureMate Personal Photo Lab #Epson https://t.co/gHgAFOYnlC via @eBay  #picturemate… https://t.co/9TM34VasNr
39374                                           RT @BethPaintings: Check out Genuine Alligator Tooth  Genuine leather cord Necklace Swamp People Gator  https://t.co/b8xmTlGffe via @eBay
39375                                         RT @Apple: Join us September 12 at 10 a.m. PDT/1 p.m. EDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates…
39376                                        . @HSBC is close to launching a new digital bank known internally as #projecticeberg in a move to sink new competit… https://t.co/522Kb9lmBI
39377                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39378                                                                                            @Reuters Good.  The international community SHOULD be standing up to tyrannical regimes.
39379                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39380                                                 @surekhapillai @startup_mission @IBM @KeralaJUG @GirlsWhoCode @NASSCOMStartUps @startupindia @mytechnopark… https://t.co/BxkfRDPyUa
39381                                                     Check out French Connection Women size 4 Embroidered sleeveless Linen Dress #FrenchConnection https://t.co/opMZZEOGl8 via @eBay
39382                                        RT @Rainmaker1973: The Intel 4004 was the first commercially available microprocessor by @intel: it was completed under Federico Faggin's l…
39383                                                                  @McDonalds imagine my disappointment when I expected a breakfast sandwich.. #wheresthemeat https://t.co/Lh0gj1TPIU
39384                    RT @DavidDark: With @CBS joining @netflix &amp; @NBCNews &amp; @NPR &amp; @DNC &amp; @FXNetworks &amp; others in giving up their assets in the face of credible…
39385                                                       Check out CLEAR FLARED PILSNER GLASSES w/Pretty Trim of Raised Glass (Rope) Around Vessels  https://t.co/5zIKGa6qVl via @eBay
39386                                                               Mr. Moon and Me Cross Stitch Kit Bucilla Baby Collection NIP 1995 #Bucilla #Sampler https://t.co/vHAdSwXv3E via @eBay
39387                                                             RT @Reuters: U.S. energy secretary to visit Moscow September 11-13: RIA https://t.co/NVwjfeboQC https://t.co/RpydgANNGI
39388                                                       RT @filmprojects: I call on the @APVMA to follow the EU's lead and ban @Bayer and @Syngenta's neonics https://t.co/G4noEdVnF0
39389                                                                                                @Apple @Apple should have the option to keep certain notes at the top of all others.
39390                                                 Check out pure silk indian vintage banarasi saree wedding bridal resham zari 2 blouse sari #saree https://t.co/o4xVgiwzkK via @eBay
39391                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
39392                                                                                                 I want to try the new chicken tenders from @McDonalds so bad !! #BrokeAndHungry lol
39393                                                                 RT @Reuters: Wall Street set to open lower as trade war fears weigh https://t.co/m92muqwFrl https://t.co/8R2rQLVCPD
39394                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39395                                                Check out GOLD-TONED METAL CHOKER with HEART PENDANT - Hook Clasp - Simple Elegant Styling #Choker https://t.co/hDBb2mUtlD via @eBay
39396                                        RT @Reuters: Thousands of people marched through Kim Il Sung square in Pyongyang to celebrate the 70th anniversary of the founding of North…
39397                                                                                                                      Check out my listing @eBay - https://t.co/GRGwvAmz19 via @eBay
39398                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39399                                        RT @Reuters: Thousands of people marched through Kim Il Sung square in Pyongyang to celebrate the 70th anniversary of the founding of North…
39400                                                                                                                                                                    @Apple Thanks 🙏
39401                                       RT @BCLONA: #MondayMotivation it’s still summer in Southern California 🍓🍓 @Starbucks Starbucks in hand heading to the office #RiseAndGrind…
39402                                                          Check out Lot of 4 woman's bra Just My Size 38DD white and Playtex white 38DD wire free  https://t.co/w8b7M72mPC via @eBay
39403                                        RT @Q305473: My sympathy for your 3 month wait. I’ve been waiting for a month and @easyJet haven’t even managed a response. @easyJet really…
39404                                                       Thank you for liking and following our @facebook page. Mansour's has reached well over 800 followers! https://t.co/55r4beINik
39405                                                 Check out 1996 Arizona Diamondbacks Pin MLB Souvenir Pin Diamondbacks Lapel Pin Hat Pin  #Vintage https://t.co/xMO3QpA1lX via @eBay
39406                                               @kylemillennial @Reuters The same polls that gave Trump a 4.8% chance of winning the presidency?  Those are some VERY accurate polls.
39407                                                                                                                               Hey @Nike —— put this in your pipe and smoke smoke it
39408                                                                                RT @Apple: @Mr__vik Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/22lzVKTmOA
39409                                         RT @vburu: Even under the sea! There’s no limit for this fandom. #SaveShadowhunters this global effort deserves recognition! @netflix this…
39410                                                                      RT @jenzerr: When you’re on the catwalk at 4 but gotta come down the stairs at 6 @ASOS https://t.co/MuW8iS01EZ
39411                                                                         RT @JillGoldworn: @JuddLegum Did @facebook hire those $10 fact-checkers @SarahHuckabee seems to know about?
39412                                                                RT @Steviebarkley: @Citi being recognised as the lead signature for #Businesses4LoveEquality https://t.co/ZN19b3lvDs
39413                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39414                                                                                                                                                @GoldmanSachs @IbtihajMuhammad False
39415                                                    Check out Job Lot of 2 Puretality Multivitamins &amp; Minerals Formula 240 Vegetarian Tablets  https://t.co/Hk66ltwlCT via @eBay
39416                                                                                                 Check out FABRIC REMMANT NEW 100% PREMIUM COTTON  https://t.co/gNGAf6HL1o via @eBay
39417                                                                                                                      @Tesco You have already investigated it...I'm still waiting 😔
39418                                          RT @HimesHub: Check out Made For Me To Look Amazing Womens Size XL Sweater Dress Short Sleeve Green Tan  https://t.co/62SFwpdUgY via @eBay
39419                                                                                                                                               @Apple I’m so excited for this event!
39420                                                                             RT @Apple: @Gamersspin Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/yBpDuiRJDw
39421                                                        Check out Crate Barrel Stars Stripes Flag Patriotic Placemats Place Mat Set 6 Fourth July  https://t.co/CWRQO7OVa1 via @eBay
39422                                                  RT @QueenCollectibl: Check out Queen - Flash Gordon - VENEZUELA - Unique gatefold sleeve - RARE  https://t.co/o7Zgdv41wB via @eBay
39423                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
39424                                                                                                                                                                    @Google PATHETIC
39425                                                                               @amazon @RachelBros when does @MaiselTV new season start😳-about to start having a mini crisis here!!
39426                                        @BrunusCutis @Starbucks #Hi #ImMrMeseeks #LookAtMe The only reason I go to Starbucks is to irritate the baristas wi… https://t.co/tdUQ9bRiZ0
39427                                                            Check out ANTIQUED GOLD METAL BICYCLE FIGURINE with WOODEN SEAT and WOODEN HANDLEBARS  https://t.co/VsDJiEBF4R via @eBay
39428                                                                                                    RT @JohnLegere: @JodiAnn_K @mad567 @chrissyteigen @jimmyfallon @TMobile You do!!
39429                                                                RT @Reuters: JPMorgan to create wealth management unit in Luxembourg https://t.co/zPHmSvth3P https://t.co/10JDkyZyAv
39430                                                                                                                                  @Reuters The closer to Africa the better for JPM..
39431                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
39432                                                                                      RT @CourtlinJabrae: me walking past everybody that don’t like @Nike 😂 https://t.co/FxAFf2Kv7N
39433                                                                    Check out Glittered Wooden #Halloween #Ornament~Girl Witch~Vintage Card Image  https://t.co/ivockVXV2Z via @eBay
39434                                               Check out Kenta Kohashi Pro-Wrestling Noah Black hair&amp;Champion belt version Figure #MoguraHouse https://t.co/edDhDrzbLQ via @eBay
39435                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39436                                              RT @DonFi4o: Check out Vintage Wooden Cigar Box Jubile Astoria Couronne Rare Belgian Empty Wood Box  https://t.co/6vfZ4xgQEW via @eBay
39437                                        RT @TarynTeutsch: Justice4Mom. There is NO EXCUSE for Domestic Abuse. Are you listening @Disney? Are you listening @AETV? https://t.co/Jwpw…
39438                                        @cmarcove @JimCarrey @Nike I'm confused.. Is the basis of your point using a comparative to Trump??? My point is th… https://t.co/dbMXRRYapf
39439                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
39440                                                       Check out SIZE 24 Month Boys NEW Muhammad Ali Long Sleeve T-Shirt Greatest Boxing Champ #AR https://t.co/Q3c2Kj7aCS via @eBay
39441                                                                      RT @emilyhornSF: We like huge leaps. @Devindra @HP @HPLabs @karenkahn #KeepReinventing https://t.co/YvY3dfWh5o
39442                                        @JustinRose99 @TaylorMadeGolf @adidasGolf @Hublot @Mastercard @ZurichNAnews @MorganStanley @LamkinGrips Well deserv… https://t.co/iwx4XKo6vc
39443                                        @McDonalds I still want all the money back from the extra food I bought trying to win in your rigged Monopoly game!… https://t.co/S1Rta7H766
39444                                        RT @DonFi4o: Check out Mercedes Benz W114 W115 W108 VDO Instrument Cluster Gauges Housing Bezel Empty #VDO https://t.co/CH4nMk2VxR via @eBay
39445                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39446                                        RT @luvsParis: Check out PLUS SIZE 3X Nelly Womens BLACK Maxi Dress Long Sleeve Pockets #Nelly #Casual https://t.co/Gsrgclhuss via @eBay #p…
39447                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39448                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39449                                                                          @marcusjcarey Yes. Just as much as I judge people that have @Yahoo email accounts. https://t.co/ND5IIQlt79
39450                                          Ryanair cancels German flights ahead of strike https://t.co/j4CvG9GRpM @Ryanair #Germany #Europe #flights #airlines #TravelTuesday #travel
39451                                                                                    @Emolclause @CBS @kathygriffin @Rosie May 45 feel the wrath that Karma has to give. Immediately.
39452                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39453                                                     @davidngraham @voiceofsandiego @amazon @WalmartLabs @Google @Qualcomm @IdeaDistrict_SD @ConvoyDistrict… https://t.co/SPNsxQs45a
39454                                                                                       Check out 2003 Bowman's Best RC Auto Hanley Ramirez #BB-HR  https://t.co/nD50UihNIH via @eBay
39455                                                                                                        @RobTrenale @easyJet @easyJetCustHelp Nope I booked it 2 hours after landing
39456                                                                                                                                                    @Nike danki caster danki correct
39457                                                                         RT @Apple: @shabu_pallerla Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/006CSwzESo
39458                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39459                                                             Check out Mauve Pink &amp; White Baby Sweater Vest Pullover #Handmade #Vest #Everyday https://t.co/EqZEcg32a6 via @eBay
39460                                                                                                                           @KAL_EL773 @Apple @HuaweiMobileUK Enjoy your hunk of junk
39461                                                            ROBERT GRAHAM Skull Head Geometric Plaid Patterned Blue Sports Shirt XXL #RobertGraham https://t.co/F3ZCPnKEVe via @eBay
39462                                        @JustinRose99 @TaylorMadeGolf @adidasGolf @Hublot @Mastercard @ZurichNAnews @MorganStanley @LamkinGrips Well done J… https://t.co/dMspr4Mqf2
39463                                                                                      @DocLennyF @amazon @AmazonHelp And I thought only physicians do things for no reason!  #twdfnr
39464                                                                                                                                                          @Apple Thanks for reminder
39465                                                                    RT @Apple: Join us on 13 September at 1 am MYT to watch the #AppleEvent live on Twitter. https://t.co/mHVP54Z3Rn
39466                                                                                       Check out Rubber Stamper Magazine - November/December 1998  https://t.co/QPlApfc00X via @eBay
39467                                        RT @JohnDeere: More flotation equals less compaction. Check out our all-new 120-in. track spacing on the 9RX. See it up close at #HuskerHar…
39468                                        RT @Apple: @mbs_electronics Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/j…
39469                                                        Check out UGG Classic Short Boots Purple Sequins Sparkles Size 10 Authentic  #UGGAustralia https://t.co/kZyQbwusIY via @eBay
39470                                        RT @TarynTeutsch: Justice4Mom. There is NO EXCUSE for Domestic Abuse. Are you listening @Disney? Are you listening @AETV? https://t.co/Jwpw…
39471                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39472                                        Check out Brooks Brothers 346 Slim Fit Non-Iron Men's Shirt #BrooksBrothersNonIron #2Ply https://t.co/35iN5TVyY5 via @eBay #thediscountstore
39473                                        @midwest_heathen @FactsFantasy @AvaGraceVIP @Serahwersh @amamaknox @DaRealAmberRose @VICE @broadly @facebook Amanda… https://t.co/OBIxS3Guf8
39474                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
39475                                        @ussoccer_mnt @PaulKuharskyNFL @ATT It's like if Ohio State/Michigan played an exhibition game with some of their p… https://t.co/7ac197qHpI
39476                                        @FoxNewsInsider @foxandfriends There will be more and more of these stories coming out. How soon will @Nike drop th… https://t.co/vKRRffKY4Q
39477                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39478                                                                                               Check out FINE JAPAN CHINA CANDY DISHES SET OF TWO  https://t.co/CCF2S2jolC via @eBay
39479                                                                                  RT @Reuters: Google buys into new Finnish wind energy in renewables search https://t.co/sAiAZnaFr2
39480                                        @Ryanair @mccarter86 I’ve DM’d with the situation and booking reference as I paid the charge for both of us. Lookin… https://t.co/CZhVWHgLcv
39481                                                                      RT @jenzerr: When you’re on the catwalk at 4 but gotta come down the stairs at 6 @ASOS https://t.co/MuW8iS01EZ
39482                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39483                                                                                                                         Check out SHOT COVER #ABE https://t.co/dZCcVXQOHj via @eBay
39484                                                        RT @McDonalds: Our $1 Sandwich deal means serious savings. Only available when you download our App. https://t.co/lQhZGWHnZV
39485                                        RT @NevilleRay: The future is 5G and @TMobile is invested in bringing it to you! How invested? $3.5B with this agreement with partner @eric…
39486                                                                                                                                                 @MollyKircher3 @netflix Yeah I know
39487                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39488                                                                                                                      Check out my listing @eBay - https://t.co/dZfodyha2W via @eBay
39489                                                       Check out Churchill England Blue Willow China dishware dishes plates set of 4 salad plates  https://t.co/6aF5GlZrcW via @eBay
39490                                                 Check out Women's Arpeggios VTG Blue Leather Kilties Shoes Sz 7 1/2M #Arpeggios #LoafersMoccasins https://t.co/mran6xVFIE via @eBay
39491                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39492                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
39493                                                                           Ask and you shall receive. @McDonalds pulled through with the chorizo burritos!!! https://t.co/dGIzGgFofL
39494                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39495                                        RT @sainsburys: Last week the #BudeTunnel became a no.1 location on @TripAdvisor 🥇 Who'd have thought? Maybe we should get into tourism? ✈️…
39496                                             @TangNoire @PatriotessWings @ar15m4mid @RealBasedBlonde @FoxNews @foxandfriends @Nike @RoxxxyGurL @PatriotJenn… https://t.co/wa36z0wFt6
39497                                                                                              @Reuters @ReutersTV He could shut down WH for a while we could test from his stupidity
39498                                        RT @taseenb: Hi @YouTube @Google can you explain why Al Qaeda leader in #Syria Abdallah Muhammad Bin-Sulayman al-Muhaysini has a YouTube ch…
39499                                        @DRUDGE_REPORT You @realDonaldTrump I don't appreciate your @USTreasury ESF bailing @Nike out for being assholes. W… https://t.co/ceeBGRO9Kv
39500                                                                      👮 Beautiful! I love this. #affiliate #policewifelife #policewife #backtheblue https://t.co/FDY6yP92tW @amazon
39501                                               Tell Congress: Shut down criminal megabanks like @WellsFargo https://t.co/xeWJufJHhn via @CREDOMobile #resist thanks @RepMaxineWaters
39502                                                                              @realDonaldTrump @BarackObama @CNN @MSNBC @ABC @CBS @NBCNews @Lawrence @donlemon RT trumps shame! #911
39503                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39504                                         RT @Apple: Join us 12 September at 9 p.m. GST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event da…
39505                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39506                                         RT @Apple: Join us 12 September at 9 p.m. GST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event da…
39507                                                             RT @Reuters: Austrian conservatives will back EU motion against Hungary https://t.co/LvIpyKhAUp https://t.co/RFUR80ma4j
39508                                                                                                                                                                 @Apple Thank you xx
39509                                                                                                                                                             @Apple Thank you @Apple
39510                                                                                           RT @Reuters: Cadbury owner Mondelez builds Brexit chocolate stash https://t.co/pMI3Ax0q72
39511                                                                                                                               @Apple needs to hurry up and put this new IPhone out.
39512                                                                                                                 RT @Nike: Don’t settle for homecoming queen or linebacker. Do both.
39513                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
39514                                                                                                                                @Tesco @jamieoliver Sorry Jamie not really impressed
39515                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39516                                        That moment when you spend an hour trying to buy @Microsoft Office for your computer but it doesn't let you past th… https://t.co/K1LuvqnwjG
39517                                                                              2018 Origins ANDREW LUCK Serial #d  39/175 Orange Parallel “HE IS BACK!” https://t.co/fEjnBDORgu @eBay
39518                                        RT @hockey937: Lazeto Electric Knife Sharpener - Best for Kitchen Knives - 2-Stage Sharpenin... https://t.co/bkOD2sLE60 via @amazon #food #…
39519                                                                                                                                                          @Apple @makemac Can’t wait
39520                                        RT @PaulMcCartney: New Shows added! @AmericanExpress Card Members can get #AmexPresale tickets now thru 9/13 to see Paul’s #FreshenUpTour i…
39521                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39522                                                                                                                         @lydia_bella @McDonalds I don’t think I rtd anything faster
39523                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
39524                                         RT @DohaMadani: Dear @lanacondor and @noahcent and @netflix please make a sequel that final book has too many emotions and issues that the…
39525                                                                @reeses @amazon My favorite half is the first bite into a Reese's Peanut Butter Cup!  @reeses #NotSorry #Sweepstakes
39526                                                        Check out Froelich Furniture Collection Vintage Mahogany Tea Caddy Two Chambers Indonesia  https://t.co/2Srq84iGju via @eBay
39527                                                                                    @McDonalds how many people have became terminally ill off of your artificial hard to digest food
39528                                        RT @ericsson: Breaking news: @TMobile and Ericsson sign major $3.5 billion #5G agreement. Read more: https://t.co/Pm6dx7Tmoy https://t.co/t…
39529                                                                                                           Check out 7 TIME LIFE STILL ROCKIN CDS  https://t.co/YnantrmN8S via @eBay
39530                                                                    https://t.co/gkFRZfQ9S9: Buying Choices: Source Naturals AHCC With BioPerine https://t.co/81N5twBZNf via @amazon
39531                                                                                                 @Serena_Arif @Tesco @keepScotBrand Because they are British produce you rocket.....
39532                                RT @eBlue2044: $INND - latest news &amp;  @Walmart marketing the latest hearing AID!!! This can change the hearing aid arena &amp; affordability fo…
39533                                                                                                               @DigitaLilli @Google Maybe your Netscape Navigator is acting up Jeff.
39534                                                                                       @Reuters But will right brexit create double the tens of thousands of car jobs??  #JustAsking
39535                                                                    RT @Apple: Join us on 13 September at 1 am MYT to watch the #AppleEvent live on Twitter. https://t.co/mHVP54Z3Rn
39536                                    RT @AraldyZ: First @Nike now @Ford endorsing @Kaepernick7 💪🏽🙌🏽 how about it whites! y’all gonna boycut Ford too? You gonna cut up your cars…
39537                                                                   @Sony God of war was always my favourite ps4 game but yeah I chqnge my decision after playing spiderman in my ps4
39538                                                                                                              @Surabees @RaheemKassam @Google Divine intervention from above. 🙏🙏🇺🇸
39539                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
39540                                        RT @CorkAirport: .@CorkAirport welcomes today’s announcement from @Ryanair that the airline is to commence a new Cork route to Malta in Mar…
39541                                                   Check out Women Within Shirt Plus 1X 22/24 Top Green Short Sleeves Womens #WomenWithin #KnitTop https://t.co/m4SiolvYzr via @eBay
39542                                                          Check out INSTINCTOY mini Soft Vinyl Byron Randiron Rangeas 3set white accumulation T9G  https://t.co/ilu29sdEH2 via @eBay
39543                                                                                                              Never in your life again show me this @Groupon https://t.co/lZWQ9wIXoU
39544                                              #SierraBurgessIsALoser starring @shannonpurser is available to stream now on @netflix! https://t.co/LOGl56A9Gl https://t.co/0h68FRetpm
39545                                        RT @Apple: @Ramon36069 Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/RhE5wW…
39546                                                                                                                                            @zeiqh_ @Nike @nikesoccer this is insane
39547                                             RT @CarlHigbie: You know @realDonaldTrump has made his mark on the world when @Microsoft word auto capitalizes MAGA!!! Hahaha. Winning.
39548                                                  Check out Vintage Ballerina Handkerchief Hankie Ballet Dancers Hanky Scalloped Edges  #Unbranded https://t.co/ppjYUWuUEm via @eBay
39549                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39550                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39551                                         RT @Apple: Join us September 12 at 10 a.m. PDT/1 p.m. EDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates…
39552                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39553                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39554                                        RT @Davis_404: James Gunn being James Gunn during happier days. @Disney should have known he wasn't Mr. Fred Rogers. Adult language toleran…
39555                                         The first episode of #TheAfricaMirandaShow is up! Head over to my @facebook page (Link in Bio!) to watch the first… https://t.co/qmvDE3RKQ6
39556                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
39557                                                                                                             @BlondeNinja221B @Apple Your phone 👇🏻👇🏻👇🏻 https://t.co/ZFXA9his57
39558                                                  Check out TOP INTERNATIONAL PREDATOR MOTORCYCLE HELMET SCAR (DOT CERTIFIED) #Unbranded #Predator https://t.co/Jf7pgaGHxq via @eBay
39559                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39560                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39561                                        St Bernard Dog Confetti... https://t.co/6ME0DeI7f9 via @amazon #naturecuts #cutout #stbernard #dogs #doglover #dogsoftwitter #petlovers #diy
39562                                                                                                                        Thank you @wizkidayo @Nike  #Starboy https://t.co/wRul8yPjYS
39563                                                                    RT @Apple: Join us on 13 September at 1 am MYT to watch the #AppleEvent live on Twitter. https://t.co/mHVP54Z3Rn
39564                                                               Check out Precious Moments Jesus Love Me Boy Musical Lamb Snow Globe Water Globe 102404 https://t.co/mxFVWoAVHm @eBay
39565                                                                Siberian Pine Nut Oil Cold Pressed Extra Virgin 8.45 fl oz/250 ml Flora Aroma... https://t.co/tEptAIXUyc via @amazon
39566                                                             Check out NEW PREDATOR MOTORCYCLE HELMET SEA RED (DOT CERTIFIED) #Unbranded #Predator https://t.co/hGycvvnV7d via @eBay
39567                                                      RT @Paralympics: You voted ☑ And here it is! Congrats @gregpoly 👏🙌 https://t.co/fMbplnM6zi @Allianz @BISFed @2018WorldBoccia
39568                                        RT @Dyn: NEWS: Gartner names @Oracle a “Visionary” in its Magic Quadrant for Web Application Firewalls https://t.co/QthVva7ZDN https://t.co…
39569                                        RT @Kidz1stFund: Saturday @BeTheMatch will be set up at the @pepsi Fan Zone (N.End Zone) If you are 18-44 you can register to join the Nati…
39570                                       RT @samira_says: I wrote this article about an ongoing issue with @venmo and @PayPal. A transaction entitled ‘#Persian 🍕’ is considered mor…
39571                                                                             RT @Soni_NicoleB: You guys are the best ❤️🇧🇷 @netflix @NetflixBrasil #letsdothis https://t.co/Zc8zCsqbXT
39572                                                                                                                          @Apple Would love your opinion on? https://t.co/w52Va1NAzo
39573                                                                                                                                           @DoesitBesttt @Starbucks I’m known 👀 lol
39574                                        @JoeGibbsRacing @IMS @FedEx @mmschocolate @stanleytools @ToyotaRacing Time to prepare the cars so the drivers can d… https://t.co/SM5WpD0w5c
39575                                                                                                                                                           @Apple You the goat Apple
39576                                                                         RT @Reuters: U.S. job openings surge to record high in July https://t.co/FiWBz8vfm1 https://t.co/fifIiEzI4g
39577                                                                                                                                                                  @Apple A Appleseed
39578                                                                                                                   @KayaJones @Nike So ur burning them cheap ass shoes too lmao 😂😂
39579                                                                                  Check out  Russell &amp; Bromley studded hobo 100% leather XL  https://t.co/OPOluoPom6 przez @eBay
39580                                                                                                   @aslomxx @bitcoingold @Visa @Mastercard @Changehero_io BTG rise from dust - HODL!
39581                                                        Check out Childeren Adult Halloween Party Costume Of Jake Pirate for Women Men Girls Boys  https://t.co/ZCAljv9ush via @eBay
39582                                                                                                                 @Reuters I not Hate people I Playing to solve the problem together.
39583                                                                                                                        RT @Joelpatrick1776: Fixed it @Nike. https://t.co/62gTq71nCN
39584                                                           Check out vtg happy sad mid century pumpkin halloween YOZIE MOLD cookie candy jar RARE  https://t.co/knW7zF9fnc via @eBay
39585                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39586                                                                                                                      Check out my listing @eBay - https://t.co/KAlMp2aGA2 via @eBay
39587                                        Check out #GrandeurNoel Victorian #Christmas Village Scene 41 Piece Set with Lighted Houses  #Collectibles https://t.co/qfxzxDn1q6 via @eBay
39588                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39589                                        RT @IPRBen: Have you seen the new @Nike advertisements featuring Colin Kaepernick? We're talking about sports and politics today on #Rivert…
39590                                        RT @CorkAirport: .@CorkAirport welcomes today’s announcement from @Ryanair that the airline is to commence a new Cork route to Malta in Mar…
39591                                        @WalmartCanada @Walmart ... I told her I had to go back to work and if I could speak to the farmacist or someone el… https://t.co/qNIHdBLkqg
39592                                                             Check out Chicago Bulls Starter Jacket Mens L Vintage 1990's Coat NBA Jordan #Starter https://t.co/YcyutxUsmb via @eBay
39593                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39594                                                                   RT @Reuters: China seeks WTO backing for $7 billion sanctions on U.S. over dumping duties https://t.co/SMXoQqj6Q7
39595                                                                                                            @Fuctupmind @Google Ditched Google a while ago ... DuckDuckGo MAGA baby!
39596                                                                                   Check out FLYO Sz L #White #Sweater Casual New W/O Tag $25 Orig $60 https://t.co/DQwYdznQ6W @eBay
39597                                        RT @JayValenz67: Even Fox News Shoots Down Donald Trump's Economy Boast https://t.co/qnkIbC5cas via @Yahoo Trump boasted in a tweet that it…
39598                                         RT @Apple: Join us September 12 at 10 a.m. PDT/1 p.m. EDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates…
39599                                                                                          RT @ASOS: @lilireinhart in the autumn 18 issue of ASOS Magazine ✨ https://t.co/oLjmiM7DUW
39600                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
39601                                                                RT @sydispink: Everyone should be watching this amazing show on @netflix it’s 🔥🔥🔥🔥🔥🔥🔥 https://t.co/hOIHx5A14V
39602                                                                        RT @Reuters: Trump cancels planned November visit to Ireland https://t.co/UjnmeSRdnx https://t.co/ybxT5IvSIP
39603                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39604                                                 Check out #Vintage - 1948 1949 #TRIKAPPA #kappakappakappa - #Indiana #Sorority 14x11 #Photograph  https://t.co/p34OFcnooJ via @eBay
39605                                                                             RT @Apple: @Itz_Chandu Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/Vu1JB8wW3M
39606                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39607                                        RT @Forbes: Not your father’s telco: Communications providers smarten up for digital age https://t.co/mcIe3z4mnP #paid @Oracle https://t.co…
39608                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
39609                                                           Check out FANDANGO #336✰white/yellow Rook♛CHECKMATE 2018  Hot Wheels WW case #HotWheels https://t.co/rz4b2leGY5 via @eBay
39610                                                                                                The Lost Hoard of Alaric by Mr William R Walters https://t.co/Tp3ClZARlQ via @amazon
39611                                                                                                       RT @Chris_short1991: @Tesco @jamieoliver @LidlUK You need a new customer?? 🙄
39612                                        @pprstrtspcmpy @ValueAnalyst1 @oxygenO211 @28delayslater @BMW @Tesla Automakers routinely fly journalists to events… https://t.co/FFOn6VquEm
39613                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
39614                                                                      RT @jenzerr: When you’re on the catwalk at 4 but gotta come down the stairs at 6 @ASOS https://t.co/MuW8iS01EZ
39615                                        @Ryanair my flight FR3019 CIA-CGN was cancelled. I cannot flight on another day so I'd like to hear about your alte… https://t.co/LP6ejr2KXP
39616                                                    RT @Markinsutton: My new @Microsoft @Xbox adaptive controller and @trabasack together. #gamingperfection https://t.co/tyRcbzqHrz
39617                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39618                                                                                                            @Reuters In that court... but the court of public opinion is not swayed!
39619                                                   Check out Personalized Christine Necklace Gold Adjustable Chain Name Necklace  #Stravina #Chain https://t.co/5exVmjnUHk via @eBay
39620                                        RT @Reuters: Trump pays tribute to 9/11 'true heroes' aboard United Flight 93 https://t.co/RF8gkMvhnO via @ReutersTV https://t.co/cFjE8qXu0c
39621                                                                                                                                                         @reeses @amazon The center!
39622                                         RT @Apple: @gabswm Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/K7A4fq1iVE
39623                                                                                                          @Apple Take a look at anil rathod (@anilrathod11): https://t.co/n4h4hMwcZA
39624                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39625                                                                                                                                    He thinks he's throwing away his @Nike hahahaha!
39626                                                                                    Check out Hallmark Disney Winnie The Pooh Waitin On Santa Ornament https://t.co/vFTDx14PKL @eBay
39627                                                                        @Nike this is what believing in something so much you give up everything looks like! https://t.co/Ea2IqIkPdh
39628                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
39629                                           @helene_wpli @amazon @VisualCap @jblefevre60 @SpirosMargaris @MikeQuindazzi @antgrasso @leimer @psb_dc @alvinfoo… https://t.co/NKGKkwDCEQ
39630                                                                                 Check out oklahoma oklahoma since 1907 hat strapback truckes cap  https://t.co/VSjQ6PH9i0 via @eBay
39631                                                         Two @Reuters journalists have been imprisoned in Myanmar for 274 days. Follow updates on the case:… https://t.co/HOLY5iKrYO
39632                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/q2cjqz9h3I
39633                                                                  RT @netflixplsaves1: me watching @CBS ignoring us 😡 #TeamToby #SaveScorpion @CBSTVStudios https://t.co/eSACHrx0ec
39634                                        @OneResister @GoAngelo @Allstate @Progressive @Expedia @GSK @Ford @subaru_usa @IHOP @ProcterGamble Tucker Carlson's… https://t.co/BJWkHma5aj
39635                                                                                                                     @netflix  y’all need to do a movie about Nigeria politics lol .
39636                                        @Tlbjgb888Bryson @1Tequila234 @frozensun11 @JulieChen @CBSBigBrother @CBS Exactly. Sad to say but we know why she's… https://t.co/FYPy0V3C7U
39637                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39638                                                                                William Sonoma Set of 7 100% Cotton Placemats EUC  #WilliamsSonoma https://t.co/toU7TV0zKm via @eBay
39639                                                                                        RT @Reuters: German consumer body to present class action against VW https://t.co/Io8AZlHyi7
39640                                        RT @uclaextension: A former @WritersProgram student talks about writing a romcom for @netflix. #transformationtuesday https://t.co/qOvAlM7A…
39641                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
39642                                                                                                      @Fiona72138909 @AM74726317 @treesarelife2 @netflix @reedhastings You got me 😘
39643                                               happy pre new iphone day to @Apple @ijustine @tim_cook @EveryApplePro @iPhoneinCanada @jennaezarik @iPhonedo… https://t.co/aujcwzeXN8
39644                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
39645                            RT @Conker4buckeye: #ForSale &gt;&gt;&gt;&gt; 24 Peerless Chain Company No.1 Fur-Stretcher https://t.co/jeOZ02gkiV @eBay #ebayvintage #ebayfinds #ebays…
39646                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39647                                                                                               Check out Mighty Beanz #83 Wicked Witch Bean *EUC*  https://t.co/y5qeDuOdqY via @eBay
39648                                                   Check out Master Butter Knife Linear by Reed &amp; Barton Swid Powell Stainless Flatware 6 3/4  https://t.co/WJMFF8JlCI via @eBay
39649                                                                                                                             @WalmartCanada @Walmart Cambridge Fairview Mall Walmart
39650                                                                                                      @Plumbobs @Ryanair Don’t know why you booked with them they are shite @Ryanair
39651                                        RT @JohnDeere: Control at your fingertips. See how the new CommandPRO™ Control can help you maneuver your 6R precisely with one simple move…
39652                                                                                                      hi @hm  - will this ever be coming back into stock? 😍 https://t.co/ZkoUsVpQgn
39653                                                             Check out Schneider XBTGC1100U PV:01 RL:00 SV:1.0 Magelis Controller Panel #Schneider https://t.co/1WogzHcANU via @eBay
39654                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39655                                                                                                             My worst enemy: Tech Debt ☠️ @facebook @londroid https://t.co/9GdvrQVcau
39656                                                                                                                   @reeses @kmtnmomof3 @amazon The first half #NotSorry #sweepstakes
39657                                                                                   @SchuttLisa @Kaepernick7 @Nike Thank you outing yourself as an intolerant racist for me to block.
39658                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39659                                                                   Women indian kurta kurti Long shrug Dress top tees bottom Floral gown new-nk177 https://t.co/gyltAy6TLJ via @eBay
39660                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39661                                                       @BadVoddie @Kaepernick7 @Nike Everyone should understand a lot more about this controversial campaign https://t.co/kMdl100l4a
39662                                                                      RT @jenzerr: When you’re on the catwalk at 4 but gotta come down the stairs at 6 @ASOS https://t.co/MuW8iS01EZ
39663                                        @KayaJones @Nike first of all I'm tired of all ethnicities being blind and not intelligent enough to speak about wh… https://t.co/BQrsbnpFNg
39664                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39665                                            RT @Reuters: Retired hedge fund boss Martin Taylor says he plans to get back in the game https://t.co/FdnryE2ItV https://t.co/8OdIg5kTLi
39666                                                                           RT @Apple: @Arpitburra23 Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/ZAqfEHU094
39667                                                                  RT @Reuters: American model Sophia Hadjipanteli is breaking stereotypes - with her unibrow https://t.co/Kx6FjdUKr2
39668                                                                                                                    @Tesco @jamieoliver He's here now with another pan full of shite
39669                                               @reeses @amazon Both they are best if u mush them up together it's like creamy heaven exploading in your mouth #NotSorry #Sweepstakes
39670                                                                                    @purplerainf @APEntertainment @PopGoMomma @BrunoMars @netflix Shut up! You are idiot! He is not!
39671                                                @Lemonade_Inc That would be amazing! Shoutout to @MunichRe @Allianz @baloise @AXA @MetLife @AvivaInnovation… https://t.co/eI4AYr4V8N
39672                                                @Lemonade_Inc That would be amazing! Shoutout to @MunichRe @Allianz @baloise @AXA @MetLife @AvivaInnovation… https://t.co/eI4AYr4V8N
39673                                                        Check out Famous Ancient Game Chausar Was Played by Shakuni Mama in Mahabharat From India  https://t.co/tO6rXZIZEA via @eBay
39674                                                   RT @Reuters: JUST IN: FEMA director says power in Hurricane Florence-affected areas will be off for weeks https://t.co/OtbBxQPOuF
39675                                                                     Lavish Top 3X Paisley Stretch Knit Tunic Shirt Blouse Women s Plus Size 2X-3X https://t.co/ELh5jUKB0j via @eBay
39676                                                            Check out Fantasy Collectible miniature Pumpkin Stack DollHouse Polymer Clay OOAK Art  https://t.co/cU4jhZBy3x via @eBay
39677                                                                                RT @Reuters: Trump's EPA proposes weaker methane rules for oil and gas wells https://t.co/uLwc6MX6cw
39678                                         RT @JayValenz67: Bob Woodward fires back after Trump calls him a liar: 'The truth will emerge' https://t.co/AHz456VPxT via @Yahoo The Late…
39679                                                                                                                                                          @CrazyDomo @Apple iPhone D
39680                                                         Check out CAMU CAMU - Myrciaria Dubia  Fruit Extract 1000mg  Natural Vitamin C 90 Caps +  https://t.co/yfWf8qweG9 via @eBay
39681                                                     @BurghFan99 @AngstWonton @LouDobbs @replouiegohmert @nytimes @wapo @CNN @MSNBC @ABC @CBS @nbc No truer words were ever written.
39682                                        Love that @Visa is changing the conversation about money. When's the last time you and your friends talked about mo… https://t.co/xX6pv730Ba
39683                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
39684                                                       Check out AYURVEDIC French Green Clay Natural Face Wash  for seborrheic and acne-pore skin  https://t.co/Ypt0dN4sma via @eBay
39685                                                                                                                      Check out my listing @eBay - https://t.co/evHE7Ospo8 via @eBay
39686                                                                                   RT @TomOCrowley: I have a 100% delayed rate with @Ryanair. (Don't talk to me about sample sizes.)
39687                                                                                             #wholesale Lot Of Computer Parts And Electronics #Gadgets https://t.co/RV0A5XN9gj @eBay
39688                                        RT @Apple: @Pika_Tak Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/5qvQeoFu…
39689                                                                                                                                    @McDonalds Hey @Wendys you got something better?
39690                                         RT @afringemagnet: Why are we Australians loaning money to an overseas-based leaner like @exxonmobil which pays no tax here to create jobs…
39691                                           @DrashmanCNN @EpilepsyFdn @netflix @myepilepsystory @TiffanyKairos @TheNotoriousEEG @PedsEpilepsyDoc @KellyGC411… https://t.co/vKKzrP5yGu
39692                                                            @jemelehill how about @Nike pay employees the same no matter what Country they are in.  https://t.co/ivxezVhxfG  #NoHero
39693                                                             Check out J.CREW Sz S Women's Pink Ruffle Sleeveless Tank Top #JCREW #TankTop #Casual https://t.co/OYKr36UE93 via @eBay
39694                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39695                                       RT @rnlynn1958: @mirigh57 @1TechnoBuddy @therealroseanne Thumbs Up 👍 Miri!  @Viacom please see the need you would be filling by adding #Ros…
39696                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
39697                                                                               RT @Apple: @Thakey79 Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/1AvU67uSwF
39698                                                                               RT @Apple: @AiGinnie Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/TtfMarRShD
39699                                        @BurghFan99 @Lissening2u @LouDobbs @replouiegohmert @nytimes @wapo @CNN @MSNBC @ABC @CBS @nbc I see you both as jus… https://t.co/lemB70JerO
39700                                        Tomorrow we will see apple fun going crazy. Specially when @Apple put new technology like #iPhone with wireless cha… https://t.co/60imnlz76H
39701                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39702                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39703                                                                                            Check out our latest rave review on @TripAdvisor! https://t.co/Pt2FQeLRMs #5bubblereview
39704                                                                                       My Day Trip bag https://t.co/bqmbwwrwHq @ASOS @Nike #blogger #lblogger #travel #travelblogger
39705                                        America needs to be the world leader in innovative technology. The New @TMobile will ensure we win the race to nati… https://t.co/ZfA8JeVF0Y
39706                                                                                                                      Check out my listing @eBay - https://t.co/iPvYeRF6bM via @eBay
39707                                                                                                           @dakotawin318 @doggonetags @beckybuck @Nike Pat Tillman was very liberal.
39708                                                        Check out CATHERINE Royal Doulton HN 4304 Figurine Nada Pedley 2000 with BOX #RoyalDoulton https://t.co/SJKN08tbK2 via @eBay
39709                                        RT @Apple: @Sayeedsays Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/jP5ClZ…
39710                                                                                                   It's almost like you're NAZIs @amazon - Remember when the NAZIs banned books too?
39711                                                                          RT @Apple: @subae_haitham Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/D49OdtmZSW
39712                                                                                RT @Reuters: Trump's EPA proposes weaker methane rules for oil and gas wells https://t.co/uLwc6MX6cw
39713                                                                                                                     @MarisaKabas @NellSco @normmacdonald @netflix He is a real jerk
39714                                                                          @Microsoft is redesigning #Skype once again and killing its #Snapchat-like feature https://t.co/OzUDhBnNNR
39715                                                                                                                                                 @McDonalds @Wendys is still better.
39716                                                                                  RT @Reuters: 'Monster' Hurricane Florence to pound U.S. Southeast for days https://t.co/hH1PCZPYV1
39717                                         @Sony Pls can u guys just allow cross platform by now or at least allow Xbox/switch players to link their accounts… https://t.co/R6o2Cm0xyI
39718                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39719                                        RT @keri_seavey: Headed back to @CBS after 3 years! I remember walking around the studio during @AmericanIdol seeing signs for the fairly n…
39720                                        Thank you @seedspot for introducing us to Zach Tahiru from @intel His time with the #PeoriaMET students was benefic… https://t.co/F77jqUsaew
39721                                                                @JustinRose99 @TaylorMadeGolf @adidasGolf @Hublot @Mastercard @ZurichNAnews @MorganStanley @LamkinGrips Brilliant #1
39722                                                                                                                      Check out my listing @eBay - https://t.co/adN0kmD0CS via @eBay
39723                                        RT @keri_seavey: Headed back to @CBS after 3 years! I remember walking around the studio during @AmericanIdol seeing signs for the fairly n…
39724                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39725                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39726                                    RT @Cocoa_Bean10: @SonofLiberty357 @Nike @BreitbartNews Kaepernick’s sacrificing his spot as backup QB vs men &amp; women KNOWINGLY sacrificing…
39727                                                                            RT @angryf: Starting #LostInSpace on @netflix #coloring Grave Danger #comixology https://t.co/qQvmDyYbMF
39728                                                                                         RT @Gillette: Your best never comes easy. Just ask @Shaquemgriffin. https://t.co/tuw4KCrfD8
39729                                                         @eireannkathleen @Spotify @Google Just got the pixel update myself. So i would just wait until Spotify does another update.
39730                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39731                                                   Check out Anker Quick Charge 3.0 Wall 18W USB Charger UK EU US Plug Compatible for LG G4 #Anker https://t.co/AdejHfB7iy via @eBay
39732                                                                 RT @ShowbizSimon: I made this! Kristen Stewart and Chloe Sevigny talk 'Lizzie' https://t.co/66aVqXSg99 via @Reuters
39733                                                                                                     @cbsnews your Tweet was quoted in an article by @Yahoo  https://t.co/fwHw2Y63s6
39734                                        @JimCarrey @Nike been in business for 27 years and without notary from Hollywood. Super established. I'm telling yo… https://t.co/2eYRcuXKvD
39735                                                                                                                               @Nicoxw1 Isn’t that a violation of free speech? @Nike
39736                                         @VZWSupport Thanks for that thorough investigation @verizon. I can rest easy knowing you you looked at your map on… https://t.co/1BW3QDCval
39737                                            ‘Believe survivors. There’s no such thing as the perfect survivor.’ Captions thanks to @jpmorgan @Chase. #MeToo… https://t.co/jKo19TPbkr
39738                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39739                                        RT @Mayerk66893604: @itfansofdepp @Loreal @LOrealParisCAN @LOrealParisUSA @LOrealParisUK @LOrealParisAU @lorealparis @LOrealUSA No more @Lo…
39740                                                 Check out Adidas Track Suit Boys 2 Piece Set Red Orange AG6028 AR105 5R Size 4 and up New #adidas https://t.co/I2WPHoYk4O via @eBay
39741                                        RT @keri_seavey: Headed back to @CBS after 3 years! I remember walking around the studio during @AmericanIdol seeing signs for the fairly n…
39742                                        #RT @Google: @CasanyoKP Hmm. Let's see what we can do to help. Please follow us and let us know when you have so we… https://t.co/RmQHho5uet
39743                                                                                                                                                 @McDonalds @JuliaSantell Thanks car
39744                                                                                                                                                 @pVolkhausen @amazon Classic Amazon
39745                                        RT @Apple: @HugolValentin Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/LtT…
39746                                        RT @keri_seavey: Headed back to @CBS after 3 years! I remember walking around the studio during @AmericanIdol seeing signs for the fairly n…
39747                                                 Check out Keurig 32 Pod K Cup Carousel Rack Holder K-Cup Coffee Storage Spinning Display #ABasics https://t.co/XojsTxpH7M via @eBay
39748                                                                                                                                      @Tesco @jamieoliver Not more turkey twizzlers.
39749                                                                                                                               @ktnago13 @Nike They’ll just be insulated for winter.
39750                                                                                                                   RT @Smarty_Dxpp: No more @Loreal products because of Amber Heard.
39751                                                   Check out 2.935 Ct Certified 100 % Natural Zambian Emerald Oval New loose Gemstone   #Unbranded https://t.co/nPJsJXjo71 via @eBay
39752                                                       If anyone can teach me how to block @GSN in the @Costco break room that would be great. Ok thanks. #CostcoProblems \U{01f92f}
39753                                        RT @MillieCordelia: #gothamdeservesbetter @warnerbrostv @TheDCUniverse @netflix @hulu @TheCW @AmazonStudios @WarnerBrosEnt It's almost unbe…
39754                                        RT @Reuters: Russian President Vladimir Putin and his Chinese counterpart Xi Jinping demonstrated their cooking skills by frying up traditi…
39755                                        RT @keri_seavey: Headed back to @CBS after 3 years! I remember walking around the studio during @AmericanIdol seeing signs for the fairly n…
39756                                                                                                                        @carolzkeefe @dianasilvers13 @netflix That’s not on netflix.
39757                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
39758                                        RT @GoldmanSachs: “Just existing as myself – as an athlete who wears hijab – I’m changing the way people see my community.” - US Olympic fe…
39759                                                                                            @Lenndizzle @Instacart @amazon good pt. momentum is important (i.e. no reason to switch)
39760                                        RT @Reuters: Russian President Vladimir Putin and his Chinese counterpart Xi Jinping demonstrated their cooking skills by frying up traditi…
39761                                                                               @pepsi I CANT FIND ANYMORE CRYSTAL PEPSI AROUND BLUEFIELD VA..!!!!!!!!!!! HELP ME OUT PLEASE PEPSI???
39762                                                Check out Michelle Obama Glossy Magazine Satchel Gold Tone Multi Color Handbag/Wallet Set #Satchel https://t.co/tjZaOgJafj via @eBay
39763                                        RT @BradleyMartyn: . @ATT as the absolutely worst customer service ever. Spent and hr on the line to have them tell me we had to start over…
39764                                            Check out Peck &amp; Peck Weekend Shirt Top S Frayed Applique Floral Womens #PeckPeck #KnitTop #Casual https://t.co/ZTVXUg4MKV via @eBay
39765                                                            Check out FOSTER GRANT SOLAR SHIELD CLIP-ON POLARIZED SUNGLASSES 54 REC B #SOLARSHIELD https://t.co/4Lj88xDQkY via @eBay
39766                                        RT @LinfieldCollege: A study abroad opportunity at Linfield provided the inspiration for a career in tech for alumna and @intel senior vice…
39767                                        RT @ninsthewriter: A Risky Christmas Affair (Nina Romano's Christmas Book 1) by Nina Romano https://t.co/wd2htq1xU3 via @amazon 5 STARS #RE…
39768                                                                                           R.I.P Disney infinity I hope @Disney and @AvalancheSweden brings it back to life with 4.0
39769                                        RT @AmyIconBridal: When you still haven’t got your refund from @Ryanair from a cancelled flight a year ago tomorrow #allabouttheirprofits #…
39770                                        RT @JohnLegere: Now that’s how you do a @TMobile #magenta moment!!  Congrats to everyone in the @FallonTonight audience!! https://t.co/L1mR…
39771                                                                                                                 @amazon physically ran out of copies of the Bob Woodward book today
39772                                                    Hey @amazon thanks to you partners over at the us postal service someone else has my iPhone 6s instead of them team up with @UPS
39773                                        RT @IntrigoSys: Excited to hear @HansThalbauer’s keynote about intelligent digital supply chains! @SAP @EP_NASCES #NASCES18 https://t.co/If…
39774                                                            RT @Reuters: Smithfield Foods to shut world's largest hog plant in North Carolina ahead of storm https://t.co/YgZa6QEccV
39775                                                                                                                                                              @Apple can’t wait 🤙🏻
39776                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
39777                                           RT @McDonalds: Colder than cold brew — it’s the new McCafé Frozen Cold Brew Frappe. Now for just $.01 with a purchase of a M or L McCafé.
39778                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
39779                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
39780                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39781                                                        Check out LA Galaxy David Beckham 23 Adidas Jersey Men's Short Sleeve t-shirt Used #adidas https://t.co/R67EjfOYZB via @eBay
39782                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39783                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39784                                                 Check out 1993 Looney Tunes Mania Necktie Red Plaid Bugs Bunny Donald Duck Porky Pig EUC #NeckTie https://t.co/kkIam5Q7LP via @eBay
39785                                                                                                                                                                     @Google Nice 👍
39786                                                                                               @jeremygibson54 @baalter @Nike @Kaepernick7 @UnderArmour UA makes fantastic products.
39787                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
39788                                        RT @rachelka33: Listen............. #GothamDeservesBetter than this........... Please #savegotham! @warnerbrostv @netflix @TheDCUniverse @T…
39789                                                Check out Caribbean Joe Women Knit Shirt Petite PS Aqua Lime Tropical Stretch 3/4 Slv NWT #Knittop https://t.co/DjbAqkwEXm via @eBay
39790                                                   RT @Reuters: JUST IN: FEMA director says power in Hurricane Florence-affected areas will be off for weeks https://t.co/OtbBxQPOuF
39791                                                                                                            @ItssKerm @playboicarti @Nike @footlocker Listen to Mileage by him dummy
39792                                                   RT @Reuters: JUST IN: FEMA director says power in Hurricane Florence-affected areas will be off for weeks https://t.co/OtbBxQPOuF
39793                                                                                                                                    @jessilaine95 @Starbucks Already on a drone 😉😉
39794                                                                                                   Check out Hot Wheels HALO Covenant Ghost Mattel NEW https://t.co/SWdDRgH5N2 @eBay
39795                                        Made $111 today papertrading. Shout out to @amazon making their business worth one trillion. Some of these are my a… https://t.co/Y3wvzJ0yDu
39796                                                            Check out Antique Kerosene Oil Footed Hand Lamp Square Concave Base Queen Anne Burner  https://t.co/FhmtKoGhQX via @eBay
39797                                                                          Check out [7 Diamonds] Floral Long Sleeve Button Down Top Juniors Women SZ S https://t.co/GqqfYIllP1 @eBay
39798                                        @nads_valentine @netflix A better analogy would be Sony and Ghostbusters. That film existed to solely have the rema… https://t.co/XCsQxeKELI
39799                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39800                                                              RT @ALAMODE_YIXING: @LAY_zhang_ @Apple @JUUN_J P3 Shirt in GOSHA RUBCHINSKY 2018FW @LAY_zhang_ https://t.co/kWs1Yp90DE
39801                                                            Via @Reuters: Trump cites 'American defiance' in 9/11 tribute to victims https://t.co/Mx3Yc0fyXY https://t.co/aDBD6L2ym2
39802                                    RT @Dr_Joe_Sanders: @JudgeJeanine youre consistently a useful idiot Scarborough @CNN @ABC @CBS @NBC you lunatics manipulated lied &amp; omitted…
39803                                                                                                                             @rosiexmongeau @JeffreeStar @McDonalds Omg that’s crazy
39804                                                                                                                      Check out my listing @eBay - https://t.co/4IGFg5dprr via @eBay
39805                                                                                                                @JeffreeStar @McDonalds What kinda blasphemy is that?! ABORT MISSION
39806                                                                      Check out MARILYN MONROE for Sexy Hair  - 2014 Magazine Print Ad Clipping    https://t.co/EtgKzdzgkJ via @eBay
39807                                                                                      @Google you and your employee are cowards and full of bullshit. \U{01f92e}\U{01f92e}\U{01f92e}
39808                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
39809                                                                                           @JeffreeStar @McDonalds @autumn_skinner we can't go cause you need ranch to dip your nugs
39810                                                         Check out Genesis Self Titled Vinyl LP Atlantic Record R 163383 Classical Album Vintage   https://t.co/oaOSwQ5qqD via @eBay
39811                                                                                                                 @AlanRoo40 @PlayStation @Sony 2 games ? I have 5 game for september
39812                                                                                                                                           @mflynnJR @Google @DuckDuckGo You do that
39813                                                     RT @Reuters: Trump wins dismissal of 'inciting to riot' lawsuit over 2016 rally https://t.co/ohR3ujMYV1 https://t.co/DVhXlFoBX8
39814                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
39815                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39816                                         @Apple For the next update give people the option on when their text message sends. That way if you have a friends… https://t.co/Tbu5MG9M78
39817                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
39818                                                                                                                                                          @Reuters @ReutersTV uh oh.
39819                                        I buy these at @Walmart and add cut up chicken breasts...as a single I get a few meals that taste homemade...I love… https://t.co/Mz0ML9q5uS
39820                                            @netflix Please honour her bday wish! It would show that you do still care about your fans and your customers..… https://t.co/AB6SRXDNUx
39821                                                                                                                                                          @Reuters Great job Ireland
39822                                           RT @BethPaintings: Check out Genuine Alligator Tooth  Genuine leather cord Necklace Swamp People Gator  https://t.co/b8xmTlGffe via @eBay
39823                                                                                                                               @GOPLeader @Google Is Sergey Brin a Russian oligarch?
39824                                            Apple will announce their Apple Watch 4 tomorrow. WE will be launching the weedWatch. #LegalizeIt @Apple #Apple… https://t.co/qzuJ4g3FhW
39825                                                                                           do it for tony @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
39826                                        @amazon I don’t think youd like your customers dealing with people like this through you! FUNKY KAWAII USA is deali… https://t.co/5sQS1C5qqJ
39827                                                                           RT @Shell: Are rocks like carrots? 🥕 The answer lies in good stew #makethefuture https://t.co/20lKzMVuhE
39828                                                  Check out Black Plated Simulated Red Ruby OR Blue Sapphire Fashion Ring Size 8  #Friendshiprings https://t.co/I4XXueHS3o via @eBay
39829                                        @JeninCanada @TwiTati @JustinTrudeau @Microsoft Doug is getting it done. It’s this asshole who is killing nafta whi… https://t.co/K2hkgB8b5g
39830                                                                                 RT @Reuters: U.N. chief pushes for protection of civilians in Syria's Idlib https://t.co/lV6rs6niMl
39831                                                           Check out RARE! TY Beanie Babies Chinese Zodiac Year of the Ox  - MWMTs! Retired!   #Ty https://t.co/thGhWmJZPd via @eBay
39832                                                         Check out WInter Soldier Sketch Cover by @artofmetalhand Avengers Marvel Comics #comics   https://t.co/cCBQAJTIyc via @eBay
39833                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
39834                                                      Check out 1980-81 Michel Goulet OPC Rookie Card Quebec Nordiques HOF #67 NM #QuebecNordiques https://t.co/fveGIH8xZU via @eBay
39835                                                       Check out Bvlgari Vintage Doppio Ring Pink Tourmaline Peridot 18K Yellow Gold 6.25 Bulgari  https://t.co/dY2yZhUF4V via @eBay
39836                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
39837                                                                                                           RT @Jamesmiltonray: @Cernovich Yeah. @amazon did. https://t.co/xRNdyzvEsa
39838                                                                                                                           @Apple @BigWhyte713 this may be telling us something good
39839                                                    Check out Samsung Galaxy S4 SCH-1545 Verizon WHITE 16GB Android Smartphone Cellphone  #Samsung https://t.co/cQ2NQrlKVl via @eBay
39840                                                                                          RT @ASOS: @lilireinhart in the autumn 18 issue of ASOS Magazine ✨ https://t.co/oLjmiM7DUW
39841                                                                                                             @expensify @WellsFargo What’s the typical turnaround in email response?
39842                                                                            So hyped for the @Apple press conference tmrw hope to see a newer Iphone x so i can blow my money on it.
39843                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
39844                                         @Dkayleee @Apple @SamsungMobile My camera works whatever the hell it wants to. It just goes to a black screen. And… https://t.co/1lQZTnh4uT
39845                                                       Check out Ketoconazol 2% Topical Cream Use Skin Treatment Fungal For Fungus Kimiceg 2 PACK  https://t.co/5EMjQjo033 via @eBay
39846                                                Check out OLD NAVY Relaxed Women's Tee Sz Med Long Sleeve V-Neck T-Shirt Top Cotton 🎈NEW #OldNavy https://t.co/IbylePnraC via @eBay
39847                                                                                                                                               @GOPLeader @DineshDSouza @Google Good
39848                                                       Check out Friendship Bracelet Women Junior Girls Inspirational Adjustable Green Blue Brown  https://t.co/EBI2TUmPkP via @eBay
39849                                        @ladylms32 @jenowens71 @ABC @NFL @Nike Completely agree. I am NOT blaming the players. I am saying they can use the… https://t.co/73pqj6KOZ5
39850                                        @CBS @CBSBigBrother @NCISLA @HawaiiFive0CBS @60Minutes Stop FOOLS BALL. You don't want your children growing up wit… https://t.co/eqdssuWR3E
39851                                                                                                           @reeses @amazon #NotSorry #Sweepstakes I think it would be the right side
39852                                                    Check out Microsoft Xbox One S 500GB White Console with cords controller  #Microsoft #XboxOneS https://t.co/brNe31sVYS via @eBay
39853                                        @catoletters @DrMarkThornton @amazon Skyscrapers above 40 or 50 floors make no sense financially in a truly free ma… https://t.co/EkHNnyEwo0
39854                                                                                 RT @Reuters: U.N. chief pushes for protection of civilians in Syria's Idlib https://t.co/lV6rs6niMl
39855                                                                                                                     @Burberry how can I get these in a US13 https://t.co/kh0G1U3A1t
39856                                                .@jencrozier of @IBM has long been focused on leveraging talent and technology to further social impact. At… https://t.co/PnxL4DFucN
39857                                                                RT @tag6311: Check out Ambercrombie &amp; fitch Junior's Crop Sweater Pull Over Size S https://t.co/Fp4oJa9Dqv @eBay
39858                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
39859                                                                Utah's Greatest Wonders: A Photographic Journey of the Five National Parks by... https://t.co/uyX5Sd8Nu6 via @amazon
39860                                                                      @WhiteHouse @realDonaldTrump @FLOTUS What real sacrifice is all about @Nike. Not kneeling on a football field.
39861                                                                @KISS985BUFFALO @whydontwemusic @latelateshow @JKCorden @CBS @anthonykissdj HECK YEAH!!! LOOK AT THOSE HANDSOME BOYS
39862                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39863                                                                                                   Just switch to @TMobile our customer service is the best ☺️☺️☺️☺️ right @JohnLegere ?
39864                                                                                          Cannot wait for the @Apple event tomorrow! I’m such a nerd for new technology. #AppleEvent
39865                                        RT @Apple: @lisaparker15471 Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/O…
39866                                                                                                      @amazon Does anyone ever win at the #MysteryGiveaway ? https://t.co/HjcJxJqn8n
39867                                                                        RT @FDS_NaturallyMe: THE WIZARD'S ESTATE book one LET THE GAMES BEGIN https://t.co/suVgQjOF0E... via @amazon
39868                                         RT @JayValenz67: Critics are calling Melania Trump's Sept. 11 tribute 'narcissistic.' Here's why. https://t.co/RFMh6m4dMQ via @Yahoo Sept.…
39869                                                               Royal Albert Gossamer Pink Bone China Tea &amp; Dessert Trio - England #RoyalAlbert https://t.co/jkSQTbUMkU via @eBay
39870                                                                                                                                         @Tymut_26 @NFL @FedEx Against the Browns...
39871                                                                                                                                             @abbbbbbagalllle w @McDonalds Diet Coke
39872                                                                                                                                                     @GOPLeader @Google THANK YOU!!!
39873                                         RT @ninsthewriter: A Risky Christmas Affair (Nina Romano's Christmas Book 1) by Nina Romano https://t.co/FkShNXDn6r via @amazon  #Mystery!…
39874                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39875                                                                               @danny_bahr @SpoaSteph @GOPLeader @Google Great. Don't use it. No reason for government to intervene.
39876                                        RT @Reuters: Exclusive: Trump to target foreign meddling in U.S. elections with sanctions order - sources https://t.co/jE7UOkI4Zo https://t…
39877                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39878                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39879                                        It blows my mind how horrible the customer service is at @FedEx. My package was rescheduled for delivery 6 times. I… https://t.co/tSktcCtip6
39880                                                        Check out FLY PAN AM AIRLINES SKI LIFTER GROUND DAMAGE HURTS METAL BUTTON AD SET MIX LOT   https://t.co/NUhFQ1gt5o via @eBay
39881                                        RT @McDonalds: UNLIMITED. FREE. DELIVERY from McDonald’s (9.24 – 9.30). The deets? Order #McDelivery using promo code McDeliveryPassSept on…
39882                                                          Check out Captain America #700 NM UNREAD Fried Pie Comic Con III variant BAGGED BOARDED  https://t.co/7uFceRhEJy via @eBay
39883                                              RT @dylan_pink6: Check out NWT!brand name Karen Scott short sleeve peach color top plus size(1XL)was:40$ https://t.co/AKWiUo3QxP @eBay
39884                                                                                               Nature is the Future #environment #tshirt #nature https://t.co/g5jRmI4YmS via @amazon
39885                                        @Apple Expect a significant amount of former innovators and early adopters to purchase at least one of the new iPho… https://t.co/7HHUpDhlm9
39886                                                          @nextofficial hi could you please tell me if you’ll get more stock of the kids shark dressing gown (193-571) in 12-18mths?
39887                                                                                                                                                                         @Apple Stop
39888                                                           Check out AMARI COOPER MELVIN GORDON 2015 National Treasures non-autograph PATCH 20/25  https://t.co/w0XSbYyRnl via @eBay
39889                                                                                                                                           @wowubzykook @serendipptae @facebook FLOP
39890                                                                                                                                        @ussoccer_mnt @ATT 8:30? 9:00? Ok when is it
39891                                        @RevAndoNC @Russ_McCloud @Nike @MerriamWebster Whoa did I just win. Ohh man victory taste so good. This is all I wa… https://t.co/p5IStxEWBh
39892                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
39893                                                                                                                      Check out my listing @eBay - https://t.co/HpMHCTF29B via @eBay
39894                                                                                                                                           @Reuters What??? What are we doing here??
39895                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39896                                                                                                                     @krys_lucienne @JeffreeStar @McDonalds DAMN FUCKING RIGHT IT IS
39897                                RT @eBlue2044: $INND - latest news &amp;  @Walmart marketing the latest hearing AID!!! This can change the hearing aid arena &amp; affordability fo…
39898                                RT @eBlue2044: $INND - latest news &amp;  @Walmart marketing the latest hearing AID!!! This can change the hearing aid arena &amp; affordability fo…
39899                                         @amazon Your chat is useless. I’m trying to figure out why my package shipped on 8/24 and I still haven’t received… https://t.co/tcaMjcQQgI
39900                                                          Check out  Vintage Signed Crown TRIFARI Leaves On A Branch BROOCH Pin  #Trifari #Vintage https://t.co/unN9afD7Op via @eBay
39901                                                                                                                 @blakelively Who has @blakelively @Google stalked? @VancityReynolds
39902                                                                                        Mankind The Story of All of Us Prime Video ~ Josh Brolin https://t.co/tZOUzNqBCJ via @amazon
39903                                     RT @BearsOutreach: Time is running out! Download the free @ChicagoBears Official App brought to you by @verizon &amp; bid on an incredible VIP…
39904                                                                    RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/hEaYP8pkbN
39905                                        @Kenfucius66 @Nike @Kaepernick7 Ok so what makes his donations wasteful and yours not wasteful. Donating to chariti… https://t.co/PMyEfrngLy
39906                                                                               Check out Krups 10 Cups Replacement Coffee Maker Glass Carafe Grey  https://t.co/p8KWAOosWO via @eBay
39907                                                                               Check out Vintage 1970s Michaele Vollbracht Silk Dog Caftan #Caftan https://t.co/yl876xUU0F via @eBay
39908                                        @PHIJohnnyP @StillShilling @mikeroweworks @Nike @Kaepernick7 You continue to believe that lie from the pits of hell… https://t.co/JkfYlWFVOL
39909                                                                                                                                                 @GOPLeader @Google Citizens United.
39910                                        New @BoydenSearch Industry #Insights: Aiming for the Top in #China - @Nissan is determined to become a top three ca… https://t.co/n7JAbfhZP5
39911                                        RT @ArtistBurns: My digital sketch of @Flightsuit_Tim so far.  I’m loving what I’m able to achieve with @Adobe Sketch.  I’m equally happy t…
39912                                        The double benefit to Geoffrey Owens landing acting roles on @OWNTV (#HAHN) and @CBS (#NCISNOLA) is seeing the good… https://t.co/leNVmHJiba
39913                                        @MarkMe60 @Reuters If it was obama doing the negotiations wouldn’t you think this headline would be worded differen… https://t.co/9VCteMiZvM
39914                                                                                 RT @Reuters: 'Monster' Hurricane Florence to pummel U.S. Southeast for days https://t.co/5Rmls7j0NI
39915                                                              RT @ALAMODE_YIXING: @LAY_zhang_ @Apple @JUUN_J P3 Shirt in GOSHA RUBCHINSKY 2018FW @LAY_zhang_ https://t.co/kWs1Yp90DE
39916                                        RT @DCol_CompSci: We (@DubaiCollege) are are honoured to be the first outside guests to visit @facebook new Boston offices! Wow! We love th…
39917                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39918                                                        Check out Fall Thanksgiving Wall Hanging Home Decor Scarecrow Pumpkins Holiday Decoration  https://t.co/9L3IburZsY via @eBay
39919                                                    @GOPLeader @Google Google does not owe you anything! What are you saying? Are you threatening a company bc they have an opinion?
39920                                                                                                                                    @ussoccer_mnt @ATT Come on...lets do this!🇺🇸🇺🇸🇺🇸
39921                                                                  Check out Aaron Judge 26 Card Lot 2018 Topps Donruss New York Yankees Retail Inserts https://t.co/xPPmFKnzZs @eBay
39922                                                              Check out Mike Trout 26 Card Insert Lot 2013-2018 Topps Gypsy Queen Topps Anaheim Angels https://t.co/Q7NGhtaC2x @eBay
39923                                             Check out Denim Jean Vest Embellished Rhinestones Sleeveless Top Womens Size XL Green NWOT  https://t.co/2xZTtFYofr via @eBay #PlusSize
39924                                                                                           Check out BARBECUE WITH BEARD OUTDOOR RECIPES COOKBOOK  https://t.co/Vqomf83tl9 via @eBay
39925                                                              Check out JAPAN WWII Military cover PHILIPPINES GAKI 6554th force CANGIPOT to JAPAN  https://t.co/rVuCPEQ1Bd via @eBay
39926                                    RT @Nataliew1020: Hi @satyanadella my husband works for @Microsoft and we enjoyed reading about your son! Our daughter is disabled &amp; my hus…
39927                                        RT @stumblingstudio: @Reuters Because they have 10 million less in funding to aid in recovery. Please remember this when voting in mid term…
39928                                                  RT @EMGraphicsEbay: Check out Peter Goes to School HC Wanda Rogers House 1953 Wonder Books #600  https://t.co/LYq3aHJxA8 via @eBay
39929                                                                                                                                   @McDonalds One dollar diabetes. God bless America
39930                                                                             What’s not to love?  @Esai_Morales @HispanicArts #hustle @FeroxStrategies @Ford https://t.co/pUCLmcIx3s
39931                                                                                                                           @JeffreeStar @McDonalds We literally have notning here 😭
39932                                        RT @PaulMcCartney: New Shows added! @AmericanExpress Card Members can get #AmexPresale tickets now thru 9/13 to see Paul’s #FreshenUpTour i…
39933                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39934                                                                    Check out JOHNSON PUMP TWIN PORT 750 GPH LIVEWELL AERATING PUMP - 12V #Johnson https://t.co/vqt6VgvBFt via @eBay
39935                                                       Check out TAILORBYRD Collection Long Sleeve Button Down Contrast Cuffs/Collar Shirt Size L  https://t.co/qru0sdB1rv via @eBay
39936                                        RT @MorganStanley: Morgan Stanley’s Chief U.S. Economist says U.S. GDP growth will likely hit 3.0% in 2018. Will 2019 be a repeat performan…
39937                                                        Just saw this on Amazon: Godinger Large Coffee Mug Glass Double Wall Insu... by Godinger https://t.co/xb1O7JYgNy via @amazon
39938                                                                                                        Check out Green Army Men Toy Soldier Bookends  https://t.co/IlnNeldT7F @eBay
39939                                                   RT @Reuters: JUST IN: FEMA director says power in Hurricane Florence-affected areas will be off for weeks https://t.co/OtbBxQPOuF
39940                                                           RT @midler_helen: Check out Four High Heel Charms  for a bracelet or necklace Enameled  https://t.co/vn6CduUay2 via @eBay
39941                                        @TomTwoTimes @tamiejoeckel @ABC @NFL @Nike @NRA Two punk kids? Really how about two kids who don’t value human life… https://t.co/lOMhcmYRku
39942                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39943                                        RT @JohnOberg: @McDonalds How about finding some compassion by ending the worst practices of abuse that chickens have to endure for your Mc…
39944                                                                                                           @JimCarrey @Nike Im following you because you stand for those who kneel😉
39945                                                   RT @whytewing: RALPH LAUREN 3 Piece WHITE Daschund Weiner Doxie Dog SHEET SET Twin 100% Cotton  https://t.co/b86UkVYb7x via @eBay
39946                                        @mikeroweworks @Nike Sick that you decided to use this tragedy and try to further divide. This man is a hero. We li… https://t.co/xjaxx8kI2b
39947                                                           @tonyschwartz Try some other sources. I find I don’t need @amazon. Try https://t.co/itaUvlmbJr I’m sure there are others.
39948                                                                     @ShaneTHazel @DRUDGE_REPORT @Nike So blacks getting shot by police is making Nike a pile of money. Nicely done.
39949                                                        Check out Kenneth Cole Reaction Straight Leg Stretch Men's Black  Jeans Size 36x30 $59.50  https://t.co/3u4q9QtThX via @eBay
39950                                                                                                @reeses @amazon I keep reese's in my pocket like Napoleon Dynamite kept his tots! 😂
39951                                                                                               Great experience for our school! Thank you @ATT and @Target  for partnering with us!!
39952                                        @norman_alvin @Reuters The tariffs correct the $375B trade deficit(2017 figures)we have with China due to bad deals… https://t.co/uuAjPh04jM
39953                                        @LittlestWinslow @netflix It's funny you say that.  I'm in metro DC.  There used to be a distribution center very c… https://t.co/JOpdy7bnyF
39954                                                                                RT @Apple: @chhatol Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/tV6UvDVZUx
39955                                                                                         @MeganMullally @Nick_Offerman @DuttonBooks @BNBuzz @amazon Lovely! &lt;3 #RelationshipGoals
39956                                                          RT @CriticThomas: Guys I seriously CANNOT WAIT to play fortnite on my new BoCo iPad made by @Apple https://t.co/UVf5uzJlXV
39957                                                                                                  I’m selling my IPad: Check out ipad air 2 128gb wifi https://t.co/R8Bn1HKoNU @eBay
39958                                                                                                                     @kweleserrell @Apple Liiiiit Congrats Kwe! Friday celebration🎉
39959                                        @filmgatereviews @Variety @netflix Take a hike Anne. His comments were in poor taste. But Netflix isn’t going to ca… https://t.co/0v2hkUJTpQ
39960                                        @verizon I'm planning to come and picket some of your stores since you have cost me my livelihood and don't even ca… https://t.co/MClwcECZXY
39961                                                    Adulting means giving up your @Starbucks addiction so you can afford “responsible things” like bills. #RIPSTARBUCKS #iwillmissus
39962                                        RT @Reuters: The Runway of Dreams Foundation aims to fully include people with disabilities at New York Fashion Week https://t.co/iSGSjd8doz
39963                                                                                                              @EllieBaby79 @Starbucks Hmm...sounds like I have a present for you! 😘
39964                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
39965                                                                                                                                                       @alhussain_ali @Apple Backup?
39966                                                                                                           @THR @netflix and i wont be renewing my membership #MeToo #BoycottNetflix
39967                                                                                                                                                               @Apple Awesome thanks
39968                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39969                                        @TomTwoTimes @tamiejoeckel @ABC @NFL @Nike @NRA People fear blacks because of the overwhelming amount of crimes com… https://t.co/0v26AQN6Wb
39970                          RT @alexx2698: I honestly look forward to Tuesday’s cause of #TMobileTuesdays 😅 oh &amp; Taco Tuesdays of course \U{01f92a} @TMobile https://t.co/5ScWrv…
39971                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39972                                        RT @dullman_nonnie: @LATiffani1 @dawntodusk7 @Nike Nike's shoe plantation on display Where are the Libs the socialists who condemn capitali…
39973                                        RT @loretta_stiles: @flipartist @O_IrishT @IWillRedPillU @powerglobalus @CBS I for 1 believe Cosby was set up a long time ago by Deep State…
39974                                                            Who's got your vote? Deliver your pick for the @FedEx #AirandGround @NFL Players of the Week on… https://t.co/r4pCD6ZkxF
39975                                         @TomTwoTimes @tamiejoeckel @ABC @NFL @Nike @NRA But don't do anything stupid. The cops play odds here too and they… https://t.co/lJDNRWVntc
39976                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
39977                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39978                                                         RT @Reuters: ICYMI: Bolivia's peaks offer costumed paragliders astonishing views during competition https://t.co/2e0SypYyhR
39979                                        RT @netflix: Love that @DavidKHarbour took a cue from his @Stranger_Things character and brought coffee to some hard-working officers! http…
39980                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
39981                                        RT @NestleWatersHQ: The #NaturALLBottleAlliance welcomes @Pepsico on our journey to 100% bioPET. @Danone @Nestle @OriginMaterials #Plastics…
39982                                        RT @sap4good: Are you traveling to Social Enterprise World Forum @_sewf? Send us pix from your journey! Bonus points if it includes @SAP #T…
39983                                                  Check out *EXC+++* ASAHI PENTAX 6x7 67 67II Eyepiece Magnifier with Case From Japan #560 #PENTAX https://t.co/5PKZQeOtjV via @eBay
39984                                        @reeses @amazon My kids love them we have them at least 4x a week for dessert not counting the ones they have for g… https://t.co/Bj9YNwz6Jc
39985                                                                                                                                                           @THR @netflix They better
39986                                        Hey @dish a friendly reminder. If you and @CBS can’t figure out a deal by the time the new season of @CrimMinds_CBS… https://t.co/2B8Vhm2lkl
39987                                              RT @Reuters: Wall Street regulators take multiple actions against cryptocurrency firms https://t.co/1UY9Nstk0Z https://t.co/3ahvwMvpZB
39988                                         @candirenee74 @TuckerCarlson @amazon @JeffBezos Every Hundred G I had brought in 8g a year at one time. the decade… https://t.co/07rDWWnftN
39989                                                            @TomTwoTimes @tamiejoeckel @ABC @NFL @Nike @NRA Dude..FBI statistics prove you’re wrong. Or do you mistrust those facts?
39990                                                                                                         @tamiejoeckel @ABC @NFL @Nike These kids need jail. There fixed it for you.
39991                                           RT @TaraLSamples: This is so ridiculous. Have you seen this @shaunking @jamalhbryant @KingJames @Nike @ninaturner https://t.co/EYMGy7kWah
39992                                                                                                                                 How do you pitch the next genius idea to @Google ??
39993                                                                                                                                           @marshal_fanatic @Ford @starwars Thanks!!
39994                                                   Check out Huskey Liner Mud Guards  58101 59101 Front &amp; Rear Jeep Grand Cherokee 2011-14 no  https://t.co/IwCS7khcON via @eBay
39995                                        @Nike I appreciate everything you are doing for the athletes and thank you for taking a stand....and standing up fo… https://t.co/2MI7B5c77s
39996                                                                                                                              @Netflix_CA @netflix You need to cancel this show!! 💀
39997                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
39998                                                                 KITTY CAT PEN gold plated blue crystal eyes miniature no ink display parts 1950s  https://t.co/FtUq6K0oXt via @eBay
39999                                        RT @Reuters: The Runway of Dreams Foundation aims to fully include people with disabilities at New York Fashion Week https://t.co/iSGSjd8doz
40000                                        @richturn_ms @rojepp @Microsoft So with WSL since I'm guessing git in *nix would be using it's default and git on W… https://t.co/QMwZ6xOtqf
40001                                        RT @TarynTeutsch: Are you listening @Disney? @AETV? There is no excuse for domestic violence #FireMikeRinder #Justice4Mom https://t.co/WjxB…
40002                                                                                                                                        @NathanHamill @McDonalds @Wendys That sucks.
40003                                                         Stand with @RepMaxineWaters: Shut down criminal megabanks like @WellsFargo https://t.co/Jk1V4mMmHC via @CREDOMobile #resist
40004                                         RT @UNICEF: World hunger is on the rise - and it's being fueled by climate change and conflict. #SOFI2018 @Reuters: https://t.co/SM4XDRfWxU
40005                                                                                     Check out 2018 topps archives wil myers # 179 #SanDiegoPadres https://t.co/Jq9fe2cUFC via @eBay
40006                                                    Check out Men's Nautica Black Polyester Blend 2 Button Sport Coat Size 44L #Nautica #TwoButton https://t.co/q7MyP3kFdN via @eBay
40007                                                                               RT @Apple: Join us today at 6:00 pm to watch the #AppleEvent live on Twitter. https://t.co/pG2oWav3Nc
40008                                        @wingod @JerryBrownGov @generalelectric @japantimes @fukushima_actu My friends live there. The water is undrinkable… https://t.co/Df1JrzH0od
40009                                        RT @smithmarion: Ask @Google why they prefer to assist the censorship state of totalitarian China while they object to working on US defens…
40010                                        @TomTwoTimes @tamiejoeckel @ABC @NFL @Nike @NRA that is B.S. get real...do some research...you call being pulled ov… https://t.co/E1LCm4QXXZ
40011                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
40012                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40013                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/XY12N3ew7G
40014                                        RT @ygkanani: all tweets from @Apple just vanished just day before the big launch! #AppleEvent #iPhoneXS  @EveryApplePro @MacRumors @9to5ma…
40015                                                                                      RT @captain_quiet: Watching the Emperor’s new groove thanks @netflix for adding it back 😊🤘🏼
40016                                             RT @netflix: I worried Sierra Burgess is a Loser was going to end the instant her text to Jamey turned green... https://t.co/hRCsX1QSGk
40017                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
40018                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40019                                                                    RT @Apple: Join us on 13 September at 1 am MYT to watch the #AppleEvent live on Twitter. https://t.co/mHVP54Z3Rn
40020                                              RT @Reuters: Wall Street regulators take multiple actions against cryptocurrency firms https://t.co/1UY9Nstk0Z https://t.co/3ahvwMvpZB
40021                                                    @Reuters @DeptofDefense @jbrennan @GeneralJohnK @SEAC_Troxell @ChiefPentSpox @jeffsessions @PutinRF_Eng… https://t.co/SCR8Kv32F8
40022                                             Check out Star Wars Trivial Pursuit Classic Trilogy Collectors Edition https://t.co/NpO71QyWDI @eBay #StarWars… https://t.co/nCtYxfV0Px
40023                                                   Check out EYE KONIC - Women Retro Metal Frame Blue Mirrored Aviator Sunglasses - NWT  #EyeKonic https://t.co/tqj7kwY4xU via @eBay
40024                                            @TomTwoTimes @tamiejoeckel @ABC @NFL @Nike @NRA An entirely different reason why.  Not even a comparable topic.  https://t.co/GfiwbeeCiQ
40025                                                    RT @Reuters: U.S. warns Iran it will respond to attacks by Tehran allies in Iraq https://t.co/lQrk507Ium https://t.co/as7TXT4ln1
40026                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
40027                                        RT @Interbrand: Global Chief Growth Officer @GonzaloBrujo reveals how a new visual identity has equipped @bancosantander to become the fina…
40028                                                                            RT @Apple: Join us today at 9 p.m. GST to watch the #AppleEvent live on Twitter. https://t.co/PeESdlhELu
40029                                                                                                                                                                       @Apple Accept
40030                                                                                                                         @reeses @amazon Reeses peanut butter cups yummy in my tummy
40031                                     @TomTwoTimes @tamiejoeckel @ABC @NFL @Nike @NRA Since 1956 there have been &lt; 600 kids killed in school shootings. L… https://t.co/j7KxT1Q1jk
40032                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
40033                                        @Kaepernick7 @Nike Up yours.  You never sacrificed shit.  My brothers and sisters in arms did.  You are just a quit… https://t.co/G3lK4m7Jib
40034                                                                                                                                              @egg1111115 @Apple Whoa ok news to me!
40035                                                                                     African Woman Earrings | Ethnic Wooden Earrings Ngozi-Grace https://t.co/n8AXheJCNL via @amazon
40036                                         @Sora4Smash1 @Sora_Sakurai @Disney @DisneyInteract @Nintendo @NintendoAmerica @SquareEnix @SquareEnixUSA never say… https://t.co/XHleVxUgIW
40037                                        RT @_ItsSavannah_: Wow... @Apple told me that my phone was backed up and everything was saved... so they wiped my phone clean before giving…
40038                                                       Check out Antique Opal Glass Cased w/ Burgundy Victorian Hanging Oil Lamp Smoke Bell Shade  https://t.co/yHk6r27EI9 via @eBay
40039                                                                                                                      Check out my listing @eBay - https://t.co/ucUbJOawvE via @eBay
40040                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
40041                                                                                                                         @robert_sargent @Apple Group FaceTime already got announced
40042                                        RT @Apple: @SniperXSwagg Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/c8Hp…
40043                                                                                                                                @TomTwoTimes @tamiejoeckel @ABC @NFL @Nike @NRA Stfu
40044                                        RT @appleinsider: Kuo: @Apple unlikely to integrate rear-facing #TrueDepth camera in 2019 iPhone https://t.co/UXlkiredb1 https://t.co/S1cOm…
40045                                       RT @Cisco: Did you hear the news? 🔉 Almost 50% of homes in the U.S. will own a smart speaker by the end of 2018. See what this means for #I…
40046                                    RT @YearOfTheVet: @JessieJaneDuff @Nike Next time you’re at a game &amp; you stop for the national anthem and 48 people walk past you with thei…
40047                                    #AmazonApartheid @amazon &amp; @amazonIN will share our private transaction details with the Govt of India without info… https://t.co/Xygo3RiQFc
40048                                                                               RT @Apple: Join us today at 6:00 pm to watch the #AppleEvent live on Twitter. https://t.co/pG2oWav3Nc
40049                                                                        @hartsigns @Ohio_Buckeye_US @deeg25 @Nike @ChrisCPandolfo @CR UA is @ $18 and #Nike is @ $82. No comparison.
40050                                        RT @AmnestyUK: We believe that tech giants like @Microsoft are using cobalt mined by children in their products. Tell #Microsoft's CEO @sat…
40051                                                              Check out Multifunction Smart Key Holder Bottle Opener Led Light Smart Keychain #HEH https://t.co/y4t40U5Dza via @eBay
40052                                               @McDonalds The sauce has got such a good mix of sweet and spicy.👌 Shame to think these might only be on the menu for a limited time.
40053                                                        Check out VTG Aladdin Alacite Lamp Lily Of The Valley Electric Table Lamp Yellowish Green  https://t.co/pMZbuo87Ni via @eBay
40054                                         @hulagirl05 @TaraLSamples @shaunking @jamalhbryant @KingJames @Nike @ninaturner Speaking up truths has become more… https://t.co/3XbiecwxkT
40055                                          RT @jenirwinauthor: Just saw this on Amazon: A Dress the Color of the Sky by Jennifer Irwin for $25.19 https://t.co/WzMErxMC77 via @amazon
40056                                                            @Nike You are still #1 @realDonaldTrump Get a life a stop ruining ours! Now I feel better...time to shot some Nike gear!
40057                                         RT @TheTexasCitizen: @GOPLeader @EricTrump @Google Wasn’t Google instrumental in the Egyptian Coup in 2013?  Google was foundation for the…
40058                                                                                              S/O to @verizon for giving me $10 gift card to Starbucks &amp; a $10 gift card to Nike
40059                                                                                                                                                                        @Apple Perfe
40060                                                        Check out [Near Mint] Sekonic L-398M Studio Deluxe II Light Meter from japan #401 #Sekonic https://t.co/6IM383ETpd via @eBay
40061                                        Thank you @911day for inviting @salesforce @appexchange to participate in this important day of Service and Remembr… https://t.co/TGqaNJ0OTt
40062                                                Check out Rainbow Tie Die Wall Decor Beach Tropical Pure Cotton Throw Wall Tapestry Sale #Handmade https://t.co/DW01itWTmi via @eBay
40063                                                                                                                                              @Variety @ATT What babbling nonsense🙄
40064                                                       Check out ANTIQUE HAND WOVEN ROBE FOLK COSTUME DRESS BULGARIAN LINEN LACE CHEMISE #Handmade https://t.co/5xQe17iqXh via @eBay
40065                                                                               RT @Toyota: When you're late for your acceptance speech at the #VMAs! #Tacoma https://t.co/IEC8qWbmlJ
40066                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40067                                                                                                        @BearsOutreach @ChicagoBears @verizon @ProFootballHOF @BUrlacher54 Bear down
40068                                     RT @idrisbound33: Sitting here picking a random movie from @netflix (because I'm a loyal customer hoping they'll #SaveShadowhunters) &amp; who…
40069                                        RT @appleinsider: Kuo: @Apple unlikely to integrate rear-facing #TrueDepth camera in 2019 iPhone https://t.co/UXlkiredb1 https://t.co/S1cOm…
40070                                        RT @BradleyMartyn: . @ATT as the absolutely worst customer service ever. Spent and hr on the line to have them tell me we had to start over…
40071                                        RT @sengineland: @Google responsive display ads roll out as new default display format by @ginnymarvin https://t.co/ikQ6jG2f7G https://t.co…
40072                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40073                                                                               RT @Apple: Join us today at 6:00 pm to watch the #AppleEvent live on Twitter. https://t.co/pG2oWav3Nc
40074                                                                               RT @Apple: Join us today at 6:00 pm to watch the #AppleEvent live on Twitter. https://t.co/pG2oWav3Nc
40075                                                                                                   @DaveLeeBBC @Apple Applaud your dedication. Stay warm. It is cold out there. 🙏🏻
40076                                                                                                Kaffee/ Teetasse Liebe - Herz rot Gadget Masters https://t.co/0A7pqFyn9m via @amazon
40077                                        RT @Oracle: We're back in Las Vegas with the @OracleHCM ModelX fleet. Free rides are available for all #HRTechConf attendees this week. Fol…
40078                                                                                                                                                                  Thank you ! @Apple
40079                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40080                                        RT @TarynTeutsch: Justice4Mom. There is NO EXCUSE for Domestic Abuse. Are you listening @Disney? Are you listening @AETV? https://t.co/Jwpw…
40081                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40082                                         RT @UNICEF: World hunger is on the rise - and it's being fueled by climate change and conflict. #SOFI2018 @Reuters: https://t.co/SM4XDRfWxU
40083                                                         @reeses @amazon I love the greatness that is #Reeses one Peanut butter and Chocolate it just Fits!! https://t.co/C3fvQr2XzV
40084                                                            GSE Games &amp; Sports Expert 6-Ft Deluxe Folding Billiard Pool Table with Set of... https://t.co/OKmTrBn6AH via @amazon
40085                                                                                          @regmengi Sir how can we get this book from in Amazon asap @amazon https://t.co/YzpjmJIhCG
40086                                        @karn_chauhan @Tarunpathak @Samsung @Qualcomm @Moto 2/2 Probably Nvidia will opt for the subscription model to earn… https://t.co/M57tvorE0g
40087                                        @Reuters Ridiculous and very rude to one of the greatest athletes of all time. There's a reason she won the US Open… https://t.co/8kYS4NkSON
40088                                                                                                                @BP_plc @nectar can I use my nectar points at a BP. To put fuel in.?
40089                                                                                    @B_e_l_i_n_d_a__ @Apple Yes- the iPhone xc (maybe?). Rumour is it won’t come out until November.
40090                                       RT @ZappiStore: Listen to @CocaCola @kfcusa @BootsUK storytelling to bring the best out of your ads in our guide👇 #MarketingStrategy #mrx h…
40091                                                                                                                                                @Apple Thnks i cant wait to see this
40092                                        RT @acain123: Shame on you @HomeDepot . Selling a single sheet of plywood for $52 when we’re all trying to board up and save our homes #Hur…
40093                                                                                                               @Reuters Makes you consider what else they are cooking up together 🤔
40094                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40095                                                                    RT @Apple: Join us on 13 September at 1 am MYT to watch the #AppleEvent live on Twitter. https://t.co/mHVP54Z3Rn
40096                                            RT @Reuters: What's the secret behind the world's oldest living married couple? Patience https://t.co/zEoyILV4lc https://t.co/lF0EJYA3NN
40097                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
40098                                                                                                                                               @Apple it’s my birthday so thanks lol
40099                                                         RT @Reuters: About 50 Conservative lawmakers discuss ousting UK PM May: BBC https://t.co/WoTHpUZJeN https://t.co/6Sk8j0DujY
40100                                            RT @Reuters: What's the secret behind the world's oldest living married couple? Patience https://t.co/zEoyILV4lc https://t.co/lF0EJYA3NN
40101                                                                                                                      Check out my listing @eBay - https://t.co/BtS57apy4u via @eBay
40102                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
40103                                        RT @Vivoree_Zhel: Diba dapat pati si Vivoree Esclito may ganito din for passing one hundred k subscribers ? @TeamYouTube @YouTube @Google b…
40104                                        RT @Apple: @MilyUsman Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/BJCFKwT…
40105                                                                  Check out Noah Syndergaard (Mets) - 2016 Topps Crossover #8 - PSA 10 (Gem Mint)  https://t.co/zlho7M9nZe via @eBay
40106                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40107                                        RT @Oracle: We're back in Las Vegas with the @OracleHCM ModelX fleet. Free rides are available for all #HRTechConf attendees this week. Fol…
40108                                                                                                                                                       The last goodbye 👋 @facebook
40109                                           RT @Larry_B_Gray: A Boy From Down East - Read it - Write a review - then tell a friend.  5 Stars of fun https://t.co/Yar3cshp0x … @amazon
40110                                                     @Sker4Lyfe @nytimes @netflix @normmacdonald @HBO @billmaher Start a petition.  Nobody’s stopping you.  I don’t run the network.
40111                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
40112                                                Check out Vineyard Vines Womens L Large Bright Pink Whale Logo Polo Rugby SS Shirt  #VineyardVines https://t.co/a8IT5JyHzq via @eBay
40113                                                                                                                                                   Yay! It’s @Apple day #UpgradeTime
40114                                        RT @richardpk1: @HealthyLivingCC @ExpatJake @JeninCanada @JustinTrudeau @Microsoft I liked TRUDEAU better as a Kindergarden teacher and sch…
40115                                                                  I’m spending the day cuddled up on the sofa watching @netflix with @whittarduk raspberry ripple hot chocolate 😋🙊
40116                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40117                                                    RT @Reuters: U.S. warns Iran it will respond to attacks by Tehran allies in Iraq https://t.co/ahbXFZ8iv1 https://t.co/RX6JaBlpZ8
40118                                                                    RT @Apple: Join us on 13 September at 1 am MYT to watch the #AppleEvent live on Twitter. https://t.co/mHVP54Z3Rn
40119                                                                                                                        @DJHeerMusic @Apple Lol new phones come out every September…
40120                                        RT @dpradhanbjp: Met with Chairman of Shell Companies in India Shri Nitin Prasad along with a team from @Shell. Discussed over their propos…
40121                                        RT @Apple: @__careyj Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/jIAmeyKX…
40122                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40123                                        RT @WKiraW: @OliverMcGee @realBobWoodward @POTUS @realDonaldTrump @WhiteHouse @washingtonpost @CBS @CBSNews Woodward didn't interview anyon…
40124                                                                                                                                 @aldotcom @Nike That’ll show those uppity athletes.
40125                                         Hey @CocaCola you should probably fix your https://t.co/jiC9Eg37ml site. It has an option for “State/Province” and… https://t.co/HDmG4ohn2S
40126                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40127                                                                                                                                                                       @Reuters Oink
40128                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40129                                                                                   RT @Reuters: Russia starts biggest war games since Soviet fall near China https://t.co/DY2fN1sTes
40130                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40131                                                       @iPersonOne @Apple I love the notch and don’t care much for Touch ID. We all have opinions. Also you can just demand things😂
40132                                                                                                                                                               @Apple I'm waiting 😍
40133                                                                                                                                                                   @Apple Can’t wait
40134                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40135                                        RT @JoAnnaFrench16: @OliverMcGee @realBobWoodward @POTUS @realDonaldTrump @WhiteHouse @washingtonpost @CBS @CBSNews I resent Bob Woodward w…
40136                                                                                                                                         @theyousry @Google @udacity Thanks mate! 😃
40137                                                                               RT @Apple: Join us today at 6:00 pm to watch the #AppleEvent live on Twitter. https://t.co/pG2oWav3Nc
40138                                                                                                         @emmakatecos @myer @ASOS my sister is one of the web developers for ASOS :)
40139                                                                             . @Google expands Neighbourly app to five Indian cities https://t.co/P0p2SnoaZP https://t.co/oS5TpnHHZT
40140                                                                                                                                     @THR @netflix Looking forward to @normmacdonald
40141                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40142                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40143                                                  @ExpatJake @HealthyLivingCC @JeninCanada @JustinTrudeau @Microsoft Are you suggesting that the conservatives would do a better job
40144                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40145                                     Check out Bath &amp; Body Works  Mint Leaf &amp; Bergamot Body Wash WIth Olive Oil #BathBodyWorks https://t.co/89LHmTTTkw via @eBay ending soon
40146                                                                                                                                                   RT @amazon: What an awesome gift!
40147                                                                    RT @Apple: Join us on 13 September at 1 am MYT to watch the #AppleEvent live on Twitter. https://t.co/mHVP54Z3Rn
40148                                                Check out Premium Corona Grey Wash Living Room Furniture | Sideboard | Bookcase | TV Units #Modern https://t.co/5zuEmEjUwy via @eBay
40149                                                                                RT @Apple: @hEvDer1 Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/8EfNf4Wgb2
40150                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40151                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
40152                                        RT @Gardenheartkick: @NiratAnop @netflix Veronica was the real main character of this movie. Girl went through so much for someone else onl…
40153                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
40154                                                                                   @Honda @hondaindia Honda is selling very useless cars in India. Honda servicing is horribly wrong
40155                                               Tell Congress: Shut down criminal megabanks like @WellsFargo https://t.co/VsGtgPiOE6 via @CREDOMobile #resist thanks @RepMaxineWaters
40156                                                                                                       @replicantpinky @amazon @Emdecay i have no clue what happen but Congrats man!
40157                                        RT @RealJamesWoods: As usual corporate giant @Nike uses a provocative ad campaign to make money and money is all its present campaign is ab…
40158                                        Quick History lesson to feed your #WednesdayWisdom - Did you know that Werner von @Siemens presented the world with… https://t.co/LyMjqCX3fM
40159                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
40160                                         RT @Apple: Join us September 12 at 10 a.m. PDT/1 p.m. EDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates…
40161                                        RT @Apple: @ahmadaldalawy Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/pm3…
40162                                                                    Solid 10k White Gold Engagement Wedding Promise Couple Love Bands Men/Women's  https://t.co/viwZyfjRtH via @eBay
40163                                                                 @FutureKendrx @Apple They’re not the one you should be giving your soul to though\U{01f928} https://t.co/m8IiTPk2A6
40164                                                             RT @craftstore14: Lotus Series Wooden Chess Pieces In Rose Wood 4 Inch craftstore14 https://t.co/soN0kv0T2v via @amazon
40165                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
40166                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40167                                         RT @musser_benson: @surfnutsc2 @SenWarren @realDonaldTrump @WellsFargo https://t.co/nLfSb9a4GG Yet @SenWarren saw a Political Platform for…
40168                                           @Ryanair @RyanairFlights afternoon! Do your filghts have lost &amp; found policies? Trying to track down a set of keys! Thanks in advance
40169                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
40170                                        RT @TaranaBurke: The @MeTooMVMT is bigger than Hollywood. We need to ensure that any funds from @CBS go toward supporting the most impacted…
40171                                                                 Bravo @Ford ! | Ford uses Detroit station revamp to reinvent its future https://t.co/LJTxKjNr1M via @financialtimes
40172                                                                                       RT @Reuters: Rhode Island governor faces primary challenger from left https://t.co/Bgo1fczbTB
40173                                                    Check out Madden girl Digitize Matte Gray/Silver Stiletto Heel size 7.5 #MaddenGirl #Stilettos https://t.co/rgSBzQ5rS8 via @eBay
40174                                                                                         @info_bomber @Egil_Skallagrim @GOPLeader @LindaSuhler @Google So police never get it wrong?
40175                                        The new @Burberry monogram is being shown off by Marble Arch on a giant inflatable teddy 🐻 ahead of London Fashion… https://t.co/CifGhcDFnJ
40176                                        RT @KiryaSarah: @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @UniversalTV @AmazonStudios @HBO @UniPicturesCAN…
40177                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
40178                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40179                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
40180                                                                        @Reuters The entire universe knows that Assad is killing with chemical weapons. Strong punishment is needed.
40181                                                                                                                    #iOS 12 release today? @Apple @MacRumors @cultofmac @reneritchie
40182                                                                                                                                              @StephSmithFL @ATT Thank you my friend
40183                                       RT @BlueCarbonLab: Our @HSBC #CitizenScientists show how to bury tea bags like a PRO🌱! They are testing the carbon-sink capacity of the wet…
40184                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40185                                             RT @Reuters: Actor Jeff Goldblum surprised London commuters by performing music from his forthcoming jazz album https://t.co/fdRkGpFVmm
40186                                                                                                  Waiting for the @Apple event at 11:30 am ET we’ll seeeeeee https://t.co/gVyXlFQKSG
40187                                                                                               I need a new iPhone! Who is excited and planning to watch the big @Apple event today?
40188                                                              Check out Albert Pujols - 2018 Topps Now Moment Of The Week 5 - Winner - Print Run: 1029 https://t.co/40KMHVYCAC @eBay
40189                                                            14k Diamond Ring Crown Tiara Princess Queen Band White Gold Girls Fashion 1/5 Ct #Band https://t.co/kUzJSYdqaw via @eBay
40190                                       RT @Cisco: Cloud developers are the 🔑 to unlocking new possibilities. Cisco’s @susiewee shares more: https://t.co/6tzuRNDroM https://t.co/z…
40191                                                                                         RT @Reuters: Brexit rebels in UK PM May's party discuss ousting her https://t.co/9mxYF3cSvB
40192                                                            Check out 1983 Topps Star Wars Return of the Jedi - #204 Lando Calrissian ... - PSA 7  https://t.co/z1wPwJUh0D via @eBay
40193                                           RT @SMichaelDesigns: S.Michael Designs Stainless Steel Crystal Wave Eternity Band SIZE 10 S.Michae... https://t.co/eXTw91YdMa via @amazon
40194                                                                                       RT @Reuters: Ryanair says it sees increasing risk of 'no-deal' Brexit https://t.co/nPlsp5dDjV
40195                                           @Liquid UI allows wireless printing of Multiple sales order details at the same time right from your @SAP. Visit… https://t.co/PrLb5nr1ha
40196                                         RT @Apple: Join us on 12 September at 10:30 pm IST to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on eve…
40197                                        @TomTwoTimes @tamiejoeckel @ABC @NFL @Nike @NRA Minority!!! Caucasians are the minority!! Keep standing up for thes… https://t.co/5ksyIEZsNe
40198                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
40199                                                      Check out Merona Size 16W Pretty Pink Embroidered 100% Cotton Skirt With Side Zipper #Merona https://t.co/utioXywRo4 via @eBay
40200                                                               Check out Taylor White autographed 11x14 Photo COA Popular Published Glamour Model  https://t.co/PQ0PIzEDBX via @eBay
40201                                                  Check out LENOX Cat Kitten China Figurine Count Catula Ivory White Mask Halloween Signed  #Lenox https://t.co/CKwmL0hMgO via @eBay
40202                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40203                                                                       Check out 925 Sterling Silver Heart Crown Ring S.8 US R2417 #Handmade #Band https://t.co/ucBdfsQGtp via @eBay
40204                                                                                             @McDonalds Leave cruelty off your menu. STOP torturing chickens https://t.co/Om58qQOjc2
40205                                                                               RT @Apple: Join us today at 6:00 pm to watch the #AppleEvent live on Twitter. https://t.co/pG2oWav3Nc
40206                                                                                     @gizmo334455 @eBay No some idiot saying something hasn't arrived and shock no reply from eBay !
40207                                                     Check out Kut From The Kloth Bootcut Light Wash Jeans Mid Rise Womens Size 6 #KUTfromtheKloth https://t.co/G0MhAftN8p via @eBay
40208                                                       Check out Saga Of The Sub-Mariner Comic Issue 2 Copper Age First Print 1988 Thomas Buckler  https://t.co/zWbgB6iZbD via @eBay
40209                                        RT @musser_benson: @blingarama @SenWarren @realDonaldTrump @WellsFargo https://t.co/KS1T83coFm Hawaii wasn’t a targeted area on the agreeme…
40210                                                                          RT @Apple: @ajaydeboltie7 Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/uexT96MarL
40211                                                          @Variety @ATT Sarandon is garbage. I never want to hear about her again. She can rot in the Hell she helped create. #Trash
40212                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40213                                                                                                                        @reeses @amazon I most certainly did! #NotSorry #sweepstakes
40214                                                         Check out Hat Baby Toddler Hotsy Totsy Two-In-One for Peek-a-Boo Fun Handmade In USA NWT  https://t.co/jy2BJXLOPS via @eBay
40215                                        So our honeymoon hotel via @bookingcom cancelled on us. So the https://t.co/xSB7Cjk9nB operator told us to try Airb… https://t.co/viZp0pqF8D
40216                                                                                                                                                                    @Apple It cool ✌️
40217                                          RT @FoundGoodBuy: Check out Lot of 5 Vintage Belt Buckles Iowa Cattle Country Texas Cows Horses Fish Fishing https://t.co/IT5XrJLC4v @eBay
40218                                        RT @DidacEttinghaus: Spain is another one #Diada2018 #11sTV3 @BBCWorld @thetimes @guardian @nytimes @washingtonpost @ECHR_Press @Reuters @U…
40219                                                        Check out Quasar Comic Issue 3 Copper Age First Print 1989 Gruenwald Ryan Bulanadi Chiang  https://t.co/Ir7Z89Qply via @eBay
40220                                            We have some great sessions lined up today from @santanderuk @AvivaUK @facebook @LinklatersLLP @OcadoTechnology… https://t.co/Qig0ITRxGy
40221                                        RT @Reuters: U.N. war crimes team documents further Syrian government use of banned chlorine https://t.co/kLfG0q4MW5 https://t.co/3Z6mZZHbvQ
40222                                                                        @LuCanDoIt_ @Apple That was a lie in an attempt to calm people like myself who DESPIRE government intrusion.
40223                                        RT @Reuters: U.N. war crimes team documents further Syrian government use of banned chlorine https://t.co/kLfG0q4MW5 https://t.co/3Z6mZZHbvQ
40224                                                                                             Check out Vintage Girl Scouts World Association Pin 9-601 https://t.co/g6MHZFewnU @eBay
40225                                                                          Today @Apple will announce what's new will be coming in Android smartphones next year. #iPhone #iPhone2018
40226                                         #Check out# Bollywood #Indian# Designer Peach #Colour #lehenga #choli #dupatta #Wedding Dresses #Handmade https://t.co/1QOjx6vWhE via @eBay
40227                                                                                                                                                               @Walmart True that ;)
40228                                                                               RT @Reuters: New York overtakes London as top financial center; Brexit blamed https://t.co/zex6IEzdQ9
40229                                             Just saw this on Amazon: Northern Howl X-Back Weight Pulling Dog Har... by Northern Howl for $59.95 https://t.co/y0prAL8F22 via @amazon
40230                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40231                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40232                                        RT @themcj: Why international retailers are all coming to #Milano ? #retail #starbucks @Starbucks @FiveGuys #food #foodporn #coffeelovers h…
40233                                                        Check out 1.00ct VVS1 Round Diamonds Couple Wedding Anniversary Bands 14K Solid Gold Over  https://t.co/G6ciWMbW8s via @eBay
40234                                                                                                                                                                     @Apple iPhone 9
40235                                        @FootrotDog @hcaZhcaZ @Victor_Hayler @normmacdonald @netflix Okay Dog the Dog thank you for your contribution to th… https://t.co/BV07vtMvjH
40236                                                      @reeses @amazon Yes! I brought Reeses home 🏠!! The best candy EVER INVENTED!! #NotSorry #Sweepstakes #Contest @reeses @amazon
40237                                        Hey @insomniacgames @Sony you know what would be cool. Ability to share Spider-Man gameplay on YouTube without gett… https://t.co/4TbTtMNUAh
40238                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
40239                                         RT @Str8DonLemon: @Reuters @GingerGibson Please let these companies openly come out and say they are anti american BECAUSE THATS WHAT THEY…
40240                                                                                                                                                                         @Apple Nice
40241                                                                                                @thatsadman_ @Tesco I swear at this point you are buying things you don't even like.
40242                                                                                                                                                            @Reuters They love pork.
40243                                        @PayPal @AskPayPal @PayPalUK . the fuck is wrong with you charged me twice and then told me i had to contact my ban… https://t.co/HZZ6v4lrCJ
40244                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40245                                        RT @rayne_ea: @Reuters Why would Assad use chemical weapons? It would be 100% NOT in his interests to do so and he is not crazy. The ONLY p…
40246                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40247                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40248                                                           RT @Reuters: Exclusive: Turkey boosts arms to Syrian rebels as Idlib attack looms - rebel sources https://t.co/5Uxfs24K0B
40249                                        RT @Reuters: Wednesday Morning Briefing: How Trump transformed U.S. refugee program https://t.co/FVAKetteYP Subscribe to News Now: https://…
40250                                          Do you know what the Winograd Schema is? See if you can answer questiosn that @AmazonEcho #AskAlexa @Google #home… https://t.co/8ldwc3DLZ5
40251                                              @DesignationSix @PeterDilworth1 @FoxNews @Buick @chevrolet @Downy @DawnDish @Gillette @Charmin @Puffs @Nestle… https://t.co/qTuNAXMrd7
40252                                              Check out NatureMade #Melatonin 3mg - brand new #NatureMade https://t.co/sbwfwGnajB via @eBay #wellness #supplements #sleeping #health
40253                                                                               RT @Reuters: EU's Juncker eyes Africa free trade pact https://t.co/ANcOeJ9eEO https://t.co/TUKMUoLNGc
40254                                                       RT @MadGazF1: @Tesco @jamieoliver Aye you've already started selling his own brand of toilet paper... https://t.co/31gR2fKOZ1
40255                                                                               RT @Reuters: EU's Juncker eyes Africa free trade pact https://t.co/ANcOeJ9eEO https://t.co/TUKMUoLNGc
40256                                                      RT @Miserablemw: Check out my listing @eBay - https://t.co/3QAZZUtM83 via @eBay #snsd #yuri #yurikwon #소녀시대  #ohgg #gg4eva
40257                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
40258                                                                                 @ES_FTW @Apple Same yo i don’t know if should buy/preorder  the iPhone X Max though I have the X rn
40259                                                       Check out Yoda Star Wars Disney Infinity Character 3.0 For Wii U Game Display Piece #Disney https://t.co/JYtlM401Ue via @eBay
40260                                        RT @di_plora: Translation: There's only room for one crazy B!+ch @netflix and with Chelsea Handler and #TheKenyan they already have two. 😂…
40261                                                                                                             @Starbucks Santa Monica Pico &amp; Stewart St. WHAT A COFFEE EXPERIENCE
40262                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40263                                                                                   @Reuters @Bing_Chris @ReutersZengerle How is this even constitutional? Congress -this is YOUR job
40264                                        RT @Reuters: WATCH: China denies engaging in 'debt trap diplomacy' as it pledges $60 billion in funds to African nations. @cdcshepherd repo…
40265                                        RT @HarshitGupta336: @insomniacgames @PlayStation @MarvelGames @Sony The reflections in the buildings are absolutely amazing! #SpiderManPS4…
40266                                                                          Check out Exist Womens Small Tie Dye Cotton Dress #Exist #Empire #Casual https://t.co/rrsVTeFRVj via @eBay
40267                                                                                                     @Arrow_Fastener @HomeDepot Hey @jlopoyda - which staple gun do you guys prefer?
40268                                        RT @SpencersHood: If you're an @Apple fan you'll LOVE this... or you can be like @SpencerGraves and love @Android! It's @thatbrando's lates…
40269                                                                                             @Variety @ATT Desperately trying to justify her galactically moronic decisions in 2016.
40270                                                                                                                                                    My Fav! 💯 #Nike #JustDoIt @Nike
40271                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40272                                                                  RT @Reuters: Alibaba takes joint venture route to Russia expansion https://t.co/od3LspAEeD https://t.co/f9BysGcCnu
40273                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40274                                           RT @flippinsuzy: Check out Fib Peaches Coffee Mug 1989 Balloons Party Celebration #Peaches #Collectible https://t.co/duI6yQfjjv via @eBay
40275                                                                     RT @Apple: Join us 13 September at 1 a.m. HKT to watch the #AppleEvent live on Twitter. https://t.co/9bcwqp2Zpv
40276                                                  @JessicaABC7 @abc7newsbayarea @Apple They haven’t crippled my current one with software updates yt so I’ll hang on to what I have.
40277                                        Today I wrote about donkey-powered waste management in Bamako to accompany great pix by @Reuters photographer Luc G… https://t.co/RXnEeKaa3c
40278                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
40279                                                             RT @kaosonia: Check out 1 pc ~ 2 sided ~ Sterling Silver Earth Charm - Four Elements  https://t.co/mnwrW6H8T2 via @eBay
40280                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40281                                           I’m convinced that all @Starbucks mobile ordering does is create an additional giant clusterfuck of people who’s orders also aren’t ready
40282                                              Libs Have No Character!!! @cnn @msnbc @maddow @CNNPolitics @ABC @CBSNews @NBCNews @CBSTweet @CBS @nbc @cnnbrk… https://t.co/3DxZMtGl9E
40283                                                                                                             @CBS may improve in many ways with this changing of the very old guard.
40284                                                                                                                       @Variety @ATT Ugh. She is insufferable. #FuckOffSusanSarandon
40285                                                                                                                                                   @n0x00 @Google @KCTV5 This gif 👌
40286                                                                                                              @FallonTonight @TEYANATAYLOR Matt czuchry played Cary Agos right? @CBS
40287                                                                                                                                                   @Apple Can't wait for the event !
40288                                                                                  RT @OfficialMonstaX: @Starbucks @hyungnyan [#형원] sips Starbucks like me. https://t.co/np3lDcGgjB
40289                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40290                                                                                                                                                            @Reuters Caving already?
40291                                        @C1Christine @Serena_Arif @Tara61711 @Tesco #keepScotlandtheBrand is a positive campaign for clear provenance. It's… https://t.co/2WRJuq9SO1
40292                                                             @Naomi_Midwinter @facebook @asfaAUST @Midwinterfs Oh would have loved that session! CAnt wait to hear how good it was ☺️
40293                                          RT @NLokhova: How mix d reality and #AI redefining #RWTech from shop floor to supply chain @Microsoft @the_MTC_org https://t.co/JutmrwEkLF
40294                                                                               RT @Apple: Join us today at 1am MYT to watch the #AppleEvent live on Twitter. https://t.co/cwswSsffTq
40295                                                                                                                                         @Apple Sorry can't I'm grinding like a boss
40296                                                                  @_alliemi @itsashley917 @JeffreeStar @McDonalds Wait I have a better name Grande Z Tour am I an icon or what? 😂😂
40297                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40298                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40299                                                                               RT @Reuters: EU lawmakers back local publishers over tech giants on copyright https://t.co/J9nBrscc3N
40300                                        @JustinTrudeau @Microsoft You do realize that it is already located in Mississauga?  So moving to Toronto isn’t exa… https://t.co/JAQjzxfhuk
40301                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40302                                                                                                                                      @Apple See you at 1:00pm (east coassssttttttt)
40303                                                                                             #PinkFloral #pinkBedspread https://t.co/yr73ZcneX0 via @eBay #Bedspread&amp;pillowshams
40304                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40305                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40306                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40307                                                       @RevolutApp @SamToland @McDonalds I need McDonald’s perks in Czech republic! I want it! Please....... https://t.co/vedaRHxN1q
40308                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40309                                            @DesignationSix @DalTexDave @FoxNews @ProcterGamble @PetSmart @Chewy @McDonalds @Honda @Acura @eHarmony @Nestle… https://t.co/C4rkqAKpH8
40310                                                                   Brexit rebels propose solution on Irish border issue https://t.co/ejqO3rZsbS via @Reuters https://t.co/nefdkOwzBm
40311                                                                 #FREE Wolves And Roses (Fairy Tales of the Magicorum Book 1) by Christina Bauer https://t.co/P4vyWBkp4u via @amazon
40312                                                                Check out ALIEN WORLDS 3-D #1  VF WITH ATTACHED GLASSES INSIDE  PC  1984  NICE!!!  https://t.co/iEMl85ND9G via @eBay
40313                                                                       @FlawlessCasiano @McDonalds The frozen strawberry lemonade they used to serve during summer time years ago 😭
40314                                                         Check out We Are All Mad Here Alice In Wonderland Rubber Case Cover For iPhone 5 6S 7 8.  https://t.co/Eq4y9lyjHx via @eBay
40315                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40316                                                                                            RT @DJPTRSN_MANA: @Reuters @GingerGibson The big business elites want their cheap labor.
40317                                                                               RT @Apple: Join us today at 6:00 pm to watch the #AppleEvent live on Twitter. https://t.co/pG2oWav3Nc
40318                                          .@IBOSBanks member @bancosantander re-brands its Polish affiliate to @SantanderBankPL via https://t.co/GAurWaNpPr… https://t.co/xCvS4Icb4D
40319                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40320                                                      Check out Mens Dr. Scholls Brown leather sz 7.5 3E WIDE #478-U4 Hook and Loop NEW #DrScholls https://t.co/v25Jj67spj via @eBay
40321                                                                                               @Apple Send me please the notifications as the new ones of I phone models come up....
40322                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
40323                                                                                       Check out Johnny Was Top Embroidered Lace Floral Boho Sz XL 57I https://t.co/H18Fw4BNxO @eBay
40324                                        RT @Michaeltheprooh: @DesignationSix @FoxNews @Buick @chevrolet @Downy @DawnDish @Gillette @Charmin @Puffs @Nestle @PetSmart @Chewy @Always…
40325                                                                    Check out WD My Book Essential 2TB External Hard Drive USB 3.0 #WesternDigital https://t.co/T60nzvBCR6 via @eBay
40326                                        @Abdul1230554897 @wbpictures @DCComics @ATT @NovaFrankly @dcumoviepage @Inshapedk Thank you pal thank you all   any… https://t.co/s9RdeB6vsF
40327                                                                                   RT @Reuters: U.S. producer prices post first drop in one-and-a-half years https://t.co/nOnmL1hba7
40328                                                                                                Check out size 6 sterling silver wedding ring set  https://t.co/ZwEQYBS3rC via @eBay
40329                                                                  Theft of a Nation: Wall Street Looting and Federal Regulatory Colluding (2012) https://t.co/XB6DooYjG0 via @amazon
40330                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/vNpal5bE0z
40331                                        RT @NestleWatersHQ: The #NaturALLBottleAlliance welcomes @Pepsico on our journey to 100% bioPET. @Danone @Nestle @OriginMaterials #Plastics…
40332                                                                               RT @Apple: Join us today at 6:00 pm to watch the #AppleEvent live on Twitter. https://t.co/pG2oWav3Nc
40333                                                                                          LISTING ENDING SEPT 23! ....Check out my listing @eBay - https://t.co/bCdt9fvudD via @eBay
40334                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40335                                                                                        Check out Atlanta Motor Lodges Six Flags Over Georgia Brochure https://t.co/JT4v1Vih0d @eBay
40336                                        RT @awlsft: Fallen Timbers MS would like to thank @gcfb @MarcosPizza @Wendys @ColdStone @McDonalds @RalphiesNWO @FrischsNWO @GeneralsIC for…
40337                                        @ChangeTheLAUSD @Benjami03837860 @Kaepernick7 @Nike @NFL @realDonaldTrump If you have a problem with it. GTFOH bloc… https://t.co/hb1h0w10LO
40338                                        @wmrags1 @Ameya_Pawar_IL @amazon @Uber @Tesla Chicago's liberal politicians are adamant that Chicago follow in Detr… https://t.co/UnHiMt08o7
40339                                        RT @barryatsma: Tip for those who want te watch ‘The Resistance Banker’ on @netflix @netflixde @netflixuk ; you don’t have to watch the dub…
40340                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40341                                                          RT @herbalgirl98: Check out 4.5” INCH Orange TOBACCO Smoking Pipe Herb Bowl Glass Hand Pipes https://t.co/wpR5mIlypl @eBay
40342                                                 Check out 14K White Gold Over Women's Heart Shape Diamond Wedding Bridal Ring Set #truejewelry_28 https://t.co/HFDYB5fsP2 via @eBay
40343                                                                                                                                @reeses @amazon Yes of course #NotSorry #Sweepstakes
40344                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40345                                        It sounds like @netflix series #Witcher written by @LHissrich is facing a #boycott based on casting of #Ciri I thin… https://t.co/Zb57SuPLHP
40346                                                                                   RT @Reuters: U.S. producer prices post first drop in one-and-a-half years https://t.co/nOnmL1hba7
40347                                                                       Check out Coffee Cup Cappuccino Cafe LED Neon Light Sign home decor crafts  https://t.co/9oEPc8RyCG via @eBay
40348                                        RT @tresanguianos: These #HartfordHusky fifth graders are working hard on their @PLTWorg @VEXRobotics design.  Thank you @intel for the sup…
40349                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40350                                                                                                                                       @Variety @ATT @SusanSarandon can f🇺🇸ck off 🖕
40351                                             @DesignationSix @FoxNews @Buick @chevrolet @Downy @DawnDish @Gillette @Charmin @Puffs @Nestle @PetSmart @Chewy… https://t.co/7s8o9zvrwZ
40352                                                                             RT @Apple: Join us today at 3 am AEST to watch the #AppleEvent live on Twitter. https://t.co/ShAVz0a5tB
40353                                                                                                                                                       @Apple Looking forward to it.
40354                                                     RT @katedelcastillo: Ingobernable Season 2 this Friday only on @netflix @netflixlat ingobernablenetflix https://t.co/w8ZAQsGeV2
40355                                                                                   @Apple Is the new the phone going to be better than this rubbish you’ve sold me I phone x is crap
40356                                                                                                       @justinsuntron @VitalikButerin @Apple @amazon More like 100 million trillion*
40357                                          RT @Apple: Join us 12 September at 6:00 pm to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event day.…
40358                                        RT @GetTheGloss: How sportswear sites like @Fashercise and @ASOS are making fitness wear more inclusive https://t.co/KkVjK6zNlM https://t.c…
40359                                        @Reuters “Canada joins the international community in strongly reiterating our calls for the immediate release of W… https://t.co/i9TTdHR6Yl
40360                                                                                                                                                 @Nike Y'all gotta see more opf this
40361                                         RT @Apple: Join us September 12 at 10 a.m. PDT/1 p.m. EDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates…
40362                                        RT @MeansNefarious: @BlueSteelDC @Variety @ATT Nobody seems to pick up that one of the reasons more POC are running is because we saw how e…
40363                                                                                          @TomTwoTimes @tamiejoeckel @ABC @NFL @Nike @NRA This is the reason the do school shootings
40364                                                                                                                      Check out my listing @eBay - https://t.co/QNuVfKXHcj via @eBay
40365                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40366                                                                               RT @Apple: Join us today at 1am MYT to watch the #AppleEvent live on Twitter. https://t.co/cwswSsffTq
40367                                                                                                Mind Uploading | HUMACHINE » #pop #dance #music  https://t.co/5NrpA3nVrJ via @amazon
40368                                                                                             Check out VINTAGE ST. MARTIN EMAIL DE LIMGOES PLATES  https://t.co/a9OVrTxnPt via @eBay
40369                                        @tim_cook One more thing I watch ya #AppleEvents 12pm here @AppStore @AppStore @Apple  @AppleSupport @theapplehub B… https://t.co/l6PFuxaEav
40370                                                                                      Check out Infinity The Game Yu Jing Imperial Service Army Bundle https://t.co/Jh2Hw52rXN @eBay
40371                                                                                                                          I get paid today and y’all can have the whole check @Apple
40372                                                                                                                                                  @Apple What time this shit start??
40373                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40374                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40375                                                                            RT @Reuters: London loses top spot to New York in financial survey due to Brexit https://t.co/fVNdr8WpOX
40376                                                                                             @juulmom1 @timjim59 @summers_karla @Nike Guuuurl! You are soooo confused!! 🤣😂🤣😂🤣😂
40377                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40378                                                                                                                   RT @Sony: October 5 is so soon. 👀 #Venom https://t.co/QbLyYMARmI
40379                                                                                   RT @Reuters: Putin says Russia has found men accused by UK over poisoning https://t.co/gzSYD9cxih
40380                                        RT @Asies_35: We want #XenaRevival  We need Xena back #XenitesUnite #XWP @nbc @NBCUniversal @robtapert @NetflixLifee @netflix @SYFY @BuzzFe…
40381                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40382                                                              @Reuters I think the parents of the murdered schoolchildren on a bus and anyone else with a conscience would disagree.
40383                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40384                                                                                       Pope calls meeting of key bishops on sexual abuse: Vatican https://t.co/qRFJ7z7E0G - @Reuters
40385                                        @Apple Calling on @Apple to STOP the planned demolition of Yarra Building and public space at @FedSquare in Melbour… https://t.co/GSDtBBRDGM
40386                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40387                                        @brkicks @kanyewest Those are not fresh and the @Nike swoosh is way too big. Just because it has #KanyeWest name on… https://t.co/2m7bv6wuPs
40388                                       RT @DonFi4o: Check out Old Bible KJV Cambridge BFBS Old &amp; New Testament Compact Bold-figure references  https://t.co/kiFnVEYii7 via @eBay
40389                                        RT @ArguingWIdiots: Today is that special day every year where @Apple gets its customers all fired up to pay crazy prices for the 'new' fea…
40390                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40391                                     @JustinTrudeau @Microsoft You never mentioned Microsoft even once. All your focus was on #Milk 😂🤡😅 What a clown. Re… https://t.co/oE0EeqetQo
40392                                             RT @Reuters: Belongings of missing WikiLeaks associate Kamphuis found in Norway: police https://t.co/LZM66j7Dwb https://t.co/U0FmVfBkj8
40393                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40394                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
40395                                                                                                                                                                        @Apple Great
40396                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40397                                        @ATT US plans to start using #CBRS spectrum for #LTE by late 2019 and then migrate it to #5G. With @Samsung @gsacom… https://t.co/DXkbdAM6Nl
40398                                                    RT @Way_Si39: @IIKHUNE_32_16 malume Khune pls help me here so i can get them recognized😇@SAFA_net @Nike https://t.co/3nnMtvkIbM
40399                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40400                                                       Check out Fujifilm DVC Mini DV Digital 2 Pack Videocassette Tapes 60 SP 90 LP free ship https://t.co/xjdujnF6Kc @eBay #minidv
40401                                                       #FREE at the time of post! Favored by Felix (Middlemarch Capture Book 2) by Shelley Munro https://t.co/esIiYHHKeO via @amazon
40402                                                                                                                                @reeses @amazon #Notsorry #sweepstakes yes yes i did
40403                                                                                                                    handmade wooden beads necklace https://t.co/axf7zUVtYL via @eBay
40404                                        We're excited for day 1 of @Microsoft Digital Transformation Academy! If you're a partner or client and want to mee… https://t.co/BHw824LedI
40405                                         @Variety @ATT It’s gotta be v easy to get an “exclusive interview” with someone who is literally the Last Person anyone wants to hear from.
40406                                         @Variety @ATT It’s gotta be v easy to get an “exclusive interview” with someone who is literally the Last Person anyone wants to hear from.
40407                                                                                                             @nixcraft @Microsoft But they need it because they're itself locked-in.
40408                                                     It's the main event @Apple fans! Stay tuned #YQG for all of the updates today and throughout the week!… https://t.co/YkYQKrXkSD
40409                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40410                                                    Check out 2 Ct Brilliant Multi-Cut Diamond 14k White Gold Over Play Boy Bunny Pendant #Pendant https://t.co/81wvukIaNo via @eBay
40411                                                                                                                   RT @Sony: October 5 is so soon. 👀 #Venom https://t.co/QbLyYMARmI
40412                                                                               RT @Apple: Join us today at 6:00 pm to watch the #AppleEvent live on Twitter. https://t.co/pG2oWav3Nc
40413                                          RT @jenirwinauthor: Just saw this on Amazon: A Dress the Color of the Sky by Jennifer Irwin for $15.68 https://t.co/7Ea01DXoHo via @amazon
40414                                        @TriBabbitt @santanderuk @AICongressLDN @bancosantander I totally agree. Makes me think of all the things that prov… https://t.co/cArEtV6cFy
40415                                        So I just finished @Atypical season 2 on @netflix and I'm already needing more.... please sign for another 8 season… https://t.co/kHufMtznaH
40416                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40417                                                       T - 1 hour until my new phone gtes revealed! LETS GOOOO Cant wait. Please dont disappoint! @Apple 🔥❤️ https://t.co/o7tfE4KgR9
40418                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40419                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40420                                                       Check out Stylish Turn-Down Collar Long Sleeve Belted Double-Breasted Women's Coat - Camel  https://t.co/f388EzH8NM via @eBay
40421                                         @verizon please don’t throttle people’s data while #HurricanceFlorence is coming through. Last thing we need is to struggle to get updates.
40422                                                RT @Tzezcozhik: @smithmarion @Google @Google is only serving its original purpose! #censorship #surveillance https://t.co/Sp0GNhyCYC
40423                                                                                                                        @ladymarilyn90 @Apple #Apple make a flip phone for my granny
40424                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
40425                                                                                                                   RT @Sony: October 5 is so soon. 👀 #Venom https://t.co/QbLyYMARmI
40426                                        @SleepingPhnx28 @danny_bahr @SpoaSteph @GOPLeader @Google I must have missed the part in net neutrality that prohib… https://t.co/1KSNruswR7
40427                                              Check out MENS FOUNDRY CARGO SWIM SHORTS TRUNKS BIG &amp; TALL 3XL COLOR: AMERICAN FLAG USA #Foundry https://t.co/k5CyKtFOSM via @eBay
40428                                                                                                                                                       @sharatibken @Apple Gorgeous.
40429                                                                                                                                                              @verizon not impressed
40430                                        RT @RajivMakhni: Live from @Apple Park in #cuppertino. Event about to start. Last minute what to expect! What do you think? After the annou…
40431                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40432                                        RT @Startup_Canada: @Jade_A_Consult @MastercardCA @amazon @WishShopping @costcocanada And then I end up spending more than I intended to...…
40433                                        @MarquisDStevens @Apple Not having a headphone jack FORCES me to go wireless. It's common that when you FORCE consu… https://t.co/gywkb1Ig3i
40434                                        @djordjecupic @LewisCowles1 @SeanKHoffman @pascalchevrel @MicrosoftEdge @mozilla @Microsoft I pay for Google's Apps… https://t.co/CuuEAO0MQD
40435                                                                                                          The Sniper by Nicholas Rhea // hardback  https://t.co/wQgzeCLqUt via @eBay
40436                                        #jamiedimon @jpmorgan Really???  you just showed just how Stupid your are!!! 99.9% of Americans never heard of you.… https://t.co/95geaQiLCf
40437                                        @Reuters Why change now??  That would be denying the sickies from their favourite sport....isnt that why they are e… https://t.co/uqmqZ0bgFJ
40438                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40439                                              @RobinCrjr @ironsightforge @slewtrue611 @AdrianaCohen16 @GOPLeader @Google @realDonaldTrump @GOP @PJMedia_com… https://t.co/VLpWghLL2B
40440                                                                                                      Check out Sterling Silver Horseshoe Pendant  https://t.co/er4IssXfwk via @eBay
40441                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40442                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40443                                        @Clarej111 @Trump_Videos @larryelder @nytimes @NBCNews @ABC @CBS @CNN I’m extrapolating based on how many employees… https://t.co/e9rd0vHuu3
40444                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40445                                                                                                                                                       @iron_emu @Reuters Hire me ❗️
40446                                                                                  vintage (1988) Peril at End House by Agatha Christie (hardback)  https://t.co/AhIlXWHXXH via @eBay
40447                                        Will you be watching the #AppleEvent today? Do you care about the new @Apple gear? Text @DarynJones at 925-555 righ… https://t.co/kKDptF7p3x
40448                                              Why Cisco’s Cybersecurity Business Is About to Take Off https://t.co/FlSlp2rgBi @themotleyfool @Cisco @CiscoSecurity #SecureTheCountry
40449                                                                         @MatthewSantoro @UrAvgConsumer @ijustine @saradietschy @MKBHD @Apple Podcast with @MKBHD Brother. Please 🙏
40450                                                                                                                        @Disney @thenutcracker brian hip hop https://t.co/YbgfCUl3r4
40451                                                             Free shipping Calvin Klein Women's Plus Size Sleeveless Ruffle Front Top Size 1X EGGSHELL https://t.co/Ha0NDjkVN3 @eBay
40452                                        Hey #Miami: No more coffee runs and ventanitas. @Starbucks will now deliver its coffee to you through this app — on… https://t.co/lUhxluHy0h
40453                                                          Check out Purple girls air head candy wrapper PDF file printable party favor food label  https://t.co/inWq3MJoSi via @eBay
40454                                                                                                     #FREE Burning September by Melissa Simonson https://t.co/4Xp1fG0Jzz via @amazon
40455                                                                RT @Apple: Join us today at 10 a.m. PDT/1 p.m. EDT to watch the #AppleEvent live on Twitter. https://t.co/KxDzKr9Fy6
40456                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40457                                                                                  Check out Sterling Silver Amant Mexico 39g  Necklace CAT RESCUE  https://t.co/PqMh4MBF1D via @eBay
40458                                                                           RT @AppleIndiaTech: This is what @Apple is going to launch at #AppleEvent tonight https://t.co/z9stud76Wk
40459                                                                                                                                                                  1TB? @Apple WOW!!!
40460                                                                             RT @Apple: @AliKuynaat Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/D3c7CDl1J6
40461                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40462                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40463                                                     @Google turns 20 - how an internet search engine reshaped the entire world https://t.co/NtMiNOaROr #SEO https://t.co/XX4cdLoWm0
40464                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40465                                                                                   London Times Womesn Sleevless Multi-Color Floral Dress Sz 4 Keyhole https://t.co/A6GwNMy1XK @eBay
40466                                                                                                        @JimCarrey @Nike Enjoy your #sweatshopWithaConscious https://t.co/v0GxABpWpL
40467                                                   RT @nikhilchawla: Quick look at the agenda for the #IndiaDataSummit an initiative by @IBM and @IndiaToday https://t.co/pgtKgnE3rl
40468                                                                               RT @Apple: Join us today at 6:00 pm to watch the #AppleEvent live on Twitter. https://t.co/pG2oWav3Nc
40469                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40470                                                                                    @MKBHD @MKBHD shot with iPhone 6s because why NOT @Apple #appleEvent2018 https://t.co/5TuszesGw2
40471                                                                                                  RT @Reuters: Usain Bolt toasts zero-gravity with champagne https://t.co/VqXJ8oG2ZO
40472                                            RT @Carolinamidwife: @Variety @ATT Fuck Susan Sarandon and her millions of dollars and her mansion. Privileged rich white lady bullshit.
40473                                                                                                                                                                      @Apple Thanks!
40474                                        RT @FedEx: Did you see the nominees for Week 1 FedEx #AirandGround @NFL Players of the Week? You can also vote at https://t.co/mfg3FflEHw h…
40475                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40476                                            RT @Carolinamidwife: @Variety @ATT Fuck Susan Sarandon and her millions of dollars and her mansion. Privileged rich white lady bullshit.
40477                                                         Check out 86-06 Kawasaki Concours 1000 21119-1111 4Z13 Engine Computer ECU ECM Black box  https://t.co/0GIVzhjfIj via @eBay
40478                                                      @McDonalds Your kiosk ordering is absolute garbage.  Horrible interface. Had to cancel after spending too much time.  Garbage.
40479                                                                                                                            The ONLY place to watch/follow an @Apple Event.  #BTxTCL
40480                                        RT @Reuters: Exclusive: Turkey boosts arms to Syrian rebels as Idlib attack looms - rebel sources https://t.co/DZRFjfKn5e https://t.co/dIt2…
40481                                                                                                                                                 @Apple @Apple thank you... already!
40482                                                     @BMW 3 Series E46 got a @PioneerUK TS-WX130DA Space Saving Active #Subwoofer with Digital #Bass Control https://t.co/TPsJVDYwzp
40483                                                                               RT @Apple: Join us today at 6:00 pm to watch the #AppleEvent live on Twitter. https://t.co/pG2oWav3Nc
40484                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40485                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
40486                                                     Check out All Night Media Foam Stamp &amp; Design Set FLORAL Flowers Leaves Rose Pansy Daisy  https://t.co/wu8vxGQSZ0 via @eBay
40487                                                                Check out LEGO The Batman Movie Harley Quinn DC Digital Alarm Clock (Brand New in Box) https://t.co/itgIsWFrJB @eBay
40488                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
40489                                                                                                                                        @Apple Awesome waiting for launch so excited
40490                                        Ok RT @Apple: @Abel_Rodriguezz The #AppleEvent is about to start. Tap below to watch live on Twitter. Reply #stop t… https://t.co/5C4dcncJw9
40491                                                                                                                                                  @suhelseth @Apple very true 🤣🤣🤣
40492                                                                                                                      Getting ready for the new #WWDC2018 show by @Apple #AppleEvent
40493                                        RT @OfficialPDPNig: The findings by the two credible organizations (@TheEconomist and @HSBC) that President @MBuhari stands no chance in th…
40494                                              Check out LuLaRoe Outfit 3X Cassie Blue Pencil Skirt &amp; 2X Perfect T Floral Top Blue Red #LuLaRoe https://t.co/9tzyl44Wqo via @eBay
40495                                                                                                                                                 @netflix pls I NEED SUPERNATURAL!!!
40496                                                                                     But white ppl can throw shit at yall and its fine 😂😂 Wow @Nike  got the KKK PISSED!!!!!!!!!!!
40497                                                            Check out 2003 07 Cadillac CTS Tail Finish Panel License Plate Housing Green #Cadillac https://t.co/WLto4UwaKd via @eBay
40498                                                                                                  Check out Lavender Luxury Natural Soap #Sudamala https://t.co/lGSglh5KLv via @eBay
40499                                                 @OfficialPDPNig @TheEconomist @HSBC @MBuhari @bukolasaraki @renoomokri @officialKolaO @atiku @UcheSecondus… https://t.co/fd47RBsTFR
40500                                                                                                                                       @Apple Thank you! I'm grabbing the popcorn 🍿
40501                                                       Check out Carhartt  Men's Long Sleeve Relaxed Fit Shirt Plaid Checkers Size Large #Carhartt https://t.co/paLnLnS5oY via @eBay
40502                                                                                          @netflix @jennyhan What's it going to take to get the deleted scenes from To All The Boys?
40503                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40504                                                                                                                                     No tweet from your account ? @Apple #AppleEvent
40505                                                                                                @Apple F***king 5 more minutes to go..Any good news for Indians? Assembled in India?
40506                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40507                                                                  RT @inviticusRed: @MKBHD @MKBHD shot with iPhone 6s because why NOT @Apple #appleEvent2018 https://t.co/5TuszesGw2
40508                                                                                                                                                   @Apple Congratulations Team..✌️✌️👍
40509                                                                                                        RT @Apple: Join the #AppleEvent live on Twitter now. https://t.co/oNC3CTwaTV
40510                                                                                                                                        @Bella_Vita718 @YouTube Check @Apple Twitter
40511                                                                      @Apple give 👏🏽 me 👏🏽 my 👏🏽 f*cking 👏🏽 notification 👏🏽 groups 👏🏽 right 👏🏽 now!!! 👏🏽 #AppleEvent
40512                                                                                             @Apple Think Differently. Don't make this presentation just like all the previous ones.
40513                                        I’ve gone from having a PC and Android phone to a PC and an iPhone to complete assimilation into @Apple hive mind i… https://t.co/ONTCB2hli3
40514                                                         Check out SCOTCH CLEAR Quality Packing Tape Scotch Transparent Packaging Supplies #Scotch https://t.co/7WRyovO8El via @eBay
40515                                                               Check out Red Vinyl Decal Window Wall Laptop Computer Desk 5x4 Peace Sign Handmade  https://t.co/F95eDGI518 via @eBay
40516                                           RT @zsukiri: Check out  Hair Growth and Anti Aging Maximum Strength Supplement Vegan Biotin Vitamin E   https://t.co/RPknTF3OcV via @eBay
40517                                                                                                                                  @Birjoo1 @Apple @Twitter Haha 😎 I go back n forth
40518                                                      @befiesty @Apple Wow ridiculous. How much is your insurance claim just do that if it’s better then upgrade . I have the 8 plus
40519                                                                             Introducing the iphone xs xs max and xr.the most boring and incremntal iphones we have ever made @Apple
40520                                                                         @Reuters @WhitesidePaula @theresa_may you are an incompetent pm 👎👎👎👎 @Conservatives you suck 👎👎👎👎👎
40521                                            The new Apple Watch 4⌚️ looks incredible! I can’t wait to have it. Bravo @Apple 👏🏻 #AppleSpecialEvent #AppleKeynote #Apple #AppleWatch
40522                                                          How great it would be if @Ford could donate one of their E450 bus trucks to my transportation business 😌😇 #AgirlCanDream
40523                                         @Expedia A1 I live in a small rural town but being in Michigan means it doesn’t take very long to get to water! We… https://t.co/MiCzVWM7WB
40524                                                   RT @myuniquemarket: Check out Snoopy Men's Novelty Collectable Yellow Necktie Peanuts Handmade Silk https://t.co/LbyrncCkoT @eBay
40525                                                                                        Check out Jewelry Travel Case NEW Black faux leather Brand New https://t.co/kR4r9NNaYi @eBay
40526                                                                                                              RT @Sony: Today’s #NationalVideoGamesDay. What are you playing? 🎮🎮🎮
40527                                                                                                                                                 @Reuters My apathy knows no bounds.
40528                                        @its_kachi @Apple Not defending them LOL! Just informing. I discovered the feature this weekend. Still wondering wh… https://t.co/WFjf0J0ffO
40529                                         @facebook what in the hell is wrong with you? Yoy@need to be regulated out of existence. @POTUS @RandPaul @tedcruz… https://t.co/M5nIyGeg1a
40530                                                                                                               take my money! @Apple the #iPhoneXsMax tho 😍 https://t.co/qvCSV4fifh
40531                                                                           Let's all go deactivate our @facebook accounts for a while since FB can't be bothered to do what's right.
40532                                                                    @Variety @ATT You supported someone with no chance of winning and now we have Trump!  Please stop talking!!!  ✋
40533                                                                                                   So before fall is here imma request @McDonalds so start making pumpkin pies 🤷🏼‍♀️
40534                                        RT @Toyota: Available LED front headlights and rear taillights feature dynamic auxiliary turn signals that shine a light on the all-new 201…
40535                                                                                                                                  @Apple I’m tuned in I had it on my calendar 🙂💛🍎
40536                                                                                                                                                             @Variety @ATT Fuck her.
40537                                                                                                                                                    @Expedia Awesome!!! #ExpediaChat
40538                                        RT @realBobWoodward: #Fear is available at: @BNBuzz Costco @Target  @booksamillion@HudsonBooks @Walmart and your local #independentbookstor…
40539                                                   Check out Jeans By Buffalo Men's Cotton Long Sleeves Designer Shirt Size S New  #JeansByBuffalo https://t.co/J2aKO5wusf via @eBay
40540                                        RT @RolaDagher: Kicking off #CiscoLeaderDay in Toronto with the best of the best leaders from across the world @CiscoCanada @Cisco https://…
40541                                                                                                        RT @Apple: Join the #AppleEvent live on Twitter now. https://t.co/oNC3CTwaTV
40542                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40543                                        RT @GoldmanSachs: LISTEN: How are factors like value and growth correlated with European stock performance? $GS Research’s Sharon Bell weig…
40544                                                                                                             Check out Nike Flyknit Epic React Size 11 https://t.co/2hPjAtrZNo @eBay
40545                                        @Apple Incredible people pay over a thousand pound for a phone or a 80 month pound contract while you can get a ano… https://t.co/0FQoLuSGda
40546                                                  @swimforce01 @Expedia South Beach is so much fun! I'm glad I got to stay there for the first time in May #ExpediaChat #Sweepstakes
40547                                                                                         RT @Expedia: Most tourist-friendly cities in the U.S.: https://t.co/E715F6mGvM #ExpediaChat
40548                                                          His reaction to this😂😂😂 @Apple relax please bro. Please explain yourself to us Android users 💔 https://t.co/NEUvLa9K2K
40549                                                                            RT @Expedia: A guide to U.S. National Parks if you only have 1 day: https://t.co/1Ws3fW4iQa #ExpediaChat
40550                                                                                                        RT @Apple: Join the #AppleEvent live on Twitter now. https://t.co/oNC3CTwaTV
40551                                                                          RT @Reuters: Some U.S. businesses postponing investment due to trade concerns: Fed https://t.co/vcOXCWiWvB
40552                                           @MarcoGutierrez @realDonaldTrump @facebook @TrumpTowerDC @originalMOAR @UniteAmerica1st @BBergquam @RealCandaceO… https://t.co/WBv1k1qUIm
40553                                                                                                         I always feel like a kid again when I watch the @Apple Keynotes #AppleEvent
40554                                                                                                                                          Get your white tablet only 34.99$ @Walmart
40555                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40556                                                                      RT @MaryKayHenry: Very impressed by the courage of people taking a stand at @McDonalds https://t.co/F7TySCn2VR
40557                                                                    Check out Cat Kitten Mother and  Child Necklace Baby 14K gold and Sterling Silver  https://t.co/eIiKmzHaqL @eBay
40558                                                                                                    RT @DJNAILZ: Here @Apple! Take my money now! #AppleEvent https://t.co/pXqHSzKt1Y
40559                                        RT @bowiegrrl11: @Variety @ATT She’s an asshole who endorsed Nader and said Trump would be better than Hillary. The only thing she’s inspir…
40560                                                 Check out Wireless Rave Bluetooth LED Speaker w/ Rechargeable Battery (SoundLogic XT) #Soundlogic https://t.co/e33ONy36GE via @eBay
40561                                                                                                 @Apple doing everything they can to help the planet!!!!! I love!!!!! ❤️❤️❤️❤️ #iPhoneXS
40562                                                                 @IlhanMN @Apple #@Apple.  Somali pride.  Immigrant.  Muslim.  Woman of color.  Leader.  American.  @GlobSomDiaspora
40563                                                                                                                    @Expedia Oooo! Adding this to my list! #ExpediaChat #Sweepstakes
40564                                                                                                         @Phasorburn @Apple They’re using a centralized one about 90million km away.
40565                                                                                                     Will #MasterKhan eventually make an appearance in #IronFist @netflix #FinnJones
40566                                                                                                                     6.1” iPhone confirmed to be called iPhone Xr @Apple #AppleEvent
40567                                                                                                                RT @DCC_LexieS: Ohlala 😍 Thanks @Nike!!! 👟 https://t.co/gZUmUbVR4j
40568                                                                  RT @andimJULIE: DUMPLIN’ is going to @netflix and I have no chill! https://t.co/ZJbnmW17mF https://t.co/4pJe7Av7ll
40569                                                                        RT @ShannonOukada: @hillaryborden @bobbybonesshow @Starbucks @Starbucks help #FindSamsayers please retweet!!
40570                                                                           @facebook HOW DARE YOU KICK OFF #WalkAway YOU ARE THE NATZI'S FOR REAL..... #MAGA #censorship #KAG #QAnon
40571                                                  Check out White Stag Womens Green w/ Multi Color Floral/Butterfly Nightgown Size M 8 / 10 #Gowns https://t.co/lXma8S0MK0 via @eBay
40572                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40573                                                                                                      @JohnLegere @Apple @TMobile How soon will T-Mobile support the esim in the Xs?
40574                                                                  RT @Expedia: Q4: What cuisine is your city known for? Favorite places to eat? #ExpediaChat https://t.co/Ur3g16lr1G
40575                                                                                      RT @Qashmier: What? DId I just hear that I can send my old iPhones to @Apple back? #AppleEvent
40576                                                                                    @JohnLegere @Apple @TMobile And you like customers like me so much your going to send me an AW4?
40577                                                                                                                                                                @Apple ok. how much.
40578                                                                                                                                  @Apple @tim_cook ok a new breed has born #iPhoneXR
40579                                                                                                                                                       @SweetKhaleesi @Apple Replace
40580                                                                                                                                                   Must. HAVE. New. @Apple iPhone 😍
40581                                                                                                                                              @yourkingishere_ @Apple The one I sold
40582                                                                             RT @KariVanHorn: COMING 2019 NATIONWIDE: @PopTartsUS CEREAL (Cred: @KelloggsUS) https://t.co/xz3LqsvWKU
40583                                                                                                        @carelpedre @Apple Hey @carelpedre Hey @haitienne_de https://t.co/KVIYrpcD2s
40584                                                                                     Save 50% with promo code 50CBSC16 | https://t.co/XoonN4zjvK https://t.co/P1CAgLink9 via @amazon
40585                                                                                             @nimotee @Apple I don’t think so I’m afraid but I’ll find out and update tomorrow if so
40586                                                                        @GOPLeader @Bootsctr74 @Google Google is part of the CIA Deep State. #DrainTheSwamp #DrainTheDeepState #MAGA
40587                                                                                                                   RT @Expedia: YUM! Us too! 🍣 #ExpediaChat https://t.co/KezZQNwEmk
40588                                                                                                                            @JohnLegere @TMobile Do we have 600MHz in Houston Texas?
40589                                           RT @DonFi4o: Check out Vintage Resin Figure Valentino by Miriam Rare Capodimonte Style Sculpture Italy  https://t.co/z8llp5hAvv via @eBay
40590                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40591                                         @m_brady @Apple But it doesn't. There's a fairly large black bezel around the entire screen between the screen and… https://t.co/iptOaVurXD
40592                                                                             RT @KariVanHorn: COMING 2019 NATIONWIDE: @PopTartsUS CEREAL (Cred: @KelloggsUS) https://t.co/xz3LqsvWKU
40593                                                                                                                                           @JohnLegere @TMobile And the Apple Watch?
40594                                        RT @Plambert001: The Preppers Lament: Southern Prepper Survival Fiction (A Prepper Is Cast Adrift... https://t.co/2XZIRgru9L via @amazon #p…
40595                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40596                                                                                                      @Neurotoxxine @Apple ayaaa ... des crocs bluetooth ... https://t.co/oRXxmm7v6w
40597                                                                                                                            @MassAppeal_ @Apple The iPhone X-r is like the cheap one
40598                                                                     Check out Green Arrow - Malcolm Merlyn # 350 SCE 2016 Exclusive Pop!   #FUNKO https://t.co/BEcReDJPKJ via @eBay
40599                                                                                                                             @Apple 😍😍😍dual sim is the best decision of iPhone 🤓
40600                                        @JohnLegere @TMobile Too bad downpayments are super high with you guys even for well-qualified customers. God forbi… https://t.co/kWpJupiW52
40601                                                                                                                                          Yeah @Apple ... It was nice knowing you...
40602                                                                                                                                           @LollyMkunqwana @Nike Exe those look nice
40603                                                                                                                     @positiviTeee Yasss! Another amazing one by @Apple! #AdweekChat
40604                                                                                                                                       @irepdiswitnolag @Apple Don’t need that 🤦🏽‍♂️
40605                                                                                                                                                  @Apple Loved it.. fantabulous.. 🎉
40606                                                                                                    RT @salesforce: Donate to (RED): https://t.co/rqxZsmkMej https://t.co/G7C3XGgTDZ
40607                                                                                         RT @Reuters: U.S. incomes rose but inequality widened in 2017: data https://t.co/m0WHzGpbam
40608                                                                                          @saraclay15 @Apple I need a chart breakdown on all these new iPhones. My head is spinning.
40609                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
40610                                                                                           RT @noisepoIlution: @chahyungwons @Apple give me a free iphone xs https://t.co/SrmjgXEsZb
40611                                                                                    RT @IMKristenBell: RT if you want @McDonalds to do the right thing here: https://t.co/Jcz4pDUjw5
40612                                                                                                                          Yawn #AppleEvent I remember when @Apple made computers 🤷‍♂️
40613                                                                                    RT @IMKristenBell: RT if you want @McDonalds to do the right thing here: https://t.co/Jcz4pDUjw5
40614                                         RT @BadPutty: I spoke to the manager at @Tesco about yesterdays incident {the alarms went off even though I'd not stolen anything} she was…
40615                                        @DrunkPenguinTTV @ZooSquadTTV @Samsung @Apple yeah but where are the features from Samsung... Im not seeing them. W… https://t.co/ZQxDdMIVQu
40616                                                                                    RT @IMKristenBell: RT if you want @McDonalds to do the right thing here: https://t.co/Jcz4pDUjw5
40617                                        RT @LindssAbraham: @Expedia A6. I love heading up north to Sedona! It's only a couple hours away and you are in a gorgeous new place! Swimm…
40618                                                                           Check out #DR. DENESE ... Advanced Firming Facial Pads ... NEW ... 60 count https://t.co/EL9eAXAXug @eBay
40619                                                                 @WellsFargo @Ask_WellsFargo Still charging customers $31 to cancel a check? Reestablished 2018 is definitely a joke
40620                                                                                               RT @Expedia: 11 best day trips from New Orleans: https://t.co/Pdbb11k4y8 #ExpediaChat
40621                                                                                                                          @MeatLust @asda @Tesco These sauces look amazing @MeatLust
40622                                                                                             Check out Budweiser Beer Bar Glass Vintage #Budweiser https://t.co/9s1PE7BEdd via @eBay
40623                                        RT @myuniquemarket: Check out TNT Juniors Brown Medium T-shirt Mascot Sonny Cuckoo For Cocoa Puffs Collectible https://t.co/tnkUMf8gAD @eBay
40624                                                                             RT @KariVanHorn: COMING 2019 NATIONWIDE: @PopTartsUS CEREAL (Cred: @KelloggsUS) https://t.co/xz3LqsvWKU
40625                                                                RT @Reuters: Laws of science halt Usain Bolt's speed in Zero-G plane https://t.co/bvGlLSCLDm https://t.co/O40GUhZTEZ
40626                                                                        RT @FDS_NaturallyMe: THE WIZARD'S ESTATE book one LET THE GAMES BEGIN https://t.co/suVgQjOF0E... via @amazon
40627                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40628                                        Soooo.. @Apple didn’t come out with an iPhone 9?! I was waiting for the 9 because that’s my favorite number. Smh guess I’m sticking to my 7.
40629                                                                                    RT @IMKristenBell: RT if you want @McDonalds to do the right thing here: https://t.co/Jcz4pDUjw5
40630                                        RT @AmazonTrump: @JCLETT @HillaryClinton @CNN @FoxNews @CBS @ABC @realDonaldTrump @MSNBC Check out this trump bumper sticker if you love th…
40631                                         Check out SMOK Rolo Badge Kit 250mAh 10-16W 2ml Tank US Stock Authentic Kit RASTA COLORS https://t.co/Mbt9DFsmp9 @eBay 3 extra pods include
40632                                                             I love the way Apple’s new products and premises are focused around eco sustainability! Well done @Apple!! #WWDC #Apple
40633                                        @Expedia Final Q: I'd want to explore Baltimore with @mikeroweworks! He's from here but I want to see how he does B… https://t.co/yX2BkGRGhO
40634                                        @JohnLegere @palanvinod @TMobile Are there Nike watches or stainless going to be offered or just the standard? Both… https://t.co/OsFDLhNIK0
40635                                                                                                 soon as i seen the new iphone my phone started trippin why are you like this @Apple
40636                                                                                                                              So pissed @Apple didn’t announce new iPad models. Ugh.
40637                                        RT @JavaJohnZ: Stock up and save on your RITZ Crackers @Ritzcrackers @Walmart with an ibotta offer or two. Great for back to school snackin…
40638                                                                                                                                          @reeses @amazon All of it I love chocolate
40639                                                                    RT @nicekicks: 👀 @RonnieFieg with the special ACRONYM delivery from @Erlsn and @Nike ⚡️ https://t.co/QnoEgLMO0h
40640                                                     RT @JohnLegere: Yup… I’m getting a new Apple Watch! Get ready to grab one at @TMobile!!! ⌚️ #AppleEvent https://t.co/XIoWdL87jW
40641                                                         @JohnLegere @TMobile My watch has been in my drawer for six months I will pass it is just a nuance and a waste of good time
40642                                                               @ACTBrigitte @TomiLahren @netflix 1st thing in your bio.   Hilarious saying someone else plays the victim card.  Lol.
40643                                                 Check out Casio Baby G-Shock BG-5601 100m Digital Alarm Chrono Quartz Watch Hour~New Batte #Casio https://t.co/giWrC3mYDY via @eBay
40644                                                                                                                                                    @SweetKhaleesi @Apple Regressive
40645                                                                                                                                        @JohnLegere @TMobile When can we pre-order?!
40646                                        @ATT  3 times in one hour your internet has been down for routine maintenance. Are you kidding me? You are almost getting as bad as @Comcast
40647                                                        RT @eshygazit: Our very own @tiffanyyoung teamed up with @hm for autumn 2018 divided music campaign! https://t.co/6NC89gcpQ1
40648                                          @Reuters Little Marco and Chris Smith (who he ?)are idiots. If China is successful in breaking the will of Muslim… https://t.co/XKrStIY8jf
40649                                                                       Lmao the comparison of @CHANEL to @Walmart is bazar in its own bit this is just awful lol plain awful 🤦🏽‍♀️😂
40650                                                                                                                                             @Vtrain365 @Apple I second this #6slife
40651                                                                                                                           @mrkhan_srkhan @Apple @tim_cook @pschiller sales...low...
40652                                                         Check out Vtg 1937 Magazine Ad  - AUTO-LITE SPARK PLUGS Madeleine Carroll / STETSON HATS  https://t.co/fV1G7Y3Kko via @eBay
40653                                                                                    RT @IMKristenBell: RT if you want @McDonalds to do the right thing here: https://t.co/Jcz4pDUjw5
40654                                        RT @Apple: @ARTEM_KLYUSHIN Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/19…
40655                                                     RT @JohnLegere: Yup… I’m getting a new Apple Watch! Get ready to grab one at @TMobile!!! ⌚️ #AppleEvent https://t.co/XIoWdL87jW
40656                                                                                   Check out Monopoly Oxford Edition limited edition #WinningMoves https://t.co/MhD6XKMKwx via @eBay
40657                                                RT @siouxsells19: Check out J.Crew Jeans Hipslung Stretch Boot Cut Blue Medium Wash Denim Womens Sz 29 https://t.co/StPDPbSiAS @eBay
40658                                                                                                          Putting in that NPI work today in the @TMobile studio. Let’s do this. 🍎😎
40659                                                                         @justinmeader @Apple @AppleSupport You have to pay your final month this is mine 🙄 https://t.co/GGK9QATzrj
40660                                                                                               Will carriers be selling @Apple Watch 4's or is it only Apple? @Verizon @TMobile @ATT
40661                                        RT @JayValenz67: Stephen Colbert Weighs In on CBS Boss Les Moonves' Ouster — Watch https://t.co/csVeuz10ek via @Yahoo Putin said Russia fou…
40662                                        @UPS are you allowed to hang up on customers just because they are upset? I mean no cursing. Not being mean to empl… https://t.co/G02TBBjsy5
40663                                                                                                                                                  @PhillipNsubuga @Apple And for me?
40664                                                                                                                            @Google shutting down Inbox? 😭😭😭😭 That ruined my day
40665                                                               @lisanigrospeaks @HomeDepot Love that! Thanks for taking the time to tell @HomeDepot what a great employee they have.
40666                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40667                                                                                                                                                              I LOVE YOU @Apple 🌝💙
40668                                                        RT @eshygazit: Our very own @tiffanyyoung teamed up with @hm for autumn 2018 divided music campaign! https://t.co/6NC89gcpQ1
40669                                                                                               And here’s Jony Ive with @RonConway at the @Apple #AppleEvent https://t.co/UIwuGvxxGt
40670                                          @Disney @thenutcracker Save the #MCU! Save Guardians of the Galaxy! #SaveGOTGvol3 #GOTG #GuardiansOfTheGalaxyVol3… https://t.co/dCqi0KvPbn
40671                                            RT @myuniquemarket: Check out Ty Disney Minnie Mouse Plush Stuffed Ball Doll Pink Polka Dot 7” Collectable https://t.co/O2eS3G81Pi @eBay
40672                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40673                                                                                 Broken Promises No Cell Calls With Apple Watch https://t.co/vLbPUrZyuu #applewatch @Apple @engadget
40674                                         Thank you @Oracle for the @OracleCloud #OCI #oracledeepdive event in the UK. After three days it‘s time now to fly… https://t.co/xoBPzsQSp6
40675                                        @Variety @ATT @SusanSarandon is a complete buffoon-totally clueless.  This kind of crap  can never happen again. Trump is hurting democracy.
40676                                                                     Check out Nathalie Schoeller Breeches Equestrian Pants Womens sz 26 #Nathalie https://t.co/pXFT0LsnXO via @eBay
40677                                                                                                @Shotzz420 @klberney @Variety @ATT @SusanSarandon You white ladies make me vomit lol
40678                                                               Check out Early Whiting &amp; Davis Pat 1918 Gold Mesh Evening Bag w/ Built-in Compact  https://t.co/ydz0gtOHoD @eBay
40679                                                                                                                                          @hildatheseries @netflix this looks gooddd
40680                                                                                               @DameAndThatGame @scottie_bairn @Tesco @jamieoliver He's a fat tongued mockney prick.
40681                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
40682                                                              Via @Reuters: Fed's Brainard sees more headroom on U.S. interest rates https://t.co/g5fjHUfHdA https://t.co/R182h46wCN
40683                                                                                                                                              Lincoln is a True Republican? @netflix
40684                                        With all these high level executives being fired at @CBS I need one of those https://t.co/mf5O7n3Rtt hard is it not… https://t.co/flBIJYvOKa
40685                                                @Charles_Lister @kshaheen @suriyegundemi_ @facebook @MiddleEastInst @RT_Erdogan Fundamentalist Islamic group Ahrar is a beneficiary?
40686                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40687                                                                               Check out Dome Ring Crystal 18 k Rose gold and Stainless Steel  size 8  https://t.co/wufanezUeh @eBay
40688                                                                                                Why can’t the new iPhone XS come in yellow?! 😍 @Apple #want https://t.co/FiOg8KCoWX
40689                                                Look what I found on EBay https://t.co/26HtKThPI5 @eBay #ebayfinds #fillYourCartWithColor #sax #Saxophone #MusicMonday #musicianlife
40690                                         Anyone know when @Apple charge you for pre-orders? Is it when you pre-order? Or when the order ships? Bc I want to… https://t.co/Ov0HxwKK4U
40691                                                                                    @Apple Imagine saying the watch is redesigned and it literally looks the same inside and out LOL
40692                                                     @MattTheGweat @KrangTNelson @HoarseWisperer @Variety @ATT Yes.  And they herald her as an all knowing shero for them to follow.
40693                                          RT @BethPaintings: Check out Dallas Cowboys Travel Bag Tag Luggage ID Tag Team Colors NFL #DallasCowboys https://t.co/Xxj8lnqWke via @eBay
40694                                                                                                                        @Apple Thanks Apple I just got my iPhone X and Apple Watch 3
40695                                               Do It Just: Has Nike Started a New Trend? My colleague @AlisonBiscoe on the @Nike and @Kaepernick7 campaign.… https://t.co/Rs6fxuSKWm
40696                                        @SievertMike @TMobile @Apple Will you guys still have the HIGH down payments even for customers with perfect paymen… https://t.co/0XiAc23ZsD
40697                                        RT @Charles_Lister: @kshaheen @suriyegundemi_ @facebook @MiddleEastInst @RT_Erdogan Apparently #Russia’s intelligence access is so deep tha…
40698                                                                                                                                        @Mbuleezy @HYPEBEAST @Apple Slightly bigger.
40699                                         @MadBitcoins @Google Imagine what the overlords would of done over the last 2 years if Hillary won...omg i dont even want to think about it
40700                                                                                        WHAT DID YALL DO TO MY PHONE @Apple MY SHIT WONT ACTING UP LAST WEEK https://t.co/7FtW0koWjb
40701                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/WLMaU02dlE
40702                                                Check out Xiaomi Mitu Cube Fun Simple Fingertip DIY Release Pressure Unlimited Speed Smart #Xiaomi https://t.co/mdHOXrh0Yy via @eBay
40703                                                                                                               RT @netflix: watches one episode of @QueerEye https://t.co/m6uVW0sTDC
40704                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40705                                        RT @BumbletweetsLLC: Check out Unique Vintage Elephant Pendant Silver Necklace Costume Jewelry  https://t.co/O7I7yThjJo via @eBay #style #F…
40706                                         So @funnyblackdude you are reaching only 12% of the US population now if you're lucky. Going to @netflix is a drop… https://t.co/wnx3Lwgkgf
40707                                             @DesignationSix @FoxNews @Buick @chevrolet @Downy @DawnDish @Gillette @Charmin @Puffs @Nestle @PetSmart @Chewy… https://t.co/evW35I65uj
40708                                                                                                                   WHY ARE YOU STILL USING @Google PRODUCTS? https://t.co/bt9Ht4TGTj
40709                                                                                                     Lots of good info on shipping in this article by @FedEx https://t.co/Ajj1VnAsXw
40710                                                                                                                                       @opiejeanne @amazon Failure of communication!
40711                                                           Check out Vintage Order of the Arrow Boy Scouts of America Banquet coffee mug gold rim  https://t.co/gZ0jcFRs0z via @eBay
40712                                                                                                                                                          @Sony Bloodborne of course
40713                                                                                                                                  @TheRealDJEPIcC @verizon Do you have to call them?
40714                                        RT @Toyota: Available LED front headlights and rear taillights feature dynamic auxiliary turn signals that shine a light on the all-new 201…
40715                                                                                                                     Am I really about to buy this @Apple iPhone X max? Yeah smh lol
40716                                        RT @realBobWoodward: #Fear is available at: @BNBuzz Costco @Target  @booksamillion@HudsonBooks @Walmart and your local #independentbookstor…
40717                                                                                    RT @IMKristenBell: RT if you want @McDonalds to do the right thing here: https://t.co/Jcz4pDUjw5
40718                                                                                                           RT @Solo4x_: Nigga ain’t even have the X for a year yet damn bitch @Apple
40719                                                                                           @JohnLegere @TMobile when ya'll gonna update and lower the prices on the 8 and X though?!
40720                                            Introducing Apple Watch Series 4 — Apple https://t.co/vDB7aQmh1C @YouTube @Apple #AppleSpecialEvent #AppleEvent⁠… https://t.co/HcijG8qTSL
40721                                          Cup Cake Vinyl Stickers.. https://t.co/zBMrYPZfx0 via @amazon #naturecuts #vinyl #vinylstickers #sticker #cupcake… https://t.co/zoogV8lG4I
40722                                        RT @OG_JOHNSON84: @Chevron should have to pay @ecuador and the Folks that live there 2.9 billion dollars then the people of @california and…
40723                                                                                                                                    @JustinRose99 @MorganStanley Congrats Justin! #1
40724                                                                                                                        @Apple ok but are you guys actually gonna announce something
40725                                            @Apple has officially killed the the home button on #iPhones https://t.co/IFGYMSLuWZ #appleevent #appleevent2018 https://t.co/7oQh5HBghP
40726                                        @Marcelvanst @Strainer12 @xtreme9530 @CLAAS_America @CAWHC1 @JohnDeere @AglandCo Do you ever plug straight cutting.… https://t.co/5fbRBoExwY
40727                                                                                                   @ChanEk81 @Apple Think will be big sales from people like me on 6 or 6s gen stuff
40728                                        RT @tyhenrymedium: @_ItsSavannah_ @Apple :( So sorry this happened! It’s hard to want to use iCloud as well because of how many celebrities…
40729                                                                                                                                  RT @tiavapes: I’m hyped for the @Apple event today
40730                                                                         @Variety @ATT Remember who Susan is. She supported Russian choice Jill Stein. She helped trump get elected.
40731                                                                         @VZWSupport You have a bill paid owe nothing and Verizon suspends you !! That great !! @TMobile here I come
40732                                                              Check out Mozilla Firefox Collectors Plush Rare Browser Mascot NEW #MozillaThinkGeek https://t.co/rckIsx06Gz via @eBay
40733                                                                        RT @netflix: Here's every time Jax was shirtless on Sons of Anarchy. You’re welcome. https://t.co/Yneec5q2Nq
40734                                                                                                                                   @netflix It needs to air on Netflix Canada 🙏🙏🙏
40735                                        RT @Nestle: Our plastics expert Xavier Caro on finding more innovative ways of collecting and recycling #packaging to reduce #plastic pollu…
40736                                        RT @VBCrane: @reddit FUCK YOU! Your blatant unfounded censorship will see you go down with the likes of @Twitter and @facebook. There is no…
40737                                                 RT @JustinRose99: Very cool having my name in lights!! Thank you @MorganStanley #TimeSquare #NewYork 🗽🍏🇺🇸 https://t.co/QlHR9eOlYZ
40738                                                                                                                                       @hildatheseries @netflix Celeste: The prequel
40739                                                                                                                                                   @Apple Are you gonna gift me one?
40740                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40741                                                                   Tell @BankofAmerica: Stop discriminating against immigrants https://t.co/trWVYJ3TIU #ResistTrump via @CREDOMobile
40742                                                                                                       @MrsSOsbourne @CBS Hire a blood hound at pet searchers will follow her scent.
40743                                        @Apple Grand for a phone still. 70-80quied on contract absolute joke. If was 6-700 be ok . But just pure rip. ! Sta… https://t.co/wUQtuwHdAJ
40744                                                                                                                       @Apple @KieranCassel everything about this video is great imo
40745                                                                                      RT @Reuters: Russian pleads guilty in U.S. to operating Kelihos botnet https://t.co/mNOqYp8Hht
40746                                             @AdrianWerner @BoundingComics @UnrankedChevron @netflix @TheQuartering @BlakeNorthcott @Mech_Aniki @PassStage6… https://t.co/hzmGoUXK9s
40747                                                Check out Vintage Medium Tommy Hilfiger long Sleeve Green Pattern Sweater #TommyHilfiger #Crewneck https://t.co/9tLtrYQ9Vz via @eBay
40748                                                                                                      @TMobile @MikeSlamer I'm not  I like my S9 better rather take a @BBMobile key2
40749                                        RT @trojans444_love: @THR @funnyblackdude @netflix He wanted to do a show about the NFL athletes taking a knee in protest against police br…
40750                                         RT @Disney: Lots of delight (and a little fright) are abrew this season! Enter @shopDisney's Haunted Halloween Sweepstakes for your chance…
40751                                                                                                              @TMobile y’all make sure to have the upgrade offer before December. 🔥
40752                                                     @manuelherrera33 @GoogleForEdu @Mesnier_Primary @Gotsch_learns @Google @RogersMiddleSch @AfftonSchools… https://t.co/OTxXCgYuTL
40753                                                                                                                                           @Itsamyaa @Apple nigga for us 😐@Itsamyaa
40754                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40755                                                RT @Reuters: Abandoned baby flamingos learn to walk at the Prague Zoo https://t.co/4dXKEu2aTe via @ReutersTV https://t.co/eggnoNaZjw
40756                                                        Check out Anthropologie Pilcro Stet Fit Womens Ankle Crop Skinny Jeans Mint Green Size 28  https://t.co/LjWaZBf1Ba via @eBay
40757                                                                                                                                            @LastLatinHippie @Nike Hide tour address
40758                                      RT @MikeKnotts10: 👍🔥MAGA Mayor JUST DID IT to Nike and BANNED THEM from PUBLIC PARKS - Kenne...#TRUMPTRAIN #TRUMP #MAGA #Q #QANON @Nike @ni…
40759                                                         @FedEx you fucking idiots already lost my package and make it impossible to call and talk to a human being in your company.
40760                                        @ManMadeMoon @JaneyGodley @mute @netflix Thanks Duncan! Its wonderful as is the incredible modern science fiction c… https://t.co/mIJWnyYVZo
40761                                                                                                                  @RealOmarNavarro @netflix I seriously doubt they even know who are
40762                                        @GOPLeader @Google Indictment then annulment of this illegitimate president repealing all presidential appointments… https://t.co/57155UeNLj
40763                                                                                 Will @Apple duel sim support 2 different networks? My works phone is separate to my personal phone.
40764                                                                             Will this @McDonalds actually make the orders correct? I'm guessing not. #CarbondaleProud #NotAChipotle
40765                                                       Check out Old Navy The Rockstar Womens Corduroy Jeans Pants Navy Skinny Leg Stretch Sz. 10  https://t.co/5v3LI92gjX via @eBay
40766                                                     RT @JohnLegere: Yup… I’m getting a new Apple Watch! Get ready to grab one at @TMobile!!! ⌚️ #AppleEvent https://t.co/XIoWdL87jW
40767                                                  Check out Clinique Medical Probiotic Cleanser pre/post Formula 5 fl.oz (150ml) #CliniqueAllergan https://t.co/wnWWldo4nQ via @eBay
40768                                        @SkyGriever @Google @inboxbygmail @lifehacker @iMore The Note 9 is the closest thing to an iPhone I've ever used. T… https://t.co/JzhDze7x8K
40769                                                                                                                                @Apple Doesn't it suck coming in second all the time
40770                                                                                                             @laurenleemack @Google @knightfdn @ONA @davidleonardtv Congratulations!
40771                                                                                                             @laurenleemack @Google @knightfdn @ONA @davidleonardtv Congratulations!
40772                                        @pr3ciousroy @michaeljknowles @netflix Ha. Rich. I am angry bc of the current stupid old white men in power.  And w… https://t.co/92Pnbqa8v2
40773                                                                                                                                                              @Apple Betsy Diaz LOL!
40774                                        RT @PIPCpatients: Over 90 patient groups joined PIPC in submitting a letter to @CVSHealth regarding their use of ICER's flawed QALY metric.…
40775                                         @ConServTeam @RealOmarNavarro @netflix Yup. No waiting period. And they used a kid with Down Syndrome as the buyer… https://t.co/xwgsabFdxE
40776                                                                  RT @andimJULIE: DUMPLIN’ is going to @netflix and I have no chill! https://t.co/ZJbnmW17mF https://t.co/4pJe7Av7ll
40777                                                                                         @marcieallyn @Apple No but plenty of others beer has been spilt on my phone so BYE BITCHHHH
40778                                                                                                                                                     @AdorableSavage6 Idk lol @Apple
40779                                                                           RT @Apple: Join us today at 10 a.m. PDT to watch the #AppleEvent live on Twitter. https://t.co/QSuq26uPn1
40780                                                                                                                                         @netflix Amen😂😂😂 https://t.co/vMMpvQeeQo
40781                                                           Check out Spooky Night Furry Black Cat Full Body Hooded Jumpsuit Costume Girls Size 4T  https://t.co/xw2Xp5Ok1P via @eBay
40782                                        @Apple Apple it was mentioned in the presentation that the Series 4 has a louder speaker. My question is can the Wa… https://t.co/ahmb4S0Hed
40783                                                                                                                                                                   @UPS Pretty cool!
40784                                        RT @mook1971: Yo! Check out Stiffel Torchiere Table Lamp Hollywood Regency with Lenox Porcelain Vase Body  https://t.co/Vi2tjBIQK2 via @eBay
40785                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
40786                                                                        RT @netflix: Here's every time Jax was shirtless on Sons of Anarchy. You’re welcome. https://t.co/Yneec5q2Nq
40787                                                                             Drop in GDC 6.302 for an @oculus demo and meet with @facebook engineers and the recruiting team at 5pm!
40788                                        RT @Chevron: Chevron's Global Memorandum of Understanding (GMoU) is a combination of community empowerment and collaboration.  Read more ab…
40789                                                              Why have @Apple discontinued all of the woven nylon Apple Watch bands? They were the most comfortable bands available!
40790                                                                                              @Apple Is the glass Sapphire Crystal yet? Or Apple still has a cracking glass problem?
40791                                                                                                                                 @netflix Can I come and work In your office please?
40792                                                       So @netflix decided to flood my home page with @noahcent andddddd I’m okay with that. Falling in love with him each time 😍😋
40793                                                           Check out 2007 W 1 oz Silver American Eagle GRADED BY MS-70  (First Strike) FLAG LEVEL  https://t.co/LOwQmr4DV3 via @eBay
40794                                                                                                       Ffs 😂 watched this show religiously I wish it was on @netflix #thesimplelife
40795                                        @PAULMORGAN999 @Ford @alliedmobility @NunsOnRun2018 @GPCIHJones @HamillSparkles @gwentpolice A little while yet..wi… https://t.co/OSWiC1RXiy
40796                                                                                                         @ATT you should be embarrassed of your service in New York and on the @LIRR
40797                                       @caramind93 @netflix I actually thought about this.😄 He would go into a cave and find Liam living with a pack of wo… https://t.co/l3fuQZHmRn
40798                                        @parscale @DonaldJTrumpJr @Google Two words for Brad:  Cambridge Analytica.  Two words for Junior:  Russia Conspira… https://t.co/C3Zja0Q2AK
40799                                                                                                                                     @LoverOfTechBA @tldtoday @Apple  being shady AF
40800                                                                                                                                         @Apple Re: Dongles. https://t.co/41PACquHTW
40801                                                                                                                                                                @UPS Slide in the DM
40802                                        RT @JohnDeere: Need the perfect compact tractor for every season? Visit us @HHDays to see our Compact Tractor line-up and attachments equip…
40803                                                   Check out Polaroid Land Camera Super Shooter with Case ~ Excellent cosmetic Condition #Polaroid https://t.co/4bVWz5zsLF via @eBay
40804                                        RT @itworldca: A @Google report on its economic impact in Canada details all the investments its making to the #AI ecosystem https://t.co/G…
40805                                        @Variety @ATT I think your justification for Trump is self serving and incredibly short sighted. You must be enjoyi… https://t.co/HWTHWvlIGw
40806                                                                                          RT @kingmee10: Me walking into places knowing Nike banned 😁 @Nike https://t.co/yH9m1HsNPW
40807                                        RT @JohnDuRaspail: Interesting that @Patreon and @Mastercard are trying to shut down @jihadwatchRS #RobertSpencer on the same day leaked vi…
40808                                                                                         @yashar Come on @netflix this is BS.  You guys are throwing your support behind this trash.
40809                                        Canceling my @Google email. A company that finds my vote “offensive” is all I need to know. @Yahoo worked just fine… https://t.co/WJX7uHIawr
40810                                                    RT @LizDuerStudio: Here’s what would happen if the Sahara was covered in solar and wind farms https://t.co/gr1wUOWI80 via @Yahoo
40811                                        @SputnikInt @Apple RUSSIA MOD: irrefutable evidence has demonstrated the seven dwarfs are training terrorists to en… https://t.co/bBHw2P7X0K
40812                                                                                   @tamiejoeckel @CatwalkLover @TomTwoTimes @ABC @NFL @Nike @NRA where did I criticize Christianity?
40813                                                                                                                       @Apple y’all don’t waste no time huh? https://t.co/IdPj5NPb5u
40814                                                                                                                                      @RightGlockMom @Google they all look like bums
40815                                                                                                                     @Apple My tiny hands can’t hold any of these 😒 #SmallHandProbs
40816                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40817                                                                              RT @parscale: Only @Google could make @facebook look like the good guys. Mark should send them a gift.
40818                                                         Check out 2011 Magazine Print Ad - BEN &amp; JERRY'S ICE CREAM - Chocolate Fudge Brownie  https://t.co/ZyM5WHLuCB via @eBay
40819                                                                                                                          RT @MoZoNeZeDaZa92: @Apple Enjoy🤣 https://t.co/YDODPIpfKm
40820                                                                                                                                       @brookmcknight @Disney THIS MAKES ME SO HAPPY
40821                                                                             RT @KariVanHorn: COMING 2019 NATIONWIDE: @PopTartsUS CEREAL (Cred: @KelloggsUS) https://t.co/xz3LqsvWKU
40822                                        @poeticlargess @rkumar9844 @Reagan_Girl @kathygriffin @netflix you don't FOLLOW every tweet you like DEAN. She is a… https://t.co/GoMHq7pTCg
40823                                                                                                     @hildatheseries @netflix Yes! Something cool to look forward to on my birthday!
40824                                        @Kaepernick7 @Nike equals @KimKardashian of the NFL...kneel for your rights... get famous... then something somethi… https://t.co/2kwIHbGcCP
40825                                                                                                                                                            @Apple oi lets fockin go
40826                                                          RT @Reuters: Stone in South African cave boasts oldest-known human drawing https://t.co/QbUPSbS1wz https://t.co/jBaR2zMmI6
40827                                                                                                                 @ATT can fuck themselves up the ass so hard with a fucking pumpkin.
40828                                        RT @Reuters: Abandoned baby flamingos take their first steps around the Prague Zoo https://t.co/4dXKEujMhO via @ReutersTV https://t.co/V9Cg…
40829                                                                                                        RT @Rikkkiee: All the New iPhones are so big... #AppleEvent @Apple #iPhoneXs
40830                                                                                                                     @facebook please stop streaming baseball games. This is painful
40831                                        Yup @Honda I went on two different interviews with y'all for different departments and one of them was 2 hours long… https://t.co/Y2Dh4j0jCY
40832                                                                              RT @parscale: Only @Google could make @facebook look like the good guys. Mark should send them a gift.
40833                                          @WheelsForHeels1 @BMW_SA @BMW @BMWGroup @EdwardMakwana @khuleonwheels @Zero2Turbo @godsxn @Earlsimxx @cjsvlog @cars_pixels Too nice 😍😍😍
40834                                        RT @MeansNefarious: @BlueSteelDC @Variety @ATT Nobody seems to pick up that one of the reasons more POC are running is because we saw how e…
40835                                                          RT @Reuters: Stone in South African cave boasts oldest-known human drawing https://t.co/QbUPSbS1wz https://t.co/jBaR2zMmI6
40836                                                                                                             @Apple Excited to upgrade to iPhone 8. No finger = no reason to upgrade
40837                                         @JollyGreenWyant @AdmWeirdBeard @smygfilma @__AMERICAN__ @Apple I doubt that anyone is jumping from iOS to android… https://t.co/qeiwTN3Hnk
40838                                           RT @Reuters: Running legend Usain Bolt challenges the law of gravity as he sips champagne https://t.co/bvGlLSUmuU https://t.co/q3D23KGQuW
40839                                                                             RT @KariVanHorn: COMING 2019 NATIONWIDE: @PopTartsUS CEREAL (Cred: @KelloggsUS) https://t.co/xz3LqsvWKU
40840                                                                                                   @parscale @Google @facebook ...and tax funds via DARPA have been spent by Google.
40841                                                                                                                                                             @PopCrave @netflix DUHH
40842                                                 RT @happyhippyshack: Komarov Top M Mini Pleated Artsy Printed Lace-Up Back Shirt Blouse Women s M https://t.co/ow1lhv0UCR via @eBay
40843                                        RT @Pepenstein: Mentioning Alex Jones or Infowars on @facebook is now a thought crime that will get you banned. @fbnewsroom will you report…
40844                                        Yeah Sorry @instagram and @facebook we are NOT sending you a copy of my drivers license for a Social Media Account.… https://t.co/xKX2YbwDoW
40845                                                                                                          @Apple Can I please have a package deal with the watch and iPhone Xs max ?
40846                                            RT @thebradfordfile: @parscale @Google Google is not a 'search engine'. It is 'social engineering' at its worst. https://t.co/VeNIElIiEd
40847                                                                                                                                            @msandfor @Microsoft @HoloLens Thank you
40848                                                               @snoylnimajneb @DataCamp @BritishBakeOff @rOpenSci I’ve been watching on @netflix! I think it is technically series 8
40849                                             @DesignationSix @FoxNews @Buick @chevrolet @Downy @DawnDish @Gillette @Charmin @Puffs @Nestle @PetSmart @Chewy… https://t.co/dBVqjRjDSG
40850                                   @CBS has a new fictional show #FBI. Where the agency is the good guys😂😂 🤣🤣🤣 Nice try we all know better now that th… https://t.co/ZJHh1izXZZ
40851                                                                                         @usminority Use this as evidence against @facebook at the upcoming hearing in Washington DC
40852                                    RT @Workspot: It's time to move your PCs to #Azure! Join @Microsoft &amp; @Workspot for our webinar Sep 18. Find out how to achieve better-than…
40853                                               @Arderz2012 @Apple 27.77 month contract? Either you don’t know much about phone contract standards or math ain’t your strong suit😂😂
40854                                                                                                                                              @Hyper_Canadian @Reuters But so do we.
40855                                                         Check out LOUIS FERAUD Luxury Designer Silk Jacket Pant Suit Size 8 #LouisFraud #PantSuit https://t.co/l5ZvcRvXau via @eBay
40856                                                                                                                   I think @stefondiggs just out basic-ed ALL of us 🤷🏻‍♀️ @Starbucks
40857                                                                                                                    @Athis_News @Apple @AshleyReyesCom @MMickael421 In a word. Shit.
40858                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
40859                                                                                I accidentally finished @AgentsofSHIELD on @netflix and I’m so happy that #ThorRagnarok is available
40860                                        RT @Shell: A Pennsylvanian region of the #USA has struggled since steel jobs left a generation ago. Now a new industry brings new hope. Rea…
40861                                                                              RT @parscale: Only @Google could make @facebook look like the good guys. Mark should send them a gift.
40862                                         @patriot_Girl_US @MgHusker @waynemorgan200 @IndivisibleNet @Ford Actually my plan is about Business Development in… https://t.co/xggQ2IKWI8
40863                                                                                         Don´t miss our live demo at @Google Booth - Innovation Hall! #MWC18 https://t.co/A4ZXOpA1Mf
40864                                        RT @JohnDuRaspail: Interesting that @Patreon and @Mastercard are trying to shut down @jihadwatchRS #RobertSpencer on the same day leaked vi…
40865                                                                                                                                       @snupedaniel @Starbucks Short 2 #slacker 😂😂
40866                                                                                                         RT @anthonian17: @sunriseon7 @Apple Are they paying taxes in Australia yet?
40867                                                                                                   @afeind @NorthwestISD @facebook This is so cool! I’m glad we are working on this.
40868                                                Check out ENZA COSTA S/S Round Neck Solid Split Seam Boxy Boy Tee Shirt Top Navy M $135 #EnzaCosta https://t.co/F2OZ236hgk via @eBay
40869                                          RT @Disney: Which realm would you like to visit? #DisneysNutcracker and the Four Realms is in theatres November 2. https://t.co/yBUMpPpUjS
40870                                RT @Cocoa_Bean10: Brother of LEO who was killed rescuing peeps in the Towers had the MOAB swipe @Nike &amp; Kaeper-thing:“And my brother &amp; hero…
40871                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40872                                                                        RT @Disney: Take your #Mickey90 knowledge to the next level! https://t.co/cwbVGXbwvt https://t.co/EYkCz8vGwe
40873                                                                                                                     @BradFarries @JohnDeere Your another one of them stupid fuckers
40874                                                                                                            @netflix @ThirstAidKit @RealKDPFan4Eva I think you’ll appreciate this 😂
40875                                                       Check out Stainless Steel Horseshoe with Acrylic Ball or Spike -Black Clear Multi or White  https://t.co/3ADdB6lOQE via @eBay
40876                                                    RT @Reuters: Fire in the belly: Bold V&amp;A museum transforms Scotland's Dundee https://t.co/H6eNAPpmrJ https://t.co/Lqjlkrugvg
40877                                                                                      @MrsKiraKing @greylongs @Shell Lol im still gonna drive my 14mpg car with my foot to the floor
40878                                        RT @JayValenz67: Man Arrested in Saudi Arabia After Viral Video of Him Having Breakfast With a Woman https://t.co/wVpmJbkYfs via @Yahoo Man…
40879                                                                                                     Who here would watch @JewdyGold and @kathygriffin @netflix specials? 🙋🏻‍♀️🙋🏻‍♀️
40880                                        RT @mcm_ct: The video is INSANE these people at @Google are apparently steeped in hearing WHAT THEY WANT TO HEAR NOT WHAT IS ACTUALLY SAID.…
40881                                                                                    RT @IMKristenBell: RT if you want @McDonalds to do the right thing here: https://t.co/Jcz4pDUjw5
40882                                                                                                                                              @Apple I will keep my iPhone 6+ thanks
40883                                    @FedEx Unlike others or most I respect all truck drivers &amp; I know wind sometimes play a factor which can be the har… https://t.co/0yfMVuPtXy
40884                                        RT @TarynTeutsch: Are you listening @Disney? @AETV? There is no excuse for domestic violence #FireMikeRinder #Justice4Mom https://t.co/WjxB…
40885                                                                                                                                                                    @Apple Max it is
40886                                                                              RT @parscale: Only @Google could make @facebook look like the good guys. Mark should send them a gift.
40887                                                                                                                      Check out my listing @eBay - https://t.co/fwEzWBpV3y via @eBay
40888                                        RT @ItIclaim: Ok. So @DanyGarciaCo Henry Cavill will no longer be Superman? Does this mean he will be 'The Witcher' @netflix Is  this confi…
40889                                                                                                                                                             @Google is like a cult.
40890                                                                                     @MEEchelleO @netflix @kathygriffin Hey does she know a funny woman? She should let netflix know
40891                                                                                               Yo @Starbucks why don’t the pumpkin spice madeleines have icing on them this year? 😢
40892                                                                                                                                                            @Apple Android for life.
40893                                        RT @OnTheHub: It's @Adobe week of the @OnTheHub College Gear Giveaway! Make sure you enter for your chance to win this weeks prize of a wic…
40894                                                                                         Tiny Terrors (Rated Version) Prime Video ~ Isaiah Colon https://t.co/CEK4NYLzkY via @amazon
40895                                                                                                                       @potatochipguru @airfrance Talking to you @airfrance @easyJet
40896                                                                     RT @karenterry132: Check out Atlanta Motor Lodges Six Flags Over Georgia Brochure https://t.co/m0JhTfkqne @eBay
40897                                                                                   #AppleEvent How about water proof phone and a forward facing flash!!! Pretty simple #apple @Apple
40898                                        RT @moncsiv83: Happy #AppleWednesday!Dear @Apple @AppleTV  please #SaveHannibal once your new streaming service is up. Thank you! https://t…
40899                                                                                                                                    @Apple Ya after my X is paid I’m done with apple
40900                                                       Check out Disney Roger Rabbit Comic Issue 11 Copper Age First Print David Bricker Costanza  https://t.co/L8yomWGKyu via @eBay
40901                                                                                                                                                                 @netflix Holy moly!
40902                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
40903                                        RT @cassiejocraig: Well this happened. Thank you @Apple and @tim_cook for allowing me to be a part of this incredible event! https://t.co/t…
40904                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
40905                                                        Check out Nine West Vibrant Rainbow Multi Color Faux Snakeskin Pointy Toe Pumps Size 10.5  https://t.co/QfnwhLGJvE via @eBay
40906                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
40907                                       RT @Disney: It takes 26 to tango! 💃 Meet the new contestants in the upcoming season of #DWTS on @ABCNetwork: https://t.co/8zrIqt4OQu https:…
40908                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
40909                                         RT @MammaLon: Norm is a narcissist. I’m so glad I canceled @netflix months ago. Don’t want this trash in my home. ❤️🇺🇸 https://t.co/DOocxNb…
40910                                                                                                                                                     @prienthk @Apple Already! Wow!!
40911                                        RT @TomFitton: LEAKED VIDEO: Google Leadership’s Dismayed Reaction to @RealDonaldTrump Election.  Or @Google leadership hates conservatism.…
40912                                                           RT @Reuters: Google to invest $140 million to expand data center in Chile https://t.co/QQDP87mG17 https://t.co/ubYxTAbScD
40913                                                              RT @samantha_alaimo: Who's ready for this @tiffanyyoung / @hm collection launch in October? 😍 https://t.co/rRib5OIn4j
40914                                        @MarkDice @facebook When the tech giant thought police ban a person from their mediums(which have made public space… https://t.co/Id03ig8wEM
40915                                                                                                         @TomFitton @realDonaldTrump @Google @BreitbartNews Absolutely unbelievable!
40916                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
40917                                                             @GilmoreGirrls @netflix @warnerbrostv Continue from s7 &amp; act like the revival never happened. ASP was disappointing
40918                                        RT @TomFitton: LEAKED VIDEO: Google Leadership’s Dismayed Reaction to @RealDonaldTrump Election.  Or @Google leadership hates conservatism.…
40919                                RT @coach_dave9: Win a @Google Home Mini ($80 valued) via @BestBuyCanada &amp; @HelloVancity RT &amp; Follow to enter #PowerYourSpace  https://t.co…
40920                                                                                                              RT @Sony: Today’s #NationalVideoGamesDay. What are you playing? 🎮🎮🎮
40921                                                                                                                          @Apple Let me get one for free bc I’m such a great student
40922                                                                                                                Hey there @Apple ... can we upgrade this???? https://t.co/h0R1JdMGZc
40923                                        @parscale @ColumbiaBugle @Google These ungrateful bastards! They don't appreciate what this country has given to th… https://t.co/sVjoxzuAZL
40924                                                                        RT @GlobalAffairs4U: @Variety @ATT That's like celebrating the death penalty because it gave us Christianity
40925                                        @Microsoft your slimy business tactics along with your anti consumer practices are pushing way past what’s become a… https://t.co/iDaHz5WU8b
40926                                                  RT @Reuters: Tony Blair: world's strategy for countering Islamist extremism flawed https://t.co/IuPYyPFBrq https://t.co/vUhG5UHe8V
40927                                                                                                                                       @Apple I have IPhone 8 and I’m happy with it!
40928                                                              RT @samantha_alaimo: Who's ready for this @tiffanyyoung / @hm collection launch in October? 😍 https://t.co/rRib5OIn4j
40929                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
40930                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
40931                                        The leaked video of @Google execs crying after @realDonaldTrump won the 2016 Presidential Election is just plain GO… https://t.co/3nG7FCyhOF
40932                                                                                                                           @tiffanyyoung @hm Omg i wasn’t ready for this😭🔥🔥🔥🔥🔥
40933                                                                                                                                                          @tiffanyyoung @hm POWERFUL
40934                                                                                                                                                     @MARINE_99ZULU @Google Agree...
40935                                                                                                 RT @verge: Here are the top 5 moments from the @Apple event https://t.co/qRyknN4Ap3
40936                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
40937                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
40938                                                                                                                            RT @Starbucks: @hyungnyan *sips Starbucks like Hyungwon*
40939                                              @JeanneMallett @JohnLegere @TMobile Don’t do it lol you gonna have to buy a charger a month after you get the… https://t.co/Md3yNVsGgT
40940                                                                                                                     Are you having some troubles @netflix ? https://t.co/VC5ehyBz6D
40941                                        RT @nemz_801: No wonder all of this fanacc said about hearing #OverMySkin been playing in @hm all over the world. Turn out @tiffanyyoung is…
40942                                                            Check out Vintage Westinghouse Elevator Car Station Operating Panel - Stainless Steel  https://t.co/na0tL8KpHn via @eBay
40943                                                                                                                                                          @MingGao26 @Reuters I like
40944                                                      Check out Summer Sands Vintage Necklace Avon Square Ribbed Neutral Tones Plastic Beads #Avon https://t.co/KBtu2tX66I via @eBay
40945                                        RT @TomFitton: LEAKED VIDEO: Google Leadership’s Dismayed Reaction to @RealDonaldTrump Election.  Or @Google leadership hates conservatism.…
40946                                                                   See what I m up to on @eBay! View my profile to see my favorite finds and more: https://t.co/8zCNXwGAPF via @eBay
40947                                        @IAMTHEPIEKING @MeansNefarious @patriotgyrl65 @Variety @ATT If you don’t want to be part of a party don’t be part o… https://t.co/TSEhXS5BGv
40948                                        RT @realBobWoodward: #Fear is available at: @BNBuzz Costco @Target  @booksamillion@HudsonBooks @Walmart and your local #independentbookstor…
40949                                                           RT @JohnOberg: @McDonalds The clock is ticking for you to commit to making meaningful changes for chickens. #ImNotLovinIt
40950                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
40951                                                                     RT @HoarseWisperer: @Variety @ATT Susan Sarandon should f*** off and keep f***ing off for the rest of her life.
40952                                        RT @JohnOberg: @McDonaldsCorp @McDonalds @FrancescaDBiase @World_Wildlife How about ceasing to mislead the public? Tell the truth about how…
40953                                                                                                                  @Apple samsung has already outdid themself https://t.co/55BUekTxwS
40954                                                                              RT @parscale: Only @Google could make @facebook look like the good guys. Mark should send them a gift.
40955                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
40956                                                                                                                         @MrsSOsbourne @CBS Praying for the safe return of your pet.
40957                                                                      THIS SHOW IS HARMFUL AND TRIGGERING AND ITS A SHAME ITS BEEN RENEWED FOR A SECOND SEASON @insatiable_ @netflix
40958                                                                              RT @parscale: Only @Google could make @facebook look like the good guys. Mark should send them a gift.
40959                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
40960                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
40961                                                                        RT @netflix: Here's every time Jax was shirtless on Sons of Anarchy. You’re welcome. https://t.co/Yneec5q2Nq
40962                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
40963                                                  Check out Zara Mens 2-In-1 Hooded Tan Winter Coat Size Large With Inner Detachable Jacket  #Zara https://t.co/VGpiVhzZkR via @eBay
40964                                    RT @captain_maga: SPEAKING OF #Collusion L&amp;G AND THE #FakeNewsMedia @CNN @NBCNews @MSNBC @ABC @CBS HERE IS A REAL #Treason ON DISPLAY RIGHT…
40965                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
40966                                            Check out SALE NEW BALANCE 993 MR993BG BLACK GREEN Size 10.5 &amp; 11.5 BRAND NEW IN HAND  #NewBalance https://t.co/8uDO1VIA45 via @eBay
40967                                                                            @Sarah_and_Duck Why aren’t you on @netflix ?!? Our boys were devastated when we went to watch tonight ☹️☹️
40968                                                                                                     RT @IlhanMN: I knew I was an @Apple fan for a reason 😉 https://t.co/Nj5eUZuFQ8
40969                                                                                                         @JsnCmbs @jcombs02 @Apple That watch could save Jason’s life... #MustBuy 😉
40970                                        RT @HollieJoyJoy: @TimeSassChoco Wtf indeed?!?? This show is widely trashed ugh @netflix do better #SaveTimeless - a show I’m actually insa…
40971                                                             RT @ihaveamindto: @tashsparkles @serenawilliams Time for @Nike to upshift and support their own https://t.co/bbdgV9UChY
40972                                    @TaniaOnce @JBomb11 @BewleyRemodel @darrenrovell @Nike Lol did you say his penis? Do he even have one? That’s a millón dollar question. 😂😂😂😂
40973                                                                                                                           @DanielTillie_ @Apple They’ve figured out how to do it...
40974                                                                                                          @JoeFreedomLove @tammywalt61 @Disney just cares about their share holders.
40975                                                                             @ziibiing @__AMERICAN__ @Apple I have an iPhone X and I enjoy it - mind if I ask why you don’t like it?
40976                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
40977                                                                                                                             @Reuters and we spent how much money and blood on iraq?
40978                                                                                                  @Apple $1500 for a larger version of the IPhone X - you lost your mind Apple. 🙈😂
40979                                                                     Check out 3 NEW  CHRISTMAS POSTCARDS CARD VINTAGE EYVIND EARLE WINTER IMAGE   https://t.co/eIVkYH9nP6 via @eBay
40980                                                                                                @ItsaJonesWorld @Apple Thanks Mo! Yeah you got a nickname now. We love our viewers!!
40981                                        RT @TomFitton: LEAKED VIDEO: Google Leadership’s Dismayed Reaction to @RealDonaldTrump Election.  Or @Google leadership hates conservatism.…
40982                                         @monsoon2112 @MichelleMcDi @Zebop @Variety @ATT Becky's not listening to anything negative said about her precious… https://t.co/3a7VMtZAB4
40983                                                                             RT @KariVanHorn: COMING 2019 NATIONWIDE: @PopTartsUS CEREAL (Cred: @KelloggsUS) https://t.co/xz3LqsvWKU
40984                                        @pete_writes @__AMERICAN__ @Apple I’m on my second one. It glitches all the time (keys randomly press themselves an… https://t.co/a9osgW11L1
40985                                                                     Dusgadh: Essence of Life: The Awakening Series Book One by Margaret A. Daly https://t.co/QblcfsZjah via @amazon
40986                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
40987                                                                                         #Timeless rewatch of Karma Chameleon starts now #SaveTimeless @Sony https://t.co/w2eOIZUN5U
40988                                                      Check out CREEPY  CLOWN PAINTING HALLOWEEN OUTSIDER ART ABSTRACT FOLK PAINTING  #OutsiderArt https://t.co/2vjPMSHzY1 via @eBay
40989                                                                        RT @netflix: Here's every time Jax was shirtless on Sons of Anarchy. You’re welcome. https://t.co/Yneec5q2Nq
40990                                        @buffalobills @JoshAllenQB @Microsoft Bills traded away their best opton at qb.   Compare AJ college stats with All… https://t.co/JxX7x8mYT7
40991                                                                                                                                                   @JugarNspice @netflix The Keepers
40992                                                          RT @hopescloset2: Check out Vintage Lisa Stewart Black Leather Make Up Bag  #LisaSteward https://t.co/1czCSMgQRa via @eBay
40993                                                    RT @hopescloset2: Check out Zegna Sport Hiking Shoes Leather Womens Size 8.5 Italy #zegnasport https://t.co/187RifcWf8 via @eBay
40994                                          @ironsightforge @slewtrue611 @AdrianaCohen16 @GOPLeader @Google @realDonaldTrump @GOP @PJMedia_com @TuckerCarlson… https://t.co/Y8jMke8ptF
40995                                        RT @RogueGruBot: @SputnikInt @Google @realDonaldTrump Putin murders chronicles: (May 2016) – Polonium expert involved in Litvinenko inquiry…
40996                                        Naw @Google You burnt me one to many times. @inboxbygmail is the LAST STRAW. I won't be using any of your new apps/… https://t.co/6k3ToJxacS
40997                                        RT @Golfdom: Everyone loves an underdog! Thanks @JohnDeere @RainBirdGolf @KaseyKauff we're excited to bring this great calendar to our loya…
40998                                                  Check out COACH KIDS Girls Size XL Jacket Coat Signature C Design Pink Khaki Brown 10/12  #COACH https://t.co/OUCQ95JFC7 via @eBay
40999                                                                                                                Just received my new Nike's. @Nike #justdoit https://t.co/vfgVabb20W
41000                                                                                                 RT @verge: Here are the top 5 moments from the @Apple event https://t.co/qRyknN4Ap3
41001                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41002                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41003                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41004                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41005                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41006                                                                                                                         @GOPLeader @EricTrump @Google PM is gonna 🇷🇺🇷🇺SING🇷🇺🇷🇺bItch
41007                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41008                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41009                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41010                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41011                                                                                                  Hi @McDonalds! At which of your locations is the lobster roll currently available?
41012                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41013                                                                                                              @emile_horne @MandyHubbard @netflix *watches again to confirm* indeed.
41014                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41015                                                                                                                 @davidgaider @Apple Ah. Se brethren. Seriously. Make things smaller
41016                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41017                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41018                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41019                                                           Check out FLOWER Ab Rhinestone Vintage Gold Tone BROOCH PIN Costume Jewelry 3-D #Brooch https://t.co/dvWyGpHUtQ via @eBay
41020                                                                                                      @TMobile @justinbieber There’s a reason why you guys are my phone carrier 🙌🏻
41021                                                                                                               At first glance this could be @amazon. Wonder if they sell homes yet.
41022                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41023                                        RT @justinsuntron: https://t.co/kKk6RXeN9V will run for #TRONSR. https://t.co/kKk6RXeN9V strives to become the @Google in the blockchain in…
41024                                        @Absurdity854 @newtgingrich @facebook @LindseyGrahamSC Really-no one could find a country. Let’s see Obama had 8 ye… https://t.co/WPKJnOSqsr
41025                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41026                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41027                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
41028                                                                        RT @netflix: Here's every time Jax was shirtless on Sons of Anarchy. You’re welcome. https://t.co/Yneec5q2Nq
41029                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41030                                                                                                                                                           @Apple And it can FLY....
41031                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41032                                                                                                                   @Apple Technology at its Best 📲📱📲📱📲📱📲📱📲📱📲#AppleEvent⁠ ⁠⁠ ⁠
41033                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41034                                                                                                        @facebook This is showing your true colors. Are you scared of conservatives?
41035                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41036                                                                                                                                       @Reuters I bet those 80 years seem like 8000.
41037                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41038                                                       RT @Reuters: Special forces presence at anti-graft protest angers Guatemalans https://t.co/OeUxlsz6Nw https://t.co/z0sZWAW3kc
41039                                                                        RT @netflix: Here's every time Jax was shirtless on Sons of Anarchy. You’re welcome. https://t.co/Yneec5q2Nq
41040                                                                              RT @parscale: Only @Google could make @facebook look like the good guys. Mark should send them a gift.
41041                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
41042                                                        RT @Reuters: Stormy Daniels promises to tell all in memoir due out October 2 https://t.co/Iaq94pcyLE https://t.co/QxMoThZ1Id
41043                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41044                                                        Check out Inter Milan Soccer Football Nike White Blue Long Sleeve Top Men's 2XL Used #Nike https://t.co/6Ok0F6G5QO via @eBay
41045                                                                                                                                                     @TMobile @justinbieber Hi scoot
41046                                         @SarahAnneMunroe @Apple @TMobile @Google I’m going to stick with my horrible non-face recognizing iPhone X. B/c of… https://t.co/PcuK5yGyPC
41047                                                   RT @Lizzie_Chantree: When Angels Fly by S Jackson https://t.co/NB2wrwBYS2 via @amazon @MaryLSchmidt #RRBC https://t.co/tS2nqTRyaG
41048                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41049                                                                                                                @scottstclairr @MzHawks90 @Apple Dawg just sell the x and buy the xr
41050                                                                                                               @Apple I dont want a face scanner or a retina scan.  I draw the line.
41051                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41052                                                  RT @yaasauceENT: I swear to god @Apple know how to make you feel so shit about your phone. I only got 8plus couple months ago Kmt!
41053                                                                                            @EpicGames @FortniteGame @Apple Please make an exclusif #Fortnite skin for the #iPhoneXS
41054                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41055                                                                                                                      Why did @JohnPaczkowski feel the need to speak up for @Google?
41056                                                                                                                                                         @Apple Holy shit I need one
41057                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
41058                                                                                                                    @ron_stahr @RohdeD @JiayangFan @Reuters So show me what they did
41059                                                      Check out Lot Of 11 Pairs Assorted Pantyhose Mixed pre owned for crafts #Assorted #Pantyhose https://t.co/LwL7Mo703U via @eBay
41060                                                                                                                    I forgot to get my free birthday coffee from @Starbucks 😩😩😩😩
41061                                        RT @ololabear: BIG BROTHER @facebook  Election Interference : Walk Away Brandon Straka BLOCKED On Facebook For Posting InfoWars Link #... h…
41062                                        @FANGORIA @McDonalds I still have mine!! I keep Halloween decos in them. I am almost a halloween baby so I took goo… https://t.co/XLBqz1wK3y
41063                                                                                         @BethesdaStudios @Apple I'm tired of Apple and Xbox getting everything before everyone else
41064                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41065                                                                                                    RT @BMW: @Millakins Thank you very much for sharing your enthusiasm and passion!
41066                                         @mlndlrman @DesignationSix @FoxNews @Buick @chevrolet @Downy @DawnDish @Gillette @Charmin @Puffs @Nestle @PetSmart… https://t.co/6b9UaFGPEw
41067                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41068                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41069                                                                                          RT @ASOS: @lilireinhart in the autumn 18 issue of ASOS Magazine ✨ https://t.co/oLjmiM7DUW
41070                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41071                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41072                                                                                                                           Finally new episodes of @QuanticoTV on @netflix !!!! 🙌🏼
41073                                                      Check out MT00287 12 Cube Rack Cabinet Wardrobe DIY Closet Black &amp; Multicolor #Unbranded https://t.co/cZOneOfhzN via @eBay
41074                                                                                     RT @1994kidrauhlLe: @TMobile @justinbieber Take Justin to meet BTS #FallonTonight #AreYouWithUs
41075                                                                                  @RealJamesWoods @Google @HillaryClinton Just stopped using @google. There are alternatives people.
41076                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41077                                        RT @SavarjeetSingh2: #Microsoft announces https://t.co/wESKuLZfnn 0.5 at the #Dotnetconf cc @Microsoft https://t.co/2x1PCEXcoF https://t.co…
41078                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41079                                                                              RT @parscale: Only @Google could make @facebook look like the good guys. Mark should send them a gift.
41080                                                                                                     @USA_AllenK @RedNationRising @Nike @Kaepernick7 @BreitbartNews No Nikes for me.
41081                                         @AaqilKhanN @BethesdaStudios @Apple Sorry duder. The Android marketplace is just dead. People historically haven’t… https://t.co/mwtCI8cN4P
41082                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41083                                                                 Dude the iPhone Xs Max is the dopest shit I’ve ever seen\U{01f929} @Apple #thisistechnology https://t.co/3vpIXRzq8R
41084                                                      @RealJamesWoods @Google @HillaryClinton Boo freakin hoo hoo. Get over it! 6 more years  #MAGA #KAG2020 https://t.co/vFAGaSZsAp
41085                                                                                                                                                     @boytoymaraj @Apple Rich Queens
41086                                                                           RT @RubelloM: @lutherlowe If @Google treated both sides fairly they would not have to worry about optics.
41087                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41088                                        @knwhite_uh @RealJamesWoods @Google @HillaryClinton And what alternative is that? Google had an employee that was t… https://t.co/BWvsqpYw8o
41089                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41090                                        @Apple So no headphone jack no home button yet the cheapest phone that just came out was $750 and the new one is $1… https://t.co/YHjEPpn8x2
41091                                                                     Check out NEW XEZO MAESTRO WHITE MOTHER OF PEARL Fountain Pen Personal Collection https://t.co/phi107qrPl @eBay
41092                                         @RealJamesWoods @Google @HillaryClinton So yes now I am even more certain that Google never discriminates against conservatives. Yeah sure.
41093                                        @sengineland @Google @rustybrick Google Pixel Fraud might happen again with the launch of Pixel 3 on 9 October 2018… https://t.co/JnlmE1Q3TV
41094                                                                                   @Reuters That 15 years ago she acted liked a prostitute and years later blackmailed a candidate ?
41095                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41096                                                                                                           RT @HeyAprill: Pick me. Choose me. Love me @Apple https://t.co/LD9Xun8HwI
41097                                                                                          @knwhite_uh @RealJamesWoods @Google @HillaryClinton @DuckDuckGo is a great search engine!!
41098                                                                                                                      Check out my listing @eBay - https://t.co/IMK8KdM298 via @eBay
41099                                                                                                                            @RealJamesWoods @Google @HillaryClinton Use Duck Duck Go
41100                                                                                                                                           @JohnLegere @TMobile What phones qualify?
41101                                                                                                        @RealJamesWoods @Google @HillaryClinton Here’s 25¢...go call a waaambulance.
41102                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41103                                        RT @Reuters: The share of refugees admitted to the U.S. who are from Europe is triple what it was two years ago https://t.co/xyekCgHhLC htt…
41104                                                                                                                          @GOPLeader @Google Go get em Kevin.  This is long overdue.
41105                                                                                     RT @1994kidrauhlLe: @TMobile @justinbieber Take Justin to meet BTS #FallonTonight #AreYouWithUs
41106                                                                                                                   RT @Sony: October 5 is so soon. 👀 #Venom https://t.co/QbLyYMARmI
41107                                                                                        Now @Apple y’all don’t have to make my phone freeze up. I was buying the new phone anyway 😩
41108                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41109                                                                                                                                  @JosephG_61 @willjmunny @netflix I appreciate you!
41110                                                                  Check out Vintage RONSON Queen Anne Table Lighter - Silver-Plated - Made in USA  https://t.co/BBsBYigkz1 via @eBay
41111                                                                                                                                                          @PayPal Promoted ignore it
41112                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/SKA5eAmZyl
41113                                                         RT @Reuters: WATCH: Bolivia's peaks offer costumed paragliders astonishing views during competition https://t.co/rOmGqb7cAU
41114                                                        Check out Vintage Marble Green Gold Trim GT WTAERMAN Phileas cartridge Fountain Pen M nib  https://t.co/9BAT1vmBJA via @eBay
41115                                                                                                                             @netflix pls no te tardes en sacar ps: i still love you
41116                                                                                   @RealJamesWoods @Google @HillaryClinton Get rid of your GMAIL and go with https://t.co/iGpfDtLoQ4
41117                                                                  RT @msfc59: Check out Vintage Fairy Tales That Never Grow Old Star Edition Book 1923 https://t.co/Sb8Wj4z1HE @eBay
41118                                                                                        ABSOLUTELY THIS ⬇ @McDonalds @McDonaldsCorp #ImNotLovinIt either! 💔 https://t.co/958vGjbqzS
41119                                                           RT @FastCoDesign: Your @UPS deliveries may soon arrive in electric trucks https://t.co/gTAFQqJJOD https://t.co/14GfmYHpqc
41120                                           #RT @Google: @Lynndra_ Hi there. We'd suggest reviewing your recent Google activity with the steps on this page:… https://t.co/F17hqf7ojr
41121                                        RT @BethesdaStudios: Thanks to everyone at @Apple letting us showcase our next big thing -- The Elder Scrolls #Blades -- coming this Fall t…
41122                                                     RT @Reuters: Russia's Putin to plan meeting with Mexico's president-elect: Tass https://t.co/aIDsJhneIu https://t.co/02B1qw2ZU0
41123                                                  @DDRANTE @CNN @cnnphilippines @Reuters @nytimes @PTVph @ManangImee @sayiloveyoubaby @k_aletha @alanbaylon… https://t.co/cS9VRZ5CLG
41124                                                                                                                              @CNNnews18 @Apple As of one of kidneys was not enough.
41125                                        RT @Sarwagna_Ananta: @RealJamesWoods @Google @HillaryClinton THESE people are the leaders of industry?! Really?! Crying because someone los…
41126                                        RT @AdrianaCohen16: @mattlogical @GOPLeader @Google @realDonaldTrump @GOP @PJMedia_com @TuckerCarlson @parscale @GOPChairwoman @kayleighmce…
41127                                                                                                                      @PrincessVitarah @Kaepernick7 @Nike I wasn’t ready! Cum again?
41128                                                                                                                                  @TMobile How long did it last during the iPhone X?
41129                                        RT @Sarwagna_Ananta: @RealJamesWoods @Google @HillaryClinton One thing: I have lived through a few election results I hated. But I never lo…
41130                                                                                      Come on apple ! At least give us fast charger within the box of new iphones #AppleEvent @Apple
41131                                              Just announced - the iconic @TheOnlyEdAsner joins the @netflix dark comedy #DeadToMe: https://t.co/lQQjweoDOy… https://t.co/DM5zrG3OOP
41132                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
41133                                         RT @pjcobbrocks5: @MarkDice @facebook Humans should #WalkAway from Facebook.  Let the drones communicate with the drones. #INGSOC will fly…
41134                                                Check out 22 Tooth Grinder Chain Disc Wood Carving Disc Cut for 100/115mm Angle Grinder #Unbranded https://t.co/0unJbilRan via @eBay
41135                                          @ElliotVanOrman @facebook @JBVO2 @RingLeaderRick_ @WalkingDead_AMC @hockeyredwhite @Indie_Queen13 @EverydayGrimes… https://t.co/yXp4OJKUvP
41136                                                                                                                                                             @TrakinTech @Apple Nice
41137                                                                         @Apple y’all BUGGIN tf out with these prices. Drop them tf back down to a normal smartphone price. Wtf bruh
41138                                                            Check out Netting Curtains Canopy Bed Valance Kids Room Decoration Bed Tent #Unbranded https://t.co/mSuyeBM9on via @eBay
41139                                                                                                                     @Kevingates are you gonna let @Apple take all the credit???????
41140                                                                                                         @Surabees @DonaldJTrumpJr @Google @realDonaldTrump Again with the Breitbart
41141                                                 RT @veracityplus1: What an azzhole. I pray she didn’t bring children into this world. @GoogleTrends @Google https://t.co/YcQQr3wr50
41142                                        @gamingdadsNZ @Apple Might be heading that way very soon. If these prices continue to raise yet the competition sta… https://t.co/ToNNpkfVpp
41143                                                                             RT @KariVanHorn: COMING 2019 NATIONWIDE: @PopTartsUS CEREAL (Cred: @KelloggsUS) https://t.co/xz3LqsvWKU
41144                                      RT @Navy_Lady_45: @parscale @Google ♨️I will NEVER have Google's values.  I make my own choices &amp; I don't need them to tell me what's good…
41145                                                                                                                                                   @TMobile This is true @TMobile 💛
41146                                                                             RT @KariVanHorn: COMING 2019 NATIONWIDE: @PopTartsUS CEREAL (Cred: @KelloggsUS) https://t.co/xz3LqsvWKU
41147                                                         RT @CsharpCorner: #Microsoft announces https://t.co/KQqR5ZEuLZ 0.5 at the #Dotnetconf cc @Microsoft https://t.co/9ff8ELWmIw
41148                                           @RealJamesWoods @brett7three @Google @HillaryClinton Somethings should be kept confidential &amp; internal; wish I could unsee that; wow!
41149                                                                Finished the 2nd season of #TheGoodPlace on @netflix in what I think is my fastest record yet. What a good show 😈😇
41150                                                                                                 RT @verge: Here are the top 5 moments from the @Apple event https://t.co/qRyknN4Ap3
41151                                                   @osiimi187 @PayPal They need to turn up and earn from your money! Old trick! Send direct mail and tell that you going to sue them
41152                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41153                                                                                                                                                HIRE. A. STYLIST! @Apple #AppleEvent
41154                                                                                      @ThomasWictor @Google I switched to duck duck go search about a year ago. Much better results.
41155                                                    RT @BethPaintings: Check out New England  Patriots Women Tank Tops Size M Gray #Kavio #TankTop https://t.co/tAwjiJdRLp via @eBay
41156                                                                                                                                       It’s all yours @Apple https://t.co/CYHOKlaeGI
41157                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41158                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41159                                                 @DrDave01 @purviparwani @Apple @EricTopol @mmamas1973 @DavidLBrownMD @onco_cardiology @rajdoc2005 @iamritu… https://t.co/WsMqbPECwD
41160                                         @Walmart needs to shut tf down. All these workers and only one lane opened and this cashier waits until I’m moving… https://t.co/EBRiIHjboG
41161                                              This is your chance to seat all of your guests for Thanksgiving dinner! Check out my listing @eBay - https://t.co/OUgNigdgtM via @eBay
41162                                            @fancywhitebread @Apple ME TOO!!! And we all keep asking for things like longer battery life but... I'm sick of @Apple's tone deaf hype.
41163                                              Check out *MINT IN CASE* YASHICA SOUND 50XL MACRO SUPER 8 8mm Movie Camera From JAPAN #556  https://t.co/I3JpwrioSX via @eBay #yashica
41164                                                                                    @MsShaneLynch @KrystalJoyBrown @Gingerhazing @meritleighton @DreamWorksSheRa @netflix I knew it.
41165                                                                                         @LegendFryingpan @louis_beam @Reuters It always is. You loons on the left are mentally ill.
41166                                                 Check out Nike NFL Team Baltimore Ravens Dry-Fit Men's T-Shirt Shirt Size XL X-Large #Nike #Shirt https://t.co/f08MJkG0dm via @eBay
41167                                                                                                                                                              @BMWi @BMW Astounding!
41168                                                                                                                                        @TMobile @justinbieber Justin is so awesome!
41169                                       Check out @Pink #BeautifulTrauma 2 LP 150 Gram Vinyl &amp; Download 2017 Release #pink NEW SEALED  #PopRock https://t.co/fzzCXkvtLC via @eBay
41170                                        @JimCarrey @Nike Your sort of ignorant if you think Canada is a socialist country. Just because they have socialize… https://t.co/LNl4CZkC1c
41171                                                          @iTristanX @acoupleofcows @seewhatsnext @netflix And you listen to rotten tomatoes. Which explains your mindset perfectly.
41172                                                                                                                       @SkarredGhost @VRFocus Count us in @verizon 😎 #5G #WebVR #VR
41173                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
41174                                        RT @MosesLapham: @DaveHowe @PrivacyMaverick @tuexss @yekwah @drandersgs @tim_cook @amazon Calibre is an easy to use open source program tha…
41175                                        RT @iamritu: @VietHeartPA @purviparwani @DrDave01 @venkmurthy @Apple @EricTopol @mmamas1973 @DavidLBrownMD @onco_cardiology @rajdoc2005 @Ro…
41176                                                RT @ShelleyMarsh30: Awesome to have @myamtel in the house for the mighty @TMobile Northeast region meetings! https://t.co/uJBXfGvml7
41177                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41178                                                                                           Check out c 91 ITSUYUDAN fate sleeve deck case set FGO  https://t.co/TjsswditVv via @eBay
41179                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41180                                                                 @Apple Will the iPhone Xs dual sim phone have dual storage? Or will the phones sata be maxed out like all the rest?
41181                                                                                                                      Check out my listing @eBay - https://t.co/B3tMsJJMdo via @eBay
41182                                         @agoge_warrior @Kaepernick7 @Nike Its the highest w/black on black deaths. Doesn't that bother you? Don't you care… https://t.co/Dq25IDHSAq
41183                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
41184                                                                                                                                                            @Apple way too expensive
41185                                        RT @BallerinaBarby: @MichaelDFay1 @Google @laparisa I wonder if there is any conservative person working for Google? I think they are discr…
41186                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41187                                                                                  we're not giving up @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca ' '
41188                                                                                                                                       @Toyota with my phone https://t.co/xRPhElUsHY
41189                                RT @IABM24x7: World over Govt &amp; People consider @Twitter and @facebook as platform used by anti national &amp; antisocial elements @saxenavipul…
41190                                         A lot of us where waiting for the legendary #iPhoneSE2 upgrade. Dissapointed :( @Apple #AppleEvent #appleEvent2018… https://t.co/gVRUmbREvb
41191                                                                        RT @ATamzarian48: @A_S12 @indy44 @marcamotor @McLarenIndy @McDonalds @MARCAinENGLISH McD to the 48 confirmed
41192                                                                                                                                                    @CNN @Nike have you seen this...
41193                                                                                               RT @MichelleGomez: I’ll take a slice @netflix @sabrinanetflix https://t.co/MymcEM1GCu
41194                                        RT @TomFitton: LEAKED VIDEO: Google Leadership’s Dismayed Reaction to @RealDonaldTrump Election.  Or @Google leadership hates conservatism.…
41195                                                                             RT @KariVanHorn: COMING 2019 NATIONWIDE: @PopTartsUS CEREAL (Cred: @KelloggsUS) https://t.co/xz3LqsvWKU
41196                                         RT @ET_RISE: The @AmericanExpress -owned company has already struck partnerships with stores such as gifting retail chain @Archies_Online.…
41197                                        @sharon81869059 @Sarwagna_Ananta @ryanjj245 @RealJamesWoods @Google @HillaryClinton Conservatives love to see peopl… https://t.co/pWr0Kaoa6D
41198                                                                                                             @mikeroweworks @Astro_Maker @Nike What does this have to do with space?
41199                                               @Ryanair My reference number is F5ILYX and my claim number is 4987087 or 2779091. I don’t know which one is correct because i got two
41200                                        RT @difusella: @LethalWeaponWC @deemyers @WarnerBrosEnt @FOXTV @DisneyStudios @Microsoft @surface @Ford @Honda @CocaColaCo @360WiseNews Hon…
41201                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
41202                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41203                                        RT @RealErinCruz: @MarcoGutierrez @realDonaldTrump @facebook @TrumpTowerDC @originalMOAR @UniteAmerica1st @BBergquam @RealCandaceO @ArthurC…
41204                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41205                                                                      RT @Reuters: Exclusive: Adobe in talks to buy marketing software firm Marketo: sources https://t.co/s0Utd8rqan
41206                                                    Check out 🍂 Beautiful Fall leaves Fall  Velvet Luxe Plush Blanket Oversized 50x70 #DreamSuite https://t.co/bJls0gTQ9N via @eBay
41207                                        RT @aiyshmahadev: There were a bunch of people that didn’t seem to care much about the falling value of the Rupee... until.. @Apple launche…
41208                                                                                         RT @netflix: For everyone who is obsessed with Lara Jean’s bedroom. https://t.co/Yt4UhqLwcM
41209                                                                             I will never get either of these! Omg this is for the wealthy \U{01f92d}\U{01f92d} damn @Apple 😫😩😩😩
41210                                         RT @rvanpoederooyen: A pic of my @Starbucks Mug Collection from touring around the world for many years. It’s actually gotten bigger since…
41211                                        @devinwenig @eBay @Forbes SCREW OFF YOUR INHUMAN WHODESIGNEFTHISCRAP AUTOMATIC SYSTEMS PUNISHING SMALL TIME SELLERS… https://t.co/VfZ0c0dGcS
41212                                                                                   @Apple These new versions of the iPhone are going to be considered vintage in about 3 to 5 years.
41213                                                                                                       @Apple Camera 8/10/12/16MP!! Are you going to Print a BILLBOARD or HOARDING!!
41214                                            RT @Reuters: Thousands of pallets of water bottles unused in Puerto Rico after hurricane https://t.co/jPpXlFKwbn https://t.co/S2BToujmRZ
41215                                                                                                                                                        @Nike Goosebumps on steroids
41216                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
41217                                                                                          @jmehyt @Apple I know! Almost 1500!!!! I think these crazy prices will be apples downfall.
41218                                                Check out SolNara PineNeedle Soap with 1pcs mask pack for Face and Body FDA made in Korea #solnara https://t.co/bWWWyE4Vzp via @eBay
41219                                        RT @Nitin_TriStar: Jet Airways @Boeing B737-800 VT-JFC departing out of #Bangalore https://t.co/0CoP0RoXVc @jetairways @BLRAirport @AvPhoto…
41220                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41221                                                                                                                                                          @Apple Ache din arha hey😁
41222                                        RT @Pepenstein: Mentioning Alex Jones or Infowars on @facebook is now a thought crime that will get you banned. @fbnewsroom will you report…
41223                                                                                                                      the @Gillette  commercial with shaquem griffin was bad ass tbh
41224                                                                                                              @Reuters @frontlinepbs I warned all of you...This goes much deeper////
41225                                         RT @lenduhh: @Apple @carloss_rom I know you probably saw this already but...DID YOU SEE THIS?! Time for you to upgrade lol you always have…
41226                                                                                                                        @TrakinTech @Apple Jabrdast camera feature se full phone ...
41227                                                                 Check out Deathly Hallows Harry Potter Rubber Phone Case Cover. #UnbrandedGeneric https://t.co/MgzwunglfW via @eBay
41228                                        RT @billprady: Hey @netflix — someone is going to film the remarkable monologue @kathygriffin is currently touring with and bring this amaz…
41229                                            RT @Reuters: Thousands of pallets of water bottles unused in Puerto Rico after hurricane https://t.co/jPpXlFKwbn https://t.co/S2BToujmRZ
41230                                                           Check out JAMES PATTERSON LOT OF 8 PAPERBACKS Detective Alex Cross Along Came a Spider  https://t.co/nkAxxNPk1Y via @eBay
41231                                        @Sarwagna_Ananta @RealJamesWoods @Google @HillaryClinton She probably has Skeletons in the closet. Afraid she may g… https://t.co/PXuX4usU33
41232                                                                                                                                          @Apple Apple goes to Vegas and is inspired
41233                                                                                                                          Whose dick I gotta suck for free iPhone xs max @Apple?????
41234                                                                                                                                  @Tech_Hax_ @Apple The iPhone Xr is the new SE?? 🤔
41235                                                                                           So is my iPhone 8 going to start slowing down since the new iPhones released today @Apple
41236                                                                      Check out Dragon Ball KAI Freeza's Force 019 Soldier A BANPRESTO Mega Rare   https://t.co/wNGeoTrWKR via @eBay
41237                                                                                                                       @Reuters @sayed_hassib do they even know about Chaplin there?
41238                                          @leondavibe @sashandiggers @Google @rogerkver @Bitcoin @BitcoinCom Stop pointing fingers like an angry 4 year old. https://t.co/iZ7L4knKSE
41239                                            RT @kurt_ehlers: @RealJamesWoods @Google @HillaryClinton Doesnt appear to be someone capable of making unbiased business decisions to me
41240                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
41241                                        @Variety @ATT Ask #SusanSarandon how she feels now about attacking Hillary during 2016 campaign!?! Susan contribute… https://t.co/fjn00E0Knd
41242                                    RT @GaetaSusan: @parscale @Google Who's really colluding to affect the Elections People? ALL the Liberal Social Media &amp; Information Outlets…
41243                                                                          RT @mfoulk50: Angelcide (The Spiritscape Chronicles Book 1) Doug Romig https://t.co/hTEkp5d4cJ via @amazon
41244                                        RT @REBELCHILD24: Check out Loot Crate Exclusive Lot of 11 Pins Buttons Halloween World Of Warcraft 2015   https://t.co/9RTt4qip2U via @eBay
41245                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41246                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41247                                                            RT @Reuters: Republicans seek sanctions on Iraqi militias with Iran ties https://t.co/VdXsnSewjv https://t.co/1b9BMLiohQ
41248                                                                                                                            @FPL_Fly @Apple Just get a flagship android device 🤷🏽‍♂️
41249                                                               Amazon Echo Plus with built-in Hub – Black + Philips Hue Bulb https://t.co/AzuoWhmzFk via @amazon #spon #Alexa #Prime
41250                                        @captain_maga @CNN @NBCNews @MSNBC @ABC @CBS @JohnKerry All that money being wasted on Mueller and a fake dossier (… https://t.co/dnZCwm4r8W
41251                                                                                                                                                   @TMobile @justinbieber This guy😑
41252                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41253                                         @neelgujral @ShritamaBose @BJP4India @RahulGandhi @timesofindia @ndtv @ANI @Reuters @dgpup @Uppolice I still don’t… https://t.co/gCJQA1igyf
41254                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41255                                       RT @paulosaelias: A HUGE scandal @Google against @realDonaldTrump @WhiteHouse election. See Google's Kernel BIAS here. #StopTheBias #MAGA 😱…
41256                                                     RT @Reuters: NASA tests foldable heat shield that could help human Mars landing https://t.co/wdYthoKKJe https://t.co/RywgaNTvOp
41257                                                                                                                   @Lord_Frosty @Reuters I don’t care what it is. Just do something!
41258                                        @perezartist @Walmart That’s .... the exact opposite reason the books are there for in the first place. Feed the Gr… https://t.co/DGAYZJDIHU
41259                                                                      Check out Natural Black False Eyebrow Extension Fake Eyebrow 10mm #Unbranded https://t.co/tnzviNPpck via @eBay
41260                                                             RT @Reuters: Poland says it will block any EU sanctions against Hungary https://t.co/6O9y8re9GQ https://t.co/fPo6jMwlIB
41261                                                                                                                            @DesignationSix @McDonalds @FoxNews Goodbye Happy Meals!
41262                                                                   @PamCapitanini @Education4Libs @ctanner3 @Nike A bit difficult given he's not sports affiliated/ American/ Alive.
41263                                                                                                                                                                     @Apple Amazing!
41264                                                                                                                        RT @adarwis: Dear @Apple cc: Steve J https://t.co/YHpi0BigZt
41265                                                                                                      @LinusTech more like @intel getting you to do all these Intel videos this week
41266                                        @bimmerella @Variety @ATT Who’s same sex marriage has been voided? Who has been forced to give birth. You are the r… https://t.co/86aKwMrUtp
41267                                        RT @Drenda44: @DesignationSix @StephenWunderl4 @McDonalds @FoxNews I have politely asked @McDonalds to turn off Fox News..they tell me it i…
41268                                                                             Check out -/-HANDMADE PERSONALISED UNICORN GIRLS / CHILDREN BIRTHDAY CARD https://t.co/ExoVRJaY1w @eBay
41269                                            RT @Reuters: JUST IN: China has received invitation from U.S. for trade talks and welcomes it - foreign ministry https://t.co/NkHlWzxdVw
41270                                        RT @jacksonthelab: @RealJamesWoods @Google @HillaryClinton Wow a CFO and a grown woman can’t handle losing? Sorry honey that’s life! If I c…
41271                                        RT @MarcoGutierrez: 🙋🏻‍♂️ @realDonaldTrump this so called social media outlet by the name  @facebook blocked me for 30 days for posting a r…
41272                                                                                                       RT @Jmason72Mason: @RealJamesWoods @Google @HillaryClinton Lol👍! Freedom won
41273                                                                                                                                  @hrnurtweets @scalpelsandchef @Apple Right brother
41274                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41275                                                                                                                                                                    @Apple Superbbbb
41276                                                                    RT @Matthew86280823: @RealJamesWoods @Google @HillaryClinton Hate to say this but we need a civil war eventually
41277                                        Wohooooooooooooooooooooooooooo! @Launderedlinen will be live on @facebook from the @AstonUniversity Freshers fair n… https://t.co/ucGNg0Xp8S
41278                                                                                                                                                      @itchypaws @Microsoft KeyNote?
41279                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41280                                                                                                                                                           @Ryanair Thanks for reply
41281                                                                                                                                                @christhalinger @Google Same here...
41282                                        RT @WorldBeyondWar: Join @codepink tmrw in NYC to protest @blackrock's investments in weapons companies. Tell @blackrock to stop making a k…
41283                                                             Purdue University transforms #Finance with SAP S/4HANA https://t.co/754VTPBaUa @SAP #University https://t.co/Q2WQV24ssW
41284                                        @rachelburden @Apple @bbc5live I only upgraded my iPhone cause @Apple ran it down to the point it was too frustrati… https://t.co/meQjDmEWLf
41285                                        @Citi Foundation President @BrandeeMcHale - The time is now to focus on youth unemployment. We don’t have time to w… https://t.co/R1QTcv8qkn
41286                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41287                                                           RT @Reuters: Venezuela's Maduro travels to China in search of fresh funds https://t.co/pwCplfdYWC https://t.co/qrEAoyHFJa
41288                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
41289                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41290                                                                                                                                               @AdityaRajKaul @Apple switch to vivo.
41291                                                                                                                            @Apple Still love my @sonyxperia https://t.co/ZObEhxj2lT
41292                                                                        RT @netflix: Here's every time Jax was shirtless on Sons of Anarchy. You’re welcome. https://t.co/Yneec5q2Nq
41293                                        RT @Shell: “Sustainability is essential to the way we do business” Shell CEO Ben van Beurden. We’re included again in the Dow Jones #Sustai…
41294                                                                                     RT @Reuters: Russia's Putin inspects war games and vows to beef up army https://t.co/BXHSA1W0Mj
41295                                              RT @DenzelUG: One arm #TricepPullup 💪🏿💪🏿💪🏿Workout of the day at @Silver_springUg gym #NikeAthlete  @Nike https://t.co/uJet5Bft40
41296                                                                                                                       @Apple your phones are the best . But it’s really expensive!.
41297                                                 Check out God Of Thunder Hammer Arc Lighter USB Electric Recharging Lighter Smoking Tools  #focus https://t.co/X2AMU7bm0w via @eBay
41298                                                                                               RT @Reuters: Bubbling Bolt toasts zero-gravity with champagne https://t.co/GASqur5PAM
41299                                        RT @McDonalds: UNLIMITED. FREE. DELIVERY from McDonald’s (9.24 – 9.30). The deets? Order #McDelivery using promo code McDeliveryPassSept on…
41300                                        RT @scv74980610: @Aimztweet @Variety @ATT It works both ways. I'm entitled to speak out against a woman who used her celebrity to amplify t…
41301                                      RT @Fandeukie4Ever: See @FROMREALYG Apple is better way better job than you!!! @Apple Thank You!!! 🖤💕 #YG #BLACKPINK #JISOO #JENNIE #ROSÉ #…
41302                                                                                                                                       @Apple Watch Series 4 https://t.co/mFVer1qQ4t
41303                                        RT @Reuters: Australian life insurer hired private eye who covertly filmed a mentally-ill woman https://t.co/QP68LGGJa8 by @byronkaye @Paul…
41304                                                                                                                      Check out my listing @eBay - https://t.co/DtgcFdRPwp via @eBay
41305                                                                        RT @netflix: Here's every time Jax was shirtless on Sons of Anarchy. You’re welcome. https://t.co/Yneec5q2Nq
41306                                        RT @Allianz: Being the world's #sustainability leader for two years in a row has just become official! #Allianz is ranked no.1 again in the…
41307                                                RT @Reuters: U.S. utility solar contracts 'exploded' in 2018 despite tariffs: report https://t.co/UKXX07djIC https://t.co/uR7n8gViLt
41308                                                                                                                                                     @Apple Apple trying too hard 😂
41309                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/RfhdJ6e0wJ
41310                                                                                                   @Ryanair  Luurrrrvvvee what you’ve done with the place 👌 https://t.co/zJf8NLizEC
41311                                         @Osama_Odat @Apple Apple deserves to make these phones in this price . Cause no mobiles works as much as excellent as the IPHONE works 👍🏼
41312                                         RT @Citi: #Citi GPS report finds that migrants tend to be younger and help offset growing numbers of workers leaving the labor force. Full…
41313                                        RT @MarcoGutierrez: 🙋🏻‍♂️ @realDonaldTrump this so called social media outlet by the name  @facebook blocked me for 30 days for posting a r…
41314                                                            Top Work @Google you appear to have bricked my #pixel2 with the latest @Android update. Where do I get help? #BadService
41315                                        @Tesco I need the recipe for the tagliatelle on this advert please. I tried it in store last week and it’s so tasty… https://t.co/2cCcEthF2w
41316                                                                                                                                @ghook @Starbucks Wouldn't waste my money. Snob city
41317                                        FUTURE OF SPORTS ADVERTISING | Just Do It: Caster Semenya @Nike ad has gained 3.8+ million views since Monday 10 Se… https://t.co/9L7P5Gk5N4
41318                                                                        RT @netflix: Here's every time Jax was shirtless on Sons of Anarchy. You’re welcome. https://t.co/Yneec5q2Nq
41319                                        #GOOGLETAPE @Twitter @Google @facebook with the release of these tapes and what the TOP people from Google stated o… https://t.co/TlGnhraKH5
41320                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41321                                        RT @KiryaSarah: @NBCUniversal @robtapert @nbc @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @HBO @UniversalTV @USA_Network @AmazonStudios @S…
41322                                                         Check out Hand Carved Wood 5 African Men Standing Figure Sculpture Home Decore #Unbranded https://t.co/pgwxkFL7wP via @eBay
41323                                                                                    RT @IMKristenBell: RT if you want @McDonalds to do the right thing here: https://t.co/Jcz4pDUjw5
41324                                                                                                                                      @Apple where is AirPower and updated AirPods ?
41325                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41326                                                                                  THE SIMP CHRONICLES: THE PLAYBOOK TO THE GAME by M.W. BECKWITH https://t.co/AFa5P1stN7 via @amazon
41327                                                        Check out 5 PAIRS OF LITTLE GIRLS SUMMER SHORTS IN 1-3YRS OLD DIFFERENT STYLES BRAND NEW   https://t.co/dQE0vP21pH via @eBay
41328                                                                                                                                                   @silvercarbyaudi @Audi Heck yeah!
41329                                        @MarinaDeIXCX @PopCrave @netflix nokia 3310 is the most known phone in the world and it sold 250 million unit and t… https://t.co/vFVffgXIRp
41330                                        The first two colourways of the @undercover_lab x @Nike React Element 87 just sold out - prepare for the second lau… https://t.co/SIiWQFOBmO
41331                                        RT @hughhewitt: I watched entire @Google 2016 elelction wake last night (find it here at @powerlineUS.) It is remarkable. The Titans of Sil…
41332                                    RT @GaetaSusan: @parscale @Google Who's really colluding to affect the Elections People? ALL the Liberal Social Media &amp; Information Outlets…
41333                                             RT @SophieRunning: To the boys at @Apple - we know you are all obsessed with size. But performance matters too. https://t.co/FGiIPOJfnd
41334                                                                                                                        @AmyKazmin @Shehla_Rashid @Reuters She has let everyone down
41335                                                                                                               RT @netflix: watches one episode of @QueerEye https://t.co/m6uVW0sTDC
41336                                        RT @fatherwhitehall: Jack Whitehall: Travels With My Father series 2 is coming to @netflix on Friday 28th September @jackwhitehall #Travels…
41337                                                       Check out 5-4 oz painted Spire Point jig heads painted ( yellow chart. ) #johnsonsonstackle https://t.co/0wte9nJk9p via @eBay
41338                                                                        Making light of a serious issue. Really not ok @ASOS to encourage teenagers to ask for and send naked photos
41339                                        @Google just watched the video of your meeting post election you should be afraid our freedom of speech has been gr… https://t.co/cXf4b8e5R2
41340                                        @charley_gm @ASOS Literally had the same thing said to me with my bank with my ASOS refund no-show! And they are ri… https://t.co/xqh1cBclQA
41341                                                                             Check out Vintage China Tourism Postcards Set of 5 Unused cards 1950  https://t.co/KzVCELZfQS via @eBay
41342                                        RT @fatherwhitehall: Jack Whitehall: Travels With My Father series 2 is coming to @netflix on Friday 28th September @jackwhitehall #Travels…
41343                                        RT @MIRightEye: @RealJamesWoods @Google @HillaryClinton I watched the whole thing.  Google has a clear bias and it is anti-american worker.…
41344                                                                                                     The best thing @Apple could do on an #AppleWatchSeries4 https://t.co/zoTBezXTdX
41345                                    3 More Days till the most anticipated Climax to a Series of 2018! &amp; @NetflixUK @netflix Sign Up @RealRapman to make… https://t.co/CNY9efIYZ9
41346                                                                                                                                               @Google you lot are a bunch of idiots
41347                                                             RT @Reuters: Poland says it will block any EU sanctions against Hungary https://t.co/f5rBN1ZYdi https://t.co/V6aqSycvrP
41348                                                                                                                            @tiffanyyoung @hm I might actually go to hm and buy shit
41349                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
41350                                                           @netflix Dude is like not good at all. None of the characters were relatable. It was weird. 2/10 cause I love Alex Wolff.
41351                                               @tango793_anne @StormHour @Apple @sunset_wx @EarthandClouds2 @EarthandClouds @EarthPixDaiIy @ShareALittleSun… https://t.co/090Poe6BJX
41352                                         RT @rvanpoederooyen: A pic of my @Starbucks Mug Collection from touring around the world for many years. It’s actually gotten bigger since…
41353                                        RT @NISMO: Check out the classic @CastrolRacingAU livery that will be used by @rickkelly and @GarryJacobson's @Nissan Altima in this weeken…
41354                                        RT @SZarifi: Aung Suu Kyi said conviction of @Reuters journalists in #Myanmar upheld the rule of law. She is wrong: rule of law does NOT me…
41355                                         @Google After the comments your co-CEO has made against President Trump and the election I'll be getting rid of my… https://t.co/6EYKUJZUJP
41356                                         RT @WilliamMcClain2: @parscale @Google Google is Pure Evil! They need to be stopped NOW. How dare they infringe on our freedoms like this.…
41357                                                          Check out 4 axis CNC Motion Controller USB Card Mach3   Breakout Board Interface AKZ250  https://t.co/Mg3t154UJI via @eBay
41358                                                 Cabin Crew (2019) @easyJet #Stansted Airport Info/Apply https://t.co/T4xnibk29J #Airportjobs #Stanstedjobs… https://t.co/o2V4I8IVH1
41359                                                                             RT @VirginiaKettle1: Check out Praying the Names of Jesus by Ann Spangler https://t.co/QbfgxyHsz6 @eBay
41360                                                 @RNRKentucky @Trump454545 @Nike @NFL @Kaepernick7 @Boyd_2650 @RealMAGASteve @Golfinggary5222 @busylizzie48… https://t.co/fzGvDZlzDK
41361                                                RT @TyKellyandChuck: #ICYMI - This one’s for all the @Apple addicts out there. @mrogerscountry #10MinuteTune https://t.co/zScFes38BF
41362                                        RT @Tesco: @Tiana_Louise5 Hi Tiana! Have you seen our #SlowCooker #recipes let me know what you think? Have a great… https://t.co/m7qmDrE1Si
41363                                                                                                                                         @Apple Tht trailer tho \U{01f92f}\U{01f929}
41364                                                                                    RT @AdnanAlams: — @Apple doesn’t gives a fuck whether you can afford it or not #AppleEvent 🤷🏻‍♂️
41365                                                                                                              @Apple why the eFf does cost so much for the new products in Australia
41366                                        RT @Kai56405432: #XenaRevival @NBCUniversal @robtapert @nbc @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu t's time to bring these characters…
41367                                        RT @neverathome83: @Ryanair @RyanairFlights when will you be announcing which flights are being cancelled due to the upcoming strikes on th…
41368                                                                                                                                       @amazon Can i get Microsoft HoloLens in india
41369                                                         https://t.co/yM9RGdsItj Shame - I really like Inbox 😪 I can see why @Google would want to focus on one email client though
41370                                                                                                @Variety @ATT That's like saying that a gunman inspired you to become a marathonist.
41371                                                                                      @SupaSharpScythe @c_levi90 @theRussell2000 @Apple I mean I can say the same about Samsung sooo
41372                                        @RealJamesWoods @Google @HillaryClinton Is she a token CEO? To be a CEO and think that Clinton was going win? And t… https://t.co/liJfXMcWaa
41373                                                                                                              Window to My Heart by Robert Nacke https://t.co/REeoAwjk38 via @amazon
41374                                    RT @GaetaSusan: @parscale @Google Who's really colluding to affect the Elections People? ALL the Liberal Social Media &amp; Information Outlets…
41375                                                                                                                   RT @Sony: October 5 is so soon. 👀 #Venom https://t.co/QbLyYMARmI
41376                                             So disappointed that @ThreeUK we’re not included as the supporting carriers for the new @Apple Watch Series 4 in the UK. Who decides???
41377                                    RT @GaetaSusan: @parscale @Google Who's really colluding to affect the Elections People? ALL the Liberal Social Media &amp; Information Outlets…
41378                                            @johnrich @Nike Well this tweet certainly didn't age well. Yesterday #Nike stock hit an all-time high. #wompwomp https://t.co/sSPiNwkwwE
41379                                                                                               @PopCrave @netflix mariah is coming 8AM buy and stream GTFO✨ https://t.co/gk2TOPvPME
41380                                        RT @DipolesUSA: Check out 2KW BLACK DIPOLE ANTENNA Center Insulator + 2 end insulators! FAST SHIPPING https://t.co/UmSl5fxjE1 @eBay #hamrad…
41381                                        RT @sandrayearman: Armada Of The Dead / Kingdoms betrayed…By Sandra Yearman   https://t.co/pnsbqSsRW0 via @amazon #series #fantasy #amreadi…
41382                                                                              RT @parscale: Only @Google could make @facebook look like the good guys. Mark should send them a gift.
41383                                                                    Check out Haband Men's Blue Long Sleeve Button Down Dress Business Shirt Size 16 M https://t.co/7WKTZ99sTO @eBay
41384                                                                                                              RT @NadiaWorsley: @kissmycaramel84 @GirlsMakeBeats2 @Toyota Thank you.
41385                                                          Check out Natural Pink Rose Quartz Oval Shape 24x31mm Cabochon Loose Gemstone 61.40 Cts  https://t.co/p4k6c10aD9 via @eBay
41386                                                                Mars and Venus on a Date: A Guide for Navigating the 5 Stages of Dating to Cr... https://t.co/O9xCTsOtJd via @amazon
41387                                          @InsiderProEn @Apple #Cryptocurrency becomes more and more popular. @deeponionx #deeponion can be next big thing.… https://t.co/SAPyI8bcmY
41388                                                    @RealBasedBlonde @Truthseeker126 @Google Yeah. A bunch of snowflakes who never had to deal with LOSING!  What a bunch of losers.
41389                                                                                                              @CCriadoPerez @Apple Or our bloody smaller than men’s jean pockets too
41390                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41391                                        RT @Tesco: @MrPeroxide Hi Charlie! Maybe our #Vegetarian #recipes might be of interest? Let me know what you think?… https://t.co/TtFrlFaggT
41392                                                          Check out Natural Pink Rose Quartz Oval Shape 16x24mm Cabochon Loose Gemstone 21.90 Cts  https://t.co/iTp96RFRYq via @eBay
41393                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
41394                                        I will always be a @Apple guy. iPhone xs Max I cant wait to get my hands on you. And i think it’s finally time to u… https://t.co/Ke95ktL8L3
41395                                                                                       RT @alexmorgan13: So proud to be a part of the @Nike family #JustDoIt https://t.co/0l2BpphbzY
41396                                                              Check out PAN AM AIRLINES VINTAGE OLD RARE AIRPORT SERVICE TAXI CAR WIND UP TIN TOY  https://t.co/rYkKO7MP6O via @eBay
41397                                                                Abaco to Participate in Intel Federal Summit as Gold Sponsor | Markets Insider @abaco @intel https://t.co/OtNqMxgBDp
41398                                        @parscale @DiamondandSilk @Google This kind of arrogance is astounding. I guess dropping the “Don’t be evil” from t… https://t.co/egszywpYNX
41399                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41400                                                                                                   🎬🔥👌🏾... HOTBOX #loveItHere @GoldsGym @COREWater @Nike https://t.co/Yvd2AyaJRR
41401                                        RT @olu_wole_m: @onyx_project @AngelList @UBSf1 @UBS @Ford @Zurich @CreditSuisse @JunckerEU @ChampionParts @alfa_romeo @Lagarde @Chrysler @…
41402                                                                                                      Item arrived on time and is as described. https://t.co/ldPijwoIJA 来自 @amazon
41403                                        @CCriadoPerez @Apple I didn’t even know they got rid of the SE till right now. This is BS!   Most people I know (bo… https://t.co/HPvSzUeBDW
41404                                                                                                                                 @Cardinals @BankofAmerica Idc just sweep them again
41405                                                        RT @Reuters: Czech PM says he stands behind Hungary after EU parliament vote https://t.co/ISdPU9W7da https://t.co/eAKOjfV8kC
41406                                                                        RT @netflix: Here's every time Jax was shirtless on Sons of Anarchy. You’re welcome. https://t.co/Yneec5q2Nq
41407                                                                                                                              @Dits1710 @LotteLeicht1 @Reuters She is not \U{01f928}
41408                                                RT @Reuters: U.S. utility solar contracts 'exploded' in 2018 despite tariffs: report https://t.co/i8mrdttOQk https://t.co/FYZIiQT3Xu
41409                                                   Check out 1939 1940 Buick Special NORS Babbitted Connecting Rod .010 Under #CR-939-.010 #Toledo https://t.co/F3FcQzPfFC via @eBay
41410                                                   Check out Luca Chiara Vegan Size 7 Womens Black Andrea Driving Shoe Slip On Loafer  #LucaChiara https://t.co/98218Ffq29 via @eBay
41411                                                                                              @Apple Wait for the Samsung 10 in January 2019. Or get the note nine now twice as good
41412                                            RT @Reuters: China drawing up plans to take polluting diesel trucks off the road: source https://t.co/oz1laXkz4Q https://t.co/0lYeiMKS5s
41413                                                                     RT @HoarseWisperer: @Variety @ATT Susan Sarandon should f*** off and keep f***ing off for the rest of her life.
41414                                           RT @Reuters: Ryanair cabin crew to strike September 28 in five countries: union spokesman https://t.co/3PlXvHxa3n https://t.co/04RXcyvyKL
41415                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
41416                                        RT @CarolineJessen: This is how we build high performing teams @Cisco @WeAreCisco and this is what we want our 9000+ people leaders to embr…
41417                                                                                                                                                               @CBS shows a lack of.
41418                                                                          RT @LAB_Dsgns: Mint Green Quilled Rosettes Clip LeighAnn Brady Designs https://t.co/TGvEaIkLBo via @amazon
41419                                        @DIRECTV @ATT But the NFL is boring. Can’t take all the damn TV timeouts. Say what you will about soccer but at lea… https://t.co/ubbsfWSG6q
41420                                         @BlueSteelDC @Haiku_B @rockabilly_blu @MeansNefarious @patriotgyrl65 @Variety @ATT Like what policies of Clinton’s… https://t.co/r7r5XBDpqR
41421                                         RT @ItCanWait: .@OU_Football or @TexasFootball? @ATT wants to know whose fans can drive more pledges before the #ATTRedRiverShowdown. Push…
41422                                                                                   Check out BMW Men's Size Medium Polo Shirt-Great Gift New with Tags https://t.co/3RTYsUMjUN @eBay
41423                                        RT @johnmjoyce: @realDonaldTrump @jakepalmieri What's even more disturbing is that @Google is perpetuating the lie on purpose.  Did @fema e…
41424                                                                   Check out Michael Kors Women's Bohemian Blouse  XS #MichaelKors #Blouse #Casual https://t.co/OLJ0rFBW9u via @eBay
41425                                        @pyrounderscore @favsluttttt @Buffalo_Dev @abliixum @EstradaaxX @piperthirteen @Apple The Black Friday sales lol. G… https://t.co/S73PFrCTii
41426                                                                                             Check out Iggy Azalea Women's Medium Concert T-Shirt  https://t.co/4vxXxg1Nrz via @eBay
41427                                                                    RT @Reuters: Ghana bids farewell to former U.N. chief Kofi Annan https://t.co/3P1Uj6UxId https://t.co/OLPCiJPmZe
41428                                                              RT @Silverl76236313: #BB20 Never gonna let them forget Haleigh was robbed. @CBS @CBSBigBrother https://t.co/VVRkdRpMNU
41429                                    RT @GaetaSusan: @parscale @Google Who's really colluding to affect the Elections People? ALL the Liberal Social Media &amp; Information Outlets…
41430                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
41431                                         @RealJamesWoods @Google @HillaryClinton Did they pass out Play Doh and rubber duckies to keep their employees from… https://t.co/8VKOeRs5Z2
41432                                                               @Apple the new augmented camera with basketball on ur new phone js amazin 🏀 might have to get one just cause if that
41433                                                                                                                                                  @Amalakanthi Just Tray This @Apple
41434                                                                                                                             @Kan_faysal @Apple @FaheedShah Day price drta maloom dy
41435                                                                              Check out Vintage Copper Fish  Mold Tin Lined Cake Jello Pastry Pan  https://t.co/uM2fRhdQXl via @eBay
41436                                        @parscale @DiamondandSilk @Google They do want socialism it’s great for the https://t.co/iHa0dspKu6’s cheap labor w… https://t.co/bbdlyVLaPo
41437                                                                      Check out Madewell Navy Pullover Size M V Neck Side Zipper Detail Thick Material https://t.co/GBDLXBMxr4 @eBay
41438                                                                     @JuddLegum @facebook @twitter @youtube actively support Fascist White Supremacy and stifle those opposed to it.
41439                                                                                            Check out Athleta Navy Essence Double Layer Tank Size XXS  https://t.co/YprwEdR80S @eBay
41440                                        RT @calicoe509er: A mural of @Kaepernick7 someone did out here in my city #Yakima #Washington #JustDoIt #Nike #NFL @Nike https://t.co/eEq3q…
41441                                                                   @ParaDoxy11 @Apple Nice. I think the larger screen will be awesome. I have a plus now and know I couldn’t go back
41442                                        RT @Reuters: China denies engaging in 'debt trap diplomacy' as it pledges $60 billion in funds to African nations. @cdcshepherd reports fro…
41443                                                                              #antique Check out Mud Jug Spittoon Olive Drab Green PORTABLE - NEW  https://t.co/O0W4IOUUzj via @eBay
41444                                                   Check out MATTHEW RICE ENGLAND HAND PAINTED TIN TEA SERVING TRAY &amp; NWOT COPCO TEA DIFFUSER  https://t.co/q7sgGC6lEm via @eBay
41445                                        Apparently @Starbucks thought I was already sweet enough... missing my brown sugar packet en route to another adven… https://t.co/MjJcZ4TT2e
41446                                        RT @realBobWoodward: #Fear is available at: @BNBuzz Costco @Target  @booksamillion@HudsonBooks @Walmart and your local #independentbookstor…
41447                                                                                                          @Barkforlove1 @JuddLegum @fawfulfan @facebook We can't remember birthdays.
41448                                                                                                           @Nike @Nike u  guys are on fire! The chest pain u r causing some pple....
41449                                                                             @narendramodi @ChuckRobbins @Cisco Whom are you kidding he's here just for a photograph that's all 😂😂
41450                                                                                                               @narendramodi @cisco_in @ChuckRobbins @Cisco What kind of Innovation?
41451                                                                                    Can we all just collectively switch to Android I am SICK of u @Apple !!! https://t.co/sqTh59l9bx
41452                                                                                                                         @C_R_H_M @Apple I’m so angry loooook I want a new phone now
41453                                                                                                            @narendramodi @ChuckRobbins @Cisco Sir we need job not disscussion point
41454                                        RT @setimmins: Hey @Disney @RobertIger #AlanHorn Words to live by. Bring yourselves down a notch. @JamesGunn is a good man. He admits his m…
41455                                                                                                                                @Toronto_PR_Guy @eluta_jobs @GSK You'd sure hope so!
41456                                        RT @Tesco: We made over 900 kg of recycled plastic hit the road when we resurfaced our Dumfries car park! It’s one of the steps we're takin…
41457                                                                                                                                         @Jayne720 @TempusSpiritus @Google Good one!
41458                                                                Check out MIRACLESUIT Sz 10 Rialto One Piece Swimsuit Slim Tummy Control Black White 3 https://t.co/npI75uHNqm @eBay
41459                                                                                                               @Variety @ATT @SusanSarandon can kiss my ass. https://t.co/B2tFnoIRv5
41460                                    RT @scv74980610: @Variety @ATT Until she exhibits true atonement for her culpability &amp; her blindness to the vulnerability of people who did…
41461                                                   Check out Silver 925 Sterling Cool Vintage Feather Arrow Opening Rings for Women #JDMB #Feather https://t.co/y9P9Y3wys8 via @eBay
41462                                                                                                                   RT @Sony: October 5 is so soon. 👀 #Venom https://t.co/QbLyYMARmI
41463                                                       Check out Churchill England Blue Willow China dishware dishes plates set of 4 salad plates  https://t.co/6aF5GlZrcW via @eBay
41464                                        When you try to order a keto friendly morning coffee at @Starbucks and it tastes like there's a pound of sugar in t… https://t.co/FJ2NnQrmRN
41465                                        RT @Allianz: Being the world's #sustainability leader for two years in a row has just become official! #Allianz is ranked no.1 again in the…
41466                                        RT @Allianz: Being the world's #sustainability leader for two years in a row has just become official! #Allianz is ranked no.1 again in the…
41467                                                @TheJusticeDept what are you going to do about @Google    They have been and are doing what conservatives have felt for a long time.
41468                                                                                      @Variety @ATT I’m not sure she’s familiar with what inspiration looks like but that wasn’t it.
41469                                                      RT @Reuters: Lawyer of former Malaysian PM Najib charged with money laundering https://t.co/KiexfQaget https://t.co/uEZckbZWEa
41470                                                                                                           @Variety @ATT I don’t care what Susan Sarandon has to say about anything.
41471                                        RT @ParrishJohnetta: @realDonaldTrump @WNBA @harleydavidson @Carrier @Ford @Nike @bobwoodward_ @NAACP_LDF @funder @AP @business @BlackAmeri…
41472                                         @RealJamesWoods @Google @HillaryClinton It`s not as easy as using a different search engine. We have to understand… https://t.co/1VutM48ocv
41473                                        Next up for @amazon is the delivery of a live dinosaur. And they'll just ring your doorbell and leave it at the doo… https://t.co/xdL3B6JB2d
41474                                                                                                                      Check out my listing @eBay - https://t.co/iji6Xt1A6Q via @eBay
41475                                        RT @Reuters: China denies engaging in 'debt trap diplomacy' as it pledges $60 billion in funds to African nations. @cdcshepherd reports fro…
41476                                                                                                                                 @Reuters After Article 13 it's definitely worth it.
41477                                                              RT @samantha_alaimo: Who's ready for this @tiffanyyoung / @hm collection launch in October? 😍 https://t.co/rRib5OIn4j
41478                                        @sneezefrmthesun @TheFadingMan @MarkDice @TheReal1SamIAm @facebook No it’s not free they sell our info. That’s what… https://t.co/6cS2hU7y2a
41479                                                    RT @Justin_Willman: It’s officially a moment now guys! #MagicForHumans #MagicForHumansChallenge @netflix https://t.co/bNi94uYbjF
41480                                                                         When you can’t leave your classroom @Google has you covered. #911Memorial #Flight93 https://t.co/Y4qFheTEQ5
41481                                        RT @perasperainferi: @BlackStarCorona @ZacksJerryRig @Apple Yes. Especially people who own higher quality buds or headphones. That's why I'…
41482                                                                                                                                       @Phofmannsair @easyJet @GeneveAeroport Got it
41483                                                Brunswick Black Beauty Bowling Ball https://t.co/ZC1Ujs0AMC @eBay #SEO #Marketing #shopsmall #SmallBusiness… https://t.co/iZbdTPMMDX
41484                                                       Check out VINTAGE VOGUE UK 1972 INGRID BOULTING NORMAN PARKINSON JAN WARD MARSHA HUNT RARE  https://t.co/1u0GvQfUzE via @eBay
41485                                         RT @Reuters: SPECIAL REPORT: Restrictive U.S. refugee policy splits families https://t.co/RbtuOwBsXZ via @ReutersTV https://t.co/bm0QxpbddR
41486                                                                             RT @KariVanHorn: COMING 2019 NATIONWIDE: @PopTartsUS CEREAL (Cred: @KelloggsUS) https://t.co/xz3LqsvWKU
41487                                                                         Bob Woodward Fires Back At Eric Trump Over 'Anti-Semitic' 'Shekels' Slur https://t.co/1Wd8UXg8YU via @Yahoo
41488                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41489                                                                                           @ft_content @Citi My heart bleeds for them...fancy having all that money to think about..
41490                                                                                                                                @AimeeBida @adidas @karliekloss We think so too!!! x
41491                                        RT @tariqahmadbt: Today on the @UN #dayofdemocracy we must remember the 2 @Reuters journalists sentenced to 7yrs for doing their jobs. Acro…
41492                                        RT @steph93065: @RepAndyBarr @Toyota The President is trying to protect the jobs of all Americans. Give him some damn support through the t…
41493                                        RT @steph93065: @RepAndyBarr @Toyota Are you trying to lose the Trump vote? You dummy. Over 85% of Republican voters WANT TRUMP TO FIX TRAD…
41494                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
41495                                              @Apple I just got my iPhone 8 Plus and now my new phone is having issues. I have to charge my phone by midday. https://t.co/2gffjpGmq7
41496                                                                                              @Apple MY PHONE BETTER NOT FUCK UP IM STILL IN THE X ZONE idc about no XS and no X Max
41497                                                                                                                   @RichHansen33 @Super70sSports @CocaCola @pepsi I did that job too
41498                                                           today is a great day to pick up eyewitness @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca ' '
41499                                        RT @Stephen_Kellogg: I’m really grateful to @Apple for changing those annoying headphone jacks that worked with all the other headphone dev…
41500                                                               Is @amazon ready to make a big play  with @amazonfiretv to own TV ad dollars? @digitalshields https://t.co/O5aEktVfZK
41501                                                                       Don't Go Into the House by the Woods! (2017) Manny Velazquez Film Studios https://t.co/1Q7ivcj2LK via @amazon
41502                                                                                                                                            @lucasthorn @netflix Needs more elves ;)
41503                                                                                                            @verizon accuweather has horrible on the ground coverage w/Florence!!!!!
41504                                                                                              @NachoDollar @Apple iPhone XR starts at $749 which is about $100 cheaper than iPhone 8
41505                                        You should be shame @motorolaindia what your playing with loyal Moto fans you should be go back @Google  your brand… https://t.co/fQAznNu4aw
41506                                        But @Apple will work out how to make 6S  fail soon ...then it will be time to turn to @SamsungMobile perhaps ? Or a… https://t.co/OgHuMDIHFT
41507                                                                      RT @McDonalds: @coryelizabeth96 Alert! We have a McD’s emergency! Someone get Cory some Sausage Biscuits stat!
41508                                                      Check out SPAIN NATIONAL TEAM 2011 2012 AWAY FOOTBALL SOCCER SHIRT JERSEY CAMISETA M #adidas https://t.co/uKQULcb9Dh via @eBay
41509                                        Kicking off final convening of the @Living_Cities City Accelerator Procurement Cohort w/ @Citi @GriffinStrong We ar… https://t.co/Zb7thgNrYP
41510                                        @Google execs spit in the face of the memory of the baptist minister who espoused judging a person by the content o… https://t.co/xmSxVR1QwN
41511                                                                            RT @Reuters: Sonny's roadshow: How Trump's Ag chief sells a trade war to farmers https://t.co/ypd2DadslU
41512                                        RT @Stephen_Kellogg: I’m really grateful to @Apple for changing those annoying headphone jacks that worked with all the other headphone dev…
41513                                                                             Hi @FedEx someone is using your company's name for possible fraudulent activity https://t.co/nh603eJvnB
41514                                                  https://t.co/VkPTmZw7hF: Buying Choices: ZHUANBAI Round Shape Ruby Beads Jewellery Bright ... https://t.co/xoSKuZEvgd 来自 @amazon
41515                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41516                                                                                          RT @Reuters: Scientists investigate icy streams for survival clues https://t.co/1jsrQOWafY
41517                                                                                                            @OddStats @realwillmeade @GoldmanSachs Leading indicator of shit to come
41518                                                            Who's got your vote? Deliver your pick for the @FedEx #AirandGround @NFL Players of the Week on… https://t.co/MmA5DQ4zYR
41519                                                                                                                                                             @Nike fix the SNRKS app
41520                                       RT @BASFCareer: Take care of each other! We really live that every day @BASF. To be the best team 🏆 we create a culture based on mutual tru…
41521                                                                                                                                         @sabrinanetflix @netflix Im so excited ....
41522                                        @sleepydubs12 @BurgerKing @McDonalds @CarlsJr @ChickfilA @BurgerKing doesn't even know the level of outreach we wil… https://t.co/X4tmumIOQV
41523                                        RT @Stephen_Kellogg: I’m really grateful to @Apple for changing those annoying headphone jacks that worked with all the other headphone dev…
41524                                                              1970's Santa Claus Napkins by Hallmark for gift wrap scrap booking vintage #Hallmark https://t.co/LsLC6y3whe via @eBay
41525                                                                              RT @parscale: Only @Google could make @facebook look like the good guys. Mark should send them a gift.
41526                                                @DavislfcSteve Supporting Dementia Friendly @Tesco Roneo Corner #tescocommunitychampion #TescoRoneoCommunity https://t.co/xdO6TV9Sly
41527                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41528                                      RT @Nestle: #TBT #Baci’s romance with Italy began in 1922. Now it comes in a new limited edition😍🍫: https://t.co/TNpPNdd38s #GoodLife https…
41529                                                                                                                     @reeses @amazon #NotSorry #Sweepstakes Reese peanut butter cups
41530                                                                                     You'll love @Starbucks new #vegan Frappuccinos. https://t.co/YAllVQqfF9 https://t.co/71qxvjHDdg
41531                                         How are #regulation concerns impacting #markets? Chief investment strategist Brent Schutte discussed with @Reuters: https://t.co/iGIjrNfUzt
41532                                                       Check out 1987 Hallmark Coffee Cup Mug - Kittens Gardening English Garden Love What You Do  https://t.co/EUVsjHmOwi via @eBay
41533                                                  Check out Mens Coogi Australian World Class 1969 Polo Shirt Black Yellow 2XL #Coogi #ButtonFront https://t.co/kf4NQ3uv0Y via @eBay
41534                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41535                                                                                                  @reeses @DisneyMom917 @amazon A. REESE'S Peanut Butter Cups #NotSorry #Sweepstakes
41536                                        @Expedia I was on the phone for 2hrs last night and got transfer to 3 people who didn’t help!  I don’t understand w… https://t.co/A4d81cdu8f
41537                                                                                                               @reeses @amazon #NotSorry #Sweepstakes  A. REESE’S Peanut Butter Cups
41538                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
41539                                                                             RT @KariVanHorn: COMING 2019 NATIONWIDE: @PopTartsUS CEREAL (Cred: @KelloggsUS) https://t.co/xz3LqsvWKU
41540                                        Looking for a high-tech used car? Take the wheel of the 2016 @Nissan #Altima 2.5 S Sedan! It boasts a security syst… https://t.co/0YeudquBBQ
41541                                             @AdrianaCohen16 @GOPLeader @Google @realDonaldTrump @GOP @PJMedia_com @TuckerCarlson @parscale @GOPChairwoman @kayleighmcenany Not true
41542                                                                                                             @jennyfrmthegym @McDonalds It was delivered 😭❤️ https://t.co/LvwkyxWV04
41543                                                                                                                      Check out my listing @eBay - https://t.co/50tyBWBryZ via @eBay
41544                                                                                             @NatalieEgenolf @Apple Phones always seem to act like fools when the new ones come out.
41545                                                                                                                   Yo @Apple why are you giving my boys are @FateGO_USA a hard time?
41546                                        RT @steph93065: @RepAndyBarr @Toyota The President is trying to protect the jobs of all Americans. Give him some damn support through the t…
41547                                                                                   @Jynelle_joyce @JeffreeStar @McDonalds We have ranch dipping sauce?? Wendy’s does anyways Hahahah
41548                                                                                                                                                @Reuters The English poisoned him 🇬🇧
41549                                               RT @eBayVick441: #JosefSeibel Dress #Pumps #Tina Women Size 8.5 Euro 39 Black Leather Slip On       https://t.co/leiUCGGM8h via @eBay
41550                                                                                                                                                     @RealHanksDank @McDonalds Food*
41551                                                                                                         @ZacksJerryRig @Apple $10 bluetooth earphones at family dollar. jist saying
41552                                                                                                              @reeses @amazon A. REESE'S Peanut Butter Cups 😍#NotSorry #Sweepstakes
41553                                                                                     RT @Reuters: ICYMI: Guinness World Records celebrates 2019 achievements https://t.co/26zn80NexN
41554                                                                              RT @parscale: Only @Google could make @facebook look like the good guys. Mark should send them a gift.
41555                                        @Reuters Blaming Democrats for everything is all he can do now that the primaries are looming. Blame Obama. Blame H… https://t.co/I9mdgu4jQx
41556                                        RT @Google: Word on the yellow brick road is that Dorothy’s famous footwear has been recovered. Get this week’s search trends (and your lit…
41557                                                                               RT @AzLakeHouse: @OliverMcGee @DeplorableChoir @Google @realDonaldTrump @POTUS Congress must act NOW!
41558                                                         Check out talley ho woman's size 10 short wool waist length jacket #talleyho #Blazer #any https://t.co/HBMPY7Uw5g via @eBay
41559                                        RT @Reuters: FDA may ban flavored e-cigarettes as it grapples with an 'epidemic' of young users https://t.co/oUAJB11hwf via @ReutersTV http…
41560                                                                                                                      Check out my listing @eBay - https://t.co/gCjgFVi3wq via @eBay
41561                                        @Minecraft @MojangSupport @Microsoft Why cans you guys make a server for pocket that is ran on your personal comput… https://t.co/V5LOM4LFy4
41562                                                                                                                                        This is actually ridiculous .. @Apple c’mon.
41563                                        RT @HandsomeMade: Our designer @_stevenhanley's @Nike landing page concept was featured in the @usemuzli Weekly Inspiration Roundup this we…
41564                                                                           @GACattleCompany @verizon OH I will. I lose calls almost daily at the office when farmers are calling me.
41565                                        RT @Stephen_Kellogg: I’m really grateful to @Apple for changing those annoying headphone jacks that worked with all the other headphone dev…
41566                                             @DesignationSix @FoxNews @Buick @chevrolet @Downy @DawnDish @Gillette @Charmin @Puffs @Nestle @PetSmart @Chewy… https://t.co/3teKVnbAl8
41567                                                                                                 RT @birdwriter7: Johari's Window by #SuzyDavies https://t.co/LPKB1AIDkd via @amazon
41568                                        RT @Reuters: FDA may ban flavored e-cigarettes as it grapples with an 'epidemic' of young users https://t.co/oUAJB11hwf via @ReutersTV http…
41569                                        #TBT Thanks to @FedEx for their help in sending our robot kits to teams all over the world and starting them on the… https://t.co/slFKvc7OSB
41570                                                                         Check out ISRAEL: A HISTORY OF THE JEWISH PEOPLE 1949 RARE BOOK #Textbook https://t.co/mHQueyrYPu via @eBay
41571                                                                               Thought better of William Cohen. I wonder if he was one of the @CBS board members removed…let’s hope.
41572                                        RT @Stephen_Kellogg: I’m really grateful to @Apple for changing those annoying headphone jacks that worked with all the other headphone dev…
41573                                                                                          RT @jessieloves__: My phone has been trippin !! Stop it @Apple I can’t afford a new one 🙄
41574                                                                Check out Superman #75 The Death of Superman 4th Printing Rare Doomsday Kills Superman https://t.co/0LOJKNudcC @eBay
41575                                                                                                                       @Apple has had an amazing taste. It just got 10000000 better.
41576                                                               RT @NHLBruins: Day 1 of the Boston Training Camp pres. by @ATT wraps up with fitness testing. https://t.co/XIkQXBa4SA
41577                                                                              RT @parscale: Only @Google could make @facebook look like the good guys. Mark should send them a gift.
41578                                        A Mexican Coquette : Helen Hyde : Circa 1912 : Giclee Print Archival Reprint ...  #Vintage #art #prints  https://t.co/SErWK3niPe via @amazon
41579                                                                                                                                             @Reuters He doesn’t rebuke trump either
41580                                                                                RT @Reuters: Air strike warning app helps Syrians dodge death from the skies https://t.co/kqCnq2R4Mx
41581                                                                              RT @parscale: Only @Google could make @facebook look like the good guys. Mark should send them a gift.
41582                                        @Variety @ATT I miss the days where both parties could disagree but still respect one another.  We would be probabl… https://t.co/OOrKH27K7z
41583                                        RT @Lrihendry: @steph93065 @RepAndyBarr @Toyota @newtgingrich Either support the president‘s policies and feel the pain in the beginning fo…
41584                                                                                                     in tears in my sociology class watching “the mask you live in” on @netflix 👀😫
41585                                                                           RT @Reuters: Many battleground U.S. House districts see strong 2017 income growth https://t.co/eGP7rrYByr
41586                                                                          Check out Beautiful Handmade Ribbon Flower Beaded lampshade Accent Lamp  https://t.co/O3E5BbmoEa via @eBay
41587                                                                                                                           @W7VOA @amazon I love this so much!  generous and amazing
41588                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41589                                                                                                                            @kpk67 @Nike @Kaepernick7 And what have you sacrificed ?
41590                                        @VeoliaPharmaCos @pfizer As the parent company of Irish water you may want to address our 50% leakage rate before t… https://t.co/BXshQ2Aww2
41591                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41592                                        RT @SZarifi: Aung Suu Kyi said conviction of @Reuters journalists in #Myanmar upheld the rule of law. She is wrong: rule of law does NOT me…
41593                                                                                               @Wolfenhaus @ReelBigPhish @Smellslikephart @BMW Wolf you are being extra caring today
41594                                                                              RT @parscale: Only @Google could make @facebook look like the good guys. Mark should send them a gift.
41595                                        Hey @Google Screw you... Contrary to your belief #Americans did not put you in charge of deciding our Elections for… https://t.co/sqnvCdOG97
41596                                                                                                      @TMobile We have two iPhone 7s and looking at Xs 64GB. What's the deal for us?
41597                                                                                                                @TheCmikePro @Apple I won’t buy another iPhone until we get a new SE
41598                                                                                                                 @Tesco @jamieoliver When you start preaching people start leaving..
41599                                        RT @RobinEHoecker: A nice treat to hear my @DePaulJOUR colleague @evanFmoore on @Vocalo radio talking about @Kaepernick7 and the @Nike #Jus…
41600                                                                             RT @KariVanHorn: COMING 2019 NATIONWIDE: @PopTartsUS CEREAL (Cred: @KelloggsUS) https://t.co/xz3LqsvWKU
41601                                                                                 Check out Vintage Flamingo Salt and Pepper Shakers Made in Japan  https://t.co/egHUywSK6c via @eBay
41602                                        RT @SuperSaf: Dear All Smartphone Manufacturers that aren't Apple. Please learn from @Apple and provide bright white lighting at your hands…
41603                                              @Reuters It has no news value. Turkish people gives decide in Turkey. A large majority did not want their children to watch the video.
41604                                         @jonward11 @peterjhasson @saletan @thinkprogress @weeklystandard @facebook @imillhiser is a lying liar who lies. He’s also a fucking idiot.
41605                                                       Check out POLKA'S GREATEST HITS ~ 20 MILLION SELLERS Vol 1  Vinyl Record LP Polka City New  https://t.co/EKEGbOAMpu via @eBay
41606                                                                             RT @KariVanHorn: COMING 2019 NATIONWIDE: @PopTartsUS CEREAL (Cred: @KelloggsUS) https://t.co/xz3LqsvWKU
41607                                                                                                                                                           @IGN Please @netflix stop
41608                                                                                                   @Tesco @jamieoliver Does that mean I have to dribble on all my meals from now on?
41609                                                                                    @TRETAG @payge_3 @HuntsmanAbby @TheView @Nike @Kaepernick7 Then HALF OF AMERICA is Uneducated!!!
41610                                                                                        Check out Time out doll Annie &amp; Whiskers  in trouble   https://t.co/Uy3biMQSOm via @eBay
41611                                                                                                                    Heey hoo listen what I SEO @Google @Moz #SEO #RHCP @chillipipers
41612                                                                                                               RT @netflix: watches one episode of @QueerEye https://t.co/m6uVW0sTDC
41613                                        RT @juliepackard: Many thanks to @HP @HPE @Salesforce @Benioff @Bloomberg @MikeBloomberg and so many more for your leadership! https://t.co…
41614                                                      NEW LISTING!! ADC/Krone 6645-2-820-07 [LOT 10] Blue Cat 6A 10Gigabit Patch Cable 7' Ft RJ45  https://t.co/jNvlncYw5a via @eBay
41615                                        @Reuters Come on Reuters - NBC did a far better job of reporting than your amplifying ridiculous and malicious lies… https://t.co/6CwUQWU8Cr
41616                                                                                   @playboicarti @Nike @footlocker @playboicarti was born the same day Tupac was killed.. shit crazy
41617                                                                                          @johnwhinzeii72 @Reuters @ReutersTV look at the water left in p.r. that nobody could touch
41618                                                   RT @kaosonia: Check out Contemporary Sterling Silver Earring with Shiny Hammer Finish on Front  https://t.co/HjW5t6ys5P via @eBay
41619                                                                                                                        @skinner_ash95 @SeaEraKennedy38 @Starbucks And a Chick-fil-A
41620                                                                 Check out Adidas Philippines Abigail Soccer Track Jacket Men's Size Small #adidas https://t.co/fIsdS6gici via @eBay
41621                                                                   @reeses @amazon We always take reeses to the Movies with us #NotSorry ##Sweepstakes @reeses  @amazon Answer is A.
41622                                        RT @Stephen_Kellogg: I’m really grateful to @Apple for changing those annoying headphone jacks that worked with all the other headphone dev…
41623                                                 RT @Reuters: Roche boss says Brexit and curbs on drug use pose threat to UK science https://t.co/4EQ0Bgeb18 https://t.co/ciJWub8hBT
41624                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41625                                                                       @ScottLowe @jeroenroding @Apple I wanna. But my iTunes library says hahahaha you gonna go broke replacing me.
41626                                                                                                                                                   @Freier17 @Reuters You're a moron
41627                                        @MikeTheBahd @Apple My lovely bride just switched at work to Android. She’s lost but it’s a galaxy S9+ so she loves… https://t.co/ZatMuA8tUJ
41628                                        @davenelsononair @Apple @SamsungMobile My pleasure! I've only had it for two weeks now and I'm sure a lot of my ent… https://t.co/QTWjmxdah0
41629                                    RT @shea5mets: So @FreeformTV has half a season + 2 additional episodes just sitting there with most ready to air. &amp; @netflix is saving sho…
41630                                        RT @RealBasedBlonde: VIDEO: Google Leadership's Dismayed Reaction to Trump Election | Breitbart https://t.co/8Nna5oIebU @Google needs to ex…
41631                                                                                                                  😂😂😂 @netflix wyd? Honey no why y'all renew the worst shows? Foh
41632                                                                                                                     A disgraceful decision from @premierleague to support @CocaCola
41633                                         RT @RrEloisa: #SaveDeception #PickupDeception @netflix @NetflixLifee coz u know how amazing @DeceptionABC just look at its trailer defines…
41634                                                                                Check out Noctorro Transformers Beast Wars Fuzors Brahma Bull Bat Used https://t.co/dcUG0ih3nA @eBay
41635                                                                                                                              @Linder_LIVES @Apple And bring back the headphone jack
41636                                                       @ZaphnathPaanea @fakeshoredrive @Apple @lorenacupcake @TripppleOG @ChiTownMadeMe @fattonguestudio i need to focus on my album
41637                                                                                                                                                             @Apple So what's new ??
41638                                    thank you so much @netflix for bringing light to this disorder that often gets overlooked &amp; is constantly misunders… https://t.co/qyXQFQp7KO
41639                                                                    Check out Hasbro Marvel Legends Spider-Man Black Costume 8 inch 2008 unleashed 360 https://t.co/67Ctz7TwEe @eBay
41640                                                         Check out BNWT DYNAMO KIEV KYIV 2016 2017 HOME FOOTBALL SOCCER SHIRT JERSEY MEN L #adidas https://t.co/atw620pKv6 via @eBay
41641                                                       Check out Thanksgiving Autumn Leaves Barn Star Rustic Metal Star Wall Fall Door Decoration  https://t.co/laHAMIpyhY via @eBay
41642                                        RT @Reuters: The U.S. Army is conducting public meetings at bases around the world to address lead poisoning concerns after @Reuters report…
41643                                                                Distressed Country Red Black Burgundy Barn Star Country Primitive Wall Décor ... https://t.co/rKgKRZPROj via @amazon
41644                                        @perasperainferi @BlackStarCorona @ZacksJerryRig @Apple I use one of these with a pair of Etymotic ER-3XRs with a b… https://t.co/mMY7zzVLJZ
41645                                                                                                         Check out Golden medium fashion earings   https://t.co/PslTjGjG1s via @eBay
41646                                                                        Check out Psycho Bunny Mens Button Front Shirt Size L Blue Checked 100% Cotton https://t.co/rrlhZ0SU0e @eBay
41647                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41648                                                                       Check out Synrgy Mens Button Front Shirt Size 3XLT Purple Flip Cuff 100% Cotton https://t.co/nr0ukcUaFz @eBay
41649                                                                                                                        RT @adarwis: Dear @Apple cc: Steve J https://t.co/YHpi0BigZt
41650                                                                                                                    Is @exxonmobil turning to RE in @Texas?: https://t.co/pyNyPhXTZd
41651                                                                                                                                      I’m happy with my 8plus☺️ thanks anyways @Apple
41652                                               Puzzlebug 500 Piece Jigsaw Puzzle Colorful Little Toys New in Box #Puzzlebug #puzzles #jigsawpuzzle https://t.co/buTkWp2c3h via @eBay
41653                                        Totally appreciate @amazon early delivery of @DeathWishCoffee before #Flirence dumps all the rain and wind on us he… https://t.co/atoIrEM8or
41654                                                                                        Tip from our sponsor @Oracle Put yourself out there and be yourself! https://t.co/TC43oaQQKg
41655                                                          @NFL @FedEx Fedex Air back in the middle of the story will be former NFL Player's Hit Has ToTAl Touchdown Football League.
41656                                        RT @KenGalistan: @RNRKentucky @Trump454545 @Nike @NFL @Kaepernick7 @Boyd_2650 @RealMAGASteve @Golfinggary5222 @busylizzie48 @seecyn5858 @Da…
41657                                        Totally appreciate @amazon early delivery of @DeathWishCoffee before #Florence dumps all the rain and wind on us he… https://t.co/EHyhEOFtL6
41658                                         Alright @netflix I SEE you. #ELITE looks like Gossip Girl meets PLL meets How To Get Away With Murder. In Spanish.… https://t.co/dOMALSSD7v
41659                                                               #pink Check out Zippo NFL Seattle Seahawks Street Chrome Pocket Lighter - NEW #pink https://t.co/7lIGKrg9Cz via @eBay
41660                                         RT @JohnLegere: Woo Whoo!!! @TMobile + @JimmyFallon = the best @FallonTonight show ever all happening in Central Park TONIGHT!! Be sure to…
41661                                         RT @jeffeblakely4: .@tim_cook why does iTunes call it a “Buy” button? @Apple can delete purchased movies from your library without telling…
41662                                                        RT @TheMendesUpdate: I'm voting for @ShawnMendes New Artist Of The Year Un-leashed by @TMobile #AMAs https://t.co/HpOgll52QU
41663                                                       Check out Valentines Day Hallmark Card The Gift of a Loving Heart  #Hallmark #ValentinesDay https://t.co/qr2oz6KeVw via @eBay
41664                                                                                                                                               @IAMKELLYBROOK @netflix Season 1 or 2
41665                                                                   RT @hopescloset2: Check out Funko POP The Hunger Games: Katniss Everdeen #Funko https://t.co/olU2vZpvL9 via @eBay
41666                                                                                                                                                                      i hate u @Nike
41667                                        @RealJamesWoods @Google @HillaryClinton Oh please get a grip president trump is the best president look at the resu… https://t.co/BrEvbRRXW2
41668                                           @tigerquinn7 @MDYankeefan1 @OliverMcGee @Google @realDonaldTrump @POTUS They love to try and be slick and disrespect him anyway they can.
41669                                                                                                                        @Stephen_Kellogg @Apple This. I’m loving this exact problem.
41670                                        @ashley_white @ASOS @express I assumed you were scouting the tall building behind you in the 3rd picture down to bu… https://t.co/djaZs2WC20
41671                                        RT @Matias__gaming: Best looking game of 2018 so far. I'm enjoying it so much  and just  can't put it down.. #SpiderManPS4 @Marvel @Sony @P…
41672                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
41673                                             Tall tales of fishing! @Walmart @FoodNetwork @HickeyBottomBBQ @TraegerGrills @coach_tricia @kroger @JosheMauro… https://t.co/SXKs5fYVl7
41674                                        RT @DeloitteOracle: Is your organization prepared to optimize its #supplychain? Explore the new Deloitte and @Oracle POV to learn how #bloc…
41675                                                  Check out The Mountain DJ Peace Tree Frog Headphones Kids Youth Sweatshirt Hoodie S-XL #Everyday https://t.co/aZbtGCoyyQ via @eBay
41676                                                                                RT @JeannineBrew: https://t.co/dAOBmMGxrT is open for business! https://t.co/PnPi8bHjr2 via @verizon
41677                                                                                               Thank to @IBM for sponsoring women this year! #hackerhalted18 https://t.co/Hy1swTKHmc
41678                                        RT @Apple: @ARTEM_KLYUSHIN Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/19…
41679                                        @Forbes @ColumbiaRecords @SonyMusicGlobal @facebook @0Markzuckerberg are muting part of the video I obtained from a… https://t.co/WpG0mbkfii
41680                                                          Check out ANTIQUE 1800's black  crude early whiskey bottle w/ partial label              https://t.co/Z2Rc4P3dzD via @eBay
41681                                        @SenorHiebs @Chad_WhoDat @ColinCowherd @Nike @Kaepernick7 Soooooo yeah. Nike stock hit its highest price EVER yeste… https://t.co/l0HEsAIf08
41682                                                                                     I’ve had my iPhone X for a month &amp; the charger is already shorting out... come onnnn @Apple
41683                                                 Check out 3 To 50 Yard Indian Polka Dot Pattern Dress Making Running Pure Cotton Fabric #Handmade https://t.co/Mz3ACntQ2G via @eBay
41684                                                                                                                      pre-ordering two iPhone XS Max tomorrow ❤️.. thank you @TMobile
41685                                                              RT @RealLucyDavis: A taste of what’s to come dear witches... 🖤 @sabrinanetflix @netflix #caos https://t.co/Yj9Jvz4HmB
41686                                                     #spittoon Check out Zippo Lighter - NFL Throwback Chicago Bears Satin Chrome  - NEW #spittoon https://t.co/E36jaRLIZe via @eBay
41687                                               Check out DISCONTINUED #PETA VINTAGE NABISCO BARNUM'S #ANIMALCRACKERS COOKIES BOX LOT OF 6 #NABISCO https://t.co/f6560jlSO7 via @eBay
41688                                                                                                                                 B. REESES Miniatures #NotSorry #Sweepstakes @amazon
41689                                                              RT @samantha_alaimo: Who's ready for this @tiffanyyoung / @hm collection launch in October? 😍 https://t.co/rRib5OIn4j
41690                                        RT @RealBasedBlonde: VIDEO: Google Leadership's Dismayed Reaction to Trump Election | Breitbart https://t.co/8Nna5oIebU @Google needs to ex…
41691                                                                   Check out 2018 TOPPS HERITAGE HIGH #600 SHOHEI OHTANI RC ANGELS FREE SHIP 🔥⚾️  https://t.co/UOivwr7BO1 via @eBay
41692                                        RT @wgortiz3: Southwest Ops is @Apple Ready! We came for business and walking out family! #SWisBest #SeriousFun #OpsRocks https://t.co/yZcm…
41693                                                    Check out Heart Shaped Necklace 24kGold Plated Heart Necklace Heart Pendant Necklace #Handmade https://t.co/qsZZMoZntN via @eBay
41694                                                             Check out Nike KD VI 6 Gamma Green - Flash Lime Bamboo 599424-301 Men's Size 13 #Nike https://t.co/qpl8ZpPSC7 via @eBay
41695                                                                                                                     RT @Jherane_: Why isn't it on @netflix? https://t.co/eK6XT5ASjc
41696                                                                                        RT @lovillalee: The Search Party Independently published https://t.co/VEhx6o7V2t via @amazon
41697                                        @HomeDepot terrible service at Home Depot in Seymour IN. They only have 1 person who can order a patio door for you… https://t.co/XDCkg8Tlst
41698                                        RT @jadexms: #SaveShadowhunters @AmazonStudios @netflix @hulu @albert_cheng @JeffBezos @TheCW @MTV @FOXTV @FXNetworks Anyone else read thes…
41699                                                                                                         @RealJamesWoods @Google @HillaryClinton oh God i just threw up in my mouth!
41700                                        RT @GCAS2018: “The pursuit of profit does not have to be in conflict with the pursuit of doing good.” — Kevin Johnson of @Starbucks on #GCA…
41701                                                                                                                               @kpk67 @Nike @Kaepernick7 Fuck u for being a fuckface
41702                                        RT @JayValenz67: Catholic Church admits 'shameful' legacy of abuse after study leaked https://t.co/68Q7EVoFlD via @Yahoo.  The Catholic Chu…
41703                                                        Check out Girl lady bottom Best Sexy Fridge Magnet gift cute Beautiful Snap On Cute SET 4  https://t.co/Pi0WSCKVLd via @eBay
41704                                                              Check out 2018 TOPPS HERITAGE HIGH ROOKIE PERFORMERS GLEYBER TORRES RC YANKEES 🔥⚾️  https://t.co/2OTcyEOllG via @eBay
41705                                                                                                                @reeses @amazon A. @reeses Peanut Butter Cups #NotSorry #Sweepstakes
41706                                                Check out USA American Flag 2013 Blue Cotton Patriotic Tee T-Shirt L 42-44 #FadedGlory #GraphicTee https://t.co/6jR3lazpAw via @eBay
41707                                         RT @PAULMORGAN999: John is so exited his new wheelchair accessible minibus has arrived and it's truly amazing @Ford @alliedmobility That's…
41708                                        RT @Reuters: Naomi Osaka inspires bi-racial Japanese along with the rest of the sports world https://t.co/i9cYK99XTv via @ReutersTV https:/…
41709                                                                                                                       @Apple I have an XBOX ONE XS MAX ULTRA 64 SUPER PLUS NEXT GEN
41710                                        The @NYTimes reported on the explosive @Google Tape back in March but chose not to informs its readers of virtually… https://t.co/ozW4Qs9OLc
41711                                        @SomeoneIRL @Xuelixon @bonny_ken @CDPROJEKTRED @netflix Lets say you want to show the vastness of the Nilfgardian E… https://t.co/oU8clXLKTf
41712                                        @JohnFWerner @realDonaldTrump @comcast @comcastcares I recently switched to @Xfinity and told them all I wanted was… https://t.co/lhoVPorkIp
41713                                                                                         @sameers_89 @Apple @surface Whats new ? Or rather what they copied from android this year ?
41714                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41715                                                                                         @IgbogirlinNYC @mk1ein21 @suejiron @NBCNews @jason44477057 @Nike Doesn't make sense dumbass
41716                                                                                                  2 1961 Topps baseball cards Killebrew #80 Kubek #265 https://t.co/gklwUzMeY5 @eBay
41717                                        RT @kroger: This is a souper awesome spin on the Japanese classic and a great way to use the leftover broth from other recipes. Recipe: htt…
41718                                        @lordkerwin @InfoSecPS @Apple Speak for your self. I’m clinging on to my SE.  Too many colleagues have damaged larg… https://t.co/T1sRhstAYm
41719                                                                                                                              @kroger Wow that sounds really good  #FamilyMealsMonth
41720                                         @WellsFargo recently invested $7.1 Million into Cook County to help 427 families become homeowners. @NHSChicago is… https://t.co/jrrxRtRYfO
41721                                                                                          @RetroGamingDev @Apple Do it bro! Switch over to the Galaxy family! We're waiting for you!
41722                                        @keiishaxo @normmacdonald @netflix When he said he was worried about rosanne might be suicidal it showed how much h… https://t.co/dIwQAKMvmb
41723                                        Great speech by @salesforce CEO @Benioff @GCAS2018 #StepUp2020 “Step up CEOs! The business of business is making th… https://t.co/w8yZ9UUcfg
41724                                        @Apple I believe the word you were looking for is innovate. Because all you’ve done for a decade now is update. App… https://t.co/ISr6epu4FI
41725                                                                                                        RT @securityguru22: @WellsFargo what are you going to do to make this right?
41726                                                                                                         @Reuters @ReutersTV What IS part of your dna? Incompetence? #GoodJobBrownie
41727                                                                                                                      Check out my listing @eBay - https://t.co/iK6ARsTxhz via @eBay
41728                                                               @WKAmsterdam @WiedenKennedy @Nike @caster800m They loving it this side 🇿🇦 proper work and well done to the team 🤽🏼‍♂️
41729                                                  RT @Reuters: Republican moderates feel the heat on Supreme Court nominee Kavanaugh https://t.co/mA5Mhw8S8V https://t.co/bmuQs5ZMxO
41730                                                                        @_davideast @Google @Firebase @WalmartLabs You'll be 'aight man. I'll be in your neck of the woods anywho :P
41731                                                RT @Reuters: Tourists injured after rockfall at pristine beach in Greece's Zakynthos https://t.co/gAuYiyyrp4 https://t.co/xCkjIqJb7F
41732                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41733                                                                                                                       @GUBLERNATION @amazon amazon Japan!♥️ https://t.co/CVj9cEnqDJ
41734                                        RT @GUBLERNATION: thanks for making the pre-order of my book #RumpleButtercup a #1 new release on @amazon! i’ve poured my neon green.. http…
41735                                           RT @Reuters: Pope Francis meets with U.S. Church leaders over abuse crisis https://t.co/6UOnIrS8cx via @ReutersTV https://t.co/DxvBOPxvL3
41736                                                                                                                            @reeses @amazon B is a win for me #NotSorry #Sweepstakes
41737                                                                                               $2000 CAD for an #iPhoneXr? Jesus. Would @Apple take my left nut as payment? #Courage
41738                                        @velcrooo @Apple On the phone? I mean the screen got an upgrade also but it’s not noticeable but yea the camera mig… https://t.co/7FcSvQtLiZ
41739                                                                Check out Kordell Stewart Pittsburgh Steelers 1995 Draft Classic Trading Card #43  https://t.co/S5GSNX7YzN via @eBay
41740                                                                        RT @netflix: Here's every time Jax was shirtless on Sons of Anarchy. You’re welcome. https://t.co/Yneec5q2Nq
41741                                        RT @GregPeake709: @Tesco seriously discusting when cooking for my very young neice and nephew to find live maggots!! I will not be buying a…
41742                                                                             Check out ZAPOTEC Oaxaca Mexico 100% WOOL Hand Woven Rug from the 90  https://t.co/SQHBwyZ4Eb via @eBay
41743                                                          @perasperainferi @HawK_Xionex @jadislion10 @AquaCthulhu @BlackStarCorona @ZacksJerryRig @Apple In the UK every pos has nfc
41744                                                                    RT @kroger: Very thrifty! Try to find ways to do this with most meals! #FamilyMealsMonth https://t.co/FunaMLrS4t
41745                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
41746                                                   Check out L*SPACE Short Sleeve V-Neck May's Swim Cover Up Tee Shirt Top Sahara XS/S $99 #LSpace https://t.co/BJyyjNdFB7 via @eBay
41747                                                       RT @netflix: Noah Centineo is not only a literal angel but also the fittest person ever... #13Stories https://t.co/hHHZYXQdVQ
41748                                                                Check out Fabletics Rose Gold Capri Yoga Pants / leggings Beautiful NWOT size M Medium https://t.co/solQrRKZKy @eBay
41749                                                                                              @swanage123 @LynneMcCormic20 @Serena_Arif @Tesco @keepScotBrand You really are a card!
41750                                                                                                                           @ASOS where is this skirt please? https://t.co/LBu6iZahXW
41751                                                                     #peace Check out Zippo Harley-Davidson Eagle Wings Pocket Lighter- NEW #peace https://t.co/6oFLnkEjKg via @eBay
41752                                                             Check out Jewellery Display Cards - White Earring Mini Cards For Studs Small Dangles  https://t.co/3LW37mTjIi via @eBay
41753                                                        RT @Reuters: Czech PM says he stands behind Hungary after EU parliament vote https://t.co/ISdPU9W7da https://t.co/eAKOjfV8kC
41754                                                       RT @netflix: Noah Centineo is not only a literal angel but also the fittest person ever... #13Stories https://t.co/hHHZYXQdVQ
41755                                        RT @calicoe509er: A mural of @Kaepernick7 someone did out here in my city #Yakima #Washington #JustDoIt #Nike #NFL @Nike https://t.co/eEq3q…
41756                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
41757                                        RT @Allianz: Being the world's #sustainability leader for two years in a row has just become official! #Allianz is ranked no.1 again in the…
41758                                                                                                                                                  @nxcare @Ryanair Yes. It is C669UH
41759                                         @_0gbreadsticks @TMobile I’m curious to know if T-Mobile will get the slow WiFi phones like with the 7 plus. Lucky… https://t.co/Pe0T74Pbuj
41760                                                                   RT @Reuters: U.S. government posts $214 billion deficit in August https://t.co/VsancMuV5x https://t.co/Bki5QMLEF7
41761                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
41762                                                                                 Hey @verizon any #iPhoneXMax deals prior to presale tomorrow?? Trade in deals. Cuz I need something
41763                                        #Atypical is a great example to modern society to spread love and acceptance to the world. @netflix is continuing t… https://t.co/o0YxnIZM5L
41764                                                 RT @Reuters: Laws of science halt Usain Bolt's speed in Zero-G plane https://t.co/CpBwfInmwu via @ReutersTV https://t.co/lxCLFZfQCz
41765                                        .@Nutrish @Expedia @JennyCraig @Sleepnumber @Bayer @ATT @LibertyMutual @Honda @OfficeDepot.The media will not dicta… https://t.co/0gwHlKxlJm
41766                                                                                                                                                   @KushDreamZombie @Apple I want it
41767                                                       RT @netflix: Noah Centineo is not only a literal angel but also the fittest person ever... #13Stories https://t.co/hHHZYXQdVQ
41768                                                                    RT @Reuters: New Apple watch could take bite out of Swiss market https://t.co/GP4BZsGlJ9 https://t.co/VgfhAYYQmj
41769                                                     @klberney @Variety @ATT @SusanSarandon What is wrong with you????  Obama is the one who caused all the unaffordable medical BS.
41770                                                                                                               @Tesco @jamieoliver This is the fucker that stopped chips in schools.
41771                                                                                                                      Check out my listing @eBay - https://t.co/oGUbMpuVCb via @eBay
41772                                                                                                                                                            @Apple Same old same old
41773                                                                                                   Check out NIKE NSW Baseball Dress XS/S NWT!!  https://t.co/smTNvwu1Yt przez @eBay
41774                                        Busy 24hours in Ireland....breakfast at @Google HQ then on to see the team at @Failte_Ireland to discuss all things… https://t.co/Dz9sETYgRU
41775                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
41776                                                       RT @netflix: Noah Centineo is not only a literal angel but also the fittest person ever... #13Stories https://t.co/hHHZYXQdVQ
41777                                                                                         @riadach @BearinSiam @Reuters Being forced to take in potential terrorists isn't a benifit.
41778                                                                                                                                      @polly4805 @GOPLeader @SebGorka @Google Me too
41779                                                                                                                                           @ayjzzle @jmsteiner8 @netflix Great movie
41780                                                                                                  Check out DC REBEL PANT 3 PIRATE BLACK S NWT   https://t.co/IAPmcMb09R przez @eBay
41781                                                                        RT @netflix: Here's every time Jax was shirtless on Sons of Anarchy. You’re welcome. https://t.co/Yneec5q2Nq
41782                                        @amazon @AmazonHelp : You tricked me into joining #Prime and I'm not pleased. I just accidentally realized that I w… https://t.co/OqvWurisqj
41783                                                                         @jamesdrob @SportsDirectUK @adidas I can remember when all the toon fans embraced these pictures with pride
41784                                                    RT @mrgrumpyslade: Is @amazon Alexa local? @ReeceShearsmith @SP1nightonly @Markgatiss @dysonjeremy #TLOG https://t.co/wGlwSriucl
41785                                                       RT @netflix: Noah Centineo is not only a literal angel but also the fittest person ever... #13Stories https://t.co/hHHZYXQdVQ
41786                                         @rj_gallagher @peterjhasson @Google doesn’t mind writing code to manipulate USA elections..... but all of a sudden… https://t.co/fhh6NbTE7W
41787                                        It’s still baffles me that people are praising @Nike as a symbol of morality when theyve been exploiting children a… https://t.co/jMs4yQJoIs
41788                                                                 #iPhoneXs or #iPhoneXsMax? Who is getting what? Serious dilemma here. Need help from all @Apple fans! #iPhone #Help
41789                                              RT @kris_degioia: @netflix I would like the time I spent out of my life watching the worse show in the world @blackmirror #timeismoney
41790                                                Check out Kiehl's Facial Fuel Energizing Moisture Treatment for Men 4.2oz SEALED 2018 Code #Kiehls https://t.co/Dv5SyVqeev via @eBay
41791                                                                                                                      Check out my listing @eBay - https://t.co/j6CJu7XX9e via @eBay
41792                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41793                                          RT @JovidBekov: That’s why I love you @Nike cause you take everything to different level. Heads up to @Kaepernick7 https://t.co/7diUqpPB00
41794                                                Check out Cow Plush Little Brownie Bakers Stuffed Animal 2016 Girl Scouts All Ages 12” EUC #Kellog https://t.co/YtLUbr6TTm via @eBay
41795                                        RT @JayValenz67: Bob Woodward Fires Back At Eric Trump Over 'Anti-Semitic' 'Shekels' Slur https://t.co/WoCjZEtbSV via @Yahoo Veteran journa…
41796                                                                                  @Acadia @halfpint104 @misscrystal81 @DameMeow @Julieannefiu I hope all the @Nike stuff floats away
41797                                                                  Dam Easy Flood Protection Barriers https://t.co/GWGwTTMP8e via @YouTube @HomeDepot @thegilesfiles @DamEasy_Barrier
41798                                         @berianreed @davidiwanow @juancvargas @JohnMu @methode @Google @GoogleAds @rustybrick @searchliaison @Marie_Haynes… https://t.co/LgtLjbdzWO
41799                                                                                                                      Check out my listing @eBay - https://t.co/G2fs0MHFqT via @eBay
41800                                                                                                                                                                @exxonmobil Fuck off
41801                                                            RT @Reuters: ICYMI: First Starbucks branch to be staffed by senior citizens opens in Mexico City https://t.co/8oULiQMSAv
41802                                          @Reuters The senate panel is about to vote on the final nail in the disgrace and embarrassment that has become America. Will they stop it?
41803                                                                                                                      Check out my listing @eBay - https://t.co/c8pjFRAaAV via @eBay
41804                                                                          RT @steelers: James Conner has been voted the @FedEx Ground Player of the Week! 👏 https://t.co/LutOTzWvjF
41805                                        RT @Gurinproducts: Santamedical Generation 2 Fingertip Pulse Oximeter Oximetry Blood Oxygen Satu... https://t.co/GvlOtVDE4r via @amazon htt…
41806                                                                                                                      Check out my listing @eBay - https://t.co/Ep2LQh9ir6 via @eBay
41807                                        @ATT YOUR service SUCKS!!!! Since #4G in my area is actually just 3G your corporation is committing #Fraud! Maybe I… https://t.co/s9IfQbrTim
41808                                                                                                                                   @amazon has @Nickelodeon themed boxes. I like it.
41809                                                                          RT @steelers: James Conner has been voted the @FedEx Ground Player of the Week! 👏 https://t.co/LutOTzWvjF
41810                                        RT @MRSDBOOKS: Beautiful book with a strong moral about caring for one's things!https://t.co/dFhyTgMZsO via @amazon #kidlitart #kidslit #ki…
41811                                                    @BP_plc BP should defend human rights in Azerbaijan. You should call the dictator of Azerbaijan to stop his war on human rights.
41812                                                                                                                          @brickie18 @Reuters Who are the 'extremists' you refer to?
41813                                                                Wet n Wild Fantasy Makers Wildly Wicked Stencil Kit - 12860 Alien Seductress ... https://t.co/m5RMGTY3gb via @amazon
41814                                       RT @cybertill: Let the best tech team win! 😉#rwtech @Argos_Online @boohoo @RelexSolutions @EDITED_HQ @Tesco @VodafoneUK https://t.co/RGpGMI…
41815                                                Check out Buffalo David Bitton Men's Road Riders Dune Jean Size 32 x 32  Straight B6 #BuffaloJeans https://t.co/0EQ6GNCgyV via @eBay
41816                                         @benmurraybruce @OfficialAPCNg @TheEconomist @HSBC @MBuhari That clearly shows you the class of people in APC. I’m… https://t.co/XAArSwrjzX
41817                                                                                                                      Check out my listing @eBay - https://t.co/7MbfORsr6y via @eBay
41818                                                            RT @Reuters: ICYMI: First Starbucks branch to be staffed by senior citizens opens in Mexico City https://t.co/8oULiQMSAv
41819                                                                                RT @Reuters: Canadian PM says he wants a good NAFTA deal as soon as possible https://t.co/VZ2k9VF0ZH
41820                                        RT @JayValenz67: The Major Reason to Stop Brett Kavanaugh That People Aren't Talking About https://t.co/Rv7OlLKutq via @Yahoo Trump’s nomin…
41821                                        RT @Ford: Keeping parents in control since 2010 with over 10 million vehicles on the road with Ford’s industry-first MyKey system. https://…
41822                                                                                                 @OliverMcGee @rail581 @Google @realDonaldTrump @POTUS They can hardly speak english
41823                                                                                                           @reeses @amazon #NotSorry and #Sweepstakes  A. REESE’S Peanut Butter Cups
41824                                                                          Check out Women's Stretchy Faux Leather Leggings Pants Black Leggings medium https://t.co/Hd81cdB3aq @eBay
41825                                                                          RT @steelers: James Conner has been voted the @FedEx Ground Player of the Week! 👏 https://t.co/LutOTzWvjF
41826                                        #NASCAR #MARKMARTIN 1999 Racing Champions Premier Collection ZEREX Mark Martin #6 2486 of 5000 #FordTaurus https://t.co/gpM6q06qyw via @eBay
41827                                            RT @ashleylatruly: My phone has been doing this weird stutter since yesterday morning. @Apple stop it. For real. https://t.co/qxh7ige3EL
41828                                                                                    RT @Reuters: Attorney general vows to fight nationwide court injunctions https://t.co/jLm4jdTAVD
41829                                                               RT @Reuters: UPS goes back to business in $20 billion automation push https://t.co/DHeGu9ww1l https://t.co/ciOWAWg7sZ
41830                                                                                                          This @ManhuntSeries on @netflix is epic. Very enticing TV Show. #Unabomber
41831                                                                                        I thought y’all wouldn’t resolve that issue once y’all got called out but nahhhhh hub @Apple
41832                                                            Check out 1941 GOTHA GERMANY NAZI WW2 ITALY MUSSOLINI HITLER STAMP FERROVIA ROMA AXIS TACI https://t.co/ZXBIQnC7sb @eBay
41833                                                                              @Inhaler4U @Apple I loved my Samsung but when i try helping my man on his now my Apple has me spoiled.
41834                                                       RT @netflix: Noah Centineo is not only a literal angel but also the fittest person ever... #13Stories https://t.co/hHHZYXQdVQ
41835                                                                          RT @steelers: James Conner has been voted the @FedEx Ground Player of the Week! 👏 https://t.co/LutOTzWvjF
41836                                                            Check out About A Girl Los Angeles Women's Sheer Boho Festival Top Navy Size L #Blouse https://t.co/bjiVlkAmd3 via @eBay
41837                                                                                                                                      @SteazusWalks_ @UPS @ they ass I don’t give af
41838                                        RT @McDonalds: UNLIMITED. FREE. DELIVERY from McDonald’s (9.24 – 9.30). The deets? Order #McDelivery using promo code McDeliveryPassSept on…
41839                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41840                                                                               Check out CLINIQUE TRAVEL SIZE MAKE-UP REMOVER LOT OF TWO #Clinique https://t.co/tnXYNIio6c via @eBay
41841                                                                                                                                 Put bobs burgers back on Netflix dammit :/ @netflix
41842                                        RT @salvatorenigro: Decent Jobs for youth....the smile of our graduates in Morocco @Citi @EFE_Global #Pathways2Progress https://t.co/vgVnz0…
41843                                        RT @BethesdaStudios: Thanks to everyone at @Apple letting us showcase our next big thing -- The Elder Scrolls #Blades -- coming this Fall t…
41844                                                            @honabargercal @skyler_durbin @Apple I’ve already given them enough money just buying their phone why do they need more!
41845                                            Check out #Vintage #USSR #New #Year #postcard 1959 #Polar #Bear in #helicopter #penguins #North #Pole  https://t.co/p4qnKbFwqP via @eBay
41846                                                      RT @Oracle: .@MitsubishiHVAC puts #innovation on hyper-drive with @OracleCloud https://t.co/RTnQ21Oe3l https://t.co/mdYswi3Vvc
41847                                                            RT @Reuters: ICYMI: First Starbucks branch to be staffed by senior citizens opens in Mexico City https://t.co/8oULiQMSAv
41848                                                                                Check out The Spanish Armada Commanders Large Copper Wall Plaque 1588. https://t.co/egesr5kgeS @eBay
41849                                                                          RT @LarryThompsonX: @Apple I got a suggestion for a great feature you might want to include #affordability
41850                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
41851                                                   What I don’t understand is why the @Skype software works better on an @Apple iPhone rather than my @Microsoft @windows 10 desktop
41852                                                                          RT @steelers: James Conner has been voted the @FedEx Ground Player of the Week! 👏 https://t.co/LutOTzWvjF
41853                                                                                                              @Barneystrouble @Toondog3 @adidas @HughDocherty9 Coulda woulda shoulda
41854                                                                                                                                                   Exactly why I buy @kroger brand!!
41855                                                                                                    @ChiTVee @Microsoft @XboxSupport Why are you tagging Xboxsupport? What is wrong?
41856                                                 @unity451 @ATT @TMobile I made the change last year after a lifetime of @ATT. Never been happier and never looked back. DO IT! 👊🏼
41857                                        Hey @realDonaldTrump the @amazon delivery truck nust delivered my First #SimonShuster Hardcover Edition of FEAR! Cu… https://t.co/omZQa8q2NV
41858                                        @waytoobigtofail @larryhinkle @washingtonpost @facebook So what’s stopping you from developing your own platform? I… https://t.co/HXFW5VVlZo
41859                                                                                              @benmurraybruce @OfficialAPCNg @TheEconomist @HSBC @MBuhari Food for thought.Nigerians
41860                                                            RT @Reuters: ICYMI: First Starbucks branch to be staffed by senior citizens opens in Mexico City https://t.co/8oULiQMSAv
41861                                                                                                                        @DarkPrinceRyan @Ryanair Thanks that's really kind of you :)
41862                                        RT @cammellieri: Catherine  and Reynolds look at the TV and see that Windsor’s daughter has been kidnapped. . #BatB #BatBMagic @netflix @Ne…
41863                                            RT @AmericanExpress: @Lin_Manuel's leading role is that of visionary artist. Our role? To have his back every step of the way. #AmexLife
41864                                                                                             RT @PeteValet: @CoachJim4UM @AEDPodcast @PodcastOne @Ford Yep We Listen Everywhere lol.
41865                                                                Storm Chasing the Joplin EF-5 Tornado A Journey Through Tornado Alley Limited... https://t.co/k3yir6u8ki via @amazon
41866                                                  Check out Jefferson Starship Knee Deep In The Hoopla Grunt BXL1-5488 Vinyl LP Pop Rock  #PopRock https://t.co/JvxNQTDlyQ via @eBay
41867                                                                                              @stevesilberman your Tweet was quoted in an article by @Yahoo  https://t.co/8BNHKXJZvc
41868                                                                                                                                               @slpng_giants @amazon Yes.  Way cool.
41869                                        thank you Brandon for the info  @CNN @ABC @CBS @NBC  well lefties you know theyre not going to let ya see this  Bra… https://t.co/sBeyJfZGpO
41870                                        @YeleSowore @Google Bros no Fes ooo! Na so-so travel u wan tey win eleshon? Abi dem go do your own in dayasporra? N… https://t.co/NJBs7xByfp
41871                                                                                                    RT @DrKynast: @Reuters #Myanmar is a failed #WW2 #atavism #UnitedNations #victim
41872                                                                                                          The Rise of the Narcostate  https://t.co/5qIlriPwcI via @amazon @smallwars
41873                                        What reason is there to buy a new iPhone? Outside of the fact that @Apple will undoubtedly tank my iPhone 7 imminen… https://t.co/FxfRTKqaTX
41874                                                                                                                                      @Nike Didn’t lose any sleep  over it I bet....
41875                                        RT @AlexBenay: Today I got to try out @Transport_gc new @amazon Alexa skill for automotive recalls ... 2 weeks to develop and launch an alp…
41876                                                              RT @RealLucyDavis: A taste of what’s to come dear witches... 🖤 @sabrinanetflix @netflix #caos https://t.co/Yj9Jvz4HmB
41877                                                                                                               @netflix Nah the fittest person ever is @TheRock don't get it twisted
41878                                                                  Check out 2017-18 OPTIC SILVER PRIZM #6 JAYLEN BROWN CELTICS FREE SHIPPING 🔥🏀  https://t.co/03YB4e3tUM via @eBay
41879                                        @Ryanair Hello. I am flying from Manchester to Brussels on 28th of September. On news I read there will be a huge s… https://t.co/69N4GZZjYm
41880                                                 RT @Reuters: Laws of science halt Usain Bolt's speed in Zero-G plane https://t.co/CpBwfInmwu via @ReutersTV https://t.co/lxCLFZfQCz
41881                                             RT @BethPaintings: Check out Vtg 80's/90's  Pepsi  Embroidered Red/Blue Snapback Hat  NWOT #Unbranded https://t.co/BPw0LDR1yd via @eBay
41882                                                                                                                                 Woah @ASOS  has become expensive all of a sudden 🙄
41883                                          @AndrewFrisbie05 @tiredofit10 @Shotzz420 @klberney @Variety @ATT @SusanSarandon Lol you are really high on Kremlin propaganda farts. Still
41884                                                                                                                                @Reuters @ReutersTV Mandatory evacuation in November
41885                                                       @ZakkWyldeBLS @Spotify @iTunes @AppleMusic @amazon @WyldeAudio @DeathWishCoffee @zakk_sabbath @OzzyOsbourne You were amazing!
41886                                        @Reuters Ironic that they're ending production on the Beetle to focus on EVs when there's a whole community of DIY-… https://t.co/le7GLOE9Ft
41887                                                    @TheRevenite @VanbarrigerDon @BlackStar2030 @Jowaaayyy @kingmuttt @Apple So it is just bigger and faster https://t.co/LQ4ef0Yv9I
41888                                        @Daiz42 @Google had a fantastic shopping app that you could scan the cover or barcode of something and it would fin… https://t.co/TshXnOwf53
41889                                                                                                                                                  @chikoheat @TMobile Yeah same smh.
41890                                                                                                                                                                    @pepsi @NFL Lool
41891                                        RT @whannel: Can we wrangle an early @OutlawKing preview in there as well @citizentommy if anyone at @SputnikInt's pals with @netflix maybe…
41892                                         RT @JayValenz67: US lawmakers warn spy chief that 'deep fakes' are a national security threat https://t.co/vnRO5xDLBN via @Yahoo If you're…
41893                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
41894                                         RT @EdPFirstNet: 1) A significant takeaway from yesterdays @Apple announcement is the inclusion of band 14 chips in the new iPhone models.…
41895                                        @ILParalegal @normmacdonald @netflix You don’t have one yet according to your profile. And having a degree by itsel… https://t.co/OtgM3cYFiw
41896                                                                                                       @ZacksJerryRig @Apple I told myself this iPhone X will be my last Apple phone
41897                                        RT @AptronCintril: @larryelder @Nike The left wants a war. The problem is that most of the ppl on the left are pawns. The elite want others…
41898                                              @SportsDirectUK come on  @adidas  are you sure you want to be linked with this  slave labour workhouse the main shareholder is a  liar
41899                                         RT @tiredofit10: @Shotzz420 @Piatfernandez @klberney @Variety @ATT @SusanSarandon Susan Sarandon is an old rich white lady. Too old to get…
41900                                                                                   @mrgrumpyslade @amazon @ReeceShearsmith @SP1nightonly @Markgatiss @dysonjeremy This is wonderful.
41901                                                       Check out Antique 1876 Patent Star Band Oil or Kerosene Flat Hand Lamp Rigoree Loop Handle  https://t.co/mcod2qek41 via @eBay
41902                                        @easyJet been told 2 weeks ago that our claim has been accepted for our delayed flight and money will be in bank ac… https://t.co/dLUfMZ42vh
41903                                                                                 @GayTrumpFan1 @PaulObrienUSA @ImaFreespeaker @THR @funnyblackdude @netflix Says the bottom bitch...
41904                                        RT @MillieCordelia: @warnerbrostv @TheDCUniverse @netflix @hulu @TheCW @AmazonStudios @WarnerBrosEnt The most relatable Catwoman ever.  #Sa…
41905                                        RT @CMac217: I also wrote about Colin Kaepernick because I have the freedom to do so just like he does by signing that contact with @Nike a…
41906                                                                          RT @steelers: James Conner has been voted the @FedEx Ground Player of the Week! 👏 https://t.co/LutOTzWvjF
41907                                                                                                                                    @BalrogsLair @microcenter @Microsoft Chromebook?
41908                                        @timrote @jschaedler @MeansNefarious @BlueSteelDC @Variety @ATT Nope... I'd love to have all the power you attribut… https://t.co/bzmFbVuYeS
41909                                                                                @primalpoly @AmericanAir @Delta @united @Expedia Depends how much the ticket was in the first place.
41910                                                         Check out Yin Yang Cat Iron-on Patch Tao Kitty Balance Black White Embroidered Applique   https://t.co/j09WI883yX via @eBay
41911                                                                                                                                       @Reuters Serious camber on those front wheels
41912                                                          RT @Reuters: U.S. marines conduct big drills with rebels in southern Syria https://t.co/o6zTbL1ITy https://t.co/SzuglsC4Hx
41913                                                                              RT @parscale: Only @Google could make @facebook look like the good guys. Mark should send them a gift.
41914                                                                          RT @Reuters: Usain Bolt toasts zero-gravity with champagne https://t.co/bvGlLSUmuU https://t.co/3017eHWLtL
41915                                                          @MrsSOsbourne @DitaVonTeese @CBS Tiger lily is the name of one of dogs running in bet9ja dog race u can check for him dere
41916                                                                              @TMobile @justinbieber i am taking tomorrow. wear such a shirt. Can you do it? https://t.co/KvYqdJ54GI
41917                                                                         Bob Woodward Fires Back At Eric Trump Over 'Anti-Semitic' 'Shekels' Slur https://t.co/IuDfGK0kTA via @Yahoo
41918                                                                                       Check out Rundholz main line pants #Rundholz #CaprisCropped https://t.co/f3paFm1G2A via @eBay
41919                                                                         #HotTakeAlert @netflix 's Captain Underpants show is better than the Captain Underpants movie.  Don't @ me.
41920                                        @Microsoft @Xbox @XboxSupport I’m not one to usually rant but I’ve had enough of these dookie controllers that only… https://t.co/g9MKdK9LZT
41921                                                                            RT @Reuters: U.S. Congress aim to delay border wall funding fight until December https://t.co/GWSQsXAEJC
41922                                             @Google I have sent my feedback. Please update your search engine- the Obama’s are no longer the first family.… https://t.co/FTjEGnUt7a
41923                                                                                                                                 @senseiayo @Reuters He sleeps with you on your bed.
41924                                         RT @Rosemarie4311: @michele5411 @sundewhiteart @tiredofit10 @Shotzz420 @Piatfernandez @klberney @Variety @ATT @SusanSarandon Michael Moore…
41925                                        @antisocialbrit @Disney So children should be exposed to seeing  cartoon characters having SEXUAL attractions to sa… https://t.co/MSACzFWpIH
41926                                        @no_mad_rockband @SelectiveRecord @KinglyT @amazon @RevCavs @afteraliceband @faithheadband @vett41 @Somder_Official… https://t.co/93yRoLiTSD
41927                                                                                                                                                        @Heavy_Intruder @Apple Cool!
41928                                        RT @dallasschools: We are so excited about last Friday's announcement that @smusimmons and @Toyota are collaborating with #DallasISD to cre…
41929                                                       Check out Dana Buchman Denim Jeans Bootcut Dark Wash Mid Rise Womens Size 6/32 #DanaBuchman https://t.co/lxyejh3w2L via @eBay
41930                                                                 RT @BAL_Pro: We would like to thank @BankofAmerica for supporting our pre-purchase efforts! https://t.co/FhuF8Zsmji
41931                                        RT @DrAliKhavandi: New @Apple watch has significant implications for @AliveCor which has become an invaluable tool for self-directed remote…
41932                                                   Spotted @helixwater's @CityofElCajon operations Center @LaMesaCAadmin office: new fleet of @Toyota Prius… https://t.co/uMSail6icK
41933                                                                                                                      Check out my listing @eBay - https://t.co/Wasrf14DBJ via @eBay
41934                                                                                                                                    @mike_boyd @Samsung Wow - gone to the dark side!
41935                                        @shroud @ATT @ATTCares You had cox a few days waiting on att when you first moved. Maybe call them and have them tu… https://t.co/Jl6T82QLgD
41936                                                                                                             @A_1_2018 @Apple @AppleSupport Smh hopefully it doesn’t keep doing that
41937                                                                                                                               I LOVE YOU!!!! @Nike 💗💗💗💗 https://t.co/IqDMq8Tybg
41938                                                                                                                               RT @timthetatman: @shroud @ATT @ATTCares Sucks bro...
41939                                                                                                                                                                     @UPS i hate you
41940                                                                   RT @Reuters: U.S. government posts $214 billion deficit in August https://t.co/ux7usk4zNQ https://t.co/64nd31WeIf
41941                                        @Google when I ask to see photos of the first fucking family I do mean the CURRENT first fucking family. Stop censo… https://t.co/AeRfFFYpHk
41942                                        And @TMobile is RIDICULOUS for these $600 down payments on the #iPhoneXs and #iPhoneXsMax. @JohnLegere this is high… https://t.co/9z0ztjhyn6
41943                                                       Check out Postcard Risque Sexy Bikini Girl Nude Topless Sea View COSTA DORADA Vintage Card  https://t.co/RiBUbWNHGE via @eBay
41944                                                                 @Reuters That's only blowing a 2.5 trillion dollar hole in the budget on an annual basis... https://t.co/gbNyKD98yM
41945                                        RT @Reuters: A census revealed that over 13 percent of people in the U.S. are immigrants – and Asian https://t.co/xPmo9wePrA via @ReutersTV…
41946                                                                   RT @Reuters: U.S. government posts $214 billion deficit in August https://t.co/ux7usk4zNQ https://t.co/64nd31WeIf
41947                                                                The Healing Powers Of Vinegar: A Complete Guide to Nature's Most Remarkable R... https://t.co/UJiwATN0sY via @amazon
41948                                                                                         Am I the only one who thinks @Apple missed out by not calling the #iPhoneXsMax the iPhoneXL
41949                                                                   Check out Of Dragons Fairies and Wizards Pixie House Playset and Accessories Purple https://t.co/onX6ZnSZtp @eBay
41950                                                                                                                                 @twitchAglii @shroud @ATT @ATTCares i do have a job
41951                                                                Let's kick things off right away tonight! Hit us with a GIF showing how you feel about all this news from @Apple ...
41952                                                                                                                                                              @Apple How Innovative!
41953                                                       Check out Cute Antique Bedside Oil / Kerosene Finger Lamp Applied Rigoree Handle Complete!  https://t.co/tmJLUOoOe0 via @eBay
41954                                                                                                                             RT @VW: Who wants takeout? #GTI https://t.co/Y2SekVqopA
41955                                                                                                                      Check out my listing @eBay - https://t.co/MTlRRN13TJ via @eBay
41956                                                                               Classic Treasures Bisque Victorian Christmas Holiday porcelain doll https://t.co/zVCOxNqwBX via @eBay
41957                                     @Reuters @ReutersTV It's all about him! Those people had the nerve to die &amp; make him look bad! The democrats killed those peeps on purpose!
41958                                               Check out DVF retail $648 Zola halter silk jumpsuit black &amp; white flower size 4  #DVF #Jumpsuit https://t.co/UWcVKkfy7H via @eBay
41959                                                                                                        @MrsSOsbourne @CBS Please note if “Tiger Lily” is found. #BringTigerLilyHome
41960                                                                  Womens Betty Boop Biker Babe Motorcycle Graphic T-Shirt Tee S/Slv White Blk  2XL https://t.co/EsfKmSbtzg via @eBay
41961                                                                                                           Code to Zero by Ken Follett (hardback)  https://t.co/np2vfC12t1 via @eBay
41962                                                                                                                       @Reuters now hold this sign up outside abortion clinics...…..
41963                                                                                                              RT @PaulDetrick: @Breakingviews @Reuters @johnsfoley Great pic choice.
41964                                                        Check out Tiffin Mid Century Green Bowl Etched Snow Flakes Winter Christmas 1960s Vintage  https://t.co/5ADHKZGh9V via @eBay
41965                                        RT @JayValenz67: The NFL Fought Donald Trump's Bullying 30 Years Ago and Won. Should It Do It Again? https://t.co/vv8XxUm7jg via @Yahoo Bac…
41966                                                         @OliverMcGee @Google @realDonaldTrump @POTUS Also is this a joke? Being a grown ass adult and crying about an election lmao
41967                                            RT @XULA1925: #XULANikeDay “Believe in something. Even if it means sacrificing everything.” - @Kaepernick7 @Nike https://t.co/Rhzi0iKbnu
41968                                       RT @oooooiityr: @Reuters 🔥 David Wright ¦ Marin Mazzie ¦ 3 #PKK personnel are killed after the detonation of an explosive device near al-Hu…
41969                                                       Check out JMS 16W Capri Pants Elastic Waist Drawstring Black Green Womens #JMS #CasualPants https://t.co/OLzt1sz7gs via @eBay
41970                                        @RealJamesWoods @Google @HillaryClinton So pathetic!!! Out of all the bias organizations against @realDonaldTrump o… https://t.co/PBcfqR3KQ4
41971                                              Truly testing the biophilia hypothesis at @Microsoft Redmond HQ today in these stunning outdoor meeting spaces https://t.co/ojfV0Aqt1r
41972                                                                                                                @eye95 @Google @DuckDuckGo I started using it recently. Works great.
41973                                                                                          RT @GadSaad: Someone just posted this on my public @facebook page. https://t.co/nqhElXGeoQ
41974                                                                                                                 Check out 4 Piece Beauty Creation Set https://t.co/6aInuHO3GO @eBay
41975                                                                                                     Check out US Marine Stuffed Bull Dog W/Cigar  https://t.co/QiYo0LeaGz via @eBay
41976                                        RT @Reuters: Running legend Usain Bolt challenges the law of gravity as he sips champagne https://t.co/CpBwfIEXo2 via @ReutersTV https://t.…
41977                                        RT @Reuters: Running legend Usain Bolt challenges the law of gravity as he sips champagne https://t.co/CpBwfIEXo2 via @ReutersTV https://t.…
41978                                                                             Your @UPS deliveries may soon arrive in electric trucks https://t.co/dnVcHzD6PT https://t.co/dIly7IFfol
41979                                                                              RT @Google: Ssssssssuspect confirmed. It was a snake → https://t.co/3cwtxyC4mv https://t.co/shbO7D4mTf
41980                                                   Check out Beautiful SUZUKI Kohaku CHK-1 Electric Taishogoto with Case and FREE Shipping #Suzuki https://t.co/pwkFwiDmCy via @eBay
41981                                                    Check out Artisan hand made all natural hemp necklace with vintage pendant  #Handmade #Pendant https://t.co/EFSpKwk8B6 via @eBay
41982                                         @estarianne @GMSarli @Uncle_Jimbo @joshtpm @Reuters Just reality. Carter Page was innocent the whole time and knew… https://t.co/jZVwxfFr7N
41983                                                       Check out Beauty by the Sea Cross Stitch Pattern Leaflet 137 Stoney Creek 1995 Lighthouse   https://t.co/OMg4kvscYO via @eBay
41984                                        RT @unfoundation: Did you miss the kickoff of the global #climateaction summit? Leaders ranging from @Starbucks and @sfgov to @AFLCIO and @…
41985                                                                   RT @Reuters: FEMA faces Hurricane Florence with range of housing options from 2017 storms https://t.co/KIavTIgynd
41986                                                   RT @Google: The year is 2007. An animal has escaped from its cage in the Google NYC office. What animal are you looking for? #tbt
41987                                                                                             Okay @netflix I love these old movie new selection!!! I’m never getting out of bed now!
41988                                                             RT @Reuters: U.S. to reconsider asylum for separated immigrant families https://t.co/xB1ZJPmYhE https://t.co/ZmjaKETKwA
41989                                        @MontyRaeSp8 @rosales6666 @Whobetterthank1 @TwiTati @philefan4life @Nike Im  a occasional watcher myself lol it’s j… https://t.co/OTCCbR7OJB
41990                                        RT @SuperSaf: Dear All Smartphone Manufacturers that aren't Apple. Please learn from @Apple and provide bright white lighting at your hands…
41991                                        RT @Gurinproducts: Santamedical Generation 2 Fingertip Pulse Oximeter Oximetry Blood Oxygen Satu... https://t.co/GvlOtVDE4r via @amazon htt…
41992                                                          Check out JAPAN WWII Military picture postcard Tarakan island Assault Dutch East Indies  https://t.co/aIl0p2bVcy via @eBay
41993                                                                             @colorfullybts @McDonalds word i love their BigMacs but u should t eat them cuz u got practice tmr girl
41994                                                       Check out JAPAN WWII MANCHUKUO CHINA Sp cancel postcard Gaizhou Return Crown Prince Europe  https://t.co/lT1Vh1stkE via @eBay
41995                                               RT @Reuters: 'Pure evil': Ex-New England mob boss gets life in prison for 1993 murder https://t.co/S6Rqh5A3mF https://t.co/lKYzcYZ2cF
41996                                                              @facebook I’m unable to scroll more than a few Facebook notifications on my iPhone. It’s been like that for  few weeks
41997                                                                                            Yellow Apple Art Print on Upcycled Antique Book Page https://t.co/RNpbaFqolo via @amazon
41998                                               RT @Reuters: 'Pure evil': Ex-New England mob boss gets life in prison for 1993 murder https://t.co/S6Rqh5A3mF https://t.co/lKYzcYZ2cF
41999                                                                        RT @CWloba221: #BatB #BatBMagic @NetflixDE @netflix  What is going on with Vincent?? https://t.co/2PqJcIX9cc
42000                                                                                                                                        @Reuters No sources no truth just fake news!
42001                                                                                                                                                             @Reuters Trump did this
42002                                                                                              Evil Dead 2 Japanese Program https://t.co/PDj262FJ6K via @eBay https://t.co/spIVwXLKRq
42003                                         Time flies at the @Adobe #creativejam at @fullsail U! Just over 30 minutes to deadline. #meandmyphablet #adobelife… https://t.co/27EIGfyJB1
42004                                                              Check out $7700 CERTIFIED 14K YELLOW GOLD 11.00CT RUBY 1.20CT DIAMOND RING #Cocktail https://t.co/bg2imdBUdu via @eBay
42005                                                                                                                   @marnixtenbrinke @Reuters You should be forced to go to a barber.
42006                                         @shroud @ATT @ATTCares I've been waiting 3 weeks for Att to come fix my lines to my house. Never showed Monday and… https://t.co/uBMq1ZwUaC
42007                                        @r0bbo_ @MaDeeYang1 @steelers @FedEx @NFL Well if they really want to they could trade bell for someone🤷🏿‍♂️ not th… https://t.co/e48qTNLakb
42008                                                                                                  @itwoamond @Nike Didn’t know supporting the first amendment was a “Moral crusade”.
42009                                                                                               @Apple All new way to waste money for a slightly updated version of your phone! Fixed
42010                                        RT @SuperSaf: Dear All Smartphone Manufacturers that aren't Apple. Please learn from @Apple and provide bright white lighting at your hands…
42011                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
42012                                                           Check out Vintage Signed ORIGINAL BY ROBERT Beaded Flower Gold Tone BROOCH PIN/PENDANT  https://t.co/lo3CLvtQRH via @eBay
42013                                                                                                                     @beauryan @FoxBusiness @Nike Thanks to the Trump stock market!!
42014                                                                                                 Check out Traditional Logic 1 Memoria Press Classical https://t.co/2FBuMRgLXQ @eBay
42015                                                        Check out PIG Hog Piggy PULL TOY Sculpture*Primitive/French Country Farmhouse Urban Decor  https://t.co/WkolH8G2fC via @eBay
42016                                             RT @Reuters: U.S. expects some Israeli criticism of parts of coming Mideast plan: envoy https://t.co/HN2phCcs3f https://t.co/ShN17dgNZW
42017                                                                                                                                 @TMobile @BTSARMYNA @LILILOVE20 GERMANY?? YES??? ✨
42018                                                                                                                 @jane_ann_x @Surabees @DonaldJTrumpJr @Google @realDonaldTrump Sure
42019                                                                                                               @reeses @amazon A. REESE’S Peanut Butter Cups  #NotSorry #Sweepstakes
42020                                                                                                                                                          FACT @TMobile 🙌🏿🙌🏿🙌🏿
42021                             RT @alluring_voice: @tiffanyyoung @hm @hmusa 💦💦💦💦💦💦💦💦💦💦💦💦 TIFFANY YOUNG💦💦💦💦💦💦💦💦💦💖💖💖💖💖💖💖💖💖💖💖💖💖 https://t.co/m9vdsGDJiV
42022                                                                                                             @imiuruok @JohnLegere @Apple $279 vs. $999  ...but that’s just me 🤷🏻‍♂️
42023                                                              @DCExec1969 @Luana_Krause @RealJamesWoods @Google @HillaryClinton I guess so seeing as how you can see into people. GN
42024                                                                      I'm selling an adorable brand new retro sundress on @eBay - it has pockets!  https://t.co/OSplHavAqU via @eBay
42025                                            RT @AmericanExpress: @Lin_Manuel's leading role is that of visionary artist. Our role? To have his back every step of the way. #AmexLife
42026                                        @Walmart Thats great and everything but this photo is so weird. Why are you featuring an industrial fan? Should I h… https://t.co/DQSCyrN0OZ
42027                                                                RT @herbalgirl98: Check out Gold Fish Heavy Glass One-Hitter Color Changing Glass Pipe https://t.co/dhTIulGDIH @eBay
42028                                                                                                                                                     @Apple take my money you whores
42029                                        @Nike you guys wanna let kapernick know that he's not playing in the NFL bc he sucked not bc of his bullshit protes… https://t.co/54criBEhnx
42030                                                RT @Reuters: WATCH: Starbucks opens a branch run entirely by a staff aged over 55 to promote labor inclusion https://t.co/qdE703P4IT
42031                                                                   RT @Reuters: Volkswagen to end production of the Beetle next year https://t.co/wyjzvCgfyu https://t.co/ShuAdWquBf
42032                                                                                                                        @Esco_Anton @Reuters Emily will take your old one \U{01f92a}
42033                                                                                                                                 @Reuters @ReutersTV I bet Donald is dying with envy
42034                                                RT @Reuters: WATCH: Starbucks opens a branch run entirely by a staff aged over 55 to promote labor inclusion https://t.co/qdE703P4IT
42035                                                                         RT @ashleesimpson: Had so much at @facebook and @instagram today!! ❤️ #AshleeAndEvan https://t.co/TsYR7OjpxV
42036                                                              RT @Reuters: Florence puts U.S. authorities to the test https://t.co/gsl9H348dN via @ReutersTV https://t.co/jryiVQfcEu
42037                                        RT @JonFreier: Live from The Tonight Show with @jimmyfallon at Central Park presented by @TMobile! Incredible evening in New York City! htt…
42038                                                              RT @Jokoy: Did this funny segment for the new ASMR Stand-up series on @NetflixIsAJoke @netflix https://t.co/hgagElSB2p
42039                                                        RT @herbalgirl98: Check out Gold Fish Heavy Glass One-HitterChillium Color Changing Glass Pipe https://t.co/JhN7ZK4VEm @eBay
42040                                        RT @davidsaulacosta: I commend @amazon CEO @JeffBezos for committing $2 billion for investments in #Education and programs combating homele…
42041                                                                                          RT @Reuters: Asian shares rise as China and U.S. weigh fresh talks https://t.co/6E0dO9fh1l
42042                                         RT @JessieCristo73: So now I have THREE OTPs from THREE different shows I now obsess over! Just what I needed! gee thanks @netflix  :P lol…
42043                                        RT @pscoordsen13: @CBSTVStudios #ThursdayThoughts how fantastic it would be for @netflix to offer #BatB Beauty And The Beast with streaming…
42044                                                    Check out Vintage Antique pewter candlestick Christmas.   https://t.co/WBPpPJJAqv via @eBay #vintage #followvintage #vintagehome
42045                                                                                         PSA: If you have @netflix and you haven’t watched @GlowNetflix then you’re not cool. #truth
42046                                                                                                      @Nike @Kaepernick7 I prefer to support this right here https://t.co/4YLwjfFcvP
42047                                                                                                                                              @Apple This came out on my birthday 😊
42048                                            @ABCnews @CBSnews @NBCnews @Reuters @CNN @StephenAtHome @colbertlateshow @FallonTonight @JimCarrey @jimmykimmel… https://t.co/UCTrixUYGu
42049                                                                           RT @HomeDepot: See our updated list of store closings due to Hurricane Florence: https://t.co/6qaLAbakBw|
42050                                                                                       @Stephen_Kellogg @Apple Everyone who still buys Apple products get exactly what they deserve.
42051                                                              Check out Children's Place Girls Sleeveless Dress with Lace Stripe/White Size 10-12  https://t.co/7vJoEU9fjh via @eBay
42052                                        I expected more from @TMobile I thought @JohnLegere had changed the company for the better. But when you spend this… https://t.co/7ZjECnLb0Q
42053                                                                                                                                           @CBS get it together we can’t enjoy #bb20
42054                                        RT @Melli306: @beastieaw @netflix @pscoordsen13 @57Veronica @ACelinakova @knovak832_novak @smiley2410 @LeeRock @deb5881 @JouDee_Langga Very…
42055                                           RT @DonFi4o: Check out The Veedol Manual Tide Water Oil Company 1932 Vintage Lubrication and fuel Gide  https://t.co/3wLxcsELDi via @eBay
42056                                            RT @Reuters: IKEA targets home delivery by electric vehicle in five major cities by 2020 https://t.co/EuPhmSmttc https://t.co/pGqDy2udIr
42057                                        RT @OfficialCND: THANKS @Google and the @googledevs for getting rid of the aux port on the #GooglePixel2.... Now my entire trip is gonna be…
42058                                        RT @KoleCalhoun: Angels fans! Come hang out with me at the 2130 E 17th St @TMobile store tomorrow in Santa Ana from 12pm to 1:30pm. I’ll be…
42059                                                @staceac @AppleMusic @Apple Apple is nothing but trouble. Always has been always will be. At least you went… https://t.co/1n3UNxXLHT
42060                                                          Check out Hgtv  Magazine Renew Your Rooms Kitchen Ideas Decorate For Less Designer Tips  https://t.co/fczrN3JSg1 via @eBay
42061                                        RT @Luana_Krause: @RealJamesWoods @ace123michael @Google @HillaryClinton Trump winning the election was one of the happiest days of my life…
42062                                                       Check out Polo Ralph Lauren Large Custom Fit LS Button Front Shirt Multi-Color Stripe Pink  https://t.co/X749ZujVlW via @eBay
42063                                                                        @Oui_Tweet @OliverMcGee @Google @realDonaldTrump @POTUS So...what is your solution?  Government regulations?
42064                                                                  RT @Reuters: Northern Lights dance in the sky above the northern Finnish city of Rovaniemi https://t.co/Kt1Y2JZkzy
42065                                                                                                               @justjenn @Marvel @netflix @MarvelIronFist Omg. My mouth is watering!
42066                                                                 RT @Reuters: Cuomo turns back challenge from left in New York Democratic gubernatorial race https://t.co/iwMfezFngK
42067                                                          Check out NWT VITAMIN A TARA LAGOON SIDE TIE BIKINI BOTTOM ONLY SMALL S 6  SFS #VITAMINA https://t.co/Wc8sUFlW9o via @eBay
42068                                                RT @Reuters: WATCH: Starbucks opens a branch run entirely by a staff aged over 55 to promote labor inclusion https://t.co/qdE703P4IT
42069                                                                                               RT @iwinoto: @IBM joins yellow pages for #blockchain networks https://t.co/yC1RUFknJt
42070                                        RT @billprady: Hey @netflix — someone is going to film the remarkable monologue @kathygriffin is currently touring with and bring this amaz…
42071                                        RT @DrThomasPaul: No one needs a $1000+phone. #Apple @Apple you're making these gadgets expensive on purpose to pay for lost sales in lapto…
42072                                        @CBS what was that? @JulieChen showing she’s loyal to her scumbag serial sexual-harassing/assaulting scumbag husban… https://t.co/urZmicAoc1
42073                                                       Check out KISS The Originals Japan 3LP Vinyl Record VIP-5501 ~ 3 COMPLETE Sticker Card Obi  https://t.co/2e1bNikLcx via @eBay
42074                                            Check out Vintage Catalina Rhythm &amp; Blues Blue Denim Skirt Pleated Button Front Sz 16 Plus #Casual https://t.co/AG8akoAuIQ via @eBay
42075                                                                                                                                                   @Apple so no Airpod 2's? weaksauz
42076                                         @VanbarrigerDon @yudi_sanchez115 @TheRevenite @BlackStar2030 @Jowaaayyy @kingmuttt @Apple I agree I am on of those… https://t.co/R7kh4qRhjH
42077                                        RT @GoldmanSachs: PODCAST: “We have recovering growth in Europe and we have a consumer that feels pretty good across the globe.” – Marc Nac…
42078                                        RT @AgasiclesStamas: Just got done watching the @netflix original Next Gen and I can't even right now. So glad I didn't watch that first wi…
42079                                                                              @goodedesign @Microsoft @Outlook What happens if you do a search on a word you know is in the subject?
42080                                        RT @Reuters: Hurricane Florence will test local and U.S. authorities' ability to respond to a disaster https://t.co/gsl9H2Mxmf via @Reuters…
42081                                                     Check out Womens GAP XXL Gray Sweatshirt Beaded Neckline Silver Metallic Stitching Shirt #Gap https://t.co/ODIPhwgXcr via @eBay
42082                                              RT @pinkpretty16: Check out CAbi Size Small Purple Black Harlequin Diamond Print Shift Dress Sheer Lined https://t.co/i9xJhLmbeP @eBay
42083                                                                                          @Nike @serenawilliams Pewdiepie DESTROYS Colin Kaepernick and Nike https://t.co/RxbBG1Udn6
42084                                                                    Multi Chain Drape Stretchable Upper Arm Cuff / AZMIAB905-GLD Arras Creations https://t.co/VOdgbgWnXd via @amazon
42085                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
42086                                                                                                                                                                @HomeDepot Stay safe
42087                                                                                                                            @Reuters Holds offs? He kicked her ass across the state.
42088                                                  Check out Alyx 3/4 Sleeve Round Neck Chiffon Blouse - Misses Size : M https://t.co/U6NAGh0qUG @eBay #ebay… https://t.co/5XP5aOblYM
42089                                                   RT @EMGraphicsEbay: Check out Brother Juniper PB Father Justin McCarthy 1959 Pocket Book #1242  https://t.co/W8E6UiNYsO via @eBay
42090                                        @FIFAWorldCup @CocaCola I stand up to the right of your position all the previous years and all stood for Real Madr… https://t.co/WiFSsbaD9O
42091                                                      @Sinchita_Roy @evemariecrane @KirstenCagle1 @MethodistHosp @donnahanselUCSD @ArchivesPath @genentech @Merck @pfizer Aww shucks
42092                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
42093                                                                  RT @Reuters: Northern Lights dance in the sky above the northern Finnish city of Rovaniemi https://t.co/Kt1Y2JZkzy
42094                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
42095                                                  2Pac @Microsoft IS @BillGates IS @Apple IS @BerkshireHathaway IS 2Pac IS @Microsoft IS PC IS @Apple IS MAC IS Brain IS ... #IS ...
42096                                        @raceenginedevelopment_ helping out with the R &amp; D for our new @Honda L15 MID Kit. #ComingSoon #Honda #l15 #mid… https://t.co/dQYyXdYKH8
42097                                                   RT @Reuters: U.S. accuses Russia of covering up breaches of North Korea sanctions https://t.co/OFMjk7rfRp https://t.co/FzW112S8pm
42098                                                                                          RT @tlk62663942: @steph93065 @Trey_VonDinkis @Google Imbedded with CIA &amp; FBI compadres
42099                                                               RT @MelMax20: @steph93065 @RealMikeTrimm @Google DuckDuckGo. This deep state elitist site needs to become a dinosaur.
42100                                                             Check out Army Military Camo Desert Coat Camouflage Pattern Combat Jacket Small/Long  https://t.co/BrXre4058J via @eBay
42101                                                                         RT @Reuters: Sources say former Trump aide Manafort close to plea deal with Mueller https://t.co/2ObwB4DRwd
42102                                         RT @Reuters: Hopes rise as two Koreas open de facto joint embassy on North's side of border https://t.co/aAYHBNQZYF https://t.co/zv4bWNfZEq
42103                                           @DesignationSix @kathygriffin @michaeljknowles @FoxNews @Audi @BassProShops @Cabelas @DuluthTradingCo @McDonalds… https://t.co/aKCPWD6Awe
42104                                                                                                                                 @VW Sure I’ll take a #GTI to go please. *vrooom. 😎
42105                                                                                RT @kim: @Alyssa_Milano @insatiable_ @netflix Congrats on Season 2🎈 try to get Jon Hamm #Insatiable
42106                                            @JMegonigal @lindee1364 @hdepotonasale @Pam4LiteGuv @fitsnews @netflix @Pataltschul @KathrynDennis Oh so we know her then? Prob cousins.
42107                                                        RT @NylerRose: Check out Livi Active Turquoise Black Hooded Jacket Plus Size 18 20 Thumb Holes https://t.co/p6YK80Ddvw @eBay
42108                                                        RT @NylerRose: Check out Livi Active Turquoise Black Hooded Jacket Plus Size 18 20 Thumb Holes https://t.co/p6YK80Ddvw @eBay
42109                                                           RT @Reuters: Amazon's Bezos says Trump should be 'glad' of media scrutiny https://t.co/XW1XBJGhrM https://t.co/uWY5BxVo8s
42110                                          Just remember @Nike doesn’t discriminate! Wife beaters are acceptable..What will ⁦@Kaepernick7⁩ be in 5 years...? W… https://t.co/5AZXpzueRI
42111                                        @Reuters @ReutersTV At least they obeyed the law unlike others who think they're too damn good to wait their turn a… https://t.co/7mT6gUONfZ
42112                                                           RT @Reuters: Amazon's Bezos says Trump should be 'glad' of media scrutiny https://t.co/XW1XBJGhrM https://t.co/uWY5BxVo8s
42113                                                                             RT @flippinsuzy: Check out Pavarotti &amp; Friends 2 (1995) Audio CD  https://t.co/ROYMcVkh9b via @eBay
42114                                                                                                                                    @Apple bring this layout back or else we’ll riot
42115                                                                                         RT @mushroomwrites: @CaptainBadger79 @EW @netflix So true! #SaveShadowhunters #SaveScorpion
42116                                                                                                         YES WOW @netflix YOU R KILLIN IT WITH THESE ROM COMS #SierraBurgessIsALoser
42117                                        @Reuters Having lived there I know this is a region where earthquakes of varying degrees ripple through with some r… https://t.co/DXlRZhmQfS
42118                                      Hard to find!  W Magazine Gigi Hadid &amp; Kendall Jenner Cover 10th Anniversary Art Issue 11/16  SALE $5.00 https://t.co/wwlXmpqgkK via @eBay
42119                                              @VargasMcPherson @TailsP42069 @fam_man @Kaepernick7 @Nike There is only one RIGHT side of anything and the left (blue) isnt it - ever.
42120                                                  Win Thousands of Prizes Instantly  in the @Walmart Collect to Win Game. #CollectSnack #CollectiveBias #ad… https://t.co/VkQfSMyYPA
42121                                        @Toyota It might be the slowest and ugliest car on the market. This small suv trend will go down as the second Mala… https://t.co/VCc4A1gWr0
42122                                                                                                                   RT @joey_cusma: Chowder needs to be put on Netflix bruh  @netflix
42123                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/2UOBAAC9h6
42124                                                                                                @thumbkissit @ABC @FacebookWatch @jamesgoldston @CNN @facebook @amazonfiretv Agreed!
42125                                                                                                                                        @JamesCGolf4 @ZacksJerryRig @Apple Of course
42126                                             @LuciferAdvoct @zacksnydhoe @acoupleofcows @seewhatsnext @netflix It got renewed because people watched it. Doesn’t mean they liked it.
42127                                                                                                                                 @MichaelRapaport @netflix @Atypical So good brother
42128                                                                Check out Women's DANSKO Black Leather Slip-On Clogs Wedge Heel Size 39 EU #Dansko https://t.co/JUOzxC1EIY via @eBay
42129                                                            Check out 496.7 GRAM WHOLE SPECIMEN CHONDRITE METEORITE WITH FUSION CRUST  https://t.co/TdqT095769 via @eBay #Meteorites
42130                                                                                              Drive home from #work. @Nike I think God is warning y’all!😂😂 https://t.co/UIJXrbglwM
42131                                                                     Check out Chris Gragg (Arkansas) - 2013 Bowman (Rookie) #173 - PSA 8 (NM-MT)  https://t.co/Nt9VM74aRj via @eBay
42132                                                                                                      This is why we have major trust issues @Google 💢 #ffs https://t.co/X3kwQAW1Y4
42133                                                                                RT @Reuters: Women in management at Japan firms still a rarity: Reuters poll https://t.co/ircFuIQ91I
42134                                                         Check out NIKE DRI-FIT Womens Dark Pink Sports Athletic Running Shorts Lined size M #Nike https://t.co/5FY8XGGmOV via @eBay
42135                                                                            Check out Knee Signal Applicator Right Medium BKS-05-01-000 #BioniCare https://t.co/gbqTBBw85X via @eBay
42136                                                                               Fuck @Nike and @Kaepernick7... Just saw the commercial. Burning anything Nike and never buying again.
42137                                            Has anyone ever seen @BoJackHorseman and Marty Byrde in the same place at the same time? #BOZARK #Ozark @netflix https://t.co/plNNJK65df
42138                                        RT @BiebyssArianaaa: Where is Black Mirror Season 5??? @netflix when is sis going to snatch tf out of my wig and emotionally destroy my ass…
42139                                                                                                                            @dawnchats @CarlsJr @Hardees @KelloggsUS Aqua blue ones!
42140                                                       RT @netflix: Noah Centineo is not only a literal angel but also the fittest person ever... #13Stories https://t.co/hHHZYXQdVQ
42141                                            RT @Reuters: IKEA targets home delivery by electric vehicle in five major cities by 2020 https://t.co/aHVd8IqrhH https://t.co/2me9fe6DGl
42142                                                       Check out 1.5ct D/VVS1 Diamond Flower Engagement Bridal Ring Set 14k Solid White Gold Over  https://t.co/FjSNWZ2MtY via @eBay
42143                                      RT @TMobile: We're having a little fun with @MeganBatoon and the Called Out Challenge for the first-ever #FallonCentralPark 😉📱 #AreYouWithU…
42144                                                               Check out HALLMARK KEEPSAKE 10TH IN SERIES 2008 NEW OLD STOCK MISCHIEVOUS KITTENS   https://t.co/84e44odyzk via @eBay
42145                                        @ChrissyTheBean @erichamilton_ @larrysellers14 @Hoebitussin @dretheoutsider_ @kylekuzma @Nike Just saw this and yea… https://t.co/eZJfbG6hQv
42146                                                                                                  RT @Reuters: Florence weakens to Category 1 hurricane: NHC https://t.co/BFbc5VwGVU
42147                                        @ThoughtsOfTony @realDonaldTrump @Nike That's because sheep are buying their shit thinking they are supporting a ca… https://t.co/lal3Rh5thu
42148                                                                                                     @tehknuxlight @Apple I can take it off your hands if you want. Gimmie gimmie :3
42149                                                            Check out 100% Wool Pronto Uomo Mens 36 x 32 Black Dress Pants Flat Front Trousers Slacks  https://t.co/QyR4ybONQ9 @eBay
42150                                                                                                                             @KamVTV @Google Daaaaannng Trump up to a lot of no good
42151                                                                                                                                             @OfficialInhuman @amazon Creepy as fuck
42152                                                           RT @hildatheseries: Our fearless blue-haired adventurer arrives on @netflix two weeks from today! https://t.co/nVW3sKPdWe
42153                                       RT @DarkForge14: Show your love 💕 #GothamNeedsYou #SaveGotham @warnerbrostv @FOXTV @Gotham @GothamTVWriters @hulu @netflix @TheDCUniverse @…
42154                                                 RT @Reuters: Sources say former Trump aide Manafort close to plea deal with Mueller https://t.co/VxGhC2vEoG https://t.co/S5UBQVgpa6
42155                                                                          RT @steelers: James Conner has been voted the @FedEx Ground Player of the Week! 👏 https://t.co/LutOTzWvjF
42156                                        RT @Reuters: When electrically charged particles from the sun and particles from the Earth's atmosphere collide: Northern Light display ill…
42157                                                                                                               Can we get a black 🔥 emoji in honor of @6LACK album dropping? @Apple
42158                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
42159                                                                                                          @ATT @GirlsWhoCode Good luck with your social engineering experiment. 👍🏼
42160                                                            Check out this Amazon deal: Discipline Equals Freedom: Field Manual by Jocko Willink https://t.co/QRx21rDEye via @amazon
42161                                                                  When did @Apple move their headquarters to #Wakanda? When can I expect my #vibranium iPhone? #thisshouldbeareality
42162                                                                        Check out Clutch Strange Cousins From The West CD Weathermaker Music 2009  https://t.co/O3J3UH3JdZ via @eBay
42163                                                        Check out 2.04 Cts Natural Top Blood Red Ruby Oval Cut Certified Mozambique Rare Gemstone  https://t.co/Ehesp8pYFS via @eBay
42164                                                Check out 5.57 Cts Natural Green Tsavorite Garnet Cabochon Pair 8.5 mm Round Gemstone $ #Unbranded https://t.co/jrdj97JvLM via @eBay
42165                                        RT @JohnLegere: #LIVE @TMobile #CEO: Let’s talk about @FallonTonight + T-Mobile in #CentralPark!! And don’t forget to pre-order you… https:…
42166                                                            Check out 18k Pure Gold Natural Designer Tourmaline Diamond Necklace Earrings Jewelry  https://t.co/6N0ztJZ2Zi via @eBay
42167                                         RT @tessa_xx_x: @seewhatsnext @netflix You renew this bs but not everything sucks or girlboss or the other good stuff? You only care about…
42168                                                                                                                                                      @noahcent  @netflix listening?
42169                                        @blakerevello @writtenbytcs @KingJames @Nike @Kaepernick7 I guarantee if you could be ‘used’ like Kap that you’d be… https://t.co/nUO1gbsklS
42170                                        RT @briantong: THIS JUST IN while you wait on @Apple Shopping Night! NEW APPLE BITZ VIDEO DROP! Reactions to the iPhone XS/XS Max/XR and Ap…
42171                                                RT @Reuters: WATCH: Starbucks opens a branch run entirely by a staff aged over 55 to promote labor inclusion https://t.co/qdE703P4IT
42172                                                                    @cuagain2011 @kimmath2 @Walmart @carrieunderwood Wow. That is worse. Mine doesn't have anything about it at all.
42173                                                                                                                               @Apple did too much and nothing at all simultaneously
42174                                                RT @Reuters: Tourists injured after rockfall at pristine beach in Greece's Zakynthos https://t.co/gAuYiyyrp4 https://t.co/xCkjIqJb7F
42175                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
42176                                         @Bryant1x @cuagain2011 @kimmath2 @Walmart @carrieunderwood @Target You can try ordering online for in-store pickup… https://t.co/0HLazYgEHF
42177                                        @McDonalds Responding to McD's direct ad to me. You've lost a 'heavy user' in us. Your ads portray a diverse workfo… https://t.co/rQpCYnCPBP
42178                                        RT @angelswillrise: RT for @ShadowhuntersTV ➰ LIKE♥️for @insatiable_ . I’M TRYING TO PROVE A POINT @netflix #SaveShadowhunters #SaveShadowh…
42179                                                                RT @Reuters: Millions of Americans still trapped in debt-logged homes ten years after crisis https://t.co/aZTXWMs2p6
42180                                                                                                    @JohnLegere @TMobile nice....but a day late. your competitors did that yesterday
42181                                                                                                  Waltz Macabre: Tropical Breeze Cozy Mystery #9 https://t.co/OKeN8zO1WO via @amazon
42182                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
42183                                        RT @benmurraybruce: I found the @OfficialAPCNg’s response to @TheEconomist and @HSBC very disappointing. If you disagree with such illustri…
42184                                                      RT @Justin_Willman: Convincing a dude he’s INVISIBLE. (from #MagicForHumans now streaming on @netflix) https://t.co/lAmffsY7D7
42185                                                 Check out Betsey Johnson bag Cat mini satchel quilted crossbody black white Pom charm  #Crossbody https://t.co/gtMGAGbpOl via @eBay
42186                                                                                                                      Check out my listing @eBay - https://t.co/Y6rmEX2WR4 via @eBay
42187                                        @catherinebh @jiggrinder1 @MusingMaryAnn @therealscuddly @parscale @Google Hillary sold uranium? But only a small s… https://t.co/MnCpM8F5O5
42188                                                                               Check out #Pendleton Womens Blazer #Jacket Sz 14 Lined Wool USA 90s Vtg https://t.co/KNoj6EQ3uG @eBay
42189                                                                                                                                                            @Reuters This is weird .
42190                                          RT @CarlysConfetti: Check out birthday card female general open greetings card floral bright modern flowers  https://t.co/I2YQl2QGEU @eBay
42191                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
42192                                                                                Bring back @DeceptionABC @netflix @NetflixLifee @AmazonStudios #SaveDeception #PickUpDeception 💓 💓
42193                                                                                                                                                      @Bryant1x @Walmart Try Target!
42194                                                          Check out $19900 CERTIFIED 14K WHITE GOLD 60CT NATURAL SAPPHIRE 1.00CT DIAMOND NECKLACE  https://t.co/6ktwA9Phsl via @eBay
42195                                                                                                              @TSMayumiSays @netflix But that is what makes it so fun and enjoyable.
42196                                        RT @RichmanFSD: Welcome to our Richman Garden-All is Welcome to enjoy! Thank you @HomeDepot for donating the fruit and vegetable plants tha…
42197                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/7lk4nFW2H9
42198                                                 Check out Pentax SMC FA 50mm f/2.8 Lens For K Mount W/Caps Excellent++ Tokyo Japan Tested #PENTAX https://t.co/kmwmykAeJW via @eBay
42199                                                     Check out Very Beautiful Color &amp; Pattern Vintage Fabric 5 Yard Pure Silk Soft Sari Saree  https://t.co/Ph3XSM5KK9 via @eBay
42200                                                               RT @CulturaAgora: #30DIASGRÁTIS AGORA NO Kindle Unlimited https://t.co/tM5sckD5gY via @amazon https://t.co/rsW0fbsKhK
42201                                                                                                                                           @Apple I’m ready. https://t.co/ALWol8WCW2
42202                                                       Check out 14k White Gold Over Solitaire Round Cut 0.75 CT Diamond Wedding Engagement Ring   https://t.co/wpF8x9UjbZ via @eBay
42203                                                                                    McDonald’s should just take ice cream off the menu! The machine never fucking works ! @McDonalds
42204                                                       Check out $17650 CERTIFIED 14K YELLOW GOLD RARE 15.00CT RUBY 1.50CT UNTREATED DIAMOND RING  https://t.co/VGJjvz1lJ5 via @eBay
42205                                                                 RT @thedragonprince: #TheDragonPrince is NOW STREAMING on @netflix! https://t.co/u7msHE5AsG https://t.co/mG0XhjKQgE
42206                                        RT @benmurraybruce: I found the @OfficialAPCNg’s response to @TheEconomist and @HSBC very disappointing. If you disagree with such illustri…
42207                                                                 RT @thedragonprince: #TheDragonPrince is NOW STREAMING on @netflix! https://t.co/u7msHE5AsG https://t.co/mG0XhjKQgE
42208                                                   Check out SUZUKI Kohaku CHK-1 Electric Taisho koto Goto (Taishogoto) FREE Shipping (#3) #Suzuki https://t.co/99J3gVzQ4w via @eBay
42209                                                                                                                @JohnLegere @TMobile But but... i gotta pay my mortgage first. Sorry
42210                                                                 Check out BRADLEY COOPER STAR IS BORN JULIA ROBERTS PAUL RUDD PLAYBILL 3 DAYS OF RAIN https://t.co/YdPkpLLkBg @eBay
42211                                        RT @MarcoGutierrez: 🙋🏻‍♂️ @realDonaldTrump this so called social media outlet by the name  @facebook blocked me for 30 days for posting a r…
42212                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
42213                                         @TMobile  horrible time  horrible my new iPhone ! Your rep couldn’t comprehend I have a different shipping address… https://t.co/yD1VNE9vv4
42214                                                                                            @HeyyEddie @ZacksJerryRig @Apple they can have my money but know it’s w great reluctance
42215                                                                 RT @thedragonprince: #TheDragonPrince is NOW STREAMING on @netflix! https://t.co/u7msHE5AsG https://t.co/mG0XhjKQgE
42216                                            @BDUTT @WeTheWomenAsia @TheLalitGroup @facebook @unwomenindia @PwC_IN @M_Raj03 @FT @nytimes @BBCWorld @WSJ @CNN… https://t.co/2Du86AaT4O
42217                                                                                 @dotKevinWong @jeremyjweiss @Apple Well at least I’m not the only one. I should have screen capped.
42218                                                                                                                                        @AFarKinU @Reuters Eff him for trying right?
42219                                        @benmurraybruce @OfficialAPCNg @TheEconomist @HSBC @MBuhari Obama should com and carry his economist and team. We h… https://t.co/nTf4bbZ5tM
42220                                                                 RT @thedragonprince: #TheDragonPrince is NOW STREAMING on @netflix! https://t.co/u7msHE5AsG https://t.co/mG0XhjKQgE
42221                                                                 RT @thedragonprince: #TheDragonPrince is NOW STREAMING on @netflix! https://t.co/u7msHE5AsG https://t.co/mG0XhjKQgE
42222                                                                                                   @TMobile the app isn't working anymore! It's just spinning! I need to preorder!!!
42223                                                                                                                                      @YoYo_Ma @amazon @sony_classical Just love it!
42224                                                                RT @Reuters: Millions of Americans still trapped in debt-logged homes ten years after crisis https://t.co/aZTXWMs2p6
42225                                                                       Check out Lot Of 3 Dog Colllars Size Large 16 - 26 Inch Neck Purple Yellow Pink https://t.co/OIHkgrkwz8 @eBay
42226                                                                                                              @mughli @TripAdvisor Shots fired. You tell 'em https://t.co/A79LsAkjFx
42227                                                                                           @MatthewEspinosa @netflix You deserve every bit of success and positivity in your life☺️💕
42228                                                                               @Adewale56641554 @benmurraybruce @OfficialAPCNg @TheEconomist @HSBC @MBuhari @OfficialPDPNig Amen bro
42229                                                         Check out Michael Shannon autographed 8x10 photo COA Broadwalk Empire 'Nelson Van Alden'  https://t.co/Upf8jImvx4 via @eBay
42230                                        RT @techinsider: The @Apple Series 4 Watch can detect falls and has FDA approval to take electrocardiograms that can be shared with your do…
42231                                                                                                 How is anyone supposed to sleep after all this @Apple hype? https://t.co/4r3ImpxKVo
42232                                        @MatthewEspinosa @netflix @Matthewespinosa hi matthew my name is iscillia i love ya so mush i wish than ya can foll… https://t.co/tjSnzgK05r
42233                                        RT @LarrysMontse: @Akinotsuki75 @FrancJfarmo @BBCWorld @cnnbrk @guardian @washingtonpost @HeraldTribune @nytimes @Reuters @BILD @BBCBreakin…
42234                                        RT @darrenrovell: FIRST LOOK: @Nike debuts outstanding ad using home video of nine-year-old @serenawilliams with father Richard from August…
42235                                        RT @JohnLegere: IT’S TIME!!! TIME TO PRE-ORDER your new #iPhone on @TMobile!! #iPhoneXS and #iPhoneXSMax on America’s Best Unlimited Networ…
42236                                                        Check out 8.47 Cts Natural Top Pink Blood Red Ruby Oval Cut Lot Burma 5x4 mm Loose Lovely  https://t.co/rENa4w97FW via @eBay
42237                                        RT @Apple: @ARTEM_KLYUSHIN Thank you. We’ll send a reminder before the #AppleEvent on September 12. Reply #stop to opt out. https://t.co/19…
42238                                             RT @Reuters: Taiwan courts security ties with bigger friends as Beijing snatches allies https://t.co/YVbOGUiJlj https://t.co/RQfewxDkcC
42239                                                                                                                                         @ChrsMrtn212 @darrenrovell @Nike Snowflake.
42240                                                       Check out 2 Cobalt Blue and Silver Plate Tall Taper Candlestick Candle Holders 10 1/2 Inch  https://t.co/ldZy21gahS via @eBay
42241                                        @Wee_Linz_ @Richamar83 @argos @Samsung Rose gold here too....Samsung have told me stocks are coming into the UK thi… https://t.co/6aCgI8x4Uo
42242                                                            Check out Mary's Moo Moos Amish The Simple Life Black Wagon with 2 Matching Figurines  https://t.co/1DqO7sdR7z via @eBay
42243                                                       @Deception2550 @RoseromanRr #SaveDeception #PickUpDeception read fanfic👆 @NetflixLifee @netflix @Netflixhelps @netflixfamily
42244                                                         @TMobile Your customer service team has been great this morning helping me with my pre-order! I was done in 15 minutes 👏🏼
42245                                                       Check out 1991 Gibraltar Gold Corgi Dog Coin NGC MS68 1/2 Oz CERTIFIED AUTHENTIC GUARANTY!  https://t.co/RleFq9kQ5B via @eBay
42246                                                            Check out Mary's Moo Moos John Deere General Store Display with 2 Figurines Numbered   https://t.co/a9sZmdenkH via @eBay
42247                                                   #boycottappleindia @tim_cook @Apple @ijoshiofficial @TechnicalGuruji why we pay 40% extra for new IPhones https://t.co/I98eGaOGrq
42248                                                                      SIZE 10 Finely Made Solid Sterling Silver New Baltic Amber Women Ring ST-164 https://t.co/3PpqPcEG2d via @eBay
42249                                                                                             People in @Starbucks after you’ve been to the gym. Do us a favour and shower first 🤢🤢
42250                                                            RT @DeniseHilker: @Nike how about paying your workers more instead of paying has-been athlete's? https://t.co/bKGCwSFv91
42251                                                Turkey is working to reach ceasefire in Syria's Idlib: foreign minister https://t.co/YK8sTmiBCR via @Reuters https://t.co/ScRshsuhz4
42252                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
42253                                                 RT @Reuters: Sources say former Trump aide Manafort close to plea deal with Mueller https://t.co/jR3IPg9Nit https://t.co/qicabF0b8e
42254                                        RT @ReviewsEmerald: Magical Bedtime Stories: A Collection of Short Stories &amp; Poems for Children b... https://t.co/3xyhFdoXeA via @amazon
42255                                           @Microsoft after #WindowsUpdate my comouter no longer recognises my second screen. How is that for increasing my… https://t.co/pCowZz67lu
42256                                                                 RT @thedragonprince: #TheDragonPrince is NOW STREAMING on @netflix! https://t.co/u7msHE5AsG https://t.co/mG0XhjKQgE
42257                                                                                                                             @MatthewEspinosa @netflix OMG I’M SO PROUD OF YOU HONEY
42258                                         RT @kim: @MichaelAvenatti @TuckerCarlson @FoxNews @DesignationSix @CocaCola @Duracell @KraftBrand @HeinzKetchup_US @oscarmayer @subaru_usa…
42259                                                                                                                      Check out my listing @eBay - https://t.co/dpqABlsnPE via @eBay
42260                                                                                                                                @FaaZ33 @SamsungMobile @Samsung Maybe Dead pixels...
42261                                                                                                                         @CarlsonDesere @netflix I'm gonna fuck up your algorithm...
42262                                                                                             @Microsoft People with an Indian accent keep ringing saying they are from your company.
42263                                                                                       @netflix I'm addicted to #ToAllTheBoysIveLovedBefore and I don't know what to do any more!!!!
42264                                                                    @Tesco Just opened a packet of Mcvities Family Circle Biscuits at work and found this... https://t.co/FDjUqk6cCO
42265                                        Thanks to everyone for continuing to give our walks 5 star @TripAdvisor  reviews. It's really appreciated.  More gr… https://t.co/LrZoucSWoE
42266                                                         RT @Reuters: North Korea says U.S. accusation of hacking a 'smear campaign' https://t.co/P2MZ2EILfu https://t.co/lTDzp1qs0z
42267                                                                                                                                               @netflix I WANT MY SEQUEL ANNOUCEMENT
42268                                        RT @KiryaSarah: The world need show #Xena back with #XenaOriginal #XenaRevival @NBCUniversal @robtapert @nbc @NetflixLifee @netflix @SYFY @…
42269                                                                                             Fast shipping. Just as I expected in this product! https://t.co/ZsDVlscTqc 来自 @amazon
42270                                                                 @marchull86 @Ryanair Bastards lad. This seems to be a common occurrence now. Trying to fleece more money out of you
42271                                                                                                     @Persistentsys @swancare @salesforce @peeyoosh @shaileshvw This video is great.
42272                                                                         Original HP 10 + 82 Design-jet Ink Cartridge Set - Expiry 2020 #HP #ebay  https://t.co/QHQHqXerfi via @eBay
42273                                                                                                                                 @Reuters Trapped? No one was forced to buy a house.
42274                                         Charmed life. Today's Green Goddess item with most views: https://t.co/vMquCKIIVQ via @eBay #vintagefashion #1940s… https://t.co/fPn8inCUba
42275                                                                                                          @nadiasawalha @LondonFashionWk @loosewomen @joanieclothing @ASOS brilliant
42276                                 RT @Miserablemw: FREE INTERNATIONAL SHIPPING😍 Check out my listing @eBay - https://t.co/M45ETFoYdc via @eBay #Korilakkuma #コリラックマ #Rilakkuma
42277                                        The Sicilian : Torn between Love and War by Frank Cereo https://t.co/J28Z4v7Tdh via @amazon How about a WWII romanc… https://t.co/MJc40o68bp
42278                                                         Check out 14k White Gold Over Round Cut Solitaire .75 CT Diamond Ladies Engagement Ring   https://t.co/QestW2wy4f via @eBay
42279                                                         Whatever is happening @McDonalds is absolute crap I’ve been here 15 minutes and my order isn’t even on the preparing screen
42280                                                                           @Reuters Blessed are the believers in the Lord of the Unseen Door for they do not support building a wall
42281                                          RT @mbla807: @PeggyKiefer3 @3GirlsMeemaw @krassenstein @realDonaldTrump @Nike Surprise surprise surprise Peggy 🤗❤ https://t.co/ggEm8Vbd1K
42282                                        Check out my listing @eBay - https://t.co/ZqHlPBxAvP via @eBay - Beauty of Rwanda Handmade Crafts - Basket Bowl Ear… https://t.co/fAgtzHMj6C
42283                                       @VW to stop making the beetle in 2019. Going to miss the LOVE BUG bye bye Herbie's babies....... Time up number 53 😢 https://t.co/1jNKz4W4Jx
42284                                                                                                           Sleepy Prinzessin Augenmaske Puckator https://t.co/NDjWh9cRbu via @amazon
42285                                                        Check out 2012 Kelly Belly Candy Co. Star Wars Bean Machine Candy Dispenser Storm Trooper  https://t.co/0gHz9eysNL via @eBay
42286                                                                                                                                       @TMobile Are you going to sell the iPhone xr?
42287                                        RT @wsbtv: Workers at a @HomeDepot distribution center in Henry County are planning extra shifts to help get supplies to the storm zone. @J…
42288                                                                 RT @thedragonprince: #TheDragonPrince is NOW STREAMING on @netflix! https://t.co/u7msHE5AsG https://t.co/mG0XhjKQgE
42289                                                                   RT @Reuters: Volkswagen to end production of the Beetle next year https://t.co/fiH4sUbdfM https://t.co/DMp6hzNes7
42290                                                                   RT @Reuters: Volkswagen to end production of the Beetle next year https://t.co/fiH4sUbdfM https://t.co/DMp6hzNes7
42291                                @easyJet Is this a joke?  You say you’ll call at 12 &amp; you haven’t even read my response to your dm &amp; surprise surpr… https://t.co/E3LbM2eFpu
42292                                                    Check out 1984 GREEN BAY PACKERS MILLER BEER MART PACKER HALL FOOTBALL POCKET SCHEDULE #Pocket https://t.co/6Wq94Jzyrs via @eBay
42293                          RT @fyhq3: @Reuters China Xinhua net and 16 banks to participate in Yunnan Fanya fraud citizens 43 billion yuan.  #郭文贵 #特朗普 #刘强东 #习近平 #马云 #…
42294                                                                   Ends Today Sterling Silver  And Turquoise Ring Size 7  - Marked  925 #Unbranded https://t.co/stfQ2FPZpC via @eBay
42295                                                                   RT @Reuters: Volkswagen to end production of the Beetle next year https://t.co/fiH4sUbdfM https://t.co/DMp6hzNes7
42296                                                                                                           @ScanComputers Would be nice if any of these @intel codes actually worked
42297                                                                                                      @marylunaduffy1 @PCCTourney @WellsFargo @principal @GSGI @girlscouts Awesome!!
42298                                                   I am going to need @McDonalds to open a shop in YYZ because of us can not afford $12 bagel that all these other ones are selling.
42299                                                  Check out Classic White Eastern Flower Burnout Velvet Fringe Jacket Coat Kimono Stunning ! #Cape https://t.co/UImJuJGUDw via @eBay
42300                                                       Check out Reebok Zip Up Hooded Jacket Size Medium Youth Nwot #Reebok #BasicJacket #Everyday https://t.co/814FkJFp8o via @eBay
42301                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
42302                                        RT @Reuters: LISTEN: It’s nearly impossible to sue gunmakers over mass shootings. But could that actually make America safer? @AlisonFranke…
42303                                                                                                                                       We out here @Apple 👀 https://t.co/0LydUXJf69
42304                                        @benmurraybruce @officialKolaO @OfficialAPCNg @TheEconomist @HSBC @MBuhari May be there is epidemic of amnesia affl… https://t.co/8WPYp9JlgY
42305                                                                                                                                                               @verizon Thank you!!!
42306                                        RT @MikeZito9: @GaetaSusan @parscale @Google @jeffsessions @tedcruz @SteveScalise @freedomcaucus @Jim_Jordan This is the Democratic play bo…
42307                                        RT @BDSmovement: Tomorrow in the UK: Protest at your local @HSBC branch this Saturday September 15 as part of the National #StopArmingIsrae…
42308                                                                                                                  @YouMe_andDuPree @Groupon What the heck?! Get it together @Groupon
42309                                         @Reuters #Warning dena Mary god herself said global unnatural natural disasters global catastrophic events does it… https://t.co/Or3QvkqKtW
42310                                        RT @BDSmovement: Tomorrow in the UK: Protest at your local @HSBC branch this Saturday September 15 as part of the National #StopArmingIsrae…
42311                                                                                                                                                   @Apple Haha yes I can afford this
42312                                                                                    @easyJet cheers for not replying to my tweet and for further delaying the flight another half hr
42313                                                                                          RT @GadSaad: Someone just posted this on my public @facebook page. https://t.co/nqhElXGeoQ
42314                                              Just saw this on Amazon: LED Light Up Christmas Bulb Necklace Party Favors by Windy City Novelties https://t.co/ca0E4Eo3al via @amazon
42315                                        RT @MMaryMcKenna: @mariemccolgan @stmarysderry @Ryanair It was of course Marie - a wonderful evening of student celebration that also inclu…
42316                                                                                            @Bueller967 @netflix Don't even put that out in the universe. The Office is my soul mate
42317                                                                                                                                          @py_rates @Nike @OffWht These are my favs!
42318                                                                                      @TEVINTEEZYMONEY @McDonalds Lmaoooo child if you don’t stay tf out my mentions with this bs 😂
42319                                                                   Check out RARE! TY Beanie Babies SNOWDRIFT the Polar Bear - MWMTs! RETIRED! #Ty https://t.co/tBhPE02oLo via @eBay
42320                                          RT @MaandPaKettle4: Check out Vintage Wallace Nutting Signed Framed Art Print Dykeside Blossoms #Antique https://t.co/mjyup2W5pR via @eBay
42321                                                           RT @Burberry: @cclala99 Thank you for signing up! You will now receive updates about our upcoming Spring/Summer 2019 show
42322                                                                                            Yay waze about to be on CarPlay! This makes my day! @waze @Apple https://t.co/CmKLIaksMz
42323                                                                          Check out RARE! TY Beanie Babies Jinglepup The Dog - MWMTs! RETIRED! #Ty https://t.co/WwzmZBUqcB via @eBay
42324                                    RT @FallonTonight: Jimmy &amp; @JustinBieber go unnoticed as they dance around Central Park in disguise to “What Do You Mean?” @TMobile #Musica…
42325                                                                                                                                                         @Burberry No I’d rather not
42326                                                Check out KURTMEN Stud &amp; Rhinestone Embellished Handmade Maroon Genuine Leather Cuff  #Kurtmen https://t.co/3X1wSz2Lcv via @eBay
42327                                                                @THaensenberger @goldcarcares Spread the word... @Avoid_Goldcar @GoldcarRShit @Trustpilot @TripAdvisor #AvoidGoldcar
42328                                                                                                                       RT @KaptanHindustan: Always @CocaCola https://t.co/K9OoTzGUtR
42329                                        RT @arvindergujral: In a span of 2 weeks two of the world's most loved and iconic brands @Nike and @Apple have launched global campaigns mo…
42330                                    RT @FallonTonight: Jimmy &amp; @JustinBieber go unnoticed as they dance around Central Park in disguise to “What Do You Mean?” @TMobile #Musica…
42331                                                                   Check out Queens Of The Stone Age Era Vulgaris Hooded Top (XL) Unworn Vintage   https://t.co/UrjDa8SOTh via @eBay
42332                                        RT @MorganStanley: Morgan Stanley’s Chief U.S. Economist says U.S. GDP growth will likely hit 3.0% in 2018. Will 2019 be a repeat performan…
42333                                              Check out Vintage French style Enamel Ware Bread Box Medical Box Hinged White w/handle   #enamelware https://t.co/9QJFHQStcT via @eBay
42334                                                                                                                                  @TMobile Will this apply to the iPhone Xr as well?
42335                                                                               RT @N05MAN: Hey @CocaCola how many Rt’s / Favorites does a man need for a free lifetime of Coca Cola?
42336                                                             do it for philkas @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca '#WeWantEyewitnessSeason2'
42337                                                                    Check out 5 meters Turkish Anatolian Ottoman Style Chenille Upholstery Fabric  https://t.co/PSTqUWW742 via @eBay
42338                                        @TheDisneyBlog @WDWToday @Disney @DisneyParks @WaltDisneyWorld Where have all the ear hats gone? There are headband… https://t.co/A8lH99smWn
42339                                                                 RT @thedragonprince: #TheDragonPrince is NOW STREAMING on @netflix! https://t.co/u7msHE5AsG https://t.co/mG0XhjKQgE
42340                                                                                                                  RT @ChuckRobbins: Proud of our @Cisco team https://t.co/kj14dzJsT7
42341                                                           @CinderEstelle @Ryanair Them lot would charge you for use of their oxygen in the event of losing cabin pressure! #RobDogs
42342                                                          Check out KANSAKI ON THE ROAD LITTLE ROAD GANG 1980 Vinyl LP JAPAN PHILIPS 27PL-2 + OBI  https://t.co/8JPRZM3iMS via @eBay
42343                                                                                                                                   @CorkAirport @Ryanair @Atlanticflight Great news!
42344                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/H42tLFAojz
42345                                        As if a simple “no” wasn’t already the opposite of the answer I wanted... The girl @Starbucks just broke my heart f… https://t.co/Ai8Mrlv1iU
42346                                                                                            @Apple  about to have my sick . BECAUSE WHY TF IS MY HOME BUTTON MAKE A STUPID ASS NOISE
42347                                        RT @ChristyJGourley: I love working for @SAP for amazing leaders like @JenniferBMorgan @PaoniDJ and @BillRMcDermott my dream is to retire w…
42348                                        @TheDaniel_Ray @EdKrassen @Nike That's because the trump base consists of the dumbest assholes in America  ...by th… https://t.co/7nGFIDkgwj
42349                                    RT @FallonTonight: Jimmy &amp; @JustinBieber go unnoticed as they dance around Central Park in disguise to “What Do You Mean?” @TMobile #Musica…
42350                                                  RT @Reuters: Exclusive: India's Iran oil purchases to fade ahead of U.S. sanctions https://t.co/aezlcbhhur https://t.co/kdHP1zKB5A
42351                                        RT @Toyota: Available LED front headlights and rear taillights feature dynamic auxiliary turn signals that shine a light on the all-new 201…
42352                                        RT @inoapps: Choosing an @Oracle Partner is the first step in an ongoing partnership which will ensure the safety and continuity of your bu…
42353                                                       Check out SCREEN January 1968 Magazine Issue Sophia Loren Audrey Hepburn Claudia Cardinale  https://t.co/02I5ewfa64 via @eBay
42354                                        So @Apple you scum bags come out with iPhone forever everyone buys into. You drop the most expensive iPhone to date… https://t.co/fbjAldIKFL
42355                                                           Check out  ANIME MANGA POWER RANGERS T-SHIRT NEW ( NOT WORN ) #FruitoftheLoom #BasicTee https://t.co/OwbP7AflWG via @eBay
42356                                         @Rajeshd314 @FedEx @FedExHelp We regret for the inconvenience. We have forwarded your concern to our team and they… https://t.co/MRsxbwaOv5
42357                                                                                                               @Reuters Full Report: https://t.co/phVuW2G4lX https://t.co/59nS4XTVP4
42358                                        RT @CARIndia: The new @Honda CR-V will be launched next month in petrol and diesel flavours. We've driven them both right here: https://t.c…
42359                                                            Check out PARIS MATCH FRANCE 1981 BROOKE SHIELDS SCAVULLO STEPHANIE DE MONACO REAGAN   https://t.co/pOn6DUGH8T via @eBay
42360                                        RT @Jillibean557: Watch as @Google CEO breaks down in tears after @HillaryClinton loses to @realDonaldTrump Google is o biased it’s sickeni…
42361                                                                               @DonovanSchmidt @piranhadonna @Juanitohp7 @sprint @TMobile @Apple I’m screaming fuck that...I’ll wait
42362                                        @Tesco I just witness a member of staff ask a homeless person to leave the grounds of the retail park in Falkirk du… https://t.co/IFQQC5HnXU
42363                                                                       Check out ABBA Gold 40th Anniversary Steelbook edition Limited 3SHM-CD #Pop https://t.co/Ls940cCEZY via @eBay
42364                                                                                              @FOX26Houston @LamarCISD @BFTerryFootball @LCHS_Mustangs @Honda Voted for the Mustangs
42365                                                                                              @FOX26Houston @LamarCISD @BFTerryFootball @LCHS_Mustangs @Honda Voted for the Mustangs
42366                                        @FitzFox5DC @fox5dc @ldemarcofox5 @TheEconomicClub @amazon @JeffBezos Everyone in DC should hope it goes elsewhere.… https://t.co/Qs3bV13tWS
42367                                                                                                          All I wanted was a @pepsi but she wouldn't give it to me! Just one @pepsi!
42368                                        @Microsoft @Xbox will not beat @Sony @PlayStation next generation due to EXCLUSIVES oh and the collaboration with A… https://t.co/i4eAmB9rM2
42369                                                              RT @lesbiantech: We’re starting #LWTSUMMIT day 3 off right with a workout hosted by @Nike ! 🔥 https://t.co/0kypFNOXF5
42370                                        @Apple that’s insane pricing what wrong with ur company pricing policy u Guyz are a trillions dollar company but pe… https://t.co/hKTljk5dpx
42371                                        RT @honor_carol: Check out Handcrafted wall plaque/butterfly/flowers/indoor/outdoors/hanging/garden decor  https://t.co/FRpl6KgijM via @eBay
42372                                        RT @TheCheefReport: @OliverMcGee @Google @realDonaldTrump @POTUS EXACTLY! Which is why I suggested that everyone take time to watch the ent…
42373                                                                                       Check out Star Wars Attack of the Clones by R.A. Salvatore  https://t.co/m9CHcUZkwd via @eBay
42374                                         @SpeakerRyan @SenateMajLdr @marcorubio @RandPaul @Google Why do we let this giant monopoly suppress free speech in… https://t.co/V1RbcNMvdn
42375                                                   Check out Raven Squad PC DVD PC DVD Rom New FREE SHIPPING  https://t.co/k4s71usSm8 via @eBay #RavenSquad… https://t.co/MZxLapDWYj
42376                                                                    Check out SCENTED GEL CANDLES (2) 8oz EA (WINE &amp; ROSES) SCENT ++++ OTHERS  https://t.co/h55ZqWmH0u via @eBay
42377                                                                                 RT @Reuters: German spy scandal exposes deep divisions in Merkel government https://t.co/82fdfKF4oU
42378                                                                      RT @Reuters: Millions of U.S. homeowners still trapped in debt https://t.co/kYRxdEPse7 https://t.co/KO8bfiiKhm
42379                                                   RT @herbalgirl98: Check out 15” Green glass bong water bong Two honey comb perk water pipes hookahs https://t.co/oZkY8RFwv3 @eBay
42380                                         RT @jazzyjunker54: Check out Mary's Moo Moos John Deere General Store Display with 2 Figurines Numbered   https://t.co/a9sZmdenkH via @eBay
42381                                               Check out vintage Womens paisley shirt https://t.co/SWPoTcdLMj @eBay  #ebay #ebayseller #ebaydeals #ebayshop… https://t.co/v22CACg9NE
42382                                      @kroger U should consider seperating Guest Care from 💰Services so ppl wiring💰etc arent stuck in line behind ppl overcharged 3 cents on beans
42383                                                                                                                       @ericmorningmix @mixwhip @HomeDepot Lmao Happy Birthday Whip!
42384                             RT @MikeQuindazzi: Using Simulation and Domain Adaptation to Improve Efficiency of Deep #Robotic Grasping &gt;&gt; @Google via @MikeQuindazzi &gt;&gt;…
42385                                                                      @OliverMcGee @daisycakes22 @Google @realDonaldTrump @POTUS I cried too...tears of joy! https://t.co/SE3GuTw3Nl
42386                                        RT @py_rates: Check out the official pics of the @Nike x @OffWht Blazer Mid dropping in a Canvas/Pale Vanilla/Black/Total Orange colour way…
42387                                                                                                                                                       @TMobile can y’all dm me 😩😩
42388                                                                                                @60Minutes @CBS https://t.co/M8GHHnvIpx  When does @CBS apologize to @JanetJackson ?
42389                                                           Check out True Religion Women's Size 27 Denim Jeans Coco Style USA #TrueReligion #Flare https://t.co/wjo6Dj07Ki via @eBay
42390                                        RT @kateinmadcity: People are literally begging for more Sense8 and @netflix You are still pretending it doesn't exist. For the love of eve…
42391                                                                                                                   RT @Sony: October 5 is so soon. 👀 #Venom https://t.co/QbLyYMARmI
42392                                        @McDonalds @TomG11_ no hand washing. all 7 stores I have worked at. I stare at the wall hepa A I look at the lack o… https://t.co/UyhZyU1nD6
42393                                        @JimJlr2 @1stRuleHoles @emanpatsfan @LolitaResist @PatriciaRaye @Theon_Orbis @Nike @newbalance They certainly don't. https://t.co/mhLKeOsp52
42394                                                                             RT @JewhadiTM: New York Times Covered Up @Google Tape's Most Newsworthy Details https://t.co/pg3rSXUhZH
42395                                                                                                                                     @ashcakesrawr @Samsung Sound have got an iPhone
42396                                        Tomorrow @WellsFargo volunteers are joining nonprofits across Florida to show support for our local communities dur… https://t.co/SK3IXDcSco
42397                                                                        RT @Brewers: Hader’s dominant performance was this week’s @pepsi moment of the week. https://t.co/zRL2L3HoqX
42398                                        RT @ChristinaSBG: @mellermarketing @Target @WomenInDigital @Starbucks Went to a local coffee shop called Hopewell because while I love Star…
42399                                                                  RT @Reuters: China's export-dependent provinces scramble for shelter from U.S. trade storm https://t.co/cxi1ZN2aCz
42400                                                                                                       Check out Nintendo Ds Car Charger #Nintendo https://t.co/kO38xNwm3I via @eBay
42401                                            RT @jazzyjunker54: Check out Mary's Moo Moos John Deere Series Never Be Too Tired For Some Fun 485179  https://t.co/lK6DQya1Lk via @eBay
42402                                                                                                                         @justinsuntron @Reuters Wait did Justin just quote himself?
42403                                                                                            @Reuters And none of it mattered to the IRS or the DOJ until they decided to frame Trump
42404                                                                                   RT @David321to74: Check out Rand McNally DENNIS the MENACE ELF Book https://t.co/iXBOUwWwXg @eBay
42405                                                                     RT @jbeltzsnyder: The trick tailgate in the new @BMW X5. @therealautoblog #tailgateblog https://t.co/wxFGv4XVAn
42406                                                                                                         Check out 10x8mm Oval Cut Peridot 2.40ct  https://t.co/pdgvlLGhay via @eBay
42407                                                                                                                       I can’t wait for my new @Apple iPhone X max comes in 😍😍😍😍
42408                                        RT @AndrewVernonDC: @Reuters This will have a negative effect on @realDonaldTrump. The truth is coming out and the American people are seei…
42409                                              RT @AntiqueFlaneur: Check out Art Deco Whiting &amp; Davis White/Gold Mesh Bag w/ Compact Under the Lid  https://t.co/QoXshkAiwo @eBay
42410                                                                        Count And Write More Blessings With Me by Minister LaVonne Dennis Thomas https://t.co/bEoy03pK8g via @amazon
42411                                        @CocaCola I’ll not buy one more of your products until you cease from advertising on @FoxNews ! I’ll be sharing thi… https://t.co/oPvhcp1jYY
42412                                                                                                                                                     @bnc12d @iBooks @amazon Thanks!
42413                                                                                Check out [GARNIER] PURE ACTIVE MULTI ACTION FOAM 100 ML. #GARNIER https://t.co/CtTGCQPd2o via @eBay
42414                                                                                                                                                   @Apple @ben92vador #boycott apple
42415                                                   RT @Reuters: Russian warships hold drills in Bering Sea in huge military exercise https://t.co/UZCsAyQFt5 https://t.co/wb8gCiT4Wa
42416                                           Just saw this on Amazon: Children's Salvation   Alphabets (Children'... by Ikechukwu Joseph for $2.99 https://t.co/CpzvEmguPz via @amazon
42417                                                                                                                      Check out my listing @eBay - https://t.co/r2sHnty4b8 via @eBay
42418                                        RT @WillBlackWriter: A Ryanair plane taking off from Stansted lost a wheel so the pilot needed to do am emergency landing but @Ryanair boss…
42419                                                                                                                           @Benjamin_Percy @netflix @WriterRAS @Robert_Hack Will do!
42420                                             @kim @MichaelAvenatti @TuckerCarlson @FoxNews @DesignationSix @CocaCola @Duracell @KraftBrand @HeinzKetchup_US… https://t.co/3EqanM06KY
42421                                                                                     @Papi_Mabele @Audi Is this your way of saying that you're buying one for me as a birthday gift?
42422                                       RT @KristinGiannas: Don’t blink when you’re passing the @Audi dealership in Sanford! #MyFirstBillboard #FOX35 #Orlando #RiseandShine #GDO 😎…
42423                                                                RT @the_techgent: Something don't look right about this...🤔🤔🤔 @TMobile @JohnLegere @Apple https://t.co/Y9fsYlYsgu
42424                                                                     Check out CHICO'S Womens Beige Tan Pull On Classic Pants Size 2 Short Side Zipper https://t.co/SvCyVwWe5f @eBay
42425                                                       Check out 4x Vintage 1965 Wren Readers Childrens Books Noel the Explorer Here Comes Peter+  https://t.co/aD56oop2k5 via @eBay
42426                                        RT @GUBLERNATION: thanks for making the pre-order of my book #RumpleButtercup a #1 new release on @amazon! i’ve poured my neon green.. http…
42427                                        @drivingmzstacey @BJonesWHO @alexisohanian @Nike @Converse Those MAGA shoes are screen printed after market. Conver… https://t.co/PQxoeM6Ive
42428                                                                                                              Thank you @verizon 👏🏼👏🏼 #hurricaneflorence https://t.co/hf7m3aARQe
42429                                                                       RT @ATT: We are making preparations for #HurricaneFlorence to keep our team and customers safe and connected.
42430                                                                                 @AstralLobo @KathleenWeidma2 @FarleyDavenport @RVAwonk @Reuters Aren’t we currently in an open war?
42431                                                                          RT @steelers: James Conner has been voted the @FedEx Ground Player of the Week! 👏 https://t.co/LutOTzWvjF
42432                                                                                                                                  #AtlasVwGoals Salute @VW @vwleessummit @Volkswagen
42433                                        RT @amy89000: @Libbybyerley1 @masiem2 @netflix Be safe @Libbybyerley1 @LauschJack @Alex_4Alexandra and to ALL in the path of #HurricaneFlor…
42434                                        RT @Reuters: U.S. President Donald Trump’s former campaign chairman Paul Manafort pleads guilty with Mueller: court documents https://t.co/…
42435                                                                               @Reuters As the rest of the country confronts the fact that our most populous area is full of morons.
42436                                                                                                                                 @marchull86 @Ryanair To make you pay for your seats
42437                                        @normmacdonald I've been watching your new @netflix show all morning. Love it! @DavidSpade is my favorite episode b… https://t.co/dTuvsBmqD7
42438                                                                                                                             @Reuters @ReutersTV @KoblerinPAK the historic beetle 😭
42439                                                                                            The Adventures Of Jax The Squirrel 978-1-63525-916-2 https://t.co/XLPbJLbdsp via @amazon
42440                                             #omg this #icedvanillalatte is on point👍 @Starbucks #IT #infosec #sysadmin #ITProfessional #itdirector #nessus https://t.co/Hwg5ZbCctr
42441                                                                                             @papa_smurf34 @kklene16 @Bpfillherup @ATT @ATTCares Their cable and internet here blows
42442                                                                    Check out JOHN GRISHAM BESTSELLING LOT (11 NOVELS) SUMMONS BROKER APPEAL! VG!  https://t.co/6OLJfOtIab via @eBay
42443                                        RT @MorganStanley: Morgan Stanley welcomes @LGPA Professional @Cheyenne_Woods as a Brand Ambassador: https://t.co/5lQOWP3Ppw https://t.co/r…
42444                                                                          RT @CB618444: @Golfinggary5222 Who better than Taya to call out the liberal filth that is @Nike &amp; Kap!
42445                                                                                                                                         @Tesco yes. real time. Carnage at till area
42446                                        RT @py_rates: Check out the official pics of the @Nike x @OffWht Blazer Mid dropping in a Canvas/Pale Vanilla/Black/Total Orange colour way…
42447                                        RT @Isabelle_kumar: Hello @bookingcom Someone seems to have hacked into my account with you and invited themselves to a very nice trip in S…
42448                                    RT @FallonTonight: Jimmy &amp; @JustinBieber go unnoticed as they dance around Central Park in disguise to “What Do You Mean?” @TMobile #Musica…
42449                                                                                         RT @AndreaRussett: @MatthewEspinosa @netflix SO happy for u mattchew!!!!! u deserve this. ♥️
42450                                                                                   RT @kingthejaguar: This is what world peace looks like @Wendys @McDonalds https://t.co/6uRPPLijbl
42451                                                                    Check out Tri-Mountain Michelin Man XL Button Down Shirt Uniform Work Gray Hipster https://t.co/Y4Jtq7b1ds @eBay
42452                                                     Check out Reebok Classic Question Mid Sneaker Silver/Purple M43989 Kid's Size 7 (GS)  #Reebok https://t.co/btEGh7D626 via @eBay
42453                                                                                                                     RT @Jherane_: Why isn't it on @netflix? https://t.co/eK6XT5ASjc
42454                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
42455                                            RT @Reuters: Steve Bannon drafting curriculum for right-wing Catholic institute in Italy https://t.co/ZHHjzJVXa6 https://t.co/80djVgzOO2
42456                                                                        Surprise us make us wow again. Guess I’ll wait For the release of @Google Pixel3 to determine how I will go.
42457                                        RT @SouthBendPicker: Vintage Antique Japanese Glass Fishing Floats Buoy Ball Roped Large Blue Glass https://t.co/TkxxKZELie @eBay https://t…
42458                                                             RT @Audi: Showing off at the car show. The PB 18 e-tron concept car debuts at #MontereyCarWeek. https://t.co/4A8OjUZ3YA
42459                                        @everythingloria @Refinery29 @OneDayAtATime @netflix i tried to click on the link but it looks like the article was… https://t.co/YkZ7h570uQ
42460                                                    @JulieChen @CBS you sounded weak with your sign off. You made a point but not the one you intended.  #Shameful #norespect #metoo
42461                                          RT @Reuters: WATCH: Starbucks opens its first branch operated entirely by staff members over age 55 in Mexico City https://t.co/GXr5xnWTjL
42462                                                                                                @Apple Will the new Depth Control mode be available on last year's iPhone X? Thanks.
42463                                                                                  Check out Copper Flashing Roll 3 0z. 18 x 16 Inches plus #Copper https://t.co/ydndQ4FxGY via @eBay
42464                                                                                          @Apple This is a shit phone it's the same thing as the iPhone x apple stop scamming people
42465                                                                              RT @Reuters: Trump ex-aide Manafort agrees to cooperate as part of guilty plea https://t.co/GimJI35FUj
42466                                                                               RT @Reuters: Trump ex-campaign aide Manafort to plead guilty in Mueller probe https://t.co/nPmfUJXSOR
42467                                                            Check out No Boundaries Hoodie Womens size M  Gray Black Striped #NoBoundaries #Hoodie https://t.co/xfRiPRNjhE via @eBay
42468                                        @GeomorphicJosh @easyJet That's similar to ryanair spaces. I can never use a laptop. You need to invest in a smalle… https://t.co/6nEZHsGSoE
42469                                          @Google - you ungrateful americans.  #YoureFired   &gt;&gt;&gt;&gt;  @realDonaldTrump slams #EU over USD5.1B fine… https://t.co/sxp0HVws1T
42470                                                                                                                  @jackryanamazon @PrimeVideo Great show #JackRyan @amazon good job.
42471                                                 @EricMMullins1 @skullpoison2 @kim @CocaCola @Duracell @KraftBrand @HeinzKetchup_US @oscarmayer @subaru_usa… https://t.co/yvJevaPIDm
42472                                                                                                                                              RT @jonhearst: @Reuters but her emails
42473                                         RT @Apple: Join us September 12 at 10 a.m. PDT to watch the #AppleEvent live on Twitter. Tap ❤️ below and we’ll send you updates on event d…
42474                                                                                   RT @Reuters: Trump ex-campaign head Manafort to cooperate in Russia probe https://t.co/dRhbI85A3U
42475                                                                                  Check out AUTH CLASSY RARE GIANNI VERSACE MEN TIE #GIANNIVERSACE https://t.co/rElbvKjx2k via @eBay
42476                                                   Why do women love racing? I detailed it in  my documentary! Available on @amazon https://t.co/o1VIKQL9Kf… https://t.co/q2e8T59Bpd
42477                                                                                                                              Check out Pants https://t.co/1N2Sfq2M6z @eBay shop now
42478                                                                                        @Ryanair @GraphikStudio1 You'd be late for kick off anyway or the match would get abandoned.
42479                                                         #ColdwaterCreek Brown Soft #LeatherJacket and Tapestry Jacket Coat Blazer Size XL #Blazer https://t.co/B9CwOAliaA via @eBay
42480                                             . @Walmart is making big changes to its Savings Catcher program! #savemoney #retailsales #retailtech #shopping… https://t.co/5y7f2Puwz3
42481                                                                                                          @phoneradarblog @Google @amazon @oneplus @xiaomi @oppo @WhatsApp Thanks mi
42482                                                                                                                                               @ATT @altosistah I'm having a blast!!
42483                                                                                                        @Google 🖕🏻🖕🏻🖕🏻🖕🏻🖕🏻EXPOSED. Your time is near.. tick tock tick tock
42484                                        RT @Nestle: We believe there is an urgent need to minimize the impact of packaging on the environment: https://t.co/6J7FKNumfY https://t.co…
42485                                                                                                            @NPDMattPowell @Nike knows exactly who buys their products. Well played!
42486                                                                                                           @CorruptedPod @normmacdonald @netflix Checking it https://t.co/VRJqjIHZXn
42487                                                                                         Check out Vintage Scissor Extension Accordion Wall Lamp   https://t.co/f4G6KffxNM via @eBay
42488                                        @BenjaminJohn @pejw7 @oukita2 @KarelBrits @Tesco @HounslowCycling @EalingCyclists @LBofHounslow When the blind pers… https://t.co/DQg3GHHhQG
42489                                                                           @Crypto_HoldNews @Ripple @Visa @StellarOrg Just buy both and if one wins over another you will be rich :)
42490                                        @shu2stef @miasthermopolis @netflix @EverythingSuxTV I doubt Netflix will make a statement about it but you have to… https://t.co/tStSnDEra1
42491                                                                                                                         @facebook  Mark Sosin is a phony account used only trolling
42492                                                   Check out New Arrive 20 PCs Lot Mix Shape Larimar Gemstone .925 Silver Plated Pendants #Pendant https://t.co/H7faxb6Qrg via @eBay
42493                                                                         RT @Marlins: Lewis Brinson cranks one to the wall in this @pepsi Moment of the Week https://t.co/RYLAO3SJIJ
42494                                        @MaDeeYang1 @r0bbo_ @steelers @FedEx @NFL Comeback against Falcons started with bs holding call...announcers even w… https://t.co/n7JsNjjTSh
42495                                           RT @Sony: The only good commute in Marvel's New York starts with a *thwip*. #SpiderManPS4 https://t.co/CAk3N7Bw09 https://t.co/v9iz5Sr9aY
42496                                                                                                                                                             @Reuters Suuuuuuuurrree
42497                                                           Check out 925 Sterling Silver Gold Plated Pave Set White Round CZ Wedding Band For Her  https://t.co/Na30dNIjTg via @eBay
42498                                                      Check out 【Exc+++++】 Contax T2 D Titan Black 35mm Point &amp; Shoot Film Camera from JAPAN 504 https://t.co/VhJnueKWTs @eBay
42499                                         RT @Hugh_Son: CNBC EXCLUSIVE: Jamie Dimon says @jpmorgan 's actions during 2008 crisis were done to 'support our country' — Read full memo…
42500            @Jillibean557 @Google @HillaryClinton @realDonaldTrump 😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂sooo painful😂😂😂😂😂😂😂      It was a GLORIOUS night💯🇺🇸 #MAGA
42501                                                                                    @Apple Waste. There is no innovative. @Apple plz remember Nokia life story. Ha ha \U{01f92b}😆🤣
42502                                              @mattlogical @MsInformed @AdrianaCohen16 @GOPLeader @Google @realDonaldTrump @GOP @PJMedia_com @TuckerCarlson… https://t.co/j6uJiW5riu
42503                                                                      RT @Reuters: VW in talks on self-driving car standards: report https://t.co/LPKpZwMBH4 https://t.co/3i28zYkU1g
42504                                                                                           RT @roswell2001: Wow.. @facebook is disgusting! #FridayMotivation https://t.co/XX8UuWooq6
42505                                        @Citibank @Citi after going through the maze of your ivr options and putting in my details over the phone and the a… https://t.co/mDEJXsITnP
42506                                                                                             @IllustratorDad @starwars @rianjohnson @Disney Please tell me you didn't like the droid
42507                                                                                 RT @Reuters: Trump ex-campaign head Manafort to cooperate with Russia probe https://t.co/leK2YZaLXG
42508                                                            RT @HotTopic: Get your jelly tarts ready...  #TheDragonPrince premieres at midnight on @netflix! https://t.co/rap5w2hVHW
42509                                                     Check out Disney Traditions 6000942 Precarious Pyramid (Seven Dwarfs) New &amp; Boxed #Enesco https://t.co/cvclkD7Xkz via @eBay
42510                                        RT @Reuters: This week @Reuters will give a daily expert guide to what has changed since the collapse of Lehman Brothers triggered the 2008…
42511                                        @Apple could you for the love of god just make a smaller sized iPhone. Not everyone wants a 6 inch phone in their p… https://t.co/kE1fSrXGYQ
42512                                                                 @artistteli @Starbucks This is a good place to start. From Jim Jarmusch's Broken Flowers... https://t.co/mcYoVJMrHS
42513                                                 Check out Traditional Mandala Pure Cotton Hippie Tapestry Door Draper Decor Window Curtain #Asian https://t.co/VXNdb34Ozg via @eBay
42514                                                                                @BeatIsSoFunny @ASOS I’ve been checking it every day and it’s now dropped... https://t.co/amRMvIHZ8q
42515                                                                                                                                         @Google  ALL YOU NERDS FOR PRISON!!!!!!!!!!
42516                                                                                                                                               @shroud @ATT @ATTCares i like this :)
42517                                        DON'T BE EVIL. Remember these words @Google ? How many lives and how much freedom are you willing to sacrifice to t… https://t.co/I4cCFIGyXM
42518                                                            Check out SOLID WOOD TABLE LAMP w/MARBLE ACCENT and TIFFANY STYLE STAINED GLASS SHADE  https://t.co/0VL4eCI4cf via @eBay
42519                                       That👇👇 was my status just a few days ago but thanks to @BP_plc @BP_Press Ive changed my mind because BP blessed me… https://t.co/wvoE9C8Z3h
42520                                                                                                                           @Apple No headphone jack and it has a notch... No thanks!
42521                                                                                               Check out Pre Own COACH Mini Skinny ID Wallet Key Chain https://t.co/Vz6xfa0Nsh @eBay
42522                                                                                                                                               @RVAwonk @Reuters Isn't that treason?
42523                                                                                                                      @PearsonCattle @ScrgMcD @BMW I have first dibs on the Lincoln!
42524                                                               RT @kaosonia: Check out Sterling Silver Hamsa Hand Charm with Etched Swirl Pattern  https://t.co/Bomxg3liZ2 via @eBay
42525                                                             Check out 99-03 Ford Diesel  XC3F-12B599-AC IDM Injector Driver Control Module  #Ford https://t.co/AlgVElxTaj via @eBay
42526                                                   You can break @Google search by searching for “compare the market” by @rustybrick https://t.co/u3HS2RjDzE https://t.co/7TyrwDDMb2
42527                                        @santanderukhelp Hi JA. I guess since I didn't tweet in Spanish or Catalan @bancosantander will ignore me? You've a… https://t.co/X2L47fMCb1
42528                                                           Check out 94 95 Mercedes 015 545 60 32 W140 S500 S420 400e Ignition Control Module ICM  https://t.co/BLieSnIlQe via @eBay
42529                                                    Check out AMERICAN BRILLIANT CUT CRYSTAL BUTTER DOME - Diamond and Starburst Design #Unbranded https://t.co/nCIcqszhMm via @eBay
42530                                                          Check out this Amazon deal: MeeQee New Halloween Trick or Treat Banner Se... by MeeQee https://t.co/jS13Q8dt0W via @amazon
42531                                                                                                                      @Ryanair what’s that standard charge to change flight ? Thanks
42532                                        RT @JohnLegere: It’s no shock @TMobile was ranked number 1 in @JDPower's Wireless Purchase Experience study. Didn’t you see our #UncarrierN…
42533                                                                                                                                                 @kroger Thank you. Same to you too.
42534                                     RT @BDSmovement: HSBC is a major shareholder in companies selling weapons &amp; military technology to Israel. Tell @HSBC to divest from Elbit…
42535                                          @Starbucks why do baristas constantly ignore requests about where to stop filling the cup?!! Another weak black 😔 https://t.co/UGSAcGBMXr
42536                                                             For sale: The Hobby House Silver Metal Baby Time Charms. Check out my listing @eBay - https://t.co/7Z2Jql1TE0 via @eBay
42537                                                                                            I am going to tell all the dolphins to get an Amex don't you worry @AmericanExpress 💳🐬
42538                                                                                            I am going to tell all the dolphins to get an Amex don't you worry @AmericanExpress 💳🐬
42539                                                                                                                      Check out my listing @eBay - https://t.co/slT4ebulYK via @eBay
42540                                                                                            Check out Copco Bag Lid for Sealing Opened Bags #Copco https://t.co/2s8G0uPbGf via @eBay
42541                                                                               RT @Reuters: Trump ex-campaign aide Manafort to plead guilty in Mueller probe https://t.co/nPmfUJXSOR
42542                                         @easyJet Suck my ass easyJet. You inconvenience passengers by forcing people to check their laggage -we get on the… https://t.co/amQdmHN0Fx
42543                                                                                                                                                     @JasperLlama @Google Fake info!
42544                                                                                       Check out Vintage Tilt A Spoon Glass Red Plastic Dispenser  https://t.co/0dDXRclVw9 via @eBay
42545                                        @Jillibean557 @Google @HillaryClinton @realDonaldTrump I could watch this over and over! #LiberalTears taste best i… https://t.co/g7paY0KHUJ
42546                                        You can choose to do lots of things in your life. I recommend choosing something that matters. @CVSHealth #shoporg18 https://t.co/1hkgdMd0tf
42547                                                           Via @Reuters: Brexit buoyancy bypasses Brussels - EU still unsure of deal https://t.co/KfFFPIpdLb https://t.co/HOLLdr11Ol
42548                                        @Nostromo147 @Reuters I have for ffs. There’s no collusion between the Trump campaign and Russia to turn the electi… https://t.co/IXAaQ8zova
42549                                                                                                                     Check out MASONIC TOKEN COIN  https://t.co/kXZg1PJVbf via @eBay
42550                                         RT @kim: @MichaelAvenatti @TuckerCarlson @FoxNews @DesignationSix @CocaCola @Duracell @KraftBrand @HeinzKetchup_US @oscarmayer @subaru_usa…
42551                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
42552                                                                               Check out Peanuts BE JOLLY Merry Christmas Holiday Coffee  or Cocoa Mug https://t.co/KOW9q81jp5 @eBay
42553                                                                                    RT @Reuters: Brexit buoyancy bypasses Brussels - EU still unsure of deal https://t.co/08tvOJwDnW
42554                                                                               RT @Reuters: U.S. House Democratic leader says NAFTA should remain trilateral https://t.co/0SjotS7Nei
42555                                                                                 RT @hmusa: @tiffanyyoung @hm This is such a cute fall look! That jacket is super chic on you!  😍💛
42556                                                                            RT @Tracy330507: @RVAwonk @LoriPAUSA @Reuters Most successful witchhunt ever!!!! https://t.co/0ROU1BvXQg
42557                                          #NAnews WiFi @comcast Hotspots Open to All During Gas Leak Emergency until September 17 – https://t.co/3h84Ahx6sf… https://t.co/PVhCgfhpaA
42558                                                       Check out BRAND NEW GIANT 26INCH STAR CUSHION FOR A GIRLS ROOM WITH UNICORNS/ MINIONS/HEAR  https://t.co/psYUeoTHl2 via @eBay
42559                                              @FlyingLizard_MS @IMSA @PorscheRaces @Porsche @audisport @Audi @MichelinUSA @MichelinRaceUSA @WeatherTechRcwy… https://t.co/hLDTe6LayN
42560                                        RT @LatriceRoyale: So the girl takes my order at @Starbucks asked my name... I say Tim! Moments later she brings over our coffee and ask...…
42561                                                                                                             A bag of @Boomchickapop and @ChicasDelCable on @netflix perfect day off
42562                                                                                    Check out Percy Harvin - 2014 Topps Chrome #59 - PSA 9 (Mint)  https://t.co/FzoEWWnmJ4 via @eBay
42563                                                        @EIKFellas @DrinkKing_Lives @pepsi @CocaCola @waterslut @HarmonyWaterson @GuavaJuice @ChiaSeedLover… https://t.co/iQfzCQNlK5
42564                                                                                                                                       @ninnguyen_ @netflix I’ve always said this!!!
42565                                        @NBA2K @Nike Y’all wanna explain how an SF build and a C build that both aren’t rebounders have the exact same capp… https://t.co/AQlQT6QLwb
42566                                                                                                                                  @Reuters China is sh!tstirring and manipulating...
42567                                                                                                                      Check out my listing @eBay - https://t.co/R5Ma4UClzI via @eBay
42568                                                                                                                                                   @NBA2K @Nike Can we practice yet?
42569                                                                                                  Thanks @TMobile for the $4 movie ticket to see @Predator hopefully its really good
42570                                                                                                                                               RT @hmusa: @tiffanyyoung @hm Love! 🌟
42571                                        RT @TeamClayneCan: @LethalWeaponWC @deemyers @WarnerBrosEnt @FOXTV @DisneyStudios @360WiseNews @TeamClayne @Microsoft @Ford @CocaColaCo @sa…
42572                                                                                                                                          @Reuters DT has his pardon already printed
42573                                                                                                                                @NBA2K @Nike @Conner_Trask @spencertrask01 5 LBJS 😭
42574                                        @crunchbase @crunchbasenews @Google too was rejected by @MSFT_Business @BillGates  Any disruptive technology that h… https://t.co/lF2GeoImOY
42575                                       RT @TaraFitchett: I couldn’t be more proud to wear my @Nike runners then I am right now❤️ #Nikestandsforsomething and falls for nothing🙏🏼 U…
42576                                        @Microsoft could you please tturn off cortana and windows updates thanks .. i did not ask for forced update. even e… https://t.co/afuICs0BmS
42577                                        RT @NBA2K: First look at the @Nike LeBron 16 “1 Thru 5” in #NBA2K19 🔥 See them in MyTEAM mode when you take on a team of 5 LeBrons wearing…
42578                                        RT @nokianetworks: Cloud gaming needs low latency – see how our innovation city with @intel @GSMA at #MWCA18 delivers the best experience f…
42579                                        RT @SAP: SAP’s @AdaireFoxMartin shares how SAP is bringing our purpose of improving people’s lives to life with a specific target in mind #…
42580                                                                                                               Just received a message from @ATT they may arrive late...👀 seriously
42581                                        RT @The_IPA: How @GreyLondon and @GSK made paradontax the world's fastest-growing multi-market toothpaste brand #IPAEff https://t.co/vVkd9S…
42582                                                                                         RT @CharlesImLauste: This was a great time 😩🙌🏽. Thank you @Apple https://t.co/H7SubWa3yP
42583                                                                                           RT @Reuters: Wall Street falls as Trump greenlights China tariffs https://t.co/V6wCMfU5in
42584                                                         RT @Reuters: German spy scandal exposes deep divisions in Merkel government https://t.co/LOGgBSsByU https://t.co/wtbSaekUN7
42585                                                        Check out Women's Jacket Coat Red Black Embroidery Lined Debra Michaels Size 16 MSRP $130  https://t.co/GFvbtYSMCI via @eBay
42586                                                                                                                                               Working to make lives better. @pfizer
42587                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
42588                                                                Check out 2003 - 07 Cadillac CTS Tail Panel Trunk License Plate BLACK  #CadillacGM https://t.co/whqJVnyJCR via @eBay
42589                                                                   Check out Chase Authentics Jeff Gordon Dupont Hendrick Ghost Flames OSFA Fitted Hat https://t.co/pzhJ98vQQQ @eBay
42590                                        RT @ketank090: @narendramodi @ChuckRobbins @Cisco It's also time to discuss on #MaleSuicides due to biased laws #FakeCases @rsprasad @Offic…
42591                                                                              @MichaelRapaport @netflix @Atypical I just started watching this show and its really funny I enjoy it.
42592                                                                                                                    RT @HectorHoe: @iseeyouupthere @Walmart Riiiiiiigght!!!!!!!! Lol
42593                                        RT @BDSmovement: Tomorrow in the UK: Protest at your local @HSBC branch this Saturday September 15 as part of the National #StopArmingIsrae…
42594                                        @Apple How often is this incredibly annoying? Just about every single day. Did Apple remove the functionality of th… https://t.co/HomZAKHZG6
42595                                                       Check out 4' X 8' Antique Hand Made Persian Hamadan Mousel Angelas Wool Rug Veg Dyes Nice   https://t.co/ERX1i6DInL via @eBay
42596                                              RT @pinkpretty16: Check out CAbi Size Small Purple Black Harlequin Diamond Print Shift Dress Sheer Lined https://t.co/i9xJhLmbeP @eBay
42597                                        @Walmart is clearly trying to get no one to use the savings catcher with this new change having to create a e-recei… https://t.co/E2MaC9cxNC
42598                                        RT @gapolicarpio: @facebook What gives? Wishing someone killed is not a violation of your community standards? Does that mean your standard…
42599                                                              #FREE at the time of post! Starting Again (Becoming Series Book 1) by Violett Skye https://t.co/8CTSt7shMZ via @amazon
42600                                                                                                                                                    @TMobile I sent a DM no reply...
42601                                        RT @AndyMack00: @easyJet thanks for cancelling my stansted to Glasgow flight at 6. Also for delaying the next flight and for being unable t…
42602                                                                                                                                             @bryantgiles123 @Nike TAKE ALL MY COINS
42603                                                Check out 10' X 18' KARASTAN #700 Multicolor Panel Kirman # 717 Wool RUG American Beauty #Karastan https://t.co/YU7HuegbSg via @eBay
42604                                                                                                                                        @Reuters Rat cornered must seek diversion 😂
42605                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/hXXqFniJHZ
42606                                    RT @Citi: We’re proud to have been named to the Dow Jones #Sustainability World &amp; North America indices for the 18th consecutive year #DJSI…
42607                                        RT @NatureCutsTags: Blue Bell Flower Confetti.. https://t.co/0cHXlRwTRp via @amazon #naturecuts #cutout #flowers #bluebells #garden #garden…
42608                                      RT @RoseromanRr: Use 2 hashtags only pls #SaveDeception #pickupDeception  @Deception2550 👇👍 @NetflixLifee @netflix @netflixfamily @Netflixh…
42609                                                                     RT @JLPtalk: I’m done with @Nike #kaepernick #JustDoIt @Kaepernick7  #Nike #Nikeboycott https://t.co/LDp6sclYK1
42610                                                Check out 6' X 9' Antique Hand Made Persian Heriz Serapi Karajeh Wool Rug Decorative Nice #Persian https://t.co/RrC7OLGc3P via @eBay
42611                                                    @savetrialanderr @twix @netflix @AmazonStudios @jeffastrof @NonStopPop @Jaymaismagical @trialanerrorfan… https://t.co/NpPjqvMovi
42612                                          Via @Reuters: Trump wants tariffs on $200 billion more Chinese goods despite talks: source https://t.co/v9DwZJCHon https://t.co/S0bRKsTdOv
42613                                                                                                                               @Reuters Tariff on MSG could raise price of take-out!
42614                                                                                                              @Reuters Quick!  Someone steal it off of his desk before he remembers!
42615                                        RT @py_rates: *RELEASE CALANDER UPDATE*: We've updated our release calander with the new dates from @Nike  for their releases next month in…
42616                                                                       @nbc @CBS @FXNetworks @AETV @oxygen and any of you other jerks whose thinking about doing it or have done it.
42617                                        I'm always up for holding something big in my hands. Gimme a break! I've had 3 huge @Samsung Galaxy Note phones. Tr… https://t.co/1A21B8IkSa
42618                                                                                                RT @Sony: Get. #Venom. Tickets. Now. https://t.co/VkTRkPpA2m https://t.co/IR3cGNiUwK
42619                                                                                                                                                      @kahwajiant @UPS Thanks Talar!
42620                                        #HurricaneFlorence going on. @Cisco ready to help get first-responders and victims online in a pinch when the storm… https://t.co/p9gj6kWGJ3
42621                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/PyCXIzwDDX
42622                                                       Check out New Gemporia Sterling Silver Baguette Natural 9.99ct Peridot Cluster Ring Size 7  https://t.co/bwkotj2JoX via @eBay
42623                                             RT @BirgitteBrynaa: @Ryanair I sent a DM yesterday about flight from Billund and Copenhagen the 25th and 26th.... ? Is Denmark the 10%?
42624                                            Check out DISTRESSED BLACK WROUGHT IRON PICTURE EASEL with SQUARE BLACK FRAME &amp; MATTING #Unbranded https://t.co/VnMfBRl8K7 via @eBay
42625                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
42626                                         RT @kim: @MichaelAvenatti @TuckerCarlson @FoxNews @DesignationSix @CocaCola @Duracell @KraftBrand @HeinzKetchup_US @oscarmayer @subaru_usa…
42627                                        @NBA2K @Nike How about u plz fix my career!! I can’t even play a single my career game nor can I practice bc the lo… https://t.co/PjqCDtkZRj
42628                                         @DCD_Nexus @Marvel @Disney @CBCebulski @JoeQuesada @ALTERNACOMICS @AntarcticPress Almost weekly consumers can read… https://t.co/2j1M26shWw
42629                                                                                @reeses @amazon I'm sticking with the old school Reese's peanut butter cups!! #NotSorry #Sweepstakes
42630                                                                    Check out VINTAGE WHITE COTTON ORGANDY GIRLS PARTY DRESS-MINT CONDITION 1940’-50’s https://t.co/V4DQPImCQy @eBay
42631                                                                    RT @Reuters: Russia's Orthodox Church freezes ties with Constantinople over Ukraine spat https://t.co/bon7aGYlca
42632                                                         RT @TMobile: Text FLORENCE to 90999 to donate $10 to the American Red Cross for Hurricane Florence disaster relief efforts.
42633                                                                                                                      Check out my listing @eBay - https://t.co/1TRudeA0sp via @eBay
42634                                                                                                                                 @JulitoGuwop @netflix Have you seen the pinata yet?
42635                                                         @ATT When you guys can beat @Comcast's speed let me know. I'd jump on gig fiber. Until then 200 mbps vs 50 is a no-brainer.
42636                                                                                     The Cordusio powder @Starbucks is amazing 💙 #darkchocolate elevated 💙 https://t.co/vANTDKR2T1
42637                                        RT @DinaNY2: @netflix @NetflixLifee @AmazonStudios just a friendly reminder #savecolony @cdr_pete @LostAddicted2 @SarahWCfans @Loona416 @mo…
42638                                        @Nissan hi you all fans of Nissan cars do you all want to laugh more today this is a 2014 versa please view this tr… https://t.co/lxN3S67wPV
42639                                                            Check out   Car Phone Holder  360 For iPhone X XS 8 7 6 Plus Samsung S9 S8 Note 9 8    https://t.co/sLccbDzK4F via @eBay
42640                                                                                                                                                   @TMobile question for you guys :)
42641                                                                                                                                 @netflix i freaking love American Vandal season 2💚
42642                                                                                                                            @Apple got mine preordered!! :’) https://t.co/t28xNap8VX
42643                                                                      RT @ToltzisAlan: Shouldn’t @trialanderror be on tonight? #SaveTrialAndError @netflix @hulu @AmazonStudios @nbc
42644                                                 RT @Reuters: Boston suburbs gas pipeline accident biggest since 2010: safety bureau https://t.co/PZbISSFyY5 https://t.co/TU3K3O60DU
42645                                                        50% OFF #EBAY  Mikasa 24% Lead Crystal Round Shaped Trinket Box with Box  #Mikasa #ArtDeco https://t.co/WKHly0kIMW via @eBay
42646                                                                              RT @Reuters: Turkey talking to all sides in Syria conflict for Idlib ceasefire https://t.co/Pg3LkQpz8d
42647                                                                                                                           @tyjetson @Airdogg55 @intel @Walmart Me in a few weeks 🌝
42648                                        RT @CTL_TechM: A thought provoking session on how to leverage technology to  fight @climatechange  with leaders from @salesforce @WeWork @C…
42649                                                                                                  @emilyyy_woxland @Walmart @carrieunderwood honestly when is @Target not the answer
42650                                          @NotAsUsual @skullpoison2 @kim @CocaCola @Duracell @KraftBrand @HeinzKetchup_US @oscarmayer @subaru_usa @DawnDish… https://t.co/oGMyYsSxCW
42651                                          @amazon Celebrates the Back-to-School Season with Prime Book Box Now #amazon #subscription https://t.co/rqpTUnrpX7 https://t.co/TzL5dxiiXy
42652                                                                                                                                      @iShuffina @Humayrah_K @Google On your head 😝
42653                                                           RT @JaniceDean: Now this is an awesome endorsement!   Good for @adidas go @Naomi_Osaka_ ! 🙌🏻🙌🏻https://t.co/WzaCKH9cQM
42654                                                       Disgusting #everydaysexism from Amazon. Portraying a man incapable of looking after his kids. @amazon https://t.co/GuSGozt4Q9
42655                                              Morning Star Farm Yugioh Windwitch Deck by TCGAccess  https://t.co/UW2KF08QUC via @amazon  #yugioh  #yugioh5ds  #ygo  #tcg  #tcgaccess
42656                                        RT @JayneQPatriot: Hey @Google... could someone from your HR department please contact me about where I can pick-up my #WhitePrivilege card…
42657                                                                                                        RT @AslinnT: Savings catcher changes = me deleting the @Walmart app entirely
42658                                                                                                                                           @iurns2 @Apple did someone sim swap u lol
42659                                                                   Nobody In The Middle Of Nowhere: A Poetry Book by Seth Kinstle #poetry #books https://t.co/o93pPEubUm via @amazon
42660                                                Check out 100% NATURAL UNTREATED 11.00CT DIAMOND 18K WHITE GOLD BRACELET $62500 CERTIFIED  #Tennis https://t.co/KJxqKQFzmM via @eBay
42661                                                 RT @Reuters: Boston suburbs gas pipeline accident biggest since 2010: safety bureau https://t.co/e8TXHLQRyd https://t.co/VeJoeMpiA3
42662                                                                                As much as I want @Starbucks I’m have to wait one more week @JuiceItUpHQ it is for my weak stomach😐
42663                                        Details on the new @Samsung @AKGaudio headphones now for sale. Ambient Aware noise canceling and multi-point Blueto… https://t.co/6B5npAgLkB
42664                                                                                              @s1lkky @netflix lol yeah. Do they refer to season 1 other than at the very beginning?
42665                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
42666                                                                                                                @Jillibean557 @Google @HillaryClinton @realDonaldTrump Ruth Por rat?
42667                                        RT @PeterHotez: Excited about release of the new book next month (now @amazon on pre-order) https://t.co/ZxTkn0z1eU written as both #scienc…
42668                                                   RT @SaraJayXXX: Check out my #WishList 👉 https://t.co/vzjpNZ7TKY via @amazon and pamper me with gifts 🎁 https://t.co/Z7rYiSMLrF
42669                                                RT @Reuters: ICYMI: Starbucks opens a branch run entirely by a staff aged over 55 to promote labor inclusion https://t.co/7JIhRQhnl5
42670                                        RT @ImproveCareNow: We're going LIVE on @facebook to learn about The Financial Realities of Healthcare for IBD Patients and Families with D…
42671                                                                                    Check out Compression Sleeve Copper Fit Knee System #CopperFit https://t.co/DmMwtngH3v via @eBay
42672                                                                    Check out Sac besace IKKS -THE PLUMBER cuir bleu toucher velours NEUF #Sacmain https://t.co/gsoMJ9Ohnr via @eBay
42673                                                                                            Whoa whoa....#slowdown @Costco #itsthemostwonderfultimeoftheyear https://t.co/RqEl3y6t7m
42674                                                                        Beware Of Dog Kisses Door Wreath Handmade Deco Mesh What A Mesh By Diana https://t.co/DAdBhQLwPa via @amazon
42675                                                                                                                                           @OwsWills @hm Unless it's Tom Forrest ...
42676                                                                                                                                @Google it looks like Google is a liberally slanted.
42677                                                                                                                         @Dhawk571 @Apple Whic is probably what is really happening.
42678                                                                                                                                                           @Reuters I wish he drown.
42679                                        RT @NBA2K: First look at the @Nike LeBron 16 “1 Thru 5” in #NBA2K19 🔥 See them in MyTEAM mode when you take on a team of 5 LeBrons wearing…
42680                                                                                     @MKBHD Did you realize how clever @Apple is with the wallpapers that showed on the new iPhones?
42681                                                                                                                             @gypsymydog @Reuters @realDonaldTrump You mean Hillary?
42682                                                      Van Heusen Mens Shirt Gray Size XL Cotton Blend Striped Long Sleeve Button Front  #mensshirt https://t.co/i9xRsBREZG via @eBay
42683                                                                                                                 The best show ever has returned to @netflix https://t.co/r74yvL4E0R
42684                                                                                                                      Check out my listing @eBay - https://t.co/yu23hrnhV1 via @eBay
42685                                                        Check out Four (4) Stangl Thistle Lugged Handled Bowls Hand Painted and Carved USA #Stangl https://t.co/n2EggLxyef via @eBay
42686                                        RT @aDrive_tK: The fact that companies like @verizon use terms like “unlimited” and then throttle your connection completely is such nonsen…
42687                                          @ironsightforge @slewtrue611 @AdrianaCohen16 @GOPLeader @Google @realDonaldTrump @GOP @PJMedia_com @TuckerCarlson… https://t.co/1c6n0SlU2r
42688                                           RT @gr8magz: Check out Vogue Italia Italy Madonna Both August 2018 Covers Mert &amp; Marcus Poster New Mint https://t.co/dVavmlUFHO @eBay
42689                                     RT @CWAUnion: CWA wrote to all 50 state attorneys general to highlight the potential loss of 28k jobs from the proposed @TMobile &amp; @sprint…
42690                                           RT @Reuters: Swiss intelligence helped foil alleged Russian plot to spy on government lab https://t.co/LJGXujA0PY https://t.co/ZJys1aWvQ7
42691                                                                                                                                               @ArvinOmar @Apple I needed it bro lol
42692                                                                    RT @Shell: Meet the rising stars shaping the future of energy ⭐ #makethefuture #ONS2018 https://t.co/DSJEuKVn6w
42693                                                  Check out The Great Movie Themes 1972 soundtracks Vinyl 2 x LP Japan SOPV-1-2 + OBI  #Soundtrack https://t.co/Oie1e7T004 via @eBay
42694                                                                  Check out Shelley Duvall Actress Signed 8x10 Photo Gold PSA/DNA COA THE SHINING  https://t.co/5mtCt0Icjq via @eBay
42695                                                              Check out Used Postcard Souvenir Foldout Folder Hersheypark Hershey Pennsylvania PA  https://t.co/cwrX2msuRh via @eBay
42696                                                                                                              Check out Size 4 bebe Black Sheath Dress https://t.co/xg665kzT6K @eBay
42697                                        RT @OKCTalk: Today the OKC market was added to @WholeFoods 2-hour delivery service by @amazon .  Prime members who spend $35+ on an order g…
42698                                                                                                          @Reuters TRUMP'S WORLD IS CRASHING DOWN AROUND HIM https://t.co/uGaOrJFUfX
42699                                                          Check out 2018 CHRONICLES PRIZM RED WAVE #24 AMED ROSARIO RC 79/199 METS FREE SHIP 🔥⚾️  https://t.co/6uK9kFLHNd via @eBay
42700                                        @Geo_Dougie @hoppytweets @Tesco @BayBeerReviews @w1ght @big_g_al @CharlieHJM @300Thirds @UKBeerNetwork @weordie Fee… https://t.co/bxIgtduYpL
42701                                                                                                                                                    @Disney #RehireJamesGunn please.
42702                                                          Check out TOMMY HILFIGER Long Sleeve Buttoned Shirt Pocket - Army Green - Size 17 36/37  https://t.co/ogtJXwbjbf via @eBay
42703                                                                                                                                     @Martaducq @netflix 👌.. that's accurate.!!! 😘
42704                                                                      #Vintage Two Toned #Green #Rhinestone #Flower Bouquet Floral Gold Tn Brooch #Pin https://t.co/zY0Q24reFT @eBay
42705                                            RT @Glamaroni: Check out Antique Vintage Saint St Anne Ann Silver Slider Religious Medal Relic France  https://t.co/JYfxZ7ejAs via @eBay
42706                                                                                           RT @alltheboysfilm: Deal. 🤝 @netflix #ToAllTheBoysIveLovedBefore https://t.co/soOV6SUFuT
42707                                                           Check out  VINTAGE ANIMATED TALKING HALLOWEEN WITCH WITH BLACK CAT &amp; GLOWING GREEN EYES https://t.co/8YqZ3r9AaS @eBay
42708                                                                                                                                             @skrnyc5 @Reuters Yep....can’t wait!!!!
42709                                        RT @IMDb: The very funny @nickkroll is stopping by to chat about Season 2 of #BigMouth on @netflix and all things AMEEZING. Tweet us your f…
42710                                         RT @JayValenz67: Donald Trump's Hurricane Florence 'Rumor Control Page' Retweet Backfires https://t.co/0b18GUMeCS via @Yahoo Trump sparked…
42711                                                                        Check out College Placement Test Study Guide 2019-2020 #WorkbookStudyGuide https://t.co/7uiscK9Mcj via @eBay
42712                                        RT @Yankees: Our @pepsi moment of the week is Cutch's 1st HR as a Yankee that came on the heels of a (very entertaining) luggage saga to ri…
42713                                                  RT @She_Nanniganss: When you find out World's most extraordinary homes has a second season out on @netflix https://t.co/3MUXWk1Z2z
42714                                        RT @UCprogramme: UC consortium meeting in Riga with @AaltoUni @EdinburghUni @CBScph @lvuniversity @sapienzauvp @HCUHamburg @IBM @Kalnciemai…
42715                                        @freshstephon @verizon Stainless Steel Series 4 was added to Verizon's site this morning so I was able to jump on i… https://t.co/bBsNlZw2L3
42716                                                                                                                                RT @HJD22: Put season 5 of Bojack on dammit @netflix
42717                                                                                         @SportsDirectUK @Nike I would rather your owner explains where all the money is? #AshleyOUT
42718                                                                                                                                         @NetflixFilm @netflix In the mood to cry...
42719                                                                                                                                         @Shell @mundanematt would love this recipe.
42720                                        RT @RobMorrow_: Our new single #TyrannyOfBeauty now avail @ITunes @AppleMusic @spotify @amazon @YouTube Produced by #StevePostell drums: @F…
42721                                                                                                       RT @joerogan: Strange Times. October 2nd on @netflix! https://t.co/r89WCw1Yt1
42722                                        Hey @FedEx @FedExHelp can you guys not give @USPS @USPSHelp my items for delivery. This is twice now that you’ve do… https://t.co/VWqq9U7N55
42723                                         RT @GoldmanSachs: LISTEN: $GS Investment Banking Division global co-head Marc Nachmann says European CEOs are “open-minded to do strategic…
42724                                                                                                                      Check out my listing @eBay - https://t.co/31TBEalCFs via @eBay
42725                                        @loolatsch @Adobe Sorry Lu. Can you give specific feedback to the engineering staff here? https://t.co/U87t10a7to I… https://t.co/AVG3q5tfJw
42726                                                              Check out Imagine John Lennon 1977 Vinyl LP Apple Records Japan EAS-80705 + POSTER   https://t.co/m9yweMj581 via @eBay
42727                                                                                                       @Reuters Counting the days... https://t.co/cxHGAwFb7F https://t.co/dwxTrflNIY
42728                                                                                                       RT @joerogan: Strange Times. October 2nd on @netflix! https://t.co/r89WCw1Yt1
42729                                               Last chance to sign up for our Dynamic Transformation Compliance forum with @Microsoft   @conocophillips and… https://t.co/tZcbxcv5WY
42730                                                                                                       RT @joerogan: Strange Times. October 2nd on @netflix! https://t.co/r89WCw1Yt1
42731                                              #LongLiveTheRoyals WE NEED A SEASON FIVE!! WE NEED A PROPER FINAL!! @LionsgateTV @netflix @NetflixLifee @hulu… https://t.co/y8HHzqhSWb
42732                                                                                                                                                          @joerogan @netflix Get it!
42733                                                                                                      @JayValenz67 @mommamia1217 @Yahoo I could actually get into some ostrich meat.
42734                                                    Just saw this on Amazon: MIZANI Scalp Care Pyrithione Zinc Antidandr... by MIZANI for $28.00 https://t.co/V2KGmojfgJ via @amazon
42735                                                                                                                       RT @Walmart: @HectorHoe Who was a knight in shining armor?  ⚔
42736                                                                                                                                                                 @Apple Any specials
42737                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/jBX2Vq6wb1
42738                                                                                 RT @Reuters: Wall Street flat as looming tariffs offset gains in financials https://t.co/a8mMrCcPbg
42739                                                              Check out Renuar Men’s Khaki Beige Cargo Trousers Pants #Safari Size 40 Brown #Pinstripe https://t.co/F92kYLhgfM @eBay
42740                                        @Reuters I think he has plenty to share about the Podesta group and other lobbyists. NPR reports: Paul Manafort's c… https://t.co/tVDdnj0ASc
42741                                        RT @DavidV1836: @Google Hey election meddling much? Try again I guarantee @realDonaldTrump  takes 50% of the Latino vote this go-round we a…
42742                                        RT @jinocalla: @Not_The_Alex @aaronehasz @Giancarlo_Volpe @netflix Realtalk: TDP is an absolute dream project that (I am perhaps romanticiz…
42743                                        RT @MRavenMetzner: The moment Finn Jones and @JHenwick met their action figures at @Comic_Con  #askraven @MarvelIronFist @netflix @NXOnNetf…
42744                                                                                    @NetflixFilm @netflix Looking for a scary/thriller movie for tomorrow night to watch w friends??
42745                                                                                                                 Put Scooby-Doo on Zombie Island on @netflix https://t.co/w5qnVX5vTP
42746                                                                      RT @Reuters: Philippines braces for 'very destructive' typhoon https://t.co/p6Hc6QgUxk https://t.co/gPK5W5wXju
42747                                                                                             Check out Primark Blue Skinny Distressed Jeans Size 8 VGC https://t.co/buJ6P4mdZp @eBay
42748                                                                Check out Black WITCH Wood Figurine STATUE w/Pumpkin*Halloween Greeter Fall Decor  https://t.co/DrrSYKh2Su via @eBay
42749                                        @billahearn3 @dixieQempire @Stonewall_77 @Google How can they get away w/ this garbage?  I am SOOOOOOOOOOO ready fo… https://t.co/4qmgs5lm3A
42750                                                    Check out 10 Bath &amp; Body Works Hand Gel Spooktacular Ghoul friend Vampire Blood Purrfect   https://t.co/M1ENrIsbAJ via @eBay
42751                                                                                           @HSBC 's excuses for arming Israel just don't hold up to scrutiny https://t.co/jO3YSjkkeg
42752                                        We sat down with #Cisco to discuss how NVT Phybridge is helping @Cisco customers modernize to the latest IP solutio… https://t.co/FUjTr8LqbT
42753                                                  Check out Cheese Cleaver Custom Made MICHELANGELO by Oneida Heirloom Stainless Flatware  #Oneida https://t.co/0BoK48YQDU via @eBay
42754                                                         @RyanPhillippe There’s great potential For a Season 4. Come on @netflix do it. (Even though no @TheRealShantel is too sad.)
42755                                        @FemmeMercenaire @LiraKarri @RealRonHoward @CocaCola @Duracell @KraftBrand @HeinzKetchup_US @oscarmayer @subaru_usa… https://t.co/fnBjCNiYDg
42756                                                                  RT @IsraelUSAforevr: From today I would prefer to go naked and barefoot and not wear @Nike https://t.co/h5J51Xjemw
42757                                        RT @SAP: They say you can't buy happiness but you can buy donuts and isn't that the same thing? Today is National #CreamFilledDonutDay - tr…
42758                                         @Tora_Bushido @Spinoff55 @FoxNews @realDonaldTrump @Nike @Kaepernick7 Grow so fast? Are you high? His Tariffs have… https://t.co/5ffgrw4sBV
42759                                         RT @JayValenz67: Donald Trump Wouldn't Want To Know What Jimmy Carter Would Do With His Policies https://t.co/5oK8trALmq via @Yahoo Former…
42760                                                                                                            @Jillibean557 @Google @HillaryClinton @realDonaldTrump Not for me.....🇺🇸
42761                                        RT @Reuters: China's highest paid actress Fan Bingbing disappears as Beijing cracks down on its entertainment industry https://t.co/e8tuGJz…
42762                                                                                                       RT @joerogan: Strange Times. October 2nd on @netflix! https://t.co/r89WCw1Yt1
42763                                                                                                                      Check out my listing @eBay - https://t.co/C4IbrUjLLj via @eBay
42764                                      RT @manthasam3: James WILL be back for Vol.3. There is just no way this dismissal is valid. Keep fighting. 💚🙏 #REHIREJAMESGUNN @Disney @Wal…
42765                                                                                                                                            @bpmcg2010 @Starbucks Get C a magic milk
42766                                                                    Check out New Circutor Amperemeter EC96/5A M10230 100/5A Panel meter #Circutor https://t.co/1C5h6eNQMc via @eBay
42767                                                    Check out Artisan hand made earrings copper wire wrapped black glass beaded  #Handmade #Beaded https://t.co/1vIQ13MsIe via @eBay
42768                                                                             RT @kvtsukis: petition for netflix to give us the dragon prince profile icons @thedragonprince @netflix
42769                                                                                                                                                                     Just ask @Nike.
42770                                                         Check out Luca Vergani Polka Dot Cosmetic/Makeup/Travel Case Shoulder Strap  #LucaVergani https://t.co/dL0vCBHNd6 via @eBay
42771                                        RT @BDSmovement: Tomorrow in the UK: Protest at your local @HSBC branch this Saturday September 15 as part of the National #StopArmingIsrae…
42772                                                                                                  Check out Pinkiwinkle Crochet Beanie and Scarf.  https://t.co/76JQqrgiLX via @eBay
42773                                                      Check out Sony Playstation 1 PS1 Console System SCPH-7501 Dual Shock *Complete* in Box #Sony https://t.co/bqQFW7tlnz via @eBay
42774                                                                                                                                 @Reuters @StaffanG_son Merkel is maybe the top spy.
42775                                                RT @Reuters: WATCH: Starbucks opens a branch run entirely by a staff aged over 55 to promote labor inclusion https://t.co/qdE703P4IT
42776                                                               @W0nderW0man___ @Nike @Kaepernick7 Yep. Read it all. Once was unlucky and probably acceptable. The rest. Unacceptable
42777                                                 Check out Dragonfly Earrings Copper Charm Drop Dangle Handmade Jewelry Accessories NEW  #Handmade https://t.co/BYBfSClH7l via @eBay
42778                                       RT @billKottkamp: The Good Cop premieres on @netflix Sept 21st n they put this Bill on a Billboard 😭! Unreal to be next to these stars @jos…
42779                                        RT @michaelutzig: Check out 2018 #toppscards Now Ronald #Acuna On-Card Autograph /49 #598B Braves https://t.co/m4tOaRaTRQ @eBay #collect #t…
42780                                                                                                                                  @Reuters Is Kerry getting arrested for espionage ?
42781                                                             RT @rachelka33: The clock is ticking! Time to #SaveGotham!! #gothamseason6 @warnerbrostv @netflix @TheDCUniverse @TheCW
42782                                        @jenpeedom I've just watched Mountain on @netflix #Thankyou Jennifer for restoring my #Mountain #wonderlust once mo… https://t.co/t91oqJc5OD
42783                                                                                                                       @TMobile For th Samsung Note 9!! @JohnLegere j  🙌  I need it
42784                                                                            RT @Reuters: Pompeo slams Kerry for 'inappropriate' meetings with Iran officials https://t.co/Qt0WjXNvGx
42785                                                                                                                     @NevilleRay @TMobile @MetroPCS When more coming to Idaho Falls?
42786                                                                                                                                     @Reuters He'll be gone by the end of the month.
42787                                                                            Check out CHICOS Top Blouse Sz 3 Gold Foil  Aztec Southwestern Multi Color https://t.co/AvXaNik7Zr @eBay
42788                                                @thomsonreuters has named @HP as one of 2018’s top 100 most diverse &amp; inclusive organizations globally!… https://t.co/65DsfQ7zaS
42789                                        RT @NBA2K: First look at the @Nike LeBron 16 “1 Thru 5” in #NBA2K19 🔥 See them in MyTEAM mode when you take on a team of 5 LeBrons wearing…
42790                                                                                                          @l_e_a_nn_e @hulu @netflix I had no idea!! Hopefully someone does soon🤞🏻
42791                                                                                                                               @guskenworthy @Hannahgadsby @netflix She’s brilliant!
42792                                        RT @careygillam: Next cancer claim #Rounduptrial set for Feb. 5 in St. Louis City - plaintiff Jeff Hall suing Monsanto @Bayer -  see schedu…
42793                                                                Check out SALE JORDAN JUMPMAN TEAM 2 GG 861435 014 BRAND NEW IN HAND SIZE 6Y #Nike https://t.co/uy4UN9CsDN via @eBay
42794                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
42795                                                                                                                                               @BMW Convertible M8 and X7 fireeeeeee
42796                                                                                                      RT @Josh_Keck24: Yo @netflix get this man a show ASAP. https://t.co/9czqoaIoPf
42797                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
42798                                                 Check out Fairy Moon Necklace Gold Pendant Jewelry Handmade Chain Women Fantasy Cosplay #Handmade https://t.co/4CTYx45c8H via @eBay
42799                                        RT @JayValenz67: Dallas Police Accused of Trying to Smear Botham Jean After Cop Killed Him in His Home https://t.co/BGuD7kbs9b via @Yahoo I…
42800                                                                                                       @DRUDGE_REPORT This co-founder of @Google should apologize and then step down
42801                                        RT @ZibblesSez: With @SirPatStew returning to our screens as #JeanLucPicard and @CBS working to bring more @StarTrek to our screens after t…
42802                                        @ringer @netflix @BoJackHorseman I'm still thinking of how confusing ep. 2 of season 5 was so confusing for the fir… https://t.co/B8uTFaiQqQ
42803                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
42804                                         @MorganStanley Don’t just make clickbait about it; show us in real numbers how much investment you’re transferring… https://t.co/Va97l5sO3y
42805                                           RT @Reuters: Pompeo accuses Russia of actively working to undermine North Korea sanctions https://t.co/t4De3ARu0F https://t.co/JblllYfevi
42806                                        @Sadgrovem @churchofengland @amazon be solved by sound bites and preaching to the converted. There are more than on… https://t.co/skOAtyYlfE
42807                                        RT @Reuters: Laws of science halt Usain Bolt's speed in Zero-G plane. See more of this week's top stories here: https://t.co/4svVZqwik3 via…
42808                                                                                                               @freaknout @JasonJHunter @easyJet Everything in that country is pricy
42809                                                                                                       RT @joerogan: Strange Times. October 2nd on @netflix! https://t.co/r89WCw1Yt1
42810                                                                                                       RT @almofaddinhas: I'll never forgive @netflix for canceling Everything Sucks
42811                                        RT @Jillibean557: Watch as @Google CEO breaks down in tears after @HillaryClinton loses to @realDonaldTrump Google is o biased it’s sickeni…
42812                                        RT @Reuters: China's highest paid actress Fan Bingbing disappears as Beijing cracks down on its entertainment industry https://t.co/e8tuGJz…
42813                                                                                                                     Save up to 20% STOREWIDE SALE https://t.co/oKIH2KPoSU via @eBay
42814                                RT @hh430y: @Reuters @ReutersTV China Xinhua net and 16 banks to participate in Yunnan Fanya fraud citizens 43 billion yuan.  #郭文贵 #特朗普 #刘强…
42815                                                                                                                                           @Hisly9 @netflix Inside the Criminal Mind
42816                                                                Cut to 1 month after the original release. Same. Just in despair this time. @netflix why did you cancel @sense8 😭😭
42817                                                                                                                                                          @Apple eat my money thx 👅
42818                                                                                                                                     @easyJet any plans to flight to Asturias again?
42819                                                                                                                  RT @ChuckRobbins: Proud of our @Cisco team https://t.co/kj14dzJsT7
42820                                                               RT @Reuters: Victorious Cuomo confronts changing Democratic landscape https://t.co/H0mILf2h0L https://t.co/wXlp4NtcIC
42821                                         RT @Reuters: Trump readies tariffs on $200 billion more Chinese goods despite talks: source https://t.co/3ZwTNCEBpO https://t.co/akFzmZiltQ
42822                                        RT @BMW: Unlimited off-road performance and outstanding efficiency. The all-new BMW X5 xDrive45e iPerformance: https://t.co/rVktEBLBCa. htt…
42823                                                                @lisa_cares_ @arisacox @CBSBigBrother @CBS It would be great. No holds barred. I believe it would be great ratings!!
42824                                                                                                                                                      Hey @PayPal stop being shitty.
42825                                        RT @Reuters: Laws of science halt Usain Bolt's speed in Zero-G plane. See more of this week's top stories here: https://t.co/4svVZqwik3 via…
42826                                               @Ryanair great flight out and back but no veggie hot foods left on either flight. V good otherwise though. On time &amp; great staff.
42827                                                                                                                                                  #ooc watching phobia 2 on @netflix
42828                                                                                               Check out Lot of 5 Jigging Spoons Fishing Lures Jig https://t.co/K8Fzo0TeRh via @eBay
42829                                                                                  Check out Yes - Big Generator  - LP Made in Venezuela by RODVEN  https://t.co/trF725hSep via @eBay
42830                                                                                                @ToplessTopics @YouTube @facebook @PeriscopeCo @instagram @Etsy @Vimeo I LOVED that!
42831                                                                                             @ItCanWait @OU_Football @TexasFootball @ATT @OU_Football to win the Big River Showdown.
42832                                                Check out COOKIE LEE Pendant Necklace ~ God Tone Cain / Mother Of Pearl Disc Jewelry Gift #Pendant https://t.co/YMQC1A6L8v via @eBay
42833                                                                                                         @jenefertari @starwars @Disney I heard my source has it on his server so...
42834                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
42835                                        @bobmadras @Spinoff55 @Tora_Bushido @FoxNews @realDonaldTrump @Nike @Kaepernick7 This is how it was supposed to rea… https://t.co/0MnYZ9B20u
42836                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
42837                                                                                                                   @reeses @amazon C. REESE'S all in my mouth #NotSorry #sweepstakes
42838                                                        Check out Postcard Pinup Risque Nude Stunning Girl Extremely Rare LAST ONE Post Card 8584  https://t.co/1JB4OyGjCJ via @eBay
42839                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
42840                                                        @UPS You guys are actively the worst. Just so you know. I sure love tracking down what center you left my items. Good times.
42841                                                                                                 RT @MatthewEspinosa: Look out for ya boy in American Vandal season 2 on @netflix 😝
42842                                                     Check out Parrot Mountain and Gardens Pigeon Forge TN Cotton Tee T-Shirt Large Gildan #Gildan https://t.co/jPZR6haMRi via @eBay
42843                                                                                                                      Check out my listing @eBay - https://t.co/gi1r7RMJY7 via @eBay
42844                                                                 Build A Bear Disney Princess Collection Pink Bear With Crown Sings Birthday Song  https://t.co/7p2cqWoEbd via @eBay
42845                                                                                                      @Alex79692759 @Elena11575 @NetflixLifee @netflix @NetflixFilm Bring Xena back!
42846                                        .@normmacdonald has a show on @netflix! Just watched Episode 2 w/@DrewBarrymore and freakin’ loved it! Despite rumo… https://t.co/NLuQx6BcuM
42847                                        .@DeborahHowell19 is on a trip of a lifetime with Adventures by @Disney in #Boston! Check out some of her great pic… https://t.co/kear3qXPvM
42848                                                         RT @Reuters: WATCH: Starbucks opens its first branch operated entirely by staff members over age 55 https://t.co/Y6OqWeoRya
42849                                        @TMobile Alright @TMobile I wanna know how I overpaid you hundreds of dollars and you guys are refusing to pay me b… https://t.co/XgBYDwkqij
42850                                        @chasemcgowen @adidas @SneakerAdmirals @BoostGoddess @OhItsTeddy Yea I actually liked the yellow i was just playing… https://t.co/cwJ7jR4tTb
42851                                                                                                     American Legion Membership Pinback Lapel Pin  https://t.co/tqPVpIvNI9 via @eBay
42852                                           RT @myuniquemarket: Check out Women’s Meghan Noland  Spaghetti Strap Sleeveless Dressy Bead Work Top Size L https://t.co/fNz18El0bV @eBay
42853                                                                                 @netflix we need another @ThePunisher  and @Daredevil crossover because their chemistry is amazing!
42854                                                         RT @Reuters: WATCH: Starbucks opens its first branch operated entirely by staff members over age 55 https://t.co/Y6OqWeoRya
42855                                        RT @JayValenz67: Trump Plans To Pay Millions To Mexico So It'll Deport Undocumented Immigrants https://t.co/CR4mgRR9mA via @Yahoo Trump’s i…
42856                                                 RT @Reuters: Yellen: Fed should commit to future 'booms' to make up for major busts https://t.co/YOLntvpHfz https://t.co/tEAlUl0qmj
42857                                                                                Is it just me or is @netflix #sierraburgessisaloser is sad version of the truth about cats and dogs?
42858                                        RT @JayValenz67: Dallas Police Accused of Trying to Smear Botham Jean After Cop Killed Him in His Home https://t.co/BGuD7kbs9b via @Yahoo I…
42859                                        RT @TeamAwesome418: Check out 31 Days to Live by Lorenzo Dozier https://t.co/uZ5BXctlWu … via @amazon #IARTG #Books #Suspense #Thriller #Bo…
42860                                                                                                           @thejaylonsmith @adidas @adidasFballUS Can't sleep on Indiana anymore lol
42861                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
42862                                                Texas Dance Teacher Allegedly Sexually Assaulted 14-Year-Old Girl After Saying 'She Had Feelings' https://t.co/kFXRkUhHjt via @Yahoo
42863                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
42864                                                                          @verizon Perversion is not love. Defintely won’t ever be switching to your service now. Sticking with ATT.
42865                                                                                                           @McDonalds @UberEats best combination i’ve ever discovered. hands down. ☠️
42866                                        @KNP2BP @jpyoung27 @harjo111 @amazon @POTUS Thank you for explaining. Actually full time Amazonians under Jeff Bezo… https://t.co/1J7MMCqlPd
42867                                                                                                                          @Reuters I have grinded my way through tougher video games
42868                                               @nowthisnews @Nike @Kaepernick7 Truly easy when u pay children in other third world countries  50 cents a day to make their products.
42869                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
42870                                                                                                                            @jackwhitehall @netflix @fatherwhitehall Brilliant mate!
42871                                                                                                  @Starbucks I did not receive my free beverage buy one got one free Friday special?
42872                                                                                                               HOW COME NO ONE TOLD ME THE EMPEROR'S NEW GROOVE WAS BACK ON @netflix
42873                                                 Check out Vintage Beaded Opera Necklace Faceted Clear Aurora Borealis Glass Beads ~ ESTATE #Opera https://t.co/dHvZNpbQW2 via @eBay
42874                                                                                   Photos of the @BMW Vision iNEXT Concept leak onto the web despite embargo https://t.co/Cxa1v64DdZ
42875                                                                                                                                  @Reuters The girl in the corner don't look over 55
42876                                        RT @Forgamers0071: Apple — Apple’s big news in 108 seconds https://t.co/ff1wLZUP2U via @YouTube @Forgamers0071 @Apple https://t.co/ZUTzbPwy…
42877                                                                                                                      Check out my listing @eBay - https://t.co/4gsQg6tqjV via @eBay
42878                                                                        Check out Clear Apothocary Jars Listerine Witch Hazel Alcohol Green Lot 3  https://t.co/6bZ7fw7PQV via @eBay
42879                                                                                                                   @lenny_dublin @TotallyQua3 @facebook Take ya shot then blood 👌🏾
42880                                                                                                                   Check out Nike Dunk Hi  https://t.co/9kBZ7JQt0Q @eBay #nike #dunk
42881                                        It's Not Just the President* Who Ought to Be Sweating Today https://t.co/DgQ8h77VQC via @Yahoo Before the Paul Mana… https://t.co/X77D5RJ0gt
42882                                                                                                                                    @Nike  how are your sweatshops overseas doing  ?
42883                                                                                                                                                                   @Apple I’d love t
42884                                        RT @Reuters: Usain Bolt toasts zero-gravity with champagne. See more of this week's top stories here: https://t.co/4svVZqwik3 via @ReutersT…
42885                                                                                                                                                                     @Apple The fuck
42886                                        @NeilandThompson @bobmadras @Spinoff55 @Tora_Bushido @FoxNews @realDonaldTrump @Nike @Kaepernick7 But for now they’… https://t.co/AT1meRDWSP
42887                                                                                              FAST N FREE SHIPPING... Check out my listing @eBay - https://t.co/Bu8YQOF6x7 via @eBay
42888                                        RT @salmanali1990: @McDonaldsKSA @McDonalds @McDonaldsArabia  Is this the kind of humiliating discriminatory behaviour Mcdonalds is providi…
42889                                                                                Check out Guitar Hero PS3 RedOctane Gibson Les Paul 95121.805 w/ Strap https://t.co/UCbP3iwAHF @eBay
42890                                                     Check out NWT Garanimals Girl's Infant's Baby Belt Buckle Boots Sand Color Size 6 #Garanimals https://t.co/sTMWPx0UpB via @eBay
42891                                                                                                                              @MCU_Tweets @Disney @brielarson @GMA what a great news
42892                                                               RT @ABC7: END OF AN ERA: @VW to stop making iconic Beetle next summer https://t.co/1fI8XLxmQM https://t.co/I2POwYc3X7
42893                                                         RT @Reuters: WATCH: Starbucks opens its first branch operated entirely by staff members over age 55 https://t.co/Y6OqWeoRya
42894                                                 RT @eBayVick441: #FireKing Coffee #Mugs #Vintage Oven Ware #AnchorHocking #Anchorwhite Set of 8   https://t.co/Z2Kfih1Xbs via @eBay
42895                                                                    RT @Reuters: Florence seen testing North Carolina environmental codes on toxic hog waste https://t.co/4AxbanvF8u
42896                                                                              Check out Large Life Like Detailed Nude Woman Figurine 2 #ArtNouveau https://t.co/hx0TiNllrh via @eBay
42897                                        @JeffHare @akaMrMarcus @johnrich @Nike I can ignore it anytime I choose to. I don’t particularly care for the NFL g… https://t.co/ZW8hKXh9us
42898                                                                             Check out Willie Colon - Criollo - LP Made in Venezuela by RCA #Salsa https://t.co/sqFeXgAee7 via @eBay
42899                                                 @evemariecrane @KirstenCagle1 @MethodistHosp @Sinchita_Roy @donnahanselUCSD @ArchivesPath @genentech @Merck @pfizer You glow girl!!
42900                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
42901                                               Check out 【Super RARE Brand NEW Expired】Kodak Ektachrome 64T 120 ROLL Color From JAPAN 599 #Kodak https://t.co/0akoF7GbQ6 via @eBay
42902                                        RT @NBA2K: First look at the @Nike LeBron 16 “1 Thru 5” in #NBA2K19 🔥 See them in MyTEAM mode when you take on a team of 5 LeBrons wearing…
42903                                                                                                                                 @SocialBflyMag @Visa Definitely need tanksssss 🙏🏻
42904                                                                   Check out RUTH'S LOOSE TOOTH By Nicholas A. Kerna - Hardcover Dentist Office Dental https://t.co/dzaqfUVc21 @eBay
42905                                                   @MrPEC_Tacular @helloross @CBSBigBrother @flyonthewallent @MarissaJWinokur @CBSTweet @CBS @jokersupdates… https://t.co/3wyuAIvJ00
42906                                                                                                                                @MyTexasJourney @kimikomcc @mbsings @facebook Maybe?
42907                                        @netflix @netflix why did y’all take the cheetah girls away from me ? This ain’t right. Who I got to call to get it… https://t.co/I5UYJvrVVZ
42908                                                                                        RT @Reuters: Five dead in Carolinas as Florence brings 'epic' floods https://t.co/H0zW38wxdI
42909                                                                                                                                            @Reuters 😢 so sad that lives were lost!
42910                                                                                        RT @Reuters: Five dead in Carolinas as Florence brings 'epic' floods https://t.co/H0zW38wxdI
42911                                                   RT @BethPaintings: Check out Set of 2: Igloo Lunch Clutch Handheld Cooler Red/Blue * NEW #Igloo https://t.co/DxDmRIljwG via @eBay
42912                                         @mrddmia @BresPolitico @WhiteHouse @DanaPerino @facebook ...either through scanner or apps that allow u to sign by… https://t.co/FuQ6WP8czV
42913                                                                                                 RT @MatthewEspinosa: Look out for ya boy in American Vandal season 2 on @netflix 😝
42914                                        RT @Forgamers0071: Apple — Apple’s big news in 108 seconds https://t.co/ff1wLZUP2U via @YouTube @Forgamers0071 @Apple https://t.co/ZUTzbPwy…
42915                                                      Check out Deluxe Programmable Electronic Musical Car Horn Model No 626 NEVER USED #Unbranded https://t.co/QHxIbUHtCa via @eBay
42916                                                                                                                       @UPSrising @UPS @Teamsters I spotted a typo. You mean #VoteNo
42917                                                                          Check out LOT Six LIMITED EDITION #Canada150 Tic Tac Mega pack 200 Each  https://t.co/c5oOKLfJu3 via @eBay
42918                                        RT @Gurinproducts: Santamedical Generation 2 Fingertip Pulse Oximeter Oximetry Blood Oxygen Satu... https://t.co/GvlOtVDE4r via @amazon htt…
42919                                                       RT @netflix: Noah Centineo is not only a literal angel but also the fittest person ever... #13Stories https://t.co/hHHZYXQdVQ
42920                                     Apparently @Disney EMEA did something with a episode of Season 2 that was  banned on UK &amp; Spain will it get banned… https://t.co/qLDMDYZhEK
42921                                        RT @NBA2K: First look at the @Nike LeBron 16 “1 Thru 5” in #NBA2K19 🔥 See them in MyTEAM mode when you take on a team of 5 LeBrons wearing…
42922                                        RT @EddieTrunk: . @Starbucks should implement some time limit for people sitting in there on their computers. I went to get a drink on Sant…
42923                                                                                     RT @amy89000: @netflix Guilty again! #Gypsy @netflix  was my First! ❤️🐯 https://t.co/AOP0BplMk3
42924                                                                                                                                         @SAP @SAPAriba Voting Republican!! Vote RED
42925                                                        @syria_true @BBCNews @BBCPanorama @euronews @Reuters @SkyNews the voices of the 'syrian revolution'  https://t.co/2eWgND9R7z
42926                                                                Check out NEW JOE MUGGS American Adventure  globe COFFEE Tea MUG CUP  11 oz #LINYI https://t.co/BiAnNO32Kd via @eBay
42927                                       @ShippingRoomPod @netflix Oh I’m glad 💕 I was looking forward  to hearing the thoughts of that scene and the pocket… https://t.co/NPQtJfw0nF
42928                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
42929                                                                                                                                 \U{01f928}😒😐😐😐 my phone on that bullshit @Apple
42930                                                                                     @BoJackHorseman @JerrySeinfeld I need this to be an actual episode pls! @netflix @JerrySeinfeld
42931                                        House of Flowers on @netflix was actually so so good! Loved all the diversity and hard to talk about topics that ha… https://t.co/cVyNxsaNHy
42932                                        @dcunning1 @Apple They’re basically just a wireless telephone. Mine get stuck in low quality mode so often they mig… https://t.co/6RYWLDOFZy
42933                                                         Check out NWT Mens Womens Walt Disney World Mickey Mouse T-Shirt Large Red 2 Sided Print  https://t.co/6Y3zUOUUbH via @eBay
42934                                       RT @1027KIISFM: .@MadisonBeer had everyone singing along to #HomeWithYou in our @ATT Sound Studio! 💕 #YourThing #MadisonBeer #ad https://t.…
42935                                                                                Check out The World Map - National Geographic Society August 2004  https://t.co/tuRVv1f3Hk via @eBay
42936                                                                                                      @TMobile Raise your 🤚 if you want your phone unlocked and with protection. 🙌
42937                                                                                                        @MissKoKoBeans @Postmates @BoJackHorseman @netflix I am very soothed 😌 🐴🐱
42938                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
42939                                         RT @JayValenz67: It's Not Just the President* Who Ought to Be Sweating Today https://t.co/plSWnO8jik via @Yahoo Before the Paul Manafort's…
42940                                                                                                   Really enjoyed #CandyJar on @netflix. Fun and important movie. #400WordsPerMinute
42941                                                                    Check out DREADLOCKS Hair Loc Care Kit BUNDLE Alligator Clips Locs Spray Gel Hair  https://t.co/NLyC6ev5JQ @eBay
42942                                                  Check out mens center curb link spin rings stainless steel black/gold/silver sizes 9-10-11 #Band https://t.co/eZKTVE6ILH via @eBay
42943                                        @bobmadras @NeilandThompson @Spinoff55 @Tora_Bushido @FoxNews @realDonaldTrump @Nike @Kaepernick7 The one that made… https://t.co/VAr4zrdewM
42944                                                                                                                 RT @samariaastewart: We Just Did It ✔️ @Nike https://t.co/OuyKdVkkRl
42945                                                                 Check out Matchbox Austin Mini Van 65th Anniversary Card #8/20  #Matchbox #Austin https://t.co/vypPc7H9YI via @eBay
42946                                        RT @JayValenz67: Trump Plans To Pay Millions To Mexico So It'll Deport Undocumented Immigrants https://t.co/CR4mgRR9mA via @Yahoo Trump’s i…
42947                                                                   Check out NFL Dallas Cowboys Tony Romo #9 Jersey Youth Small S 8 Nike https://t.co/Tdo5BfzC0Z @eBay #Americasteam
42948                                                                RT @Reuters: Five dead in Carolinas as Florence brings 'epic' floods https://t.co/BP5voK7zQu https://t.co/fvbSWcigur
42949                                                   Check out Set of 3 Moai Tiki Mugs Made in Japan Sharp Details Dashes 6.5 Inches Tall #Unbranded https://t.co/cqvkCcu0jg via @eBay
42950                                        RT @Reuters: Did the collapse of Lehman Brothers ten years ago change anything? Five @Reuters journalists who reported on the crash discuss…
42951                                                                                                                @ATT Do you have the new iPhone XS max available in store currently?
42952                                                                                      @Retirees2020 @amazon AmazonEfile by 1-800-MrRefund CPAs turns W2 to $ https://t.co/63u3bd3bj2
42953                                                               2.5 Pound (1135 grams)Dried Shiitake Mushroom Premium Grade from Yunnan China... https://t.co/EM3ZTA78rQ 来自 @amazon
42954                                                               2.5 Pound (1135 grams)Dried Shiitake Mushroom Premium Grade from Yunnan China... https://t.co/EM3ZTA78rQ 来自 @amazon
42955                                                                                                     @AttyGlennChong @facebook Possible to sue them in case no violations committed?
42956                                                                                                     @AttyGlennChong @facebook Possible to sue them in case no violations committed?
42957                                                                                                                                 @netflix add the old Scooby Doo episodes and movies
42958                                                               Check out Hutschenreuther 1995 Lappland German Bell Christmas Ornament Ole Winther  https://t.co/d1Lo8QvbQ0 via @eBay
42959                                                       Check out Miami Dolphins Fine Leather Money Clip Wallet Mens Billfold Card Holder NFL New   https://t.co/OXBPBExeTV via @eBay
42960                                                                           RT @MariahCarey: @Walmart @HectorHoe I could've sworn you'd love me harder! #GTFO https://t.co/CUoWyxjUyD
42961                                        RT @LongLiveGotham: When you mess up your clown makeup and have to start all over #SaveGotham #GothamSeason6 @netflix @reedhastings @Amazon…
42962                                                                                                            @adignan @Cisco @CiscoCollab @CiscoPartners Dude https://t.co/brSXfnJzyp
42963                                                                                                  RT @GraeGibson_x3: petition to put this on @netflix please https://t.co/tOajclvVC4
42964                                        RT @JayValenz67: Dallas Police Accused of Trying to Smear Botham Jean After Cop Killed Him in His Home https://t.co/BGuD7kbs9b via @Yahoo I…
42965                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
42966                                                            Check out Signed Austrian Crystal Necklace #7 #AustrianCrystalUSA #StrandString https://t.co/vgEPIUc4Ih via @eBay Pretty
42967                                        RT @JayValenz67: Trump Plans To Pay Millions To Mexico So It'll Deport Undocumented Immigrants https://t.co/CR4mgRR9mA via @Yahoo Trump’s i…
42968                                        RT @AmPride2: @Google is unAmerican. It has no stake in the American people or their flourishing or even their basic well-being. This is no…
42969                                                          Check out Negative Space #1 July 2015 Dark Horse Owen Gieni &amp; Ryan K Lindsay Bagged  https://t.co/mXJNIPWiLO via @eBay
42970                                                 Check out SUNNY LEIGH Shirt Top Blouse L Ruffled V-Neck Short Sleeves Watercolor Abstract #Blouse https://t.co/gOHbD2Ozw5 via @eBay
42971                                        @FemmeMercenaire @LiraKarri @RealRonHoward @CocaCola @Duracell @KraftBrand @HeinzKetchup_US @oscarmayer @subaru_usa… https://t.co/j6o8VLmINH
42972                                                    Check out ABOUT A GIRL Shirt Blouse S Sheer Floral Ombre Button Front Long Sleeves #AboutAGirl https://t.co/N2TPsXsgiw via @eBay
42973                                                                                                        @lol_reanne @xxKaYotiC @netflix as I said I already know someone better shhh
42974                                                  Check out #Kingfisher #Bird on 4x4 #Ceramic #Tile #Art Alcohol #Ink #Painting Penny Lee StewArt  https://t.co/Qzf60TjTUA via @eBay
42975                                        @Calroy333 @Apple Apple ditched the audio jack because the tech is ancient. It’s like asking why Apple does have pa… https://t.co/YUiqsxKOK1
42976                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
42977                                                                                                                                             @calum_davies_ @Zhiyuntech @Sony Nice!!
42978                                        @futurepaul the @Honda Accord is really compelling these days. It's a great economical car. I believe there is a hy… https://t.co/xOhR1bMYjx
42979                                                                                                        @randy_creasman @Walmart Where is your anti Starbucks post? Anti WholeFoods?
42980                                                       Check out Garden Rooster PLANTER/Fruit Basket*Farmhouse Primitive/French Country Decor*NEW  https://t.co/CZ0uqFHSOH via @eBay
42981                                        Day 18 of me @adidas can you let me model for you..I’m all about the brand Mr. stripes is what they call me. You’ll… https://t.co/2xG2Ocnwpi
42982                                                I don’t know which Cleveland rapper needs to hear this right now but I know  @McDonalds is hiring #KILLSHOT… https://t.co/4k7ecnwXXL
42983                                        RT @Reuters: Tesla stock gets a rare analyst boost as two brokerages say they believe the electric car maker will meet its targets and turn…
42984                                        RT @JayValenz67: Nike stock closes at all-time high in aftermath of Colin Kaepernick ad campaign https://t.co/3d1U8JXjNh via @Yahoo Appears…
42985                                        RT @Xhosa_uSiNTU: Please RETWEET and make a purchase. It's available in 14+ countries worldwide @AmazonKindle . @amazon #ebook #Life #relat…
42986                                        @MatthewEspinosa @netflix I’m mad it was just for a split second and you only had like two words.. but you got me a… https://t.co/8EVcVtn0hy
42987                                                                       Check out Matchbox 2017 70/125 Heroic Rescue Blue Police Meter Made #Mattel https://t.co/eCystAo5ew via @eBay
42988                                                                                  The FDA Blames This Popular Trend For Current Health 'Epidemic' https://t.co/s3AxBauOsw via @Yahoo
42989                                       RT @CSULB: Look 👀 Mom! We made it! #LongBeachState gear available at @Costco in #LaHabra. The Beach is everywhere. #GoBeach #NoBarriers #LB…
42990                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
42991                                        Pathetic service by @amazonIN @amazon.... Even for a prime customer u give a delivery date of 4days later and still… https://t.co/6td9zzIWjV
42992                                    RT @DeliciouslySavv: Take Advantage Of Huge Savings On @Ritzcrackers &amp; RITZ Fresh Stacks available @Walmart! PLUS Enter A Giveaway For Your…
42993                                    RT @DeliciouslySavv: Take Advantage Of Huge Savings On @Ritzcrackers &amp; RITZ Fresh Stacks available @Walmart! PLUS Enter A Giveaway For Your…
42994                                        @MilquetoastTom1 @MelanieWoodrow @SFCarBreakins @abc7newsbayarea @SFPD @craigslist @eBay Then makes you wonder if t… https://t.co/3gu7QMg34G
42995                                        RT @Alex79692759: We need #XenaRevival or #XenaMovie @NBCUniversal @robtapert @nbc @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @HBO @Unive…
42996                                         RT @JamieOGrady: Something called @CofOHardWorkU (College of the Ozarks) has a women's volleyball team that is ditching its @Nike uniforms…
42997                                                                                                                 So... umm *cough cough* @netflix @NetflixUK https://t.co/fFr5PLs8Xl
42998                                   @Apple Thanks @Samsung for your amazing phone's and letting Apple borrow some of what makes android so awesome \U{01f92a} https://t.co/JjrVjKvoTQ
42999                                                         RT @Reuters: WATCH: Starbucks opens its first branch operated entirely by staff members over age 55 https://t.co/Y6OqWeoRya
43000                                                                                                                         @BankofAmerica Chick-fil-A mobile pick up goes about 78 mph
43001                                                                      Collectible Evil Dead Metal Lunchbox 2001 w. Thermos https://t.co/MxkH972MAl via @eBay https://t.co/s2W3uChYCW
43002                                                                                    @NetflixLifee Gypsy #RenewGypsy @netflix #Naomiwatts #SophieCookson ❤️ 💋 https://t.co/lw8cQbpasp
43003                                                       Check out Reed and Barton Harlequin Series Bachelor Button Condiment Olive Fork #ReedBarton https://t.co/M2L7zxhSaH via @eBay
43004                                        RT @AmPride2: @Google is unAmerican. It has no stake in the American people or their flourishing or even their basic well-being. This is no…
43005                                                                                               RT @officiallyAnkit: Thank you @AppleMusic @Apple #BeyPinjara https://t.co/kX4WnQzO6Y
43006                                                                    RT @Reuters: Oil mixed as China tariff talk scotches early rally https://t.co/gDLCEBv1bf https://t.co/vfOYPfFSGw
43007                                                                                                                                                                         @Apple Nice
43008                                                                                     RT @antiqueman99: Check out Kangaroos see scan 12  Fine used  https://t.co/a720qTSSPE via @eBay
43009                                                                                                RT @Daniel87Fraser: @RealKiefer @netflix Where do I petition to get Jack Bauer back?
43010                                        @ZakkWyldeBLS @Spotify @iTunes @AppleMusic @amazon @WyldeAudio @DeathWishCoffee @zakk_sabbath @OzzyOsbourne Great s… https://t.co/xzzgSleUWt
43011                                                  Check out Fear: Trump in the White House PDF | EPUB | AUDIOBOOK Free shipping #TextbookAudiobook https://t.co/Wl0I084snR via @eBay
43012                                                                                          girl the @McDonalds shade... I lowkey love this about restaurants and twitter this decade.
43013                                                              @ZackRyder @Walmart @Target @MajorWFPod @Mattel God your figure collection drives chainsaws of jealousy into my heart.
43014                                        @veelighted7 @cdw021066 @MGRADS @adidas @Reebok @UnderArmour @newbalance @Nike @Kaepernick7 More white actually kil… https://t.co/k6SEqJLf7o
43015                                       Ayo @netflix ain’t slick showing all these damn white people saying THE N WORD on this damn “First &amp; Last” series https://t.co/IaQV6EDvH4
43016                                        @parscale @Google Thank you for continuing to draw attention to the important issue of @Google's malfeasance and th… https://t.co/8DrUVEBjIo
43017                                        RT @CameronGaub: So Ummmm get to spend an entire day with my bestest friend @MacieCroy @Disney AND MAKE THE BESTEST MEMORIES. Pictures to c…
43018                                                                                                                                  #PutFoodInAFilm Breakfast McMuffin Club @McDonalds
43019                                                  Check out Direct TV Satellite Receiver D12-100 with Power &amp; AV Cord and Access Card #DIRECTV https://t.co/MnmpXKPei2 via @eBay
43020                                    @SurreyRoadCops Makes you wonder as @Apple @SamsungMobile @HuaweiMobile &amp; the likes can put an app on your phone th… https://t.co/OMX0X7ydEW
43021                                                                                                                          iPhone XS max is really 1500 for max storage 🤔🤔🤔 @Apple
43022                                                        Check out 18k Pure Gold Natural Top Multicolor Sapphire Diamond Ladies Pendant With Chain  https://t.co/YL4DpnoXk7 via @eBay
43023                                                       Check out  Rap Hip Hop EMINEM The Marshall Mathers LP+ Bay Area Rap Compilation The Levey   https://t.co/DQmmKn8k8Y via @eBay
43024                                                         Check out 15.95 Cts Natural Top Blue Tanzanite Loose Gemstone Heart Cab Valentine Sale $  https://t.co/LvnUegRfsq via @eBay
43025                                                                                     RT @Solsticepublish: A Chaser on the Rocks by Simon Maltman https://t.co/zJxYKHbigN via @amazon
43026                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
43027                                                                                                                                                                      @Apple Awesome
43028                                                                                                                                                    @Apple Big price aswell🙈 im out
43029                                        @Apple I was soooo excited about the new phone release but looks like I’ll jus be upgrading from a 7 to a x coz the… https://t.co/9lDjRDooJi
43030                                        RT @DuterteWatchdog: Get your community standards straight @facebook. You have done enough havoc. Everyday people are dying because of your…
43031                                                             RT @Reuters: Growth in Chinese home prices accelerates to two-year high https://t.co/G7LbCWdL2f https://t.co/dJfsm33oWE
43032                                                                                                                     @amazon What in the actual f-ing hell?! https://t.co/7Ft6T5co5n
43033                                        RT @NBA2K: First look at the @Nike LeBron 16 “1 Thru 5” in #NBA2K19 🔥 See them in MyTEAM mode when you take on a team of 5 LeBrons wearing…
43034                                                                                                            RT @Ronin1021: @CloydRivers Dear @Nike THIS IS WHAT SACRIFICE LOOKS LIKE
43035                                        While you're doing your shopping in @Tesco please use your blue token to vote for us. We'd like to improve our outd… https://t.co/SLnkEkRfSr
43036                                        RT @amazon: Are you a Finisher or an Opener? @gretchenrubin explains the difference--and why it matters for entrepreneurs. More Day One Ins…
43037                                                                                                                                                 @HeatherJane_89 @amazon In the bin?
43038                                        RT @eBayROCteam: Twenty One Black Floral V Neck Sleeveless Dress Fully Lined Size M  #TwentyOne https://t.co/UJgUmjy1oF via @eBay @barnyard…
43039                                        @Coreym81 @newpasttime @Google They NEVER give any attention to anything promoting nationalism or Christianity. It’… https://t.co/mffflkUvpr
43040                                                RT @Reuters: Tourists injured after rockfall at pristine beach in Greece's Zakynthos https://t.co/gAuYiyyrp4 https://t.co/xCkjIqJb7F
43041                                                                                                                                             @Unilever @WWF @Walmart Thats so great!
43042                                                         RT @Reuters: WATCH: Starbucks opens its first branch operated entirely by staff members over age 55 https://t.co/Y6OqWeoRya
43043                                        @Nike has a poor website. Why can’t you continue as a guest and forced to log in? On to top that your Number verifi… https://t.co/53pnIGE9F3
43044                                                                                                           @Sho0oShi @Apple At this point I’d rather buy a laptop with that money 😂
43045                                        RT @Jillibean557: Watch as @Google CEO breaks down in tears after @HillaryClinton loses to @realDonaldTrump Google is o biased it’s sickeni…
43046                                        @Bundo93 @Apple Transfer from one market to another... they always charge us more... it's a total rip off.... We sh… https://t.co/Szhhee0kQ5
43047                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/gSUiLkypdy
43048                                                                        Check out Girls Cute Pink and Blue Ava Name Bracelet for Babies #Unbranded https://t.co/Eo7DKdqgAO via @eBay
43049                                                  Check out 20 PCs Lot Natural AAA Rainbow Moonstone Gemstone .925 Silver Plated Pendants #Pendant https://t.co/hVPLhIfOC3 via @eBay
43050                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/bRYhSpWkiU
43051                                                       Check out Mix Herb Reduce Acne and Dark Spot Soap Brighten Whiten Skin Anti-Wrinkle 1 x 70  https://t.co/qqqngHA48J via @eBay
43052                                                               Uh oh my phone is rapidly losing battery *while* charging. Is this how @Apple is trying to get me to buy a new iPhone
43053                                                 1986 Topps Traded Tiffany Bo Jackson ROOKIE RC #50T PSA 10 GEM MINT (PWCC) https://t.co/qUf61jqOhl via @eBay HOTTEST CARD FOR SALE!
43054                                         RT @MahadevS18: @TajyMany @CallForCode @IBM @IBMWatson @IBMcloud I and maybe like me many are not clear about #CallforCode plz try explain…
43055                                                                                                                                 @CoeMollie @nasseratta5 @Reuters I think that's it.
43056                                    RT @NHLBruins: It's time for the first @ATT Flash Ticket Giveaway of the 2018-19 season! Hurry to the Grand Opening of the AT&amp;T store in Do…
43057                                                                                                                                                    @TMobile Can I trade my iPhone X
43058                                                   Check out Black Onyx Hematite Silver Biker Skull Harley Davidson Inspired Unisex Bracelet #Cuff https://t.co/fHdtnXso1W via @eBay
43059                                                  Check out TRAVIS SCOTT LIMITED EDITION ASTROWORLD LOGO HOODIE BLACK/XL - CONFIRMED ORDER #Hoodie https://t.co/MpTt5hzNPw via @eBay
43060                                                                            RT @Reuters: Breaking news and analysis from Reuters. Get the free app today.    https://t.co/F8jFJPrZkI
43061                                                                                                                     thanks @netflix atypical is truly the best show you ever made!!
43062                                                                                                    RT @BMW: Born ready. #MyFavoriteSpace #BMWi #VisioniNEXT https://t.co/JKjGa4uU7f
43063                                                                                                    RT @BMW: Born ready. #MyFavoriteSpace #BMWi #VisioniNEXT https://t.co/JKjGa4uU7f
43064                                        Fuck off no one cares. all you've done is made a bigger iPhone X @Apple just go home and come back when you actuall… https://t.co/iehaX15QI8
43065                                               RT @Reuters: Iran says Saudi Arabia and Russia have taken oil market 'hostage': SHANA https://t.co/kWDbKB7Dwd https://t.co/1EKJjQOEGB
43066                                                      Check out YURI SUPER WHITE SERUM FACIAL WHITENING BRIGHTENING ANTI WRINKLES ACNES 15ML #Yuri https://t.co/sqjETnmmko via @eBay
43067                                        @Over400ppm @Reuters @CarmenYulinCruz It's amazing the media can find time to fact check numbers of when it comes t… https://t.co/ID9XskE2cR
43068                                                       @Bichitt101 @FAIRImmigration @Reuters @tomhals Because it falls under immigration laws and because they are NOT US citizens ?
43069                                                                           RT @MariahCarey: @Walmart @HectorHoe I could've sworn you'd love me harder! #GTFO https://t.co/CUoWyxjUyD
43070                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
43071                                        RT @YayadubCloset: @mainedcm Closet Update| @hm Sleeveless Jersey Dress | ctto | #ALDUBPaRinKami  #MaineMendoza @MAINEnatics_OFC @ALDUBNati…
43072                                                                                 @TMobile @Predator @atomtickets Anybody not using their code for The Predator of $4? May I have it?
43073                                         @yogtoday @suchetadalal @amazon @sony_india @irvpaswan @jagograhakjago @PMOIndia Only way to teach these companies… https://t.co/butnaST0Qh
43074                                                                                                    RT @BMW: Born ready. #MyFavoriteSpace #BMWi #VisioniNEXT https://t.co/JKjGa4uU7f
43075                                                          @mactronix @headynew @Reuters What’s also fact is that thousands of bank positions already gone from major banking already
43076                                                                                                                                         @ASOS what the actual fuck!!?????? 😡😡😡😡
43077                                        RT @YayadubCloset: @mainedcm Closet Update| @hm Sleeveless Jersey Dress | ctto | #ALDUBPaRinKami  #MaineMendoza @MAINEnatics_OFC @ALDUBNati…
43078                                        @Loopy83 @easyJet Dear Louise thank you for contacting Europcar! I’m sorry to hear you had a bad experience with us… https://t.co/eFsXr434gB
43079                                                           Check out this Amazon deal: K'NEX Thrill Rides – Web Weaver Roller Coaste... by K'NEX https://t.co/DMQxEc2ubW via @amazon
43080                                                                                                                                                 @Mradul1995 @amazon Hy DM me mradul
43081                                        RT @OracleERPCloud: Curious about the advantages @Oracle #ERPCloud can bring to your #financial processes? Visit our page: https://t.co/ckQ…
43082                                                                           RT @MariahCarey: @Walmart @HectorHoe I could've sworn you'd love me harder! #GTFO https://t.co/CUoWyxjUyD
43083                                        RT @Microsoft: Our CEO @satyanadella shared his #HitRefresh moment that helped inspire his commitment to inclusion. This was one of our top…
43084                                        RT @MahfudBechri: @Siemens_Energy Your clients have to know that @Siemens is also involved in supporting illegal occupation in #WesternSaha…
43085                                              RT @eBayVick441: #LaneBryant #Blazer 14 #Tweed Lined Faux Pockets Lace Lining Career Work 3 Buttons  https://t.co/X6CbXW7EHa via @eBay
43086                                                 Check out Rollei Germany Sonnar 40mm f2.8 HFT for Leica L Mount + M Mount Lens from JAPAN #Rollei https://t.co/WH5WwCo81z via @eBay
43087                                        RT @sungkang: Hey Guys! Be sure to tune into https://t.co/Twn388DJPr on Monday 9/17 at 8:30pm PST for the livestream of the new @Audi e-tro…
43088                                                                                                             The Wizards Return by Michael Walsh https://t.co/Uoyna9lTa6 via @amazon
43089                                        RT @YayadubCloset: @mainedcm Closet Update| @hm Sleeveless Jersey Dress | ctto | #ALDUBPaRinKami  #MaineMendoza @MAINEnatics_OFC @ALDUBNati…
43090                                                                                                                                        @Audi I’m a little too late excited @tPelmir
43091                                        RT @cloudcraze: 73% of B2B's sell through an eCommerce or online sales portal today. Join @salesforce and @forrester in this webinar to und…
43092                                                                                     Kobach aims to drive out migrants living in Kansas illegally https://t.co/AHbimdJH90 via @Yahoo
43093                                                                                      @Damian_Rushton @easyJet easyJet are not licensed to sell products on the ground unfortunately
43094                                        @MotherOfMoney @Starbucks Just because you received an email saying Starbucks at the top. It was still probably sen… https://t.co/UgshvUTlr5
43095                                                                                                    RT @BMW: Born ready. #MyFavoriteSpace #BMWi #VisioniNEXT https://t.co/JKjGa4uU7f
43096                                        @FireInsp @DawgPoundRob @crod1906 @FoxNews @Nike @Kaepernick7 @FoxBusiness FACT CHECK: Did Tim Tebow Kneel During t… https://t.co/9pUHp0gh9Q
43097                                                                          RT @VirginiaKettle1: Check out Joe Carloni REMEMBER WHEN VHS TAPE THE FONZE  https://t.co/VPWpfprNsh @eBay
43098                                        RT @BDSmovement: Today in the UK: Protest at your local @HSBC branch this Saturday September 15 as part of the National #StopArmingIsrael D…
43099                                                                                                                                        RT @Walmart: @NickixMinajxz GOAT. \U{01f929}
43100                                        RT @Boeing: .@BoeingCEO on the Embraer partnership: “The combination of products and services will be the best on the market and will benef…
43101                                                                                 #fake #Admiral  #LCFC Leicester City football Track jacket for sale   https://t.co/13zja8CBme @eBay
43102                                        RT @YayadubCloset: @mainedcm Closet Update| @hm Sleeveless Jersey Dress | ctto | #ALDUBPaRinKami  #MaineMendoza @MAINEnatics_OFC @ALDUBNati…
43103                                                                 Check out General Motors Men’s Mark Of Excellence Ring Blue Sapphire White Gold Sz 13 https://t.co/x80nedUY1V @eBay
43104                                                                                          @Ryanair trying to contact your special assistance number to no avail. Is it open today???
43105                                                                                                         @FallonTonight @TMobile @justinbieber So cute! Jimmy has way better moves ❤️
43106                                                                                                                                          @Apple The pics dont match very satisfying
43107                                                RT @Reuters: Three killed as Philippines warns of hazards in powerful typhoon's wake https://t.co/t6a2NnkxJd https://t.co/edafw0VzMV
43108                                                                                  @Liz9945 @adidas #EdgeLux for gym. #Alphabounce for that out &amp; about routine. U won’t go back.
43109                                                               #antique Check out Zippo Harley-Davidson Wolf Black Matte Pocket Lighter-NEW #Zippo https://t.co/VIIqqCc5op via @eBay
43110                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
43111                                        RT @InfoQ: Wondering how SREs discover and debug problems at @Google during outages? Find out from  @adam7mck  and @lizthegrey  . #qconny #…
43112                                                                                                                                                  @Apple Got mine comeing Friday yay
43113                                                   RT @Reuters: WATCH: Winklevoss twins get digital currency approval https://t.co/yf4Z4UvG5X via @ReutersTV https://t.co/bXSFnF8X2v
43114                                         RT @JayValenz67: It's Not Just the President* Who Ought to Be Sweating Today https://t.co/plSWnO8jik via @Yahoo Before the Paul Manafort's…
43115                                                                       @Reuters The Gipper once showed ‘em like this. He knew workers can never be allowed power over the workplace.
43116                                                       Check out 2.30 Ct Round Cut Diamond Art Deco Engagement Ring In 14K Solid White Gold Over   https://t.co/o6Dh82yECZ via @eBay
43117                                                                             Check out Chelsea &amp; Theodore Tunic Blouse Top size M Lace Peach Cream https://t.co/6B4XCQW0uV @eBay
43118                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
43119                                               RT @Reuters: Iran says Saudi Arabia and Russia have taken oil market 'hostage': SHANA https://t.co/rnrAGfS04F https://t.co/IyGCMzSO6X
43120                                         RT @UCPofCFL: Tomorrow @WellsFargo volunteers are joining nonprofits across Florida to show support for our local communities during their…
43121                                        RT @StuartMcCarthy_: These are some of the @GSK donations to @LiberalAus during the period when the Howard government gave its approval for…
43122                                        RT @BDSmovement: Today in the UK: Protest at your local @HSBC branch this Saturday September 15 as part of the National #StopArmingIsrael D…
43123                                        RT @thekeyholder91: Because #GothamSeason6 needs to give back Oswald his club! #SaveGotham @warnerbrostv @TheCW @TheDCUniverse @netflix @Am…
43124                                        @m_v_bridgman @FarleyDavenport @KathleenWeidma2 @joebloughed @FrancesRauer @AstralLobo @RVAwonk @Reuters the very i… https://t.co/ZdnGn9Sxbb
43125                                                                       RT @McDonalds: Our $1 Sandwich deal means serious savings. Only available on our App. https://t.co/cVVhNPkjj0
43126                                                                               RT @Reuters: Europe must offset U.S. pullout from nuclear deal: Iran minister https://t.co/aReS8p1YQK
43127                                        @Reuters Looking for #BusinessCard #Flyer #RackCard #Poster #Brochure #tshirt #Banner #Logo Designer? Pls contact m… https://t.co/TPF0RAWhSK
43128                                                           RT @Reuters: Turkish police detain hundreds of protesting airport workers https://t.co/AKfqAIH9cA https://t.co/Kq0bs2jwrR
43129                                                                    Cuddle Me Bunny Pink Handmade Crochet Stuffed Animal Toy Height  11“ #Handmade https://t.co/mXBrL1hYnC via @eBay
43130                                                                           RT @dexarnold: @PBLsRealCars @TwistedOne96 @Nike @newbalance Try ASICS. They are better than Nike anyway.
43131                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
43132                                                         New : #Butterfly on Neckchain with Rhinestone with extender - #Gift  #Charm ENDS SOON     https://t.co/Yt2wPNFEUz via @eBay
43133                                         #Marvel : @Disney has confirmed that actress @brielarson will be appearing on @GMA this Tuesday for #CaptainMarvel… https://t.co/BgLgxat9ai
43134                                               Just saw this on Amazon: KING OF CHRISTMAS Prince Flock Artificial Christ... by KING OF CHRISTMAS https://t.co/84f33E72xP via @amazon
43135                                    RT @Viacom: “We have evolved to place where we are not at the mercy of a linear clock. There is freedom &amp; flexibility in that. I believe th…
43136                                                                                                            @KoblerinPAK @BMW @BMWpakistan How much time it does take to be charged?
43137                                               RT @Reuters: Iran says Saudi Arabia and Russia have taken oil market 'hostage': SHANA https://t.co/9Ii1TCzhTj https://t.co/zcl0T31n0X
43138                                                                                             @tinylilbangs @netflix Did you ever watch Bates Motel? Or Altered Carbon? Soooooo good.
43139                                       Win a @Google Home Mini ($80 valued) via @BestBuyCanada &amp; @HelloVancity RT &amp; Follow to enter #PowerYourSpace  https://t.co/DSyqglEeYd
43140                                                    Check out HP Desktop PC ProDesk 400 G3 (1GF98UT#ABA) Intel Core i5 7th Gen 7500T (2.70 GHz #HP https://t.co/eCnzQ7Obkg via @eBay
43141                                                    Check out Forever 21 Tribal Print Strappy Romper - Black/Cream (Size Small) #shopmycloset #forsale https://t.co/vr3rmKL0RC @eBay
43142                                                                                                          Updated my phone and now my battery life is gone to S H I T. Thanks @Apple
43143                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
43144                                                                 Check out Denim &amp; Supply Ralph Lauren Fringed Cardigan Grey Multi NWT XS/S  https://t.co/dab7y8lxra przez @eBay
43145                                                       Check out Today's COUNTRY MUSIC HIT PARADE CELEBRATION Various Artists 3CD Lot 60 Classics  https://t.co/nOAyA761PA via @eBay
43146                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
43147                                                                   RT @3BelowZero: Video Shows Fight Involving Principal at Tennessee High School https://t.co/ukHAffDim6 via @Yahoo
43148                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
43149                                                                      RT @MaryKayHenry: Very impressed by the courage of people taking a stand at @McDonalds https://t.co/F7TySCn2VR
43150                                         RT @deckrstartastic: today is the 15th of september. 3 months since @netflix saved Lucifer and gave us our show back. THANK YOU NETFLIX! i…
43151                                                                                                    RT @BMW: Born ready. #MyFavoriteSpace #BMWi #VisioniNEXT https://t.co/JKjGa4uU7f
43152                                                   Check out Air Filter Fuel Line &amp; Filter Spark Plug Primer Bulb for STIHL MM55 MM55C Engine  https://t.co/VJH6INRYj7 via @eBay
43153                                                                                                                  RT @Audi: See the future unveiled on 9/17. https://t.co/olhA8Rayp7
43154                                                   RT @Reuters: WATCH: Winklevoss twins get digital currency approval https://t.co/yf4Z4UvG5X via @ReutersTV https://t.co/bXSFnF8X2v
43155                                                        Check out Vidalia's Fashions Oriental GOLD 3 Piece Pants Suit Jacket-Blouse-Pants Size XL  https://t.co/qVo5inIntw via @eBay
43156                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
43157                                                                                                                                                   @Apple can you get out of my feed
43158                                        RT @JHarden13: Looking forward to schooling kids at my annual Youth 🏀 @ProCamps in partnership with @kroger again this summer! Details ➡️ht…
43159                                        RT @HudaAmmori: 3 minutes until #StopArmingIsrael twitter storm - whilst over 35 UK actions are taking place at @HSBC.  Our voices must and…
43160                                        RT @jmgrazela: Hey @netflix did you know that he clockblockers are flying a “watch now on Hulu” banner today that will trail along behind o…
43161                                        RT @JayValenz67: Dallas Police Accused of Trying to Smear Botham Jean After Cop Killed Him in His Home https://t.co/BGuD7kbs9b via @Yahoo I…
43162                                                                                                  @Google Assistant can now understand two languages at once https://t.co/iIFwjq828I
43163                                    RT @Siemens: Tomorrow’s the next @Bundesliga_EN home game for @FCBayernEN #FCBB04. For us it’s all about the fans 📢 &amp; their energy⚡️in the…
43164                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
43165                                        RT @Reuters: ICYMI: American model Sophia Hadjipanteli is breaking beauty stereotypes and promoting body-positivity with her #unibrowmoveme…
43166                                                                         Check out Dyson V7 Trigger Cordless Handheld Vacuum Cleaner. 2 Year Guarantee https://t.co/lKbxI78aRj @eBay
43167                                        RT @NBA2K: First look at the @Nike LeBron 16 “1 Thru 5” in #NBA2K19 🔥 See them in MyTEAM mode when you take on a team of 5 LeBrons wearing…
43168                                        RT @HSBC: Want to learn how to secure funding for your business idea? Our HSBC panel of experts discuss on @Monocle24's #Entrepreneurs podc…
43169                                                                                             @Reuters keep tweeting this story and I keep posting this photo https://t.co/NlBk6C1YUa
43170                                                                            @ATT @ATTCares have the worst customer service 🤦🏽‍♂️... I’ve been out on hold and hung up on 7 times smh
43171                                                   Check out NEW  Rainbow Umbrella Rain Women Brand 24K Windproof Long Handle Umbrellas #Unbranded https://t.co/eF5glC3jPL via @eBay
43172                                                       Check out 7 Port High Speed USB 2.0 Hub + AC Power Adapter ON/OFF Switch For PC Laptop MAC  https://t.co/AsjTBBqZE0 via @eBay
43173                                                                             @Kaepernick7 allowing @Nike to use our struggle to sell sneakers boycott @Kaepernick7 not fucking @Nike
43174                                                                                                                              @MorganStanley. There is a down side to using hydrogen
43175                                                           RT @Reuters: Turkish police detain hundreds of protesting airport workers https://t.co/AKfqAIH9cA https://t.co/Kq0bs2jwrR
43176                                                            @VickiBarbolak you are so freaking funny talk about cinderella story I’m a huge fan. Hey @netflix look out #TrailerNasty
43177                                                          Check out ORIGINAL Oil painting - Sower after Van Gogh - Landscape Nature Canvas18x15in  https://t.co/oCmPajezu7 via @eBay
43178                                                                   Police complete investigation into white man who flashed gun at black students https://t.co/jHJ2OLSIfu via @Yahoo
43179                                                                                                       @Apple @iPhone Check out my listing @eBay - https://t.co/9eTNhCUEjV via @eBay
43180                                                                                                        @CocaCola can we change the name back to “Coke Zero” yet? This is so stupid.
43181                                                                                                    So @Walmart don’t know how to spell Jungkook’s name..... https://t.co/45w4YCX0nY
43182                                             RT @freedom_moates: Called out @Google for their anti-Trump BS and now they have blocked my site on @AdSense from showing ads. #Shocker
43183                                                                The Christmas Heirloom: Four Holiday Novellas of Love through the Generations... https://t.co/JUmoSAnUkV via @amazon
43184                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
43185                                                                                 Check out lularoe randy 2xl new https://t.co/GdQAyG5PYc @eBay local buyer can meet me in sneedville
43186                                                                                                          @Tesco My local store is the Stretford extra on Chester road in Manchester
43187                                                                         I just did the #HourOfCode - check it out! (Thanks @Google for supporting @codeorg) https://t.co/FsxZkF2XuS
43188                                        RT @mimib40241659: Of course we need to #SaveTimeIess and let @NBC and @Sony keep hearing how much it means to its many fans. The 2-hour mo…
43189                                        RT @Reuters: Ten years on: Five @Reuters examine what has changed since the collapse of Lehman Brothers https://t.co/P5H75i1il8 via @Reuter…
43190                                                                                          RT @NightpainPM: @Apple #AppleEvent It's the future (**Laughing**) https://t.co/vnJJD1Whw8
43191                                                                  Check out Wow 18 inch 45 cm Vintage Smokey Grey Art Glass Twisted Swirl Vase Unknown https://t.co/RvYEuCJuX2 @eBay
43192                                        RT @JerseyBabes: Check out Antique EAPG Ruby Stained Glass Souvenir Tooth Pick Holder Gettysburg 1863  https://t.co/sEaS2gGJoY via @eBay #e…
43193                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
43194                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
43195                                                                                      Toddler Girls #UnderArmour Tennis #shoes  https://t.co/VRhAUX8Q7k via @eBay #fashion #footwear
43196                                                                                                                               @Jesus65800285 @Ryanair So where are you flying from?
43197                                                               Check out 2.00 CT Round Earrings 14K Solid White Gold Basket Studs Brilliant Screw Back https://t.co/QNgfuPrEFS @eBay
43198                                                                       RT @Reuters: Palestinian official says U.S. will never present Middle East peace plan https://t.co/6wAAGTXl9S
43199                                                                        #pink Check out Mud Jug Roadie Edition Spittoon - Orange - PORTABLE - NEW  https://t.co/t8ZZ4EQVfB via @eBay
43200                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
43201                                        RT @setimmins: Hey @Disney @RobertIger it seems the petition for you to #RehireJamesGunn has gained some steam since crossing 400k. It's al…
43202                                                                       RT @Reuters: Palestinian official says U.S. will never present Middle East peace plan https://t.co/6wAAGTXl9S
43203                                         @Reuters This @JZarif and his mullahs are running out of money to support their terror militias in the Middle East… https://t.co/azAxVbnfgj
43204                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
43205                                          @Cyprus4Holidays @TripAdvisor Oh I love Cyprus . Everything about the place is beautiful. One stupid British person would never put me off
43206                                        RT @py_rates: *RELEASE UPDATE*: Check out the pic below for more info on the @Nike x @tom_sachs Mars Yard drops we can expect to see next m…
43207                                                                                                                                                          @nicekicks L @Nike SNKRS L
43208                                                            @thoralmightydog @Nike Me fink Nike should make poopie shoes 🤷🏼‍♀️🤷🏼‍♀️ don’t worry me want share now if Dey do it! 😂😈
43209                                         RT @GPShoreditch: We’re outside @Tesco Morning Lane in Hackney Central for the #shoppersrevolt. Customers are handing in pointless plastic…
43210                                    RT @TerryJennings33: 1986 @WillieNelson @JohnnyCash  Kris Kristofferson &amp; @OfficialWaylon star in @CBS  remake of the movie Stagecoach http…
43211                                                                              Brutal map shows why U.S. farmers want Trump to 'end the trade war' https://t.co/2B1J2GkRfq via @Yahoo
43212                                         RT @LeBonheurChild: Did you know the money raised at local @Walmart and @SamsClub stores directly benefits Le Bonheur Children's Hospital?…
43213                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
43214                                                                                       @Walmart Saturday morning: two manned checkout lanes open-#retailfail https://t.co/mB8EA5Pc1L
43215                                                                      @RepMattGaetz Hey Matt....@heres some real good proof of @Google bias! Thanks Screen shot taken from my phone!
43216                                                    #eBay Chinese DRAGON with Ball haven symbol legendary animal Thai mini brass figure #Unbranded https://t.co/0d6dcBYdns via @eBay
43217                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
43218                                                                                                                       @NHLBruins @ATT Let's go B's!!!!!!!!! https://t.co/UCHA4YTvPn
43219                                        The all new @Hyundai  Sonata can now charge your smartphone without a plug using a #wirelesscharging Qi-certified p… https://t.co/60kkU4U5Ui
43220                                         RT @Reuters: Listen: The 2008 financial crash cost the U.S. economy $30 trillion and put 9 million people out of work. Ten years after the…
43221                                                                  This guy with his white supremacy! Sickening! And @Nike made him their spokesperson! I’m disgusted!😡*shakes fist*
43222                                                       RT @Reuters: At least 3 dead in Philippines as typhoon heads toward Hong Kong https://t.co/mQQyLvSDnx https://t.co/D9OtIfwkwO
43223                                                             Check out Vintage Art Glass Large Heavy Bird Figure 5.5 Inches Blue Yellow Red Hand Blown https://t.co/eKgKmiJiR1 @eBay
43224                                        @McDonalds Your kindness to service members extends beyond what I can comprehend I was on my last $10 and my meal w… https://t.co/CALqOxAIF9
43225                                                                                                         @phoneradarblog @Google @amazon @oneplus @xiaomi @oppo @WhatsApp Thanks sir
43226                                                                             RT @Nanaku_Prematho: Which one u like more?? #Iphone #Samsung latest editions 📱 @Apple  @SamsungMobile
43227                                                                              @hm What’s wrong with your online store? Lmao there’s more I didn’t screenshot https://t.co/Qo9aCdzFEP
43228                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
43229                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
43230                                                                                                                            @emma_oneill @netflix I loved it! The lead is so cute 😂
43231                                        @BrightonBDS @SussexFriends @ManchesterPSC @NorthWestFOI @HSBC And alienating/pissing the general public off is wha… https://t.co/T7QvydJFga
43232                                                                                   @FusaCmee @amazon @YouTube Hahaha!! So true!! Luckily ours only like YouTube. Amazon costs a LOT!
43233                                        RT @calicoe509er: A mural of @Kaepernick7 someone did out here in my city #Yakima #Washington #JustDoIt #Nike #NFL @Nike https://t.co/eEq3q…
43234                                               RT @readtiafanning: Taken With The Enemy (Print Edition) is $8.99 on #Amazon! https://t.co/3L5VboDo6K via @amazon and @readtiafanning
43235                                               High Quality Dynamic Led Bluetooth And Wireless Portable Loud Travel Speaker  https://t.co/amhbfZ8FiL via @eBay #portablespeaker #eby
43236                                                                                                                                 #FeedYourFandomEntry @KelloggsUS Go Fighting Irish!
43237                                                       Check out NIB/NWOT SOHL FURNITURE BATHROOM TOWEL TOWER - Oil Rubbed Bronze Metal/5 Shelves  https://t.co/ZqszgPuybT via @eBay
43238                                        RT @eBayROCteam: Pfaltzgraff Crystaflora 4 Cups 7 Saucers Diamond Star Motif Blue Pink Purple  https://t.co/pykZgeVktV via @eBay @auction_g…
43239                                                            Check out Sleeping Teddy Bear Baby Blanket White Blue Satin Trim Vintage USA  #Unknown https://t.co/sTFMfXYHvm via @eBay
43240                                                                            RT @DevanF91: A thread: reason why I chose to cut @Nike swoosh logo of my socks. https://t.co/3JFmRMgjVH
43241                                        RT @JayValenz67: Amazon billionaire Jeff Bezos to open schools where 'the child will be the customer' https://t.co/Iy585NgWXQ via @Yahoo Am…
43242                                         RT @Rideordiefamof4: @SergioManchest3 @bbl58 @joeyd1121 @ImmoralReport @RayMoveyou @TheReady1775 @RealJamesWoods @Nike So I can run around…
43243                                      RT @OliverMcGee: Delete everything. Even if it means losing everything. Just delete it. @HillaryClinton Retweet 😂🤣 @Nike https://t.co/hFfC3…
43244                                                                                 Do you need to Move #Fitbit to @Apple Health. #motivation #fit #fitbitblaze https://t.co/8qN3KTnILB
43245                                      RT @OliverMcGee: Delete everything. Even if it means losing everything. Just delete it. @HillaryClinton Retweet 😂🤣 @Nike https://t.co/hFfC3…
43246                                                                                                                      @Reuters Black unibrow...with dyed blond hair...underimpressed
43247                                                                                RT @QuincyDJones: Coming to @netflix exactly 1 week from today!! ((:0)) 9/21 https://t.co/vSRf9IQ5jN
43248                                                                                                                         @reeses @amazon #NotSorry #Sweepstakes At my friend's house
43249                                                                                                                      Check out my listing @eBay - https://t.co/JQ9jpCuH8h via @eBay
43250                                                                                                             @reeses @amazon I'll be enjoying Reese's at home #NotSorry #Sweepstakes
43251                                               🌍¡World Cleanup Day!🌍 @CocaCola #IsThisYours #JuntosSomosMás @AlejandroSanz @greenpeace_esp @GreenpeaceArg… https://t.co/0cO5jPe61D
43252                                        RT @CamPalSoc: #Cambridge says @HSBC Stop investing in and providing financial services to @ElbitSystems and other companies arming Israel.…
43253                                        @chris_ultrabeat @facebook @instagram @Twitter Well I used to get streaming updates on my phone. New laws put an en… https://t.co/sdtQtvVYD3
43254                                                       Check out G.I. Joe Flint V1 Series Four Vintage 1985 Warrant Officer No Accessories #Hasbro https://t.co/xhMTNdVHjk via @eBay
43255                                                                                          I feel this on a personal level. @Google @gmail https://t.co/jlO80XLd7d via @computerworld
43256                                                 Check out Gap Navy Blue Studded Pima Cotton Racerback Sleeveless Long Tunic Tank Top L #Gap https://t.co/pbOAB8GDYV via @eBay #ebay
43257                                                                                                                                    @paralyzedposty @adidas Ss enjoy the day brother
43258                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
43259                                                                                                                @FoxNews @Nike @Kaepernick7 @FoxBusiness They’ll pay in the long run
43260                                                                     Check out Maternity Women’s Jeans XL 16-18 Great Expectations Stretch Pull On New https://t.co/l0bpAwuiBj @eBay
43261                                                                                                       RT @netflix: Say hello to your next obsession: Elite. https://t.co/pCv2i8nFpH
43262                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
43263                                               RT @Reuters: Palestinian official says U.S. will never present Middle East peace plan https://t.co/iVhHYAH7L4 https://t.co/phMJwHjWtJ
43264                                      RT @yasminarmendari: Check out CROFT &amp; BARROW Mens Big &amp; Tall Easy Care HENLEY T.Shirt Size 4XB Navy NEW https://t.co/tFc2fqNSW5 @eBay
43265                                                                                                                                 @Starbucks @FeedingAmerica theyre not in dress code
43266                                                                    Check out Funko Pop Chewbacca Star Wars #63 The Force Awakens (New) NIB #Funko https://t.co/uRLEhvsTJQ via @eBay
43267                                                      RT @kaosonia: Check out 1 pc ~ Small Shiny Round Sterling Silver Bead with Bang Granulation  https://t.co/i5V53JJdGp via @eBay
43268                                                                 RT @PetraDvorakova1: Check out Sunshine Reeves Sterling Silver Large Bowl Navajo  https://t.co/AwFQ5WfDAb via @eBay
43269                                        RT @Giarc1982: Could this be @Disney @WaltDisneyCo @RobertIger realising they got played by #CyberNazis over @JamesGunn laying the ground w…
43270                                                                                    Arrest of Emelisa (Woman in Chains Book 2) by A. N. Okonoboh https://t.co/NPWsbatXJo via @amazon
43271                                                                            @PatriciaBronso7 @hamdia_ahmed @Starbucks I don’t eat pork so I ask ALL THE TIME. It is never a problem.
43272                                                                   @Ezralenne @gapolicarpio @MrFrankBaraan @facebook FB has to come up with a system to minimize Agent's discretion.
43273                                                             Check out Urban Decay Quick Fix Complexion Prep Priming Spray Travel Size 15ml/0.5 oz NEW https://t.co/LtRMQ7E4Em @eBay
43274                                      RT @OliverMcGee: Delete everything. Even if it means losing everything. Just delete it. @HillaryClinton Retweet 😂🤣 @Nike https://t.co/hFfC3…
43275                                                                                  Hebrews: The Absolute Supremacy of Christ by Matthew A. Knight https://t.co/FTfujbGTMy via @amazon
43276                                                                          RT @mutludc: Turkish police detain hundreds of protesting airport workers @Reuters https://t.co/EeK2doQSes
43277                                                                      RT @linoo_1: All these Rolf memes make me want to watch Ed Edd and Eddy. What you tryna do about that @netflix
43278                                                                              RT @parscale: Only @Google could make @facebook look like the good guys. Mark should send them a gift.
43279                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
43280                                                     Check out 100ml Medicinal (Traditional Chinese) 100% Pure Apricot Carrier Oil  #Incensesticks https://t.co/diU3yNqh52 via @eBay
43281                                                                                                                                                             @mider2009 @Apple Amen!
43282                                        Why isn't @Apple taking India seriously. The pricing of the new iPhone's are way of the charts in  india. The iPhon… https://t.co/u89bK7ZB9M
43283                                                           Check out Vanity Fair Magazine Leonardo Dicaprio Michele Serra Zoe Saldana Hugh Laurie  https://t.co/5O3tQtqmg0 via @eBay
43284                                                          Check out 1993 France French 100 Francs .999 Silver Mona Lisa NGC PF68 Unique Coin RARE  https://t.co/ATFiGpYWcY via @eBay
43285                                        @bilanmaryan @hamdia_ahmed @Starbucks And I’m sorry that employee treated you so disrespectfully. You do not deserv… https://t.co/8J3GF7CQ6a
43286                                        RT @Disney: A dynamic duo right from the start! Watch SOLO: A @StarWars Story September 14: https://t.co/kilw7hyAsp #HanSolo https://t.co/W…
43287                                        RT @Reuters: Running legend Usain Bolt challenges the law of gravity as he sips champagne. More from this week's ICYMI playlist: https://t.…
43288                                           RT @DonFi4o: Check out Tin Figurine Knight of Saint John Crusader of Hospitallers Order of Malta Armor  https://t.co/Anj6oYwpxq via @eBay
43289                                                                                                                                                                   @Reuters Ghastly!
43290                                                             Check out Trinity Blood Rosen Kreuz Orden Cosplay *Used* Jacket + Soundtrack VAMPIRE  https://t.co/vwUzpV9Gi8 via @eBay
43291                                                       Check out Arizona Highways Magazine February 1993 Chato Verde River Indestructible Scorpio  https://t.co/9FcyirWFWR via @eBay
43292                                                                                                                                           @Vanandre21 @Apple @xiaomi Of course 🔥🔥
43293                                                                                          RT @meangrape: Damn. @netflix getting dragged by a neuroscientist. https://t.co/TQqdWNgc8X
43294                                        RT @smcmaster4: A 3Xs match is rare! Please RT this project! Early education on animal poaching! @Samsung @ElvisDuranShow @RadioBethany @Th…
43295                                                                                                    RT @BMW: Born ready. #MyFavoriteSpace #BMWi #VisioniNEXT https://t.co/JKjGa4uU7f
43296                                          RT @Reuters: Egyptian court orders arrest of Mubarak's sons over stock market manipulation https://t.co/HLsA4UoX4p https://t.co/A0k03bqR4X
43297                                                                                                                      Check out my listing @eBay - https://t.co/G6rpLqbtY6 via @eBay
43298                                        RT @Nike: Don't just be the fastest marathon runner in the world. Be the fastest in history. #justdoit @EliudKipchoge https://t.co/jGcoNy3W…
43299                                                   Check out Guess Women's Shoes Size 9 M Heels Booties Zippered Color: Black #GUESS #Booties #Any https://t.co/lAUfQqpiQe via @eBay
43300                                           Our thoughts and prayers go out to those who may be affected by #TyphoonMangkhut - we are ready to help where needed. @Cisco @CiscoTacOps
43301                                        RT @lanacondor: Head to @noahcent @JanelParrish @israelbroussard @netflix @awesomenesstv  and my insta stories for a special #toalltheboysi…
43302                                        RT @elin77: Protest @HSBC today for national day of action in manchester #StopArmingIsrael #HSBComplicity #FreePalestine https://t.co/C6Gv0…
43303                                                                                                                      RT @CBS: Stream #12 LSU vs. #7 Auburn LIVE today at 3:30PM ET!
43304                                                                  Check out Breast Firming Botanical Gel.Prevention of mastopathy . #GreenPharmacy https://t.co/W23uytHopH via @eBay
43305                                        RT @thehappypear: BOOK GIVEAWAY! To celebrate that our book is on a promotional deal on @amazon prime for the next 36 hours we're giving aw…
43306                                                   🌍¡World Cleanup Day!🌍 @CocaCola #IsThisYours  @AlejandroSanz @greenpeace_esp @GreenpeaceArg @LFdCesmas… https://t.co/7hMW2yP2rv
43307                                        RT @Disney: A Wookiee always flys in style! Watch SOLO: A @StarWars Story September 14! https://t.co/BVXx2jNwx3 #HanSolo https://t.co/CLA5e…
43308                                        RT @Disney: A Wookiee always flys in style! Watch SOLO: A @StarWars Story September 14! https://t.co/BVXx2jNwx3 #HanSolo https://t.co/CLA5e…
43309                                                                                                  @reeses @amazon Hiding in the car so I don't have to share. #NotSorry #sweepstakes
43310                                                 Check out CAROLYN TAYLOR Shirt Top Plus 3X Short Sleeves Purple Women's Casual NEW #CarolynTaylor https://t.co/unFWFF9qi6 via @eBay
43311                                                                            RT @Reuters: Thousands flock to Africa's first Comic Con https://t.co/Ela2Y1Kd0P https://t.co/77BLs1u3FE
43312                                                                                                @parscale @amazon Everyone is leaving trump except the trash https://t.co/FASEqXXWvC
43313                                                             #love Check out Chicago Cubs Zippo Lighter MLB Official Z901 - J15 Chrome - NEW #love https://t.co/CpA7eIpA42 via @eBay
43314                                        RT @jmaurice25: @livin_2point0 @CakedaddyINTL @BakingScones @Senterstage @serenawilliams @Nike @Kaepernick7 Just remember that anyone who s…
43315                                                       Check out Tommy Bahama Mens Hawaiian Shirt Size XL 100% Silk Orange Surfing Hula Girl Camp  https://t.co/vRvTCikwuZ via @eBay
43316                                                                                                                    The Secret Sauce Service (from @McDonalds)  #LesserKnownBranches
43317                                                                                                           Purple Verdugo On Card Rookie Autograph https://t.co/cqlpJmrgD5 via @eBay
43318                                                                                                                                          @Bailz84 @Ryanair Get the badge out ??🤔🤔
43319                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
43320                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
43321                                                                  Portable Flashlight Magnetic XPE LED Work Light 7 Modes COB Foldable Camping AA  https://t.co/0ZQe7ipc5I via @eBay
43322                                      RT @OliverMcGee: Delete everything. Even if it means losing everything. Just delete it. @HillaryClinton Retweet 😂🤣 @Nike https://t.co/hFfC3…
43323                                        @realjackhq @ShannonAllen817 @Mikeyyevtuck @JeffBezos @amazon Concentra and Amcare cover for Amazon. Do not let you… https://t.co/om5Hokqt1V
43324                                        RT @NXOnNetflix: I wasn't going to get you anything for #BatmanDay but I couldn't help myself... #BatmanNinja comes to @netflix on 10/26. h…
43325                                                                               @verizon I do NOT want to receive ANY emergency or non-emergency text messages from @realDonaldTrump.
43326                                                                                                                                 @Reuters Me too. Kavanaugh looks like a peeping Tom
43327                                                       RT @Reuters: At least 3 dead in Philippines as typhoon heads toward Hong Kong https://t.co/XfxfADDG02 https://t.co/MHMotKs9zn
43328                                                         Check out Vintage/Antique Polished Horse Brasses with Lucky Horse Shoe design home decor  https://t.co/bfusiP9X08 via @eBay
43329                                                              Check out Endangered Earth - 1988 National Geographic Society Cartographic Division  https://t.co/q3pzJNjyao via @eBay
43330                                                       Check out Crosley Cruiser Portable 3 Speed Turntable Record Player Black Vinyl NEW #Crosley https://t.co/8gomZb8rHM via @eBay
43331                                                                                                                       I been saving my upgrade just 4 dis 😋😋 @TMobile Wya w/ it??
43332                                        RT @tysonjones: Can y’all let us know where you’re at in the process of securing @kelly_clarkson for the @pepsi Super Bowl LIII halftime sh…
43333                                        @hamdia_ahmed @NewDervish @jadestephaniex @MccabeTheBull @_SJPeace_ @Starbucks Sis don't listen to @NewDervish he d… https://t.co/Xap0WCDnlr
43334                                        RT @themummy: Own the @Walmart Exclusive Mummy Blu-ray with over 30 minutes of bonus content. Available Tuesday at Walmart and on https://t…
43335                                                                                                             @RobertA54611889 @parscale @amazon @realDonaldTrump I’d take that wager
43336                                               @BankofAmerica ?attempted hack? Received this email today at 2 AM. Is it legit from BoA? Please advise thanks https://t.co/aFN4tfJjSS
43337                                             Check out #ACEO #Pekinese Puppy #Dog Pet Portrait Painting Alcohol Ink #Art by Penny StewArt #Realism https://t.co/DmuU5FuWao via @eBay
43338                                          See what I m up to on @eBay! View my profile to see my favorite finds and more: https://t.co/Tlwmgr98UC via @eBay… https://t.co/wLlmar9YPZ
43339                                                                                        Belize Is It Your Final Destination? by Gary W. Peterson https://t.co/BGcQBKh9FF via @amazon
43340                                                                                                  @reeses @amazon I’m enjoying my reese’s pieces in the park #NotSorry  #Sweepstakes
43341                                                 Just saw this on Amazon: AKRacing Office Series Opal Ergonomic Fabri... by AKRacing for $349.00 https://t.co/hMjnAiJvM1 via @amazon
43342                                        @mmfa Thats a little much but they did meddle in the 2016 elections so at a bare min all the @Google executives nee… https://t.co/Mh1foajQlW
43343                                                                      Check out Andrew Dolls Of Days Gone By Series By Russ Porcelain #Doll  #Russ https://t.co/0FQXBxKOXt via @eBay
43344                                        RT @Nike: Don't just be the fastest marathon runner in the world. Be the fastest in history. #justdoit @EliudKipchoge https://t.co/jGcoNy3W…
43345                                                        Check out Hamilton Beach indoor Searing Grill Stainless Steel grill anytime BAR B Q party  https://t.co/lgiFpwZ8QG via @eBay
43346                                         @MiloHarperXXX If @Microsoft can force Windows 10 on the world and block being able to go to a previous version of… https://t.co/kVzt89xW23
43347                                        @Walmart  what a clutter. Looks like a high school student project. Unrelated items from Walmart bank to store pref… https://t.co/pqJyVgPbpS
43348                                                            RT @VirginiaKettle1: Check out how you can know and obey God's voice 1985 by Marvin Gorman https://t.co/8qsxh4bo0Q @eBay
43349                                                           RT @Reuters: Turkish police detain hundreds of protesting airport workers https://t.co/tdG7WcOcMd https://t.co/DKCX6nx7RT
43350                                                                                 @McDonalds sucks ass. They don’t give you any napkins or ketchup anymore when you order. Fuck y’all
43351                                                                          Check out Weslo CardioStride 4.0 Manual Walking Folding Treadmill #Weslo https://t.co/okHzymtjiL via @eBay
43352                                        @DirtyWhiteShirt @parscale @amazon Hey speaking of that. Did you know Jeff Bezos owns both amazon and the Washingto… https://t.co/rcHESusKYy
43353                                                        Check out Hasbro~123 Counting Sesame Street Ernie~Talking Singing Plush Doll~Works #Hasbro https://t.co/Pc2o1lqiDr via @eBay
43354                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
43355                                                                                              What say you @BankofAmerica &amp; @CarringtonMS are you done ripping off America yet??
43356                                                                                                              @Reuters the more unclear papacy the less remorse in mafia that simple
43357                                        100% Authorized #MAGA items are made here in America. It is @amazon that sells unauthorized fake hats made in China… https://t.co/bIkrZUmfSw
43358                                                                                                                             @iannenna @Tesco @jamieoliver OK....! so confused! lol!
43359                                                                 Check out 18 K Rose Gold and Steel Heart Dangle Earrings   #Unbranded #DropDangle https://t.co/2fCP0m0JSB via @eBay
43360                                        RT @mamachildie: @ProcterGamble / I am 82years old and sorry but your Fairy Washing up liquid is not as good as it was years ago! I can rem…
43361                                                                                        RT @netflix: To everyone watching and ~feeling~ BoJack Horseman this weekend: You Are Loved.
43362                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
43363                                        RT @parscale: Jeff Bezos @amazon should give all profits of selling unauthorized #MAGA hats made in China to all the poverty stricken in Ca…
43364                                                         #Blacksciencefiction #Afrofuturism Immortal II: The Time of Legend by Valjeanne Jeffers https://t.co/AVkiMZlZdP via @amazon
43365                                        RT @rnlynn1958: @YoSteveees @CatcheNameHere @1TechnoBuddy @ChrissyRoseUp @Division1Yankee @Viacom @NO1GifQueen @VinnyF90 It didn’t Politica…
43366                                                     Check out FUNKO POP! TELEVISION: GAME OF THRONES - WUN WUN W/ ARROWS 6  https://t.co/e7yAYjXcSZ @eBay ⁦… https://t.co/WbH46Cqgfg
43367                                                                                                                                                                @Apple I want one 😍
43368                                                                                                                                                 @netflix &amp; add Rick &amp; morty
43369                                        RT @NXOnNetflix: I wasn't going to get you anything for #BatmanDay but I couldn't help myself... #BatmanNinja comes to @netflix on 10/26. h…
43370                                             RT @Xmpv_Wiley: Poster day 23 #242424lite one for the michaels @rvcker_fela @Nike @nikebasketball #PosterDesign https://t.co/J7SxAWkkKi
43371                                                            RT @MrXPedraza: .@Madonna iChat with Steve Jobs from @Apple ♥️📱#AppleEvent⁠ ⁠ #App #iTunes #iPhone https://t.co/bA6TL9dem7
43372                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
43373                                                  RT @Reuters: Trump administration to send U.S. cellphones a test alert on Thursday https://t.co/vp9BMZsHAC https://t.co/mhnnEk47SS
43374                                                                                           RT @alltheboysfilm: Deal. 🤝 @netflix #ToAllTheBoysIveLovedBefore https://t.co/soOV6SUFuT
43375                                                Check out UV Protection Sun Hats Packable Summer Hat Women w/Ponytail Chin Strap 55-61CM #SiggiHat https://t.co/7A4VNu18BP via @eBay
43376                                        @nytimes @Google @CNN @realDonaldTrump I had posted some time back the two articles in order to show just how all t… https://t.co/bsNcwvnQsd
43377                                        RT @NXOnNetflix: I wasn't going to get you anything for #BatmanDay but I couldn't help myself... #BatmanNinja comes to @netflix on 10/26. h…
43378                                        RT @Boeing: .@BoeingCEO on the Embraer partnership: “The combination of products and services will be the best on the market and will benef…
43379                                        @AliveCor it seems @Apple forgot that y’all exist. My Kardiaband has been working great for the last 6 months. Come… https://t.co/GIy9B3RMBd
43380                                                           @GreenpeaceUK @Tesco @Morrisons @AldiUK @LidlUK @asda @coopuk @waitrose @sainsburys @marksandspencer Great work. Wel done
43381                                                         We should all just delete @netflix and start buying DVD’s from @blockbuster again.    #BoycottNetflix #bringbackblockbuster
43382                                                                                                   RT @TypingLiterally: @Reuters This is what I'm expecting. https://t.co/3AldmKRthl
43383                                                                                                      @Starbucks @RedCross One day worth of coffee income could help a lot. (Donate)
43384                                                                 Got give props to whoever is behind the current @easyJet ad running on TV. #dreamdreamdream https://t.co/hoTRVat1lW
43385                                                        Check out vintage 1980s Hugs not drugs sweatshirt/ 80s hooded pullover sweatshirt - small  https://t.co/xW1HlRO3aY via @eBay
43386                                         Does anyone know anything about the @Microsoft Word app for iPhone? Every time I leave the app and then go back it… https://t.co/X8fovGKYIP
43387                                        RT @LongLiveGotham: @DCComics Batman Day would be a great day to #SaveGotham #GothamIsLife @netflix @reedhastings @AmazonStudios @TheDCUniv…
43388                                                  RT @Reuters: Trump administration to send U.S. cellphones a test alert on Thursday https://t.co/RYiztGQYKB https://t.co/X9NrxzKpb7
43389                                                                                                                                              @Reuters I think it’s a lot of covfefe
43390                                                          Check out this Amazon deal: Brooks Brothers: 200 Years of American Style by Kate Betts https://t.co/5uuyhmpPYT via @amazon
43391                                                                                      @jamescodriver @MJRallying @Starbucks Just the one. We've said no more till at least October..
43392                                                                                                     @BBCWorld @UN @Reuters @ScotNational Can you hear the people sing? Can you see?
43393                                                                  Check out He-Man and the Masters of the Universe Vol. 1 DC Entertainment Comics  https://t.co/TtRAEL7Fxq via @eBay
43394                                        RT @PSCupdates: More than 30 actions are happening at branches of @HSBC_UK to tell @HSBC it’s time to #StopArmingIsrael and divest from Elb…
43395                                                       Check out Bib Necklace Multi Color Shell Silver tone with Fabric Collar 18-22 in #Unbranded https://t.co/hlSawhw27V via @eBay
43396                                                                                                               The new iPhone came out now all my phone is messing up @Apple explain
43397                                                                                                                                                                      @Reuters Yech.
43398                                                                                               3 Reasons AMC Is Beating MoviePass at Its Own Game https://t.co/UfvVaBCDLI via @Yahoo
43399                                        @verizon your “go unlimited” plan is the WORST service in the world!!! Guess when I get good data reception?? In th… https://t.co/1LKChBRJG1
43400                                                     Check out Healthtex Toddler Girls Button Front Shirt Size 3T Long Sleeve #Healthtex #Everyday https://t.co/Vs6crIyhqp via @eBay
43401                                         RT @renoomokri: The Buhari admin is so predictable. They just accused @HSBC of being a bank that keeps looted funds just because HSBC said…
43402                                         RT @deckerstar17: It's been exactly 3 months since @netflix saved Lucifer. Happy 3 month #Luciversary !!! We'll forever be grateful❤ Can't…
43403                                                                           Barack Obama Tells Democrats: 'I Need You To Come Through' In November https://t.co/QmGYpxrJUQ via @Yahoo
43404                                        RT @JerseyBabes: Check out Antique EAPG Ruby Stained Glass Souvenir Tooth Pick Holder Princeton LA  https://t.co/drO2uhxi03 via @eBay #ebay…
43405                                         RT @NouryAlg: @HSBC HSBC’s dealings with Elbit Systems - which produces cluster munitions banned in most countries except Israel - mean it…
43406                                        RT @AviFlyGirl: @JayValenz67 @Yahoo .@RalphNorman did the same in front of a group of activists in SC! These gun nut polititians are giving…
43407                                        RT @CostedoatD: #StopArmingIsrael Over 30 actions are taking place across the UK today outside @HSBC_UK branches to call on @HSBC to end it…
43408                                                                                                                                                          @reeses @amazon On a beach
43409                                        RT @MichaelEging: A wonderful read! The Glade by Harmony Kent https://t.co/UJ4HrgfW8u  via @amazon #RRBC @harmony_kent #booklover #bookclub…
43410                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
43411                                    RT @eBayROCteam: Predictions Womens Black &amp; White Ankle Boots Size10 #Predictions #AnkleBoots #Casual https://t.co/jIWzjQChIH via @eBay @dy…
43412                                        RT @TheBirmingham6: HSBC is a major shareholder in companies selling weapons and military technology to Israel. Tell @HSBC to divest from E…
43413                                                                                                  RT @Apple: Everything to know about the all-new iPhone XS and XS Max in 54 seconds
43414                                                                         RT @ATT: This program is helping young Latinas become tomorrow's #STEM role models. https://t.co/QgNC6a7ImI
43415                                        @mamirocs @BigBadDad0417 @XtremeToXiN @Apple No prob! Also check standby vs. usage time. If time is the same or ver… https://t.co/eh5Q2yo2BQ
43416                                        RT @eBayROCteam: Sterling Silver Bracelet Charm THEATER MASK Comedy Sock and Buskin Actor 3D #WhyteWing https://t.co/XzzPAqt1jN via @eBay @…
43417                                                            Check out ASICS Gel Neo 33 2 Running Shoes T366N White/Silver/Hot Punch/Orange Womens US 9 https://t.co/pvRyDUxc4I @eBay
43418                                                                                                          RT @Essence: That VIP flow 💁🏾. #MyFordCity @Ford https://t.co/isRRxJ3S2J
43419                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
43420                                          RT @ConsciousJewels: #CRYSTAL HEART #PENDANT NECKLACE FASHION JEWELRY HANDMADE BEADS BLUE LOVE NEW SALE  https://t.co/tDrg6bCCGw via @eBay
43421                                        @mikebarnett54 @mollyday15 @RealTT2020 @Nike Sorry man i wont troll or engage more.I just happen to believe in ever… https://t.co/p0W2PYtIE3
43422                                                                                                                                @sighvlogs @iHeartRadio @verizon @lauvsongs i love u
43423                                                                    YES I will let you know when they are up for sale on @amazon ! @NJJL1 #inspirational #Coloring #Journal #books !
43424                                        RT @ATT: Join us in continuing the support for those impacted by #HurricaneFlorence. Text “FLORENCE” to 90999 to donate to the Red Cross. h…
43425                                             RT @aaronrift: The new #HIAC cage looks like that damn @McDonalds playpen cage from @ImpactWrestling! @WWE #WWE https://t.co/dUhm51hdOV
43426                                        RT @ApocalypticPost: Crick: A Prepper Fiction Survival Book (A Prepper is cast adrift 2) by Ron ... https://t.co/lPlqvTOy47 via @amazon #pr…
43427                                         @NBCNews @verizon @VerizonSupport The last voice I want to hear during an emergency is @realDonaldTrump Plese text… https://t.co/2J9URWj4Zb
43428                                                                                                         @TradrFloridaFIL @jmaling @BMW @BMWUSA @ABC7 @NBCNews @KTLAnewsdesk Will do
43429                                                                                                     RT @sydney_sweeney: Kicking off emmy weekend with @Audi https://t.co/0dNYO9jgDL
43430                                                                                                                                      @SmartLiberal @parscale @amazon Sixth biggest.
43431                                             RT @aaronrift: The new #HIAC cage looks like that damn @McDonalds playpen cage from @ImpactWrestling! @WWE #WWE https://t.co/dUhm51hdOV
43432                                                                                                                           @1GigiSims @parscale @Google ?????  What does this means.
43433                                                       Check out Mopar Collectors Guide magazine Chrysler Convertible 300 Daytona 1965 Belvedere   https://t.co/KszZb4VvPA via @eBay
43434                                                           RT @Reuters: Trump to announce new China tariffs as early as Monday - WSJ https://t.co/eVQ29Qi4CI https://t.co/qu8W0G36fH
43435                                                                 Check out 2017 TOPPS UFC FIRE BLUE FLAME #48 CARLOS CONDIT 7/25 FREE SHIPPING 🔥  https://t.co/aoKZMH5tpC via @eBay
43436                                             RT @perry46_Shirley: @CNN @MSNBC @ABC @CBS @NBC You can fool some of the people all the time but not all the people who know the truth.
43437                                                                                                                                 RT @netflix: mystery solved https://t.co/5nGKHqRpKo
43438                                        @TMobile @TMobileHelp @JohnLegere Why am I still on hold for a hour for you guys to fix a problem you caused for th… https://t.co/lNpoH2Dgti
43439                                        RT @NXOnNetflix: I wasn't going to get you anything for #BatmanDay but I couldn't help myself... #BatmanNinja comes to @netflix on 10/26. h…
43440                                            Check out SUPERDRY JACKET SIZE  L WINDCHEATER USED EXCELLENT CONDITION  #SUPERDRY #CASUALSPORT https://t.co/xra4HHucBY via @eBay new new
43441                                                                                        RT @netflix: To everyone watching and ~feeling~ BoJack Horseman this weekend: You Are Loved.
43442                                                                 @APCUKingdom @HSBC @GarShehu After you people have finished sharing the loots to enable you rig the 2019 elections.
43443                                                                            RT @fayglo: Finally enjoying my brand new 16 GB Lime Green iPhone 5c! #Ad @Apple https://t.co/Nja4GwUuV2
43444                                        RT @Bethany_Bison: Tomorrow the new look @Bethany_College Bison unveil their new white uniforms by @Nike @BSNSPORTS 7:00 pm WHITE OUT Bison…
43445                                                   RT @Reuters: Flood waters rise as Florence pummels Carolinas; at least eight dead https://t.co/lZgcwvrOKA https://t.co/JO1iUACjYB
43446                                        @spacedog420 @Apple Right?! I love my phone bigger but my pockets are like “try me hoe” I swear my phone barely fit… https://t.co/ZZyIUOc32L
43447                                                                                                   @Joshiee_R @turpleness @GrossieGore @Tesco Marks and Spencer's meal deal like £30
43448                                                  @TMobile is T-Mobile going along with Sprint and Att in doing away with data usage for those of us affected by Hurricane Florence?
43449                                                   Check out Chinese Womens Petite Extra Small Blue Red Jacket / Coat (X-Small XS Wedding) #Casual https://t.co/8sX8PA3P7G via @eBay
43450                                                                                                               @intel @CNET Preserve their wall?  #BuildTheDamnWallNOW in the USA 🇺🇸
43451                                        @bslayer241 @Gotham @netflix @warnerbrostv @HBO @Showtime @AmazonStudios @TheDCUniverse Thank you so much for shari… https://t.co/knOjNLHOFE
43452                                                                                                                      Check out my listing @eBay - https://t.co/cPCGq3nxHM via @eBay
43453                                                                                             @theladyingold @Nike @Kaepernick7 Sorry instagram outvoted you. https://t.co/rIXxG9LxNN
43454                                                                                                                                      @m1chaelsalvador @netflix ILL SHARE MY SECRETS
43455                                          RT @herbiehaase: Corporate suicide.  @Nike pulled the pin and held the grenade.  #Nike ❤️@Kaepernick7 not our flag. https://t.co/yij0QEmkp1
43456                                                                                                                  @reeses @amazon At a psychiatric hospital! #NotSorry  #Sweepstakes
43457                                                    Check out Nike Pro 3/4 Compression Tights Pants Black/Green Men's Size Medium AA1581 702 #Nike https://t.co/98HDb6Qta7 via @eBay
43458                                         @upper_fixer @putinsclown @Bayer @BayerUS @FoxNews @Bayer worked with the German govt during WWII performing human… https://t.co/FWXl3yy7up
43459                                                                                        @michael3271238 @HBO @hulu @Samsung Yes it's the same! The only add on I can add is showtime
43460                                                   #SKECHERS #WOMENS #FLEXPADRILLE #BOBS FOR DOGS #CABANA #MULTI #COLOR #US 7M #EU 37    #Skechers https://t.co/TE9Mos3t57 via @eBay
43461                                                  Check out Adorable~ Betsey Johnson Pink Rhinestone chick Necklace &amp; free gift #BetseyJohnson https://t.co/LXHVYr1bQE via @eBay
43462                                                                                @TrustMeTony @amitsappir @acailler @ManchesterPSC @NorthWestFOI @SussexFriends @HSBC Lies. Lies lies
43463                                        Love my freebie thank you @GlamourMagUK @LauraMercier when this is finished I’m heading straight to @ASOS for a big… https://t.co/LxTCQp8gMt
43464                                                                                                                                @reeses @amazon #NotSorry and #Sweepstakes.  at home
43465                                        @Tiffany60205807 @robynlynre @SusanDoyle1963 @NBCNews @ATT @ATTCares @FCC Why would you suggest this?  Emergency al… https://t.co/OlWi5b3UKI
43466                                                                                                         @Reuters 4 DAYS AND 4 NIGHTS... 40 DAYS AND 40 NIGHTS ISN'T THAT FAR OFF...
43467                                                                                                                @reeses @amazon #NotSorry #Sweepstakes At home is where i will be 😄
43468                                                                       Check out Fab 60’s Girlfriends Woman Flower Girl Vintage Greeting Card Art 817b https://t.co/HqAmzZEwHr @eBay
43469                                        RT @rnlynn1958: @1TechnoBuddy @ChrissyRoseUp @YoSteveees @CatcheNameHere @Division1Yankee @Viacom @NO1GifQueen @VinnyF90 @therealroseanne Y…
43470                                                         Check out Hot Buttered Rum Toddy Organic 18 oz pumpkin seed oil handmade soap loaf Vegan  https://t.co/G8oqbT10yN via @eBay
43471                                                               Check out Nike AIR High Class T-Shirt Standard Fit M Medium Bling #Nike #GraphicTee https://t.co/Bh8eouwsNV via @eBay
43472                                        RT @CreativeInv: The JOBS Act: #Crowdfunding Guide for #SmallBusiness and #Startups   https://t.co/gTys8GXdYO via @amazon https://t.co/Epde…
43473                                                         Check out Cheesecloth Unbleached Grade 50 Natural Cotton Reusable Cheese Cloth Strainer   https://t.co/nrtBSeDb3k via @eBay
43474                                                                                                                                     @reeses @amazon At home! #NotSorry #Sweepstakes
43475                                        Great figures on @HSBC so can we have concrete data on this fight against corruption. So much money has been recove… https://t.co/o2h5exHtoY
43476                                        @aliyudili @stainlesphoenix @mertromatt @okeysco @GarShehu @HSBC @MBuhari China is developing our infrastructure? L… https://t.co/uju0uoRQqH
43477                                                                        RT @Reuters: Trump 'likely' to announce new China tariffs as early as Monday: source https://t.co/u8iTjJ3JkE
43478                                        @fubaglady @pinkbeachlady @Google Seems to me story like this should everything else out of the media for weeks but… https://t.co/M7W8Hks8Yl
43479                                                        RT @CleverlyCool: Check out Disney London Store Dewey Duck Binoculars Donald Rare  #Disney https://t.co/R7Zo8KPIjR via @eBay
43480                                                                                  @Apple Did’t like the X ... chose the 8 Plus. Don’t like how the X works. MUST have a home button!
43481                                              @ATT Why aren't you helping other races? Other races have kids that could use money assistance for college tuition &amp; they are not.
43482                                        RT @missmyhappybird: @BradGGallant @dyllyp @Redskins @Nike @Kaepernick7 You're right @Nike @Ford @NFL  @Redskins don't support Indigenous p…
43483                                                                               RT @OldSimpson: @ATT THAT'S all well and good......but what about Indigenous/Native Americans????????
43484                                                         Check out Black Canary Comic Issue 4 Modern Age First Print 1993 Byam Von Eeden Smith DC  https://t.co/W3T6zNULwy via @eBay
43485                                                RT @TrollCraft24: @amazon umm 2020 Comming soon... Amazon Car Free Delivery! *ONLY FOR AMAZON PRIME MEMBERS* https://t.co/w87BU7TmIp
43486                                                                                 Check out Hoka One One Ortholite Dynamic Stability Shoes Womens Sz 9* https://t.co/XUhAJntYJ7 @eBay
43487                                                         Check out Rare Antique Philippines American War Military Soldiers At Camp Cabinet Photo!  https://t.co/XGfyLoAYcy via @eBay
43488                                        RT @NXOnNetflix: I wasn't going to get you anything for #BatmanDay but I couldn't help myself... #BatmanNinja comes to @netflix on 10/26. h…
43489                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
43490                                                  RT @Reuters: Trump administration to send U.S. cellphones a test alert on Thursday https://t.co/328nZVYvT9 https://t.co/ehJWORR90x
43491                                                         Check out 4 POPE GOSSER Berry Bowls - Pink White Roses Gold Rim Dishes Shabby N Chic EUC  https://t.co/znmlJwvGv1 via @eBay
43492                                                        Check out Black Canary Comic Issue 11 Modern Age First Print 1993 Byam Von Eeden Smith DC  https://t.co/3hwJiXszUT via @eBay
43493                                        RT @JavaJohnZ: Stock up and save on your RITZ Crackers @Ritzcrackers @Walmart with an ibotta offer or two. Great for back to school snackin…
43494                                                                         RT @sarahsmutual: i think @Apple are secretly stan @ShawnMendes ...... 😎\U{01f9d0} https://t.co/npv1KBTU8Z
43495                                              RT @ShedsUSA_Jasen: Store event at Concord nh store 3485!!!! Come order your shed today!! @HomeDepot @ShedsUSA https://t.co/9XyqkocHAC
43496                                        @FoxBusiness @WellsFargo I don’t recall #WellsFargo being in negative news consistently prior to the acquisition of… https://t.co/0R353DqSL3
43497                                        @Tiffany60205807 @robynlynre @SusanDoyle1963 @NBCNews @ATT @ATTCares @FCC Not true. Federal regulation prohibits ce… https://t.co/OsWlfSoXjc
43498                                                                                                                      @netflix explain to me why the cheetah girls is not on here?!?
43499                                                                                                                          does @Nike have a street team or street league at that? 🤔
43500                                        RT @georgejoseph94: SCOOP: With secret access to NYPD CCTV @IBM created software which tags people based on their skin tone + hair/clothing…
43501                                        @ThisDumebi @stainlesphoenix @mertromatt @okeysco @GarShehu @HSBC @MBuhari I don't blame the system.  We made the s… https://t.co/5rkSNyVSQX
43502                                                                 Check out General Motors Men’s Mark Of Excellence Ring Blue Sapphire White Gold Sz 13 https://t.co/x80nedUY1V @eBay
43503                                                 Plz come &amp; find me on @facebook I'm looking to reach 2000 likes asap #20isplenty to help maintain both… https://t.co/fUDQDPdV3Q
43504                                                                                  RT @OfficialMonstaX: @Starbucks @hyungnyan [#형원] sips Starbucks like me. https://t.co/np3lDcGgjB
43505                                                                                           RT @Troy_Jett: @amazon Get dc universe on firestick going. Your competition does already.
43506                                        @verizon how can I block the FEMA test alert next Thursday from Trump?  I don’t want him to have the ability to twe… https://t.co/hiu3pENkkf
43507                                                                              RT @David321to74: Check out Highway Holsteins Cow Riding Motorcycle 1994 https://t.co/bJ18rd70sa @eBay
43508                                                                                                                                                  Sorry @Apple. This isn’t worth it.
43509                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/TxRZefLoNL
43510                                                       Check out 12V Battery Powered Kids Ride On Excavator Truck With Front Loader Digger Yellow  https://t.co/JwvN2ti1pe via @eBay
43511                                                                          Hey @AmazonHelp ! Can someone please fix this and clean out the “spam” from this category? @amazon #amazon
43512                                         @Reuters Please don't have trump the moron call me.can't stand that lying conn man on t.v. dam sure don't want him… https://t.co/Se48TbXmfu
43513                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
43514                                         RT @Bowen4747: Check out Funko Pop! Games Negative Suit Spiderman Gamestop Excl. GITD Vinyl *Fast ship https://t.co/qwAoYOfyTU @eBay #ebay…
43515                                           Genocide all researches = @amazon 高考= O toefl O age &gt; 25 a grade behind blond pig 🐕🔫 slaughtered clan for… https://t.co/bnmKepfgr6
43516                                                   RT @Reuters: Flood waters rise as Florence pummels Carolinas; at least eight dead https://t.co/fJHUotXF1O https://t.co/eVbgLRvEWK
43517                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
43518                                                          Check out #AMT #1:72 #HawkerTempest #MK #II/VI #Plastic #Aircraft #ModelKit #7115 #1979  https://t.co/u86Jo7QE09 via @eBay
43519                                                                                                                      Check out my listing @eBay - https://t.co/KjbSwT1MZU via @eBay
43520                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
43521                                                             Check out 2017-18 PRIZM SILVER PRIZM #188 STERLING BROWN RC BUCKS FREE SHIPPING 🔥🏀  https://t.co/pimUN7t88E via @eBay
43522                                        RT @ThisIsALogin: @Ripper77Jack @robynlynre @MCreekJewelry @DrDenaGrayson @realDonaldTrump @FCC @ATT @ATTCares @verizon @VerizonSupport @VZ…
43523                                                                 RT @thedragonprince: #TheDragonPrince is NOW STREAMING on @netflix! https://t.co/u7msHE5AsG https://t.co/mG0XhjKQgE
43524                                                                                              Check out 2 Days In Paris DVD Love Family Disasters  https://t.co/TXpg4hYLNe via @eBay
43525                                        RT @Jillibean557: Watch as @Google CEO breaks down in tears after @HillaryClinton loses to @realDonaldTrump Google is o biased it’s sickeni…
43526                                                                                                                  Church: Finding Our Way Again  https://t.co/APvcDLFWew via @amazon
43527                                                                                        RT @netflix: To everyone watching and ~feeling~ BoJack Horseman this weekend: You Are Loved.
43528                                                               Check out Glass Orange Carnival  Mixing Bowl Rolled-Rim Ribbed Star Burst Glass Bowl 9” https://t.co/0IHHRK8Ue3 @eBay
43529                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
43530                                               Coffee and a cliff bar - the perfect combination! Fuel up before your ride @Starbucks @ClifBar #BikeTheNight… https://t.co/wFQvb6AEmz
43531                                                                                                                           Ping from @Apple deserved better. https://t.co/LrOapagy64
43532                                        @Google @Twitter @facebook = Time to SCATTER you COCKROACHES ... WE are coming for you Anti-American SCUM. You’re D… https://t.co/s6tDthnmWC
43533                                                                                                                                                  @MrSack4 @netflix Very good flick?
43534                                        RT @GoldmanSachs: PODCAST: “We have recovering growth in Europe and we have a consumer that feels pretty good across the globe.” – Marc Nac…
43535                                        RT @jpmorgan: Lori Beer’s #careeradvice to @GirlsWhoCode students: “Maintain confidence when you’re faced with obstacles or barriers – when…
43536                                         @noahcent in front of @Jeep trucks is a mood. I need more projects with him in them on @netflix and an endorsement… https://t.co/2dCv9wB5hf
43537                                        Today marks my 600th day here at @TMobile and @MobileOneLLC !!!!! It has been such a crazy and memorable past almos… https://t.co/abL9IQla9E
43538                                                     Pink Crystal Spider Pin Brooch C50 Halloween Recyclebabe Pins Brooches https://t.co/NCORTNhKJ2 via @amazon #recyclebab #spiders
43539                                                                                                                                       @JohnLegere @JonFreier @TMobile Congrats Jon!
43540                                                         Check out 24x DIY Eco Plain Canvas Coin Wallet Small Makeup Bags Kids Crafts Pouch Cases  https://t.co/QlnGYi4pmf via @eBay
43541                                                                                    RT @AldosWorldTV: Why does a burger from @McDonalds sound better than anything i’ve had all week
43542                                        @KikiAdine I need to ditch our Androids and switch to iPhones. Apparently @Google accepts that #FascistTrump should… https://t.co/oUEThjQbtQ
43543                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
43544                                          #travel Check out VANDEK Handheld Car Vacuum Cleaner Automotive Bagless 12V with Carrying case Car #Case https://t.co/JvQNVNGo67 via @eBay
43545                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
43546                                        @generalelectric So just found out the #SelfCleaning button on my oven is really #SelfDestruct as the oven wont ope… https://t.co/PCzIpGepXC
43547                                                                 Check out Cable Comic Issue 1 Limited Variant Modern Age First Print 2017 Marvel  https://t.co/YekO9vNLl4 via @eBay
43548                                                                                   RT @Anna_Canzano: Ha! My @netflix acting debut. Good eye! #AmericanVandal https://t.co/pFhylB84if
43549                                                        Check out Waterway Genesis Generation Bath Pump .75HP 115V w/Cord and Air Switch #Waterway https://t.co/1MRAGrkGJ9 via @eBay
43550                                                                                                                         @intel @americanart Why did we use two defensive time-outs?
43551                                                   Bravo @Nike you just became the most successful company to ever exploit a minority class to gain profits. #capitalism #Kaepernick
43552                                                  RT @nugirl11: @RyanPhillippe Had no clue this was the series finale.  This can’t be the end.  @netflix you MUST pick up #shooterTV
43553                                                                                                                                                   @Reuters haarp ou................
43554                                                                                                                          Check out Mug Game over  https://t.co/1scUl1nliW via @eBay
43555                                    RT @TrustMeTony: @acailler @ManchesterPSC @NorthWestFOI @SussexFriends @HSBC So nice of HSBC &amp; the UK gov't to invest in arming Israel so t…
43556                                             Check out Sony ICF-C1 Digital AM/FM Alarm Clock Radio / White on sale now. Click the link for details.....https://t.co/i6rFFHp8RT @eBay
43557                                                                     #AmericanVandalSeason2 was just as great as season 1!  #WhoIsTheTurdBurgler @netflix please give us a season 3!
43558                                                                                                                    Cupid's Arrow by Ronald Webb https://t.co/FSdN3UqQup via @amazon
43559                                         @TheNightGallery @ericdavis221 @netflix @hulu @PrimeVideo How many episodes was Burgess Meridith in?  I remember 2… https://t.co/uW2mBlpgvp
43560                                                                                                                        @carolinedavis13 @TorridFashion @Target @Nike What a cutie!!
43561                                    RT @TrustMeTony: @acailler @ManchesterPSC @NorthWestFOI @SussexFriends @HSBC So nice of HSBC &amp; the UK gov't to invest in arming Israel so t…
43562                                     Freeport-McMoran 2015 Annual Reprt &amp; 2016 Proxy Statement https://t.co/UHzjLCVMZk @eBay #SEO #Marketing #shopsmall… https://t.co/CZWE3z3G85
43563                                                                                                         @reeses @amazon Right in the backyard on my hammock! #NotSorry #Sweepstakes
43564                                                                                                                                    @DuckDuckBrooks @amazon It is pretty good though
43565                                        Check out NWT Arizona Relaxed Fit Flat Front Pants https://t.co/fISTkXGTPY @eBay MY STORE🛍https://t.co/Lt5w1DBUcG 🛍… https://t.co/IdUjTbtuCT
43566                                        RT @austinnotduncan: The new @Audi e-tron is launching next week and I’ll be there! Catch the livestream on Monday 9/17 at 8:30pm PST: http…
43567                                                                      Check out VINTAGE ORIENTAL CAT TEAPOT BEAUTIFUL FLORAL MOTIF MINT CONDITION  https://t.co/IXhBfezl90 via @eBay
43568                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
43569                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
43570                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
43571                                                                                        RT @netflix: To everyone watching and ~feeling~ BoJack Horseman this weekend: You Are Loved.
43572                                                                                  RT @Reuters: Pope Francis expels Chilean priest accused of child sex abuse https://t.co/8sAhYarngI
43573                                        RT @JoshuaELoveson: I'm so tired of having such negative experiences at @Walmart I feel as if I'm in an abusive relationship that I can't g…
43574                                        RT @Fla182: @bruniez @facebook I think they managed to delete the group. @facebook you CANNOT ignore this! We were hacked and they are tryi…
43575                                                                         RT @FlashAndBlood: My name is Alexander Wrath. My life is a whole @netflix original https://t.co/EdiOZ25IiJ
43576                                                                                   @Reuters Putin poisoning people again. Hope trump doesn’t think he’s going to get away with that.
43577                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
43578                                                                                                                                          @reeses @amazon Reese mini's are the bomb!
43579                                                           Check out SUPER ATR AIRPLANE RARE AMERICAN EAGLE AIRLINES BAG LABEL BUMPER STICKER NOS  https://t.co/ba1WDZYbH5 via @eBay
43580                                                                                        RT @netflix: To everyone watching and ~feeling~ BoJack Horseman this weekend: You Are Loved.
43581                                                                                                                                                      @StevenKeithh @McDonalds *bell
43582                                        RT @BMW: Unlimited off-road performance and outstanding efficiency. The all-new BMW X5 xDrive45e iPerformance: https://t.co/rVktEBLBCa. htt…
43583                                                                                 @Reuters It’s ok to do what you want.  Do you dye your brows or your hair?  Do you wax your stache?
43584                                         RT @MonaAshley: @GeorgeE_Pierson @StaceyMorris11 @sherylunderwood @VelekaDorret @TheTalkCBS @CBS She was a viewer who had the privilege of…
43585                                                                    Check out #ItWorks #BodyWrap Ultimate Body Applicator Lot of 3 Single Applications https://t.co/OcKtkxymYQ @eBay
43586                                        @easyJet Customer service at Dalaman airport is non existent - zero communication from ground staff on the delay an… https://t.co/UF1R9PeRQa
43587                                                                                                             RT @MumkeyJonesTV: REPLY YOU COWARDS @McDonalds https://t.co/JrUkukMjBp
43588                                                                                    Finally finished Season 2 of #Ozark on @netflix And now I need to know when Season 3 will begin.
43589                                        RT @Leonels52968257: @GarShehu @HSBC @MBuhari Sorry @GarShehu @NGRPresident @MBuhari I can imagine your pain: you can't send your attack do…
43590                                        RT @michaelmcswain: Proud to be with team @Nike at the @HRC National Dinner! Proud to support #equality for all! #HRCNationalDinner https:/…
43591                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/BvXZoPb0xG
43592                                                                                                                        anybody else getting this re verification stuff from @PayPal
43593                                                                                                                                  @slivadrip @odeioacordarcdo @facebook Woman no cry
43594                                        RT @2020hazeliz: @robynlynre @Tiffany60205807 @SusanDoyle1963 @NBCNews @ATT @ATTCares @FCC Except the article said we won’t be able to bloc…
43595                                                                                                                 @reeses @amazon At my family reunion @amazon #notsorry #sweepstakes
43596                                        @Division1Yankee @NO1GifQueen @rnlynn1958 @ChrissyRoseUp @CatcheNameHere @Viacom @YoSteveees @VinnyF90 Hahaha I'd d… https://t.co/69iE9qN0y7
43597                                               RT @BethPaintings: Check out GUESS Clutch Handbag Wristlet Purse Glossy Blush G logo #GUESS #Clutch https://t.co/cNVGtTwNeX via @eBay
43598                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
43599                                          RT @Reuters: Egyptian court orders arrest of Mubarak's sons over stock market manipulation https://t.co/gh2XofX8ES https://t.co/1BSXettHaW
43600                                        RT @SmartWordSmyth: Don't miss the chance to hear @Siemens Chief Strategy Officer Dr. Horst Kayser when he will take the #YII2018 centre st…
43601                                                                                                                                @Apple Which is the better one or equivalent to my x
43602                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
43603                                    RT @ashleykinseth: Where to begin? A village enclosed &amp; starved by #Myanmar security 45 days before final attack. @Reuters uncovered most b…
43604                                                   https://t.co/kMCWKoX3v9: Buying Choices: Weddingtopia Crystal Princess Pageant Rose Gold W... https://t.co/O5YIhxD9jI via @amazon
43605                                        Finally got to the store to pick up a new pair of #nike shoes. Way to put yourself out there @Nike to keep the conv… https://t.co/EJ76swLzKW
43606                                        RT @Nike: Don't just be the fastest marathon runner in the world. Be the fastest in history. #justdoit @EliudKipchoge https://t.co/jGcoNy3W…
43607                                                                                                                                               @Neleimour @netflix what is this Pogs
43608                                        RT @ProudDaddy2Be: Check out Micheal Schumacher Autograph Picture (HAND SINGED) https://t.co/nSYQvGCHWO @eBay #MichaelSchumacher #autograph…
43609                                                       Check out Shape Composition 5 | Adult and Children Coloring Page PNG and PDF Free Shipping  https://t.co/fjf9OOCCRa via @eBay
43610                                          Check out 20LEDs Rechargeable LED Solar light Bulb Outdoor Garden lamp Decoration  https://t.co/BniWWhHrEd via @eBay # 20LEDs Rechargeable
43611                                        RT @Babs91428415: 🇺🇸 THIS IS HERE TOO! SILENCE IS CHILD ABUSE! @maddow @Lawrence @NPRHealth @NewsHour @seanhannity @NBCNews @CBS @wxyzdetro…
43612                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
43613                                                                                                               @salzmafia @amazon My pleasure. I should be thanking you for sharing.
43614                                                                           RT @Apple: @MdSalman5413 Thank you. We’ll send a reminder before the #AppleEvent. https://t.co/M8BLxc39co
43615                                                  Check out Maurice's Women's Size Medium Sheer See Through Cap Sleeves Blouse Polyester #Maurices https://t.co/VVuqDPl4OA via @eBay
43616                                   RT @Miserablemw: YOU CANNOT MISS THAT! @eBay - https://t.co/AM72jVvu5d via @eBay #lovelive #lovelivesunshine #DiaKurosawa #MariOhara #ラブライブ…
43617                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
43618                                                             RT @Reuters: Model Alexa Chung's brand takes off at London Fashion Week https://t.co/beTxKvQS21 https://t.co/vRVOcKwXZB
43619                                                                                  RT @Reuters: Golovkin suffers first loss of pro career as Alvares prevails https://t.co/7FpUHrB7CT
43620                                                         Check out New Lamy AL-STAR SERIES  special 6 styles Fountain Pen original box for choose  https://t.co/RLvweocdmd via @eBay
43621                                                                                                                                                          @Armor_10 @Starbucks Crazy
43622                                        @thayesnet @TMobile @JonFreier @SievertMike @JohnLegere Thank you for everything you do for the brand and people of… https://t.co/bGS7gfJUz3
43623                                              RT @Reuters: Japan's Murakami withdraws from consideration for alternative Nobel award https://t.co/yrfWyHGQ3r https://t.co/QKrCFdZsOr
43624                                                                                                                       September 2018 and @NintendoAmerica has no @netflix  app yet?
43625                                                                Check out Large Heavy Art Nouveau Style Solid Brass Electric Wall Sconces Lights 2.5kg https://t.co/I5L3pOBGUO @eBay
43626                                                               24 Ounce (680 grams) dried porcini mushroom boletus edulis Premium Grade from... https://t.co/coLQ80K5xN 来自 @amazon
43627                                                                                            RT @ChrisCrocker: I AM SO FASCINATED BY @McDonalds AND HERES WHY https://t.co/CSDrJuOtsT
43628                                                                                                                            Did y’all know @netflix has an anime version of Godzilla
43629                                                                                                    RT @BMW: Born ready. #MyFavoriteSpace #BMWi #VisioniNEXT https://t.co/JKjGa4uU7f
43630                                 RT @tiffanyyoung: 😍🌎 🎶Excited to announce a global fashion+music campaign w/ @hm for my next song &amp; music video ‘TEACH YOU’ releasing on 9/…
43631                                        FREE 4 a limited time - Flawless Cheesecake Recipes: The Best Cheesecake Recipes Around by Alice Wate... https://t.co/gXyBNkV98j via @amazon
43632                                                                                          @Kaepernick7 @Nike #batman from worlds finest 44 . #1950 #superman https://t.co/j7ddpC3bjS
43633                                        @ayekhemheferdi1 @GarShehu @HSBC @MBuhari He has sheepish supporters from Igbo land who are so gullible and blinded… https://t.co/6cVrFbXY8u
43634                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
43635                                                                                        @lilyachty @netflix They're still filming saw a casting call for later this month for extras
43636                                                                      @netflix if you make a sequel to the bleach live action movie and chad doesn’t buy a parakeet I will be livid.
43637                                         RT @BethPaintings: Check out  CARIBOU COFFEE Ceramic  Caribou image etched  Mug Cup 16 oz  #CaribouCoffee https://t.co/MtzV2EwHg4 via @eBay
43638                                                                     Check out 2018 TOPPS HERITAGE HIGH #502 JUAN SOTO RC NATIONALS FREE SHIPPING  https://t.co/GSpIMilfzb via @eBay
43639                                               @ColleenB123 @netflix We’re all so proud of you Colleen! Now you can go home and cuddle with ur boo and pets. https://t.co/CykTU47yEX
43640                                                                 GOP Donor Les Wexner Announces Departure From Republican Party After Obama Visit https://t.co/GEETWxwJPo via @Yahoo
43641                                                                                                                                            @Lawrenc26878616 @Nike Bravo...well done
43642                                                                                                                      Check out my listing @eBay - https://t.co/IfHKUa2cio via @eBay
43643                                                                          @LeonBacud @johnacurtis1199 @cfharrison2006 @Reuters He's a rude bot shit stirrer. Just ignore. Hit block.
43644                                             @kajal_jaihind @facebook @amitmalviya @AmitShah @PMOIndia @narendramodi @BJP4India @BJP4Gujarat @iPankajShukla… https://t.co/zDFD2IFPM3
43645                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
43646                                        RT @thecableng: FG hits @HSBC: A bank known for money laundering has no right to comment on our elections https://t.co/pfUAKLCfMh via @thec…
43647                                                        Check out Exclusive Rainbow Moonstone Rough Gemstone Blue Fire Multi jewelry Making Rough  https://t.co/Cjqum3zNi7 via @eBay
43648                                                                                                                                                         @BRdaniel125 @pepsi wait no
43649                                        RT @vibhor_anand: @KoshurRohit @AskPayPal @PayPal Yes there are plenty of provisions under which PayPal is subject to legal implications in…
43650                                             @McDonalds y’all really gon make us sit in a drive thru for 20min only to receive my 10 piece nuggets with ZERO SAUCE. YOU HAVE ONE JOB
43651                                                                                                       @netflix is trash why did u take off all ur best movies i’m feeling triggered
43652                                        RT @Nike: Don't just be the fastest marathon runner in the world. Be the fastest in history. #justdoit @EliudKipchoge https://t.co/jGcoNy3W…
43653                                                                                                                                  Love the red @BankofAmerica shirts in the picture!
43654                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
43655                                        RT @MorganStanley: The Fed's program to trim its bloated balance sheet may end sooner than the consensus expects. Morgan Stanley’s fixed in…
43656                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
43657                                                                                            @Siemens_Energy @Siemens There was no skilled German labor to manufacture it in Germany?
43658                                        RT @Nike: Don't just be the fastest marathon runner in the world. Be the fastest in history. #justdoit @EliudKipchoge https://t.co/jGcoNy3W…
43659                                                                 Check out 1983 Star Wars Return of the Jedi - Mother Ewok and Child - PSA 7 (NM)  https://t.co/yeyQ0Y4MAI via @eBay
43660                                                                   RT @Reuters: Five deaths in mariachi plaza shootout pose test for Mexico's new government https://t.co/eter164ueB
43661                                        @Apple An over complicated idiotically expensive watch for twits who have smartphones that already tell the time an… https://t.co/g9PBMpJpet
43662                                        RT @flippinsuzy: Check out Metal Wall Butterfly Art Home Kitchen Indoor/Outdoor Patio Decor Room #Handmade https://t.co/DPR3CnspLd via @eBay
43663                                        @GeorgiaGermein @GermeinSisters @billiejoy @Fender @etikofairtrade @FenderGBI @akubraofficial1 @ASOS Exciting!! Exciting!! Exciting!! 😩💕😘
43664                                        Check out General Electric A/C Converter (Model #3-5903) #GE https://t.co/jAFZk36zte via @eBay @GeneralElectric A/C… https://t.co/IEUNzpA0LZ
43665                                                                                                                       So when is this merger suppose to happen..?  @sprint @TMobile
43666                                              @TMobile I recently pre-ordered the iPhone xs and I’m confused on delivery it says ship by 9/21 does hat mean I’m getting it that day?
43667                                                                                                                 @amazon kickass customer services.. keep up the good work! Kudos 🙌
43668                                                                    I head to the beautiful Scottish Highlands in a 3 Series Touring - read about it on @bmwblog @BMW @VisitScotland
43669                                                  Check out Suzuki AUTUMN LEAVES Taisho Koto Goto (Taishogoto) with Case FREE Postage (#2) #Suzuki https://t.co/rPtA7kdguu via @eBay
43670                                                                                                                      Check out my listing @eBay - https://t.co/5GyhwrRp7K via @eBay
43671                                                                                                                  RT @yourslarajean: a letter to @netflix 💌 https://t.co/bInGsNFA9h
43672                                        Is anyone else noticing that @amazon no longer offers free 2 day for prime members? There's not even an option for.… https://t.co/amDDN68KqU
43673                                           @SagArcher @RonWyden @verizon @realDonaldTrump Trump is a Mobbed Up #Traitor. He knows Mueller is getting close.… https://t.co/ArqoxBpg8X
43674                                                                  @AndruEdwards @qbking77 It is people like you @AndruEdwards  companies like @Apple also don't care about consumers
43675                                                                                               @MangaFox @CCriadoPerez @Telegraph @Apple The majority of us are born with two hands.
43676                                        @Tesco do your delivery drivers have to leave their engines running in residential streets for over 10 minutes at t… https://t.co/n9sXqNZs8p
43677                                                                                Check out #Antique jewellery #gold front #'BABY'brooch/bib holder  https://t.co/GO7tr3oH1j via @eBay
43678                                                                                                                                                        @netflix throw this back on‼️
43679                                        RT @ogundamisi: It is political season in Nigeria and Dog Whistle campaigns are at the peek. Already @HSBC @HSBC_UK is being credited by ma…
43680                                                Check out Oval Shape Natural Rainbow Moonstone Pendants Solid 925 Sterling Silver Jewelry #Pendant https://t.co/TM6NUVYA4b via @eBay
43681                                        RT @eBayVick441: #Timberland #Boots Size 6.5 W Leather Rust Suede Nubuck #Waterproof #WorkBoots Timberland https://t.co/jgqUlonvCD via @eBay
43682                                                  Check out Set 3 Syracuse China Grill Divided Plates Red Leaf Rim 9 1/2 Inches USA #SyracuseChina https://t.co/jyQC5P5BEe via @eBay
43683                                                                                                                                              @HRC @amazon @JeffBezos HRC is a joke.
43684                                        Hey @twitter @facebook @instagram @reddit — can you make a confirmation before you scroll all the way to the top? I… https://t.co/4DPKXIIFgl
43685                                        RT @Plambert001: The Possum Prepper Guide: How To Buy A Homestead And Thrive During A Disaster... https://t.co/INbV7MwKaj via @amazon #prep…
43686                                                         @_ItsSavannah_ @Real_Katie5SOS @Apple Girl back up all your pics and vids on google photos app. Never have that issue again
43687                                                                RT @SusieQ19622: Check out Nike Women's L Track Jacket White with Green Trim Zip front https://t.co/UFk9zoULzT @eBay
43688                                        Part time opportunities have now become available within the @Tesco store in #Cardigan for Café Team Members. Apply… https://t.co/E8z2BzmNMp
43689                                          The Light in The Lake (Prepper Trilogy. Book 3) by Ron Foster https://t.co/ayemkXXev7 via @amazon #SHTF #survival… https://t.co/Wgxxs1BN5N
43690                                                           Check out ZARA VINYL CROSSBODY BAG WITH KISS LOCK CLOSURE Colour: Brown  6404/304 #ZARA https://t.co/NZ8kDtLHq6 via @eBay
43691                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
43692                                                                        RT @Reuters: Trump 'likely' to announce new China tariffs as early as Monday: source https://t.co/u8iTjJ3JkE
43693                                                        @jaymelamm @adidas It’s probably because you have to be following that person lol idk 🤷🏻‍♂️ but I’d say nay on the shoes lol
43694                                                                           @Abo_Mansoor @CCriadoPerez @Apple She would literally say that if they bought out a phone just for women.
43695                                     Just saw this on Amazon: Bath and Body Works Spiced Pumpkin Cider Sh... by Bath &amp; Body Works for $14.89 https://t.co/TaC54QOCzn via @amazon
43696                                         @DGJury @berlinmarathon @adidas The toughest and most upsetting decision can not to run but sometimes the best one… https://t.co/hfTnWEoEDT
43697                                        RT @Nike: Don't just be the fastest marathon runner in the world. Be the fastest in history. #justdoit @EliudKipchoge https://t.co/jGcoNy3W…
43698                                                   Check out I Know The Plans I Have For You T-Shirt Slogan Fashion Jeremiah 29:11 #FruitoftheLoom https://t.co/waCTW1CoYn via @eBay
43699                                         RT @ItCanWait: Just one glance can change everything when you’re behind the wheel. Join @ATT and take the pledge to never drive distracted…
43700                                                       Check out Adidas ADIPURE - anti-perspirant roll-on deodorant for MEN - 50 ml / 55 g #adidas https://t.co/xbRJfWWQt7 via @eBay
43701                                                       RT @Reuters: Australia to start powerful public inquiry into aged-care sector https://t.co/Vo0uYn99Yc https://t.co/wTngZGywgu
43702                                                                                                                                      I want a Pumpkin Spice Latte @Starbucks now ☕️
43703                                                                                                                                      I want a Pumpkin Spice Latte @Starbucks now ☕️
43704                                                               RT @Reuters: Kenyan Kipchoge shatters marathon world record in Berlin https://t.co/YAAZPUjxhK https://t.co/2Y44hC9yJF
43705                                                             Check out Old Vintage Brass Skin Scrub Islamic Elephant Statue Cleaner Feet Cleaner   https://t.co/OSQDWGnyxn via @eBay
43706                                                              RT @Reuters: Exclusive: Saudi Arabia to auction detained tycoon's real estate assets - sources https://t.co/qZXFsV9lBM
43707                                        RT @Nike: Don't just be the fastest marathon runner in the world. Be the fastest in history. #justdoit @EliudKipchoge https://t.co/jGcoNy3W…
43708                                        @HelgeKeck @sarbjeetjohal @Apple @karaswisher @furrier @dvellante @thomaspower @JKevinParker @dez_blanchfield @Craw… https://t.co/Tz9IX0S37j
43709                                        @OliverMcGee @HillaryClinton @Nike I might be still wearing my Nike wear if you’d of used Killary instead of Chumpe… https://t.co/p1sPASwOFe
43710                                                                                                                                @McDonalds I reviewed them on my YouTube channel lol
43711                                                                                                 @Reuters Fuck the Muslim brotherhood puppet he has no right to tell the Uk fuck all
43712                                                                                                   Check out Warrior Woman #painting In Oils on Canvas https://t.co/cmOhCrhQZp @eBay
43713                                        RT @ogundamisi: It is political season in Nigeria and Dog Whistle campaigns are at the peek. Already @HSBC @HSBC_UK is being credited by ma…
43714                                                                                                                  RT @yourslarajean: a letter to @netflix 💌 https://t.co/bInGsNFA9h
43715                                                                                        RT @netflix: To everyone watching and ~feeling~ BoJack Horseman this weekend: You Are Loved.
43716                                                                                           Check out Handcrafted Blue Glass Gemstone Bird Necklace Set https://t.co/GMSub6Lelz @eBay
43717                                                                    @Hein_The_Sayer @westcoastbill @Tesla @elonmusk @Apple That's what I'm saying. Apple hasn't innovated since jobs
43718                                                       Check out 1991 Gibraltar Gold Corgi Dog Coin NGC MS68 1/10 Oz CERTIFIED AUTHENTIC GUARANTY  https://t.co/4m0qMEqPMN via @eBay
43719                                        RT @SolarPrepper: Our End Of The Lake: Surviving After The 2012 Solar Storm by Ron H. Foster https://t.co/XcJF3FtbKz via @amazon #prepper #…
43720                                               RT @Reuters: ICYMI: 600-meter 'Pac-man' is set to gobble ocean plastic https://t.co/UQfhuaM5RC via @ReutersTV https://t.co/5185bgnYpB
43721                                                                    Since when did @easyJet start charging for seats when you check in?? As if the flights aren’t expensive enough!!
43722                                                                                                                      Check out my listing @eBay - https://t.co/OZmfYb6QYp via @eBay
43723                                                                                   RT @AgorasBlog: @BashirAhmaad @HSBC @GarShehu Nigeria is tired of Buhari. https://t.co/AZ8IXFK4n1
43724                                        @Ryanair totally confused re: Change of cabin bag policy. Booked before 31st Aug. Fly mid Nov. Do we check bag at d… https://t.co/ZUMTiVdoeE
43725                                                Check out Ashley Stewart NWT Womens Black/Gray Jean LOOK Casual Pants w/ Belt Size 14 #CasualPants https://t.co/YglN3wQTc8 via @eBay
43726                                                Check out Ashley Stewart NWT Womens Black/Gray Jean LOOK Casual Pants w/ Belt Size 14 #CasualPants https://t.co/YglN3wQTc8 via @eBay
43727                                                          Check out Effortless Style By Citiknits Womens Black Elastic Waist Pants Size XS #Casual https://t.co/JUMULlLAAk via @eBay
43728                                           RT @OKLAPatriot88: @SonofLiberty357 @rgividen @Nike @Kaepernick7 @NFL Well said. Athletes calling themselves warriors is offensive to me.
43729                                                                                        RT @netflix: To everyone watching and ~feeling~ BoJack Horseman this weekend: You Are Loved.
43730                                        RT @morepositiveme: Thank you @Tesco Cullompton for letting us advertise our free event in your community board #SelfCareSeptember #SelfCar…
43731                                                     Check out American Crown Colorado Est. 1875 T Shirt - Marled Gray (Size Large) #AmericanCrown https://t.co/U2Z9pNyKxR via @eBay
43732                                        @APCNigeria @HSBC So @APCNigeria waited for @HSBC to make their stance in regards to the coming elections before ca… https://t.co/vXXVjtVmFQ
43733                                        RT @realsirice: @adamugarba By the recommendations of @HSBC and other Breton Woods Institutions that gave rise to IBB's Policy that devalue…
43734                                                                    RT @intel: We’re thrilled to be featured in @FastCompany for our expedition to preserve the Great Wall with #AI.
43735                                                             RT @Reuters: Super typhoon slams into China after pummeling Philippines https://t.co/cztiWjiQ4i https://t.co/E2X3Q1e6Hp
43736                                    @jacksonpbn @BashirAhmaad @HSBC @GarShehu It only shows how imbecilic they are. Buhari &amp; everyone associated with h… https://t.co/sxxHhodKjJ
43737                                                               Check out Mystic Crystal solitaire Ring Silver size 6    Made with Swarovski Elements   https://t.co/SnPXq8ZPna @eBay
43738                                                             RT @Reuters: Super typhoon slams into China after pummeling Philippines https://t.co/cztiWjiQ4i https://t.co/E2X3Q1e6Hp
43739                                                                    Check out natural Blue Topaz  and Blue Sapphire Ring  12.88 grams of silver size 7 https://t.co/WXDpaNbrgh @eBay
43740                                    RT @pscoordsen13: @57Veronica @netflix Yes &amp; spending time with Beauty And The Beast makes a very great #SundayFunday also! Thankfully we c…
43741                                        RT @macgyveronline: @PLenkov  @MacGyverCBS  @CBS  @CO_MacGyver  Can someone please explain to the fans of #MacGyver why it didn't get rerun…
43742                                        RT @LisaSalsita: @macgyveronline @PLenkov @MacGyverCBS @CBS @CO_MacGyver Couldn't agree more. It seems like #MacGyver is the forgotten midd…
43743                                        RT @ProudDaddy2Be: Check out JOB LOT PHOTOS (For Men Only) https://t.co/wGIBxf4e5O @eBay #EndsIn2Days #2DaysLeft #EndingSoon #EndsSoon #Mys…
43744                                                                                                         @voxdotcom Bye bye @Nike #respect your country 🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸
43745                                    RT @caitlinAwarrior: DON’T use @bookingcom for anything. Honeymoon hotel booked in April have cancelled our booking in error &amp; https://t.co…
43746                                                                The Super Simple Programming Book: Learn Basic Programming Concepts With Pyth... https://t.co/4s7ep7bTR6 via @amazon
43747                                                       RT @MsEbayingFlynn: Check out Homco Vintage Figurines Girl With Teddy Bear Boy With Puppy Pair  https://t.co/a1ToeMrsDz @eBay
43748                                                                                                     Check out Belgium 5 Franc Coins 1986 to 1993  https://t.co/BqlEzf66Mz via @eBay
43749                                                         Check out VTG Hart Schaffner &amp; Marx Mens 44R Pinstripe Suit Jacket Sport Blazer 2 Button  https://t.co/b6r5DaFHdR @eBay
43750                                        @Reuters #businesscard #businesscards #businesscarddesign #letterhead #letterheaddesign #Stationerydesign #envelope… https://t.co/ebtcBUBd4O
43751                                                                                                                 @ListenerNpr @parscale @amazon Ivankas clothes are made in the USA?
43752                                         RT @nicholasibekwe: When Garba Shehu wrote about Abacha loot hidden in @HSBC in Jersey I laughed because I know that the reason that money…
43753                                                      RT @Jessiedoth: @Shell That makes your contributions to a mass extinction of life on the planet all worth it. Thank you Shell.
43754                                                                       @brinxmat @netflix Silly marketing people. Claiming I'm gonna enjoy people in spandex won't make me watch it.
43755                                                                                                     @GarShehu @HSBC @MBuhari I thought you and your oga said Abacha is not a thief?
43756                                                                             @renoomokri @GarShehu @HSBC @MBuhari He didn't say that. This was what he said. https://t.co/9u2EnzcJSG
43757                                                                   Check out Calico Cat Collector Spoon Black Gazelle Silver Plated Steel #Gazelle https://t.co/uuXDUTMFHv via @eBay
43758                                                      @PositivelyNaija @HSBC @Ayourb @Mr_JAGs @AyooAkanji @iyaboawokoya @GarShehu @Johannxs @gloria_adagbon… https://t.co/YILXhEXXaB
43759                                        RT @Reuters: Exclusive: Saudi Arabia to auction detained tycoon's real estate assets - sources https://t.co/4qFZYLsKDS https://t.co/I7KoHJ7…
43760                                                             RT @Reuters: Super typhoon slams into China after pummeling Philippines https://t.co/FnYn4ofKar https://t.co/XZGA5SzVqy
43761                                 RT @pscoordsen13: @57Veronica @CBSTVStudios @netflix This would be the best decision for @netflix &amp; @CBSTVStudios to work together &amp; offer…
43762                                                                                    Check out  Patti Playpal Sally Starr Cowgirl Outfit #Unbranded https://t.co/Qv54z1oUzQ via @eBay
43763                                           RT @Denofgeri: Check out My Grandma Angel Thoughtful Little Angel Lapel Pin on Card Shoulder Hat Purse  https://t.co/zIX3ah4ZFD via @eBay
43764                                                                                                                      Check out my listing @eBay - https://t.co/4jioaat7mM via @eBay
43765                                         RT @evans01: Team @ATT deploying assets through the night connecting First Responders on the front line of #HurricaneFlorence response and…
43766                                                                         I honestly didn't know Billy Joe Shaver was still alive but here he is on @normmacdonald's show on @netflix
43767                                                        Check out Vintage / Retro - Rhythm - Mechanical - Space Age - Rare - Alarm Clock   #Rhythm https://t.co/P1AFZeiCSt via @eBay
43768                                                                                                               @ATT 1GB data rates of various countries !!!! https://t.co/XyamKJLi9V
43769                                                     RT @Darlyka: We need more than ever for @netflix to #RenewedAtypical ❤️❤️❤️ #LGTBQI #RepresentationMatters https://t.co/lr0ka8CW63
43770                                                                                                                  RT @AmaalMallik: Looking forward @Apple 💥 https://t.co/kHPWqUCPpH
43771                                         RT @nicholasibekwe: When Garba Shehu wrote about Abacha loot hidden in @HSBC in Jersey I laughed because I know that the reason that money…
43772                                                                      Check out ACR URC-102 Master Control f/RCL-50 &amp; RCL-100 Searchlight #ACR https://t.co/G5IWKjphVd via @eBay
43773                                        RT @SaveVersailles: #SaveVersaillesSeries @SaveVersailles #Versailles @VersaillesFam @VersaillesCAN @VersaillesCANAL @netflix @ovationtv To…
43774                                                                               RT @Reuters: Texas police arrest Border Patrol agent for murdering four women https://t.co/SHckzzxkZt
43775                                                                                                    RT @obsen8: ALL I WANT IS A #NewSeasonForSense8 @netflix https://t.co/SpskKf04IJ
43776                                                                    COACH White Glasses or Sunglasses Clamshell case  #Coach #eyeglasscase #stjude https://t.co/F8If2vNhuV via @eBay
43777                                                                                 @APCNigeria @HSBC Shame on all you hypocrites. The same Abacha you all claimed did not stole a dime
43778                                                                                          RT @MTHallett37: Just remembered: ATL is the home of @CocaCola. I miss you already @pepsi.
43779                                                   RT @BHSDesk: #ForSale on #eBay : #PowerRangers Legacy Green Ranger Helmet and Dragon Dagger Lot https://t.co/8FX4XRkdcA via @eBay
43780                                                                        Starbucks @Starbucks at the Hay Building is throwing a bday party for one of their regulars and I. LOVE. IT.
43781                                                                                       Florence's rains: Coal ash landfill collapses in Carolinas https://t.co/koIKhYmPmj via @Yahoo
43782                                                                                                              @TomAbrahams13 @abc13houston @McDonalds Oh my gosh! Cutie patootie. 😍
43783                                                Check out Liz Claiborne 38B Bra BLACK 4406 Nylon Spandex Underwire no seam T-shirt bra #TShirtBras https://t.co/1ukRonijS1 via @eBay
43784                                        RT @RDoreauk: Team @ATT deploying assets through the night connecting First Responders on the front line of #HurricaneFlorence response and…
43785                                                                         RT @NJDavidD: @victoria0429 @chris_neto https://t.co/fwXSJx4mgf  @Microsoft Future Vision Video  #AVInTheAM
43786                                                                                       @ChuckieOnline Kat would definitely win. @netflix @NetflixUK this is something to think about
43787                                                              @McDonalds Is this why America is so obese. Next it will be the 1 2 3 cent menu. With and extra chance of heat attack.
43788                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/Vmd89t56I6
43789                                                                               RT @Reuters: Texas police arrest Border Patrol agent for murdering four women https://t.co/SHckzzxkZt
43790                                        My 11 yr old son just got into a @netflix show for preteens/teens called Greenhouse Academy. We were excited to wat… https://t.co/W73Yyh28iZ
43791                                        @HollyGraceful @Tesco @MonsterEnergy @CocaCola Soft drinks and coffee have similar effects as energy drinks (sugar/… https://t.co/2ykiFdCUo7
43792                                                  Check out Vintage BSK Brooch &amp; Earrings Gold Tone Clear Marquis Rhinestones Demi Parure #BSK https://t.co/E4LTmKY7hR via @eBay
43793                                        @EliudKipchoge @Nike @GlobalSportsCom @NNRunningTeam The BEST marathon runner of all time! Even if you stop here hi… https://t.co/6RixCao8Hu
43794                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
43795                                        Learn how @HomeDepot is using digital strategy (and design!) to exceed customer expectations! Read their story in S… https://t.co/NHVqQ4obdZ
43796                                                                                                                                             Nice one @Tesco https://t.co/493csIOOGY
43797                                                                         RT @Reuters: Anti-Kremlin activist doing better in German hospital: fellow activist https://t.co/rdHMDMZifi
43798                                                                                                                                @TMobile 🙌🏾 getting the iPhone XS Max in Gold.....
43799                                                @Simpleasfat @jongaunt @Conservatives @CocaCola @premierleague @tateandlyleplc @tom_watson @DrAseemMalhotra… https://t.co/SSLafiZa7V
43800                                          That @Apple has shied away from #5G is further evidence that the company doesn't need any help generating its own… https://t.co/XCRbQugXov
43801                                                        Check out Vintage Smith Corona SCM Coronet Electric Manual Typewriter W/ Case #SmithCorona https://t.co/tSjJvw2Ntk via @eBay
43802                                        @Reuters Do you think @POTUS @realDonaldTrump will pardon him? I would not be surprised. I also think he killed mor… https://t.co/ew6KIfaRef
43803                                                                                                                                          @Kidfears99 @Starbucks NOT COOL @Starbucks
43804                                                                              RT @Reuters: Palestinian stabs U.S.-Israeli citizen to death at West Bank mall https://t.co/HlbbNlDY8A
43805                                                                                                                Coach Vintage Sonoma Dome Bag 4921 https://t.co/BmtgNRuu0F via @eBay
43806                                               @Ford Have you looked into airbag pontoons to auto-float vehicles when submersed in water? I want one for my 2014 3.5L EcoBoost F150!
43807                                                                                                            RT @HL_Preston: 2018 and there's still not a white yorkie bar 😡 @Nestle
43808                                         @69sjg @jongaunt @Conservatives @CocaCola @premierleague @tateandlyleplc @tom_watson @DrAseemMalhotra @LegacyGuyUK… https://t.co/3XGN7EPPkW
43809                                        RT @missmary88: Day 2 at cincinnati comic expo and can't wait for the #timeless fan meet up this afternoon! I think I am ready! @Sony @Sony…
43810                                                        Check out Liz Claiborne One Piece Swimsuit Size 10 Coral Pink Fully Lined Womens Swimwear  https://t.co/xJH1yvZ3E9 via @eBay
43811                                        RT @MrSomoye: @PositivelyNaija @HSBC @Ayourb @Mr_JAGs @AyooAkanji @iyaboawokoya @GarShehu @Johannxs @gloria_adagbon @SusanHenshaw50 @AliyuA…
43812                                        RT @MrSomoye: @PositivelyNaija @HSBC @Ayourb @Mr_JAGs @AyooAkanji @iyaboawokoya @GarShehu @Johannxs @gloria_adagbon @SusanHenshaw50 @AliyuA…
43813                                                Check out SUZUKI Harp Bag TSB-T for Taishogoto Suzuki Pine and Yamaha TH-10/10E/10M/15/15E #SUZUKI https://t.co/aie2hUKI5V via @eBay
43814                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
43815                                                                                                                          Question for leftists who hate @amazon: Do you shop there?
43816                                       Win a @Google Home Mini ($80 valued) via @BestBuyCanada &amp; @HelloVancity RT &amp; Follow to enter #PowerYourSpace  https://t.co/Ho2pv6Xv6e
43817                                                                                           @hughdellar @BaselAirport @britishairways @easyJet Hope you make it home soon &amp; safe!
43818                                        RT @MrSomoye: @PositivelyNaija @HSBC @Ayourb @Mr_JAGs @AyooAkanji @iyaboawokoya @GarShehu @Johannxs @gloria_adagbon @SusanHenshaw50 @AliyuA…
43819                                        RT @mdubowitz: Boeing cargo plane loaded with weapons. Yet more evidence of how Islamic Republic of Iran would use @Boeing @Airbus @Bombard…
43820                                        @EliudKipchoge @Nike @GlobalSportsCom @NNRunningTeam You are a brilliant Athlete. The Greatest of all time. Proud o… https://t.co/qVXuW10OtH
43821                                                        Check out Very Best Of MUNGO JERRY New Sealed 5.1 Surround Sound 2002 Music Audio DVD 70s  https://t.co/DbGm3UZCTW via @eBay
43822                                        RT @Nike: Don't just be the fastest marathon runner in the world. Be the fastest in history. #justdoit @EliudKipchoge https://t.co/jGcoNy3W…
43823                                                                @Nike @NFLNnewsdesk @michaelstrahan  LOOK YOUR HERO!!!!!!!!!!!!! ahhaahahahahah WHAT A BUNCH OF DUMB ASSES!!!!!!!!!!
43824                                                      Check out Women's LEVI'S Jeans 550 Misses Size 10 Short Relaxed Fit Tapered Denim NEW #Levis https://t.co/IgVXix9aF4 via @eBay
43825                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
43826                                                                             RT @KariVanHorn: COMING 2019 NATIONWIDE: @PopTartsUS CEREAL (Cred: @KelloggsUS) https://t.co/xz3LqsvWKU
43827                                                                Check out Women's Silver Jeans Suki Straight Blue Denim Jeans 31 x 32 #SilverJeans https://t.co/2NC7YgMweK via @eBay
43828                                                                                          Check out The Best Of The Kendalls Ovation Records – OV 1756 https://t.co/KJaEKORxri @eBay
43829                                                           Check out Pearson My ABC Storybook Cornerstone Workbook Alphabet Teaching NEW #Workbook https://t.co/CV7CrQmgTZ via @eBay
43830                                                         Check out ANTIQUE ITALIAN APPLIQUE FLEUR DE LIS LACE EMBROIDERY BOUDIOR PILLOWCASE COVER  https://t.co/Zn3H7BTzt5 via @eBay
43831                                                           RT @BMW: For a game-changing travelling experience. The #BMW #VisioniNEXT. #MyFavoriteSpace @BMWi https://t.co/0Qw9uds38w
43832                                                  Check out Men's Adidas Notre Dame Fighting Irish NCAA Full Zip Windbreaker Jacket Size L #adidas https://t.co/HZuZvv9O89 via @eBay
43833                                                              @reeses @amazon I'm rooting for the Pittsburgh https://t.co/vKsqM3oZFx we go Steelers here we… https://t.co/ydYiPe7oCp
43834                                       RT @James_x_Naddie: Petition to include Never Not Love You and On the Wings of Love to be available at @netflix because why not? 😍 https://…
43835                                        RT @kooridenka: @James_x_Naddie @livelikepotter @netflix isama na timy. let people who don't know the fandom drama judge it for themselves.…
43836                                                Check out Northern Reflections Men's  plaid XL Long Sleeve Shirt #NorthernReflections #ButtonFront https://t.co/BMeVM2QXSu via @eBay
43837                                                                                                 RT @birdwriter7: Johari's Window by Suzy Davies https://t.co/LPKB1AIDkd via @amazon
43838                                          @Pontifex @BBCWorld @Reuters @AP @NBCNews @ABC @FoxNews @WSJ @nytimes @washingtonpost @TIME @CNN @POTUS @Pontifex… https://t.co/LnkzfbzrOs
43839                                        @BankofAmerica @dallasprideorg *Your.  P.S. I don't believe you suddenly support gays for one second. Tide is turni… https://t.co/oqKhVCnnXx
43840                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
43841                                           @realDonaldTrump @POTUS @POTUS @BBCWorld @Reuters @AP @NBCNews @ABC @FoxNews @WSJ @nytimes @washingtonpost @TIME… https://t.co/tWcifV7AGd
43842                                                               RT @Reuters: Kenyan Kipchoge shatters marathon world record in Berlin https://t.co/dvakkRhb5Q https://t.co/8UMB4qPl4D
43843                                                                                                   @EliudKipchoge @DavidNdii @Nike @GlobalSportsCom @NNRunningTeam Simply amazing 🇰🇪
43844                                                                                                            Emoti Poop Money Bank TruffleShuffle https://t.co/RSp93DhbWw via @amazon
43845                                         @LucaCorleone68 @JoshuaTraenor @Apple That's one of the qualities I enjoy most with #Apple: It is totally possible… https://t.co/NzMsmpQ2pL
43846                                                                                      @SnarkyCop @Citi Too much work. I just had them take me off the list in 10 min. Done and done.
43847                                                                       @netflix Could you produce the American Gods TV series with Damon Lindelof (The Leftovers) behind the camera?
43848                                        RT @Reuters: Exclusive: Saudi Arabia to auction detained tycoon's real estate assets - sources https://t.co/4qFZYLsKDS https://t.co/I7KoHJ7…
43849                                                                                                                      Check out my listing @eBay - https://t.co/bEKuZxFCDT via @eBay
43850                                                         Check out 1930s Original Vintage Butterick Pattern 6642 Misses Afternoon Dress Size 33 B  https://t.co/qtnhqevEMd via @eBay
43851                                                            RT @Reuters: Team Macron challenges French Senate over bodyguard hearing https://t.co/Bl174J7eFZ https://t.co/m3QRu1rCS0
43852                                         @NotKnucklinUndr @Undorkins @MissionUnlikely @stuarm304 @MeansNefarious @BlueSteelDC @Variety @ATT I just realized… https://t.co/MiXTsUru2y
43853                                                                           RT @Shell: Are rocks like carrots? 🥕 The answer lies in good stew #makethefuture https://t.co/20lKzMVuhE
43854                                              @OliverMcGee @Google @realDonaldTrump @POTUS #Google is a #Liberal echo chamber.  I doubt that there's one conservative working there.
43855                                        @flaco_usa @Nike @EliudKipchoge Lol I wouldn't by their shoes because of the price I can conventionally say it's be… https://t.co/Rz1Xtylfkr
43856                                                            Ending!  HUMMINGBIRD Vintage GERRYS Enamel Rhinestone Eye BROOCH Pin  #Gerrys #Vintage https://t.co/dLjLY6Ei1a via @eBay
43857                                        RT @parscale: Jeff Bezos @amazon should give all profits of selling unauthorized #MAGA hats made in China to all the poverty stricken in Ca…
43858                                                                                                                       @EliudKipchoge @Nike @GlobalSportsCom @NNRunningTeam Congrats
43859                                                Check out Lustrous Cape Women Plus One Size Fits Most with Leopard Scarf #TheHoneyCollection #Cape https://t.co/qDfRPMNmFo via @eBay
43860                                                                                                                                 @Apple So going for gross profit over volume sales?
43861                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
43862                                                               RT @freedomfan255: @verizon No customers gave permission for @fema to obtain cell phone numbers for messages from 45.
43863                                                                              Check out 2014 Bowman Chrome Pulsar Refractor #73 Tavon Austin /271  https://t.co/LISyhWzIDp via @eBay
43864                                                                                        RT @NviMatharu: Thanks @Apple For Reminder Me Before the #AppleEvent https://t.co/v5FuVQOuTZ
43865                                        RT @NBA2K: First look at the @Nike LeBron 16 “1 Thru 5” in #NBA2K19 🔥 See them in MyTEAM mode when you take on a team of 5 LeBrons wearing…
43866                                        RT @mdubowitz: Boeing cargo plane loaded with weapons. Yet more evidence of how Islamic Republic of Iran would use @Boeing @Airbus @Bombard…
43867                                                       @DrZentron @Apple @SamsungAU Also its pretty easy to hack your phone. Iphones are much harder to get away from the five eyes.
43868                                                         RT @saskiajuretzek: Oops - we did it again \U{01f92d}! #1 #DJSI @Allianz @RobecoSAM #sustainability https://t.co/IHCoL9qaiR
43869                                                                                                                 RT @TheUnicornYT: @Apple To waste my money or not to waste my money
43870                                                               Ending! Letter Initial S With A Cherub Signed  L.RAZZA Gold Tone Vintage BROOCH PIN https://t.co/UYO2dM2i9o via @eBay
43871                                                                                                                      Check out my listing @eBay - https://t.co/qiIJsqGeUr via @eBay
43872                                                                                                @EliudKipchoge @Nike @GlobalSportsCom @NNRunningTeam Congratulations on your finish!
43873                                                                              Check out Body Glove Mens Spring Shorty Wetsuit - Size XS #BodyGlove https://t.co/tSOLXNO441 via @eBay
43874                                                                Gardening When It Counts: Growing Food in Hard Times (Mother Earth News Wiser... https://t.co/LZrmdSDMUb via @amazon
43875                                                                       Check out JOSH ALLEN 2018 SAGE HIT ASPIRE RED PARALLEL ROOKIE RC CARD #111  https://t.co/ZYvtvhdR3s via @eBay
43876                                        RT @ConsciousJewels: #PENDANT RED WHITE STONE GEM SEQUIN #SILVER #JEWELRY NEW SALE FASHION #Pendant https://t.co/M1almxGhS0 via @eBay 34min…
43877                                                                                                                                             Is @netflix ok? https://t.co/UHDTu50al8
43878                                                                                                            @EliudKipchoge @Nike @GlobalSportsCom @NNRunningTeam Congrats on the WR!
43879                                                                      PENDANT RED WHITE STONE GEM SEQUIN SILVER JEWELRY NEW SALE FASHION  https://t.co/M1almxGhS0 via @eBay #jewelry
43880                                                                                           @LucozadeEnergy @Tesco I'm presuming this isn't available in the Republic of Ireland ? :(
43881                                                                                            Check out ACR HRMK4200 Elevation Motor &amp; Gear #ACR https://t.co/qSjbmEeuXU via @eBay
43882                                                                                                         RT @MLCULTD: Check out my listing @eBay - https://t.co/8rTnhkoxx5 via @eBay
43883                                        @Apple Do you think it’s about time you upped you free 5GB storage to 10GB after it’s been on 5GB forever or at lea… https://t.co/NLbi8SCqGU
43884                                                                              Check out Hand Painted Ducal Chest of Drawers in Sailors Blue #Ducal https://t.co/fFyNS4Y8mk via @eBay
43885                                                                        Check out cartoon network Collections Limited Edition https://t.co/7zFbMtUTYP @eBay #gameboy #gameboyadvance
43886                                                                                           Fall Into Me (Zander Oaks Book 3) by Talia Carmichael https://t.co/rioDZK4WNL via @amazon
43887                                                                                                                                   @n4shid @whatseashells @Apple The poor is talking
43888                                                @turfderf2 @NFL @nflcommish @Nike @Kaepernick7 @realDonaldTrump #Trump has threatened the owners. That violates the #FirstAmendment.
43889                                        RT @josefnewgarden: Last race of the year and last race for @verizon as title sponsor for @indycar.  RT and let’s show them some love for t…
43890                                                                        Check out Washington Huskies 2017 NCAA football ticket stub vs California  https://t.co/7LChNikn5d via @eBay
43891                                        #FakeNews filth @ABC @CBS @CBCNEWS @CTVNEWS @NBC @CNN @AP @TIME @washingtonpost @nytimes @HuffPost @newsweek etc co… https://t.co/rAVprz2btA
43892                                        RT @Louisearnott2: Check out FRENCH VINTAGE SHABBY CHIC COUNTRY RETRO ENAMEL COFFEE POT 13cm   https://t.co/rwrBxXdLTB via @eBay #allthings…
43893                                                   Check out Toddler 2 Piece Sunsuit by Gaylor Size S to M Yellow White Stripe Seersucker  #Gaylor https://t.co/41rZYBeo0Y via @eBay
43894                                        RT @parscale: Jeff Bezos @amazon should give all profits of selling unauthorized #MAGA hats made in China to all the poverty stricken in Ca…
43895                                        @Ryanair hi was just looking for some clarification my son's passport is out of date for 6 months he is going to Sc… https://t.co/GfagtN2Vf9
43896                                        RT @josefnewgarden: Last race of the year and last race for @verizon as title sponsor for @indycar.  RT and let’s show them some love for t…
43897                                        @MichaelaRae1996 @Kidfears99 @Starbucks I've had that happen (not at Sonic specifically) so many times that now I a… https://t.co/NM0eTzmJl6
43898                                        RT @GhenhisKhan: 1: @HSBC isn't holding back the money. Atiku Bagudu a serving governor and friend to @MBuhari instituted a legal action ag…
43899                                                      RT @Reuters: Palestinian stabs U.S.-Israeli citizen to death at West Bank mall https://t.co/iuufQkcouW https://t.co/Ez75BIPOp6
43900                                                                                                                                     @Apple the next phone is gonna be like 2ft high
43901                                             Check out Preston &amp; York Skirt Size Medium Black Zipper Vented Lined Straight Pencil #PrestonYork https://t.co/BuuzlbUTpt via @eBay
43902                                                                                                                  this new @Disney game earned the best tags https://t.co/r3yJ8nOfGi
43903                                                                                                        Join or Die Hoodie - Yellow Know Thyself https://t.co/9otl9EsyDb via @amazon
43904                                                                                                      @Reuters @ReutersSports Look for event flyer ? Contact https://t.co/oD0tJEktJG
43905                                                #Samsung #GalaxyJ7DUO 2018 #Case #Cover #Shockproof Anti-Drop Rubber Body Protection #Blue  follow:https://t.co/6Yc8dU3D0V via @eBay
43906                                        RT @canarymission: #UCBerkeley graduate and @Apple engineer Emily Chen used her time and responsibility as a student senator to pass anti-I…
43907                                                @tom_watson @jongaunt @Conservatives @CocaCola @premierleague @tateandlyleplc @DrAseemMalhotra @LegacyGuyUK… https://t.co/V586Yv9MoG
43908                                         @cwebbonline @fema @TMobile @ATT @verizon @sprint Not sure why the media is letting the bad information get out of… https://t.co/BFKva9GCKk
43909                                                            @Ryanair do I really get free seat reservation with purchased priority&amp;2 bags as it’s showing during checkin online?
43910                                                                                                                                                         @Apple ANDROIDS FOR THE WIN
43911                                                                                                                                                          @Reuters only 1000 people?
43912                                                            Check out 2018 Opening Day Insert Lot Topps Baseball Cards Trout Stanton Ichiro Mascots RC https://t.co/R5eklJi7ZF @eBay
43913                                                                                                            Check out 4 Cup Espresso Glass Carafe  https://t.co/498F9wGFVE via @eBay
43914                                                       Check out 2882 2762 lot 2 Sewing Patterns Misses sizes H5 6 8 10 12 14 Summer dress jacket  https://t.co/yaDiUQegH9 via @eBay
43915                                                                          @CBS wth?!?! TV guide says you are supposed to be showing #football not this bs travel show! Y’all suck!!!
43916                                        @HomeDepot Way to help your customers! Love Logan @ Lake City Fl. store. So helpful an positive attitude an smile..… https://t.co/xPRKZV20tD
43917                                                                                                @thenoikz @AsdaServiceTeam @Tesco @Ocado I hear you. Ours never showed up last week.
43918                                        RT @Nike: Don't just be the fastest marathon runner in the world. Be the fastest in history. #justdoit @EliudKipchoge https://t.co/jGcoNy3W…
43919                                                                   Indian Bollywood Women Kurta Trouser Set Rayon Ethnic Dress Top Tunic Kurti New https://t.co/nyBgqXR0Wx via @eBay
43920                                                                    @Rayman_86 @darkphanlp @comcast @googlefiber I am jelly! One of the reasons I want to eventually move back to kc
43921                              NEW GENUINE Rayban Sunglasses RB3447 001 50mm Round Metal Gold G15 &gt;&gt; https://t.co/4iaYILx5ai &lt;&lt; via @eBay #memes… https://t.co/M5Kx2HaOff
43922                                                                               RT @Pippi_Dust: Mother Of The Groom Shirt Bridal Party Faux Gold  https://t.co/DdJEgpUJd8 via @amazon
43923                                        RT @josefnewgarden: Last race of the year and last race for @verizon as title sponsor for @indycar.  RT and let’s show them some love for t…
43924                                                                                           @EliudKipchoge @Nike @GlobalSportsCom @NNRunningTeam Congratulations our son kipchogeeeee
43925                                        @TheNightGallery @netflix @hulu @PrimeVideo I watched a documentary on YouTube about Charles Bronson’s career. Pret… https://t.co/ouw6l2GuPe
43926                                                                       RT @musser_benson: https://t.co/K1q8QZjs0K @WellsFargo even BRAGS about the negative amortization FEATURE! 👀
43927                                        RT @meeraremi11: @facebook Ur supposed to offer A social platform! It is least expected that u chose to tilt towards an ideology..! https:/…
43928                                                                                                                                               Are y’all watching these @Titans @CBS
43929                                                                Check out Taos Women's Slip On Burgundy Size EU39 ( #1599 ) New !!!! #Taos #SlipOn https://t.co/x60HcLNUPj via @eBay
43930                                                                                                                                             @Gillette give this man a contract 🙌🏾
43931                                                                                                                                       @choetsuuu Ok 1v1 me @Tesco 7 pm dont be late
43932                                                                                     Save 45% with promo code 45E94WOA | https://t.co/XoonN4zjvK https://t.co/FbbNCefHyM via @amazon
43933                                                                      I am watching @NFL Game @Colts vs @Redskins on @wusa9 @CBS @NFLonCBS #INDvsWAS #Colts #HTTR #NFLSunday #NFL 🏈
43934                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
43935                                                                                    RT @LetticeLover: Me when I opened my first @ATT #DIRECTTV monthly bill. https://t.co/x7m9IrL2Fl
43936                                                  Check out Mens L Large Under Armour UA Loose Heat Gear Gray Polo Shirt S/S Athletic #Underarmour https://t.co/TdHgfvI4SK via @eBay
43937                                                     @TMobileHelp @TMobile why are you gonna force people to buy the #AppleWatch from @Apple because you all are way more expensive?
43938                                                                               @GeeZee786 @_DeadFred @Reuters Don’t even give a dam anymore. The truth is truth. Labels are nothing.
43939                                        RT @intel: Intel and Smithsonian @AmericanArt Museum partnered with VR specialists to create an exhibit free from the constraints of time a…
43940                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
43941                                                                                       @henryshield @karoagono @HSBC That's same way a madman will tell a sane person that he's mad.
43942                                        @Woodley_royal ou really do need to understand the history of @CocaCola watch this and educate yourself and pass it… https://t.co/vJlFemwxB2
43943                                                                                                                                                  @MakiTerashima @amazon Thank you!!
43944                                        @Browns are paying a bunch of high schoolers for an offensive line.  They better go to their local @McDonalds and s… https://t.co/9FV2TyBOAT
43945                                                                                                                @EliudKipchoge @Nike @GlobalSportsCom @NNRunningTeam Congratulations
43946                                        RT @Kidfears99: Hey @Starbucks - just bought a Latte in Arlington VA (3125 Lee Hwy) and was told after getting it the store is out of artif…
43947                                        RT @josefnewgarden: Last race of the year and last race for @verizon as title sponsor for @indycar.  RT and let’s show them some love for t…
43948                                                                                                @vgregorian @CBS never showed a replay of that alleged hold; any replays in stadium?
43949                                                                                      @Convictuoso @Starbucks if you are going to lie at least be good at it https://t.co/LvtvSxk4B7
43950                                         @chamberhands @Nike I am not attacking African American advocacy.  I also do not understand why so many things are… https://t.co/TO24psDK1Y
43951                                                             @YUNGBANS @McDonalds This what you tweeting now since you can’t make it to rolling loud?? Smh making me into a Russ fan
43952                                         @CWCSonichu @eBay Your father told you to KEEP THOSE!!! Don’t sell that stuff it meant the WORLD to him!!!! I know… https://t.co/BEdqgYGC3R
43953                                                                                                  RT @YUNGBANS: What the hell is this @McDonalds the McDick? https://t.co/hDkjYILUQk
43954                                                                                                                    @LastLatinHippie @Nike Lol! Fool &amp; his money are soon parted
43955                                                         Check out Silvertone Decorative Heart Earrings by Coco Bee's WAS $15 NOW $ 8.99 #CocoBees https://t.co/muWdOSVOqI via @eBay
43956                                                                              @EliudKipchoge @Nike @GlobalSportsCom @NNRunningTeam U r the greatest brother. We are all braot of you
43957                                                 RT @VirginiaKettle1: Check out VINTAGE AVON COLLECTIBLE THE TAPESTRY COLLECTION UNICORN 1981 OLD Nice https://t.co/5WdotRkYHG @eBay
43958                                        RT @MorganStanley: Morgan Stanley’s Chief U.S. Economist says U.S. GDP growth will likely hit 3.0% in 2018. Will 2019 be a repeat performan…
43959                                                                                    @henryshield @HSBC The cattle rearer is hundred percent better than you and is telling the truth
43960                                        RT @ARkstormPrepper: Beyond The Burning Shore: Searching For Survival (Aftermath Survival Book 4) ... https://t.co/eWIdsJWYID via @amazon #…
43961                                        RT @Indycar_MN: Thank you to @verizon for being the title sponsor for IndyCar for five seasons! Sorry to see you go but happy you’re stayin…
43962                                                        Check out Tommy Hilfiger VTG 90s Striped Colorblock Crest Logo Full Zipped Jacket Mens XL  https://t.co/mjP25aKU7V via @eBay
43963                                               RT @Reuters: Iran says Saudi Arabia and Russia have taken oil market 'hostage': SHANA https://t.co/9Ii1TCzhTj https://t.co/zcl0T31n0X
43964                                                                       Check out Halloween Frankenstein Purse And Felt Pumpkin Bag- New #Unbranded https://t.co/u1CfxiK1YL via @eBay
43965                                                                                        RT @netflix: To everyone watching and ~feeling~ BoJack Horseman this weekend: You Are Loved.
43966                                                             Check out Vintage Natural Wood Fireplace MATCH HOLDER and Striker Lodge Cabin Rich Patina https://t.co/7o2utW85p1 @eBay
43967                                        @GeorgeTakei @nbc @CBS @ABC @CNN @MSNBC @CNBC @FoxNews @senate @Congress TOTALLY Crooked Trump / Russian - 2016 USA… https://t.co/lh6o9BijFZ
43968                                                 Check out BATTLE OF THE HORNS Dizzy Gillespie 1980 JAPAN VINYL EWJ-80189 + OBI Near Mint #PostBop https://t.co/BRplDm7143 via @eBay
43969                                        RT @Reuters: Chances are that the next financial crisis won't look anything like the one in 2008. @onehitGit breaks down what has changed h…
43970                                        RT @Commvault: We’re proud of the work we do with our #partners. Join us as we talk about the power of #ScaleProtect with @Cisco UCS in thi…
43971                                        RT @Nike: Don't just be the fastest marathon runner in the world. Be the fastest in history. #justdoit @EliudKipchoge https://t.co/jGcoNy3W…
43972                                        RT @Nike: Don't just be the fastest marathon runner in the world. Be the fastest in history. #justdoit @EliudKipchoge https://t.co/jGcoNy3W…
43973                                                   Check out Ibis &amp; Orchid Nightlight Yellow Lemon Peel Fish Decorative Nightlight #IbisOrchid https://t.co/CSU6EsgrMs via @eBay
43974                                                                                                  RT @YUNGBANS: What the hell is this @McDonalds the McDick? https://t.co/hDkjYILUQk
43975                                                                                      Check out Kensington Wireless Presenter Remote Red Laser Pointer https://t.co/xyAbR87umx @eBay
43976                                                    Check out Karen Scott NEW V-Neck Collard Sweater Long Sleeve Blue Black 0X XXL Pull Over #Work https://t.co/avm7sAxfaC via @eBay
43977                                                                                                                                                              Actually.... @facebook
43978                                        @PremiumTimesng At first @HSBC never said @MBuhari will not win 2019. Secondly ur headline is misleading cos the st… https://t.co/sZEPFhyR7L
43979                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
43980                                       RT @IanS_devotee: Win a chance to visit Ian Somerhalder on the set of his upcoming Netflix series V Wars. @iansomerhalder @netflix #vwars 😍…
43981                                            RT @Reuters: Kremlin says Skripal poisoning suspects have nothing to do with Putin: Ifax https://t.co/WAgApjfHBo https://t.co/MdmKzBWBmE
43982                                                   Check out SABAH - ARABIC LEBANON LEBANESE Brazil VARIG Promo non-comercial 7' Mega Rare #Arabic https://t.co/RGmzRZL3YM via @eBay
43983                                                    Check out Albuquerque Balloon Festival Embroidered T-Shirt XL Heather Red Heavy Cotton #Gildan https://t.co/tkzhMr7hP5 via @eBay
43984                                                                                                  RT @YUNGBANS: What the hell is this @McDonalds the McDick? https://t.co/hDkjYILUQk
43985                                        @NFL @nflcommish @CBS Do the Chiefs get an apology for this? Not sure who wanted this call in favor of the Steelers… https://t.co/H59LCYwuTm
43986                                        RT @Nike: Don't just be the fastest marathon runner in the world. Be the fastest in history. #justdoit @EliudKipchoge https://t.co/jGcoNy3W…
43987                                                   RT @Reuters: ICYMI: Winklevoss twins get digital currency approval https://t.co/yf4Z4UNgXv via @ReutersTV https://t.co/gDyExQlsSB
43988                                                                                                                                                     @netflix the sequel where is it
43989                                                                                        RT @netflix: To everyone watching and ~feeling~ BoJack Horseman this weekend: You Are Loved.
43990                                                                                                                                                                      @Burberry Stop
43991                                        RT @josefnewgarden: Last race of the year and last race for @verizon as title sponsor for @indycar.  RT and let’s show them some love for t…
43992                                                                         RT @Reuters: Anti-Kremlin activist doing better in German hospital: fellow activist https://t.co/rdHMDMZifi
43993                                                                                                                 @HRC @amazon @JeffBezos y'all kidding right https://t.co/MPSc5Imwzx
43994                                                               RT @Reuters: Kenyan Kipchoge shatters marathon world record in Berlin https://t.co/vq7GgYiGgH https://t.co/f2zd1lsZjB
43995                                                                                                                          @MorganStanley At this time study cranberry farming please
43996                                                                                                  RT @YUNGBANS: What the hell is this @McDonalds the McDick? https://t.co/hDkjYILUQk
43997                                        RT @StudioAdmin: Check out this Margaritaville Metal Print  https://t.co/TV6Z6lr227 via @eBay #goodmorning #fortlauderdale #morning #coffee…
43998                                                     RT @babypeashop: The countdown is on! Find out more @ASOS #OutletFlashSale – http://t.co/3ZEBOUW - RT to win £250 ASOS vouchers
43999                                                                               That @Ford Expedition computer animation in that commercial looks like it was made with a Nintendo 64
44000                                        RT @BankofAmerica: Join us in spreading love and acceptance at @dallasprideorg September 16. #LoveHasNoLabels #BofAPride https://t.co/F5ws3…
44001                                                       Check out for Arduino Kuman 8x8 RGB LED Flexible WS2812B 5050 Matrix Dream color Individua  https://t.co/lL0CtQEu8L via @eBay
44002                                        RT @candacecbure: Netflix knows how to party! @andreabarber @johnstamos @caitlinskybound @netflix #Emmys2018 #FullerHouse https://t.co/9fij…
44003                                                                                                  RT @YUNGBANS: What the hell is this @McDonalds the McDick? https://t.co/hDkjYILUQk
44004                                                                                       Check out Chicago Bears Reebok Matt Forte Silver Jersey Size 48 https://t.co/i7ZvPBZtBH @eBay
44005                                                                         RT @anasakovaautho1: Sinful Souls by Ana Sakova https://t.co/ihfY1UID3V via @amazon https://t.co/pn6vnHA64F
44006                                        @1kzworld @ShelleyPersists @Reuters False.. .snopes.. see below.. You're proof the left will buy anything your croo… https://t.co/OBzzL5UDxV
44007                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
44008                                                             Check out Vintage English Royal Crown Derby China Floral Decorated Preserve Pot 1921-1945 https://t.co/KrKO7sVnIP @eBay
44009                                                                                                            Ghost Rider Comic Book Lot Of 35 Books https://t.co/jF3UVBrtR0 via @eBay
44010                                                              Get #CryPretty now on @amazon (CD &amp; vinyl format) https://t.co/LMjjqLZ8kw @carrieunderwood https://t.co/wsyZ6dzuGp
44011                                                                                                            @kroger what is the best way to privately send feedback about a product?
44012                                                             @EliudKipchoge @Nike @GlobalSportsCom @NNRunningTeam Congratulations to you Champ. Quite inspiring. Let’s ‘Just do it’.
44013                                                                 Check out Adidas Mens Size 10.5 Shoes Samoa Athletic Leather Casual Soccer Black Red  https://t.co/yfWO4Rz1go @eBay
44014                                                                                                  RT @YUNGBANS: What the hell is this @McDonalds the McDick? https://t.co/hDkjYILUQk
44015                                                                            Check out 4.5” INCH Orange TOBACCO Smoking Pipe Herb Bowl Glass Hand Pipes https://t.co/wpR5mI3XxN @eBay
44016                                                                        Check out Sterling Silver Baluster Shaped Bud Vase with Leaf Detail Marked 925 https://t.co/2BFPUCj5Xd @eBay
44017                                                                                                                  RT @JonTheGold: Gettttt your shit together @Ryanair . People work!
44018                                                                                                                   It’s only crazy until you do it @Nike @NikeRunning @EliudKipchoge
44019                                                                   Check out APT. 9 Mens Size 34x32 Dress Pants Flat Front Casual Career Golf Work EUC https://t.co/wl3krucOzp @eBay
44020                                        @CBlair97282192 @FoxNews @DevinNunes @MariaBartiromo @Google @snopes @true_pundit @Thomas1774Paine @DineshDSouza Dinesh? Are you kidding me?
44021                                                        RT @MsEbayingFlynn: Casual Floral Fine Porcelain Music One Moment In Time #Trinket #JewelryBox https://t.co/HDM9tmoWDP @eBay
44022                                                             #gold check out Mudjug American Flag Spittoon - TRAVEL - NEW #MudjugPortableSpittoons https://t.co/idTtgmjHnU via @eBay
44023                                                          Check out Oakland raiders  CLASSIC LOGO REFILLABLE CIGARETTE LIGHTER NEW NFL. #Unbranded https://t.co/hJfblMBsdW via @eBay
44024                                               Tell Congress: Shut down criminal megabanks like @WellsFargo https://t.co/tCSwNExyhV via @CREDOMobile #resist thanks @RepMaxineWaters
44025                                        @dotcsb_ @lilzzyyyyy @sainsburys @asda @waitrose @AldiUK @LidlUK @Tesco @jamieoliver Local pedo Jamie Oliver demons… https://t.co/IzkEPaDqMG
44026                                                      RT @Reuters: Palestinian stabs U.S.-Israeli citizen to death at West Bank mall https://t.co/MdCPuFdqFt https://t.co/oKfXRioh9d
44027                                                                                                              RT @SaltanBin: @Reuters Thanks to King Salman. https://t.co/pX7vYYY3MS
44028                                                                                                   BROOOOO thank god for @verizon having their shit together out her in the pine🙏🏼
44029                                                                                                                                                       @Walmart The Bristol Va one??
44030                                                                       Check out ~LOT OF 2~BLUE SWIRL TRANSLUCENT SHOOTER MARBLES  https://t.co/8C19ATKz0r via @eBay  #marbles #toys
44031                                        RT @benjibou: Our culture is visual and visual search has a bright future. @ASOS Style Match is reinventing eCommerce: https://t.co/sqRTl7s…
44032                                                                                Check out Polaroid Land Camera Square Shooter 2 with  Manual and Strap https://t.co/ODkQjAgFdA @eBay
44033                                        RT @intel: What are drones doing at the Great Wall? Learn more about our expedition to preserve an ancient icon using new technology. https…
44034                                                                                                                         #FeedYourFandomEntry @KelloggsUS 2 4 6 8 Kelloggs is Great!
44035                                              #Houston's growing profile as #global #tech &amp; #innovation ecosystem: @Google partnership adds momentum to… https://t.co/hs9iN5LdYZ
44036                                                                                                     @EliudKipchoge @Nike @GlobalSportsCom @NNRunningTeam Thanks sir we are together
44037                                                                                                                                                          Can’t wait😩 Love u @Apple
44038                                                                          RT @Reuters: Democratic Senator Feinstein urges FBI probe of Kavanaugh allegations https://t.co/xeRJ3HemVQ
44039                                           RT @David321to74: Check out THE HARDY BOYS DANGER ON VAMPIRE TRAIL # 50 1971 DIXON DAMAGE INSIDE COVER PAGE https://t.co/SfCf7CVVMk @eBay
44040                                                             @RickyCollard @DunlopBTCC @Official_WSR @BMWUKMotorsport @BMW_UK @BMWMotorsport @BMW Was great to see well done 🙂 👊🏆
44041                                        RT @VintageLux92: Check out Vintage 1980 Halloween Pumpkin Jack o’ Lantern Glow In The Dark Pez Dispenser  https://t.co/pKlHZvzqWZ via @eBay
44042                                           #gold check out Medallion Deluxe Liquid Gold Solution 24 Kt. 4 Oz. By Medallion Brand  - NEW #Medallion https://t.co/4vOsbTgpe5 via @eBay
44043                                                                  Check out 1600W 220/110 FOREIGN TRAVEL VOLTAGE STEP DOWN CONVERTER INTERNATIONAL KIT https://t.co/C1RRxV5K7D @eBay
44044                                                                                          The full Summer Blues set plus a freebie - BID NOW! :-)  https://t.co/dCkpzf8Nne via @eBay
44045                                                        Check out PITTSBURGH STEELERS  NFL   CLASSIC LOGO REFILLABLE CIGARETTE LIGHTER. #Unbranded https://t.co/yk2ZZ7kn4Q via @eBay
44046                                                        Check out Young Justice Comic Issue 41 Modern Age First Print 2002 David Nauck Stucker DC  https://t.co/UpTmB4EKIR via @eBay
44047                                                                                Check out Lot of 32  WHITE #emergency UTILITY #CANDLES USA Made!)  https://t.co/fa2XFklvHX via @eBay
44048                                         Rhino Gift Tags... https://t.co/hj5R2QGe5Q via @amazon #naturecuts #gifts #giftideas #giftbag #animals #rhino #safari #wildlife #party #buy
44049                                                                                  I had the very best cabin crew manager on my @easyJet flight from Bristol to Edinburgh tonight👍👍
44050                                                                                                         @TMobile Been with T-Mobile for 10 years!!! Coundlt be more happy!!! 💋💋💋
44051                                                     Check out Quacker Factory Black Aqua Sea Coral Embroidery Short Sleeve Top 2X #QuackerFactory https://t.co/fwIE5PScUR via @eBay
44052                                                                                                                                                              @Eagles @Toyota Nobody
44053                                        @TheCoffeeSnolf @Google Translation service needs to be infiltrated and penetrated from the inside out by the furry… https://t.co/gXaOq9j6aG
44054                                        RT @josefnewgarden: Last race of the year and last race for @verizon as title sponsor for @indycar.  RT and let’s show them some love for t…
44055                                                       Check out Rock and Republic Jeans 24 Stretch Distress Denim Crop Capri Plus Size 24W Pants  https://t.co/LWPvdD6AU9 via @eBay
44056                                               RT @Reuters: Massachusetts residents cleared to return to areas hit by gas explosions https://t.co/4BnDZpDbHD https://t.co/339PB4qaP8
44057                                                        Check out Shana Scrubs Multi-Color Large V-Neck Scrub Top All Over Hearts Polyester Blend  https://t.co/NLNC9YxVqS via @eBay
44058                                                                   Check out Mick Mack Boys Size Small Plaid Long Sleeve Button Up Shirt #MickMack https://t.co/84wZptVsKE via @eBay
44059                                                                                            RT @intrigued2011: @Reuters NOOOOO!!!!  Stay away from my cell phone!!! @realDonaldTrump
44060                                                                                                            20 white Graves poker chips $5 @eBay - https://t.co/VPqSHKVcU0 via @eBay
44061                                                                                                                                                        @McDonalds i demand a refund
44062                                                                                       RT @Reuters: Accuser of U.S. high-court nominee Kavanaugh goes public https://t.co/8zkdyMewGP
44063                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
44064                                         Hey @verizon @VerizonSupport you have some employees here in Tucson that aren’t very honest when getting brand new… https://t.co/YH10TPAVoX
44065                                                  Check out Flower Earrings Silver Women Ear Fashion Jewelry Dangle Drop Charm NEW Hook  #Handmade https://t.co/u2nOSHJnQE via @eBay
44066                                                                     #pink zippo  CI016669/205 Chicago Bears NFL Throwback Lighter  #pink zippo  https://t.co/qLEh9nimkM via @amazon
44067                                                         Check out New with tags ASHRO Power Print 3 piece skirt pant top wardrober size 3X #Ashro https://t.co/epYETbnurt via @eBay
44068                                                                                 @LeoDiCaprio @JFW @BankofAmerica @TiffanyAndCo @dicapriofdn @Sothebys @InvaluableLive love you king
44069                                                                                                                          @HRC @amazon @JeffBezos damn how much did he pay for this?
44070                                                             Check out 5 NEW HALLOWEEN POSTCARDS CARD FANTASTIC VINTAGE ALTERED IMAGE SPOOKY GIRL  https://t.co/K9zumNTa1V via @eBay
44071                                        @JeffHare @akaMrMarcus @johnrich @Nike And say they are racists (which is ludicrous) or you can accept that disagre… https://t.co/NdMXYDLVtG
44072                                                            @nflnetwork @CalvinRidley1 @AtlantaFalcons @verizon What the fuck. How is D Leonard not on here? https://t.co/bBQOYMkkw5
44073                                                  RT @Reuters: France's Le Pen urges show of nationalist force in European elections https://t.co/zoma9lKwuy https://t.co/Mx8fb7EGju
44074                                        RT @KiryaSarah: #XenaRevival #XXisforXENA @NBCUniversal @robtapert @nbc @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @HBO @UniversalTV @USA…
44075                                        RT @KiryaSarah: #XenaRevival #XXisforXENA @NBCUniversal @robtapert @nbc @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @HBO @UniversalTV @USA…
44076                                                       Check out X-Factor Comic Issue 83 Modern Age First Print 1992 David Pacella Milgrom Oliver  https://t.co/UWumkFDsXU via @eBay
44077                                                                                                                      Check out my listing @eBay - https://t.co/lUAAgC0QCq via @eBay
44078                                                                 BEAUTIFUL PEARL FASHION CHARM BRACELET HANDMADE JEWELRY NEW SALE #Handmade #Charm https://t.co/kdOOSUv999 via @eBay
44079                                                                Check out NIKE AIR FORCE 1 Low Youth Boys Black Shoes Size 2 Youth #Nike #Athletic https://t.co/lxiPUqokm0 via @eBay
44080                                                            Check out South Coast Sabers AAA Hockey Letterman Varsity Jacket Wool Leather Size XL  https://t.co/xMO1nsYSrh via @eBay
44081                                        RT @kitova_natalya: #XenaRevival @NBCUniversal @nbc @robtapert @NetflixLifee @netflix all we want is to see this project on the screens. Pl…
44082                                                                                                                               @LauraRaposa @Starbucks @HeathrowAirport safe travels
44083                                        RT @DeutscheBank: Deutsche Bank is helping Rock Rail make one of the largest ever private sector investments in UK rail infrastructure. #Po…
44084                                        RT @AmPride2: @Google is unAmerican. It has no stake in the American people or their flourishing or even their basic well-being. This is no…
44085                                                      Check out BEAUTIFUL PEARL EARRINGS NEW SALE HANDMADE FASHION VINTAGE STYLE JEWELRY #Handmade https://t.co/VQbG77aNLW via @eBay
44086                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/nV6HOPi0WE
44087                                        RT @michaelcummo: The Bethel AME Church in #StamfordCT held a service today and encouraged their congregants to wear @Nike in support of Co…
44088                                         Total BS Story! #Liar !!! @cnn @msnbc @maddow @CNNPolitics @ABCPolitics @ABC @CBSNews @NBCNews @CBSTweet @CBS @nbc… https://t.co/uaq4FZfElH
44089                                                              Check out NEW Unisa black leather heels mules slides size 7.5  #Unisa #Mules #dressy https://t.co/bdWWHx6oN8 via @eBay
44090                                                                               Check out Vintage Guide 5 3/4 Fog Lamp Driving Light 2002-E  https://t.co/qFyttgzNyI via @eBay  #cars
44091                                                                        It was @HSBC before...now McKinsey has come out with another unpleasant news...God have mercy on our nation.
44092                                        RT @AmPride2: @Google is unAmerican. It has no stake in the American people or their flourishing or even their basic well-being. This is no…
44093                                        @ColleenB123 @netflix Colleen...at first I was a mom that was like “ugh” when my daughter showed me ur YouTube stuf… https://t.co/TUEujoud3X
44094                                        RT @Reuters: 'Spent' Hamilton soaks up special victory in Singapore Grand Prix https://t.co/6cjGFpgj5J by @johnboru #SingaporeGP #FormulaOn…
44095                                                                     RT @ebayflipper: Check out IBM Lenovo Thinkpad 20V AC Adapter 92P1160 #Lenovo https://t.co/iwAfsDX1bY via @eBay
44096                                                              Check out LED ZEPPELIN - ROBERT PLANT - CRAZY WAYS ARE EVIDENT - 12 INCH WALL CLOCK  https://t.co/Q3Kw8gchuM via @eBay
44097                                        RT @KiryaSarah: #XenaRevival #XXisforXENA @NBCUniversal @robtapert @nbc @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @HBO @UniversalTV @USA…
44098                                                     Check out New with tags Midnight Velvet ladies button front tunic top size 2X #MidnightVelvet https://t.co/NN4SBsjnG6 via @eBay
44099                                                                                                                                                                  @Reuters Crying...
44100                                                                RT @Reuters: Boeing 787 plant in South Carolina to reopen Sunday after storm-related closure https://t.co/6mVfuwiJWB
44101                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44102                                        RT @TurtleWoman777: @SyriaCivilDef @MSF @UN @UNGeneva @IntlCrimCourt @OPCW @hrw @SavetheChildren @congressorg @StateDept @ABC @BBC @CBS @CN…
44103                                                                                                   RT @Prork: @Postmates @BoJackHorseman @netflix Oh god I get this reference now...
44104                                                                                        RT @netflix: To everyone watching and ~feeling~ BoJack Horseman this weekend: You Are Loved.
44105                                                                                                                          iPhone X en Telcel @Telcel @Apple  https://t.co/OES5kz5RZY
44106                                                           Check out Circa Crip  Mens Skateboarding Shoes Black/White GRIPBLWH_TX Size 8.0M #Circa https://t.co/Er8sn8Sggy via @eBay
44107                                                                                                                       @Hinchtown @SPMIndyCar @IndyCar @verizon Drive fast but safe.
44108                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
44109                                                 Check out Atari 7800 Console Bundle 6 Controllers and 29 Games Original Power Supply WORKS #Atari https://t.co/fRLBIuVJfS via @eBay
44110                                               Hook Vinyl Stickers... https://t.co/POqRQ5DyNe via @amazon #naturecuts #amazon #sticker #vinyl #hook #pirate… https://t.co/GNb8A9cEHK
44111                                                                          RT @David321to74: Check out Little River Band Greatest Hits Capitol ST 12247 https://t.co/MDElIbz8NG @eBay
44112                                                                           RT @Reuters: France's Mayer breaks decathlon world record https://t.co/UsUcq3Mq7x https://t.co/CzfVH5veDT
44113                                                  You know what's great about @netflix?  The option to skip the Intro to the shows in a series! Just sayin'… https://t.co/RYwOyjdJYv
44114                                        RT @Reuters: ICYMI: A non-profit launches a 600-meter long barrier to scoop up plastic https://t.co/UQfhub3GJa via @ReutersTV https://t.co/…
44115                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44116                                        RT @elin77: Protest @HSBC today for national day of action in manchester #StopArmingIsrael #HSBComplicity #FreePalestine https://t.co/C6Gv0…
44117                                                                           RT @Reuters: France's Mayer breaks decathlon world record https://t.co/UsUcq3Mq7x https://t.co/CzfVH5veDT
44118                                                       RT @Reuters: Egyptian archaeologists find sandstone sphinx in temple at Aswan https://t.co/laORP3QwDE https://t.co/1P955X0PlY
44119                                       @LeoDiCaprio @JFW @BankofAmerica @TiffanyAndCo @dicapriofdn @Sothebys @InvaluableLive THANK YOU💖 for being an adama… https://t.co/lVNNk8MdLH
44120                                                                                                                      Check out my listing @eBay - https://t.co/esNMUM7BnM via @eBay
44121                                             RT @jazzyjunker54: Check out Solid Copper Hinged Lid Tea Coffee Pot Applied Handle Unmarked 8 Inches  https://t.co/DidLsDVaub via @eBay
44122                                               @netflix please please please please please please please make a sequel to All The Boys I've Loved Before #ToAllTheBoysIveLovedBefore
44123                                                            Check out Children's Guide to Knowledge 1974 Hardcover Children Reference Illustrated  https://t.co/rjj0GK6pwb via @eBay
44124                                                                                     RT @Joy_Villa: Who did this?! 😂 @Nike @realDonaldTrump #justmaga #MAGA https://t.co/tqSdEnJdSq
44125                                                     RT @Vindyne8: Get connected with #Modex on @facebook https://t.co/yWvrZGShcO #ModexICO #DECENTRALIZE #btc #eth #crypto #fintech
44126                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
44127                                             Check out The Original Tiki Bar &amp; Restaurant Ft Pierce Florida Adult Small Green TShirt #District https://t.co/17bbnEnzvb via @eBay
44128                                                Check out Ruby Red Shirt Women's XL Gray White Long Sleeve Fall Winter Lace Overlay Layer #RubyRed https://t.co/IpXpriWaBq via @eBay
44129                                                 Check out Gordie Howe 1952-53  Parkhurst  Detroit Red Wings HOF #88 KSA 4 VG-EX  #DetroitRedWings https://t.co/JzDKKId4YJ via @eBay
44130                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44131                                        RT @firstcitizensam: Millions in Brazil furious with @facebook after the live video feed was cut from a long awaited message from President…
44132                                         RT @sejournal: Check Out 3️⃣ Valuable PR Lessons You Can Learn From the @Nike Controversy via @JeremyKnauff. ✅ https://t.co/Y7c0i6aRti #dig…
44133                                                                                                            @benjaminokeefe @obianuju @netflix What ever makes you feel better Ben🤣
44134                                                     Check out Mishka MNWKA Hoodie Engineered To Distroy Design with Watch Out Eye Rare XL #Mishka https://t.co/LhEX374DS3 via @eBay
44135                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44136                                                                Check out Burt Reynolds Signed Smokey And The Bandit II 11x17 Movie Poster PSA DNA COA https://t.co/KjVCLQFeGR @eBay
44137                                                                                                                       RT @JoHo1118: @justah_voice @Walmart That’s the devil’s meat!
44138                                                                          RT @Reuters: Fire contained at Tesla Gigafactory in Nevada https://t.co/2Y4dwGmiYa https://t.co/2UkAZTToqA
44139                                           RT @flippinsuzy: Check out Christmas Ornaments Gold - Red With Silver Trim And Ivory And Gold Ribbons.  https://t.co/mSkrkOu7eV via @eBay
44140                                         #HelloVancity Win a @Google Home Mini ($80 valued) via @BestBuyCanada &amp; @HelloVancity RT &amp; Follow to enter… https://t.co/bBsjiLnQcv
44141                                                                                                                                     @Google Means ... They Want To Think For You...
44142                                                  Check out NEW Womens Plus JMS JUST MY SIZE Mint Green Pleated Chest Knit Top Size 1X #JustMySize https://t.co/4ul1zk8frx via @eBay
44143                                        @Grurray @IamJoogle @Scaramucci @amazon @BNBuzz America has always been great...the right comes up with the lies be… https://t.co/LTCRnKFg3i
44144                                                                     Check out Todd Gurley 2016 Panini Impeccable 12/12 Troy Ounce Silver LA RAMS NFL  https://t.co/tW2lux6JSd @eBay
44145                                                                       Check out Thai Temple Original Watercolor Painting  by Artist Nipon  #Asian https://t.co/JLh4kmjPX1 via @eBay
44146                                                                                 Check out Betsey Johnson black quilted heart purse #betseyjohnson https://t.co/vAFiHZB275 via @eBay
44147                                        RT @TheFavelakid: America’s Eighty-Fourth-Street Boys: The Hive CreateSpace Independent Publish... https://t.co/FDDi0jGe6P via @amazon http…
44148                                        @JohnLegere @TMobile John... we purchased two iPhone X’s max phones and added two watch lines to go with them. Is t… https://t.co/XNxPYRcN8I
44149                                        RT @Reuters: Listen: The 2008 financial crash cost the U.S. economy $30 trillion and put 9 million people out of work. A decade after the f…
44150                                                                                                    Check out Ladies Purse (Mint Green) #Unbranded https://t.co/phdBIvtR72 via @eBay
44151                                                                       Check out Dragon Ball Kai Creatures 4 Cell Figure Banpresto Rare #BANPRESTO https://t.co/92y55mapET via @eBay
44152                                                                    1975 MODEL AIRCRAFT Handbook Illustrated airplane construction design flying   https://t.co/Ty2iDKMkF3 via @eBay
44153                                                                   Check out Terry Funk Good Bye Terry Funk Magazine Book All Japan Pro Wrestling  https://t.co/JqBfUsvPcd via @eBay
44154                                                    Check out Vintage signed GIVENCHY Paris New York 1977 Large Lucite &amp; Resin pendant &amp; chain https://t.co/Pcjp3AxPnJ @eBay
44155                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44156                                                                    RT @WhoWhatWear: Can you guess the electric trend everyone's buying on @eBay right now?: https://t.co/nM8V3Vo71s
44157                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
44158                                                                                                     @netflix add this so i can watch it with my friends and https://t.co/p52UzKU7Ix
44159                                        RT @haingoniainara1: i feel like empty without @DeceptionABC is there anyone who can  #SaveDeception? @netflix @NetflixLifee @AmazonStudios…
44160                                                                      Check out EFL Mens Red Green White Son Of A Nutcracker Fleece Pajama Pants Large https://t.co/QZq4klUykh @eBay
44161                                                            Check out Deadpool The Mercs For Money Comic Issue 10 Limited Variant Modern Age 2017  https://t.co/J0C2FJrPCX via @eBay
44162                                                            Check out RUSS BALLARD - BARNET DOGS - 1979 Epic Records LP JE36186 VINYL NM #HardRock https://t.co/pBY1XSd2of via @eBay
44163                                                             Check out Art Deco Style Black White &amp; Clear Rhinestone Ornate Brooch Beautiful!  https://t.co/hmmqurdw5N via @eBay
44164                                                                                                              @iDeplorableVET @Ford um I think because its a Ford. ha ha haaaaaaa jk
44165                                                                                                                                                                @Reuters Unfollowing
44166                                                                                     RT @BactiveorBquiet: @NBCNews @verizon Do NOT allow this. I demand the capability to block this
44167                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44168                                                                                      @lawtonok @Nike Hey! Thanks for supporting Nike. I lived on Lawton 19 years. Have a good week.
44169                                                                   Check out Kasper Purple/Black Animal Print Velvety Blazer With Black Pants- Size 12 https://t.co/oW786pxAYm @eBay
44170                                        @Scaramucci @amazon @BNBuzz He is grateful to the blue collar workers that made his successful with his business. U… https://t.co/yb2OW74AFz
44171                                                                           Check out House of Mystery #1 Wrightson 1:10 Variant 2008 Vertigo Comics NM https://t.co/zvZdKk3B8y @eBay
44172                                                                                         Check out Sterling Silver beaded Crystal Bracelet #Beaded https://t.co/MPEby5W676 via @eBay
44173                                        RT @HeighwayKelly: #FOXTV @warnerbrostv @netflix @TeamRobinTaylor @Gotham @mister_CMS @GothamTVPodcast @GothamTVWriters #GothamOnNetflix @b…
44174                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
44175                                   RT @BryonnyM: @sofinique1 @BlatantlyOb @ASJBaloch @Macys @Nike @realDonaldTrump @POTUS 🔥Iranian Women Risking Imprisonment &amp; Death for Remo…
44176                                         @Google my guess is you got a bunch of actual idiot retarded fag sticks working for your biased bitch ass country.… https://t.co/79G4ERo5K5
44177                                                                                        RT @netflix: To everyone watching and ~feeling~ BoJack Horseman this weekend: You Are Loved.
44178                                                                                      RT @StrainCentral: THANK YOU @Walmart FOR THE FRESHEST WOODS OUT THERE https://t.co/I0R86UZZpN
44179                                                        Check out LOVERBOY / HUEY LEWIS &amp; THE NEWS - ERIE COUNTY FIELDHOUSE  LAMINATED POSTER  https://t.co/Jgix6BoHh4 via @eBay
44180                                                                                                                                       @KissMyAds @Starbucks Mmm ham and Swiss it is
44181                                                                                                                                                                      @Reuters gross
44182                                                         RT @Reuters: UK consumer spending grows at fastest pace since January: Visa https://t.co/gZWWYtwoQe https://t.co/qnJmhZrlc4
44183                                                                                                                      Check out my listing @eBay - https://t.co/XBTgsk8hCO via @eBay
44184                                                            RT @Reuters: WATCH: This grey-haired thrill-seeker is Taiwan's oldest paraglider at 93 years old https://t.co/UgiDGHqCfU
44185                                                                                                          Check out Italian greyhound sun catcher  https://t.co/5bEBe8FGxo via @eBay
44186                                                                                                                 Check out Liszt: Hungarian Rhapsodies https://t.co/4mFf4TKOT5 @eBay
44187                                                Check out CHICO'S Sz 3 Fits XL/1X? Light Purple Modal/Cotton/Wool 3/4 Sleeve Tunic Sweater #Chicos https://t.co/cxI4Li3rff via @eBay
44188                                                                                                                      Check out my listing @eBay - https://t.co/gEm7YxoFiE via @eBay
44189                                                                                                                                               #AmericanVandel is back 😃📺 @netflix
44190                                        RT @ArcadiaPAC: Raffle! Your concert ticket automatically enters you to win fun prizes @Disneyland @HP Last day for 30% off: https://t.co/S…
44191                                                                                                   RT @Jloh90: Check out Adidas CNY Ultraboost 3.0 UK8 https://t.co/HRbRrFAOk0 @eBay
44192                                P-TECH schools deliver results for students &amp; businesses around the world. Today the Ministry of Education &amp; @IBM a… https://t.co/QFwpEfo4wS
44193                                            RT @Topendexports: Check out VINTAGE OLD IRON HAND FORGED CARVED DAGGER KNIFE KHANJAR PESH KABZ INDIA  https://t.co/vVIiVvCUhI via @eBay
44194                                                                                                                                                                 @TMobile Space-gray
44195                                                                                                                xersion top cold shoulder size XL BLUE https://t.co/pV9Jb7jU2P @eBay
44196                                                                                                                                                       Way to go @Starbucks #awesome
44197                                                                                                                                      @theGrio @RealDLHughley @Nike Who cares!! 😆😆
44198                                               RT @Reuters: Massachusetts residents cleared to return to areas hit by gas explosions https://t.co/KkRtEFdZAe https://t.co/VpswEVqE9t
44199                                                Check out Novelty Golf Bag Telephone by Dialfone Golf Balls Push Button Dialing GOLFERS  #Dialfone https://t.co/NWLuXUDVLG via @eBay
44200                                                                                   Check out HD In Paris Top Blouse White Sleeveless Size 4 Womens 27E https://t.co/nPkxuMiwaZ @eBay
44201                                                          Check out Trouser jean Liz Claiborne NEW sz 4 med dark wash wide leg loose fit mid rise  https://t.co/qFFrz1qYWh via @eBay
44202                                                       Check out Native Intimates Size 36B Sexy Black Teddy Baby Doll Underwire Adjustable Straps  https://t.co/I3Mp9TTotf via @eBay
44203                                    RT @SAP: SAP HANA is helping @ElephantsRhinos &amp; People (ERP) preserve the world's ecosystem for future generations. https://t.co/H8kclZW3lr…
44204                                        @marykingsley11 @Shell No one close to Tesla on tech / cost / self drive hardware in all vehicles. But there’s room… https://t.co/kGJRKBKQsH
44205                                               RT @Reuters: North Carolina devastated as floodwaters rise from deadly storm Florence https://t.co/02O3tpVIoR https://t.co/vZ4pSFpHyb
44206                                         RT @CoachPirillo: Very excited to try this different way for students to get their pedometers. Cell phone storage bought from @amazon will…
44207                                                                                                                      @aymen85683366 @BMW Be my guest 😂✋🏼 https://t.co/JWqolnZIFQ
44208                                        RT @DeutscheBank: Deutsche Bank is proud to be named Currency Derivatives House of the Year for 2018 by Asia Risk https://t.co/nNfDpAatPB @…
44209                                                 Check out BELLA 13683 Personal Espresso Maker with Built-in Steam Wand and 5 Bar Pressu... #Bella https://t.co/Gr469lPFS9 via @eBay
44210                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44211                                                                                                                                                           Still mad at you @netflix
44212                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/Jd8clgvLow
44213                                                               8 Ounce (227 grams) Dried seafood small-sized abalone from South China Sea Na... https://t.co/ooNqYtFwWe 来自 @amazon
44214                                                                                                                                            season two of flint town please @netflix
44215                                        RT @Reuters: ICYMI: A non-profit launches a 600-meter long barrier to scoop up plastic https://t.co/UQfhub3GJa via @ReutersTV https://t.co/…
44216                                        RT @Reuters: https://t.co/Pf1ys8csDY CEO to no longer attend China AI forum after allegation of rape https://t.co/jlRXLttIwU https://t.co/3…
44217                                                                                                  @Starbucks hey me and @mkasko37 are deserving parters who want to win an ipad !!!!
44218                                                                 1940s Vintage Sterling Silver Our Lady of Lourdes French Religious Medal Pendant  https://t.co/ozOlsgLa52 via @eBay
44219                                                                                               RT @tyleralvarez: Go binge our shit! #AmericanVandal @netflix https://t.co/lmiJz02yyv
44220                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44221                                   @WoozyOffDaDooby @datboiiZeke @JBased32 @Toyota #Takata’s #airbag #recall: 23 fatalities &amp; 278 🤕. @Toyota must prov… https://t.co/J9btnXZbCr
44222                                        RT @ConsciousJewels: CROCHET BRACELET MULTI COLOR PURPLE RED BLUE GREEN YELLOW NEW SALE HANDMADE #Handmade https://t.co/ALC3dLFOyV via @eBay
44223                                                     Check out 5 Lbs Vanilla Coconut Bulk Bath Salts Crystals Custom Or U Pick Scent #SubtleScents https://t.co/jELrx4U00r via @eBay
44224                                                   Check out Western Navajo Pearl Style Pewter Beads Three Strand Gypsy Necklace Set #2 #Unbranded https://t.co/sryB5QCZIW via @eBay
44225                                                                      Check out Military Purple Heart Tie Tack Lapel Pin in Box #Military #TieTack https://t.co/9bXXqPjyC7 via @eBay
44226                                                                                                                                                         @Reuters thanks for sharing
44227                                                            RT @Reuters: China tells Taiwan to stop all mainland spying and sabotage https://t.co/C6NPDY7fuj https://t.co/shjevuSiCF
44228                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44229                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44230                                                                        @Save_Timeless @missmary88 @CinciComicExpo @Tolat2 @wanderlooop @Stranger_Things @Sony @NBCTimeless Awesome!
44231                                           @MDMGeek @cathymwright @Starbucks I usually get one of the protein boxes with my free reward since it's over $8 value...and a free lunch!
44232                                                                                                                                           @Reuters Seems like poor Mark has issues.
44233                                        RT @Boondockfinds: Vintage Pi Beta Phi Garnets Sorority Fraternity Arrow Pin Badge Signed 1933  https://t.co/muAQlIkdPQ via @eBay #collegel…
44234                                                                     RT @Reuters: Oil prices ease as trade row clouds demand outlook https://t.co/EvCwKICEHs https://t.co/fx1WRb9zxQ
44235                                                                                     Vintage #BeerStein Salt &amp; Pepper Shakers #WesternGermany  https://t.co/kpBdOYHThp via @eBay
44236                                                                                                             RT @completeblisskr: @hm @hmusa Thank you! ☂️❤❤❤ https://t.co/ojfgHPfvH8
44237                                        @NickNikonor @GOPLeader @Google The economy is cyclical. It took double the amount if time it should have to recove… https://t.co/6IZX1Fk64y
44238                                                                       @RetroNewsNow How is this not a special feature on the  #DigitalCopy of #ANewHope ? @Disney @starwars @iTunes
44239                                        RT @faagifts: @realDonaldTrump @Comey #Rosenstein #McCabe @FoxNews @CNN @ABC @CBS @NBC  '''HOT OFF THE PRESS'' AN FBI AGENT IS FLIPPING STA…
44240                                                   Check out AIR JORDAN BOUND 2003 ORIGINAL DOWNTOWN WHEAT GOLD BOOTS Size 12.5 438552 771 #Jordan https://t.co/PUY0YZE2UU via @eBay
44241                                                            Check out [L'OREAL] PARIS COLOR RICHE MATTE LIPSTICK NO.216 BLAZE OF RED 3.7 G #LOREAL https://t.co/7rfwQ1edYQ via @eBay
44242                                                               RT @Reuters: Accuser of U.S. high-court nominee Kavanaugh goes public https://t.co/YklvW2Y4oE https://t.co/6a9eQBcpfN
44243                                                Check out IKEA Kids Mala Wooden Tabletop Holder &amp; Roll Craft Art Drawing Paper Combo NEW #ikea https://t.co/uxyQJ4U9gx via @eBay
44244                                        RT @carlsoncast: You can check out our latest episode with @MsTheaVidale right now on @Spotify @YouTube @facebook @iTunes @laughable @Googl…
44245                                                   Check out MARY-KATE AND ASHLEY GET A CLUE - Gameboy - LOOSE CART - CLEANED &amp; TESTED - USED  https://t.co/wmUqkmwLxx via @eBay
44246                                         @TMobile @TMobileHelp @TMobileBusiness @JohnLegere What's with the insane hold times? I tried to call support last… https://t.co/GsbeOjvvdn
44247                                                  Check out Cool Country Hits-Vol. 3-Cool Country Hits  CD  #ContemporaryCountryTraditionalCountry https://t.co/JQcSs17hbt via @eBay
44248                                        RT @mistererickson: @JayRouseDC @_belle_curve_ I believe carriers will listen if we speak collectively and forcefully. @verizon GIVE US OPT…
44249                                                                       Check out Vintage Silvertone &amp; Blue Choker Necklace  #Unbranded #Choker https://t.co/ye59mtzM8b via @eBay
44250                                                       Check out Charlie Daniels Band Powder Keg Homesick Heroes Renegade Hymns Gospel Greats 7CD  https://t.co/AcUJdMVTnj via @eBay
44251                                                                                                                    @TslaFoxy236 @Sony @insomniacgames @Marvel He didn't want to go!
44252                                        @BDisgusting @netflix This was a good movie. I enjoyed it. Midnight movie. But my eye motion sickness doesn’t do to… https://t.co/KQTCNenf8q
44253                                                                              RT @TMobile: Raise one 🤚 if you want an upgrade. Raise both if you want the amazing new iPhone XS. 🙌
44254                                        RT @Reuters: Apple unveils a larger iPhone and a watch with a focus on health. More in this week's tech playlist via @ReutersTV https://t.c…
44255                                                                                                                                                          @Motley_Su @comcast again?
44256                                                  Check out Fresh Produce Skirt Maxi M Drawstring Elastic Waist Pull On Side Slit Pale Coral #Maxi https://t.co/EXM3RcA4Ef via @eBay
44257                                                                    Check out #Rai 1993 #Valiant Trade Paperback TPB Graphic Novel Factory sealed  https://t.co/nkl39T7SN7 via @eBay
44258                                        RT @eBayROCteam: Rainbow Slush Doll Pattern Cupcake Corner Dumplin Designs Crochet 1985 UP4  https://t.co/DudwVISh0j via @eBay @vide_kerr #…
44259                                        RT @MorganStanley: Midterm elections may not be a wildcard for markets. Morgan Stanley looks at historical patterns and probabilities. http…
44260                                                  Check out NEW LOOK PATTERN 6819 ~ GIRLS SKIRT SHORTS DRESS TOP BANDANA ~ SZ 1/2-4 ~ NEW #NewLook https://t.co/2yfnorFuYk via @eBay
44261                                                                 Check out 2018 Topps Tribute - Don Mattingly - Generations Of Excellence Auto - 02/30 https://t.co/vq3SorAiLn @eBay
44262                                                                                                                  How do you stop watching #Ozark?? Asking for a friend.... @netflix
44263                                                                                   Check out NOS Bronzetone Hoop Pierced Earrings #Unbranded #Hoop https://t.co/aieXXHUSG0 via @eBay
44264                                                                             @RealMAGASteve @Nike Nice gesture but would have to be part of HR dress code. Never work unfortunately.
44265                                                                                RT @CocaCola_Korea: @DispainJulie @choi_bts2 @BTS_twt @CocaCola Korea is always open for visitors :)
44266                                             RT @Reuters: North Carolina's raging rivers from storm Florence test beefed-up defenses https://t.co/afxxj50tRK https://t.co/92jJoXKm2B
44267                                        RT @intel: What are drones doing at the Great Wall? Learn more about our expedition to preserve an ancient icon using new technology. https…
44268                                                                               @OrangeAndBlackk @adidasalerts @kanyewest @Nike I will shut up and buy more @Nike profits are up 31%.
44269                                                                                     @googleafrica @Google your assistant doesn't seem to believe in Africa. https://t.co/d6QcEvqlNM
44270                                                                                     @_kaaaaayd @CagedMadVillain @Starbucks @FeedingAmerica @abrahan_solo Don’t forget Sara man fuck
44271                                                                                                RT @PaddockInsider: 2018 @verizon #IndyCar Series CHAMPIONS. https://t.co/eMAQKHq18d
44272                                                                                                  RT @YUNGBANS: What the hell is this @McDonalds the McDick? https://t.co/hDkjYILUQk
44273                                                            RT @Reuters: China tells Taiwan to stop all mainland spying and sabotage https://t.co/RIEYMe6jyq https://t.co/6uakZNLmSJ
44274                                                                                                                      Check out my listing @eBay - https://t.co/OERr3yApP4 via @eBay
44275                                          @ZakkWyldeBLS @Spotify @iTunes @AppleMusic @amazon @WyldeAudio @DeathWishCoffee @zakk_sabbath @OzzyOsbourne Absolutely fucking amazing !!!
44276                                                                                                      RT @NatashaCMB: @ColleenB123 @netflix Alexa play Successful by Ariana Grande..
44277                                                               @ktalraven @Duncan27500388 @netflix Yeah my teaching notebook! I thought it was well suited to lots of my lessons :-p
44278                                                                                                                                                     @CocaCola Coke sucks. Pepsi #1!
44279                                                                                               @norafelder @netflix @Stranger_Things @milliebobbybbr @GatenM123 show off.......   ;)
44280                                              RT @Reuters: ICYMI: Laws of science halt Usain Bolt's speed in Zero-G plane https://t.co/IUHtWWqnEz @ReutersTV https://t.co/kDaT84HgsL
44281                                                   Check out Diamond Allah Arabic Islamic Pendant Sterling Silver Dome Pendant 1/4 CT. #aonebianco https://t.co/dKAnBT7iwG via @eBay
44282                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44283                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44284                                        RT @lonely_queen: *raises her hand* @nbc @UniversalTV @hulu @hulu_support @netflix @PrimeVideo @AmazonStudios @AppleTV #SaveRise #PickUpRis…
44285                                                                                                                          @tyleralvarez @netflix @griffingluck Already did. 😊😊😊😊
44286                                                                                                                       @dawsonargo @adidas this is why we learn things in college :)
44287                                        RT @ConservaMomUSA: @Nike might wanna rethink their #SJW/ #BLM activist #ColinKaepernick given his proclivity for making racist hand gestur…
44288                                                            RT @Reuters: China tells Taiwan to stop all mainland spying and sabotage https://t.co/RIEYMe6jyq https://t.co/6uakZNLmSJ
44289                                         @pepsi  Need your support for our International CRICKET tournament in north Carolina..  Need some Pallets of Water… https://t.co/PrMKIMydrA
44290                                                                                          Hog Wild Pro Thumb Wrestler (Colors may vary) Hog Wild https://t.co/jLn8E2Zzvb via @amazon
44291                                                                                                               RT @AdamSandler: Watch @KevinJames special on @netflix! It’s awesome!
44292                                        RT @Nike: Don't just be the fastest marathon runner in the world. Be the fastest in history. #justdoit @EliudKipchoge https://t.co/jGcoNy3W…
44293                                                                                                                                       @jeansforfreeman @instagram @facebook Need it
44294                                        RT @DrGorczyca: It All Starts With Marketing by Dr. Ann Marie Gorczyca DMD MPH MS https://t.co/0FFVr6R2dy via @amazon #dentalmarketing #den…
44295                                                         Hand-Patina&amp;#039;d antique Brass Pendant &amp;amp; Czech Glass Pearls Beaded Necklace https://t.co/lPhO31e15T via @eBay
44296                                                                                RT @Nike: It’s only a crazy dream until you do it. #justdoit @serenawilliams https://t.co/8XUuJwBbXw
44297                                        @renoomokri @HSBC @MBuhari @OfficialAPCNg @OfficialPDPNig @BBCAfrica This country is in a lot more mess than we kno… https://t.co/vzsv176W3p
44298                                                                       Check out NFL Denver Broncos Black On Black Lanyard with Color Logo Buckle  https://t.co/BPOdVlBjDa via @eBay
44299                                        @Google The new gmail version has some data capturing feature or what? I receive 500 nonsense emails if i am on tha… https://t.co/4lLamw7nkw
44300                                                                                                       @ZakkWyldeBLS @Spotify @iTunes @AppleMusic @amazon @OzzyOsbourne Killer show.
44301                                                                                         RT @Audi: Electric is going Audi in 7 days: https://t.co/YoXyhOXtnG https://t.co/GkZK1dTtyu
44302                                                                                              https://t.co/IsS8FGekqH: New Releases - Books 2018 https://t.co/PEo5TTqgKv via @amazon
44303                                                                                                     Tasse Golf mit Ball https://t.co/ZtfbxyNPt0 https://t.co/dHvvKDa0eE via @amazon
44304                                                   Check out Acrylic Handmade Crochet Wrap around Booties Newborn to 3 months Aqua Blue  #Handmade https://t.co/8p3Ti4FL4F via @eBay
44305                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
44306                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44307                                                               This is me everyday knowing it is PSL season. #PSL #Pumpkinspice #livingmybestlife @Starbucks https://t.co/CgPb492Se2
44308                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
44309                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
44310                                        RT @GhenhisKhan: 1: @HSBC isn't holding back the money. Atiku Bagudu a serving governor and friend to @MBuhari instituted a legal action ag…
44311                                    RT @deann_native: #FREE A Child is Torn (Whitley &amp; Keal Mystery Book 1) by Dawn Kopman Whidden  https://t.co/I4wMjVxFoG via @amazon WaAr #A…
44312                                        RT @Lufthansa_Cargo: If you were wondering who enjoyed the generous legroom of our @Boeing 777 freighter at the @BMWGroup #VisioniNEXT Worl…
44313                                                       Check out 22X22 Pads Puppy Training Pee And Potty X Paws Pals Pets Dogs Cats Pet Dogs Cats  https://t.co/BPnfcDNpEO via @eBay
44314                                                                                                                                                     @Reuters Theirs premier s voice
44315             RT @techgenez: Samsung Are you Ready?\U{01f9d0}\U{01f9d0}\U{01f9d0} #TechGenez @Samsung @SamsungUS @SamsungMobile #tech #NEWS #technology #SmartCity #startups #Singap…
44316                                                               Check out Slam Dunk Takehiko Inoue Shohoku 5 players Banpresto B2 Poster #Banpresto https://t.co/Z8tQGKVES8 via @eBay
44317                                                                                                                                @facebook YOU GUYS ARE AMAZING. BUT DO A BETTER JOB.
44318                                         @Apple why are you making your phones bigger and I should think more expensive and will they be just as accessible… https://t.co/eLLPSDvq60
44319                                                             @TMobile for t-mobile Tuesday’s please pick stuff other than baskin-robins. I live a good hour and 15 minutes from one.
44320                                                Check out For Sale !! Charming Black Tassel  Earring 24k Gold Plated  Dh-918 #Handmade #DropDangle https://t.co/JSDkrqR7ib via @eBay
44321                                         RT @ItCanWait: Just one glance can change everything when you’re behind the wheel. Join @ATT and take the pledge to never drive distracted…
44322                                                                   RT @Reuters: Tesla to bring most collision repairs in-house: Musk https://t.co/SjwiIy2nyb https://t.co/Xq1OYvOJi7
44323                                            Just saw this on Amazon: Topic Trending Tracks (Today's Most Popular... by Various artists for $8.99 https://t.co/O1zbq9rpbl via @amazon
44324                                        RT @Reuters: https://t.co/Pf1ys8csDY CEO to no longer attend China AI forum after allegation of rape https://t.co/xW7wKavbib https://t.co/K…
44325                                                                                        RT @netflix: To everyone watching and ~feeling~ BoJack Horseman this weekend: You Are Loved.
44326                                                        Check out THE DELTAWING DELTA WING NISSAN LE MANS 2012 GOODWOOD MARIO FRANCHITTI MOTOYAMA  https://t.co/RXHEUJNAtS via @eBay
44327                                                                                               @netflix @aaronehasz thank you for your creation!! Highly appreciated/recommended! :D
44328                                                                                         RT @Reuters: China says will respond if U.S. implements new tariffs https://t.co/0YO3i1iWvX
44329                                         RT @Rinconlibros: I just finish Everything Sucks and I found out that it was cancelled! Why?????? @netflix @NetflixES #reneweverythingsucks
44330                                                                 Check out Australian Coober Pedy Olympic Field Rough Opal skin to skin colour (#3125) https://t.co/ag1VECiLkS @eBay
44331                                   RT @BryonnyM: @sofinique1 @BlatantlyOb @ASJBaloch @Macys @Nike @realDonaldTrump @POTUS 🔥Iranian Women Risking Imprisonment &amp; Death for Remo…
44332                                               Listening to the Adventures of Superman radio show where Supes fights the KKK and boy howdy could I go for a bowl of @KelloggsUS PEP.
44333                                                                           RT @MariahCarey: @Walmart @HectorHoe I could've sworn you'd love me harder! #GTFO https://t.co/CUoWyxjUyD
44334                                                     Check out MEN`S CROFT &amp; BARROW 1/2 ZIP MOCK NECK PULLOVER SWEATER 2XL / 2XB FOREST GREEN  https://t.co/Hssd7uIv6M via @eBay
44335                                                                Bellaa 27048 Metal Wall Star 24-Inch 18-Inch and 12-Inch Set of 3 (Yellow 270... https://t.co/17q2mJbIG5 via @amazon
44336                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44337                                                                      RT @iReformer07: Dear @HSBC please we need details of the $2.8 billion during Buhari as Minister of Petroleum.
44338                                                   I was fortunate enough to moderate a panel hosted by @Adobe Marketing Cloud where experts from @PubMatic… https://t.co/3hdBDjoVyT
44339                                        RT @LegallyBratty: Happens even over the weekend and especially for guaranteed Sunday deliveries!! Needs immediate addressing @amazon @amaz…
44340                                                                                   RT @Reuters: Shares knocked after new U.S. tariff threat on Chinese goods https://t.co/akti9tYbK7
44341                                                                                  RT @Reuters: UK faces 'significantly worse' outlook if no Brexit deal: IMF https://t.co/Dg6f9KQV6I
44342                                                                                            @DomesticMango @ForzaMotorsport @Audi @Xbox Not a fan of the luggage box but like to kit
44343                                                                      RT @Reuters: Britain's lasting scars from the financial crisis https://t.co/2d8MzcG8IA https://t.co/VbAn9YRJMx
44344                                                        Check out MOPAR NATIONALS 1986 T-SHIRT USED PRE OWNED DODGE PLYMOUTH CHRYSLER #ScreenStars https://t.co/8WGHFSYiH8 via @eBay
44345                                         RT @nicholasibekwe: When Garba Shehu wrote about Abacha loot hidden in @HSBC in Jersey I laughed because I know that the reason that money…
44346                                         RT @nicholasibekwe: When Garba Shehu wrote about Abacha loot hidden in @HSBC in Jersey I laughed because I know that the reason that money…
44347                                                                                           @Reuters No deal it is then with the bonus of ridding ourselves of the traitorous PM May.
44348                                                      @multioptioned @channelten @CBS I get payed $50 k a year &amp; wouldn’t take anything from a buffet. That’s like shop lifting.
44349                                                                                            we love lukas @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
44350                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
44351                                                                                                                                 RT @taliyahbria_: Got me SUM @Nike ‘s today🙌🏾🙌🏾
44352                                               Apple offering new AppleCare monthly plans along with theft and loss option @Apple #tech #mobile #smartphone… https://t.co/T3Rxc1Bfqj
44353                                                RT @Car01am: RT @GerriBowen Escape to Gettis...and Love (Love in Gettis Book 1) by Gerri Bowen https://t.co/eBxMVAyM29 … via @amazon
44354                                                      Doing The Apocalypse Shuffle: Southern Prepper Adventure Fiction of Survival ... https://t.co/60TPQHD8GB via @amazon #preppers
44355                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
44356                                                               @instagram @facebook Not able to reset my password on instagram. Any support email id so that I can forward my query.
44357                                        RT @jayjema: @rodneysampson @Ascend2020ATL @trbussey @Morehouse @jpmorgan @ArlanWasHere @Backstage_Cap Just voted! Thanks @rodneysampson fo…
44358                                                                                            @CocaCola bit worried if this is Dr Pepper with a Coca-Cola cap? https://t.co/09VBmukxpJ
44359                                        RT @Joanna75004529: Please can anyone #SaveDeception I need something good to happen in my life #PickUpDeception @netflix @hulu @AmazonStud…
44360                                        RT @SAPLeonardo: Discover how @SAP solutions help Bestore become a model for how traditional retail companies can transform their #supplych…
44361                                        RT @Nike: Don't just be the fastest marathon runner in the world. Be the fastest in history. #justdoit @EliudKipchoge https://t.co/jGcoNy3W…
44362                                                                                Check out Walkers DeLuxe Bourbon porcelain ashtray #JohnnieWalkers https://t.co/Bp969Tis7s via @eBay
44363                                         RT @nicholasibekwe: When Garba Shehu wrote about Abacha loot hidden in @HSBC in Jersey I laughed because I know that the reason that money…
44364                                                                   Check out Quality #vintage jewellery large goldtone #brooch signed Monet #Monet https://t.co/JJgtzVPGAD via @eBay
44365                                RT @jencrozier: P-TECH schools deliver results for students &amp; businesses around the world. Today the Ministry of Education &amp; @IBM are proud…
44366                                        RT @FourStringDave: Parcels still sat here waiting to be collected from yesterday. Great way to do business @FedEx #avoidfedex use @TNTUKOf…
44367                                                                               RT @AndiEntertainer: Poor customer relation is a fail for @FedEx  #AvoidFedEx https://t.co/kE8aAmEMNf
44368                                                                             Check out #Youngland #Baby #Christmas #Outfit 6-9 Month Red Velvet Winter https://t.co/1IUNgn3xFH @eBay
44369                                                Check out Ladies Dress UK 8 10 Black White Frilly Front Mini Summer Holiday Beach Party #Unbranded https://t.co/V4UqPGYCSP via @eBay
44370                                        RT @JonathanMaberry: Get ready for V-Wars on @netflix -read the graphic novels! Available from any bookstore or comic book ship. Vol 1: CRI…
44371                                                                                                                      Check out my listing @eBay - https://t.co/4DGxnjgHh2 via @eBay
44372                                        RT @thetimeline256: It's Monday and our MCM is CEO of @amazon @JeffBezos who was named the richest person in July. Bezos announced the laun…
44373                                        @Ryanair Trying to check in for my flight tomorrow morning but your website appears to be down. Hopefully this will… https://t.co/nUe89ve1ee
44374                                     RT @AdoredByMyKing: Look what I found at the thrift store today @Nike . The shelves were loaded with them. 😂😂🤣  #justblewit https://t.co/99…
44375                                                                                                                      Check out my listing @eBay - https://t.co/fw3hA1iDsR via @eBay
44376                                         RT @USHCC: Thank you @comcast for being the 2018 National Convention Corporate Chair! Follow along #USHCCPhilly to see the action from the…
44377                                                                                                     @HRC @amazon @JeffBezos Seriously is this a fucking joke? Because it isnt funny
44378                                              Dear @Starbucks your stand at D10 MIA needs new people. The 2 girls there this morning had more attitude than… https://t.co/aFWrQA3D3W
44379                                               RT @Reuters: North Carolina devastated as floodwaters rise from deadly storm Florence https://t.co/q6lwShQIfD https://t.co/bYFmUKGmR4
44380                                                                                                                        @Lucky7Stocks @Reuters @elonmusk When shorts stop the FUD ;)
44381                                                       Check out Vintage Brass Jesus Christ Altar Standing Religious Crucifix With Base 24.5 cm    https://t.co/Pyn75mPSRt via @eBay
44382                                         @PghSportsNation @Shell Probably a blessing in disguise. That place will be a cancer and other lung diseasefactory… https://t.co/WxCnbiajVk
44383                                     RT @Adobe: Everyone has a story to tell. See how technology can help students explore their creativity &amp; foster a hunger to #KeepLearning.…
44384                                            One Minute Brief of the Day: Create response posters to the news @VW @UKVolkswagen are ending production of the… https://t.co/kFng5igW8T
44385                                                                                                  RT @YUNGBANS: What the hell is this @McDonalds the McDick? https://t.co/hDkjYILUQk
44386                                                  Check out #MICROSOFT #LUMIA #950 XL 3gb 32gb Octa Core Dual Sim 20Mp Windows Lte Smartphone #Bar https://t.co/QSuaZDeeE1 via @eBay
44387                                        RT @Joanna75004529: Please please #SaveDeception #PickUpDeception @netflix @hulu @AmazonStudios @PrimeVideo @NetflixLifee https://t.co/mEob…
44388                                                                                                @BMWGroup_NL not expected at all from a brand like @BMW @Mazda_Europe #bmw #bmwgroup
44389                                        @BradRichard4 @Shell Agrees and I'm against fracking but I think natural gas is at least better than coal. We're go… https://t.co/1tQpLKvf9G
44390                                       RT @Wellingtonhotti: @GoldmanSachs Bitcoin price prediction for next months and years. 2027 price looks beautiful for one bitcoin 😍 https:/…
44391                                        RT @GoldmanSachs: “Just existing as myself – as an athlete who wears hijab – I’m changing the way people see my community.” - US Olympic fe…
44392                                               Check out 【F/S! OPTICS MINT】SMC PENTAX-A 645 35mm f/3.5 W/ Front and Rear Caps Japan 1275 #PENTAX https://t.co/99pRcHVXFL via @eBay
44393                                                                     Check out Christmas Ornament Hallmark Keepsake 2017 New Home Dated  #Hallmark https://t.co/oERzJXUyw7 via @eBay
44394                                                 Check out SUPERDRY T SHIRTS LOT OF 2 NEW FREE SHIPPING SIZE L SHORT SLEEVE NEW  #SUPERDRY #CASUAL https://t.co/NczIGijhr8 via @eBay
44395                                                                                           RT @shoplovepink2: Check out G.I.L.I. Maxi Dress Size Large https://t.co/fKtP8BlPEX @eBay
44396                                        @dave_micheal1 @majestic_sawyer @Apple Samsung started the phablet trend.. samsung the first ones to start the beze… https://t.co/kbFUROngJw
44397                                                                        RT @Reuters: Trial begins Monday for Chicago officer accused of murdering black teen https://t.co/C441xmyeTh
44398                                                                     RT @Reuters: Philippine president repeats desire to 'close all mining' after landslides https://t.co/1E4tI30Sl4
44399                                                                                                                     Check out my listing @eBay! - https://t.co/wIQdDzO8DC via @eBay
44400                                                  Check out Hand-carved Maasai Wooden African Giraffe Statue  Very Unique Art Sculpture  #handmade https://t.co/vubeDeufVd via @eBay
44401                                        RT @Honda: Honda finishes the @IndyCar season strong with a dominating @RyanHunterReay victory at #SonomaGP! Congratulations to @scottdixon…
44402                                                                                                        D-Link WBR-1310 Wireless G Router D-Link https://t.co/6irHtdeUuN via @amazon
44403                                                                                          @OliverMcGee @Boeing @TexasTech Unbelievable pilot! I thought that only happens in movies!
44404                                                                                                                                    @simosultanese @Apple It will be impossible 😉😂
44405                                                                           RT @Shell: Are rocks like carrots? 🥕 The answer lies in good stew #makethefuture https://t.co/20lKzMVuhE
44406                                                                                                                      Check out my listing @eBay - https://t.co/zy837YcBnv via @eBay
44407                                                                                           @EliudKipchoge @Nike @GlobalSportsCom @NNRunningTeam Hero. Thank you for making us proud.
44408                                        RT @sclancy79: First the @NFL forces me to choose between my favorite sport and my country. I chose country. Then @Nike forces me to choose…
44409                                                                   Check out Phoenix Suns Jacket 2 pc set - Adidas Toddler 3T #adidas #PhoenixSuns https://t.co/lzPsv01IVk via @eBay
44410                                                                                             Check out Womens Nike Running Shorts Size M NWT #Nike https://t.co/0CnxXgXpwa via @eBay
44411                                        RT @RBurlinson: Check out Large Volkswagen VW Tribal Flames x2 Side Stickers Graphics Decal Golf Camper 57 https://t.co/76QIGy7ZoJ @eBay #g…
44412                                        RT @RBurlinson: Check out 2x Union Jack Carbon Fibre Stickers Car Window Bumper Vinyl Stickers Decals 17 https://t.co/bf7CoO23R6 @eBay #gif…
44413                                                                                            @owen_eF @Yensuo2K @Microsoft this man has done more than charge back for MW2. DM me. 😏
44414                                                                                                               RT @Lanchiowski: HAHAHAH THANK YOU @McDonalds https://t.co/dm72143GRT
44415                                                                                                               RT @Lanchiowski: HAHAHAH THANK YOU @McDonalds https://t.co/dm72143GRT
44416                                                                       @Reuters Lawsuits waiting to happen if this occurs because you know it’s going to wind up being drank by kids
44417                                            @WendysShakes @WestwoodW1980 @Reuters All the trump accusers that vanished after the election when their services were no longer useful.
44418                                                          RT @Kyliving720: Check out Hersheys Times Square Chocolate Dessert Fondue Set Fondue Pot NIB https://t.co/6h7qdlKWfy @eBay
44419                                                                        Check out 2017 Panini Chronicles ANDRES GALARRAGA AUTOGRAPH/AUTO ROCKIES B1459 https://t.co/OPMKDZyRt2 @eBay
44420                                                      RT @Reuters: Germany concerned about health of anti-Kremlin activist in Berlin https://t.co/BPcqhfrlsR https://t.co/sZksPHLZ9h
44421                                        @claudiapritch @2minbeachclean @Tesco That’s not the way forward. Tesco’s should be thanking you and doing somethin… https://t.co/zTlpdJv8te
44422                                                    Just saw this on Amazon: RSLOVE Women Lace Teddy Lingerie Chemise V-... by RSLOVE for $15.39 https://t.co/Zw3sVHNg5Q via @amazon
44423                                                   Check out Brendas USA FEATHER SUBLIMATION Knit TANK TOP Plus Sizes Brand new Racer Back Su #ANY https://t.co/PhmwK74cyU via @eBay
44424                                                                                                                         @Disney No Spoon full of sugar????? https://t.co/r2d2UiVAwj
44425                                        @cmrnlnvk @BMW Hi Cameron - Sorry to learn about your fender bender. Please visit the service team at your local BM… https://t.co/B2zKchfbel
44426                                                                     Check out Ertl 1:43 diecast farm classics case 800 farm tractor #Ertl #CaseIH https://t.co/3H0r1dXZcn via @eBay
44427                                                                    Check out DJ Peters 2018 Panini Chronicles Auto Patch # 46/149 Los Angeles Dodgers https://t.co/DjQB2qpqtv @eBay
44428                                                          RT @Reuters: Russian Communists say election stolen by pro-Putin candidate https://t.co/MxARgO68uH https://t.co/8ah8klLei5
44429                                                                                                 @Starbucks 3 stores in 2 different states no bags. Not by coincidence I’m guessing.
44430                                        RT @richbayley80: Advertise that @VW are ending production of the #Beetle with @OneMinuteBriefs @UKVolkswagen @VWUKNews https://t.co/GTEeYt…
44431                                        RT @endclothing: Register now for the @Nike 'Pompidou Pack' Air Max 1 (£119) at https://t.co/IbXlgxx5wP. Draw closes Thursday September 20t…
44432                                                                                                                                     And he speaks for @Nike https://t.co/CFLj6YmrDd
44433                                                             @Disney Who’s this woman pretending to be Mary Poppins? Yondu is the one and ONLY Mary Poppins. https://t.co/KilxwBaAem
44434                                                           RT @Reuters: Guatemala court rules for return of chief of anti-graft body https://t.co/SpzVpqtw56 https://t.co/S7of5bijgd
44435                                        RT @UniLUISS: Positions are open for 4 tenured professorships launched in partnership with @Cisco @Deloitte @snam and @vetrya. Successful c…
44436                                        RT @OracleERPCloud: Curious about the advantages @Oracle #ERPCloud can bring to your #financial processes? Visit our page: https://t.co/ckQ…
44437                                                                                                            RT @JoanofAmerica: Boom! Thank you @HomeDepot 🇺🇸 https://t.co/JFKW9k9WGN
44438                                                                                                              @LauraLoomer @Kaepernick7 @Nike @USCG Does Nike support this behavior?
44439                                             @Recode @DelRey @karaswisher @McDonalds @YouTube @Google @amazon @JeffBezos @reddit @b_fung @RalphNader @POTUS… https://t.co/1JotmCCmPh
44440                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44441                                                                              RT @SimonBailey1210: This looks fantastic! Pure @Disney magic 👏🏼👏🏼👏🏼👏🏼 https://t.co/He4rGxwADi
44442                                                              #gold check out MudJug Spittoon - Roadie Portable in Black - Travel made easy - NEW  https://t.co/moHeEmBev4 via @eBay
44443                                        RT @TmanSpeaks: #SundayMotivation I was at an NFL game today talking about winning with AI @IBM @IBMWatson @IBMDataScience team up with @ES…
44444                                        RT @sandrayearman: Armada Of The Dead / Kingdoms betrayed…By Sandra Yearman   https://t.co/pnsbqSsRW0 via @amazon #series #fantasy #amreadi…
44445                                                                                                                  @TechnicalGuruji @Samsung @emirates @SamsungMobile giveaway result
44446                                                                Cooking Utensils Set SADARBA-Silicone Kitchen Utensil Set-Wooden Cooking Uten... https://t.co/vJaxdKM6ly via @amazon
44447                                         @X_TheArtist @amazon Not what I was told by Amazon 🤷🏽‍♀️ ... and this isn’t for a current order. I’m just browsing… https://t.co/7ZrerRPr8Y
44448                                                      Check out 2005-2007 Volvo S60 V70 S70 S80 ABS Control Module 30714956 Anti Lock Brake #VOLVO https://t.co/G91Yv1K5Ui via @eBay
44449                                                                                                                             RT @pin0li: @Cholo_Jorge_ @Toyota @fomodori IMPOSSIBILE
44450                                                                                                                      @Ozark_Tactical @JLouisLong @Reuters Don't you read the paper?
44451                                                                                                                                               @Starbucks mobile orders need to stop
44452                                                                                                                      Check out my listing @eBay - https://t.co/gV4pih6TqH via @eBay
44453                                           Tea Cup Cut Outs... https://t.co/k5AeuX46F4 via @amazon #naturecuts #confetti #teapot #teacup #teatime #teaparty #partysupplies #creative
44454                                                                  Check out Kendal 27 oz glass filtering tea maker teapot with a warmer and 6 tea cups https://t.co/Fz3O0bhqEp @eBay
44455                                          @TrueFactsStated @sprint @ATT @verizon @verizon I will not acknowledge nor do I want to receive messages from @realDonaldTrump on my phone
44456                                                                                            RT @FordCMCKenya: @FordCMCKenya @Ford Built to take on the World https://t.co/SkjBjntZBR
44457                                                                                                                      Check out my listing @eBay - https://t.co/DzlQuEUU1z via @eBay
44458                                                                                                           RT @scott_lazer: Spec commercial I made for @Nike https://t.co/uy282kGSwa
44459                                                            @TheConsulyetti @POTUS @StateDept @Gillette He's 50% less likely than the average rookie to get flagged for holding.  😮
44460                                                                                                                   @Bek13Nelson @Starbucks @PRGuyRich @AndrewFemath @USAA Go team!!!
44461                                                                       Check out Say What Gray Cardigan XS Open Cocoon Sweater Ribbed Trim Has Pockets https://t.co/FF7jPoM1Bl @eBay
44462                                                                                           @Kirstie_Bryce @Ryanair The app through Android works but when you try to pay it crashes.
44463                                        RT @Reuters: 'Cuddled in Kim Jong Un’s arms': North Koreans envisage unification ahead of summit https://t.co/L61hJ9GDKP https://t.co/a5oRv…
44464                                                                                          @bumpyRd @ShelleyPersists @Reuters Did you make that up all by yourself or did mommy help?
44465                                        @Ryanair are you replying to DMs? I have sent a booking/ payment query since yesterday... and from what it seems yo… https://t.co/dkWFNbFH5q
44466                                                                                                                      @Reuters H0ow students see the accuser https://t.co/Xbec7wRuWk
44467                                                   RT @claudiapritch: I've been banned for six months from my local @Tesco for complaining about its #litter https://t.co/9fPc1wxVYu
44468                                         # Pathetic service from @amazon @amazonIN @AmazonHelp my order no.406-1578131-1890757 I return my order after done… https://t.co/m4hkYfuAU7
44469                                                       Check out CALAVERA SUGAR SKULL FLORAL CROSS DAY OF THE DEAD BIKER PURSE SATCHEL/WALLET BAG  https://t.co/QbtuAXbGLy via @eBay
44470                                                       Check out 03-06 Mercedes E55 E320 E500 Battery Load Control Module A 211 540 13 45 BCM OEM  https://t.co/yBspuElZKm via @eBay
44471                                        @AnjaliMalikMD @RadiologyACR @JACRJournal @Starbucks @ACRRAN @ACRRFS @ACRYPS @RLI_ACR @DCMRSrads @PVanGeertruyden A… https://t.co/Q3zQJtQn76
44472                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44473                                                                                RT @kaosonia: Check out 1 pc ~ Sterling Silver Skull Charm - Mini  https://t.co/EBHT83qhSE via @eBay
44474                                                             Check out Small #Roots #Canada #Hoodie Sweatshirt Purple Retro Whistler Blackcomb #Skiing https://t.co/AZ9uRuridK @eBay
44475                                                                                            @hamdia_ahmed @Starbucks Nobody cares about your imaginary deity. It's the 21st century.
44476                                                          Check out #SantaClaus #Scandinavian Father #Christmas Artist Clothtique Possible Dream 15078 https://t.co/Qzs75osLEL @eBay
44477                                                                 4 Picture Combination Black &amp; White Wall Art Painting Tiger Prints On Canvas  https://t.co/5MZ31nvB3e via @eBay
44478                                        Right earphone no longer works with most recent @Apple IOS update. The headphones worked yesterday before I updated… https://t.co/wFzkaBRyhA
44479                                        RT @SciStaff_SA: A1: Well according to @Google duties include Obtains client info by answering calls; verifying info. Determines eligibilit…
44480                                         RT @Disney: The magic always returns. ✨ Watch the all-new trailer for #MaryPoppinsReturns: https://t.co/Bol06yuir5 https://t.co/ubx2glt68n
44481                                                                                                     More Than Water - Oltre Te di Renee Ericson https://t.co/yLSoRA6BHp via @amazon
44482                                        RT @winegirl73: @finy06 @realDonaldTrump @CNN @facebook @Google @MSNBC @CBSNews @ABC @_IamAnita_D @bowhunter_va @DrSueDVM @jstines3 @freedm…
44483                                                Check out FORD TRUCK PICKUP PICK UP SET LOT 4 1948 MAISTO FRICTION VARIOUS SCALES DISPLAY. #Maisto https://t.co/G2azMMA8fV via @eBay
44484                                                                                                                                                        @Apple I want this so bad :/
44485                                                               @ATT sure is making a case for me to switch to @verizon #crapservice #droppedcalls #noservice https://t.co/osIIOZgxEV
44486                                                                                                                                          @nagarjunshetty @Apple Wait until  10:30PM
44487                                        RT @winegirl73: @finy06 @realDonaldTrump @CNN @facebook @Google @MSNBC @CBSNews @ABC @_IamAnita_D @bowhunter_va @DrSueDVM @jstines3 @freedm…
44488                                         RT @Disney: The magic always returns. ✨ Watch the all-new trailer for #MaryPoppinsReturns: https://t.co/Bol06yuir5 https://t.co/ubx2glt68n
44489                                                                       RT @Reuters: Musk says Tesla now in 'delivery logistics hell' https://t.co/qZrdMueBnL https://t.co/rzAszsKac9
44490                                                     Check out NWOT AAF NATURAL FIBER TABLE RUNNER with FRINGE DOWN EACH SIDE - Neutral Color #AAF https://t.co/OEcOP8SofM via @eBay
44491                                                                      Check out Jennifer Lopez Women's Top Size M White Gold Sheer Layered Sleeveless  https://t.co/v4QWzi38LA @eBay
44492                                              @dan_rar @JohnLegere @verizon Dan. You’re crazy. T-Mobile still has plenty of edge areas. Was in one yesterday and it was not roaming.
44493                                                                           RT @TripAdvisor: And they say fairytales aren't real... 😍 📸: @ ananya.ray on IG https://t.co/nQPNqzmXBe
44494                                                                                       RT @kaosonia: Check out Sterling Silver Sacred Heart Charm  https://t.co/yKkA6j0AAO via @eBay
44495                                                               RT @barntiques859: Check out Copper Flashing Roll 3 0z. 15 x 48 Inches plus #Copper https://t.co/6ZoGfdcxZu via @eBay
44496                                                                                                                        @Ryanair do you need help to fix it? https://t.co/C3TdaNrKHN
44497                                        @realBobWoodward @BNBuzz @Target @Walmart @iBooks @nookBN @GooglePlay @kobo @AmazonKindle Loved the book. I think e… https://t.co/tKN3qc6B0z
44498                                                                           RT @TripAdvisor: And they say fairytales aren't real... 😍 📸: @ ananya.ray on IG https://t.co/nQPNqzmXBe
44499                                                                                    @easyJet hello. How do I find out if I’ve left something on a flight I had yesterday morning ?!!
44500                                                            Check out SOLID WOOD TABLE LAMP w/MARBLE ACCENT and TIFFANY STYLE STAINED GLASS SHADE  https://t.co/0VL4eCI4cf via @eBay
44501                                                                                                        RT @tobosbunny: @HRC @amazon @JeffBezos So Human Rights = Rich Elite Rights?
44502                                               RT @rehsu_liz: Check out TODS Red Suede Pumps 8.5 Rhinestone Accents Heels Satin Strip Italy  #Tods https://t.co/ZwrK5WK3qW via @eBay
44503                                                          Check out VINTAGE BRASS + BLACK LACQUER EAST INDIA TEA SET - Tea Pot and 4 Stemmed Cups  https://t.co/vpdZdw8cJW via @eBay
44504                                         RT @Disney: The magic always returns. ✨ Watch the all-new trailer for #MaryPoppinsReturns: https://t.co/Bol06yuir5 https://t.co/ubx2glt68n
44505                                                        RT @Reuters: Volkswagen group plans to build 10 million e-cars in first wave https://t.co/aaCK8her4B https://t.co/WNd9JvC7Qg
44506                                        When a trailer is everything you wanted it to be! @Disney @DisneyStudios #MaryPoppinsReturns #EmilyBlunt @Lin_Manuel https://t.co/bzMNoLNRvZ
44507                                                        Check out Gray Black Cal State University Long Beach 49ers NCAA Snapback Baseball Cap Hat  https://t.co/XNzLk5EeaM via @eBay
44508                                                      Check out Nike Air Jordan Dub Zero Mens White Basketball Shoes Size 7.5 EUC 311046-106 #Nike https://t.co/aG3JZzrdjN via @eBay
44509                                         RT @Disney: The magic always returns. ✨ Watch the all-new trailer for #MaryPoppinsReturns: https://t.co/Bol06yuir5 https://t.co/ubx2glt68n
44510                                                                                Check out Vintage Dining Set in Teak by Victor Wilkins for G-Plan  https://t.co/K01TOTypLH via @eBay
44511                                        RT @CXPA_Assoc: How's your company planning to celebrate #CXDay2018? Grab some ideas from companies like @SAP + @clearaction at https://t.c…
44512                                                                Bestjybt Women Knitted Stretch Twist Headband Turban Hair Band Winter Warmer ... https://t.co/WGoFeyF646 via @amazon
44513                                                                                                       @GomezAlex408 @primetime__24 @NFL @pepsi @minkfitz_21 @PFF No I know im right
44514                                                   Great last day of undergrad finance careers boot camp with @princetonalumni from @jpmorgan @DeutscheBank… https://t.co/urq3s3xBHQ
44515                                                                                                         @phoneradarblog @Google @amazon @oneplus @xiaomi @oppo @WhatsApp Thanks sir
44516                                                                        @Reuters Erdogan is Putin's NEW BITCH..now that Trump is so close to being impeached https://t.co/VbWuAxDdhj
44517                                                 Check out Stunning Mid Century Modern Credenza/Media Console with Tiger stripe Wood grain #Morris https://t.co/2osEo9GU7Y via @eBay
44518                                        RT @sungkang: Hey Guys! Be sure to tune into https://t.co/Twn388DJPr on Monday 9/17 at 8:30pm PST for the livestream of the new @Audi e-tro…
44519                                                       Check out VINTAGE 3CT VVS1/D DIAMOND SOLITAIRE ENGAGEMENT COCKTAIL RING 14K YELLOW GOLD FN  https://t.co/vcgTkOlwdw via @eBay
44520                                                                                                       RT @pammiencolorado: @Reuters Fire up the polygraph machine and hook him up!!
44521                                                                            RT @kaosonia: Check out Sterling Silver Sting Ray Charm - Beach Charm  https://t.co/gSy6BCytls via @eBay
44522                                                   Check out PIANO WORKS FOR BEGINNERS - ST CECELIA SYMPHONY ORCHESTRA!! #NocturneRondoSonataSuite https://t.co/cX34xkwzNy via @eBay
44523                                                             Check out Eaton  Hot Tub Electrical Panel 50 AMP Ground Fault Breaker included #Eaton https://t.co/F4MXiE7tn4 via @eBay
44524                                                                               RT @Reuters: Coke eying cannabis-infused drink market https://t.co/QxuA6WDivE https://t.co/6WWsRFMTqn
44525                                         @Disney #rehireJamesGunn and my 5 kids and I will be there for this. I ❤️ Mary Poppins. But you’ve killed the magic… https://t.co/BQDnzTzogo
44526                                                 RT @AtomicPutz: Check out Christian Dior Monsieur Vintage Designer Geometric Print Tie #Dior #Tie https://t.co/IutdQ8rATe via @eBay
44527                                                             Check out La Prairie Cellular Hydralift Firming Mask 0.5 oz / 15 ml Brand New Travel Size https://t.co/VXwZ9MDt9m @eBay
44528                                         @Reuters How about they investigate how this claim suddenly appears days before the vote. It's a political hit job… https://t.co/qXAW1sP3nN
44529                                        @Liquid_atheist @Adobe We do not provide support for this anymore. I'd recommend using the HTML5 version of the web… https://t.co/uoVYrW0hGX
44530                                                                               RT @Reuters: Coke eying cannabis-infused drink market https://t.co/oWvseL9us8 https://t.co/z9GsoeuJPT
44531                                                                                                                                                            Step your game up @pepsi
44532                                                                    Check out  PETER LAIRD- AUTOGRAPH/SIGNED DRAWING-TEENAGE MUTANT NINJA TURTLES  https://t.co/A37H1oxEPC via @eBay
44533                                                                                                     @ITMFA17 @SetonMotley @RobJoyce45 @realDonaldTrump @DeptofDefense @amazon LOLOL
44534                                                                                        RT @Reuters: U.S. pushes back national wireless alert test to Oct. 3 https://t.co/qiKBjZrzaG
44535                                                                                                                         @Reuters Don't worry Trump will tweet about his own numbers
44536                                                                                         RT @Geaux_Red: @RealGaMann @goldinglewis6 @AshleeCartier @15Bulletin @Google is your friend
44537                                        RT @TheHumaneLeague: Students all over the country are boycotting @McDonalds because of animal cruelty concerns! 🙌 https://t.co/CscZohRIEu…
44538                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
44539                                                                                                            @LGMobileGlobal @LGMobileGlobal @TMobile please! https://t.co/x0tbCOGtok
44540                                        RT @Nike: Don't just be the fastest marathon runner in the world. Be the fastest in history. #justdoit @EliudKipchoge https://t.co/jGcoNy3W…
44541                                                                                    RT @Reuters: Schumer: FBI should reopen Kavanaugh background check - ABC https://t.co/yDVeiphIeS
44542                                                                 Check out Vintage Cactus Charlies Swizzle Stick Drink Stirrer Plastic USA Lot 50  https://t.co/uGFt2MOYIP via @eBay
44543                                                                                                            @netflix if you want to you can always release Sabrina early... 🤞🏽🖤💀
44544                                        @3dmakernoob @KariLawler @AmazonUK @JeffBezos @amazon @littleBits @SpheroEdu @Sphero @AmazonHelp I think if the kid… https://t.co/pGgjclqYXQ
44545                                                  Check out Cartier 1999 Limited Edition Big Square Top Ring 18K Yellow Gold Orig Box Size 6 #Band https://t.co/u2gIyJvmYA via @eBay
44546                                                    Check out Port &amp; Company Census 2010 Westville Tan Adjustable Baseball Cap Hat  #Unbranded https://t.co/q3ICljJOXL via @eBay
44547                                                                                                                       RT @InNOut15: @McDonalds what don’t you guys freeze? Buns? 🤣
44548                                        RT @OracleERPCloud: Curious about the advantages @Oracle #ERPCloud can bring to your #financial processes? Visit our page: https://t.co/ckQ…
44549                                                                                                Check out  MARVEL TALES #9    PGX Grade comic 4.5  https://t.co/1xkaZKvDdS via @eBay
44550                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/AlQqDGTJM4
44551                                     RT @GlblCtzn: Kudos to @verizon for providing free tech education tools to more than 1 million students to date. Keep it up. 👏👏👏https://t.c…
44552                                                              Check out Noel Lipper Mann Creations Vintage Christmas Candle Holders Ceramic Japan  https://t.co/xaHuUwwWeB via @eBay
44553                                        @ATT CEO calls @Netflix ‘the Walmart’ of SVOD while @HBO the ‘Tiffany’. Sounds like he’s never used HBO on Apple TV… https://t.co/AReMjdE7GU
44554                                           RT @Reuters: JUST IN: Putin says decided to create demilitarized zone between rebels and Syrian government forces https://t.co/2Wxxe3fNhM
44555                                                                              Check out Hidden Figures Blu-ray Brand New Still Sealed! Digital HD Copy https://t.co/RlCGyBcdYK @eBay
44556                                                                                 1977 MG MGB ROADSTER WORTHWHILE PROJECT CAR CHEAP CLASSIC BARGAIN https://t.co/4omerBqI7z via @eBay
44557                                                                                                                        @easyJet hi when are the flights coming on sale for may 2019
44558                                         Proud to say I've been boycotting @amazon and their bitch @JeffBezos for years. It's going on a decade of fuck off… https://t.co/IaEXnScPYN
44559                                        RT @StevieBeatz_nyc: Check out Tyler Austin signed OELB Yankees autograph baseball Rawlings https://t.co/M9HLHrQ4rc @eBay #Yankees  #MLB  #…
44560                                                                                                                                                            @Apple Too expensive. 😭
44561                                        RT @Reuters: Victoria Beckham has her London Fashion Week debut a decade after launching. More: https://t.co/AEpBNImQ0Y https://t.co/LyFsm6…
44562                                                                                   @_DejaChanel @amazon I ordered something and the same thing happened! What’s the point of prime?!
44563                                                                Check out https://t.co/B5YeAyqmR0  LIGHTER GOLD PLATED LINGE1 DIAMOND HEAD DESIGN  https://t.co/0b9zplbTTi via @eBay
44564                                                             Donald Trump Jr. Posts Meme Mocking Woman Accusing Brett Kavanaugh Of Sexual Assault https://t.co/qQIKHGqeCs via @Yahoo
44565                                        RT @Honda: Take your kids and all their friends back to school in style in the new 2019 #HondaPilot with standard 3rd-row seating. https://…
44566                                                       Check out Under Armour Womens Wide Blue Pink Black Print Athletic Stretch Headband NWT #Any https://t.co/qVzm2KVKnT via @eBay
44567                                                                                                                      Check out my listing @eBay - https://t.co/Hc9huMOtw4 via @eBay
44568                                        @ScottJFurtado @NBC10_Jared @NBC10 @Nike @Kaepernick7 But the former police officer who is now council President as… https://t.co/wkAdgIijXb
44569                                                 RT @ARecrafted: Check out rare light blue vintage antique seltzer bottle davis bottling company   https://t.co/Qi6S94MXLm via @eBay
44570                                                                          Check out Casio XJ-A140V DLP Projector w/VGA HDMI 3228 Lamp Hours #Casio https://t.co/RIHwJ29cN0 via @eBay
44571                                                                                                                                                     @intel Walls are racist. Right?
44572                                                            Check out NEW Aeropostale Women's Green Thermal Embellished Henley Shirt  #Aeropostale https://t.co/ymbpA2Zv8r via @eBay
44573                                        I heard @netflix is removing #Supernatural sometime in October. What about season 13!! And then season 14! You can’… https://t.co/37y7CaZ8Ci
44574                                                               @Ryanair I just tried again and it still isn't working. I think it's been down for a bit longer than 15-20 minutes 😂
44575                                                                           Vintage Antique Witch Altered Art Purple Witch Hat Halloween Emporium https://t.co/IySNmcLAMS via @amazon
44576                                        RT @Burberry: .@KendallJenner on the runway for Riccardo Tisci’s debut #BurberryShow #LFW #ShotOniPhoneXS https://t.co/NTCO56RP26 https://t…
44577                                        RT @Burberry: .@KendallJenner on the runway for Riccardo Tisci’s debut #BurberryShow #LFW #ShotOniPhoneXS https://t.co/NTCO56RP26 https://t…
44578                                                            Check out 2012-13 PRIZM FINALISTS #1 BILL RUSSELL CELTICS FREE SHIPPING #BostonCeltics https://t.co/YER5LZNup3 via @eBay
44579                                        @Microsoft loves getting sued. It keeps probing boundaries trying to see what it can get away with. Moronic behavio… https://t.co/yyZCeZeXGN
44580                                                                     Primeonly27 Ventilated Beekeeping Gloves S size Small Goat skin Primeonly27 https://t.co/62Tyi1VWCc via @amazon
44581                                                                               @tammyasker @Joanna75004529 @netflix @AmazonStudios @hulu @NetflixLifee Love this 😍 #PickUpDeception
44582                                                                                                                                              @Reuters Nope. https://t.co/HKvhYUMieW
44583                                        .@bluetopaz moderates a conversation with @lrprada of @Google and @gyrerenwick of @lyft. Discussion topics included… https://t.co/JTrceiyt1z
44584                                                                                                                      Check out my listing @eBay - https://t.co/B7rW1KletA via @eBay
44585                                                                                                   RT @paperwerksart: Check out my listing @eBay - https://t.co/cEYipfF9fE via @eBay
44586                                           #gym check out Chefs Limited French Press Gourmet Coffee and Tea Maker 34 oz Carafe - NEW #ChefsLimited https://t.co/zkYvbNoV8v via @eBay
44587                                                                                                                                          @Burberry @KendallJenner So beautiful 😍😍
44588                                                       Check out Kundan Pearl Multi Color Indian Fashion Wedding Gold Plated Jewelry Necklace Set  https://t.co/x2sIu4B1hi via @eBay
44589                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44590                                                           Check out Lot of 2 Galerie Star Wars Coffee Mugs - Skywalker Vader Solo Boba Fett 2011  https://t.co/eTKmgbgMn0 via @eBay
44591                                                                                                                                            @iReformer07 @HSBC Let's make this trend
44592                                                                                                                    @OliverMcGee @Boeing @TexasTech This is an Indian film\U{01f92d}
44593                                        RT @CSSsaints: .@CSSSaintsFB Zach Edwards is this week's @WellsFargo Male Performer of the Week. Find out why: https://t.co/hyWZadLIFY #d3f…
44594                                                    Check out RadioShack Digital Voice Recorder 43-127 Records Telephone Conversations #RadioShack https://t.co/ouaWDE6biL via @eBay
44595                                                                                                                                  @Apple employees right now https://t.co/kkdqFlHqPO
44596                                       RT @DisneyCareers: RT @Disney The magic always returns. ✨ Watch the all-new trailer for #MaryPoppinsReturns: https://t.co/vdxvIS4LHJ https:…
44597                                                          RT @Toyota: Careful &gt; Carefree 👶Build your all-new #Corolla Hatchback: https://t.co/E9I0tdn8On https://t.co/FnBwFoD9xh
44598                                                                                                        RT @SamuelErz: Where is ios12 @AppleSupport @Apple ? https://t.co/Yy8KzPWhob
44599                                                                        RT @Reuters: Police shoot man in Brussels after knife attack https://t.co/0dUUSQOPBU https://t.co/jH1LvHp3kW
44600                                                                                                                     @KendallJenner walking for @Burberry ✨ https://t.co/OvA4H1hdBx
44601                                          RT @HorizonLeague: Haley Leanna helped @UICWomensSoccer to a pair of wins this week with not just ☝️ but ✌️ shutouts to be named @Nike #HLW…
44602                                        Hey @Ryanair can you let me know when your website is back on? As it's been longer than 30 minutes and  I can't cha… https://t.co/FPzdZuXRbW
44603                                                                                                                                          @PayPal Please check dm I need urgent help
44604                                                                                                                                                     @Reuters When isn't soon enough
44605                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44606                                                                              RT @Reuters: Two Koreas hold high-stakes summit with nuclear talks in jeopardy https://t.co/LdFw7lxy1H
44607                                                                                                                      Check out my listing @eBay - https://t.co/Prhg2ysa3n via @eBay
44608                                             RT @Reuters: Saudi's PIF invests more than $1 billion in electric carmaker Lucid Motors https://t.co/dHoDXrYH1e https://t.co/VfHurDyFmv
44609                                                                                                                               Yellow#3 MONSmons https://t.co/BNYsBvSp2C via @amazon
44610                                                                          Check out Thigh High Leather Boots https://t.co/dOKfFONiyu @eBay Only 3 days left! Super low price! 🎉🎉🎉
44611                                                                                         This is what reading a microSD looks like on my @Apple MacBook Pro. https://t.co/fHt4x1iYSO
44612                                        It is absurd how @netflix just reused the @TheDefenders Facebook page as the @NXOnNetflix page like what the fuck i… https://t.co/Bd1TfGmlVI
44613                                       RT @TMobile: .@JustinBieber and Jimmy are up to something 👀 The surprises continue tomorrow on #FallonTonight at 11:30 EST on NBC! #AreYouW…
44614                                                 Check out Women's Basic Long Sleeve Tunic Round Neck Solid Soft Jersey Pullover Top Shirt  #Tunic https://t.co/UdEzQyY0ba via @eBay
44615                                                     RT @ESales_Hottie: Check out 3DLightFX TMNT Kids Room Wall Decor 3D Deco Light 4 Piece Bundle Set https://t.co/dqtBCk7RJu @eBay
44616                                         When you find your grocery list right where you left it after practically dumping your purse in the @kroger trying… https://t.co/TirLNq7MjF
44617                                                                                    Yooo @Apple @AppleSupport I already upgraded so you can stop causing my phone to act up now smh.
44618                                                                  RT @Reuters: Why Idlib matters and the obstacles Assad faces there https://t.co/gmRpOSws8r https://t.co/rB8efB3Ijt
44619                                              Check out Fisher Price Little People Play Family Plastic Swing Set 3 Kids &amp; Teacher #FisherPrice https://t.co/FDmsoscbnd via @eBay
44620                                                                                 @renoomokri @ShehuSani @HSBC The cluelessness in @MBuhari 's administration is not from this world.
44621                                                                                             @realdonaldtrump your Tweet was quoted in an article by @Yahoo  https://t.co/eVhq0yYTQM
44622                                            @l0rdb1r0n @Flight_Refunds @easyJet Because they are on standby to take off.  They can’t piss about while you look at WHSmiths and boots
44623                                                                                                        @Apple is it too much to ask for people emojis with different shirt colors ?
44624                                        RT @beverleymitchel: Not going to lie I took advantage of the great layaway program @Walmart. And don’t even get me started on their websit…
44625                                                                                              @JayValenz67 @Miduswell @Yahoo I wish we had more like @RepMaxineWaters   We need her.
44626                                        RT @HeyEvette: Ever felt like 'nappy' was crappy? Then you gotta see @justsanaa in #nappilyeverafter on @netflix this Friday! https://t.co/…
44627                                                                     @Ryanair when will your website and your app be back up?  Trying to check in online here and getting nowhere 😢
44628                                        RT @DeutscheBank: Deutsche Bank is helping Rock Rail make one of the largest ever private sector investments in UK rail infrastructure. #Po…
44629                                                                                                                                   @GodFriendedMe @CBS I loved it! Keep them coming!
44630                                                                                                  @Prafulla36 @udacity @Google Congratulations on the awesome achievement Praful! 😍
44631                                        RT @Cohesity: Stronger Together: @Cisco + Cohesity Joining Forces On Secondary Data and Apps Challenges. https://t.co/OVaTdNSt0W https://t.…
44632                                                   Catwalking On Water: @Loreal is creating a 60-meter runway atop the Seine for 👜👗👠 Paris Fashion Week.… https://t.co/4QK9WIkxwe
44633                                        Real Talk: the new @netflix show @thedragonprince has a great story and pace. The show will definitely remind you o… https://t.co/ExM1JepzYE
44634                                                  Check out Vintage Baby Overalls Blue Cover Up Applique Donkey TEX TOGS Texas Styled VGC #TEXTOGS https://t.co/WaiObaCbOr via @eBay
44635                                        RT @KrisJenner: I see you my beauty!! @kendalljenner walking for @Burberry in the finale of #riccardotisci’s debut show in London! #LFW #Bu…
44636                                        @larryhinkle @DCComics @Marvel @Disney @WarnerBrosEnt mags mocking donating to charity and cracking jokes on it ove… https://t.co/0XZeSEi754
44637                                                                                                                                                                @Apple I mean Mumbai
44638                                                                                      Amish Christmas Secrets (Amish Protectors) by Debby Giusti https://t.co/lE1YlQF0NX via @amazon
44639                                                                                                       @wylekolfe @McDonalds @BurgerKing I recommend listening to @Wendys dis tracks
44640                                        Biggest shout-out and love to Lourie who works at the @Starbucks I go to - I explained at the cash I was buying a n… https://t.co/e0vLgXP688
44641                                                                                 RT @Audi: Acting casual? Never heard of it. #AudiA7 https://t.co/Xiczhm0odb https://t.co/sPWv2oHDWV
44642                                                                                             RT @RatnerBen: Check out our take on @Shell new methane target: https://t.co/05fKL7ODAg
44643                                        RT @NBA2K: First look at the @Nike LeBron 16 “1 Thru 5” in #NBA2K19 🔥 See them in MyTEAM mode when you take on a team of 5 LeBrons wearing…
44644                                                                                       @RudyBouwman @DocuSign @Adobe @AlphaTrust @eSignLive @Dropbox Use @DigiByteCoin for your POS!
44645                                                                                                                                  @Burberry @missjourdandunn Yhhh she 1 of a kind 😍
44646                                                                                                                How to get @Starbucks free... Pay with $100. https://t.co/n7HsJZ6EXy
44647                                                                   Check out Puma Mens Army Military Jacket Heavy Coat Green Small #PUMA #Military https://t.co/gBQwHZSOuh via @eBay
44648                                                                                           So just @Google now to convince to backtrack on the end of Inbox. https://t.co/J2iFO47da1
44649                                                       Check out Better Homes &amp; Gardens Wood Magazine April 1998 #105 Production Shop Tricks   https://t.co/Umy9WEL9RM via @eBay
44650                                                    Check out The Breaking of the Dawn by Fernando Ortega CD Oct-1998 Word Distribution #Christian https://t.co/mmMC0l9ztq via @eBay
44651                                                                                                                                                      @verizon you guys fucking suck
44652                                        @KjeldLindsted @tomfgoodwin I used a chatbot on @Apple to purchase a phone and it was the best experience I have ev… https://t.co/SwYdR9YzwW
44653                                                RT @Reuters: Trump 'likely' to announce new China tariffs as early as today - source https://t.co/P6UQtbpmxu https://t.co/ju4xDGWgdZ
44654                                         RT @Anson_3D: Check out my #blog post covering how to post your @adskFusion360 #Fusion360 models on @facebook. Maybe @Twitter will add the…
44655                                                        Check out All Night Media FROM OUR HOUSE TO YOURS Rubber Stamp Christmas Scene Trees Snow  https://t.co/zVLjIVBgO9 via @eBay
44656                                              RT @kris_degioia: @netflix I would like the time I spent out of my life watching the worse show in the world @blackmirror #timeismoney
44657                                        RT @RonNDee7: Check out Avon Druzy Bracelet in Purple #Avon #Statement https://t.co/aq3h41sjjG via @eBay #fashionjewelry #bracelets #freesh…
44658                                                                                                                     @CocaCola Considering #CBD Product Line https://t.co/f9RZcFtdxr
44659                                                                        RT @netflix: Here's every time Jax was shirtless on Sons of Anarchy. You’re welcome. https://t.co/Yneec5q2Nq
44660                                                                      @BMW why can’t you transfer your online entertainment voucher to your new car #bmw#ripoff#alwaysaftermoremoney
44661                                        @AliceEvansGruff @stefff_24 @hamdia_ahmed @reemaaosman @Starbucks We only see part of the video yet you assume ever… https://t.co/JpqsW6jtBk
44662                                                                                   Check out Authentic Women’s Orange Purse New Hobo Coach Leather Bag https://t.co/RWedYBTls3 @eBay
44663                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/JmLq5TBRPd
44664                                        RT @shondarhimes: Our new Shondaland offices  just keep getting more amazing!  Our new floor opens today.  Thank you @netflix! #netflixlife…
44665                                          RT @DonFi4o: Check out Vintage Happy Laughing Buddha Glazed Porcelain Statue Colorful Decorative Figure  https://t.co/N9MUgS6MdV via @eBay
44666                                        @PrivacyStar @ATT @ATTCares @MetroPCS Cool. My family and I have been using Metro PCS for 5 years or so and that is… https://t.co/nz8AjozDXH
44667                                                                                                                                                 I want to be the face of @Nike next
44668                                                  Check out NEW - UNIQUE RHODONITE ANTIQUE SILVER LARGE STATEMENT RING SIZE 9 #Handmade #Statement https://t.co/0MpyPh744E via @eBay
44669                                                                                           RT @CBS: Waiting for tonight's @Elementary_CBS season finale like https://t.co/Ou8342vGT9
44670                                        RT @timcarvell: Dear @amazon: Great news! The five decks of index cards I ordered arrived! I do have some notes regarding packaging... http…
44671                                                                                                                      @Apple iOS 12 updated 😍 @AppleSupport https://t.co/zJc2auclC2
44672                                                                      Check out Marvel Punisher T Shirt Mens size L Black White Skull Graphic Licensed https://t.co/zSuzFDJoY1 @eBay
44673                                                               RT @jewelrywiz: Check out Blue Topaz Trillion cut Stainless Steel Ring 4 carats size 9  https://t.co/qnazLykJz5 @eBay
44674                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44675                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
44676                                        RT @JayValenz67: Police arrest 5 for looting dollar store after Hurricane Florence https://t.co/jFJxSLXyCl via @Yahoo Five people were arre…
44677                                                                                               @whatkarlysaid @shannonpurser @netflix Oh my gosh me too! Love that song and movie! ❤️
44678                                    RT @WYeates: Sad to read that @GCAS2018 climate summit sponsors @BankofAmerica are financing #DakotaAccess pipeline &amp; Other Fossil Fuel Pro…
44679                                        @AntonioHLanda @IBMWatson @IBM @rwlord @TechCrunch Also how we form appropriate #governance structures to set the p… https://t.co/I3YeK3gKtD
44680                                                                                RT @Reuters: Coke eyes cannabis-infused drink market https://t.co/SRINk80DoQ https://t.co/Se1ZI8b3Oq
44681                                                @AlsoWonderWoman @HollywoodDebi @krassenstein @ATT @ATTCares @POTUS @realDonaldTrump @ATTCares_Not @TMobile… https://t.co/iIFCAZqICQ
44682                                        @renoomokri @ShehuSani @HSBC The Hongkong and Shanghai Banking Corporation Limited opened in Hong Kong on 3 March 1… https://t.co/K5N8U5Lx2w
44683                                                                                RT @Reuters: Coke eyes cannabis-infused drink market https://t.co/SRINk80DoQ https://t.co/Se1ZI8b3Oq
44684                                            @ANCA_DC @Cernovich @YouTube @Google @TheYoungTurks @cenkuygur @indefchristians @HellenicLeaders @OrderStAndrew… https://t.co/g5qrAfADkq
44685                                        RT @krifesam: @TEAM_MALEC_76 @netflix @FreeformTV @hulu @AmazonStudios @AppleTV @ConstantinFilm @FOXTV @ShadowhuntersTV @mmoszkowicz @CBC B…
44686                                        RT @urbanpixiestyle: @DesignationSix @LarrySm27372117 @jldsport8 @FoxNews @McDonalds @Nutrisystem @southbeachdiet @QLNational @RocketMortga…
44687                                        RT @JayValenz67: A Palestinian Has Fatally Stabbed an American-Israeli Activist in the West Bank https://t.co/ztzZumGiuG via @Yahoo The vic…
44688                                        Amazing how the culture and buying around these luxury brands such as @Burberry @LouisVuitton and @Dior will change… https://t.co/ab9BzUiU2M
44689                                                             Check out Star Wars DVD Set II III  4 Discs  Digitally  Mastered 2 and 3 Full Screen  https://t.co/6v1VkOYtB2 via @eBay
44690                                         RT @nicholasibekwe: When Garba Shehu wrote about Abacha loot hidden in @HSBC in Jersey I laughed because I know that the reason that money…
44691                                                                          @renoomokri @HSBC But the article says. The dream behind @HSBC  is Thomas sutheland. And he's a British???
44692                                                                                                                     @Reuters @SenatorCruz_ you sick fuck should this cop be fired ?
44693                                        RT @RealMAGASteve: Texas Farm Bureau says to @Nike none of our employees will be wearing them to work. They banned all employees from weari…
44694                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/E37obkJKoh
44695                                                                                             Check out engagement rings for women rose gold color  https://t.co/UtmLT3XyPV via @eBay
44696                                                                                                                                      @renoomokri @ShehuSani @HSBC Oh! He got served
44697                                                                                                     Check out GRAN TORINO - DVD - CLINT EASTWOOD  https://t.co/5degb52P19 via @eBay
44698                                 What if my @amazon Alexa microwave gets mad at me &amp; then doesn’t cook my food all the way or uses too much power &amp;… https://t.co/MxNWWlVKtF
44699                                                                   Pristine Power! 1988 @BMW E30 M3 Evolution II https://t.co/l3eo4L2yT1 #Rides #ClassicCars https://t.co/2MHzV8mvZy
44700                                        RT @pasbonca: @jahn_17 @andrey_lopez @BunnyAndDoc @CA_SheaGibson @NetflixLifee @ScorpionCBS @kevinweisman @festivaltvmc @netflix And what a…
44701                                                                                                                                       You make the best entertainment @netflix 😩😩
44702                                                                                            PGA Tour providing free tickets to hurricane evacuees https://t.co/1jya3i6jXQ via @Yahoo
44703                                        @RyanWardLA @AppleSupport @ATTCares @verizon I would TOTALLY leave @ATT @ATTCares but the horrible ATT coverage whe… https://t.co/pPQ8dCYZvA
44704                                                  Check out By TERRY Hyaluronic Hydra-Powder 0.045oz/1.3g Deluxe Travel Size B/NEW in Box #ByTerry https://t.co/XFE0jjF5zX via @eBay
44705                                         @Reuters Are you the chair person or is Feinstein. U let her stall this conformation. If he's not confirmed by Oct… https://t.co/35raScTgTi
44706                                                                                                                                     @virgilabloh @Nike @NikeRunning @OffWht “Tweet”
44707                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/QG2cfQrESL
44708                                         RT @HilLesha: Traveling with 5 kids requires a credit card strategy. @globalmunchkins earns points with the @BankofAmerica #PremiumRewards…
44709                                                                                                                                      @OldSimpson @ATT And how about the Aborigines?
44710                                                                                                         RT @sinnsage: Great job on this sandwich @Starbucks https://t.co/2ncStYMB2N
44711                                                                         @The_Endless_A @kangarookoala1 @StarbucksCanada @Starbucks @cfshopsdonmills @TVLbyNumbers It was delish !!!
44712                                                 @TMobile for those who preordered are the new iPhones shipping the same day they release or do they arrive the same day it releases
44713                                                                                                                                        @TVStudioGrrrl @OREOS @kroger @Bat369 WHAT?!
44714                                        @ianwheeler @easyJet If you eat a snickers elsewhere and then talk to me afterwards I will have a reaction to the n… https://t.co/aDsKTmF6Gt
44715                                         @sjitsing @AppStore @Apple @AppleSupport @SamsungMobile @tim_cook @timesofindia @htTweets You comment. I’m free to… https://t.co/JoM3LKknJC
44716                                        RT @intel: Creating 3D models of Smithsonian @AmericanArtMuseum’s #artwork is the first step toward building a virtual reality exhibition -…
44717                                         RT @JayValenz67: Long Island woman charged for fabricating story about Trump-related hate crime https://t.co/XNao7qoBIy via @Yahoo Suspect…
44718                                                                                                                 @APEntertainment @JeniferLewis @Nike @Kapernick That's @Kaepernick7
44719                                                                                                                                                        @AllysonnNicolee @ATT Oh noo
44720                                                                                           @GoddessJoules @netflix I had no idea. Im usually just watchin British Bake Off or anime.
44721                                                                                                                                      @bold_fog @johnrich @Nike You’re welcome!!👊🏽
44722                                                           @Walmart crutches saved the day! https://t.co/uNd2aWFUwR #crutches #running #review #allbetternow https://t.co/0GnWV67qpT
44723                                                                      @DeutscheBank Yay! The preferred bank of money launderers everywhere across the globe. https://t.co/iNQzxBuP2A
44724                                        RT @HOASlytherin: @NovaTerron @netflix @hulu @NovaTerron I need to say how much I appreciate the girls' relationships with each other. Mean…
44725                                                                      KATE SPADE New York Black White Tote Multi-Color Weekender Beach Shopper bag NEW https://t.co/H82i6to6PD @eBay
44726                                        RT @RealMAGASteve: Texas Farm Bureau says to @Nike none of our employees will be wearing them to work. They banned all employees from weari…
44727                                                            Thanksgiving Funny Turkey Shirt Hush Your Mouth &amp; Eat Pie Fall Apparel Gifts:... https://t.co/g9DUtC0YdG via @amazon
44728                                                                        @jt_bates @Apple you grow to love them someday.  Hence “About Face” by Grizzly Bear becoming one of my loves
44729                                                                                                                      Check out my listing @eBay - https://t.co/QF1ZCpVzgw via @eBay
44730                                                                             RT @Reuters: Former President Barack Obama urges voting in high-stakes election https://t.co/lDX8uyOwml
44731                                                                        Check out Hugo Boss Mens Casual Button Shirt Dark Pink Size Large Slim Fit EUC https://t.co/b3PFQUQYTh @eBay
44732                                                                                                RT @BirkettRakow: Congratulations @Starbucks leading the way https://t.co/AhACOsOqwQ
44733                                                   Check out Tommy Bahama Relax Swim Trunks Shorts Blue Orange Floral Hawaiian Mens Size L #Trunks https://t.co/xqXISbnRq2 via @eBay
44734                                                   Check out Offroad Monster M19 20x10 5x139.7 -19mm Black/Milled Wheel Rim DODGE RAM LEVELED #M19 https://t.co/rI5NqRqqgg via @eBay
44735                                                                                                                                                       @SonySquareNYC @Sony Amazing!
44736                                        @amazon I’m going to sound selfish asking this but can I please have a promo code? I’m buying $50 worth of accessor… https://t.co/rd8seR5Qk2
44737                                         @Apple Y E S we need a brand new phone which is overhyped as heck with pretty much the exact same features? Aren’t… https://t.co/aVvhNazHwH
44738                                                                              Check out #Plush #Puppy #Dog #New With Tags Ears Flap Plays #JamesBrown  https://t.co/eGCjoqcpLX @eBay
44739                                                                              Check out #Plush #Puppy #Dog #New With Tags Ears Flap Plays #JamesBrown  https://t.co/eGCjoqcpLX @eBay
44740                                                                              Check out #Plush #Puppy #Dog #New With Tags Ears Flap Plays #JamesBrown  https://t.co/eGCjoqcpLX @eBay
44741                                                 Check out Karen Scott Nautical Painterly Stripes with Embellished Star 100% Cotton 3X #KarenScott https://t.co/Xvz8lBa0Hr via @eBay
44742                                    RT @slpng_giants: A reminder that @Google &amp; @facebook are still placing advertisers on Breitbart without their knowledge. Let them know! ht…
44743                                                                            Vintage Canoe After Shave Dana Unused Full Bottle Christmas Gift #Dana https://t.co/7cA3y6jtK4 via @eBay
44744                                        RT @Reuters: Alice Temperley presents women ranging in age and profession to unveil her collection at London Fashion Week. More: https://t.…
44745                                        #brainstorming @mint should offer an API which allow consumers to allow a given business like @Adobe to validate th… https://t.co/lfJOBQXmVy
44746                                        RT @SputnikInt: I'd like to buy the world a toke? @CocaCola reportedly eyeing pot-infused beverages https://t.co/lZvsPHAjJT #weed https://t…
44747                                                                       RT @McDonalds: Our $1 Sandwich deal means serious savings. Only available on our App. https://t.co/cVVhNPkjj0
44748                                                                                                 What every person needs. A @Starbucks Pumpkin Spiced Latte. https://t.co/MXojObRj3Q
44749                                    @Expedia I shared some concerns in my survey regarding the car rental purchased through Expedia &amp; I’m asking if any… https://t.co/YTWAuboxkA
44750                                                                                              RT @6abc: . @CocaCola considers making cannabis-infused drinks https://t.co/X3U8JdZ7MJ
44751                                                                                                                             @parscale @CocaCola @TheWellNews @pepsi That's a shame.
44752                                        RT @Reuters: JUST IN: Senate Judiciary Committee will hold public hearing to review allegations against Supreme Court nominee Kavanaugh - s…
44753                                        RT @Reuters: JUST IN: Senate Judiciary Committee will hold public hearing to review allegations against Supreme Court nominee Kavanaugh - s…
44754                                        @Reuters Because the US is already held in such high esteem in the world of public opinion (sarcasm alert).  The US… https://t.co/1LCxerUiKV
44755                                                                                3 years now and @Yahoo has still yet to reply to any of my emails nor help with my recover.. Useless
44756                                                        Check out Spider-Man Comic Issue 18 2099 Modern Age First Print 1994 David Leonardi Lopez  https://t.co/FKOhrvyeRI via @eBay
44757                                             RT @REBELCHILD24: Check out Sony Betamax AG-400 VIdeo Cassette Tape Auto Changer Made In Japan  #Sony https://t.co/lAyU8ZcL2z via @eBay
44758                                        @TMobile for years has been trying to get me to change plans and I have refused. Yes I get it it this persons fault… https://t.co/rzXoCO7WQb
44759                                        RT @Reuters: JUST IN: Senate Judiciary Committee will hold public hearing to review allegations against Supreme Court nominee Kavanaugh - s…
44760                                                                       RT @steve37341: Rains from Florence cause collapse at NC coal ash landfill https://t.co/eFutcshYyW via @Yahoo
44761                                                                                            @Ryanair hi are the flights from Dublin to paphos for the whole month of April sold out?
44762                                                                                                            2 1991 Wild Card NFL Premier Edition packs https://t.co/0OuoLfHCyp @eBay
44763                                        @LoverOfTechBA @LenovoLegion @HP I didn't realise I'd end up with the Intel Optane model. I'm torn as the Omen 1070… https://t.co/EpGZFxEn9k
44764                                                       Check out VINTAGE CARRIE GROVES MODERNIST STERLING BROOCH PIN MOONSTONE AMBER #CARRIEGROVES https://t.co/43UP8KRmDT via @eBay
44765                                        RT @Reuters: BREAKING: Hearing on accusations against Kavanaugh to be held next Monday - Senate Judiciary Committee Chairman Grassley https…
44766                                                          RT @TrumpGirlStrong: Great job @Nike. As if we didn't already know that you hate Americans enough. https://t.co/qj1Q29gFb2
44767                                                                                                                    RT @netflix: just crunching some numbers https://t.co/cMbl2hCzO9
44768                                         RT @WillNissen2: Yet more bullshit from Cernovich the guy I remind you that got James Gunn Fired. Great work @Disney Nice to know who gave…
44769                                                                                                                                            @EconomyMedi @Reuters Synecdoche my dude
44770                                        @Expedia SUCH HORRIBLE #CustomerService you guys have! Putting CONSUMERS AT THE MERCY OF SCAMMERS is unacceptable!!… https://t.co/XGyXuSap9r
44771                                                                                                                  RT @lilyachty: Ight sup w season 3 of stranger things tho @netflix
44772                                                                                                                      Check out my listing @eBay - https://t.co/o99cgfdtYr via @eBay
44773                                                                                                                    RT @netflix: just crunching some numbers https://t.co/cMbl2hCzO9
44774                                        RT @Reuters: JUST IN: Senate Judiciary Committee will hold public hearing to review allegations against Supreme Court nominee Kavanaugh - s…
44775                                        RT @Reuters: JUST IN: Senate Judiciary Committee will hold public hearing to review allegations against Supreme Court nominee Kavanaugh - s…
44776                                        RT @freetibetorg: A senior @Google research scientist has quit the company in protest over its plan to launch a censored version of its sea…
44777                                         It was only a year ago when Stockton city officials announced bringing the city’s FIRST @amazon Fulfillment Center… https://t.co/gNVR5JfkCT
44778                                                                     Check out OSHKOSH B'GOSH Baby Boy's Vestbak Bib Overalls  Size 9 Mos. 100%Cotton. https://t.co/BK4eU1NHEr @eBay
44779                                             Anyone that hat an iPhone or @Apple product #updates to #IOS12 abatable today. Downloaded it myself today. I’m… https://t.co/gipZJK018P
44780                                            RT @VintageGuyz: Check out Vintage 1950s - 60s Wizard Turquoise Industrial Oscillating Wall Mount Fan  https://t.co/FUZxSiZfRo via @eBay
44781                                        @LynnePatton @Nike @newbalance Nope. The National Anthem and flag have nothing to do with the military. Saying so b… https://t.co/AOS33bYxYr
44782                                                                                                                                 @Apple iOS 12 update all good in the hood for me 👍
44783                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
44784                                                 Skyros Designs “Hand Painted in Potugal” 9 inch Single Serving Cookware https://t.co/zlWcCVf4HM @eBay #SEO… https://t.co/wtZOK7DNpf
44785                                                                                                             @TheAdamToth @Wendys @McDonalds Yah man back you used to come around 😪
44786                                        RT @TarynTeutsch: Are you listening @Disney? @AETV? There is no excuse for domestic violence #FireMikeRinder #Justice4Mom https://t.co/WjxB…
44787                                                           RT @Statistar30: @HRC @amazon @JeffBezos What does he offer equality in? Making sure ALL of his warehouse workers suffer?
44788                                        RT @Disney: Is your eye for #MickeyMouse meticulous? See if you've spotted these Hidden Mickeys in movies! #Mickey90 https://t.co/EadMf5U8Om
44789                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/uRE3RIwZPC
44790                                                                                                 @squareh00r @waze @Apple Just sign up for the beta testing I did and I’m very happy
44791                                                                                                                              RT @hmusa: @tiffanyyoung @hm a ❤️ right back at you! 😉
44792                                        @Disney Can we try to spot @Disney `s reputation as a company that don't listen to a rapist who is now doxing Kavan… https://t.co/AiDlCiZLu5
44793                                                                                                                      Check out my listing @eBay - https://t.co/wdBuocQC16 via @eBay
44794                                                       Check out Vintage Lot Of 34 First Day Issue Stamps + Envelope In Cover Wallet 1947 To 1954  https://t.co/WXkAzMk4jj via @eBay
44795                                                         RT @BMW: Narrow spaces will never be an issue again. The #BMW #7Series with remote control parking. https://t.co/znrsHt73K9
44796                                        RT @sabeautysupply1: Now 50% off! Womens Faux Leather Boots Knee High https://t.co/vkHTo5bzWv @eBay #ebay #eBayKleinanzeigen #ebayvintage #…
44797                                                                 RT @Reuters: Trump says doesn't mind if Kavanaugh vote delayed to allow accuser to be heard https://t.co/h2AKsglkmX
44798                                          RT @pinkpretty16: Check out Zenergy By Chico's Size 3 Silver Metallic Zip Front  Jacket Long Sleeves Pockets https://t.co/7ujfzg8BuL @eBay
44799                                                                         @reeses @amazon I'm enjoying my Reese's at my son's first parent/teacher conference! #NotSorry #Sweepstakes
44800                                                        Check out Nike USA World Cup Away Jersey Kid's Soccer Jersey Size Large (14-16) Used #Nike https://t.co/mfPo3duiMe via @eBay
44801                                                          RT @Reuters: Public hearing will be held on accusations against Kavanaugh: Senator tells reporters https://t.co/2WhcXZrqTp
44802                                                                                                   Check out Cheer Druckrock   blau rot Neu Gr.44  https://t.co/flOopoTI5u via @eBay
44803                                                           RT @David321to74: Check out Pair Of Brass Looking Old Man By The Sea Figurines/Paperweights https://t.co/XQcoZ98jh9 @eBay
44804                                        confession - i've been low key binge watching @SHO_Shameless for like three weeks on @netflix. straight up from sea… https://t.co/LKWUG2gZXW
44805                                                                                                                      Check out my listing @eBay - https://t.co/8iCmscdRKQ via @eBay
44806                                                                   @NXOnNetflix @netflix Fit Mike in there and I'll pay for a lifetime of Netflix right now. https://t.co/62c2EBfAYA
44807                                                Check out Selene Sport Womens Spring Blazer Coat Faux Snakeskin Plaid Size 2X Lined Jacket #Blazer https://t.co/hhYN66gvt1 via @eBay
44808                                                                                                                              @HRC @amazon @JeffBezos you have to be fucking kidding
44809                                        RT @intel: Thanks @WITHIN for the shout-out! See how Sansar and Intel recreated the @americanart Burning Man exhibit in #VR. https://t.co/D…
44810                                        So... I’m gonna start a hashtag called #fedexstories @FedEx delivered a package to the wrong address and the person… https://t.co/ZEK1MjUlyx
44811                                        RT @ajmargenot: @WCoffeeResearch @Starbucks PhD candidate and program coordinator Taya Brown providing data on adoption and economics of #r…
44812                                                                                    @MordenGeist @CoreysDigs @CNN @MSNBC @CBS @ABC @nytimes @NBCNews She is one fantastic researcher
44813                                                                                 RT @Reuters: Russia and Turkey agree to create buffer zone in Syria's Idlib https://t.co/9PdqlKRvyW
44814                                                 Check out BiG Rooster/Chicken Eggs Farmhouse SIGN*Primitive/French Country Kitchen Decor #Country https://t.co/3M8s6pMqN0 via @eBay
44815                                                                                           Vintage Kissing Porcelain  Doll - Boy And Girl on swing https://t.co/iHh5O3YWTt via @eBay
44816                                                    Check out Vintage Hand Embroidered/Appliqued/Lace Purple Pansy Sheet  &amp; 2 Pillowcases Set  https://t.co/xqt8lWAyui via @eBay
44817                                                                                                     RT @Reuters: Obama urges voting in high-stakes election https://t.co/mkkyrztOpi
44818                                                      Check out Aeropostale 1987 NYC Grey stripe Original Brand Junior sz M polo shirt #Aropostale https://t.co/krvOZ7XwEc via @eBay
44819                                                Check out vintage ANNE LEWIN L pajama set SOFT COZY LUXURIOUS VELOUR Ivory floral LARGE #AnneLewin https://t.co/XbWEbzKa8m via @eBay
44820                                                Check out NWOT Womens Jinpin Black Suede Platform Shoes Heels Sexy 8B Dancer Style Buckles #Jinpin https://t.co/tcQeBdiTkA via @eBay
44821                                        @ImRainhop @UPS We're here to help! Please send us a DM with your order number and we'll follow up from there. -Asp… https://t.co/QtAnrhkVre
44822                                                                              Finally the Update the #IOS12 I love it the new update for @Apple @PeriscopeTV https://t.co/kInZdmIYty
44823                                                                                                                                                              @verizon 5G or LTE-A??
44824                                        RT @named_MYSTERY: @tomhanks @JimCarrey @thehill @Snowden @McDonalds @theintercept @Four5Citizen @facebook @POTUS44 @RussellMeans @FLOTUS44…
44825                                         @Merkle @Merkle_David @ToddBowman68 @amazon @thisisinsider @WarnerBrosEnt @CocaCola @Snapchat @AMCTheatres @HW_inc… https://t.co/v9geWUk6pg
44826                                                                                           @netflix @NetflixUK okay I’m ready for Ozark season 3!!! Finished season 2 way too soon ☹️
44827                                                                                       @MilkSourceMan @Matt_Wichman @JohnDeere There looks like a lot of @DegelmanInd blades as well
44828                                                                 Check out 1983 Star Wars Return of the Jedi - Mother Ewok and Child - PSA 7 (NM)  https://t.co/yeyQ0Y4MAI via @eBay
44829                                                @marinelapinto @ConstantinFilm @FreeformTV @netflix @NetflixPT @ShadowhuntersPT @AmazonStudios Hell no we’re not! #SaveShadowhunters
44830                                                                                                           RT @imcristianortiz: Please add the George Lopez show on Netflix @netflix
44831                                                                                                                      Check out my listing @eBay - https://t.co/FaRIAkFa36 via @eBay
44832                                                                         Reed Hastings: Add Hocus Pocus on Netflix - Sign the Petition! https://t.co/chSXhRJSRh via @Change @netflix
44833                                                       Burberry Brit Mens T Shirt Medium Red Short Sleeve Authentic #BurberryBrit https://t.co/E3k46zkTzj via @eBay #Findingskeepers
44834                                                      Check out Genuine HP 45 51645A Black Ink Deskjet 6122 960 980 1180 1120 890 959 950 9300 #HP https://t.co/GWjIKby7OP via @eBay
44835                                                 Are remodels hurting McDonald’s sales? https://t.co/T3vV841F8M @McDonalds  @jonathanmaze  #sales #business… https://t.co/sML3o4wEAU
44836                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/eHiMOGHjeS
44837                                                                                  @Reuters He was just saying that it was the Democrats that want to raid Medicare like... LAST WEEK
44838                                                                                                                      Check out my listing @eBay - https://t.co/SL7lTz8dlE via @eBay
44839                                                                                                                                              @Apple XS comes off reading as x small
44840                                                                                                     RT @Reuters: Obama urges voting in high-stakes election https://t.co/mkkyrztOpi
44841                                                 Check out Blue Evil Eye Stretch Bracelet 8mm Clear Quartz Beads with Fatima Hand One Size #Beaded https://t.co/0mwEx21Z3s via @eBay
44842                                        RT @ims_UL: UL launches @amazon Alexa Voice Service (AVS) Security Program for performing #security assessments of Alexa-enabled devices- w…
44843                                                                    Check out Rafaella Womens Size XL Shirt 3/4 Sleeve Gray #Rafaella #Blouse #Any https://t.co/ukO1qglh6I via @eBay
44844                                                                                         RT @Gillette: Your best never comes easy. Just ask @Shaquemgriffin. https://t.co/tuw4KCrfD8
44845                                                         Check out Vintage Shoe Brush Two In One Dosen Unotu7y  https://t.co/jou5NxNmNW via @eBay #Come #Bid #3 #Days #Left #Vintage
44846                                        RT @RealMAGASteve: Texas Farm Bureau says to @Nike none of our employees will be wearing them to work. They banned all employees from weari…
44847                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
44848                                                                                       RT @bestofbullock: where’s the bird box trailer/teaser?????? @netflix https://t.co/cJ8RoZQtuU
44849                                         RT @JellybeansClos1: Check out J.Crew Multi Stripe Shirt sz Large #JCREW #KnitTop https://t.co/WD1qZ9m7Xl via @eBay https://t.co/7dAdKBALoE
44850                                          RT @pinkpretty16: Check out Zenergy By Chico's Size 3 Silver Metallic Zip Front  Jacket Long Sleeves Pockets https://t.co/7ujfzg8BuL @eBay
44851                                                                                                                                              RT @netflix: Oh Barry? He's very good.
44852                                        @MorganStanley was at PaceU today. #StayConnected and download the handshake app. Never miss an event! Questions? G… https://t.co/IOl697myC4
44853                                                       Check out New Serengeti brushstroke two-for twinset top size 3X #Serengeti #twinset #Career https://t.co/rVDjZCI9BU via @eBay
44854                                                                RT @FashionweekNYC: Take a look at Riccardo Tisci's first @Burberry Collection #BurberryShow https://t.co/W2p91a91L3
44855                                                                                                      RT @bibbygregory: A CLASS ACT! Jenifer Lewis in @Nike. https://t.co/yUhIq39qJZ
44856                                                   Check out Christopher &amp; Banks Stretch Shirt Women Sz S Christmas Snowman Embroidered Green  https://t.co/HyBUpsBjUc via @eBay
44857                                                             Check out Deadpool Comic Issue 3 The Mercs for Money Limited Variant Modern Age 2016  https://t.co/YiBms9Bta1 via @eBay
44858                                                                                          @PayPal your customer service is terrible I’ve been on the phone for over an hour on hold.
44859                                                                   Check out Craft Panel Cut and Sew Fabric Panel Colorful Creatures to Applique   https://t.co/883yYpqWyY via @eBay
44860                                        @Bernie2O2O @OperationOppo @EmmaGRamirez @HRC @amazon @JeffBezos They aren't a Dem org. The support Republicans too… https://t.co/zgv7hmP8r7
44861                                                                                                              @Walmart I doubt she represents your brand or decency for that matter.
44862                                                               Check out Image Comics WildStorm Swimsuit Issue #1 NM BAGGED BOARDED COMBINED SHIP  https://t.co/5fJlI9p7JS via @eBay
44863                                                                                                                         RT @netflix: turning on the emmys now. did I miss anything?
44864                                                                     Check out Burgundy Red Nonstick 11 Inch Griddle Pan Square New Free Shipping  https://t.co/lWPEphb2i3 via @eBay
44865                                                                                                   @teslanomicsco @ani_seh @Audi From 310 miles to 250 miles.. don’t expect too much
44866                                                                             Check out Antique Brass Hand Painted Silent Butler Pan With Handle Signed https://t.co/kCaTTcLgSC @eBay
44867                                                                                                                                    RT @mingsbigbutt: @_SJPeace_ @Walmart your move.
44868                                                                                               Check out Lot of 17 #Vintage Time #Magazine 1973 - 1974 https://t.co/TDew0LradZ @eBay
44869                                                                                                                      Check out my listing @eBay - https://t.co/2ec1t1uw61 via @eBay
44870                                        RT @FullmarkSG: Great savings now @amazon with #Fullmark!! Buy 2 packs of correction tapes for the price of 1!! While stock last! https://t…
44871                                                    RT @Reuters: Trump orders more Russia-related probe documents to be declassified https://t.co/BwmAuAXTe1 https://t.co/7qWX2wnAXi
44872                                                                                                             @Reuters CORRECTION: Trump obstructs justice in open view of electorate
44873                                                  LMFAO @SamsungMobile y'all ok? This basically suicide. I know everyone at @Apple laughing they ass off. 📱 https://t.co/yKRRYx9vIp
44874                                                      RT @HumblyHip: Check out Osiris Size 9 Sneakers Bronx Slim Girls High Tops PInk Aqua Green Shoes https://t.co/BEb6PpLm16 @eBay
44875                                                                                        RT @SteveBoyer5000: That’s right. @netflix should #SaveTrialAndError https://t.co/1biHhLghoG
44876                                        RT @ColoradoGirl2A: @Nike Why not make this #Hero your spokesperson and the face of your advertisements? Believe in something even if it co…
44877                                                                                                                              @KirkRogersish @HomeDepot It’s because it’s so common.
44878                                                      Check out Vintage Hofbauer Lead Crystal Pinwheel &amp; Footed Candy Dish with Lid  #Hofbauer https://t.co/vmpEsZNwQq via @eBay
44879                                        RT @WadeWegner: A fantastic new post from @emily_in_co with tips for keeping your @salesforce org in good shape and best practices for depl…
44880                                                                      Fantastic to hear from @Microsoft about the #ModernWorkplace at our Melbourne #SynnexTaaS event! #SynnexEvents
44881                                                                                                                                                           @BazTastic77 And a @Tesco
44882                                                                                                                                  explained on @netflix is soooooo good!! watch it!!
44883                                                                                         Betsey Johnson TOTE STRIPE SCALLOP CREAM Betsey Johnson https://t.co/HZYblVgrGO via @amazon
44884                                        RT @Disney: Is your eye for #MickeyMouse meticulous? See if you've spotted these Hidden Mickeys in movies! #Mickey90 https://t.co/EadMf5U8Om
44885                                        RT @GoldmanSachs: LISTEN: $GS' Alison Mass and Brian DeCenzo on why the private equity market in Asia is larger and more sophisticated than…
44886                                                                           Check out Blue Tobacco Glass Smoking Water Pipe Bong Bubbler Hookah Rig 10” https://t.co/D4aQWNZy34 @eBay
44887                                                                         Check out Yellow Tobacco Glass Smoking Water Pipe Bong Bubbler Hookah Rig 10” https://t.co/yJtUOgaKO1 @eBay
44888                                                                                                Give Charlie Booker an unlimited budget to make whatever projects he wants. @netflix
44889                                                                RT @FashionweekNYC: Take a look at Riccardo Tisci's first @Burberry Collection #BurberryShow https://t.co/W2p91a91L3
44890                                                                               @OliverMcGee @Boeing @TexasTech Totally fake rc plane no windows made to look big with camera angle😂
44891                                                                                                                                                     RT @netflix: USS CALLISTER!!!!!
44892                                                                                                          omg please you HAVE to watch nanette on @netflix!!!! it's SO fucking good.
44893                                        RT @ColoradoGirl2A: @Nike Why not make this #Hero your spokesperson and the face of your advertisements? Believe in something even if it co…
44894                                                            A Man Is Using a School Bus to Rescue Dozens of Cats and Dogs From Hurricane Florence https://t.co/M87S5axB5H via @Yahoo
44895                                                                                         we miss them @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca ' '
44896                                                                                                                               RT @netflix: WE STAN A QUEEN. https://t.co/ZNFxRGA5wd
44897                                                                                                                               RT @netflix: WE STAN A QUEEN. https://t.co/ZNFxRGA5wd
44898                                                          Check out REFLEX Dick Francis Mystery &amp; Suspense Double Cassette Program Audiobook Rare  https://t.co/2BRKytrbGd @eBay
44899                                                             Check out Bali Made Handcrafted Owl Welcome Sign (20x14 in) New In Box! VERY NICE!!!  https://t.co/nOJhbXWpIL via @eBay
44900                                                                                                                                             @BBCBreaking . @Walmart can’t be happy.
44901                                                                                 RT @Reuters: China securities official says U.S. trade action will not work https://t.co/xm7fznGSD3
44902                                                                                @SteveBoyer5000 @netflix Louder for the people in the back! #SaveTrialandError #SaveCarolAnneandJosh
44903                                                                                                                               RT @netflix: WE STAN A QUEEN. https://t.co/ZNFxRGA5wd
44904                                                       Is @theleaguefxx anywhere on the internet anymore since @netflix decided to become crap and no longer have the show on there?
44905                                                                                                                               RT @netflix: WE STAN A QUEEN. https://t.co/ZNFxRGA5wd
44906                                                                                 RT @Reuters: China securities official says U.S. trade action will not work https://t.co/xm7fznGSD3
44907                                    Since @CBS is the only what used to be Non cable channel that won’t work with Internet tv &amp; wants to changes over 1… https://t.co/oZQdeFmdGa
44908                                                                                                                                @Jack_z_Jack @Apple RIP me... I use a Samsung Note 8
44909                                            Check out Vintage 1976 Bicentennial Liberty Bell Declaration Rocks Highball Glass 9 oz  #HighballGlass https://t.co/o5O8yrtoOI via @eBay
44910                                                                                                                                  @DADICUS @netflix Try #SongoftheSea it’s brilliant
44911                                                                                            Saving History Series: Time Keeper by Robert Starnes https://t.co/xC9I38Q1Qh via @amazon
44912                                        RT @TheHumaneLeague: Students all over the country are boycotting @McDonalds because of animal cruelty concerns! 🙌 https://t.co/CscZohRIEu…
44913                                                                                                     RT @nlyonne: Sooon #RussianDoll @netflix can’t wait. 🦇 https://t.co/66GzQeeg28
44914                                                                                                                   @choklit_chic @Apple Group FaceTime is coming out later this fall
44915                                        RT @prnauto: The Hatch is back! All-new @Toyota 2019 Corolla Hatchback campaign proves a life well lived is #GreaterThan https://t.co/jEMjv…
44916                                                               RT @Reuters: Leaders of two Koreas meet for high-stakes summit with nuclear talks in jeopardy https://t.co/MYUS9Wqmzp
44917                                        RT @DeliciouslySavv: Family Movie Night Is Made Extra Special With The @Walmart Exclusive Limited-Edition Blu-ray Funko Gift Set Of Jurassi…
44918                                        RT @Danna_SP7: And we now have São Paulo Brazil too w/ a wonderful marching for the show. @netflix Y'all said you save shows w/ internation…
44919                                                              RT @JDodirty: @DeutscheBank Is there a special contact for a money laundering account or do I just go into any branch?
44920                                                                                                                                RT @netflix: betty white really is the best we have.
44921                                                                                                                        @bucketlistfam on TV during Emmys!!!!  Great choice @TMobile
44922                                        RT @shondarhimes: Our new Shondaland offices  just keep getting more amazing!  Our new floor opens today.  Thank you @netflix! #netflixlife…
44923                                                                                        Check out Puppet Master #1 VERY FINE BAGGED BOARDED 1990   https://t.co/pwO9STHrlb via @eBay
44924                                                                                                                RT @netflix: REGINA KING DESERVES THE WORLD. https://t.co/7o9q9aCaaN
44925                                        RT @trailblazers: How does some FREE Trail Blazer basketball to tip-off the season sound? Join us at @WellsFargo Fan Fest September 30th at…
44926                                                                                               Check out ROBERT MITCHUM - Magazine Page Clipping   https://t.co/xzaPgnVR94 via @eBay
44927                                                                                           @brucepeterson8 @AprilDRyan @amazon How is she supposed to shut you up from where she is?
44928                                                       Check out Death Of X Comic Issue 3 Limited New Mutants Variant Modern Age First Print 2016  https://t.co/73He9TGHCC via @eBay
44929                                         I hate that @netflix does this thing where some shows have their seasons listed in reverse order. So when I finish… https://t.co/576jRBQrny
44930                                                                                                                                     @reeses @amazon At home. #NotSorry #Sweepstakes
44931                                                                      Check out NEW! Tarte Limited-Edition Hair Goals Dry Shampoo Travel sz 51g/ 1.8oz https://t.co/NWKzL1OD7H @eBay
44932                                                                                                                RT @netflix: REGINA KING DESERVES THE WORLD. https://t.co/7o9q9aCaaN
44933                                        Regina King won an Emmy for her performance in Seven Seconds!!! That was such an amazing show! @netflix definitely needs to bring it back!!!
44934                                                                  Check out 2018 Spectra Saquon Barkley /99 Triple Relics Glove Silver Prizm Rookie RC https://t.co/KOY1UV3QSc @eBay
44935                                                                                                                                                      @Apple The biggest iphone ever
44936                                                            Check out WOMENS PLUS MAXI DRESS 1X NEW BLACK BOHO LONG 14 16 XL NWT CUTE FALL FORMAL DEAL https://t.co/65zWxNGqzD @eBay
44937                                                                                                       Go-Ped Know-Ped Kick Scooter (Blue) Goped https://t.co/4xAlGFZzA2 via @amazon
44938                                        RT @realBobWoodward: #Fear is available at: @BNBuzz Costco @Target  @booksamillion@HudsonBooks @Walmart and your local #independentbookstor…
44939                                        RT @myuniquemarket: Check out Women’s Sleeveless Navy Blue Contemporary Top Size L Semi Sheer V-Neck Ties Back https://t.co/LJlq0qeGCV @eBay
44940                                                                                         RT @Nike: Don’t become the best basketball player on the planet. Be bigger than basketball.
44941                                                                         @Musings_of_wine @TheBoydP @McDonalds  That’s fucked up you should get on that! She was busy in high school
44942                                                                                         RT @JordyAri: @Kaepernick7 @Nike This is what you should have done. https://t.co/5qdsQNxd4f
44943                                                               Via @Reuters: HBO's 'Game of Thrones' wins Emmy for best drama series https://t.co/9lOtjadtHS https://t.co/SmzVI7HuYE
44944                                        RT @mericusnation: Colin Kaepernik sure has profited off his pathetic display of disrespect!  @Nike obviously didn’t see the @NFL ratings d…
44945                                        RT @astha_singhal: @OWASPBayArea is happy to announce @netflix as the first corporate diversity sponsor donating 6 conference passes to sen…
44946                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
44947                                        @bookingcom still no refund FOR BED BUGS at your '8.9' hotel in August despite promise made that payment team would… https://t.co/BA301VEAU7
44948                                                                       #vegas  #Caesars Palace Las Vegas 40th Anniversary Casino Chip $5 LTD 2000  https://t.co/VlzK0DeODB via @eBay
44949                                        RT @Barrett_Jackson: This custom '67 @Ford Mustang is an officially licensed Eleanor Tribute Edition build and comes with the genuine certi…
44950                                                                                 RT @Reuters: U.S. stock futures drop after Trump slaps new tariffs on China https://t.co/HAjmg2REzn
44951                                                                                                                                RT @netflix: betty white really is the best we have.
44952                                        RT @ColoradoGirl2A: @Nike Why not make this #Hero your spokesperson and the face of your advertisements? Believe in something even if it co…
44953                                                                                                                RT @netflix: REGINA KING DESERVES THE WORLD. https://t.co/7o9q9aCaaN
44954                                        RT @rdt_n_nat: Went through all of the trouble of contacting @ATT customer service directly to make sure I got the right plan... apparently…
44955                                       RT @NewYorkModels: NIKE AIR SOCIETY 👟 Sneaker Lovers and L.A. Lovelies @salemmitchell and @BellaBHarris with @Nike what fuels their ambitio…
44956                                                                                           @CNBCTV18News @ShereenBhan @BillGates @Microsoft @gatesfoundation @BMGFIndia biggest fans
44957                                                       Check out 20x DIY Blank eco Canvas Makeup Bags Cosmetic Purse Clutch bag Phone Pouch Cases  https://t.co/cwaXnpYnyK via @eBay
44958                                        RT @sandrayearman: Armada Of The Dead / Kingdoms betrayed…By Sandra Yearman   https://t.co/pnsbqSsRW0 via @amazon #series #fantasy #amreadi…
44959                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
44960                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
44961                                                                                                                RT @netflix: REGINA KING DESERVES THE WORLD. https://t.co/7o9q9aCaaN
44962                                                                               @Prakashukla @TIME @Benioff @salesforce Time did not changed or expected the time change is happening
44963                                                                                            RT @Reuters: Probe of FEMA chief referred to prosecutors: source https://t.co/4NWp0aIyE8
44964                                                                                                                       @LinusTech @Apple You mean they've never had that until now?!
44965                                                                                                                               RT @netflix: WE STAN A QUEEN. https://t.co/ZNFxRGA5wd
44966                                                                                                                           @VeniceDerek @Reuters @ReutersTV Who said is sustainable?
44967                                                                                   Check out Athletic Jogger Capri Womens 2XG 20 Black &amp; White NEW https://t.co/Azfe5pOa0e @eBay
44968                                                                                                               @shondarhimes @netflix Incredible! And so deserving. Congratulations!
44969                                                                                                           Seriously @Google ! Talk to your @GooglePlay Team https://t.co/ujLdoZCPxu
44970                                                                                                                                          @Nike @JNious @EliudKipchoge Good for you!
44971                                                                                     GOP officials: Indicted Rep. Chris Collins to stay on ballot https://t.co/r6OM4NYRgw via @Yahoo
44972                                                                                                                RT @netflix: REGINA KING DESERVES THE WORLD. https://t.co/7o9q9aCaaN
44973                                                                                                                                               @Apple @AppleSupport Same like #iOS11
44974                                                                                                             @jpmorgan    Sex Trafficking Victims Assistance https://t.co/tPmEfz7h7e
44975                                                                                                                RT @netflix: REGINA KING DESERVES THE WORLD. https://t.co/7o9q9aCaaN
44976                                                                                                                                            #FeedYourFandomEntry @KelloggsUS pick me
44977                                             RT @EbookReviewer: Peaceful Night Poetry: Sleep-inducing Picture Poetry Book for Children Aged 3... https://t.co/Zw6hdu2wlX via @amazon
44978                                        RT @ColoradoGirl2A: @Nike Why not make this #Hero your spokesperson and the face of your advertisements? Believe in something even if it co…
44979                                                                                                                                RT @netflix: betty white really is the best we have.
44980                                                                                                                RT @netflix: REGINA KING DESERVES THE WORLD. https://t.co/7o9q9aCaaN
44981                                        RT @ATT: Let’s join together to help those in the path of #HurricaneFlorence. To donate $10 to the Red Cross text “FLORENCE” to 90999. http…
44982                                                                                         RT @JohnOberg: @McDonalds Find ya compassion and pls stop torturing chickens. #ImNotLovinIt
44983                                                                                                   @FlightWonk @TheForwardCabin @Apple This is why I wait... thanks for the heads up
44984                                       @violaleanne226 @netflix Now I'm wishing it was time for Dark Moon Fair in @Warcraft 😂 Still keep getting killed by… https://t.co/G3Z2bgZ1OC
44985                                        RT @ShannonShoeman: I should be excited for the captain marvel trailer tomorrow but nope. @RobertIger #AlanHorn @Disney fucked that up. Why…
44986                                            RT @DishMakkar: @CNN @CocaCola smart marketing move. Too much #coke? Switch to #coke. It’s #herbal.  Helping with #addictions since 2018
44987                                                                            Stay in-the-know: @facebook recently renamed its immersive 'canvas' ads %Provides New Engagement Options
44988                                                    RT @Reuters: Classrooms near empty as school starts in crisis-stricken Venezuela https://t.co/phLOkp9PA9 https://t.co/4gkwsku1M2
44989                                                                                                                                      @NettiePearl01 @PensiveTM @Reuters Yes you are
44990                                                                       @TexasFarmBureau @JasonCutter11 @liberal4life1 @Nike @Kaepernick7 Doing the right thing is rarely convenient.
44991                                                                              RT @barilla_ty: PUT THIS ON FUCKING NETFLIX I LOVE THIS MOVIE!!!!!!!! @netflix https://t.co/oB0TAXMe3P
44992                                                                                           This is all you @Nike and @Kaepernick7 This is so dope on so many levels #Weappreciateyou
44993                                                @Apple you guys should send me a iPhone X’s Max so I can do a unboxing video tweet me back if you guys can send me a iPhone to unbox
44994                                        @Reuters It's already working. You must not know many actual citizens living in China. Having family there gives me… https://t.co/Y6gciU3JVk
44995                                                                     Check out  electronic bidet Luxury instantaneous heating bidet C-6500  #QUOSS https://t.co/GQb7uqaeoF via @eBay
44996                                                           @Nike please support us as our town rallies together to support freedom.  We are standing strong… https://t.co/XaqP47G8NY
44997                                                                                                        RT @Reuters: Coke eyes cannabis-infused drink market https://t.co/KnC5ufn2eG
44998                                                          Check out THE SLITS Cut CD Import ISLAND MASTERS **BRAND NEW STILL SEALED** - RARE GIFT  https://t.co/c2x20Aneip via @eBay
44999                                                          RT @Reuters: Obama attends public event ahead of midterm election and addresses supporters in Ohio https://t.co/lOvRvcJDsO
45000                                                                          I can order a live Christmas tree thru @amazon this year. I mean can they have it here by tomorrow? #Prime
45001                                                            #eBay Lord GANESHA Hindu clay amulet figure luck happy success art education 3.6*3 cm  https://t.co/g9mET34RQI via @eBay
45002                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
45003                                                                                                                  @McDonalds You’re bacon egg and cheese biscuit taste like dog food
45004                                                               #eBay Baby monkey brass figure LP BRAHMA magic talisman dollhouse gift collectible  https://t.co/9tfI5rIqVa via @eBay
45005                                                                          RT @Reuters: Commentary: Inside Israel’s new Iran strategy https://t.co/GfTYB7dJkV https://t.co/wsjoOJlE8G
45006                                        RT @simonteen: It's been one month since #ToAlltheBoysIveLovedBefore came to @netflix and we're celebrating with this movie-themed ice crea…
45007                                                                                                                                         @Ed_TechSource @Audi Oof. Audi doing good😍
45008                                                                                                                RT @netflix: REGINA KING DESERVES THE WORLD. https://t.co/7o9q9aCaaN
45009                                         @Charmed_Oddity @CBS Knowing how desperate @CBSHE @CBS @TheCW are to tie their crap rip off reboot to the original… https://t.co/wDNusodZTT
45010                                                                                                         RT @sinnsage: Great job on this sandwich @Starbucks https://t.co/2ncStYMB2N
45011                                                       Check out True religion genuine leather belt gunmetal buckle size 36 inch lite brown new    https://t.co/lbSCobK2V2 via @eBay
45012                                                                                                             @eNCA @CocaCola you're my new business partner! https://t.co/MH0QjiER7D
45013                                                                           RT @meghara: Our newsroom stands with @Reuters reporters Wa Lone and Kyaw Soe Oo. https://t.co/4ejdORsdeP
45014                                        RT @shmazma: @netflix @AmazonStudios @ABCNetwork I really hope someone is considering to #PickUpDeception ! There really is nothing else li…
45015                                                 Check out Men's 10k Yellow Gold Finish Diamond Engagement Band Pinky Ring 1.00 Carat #jeweller_43 https://t.co/8agMdAka3f via @eBay
45016                                                                     RT @Reuters: Headwinds before takeoff for new Thai Airways team https://t.co/1HejYbR0wU https://t.co/Hb16bURH1z
45017                                        @DrSPour @ATT They'd shut off your service until you pay in person and/or threaten you with collections. Zero conce… https://t.co/hhfTDNBxdv
45018                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
45019                                        RT @ourtinynest: My favorite farmhouse decor finds on @amazon. I’ve rounded them up in a blog post for ya’ll https://t.co/1fp0wBmTGE #farmh…
45020                                                                                                                RT @netflix: REGINA KING DESERVES THE WORLD. https://t.co/7o9q9aCaaN
45021                                                         RT @BMW: Narrow spaces will never be an issue again. The #BMW #7Series with remote control parking. https://t.co/znrsHt73K9
45022                                                                   Check out Lot Of 3 Dog Sweaters Size Small Pet Puppy Pinks Stripes Balls Geometrics https://t.co/q0ntkzJZDI @eBay
45023                                                                             @EliudKipchoge @Nike @GlobalSportsCom @NNRunningTeam @EliudKipchoge legend!!thanks for making us proud.
45024                                                                                                                                      Audi e-tron - more cool rear lights from @Audi
45025                                                                                                                      @Reuters China is shaking in their collective sandals no doubt
45026                                                                                                                RT @netflix: REGINA KING DESERVES THE WORLD. https://t.co/7o9q9aCaaN
45027                                                         Check out 1971 Vintage Topps YANKEES 31 cards team set 4 RC high # cards Munson 2nd Year  https://t.co/v18UIDpXmF via @eBay
45028                                                                                                   @P_the_barbarian @stumeech @eBay And then there’s the 24mm PC-e...and a fast 50mm
45029                                                                                                                        @Reuters This dumbass is making China stronger and stronger!
45030                                                                                                           @salinadelarenta @TheAriaBlake @Starbucks I agree with that coffee runner
45031                                               @fwimages @eBay And that would give image stabilisation enhanced focus and light weight with the ais lenses...worth thinking about...
45032                                                                                                                                                       @4geeNuis @Reuters shame on u
45033                                                                                                                      Check out my listing @eBay - https://t.co/K4mTUrmldC via @eBay
45034                                        @Th3rMalm3LtDoWn @banesoul @ElderScrolls @Apple You android people are just fucking disgusting. Calling anyone with… https://t.co/cdKZtJRFoG
45035                                                                    Solitaire: Magda Goebbels: A Banality of Ambition and Evil by Byron Williams https://t.co/pKGlSzbPPc via @amazon
45036                                                                                     Check out Duck House NFL unisex Insulated Acrylic Shot Glass  https://t.co/vkqvRKYV67 via @eBay
45037                                                       Check out Sale 10 Diffrent Geode Druzy 24kGold Electroplated Earring Jewelry Free Shipping  https://t.co/IEUr3tMU5S via @eBay
45038                                        RT @Shell: A Pennsylvanian region of the #USA has struggled since steel jobs left a generation ago. Now a new industry brings new hope. Rea…
45039                                         BMW-backed solid-state battery startup raises $20m for commercial rollout @SolidPowerInc @BMW #SOLIDSTATEBATTERIES… https://t.co/QEDfrBFZZm
45040                                                      RT @Reuters: Most U.S. states lack reserves to weather next recession: S&amp;P https://t.co/gIr3dKktEm https://t.co/tEDCpoR3iu
45041                                        RT @HSBC: Ensure your future isn't a fragile one. It’s never too early to start planning for your retirement. #FutureOfRetirement https://t…
45042                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
45043                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/un9fw8zyul
45044                                                                Love this hat so happy to have a nice cute sunhat to be protected from the sun! https://t.co/sBdqugcBow 来自 @amazon
45045                                                 Check out Tiger Nail Shape Natural Dendrite Opal 24k Gold Electroplated Earring Jewelry #Handmade https://t.co/HH8cHQCQuw via @eBay
45046                                                          It was as expected and the order came fast. Great material nothing to complain about. https://t.co/aoeXzl7tQ2 来自 @amazon
45047                                        @animaeme @Bernie2O2O @freeandclear1 @OperationOppo @EmmaGRamirez @HRC @amazon @JeffBezos Why are you using trigger… https://t.co/OAL6u3HZQJ
45048                                                                                                                    Im so proud of @netflix for turning #ironfist around. Well done!
45049                                                         RT @BMW: Narrow spaces will never be an issue again. The #BMW #7Series with remote control parking. https://t.co/znrsHt73K9
45050                                                          Check out TED WILLIAMS Vintage PSA 9 MINT 1959 Fleer # 48 Boston Red Sox HOF BV $100.00  https://t.co/l4Tjcs3bg6 via @eBay
45051                                                                                                     RT @aljcxt: In Paris with @quayaustralia and @ASOS ❤️❤️❤️❤️ https://t.co/fOQTOQYH4j
45052                                                                                RT @Reuters: Leaders of two Koreas meet in Pyongyang for talks on ending war https://t.co/5qMAZzHwnH
45053                                                   Check out Black Faded Glory Boys' Hoodie Lime green Inside with wool like inside kids 8 #Hoodie https://t.co/um1c8Ga01j via @eBay
45054                                                   Check out HAKUNA MATATA Rubber Phone Case Cover For iPhone 5 6 Plus 7 8 Plus. #UnbrandedGeneric https://t.co/HKZHcQFpkb via @eBay
45055                                        RT @fcchk: It's 9 months and 6 days since the arrests of @Reuters journalists @walone4 and Kyaw Soe Oo. Sign and share the petition calling…
45056                                                                                             RT @Reuters: Rising flood waters from Florence menace Carolinas https://t.co/CJoM6GwxPU
45057                                                                                                                        @Reuters jfc he's gonna drive us all off the freaking cliff.
45058                                                                                RT @kaosonia: Check out Sterling Silver Etched Crown Chakra Charm  https://t.co/eFw97kuPaM via @eBay
45059                                                  Check out Unique Set of 2 Hand Embroidered Mini Frames 4.5 x 4.5 cm from India #BigLotsStoresInc https://t.co/u9YfRVKXky via @eBay
45060                                        RT @diamoundgirls1: Check out 1999 KEN GRIFFEY Jr. TFA 10 Upper Deck # X6 Mariners insert HOF rare graded  https://t.co/zUis0slrvo via @eBay
45061                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
45062                                                                       Check out YU-GI-OH! BP02-IT067 RISONATORE OSCURO COMUNE THE REAL_DEAL SHOP  https://t.co/CE8IYcgR1k via @eBay
45063                                         @KenGoodwinITV @amazon And the other trick is don't put something in your basket and leave it there to think about… https://t.co/LEwwBzfPsy
45064                                         @Audi An electric car called #etron? Audi's marketers are going to have their hands full stopping it from becoming… https://t.co/DWlxqRniJQ
45065                                        RT @Sc00bzT: @nz_liam @CiPHPerCoder @msftsecurity @MicrosoftNZ @Microsoft Don't use LastPass. 1Password has similar current vulns but at le…
45066                                        @Oracle With (enhanced) Competition in the #Cloud/#ERP space - shouldn't #Oracle embark on more (comprehensive/focu… https://t.co/ZUS1gslxzL
45067                                              amazon deal of dayBellaa 20324 Steampunk Horse Head Statues Sculpture Stunning Bust Money Bank ... https://t.co/RLdNb2JI9j via @amazon
45068                                                          @Mikepeter2657 @aliyuabdul11 @benmurraybruce @MBuhari @NGRPresident @HSBC @UdemeNG Lol 🤣🤣🤣. nigga is frustrated pdp bot
45069                                           RT @DonFi4o: Check out Vintage Resin Figure Valentino by Miriam Rare Capodimonte Style Sculpture Italy  https://t.co/uejrhkxO8l via @eBay
45070                                        @nextofficial dreadful customer service from Next... I don’t see why I should be punished for a courier mistake. No… https://t.co/t5RbCwbauo
45071                                                           RT @David321to74: Check out Pair Of Brass Looking Old Man By The Sea Figurines/Paperweights https://t.co/XQcoZ98jh9 @eBay
45072                                        New survey from @Visa payments shows that UK consumer spending grows at fastest pace since January boosted by the W… https://t.co/98p2749pmJ
45073                                                                                RT @SheIsDash: @nlyonne @netflix I have a Russian name.  🎊   Can’t wait 😊. https://t.co/Du2x17gAfP
45074                                                                                                                                 @pipsmithe @Apple I've blocked Apple a while ago :)
45075                                        RT @DonFi4o: Check out Vintage Portable Typewriter Triumph Tippa 1 Manual Traveler 1960's Germany #Triumph https://t.co/iE2RCXbABE via @eBay
45076                                         @Tesco it would appear that your staff in your Harrow-on-the-Hill store  need to be checking dates on sandwiches a… https://t.co/Ve3YFA3cuj
45077                                                          Check out Wood Hinged Lid Trinket Jewelry Box A Friend Is God's Way Of Loving Us Saying  https://t.co/voNvUWq7wW via @eBay
45078                                       RT @NISMO: 🎬 Check out the highlights from Sugo's @SUPERGT_JP battle where @Jannthaman scored his first GT500 class podium for @Nissan with…
45079                                                  @EliudKipchoge @DancingTheMind @Nike @GlobalSportsCom @NNRunningTeam Congrats from https://t.co/ogYi0rg53t https://t.co/dKpmoMcJoj
45080                                        RT @ARkstormPrepper: The Possum Prepper Guide: How To Buy A Homestead And Thrive During A Disaster... https://t.co/TZRmojmlGa via @amazon #…
45081                                                   Check out Oster Professional Series Beehive Blender PST2-A207  All Metal Drive Base only #Oster https://t.co/BobqCuziag via @eBay
45082                                                            Check out Benson and Hedges - 100 Recipes from 100 of the Greatest Restaurants (1978)  https://t.co/TpqnHmkccD via @eBay
45083                                        RT @CosplayInfin: :-) #Cosplay #Ciri from The Witcher 3 by the gorgeous @LescielCosplay  - Photos by PedroG @netflix #TheWitcher #TheWitche…
45084                                        RT @BristowColin: Does your company need a data management strategy? @toddwright_GDPR @AmericanExpress #datamanagement #datagovernance #tec…
45085                                                          Check out Hand Blown Glass Embellished Hand Painted Christmas Ornament 3 Inch #Unbranded https://t.co/loTj6gsEBE via @eBay
45086                                                                         RT @Reuters: Russia says Israel indirectly to blame for downing of plane over Syria https://t.co/ioEDPEE3xk
45087                                                                                            Check out our latest rave review on @TripAdvisor! https://t.co/rekRgCY86Z #5bubblereview
45088                                                                                                                RT @netflix: REGINA KING DESERVES THE WORLD. https://t.co/7o9q9aCaaN
45089                                        RT @RealMAGASteve: Texas Farm Bureau says to @Nike none of our employees will be wearing them to work. They banned all employees from weari…
45090                                                                                                                                              @Reuters because we control the skies!
45091                                               Lot of 3 The Steps We Took Joe McQ Paperback #Book &amp; 2 Handcrafted #Bookmarks #ebay #deal #sale https://t.co/elBBwvFCbc via @eBay
45092                                                Check out AWESOME TOMMY BAHAMA HAPPY HULADAYS IN HAWAII PRINT HAWAIIAN SHIRT SIZE XXL #TommyBahama https://t.co/azRQVUtAGq via @eBay
45093                                                           RT @Reuters: Berlin doctor says anti-Kremlin activist was likely poisoned https://t.co/6VSIMCyr7o https://t.co/QCrb2OSmhu
45094                                                                                                                             @itsmebeccam @Starbucks @WJCLibrary Morning Sunshine🙋‍♀️
45095                                        INDEZ presenting at the @Turnkey_Group /  @Microsoft Nav annual event last Thursday in East Kilbride. The central t… https://t.co/Z1SqHWur8d
45096                                        @Apple I broke the screen protector on my iPhone 8 Plus today and immediately decided it was an omen and that I nee… https://t.co/25jrPCKFcP
45097                                                                            RT @Reuters: Alibaba's Jack Ma says U.S.-China trade war could last for 20 years https://t.co/qZ5F25sZST
45098                                                   Check out Texaco Motor Oil Metal Wall Mount 1/2 Can Wall Decor Man Cave Garage 6 Inches #Texaco https://t.co/VRt8fD1i4I via @eBay
45099                                        @skysarahjane @CocaCola @SkyNews @skynewsniall Coca-Cola is made from extracts of the coca leaf; the plant from whi… https://t.co/bpyZ1BuZAJ
45100                                            Check out Indian kurta dress With Pant &amp; dupatta TopTunic Set blouse Combo Ethnic Bottom #Handmade https://t.co/N83qMSrm8v via @eBay
45101                                                                                                                  @LopyrevaVika @Burberry London is suddenly a brighter place! &lt;3
45102                                                                                               RT @mollyjmorgann: tagged is the only show I care enough to save #savetagged @netflix
45103                                                     Check out 14k White Gold Finish Adjustable Bypass Toe Ring 925 Sterling Silver #Shine_Diamond https://t.co/Hl8wu3GFMG via @eBay
45104                                                                                                                                  @official_hoony_ @Burberry Good luck dear 😘😘😘😘
45105                                                                                                                                                            @dmm1966 @Reuters racist
45106                                                                                                                                                            @Ryanair Still no help ?
45107                                                                                                 RT @manndaraee: @netflix Then why you cancel the show then? https://t.co/2MGiG8BTrS
45108                                                             RT @BMW: When a vision defines the reality of tomorrow. The #BMW #VisioniNEXT. #MyFavoriteSpace https://t.co/KOPniZgIRg
45109                                                        Check out 13.16 cts Natural Lovely Red Ruby Drill Carving Pendant loose gemstone Unheated  https://t.co/OPX7plMjwC via @eBay
45110                                                                     @TimRussoCLE @spiderswebfilm @facebook @fbnewsroom Beginning to see why digital censorship is not a good thing?
45111                                                        Check out CraftbuddyUSMT66 55mm Pearl &amp; Crystal Wedding Topper Brooch Ribbon Slider Buckle https://t.co/StV7TDILGg @eBay
45112                                                           RT @Reuters: Tesla's Musk is sued for calling Thai cave rescuer pedophile https://t.co/0vlBJc9SQc https://t.co/UAr4nqpC3l
45113                                                                                                     @TimRussoCLE @spiderswebfilm @facebook @fbnewsroom It’s exactly the same thing.
45114                                                  Charlene the Star and Hattie's Heroes by Deanie Humphrys-Dunne https://t.co/cmDvzemaiL via @amazon #Hattie #childrensbooks #horses
45115                                        @Microsoft **Strong recommendation** Use Ubuntu mate (It's official Ubuntu) if you want this VM to be shinning fast… https://t.co/tLE0BsKDM0
45116                                       RT @Fallen_Series: .@TheCW @netflix @FreeformTV Fallenatics would be really grateful. #MakeFallenHappen 🙏 The books are fantastic. The stor…
45117                                     RT @grumpyandgeeky: Now that @CocaCola have taken over @CostaCoffee they should so call it....Coca~Costa 😂☕️👌🏼 #yourewelcome https://t.co/n…
45118                                                       Check out CHAPS DENIM Distressed Mid Rise Cotton Straight Fit Blue Jeans Sz 32 Men's #Chaps https://t.co/zUgYtHTnFm via @eBay
45119                                                       Check out MAGICSUIT Beaded Straps Draped One-Piece Swimsuit Bathing Suit Sz 12 Women's NWT  https://t.co/jRgFRp2dC0 via @eBay
45120                                                                                                                             @johnp7 @BankofAmerica *billed. Stupid auto-correct!!!!
45121                                                                 Old Traditional Hand Made Persian Oriental Wool Cotton Colourful kilim 215x120cm  https://t.co/YKBOK7zzNJ via @eBay
45122                                    RT @ANNIEMOHO: Check out #TheGoodCop on @netflix premiering Sept 21st. See me as a guest star opposite the epic &amp; darling @TonyDanza !  Wha…
45123                                                RT @Reuters: No Pasaran - London football team sells out of Spanish Civil War shirts https://t.co/0kb2JiOn4y https://t.co/PH2jNZ7lht
45124                                                        Check out Colorful Natural Agate Druzy Drop Dangle Earring Silver Plated Handmade Jewelry  https://t.co/nnQBWHRPcI via @eBay
45125                                             Sunflower Flower Gift Tags... https://t.co/FQ1Rdw0wDC via @amazon #naturecuts #gift #gifttags #tags #flower #sunflower #flowers #garden
45126                                                                         RT @trilearning: https://t.co/IsS8FFWJz9: New Releases - Amazon Devices https://t.co/CcChEosLll via @amazon
45127                                         @nanM22 @amazon Thanks Ma...I always want to keep faith deposits for myself and  Children especially as our Mother… https://t.co/p6oaMeK8ZX
45128                                        @JayValenz67 @Yahoo Is it looting or is it survival? A dollar store has survival needs. Water and food. Looters wou… https://t.co/TRYi7Hn9NN
45129                                     We are pleased to announce that @adidas Global Diversity &amp; Work-Life Integration Team has been shortlisted for the… https://t.co/Ke3Z849nke
45130                                        RT @Burberry: B Series 17 September by Riccardo Tisci. Available to shop now on Instagram for 24 hours only #TheBSeries https://t.co/TrHyud…
45131                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/2sQWEVZgoT
45132                                                                                                                                                                   @ATT Is this true
45133                                                                                                                                               @wmag @KendallJenner @Burberry cute..
45134                                                                                                                                         @dak @dallascowboys @pepsi You doing it Dak
45135                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
45136                                        RT @Gillette: The road to becoming a pro football player wasn’t easy for @Shaquemgriffin. But your best never comes easy. Watch his journey…
45137                                         @Reuters @crispiandjb @mattlarotonda Let's begin with the objective reality that Europe is OVERWHELMED by the MASS… https://t.co/myzL5rFWOp
45138                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/A3wpCRHTnO
45139                                        RT @RafPhotog: Images from one of the @PhotoACSSU photographers capturing a @99Sqn @Boeing C17 at @RAFBrizeNorton being loaded up with vehi…
45140                                    RT @chadevans1019: .@thegfcc &amp; @Shell Exec. Chair Chad Holliday kicking off 2018 Global #Innovation Summit - calling on hundreds of leaders…
45141                                                                   See what I m up to on @eBay! View my profile to see my favorite finds and more: https://t.co/PuVcTnsG4y via @eBay
45142                                        RT @Reuters: Europe is undergoing a surge of support for far-right groups in politics and social issues. What has fueled the rise of populi…
45143                                        RT @NickBertke: This @Disney remix was made today in 2014 with the amazing @JoshJKershaw. You guys are incredible. Thank you all so much fo…
45144                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/EepT0OxYnO
45145                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
45146                                        RT @Disney: Is your eye for #MickeyMouse meticulous? See if you've spotted these Hidden Mickeys in movies! #Mickey90 https://t.co/EadMf5U8Om
45147                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
45148                                                                                                                                         @xhorxhi25 @ElderScrolls @Apple Yes it does
45149                                                                    Check out Vintage ERTL International Harvester Mining Dump Truck Diecast #Ertl https://t.co/xyW7VCCDuh via @eBay
45150                                                             @parscale @AlphaLiberator @CocaCola @TheWellNews @pepsi Liberals are going to be so confused... https://t.co/kTwJaemEA2
45151                                        RT @Reuters: ICYMI: Fashion making a difference: The Runway of Dreams Foundation aims to include people with disabilities at New York Fashi…
45152                                                                                                    Just saw this on Amazon: L200BS-1 by Lalapao https://t.co/4GeHrCGGDo via @amazon
45153                                                        @Splottdad @amazon @GMB_union @Tim_Roache @GMBPolitics @GMBWestMidlands @GMBWSW @GMBCampaigns You can get it elsewhere then.
45154                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/vD4Mq6GSQp
45155                                                       Check out Bvlgari Vintage Doppio Ring Pink Tourmaline Peridot 18K Yellow Gold 6.25 Bulgari  https://t.co/jPwud0Naz3 via @eBay
45156                                                                                                                                 RT @netflix: YES MULANEY THROW 'EM OFF THEIR RHYTHM
45157                                                             Check out Art Deco Black w/ Silver Thread Trapezoidal Fabric Hand Bag Embellish Blk Frame https://t.co/ioR27M6UPf @eBay
45158                                        @UPS - I want to personally thank you for losing my package that I was supposed to get over a week ago and for open… https://t.co/4tPslnmNVL
45159                                                                    RT @TripAdvisor: What’s the latest stamp in your passport? #WhyWeTravel #TuesdayThoughts https://t.co/4rz9J0gWNE
45160                                                                                         @cherishmoonlix @felicitybjc @Apple But then again neither one of you have Apple Music sooo
45161                                                               @squiiiidney @McDonalds no clue I was already having a bad morning and I opened that up at my desk and was like 😱☹️😡
45162                                                                     RT @Reuters: Rising flood waters from Florence menace Carolinas https://t.co/7Pu9T4KMpW https://t.co/6BUvHWOlYa
45163                                                                 RT @thedragonprince: #TheDragonPrince is NOW STREAMING on @netflix! https://t.co/u7msHE5AsG https://t.co/mG0XhjKQgE
45164                                                                                                                                                      @ADNWrites @Nike Riiiiiiiight!
45165                                                    Check out GOLD &amp; PLATINUM Volume 6 Realm 1989 CD 80s Beach Boys Icehouse Henry Lee Summer  https://t.co/wo8FG66BKC via @eBay
45166                                                 RT @Reuters: China vows to retaliate over $200 billion Trump tariffs https://t.co/nY5VqgfCEb via @ReutersTV https://t.co/S9eKClgT4t
45167                                                                                 RT @Reuters: China says it will retaliate after Trump imposes fresh tariffs https://t.co/zqXzLsYuCR
45168                                                                     @28delayslater @trader51 @InsideEVs @Tesla @Audi Bolt is hated by GM dealers. They dont want to sell it to you.
45169                                                                                    RT @Reuters: Apple's CEO says he is optimistic on U.S.-China trade talks https://t.co/nDDEhLaEhx
45170                                        @easyJet Hi me and my girlfriend were offloaded voluntarily from the Manchester to split flight today in exchange f… https://t.co/78vAIdrYgm
45171                                        @JBLOODonly1 @fromthedesk_ @netflix @AmazonStudios Well I also took rewatch-abilty into account. My top picks I hav… https://t.co/NoCcS5bJgX
45172                                        Thank you wholeheartedly to @Tesco for having @JamieOliver as their new health ambassador. It has meant I’ve switch… https://t.co/ErXR9M8zrK
45173                                        @potterybarn Thanks for making us regret shopping with you!  @amazon and @Wayfair provide better customer service f… https://t.co/SSTZxFBSpH
45174                                                                                                                      Check out my listing @eBay - https://t.co/fX8PD43vUi via @eBay
45175                                                                                                                         @Disney @MarvelStudios @captainmarvel Captain Planet better
45176                                                                 Before the work watching Anime Last Hope season 01 of the @netflix amazing. em Paulo Afonso https://t.co/Mt9bdNLzc6
45177                                        RT @jencrozier: Fellow IBMers: @IBM is now matching employee donations to @RedCross to support those impacted by #Florence. Click here to m…
45178                                                           Check out 10k White Gold Over D/VVS1 Diamond Mickey Mouse Wedding Engagement Ring Band  https://t.co/3JVtZxxBuD via @eBay
45179                                                       Check out Wireless Cycling Bike Computer Bicycle Speedo Speedometer Odometer LCD Backlight  https://t.co/DaEpMy855f via @eBay
45180                                                                                                                Check out Lemon Branch Italian Pitcher https://t.co/Vubf36MgGR @eBay
45181                                                                                                                            @Reuters @crispiandjb @mattlarotonda Gee I wonder why 🙄
45182                               Just saw this on Amazon: Dolce &amp; Gabbana Light Blue By Dolce &amp; Gabba... by Dolce &amp; Gabbana for $53.93 https://t.co/Inzb7V4ekj via @amazon
45183                                                              RT @Reuters: Japan fashion guru Maezawa lands first SpaceX moon flight https://t.co/dvulRlhAjk https://t.co/m6LmMO5mpI
45184                                        RT @collectables66: See what I m up to on @eBay! View my profile to see my favourite finds and more: #stamps #coins #books #antiques https:…
45185                                                        Check out 3.18 Cts Natural Top Rich Green Amazing Emerald Round Cabochon 35 Pc Lot Zambia  https://t.co/JU9NYqsMkh via @eBay
45186                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/QcROC1pj1I
45187                                                                                                                                         @Ed_TechSource @Audi ok that is kinda epic.
45188                                        Hmm.. hey @Disney it seems the people you have in charge of your Star Wars games are under criminal investigation f… https://t.co/XvXdOPoIRr
45189                                                                                          @Walmart if you choose to employ a #racist like this then I will choose to shop elsewhere.
45190                                        RT @RobAbramowitz: All those ads about @verizon being ready to help in an emergency didn’t have the tag line: “But you are going to pay thr…
45191                                                                                                         Check out GEISHA ACCENT PILLOW CASE #Case https://t.co/xqWwC9VZ7R via @eBay
45192                                                               RT @padraichalpin: Ireland collects disputed Apple taxes in full ahead of appeal https://t.co/nKyK5hjdcP via @Reuters
45193                                                                SOPHISTICATED Cinch Sack Drawstring Sport Gym Bag Backpack Sacks Athletic Bla... https://t.co/syIq0neGi1 via @amazon
45194                                                                Check out Polo Ralph Lauren Purple Hat beanie With Neon POLO Cashmere Angora Blend NWT https://t.co/FLXrTFfVEx @eBay
45195                                         @AppleSupport @EASPORTS @EASPORTSNHL @SAP @Bridgestone @CoorsLight @DraftKings @Enterprise @FederalMogulLLC @Honda… https://t.co/GiAV4drPun
45196                                                            RT @SpliffMeister: I don’t know what the fuck yall be playing at @Apple but my iphone6 feels slow asf now 😂💀🚶‍♂️🚶‍♂️🖕🏼
45197                                                                                                     RT @nlyonne: Sooon #RussianDoll @netflix can’t wait. 🦇 https://t.co/66GzQeeg28
45198                                                   RT @URFinds: Spider Web Window Grill White Bricks Green Ivy - PopSockets Grip and Stand fo... https://t.co/JzBWlyPkId via @amazon
45199                                                   RT @URFinds: Spider Web Window Grill White Bricks Green Ivy - PopSockets Grip and Stand fo... https://t.co/JzBWlyPkId via @amazon
45200                                                                                                                                 @fac3l3ss_ @netflix Wellllll someone lied to you 😂
45201                                                                                 RT @Reuters: Elon Musk's SpaceX names first passenger to travel to the moon https://t.co/4bI5rzZgE5
45202                                                                                                                RT @netflix: REGINA KING DESERVES THE WORLD. https://t.co/7o9q9aCaaN
45203                                                       Check out JAL JAPAN AIRLINES RARE EMBROIDERED CLOTH JUNIOR JR PILOT WINGS DOLL BAG SET LOT  https://t.co/q3VBmitPXF via @eBay
45204                                                            Check out Vintage Staffordshire Ironstone Kensington Gravy Boat and Under dish/Saucer  https://t.co/JZUqsHKBMX via @eBay
45205                                                                                                    Hey @Boeing: nice overhead compartment storage space on the #737-800 @aeromexico
45206                                                                             Check out OLEG CASSINI Signed Crystal Votive Candle Holders Trio Set of 3 https://t.co/Bq0q1THtj3 @eBay
45207                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/bQ03B9282j
45208                                                                                                             RT @november17: another reason @McDonalds sucks https://t.co/9G2p3tCi1b
45209                                                                                                 @McDonalds What is McDonalds doing to stop sexual harassment of its workers? #MeToo
45210                                                                                                                     @tcsfdc @salesforce @appexchange I spy @amber9904 in that post!
45211                                                                              Check out Men's LH Callaway 3 Big Bertha 3 Wood Graphite Shaft Golf Club https://t.co/TjTyNnpHYm @eBay
45212                                                                                                                      Check out my listing @eBay - https://t.co/Rcl1DEetnB via @eBay
45213                                        @thejdor11 @Loucifer_III @s_padilla91 @NFL @pepsi Coming from two fans who don’t watch the Dolphins as often as I d… https://t.co/kJW2N6JEcg
45214                                                                                  Next week at this time #DF18 what what!!! @salesforce @c13moore  @cloudgirlninja  see you there!!!
45215                                                                                                                                                                    good bye @Google
45216                                                Check out Joe St Clair By Joe Rice 2000 Teapot Paperweight Red Trumpet Flower Ring Holder #StClair https://t.co/l56RG95CcB via @eBay
45217                                        @verizon maybe tell your tech here not to run red lights in Hempstead and almost kill people? I chased him half a m… https://t.co/yMVKMctafh
45218                                                       Check out Hoont Mosquito Killer and Gnat Fly Trap by Indoor Outdoor Control With Light Sen  https://t.co/U1NNZ5TW6a via @eBay
45219                                        We’re super eager to meet everyone at @Visa #EverywhereInitiative tomorrow. This is a great opportunity for the Zup… https://t.co/ajTHCJtiSe
45220                                                Check out Joe St Clair By Joe Rice 2000 Teapot Paperweight Red Trumpet Flower Ring Holder #StClair https://t.co/DeaZMrT0es via @eBay
45221                                                                                    Check out Stranded Black Heart High Low Racerback S Tank Top Shirt https://t.co/6cDYbjam18 @eBay
45222                                                                                                 @Reuters No. I paid into it. Typical delusional deplorable Republicans. Disgusting.
45223                                    RT @DonFi4o: Check out Antique Bible Oxford University &amp; Watkins Binding Leather Old &amp; New Testament   https://t.co/axBzHY0rax via @eBay
45224                                                                                                                        very impressed with the optimization in iOS 12 thanks @Apple
45225                                               RT @Reuters: Putin sees chance circumstances behind downing of Russian plane in Syria https://t.co/Ym8NBILaUR https://t.co/fKYuu7Cmpq
45226                                        RT @JanusRC: @JanusRC #IoT #LTE Socket Modems For #SmartCities End Device Certified for use on @verizon @ATT @TMobile @sprint @sprintM2M ht…
45227                                        RT @SharpsenseAI: We have been selected to join the #MindSphere #Developer #Challenge by @Siemens to test our Coding-free AI platform for s…
45228                                                         Check out Coldwater Creek XL Beige Canvas Tote Bag With Matching Case &amp; Keychain New NWOT https://t.co/0z4NQdnjrv @eBay
45229                                                                                                                                         @reeses @amazon Milk #notsorry #Sweepstakes
45230                                                                                                                      Check out my listing @eBay - https://t.co/J8FoKb79HF via @eBay
45231                                                @ZakkWyldeBLS @Spotify @iTunes @AppleMusic @amazon @WyldeAudio @DeathWishCoffee @zakk_sabbath @OzzyOsbourne… https://t.co/r8ipzDYE5a
45232                                                                           RT @Shell: Are rocks like carrots? 🥕 The answer lies in good stew #makethefuture https://t.co/20lKzMVuhE
45233                                                                     Check out Mickey Mouse Patchwork Madras Plaid Wallet Trifold Fabric Disney Parks  https://t.co/UojA5IrpsV @eBay
45234                                        @Honda Damage on the vehicle was so high that the vehicle became unusable.I found a call to the Honda call center (… https://t.co/mMl5UtxLqY
45235                                                  Check out Women indian kurta kurti Long shrug Dress top tees bottom Floral gown new-nk452 #kurta https://t.co/MduHJisbuP via @eBay
45236                                                                                                                                    @reeses @amazon Retweeted #Notsorry #Sweepstakes
45237                                                                                                              @Br0kenChristian @Starbucks I have! But it wasn’t early in the morning
45238                So today i asked @Google &amp; @Yahoo “what is an alien?” and this is what they told me.... \U{01f92f}\U{01f92c}😤🤔 what y’all have to say… https://t.co/NEwgXo8vVr
45239                                                                                                             RT @Starbucks: @OfficialMonstaX Iced Americano? A true intellectual! ✨
45240                                                                                  RT @OfficialMonstaX: @Starbucks @hyungnyan [#형원] sips Starbucks like me. https://t.co/np3lDcGgjB
45241                                                                                                                                                 Hey @Nestle I have a quick question
45242                                        RT @nycacre: Our wonderful @GoElectricInc is a winner alongside those other unknowns like @Apple @UPS @GM @xcelenergy  Pretty Amazing! Cong…
45243                                        @benmurraybruce @MBuhari @NGRPresident @HSBC They talk against hate speech but they're the pioneers of hate speech.… https://t.co/aOh4IOMZtN
45244                                         RT @DamianHinds: Thanks to the apprentices of @Siemens training centre in Düsseldorf for showing me round and talking through the training…
45245                                                     @KryptoAndI @Apple Have you been able to assess whether the TAN autofill issue is still present in the final version of iOS 12?
45246                                                                     Check out Harbour Classics Tie Colorful Squares Green Polka Dots Necktie Neckwear https://t.co/7Cst39sdfr @eBay
45247                                               RT @Reuters: Iran says Saudi Arabia and Russia have taken oil market 'hostage': SHANA https://t.co/9Ii1TCzhTj https://t.co/zcl0T31n0X
45248                                                        Check out Holly Hobbie Vintage 1978 American Greetings Corp. Cute 12 Oz. Set of 2 Glasses  https://t.co/5hc0Wxtd5L via @eBay
45249                                        RT @Boeing: .@BoeingCEO on the Embraer partnership: “The combination of products and services will be the best on the market and will benef…
45250                                        RT @ttpviewers: @RoseromanRr @DeceptionABC @NetflixLifee @PrimeVideo @netflix @AmazonStudios @amazon #SaveDeception #PickupDeception Your F…
45251                                                        Check out Sexy Bunny Baby Lingerie Pink Intimate Bodysuit Sex Fantasy Halloween Valentine  https://t.co/BMm7DpsptH via @eBay
45252                                                              RT @Reuters: Japan fashion guru Maezawa lands first SpaceX moon flight https://t.co/dvulRlhAjk https://t.co/m6LmMO5mpI
45253                                               RT @BMW: Sharing your driving pleasure has never been that easy with the Digital Key by #ConnectedDrive. #BMW https://t.co/mfAS98wH3b
45254                                                                                                                          @reeses @amazon Ummmm. EVERYTHING!  #NotSorry #Sweepstakes
45255                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/586d1p7a1W
45256                                                                                                    @veritastechllc @Microsoft @InsightEnt @Azure The perfect partnership indeed! 🎉
45257                                        @Google What happens when I get locked out of gmail (with 2 step verif) and google wants to send a text to my Pixel… https://t.co/sG3x5tLI6W
45258                                                       Check out Photo Realistic Oil Painting of Girl. Painting by High Schooler. Amazing Talent.  https://t.co/oDdvVbYdSE via @eBay
45259                                                                                                     @Apple I can only wish to have an iPhone in my life😢 still using a 3g phone 😫
45260                                                                                                                                             @Maz_LB5 @Apple Shit is ridiculous lmao
45261                                                         RT @DonFi4o: Check out Saint George Patron of Soldiers and Knights Medal Vintage Pendant  https://t.co/AbfXCLNYqB via @eBay
45262                                                             Check out Mirror Image Mint Green White Striped Semi Sheer Sleeveless Blouse Small NWT$49 https://t.co/4g4jwQsYHz @eBay
45263                                        RT @gatreasures: Check out Vintage CLEAR GLASS EMBOSSED BARREL SHAPED COUNTRY STORE PICKLE JAR TIN LID https://t.co/AsKWEGNmvH @eBay #Vinta…
45264                                                                                                                                @reeses @amazon Can of @pepsi #NotSorry #Sweepstakes
45265                                                                    Check out Disney Exclusive Retired Eeyore In Flower Bed Cookie Jar Winnie the Pooh https://t.co/cTUsbmhgSD @eBay
45266                                                                RT @RichmanPoorman8: Check out Antique Tin Mold 1890's Swirl Pattern (Cat.#1B032)  https://t.co/3nykmcBAwx via @eBay
45267                                                                                                  RT @Michaelfulton45: @JayGalxby The whole show needs to be on Netflix now @netflix
45268                                                 Check out 1998 Hasbro Star Wars The Power of the Force Luke Skywalker with Blaster Rifle. #Hasbro https://t.co/QIPnPYyFtF via @eBay
45269                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/A9dQVHuSDO
45270                                                              Check out Vintage Mignot Israeli Soldiers circa 1949 in excellent condition. #Mignot https://t.co/UGXCw8lYQE via @eBay
45271                                        RT @ASCPharm: Thanks to @PhRMA @LupusOrg @bmsnews @Celgene @LillyPad @GSK @pfizer and @SanofiUS for their support of @MAPRx efforts and thi…
45272                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/68WDL07vyL
45273                                        RT @eBayROCteam: New Jona Michelle Girl's Orange Floral Chiffon Casual Sleeveless Dress Size 8 #Dress https://t.co/8y6Q1TZmQX via @eBay @su…
45274                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/FILJDHFWnY
45275                                        @ATT do you have a way I can file a formal complaint about the treatment I have received from two of your employees… https://t.co/0B8B5h4RoG
45276                                                                                                                🗣 Retro the grinch 6s...keep these @nikebasketball @Nike @kobebryant
45277                                                      Check out Womens Wristwatch Geneva Faux Leather Analog Quartz Watch Cream #Unbranded #Casual https://t.co/zU8gFMdpbh via @eBay
45278                                                       Check out rotating ballpoint pen Metallic Signature Pen Stainless Steel Rod Rotating Metal  https://t.co/Wgchmrlj1j via @eBay
45279                                                Check out Boston Traveler  Moccasin Slippers 212M Hickory Size 8 #BostonTraveler #MoccasinSlippers https://t.co/mqYLJAgmx5 via @eBay
45280                                                                                                                     @Reuters 'Whore has person write book for her to stay relevant'
45281                                        #Gujaratis really know how to do business!  @BudweiserIndia @Tuborg @carlsberg @Heineken @Bavaria you name it and w… https://t.co/MgYj7j9Oij
45282                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/I47VYaw9Wf
45283                                        Let me just be the first to say that the Last Airbender @netflix reboot is DUMB and they should instead pick up whe… https://t.co/cygWon71Iv
45284                                                                                                                                        @Apple wont let me sign in to my imessage :/
45285                                                                                                                                     @Barnacules @DEMBiscuitzz @Apple @Jbaz2001 Joke
45286                                               RT @Reuters: Oil prices drop as escalating U.S.-China trade war clouds demand outlook https://t.co/3DMEBHVObl https://t.co/HWnX2D4pGJ
45287                                        @Disney @MarvelStudios @captainmarvel Not high enough. Not far away enough. Not as fast as the @Guardians of the Ga… https://t.co/A1UeY2qQ89
45288                                        RT @ANCA_DC: Dear @Google: Stop promoting a show/channel named after the perpetrators of #Turkey's #genocide against #Armenian #Greek #Assy…
45289                                                            Who's got your vote? Deliver your pick for the @FedEx #AirandGround @NFL Players of the Week on… https://t.co/Eszmc4mcO7
45290                                                                           FLOPS ! idc how much you’re fucking up my phone im not buying the new one. @Apple https://t.co/H90u1VD5Mj
45291                                                                                                                                      @spacejannn @SunTrust Switch to @BankofAmerica
45292                                                                                   Check out OPPOHEREpractical key case stainless steel key chain  https://t.co/6WihdqX7Y6 via @eBay
45293                                                                                      RT @Nickelodeon: @LiveLoveJelena @netflix You're in safe hands with the original co-creators ☺️
45294                                               @bdogdrinksbeer @grahamgilles_ @Nick_AL3XAND3R @NFL @pepsi not barkleys fault😂. did you watch the game or do you just look at stats?
45295                                                                                                                                                               @mostknwn @Apple Rude
45296                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/qpUAqOGV3N
45297                                                                               @Apple I thought the IOS 12 update would include the new emojis that was mentioned earlier this year?
45298                                        RT @HimaDas8: It's been a long but exciting day. Thrilled to have come on board the @adidas family. I'm #heretocreate. https://t.co/SoCzXQT…
45299                                                                                                                         @MuslimIQ @Rod_Rosenstein @Walmart Horrid way to treat her!
45300                                                                                            RT @Louis_Gonzalez: @LETDaTres Im hungry for great savings and customer service @Walmart
45301                                                                                                                         Before you buy a @Groupon look here https://t.co/QF5t4p5YUy
45302                                        RT @ImAVoter2018: @Reuters It’s a good day to remember the #GangOfPuppets knew exactly what Trump is during the campaign. They’ve known eve…
45303                                        RT @CPThrio: Throwing this out there but @steveyeun could totally play a live action Avatar Wan #ATLA #AvatarTheLastAirbender @netflix http…
45304                                                                                                                       @SugarCatDancer @Reuters What party are you talking about? 🤔
45305                                           @WhiteHouse @POTUS @Pontifex @Reuters @AP @NBCNews @ABC @FoxNews @WSJ @nytimes @washingtonpost @TIME @CNN @POTUS… https://t.co/AlKZBq1k07
45306                                                   RT @Lthomas5Zellner: Count And Write More Blessings With Me by Minister LaVonne Dennis Thomas https://t.co/AIuH9hhUuj via @amazon
45307                                                                                 RT @Reuters: Pompeo says downing of Russian plane an 'unfortunate incident' https://t.co/11o7PBnBIu
45308                                               Check out  9 &amp; CO. DAMANI/ Womens Pink Multi Colored High Heels  Size 9M #9Co #HIGHHEELS #Party https://t.co/E171olXhew via @eBay
45309                                        Both @facebook and @Google announced their new data centers to be built in Singapore. This will be the first Singap… https://t.co/Ovdq7Xwsyi
45310                                                                                                                                                     Need @McDonalds breakfast ASAP!
45311                                                                           RT @Shell: Are rocks like carrots? 🥕 The answer lies in good stew #makethefuture https://t.co/20lKzMVuhE
45312                                                                                                                                                      PSA SPIDERMAN 3 IS ON @netflix
45313                                         @ASU is thrilled to host @Google on our Tempe campus! They will be giving our skills a Kickstart at today's Coding… https://t.co/6bt22ShFN8
45314                                                           Check out 9pcs 4 inch Polishing Sponge Pad Drill Adapter Kit For Car Auto Polisher New  https://t.co/BsReAufRhe via @eBay
45315                                                   RT @jilbijou45: See what I m up to on @eBay! View my profile to see my favorite finds and more: https://t.co/qXZwOIRPOP via @eBay
45316                                         RT @jilbijou45: Check out Mickey Mouse Disney Store  size 6-12 M Plush One Piece Halloween Costume Suit   https://t.co/bwwU0R8pfh via @eBay
45317                                        @bdogdrinksbeer @Ryanh2osWaters @PrentBatterson @grahamgilles_ @Nick_AL3XAND3R @NFL @pepsi He didn’t play well? I w… https://t.co/919ywIH9lX
45318                                              RT @rwlord: I love these types of projects that the @IBM team is working on. Check out how this #AgroPad works https://t.co/dNMqXjjZpW
45319                                                            Check out Lafayette 148 New York Purple Duncan Leopard Print Dress Size 6 NEW!!! #Work https://t.co/O58X2qgm5Y via @eBay
45320                                                                                                           RT @AimsBFBS: @SkyNews All we need now is for @facebook to follow suit...
45321                                                         RT @Reuters: Russia tells Israel it will take all steps to protect its personnel in Syria: ministry https://t.co/6aNvHFEaDf
45322                                                      @mrcrosbay @OneMinuteBriefs @ShireenDew @VW @UKVolkswagen @alex_j_longman @RickFarthing @richbayley80… https://t.co/6ACm1bduWW
45323                                                           Check out HANDMADE  HAND STITCHED EMBROIDERED COTTON BIRDS BUTTERFLY CRAB PIG LOT OF 7  https://t.co/ygbNm2DTix via @eBay
45324                                        RT @kqweenChristine: A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to better e…
45325                                                                       Check out Jingle Bell Bear Appliques Christmas Bears 2 Panels 12 Appliques  https://t.co/IxLs10oWSy via @eBay
45326                                                        Check out 3 PCS Gray Multi Striped Duvet Cover Queen Set Pillowcases Shams Soft Bed Mans   https://t.co/vPKxjOWAY3 via @eBay
45327                                                                                                                                                        @HimaDas8 @adidas luv u HIMA
45328                                                                                                                      Check out my listing @eBay - https://t.co/uKYE5kOuAv via @eBay
45329                                                                          Check out Extreme Pak Large Black Cooler Bag w/Zip-Out Liner #ExtremePak https://t.co/ygHRP9HZeq via @eBay
45330                                                                           @campbell_soop @jlindsley19 @AggieFootball @adidas Still no reason these ones need to have screen numbers
45331                                         RT @CWatkinsWDSU: A nationwide strike against sexual harassment at @McDonalds. One former employee in NOLA filed an EEOC complaint calming…
45332                                                                            Check out SEALED! BRAND NEW Norton AntiVirus with Antispyware 2011 https://t.co/gwN2sw8kDR @eBay #norton
45333                                                                                       @AimsBFBS @SkyNews @facebook You can see it in 'most recent' form as opposed to most popular.
45334                                    RT @Nataliew1020: Hi @satyanadella my husband works for @Microsoft and we enjoyed reading about your son! Our daughter is disabled &amp; my hus…
45335                                                                               RT @MajidCarlos: The World Can Not Wait @CocaCola @Cocacola_GH #TheReignAlbum https://t.co/K0ubybI5Ga
45336                                                                              RT @Reuters: China to penalize $60 billion of U.S. imports in tit-for-tat move https://t.co/klUokSuFMB
45337                                                       Check out Money Currency Counter Machine Professional Counting Bank Sorter Bill Cash Bills  https://t.co/TcXyZTcvPR via @eBay
45338                                                                                                                                           @zulu9 @Microsoft Apparently the new sh*t
45339                                                         Check out Mysterious Journey PC CD-Rom Software 2001 Compatible Windows 95 98 ME XP ONLY  https://t.co/VKALSDN7Y6 via @eBay
45340                                                       Check out Men Birthday Rings Stainless Steel Cross Knights Templars Ring Mens Vintage Gift  https://t.co/tytpIAkTsH via @eBay
45341                                                                RT @radcvenca: iOS 12 is so smooth! No lags 100% smooth &amp; battery life's improved. A NEED!!! Thank u @Apple 👏🏻
45342                                                                                                                                        @Chetu_a @amazon What? That is not human !!!
45343                                                                                                                                       @seewhatsnext OMG!!!!!!!! Yes Please @netflix
45344                                         RT @CWatkinsWDSU: A nationwide strike against sexual harassment at @McDonalds. One former employee in NOLA filed an EEOC complaint calming…
45345                                           @Starbucks is trash. How is this like the 4th store I’ve been to in the past week that is out of breakfast sandwiches. STEP YOUR SHIT UP.
45346                                                           RT @BMW: For a game-changing travelling experience. The #BMW #VisioniNEXT. #MyFavoriteSpace @BMWi https://t.co/0Qw9uds38w
45347                                                                                                        @CPThrio @steveyeun @netflix Honestly I’d love to get a series on Wan alone.
45348                                                               RT @Reuters: Putin sees chance circumstances behind downing of Russian plane off Syrian coast https://t.co/iDYkwiSUPV
45349                                                                                                                                                 @simplydutta @Google Try duckduckgo
45350                                                                                             RT @shandi_kiera: My phone barely gets service at home. @verizon I’m sick of y’all frfr
45351                                                                                 Check out ESTHER WILLIAMS  - Vintage 1989 Magazine Page Clipping  https://t.co/CltzUJdqKi via @eBay
45352                                                                                                RT @HMKilla: THANK YOU @SquareEnixUSA @Disney @KINGDOMHEARTS https://t.co/de5B5zvpKe
45353                                                             RT @HimaDas8: Super pumped about joining the #ThreeStripes family. @adidas #HereToCreateHistory https://t.co/Kw0u8Bmp8B
45354                                                                                                                                            @stonertilidie @adidas @Nike why u think
45355                                                                                                    @Reuters Merkel silencing any decent on her foolish self induced migrant crisis.
45356                                        RT @Kai56405432: #XenaRevival give this project life. #XXisforXENA #SaveXena @NBCUniversal @robtapert @nbc @NetflixLifee @netflix @SYFY @Bu…
45357                                                                            Check out Retro Kraft Paper Pirate Sailing World Map Poster 72.5X33cm  https://t.co/3jpXzPOfTt via @eBay
45358                                                                                          @Berton8080 @McDonalds Don’t know whether to be upset or happy you mentioned me in this 🤔
45359                                                                              @Ryanair please tell me why you don’t want my booking - and why the price is going up each time I try!
45360                                        @Google Please require Android app developers to provide at least some kind of minor or vague description akin to R… https://t.co/HoLfGWiYSp
45361                                       @colin_stt @Apple I find the heart rate complication doesn’t seem to work on my watch since the update 😞  personall… https://t.co/Xg7jsFEC3J
45362                                                                                                                RT @ehjovan: PLEASE LET ME BE IN IT @netflix https://t.co/KWIsy9JYPY
45363                                                                                 RT @Reuters: Trump says U.S. may make a trade deal with China at some point https://t.co/MHozJ9r6Vb
45364                                                                                                               @Wendys @CocaCola What about a whopper and a Pepsi @McDonalds @Wendys
45365                                                                                                     RT @JonWalton19: @2CatSons @NXOnNetflix @netflix There is no war in Ba Sing Se.
45366                                                       Check out NEW! Inflatable U Shaped Travel Pillow Neck Car Head Rest Air Cushion for Travel  https://t.co/8Y8UcGSHEF via @eBay
45367                                                                                                                                     Today @ATT wins contest https://t.co/9f947oNY8r
45368                                                        @Audi nice e-tron 👍 Very good with 150 kW charging on longer trips - how many of those chargers do you have up and running?
45369                                                                    RT @intel: We’re thrilled to be featured in @FastCompany for our expedition to preserve the Great Wall with #AI.
45370                                                                                            @comcast Working fine now but give about 2 mins until it does the same exact thing again
45371                                                       Check out men size 7.5  light brown stitching detail cowboy boots .IN STOCK only one pair   https://t.co/De80wfbS3T via @eBay
45372                                                                                                     Check out my listing @eBay - 3 day auction!   https://t.co/i0eQnKUAbY via @eBay
45373                                                                                                                                                     @netflix pls don’t mess this up
45374                                                                                                                              @jmull_adkins @NFL @FedEx Against a terrible secondary
45375                                                                                                                      Check out my listing @eBay - https://t.co/0ESzSEBOYl via @eBay
45376                                                          Check out HandMade Gold Plated Pectoral Cross Necklace Priest Bishop Crucifix Holy Land  https://t.co/1nTswduzCg via @eBay
45377                                                             RT @Bondkels: You don't want to be caught wearing Nike and then you do this. I love @Nike ✔✔✔✔✔ https://t.co/FSpuie0bHn
45378                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/4re9JvmUUa
45379                                                        Russia's foreign ministry summons Swiss envoy over spying claim https://t.co/4bysjc1gkw via @Reuters https://t.co/P1iEUqaX5x
45380                                                                              RT @Reuters: Putin: operations of Israeli air force breach Syria's sovereignty https://t.co/cpBj0B4rmX
45381                                                                 Check out Baltimore Ravens Crocheted Hat w/Flower Adult/Teen 613 https://t.co/YUt46TOJXg @eBay #Ravens #RavensFlock
45382                                        Anybody else notice that @facebook “Most Recent” setting for its News Feed still does not sort by most recent? Time… https://t.co/Olpcn1JPd6
45383                                         @JayLen3434 @JohnLegere @ATT Already have “geez” I emailed him on Friday morning. It’s now Tuesday. He responds to… https://t.co/Hv05OdffMd
45384                                                                                                                                           @netflix People who use periods are crazy
45385                                                                      Check out INWARD EYE - THROWING BRICKS INSTEAD OF KISSES!!  NR!!!~~~~~~~~~~  https://t.co/X80E31R4ni via @eBay
45386                                                                                                   @karanganesan @oneplus @Google @Android @dan_abramov @reactjs @mrdoob How to pass
45387                                                                                                                @FinishLine @Nike Im trying to use the app but this BS is on the way
45388                                        RT @NatureCutsTags: Walrus Confetti... https://t.co/cpc6MtBTjm via @amazon #naturecuts #amazon #handmade #walrus #sealife #seashore #beacht…
45389                                                Check out Joseph A. Qu'est Women's Top Blouse Shirt Size Medium Color: Black #JosephAQuest #Blouse https://t.co/ORzdq67a0K via @eBay
45390                                                                                                 #NationalCheeseburgerDay Time to go to McDonald's to buy a cheeseburger. @McDonalds
45391                                                                                   Look at this front yard. Just gorgeous! Well done @WellsFargo Volunteers! https://t.co/ZtS656iKqy
45392                                                             The latest Tech Savvy Daily! https://t.co/5Fw2lysBGK Thanks to @facebook @DigitalTechNews @mbuguanjihia #wired25 #emmys
45393                                         @2fishie @aldrichjay1 @ACLU @facebook Found a job posting in my area for a receptionist at an erectile dysfunction… https://t.co/fwxGUij9rs
45394                                        RT @CBSNews: IT'S OUT: @Nike just released the full Colin Kaepernick ad and the internet is buzzing over it https://t.co/g3KhxMaTcL https:/…
45395                                           Check out my listing @eBay - https://t.co/hAbCl8qvB9 via @eBay #kavanaugh #FRANKLINCOVEY #planner #organizer #ebay  #weddingday #burgundy
45396                                                                                                                RT @netflix: REGINA KING DESERVES THE WORLD. https://t.co/7o9q9aCaaN
45397                                        Yo @amazon maybe if you weren't bombarding customers with texts and emails to please come work in your shitty wareh… https://t.co/GV3FBqGTaX
45398                                                          Check out SPAIN 1 ESCUDO NGC 55 PIRATE GOLD COINS TREASURE JEWELRY PENDANT NECKLACE COB  https://t.co/SXBtUO1kP4 via @eBay
45399                                         @DenoBurks @MorganStanley Democrats raise taxes!  When Reagan won the White House taxes were 70%!!  The government… https://t.co/kJkPBM8FSB
45400                                                                                                                  RT @FABMWORLD: What @Starbucks he work at? https://t.co/bUmJJp042L
45401                                      RT @RealDLHughley: NOW STREAMING ON @netflix !!! MY NEW SPECIAL - DL HUGHLEY: CONTRARIAN ✌🏾💯 #TeamDL #Netflix @NetflixIsAJoke #Contrarian #…
45402                                        RT @JustJaiDann: @NewportLost @TrussElise @_12ryan @ScottJFurtado @statehousetalk @NBC10_Jared @NBC10 @Nike @Kaepernick7 @BarackObama I wil…
45403                                                                                 NOOOO STOP PLS NOOOOO U WILL RUIN IT !!! JUST PUT THE ORIGINAL SERIES UP THATS ALL WE WANT @netflix
45404                                         .@LarryEllison shares how @Oracle is on its way to becoming the world's largest #SaaS applications provider #cloud… https://t.co/7ezxXAEjvB
45405                                                                                                                                            @AYYYYYMEN @Apple Let me know how it is.
45406                                                     Check out GLAZED WHITE CERAMIC OLIVE OIL BOTTLE - Rectangular with Elongated Spout #Unbranded https://t.co/yCAnmCVUpK via @eBay
45407                                                     @Samsung Dex Pad and HDMI Adapter - Unboxing https://t.co/JPlC0tbu3W via @YouTube #samsung #samsungdex… https://t.co/E1qFXrPNHy
45408                                         Used Books - RUSSIA WHAT NEXT? Hardcover by Isaac Deutsch - 1953  https://t.co/kTvn8PY6ml via @eBay / 19% OFF Book… https://t.co/PcXp0yHp8d
45409                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/q8sxf3skor
45410                                                                                                                      Check out my listing @eBay - https://t.co/MepyZz9xF4 via @eBay
45411                                                                                               RT @azulesbian: make azula say that shes a lesbian and give her a girlfriend @netflix
45412                                                                             RT @Reuters: Trump says FBI should not probe allegations against top court pick https://t.co/gmOMRTYTwu
45413                                                                                                                                              @Amazwe @Samsung Nde s10 is on its way
45414                                                                                                                           @TMobile Can I still use one if I purchase one unlocked ?
45415                                        RT @venkmurthy: Nice review of the media coverage and its problems related to @Apple watch with added clarity about data @US_FDA used to ap…
45416                                        RT @ATT: Let’s join together to help those in the path of #HurricaneFlorence. To donate $10 to the Red Cross text “FLORENCE” to 90999. http…
45417                                                                                                                                                   @ErumH @amazon Can’t wait! 💕💕💕
45418                                        I do feel that @Apple made a mistake in stopping selling the #iPhoneSE form factor. I deliberately chose it in Marc… https://t.co/ubSIUUr1NV
45419                                         @IAmCoachTwill @sistercircletv @jamalhbryant @Nike He is absolutely correct! We have power it's in our dollars and… https://t.co/hSfW9Iqw3k
45420                                        RT @jwjnational: McDonald's workers are taking action today in the first-ever national strike against sexual harassment. @McDonalds: Meet w…
45421                                       RT @googlearts: 🎨 How an artist uses @Google #StreetView to paint the world : meet @bnguffey and read about how he embraced technology to m…
45422                                                            Check out ADIDAS ADIZERO Sport Unisex Digital Blue Chronograph Light Watch ADP6128 SOLDOUT https://t.co/F71s1irR4w @eBay
45423                                                                                                                     @Reuters Master of Disaster #Trump wants to play at leadership.
45424                                                                                                                                                     Checkz over Stripes @Nike #nike
45425                                                                                                 Check out Skin Linen Top Light Purple Sz 0 Womens 51N https://t.co/ieNBP28jQD @eBay
45426                                                                                                       @CBSThisMorning @CBS @GodFriendedMe @hall_m_brandon Cannot wait to see this!!
45427                                                                                         RT @Reuters: Trump says 'seems to me' Syria shot down Russian plane https://t.co/w7XS3ARmzg
45428                                        RT @veater66: @bookingcom @Hoseasons booked the Popular lodge for Easter. Advert clearly states free WiFi yet when I’ve spoke directly to t…
45429                                                                                                                                                            @Roblox @amazon Just no.
45430                                                                                                     Check out Costa Rica by Christopher P. Baker  https://t.co/iZAKdtQ2ms via @eBay
45431                                                            Check out Vintage Coleman Camp Stove Made In USA 425F 2 Burner Compact Green Kansas Unlead https://t.co/6iIqCjYtmh @eBay
45432                                                              RT @AdamSandler: Last day shooting. Had a blast with this young lady!  #MurderMystery @netflix https://t.co/JnobNUwSxW
45433                                                                                                                      Check out my listing @eBay - https://t.co/7iaYdgOa4c via @eBay
45434                                          RT @IBM: Our hearts go out to those affected by Hurricane #Florence. Here's how we're supporting recovery efforts: https://t.co/QFu1VYWCKD
45435                                     Beverage giant @CocaCola &amp; #CPG leader @MarsGlobal are among the first companies to join the new Climate-Resilient… https://t.co/4nKHu7A0yd
45436                                        RT @pantseater: @Kaepernick7 the students of north smithfield stand with @Nike this is an embarrassment to us and our town https://t.co/paX…
45437                                RT @kellbender: I wanted to give a special thank you to the good people over at @Halo &amp; @Microsoft for allowing @fifty_grand &amp;  myself to b…
45438                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/GOKiqWMrQ1
45439                                                                      Check out Strawberry Shortcake Easter Plush Basket Rare #StrawberryShortcake https://t.co/ZE4wvSrGWm via @eBay
45440                                        RT @Reuters: Europe is undergoing a surge of support for far-right groups in politics and social issues. What has fueled the rise of populi…
45441                                                                                                                                                  @Roblox @amazon You're late roblox
45442                                                        Check out Spider-Man Comic Issue 30 2099 Modern Age First Print 1995 David Robinson Lopez  https://t.co/PX4Jlv8piK via @eBay
45443                                                     Check out Matte Silver Plated Roller Shape  Brass #Earring Findings For Women Girls #Handmade https://t.co/pyfULJdBZH via @eBay
45444                                                                       I want to go to a starbucks and see a gigantography of hyungwon drinking a milkshake... could you? @Starbucks
45445                                                  @YourNerdWonder @BoundingComics @netflix @Nickelodeon @TheQuartering @EthanVanSciver @Kneon @ThatUmbrella… https://t.co/LSmDXfBXWv
45446                                                                                                                                      @reeses @amazon Cookies #NotSorry #Sweepstakes
45447                                        RT @TheHumaneLeague: Students all over the country are boycotting @McDonalds because of animal cruelty concerns! 🙌 https://t.co/CscZohRIEu…
45448                                                                                                                                                      @Walmart @thot_rolyat .. what?
45449                                                                 RT @Reuters: Netflix and HBO tie for total Emmy wins https://t.co/PR5p7Uznx4 via @ReutersTV https://t.co/9TptfXLieO
45450                                        RT @TaranaBurke: The @MeTooMVMT is bigger than Hollywood. We need to ensure that any funds from @CBS go toward supporting the most impacted…
45451                                                                RT @sviewss: @Walmart should sponser me as their model #retweet if you think so \U{01f929}😂 https://t.co/49tf0bFLM6
45452                                        @ElayneBoosler @noradunn @Nike You threw away perfectly good footwear to make a holier-than-thou statement and then… https://t.co/V4VdKjL7ZJ
45453                                                                                                                               @sarahdemott6 @Walmart then we must act with force 😼
45454                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
45455                                                                    RT @Reuters: Porn star Daniels' tell-all Trump book full of salacious details: newspaper https://t.co/NwZhqdHI6V
45456                                                  @canadapostcorp @canadaposthelps luckily @FedEx called me and they are shipping it back to Canada... what a joke this system is...
45457                                        @VampireMuffnMan @CalebBungart @clairecmc @HawleyMO @Reuters My point was that robbing from the rich to fill a hole… https://t.co/tfeNUhYJPo
45458                                                          Check out 💚💚💚 CHEECH AND CHONG - CANNABIS - POSTER - 24x36 - MARIJUANA 🔥🔥🔥 #PopArt https://t.co/YMDEJTurAw via @eBay
45459                                        @CaseP @Parenting101ca @adadintheburbs @Sony @HenrysCamera @CanonCanada Ooh @CanonCanada! Those new EOS R Full Fram… https://t.co/ZwjBPhCe4b
45460                                                               @amazon commits $1M for academic 'redshirt' program @Illinois_Alma https://t.co/nxM3hT5pKF via @news_gazette @jawurth
45461                                                                                                                                          @bekahcmiller @netflix I JUST SAW THAT TOO
45462                                         RT @SenWarren: American companies like @Google shouldn't be developing new products to help the Chinese government spy on its citizens. My…
45463                                         RT @SenWarren: American companies like @Google shouldn't be developing new products to help the Chinese government spy on its citizens. My…
45464                                        RT @subbaga: Again... Thanks for the free press haters.  @Nike @DisabledVetsCPX @boycottnike @ProTrump001 @_boycottnike #BoycottNike #Boyco…
45465                                                                                                                RT @netflix: REGINA KING DESERVES THE WORLD. https://t.co/7o9q9aCaaN
45466                                                        RT @Reuters: Game of Thrones stars stunned at Emmy win for best drama series https://t.co/7xidm9tL8U https://t.co/REklcrvcSg
45467                                                                     RT @IMJ_33: Not shocked by this it’s actually in line with history @CocaCola #marijuana https://t.co/tosTtYHBBQ
45468                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
45469                                        @kweenevai @estefanyjades @Mattstablasta @MichaelDTubbs @amazon @KyleKulinski has thought-provoking commentary wort… https://t.co/MuEUhUG98P
45470                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
45471                                                                                                  @DublinAirport @NiceAirportFR  @Ryanair Please RETWEET #bride #lost #weddingphotos
45472                                                                                      RT @LaneyyBoyyTalkk: USE INDIGENOUS ACTORS @netflix OR WE DONT WANT IT https://t.co/wCSxBH1xzE
45473                                                                           RT @Shell: Are rocks like carrots? 🥕 The answer lies in good stew #makethefuture https://t.co/20lKzMVuhE
45474                                                  We all know the only way @McDonalds will act is if the stores are boycotted in support of these women. So… https://t.co/Kkrh7ASf5j
45475                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
45476                                        @salesnrmn @NetflixIsAJoke @netflix I almost was going to perform in the Hawaii sketch comedy festival in October b… https://t.co/JceV1PMcOI
45477                                                                                                                                                  @Reuters Because it’s false claims
45478                                                 Check out DG DIANE GILMAN Jeans Womens SZ 12 Turquoise White Check Flat Zipper 5 pockets #Anytime https://t.co/zMurR8BWcE via @eBay
45479                                                RT @jazzyjunker54: Check out Vintage Estate Lot Marbles Small Medium Large Colorful Over 7 Pounds  https://t.co/3hgk8h2CZt via @eBay
45480                                          RT @daphsant: Hey @Apple if you are going to keep suggesting I turn on 2 factor notification at least you could have my country Gibraltar…
45481                                                                                                                               @reeses @amazon Umm everything #NotSorry #Sweepstakes
45482                                                             Check out 99-03 Ford Diesel  XC3F-12B599-AC IDM Injector Driver Control Module  #Ford https://t.co/AlgVElxTaj via @eBay
45483                                                          Check out Vintage Original  U.S. Military Marine 4 X 4 Photo 1950's Seaplane Air Force   https://t.co/XExXFU92Lc via @eBay
45484                                                            SALE 25% off #Nike ID Custom Kyrie 3 Sneakers Basketball Shoes Size 8 White Navy Blue  https://t.co/aVVyYlsN3I via @eBay
45485                                                      #AgriNEST 2018 is over! This year was a blast and we'd like to thank our partners: @JohnDeere @BioSTL… https://t.co/NnnoE6Iz3k
45486                                        RT @rickta1: A great achievement today for us and the client for winning another Gold award for #southeastinbloom @jpmorgan site in #Bourne…
45487                                                @Google @arai @amazon Google helmet with google home enabled? Or a helmet that's Alexa enabled?? @JeffBezos… https://t.co/ph9F1PbrWl
45488                                        RT @RoosterTeeth: Watch Rooster Teeth artists face off in a 5 minute drawing challenge using the @HP ZBook x2 in the HP-Intel Lounge at #RT…
45489                                         @ATT @ATTCares Do you have any idea how poor your customer service is? The numerous and constant mistakes that are… https://t.co/BY4WG1j38V
45490                                                 Check out 2004 2005 2006 2007 CADILLAC CTS 0 261 209 182 Engine Control Module ECU ECM  #Cadillac https://t.co/EH0Xyk5RLW via @eBay
45491                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
45492                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
45493                                         RT @ItCanWait: Just one glance can change everything when you’re behind the wheel. Join @ATT and take the pledge to never drive distracted…
45494                                                                                                                        @EliudKipchoge @Nike @GlobalSportsCom @NNRunningTeam Respect
45495                                                                                                  @Walmart so what we gonna do about this because @Target is looking real cozy now☕
45496                                                                   @tcleve1130 @Yahoo Let’s hope! I personally don’t see it! Not with this corruption in congress. But one can hope!
45497                                                                                                                                @dametzger @HP He may or may not read your tweet ;-)
45498                                                            Who's got your vote? Deliver your pick for the @FedEx #AirandGround @NFL Players of the Week on… https://t.co/NI8pJXRRVx
45499                                                                    @SenWarren @Google @SenWarren my act my act my act with no substance more publicity seeking by this amoral nabob
45500                                                                                                       @wafellow @netflix With all those hashtags it sounds like spongebob is ending
45501                                                                                      RT @LaneyyBoyyTalkk: USE INDIGENOUS ACTORS @netflix OR WE DONT WANT IT https://t.co/wCSxBH1xzE
45502                                        Are we witnessing a change in norms regarding how far private companies like @Microsoft will go against nation stat… https://t.co/2LIO9YZnr1
45503                                                       Check out Portable #HammockStand Home #Outdoor Patio Backyard Porch Deck Black Metal Frame  https://t.co/gPfj51PQKx via @eBay
45504                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
45505                                        @victoriarowell @hollyrpeete @CBSDiversity @CBS @LeahRemini should also be brought back. The show was more entertai… https://t.co/fDWv1KFpKK
45506                                        I have a challenge for @Apple in 2020: launch a Mac Book that's a modern redesign of the 2000's candy-colored iBook… https://t.co/oxQKYRliwV
45507                                        @ASOS @ASOS_HeretoHelp Can you help. My account was locked for suspicious activity and I’ve been waiting since June… https://t.co/MQQlTaX7v9
45508                                                                                                                      Check out my listing @eBay - https://t.co/YdeBP1MXIn via @eBay
45509                                                                             RT @ku_fnsa: Don’t forget. We are having lunch today... thanks to @pepsi at KU. https://t.co/ssI5Ipd9Ms
45510                                                                                                                  @___price___ @NXOnNetflix @netflix THIS IS WAHT WE NEED TO SURVIVE
45511                                                                 Check out Emperor Moth - Guernsey Postage Stamp on  laminated bookmark  #Bookmark https://t.co/C3TLeJCfFL via @eBay
45512                                                                              @Honda since when? I need y’all to catch up with Tesla please. Nobody likes using @Apple map app 🤦🏽‍♂️
45513                                                                              @Honda since when? I need y’all to catch up with Tesla please. Nobody likes using @Apple map app 🤦🏽‍♂️
45514                                                 Check out 1990-1995 Mercedes 1298201026 Hazard Turn Signal Wiper Relay SL500 SL300 R129 #Mercedes https://t.co/8VwcO7iuEj via @eBay
45515                                        RT @Cohesity: Stronger Together: @Cisco + Cohesity Joining Forces On Secondary Data and Apps Challenges. https://t.co/OVaTdNSt0W https://t.…
45516                                        @Starbucks @cari_anne1 That’s beautiful! That shows the presence of Positive Vibrations is moving people subconscio… https://t.co/R6uOKLYeUp
45517                                                                                 RT @Reuters: Wall Street bounces back as investors shrug off trade tensions https://t.co/EhQr3eNkPe
45518                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
45519                                        RT @RoosterTeeth: Watch Rooster Teeth artists face off in a 5 minute drawing challenge using the @HP ZBook x2 in the HP-Intel Lounge at #RT…
45520                                                                                                     Checked out at @Walmart and before I got to the car I had a thank you email! 🤔
45521                                                                                                     Starting #RunToTheSun off right. @Buick @VW @USNewsCars https://t.co/iAh5e4RNkS
45522                                                                          @Joecoll15484499 @Reuters That is what your peanut mind thinks but you go on ..... https://t.co/Tghf8xI6PF
45523                                                    Check out Apt. 9 Peach Color Soft Tunic Sweater with Lace Bottom Petite Women's Size PXL #Apt9 https://t.co/PcX96QQhuL via @eBay
45524                                                      Check out Apt. 9 Lite Peach Soft Tunic Sweater with Lace Bottom Petite Women's Size PM #Apt9 https://t.co/5XPyJluqkP via @eBay
45525                                                                Check out Fashion Necklace and Earings set Leather Brown Black Color Tone #CTColor https://t.co/kElTROVtod via @eBay
45526                                                                   Check out ZUMBA Energy Rush Shoes Cerise Pink - A1F00107 #ZumbaFitness #HighTop https://t.co/t8q4aD0c1C via @eBay
45527                                                                                                            RT @Minaj_Tae: Go cop QUEEN at @Walmart 🔥🔥🚨❗️ https://t.co/GkMpQz496O
45528                                        RT @Soni_NicoleB: Celebrating @TheEmmys at the @netflix afterparty with @Chavelua @MeganAshlyBrown Thank you @netflix ❤️🎉 #proudtobepartoft…
45529                                                                                                                      Check out my listing @eBay - https://t.co/3oDhZlBsb7 via @eBay
45530                                                                                                                               RT @netflix: WE STAN A QUEEN. https://t.co/ZNFxRGA5wd
45531                                        @SportsDirectUK @adidas Spot the difference. One is an unsavoury despot with questionable working practices whereas… https://t.co/muKtWtQiqa
45532                                                                    Check out Lot Of 2 Cosmetic/Toiletry Zip Around Totes Cases Bags Organizers Travel https://t.co/d6Zf9Fsm9z @eBay
45533                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
45534                                                           Check out Unicorn Handmade Child's Doll Wristlet Zipper Purse Back to School  #Handmade https://t.co/JLbDVgiuAw via @eBay
45535                                                           Check out BJORN WIINBLAD DENMARK PRINT Hand Signed GODDESS OF CERES PERMILD ROSENGREEN  https://t.co/r5TKNc80ww via @eBay
45536                                                                             Vintage badge The badge &amp;#034;The Honorable Soviet Army&amp;#034; https://t.co/Uhddgt6zNs via @eBay
45537                                                                   @semblancebros @MikeDiMartino @BryanKonietzko @netflix Let us hope that this will be better than the last attempt
45538                                        RT @EdLauder: @ollyog @Ryanair I feel your pain. My girlfriend and I were once stuck at Rome airport for 6 hours because our Ryan Air fligh…
45539                                                                                                         Check out Adidas Polo Size Medium #adidas https://t.co/3g1vKMvUEX via @eBay
45540                                                                                                                         @NCIS_CBS @CBS Won't be watching. I hate Abby had to leave.
45541                                                                                       Check out Adidas Am4ldn Boost Size 11 #adidas #RunningShoes https://t.co/0Gx3Em8bE7 via @eBay
45542                                                                                                     Check out Cititoy Sleeping Newborn Baby Doll 2013 https://t.co/UYFu7d3UF9 @eBay
45543                                                                                      Check out Botkier Gray Pebbled Leather Zippered Logan Bag Clutch https://t.co/8H2ncawYC6 @eBay
45544                                         @SenWarren @Google We will take to the streets this Saturday in protest of kavanaugh in every city across America.… https://t.co/z67iqtfNum
45545                                               Justice in America.#ThursdayThoughts @CNNPolitics  @CBSPolitics @ABCPolitics @ABC @NBC @CBS @MSNBC @CNN @NPR… https://t.co/Fikhm8ujna
45546                                                    RT @SvenHerkenrath: Wellensittich Sittich Vogel Nymphensittich Shirt Wonderful Dream Picture https://t.co/NmNpkqL2Li via @amazon
45547                                        RT @BaFana3: Ya @facebook : What the flying fugg is your problem? My post on a Yemeni kid who died of hunger in #Yemen due to the #Saudi wa…
45548                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
45549                                                                                                                      @reeses @amazon Goes with glass of milk #NotSorry #Sweepstakes
45550                                              RT @kris_degioia: @netflix I would like the time I spent out of my life watching the worse show in the world @blackmirror #timeismoney
45551                                                                                                                           @LongLiveLZA @D_Lamont23 @blacktanar @netflix I SEEN THAT
45552                                                          @Liana_bro0ke @McDonalds @Wendys Damn! Made a cheeseburger yesterday! Missed by a day! My homemade ones are better though!
45553                                                      Check out Playstation 2 Sony PS2 Console Only Video Game System Model - TESTED - Great #Sony https://t.co/8jlXP0MkjZ via @eBay
45554                                                                     RT @dallasnews: .@TexasFarmBureau tells its employees to leave the @Nike swoosh at home https://t.co/kvqVDQWV23
45555                                                                                                                      @CoachIKE11 @ATT @verizon Somebody has to pay for those towers
45556                                        Dear @netflix please don't make us wait one whole year for @Atypical season 3....now I understand why some people w… https://t.co/1SMWlXw6Pb
45557                                                RT @ljowil628: Check out Scary Stories 3: More Tales to Chill Your Bones by Alvin Schwartz c1991   https://t.co/eHgRuLRxoT via @eBay
45558                                     RT @KingCrizzle: 🗣 🔥🤐 @Tee_Grizzley @300ent help me win y'all 🙏🏽 #Freestyle50challange #NoEffortChallenge @omb_peezy @verizon @KevinLiles1…
45559                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
45560                                                                 Check out Classics of the Silent Screen Treasury by Joe Franklin 1959 Hard Cover  https://t.co/05ObkBVlEh via @eBay
45561                                                  RT @MeradoPacheco: Can Friday get here any sooner? I just wanna hold my new #iPhone XSM &amp; My 44mm @Apple Watch. @sprint! ❤️🙌🏻
45562                                        I’ve read of SO many workers at @McDonalds and them doing absolutely nothing about it. Do not eat there until there… https://t.co/4a923GkH5w
45563                                                                                            RT @pepsi: Big shoutout to our P.I.C on #NationalCheeseburgerDay https://t.co/Q4MVWMnFNC
45564                                                                                                                                @pxdmes @netflix retweet away boo 😘😘 just for you!
45565                                                                                                                                 hey @netflix can u make part 3 of disjointed thanks
45566                                        HONESTLY IM LIVING FOR GENERAL AMAYA (AUNT AMAYA) IN @thedragonprince on @netflix BC SHE SIGNS FLUENTLY and as full… https://t.co/Hs0oIa65fC
45567                                        RT @eBayROCteam: Munro American Womens 7 1/2 M Black Leather Slip On Shoes Shock Absorbing Heels #Munro https://t.co/aclw8idCoi via @eBay @…
45568                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
45569                                        @UN @antonioguterres @facebook why is un allowing killings going on in Nigeria against biafrans? is sin for un to o… https://t.co/OVzwC4nONc
45570                                                                   RT @TMobile: @SmogonU I guess that ban isn't the only wrong decision you've made. *JamieK https://t.co/rgp4YXfAsL
45571                                        RT @ComedyCake: Video Licks: Comedian @Daniel_Sloss Talks About His Relationship Destroying #Jigsaw @netflix Special @TeamCoco https://t.co…
45572                                                                                                                                                            @Roblox @netflix lol why
45573                                                                                                            RT @Rider_Nexus: @BluntNate @netflix And it worked so well the last time
45574                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
45575                                                                HOW I WON THE ARIZONA LOTTERY FOR $1.2 MILLION DOLLARS USING THE LAW OF ATTRA... https://t.co/WCy7AknCWP via @amazon
45576                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
45577                                                            Check out Patagonia Women's Organic Cotton/hemp Shorts Size 6 #Patagonia #CasualShorts https://t.co/oN4cqNXwOq via @eBay
45578                                        @sarcasticfem23 @aldrichjay1 @WesternMT_DSA @2fishie @ACLU @facebook He only said he has no problem with targeted a… https://t.co/aB0se7kyyU
45579                                                   Check out Country Blue Batik COLO WEAR AMERICA Hawaiian Camp Shirt Men's L NWOT large #Hawaiian https://t.co/1hgBhbPxSH via @eBay
45580                                                                      @NetflixLAT Thanks @netflix you should do the next avatar story too! The earth one!!!! https://t.co/E3FX0fzOoq
45581                                                                                            RT @pepsi: Big shoutout to our P.I.C on #NationalCheeseburgerDay https://t.co/Q4MVWMnFNC
45582                                                        RT @Reuters: Mattis dismisses reports he may be leaving Trump administration https://t.co/yBYWry9wxI https://t.co/6QbBbPX7a8
45583                                                        #CharlotteRusse #Wedges #Sandals 6 Zig Zag Platform Cloth Over Shoes Black Gray #slingback https://t.co/L8ZiyWzLWl via @eBay
45584                                                Check out American West Annie's Secret Tooled Leather Tri-Fold Wallet - Sand or Turquoise #Trifold https://t.co/d7To6jY7qG via @eBay
45585                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
45586                                            Check out G.H. Bass &amp; Co. Women’s BRANSON Tan Suede &amp; Mesh hook + loop strap 11M shoes #GHBass https://t.co/JTNeJcsBv7 via @eBay
45587                                                     RT @Reuters: Trump says FBI should not probe allegations against top court pick https://t.co/dENfpDEvGM https://t.co/48Hksr5MtH
45588                                         RT @lucyphoto: @instagram @facebook my Instagram account has been hacked by kigagismartha (pic attached) Please help! Customer service not…
45589                                        RT @MJCaan: #Netflix @netflix is bringing back The Last Airbender as a live action series!  I for one will pay my subscription fee a year i…
45590                                                Check out VINTAGE CHEVRON STANDARD MOTOR OIL SOCAL PIN UP GIRL WOMEN 1956 CALENDAR SEXY   #Chevron https://t.co/T09otGCQet via @eBay
45591                                        RT @AnnelieseDodds: My reaction to the latest news from @BMW that the Cowley Mini plant will shut in April due to concerns about Brexit htt…
45592                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45593                                                                                          The Evil in The Woods by Karl Shook https://t.co/RjDzObEUYc via @amazon #Canada #amwriting
45594                                                                                                                 Check out Womens Next Jacket Size 10  https://t.co/3oKm1uLuDk @eBay
45595                                                                 @natebadfellas @ChampionsLeague @Mastercard Your master piece is now a master pussy.... Lol https://t.co/v4k0gaZbvY
45596                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
45597                                                                                                  @rocky_OnTheRoad @MarvelStudios @captainmarvel @brielarson @Disney fuck james gunn
45598                                                   Check out EMPIRE CLUB OF CANADA 1923 RARE 21st YEARBOOK Addresses &amp; Speeches HC Excellent!  https://t.co/3DCn08La4m via @eBay
45599                                        RT @stevelukather: @TripleStaff @amazon lol Not really. I like Dave.. love the music and band. But we come from VERY different backgrounds.…
45600                                                                                 @Walmart This bigoted employee should be fired.  SEE THIS👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇
45601                                                                                                                      Check out my listing @eBay - https://t.co/R2ReZtYRtj via @eBay
45602                                                                             Check out Locket Stainless Steel with 24 in chain locket design  2 inches https://t.co/IO62m8YnoN @eBay
45603                                                                Mystery Babylon: Unlocking the Bible's Greatest Prophetic Mystery christianau... https://t.co/5Z9ErSLGpc via @amazon
45604                                                                Check out Tanzanite Blue Green  Oval shaped Gems Natural Untreated 6 x 5 mm .70 carats https://t.co/YDm7XWxl5U @eBay
45605                                                                              Check out Garnet filigree Ring 1 ct natural untreated stone Red size 10  https://t.co/IZjNDeBYgu @eBay
45606                                                    Check out Breville Juice Fountain JE95XL Replacement Part Food Pusher JE-95XL WORKS! #Breville https://t.co/cCY3I53WOP via @eBay
45607                                                       Wow I hope the @netflix avatar can live up to the shyamalan classic tbh I don’t even see why we need another live action atla
45608                                                                                                                             @Apple iOS 12 has bugs... Does anyone work over there ?
45609                                                Check out BLUE Brand  Women’s Logo T Shirt Size Medium Lafayette UL University Red T-Shirt #BLUE84 https://t.co/ugUdy5EKe6 via @eBay
45610                                                                                                           @Apple Every time I see this ad I think of mammogram images. Every. Time.
45611                                                                              RT @kaosonia: Check out Sterling Silver Moon Phase Charm - Vertical  https://t.co/hTTNZvsAgi via @eBay
45612                                                            Rex Powder #Compact Flapjack 4in Gold Silver Raised Floral c1960s Puff Sifter Vtg #Rex https://t.co/NpExVnfmhB via @eBay
45613                                                                                                             Check out because we believe cd rare  https://t.co/jG3hHKIc1N via @eBay
45614                                                                                                               @kelss_nicole14 @pepsi Get outta here!!! You don't even like Pepsi 😤
45615                                                                            @zentivitydesign Do they just cherry pick people off the street or is there a hiring process at @Walmart
45616                                                                                                      Shout out to the @UPS courier who is still running his or her route right now.
45617                                        RT @Reuters: Justice Department probes Musk statement on taking Tesla private https://t.co/N1U6914OLP via @ReutersTV https://t.co/hWHHx3a4p1
45618                                                                                                                                    @ChampionsLeague @Mastercard Neymar is overrated
45619                                        RT @Lauren_Alaina: I had so much fun SIP-PRIZE-ing the @Walmart Online Grocery Pickup shoppers with ice cold @CocaCola. Go get yours today!…
45620                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/cJO6aSXOwC
45621                                        RT @squam0: @AliceEvansGruff @RichardBenjami7 @NW_StayDet @hamdia_ahmed @Starbucks You know what really ruins your day? Getting a camera sh…
45622                                                       RT @Reuters: Lawsuit targets Massachusetts utility over deadly gas explosions https://t.co/Dt2CiwQAXz https://t.co/3VF7oJJXCS
45623                                             Check out Doc &amp; Amelia Blouse Shirt Plus 3XW Front Buttons Long Sleeves Red Womens Career #Blouse https://t.co/Y0FEtikm03 via @eBay
45624                                                                       Check out 2014 Leaf Perfectly Cast Jamie Lynn Sigler Signed AUTO Autograph  https://t.co/kyBfHl8lS9 via @eBay
45625                                                                   Check out 1955 Topps #141 Tom Wright Nationals Signed AUTO JSA SGC A Authentic  https://t.co/rsC85JYlFd via @eBay
45626                                                Check out APT.9 Shirt Cami S Pin Tuck Pleats Green Brown Floral Sheer Womens #Apt9 #Blouse #Casual https://t.co/nSCMsgkeP0 via @eBay
45627                                                                                          RT @herbalgirl98: Check out Pickle Rick 4” Glass Pipe W/Carb https://t.co/JQ7plU1hL2 @eBay
45628                                                        RT @herbalgirl98: Check out Green Tobacco Glass Smoking Water Pipe Bong Bubbler Hookah Rig 10” https://t.co/ykhUP890vN @eBay
45629                                        RT @Veronasue: Check out #Deluxe #classic #game set ~~ #HolidayGift https://t.co/c9pYXUNHdJ @eBay #ebay #ebayseller #grammysfavoritestuff #…
45630                                                               Check out KRAFT FOOD &amp; FAMILY MAGAZINES - A SPECIAL 5th ANNIVERSARY ISSUE 2007  https://t.co/dZmqK3e1cF via @eBay
45631                                                                    Check out NYX Midnight Chaos Chromatik-Lipgloss MCLG05 Interstellar Gleam #NYX https://t.co/seWi3Xo8rQ via @eBay
45632                                        @CP_News @EPA @Colgate @MichaelPhelps @business @Colgate you are disgusting! You are causing a lot of harm to socie… https://t.co/GiOoXfMgsV
45633                                                Check out Mil-Tec AT-Digital Camo Sandals / Flip-flops / Thongs / Jandals - Size 8 / 39-40 #MilTec https://t.co/S6MRWVMOq8 via @eBay
45634                                          RT @MaandPaKettle4: Check out Vintage Wallace Nutting Signed Framed Art Print Dykeside Blossoms #Antique https://t.co/mjyup2W5pR via @eBay
45635                                                                   Awesome job from @TMobile and My Team of Experts. My guy John really stepped up and helped me out. #greatservice.
45636                                                                                Check out 1956 Philadelphia Proof Set - 90% Silver - No Envelope   https://t.co/eCN0Flf03y via @eBay
45637                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45638                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45639                                                                                                     @NikkiSixx @thevinceneil @mrmickmars @MrTommyLand @MotleyCrue @netflix F yeah !
45640                                                                 Check out POSTCARD OF THE KING OF ROCK ... ELVIS PERFORMING LIVE!  FREE SHIPPING  https://t.co/MliHV1QNB6 via @eBay
45641                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
45642                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45643                                        Reiter Family Name Drink Coasters - 4pcs #ZuWEE https://t.co/xaTg477vuR via @eBay #reiter #reiterfamily #teamreiter… https://t.co/gJsJ0LSh5r
45644                                                                                                                                                        @1TechnoBuddy @Viacom Agree!
45645                                        Every day I wonder why @netflix won't bring back #Scrubs for streaming. I know Comedy Central has it but I can't ac… https://t.co/RZQLOIeGdu
45646                                                                                                                               @John_T_Jarrett @Apple Lol... true. Not On a watch???
45647                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45648                                                                                                                 @MCU_Tweets @Disney a wanda show is EXACTLY WHAT I NEED AND DESERVE
45649                                                                                                                                         @emilyTXLib @netflix @SamuelJComroe Agreed!
45650                                                                                                           @eduardofep @iMax7_ @CocaCola @s @CocaCola you better respond to this man
45651                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45652                                                                                                                        @MCU_Tweets @Disney Take all my money...just take it Disney.
45653                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45654                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45655                                                                                                   Flying taxis could take to the skies by 2022 https://t.co/TkI1ftQdlu via @Reuters
45656                                           RT @surhilo: 100% #Organic #alpaca #wool | Pasco bear #beanie hat by @Surhilo https://t.co/MV2sMqb1Il via @amazon @amazonhandmade #amazon
45657                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45658                                        Would be nice if @amazon gave me my Nintendo Switch Online code since I pre-ordered it and you can already buy/acti… https://t.co/dDk65Cmncd
45659                                       RT @marilyngericke: Good Morning #Stargazers Happy 1st of May 😊 Lets get #StarCrossed back #StarCrossedSeason2 plzzzzzz @netflix http://t.c…
45660                                        RT @setimmins: Hey @Disney @RobertIger @MarvelStudios @Kevfeige Since Iron Man I have never not been excited for the next MCU movie. Then y…
45661                                                             Check out 3 Batman Beyond VHS Lot 99 The Movie Disappearing Inque School Dayz SHIPS FREE! https://t.co/DR1UBzGYvS @eBay
45662                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45663                                                                       Check out Garmin Nuvi 760 Automotive GPS Receiver &amp; Accessories #Garmin https://t.co/EFsTEko8i8 via @eBay
45664                                                     Millennials don't want to work at a campus anymore. So @Google is moving more and more to citycenters.… https://t.co/aloSAsLv9K
45665                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45666                                                                                               RT @tyleralvarez: Go binge our shit! #AmericanVandal @netflix https://t.co/lmiJz02yyv
45667                                                          RT @oldnsold2013: Check out Vintage Tomy Pocket Game Frog Fight Dunn Bros. Sticker #TOMY https://t.co/yNs6yGMJLe via @eBay
45668                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45669                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45670                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
45671                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
45672                                                                                                       @Sony Has to be the Ben Rielly's Scarlet Spider suit! https://t.co/jr7L3XBgk5
45673                                                                                                               @MCU_Tweets @Disney This means more more NEWER characters in the MCU.
45674                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45675                                                 Just saw this on Amazon: VideoSecu 2 Heavy duty PA DJ Club Adjustabl... by VideoSecu for $39.89 https://t.co/QO7XFMKDch via @amazon
45676                                              Check out Nike The Overplay VIII Men's Basketball Shoes 8 Color Orange Gray &amp; Dark Gray VG #Nike https://t.co/VN4QU7cLRK via @eBay
45677                                                                           AGHORA - A MUTANT OF LIFE ENERGY (English Edition) door Pramod Bajpai https://t.co/Jz7Yp2MBEd via @amazon
45678                                                                                                                                                         @SnowZorEl @Shell Education
45679                                                                           @netflix #scottpilgrimvstheworld dated #CaptainMarvel and beat #captainamerica best crossover movie ever.
45680                                                                                                                                       @sidniespinosa @Starbucks Is this for a class
45681                                                                           RT @Shell: Are rocks like carrots? 🥕 The answer lies in good stew #makethefuture https://t.co/20lKzMVuhE
45682                                                                       Just saw this on Amazon: PlayStation VR - Doom Bundle by Sony for $274.99 https://t.co/3WICK9yOCf via @amazon
45683                                                                         Check out Up From Slavery by Booker T. Washington 1963 Paperback Edition  https://t.co/JdOTRZ6rRr via @eBay
45684                                                                                                                                                                @reeses @amazon Done
45685                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45686                                                        Check out Tassel Earrings // Silver Rose Charm //  Brown Cotton Thread // Handmade Rustic  https://t.co/atlqsFU9HO via @eBay
45687                                        RT @DeliciouslySavv: Family Movie Night Is Made Extra Special With The @Walmart Exclusive Limited-Edition Blu-ray Funko Gift Set Of Jurassi…
45688                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45689                                                        RT @automationworld: Updates from the @Siemens Industry Analyst Conference | https://t.co/FLcr0PyRLY https://t.co/Qh4YcvkWYN
45690                                            This was purchased for a wedding. I love it. Fits great and is a great accessory for your wardrobe. https://t.co/jpCm1CabLd 来自 @amazon
45691                                                          Check out [KIREI KIREI] Nature Extract Confident Hand Cleaner Wash Smooth 200 Ml Refill  https://t.co/t5D5veKaz0 via @eBay
45692                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45693                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45694                                                                                                                      @MCU_Tweets @Disney wanda is finally getting what she deserves
45695                                                                        @Mastercard Supports Relief Efforts For #HurricaneFlorence @MasterCardNews https://t.co/FKNfasrOY1 👍🏾 👍🏾
45696                                                                                                                                                   @pucch007 @pepsi I live for Pepsi
45697                                        RT @TarynTeutsch: Are you listening @Disney? @AETV? There is no excuse for domestic violence #FireMikeRinder #Justice4Mom https://t.co/WjxB…
45698                                                                Check out $148 LEVI'S 501 HEAVYWEIGHT 17 oz RED LINE SELVEDGE ORIGINAL FIT JEANS 31x30 https://t.co/0rfKQiB0wp @eBay
45699                                                              #SANTA CLAUS #BROOCH PIN #CHRISTMAS RED GOLD FULL BODY LEGS MOVE #FASHION #JEWELRY   https://t.co/zYfYKG6Y06 via @eBay
45700                                                         Check out ANTIQUE SETH THOMAS NO. 89IM CLOCK MOVEMENT - PARTS OR REPAIR BG104 #SethThomas https://t.co/ru1o4vZ4RZ via @eBay
45701                                                                                                Check out Vera Bradley Grand Traveler #VeraBradley https://t.co/HevAr9UeJr via @eBay
45702                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45703                                                    Check out CROCHET TOP BLOUSE HANDMADE NEW SALE FASHION STYLE CHARM TURQUOISE FLOWER  #Handmade https://t.co/GsETWT2QK3 via @eBay
45704                                                                             Check out Live Like You Were Dying by Tim McGraw  #ProgressiveCountry https://t.co/SzzXLF8q00 via @eBay
45705                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45706                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45707                                                       Check out LOT/2  Wet n Wild ColorIcon Blush #327B- Apri-cot in the Middle - Sealed + GIFT   https://t.co/kaPN4QwNm9 via @eBay
45708                                                                                                                                          @Reuters SoloLens? https://t.co/5tj2dY4XQQ
45709                                                        Check out Vintage CCS Continental Copper &amp; Steel Advertising Golf Ball Lot With Boxes  https://t.co/GmVSQu97LU via @eBay
45710                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45711                                        @Vodacom111 @Vodacom @Apple I have just burnt through more than 10Gigs of data in an attempt to update to iOS 12 an… https://t.co/ZokPMt96Sg
45712                                                              Check out Keneth Too Women's Golf Polo Shirt White Size L #Kenethtoo #Blouse #Casual https://t.co/P0Vb59wRwb via @eBay
45713                                                                                              @_ChrissWright bro ever since i switched to @verizon my phone has been doing this shit
45714                                        @MacArdghail @ButtSexington @BMW Two. They’re four (twins). They’ve seen gay people be gay. Never once have asked a… https://t.co/6DXZBvQAj2
45715                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45716                                                                                                                                                               @HP your laptops suck
45717                                                                                                                         Yo @netflix I NEED more The  Dragon prince episodes!! K thx
45718                                        RT @JonFreier: Incredible night at the U.S. Hispanic Chamber of Commerce Awards Gala tonight in Philly where @TMobile was named Corporation…
45719                                                                                                                                                   @BryantEslava @netflix the office
45720                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45721                                                                                                                                           @BryantEslava @netflix Like really really
45722                                                                                                                          @BryantEslava @netflix switched at birth is a bombass show
45723                                        RT @MCU_Tweets: The @Disney streaming service MCU spinoff shows are expected to be six to eight episodes long and will each reportedly have…
45724                                               How does @Walmart expect people to order food from app if their stores are always empty lately? #NoMilk #wtf… https://t.co/GCQFlvo6Bt
45725                                        @Reuters She can now lie about anything because Fake News will cover them. She is trash. It is all about her sellin… https://t.co/Nba470WwxQ
45726                                                             RT @kaosonia: Check out 1 pc ~ 2 sided ~ Sterling Silver Earth Charm - Four Elements  https://t.co/mnwrW6H8T2 via @eBay
45727                                                         RT @Reuters: Danske Bank set to shed light on Russian money flows to Europe https://t.co/B0FlNxW50N https://t.co/2wiJRHX61F
45728                                                                          RT @Reuters: Judiciary Committee chairman says 'no reason to delay' Ford testimony https://t.co/LgoM7zKhZW
45729                                                                                                                              @MCU_Tweets @Disney PLEEEEASE MAKE THIS HAPPEN! 🙏🙏🙏
45730                                                                                                                                       @BustaBrown8 @Reuters We didn't get anything.
45731                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45732                                                   @keceyxx @Burberry Dahm we was just ballin yesterday and you ain’t even tell me what’s the play 🤦🏾‍♂️ lol happy birthday bro ✊🏾
45733                                                                                       RT @MyuShoes: Check out Star Kid Kick some Alien Butt! VHS  https://t.co/eRu3prV39q via @eBay
45734                                                                                                                  @ZephPlayz @DylanHyper @netflix Zeph teach ghost how to play catch
45735                                       RT @RedKatLife: I truly feel sorry for all my friends &amp; family that are still using @facebook... it’s SO BORING over there! 😂🤣😆 😖😣😤
45736                                                                                                                         RT @BryantEslava: what should i watch on @netflix tonight ?
45737                                                       Check out New WT Hue &amp; Ash Purple Floral Large Tote Shoulder Bag Purse #HueAsh #ToteBag https://t.co/Bw5kCv1K5d via @eBay
45738                                                                                                                                              @BryantEslava @netflix on my block!!!!
45739                                                        Check out TWA OFFICIAL AIRLINE AVIATION VINTAGE LOGO DESIGN JACKET COAT HAT CAP PATCH NOS  https://t.co/QjW51QCvmu via @eBay
45740                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45741                                                                                                                                       @McDonalds sponsor me https://t.co/rHNMZbk2Zl
45742                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45743                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45744                                                                                               RT @popqueenbritney: New @pepsi banner with @britneyspears 🔥 https://t.co/374oEjH8QH
45745                                                                                                           listen if owning 8 @Apple products is wrong then I dont wanna be right ok
45746                                                                                       @BryantEslava @FroyCollins @netflix im just here to see the replies i dont know what to watch
45747                                         @Nidhi_018 @Apple @MKBHD @UnboxTherapy @CNET @verge The story seems different for iphone7 .. it is actually seeing… https://t.co/naFW4XAxTl
45748                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45749                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
45750                                                           RT @Reuters: Lawyer says director Peter Jackson might testify against Weinstein in Judd's lawsuit https://t.co/XXyhEc5uEF
45751                                                                                                           @marydblanchard @AnjuliTuscano @netflix Another movie I’ve yet to see....
45752                                                                                   @SassBaller @Walmart Fire that old cunt! I'm sick of her. She thinks she's the queen of Oklahoma!
45753                                        RT @MyTexasTreasure: NEW ladies size XL Black Quinying Ruched Sleeves Overbust Steel Boned Waist Cinching Corset SALE just $35  @eBay   htt…
45754                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45755                                                                      @MannyMontana @iammarkmark @adelfamarr @Nike omg 😂 had to look like someone after all https://t.co/ki8qFNwN5r
45756                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45757                                                                                                                               @HelloVolume @notify @Google google employee accounts
45758                                                                                                                         RT @BryantEslava: what should i watch on @netflix tonight ?
45759                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45760                                                                                                                             @OliverMcGee @Boeing @TexasTech Those bent wings.  Wow.
45761                                        RT @MCU_Tweets: The @Disney streaming service MCU spinoff shows are expected to be six to eight episodes long and will each reportedly have…
45762                                                                                      RT @Bishop_Yayo: @ChampionsLeague @LFCZA @Mastercard We are used to it https://t.co/Dfg3v1GHYc
45763                                                                                      RT @LaneyyBoyyTalkk: USE INDIGENOUS ACTORS @netflix OR WE DONT WANT IT https://t.co/wCSxBH1xzE
45764                                                                       RT @Reuters: North Korea to invite foreign experts to permanently scrap missile sites https://t.co/KeIQZ1EJUE
45765                                        RT @MCU_Tweets: The @Disney streaming service MCU spinoff shows are expected to be six to eight episodes long and will each reportedly have…
45766                                        RT @BaFana3: Ya @facebook : What the flying fugg is your problem? My post on a Yemeni kid who died of hunger in #Yemen due to the #Saudi wa…
45767                                                        Check out Pflueger Medalist No. 1494 DA Vintage Fly Fishing Reel-Made USA ~Good condition  https://t.co/M7NwCWdecC via @eBay
45768                                                                                                                             RT @HimaDas8: Thank you @adidas https://t.co/6v3a8o9z0k
45769                                                Check out Ty-Rite Fly Fishing Hook Holder  NEW ~FISH~FLY~FISHING~HOOK~ #TyRiteFlyFishingHookHolder https://t.co/3uf3gkVbFZ via @eBay
45770                                        @Lygeia @health2con @generalelectric @sanofi @canaanpartners I was really impressed with how much experience some o… https://t.co/ZumVhZKykD
45771                                               RT @Reuters: North Korea to invite foreign experts to permanently scrap missile sites https://t.co/aL8yp9pgLP https://t.co/1AzWRMBtn1
45772                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
45773                                                         RT @Reuters: Danske Bank set to shed light on Russian money flows to Europe https://t.co/zQOjRj5t8b https://t.co/irPZof224e
45774                                        RT @thewonderbox: I do not comply with the new terms of service to allow me to watch the TV shows I have already purchased from @Apple @App…
45775                                         @Daniel_Sloss @netflix @NetflixIsAJoke @NetflixUK I’ve watched this three times now with four different people and… https://t.co/esc8j5d1Af
45776                                        @tangela314 @CBS Can we pleeeeease have the next season of #theamazingrace be Big Brother Edition?! With #tangela O… https://t.co/RzMcPxejmj
45777                                           Check out Nike Free RN Running Shoes GS Airmax Jordan Vapormax Flyknit https://t.co/hcbHoIpgDl @eBay ⁦⁦⁦@NikeAirMax… https://t.co/v1O9NAR4lq
45778                                                              @py_rates @Nike @OffWht Yoooo new cook group just added monitors first five get in GO! GO! GO! https://t.co/UWtk4qjE90
45779                                                                       RT @Reuters: North Korea to invite foreign experts to permanently scrap missile sites https://t.co/KeIQZ1EJUE
45780                                                                              @MuslimIQ @barbn1943 @Walmart Well it's Wal-Mart and all they can get to work there are stupid gobbers
45781                                                                                                        @JxhnBinder Also go after @google @microsoft @netflix @NFL @facebook @amazon
45782                                                                                                                                                @Reuters Putin probably let him know
45783                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45784                                                                                               @reeses @amazon REESE'S GOES GREAT WITH REESE'S...ENOUGH SAID! #NotSorry #Sweepstakes
45785                                                                                 @Reuters Croatian President's bikini photos  world's hottest president ever https://t.co/oWr3MYEf9f
45786                                                                             RT @Reuters: China will use trade war with U.S. to replace imports: state media https://t.co/w3o4wSEJLW
45787                                                                                  @Reuters Thanks to the leadership we have in .@potus the Koreas are off to a much brighter future.
45788                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45789                                                    Check out Chico's Authentic Denim Size 2 Large White Capris Pants Women #Chicos #CaprisCropped https://t.co/qlRxKCtJkq via @eBay
45790                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45791                                                                UpCart Bag Custom Made for UpCart Dolly Doubles as Carrying Case fits 12 Gall... https://t.co/wuB9NFCpoi via @amazon
45792                                                                        @Reuters First the north must release all political prisoners....even those they have in concentration camps
45793                                     RT @seebyb: Good evening .....look at this little beauty #anna Hey!! @adidasUS @adidas @adidasoriginals @adidasUK can we get a shout out &amp;…
45794                                                                                                   @thesilverfox971 @PayPal Because he is neither a racist or a fascist you buffoon!
45795                                                                                                                                               @OJACKSONCOHEN @netflix Can’t wait 😊
45796                                        @ANCA_DC @Google Cenk and the rest of @TYTNetwork have been spreading anti-American socialist GARBAGE and sowing di… https://t.co/1JqujG6oO4
45797                                         RT @mindy_marvelmom: @Disney A spoonful of sugar isn’t enough to get the bad taste of Disney caving to alt-right scumbags out of my mouth.…
45798                                                             PAUL BIYA OF CAMEROON: Three-plus Decades of Misrule under an  Anachronistic ... https://t.co/hHh5HyQHTt …  via @amazon
45799                                                                       RT @Reuters: Bayer's Monsanto asks U.S. court to toss $289 million glyphosate verdict https://t.co/TM9tdc3fLP
45800                                                                                         Check out Echinacea purpurea Root Tincture #GreenPharmacy https://t.co/a3ea6NKkLr via @eBay
45801                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45802                                        @Draak4s @agroasx @Apple Clearly your the kid that doesn't even understand what a phones uses are; And I'm not sayi… https://t.co/oInPDkMW1d
45803                                        @Abeda__x @Google Split Screen Shortcut brings the old #androidoreo split screen shortcut to #androidpie. Try it ou… https://t.co/aMqSp3u2Tc
45804                                                                                                                                                      @Apple Good quality work apple
45805                                        @PatNColl @CHP_HQ @tvNewsChristina @sacsheriff @Nike Learn why they take a knee before you open that mouth....there… https://t.co/f1odcPTieq
45806                                                                                                                            RT @Starbucks: @hyungnyan *sips Starbucks like Hyungwon*
45807                                                                Check out Saint Seiya Saintia Sho 2 Japanese comic manga Champion RED Gold Cloth   https://t.co/UbJQUDb3yU via @eBay
45808                                        @Draak4s @agroasx @Apple but anyways I understand why you have this viewpoint. it's interesting as apple releases n… https://t.co/ALqUHWwXHd
45809                                        @Reuters Misleading headline.  Thats not what is actually in the story.  Again rueters with terrible click bait soc… https://t.co/TmpyRdNxtN
45810                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45811                                                                                                                @Starbucks i see ur a man of culture as well https://t.co/1W5mdrcK8X
45812                                                                Check out LEGO The Batman Movie Harley Quinn DC Digital Alarm Clock (Brand New in Box) https://t.co/itgIsWFrJB @eBay
45813                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45814                                        RT @RAMPAGEONGOV: @inabster @Twitter @TwitterSupport @rico_hands @hrw @facebook @YouTube @guardian @Independent @UN @jack @meNabster @BDSmo…
45815                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45816                                                                                                                                           @Starbucks @joyloml @jaeminpic NCT = BOSS
45817                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/GWzlDbe8ON
45818                                                                                                                                       @RiotMagus @Mastercard That's awesome. Grats!
45819                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45820                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/eDbk0Xjems
45821                                        RT @BaFana3: Ya @facebook : What the flying fugg is your problem? My post on a Yemeni kid who died of hunger in #Yemen due to the #Saudi wa…
45822                                                                                                                         @vmagazine @KendallJenner @riccardotisci @Burberry stunning
45823                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45824                                        RT @TashaAdamski: Good morning @hulu @netflix @AmazonStudios @ConstantinFilm @JeffBezos @reedhastings @mmoszkowicz please never stop fighti…
45825                                        RT @MOCHlROSE: @Starbucks @jaeminpic See Starbucks this is why youre the only coffee shop  in N-city its cause you're the only intellectual…
45826                                        RT @takapodigs: We’re stoked with the help of @Google and Sir David Attenborough in promoting #kakapo. Sir David narrated a video introduci…
45827                                                                                         RT @Reuters: Two Koreas to sign joint statement after summit: Seoul https://t.co/QJrg6ZzLQo
45828                                                Check out 925 STERLING SILVER CREATED 1.25CT OPAL .25CT DIAMOND RING  Engagement  Wedding  #MAYTAL https://t.co/0E0nxrq54v via @eBay
45829                                         @Bell @virginmobilecan @TELUS @koodo @Rogers @Fidomobile @Apple @chatrmobile I keep my cost down when purchasing a… https://t.co/jlkCQP3l9s
45830                                                                                                         RT @JohnLegere: Not as scary as an @ATT bill!! 👻🎃 https://t.co/vyprCUWp6j
45831                                        RT @MorganStanley: Morgan Stanley’s Chief U.S. Economist says U.S. GDP growth will likely hit 3.0% in 2018. Will 2019 be a repeat performan…
45832                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
45833                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45834                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45835                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45836                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45837                                                                                RT @Reuters: Asia rises as stimulus hopes lift Chinese stocks amid trade row https://t.co/BuD9zjU1ZV
45838                                                                ANMALIP HANDMADE Bouquet of roses and blue made and hand-painted textile (Mar... https://t.co/IhW1z88yiX via @amazon
45839                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/uxR6sdxOJY
45840                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45841                                                                       RT @Reuters: Inside China's strategy in the soybean trade war https://t.co/6LQWBe6VP9 https://t.co/nLpczr84He
45842                                                                                                    How many are planning to buy this ? @Apple @rrreshma_raj https://t.co/3SoIt803m9
45843                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45844                                        RT @MCU_Tweets: The @Disney streaming service MCU spinoff shows are expected to be six to eight episodes long and will each reportedly have…
45845                                                                                                        @NikkiSixx @thevinceneil @mrmickmars @MrTommyLand @MotleyCrue @netflix Sweet
45846                                                                                                                          RT @kamaiyah: Hey @netflix where the hell is Lion King? 🤔
45847                                                                  See what I m up to on @eBay! View my profile to see my favourite finds and more: https://t.co/qogjjsN5TD via @eBay
45848                                                                                         RT @Pippi_Dust: Bachelor Party Shirt Groom With Bow Tie https://t.co/jKgyCawpdn via @amazon
45849                                        RT @KneeCRee: Check out #Army Fatigue Jacket #Camo #Camouflage Women's Size Medium Short Waist Green Coat  https://t.co/f5jNcUH6ev via @eBay
45850                                                                                                            RT @edgarwright: Scott Pilgrim: Now on @netflix. https://t.co/PymeTMZkjg
45851                                        RT @MCU_Tweets: The @Disney streaming service MCU spinoff shows are expected to be six to eight episodes long and will each reportedly have…
45852                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/DAxK7txPv6
45853                                                    RT @ComedyHype_: Out Now: @RealDLHughley’s newest special ‘Contrarian’ is streaming now on @netflix 👏🏽 https://t.co/apOvDuQebX
45854                                        RT @Zappos: @Ready_Northwest @BuckeyeStorms @SirenLadySTL @MissAshes92 @Clim8Resilient @paragonofdan @amazon @JeffBezos @verizon @AlaskaAir…
45855                                                       Check out Hot Natural Geode Druzy Silver Plated Connector Bracelet Necklace Making Jewelry  https://t.co/146MlOIDj7 via @eBay
45856                                                                                                 Check out 1948 Leaf AL Hostak PSA 7 Boxing #65 Graded https://t.co/gEbTZUtVpH @eBay
45857                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45858                                            RT @Vintage0Antique: Check out Large Antique Portuguese Majolica Coiled Rope Antonio Alves Cunha Style Jug https://t.co/9IBKMxzdRO @eBay
45859                                         RT @Vintage0Antique: Check out BMW / MINI COOPER S R56 R50 R53 PASSENGER AIRBAG ON OFF SWITCH BUTTON 2006 CAR https://t.co/jxmFCy9zwV @eBay
45860                                         @googledevs @Google u have a bug while logging in. How do I contact you ? I have been messaging you for past month… https://t.co/g0eE29hlzA
45861                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45862                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45863                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45864                                                                      Check out Wedgwood Floral Bone China Photo Picture Frame Vintage English Pottery https://t.co/3Lci5eNPHe @eBay
45865                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45866                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
45867                                           @ijustine @SuperSaf What @Google Is Going To Name There HDR Processing In Pixel 3? I Hope It will be More Aggressive In Processing.😅🤣😂
45868                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45869                                        RT @Reuters: Exclusive: India considers raising import duty on steel to support rupee - document https://t.co/im43Jn283S https://t.co/3wiNJ…
45870                                                      RT @Reuters: China to penalize $60 billion of U.S. imports in tit-for-tat move https://t.co/sk46lL1zts https://t.co/FuEGJExmrl
45871                                                                                        You didn’t buy ‘your’ @iTunes movies; @Apple can delete them anytime https://t.co/Vd4VcJ1lyO
45872                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45873                                                                RT @ESLifeandStyle: Riccardo Tisci just unveiled his first @Burberry SS19 collection at #LFW https://t.co/Z8PqrZi3lp
45874                                                             RT @HimaDas8: Super pumped about joining the #ThreeStripes family. @adidas #HereToCreateHistory https://t.co/Kw0u8Bmp8B
45875                                        RT @RoyaltyEmess: @claudiapritch @Tesco You are kidding me. Are they not aware of the implications of their actions? Really? This litter sh…
45876                                                     Check out 925 Sterling Silver 1.10 Carat Round Shape Black Diamond Solitaire Ring #aonebianco https://t.co/ki3OCTK2Ja via @eBay
45877                                                                                  Of course @facebook does. That's the whole point of it and why I deleted my account 3 years ago...
45878                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45879                                                                                                              @amazon when will your company train the delivery people some manners?
45880                                                                  Check out Girls' Generation The Best First Time Limited Edition CD with DVD #Pop https://t.co/uSx0SKJdGa via @eBay
45881                                                            RT @Reuters: North Korea's Kim to allow international inspections in bid to revive nuclear talks https://t.co/8eeJ8IdOi1
45882                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45883                                                 Check out 100 PCs Natural Fire Rainbow Moonstone .925 Silver Plated Gemstone Rings Jewelry #Rings https://t.co/8KHWDz7UbC via @eBay
45884                                                                                                                           @Sean_ParkerSA @Wheels24 @Audi @audisouthafrica loving it
45885                                                                                                            RT @edgarwright: Scott Pilgrim: Now on @netflix. https://t.co/PymeTMZkjg
45886                                                                                       Through The Gates by Alan Hardy https://t.co/3EL9pT6v6A via @amazon #99cents #timetravel #WW2
45887                                        RT @MCU_Tweets: The @Disney streaming service MCU spinoff shows are expected to be six to eight episodes long and will each reportedly have…
45888                                          RT @IBM: Our hearts go out to those affected by Hurricane #Florence. Here's how we're supporting recovery efforts: https://t.co/QFu1VYWCKD
45889                                        RT @Reuters: Lawyer says director Peter Jackson might testify against Weinstein in Judd's lawsuit https://t.co/sDgd3haKpB https://t.co/gup6…
45890                                                            TV News: @Disney planning LOKI and SCARLET WITCH TV shows for their upcoming streaming service.… https://t.co/tp1QUSEEyz
45891                                                                                   Danske Bank CEO quits in $234 billion money laundering scandal https://t.co/r6foGrgErp - @Reuters
45892                                                                                 RT @Reuters: Danske Bank CEO quits in $234 billion money laundering scandal https://t.co/KmxIh6LYy2
45893                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45894                                                                                             Oh nice. Reached 150k with my @netflix #MoonKnight fan trailer. https://t.co/jbMMKQZexo
45895                                                                                      RT @LaneyyBoyyTalkk: USE INDIGENOUS ACTORS @netflix OR WE DONT WANT IT https://t.co/wCSxBH1xzE
45896                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45897                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
45898                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45899                                                                                                                        @hamdia_ahmed @sharloola @Starbucks Nah fuck this rude bitch
45900                                                       Check out YOUTH TISSUE EXTRACT 400 mg 60 Caps - SWANSON ANTI AGING STAY YOUNGER SUPPLEMENT  https://t.co/Vhr7GfXCjb via @eBay
45901                                                                                                            RT @edgarwright: Scott Pilgrim: Now on @netflix. https://t.co/PymeTMZkjg
45902                                                                                                                           @Reuters this is a clever excellent idea !  we support it
45903                                                       Check out SKIN FOOD Premium Peach Cotton Emulsion 140ml Face Serum Emulsion Facial Shrink   https://t.co/0PjRm6L9sM via @eBay
45904                                                                                 Check out Silver Crystal Side Tiara by Richard Designs #SideTiara https://t.co/Y4T2wOIFKO via @eBay
45905                                            RT @csiltd: Intel and @SAP to partner on Enterprise #Blockchain Development https://t.co/QzamOEEFwk #TechNews #Partners by @uk_investing
45906                                        RT @MCU_Tweets: The @Disney streaming service MCU spinoff shows are expected to be six to eight episodes long and will each reportedly have…
45907                                                                         RT @Reuters: North Korea's Kim agree to inspections in bid to salvage nuclear talks https://t.co/qUJbTKxc5c
45908                                                                         RT @Reuters: North Korea's Kim agree to inspections in bid to salvage nuclear talks https://t.co/qUJbTKxc5c
45909                                        RT @LithuaniaMFA: US retail giant @Walmart tells #Lithuania|n ambassador 🇺🇸 @RolandasKr it will stop selling products with Soviet hammer an…
45910                                                                                                       RT @Higgsmyson: @easyJet It's been 20 days now and not as much as an email 🤔
45911                                                Inspiring Keynote by @kaijacob73 @SAP #smartcontract #intelligententerprise #legaldepartment #collaboration… https://t.co/Ut0kVDaGZj
45912                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45913                                                                               RT @dopewook: 2018: everybody is a dj                             2020: everybody has a @netflix show
45914                                                                                                                             RT @HimaDas8: Thank you @adidas https://t.co/6v3a8o9z0k
45915                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45916                                                         RT @Reuters: Danske Bank CEO quits in $234 billion money laundering scandal https://t.co/AsozomJ7tA https://t.co/2V6ECy6ohJ
45917                                                                     Check out Grasslands Roads OUR FIRST HOME Porcelain Plate Home Decor Octagon  https://t.co/ymIRpHoNKf via @eBay
45918                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45919                                                                                                                                                   @2lethal @netflix Thank you! 😊😅
45920                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45921                                                             Check out Riverside Literature Series ELEGY- Written in a Country Churchyard-1895(c)  https://t.co/XGl0PXOnm7 via @eBay
45922                                                Check out eBay Template Listing Responsive 100% &amp; Compatible with all browsers &amp; eBay-app  https://t.co/oT5NGsF0mI via @eBay
45923                                             RT @DonFi4o: Check out Vintage Foo Dog Statue Resin Chinese Temple Guardian Lion Red Feng Shui Decor  https://t.co/JfBpmzjtM9 via @eBay
45924                                                  RT @Reuters: Turkey jails 24 Istanbul airport workers pending trial after protests https://t.co/LRhXFtryzY https://t.co/sCuX0np0M2
45925                                                                                                                    The Return of Bruno Motown https://t.co/w4NfDHKbxP via @amazon @
45926                                                      RT @Geoff49940067: Check out LED ZEPPELIN IV 1981 JAPAN Vinyl LP ATLANTIC P-6519A NEAR MINT  https://t.co/dx8cev2XMD via @eBay
45927                                        RT @MCU_Tweets: The @Disney streaming service MCU spinoff shows are expected to be six to eight episodes long and will each reportedly have…
45928                                              RT @Geoff49940067: Check out GONG CAMEMBERT ELECTRIQUE 1974 Vinyl LP VIRGIN RECORDS C1520 NEAR MINT  https://t.co/BBqCcqHiyH via @eBay
45929                                                                                                                               @Reuters Please. Please. Please vote for @BetoORourke
45930                                        RT @crewislife: Via @Reuters: Danske Bank boss resigns after $234 billion money laundering inquiry https://t.co/nAaPJbbD6S https://t.co/bdY…
45931                                               RT @Reuters: Weber tells paper Brexit deal must avoid hard border in Northern Ireland https://t.co/IS9ePq4iuf https://t.co/7aF0hGk815
45932                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45933                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45934                                               Via @Reuters: Some gun-toting Texans embrace Democrat's call for tougher firearm laws https://t.co/CksSDy2u21 https://t.co/xK29AV4jHZ
45935                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45936                                                                   RT @Reuters: Tightening Texas race boosts Democrats' hopes of taking Senate: Reuters poll https://t.co/HdnermmEEK
45937                                                                Amazing how empty branches and skeleton staff on the end of phones makes for abysmal customer service isn't it @HSBC
45938                                                        RT @Reuters: HNA explores sale of newly acquired CWT logistics unit: sources https://t.co/mExGAEpZdd https://t.co/eR32NN8kGG
45939                                                           Kavanaugh Accuser Christine Blasey Ford is Moving Out of Her Home Due to Death Threats https://t.co/HWB1mpofmU via @Yahoo
45940                                                   RT @ipsdocholiday: Check out The Perfect Fishing Hole Tea Cup Fisherman Papel Free Lance Coffee Cup https://t.co/eC35a6jbCv @eBay
45941                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/C3OZduH6Bf
45942                                                               RT @Audi: Relive the birth of the first all-electric SUV that can call itself an Audi. #etron https://t.co/5W1xuBYIXt
45943                                                                                                  Calm Down Keep Moving Life Continues Calm Down https://t.co/WGwn8iic8j via @amazon
45944                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45945                                                  Plz see this matter I have seen in @facebook #MayuriSharma facing #harassment #Poisen given in her's food… https://t.co/mQF9QHYcoW
45946                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45947                                        RT @ItCanWait: Don’t miss out on a lifetime of memories because of one post. Join @ATT and take the pledge to never drive distracted at htt…
45948                                        @heirofconsciou1 @soulUtionsTim @sahluwal @CNN @ABC @NBCNews @CBSNews @AP @Reuters The problem is not the lack of e… https://t.co/QAxOMXhIE5
45949                                                                                     Check out PLEIN SUD JEANS WOMAN LEGS ZIPPER PANTS GREY SIZE: 40/8 https://t.co/4qbvL1j8Je @eBay
45950                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45951                                        @Nike @NikeStoreEurope @nikestore bit disappointed that whilst doing normal walking the air has popped and trainer’… https://t.co/dIRRpVMp1C
45952                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45953                                                          Macron's fired former guard defends himself at Senate inquiry https://t.co/M2OviLYVZu via @Reuters https://t.co/NsZXkLGe2z
45954                                        RT @GoldmanSachs: $GS' Kathy Matsui speaks to @BloombergTV about the impact of global trade tensions on Japan and #BOJ's monetary policy ht…
45955                                          @SarahLouPorter @ColourPopCo @Disney I normally buy their stuff on their website! I've never seen it here either! The lipsticks look class
45956                                                 RT @Reuters: North Korea's Kim agree to inspections in bid to salvage nuclear talks https://t.co/EwzVeBOnKY https://t.co/7sgrC8fzLF
45957                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
45958                                                                                           Its always some fag wearing old school Vans smh. Wear some @adidas you cheap as hipsters.
45959                                         Hi help team @facebook can you help? The newsfeed settings are not working: the pages and people I selected to see… https://t.co/akkN7qOut1
45960                                        RT @SAP: Today is National IT Professionals Day and we're celebrating all of the tech superstars who continually inspire us with their inno…
45961                                                       RT @BMW: Tempting with a pure sporting origin. The all-new #BMW #Z4 Roadster. https://t.co/SfrlTy8kzL https://t.co/oernYsfxGy
45962                                             RT @Sony: Spidey suit appreciation post. Which has been your fave so far? #SpiderManPS4 https://t.co/CAk3N7Bw09 https://t.co/tSQ2WcSeHR
45963                                         RT @gatreasures: Check out Vintage #Ephemera Lot #Scrapbooking Cards Paper Craft Journal #Collage #MixedMedia https://t.co/URCmlhLdTI @eBay
45964                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45965                                                                          RT @kaosonia: Check out 1 pc ~ Sterling Silver Bird Skull Charm - Small  https://t.co/uLB0lBuwzh via @eBay
45966                                                      Via @Reuters: Factbox: Bayer's Monsanto faces broad U.S. glyphosate litigation https://t.co/MaMvbZQGvR https://t.co/faCUKKNYCH
45967                                               RT @Burberry: Runway details for Riccardo Tisci’s debut collection #BurberryShow #LFW https://t.co/NTCO56RP26 https://t.co/qtEnsxC2Z9
45968                                        @JoeKaeser @Siemens @IraqiGovt please dont give the employment job to an iraqi committee let the germans choose the… https://t.co/FCwgwoxsMG
45969                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
45970                                                       Check out 4' X6' Antique Fine Hand Made PERSIAN Sarouk Mohajeran Wool Rug Carpet Blue Nice  https://t.co/MmYY5QU04E via @eBay
45971                                                       Check out  Shopkins 2pc Pajama Set Girls Sz 6 Halloween Shirt Pants Long Sleeve Outfit NWT  https://t.co/7OdG7sfTG9 via @eBay
45972                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/OTbZlLQqIj
45973                                                                                                  RT @ShaunStylist: I’m reserved ⭐️ #shaunstylist @Starbucks https://t.co/D4N8SibNQ9
45974                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45975                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45976                                                                               RT @Reuters: Factbox: Bayer's Monsanto faces broad U.S. glyphosate litigation https://t.co/2gaeGNe0ok
45977                                                                                                                                                       @frown @notify @Google No cap
45978                                        RT @Reuters: The hunt for better climate science: Meet the researchers trying to plug crucial gaps in our understanding of how glaciers mel…
45979                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45980                                        Seems like @TheDemocrats have been watching too much @ScandalABC reruns on @netflix. They’re trying to get real lif… https://t.co/866T96EnKa
45981                                                                                                            RT @sebasaku: @MCU_Tweets @Disney Loki be like : https://t.co/aagA3VN7sq
45982                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45983                                                  Check out Beautiful !! 50 PCs Natural Flashy Labradorite Gemstone 925 Silver Plated Rings #Rings https://t.co/rWAZtJ49OR via @eBay
45984                                                                                              RT @Reuters: Luxembourg welcomes EU ruling on Mcdonald's taxes https://t.co/dL2fZY7AmU
45985                                                                      RT @rapidchargescot: Team working hard to bring WattsUp to @Apple CarPlay. Sneak peek. https://t.co/y6YaWvfhHP
45986                                                                @FRESCOBinFamous @PodcastBrothers @GameOfThrones @amazon got the fit! And if you have Prime?!?! Shhhiittttttttttt 😁
45987                                        @HimaDas8 @adidas Another landmark or maybe a dream come true for you... Taking cue from Nike... I say Just Do It..… https://t.co/3Km9Kq4KAX
45988                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
45989                                                             @Walmart need someone to reach out to me I have a idea 💡 that’s going to change the Industry in and make you millions.
45990                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
45991                                        RT @MCU_Tweets: The @Disney streaming service MCU spinoff shows are expected to be six to eight episodes long and will each reportedly have…
45992                                                       Check out Zeblaze VIBE 3 HR Rugged Inside Out HR Monitor 3D UI All-day Activity Record 1.2  https://t.co/wayZUDgaMs via @eBay
45993                                        RT @MCU_Tweets: The @Disney streaming service MCU spinoff shows are expected to be six to eight episodes long and will each reportedly have…
45994                                        RT @MorganStanley: Morgan Stanley’s Chief U.S. Economist says U.S. GDP growth will likely hit 3.0% in 2018. Will 2019 be a repeat performan…
45995                                                                                         RT @Pippi_Dust: Bachelor Party Shirt Groom With Bow Tie https://t.co/jKgyCawpdn via @amazon
45996                                        @InsideEVs @Audi @Tesla A 100% EV A3 wagon with a 300 mile range would have been a threat. @Audi could have afforde… https://t.co/6eSNVXv5xt
45997                                                                                 RT @Reuters: Danske Bank CEO quits in $234 billion money laundering scandal https://t.co/KmxIh6LYy2
45998                                                       Check out I7S TWS earbuds wireless bluetooth double earphones headset for apple Iphone 8 8  https://t.co/pC9CUkFG6e via @eBay
45999                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
46000                                                                                                            RT @edgarwright: Scott Pilgrim: Now on @netflix. https://t.co/PymeTMZkjg
46001                                        RT @cheria_rry: I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their inspirin…
46002                                        RT @MCU_Tweets: The @Disney streaming service MCU spinoff shows are expected to be six to eight episodes long and will each reportedly have…
46003                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
46004                                                               @amazon Don't work more with @SEUR they are a liers and only want to get the money try to work with another in Spain.
46005                                                       Check out ✔️ ORIGINAL GENUINE NIKON EN-EL19 BATTERY 700mAh 3.7V FOR CAMERAS UK SELLER #Nikon https://t.co/I9jwJ5OKuu via @eBay
46006                                        RT @davidkingtheo: @JencaBenca @HenryTamblyn @UN @antonioguterres @facebook @innercitypress #climatechange Antonio is fighting a war he can…
46007                                                                                 RT @Reuters: Trump to visit North Carolina as waterways rise after Florence https://t.co/PXUBzFDNiA
46008                                     RT @StephMcMahon: What a special night getting to meet @Hyundai @HopeOnWheels National Youth Ambassadors Carter &amp; Elizabeth before #RAW on…
46009                                        RT @WhatTheFFacts: PayPal Mafia is the original group of @PayPal founders and employees who have gone on to become one of the most successf…
46010                                                                                                                                                                @Toyota Can’t wait!!
46011                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
46012                                        RT @WhatTheFFacts: PayPal Mafia is the original group of @PayPal founders and employees who have gone on to become one of the most successf…
46013                                        RT @IBM: Our new trust and transparency capabilities for #AI can help businesses detect and mitigate bias. This is how: https://t.co/EPPGyd…
46014                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
46015                                                                     .@apple features coming to #WealthManagement #fintech @salesforce?  https://t.co/6sa5JozYPj @sjallocca @finplan
46016                                            IBM DataStage Facilitates EDW data Offloading learn from this video https://t.co/aaK87w3vZj #IBMUGI @IBM Partner https://t.co/60f7huIBlD
46017                                                                        RT @Reuters: Some gun-toting Texans embrace Democrat's call for tougher firearm laws https://t.co/Dq8LTEcW1b
46018                                                                                                 Check out Womens Size 7M Laredo Leather Western Boots https://t.co/479jn18u87 @eBay
46019                                                                                                                 @FedEx @playofffinale When you deliver shouldn’t things be in boxes
46020                                         @TimAeby @Android @Google @Apple Apple would never do that for Android users. They Don't Care About Android users.… https://t.co/7oaxuJAyYU
46021                                                                                                               @marymargrets @MichaelSkolnik @Google @Medium are you messing with me
46022                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
46023                                        Ever since my 2 favorite baristas left the @Starbucks by my job my coffee has been horrible I tried to go this morn… https://t.co/LrqelLMLi3
46024                                                                                                                    @GoCarlosFerri @Microsoft @azureadvocates @Azure That's amazing!
46025                                              @Apple Make another normal sized phone I am tired of using an ancient artifact because y’all are incapable of listening to customers!!
46026                                         Timing is everything! @BBCTech publish article in @IBM tool to detect #AI bias on same day we see a full house for… https://t.co/zgqRdMfdjy
46027                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/Ir9jpnyVab
46028                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
46029                                         RT @ItCanWait: Just one glance can change everything when you’re behind the wheel. Join @ATT and take the pledge to never drive distracted…
46030                                        RT @Disney: Off they go! Check out the all-new images from #MaryPoppinsReturns. Watch the trailer and see how the classic story continues i…
46031                                                       Check out A SPECTER IS HAUNTING TEXAS FRITZ LEIBER *1ST PRINT*! RARE! 3 PART SPECIAL! 1968  https://t.co/kpl0n5WbTv via @eBay
46032                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
46033                                                                      Echo (2nd Generation) - Smart speaker with Alexa - Sandstone Fabric Amazon https://t.co/N41jo6efz8 via @amazon
46034                                                                                                                             RT @HimaDas8: Thank you @adidas https://t.co/6v3a8o9z0k
46035                                                RT @Reuters: Some gun-toting Texans embrace Democrat's call for tougher firearm laws https://t.co/ec1fX1ldkC https://t.co/1cleykQfFo
46036                                                                                                                               @Reuters And some Democrats do not. #LiberalGunOwners
46037                                        RT @SRuhle: While @realDonaldTrump says this is the greatest economy in American history - @jpmorgan advising imvestors to get OUT of US as…
46038                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
46039                                                                                                     The 18th Shadow: Box Set by Jon Lee Grafton https://t.co/OgbIg8wexK via @amazon
46040                                        RT @SRuhle: While @realDonaldTrump says this is the greatest economy in American history - @jpmorgan advising imvestors to get OUT of US as…
46041                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
46042                                                                                                                   @SRuhle @realDonaldTrump @jpmorgan A PLEASE READ for our economy.
46043                                                RT @Reuters: Some gun-toting Texans embrace Democrat's call for tougher firearm laws https://t.co/ec1fX1ldkC https://t.co/1cleykQfFo
46044                                                   @SRuhle @realDonaldTrump @jpmorgan Could you please provide more of a platform to Trumpcult liars? Thanks for destroying America.
46045                                        RT @SRuhle: While @realDonaldTrump says this is the greatest economy in American history - @jpmorgan advising imvestors to get OUT of US as…
46046                                        RT @MCU_Tweets: The @Disney streaming service MCU spinoff shows are expected to be six to eight episodes long and will each reportedly have…
46047                                                          Check out Under Armour Mens Size 2XL Blue ColdGear Long Sleeve Waffle Thermal Shirt NWT  https://t.co/daDLkii83k via @eBay
46048                                                RT @Reuters: Some gun-toting Texans embrace Democrat's call for tougher firearm laws https://t.co/ec1fX1ldkC https://t.co/1cleykQfFo
46049                                         Shout out to the 80yo man who just finished running 3 miles and purchased my drink at @Starbucks. I have a duty to… https://t.co/SBBoOUzYpq
46050                                                                                      RT @Reuters: Wall Street opens higher as investors shrug off trade war https://t.co/i5i6XV5j5n
46051                                                                                                                                           #FeedYourFandomEntry @KelloggsUS pick me!
46052                                        RT @SRuhle: While @realDonaldTrump says this is the greatest economy in American history - @jpmorgan advising imvestors to get OUT of US as…
46053                                                                                                            @MCU_Tweets @Disney If that happens it would be absolutely amazing!!!!!!
46054                                                                               RT @kaosonia: Check out Sterling Silver Skull and Crossbones Charm  https://t.co/QK9SQNtBhN via @eBay
46055                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
46056                                                            Check out Rare Toys R Us TV Screen Monitor Shelf Talker Store Display Barbie Lego Nintendo https://t.co/eLyH9VI9EP @eBay
46057                                        RT @BHGLiveBetter: No Purchase Necessary. @Walmart gift card winner will be randomly selected. Ends 9/19 at 11pm EST. Promotion rules: http…
46058                                        @ghiblibun @AskPayPal @PayPal GREAT I also cant make a new account because I cant delete my bank account or add a n… https://t.co/qnjRE3SoLD
46059                                        RT @ItCanWait: Don’t miss out on a lifetime of memories because of one post. Join @ATT and take the pledge to never drive distracted at htt…
46060                                                 @adidas are you going to restock the Adidas womens stagesuits anytime soon ? Can't source in-store anywhere sz-s/m tall. Thank you.
46061                                                                                   RT @StudioIra: Check out Rundholz jacket #Rundholz #BasicJacket https://t.co/t1tQh1NSy4 via @eBay
46062                                                          Check out CAPTAIN PLANET Wheeler &amp; VERMINOUS SCUM Tiger Dic 1991 Action Figures Lot Of 3 https://t.co/Wo4bVrM6hJ @eBay
46063                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
46064                                     RT @StephMcMahon: What a special night getting to meet @Hyundai @HopeOnWheels National Youth Ambassadors Carter &amp; Elizabeth before #RAW on…
46065                                                                                                                          @SRuhle @realDonaldTrump @jpmorgan So much winning. *sigh*
46066                                        @Reuters He is the right man for cleaning pig waste from N. Carolina rivers! Recruit him! He is not doing any thing better in his WH? Is he?
46067                                                        Second new video up about #LesMoonves Leaving @CBS and #juliechen's Hypocrisy regarding @BillCosby:… https://t.co/t6GbhcAWZf
46068                                        RT @RealMAGASteve: Texas Farm Bureau says to @Nike none of our employees will be wearing them to work. They banned all employees from weari…
46069                                        @Apple I’m not sure you know what fundamentally redesigned means. It looks exactly the same. Fundamentally redesign… https://t.co/JJCMwFulX2
46070                                                                                                @musser_benson @WellsFargo They are messing with the tweets. https://t.co/DGPrEIQudR
46071                                                      RT @Reuters: Danske Bank boss quits over $234 billion money laundering scandal https://t.co/XXMiiztYB4 https://t.co/9Pt5du3UbO
46072                                                                               @LizAnnSonders @DeutscheBank @SoberLook Or the other way round - those with nothing to do take drugs!
46073                                                                                                            RT @edgarwright: Scott Pilgrim: Now on @netflix. https://t.co/PymeTMZkjg
46074                                       RT @FedEx: We’re big fans of the talent in our commercials too. A little 🐦 told us you might be familiar with her work @mgyllenhaal. https:…
46075                                        @HannahJ9288 @verizon We like US Cellular. Had problems with Verizon as well and the customer service wasnt helpful… https://t.co/niAL93Yf6R
46076                                                                                                             @netflix can you please put Nightmare Before Christmas back on #kthxbai
46077                                                                                                                      @daisychaussee @Microsoft @azureadvocates Welcome to the team!
46078                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
46079                                     RT @techgenez: Is this Futuristic? 🤔🤔🤔 #TechGenez @BMW @BMWGroup @BMWUSA #tech #news #bitcoin #technology #SmartCity #startups #SingaporeGP…
46080                                                                                                                                   RT @UzoAduba: @nlyonne @netflix CANNOT WAIT!!!!!!
46081                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
46082                                                                  Water Pump Pressure Control Electronic Switch Pump Automatic Controller Tank New https://t.co/UmbYdtQtys via @eBay
46083                                                                        RT @kaosonia: Check out Love You to the Moon and Back Word Charm - Bronze  https://t.co/ihoVxMDcOj via @eBay
46084                                        @KingsWinners @Gerrybhoy1111 @duffman120 @bbccomedy @Ryanair @BooksHibernia @Jeremy_Hunt @GiveBloodNHS @ChukaUmunna… https://t.co/5Ny2w5J0fY
46085                                                           Check out CDV Photo Family of 3 German Obituary of Woman Name Immina Wienenga Woden IA  https://t.co/08q5XONzR4 via @eBay
46086                                                                                                Check out 2 AC/DC Adapters!!! Tested and Works!!!  https://t.co/OooQngNNRE via @eBay
46087                                                                                                        When your @eBay package shows up essentially ruined. https://t.co/Jde9rZFPOu
46088                                                   Check out Wood Dough/Candle/Display BOWL*BLUE*Primitive/French Country Farmhouse Decor #Country https://t.co/KeQBEiuw7Y via @eBay
46089                                                                                                Check out Ty Beanie Babies “Wrinkle” Dog Plush #Ty https://t.co/sd8qxWFyDw via @eBay
46090                                                                                       @iliketomakestuf @facebook Wow that’s actually terrifying. I’m so glad I deleted my Facebook.
46091                                                                                                                                                @bleary84 You can't escape @facebook
46092                                        RT @DonFi4o: Check out Mercedes Benz W114 W115 W108 VDO Instrument Gauge Cluster Temperature Fuel Oil #VDO https://t.co/FVhuYcH9tj via @eBay
46093                                                                                                                           @Apple I WANT MY FUCKING TRACKING NUMBER NOWWWW! @TMobile
46094                                        RT @Reuters: The hunt for better climate science: @Reuters explores what we know about the melting of Greenland ice sheet – and what we don…
46095                                          Check out #Butterick 5969 Laa Laa #Teletubbies Plush Sewing Pattern #ebayrocteam #shopsmall #girlboss #ebay  https://t.co/YjbLioiCoB @eBay
46096                                                                                                                         @bielzebuddha @IndivisibleNet @Ford All about bad decisions
46097                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
46098                                                             Check out Montblanc Meisterstuck 163 Classique Rollerball 100 % Authentic With New Refill https://t.co/MomK3WM6jy @eBay
46099                                                       Check out 100Pcs Rare Mini Black Moso-Bamboo Tree Seeds Plants Decor Indoor Home GardenPot  https://t.co/yI6xCZs512 via @eBay
46100                                        RT @Bosslogic: What @Disney needs on its new streaming service - #throwback @Marvel Cooking with The Vision @Paul_Bettany #throwback https:…
46101                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
46102                                        @Daniel27Davis @CNET While I could see how this would be helpful for @Walmart and be a #competitiveadvantage in som… https://t.co/hCBiTl7qq3
46103                                        Fancy working in data science at a large company with tremendous opportunities to uncover insights? @HomeDepot is h… https://t.co/WBCT4J0npU
46104                                                                                                          RT @MIYAVI_OFFICIAL: #Bleach now on @netflix ⚔️⚔️💥☠️ https://t.co/tZSqpcbeE5
46105                                                    #FREE at the time of post! One Night With Four CEOs: A Reverse Harem Romance by Dizzy Hooper https://t.co/5Hp8kCJT6l via @amazon
46106                                        @Daniel27Davis @CNET While I could see how this would be helpful for @Walmart and be a #competitiveadvantage  in so… https://t.co/kTcJzo7GhA
46107                                               RT @PhilipMallott: Vintage Binolux Binoculars Original Leather Case w Compass 7x50 372 ft @1000 yds https://t.co/Qj6cfz0feP via @eBay
46108                                        RT @SeanBattySTV: Storm sandwich stop at @Tesco in Kilbirnie where I got big love from the staff despite the high winds! #StormAli https://…
46109                                                                                          Check out Devil's Player Guide d20 system D&amp;D https://t.co/T4enKvHHYA @eBay #gameguide
46110                                                                         Check out 1980 Topps Creature Feature Vintage Wax Pack (x1) ~ The Mummy!  https://t.co/AGaFUrBMT0 via @eBay
46111                                                                                                                                                                 @Tesco Thank you ⭐️
46112                                         @MtBlueyes @Jaredha38774349 @parscale @DeplorableBride @CocaCola @TheWellNews @pepsi Cannabis coke will be bundled… https://t.co/KgcTPmsItl
46113                                                                                                     @EbiManami @PopCrave @netflix You need to be stopped i- https://t.co/a18S6wanzC
46114                                                                                      Check out Womens Size Small EXPRESS Lace Baby Doll Style Top NWT https://t.co/uxsRTX4yiR @eBay
46115                                                                         RT @jpmorgan: How is AI and machine learning impacting our industry. #TechSpotlight https://t.co/MDOl9ZwkTD
46116                                                                                            Extra 12% off 7+ items Heavy Discount For Limited Time https://t.co/RFRP5KIQCj via @eBay
46117                                        RT @LithuaniaMFA: US retail giant @Walmart tells #Lithuania|n ambassador 🇺🇸 @RolandasKr it will stop selling products with Soviet hammer an…
46118                                        RT @SRuhle: While @realDonaldTrump says this is the greatest economy in American history - @jpmorgan advising imvestors to get OUT of US as…
46119                                        RT @AlexxGivens: Hey @PayPal we still haven’t resolved the issue of my account getting hacked. How do you plan on addressing your PayPal us…
46120                                                                                                          RT @MIYAVI_OFFICIAL: #Bleach now on @netflix ⚔️⚔️💥☠️ https://t.co/tZSqpcbeE5
46121                                         @Reuters You read comments and wonder where did these people come from. Or where do they live? Allowing accusation… https://t.co/ZqSYPqjcwX
46122                                        RT @Reuters: What will global sea level look like in 2100? @Reuters embeds with scientists in Greenland trying to narrow the predictions ht…
46123                                                                                                 @Reuters Hi fragile sheep...I have narcaccistic personality disorder...come see me.
46124                                                                                                                 Check out Jordan Red and blue size 11 https://t.co/UAMB1MDA66 @eBay
46125                                                  @WhiteHouse @POTUS @nytimes @POTUS .@Pontifex @BBCWorld @Reuters @AP @NBCNews @ABC @FoxNews @WSJ @nytimes… https://t.co/qK919Z9gZ6
46126                                                Check out SAN DIEGO CLIPPERS Mitchell &amp; Ness Throwback Pom Knit Hat Cap #MitchellNess #KnitHat https://t.co/xBKkMceS0k via @eBay
46127                                                         Check out RARE SIGNED W.G.D 1788 18TH CENTURY AMERICAN EUROPEAN MAN PORTRAIT ART ANTIQUE  https://t.co/lrD8zPI7rQ via @eBay
46128                                                            RT @JohnMbethe27: @i_am_vokal @ChampionsLeague @Mastercard @WillardKatsande Nehemiah though 😂😂 https://t.co/u2fjt1eSpF
46129                                          To Capture great shots like this stop pass your local @TMobile and pick up a @SamsungMobileUS #Note9 #NERULES btw… https://t.co/bF2rDspYNx
46130                                              RT @MarLiLynShop: Cradle of Valor: The Intimate Letters of a Plebe at West Point Between the Tw... https://t.co/jXdNpus5cT via @amazon
46131                                                              #VintageHat #Millinery #Floral #Roses #Hats Bridal #Shabby #Costume #Cloche #Flapper https://t.co/weFSeP2x6S via @eBay
46132                                                                                        @IAmEricKenney @salesforce @Dreamforce Android still has the old icon and I am fully updated
46133                                        @SenatorHeitkamp @Reuters Can you please sponsor legislation to stop this from happening? I cannot see Republican S… https://t.co/HEcQ4YAmO5
46134                                                    Check out Mens Lacoste Casual Flat Front  Pants 32 x 28  Beige Corduroy  #Lacoste #CasualPants https://t.co/CbT2UGQZhT via @eBay
46135                                                                                                                                        This is the worst customer service ever @ATT
46136                                                       Check out adidas Venezuela Training Soccer Jersey Size: L White La Vinotinto Futbol #adidas https://t.co/7ff6dhIi2B via @eBay
46137                                                       Check out adidas Venezuela Training Soccer Jersey Size: L White La Vinotinto Futbol #adidas https://t.co/7ff6dhIi2B via @eBay
46138                                                RT @Disney: Listen to @ImagineDragons’ new song “Zero” from #RalphBreaksTheInternet: https://t.co/FUcA9cKizS https://t.co/B150YWI7EF
46139                                                           Check out Pre-Owned Women’s Strada Pink Leopard Pattern Band Watch #Strada #DressFormal https://t.co/n8DqEdcQk0 via @eBay
46140                                                       Check out The Danbury Mint Barbie Figurine 1965 Fashion Editor In Original Box Mattel 1993  https://t.co/drdcW0GpG2 via @eBay
46141                                                       RT @Reuters: Danske Bank CEO quits over $234 billion money laundering scandal https://t.co/6H2GNqlpCu https://t.co/bFcu0PYxQB
46142                                                                                                                          this happened to my 6s twice already... @Apple what u doin
46143                                                            Check out #Skoal #Copenhagen Empty Chewing #Tobacco Cans Lot 120 Fishing Tools Arts Crafts https://t.co/ESgWEuffAj @eBay
46144                                                       RT @Reuters: Danske Bank CEO quits over $234 billion money laundering scandal https://t.co/6H2GNqlpCu https://t.co/bFcu0PYxQB
46145                                                            @Apple “deliver quietly” is absolutely my favorite part of the new #ios12 and I didn’t even know I wanted it! thank you!
46146                                         @TWRWITHJENNIO @BleachNetwork @netflix yeah they did and yeah same looking forward to the next one also. btw which… https://t.co/b39Kv5l9Jn
46147                                                       RT @Reuters: Danske Bank CEO quits over $234 billion money laundering scandal https://t.co/6H2GNqlpCu https://t.co/bFcu0PYxQB
46148                                              Watch and subscribe to @SMLx0! 💕💕💕 #fall #clothes #fashion #haul @hm #roadto1million #1millionforStephanie  https://t.co/URBTedmeGJ
46149                                                   Check out Nutra GH: Women's Topical Anti Aging Weight Control Supplement Support Cream  #nubeau https://t.co/U9JtE6yggI via @eBay
46150                                                   Check out 1ct. Natural Round Garnet &amp; CZ Halo Ring Gold Plated 925 Sterling Silver For Her  https://t.co/lYzqfl74qU via @eBay
46151                                                RT @Disney: Listen to @ImagineDragons’ new song “Zero” from #RalphBreaksTheInternet: https://t.co/FUcA9cKizS https://t.co/B150YWI7EF
46152                                                                                                  RT @Reuters: Cheetah cubs enjoy playtime at Australian zoo https://t.co/NDXjk54gR1
46153                                                   Check out 1ct. Natural Garnet Heart Shape Prong Gold Plated 925 Sterling Silver Ring #Solitaire https://t.co/7yEIBEDPh0 via @eBay
46154                                                                                                     Varsity Nap Team Shirt #varsity #funnyshirt https://t.co/EocTACHZA4 via @amazon
46155                                        RT @UHDTrader: $FUSZ - @nFuszInc Would love to see you attend @Dreamforce 2018 This month.  #Dreamforce2018 #SalesForce @salesforce #CRM #C…
46156                                        RT @Microsoft: .@Chevron is improving their performance and speed of global collaboration by leveraging #mixedreality applications for firs…
46157                                                            Check out 1ct. Oval Garnet Ring with CZ Accents Ring Gold Plated 925 Sterling Silver   https://t.co/EVqtk8NMz8 via @eBay
46158                                                    Check out Furniture Fix As Seen On Tv - Lift And Fix Your Sagging Upholstery - NEW #AsSeenOnTV https://t.co/FjNQLrKun7 via @eBay
46159                                                                                                                        @IBM nigga i barely trust myself to not worry over tiny shit
46160                                                              Check out LEVIS 501 WHITE OAK CONE MILLS RED LINE SELVEDGE 1966 USA MADE JEANS FROM 1996 https://t.co/wUZTcR1PUq @eBay
46161                                                                                                              @comcast oh it’s just taking over a month to get my internet installed
46162                                                                                       Check out Red Wing Vintage Coffee Cup &amp; Saucer Set (4)  https://t.co/0MIYCBAt0I via @eBay
46163                                         Nothing more annoying than playing by @Ryanair rules and watching people walk on the plane with cases that are way… https://t.co/9cN6Gpvf3h
46164                                                                                                                                   @Sony Yet you won't allow backwards compatibility
46165                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
46166                                                       RT @Reuters: Danske Bank CEO quits over $234 billion money laundering scandal https://t.co/erzWqOsdhs https://t.co/BDZ7RoBSwq
46167                                                       RT @Reuters: Danske Bank CEO quits over $234 billion money laundering scandal https://t.co/9h9LQuIQOf https://t.co/WrfwOyrkQO
46168                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
46169                                                                                                                         @verizon Please explain! @paulwarda https://t.co/PDduSy08nm
46170                                                         RT @Reuters: Divisive Brazil election careens into 'dangerous' polarization https://t.co/9vyNY4tDsX https://t.co/7ZaELN010a
46171                                                  Check out Vaco Product Klein Tools 70581 USA Eight Folding Hex Key Allen Wrench Set  #KleinTools https://t.co/ot3NHp3FXk via @eBay
46172                                                Check out George Baby Girl Puff Sleeve Dress 3-6 Months Purple Flowers Butterflies W/Panti #George https://t.co/euY2IQd9NR via @eBay
46173                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
46174                                                       Check out #0195 -2pcs MOUNTAIN Hood Side Decal Graphic JEEP WRANGLER RUBICON SAHARA #Oracal https://t.co/F6R8eoqu88 via @eBay
46175                                                                                                  RT @Reuters: Cheetah cubs enjoy playtime at Australian zoo https://t.co/NDXjk54gR1
46176                                                                                                                 @ochocinco what do you think about @AdoreeKnows @McDonalds cleats ?
46177                                                      Check out Scully American Flag Western Shirt Mens XL Cowboy Rodeo Stars Long Sleeve  #Scully https://t.co/Z9SvzGjWGi via @eBay
46178                                                                      Check out A-Level #Biology OCR A Complete #Revision &amp; #Practice https://t.co/86ChMwMP0l @eBay #alevels2018
46179                                                                     Check out Men's Golf Pink 100% Cotton Polo T-Shirt Size M New  #Betenly #Polo https://t.co/huH9iigI0g via @eBay
46180                                    @hm who on earth does the sizing for h&amp;m cos they need their eyes checking and measurement re training bought 2 pai… https://t.co/ZEHIU5QI8p
46181                                                         Check out Women's accordion gray thin blouse with hood/scarf very nice #Unbranded #Blouse https://t.co/OCtR6bBen4 via @eBay
46182                                        I never really tweet shit like this but that new @Nike ad with Colin Kae almost made me cry😢 such a great message.… https://t.co/W9iz39dRHO
46183                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
46184                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
46185                                                                                                                                                          Cherry @CocaCola... is it?
46186                                                 Check out CONNECTED Shirt Top Plus 18W Accordion Pleats Stretch Tie Front Empire Waist #Connected https://t.co/oOlLfC9DQE via @eBay
46187                                         @klnithin @AmazonHelp @amazon you can complain only to @amazonIN via cust care call.. tweeting here is of no use..… https://t.co/fR4uEXxWw3
46188                                                                                                                                          @scoop5__ @adidas When did you order them?
46189                                                              @chi_cambo @IGN @netflix lmaooo i ain’t even watch it but from ppl ik that never saw the source material they liked it
46190                                                  Check out Disney D-Signed Sheer Floral Dress Girls Small - Button Down - Mermaid Hemline #Disney https://t.co/kvXkmtzfpm via @eBay
46191                                        RT @JohnGilles6: #XenaRevival @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @UniversalTV @STARZ @USA_Network @…
46192                                                                                                                               @iPrinceJr23 @ATT What in the ENTIRE fuck! \U{01f92c}
46193                                                                Check out Soft Greyed Blue Full Sized Suit Jacket Sz14 by Venezia #Venezia #Jacket https://t.co/6KMycotHow via @eBay
46194                                        @santelmann Can't wait for #season3andmore #bestseries on @netflix #bestcastandcrew #tlkfansforlife are so ready to… https://t.co/VE0rXQ47Cz
46195                                        RT @Heineken: All great things must come to a conclusion as does the #UCL. Good thing we can still enjoy the world's most shared moments fr…
46196                                        RT @PIPCpatients: Patients and people with disabilities agree: our health is more than just a number. So why is @CVSHealth launching a plan…
46197                                                                                               @BasedBasterd @lmagoon @Reuters @FBI State ...dumb ass .... Not federal districts....
46198                                                                                                            Check out Natural Gas BBQ #MembersMark https://t.co/2GgkqtHU34 via @eBay
46199                                                                                                            RT @sebasaku: @MCU_Tweets @Disney Loki be like : https://t.co/aagA3VN7sq
46200                                          RT @Cooper_Dodson: Look who/what we found on @netflix today!  Time to re-watch #AHSCult #AHSFX  #OzMayfairRichards https://t.co/BzQEMmcwrI
46201                                        RT @ispotify1: Don't blame scooters. Blame the streets. https://t.co/MvfQiqBlA4 via @YouTube @nytimes @latimes @facebook @TwitterMoments @Y…
46202                                        RT @Reuters: WATCH: Could the financial crisis of ten years ago happen again today? @onehitGit explains what's changed - and where new risk…
46203                                                            RT @JohnMbethe27: @i_am_vokal @ChampionsLeague @Mastercard @WillardKatsande Nehemiah though 😂😂 https://t.co/u2fjt1eSpF
46204                                                       Check out  20pcs  Baby toy Logwood Funny play Real Life CosplayDoctor Dentist Medicine Box  https://t.co/rLTuhwfIV3 via @eBay
46205                                                                                   Check out The Last Of The Presidents men - Bob Woodward SIGNED  https://t.co/SWdHSuq0ca via @eBay
46206                                        @Reuters 61% more merchandise?  As a large company let's say they previously sold out of 100 items out of their hun… https://t.co/0mB7LMrSRW
46207                                                    Check out Adidas DYNAMIC PULSE - aftershave 100 ml / 3.4 fl oz + EDT 50 ml / 1.7 fl oz #adidas https://t.co/WuaG8EyQCq via @eBay
46208                                                                         RT @ATT: This program is helping young Latinas become tomorrow's #STEM role models. https://t.co/QgNC6a7ImI
46209                                                                                                                         We need another season!!! @PrimeVideoIN @amazon @PrimeVideo
46210                                                       Check out Vintage Continental Can Company CCC MCM Pink Black Rose Flower Glass Hazel Atlas  https://t.co/TobzIrS0Wq via @eBay
46211                                                RT @Reuters: Some gun-toting Texans embrace Democrat's call for tougher firearm laws https://t.co/ZHsL2s1KZz https://t.co/a49hCQ35IO
46212                                                         Check out Halloween Party Music Drews Famous 4 CD Lot Frightmare Beyond Grave After Dark  https://t.co/6XM8rHgvT9 via @eBay
46213                                                                                    @Burberry new monogram motif shirt looks oddly similar. @oldenglishbrand https://t.co/1kZ93mrasJ
46214                                                                                         @RhiannonPrice10 @Tesco Good luck trying to get answer as I can't get an answer from them x
46215                                                                                             RT @Reuters: Nike's Kaepernick ad spurs spike in sold out items https://t.co/bN6YnXiv69
46216                                        RT @BHGLiveBetter: No Purchase Necessary. @Walmart gift card winner will be randomly selected. Ends 9/19 at 11pm EST. Promotion rules: http…
46217                                                                                                                                       @brandon_arreaga @netflix WE NEED MUSIC BITCH
46218                                                                                                                                                     @brandon_arreaga @netflix this‼️
46219                                                                                                                                             @brandon_arreaga @netflix ur best tweet
46220                                                          Check out Gorgeous Brunette Barbie Doll~Enhanced~New Perm~Model Muse~NUDE #Mattel #Dolls https://t.co/mQC8R9lV9D via @eBay
46221                                                                                        @brandon_arreaga @netflix how do you feel about nick being the main character in big mouth?!
46222                                                                                                                         @brandon_arreaga @netflix i got some recommendations for ya
46223                                                                                                @brandon_arreaga @netflix Dear @brandon_arreaga complete the mutual love youuuuuu 😘
46224                                                            RT @Reuters: U.S. seeking to negotiate a treaty with Iran: special envoy https://t.co/qrSuzYgMoB https://t.co/JsLUzm6uDx
46225                                                                      PINK FLOYD Animals LP 1977 1st UK A2U/B3U SHVL815 Wide Spine Gatefld + Inner EX- https://t.co/RbJZx2gk2v @eBay
46226                                         @AppleSupport I have been an @Apple customer for close to a decade and I should know the new software always comes… https://t.co/rYHd41pxXi
46227                                                                                              RT @Tesco: @FAR11AAN I'll check it out Farhaan! - Sandeep 🐸☕️ https://t.co/Pc8U5g3YHg
46228                                                                                                 @brandon_arreaga @netflix Wait ! Is black mirror even good ? Like what’s it about .
46229                                                                                      @lolesports @riotgames @LeagueOfLegends @Mastercard Yeah but can they pay for on site casters?
46230                                                 Check out Disney Minnie Mouse slippers med 7/8 comfort sleep wear big plush polka dot bow #Disney https://t.co/Ye3AeJdEEf via @eBay
46231                                                         Check out Aladdin Black Diamond Classic Walt Disney VHS Video Tape 1993 Excellent Tested  https://t.co/H9HKAOFnol via @eBay
46232                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/Cx4pwnGMfa
46233                                                                                                                               @lizabethomas @Starbucks You don’t ever work at home?
46234                                                  If I only had a mailroom! Thank you @amazon for never delivering my order! @AmazonHelp 👎👎#logisticsblows https://t.co/LTbQ10Y0ri
46235                                        So on the left if what was advertised on @ASOS and the right is what I received. This goes along side the wrong jea… https://t.co/USS9IcA1Nv
46236                                                                                       TC Helicon VoiceSolo XT (VSM-300XT) Personal Voice Monitor  https://t.co/DmyQcP9gNb via @eBay
46237                                                                                                           @faker_ @AmericanExpress Enjoy the weekly junk mail for the next infinity
46238                                                                                                                                                        @Nike fix you damn snkrs app
46239                                                                                                                  Check out Men's watch #Unbranded https://t.co/WKKN4BQQny via @eBay
46240                                          RT @Reuters: Coca-Cola moving ahead with takeover of Nigeria's Chi juice https://t.co/MEmJu3BhOm via @alexisak $KO https://t.co/MbwUFKtnOG
46241                                                                                             RT @Reuters: Nike's Kaepernick ad spurs spike in sold out items https://t.co/bN6YnXiv69
46242                                                                                                                                                 @BryantEslava @netflix Black mirror
46243                                                        Check out New with tags A Style Jumpsuit by ASHRO with bonus belt size 3X #Ashro #Jumpsuit https://t.co/iPyeH8fAR3 via @eBay
46244                                           @nytimes Simple solution - Just shut down @facebook when there is an election. Have it back up and running once the election is finished.
46245                                                                                                                                     @brandon_arreaga @netflix Watch Atypical boy :)
46246                                        Thanks @Microsoft for having us for today's Grand opening of MTC. We had a great time leading a workshop on collabo… https://t.co/l4WLKMNzzk
46247                                        @JulieDil @ASOS @ASOS_HeretoHelp Fuming. Lord knows it will get passed onto their specialist team and there will be… https://t.co/LzwpVP6xwT
46248                                                                     Check out Taylor Kitsch autographed 8x10 photo COA American Assassin 'Ghost'  https://t.co/4rm9FH7kqW via @eBay
46249                                         @RealBrixster @mindy_marvelmom @MarvelousRealm @Disney @JamesGunn @WaltDisneyCo And that’s somewhat apart from the… https://t.co/XA0ubY65I8
46250                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
46251                                                                                          @Reuters provide discussions about peace &amp; tolerance with the killer - great politics!
46252                                                Check out Schmid 1985 Ceramic Music Box Bird House Animated Bird Ceramic  Japan Kaplan VTG #Schmid https://t.co/bisewbo0QS via @eBay
46253                                                 Check out 2.0CT PRINCESS LCS DIAMOND ENGAGEMENT WEDDING BAND RING SET SZ 10 + gift! #WithDiamonds https://t.co/RU2aLUwq25 via @eBay
46254                                                                                                                             @Reuters Reject the plan and stay in the democratic EU.
46255                                        RT @Yankees: Enemies? Now teammates! Top rivals join forces on the latest episode of #TheCatch presented by @BankofAmerica! https://t.co/5Q…
46256                                        RT @rbaron721: @johnnyb_blah @AmericanExpress This is wild.  I have two accounts with @AmericanExpress One for me personally and one for my…
46257                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
46258                                                                                                                             RT @HimaDas8: Thank you @adidas https://t.co/6v3a8o9z0k
46259                                                        Check out Denver Broncos NFL Infant 9 oz. Feeding Bottle with Silicone Nipple NEW in Pkg.  https://t.co/ERKBh4CLyG via @eBay
46260                                        RT @knatiaparson: 100 Maritime Science Fiction Writing Prompts (Science Fiction Writing Series ... https://t.co/OfiVZTQmHd via @amazon #wri…
46261                                                                   Check out VTG S. Thailand Bronze Goldtone Flatware Set 99 Piece Wood Box 1950s  https://t.co/w5G8N9VlsJ via @eBay
46262                                                                               Check out Wet N Wild H20 Proof Blending Eye Pencil C792 Blazing Bronze  https://t.co/tdYkXRg047 @eBay
46263                                         RT @ItCanWait: Just one glance can change everything when you’re behind the wheel. Join @ATT and take the pledge to never drive distracted…
46264                                             @SportsDirectUK  take note @Nike  these were called a Victorian workhouse and liars in uk court of law. Think about that! Good company?
46265                                                                                                                                               @florgiox @Apple Business is business
46266                                    RT @JohnDeere: It’s National Farm Safety &amp; Health Week. Age-appropriate chores will help keep children away from the movement of farm equip…
46267                                                                                                                     @kaitlyn_hammer_ @Costco Dingus beads?? https://t.co/rb0pqml3Nv
46268                                                                                                                                                     @brandon_arreaga @netflix Soon.
46269                                        RT @ZakkWyldeBLS: THE BARBARIAN in QUILTED SABERTOOTH TIGER - tBLSt SDMF “GRIMMEST HITS” @Spotify @iTunes @AppleMusic @amazon @WyldeAudio @…
46270                                              @easyJet what are the latest rules about lithium batteries for camera lights? Can I check them in hold baggage or must be in carry on?
46271                                                                                                    RT @jrroycroft: @Neil_YXE @Nestle Orange. Reverse order of the rainbow...ROYGBIV
46272                                                                                            @VancityReynolds @netflix So fricking good calm and still Just like my brain in morning.
46273                                                             Check out Le Man 200 Rhapsody Mineral Blue Altuglas Fountain Pen Waterman Ideal 18K M Nib https://t.co/DBemVgNi8G @eBay
46274                                        RT @rlieoliver: Looking forward to hearing from some talented young social entrepreneurs this evening @verizon UK - in the @UnlocEnterprise…
46275                                        @jasinfla @___bt99___ @TheeOldMiltown @nemoleegreen1 @Brewers @pepsi Oh I totally believe you will! You guys are be… https://t.co/YKsWhaCYyC
46276                                       RT @RecruitingWhiz: ✅Lots of happy #Jobs Seekers today here @ATT meeting with our #Hiring Team in #Springfield #MO for this exclusive chanc…
46277                                                                                                                       @NickPLittlewood @thornbridge @Tesco Be quick. Be very quick.
46278                                                                                                                                  @marymurphhh @adidas Omg can I have your autograph
46279                                                                                                                                                           @netflix do the thing pls
46280                                                        Check out New Young Living Essential Vitality Marjoram Oil .5 Ml #YoungLivingEssentialOils https://t.co/GoUn9qX4x9 via @eBay
46281                                                                                                           RT @netflix: @VancityReynolds i cant believe you borrowed my car for this
46282                                                     RT @Watson76Neil: @Reuters IMAGINE MY SHOCK!?! Juncker exempts his own shitty country....🤣🤣🤣🤣..................🤢🤢🤢🤢🤢🤢
46283                                        RT @Reuters: North Korea's Kim to allow international inspections in bid to revive nuclear talks https://t.co/U0lvzLK1ss https://t.co/F1VuK…
46284                                        @westycarp @Tesco @jamieoliver mate when he says botato.......my wife ducks.........cause i spray the tv in whateve… https://t.co/eys47DLB3l
46285                                                                               RT @ArielleMueller: .@marcorubio grills @Apple on app data privacy via @axios https://t.co/BV2S6fAz2F
46286                                                  Check out ORIGINAL Apollo CHROME Wheel Center Cap # D &amp; D MACHINE(1)-FREE SHIP #ApolloWheels https://t.co/pV8vg9Oyz2 via @eBay
46287                                         RT @williamvsweeney: Wedding planning is expensive. That’s why @amandalynjones uses her @BankofAmerica #PremiumRewards card to earn points…
46288                                                                                                                                        @AdamtheBullFAN Black Panther is on @netflix
46289                                        RT @MCU_Tweets: The @Disney streaming service MCU spinoff shows are expected to be six to eight episodes long and will each reportedly have…
46290                                        @jam_first @BeingBoycie @netflix @MargHelgen @FINALLEVEL @NetflixUK I don't understand why Green Green Grass just d… https://t.co/EKl2jqkARE
46291                                                       RT @Reuters: Danske Bank CEO quits over $234 billion money laundering scandal https://t.co/QswJIFCwvn https://t.co/q4VwHDZs7P
46292                                                                                                                  RT @netflix: i dont know why we made this. https://t.co/ac2LbFcV0V
46293                                                                                                     Left on my doorstep broken and opened and in piece @UPS https://t.co/J6H1YiGHjw
46294                                                                                                                                                                           Fuck @UPS
46295                                                                                                                                      @VancityReynolds @netflix OMG you're sooo sexy
46296                                      RT @OliverMcGee: Delete everything. Even if it means losing everything. Just delete it. @HillaryClinton Retweet 😂🤣 @Nike https://t.co/hFfC3…
46297                                                                                                                    RT @ASOS: Animal-print hair: discuss! 🐅 https://t.co/OD164A6aCI
46298                                                                                                                                               @BryantEslava @netflix oof insatiable
46299                                                                                                                   RT @Shakeeeela: @netflix do the thing pls https://t.co/uwRN3zzx7l
46300                                                                              Reason #121 why not to get your oil change or service done @Walmart \U{01f92c} https://t.co/DwSEs5DnhQ
46301                                        @DearQueenNeq @UPS @UPSHelp Maybe you should try being home to pick up the item. Or leave a note to the delivery dr… https://t.co/yUw8CvBDiW
46302                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
46303                                        Dear @amazonpay it would be really nice if when our customers used your services on our website you would pay us? #amazon @JeffBezos @amazon
46304                                        RT @Hammerin555: Wow... just found out @Apple is putting a screen with the same revolution as the iPhone 4 on the XR... not even a 1080p sc…
46305                                        RT @salomondrin: @CNBCi @elonmusk LOL! Tesla is the only american car company that got to the levels of @MercedesBenz and @BMW  in modern a…
46306                                                                                 3D Custom Dodge RAM On  Black License Plate / Dodge License Plate https://t.co/01ozTMBJ1u via @eBay
46307                                                                   RT @Disney: Magical memories from the set of #MaryPoppinsReturns: https://t.co/RXq4P3OCb9 https://t.co/Yls4dAQmkn
46308                                                    Check out Nike SB Zoom Stefan Janoski CNVS PRM 705190-221 Hazelnut Baroque White Camo QS #Nike https://t.co/iEsbETIiSg via @eBay
46309                                         RT @SenWarren: American companies like @Google shouldn't be developing new products to help the Chinese government spy on its citizens. My…
46310                                                     The @salesforce Status site is so beautiful - probably because they built it on the Lightning Platform! https://t.co/om8NjLlVCd
46311                                                                                                                                        @creativecadence @Marvel @Disney We will see
46312                                              @BrianSpyros @cathaypacific @Boeing @WTNH How much did it cost @cathaypacific for a name change? #YouHadOneJob https://t.co/nr7sEcV1Bj
46313                                                                         RT @ATT: This program is helping young Latinas become tomorrow's #STEM role models. https://t.co/QgNC6a7ImI
46314                                          RT @ESales_Hottie: Check out IT Cosmetics Bye Bye Under Eye Concealer Anti Aging Full Coverage Light/Medium  https://t.co/NQkSvOOYVj @eBay
46315                                                     @jongaunt @Simpleasfat @britangry2 @tom_watson @Conservatives @CocaCola @premierleague @tateandlyleplc… https://t.co/qK1amI2u1h
46316                                We’re getting some help preparing for cold &amp; flu season. Thanks to Gulfport-Orange Grove Rotary &amp; @Walmart for dona… https://t.co/nXjp59oPZR
46317                                                                     RT @dallasnews: .@TexasFarmBureau tells its employees to leave the @Nike swoosh at home https://t.co/kvqVDQWV23
46318                                                                                                 RT @Reuters: EU's Juncker says Brexit deal still 'far away' https://t.co/bUUnFVH0wk
46319                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
46320                                        RT @bert_gilfoyle: @Reuters Kavanaugh was not on Trump's original list he promised to select from. Republican Senators warned Trump that Ka…
46321                                        RT @Shelly_Peiken: Thank you @Starbucks for the free tea because I forgot my wallet. I’ll be back next week to pay you back. And throw some…
46322                                        RT @b2bbrave: Meet The Drum B2B Award judges 2018 including @Adobe @MowerAgency @Brownstein_Grp and @agencypja #DrumB2BAwards https://t.co/…
46323                                           @Gear360News  #Gear360 I can't get to the gallery with IOS12 and my Gear360 2017. Black screen. Did IOS 12 update break the app? @Samsung
46324                                                                                   RT @Yankees: Judge returns to the field in our @pepsi Moment of the Week. https://t.co/Ei3rPhGEhQ
46325                                        RT @MCU_Tweets: The @Disney streaming service MCU spinoff shows are expected to be six to eight episodes long and will each reportedly have…
46326                                                       RT @Reuters: Danske Bank CEO quits over $234 billion money laundering scandal https://t.co/BuZNznXaVw https://t.co/lretjBgygr
46327                                               @LTtheRunner @Pringles @TrailButter @DrScholls @CocaCola @TerritoryRunCo @goodr @breaksidebrews @LuckyLabPDX… https://t.co/ElfvltH9hc
46328                                        #SparkAISummit features keynotes by @databricks @Shell @facebook @Microsoft @Nielsen @Zalando @coopuk and more. Reg… https://t.co/CVGOzRiAjb
46329                                                                      RT @kaosonia: Check out Sterling Silver Zodiac Charms - Constellation Libra  https://t.co/vLYqzpID3V via @eBay
46330                                                                                                                  @Nike are you guys expanding your message? https://t.co/xMy7bD97x9
46331                                        @mgcarley @jnbsmom2012 @MindFeast622 @NBCNews @verizon That is the propaganda news media filling you in on that one… https://t.co/gSChUrmurb
46332                                                                                                                  RT @netflix: i dont know why we made this. https://t.co/ac2LbFcV0V
46333                                                       Check out Citrine Loose Gemstone  .75 carat  7 x 7 mm Trillion natural untreated  faceted   https://t.co/TUVCMFhlpm via @eBay
46334                                                                                                                      Check out my listing @eBay - https://t.co/rAb8k32fxW via @eBay
46335                                                                                              @GentThePenguin @Visa Maybe in my spring break years. My cray cray days are behind me.
46336                                                                                                                               @KalebSanders71 @comcast You’re annoying BYEEEEEEEEEE
46337                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
46338                                        RT @Reuters: Alibaba's Jack Ma says can't meet promise to create 1 million U.S. jobs: Xinhua https://t.co/dTVt7IvSdF https://t.co/ln3rE46HEN
46339                                         RT @ItCanWait: .@OU_Football or @TexasFootball? @ATT wants to know whose fans can drive more pledges before the #ATTRedRiverShowdown. Push…
46340                                        @Tesco Hey..just wondering where my delivery is (9-10 slot. I was unnerved by an e-mail at 8.45 in response to my ‘… https://t.co/NW3cL4Bxus
46341                                                                                                            RT @edgarwright: Scott Pilgrim: Now on @netflix. https://t.co/PymeTMZkjg
46342                                                                                             RT @Reuters: It's a museum where seeing is not always believing https://t.co/OWvpcYB64l
46343                                                                                                                          @Nike should put #BeBest on a shirt to piss off trumpsters
46344                                                                                      RT @LaneyyBoyyTalkk: USE INDIGENOUS ACTORS @netflix OR WE DONT WANT IT https://t.co/wCSxBH1xzE
46345                                                                                                                                                          Very smart move from @Sony
46346                                                            RT @Disney: New York Fashion Week was filled with dreamy Disney details! https://t.co/GwKF69Qsuw https://t.co/AIXJ66TAq8
46347                                                        Check out Women Sports Shorts Running Gym Fitness Short Pants Workout Beach Casual US #Img https://t.co/PapyUX8TTV via @eBay
46348                                                       Check out Outdoor Solar Powered VERDIGRIS GARDEN Planter Birdbath CENTERPIECE w/ LED Light  https://t.co/t3GmFE3Iga via @eBay
46349                                                                          Check out Green Tobacco Glass Smoking Water Pipe Bong Bubbler Hookah Rig 10” https://t.co/ykhUP890vN @eBay
46350                                         @TheGrocer The problem they have is that @Tesco own brand isn't as good as aldi.. How the heck will their discount… https://t.co/pRV4pQMMgj
46351                                        RT @map2271: #fallstyle #fallfashion - check out this @KelloggsUS Tony the Tiger Golf Jacket -Pull Over -Windbreaker That is Embroidered- A…
46352                                                Check out BiG LAUNDRY ROOM SIGN*Primitive/French Country Urban Farmhouse Decor*Navy Blue  #Country https://t.co/G8ktBlIYoO via @eBay
46353                                                                   Vintage Necklace w Mother of Pearl Jade &amp; Coral Bohemian Boho Classic Chic  https://t.co/6vWwRHCHEp via @eBay
46354                                                RT @Reuters: Some gun-toting Texans embrace Democrat's call for tougher firearm laws https://t.co/ec1fX1ldkC https://t.co/1cleykQfFo
46355                                                             RT @HimaDas8: Super pumped about joining the #ThreeStripes family. @adidas #HereToCreateHistory https://t.co/Kw0u8Bmp8B
46356                                                                Ministering With the New Immigrants: The Challenges That Mainline Churches Fa... https://t.co/T3WeQafHs1 via @amazon
46357                                        @PAPIGFUNK @Dell @intel @Walmart Fucking lalo XD doing Walmart commercial. Can you please hook me up with a ps4 cop… https://t.co/k0Dw1JMUof
46358                                                                                             RT @Reuters: It's a museum where seeing is not always believing https://t.co/OWvpcYB64l
46359                                                 Check out Choker Style Necklace of Green Hearts Outlined in Gold Color Metal Hook Closure #Choker https://t.co/EpQXEv4ZWN via @eBay
46360                                    RT @SpandauBallet: Giveaway Time! Retweet this post to enter the draw to win this SB Bundle! 5 sets to giveaway across @facebook &amp; @Twitter…
46361                                        RT @globalnews: Three women filed a complaint against @facebook claiming they were not shown ads for jobs in traditionally male-dominated f…
46362                                                                                  @PatrickSvitek @QuinnipiacPoll @tedcruz @Reuters @BetoORourke Was it Beto’s poll? I told 👆. #Cruz
46363                                                RT @exxonmobil: Here’s another simple way to increase your car’s fuel efficiency. #SmallChangesBigEfficiency https://t.co/EJd0VrdqlD
46364                                                                     RT @Reuters: Nike's Kaepernick ad spurs spike in sold-out items https://t.co/Y98oK9zwVm https://t.co/tKESN5WG2P
46365                                               Great day on Monday w/the @Mastercard team as they expand the Relaunch Your Career program to #NorthAmerica!… https://t.co/RKOZhSmHqe
46366                                                                                                                      Check out my listing @eBay - https://t.co/c9uGGnc2Vj via @eBay
46367                                                                                                         @browndevil37 @netflix That was a crazy story.  Seemed like it never ended.
46368                                                                                @PayPal 'support' is the worst. @AskPayPal are there even humans answering your emails? Seriously...
46369                                        RT @Reuters: The next IPCC report on climate change is expected to be the most authoritative sea-level assessment to date. @Reuters explore…
46370                                                                                                                                 @TheRock @netflix please??? https://t.co/pF2wOJyN0f
46371                                                                                                       @stephblackmon @ATT @ATTCares Lmfao!!!!!!!!!!! That’s what I’m talking about!
46372                                                                     RT @Reuters: Nike's Kaepernick ad spurs spike in sold-out items https://t.co/Y98oK9zwVm https://t.co/tKESN5WG2P
46373                                        Join me and @AmnestyUK calling on @Microsoft to investigate the use of child labour in their products. Read more an… https://t.co/xuaPhozvTn
46374                                                                                                 @netflix these teen love movies r cool &amp; all but when is queer eyebcoming back?
46375                                                                              RT @Reuters: Sessions limits U.S. judges' ability to dismiss deportation cases https://t.co/kkd1oGmr4s
46376                                                                                                                        @Javimarroquin9 @TMobile has the miltary plan. T Mobile One!
46377                                                Check out MENS HAGGAR GOLF SHORTS SIZE: 40 EXPANDABLE WAIST LT BLUE PLAID QUICK DRY UPF 50 #Haggar https://t.co/yAGk6kE2b3 via @eBay
46378                                                                                                                                             @ItCanWait @ATT What did they hit??????
46379                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/cr3jeseaF7
46380                                                       RT @Reuters: Danske Bank CEO quits over $234 billion money laundering scandal https://t.co/BuZNznXaVw https://t.co/lretjBgygr
46381                                                 Check out Marvel Comics Captain America First Avenger Vintage T Shirt SIZE L  #Marvel #GraphicTee https://t.co/b5dClMxPa0 via @eBay
46382                                        40days of gross incompetence by @kroger / @krogernews and I've still yet to recover $225 I spent on refill card for… https://t.co/FbbMWiRZUZ
46383                                                                                 Check out akademiks youth jersey size 3t NEW WITH TAGS #Akademiks https://t.co/HwKIo8teTl via @eBay
46384                                                       @MuslimIQ @AlgerianPalest @Walmart She needs to do her job and stop with the right wing conspiracy political agenda bullshit.
46385                                                                                                RT @Toyota: Just an ordinary day test driving the #Supra. 😉 https://t.co/u4ZSCLLZXC
46386                                             Check out JOHN ROMAIN Vintage Mushroom Gray Leather Tote Shoulder Bag Purse #JohnRomain #VintagePurse https://t.co/3eRXEEaLCh via @eBay
46387                                        Anyone sitting at or headed to a @Starbucks? Since the reward program changed I’m not able to use my birthday rewar… https://t.co/HfcTedXFvK
46388                                                                                                            RT @edgarwright: Scott Pilgrim: Now on @netflix. https://t.co/PymeTMZkjg
46389                                        RT @shiynzato: @RonaldPPinheiro @WalidPhares @FlavioBolsonaro @jairbolsonaro @facebook @Twitter Facebook and twitter they have the same pro…
46390                                         RT @pattyandteresa: @AStefena @SherriSaum1 @TeriPolo1 @netflix @lifetimetv @HBO When I see the ads for ABC Sparks shows it makes me sad as…
46391                                                     Hey @Adobe how come Illustrator is showing as my Mac dock image for Acrobat Reader? Any way to fix this other than a reinstall?
46392                                                                                                     This is fantastic! S/O @MBIB @ProcterGamble on their #Emmy!!! #TheTALK 👏🏿👏🏿
46393                                        Just read that District 2 got a @Starbucks @willcruzshaw @rey4sa When will District 4 get a Starbucks? I have to dr… https://t.co/iZEy4mMhL8
46394                                         RT @shelleyhere: Earrings made with Vintage Glass Beads and New Posts - White-Orange Polka Dot  https://t.co/n3tKS1xbwG via @eBay #vintage…
46395                                                                                          Check out  Oil Filter  s3786 new with box #STP #Canister https://t.co/5kUM1EBpVt via @eBay
46396                                                        Check out New Wall Mount Mirror 3 Piece Set Round Sunburst Gold Finish Mid Century Modern  https://t.co/myDQ5lMGaC via @eBay
46397                                                           Let's Be Clear about @IBM +@Salesforce. @AdamBataran shares what it means for business at #DF18.… https://t.co/sRUCF5dxrz
46398                                              @wcsFHSMarketing @adidas @wcsFHS @TateMathews @MathewsTeam @wcsCOjq @TateMathews I want that middle camo hat!… https://t.co/L88aKkl1Sg
46399                                                                                                       Picture | The full look at the @netflix Emmy’s party! https://t.co/PPmnG2hfzb
46400                                         #RT @Google: @HYPOTHETlCALLY Hi there. Let's see what we can do to help. Please follow us and let us know when you… https://t.co/zls6D3aojT
46401                                                                                                                                   @brandon_arreaga @netflix WE NEED NEW MUSIC THANK
46402                                                                           RT @Reuters: Cheetah cubs play next to their mother at Taronga Western Plains Zoo https://t.co/jXNXrHMIta
46403                                        RT @BatmanResist: *45’s tariffs bite @Walmart will drive up prices to average Americans. #TradeWar were supposed to be “easy to win” but *4…
46404                                                                             RT @jessicajohnso73: We can't let this be the end #SaveTimeless #Timeless @Sony https://t.co/JEeTaJpDyH
46405                                        Poor customer experience with @UPS. Driver attempted yesterday – nobody home. 2 unsuccessful attempts to deliver to… https://t.co/v7eu1fTxT3
46406                                        RT @Microsoft: .@Chevron is adopting mixed reality and putting it in the hands of firstline workers. See how: https://t.co/lNMZizDgE5 via @…
46407                                                                                                            RT @Starbucks: @chocohyoo Hyungwon will always be our Starbucks king! 👑
46408                                                                               FREE 4 a limited time - Teeth (Crash Book 0) by Michael Robertson https://t.co/L0EYfjY70G via @amazon
46409                                                     Check out 1977 Sony FM/AM Multi Band Receiver ICF-5900w ICF 5900 Vintage Photo Print Ad #Sony https://t.co/DC1GE4CZwY via @eBay
46410                                                                                                                  RT @netflix: i dont know why we made this. https://t.co/ac2LbFcV0V
46411                                                                     RT @Reuters: Sen. McCaskill says will vote against U.S. Supreme Court nominee Kavanaugh https://t.co/bJvzw24Fnf
46412                                        RT @McDonalds: UNLIMITED. FREE. DELIVERY from McDonald’s (9.24 – 9.30). The deets? Order #McDelivery using promo code McDeliveryPassSept on…
46413                                         Incredible how a company can put on such a great show. Used to love @TMobile until I found out they’ve been taking… https://t.co/hjpluhefnB
46414                                                                                                      Shoutout to @AmericanExpress for the gay couple in the hulu add y’all winning.
46415                                        RT @ShaquillG: We always pushed each other to put in the work because #NothingComesEasy. I'm thankful that @Gillette is letting us share ou…
46416                                                                                                                                                  @netflix where did the office go??
46417                                                 RT @Reuters: China's Jack Ma reverses U.S. job plan due to trade war https://t.co/ag8ZtsnfYZ via @ReutersTV https://t.co/brWBEi9LkG
46418                                        @ColumbiaRecords @lcdsoundsystem @rianjohnson @TIDAL @DDayCobra @FoxNews @Reuters @DisneyStudios @stefankyri Dear C… https://t.co/lPWFMfj9NN
46419                                                    Check out NWOT CITY CHIC Black with Gold Sequins Dress PLUS SIZE:Small - Blouson Top #CityChic https://t.co/Z4obYj86TU via @eBay
46420                                                                              The latest The Customer experience Daily! https://t.co/1GMFvypWDl Thanks to @CVSHealth #cx #technology
46421                                                            Check out Avengers Comic Issue 15 Modern Age First Print 1999 Busiek Perez Vey Marvel  https://t.co/w0IXC4CJsq via @eBay
46422                                        RT @abzhuofficial: @senorchompers @LauraSexAngel @booannhammer @willyloman1 @ChrisRulon @nine11inreverse @amazon @JeffBezos @BloombergTV @t…
46423                                             @TMobile Any word on when they’re shipping? Going to the Yankees game Saturday &amp; I’d love to get some pictures with my new phone 📱
46424                                                                              RT @Reuters: Sessions limits U.S. judges' ability to dismiss deportation cases https://t.co/kkd1oGmr4s
46425                                                                                  @McDonalds tripping tripping 😂 why tf y’all put this in my son happy meal https://t.co/55IMoepK7H
46426                                                               Check out American Eagle Outfitters Womens Shirt Size L Cream Pearl Stud Front Corduroy https://t.co/zRxR0PxzYU @eBay
46427                                        @Reuters @lawrence Seems like soon would be a good time to have the guest from the immigration judges' group back o… https://t.co/wGlmoqNZ2u
46428                                        @BankofAmerica I’ve been on hold for 59:54 minutes now for customer service for the credit card. This is the second… https://t.co/VmYxatVP3n
46429                                                     RT @Reuters: Newborn cheetah cubs explore their surroundings at Taronga Western Plains Zoo in Australia https://t.co/vyzJttxeRZ
46430                                                                                          RT @thalesgroup: Thales @Innotrans Episode2: a day to visit Thales https://t.co/a89ye05SWY
46431                                                                                        @netflix I don’t know what I just watched but this is an example of a true stan account 👏🏼
46432                                        RT @NewmanKrissie: BTW shout out to @comcast and @xfinity for having hot spots set up all over so we can communicate and get out what is ne…
46433                                                                                                                         @Reuters To become a teddy Roosevelt impersonator full time
46434                                                                                                                            @Microsoft commercials featuring @common .... #thatisall
46435                                                    Check out OLD VINTAGE PASSING SHOW CORH TIPPED VIRGINLA LITHO PRINT TIN SIGN BOARD  #Unbranded https://t.co/0zr4FLISBr via @eBay
46436                                                                      RT @Reuters: TV actor Tom Selleck quits NRA board of directors https://t.co/gGKcjMnZba https://t.co/n0r6NCQHZS
46437                                        RT @santarchy: @Marvel @JamesGunn worked his entire life to become a master filmmaker who brought us @Guardians of the Galaxy. @Disney must…
46438                                        @Sony @PlayStation @AskPlayStation I'm 1000% playstation but @Xbox has a point the fact your coming out with a mini… https://t.co/tEVtH3UAcY
46439                                                                                                                              @michigantaxpro @Reuters Why is everyone so triggered?
46440                                                                Check out Toddlers Girls Carters hooded jacket size 6 months multi color free shipping https://t.co/f2ClCTVa2n @eBay
46441                                                                                                  RT @Reuters: Cheetah cubs enjoy playtime at Australian zoo https://t.co/NDXjk54gR1
46442                                                                                               @AFP I have an idea to 100% guarantee it won’t happen. Delete your @facebook account.
46443                                                                                                                                          @katedelcastillo @netflix Watching it now!
46444                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
46445                                                                                                                      @ATT are you still working??? @att @att...Bueller...Bueller...
46446                                        @theescotty11 @WebToDoor @amazon Stick around and you'll see...this is a soon to be world wide logistics company gr… https://t.co/elhPzq2ZNt
46447                                                      RT @Reuters: Sessions limits U.S. judges' ability to dismiss deportation cases https://t.co/UlY1GysDoy https://t.co/WsSwBIZ6s4
46448                                                                                   RT @musser_benson: @An063491 https://t.co/TZPOqiKS7j. This is what I have been saying @WellsFargo
46449                                        Hey @netflix I’m a very broke college student now who can no longer afford you and just had to cancel her subscript… https://t.co/io5WIreNOm
46450                                                                        RT @Nike: Don’t ask if your dreams are crazy. Ask if they’re crazy enough. #justdoit https://t.co/Wd5L42egV8
46451                                                                                                                      Check out my listing @eBay - https://t.co/cWJd1JvVqx via @eBay
46452                                                                                          RT @momentcapturer1: Twisted Obsession by Keta Kendric https://t.co/ezp4MmBqbN via @amazon
46453                                                             Check out Marvel Comics Alias (2001) #22 Jessica Jones ORIGIN Bendis Mack Netflix VF  https://t.co/FCPYg5SdIN via @eBay
46454                                                                                                         @Politics_Polls @Reuters @Ipsos @Center4Politics 0% chance this is accurate
46455                                                                           RT @Shell: Are rocks like carrots? 🥕 The answer lies in good stew #makethefuture https://t.co/20lKzMVuhE
46456                                        RT @DRITtheKID: @SidneyPowell1 @realDonaldTrump @LouDobbs @seanhannity @GreggJarrett @midpointnyc @amazon The cover-up operation of Mueller…
46457                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46458                                                                                           Check out US SC #1584V DULL GUM BLOCK OF 12 STAMPS MNH  https://t.co/hmF0dGQwT8 via @eBay
46459                                                                                                             @Reuters Volkswagen to stop all animal testing  https://t.co/pMikmQCp6E
46460                                        @AstraStarr @trekyards @StarTrek @SirPatStew @CBS @ParamountPics @redlettermedia @WilliamShatner I don't think they… https://t.co/K9qCYuedMg
46461                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46462                                                                                                                                                            @5517x @Apple alr thanks
46463                                        RT @glo_supclerk16: @Reuters FBI investigation was held in 1991with Anita Hill and Orin Hatch and Grassley were on judiciary committee then…
46464                                              RT @kris_degioia: @netflix I would like the time I spent out of my life watching the worse show in the world @blackmirror #timeismoney
46465                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
46466                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46467                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46468                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46469                                                                                       Well it appears that DM is blocked one of the following are blocking DM @ATT @Google @Twitter
46470                                        RT @JoePetitjean: @SidneyPowell1 @TheLastRefuge2 @realDonaldTrump @LouDobbs @seanhannity @GreggJarrett @midpointnyc @amazon It is absolutel…
46471                                        RT @intel: What are drones doing at the Great Wall? Learn more about our expedition to preserve an ancient icon using new technology. https…
46472                                                                         Hudson jeans size 27 womens bootcut flap back pockets dark wash 30  x 26  https://t.co/GEBUqVGE98 via @eBay
46473                                                                                                            RT @edgarwright: Scott Pilgrim: Now on @netflix. https://t.co/PymeTMZkjg
46474                                        Check out Sperry Top Sider Women’s Shoes Size 9.5M Boat Shoes Slip Ons Tan https://t.co/RD90P8fVFh @eBay #boatshoes… https://t.co/4UVS00If1n
46475                                        RT @ForeverLogical: @realDonaldTrump @amazon War on Peace: The End of Diplomacy and the Decline of American Influence... by Ronan Farrow ht…
46476                                                                                                                                                 @McDonalds let them be sponsors 😭‼️
46477                                                                                             @Bossston617 @virgilabloh @PayPal @AskPayPal Here’s best proof. https://t.co/dVUIWYzwiD
46478                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46479                                        RT @McDonalds: UNLIMITED. FREE. DELIVERY from McDonald’s (9.24 – 9.30). The deets? Order #McDelivery using promo code McDeliveryPassSept on…
46480                                                       Check out  APD Alexandria Police Department Patrol Officer Uniform Shoulder Patch Collecta  https://t.co/1JvTrIGarl via @eBay
46481                                         RT @ESales_Hottie: Check out Anastasia Beverly Hills Brow Definer Pencil Eyebrow Makeup Choose Color 2 PACK!  https://t.co/14mPIwto7s @eBay
46482                                                        @MayweatherPromo @ReginaKing @netflix Don't forget her voices in The Boondocks the main characters of Riley and his brother.
46483                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46484                                                                                                           RT @netflix: @VancityReynolds i cant believe you borrowed my car for this
46485                                                    Check out 8 LED Solar Powered Ground Light Waterproof Garden Pathway Lawn lamp Deck Lights #YP https://t.co/Aw8J5z7sPk via @eBay
46486                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46487                                                                    RT @Reuters: Former Malaysian PM Najib Razak to face 21 money laundering charges: police https://t.co/glEXISqiRs
46488                                        RT @salomondrin: @CNBCi @elonmusk LOL! Tesla is the only american car company that got to the levels of @MercedesBenz and @BMW  in modern a…
46489                                                                                   RT @Reuters: Play date: Cheetah cubs frolic at Taronga Western Plains Zoo https://t.co/1lhKtAg5Lk
46490                                        RT @BNSLithuania: #BREAKING American retail giant @Walmart tells Lithuanian ambassador it will stop selling products with Soviet hammer and…
46491                                                                    RT @Reuters: Former Malaysian PM Najib Razak to face 21 money laundering charges: police https://t.co/glEXISqiRs
46492                                                Check out !New! Office Impressions 24/6 Pack Standard Staples 1000 Count 2 Packs !Fr -Sh! #BACHANG https://t.co/5RNCeZPmON via @eBay
46493                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46494                                                       RT @Reuters: WATCH: A non-profit launches a 600-meter long barrier to scoop up plastic via @ReutersTV https://t.co/mVMiaCzPjt
46495                                        RT @Disney: Watch the lyric video for “Zero” by @ImagineDragons and see #RalphBreaksTheInternet in theaters November 21: https://t.co/xTBJ0…
46496                                                       Check out NEW Luminess Air EYESHADOW Series SHADE 41 Airbrush Cosmetic .25 oz 7.5ml SEALED  https://t.co/5DW0pCbHIK via @eBay
46497                                                Check out Sangria Sz 10 Women's Black Ruffle Trim Halter Neck Bodycon Dress #Sangria #BodyconDress https://t.co/JlxlCiAKR6 via @eBay
46498                                                                                   RT @Reuters: Play date: Cheetah cubs frolic at Taronga Western Plains Zoo https://t.co/1lhKtAg5Lk
46499                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46500                                                                                                                               @meep28 @Starbucks Was there at least stevia in it 😂
46501                                                                                               @WellsFargo Uh why would anyone trust well Fargo? Fake accounts to meet quota. #shame
46502                                                           RT @Reuters: Alibaba's Jack Ma says U.S.-China trade war ends 1 million U.S. jobs promise: Xinhua https://t.co/DrGi5zqx00
46503                                                                                                               RT @netflix: @voxdotcom @carlyraejepsen my queen has come to my house
46504                                        RT @billyeichner: Oh hey American Horror Story: Cult is now on @netflix! As for whether or not I survived the season premiere of Apocalypse…
46505                                                                                                  @Reuters @ReutersTV Good for you ma ma cita don't put up with meatloafs Bullshit!!
46506                                                       Check out W MAGAZINE 2018 VOLUME 5 CATE BLANCHETT MILLIE BOBBY BROWN KATE MOSS CARTIER NYC  https://t.co/SuCNxtihEy via @eBay
46507                                  When is @comcast going to offer residential services in Las Vegas. Just read an article in @TheAtlantic by @IvanAllenGT. I like 🍕 too. \U{01f92d}
46508                                                                                                                       @ForeverLogical @realDonaldTrump @amazon Waste of good tree's
46509                                RT @Adobe: Magic happens when technical expertise &amp; creativity meet. See how one of our Creative Residents is using automation &amp; IoT to imp…
46510                                        RT @THR: Characters who could star in their own series include the likes of Loki and the Scarlet Witch — @Disney is planning on @twhiddlest…
46511                                                                                              RT @MarcisCountryMa: Check out Teastain Gardenia Garland https://t.co/9tD5W6tP6r @eBay
46512                                                          RT @Reuters: Trump defends Supreme Court nominee as accuser faces deadline https://t.co/9HV7bS34h7 https://t.co/SEeHfCtgLW
46513                                                                                                                               #FeedYourFandomEntry @KelloggsUS Ohio State Buckeyes!
46514                                            RT @yourpolostore: Check out Polo Ralph Lauren Long Sleeve Knit Gold Bugle Muti-Patchwork Hoodie Large NWT https://t.co/tXlbU6hqdy @eBay
46515                                         RT @FedEx: Congrats to @myCryptoHippo of @JACentralON for winning the FedEx Junior Business Challenge at @playofffinale! FedEx will make a…
46516                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/x3tm8wIj07
46517                                                                             1995 VINTAGE WARNER BROTHERS STUDIO MARVIN THE MARTIAN PLUSH LOONEY TUNES https://t.co/eE4SQ2Vb4j @eBay
46518                                                                                                                                      Yup!! Thank you @Google for this! #DSUbusiness
46519                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/Cr7aQ9KbAO
46520                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46521                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46522                                                                                                Check out Lavender Oil 4 OZ by Now Foods #NowFoods https://t.co/EZ5V8Ilftf via @eBay
46523                                        @neworder @BBC @berartparasites RUNNING UNIVERSE  @crownprincely @britishroyals GOING DOWN @Reuters RECEIVE AS GIVE… https://t.co/OK3zbrsnli
46524                                                                                 @Reuters Croatian President's bikini photos  world's hottest president ever https://t.co/oWr3MYEf9f
46525                                                                                                                   @missmary88 @Sony You’re. The best!!! #clockblocker #SaveTimeless
46526                                                      Check out Silpada Legacy .925 Sterling Silver Ring Size 7 Cubic Zirconia R2787 $109 #Silpada https://t.co/Iybp5g21zX via @eBay
46527                                        RT @_TylerNichols: @generalelectric such a terrible company to deal with. The most unhelpful customer service department. Thanks for rushin…
46528                                        RT @HarryTincknell: Awesome day jumping between the @Ford GT and Mustang GT4. Both totally different beasts to drive but amazing to compare…
46529                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46530                                                             Dried seafood sea cucumber 10 Ounce(284 grams) from South China Sea Nanhai JO... https://t.co/pUdBuVkWAY 来自 @amazon
46531                                                                  RT @Reuters: Malaysian police say former PM Najib to face 21 more money laundering charges https://t.co/61cu5QX2es
46532                                                                                                                                     RT @simonaalisa: @netflix u better see this boi
46533                                           @sfdc_Seema @Dreamforce @SalesforceOrg @salesforce @SalesforceDevs @SalesforceAdmns @trailhead Worst case: There is always the Swag store
46534                                                                                                                       @jpmorgan Greed greed and more greed! https://t.co/nZhF9TXsEU
46535                                                                   @HeathBilbrey @Reuters And no matter how all that plays out he can still buy and sell Trump a hundred times over.
46536                                        RT @Reuters: These two glaciers sit next to each other in the same Greenland fjord. But Tracy is losing ice four times quicker than Heilpri…
46537                                        RT @ninsthewriter: A Risky Christmas Affair (Nina Romano's Christmas Book 1) by Nina Romano https://t.co/OPupM1lvwK via @amazon  Nina Roman…
46538                                                                                                                             @adidasFballUS @CanesFootball I want that EMOJI @adidas
46539                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46540                                                           RT @Reuters: Alibaba's Jack Ma says U.S.-China trade war ends 1 million U.S. jobs promise: Xinhua https://t.co/DrGi5zqx00
46541                                                                                             Not the time @amazon. Not the time. #Mariokart #road #toadstool https://t.co/KW9GGFgWHv
46542                                                                                                                                                        @jjcruz93 @Expedia TRUTH LOL
46543                                             RT @Reuters: Sen. McCaskill says will vote against U.S. Supreme Court nominee Kavanaugh https://t.co/0CKPmukx3Q https://t.co/TRokuh6123
46544                                        RT @Reuters: A change in plans: Chinese billionaire Jack Ma pulls the plug on his promise to create one million U.S. jobs due to U.S. trade…
46545                                                              RT @Reuters: Alibaba's Jack Ma says people should prepare for 20 years of China-U.S. trade war https://t.co/uowJs5cOWb
46546                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46547                                        @Reuters Here’s a fun fact if none of you read the article. Apparently Tom Selleck has been a member of the NRA sin… https://t.co/5Ql5czW4HX
46548                                        RT @juanblanco76: Lannister Development Launches an Online Portal for Blockchain Consultation and Software Development. via @Reuters @lanni…
46549                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46550                                            @Mageina @CBS @CBSTVStudios @MichaelWelchAct @ambertamblyn @JoeMantegna @MarySteenburgen @Chris_Marquette @JasonRitter Which one is you?
46551                                        RT @FangCollective: Yesterday at the University of Michigan a @BankofAmerica recruitment event was disrupted over their financing of ETP. T…
46552                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46553                                                                                                                                        @OliverMcGee @Boeing @TexasTech Clearly fake
46554                                                Check out THE SAK Original BLACK CROCHET KNIT MEDIUM HOBO SHOULDER BAG PURSE HANDBAG LINED #TheSak https://t.co/PfyODdUPAY via @eBay
46555                                                              RT @Reuters: Alibaba's Jack Ma says people should prepare for 20 years of China-U.S. trade war https://t.co/uowJs5cOWb
46556                                                                      RT @Reuters: TV actor Tom Selleck quits NRA board of directors https://t.co/fikiypLmhM https://t.co/l0j8iuE3m3
46557                                                                                                                    This @DLHughleyRadio #Contrarian on @netflix is HILARIOUS 😆😭🤣
46558                                        RT @DesignationSix: Every time you go to @Arbys @McDonalds @rubytuesday @goldencorral @IHOP @Applebees @Starbucks or @redlobster you are fu…
46559                                                        Check out Reel Legends Woman's Shirt Small Sea Green Workout Long Sleeve Polyester Jersey  https://t.co/gT3x98PKID via @eBay
46560                                                              RT @Reuters: Alibaba's Jack Ma says people should prepare for 20 years of China-U.S. trade war https://t.co/uowJs5cOWb
46561                                        RT @MCU_Tweets: The @Disney streaming service MCU spinoff shows are expected to be six to eight episodes long and will each reportedly have…
46562                                                         Check out 2018 Bowman Platinum Top Prospect Autographs #TOP3 Gleyber Torres Auto Yankees  https://t.co/0Qr1pOgR69 via @eBay
46563                                                                        RT @kaosonia: Check out Sterling Silver Zodiac Charms - Constellation Leo  https://t.co/IBoVyFxTN8 via @eBay
46564                                        RT @iowacop: @bluelivesmtr 2 more shot in Maryland after this. Unbelievable. 5 officers shot in one day. Is this the sacrifice @Nike @Kaepe…
46565                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46566                                                       Check out Dorbz: Batman Series One - Batman VinylSugar Collectible Item No. 025 #VinylSugar https://t.co/j5jOeSnxHu via @eBay
46567                                                       Check out Dorbz: Batman Series One - Batman VinylSugar Collectible Item No. 025 #VinylSugar https://t.co/j5jOeSnxHu via @eBay
46568                                                       Check out 3.70Cts Intense Natural Gorgeous Top Golden Yellow CITRINE AAA Round Pair- 8x8mm  https://t.co/xxseabBKlj via @eBay
46569                                        @omfjg_ @Starbucks I don't need to educate you on my extensive education and various diplomas/degrees/certificates/… https://t.co/CCqwedj4sL
46570                                                                              Check out Vintage Estate Milk Glass Murano Beaded Pierced Metal Earrings https://t.co/BNDNcrWxIs @eBay
46571                                                                                                                                                         @HimaDas8 @adidas Good luck
46572                                        RT @DesignationSix: Every time you go to @Arbys @McDonalds @rubytuesday @goldencorral @IHOP @Applebees @Starbucks or @redlobster you are fu…
46573                                                                                                                                              @Alwin_Tompkins @Starbucks prove it 😉
46574                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46575                                                             RT @HimaDas8: Super pumped about joining the #ThreeStripes family. @adidas #HereToCreateHistory https://t.co/Kw0u8Bmp8B
46576                                                                                                                          @SocialBflyMag @Visa Loving blue for fall this year 😍🙌💙
46577                                                             @kentvyper @Hyundai You lucky son of a gun! Only difference is you’ve never worked 8 hours in one day in your life 🤣🤣
46578                                                           @ATT #Gigapower Current speed: 149.97 down / 91.37 up. That's 11.9% of a gigabit connection. #fiber #speedtest #broadband
46579                                                                                                                                                 @Reuters you cant quit fraggle rock
46580                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46581                                                                                                                            @MERICANAIRBORNE @w_terrence @facebook I respect that 👍
46582                                                             RT @HimaDas8: Super pumped about joining the #ThreeStripes family. @adidas #HereToCreateHistory https://t.co/Kw0u8Bmp8B
46583                                                            luxrygold 14K Rose Gold Plated 2.02 Ctw Round Ruby &amp; Green Emerald CZ Diamond... https://t.co/2Ax9FMbp47 via @amazon
46584                                        @exxonmobil 'Algae' alone. Will not reduce 'Global Heating'. 1 will not forget sitting waiting for a bus. And havin… https://t.co/0HcwwuWCU9
46585                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46586                                                                                                  RT @YUNGBANS: What the hell is this @McDonalds the McDick? https://t.co/hDkjYILUQk
46587                                                         Check out Champagne Velvet Beer Sign Terre Haute Brewing Don't Serve Minors Sign Antique  https://t.co/aTrUY8a9ka via @eBay
46588                                                                 Check out World War II Era Vintage Advertising Thermometer Picture V For Victory  https://t.co/kaEyM6Cs3V via @eBay
46589                                                                                                                Check out Glass Vases With Copper Trim https://t.co/dG9Fvvr5so @eBay
46590                                                                                                                             RT @HimaDas8: Thank you @adidas https://t.co/6v3a8o9z0k
46591                                                                                         @leahwheldale @McDonalds Because the bacon and cheese are healthy whereas the fries aren't.
46592                                                                         @Reuters Of course @realDonaldTrump defends someone accused of sexual misconduct. Birds of a feather.......
46593                                                                                                    Check out DC Midway Shoes Men's Black/Lime Size 12 https://t.co/dG57mopYQf @eBay
46594                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46595                                                         RT @Reuters: Britain's May appeals to EU leaders but no sign of Brexit deal https://t.co/LPyPHg22eR https://t.co/fiCzVa9KA6
46596                                                                   RT @Reuters: Dream comes true for South Korea's Moon: Trekking Mt Paektu with Kim Jong Un https://t.co/yGx3ZnXg2M
46597                                                                                                                                             @Mr_Dbag @comcast lol maximum..okie bud
46598                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
46599                                            Mother Child Born in Your Heart Necklace Stainless Steel Recyclebabe Necklace... https://t.co/EH4rCvJq5Q via @amazon #recyclebabe #heart
46600                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46601                                                   https://t.co/tkGCacia2L: Buying Choices: ZipWall ZipPole 10' 4-Pack Spring-Loaded Poles fo... https://t.co/UoKEvV1P8v via @amazon
46602                                                                                                       @HelpATeacher2 @amazon @USNewsEducation @WeAreTeachers @TeachHub Thank you...
46603                                                                        Check out John Cusack Signed 11x14 Photo AUTO Beckett BAS COA Serendipity  https://t.co/uzUVJGxZcq via @eBay
46604                                                                                                      @DutyOfAPatriot @Farberyanki @facebook why? Please unblock..No Harm done here.
46605                                                                         Check out Michael Kors Sexy Ruby Eau De Parfum Spray 3.4 Fl Oz 100% authentic https://t.co/OhDNxk1DWM @eBay
46606                                                                       Check out Bath &amp; Body Works Linen &amp; Lavender Hand Soaps With Olive Oil  https://t.co/WlbP9huP2p @eBay
46607                                        RT @IISuperwomanII: People really out here destroying their @Nike products over the Kaepernick ad? What are you mad about? Peaceful protest…
46608                                                             Check out 1867 ROMAN STATES VATICAN CITY ITALY PAPAL STAMP RARE FRANCO BOLLO 2 Cent POPE. https://t.co/oBb20K6wsF @eBay
46609                                                                  Simple Joys by Carter's Baby Boys' 4-Pack Pant: Clothing  https://t.co/3NI5Y3UiM5  @amazon https://t.co/GFX49W3eNh
46610                                        @AmazonHelp The screenshot pretty much is crystal clear or is it not? @amazon maybe your parent company will have s… https://t.co/S4OA0iGgMF
46611                                                   RT @itsashlyperez: Hello @netflix I would like to host your next food show. Thank you. Here is my resume. https://t.co/dZeIPS1C3P
46612                                        @mcfcpaul96 @exxonmobil Created using nuclear power stations. The energy released from uranium per gram is a lot mo… https://t.co/TF7JNMWsdN
46613                                                Check out Japanese Animation Cel Production Original Dirty Pair Limited Rare Anime #608 #DirtyPair https://t.co/wM8XUPFJOD via @eBay
46614                                        RT @CARandDRIVER: The @Honda Civic Type R sets a new front-wheel-drive record: https://t.co/SJuOzzK366 #LightningLap https://t.co/i1VaidHMQ2
46615                                                            Check out  DeLorean Back To The Future 3 Ritorno Al Futuro 1 I Sunstar 1:18 Film Doc   https://t.co/HPDvLk1MKI via @eBay
46616                                        RT @IISuperwomanII: People really out here destroying their @Nike products over the Kaepernick ad? What are you mad about? Peaceful protest…
46617                                                        Check out EVAN PICONE Brown Paisley button down top long sleeve 100% silk women's size 8   https://t.co/fFAsLSlkpT via @eBay
46618                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46619                                                 Check out Doll Clothes/Handmade/18 Inches/American Girl Dolls/Flowers &amp; Pink Dress. #Handmade https://t.co/7l2V5NDSkc via @eBay
46620                                        @TMobile I hate the curved screen on the new galaxy phones and I phone just really doesn't seem to work very well w… https://t.co/ptMyzzeJv5
46621                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
46622                                                                                             Iran asks UN to condemn Israeli threats - state TV https://t.co/VCIuOc6v3r via @Reuters
46623                                        RT @DesignationSix: Here are some sponsors @SouthwestAir @ProcterGamble @Ford @Febreze_Fresh @Crest @LibertyMutual @pacificlife @CapitalOne…
46624                                                                                                  RT @chaelisa4ever: Thank you Adidas 😭👍 @adidas #ChaeLisa https://t.co/c86krsDh79
46625                                                                                                                                                                   @jpmorgan Bitcoin
46626                                        @CornwallLive @TripAdvisor Should all toddlers be banned just because of a few? Maybe at restaurants discretion and… https://t.co/N27ldHIswh
46627                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
46628                                                   Check out 14K Yellow Gold Over Heart Shape His &amp; Hers Diamond Wedding Bridal Trio Ring Set  https://t.co/5Wvx8uULHq via @eBay
46629                                                                                  RT @Reuters: Tidal wave of Chinese marine parks fuels murky cetacean trade https://t.co/f6Qzn3zq1A
46630                                                                Hey @ChrisMoyles @RadioX have you seen this from @Sony 🤔 #Classic #Playstation #WantOne 😬  https://t.co/DEZsRAbqOg
46631                                                    Check out 14K Yellow Gold Over Diamond Trio Set His &amp; Hers Bridal Engagement Wedding Ring  https://t.co/9sxRuRtYrt via @eBay
46632                                                                                                          Hey @Ryanair. Are all your weekend flights Dublin-Chania return booked up?
46633                                          #Check #out #Wedding #Designer #Bollywood #Indian #Latest# Long# Anarkali# Party# Wear Dresses #Handmade https://t.co/hpSect2sPu via @eBay
46634                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
46635                                        RT @intel: Artificial intelligence is raising ambitions to a new level. Learn how to turn your #AI solutions from prototypes to the real wo…
46636                                        @BankofAmerica This entire process of applying for and using your credit card has been a never-ending nightmare. So… https://t.co/SxQ8aTIRnK
46637                                         Its 2018. $750 doesn't warrant a standard 1080p display from @Apple due to ALL the other innovations they've added… https://t.co/t5OVzijS6F
46638                                        @Reuters China’s Ministry of Culture and Tourism referred a request for comment to the State Forestry and Grassland… https://t.co/w7zA8pDtUm
46639                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46640                                         @NevilleRay @TMobile @JohnLegere @TMobileHelp https://t.co/uP41Qn74iU it's bullshit like this why I WILL NEVER buy… https://t.co/XIEuNUYIRt
46641                                        RT @Reuters: Alibaba's Jack Ma says U.S.-China trade war ends 1 million U.S. jobs promise: Xinhua https://t.co/D1tXIxywvX https://t.co/bLcR…
46642                                         Great to read this success story of S/4 on Azure. Impressive work deploying on the leading edge of @SAP and @Azure… https://t.co/IQ5sCoY07J
46643                                                                                                                                                                 @netflix My new bop
46644                                          Heading for @WWHA board meeting this morning in north Wales via Liverpool &amp; @easyJet for a change - glad that… https://t.co/CxHlRGwUaY
46645                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46646                                                                                                                                                        @McDonalds The machine broke
46647                                                                                                                                 @Reuters Ugly. Stop repeating it every 3 hrs please
46648                                       RT @1027KIISFM: .@OfficialMonstaX taught @JoJoWright some ‘Jealousy’ choroegraphy in our @ATT Sound Studio 😂! Think he pulled it off? #Mons…
46649                                                         Check out Vintage Jack Daniels 19th Hole Country Club Mesh Trucker Hat Snapback Golf Cap  https://t.co/mjN9RKaJVL via @eBay
46650                                         RT @TaraGP89: @JDOfficial Do @Nike not do these anymore? They were on your website the other day buy not there now? https://t.co/XpMfdwwFI7
46651                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
46652                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46653                                                       Check out Kids Trike Bike Black Pedal Ride On Bicycle 3 Wheels Child Toddler Tricycle Gift  https://t.co/nCgB2QG53q via @eBay
46654                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46655                                                                                                                                @Reuters Alibaba was a thief! Can't ever be trusted!
46656                                                                                                            RT @AlwaysAdrianM: @MissterRay I ❤️ @WellsFargo  been with them for YEARS
46657                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46658                                                             Check out Harbour Lights Society Exclusive BALTIMORE Maryland #524 1999 Pre-Owned REDUCED https://t.co/XjNeQuom9q @eBay
46659                                                @rick135b7 @nikkihaley @7daynews @ElevenMyanmar @uehrdinrakhine @USEmbassyBurma @Reuters @UN @UNHumanRights… https://t.co/viNceh00Rd
46660                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46661                                                                                         RT @birdwriter7: #Kindle Johari's Window by Suzy Davies https://t.co/ZaIJUCxVTf via @amazon
46662                                        RT @Bosslogic: What @Disney needs on its new streaming service - #throwback @Marvel Cooking with The Vision @Paul_Bettany #throwback https:…
46663                                        RT @enabl_ist: #RT @raoulkramer: @Wouter_Dol @Microsoft @facebook @AnuJuvonen @DemoFinland @WeAreNIMD @EPDeu Good read to contemplate https…
46664                                        RT @hildatheseries: There's a great big world out there! Just TWO more days until #Hilda arrives on @netflix! #HildaTheSeries https://t.co/…
46665                                        @GooglePayIndia @Citi Its been a 4 working days you guys are just wasting my time and money. I didn't receive my mo… https://t.co/GpIsmjSeqt
46666                                                            @McDonalds last time I get a latte from McDonald’s .Pay for a large cup but only a regular in it https://t.co/AXInHtT2J7
46667                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
46668                                                       RT @jngourd86: Check out Quality Gund CAT? BEAR  Brown soft toy comforter VGC 30cm YY #Gund https://t.co/yzhiTmgQFl via @eBay
46669                                           @Reuters Recruiting children and turning them into bombs is the biggest crime committed by Huthi against humanity https://t.co/IOZ1AQLzMM
46670                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46671                                                                    RT @track_mack: @endclothing @Nike @OffWht @nikestore @Nike these guys backdoor your product.  ban their account
46672                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46673                                                                                    Check out Katie Ice autographed 8x10 photo COA Gorgeous Model  https://t.co/iHhUeRmLbh via @eBay
46674                                                           Check out Natural Rainbow Moonstone Marquise Shape Cabochon 15x30mm Gemstone 19.40 Cts  https://t.co/UbYvk0nOGM via @eBay
46675                                                                                                                  Check out Billiards Man Cave Picture https://t.co/bkgrRX6m2T @eBay
46676                                                                           Check out Huge Lot Of Pendants Mix Pig Octopus Moon Jewelry Supplies Crafts https://t.co/QnSNZ9zltl @eBay
46677                                        RT @McDonalds: UNLIMITED. FREE. DELIVERY from McDonald’s (9.24 – 9.30). The deets? Order #McDelivery using promo code McDeliveryPassSept on…
46678                                        @facebook So now when we watch a video an advert interupts halfway through. Seriously why?  I want to watch the vid… https://t.co/0dB8QPQdYY
46679                                        RT @intel: What are drones doing at the Great Wall? Learn more about our expedition to preserve an ancient icon using new technology. https…
46680                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46681                                         RT @kJ0uIgaDACht9c0: #XenaRevival we need her back @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @UniversalTV…
46682                                        RT @NISMO: 🎬 @FIAFormulaE record setter @Sebastien_buemi will drive for @Nissan when we become the first Japanese manufacturer to join the…
46683                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46684                                    RT @SkipperGale: @whatonnetflix #Gypsy is a story looking for an ending...Fan base grows daily @netflix says nothing fan base growing &amp; gro…
46685                                                                                                                    @py_rates @Nike @OffWht Her birthday is the 26th or around there
46686                                         @AlimentaryBites @AlexanderSHdb @shopjacksuk @Tesco They’ve obviously decided their target audience is ‘oop north’… https://t.co/GZ8PrJlLBU
46687                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46688                                                                                  RT @Reuters: Aston Martin speeds ahead with up to $6.7 billion October IPO https://t.co/nlbkuJxdQx
46689                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46690                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46691                                               RT @i_am_vokal: @ChampionsLeague @Mastercard Only @WillardKatsande managed to stop Mane doing that same skill https://t.co/5ent39fgOx
46692                                                                                                           Check out Dakota Johnson marie claire 2018  https://t.co/xUZiXg7a1n @eBay
46693                                                                                                                         @paulcolgan @newschambers @Ryanair And he wouldn't be wrong
46694                                                                               RT @Reuters: Japan clothing magnate Maezawa chases spot in business firmament https://t.co/2gGue41dL4
46695                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46696                                                                                    Nike and Kaepernick basically just copied thanos’s slogan for Avengers: Infinity War . SMH @Nike
46697                                        RT @Reuters: Chinese billionaire Jack Ma pulls the plug on his promise to create 1 million U.S. jobs due to U.S. trade war with China https…
46698                                                                                                                        @DickKingSmith @Yahoo Sorry- just realised UR on imgur!!! :D
46699                                                                                                 Barney The Purple Dinosaur Plush 1992 #Lyonsgroup https://t.co/8dTIFyJCzm via @eBay
46700                                        @VancityReynolds @netflix Simple and Creative Desk/wall calendar Design Service. Calendar or Planner is a great way… https://t.co/X6g2PdF7sa
46701                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46702                                        @johnhancockusa @Reuters I’m either going to be really healthy from working out with 30 wearables on or really unhe… https://t.co/QTzLrwmN2y
46703                                                                 Appetizers Finger Food Buffets and Parties: 400+ Recipes With Beautiful Photos!   https://t.co/nnIqpguxLd via @eBay
46704                                                          Check out 6.5mm Solitaire Moissanite Engagement Ring 14k White Gold GP Milgrain Jewelry  https://t.co/fbZz46kokK via @eBay
46705                                        Why can't @oneplus release both the versions of their phone e.g. 6 and 6T like @Apple and @GoogleIndia . In my view… https://t.co/tml6UIyie7
46706                                  Businss jet on wheels.🛫 Luxury and power🛥💪 ➕🔌⚡ equal driving pleasure. @BMWSrbija @BMW @BMWUSA #BMW7seris G11/G12 👍… https://t.co/rUiYMcGnVq
46707                                                                                                                  Monster High Child Sleeping Bag  https://t.co/dg0p07WZwb via @eBay
46708                                        RT @hellogopal1: @Samsung_IN @Samsung @SamsungHelp_IN @LGIndia @RamVilasPaswan_ @PMOIndia @narendramodi @GSTCouncils @ZeeNews @aajtak @indi…
46709                                        @exxonmobil One important thing missing is you can carry on using the combustion engine by using hydrogen when burn… https://t.co/PpTTTsy7lD
46710                                        RT @NISMO: 🎬 @FIAFormulaE record setter @Sebastien_buemi will drive for @Nissan when we become the first Japanese manufacturer to join the…
46711                                                 RT @MySaleRocks: Vtg Daisy Richelieu Earrings faux Pearl Crystal rhinestone chunky large clip 50s https://t.co/6luJ46bZUk via @eBay
46712                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46713                                                                                     we need a 2nd season @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca
46714                                                                            RT @exxonmobil: Biofuels from algae - could this mean a future with more energy and fewer CO2 emissions?
46715                                        RT @Caleb_Lawson_: @w_terrence @facebook Hey fellow patriotic conservatives!🇺🇸 I just made a brand new Twitter page. If you are voting #TRU…
46716                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46717                                                                                @MrJohnRowe @amazon @benorlin @jamestanton @solvemymaths @panlepan Nice! Hope you enjoy them all :-)
46718                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46719                                                                                                                                                             @Colgate please sign up
46720                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46721                                                              Check out Lauren Ralph Lauren Womens L Peach Pink Linen Ruffled Tuxedo Button Down Shirt https://t.co/9DbMdRCeFp @eBay
46722                                        RT @ERTMS: Eleftherios Papadopoulos from @thalesgroup at #ERTMS Dialog Forum: an effective #traffic #management is key to guarantee perform…
46723                                        RT @ERTMS: Eleftherios Papadopoulos from @thalesgroup at #ERTMS Dialog Forum: an effective #traffic #management is key to guarantee perform…
46724                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46725                                                                                                         @kittykat491968 @w_terrence @facebook I’m suspended for 30 days....😂😂😂😂
46726                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46727                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46728                                                                                                      @financialeyes @Amparopolo @santanderuk @bancosantander Couldn't agree more :)
46729                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
46730                                         Fascinating work from @facebook data to see how You are connected to fellow citizens - location and distance still… https://t.co/YTrz6cG0rz
46731                                               RT @BMW: When everything needs to be first class. The #BMW #740Le iPerformance Sedan. https://t.co/0tPPoC5yb7 https://t.co/Mof9LBPyrV
46732                                               RT @BMW: When everything needs to be first class. The #BMW #740Le iPerformance Sedan. https://t.co/0tPPoC5yb7 https://t.co/Mof9LBPyrV
46733                                        RT @charlieisaacs: The @salesforce Women's Network is excited to announce @girlscouts as our 2018 charity of choice. Join us at #DF18 to he…
46734                                                                                                                                                             @Samsung When it launch
46735                                                                    RT @Reuters: Former Malaysian PM Najib Razak to face 21 money laundering charges: police https://t.co/glEXISqiRs
46736                                         @eclectorium Check out Sony D-NF340 CD Walkman MP3 Discman FM Radio Portable CD Player Tested Works #Sony https://t.co/Im8WyjAl3m via @eBay
46737                                                     Check out MENS LEGACY CARGO SHORTS SIZE: 44 COLOR: BRITISH KHAKI GOLF  - FREE SHIPPING #Cargo https://t.co/4DZgRJpelD via @eBay
46738                                      @LGoonerHoward @JasonJHunter @Mastercard @Visa Scaremongering 😂😂😂 the fucking clowns talking to about 3 people let… https://t.co/s6WEePhwq0
46739                                        RT @UKenyatta: Met @generalelectric global leadership led by the President and C.E.O Global Growth Organization @Adimitrief when they calle…
46740                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46741                                        RT @Reuters: This is what 10 billion tons of ice breaking into the sea from a Greenland glacier looks like. Read the full story: https://t.…
46742                                                                            Check out Swamp Thing #19 NM  [Vertigo] Joshua Dysart Ronald Wimberly  https://t.co/B2kAZUEF03 via @eBay
46743                                                 Via @Reuters: UK PM May says October too soon for Brexit deal: BBC political editor https://t.co/yob6H280kz https://t.co/3mSausZ5K8
46744                                    RT @MCU_Tweets: BREAKING: @Disney is reportedly planning multiple series centered on MCU characters.  Loki &amp; Scarlet Witch are mentioned ch…
46745                                                        RT @Reuters: Millions of Shi'ites express suffering in Ashura ritual in Iraq https://t.co/lw5xvz0mrV https://t.co/Zmjn20H5dS
46746                                                        Check out 2017 Panini Contenders Philip Rivers Los Angeles Chargers #MC-20 MVP Contenders  https://t.co/p0HePvSgHK via @eBay
46747                                                Check out 1 Pair Natural Amethyst Round 15mm Faceted Checker Cut Semi Precious Gemstone #Unbranded https://t.co/nXY8IWSuQ2 via @eBay
46748                                    @eamslider24 @MyPillowPets @Starbucks Oh! That barista kept that &amp; jus told you they threw it away! I’m mad they wo… https://t.co/FqvflSJcP3
46749                                                               #RT @Google: @IamCjCarter Hi there. You can report the Google Account here: https://t.co/Ze7exZqX8C. Hope that helps.
46750                                                                     Sunflower Oil Cold Pressed Virgin Organic 16.9 fl oz/500 ml Flora Aromatics https://t.co/ayrQijpzdG via @amazon
46751                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/S3e1sXKrzn
46752                                                                   See what I m up to on @eBay! View my profile to see my favorite finds and more: https://t.co/3SaiuIgsFR via @eBay
46753                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46754                                         Anyone else have this issue with @Apple iPhone XS supposed to be delivering on Friday? It’s a shame bc I wanted to… https://t.co/jzeUYff0QS
46755                                               @AP @Reuters @SkyNews @WSJ @nypost @USATODAY @ABC @FoxNews @CBSNews @NBCNews @ChuckGrassley @LindseyGrahamSC… https://t.co/4xTvV5LiKB
46756                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/0Nb9sxEofw
46757                                        RT @sabeautysupply1: ❤️❤️🔥🔥Pink By Victoria’s Secret Black Graphic Body Suite https://t.co/G2aiHfaC73 @eBay #ebay #ebayuk #PuertoRico #Cana…
46758                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46759                                                       Check out Market see-saws Prices fall Values slide off after rise Avalanche of selling B26  https://t.co/oNxPHGTtxq via @eBay
46760                                                       Check out Market see-saws Prices fall Values slide off after rise Avalanche of selling B26  https://t.co/oNxPHGTtxq via @eBay
46761                                                                                                                      Check out my listing @eBay - https://t.co/80nBMCq00X via @eBay
46762                                                                                                                                               @MagnumPICBS @CBS It’s going to flop.
46763                                                        Check out VINTAGE COSMOPOLITAN UK 1979 JANICE DICKINSON KAREN GRAHAM SOPHIA LOREN FASHION  https://t.co/CjRYCd7IlY via @eBay
46764                                        @PrettyClemmy @Secret102Rich @Secret102Radio @MissAvaBlack @medboyUK @Mistressmolly12 @queenconsent @amazon Alexa i… https://t.co/j0TTRrN7Ft
46765                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46766                                                                                  RT @tracyminajjjjj: Yo @netflix  can y’all add more horror movies I’ve literally watched every one
46767                                                                                                             Anyone who listens to @GoldmanSachs is shooting themselves in the foot.
46768                                         RT @SolarPrepper: An Old Man And His Axe: A Prepper fiction book of survival in an EMP grid down https://t.co/D9irbfzWg4 via @amazon #SHTF…
46769                                                                                                                                                      @Reuters More time build nukes
46770                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46771                                        RT @salesforce: Get a sneak peek of this year's @Dreamforce campus map. #DF18 takes place in the Moscone convention center but also all ove…
46772                                                                                    RT @Reuters: Under fire Danske Bank faces fresh money laundering inquiry https://t.co/m1ZB69oeZ0
46773                                         @ashes5nil @Ryanair Had the same...made me pay for being 0.5kg over in my checked luggage...yet in the next breath… https://t.co/08WdyyLr0B
46774                                                                                  RT @Reuters: Tidal wave of Chinese marine parks fuels murky cetacean trade https://t.co/HEzH7kvCxd
46775                                                                                                                @facebook is Facebook's algorithm is the one who rose to his creator
46776                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
46777                                                                                 @Reuters Croatian President's bikini photos  world's hottest president ever https://t.co/oWr3MYmDKF
46778                                        @Ryanair Hi there. My flight Dublin/Manchester was cancelled yesterday and I see how to apply for a refund for that… https://t.co/oQJb9Pqapc
46779                                        RT @chloe_chambraud: 1/3rd of millenials are ready to pay more for sustainable products. @ProcterGamble #CSRSpain2018. Brilliant speech fro…
46780                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46781                                                RT @Disney: Listen to @ImagineDragons’ new song “Zero” from #RalphBreaksTheInternet: https://t.co/FUcA9cKizS https://t.co/B150YWI7EF
46782                                                                                         Check out Dinosaurs Attack Trading Cards Sealed Wax Pack  https://t.co/FdzVVJP7lm via @eBay
46783                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46784                                                         Check out Anti Auto Door Car Collision Avoidance Stick Rubber Strip Decoration Stickers   https://t.co/ZlA31snjjw via @eBay
46785                                                                                                                                                 @stick631 @Reuters Much appreciated
46786                                                                                                                     Working @Starbucks with a #chaitealatte https://t.co/aZIjtmDJNL
46787                                                                                                                                            @RochieWBZ @netflix Shameless on Netflix
46788                                        @UnluckiestDater @ASOS Real ones remember when it used to be an acronym for As Seen On Stars. Have to just pronounc… https://t.co/M5RjVOxEXM
46789                                         @Flight_Refunds I may consider it since both @easyJet and @Flybe have not replied to my claims even after numerous… https://t.co/1xUNMUgcQV
46790                                                                SilverStarJewellery 14K Black Gold Finish Round Garnet Alloy His And Her Trio... https://t.co/3FsaFgQZYn via @amazon
46791                                                     Check out Sterling Silver Goldstone &amp; Ruby Ring Size 8 Chuck Clemency Statement Gold 925  https://t.co/2QQPCxKiV7 via @eBay
46792                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/4mOADwK4N2
46793                                                                                                                        @imvaishalisingh @McDonalds Was you stalking boy or fries?😂
46794                                                       Check out 94 95 Mercedes W140 015 545 60 32 500sl 500sel s500 e500 Ignition Control Module  https://t.co/K1hhCKb5kX via @eBay
46795                                                    RT @Reuters: Abandoned baby flamingos in Prague Zoo learn to walk https://t.co/easOIQEfdf via @ReutersTV https://t.co/9URmrXpas3
46796                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46797                                        RT @IBM: Our new trust and transparency capabilities for #AI can help businesses detect and mitigate bias. This is how: https://t.co/EPPGyd…
46798                                         @Ryanair 0 seats available from Valencia to Manchester for those days... 28th of September full and 1st of October… https://t.co/fCX9bKKWbU
46799                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46800                                                                                               @Apple Hai. Tim Cook Granfa... Please Tell Me How To Fix Extra Lens For Iphones... :)
46801                                                               RT @Audi: Relive the birth of the first all-electric SUV that can call itself an Audi. #etron https://t.co/5W1xuBYIXt
46802                                                        RT @McDonalds: Our $1 Sandwich deal means serious savings. Only available when you download our App. https://t.co/lQhZGWHnZV
46803                                                       Check out Victorian Sardinian Red Coral Carved BIG Brooch Pin Rose Angel 14K Perfect c1860  https://t.co/7VvhKMs1Wl via @eBay
46804                                                                                  @onmybiketoo @Tesco @SerpentineGreen hi.. Looking my post link click here  https://t.co/846HOfqaAM
46805                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46806                                                   Check out GENUINE JLG 2010 1200SJP ULTRA BOOM 120 FT MAN LIFT / MANLIFT / BOOMLIFT 3070 HR #JLG https://t.co/YkgefiFrz2 via @eBay
46807                                                                                           Found the smoking gun of Russian collusion ... on sale at @Walmart. Send in the drones...
46808                                        RT @Malecb33: @ShumDarioNews @MatthewDaddario @FreeformTV @netflix @hulu @AmazonStudios @PrimeVideo For Alec #SaveShadowhunters #PickUpShad…
46809                                      Check out Labradorite &amp; Sun Star &amp; Rainbow &amp; Larimar Gemstone Pendant 925 Silver Jewelry #Locket https://t.co/am5WO3TIH5 via @eBay
46810                                        RT @Reuters: Israel to improve coordination with Moscow over Syria after plane crash https://t.co/3YYJunZmYx via @DanWilliams https://t.co/…
46811                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46812                                                                            Faded Glory Womens Size S Shirt Stretch Snap 3/4 Sleeves Peach Orange  https://t.co/ZrmxEzqVtS via @eBay
46813                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46814                                        Students from across Canada are able to tune in to #WeDayToronto thanks to a new technology from @Microsoft and a f… https://t.co/cT5NnQTMit
46815                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
46816                                                                    Check out Cutest Original Hand Printed Gift Wrap &amp; 2 Tags. Hedgehog. 70 X 50cm https://t.co/iWfTVEMstl @eBay
46817                                        It's happening! @Google is enabling mobile-first indexing on sites across the web. What does it mean? What should y… https://t.co/uWkbyeSARN
46818                                        We’re attending @Dreamforce next week and our @salesforce Business Development Manager Gill Newsome has written a b… https://t.co/Ww7IdDhBtA
46819                                        RT @jmmlegal: @DesignationSix @Arbys @McDonalds @rubytuesday @goldencorral @IHOP @Applebees @Starbucks @redlobster Quit supporting fake new…
46820                                                         Check out Vtg Mexico 925 Sterling Silver 3 Tone Gemstone Inlay Sun Face Wide Ring Size 9  https://t.co/LMrhxTlGqQ via @eBay
46821                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46822                                                 Check out Old wood RETABLO RAMON NONATO Patron of children midwives santo Rosa Lopez '98 #FolkArt https://t.co/WLslHu3RMr via @eBay
46823                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46824                                                       Check out walking backwards on a path of moonlight e9Art ACEO Magic Mystic Fantasy Art Raw  https://t.co/iijiqPCZ4E via @eBay
46825                                                           RT @Reuters: North Korea's Kim wants another Trump summit to speed denuclearization: South's Moon https://t.co/9JqPER6Uc9
46826                                                         RT @Reuters: French court orders Le Pen to submit to psychiatric evaluation https://t.co/NmYU8TMknT https://t.co/htyrkLlwUU
46827                                                                            @HimaDas8 @adidas good job @adidas .. heart touching gesture by you ... We are so proud of you @HimaDas8
46828                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46829                                                               Check out Montblanc Meisterstuck 90 Years Anniversary SET Classique Rollerball/Fountain https://t.co/iNnrb7QXaQ @eBay
46830                                                    RT @Reuters: Abandoned baby flamingos in Prague Zoo learn to walk https://t.co/easOIQEfdf via @ReutersTV https://t.co/9URmrXpas3
46831                                                            Check out 1X 93/94 MTG Vintage Limited Edition Beta Lot (4ct) NM-LP #WizardsoftheCoast https://t.co/epf0WmSw93 via @eBay
46832                                                                                                                                             @carlquintanilla @Reuters That's absurd
46833                                                                                             What’s up @ATT? My only communication is my cell and I have no coverage this morning!!!
46834                                                                                                  @evan_greer your Tweet was quoted in an article by @Yahoo  https://t.co/60W4CrSutL
46835                                               @FinancialTimes @thesundaytimes @libe @ONUHumanRights @POLITICOEurope @RTLde @Reuters @SPEXIT @SPIEGELONLINE… https://t.co/yxbyM8xMCg
46836                                                  Check out Art to Classic Purple Kimono Fringe Jacket Burnout Velvet Sheer Coat Kimono  #Handmade https://t.co/rmleVN9LXZ via @eBay
46837                                                                                                                                                                       You suck @UPS
46838                                                                                                    @Reuters @ReutersTV Assigning sexuality to a Muppet is the epitome of craziness.
46839                                        RT @Reuters: Alibaba's Jack Ma says U.S.-China trade war ends 1 million U.S. jobs promise: Xinhua https://t.co/wd0x8kFmeH https://t.co/CKvl…
46840                                                    RT @Ramgeemakola: @Cee_bow Can @CocaCola please bring back the first bottle since we’re paying so much money for coke nowadays ?
46841                                        @easyJet Cheers Courtney! Just looked on the flight tracker and guess what? My flight has been delayed 30 minutes a… https://t.co/oaVgNGPMFL
46842                                        @NDmom @Apple Does your service provider have a cloud? Verizon auto saves my photos and contacts to the Verizon clo… https://t.co/YZtuioWsib
46843                                                                            #mudjug Check out The Rolling Stones Style2 Zippo Lighter - NEW #Zippo https://t.co/8cLqsCgPyD via @eBay
46844                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46845                                                       #RT @Google: @rajeshhchauhan Hi Rajesh. It might be a good idea to check your recent activity: Go to… https://t.co/TVbyHnrOEv
46846                                        RT @TheACFE: Indian Police Scrutinize Major Law Firm in PNB Fraud Probe After Documents Moved - @Reuters https://t.co/p3dF44wuwX #fraudnews…
46847                                                                                               lowered price on n scale scratch built post office: https://t.co/30Fl5Rj4AC via @eBay
46848                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46849                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46850                                        RT @eMarketer: .@Amazon is challenging the duopoly of @Google and @Facebook in the US #advertising space. #eMNYBreakfast https://t.co/ZD2gF…
46851                                                                                RT @Reuters: Tesla's Model 3 gets 5-star rating from U.S. auto safety agency https://t.co/PI1PZnZ89B
46852                                                                                RT @Reuters: Tesla's Model 3 gets 5-star rating from U.S. auto safety agency https://t.co/PI1PZnZ89B
46853                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46854                                                                   RT @TheShowJacobs: S/o @Nike @NikeChicago Blessing To Put On For My City 🙏🏽🏀 #ShowTime https://t.co/6eJeD2mcM1
46855                                                                                 Free shipping on orders over $20 Order over $20 All FREE SHIPPING https://t.co/7KkfqbRERc via @eBay
46856                                                                                                                                     Woohoo free flushot at work thanks @Walmart  😃
46857                                                                      RT @Disney: No password required. See #RalphBreaksTheInternet in theaters November 21. https://t.co/98NWI12y9f
46858                                        We are live at #AtlanticHeartland underwritten by @WellsFargo to examine what the future holds for the middle of Am… https://t.co/JjJmXr4Xt2
46859                                                                                                                              @jvholmes87 @netflix Not even gonna try and watch that
46860                                                                      RT @Disney: No password required. See #RalphBreaksTheInternet in theaters November 21. https://t.co/98NWI12y9f
46861                                                                                             Check out Fine China Coffee Cups/Saucers Set Of Four  https://t.co/ipVSmBT9UM via @eBay
46862                                                                                 RT @Reuters: Germany's Merkel sees a lot of work to do on Brexit by October https://t.co/ZIGyw61S0P
46863                                                                Amore Beaute Handcrafted Cute Hot Pink Ruffled Beaded Throw Pillow Covers -De... https://t.co/TnN6lDJyKJ via @amazon
46864                                                                              Check out 24mm/22mm Green Genuine Stingray LEATHER SKIN WATCH STRAP BAND https://t.co/R52sU3JN9p @eBay
46865                                             RT @EbookReviewer: Peaceful Night Poetry: Sleep-inducing Picture Poetry Book for Children Aged 3... https://t.co/Zw6hdu2wlX via @amazon
46866                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46867                                                                                                                                                   @WellsFargo you guys f***ed me!!!
46868                                                                      RT @Disney: No password required. See #RalphBreaksTheInternet in theaters November 21. https://t.co/98NWI12y9f
46869                                                                            Check out Original 5x7 Watercolor Maine Coon cat art Painting #Realism https://t.co/tJiUB95A93 via @eBay
46870                                        @SocialBflyMag @Visa Thanks sooo much @SocialBflyMag and @Visa for the generous giveaway!! As a single mom of 3 I N… https://t.co/vFQtxZR1Mv
46871                                        RT @anjelin_mathew: @amazon @AmazonHelp also they arent responding to my texts. Even before the the order was dispatched I had cancelled it…
46872                                             RT @Sony: Spidey suit appreciation post. Which has been your fave so far? #SpiderManPS4 https://t.co/CAk3N7Bw09 https://t.co/tSQ2WcSeHR
46873                                        RT @eMarketer: Recent #data shows that 54% of product searches take place on @Amazon and 46% take place on @Google. #eMNYBreakfast https://…
46874                                                                                      RT @Reuters: Trump chips away at liberal U.S. appeals court majorities https://t.co/YvYriK4mzc
46875                                                          #spittoon Check out MudJug Spittoon - Roadie Portable in Black - Travel made easy - NEW  https://t.co/moHeEmBev4 via @eBay
46876                                        RT @Cardiff_Airport: *AIRLINE ANNOUNCEMENT* Europe's number 1 airline @Ryanair has added Malta to its growing choice of destinations flying…
46877                                                       Check out 2 pack Natural White 5 Minute Gel Tooth Whitening System with Mouth Tray Sealed   https://t.co/yMbG8TjgEz via @eBay
46878                                                 Check out Vintage Roses Handkerchief Hanky Hankie Pink Red Roses Buds Bride Wedding Gift #Unknown https://t.co/BihuKRxIcT via @eBay
46879                                                                    This cropped blush/millennial pink jeans from the GAP is on sale @eBay https://t.co/2TYdj7rjkA #ThursdayThoughts
46880                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46881                                                                                                                              RT @Sony: Fifteen days. #Venom https://t.co/7KP9c0LlTf
46882                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
46883                                                Check out HIGH END CLEAR CHUNKY GLASS CRYSTAL PROM FORMAL WEDDING NECKLACE JEWELRY SET  #Unbranded https://t.co/TC47xjrsFd via @eBay
46884                                        Hi @Mastercard! Maybe next time you want to know if @riotgames is really cleaning up its culture you should ask the… https://t.co/LiEvuMLPF3
46885                                                  RT @hales46: @Tesco What are you going to do @Tesco to sort out these problems. Management needs sorting out and addressing. (End)
46886                                                       Check out Rankin-Delux RB-884-F-C-SS Commercial Radiant Gas Charbroiler w/ SS Cabinet Base  https://t.co/FzSSIw6UFQ via @eBay
46887                                        RT @eBayROCteam: Lands' End Sport Sandals Brown Nubuck Purple Mesh 191511 Adjustable Womens sz 8M  https://t.co/EvbFHdDInz via @eBay @Vinta…
46888                                        RT @Reuters: See timelapse of a chunk of ice about a third the size of Manhattan falling into the ocean from Greenland glacier in June. Rea…
46889                                                                      RT @Disney: No password required. See #RalphBreaksTheInternet in theaters November 21. https://t.co/98NWI12y9f
46890                                                          RT @exxonmobil: Biofuels from algae - could this mean a future with more energy and fewer CO2 emissions? #UnexpectedEnergy
46891                                        @Newsarama The @Disney CEO is a retard who was taken by a far right hoax and doesn't want to admit it. He should be… https://t.co/MmyYNHgHnj
46892                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46893                                                                  I got 0 out of 5 in the @jpmorgan #blockchain quiz. Chat with them to test your knowledge. https://t.co/nDgrC797po
46894                                         RT @BethPaintings: Check out  CARIBOU COFFEE Ceramic  Caribou image etched  Mug Cup 16 oz  #CaribouCoffee https://t.co/MtzV2EwHg4 via @eBay
46895                                           I’m so excited for our upcoming project with @StackUpDotOrg &amp; @Microsoft 🤗🤗 This is going to be an awesome and life changing event!
46896                                               RT @Reuters: Hurricane raises questions about rebuilding along North Carolina's coast https://t.co/PtRjLCLpvb https://t.co/96v140ze1o
46897                                                                                  RT @edgarwright: Attention: #scottpilgrimvstheworld is now on @netflix US. https://t.co/QTvgfjtPBD
46898                                                                                          @ec_minister @IKEACanada @Nestle @volvocars I'd rather put out me eyes with a sharp stick.
46899                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46900                                                                                                  Khaki Double Front Pocket Fashion Purse Diophy https://t.co/AdwacmJmQK via @amazon
46901                                              Walt #Disney Masterpiece Collection #Video Tape Movies #VHS Lot of 7  https://t.co/uNNsdKQOTQ via @eBay #ebay… https://t.co/d61azxPmP9
46902                                                                             Check out Unused Postcard Erie YMCA Coffee Shop Erie Pennsylvania PA  https://t.co/dw10xPoeJO via @eBay
46903                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46904                                                 Check out NEW APEPAZZA GEMMA STUDDED THIGH HIGH SUEDE BOOTS 8 $325   SFS #APEPAZZA #OverKneeBoots https://t.co/SAt4pvmKwi via @eBay
46905                                                                                  RT @Reuters: Irish PM says Britain's May promised him new border proposals https://t.co/qyHDRC0R3g
46906                                                   Check out Baseball Card Topps Pinnacle Sammy Sosa Chicago cubs baseball cards 1996 #ChicagoCubs https://t.co/Oe5C1XbqNx via @eBay
46907                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46908                                                                                                            @NetflixAnime @BeerStix @netflix Don't get your hopes up. It's not good.
46909                                                                                  Check out Real Brown Leather Short Pants Size 10 #unknown #horse https://t.co/spvNM3w7uQ via @eBay
46910                                                              Check out Behringer B-Control Nano BCN44 - User's Manual - New and Sealed #Behringer https://t.co/bIY4sJCVjr via @eBay
46911                                                                                                                  RT @netflix: i dont know why we made this. https://t.co/ac2LbFcV0V
46912                                                RT @Disney: Listen to @ImagineDragons’ new song “Zero” from #RalphBreaksTheInternet: https://t.co/FUcA9cKizS https://t.co/B150YWI7EF
46913                                                                 Check out NBA Minnesota Timberwolves Karl Anthony Towns Power of the Pack Banner  https://t.co/zhsYVAUAZU via @eBay
46914                                                          Check out DEADPOOL KILLS THE MARVEL UNIVERSE AGAIN 1 NM SEALED FRIED PIE McKONE VARIANT  https://t.co/OPE3yItCQt via @eBay
46915                                                            The Starbucks next to my work is awesome. The barista was singing Disney songs while making my drink 😂 @Starbucks #tosa
46916                                                                                                  RT @Reuters: VW rejects Trump envoy's take on Iran pullout https://t.co/vaJKI408dC
46917                                             only imagine this % will continue to increase over time - will be interesting to hear from the @amazon team at… https://t.co/A8VU9P3qwA
46918                                                                       #harley Check out Zippo - Four leaf clover lucky Irish Lighter - NEW #Zippo https://t.co/FkFrUWqgyu via @eBay
46919                                                                                                       @netflix should definitely have every episode of Raw from the attitude era on
46920                                                                                                       @awstar11 @Microsoft Always when I'm close on time to catch a flight. Always!
46921                                        RT @ItCanWait: Don’t miss out on a lifetime of memories because of one post. Join @ATT and take the pledge to never drive distracted at htt…
46922                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/g1u2wopyo8
46923                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46924                                                            RT @JohnMbethe27: @i_am_vokal @ChampionsLeague @Mastercard @WillardKatsande Nehemiah though 😂😂 https://t.co/u2fjt1eSpF
46925                                                                                                                  RT @danny__woodhead: Those @adidas though! https://t.co/0l2TLmw9oW
46926                                        @JWFryman @Politics_Polls @Reuters @Ipsos @Center4Politics Where the countless polls with the race within the margi… https://t.co/r4Ul2l9Mgl
46927                                                                                                                              RT @Sony: Fifteen days. #Venom https://t.co/7KP9c0LlTf
46928                                        RT @UKenyatta: Met @generalelectric global leadership led by the President and C.E.O Global Growth Organization @Adimitrief when they calle…
46929                                                                                                                              RT @Sony: Fifteen days. #Venom https://t.co/7KP9c0LlTf
46930                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46931                                        RT @Reuters: Nike sold out 61 percent more of its products after its ad with Colin Kaepernick earlier this month https://t.co/B2Y8BJM50T ht…
46932                                        RT @wanbas_ann: @netflix Please help us Netflix.  All of our favorite shows are being cancelled.  It's crazy.  If you can find it in your h…
46933                                                                RT @Reuters: LIVE: Police hold press conference on Maryland shooting https://t.co/3awF9Pfmf2 https://t.co/aFpOVpqGxG
46934                                                                    RT @Reuters: BREAKING: Multiple fatalities in Maryland shooting - Harford County Sheriff https://t.co/Svb4RdTucR
46935                                                  RT @Reuters: ICYMI: Volkswagen to end its Beetle production in 2019 https://t.co/bpxXsPMC7C via @ReutersTV https://t.co/fdxT9DqpPG
46936                                                                                                           @TaylorLonsdale @netflix I’m so sad! I’ve watched it at least 4 times lol
46937                                        RT @Reuters: Yusaku Maezawa: The Japanese billionaire Musk's SpaceX is sending to space https://t.co/bBhCUed3YR via @ReutersTV https://t.co…
46938                                        @Tesco we can't afford online ordering so please bung some squids the way of @BootstrapCook as we'll be moving from… https://t.co/XTXijnYFA6
46939                                                                                                                  RT @netflix: i dont know why we made this. https://t.co/ac2LbFcV0V
46940                                                                                                                      Check out my listing @eBay - https://t.co/Lv4ghA3Udd via @eBay
46941                                                                                                                @FanlessTech @Ashraf__Eassa @intel Lol that's atleast 10 years away.
46942                                                                    RT @Reuters: BREAKING: Multiple fatalities in Maryland shooting - Harford County Sheriff https://t.co/Svb4RdTucR
46943                                        Really freaking blows that I may not get my watch tomorrow when @verizon said it would be delivered by 8 PM. It has… https://t.co/LUazAkHYUT
46944                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46945                                        @amazon  3k stores usa save some some regularstores @Safeway  dont bend spreadword amazon wants 3kamazon buildingst… https://t.co/23o7d55OLT
46946                                                               Check out Fioni Women's Black Silver Rhinestones Evening Clutch New  #Fioni #Clutch https://t.co/7gdErpZNYL via @eBay
46947                                                        Check out Rocky 4EurSole Womens 9 9.5 40 Nursing Clogs White Plaid Patent Leather 3 In 1   https://t.co/swkedIzjBo via @eBay
46948                                                                                                                                 @McDonalds Stupid.....Block https://t.co/NtIJY6Cu3L
46949                                                                                                                              @AdrienneJanic @Audi @hotimportnights Yes it was great
46950                                        RT @Microsoft: .@Shell is using #AI and real-time data to maximize equipment efficiency and empower its global workforce: https://t.co/JeZd…
46951                                                                                                                 @12thMax @Nike This is just a front. He doesn’t support Kaepernick!
46952                                                                                                                    RT @ASOS: Animal-print hair: discuss! 🐅 https://t.co/OD164A6aCI
46953                                                                                  @reeses @amazon All of the above!! Need Reese's throughout the entire game! #NotSorry #sweepstakes
46954                                                                                                                                           @Apple Allow me to view your tweet please
46955                                         RT @BethPaintings: Check out  CARIBOU COFFEE Ceramic  Caribou image etched  Mug Cup 16 oz  #CaribouCoffee https://t.co/MtzV2EwHg4 via @eBay
46956                                        RT @EngleLab: Our collaboration with @pfizer on gamma-selective hydroarylation with boronic acids is online @ChemicalScience. Congrats to t…
46957                                        @MorganStanley sick of this organization....when they get calls wrong they go on CNBC to promote their own position… https://t.co/8T6PhUPW1K
46958                                                 Check out Vintage Italian Genuine Mother of Pearl Abalone Shell Hand Carved Lady Head #HandCarved https://t.co/kRGppKvIGn via @eBay
46959                                                                                    @Ford Please can you explain why a replacement flap to cover the fuel cap costs £105. Thank you.
46960                                                                                                                      Check out my listing @eBay - https://t.co/oYAQYWvnBj via @eBay
46961                                                            Check out Lot Of 7 Dog Colllars Size Small 8 - 14 Inch Neck Red Blue Pink Purple Green Bow https://t.co/6yymlG4Yha @eBay
46962                                                                       Check out Dooney and Bourke Handbag Purse Satchel Red Pebble Leather NWT  https://t.co/FLj8xdO63O przez @eBay
46963                                        RT @Reuters: BREAKING: U.N. Secretary General Guterres says he hopes Myanmar government will pardon and release imprisoned Reuters journali…
46964                                        RT @WillyLanister: @markwhlte @CechMyEdits @DanieIHardman @CechThis @FootyGraphic @Ronit_GFX @clan_arsenal @afcstufff @adidas @adidasfootba…
46965                                        RT @Reuters: BREAKING: U.N. Secretary General Guterres says he hopes Myanmar government will pardon and release imprisoned Reuters journali…
46966                                                   @Apple If I speak in DM you guys are not responding I didn’t expect this from world best brand mobile company very worst response
46967                                                                                                                 @HollyLxuise @EricMaynardII @Activision @Treyarch @Sony No you mong
46968                                                           Check out Denim &amp; Supply Ralph Lauren Southwestern Canvas Shoulder Bag rrl aztec  https://t.co/BsnNlB4DxY przez @eBay
46969                                        @adidas But really am I going to get a pair as your site wouldn’t let me place the order seems as always bots takin… https://t.co/9OkD10w4tu
46970                                        RT @facebook: This  @UpshotNYT map looks at Facebook friend connections around the US 🇺🇸. See where your county has the most connections ht…
46971                                                                          Check out @Apple iPad WI-FI + 3G 32GB (AT&amp;T) @eBay website: https://t.co/E9eA7o9KEL. #Apple #AppleIPad
46972                                                                                                                                @mazymixer @vocationbrewery @Tesco Thanks Simon 🍻✊
46973                                        Join me and @AmnestyUK calling on @Microsoft to investigate the use of child labour in their products. Read more an… https://t.co/UaefMJdXtz
46974                                                                                                                    RT @ASOS: Animal-print hair: discuss! 🐅 https://t.co/OD164A6aCI
46975                                                                                  RT @edgarwright: Attention: #scottpilgrimvstheworld is now on @netflix US. https://t.co/QTvgfjtPBD
46976                                                                                                               @Reuters @ReutersGraphics @ReutersLegal Are women’s brains different?
46977                                        @JohnWesleyShipp @WBHomeEnt @TheDCUniverse @ComicBook @warnerbrostv @CBS @CW_TheFlash The BEST Flash series..... ev… https://t.co/Ve2tWSzMYO
46978                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46979                                                                                            Vintage Metal Button - Sarah Bernhardt as Napoleon II  https://t.co/Hy1NTrpoRc via @eBay
46980                                                 Check out Oscar Blandi Deluxe Travel Size Pronto Dry Shampoo Trio POWDER New Sealed  #OSCARBLANDI https://t.co/3WIooA6047 via @eBay
46981                                        @ATT I think it’s silly that releasing my phone to move to another provider takes 48 hours. Are y’all running on punch cards and Morse code?
46982                                                                                RT @Reuters: U.N. chief urges Myanmar government to free Reuters journalists https://t.co/QhfxBAT5Ul
46983                                                                     @rae_kerina @Jeep @Toyota For what it's worth my next vehicle may b a 4runner.  After JKU is paid for of course
46984                                        @thorindelrey @Burberry Last night i had a DREAM that I thrifted a Chanel bag.... and then i woke up without it....… https://t.co/mbfQO6ryE8
46985                                           Ballooning debt threatens U.S. economic stability: ex-FDIC Chair Sheila Bair https://t.co/pfcW9RZWEf via @Reuters https://t.co/fAAJQ6sz8t
46986                                                                                Check out PLAYMOBIL 3018 EXPLORER COUPLE FIGURES PEOPLE #PLAYMOBIL https://t.co/efjA3PiIHb via @eBay
46987                                                    New Item! Check out my listing @eBay - https://t.co/DuhUIO3asV via @eBay #newitem #religion #prayer #catholic #church #religious
46988                                                                                RT @Reuters: U.N. chief urges Myanmar government to free Reuters journalists https://t.co/QhfxBAT5Ul
46989                                                                                                        @GabrielUrbinaTM @Wolf359Radio @netflix Honestly @netflix ??? Get on this!!!
46990                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46991                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
46992                                        RT @sandrayearman: The Faces Of The Damned / Demonic army…By Sandra Yearman   https://t.co/T0Xlq1WxmG via @amazon #series #fantasy #amreadi…
46993                                                                                                                                @Reuters Aaaaaaand there we have that monster again.
46994                                                                            RT @daggersout: petition for @Burberry to hire @Louis_Tomlinson as their model. it’s what we all deserve
46995                                        @EDCVIIT @facebook @investindia @startupindia @bsindia @BYJUS Bootstraping is very helpful for initial phase of sta… https://t.co/1YYe1dh6hD
46996                                                 Check out KingSize Men Polo Shirt Big XL Tye-Dyed Red White Three Buttons Front Closure #KingSize https://t.co/rxtI2dWDZW via @eBay
46997                                                                                  RT @JimGaffigan: For fellow news junkies. From Cinco streaming on @netflix https://t.co/aBqd42T3CN
46998                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
46999                                                                                                                               @Tagterror11 @PlayStation @Sony How do you cross-play
47000                                        @fwarnz @starbuckshelp @dunkindonuts @Wendys @McDonalds @ChickfilA @Moes_HQ @panerabread we out here trying for som… https://t.co/f8auSOh7vl
47001                                        RT @MeetoftheMinds: $100k in Funding Available for Mobility Solutions via @movefreely https://t.co/1D1r4Ud6G7 Project partners: @Ford @Knig…
47002                                                                                                         @bookingcom I’ve made a booking and I need to talk to someone regarding it?
47003                                        RT @imskagrawal: @Reuters Has #BiasedMedia Ever shows that Christian missionaries n NGOs are consistently indulged in proselytizing activit…
47004                                        RT @Reuters: Facebook to team up with two U.S. non-profits to slow the global spread of misinformation that could influence elections https…
47005                                             RT @WIRED: Want to know more about the products @amazon is announcing today? Follow our reporter  @LaurenGoode. https://t.co/08HhGMd8vn
47006                                                   #VillagePeople #YMCA #MetalTrashCan Check out Vintage 1979 RARE Village People Metal Trash Can  https://t.co/rIrGhmtx6r via @eBay
47007                                                    Check out WHAT'S UP WITCHES? Halloween PULLOVER TEE Juniors Size XL NEW W/TAG!  #HALLOWEENTEES https://t.co/iRlMqzGALf via @eBay
47008                                                          RT @exxonmobil: Biofuels from algae - could this mean a future with more energy and fewer CO2 emissions? #UnexpectedEnergy
47009                                                                                                       @amazon when are we getting the NYCC Okoye???? Will she be on pre-order or no
47010                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
47011                                                               RT @Reuters: Eight-times Olympic champion Usain Bolt sprints through thin air in zero-gravity https://t.co/y9SfHyoxWJ
47012                                                   Check out Girls 34 West Never let anyone dull your sparkle t-shirt med 7/8  kids casual #32West https://t.co/Z85wFGrZjn via @eBay
47013                                                Check out BABW Build-A-Bear Multi-Colored Tiered Tutu PINK Yellow BLUE Purple SEQUINS  #BuildaBear https://t.co/xuRg2qKI9c via @eBay
47014                                                                                  EW Skincare Anti-Wrinkle 24K Gold Essence Facial Serum BIOAQUA https://t.co/oft0uggjPL via @amazon
47015                                                                                  RT @edgarwright: Attention: #scottpilgrimvstheworld is now on @netflix US. https://t.co/QTvgfjtPBD
47016                                                                                                               @Reuters Google is one of the most unethical companies on the planet.
47017                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
47018                                                        Check out Bed Scarf Poly Silk  Baby Pink Bed Coverlet Indian Bed Runner Bed Pillow Cover   https://t.co/zY56SjvuSD via @eBay
47019                                                                                                                      RT @theresonlyoneET: Where have red velvet cookies gone @Tesco
47020                                                                                                                 What would I do without @kroger #clicklist ?? Probably starve 🤦🏻‍♀️
47021                                                                      RT @Disney: No password required. See #RalphBreaksTheInternet in theaters November 21. https://t.co/98NWI12y9f
47022                                                     Check out HOT WHEELS DATSUN 620 PICK UP ☆ HOT TRUCKS 2017 ☆ #181/365 WHITE #HotWheels #Datsun https://t.co/Jh7wuIcjE9 via @eBay
47023                                                                                                                         @netflix @selenagomez @JParkerK YOU ONLY REALIZE THIS NOW?!
47024                                                                                                                                @CocaCola @CocaColaCo BRING BACK THE ORIGINAL BOTTLE
47025                                                                      RT @Disney: No password required. See #RalphBreaksTheInternet in theaters November 21. https://t.co/98NWI12y9f
47026                                                                      RT @Reuters: Turkey fines Google for violating competition law https://t.co/i1jTx4pBq0 https://t.co/yMkahors1V
47027                                                   RT @netflix: it has come to my attention that the glass slipper in Another Cinderella Story is A ZUNE!!!! https://t.co/fNF76uJymd
47028                                                                                                      RT @diplo: your eco friendly step dad @Audi #etron #ad https://t.co/URbPVgcUhR
47029                                                                                    Check out michael jordan washington wizards Champion Jersey XXL 52 https://t.co/PuUmcmCwdt @eBay
47030                                                                                                           @strongblacklead @netflix @NMAAHC how do you get tickets to this viewing?
47031                                         RT @FAIRImmigration: Sessions limits U.S. judges' ability to dismiss deportation cases https://t.co/3IOLy5Mqep via @Reuters @kristinacooke…
47032                                                       Check out NWOT J Crew Blue Sleeveless Palm Tree Drop-Waist Dress Cotton Linen Size 6 #JCREW https://t.co/ib77lVVLyN via @eBay
47033                                                                   @brianlfrye @lawprofblawg @netflix @amazon So are you and @lawprofblawg up to doing something? It sounds like it!
47034                                                                   RT @NARMedia: U.S. existing home sales unchanged in August #NAREHS https://t.co/BqCRZrFfOK @Reuters @NAR_Research
47035                                           I wish the picture would show : Poseymom Quality Kombucha Scoby by poseymom for $6.50 https://t.co/nlOVR1seia via @amazon @BeyondTheBantr
47036                                                         Check out MEL TILLIS 45 RPM AINT NO CALIFORNIA PROMO DEMO MCA RECORDS MCA-40946 NM 1978   https://t.co/Pzpd9XTfmJ via @eBay
47037                                        @laughoutlondon @netflix @Hannahgadsby @Kathbum @LouSanders That’s interesting... any idea if you can use in Southe… https://t.co/3RPBIID2vw
47038                                              @sarfeld @Uber @Google @facebook @ajkeen @sitzungswoche @BCWDeutschland @base_campberlin @Potomaker @bhestert… https://t.co/0GAX18zAoz
47039                                                         Check out BLACK ORCHID Adriana Military Side Button Skinny Jeans Night Fall Blue 26 #533  https://t.co/U7WJrPfiti via @eBay
47040                                                             Check out ZCoil High Desert Hiker Boots WomensSize 8W Pain Relief Comfort Athletic Hiking https://t.co/vSPvAavTEl @eBay
47041                                        @Larell718 @DevilDawgRob @PaulFiely1 @nomad_pilot @lmedsker @USMC @Nike Thank you for your service. From the servic… https://t.co/DxOXM6ZWSX
47042                                                                                                                     Is there a difference between @adidas and @theyeezymafia #YEEZY
47043                                                                                        RT @lovillalee: The Search Party Independently published https://t.co/PXXpKESwps via @amazon
47044                                                                                                                              RT @Sony: Fifteen days. #Venom https://t.co/7KP9c0LlTf
47045                                                                                                                                  @Apple Is the iPod touch worth production anymore?
47046                                                                                                                              @tastietreatstv @Starbucks I #love #dogs and #huskies!
47047                                                                                                             @WhismanSucks @netflix @TheGothamGarage Have you seen The Wire yet?  😋
47048                                                                                        @UKCoachCalipari @CocaCola @UKCoachStoops @UKFootball Or screaming too!!  LOL. Stupid phone.
47049                                                                                RT @kaosonia: Check out Sterling Silver Mountain Charm - Openwork  https://t.co/0SdZfr3BSC via @eBay
47050                                             @facebook What bullshit is this? It won’t be long before Facebook becomes as regulated as a Government Utility. https://t.co/dpeJI5Q2jB
47051                                        Hey @BankofAmerica how many fucking times are you gonna overdraw my account for a bill I paid a week ago but only t… https://t.co/bYSfNmxQ3B
47052                                        RT @DeutscheBank: #dbnumber of the day: 4 billion years – the age of the earth-like exoplanet that scientists have discovered orbiting star…
47053                                                                                                                    RT @ASOS: Animal-print hair: discuss! 🐅 https://t.co/OD164A6aCI
47054                                               RT @ipsdocholiday: Check out VINTAGE YELLOW CIGAR TIP CUTTER PARTAGAS FLOR de TABACOS 1845 Leather Case https://t.co/rK1kDImDMY @eBay
47055                                         RT @ESales_Hottie: Check out Anastasia Beverly Hills Brow Definer Pencil Eyebrow Makeup Choose Color 2 PACK!  https://t.co/14mPIwto7s @eBay
47056                                                                                                  His and her yeezys wowowowow i just spent a lot of money lmao thanks a lot @adidas
47057                                                         Check out Art Direct from the Artist Photographs digital file of an insect into a flower  https://t.co/ZLwxICVjXl via @eBay
47058                                                                                                         @MohamedEish @BP_plc  @BP_MiddleEast @BP_America  @bp remember deepWater 💔
47059                                                         Check out DISNEY CLASSIC WINNIE THE POOH POOH'S CHRISTMAS TAPESTRY COTTON THRO 46X60 NIB  https://t.co/qIS1emZDCZ via @eBay
47060                                        @ThatVeganLoyal @awrestaurants @BeyondMeat @AWCanada @WholeFoods @FredMeyerStores @Walmart They keep selling out of… https://t.co/Yn9UWyxjKJ
47061                                                                               RT @Reuters: Trump court nominee's accuser has not agreed to testify: senator https://t.co/1ZRIHcqwmL
47062                                              @amazon so with your stores having no people as cashiers what are those people going to work while your cashierless buying take place?
47063                                                           Check out VINTAGE 1984 COLECO CABBAGE PATCH KIDS DOLL W/BLOND braids  #CabbagePatchKids https://t.co/EplvCN188s via @eBay
47064                                                  Check out Rectangle Wood End Coffee Table w/ Drawer Storage Shelf Living Room Furniture  #Modern https://t.co/OIK9dWUADB via @eBay
47065                                                 Check out SONS OF ANARCHY TV SERIES REAPER WALL CLOCK CONVEX GLASS BATTERY OPERATED #RABBITTANAKA https://t.co/IC3ykylhhr via @eBay
47066                                                         RT @Reuters: Trump urges Republicans to 'get tough' on border wall spending https://t.co/1KDFUL4CCp https://t.co/Ti9wXznGJe
47067                                                                                            RT @TSUpdatesNY: New pictures of Taylor for @ATT #TaylorSwiftNOW https://t.co/srwRSt0kjf
47068                                                       @ElPumaIsRa013 @Vandiekins22 @netflix That's a great combination of Kara and Buffy! Laura truly is my Supergirl personally!😀
47069                                                 Check out **60** Pumpkin Jack-O-Lantern Halloween Paper Gift Tags Favor Tags Treat Tags #Handmade https://t.co/CkZCni7n84 via @eBay
47070                                          Come to Understand Why @IBM Leads in Customer Experience Management #WatsonCE #DX #CX #CEM https://t.co/gdcYZBsVyz https://t.co/SPtOy7U99p
47071                                                                                                                   You’re never too old to be a @Disney kid. https://t.co/vMH8H1vbRw
47072                                                                                                                                        RT @Starbucks: @jaeminpic Phew! A true BOSS.
47073                                                                                                        @netflix Can I just get an Elektra series with a Jennifer Garner type thanks
47074                                        RT @lonely_queen: Guess who's missing the troupe so bad today @nbc @UniversalTV @hulu @netflix @PrimeVideo @AmazonStudios @AppleTV @Freefor…
47075                                                                                                                                    😭 FINALLY 😭 @Starbucks https://t.co/tz7enqw4rO
47076                                        RT @Microsoft: .@Shell is using #AI and real-time data to maximize equipment efficiency and empower its global workforce: https://t.co/JeZd…
47077                                                                                                           @Kurisama91 @Cosmoogle @Adam12182803 @PlayStation @Sony I share his views
47078                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/v3EeZ1CnCS
47079                                                                                   RT @Reuters: U.N. Security Council holds meeting on Palestinian situation https://t.co/AMud1UVlbD
47080                                        RT @ZakkWyldeBLS: BLACK LABEL LIFE SECRETS - tBLSt SDMF “GRIMMEST HITS” @Spotify @iTunes @AppleMusic @amazon @WyldeAudio @DeathWishCoffee @…
47081                                                                                                  RT @YUNGBANS: What the hell is this @McDonalds the McDick? https://t.co/hDkjYILUQk
47082                                                                                Auction catalogue GREECE LARGE HERMES HEADS Classic Stamps Covers  https://t.co/MW2eGpkV4j via @eBay
47083                                                     RT @eseg711: Why does @McDonalds even offer ice cream? I swear every time I go the ice cream machine is always “broken” 😒🤦🏻‍♂️
47084                                                                                   RT @Reuters: U.N. Security Council holds meeting on Palestinian situation https://t.co/AMud1UVlbD
47085                                                                             @frankrichny @CBS @60Minutes YES YES YES! @andersoncooper do it! #60Minutes #ChristinaBlaseyFord #MeToo
47086                                         @JasonSilva @intel @nantucketproj Hi! Is this an Oculus VR headset with built in headphones? Is this an all-in-one… https://t.co/Xn09BJi70m
47087                                                                                  RT @edgarwright: Attention: #scottpilgrimvstheworld is now on @netflix US. https://t.co/QTvgfjtPBD
47088                                            Alligator Vinyl Stickers... https://t.co/QSYLun3Btj via @amazon #naturecuts #amazon #alligator #gator #reptiles… https://t.co/G8ZBP9p48S
47089                                                                                  Check out Vintage Crossbow 260W Brake Caliper Set of 2 #Crossbow https://t.co/u2o1ZD3Bds via @eBay
47090                                                                                                                                  @SuaveLlave @ATT I’m having the same issue as well
47091                                        @kroger Thanks.   As I said- love this store.  But the bags break and my hands have arthritis and cannot hold them.… https://t.co/6RAYl8IWhs
47092                                                                 @adidas what will it take for you to sponsor our wrestling program? Make our kids day and be a part of our program!
47093                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
47094                                                                                            RT @TSUpdatesNY: New pictures of Taylor for @ATT #TaylorSwiftNOW https://t.co/srwRSt0kjf
47095                                                                         Check out Inter-Tel Intertel Axxess 9 Amp Power Supply 500.0110 #InterTel https://t.co/fCBQ0MMXIe via @eBay
47096                                                Yo @CBS why I gotta pay to wacth episodes on demand. How you expect people to get into your shows if you gotta pay for each episode.
47097                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
47098                                                                                                                      Check out my listing @eBay - https://t.co/dq3hVWAEpD via @eBay
47099                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
47100                                        @ATT @ATTCares the reason I left you was because your customer service is a literal joke. Thanks for automating eve… https://t.co/FLNEhG0uZs
47101                                                                                                  RT @YUNGBANS: What the hell is this @McDonalds the McDick? https://t.co/hDkjYILUQk
47102                                                       Check out Vintage Wall Sconce Lamp Light Fixture Industrial Glass Clear Retro Indoor Shade  https://t.co/xiDn6SazVA via @eBay
47103                                                                                                                                            Put Drake &amp; Josh on Netflix @netflix
47104                                        RT @Daimler_CV: .@MercedesBenz Vans and @BASF are going to cooperate in mobility - starting with corporate shuttle by #ViaVan: https://t.co…
47105                                                                                                          Me because @netflix doesn’t have Anastasia anymore https://t.co/GPsABkBvXd
47106                                      Rewatching all from the Beginning @cw_spn Supernatural the TvShow 😍🖤 IG you don’t know it.... Go to @netflix !!!! I… https://t.co/jPB0i9WMZY
47107                                                                                                          @Citi is your online banking down right now? Can’t access via any browser.
47108                                                                         RT @ATT: This program is helping young Latinas become tomorrow's #STEM role models. https://t.co/QgNC6a7ImI
47109                                        @Starbucks @Chipotle among powerhouse brands discussing innovative training methods @restaurantinnov @fastcasual Ha… https://t.co/Dmi01BLIsr
47110                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
47111                                                                         Droids in Distress (Star Wars Rebels) (2015) – Available Now: https://t.co/V4qLYWc0l6 via @amazon #StarWars
47112                                        RT @UrKilinMeStolls: @netflix hi can you please have @SamuelJComroe make a special bc that would be super great and I would watch it a bunc…
47113                                        RT @Reuters: Alibaba's Jack Ma reverses U.S. job plan due to trade war - report https://t.co/FTTkPmphV2 via @ReutersTV https://t.co/co3ln3h…
47114                                              RT @Reuters: Four General Electric power turbines shut down in U.S. due to blade issue https://t.co/aoVDfWFiup https://t.co/AsyTbR3Yws
47115                                                                                                                                       @jill_rowley @Adobe @marketo Congrats!!! 🎊🎈
47116                                                                                                                                   hey why the FUCK is billy madison not on @netflix
47117                                                                                                            @SisterRoma @instagram @verified @Twitter @facebook Yeah get with it IG!
47118                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
47119                                         @ThatsJacqueline @jwjnational @johncusack @McDonalds @fightfor15 Trump is so bad for society at large because it’s… https://t.co/mmo2BFL0yS
47120                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
47121                                                                             RT @DeborahAnnWoll: Let the Devil out! October 19!! @Daredevil @netflix @Marvel https://t.co/KF30EQ1XpU
47122                                                                           Nice to know @verizon doesn’t even call to tell you the technician isn’t going to bother to show up 🤷🏻‍♀️
47123                                                                                            @corytwonames @amazon @amazonecho I'm sure someone will build/has built a karaoke app :D
47124                                        @Microsoft Does anyone else have this problem when your Xbox pulls you in a dark screen with the game you last play… https://t.co/tWMDFd87T5
47125                                                                                  Check out McCall's Pattern 5869 Decorative Fabric Flowers 13 styles  https://t.co/JKZY5zCXB7 @eBay
47126                                                                            Time to up your iPhone game before your new XS or XSMax from @TMobile arrives 😎 https://t.co/m6Y1VPNWMp
47127                                                                                                 @w_terrence @facebook I love it when a Shitty Company puts it self out of business.
47128                                        @Google Upgrading my Pixel to Android Pie broke Bluetooth. Have done all troubleshooting steps (including factory r… https://t.co/lvYBG36BDV
47129                                                   @RickGriffin @Expedia @WindstarCruises @SandiMcKenna @SashaEats @CharlesMcCool @FunInFairfax @suziday123… https://t.co/1ceMdEVOeq
47130                                                                                          RT @PacJac: Under A Mulberry Moon by Caroline Clemmons https://t.co/YonH40RWQv via @amazon
47131                                                                                                             @PayPal What about splitting blocks of lapdance time from the stripper?
47132                                        RT @generalelectric: Could you build a plane in one week? Protip: it helps to have thousands of volunteers and a @GEAviation designer on th…
47133                                                  RT @Disney: Your taste buds are in for a treat at @Disneyland's newest snack spot: https://t.co/KmbGqin7fZ https://t.co/UQAiyYFKS5
47134                                                                                @hm your umbrellas are a joke... I could them better out of tooth picks 🤘🏻 https://t.co/qsupRlb98H
47135                                                 Check out Hasting &amp; Smith Womens Ivory Button Down Cardigan Sweater Top Size XL #HastingSmith https://t.co/ybxZ4Ba159 via @eBay
47136                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
47137                                                                                                               RT @NetflixFR: @netflix @BryantEslava @noahcent You have noah idea...
47138                                        RT @Reuters: The race to dominate the car dashboard is heating up with Google's Android operating system clinching a victory this week. @St…
47139                                                           RT @silkeklemm: #BatB #BatBMagic  S2E07 „Guess who´s coming to Dinner “ @netflix @NetflixDE @hulu https://t.co/Fm6NyJfbbk
47140                                                                                                                      Check out my listing @eBay - https://t.co/OPTYeEdWo7 via @eBay
47141                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
47142                                                                      Yellow Purple Odontoglossum Orchid Art Print on Upcycled Antique Book Page https://t.co/5YwSoircpX via @amazon
47143                                                                       @MarlonWayans Just seen Woke-ish on @netflix and you sir are a damn fool! 😂🤣🤣 Glad I stumbled upon it 👍🏽
47144                                        RT @BGRIndia: .@HuaweiMobile mocks @Apple in a series of tweets; teases upcoming #Mate20 series launch https://t.co/JJpS7fAgoc https://t.co…
47145                                                                             @SimAngus2 @loyalmoses @ranchhacks @Ford If you can't pay cash don't buy it.  Credit males you a slave.
47146                                                                                                                  RT @netflix: i dont know why we made this. https://t.co/ac2LbFcV0V
47147                                                              I’ve been without my car for two weeks now and @Ford was suppose to be done with it Tuesday and it’s still not done 😡
47148                                                             @A_Boogie835 @Lovely_Leona89 @rickygreengiant @Victoryoftheppl @illuxium @TMobile I ain’t getting mine until Monday. 😔
47149                                                                           RT @Shell: Are rocks like carrots? 🥕 The answer lies in good stew #makethefuture https://t.co/20lKzMVuhE
47150                                                 @reeses @amazon B.) Definately Half Time! Will be watching my Home team The New England Patriots!! Woot Woot #NotSorry #Sweepstakes
47151                                         @VerizonSupport @VZWSupport @verizon it's not so much that a mistake was made. Mistakes happen but when you cannot… https://t.co/kPTIQeJ1nF
47152                                        RT @GoldmanSachs: LISTEN: $GS' Alison Mass and Brian DeCenzo on why the private equity market in Asia is larger and more sophisticated than…
47153                                                   RT @netflix: it has come to my attention that the glass slipper in Another Cinderella Story is A ZUNE!!!! https://t.co/fNF76uJymd
47154                                                                                                                                        Wow @TMobile the 26. https://t.co/Yzuk3wf5R0
47155                                                           RT @Reuters: Model Sophia Hadjipanteli is challenging the beauty industry https://t.co/Kx6FjdUKr2 https://t.co/WmvmWbepfU
47156                                                                                                          @ranchhacks @KarenKalifornia @loyalmoses @Ford I've owned 1 car in my life
47157                                                                                                               @KarenKalifornia @CattleParker @loyalmoses @ranchhacks @Ford Yeah Hub
47158                                         Apply for the Blue Cash Everyday® Card from @AmericanExpress with this link. I love mine. We can both get rewarded… https://t.co/Lf0uFnanv6
47159                                                           RT @joecrawford90: @easyJet literally had our Edinburgh to Amsterdam flight cancelled with under 12hrs notice ? Really !?
47160                                        @Easterngirl77 @Ryan_A_Harris @SenWarren @WellsFargo Except they actually out-perform private banks.  And Europe ha… https://t.co/TNZboVtVXE
47161                                                                                              RT @Reuters: Puppies steal the show at Chilean military parade https://t.co/rNCSRv2cvg
47162                                                                             Check out Turquoise Blue Orange Purple Green Ring  Size 7 Interchangeable https://t.co/C1pMwrunH2 @eBay
47163                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47164                                        RT @amber_hutchison: @lucy94hughes @easyJet We was considering that but we’ve just looked on Schipol airport arrivals and they are all gett…
47165                                                                                RT @Reuters: Accuser of Trump's court nominee sets conditions for testifying https://t.co/jlB52D5oTi
47166                                                                             RT @DeborahAnnWoll: Let the Devil out! October 19!! @Daredevil @netflix @Marvel https://t.co/KF30EQ1XpU
47167                                                             Check out Chaps Ralph Lauren Polo Long Sleeve Button Down Shirt Men Medium 90's Vintage M https://t.co/ewgC350NIP @eBay
47168                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47169                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
47170                                                                                  RT @edgarwright: Attention: #scottpilgrimvstheworld is now on @netflix US. https://t.co/QTvgfjtPBD
47171                                                     RT @captmorgun: Check out The Spectacular Now-DVD/W- Slipcover-Miles Teller-Shailene Woodley  https://t.co/UmfRjprqYc via @eBay
47172                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47173                                                                                           @Samsung U lost a customer Bc if @bestbuy @GeekSquad   They have the worst customer care.
47174                                         RT @jamesthu: Take this Survey and give us your opinion on inclusive #innovation for #SmartCities We are joining with @ATT NYC and Chicago…
47175                                         RT @adlver: @ABC @CBS @NBC @MSNBC @CNN @FoxNews. . . I think you are going to be in for big surprise when Q #qanon is really exposed . . .…
47176                                                                                                                     @callanbowden @Ryanair Thanks Cal 👍 How did you find that out?
47177                                                Just saw this on Amazon: Yunko Bento Accessories Rice Ball Mold Onig... by YunKo for $9.99 https://t.co/uJyFt95XhH @amazon 님이 공유
47178                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
47179                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47180                                                                     @Apple 42 min til store open. I am 6th in reserve and pickup line. The rain is pouring. https://t.co/isteLgUHbi
47181                                                RT @Disney: Listen to @ImagineDragons’ new song “Zero” from #RalphBreaksTheInternet: https://t.co/FUcA9cKizS https://t.co/B150YWI7EF
47182                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47183                                        RT @MeetoftheMinds: $100k in Funding Available for Mobility Solutions via @movefreely https://t.co/1D1r4Ud6G7 Project partners: @Ford @Knig…
47184                                                           RT @Reuters: Model Sophia Hadjipanteli is challenging the beauty industry https://t.co/Kx6FjdUKr2 https://t.co/WmvmWbepfU
47185                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47186                                                   RT @netflix: it has come to my attention that the glass slipper in Another Cinderella Story is A ZUNE!!!! https://t.co/fNF76uJymd
47187                                                       Check out Paul Mitchell Invisiblewear Blonde Dry Shampoo 4.7 oz / 224 ml leaves hair clean  https://t.co/LVaCRVqPmO via @eBay
47188                                        Oh sh*t either @amazon or @CalvinKlein sent me a free. I wonder if it's cause I was checking out CK underwear 😅😅😅 https://t.co/Rj6q2mlB1F
47189                                                                        RT @Reuters: Kavanaugh accuser willing to testify if terms are 'fair' via @ReutersTV https://t.co/CsILvIPG9w
47190                                        RT @Reuters: The Winklevoss twins are breaking new ground with their digital currency approval https://t.co/yf4Z4UNgXv via @ReutersTV https…
47191                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47192                                                                                                                                                       @mpjme @bookingcom does that.
47193                                         @ye_boi183620 @LuhDrippBino @py_rates @Nike @OffWht Well they’re probably gonna be a scratch off so there probably… https://t.co/cNZvsSLExg
47194                                        RT @the_britneyarmy: #tbt to shooting the @pepsi generation commercials @britneyspears #britneyspears #throwbackthursday #pepsi #pepsigener…
47195                                                                             RT @DeborahAnnWoll: Let the Devil out! October 19!! @Daredevil @netflix @Marvel https://t.co/KF30EQ1XpU
47196                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47197                                                                        RT @Reuters: Kavanaugh accuser willing to testify if terms are 'fair' via @ReutersTV https://t.co/CsILvIPG9w
47198                                                                             RT @DeborahAnnWoll: Let the Devil out! October 19!! @Daredevil @netflix @Marvel https://t.co/KF30EQ1XpU
47199                                                                                    @TonyDanza @joshgroban @netflix How about the two of you doing a kitchen Cooking Karaoke show 😂
47200                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47201                                        @pineapple_curlz @TMobile Yeah I ordered one through apple and it gets here tommrow. The regular Xs I oredered thro… https://t.co/9ZhUtLOuEh
47202                                                                                                                                                              @Tesco wow thanks guys
47203                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
47204                                                                   RT @nixcraft: Don’t worry @Microsoft got a secret plan to bring it back 😉 #EatenByChroma https://t.co/66IeROoKVi
47205                                                                             RT @DeborahAnnWoll: Let the Devil out! October 19!! @Daredevil @netflix @Marvel https://t.co/KF30EQ1XpU
47206                                        RT @LeukertB: Amazing role model! So proud that @SAP supports Global Teen Leaders like Trisha who exemplify our purpose to help the world r…
47207                                                                                                            @angelicaross @PayPal @Groupon CAN U CHECK YOUR DM’S is really important
47208                                                   RT @netflix: it has come to my attention that the glass slipper in Another Cinderella Story is A ZUNE!!!! https://t.co/fNF76uJymd
47209                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
47210                                                                                  @Nike this drop needs to be for everyone. Men support @serenawilliams too! https://t.co/shRwlzwYtz
47211                                                RT @PfISDAthletics: More pics from @HHS_hawknation and the @waterboy_tx installation. @BSNSPORTS_Texas @Nike https://t.co/hm9YUjsZmt
47212                                                                                                               Great to be there! @Walmart is so much fun! 😃 #HispanicHeritageMonth
47213                                              For sale on EBAY MATTEL BARBIE CARE BEARS CLOTHES DELUXE OUTFIT PACK ACCESSORIES FASHION NEW #Mattel https://t.co/YL9G5KBUzv via @eBay
47214                                                   RT @netflix: it has come to my attention that the glass slipper in Another Cinderella Story is A ZUNE!!!! https://t.co/fNF76uJymd
47215                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47216                                        What a nightmare @ATT customer service is. 49 minutes on a call to get a charge I was promised would nor show up on… https://t.co/Qy0Jc0iine
47217                                                   Check out Staring At Stars shirt top S anthropologie sheer front buttons floral womens #KnitTop https://t.co/RtpZAGeJI6 via @eBay
47218                                                                                                     @SenWarren @WellsFargo Thank you again Senator!! I appreciate all that you do!!
47219                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
47220                                                                                                                                                     @VC_MODZZ @eBay crack my epic ?
47221                                         RT @stepconference: Don't miss out! @wegrowwithc3 has launched a Social Impact Accelerator Program - powered by @HSBC that will be pivotal…
47222                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
47223                                            My new phone will be delivered between Oct 2-9...is there any way to deliver it sooner?? My 6 Plus will not make it until then 😞 @Apple
47224                                                            RT @Disney: New York Fashion Week was filled with dreamy Disney details! https://t.co/GwKF69Qsuw https://t.co/AIXJ66TAq8
47225                                                                                                                      Check out my listing @eBay - https://t.co/MNF313zNWg via @eBay
47226                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47227                                        Does @Apple not test products with women? New iPhone X just enough larger than iPhone 5/SE that I can't grasp it st… https://t.co/tct8S4vvew
47228                                                                                                                          @Reuters How much did she pay Reuters for this spam video?
47229                                        @facebook what’s up. Why did you ban him for stating that an illegal alien killed this girl. Go set up shop in Chin… https://t.co/JVVRgKMkx7
47230                                                   RT @netflix: it has come to my attention that the glass slipper in Another Cinderella Story is A ZUNE!!!! https://t.co/fNF76uJymd
47231                                                   12 Oz Bag Used Crayola Color Crayons Multicolor School Supply Tool Toys Kids #ebay #deal #sale  https://t.co/kbgBVOskCS via @eBay
47232                                            RT @Reuters: Abandoned flamingos get a helping hand as they learn to walk https://t.co/easOIQEfdf via @ReutersTV https://t.co/gKv23Ie5UD
47233                                                                                                               T-Mobile doesn't work in my area &amp; @verizon has NEVER let me down
47234                                                                                                           @UHCougarFB @CocaCola Let’s Goooooooo Cooooogs 🙅🏾‍♀️🔥🙅🏾‍♀️🔥👊🏽💪🏽😝😁
47235                                        RT @sengineland: @Google floods webmasters with ‘mobile-first indexing enabled’ notifications by @rustybrick https://t.co/qSJ0Z30IzR https:…
47236                                                                                                                           Mike was hilarious on @netflix ! Go see him this weekend!
47237                                                                                                                                                  @JackMac72 @TMobile Definitely not
47238                                                                                                                   My phone’s been dying all day @Apple ya really some scammers lmao
47239                                                                                                                                                                        Fuck @kroger
47240                                                        Check out Saxon - The Eagle Has Landed - New Black/Red Splatter Vinyl - Pre Order - 19/10  https://t.co/GX07caJzQU via @eBay
47241                                                                       RT @mfoulk50: Shrink: An Abby Chilton Novel (Abby Chilton Novels Book 1)  https://t.co/7qNQyiLR92 via @amazon
47242                                        RT @Reuters: Google defends Gmail data sharing and gives few details on violations. @Peard33 reports https://t.co/WRTzaY2eEc via @ReutersTV…
47243                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47244                                         So @bookingcom sends me an email full of totally insincere concern. They ask for all kinds of details. I've got an… https://t.co/MUzn6rYz0I
47245                               @CNN @NBC @CBS &gt;&gt;&gt; why are you ignoring this story? #pollution #bacteria #meat #pork #ham #bacon #HurricaneFlorence  https://t.co/qnPjNeH3dJ
47246                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47247                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47248                                                 Just saw this on Amazon: Optical Illusion 3D Glow LED Lighting Toys ... by ObamaTech for $11.00 https://t.co/69XVHyt0Ee via @amazon
47249                                                                                 Check out 2014 Magazine Print Ad - ELI MANNING for CITIZEN WATCH  https://t.co/IBqo0RQiTf via @eBay
47250                                                           RT @kingBzzz: @MCU_Tweets @MarvelStudios @Disney Give storm her right place in the MCU pleaseeeee https://t.co/A3CaPv7Gx6
47251                                                          RT @Reuters: Yemen separatist leader says Hodeidah offensive will not stop https://t.co/bcQ2d5hM6I https://t.co/LcqIBe4OYg
47252                                                  Check out Retired Sterling silver Pandora Cross Bible charm with 14k gold cross #PANDORA #Dangle https://t.co/TCvVhzbXNJ via @eBay
47253                                                                   RT @TheShowJacobs: S/o @Nike @NikeChicago Blessing To Put On For My City 🙏🏽🏀 #ShowTime https://t.co/6eJeD2mcM1
47254                                                                                                                                    RT @lgbtdaniela: renew atypical cowards @netflix
47255                                                                                              RT @MelissaD89: Check out Melissa Debling Signed Styling https://t.co/N3dBxRIDQr @eBay
47256                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
47257                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
47258                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47259                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
47260                                                                 Check out Cartoon Network Adventure Time Pajama Lounge Pants kids #CartoonNetwork https://t.co/IKwA5o8aTL via @eBay
47261                                        RT @SentinelUAV: #Drone #CounterDrone #Vodafone @vodafone Vodafone Drone tracking technology unveiled in world first https://t.co/T8Mzu2mKg…
47262                                                                                                       Global Biosecurity: Threats and Responses https://t.co/QyLkSXbxMk via @amazon
47263                                                                                  RT @edgarwright: Attention: #scottpilgrimvstheworld is now on @netflix US. https://t.co/QTvgfjtPBD
47264                                                               Check out Vintage SHAWNEE *PAIR* Yellow Art Deco Pottery Bud Vase USA 1178 #ArtDeco https://t.co/IAuOQ3YtSQ via @eBay
47265                                                                                                                          @UncleDJay Space Jam kicks are better than anything. @Nike
47266                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
47267                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47268                                                                                                                       @medeabenjamin @PiperPerabo @theIRC @blackrock Are you safe ?
47269                                               @SimAngus2 @chadolson1976 @CattleParker @KarenKalifornia @ranchhacks @Ford Bull calf had his bad day today... https://t.co/AM4Y1Xhnxh
47270                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47271                                        RT @intel: What are drones doing at the Great Wall? Learn more about our expedition to preserve an ancient icon using new technology. https…
47272                                                Check out NEW Womens Plus BOBBIE BROOKS Blue White Aztec Stripe 1 Pc Romper Shorts Size 2X #Romper https://t.co/ZP2yMIqR2Q via @eBay
47273                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47274                                                       RT @Reuters: Rap mogul Marion 'Suge' Knight pleads no contest to manslaughter https://t.co/tOFgmMf0c8 https://t.co/Z1nnPnsOl1
47275                                                                                                                 @Can_Atheist @holykoolaid @TeamYouTube @facebook @YouTube Thank you
47276                                        RT @Disney: Everything you need is inside. Disney's @TheNutcracker and the Four Realms is in theaters November 2. #DisneysNutcracker https:…
47277                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47278                                                                           @QueenLizzieofTX @w_terrence @facebook The truth is what they tell you it is. And don’t you forget that😠
47279                                                                                           RT @payalsmith: @eye95 @PoloniaForTrump @NFL @nflcommish @Hyundai @Budweiser @Nike Me too
47280                                         RT @Cisco: What happens when 200+ #LGBTQ students from 93 colleges come together for a day of networking and inspiration? Learn more about…
47281                                         RT @blakeshelton: Passing through Moline today and look what the band found at @Walmart! Who’s picking some @SmithworksVodka up before the…
47282                                         @SenWarren @WellsFargo Democrats say that “EVERY sex assault and domestic violence victim deserves to be HEARD and… https://t.co/9BkrldfuN6
47283                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47284                                                                                                                                                                 @vindale @Nike Nike
47285                                        @spooney35 @smileyt22 @Nupe117 @elyse4design @Communist_Dog @kwright39 @CartoonGirl35 @dogcanyon @cspanwj @Nike Tha… https://t.co/xjx9B4HSw4
47286                                                                                                                  RT @netflix: i dont know why we made this. https://t.co/ac2LbFcV0V
47287                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
47288                                                       @chadolson1976 @SimAngus2 @CattleParker @loyalmoses @KarenKalifornia @ranchhacks @Ford Be great for semen testing in February
47289                                                                                                                                   @colliderfrosty @netflix @amazon @Apple No thanks
47290                                        @ustravelagent @therandyknights @verizon I won for Columbus where exactly are your seats ? Are they next to a catwa… https://t.co/RxDPqsaBw6
47291                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47292                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47293                                        @TMobile @JohnLegere I’m so upset you put the wrong type of shipping on my new #iPhoneXSMax and I won’t get it unti… https://t.co/DwH2xeb2ao
47294                                                     Check out Felted Soap Buy 3 get 1 free *Great for exfoliating!  Yardley Oatmeal &amp; Almond  https://t.co/afDui0t6BO via @eBay
47295                                                                Check out ONE DIRECTION 1D THIS IS US A MOTION PICTURE EVENT Tour Book From JAPAN  https://t.co/Orf0Wat7zP via @eBay
47296                                                                                                 RT @jimbosaid87: I. Hate. @Buck @CBS #FireJoeBuck #NYJvsCLE https://t.co/2GRP0TptPs
47297                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
47298                                        @PayPal @AskPayPal Paypal made a duplicate charge on my business account. I spent about two hrs on the phone with a… https://t.co/KV6dMagIs8
47299                                                                       RT @Nike: Don’t try to be the fastest runner in your school or the fastest in the world. Be the fastest ever.
47300                                           She is not in charge!!! @cnn @msnbc @maddow @CNNPolitics @ABCPolitics @ABC @CBSNews @NBCNews @CBSTweet @CBS @nbc… https://t.co/CjTzgr3EZz
47301                                                             Ash From Ash Vs Evil Dead Hot Topic Exclusive Keychain #Funko https://t.co/dJMhZIPmQO via @eBay https://t.co/O0Qm2EChkU
47302                                                                                                                                         @QueenbeeSue @netflix Thank you Sue! 💕💕💕
47303                                        @adamvender @ComicBook @Kevfeige @WaltDisneyCo @Disney @DisneyStudios @Guardians @JamesGunn Do my research? His twe… https://t.co/hQbGoq6T7x
47304                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47305                                                                                                              RT @Prut: @SenSherrodBrown @WellsFargo Any comments from Sen. Portman?
47306                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47307                                                            Check out Rare Syrian INLAID WOOD MOSAIC old JEWELRY BOX MOTHER OF PEARL red LINING See or https://t.co/LqdqLChq21 @eBay
47308                                                                         Puppies With Hair Ties Around Their Mouths Rescued From Kansas Apartment https://t.co/Ia9SemWW4z via @Yahoo
47309                                                                    @EvelDick They pre-empted BB for the game in the Cleveland market on @CBS SHIT!!!  I’m so pissed! @CBSBigBrother
47310                                                                                     RT @Reuters: Gang of puppies steals the show at Chilean military parade https://t.co/8FFMLQmQ6v
47311                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47312                                                                                    @weloveourlungs @airqualityindia @BreezoMeter @Apple @AppleSupport Thanks. Will check these out.
47313                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
47314                                                        Check out Columbia Snowsuit 18-24 months Bright Magenta Black Down Fill Duck Down Feather  https://t.co/mhIfJ3dfTX via @eBay
47315                                         @TMobile shoulda let these iPhones loose weds instead of today so us ground shipping ppl receive day of release...… https://t.co/hNUFxx71JO
47316                                                             Check out NFAC Sep OOAK mix-media colored on Print cute chibi nativity scene anime manga  https://t.co/H6M0uiyOZO @eBay
47317                                                                                                           @Neonrosa @netflix Oh God yes! this gif! 😄😂😍 Thank you so much! 💕💕💕
47318                                                                                       RT @Reuters: Puppies steal the show at Chile's annual military parade https://t.co/DzIaj8HDAH
47319                                                                Check out Premium 6.5” Glass Water Pipe Bubbler Coil Percolated Twisted Glass On Glass https://t.co/nMpA2Az57y @eBay
47320                                                                                             RT @Kayshma: I give it less than 6 months before we see @SamuelJComroe on @netflix 🙌🏽
47321                                                                                     RT @Reuters: Gang of puppies steals the show at Chilean military parade https://t.co/8FFMLQmQ6v
47322                                           @Hermiebear @1Romans58 Poor ignorant @foxnews fool. You wouldn't know but @Nike is about athletic endeavors like… https://t.co/cyLmH6yD37
47323                                                                                       RT @Reuters: Puppies steal the show at Chile's annual military parade https://t.co/DzIaj8HDAH
47324                                                                                                                                         Queen of the South season 3 on @netflix pls
47325                                                         Check out 1958 TENNIS COLLECTIBLE SCHULZ PEANUTS SNOOPY GLASS United Features Syndicate   https://t.co/GZu8zznhBH via @eBay
47326                                                                                         @RoknicStevan @1Romans58 @ThAlMeArCrEq Nobody thinks you even know who @Nike is. #TakeAKnee
47327                                         RT @Reuters: Obama appointed 55 appeals court judges in eight years. Trump has appointed 26 so far – a record pace. Track the changes with…
47328                                                Check out Adidas Adipure Trainer Barefoot Toe Shoes For Gym Train Running Women USA Size 7 #adidas https://t.co/PRJGespYYG via @eBay
47329                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
47330                                                            RT @Reuters: Walmart warns Trump tariffs may force price hikes: The Hill https://t.co/Im5rLcOV0k https://t.co/U9Fe3JIir7
47331                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47332                                                                                                                         @Reuters They are getting ready to bust this country's ass.
47333                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47334                                                                                          RT @SkeletonsOf: Check out Size XS J Crew Pink Cotton Dress  https://t.co/Bd9vcwSbI6 @eBay
47335                                                                                                  Blue pvc banana pattern dog collar and leash set https://t.co/6jFVwaqwxd via @eBay
47336                                                                                                                        @ThunderJackson2 @Nike Wasn’t his dream to be an nfl qb? Idk
47337                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47338                                                                                                                                     @tydalwave_ @TMobile @wthjhay The preorder day*
47339                                                                                                                              RT @Sony: Fifteen days. #Venom https://t.co/7KP9c0LlTf
47340                                      RT @RealDLHughley: DL Hughley: CONTRARIAN ✌🏾🥃 NOW STREAMING ON @netflix @netflixisajoke !! #TeamDL #Netflix #Contrarian #Comedy #Special #S…
47341                                                             Check out Elizabeth Morrey Ornate Art Deco Vintage Large Clip On Earrings Beautiful!  https://t.co/IV3sw4dcCd via @eBay
47342                                                                                                                         @_samijayne @deschiam @netflix AHHHHHHHHHHHHHH IM SCREAMING
47343                                                                 RT @TomFitton: One can presume this is the tip of the anti-conservative iceberg at @Google. https://t.co/AqpsxZ1Wm1
47344                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47345                                             My iPhone now shows me how much of my day I wasted on social media. @Apple slapped us in the face with reality. https://t.co/x7X4seYj5b
47346                                                                                          @jpmorgan Last Hint. THE ROARING 20'S .. Sound familiar? 2000 20008 I LOVE THE WORKING MAN
47347                                            Check out Christopher &amp; Banks Womens Size Large Blazer Multi Color Career Jacket #ChristopherBanks https://t.co/tnldtyQAj2 via @eBay
47348                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47349                                        RT @Informatica: Going to @Dreamforce? Please join Informatica at our CX Data Dreams Lounge to unwind and meet our @salesforce data managem…
47350                                                                                                                @netflix change your intro my tv was us up and i shitted a li bit 😭
47351                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47352                                        RT @sradhasil80: @anujdhar @amazon @Flipkart Anuj Sir..I have read both your books on Netaji-- The biggest cver up and What happened to Net…
47353                                                                                     RT @Reuters: Gang of puppies steals the show at Chilean military parade https://t.co/8FFMLQmQ6v
47354                                         RT @ItCanWait: .@OU_Football or @TexasFootball? @ATT wants to know whose fans can drive more pledges before the #ATTRedRiverShowdown. Push…
47355                                                           Check out Solar LED Waterproof Stainless Steel Human Body Induction Landscape Lamps #YP https://t.co/XXxJuFUXzK via @eBay
47356                                                                                            Sweet jesus ... These. Are. Fucking. Amazing. @Walmart well done https://t.co/L9iLiCWu1T
47357                                                                             RT @DeborahAnnWoll: Let the Devil out! October 19!! @Daredevil @netflix @Marvel https://t.co/KF30EQ1XpU
47358                                        RT @RachelMerkle: Bring back #Dietland @netflix @hulu @AmazonStudios @shesallfatpod @JoyNash @JenPonton Sign the Petition https://t.co/Odqs…
47359                                                  Check out Vintage BSK Brooch &amp; Earrings Gold Tone Clear Marquis Rhinestones Demi Parure #BSK https://t.co/E4LTmKY7hR via @eBay
47360                                                    Check out Halloween Dancing BLACK CATS &amp; PUMPKINS Figurine SCULPTURE*Whimsical Fall Decor  https://t.co/hH5A3Bokod via @eBay
47361                                                       Check out Chisato Yamada - Suite #Nihonkai (Teichiku Records) LP GM 1502 Japan RARE NM OBI  https://t.co/15xmmSFeur via @eBay
47362                                                              Check out KIDS KEEN SHOES GIRLS 11 Pink Waterproof School Shoes Everyday Sneakers Tennis https://t.co/cgd2mKmkk3 @eBay
47363                                                          RT @Reuters: Venezuela jails 34 store managers on charges of price gouging https://t.co/J0557OKIud https://t.co/6VH1SvnfYB
47364                                        @Reuters Remember when Walmart used to sell American products? They even bragged about it in their advertising. Now… https://t.co/Fpv9qQw0Fz
47365                                            Check out Nagoya Suzuki M-30 Beautiful Mandolin (Bowl Back) with Hard Case &amp; FREE Shipping #Suzuki https://t.co/zgt1lvE6yL via @eBay
47366                                                                                                                                               @Reuters @ummjackson using dogecoin??
47367                                                                                                                               @AshleyEsqueda @TMobile Now I’m nervous about mine...
47368                                                                         Check out Up From Slavery by Booker T. Washington 1963 Paperback Edition  https://t.co/JdOTRZ6rRr via @eBay
47369                                        RT @frdolphinPOV: Excellent @Reuters story on the growing captive cetacean industry in China - don't miss the striking graphic that goes wi…
47370                                                                                             @danielmarcevans @KrysiaJ @ZeenaZalamea @TheDubaiMall @Apple Yeah. My thoughts exactly.
47371                                        RT @Disney: Everything you need is inside. Disney's @TheNutcracker and the Four Realms is in theaters November 2. #DisneysNutcracker https:…
47372                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47373                                        RT @Disney: Everything you need is inside. Disney's @TheNutcracker and the Four Realms is in theaters November 2. #DisneysNutcracker https:…
47374                                                        Check out The Adventures Of Superman Comic Issue 532 Modern Age First Print 1996 Kesel DC  https://t.co/pG7L3tqPij via @eBay
47375                                                                                                                                                       @iHeartRadio @TMobile however
47376                                                                 Noticed that my @Apple iPhone 8’s battery longevity dropped significantly after the #iOS12 update. (Just saying. ☺️)
47377                                        Just submitted an opening proposal to @CocaCola for our new billiards game None Is Perfect regarding sponsorship co… https://t.co/Eni4byzZ73
47378                                        RT @eBayROCteam: Japanese Sushi Set of 6 Blue Fish Decorative Rice Paper Box Chopsticks Rests  https://t.co/AtAW8ylLX8 via @eBay @PKFUnique…
47379                                                                 RT @TomFitton: One can presume this is the tip of the anti-conservative iceberg at @Google. https://t.co/AqpsxZ1Wm1
47380                                                             RT @Reuters: Sprinting in zero-gravity: Usain Bolt and astronauts challenge the laws of science https://t.co/CtoOLWQC1A
47381                                        @Walmart Neighborhood Market (2985 E. Elizabethtown Rd.) off N.C. 41 in Lumberton will be doing a free ice and wate… https://t.co/mPNTZ2qMbv
47382                                                                                                                                      @HomeDepot  it’s 12:01 where tf my money 💁🏽‍♀️
47383                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47384                                        RT @curlycrispen: Make sure you vote with the messenger bot by DMing @CBS and vote on the website!! You don’t need All Access to vote!! Use…
47385                                                             RT @Reuters: Sprinting in zero-gravity: Usain Bolt and astronauts challenge the laws of science https://t.co/CtoOLWQC1A
47386                                         RT @Braveswyn: @GreenPeaches2 @Walmart This is so true. I first learned it in the Army when a service member or family member would become…
47387                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
47388                                                                 RT @Reuters: Oil prices slip as Trump calls on OPEC to lower prices https://t.co/oKQahPzO3a https://t.co/wFuA8kevns
47389                                        RT @Reuters: North Korea's Kim wants another Trump summit to speed denuclearization: South's Moon https://t.co/v8KefUnXyO https://t.co/UAX4…
47390                                        RT @DeonERoberts: @SenWarren @WellsFargo This is the announcement that Wells Fargo made today and that Sen. Warren is referring to. I wrote…
47391                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
47392                                                                                RT @Google: We're turning 20 next week. Time for an awkward baby photo! #tbt https://t.co/chBFDs8U8f
47393                                                                                   The Christian Life: Finding Hope In God by Authors For Christ https://t.co/1CF9Ao2r2O via @amazon
47394                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47395                                                                                             @Apple Wow these phones are getting so big guys are going to have to carry handbags too
47396                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
47397                                        @facebook You are ruining my America? How can you do this to the country that provided everything you have? Horribl… https://t.co/Lx8f363siC
47398                                        RT @Reuters: Alibaba's Jack Ma says U.S.-China trade war ends one million U.S. jobs promise - report https://t.co/FTTkPmGSMA via @ReutersTV…
47399                                                        RT @Reuters: Accuser of Trump's court nominee sets conditions for testifying https://t.co/M6aK95WZbb https://t.co/j3MMRtK3J6
47400                                        RT @iHeartRadio: These lucky fans are going to the #iHeartFestival thanks to @TMobile. Not in Vegas? Follow @TMobile for all the fun this w…
47401                                                                      @ChrisPoole33 @Reuters You're comfortable with a Supreme Court justice who may have attempted to rape a woman?
47402                                                                                         The Little Prince on @netflix was absolute magic.  Highly recommend! ✨👏💭 #whatsonnetflix
47403                                        RT @Disney: Everything you need is inside. Disney's @TheNutcracker and the Four Realms is in theaters November 2. #DisneysNutcracker https:…
47404                                                                                                I live right across from the @amazon Go store and it's actually suuuuuper convenient
47405                                                                                                 RT @vjeranpavic: Did @amazon just delete the notch here...? https://t.co/ntQUP9LfUr
47406                                                       Check out Japanese watercolor painting India ink painting Nihonga Shikishi vegetable Kanji  https://t.co/1fQLyEaPKP via @eBay
47407                                         @steinbass56 @SenSherrodBrown @WellsFargo Wife beater! It’s in court records... Someone doesn’t make that stuff up… https://t.co/dSFBSnwj6R
47408                                                                                                     @ATT I would like an answer. Unbelievable bad service to a client since 1999!!!
47409                                                                                         Check out Miami Heat Dwyane Wade ESPN Magazine #MiamiHeat https://t.co/0FQPiRSu6c via @eBay
47410                                    @ATTCares @ATT @ATTBusiness  I use AT&amp;T wireless. I would like to opt out of the FEMA test text message. I do not c… https://t.co/DLhvndCKTx
47411                                          @gorgi___ @TechCrunch @bheater @Apple I was moreso referencing the companies that are leveraging physical consumer products to amass data.
47412                                                                         #ultimategemini #hiking #buynow #ships #asap Check out my listing @eBay - https://t.co/rTJLBd9Kvm via @eBay
47413                                                  Check out NEW KIPLING Syro Crossbody Shoulder Bag Sandcastle Nylon HB7478 Pockets Light #Kipling https://t.co/J4t8y2Oomd via @eBay
47414                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
47415                                                                                                      RT @Reuters: Vietnam President Quang dead: state media https://t.co/QuV0s8Kpjs
47416                                                                                                                                                               @Reuters Right choice
47417                                                                                                   RT @BSusans: Chasing Shadows by Dimpra Kaleem https://t.co/CVNRoQjc8g via @amazon
47418                                                                                   RT @kateinmadcity: @DonnaMarieHame1 @netflix Ah fantastic! 😀 Thank you so much Donna Marie 💕❤️💕
47419                                                     Check out 2012 Conference Champions #Baltimore #Ravens Hat Cap Medium-Large New Football NFL  https://t.co/IkEguNRvBq via @eBay
47420                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
47421                                                       RT @Reuters: Syrian Kurds say they cannot hold foreign jihadists indefinitely https://t.co/eqjbVVNaWW https://t.co/W5EfnwSv7m
47422                                                         Check out Lamy Safari Special LILAC Pen School Business Office Fountain Pen Mutil- Color  https://t.co/UzePD3Xg8L via @eBay
47423                                                                                                                                         @AnnaBarna13 @easyJet @anglissima Na gut...
47424                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47425                                                                       Montblanc Meisterstuck Classique Black/Platinum Rollerball Pen New Model 😎 https://t.co/3w1iQ7Iwsc via @eBay
47426                                        RT @AmyStuddart: .@IRIglobal is launching an exciting set of projects with @facebook and others to ensure that technology supports rather t…
47427                                                      Doing The Apocalypse Shuffle: Southern Prepper Adventure Fiction of Survival ... https://t.co/60TPQHD8GB via @amazon #preppers
47428                                                                                         Check out The Best of THE FUREYS &amp; DAVEY ARTHUR - CD  https://t.co/wKhvdCxwwN via @eBay
47429                                                       Check out Corner Shelf Stand Modern Wood Ladder Display Tiered Unit Bookcase Weathered Oak  https://t.co/7HXQr7cfdv via @eBay
47430                                                                 Another FAKE @adidas e-commerce website has just been detected by: https://t.co/mYqdOr0sfk #Sportswear #Counterfeit
47431                                                                                     RT @JinxT91: @jeroen_houpe @LeeAnnTex @iamdanmichelle @facebook I am leaving Facebook for good.
47432                                                                                                    No refund or replacement just incompetent staff @amazon #Amazon #unhappycustomer
47433                                                                         @GSwagsta @Tesco oh dont worrie gem i will do very poor service . haven’t botherd calling me back 3 times .
47434                                        RT @HumanRightsAct6: @varunanandsays @amitvarma @PMOIndia @MinistryWCD @ndtv @Reuters @dna @ravishndtv Dear @amitvarma ji Do u consider fil…
47435                                                    Check out Job Lot of 5 - Diecast &amp; Plastic Steam Locos - For ages 3 years and above - MIB  https://t.co/QfKH3LqjdY via @eBay
47436                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
47437                                        @SEALTeamWriters @maxthieriot @SEALTeamCBS @CBS @CBSTVStudios @David_Boreanaz @AjohnBuckley You’re traders are driv… https://t.co/SPinOxGBT8
47438                                                  Check out Cartier 1999 Limited Edition Big Square Top Ring 18K Yellow Gold Orig Box Size 6 #Band https://t.co/BsWJsFkDLF via @eBay
47439                                                                                              Okay Okay @Nike Wheelz Keep On Spinning...Baby Girl Is Grown.... Thanx Future @1future
47440                                             Check out VENOM 002 - DIGITAL CODE ONLY https://t.co/ruwoqqGmGw @eBay #VENOM #WeAreVenom #Symbiote #EddieBrock… https://t.co/A6Ewgraeab
47441                                                                             @FrontSeatPhil @Nissan @YouTube 😮 Honestly...would love to get some  updated stats on the media reach.
47442                                        RT @AliciaFoxy: Moments like this make me beyond proud to be a @WWE Superstar! Thank you to @Hyundai @HopeOnWheels for introducing us to Ca…
47443                                         @G_Winterbottom @jwallreid @eBay @ScottishSun @rowlinglibrary @RGalbraith That image look like it’s been signed by… https://t.co/KLNBCElfmT
47444                                                                             RT @Reuters: U.S. warship sails near disputed South China Sea islands: official https://t.co/hoRo91TgkP
47445                                                            Check out 1999-00 Upper Deck Wayne Gretzky Year of The Great One #GO17 Mint 0295/1999  https://t.co/pTMfvFPSEx via @eBay
47446                                                                                                                                                         @WattoSue @Ryanair Stansted
47447                                         RT @AngelsMercy0926: Hey @netflix I just added V-Wars to my list. I'm so excited to see @iansomerhalder . Keep up the great work with your…
47448                                                                                                                              @wictor @sympmarc @Microsoft @MS_Ignite Totally agree!
47449                                                                           eyewitness is a great show @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca ' '
47450                                           Check out Vinyl RecordMaynard FergusonNew VintageJC 34971Columbia1977JazzFunk    via @eBay #Vinyl #Record #music… https://t.co/5Te7LJV8hV
47451                                    RT @adarshshastri: It is shocking that @Apple employee Tiwari was murdered in  cold-blood by @Uppolice goons!A promising young life &amp; caree…
47452                                                                                      Check out John Deere  B Tractor Operator's Manual #JohnDeere https://t.co/5DFjNQAk5x via @eBay
47453                                                                    RT @intel: We’re thrilled to be featured in @FastCompany for our expedition to preserve the Great Wall with #AI.
47454                                                                                                RT @TeaSpillYT: This isn’t a want... this is a NEED @netflix https://t.co/CrJgYLUHTu
47455                                                      RT @IngrahamAngle: Wanda Sykes Booed Over Anti-Trump Jokes During Comedy Show in New Jersey https://t.co/ENnrocPQzh via @Yahoo
47456                                             RT @DonFi4o: Check out Vintage Foo Dog Statue Resin Chinese Temple Guardian Lion Red Feng Shui Decor  https://t.co/JfBpmzjtM9 via @eBay
47457                                                                      RT @Reuters: Toll of dead from Indonesian quake jumps to 832 dead as rescuers struggle https://t.co/8WfyOhYSaq
47458                                                       Check out Precious dried seafood Sipunculus nudus 1 Pound  (454 gram) sandworm from Nanhai  https://t.co/N5IdMfjpvk via @eBay
47459                                                                      RT @Reuters: Toll of dead from Indonesian quake jumps to 832 dead as rescuers struggle https://t.co/8WfyOhYSaq
47460                                                        Check out New PUMA X BTS Court Star Vulc [US 8] Bangtan Boys Official Goods Limited Shoes  https://t.co/WpIbWZgQ4J via @eBay
47461                                                                                    Check out Michael Kors Ivory Pebble Leather Satchel Top Handle Bag https://t.co/6bKQ8pnPTn @eBay
47462                                         Has anybody else tried to set up an @eBay account lately? What a bloody fiasco. Beyond useless. And don’t you dare… https://t.co/SLFBHUV9yG
47463                                        RT @Reuters: Sirius XM to buy Pandora in $3.5 billion streaming push. See more from this week's tech playlist via @ReutersTV https://t.co/E…
47464                                           Spotted a huge Andrex puppy today at Tesco! Little Daisy could not resist a huge cuddle with him! @Tesco #andrex… https://t.co/kmT0ecYcVp
47465                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
47466                                                                                                                      Check out my listing @eBay - https://t.co/7teqpn8BDE via @eBay
47467                                                                      RT @Reuters: Toll of dead from Indonesian quake jumps to 832 dead as rescuers struggle https://t.co/8WfyOhYSaq
47468                                         RT @Equinor: Just imagine if you could fly by electric plane next time you went on holiday. Or if you could use CO2 for more than just the…
47469                                            @aajtak @sardanarohit #BREAKING #news #India #USA #US VERY BIG #Shame OF #Apple @Apple 01 #Manager #VivekTiwari… https://t.co/mSpezZTN6O
47470                                                               Famous Himalayas Fresh Truffle in olive oil total weight 8 Ounce (227 grams) ... https://t.co/zaHYvEc2XY 来自 @amazon
47471                                                               The highest grade black tea with golden needle shape in bag packing total 24 ... https://t.co/GU6wQ7ZjKf 来自 @amazon
47472                                                           Just saw this on Amazon: ITART Christmas Tree Assortment Ornaments Kits i... by ITART https://t.co/7Y1qWIeJ3N via @amazon
47473                                                                      Check out HOTTER UK SIZE 3.5 WOMENS DONNA MAUVE PURPLE SUEDE VINTAGE STYLE HEELS https://t.co/SpA2vDyFek @eBay
47474                                                                                                                                    @ATT Get rid of the data cap you greedy bastards
47475                                                                      RT @Reuters: Toll of dead from Indonesian quake jumps to 832 dead as rescuers struggle https://t.co/8WfyOhYSaq
47476                                                        Check out DIAMOND RING D VS1 ROUND 2.24 CT SOLITAIRE ACCENTS 14K WHITE GOLD CERTIFIED NEW  https://t.co/GCvCa2xZfs via @eBay
47477                                                   Check out 1 Style In USA Ladies Plus Size Cactus  Long Sleeve Pullover Shirt Brand New  Po #ANY https://t.co/SuvDpOmx1H via @eBay
47478                                        RT @BlogUSA2018: @foxandfriends All these Liberals Hollywood mocked decent human beings @ABC @NBC @CBS @MSNBC @CNN @TheView @cnnbrk @CNNI @…
47479                                            RT @PaceRappaport: RIHANNA Last Girl On Earth Live Concert Tour T-Shirt Size Small R&amp;B Hip Hop Pop https://t.co/qbNAlfFjiQ via @eBay
47480                                                                Confederate Political Economy: Creating and Managing a Southern Corporatist N... https://t.co/3BZmVNJjgp via @amazon
47481                                                               @CookkieeMonxter @Gillette I could've been worse. You could've tagged my mom. But thankfully she ain't on twitter. 😂
47482                                        @DWPscumbags @SimonPepper73 @EvaSoumble @evertonfc2 @georgegalloway @donzo1401 @Tesco @AdamBrosnan2 ...and also rig… https://t.co/hdNJsJYJ6d
47483                                         $$$ Yes @TylaYaweh @tydollasign @1future #IdaNeedaDoDewDew Says @pepsi On The Streets Like @dominos Filling in Pot… https://t.co/fxhGztnuIB
47484                                                                                                                                   Everyone needs to watch Reversing Roe on @netflix
47485                                        RT @7jJhetukh6osvpz: #XenaRevival @NBCUniversal @nbc @robtapert bring our Heroes back @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @Univers…
47486                                                          #Taz #Tasmanian #Devil Car Window #Decal #LooneyTunes #WarnerBros #Vinyl @msbellslucky13 https://t.co/S5uFCklhYR via @eBay
47487                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/hO8QSQ9Om1
47488                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
47489                                                Check out Excellent+++++ PENTAX 645 120 Film Back Holder w/Case SLR Film Camera Lens Japan #PENTAX https://t.co/aFPX5r0yOD via @eBay
47490                                                                                                           Sandow Prime Video ~ Alexander Cooper https://t.co/w1hHSZhnMf via @amazon
47491                                                                                      Check out Replica Eames White Leather Chairs and Ottomans (Pair) https://t.co/XV6Mg7tG8x @eBay
47492                                                                                                                      Check out my listing @eBay - https://t.co/6o89dTvhDa via @eBay
47493                                         RT @KeevaCarroll: .@LDNLutonAirport @Ryanair @UK_CAA  thread: I had a terribly traumatic experience going through security before my 20:05…
47494                                                             Girls/boys Bing cross stitched door hanger/ plaque / door sign £4 &amp; 76p pp #Bing  https://t.co/F0wAKhbL2Q via @eBay
47495                                                                          The @SUBWAY commercial showed the @McDonalds arches and made me want a quarter pounder. #failedadvertising
47496                                        37% OFF #sales #save #wirelesscharger @amazon Wireless Charger RAVPower Qi Certified 10W Fast Wireless Charging Pad… https://t.co/bMlIT8pe1a
47497                                                    RT @trader_berra: #ProntoUomo Men’s Dress #Shirt Brown/Light Blue Striped #NonIron Size Large  https://t.co/Edq59i5xER via @eBay
47498                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/iE3fZpO6EE
47499                                         @APompliano @IICryptoLover @Google @circlepay @arrington @coinbase If you could sum up the impact of these stories… https://t.co/q1XHffX2jR
47500                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
47501                                        RT @GrapeTalent: @lucy4dams @Apple @Vitality_UK But if the contract was with vitality isn’t it their responsibility. I’m no expert but cont…
47502                                      @TheIndyJT @TexasLonghorns @CollegeGameDay @ATT @CoreyElliot I wish texass was Elite🤗🤚🤔 so they could matchup with… https://t.co/izVMeGhGhi
47503                                                                          Check out 1985 Topps Kirby Puckett Minnesota Twins #536 ROOKIE Baseball Card https://t.co/dfCdflb0oD @eBay
47504                                        @McDonalds fix your system! If I order from the screen and select my food/drinks and complete my order and sit down… https://t.co/MlnnLYdcxZ
47505                                                                                                                              @SnarkySteff @Google @gmail Right? It’s so busy now!!!
47506                                                                                                                 @ssverma1916 @Google @UdacityINDIA @akshtjn @udacity well done 👍👍
47507                                                                                                                                                            @NaomiKyle @ATT Awesome.
47508                                                          Check out The Walking Dead Comic Issue 177 Modern Age First Print Robert Kirkman Adlard  https://t.co/SDsWaRjhz6 via @eBay
47509                                        @York_Made @flyinglawyer73 @guardian @BBCNews @SkyNews @itvnews @Channel4News @Reuters @AP @PA He made more allegat… https://t.co/y4av3hjhky
47510                                                            Check out Lindsay Phillips Pair of Baylee Shoe Sandal Snaps Fish Beach Cruise Summer   https://t.co/Z7gnxuyBzz via @eBay
47511                                        @netflix how do I disable the auto preview that keeps playing when I watch a movie or a show on a tablet?? The soun… https://t.co/79oGVHkyFF
47512                                                                                        @LDNLutonAirport @KeevaCarroll @Ryanair @UK_CAA SURLY you should of been searched by a woman
47513                                                        Check out Abraham Lincoln Speeches &amp; Addresses Red Little Luxart Library  Gettysburg   https://t.co/dNpe3P7HRu via @eBay
47514                                                         Check out 101 ANSWERS for NEW TEACHERS and THEIR MENTORS : Effective Teaching Tips #335B  https://t.co/38aPcRQFvY via @eBay
47515                                                                                         Check out Bandai Action Figure Red 6 inches Tall  #Bandai https://t.co/IquA8HBVdq via @eBay
47516                                                                Check out Vintage Black Fiesta Ware Coffee Pot Server - Retired  - Excellent Condition https://t.co/wdRPQYa3xp @eBay
47517                                                   Check out NEW DESIGNER ENRICO LUGANI GREEN SUEDE POINTY TOE HIGH HEEL ANKLE BOOTS 9.M-39.M #ALL https://t.co/kp9JrQqFs5 via @eBay
47518                                                               Check out ORIGINAL M DOTSON PAINTING FALL AUTUMN  - GIRL WITH APPLES #Impressionism https://t.co/fyCqYO3xPd via @eBay
47519                                               @facebook sooo I can't reset my password and it won't even send the code to my phone...then it says my email is in use....wtffff.....
47520                                                                  Check out 10 x Antique French Buildings/Landscape/Mountains Postcards c.1910...  https://t.co/TTw0gec4RN via @eBay
47521                                                            RT @DonFi4o: Check out Chinese Porcelain Teapot Painted Marked Jingdezhen Make Modern  https://t.co/aJBgGQVNKH via @eBay
47522                                                                  Check out Vintage Star Wars Princess Leia Bespin Complete (404B2) #KennerPalitoy https://t.co/aEcq0Nz8ma via @eBay
47523                                                                            Check out Vintage miniature: Dutch silver sledge years 60/70! Marked!  https://t.co/SR6DVWxNb9 via @eBay
47524                                                                                   When you order extra caramel drizzle and they give you none 😿 @Starbucks https://t.co/TLkKSZgXFp
47525                                        RT @dobieman1973: @UPS possibly one of the worst delivery companies on the planet. Don’t deliver to the address on the parcel. Just to rand…
47526                                                  Just saw this on Amazon: Evenflo Symphony Elite All-In-One Convertib... by Evenflo for $159.99 https://t.co/Soe8CbXL6R via @amazon
47527                                                                 Check out VINTAGE Zippo Vietnam lighter 69-70 DOUBLE NAMES BEN AND STEPHEN NAVY   https://t.co/9jihPzxNPV via @eBay
47528                                                                                    RT @Reuters: White House says not 'micromanaging' FBI probe of Kavanaugh https://t.co/8lgJl6uPUz
47529                                                                  Check out Logitech G25 Racing- WHEEL  ONLY- AS IS -NEEDS WORK AND PART #Logitech https://t.co/cozGYcrznY via @eBay
47530                                                                                                                                                 @Apple I love this phone iPhone S X
47531                                        RT @GracefulGShop: $15.99 #magellan #mens #cargoshorts #shorts Size 42 #fashion #style #clothing #shopping https://t.co/ptMypIra0W via @eBay
47532                                        I will never order anything from @verizon wireless as long as they continue to use @fedex. Had I had known that was… https://t.co/7wwcq1d1vN
47533                                                                                                  She: A History of Adventure di H. Rider Haggard https://t.co/bPCusEfwBz di @amazon
47534                                                                 Check out 38000 Grams Lapis Lazuli Free Forms Handmade Polished From Afghanistan  https://t.co/VUZFNsCKaN via @eBay
47535                                                                                    RT @Reuters: White House says not 'micromanaging' FBI probe of Kavanaugh https://t.co/8lgJl6uPUz
47536                                                                                                            Check out 14k gold hoop earrings pre owned https://t.co/BaWqNY8jrl @eBay
47537                                                                                                                                                    @Tesco We all need food dont we?
47538                                                              VERY RARE!! Small Antique Anheuser Busch Eagle Watch Fob with Leather Strap - $49.99 https://t.co/ZcYCBfZcB9 via @eBay
47539                                        RT @eBayROCteam: Nine West Vibrant Rainbow Multi Color Faux Snakeskin Pointy Toe Pumps Size 10.5  https://t.co/8znoKPj2Dt via @eBay @Jersey…
47540                                        RT @Mehtacee: @varunanandsays @amitvarma @PMOIndia @MinistryWCD @ndtv @Reuters @dna @ravishndtv Seems author is unavare of ground reality o…
47541                                                                                                           @PayPal Someone hacked my PayPal and stole $3500 from my checking account
47542                                                                                                                      Check out my listing @eBay - https://t.co/BBky6xaDeY via @eBay
47543                                        RT @_ColaGamingYT: @Microsoft Why is that my @xbox turns off automatically after a few minutes of using it every morning? After I turn it b…
47544                                        Kellyanne Conway: 'I'm a victim of sexual assault' https://t.co/MfMSLhCUuK via @Yahoo.  Go tell the Republican Part… https://t.co/GPSDh84gbL
47545                                                                                  Check out 1959 Gillette FatBoy Replated Refurbished Razor E4–83  https://t.co/AgETnbWmTL via @eBay
47546                                                                                              Check out Comic Forum La Patrulla X No. 12 PTAS 125  https://t.co/SX3vcu6ddM via @eBay
47547                                                            Check out Vintage Westinghouse Elevator Car Station Operating Panel - Stainless Steel  https://t.co/VjwbJnpZTt via @eBay
47548                                                     Check out Vintage Pyrex Amish Butterprint White Turquoise 1 Qt. Casserole with Lid 473 #Pyrex https://t.co/Lq40kqjE9G via @eBay
47549                                                                            @ritz1013 @NBCNews I mean it worked so well with @Nike lol. You just made Damon another couple mil moron
47550                                                                                                                                                     @Reuters Can we believe them ?!
47551                                                                                              @Disney @DisneyGames Save our love! #SAVECPI #SaveClubPenguinIsland #ClubPenguinIsland
47552                                               Amazon and Nike are charting a course for the store of the future. #retail #footwear #sneakers @amazon @Nike… https://t.co/FEcJHgDPFo
47553                                                          Check out Vintage Italian Venetian Murano Gold Fleck Art Glass Bowl Ashtray Dish #Murano https://t.co/eeh3uCIalS via @eBay
47554                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/6tYDdWgcYu
47555                                                                                                                                                         @MikeQuindazzi @Google cool
47556                                        Check out ROCK AND ROLL HALL OF FAME MUSEUM MEMBER T-SHIRT (MENS XL)  #ROCKANDROLLHALLOFFAME #HOF  #MUSEUM https://t.co/ATWGFhiOXa via @eBay
47557                                                                                 Check out BBC DOCTOR WHO T-SHIRT (MENS LARGE)  #DOCTORWHO #TSHIRT https://t.co/9MOcdxCEtg via @eBay
47558                                                Check out Citizen Eco-Drive B612-S06632B Mens Solar Analog Quartz Chronograph Watch Hours #Citizen https://t.co/RoyB9eTzPl via @eBay
47559                                         @NetflixIndia @netflix The Expanse has been removed from your library. Why? What happened? Didn't Netflix have the… https://t.co/njHCQ468kt
47560                                                                                       @facebook Is anyone getting signed out all the time? Does it mean my account is being hacked?
47561                                    RT @adarshshastri: It is shocking that @Apple employee Tiwari was murdered in  cold-blood by @Uppolice goons!A promising young life &amp; caree…
47562                                        RT @lyndilane: Check out Jimmy Choo Shoes Nude Leather Smoking Flats Pointed Toe Slip On Style https://t.co/CLO6gCxFiC @eBay #ebayseller #s…
47563                                                                                                         @arasmusKTVU @KTVU @salesforce *Hydraulic* But it is @ktvu #spellingmatters
47564                                                  Check out Men's Champion Sports Golf Fleece Vest Size Large 2 Pocket Vest Full Zipper Logo #VEST https://t.co/6XW2iuFDGK via @eBay
47565                                            @consumerfx @CheriJacobus @Bayer @BayerUS @BeachesResorts @SandalsResorts @CapitalOne @Honda @Acura @Enterprise… https://t.co/RLxiq3aiFO
47566                                                                                    Check out Loving Joy Curved 5 Inch Silicone Dildo with Suction Cup https://t.co/1IUsUnT9Sk @eBay
47567                                                    Check out Vtg 90s Penn State University Layered T Shirt XL Navy Blue PSU Nittany Lions #Tultex https://t.co/tLkim186UW via @eBay
47568                                                                                                                                         @reeses @amazon #NotSorry Cups #Sweepstakes
47569                                                                                                                                 @McDonalds The pickle statement was hilarious! 😂😂
47570                                        RT @jamescharles: Hi @netflix let’s make a documentary on the behind the scenes of the beauty industry and why the community is plummeting.…
47571                                                                         RT @ATT: This program is helping young Latinas become tomorrow's #STEM role models. https://t.co/QgNC6a7ImI
47572                                                    RT @JanusianGallery: Never Be Your #Boo #Halloween2018 Hooded Sweatshirt by Janusian Gallery https://t.co/NwBp4PTTIq via @amazon
47573                                                            @_padillac @McDonalds And I've been waiting for you all my life... But guess what? You can't always get what you want...
47574                                                                                                                        @McDonalds Pay your workers more. Give them health insurance
47575                                                                                                      @MarkLagatao @champssports @adidas I’ll take another pair please and thank you
47576                                        @soonerscorpio @TexasLonghorns @CollegeGameDay @ATT @CoreyElliot Back? Let me look around here for your Top 25 wins… https://t.co/CQQpBAMe02
47577                                         RT @KaranBajwa_IN: As the excitement builds up for Oct 8th #IBMyoutsav - a celebration of @IBM #Innovation #IBMers. @IBM_in lets make it a…
47578                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
47579                                        @Belovedsword @NewsThisSecond @Disney Interesting that you lean on picking apart her appearance when Kavanaugh show… https://t.co/kp4hhT2Cma
47580                                            RT @necateacher: Check out Kate Spade Sawyer Street Declan Bow Plum Dawn Leather Crossbody New Summer Fall https://t.co/SwVPcNx7xP @eBay
47581                                         RT @ItCanWait: Just one glance can change everything when you’re behind the wheel. Join @ATT and take the pledge to never drive distracted…
47582                                                    @NISMO @al_buncombe @Jannthaman @Mattparryracing @Nissan @NissanMotor @Nissan_ESP @PlayStationEU @motul… https://t.co/1qzR3rmdXQ
47583                                        RT @beautiqueisle: Check out Handmade Shoulder Bag Purse Beach Bag Crochet Handbag Tote Lot of 10 Lunch Bag https://t.co/x3tBdPuMse @eBay h…
47584                                                                          Pecha Kucha  &amp;  English Language Teaching: Changing The Classroom  https://t.co/8ACkcAm1x9 via @amazon
47585                                             RT @jpmorgan: . @YvonneOrji takes the stage at the #Under30Summit to share how she charted her own career path. https://t.co/442WXEL2Lg
47586                                                                                            Check out our latest rave review on @TripAdvisor! https://t.co/21lWfIjDVD #5bubblereview
47587                                                                                                  The Diviner’s Tale: A Novel by Bradford Morrow https://t.co/o8RBKAjsNJ via @amazon
47588                                                                                           Ray Villafane Pumpkin Carving Tools by Ray Villafane  https://t.co/JgqDOwcvHU via @amazon
47589                                                                                              @VoodooRich @Pharrell @adidas @adidasoriginals @wex1200 @BenHerath my thoughts always.
47590                                                                                                                      Check out my listing @eBay - https://t.co/V17ZUx4ttq via @eBay
47591                                                                          I’m not a @GeneralMills guy. Here’s a great reason why. @KelloggsUS for life baby! https://t.co/fmlxUDuC8N
47592                                                                                                                      Check out my listing @eBay - https://t.co/Zg20dyGa6V via @eBay
47593                                                                         RT @Reuters: SEC chairman says Tesla settlement in 'best interests' of shareholders https://t.co/yFwofzmCa0
47594                                         RT @soaj1664ashar: The additional technical details of the @facebook exploit is awesome. Hats off to attackers for noticing and connecting…
47595                                                             Check out 2018 BOWMAN CHROME PEAKS OF POTENTIAL BRENDAN McKAY RC RAYS FREE SHIP 🔥⚾️  https://t.co/P6jtmdt17Y via @eBay
47596                                                                                                                                   @Apple ahh yess the new and revolutionary iPhones
47597                                        RT @Shuchi5: Just announced at @ghc Grace Hopper Celebration @SAP was named to  @AnitaB_org Top Companies for Women Technologists demonstra…
47598                                        RT @750inked: Okay so @Apple. Hear me out. This video got 700k+ views. That mean 700k+ people were positively influenced to buy AirPods. If…
47599                                        RT @Microsoft: #AI can help save lives during humanitarian crises. Our president @BradSmi shares more about the commitment we're making: ht…
47600                                        RT @Microsoft: #AI can help save lives during humanitarian crises. Our president @BradSmi shares more about the commitment we're making: ht…
47601                                                                               Check out TED NUGENT - SWEDEN ROCKS - PA VERSION!!  NR!!! #HardRock https://t.co/g8lSlOxXoZ via @eBay
47602                                                                                                                      @NASA @facebook Congratulations on your milestone Anniversary!
47603                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/DadxXvuIe1
47604                                        @ThisIsZeroHour @1o5CleanEnergy @auliicravalho @Disney Please encourage all activists to prepare for arrest by sign… https://t.co/tKYUVCmy6a
47605                                                                Columbia Quick Dry Shirt Blue Plaid Button Front Short Sleeve Size Large #Columbia https://t.co/IHbEJErqxB via @eBay
47606                                        I @McDonalds went through the drive through and was parked when my order was messed up. I requested double cheesebu… https://t.co/onPMbBaw0a
47607                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
47608                                                        Check out Gray Retro Wall Sconce Outdoor Industrial Fixture Metal Light Aluminum Lighting  https://t.co/r3ZJ0q0iQe via @eBay
47609                                                           Check out 2018 BOWMAN CHROME PURPLE SHIMMER BCP156 TAYLOR TRAMMELL RC 94/655 REDS 🔥⚾️  https://t.co/vxcDykKXuc via @eBay
47610                                                   Check out Vintage Estate 4.61cts Pave Rose Cut Diamond Ruby .925 Silver Awesome Lion Ring #Ring https://t.co/rQdTmdMZ6b via @eBay
47611                                                                                                                                                           Help @Apple @AppleSupport
47612                                             RT @the_best_offer: 42% OFF #sales #save #vacuumcleaner @amazon Hoover Power Scrub Deluxe Carpet Washer FH50150 https://t.co/MsyGrllnxu
47613                                                                             RT @ChippysUK: Check out our latest rave review on @TripAdvisor! https://t.co/WXcKHGCCep #5bubblereview
47614                                                                                                                                                    @NaomiKyle @ATT Congrats Naomi!!
47615                                                                                                         @Nike sponsor me or I start wearing @VictoriaSeries https://t.co/GM2ly5qVP0
47616                                                                                             @swiggy_in bad delivery. 1:30 hr late still waiting. @McDonalds https://t.co/YNHXty3FHl
47617                                                                                                                          @jonhammondtweet @Disney @Argos_Online That's terrible !!!
47618                                         @farwell3d @kthlars @GodFriendedMe @60Minutes @CBS I love that you used the words “brave enough.” So hilarious and… https://t.co/jsr10I2ffj
47619                                        RT @Jana90976536: @easyJet cancelled our flight after having us wait +3 hours @ airport. Reason: crew had worked too many hours. Now refusi…
47620                                         @ATT Why does my internet connection keep on going out daily? Att uverse and att internet so far have sucked in my… https://t.co/52vWAiZpT8
47621                                        .@StephMcMahon and @TripleH partner with @Hyundai to recognize childhood cancer survivors Carter and Elizabeth whil… https://t.co/MuVTTarWGm
47622                                        RT @knatiaparson: 100 Apocalyptic Writing Prompts (Science Fiction Writing Series Book 3)  https://t.co/s8sHMVj7Nk via @amazon #writing #sc…
47623                                                                                   @GodFriendedMe @60Minutes @CBS I feel like @joebereta already figured this out like 10 years ago.
47624                                                       #zippo zippo  2880 Pittsburgh Steelers Nfl Logo Black Matte Finish Lighter  #zippo zippo  https://t.co/Hznowu7UE0 via @amazon
47625                                                                                         RT @Reuters: Indonesia mourns as death toll from quake jumps to 832 https://t.co/Un88VCMwdp
47626                                                                       RT @Toyota: Unapologetic at every angle. Discover #ToyotaCHR: https://t.co/gN7swMxi5S https://t.co/dmcJSItob9
47627                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
47628                                                          Check out Pink and Gold 18K Gold Trim Cloisonne Pink Austrian Crystal Miraculous Rosary  https://t.co/HMPbqpQKwt via @eBay
47629                                                                                                                                        @netflix renew @atypical for a third season!
47630                                                                                                           @Starbucks Why did you discontinue your Gluten-Free sandwich? #glutenfree
47631                                        RT @samtweets33: @GodFriendedMe @60Minutes @CBS Yeah this a terrible idea. What we need is one more show about a doctor that plays by his o…
47632                                                 I think I’m going to send @PayPal and @gyft a bill for the time I have to spend to get MY MONEY back for a glitch in their systems!
47633                                        Do you love the award winning series @GlowNetflix on @netflix. Learn about one of the real @GLOW wrestler that help… https://t.co/kJpOYlsjFM
47634                                              Check out Zac &amp; Rachel woman 3/4 Sleeve Blue Embellished with Pearls Blouse Top Size 2X  #Blouse https://t.co/HPQY8rM6cx via @eBay
47635                                              RT @SusieQ19622: Check out LuLaRoe Disney Alice In Wonderland Cheshire Cat Leggings Mickey Mouse 6 pair  https://t.co/1w4oxpDjiD @eBay
47636                                                                                                             @Nike how are you gonna spell gray two different ways on my new hoodie?
47637                                                 Check out  Womens Sleeveless Scoop Neck Racerback Cotton Ribbed Cami Tank Top Tee Shirt   #Casual https://t.co/RYGztzU4nt via @eBay
47638                                                                                    @Jonnyj20 @comcast My voicemail just said it was new and I was still in the 2 month grace period
47639                                                       Check out 2009 Topps American Heritage Heroes American Heroism Relics #WWII1 11th Airborne  https://t.co/Px79AtvEXt via @eBay
47640                                                                                                      @Reuters Do you believe Dr. Ford the same way Kavanaugh asked Sen Klobaucher 6
47641                                                                                                                                                          put chalk zone on @netflix
47642                                                Check out Good Lad Purple Jumpsuit Hood Fleece Snowsuit - 3D Butterflies - 3 6 months USA #GoodLad https://t.co/mi34lNdM4C via @eBay
47643                                                                                                                                           @TondaJF @Disney @DisneyLucasfilm Bollox.
47644                                           RT @iHeartRadio: Oh hey there @5SOS! Try not to fall off our @TMobile cards at the #iHeartDayStage! #AreYouWithUs https://t.co/2ngFx9qTov
47645                                                                                                                                  @lilybondi @kugraduate @neilmed @Costco Awesome ty
47646                                                       Check out 4' X 6' Antique Hand Made Persian Gabbeh Shiraz Lori Wool Rug Vegy Dyes Organic   https://t.co/SgeKx6llbV via @eBay
47647                                        RT @Alina72649228: #XenotesUnite We need #XenaRevival fans and this show deserved it @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @…
47648                                        Tried drive through grocery pickup for the first time @Walmart I think that process needs it's own @walmarthelp for… https://t.co/PZOgp1BVu5
47649                                         RT @MUvseev: #XenitesUnite #XenaRevival or #XenaMovie XWP deserved it @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed…
47650                                                                                    @thyng @Ryanair_ES @Ryanair @fomentogob @vueling @hubscan Jaja there are limits to our magic ;-)
47651                                                                  B-235 NEW CUSTOM MADE Sterling Silver Leather NEW Armband Wristband Men Bracelet https://t.co/9IH7yaRT1Y via @eBay
47652                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
47653                                                    Check out MISA LA Shirred Floral Embroidered Cotton Ruffle Mini Skirt Light Blue XS $198 #MISA https://t.co/Q8zVgCdrCY via @eBay
47654                                        Which is worse @FedEx for breaking my wine three times or @WINC for subjecting me to it and then never giving me th… https://t.co/H6gYURkTTW
47655                                                   Check out Free People Peasant Top Womens Size M Black Empire Waist Semi Sheer Arms Lace #Blouse https://t.co/ABmVW79gO1 via @eBay
47656                                                                                                                      Check out my listing @eBay - https://t.co/VokIAo79vk via @eBay
47657                                                                                                                                      @CaroleBeckford @netflix @natz_hutch Best show
47658                                                                         3D New Custom Dodge Ram Big Horn License Plate On Black License Plate/USA https://t.co/vtdkE0qLyn via @eBay
47659                                                         #yoga zippo  2880 Pittsburgh Steelers Nfl Logo Black Matte Finish Lighter  #yoga zippo  https://t.co/Hznowu7UE0 via @amazon
47660                                                             Check out Split Bright Pink Color Women Monokini Swimsuit Size Small #SPLIT #Monokini https://t.co/0Jco04PfrN via @eBay
47661                                        @netflix can we have you guys pick up the video game series 999 w/ the two other games and make them into live acti… https://t.co/n3EXZ1AepC
47662                                                                      Avon Amethyst Pendant Necklace Beautiful Condition Vintage Jewelry vtg #Avon https://t.co/mgaIZBOHBD via @eBay
47663                                                                                           Check out #19 Black Series Star Wars NIB Han Solo Figurine  https://t.co/nfpzEG4c86 @eBay
47664                                                                                           Check out #19 Black Series Star Wars NIB Han Solo Figurine  https://t.co/nfpzEG4c86 @eBay
47665                                                                                           Imitation Mangalsutra (Long) Necklace Arras Creations https://t.co/k8MwIsYChu via @amazon
47666                                                         Check out ROOSTER Chalkboard/Message Board Sign*Primitive Farmhouse/French Country Decor  https://t.co/LyKQnCKgCi via @eBay
47667                                                Check out HORSE CANVAS Wall PICTURE/Greens*Farmhouse Primitive/French Country/Urban Decor #Country https://t.co/7JhbZauuHQ via @eBay
47668                                                                                                                      Check out NFL lunchbox 1975  https://t.co/8tbTd1vTCz via @eBay
47669                                                                                                                      Check out NFL lunchbox 1975  https://t.co/8tbTd1vTCz via @eBay
47670                                                                                                                           @netflix when are we getting season 3 of @MagiciansSYFY??
47671                                        RT @zeesewhappy2bme: One price... INCLUDES Fast n FREE shipping... from my house to your door... Check out my listing @eBay - https://t.co/…
47672                                                                Faceted bead shoe chain / Shoes Accessory / Color : Gold / AZFJBT014-GLD Arra... https://t.co/PgrTKMljKp via @amazon
47673                                                                                                                                @PatriotsInform @CBS Damn... That's really premature
47674                                                                                         Check out Ancient bronze icon on a body 17 century. Big.  https://t.co/ahA2ealWxk via @eBay
47675                                              @GodFriendedMe @60Minutes @CBS I heard the first pitch was “Nigerian Prince Friended Me” but then went with something more believable.
47676                                                  Check out 5' X 7' Modern Tibetan Nepal Art Deco Chinese Hand Knotted Wool Rug Decorative #Modern https://t.co/n5wNt3CBXf via @eBay
47677                                                       RT @ashes5nil: This is just another reason I hate flying with you wankers @Ryanair #checkin #€55euros https://t.co/Q29FGc9izr
47678                                                                                     #DidYouKnow @McDonalds once made broccoli flavored bubblegums @BErubami https://t.co/xHpNer6tWv
47679                                                                              RT @Giants: No place like home. Pregame warmups presented by @pepsi   #NOvsNYG https://t.co/lRcrn8yEHX
47680                                         My recent experiences with big retailers- looking at you @Apple and A.C. Moore- has confirmed my belief the art of… https://t.co/TYqTrFjyXz
47681                                                              Check out Fenton Cobalt Blue Lotus Bowl &amp; Candlesticks Centerpiece 1930s #Fenton https://t.co/FjTSuZrtXA via @eBay
47682                                                 Check out 4' X 7' Antique Hand Made Persian Mir Hamadan Mahal Malayer Wool Rug Veg Dye   #Persian https://t.co/teNp1MN3ZA via @eBay
47683                                                   Check out this Amazon deal: Dick Van Dyke Show: Complete Remastered First... by Dick Van Dyke https://t.co/uq2N1WepdQ via @amazon
47684                                                                                  RT @msfc59: Check out mr potato head Costume For Twins Size 3-4  https://t.co/NYDrzDxBGQ via @eBay
47685                                          So @CBS just switched me from the @Patriots game to a “more competitive game.” Guess i’ll Go watch the @Eagles on… https://t.co/71gU96ad9w
47686                                                                                                                                                             @jpmorgan @Forbes Momey
47687                                         RT @DigiByteCoin: You can follow $DGB on the #AppleStocks application on the new #macOSMojave! Thanks @Apple! We appreciate the screenshot…
47688                                        RT @RustUserRestart: @Walmart @kevin_mcmillen @nickchester How much do you want to bet that whoever wrote this tweet never even played Banj…
47689                                         @JohnLegere @TMobile What a classless ass.  Checks notes: Yup same guy who hired @realDonaldTrump campaign manager… https://t.co/C3gda5iLfU
47690                                                                              RT @wizkidayo: StarBoy @Nike jersey Restock coming tomorrow at 10.30am UTC at https://t.co/0Rnv3HKx0t!
47691                                                                                                           Breakfast of champions @Starbucks ❤️❤️❤️❤️💚💚💚💚❤️❤️❤️ https://t.co/SqNjixXCr0
47692                                        @MumbaNoJutsu @Xbox @Microsoft cant wait until bo4 comes out. might sell my xbox. SHADOWRUN IS BETTER THEN EVERY SI… https://t.co/arFrETVFfK
47693                                        @Yahoo this account push key shit is getting on my nerves. We deserve answers. We have all been using Yahoo for yea… https://t.co/d0jaNUaVQ5
47694                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/zmeNXxcy6w
47695                                                        Check out Walt Disney World Mickey Very Merry Vintage Christmas T-Shirt Lot Size L and XL  https://t.co/c9bhEfxJqc via @eBay
47696                                                                      Check out Womens Harley Davidson Key Necklace 925 Sterling 18” Chain Set with CZ https://t.co/T3SGgzxzfM @eBay
47697                                                      RT @IngrahamAngle: Wanda Sykes Booed Over Anti-Trump Jokes During Comedy Show in New Jersey https://t.co/ENnrocPQzh via @Yahoo
47698                      RT @moodysally1: .@GovPressOffice #HappeningNow Busted Dead &amp;  Dying #Chickens @amazon sells as organic\U{01f92c}&amp; Humanely👿Raised is #EXPOSED #EXTR…
47699                                        @Kevyla @co_gas_steveH @Stevenhcarlisle @Badgergate @badgerwatcher1 @Sony As you know badgers in the hra seed infec… https://t.co/qpB4WbJY0U
47700                                                                       Check out Nascar Gray Gaulding Richard Petty Krispy Kreme Shirt Size Small  https://t.co/m9NYRvlP4j via @eBay
47701                                                @Bree_Kelley09 @rmarry384 I know it's fun for the right to make up facts but we all know how to use @Google. https://t.co/SBxJX3qgJm
47702                                                                                                                             @Apple stop slowing down my phone I’m not gon buy the X
47703                                                       Check out CLEARANCE SALE REDUCED PRICE 4' X6' Vintage Hand Made Indo Chinese Wool Rug Nice  https://t.co/XEWYR4BKKC via @eBay
47704                                        @co_gas_steveH @Stevenhcarlisle @PhilLatham @Kevyla @Badgergate @badgerwatcher1 @Sony Exactly. Whether you agree wi… https://t.co/M5m6fe3pUv
47705                                                    Zumba Coffee Mousepad Coffee Station Mat #ZuWEE https://t.co/dR8WNvZVe5 via @amazon #zumba #zumbafamily… https://t.co/COw9VPwRBh
47706                                                                                                                                                  @SocialBflyMag @Mastercard Not yet
47707                                                  @DelArianaKelly @cnnbrk @CNN @MSNBC @CNBC @CNBCnow @ABCNetwork @ABC @CBSNews @CBS @FoxNews @ChuckGrassley… https://t.co/wzdbrRYwun
47708                                                Check out khaki crop pant capri adj waist cotton flat front school uniform Charter Club 10 #casual https://t.co/C5OeR4UCQz via @eBay
47709                                        RT @boxtheball: @martoerhardt @netflix @Live_Sense8 @Sense8World @BRCHeaven @Sense8fighter @PeterAarons @ohneets @kateinmadcity @AnnaPernig…
47710                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/i7Qlej0E4r
47711                                                                                                        RT @Reuters: WATCH: World's top cliff divers compete https://t.co/AEZKIA7YiL
47712                                                                                                                                                      @CBS PLAY THE STUOID GAME!!!!!
47713                                          RT @osiyolion973: @Navbahor  dreams come true @JohnDeere picks cotton at Sayhunobod district of Syrdarya Region... https://t.co/nkduSxbC3I
47714                                                                          RT @Nezzi845: @McDonalds hold deez nuts #117thand3rd #firethewholestaff #startover https://t.co/dC8KfhUno7
47715                                                                                                        RT @Reuters: WATCH: World's top cliff divers compete https://t.co/AEZKIA7YiL
47716                                                                                                  Check out Hookah Water Pipe Bong Glass 8 Inch Yellow https://t.co/HkRLIMx7S6 @eBay
47717                                        RT @CouponingRachel: #ad It's time to SAVE! Get a $5 eGift Card with Aleve Purchase @Walmart and a chance to hang with Kyrie.  https://t.co…
47718                                           How did @ATT add $700 million in revenue? By throwing a business confab and rolling out experts and rock stars |… https://t.co/huHRyTBBIF
47719                                                  Check out DressBarn button down shirt 3/4 sleeve khaki silky tunic top career plus 1x VTG #tunic https://t.co/3gI0LU5uwp via @eBay
47720                                                                            It's My Kitchen and I'll Fry If I Want To! Hoodie The Bargain Effect https://t.co/P5hePV8eC1 via @amazon
47721                                                                                                                 @enchantress1104 @Apple Lol mine is probably like 20 hours a day 💀
47722                                                                                                        RT @Reuters: WATCH: World's top cliff divers compete https://t.co/AEZKIA7YiL
47723                                                                                                       Currently unimpressed by this one-winged chicken with no giblets from @kroger
47724                                                I’ve never seen @AmericanExpress have a low class commercial but then today they featured the anti-American… https://t.co/nz2UDA4x0d
47725                                                              RT @isaiahlamb1: Check out BRAND NEW Lucky Charms Kyrie 4’s Size 13!! *****SOLD OUT***** https://t.co/ZpSuZ5Rka1 @eBay
47726                                             Check out Roper  Ladies Spot On  Tan Snip Toe Fancy All Genuine Leather Upper &amp; Sole Tan C #Roper https://t.co/G1RJkxxpku via @eBay
47727                                                                                                                      Check out my listing @eBay - https://t.co/gGZcmQ8LsU via @eBay
47728                                                                                                Check out My 1st Bendable Vibe (Purple) #Unbranded https://t.co/20dfGuH19r via @eBay
47729                                                                                Check out YNGWIE MALMSTEEN PERPETUAL FLAME JAPAN GUITAR SCORE TAB  https://t.co/GmaLAdviDO via @eBay
47730                                                                   Check out YNGWIE MALMSTEEN INSTRUMENTAL BEST ALBUM JAPAN BAND SCORE GUITAR TAB  https://t.co/8suDp77TQP via @eBay
47731                                                Check out J Crew Cheetah Print Calf Hair Leather Flats Womens Size 7 M #JCREW #BalletFlats #Casual https://t.co/TJfwSwzNe6 via @eBay
47732                                                                                                                      Check out my listing @eBay - https://t.co/6hEeaRO4nQ via @eBay
47733                                                       Check out Amazing Spider-Man #298 Venom Cameo Todd McFarlane Newsstand Edition Venom Movie  https://t.co/5awHWyJc1W via @eBay
47734                                                                                                                                @Ask_WellsFargo Why would anyone trust @WellsFargo ?
47735                                                    RT @selena3916: Check out Jamie Nicole Woman's Orange Dress Size M #JamieNicole #Maxi #Festive https://t.co/qTINBms45h via @eBay
47736                                                                                                    @masnNationals @WellsFargo Already looking forward to next season with you guys!
47737                                        RT @UPS_News: Your @UPS deliveries may soon arrive in electric trucks https://t.co/itlthUARVp via @FastCompany   #EV https://t.co/R9ywjBrRA8
47738                                                                                       RT @adam_gillam: “Chicago Stack” A stack of lies more like @McDonalds https://t.co/b2eFhn9w94
47739                                                                   Check out Yankee Candle Owl Electric Scent Plug In Base Holder Diffuser Bronze Blue https://t.co/xTcmLu5SY2 @eBay
47740                                    dear @Microsoft and @Ubisoft PLEASE FUCKING PUT ZOO TYCOON (1 &amp;2) ON @steam_games ALREADY. ive been waiting for YEA… https://t.co/BN6o9skDGp
47741                                                                        @NetflixUK @netflix Yeah what was with the girly plaits lol not very gangster...more The sound of music   😁
47742                                                                            Check out Orchid plant Angraecum distichum multi growth in spike RARE  https://t.co/BepQLYocde via @eBay
47743                                        they @IBM want to roboticise everything - no because we need it (we don't) - but purely for profit. They belong amo… https://t.co/4pwhj6GRey
47744                                                                                                                                     RT @laxor: @masonstifys @Apple this should work
47745                                                                           Check out HUMPREY BOGART 1998  STAMPED 22kt Gold Stamp FIRST DAY Cover  https://t.co/GfJTKhxMU9 via @eBay
47746                                                          Check out THE RED GARLAND QUINTET SOUL JUNCTION 1990 Vinyl LP OJC-481 NEAR MINT #Hardbop https://t.co/VxdS1glKvG via @eBay
47747                                                                              RT @wizkidayo: StarBoy @Nike jersey Restock coming tomorrow at 10.30am UTC at https://t.co/0Rnv3HKx0t!
47748                                        @NextBestPicture @netflix This would be great for those who live in Major City Centers - not so much for the rest o… https://t.co/co4cgsLifE
47749                                                            Check out OSCAR PETERSON GIRL TALK 1969 JAPAN Vinyl LP MPS YS2107MP NEAR MINT #PostBop https://t.co/q6RcpvsiHY via @eBay
47750                                                         RT @EMGraphicsEbay: Check out Hurricane At War HC Chaz Bowyer reprint 1976 Ian Allan Ltd  https://t.co/Bvk1B1Ixn0 via @eBay
47751                                             Check out Gold Colored Metal Light Weight Circle &amp; Squares Long Dangle Pierced Earrings #Unmarked https://t.co/CF1ehJvWF0 via @eBay
47752                                                                   See what I m up to on @eBay! View my profile to see my favorite finds and more: https://t.co/GN2OyrALFk via @eBay
47753                                                   https://t.co/UcxIQz49vU: Buying Choices: ATLAS OF THE SPAWNING AND NURSERY AREAS OF GREAT ... https://t.co/AaAnKREgn9 via @amazon
47754                                            @KittuRao5 @SenFlakeStaff @CNN @MSNBC @CNBC @FoxNews @ABC @CBS @nbc @NYT @washingtonpost @USHouseRep @SenateGOP… https://t.co/oKe6K0U2KM
47755                                                        Check out NWOT G-star Raw Arc 3D Slim Jeans Pants Bionic 34x32 Black  #GStar #arc3doccotis https://t.co/PD2pNd5oGm via @eBay
47756                                                                         RT @ATT: This program is helping young Latinas become tomorrow's #STEM role models. https://t.co/QgNC6a7ImI
47757                                                                                                                                             @ninamarieox @Starbucks Happy birthday!
47758                                                                                                                                     @Apple I’m still broke from last year... @Apple
47759                                                                                                                 @Rohandinho_ @dphd_10 @Footykitplug Does this work in @ASOS also 😂
47760                                        RT @JohnLegere: #LIVE: @TMobile CEO - check out these #SlowCookerSunday results! Mmmm #Octoberfest is here!! #QA time! https://t.co/SKmhnkM…
47761                                       RT @threebarebears: 📢 Yoyoyooo WE BARE BEARS SEASON 3 now available on @netflix in the US (and only S3)! Includes some of my favorite episo…
47762                                                                                                            @JustJenneD @Joe_Gatto @netflix @truTVjokers why is it only season 1!!!!
47763                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47764                                                          RT @KimVFields: Now Playing on @netflix “A Question of Faith” #iLoveToAct #LoveMyCraft #DramaAlert https://t.co/3ksOhXdK5f
47765                                                                                                  @ecopraire @Reuters How on earth did you bamboozle 800+ people into following you?
47766                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47767                                                                                                                             Please no more Saints games on @CBS this shit is boring
47768                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47769                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47770                                                                RT @itsanitarani: Join me tomorrow at 6.30pm live @facebook from the #NansenAward in #Geneva https://t.co/KXwvJViZh3
47771                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47772                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47773                                           @Joe_Gatto @netflix @truTVjokers Awe just season 1 but I gotta see more of you and @SalVulcano @jamessmurray @BQQuinn  going head to head
47774                                                                                                        @Joe_Gatto @netflix @truTVjokers What about the uk fans who love you guys!!!
47775                                                                         RT @RauhmelFoxCEO: I won a @Google #Dart #Flutter bird! #wwchacksflutter @flutterio https://t.co/NzYWkj50EQ
47776                                     RT @McDonalds: Big Mac and Classic Chicken Sandwich? 10 pc. McNuggets and Filet-O-Fish? Everybody wins with the 2 for $5 Mix &amp; Match Deal.…
47777                                                                                                                                @truTVjokers is on @netflix 👏🏽👏🏽👏🏽🙏🏽🙏🏽🙏🏽
47778                                                                                                   Check out Plush Kawaii Narwhal Cushion #pukator https://t.co/S7YMYeLoC0 via @eBay
47779                                                                                                RT @TeaSpillYT: This isn’t a want... this is a NEED @netflix https://t.co/CrJgYLUHTu
47780                                                                                                                              @pbitautas @BMW @MINI @NBCNews what!? is the studio OK
47781                                                                                              Check out Rare Benjamin Franklin Stamp 1 Cent Blue   https://t.co/kNv09gANnL via @eBay
47782                                                                                                                           @Nanabtcw @NewsThisSecond @Disney Nah I’m alright thanks.
47783                                                                                                                     @Joe_Gatto @netflix @truTVjokers YESSSSS!!!!! Love this show!!!
47784                                                                                                        @adamconover @netflix @truTV Yup I was right. C'mon @Netflix_CA Get on this!
47785                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47786                                                         Check out Iron-Man Comic Issue 12 Modern Age First Print 2016 Knauf Zircher Hanna Fabela  https://t.co/BxUlujB4tc via @eBay
47787                                                                                                                                                                    F**k you @Disney
47788                                                                                                                                               @Reuters RIGHT BACK WHERE WE STARTED!
47789                                                                       Check out Wood Cigar Box My Father's Cigars La Duena #5 Empty cameo design  https://t.co/vFJ2xkKHb3 via @eBay
47790                                        @EnBolden2 @ranchwife11 @CNN @MSNBC @CBS @ABC @nbc Only kool-aid drinking bedwetters buy into those media outlets a… https://t.co/Gd38GjfuDg
47791                                             Check out #Ameynra #Gothic #Fashion #Sequin #Maxi Skirt #Belly Dance Cosplay Stage Size M OOAK  #Maxi https://t.co/Z2fqJabIvR via @eBay
47792                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47793                                                   RT @RichmanPoorman8: Check out Antique Ornate Verdigris Candlestick Brass/Bronze (Cat.#10A001)  https://t.co/iEAKoBinFS via @eBay
47794                                                                               @Joe_Gatto @netflix @truTVjokers That awesome now i can watch while i work..n leave my DVDs home haha
47795                                                                                    Check out Rare NASA Coach Zip Around Wallet In Navy And Silver NWT https://t.co/S4MueNjsxd @eBay
47796                                                    Check out Cabi Purple Sleeveless Plaid Floral Shirt V Neck Womens Size M #CAbi #Blouse #Casual https://t.co/0vj8HTIh6m via @eBay
47797                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47798                                                                                                         @kimdee1 @CBS @NCISLA I know. So sad. I actually had faith in CBS. #Mybad #
47799                                         RT @HarrisonSmith85: Only 3 Chrissy Tiegen and only 4 Ryan Reynolds trolling his wife’s “racy pics” articles on @Yahoo headlines. Slow day.
47800                                                   https://t.co/UcxIQz49vU: Buying Choices: STATISTICAL THEORY OF SIGNAL DETECTION 2nd Editio... https://t.co/N9tQ4GOTDd via @amazon
47801                                                     Check out Vintage  Embroidery 1 Size Fits All Cadillac Corduroy Baseball Cap!  blue #Cadillac https://t.co/RNtWRuvaMm via @eBay
47802                                                                                     RT @kaosonia: Check out Sterling Silver Realistic Bone Charm  https://t.co/IyUIKKQnUX via @eBay
47803                                                                        #SaveDeception @NetflixLifee #PickupDeception @DeceptionABC @netflix  coz ur subscribers will love this show
47804                                        RT @JellybeansClos1: Check out English Factory Green Peplum Blouse sz Small #EnglishFactory #Blouse https://t.co/4ZkpOnXT65 via @eBay https…
47805                                                         Check out Party Lite Halloween Haunted House Votive Candle Holder Black Metal Partylite   https://t.co/XS36lUtxcL via @eBay
47806                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47807                                                 Check out Men's Compression Socks Argyle PEMBROOK Mild Compression 8 15 mmHG Large XL NEW #Casual https://t.co/dVqXPTxmpF via @eBay
47808                                         RT @SaraRamirez: For the record @CBS has been nothing but gracious and generous to me. They are open to Callie coming back! The ball is in…
47809                                        To the journalist @ABC @NBC @CBS @CNN @MSNBC - Please Do NOT give @POTUS a platform anymore at the rallies to where… https://t.co/3bhuPyjQgl
47810                                                                                                                  RT @_IChangedMyName: Y’all don’t get tired of losing? @Lions @Ford
47811                                                                       Seriously @Costco: get junk like this out of your stores. It’s killing our democracy. https://t.co/M5PuaxKCir
47812                                                                                                        RT @Reuters: WATCH: World's top cliff divers compete https://t.co/AEZKIA7YiL
47813                                        RT @KenDilanianNBC: Why can’t @Starbucks create an express line for people who only want regular coffee and not a fancy drink. Or a self se…
47814                                                            Check out G-STAR Raw Calis Olivia Womens Blazer Jacket Lined Indigo Denim Size 38/US 6 NWT https://t.co/8UcxGvRezF @eBay
47815                                                                                                                          @roberthaymes33 @McDonalds We probably met at a bone event
47816                                                                                                                                         @jpmorgan @YvonneOrji Slaaaaay @YvonneOrji!
47817                                                                                   @TheRiegelTwins @DashingChrisBey @Nike @SuedeThompson @Jumpman23 Where is the rest of the video??
47818                                                                                                                                     @ReidG75 @CBS @NFL 15 minutes worth... ASSHOLES
47819                                                       Check out 1 pc Cotton Jersey Womens Islamic Scarf Rhinestone Trim RASPBERRY Ramadan Hijab   https://t.co/O015sL6Mhj via @eBay
47820                                                            @McDonalds y’all really need to get your shit together at the mcdonald’s on gemini in columbus❌ https://t.co/YianqtcfVv
47821                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47822                                                                                                     Face swapped the @Starbucks mermaid with @KylieJenner ❤️ https://t.co/WX6C8A55ZJ
47823                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47824                                                                    @Joy105com @CBS @CBSAllAccess Waiting on this  show to begin! I’m so excited about some religious prime time tv!
47825                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47826                                        RT @ReviewsEmerald: Magical Bedtime Stories: A Collection of Short Stories &amp; Poems for Children b... https://t.co/3xyhFdoXeA via @amazon
47827                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47828                                                                            RT @Reuters: Indonesia scrambles to help quake-hit island as death toll tops 800 https://t.co/UEp13GgsX8
47829                                                                                                      Unbranded Batzarro Action Figure Unbranded https://t.co/liJKeHdRf5 via @amazon
47830                                                                                                                      Check out my listing @eBay - https://t.co/SchyPNhQBF via @eBay
47831                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47832                                                            @TrvlPrst @Canuck6227 @cathyjf1 @McAllisterDen @FBI @CBS @nbc @ABC @USATODAY Unfitness!? You people are completely nuts!
47833                                                                             my phone has been glitching so much since this new iPhone came out. @Apple im not buying a new one !!!!
47834                                                       Check out Harley Davidson black work team Shirt EXTREMELY RARE VINTAGE EXCELLENT CONDITION  https://t.co/FAj1Xy9RB6 via @eBay
47835                                                                               RT @Rachaelwaters1: @easyJet All arrived after about 1.25hrs. Very disappointing after a great flight
47836                                                                               RT @Rachaelwaters1: @easyJet All arrived after about 1.25hrs. Very disappointing after a great flight
47837                                        @ATTCares @ATT @Uverse Passing off 4 year old equipment as brand new....? No wonder it doesn’t work and your servic… https://t.co/idCLAGDyco
47838                                                  Check out Zara Collection W/B Women's Small Long Sleeve Blouse Polyester Blend with flaws  #Zara https://t.co/CcEDhbkITd via @eBay
47839                                                                      Clown Footage [Unrated Version] Prime Video ~ Alen RIos #halloween #amazon https://t.co/lNBeuOEr63 via @amazon
47840                                                                    India's shadow banking sector likely to face shake-up after default https://t.co/W9R8TBFWMq via @Reuters @Nasdaq
47841                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47842                                                                                 RT @k8_dstewart: Shot by me on my @Apple iPhone X #WarEagle @AuburnFootball https://t.co/cI0rFvdCAn
47843                                                                   Check out DRESS MAXI AZTEC TRIBAL BOHO PLUS SZ 3X NEW WITH TAGS #Maxi #Everyday https://t.co/JjVhQskxuo via @eBay
47844                                        The #FakeNews filth @ABC @CBS @CBCNEWS @CTVNEWS @NBC @CNN @AP @TIME @washingtonpost @nytimes @HuffPost @newsweek et… https://t.co/mnLOQUrz8N
47845                                                                                                  @EmilyVanCamp  Greetings from Argentina! @netflix #Revenge https://t.co/POurBglqpe
47846                                                                                              @more_nerdy @SilentPage14 @_jjkUwU @ILOVESEOKJNI @jinKissLetsgo @Apple where you at 👀
47847                                                                                           @poeticjustiZZ @absolutelyad @GodFriendedMe @hall_m_brandon @CBS nothing. love guys. bye.
47848                                                                                                Check out Electronic Battleship Game By Milton Bradley https://t.co/blXO4isWts @eBay
47849                                                                                                                      Check out my listing @eBay - https://t.co/AEErqEp4XZ via @eBay
47850                                                      @Quote_me_on_it @Official_Tilbow @MikeDom_ @KikiNorato @XenGod @Samsung I want a galaxy 9plus so badly and I have a iPhone. 📱
47851                                                                      RT @youngseller17: Check out Danskin Now Womens Athletic V-neck Pink Shirt Large https://t.co/0zbAgVSsJP @eBay
47852                                                   Check out Women's Winlit Vintage Black Leather Jacket with Gold Metallic Accents Size M #Winlit https://t.co/G2JN1A97Y3 via @eBay
47853                                                                   Good product but be aware they are super skinny ties still a great value tho https://t.co/CpPRoFw5V7 来自 @amazon
47854                                                          Check out E Germany Military Surplus - NVA Strichtarn - Rain Camo 4-Cell Magazine Pouch  https://t.co/z5JnKp0xct via @eBay
47855                                                        Check out STEEL DC Comics # 9 (Nov 1994) L. Simonson Fosco Stegbauer - Bagged and Boarded  https://t.co/uOURdqEpQu via @eBay
47856                                                              RT @joebayy: Check out Vans Off The Wall Red Suede Laces Size 6 Womens #VANS https://t.co/N2Bx8p17bE via @eBay SELLING
47857                                                                   Check out Baby Gap Boys Toddler 4 Years Long Sleeve Sweater Red/Gray Shirt #Gap https://t.co/jKXkJv8NrF via @eBay
47858                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47859                                                                                                                                             @Iskra @Loreal Winning on all cylinders
47860                                                                                                                    RT @netflix: just crunching some numbers https://t.co/cMbl2hCzO9
47861                                        RT @750inked: Okay so @Apple. Hear me out. This video got 700k+ views. That mean 700k+ people were positively influenced to buy AirPods. If…
47862                                                           @CJSchaff97 @KayBadams @Starbucks Kait do you know this dude cause he just said Starbucks is trash so I’m about to block?
47863                                                                                        @aander1987 @1959smith715 @UtahPainDoc @djwilliams35 @Walmart Which the DEA does CONSTANTLY.
47864                                                    Check out SUZUKI TES-370 NOBARA Electronic Taisho Koto Goto (Taishogoto) + Case + F/S  #Suzuki https://t.co/rJC5w7bfYF via @eBay
47865                                                       Check out Snoopy Museum Tokyo Limited Sagara Woven Chenille Cushion Peanuts Used Good Rare  https://t.co/miGPiTJX4v via @eBay
47866                                                                                                @shemarmoore @myrealmoore @Sony @SonyPictures @SuperdramaTV Have lunch with the crew
47867                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47868                                                Check out Belle du Jour Brown White Striped Top V Neck Snaps Size LG Juniors #BelleDuJour #KnitTop https://t.co/1CvBzpVjAn via @eBay
47869                                                       Check out 2 Ps Top Front To Back Drilled Hydro Rose Quartz Elongated Octagon Beads 30x12mm  https://t.co/XfeahhssC9 via @eBay
47870                                        RT @wisehussein: @varunanandsays @amitvarma @PMOIndia @MinistryWCD @ndtv @Reuters @dna @ravishndtv Some people r so blinded in their adorat…
47871                                                      Check out Swap Beehive Pink Watch Quartz Japan Movement Victorian Look #BeehiveSwap #ArtDeco https://t.co/LwHZ0u59HT via @eBay
47872                                      RT @Fatmaaz__: Why I love my iPhone ? Because I can take pictures in the middle of the sea. 🌊💙 #shotoniphone @tim_cook @Apple @AppleSupport…
47873                                        RT @EmoUrbanArt: Check out GEISHA by Emo Signed ORIGINAL HAND PAINTED 1/1 un Banksy photo MINT https://t.co/u2MXSbpOVL @eBay MAKE US AN OFF…
47874                                        @netflix @NetflixLifee #Timeless Fashions Day 12: A look at the fashions seen in the various time periods they visi… https://t.co/882FN27O6m
47875                                                 $5.95 Check out New York &amp; Company Dress Pants Trousers Stretch Choc Brown Women's Sz 6 Avg   https://t.co/2U82FeogRj via @eBay
47876                                                                                                                      Check out my listing @eBay - https://t.co/VXM0pxJqPT via @eBay
47877                                                               RT @Disney: Get into the spooky spirit at @Disneyland this Halloween: https://t.co/YcDsTXsEMX https://t.co/1Lxu7VChlo
47878                                        RT @Mastercard: All students should have an equal opportunity to pursue a career in STEM. #Girls4Tech is committed to providing STEM educat…
47879                                                                Football for a Buck: The Crazy Rise and Crazier Demise of the USFL by Jeff Pe... https://t.co/HIjYMzqVZM via @amazon
47880                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47881                                                                             Check out Obituary - SONJA HENIE.  - 1/13/69  -  Newspaper Clipping   https://t.co/tzwbjXUiGs via @eBay
47882                                        The Solitary Man: Countdown To Prepperdom by Ron Foster https://t.co/2GmoPOeOlQ via @amazon #preppers #prepper #survival #homestead #Patreon
47883                                                                                                RT @Reuters: China cancels security talks with United States https://t.co/qhz5BP7qkK
47884                                                                                                             @KelloggsUS #FeedYourFandomEntry Kellogg’s Feed Your Fandom Sweepstakes
47885                                                                                       Check out Springfield 1903 Buttplate Screw Large #Unbranded https://t.co/XEviSyKzda via @eBay
47886                                        RT @TheNTGolf: Excited your favorite player is coming to New Jersey? It’s not too late to save 10% when you use @Mastercard to buy your tic…
47887                                                                                                                     @CLP7300 @Pink_About_it @Nike @kanyewest Addidas has it covered
47888                                                             Check out 2015 Bowman Chrome 1st Rookie Robert Refsnyder Autograph Yankees Rays /499  https://t.co/FVxEGBqB14 via @eBay
47889                                                RT @LornajaneCosign: Women's Time And Tru Black and White Embroidery On/Off Shoulder Top Size XL   https://t.co/PEdzSwJJ4M via @eBay
47890                                                                                                      @TheKeyStages @Trulovesroo @hm Wool knitwear and a hat to avoid illness (2017)
47891                                                                                                                          @reeses @amazon Reese’s peanut cups #NotSorry #Sweepstakes
47892                                                                                                                        @Joe_Gatto @netflix @truTVjokers YES IT'S ABOUT FUCKING TIME
47893                                                             RT @nERMANERR: Check out #Charizard Holo Rare Unlimited Base Set 4/102 LP-NM #Pokemon https://t.co/WrOzbd6wx7 via @eBay
47894                                                                  RT @Reuters: New U.S.-Mexico-Canada trade deal to be signed in late November-U.S. official https://t.co/gr6J5EEQ8k
47895                                                                                   Check out VINTAGE FORDITE HAND CARVED WITH CHAIN OOAK #Handmade https://t.co/tvPzGV8x9l via @eBay
47896                                                                                                                                  @Reuters Dummies! That was the point all along 🤷‍♂️
47897                                                                                                                          If @verizon ever teamed up with @EA we would all be doomed
47898                                                                                            Check out New Halloween Hand Tattoo Glow In The Dark   https://t.co/XYrLTvaJoT via @eBay
47899                                                                                                                                     @TheJoshElkin @netflix 1 episode left over here
47900                                                           @Joe_Gatto @netflix @truTVjokers I legit bought Netflix when I saw this tweet lol. Hope they give y'all commission hahah!
47901                                          RT @gem_boutique: Check out FLORAL HIBISCUS &amp; ROSE INFUSED LOVE Essential Oil-Goth-Wicca-Reiki-Pagan Oil https://t.co/EZUDFsfZzn @eBay
47902                                             RT @jpmorgan: . @YvonneOrji takes the stage at the #Under30Summit to share how she charted her own career path. https://t.co/442WXEL2Lg
47903                                             RT @jpmorgan: . @YvonneOrji takes the stage at the #Under30Summit to share how she charted her own career path. https://t.co/442WXEL2Lg
47904                                        @AskPayPal @PayPal   Payment Gateway Not Working on @NetMeds  And One My Order Has been completed but in netmeds sh… https://t.co/oq6862vqVF
47905                                                                                 If you haven't checked out my @facebook livestream from tonight here it is! https://t.co/DfC7xxYYUQ
47906                                        RT @Reuters: BREAKING: U.S. and Canada reach a new trilateral trade deal with Mexico called United States-Mexico-Canada Agreement (USMCA) h…
47907                                                      @netflix stop making stupid senseless movies. Hold the Dark. Two hours I’ll never get back. Dumb movie. Don’t waste your time.
47908                                        RT @Reuters: BREAKING: U.S. and Canada reach a new trilateral trade deal with Mexico called United States-Mexico-Canada Agreement (USMCA) h…
47909                                        @ArnoldSikkema @Ryanair Hi Arnold! So sorry to hear about your delayed flight. You can read about your rights and d… https://t.co/suepZn3N0z
47910                                                                      Check out  1976 Lanny McDonald Autograph Team Canada Card  # 174 #TeamCanada https://t.co/wl5qpCZnFr via @eBay
47911                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/PUKCDEHYhf
47912                                                                                                                                               @40kEDDiE @ATT Stop wet snitching smh
47913                                                                                                Dont deliver my package at 8 AM requiring a signature like yall did Saturday @UPS 😒
47914                                        RT @Joe_Gatto: We’re officially on @netflix !!!  Binge season 1 of @truTVjokers .  Add it your list!  Spread the word. Help us get more sea…
47915                                        @aronberg @lmower3 @60Minutes @CBS Very timely with the City just voting to join in lawsuits against opiod drug mfg… https://t.co/x8IohKDE3M
47916                                                                      Check out DREW BREES AUTOGRAPHED FULL SIZE HELMET PURDUE BOILERMAKERS SAINTS JSA https://t.co/IMTBF3hZQ0 @eBay
47917                                                                                           RT @kaosonia: Check out Sterling Silver Wishbone Charm  https://t.co/3aId1u95IF via @eBay
47918                                        RT @Reuters: BREAKING: U.S. and Canada reach a new trilateral trade deal with Mexico called United States-Mexico-Canada Agreement (USMCA) h…
47919                                                                                                                    why tf did @netflix take off The Nightmare Before Christmas?? 😡
47920                                                                                                 RT @Vietpdx: @McDonalds I’m waiting for @Wendys to chime in https://t.co/vIMG54FhL3
47921                                                                  RT @tjloyjones: @Ryanair When will you be giving any information on the proposed cabin crew flights on 25/26 July?
47922                                        RT @Reuters: BREAKING: U.S. and Canada reach a new trilateral trade deal with Mexico called United States-Mexico-Canada Agreement (USMCA) h…
47923                                                                                                                                         @MV_ARMY93 @CocaCola i love soda now 👀👀👀
47924                                        RT @Reuters: BREAKING: U.S. and Canada reach a new trilateral trade deal with Mexico called United States-Mexico-Canada Agreement (USMCA) h…
47925                                                                                                                      When you have full bars but nothings sending ???? Wtf @verizon
47926                                            The power of connectivity reconnected Puerto Rico after Hurricane Maria. @Cisco responded and provided hope! 🔌🔋https://t.co/wl67TqaQ0d
47927                                                  RT @saucedelgado: Held my first church ceremony at COSTCO .. thank you for having me @Costco i had a blast https://t.co/2uKZbFRVyF
47928                                                                                                                              @Joe_Gatto @netflix @truTVjokers your fans wanted that
47929                                        RT @Reuters: ICYMI: Four-hundred-year-old shipwreck is 'discovery of a decade' for Portugal https://t.co/ZhtP30Hby2 via @ReutersTV https://…
47930                                        RT @Pgildartjackson: #ThereButNotThere here in New York City @Remembered2018 @BankofAmerica @supportthewalk @rowleygregg1 https://t.co/HFPW…
47931                                                                                                                                               @Nike  ❤️.      Made for long weekends
47932                                                                                                             Check out Mulberry Bag Was £595 https://t.co/mdLwahuN3S @eBay #mulberry
47933                                             RT @roseyposey965: Check out Fresh and Floral Multicolor Large Tote Bag 20wx16h #FreshandFloral #Tote https://t.co/EvJ7CJKH5y via @eBay
47934                                                                                                 @DaveMcLauchlan @amazon Better move quickly then and sell thousands @DaveMcLauchlan
47935                                                                                                                      Nice trip to Stansead. Thanks @Ryanair https://t.co/xqgPLml8C2
47936                                                                                                    Check out Sony TC-WR835S Double Cassette Deck 1993 https://t.co/6mf36ZEzTk @eBay
47937                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
47938                                                                                                                                             People and Culture come first at @Cisco
47939                                                                                                                Check out WROUGHT IRON TABLE LAMP  https://t.co/hlESObryla via @eBay
47940                                                            Check out Silicone Replacement Sports Strap Watch Band for Apple Watch123 iWatch 42mm 38mm https://t.co/q6RHRhjmQl @eBay
47941                                                                 Check out National Geographic Magazine 1998 Complete Set of 12 With Inserts/Maps  https://t.co/nouq3hpxKQ via @eBay
47942                                        Didn’t have time to make my morning cup of @MSCroasters this a.m. so picked up a double espresso at @Starbucks at w… https://t.co/ga3EJE2v31
47943                                    RT @Barnacules: This new cartoon #ParadisePD on @netflix makes #Brickleberry seem like a kids show. Made by the same people &amp; many characte…
47944                                        RT @IBD_DChung: Market III: @netflix continues to sculpt the right side of a potential new base. What should investors look for next? Colle…
47945                                                                                                                    RT @ASOS: Animal-print hair: discuss! 🐅 https://t.co/OD164A6aCI
47946                                                                                                                                          @Misz_Ashley @Starbucks Ewwww wtf is that?
47947                                                                                                                         @Google made me cry at todays google art thing that they do
47948                                                                                                               @sree @KhulanJ @Microsoft Try with https://t.co/TIpVdhhcvX next time!
47949                                                   RT @Reuters: Mexico's frugal president-elect stuck for hours on commercial flight https://t.co/vjbnIKo7l6 https://t.co/aBqh6EMYr0
47950                                                                                                                                                    @Apple Same shit different day !
47951                                        RT @johammarlund: Hey @amazon if you want me to install a device in my home that is listening constantly you need better arguments than thi…
47952                                                                        We're super excited to be opening at 8am for the @Apple IPhone XS and XS max launch! https://t.co/mJq8jEVq0P
47953                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47954                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47955                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47956                                                                                                                                  @BMW Vision iNEXT Revealed https://t.co/7mnGae5VkK
47957                                        A future full of opportunities awaits these refugee children. Thank you @HP for using tech to connect them to bette… https://t.co/m8NOOG8AmO
47958                                                                RT @Reuters: Oil prices mixed as Trump calls on OPEC to lower prices https://t.co/Z7tj2ROgTp https://t.co/3VWcUvNSeY
47959                                                                                                                                     @Apple My kidney wouldnt even afford this phone
47960                                                                                                                                                @BlingitonBB @CBS Thank you so much!
47961                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
47962                                                               Check out 1X 2011 MTG Sundial of the Infinite Magic 2012 MINT-NM #WizardsoftheCoast https://t.co/VHuBaGOZq2 via @eBay
47963                                                                                                                                      @TomFitton @Google @DailyCaller Just nuts.....
47964                                                               RT @ipsdocholiday: Check out PORCELAIN HEART SHAPE VASE W/FLORAL DECOR MINIATURE HAWAII https://t.co/ecoWeoLuo7 @eBay
47965                                         Looking to keep viewers glued to your presentations? Try this simple trick @Apple leverages in product launches to… https://t.co/uCWV783mod
47966                                        RT @Reuters: North Korea's Kim wants another Trump summit to speed denuclearization: South Korea's Moon https://t.co/LACEu8cuyZ https://t.c…
47967                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
47968                                                                 RT @TomFitton: One can presume this is the tip of the anti-conservative iceberg at @Google. https://t.co/AqpsxZ1Wm1
47969                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
47970                                                                RT @Reuters: Dozens of bodies recovered in Tanzania ferry sinking; 86 confirmed dead: report https://t.co/I9jtYgHJS1
47971                                                                                                                                            @Reuters One rapist defending another...
47972                                                                                                                                                 @Sony The Stark and Black Cat Suit.
47973                                                                 RT @TomFitton: One can presume this is the tip of the anti-conservative iceberg at @Google. https://t.co/AqpsxZ1Wm1
47974                                                                            Check out Wireless Therapeutic Massager Waterproof Wand (Purple) #Valm https://t.co/aMEZVmlcwo via @eBay
47975                                         RT @ninsthewriter: A Risky Christmas Affair (Nina Romano's Christmas Book 1) by Nina Romano https://t.co/FkShNXDn6r via @amazon  #Mystery!…
47976                                             Submit your best single images into the 2019 @Sony World Photography Awards - for free! https://t.co/TQTmczohRf https://t.co/nyp60ObT3d
47977                                         RT @sengineland: Now you can enable call reporting at the account level in @Google Ads; Here’s how by @ginnymarvin https://t.co/mtmp4FRUPd…
47978                                                                                               @adah_sharma @VancityReynolds @netflix If u have any dare adah just reply to my cmmnt
47979                                                                                                   RT @Reuters: Vietnam's president dies after viral illness https://t.co/osZ3et7NfD
47980                                                        @Reuters Time to walk away now. Leave now negotiate later. The EU are actually displaying the reasons why we voted to leave.
47981                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
47982                                        @MEarthprime @brutusbeefcake_ @Walmart @JakeSnakeDDT @Mattel It would have been so much better if they'd returned J… https://t.co/wIfXyQGcDM
47983                                        RT @Nike: Don't just be the fastest marathon runner in the world. Be the fastest in history. #justdoit @EliudKipchoge https://t.co/jGcoNy3W…
47984                                                                                   https://t.co/ghyrKBh9Su Huge Giveaway 🔥🔥🔥 @TechnicalGuruji @ArghyaMishra1 @YouTubeIndia @Apple
47985                                           RT @haripholivia: I was sitting in Spanish class when it finally hit me that a venti at @Starbucks is 20 oz bc veinte in spanish means 20
47986                                                                                RT @Google: We're turning 20 next week. Time for an awkward baby photo! #tbt https://t.co/chBFDs8U8f
47987                                                                                                          @Castlevania @netflix @ACheekyOtter watch the first season. It’s awesome !
47988                                        This new @adidas marketing on campaign on @trackwrestling is really eye catching... it’s only running during Russia… https://t.co/x9AzzfkPNR
47989                                                                                     RT @Reuters: Gang of puppies steals the show at Chilean military parade https://t.co/8FFMLQmQ6v
47990                                        RT @ZakkWyldeBLS: BLACK LABEL LIFE SECRETS - tBLSt SDMF “GRIMMEST HITS” @Spotify @iTunes @AppleMusic @amazon @WyldeAudio @DeathWishCoffee @…
47991                                        RT @panddfinds: Vintage GE General Electric AM FM Digital Alarm Clock Radio 7-4612A Brown Works #GE https://t.co/hvd8TirpJI via @eBay #ebay…
47992                                                                                     RT @Reuters: China urges U.S. to withdraw sanctions on Chinese military https://t.co/bQoBbPyiTl
47993                                        RT @Reuters: This is what 10 billion tons of ice breaking into the sea from a Greenland glacier looks like. Read the full story: https://t.…
47994                                                                                                  RT @Apple: Everything to know about the all-new iPhone XS and XS Max in 54 seconds
47995                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
47996                                           RT @ipsdocholiday: Check out PD Premier Design Jeweled Heart Ruby Red Accent Amethyst Fort Worth Texas 2003 https://t.co/z3y3SGHxpR @eBay
47997                                        @therallymunkee @STAPLESCenter @AmericanExpress @LAKings @therallymunkee We’re not here right now but we’ll reply w… https://t.co/2XwWFZcFLv
47998                                               Ford F-Max named International Truck of the Year 2019! MAN and PSA were also up in the running. @Ford #truck… https://t.co/hjDkbU8aUH
47999                                                                                                                Check out JODEA Live mayfly keep   https://t.co/MeASdC23lB via @eBay
48000                                                                                Check out Del Ennis (Phillies) - 1954 Bowman #127 - PSA 4 (VG-EX)  https://t.co/u0agzNJ5Hu via @eBay
48001                                      @Joysho @UnboxTherapy @tim_cook @Apple Read the article carefully!..? 😂😂 This is my 2nd tweet !! Read the least par… https://t.co/vVcFF9vMSZ
48002                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48003                                                                                                               RT @NetflixFR: @netflix @BryantEslava @noahcent You have noah idea...
48004                                                       Check out 14K White Gold Over His Her Diamond Engagement Bridal Wedding Band Trio Ring Set  https://t.co/LktNN3fazC via @eBay
48005                                                     Check out His &amp; Hers 14K White Gold Over Diamond Engagement Bridal Ring Wedding Trio Set  https://t.co/8GlP6l8PS1 via @eBay
48006                                       RT @ipsdocholiday: Check out AUTHENTIC JACK DANIELS OLD No 7 BRAND 5 oz HIP FLASK BLACK LEATHER &amp; STAINLESS https://t.co/HDTV1VGfK0 @eBay
48007                                                                Swiss Army Pocket Knife Multi tool knife set 14 in 1 - Multi Function Pocket ... https://t.co/MNeAbCog1m via @amazon
48008                                                     @michellenichols @TurnbullMalcolm @Reuters @sirharryevans @David_Speers @Kieran_Gilbert @JulieBishopMP… https://t.co/LO5UDWg2yj
48009                                                                                                                            @NewCriticalMess @Visa Jesus hates you. #BlockMAGAPeople
48010                                        @KMaminski @Reuters western ountries like Italy spain France  and many others would have their populations shrinkin… https://t.co/koQgzTd2Lu
48011                                        RT @FordCMCKenya: Golf Day at the Royal Golf Club.Join us @FordCMCKenya @Ford @FordinKenya @FordMustang @AlFuttaimAuto https://t.co/iZw5PNd…
48012                                                                                                  SAP S/4HANA 1809 is officially released! @SAP #S4HANA #SAP https://t.co/kQuZxWc4V8
48013                                                                                                               RT @citronice: @Apple where's the mango emoji https://t.co/VEzsmstKdb
48014                                                                                           Check out LEC - R5010W Undercounter Fridge - White #LEC https://t.co/wzW7ETihCV via @eBay
48015                                                 Just bought a few more @CaptureShow (Mark Seliger) books off of @amazon yesterday. Next round will include… https://t.co/0eMqf7c9ny
48016                                                                                                                                         Dear @jpmorgan do you take private clients?
48017                                                                         Milwaukee 23-66-0269 SWITCH KIT Milwaukee https://t.co/0XrhdJW9H3 via @amazon #eliquidassets #raretoolparts
48018                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48019                                                                                                      @SenWarren @behindyourback @WellsFargo Great job. I wish this front page news.
48020                                                             RT @HimaDas8: Super pumped about joining the #ThreeStripes family. @adidas #HereToCreateHistory https://t.co/Kw0u8Bmp8B
48021                                                 Check out Five Stone Band Ring VVS1 Princess Diamond 14K White Gold Over FREE SHIPPING #JulieJuhi https://t.co/wJjsRCZ4f3 via @eBay
48022                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
48023                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48024                                         RT @aras_plm: Learn why @Airbus @Boeing @BBD_Aircraft @Dassault_OnAir  @embraer @GEAviation @GulfstreamAero @RollsRoyce @SAFRAN and others…
48025                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
48026                                        RT @BigBangFair: Huge congratulations are in order again! Emily Xu and Josh Mitchell - 2018 #BigBangCompetition winners of the @GSK UK Youn…
48027                                         RT @Reuters: Rap mogul Marion 'Suge' Knight pleads to manslaughter days before murder trial https://t.co/hRBXKxLuzF https://t.co/5YZ6mlCP6Z
48028                                                                                                                      Check out my listing @eBay - https://t.co/Zya3R5yHGw via @eBay
48029                                                                    RT @Reuters: European court should say if Britain alone can stop Brexit: Scottish judges https://t.co/gMAoaFoOd6
48030                                                                                       RT @BMW: Collecting some extra miles? The #BMW #3series Gran Turismo. https://t.co/z1sWOLsQ6I
48031                                                                                       RT @Reuters: Puppies steal the show at Chile's annual military parade https://t.co/DzIaj8HDAH
48032                                                                             RT @Reuters: Retired Olympic champion Usain Bolt enjoys zero gravity conditions https://t.co/aZELyEgSzj
48033                                                                           RT @Reuters: Vietnam's president dies after viral illness https://t.co/wtDD92vmGP https://t.co/Q2LonF8YRi
48034                                        @Iran @realDonaldTrump @Volkswagen @VW @POTUS @TheIranDeal @mitchellreports @GermanyDiplo @frenchgov @HassanRouhani… https://t.co/zaRIDAatU3
48035                                        RT @nbzhenglifang: @Reuters China Xinhua net and 16 banks to participate in Yunnan Fanya fraud citizens 43 billion yuan.  https://t.co/MxqV…
48036                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48037                                        RT @Reuters: Fed's Powell between a rock and hard place: Ignore the yield curve or tight job market? https://t.co/rtlej2w8UQ https://t.co/I…
48038                                    RT @perfectbeads: Check out Hot sale !! Turquoise  &amp; Pearl Beads Gemstone 24k Gold Plated Dangle Earrings  https://t.co/4cfwcfyBhu via @eBay
48039                                                                           RT @Reuters: Vietnam's president dies after viral illness https://t.co/wtDD92vmGP https://t.co/Q2LonF8YRi
48040                                          RT @mommieschildren: Check out #PoloRalphLauren #Mens L  Blue 1/4 Zip Pullover Sweater  https://t.co/SjixPbGVjt @eBay ⁦@coreyestep⁩ #RETWEE…
48041                                                       RT @Reuters: Wells Fargo to cut headcount by 5-10 percent in next three years https://t.co/fiYmKGYYl8 https://t.co/8e0cwvTJrz
48042                                                         RT @mommieschildren: Check out Mens' #burberry #London Brown Short Sleeve #polo #Shirt Small  https://t.co/lGthyE4Mqm @eBay
48043                                    “Global Health R&amp;D is NOT not-for-profit. We create business value.” CEO of @GSK Emma Walmsley presents her long-te… https://t.co/GLZbbZvoOu
48044                                             @WillieAtFLO @WrestlingHeals @adidas @trackwrestling @oldestgreatest @Bloodround @leftystrat5 @WrestlingQuoter… https://t.co/Q4yroSqfpG
48045                                                                                Stranded Dog Rescued From Hurricane Florence's Rising Floodwaters https://t.co/O435e2ysRZ via @Yahoo
48046                                                                                      Check out Total Motor Oil Promo Tshirt And Sunglasses #Total https://t.co/CYISK90qXr via @eBay
48047                                        RT @dcfairbank: @SenWarren @WellsFargo Iceland Has Jailed 29 Bankers. Why Can't the UK and US Do the Same? https://t.co/pdkABJB88w #ArrestW…
48048                                                                                                                                                             @Apple Welcome to 2013.
48049                                                      Glad to see @Google celebrating Mr. Rogers https://t.co/UZifsc2E9m @FredRogersCtr @FredRogersPro @hgse https://t.co/oL2ekcVLLG
48050                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48051                                                                                                                    @nstevenlucas @Adobe @marketo Congratulations Steve.  Well done.
48052                                        RT @QuincyDJones: Created a @Spotify playlist with some of the featured music from my new @netflix original for y’awl! Includes new origina…
48053                                        RT @UHDTrader: $FUSZ - Absolutely Ecstatic to see what @Adobe #Flashplayer @adobeflashread can do with @nFuszInc #InteractiveVideo  and #Ma…
48054                                                      Check out Blue Monalisa &amp; Pearl Beads Gemstone 24k Gold Plated Designer Dangle Earrings  https://t.co/SRR7jacPQO via @eBay
48055                                                                                                                                             @TMobile  sure screwed this preorder up
48056                                         NEW PRODUCT Le Wand Petite Gold Travel Rechargeable Wand #LeWand https://t.co/EfLKPw76Xs via @eBay #wand #vibrator… https://t.co/gOD2S2ZIdm
48057                                                                   Check out 2pcs X 2.5m CAMPER RV #MOTORHOME  STICKER STRIPES VAN BUS GRAPHICS DECALS https://t.co/pEwYRBKlTl @eBay
48058                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48059                                                                           RT @Reuters: Vietnam's president dies after viral illness https://t.co/5D2sHa6WbT https://t.co/4wOO1zigWS
48060                                                                                                                                     Het @Nike haters - how do you like them apples?
48061                                        @sprintbusiness You should work on getting your 4g to work. As a customer who dropped you guys week for @ATT you gu… https://t.co/1Qv7ml4Coq
48062                                        New - NIKE Zoom Evidence II Basketball Shoes - Great Price - Size 10.5 @eBay - https://t.co/ZY6B8u5xTP via @eBay#eB… https://t.co/hhcDvRPAaB
48063                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48064                                                                    Vintage Fleco Industries Budweiser 12 Oz. Beer Can Lamp Light Portable Plug-In https://t.co/WA4q5o9616 via @eBay
48065                                                              Today &amp; Tomorrow Magazine Fall 2003 Mennonite Pennsylvania Dutch Good Times RARE https://t.co/PfJkVM5XMD via @eBay
48066                                                                  Check out Oliva Serie V Liga Especial Cigar Box - Great Condition FREE Shipping  https://t.co/2hD7EwMr5K via @eBay
48067                                                                           RT @intel: Thanks @techreview for featuring the story of our drone expedition to preserve the Great Wall!
48068                                         @exxonmobil Bio fuels are just as bad as fossil fuels. Don't believe me? Ask @SierraClub @NRDC or ask a doctor her… https://t.co/xOHPi4aOiK
48069                                        RT @musser_benson: @JRZYlife @sherigreatfalls https://t.co/oa5c6RJT74 SAME SAD @WellsFargo yet I paid cash and my initials robo signed http…
48070                                                                                        @business Living wage and benefits might be a better option @Walmart instead. Just a thought
48071                                            Check out Gift Sale !! Monalisa &amp; Pearl Beads Gemstone 24k Gold Plated Jhumka Earrings #DropDangle https://t.co/MzKBr8KjZN via @eBay
48072                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
48073                                         @HomeDepot These guys have literally the WORST return/refund policies! And their installation team plainly REFUSES… https://t.co/WpBlvnyrgF
48074                                                                                         RT @Portsmouthhigh: Looks great @IBM #IBMhursley #STEM #GirlsinSTEM https://t.co/xAvEjfli3O
48075                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
48076                                                                                                                                       Fired up https://t.co/wN98GWf0eY via @Reuters
48077                                                   Check out PRECIOUS MOMENTS Celebrating 30 Years of Love &amp; Friendship - Candle &amp; Topper  https://t.co/0YykmgICIF via @eBay
48078                                         RT @Reuters: Russia's Lavrov says U.S. is threat to Syria's territorial integrity: Interfax https://t.co/3TuKKpsBOa https://t.co/Gzw6bOglly
48079                                                                                                @Dominique_Skye @facebook i just love how Women aren't even remotely equal &gt;.&lt;
48080                                                                                               @erc4real @Tesco Heck I’ve seen some Christmas stuff sneak in around August. Madness!
48081                                                         RT @Reuters: Oil up on supply concerns before OPEC and other producers meet https://t.co/VXxoghTgNp https://t.co/FRz0oKbJuF
48082                                         RT @DublinTown: Hurray for the Little Museum of Dublin @DublinMuseum who have won the @TripAdvisor Travelers Choice Award for 2018 for the…
48083                                                                                       RT @Reuters: Puppies steal the show at Chile's annual military parade https://t.co/DzIaj8HDAH
48084                                        RT @robinghvintage: Check out #Vintage #Tarot Cards Deck 1981 with Instructions Cagliostro Modiano Kaplan  https://t.co/IduImaDryg via @eBay
48085                                                                                                           Hmm I know few fellas that might have some valid objections dear @netflix
48086                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48087                                        RT @McDonalds: UNLIMITED. FREE. DELIVERY from McDonald’s (9.24 – 9.30). The deets? Order #McDelivery using promo code McDeliveryPassSept on…
48088                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48089                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
48090                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
48091                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48092                                        RT @Microsoft: Students at @LCFLondon are using #AI and mixed reality to bridge the gap between fashion and technology. Here's how: https:/…
48093                                                                                           RT @Reuters: 'Bombshell'? EU court to hear case on halting Brexit https://t.co/0Rmk9Q48Sl
48094                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48095                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48096                                                          @21stcenturycrim @TuckerCarlson @SaraCarterDC @Google About a month ago I switch to DuckDuckGo.  I haven't skipped a beat.
48097                                                                                                https://t.co/IsS8FFWJz9: New Releases - Software https://t.co/4gmhVdfmzq via @amazon
48098                                                                       RT @Reuters: Kremlin says U.S. is using sanctions to squeeze Russia out of arms trade https://t.co/FbqjVqNNrk
48099                                                                                   Shout out to @Google for today’s AWESOME Mister Rogers Doodle! #itsabeautifuldayintheneighborhood
48100                                                                                                                                          @ChampionsLeague @Mastercard It's too much
48101                                        RT @AjiHaaan: Some serious issue with @facebook algorithm in India. Even page owners are not able to see their posts. It is specifically ha…
48102                                                                       RT @Reuters: Kremlin says U.S. is using sanctions to squeeze Russia out of arms trade https://t.co/FbqjVqNNrk
48103                                        RT @tweetenergomez: @electracola @PopCrave @amazon this is just creepy. a robot in your home that can hear every single sudden move or soun…
48104                                                                                       RT @Reuters: Puppies steal the show at Chile's annual military parade https://t.co/DzIaj8HDAH
48105                                         @Apple is so overpriced for a #Phone company! All zipperhead #apple owners are the same! Yeahh new #phones #REALLY… https://t.co/XaHIrFmxYE
48106                                                                            Check out USING PC SOUNDS WITH THE DOS COMPATIBILITY CRAD APPLE #APPLE https://t.co/1xdGVqz7gY via @eBay
48107                                                                I've never wanted anything more than a robot dad with the voice and personality of @johnkrasinski. #NextGen @netflix
48108                                                                                                                                      @McDonalds burnt much? https://t.co/gsZnr6tAU4
48109                                                                                                                                                                    Break up @Google
48110                                         RT @FAIRImmigration: Sessions limits U.S. judges' ability to dismiss deportation cases https://t.co/3IOLy5Mqep via @Reuters @kristinacooke…
48111                                                        Check out Bert Yelin For Iris Robe Nightgown Set MED White Polyester Satin ILGWU 70's VTG  https://t.co/GnNzUBBIMV via @eBay
48112                                        The #DC @Microsoft @Azure for Government meetup is hosting the Cloud DemoPalooza - Gov Style on Wednesday. Be there: https://t.co/IJ4bixbDP5
48113                                        RT @ForeverLogical: Check out this Amazon deal: Fear: Trump in the White House by Bob Woodward https://t.co/IXyjEr4WRu via @amazon https://…
48114                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48115                                                                                               @heyjustkatie @CBS @CBSBigBrother I couldn’t get it to work for anything this season!
48116                                                                                           @IsiahWhitlockJr @netflix @joshgroban I’ll check it out. You’ve been promoting it enough.
48117                                                                                           @Adobe to #acquire marketing software group @Marketo for $4.75bn. https://t.co/mQwIAcCJyf
48118                                                    Check out Very rare Mid Century  Credenza by Broyhill Facet Collection #Broyhill #VintageRetro https://t.co/p3bPspbvYN via @eBay
48119                                                                                                                                               @netflix oops https://t.co/MDy5VoMjfz
48120                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48121                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48122                                                                                                                                      @HimaDas8 @adidas Big up Hima keep it up💪👊👍
48123                                                Check out WOEMEN NEW T SHIRT CASUAL SUMMER TOP LOOES LADIES FASHION ALL I WANNA DO IS TAKE #TShirt https://t.co/lgwjnGdHFi via @eBay
48124                                                                           Check out Wood Browning Camo Rubber Phone Case Cover. #UnbrandedGeneric https://t.co/mHEremUvy9 via @eBay
48125                                                                    RT @cvanellaa: She’s literally a princess that Disney needs to cast @Disney just saying. https://t.co/vc7PG268tt
48126                                        @netflix What is going on with that @7SecondsNetflix Season 2? Your girl @ReginaKing just won the Emmy for it so wh… https://t.co/y6XFqzMet5
48127                                    RT @JasonKouns1: @KevinNguyen9231 is literally a HS version of @CNN @Google &amp; @NASA all wrapped into one SUPER COOL package @ECCHS_GA! Dron…
48128                                                        Check out Cushion Cut Morganite Solitaire 14k Rose Gold Finish Bridal Engagement Ring Set  https://t.co/CLevjcAs2A via @eBay
48129                                        @britt_saunders @Apple Is there something in settings make it clear picture If your not happy with it maybe have to… https://t.co/lQw0mshePF
48130                                                       Well...no. Not Really. @echocharles was the first Echo in my car. @jockowillink @j_e_sullivan @amazon https://t.co/CoGc1Or4FI
48131                                                        Check out Touch Screen LCD Retina Display Frame for Apple iPhone 4 Black Screen Glass New  https://t.co/n785JLN6dO via @eBay
48132                                                 Check out Curtiss F-9C-2 Sparrowhawk 1/72 scale model airplane Pegasus Vintage New rare  #Pegasus https://t.co/sMBCbxaAD3 via @eBay
48133                                        RT @IndieWire: #Maniac is now available to stream on @netflix! Emma Stone is as brilliant as the worlds around her in this intrepid limited…
48134                                                                                    @Apple iPhone XS and iPhone XS Max user manual shows AirPower references https://t.co/NqvBa9SbDi
48135                                                                                                                 @mooreof_me @Apple @AppleSupport Neither have I and my phone a mess
48136                                        RT @TomFitton: The breaking news that @Google employees conspired to try to twist search results to oppose @realDonaldTrump policies is fur…
48137                                        Thanks @TMobile @TMobileHelp I preordered my #iphoneXS on 9/14 morning and was told it would be ready on launch day… https://t.co/mmQnt0dsQ2
48138                                        RT @TomFitton: The breaking news that @Google employees conspired to try to twist search results to oppose @realDonaldTrump policies is fur…
48139                                                                              RT @Reuters: PM May's statement on Brexit talks after EU rejects her proposals https://t.co/Fl0hPhuRe3
48140                                        RT @TomFitton: The breaking news that @Google employees conspired to try to twist search results to oppose @realDonaldTrump policies is fur…
48141                                                        Check out  Sexy Women's Red Hot Devil Diaba Brazilian Fantasy Intimate Lingerie Soft Love  https://t.co/pCgnFiJBJq via @eBay
48142                                         Someone on a @verizon phone has been mistakenly using my gmail account for YEARS. I know when they pay their bills… https://t.co/wT1nRv3ddZ
48143                                        RT @TomFitton: The breaking news that @Google employees conspired to try to twist search results to oppose @realDonaldTrump policies is fur…
48144                                                       Check out CALAVERA SUGAR SKULL FLORAL CROSS DAY OF THE DEAD BIKER PURSE SATCHEL/WALLET BAG  https://t.co/QbtuAXbGLy via @eBay
48145                                                                            I love that @netflix let's you download stuff on the go. Especially for phones that don't have internet.
48146                                        RT @TomFitton: The breaking news that @Google employees conspired to try to twist search results to oppose @realDonaldTrump policies is fur…
48147                                                   Check out Art to Olive Green Flower Burnout Velvet Fringe Kimono Coat Duster Jacket short #Cape https://t.co/8IDAY247H1 via @eBay
48148                                                                      Check out Anthropologie Tabitha Dress Embroidered Sleeveless Sheath Womens Sz 2* https://t.co/zggHwXKpQL @eBay
48149                                           RT @ipsdocholiday: Check out PD Premier Design Jeweled Heart Ruby Red Accent Amethyst Fort Worth Texas 2003 https://t.co/z3y3SGHxpR @eBay
48150                                                                                                                                                      @MayhemsSolution @FedEx Agreed
48151                                         @CNN Makes sense @Disney doesn’t want a another Rian Johnson debacle. I still can’t bring myself to watch the Solo… https://t.co/asx7M29Cm3
48152                                                        Check out Stickers Crafts Scrapbooking 186 Pc Foam Tags Space Astronaut Circles Flowers    https://t.co/tRIx0aJuzZ via @eBay
48153                                        RT @TomFitton: The breaking news that @Google employees conspired to try to twist search results to oppose @realDonaldTrump policies is fur…
48154                                                                                                                                       lmao did this guy just break embargo @netflix
48155                                                  Check out  Classic Black Burnout Velvet-Fringe Hippie Gypsy Duster Coat Kimono Jacket Maya #Cape https://t.co/9zuI5tlYJ0 via @eBay
48156                                        RT @eBayROCteam: Strawberry Shortcake Pre Cut Cut Sew Fabric Panel Tunic Costume Dress Vintage  https://t.co/4X396d11fP via @eBay @duchessh…
48157                                                                                                                                                      An eye opener! @FBRGov @pfizer
48158                                                                                                                                        @Reuters So a rapist defending a rapist.....
48159                                                             Chat in real-time with our Community moderator team about your @PayPal account from 4-5PM GMT.… https://t.co/h2znYpoymW
48160                                                                                                                            @Reuters Can you imagine these two and Trump in a 3 way?
48161                                    RT @DonFi4o: Check out Antique Bible Oxford University &amp; Watkins Binding Leather Old &amp; New Testament   https://t.co/axBzHY0rax via @eBay
48162                                                                                                        Check out Barnsley v Huddersfield 30/8/58  https://t.co/wdClK4Ob96 via @eBay
48163                                                                                                 @BCLONA @MyBeerFestival @AmyRutberg @ScottBakula @NCISNewOrleans @CBS Yes Please!!!
48164                                                                              RT @ArmenianWeekly: Armenia Independence Day 2018 according to @Google Doodle. https://t.co/hvLKS12HZJ
48165                                                   Check out Bandolino Sweater Top Sz L Navy Blue Silk Blend Cardigan Blouse 3/4 Sleeve #Bandolino https://t.co/I7o0rZj41O via @eBay
48166                                                   @grizzlemeister @Jali_Cat @Nike To ALL present the day the Taliban ran the gates at FOB Salerno to include the ANA I salute you!!
48167                                                                                                                                                                @Tesco Thanks Toby x
48168                                                 Still trending in the top 10 @mmoszkowicz @ConstantinFilm @AmazonStudios @PrimeVideo @NetflixUK @netflix ❤️… https://t.co/BRc9q6K03R
48169                                        RT @CocaCola: It’s official! #FRA are the 2018 FIFA #WorldCupFinal champions! Cheers to all the teams on a great tournament. https://t.co/L…
48170                                        RT @dartmouthalumni: The @Google homepage features a familiar face today – Fred Rogers '50! And if you're looking for a little more Mr. Rog…
48171                                        @Motta_Says @BankofAmerica BOA BLOWS. Join me at TD!!!! They lock your account and reimburse you within a couple da… https://t.co/KORbUD81Q6
48172                                        RT @VenusOctober: Cast of @Guardians was my barometer on #JamesGunn. @Disney has still made the WRONG decision. #RehireJamesGunn https://t.…
48173                                                                        RT @MagnumPICBS: #MagnumPI will take you to new heights Monday at 9/8c on @CBS! 🚁🚘 https://t.co/Uj31rwUqiy
48174                                                                 @facebook  Your policy which disabled auto tweet posting on fb from twitter was shit :) I really liked that feature
48175                                                                                                                                          @TMobile does UPS not ship on Saturday's??
48176                                                                                    New to the household. @lenovo Smart Display. $199 at @Costco. Stay tuned https://t.co/5e8NjDIzJl
48177                                              It's a beautiful day in the neighborhood! Watch @Google #GoogleDoodle about Mr. Rogers - background story via… https://t.co/mFxg3X8pzr
48178                                                                          Check out Rolling Stone Magazine Leonardo Dicaprio 8-5-2010 Issue 1110   https://t.co/0Okum3ldAj via @eBay
48179                                                  RT @MarkLRandall: Check out this fun Emoji Mug - Laughing Emoji’s. Visit &gt;&gt;  https://t.co/ukOvnxBEOx @eBay #Fun #Funny #87RT
48180                                        @Starbucks is the medicine ball a real drink? so i can go in my store and call it that and they won’t look at me li… https://t.co/Uacr8orsgQ
48181                                    @chasejarvis thanks for the Photo Lab: Crafting Your Shot Co-created with Chase Jarvis @Apple @TrinityLeeds &amp; Ian f… https://t.co/zpjo7whKdV
48182                                           RT @Yahoo: Woman called a 'crazy b****' on a receipt for ordering a burger without cheese https://t.co/thboSBXNNI https://t.co/2FuSAKs2K6
48183                                        RT @Reuters: Women make up just over a third of the active judges on the federal appeals courts. @ReutersGraphics tracks Trump’s appointees…
48184                                        RT @Kai56405432: #XenaRevival or #XenaMovie people need Legend back @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @H…
48185                                        RT @SAP: How can you remove unconscious bias from your hiring process? @successfactors is doing exactly that. Learn more. https://t.co/fZll…
48186                                        RT @edenspiekermann: The lost #BauhausDessau fonts revived by a team of students working with @espiekermann for @Adobe are now available fr…
48187                                                       Check out #Vintage #Sterling #Thunderbird #Brooch / #Pin #Handcrafted &amp; Signed #Mexico #925 https://t.co/FSxYsZYRZq @eBay
48188                                        Learn how @IBM and @Bluewolf are putting smart to work for your business at #DF18 Booth 300: https://t.co/GQ6SCVB6pb https://t.co/3cMFjDBMjk
48189                                        RT @Reuters: Abandoned baby flamingos are taken for daily walks around the zoo https://t.co/easOIQVQ4N via @ReutersTV https://t.co/Xm6cosbD…
48190                                                                                                    RT @DavidSchmaier: #InsureTech with @salesforce @vlocity https://t.co/MOpra0f2Vq
48191                                                                                                                         Ping @GeneveAeroport @genevacamerata et @easyJet ✈️😡 = 🎻🎼
48192                                                                                         RT @JoyNash: Feel free to spam @netflix @AmazonStudios and @hulu 💗 https://t.co/MknPc6Nufu
48193                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48194                                        “RT” “U.S. weekly jobless claims fall as labor market strength continues” Read more in @Reuters as number of Americ… https://t.co/VlSTMVaQ6H
48195                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
48196                                                                                                                                                                      @Reuters hello
48197                                                                                                                        @CPAutoScribe @DougDeMuro @Toyota @roadshow Umbrella holder?
48198                                                                             RT @allergictobeez: I wonder how much @Starbucks Holiday cups are going to offend people this year.....
48199                                                                                                                                 @ColetteLala @CBS Website and Bot done for the day.
48200                                                            RT @JohnMbethe27: @i_am_vokal @ChampionsLeague @Mastercard @WillardKatsande Nehemiah though 😂😂 https://t.co/u2fjt1eSpF
48201                                                                         RT @Reuters: Trump delays release of Russia probe documents https://t.co/J8gunuP46J https://t.co/5jV1cKSAGd
48202                                         @IvankaTrump @POTUS @Walmart hey @ivankatrump you are every inch the shlt stain your father is and don't think you… https://t.co/wLtU1UvpyM
48203                                                                            Yes please....come on @netflix @hulu you know you want to #saveshadowhunters.  Like NIKE says JUST DO IT
48204                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48205                                        RT @SpeakTruth911: @TheRickyDavila @Nike Donald Trump and his golf courses and PRO shops would be financially ruined if Trump sought to Boy…
48206                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
48207                                                   Check out Battle of the Planets Series 1 Mark (No Helmet) Action Figure - Sealed #DiamondSelect https://t.co/cHc4NYhPuT via @eBay
48208                                        Leave it to @verizon to mess up my preorder and now have me on hold for over 30 minutes waiting to be transferred t… https://t.co/yarUnrViNb
48209                                             RT @Reuters: U.S. 'very close' to proceeding with Mexico-only trade deal: Trump adviser https://t.co/7fdgJj07WF https://t.co/JydNpNjrRu
48210                                        RT @StudioAdmin: Asbury Park Random art https://t.co/Jhe5FpmjrF via @redbubble #traveling @TraveIings @Expedia @KAYAK @travelocity @trivago…
48211                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
48212                                                                                                                                           @pjausovec @netflix it's webscale as shit
48213                                                          Check out Japan Limited Mcdonald's Happy Meal 2017 Yo-kai Watch Card Nyan Kishi YDP-045  https://t.co/nWYDZVz8fh via @eBay
48214                                        🆕series w @epicpeople_org!🎙️On evidence + experience in #Ethnography and #Data Science w/ @dawnnafus of @intel + Ty… https://t.co/WNUUbkdHZw
48215                                    RT @HorganDaniel: What A Collaboration Between @Starbucks &amp; @McDonalds Can Teach Entrepreneurs About Partnerships via @forbes https://t.co/…
48216                                                                                                    @NiranEC @theseanodell @UPS this thread is gif heaven 😉 https://t.co/I2Cg1xA3nX
48217                                        @dr_pete @amazon I feel this way about all their “free 2-day shipping” ad copy. It’s only free if you’re a prime me… https://t.co/QifBRBfnn7
48218                                                                                                                                      @REDDriving @ASOS 4 👌🏼 Awesome giveaway 🙌🏼
48219                                                                      @GGYOUNGBOY Do I have permission to use your album cover on my @WellsFargo debit card? https://t.co/sOMLXVAENa
48220                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
48221                                                                              RT @Reuters: WATCH: Gang of puppies steals the show at Chilean military parade https://t.co/toJkdopXr5
48222                                                                          Check out Ted Blaylock Prints 1980's (Collection of 12) wild life/birds  https://t.co/Gh7CA5tX4J via @eBay
48223                                            Free Kindle book of the Day (FATOP) Hickory Dickory Dead (Maisie Fezziwig Book 1) by Cheryl Bradshaw https://t.co/mPA2uAHU7y via @amazon
48224                                        @aquino_amy @CBS @MatthewLSiegel I was just a young man in Dallas in 1991. As far away from 1950’s Brooklyn as poss… https://t.co/LySYa7z7jf
48225                                                                                                                don't dO ME LIKE THIS @netflix I WAS EXCITED https://t.co/LRLV0Go9hi
48226                                                                                            @JohnLegere @TMobile Except Tennessee has no build out yet of 600 MHz. We are forgotten.
48227                                                           Check out AMERICAN EAGLE Low Rise Jeans Dark Wash Womens RN54485 sz 4 Reg  #StraightLeg https://t.co/sfBbpNX4B9 via @eBay
48228                                        Everyone my youtube account has been hyjacked! @Google @YouTube @gmail if anyone can help please tell me i really n… https://t.co/9Q6ZYzbsE1
48229                                                                              RT @Reuters: WATCH: Gang of puppies steals the show at Chilean military parade https://t.co/toJkdopXr5
48230                                    #DYK that @WellsFargo &amp; @JPMorgan finance private prison corporations that are profiting off the separation of fami… https://t.co/fYwDFXIx2f
48231                                                                                                                      @Reuters How dare they put their country so close to our ships
48232                                        @Nike you used to be a great company I bought hundreds of your shoes and jog my whole life but you have discussed A… https://t.co/YoXg3ipN6h
48233                                         So @netflix wants to know if I want to check out a series with @TonyDanza and @joshgroban playing a father/son cop… https://t.co/cfAJ1zK2nI
48234                                                                                                                                           @REDDriving @ASOS I can see 4 differences
48235                                                  @Disney @DisneyChannel @DisneyChannelPR @DisneyJunior @DisneyXD @DisneyAnimation @WaltDisneyCo @DuckTales… https://t.co/sI9mpSk4Lz
48236                                        RT @McDonalds: UNLIMITED. FREE. DELIVERY from McDonald’s (9.24 – 9.30). The deets? Order #McDelivery using promo code McDeliveryPassSept on…
48237                                                       Check out DIAMOND RING ROUND VS1 D 1 CT EXCELLENT SOLITAIRE 14K WHITE GOLD SPARKLING JEWEL  https://t.co/MRJkzTTVoB via @eBay
48238                                                                             RT @Reuters: UK minister says many Britons content to leave without Brexit deal https://t.co/2m9KsLvAL8
48239                                                                                  Next day delivery my ass @Apple! Ordered my phone Wednesday and now it won't be here until Monday.
48240                                           RT @elisiashoppe: Vintage #Duck #Thimble Hand Painted Turned Wood - Excellent Condition ENDS SOON       https://t.co/sMuG48lDJV via @eBay
48241                                                       Check out Womens Leather Cross Body Bag Paris French Eiffle Tower Dark Brown Fashion Purse  https://t.co/mwx1Qgop1J via @eBay
48242                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
48243                                                                              RT @Reuters: WATCH: Gang of puppies steals the show at Chilean military parade https://t.co/toJkdopXr5
48244                                                                                                                         @ASOS Nah we good ! NEXT CASE 🗣🗣🗣🗣🗣 https://t.co/LpV34n1S2z
48245                                        RT @ebertvoices: Sanaa Lathan is fearless in Haifaa Al-Mansour's NAPPILY EVER AFTER  https://t.co/924hNX5pNe via @sheilakathleen @netflix @…
48246                                        @FedExHelp Hey @adidasUShelp can you please provided different shipping options on purchases @FedEx clearly doesn’t… https://t.co/CTu628xA8v
48247                                                                                @sincerely_whit im like guuurl. i think your tweet is a scene fron #NappilyEverAfter on @netflix lol
48248                                                         Check out 1969-1970 MUSTANG FASTBACK REAR PILLAR LIGHT 1964 THUNDERBIRD FACTORY ORIGINAL  https://t.co/cR0OKpIW09 via @eBay
48249                                            Pumpkin Cut Outs... https://t.co/WOwrJBHoyd via @amazon #naturecuts #amazon #shopsmall #fall #autumn #pumpkin #halloween #harvest #party
48250                                                                                                                                            @ATT Customer service is just atrocious.
48251                                                                                                                           @NareshJagityala @AppleSupport @Apple does it helped out?
48252                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48253                                        RT @Reuters: Democrats have enthusiasm edge in midterms – @Reuters/Ipsos poll https://t.co/IePDqbaevU via @ReutersTV https://t.co/ft29J3vCNX
48254                                                                                                                                                                   @ATT Damn not bad
48255                                                                                                                      Check out my listing @eBay - https://t.co/TKeG2QUeq0 via @eBay
48256                                                                                                                             RT @HimaDas8: Thank you @adidas https://t.co/6v3a8o9z0k
48257                                           RT @Glamaroni: Check out Large Irish Celtic Connemara Green Marble Rosary Beads Erin Silver Tone Cross  https://t.co/pxSXdlNQ8Q via @eBay
48258                                                                    @LauraLoomer @PrisonPlanet @PayPal @CAIRNational The double standard is so real its about to take corporeal form
48259                                                                                                          @slpng_giants @lauferlaw @PayPal Well crazy Alex said he's ready to die...
48260                                                                                     RT @Reuters: Retired sprinter Usain Bolt enjoys zero gravity conditions https://t.co/48Jr2FCfYB
48261                                                         Check out  David Taylor Mens Size 40X29  Khaki Elastic Back Flat Front Pants #DavidTaylor https://t.co/Lt6XnKmnfW via @eBay
48262                                                                                                  @kumako08 @Ryanair I work for them phones are fine as long as you have eu passport
48263                                                                                                        @IvankaTrump @POTUS @Walmart What do you think of you dad attacking Dr. Ford
48264                                                                                                                        @EscZoee @danielricciardo @amazon HOW DO I FIND IT ON AMAZON
48265                                                                                  Check out MADEWELL Purple Tiered Ruffled Dress Size 12 #Madewell https://t.co/B1qlnUMh1N via @eBay
48266                                                     RT @hildatheseries: Ready for an adventure? #Hilda comes to @netflix on September 21st! #HildaTheSeries https://t.co/SXwMEWYBWd
48267                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
48268                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
48269                                                                              RT @Reuters: WATCH: Gang of puppies steals the show at Chilean military parade https://t.co/toJkdopXr5
48270                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
48271                                        Thrilled to announce our portfolio sale of 6 solar farms to @GoldmanSachs Asset Management (GSAM) Renewable Power G… https://t.co/l0j2N5io96
48272                                                                                                                               @anthonyrosewine @McDonalds from an old Irish recipe?
48273                                                                              @rachelroyalkc @Apple This is an actual thing.  Had a friend that worked for Apple share that with me.
48274                                                                                                  RT @slpng_giants: CONFIRMED: @PayPal has dropped Infowars. https://t.co/edOUGEObAr
48275                                        @HomeDepot 11+ Weeks for a promotion and rebates seems a little crazy don't you think? Menards is half a block away… https://t.co/W3aEpRZ1Lw
48276                                                                        Man these @Nike shoes &amp; socks are comfortable! #FuckTrump and his #Cult45 KKKlan https://t.co/TQNBSmrjCd
48277                                                                                                  RT @slpng_giants: CONFIRMED: @PayPal has dropped Infowars. https://t.co/edOUGEObAr
48278                                        #Linux and @Microsoft #Windows users beware! A destructive type of #malware has been found which has multiple capab… https://t.co/FiCnQqPmVv
48279                                                             Check out South Pole NWT Boys Red/White/Gray Logo Sweater Size M #Southpole #Pullover https://t.co/YT5oK6WZFR via @eBay
48280                                                                                                       @hildatheseries @netflix I’m gonna watch it right now!!! It looks so good 😍♥️
48281                                                       RT @FrostEbay21: Check out A-Level #Psychology AQA #Complete #Revision &amp; #Practice https://t.co/4MVtqMsE2d @eBay #alevels
48282                                                                                                  RT @slpng_giants: CONFIRMED: @PayPal has dropped Infowars. https://t.co/edOUGEObAr
48283                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/IwUw0S7HK1
48284                                        RT @Reuters: Caterpillar leans on old playbook to cope with Trump tariffs. @rajeshkumarsgh reports https://t.co/7L8tXQ2mhI via @ReutersTV h…
48285                                                                            @gofooji @MaiselTV Oh man all out in UES and Fidi in NYC already? Is this an error? @amazon @gofoojihelp
48286                                                                                                  RT @slpng_giants: CONFIRMED: @PayPal has dropped Infowars. https://t.co/edOUGEObAr
48287                                                             RT @HimaDas8: Super pumped about joining the #ThreeStripes family. @adidas #HereToCreateHistory https://t.co/Kw0u8Bmp8B
48288                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
48289                                                          RT @Reuters: Yemen separatist leader says Hodeidah offensive will not stop https://t.co/bcQ2d5hM6I https://t.co/LcqIBe4OYg
48290                                                                                                                                   @REDDriving @ASOS I can see 4 differences #autumn
48291                                                                                                                     RT @Sony: Is it December yet? #Timeless https://t.co/dNA3KJn7X3
48292                                                                                                                                      @haripholivia @Starbucks But why is it 26oz ??
48293                                                      Check out Predator Helmet Street Fighter Green Kawasaki FULL FACE( DOT Approved ) #Unbranded https://t.co/bIuOU4m1dD via @eBay
48294                                                                                                                 @Reuters In libtard land you just click your heals. and 💨💩 pooof.
48295                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
48296                                                              RT @Reuters: Iran puts on 'show of strength' military exercise in Gulf https://t.co/yy3dlWvX2g https://t.co/q9LvyPapTq
48297                                         RT @__thestar: @ATT @ATTCares An Att technician went to set up internet for my friend and wh me “testing” the WiFi feature he asked to use…
48298                                        RT @MemphisRLMarket: Franklin TeeBall Baseball Bat https://t.co/ynwTcjCZ59 @eBay #SEO #Marketing #shopsmall #SmallBusiness #smallbiz #conte…
48299                                        RT @SiemensPLM: Just in: @Siemens continues to invest in software offerings for the Digital Enterprise with the acquisition of @LightworkDe…
48300                                                                                                                  @netflix when are you going to release The Good Doctor????????????
48301                                                                            Check out 1975 Vintage Zippo 1776 Bicentennial Lighter Liberty Bell 🇺🇸🇺🇸🇺🇸 https://t.co/K2ZczhWlBn @eBay
48302                                                                                  Check out Nintendo Wii Game Lot 8 Games Working Lot002 #Nintendo https://t.co/xcqGskKzds via @eBay
48303                                        @TruthFinderJ832 @OriginalFunko @amazon It's Ana (Overwatch character) and it's an Amazon exclusive. (Left is commo… https://t.co/qFALOb5Rm5
48304                                         @IvankaTrump @POTUS @Walmart Will you be standing up for women and Dr. Ford?  Doubtful. You keep validating what a… https://t.co/CMDGstVAWM
48305                                        @NickersUniverse @salesforce @dvdkliu @trailhead @Codecademy @MeighanSF @Anerrdgirrl and I might know a thing or tw… https://t.co/KwDf5e5vAC
48306                                        RT @annecurtissmith: Long car ride home and got to watch some movies. Thanks for the recos. everyone. Too many @netflix hotties! Both actor…
48307                                                        Check out A Treasury of Fairy Tales by Annie Claude Martin Over Sized HC Illust Free Ship  https://t.co/f2drbedX5p via @eBay
48308                                        I’m Just Doing Me... 😄👌🏾You try doing you... 😉 #Netflix @netflix  @nappilyseries #NappilyEverAfterTheMovie 💇🏽‍♀️ https://t.co/Ut1JBZ7r37
48309                                         This fucking @UPS driver is in my neighborhood since 10a but skipping over my house. I even went to the movies and… https://t.co/reKGMdrO2o
48310                                                                                                         Thank you @Google for celebrating Mr Rogers today!  https://t.co/dvIxC1kLQ4
48311                                                                  RT @h3nny_g0d: standing by it through it all ✊ @Nike @Kaepernick7 #justiceoverprejudice . https://t.co/5J1aEyPhl4
48312                                         RT @MHernandezWFAA: Alicia Witt tells @IvankaTrump how she rose from working overnights while pregnant as a @Walmart cashier to becoming a…
48313                                                             Check out 65 personalised handmade By stickers Labels Address Seals Craft Business Sweets https://t.co/rAzAK4RcVZ @eBay
48314                                        RT @Reuters: Freezing fish eyes and skittish unicorns of the sea: @ReutersGraphics explores how scientists use animals as climate change re…
48315                                                                                                  RT @slpng_giants: CONFIRMED: @PayPal has dropped Infowars. https://t.co/edOUGEObAr
48316                                                    Check out 1977 Porsche Turbo Carrera Sports Car Compare Audi Fox Sedan Photo Print Ad #Porsche https://t.co/FMYFGR0VKT via @eBay
48317                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
48318                                                    Check out Sennheiser MD441U Dynamic Wired Professional Microphone VINTAGE /USED #Sennheiser https://t.co/tE0KlLn2w7 via @eBay nm
48319                                         @macscotchman @MusingMaryAnn @original_mikz @therealscuddly @jiggrinder1 @parscale @Google Porn stars and interns?… https://t.co/9dvGt57vLT
48320                                                                                                  RT @slpng_giants: CONFIRMED: @PayPal has dropped Infowars. https://t.co/edOUGEObAr
48321                                                Check out Roma Yarn Four Seasons Grundl Lot Of 2 Balls Purple 08 Cotton 50g 109 Yards #FourSeasons https://t.co/l7FqdLHCGF via @eBay
48322                                                                                                                                                                    @Reuters They do
48323                                          RT @TimeSassChoco: @missmary88 @laura1865s @Sony @jmgrazela Always ends with a kiss 😋👀😍 #Timeless #SaveTimeless https://t.co/9DH58XNRdk
48324                                                     @SarahsDeadEye @MHernandezWFAA @IvankaTrump @Walmart You seem like a sad bitter person. Go outside and look at nature sometime.
48325                                                                                           @Apple @AppleSupport  why tf do we still need to put out password to download free apps??
48326                                                  Dad's watch strap leather G by Guess Sport # G79027G2 G by GUESS  #fridayfeeling #men #fashion https://t.co/0zUZGpud2g via @amazon
48327                                                                                                     RT @Toyota: Bring style to every road trip. #Highlander https://t.co/hWRootB7fi
48328                                        @RLMProvisions @Wildeman44 @McDonalds Hi Ernest. We have three dedicated fryers: one is for potatoes (fries/hash br… https://t.co/W2r0kq9K2O
48329                                                                                                                             @cathymcmorris @Google Are you suggesting REGULATION???
48330                                         @VerizonSupport @verizon  why can’t I get data it’s so slow in my area and opened 2 tickets and both closed within… https://t.co/BFmK3d8EmF
48331                                                                                  Now available @Tesco pick up this NEW J.J Whitley Violet Gin for £16💜💜💜 https://t.co/wzZFNPpLFo
48332                                                                                 Check out SDCC The Walking Dead 75 Exclusive. (signed By Ryan Ottley) https://t.co/w89xlF6Q7X @eBay
48333                                                                                                                      @ellndell @Estephane21 @CBS Thank you. I’m for sure team Hals!
48334                                        RT @mimie107: @OgbeniDipo @wizkidayo this is the table you’re standing  on... Too irresponsible @Pepsi_Naija @pepsi @Nike .This your ambass…
48335                                                  RT @Reuters: #Brexit protection? Farage-themed condoms a hit among UK eurosceptics https://t.co/Kfnp1GgTBe https://t.co/9OlzYMj52M
48336                                                                                                                                                   @HimaDas8 @adidas you are my hero
48337                                                                 So does @Starbucks not do a free birthday drink anymore? It’s 3pm on my birthday and I haven’t gotten the reward 😔
48338                                                                                   RT @Reuters: Senate panel wants Kavanaugh hearing terms worked out Friday https://t.co/CbYIujm9Tm
48339                                                                    @DELibraries @amazon @AECNorman @JohnCarneyDE That's great. Thank you @amazon for supporting @delibraries #netDE
48340                                         RT @Google: It's a beautiful day in the #GoogleDoodle neighborhood. Take a stroll with #MisterRogers and friends → https://t.co/8AB5Uzlt02…
48341                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
48342                                                                                                                    RT @netflix: MARY POPPINS RETURNS (2018) https://t.co/B6cyk3m2Yl
48343                                                                                    1909 VDB Lincoln Wheat Cent VF Penny   https://t.co/cSsJLP3Ew9 via @eBay https://t.co/MP8kFGb97D
48344                                                         Check out Adidas PURE GAME after shave lotion - Revitalising - 100 ml / 3.4 fl oz #Adidas https://t.co/tJGAUQMih8 via @eBay
48345                                                                                       RT @Reuters: WATCH: Puppies steal the show at Chilean military parade https://t.co/F78IOlW8Ei
48346                                                                                                  RT @slpng_giants: CONFIRMED: @PayPal has dropped Infowars. https://t.co/edOUGEObAr
48347                                                                                                       @cooksmarts @PayPal Seemingly it was but I am awaiting the refund. Thank you.
48348                                                                                                                                         @SonySquareNYC @Sony Rocket and Sprocket 🚀
48349                                                                                                               @Khiorideluxbird @amazon We have one of these and it's quite popular!
48350                                         RT @Cisco: Every second of your meeting is important. See how @Webex makes it run smoothly: https://t.co/aKQY1t8o97 https://t.co/G6K9vd02Cp
48351                                                                                                                @ChrisVanHollen @Yahoo Fix the problem-build the wall. #blahblahblah
48352                                        @Apple My iPhone 7+ got dead after ios12 update. Is that a new trick @AppleSupport @apple is using forcing customer… https://t.co/JjeHXEZkC8
48353                                                                RT @Reuters: Indian bishop arrested on charges of raping nun: police https://t.co/6a0y0XMa3D https://t.co/LvivNGGyFN
48354                                                         Chanel Coco 1.7oz 50 ML Women's Eau de Toilette PERFUME SPRAY https://t.co/E64fdFyjp3 via @eBay #ebay #chanel NOT #poshmark
48355                                            @mrz_v1 @tim_cook @Apple @cultofmac @UPS @UPSHelp Cousin had an 8:30am pickup appointment at the Apple store in… https://t.co/t2NwJ4fok9
48356                                         RT @acascw: New response vehicles being delivered by @Honda to @WelshAmbulance part of our 18/19 fleet programme supported by @wgcs_health…
48357                                         RT @Google: It's a beautiful day in the #GoogleDoodle neighborhood. Take a stroll with #MisterRogers and friends → https://t.co/8AB5Uzlt02…
48358                                                                                           @McDonalds really McDonald? Now my kids eating and there are only 5 nuggets instead of 6.
48359                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
48360                                                                                                  RT @Apple: Everything to know about the all-new iPhone XS and XS Max in 54 seconds
48361                                                                THE LITTLE LADY ANGEL: Athena is the Little Lady Angel. by Daniel Escurel Occ... https://t.co/xcwHNkQITU via @amazon
48362                                        RT @Online_MCM: Have @Apple won our hearts again? Check out @reecestweetz review of the new iPhone models. If you’re still deciding what to…
48363                                         @ATT y’all suck. I called two different times about my order. The first time they told me it was shipped and would… https://t.co/QKzzdTRb3v
48364                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48365                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
48366                                                                    #ChristmasTree 7.5 Foot with 700 Dual LED Lights 9 Function Footswitch Hinged  https://t.co/WcXAZLNHR0 via @eBay
48367                                         RT @iMakeItRainMan: @IvankaTrump @POTUS @Walmart How about @Walmart just pay the employees they got a livable working wage...and how about…
48368                                                                                                                                   @netflix put Drake &amp; Josh on netflix. please!
48369                                                                           RT @Shell: Are rocks like carrots? 🥕 The answer lies in good stew #makethefuture https://t.co/20lKzMVuhE
48370                                                                                            Pug wearing A Bow Tie T - Shirt Chad Regal Tees (TM) https://t.co/mzdvWzCJx5 via @amazon
48371                                                                                                   Check out Vintage dallas cowboys Game day jacket xl https://t.co/DleeaUnYwb @eBay
48372                                                 50% OFF #EBAY Blue Neon Apatite and White Topaz Heart Ring 1.50 carats natural  Size 8 #Unbranded https://t.co/E6FWIjeZkX via @eBay
48373                                                        Check out CE BB MPN 258 Heavy Duty Industrial 3 TON I Beam Trolley Tool Hoist Hanger #CEBB https://t.co/uRtqyLl7Wd via @eBay
48374                                                                                                    RT @4AllSoulKind: Here’s @amazon https://t.co/83LqeBJfQp https://t.co/JjPfx3oK9W
48375                                                            RT @rockstar_ginax: Not sure why Expedia called me 7 times waking me up last night ... at 11:30pm. Unacceptable @Expedia
48376                                        RT @sandrayearman: Armada Of The Dead / Kingdoms betrayed…By Sandra Yearman   https://t.co/pnsbqSsRW0 via @amazon #series #fantasy #amreadi…
48377                                        @TonyDanza @netflix Watching the opening credits of #TheGoodCop. Love how @joshgroban's real baby pictures are phot… https://t.co/Zj4QOjG6Eu
48378                                                      RT @NarcosNetflix: New country. New cartel. New empire. Narcos: Mexico coming to @netflix November 16. https://t.co/UbBnNnpRMJ
48379                                                                 Check out WOMENS PLUS DRESS 3X NEW IVORY LACE TUNIC TOP 22 24 XXXL NWT CUTE FALL DEAL https://t.co/5RjTc5bcHo @eBay
48380                                                                 @justininglv @Apple lucky you.....mine has been “out for delivery” since 8:46AM and i STILL haven’t received it yet
48381                                            50% OFF #EBAY Mystic Crystal solitaire Ring Silver size 6    Made with Swarovski Elements   #Unbranded https://t.co/EcchvRWrjy via @eBay
48382                                         PLEASEEEEE dm the @CBS bot and ask to vote haleigh for america’s favorite player on big brother! it would mean the… https://t.co/O89yXDhzY3
48383                                                                         RT @Reuters: Trump delays release of Russia probe documents https://t.co/9qq0NjAkhE https://t.co/r4FPPnP9Ls
48384                                                                                                           Donald Trump: A Good Presbyterian???  https://t.co/bJZMfsF8PA via @amazon
48385                                                                                         @trbrad62 @LiliannyLeebou @IvankaTrump @POTUS @Walmart Imagine them hanging from your body.
48386                                                                       RT @GangstaGabriel8: @Disney @starwars one good thing y’all could do for Star Wars is get rid of @rianjohnson
48387                                                                                                                          @CGasparino @FoxBusiness @ATT @comcast @POTUS I like this.
48388                                                                                       Vintage Goldtone Flowers Locket Necklace 1950's  #Unbranded https://t.co/7EApjii8oE via @eBay
48389                                                                                                                                               @NizmoDoggo @Google The best neighbor
48390                                          @netflix @NetflixUK what on earth has possessed you to cancel #disjointed?! Can you at least tell us how it ends?… https://t.co/d6pKQXbcBy
48391                                         RT @MHernandezWFAA: Alicia Witt tells @IvankaTrump how she rose from working overnights while pregnant as a @Walmart cashier to becoming a…
48392                                                                   @TonyaRaeMoore @IBM @prpatel @mgrygles am i the only one triggered by this extension cord and the wasted outlets?
48393                                          @UPS @AppleSupport iPhone delivery delayed by late UPS flight. I’m requesting concession from @UPS for delayed shipping. How can you help?
48394                                                                                          RT @Audi: Lines on lines on lines. #AudiA7 https://t.co/0EVxfY1Fln https://t.co/CYD1afYHnM
48395                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
48396                                            RT @Whatabuy1961: Check out Vintage 60s Red BOY SCOUTS OF AMERICA Official Jacket Heavy Cotton Size M  https://t.co/dzLkaIa1tW via @eBay
48397                                                 Check out ROYAL APPAREL Short Sleeve Pullover Tee Shirt  Size XL Juniors Made in USA  NWT #Casual https://t.co/BTBPgT8Sn3 via @eBay
48398                                                                                                  @maaz_jowher @WorldChartOnAir @Google Haha classic! Glad you figured it out 😎👊🏻
48399                                       @Honda  can i have those Cr-z? I'm totally in love with it!😵 and why you stop manufacturing of it? Hope to see a br… https://t.co/UOmonGGK0v
48400                                        RT @StevieBeatz_nyc: Check out 3 Yankees Magazines May - September 2018 - September 2015 Back Issues Mint https://t.co/ZKpyUfoQ1f @eBay #Ya…
48401                                                    Check out Girl's Jean Shorts &amp; Tank Top Set Miskits Brand Bottom Applique Size 10 #Miskits https://t.co/jg2ytR9lH1 via @eBay
48402                                                        Check out Transnistria PMR Original Ministry of Income Tax police Big Badge Medal Guards   https://t.co/n7u0uIjgpW via @eBay
48403                                        @Toyota why the fuck wasn’t the 2016 scion tested for safety? or any recalls put on the car??? because my car decid… https://t.co/T9XplT30c4
48404                                                Check out RUBY ROX Rockabilly Swing Dress Black Pinstripe Tulle Petti Curvy Retro Size 20 #RubyRox https://t.co/QV40ucmgPH via @eBay
48405                                                                                                           @stanimal98 @TMobile @Costco No stock at Costco all across the country...
48406                                         RT @iday2j: @Sony I never wished for December too come fast like I do now. I can’t wait for the #Timeless movie and too see the whole cast…
48407                                                          Check out + 1851 Saxony German States Arms Crest #2 A2 3pf Imperf.Margins No.8-Chemnitz  https://t.co/vysBQYUfWH via @eBay
48408                                         RT @w_terrence: I need a huge favor from everyone! @facebook banned me for taking of for Mollie Tibbett after she was killed and dumped in…
48409                                                             Check out Viper Darts 22 gm Black Mariah Steel Tip Dart Set W/ Choice of Shafts/Case  https://t.co/J0WD6IeGD5 via @eBay
48410                                                                                                        Where my Apple Watch Series 4 at @UPS and @Apple ??? https://t.co/GVSgRWJDXu
48411                                                                             RT @allergictobeez: I wonder how much @Starbucks Holiday cups are going to offend people this year.....
48412                                                   @ATT @ATTCares I call I get someone who can’t speak understandable I send messages and don’t get replies… https://t.co/J1uUKcUUR8
48413                                        Go see #LifeItself and #TheHouseWithTheClockInItsWalls today and watch a new #BigBrother on @CBS and the season fin… https://t.co/DKF28s14fP
48414                                        RT @LetsPillowTalk: On @facebook? Like PillowTalkTV https://t.co/mgGWKY8RrR  Great #Comedy #WebSeries with original content! #Cannabis #Hum…
48415                                                                                                                      Check out my listing @eBay - https://t.co/kIm8A9rkOE via @eBay
48416                                                                           RT @intel: Thanks @techreview for featuring the story of our drone expedition to preserve the Great Wall!
48417                                                @XSalaimartin @ZDF @BBCNews @cnni @CNN @rte @ActualidadRT @NBCNews @Reuters @ABC @FoxNews @NBCNews @STVNews… https://t.co/C3LshovjGQ
48418                                                                                                        @brunoabatti @NetflixFilm @netflix There is *nothing* like Mulholland Drive.
48419                                        @Apple @ATTCares and @AsurionCares I need a phone ASAP. MY PHONE IS UNDER WARRANTY AND MY SCREEN BLACKED OUT. Assur… https://t.co/yNRjcg2STz
48420                                                      Check out Olympics Games Moscow-1980 PyeongChang Size badge Mascot MISHA Rare Type EXC #USSR https://t.co/i43XdOWBEC via @eBay
48421                                             RT @Gurinproducts: Santamedical Generation 2 OLED Fingertip Pulse Oximeter Oximetry Blood Oxygen... https://t.co/Jw3og9JFZH via @amazon
48422                                        RT @TashaAdamski: BOOM! @hulu @netflix @AmazonStudios @ConstantinFilm @JeffBezos @reedhastings @mmoszkowicz check this out....check out oth…
48423                                                                              @Mean_Pete @netflix I was playing an ice Enchantress and he was rocking a Necromancer minion build. :D
48424                                        RT @irenesberkowitz: Fabulous 2 of 2 this week! @RamsayTalks w @KathleenForGood chief sustainability officer @Walmart and one of @FortuneMa…
48425                                                                                                                                                  @McDonalds It’s not on your app...
48426                                                   RT @netflix: it has come to my attention that the glass slipper in Another Cinderella Story is A ZUNE!!!! https://t.co/fNF76uJymd
48427                                    RT @NFL: Congratulations to @PatrickMahomes5 &amp; @MattBreida on being named Week 2's @FedEx #AirAndGround Players of the Week! https://t.co/E…
48428                                                                        RT @Honda: Step out of summer and into fall in the efficient and bold #AccordHybrid. https://t.co/0Ccn0017JK
48429                                               Hey @netflix any way to fire the new female judge on The Great British Baking show? You can’t go from Mary Berry to this lady.... ugh
48430                                        RT @PhilEchols: @DisruptedTv @thewrightleader @RichHayzler @ERobbPrincipal @TaraMartinEDU @JayBilly2 @KFelicello @LoriGreiner @netflix @Ste…
48431                                                                                                                                          @ClayTravis Have you seen that @Nike stock
48432                                    RT @NFL: Congratulations to @PatrickMahomes5 &amp; @MattBreida on being named Week 2's @FedEx #AirAndGround Players of the Week! https://t.co/E…
48433                                                                             RT @allergictobeez: I wonder how much @Starbucks Holiday cups are going to offend people this year.....
48434                                        @SportsDirectUK @Nike Mike Ashley and @sportsdirectuk; a track record of classless behaviour and failing to meet pl… https://t.co/y7DaaTpymT
48435                                                                                                                   @Hermann22 @netflix Daredevil has a costume. So does Punisher. 😉
48436                                                                                                                   I'm irrationally upset about this @Costco https://t.co/OAzVEpSICY
48437                                        @Reuters Well.. actually you Mr Trump are under assault. He is collateral damage. Yes.. he dug his own grave but an… https://t.co/QcQKKwSOTr
48438                                                Check out Pair Vanity Fair APE Prints Honorable G.J. Goschen &amp; Lord John Manners 1869 #Vintage https://t.co/DrCSn7klwZ via @eBay
48439                                         @EdgarArout @4edges @21stcenturycrim @TuckerCarlson @SaraCarterDC @Google Caps? Does it offend you personally when… https://t.co/LAcCFPkcYX
48440                                               @TheRecallExpert @brianjohnalford @alex_cruz @British_Airways @williewalsh50 @Ryanair That’s right Brian stick to the fridge industry
48441                                                                                                                      Check out my listing @eBay - https://t.co/HVJ53C5Brg via @eBay
48442                                                                                                  RT @slpng_giants: CONFIRMED: @PayPal has dropped Infowars. https://t.co/edOUGEObAr
48443                                                                                                                                     @AIexDCR @Apple IDK LOL https://t.co/8I4pnVMoPq
48444                                                Check out Coogi Jeans Dark Denim 7/8 X32” Straight Embroidered Pockets Women's #COOGI #StraightLeg https://t.co/wNA6EKkwJA via @eBay
48445                                                                                                                    RT @ASOS: Animal-print hair: discuss! 🐅 https://t.co/OD164A6aCI
48446                                                                                      RT @Sony: Us any time #Timeless is being talked about on the timeline. https://t.co/NI7DhiXxgh
48447                                        Mark Anderson from @Cisco will be at #Tekfest18 talking about how #SDWAN is the future. Join us on 9.27 to find out… https://t.co/dnCgIDkZbY
48448                                        RT @AlanSInouye: More $ for libraries always a good thing... Thanks @Google.  And the Exec Dir of @CuyahogaLib also serves as a Senior Poli…
48449                                        RT @Reuters: Wall Street has a new crush: Publicly traded marijuana stocks. @aprjoy explains this new high on Inside Money https://t.co/Hmp…
48450                                                         RT @Reuters: Texan running 3-D printed guns company ordered to leave Taiwan https://t.co/CpVDZJ4PaF https://t.co/Tqip8dtW0f
48451                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
48452                                                                                                                                                   @Apple @_BenWhite1  buy this yolo
48453                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48454                                        RT @ARkstormPrepper: The Solitary Man- In Defense Of Preppers by Ron Foster https://t.co/BM9sYQvIGZ via @amazon #prepper #patriot #oathkeep…
48455                                        @IvankaTrump @POTUS @Walmart WalMart helping workers is an oxymoron....please translate what that means to your dad… https://t.co/aYSAIh2jgh
48456                                             @IvankaTrump @POTUS @Walmart Does this mean they’ll be paid a living wage with benefits so they don’t have to rely on federal handouts?
48457                                                                @Reuters With everything happening in this country and the world right now good to see what you consider “news” 🙄🙄
48458                                        RT @Reuters: EXCLUSIVE: Ecuador gave Wikileaks founder Julian Assange a diplomatic post in Russia but rescinded it after Britain refused to…
48459                                                                  RT @TimeSassChoco: @missmary88 @Sony @jmgrazela L O V E B I R D S  #Timeless #SaveTimeless https://t.co/O461C7ZCqZ
48460                                                          RT @Reuters: General Electric says blade problem affects more gas turbines https://t.co/2n9d4HYF65 https://t.co/NV02Bkf63K
48461                                                                                                                          @Brasilmagic @IvankaTrump @POTUS @Walmart She doesn’t care
48462                                                                                  we're not giving up @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca ' '
48463                                                                                   RT @travis_shaw21: Even @CocaCola knows..... #YeliForMVP @ChristianYelich https://t.co/sbnsxum8fP
48464                                                                                                                                  Still waiting. This is why I never go to @Walmart.
48465                                                                             @UPS I am baffled by this route I am watching my driver take! Who loads these trucks?! A drunk person??
48466                                        RT @Europespotter: #Arriving at #home. @KLM @Boeing 747-406 (PH-BFT City of Tokyo) just arrived at her homebase @Schiphol after another #lo…
48467                                                                                          Check out Levis Denim Jacket Sweater Sleeves Sz XS Womens 73 https://t.co/LXrmFjtK73 @eBay
48468                                                                             RT @allergictobeez: I wonder how much @Starbucks Holiday cups are going to offend people this year.....
48469                                                                                              @NegativeNatalie @UPS IM STILL WAITINGGGGG!!!! Done took a whole nap and everything!!!
48470                                                                                                                                       RT @netflix: @nbcthegoodplace @Twitter Place!
48471                                                                                   RT @travis_shaw21: Even @CocaCola knows..... #YeliForMVP @ChristianYelich https://t.co/sbnsxum8fP
48472                                                                  Check out Gymboree Girls Purple Tulle Satin Skirt Dress Up Halloween 18-24 Months 2T https://t.co/YPGB43KGI7 @eBay
48473                                                                                                  @IvankaTrump @POTUS @Walmart https://t.co/AxuFoSwRpH your pledge to this interview
48474                                                                RT @kaosonia: Check out 1 pc ~ 2 sided ~ Sterling Silver Etched Root Chakra Charm  https://t.co/nxewxXwh8j via @eBay
48475                                        @IvankaTrump @POTUS @Walmart One million PART-TIME JOBS....keep employees from receiving health insurance and benef… https://t.co/c5I7IZs9rs
48476                                               @IvankaTrump @POTUS @Walmart How much corporate welfare are we giving Walmart who refuses to pay a living wage despite crazy profits?
48477                                         Think #sustainablity! Thanks to @SAP C4/HANA this hotelier is able to ban all plastic from their resorts. Find out… https://t.co/cg4eIPUBMS
48478                                                                                                                    RT @netflix: MARY POPPINS RETURNS (2018) https://t.co/B6cyk3m2Yl
48479                                                        Check out BACKHOME MAGAZINE Sustainable Living Oct 09 SHED Canning CHEESEMAKING Mushrooms  https://t.co/gfzHlO3bF3 via @eBay
48480                                        @IvankaTrump @POTUS @Walmart You can push this stuff all you want! The bottom line is being president is about more… https://t.co/m4Vmw03kPy
48481                                                                 RT @Reuters: Exclusive: Ecuador attempted to give Assange diplomat post in Russia: document https://t.co/v72ZQdTIb4
48482                                                                                   RT @travis_shaw21: Even @CocaCola knows..... #YeliForMVP @ChristianYelich https://t.co/sbnsxum8fP
48483                                                                                              @CBS   Paula Reed should stop talking during the Star Spangled Banner.  Be respectful.
48484                                        RT @Null_Melissa88: @TimothyHuston85 @IvankaTrump @POTUS @Walmart I guess we can see if the employees actually get more than part time hour…
48485                                                                                   RT @travis_shaw21: Even @CocaCola knows..... #YeliForMVP @ChristianYelich https://t.co/sbnsxum8fP
48486                                             @Apple @AppleSupport is there a way someone can take Live Photos on FaceTime? The option seems to have disappeared with the new iOS 12.
48487                                                                     Check out my listing @eBay - https://t.co/Tsq4zZ4LOr via @eBay ZELDA MONOPOLY + YAHTZEE + 2 - 550 Piece Puzzles
48488                                                                                                                                @NetflixFilm @netflix Sci-fi good feels sliceof life
48489                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
48490                                                     RT @Reuters: LIVE: Ivanka Trump and Senator Ted Cruz speak to astronauts on International Space Station https://t.co/vCUdl5caEB
48491                                                                                                                                    @Reuters So after midterms/June. Just Vote Blue.
48492                                                                                                  RT @slpng_giants: CONFIRMED: @PayPal has dropped Infowars. https://t.co/edOUGEObAr
48493                                                                                                                looks like @FedEx delivered my new iPhone to someone else.....cheers
48494                                          RT @Reuters: U.S. preparing 'actions' in coming days against Venezuela: Pompeo to Fox News https://t.co/6qr5mHFgDY https://t.co/kZngRK1b17
48495                                                                                   RT @Apple: Use Apple Pay in Chicago this September to get exclusive offers. It’s easy and secure.
48496                                                    Check out American Eagle Outfitters Sweater Size XL Women Long Sleeve Striped #PulloverSweater https://t.co/l0FNizl2M5 via @eBay
48497                                                                             RT @allergictobeez: I wonder how much @Starbucks Holiday cups are going to offend people this year.....
48498                                         RT @cardinalhealth: Data presented at #TCT2018 continues to support the safety and efficacy of the EluNIR DES in the treatment of patients…
48499                                    @IvankaTrump @POTUS @Walmart What about giving raises?  People are working 2 &amp; 3 jobs just to make the rent!  YOU w… https://t.co/fNAAZ5bWN9
48500                                                           RT @Reuters: WATCH: Northern Lights dance in the sky above the northern Finnish city of Rovaniemi https://t.co/qO2cMXIVZO
48501                                                    @tseybold4 @onyetwenyevwe @mittsuni @AminaSync @SUBWAY @ParkviewPhil @Wendys @IHOP @McDonalds set these fools straight smhhhhhhh
48502                                                                                 @McDonalds ........ a spicy chicken sandwich extra mac sauce? 💪😂💯 ps. Bring back Szechuan!🤔😉👀
48503                                        RT @Reuters: BACKSTORY: How @Reuters photographer @Lucas_Jackson_ used a drone to capture bird's eye footage of Greenland's icebergs and gl…
48504                                                                             RT @allergictobeez: I wonder how much @Starbucks Holiday cups are going to offend people this year.....
48505                                        RT @Disney: Sneak a supercalifragilisticexpialidocious peek at the set of #MaryPoppinsReturns before seeing the film in theaters December 1…
48506                                                                                              RT @Reuters: Puppies steal the show at Chilean military parade https://t.co/rNCSRv2cvg
48507                                                                  RT @David321to74: Check out Vintage McKee Jungle Gardens Vero Beach Florida Brochure https://t.co/CbrtJcaGyl @eBay
48508                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48509                                          @brittlestar @netflix @Google @YouTube The documentary is definitely worth it - but be prepared to have a sudden attack of “allergies”. 😉
48510                                                                                                                 Uhh @AmericanExpress just doubled my credit limit on my @Delta card
48511                                                                                                   @LinusTech @Cisco Do not let him touch anything @cisco 🤣 https://t.co/WnJXYx4A5f
48512                                           RT @haripholivia: I was sitting in Spanish class when it finally hit me that a venti at @Starbucks is 20 oz bc veinte in spanish means 20
48513                                                                                                         fingers crossed this gets greenlit by @netflix 🤞🤞 https://t.co/yVoYJYNnzN
48514                                                           Check out SUPERSCOPE MARANTZ  Stereo Quadradial RECEIVERS Tape Deck BROCHURE VTG 1974   https://t.co/atNSU5FPoF via @eBay
48515                                         RT @GlitterGothGrl: @IvankaTrump @POTUS @Walmart How great!  Will they be maintaining profit margins by lowering the current hourly pay or…
48516                                                                Check out Hand-knitted Dish Washing Sponge Scrubber pad for Dish Washing ( Pack Of 3 ) https://t.co/JXclHHaBt0 @eBay
48517                                        @verizon really sent my iPhone xs with the wrong name so fed ex wont give it to me and it’s probably gonna take wee… https://t.co/itMlks1HtI
48518                                                 Check out VTG 90s WARNERS Marilyn Monroe Sexy Mesh &amp; Lace Bra 34C Dusty Pink unlined #Warners https://t.co/cLlTO3zhdP via @eBay
48519                                                            Check out Rock &amp; Republic Stella Womens Jeans Slim Straight Stretch Dark Denim Size 28 https://t.co/e865GC0YDU @eBay
48520                                                                                   RT @travis_shaw21: Even @CocaCola knows..... #YeliForMVP @ChristianYelich https://t.co/sbnsxum8fP
48521                                                                                                      @Daniel_Sloss wish you had more specials on @netflix really enjoyed them both.
48522                                                                                          @MarcKrejci @asmaurya @facebook @leanstack pleasure was mine - thanks for the hospitality.
48523                                                  RT @Reuters: UK PM May facing ministerial resignations over Brexit plan: Telegraph https://t.co/w8735RRijs https://t.co/uYBf4BUzod
48524                                        @trEATME_GOOD_ @Nike @TrueReligion Omg lol me asf my mom was never hearing it she knew my mouth use to say how them… https://t.co/eqq64d7vf1
48525                                       RT @JoshX1993: Cheers to @CBS Chief W.H. correspondent @MajorCBS Garrett on his new book #MrTrumpsWildRide🍷! Today's @TakeoutPodcast is hos…
48526                                              @LethalWeaponWC @360WiseNews @Firstmate1060 @TeamClayne @Microsoft @WarnerBrosEnt @FOXTV @DisneyStudios @Ford… https://t.co/NQVuiprb9S
48527                                               Did anyone NOT have their Shrike Ana Pop preorder cancelled by @amazon?? @OriginalFunko y’all really need to step in and step up here
48528                                                     Check out Levis Hooded #Commuter #Trucker #Mens #Jacket Size M  Dark Wash #Levis #BasicJacket https://t.co/1XMksxbsUV via @eBay
48529                                       @McDonalds  wtf i got ur new spicy barbecue chicken glazed tenders n them bitches were not cooked right 😩deadass ha… https://t.co/sJKruTcxtS
48530                                         RT @clockman12: Check out Rare GAILSTYN 20oz San Remo Pitcher Vintage 70s Retro Japan Fine China PERFECT  https://t.co/eY5AZgZvPZ via @eBay
48531                                        RT @jaylowfantastic: @netflix is a big competitor with everyone in #Hollywood! You’d see their stock go up!?!? @crazyantfilms @BourbonBayRa…
48532                                        RT @BCLONA: @AmyRutberg @ScottBakula @NCISNewOrleans @CBS We love you @AmyRutberg gotta have you with us for our charity event in LA @MyBee…
48533                                                                                                                                      @elvizco @Reuters I see another American troll
48534                                                                                                                                             @pixelscol @YouTube @facebook Exactly!!
48535                                                      RT @Reuters: Plum marmalade from the heart: Hungarian grandmas' way of charity https://t.co/oqi7CUWFDO https://t.co/DV4BZaeQup
48536                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
48537                                                                                      @NateClouse @adidas @AsianJoeEvans @GregSmithHV @jherb02 @DrPeteyHV You getting paid for this?
48538                                                                                              https://t.co/IsS8FGekqH: New Releases - Books 2018 https://t.co/PEo5TTqgKv via @amazon
48539                                                                                   RT @travis_shaw21: Even @CocaCola knows..... #YeliForMVP @ChristianYelich https://t.co/sbnsxum8fP
48540                                                                                            @MichaelRapaport @Atypical @netflix Just started S1.. bartender looks like @robertAbooey
48541                                                                                                  RT @slpng_giants: CONFIRMED: @PayPal has dropped Infowars. https://t.co/edOUGEObAr
48542                                                                                                                      Check out my listing @eBay - https://t.co/SwTj7cVl4D via @eBay
48543                                                  RT @Reuters: UK PM May facing ministerial resignations over Brexit plan: Telegraph https://t.co/w8735RRijs https://t.co/uYBf4BUzod
48544                                                                                        MACKENZIE CHILDS WOOL FISH AREA RUG PINK 2x4’ https://t.co/zziHbO5GzL @eBay #home #homedecor
48545                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
48546                                                                                                                                          @DashimonT @sprint @verizon Bitch Bye 😂😂
48547                                          RT @WainwrightAE: 👏🏽👏🏽 #NappilyEverAfter @netflix i can relate to sooo many things! 3 years relaxer free and never looked back. OWN IT
48548                                        RT @nbzhenglifang: @Reuters China Xinhua net and 16 banks to participate in Yunnan Fanya fraud citizens 43 billion yuan.  https://t.co/MxqV…
48549                                                   https://t.co/UcxIQz49vU: Buying Choices: Anglo-American cataloging rules: North American t... https://t.co/tepm60SZfD via @amazon
48550                                         RT @VaHoldo: @Evenings_Star @conserv1964 @UNACanada @cathmckenna @IKEACanada @volvocars @Nestle @UNACGreenCorps @gui_canz @angelo_zeppieri…
48551                                                       Check out Victoria’s Secret PINK Full Zip Up Hoodie Blue/ Silver Peace n Love Sz Small VGC  https://t.co/HknhPNK4ep via @eBay
48552                                                 Check out Yu-Gi-Oh 3X Gallis the Star Beast RYMP-EN013! FREE SHIPPING! #ebay #yugioh #konami #tcg https://t.co/2CmIbUuUvs via @eBay
48553                                    @glassdeezy @ATT At&amp;t is terrible and so is sprint. Me and the fiance had both. Then we went to u.s. cellular and i… https://t.co/RbXVkqot5l
48554                                                                                 @Apple your clients passwords are not save. So easy to guess it without been a hacker in iPhone XS.
48555                                                                                          @_antiphasis @joshua_landis @Reuters Good night. Run along. Find someone else to harangue.
48556                                          RT @gatreasures: Check out 3 #Ikea #Skurar Indoor #DecorativePlantHolders  Pot Holders #CandlesHolders White https://t.co/4TjLK1Vqut @eBay
48557                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
48558                                                                                                👏👏 to the @netflix PMG team on the American Vandal launch! https://t.co/fA1B8sWVWC
48559                                                                            Check out Luminarc 4 oz Diamond Crystal Stemware 8 pcs Clear #Luminarc https://t.co/84bP3D8hl9 via @eBay
48560                                                                                                         @MHernandezWFAA @IvankaTrump @Walmart This Walmart? https://t.co/jHY5K6HvAC
48561                                                                                                   Check out Lularoe Pants TC2 Multicolored Womens 69S https://t.co/1uyPed4opp @eBay
48562                                         @sltcf @mundane_t @netflix @hulu @PrimeVideo I thought it was already. I could have sworn my daughter was watching… https://t.co/PM0Pela9Dr
48563                                                                                RT @Reuters: Republicans set Monday vote on Kavanaugh if no deal for hearing https://t.co/s7FASA04cG
48564                                                                                                                          @antitheticate @Reuters First of all. Hes a man dufus. Lol
48565                                                                                                                      @Reuters Hopefully they're shipping my ass down there to stay!
48566                                                                 @DANNYonPC @RaveofRavendale @Microsoft Typically companies that are not profitable dont get bought up unfortunately
48567                                        RT @Reuters: EXCLUSIVE: Ecuador approved Russian diplomatic post for Julian Assange but abandoned decision after Britain refused to give hi…
48568                                                       Check out DALLAS COWBOYS NFL  CLASSIC LOGO RIFELUBOL OIL LIGHTER  #Unbranded #DallasCowboys https://t.co/GGYm0g8VNh via @eBay
48569                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48570                                                                                   RT @travis_shaw21: Even @CocaCola knows..... #YeliForMVP @ChristianYelich https://t.co/sbnsxum8fP
48571                                                                                                                      @NetflixFilm @netflix But what if I want to BE in a movie 😊😂
48572                                         @bertil_hatt @discovertext @facebook @nytimes @MikeIsaac @sheeraf This would not be cheap. But within the scope of… https://t.co/Hzvt3rXJ0t
48573                                                                      RT @bluetexasmoon27: @MagnumPICBS @CBS There's only one.  Come up with original shows. https://t.co/2R9z7lOEv2
48574                                                                                                                         SHANES NEW SERIES IS 8 PARTS BITCH @netflix GIVE HIM A SHOW
48575                                                      RT @hexcrawl: The turdblossoms over at @Microsoft are pushing advertisements into pop-up notifications in my operating system.
48576                                                   Check out MORGANITE TEARDROP SHAPED RING WITH WHITE TOPAZ ACCENTS ROSE SS SIZE 8 NWT #Unbranded https://t.co/vv3HD93uGC via @eBay
48577                                                                                                                 Waiting in this appointment line to pick up the #iPhoneXSMax @Apple
48578                                                                                                                                                   @laurDIY @Walmart Omg sooo pretty
48579                                                                     #NappilyEverAfter was a good movie! With the beautiful Sanaa @justsanaa !! @lyriqbent @netflix @strongblacklead
48580                                                                                       @UPS @UPSHelp this doesn’t even make sense. It’s 8:30pm @AppleSupport https://t.co/6E4SP9lJpK
48581                                            RT @Reuters: Keepers in Prague zoo teach abandoned baby flamingos to walk https://t.co/easOIQEfdf via @ReutersTV https://t.co/Bxv6KJ9pth
48582                                        RT @lawyerpants: @Google helped create the Global Network Initiative and its Principles in 2008. @facebook has since joined. How do you squ…
48583                                                                                                                                                    @Reuters Why is the US involved?
48584                                        RT @DramaticDustbin: Well then #SaveShadowhunters @netflix 2nd most popular even with no new episodes and zero promotion other than its fan…
48585                                                       Check out British Military Surplus Lightweight DP Combat Jacket  Tag 190/96 NATO 8090/9095  https://t.co/TcPRqvGrb9 via @eBay
48586                                                             we're not giving up @heretv @HereMediaInc @AmazonVideo @netflix @hulu @Showtime @showcasedotca #WeWantEyewitnessSeason2
48587                                        RT @TomFitton: The breaking news that @Google employees conspired to try to twist search results to oppose @realDonaldTrump policies is fur…
48588                                    @ABCNetwork @CBS @nbc @netflix @hulu I am a white woman &amp; I am so sick of watching your shows with nearly only whit… https://t.co/aOAjXqspwa
48589                                                       Check out Vtg 1903 Victoria Club VC Restaurant Ware Plate Riverside CA Golf course country  https://t.co/bKBC8z3xzS via @eBay
48590                                                                  RT @Reuters: U.S. preparing 'actions' in coming days against Venezuela: Pompeo to Fox News https://t.co/LXT08fWBVa
48591                                                  Check out Zumba Diamond Diva Sleeveless Hoodie Wear it out White S Style #Z1T01438 #ZumbaFitness https://t.co/xS82TvhPtK via @eBay
48592                                                          Check out Ant-Man And The Wasp Comic Issue 1 Living Legends Limited Variant Modern Age   https://t.co/bNI3XDDdAz via @eBay
48593                                                                              Check out THE LAST SUPPER of Leonardo Da Vinci 1953 HARDCOVER 5930B  https://t.co/dfc0mUN8Qx via @eBay
48594                                                                                   RT @travis_shaw21: Even @CocaCola knows..... #YeliForMVP @ChristianYelich https://t.co/sbnsxum8fP
48595                                                  Check out Crocs Men's Walu Slip On - Lightweight - Flexible - Size 11 in Khaki / Espresso #Crocs https://t.co/zhzkGyFkWG via @eBay
48596                                        @mccaulkiner @lindalousnyder @Reuters @tedcruz You don't need to interpret. I'm well aware you lot don't actually u… https://t.co/ty1u97VhOb
48597                                                      Check out Blessed Black &amp; Pale Pink Bling Cap Flat Bill Fashion Style EncouragedApparel  https://t.co/qstqxZQrvD via @eBay
48598                                                                           RT @Reuters: Mexico will seek deal with Canada if NAFTA talks fail: Lopez Obrador https://t.co/DUu1yZQxHa
48599                                         @P_Ski18 @Reuters if that needs to be spelled out for you (facilitated financial transactions [no matter how small… https://t.co/KZ9m0nncU3
48600                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
48601                                                               RT @Reuters: PayPal ends business dealings with Alex Jones's Infowars https://t.co/wWU4qblMfX https://t.co/wEI7MBsznD
48602                                                                                   RT @travis_shaw21: Even @CocaCola knows..... #YeliForMVP @ChristianYelich https://t.co/sbnsxum8fP
48603                                        RT @Reuters: EXCLUSIVE: Ecuador approved Russian diplomatic post for Julian Assange but abandoned decision after Britain refused to give hi…
48604                                                          Check out No Boundaries Junior Womens Large 11/13 Sundress V neck Halter Floral Sequins  https://t.co/4NrYkqmv7N via @eBay
48605                                        Nothing beats sitting in a @UPS Customer Center for 77 minutes because they attempted delivery 30 mins before you w… https://t.co/Xd7g2TFPnU
48606                                                      RT @Reuters: Head of U.S. immigration judges' union denounces Trump quota plan https://t.co/phcxQSro5q https://t.co/ysq2rOp2ng
48607                                                                                                                      @scott_timmons4 @Reuters Right?!? 🤣🤣 https://t.co/jobsiLQMvx
48608                                        @Pepenstein @RL9631 @PayPal Ok that's enough FUCK THESE PEOPLE.  HOW THE HELL CAN THEY LITERALLY BAN INFOWARS AND A… https://t.co/OfXSF2p1Kk
48609                                            RT @NiaLong: When we stick together it’s a beautiful thang.  @sanaalathan @gabunion @netflix #NAPPILYEVERAFTER ❤️ https://t.co/Be1sTBEc4W
48610                                                                 RT @CleverlyCool: Check out FUNKO HORROR MICHAEL MYERS COLLECTIBLE PLUSHIE #Funko https://t.co/ZARem0FDLh via @eBay
48611                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
48612                                                                                                          @Ford Big Surprise...no response.  SAD! @wxyzdetroit @CBSDetroit @FOX2News
48613                                        RT @lyndilane: Check out Vintage Cardigan Letterman MUN School Of Nursing Sweater Varsity https://t.co/JJVviItl07 @eBay #nurse #nursing #sw…
48614                                                                                   RT @travis_shaw21: Even @CocaCola knows..... #YeliForMVP @ChristianYelich https://t.co/sbnsxum8fP
48615                                        @yiabc81 @TheStudioMann @Kivrin1978 @IvankaTrump @POTUS @Walmart @realDonaldTrump I’ll tell you who won’t work thos… https://t.co/GHGJnOCvav
48616                                                                               29 Insider Tips for #Clothes #Shopping on #ebay @eBay https://t.co/ym4Zu1cRBY https://t.co/phzE4RLKZS
48617                                                                                                                @SnoopDogg @adidas @adidasFballUS I like those old Patriots helmets.
48618                                                                                     @chellamanart @Disney Also your heritage makes it even more representative! Quadruple threat! ❤️
48619                                                                         RT @jpmorgan: #TechSpotlight: See how our data science teams solve problems to drive value for our clients.
48620                                                                                                                         RT @GalorePotatoes: @McDonalds @Wendys I used my money here
48621                                                                                                                         RT @GalorePotatoes: @McDonalds @Wendys I used my money here
48622                                                                                                                                       RT @netflix: @nbcthegoodplace @Twitter Place!
48623                                                                      @SnoopDogg @adidas @adidasFballUS Adidas really out here giving snoop ads a day after he says fuck kanye. Smh.
48624                                         @LethalWeaponWC @WarnerBrosEnt @FOXTV @deemyers @Microsoft @Ford @CocaColaCo @tacobell Haha that is gold!! Spot on… https://t.co/VisCk3Q7e0
48625                                                      RT @Reuters: Head of U.S. immigration judges' union denounces Trump quota plan https://t.co/phcxQSro5q https://t.co/ysq2rOp2ng
48626                                                                               RT @Cholo_Jorge_: Madlib produced the greatest @Toyota commercial of all time https://t.co/FdgPxsZJWi
48627                                                   @WhittyHuton91 @netflix Its trending now and its all over Facebook as well! @Netflix cant stop #blackgirlmagic! #NappilyEverAfter
48628                                                                                                  RT @slpng_giants: CONFIRMED: @PayPal has dropped Infowars. https://t.co/edOUGEObAr
48629                                                                                                       @Chathamboy12 @310Nutrition @FedEx @UPS @LeVelThriveon Ya you should do that.
48630                                                                                                             Check out Raise The Titanic VHS Used  https://t.co/ZH8SidonH0 via @eBay
48631                                                                                                                      @DonaldJTrumpJr @KurtSchlichter I stopped using google @Google
48632                                              RT @Reuters: Inside Money: @aprjoy explains Wall Street's new love affair with marijuana stocks https://t.co/rbLwX88ZA1 via @ReutersTV
48633                                        @tommarshall @Reuters The circles began way before you and I started this discussion. If you’re a man; even if you’… https://t.co/DN1lQUyJrD
48634                                                                @TributeProjects @Reuters @GOP @SenateGOP @ChuckGrassley @SenateMajLdr she’s a deranged leftist being used as a pawn
48635                                       Just mere lookin at @hm store makes me cry 😭 sighs i wish I can buy there or some fairy godmother would grant my wi… https://t.co/Lw6WFIcLrX
48636                                                                                RT @Reuters: WATCH: Puppies steal the show at Chile's annual military parade https://t.co/qk16G16z8J
48637                                                                            Great initiative lead by our DIT team. Well done! #innovation #ecommerce @adidas https://t.co/9AtWbQJ1xw
48638                                                                         Check out Tv Guide Magazine Jan 16- 22 GLEE Michael Jackson Tribute MINT  https://t.co/iApw7jo6i8 via @eBay
48639                                        RT @Reuters: .@Reuters photographer @Lucas_Jackson_ captured footage of a rarely documented glacier collapse in southeastern Greenland in J…
48640                                                                                                                                @pigybank @Apple I feel fully vindicated. Thank you!
48641                                                  Check out CHICO'S MISSES WHITE LINEN ELASTIC WAIST PANTS SIZE 1.5 MEDIUM 10 #Chicos #STRAIGHTLEG https://t.co/KDMqV4YDwE via @eBay
48642                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
48643                                                       Check out Martin Short FDC Stamped Envelope Canada Post Collectible Hamilton 2014  https://t.co/3D0ErHeS7u via @eBay #SOLDOUT
48644                                                   RT @Reuters: Commerce Secretary Ross can be deposed in lawsuit over census: judge https://t.co/IJfEqlKYMS https://t.co/zKBiZc1EHY
48645                                                      RT @Reuters: Trump vows to get rid of 'lingering stench' at Justice Department https://t.co/H905kXktdk https://t.co/UJDvSifyVw
48646                                                                   when @carlyraejepsen does the new @voxdotcom Explained special on @netflix about music... https://t.co/V3eUakele4
48647                                                                  RT @Microsoft: #MSIgnite kicks off on 9/24. ⏰ Set a reminder to join our livestream here: https://t.co/P8AZT7TYLh
48648                                                                                                                                      Rightt!! @netflix I'm having the same problem.
48649                                                                                                                             RT @anakinseb: @netflix do this https://t.co/byUOfy5ISx
48650                                        RT @955thebull: These lucky fans are going to the #iHeartFestival thanks to @TMobile. Not in Vegas? Follow @TMobile for all the fun this we…
48651                                                                                .Check out The 9th Ninth Dimension Tarot Cards in Color St Croix   https://t.co/z8Lzl5TdT7 via @eBay
48652                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
48653                                                  Just saw this on Amazon: Toshiba 55LF621U19 55-inch 4K Ultra HD Smar... by Toshiba for $429.99 https://t.co/hubCjIcZGb via @amazon
48654                                                       Check out Rolling Laptop Desk Notebook Angle and Height Adjustable Sofa Bed Table Stand A+  https://t.co/AhnYkz21o6 via @eBay
48655                                                        Check out Vintage Art Tile Cardinal  P. Howard Screencraft #315 Wall Hanging Trivet Bird   https://t.co/KECuwB23e7 via @eBay
48656                                                   Check out  1Set Shibori Design Door Window Curtain Room Divider String Curtain Panel #Unbranded https://t.co/3a3B1yn2uR via @eBay
48657                                                                                                                                                                @Reuters That's good
48658                                                                                                 @RcTWood .....u need to get a shoe  deal or partnership  with @Nike or @UnderArmour
48659                                                Check out Old Vintage Kantha Quilt Indian Home Bedding Coverlets Reversible Gudri Throw #Unbranded https://t.co/mkRpAZJYIa via @eBay
48660                                                           Check out 1991 Swatch Chrono Watch The World's First StopSwatch Vintage Photo Print Ad  https://t.co/yhromydGWI via @eBay
48661                                                                                                        RT @KevLAbeast: Thank you for including me @pepsi !! https://t.co/ao12nIM04W
48662                                                                                        RT @NMAAHC: @strongblacklead @netflix We are so excited! #AAfilmfest https://t.co/DObKvn1xp3
48663                                                                                                                @Apple Am hype ... probably won’t even get it as bad as I want to 😭
48664                                                                                                           @covxrt @kanyewest @adidas @theyeezymafia Bro I can cop you one right now
48665                                           @holliswift13 @Adobe @taylornation13 @taylorswift13 Thank you!! I really want to learn more techniques. Tutorials will be my best friend.
48666                                                                                        @CNN They’d be stupid not to. you know they’d wipe the floor with whatever shit @pepsi makes
48667                                                                @keefrto @netflix I am waiting ever so patiently for all the Game of thrones to finish then I will binge watch it :)
48668                                        RT @BethPaintings: Check out Di Nicci women's sweater  dress cowl neck line size XL #DiNicci #SweaterDress https://t.co/OjLXX0Isgs via @eBay
48669                                        @PayPal Why in the entire fuck have I been on hold for 33 mins? This is a payment someone made to me. Why am I bein… https://t.co/L4JW0Oaf0y
48670                                                                                                                           @Reuters It's a lie leaked by the White House you morons.
48671                                        @PayPal this 39 mins an counting hold means my cousin is going to starve or freeze or whatever next time. This hold… https://t.co/AjGPO30FPV
48672                                                                                                              @T_BALLA24 @GRDcaster @TMobile lmaooooooo he stills tweets to t-mobile
48673                                         @PayPal As a longtime customer I strongly object to your decision to ban Infowars for arbitrary political reasons.… https://t.co/59kMnpEotW
48674                                          RT @Reuters: U.S. preparing 'actions' in coming days against Venezuela: Pompeo to Fox News https://t.co/nqp7A76Q1J https://t.co/6YfGHXyu3P
48675                                                                                                                             @OWS_ellie @CBS That's awesome! https://t.co/6f7sINKXDv
48676                                                                                   @igobythisname @TMobile @TMobileHelp @ATT @FedEx That's so disappointing! I'm sorry to hear that.
48677                                          RT @Reuters: U.S. preparing 'actions' in coming days against Venezuela: Pompeo to Fox News https://t.co/nqp7A76Q1J https://t.co/6YfGHXyu3P
48678                                          RT @Reuters: U.S. preparing 'actions' in coming days against Venezuela: Pompeo to Fox News https://t.co/nqp7A76Q1J https://t.co/6YfGHXyu3P
48679                                                         RT @Forbes: How digital ecosystems create and deliver innovation https://t.co/iWWo3q4Mpv #paid @SAP https://t.co/Y4B9pb6TlQ
48680                                             RT @askdes: Ohhh yeah! It's a great Friday! We've got a @TMobile #GalaxyNote9 SW update available today too! 👍 https://t.co/aWihdfmDee
48681                                                                                         @Keiraw @netflix @justsanaa I'm too fn pissed. I've been waiting for the movie for weeks!!!
48682                                                    RT @Reuters: U.S. official in Russia probe suggested taping Trump: media reports https://t.co/sXLqD4xKs5 https://t.co/Kn5BhjXrfG
48683                                                    Check out Diamond Wedding Set Bridal Engagement Ring &amp; Wedding Band 14K White Gold Finish  https://t.co/yZUwNdUig5 via @eBay
48684                                        RT @Reuters: Grassley grants Kavanaugh accuser extension on how to proceed on possible testimony https://t.co/b9vxqaAGDv https://t.co/rpdvn…
48685                                                 RT @rwlord: 7 days until the #CallForCode deadline! Make sure you get your submissions in @IBM @CallForCode https://t.co/uM87tPNUt0
48686                               RT @PPouyanne: 🇺🇸👍 Happy to welcome @ExxonMobil @Chevron &amp; @OXY_Petroleum into the #OGCI! The 13 members now represent 30% of Oil &amp; Gas pro…
48687                                                                                                   @shantanunandan2 @adidas @HimaDas8 Adidas be her middle name 😎. So Hima Adi Das!
48688                            RT @MikeQuindazzi: #AI-powered microscope detects cancer with the help of #AR &gt;&gt; @Google via @MikeQuindazzi &gt;&gt; #AI #DeepLearning #HealthTec…
48689                                        RT @American2Day: Dearest @PayPal ... What hate speech does #AlexJones promote on his website? Please give us one screenshot of an example.…
48690                                           I will always respect @BMW for calling on this Giant to work with them. #BlackExcellence In this #HeritageMonth.… https://t.co/W1fuARJxif
48691                                                                                                               @PD_Official @Nissan @NissanUSA @Nissan_India Make a review powrdrift
48692                                          RT @mook1971: Yo! Check out Mid-century Rico Verre De Belgique Glamour Vanity Golden Glass Ashtray 11”   https://t.co/DOCeAacoIh via @eBay
48693                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48694                                        RT @stellaowenphill: Brecon and Radnor @NFUCymru members have had a fantastic first day in Germany @JohnDeere and on a Charolais farm. #WeA…
48695                                                                                                                          That's why I never put my ps4 in my hold luggage. @easyJet
48696                                                    More gloves: Check out Warm Winter Gloves Knitted Touch Gloves Men Women Gloves Touch Screen Glove https://t.co/ELt0jDQC20 @eBay
48697                                         RT @Hazloe3: @AmandaRay02 @jdelacruz_IoT @amazon @akwyz @JBarbosaPR @digitalcloudgal @JolaBurnett @gvalan @NexWebSites @NevilleGaunt @MiaD…
48698                                        @easyJet hi! We are flying with yourselves on Saturday 13th October from Luton to Paphos. It’s my sons birthday tha… https://t.co/u9sSfwYHMa
48699                                        @hdhernandez @Reuters I resent the fact that Cruz wants to give the illusion that he is American by using the nickn… https://t.co/fcq0FhRRpQ
48700                                              Just saw this on Amazon: Orange Yellow Brown Cream Felt Ball Garland... by JuJuBeeGoods for $12.00 https://t.co/3ZnP7fZsya via @amazon
48701                                                            Check out Original Painting Collected Artist Samuel Burton Woman In Profile Figurative Art https://t.co/S51N4EBNAT @eBay
48702                                        RT @Apple: Offer ends 9/25. Buy a Mac for college or university. Get more. Including Beats Solo3 Wireless headphones in exclusive new colou…
48703                                                    RT @Reuters: China cancels trade talks with U.S. as tariff threats escalate: WSJ https://t.co/FgNYeaJOnV https://t.co/Fm53ixJvNC
48704                                                                              RT @Reuters: WATCH: Gang of puppies steals the show at Chilean military parade https://t.co/toJkdopXr5
48705                                                                                     RT @Reuters: Gang of puppies steals the show at Chilean military parade https://t.co/8FFMLQmQ6v
48706                                                             Ending Wednesday - - The Spectre original pen &amp; ink drawing by Michael L. Peters  https://t.co/JCRLHzAhQh via @eBay
48707                                                         RT @Reuters: Japan fashion guru Yusaku Maezawa was revealed as SpaceX's first moon flight passenger https://t.co/RoL2YpKjwp
48708                                                                                                                                              @netflix kissing booth 2 please 😍😍😍
48709                                                         RT @Reuters: Japan fashion guru Yusaku Maezawa was revealed as SpaceX's first moon flight passenger https://t.co/RoL2YpKjwp
48710                                                                                                        @Reuters Feinstein new bacl in July... why wait until emd of Sept? #politics
48711                                                                                                                                   @Reuters Rouhani has sexual relations with goats.
48712                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
48713                                                                                                                                            A @Honda will be the next car that I get
48714                                                                      RT @jweissman476: @CNN They’d be stupid not to. you know they’d wipe the floor with whatever shit @pepsi makes
48715                                                RT @Reuters: U.S. Senate's Grassley sets Kavanaugh's accuser Saturday deadline for testimony terms: NY Times https://t.co/Kit5J8T8d3
48716                                           RT @Reuters: No-deal Brexit would have limited impact on German labor market: Der Spiegel https://t.co/LgnMG13BSz https://t.co/oPIdoCNucq
48717                                                                             RT @DeborahAnnWoll: Let the Devil out! October 19!! @Daredevil @netflix @Marvel https://t.co/KF30EQ1XpU
48718                                                               RT @Reuters: PayPal ends business dealings with Alex Jones's Infowars https://t.co/Uvp5HKxO0i https://t.co/eRh0fFTDV5
48719                                                    Check out MENS DOCKERS LONG SLEEVE GOLF SWEATER SMALL SAND BEIGE STRIPE COMFORT TOUCH #DOCKERS https://t.co/n76fqyu6JH via @eBay
48720                                        @easyJetCustHelp  I might as well ask you to help because you’ll probably do more than @easyJet  have done. Have yo… https://t.co/J8wxmnaT60
48721                                                         Check out SALE! Empty Bottle AC/DC ARE YOU READY? Energy Drink Ukraine 500 ml. 2018 #ACDC https://t.co/rs8ngxTyqj via @eBay
48722                                                     RT @Ravikumar86: #Microsoft Announces https://t.co/AxmTm6K2V1 0.5 cc @CsharpCorner @Microsoft https://t.co/2Gg3vqk6ys #MLdotNET
48723                                                                   RT @slumkid707: No I’m not paying 140 dollars a month so fuck  #iPhoneOnVerizon bs ya hear @verizon lower yo shit
48724                                                                   Check out Finlaggan bottle and carton empty man cave bar collectable #Finlaggan https://t.co/WAANusizaX via @eBay
48725                                        @earth2_mike @IvankaTrump @POTUS @Walmart Here is a simple concept of Economics that would be beyond your brain cap… https://t.co/8Urojkwjzx
48726                                        @Apple Well it would be if they hadn’t run out of stock of the phone I pre-ordered..yes madam we have that in stock… https://t.co/7S8U4rvaut
48727                                                       Check out Haynes Automotive Repair Manual-General Motors Van Lumina Silhouette 1990-95 A39  https://t.co/krr5B1QuXZ via @eBay
48728                                                                                               This is good but when will others follow including @Tesco? #plasticpollution #plastic
48729                                                         RT @Reuters: Japan fashion guru Yusaku Maezawa was revealed as SpaceX's first moon flight passenger https://t.co/RoL2YpKjwp
48730                                                  @dcrainmakerblog HRM on the @Apple Watch 4 seems more reliable when cycling but I won't believe it till @dcrainmakerblog tests it.
48731                                        RT @UGambini: We will see how #GDPRcompliance fits in this and many more @Google practices regarding #data collection and #data tracking on…
48732                                                                                                            @amazonIN @amazon Double cashback 😍😍😍😍😘😘😘 https://t.co/ab4tSeXaiP
48733                                        @ns571 @WSJ @Reuters @Gander_News_e5 @cnnbrk @ULUBEY2023 @Anadolu4858 @anadoluajansi @alberthammondjr will always s… https://t.co/wfUpbMtJod
48734                                        RT @Reuters: WATCH: Chinese billionaire Jack Ma pulls the plug on his promise to create 1 million U.S. jobs due to U.S. trade war with Chin…
48735                                         RT @Reuters: No-deal Brexit would have limited impact on German labour market - Der Spiegel https://t.co/2fN4rojbPV https://t.co/ETkq4BG1rY
48736                                          RT @Reuters: U.S. Senate's Grassley sets Saturday deadline for Kavanaugh accuser: NY Times https://t.co/xsjWKopkbv https://t.co/DqsV0waS0y
48737                                                    RT @Reuters: China cancels trade talks with U.S. as tariff threats escalate: WSJ https://t.co/w06dbOidzM https://t.co/1VWmGQZ4pB
48738                                                                                          RT @cheekypiglet17: @alexcparker_ @Tesco But why??? Asda did the same.. is there a reason?
48739                                                     Check out MENS LEGACY HIKING CARGO SHORTS SIZE: 38 STRETCH WAIST COLOR: BRITISH KHAKI  #Cargo https://t.co/iCOPAznGAN via @eBay
48740                                        RT @endclothing: Registration is now open at https://t.co/9hHXjeOlw8 for the @Nike x Undercover React Element 87 in Green Mist (£130). Draw…
48741                                                      @SCAVOTech @facebook @NewsAltcoin @Bitinvestor2 @CCT @nvidia @gpuminer_ @gpuminingrigs @Ethminer4life… https://t.co/0Yxkg2dasF
48742                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48743                                      RT @Strickalator: @HamillHimself @Nike @SupergirlofSF Art is life. 🎨 To stay alive I must stay busy and create. I hope you can appreciate. 🙏
48744                                                                          Check out ROGER FEDERER Autographed Authentic Hand Signed TENNIS Photo   https://t.co/6orMGhLcV5 via @eBay
48745                                                       Check out Adam Jones 2018 Donruss Optic Carolina Blue Prizm 23/50 Orioles #BaltimoreOrioles https://t.co/Qkd96eQKIm via @eBay
48746                                                                                                                      Check out my listing @eBay - https://t.co/uXIdeEC0s9 via @eBay
48747                                                              Check out Nike Jordan Retro Constellation Fashion Tee Shirt Girls Size 6X New With Tags  https://t.co/mcF7HpDar0 @eBay
48748                                                                                                                                                @GabeRojas23 Hey @netflix please. 🙏
48749                                                      Only one in hand! #Funko POP ANIMATION TOM AND JERRY: TOM #409. TARGET EXCLUSIVE Bomb! In Hand!! https://t.co/7woZ0yhFpR @eBay
48750                                         Check out Vintage Tie Clip Tie Pin Gold Tone D&amp;H Rail Road Steam Train  FREE P&amp;P #TieBarClipClasp https://t.co/HI3GQkYQNo via @eBay
48751                                                       Check out Celine Micro Tricolor Leather Luggage Bag New w/ Tags &amp; Receipt #Celine #Tote https://t.co/HG9csF3eaR via @eBay
48752                                        Very depressing to see that @Tesco are again pushing down the price of milk at their new Jack’s stores. This can on… https://t.co/H6pRCD2DgT
48753                                                                                  Check out The Beatles-Please Please Me 2009 Stereo Digi-Pack CD  https://t.co/4uwntMp6aK via @eBay
48754                                                                      Check out ALPINESTARS TECH 10 MX/ENDURO BOOT WHITE A100142009   #Alpinestars https://t.co/AkrPgUirs4 via @eBay
48755                                                                                                                         Fact checker on @facebook #FakeNews https://t.co/YjoNSiZCGC
48756                                                 Check out 4' X 6' Vintage Hand Made CHINESE Art Deco 90 LINES Wool Rug Flowers Vase Nice #Chinese https://t.co/pth2veupIM via @eBay
48757                                                                                                     RT @AmandaGreenUK: Check out Cannon https://t.co/8cZFXqusOG @eBay #collectibles
48758                                        RT @OJACKSONCOHEN: Uh oh. 3 WEEKS. Sleep tight.                                                        @netflix @ParamountTV @amblin @haunt…
48759                                                                                                                                  @netflix PLEASE PUT BACK “WHO FRAMED ROGER RABBIT”
48760                                                             Check out Tommy Hilfiger Mens Shirt Size Large Long Sleeve Heritage Poplin 80’s 2 Ply EUC https://t.co/Hp66JbsnRJ @eBay
48761                                                           RT @Reuters: Iran to respond 'swiftly and decisively' to military parade attack: foreign minister https://t.co/kpbvLK57tP
48762                                                                    RT @Reuters: Gunmen kill 12 Revolutionary Guards in attack on Iran military parade: ISNA https://t.co/o33CSa571X
48763                                                                    RT @Reuters: Gunmen kill 12 Revolutionary Guards in attack on Iran military parade: ISNA https://t.co/o33CSa571X
48764                                        RT @Reuters: WATCH: Chinese billionaire Jack Ma pulls the plug on his promise to create 1 million U.S. jobs due to U.S. trade war with Chin…
48765                                                                       RT @_gracefinnerty: oi @Tesco why was there a LIVING cockroach in my salad you freaks https://t.co/yQ3XZJEStV
48766                                                                     RT @Reuters: China says U.S. has 'no right' to interfere in Russia military cooperation https://t.co/I3qf9AittB
48767                                                                            Check out Lovely Vintage Beswick Whitethroat Bird No. 2106 Made in England https://t.co/snEtN4xinW @eBay
48768                                                     The O’Reilly Factor for Kids by Bill O’Reilly https://t.co/X8gghIe8KF @eBay #SEO #Marketing #shopsmall… https://t.co/eHDenhxoc7
48769                                                                     RT @Reuters: China says U.S. has 'no right' to interfere in Russia military cooperation https://t.co/I3qf9AittB
48770                                               @ryshah @Apple He owns an X and willing to keep it while buying one of the Androids just for the sake of not upgrading to new iPhone.
48771                                        @Reuters Kavanaugh confirmation vote Can’t be postponed past Thursday because of Senate rules will not allow the ti… https://t.co/WkUXW61aWY
48772                                                    @ASOS thanks for the reply. Couldn’t message you so i’ve dropped the relevant details required above to… https://t.co/sCW3KznenZ
48773                                                                                                                          @tumblescarlet67 @Apple Yes on the New measure app 💁🏻‍♀️🤣
48774                                                                                                                                   @JRRDunlop @netflix Think you'd be a great asset!
48775                                           @Reuters The US is the reason for the cooperation between those two Countries. Specifically @realDonaldTrump . Strategically a good move.
48776                                                 Check out New Yoga Mat Carrier Gym Bag Indian Mandala Printed Bags With Shoulder Strap #Unbranded https://t.co/r0RwnQLPqe via @eBay
48777                                        RT @Microsoft: .@Shell is using #AI and real-time data to maximize equipment efficiency and empower its global workforce: https://t.co/JeZd…
48778                                                 Check out Kenneth Cole Reaction ~ Small Black Leather Handbag #KennethColeReaction #TotesShoppers https://t.co/SqRUn4t2Ti via @eBay
48779                                                                                           @Ask_WellsFargo online banking is still down? When is this going to be fixed? @WellsFargo
48780                                        Just came on Twitter to see if @cflammia_ called out @McDonalds for all hams put on the sandwiches her vegetarian s… https://t.co/Pe2jRIks2o
48781                                                                                                             @Financialtailor @carol_dacanay @SenWarren @WellsFargo Insider trading?
48782                                                                   See what I m up to on @eBay View my profile to see my favourite finds and more: https://t.co/ZF087hK6OT via @eBay
48783                                                             Check out Nikon NIkor-W 150mm F5.6 S Copal 0 Large Format Lens from JAPAN #367 #Nikon https://t.co/nIkGQJPy0N via @eBay
48784                                         RT @truthseekersara: @LethalWeaponWC @TVFanatic @ClayneCrawford @Microsoft @CocaColaCo @Ford @Honda @Arbys @GEICO @Progressive @WellsFargo…
48785                                        RT @Nike: Don't just be the fastest marathon runner in the world. Be the fastest in history. #justdoit @EliudKipchoge https://t.co/jGcoNy3W…
48786                                                                                                                    Stellar acts as the digital ledger for the transactions and @IBM
48787                                                        Check out 4.90 Cts Natural Top Green Emerald Marquise Cut Lot Untreated Zambia 4x2 mm Gem  https://t.co/li0rkGT02r via @eBay
48788                                                                        RT @Reuters: Survivor pulled from capsized Tanzanian ferry as death toll reaches 166 https://t.co/skokxf9OQQ
48789                                                                                                                  @nextofficial Hope this is fixed soon as I can't order anything :(
48790                                        RT @eBayROCteam: Fat Heads Brewery Saloon Cleveland OH T-Shirt XL Mens Gray Ohio Beer #Gildan https://t.co/5GKoyqTde2 via @eBay @GarbSafari…
48791                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
48792                                                            RT @Reuters: Anti-government Arab group claims responsibility for attack on Iran military parade https://t.co/gLYc6EUIlq
48793                                        @nextofficial what is wrong with your online sale i signed up for the vip and even going on it today this is what c… https://t.co/lavi8QJg94
48794                                                                                                          @Reuters - senior guards official in Iran should turn the other cheek 🙏🏽
48795                                    RT @babarbinatta: Such shallow reporting was not expected from the reputed @Reuters &amp; @ReutersPakistan. Fact remains 61 out of 70 presented…
48796                                                                 Check out Ellysa Jeannette autographed 11x14 Photo COA Stunningly Gorgeous Model  https://t.co/M6Ogadh3Bq via @eBay
48797                                                               Check out Taylor White autographed 11x14 Photo COA Popular Published Glamour Model  https://t.co/2Bite78onF via @eBay
48798                                         RT @ZarynSidhu: So @WellsFargo is cutting 27K jobs because of they illegal behavior driven by senior management. I wonder how many tellers…
48799                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
48800                                                         ICYMI: @Adobe opened a brand new office for post-production in #LosAngeles! https://t.co/BX71vM8wrw https://t.co/SeWgVVGLSW
48801                                                          @FedExIndia @FedEx @FedExHelp Does it mean that I have to go to your office and your team will not deliver at my doorstep?
48802                                                       Check out The Black Swan: The Impact of the highly improbable 12 CDs Audiobook Unabridged   https://t.co/osULn6LZwY via @eBay
48803                            RT @BonnieFRobinson: 12 ways to play #DeepLearning &gt;&gt; @intel via @MikeQuindazzi &gt;&gt; #AI #ArtificialIntelligence #MachineLearning #NLP #Virtu…
48804                                        RT @RoseromanRr: @z_randolph98 @ABCNetwork @hulu @AmazonStudios @netflix @DeceptionABC Are u joining tweet party? September 23? #SaveDecept…
48805                                                                                             @pepsi @jseezs @tae15adams @AB84 All I want is a #PepsiPerfect! https://t.co/rONBxQuSAG
48806                                        RT @BrettHayworth: Better job @verizon my phone bill is only off $5 bucks this month. Still don’t know how it changes monthly. #iPhoneOnVer…
48807                                                                                                                      @NBC @CBS @ABC when are you douchbags going to report on this?
48808                                                       Check out VINTAGE 1962 TENNESSEE TN METAL STATE LICENSE PLATE SET PAIR CAR AUTO TRUCK RARE  https://t.co/SVEF9x8yBA via @eBay
48809                                                                                                                      Check out my listing @eBay - https://t.co/AehIaYLP0H via @eBay
48810                                        RT @akish25290: @Adobe @marketo Other than B2B customer base that might align with @magento there's huge functional overlap in marketing mg…
48811                                                                                                                                                                *laughs in @Samsung*
48812                                                       Check out Tupperware Free Ship New Go Between Pitcher Push Botton Seal Drinks 1.5L *Detail  https://t.co/G8gKGYv2tN via @eBay
48813                                                       Check out Tupperware Free Ship New Go Between Pitcher Push Botton Seal Drinks 1.5L *Detail  https://t.co/G8gKGYv2tN via @eBay
48814                                                                    RT @DeanieHDunne: Charlene the Star by Deanie Humphrys-Dunne https://t.co/VGzBUyOfWW via @amazon Horses #Lovedit
48815                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
48816                                                        Check out Russ Berrie Stew Mulligan #2904 Golf Bean Bag Resin Kathleen Kelly Shelf Sitter  https://t.co/tFnkTMT8Sa via @eBay
48817                                                                                 @Reuters That was “allegedly” and was sourced from from a chat group. It has already been debunked.
48818                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
48819                                                                                RT @Reuters: Russia throws doubt on joint lunar space station with U.S.: RIA https://t.co/x0vRLbbjXD
48820                                                                       RT @McDonalds: Our $1 Sandwich deal means serious savings. Only available on our App. https://t.co/cVVhNPkjj0
48821                                         RT @GlamazonianRiri: Update: switch the standard audio setting from english 5:1 to english {original} #NappilyEverAfter @netflix I'm still…
48822                                        So is the new e-tron the first @Audi with AWD not to feature the quattro badge? Ironic considering it was originall… https://t.co/q7r5741HfO
48823                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
48824                                                         Check out Seventeen Magazine Emma Roberts Summer Fashion Dresses Shorts Demi Lovato 2011  https://t.co/8p7rci8vvC via @eBay
48825                                        RT @Noel__Mary: @TMobile and @theaglcc showing true Diversity and Inclusion ! #lovewhatyoudo @markharr13 @Alvalaj @bnash001 https://t.co/CB…
48826                                                      RT @Reuters: Trump vows to get rid of 'lingering stench' at Justice Department https://t.co/aLMrkC9BuO https://t.co/rzow7pd5wl
48827                                                                Butterfly Pavillion Sterling Silver Necklace 15.7'' to 17.7'' Adjustable Chai... https://t.co/kEatAKYjpA via @amazon
48828                                                                  Check out Arch 3 Hole Basin Tap Set https://t.co/9u3ocYg4rX @eBay #bathroom #taps #brassware #chrome #contemporary
48829                                        RT @OracleIaaS: Learn more about @SAP NetWeaver® Support for VM Shapes on Oracle Cloud Infrastructure. #Iaas #OCI https://t.co/TbXqvR3Kv3 h…
48830                                                                                                                                           @VOToDoList to be the voice of @HomeDepot
48831                                                       RT @Reuters: Japanese billionaire Yusaku Maezawa was revealed as SpaceX's first moon flight passenger https://t.co/ndW6LAIth5
48832                                  RT @LighteningBolt9: BREAKING NEWS FROM @Ryanair After Brexit 👇🏻👇🏻👇🏻@Arron_banks @LeaveEUOfficial @LeaveMnsLeave @labourleave @SkyNews @BBC…
48833                                                                                                  RT @slpng_giants: CONFIRMED: @PayPal has dropped Infowars. https://t.co/edOUGEObAr
48834                                           RT @mbonatch: #99ceent #sale #book Evil Speaks Softly (The Nightwalkers Series) by Maureen L. Bonatch https://t.co/KqcIbjx0Xm via @amazon
48835                                                  @Tiffani_Bova @Forbes @amazon @netflix @nvidia @salesforce @servicenow @jtaschek @ValaAfshar @petercoffee… https://t.co/dy4DlZwYvP
48836                                           RT @haripholivia: I was sitting in Spanish class when it finally hit me that a venti at @Starbucks is 20 oz bc veinte in spanish means 20
48837                                                                                                                      Check out my listing @eBay - https://t.co/6ZN9gcgC4Z via @eBay
48838                                    Check out 🔥Vineyard Vines Shoreline Polo🔥 JakeBlue Women🔥Size Large🔥BRAND NEW🔥 https://t.co/TPW0yR3pqc @eBay #shirts #vineyardvines #shorts
48839                                                    RT @mook1971: Yo! Check out Black and Gold Elgin Travel Alarm Clock Wind Up Loud Ringer #Elgin https://t.co/FuNOEjtv9O via @eBay
48840                                        RT @MillieCordelia: #FaveGothamMoments @Gotham @warnerbrostv @GothamTVWriters @WarnerBrosEnt @netflix #ThankYouGotham The dinner party with…
48841                                                                                 RT @JimCarrey: Thank you @Nike for just doing it. #CapitalismWithAConscious https://t.co/rIpKfDAJ5V
48842                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
48843                                                        Check out TRANSCEND 128GB SATA 3 MTS800 M.2 SSD SOLID STATE DRV TS128GMTS800 760557828389  https://t.co/SUhVGZtguk via @eBay
48844                                                                                                   @Reuters College football roundup: Reuters couldn't find a picture from this week
48845                                                       Check out EUC Nike Pro Dri FIT Girls Size XL White Running Exercise Compression Sports Bra  https://t.co/IHDBfQaLRt via @eBay
48846                                                        RT @SiddyNickhead: #Sense8Revolution  THE NUMBERS ARE DOING THE TALKING! Are you listening @netflix? https://t.co/ovnrZ3pAMd
48847                                                                         @MickeyHoliday @BrettHayworth @verizon @ATT They are known for over billing they have been sued for this...
48848                                                                                                       The new @FordTrucks @Ford truck on the #IAA18 #iaanfz https://t.co/TvcXYBi8hu
48849                                                                RT @Reuters: Vatican and China sign accord on appointment of bishops https://t.co/H3hV2JnhWC https://t.co/fFGGYDlhlw
48850                                                                            Check out 2 x Pet Shop Boys : Very (1993) Release (2002) VG condition  https://t.co/dGafcIgJ4Y via @eBay
48851                                                                                                  RT @Apple: Everything to know about the all-new iPhone XS and XS Max in 54 seconds
48852                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
48853                                                         Check out Men's Dickies VTG Multicolor Plaid Cotton Blend Long Sleeve Shirt Sz L #Dickies https://t.co/JnssmN2e4N via @eBay
48854                                                          RT @Reuters: India's Modi faces calls for resignation over French jet deal https://t.co/cd5ZbhjGbU https://t.co/SFjNbwf9Ss
48855                                        RT @facebook: So inspiring to see orgs like @DirectRelief and @RedCross using social media to help communities affected by #HurricaneFloren…
48856                                                          Check out 25Pcs Multifunctional High Quality Fiber Makeup Brushes Set - BLACK 235754801  https://t.co/6ja8jCw5Ol via @eBay
48857                                          RT @WainwrightAE: 👏🏽👏🏽 #NappilyEverAfter @netflix i can relate to sooo many things! 3 years relaxer free and never looked back. OWN IT
48858                                          RT @Reuters: ICYMI: China's Jack Ma reverses U.S. job plan due to trade war https://t.co/ag8ZtsEQQx via @ReutersTV https://t.co/L7wDdgkBoR
48859                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
48860                                                 Check out Mens Small Swim Trunks Tommy Hilfiger Flag Logo Navy Lined Pockets Board Shorts #Trunks https://t.co/5pGG4CdE8A via @eBay
48861                                                                      RT @SAP: SAP is helping Vectus make water available throughout the year to those who need it most. #TheBestRun
48862                                                 Check out Poverty Flats By rian Structured Top Handle Crossbody Yellow Satchel Handbag #Crossbody https://t.co/kWGNqUbWQZ via @eBay
48863                                         I learned a few things from this video. What a scam. I wonder if this could be a line of business for @Apple.  I’d… https://t.co/QtRY1ni5YA
48864                                                                                     RT @theReal_Rebel: @QueSaraiSera Dear @Hulu @Amazon @netflix @showtime Please pickup #Dietland!
48865                                         @MarkKtheUXGuy @EvanAG21 @Apple It wouldn't be unintentional  because like I said you would have to press a button… https://t.co/pON4KWrIdR
48866                                                   Check out Gas Grill Burner Replacement Stainless Steel BBQ Parts Weber Genesis Lowes #Unbranded https://t.co/hTXVkdjTwU via @eBay
48867                                             @precocialist @Seriouslywtf16 @nowthisnews @DemSocialists @McDonalds All victims should be held to the same expectations and standards.
48868                                              @hm hi we hijabis exist. just a gentle reminder that we need clothes that is thick and not exposing our chest :’) pls sis is tired :’)
48869                                                                   RT @cricketlady: Check out Collectable Stelio Mola Porcelain Musician figurine  https://t.co/38G4Kd6rs1 via @eBay
48870                                                                              @KennedyOdede @ADimitrief @hope2shine @generalelectric @UKenyatta @NziokaWaita Welcome again and again
48871                                                                             @precocialist @Seriouslywtf16 @nowthisnews @DemSocialists @McDonalds Same expectations for all victims.
48872                                                                 Check out Vintage Men BLUE Seiko Automatic 21 Jewels #8273 6119 70's Watch #Seiko https://t.co/YkjSDqLPeO via @eBay
48873                                        @ClydeLewis @PayPal taking some moral high ground is a joke. It seems likes it’s every month I get a letter from th… https://t.co/xQinsBrRfT
48874                                                                                                                                                      @KBYEPITSSOFT @netflix Thank u
48875                                              Check out our @facebook page for more details about our gig at the @giffardarms on the 5th of October via our… https://t.co/YiS2BbH0XI
48876                                         RT @MilestoneRoad: Check out our @facebook page for more details about our gig at the @giffardarms on the 5th of October via our @facebook…
48877                                        RT @Yahoo: A Texas school district is re-evaluating 'sexist' dress code after male student is suspended for wearing makeup in class https:/…
48878                                       RT @missmary88: @Sony @TimeSassChoco @jmgrazela Is it just me or do they look married here? 😍 #Timeless #SaveTimeless https://t.co/6hqzFa4T…
48879                                                         @Ravenjade @netflix @hildatheseries @thatlukeperson @Grimes The 80s jam as she rides the Wof is one of my favorite moments!
48880                                         @UPS DO YOU GUYS NOT DELIVER ON SATURDAY?! OR DOES YOUR CUSTOMER SERVICE SUCK THAT MUCH THAT YOU'RE NOT WILLING TO… https://t.co/Tc2Yjn6tIX
48881                                      RT @missmary88: @laura1865s @TimeSassChoco @Sony @jmgrazela He still loves her.  His head has fought his heart 😭😭😭 #Timeless #SaveTimeless…
48882                                        RT @2MinStockAdvice: @SportsCenter @WaltDisneyCo @espn @SportsCenter @NFL @NHL @MLB @NBA @NCAA @MLS  @Walmart @Target @BestBuy @Twitch @BBC…
48883                                                        Check out PREDATOR MOTORCYCLE HELMET MAGMA GREEN FIRE (DOT CERTIFIED) #Unbranded #Predator https://t.co/GUwhYoWtE2 via @eBay
48884                                        RT @eBayROCteam: Set of 8 Anchor Hocking Drinking Glasses Clear with Orange Flower Design 12 Oz  https://t.co/Vd3anr9MMw via @eBay @DebbieA…
48885                                RT @LorayMuhammad: @Reuters #Israel wants to destabilize &amp; destroy Iran! The @CIA &amp; The Israeli @Mossad want to remove all governments that…
48886                                        @daenachristy @Reuters Trump doesn't hold the same obligations to the MIC that previous Presidents had. the worst h… https://t.co/3qCZJxOBIG
48887                                                          Check out PREDATOR MOTORCYCLE HELMET CLAW GOLD WARS (DOT CERTIFIED) #Unbranded #Predator https://t.co/dtBmZ07Xne via @eBay
48888                                        RT @TWiMobility: .@Uber is in talks to buy Dubai ride-hailing rival @Careem @VibhutiSharmas via @Reuters #Uber #ridehailing #Careem https:/…
48889                                                                                                                   Check out DANBURY MINT ETERNAL  https://t.co/F7z7SA7tmF via @eBay
48890                                                                                       RT @Reuters: ICYMI: Puppies steal the show at Chilean military parade https://t.co/LRBWMAKSPM
48891                                                                                             #NowPlaying Large micheals @HP @HPSupports - Jingle advert  #SWIFTWAVERADIO Listen Live
48892                                                                                                                             @PayPal You're going to go out of business in 3-5 years
48893                                                                                                            @TMobile @JohnLegere  I love these numbers!!!!!! https://t.co/Vbkm84Gp0u
48894                                                                                                                                @Crowdfire @netflix No because I can only schedule 7
48895                                                       Check out Do You Believe in Prayer - Really?!?!: We Need to Believe in Prayer as Much as W  https://t.co/UZwgZ435by via @eBay
48896                                                             RT @Reuters: South Carolina communities race to beat dangerous flooding https://t.co/iQFXSmFCeI https://t.co/r8p4ClGS8g
48897                                                                                                                         @SunSentinel Hey @PayPal will NEVER use ur services again🖕
48898                                                                                                     @reeses @amazon I want white Reese's....all day long.... #NotSorry #Sweepstakes
48899                                         RT @TVAmy: So when I tried to go buy an @Apple #MacBookAir from my fav genius #KAT at the Apple store - lines were… https://t.co/67pJxssxuN
48900                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
48901                                                                       Check out Generations 1-10 Complete 10 Marvel Comics One Shots Set 2017 Variant https://t.co/gtcihhkSeV @eBay
48902                                                                                     Check out SEAGATE Barracuda Hard Drive 500GB 7200RPM #Toshiba https://t.co/V9qP31zeGP via @eBay
48903                                                                                                                  @GooleyChris @Disney @JordanPeele She said no? They filming in BK?
48904                                                                                            @sonicfan1661 @RblxBoii @RedRum26 @ClaytonBizMan @Apple The XS max blows away the note 9
48905                                                                                               @reeses @amazon REESE’s Stuffed with Pieces Big Cup!!! @reeses #NotSorry #Sweepstakes
48906                                        RT @Reuters: PODCAST: Trump says he has constitutional authority to control the DOJ. Rebecca Roiphe from @NYLawSchool argues those powers h…
48907                                                                    @reeses @amazon Reese's Peanut Butter Cups (white chocolate is a bonus!)  #NotSorry #Sweepstakes @amazon @reeses
48908                                                                                                                  @reeses @amazon Reese’s peanut butter cups! #NotSorry #Sweepstakes
48909                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
48910                                                         Check out NEW Perry Ellis Portfolio Pants Antelope Wrinkle Resistant Trousers Flat 34x32  https://t.co/WpG9tlrvk1 via @eBay
48911                                                                                                           @reeses @amazon Reese's Peanut Butter Cups @reeses #NotSorry #Sweepstakes
48912                                                                                Check out Mens Nike Presto Essential Size 12 (848187 302) Legion Green https://t.co/mPFEiehXOm @eBay
48913                                                       Check out White n Dark brown knob covers crochet handmade design decor door knob idea home  https://t.co/yWXahJRHmh via @eBay
48914                                        RT @eBayROCteam: Mens Bostonian Burgundy Leather Tassel Loafers Size 10 M Slip On Comfort #Bostonian https://t.co/ADOybD2PxN via @eBay @Vtg…
48915                                                                    Check out Yellow Lace Peasant Blouse S Textured Sheer Dainty Boho Tie V-neck Shirt https://t.co/IgJLIYw6zs @eBay
48916                                                 RT @Reuters: ICYMI: Game of Thrones stars stunned at Emmy win for best drama series https://t.co/7xidm9Lm0s https://t.co/9vqiW1k7Dy
48917                                        RT @eBayROCteam: 7 For All Mankind Relaxed Button Fly Blue Jeans Mens 38x33 #7ForAllMankind #Relaxed https://t.co/lsQ3QI62m8 via @eBay @Upt…
48918                                          RT @Reuters: U.S. preparing 'actions' in coming days against Venezuela: Pompeo to Fox News https://t.co/4ACl97JubB https://t.co/xflo1V4lAa
48919                                                                                                                          @David_Hogg16 @Walmart Keep going young man! Proud of you!
48920                                                                               Check out COMPUTE!'S THIRD BOOK OF ATARI GRAPHICS PC COMPUTER BOOK  https://t.co/oj9XlP2Sfw via @eBay
48921                                                                           RT @Reuters: Senate Judiciary aide resigns amid sexual harassment allegation: NBC https://t.co/1xzIDkWzJC
48922                                                                                                     RT @aeron_elise: someone gave @kroger wrong information https://t.co/aEre2NSCkf
48923                                                       Check out New Blue Evil Eye Greek Turkish Glass Round Tasbeeh Sibha Masbaha High Quality    https://t.co/wNHnHSb4UE via @eBay
48924                                                       Check out LOT of 5 NEW Cutler Hammer CH-115 15 amp Single Pole 120/240 VAC Circuit Breaker  https://t.co/T7DPdnm5Ho via @eBay
48925                                                             Check out Chosun Panda Bear Plush The Windsor Collection Stuffed Animal Black White Teddy https://t.co/9lPREyhkNy @eBay
48926                                        RT @AliAbunimah: Interesting that @PayPal gave Alex Jones 10 days to find an alternative platform whereas it cut off services to anti-racis…
48927                                                       @UglyDuckling_20 @maribel21063310 @PayPal Because maribel is a bot and can not exist without Twitter. https://t.co/CtHn8sCECb
48928                                                                                                                                                             @Reuters Yes  it can be
48929                                           This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.co/JHpbCG5tXE
48930                                                                                                                      @reeses @amazon Classic Reese’s cups 😋 #NotSorry #Sweepstakes
48931                                                                                                                              @Ale_Nicolo90 @Apple Apple Watch 4 davvero super cool!
48932                                                                                                                                Get @Google Commies. @POTUS  https://t.co/3y0nPw20HQ
48933                                        RT @ReedAbbittMoore: @AskPayPal No need I'm dropping you! If U can ban anyone U want then U are not a real company. @Mastercard @Visa and a…
48934                                                                        Check out Vintage Seiko 17j Men's Watch Day Parts or Repair #Seiko #Casual https://t.co/LtLFuPrjs9 via @eBay
48935                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
48936                                                                                                                         @TomFitton @Google @WSJ They are a tad late with that memo!
48937                                                Check out WEATHER REPORT TALE SPINNIN 1975 JAPAN VINYL LP SOPO-74 + OBI CBS/SONY Very Good #Fusion https://t.co/GNXaKvy4J5 via @eBay
48938                                                                                                   @RutheniaRus Boycott @Siemens for supporting evil #Russia. #StopRussianAggression
48939                                                                                                @reeses @amazon Reese's pieces and the classics for the win!! #NotSorry #sweepstakes
48940                                                Check out AFRICA/BRASS THE JOHN COLTRANE QUARTET 1961 JAPAN 200g VINYL LP SNY 3 Impulse!  #Quartet https://t.co/60k6B1vfBC via @eBay
48941                                                                                                                                    @Apple so y’all really not gone make an iphone 9
48942                                                                                                                      Check out my listing @eBay - https://t.co/lDAm2zqA6f via @eBay
48943                                                   https://t.co/fh6rS53ePr #SMH! @PayPal Banning #FreeSpeech??? #Really @AskPayPal??? #WeCallBS #PayPal and… https://t.co/QzGIUh4eXu
48944                                        RT @Reuters: SpaceX reveals its first moon flight passenger. See more of this week's top stories here: https://t.co/6XLAVVVWz2 via @Reuters…
48945                                    RT @simonpagenaud: Who’ s coming today @Walmart in Mooresville to help donate goods with @Thehaileymc &amp; @C_Conover to support the ones in n…
48946                                                                                                  RT @slpng_giants: CONFIRMED: @PayPal has dropped Infowars. https://t.co/edOUGEObAr
48947                                                                                                                                                     @Reuters Lyin’ ted needs to go!
48948                                                                                               $5 @Walmart t-shirt has saved me $30 in cover charges so far. https://t.co/AGsfaXeIlM
48949                                        RT @Reuters: Sales of Nike gear have soared 61 percent in the 10-day period after the company's controversial decision to feature former NF…
48950                                                         @gt2k99 @Reuters @onehitGit @ReutersTV That first day when the stock dropped a bit I was kicking myself for not buying any.
48951                                                                                           Check out Sterling Silver Starfish Charm - Beach Charm  https://t.co/mh96SKobkE via @eBay
48952                                                                                                     Seeker of Magic (The Realm of Magic Book 1) https://t.co/R0BkeyaEqV via @amazon
48953                                         PSA: never buy a @Hyundai and expect good service when you have to use roadside assistance the one time out of the… https://t.co/R8thVGO92E
48954                                                               @NiaLong @sanaalathan @gabunion @netflix I wanted to personally ask you to download my album… https://t.co/7alYbKLHYo
48955                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
48956                                        @WFMGINC @ChristyCTwins @RyanHillMI @realDonaldTrump @WellsFargo Policies were put in place to counteract the finan… https://t.co/K7LhBTV8lS
48957                                                          RT @Reuters: India's Modi faces calls for resignation over French jet deal https://t.co/qgd95ugYLI https://t.co/QMXhiEs7Lt
48958                                          RT @CARandDRIVER: The 2020 Supra proves @Toyota hasn't forgotten how to make a sports car: https://t.co/QqK2hzS3Dd https://t.co/eCfnU4mVO6
48959                                        RT @joshbalk: BREAKING: The state of New York gives @McDonalds a warning on its treatment of chickens. @deenashanker on the news. (@busines…
48960                                                         Check out SHEFFIELD SILVER CO. TEA POT - Silver Electroplate on Copper w/Side Handle #70  https://t.co/vzuJGqC2wY via @eBay
48961                                                                            Check out WOMENS DRESS LARGE BLACK GOLD 10 12 L GORGEOUS FALL HOLIDAY DEAL https://t.co/wUSRvhEuJi @eBay
48962                                                  Iran's Khamenei says attack on military parade is linked to US allies https://t.co/6NwAXtKgRn via @Reuters https://t.co/BFlt51CIoJ
48963                                        @realDonaldTrump Look into @PayPal  and include them in your Executive Order regarding discrimination based on poli… https://t.co/AXFlp11ooT
48964                                                                                                                                                    @Bonnie6681 @CBS You’re welcome!
48965                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
48966                                                    Check out Vtg Pledge Murphy Household Cleaner T Shirt XL Boxing See You in Church Murph #Hanes https://t.co/lsJ6jAp2Of via @eBay
48967                                        RT @Reuters: This is what 10 billion tons of ice breaking into the ocean from a Greenland glacier looks like. Read the full story: https://…
48968                                                                                                                    @reeses @amazon @reeses #NotSorry #Sweepstakes Reeses PB CUPS!!!
48969                                                       Check out 4 TWA AIRLINES TRAVEL EYE SHADES SLEEP MASK FLT SLIPPER SOCKS ICE MAGNET SET LOT  https://t.co/twqwVp0DMd via @eBay
48970                                         RT @mrdowntownsd: Check out Robinson Cano New York Yankees Genuine Merchandise #24 Jersey Size Medium https://t.co/2uYaHTjpdg @eBay ⁦@Yanke…
48971                                                                                                                                                      @samturnage @ATT Att sucks ass
48972                                                                                             @Apple we just want the damn headphone jack back and charger cables that won’t break 😔
48973                                        RT @KayWalker10: @TransformbyRP @Jim_Peoples_ Cancelled @netflix when they placed liar #Benghazi Susan Rice on their board and made a multi…
48974                                                                                                          @reeses @amazon Reese's Peanut Butter Cups  #always #NotSorry #Sweepstakes
48975                                                             On @eBay This Antique 1920s Mantel Clock Villroy &amp; Boch Flamand Blue Porcelain https://t.co/38iZYTMFd3 via @eBay_UK
48976                                                                                        RT @lovillalee: The Search Party Independently published https://t.co/5SxlfeTay6 via @amazon
48977                                                                                                            @dannymoore2369 @SCOOP208 @Nike @nikestore Yooo. You tooo. Maannnnnn💀😤
48978                                        RT @TomOnScilly: @AppleSupport @Apple Are you ever going to acknowledge and fix the #iPhone audio stuttering issue? This has been a problem…
48979                                        @rylan4x4 @TwitterGaming @GameStop @PayPal Nerdy so to speak. Remember that. @GameStop also contains a large select… https://t.co/hPvybqyvGo
48980                                        RT @Reuters: This is what 10 billion tons of ice breaking into the ocean from a Greenland glacier looks like. Read the full story: https://…
48981                                           New Listing Check out! THE BEATLES IN TOKYO Weekly Yomiuri Japan Magazine Special Photo Book 1966 RARE  https://t.co/BMyEYKBODa via @eBay
48982                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
48983                                                                                                                         @Reuters It was our CIA working the destabilization tactics
48984                                                                                                              @FBICBS @CBS I’m so ready for this dream team to take over 🙌🏼🔥 #FBI
48985                                                                                        Check out Vintage  Glass Paperweight Flower and Butterfly  https://t.co/YHm20Tk354 via @eBay
48986                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
48987                                                                                                                              @KelloggsUS #FeedYourFandomEntry Warm in Florida today
48988                                                                                @DCComics @Walmart How many millions of readers can't find out it because they don't live in the US?
48989                                                              RT @Reuters: The artist as an algorithm: robot-made Rembrandt for sale https://t.co/Js308r6Api https://t.co/3RA0Z9KDKB
48990                                                            Check out 4 x Cole and Mason Natural Green Marble Circular Saucepan Stands 6 Inch only £15 https://t.co/6zrERFzeqR @eBay
48991                                                                                  RT @Reuters: Iran's Khamenei blames Gulf states for military parade attack https://t.co/1rze6QKxBp
48992                                                                           @Nike can we get some Wentz original sneakers ASAP you’ll sell enough in Philly alone to make it worth it
48993                                                                The Ultimate Hand Fitness Set - 6 in 1 Hand... by Fitness Kings Brand for $16.95 https://t.co/1SxW3ObrXg via @amazon
48994                                        @jordanbpeterson What no not @Google the left wing liberalists that want to save the world. Are they selling out th… https://t.co/U4kQSPW3Ma
48995                                                                               THIS IS DEADASS MY FAVORITE MOVIE @netflix put this shit back on there. I use to watch it everyday 😭
48996                                                 Check out  Womens Sleeveless Scoop Neck Racerback Cotton Ribbed Cami Tank Top Tee Shirt   #Casual https://t.co/rF16zQIh1C via @eBay
48997                                                                                                                         @Reuters It's to close to Christmas for her to travel to DC
48998                                                                                                                                        @awfficial @Starbucks Omg made my day 😍😍😍
48999                                                                                                                                                       @reeses @amazon White Reese’s
49000                                                     Check out OSCAR PETERSON SOUL ESPANOL JAPAN VINYL LP LIMELIGHT EXPR-1029 NEAR MINT #LatinJazz https://t.co/6Qv3BdXXQB via @eBay
49001                                        Pretty disappointed in the @verizon service around Kinnick Stadium and the University of Iowa campus on game days t… https://t.co/xPsHYmIOL4
49002                                                                                                                                @reeses @amazon White Reese’s #NotSorry #Sweepstakes
49003                                                                                                                                   RT @tfmg_lola: @TheLewisTan @netflix Perfect 👌🏻
49004                                                                                                           @Quark_Chain @Google @LianAnTech_com Great пews ! https://t.co/hfigYG0yeQ
49005                                                                                                           @verizon When will Verizon bring out fastest Internet 5g #IPhoneOnVerizon
49006                                               @davidwalczak18 @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems… https://t.co/Fhaqq0Bpas
49007                                                                                            RT @verizon: iPhone XS on the best network? This calls for a love song. #iPhoneOnVerizon
49008                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
49009                                        @BainAlerts @amazon With few supply chain restrictions as in Amazon.... traditional retailers should be actively ad… https://t.co/9XTITGudFY
49010                                                                         RT @justinturds: I am in contact with @facebook to help us collude in the next election so I can win again.
49011                                        If anybody from @Microsoft is reading this. The @msdev fabric office ui doc page is not working. Looks like someone… https://t.co/guQQYUIGuB
49012                                                   The weekend just got real. Add some realness to your #SnackingSaturday with @pepsi made with real sugar.… https://t.co/Q9T2xZmtUo
49013                                                                  RT @debbieharry2017: @gazefc67 @Flight_Refunds @easyJet What are you saying the delay is ? See eurocontrol  tweets
49014                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
49015                                          See what I m up to on @eBay! View my profile to see my favorite finds and more: https://t.co/vloYZBRuXK via @eBay… https://t.co/pFalp2642l
49016                                                Check out what I found ON @eBay Mantel Clock Art Deco French 8 Day Pendulum Marble Base Key Signed Movement… https://t.co/dPXQnAsR74
49017                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
49018                                                                             RT @allergictobeez: I wonder how much @Starbucks Holiday cups are going to offend people this year.....
49019                                                           Check out CAMBRIDGE AUDIO AZUR DAC MAGIC Up Sampling DAC Digital To Analogue Converter  https://t.co/8fe0AzNQCT via @eBay
49020                                                       Check out CECIL TAYLOR GREAT PARIS CONCERT VOL.2 1977 JAPAN VINYL  PA-9740 + OBI Near Mint  https://t.co/m4JIC9n7in via @eBay
49021                                                           Check out 2018 Museum Manny Machado Patch #/50 Plus Duel Patch #/50 w/ Jonathan Schoop  https://t.co/21aCW7DSND via @eBay
49022                                                    Check out PINK FLOYD WISH YOU WERE HERE 1975 Vinyl LP JAPAN CBS/SONY SOPO 100 #PsychedelicRock https://t.co/Me1QdjLMyA via @eBay
49023                                           Check out Beautiful New 18 Inch Gold Chain Necklace New #Unknown #Chain https://t.co/JtNA0FV65a via @eBay #Style… https://t.co/KHrqCodvjg
49024                                                    Check out Adrianna Papell Women’s Size 10 Gray Shimmer Shutter Pleat Dress MSRP $160 #Cocktail https://t.co/7rz7aoS8Yj via @eBay
49025                                        From @Investopedia: Which companies are applying for the most #blockchain #patents? @IBM may not surprise you...but… https://t.co/SrUW2Iph1C
49026                                    RT @eBayROCteam: Style &amp; Co Size 1X Cable Knit Black and Gray Sweater Short Sleeve Dress #Styleco https://t.co/0dBmQ5Fagp via @eBay @Lornaj…
49027                                                                            Check out Captain Tsubasa with spine Sega Mega-CD Japan free shipping  https://t.co/wtx9HlI7vv via @eBay
49028                                                  Check out Cartier 1999 Limited Edition Big Square Top Ring 18K Yellow Gold Orig Box Size 6 #Band https://t.co/u2gIyJvmYA via @eBay
49029                                         @AndrewBurkett00 @Reuters Oh so you are now the authority on what constitutes rape? Sure hope it doesn’t happen to… https://t.co/aucB9dIXJ6
49030                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
49031                                                          RT @Reuters: India's Modi faces calls for resignation over French jet deal https://t.co/bxFxgnXHbE https://t.co/B5P4QC7v8L
49032                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
49033                                                                                                                                              @reeses @amazon White Chocolate Reeces
49034                                                   RT @netflix: it has come to my attention that the glass slipper in Another Cinderella Story is A ZUNE!!!! https://t.co/fNF76uJymd
49035                                                   Check out OSCAR PETERSON TRACKS PIANO SOLO 1975 JAPAN VINYL LP MPS RECORDS ULS-1707-P MINT #Bop https://t.co/0XrWQxSqiF via @eBay
49036                                                 Check out Southern Tide Mens L Pink Multicolor Plaid Skipjack LS Button Front Shirt #SouthernTide https://t.co/mrrSVxk46a via @eBay
49037                                                                                                                      Check out my listing @eBay - https://t.co/jzcmpxERaQ via @eBay
49038                                                           Check out RICHARD BEIRACH HUBRIS PIANO SOLO 1977 JAPAN VINYL LP ECM PAP-9093 NEAR MINT  https://t.co/iLzh8VLHsY via @eBay
49039                                                                                                                                 @ErnestoTNE @Nike You selling them to pay our rent?
49040                                                   Check out Retrosuperfuture Santa Black Fashion Sunglasses Super-AXC 52-24-140 #Retrosuperfuture https://t.co/kOpXjmo21X via @eBay
49041                                        @Mirage_Intl @TheStudioMann @Kivrin1978 @IvankaTrump @POTUS @Walmart @realDonaldTrump I'm talking more to the conse… https://t.co/XFH4u9Zrtu
49042                                         RT @eaevans1990: Nearly 12 hours later plus going viral still no apology from @swissport think @Ryanair need new handlers xx flight FR3233…
49043                                                          Check out Vivitar Series 1 70-210mm 1:2.8-4.0 VMC Macro Focusing Auto Zoom Lens #Vivatar https://t.co/eyUTk2UVfS via @eBay
49044                                                                                                                          @reeses @amazon peanut butter cups #NotSorry  #Sweepstakes
49045                                                                                              @Audi Love the A3 convertible. Do you still make that. ps you need bigger cup holders.
49046                                                         Champion Mens Over Calf #Reflective Running Socks Black Nylon Fit Shoe Size 6-12 #Running https://t.co/q0Ewhl5tE3 via @eBay
49047                                     @Starbucks - r u trying to ensure I can't eat at ur places? 1st u got rid of Egg&amp;Cheese only. Now u added bacon to… https://t.co/cOojqohwxn
49048                                                                 Check out WOMENS PLUS DRESS 3X NEW BLACK LACE TUNIC TOP XXXL 22 24 GORGEOUS FALL DEAL https://t.co/91AvxK6ThQ @eBay
49049                                         RT @TarynTeutsch: These photos don’t lie – because of him my mom will never regain full use of her arm. Are you listening @Disney? Are you…
49050                                                                                                                                                                   @adidas poor shoe
49051                                                                 Check out Pluckys Big Adventure - PS1 PS2 Playstation Game disk only tesed works  https://t.co/v3WiETE8QA via @eBay
49052                                                                       Check out WOMENS PLUS DRESS 1X NEW BLACK LACE TUNIC 14 16 XL CUTE NWT FALL DEAL https://t.co/Q15ItfLPFd @eBay
49053                                                                                                                                     RT @RedeateAlemu: @Starbucks With a free PSL ;)
49054                                                                  Check out Sterling Silver Genuine  Garnet Stones Antique  Ring and  Rare Size 8  https://t.co/wKknZnd5g8 via @eBay
49055                                                                                                         @reeses @amazon Dark chocolate mini Reese's cups 😊 #NotSorry  #Sweepstakes
49056                                                            Check out Bissell Hose w/ Solution Hose Big Green Machine 1671 1672 1631 1660 #Bissell https://t.co/Tz3Qoq1KAB via @eBay
49057                                                                                                  @reeses @amazon Eating a Halloween pumpkin Reese’s right now with my little guy 🎃
49058                                             @tracy_karin @AstronautAbby @LGAairport @Microsoft @smithsonian @IntrepidMuseum @maejemison @NASA @chandraxray… https://t.co/ol0cruf8XY
49059                                                                                                                                                 @TomFitton @Google @WSJ Oh sure!!!!
49060                                        @garyvee @eBay I have to get up to speed on my brick-n-Brack! I’ve got too many old people around me selling this s… https://t.co/eUKFyhlUNp
49061                                                               Check out WOMENS PLUS DRESS 2X NEW DENIM EMBROIDERED 18 20 XXL BLUE JEAN TUNIC NWT FALL https://t.co/0nyR9n1IYu @eBay
49062                                                  RT @ohiomail: Everything Trump Touches Dies: A Republican Strategist Gets Real About the Wo... https://t.co/Enum0kGaPq via @amazon
49063                                                           Check out Samsung PCB Main Assembly For Dryer Model # DV45H7000EW/A2 OEM Parts #Samsung https://t.co/IWSr1OOsyZ via @eBay
49064                                                                      Check out CHICAGO BULLS SIX TIME NBA CHAMPIONS STEMMED GLASSES. Set of two.  https://t.co/06WNwpKfzI via @eBay
49065                                         RT @eaevans1990: Nearly 12 hours later plus going viral still no apology from @swissport think @Ryanair need new handlers xx flight FR3233…
49066                                                                                                                                                     @craigtimes @amazon They can’t.
49067                                        RT @verizon: iPhone XS has breakthrough 12MP dual-cameras. Get it on the network that lets you snap and share from more places. #iPhoneOnVe…
49068                                                                                                                                                                        @Apple Trash
49069                                        @NBCNightlyNews @McDonalds should keep the picture these guys made and put it up in the lobby of their corporate of… https://t.co/IXU8q0t6kk
49070                                             RT @Gurinproducts: Santamedical Generation 2 OLED Fingertip Pulse Oximeter Oximetry Blood Oxygen... https://t.co/Jw3og9JFZH via @amazon
49071                                                                                                                                                                  @Walmart Thank you
49072                                                             @Microsoft @AppleSupport @realDonaldTrump @AjitPaiFCC @AP @spacex   Here's a dump file hackers. https://t.co/dH3CjGCzec
49073                                               Check out Waist Cincher Corset Sz 32 Inches Waist White #WaistTraining #Corset #EndingSOON  #LaceUp https://t.co/1JRHH9V7yT via @eBay
49074                                         @Jayson1234567 @Reuters @ChuckGrassley @ChuckGrassley should be replaced on the committee if he has no backbone to… https://t.co/7v9grP9wRn
49075                                        @Harley_joey_168 @PayPal You don’t sound like you’re particularly concerned with addressing issues of police corrup… https://t.co/5GzEaCnJW9
49076                                                                                                 @antonioguterres @facebook What is the UN watched over Biafra genocide for decades?
49077                                                                                            RT @DebraMessing: Thank you @PayPal. @jack see how easy that is? https://t.co/pc9qMEZlmr
49078                                                                                                      @reeses @amazon Hallower REESE'S Pumpkins are the best. #Notsorry #Sweepstakes
49079                                                          Check out New York and Company Women's Black Dress Sleeveless Size Small #NewYorkCompany https://t.co/NSBfzL0PBe via @eBay
49080                                        RT @Legendvictory1: @Reuters It’s about time the facist nazi racist evil modi went for the sake of world peace. ROUTERS must investigate th…
49081                                                                             RT @Reuters: White House draft order directs probes into tech giants: Bloomberg https://t.co/EDmDuigvKe
49082                                                                                                                                   @netflix why is Suite Life on Deck not on Netflix
49083                                         RT @stephpcrogers: Hospital cafeteria food is disgusting so I chose @Starbucks that was in the hospital.  This is their Facon Biscuit. Aka…
49084                                        @amazon @amazonhelp You guys really need to start listening and DOING something. Your Amazon Logistics team sucks i… https://t.co/naSuIOzFhV
49085                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49086                                                                                      @Reuters If you need eye catching tshirt design please contact Fiverr: https://t.co/jAqwQrAzWk
49087                                                                                                                    RT @netflix: MARY POPPINS RETURNS (2018) https://t.co/B6cyk3m2Yl
49088                                                              @Apple @verizon thanks for the upgrade to the XS in Silver! Much better than my iPhone 8 Plus. https://t.co/QnT9kFJv4V
49089                                                           Check out #[FORTNITE] #GINGERBREAD #HALLOWEEN #EDITION #COSTUME RARE - NEW 2018 #Neevas https://t.co/maHvAg1VK3 via @eBay
49090                                         @facebook every 4 days I'm kicked out of my account and have to upload a picture to get back in. I have a business… https://t.co/fF9zlolKw7
49091                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49092                                                                                                         @reeses @amazon King size original in the freezer 😍 #NotSorry #Sweepstakes
49093                                                                                                               @CurtisDasch @Starbucks dude honestly same lol. that shit was awesome
49094                                        @UPS store in Rosemead has earned my respect as a business. Just had Mike N helping me and couldn’t have had a more… https://t.co/9JQ1WPN4Am
49095                                                                                                                      Check out my listing @eBay - https://t.co/UuM0kpfTc6 via @eBay
49096                                                         Check out 2008 Spin Master Yo Gabba Gabba D-luxe Drivin Friends Foofa Figure Loose Nice!  https://t.co/tdF6Vqi73u via @eBay
49097                                        RT @eBayROCteam: JJ Noah’s Ark Vintage Brooch With Animal Charms Collectible #JJ https://t.co/1AsaBswN5g via @eBay @SEWMUCHFUN2 #ebayroctea…
49098                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
49099                                          RT @therealautoblog: Getting in and out of the 2019 @BMW i8 Roadster is a little tricky... https://t.co/972aQKzT0l https://t.co/fbHD96xQbp
49100                                                                                                                                @DChhieu21 @Apple Gotta do it once in a while fam!!!
49101                                        RT @Reuters: China summons U.S. ambassador to protest sanctions over Russia military equipment https://t.co/1CjXY31ZKo https://t.co/BvkRum9…
49102                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49103                                                                                                                                                           @AmericanExpress Bike tf?
49104                                                                                                 RT @zeesewhappy2bme: Check out my listing @eBay - https://t.co/4ETDa9qn6i via @eBay
49105                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49106                                                               @Google should know better that I live in a shitty place and there is nothing to review here. https://t.co/B56OWRoXBy
49107                                                          Check out 1pc x Apple Hong Kong iTunes Gift Card $HK200 (FOR HONG KONG ACCOUNTS ONLY!!)  https://t.co/GvCddw83Yt via @eBay
49108                                        @McDonalds @McDonaldsCanada Your McDonald’s on Shelbourne is so disorganized. Breakfast menu still not changed at d… https://t.co/TiqLoULaXn
49109                                                                                                                     !!!!!!!!!! I HATE ASOS @ASOS @ASOS_HeretoHelp @ASOS_UK 🙃🙃🙃🙃
49110                                                                                                                                                 @DisFunko @UPS @Walmart Classic ups
49111                                            RT @ashthedon: Check out Rare And Limited Nike Air Presto Premium Size 8 https://t.co/fqBNLf5XkB @eBay #ebay #nike #sneakers #nikepresto
49112                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49113                                                       RT @Reuters: Hundreds of thousands without power in Ottawa after tornado hits https://t.co/4BYRobRwwn https://t.co/0T4aENX25v
49114                                                          Check out Designs For The Needle Christmas Lace Ornaments Counted Cross Stitch Lot Of 7  https://t.co/YM1WhlQXfS via @eBay
49115                                                          RT @Reuters: Iran's Khamenei blames Gulf states for military parade attack https://t.co/RYtlYZMOJw https://t.co/15wIkSqCph
49116                                                                           RT @Reuters: Mexico will seek deal with Canada if NAFTA talks fail: Lopez Obrador https://t.co/DUu1yZQxHa
49117                                                                             RT @allergictobeez: I wonder how much @Starbucks Holiday cups are going to offend people this year.....
49118                                                                        RT @Reuters: Survivor pulled from capsized Tanzanian ferry as death toll reaches 218 https://t.co/6qA3vH6dGk
49119                                                               RT @Reuters: Accuser of Supreme Court nominee Kavanaugh agrees to testify to Senate committee https://t.co/dBDyT49vLE
49120                                                                                                              Check out Decree Owl Earings #Decree https://t.co/kg938nvE30 via @eBay
49121                                                                                                                                              @pitikuss @Reuters Those are Tourists.
49122                                                                                                    Check out Faux Pearl Stretch Bracelet #Unknown https://t.co/PKzpeZAh1n via @eBay
49123                                                                                                           @reeses @amazon Reeses peanuts butter cups!! 😍😍  #Notsorry #Sweepstakes
49124                                                                              RT @Reuters: WATCH: Northern Lights display illuminates sky over Arctic Circle https://t.co/ru9IIdmxsQ
49125                                          RT @BtuflyBoutique: Check out Wall Mounted Hanging Garment Rack Folding Hooks Powder Coated Metal 23.6” Long https://t.co/1NuU7kBH3d @eBay
49126                                        RT @HospitalityTday: “Hotel chains that pay commission to @TripAdvisor for bookings now dominate search results on the website as the compa…
49127                                                                                                      @reeses @amazon Reese’s Peanut Butter is in my lineup!! #NotSorry #Sweepstakes
49128                                                        Check out Coleco Alien Productions 1987 Alf Crtoon 3 PVC Fgures Curtis  Augie Rick #Coleco https://t.co/yjRCKfMowL via @eBay
49129                                                               Check out Shonen Jump Magazine USA 2010-2012 *Last Issues Ever!* Naruto Dragonball  https://t.co/hFUhG0Q7Vg via @eBay
49130                                             MARILLION Front Row Club 2CD PC69 Bielefeld Germany 20/03/94 RARE FRC-030 AUCTIONS ENDING IN 24 HOURS https://t.co/4PA8D6ecKG via @eBay
49131                                                             Check out CLARKS #75030 Black Leather Lace-up Oxford Shoes Men's 11M #Clarks #Oxfords https://t.co/zp39it4oUy via @eBay
49132                                                                                                                                               @DisFunko @UPS @Walmart Sell to me :(
49133                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49134                                                                                      @_lipstickdaily_ @ASOS A sweet new lipstick &amp; make up brush 🙄🙄xx https://t.co/qWxoMO7q8s
49135                                                                      Check out TORI AMOS ‘RUSSIA’ LIMITED 3000 COPIES 12” LP SINGLE ORANGE VINYL NEW! https://t.co/LOdW6u4nQL @eBay
49136                                                              Check out Antique Tintype Photo Young Girl Different Color Hands Standing By Plant Stand https://t.co/I5bA4JCGXP @eBay
49137                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
49138                                        RT @CarterLAuthor: Got a #kindle or #KindleUnlimited subscription? An @AmazonUK or @amazon  voucher? Why not download The Best Revenge? A p…
49139                                                   Hi @Apple! Please watch the @BaronAndToluca promo and find out if 🍏 or 🍌 are mentioned. BTW... pick up… https://t.co/70DbCIpGVt
49140                                        @randomname7700 @Reuters It's not a 1000 year old feud.  It's a combination of our unconditional support for racist… https://t.co/mWyWhGfCkG
49141                                                                                                @reeses @amazon Resses cups are on the top of my list @Amazon #NotSorry #Sweepstakes
49142                                                                                                                                                  @netflix we need goodfellas back g
49143                                                                                                                      Check out my listing @eBay - https://t.co/a5jev2Qy3d via @eBay
49144                                     @netflix Why don't you add Drake &amp; Josh to Netflix. Please? The thing I've been doing is jerking to gay furry porn… https://t.co/0EaSIT0WDU
49145                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
49146                                                                                                    RT @niathelight: I need Love Jones and more 90’s classics on @netflix please. 💕
49147                                      Time to cancel @SkyUK 😂😂 @comcast will make us pay stupid amounts and drop a serious amount of content. Probably wo… https://t.co/Xtigq0odKn
49148                                                    Check out Fiberglass Repair Kit Resin Filler Bondo Auto Body Hardener Tub Boat Boats Etc   #3M https://t.co/I1qR8PdTP9 via @eBay
49149                                                                   Check out Never Give Up John Cena Boy’s Jacket Size L 10/12  Hustle Loyalty Respect https://t.co/q8dWaeDDSt @eBay
49150                                                                                                                           @reeses @amazon King Size Reeses.  #NotSorry #Sweepstakes
49151                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
49152                                                                                            RT @DebraMessing: Thank you @PayPal. @jack see how easy that is? https://t.co/pc9qMEZlmr
49153                                        RT @TomFitton: The breaking news that @Google employees conspired to try to twist search results to oppose @realDonaldTrump policies is fur…
49154                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
49155                                                                                                                                             @TheHalimaB @Nike Nike is doing it all.
49156                                                                                                 Can’t wait for whatever commercial @Nike has up their sleeve when Tiger wins again.
49157                                                                                                                             @_JGarrett15 @TMobile I never knew who you were with ..
49158                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49159                                                           RT @herbalgirl98: Check out 4.5” Heavy Glass Clear With Various Color Confetti Pipe w/ Carb https://t.co/7JsKj7FGlT @eBay
49160                                                                                                         @1606_chris @Juanchivas924 @Nike Me??? Have you seen yourself😍😍\U{01f929}
49161                                                                                                                      Check out my listing @eBay - https://t.co/JC8KVLYA1O via @eBay
49162                                                                               Check out #TomSwift in the Race to the #Moon by Victor Appleton II  https://t.co/aho1BslIzS via @eBay
49163                                        @bargyle1997 @Reuters Ummm...I’m the one quoting history.  You on the other hand deflect.  I’m 57....I remember the… https://t.co/B91Z70L3SC
49164                                        RT @DeliciouslySavv: Family Movie Night Is Made Extra Special With The @Walmart Exclusive Limited-Edition Blu-ray Funko Gift Set Of Jurassi…
49165                                                                                            RT @DebraMessing: Thank you @PayPal. @jack see how easy that is? https://t.co/pc9qMEZlmr
49166                                                 Giants legend Tiki Barber @beckett_authent authenticated #autographed photo ending soon on our @eBay store… https://t.co/uE1SuHEBDH
49167                                                                             RT @allergictobeez: I wonder how much @Starbucks Holiday cups are going to offend people this year.....
49168                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49169                                        RT @Justiscarter3: who cares to be spoiled with daily allowance .. daddy is here to spoil you @WellsFargo @BECU @golden1cu @SuncoastCU @Sud…
49170                                                RT @Reuters: Survivor pulled from capsized Tanzanian ferry as death toll reaches 207 https://t.co/71cBnmqSe0 https://t.co/2QjX5nmHSD
49171                                        RT @MillieCordelia: @Gotham @warnerbrostv @GothamTVWriters @WarnerBrosEnt @netflix Happy Birthday to Gotham! #ThankYouGotham for four seaso…
49172                                                Check out Eileen Fisher Organic Cotton Knit Top Womens Size Black 3/4 Sleeve Scoop Stretch #TShirt https://t.co/QSuWxLvwfk via @eBay
49173                                                                                                         Check out Gears of War 4 Xbox One [Used]  https://t.co/0SpA9QI3V5 via @eBay
49174                                         RT @DCfam16: I wanna wake up #SaturdayMorning and watch Justice League and my day is filled with happiness when @wbpictures @ATT @DCComics…
49175                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49176                                                                        Check out Mirage 5-piece LED Candles The Look of a Real Flame - Sale ends 9/30 https://t.co/aYBcf9SGdR @eBay
49177                                                     RT @Reuters: Iran's Khamenei blames Gulf Arab states for military parade attack https://t.co/r5wW1d1xMS https://t.co/1QwcpE9p36
49178                                                       Check out Men's Nike Walk Rolling Rail Air Impel #Walking #Sneakers Sz 10 307881 111  #Nike https://t.co/YTUvDhAfRZ via @eBay
49179                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49180                                                   RT @Billy1161: Check out #Retro #Konstantino Openwork #Sterling &amp; #18kGold #Bracelet W/ #Stones https://t.co/oKPvC33apQ @eBay
49181                                                                                                                                                          @paige33897912 @Apple Sure
49182                                                             @easyJet Has the flight from Kos to Glasgow departed yet? Meant to be picking someone up from Glasgow but it’s delayed?
49183                                                                       RT @KandiRider: @Google Turns Evil In Willingness To Collude With #China’s Repression https://t.co/gSDRjaOYg7
49184                                         RT @eaevans1990: Nearly 12 hours later plus going viral still no apology from @swissport think @Ryanair need new handlers xx flight FR3233…
49185                                                                       @GeraldSwindle @Toyota You have been and always be the champ to me. Y’all are so awesome. Hold your head high
49186                                                       Check out Solid Wood Adjustable Pet Gate Free Standing Indoor Playpen Dog Safety Fence New  https://t.co/Ye8zCuI8fp via @eBay
49187                                    Racist propaganda by the @NRA is funded by @blackrock @Vanguard_Group &amp; it's people's hard-earned money being stole… https://t.co/h8DafQDPGC
49188                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49189                                         RT @Castlevania: I used my speaker magic to convince @netflix to let me show you the full snow fight scene! I made a monster explode. From…
49190                                                                       VTG 925 Sterling Silver David Anderson Norway Blue Enamel Clip On Earrings  https://t.co/aSXNWgBmpp via @eBay
49191                                            RT @mook1971: Yo! Check out Howard Miller Germany Anniversary Quartz Clock Model 612-455 #HowardMiller https://t.co/7mzkXUQ49u via @eBay
49192                                                                  RT @Reuters: Gigi Hadid sashays down the runway for Alberta Ferretti at Milan Fashion Week https://t.co/W6MywJ0Wyy
49193                            RT @MikeQuindazzi: #AI-powered microscope detects cancer with the help of #AR &gt;&gt; @Google via @MikeQuindazzi &gt;&gt; #AI #DeepLearning #HealthTec…
49194                                                   Check out 41pc ONEIDA~ ANDRINA~ Stainless Steel  Excellent GLOSSY CONDITION. Disc. 2016 #ONEIDA https://t.co/DCLc8PbYIu via @eBay
49195                                                                                                       @verizon how are the back orders coming along? Think 10/10 can become 9/28???
49196                                                     Check out Boyds Bears Christmas tree topper Santa Angel Halo Alina Bear retired w/tags #Boyds https://t.co/pWypSGdt7E via @eBay
49197                                    RT @IlsonBeer: Can you tell I went to @Tesco today? @thornbridge @fourpurebrewing Collab Fresa 4.8 Strawberry &amp; Vanilla IPA. Vanilla on the…
49198                                        @SamesCarolyn @Roland_Brice @manairport @razza699 @Ryanair I stopped flying with them a long time ago. I’d rather p… https://t.co/9a4n9AHMbZ
49199                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
49200                                                                                               @parscale @Apple @facebook @Google @Twitter Let’s try that on fox news first scumbag!
49201                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49202                                                   Tweeted for OldBaloo: Love Your Assets by Sara Blakely Spanx 1 Piece Swimsuit  Size S #OnePiece https://t.co/GtRU8ZGz36 via @eBay
49203                                        @parscale @Apple @facebook @Google @Twitter Do journalists take an oath? That they should only print and speak posi… https://t.co/q3h3tK2PB0
49204                                        RT @MillieCordelia: #ThankYouGotham  @Gotham @warnerbrostv @GothamTVWriters @WarnerBrosEnt @netflix Happy Birthday to Gotham! #GothamIsBril…
49205                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49206                                        RT @camelbroccoli: @verizon Except my network IS holding me back since I've had this phone for the past 20 hours and I still can't get it p…
49207                                                           Lord Halcombe (Ravendale Series Book 2) by Peyton Meri https://t.co/Kt5ifSFeyl via @amazon #Historical #Medieval #Romance
49208                                                                                     RT @Reuters: Gang of puppies steals the show at Chilean military parade https://t.co/8FFMLQmQ6v
49209                                         RT @H7shahreeshgh6: @Reuters @thehill @RadioFarda_ @restartleader @SecPompeo @netanyahu @FoxNews @washingtonpost @nytimes @nypost @CBSNews…
49210                                                       Check out 4 Blue Tucker Housewares Divided Trays Camping Kids Lunch Cafeteria #0146-1 Used  https://t.co/rGCDsye5e7 via @eBay
49211                                        RT @glitteryslipper: @Shell #driversclub I've come to the conclusion that all these 'spend so much' to receive bonus points you have to wat…
49212                                                                                                Thank you @BankofAmerica we are grateful for all your terrrific support of @mtwyouth
49213                                                                                               RT @EkseJosh: Ay shoutout to @Nike for the feature 🖖🏼🖖🏼🌸 https://t.co/on9tWE4uM1
49214                                                           Give life to the show that gives us life....we need to see King Liam! #loyals #longlivetheroyals @trendtheroyals @netflix
49215                                                                        RT @Reuters: Puppies steal the show at Chile's annual military parade via @ReutersTV https://t.co/URny4dzgtk
49216                                                     Check out SIZE 4~ Etcetera Skirt Freeform Paint Stripe Front Slit Knee Length Skirt #Etcetera https://t.co/X01J9Q7zx1 via @eBay
49217                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49218                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49219                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49220                                                                 RT @Reuters: Sophia Sanchez talks about her second chance at life and her new famous friend https://t.co/VxHS4tnF1T
49221                                                                        RT @Reuters: Puppies steal the show at Chile's annual military parade via @ReutersTV https://t.co/URny4dzgtk
49222                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49223                                        RT @SonyaOldsSom: Meet @verizon Corporate Services #GeneralCounsel Michelle Ifill @MyMIHCA #MIHCAConference2018 Nov 1-2 in Atlanta! #inhous…
49224                                                                                                                      Check out my listing @eBay - https://t.co/ElAOVU5Rhc via @eBay
49225                                                                                                                      Check out my listing @eBay - https://t.co/jjGiSfSYbk via @eBay
49226                                                                                                                                    Let us change the color of our flashlight @Apple
49227                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49228                                        @Its_Manders @netflix Might be time for another rerun. It's been a while for me tbh. I always associate it with win… https://t.co/HTXPEgXIpr
49229                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49230                                                                                                                                            @netflix please? https://t.co/0M3jfSdLQk
49231                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49232                                        RT @thecoolfinds: We are finally home. Storm is over. Shipping will be delayed but @eBay store and postmark closer open. Links are in my bi…
49233                                                                                                  I just bought: 'Swimming (Vinyl)' ~ Mac Miller via @amazon https://t.co/lHEOz0vmsQ
49234                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49235                                                            @DebraMessing @PayPal @jack Does anyone else think the headline make it seem like PayPal doesn’t know why it banned him?
49236                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49237                                                           Check out 2018 Panini XR Marcus Mariota Derrick Henry Davis Laundry Tag Nike PATCH 1/1  https://t.co/btVEMiaMx1 via @eBay
49238                                                                                                                      Check out my listing @eBay - https://t.co/BASbZxdZRb via @eBay
49239                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49240                                                                                                                                                         @Davidnj__ @netflix Yes plz
49241                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49242                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49243                                                                                           Check out my listing @eBay - https://t.co/8z3WmrYvpS via @eBay there’s lots more to come!
49244                                          @stephcaldwell_ @Starbucks That sucks! I just had one of the newbies at my local one come at me crazy cuz I made a mistake like bro chill.
49245                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49246                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49247                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49248                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49249                                                                                                            @OliverMcGee @realDonaldTrump @facebook @Google @WhiteHouse @POTUS Amen!
49250                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
49251                                                Check out George Women' s Top Slinky Stretch Black &amp; Pink Polka Dot Blouse Size M 8/10 #Blouse https://t.co/wrCKXorMN9 via @eBay
49252                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49253                                        @SuisseFlughafen @Nite4art @tazisalady @PayPal @AskPayPal Clearly I didn’t receive what I envisioned and at the end… https://t.co/tpGm4qs1hC
49254                                         RT @BethPaintings: Check out FOSSIL Black  Genuine  Leather Hand Bag Tote Baguette Small #Fossil #Handbag https://t.co/Ii6r9RGJ8T via @eBay
49255                                                                         Check out  1650 WATT TRAVEL STEP DOWN AC VOLTAGE CONVERTER ADAPTER 220 TO 110 https://t.co/csW9oDBh7s @eBay
49256                                                                                                             @parscale @Apple @facebook @Google @Twitter The MSM is useless for news
49257                                                       RT @Reuters: Hundreds of thousands without power in Ottawa after tornado hits https://t.co/N4wwaqQbe5 https://t.co/J943pbyl0b
49258                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49259                                             RT @MatthewACherry: What a life. Great job @iamrashidajones. #Quincy now streaming on @netflix @strongblacklead https://t.co/EzwFypyUeA
49260                                                       Check out Faded Glory Girls Pull Over Warm Fleece Top Pink Size 10/12 #FadedGlory #Everyday https://t.co/sS1b2wYOdq via @eBay
49261                                                                                                                   @dawnerscott @netflix Just got done with season 2. It was amazing
49262                                                                                       @OliverMcGee @realDonaldTrump @facebook @Google @WhiteHouse @POTUS Whoops. They went too far.
49263                                                         RT @TMobile: Text FLORENCE to 90999 to donate $10 to the American Red Cross for Hurricane Florence disaster relief efforts.
49264                                                                                    @HollieJoyJoy @netflix This should've been Rachel at the end of Friends! https://t.co/2kVknYAR44
49265                                        @Asylumjerk666 @verizon I work hard for my money I don’t mind spending it on things I want. Also I pay half of it a… https://t.co/xSiyCItA2M
49266                                        @McDonalds I get a check for disability I AM GOING TO FIND A JOB READING FOR A LIVING ^.^ its my passion I love edu… https://t.co/m8ALmzDzsU
49267                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49268                                                                                                                                 Is @Walmart going to troll Tennessee again tonight?
49269                                                                                                                                                           @SocialBflyMag @Visa fall
49270                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49271                                        RT @GoldmanSachs: PODCAST: “We have recovering growth in Europe and we have a consumer that feels pretty good across the globe.” – Marc Nac…
49272                                                 Check out Mens George Marcus 2 Oxfords Dress Lace Up Black Faux Leather Shoes 11 #George #Oxfords https://t.co/O6YCBEzhMQ via @eBay
49273                                        RT @Reuters: Accuser of Supreme Court nominee Kavanaugh agrees to testify to Senate committee https://t.co/THHI7VyLP0 https://t.co/nBoAmSZr…
49274                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49275                                                    Check out Southern Expressions Scoop Neck Tank Top Orange Solid Cotton Women's Size M #TankTop https://t.co/XEumFnORcF via @eBay
49276                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49277                                        @Radioactive3D @Google I can imagine then that allowing it to be customized would help. Also would be great for any… https://t.co/thASrlimbF
49278                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49279                                                                                                                                        @staffmoree @netflix @QueerEye What the fuck
49280                                        RT @Jillibean557: Watch as @Google CEO breaks down in tears after @HillaryClinton loses to @realDonaldTrump Google is o biased it’s sickeni…
49281                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49282                                                                                                          RT @netflix: @taywildbruh Love the passion but that’s photoshopped. Sorry!
49283                                        RT @BillFlemTo: @DesignationSix @FoxNews @CocaCola @oscarmayer @PetSmart @Chewy @Bounty @MyCascade @Charmin @Crest @DawnDish @Downy @Febrez…
49284                                                                                                          RT @netflix: @taywildbruh Love the passion but that’s photoshopped. Sorry!
49285                                                                                          RT @Reuters: May vows to hold nerve after Brexit talks hit impasse https://t.co/tAgNKfmSy1
49286                                        @adidashockey @NHLFlames @NHL @adidas @adidasCA Would have loved 2 have seen this Jersey in black with the exact sa… https://t.co/sTTIThiTGo
49287                                              RT @kris_degioia: @netflix I would like the time I spent out of my life watching the worse show in the world @blackmirror #timeismoney
49288                                                                                            RT @DebraMessing: Thank you @PayPal. @jack see how easy that is? https://t.co/pc9qMEZlmr
49289                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49290                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49291                                                    Check out New WT Audrey &amp; Grace Sz 1X Red Cardigan Sweater &amp; Tank Top Set #AudreyGrace https://t.co/Gj014R7I5g via @eBay
49292                                        RT @CliffShep: @Jillibean557 @Google @HillaryClinton @realDonaldTrump Do people even realize that Google interfering with search results to…
49293                                                          @90snostalgia2 @ueysalexs @debbiesykes9 @CBSTweet @CBS Cause you called her tmz queen or whatever idk this started somehow
49294                                                                                                                               @Reuters This is not Too news... Stop putting her on.
49295                                                                                                       @EvelDick @facebook You’re telling me Evel Dick doesn’t like getting poked???
49296                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49297                                        RT @Jillibean557: Watch as @Google CEO breaks down in tears after @HillaryClinton loses to @realDonaldTrump Google is o biased it’s sickeni…
49298                                                        Check out FALCON ENGLISH CHINA STAFFORDSHIRE SONGBIRD MORNING GLORIES ENAMEL TRINKET BOX   https://t.co/J75Md36jY6 via @eBay
49299                                                                                                          RT @netflix: @taywildbruh Love the passion but that’s photoshopped. Sorry!
49300                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49301                                        RT @Reuters: On The Case podcast: Trump’s sustained efforts to exert control over his attorney general may be unprecedented. @NYLawSchool p…
49302                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49303                                         RT @BumbletweetsLLC: Check out Vintage The Charade Game 1985 Brand NEW Board Game Party game  https://t.co/dYJZAVe6kv via @eBay #GameNight…
49304                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
49305                                             RT @MatthewACherry: What a life. Great job @iamrashidajones. #Quincy now streaming on @netflix @strongblacklead https://t.co/EzwFypyUeA
49306                                        RT @SenWarren: 2017: @WellsFargo CEO Tim Sloan tells me I'm “using math inappropriately” when I say he'll need to fire 20k employees to mee…
49307                                                                                                                            @netflix When will we get s3 of sin senos si hay paraiso
49308                                        RT @Reuters: ICYMI: A change in plans: Chinese billionaire Jack Ma pulls the plug on his promise to create one million U.S. jobs due to U.S…
49309                                                  Alright @BankofAmerica keep playing with my money if you want to you. OMM y’all gonna get fried up and served \U{01f92c}\U{01f92c}
49310                                                                                                          RT @netflix: @c_toro5 Love the passion but that DM is photoshopped. Sorry!
49311                                                                                                                                            @Nike need to cut her a check 👏🏽👏🏽😂
49312                                                                                                @kristiexxlovee @Apple and it was all cuz the update or was the phone just fucked up
49313                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49314                                                            @TMobile @Ludacris How about you ROLLOUT a surprise building of a few more cell towers to deal with all your cover gaps.
49315                                        RT @BiologistDan: Timothy Norris was selling illegal coats made from Endangered #leopard on @eBay. He was caught. He was found guilty. He o…
49316                                        RT @Jillibean557: Watch as @Google CEO breaks down in tears after @HillaryClinton loses to @realDonaldTrump Google is o biased it’s sickeni…
49317                                        @Superseanics415 @DeniseGabbard @Twitter @facebook @LinkedIn @POTUS @senjudiciary Ummm...check court records. Kavan… https://t.co/uY8DuDzFJf
49318                                                         Check out Alpha Flight Comic Issue 2 Modern Age First Print 2011 Van Lente Pak Eaglesham  https://t.co/ssRZXhtkkR via @eBay
49319                                                                                RT @Reuters: Trump lawyer Giuliani says Iran's government will be overthrown https://t.co/uXlKx4vXKE
49320                                                                                Check out Vintage Ronson Wooden Shoe Shine Box &amp; Accessories   https://t.co/02F4E8Lzd0 via @eBay
49321                                        RT @Jillibean557: Watch as @Google CEO breaks down in tears after @HillaryClinton loses to @realDonaldTrump Google is o biased it’s sickeni…
49322                                    RT @Jaymaismagical: @netflix @pinkinthenight_ How about laughing your ass off because #JaymaMays is so good in Trial &amp; Error! You seriously…
49323                                                                    RT @Eliseodegard2: @Walmart thanks for the bug that came out of my milk carton today!!!! https://t.co/GUcAKvv2U3
49324                                                  Check out Plush Bear in a Hand Crocheted Red Dress and Cap #ChristmasBearhttps://ebay.us/zXQpu7 via @eBay #Crochet #Bear #RedDress
49325                                        RT @Disney: An in-tents look at glamping in Pandora – The World of Avatar at @WaltDisneyWorld Resort: https://t.co/8QWZUpFVeC https://t.co/…
49326                                       RT @MagnumPICBS: Say aloha to #MagnumPI! 🤙 We're only 2 days away from the series premiere on Monday at 9/8c on @CBS! https://t.co/X9n3lm8K…
49327                                                                                                                           @Yahoo forgiving hell they still blame whites for slavery
49328                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49329                                                 RT @SaraJayXXX: If you want to Surprise me 🎁 check out my #WishList 👉 https://t.co/vzjpNZ7TKY via @amazon https://t.co/1jaW464woD
49330                                           Check out MENS CROFT &amp; BARROW CARGO SHORTS BIG &amp; TALL SIZE: 46 ELASTIC WAIST LIGHT KHAKI #Cargo https://t.co/ChaCkRHdqa via @eBay
49331                                                                                                                                             @netflix dweebs https://t.co/KTxLMvVOFB
49332                                                       Check out ST JOHNS BAY Mens Sueded Jersey Brand New with Tags Size Medium 100% Cotton Long  https://t.co/1URkkTbvnu via @eBay
49333                                                                                                                                                        @amazon you really messed up
49334                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
49335                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
49336                                        RT @EvanAG21: @zhao_dao_le @Apple Look towards Google. Apple is all about money not innovation. Unless you think dongles and rose phones ar…
49337                                                                                                                                                  @ABitburger @ABC @ATT Exactly! Lol
49338                                        RT @Jillibean557: Watch as @Google CEO breaks down in tears after @HillaryClinton loses to @realDonaldTrump Google is o biased it’s sickeni…
49339                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
49340                                                                                     Check out Lauren James Oklahoma Red OU Shorties Shorts Size S NWT https://t.co/hpmIyApwuF @eBay
49341                                                                Jesus Among Other Gods: The Absolute Claims of the Christian Message by Ravi ... https://t.co/u2Jn1dM8Qm via @amazon
49342                                                                                                         High moment of the night; wondering why @Google doesn't do real estate yet.
49343                                        RT @Reuters: ICYMI: @Breakingviews sat down with former Trump aide Gary Cohn to discuss the 10-year anniversary of the financial crisis and…
49344                                                                                RT @Reuters: Trump lawyer Giuliani says Iran's government will be overthrown https://t.co/uXlKx4vXKE
49345                                                              @reeses @amazon @reeses my absolute favorite Reese's product are White Chocolate Reese's Cups!! #NotSorry #Sweepstakes
49346                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49347                                                                    RT @IBM: How do antelope help protect endangered rhino from poachers? IoT and IBM Cloud. https://t.co/Nvnit1qiVj
49348                                       @Google employee refers to @realDonaldTrump’s victory as a “hiccup in histories arch towards progress”...😂 They als… https://t.co/CLR4E7AgQG
49349                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49350                                        RT @BiologistDan: Timothy Norris was selling illegal coats made from Endangered #leopard on @eBay. He was caught. He was found guilty. He o…
49351                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49352                                                                                                                @annecurtissmith @jameeblakee @netflix The kissing booth is corny 😂
49353                                        RT @gregorymbryant: AI Issue 2 from @Forbes and @intel -- a great read about the potential of deploying #AI in IOT devices. https://t.co/dw…
49354                                                 Check out Show Patriotic Pride - Eagle Soaring Baseball Cap - Adjustable Closure - New #Unbranded https://t.co/nD6NeHMD4e via @eBay
49355                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49356                                                         Check out Atlas Comic Issue 1 Limited The Heroic Age Variant Modern Age First Print 2010  https://t.co/lICCvsTjfq via @eBay
49357                                        Watching the new documentary about @QuincyDJones on @netflix - outstanding. I’ve listened to his music literally my… https://t.co/ANt21C6U8v
49358                                                                     Check out HUGO BOSS James 3 Trim Fit Wool Black Blazer JACKET SPORT COAT 46L $495 https://t.co/d33WBNWSDT @eBay
49359                                                          Check out Belleville Boots Military Combat Tan Size 14 New In Box  #Belleville #Military https://t.co/Z2GZO55do9 via @eBay
49360                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49361                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49362                                                                                                 Check out Blink-182: Tales from Beneath Your Mom  https://t.co/dqCmdA8dfc via @eBay
49363                                                  RT @Reuters: China cancels military talks with U.S. in protest at sanctions over Russia military equipment https://t.co/3QNluOAObw
49364                                              RT @eBayfriends: Check out Vintage Floral Flower Rhinestones Gold Tone Brooch Pin Jewelry  #Unsigned https://t.co/xtZGBEBwGX via @eBay
49365                                        RT @StevenCanals: Need a recommendation for this weekend? Watch #Quincy on @netflix! A beautiful doc by @iamrashidajones about her incredib…
49366                                                      Check out 1974 Topps #210 Bob Trumpy Cincinnati Bengals NFL Football Card #CincinnatiBengals https://t.co/BExhkzneQ9 via @eBay
49367                                                                                                          RT @netflix: @c_toro5 Love the passion but that DM is photoshopped. Sorry!
49368                                                              Check out iMac 27 inch 3.1 GHz Core i5-2400 (Mid-2011)-NOT WORKING- FOR PARTS OR REPAIR- https://t.co/G6RjOwuUSQ @eBay
49369                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49370                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49371                                                   RT @debsuniqueshop: 😍😘\U{01f970}#Mens  Zip Front Pull Over Izod Sports Flex 2XLT #IZOD #12Zip https://t.co/A9wP5Buahm via @eBay
49372                                                   Check out The Oz Principle : Getting Results Through Individual and Organizational... #Textbook https://t.co/nSC3BnWRWw via @eBay
49373                                                                                                          RT @netflix: @taywildbruh Love the passion but that’s photoshopped. Sorry!
49374                                        @paulnevison @AppleMusic @Apple @Spotify It hurts even more to see this artist's rejected proposal for a revamped U… https://t.co/XliKsDERJc
49375                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49376                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49377                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
49378                                        RT @KoltCodner: Join us at the @CCBCedu location during @KDKA #STEMfest at Robinson Mall! We’re over by the @Starbucks ! https://t.co/Ctu9l…
49379                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49380                                         @Google CEO @HillaryClinton  @realDonaldTrump Google is so biased it’s sickening!  What's te matter GOOGLEPunkin'?… https://t.co/wHTt8Y1S0v
49381                                                     Check out UNDER ARMOUR STORM Men's XL Hoodie Flaming Red Loose Mint NWOT #UnderArmour #Hoodie https://t.co/3HbAA9LxRi via @eBay
49382                                                    Check out womens royal blue crystal rose stud earrings 2cm silver plated lever back #Unbranded https://t.co/7yhxzsiAKV via @eBay
49383                                                                                                                      Check out my listing @eBay - https://t.co/z94ftACG84 via @eBay
49384                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49385                                        Thank you @Google @googlewmc @JohnMu Gary @methode and the staff for the amazing first  #googledance Zürich and the… https://t.co/Zz7pXXjvEG
49386                                         RT @PBMMythBuster: @townhallla @CVSHealth They caused it!!!! Don't let them act like they have the answers!  THEY CAUSED THE CONFUSION AND…
49387                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49388                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49389                                                                Hot!! #Women's Print Tee #Sleepwear and #Shorts #Nightgown #Pajama Set  #sleepSets https://t.co/ozj2x5eyj2 via @eBay
49390                                                                 RT @CARandDRIVER: Here's everything we know about the 2019 @BMW Z4: https://t.co/QfXiUX4TSL https://t.co/kbFs9zWwm3
49391                                        RT @midler_helen: Check out The Kellogg's Cookbook 1978 Go Beyond the Cereal Bowl Cooking Baking Vintage   https://t.co/LS8aLdlgq4 via @eBay
49392                                                                                                                                          @netflix can we get The Game on Netflix 🤔
49393                                                                                                                                                          Hey #ios12 @Apple you suck
49394                                        Check out San-X Buru Buru dog shitajiki pencil board NEW Japan  #Disney https://t.co/DNtaBBZ9oW via @eBay Follow us… https://t.co/YJz3frp863
49395                                                         Thank You @Apple &amp; @AppleSupport “for saving my *iPhone 6S’s life.” The battery swap gave my phone a new lease on life.
49396                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49397                                        Watching #Quincy documentary on @netflix and I’m glad i did. Inspiring and informative. You forget that he composed… https://t.co/ymfL0j5TiP
49398                                         RT @w_terrence: I might sue  @facebook  because of this notification. They said people haven’t heard from me in a while and I know because…
49399                                         RT @w_terrence: I might sue  @facebook  because of this notification. They said people haven’t heard from me in a while and I know because…
49400                                                                                             @topjibrone @WhatTheFFacts @Samsung Don’t let the facts get in the way of a good story.
49401                                                                                                                                                    Put Drake &amp; Josh on @netflix
49402                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49403                                        RT @Reuters: China cancels military talks with U.S. in protest at sanctions over Russia military equipment https://t.co/9Wer5rZNhs https://…
49404                                                  Check out New Leg Avenue Shoe Collection Anna LA 426 knee high platform boots size 10 #LegAvenue https://t.co/OFbdshzQAk via @eBay
49405                                                                                                                                 @rial_rocks @Maggieb1B @PayPal Already deleted mine
49406                                                     RT @Reuters: Iran's Khamenei blames Gulf Arab states for military parade attack https://t.co/jwJFBDqUr0 https://t.co/0WOL9AgvH3
49407                                                                                                           @kiara_jacquelin That’s what I’m saying @MTV @CBS @TLC @Bravotv hit me up
49408                                                                             RT @Reuters: Carolina communities race to beat dangerous flooding from Florence https://t.co/D84qwwOTF1
49409                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49410                                        RT @RavindraAmbekar: Dear @facebook can u enlighten us what’s ‘ Organic Reach issue resolved’ means. Our reach dropped from 4.9M to 3.1M in…
49411                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49412                                                  @MissShondaKay @Apple Same problem here!! I'm very unhappy with that seeing as I use Snapchat all the time. This needs to be fixed
49413                                        @nohoesdeltaco @annn1018 @zJrxl @c_toro5 @netflix Dude you really have nothing better to do than beg for an IG dm o… https://t.co/9Qj4c26ndb
49414                                        RT @Chadtronic: So apparently due to the high demand of the comic book @amazon has put all future orders on hold and has froze my seller ac…
49415                                                                                                                                                    @w_terrence @facebook Good luck!
49416                                        RT @Reuters: China cancels military talks with U.S. in protest at sanctions over Russia military equipment https://t.co/XsF4ZXGBRw https://…
49417                                                                                                  @daedalusleto @weirddoggies @Fred_Meyer @kroger I'm checking them out immediately.
49418                                                                                                                                     @XxxxAnkitxxxX @netflix “i want girls on bread”
49419                                                  Check out womens textured/smooth braid cuff bracelet 7 inch 925 sterling silver #Unbranded #Cuff https://t.co/ei68xoOU0Q via @eBay
49420                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
49421                                        RT @larbysamirouche: @GroupISOInc Weak very AND unsophisticated ILLEGAL ISO Merchant Services. What was your team thinking?  @Mastercard @V…
49422                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49423                                                                                RT @Reuters: Trump lawyer Giuliani says Iran's government will be overthrown https://t.co/uXlKx4vXKE
49424                                         RT @Notmypr32247405: @DesignationSix @bdsudek @FoxNews @CocaCola @oscarmayer @PetSmart @Chewy @Bounty @MyCascade @Charmin @Crest @DawnDish…
49425                                                                                                          RT @netflix: @c_toro5 Love the passion but that DM is photoshopped. Sorry!
49426                                                 RT @marceloclaure: I can never have too many #SprintYellow sneakers! @adidas #NMDR1 https://t.co/mT4mESpbHe https://t.co/NZzUMcZpyN
49427                                                                                                                      Check out my listing @eBay - https://t.co/9Y1wI5KrWy via @eBay
49428                                                        RT @Reuters: Trump lawyer Giuliani says Iran's government will be overthrown https://t.co/0fNe7Xa5Vm https://t.co/7IKLYT5keD
49429                                                                                                                                         @OhWho_OhLu @netflix I said the same thing!
49430                                         @BRichish2 @PayPal @Twitter Of course I see what’s happening. But there is no way to stop it. Any hope of stopping… https://t.co/LkkcdvHBCs
49431                                        RT @Reuters: China cancels military talks with U.S. in protest at sanctions over Russia military equipment https://t.co/XsF4ZXGBRw https://…
49432                                                       Check out Indian Designer Saree Blouse Sari Traditional All Festival Function Wear Apparel  https://t.co/9xp1WjW5n5 via @eBay
49433                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/ZG7DArv01I
49434                                                         Need a way to carry your festival swag? Swing by the @Toyota EXHIBIT LOVE tent for a commemorative… https://t.co/nkztpgrRDG
49435                                            Check out Croft &amp; Barrow Women's Medium Blouse Floral Purple Blue 3/4 Sleeves V-Neck Lined #Blouse https://t.co/fvTEbomsSk via @eBay
49436                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49437                                                                       RT @McDonalds: Our $1 Sandwich deal means serious savings. Only available on our App. https://t.co/cVVhNPkjj0
49438                                                                                                                                                  @Reuters How stupid can stupid get
49439                                        @McDonalds you might want to investigate this place restaurant #34815 3400 Sheridan drive takes me 30 mins to get m… https://t.co/FqddgBB9gh
49440                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49441                                                                                                          RT @netflix: @c_toro5 Love the passion but that DM is photoshopped. Sorry!
49442                                         @stvngrdy @slpng_giants @WholeFoods @amazon Good point. All we can do is try. At least people can be educated when… https://t.co/WtvXwNV8Od
49443                                        RT @Reuters: China cancels military talks with U.S. in protest at sanctions over Russia military equipment https://t.co/XsF4ZXGBRw https://…
49444                                                                              Check out Womens Danskin Now Gray Semi Fitted Athletic Work Out Pants XS https://t.co/02YxCXPJBi @eBay
49445                                                             Check out 1X 1996 MTG Hivis of the Scale Mirage Reserved List MINT #WizardsoftheCoast https://t.co/LxKzq1jGbc via @eBay
49446                                                              Check out Burt Reynolds Signed Dukes of Hazzard 11x17 Photo PSA/DNA COA Autograph Poster https://t.co/2w1EiwRz0E @eBay
49447                                        RT @IBM: What happens when you apply technology in new ways? Plastic Bank is using IBM Blockchain to turn trash into digital credits to hel…
49448                                                                                                          RT @netflix: @taywildbruh Love the passion but that’s photoshopped. Sorry!
49449                                                    Check out GEMMY FIRE &amp; ICE LED PROJECTION PURPLE/ORANGE Turning/Swirling LIGHT SHOW #Gemmy https://t.co/YnZCB0QIci via @eBay
49450                                                         Check out Vintage Antique Hunting Horn Ornamental Handmade Copper &amp; Brass Home Decor  https://t.co/0p3gvxVBGI via @eBay
49451                                        RT @JustinBarker77: https://t.co/BNJnuGMXiF So 1st October is the deadline for Skype to Teams for small customers. Wish @Microsoft would st…
49452                                                 Check out 100 Gillette Platinium &amp; Polsilver super iridium Double Edge Razor Blades #Gillette https://t.co/Mx8zBA4zSh via @eBay
49453                                        @Reuters Why would anyone care what Giuliani has to say about Iran?  Seriously. Even if he wasn't totally out to lu… https://t.co/8C1q9jqEhR
49454                                                     Check out Jessica Simpson Women's Crop Sweater Knit Top Fringe Pink NWOT Sz S #JessicaSimpson https://t.co/Z6y4bMGN1q via @eBay
49455                                                                                             @netflix We've all been waiting patiently for you to bring doctor who back why isn't it
49456                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49457                                        RT @Reuters: China cancels military talks with U.S. in protest at sanctions over Russia military equipment https://t.co/xaAMF7IjVz https://…
49458                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49459                                                                                                                      @yourholybuddy @McDonalds i wish i could also enjoy a mcflurry
49460                                                                      RT @SAP: SAP is helping Vectus make water available throughout the year to those who need it most. #TheBestRun
49461                                        RT @sandrayearman: Brother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/JZWIp01HQW … via @amazon #series #fantas…
49462                                                                                                                            @TrustedTexan @netflix Well thanks for breaking my heart
49463                                        RT @BiologistDan: Timothy Norris was selling illegal coats made from Endangered #leopard on @eBay. He was caught. He was found guilty. He o…
49464                                    RT @VishuJoshi61: @Reuters There are no rules &amp; regulations to handle #CrookedMindsetOfMedia which widened the scope of media to serve what…
49465                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49466                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49467                                                  RT @Reuters: China cancels military talks with U.S. in protest at sanctions over Russia military equipment https://t.co/3QNluOAObw
49468                                                                                       RT @Reuters: WATCH: Puppies steal the show at Chilean military parade https://t.co/F78IOlW8Ei
49469                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49470                                                                                    RT @Jaxson313: @MagnumPICBS @CBS Zero original ideas left...#NotMyMagnum https://t.co/iy4G3bnb0Y
49471                                                                                                                             @reeses @amazon cups of course!! #NotSorry #Sweepstakes
49472                                                Check out #Camping #travel Holiday #Heater Element #UK PLUG  #Boiler  For Hot Water Coffee #RONJIE https://t.co/2moKAPx9jH via @eBay
49473                                                                Silvergemking 14K White Gold Pl Side Stone Engagement Ring with 1.65 CT Round... https://t.co/LqLHsldobd via @amazon
49474                                                            Shinediamond Halo Engagement Ring 1.75 CTW Pear Cut Garnet &amp; White CZ Diamond... https://t.co/QvCuULCz6r via @amazon
49475                                                                                                                          Good to read about the powers of @facebook. Scary though..
49476                                        RT @AnitaWormely: @justsanaa @netflix @strongblacklead Love the short look. Cut my hair off 2 years after someone told me that a black woma…
49477                                                                                                            @Disney is racist. My kids will be watching African cartoons on youtube.
49478                                                                                       Check out 20mm/18mm Brown GENUINE Polished Stingray Watch Strap https://t.co/r1JYSdNU5J @eBay
49479                                                                                                          RT @netflix: @c_toro5 Love the passion but that DM is photoshopped. Sorry!
49480                                                              RT @ChaseHickey57: Hey @netflix anytime y’all would like to make a Third season of F is for Family that would be great
49481                                        RT @jaredctate: #Centralized big tech like @Apple @Google @Facebook @PayPal start here... then they come and censor the rest of us. Thankfu…
49482                                                    RT @LaurieLeighArt: @Fallen_Series @laurenkatebooks @Kevanvt @netflix @hulu @CBS @TheCW @AmazonStudios @paramountnet Yes please!
49483                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49484                                                                                          RT @Rhymestyle: Ima need that official verification first @netflix https://t.co/EVNrbXNsxv
49485                                                                        RT @Reuters: Puppies steal the show at Chile's annual military parade via @ReutersTV https://t.co/URny4dzgtk
49486                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49487                                        @Apple please my most used function is no longer working with this update .... Ability to have two apps opened at t… https://t.co/3A2v5xcG2r
49488                                                                                                                         @lolesports @riotgames @Mastercard Let see what the problem
49489                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49490                                                                                                                    @OTPDeckerstar @netflix YES ... BIG THANK YOU  #LuciferOnNetflix
49491                                                                                                                                               @netflix please put this show on 🙏🏻
49492                                                             RT @Reuters: Comcast outbids Fox with $40 billion winning offer for Sky https://t.co/vtDEuB3NyE https://t.co/F6eWk3WdZi
49493                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49494                                                                      RT @Reuters: Gang of puppies steals the show at Chilean military parade via @ReutersTV https://t.co/6lVQAWJM2e
49495                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49496                                                                                           Check out Cable jack audi vw seat skoda pour prise mdi  https://t.co/A3luxN8hKz via @eBay
49497                                                                                                 RT @netflix: If Jamey and Peter Kavinsky had a conversation https://t.co/Z9FkHzw2Js
49498                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49499                                        @NiaLong @sanaalathan @gabunion @netflix Y'all all seem I what done and what I can do. I'm difference now I got fix… https://t.co/BcZYafW6gr
49500                                                                      RT @Reuters: Gang of puppies steals the show at Chilean military parade via @ReutersTV https://t.co/6lVQAWJM2e
49501                                              RT @BMW: Harmonising futuristic technologies in a modern living space. The #BMW #VisioniNEXT. #MyFavoriteSpace https://t.co/PT0KU6Fmjy
49502                                              RT @BMW: Harmonising futuristic technologies in a modern living space. The #BMW #VisioniNEXT. #MyFavoriteSpace https://t.co/PT0KU6Fmjy
49503                                                          RT @Reuters: Woods on brink of breaking title drought at Tour Championship https://t.co/4ULSp9DbZn https://t.co/tdRhE3CCBl
49504                                                              @Tesco @chessgorilla I had the same thing yesterday and still waiting for @Tesco to get in touch.  Poor service!! 😡😡
49505                                        RT @NehaHaldar2: @VishuJoshi61 @imbrathod @Reuters Indeed most Media  news channels have sold themselves in the hands of Christian Agencies…
49506                                                        Check out NEW Nintendo 3DS Railroad Nippon! Rosen-tabi Jougesen Shuroku Double Pack JAPAN  https://t.co/AdwLH1POHJ via @eBay
49507                                        RT @BASF: “Climate protection is a key task for me” said CEO Martin Brudermüller during a meeting of the “Alliance of CEO Climate Leaders”.…
49508                                        @DesignationSix @FoxNews @CocaCola @oscarmayer @PetSmart @Chewy @Bounty @MyCascade @Charmin @Crest @DawnDish @Downy… https://t.co/1gstyCybAP
49509                                                                                                                      Check out my listing @eBay - https://t.co/2vOJebrfyf via @eBay
49510                                                                                                    RT @sepvanmarcke: Thanks @Ryanair \U{01f92c}\U{01f92f}🤢 https://t.co/U1FKOcTZb6
49511                                                 Check out Mobile Suit Gundam The OriginⅠ Blu-ray Disc Collector's Edition Limited Edition #BANDAI https://t.co/03EagTV2Ay via @eBay
49512                                             RT @sparky_town: Check out Lands End XL 18 size Sweater Pink Orange Drifter Womens Cotton Cable Heavy Top https://t.co/F8a0MDlL8g @eBay
49513                                        RT @SAP: SAP technology allows @elephantsrhinos (ERP) to monitor elephants and rhinos with drones and sensors to reduce poaching. https://t…
49514                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49515                                                                                                          RT @netflix: @taywildbruh Love the passion but that’s photoshopped. Sorry!
49516                                                                                                RT @nderitubooks: Africa on My Mind Alex Nderitu https://t.co/r7GMRZ1oEH via @amazon
49517                                                                                                                                              It will be exciting @Tesco #ZeroHunger
49518                                                                                                   THE BIG ESOTERIC ILLUSION by Wieslster Witold https://t.co/ZMinMzo6RL via @amazon
49519                                                       Check out KITCHEN MIXER EARRINGS - Pewter with Sterling Silver Ear Wires (or GP) STAND MIX  https://t.co/eNFHodnfPW via @eBay
49520                                        RT @Reuters: China cancels military talks with U.S. in protest at sanctions over Russia military equipment https://t.co/9Wer5rZNhs https://…
49521                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49522                                                                  Old Hand Made Traditional Persian Rugs Oriental Wool Cream Gabbeh Rug 150x107cm  https://t.co/6JqpgxiJ5Y via @eBay
49523                                                                Check out Girls Mittens Disney Frozen Characters Elsa &amp; Anna From George 4-8 years https://t.co/NJb0HHcty2 @eBay
49524                                          RT @Reuters: WATCH: China's Jack Ma reverses U.S. job plan due to trade war https://t.co/ag8ZtsnfYZ via @ReutersTV https://t.co/7qicY1uDpG
49525                                                                                                          RT @netflix: @c_toro5 Love the passion but that DM is photoshopped. Sorry!
49526                                        @eBay Stop Paying Monthly for Royalty Free Stock Footage by Leveraging our Brand New Biggest Searchable Stock Video… https://t.co/vqnhYAtv1r
49527                                        .@SAPoliceService Just witnessed @Caltexsa @Chevron #SeaPoint petrol attendant SIMON smack Cynthia his Mngr (of col… https://t.co/T6WVdAFWtf
49528                                                   RT @Reuters: Iran oil minister says hopes OPEC will not follow U.S. orders: SHANA https://t.co/Jp4Erci6hb https://t.co/dEtUmaZDky
49529                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49530                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49531                                                   RT @Reuters: Iran oil minister says hopes OPEC will not follow U.S. orders: SHANA https://t.co/Jp4Erci6hb https://t.co/dEtUmaZDky
49532                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49533                                         RT @ItCanWait: Just one glance can change everything when you’re behind the wheel. Join @ATT and take the pledge to never drive distracted…
49534                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49535                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49536                                                      RT @Reuters: Labour wants election if PM May can't get backing for Brexit deal https://t.co/jEIslfTbpP https://t.co/zK4can9Of1
49537                                                  RT @Geoff49940067: Check out LED ZEPPELIN 1976 Vinyl LP JAPAN ATLANTIC P-10125A + OBI NEAR MINT  https://t.co/GXp0RXY3wm via @eBay
49538                                        RT @MsMapisa: This film is so inspiring! I stand with @glblctzn and @HP to support girls and women as they follow their dreams. https://t.c…
49539                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49540                                                                                                                           @w_terrence @facebook #DeleteFacebook they sell your info
49541                                    RT @VishuJoshi61: @Reuters There are no rules &amp; regulations to handle #CrookedMindsetOfMedia which widened the scope of media to serve what…
49542                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49543                                                    RT @Reuters: Man who threatened Trump arrested in Ohio after three-month manhunt https://t.co/BBVxt5OciL https://t.co/9k5LTJjZZs
49544                                                          Check out Vintage Antique 0.95cts Pave Rose Cut Diamond Gemstone Silver Earring Jewelry  https://t.co/wIkCU9bUG1 via @eBay
49545                                                       Check out 1991 Gibraltar Gold Corgi Dog Coin NGC MS68 1/10 Oz CERTIFIED AUTHENTIC GUARANTY  https://t.co/zdC9ynC07r via @eBay
49546                                                                                                Check out Parrot Party Bedding #Signature #Parrots https://t.co/fnhxYAALQ1 via @eBay
49547                                                                                                                  RT @netflix: i dont know why we made this. https://t.co/ac2LbFcV0V
49548                                                         @tim_cook The iPhone XS makes wonderful pictures! @Apple has worked really well on it. Nice work 👏 https://t.co/5TLcnI3kcT
49549                                        @beINSPORTSUSA @miltonbernal @bombon1893 @ATT @ATTCares People @beINSPORTSUSA don't worry about us.let #directv bri… https://t.co/HKSl0ORlIO
49550                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
49551                                                                         Check out Letter S Light Rose Gold Print Floral Decor Polyester Cushion Cover https://t.co/ZtbnyZ2WDo @eBay
49552                                                                              Check out Vintage Ucago China Hand Painted Purple Floral Japan Boot  https://t.co/4YjtXFmyKR via @eBay
49553                                                                  RT @ESLArenaofValor: Shurko. He’s on fire. Believe in the 4K. 🔥🔥🔥🔥#ATTValorSeries @ATT https://t.co/ddGBavi8WJ
49554                                               RT @jazzyjunker54: Check out L. E. Smith Blue Moon and Stars Large Glass Canister NO Lid 10 Inches  https://t.co/8miEIkkOa8 via @eBay
49555                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49556                                                                                                                                                     @w_terrence @facebook Sue them!
49557                                                       Wow!  Check out Blue Lapis Lazuli 925 Silver Necklace And 980 Silver Ring Rare Collectible  https://t.co/srb0BihTNw via @eBay
49558                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49559                                                                                                                      Check out my listing @eBay - https://t.co/q2TSgu2mVG via @eBay
49560                                                                                                                                                          @Reuters ps: (I never lie)
49561                                        RT @BiologistDan: Timothy Norris was selling illegal coats made from Endangered #leopard on @eBay. He was caught. He was found guilty. He o…
49562                                                                                             @Apple All my old apples are now running slow.#Apple The money I spent was hard earned.
49563                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49564                                RT @RrEloisa: #SaveDeception look at trailer &amp; #PickupDeception @PrimeVideo @AmazonHelp @amazon so make press release soon &amp; @davidkwong  g…
49565                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49566                                         @mummsydoodle @HomeDepot Paul Ryan rec'd a lot of money from the owner of Home Depot. Maybe he could help you hold… https://t.co/OuMWiT2FTv
49567                                                                                                     RT @StephenKeesler: It is it is #SaveDeception @netflix https://t.co/HZJUROTboy
49568                                        RT @collectables66: See what I m up to on @eBay! View my profile to see my favourite finds and more: #stamps #coins #books #antiques https:…
49569                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49570                                                                         RT @Reuters: Iran Guards vow vengeance against military parade attackers: statement https://t.co/b3jCIcWv5Y
49571                                    RT @Decepti43701236: WE NEED AN ANOTHER SEASON OF @DeceptionABC OLEASE 🙏🏽🙏🏽 #SaveDeception #PickupDeception @NetflixLifee @netflix @Netflix…
49572                                                                      RT @Reuters: Gang of puppies steals the show at Chilean military parade via @ReutersTV https://t.co/6lVQAWJM2e
49573                                       RT @Joanna75004529: We need more of Jonathan Black 😍 #SaveDeception @netflix @AmazonStudios @PrimeVideo @hulu @NetflixLifee #PickUpDeceptio…
49574                                                  Check out Classic Flower Navy Blue Butterfly Burnout Velvet Fringe Jacket Coat Duster Long #Cape https://t.co/UCQ3yvjytw via @eBay
49575                                                       I also #LovePriceProtection. Start earning money back when prices drop using my link! @AppEarny @Citi https://t.co/b2nRjyhKm3
49576                                                               @alexlmayer @Google make platform capitalism pay their taxes and we can fund an independent internet curriculum @IPPR
49577                                                                                           RT @AnneMaljaars: @exxonmobil Put your money where your mouth is. https://t.co/wIFheMQHJ9
49578                                                                                                          RT @netflix: @c_toro5 Love the passion but that DM is photoshopped. Sorry!
49579                                                                                   Ra &amp; Dre boxset 1-5: A Thug Love Affair by Sa'id  Salaam  https://t.co/RLn6R6OBij via @amazon
49580                                                                                            RT @DebraMessing: Thank you @PayPal. @jack see how easy that is? https://t.co/pc9qMEZlmr
49581                                                                                                                              @Coldwar_Steve @eBay I can afford that cheetah thingy.
49582                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49583                                                    RT @ATT: Fostering an inclusive culture at work isn’t just good PR -- it’s key to a successful business. https://t.co/lvRIXSwFId
49584                                                                   RT @deceptionarmy: Please 😩 #SaveDeception #PickUpDeception @davidkwong @NetflixLifee @netflix @hulu @PrimeVideo
49585                                                                                                                               I am still pressed @McDonalds https://t.co/9mTGiznZHR
49586                                        RT @haingoniainara1: #SaveDeception #PickUpDeception @netflix @NetflixLifee @primevideo @hulu @davidkwong ♠♥♣♦ ready!! https://t.co/kgVnD0Z…
49587                                                  Check out Art to Classic Purple Kimono Fringe Jacket Burnout Velvet Kimono Duster Coat #Handmade https://t.co/76gXKOreSN via @eBay
49588                                                               Vacuum packaged Tofu multi-flavored bean curd cut pieces 800 grams from China... https://t.co/wTUFnsMm3B 来自 @amazon
49589                                        @13WHAM @Reuters  https://t.co/dH93kKB1GL  Warn Monroe County NY Parents about: Watch in full and read description.… https://t.co/4umNa5PBpz
49590                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49591                                                                             Check out Gold Tone Coin Elastic Belt Vintage c 1950 - 1960 Stretch   https://t.co/f90f8nMcjo via @eBay
49592                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49593                                                                    RT @Reuters: Take Five - World markets themes for the week ahead https://t.co/M6oMNcXHkU https://t.co/XbO4IIdPxw
49594                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
49595                                        RT @dirtcheetah: Want to have a horrible online buying experience? Order some shoes from @AltraRunning and have them shipped @UPS . Worst e…
49596                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49597                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49598                                        @ktxby @facebook Maybe Facebook is adopting an extra-cautious approach to microtargeting of political views after t… https://t.co/0vxf0QuWNN
49599                                                                  RT @Khil0ne: Well done team! @stratisplatform @Microsoft @msdev #Microsoft #Stratis $STRAT https://t.co/hSRsIpa0QO
49600                                                                   RT @Reuters: Saudi energy minister: I do not influence oil prices https://t.co/2PqmbcPdAR https://t.co/JGBcm0qPT5
49601                                        RT @onlineguruUK: Need help with #SocialMedia platforms such as @facebook @instagram @Twitter @LinkedIn? Get in touch with our team! https:…
49602                                    RT @Decepti43701236: WE NEED AN ANOTHER SEASON OF @DeceptionABC OLEASE 🙏🏽🙏🏽 #SaveDeception #PickupDeception @NetflixLifee @netflix @Netflix…
49603                                       RT @TheLaurianne_A: @deceptionarmy @davidkwong @NetflixLifee @netflix @hulu @PrimeVideo By the way love this GIF and the scene 😂 and one ad…
49604                                        @Expedia After being told by your customer service ‘we will get back to you in the next 4-5 hours’ (this was the da… https://t.co/BRtsWS7kfg
49605                                        RT @Reuters: An iceberg the size of lower Manhattan breaks off Greenland’s Helheim Glacier. @Reuters photographer @Lucas_Jackson_captured t…
49606                                         I stand with @glblctzn and @HP to #ReinventMindsets on LGBTQ diversity in workplaces around the world. Watch their… https://t.co/IoJ3BfjIUz
49607                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49608                                         @parscale @Google @facebook @Apple Quit trying to sound like you know what you are talking about. You used Russian… https://t.co/7Hfc2mslRV
49609                                                                                                          RT @netflix: @c_toro5 Love the passion but that DM is photoshopped. Sorry!
49610                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49611                                        RT @Jennifer_Estep: Get ready to KILL THE QUEEN with a $25 @amazon #giftcard and a #print copy of my new Crown of Shards #epicfantasy #book…
49612                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49613                                                                RT @kaosonia: Check out 1 pc ~ 2 sided ~ Sterling Silver Etched Root Chakra Charm  https://t.co/nxewxXwh8j via @eBay
49614                                        @Tesco home delivery shopping was due between 10-11am still not arrived. This is every week now. I clearly dont pay… https://t.co/KuSJBgd44D
49615                                         RT @intel: Creating 3D models of Smithsonian @americanart Museum’s #artwork is the first step toward building a virtual reality exhibition…
49616                                        RT @Jillibean557: Watch as @Google CEO breaks down in tears after @HillaryClinton loses to @realDonaldTrump Google is o biased it’s sickeni…
49617                                                                @parscale @msvictoria53 @Apple @facebook @Google @Twitter You are a traitor. I don't answer questions from traitors.
49618                                                        Kay and cameron 1x10 #SaveDeception #PickUpDeception @AmazonStudios @PrimeVideo @ABCNetwork @netflix https://t.co/WdsJKMT7tF
49619                                                              Check out St. Nicholas Square Christmas Village Figures Santa Sledding Snow Sledding Lot https://t.co/wPLqHPOJ0R @eBay
49620                                        RT @deceptionarmy: #Lucifer fans please help us to save Deception! #SaveDeception #PickUpDeception @davidkwong @NetflixLifee @netflix @hulu…
49621                                                                            Check out Harlem Globetrotters jersey #36 size 2x #HarlemGlobetrotters https://t.co/D9Gv5qZqt4 via @eBay
49622                                                                                               Just saw this on Amazon: DII Large Hanging by DII https://t.co/JnGRL7z9Ls via @amazon
49623                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49624                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
49625                                                                                                                                          @Ryanair why is fr8944 delayed six hours?!
49626                                                                                                @Evolutionistrue @sapient_ape @eBay @USFWS what the hell is wrong with these people.
49627                                          I Need to Know [Single] by R. Angels (CD) https://t.co/0rksJMwDPk @eBay #SEO #Marketing #shopsmall #SmallBusiness… https://t.co/NAypAMiIvW
49628                                                 Check out Harley-Davidson Women's Canvas Mary Janes Size 6 1/2 #HarleyDavidson #MaryJanes #Casual https://t.co/mGHFXgRKoD via @eBay
49629                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49630                                                            @fffakit @Amigo93123600 @Reuters Give it another 40 years and China will be a fair match....or the US might be bankrupt.
49631                                                                 Check out VHS Christmas Rudolph Sing Along Santa Claus Grinch Toy Story Lot of 8  https://t.co/6VrHzuR4Mi via @eBay
49632                                            @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell @timkaine… https://t.co/bEgzQyJ4gB
49633                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49634                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49635                                                                                                                                   @RAFABedaleLeem @Tesco @RAFAssociation Go Team 👌
49636                                                                                                                                        @MatPatGT @McDonalds Hope you like m&amp;m's
49637                                                                                                          RT @netflix: @c_toro5 Love the passion but that DM is photoshopped. Sorry!
49638                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49639                                        RT @Josie_028: @HP_Jewellers @HP It's option A. Maharashtra #GaneshaContest #hpjewellers Join @Dimpi5078 @nkb_krr @KuKu_1990 @Raajsha2 @Jan…
49640                                                          Check out #COLDWATER CREEK #2X #Fitted #Partially Lined Top #COLDWATERCREEK #Blouse #Any https://t.co/jsEphDb2Rx via @eBay
49641                                        RT @emmachammond: @StephenKeesler @hulu It is we need to #SaveDeception #PickUpDeception @hulu @PrimeVideo @netflix @NetflixLifee @Deceptio…
49642                                                                                   @Reuters So? These things happen all the time throughout history. Did Al tell you to run this? 🙄
49643                                                     @TheMarkPantano @facebook Are you telling @GOPLeader @SenateGOP @SenateMajLdr @freedomcaucus @HouseGOP… https://t.co/RzTzqYMsjU
49644                                                        RT @Reuters: Trump lawyer Giuliani says Iran's government will be overthrown https://t.co/0fNe7Xa5Vm https://t.co/7IKLYT5keD
49645                                              RT @adidas: AVAILABLE NOW. YEEZY BOOST 350 V2 TRIPLE WHITE https://t.co/akUyHuFbZ9 AND https://t.co/Q5pfPpfvrF https://t.co/9HutX8e1ii
49646                                                     RT @Reuters: Britain's opposition Labour backs new election over Brexit impasse https://t.co/ssUnyKKihM https://t.co/mrzdUYEJW6
49647                                                             Have you drunk any product from coca-cola today.. @CocaCola_GB  @cocacolazero_br @CocaCola @CocaColaCo @WorldofCocaCola
49648                                                Check out Fashion Bug Womens Plus Gray w/ Black/White Butterflies Sweater Top Size 22/24 #Crewneck https://t.co/bMgZkylk6c via @eBay
49649                                                                               RT @Reuters: Puppies steal the show at Chilean military parade via @ReutersTV https://t.co/7Z6iNdUOns
49650                                                  UK watchdog to scrutinise $2.2bn merger of @PayPal - @iZettle https://t.co/2ENqZEFVbI #payments #startups… https://t.co/396gnweJIe
49651                                        @kajal_jaihind @realDonaldTrump @facebook @amitmalviya @AmitShah @narendramodi Amit Malviya? Are you serious that s… https://t.co/B5WDJARVBD
49652                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49653                                                                                      Check out Beautiful Walnut Heart Shape Jewelry Box #HomeMade https://t.co/YFTeCXnJOu via @eBay
49654                                                         I don’t always eat cereal for breakfast but when I do it’s @KelloggsUS Raisin Bran with Cranberries https://t.co/ZXqyWFwdQJ
49655                                                  Just saw this on Amazon: Minisoya Women Two Piece Casual Outfit Band... by Minisoya for $13.03 https://t.co/AxIJjQ3hIV via @amazon
49656                                                                                     Check out Gold Tone Metallic Fashion Cuff Bracelet #Unbranded https://t.co/ya2C2aoKf9 via @eBay
49657                                                                                            RT @DebraMessing: Thank you @PayPal. @jack see how easy that is? https://t.co/pc9qMEZlmr
49658                                         RT @w_terrence: I might sue  @facebook  because of this notification. They said people haven’t heard from me in a while and I know because…
49659                                                                                    @Reuters So the chances of Trump &amp; the GOP putting a hit out on her just jumped to over 50%.
49660                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49661                                                                                                          @Shell If you dump them in your and mow over them they mess up your mower?
49662                                                                                                                            @Nymphaeides @Apple I would rather buy it outright. 😩😬
49663                                                                             @kanyewest Wooooow that looks like a @Sony #minidisc this was thee best. Gosh I wish I still had mine😖
49664                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49665                                           @Reuters All you show them 4 evil they bad for people they need be send hell elizabeth charles William harry hell https://t.co/hS566UN6Lm
49666                                                                                                                          @reeses @amazon Peanut butter cups! #NotSorry #Sweepstakes
49667                                                Check out Puella M size Blouse Blue White Aline Top Soft Easy Wear Career Casual Shirt USA #Puella https://t.co/2JIi3hgL25 via @eBay
49668                                                   Check out Fitz &amp; Floyd Classics Christmas Holly Bell Tassel Bow Salt and Pepper Shaker Set  https://t.co/UP3aqhNTmn via @eBay
49669                                        RT @Reuters: Supreme Court nominee Kavanaugh's accuser tentatively agrees to testify on Thursday: media https://t.co/jaP8ySk0AR https://t.c…
49670                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49671                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49672                                        @Ryanair @RyanairFlights Nothing like a nice clean and tidy area for the flight home. I think it would be nicer sit… https://t.co/jOSbvDH872
49673                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49674                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49675                                                                                           RT @Reuters: 'Bombshell'? EU court to hear case on halting Brexit https://t.co/0Rmk9Q48Sl
49676                                                         RT @Bosslogic: Coming soon (not really) to the new @Disney streaming service #disneyplay @Guardians https://t.co/COM6RzADoP
49677                                                                                                                                                 @JohnLegere @TMobile We 😘 love you
49678                                                                                               @TheMarkPantano @dunnet26 @facebook I left Fakebook years ago. They are up to nogood.
49679                                                    RT @Reimtime: Official Petition for Luda and Usher to play the Halftime Show this year. #SuperBowlLIII #SUPERBOWLHALFTIME @pepsi
49680                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49681                                                                Crataegus Oxyacantha Q - Mother Tincture – Supports Cardiovascular Health – M... https://t.co/BjSq9Lq0Q2 via @amazon
49682                                        RT @minnnyme: @DesignationSix @528ILoveAnimals @FoxNews @CocaCola @oscarmayer @PetSmart @Chewy @Bounty @MyCascade @Charmin @Crest @DawnDish…
49683                                                                   @boufont_zak @pfizer @Merck @JNJCares @AbbottGlobal Bationalise UK pharmaceuticals  and use cheaper generic drugs
49684                                        @easyJet your airline is a disgrace. Return flight from belfast to liverpool. Never had an issue with me hand lugga… https://t.co/2W9w5XsxMX
49685                                        RT @DeanPerl1: @DesignationSix @FoxNews @CocaCola @oscarmayer @PetSmart @Chewy @Bounty @MyCascade @Charmin @Crest @DawnDish @Downy @Febreze…
49686                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49687                                                          Arriving early is smart of for business and useless for shopping at @Costco #beenherefor30minutes… https://t.co/2AXOfx6K0V
49688                                                                             I love this scene! #SaveDeception #PickUpDeception @netflix @NetflixLifee @PrimeVideo @hulu @davidkwong
49689                                                                                                          RT @netflix: @c_toro5 Love the passion but that DM is photoshopped. Sorry!
49690                                                 RT @SaraJayXXX: If you want to Surprise me 🎁 check out my #WishList 👉 https://t.co/vzjpNZ7TKY via @amazon https://t.co/1jaW464woD
49691                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49692                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49693                                                                    RT @Reuters: Take Five - World markets themes for the week ahead https://t.co/M6oMNcXHkU https://t.co/XbO4IIdPxw
49694                                                      Check out 1992 Derek Jeter Classic Rookie Card RC #231 New York Yankees Mint #NewYorkYankees https://t.co/iSeUh2xLvG via @eBay
49695                                                                       RT @McDonalds: Our $1 Sandwich deal means serious savings. Only available on our App. https://t.co/cVVhNPkjj0
49696                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49697                                                                            Check out STUNNING! GOLD PLATE CRYSTAL BIB NECKLACE RUNWAY  https://t.co/6OvTKIznhv via @eBay  #necklace
49698                                                                                                                            @TEvangelista60 @ImmoralReport @Nike @nikestore I agree.
49699                                        RT @maxkool1: @Reuters I thought they had already got their retaliation in with their terrorist groups. Haven’t they been supporting murder…
49700                                                                                                          RT @netflix: @c_toro5 Love the passion but that DM is photoshopped. Sorry!
49701                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49702                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49703                                                                        Check out M.A.C - wholesale lot of 20 pieces of lipsticks - Mac cosmetics  https://t.co/WLhvliIwBs via @eBay
49704                                                                      @FrankieJGrande @CBSBigBrother @JulieChen @CBS @FrankieJGrande Your locking so perfect and beautiful 💋❤️😍💕✨
49705                                                                    RT @kaosonia: Check out Sterling Silver Chakra Pendant with Swarovski Crystal  https://t.co/VrnFs4tKx1 via @eBay
49706                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49707                                        RT @emmachammond: @StephenKeesler @hulu It is we need to #SaveDeception #PickUpDeception @hulu @PrimeVideo @netflix @NetflixLifee @Deceptio…
49708                                        RT @BiologistDan: Timothy Norris was selling illegal coats made from Endangered #leopard on @eBay. He was caught. He was found guilty. He o…
49709                                                         Check out ELI Manning RC 2004 BCCG 10 Gem Mint  Topps #350 New York Giants #NewYorkGiants https://t.co/9Bool6ImKi via @eBay
49710                                                                               @Reuters Look how stylin' those guys are. They don't need aid . They gave it to the refugees instead.
49711                                                                               RT @Reuters: Swiss voters reject more aid for farmers https://t.co/NJb0fdIQrg https://t.co/WIPIqpAB4P
49712                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49713                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49714                                        @IvankaTrump @POTUS @Walmart That’s nice Princess. When is YOUR family going to produce in America and stop partner… https://t.co/JUQYToFvCG
49715                                                    RT @Reuters: PM May says Britain will hold nerve in Brexit talks: Sunday Express https://t.co/FwzMqHckXS https://t.co/XTYWSkscIR
49716                                                                                      RT @anasakovaautho1: Sinful Souls  https://t.co/ygUzbkviEe via @amazon https://t.co/fEFGD7aDa2
49717                                                                   @CattaneF #SaveDeception #PickUpDeception @netflix @NetflixLifee @PrimeVideo @hulu @davidkwong ♠♥♣♦wish that 💓💓
49718                                                                                                                                                   @Eduardo_Refugio @netflix Me too!
49719                                                                                                                 @Apple Why this look like the same features my Apple Watch has now?
49720                                                                                      RT @Reuters: Iran appears to soften stance on OPEC oil output increase https://t.co/XH9nwSbN3V
49721                                                       Check out Expositions of holy scripture (Esther Job proverbs and Ecclesiastes) 1907 v.rare  https://t.co/IfqZIz1OU0 via @eBay
49722                                                                         RT @pasteelsix: Where is @Kaepernick7 and @Nike about these injustices. #KidsMatter https://t.co/pYRo5iXWXP
49723                                                  Check out Earrings Black and Antiques Silver Tone w Clear Crystals Earwire Hooks E170 #Unbranded https://t.co/Av7KGQ8nB4 via @eBay
49724                                                                                              Please #SaveDeception #PickupDeception @netflix @AmazonStudios https://t.co/QOunrldC3s
49725                                          RT @DonFi4o: Check out Vintage Happy Laughing Buddha Glazed Porcelain Statue Colorful Decorative Figure  https://t.co/qM20FRSiza via @eBay
49726                                        RT @ChristopZayne: @AustinMLujan @Thegoat12733673 @TylerKhagan @TheyScreamKam @angewienie @c_toro5 @netflix Me Taking Back My Retweet https…
49727                                                                                  Check out Philadelphia Eagles Custom Design T-Shirt With Map Of City https://t.co/5xJK1k9CEM @eBay
49728                                                  Check out Boy BUNNY RABBIT STATUE w/Basket*Primitive/French Country/Farmhouse Decor*New #Country https://t.co/YHwXbQs5E2 via @eBay
49729                                        RT @NewtonSTOI: @indiannavy @Boeing P-8i Poseidon aircraft has located @abhilashtomy in the South #Indian Ocean. The sailor needs a stretch…
49730                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49731                                        RT @haingoniainara1: #SaveDeception #PickUpDeception @netflix @NetflixLifee @PrimeVideo @hulu @davidkwong ♠♥♣♦please please please please p…
49732                                                                               RT @Reuters: Swiss voters reject more aid for farmers https://t.co/NJb0fdIQrg https://t.co/WIPIqpAB4P
49733                                          RT @BethPaintings: Check out Ali and Kris semi sheer green sleeveless Blouse #AliandKris #Blouse #Casual https://t.co/J5lhY19MeE via @eBay
49734                                        @TMobile Well they keep calling me down the way they're going I won't need a new phone I can just get an older phon… https://t.co/nnNApGVh1J
49735                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49736                                                 Check out 200 Polsilver Super Iridium Double Edge Safety DE Razor 200 ORIGINAL Blades  #Polsilver https://t.co/e7Oip2sslg via @eBay
49737                                                                      RT @Reuters: Trump administration moves to restrict immigrants who use public benefits https://t.co/3Kj7Mm0xj2
49738                                        @netflix can you guys please get Everybody Hates Chris put on #Netflix as a college student the shows you provide a… https://t.co/4rLXhdHtXc
49739                                                                                                                  RT @netflix: i dont know why we made this. https://t.co/ac2LbFcV0V
49740                                                        @Reuters @SkyNews @CNN #breakingnews: #TheresaMay due to resign in the next hour. Replacement here:… https://t.co/Ae8PBaUCRQ
49741                                        @ATT it’s been 8 days since I got a response! MY PHONE DOES NOT WORK AND YOU CONTINUE TO CHARGE ME FOR IT AND I PAY… https://t.co/ljxIlPNyVm
49742                                    @IchiroTanimoto @Meloniemaher1 @Apple @realDonaldTrump @tim_cook @SpeakerRyan Tim .... FUCK the GOP &amp; their love af… https://t.co/HpYJ5co1h7
49743                                                         Check out Pots Pans Pioneers Cookbook Telephone Pioneers America 1993 Printing Louisiana  https://t.co/IiOEp35okT via @eBay
49744                                                                                               @IvankaTrump @POTUS @Walmart https://t.co/fHHoyvM4wW While you hug your kids at night
49745                                                                     RT @David321to74: Check out Beethoven The 9th Symphony In D minor op 125 G2 48617 https://t.co/tUPdIXMvxV @eBay
49746                                        @NoToBigGov @durbsburbs @Apple @tim_cook @stevewoz @pschiller The tech companies are handmaids to Chiner. They abus… https://t.co/f3RBvLLhuX
49747                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49748                                                                                                                                                  @Apple Can you give me it a gift ?
49749                                        RT @PatrioticVa: Am I the only one who thinks the in ur face camera on @Walmart self checkout is creepy af? I have zero issue w the cameras…
49750                                        RT @redandblack: #Athens car dealership to bar employees from wearing @Nike apparel at work. https://t.co/i9ku6ajwIf https://t.co/Ek5wQoYM1j
49751                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49752                                                    Check out Worthington Plus Size Black Short Sleeve Faux Leather Textured Sides Top Zip 3X #Top https://t.co/gBHmnMrPd9 via @eBay
49753                                                    Check out Worthington Plus Size Black Short Sleeve Faux Leather Textured Sides Top Zip 3X #Top https://t.co/gBHmnMrPd9 via @eBay
49754                                                                                                                 RT @Apple: Welcome to the big screens. iPhone XS and iPhone XS Max.
49755                                                                                                            @facebook @facebook is still a Democrat front &amp; leftist mouth piece.
49756                                                                                    @iHeartRadio @TheVampsband @JoJoWright @TMobile when somebody talks bad about @TheVampsband 😂😭
49757                                                        Check out 1x XY-Ancient Origins Pokemon Trading Card Game ONLINE CODE ONLY Unused #Pokemon https://t.co/x3TBQn1C1f via @eBay
49758                                                      Check out #ThamesAndKosmos Crystal Growing Experiment Kit : Structure Geometry of #Crystals  https://t.co/G6h5kGwnaP via @eBay
49759                                                                                                   @DonnieBranscum @DasCoose @realDonaldTrump @Nike Go Nike &amp; Colin 👏🏻👏🏻👏🏻
49760                                                        @iHeartRadio @TheVampsband @JoJoWright @TMobile all the people around me are falling in love and im just here falling asleep
49761                                                  John Bellairs House With A Clock in its Walls Autographed book Auction #HouseWithAClock #edwardgorey https://t.co/UkaZTa9sXG @eBay
49762                                                                                                          RT @netflix: @taywildbruh Love the passion but that’s photoshopped. Sorry!
49763                                                   Check out RARE Salt &amp; Pepper set Johnson Bros Staffordshire Hearts and Flowers Old Granite  https://t.co/3qdOCNus0V via @eBay
49764                                                                                                                                     @Reuters May Yahweh have mercy on the world. 🙏
49765                                                                                                              MAC Liptensity Lipstick Double Fudge https://t.co/u9tubVdCc2 via @eBay
49766                                                                                      RT @Reuters: Iran appears to soften stance on OPEC oil output increase https://t.co/XH9nwSbN3V
49767                                                                                                          RT @netflix: @c_toro5 Love the passion but that DM is photoshopped. Sorry!
49768                                        RT @RoseromanRr: What can i say? U know ur subscribers wish this christmas 2018 #SaveDeception #PickupDeception @NetflixLifee @netflix cont…
49769                                                                                                          RT @netflix: @c_toro5 Love the passion but that DM is photoshopped. Sorry!
49770                                           Renewables purchasing + an internal carbon fee will cut emissions 75% by 2030 @Microsoft @Microsoft_Green #RE100… https://t.co/lU9N2s41ei
49771                                                                                       NYX Midnight Chaos Chromatik-Lipgloss MCLG11 Dark Dimension https://t.co/PyZxPrmuFF via @eBay
49772                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
49773                                                 RT @SaraJayXXX: If you want to Surprise me 🎁 check out my #WishList 👉 https://t.co/vzjpNZ7TKY via @amazon https://t.co/1jaW464woD
49774                                                                                  Check out Rugrats 1998 Angelica Burger King Kids Meal Toy *GUC*  https://t.co/02R5IRmvdX via @eBay
49775                                                                              RT @Reuters: ICYMI: Young heart patient Sofia Sanchez gets a new famous friend https://t.co/hnLbu2qEZv
49776                                                                                                                                     You just got your self a first timer @Starbucks
49777                                                      Check out New with tags Totes Water Resistant hooded lined jacket size 3XL #totes #SoftShell https://t.co/z46IGkj3Z2 via @eBay
49778                                                             RT @angelictrish95: @Laurakenno86 @Tesco No real answers just automated. That's what they think about their customers x
49779                                                                                                                                                              @Reuters Back door man
49780                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
49781                                                                                                                       @Poloswaggnigga @McDonalds They charge for extra mayo?? Wtf..
49782                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49783                                                                                                          RT @netflix: @taywildbruh Love the passion but that’s photoshopped. Sorry!
49784                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49785                                                    RT @Reuters: UK opposition leader will back second Brexit vote if party wants it https://t.co/NJ0860g08h https://t.co/gS3gULDSaD
49786                                                                     RT @JackPosobiec: Globalists are not on the side of black Americans. We see you @Google https://t.co/9BgM3xahic
49787                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49788                                                                                                                   @SashaBanksWWE @realsashabanks0 @Hyundai @hopeonwheels Killurself
49789                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49790                                                                               RT @Reuters: Puppies steal the show at Chilean military parade via @ReutersTV https://t.co/7Z6iNdUOns
49791                                                                                                        RT @claybarton11: Alright @netflix a deal is a deal! https://t.co/ECQTOJ0Too
49792                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49793                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49794                                                                                                          RT @netflix: @c_toro5 Love the passion but that DM is photoshopped. Sorry!
49795                                                  Check out Convertible Infinity Scarf with Pocket Loop Scarf Echarpe fashion Zipper Pocket #Scarf https://t.co/FGCbMJIj6J via @eBay
49796                                                                                                               @reeses @amazon Reese's pieces during the game #NotSorry #sweepstakes
49797                                        @IvankaTrump @POTUS @Walmart Please check your voter registration status. The GOP is trying to steal your vote thro… https://t.co/AzvJWYP1iO
49798                                                                                    RT @Reuters: U.S. envoy Haley rejects Iran blame over parade attack: CNN https://t.co/nam00pESy2
49799                                        @T_PartyTrucking @UPS @FedEx @Saia_Inc @RLCarriers @YRCFreightLTL @XPOLogistics @ACLU I said maybe because I have i… https://t.co/lT6zEVzoVe
49800                                                                                                                            RT @angewienie: @c_toro5 @netflix Took back my retweet😤
49801                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49802                                                                           'I wasn't getting out of this': Teen says of day teacher kidnapped her https://t.co/PhrDWtFoPY via @Yahoo
49803                                                                     RT @JackPosobiec: Globalists are not on the side of black Americans. We see you @Google https://t.co/9BgM3xahic
49804                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49805                                                                                                                                                                @Reuters He's wrong.
49806                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49807                                                                                                                              I'm at @Starbucks in Al Khobar https://t.co/rakDllfwf9
49808                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49809                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49810                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49811                                        If I needed any evidence of left wing bias at @Google I just got it. I did a search about flooding in Lake Norman b… https://t.co/z2lkdr3req
49812                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49813                                                                                                                Is it bad to run 13.1 and mobile order @Starbucks for the walk home?
49814                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49815                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49816                                        RT @runbec1: Where is the outrage for Domestic Violence? @NBC @CBS @CNN @ABC this is outrageous that you don't call him out. you have arres…
49817                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49818                                                      RT @E_Nugentngoue: @EDI_Airport @Ryanair the kids are excited . Now on #theflighttosearchforsanta Santa here we come #thankyou
49819                                                                                                          RT @netflix: @taywildbruh Love the passion but that’s photoshopped. Sorry!
49820                                                                                                    @Apple I’ve been waiting for 2 years !! So I have the sssshhhhhmonnneeeyyyyy !!!
49821                                        RT @MagnumPICBS: Ho'olu komo la kaua! Please join us for the series premiere of #MagnumPI tomorrow night at 9/8c on @CBS! https://t.co/EKl7…
49822                                                                                 RT @nancy_nansmith: Check out Adidas Lined Athletic Wind Pants Size L https://t.co/Jre0lk2UOY @eBay
49823                                                                                                RT @Narcissuss95: @netflix @taywildbruh Me taking my RT back https://t.co/kt32KppH0T
49824                                                                                                          RT @netflix: @taywildbruh Love the passion but that’s photoshopped. Sorry!
49825                                                    RT @KikiOKeyser: @Disney @RobertIger YOU SIDED WITH THIS GUY!!! #BanCernovitchFromMedia #RehireJamesGunn https://t.co/pnHeEWL3Mo
49826                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49827                                        RT @_jpwilliams: @daveterrill @RevkahJC @facebook @Google @Twitter These companies are political lobbying organizations and need to be regu…
49828                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49829                                                                                                                                             @MatPatGT @McDonalds That looks amazing
49830                                                                                                                               @CBS why is Crocodile Dundee on in place of football?
49831                                                        Check out New JustFab Madison gorgeous nude high heel shoes size 7 #JustFab #PumpsClassics https://t.co/1PFa9i1U01 via @eBay
49832                                            Check out Sir Lancelot &amp; Hogier Playing Cards by Congress Double Deck Unopened Graphics  #Congress https://t.co/tTAqVPPmP6 via @eBay
49833                                        The amount of times that the whitewater @McDonalds fucks up is pretty insane. Getting an order right has got the be… https://t.co/sksLGVsFLj
49834                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49835                                                            Check out 925 Sterling Silver Vintage 1ct. Garnet Flower Ring with CZ Accents For Her  https://t.co/gtt7x0xvXG via @eBay
49836                                                                                                RT @Narcissuss95: @netflix @taywildbruh Me taking my RT back https://t.co/kt32KppH0T
49837                                        @KnightfanNeal @UCF_Knightline @espn @Nissan u need to get @espn @HeismanTrophy in check! They are deliberately lea… https://t.co/lWLCk5fHkR
49838                                                     Check out RAG &amp; BONE /JEAN Vintage High Rise Ankle Skinny Jeans May Blue 25 $250 #RagBone https://t.co/U8hB9o0GwN via @eBay
49839                                                                                  Check out That Which Hath Wings by Richard Dehan 1918 Hardcover  https://t.co/8UkURml6an via @eBay
49840                                                Check out BLACK ORCHID Jude Mid Rise Super Skinny Jeans Blue One For The Road 26 #472 #BlackOrchid https://t.co/3YU033kHbc via @eBay
49841                                        @James1972 @nanettejw @MikeLevinCA @Apple @Google @PlayStation @HP @Tesla @Dodgers @Lakers @KingJames You forgot ab… https://t.co/5Z2fSIrBIx
49842                                                                                       RT @Reuters: Kavanaugh accuser to testify Thursday in Senate: lawyers https://t.co/IveHsuvLne
49843                                                                                                            @TMobile got me on hold 50 minutes and counting. https://t.co/z5Rhak3OPX
49844                                                                          @tokingblackgirl @CBSBigBrother @CBS Yes! Bullshit! I paid to the first of next month! LET ME VOTE!!! #CBS
49845                                                                       @justsanaa @netflix I loved it....but I'm waiting on a part 2! I need to know what happens with V and Will!!!
49846                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49847                                                                                                                     Thank you for your message - I have replied to your DM @easyJet
49848                                                             @RossettiMonti @Starbucks What? There was a lid last time I went to Peet’s (earlier this summer). Is that a new policy?
49849                                               Via @Reuters: Opposition candidate takes early lead in Maldives Presidential election https://t.co/mYKAMGtC8E https://t.co/KTD6h5PWCT
49850                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49851                                                                                                                  RT @amazon: @nyybritt Oh snap! We're happy to help light your way!
49852                                                   Check out vintage Happiness Tiki Hawaii God of Health &amp; Happiness Figurine cast resin '80s  https://t.co/pUyS8Kxfiz via @eBay
49853                                                              Check out 2017 Braden Shipley Topps Chrome Rookie SP SEPIA Refractor Diamondbacks Lot X2 https://t.co/etFHkQuDo7 @eBay
49854                                           @roxannelwright @Peggysue21Adams @TimOBrien @MalcolmNance @CNN @MSNBC @CBS @ABC @nbc @thedailybeast @RonanFarrow… https://t.co/A1E7opYSjw
49855                                                                  RT @Reuters: Macron's popularity falls further in September: polls https://t.co/f7e99AyGaD https://t.co/JaBABIo5IM
49856                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49857                                                    Dear @Tesco how can you not have chicken or fish or even sweetcorn?? That’s my dinner plans ruined 🙄🙄… https://t.co/AROIbkqhya
49858                                                  Check out Hogwarts Harry Potter Vintage Marauders Map Rubber Phone Case Cover. #UnbrandedGeneric https://t.co/0Jr4GRj1KI via @eBay
49859                                                                                                                     @AshIsBatman @OhMyGothitsIbbi @Apple Mines gonna be on a Friday
49860                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49861                                    RT @DeliciouslySavv: Take Advantage Of Huge Savings On @Ritzcrackers &amp; RITZ Fresh Stacks available @Walmart! PLUS Enter A Giveaway For Your…
49862                                                                                                                                        @netflix please make this happen. #havemercy
49863                                                                              Check out Vintage T G Green Cornishware Banded Ware Cup #CupsSaucers https://t.co/jQr5sjMq74 via @eBay
49864                                                                                  RT @tracyminajjjjj: Yo @netflix  can y’all add more horror movies I’ve literally watched every one
49865                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49866                                                                         Check out Zibu Sannie Slip-On Shoes Black Size  6W #ZiBu #FashionSneakers https://t.co/aQubemcIJP via @eBay
49867                                                      Check out Zara Womens Blue/Turquoise Open Blazer Size Small With Lining Zara Woman New #Zara https://t.co/uYj2co84IJ via @eBay
49868                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
49869                                                  Check out PLAYMOBIL 3939 BLACK PIRATE GREEN COAT WHITE PANTS PURPLE HAT FIGURE PEOPLE #PLAYMOBIL https://t.co/uTnNDWByOX via @eBay
49870                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
49871                                                                                                                                   @Reuters check my website https://t.co/qPw3Yd20ar
49872                                                                                                RT @Apple: Welcome to the big screens. The new iPhone XS and iPhone XS Max are here.
49873                                                                                                                      Check out my listing @eBay - https://t.co/CtkBobHbpR via @eBay
49874                                                                                                                 Check out 1897-S Morgan Silver Dollar https://t.co/8cQTuR55Rl @eBay
49875                                                                                                          RT @netflix: @taywildbruh Love the passion but that’s photoshopped. Sorry!
49876                                        @ENCLAVEORD Agreed. ExactTarget acquisition by @salesforce is a good example within the #Indianapolis region as far… https://t.co/J4eYcbkOJA
49877                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49878                                                                                                                                                                     @netflix wassup
49879                                                            @RobertoToThe @jessicacinema @playboicarti @Nike @footlocker It’s all bout the cash n don’t forget it’s still cash carti
49880                                         RT @hareme2: @Reuters Inciting violence against people to take the spotlight off himself and the investigation of the Russian interference…
49881                                                                   RT @Imzy1991: If @Nestle merged with @CadburyUK is the best thing I have seen all week 😂 https://t.co/CrFsQuaNJ2
49882                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49883                                                                             Check out Chautauqua New York Stockton NY Mayville St RPPC  Postcard  https://t.co/GeSlYphxMG via @eBay
49884                                        RT @miztrix: @hughfraser I pre-ordered my #Kindle copy from @amazon in the US here.  https://t.co/YpNPWXcUTB #newbooks #October #SundayRead…
49885                                        RT @Plambert001: Billy’s Outdoor Survival Adventure: A Prepper Kids Fiction Book by Ron Foster https://t.co/hyeMsdahp0 via @amazon #YA #pre…
49886                                                                   Designer Turquoise Stone Gold Plated Adjustable Bangle Bracelet For Girls Women https://t.co/RVKk37Ftc0 via @eBay
49887                                                     DEAL ALERT: Panasonic 25mm f/1.7 MFT highly-rated prime lens is a stunning $147.99 (40% off) @amazon -… https://t.co/rBd0B3KX3H
49888                                                 @NevilleGaunt @jdelacruz_IoT @facebook @akwyz @JBarbosaPR @digitalcloudgal @JolaBurnett @vfiorese_ @gvalan… https://t.co/vKg63QGHrx
49889                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49890                                                            Check out  CARIBOU COFFEE Ceramic  Caribou image etched  Mug Cup 16 oz  #CaribouCoffee https://t.co/MtzV2EwHg4 via @eBay
49891                                        Dear @bookingcom will definitely not be booking via you again. My weekend would've have been ruined if it had not b… https://t.co/gjmZunyd5c
49892                                            Check out NEW KIPLING Deena Crossbody Shoulder Bag Gray Crinkle Nylon HB7487 NWT &amp; Monkey #Kipling https://t.co/m0EPA3to3o via @eBay
49893                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49894                                                Check out Call It Spring Women's TERRETI Wedge Sandals Platform Strap Brown Size 7.5 #CallItSpring https://t.co/6c6VEQBpVU via @eBay
49895                                                Check out Ariat performance Footwear Women's Shoes Leather Block Heels Brown Size 9M #Ariat #Heels https://t.co/BvblVJTjGr via @eBay
49896                                                                Check out Capezio Tele Tone Jr Tap Dance Shoes Size 6.5M  i8  Style #442  #Capezio https://t.co/CwlEZN6yKh via @eBay
49897                                        RT @PatrioticVa: Am I the only one who thinks the in ur face camera on @Walmart self checkout is creepy af? I have zero issue w the cameras…
49898                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49899                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49900                                                            Check out Stranger Things Strap Back Denim Style Hat Brand New Adjustable Netflix One Size https://t.co/DeImrsE4xz @eBay
49901                                         @facebook prouds to sponsor @MeasureCamp XIII. Who wants to proud to sponsor @MeasureCamp_IST ? Please DM to learn… https://t.co/m3LI8RRarP
49902                                         @SplattoDelGato @doomedhuh @Walmart @DCComics I've also found that if the display box is removed that Walmart just… https://t.co/9lsumqB4yd
49903                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49904                                                                                                                              Check out  Kaiser    https://t.co/ZVuEwSH77N via @eBay
49905                                         @Tribeca @Nike @veronicawebb Kap chose to protest at the wrong time. That song is about freedom in America. In the… https://t.co/Y0N0gvJ3oz
49906                                                                                                              @SportsDirectUK @Nike Buy them somewhere else. https://t.co/ns4ZNnL4Mc
49907                                                                                                                         @kroger please explain these stale ass watermelon chunks...
49908                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49909                                             Burning through all of my @ATT cellular data cause @comcast @comcastcares internet is such garbage that I can’t even load twitter on it
49910                                        RT @jaredctate: #Centralized big tech like @Apple @Google @Facebook @PayPal start here... then they come and censor the rest of us. Thankfu…
49911                                                                    Check out Riders of the Silver Screen Collector Cards Series 1 (sealed) 1993e  https://t.co/JfsGejShbN via @eBay
49912                                                     Check out WARM WHITE 10m 33ft 100 LED String Lights multi Mode Xmas Halloween Party decor #GC https://t.co/qnSQN81oZl via @eBay
49913                                          Good thing @McDonalds Sweet N' Spicy Honey BBQ #GlazedTenders are the perfect combination of #Sweet AND #Spicy. Just like grandma. And me.
49914                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49915                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49916                                                    Check out FORD Gold Logo Baseball Cap Hat Adjustable Black with Camouflage Mesh Back NWT #Ford https://t.co/7Te6W1uQGv via @eBay
49917                                                                                                                            @Reuters It was a deadly terrorist attack in Ahvaz-Iran.
49918                                                                                                                               @KingTaeOfficial @Walmart LAAAAAAAAAAAAAAAAAAAAAADIES
49919                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49920                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49921                                                                                                         RT @Apple: Everything to know about the all-new iPhone XS and XS Max in :54
49922                                        @facebook team here is the screenshot. Please help as I have already checked ways and means as stated in case you c… https://t.co/VKbcjRNOpj
49923                                                                                                             @MiamiDolphins @iThinkIsee12 @CBS High fives on the way to pay dirt!!!!
49924                                                                      RT @Reuters: Gang of puppies steals the show at Chilean military parade via @ReutersTV https://t.co/6lVQAWJM2e
49925                                        RT @TheWalkingDead: #TheWalkingDead Season 8 is NOW AVAILABLE on @netflix!!! We're two weeks out from Season 9 so get bingeing! https://t.c…
49926                                        RT @MIICEgypt: #Egypt 🇪🇬 selects @Siemens to operate and maintain the world’s largest combined-cycle power plants. Together the plants repr…
49927                                                                                                                              @Giants @pepsi Look out Houston. @astros are next!!!!!
49928                                                                                                                  @johncanzanobft Just do it Stanford!  Coaching matters!  🤣  @Nike
49929                                                                          RT @Reuters: List of previous Ryder Cup results  #RyderCup https://t.co/NBW8mTB7mf https://t.co/xzBfXfOYXC
49930                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49931                                                                    Check out VINTAGE HORSE BROOCH-CANADIAN MOUNTED POLICE GLOBECRAFT- #GLOBECRAFT https://t.co/JjhDOV60mn via @eBay
49932                                                       Check out 60-VINTAGE SAY NO TO DRUGS BOTTLE OPENERS TAB OPENERS KEY CHAINS. RED WHITE BLUE  https://t.co/xKQDsGND3R via @eBay
49933                                  RT @debsuniqueshop: #cute winter boots #fur 😍😘\U{01f970}Winter Boots Khombu Size 10 Black #Khombu #WinterBoots https://t.co/jzj336b4am via @eBay
49934                                        RT @disings: Has this or will this be aired on @FoxNews @CNN @CNNPolitics @ABC @ABCPolitics @NBCPolitics @NBCNews @CBS @CBSEveningNews @MSN…
49935                                                                                                                                         @HoustonTexans @verizon “It starts with me”
49936                                                   @TheWalkingDead @netflix Just getting back into TWD. Christ on a cracker! WTF does everyone have a hard time with shooting Negan?
49937                                                          Check out 1962  USSR Russian poster Movie  film cinema  poland polish  Airborne forces   https://t.co/iJ1AYls1Fh via @eBay
49938                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49939                                                   Check out Baby on Board Purple Vinyl Decal Sticker Window Car Art Decor Sd642 #UnbrandedGeneric https://t.co/GlYLgDmClu via @eBay
49940                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49941                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49942                                                     NICE -- Lot of 7 Wedgwood Georgetown Collection Flying Cloud Red Jacket 1853 plates #Wedgwood https://t.co/6XRYMopxge via @eBay
49943                                                                                                    @netflix pick up @SweetVicious please its for a school project #savesweetvicious
49944                                             RT @handmade_soap: Handmade Volcanic Ash Natural Bar Soap with Cocoa and Shea Butter Patchouli N... https://t.co/8vHj4CPqv6 via @amazon
49945                                                                                                                                             I wish i had a internship with @Nike 😩
49946                                                             Check out G.I. Joe Vipers V1 Series Five Vintage 1986 Cobra Infantry Complete #Hasbro https://t.co/b0mnWI62kf via @eBay
49947                                        I have to stop watching #HowToLiveMortgageFreeWithSaraBeeny @netflix  It’s giving me too many ideas about the alter… https://t.co/J382ECTA1X
49948                                                        @Reuters Think logically. That would mean Persians killing Arabs. Aren't Syrians Arabs? Lose lose situation? Alliance break?
49949                                               RT @sparky_town: Check out LL Bean L size Light Blue Zip Sweatshirt Faux Fur Lined Womens Casual Jacket https://t.co/x1u5Juu9nP @eBay
49950                                                      @Tesco Yes different colour bag for recycling would be great help! Suggest blue as planet is blue x save the blue planet Tesco
49951                                        RT @RrEloisa: #SaveDeception #PickupDeception to everyone here. 3 shows save by @netflix @NetflixLifee hopefully we b 4th save. In Jesus na…
49952                                        @Little_LadyC @ZombiesDCOM @Disney I wanted to do a zombie cheerleader for a Trail Of Terror I’m doing but can’t fi… https://t.co/2H55wxTuLs
49953                                                                 Check out BOOKS-Elvis Presley THE ILLUSTRATED ELVIS 1976 - THE UNSEEN ELVIS 1992  https://t.co/HshocGwZmO via @eBay
49954                                        RT @Reuters: German government agrees solution to spymaster crisis that threatened coalition https://t.co/swskc2Utys https://t.co/iBAgJWZTG8
49955                                        RT @BiologistDan: Timothy Norris was selling illegal coats made from Endangered #leopard on @eBay. He was caught. He was found guilty. He o…
49956                                                                              The Evil in The Woods by Karl Shook https://t.co/j84z6TfXYk via @amazon #books #amazonbooks #amwriting
49957                                                                                                                  @Hielamonster @netflix @joshgroban @TonyDanza You’re gonna like it
49958                                                                                                          RT @netflix: Don’t you talk about my son like that https://t.co/alddFyIQIR
49959                                        @fuzzie63 @Reuters The group is bases in Netherlands and officially released the statement. They are also connected… https://t.co/lcG5SzkOIV
49960                                                                                                                      Check out my listing @eBay - https://t.co/GKhbbgmEu5 via @eBay
49961                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49962                                            @news_store_com @AngelCIraq214 @FedEx @RepDonBeyer @HillaryClinton @BarackObama @VA8thCDDems @lowkell @timkaine… https://t.co/AMqgg8Z2h7
49963                                                            Check out Toymakers Folder 1998 Armed Forces WCW Rappn Fire Trollkins and Eagle Force  https://t.co/8O9rD5hu1R via @eBay
49964                                                                     Check out Fenty Beauty by Rihanna Galaxy Palette Limited Edition BRAND NEW IN BOX https://t.co/HC4rRfd53X @eBay
49965                                                       Check out WOMEN'S PLUS SIZE JEANS FASHION BUG BRAND STONEWASHED COLOR BLUE SIZE 28WP NWOT   https://t.co/U9Wr9T1G5I via @eBay
49966                                                                  VINTAGE #SPODE #JUDAIC #PASSOVER SEDER PORCELAIN PLATE WITH STERLING SILVER RIM  https://t.co/1ZeyoV7HWD via @eBay
49967                                        @AdvBarryRoux @YesThatRuss @DStv Add ADSL which is all I use minus @netflix I spend R7400/annum and any repeats I w… https://t.co/cGNrlTHAUm
49968                                                                  Ending! Abstract Wave Swish Gold Tone Vintage BROOCH PIN Costume Jewelry #Brooch https://t.co/GoVsiYMzKt via @eBay
49969                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49970                                                                                       RT @Reuters: WATCH: Puppies steal the show at Chilean military parade https://t.co/F78IOlW8Ei
49971                                                       Summer Catch (DVD) https://t.co/iOTZUHrMz0 @eBay #SEO #Marketing #shopsmall #SmallBusiness #smallbiz… https://t.co/cW5ujyzK4V
49972                                                                                                                             RT @Walmart: @SoftLittleBun We don't sleep on BTS! 😄🎶
49973                                                                                                                               @Cunninghamster @oneplus @Google @OnePlus_USA Ouch 😟
49974                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49975                                                                                                                      Check out my listing @eBay - https://t.co/LVe592Sa3g via @eBay
49976                                                                                                              @GolfChannel @MorganStanley @JustinRose99 The FedEx Cup is such a joke
49977                                        RT @BretBaier: Congrats @TigerWoods on the full comeback and the tour championship win. And congrats to @JustinRose99 for the @FedEx Cup wi…
49978                                                                                                                 RT @Nike: Don’t believe you have to be like anybody to be somebody.
49979                                                          Check out  HANDCRAFTED JAPAN ART Miniature Mask for KAGURA dance about 5 x 6 inch SHOKI  https://t.co/yeffrbOyWw via @eBay
49980                                                                                                     @ReaKagamine @McDonalds It looks like if a cat straight up threw up in that box
49981                                                                 Check out Montblanc Meisterstuck Classique Black/Platinum Rollerball Pen New Model 😎 https://t.co/i9KDPnmbaM @eBay
49982                                                                                                                        @AnnoyedBoredom @MrDoom2k @Reuters I guess I hit a nerve. 😈
49983                                                                                    Check out Vintage Signed Crown Trifari Gold Tone Clip On Earrings  https://t.co/wRRLhcB2Df @eBay
49984                                        @ProudhonM @deplatformhate @AuthorizeNet @PayPal It’s so accurate! They were merely making a private statement at t… https://t.co/mCEMaqjBO2
49985                                        RT @Candace_412: @jakepalmieri @dmills3710 @PayPal @DewsNewz If this doesn't prove that Alex Jones was right about nearly everything- I don…
49986                                                   RT @AntiquarianMuse: @Reuters Clergy were so moved by the tribute they stopped molesting kids for a full moment of silence. #Amen
49987                                                                                                                      Check out my listing @eBay - https://t.co/imKqoPRTqg via @eBay
49988                                                RT @MurphyBrownCBS: R-E-S-P-E-C-T. Find out what it means to Murphy. Thursday 9:30/8:30c. @CBS. #MurphyBrown https://t.co/gwy8g0Z5pO
49989                                                     Check out Distressed Vintage 1960s Shift Dress M Floral Silk Black Purple Orange  #LadyBayard https://t.co/0Pfr3AR0BW via @eBay
49990                                                                      RT @mfoulk50: Reunion: An Abby Chilton Novel (Abby Chilton Novels Book 2)  https://t.co/4NkHwNdgtE via @amazon
49991                                                                     RT @mtt516: Spode Christmas Tree Napkins Fabric Set Of 4 Holiday Dining Table https://t.co/OvFDhe6Jtx via @eBay
49992                                                      HOT NEW iTEM+FREE PRIORITY SHIPPING! Check out Balmain Black Bubble Jacket  #Balmain #Bubble https://t.co/AeQt08rXUn via @eBay
49993                                        RT @kJ0uIgaDACht9c0: #XenaRevival @NBCUniversal @nbc @robtapert @NetflixLifee @netflix @SYFY @BuzzFeed @Hulu @UniversalTV @USA_Network @Ama…
49994                                        RT @PatrioticVa: Am I the only one who thinks the in ur face camera on @Walmart self checkout is creepy af? I have zero issue w the cameras…
49995                                                             RT @netflix: 24 years ago today Rachel Green ran out of her wedding and into Central Perk 💕 ☕️ https://t.co/zSZUNYxPxm
49996                                                                    RT @intel: We’re thrilled to be featured in @FastCompany for our expedition to preserve the Great Wall with #AI.
49997                                                                                                            @pepsi @debbiesuhy All I want is a #pepsiperfect https://t.co/CxlPL4FqBc
49998                                                   RT @BtuflyBoutique: Check out Set Of 2 Red Plaid Ralph Lauren Knockhill Tartan Coffee Tea Cups Mugs https://t.co/UnJ0Vi6fbP @eBay
49999                                                 Fantastic finish @PGATOUR Championship @eastlakegc for final round of @FedEx Cup Playoffs. Congratulations… https://t.co/7rsUTobgbn
 [ reached 'max' / getOption("max.print") -- omitted 444619 rows ]
# merge tweets with their data
merged_error_rows <- merge(tweet_nostock, stock_notweet)
merged_error_rows <- merged_error_rows |>
  select(-index, -X, -TEXTBLOB_POLARITY)

total_data <- rbind(data_filtered, merged_error_rows)
total_data 
                                                                                                                                                                                                                                                                                                              tweet
1                                                                                                                                                                                               @FAME95FM1 Jamaicans make money with @Payoneer @PayPal, @paxuminc, @ecoPayz and @okpaycom https://t.co/FWzqUrgsqs\n
2                                                                                                                                                                                                    @CBSi Jamaicans make money with @Payoneer @PayPal, @paxuminc, @ecoPayz and @okpaycom https://t.co/FWzqUqYRyU\n
3                                                                                                                                                                                                @Hitz92fm Jamaicans make money with @Payoneer @PayPal, @paxuminc, @ecoPayz and @okpaycom https://t.co/FWzqUqYRyU\n
4                                                                                                                                          RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
5                                                                                                                                                                                                  @gawker Jamaicans make money with @Payoneer @PayPal, @paxuminc, @ecoPayz and @okpaycom https://t.co/FWzqUrgsqs\n
6                                                                                                                RT @cultcommoncore: Dumping @Starbucks\n\n\n\n\n\n\nIs like dropping cable tv.\n\n\n\n\n\n\nYou wonder how you paid \n\n\n\n\n\n\nSO much\n\n\n\n\n\n\nFor such crap\n\n\n\n\n\n\nFor SO long.… \n
7                                                                                                                                                                                       @amazon has your back when it comes to food shopping with tech replacing queues, just grab and go https://t.co/D83kIqFMAK\n
8                                                                                                                                                                            RT @nia4_trump: So instead of hiring 10,000 unemployed Americans or out of work vets @Starbucks will hire 10,000 refugees to spite… \n
9                                                                                                                                     Hmmm interesting... \n\n\n\n\n\n\nonly @IBM has tweeted an official response to the execute order.... \n\n\n\n\n\n\n\n\n\n\n\n\n\nAnyone seen anything from @Disney or @GM?\n
10                                                                                                                                         RT @IndiaHistorypic: 1994::Young @sundarpichai  {Now CEO @Google) At Stanford University \n\n\n\n\n\n\n\n\n\n\n\n\n\n#Immigrant  #Contribution  #USA  #Economy https:…\n
11                                                                                                                                                                                   RT @Google: "If you have the feeling that something is wrong, don't be afraid to speak up." - Fred Korematsu #GoogleDoodle… \n
12                                                                                                                                                                                                               @Dal_Schnur @DKuzLA @wrightco0704 @psuba98 @Reuters @SkyNews Did you read the article, Einstein?\n
13                                                                                                                                                                                          @natgeosociety Jamaicans make money with @Payoneer @PayPal, @paxuminc, @ecoPayz and @okpaycom https://t.co/FWzqUrgsqs\n
14                                                                                                                                                                           RT @IBMWatson: Welcome @Apple, #ACLU, #AAAI, @macfound, @UCBerkeley, @OpenAI, @PIIE to the @PartnershipAI board of Trustees! Info:… \n
15                                                                                                                                                                         Canadian @eBay #shoppers call for tax free shipments \n\n\n\n\n\n\n#retail #intelligence #canada \n\n\n\n\n\n\nhttps://t.co/QRvUy4Ib17\n
16                                                                                                                                                                  RT @KottiPillar: COVER THIS,\n\n\n\n\n\n\n@Newsweek @BuzzFeedNews @politico @HuffPostPol @nytimes @latimes @business @Reuters @ABC @NBCNews… \n
17                                                                                                                                                                       RT @ColMorrisDavis: My family owned a @Ford dealership so I was not an Earnhardt fan, but as a fellow North Carolinian I give props to… \n
18                                                                                                                                                              @HSBC is funding Indonesian forest destruction, home of endangered orangutans. Tell them to stop now &gt;&gt; https://t.co/CQVnJywSl2 #Pleasesign\n
19                                                                                                                                                                                              Check out        BOTANICAL    SILK   HAIRSPRAY, STYLE  SIGN    SPRAY #JOHNAMICO https://t.co/trBN2gQ13X via @eBay\n
20                                                                                                                                         RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
21                                                                                                                                    RT @A_M_Perez: Liberals wonder why they lost.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#MuslimBan #DrinkStarbucksToFightBigotry #BoycottStarbucks\n\n\n\n\n\n\n@Starbucks "Not to Defen… \n
22                                                                                                                                                               RT @Adobe: David Lowery &amp; Toby Halbrooks on the making of their Sundance film, "A Ghost Story" in our Pillow Talk interview https://t.co/3M…\n
23                                                                                                                                                                   RT @Reuters: How Toyota, Target, Best Buy are fighting back against Republican border tax push https://t.co/c404hxnwz8 https://t.co/4AYkxfD…\n
24                                                                                                                                                                                         RT @DigitalTrends: Yes, @Microsoft does have plans to release a Hololens headset for consumers https://t.co/IUt1yz5xiO\n
25                                                                                                                                                                        RT @AnnaBD20: Saudi king agrees in call with Trump to support Syria, Yemen safe zones: White House https://t.co/cfplH38FU0 via @Reuters\n
26                                                                                                                                                                              RT @benbarnes: Just want to thank @Burberry for the Aubergine, Eggplant, Burgundy, Oxblood, Purple, Maroon velvet tux jacket...… \n
27                                                                                                                                                               RT @noor_muradi: @Starbucks Thanks for helping refugees &amp; left behind interpreters around the world, I'm left behind interpreter  in India.…\n
28                                                                                                                                                                        RT @TheBeat_Boss: I shredded my @Starbucks "Gold card", now I just deleted my app! Never again! #BoycottStarbucks, over 1k that I spe… \n
29                                                                                                                                                                           @Walter_lars @Starbucks coffee is OK, but overpriced IMO, prefer diet soda myself, and took me a while to break away from sweet tea.\n
30                                                                                                                                                                                                                  @Ryanair Hi, how early do I have to be at the airport for a flight from Birmibgham to Dublin?\n
31                                                                                                                                                                   RT @ThatBitchFromNJ: Google's sponsored ad for a 'sanctuary city' search is fascist propaganda. Take this shit down, @Google. https://t.co/…\n
32                                                                                                                                                                   @HP Called HP to get my warranty details, 30 mins of mostly music later i left the call with nothing Now recieved a £45 bill for the service\n
33                                                                                                                                                                    Hey @Starbucks so now the "silent majority" wants to boycott you for doing the right thing???  Let them get their coffee at the gas station\n
34                                                                                                                                         RT @8ervagina: @NathanBomey \n\n\n\n\n\n\n\n\n\n\n\n\n\n@Ford just noticed the support the ACLU and Starbucks just got. \n\n\n\n\n\n\n\n\n\n\n\n\n\nPay attention CEOs\n
35                                                                                                               RT @cultcommoncore: Dumping @Starbucks\n\n\n\n\n\n\nIs like dropping cable tv.\n\n\n\n\n\n\nYou wonder how you paid \n\n\n\n\n\n\nSO much\n\n\n\n\n\n\nFor such crap\n\n\n\n\n\n\nFor SO long.… \n
36                                                                                                                                                                                  Check out Book in Russian - "Prayer for deliverance from illnesses" Prayer Shield Religion  https://t.co/zaDhDI6Hxt via @eBay\n
37                                                                                                                                                                                         Check out Cadbury Chocolate Christmas Stocking Assorted Selection (208 Grams, Pack of 8) https://t.co/4qopTLvwWS @eBay\n
38                                                                                                                                                                                                                                  @eBay @rohit07688 ebay is horrible, don't bother. Use https://t.co/ypUBCoLqsW\n
39                                                                                                                                                                                    RT @vivelafra: The hijab is a symbol of female subjugation.  If @Starbucks supports the hijab, they are oppressing women.… \n
40                                                                                                                                         RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
41                                                                                                                                                                                                   I do remember that.  @Starbucks are a bunch hypocrites with lousy, expensive coffee. https://t.co/JCrb0mNv1r\n
42                                                                                                                                                                               RT @Reuters: Starbucks CEO Schultz plans to hire 10,000 refugees after Trump ban https://t.co/hCjQkQQeyr https://t.co/QamtbsBd64\n
43                                                                                                                                         RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
44                                                                                                                                                                                                                    RT @IBM: Our statement on US Executive Order from January, 27, 2017 https://t.co/8nxfq1E1Qz\n
45                                                                                                                                                                                         #ACOWAR is up for Pre-Order on @amazon at $17.09 NOW! :D \n\n\n\n\n\n\nhttps://t.co/5Wxsvr97kg https://t.co/n08COl87wS\n
46                                                                                                                                                                            Check out Lorex Edge+ LH 328501 8-Channel Video Security DVR with Internet, 3G Mobile View #Lorex https://t.co/EoHW5rV5xk via @eBay\n
47                                                                                                                            @Oracle @MikeAllanMurphy @Gemmdrop @JoeyAhern\n\n\n\n\n\n\n@Baby_Zelda @MeghanWMcCarthy @BillGates @EMINEM\n\n\n\n\n\n\n8 PAGANS RULEOVER 7999999992 PEOPLE\n\n\n\n\n\n\nFinaloffer\n
48                                                                                                                                                                                                                    RT @IBM: Our statement on US Executive Order from January, 27, 2017 https://t.co/8nxfq1E1Qz\n
49                                                                                                                                                                                        RT @Reuters: Deutsche Bank agrees to pay $425 million to New York's banking regulator over a "mirror trading" scheme:… \n
50                                                                                                                                                                        RT @TheBeat_Boss: I shredded my @Starbucks "Gold card", now I just deleted my app! Never again! #BoycottStarbucks, over 1k that I spe… \n
51                                                                                                                                                                        RT @TheBeat_Boss: I shredded my @Starbucks "Gold card", now I just deleted my app! Never again! #BoycottStarbucks, over 1k that I spe… \n
52                                                                                                                                                  RT @manarn8: #Starbucks store in Riyadh refused 2 serve me just because I'm a WOMAN &amp; asked me 2 send a man instead\n\n\n\n\n\n\n@Starbucks https://t.co…\n
53                                                                                                                                                                                                     RT @pepsi: It’s happening, it’s really happening…for a limited time. #CrystalPepsi https://t.co/6PBYirNwcB\n
54                                                                                                                                         RT @SAGawards: These little guys sure clean up nicely. #sagawards @Stranger_Things @netflix \n\n\n\n\n\n\n\n\n\n\n\n\n\n@milliebbrown @noah_schnapp https://t.co/LWEY…\n
55                                                                                                                                                                                 More collaboration going on. @Bosch, @Cisco, @Gemalto and More: Tech Giants Team For #Blockchain-#IoT… https://t.co/HayjD0wqc9\n
56                                                                                                                                                          I'm retiring from #poker and not renewing with @pokerstars this year. More on @facebook:\n\n\n\n\n\n\nhttps://t.co/UN03ehaETU https://t.co/fLNjgzBkVc\n
57                                                                                                                                                                    @rfaux_Idaho @amazon @slpng_giants @Adstrike_US @amazonhelp Still no response? If these are your corporate values,  I'll reluctantly cancel\n
58                                                                                                                                                                        More\n\n\n\n\n\n\nFirst release cooking up from a former employee on how @JeffBezos is cheating @amazon investors. Going to be 💣 $amzn\n
59                                                                                                                                                                     @facebook Who can I contact to resolve a copyright dispute? UMG asked for one of my videos to be removed, no email address given for reply\n
60                                                                                                                                                                                         Jihadists mock Trump travel ban, Says will help recruit members, vow more attacks https://t.co/NYgL8HwKS9 via @Reuters\n
61                                                                                                                                                                                                                        just finished a double sundae @McDonalds \n\n\n\n\n\n\nThings can't get better! #sundae\n
62                                                                                                                             RT @renomarky: #BoycottStarbucks \n\n\n\n\n\n\n⭐⭐⭐⭐⭐⭐⭐\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery RT alerts @Starbucks that you absolutely positively will never enter one of their… \n
63                                                                                                                                                              @foxandfriends @cherylcasone @FoxNews @Starbucks is anyone care about homeless vets&amp;hungry Americans? Fin struggling parents divorcing,kids💉\n
64                                                                                                                                                                                                                                               WELL played, @vinaytion😹\n\n\n\n\n\n\n(&amp; also @Starbucks :)\n
65                                                                                                                                                                                    RT @GoldmanSachs: In the latest episode of our podcast, $GS Research examines the labor impact of Artificial Intelligence… \n
66                                                                                                                                                                   #askebay @eBay hey, this morning i received paypal mail which say i authorize ebay to take me 34,5€ fees, but I don't sell anything this 1/2\n
67                                                                                                                                         RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
68                                                                                                                                                                                                               Asia targets tourism, education boost from Trump travel ban https://t.co/90LwmRSpAg via @Reuters\n
69                                                                                                                                                                        RT @TheBeat_Boss: I shredded my @Starbucks "Gold card", now I just deleted my app! Never again! #BoycottStarbucks, over 1k that I spe… \n
70                                                                                                                                                               RT @AmericanExpress: Find the perfect Valentine’s Day gift. Tweet #AmexOffers to save at @swarovski, @Wine_com &amp; @hotelsdotcom. https://t.c…\n
71                                                                                                                             RT @renomarky: #BoycottStarbucks \n\n\n\n\n\n\n⭐⭐⭐⭐⭐⭐⭐\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery RT alerts @Starbucks that you absolutely positively will never enter one of their… \n
72                                                                                                                                                                                                                    RT @IBM: Our statement on US Executive Order from January, 27, 2017 https://t.co/8nxfq1E1Qz\n
73                                                                                                                                                                  RT @Disney: True as it can be. 🌹 Tonight, see a new trailer for #BeautyAndTheBeast during #TheBachelor at 8 p.m. on ABC. https://t.co/8suvP…\n
74                                                                                                                                                                   @brumrocks @eBay its a shame Billy smoke so much, it couldn't have done his health much good, but I suppose it was the fashion then RipBilly\n
75                                                                                                                                                                   RT @AppSame: Hey Sally Yates @Starbucks is hiring OH Wait you're not an Illegal Alien \n\n\n\n\n\n\n#boycottstarbuks https://t.co/gpA7eZVIHc\n
76                                                                                                                                                                            RT @fightdenial: If @WellsFargo won't listen to the cries of help from Standing Rock, maybe going to their CEO's house will help.… \n
77                                                                                                                                                                   @Starbucks @realDonaldTrump Done with Starbucks, President DJT wants to put Americans back to work You want to take our jobs away back to DD\n
78                                                                                                                                                                           RT @JohnDeere: Using a 9RX with a putter in the drawbar, AutoTrac™ and SF3, @WesternSalesLtd knocks a golf ball off the tee with n… \n
79                                                                                                                                                                                         Check out Banpresto Dragonball Z -DX Sofubi Figure - "Chaoz" #Banpresto #DragonballZ https://t.co/lqkQ4buPws via @eBay\n
80                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
81                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
82                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
83                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
84                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
85                                                                                                                                                                   RT @GrayConnolly: @20committee @Reuters  I do like the DNI's unclassified "state of the world" publications...not really sure what else tha…\n
86                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
87                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
88                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
89                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
90                                                                                                                                         RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
91                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
92                                                                                                                                                                                                         RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
93                                                                                                                                                                                                  Hey @bbhill232 honey, try reading this. Stop being a Bannon baby. https://t.co/uc95aonZIc @rachelbeen @Google\n
94                                                                                                                                                                            RT @TheMarket76: Wade Whimsies, COW, Set 6, 1975 - Honey with Green base  https://t.co/ZwlQuYbxP7 via @eBay https://t.co/AZIC1SROfG\n
95                                                                                                   RT @DocThompsonShow: Can you hire a veteran?\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Starbucks is hiring #Refugees not #Veterans! \n\n\n\n\n\n\n\n\n\n\n\n\n\nPLZ HELP find jobs for 10K vets in Feb! \n\n\n\n\n\n\nUse…\n
96                                                                             RT @Razorleef: Uber CEO: I'm pro Trump \n\n\n\n\n\n\n\n\n\n\n\n\n\nEveryone: #deleteUber \n\n\n\n\n\n\n\n\n\n\n\n\n\nUber CEO: "wait, so is @Disney, @GM, &amp; @IBM!"\n\n\n\n\n\n\n\n\n\n\n\n\n\nDisney, GM, &amp; IBM: https://…\n
97                                                                             RT @Razorleef: Uber CEO: I'm pro Trump \n\n\n\n\n\n\n\n\n\n\n\n\n\nEveryone: #deleteUber \n\n\n\n\n\n\n\n\n\n\n\n\n\nUber CEO: "wait, so is @Disney, @GM, &amp; @IBM!"\n\n\n\n\n\n\n\n\n\n\n\n\n\nDisney, GM, &amp; IBM: https://…\n
98                                                                                                                                                          RT @AspallVinegar: #WIN a mixed case of @AspallVinegar\n\n\n\n\n\n\nCan you spot our cyder vinegar on @Tesco at https://t.co/57Bny8wbW4 RT+ reply a… \n
99                                                                                                                                                                   RT @businessinsider: With Islamic State gone, East Mosul residents face uncertain future https://t.co/FPeUG4tNMo by @Reuters https://t.co/0…\n
100                                                                                                                                                      Check out Japanese Animation Cel Production Original Kaitou St Tail Limited Rare #504  https://t.co/TkOgVr8AW5 via @eBay\n\n\n\n\n\n\n#Anime #Cel #Douga\n
101                                                                                                                                                                                              Check out Splatter University - Blu Ray - 88 Films, Slasher Classics Collection 04 https://t.co/cjI9DoOHi5 @eBay\n
102                                                                                                                                                                     when @Starbucks says they'll hire refugees, people say "what about vets". Seems they expect more from a coffee shop than their government\n
103                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
104                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
105                                                                                                                                                                              Check out Eurotek MRS3 Mid rise scissor lift "Three Phase Power" mobile kit included  #Eurotek https://t.co/vbQYL34U0S via @eBay\n
106                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
107                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
108                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
109                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
110                                                                                                              RT @cultcommoncore: Dumping @Starbucks\n\n\n\n\n\n\nIs like dropping cable tv.\n\n\n\n\n\n\nYou wonder how you paid \n\n\n\n\n\n\nSO much\n\n\n\n\n\n\nFor such crap\n\n\n\n\n\n\nFor SO long.… \n
111                                                                                                                                                                                When you want to look like you have morals, but all you care about is not stirring the pot. Hello @IBM https://t.co/Wa4nez3fc6\n
112                                                                                                                                                                   @Google If only they use their money for the homeless, veterans the sick and the poor  Americans. Muslims will not… https://t.co/Wh5b0fxz9d\n
113                                                                                                                                                                   @colettey6 @Nike I don't do any of those things anyway, hate to shop, eat fruit for breakfast. Hubby is deaf, movies are hard, no subtitles\n
114                                                                                                                                                                                                         @Gizmodo \n\n\n\n\n\n\n@IBM is a great American company! Has lots of real American values! Fantastic!\n
115                                                                                                                            RT @renomarky: #BoycottStarbucks \n\n\n\n\n\n\n⭐⭐⭐⭐⭐⭐⭐\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery RT alerts @Starbucks that you absolutely positively will never enter one of their… \n
116                                                                                                                                                                         Check out Lets Scare Jessica to Death: Zohra Lampert, Barton Heyman, Alan Manson (DVD) NEW  https://t.co/UjAYpskGB4 via @eBay OWN IT!\n
117                                                                                                                                                                                                                                @Reuters lol u can't even stand up to big bad Russia on ur own, gimme a break,\n
118                                                                                                                                                                                   @KennethBaer @MsFopra @Google its a ban to get the system fixed so our country is safe, why the hell are you protesting it?\n
119                                                                                                                                                                  @Starbucks is hiring 10,000 refugees. If you know refugees who need jobs because they are currently jobless or have a possibility of loosing\n
120                                                                                                                                                                  RT @McDonalds: Your McCafé run deserves a treat. Grab a tasty $2 SM Mocha, Latte, or Hot Chocolate. #McCafé #WinTheDay https://t.co/FKT5wNg…\n
121                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
122                                                                                                                                                                                                   Check out Belwith 1 1/4" Mushroom Knob P2511-WOA Lot of 12 Knobs #Belwith https://t.co/SOKCBLQBYY via @eBay\n
123                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
124                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
125                                                                                                                                                                                    @Citi #ImpetusPEFtriathlon has launched! If your firm likes a challenge, sign up a team (25% off)… https://t.co/oMyNMH7sop\n
126                                                                                                                                                                                                                                                           For some reason, I suddenly feel like @Starbucks...\n
127                                                                                                                                                                           @GoldmanSachs All that money, and this Persian millionairess will spend 19 hrs at the airport &amp; have her phone searched. Karma.\n
128                                                                                   RT @_CFJ_: #USMC Veteran Gunned Down in Chicago\n\n\n\n\n\n\n\n\n\n\n\n\n\nRIP Mr. Anderson\n\n\n\n\n\n\nhttps://t.co/xK05hqaUSO \n\n\n\n\n\n\n\n\n\n\n\n\n\n#BlackLivesMatter?\n\n\n\n\n\n\n\n\n\n\n\n\n\n@CBS @ABC @NBC… \n
129                                                                                                                                                                      RT @IonicMaterials: "Imagine: Three days of life on every phone charge instead of one and a half." @Pogue @Yahoo https://t.co/UslbOvQ5Bw\n
130                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
131                                                                                                                                        RT @PlaysTrumpCard: today I learned that @DunkinDonuts has great coffee at a better price than @Starbucks.\n\n\n\n\n\n\nSo thx for that Howard Schultz\n\n\n\n\n\n\n#…\n
132                                                                                                                                                                                               U.S. will change course on climate policy, says former EPA transition head https://t.co/0KC1RsJOZC via @Reuters\n
133                                                                                                                                                                                                            @netflix \n\n\n\n\n\n\n#SaveFakingIt\n\n\n\n\n\n\n#SaveFakingIt\n\n\n\n\n\n\nPlease Save Faking It\n
134                                                                                                                                                                          Check out Long ALFANI Geo Pendant Gold Hematite metal Herringbone Gold tone Chain NEW 32"  #ALFANI https://t.co/bpsTYvKdRq via @eBay\n
135                                                                                                                                                                  RT @lhfang: CEO statements are worthwhile, but at the end of the day firms like @Google support Trump's agenda by funding GOP groups like t…\n
136                                                                                                                            RT @renomarky: #BoycottStarbucks \n\n\n\n\n\n\n⭐⭐⭐⭐⭐⭐⭐\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery RT alerts @Starbucks that you absolutely positively will never enter one of their… \n
137                                                                                                                                                                   should be "secret" nor R they #legal @yonatanzunger @Google @SecurityStrateg @facebook @stanfordmarch @salesforce @NSAGov in @EU_Commission\n
138                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
139                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
140                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
141                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
142                                                                                                                                                @RScotland @FunnyAnimals @ScottBaio @KimmiK310 @Starbucks @Starbucksnews\n\n\n\n\n\n\nHey Rene,\n\n\n\n\n\n\nU sound like you need a lot of coffee to function\n
143                                                                                                                                                                                                                                               RT @Sony: Triangle, circle, X, square. #ReasonsToLoveMeIn4Words\n
144                                                                                                                                                                                                Check out 80 TILE GRAMMAR, SENTENCE BUILDING LEARNING SET, COLOR CODED, NEW  https://t.co/iDFoM10Ljb via @eBay\n
145                                                                                                                                                              Gemalto joins @BoschGlobal, @Cisco, @BNYMellon &amp; Foxconn to team up for #Blockchain #IoT.  - https://t.co/kdo5ILV5IM https://t.co/A1WEqTpMgI\n
146                                                                                                                                                                           RT @siniticom: Check out 2004 Star Wars Trilogy Collection Large Size Boba Fett 12" figure  Unopened  https://t.co/xklAOmb0rw @eBay\n
147                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
148                                                                                                                                                                              RT @Google: Happy #LunarNewYear! With glowing lanterns and lots of red, today's #GoogleDoodle welcomes the year of the rooster… \n
149                                                                                                                                                                                      Chetan Ahya, @MorganStanley: Consolidated fiscal deficit for India remains fairly high at current level. #ETNOWExclusive\n
150                                                                                                                                                                            RT @ErikaConner: Behind the scenes with @Astro_Flow and @GreatDayHouston talking @Chevron, football, space and the importance of… \n
151                                                                                                                                                                        @joethedeplorab2 @wjwheeler54 @MarkSimoneNY @Forbes I don't shop at any, but now that you go on, I'll join lines at @Starbucks Thanks!\n
152                                                                                                                                                                            RT @Honda: When you first start out, it's hard to know where you'll end up. See you 2/5/17. #PowerOfDreams https://t.co/9uit3d2qWZ\n
153                                                                                                                                                                      @GaryProfand2 @SAfricans4Trump @pepsi @ladygaga @MarinaAbramovic She gets some pretty strange "looks" about her: https://t.co/aU8itzRLrx\n
154                                                                                                                                                                       @greeneyes0084 @Starbucks also releasing Angry Feminist Frappuccino. It's mostly bile and vinegar, and the cup is foaming at the mouth.\n
155                                                                                                                                                                                              I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/vuGLuFBLzR\n
156                                                                                                                                                                                                               RT @Reuters: Trump to meet Novartis CEO, other pharma bosses on Tuesday https://t.co/62fB1F6XWk\n
157                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
158                                                                                                                                                                                       @VtCaptainsgirl @jwskss @HuffingtonPost @Starbucks Starbucks is implantedd worldwide, narrow minds in USA are clueless.\n
159                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
160                                                                                                                                                                      Who is the real buyer of a 19.5 percent stake in Rosneft? Journalists, truth-seekers - we need you. https://t.co/Vh6hYBQOx7 via @Reuters\n
161                                                                                                                                                                                  RT @Google: "If you have the feeling that something is wrong, don't be afraid to speak up." - Fred Korematsu #GoogleDoodle… \n
162                                                                                                                                                                                                                                                                          @pepsi FOLLOW ME , IM YOUR FAN PEPSI\n
163                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
164                                                                                                                                                                                       RT @Reuters: Trump meets with top drugmakers, calls on pharmaceutical industry to boost U.S. production, lower prices… \n
165                                                                                                                                                                                                         Check out Rare Vintage Lithograph Girl "Lovely To Look At" 9 x 7  1950s https://t.co/2FxdgUYJZO @eBay\n
166                                                                                                                                                                  RT @jenneumann: Every day, kids: Can we go to @Starbucks?  Me: We have coffee at home. Today, me: Hey kids, let's go to Starbucks! #support…\n
167                                                                                                                                                                  @CNN @CBS @CBSNews @ABC @abcnews @FoxNews Well, something could be done this: Starbucks could hire veterans, couldn… https://t.co/zJ58scMqmn\n
168                                                                                                                                                                             RT @GaminBalls: Can women use your stores in Saudi Arabia yet? \n\n\n\n\n\n\n@Starbucks #boycottStarbucks https://t.co/KaeKEbeofq\n
169                                                                                                                                                                             RT @Oracle: Oracle buys @apiaryio. Creates most completeAPI Integration Cloud, adding leading API design and governance solutio… \n
170                                                                                                                                                                        RT @Starbucks: @ambrosio_louis We’re committed to our veterans, too. We set a goal to hire 10,000 by 2018 and we’ve almost reached it.\n
171                                                                                                                                        RT @PlaysTrumpCard: today I learned that @DunkinDonuts has great coffee at a better price than @Starbucks.\n\n\n\n\n\n\nSo thx for that Howard Schultz\n\n\n\n\n\n\n#…\n
172                                                                            RT @Razorleef: Uber CEO: I'm pro Trump \n\n\n\n\n\n\n\n\n\n\n\n\n\nEveryone: #deleteUber \n\n\n\n\n\n\n\n\n\n\n\n\n\nUber CEO: "wait, so is @Disney, @GM, &amp; @IBM!"\n\n\n\n\n\n\n\n\n\n\n\n\n\nDisney, GM, &amp; IBM: https://…\n
173                                                                            RT @Razorleef: Uber CEO: I'm pro Trump \n\n\n\n\n\n\n\n\n\n\n\n\n\nEveryone: #deleteUber \n\n\n\n\n\n\n\n\n\n\n\n\n\nUber CEO: "wait, so is @Disney, @GM, &amp; @IBM!"\n\n\n\n\n\n\n\n\n\n\n\n\n\nDisney, GM, &amp; IBM: https://…\n
174                                                                                                                                                                                              I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/Y8gNMFJrRT\n
175                                                                                                                                                                                                               RT @Reuters: Senate committee approves Trump picks for Energy, Interior https://t.co/Xs51GY8ABg\n
176                                                                                                                                                                                                                         RT @travlr009: Make 2017 Starbucks free\n\n\n\n\n\n\n\n\n\n\n\n\n\nBoycott @Starbucks\n
177                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
178                                                                                                                                                                                             Kids craft a Valentine-themed photo box at next FREE @HomeDepot Kids Workshop, February 4 https://t.co/u5AefVnwdo\n
179                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
180                                                                                                                                                              RT @ashly_burch: Yo: @lyft, @Airbnb and @Starbucks are providing support to refugees &amp; immigrants. Show them YOUR support by patronizing th…\n
181                                                                                                                                                                  RT @TSwiftNZ: Just one week until Taylor will hit the stage for her #SuperSaturdayNight show in Houston, TX hosted by @ATT! https://t.co/gd…\n
182                                                                                                                            RT @renomarky: #BoycottStarbucks \n\n\n\n\n\n\n⭐⭐⭐⭐⭐⭐⭐\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery RT alerts @Starbucks that you absolutely positively will never enter one of their… \n
183                                                                                                                                                                                    RT @netflix: Unless pits of abysmal despair are your thing, then disregard enclosed advice. #ASOUE https://t.co/lhUXzqkswA\n
184                                                                                                      RT @FANTASY_FATAL: We miss Root &amp; Shaw, we want #ShootSpinOff\n\n\n\n\n\n\n@PersonInterest \n\n\n\n\n\n\n@CBS \n\n\n\n\n\n\n@CBSTVStudios \n\n\n\n\n\n\n@WarnerBrosEnt \n\n\n\n\n\n\n@warnerbrostv… \n
185                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
186                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
187                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
188                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
189                                                                                                                                                                          @nextofficial 1st time using Next Home , 2 missed delivery slots and faulty items! Not sure ill be using them again... #disappointed\n
190                                                                                                                                                       @facebook Immigration and Nationality Act of 1952 gives President Trump the power\n\n\n\n\n\n\n@realDonaldTrump Immigration and Nationality Act of 1952\n
191                                                                                                                                                                                     RT @Tuvok2017: Starbucks today was full of only lovely  people. 🖖☕\n\n\n\n\n\n\n@Starbucks \n\n\n\n\n\n\n#TheResistance\n
192                                                                                                                                        RT @PlaysTrumpCard: today I learned that @DunkinDonuts has great coffee at a better price than @Starbucks.\n\n\n\n\n\n\nSo thx for that Howard Schultz\n\n\n\n\n\n\n#…\n
193                                                                                                                                                         RT @highsnobiety: You might actually be able to cop this custom @Nike AF1 "Flowerbomb": \n\n\n\n\n\n\nhttps://t.co/OPd78hAYRd https://t.co/P2w8Xo2WPR\n
194                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
195                                                                                                                                                                             RT @pfizer: 5 years later, pledges made in the London Declaration are saving lives globally  –  we celebrate all partners drivi… \n
196                                                                                                                                                                  RT @Brandon1776: @Starbucks why not 10,000 veterans? @UncleSamsChild #veterans #VeteransBeforeRefugees #hypocrisy #wtf #liberallogic https:…\n
197                                                                                                                                                                                                                RT @Reuters: Senate Democrats boycott committee vote on Mnuchin, Price https://t.co/XAZIKrkneN\n
198                                                                                                                                                              1 day left (!) to register for Green Bonds Event, with keynote speaker Mike Eckhart of @Citi &amp; two panels of expert… https://t.co/1L1Ie1LVP5\n
199                                                                                                                                                                                 @JohnLegere @verizon @ATT @DigitalTrends Hey all you Verizon &amp; ATT customers, T-Mobile the best, through our experience .\n
200                                                                                                                                                                                                                RT @Reuters: Senate Democrats boycott committee vote on Mnuchin, Price https://t.co/XAZIKrkneN\n
201                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
202                                                                                                                                                                                      @Starbucks is hiring 10,000 refugees? Why not hire vets or out of work Americans? #boycottstarbucks #starbucksterrorists\n
203                                                                                                                                                                              @jimrome @CastrolUSA @Walmart can't believe this is Wilfork's favorite oil, figured he was a Crisco guy. https://t.co/5wamo8gMrp\n
204                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
205                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
206                                                                                                                                                                                                 RT @mmmellers: Nothing has made me want to buy @Starbucks more than this boycott, keep hiring good people 👌❤\n
207                                                                                                                                                                    Red cups, hiring refugees... I'm now there everyday in kinder and shorter lines #DrinkStarbucksToFightBigotry (and trump Trump) @Starbucks\n
208                                                                                                                                                                                                                RT @Reuters: Senate Democrats boycott committee vote on Mnuchin, Price https://t.co/XAZIKrkneN\n
209                                                                                                                                                                                 Check out Detox Tea 30 Bags Herbal Sliming Teatox, Clean Colon, Weight loss, Diet Slim Fit  https://t.co/hrgmUI7A1q via @eBay\n
210                                                                                                                                                                                                  RT @jennablan: Banks must plan for 'hard' Brexit, industry report warns https://t.co/0LLi9LzwMw via @Reuters\n
211                                                                                                                                                                                                                RT @Reuters: Senate Democrats boycott committee vote on Mnuchin, Price https://t.co/XAZIKrkneN\n
212                                                                                                                                                                                                               RT @Reuters: Senate committee approves Trump picks for Energy, Interior https://t.co/Xs51GY8ABg\n
213                                                                                                                                                            RT @bertkreischer: Oh shit - @billburr's NEW @netflix SPECIAL is out today!!! #WalkYourWayOut\n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease share w/ a friend!\n
214                                                                                                                                                                                                          Check out MODEL RAILROADER, 12 ISSUES, 1967 and 1968, VINTAGE, VG  https://t.co/WbekIaESdT via @eBay\n
215                                                                                                                                                                                     Check out THE ENEMY WITHIN, JOHN DEMOS, 2008, VIKING WITCHES 1ST EDITION, 1ST PRINTING  https://t.co/bEd4MYByAw via @eBay\n
216                                                                                                                                                                                                                           Hey @verizon , you guys are the absolute worst and I cannot wait to get rid of you.\n
217                                                                                                                                                     RT @robert737373737: @NHJosh @00LovelyDay00 @guyfrom_Houston @cultcommoncore @Starbucks The uniformed think they are all "conspiracy" \n\n\n\n\n\n\nhttp…\n
218                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
219                                                                                                                                                                                         #Savings app from @WellsFargo helps with #budgeting\n\n\n\n\n\n\n#fintech #mobileapp #banking https://t.co/Qs7Ml1yFSj\n
220                                                                                                                                                                  This morning, I was honored to join @Walmart, @Fritolay, and @Pepsi as they donate $100K to @StarOfHope. Thanks for… https://t.co/J5kD7taoXz\n
221                                                                                                                       RT @dilipjain1979: #ModiBoostsEconomy\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Boeing India opens engineering &amp; technology centre in #Bengaluru\n\n\n\n\n\n\nhttps://t.co/DwDURY0bNc  https://t…\n
222                                                                                                                                                     RT @Pamela_Moore13: Black unemployment rate DOUBLE the national average but @Starbucks give jobs to illegal allies\n\n\n\n\n\n\nAmericans should be firs…\n
223                                                                                                                                                    RT @BourseetTrading: 👁️How @Toyota Used Artificial Intelligence for #RAV4 #Campaign❓ ⏩https://t.co/HCYJypZvgT @invinciblesaad \n\n\n\n\n\n\n#AI #Marketi…\n
224                                                                                                                                                                  RT @michaelgravel: #boycott @Starbucks @Starbucksnews How about hiring 10000 single moms or 10000 disabled vets, or just 10000 Americans! #…\n
225                                                                                                                                                              RT @maggiesmithpoet: I wrote "Good Bones" at @Starbucks. Felt a little strange about that, mega-chain &amp; all, but not anymore. Coffee, poems…\n
226                                                                                                                                                                   @Starbucksnews @Starbucks and to a completely useless ban. What a great company. Thank you for your sensible, kind compassionate voice 2/2.\n
227                                                                                                                                                                             RT @BMW: Feel confident for all situations. \n\n\n\n\n\n\nThe interior of the #BMW #3series Gran Turismo. https://t.co/Mc5G8jQ84f\n
228                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
229                                                                                                                                                                                                    #Turkey dismissed more than 90,000 public servants in post-coup purge https://t.co/zYBBf8BNtI via @Reuters\n
230                                                                                                                                                                  RT @QuixoticThings: #MarilynMonroe From The Famed  #RedVelvetSessions  #TomKelley  #Poster 24" X 34"  https://t.co/6gugqT1dB8 via @eBay #Ma…\n
231                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
232                                                                                                                                                      RT @Dexerto: ➤ @Gillette sponsor League of Legends Intel Extreme Masters Katowice, sign @xPekeLoL as Brand Ambassador\n\n\n\n\n\n\n\n\n\n\n\n\n\nREAD:… \n
233                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
234                                                                                                                                                            RT @bertkreischer: Oh shit - @billburr's NEW @netflix SPECIAL is out today!!! #WalkYourWayOut\n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease share w/ a friend!\n
235                                                                                                                                                                             @TMobile Or how about telling someone they only owe $200 on their phone, but it turns to $400 when they call to pay off the bill?\n
236                                                                                                                                                                  If y'all don't already know about this @Google Chrome extention...oh man, it's fun. #resisttrumptuesday #biglebowski https://t.co/ZyzZoNvuJQ\n
237                                                                                                                                                              RT @StudentBunker: #FreebieFriday time! Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT https:/…\n
238                                                                                                             RT @bcwilliams92: 👉 @Starbucks hates Americans..\n\n\n\n\n\n\nHiring foreigners over unemployed American Veterans \n\n\n\n\n\n\n\n\n\n\n\n\n\n@starbucksprtnrs \n\n\n\n\n\n\n #DrinkStarbucksTo…\n
239                                                                                                                                                            RT @bertkreischer: Oh shit - @billburr's NEW @netflix SPECIAL is out today!!! #WalkYourWayOut\n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease share w/ a friend!\n
240                                                                                                                                                                                       RT @Reuters: Trump meets with top drugmakers, calls on pharmaceutical industry to boost U.S. production, lower prices… \n
241                                                                                                                                                                                                                               @Paytmcare how mich does it take ?\n\n\n\n\n\n\n@Flipkart @amazon takes 3 days.\n
242                                                                                                                                                                                   Check out Wood engraving art Othello and Desdemona Inspired by Shakespeare play,  Europe  https://t.co/I4F3YsLiaU via @eBay\n
243                                                                                                                                                                                               RT @GoldStuart: Senate committee approves Trump picks for Energy, Interior https://t.co/QCl0FXuhrx via @Reuters\n
244                                                                                                                                                                                 RT @Reuters: Syrian groups see more U.S. support for IS fight, plan new phase https://t.co/mYaMyiS4Sm https://t.co/rWUurv4wVL\n
245                                                                                                                                                              RT @KateHoit: So before insinuating that @Starbucks "hates" #veterans or start boycotting, why don't we take a knee &amp; see what they're doin…\n
246                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
247                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
248                                                                                                                                                                  @WaladShami @cultcommoncore @Starbucks theyre gonna boycott Starbucks the same way they did the last 3 times they boycotted it, by buying it\n
249                                                                                                                                                                  RT @raisinganchor: Under construction, Pakistan's first @Airbus A380 bridge. Coming Soon. Photo via ISB @facebook #PKPaxEx https://t.co/QEC…\n
250                                                                                                                                                                                 RT @Reuters: Syrian groups see more U.S. support for IS fight, plan new phase https://t.co/mYaMyiS4Sm https://t.co/rWUurv4wVL\n
251                                                                                                                                                                              RT @salesforce: The best content from Salesforce, all in one place. Explore now: https://t.co/q1vQh86RHc https://t.co/lK956BdVMG\n
252                                                                                                                                                   RT @TMobile: #TMobileTuesdays = a FREE @PandaExpress firecracker chicken entree! \n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet #CNYPartyPanda to get your Chinese New… \n
253                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
254                                                                                                                                                                         Awesome. 14 months after opening my Elite Controller, the left bumper breaks. Way to go, @Microsoft. $150 controller = cheap plastic.\n
255                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
256                                                                                                                                        RT @PlaysTrumpCard: today I learned that @DunkinDonuts has great coffee at a better price than @Starbucks.\n\n\n\n\n\n\nSo thx for that Howard Schultz\n\n\n\n\n\n\n#…\n
257                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
258                                                                                                                                                                 @CBS @SuperiorDonuts #SuperiorDonuts "Never Met A Sugar Powered Doughnut 🍩 I Didn't Like" #Sweepstakes #CBS #Comedy… https://t.co/CsR3dDze0S\n
259                                                                                                                                                                                          Digital pH Meter 6 Set of pH buffer powder + Bonus Alkaline Food Chart PDF, p... https://t.co/xiYtfms83Y via @amazon\n
260                                                                                                                                                           RT @Bayer: Overall #winner of the employer ranking by “Focus” magazine \n\n\n\n\n\n\n#Bayer is Germany’s best #employer\n\n\n\n\n\n\n@focusonline… \n
261                                                                                                                                                                  @Starbucks \n\n\n\n\n\n\nYou continue to shut out half your customer base. The half that voted for Trump. #MakeAmericaGreatAgain #TrumpTrain\n
262                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
263                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
264                                                                                                                                              RT @mannyanekal: BREAKING: @Gillette to sponsor @ESL #IEMKatowice and @xPekeLoL becomes Brand Ambassador\n\n\n\n\n\n\n\n\n\n\n\n\n\nAwesome to see Gillette in… \n
265                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
266                                                                                                                                                                                      Check out Antique French style outfit, silk doll dress for mignonette, antique laces   https://t.co/i0P2GemdDO via @eBay\n
267                                                                                                                                                                    Check out Vintage 1940's Art Deco Thorens "Vedette" Automatic Cigarette Lighter!! Works!! https://t.co/1jz3GaBnhS @eBay #vintage #lighters\n
268                                                                                                                                                                            RT @Honda: When you first start out, it's hard to know where you'll end up. See you 2/5/17. #PowerOfDreams https://t.co/9uit3d2qWZ\n
269                                                                                                                                                                  RT @VisitAbingdon: Anyone a @MadamSecretary fan? We just learned that #AbingdonVa was featured in the Jan. 15 episode "The Detour." @CBS @T…\n
270                                                                                                                                                                  RT @USAneedsTRUMP: I've already told my wife, family and friends to never spend another dollar at @Starbucks, we are ALL going to #BoycottS…\n
271                                                                                                                                                                                                                              RT @Starbucks: @dmrfinefoods You sure know how to enjoy life, and in style! ☕👗\n
272                                                                                                                                                                  RT @samcart: Houston, we have a problem. My friends @chuchuchels @holliday_ink @amanda90nicole have not been invited yet. @ATT @taylornatio…\n
273                                                                                                                                                                                                    Hi @easyJet do you know what is happening at CDG T2, we can't get into the terminal? I'm on flight ezy8327\n
274                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
275                                                                                                                                                                  RT @Lrihendry: Deplorables I am pleading with you NEVER do business with @Starbucks again, EVER! Let refugees patronize them with their $17…\n
276                                                                                                                                                                         Secretary Kelly has more important things to do than checking grammar, mmmkay Dumb Reporters?? @evanperez @ABC @Reuters @CBSNews @CNN\n
277                                                                                                                                                               Complete infrastructure, simplified migration &amp; integration. With @Oracle #IaaS, orgs can put worries behind them:… https://t.co/LqnSo4YZ4m\n
278                                                                                                                   @pepewasright Nobody will ever confuse your ignorance and bigotry for virtue.\n\n\n\n\n\n\n\n\n\n\n\n\n\nEducate yourself.\n\n\n\n\n\n\n\n\n\n\n\n\n\n @mchamurabi @MikeLibertyLaw @Reuters\n
279                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
280                                                                                                                                                                                    RT @netflix: Unless pits of abysmal despair are your thing, then disregard enclosed advice. #ASOUE https://t.co/lhUXzqkswA\n
281                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
282                                                                                                                                                                                 RT @SHannitysHair: @Starbucks @MarkSimoneNY great. Rather than hire refugees, perhaps you can hire 10,000 homeless AMERICANS.\n
283                                                                                                                                                                                 RT @SHannitysHair: @Starbucks @MarkSimoneNY great. Rather than hire refugees, perhaps you can hire 10,000 homeless AMERICANS.\n
284                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
285                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
286                                                                                                                                                               RT @TrumpSuperPAC: Instead of hiring AMERICANS Starbucks rather discriminate &amp; hire 10,000 REFUGEES! Buy @McDonalds coffee, cheaper &amp;… \n
287                                                                                                                                                                          Hey @amazon, I'd like to shop here but can't anymore. Stop selling all Trump-related products. #BoycottTrump https://t.co/tzDRm3UO84\n
288                                                                                                                                                                                              I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/mPddB8ojKl\n
289                                                                                                                                                                                                If I have to choose between @realDonaldTrump and @Starbucks. "Yeah hi, I'll get a venti skinny vanilla latte".\n
290                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
291                                                                                                                                                                                       #SBA means Smart, Bold and Accessible per #JackieRobinsonBurnette. #OGCAtlanta @AmericanExpress https://t.co/qrgfj2C6qy\n
292                                                                                                                                                                                    Dean and Tyler Bundle - One Tranquility Collar 38"x1/2 and Braidy Bunch Leash #DeanTyler https://t.co/r7aeX08eNw via @eBay\n
293                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
294                                                                                                                                                                                   "We have 93 Million unemployed American citizens and @Starbucks offers to hire 10k #Syrianrefugees… https://t.co/jizOyNwlu4\n
295                                                                                                                                                                                              @nikitakhara @Starbucks so 10 thousand folks will lose jobs,to allow 10 thousand refugees may be hired-seems odd\n
296                                                                                                                                                                  Visited a @Starbucks. Said I want a cup of coffee. Guy said "We don't have COFFEE. We have crafted coffee beverages… https://t.co/LHPm1vPwWl\n
297                                                                            RT @Razorleef: Uber CEO: I'm pro Trump \n\n\n\n\n\n\n\n\n\n\n\n\n\nEveryone: #deleteUber \n\n\n\n\n\n\n\n\n\n\n\n\n\nUber CEO: "wait, so is @Disney, @GM, &amp; @IBM!"\n\n\n\n\n\n\n\n\n\n\n\n\n\nDisney, GM, &amp; IBM: https://…\n
298                                                                                                                                        @KenRoth add them 3000 academics who used to work at 15 Universities closed by Erdogan regime.\n\n\n\n\n\n\nYes, universities, closed\n\n\n\n\n\n\n@aliHaslan @Reuters\n
299                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
300                                                                                                                                                                                                      FOLLOW WALMART   @Walmart    THEY ARE GOING AFTER AMAZON\n\n\n\n\n\n\nWalmartVerified account   @Walmart\n
301                                                                                                                                                                                      RT @Reuters: ⚡️ “What is left of the University of Mosul?” \n\n\n\n\n\n\nhttps://t.co/JuFKhpbV28 https://t.co/aNhep1xUBN\n
302                                                                                                                                                                                                                                               @Reuters Fairy town U,S,A, There is more to this than just you.\n
303                                                                                                                                                                       RT @GoldmanSachs: Populism fueled by slow growth, wealth inequality and social media will be a major transition in 2017 #GSAM Outlook… \n
304                                                                                                                                                                                                                                   @DebbieRhoden57 @Reuters Hang in there? Break the law, you pay the price...\n
305                                                                                                                                                                                        Check out Magenta Sunset Rose- Royal Albert Beatrix Potter Figurine "Benjamin Wakes Up"  https://t.co/PXoHG6Ptdf @eBay\n
306                                                                                                                                                                                                 RT @SandraH597: @cyberdayze\n\n\n\n\n\n\nCyberDayze Page Publishing, Inc. https://t.co/Pxzf4aXwDe via @amazon\n
307                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
308                                                                                                                                                                                     Check out Hoosier White Milk Glass Starburst Pattern 4044 Bud Vase 8 Panel 9" Tall VTG  https://t.co/rmA0ex6l6G via @eBay\n
309                                                                                                                                                      RT @LAKings: Today's the last day to vote for your @McDonalds January Player of the Month!\n\n\n\n\n\n\n➡️ https://t.co/pWJ5VVhogP https://t.co/PxwznL1K…\n
310                                                                                                                                                                                                                              RT @NHL: Your @Honda #NHLAllStar MVP, Wayne Simmonds. 🚂 https://t.co/gvzJRH5RHm\n
311                                                                                                                                                                            @McDonalds last month I found a straw. Shoved in my drink, still in it's wrapper and a few years ago I found maggots in my burger.\n
312                                                                                                                                                                                                    @nethead @ATT @sprint Sorry to read that Net. Can't even tell you to pull the plug. Grumble, grumble... (:\n
313                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
314                                                                                                                                                                  RT @kunwarNitin3: Falling Grace: It falls when you love, it falls when you force by Kunwar Niti... https://t.co/LCzF4McryT via @amazon WELC…\n
315                                                                                                                                                                                  Check out James Cameron's Titanic Poster Book by James Cameron (1998, Paperback) EX Cond.  https://t.co/H9Q1mQ49zS via @eBay\n
316                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
317                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
318                                                                                                                                                          ATTENTION KRU!!!\n\n\n\n\n\n\nUse this link to request @netflix a #Lexaspinoff with Clexa together &amp; grounders👇👇👇👇👇 https://t.co/jXkNLl0EUj\n
319                                                                                                               RT @BigWangTheoryy: Uber CEO came out like: \n\n\n\n\n\n\n\n\n\n\n\n\n\nYOU going broke! &amp; YOU going broke!! We all going BROKE!!\n\n\n\n\n\n\n\n\n\n\n\n\n\n@TeslaMotors @GM @pepsi @IBM… \n
320                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
321                                                                                                               RT @BigWangTheoryy: Uber CEO came out like: \n\n\n\n\n\n\n\n\n\n\n\n\n\nYOU going broke! &amp; YOU going broke!! We all going BROKE!!\n\n\n\n\n\n\n\n\n\n\n\n\n\n@TeslaMotors @GM @pepsi @IBM… \n
322                                                                                                                                                                                               @Lrihendry @ChristiChat @Starbucks @DunkinDonuts The Democrat’s Motto:  Distract, Delay, Disrupt, &amp; Destroy\n
323                                                                                                                                                                          #MapsAreCool -- @Microsoft partners with @HERE, TomTom and Esri to create the next "world graph" https://t.co/RPZDDgXZLu via @onmsft\n
324                                                                                                                                                                  @Starbucks I've never had the need to try StarB but now that racist are boycotting, I think the quality of the place will rise, See you soon\n
325                                                                                                                                                                     If this latest (of many failed) boycotts of @Starbucks by right wingers has shown anything, it's that Starbucks is unstoppable! #caffeine\n
326                                                                                                                                                                     Dear @Lisa_Herbold, Please vote YES to cancel Seattle's $3B contract w/ @WellsFargo.\n\n\n\n\n\n\n#StartWithSeattle \n\n\n\n\n\n\n#NoDAPL\n
327                                                                                                                                                               GREAT tips for your #smallbiz? Check out this eBook with @yourbrandmrktng, @Microsoft @CarolJSRoth &amp; @PointA_PointB https://t.co/SB0CmO7Fmr\n
328                                                                                                                                                     RT @VA_GOP: Tell @Starbucks to hire 10,000 more Americans instead of 10,000 refugees! Sign our petition here: https://t.co/fAIECZygUS\n\n\n\n\n\n\n#boyc…\n
329                                                                                                                                                                                           RT @wonderlandmag: With an all-new UK cast, @Disney welcomes us to their latest addictive teen series “The Lodge”… \n
330                                                                                                                                                                                        How Toyota, Target, Best Buy are fighting back against Republican border tax push https://t.co/7lWOJxsPXD via @Reuters\n
331                                                                                                                                           RT @USAneedsTRUMP: Every RT will remind @Starbucks of the💰they're losing for choosing to put Americans LAST \n\n\n\n\n\n\n#BoycottStarbucks \n\n\n\n\n\n\nSuppor… \n
332                                                                                                                                                                     Dear @CMRobJohnson, as your constituent in 98115, please vote YES to cancel @WellsFargo contract. WF is liability and we should dump them\n
333                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
334                                                                                                                                                                     Check out Franklin Mint Heirloom Collector Plate "FOREVER FREE" Eagle Plate-Fine Porcelain https://t.co/LDdHxPxg7h @eBay #eagles #America\n
335                                                                                                                                                                   RT @DeadPatriotsMSC: @McDonalds I went to McDonald's today. Tried the new grand Mac, it's the only thing I ate all day, gross! I'm sick as…\n
336                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
337                                                                                                                                                                                        @Lloyd__Sauce seriously @facebook and @Twitter need to look into a dislike button, cause this is where I would use it.\n
338                                                                                                                                                                                 Check out 3pc Bath Rugs Mats Bathroom Set: Bath Mat,Contour Rug, Toilet Lid Cover, Striped  https://t.co/KfUWdcjBYa via @eBay\n
339                                                                                                                                                            RT @bertkreischer: Oh shit - @billburr's NEW @netflix SPECIAL is out today!!! #WalkYourWayOut\n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease share w/ a friend!\n
340                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
341                                                                                                                                                RT @Microsoft: Can a machine experience human emotion?\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Tate #IKPrize winners set out to answer that question in their AI-powered… \n
342                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
343                                                                                                                                                                          @prestons @comcast cool, thanks for the heads-up. Although I noticed in the FAQ that I have to have a 'traditional' STB in the home?\n
344                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
345                                                                                                                                                                                  @LetToysBeToys @Tesco it's appalling, where's the supermarket? How will girls ever know where to buy their husband's supper?\n
346                                                                                                                                        RT @DavidYankovich: Kudos- @Starbucks CEO commits to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo those tweeting #boycottstarbucks, simple question; do you na…\n
347                                                                                                                                                                        RT @LetToysBeToys: Dear @Tesco don't you think this 'Girls Town Map Rug' with hair salon, shoes, lots pink etc promotes stereotypes?… \n
348                                                                                                                                                                                    new outfit post feat. #mdsstripes @LoefflerRandall @Burberry!\n\n\n\n\n\n\nhttps://t.co/oAqqmdUT9h https://t.co/UsGgVaR9C9\n
349                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
350                                                                                                                                                                                                                       RT @TuriaPitt: This is classic! No excuses, not even age. @Nike https://t.co/JULFCCpE9r\n
351                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
352                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
353                                                                                                                                                                  RT @2GreekBrothers: @Reuters Sorry but on this one I'm with Donald: if they are illegals they shouldn't be cuddled, protected, supported. J…\n
354                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
355                                                                                                                                                                                                  Dear @Lisa_Herbold, please vote YES to cancel Seattle's contract with @WellsFargo. #startwithseattle #NoDAPL\n
356                                                                                                                                                                                     RT @GreysABC: Here's @sarahdrew's shelfie! Share yours, and @Disney and @FirstBook will deliver a book to kids in need!… \n
357                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
358                                                                                                                                                                                   RT @Reuters: Trump pushes drugmakers for lower prices, more U.S. production https://t.co/IpBsj0U1Cm https://t.co/kpVyMUNstv\n
359                                                                                                                                                                                       If anyone can do it, @realDonaldTrump can Make @McDonalds Great Again! I hope so, they need it. https://t.co/UBMgmHe8R0\n
360                                                                                                                                                                                              Check out #Mickey Mouse Playing #Soccer #Disney Sri Lanka Ceramic Figurine 4"  https://t.co/ZFW1WfKcOX via @eBay\n
361                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
362                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
363                                                                                                                                                                                  Probs gonna need some @Starbucks to get through today. But that's okay, I'll happily give more money to a dope organization.\n
364                                                                                                                                                                                                                        @nia4_trump @Starbucks @POTUSwhat he meant to say hiring abroad, you want to go there?\n
365                                                                                                                                                                                                                              @DangeRussWilson @facebook @Microsoft loser 7 super bowls, yeah right, u wannA😍\n
366                                                                                                                                                                       RT @Reuters: RT @ReutersOpinion: ‘Why is my family a national security threat?’, by ... https://t.co/L147xNIprb https://t.co/itKSZtlHkG\n
367                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
368                                                                                                                                                            RT @bertkreischer: Oh shit - @billburr's NEW @netflix SPECIAL is out today!!! #WalkYourWayOut\n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease share w/ a friend!\n
369                                                                                                                                                                                                          @KAPPKVEW @amazon cancelling my prime &amp; ordering somewhere else. Stick to selling, not politics.\n
370                                                                                                                                                                        RT @LetToysBeToys: Dear @Tesco don't you think this 'Girls Town Map Rug' with hair salon, shoes, lots pink etc promotes stereotypes?… \n
371                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
372                                                                                                                                                                               I don't actually drink Coke or coffee, but I'm going to start. @CocaCola and @Starbucks have a new fan! https://t.co/e3hCBlhoP4\n
373                                                                                                                                                                   Have you seen the new @Disney #BeautyAndTheBest trailer yet? We've got the video and preview pics too!\n\n\n\n\n\n\nhttps://t.co/1JB984xoxH\n
374                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
375                                                                                                                                                   RT @AniroC_2: RT 4 SHARKS!\n\n\n\n\n\n\n#BoycottFedEx by shipping 📦 📦 via @UPS til @FedEx STOPS shipping #shark fins! #FedExtinction https://t.co/KEprm7…\n
376                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
377                                                                                                                                        RT @ValaAfshar: Two most valuable companies in the world are @Apple and @Google.\n\n\n\n\n\n\n\n\n\n\n\n\n\nJobs is a son on an immigrant. Brin was a refugee. https:…\n
378                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
379                                                                                                                                                                                                            @NishaN611 @taylornation13 @ATT it's real! A few people are getting contacted today, so jealous :(\n
380                                                                                                                                                                                       Exclusive: In negotiating to free Americans in Iran, U.S. blinked on new sanctions https://t.co/SHWWMl5iBX via @Reuters\n
381                                                                                                                                                 RT @angelish0ne: i am never coming home ....\n\n\n\n\n\n\n @FedEx \n\n\n\n\n\n\nStop transporting cetaceans \n\n\n\n\n\n\n#OpSeaWorld https://t.co/EtEIbVCF4x\n
382                                                                                                                                                    RT @walmyrcarvalho: Hey @Nike, your push system is working, nice test!\n\n\n\n\n\n\n\n\n\n\n\n\n\n(in production, with real users) https://t.co/5lFuLbyrmI\n
383                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
384                                                                                                                                                                                                             RT @Reuters: 1,700 residents of Flint, Michigan sue EPA over water crisis https://t.co/FE54Y5Augm\n
385                                                                                                                                                              RT @GoldmanSachs: Watch @Nasdaq CEO @adenatfriedman talk blockchain, machine intelligence &amp; more #TalksAtGS https://t.co/OfbnlPAoQ8 https:/…\n
386                                                                                                                                                                  @Google seems 2 be in need of an aggressive @IRS audit, maybe have @FEC look into influence-peddling? An alternativ… https://t.co/deYYREQXV1\n
387                                                                                                                                                                                                             RT @Reuters: 1,700 residents of Flint, Michigan sue EPA over water crisis https://t.co/FE54Y5Augm\n
388                                                                                                                                                                       RT @TheBeat_Boss: I shredded my @Starbucks "Gold card", now I just deleted my app! Never again! #BoycottStarbucks, over 1k that I spe… \n
389                                                                                                                                                                            RT @Honda: When you first start out, it's hard to know where you'll end up. See you 2/5/17. #PowerOfDreams https://t.co/9uit3d2qWZ\n
390                                                                                                                                                                  RT @usmc701952: @14trump2016 @Starbucks As a Vet,I will be frequenting your stores more often.POTUS is egregiously undermining our Constitu…\n
391                                                                                                                                                                  RT @Dhx_x: $100 AMAZON GIFTCARD GIVEAWAY! Thanks to @amazon! Like, Retweet, Follow!! Part of the 10k followers giveaway! https://t.co/JYgiw…\n
392                                                                                                                                                                                 RT @BoF: In 2016, @Nike overtook @LouisVuitton as the most valuable apparel brand in the world. https://t.co/lT5zxwnss7 via… \n
393                                                                                                                                                                             RT @RisingSilent: So @Starbucks just to be clear, you'll only be hiring the friendly Muslims like the one on the left, correct?… \n
394                                                                                                                                                                                                                                       RT @TMobile: @thayesnet Way to go, Ivan! Have a great time! 🍍🍹🌴 *JPL\n
395                                                                                                                                                                                                             RT @Reuters: 1,700 residents of Flint, Michigan sue EPA over water crisis https://t.co/FE54Y5Augm\n
396                                                                                                                                                                                          Check out White Cream Color Beaded 30 inch Necklace, Silver Tone Metal. #Unbranded https://t.co/zmhhroWpSu via @eBay\n
397                                                                                                                                                                                                             RT @Reuters: 1,700 residents of Flint, Michigan sue EPA over water crisis https://t.co/FE54Y5Augm\n
398                                                                                                                                                                                                             RT @Reuters: 1,700 residents of Flint, Michigan sue EPA over water crisis https://t.co/FE54Y5Augm\n
399                                                                                                                                                                                  RT @By_JackRoberts: '60s vintage @Ford COEs. "Aerodynamics? We don't need no stinking aerodynamics!" https://t.co/2blp0IZIm5\n
400                                                                                                                                                                                                             RT @Reuters: 1,700 residents of Flint, Michigan sue EPA over water crisis https://t.co/FE54Y5Augm\n
401                                                                                                                                                                   RT @TrumpPence45: Hey, @Starbucks! Instead of hiring refugees, why don't you hire ARMY VETS instead? Those are the ones deserving of a job.\n
402                                                                                                                                        @taylorswift13 @LilTunechi @kanyewest @Eminem @50cent @Drake @NICKIMINAJ @YouTube @Google\n\n\n\n\n\n\nSO that MEAN I CAMPAIGNED MY REFORM\n\n\n\n\n\n\nno1 MATCHES IT\n
403                                                                                                                                                                                  Hey @ATT, look around. Las Vegas is a strong union town! @Culinary226 @CWAUnion @NVAFLCIO #1u #Vegas https://t.co/UnLaEbH0V2\n
404                                                                                                                                                                                   RT @Reuters: Trump puts U.S. food, farm companies on edge over Mexico trade https://t.co/ZaMUeOhhq7 https://t.co/lgHL3gCm86\n
405                                                                                                                                                              RT @ScottBaio: Dear @Starbucks, why not hire unemployed Blacks, Hispanics, &amp; Veterans? I'm genuinely interested in your reply.   https://t.…\n
406                                                                                                                                                                       As a dedicated @Honda owner, I urge you to please not allow your advertising on hateful websites. @slpng_giants https://t.co/slkQfxIfTR\n
407                                                                                                                                                                                                       RT @Aavaiz: @Tesco transfer me 10,000 club card points and you can have it back https://t.co/rw5Us3PqUX\n
408                                                                                                                                        RT @PlaysTrumpCard: today I learned that @DunkinDonuts has great coffee at a better price than @Starbucks.\n\n\n\n\n\n\nSo thx for that Howard Schultz\n\n\n\n\n\n\n#…\n
409                                                                                                                                                    RT @AndyLeeman91: In all her glory outside the Audi garage 😍🚗 @Audi @AudiUK \n\n\n\n\n\n\n\n\n\n\n\n\n\n#SLine #TT #Blackedition https://t.co/3TZz8ZRCqa\n
410                                                                                                                                                                                                           Trump puts U.S. food, farm companies on edge over Mexico trade https://t.co/xY7GH0uk4S via @Reuters\n
411                                                                                                                                                                                  RT @pscoordsen13: @netflix don't miss the chance to to have the best story ever as your original series, make #BatB yours!… \n
412                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
413                                                                                                                                                                                RT @silkeklemm2batb: #BatB is such a fantastic show @netflix @netflixDE, pls add our beloved show 2 your orginal programming… \n
414                                                                                                                                                                                                                                    I just listed: 'French Kiss', for 3.00 via @amazon https://t.co/K0CJYscee3\n
415                                                                                                                                                                                         Check out 106ctw 7.25" Purple White Topaz Tennis Bracelet 18k WGF #Handmade #Tennis https://t.co/0z9CIYgi26 via @eBay\n
416                                                                                                                                                                           @Ken_Aldis @nikitakhara @shadesofpale23 @dwagon @Starbucks \n\n\n\n\n\n\n\n\n\n\n\n\n\nHiring vets is gonna make their stocks drop?\n
417                                                                                                                                                                              @netflix We would all come out winners, if #BatB were part of your original programming #NetflixSaveBatB https://t.co/VDoOtSKasz\n
418                                                                                                                                                                                                                            @JulianDApostate @2ndTierFan @Reuters nope. Last time will be called "impeachment"\n
419                                                                                                                                                              RT @StudentBunker: #FreebieFriday time! Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT https:/…\n
420                                                                                                                                                                                                                                                   RT @thelitjoint: @Reuters Trump , Making America Hate Again\n
421                                                                                                                                        RT @PlaysTrumpCard: today I learned that @DunkinDonuts has great coffee at a better price than @Starbucks.\n\n\n\n\n\n\nSo thx for that Howard Schultz\n\n\n\n\n\n\n#…\n
422                                                                                                                                                                  @slaprupheg @Reuters so there are 900 signatures, someone please tell me what this means. If the scum can fire the AG then how can this help\n
423                                                                                                                                                                   @Google already on the verge of switching to @bing for everything, today: ugly UI cards awful beige background. why not leave search alone?\n
424                                                                                                                                                                   RT @TrumpPence45: Hey, @Starbucks! Instead of hiring refugees, why don't you hire ARMY VETS instead? Those are the ones deserving of a job.\n
425                                                                                                                                                                  RT @USAneedsTRUMP: I've already told my wife, family and friends to never spend another dollar at @Starbucks, we are ALL going to #BoycottS…\n
426                                                                                                                                                     RT @pscoordsen13: @netflix Are you ready to do this, make #BatB your original program, cause we sure are! \n\n\n\n\n\n\n#NetflixSaveBatB https://t.co/Y4…\n
427                                                                                                                                                                           RT @debwebb4: #BoycottStarbucks @Starbucks  Starbucks you had one job, make the coffee and you just couldn't do it. Heading to Jo… \n
428                                                                                                                                                              RT @pamcoordsen: @netflix Austin Basis is our "KingBeastie" &amp; as JT plays a pivotal character to the #BatB story. #NetflixSaveBatB https://…\n
429                                                                                                                                                                                       RT @Reuters: Trump meets with top drugmakers, calls on pharmaceutical industry to boost U.S. production, lower prices… \n
430                                                                                                                                                                   Diary of Anxiety Girl: stranger @kroger started convo w/ me, midway through I shook his hand then realized he WAS JUST TALKING W/ HIS HANDS\n
431                                                                                                                                                                  RT @Reuters: BREAKING: Apple iPhone sales beat estimates, marking their first quarterly growth in a year. https://t.co/VWopNteu4P https://t…\n
432                                                                                                                                                                  RT @stereorv: After 11 years, @GriffinHouse music is being played on the @Starbucks Playlist. Thnk U! Big reason why we got n 2 songwriting.\n
433                                                                                                                                     Oh yes! Best idea ever! What are you waiting for?\n\n\n\n\n\n\n#LexaAlive2017 \n\n\n\n\n\n\n#LexaSpinOff\n\n\n\n\n\n\n@netflix @hulu @FOXTV @CBS… https://t.co/NO8oplyr2m\n
434                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
435                                                                                                                                                                                                                               @sahilkapur @Reuters Uh-oh, he will have that list... I am more than concerned.\n
436                                                                                                                                                                    AUCTION STARTS FROM 1 CENT #KnightsTemplar Cross Ceramic Tile Flag Masonic #Templars Knight\n\n\n\n\n\n\nhttps://t.co/lOmxCnAL2C via @eBay\n
437                                                                                                                                                                                 Check out Vintage #Tupperware 2 Qt Pitcher Blue w/ Press Button Seal Lid 8 1/4" Tall #1676  https://t.co/EZmXEFeqZV via @eBay\n
438                                                                                                                                                                  RT @999Vincat: @netflix #BATB  This show lends itself to love, passion, bromance: so many story possibilities, that are still left untold #…\n
439                                                                                                                                                                  @HSBC is funding Indonesian forest destruction, home of endangered orangutans. Tell them 2 stop now! https://t.co/tti6cEDwWo. Sign Petition!\n
440                                                                                                                                                                                  RT @Google: "If you have the feeling that something is wrong, don't be afraid to speak up." - Fred Korematsu #GoogleDoodle… \n
441                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
442                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
443                                                                                                                                                                        RT @ambajorat: Very smart: "Mobile is killing the Payment Player" https://t.co/lfsysYWVMw @jochensiegert @a16z @PayPal @paymentbanking\n
444                                                                                                                                                                          RT @DonnieWahlberg: The look from Lumpy that says "unless you're building me a new doghouse, can we leave @HomeDepot now and go to… \n
445                                                                                                                                                                  RT @Reuters: BREAKING: Apple iPhone sales beat estimates, marking their first quarterly growth in a year. https://t.co/VWopNteu4P https://t…\n
446                                                                                                                                                                            RT @Adobe: We're in bed with the filmmakers behind "Manifesto" starring Cate Blanchett at Sundance. Watch: https://t.co/HGzsFfE89I\n
447                                                                                                                                                                                        @nytpolitics Woah woah woah, is this for real? @nbc @CBS @ABC @FOXTV  Is this nation now just a shitty pageant? Gross.\n
448                                                                                                                                        RT @BobbyAxelrod2: I am asking all #TrumpSupporters to boycott @netflix and @Starbucks starting 02/01/17 for 30 days. Pls share!!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://…\n
449                                                                                                                                                                   RT @StudentBunker: #Competition time! 💖 Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT 💖\n
450                                                                                                                                                                                     RT @Reuters: LGBT advocates scared, despite White House words on equality https://t.co/Oem9VxExpK https://t.co/RicXgnvicG\n
451                                                                                                                                                                     @usa_wk  Thanks for following me! Be sure to ✔ out my book "The Twins of Aerobith" available @amazon / @BNBuzz /… https://t.co/hQh72wBfy5\n
452                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
453                                                                                                                                                                  @amazon  needs to keep it going and ban all Trump merchandise off its Store, official and non-offical. that goes for all his family members.\n
454                                                                                                               RT @BigWangTheoryy: Uber CEO came out like: \n\n\n\n\n\n\n\n\n\n\n\n\n\nYOU going broke! &amp; YOU going broke!! We all going BROKE!!\n\n\n\n\n\n\n\n\n\n\n\n\n\n@TeslaMotors @GM @pepsi @IBM… \n
455                                                                                                                                                                                    RT @wccn: @kindNotWeak2017 @carlbernstein @Reuters @Khanoisseur Treason is worthy of an investigation, no matter how hard.\n
456                                                                                                                                                                                                                   RT @amazon: #AmazonPrime boxes, the key to a cat's heart. #PrimePet https://t.co/jwQzTIHBBT\n
457                                                                                                                                                                      RT @Marshalled_It: @HP So I know this may be a bit belated, but my 3 year old laptop, which never really left my desk, just refuses to… \n
458                                                                                                                                                                                 RT @intel: If Intel 360° Replay Technology can make THIS look epic, imagine what’ll look like in the big game. Watch below.… \n
459                                                                                                                                                                                 RT @intel: If Intel 360° Replay Technology can make THIS look epic, imagine what’ll look like in the big game. Watch below.… \n
460                                                                                                                                                                   RT @57Veronica: @netflix @NetflixNL Beauty and the Beast has the most amazing chemistry, don't let that go to waste! Please continue #BatB…\n
461                                                                                                                                                              New @facebook data tools will help marketers go beyond ad views &amp; see what "actually moves the needle for their bus… https://t.co/gTTAIX9qQB\n
462                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
463                                                                                                                                                                            And I'm hoping no one noticed my earlier tweet that said @netflix instead of @AmazonVideo I have both, and I love them equally. 😏\n
464                                                                                                                                                                  RT @57Veronica: @netflix The chemistry of #BatB is really special, don't let it go to waste! Please give Beauty and the Beast a new home! #…\n
465                                                                                                                                                  RT @Disney: He's a real pug! Get Pinocchio on Blu-ray, Digital HD, and @DisneyAnywhere: https://t.co/qGUyckyAYm\n\n\n\n\n\n\n\n\n\n\n\n\n\n(🐶: itsdougthe… \n
466                                                                                                                                                                                    Check out this Amazon deal: Honor 5X  Unlocked Smartphone, 16GB Sunset Go... by Huawei https://t.co/yZNodMGLKt via @amazon\n
467                                                                                                                                                                                                                RT @Starbucks: We're sending out exclusive offers, only on Twitter. 🙌 https://t.co/PhBJznMBOx\n
468                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
469                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
470                                                                                                                                                                                               @candykirby @Starbucks You're welcome. BTW, tomorrow they go back to what they usually write on your sippy cup.\n
471                                                                                                                                                                                                                   RT @IBM: Our statement on US Executive Order from January, 27, 2017 https://t.co/8nxfq1E1Qz\n
472                                                                                                                                        RT @Thor_Sun: @MSNBC @CNN @ABC @CBS @NBC #deplorable you're giving BLOTUS airtime for STOLEN SCOTUS pick!\n\n\n\n\n\n\nNOT watching! #BlackoutTrump\n\n\n\n\n\n\n#Gra…\n
473                                                                                                                                                                                                           So I ordered a Christmas present from @amazon in November, I got this today https://t.co/qAus6NHT84\n
474                                                                                                                                                                                                 RT @moonbeam19652: Check out Kahlua Lighted Sign With Tiki Totems 23"x 13"  https://t.co/S4720yzVUm via @eBay\n
475                                                                                                                                                                    RT @scooby_brew: @Reuters why do u need meetings and propaganda to discuss how to report on Trump? How about truth, honesty, free speech?…\n
476                                                                                                                                                                  RT @TVD_Season_7: As #TVD prepares to say goodbye, @mkmalarkey talks about drenching @ninadobrev sponsored by @ATT! #TVDForever https://t.c…\n
477                                                                                                                                                                  RT @321howard321: As a dedicated @Honda owner, I urge you to please not allow your advertising on hateful websites. @slpng_giants https://t…\n
478                                                                                                                                                                       RT @Cameron_Gray: Maybe if homeless vets just say they're refugees, @airbnb will give them housing and @Starbucks will give them a jo… \n
479                                                                                                                                                                                      RT @Sony: Rethink your reality. Watch the #LostInMusic launch highlights here, featuring @TheChainsmokers. Full video:… \n
480                                                                                                                                                                           @NoraKin51047070 @NARAL @NYGovCuomo @Reuters It would be awful. Women dying, full orphanages, no one to take care of all the babies\n
481                                                                                                                                                                                                       Grab your @Nike's, grab a @Starbucks and get to work defending the people of this country!  #Resistance\n
482                                                                                                                                                  @Republican__Man @KORANISBURNING @Reuters that's bullshit, employers should b able to hire and fire whomever they want!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#banislam\n
483                                                                                                                                                                                     RT @DupesKnaves: @joshobjects @Reuters Lol, and calling something evil doesn't make it evil. Typical ignorant relativist.\n
484                                                                                                                                                                                  RT @Google: "If you have the feeling that something is wrong, don't be afraid to speak up." - Fred Korematsu #GoogleDoodle… \n
485                                                                                                                                                                                  @USPSHelp How do I blacklist @comcast ? I have been rejecting their promo mailers since September, but they will not stop...\n
486                                                                                                                                        RT @Thor_Sun: @MSNBC @CNN @ABC @CBS @NBC #deplorable you're giving BLOTUS airtime for STOLEN SCOTUS pick!\n\n\n\n\n\n\nNOT watching! #BlackoutTrump\n\n\n\n\n\n\n#Gra…\n
487                                                                                                                                                                     If you want to open a bank account,  have no access to your funds and deal with ass clowns on the phone, I highly recommend @WellsFargo .\n
488                                                                                                                                                                          Just saw this on Amazon: TaoTronics Bluetooth Headphones, Wireless I... by TaoTronics for $16.99 https://t.co/3crpkofKwz via @amazon\n
489                                                                                                                                                                                    Check out Smudge Fan, Deer Antler, Rabbit Fur, Ceremonial, Spritual Cleansing, Healing   https://t.co/QR17la4aLM via @eBay\n
490                                                                                                                                                                                                                      Good work, @AM_LaceyPR! Managed to sneak a @Disney GIF in your goodnight tweet... 💛💛💛\n
491                                                                                                                                                                  RT @Starbucks: @ScottBaio Thanks for your question! We’re proud to invest in and support minority communities like Ferguson, MO. https://t.…\n
492                                                                                                                                                                                                         .@Microsoft, @amazon &amp; @Expedia: The companies challenging the #TrumpBan: https://t.co/CEXS9Fc4Uo\n
493                                                                                                                                                                                 RT @Oracle: For the Oracle Applications User Experience (#OAUX) team, the customer is always right. https://t.co/2TLVN65ADN… \n
494                                                                                                                                                                                               @Starbucks CEO @HowardSchultz Lets cut that paycheck 💰 #BoycottStarbucks \n\n\n\n\n\n\nhttps://t.co/J5MH3w9mTC\n
495                                                                                                                                                                                              I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/6uwaVcj6b6\n
496                                                                                                                                                                                       Check out 4 Space Jam Action Figures 1996 Michael Jordan, Bugs Bunny, Orange Looney Tunes https://t.co/7hrh8dhIWd @eBay\n
497                                                                                                                                                                 RT @salesforce: “In the beginning, it should be about planning.” 🤔 10 Ways to Improve Your Chances of Getting a Small Business Loan: https:…\n
498                                                                                                                                                                                                                   RT @amazon: #AmazonPrime boxes, the key to a cat's heart. #PrimePet https://t.co/jwQzTIHBBT\n
499                                                                                                                                                                  @Starbucks is there a problem with nutr. calc on Latte Macc? almond milk carbs are like 3x that of latte, etc w/ al… https://t.co/3IxXmtCQjn\n
500                                                                                                                                                                                           I wanna to try any iphone from apple for free 😂😂😂\n\n\n\n\n\n\nI am android and wanna to change to ios 😍 @Apple\n
501                                                                                                                                                                      RT @JonasChr88: Instead of boycotting @Starbucks, you should bring your own cup.. #BoycottStarbucks #DonaldTrump https://t.co/q9aDCZ0JaO\n
502                                                                            RT @Razorleef: Uber CEO: I'm pro Trump \n\n\n\n\n\n\n\n\n\n\n\n\n\nEveryone: #deleteUber \n\n\n\n\n\n\n\n\n\n\n\n\n\nUber CEO: "wait, so is @Disney, @GM, &amp; @IBM!"\n\n\n\n\n\n\n\n\n\n\n\n\n\nDisney, GM, &amp; IBM: https://…\n
503                                                                                                                                                                          "Forbidden Fruit" acrylic #painting on canvas contemporary erotic #art #nude symbolism #fantasyArt https://t.co/ANIwUvmmWl via @eBay\n
504                                                                                                                                        RT @Trevor_LaFauci: Dear @nbc @ABC @CBS @CNN @MSNBC @FoxNews,\n\n\n\n\n\n\n\n\n\n\n\n\n\nNeil Gorsuch is Trump's nominee. I just saved you a pointless press conferen…\n
505                                                                                                                                                                           RT @altrightsheriff: Mmmmmm coffee and hostile brown peoples' spit, I think I'll pass though. @greeneyes0084 @BIGSHOW401 @Starbucks\n
506                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
507                                                                                                                                                                                   Check out HELLO KITTY SANRIO RED POLKA DOT DRESS STUFFED ANIMAL PLUSH TOY LARGE 14" SOFT  https://t.co/gU30qwnxdY via @eBay\n
508                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
509                                                                                                                                                                              @djregular @BraidXIV @ATT Yep, I believe that. The first time I called one guy told me it was impossible to put in a landline...\n
510                                                                                                                                                                   Easter outfit for 18 inch doll complete with bunny hat check it out!\n\n\n\n\n\n\nhttps://t.co/I9Al37I2UT via @eBay https://t.co/AlD3cFgE2Q\n
511                                                                                                                                                        RT @jfgroves: Hi @katepurchase. Why only @FoxNews? @Reuters still has this information up as well. \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/wchvBA93aU\n
512                                                                                                                                                                                    Check out Hummel Look A Like Figurine Boy with Flowers Umbrella And Back Pack 10" Tall   https://t.co/ujsFQtavZG via @eBay\n
513                                                                                                                                                                  RT @MjGiftshop: Check out Personalised Pink Kiss Lips Wine Glass Birthday Gift 18th 21st 30th 40th, Xmas G https://t.co/6qXtEPE3jJ @eBay @e…\n
514                                                                                                                                                                  @Starbucks Except, hiring vets won't get all the #Libtards spending even more money at your shops to show support,w… https://t.co/Yiob51aqBZ\n
515                                                                                                                                                                                                                 @cyberdayze\n\n\n\n\n\n\nCyberDayze Page Publishing, Inc. https://t.co/82BibjdHLX via @amazon\n
516                                                                                                                                                                  RT @Starbucks: @ScottBaio Thanks for your question! We’re proud to invest in and support minority communities like Ferguson, MO. https://t.…\n
517                                                                                                                                                                                                           Former @blackrock VP joins global #investment firm, https://t.co/eJkeZNWVYI https://t.co/3QkoxeJW0A\n
518                                                                                                                                                                    I talked betting with Siri. Gives spreads but no totals, including #SuperBowl. No pos on legalizing either. @Apple https://t.co/8xNonDb42z\n
519                                                                                                                       RT @AlasscanIsBack: @MSNBC @CNN @NBC @ABC @CBS @PBS\n\n\n\n\n\n\nDon't tune in &amp; give reality scotus show by potus any ratings\n\n\n\n\n\n\n#BLACKOUTTRUMP \n\n\n\n\n\n\n#BLACKOUT…\n
520                                                                                                                                                                     @Starbucks take your business to the #Country you're Most Proud Of , Kick Em 2 The Curb #BoycottStarbucks #USA ✅ https://t.co/kZNGP3qLGx\n
521                                                                                                                                                               RT @TrumpSuperPAC: Instead of hiring AMERICANS Starbucks rather discriminate &amp; hire 10,000 REFUGEES! Buy @McDonalds coffee, cheaper &amp;… \n
522                                                                                                                                        RT @IMPL0RABLE: #TheResistance #resisttrumptuesday\n\n\n\n\n\n\n\n\n\n\n\n\n\nI stopped using @facebook when they became a media platform for a corrupt dictator. Hav…\n
523                                                                                                                                                                                   @Dustinpenner25 @ATT @ATTCares if you have an iPhone just turn on wifi calling, it will use it at home and all issues gone.\n
524                                                                                                                                                     RT @FoxNews: Joe the Plumber: "They're the ones who made it possible for @Starbucks to be where they're at right now."\n\n\n\n\n\n\nhttps://t.co/8DeoXMN…\n
525                                                                            RT @Razorleef: Uber CEO: I'm pro Trump \n\n\n\n\n\n\n\n\n\n\n\n\n\nEveryone: #deleteUber \n\n\n\n\n\n\n\n\n\n\n\n\n\nUber CEO: "wait, so is @Disney, @GM, &amp; @IBM!"\n\n\n\n\n\n\n\n\n\n\n\n\n\nDisney, GM, &amp; IBM: https://…\n
526                                                                                                                                                           RT @Dexerto: We've interviewed @xPekeLoL on his @Gillette partnership, his LoL career and the future of Origen.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRead -… \n
527                                                                                                                                                      Really good here from @AlisonFrankel: \n\n\n\n\n\n\nWashington State’s shrewd case against Trump immigration policy https://t.co/yAvtrFDqVe via @Reuters\n
528                                                                                                                                                                            RT @Honda: When you first start out, it's hard to know where you'll end up. See you 2/5/17. #PowerOfDreams https://t.co/9uit3d2qWZ\n
529                                                                                                                                                                                                                 RT @blaubok: Hey @Starbucks \n\n\n\n\n\n\nIt's Time To Hire A Veteran https://t.co/NYkr3bLoNH\n
530                                                                                                                                                                                                         Dear @USPS I just want my @netflix.   Is that too much to ask? Delivering mail is what you do, right?\n
531                                                                                                                                                                         @chowdallas @FoxNews @Starbucks @FoxNewsInsider No he is not, He is uneducated and he appeals to those in the same boat. Get a degree\n
532                                                                                                                                                                                      RT @JReyno99: Hi @Google, just thought I'd let you know that you're clearly fucking wrong. #BWFC https://t.co/9zmeW8ecM1\n
533                                                                                                                                                                       @2ndamendment19 @shaunz4 @trump_dopey @protesthate @KeyMrB @AmyMek @Starbucks I'm done, go troll someone else or talk among yourselves.\n
534                                                                                                                                                                       @WellsFargo \n\n\n\n\n\n\n45 minutes on hold and then told unfortunately there is no one to take your call good bye. #NoCustomerService\n
535                                                                                                                                                                             RT @RisingSilent: So @Starbucks just to be clear, you'll only be hiring the friendly Muslims like the one on the left, correct?… \n
536                                                                                                                                                                                 Check out Kimono: Japanese Style Designs--Flowers, Animals, Nature (Designer's Notebook, 2  https://t.co/hH0hVEoZqe via @eBay\n
537                                                                                                                                                                              @markb44333 @Sheasy64 @mattdpearce @Reuters WHITE NATIONALISM WAS GOOD WHILE IT LASTED FOR THIS FIRST WEEK - DOWN, DOWN, DOWN...\n
538                                                                                                                                                                           Check out LIZ CLAIBORNE LIZWEAR JEANS SHIRT RED Stripe, XL Women's, Sleeveless 90's Style #Casual https://t.co/dQBy2pxyv6 via @eBay\n
539                                                                                                                                                                                  RT @CieloChulacielo: @netflix #BATB  This show lends itself to so many story possibilities, that are still left to be told… \n
540                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
541                                                                                                                                                                             I think @Starbucks should create a new drink, the #TrumpWhoopachino. Two sizes, Bigly and Yuge. All profits donated to the @ACLU.\n
542                                                                                                                                                                                             RT @HP: Up your style game. https://t.co/TbFMgSS4LP\n\n\n\n\n\n\nCredit: @CHRISELLEtweets https://t.co/d3HcplTYVq\n
543                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
544                                                                                                                                                                  RT @silkeklemm2batb: Please @netflix @NetflixDE give the Beasties a chance to realize the dream of more #BatB, please #NetflixSaveBatB http…\n
545                                                                                                                                                                                                              @ReutersBiz @Reuters they "value" letting in millions of ppl from Iraq, Yemen, Syria every year?\n
546                                                                                                                                                                                         CHIHUAHUA Brown Dog 10" Round Stained Art Glass Suncatcher #SilverCreek #SUNCATCHER https://t.co/FJ0boOCeXj via @eBay\n
547                                                                                                                                                                                                              @Reuters Six of one, half dozen of another.  Thanks, Trump voters. You elected a complete moron.\n
548                                                                                                                                                                         RT @Tees4U16: Check out DAVID BOWIE SHHH COLOR GRAPHIC CUSTOM PRINTED T SHIRT,LEGEND ,ICONIC SINGER,ART https://t.co/QkLoOuPKqr @eBay\n
549                                                                                                                                                     RT @FoxNews: Joe the Plumber: "They're the ones who made it possible for @Starbucks to be where they're at right now."\n\n\n\n\n\n\nhttps://t.co/8DeoXMN…\n
550                                                                                                                                                                            @sheilaballarano @Cartier @carnegiehall @MMATOpera @VanityFairIt @Google @YouTube @MoetUSA "say hello, @VanityFairFR @BritishVogue\n
551                                                                                                                                                     Thank you to all of our #MYOBIncite sponsors, inc. our Platinum partner @Mastercard\n\n\n\n\n\n\n / @MastercardAU we can't wait!… https://t.co/slD0QsayeU\n
552                                                                                                                                                     RT @FoxNews: Joe the Plumber: "They're the ones who made it possible for @Starbucks to be where they're at right now."\n\n\n\n\n\n\nhttps://t.co/8DeoXMN…\n
553                                                                                                                                                                          https://t.co/u9ngrcl8zK Let's see how many companies follow @Nike and stands up against bigotry, hate and racism. #WeMustStandUnited\n
554                                                                                                                                                                 RT @TMobile: @tjmasino Ooh, good suggestion! I gotta say, TLOP was my favorite album. Real Friends and Famous are 🙌  *ChanneyT https://t.co…\n
555                                                                                                                                                                 RT @TMobile: @tjmasino Ooh, good suggestion! I gotta say, TLOP was my favorite album. Real Friends and Famous are 🙌  *ChanneyT https://t.co…\n
556                                                                                                                                                                                                  @awscloud @Microsoft You've been quoted in my #Storify story "Acumatica Summit 2017" https://t.co/DcpLQBny3m\n
557                                                                                                                                                                              Not only will she make you a sandwich, but this shirt will also make you boyfriend material. https://t.co/Jm2wquRAAW via @amazon\n
558                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
559                                                                                                                                                                                                                                @bigal_1998 @Starbucks "several years ago" yeah how about today, 20 fucking 17\n
560                                                                                                                                                                                                                                 @Starbucks \n\n\n\n\n\n\n\n\n\n\n\n\n\nYeah. A real tear jerker there Mermaid\n
561                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
562                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
563                                                                                                                                                                 RT @TMobile: @tjmasino Ooh, good suggestion! I gotta say, TLOP was my favorite album. Real Friends and Famous are 🙌  *ChanneyT https://t.co…\n
564                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
565                                                                                                                                                                                                        RT @JohnnyImbecile: @Reuters Or, don't watch #BannonsTool turn an important decision into a game show.\n
566                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
567                                                                                                                                                                Love the way I move when I'm in @WellsFargo in my @Cadillacjr voice.\n\n\n\n\n\n\nNew Music on @YouTube @viewworldent… https://t.co/0ok9iSqc9t\n
568                                                                                                                                                                                                             Check out SYLVANIA 921 Long Life Miniature Bulb, (Contains 2 Bulbs) https://t.co/9d7OKc7PdV @eBay\n
569                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
570                                                                                                                                                                          Check out Treasury Collection Paradise Galleries Porcelain Doll GOLDILOCKS 14"  #ParadiseGalleries https://t.co/cQ055YDAxG via @eBay\n
571                                                                                                                                                                                                 @EvilGary101 @Reuters Another lose, are you getting used to that yet. More to come. Buy crying towels in bulk\n
572                                                                                                                                                                 What do you think of the facelifted @Ford Mustang?\n\n\n\n\n\n\n\n\n\n\n\n\n\n#AutoChoose #Ford #Mustang @FordMustang https://t.co/AbJMlLokoK\n
573                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
574                                                                                                                                                                  RT @Starbucks: @ChristinaJReed We hired 8,800 veterans and military spouses toward a five-year goal to reach 10,000 by 2018. https://t.co/W…\n
575                                                                                                                                                                                                                              RT @geraldwolfe1: Hey @Starbucks !  How about hiring 10,000 unemployed Veterans!\n
576                                                                                                                                      RT @Pamela_Moore13: Hey, @Starbucks.\n\n\n\n\n\n\nDo you still support Hillary Clinton?\n\n\n\n\n\n\nBecause these people support her..\n\n\n\n\n\n\n#BoycottStarbucks… \n
577                                                                                                                                                                                      RT @svo916: @Yahoo pls pull your ad from Breitbart, the #fakenews site trying to delegitimize news outlets like ur own… \n
578                                                                                                                                                                               Pence, Jordan's Abdullah discuss Islamic State, Syria, U.S. embassy in Israel: White House https://t.co/Cdd9GUL6FZ via @Reuters\n
579                                                                                                                                                             RT @EmoJoshy1: I really like what @pepsi is doing with Lady Gaga's countdown\n\n\n\n\n\n\nIt's a look through her career.. From 'The Fame' to '… \n
580                                                                                                                                                             RT @EmoJoshy1: I really like what @pepsi is doing with Lady Gaga's countdown\n\n\n\n\n\n\nIt's a look through her career.. From 'The Fame' to '… \n
581                                                                                                                                                             RT @EmoJoshy1: I really like what @pepsi is doing with Lady Gaga's countdown\n\n\n\n\n\n\nIt's a look through her career.. From 'The Fame' to '… \n
582                                                                                                                                                             RT @EmoJoshy1: I really like what @pepsi is doing with Lady Gaga's countdown\n\n\n\n\n\n\nIt's a look through her career.. From 'The Fame' to '… \n
583                                                                                                                                                             RT @EmoJoshy1: I really like what @pepsi is doing with Lady Gaga's countdown\n\n\n\n\n\n\nIt's a look through her career.. From 'The Fame' to '… \n
584                                                                                                                                                             RT @EmoJoshy1: I really like what @pepsi is doing with Lady Gaga's countdown\n\n\n\n\n\n\nIt's a look through her career.. From 'The Fame' to '… \n
585                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
586                                                                                                                            RT @renomarky: #BoycottStarbucks \n\n\n\n\n\n\n⭐⭐⭐⭐⭐⭐⭐\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery RT alerts @Starbucks that you absolutely positively will never enter one of their… \n
587                                                                                                                                                                 RT @Hey_ImJoshua: We have 100m unemployed #AMERICAN citizens, but @Starbucks would rather hire 10k #refugees?! 😠 #BoycottStarbucks #Drink @…\n
588                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
589                                                                                                                                                                                                                         @Reuters read the story... 49 to 41 in favor on the top line, totally deceptive piece\n
590                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
591                                                                                                                                                                   @amazon @amazonprimenow U Should be ashamed of your PRO-anarchy, PRO-terror, PRO-sharia Law stance AGAINST America's SAFETY, against @POTUS\n
592                                                                                                                                                                                                                                                            @philiversal @Reuters Go unclog a toilet, shy boy.\n
593                                                                                                                           RT @Nike: You made Hayward home.\n\n\n\n\n\n\nYou lifted each other up in London.\n\n\n\n\n\n\nYou realized dreams in Rio.\n\n\n\n\n\n\nYou won the world over.\n\n\n\n\n\n\nToge… \n
594                                                                                                                                                                    @Starbucks continues its trendsetter status!! - With @alexadevs integration on its #IOS app, #android coming soon- https://t.co/rkHjwxoYAe\n
595                                                                                                                                                              RT @StudentBunker: #FreebieFriday time! Simply #RT, #Like &amp; #Share to #WIN a £20 @ASOS gift card! #Competition ends Weds @ MIDNIGHT https:/…\n
596                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
597                                                                                                                                                                  RT @Yankees: Not. Fair. Thanks to @BankofAmerica, you can share your favorite baseball memories using #MLBmemorybank https://t.co/tdTd0efJhH\n
598                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
599                                                                                                                                                                     RT @shannoncoulter: "[W]e cherish the diverse, international workforce we have around the globe." Thank you @adidas for siding with inc… \n
600                                                                                                                                                                               RT @StuFowle: Hey, everybody watch the @CBS Super Bowl special on right now to see this year's new @Buick ad for the first time\n
601                                                                                                                                                                                            @Reuters the picture is too small to see on an iPhone\n\n\n\n\n\n\nrepublicans are stupid as this statistics shows\n
602                                                                                                                                                                  RT @BtuflyBoutique: Qsquared White Hi Gloss Ruffle Collection 10.5" Diameter Round Dinner Plate https://t.co/PmcT9flzXq @eBay https://t.co/…\n
603                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
604                                                                                                                                                     ..{https://t.co/FPG00reJOt / food} \n\n\n\n\n\n\nMe.Tween.Walking w/friends.True story:"Wouldn't it be nice if @McDonalds Big Ma… https://t.co/mC7Q1VgdXp\n
605                                                                                                                                                                            If my tweet makes it on @CBS, it'd be the second time that happened. Thanks again @StephenAtHome and @colbertlateshow. #SBGC #LSSC\n
606                                                                                                                                                              FREE 4 a limited time - Ginger Recipes: Delicious, Natural, Healthy &amp; Easy Recipes Using Nature's Sup... https://t.co/A63Rd0Jqke via @amazon\n
607                                                                                                                                                                             Check out NIKE AIR CB 34 BASKETBALL SHOES,NIB,DS,SZ.10,NIKE # 316940-001 #NIKE #BasketballShoes https://t.co/poJ7dt7NA4 via @eBay\n
608                                                                                                                                                                  @krazy_kriz3253 @eve_aaron @TMobile yes thats what im scared of too, but I want to dump Verizon, maybe Sprint? But I had them years ago, bad\n
609                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
610                                                                                                                                                                            RT @genebaur: Do Unto Animals: A Friendly Guide to How Animals Live, and How We Can Make Th... https://t.co/4XTWxyO08i via @amazon\n
611                                                                                                                                                                                                               @deadmau5\n\n\n\n\n\n\nI don't think that @Google listens to your music https://t.co/0GleoElOoB\n
612                                                                                                                                                                                     Is ACRONYM collaborating with @Nike on an Air Force 1? \n\n\n\n\n\n\nVideo: younglord (Instagram) https://t.co/QLnQQByALw\n
613                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
614                                                                                                                                                                           RT @CBS: Hungry for🍩? Follow @SuperiorDonuts, tell us your fav kind of donut w/ #Tweet4Sweets &amp; you could win a dozen donuts… \n
615                                                                                                                                                                              RT @MorganStanley: Investors, markets face reality check: Can new U.S. president, Republicans deliver reforms to power growth?… \n
616                                                                                                                                                                  RT @LeBeardo: Why buy from @amazon  when you can go into @BestBuy and be completely ignored, THEN just buy it from amazon in the parking lo…\n
617                                                                                                                                                                                 RT @sdutIdeas: Here's what companies like @lyft, @Starbucks and @Google are doing in response to Trump's travel ban ---&gt;… \n
618                                                                                                                                                                  RT @_SocSpecialist_: Seattle’sCityCouncil will vote Wed on bill that would take away $3BIL in city business from @WellsFargo, backer of #DA…\n
619                                                                                                                                                                  @Starbucks -   I'm canceling my Starbucks card as i type!!! #BanStarbucks and agreed, HIRE 10,000 American Vets! Aw… https://t.co/LO8heaEJFx\n
620                                                                                                                                                                                                           RT @AnnouncingAaron: @TMobile @Retro_Rob A bill that's $344 less, speeds that are higher than 4Mbps\n
621                                                                                                                                                                          Hi @netflix just checking in, there are still only 4 SVU seasons streaming and none of them have Stabler which is especially heinous\n
622                                                                                                                                                    RT @AndyLeeman91: In all her glory outside the Audi garage 😍🚗 @Audi @AudiUK \n\n\n\n\n\n\n\n\n\n\n\n\n\n#SLine #TT #Blackedition https://t.co/3TZz8ZRCqa\n
623                                                                                                                                                                                                        RT @MarkSimoneNY: Hey @Starbucks, instead of hiring 10,000 refugees, how about hiring 10,000 veterans.\n
624                                                                                                                                                                        RT @joshfoxfilm: Dear #Dems, if you can't filibuster the climate change denying head of @exxonmobil as Sec of State, really what goo… \n
625                                                                                                                                                                      The Best Luxury Credit Card of 2017: MasterCard Black, AmEx Platinum, @Chase Sapphire Reserve or @Citi Prestige? https://t.co/NJRRmPtepw\n
626                                                                                                                                                                            RT @Honda: When you first start out, it's hard to know where you'll end up. See you 2/5/17. #PowerOfDreams https://t.co/9uit3d2qWZ\n
627                                                                                                                                                                  RT @KtownKimberly: @CBS funny "fake news" is the buzz but you have "fake TV". Criminal Minds w/o #ThomasGibson is a mockery of the real thi…\n
628                                                                                                                                                                            RT @netflix: Same @BillBurr​, new Bill Burr special. Walk Your Way Out streams January 31, only on Netflix. https://t.co/CpZF4iKKl2\n
629                                                                                                                                        RT @PlaysTrumpCard: today I learned that @DunkinDonuts has great coffee at a better price than @Starbucks.\n\n\n\n\n\n\nSo thx for that Howard Schultz\n\n\n\n\n\n\n#…\n
630                                                                                                                                                                                  RT @Lizzie_Chantree: Acts Beyond Redemption by Suzanna Burke\n\n\n\n\n\n\n@pursoot https://t.co/cTvMPkp9IB via @amazon #RRBC\n
631                                                                                                                                                                                    @eBay Bedford Clock Collection Redwood Tambour Mantel Clock with Chimes\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/EUTadFDMw1\n
632                                                                                                                                                                            RT @netflix: Same @BillBurr​, new Bill Burr special. Walk Your Way Out streams January 31, only on Netflix. https://t.co/CpZF4iKKl2\n
633                                                                                                                                                                                     RT @Microsoft: An illustration moves from 2D to real life, with a little help from @Surface Book. https://t.co/yUkpp0eqCG\n
634                                                                                                                                                                                                       RT @BrianRoemmele: 🔮 @Samsung will get a big 🗣 Voice on February 26th, 2017... https://t.co/aUKK0k0NFN\n
635                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
636                                                                                                                                                                            RT @netflix: Same @BillBurr​, new Bill Burr special. Walk Your Way Out streams January 31, only on Netflix. https://t.co/CpZF4iKKl2\n
637                                                                                                                                                                  RT @Pam1116Pam: @theoptionoracle @Starbucks @AppSame @POTUS  I will never go to Starbucks again , I won't buy their k cups , nothing.I don'…\n
638                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
639                                                                                                                                                                          RT @nia4_trump: So instead of hiring 10,000 unemployed Americans or out of work vets @Starbucks will hire 10,000 refugees to spite… \n
640                                                                                                                                                                                                      Dracones awakening: Book One by Sheri-Lynn Marean https://t.co/8uPk6zO5H2 via @amazon\n\n\n\n\n\n\n#FREE\n
641                                                                         @csjenkins @ThinkTrumpsFeel @Starbucks @washingtonpost \n\n\n\n\n\n\n\n\n\n\n\n\n\nDid they cite? No they made assumptions\n\n\n\n\n\n\n\n\n\n\n\n\n\n'Could have'\n\n\n\n\n\n\n'Potentially'\n\n\n\n\n\n\n\n\n\n\n\n\n\nI like facts\n
642                                                                                                                                                                       Deep Throat: "Follow the money!" @carlbernstein @Reuters @BBCBreaking @Isikoff @DavidCornDC @DavidCayJ @Google… https://t.co/1pQHjNhLHl\n
643                                                                                                                                                                                                       RT @BrianRoemmele: 🔮 @Samsung will get a big 🗣 Voice on February 26th, 2017... https://t.co/aUKK0k0NFN\n
644                                                                                                                                                                            RT @netflix: Same @BillBurr​, new Bill Burr special. Walk Your Way Out streams January 31, only on Netflix. https://t.co/CpZF4iKKl2\n
645                                                                                                                                        RT @IMPL0RABLE: #TheResistance #resisttrumptuesday\n\n\n\n\n\n\n\n\n\n\n\n\n\nI stopped using @facebook when they became a media platform for a corrupt dictator. Hav…\n
646                                                                                                                                                                  RT @TripAdvisor: Today, Lerwick, #Scotland lights up for the Up Helly AA Festival, a celebration of the longer, lighter days to come. https…\n
647                                                                                                                                                                         RT @sengineland: #SearchCap: @Google new #AdWords interface, ads by AdWords &amp; IF functions by @rustybrick https://t.co/kYpmDyY3x9\n
648                                                                                                                                                                                                                                                                     @renomarky @Starbucks never ,never, never\n
649                                                                                                                                                                                                @MJGood4three @DavidHaleESPN @facebook - wait, you came to, to... Twitter?!? To get away from politics? 😂😂😂\n
650                                                                                                                                                                                         @Starbucks Helping refugees, Veterans and diverse communities, you have definitely earned yourself a new customer :-)\n
651                                                                                                                                                                                                     I just listed: 'Barbie Collector Classic Black Dress Doll', for 88.99 via @amazon https://t.co/Guoxc0y4Sf\n
652                                                                                                                                                                  Time for a good ol' study session with a hot cuppa, to keep me 👀. Gotta love @Starbucks for standing up for what's… https://t.co/KaU0OXktQ2\n
653                                                                                                                                                                    RT @neymarjr: Glad to see another champion on team @Gillette. Welcome, @xPekeLoL.\n\n\n\n\n\n\n#PursuitofPrecision https://t.co/q4RdjwvJyN\n
654                                                                                                                                                                                    Check out Collectibles Animals, afghan hound, cute plush toy, stuffed animals, gift ideas,  https://t.co/oB8RJF8MXu  @eBay\n
655                                                                                                                                                                                       Check out Collectibles Animals, caramel afghan hound, cute plush toy, stuffed animals,   https://t.co/mkfSPMbKLy  @eBay\n
656                                                                                                                                                                       RT @EastCoastMods: @Starbucks Message to the CEO! Can you hear us NOW! #boycottStarbucks #AmericaForVets RT if you agree! Vets, thank… \n
657                                                                                                                                        RT @nikitakhara: Thank you, @Starbucks CEO for committing to hire 10,000 refugees.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo all those tweeting #boycottstarbucks, thanks for the…\n
658                                                                                                                                                                                                          RT @tattuinee: Three @Boeing 737-200 at #Iqaluit, #Nunavut in the same frame! http://t.co/bJPK5TkHeD\n
659                                                                                                                                                                                     @Missy4Trump @glennwa1 @Starbucks   All  libs and dems have something in commom, they share this trait of idiotic smiling\n
660                                                                                                                                                                                               Every time I see @Disney Paperman, I almost cry, it's so sweet. #paperman #disneyshorts https://t.co/Y8qfpzejE3\n
661                                                                                                                                                                  Just lost half my lunch break because when you "shutdown" Win 10, it doesn't perform a full shutdown. Thanks for the heap of crap @Microsoft\n
662                                                                                                                                                                      #SaveFakingIt by signing this petition!\n\n\n\n\n\n\nhttps://t.co/tudJ0JmbeV\n\n\n\n\n\n\n@netflix @hulu\n\n\n\n\n\n\n#LegendsofTomorrow\n
663                                                                                                                                                                    RT @doubleceandj: Check out Panasonic White 4 Cup Rice Cooker 12 Hour Keep Warm, Fuzzy Logic, 8 Menu Setting https://t.co/99C0o8GG66 @eBay\n
664                                                                                                                                                                      Check out #Vintage #Glasbake Milk Glass #GreenDaisy Casserole Dishes, 2 QT &amp; 1 1/2 QT  https://t.co/khzoM004gs via @eBay #gotvintage\n
665                                                                                                                                                                  RT @TheMarket76: QUEST STRING, Wooden Puzzle Game, Strategy Game, Brain Teaser, Travel size, NEW  https://t.co/onCVPE1tTu via @eBay https:/…\n
666                                                                                                                                                                             RT @jpmorgan: $JPM Research: "We expect S&amp;P 500 to reach 2,400 by year-end 2017."  See more insights. https://t.co/JHxb64nZyY\n
667                                                                                                                                                                      RT @TheMarket76: Wade Whimsies, Jack, Canadian Red Rose Tea Promotion 1971-79  https://t.co/qZkuMYkjv9 via @eBay https://t.co/2xkjJZOb6e\n
668                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
669                                                                                                                                                                                              I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/rlKy6Z86TR\n
670                                                                                                                                                                                               Sweet Earth Burrito, Baja Breakfast, 7 Ounce (Pack of 12) This Sweet Earth™ https://t.co/5iVzBpFvqp via @amazon\n
671                                                                                                                                                                      @Apple to Join @Microsoft, @Amazon, @Facebook, @Google in #AI Research Alliance https://t.co/i9Ljdx3oYF #edtech… https://t.co/Qn08H8J9BE\n
672                                                                                                                                                            @CBS \n\n\n\n\n\n\nDemand Whoopi be fired for using fake Jewish name for monetary gain.....why doesn't she use fake Indian name and wear buckskins\n
673                                                                                                                                                                        @KevLAbeast Thanks for making my day even better! BTW, any idea when @pepsi might stop making #crystalpepsi ? I hope I can enjoy more!\n
674                                                                                                                                                                                  @Reuters excuse me? "No one is illegal" what's that even supposed to mean? Cannot deny there are thousands of illegals in US\n
675                                                                                                                                                                                  RT @Google: "If you have the feeling that something is wrong, don't be afraid to speak up." - Fred Korematsu #GoogleDoodle… \n
676                                                                                                                                                                         RT @yukupriyanov: Baurzhan Shaikhin, chief expert of @SAP #Kazakhstan Excellence talking on #HANA20 at Winter School of @SAPNextGen… \n
677                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
678                                                                                                                                                                      RT @KORound2: @SumerSloan Trump pushes drugmakers for lower prices, more U.S. production https://t.co/qadzcuXA8j via @Reuters #t4a #zUFw\n
679                                                                                                                                                                            RT @netflix: Same @BillBurr​, new Bill Burr special. Walk Your Way Out streams January 31, only on Netflix. https://t.co/CpZF4iKKl2\n
680                                                                                                                                                                               RT @IBM: Live from Argentina, today's Snapchat story celebrates IBM computing history, #WomeninTech and #HiddenFigures🚀. Wat… \n
681                                                                                                                            RT @renomarky: #BoycottStarbucks \n\n\n\n\n\n\n⭐⭐⭐⭐⭐⭐⭐\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery RT alerts @Starbucks that you absolutely positively will never enter one of their… \n
682                                                                                                                                                                                 RT @intel: If Intel 360° Replay Technology can make THIS look epic, imagine what’ll look like in the big game. Watch below.… \n
683                                                                                                                                                                   #Thriller, cold case, #mystery #suspense &amp; police procedural-All rolled into 1! #FREE w#KindleUnlimited https://t.co/KRKVzT6O5u @amazon\n
684                                                                                                                                                                  RT @BtuflyBoutique: Lot Of 2 Panels Home Decorators Collection Gray Rod pocket 52"x84" Curtains https://t.co/49dmiQrogK @eBay https://t.co/…\n
685                                                                                                                                                                  @TMZ @CBS I love Oprah, but she's not professional  journalist of the caliber for 60Minutes. She will turn a news magazine into infotainment\n
686                                                                                                                                                                                         Wall charger plug,E XiuGe 2-Port USB Wall Charger with Folding Plug Portable ... https://t.co/GcSs7L4FMy 来自 @amazon\n
687                                                                                                                                                                         @Lrihendry @Starbucks amazing how those 10,000 jobs suddenly materialized. Way to go, @realDonaldTrump, still creating American jobs!\n
688                                                                                                                                                                                      RT @svo916: @Yahoo pls pull your ad from Breitbart, the #fakenews site trying to delegitimize news outlets like ur own… \n
689                                                                                                                                                                        Border Patrol, ICE Agents Cheer After Trump Unleashes Them to Do Their Jobs https://t.co/RRVO52maAs @ABC @CBS @CNN @NBC @worldnetdaily\n
690                                                                                                                                                                                                 RT @Reuters: Trump, trade adviser signal displeasure with U.S. 'strong dollar' policy https://t.co/ldFdBOjiH0\n
691                                                                                                                                                                                       Check out Vtg Very Rare Virgin (Records) Orlando Black T-shirt 34" Bust Vintage Excellent https://t.co/36TfF3GaWm @eBay\n
692                                                                                                                                                                         Vote for the @FedEx Ground Player of the Year! Tweet player's name + #AirAndGround: Johnson, Bell or Elliott? https://t.co/JaNUot3rEt\n
693                                                                            RT @Razorleef: Uber CEO: I'm pro Trump \n\n\n\n\n\n\n\n\n\n\n\n\n\nEveryone: #deleteUber \n\n\n\n\n\n\n\n\n\n\n\n\n\nUber CEO: "wait, so is @Disney, @GM, &amp; @IBM!"\n\n\n\n\n\n\n\n\n\n\n\n\n\nDisney, GM, &amp; IBM: https://…\n
694                                                                                                                                                                  RT @kunwarNitin3: Falling Grace: It falls when you love, it falls when you force by Kunwar Niti... https://t.co/LCzF4McryT via @amazon WELC…\n
695                                                                                                                                                                  RT @chandrarsrikant: Apple CEO Tim Cook calls demonetisation a great move, talks about plans for Apple Stores in India @tim_cook @Apple htt…\n
696                                                                                                                                                                                                                                           RT @JustHerrick: Slowing me down, @Apple... https://t.co/dApklZQOKL\n
697                                                                                                                                                                                                                                      My, oh my, @facebook!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/9eQqxD0ZJd\n
698                                                                                                                                                              RT @Starbucks: We believe in acceptance, inclusivity, and humanity—for everyone. 💚\n\n\n\n\n\n\nhttps://t.co/WTFJI7nmkB https://t.co/qufSIUpUHz\n
699                                                                                                                                                                                                   Switching to @verizon from @TMobile was the best decision, and I was with @TMobile for ten years ! #Verizon\n
700                                                                                                                                             Check out SAFARILAND 6360-219 ALS Mid Ride Right Hand Duty Holster LVL III S&amp;W M&amp;P 9/40  https://t.co/M8BgVAeHPJ @eBay\n\n\n\n\n\n\n#safariland #dutygear\n
701                                                                                                                                             RT @TVtibi: ICYMI: TVtibi now available on @Apple iOS and @Windows 10 globally! Download today and try it out!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OF3UOtx31U\n
702                                                                                                                                                              @jasonlewis995 @slaprupheg @Reuters Imagine if #Gandhi, #ThomasJefferson, #Gorbachev or #GeorgeWashington just shut up &amp; "did their jobs"...\n
703                                                                                                                                             RT @TVtibi: ICYMI: TVtibi now available on @Apple iOS and @Windows 10 globally! Download today and try it out!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OF3UOtx31U\n
704                                                                                                                                             RT @TVtibi: ICYMI: TVtibi now available on @Apple iOS and @Windows 10 globally! Download today and try it out!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OF3UOtx31U\n
705                                                                                                                                                                                      Republicans to kill U.S. rules on corruption, environment, labor and guns next week https://t.co/uZP2KT2AnV via @Reuters\n
706                                                                                                                                                                                                     RT @Reuters: Trump's defense chief heads to Asia, eying China, North Korea threat https://t.co/KL5HKtK0Xp\n
707                                                                                                                                                                     Check out Smudge Fan, Deer Antler, Rabbit Fur, Ceremonial, Spritual Cleansing, Healing   https://t.co/QR17la4aLM via @eBay One of a Kind!\n
708                                                                                                                                             RT @TVtibi: ICYMI: TVtibi now available on @Apple iOS and @Windows 10 globally! Download today and try it out!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OF3UOtx31U\n
709                                                                                                                                                                                  RT @Google: "If you have the feeling that something is wrong, don't be afraid to speak up." - Fred Korematsu #GoogleDoodle… \n
710                                                                                                                                             RT @TVtibi: ICYMI: TVtibi now available on @Apple iOS and @Windows 10 globally! Download today and try it out!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OF3UOtx31U\n
711                                                                                                                                                                    Clearance sale - Tommy Bahama NWT 22" green rope necklace "Peach Melt " + matching earrings SET #Pendant https://t.co/ze0Br4HFiK via @eBay\n
712                                                                                                                                             RT @TVtibi: ICYMI: TVtibi now available on @Apple iOS and @Windows 10 globally! Download today and try it out!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OF3UOtx31U\n
713                                                                                                                            RT @renomarky: #BoycottStarbucks \n\n\n\n\n\n\n⭐⭐⭐⭐⭐⭐⭐\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery RT alerts @Starbucks that you absolutely positively will never enter one of their… \n
714                                                                                                                                                          RT @pscoordsen13: #BatB is Hearts connected...destined love..\n\n\n\n\n\n\nPls @netflix give us more of this epic love story with #BatB as your or… \n
715                                                                                                                                             RT @TVtibi: ICYMI: TVtibi now available on @Apple iOS and @Windows 10 globally! Download today and try it out!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OF3UOtx31U\n
716                                                                                                                                             RT @TVtibi: ICYMI: TVtibi now available on @Apple iOS and @Windows 10 globally! Download today and try it out!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OF3UOtx31U\n
717                                                                                                                                                 Autonomous Driving-From car to cloud, @intel partners w/ @BMW &amp; @Ericsson on the future of Autonomous Driving #mwc17\n\n\n\n\n\n\nhttps://t.co/6q1TA7q6CL\n
718                                                                                                                                   @instagram @mnicklausevans \n\n\n\n\n\n\n@GooglePlus @mnicklausevans \n\n\n\n\n\n\n@facebook @mnicklausevans \n\n\n\n\n\n\n@Skype @nicholas.evans07 https://t.co/ttMD8fbPfh\n
719                                                                                                                                                                   RT @McGillicutty_B: @Reuters Jesus, look at Lagerfeld - what a clown!   He seems like an idea rejected from the Zoolander script for being…\n
720                                                                                                                                                                                                                     RT @SamIAmSquatch: ok but when will they get daft punk emojis? come on, @Apple. please???\n
721                                                                                                                                                                   How @Microsoft has the visibility, analytics and automation to detect/respond to/remediate threats at scale | #HPE… https://t.co/MgZpXkEwao\n
722                                                                                                                                                                Iselin, Category Leader at @LorealParis, shares how to get hired at @Loreal https://t.co/13LL0IuaxN #TuesdayTip 👌🏼🤓 https://t.co/flBvhivIrS\n
723                                                                                                                                                                   RT @JohnJosey: @corybowles TPB content is the only reason I keep my @netflix account. If TPB goes exclusively to @SWEARNET, I'm going, too.\n
724                                                                                                                                                                  @harpercollins  Lisa Sharkey USA speaking at #Quantum17 with @facebook Erin Murray https://t.co/XCO1hl1HB3  tix still available, fab line up\n
725                                                                                                                                                                   Seems that @Google Trusted Stores/Certified Shops changes its name once again, this time with a change of approach. https://t.co/F3NfS22lZ3\n
726                                                                                                                                                                                                      @eBay partners with a social #app\n\n\n\n\n\n\n#RetailIntelligence \n\n\n\n\n\n\nhttps://t.co/wVmr7Bru9q\n
727                                                                                                                                                                         RT @BrightNetflix: Fantasy has become reality. Will Smith and Joel Edgerton star in Bright, only on @netflix. https://t.co/FJueEhMFCO\n
728                                                                                                                                                                                                                                                 @PaulChaloner @easyJet well, it's easyjet. What do you expect\n
729                                                                                                                                                                                                                      RT @BritneyBlonde22: PETER, @Disneyland @Disney @DisneylandToday https://t.co/TWlDlpQ1hC\n
730                                                                                                                                                                                                                                               @LucRobalo @malhoit @Cisco there you go, that's a good idea ;-)\n
731                                                                                                                                                                                RT @GSK: 40 intrepid GSK employees will take on Mount Kenya for Save the Children this week. Good Luck, we’ll be cheering yo… \n
732                                                                                                                                                                                 RT @Citi: New research from the #Citi Foundation takes the pulse of 7,000 young people in 45 cities https://t.co/ZgnvWKMW87… \n
733                                                                                                                                                                     The Calling (Gateway Book 1) by Louise G White https://t.co/1zdZtikiUE via @amazon\n\n\n\n\n\n\n\n\n\n\n\n\n\nRecommended to me by Amazon\n
734                                                                                                                                                       We love to hear from our guests! Thank you Thefitguy for this great review on @TripAdvisor\n\n\n\n\n\n\n"Great service. Very... https://t.co/T7VrCKnosZ\n
735                                                                                                                                                             @CocaCola is aiming to make @MaazaIndia a Billion Dollar brand by 2020\n\n\n\n\n\n\n#brand #event #EventProfs #EventNewz… https://t.co/VnmpV9nTEa\n
736                                                                                                                                                                                                    Hedge funds find plenty of willing sellers in oil: Kemp \n\n\n\n\n\n\nhttps://t.co/T4KFTFx9yk via @Reuters\n
737                                                                                                                                                              RT @Google: @dejordzta Yes! The Google Assistant is coming to all eligible Android phones with Android 6.0+, Google app 6.13+ &amp; language se…\n
738                                                                                                                                                                                         Plasma/LCD Motorised Television TV Lift Mount Bracket Stroke 700mm 28" Home U... https://t.co/lFT4VSoMle 来自 @amazon\n
739                                                                                                              RT @ragtaggiggagon: #iartg\n\n\n\n\n\n\nInterview: Claire Buss @Grasshopper2407.\n\n\n\n\n\n\nhttps://t.co/TyNjR9h8PL\n\n\n\n\n\n\nHer #Scifi @amazon: https://t.co/qbjP17YVeM\n\n\n\n\n\n\nhtt…\n
740                                                                                                                                                                                             China reacts with anger, threats after South Korean missile defence decision https://t.co/CFsBHAZ8C3 via @Reuters\n
741                                                                                                                                                                             RT @Allianz: #Allianz becomes official partner of @FIAformulaE, supporting #sustainable #Motorsport with fully electric #racing… \n
742                                                                                                                                                                                         Automatic continuous Hammer Mill Herb Grinder,pulverizer machine,20KG per hou... https://t.co/qy0ZS9R5OD 来自 @amazon\n
743                                                                                                                                                                                                                   Lovely touch from @Google, marking the late #Edhi's birthday today. https://t.co/RIUBcIRDUu\n
744                                                                                                                                        RT @SistersSpinster: Petition to keep #IMDbMessageBoards going hit goal of 10,000 signatures today. @imdb @jeffbezos @amazon #saveimdb\n\n\n\n\n\n\n\n\n\n\n\n\n\n ht…\n
745                                                                                                                                                                                                                                                         @lesleydavey3107 @JonPopely @Tesco Great pic, Lesley!\n
746                                                                                                                                                                                       Check out Personalised One in a Million Tea Bag Holder / Spoon Rest Mum, Mummy, Nan, Gran https://t.co/GFwKnfW1xU @eBay\n
747                                                                                                                                                                                          Sacrifice, Violence, and Ideology Among the Moche: The Rise of Social Complex... https://t.co/jedTdFXJby via @amazon\n
748                                                                                                                                                                                                            @NatalieBGoldman @Reuters 3 times bigger?? Either your not very good with math, or #FakeNews??  😂\n
749                                                                                                                                                                                              I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/0rKfpfD6Yv\n
750                                                                                                                                                                                       RT @KADGLOBAL: @ATT signs deals to develop #smartcity capabilities in #Ireland and beyond. #MWC17, @ATTBusiness, #IoT… \n
751                                                                                                                                                     Join the #MWC17 mobile conversation w/ @dmexco #IAB @Google @Kargo @theTradeDeskInc @Syniverse @Turner @VerveMobile \n\n\n\n\n\n\nhttps://t.co/Gn46GzeTVR\n
752                                                                                                                                                                              RT @nokia: Looking ahead: @vodafone shares their four-pillar vision for 2020: 4G+ #5G, fiberization, #cloud and #IoT at the GT… \n
753                                                                                                                                                                       I understand @Google has to automate things, but my site is not trying to trick people into downloading malware https://t.co/0vbqVPorzY\n
754                                                                                                                                                                         RT @qlumbus1982: @WHU_edu As university in @amazon MBA Pathways, did you know Ads for   program appear next to content offending to… \n
755                                                                                                                                        "No ReLiGoN iS HiGheR THaN HuMaNiTy," SaYs ABDuL SaTTaR EDHi💟 #HaPPy_BirTHDaY To THe LeGenD \n\n\n\n\n\n\nTHaNKs @Google \n\n\n\n\n\n\n#eDHi… https://t.co/D0554UiJws\n
756                                                                                                                                                                                                            Clashes intensify in Palestinian camp in Lebanon, wound child https://t.co/axJGPZUjq8 via @Reuters\n
757                                                                                                                                                                      RT @Burberry: Layered in lace. The February show, shot by @MagnumPhotos photographer Olivia Arthur #BurberryShow https://t.co/tUXxzsj7ES\n
758                                                                                                                                                                                          Lindsay Townsend: The Historical Romance Collection, Volume 2 [Box Set 58] (B... https://t.co/2pkMRzr8TH via @amazon\n
759                                                                                                                                                                           RT @Ryanair: New London &amp; Manchester Routes to Frankfurt Launched.\n\n\n\n\n\n\nhttps://t.co/tV3ThBrsza https://t.co/0s3LURJOxQ\n
760                                                                                                                                                                                                           So, @netflix... What do we have to do to get you to give #JonStewart his own show on your platform?\n
761                                                                                                                                                                                                                                     Tiger Eye Necklace, fashion accessories https://t.co/IyseCZRfkB via @eBay\n
762                                                                                                                                                                       RT @juarezjunior: Don't fear super intelligent #AI, says @IBM scientist @Grady_Booch https://t.co/9ysMNL8zeL via @TEDTalks #IBMResearch\n
763                                                                                                                                                                        RT @BeastmodeKP: T-Mobile, please get this app under control. I had to roll back due to battery drain. @TMobile. I can't be the only… \n
764                                                                                                                                                                            Quality Management Intern @SAP - Rot, Germany #UIUX #Design #Internship #BigTech #EnterpriseSoftware #Java https://t.co/Jc08F5KaQJ\n
765                                                                                                                                                                    RT @IslamicReliefUK: Great to see @Google honouring Abdul Sattar Edhi on his 89th birthday, an incredible man who gave his life to helpi… \n
766                                                                                                                                                                                                                                      RT @COSCRTS: Nike Airforce 1s\n\n\n\n\n\n\n@Nike https://t.co/WQvvUvTuk8\n
767                                                                                                                                                                                                 RT @UploadVR: HTC congratulates @Sony on PSVR sales, "very proud" of Vive sales. via @Hero_Kvatch #PSVR #VR… \n
768                                                                                                                                                                                                             I have just listed: 'Unconditional Love [7" Vinyl]', for 4.99 via @amazon https://t.co/AuagbtbZ5d\n
769                                                                                                                                                                                                              @cgullman @Tesco But what if you are near the fish? that's always at the other end, why is that?\n
770                                                                                                                                                                  RT @AmericanExpress: Card Members can get #AmexPresale tix now through 3/3 to see @ShawnMendes in Newark, NJ! #IlluminateWorldTour https://…\n
771                                                                                                                                                                                                   RT @Google: Now coming to more Android phones — your own helpful #GoogleAssistant, right in your pocket →… \n
772                                                                                                                                                 RT @aicha2evans: Autonomous Driving-From car to cloud, @intel partners w/ @BMW &amp; @Ericsson on the future of Autonomous Driving #mwc17\n\n\n\n\n\n\nhttps…\n
773                                                                                                                                                                                                                     RT @RoyalDocksBrew: "Fantastic place to relax! Great atmosphere!" @Groupon #HappyCustomer\n
774                                                                                                                                                                                              I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/0dxNsEJBg7\n
775                                                                                                                                                                                                     Xiaomi unveils in-house chipset to streamline production, cut prices https://t.co/W57KCAjszP via @Reuters\n
776                                                                                                                                                                                         Precious honeysuckle flower 750 grams, special herbal tea from famous Himalay... https://t.co/su2JtYZlXx 来自 @amazon\n
777                                                                                                                                                                      Listening to audio tips from @leeleefowler , who's helping me market my upcoming book on @amazon.  So clever and helpful.  Stay tuned...\n
778                                                                                                                                                                                                                                       @Google can't send feedback when it won't come out of "loading" mode 😑\n
779                                                                                                                                                                                         0.8" China Certified Nature Hetian Jade White 18 Arhat Necklace Pendants Jenn... https://t.co/mQ1I88l2Tf 来自 @amazon\n
780                                                                                                                                                                           RT @RayTeodora: #Data does not know borders, #data is global &amp; legislation needs to reflect that | @Siemens at #euindustryday… \n
781                                                                                                                                                                                                     @Reuters if we cut taxes on the rich it will "trickle down" and the "job creators" will save the economy.\n
782                                                                                                                                                                    JPMorgan, Microsoft, Intel and others form new blockchain alliance Enterprise Ethereum Alliance (EEA) https://t.co/93s6ptnXOi via @Reuters\n
783                                                                                                                                                      There can be only one (connector).\n\n\n\n\n\n\n\n\n\n\n\n\n\nNot like @Apple to conform to a convenient standard.\n\n\n\n\n\n\n https://t.co/ExeunDpAgX\n
784                                                                                                                                                                                                              Baby elephant nursery art print (8"x10", Red Blue) Krokoneil https://t.co/IhoCa9xgl2 via @amazon\n
785                                                                                                                                                                       RT @doubleceandj: Check out 2 Pack Stainless Steel Pet Food Scoop w/Removable Handle Dog/Cat Med 8"L 1.5C https://t.co/Y30dcBIapU @eBay\n
786                                                                                                                                      @SMCADMAN @vandman777 \n\n\n\n\n\n\nOh no?\n\n\n\n\n\n\n"A woman named Christina was diagnosed with a rare disorder called Epidermolysis Bullosa" &lt;&lt;&lt; @facebook\n
787                                                                                                                                                                        #womenclothingSkirt "Judy Hornby" NEW Elegant  Fashion Style  Striped Fabric Off Black  Size 6 #Mini https://t.co/4aHdvlNZqL via @eBay\n
788                                                                                                                                                                           RT @JG_Report: Cyber Attackers Target #Singapore Defence Ministry, But No Secrets Found: https://t.co/jdeIavzt89 @Reuters #MINDEF… \n
789                                                                                                                                                                                       RT @HaidHaid22: Syrian militias get more U.S. support for IS fight, plan new phase https://t.co/qthV8V4yO7 via @Reuters\n
790                                                                                                                         I have some NFL draft combine tasks today:\n\n\n\n\n\n\n\n\n\n\n\n\n\n- 40 yard dash to beat the line in @Starbucks \n\n\n\n\n\n\n- Benchpress &amp; Vertical fighting off my dentist\n
791                                                                                                                                                                      RT @theycallme_syd: @Tesco i might go wild and have a savoury, then a sweet for dessert! us northerners love our pancakes and gravy 🙌🏼\n
792                                                                                                                                                                        Check out EPIC Sterling Silver Square Stud Earrings #Epic #Stud FREE FAST SHIPPING-U.S.\n\n\n\n\n\n\nhttps://t.co/SDDVdIxws8 via @eBay\n
793                                                                                                                                                                        RT @AstraZeneca: Mark is Chief Scientist in oncology IMED in Cambridge, UK, heading up the DDR biology area. https://t.co/g3kA1YBVjM… \n
794                                                                                                                                                                                      RT @netflix: How far would you go for a friend? #Okja, a Netflix Original Film, arrives June 28. https://t.co/WG9fevspHa\n
795                                                                                                                                                                            RT @netflix: If your Monday wasn't dreadful enough, there's an episode of @blackmirror waiting to take you to that special place… \n
796                                                                                                                                                                                 Check out Vintage Cut Crystal Glass Lamp, Marble Base, Crystal Prisms / Boudoir, Table, TV  https://t.co/2t7Yg7FFde via @eBay\n
797                                                                                                       #MothersDay #cards &amp; #gifts for your biggest fan &amp; best #dancesport #DanceMoms!\n\n\n\n\n\n\n\n\n\n\n\n\n\nAvailable on @Etsy  and @amazon !\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/Ki16HgCtEt\n
798                                                                                                                                                                                                                     @Google The Great Smoky Mountains, near Gatlinburg, TN #teampixel https://t.co/pWPdCgR9NO\n
799                                                                                                                                                                  UK's @LPL_Airport celebrates the launch of new @Ryanair winter 2017/2018 routes to #Copenhagen, #Milan and #Prague.… https://t.co/Ua7cQRzdfh\n
800                                                                                                                                                        @Shell https://t.co/055MbXIuN5\n\n\n\n\n\n\nHow about paying reperations for climate change damage? How about using your capital for renewable energy?\n
801                                                                                                                                                                               RT @TAGthink: UPCOMING: Experts from @fragomen, @frazierdeeter, @CocaColaCo @UPS discuss Globally-Mobile Workforce, 2/28 &gt;… \n
802                                                                                                                                                                        RT @justjenn: Say goodbye to #StarWars #TheCloneWars @netflix w/ Ahsoka, Cad Bane &amp; Barriss Offee cupcakes Recipes @starwars.com… \n
803                                                                                                                                                                                                  RT @Audi_Online: The tumbler is ready, Batman. #AudiS3 #LeagueofPerformance 📷 @Audi https://t.co/o36CaaeWGn\n
804                                                                                                                                                                   RT @lanhhuynh2017: @comcast sucks. I was promised at least 10mbps; well, got it the first month, but after that, no more than 3mbps. Gonna…\n
805                                                                                                                                                                      Fool with the goat, you get the horns- Senior North Korea envoy visits Beijing after China coal ban https://t.co/sUfdhQ9Gid via @Reuters\n
806                                                                                                                                                                                                                     How many times do I have to click "I don't like this ad" for @McDonalds? HOW MANY TIMES?!\n
807                                                                                                                                                                     Hey @ATT &amp; @Teleperformance, stop squashing labor &amp; human rights! I stand w/ workers fighting for a union https://t.co/8HQdEKZsME\n
808                                                                                                                                                                                          RC Quadcopter, Potensic F183DH Drone RTF Altitude Hold UFO with Newest Hover ... https://t.co/bzre1a2dh0 via @amazon\n
809                                                                                                                      RT @psb_dc: “Robo Advisors Come of Age: Part One” by @blackrock \n\n\n\n\n\n\n\n\n\n\n\n\n\n#roboadvisor #fintech #financialliteracy \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/JgFNnTzHXT\n
810                                                                                                                                                                  RT @LetsChatPodcast: @JonahFoundGold is the writer/director of #BANGARANG we chat our love of Hook, our love of @Disney  #podernfamily http…\n
811                                                                                                                                           @Reuters @lrozen #SYRIA Remember the Hoenlein - Assad meeting in Damascus in early Jan. 2011?\n\n\n\n\n\n\n\n\n\n\n\n\n\nWas an "arrangement" made about the Golan?\n
812                                                                                                                                                                                                                               I'm at @Starbucks in Austin, TX https://t.co/Z3ofebFrwB https://t.co/NR0plNk21g\n
813                                                                                                                                                                     Hey @ATT &amp; @Teleperformance, stop squashing labor &amp; human rights! I stand w/ workers fighting for a union https://t.co/oaB2q3xaTG\n
814                                                                                                                                                                       RT @erinmiller48: Hey @adidas, as if men need MORE $$$ for athletic accomplishments.... I bet there are some WOMEN that could break t… \n
815                                                                                                                                                                        @JASWNE @Microsoft @GranbySchools @GMHS_DECA  \n\n\n\n\n\n\nExcellent Job Shadow trip today for GMHS students! https://t.co/IWaLgTcrcj\n
816                                                                                                                                                                                         @apooq @Microsoft and not to mention the fact that smaller "AA" titles would get much more needed attention that way.\n
817                                                                                                                                        Me at McD: "I'd like a sausage egg mcmuffin"\n\n\n\n\n\n\nCashier: "Would you also like a coffee?"\n\n\n\n\n\n\nMe:Stands with blank stare as I hold my @Starbucks cup\n
818                                                                                                                                                                    RT @juanitamart47: Check out Country Prints Northfield Mass, USA Set of 4 12" X 16" Fringed Place Mats   https://t.co/YQ2UZOoNVL via @eBay\n
819                                                                                                                                                                  RT @snerdymom: Think Outside the Basket this Easter with @AquaBallDrink featuring @Disney! #DisneyKids #DisneyMoms\n\n\n\n\n\n\nREAD MORE:… \n
820                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
821                                                                                                                                                       As Americans, let us celebrate @realDonaldTrump's accomplishments. He HAS helped Make @CBS Late Night Great Again.\n\n\n\n\n\n\nhttps://t.co/OUkbL79lGk\n
822                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
823                                                                                                                                                                                                                                                   @Ryanair (FR)007: The name is Ryan, Ryanair. #FilmsOnAPlane\n
824                                                                                                                                                                                                          Check out Women's Orange With White Lace Trim, Vintage Sleepwear   https://t.co/tOplEZJjGD via @eBay\n
825                                                                                                                                                                                      RT @salesforce: Find out how to differentiate your customer experience by connecting employees, processes, and systems… \n
826                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
827                                                                                                                                                                  @FedEx @FedExHelp How is it, a package of MINE can sit in one spot for 3 days.....  when I paid for expedite shippi… https://t.co/OGuZJfKq4Q\n
828                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
829                                                                                                                                                                                           @CarolineLucas @Shell Hi Caroline - do you use Oil, Gas or products derived from hyrocarbons at all? #Justwondering\n
830                                                                                                                                                                             RT @CWAUnion: Hey @ATT &amp; @Teleperformance, stop squashing labor &amp; human rights! I stand w/ workers fighting for a union… \n
831                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
832                                                                                                                                                                            I finally start a new chapter, honored to start working for one of the best in the world. - Thank you @BMW https://t.co/az4I6loJFQ\n
833                                                                                                                                                                  RT @McDonalds: @jailyn_folster Aw, if this isn't romance, we don't know what is! Thanks for letting us be a part of your epic love story, J…\n
834                                                                                                                                                                               Check out HP Windows 10 Laptop 6910P Intel Core 2 Duo 4GB RAM 250GB DVDROM 14.1" Notebook #HP https://t.co/WUZHFtlR1S via @eBay\n
835                                                                                                                                                                                 RT @IBM: Country GM, IBM South Africa talks details on the "Digital - Nation Africa" initiative: https://t.co/Wo7ypVbmsX via…\n
836                                                                                                                                                                                1 HOUR LEFT Check out NEW DO-IT BOTTOM BOUNCER SINKER #3307 1/2---2  oz., BTM-5-M #DOITMOLDS https://t.co/gYmHIxg23d via @eBay\n
837                                                                                                                                                                                                  Free💜\n\n\n\n\n\n\nI'll Hold You Down Through Whatever Talehia Presents https://t.co/AY7UPAkygo via @amazon\n
838                                                                                                                                                                                                         RT @Reuters: BREAKING: Oscars ratings on ABC averaged 32.9 million, least-viewed broadcast since 2008\n
839                                                                                                                                                                                 RT @SAP: Before February ends, we'd like to celebrate National Women Inventors Month! See how SAP is inspiring young women:… \n
840                                                                                                                                                                       RT @bryantparknyc: Before you know it, @BankofAmerica #wintervillage will be closed for the season! Come skate with us one last time:… \n
841                                                                                                                              Great to see @GoStrandhill on the @TripAdvisor 'Top 10 Beaches in Ireland' list. \n\n\n\n\n\n\n@poloconghaile \n\n\n\n\n\n\n#GoStrandhill  \n\n\n\n\n\n\nhttps://t.co/lrYarCnUCj\n
842                                                                                                                                                                  RT @slpng_giants_fr: @stefanomjr @jacqdodman @DisneyFR @Disney that is great. Are you saying because they took a stance then, they should n…\n
843                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
844                                                                                                                                                                                      Check out Dell Latitude E4200 12.1" Intel Core 2 Duo 3GB 64GB SSD Windows 7 Pro Handy  https://t.co/7ZpiFcLXxm via @eBay\n
845                                                                                                                                                                         RT @RokuPlayer: Today in 1983: The final episode of M*A*S*H aired on @CBS. With over 105M viewers, it still stands as the most-view… \n
846                                                                                                                                                                           @Latina @Walmart 90% of the Mexicans living in their land never left when they took over in 1848 (Alta CA, NM, Texas, NV, Utah etc.\n
847                                                                                                                                                                    RT @IslamicReliefUK: Great to see @Google honouring Abdul Sattar Edhi on his 89th birthday, an incredible man who gave his life to helpi… \n
848                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
849                                                                                                                                                                                                 @FedEx thanks for my NRA Discount guys.  I use you guys all the time, but the discount is really nice of you.\n
850                                                                                                                                                                                                 Just had the best meeting with a @Google @adwords strategist ever! I love awesome, genuine #customerservice🌟\n
851                                                                                                                                                                                                  RT @AlexCEngler: Oh hey, @Microsoft did a thing. And I hate it. #rstats #datascience https://t.co/nphDAosEwR\n
852                                                                                                                                                                                                RT @R_Tyler_Smith: Just announced! #Quorum on #Microsoft #Azure #BAAS, #EntEthAlliance @Microsoft @HiroMarleyG\n
853                                                                                                                                                           RT @subzerov690: @ATT @ATTCares \n\n\n\n\n\n\nThis employee works for you. This employee is advocating the murder of ALL Muslims. Do something. R… \n
854                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
855                                                                                                                                                                                RT @pfizer: Every #raredisease caregiver counts, and we thank you for all that you do. #RareDiseaseDay https://t.co/CoL1F9av1Z\n
856                                                                                                                                                                                                                                                         @hannahox18 @amazon it's a scam, I get these daily!!!\n
857                                                                                                                                                                             Check out WOMEN'S SELENE SPORT PANTS SIZE 10, Alligator Snake Print Red Black Excellent #SELENE https://t.co/Kw21Ja8QBM via @eBay\n
858                                                                                                                                                                       RT @ReeceGartland: Iv just got home from @McDonalds and found my receipt inside my burger, this was deliberate, I want the blonde lad… \n
859                                                                                                                                                 @ygAddie Check Out HIP HOP FINE ART® @amazon \n\n\n\n\n\n\n"Brooklyn Dollars" Fly Throw Pillows\n\n\n\n\n\n\n #HHFA #HIPHOPHOMEDECOR… https://t.co/JwY378sAyT\n
860                                                                                                                                                                  RT @coachella: Before playing the festival, catch @theatomics in the upcoming @hm #HMLovesCoachella campaign. Launching March 23rd. https:/…\n
861                                                                                                                                             .@BoschGlobal &amp; @IBM partnership to develop #IIoT open platforms &amp; \n\n\n\n\n\n\ninteroperatbility. #IoT @IBMWatson  @IBMBluemix… https://t.co/hLcmpjw8Ei\n
862                                                                                                                                                                  I just listed 'The Strengths of a Good School Faculty: Notes on evaluation, growth, and pr...', for 6.75 via @amazon https://t.co/Hb6q6NFWGJ\n
863                                                                                                                                                                                                               RT @SelenaHQ: Selena Gomez attended the private Fashion show @theweeknd x @hm in Paris, France!\n
864                                                                                                                                                                             RT @Reuters: BREAKING: Russia, China block bid by western powers to impose U.N. sanctions on Syria over accusations of chemical… \n
865                                                                                                                                                                                             BIKER Road -Biking Accessories by edwiojed FREE FAST SHIPPING-U.S.\n\n\n\n\n\n\nhttps://t.co/8T8QSkdjqc via @eBay\n
866                                                                                                                                                                                                               RT @SelenaHQ: Selena Gomez attended the private Fashion show @theweeknd x @hm in Paris, France!\n
867                                                                                                                                                                        "The cookies and cookie cakes are the best! The ice cream is great too! Staff is always friendly and helpful." @Groupon #HappyCustomer\n
868                                                                                                                                                                       RT @AdobeExchange: @Digimarc for Images plugin supports all recent releases of @Adobe @Photoshop incl. @CreativeCloud 2017. New look,… \n
869                                                                                                                                                                                    RT @MSCloud: The CIO of @eBay talks about racing Michael Johnson, going mobile, and what he looks for before promotions.… \n
870                                                                                                                                                                           RT @SFBJNews: Fort Lauderdale will be among most popular spring break destinations of 2017, says @Allianz https://t.co/iJIJJOvARk… \n
871                                                                                                                                                                                 RT @Reuters: Samsung boss charged with bribery, embezzlement. Via @ReutersTV  https://t.co/Aw38jxOpZ1 https://t.co/i0DoJAaE4l\n
872                                                                                                                                                                                                             RT @Reuters: Russia, China block U.N. sanctions on Syria over gas attacks https://t.co/jLXzNHoeUN\n
873                                                                                                                                                                            RT @TMobile: @ThePhenomenalEE Whether it's melee or brawl, #TMobileOne smashes all!  Let the Uncarrier be your final destination… \n
874                                                                       RT @ValaAfshar: Number of robots in @amazon warehouses:\n\n\n\n\n\n\n\n\n\n\n\n\n\n2016: 45,000\n\n\n\n\n\n\n2015: 30,000\n\n\n\n\n\n\n2014: 15,000\n\n\n\n\n\n\n2013: 1,000\n\n\n\n\n\n\n\n\n\n\n\n\n\n—@JonErlichman #MWC17 https://…\n
875                                                                                                                                                                                 RT @Reuters: Samsung boss charged with bribery, embezzlement. Via @ReutersTV  https://t.co/Aw38jxOpZ1 https://t.co/i0DoJAaE4l\n
876                                                                                                                                                                                 RT @Reuters: Samsung boss charged with bribery, embezzlement. Via @ReutersTV  https://t.co/Aw38jxOpZ1 https://t.co/i0DoJAaE4l\n
877                                                                                                                                                                                                       ALIVE St. Louis Magazine June 2015 Pokey LaFarge, Marriage Equality   https://t.co/j4FFfQZzzZ via @eBay\n
878                                                                                                                                                                                 Check out Yoga LBouvier Metal Welded Downward Facing Dog Position Card Holder New 10" Long  https://t.co/nfBHcW7qqI via @eBay\n
879                                                                                                                                                    @Google \n\n\n\n\n\n\nhttps://t.co/DyXi6wmPeO   Please Share and enjoy the New Casino With https://t.co/xarbsFQbeB   With Subscribe Button On All Slots 😍\n
880                                                                                                                                                                                                      RT @BMW: Enjoy more of everything.\n\n\n\n\n\n\nThe #BMW #2series Active Tourer. https://t.co/RDpJAr0Dju\n
881                                                                                                                                                                                                                                         Congrats @LouiseLockie at becoming an @salesforce MVP, well deserved!\n
882                                                                                                                                                                                 RT @Reuters: Samsung boss charged with bribery, embezzlement. Via @ReutersTV  https://t.co/Aw38jxOpZ1 https://t.co/i0DoJAaE4l\n
883                                                                                                                                        Good thing top negotiator Nikki on case..\n\n\n\n\n\n\n\n\n\n\n\n\n\nRussia, China block U.N. sanctions on Syria over gas attacks https://t.co/BGoTMHTYTs via @Reuters\n
884                                                                                                                                                                                                         RT @Reuters: BREAKING: Oscars ratings on ABC averaged 32.9 million, least-viewed broadcast since 2008\n
885                                                                                                                                                                                   RT @ATT: We're back for day two of #MWC17! For more news, follow along on @ATTBusiness + @ATTShape. https://t.co/MMMzAYJFsp\n
886                                                                                                                                                                             RT @Reuters: BREAKING: Russia, China block bid by western powers to impose U.N. sanctions on Syria over accusations of chemical… \n
887                                                                                                                                                                 Another day of mentoring and teaching yougins about @salesforce and @trailhead ... Humbolt High       St Paul, MN 💕… https://t.co/iswtgXnnHZ\n
888                                                                                                                                                                                      RT @netflix: How far would you go for a friend? #Okja, a Netflix Original Film, arrives June 28. https://t.co/WG9fevspHa\n
889                                                                                                                                                                             RT @Reuters: BREAKING: Russia, China block bid by western powers to impose U.N. sanctions on Syria over accusations of chemical… \n
890                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
891                                                                                                                                                                  RT @livewxradar: Show the Love for @TMobile have 2 lines? get 3rd free. But if your account is old enough to smoke pot, no loyalty discount…\n
892                                                                                                                                                                               RT @Sony: Welcome to Out of the Comfort Zone. In our first episode, @skottmusic performs her single "Wolf" in a totally new w… \n
893                                                                                                                                                                       RT @TheMuslimGuy: DID YOU KNOW: The @Google "Doodle of the Day" honors Abdul Sattar Edhi (the famous Pakistani philanthropist who wou… \n
894                                                                                                                                        RT @QLIRehab: And HUGE congratulations to our friends at @FusionMedStaff1, @Linkedin, and @Yahoo for their well-deserved awards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t…\n
895                                                                                                                                                                             Check out this Amazon deal: Plano Molding 1363 Stow N Go Toolbox, Graphit... by Plano Molding https://t.co/DOlKfmRNUn via @amazon\n
896                                                                                                                                                                    @amazon fix your Prime Video servers. Not been able to play any show for hours, from multiple connections. Error 7017. Not what I pay for.\n
897                                                                                                                                                                         RT @PayPal: Lucky money, luckier you! Send friends &amp; family $$$ this Lunar New Year w/ a custom card by designer @jonathanadler… \n
898                                                                                                                                                                                                       RT @Marco_P_Shite: Fat people in @McDonalds \n\n\n\n\n\n\n"Oh and a Diet Coke!" https://t.co/B6ehTAtGaJ\n
899                                                                                                                                        RT @ragbjg: @Starbucks \n\n\n\n\n\n\nHome of the 10,000 refugees that will be sticking their fingers in your drinks. Yup.\n\n\n\n\n\n\n#BoycottStarbucks https://t.co…\n
900                                                                                                                                                                  Harmonisation of capital markets in EU is key to successfully competing with #NewYork #Singapore, #Shanghai, says @DeutscheBank CEO. I agree\n
901                                                                                                                                                                             Check out ISAAC ASIMOV'S SCIENCE FICTION TREASURY (2 VOL), 1ST, BONANZA, HC&amp;DJ, VINTAGE, V  https://t.co/lHhbKFWTzS via @eBay\n
902                                                                                                                                                                                        Ugh, reading this hurts...U.S. attorney general pushes to stop suing local police https://t.co/S9kCKz8I9C via @Reuters\n
903                                                                                                                                                                             RT @marburyjack: .@realDonaldTrump @nytimes @NBCNews @ABC @CBS @CNN when news is fake, all tans are real. https://t.co/JvQePdnkUg\n
904                                                                                                                                                                                    @eBayDeals Check out #Nike Women's Outfit Bundle - Running Jacket, Sports Top, Capri Bottoms https://t.co/VHxpaJ6vau @eBay\n
905                                                                                                                                                                                                                                                              @BEWARE4 @Nike @SoleCollector very, very much so\n
906                                                                                                                                                                         RT @salesforce: Meet the Creative Force Behind Salesforce Trailhead and our Salesforce Woman of the Month, Domenique Sillett Buxton… \n
907                                                                                                                                                                       RT @heavenlydogz: How NOT to be #FatTuesday;  don't choose Animals to eat, they contain FAT! #Bacon #BBQ #FoodPorn @McDonalds @Wendys… \n
908                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
909                                                                                                                                                                                                     Check out 2nd HDD Caddy 12.7mm SATA 3.0 for 2.5" 1TB SSD Case HDD Enclosure https://t.co/lYgBZnIhZx @eBay\n
910                                                                                                                                                                                                Check out FREE WiFi Sticker Window Decal - sign for Cafe, Bar Club, Office, Shop https://t.co/VmT1JZpUy7 @eBay\n
911                                                                                                                                                                    Assistant Vice President, Business Services User Support - IT Operations @HSBC Asia Pacific-Singapore-Singapore... https://t.co/hNNebD9dIm\n
912                                                                                                                                                                                                                                  Check out Salvatore Ferragamo Gray Tie 3" Wide https://t.co/o1UsJXL2Ji @eBay\n
913                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
914                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
915                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
916                                                                                                                            RT @chief32566: Alabama Mardi Gras \n\n\n\n\n\n\n\n\n\n\n\n\n\n@Reuters  JUST A SUV!!  No Mention of a Anti-American #Democrat Driver??  #SMH\n\n\n\n\n\n\nhttps://t.co/IY37kaVQsj\n
917                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
918                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
919                                                                                                                                                                                                                          RT @pIayboi: Damn, how hard is it to spell Sammy? @Starbucks https://t.co/sDVO0naUmK\n
920                                                                                                                                                                             RT @Reuters: BREAKING: Russia, China block bid by western powers to impose U.N. sanctions on Syria over accusations of chemical… \n
921                                                                                                                                                                                                                          @KyrieIrving @Nike \n\n\n\n\n\n\nLove them.... I have 3 pair of your shoes so far...\n
922                                                                                                                                                                             Check out Denby Azure Coast Set of Six 8 7/8" Pottery Salad Plates Blue Border Light Use #Denby https://t.co/DHLJid9UVm via @eBay\n
923                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
924                                                                                                                                                                                Check out Vintage #Christmas Card Image ~Girl, Bonnet, Doll~ #Glittered CHRISTMAS #ORNAMENT  https://t.co/3lNx9UryQe via @eBay\n
925                                                                                                                                                                           Just saw this on Amazon: Chanel Flap Bag Top Handle Lamskin Metal Ar... by CHANEL for $7,993.00 https://t.co/VwA9473E5V via @amazon\n
926                                                                                                                                                                  RT @TVD_Season_7: Reminiscing about bts moments from set with @julieplec! Watch a special clip, presented by @ATT. #TVDForever https://t.co…\n
927                                                                                                                                                                                 Check out Super Sized Fossilized Conch Seashell 22" Oil Rubbed Bronze Steel Display Stand   https://t.co/lsK7zw48rW via @eBay\n
928                                                                                                                                                                                                @Reuters @SpeakerRyan: "We don't want to pay for health care!  That money is supposed to go to our pay raise!"\n
929                                                                                                                                                                                             Happening now, our joint webinar about the @Jornaya #TCPA solution for @facebook lead ads https://t.co/keLC6jdJi2\n
930                                                                                                                                                    RT @LAKings: It's not too late to vote for your @McDonalds Player of the Month of February!\n\n\n\n\n\n\n✅ https://t.co/bMGXBYQ5fr https://t.co/Q6K70Lzz…\n
931                                                                                                                                                                                 Check out ITALY 925 SILVER FIGARO 3&amp;1 LINK CHAIN NECKLACE 20" SET OF SIX WHOLESALE LOT  https://t.co/pN5qqaOSNM via @eBay\n
932                                                                                                                                                              RT @NOW_NYC: So basically when men resign b/c of sexual harrassment, @Google throws them goodbye parties &amp; then @Uber hires them. https://t…\n
933                                                                                                                                                                  RT @jezjb: Check out LEWIS DAVIES 1939-2010 - CHARCOAL HOUSES TREES BENCH - SIGNED  - LARGE 33" x 23" https://t.co/tZpPiNYD0K @eBay #RTtheH…\n
934                                                                                                                                                                             RT @Boeing: Our 8,500 alumni from Historically Black Colleges strengthen us for our 2nd century, says #Boeing Chief Info Office… \n
935                                                                                                                                                                                                         RT @Reuters: BREAKING: Oscars ratings on ABC averaged 32.9 million, least-viewed broadcast since 2008\n
936                                                                                                                                                                         RT @BarrySloane: ATTENTION #SixOnHistory fans. Check out our awesome @facebook page here: https://t.co/y25dTTBcaH\n\n\n\n\n\n\n🐻👊🏻\n
937                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
938                                                                                                                                                                    RT @subzerov690: @ATT @ATTCares  @realDonaldTrump \n\n\n\n\n\n\nSAD! Failing Pres and govt allows this to go on... https://t.co/K2faVgy5Vl\n
939                                                                                                                                                                  Seriously @Microsoft, Excel needs a background calculation option. I shouldn't be locked out of all my workbooks while you do calculations..\n
940                                                                                                                                                                                                                                 RT @ThePracticalDev: Hey @amazon, have you tried turning it off and on again?\n
941                                                                                                                                                 RT @JamesOKeefeIII: ICYMI, @Project_Veritas has uncovered @CNN's dirty laundry: being insensitive &amp; calling @Yahoo #FakeNews. #CNNLeaks\n\n\n\n\n\n\nhtt…\n
942                                                                                                                                                                            @CBS &lt;&lt; Fake news, a Grand Jury must be called to investigate Left Wing Media attempt to undermine Pres. Trump's presidency!\n
943                                                                                                                                                                                                             RT @BMW: @IsaacFIS Hi Izzy, do you need further support? Please send us a DM if you wish to talk.\n
944                                                                                                                                                                         RT @sabaatahir: This meant so, so much to me, @Google. I can't express it. Thank you for recognizing this incredible Pakistani man.… \n
945                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
946                                                                                                                                                                   Check out 1963 Buick Riviera 401/325HP V8 COUPE  https://t.co/ROoIhSk8LP via @eBay CLASSIC BUICKS FOR SALE AT WEST COAST CLASSICS, TORRANCE\n
947                                                                                                                                                                   Check out 1963 Buick Riviera 401/325HP V8 COUPE  https://t.co/ROoIhSk8LP via @eBay CLASSIC BUICKS FOR SALE AT WEST COAST CLASSICS, TORRANCE\n
948                                                                                                                                                                     RT @Shabbychicforme: Apron Handmade "Orange Blossom" Misses Bib Apron Retro Style/Ready to Ship-Me... https://t.co/9TQ0adeZ6O via @amazon\n
949                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
950                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
951                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
952                                                                                                                                                                        RT @Reuters: Retired U.S. military officers urge Congress to fully fund diplomacy, aid https://t.co/YYAIHMmQzG https://t.co/D10vOUjwiA\n
953                                                                                                                                                                                                                             @NBATV @verizon @StephenCurry30 @KlayThompson see, this my girl I was talking abt\n
954                                                                                                                                                                                                                                                                           @TMobile good, I hate Verizon. 🍕🍕\n
955                                                                                                                                                                  RT @BradZamft: "stop hurting humanity, stop telling lies, be a grown-up" @JeffDSachs specifically calling out @exxonmobil and @Cato. #ARPAE…\n
956                                                                                                                                                                                     @Reuters @Beltrew If you want to build consensus on the Security Council,  you need someone capable like Hillary Clinton.\n
957                                                                                                                                                                                          Easter Crafts Assortment Kit with 500 Easter Stickers, 172 Easter Shapes Adhe... https://t.co/yQdQCJCheF via @amazon\n
958                                                                                                                                                                              @gabelloyd @Strava I know! Couldn't upload to @TrainingPeaks either. @facebook still working, tho, so that's good (and @Twitter)\n
959                                                                                                                                                                          RT @ACMawards: A little #ACMs prep with our hosts @LukeBryanOnline and @DierksBentley! Tune in Sunday, April 2 on @CBS to see them… \n
960                                                                                                                                                                        @TMobile @JohnLegere appreciated your hard work and bring the affordable rate plans to the consumer. But man, your CS teams are awful!\n
961                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
962                                                                                                                                                                                                                                                                             @codeguy AWS outage, Np. @netflix\n
963                                                                                                                                                                                RT @Boomboomrock68: @Reuters @DagnyDelinquent Glad I could help, will never watch again. Theaters are off limits for my family\n
964                                                                                                                                                 This is a day that some people will say:\n\n\n\n\n\n\n"I am lucky to have our infrastructure on @Microsoft  @Azure"\n\n\n\n\n\n\n#S3… https://t.co/kuc5YIR2r4\n
965                                                                                                                                                               Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n
966                                                                                                                                                                  @HSBC @HSBC_UK your cashpoint only gave out £50 when I requested £100!!! Never had that before, please call me urge… https://t.co/fxs09d6PgI\n
967                                                                                                                                                                              @Tesco Checkout operator Maggie at your Baguley, Manchester store was very friendly and helpful this evening at 8.20pm. Big 👍🏻\n
968                                                                                                                                                                   @dshlvrsn @ValaAfshar @netflix And as choices grow, the “lock” for cable cos will be internet svc vs content channels. Not great value prop\n
969                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
970                                                                                                                                                                                                                  RT @CBS: Stream The Good Fight every Sunday, only on CBS All Access! https://t.co/u3eOSVaNOz\n
971                                                                                                                                                                                      RT @netflix: How far would you go for a friend? #Okja, a Netflix Original Film, arrives June 28. https://t.co/WG9fevspHa\n
972                                                                                                                                                                             RT @Reuters: BREAKING: Russia, China block bid by western powers to impose U.N. sanctions on Syria over accusations of chemical… \n
973                                                                                                                                  RT @JustMy_NameHere: Thank you @JamesOKeefeIII @CNNLeaks @Project_Veritas 😃\n\n\n\n\n\n\n\n\n\n\n\n\n\nSMH at PATHETIC 👉 #FakeNews @Yahoo\n\n\n\n\n\n\n&amp; INSENSITIVE… \n
974                                                                                                                                                                        Francesco GUARASCIO, #EU lawmakers vote to lift Marine Le Pen (@MLP_officiel)'s #immunity over tweets @Reuters https://t.co/FX4gNeiVpZ\n
975                                                                                    RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
976                                                                                                                                                                                    RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
977                                                                                                                                                RT @TMobile: You supply the🍿and #TMobileTuesdays will supply the 🎥.\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet a $4 movie ticket from @Fandango that’s good all week l… \n
978                                                                                                                                                                  RT @CieloChulacielo: @netflix  When a show is so full of possibilities, it should not end...make #BatB your’s #NetflixSaveBatB https://t.co…\n
979                                                                                                                                                                                   RT @shellthings: Mmmmm, chocolate! Try the new Milka OREO candy bar @Walmart and get a $1 Ibotta rebate #NewMilkaOREO #ad… \n
980                                                                                                                                                                                                                "Grand Mac" but y'all use the same size patty as a MC double. Well played assholes. @McDonalds\n
981                                                                                                                                                                          Dear @netflix Content Team please add #BatB to your original content library! \n\n\n\n\n\n\n#NetflixSaveBatB https://t.co/69mgIdbKxC\n
982                                                                                                                                                 RT @JamesOKeefeIII: ICYMI, @Project_Veritas has uncovered @CNN's dirty laundry: being insensitive &amp; calling @Yahoo #FakeNews. #CNNLeaks\n\n\n\n\n\n\nhtt…\n
983                                                                                                                                                                         RT @57Veronica: @netflix @NetflixNL #BatB has it all, plus an amazing cast and great crew! Please give this unique show a new home!… \n
984                                                                                                                                                            RT @MariamsSKY: #ThePowerOfaPromise \n\n\n\n\n\n\n@Siemens is breaking records again with its #Egypt #Megaproject contracts worth €8billion to a… \n
985                                                                                                                                                    @KristinaPerley \n\n\n\n\n\n\n\n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/tudJ0JmbeV\n\n\n\n\n\n\n@netflix @hulu @MTV\n
986                                                                                                                                                                                                           @myshop0 @amazon Absolute fantastic headphones, works great across my PS4 Pro and Xbox One S 👍🏻🎧\n
987                                                                                                                @naote_perguntei @GraysonDolan @EthanDolan @YouTube \n\n\n\n\n\n\n\n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/7yHyh7AhIH\n\n\n\n\n\n\n@netflix @hulu @MTV\n
988                                                                                                                                                                  Check out Jumping Beans Baby Girl Pink Long Sleeve Snap-Tee "I Love Hugs" Size 12 Month https://t.co/pcfMfqdh5X @eBay #ebay #babyclothes #RT\n
989                                                                                                                                                            U don't want 2 miss my dog's room makeover w/ CESAR® wet &amp; dry food at @Walmart \n\n\n\n\n\n\nhttps://t.co/Bte4uBFt49… https://t.co/evzTrNyiNR\n
990                                                                                                                                                                        RT @57Veronica2: @netflix The chemistry between the cast of #BatB is great, the chemistry between the leads is really unique, magica… \n
991                                                                                                                                                                            RT @birbigs: Okay, it's a thing now. On @netflix. Worldwide. Please RT if you like it. Maybe some other people will like it too.… \n
992                                                                                                                                                                            RT @birbigs: Okay, it's a thing now. On @netflix. Worldwide. Please RT if you like it. Maybe some other people will like it too.… \n
993                                                                                                                                                                       RT @pscoordsen13: @netflix Content Team, please talk this over and make the right decision to add #BatB to your original content libr… \n
994                                                                                                                                                 RT @JamesOKeefeIII: ICYMI, @Project_Veritas has uncovered @CNN's dirty laundry: being insensitive &amp; calling @Yahoo #FakeNews. #CNNLeaks\n\n\n\n\n\n\nhtt…\n
995                                                                                                                                                                  Writer/Director Extraordinaire @MaconBlair's fantastic,@sundancefest Grand Jury Winner is now streaming on @netflix! https://t.co/71Vh8fPLsG\n
996                                                                                                                                                                                                                                                       Hey @Disney, just a suggestion. https://t.co/FuEYDLRJNE\n
997                                                                                                                                                       @GayleHall05 @newtgingrich @MikeHuckman @TheTodayShow @CBS @yidwithlid \n\n\n\n\n\n\nGale it says more about you lack of morality than anything in meme\n
998                                                                                                                                                                      RT @greenbacksaving: Check out 3M Littmann Classic III Stethoscope, Grey Tube, 27 inch, 5621 #Littmann https://t.co/pHBYAv00au via @eBay\n
999                                                                                                                                                                                                                                 RT @ThePracticalDev: Hey @amazon, have you tried turning it off and on again?\n
1000                                                                                                                                                                 RT @57Veronica2: @netflix 4 PCA awards, one after another! Worldwide love for this really special show #BatB Beauty and the Beast! Please #…\n
1001                                                                                                                                                                           RT @birbigs: Okay, it's a thing now. On @netflix. Worldwide. Please RT if you like it. Maybe some other people will like it too.… \n
1002                                                                                                                                                                 RT @57Veronica: @netflix @NetflixNL 4 PCA awards, one after another! Global love for this amazing show #BatB Beauty and the Beast! #Netflix…\n
1003                                                                                                                                                                 RT @57Veronica: @netflix @NetflixNL 4 PCA awards, one after another! Global love for this amazing show #BatB Beauty and the Beast! #Netflix…\n
1004                                                                                                                                                                  "Best money ever spent thrust Groupon. I highly recommend this for anyone looking to get into shape without the..." @Groupon #HappyCustomer\n
1005                                                                                                                                                                                                            @Starbucks 10,000 refugees, now look at your sales. Make Chi and stay out of the political arena.\n
1006                                                                                                                                                                                       RT @IBM: "IBM is poised to become a key contender in the industrial #IoT market" https://t.co/BVqdbnEi8l via @Forbes… \n
1007                                                                                                                                                              RT @hydrogenics: #H2Aberdeen hydrogen station built by #Hydrogenics is now operational https://t.co/1EM6zNZRcr\n\n\n\n\n\n\n@Toyota @Aberdeencc\n
1008                                                                                                                                                                                         Check out this Amazon deal: Chromax M1 Golf Balls (Purple), Pack of 6 by Chromax https://t.co/9Njq9cgx4W via @amazon\n
1009                                                                                                                                                                 RT @DealHunter122: Check out Radio Control Car Action, R/C Magazine, May 2010, Excellent Condition  https://t.co/2VxjFldOpr via @eBay #RCCa…\n
1010                                                                                                                                                                        RT @salesforce: Learn how to use content to sell, get new ideas on cultivating customer loyalty, and more. 100 Sales Tips for 2017:… \n
1011                                                                                                                                                                                                 RT @Disney: See This Four-Year-Old #Moana Fan Sing “How Far I’ll Go" with @AuliiCravalho on @TheEllenShow:… \n
1012                                                                                                                                                                                  RT @APBusiness: After 26,000 stores in 75 countries, @Starbucks musters the courage to open a shop in Italy. CEO intvw by… \n
1013                                                                                                                                                                                                                          Um, yeah. @Hyundai already did that with the 2017 #Elantra. https://t.co/noFUy3N8TB\n
1014                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/6mvRggTWU9\n
1015                                                                                                                                                       @HawaiiFive0CBS @MacGyverCBS at the core is a #bromance #familyshow CBS: Evolution of a Hit Show #ConnectLA @BanffMedia @CBS\n\n\n\n\n\n\nBloggerBabes\n
1016                                                                                                                                                                                  Check out NEW DEADSTOCK NIKE DUNK HIGH ELITE SB "BLACK BOX" MENS US 10.5 SOLD OUT LOOK!!  https://t.co/l1Badx5iYx via @eBay\n
1017                                                                                                                                                                           RT @birbigs: Okay, it's a thing now. On @netflix. Worldwide. Please RT if you like it. Maybe some other people will like it too.… \n
1018                                                                                                                                                                 Excited to see another (free!) food delivery option, but am disappointed that @amazon joins its competitors in igno… https://t.co/GSUbJSQBfE\n
1019                                                                                                                                                                                                 RT @endclothing: Online now, @Nike Air Max Woven Boot (£149) https://t.co/vjDePtAdXq https://t.co/8bcVedJzPD\n
1020                                                                                                                                                               RT @mikedebonis: &gt;@RepHankJohnson just pronounced @DeutscheBank as "Douche Bank," and the House Judiciary Committee is bipartisanly amused.\n
1021                                                                                                                                                                                     LIFELOVELIGHTPOWERPEACEBEAUTYJOY, Feesh Sammich Mask By John Offutt (Signed) #Abstract https://t.co/DWtgAOX7H7 via @eBay\n
1022                                                                                                                                    RT @Nachtfee24: Be sure we love @netflix @NetflixDE\n\n\n\n\n\n\nYou need our gem as your original \n\n\n\n\n\n\nBeastieFANmily need #BatB on TV\n\n\n\n\n\n\n💞 Please… \n
1023                                                                                                                                                                         RT @SydWeiler: AFTER A SHORT BREAK, #TRASHDOVES ARE BACK ON THE @Apple @AppStore !!! Get them and send them to friends, enemies, b… \n
1024                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/WbCrE35YT7\n
1025                                                                                   RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
1026                                                                                                                                                                                                                    @adidasFballUS @adidas @adidasUS if there's an island for the 45-49 age group, sign me up\n
1027                                                                                                                                                               RT @devina_reeve: My novel @amazon and kindle 1850 Victorian thriller\n\n\n\n\n\n\nRhoda transported falsely convicted https://t.co/QIBxQlaxMn\n
1028                                                                                                                                                                                                    RT @Reuters: Trump plan to slash State, foreign aid spending has foes in Congress https://t.co/23e2XcPJSU\n
1029                                                                                                                                                                        RT @MjGiftshop: Check out Personalised Me To You Cupcake Me to You Latte Mug Mothers Day, Nanna, Friend https://t.co/e9vklA094e @eBay\n
1030                                                                                                                                                                                    RT @silkeklemm: #BatB is such a fantastic show @netflix @netflixDE, pls add our beloved show 2 your orginal programming… \n
1031                                                                                   RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
1032                                                                                                                                                         6 Piece Stainless Steel Knife Set With Acrylic Stand  \n\n\n\n\n\n\nhttps://t.co/kPKvl2K0Cf via @amazon #sale #deal #bargain https://t.co/bGCdbQbLKE\n
1033                                                                                                                                                                           Check out X-Men #105 (Oct 2000, Marvel)  https://t.co/jWARyuIuVq via @eBay #ebay #xmen #famous #comics #marvel @marvel #comicbooks\n
1034                                                                                   RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
1035                                                                                                                                                                                   Check out 2 Piece Glass Heart Jewelry Box, Vintage, lines from center, Valentine's gift  https://t.co/RhtFdmI661 via @eBay\n
1036                                                                                   RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
1037                                                                                   RT @dlacalle_IA: Visit my @amazon page\n\n\n\n\n\n\n\n\n\n\n\n\n\nUK: https://t.co/GrX02Fq64Z\n\n\n\n\n\n\n\n\n\n\n\n\n\nUS: https://t.co/e9bpMptNqA\n\n\n\n\n\n\n\n\n\n\n\n\n\n#books #economy #OOTT https://t.co/hjnRNZ…\n
1038                                                                                                                                                            RT @MediaJuggernaut: Target Stock Has Lost 30% In Value Since Transgender Bathroom Announcement.\n\n\n\n\n\n\nTake Note @Starbucks, You're Next… \n
1039                                                                                                                                                                  RT @Erikar0220: I will never buy from @HomeDepot they delivered one week late, and left my vanity outside and of course it was broken into…\n
1040                                                                                                                                                                                      RT @Cisco: Happy #MardiGras! With LED wearables, #FatTuesday celebrations are getting lit....literally. Check it out:… \n
1041                                                                                                                                                                         RT @nomnompaleo: Yowza! Our second cookbook, Ready or Not!, is available for pre-order on @amazon for 49% off! Snag one, Nomsters!… \n
1042                                                                                                                                                                                                                                RT @ThePracticalDev: Hey @amazon, have you tried turning it off and on again?\n
1043                                                                                                                                                    RT @SandyAvila37: @netflix @NetflixDE  Would be a wonderful win-win ! #BATB is a global fan favorite! \n\n\n\n\n\n\n#NetflixSaveBatB https://t.co/H30P8i…\n
1044                                                                                                                                                                                                                                            @TMobile eat my ass, you stole my dream cruise before I could win\n
1045                                                                                                                                                                                 Y'all messed up my damn order @McDonalds, three of the things I ordered were not in the bag when I left the store , not good\n
1046                                                                                                                                                                 @ATT Please for the love of GOD, get rid of the fake typing noises that the robot agent is "making" while y'all route me to the wrong person\n
1047                                                                                                                                                              @TMobile your service where you call me instead of waiting on hold is great, except when you get transferred &amp; sit on hold for almost 30min\n
1048                                                                                                                                                                            @Tesco hi, I've preordered a Nintendo switch last month and I'm wondering if my preorder is one of the ones that's been cancelled\n
1049                                                                                       RT @censorednewsnow: Hereby declared \n\n\n\n\n\n\n\n\n\n\n\n\n\nENEMIES OF THE PEOPLE &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; @Google\n\n\n\n\n\n\n\n\n\n\n\n\n\nNew hash #StarveGoogleEmployees https://t.co/JxEjuGK9AH\n
1050                                                                                                                                                                                                                  RT @Reuters: NSA risks talent exodus amid morale slump, Trump fears https://t.co/V5gG5sdfjD\n
1051                                                                                                                                                             RT @SportsNation: Which of these teams would be the best fit for Adrian Peterson?\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt's the @Toyota #PulseOfTheNation:\n
1052                                                                                                                                                          RT @subzerov690: @ATT @ATTCares \n\n\n\n\n\n\nThis employee works for you. This employee is advocating the murder of ALL Muslims. Do something. R… \n
1053                                                                                                                                                          RT @healingtomato: Breakfast will never be boring again!! https://t.co/CbvuUzf2m2\n\n\n\n\n\n\n #sponsored #CalciYUM #Yoplait @Walmart #breakfast… \n
1054                                                                                                                                                                                    Check out Antique Hand Painted Victorian Mustache Mug "Love The Giver" Pink Gold White  https://t.co/UlGI9CwDt0 via @eBay\n
1055                                                                                                                                                                                Check out Hand Painted Nippon Noritake Covered Sauce With Attached Base Gilt, White, Green  https://t.co/O3hGYdl1x9 via @eBay\n
1056                                                                                                                                                    @divadejadiva1 \n\n\n\n\n\n\n\n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/tudJ0JmbeV\n\n\n\n\n\n\n@netflix @hulu @MTV\n
1057                                                                                                                                                                 RT @netflix: She's rich, famous, and most of all, humble. @AmySchumer: The Leather Special is coming to Netflix March 7. https://t.co/TL7xX…\n
1058                                                                                                                                                                                   RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
1059                                                                                                                                                                                                   Kuwait could pay up to $60,000 for party at Trump Hotel in Washington https://t.co/gPt8w9cHJv via @Reuters\n
1060                                                                                                                                                                                                                                             @netflix @amyschumer Amy's great. People commenting, not so much\n
1061                                                                                                                                                                                                Check out Opalite Sphere from Seven Troughs NV 2 1/8" Diameter (SP-MFR041)  https://t.co/u3dovUz6rh via @eBay\n
1062                                                                                                                                                                           RT @birbigs: Okay, it's a thing now. On @netflix. Worldwide. Please RT if you like it. Maybe some other people will like it too.… \n
1063                                                                                                                                                                                   RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
1064                                                                                                                                                                 RT @Burberry: Captured at @TheLOVEMagazine and @Burberry party, #KrisWu after the #BurberryShow on Monday night. #LFW https://t.co/btLe3LrM…\n
1065                                                                                                                                                                                                          RT @Lakers: Find tonight's giveaway shirts on your seats, courtesy of @Nike https://t.co/akVhI1fWdH\n
1066                                                                                                                                                                                                          RT @Lakers: Find tonight's giveaway shirts on your seats, courtesy of @Nike https://t.co/akVhI1fWdH\n
1067                                                                                                                                       RT @AttitudeMag: WORLD EXCLUSIVE - #BeautyAndTheBeast set to make @Disney history with gay character:\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/mBOhP3gSxu https://t.co…\n
1068                                                                                                                                                             @jpmorgan Chase agreed to pay a $55 million fine for charging atleast 53,000 minority borrowers higher rates &amp; fees… https://t.co/3DunzEPG5A\n
1069                                                                                                                                                               RT @mikedebonis: &gt;@RepHankJohnson just pronounced @DeutscheBank as "Douche Bank," and the House Judiciary Committee is bipartisanly amused.\n
1070                                                                                                                                       RT @FinishLine: Decisions Decisions. Three New Pairs Of @adidas Ultra Boosts Drop Tomorrow. \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/m6NCvAD5eb https://t.co/cjQsMab9…\n
1071                                                                                                                                                             RT @SamsungIoT: The @Breezie interface, powered by @ARTIKCloud &amp; @TMobile, makes connected health easier for seniors. https://t.co/torlsLxU…\n
1072                                                                                                                                                                                               RT @Reuters: ⚡️ “Iraqis flee the frontline battle in Mosul”\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/Bze4XE0RAG\n
1073                                                                                                                                                                                       RT @IBM: "IBM is poised to become a key contender in the industrial #IoT market" https://t.co/BVqdbnEi8l via @Forbes… \n
1074                                                                                                                                                                 RT @RevvinForSE7EN: An eventful #Daytona500 for @McDonalds car w/ @JamieMcMurray, hope @TeamChevy cars can stay out of his path, he's outta…\n
1075                                                                                                                                                                                                    U.N. says Thailand leaves legal loophole for torture, disappearances https://t.co/onfbzeJwuZ via @Reuters\n
1076                                                                                                                                                                   RT @JayRuderman: Great meeting today 2 discuss #Disability inclusion &amp; representation with @Walmart @sarahartweir, Shira Ruderman, J… \n
1077                                                                                                                                                                                         Zeny Training Batte Rope 2" Poly Dacron 40ft Workout Training Undulation Fitn... https://t.co/r0YtShk15u via @amazon\n
1078                                                                                                                                                                            RT @BankofAmerica: On 3/14 over 2,700 @SpecialOlympics athletes from 107 countries will inspire us all to put down limits &amp;… \n
1079                                                                                                                                                               RT @ARPAE: Exciting tech demo of the TERRA program PhenoRover! #ARPAE17 @PurdueAg\n\n\n\n\n\n\n@IBM #data #agriculture https://t.co/ijhvc1QLeh\n
1080                                                                                                                                       RT @RossButler: Innocence is relative. \n\n\n\n\n\n\n13 Reasons Why streaming only on @netflix March 31st.\n\n\n\n\n\n\n#13ReasonsWhy #Netflix https://t.co/TmbZWxblET\n
1081                                                                                                                                                                 RT @netflix: She's rich, famous, and most of all, humble. @AmySchumer: The Leather Special is coming to Netflix March 7. https://t.co/TL7xX…\n
1082                                                                                                                                                                                                                   @netflix recommends I watch "Captain America: Civil War" because I watched "Spotlight". 🤔\n
1083                                                                                                                                                                       @Walmart If ur self check out are dwn 4 repair, least you can do is schedule extra cashiers. So much time wasted standing in line 😠😠\n
1084                                                                                                                                                                                           RT @prettynameless: Love the end, @Walmart! Inspiration really is everywhere! Brilliant message! #TheReceipt #ad… \n
1085                                                                                                                                                          RT @subzerov690: @ATT @ATTCares \n\n\n\n\n\n\nThis employee works for you. This employee is advocating the murder of ALL Muslims. Do something. R… \n
1086                                                                                                                                                                     RT @DinaAsat: International digital (!) money transfers, Walmart Pay, Scan &amp; Go and more 😳 @Walmart has stepped up #money service… \n
1087                                                                                                                                                                                 RT @D_Ross3: Great day in Chicago, chilling with @KelloggsUS &amp; Team Sunny and brightening commuters’ day…Check it out!… \n
1088                                                                                                                                                RT @JamesOKeefeIII: ICYMI, @Project_Veritas has uncovered @CNN's dirty laundry: being insensitive &amp; calling @Yahoo #FakeNews. #CNNLeaks\n\n\n\n\n\n\nhtt…\n
1089                                                                                                                                                                                      @POTUS @realDonaldTrump @FOX @CNN @ABC @NBC @CBS time whiny man-child,  you show some backbone. https://t.co/6Jnwt8rEqf\n
1090                                                                                                                                                        Players in #AR &amp; #VR Ecosystem!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#VirtualReality #AugmentedReality #MixedReality @BankofAmerica https://t.co/ulUYyrWoVq\n
1091                                                                                                                                                                  RT @thriftyfifty6: Check out Antique Chinese Famille Rose Medallion Enameled Oval Plate, 19 Century, EX!  https://t.co/lMkl9cx9Fd via @eBay\n
1092                                                                                                                                                                  @CBS #H50 is The King of Friday nights w/an audience that keeps growing!  Love, love, love this show! Please renew… https://t.co/jPpbjCGxFT\n
1093                                                                                                                                                                                                                           @UPS “Sorry, there’s nothing we can do. There’s no error code so we can’t fix it.”\n
1094                                                                                                                                                                 I keep asking but @Walmart but won't answer. They want us as consumers, not creators? Time to take #TheReceipt back… https://t.co/PcsN2kgAVa\n
1095                                                                                                                                                                                   RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
1096                                                                                                                                                                #Media &amp; #Press, we implore you NOT to allow #unhinged #Potus' words to be normalized tonight. @CNN @MSNBC @CBS @ABC #Presidentialaddress\n
1097                                                                                                                                                                     @CBS @thegoodfight why exactly is this show on the streaming service and not regular tv? CBS is not cable, but regular tv. I can't watch\n
1098                                                                                                                                                                                       My taste is impeccable. Join the All-In Burger Debate w/ @Applebees, @pepsi &amp; @MikeAndMike https://t.co/cGJDvorLnm\n
1099                                                                                                                                                                                 RT @HP: Thin. Powerful. And now, a #CES2017 Best of Innovation Award winner. https://t.co/UHt7g2TVvH https://t.co/PAHuqPP1v8\n
1100                                                                                                                                                                                        Watch some of your favorite #Oscars Music Moments, presented by @ATT: https://t.co/VDKrK6G36c https://t.co/g1N8TgSHb3\n
1101                                                                                                                                                                                   RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
1102                                                                                                                                                                           RT @TMobile: @ThePhenomenalEE Whether it's melee or brawl, #TMobileOne smashes all!  Let the Uncarrier be your final destination… \n
1103                                                                                                                                                                                                        RT @Reuters: BREAKING: Oscars ratings on ABC averaged 32.9 million, least-viewed broadcast since 2008\n
1104                                                                                                                                                                                                  RT @TMobile: @LoveeLolaa__ Why you gotta make us blush, Londoncé?! ☺️ Everything we do is for y'all! *TerriL\n
1105                                                                                                                                                                                             RT @FindingThingz: Check out Vintage Painted 10 Gallon 24" Tall Milk Can With Lid  https://t.co/3A6vdcGu62 @eBay\n
1106                                                                                                                                                                              Check out Irish Spring Signature Body Wash Exfoliating, 15oz, 2 Pack, Clean &amp; Scrub, New  https://t.co/F1eay90mgl via @eBay\n
1107                                                                                                                                                                RT @sportparadise: Amazon Toys\n\n\n\n\n\n\n https://t.co/4GGjCHjdf3 #amazonwishlist #amazoncart #amazontoys  @amazon https://t.co/T9qWIlNXlj\n
1108                                                                                                                                                                       RT @ChristinaLo7: "Humanism - The Whore of Babylon and the Sleeping Church" by Christina M. Lop... https://t.co/Iv9ccd805f via @amazon\n
1109                                                                                                                                                                      RT @marceloclaure: Hey @TMobile customers, we’ve got an INCREDIBLE deal for you! #SwitchtoSprint and get 50% off ANY #iPhone @Target!… \n
1110                                                                                                                                                                  RT @flyLAXairport: ✈️ @Avianca will increase 4x weekly LAX-Bogota, Colombia flights to daily March 26 aboard @Boeing 787 Dreamliner! #flyLAX\n
1111                                                                                                                                                                                   RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
1112                                                                                                                                                                                                                                                 @CBS - I think not. Done, over! Come up with something fresh\n
1113                                                                                                                                                                                   RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
1114                                                                                                                                                                         RT @Reuters: Trump didn't indicate how far those tax credits would go, whether they'd be age based, etc. 3/3 https://t.co/3zlmzsNae6\n
1115                                                                                                                                                                                   RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
1116                                                                                                                                                                                                        RT @Reuters: BREAKING: Oscars ratings on ABC averaged 32.9 million, least-viewed broadcast since 2008\n
1117                                                                                          To issues on @facebook during #Jointsession:\n\n\n\n\n\n\n\n\n\n\n\n\n\n1. Immigration\n\n\n\n\n\n\n2. Russia\n\n\n\n\n\n\n3. Racial/Ethnic Discrimination\n\n\n\n\n\n\n4. The Economy\n\n\n\n\n\n\n5. The Military\n
1118                                                                                                                                                                                           RT @prettynameless: Love the end, @Walmart! Inspiration really is everywhere! Brilliant message! #TheReceipt #ad… \n
1119                                                                                                                                                                                RT @maricopakellyk: Trump plan to slash State, foreign aid spending has foes in Congress https://t.co/IsJwFRxF6Y via @Reuters\n
1120                                                                                                                                                        @dub_daGreatest 😂 no no no no no I just really mess with they gear I would like to be sponsored by 'em too them or @Nike \n\n\n\n\n\n\n#NIKEHINT👀👀\n
1121                                                                                                                                                                              In real news, proud of baby sister for the moves she's making with @Ford African Ancestry Network. And… https://t.co/9T9JY8D0QO\n
1122                                                                                                @KelloggsUS\n\n\n\n\n\n\nHere we go\n\n\n\n\n\n\nHere we go\n\n\n\n\n\n\nHere we go\n\n\n\n\n\n\nSteelers, Here we go\n\n\n\n\n\n\nPittsburgh's let's go to the Super Bowl\n\n\n\n\n\n\n#teamsundayentry 🏈🏈\n
1123                                                                                                                                                                      RT @Reuters: White House denies Trump order on biofuels program pending, markets roiled https://t.co/C8fCsDZzwM https://t.co/eSa9cZr6GA\n
1124                                                                                                                                                                             RT @TheTideDrew: Loving the a6000, I would love to review and try out some of your other lenses that work with the a6000 @Sony !\n
1125                                                                                                                                                                             RT @TheTideDrew: Loving the a6000, I would love to review and try out some of your other lenses that work with the a6000 @Sony !\n
1126                                                                                                                                                    RT @exxonmobil: Meet Elseya rhodini, a new turtle species we discovered while mapping biodiversity in Papua New Guinea.\n\n\n\n\n\n\n https://t.co/2zuDH…\n
1127                                                                                                                                                                 @ReutersOpinion @Reuters what else would you expect when every call, txt, and email is monitored and recorded.. should have made it illiegal\n
1128                                                                                                                                                                                           Check out How to Train Your Dragon 2, McDonald's, Zippleback Flying Toy, New!!!  https://t.co/xDtvc9rSDG via @eBay\n
1129                                                                                                                                                                            @joeyjao @Walmart @MakingStarWars Walmart online also has Lando, Ahsoka, and Jyn for $10-11 each right now w/ free ship-to-store.\n
1130                                                                                                                                                                  RT @Japanimedia: Check out Anohana Book type Music Box " Aoi Shiori " Flower We Saw That Day Taito JAPAN  https://t.co/9uZbiPtKZI via @eBay\n
1131                                                                                                                                               RT @AlexMacleanECL: LIKE for left RETWEET for right 👟\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Complex @HYPEBEAST @adidasCA @Nike @ComplexSneakers https://t.co/BZlhbXJMkf\n
1132                                                                                                                                                                 RT @kunwarNitin3: Falling Grace: It falls when you love, it falls when you force by Kunwar Niti... https://t.co/LCzF4McryT via @amazon WELC…\n
1133                                                                                                                                                                @CBS @thegoodfight A devoted fan of The Good Wife disappointed in CBS, charging for sequel! Do you really need money. We already pay for TV❗\n
1134                                                                                                                                                                                                     Please @CNN @MSNBC @ABC @CBS Quit with the cutting slack already! \n\n\n\n\n\n\n https://t.co/xAjYZTdWxP\n
1135                                                                                                                                                                                                                         @Reuters Deplorable narcissistic nutcase...it was all SCRIPTED. \n\n\n\n\n\n\nC'mon!\n
1136                                                                                                                                                                                                                                     RT @COSCRTS: Nike Airforce 1s\n\n\n\n\n\n\n@Nike https://t.co/WQvvUvTuk8\n
1137                                                                                                                                                                                RT @NHL: It was a team effort for the @CanadiensMTL, but @CP0031 earned the @pepsi shutout. #CBJvsMTL https://t.co/hyezcoiGQ5\n
1138                                                                                                                                                                      @Reuters OMG! Don't they remember the 500,000+ civilians they killed looking for WMDs??? Sure those people won't hold a GRUDGE!! lol. B\n
1139                                                                                                                                                                                RT @NHL: It was a team effort for the @CanadiensMTL, but @CP0031 earned the @pepsi shutout. #CBJvsMTL https://t.co/hyezcoiGQ5\n
1140                                                                                                                                                                                          RT @Reuters: NSA risks talent exodus amid morale slump, Trump fears https://t.co/zRwpV0hn5A https://t.co/BNfeekKRlQ\n
1141                                                                                                                                                         #MuzikkZone .@lola6667 @twitter @facebook\n\n\n\n\n\n\nEverlit - Blackout Live @ in Asheville, NC https://t.co/y2JdtsoC2U via @YouTube @EverlitMusic\n
1142                                                                                                                                                                    New! Men Jordan 29 XX9 "Riverwalk" Basketball LeBron 695515-625 Multi Color 18 https://t.co/vtGbUD1iqe @eBay #Shoes #OOTD #Love #Shopping\n
1143                                                                                                                                                                                                             Check out CBLDF Liberty "GARY KEZELE" Sketch Card *Super Hot"  https://t.co/50KfX8Tlvk via @eBay\n
1144                                                                                                                                                                                RT @NHL: It was a team effort for the @CanadiensMTL, but @CP0031 earned the @pepsi shutout. #CBJvsMTL https://t.co/hyezcoiGQ5\n
1145                                                                                                                                                                                   RT @Starbucks: Introducing...wait...can't read the name. Whatever. Just call it "Cinnamon Dolce caramel cup of joy." ☕️❤️… \n
1146                                                                                                                                                                                           RT @prettynameless: Love the end, @Walmart! Inspiration really is everywhere! Brilliant message! #TheReceipt #ad… \n
1147                                                                                                                                                                  Just watch @fistfightmovie thanks to #TMobileTuesdays in my @TMobile socks and sending this with my free @TMobile phone, thanks @JohnLegere\n
1148                                                                                                                                                             RT @USDOL: DYK? @Ford announced plans to cancel a plant in Mexico, adding 700 jobs in MI &amp; Fiat Chrysler announced $1B investment, creating…\n
1149                                                                                                                 RT @baldwinmathew: Stats for kubernetes at @Disney \n\n\n\n\n\n\n- 21 - 30 K8S services\n\n\n\n\n\n\n- 15 ingress rules\n\n\n\n\n\n\n- 24 - 48 nodes\n\n\n\n\n\n\n- 3 clusters in producti… \n
1150                                                                                                                                       RT @AttitudeMag: WORLD EXCLUSIVE - #BeautyAndTheBeast set to make @Disney history with gay character:\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/mBOhP3gSxu https://t.co…\n
1151                                                                                                                                                                                  RT @shellthings: Mmmmm, chocolate! Try the new Milka OREO candy bar @Walmart and get a $1 Ibotta rebate #NewMilkaOREO #ad… \n
1152                                                                                                                                                                 RT @CoverMongolia: China's #coal imports from #NorthKorea ease after sanctions, from #Mongolia up 154% | @Reuters, February 24 https://t.co…\n
1153                                                                                                                                       RT @AttitudeMag: WORLD EXCLUSIVE - #BeautyAndTheBeast set to make @Disney history with gay character:\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/mBOhP3gSxu https://t.co…\n
1154                                                                                                                                                                                           @charlieisaacs @fcathala @eliotharper @CrawfordAMC @a_kuratani @ApexLarson @salesforce Thanks very much, Charlie!!\n
1155                                                                                                                                                                   RT @Reuters: Stocks struggle as Trump offers few policy details, dollar firms on rate talk https://t.co/hWFS3GVBIe https://t.co/KEDxBT9AKH\n
1156                                                                                                                                                                                                          @netflix , never make a hip hop history documentary series and not include @TooShort and @E40 . Smh\n
1157                                                                                                                                                                                          RT @Reuters: NSA risks talent exodus amid morale slump, Trump fears https://t.co/zRwpV0hn5A https://t.co/BNfeekKRlQ\n
1158                                                                                                                                    RT @Nachtfee24: Be sure we love @netflix @NetflixDE\n\n\n\n\n\n\nYou need our gem as your original \n\n\n\n\n\n\nBeastieFANmily need #BatB on TV\n\n\n\n\n\n\n💞 Please… \n
1159                                                                                                                      RT @We_The_PeopleTX: 💥FAKE NEWS LIST💥\n\n\n\n\n\n\n@CNN @MSNBC @CNBC\n\n\n\n\n\n\n@ABC @CBSNews @NBCNews\n\n\n\n\n\n\n@Reuters @thehill, etc.\n\n\n\n\n\n\n#FakeNews #FakeNewsMedia… \n
1160                                                                                                                                                            RT @yogrishiramdev: Discussed ideas around spreading yog, Ayurved &amp; swadeshi through @facebook with its India head, @umang_bedi Ji &amp; hi… \n
1161                                                                                                                                                                                                                The hits just keep on coming for @netflix\n\n\n\n\n\n\n \n\n\n\n\n\n\nhttps://t.co/bEZYmtdk9w\n
1162                                                                                                                                                                                              @TMobile got thank and appreciate your customer service, @ATT @VerizonSupport @sprint should step up and learn.\n
1163                                                                                                                                                            RT @yogrishiramdev: Discussed ideas around spreading yog, Ayurved &amp; swadeshi through @facebook with its India head, @umang_bedi Ji &amp; hi… \n
1164                                                                                                                                                            RT @yogrishiramdev: Discussed ideas around spreading yog, Ayurved &amp; swadeshi through @facebook with its India head, @umang_bedi Ji &amp; hi… \n
1165                                                                                                                                                                   RT @Reuters: Stocks struggle as Trump offers few policy details, dollar firms on rate talk https://t.co/hWFS3GVBIe https://t.co/KEDxBT9AKH\n
1166                                                                                                                                                                   RT @Reuters: Stocks struggle as Trump offers few policy details, dollar firms on rate talk https://t.co/hWFS3GVBIe https://t.co/KEDxBT9AKH\n
1167                                                                                                                                               RT @DigitalPhamcist: Fabulous to see @Google honour the late great Abdul #edhi \n\n\n\n\n\n\n\n\n\n\n\n\n\n#humanitarian #ambulances #caringForTheVulnerable… \n
1168                                                                                                                                                       @MyDCHeroes \n\n\n\n\n\n\n\n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/lVZVOwHZvt\n\n\n\n\n\n\n@netflix @hulu @MTV\n
1169                                                                                                                                                                                                            RT @Reuters: U.S. military marches forward on green energy, despite Trump https://t.co/8VSoP1F60F\n
1170                                                                                                                                                                             Speaking now @DianeMelley, Vice President, Global Citizenship of @IBM #globalpeace #GPYEPhilippines2017… https://t.co/VEfzD1V8uD\n
1171                                                                                                                                                                 I just listed: 'Violet Channel-set Round Brilliant Cut Eternity Ring Crystal Rhinestone Fa...',for 14.00 via @amazon https://t.co/KpABAN4p5X\n
1172                                                                                                                                                                                                               Check out Leather blank book w/ 3 latch huge  13 1/2" x 18"  https://t.co/kzHnkDGj3r via @eBay\n
1173                                                                                                                                                                   Private equity firm PAG makes $616 million bid for Yingde co-founders' stake - "a positive development" - https://t.co/6yKAzhPk9J @Reuters\n
1174                                                                                                                                                                                                            RT @Reuters: U.S. military marches forward on green energy, despite Trump https://t.co/8VSoP1F60F\n
1175                                                                                                                                                                                                        RT @Reuters: San Francisco university lays off IT workers, jobs head to India https://t.co/tQ8EoV63YC\n
1176                                                                                                                                       RT @AttitudeMag: WORLD EXCLUSIVE - #BeautyAndTheBeast set to make @Disney history with gay character:\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/mBOhP3ytp2 https://t.co…\n
1177                                                                                                                                                       First flight of the @Boeing 787-10 (@Rolls-Royce Trent 1000-TEN engines) will be webcast today starting at 2:25pm\n\n\n\n\n\n\nhttps://t.co/jMspF9y5xy\n
1178                                                                                                                                                                                            Life used to guide our stories, now stories guide our life. @Snapchat @facebook @WhatsApp @instagram #generationy\n
1179                                                                                                                                                                                             Check out Australia Cricket Mitchell Stark Signed 16" X 12" Double Mounted Display https://t.co/lCm2vBZ6rW @eBay\n
1180                                                                                                                                                                                        RT @eulen_ei: Dear @Ford_de @Ford , Oh my god, again, Over 1.600 companies have blocked Breitbart. @slpng_giants_eu… \n
1181                                                                                                                                                                Ya murders bad, ya stealinga bad, but you know what's worst. When @netflix dosnt have all the season to a show. Wtf am I supposed to do now💀\n
1182                                                                                                                                                                          RT @Burberry: Kris Wu wearing pieces from the @Burberry February collection at #Baselworld2017, Switzerland https://t.co/EZ1kqX8mW2\n
1183                                                                                                                                                          Check out Hetalia AxisPowers One Coin Grande 2.2" Figure 3PCS Authentic Kotobukiya JP A608  https://t.co/zxQvijF7rP via @eBay\n\n\n\n\n\n\n#Hetalia\n
1184                                                                                                                                                                                         F*ck you @Apple !!! You literally changed my pass code, right when it froze and restarted. Now the phone is useless!\n
1185                                                                                                                                                                                         Check out Caution This Door Must Be Kept Closed,  Fence / Wall Metal Sign #Hillman https://t.co/u0e1h5w0Qj via @eBay\n
1186                                                                                                                                RT @Indian_stats: Dear @Google  \n\n\n\n\n\n\n\n\n\n\n\n\n\nplease correct. \n\n\n\n\n\n\n\n\n\n\n\n\n\nKind regards,\n\n\n\n\n\n\n1.8 billion people https://t.co/rhtDKKPoDE\n
1187                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1188                                                                                                                                                      @Reuters HERE CLICK AND READ: @GAYFISHPIOTR @GAYFISHPIOTR\n\n\n\n\n\n\n@GAYFISHPIOTR @GAYFISHPIOTR @GAYFISHPIOTR @GAYFISHPIOTR… https://t.co/LUATXSqfvG\n
1189                                                                                                                                                                                                                   RT @Reuters: EU offers pre-Brexit trade talks, tough on transition https://t.co/TnaWhSTfWX\n
1190                                                                                                                                                     Wow ..soo much sweat yet so much hot it was . but yeah I did it . #yesterday #runner\n\n\n\n\n\n\n@Nike @NikeRunning @nikestore… https://t.co/PQ1SPG3qWZ\n
1191                                                                                                                                                                                                      RT @SamOotd: @sammangubat wearing @adidas \n\n\n\n\n\n\nStyled by: @jennysibulo https://t.co/36WcSplsPG\n
1192                                                                                                                                                                                                RT @Disney: .@OhMyDisney Announces Its "Never Grow Up" Disney Art Tribute with Mondo x Cyclops Print Works:… \n
1193                                                                                                                                                                          RT @Burberry: Kris Wu wearing pieces from the @Burberry February collection at #Baselworld2017, Switzerland https://t.co/EZ1kqX8mW2\n
1194                                                                                                                                                                     @Reuters FFS tell us something we don't already know. There's bound to be compromises. Less sabre rattling, just fucking get on with it!\n
1195                                                                                                                                                                 #ShoutItLoud by CLIFFORD #Nigeria #TGIF  \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/7XJL8AiN8b via \n\n\n\n\n\n\n\n\n\n\n\n\n\n@amazon #amazon\n
1196                                                                                                                                                                                  RT @give_together: Check out Large Limoges "Ravenwood" Studio Hand Painted Strawberry Pitcher https://t.co/B8a3Z3NIXa @eBay\n
1197                                                                                                                                                                  @YourAnonNews Given EFF's report on @verizon #malware, maybe give a shout out to how to cancel their spying asses?  https://t.co/6cfKrSbNCa\n
1198                                                                                                                                                      Harry Benson\n\n\n\n\n\n\n\n\n\n\n\n\n\nMichael Jackson on Throne, 1997\n\n\n\n\n\n\n\n\n\n\n\n\n\n https://t.co/SpsgRX7YgM via @amazon #MichaelJackson\n
1199                                                                                                                                                                          RT @Burberry: Kris Wu wearing pieces from the @Burberry February collection at #Baselworld2017, Switzerland https://t.co/EZ1kqX8mW2\n
1200                                                                                                                                                                          When you have both a new season of @archerfxx  and @trailerparkboys  to watch on @netflix . Yes, thank you for stepping yo game up.\n
1201                                                                                                                                                                                     RT @Iamfrankelean: Seeing this #GalaxyS8, makes me wonder what @Apple is planning with #iPhone8  https://t.co/92XRJRrKLT\n
1202                                                                                                                                                                             US trade barriers report slams China on overcapacity, tech transfer https://t.co/GwXikn7TAn via @Reuters https://t.co/muhv8SgLey\n
1203                                                                                                                                                                        RT @worldstoresus: I just listed: '9" X 12" No Fumar / No Smoking Sign Case Pack 480', for 479.66 via @amazon https://t.co/ZUnEMw2cyf\n
1204                                                                                                                                                    RT @SafetyPinDaily: Biggest challenge for the National Security Council isn’t North Korea or Russia. It’s Trump. |  via @Reuters\n\n\n\n\n\n\nhttps://t.…\n
1205                                                                                                                                                                                                              Shame on T-Mobile, terrible customer service. No one has a clue of what they are doing @TMobile\n
1206                                                                                                                                                                     @Tesco hi tiffany, it was the enniskillen store in Northern Ireland. Thank u for replying, they were on offer for £1, don't need refund.\n
1207                                                                                                                                                                         RT @McDonalds: Today we've announced that by mid-2018, all Quarter Pounder burgers at the majority of our restaurants will be cook… \n
1208                                                                                                                                                                     RT @Reuters: Foreigners in Japan face significant levels of discrimination, survey shows https://t.co/EyYr9ruGK2 https://t.co/T0x7t0PFx2\n
1209                                                                                                                                                                                                                   RT @HYPEBEAST: .@KithSet x Steven Harrington x @Nike \n\n\n\n\n\n\nhttps://t.co/xkV9ASprmw\n
1210                                                                                                                                                                 RT @DeutscheBank: #Retail: more than 6,000 shops in the US could close in the next 10 years because they slept through online retailing. #D…\n
1211                                                                                                                                                                  @ndcharlie904 @iB3nji @delly109 @SexyAssLatino @AppleSupport @netflix That's the one! I loved the book so much, it… https://t.co/tDH9dPAych\n
1212                                                                                                                                                                     RT @Reuters: Foreigners in Japan face significant levels of discrimination, survey shows https://t.co/EyYr9ruGK2 https://t.co/T0x7t0PFx2\n
1213                                                                                                                                                                   If @Bayer @MonsantoCo #mergerfromhell goes ahead, only 3 companies will control over 60% of seeds and pesticides.… https://t.co/dGMadoSavN\n
1214                                                                                                                                                                                     RT @endclothing: Online now, @Nike Air Max 1 Ultra 2.0 #Flyknit 'U.S.A.' https://t.co/9HQX9NnRce https://t.co/Zxj7CCfVVV\n
1215                                                                                                                                                                                     RT @endclothing: Online now, @Nike Air Max 1 Ultra 2.0 #Flyknit 'U.S.A.' https://t.co/9HQX9NnRce https://t.co/Zxj7CCfVVV\n
1216                                                                                                                                                                                RT @Google: Get from “exit” to “출구“ in just one tap with Word Lens, now available in Korean on the #GoogleTranslate app →… \n
1217                                                                                                                                                                                        @bookingcom @hotelsdotcom @Expedia @TripAdvisor \n\n\n\n\n\n\n\n\n\n\n\n\n\nWhat would it take to get your attention?\n
1218                                                                                                                                                                                            Check out White Shabby Chic Interior Design Creme "BAIN" Canister Cask Storage  https://t.co/Tcd1WuJ5LX via @eBay\n
1219                                                                                                                                                             RT @Michael_Buffer: @IBM I've supported Guiding Eyes 4 yrs-please spay-neuter &amp;LOVE ur dogs-adopt,don't buy-always visit vet annually!I hav…\n
1220                                                                                                                                                                               @courtney_leaann @JenCorrigan3 @lilyftcm @13ReasonsWhy @netflix nope, which is why I think some people find it hard to swallow\n
1221                                                                                                                                                                          RT @Burberry: Kris Wu wearing pieces from the @Burberry February collection at #Baselworld2017, Switzerland https://t.co/EZ1kqX8mW2\n
1222                                                                                                                                                                     RT @Reuters: Foreigners in Japan face significant levels of discrimination, survey shows https://t.co/EyYr9ruGK2 https://t.co/T0x7t0PFx2\n
1223                                                                                                                                                                                        Check out Empty Can Of Belgian Beer Hoegaarden Wit-Blanche 2016, 500 ml. Open Top!  https://t.co/SblXLcxIXH via @eBay\n
1224                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1225                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1226                                                                                                                                                                     RT @Noto0ligarchy: .@Versace, do you know @amazon advertises your products on racist, sexist #breitbart? Not fashionable! Plz ask them… \n
1227                                                                                                                                                              RT @chris1reuters: World #oil demand to exceed supply every quarter this year, draining stocks, says @MorganStanley \n\n\n\n\n\n\n#OPEC #OOTT… \n
1228                                                                                                                                                                 RT @MohamedMOSalih: Nepotism example from @Google speaks for itself...  "hiring my daughter was not nepotism—it was just good business" htt…\n
1229                                                                                                                                                                                          Check out Womens Ol Navy Shorts Pixie, blue and white sz 8 #OldNavy #CasualShorts https://t.co/MXcO33U89m via @eBay\n
1230                                                                                                                                                                         RT @McDonalds: Today we've announced that by mid-2018, all Quarter Pounder burgers at the majority of our restaurants will be cook… \n
1231                                                                                                                                                              RT @chris1reuters: World #oil demand to exceed supply every quarter this year, draining stocks, says @MorganStanley \n\n\n\n\n\n\n#OPEC #OOTT… \n
1232                                                                                                                                                                         RT @nvrggivup: "With or Without Trump" @ABC @CBS @nbc @CNN @MSNBC @FoxNews @komonewsradio @maddow  @CBSThisMorning @DNC  recuse yo… \n
1233                                                                                                                                                                                                                RT @Disney: Lift your spirits up, up, and away. 🐻🎈 #FirstBestFriend https://t.co/BfaCHP0zqw\n
1234                                                                                                                                                                                                            RT @strangecorn: . @Google, #Soros Behind #FakeNews on  #Internet Privacy https://t.co/LIcnpXAyOI\n
1235                                                                                                                                                                                                                        RT @Microsoft: Change the world, stay in STEM. #MakeWhatsNext https://t.co/ExAKDrlAfc\n
1236                                                                                                                                                                                     RT @netflix: Binge your favorite book on Netflix. Season 1 of @13ReasonsWhy, coming this Friday. https://t.co/nMIpzuM7ub\n
1237                                                                                                                                                                         RT @nvrggivup: "With or Without Trump" @ABC @CBS @nbc @CNN @MSNBC @FoxNews @komonewsradio @maddow  @CBSThisMorning @DNC  recuse yo… \n
1238                                                                                                                                                            That's a GREAT help!! Thank you and thank you @HomeDepot \n\n\n\n\n\n\n@Autisms @AutismSociety @Autism #GlobalGoodEmiBlue https://t.co/uKviUjJmoi\n
1239                                                                                                                                                                 @J_D_Richo @easyJet @J_D_Richo Hi, sorry to hear! You could legally claim compensation for this up to £540. Takes m… https://t.co/GsCEH03wq4\n
1240                                                                                                                                                                                            @Google POTUS and FLOTUS - President and First Lady - Hair Style and Fashion\n\n\n\n\n\n\nhttps://t.co/8NHlRxXhZv\n
1241                                                                                                                                                                        Check out 5" DA Polisher &amp; Sander Pad - 6 Hole Hook &amp; Loop Face - Dual Action Random Or...  https://t.co/MZyoOMnNaF via @eBay\n
1242                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/dlm4xzMWpV\n
1243                                                                                                                                                                                     Check out Jakks Pacific/Disney Frozen Toddler Elsa Doll 11" Tall Read Details And See Pics https://t.co/9FCUIx7n7Z @eBay\n
1244                                                                                                                                                                                        Yellow Chrysanthemum Bud Herbal Tea 750 gram, 100% natural herb enjoyed by Em... https://t.co/FaA2JMJ1VZ 来自 @amazon\n
1245                                                                                                                                                                                         RT @KirillWasHere: Every time I get @McDonalds I say to myself "I can't believe I actually paid money for diarrhea."\n
1246                                                                                                                                                                                           RT @_YamilaAlonso: Check out our partnership with @Apple to create a new class of iOS developers, via @CIOonline… \n
1247                                                                                                                                                                                        RT @TheIiquor: New season of Trailer Park Boys is on @netflix now! Have a few drinks, smoke some good dope and enjoy!\n
1248                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1249                                                                                                                                                    i'll be switching to a small ISP with policy against data collection, can't trust @comcast @XFINITY, they pushed for this trash!\n\n\n\n\n\n\n#NETPRIVACY\n
1250                                                                                                                                                                                                                   RT @BBYMUTHA: Bitch, April Fools. Or imma whoop y'all ass @netflix https://t.co/xNSi05KGKI\n
1251                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1252                                                                                                                                               @boucherfarms @Milk_the_cow4 @McDonalds Ding ding ding\n\n\n\n\n\n\n\n\n\n\n\n\n\nI guess I don't really care either as I rarely buy fast food anymore either.\n
1253                                                                                                                                                                 Playground spat between @Wendys and Ronald @McDonalds . Play nice, kids. And remember, if you can't say something n… https://t.co/vMvfkSK8w8\n
1254                                                                                                                                                                 @Minuteman04 @ATT @Verizon OilyBoys Banksters Drugsters Koch klan can fertilze GangOProstitutes Today, but the Sten… https://t.co/C69QVcDxoE\n
1255                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/9LANUpm9KL\n
1256                                                                                                                                                                                             Intrusive (BOOK 1): An Action Adventure Thriller, https://t.co/X2v4vPfPQn @amazon #FreeBooks #BookAddict #EBooks\n
1257                                                                                                                                                                                                                For all the praise @Apple gets for their UX, changing your password is a misreble experience.\n
1258                                                                                                                                                                 @MoonlightAri26 \n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/tudJ0JmbeV\n\n\n\n\n\n\n@netflix @hulu @MTV\n
1259                                                                                                                                                                        RT @pharris830: Dear @ABC @NBC @CBS @MSNBC @CNN if you could stop pretending that what they are doing is normal, that would be grea… \n
1260                                                                                                                                                                                 @verizon #AppFlash = bad move. New favorite searches = "delete appflash" , and "new cell provider" #resist #privacy #TMobile\n
1261                                                                                                                                                                                           @verizon, should you attempt to install Appflash on my phone, we're done and I'm suing you for breach of contract.\n
1262                                                                                                                                                               Taste favorite dishes from @cambridgetable, @DorettaBoston &amp; @julietunionsq 04/15 at Eat &amp; Run w/ @ATT Boston! https://t.co/Ox6cPYPvsU\n
1263                                                                                                                                                     RT @HondaRacing_HPD: HPD President Art St. Cyr recently got a chance to drive the @Honda Baja #Ridgeline on a desert course🏁\n\n\n\n\n\n\nVerdict: Fa… \n
1264                                                                                                                          So @Starbucks introduced a new gluten-free breakfast sandwich.\n\n\n\n\n\n\n\n\n\n\n\n\n\nThis could be dangerous...\n\n\n\n\n\n\nFor my wallet AND my waistline \n\n\n\n\n\n\n🙀🙈\n
1265                                                                                                                                                                                                                 HEAD Men's Spacedye Hypertek Top, Tomato Heat... by HEAD https://t.co/z66w1aZZkq via @amazon\n
1266                                                                                                                                                                         RT @McDonalds: Today we've announced that by mid-2018, all Quarter Pounder burgers at the majority of our restaurants will be cook… \n
1267                                                                                                                                                                               Check out New Disney Star Wars Jewelry Set &amp; TMNT, Minions and Minions Accessory Bundle  https://t.co/F4jvfXTGl0 via @eBay\n
1268                                                                                                                                                                            RT @BtuflyBoutique: Check out Inter Design Fabric Shower Curtain Wheat Ecru Brown Olive 72"x72" NEW https://t.co/x0dYOnhdPk @eBay\n
1269                                                                                                                                                                                RT @Reuters: Escalating political feuds, EU negotiation terms, and an ousted leader behind bars. Read the Morning Briefing:… \n
1270                                                                                                                                                                            RT @PETAAsia: #WTF: Gentle cows are being branded on the face, electroshocked, &amp; beaten for @Toyota car seats. TAKE ACTION:… \n
1271                                                                                                                                                                     @MaynanMombi @verizon Ugh, seriously. I've been a customer of Verizon and its precursors since 1991. What competitors won't follow suit?\n
1272                                                                                                                                                                 RT @ohitchcock: #BocaRaton high school teachers fired for having sex on campus were outed by S/Os, an @Apple Watch (via @sonjaisger) https:…\n
1273                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/QKXa432vK0\n
1274                                                                                                                                                                                     RT @netflix: Binge your favorite book on Netflix. Season 1 of @13ReasonsWhy, coming this Friday. https://t.co/nMIpzuM7ub\n
1275                                                                                                                                                                         RT @McDonalds: Today we've announced that by mid-2018, all Quarter Pounder burgers at the majority of our restaurants will be cook… \n
1276                                                                                                                                                                                Check out BUCILLA "JOLLY SANTA" JUMBO 28" FELT STOCKING KIT #84380 Alex Torra Unopened2001  https://t.co/QUzK4sOx2i via @eBay\n
1277                                                                                                                                                                      USAF Air Force #AF #Officer Men's Mess Dress Uniform 44L Coat 34/30 Pants #FridayFeeling\n\n\n\n\n\n\nhttps://t.co/O6fbZpQq4i via @eBay\n
1278                                                                                                                                                                             5.42ft Super Huge K Cup Boob Men Sex-toys Doll Male Love Girl Adult Masturbator\n\n\n\n\n\n\n  https://t.co/sjFMvA71YI via @eBay\n
1279                                                                                                                                                                    RT @FinishLine: Grab The @adidas PureBOOST 'Triple Black' Now:\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/3e05Cs5hFd https://t.co/KLvpkamryO\n
1280                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1281                                                                                                                                                      @Reuters HERE CLICK AND READ: @GAYFISHPIOTR @GAYFISHPIOTR\n\n\n\n\n\n\n@GAYFISHPIOTR @GAYFISHPIOTR @GAYFISHPIOTR @GAYFISHPIOTR… https://t.co/WwMV4yQsgr\n
1282                                                                                                                                                                                       Check out Marvel Comics Illustrated Version of The X-Men (1982, Paperback) - #02835  https://t.co/faJs49e3j9 via @eBay\n
1283                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1284                                                                                                                                                                                Check out Boris Karloff, 2014, FdlM Ink BLOT portrait of English actor Frankenstein  Mummy  https://t.co/b7sSeYFCuk via @eBay\n
1285                                                                                                                                                                                    @jyorkie57 @RoyalNavyNews @Reuters \n\n\n\n\n\n\nIt's who you know not what you know - surely 4yrs of IR taught you that?\n
1286                                                                                                                                                                                           RT @TheWayneKing: A heroes welcome for @RepMarkMeadows at @UPS Asheville, NC this morning! https://t.co/ROCUQJaKUO\n
1287                                                                                                                                                                 RT @Diane99: Why don't #employers contribute to #debt for young people dealing with student loans, etc.? - Kevin Crain @BankofAmerica @All_…\n
1288                                                                                                                                                                                              Honestly if @Microsoft made modern @Android powered sidekick, I'd buy 3 on day one. Why is this not a thing?!?!\n
1289                                                                                                                                                                                        Check out Lot of 29 Wearable Vintage to Now Jewelry Sterling Silver, Trifari,Monet  https://t.co/M6WdBYrk3e via @eBay\n
1290                                                                                                                                                                            RT @Mag_HR: A round of applause for @SAP (G), @generalelectric (S) and @Manulife (B) for winning the Best of Recruitment Techno… \n
1291                                                                                                                                                                                                              Check out Vintage Viking 11-1/2" Ruby Bud Vase with Amberina Trim https://t.co/IqAPLpW2Bg @eBay\n
1292                                                                                                                                                                       Yo, check out @DaveChappelle @netflix special. Its the best stand up I have seen, second to only @attell HBO special. #awesome #comedy\n
1293                                                                                                                                                                                                Did you know that @Snapchat is the second most used social network, after @facebook ? #FunFactFriday #SMTulsa\n
1294                                                                                                                                                                 RT @Microsoft: Today, only 6.7% of women graduate with degrees in STEM. Let’s change that. #MakeWhatsNext https://t.co/N16APJhI8k https://t…\n
1295                                                                                                                                                                                            Since @McDonalds hasn't shown much love, @tacobell @TacoBellTeam here I come! Sponsor me? https://t.co/XyDy2o4U9d\n
1296                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1297                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1298                                                                                                                                                                              RT @Reuters: Verizon creates new operating structure, hires former Ericsson CEO https://t.co/xdxQ74ll4W https://t.co/bRA5ShZAOC\n
1299                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1300                                                                                                                                                                        RT @pharris830: Dear @ABC @NBC @CBS @MSNBC @CNN if you could stop pretending that what they are doing is normal, that would be grea… \n
1301                                                                                                                                                                 RT @kunwarNitin3: Falling Grace: It falls when you love, it falls when you force by Kunwar Niti... https://t.co/LCzF4McryT via @amazon WELC…\n
1302                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1303                                                                                                                                                                                       Check out #Vegetable #Leather Belt Environmental Friendly Made In Argentina Sz:32" Brown https://t.co/zLkSjaRCqY @eBay\n
1304                                                                                                                                                                              RT @Reuters: Verizon creates new operating structure, hires former Ericsson CEO https://t.co/xdxQ74ll4W https://t.co/bRA5ShZAOC\n
1305                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1306                                                                                                                                                                                                       RT @Reuters: Hungarian PM denounces Soros-backed college, U.S. urges restraint https://t.co/BTzT5HzP4t\n
1307                                                                                                                                                    RT @adidas: More than the sport. This is a lifestyle. \n\n\n\n\n\n\nThe adidas Athletics and @ReigningChamp collection. Available April 7th. https://t.c…\n
1308                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1309                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1310                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1311                                                                                                                                                                                                       RT @Reuters: Hungarian PM denounces Soros-backed college, U.S. urges restraint https://t.co/BTzT5HzP4t\n
1312                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1313                                                                                                                                                                 It's clear, the significant value @amazon is creating for its millions of customers is reflected in its stock price… https://t.co/pDO6e4rqQ2\n
1314                                                                                                                                                                                       Check out   MOM'S DELICATE, GOLD Family, Faith, and Friends necklace for anywhere!   https://t.co/MV8fVqVSqL via @eBay\n
1315                                                                                                                                                                           Check out this Amazon deal: Coral Fleece Blanket Grey - Zig Zag Design, C... by Utopia Bedding https://t.co/mv2HH4WTNB via @amazon\n
1316                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1317                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1318                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1319                                                                                                                                                                                     Check out iPhone 7 Plus Case, iPhone 7 Plus Liquid Glitter Case,PHEZEN 3D Creative Design  https://t.co/OAdlRObl6T @eBay\n
1320                                                                                                                                                                                                                         For anyone out there using @verizon, Drop 'em like it's hot: https://t.co/W4PZUzri6E\n
1321                                                                                                                                                     RT @exxonmobil: 15-year-old Alyssa inspires young girls to make a difference in society through a #STEM education.\n\n\n\n\n\n\n https://t.co/8AyGNfneOe\n
1322                                                                                                                                      RT @JedRecord: Happy Birthday to You, @Starbucks! 🎉\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Starbucks #Birthday #Coffee #ButFirstCoffee #Seattle #PikePlace https://t.co/qvZbHhS0…\n
1323                                                                                                                                                                 @Ryanair you've changed my return flight times on a flight I booked a couple of months ago, I assume you're not gonna charge for cancelling?\n
1324                                                                                                                                                                        RT @Dslprints1: Check out Personalised Photo Block Wooden 6x4" 7x5" Picture Frame Any Image Mummy Daddy https://t.co/yyvzTtZCxs @eBay\n
1325                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1326                                                                                                                                                                                        @Reuters has amazing reporters. Don't be cheap, @thomsonreuters. Pay them what they're worth. https://t.co/66jPw8u5WO\n
1327                                                                                                                                                                                           RT @TheWayneKing: A heroes welcome for @RepMarkMeadows at @UPS Asheville, NC this morning! https://t.co/ROCUQJaKUO\n
1328                                                                                                                                                                                                                                           I earn it😊😍\n\n\n\n\n\n\n@amol_kulk @IBM https://t.co/ktjPf51nqO\n
1329                                                                                                                                                                                    Check out ETIENNE AIGNER WOMAN 9 M BLACK FAUX LEATHER VEGAN SLIP ON PUMP 2.5" HEEL NEW  https://t.co/28WI2hecpe via @eBay\n
1330                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1331                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1332                                                                                                                                                                 @amazon I was guaranteed that my product would arrive before 8 pm, its already late, urgently required as I am trav… https://t.co/jkpaeY9g3c\n
1333                                                                                                                                                                          RT @Burberry: Kris Wu wearing pieces from the @Burberry February collection at #Baselworld2017, Switzerland https://t.co/EZ1kqX8mW2\n
1334                                                                                                                                                                         RT @McDonalds: Today we've announced that by mid-2018, all Quarter Pounder burgers at the majority of our restaurants will be cook… \n
1335                                                                                                                                                                                                     Check out Alton NIP Grommet Top Panel Taupe Color 54" W x 63" L #Alton https://t.co/NXGHOqItZE via @eBay\n
1336                                                                                                                                                                                 Check out 6.5" Tall Star Wars Boba Fett Interactive Room Guard - Motion Activated Ages 4+  https://t.co/uly1LMcBVH via @eBay\n
1337                                                                                                                                                              @Google is not done creating for delightful awe-inspiring moments 😊 \n\n\n\n\n\n\n\n\n\n\n\n\n\n#pacman In Google Maps https://t.co/RJoFtapqC4\n
1338                                                                                                                                                                 @CptHarmless @Ryanair @CptHarmless Hi, sorry to hear! You could legally claim compensation for this up to £540. Tak… https://t.co/aFNyEpvYJ3\n
1339                                                                                                                                                                                          I think it's the time to show that movie "Enemy Within" again on all channels. #liberals @CBS @ABC @nbc #tcot #tlot\n
1340                                                                                                                                                                 RT @Microsoft: When girls pursue STEM, we double our potential for innovation. https://t.co/Zf9UTLovxa #MakeWhatsNext #IWD2017 https://t.co…\n
1341                                                                                                                                                                                           RT @TMobile: The #TMobileONEsie has arrived, but that's just the beginning of the party... https://t.co/ql832B57Sv\n
1342                                                                                                                                                                                                            @AdestradoraAna, finally a glutem free option for @Starbucks breakfast 😀 https://t.co/K4NuM0s4LV\n
1343                                                                                                                                                                    @Reuters Ollie North got a great deal like that, and it screwed the Iran-Contra investigation. FBI only one to offer… for someone’s head.\n
1344                                                                                                                                                                                      Check out Department 56 Snowbabies "Flutters and Flowers" Plaque 2006 NIB #Snowbabies https://t.co/djbpXBBCcK via @eBay\n
1345                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1346                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1347                                                                                                                                                                             @verizon Are you going to sell my browsing history? If you install spyware on my phone, I'll be leaving. https://t.co/4ApUpRxsNN\n
1348                                                                                                                                                                         Take a look at eLitigation Services, Inc.'s profile from the @FedEx Small Business Grant Contest #FedExGrant https://t.co/M6DNGQQMco\n
1349                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1350                                                                                                                                                                 RT @thebestdeals17: Tommy Hilfiger Women's Short Sleeve Buttonless Polo, Red, Size: S #TommyHilfiger https://t.co/rdKl2t90r5 via @eBay http…\n
1351                                                                                                                                                                 RT @thebestdeals17: Tommy Hilfiger Women's Scoop Neck Solid Knit Top, Pink, Size: S #TommyHilfiger https://t.co/BzS2bqXabI via @eBay https:…\n
1352                                                                                                                                                                                                                                            @Zucinon @Amon26 Yess, be gooood and unlock his account @facebook\n
1353                                                                                                                                                                 RT @thebestdeals17: adidas Men's Athletic Track Pants, Gray, Size: S, M, L #adidas #TracksuitsSweats https://t.co/9yw3VtZYAo via @eBay http…\n
1354                                                                                                                                                            ENDING TODAY!\n\n\n\n\n\n\n\n\n\n\n\n\n\nCheck out Authentic Vintage 80's GUCCI Bucket Drawstring Shoulder Bag  https://t.co/O82IeQUh2s via @eBay\n
1355                                                                                                                                                                                                             RT @UgSoHeCallsMeUp: You guys did this on purpose 😏😏\n\n\n\n\n\n\n@ATT https://t.co/YprimE3huJ\n
1356                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/lqQDDPMnde\n
1357                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1358                                                                                                                                                                                  Check out An Arsonist's Guide to Writers' Homes in New England by Brock Clarke (2008,...  https://t.co/7CgF3NoXAZ via @eBay\n
1359                                                                                                                                                                 .@McDonalds #BREAKING: also frozen @McDonalds its #Canada website after employment data from 95,000 "compromised" i… https://t.co/f3u8YFbuID\n
1360                                                                                                                                                                 RT @KatyPViews: The backstage of 'Chained To The Rhythm' music video is now available on @amazon, check out: https://t.co/Cv8BwZJEyh https:…\n
1361                                                                                                                                                                 RT @Honda: Introducing Horn Emojis, an all-new driver-to-driver communication system, dreamed up for the 2018 Odyssey. https://t.co/MeLzE2Q…\n
1362                                                                                                                                                                         RT @McDonalds: Today we've announced that by mid-2018, all Quarter Pounder burgers at the majority of our restaurants will be cook… \n
1363                                                                                                                                                                               RT @Reuters: Russia not interfering in French elections, says candidate Fillon https://t.co/VXfdBcmQCK https://t.co/4ZEuNnklyp\n
1364                                                                                                                                                                                  RT @Reuters: Protests begin, foreign pressure mounts on Venezuela's Maduro. https://t.co/ILzYrNhmIV https://t.co/r0uGJa9JC6\n
1365                                                                                                                                                                                           Check out Arnold Lawn Tractor Rear Tire Chains, 20 x 8 x 8 x 10 Open Box #Arnold https://t.co/h1CvxVURtX via @eBay\n
1366                                                                                                                                                                   @KarlHannant @Sony @SonyUK that's appalling, but I can't say I'm surprised, they really don't care about their customers, it's all about £\n
1367                                                                                                                                                                              RT @Reuters: Verizon creates new operating structure, hires former Ericsson CEO https://t.co/xdxQ74ll4W https://t.co/bRA5ShZAOC\n
1368                                                                                                                                                                                         RT @SF_DCYF: Vicki Joseph from @Citi Fdn: $535,000 in support of financial empowerment for youth in #SanFrancisco!… \n
1369                                                                                                                                                                                                                                                                  @Reuters I suggest " PAPER BALLOTS,FRANCE "\n
1370                                                                                                                                                                           @Wendys @McDonalds should buy local, pasture raised. Higher nutrient density than anything you'll ever get fresh off a food truck.\n
1371                                                                                                                                                                                                RT @SAP: Lisa Tatum, CEO of Landit, was @SAPAriba Live and had a refreshing take on women in the workplace:… \n
1372                                                                                                                                                                               RT @Reuters: Russia not interfering in French elections, says candidate Fillon https://t.co/VXfdBcmQCK https://t.co/4ZEuNnklyp\n
1373                                                                                                                                                                        RT @Got_2_HaveIt: #GE General Electric #Spacemaker 3 #Microwave Glass Plate Tray 10 3/4" Square #GE https://t.co/QH7zKH1QwR via @eBay\n
1374                                                                                                                                                                                           @TheGreatGladney @priceline @flyethiopian @Expedia Eh, I booked Expedia and haven't got my money from them either.\n
1375                                                                                                                                                                 RT @DealHunter122: Check out The Big Valley, Season Two, Volume One, 3 Disc Set, 15 Episodes, dvd,   https://t.co/BTvrJJpjm7 via @eBay #Big…\n
1376                                                                                                                                                                                                               DuPont in asset deal with FMC, delays close of Dow merger https://t.co/mZfU8qQt8o via @Reuters\n
1377                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1378                                                                                                                                                                            RT @Google: For #TransVisibilityDay, we're celebrating the trailblazing trans women and men working for trans-equality and visi… \n
1379                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1380                                                                                                                                                                                            RT @King_Feral_113: @Google In my future ppl think the cross, the star, and the crescent are part of kids cereal.\n
1381                                                                                                                                                                 RT @Honda: Introducing Horn Emojis, an all-new driver-to-driver communication system, dreamed up for the 2018 Odyssey. https://t.co/MeLzE2Q…\n
1382                                                                                                                                                                         @McDonalds you want to meet the expectations of customers, go with sustainable agricultural practices; better than fresh not frozen.\n
1383                                                                                                                                                                         RT @nvrggivup: "With or Without Trump" @ABC @CBS @nbc @CNN @MSNBC @FoxNews @komonewsradio @maddow  @CBSThisMorning @DNC  recuse yo… \n
1384                                                                                                                                                                           @Tesco I haven't, I was just attempting to confirm what I had read in the news as my store visit today contradicted what I'd read.\n
1385                                                                                                                                                                                                      U.S. sanctions North Koreans linked to weapons, financial networks https://t.co/oa3lQJ3d5y via @Reuters\n
1386                                                                                                                                                                                                   Check out Williams Sonoma SUMMER STUDIES 6 SALAD Dessert Plates 7 3/4" MINT! https://t.co/r0Cl75Bh8W @eBay\n
1387                                                                                                                                                                 RT @kali_catlin: Yes @McDonalds my son is a BOY, but for your employees to blow off my three year olds request for a BARBIE MIRROR is disgu…\n
1388                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1389                                                                                                                                                                         RT @McDonalds: Today we've announced that by mid-2018, all Quarter Pounder burgers at the majority of our restaurants will be cook… \n
1390                                                                                                                                                                                                  @smwyzard046 @TMobile Check coverage in your area, but it's a HUGE savings and you get so much more freedom\n
1391                                                                                                                                                                                             RT @VW: Versatility starts here. With the #VW #Tiguan, almost nothing is out of bounds.  https://t.co/VM1906lWF1\n
1392                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1393                                                                                                                                                                                                RT @Reuters: Consumer spending slows, but inflation is rising https://t.co/q6slaGofd8 https://t.co/bcsD8WdjRV\n
1394                                                                                                                                                                                RT @GSK: #FlashbackFriday to 2008 when Andrew became our CEO. After a 32-year career here at GSK, he retires today. Goodbye… \n
1395                                                                                                                                                                        RT @BraddJaffy: .@chrisdonovan A+ early #aprilfoolsday, @Google. @googlemaps now has a Ms. Pac-Man option. Just pick a city and pla… \n
1396                                                                                                                                                                 RT @Microsoft: Today, only 6.7% of women graduate with degrees in STEM. Let’s change that. #MakeWhatsNext https://t.co/N16APJhI8k https://t…\n
1397                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1398                                                                                                                                                                        RT @thalesgroup: Its a bird, its a plane? Nope, its Stratobus! Find more about this autonomous, multi-mission stratospheric airship… \n
1399                                                                                                                                                                          Check out Dark Pink Sesame Street "Elmo" Terry Bib With Velcro Back Closure, NEW WITH TAGS  https://t.co/c6TwEiD0OX via @eBay #Elmo\n
1400                                                                                                                                                RT @MrUdomEmmanuel: Give me 24 months&amp;I will provide all you need to move your headquarters to #AkwaIbom State\n\n\n\n\n\n\n@exxonmobil @NGRPresident ht…\n
1401                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1402                                                                                                                                                                        RT @BraddJaffy: .@chrisdonovan A+ early #aprilfoolsday, @Google. @googlemaps now has a Ms. Pac-Man option. Just pick a city and pla… \n
1403                                                                                                                                                                                                        Top Venezuela official breaks with government, protests escalate https://t.co/sPDn4LJW9y via @Reuters\n
1404                                                                                                                                                              @Google @google get involved in the East Palo Alto community &gt; free computer literacy classes, mentoring of disadva… https://t.co/DKXPSfQDHe\n
1405                                                                                                                                                                       RT @GuidingEyes: TJ proudly displays his IBM badge at @IBM headquarters. "Think" is the #IBM motto coined by TJ's namesake, Thomas J… \n
1406                                                                                                                                                                            RT @Disney: It's your clucky day! Learn how to draw #Moana's Heihei with a Disney Publishing Artist, live on YouTube right now:… \n
1407                                                                                                                                                                               RT @NickCesarz: new season of @trailerparkboys on @netflix has me mowin' the air, rand 😂 👍🏻👍🏻👍🏻 https://t.co/OEMu678f2N\n
1408                                                                                                                                                                        RT @BraddJaffy: .@chrisdonovan A+ early #aprilfoolsday, @Google. @googlemaps now has a Ms. Pac-Man option. Just pick a city and pla… \n
1409                                                                                                                                                                                  RT @Reuters: Protests begin, foreign pressure mounts on Venezuela's Maduro. https://t.co/ILzYrNhmIV https://t.co/r0uGJa9JC6\n
1410                                                                                                                                                                                Slideshows, Videos, MOVEMENT. Static is on its way out #shemeansbusiness @facebook #boostyourbusiness https://t.co/Al3zE6OrEg\n
1411                                                                                                                                                                        RT @SnapMunk: Don't worry YouTube, you'll always have your end users https://t.co/JvG0tBjXqk @Google @YouTube https://t.co/xH7tbnhfI6\n
1412                                                                                                                                                                                         Shop Amazon's Gold Box for our Deal of the Day, Lightning Deals, and Best Dea... https://t.co/oVYQ0KM95u via @amazon\n
1413                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1414                                                                                                                                                                                                         RT @Reuters: Extra portion of SpaceX rocket recovered from launch, Musk says https://t.co/OC7ZmSQt1D\n
1415                                                                                                                                                                              Venezuela Attorney General breaks with government after Congress annulled,  protests mount https://t.co/GPSuFBnoX8 via @Reuters\n
1416                                                                                                                                                                                          Check out Heavy Nylon Webbing Strapping 100 Yards Black 1.5"   #DirectexTapecraft https://t.co/Px02JqTdhy via @eBay\n
1417                                                                                                                                                                                                         RT @Reuters: Extra portion of SpaceX rocket recovered from launch, Musk says https://t.co/OC7ZmSQt1D\n
1418                                                                                                                                                                                              RT @sensacreations: Check out OM Kandi Necklace rave, edm, EDC, PLUR, perler  https://t.co/OQTOF9pZdo via @eBay\n
1419                                                                                                                                                                                                               Levi's Men's Squad Cargo Twill Cotton Short, ... by Levi's https://t.co/jgr3doUjOv via @amazon\n
1420                                                                                                                                                         An all out war ensues when the freedom fighters discover the real alien plot.\n\n\n\n\n\n\nhttps://t.co/nW2Y7iXydw via @amazon #SyFy #TechnoThriller\n
1421                                                                                                                                                                     RT @Noto0ligarchy: .@Versace, do you know @amazon advertises your products on racist, sexist #breitbart? Not fashionable! Plz ask them… \n
1422                                                                                                                                                                 RT @Seanimus_Prime: @JohnLegere @TMobile Bro.  Can I work for you? I live in Seattle and I have a great customer service voice.  Plus high,…\n
1423                                                                                                                                                                       RT @Missmarized: @Loreal As a brand that supports women's rights ,is it acceptable for your brand ambassador @OlaAlfares to treat do… \n
1424                                                                                                                                                                          RT @JohnLegere: #LIVE: @TMobile #CEO Happy Fri-YAY!! Time to PARTY w/ our #1 Gen Care Center, Augusta!!! 🎉 https://t.co/AdnkISOZYv\n
1425                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/GfPge3GXCm\n
1426                                                                                                                                                                                    @LouiseMensch @facebook @FBI TBF, this guy no longer works there per news reports from yesterday: https://t.co/NOzo6WT2bQ\n
1427                                                                                                                                                                                     A @JohnDeere tractor, cultivating (Like raking the ground) before the seed drilling can be done. https://t.co/8tMc0Cmbp7\n
1428                                                                                                                                                                                                                              first this, and now the hack. rough week for @McDonalds https://t.co/U82vnS6FIH\n
1429                                                                                                                                                                                            Check out Sterling Silver Italy HAN   Chain  18"   Necklace  8.25g  Cat Rescue  https://t.co/hdBOrYS949 via @eBay\n
1430                                                                                                                                                                     @Walmart UR survey offered a $50 reward, but then all it offered was items I don't want.  Not how to treat loyal customers. #scam #angry\n
1431                                                                                                                                       RT @SportsNation: It's looking like a two-team race in the East.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's go to the @Toyota #PulseOfTheNation poll results. https://t.co/KGeb…\n
1432                                                                                                                                                                     RT @SelenaFanClub: We know you're already binge watching, but #13ReasonsWhy is now on @netflix! Join us tomorrow at 4p PST for our wat… \n
1433                                                                                                                                                                          @JohnLegere @TMobile I switched from ATT , since then no insider bonus yet, my son had issues with his phone . We switched 4 lines.\n
1434                                                                                                                                                                               We are 2 full days away from country music's party of the year, the @ACMawards LIVE on @CBS hosted by… https://t.co/7YZb9KblWa\n
1435                                                                                                                                                                     RT @SelenaFanClub: We know you're already binge watching, but #13ReasonsWhy is now on @netflix! Join us tomorrow at 4p PST for our wat… \n
1436                                                                                                                                                                               @Disney @DisneyStudios @AIMenken Disney's Pocahontas (Video Edit By Me) to the song, "Mountain Sound"  https://t.co/v4lBa7TMZZ\n
1437                                                                                                                                                                                                                             Check out #StarWars "Knights of the old Republic"  https://t.co/IW0Z646rXW @eBay\n
1438                                                                                                                                                                                                           Top Venezuela official breaks with government, protests mount https://t.co/yZfDUryJAy via @Reuters\n
1439                                                                                                                                                                                                                                         I'm at @Walmart Supercenter in Lafayette, LA https://t.co/3F4809fOpE\n
1440                                                                                                                                                                                                                                RT @Wendys: @_thatguyshane @McDonalds Um, yeah. Because we don't cut corners.\n
1441                                                                                                                                                                            RT @Oracle: "We're making hybrid #IT actually unified, as opposed to separate pieces" - Steve Zivanic #Oracle #cloud via @ZDNet… \n
1442                                                                                                                                                                                                 @LouiseMensch @facebook Is there legal action that can be taken, if these companies won't police themselves?\n
1443                                                                                                                                                                 RT @fahey: @LouiseMensch @facebook Is this how Kushner magically built a microtargeting platform in 3 weeks, almost as good as a real Russi…\n
1444                                                                                                                                                                       @SamsungMobileUS @TMobile Just finish pre-ordering my sexy, beautiful #S8Plus #MidnightBlack. Thank you Sammy! https://t.co/BFEhuuemPt\n
1445                                                                                                                                                                        @Google I have loved watching your ad marketing team develop over time.  Now, it's just funny. #RandomGoogler #Uslessads #untouchable\n
1446                                                                                                                                                                                         Check out Pennywise the Clown, Stephen King It inspired amigurumi crochet stuffed doll https://t.co/1nePNLRWw1 @eBay\n
1447                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1448                                                                                                                                                                                     RT @Burberry: Effortlessly layerable styles in lace, cotton and brushed-back jersey in the @Burberry February campaign… \n
1449                                                                                                                                                                    RT @MindOfMo: @LouiseMensch @facebook #RobertMercer &amp; #CambridgeAnalytica: #BigData War on MSM\n\n\n\n\n\n\nhttps://t.co/Dcnuiytzpe… \n
1450                                                                                                                                                          Captain America Brown Leather Jacket https://t.co/YSLEvHktgJ via @eBay Adam Silver Chris Long PWSA Vecchione #LAUNCHFood #Cuba\n\n\n\n\n\n\nFognini\n
1451                                                                                                                                                                               Check out Isaac Asimov Non-Fiction Lot (3 HC) Ends of the Earth, Measure of the  Universe,C  https://t.co/72auYBL9Jr via @eBay\n
1452                                                                                                                                                                                                         Extra portion of SpaceX rocket recovered from launch, Musk says https://t.co/pKEE6gUR40 via @Reuters\n
1453                                                                                                                                                                              RT @21CF: The remarkable story of Blue Sky’s Academy Award-winning CGI Studio renderer, why it took 30 years to be recognized… \n
1454                                                                                                                                                                         RT @McDonalds: Today we've announced that by mid-2018, all Quarter Pounder burgers at the majority of our restaurants will be cook… \n
1455                                                                                                                                       #researchers at @Adobe @BeckmanInst @Illinois_Alma demonstrate automated image background removal:\n\n\n\n\n\n\n#deeplearning #ai\n\n\n\n\n\n\nhttps://t.co/brCSJq1ECf\n
1456                                                                                                                                                                                           RT @Maripuerta: Top Venezuela official breaks with government, protests mount https://t.co/8Pf3f9F2xs via @Reuters\n
1457                                                                                                                                                                               @VelveteenFemme @ASOS I like it but would probably only buy if it came up in the sale, it's not £35 nice if u know what I mean\n
1458                                                                                                                                                                     RT @SelenaFanClub: We know you're already binge watching, but #13ReasonsWhy is now on @netflix! Join us tomorrow at 4p PST for our wat… \n
1459                                                                                                                                                                        RT @zeldasaromatics: I just listed: 'Zelda's Egyptian Goddess Musk Cologne Spray 2 oz', for 12.96 via @amazon https://t.co/aI8IiixecE\n
1460                                                                                                                                                                          RT @Burberry: Kris Wu wearing pieces from the @Burberry February collection at #Baselworld2017, Switzerland https://t.co/EZ1kqX8mW2\n
1461                                                                                                                                                                               RT @MeredithGould: Thank you, @Google for today's header. This is America, already great: #ResistTrump https://t.co/9fMcTNqcXr\n
1462                                                                                                                                                                                                           RT @thatPoppy: Thank u @Apple + @iTunes !!!now listen to my "Hot Track" 🔥 https://t.co/vtMPJSE5hD\n
1463                                                                                                                                                                      I don't really do call outs, but I've been super happy with @TMobile 's customer service. Like crazy happy. I'm really glad I switched.\n
1464                                                                                                                                                                                     RT @netflix: Binge your favorite book on Netflix. Season 1 of @13ReasonsWhy, coming this Friday. https://t.co/nMIpzuM7ub\n
1465                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1466                                                                                                                                                                                                @Reuters Well, if the media and congress would lay off the Russia conspiracy, maybe something would get done.\n
1467                                                                                                                                         Tues 4/4 U.S. House Trans. Comm. hearing\n\n\n\n\n\n\nEnabling Innovation in the National Airspace feat. @airmap @amazon \n\n\n\n\n\n\nLive: https://t.co/rMnbiwTCVW\n
1468                                                                                                                                                                 #SaveFakingIt by signing this petition!\n\n\n\n\n\n\nhttps://t.co/lVZVOwHZvt\n\n\n\n\n\n\n@netflix @hulu @MTV\n\n\n\n\n\n\n#StreamNoPromises\n
1469                                                                                                                                                                                                RT @MindaMusicStore: I just listed: 'Timothy Brown - Soliloquy', for 5.50 via @amazon https://t.co/ifrSaTt8B0\n
1470                                                                                                                                                                     RT @kelliepickler: Whoohoo! I’m so excited to present the New Artist Award presented by @TMobile at the #ACMs! Don't miss it, Sun at 8… \n
1471                                                                                                                                                                        RT @Nadimalmallah: 3-is a real distortion to reality and to the original story in the snap chat.\n\n\n\n\n\n\n@Loreal @LOrealParisUSA\n
1472                                                                                                                                                    RT @LarenzTate: When the love is real, nothing else matters...\n\n\n\n\n\n\n#Deuces #NewMovie #Netflix #DeucesTheMovie April 1 @netflix https://t.co/qfm…\n
1473                                                                                                                                                                   @HorshamGardener @Kroijenga @Reuters about Moroccans of course the ones which are imported to UE must keep regs,once you are out who knows\n
1474                                                                                                                                                                 RT @LouiseMensch: .@Pulpolover @Twitter @facebook class-action lawsuit, based on Cambridge Analytica's alleged data scraping history via Ko…\n
1475                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/MQSpDMXxXa\n
1476                                                                                                                                                                    RT @AlexKennedyNBA: Speaking of @Nike, it's crazy to think that this awesome "Second Coming" commercial came out 10 years ago. Time fli… \n
1477                                                                                                                                                             @SmilesbyPayet @netflix I'm very old-school: I've got the DVDs. (M. Rutherford, Joan Hickson, &amp; the most recent ser… https://t.co/cBiyNObP4V\n
1478                                                                                                                                                                                                         Loving today's Doodle @Google, symbolizing a future of peace and #diversity. https://t.co/bTbuMYDqbm\n
1479                                                                                                                                                                                                                                                  @CaELiKe @netflix I loved the song of that serie "Only You"\n
1480                                                                                                                                                                                     Check out Portland Trailblazers "Takin' Care Of Business"  tee-1990 Salem Brand #Salem https://t.co/FABbSsc6xh via @eBay\n
1481                                                                                                                                         I want this car in Brazil \n\n\n\n\n\n\nhttps://t.co/iKUlIsji7o\n\n\n\n\n\n\n @ToyotaFanZone @ToyotaCanada @Toyota @ToyotaGB @ToyotaRacing @ToyotaMotorCorp  #Toyota\n
1482                                                                                                                                                                         RT @MktrAllen: "Really, we're all compost when you think about it." Well played, @Google 👏 👏 👏#aprilfools https://t.co/POzGidkgUM\n
1483                                                                                                                                                                                 Check out Pair of Hand Crafted Paper Mache Mexican Peasant Statues Folk Art Figurines 12"  https://t.co/YClE5swOFS via @eBay\n
1484                                                                                                                                                                                                 Wow, @Google sends all emails from @amazon about my #Alexa STRAIGHT to the trash folder... Insecure much? 😂\n
1485                                                                                                                                                                          RT @Burberry: Kris Wu wearing pieces from the @Burberry February collection at #Baselworld2017, Switzerland https://t.co/EZ1kqX8mW2\n
1486                                                                                                                                                                     RT @SelenaFanClub: We know you're already binge watching, but #13ReasonsWhy is now on @netflix! Join us tomorrow at 4p PST for our wat… \n
1487                                                                                                                                                                                                         RT @Reuters: Extra portion of SpaceX rocket recovered from launch, Musk says https://t.co/OC7ZmSQt1D\n
1488                                                                                                                                                                 RT @TheJaneWardell: Two dead, tens of thousands stranded by Australia floods https://t.co/5ANcOtSWAC via @Reuters #CycloneDebbie https://t.…\n
1489                                                                                                                                                               Someone give #JulianneNicholson 7337 Oscars @HereMediaInc @netflix @AmazonVideo @Showtime @hulu @heretv \n\n\n\n\n\n\n#wewanteyewitnessseason2\n
1490                                                                                                                               RT @PressSec: .@POTUS Trump says new trade orders set stage for manufacturing revival\n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\n@Robertarampton\n\n\n\n\n\n\nhttps://t.co/emifE1ofXv\n
1491                                                                                                                                                                       I love how @AmandaBrugel portrayed Sita, I wish we could still see her in S2 ❤️ #wewanteyewitnessseason2 @hulu @netflix @amazon @heretv\n
1492                                                                                                                                                                      While discussing my need for a cupcake with my hubby, I discovered there's not cupcake emoji. You've failed me @Apple #iphone #cupcakes\n
1493                                                                                                                                                                            RT @Google: For #TransVisibilityDay, we're celebrating the trailblazing trans women and men working for trans-equality and visi… \n
1494                                                                                                                               RT @PressSec: .@POTUS Trump says new trade orders set stage for manufacturing revival\n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\n@Robertarampton\n\n\n\n\n\n\nhttps://t.co/emifE1ofXv\n
1495                                                                                                                                                             RT @GoldmanSachs: Brexit will likely mean more uncertainty for businesses &amp; markets, says $GS' Huw Pill: https://t.co/xNipbkcEVv https://t.…\n
1496                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1497                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1498                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1499                                                                                                                                                                                                      Manatees taken off U.S. endangered list, conservationists cry foul https://t.co/eyEba4PgsK via @Reuters\n
1500                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1501                                                                                                                                                                      RT @austin_spurs: Chances to win autographed Austin Spurs gear, giveaways for the first 1,000 fans thanks to @WellsFargo, and more at… \n
1502                                                                                                                                                    .@Loreal @OlaAlfares #BoycottLorealNow @Loreal ambassador @OlaAlfares is racist.\n\n\n\n\n\n\nIn this tweet she makes a nasty ra… https://t.co/oFyuiWHYEa\n
1503                                                                                                                                                                 RT @Tesco: @tweetqueenmack Hi Joe, I'm sorry there isn't enough variety in our flavoured milk range. I'd like to get this logged for furthe…\n
1504                                                                                                                                                                 RT @Google: Meet Sapna, a Mumbai-based Googler and travel fanatic who encourages women to invest in self development. #WHM2017 https://t.co…\n
1505                                                                                                                                                                                   RT @Reuters: From Mosul to Caracas, a look back at our top photos from around the world in the month of March. See more:… \n
1506                                                                                                                                                       My heart breaking in 4 gifs @HereMediaInc @netflix @AmazonVideo @Showtime @hulu @heretv \n\n\n\n\n\n\n#wewanteyewitnessseason2 https://t.co/8qJaj56PS3\n
1507                                                                                                                                                                     I don't know why, but I found this absolutely hilarious 😂 Although how do @easyJet know your Cello is a guy? 🤔 https://t.co/eymjm84u4m\n
1508                                                                                                                                        Are you having fun with the @99Only live @facebook #giveaway for #Easter ?! So cute! I'd love the #smurfs basket!!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/cr41rHUDZY\n
1509                                                                                                                                                                                           RT @mutludc: Assault on Raqqa to last months, says Kurdish commander @TheNatWorld @Reuters https://t.co/bNyx5Dw2Ch\n
1510                                                                                                                                                                 @PopeDarth @Reuters You would think so, but not surprisingly, the administration doesn't think so. He's still obliv… https://t.co/bd84YUlLlV\n
1511                                                                                                                                                                 RT @LDagata: Hey @amazon, I'd like to shop here but can't anymore. Stop selling all Trump-related products. #BoycottTrump https://t.co/xtaX…\n
1512                                                                                                                                                                                      @Google nice try. Happy #aprilfoolsday\n\n\n\n\n\n\n\n\n\n\n\n\n\nCheers for @Google 's humour. https://t.co/dSEnTMlOrA\n
1513                                                                                                                                                                       RT @mcanducci: Is @Oracle buying @Accenture?\n\n\n\n\n\n\nA due diligent is running.\n\n\n\n\n\n\n https://t.co/JGdKIBTCea #innovation\n
1514                                                                                                                                                                  Discover truly handmade products from thousands of Artisans selling jewelry, ... https://t.co/w8nQ4NGgJM via @amazon. Handmade is awesome!!\n
1515                                                                                                                                                                        RT @Mark_Minard: The Story of You: Transforming Adversity into Adventure, Taking Your Dreams t... https://t.co/wtEEptXvA5 via @amazon\n
1516                                                                                                                                                                                                                    RT @FedEx: Hang in there, it's almost the weekend! #FridayFeeling https://t.co/aRV6xDiSY1\n
1517                                                                                                                                                                                            Sunjoy L-GZ238PST-11C 8&amp;#039; x 5&amp;#039; Sylvan Grill Gazebo Large, Gray https://t.co/YPnpmIJLIR via @eBay\n
1518                                                                                                                                                                              Check out VINTAGE COLOMBIA 23" MACHETE with LEATHER SHEATH GAVILAN DE INCOLMA BLADE  #GAVILAN https://t.co/Xin7OT38XD via @eBay\n
1519                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1520                                                                                                                                                                        RT @BraddJaffy: .@chrisdonovan A+ early #aprilfoolsday, @Google. @googlemaps now has a Ms. Pac-Man option. Just pick a city and pla… \n
1521                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1522                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1523                                                                                                                                                                      Coffee with #JuanCarrillo at @Starbucks  Coffee​ next to Yousnioa and Burgerking. Today Friday March 31st, 2017. https://t.co/h2axFh5sEl\n
1524                                                                                                                                                                                     RT @CleverlyCool: Check out  VINYL RECORD 12" HIP HOP RAP KRISS KROSS ALRIGHT LP VG++  https://t.co/o3bYVPDyz6 via @eBay\n
1525                                                                                                                                                                                                                                 Shattered by JoAnn Ross (2009, Hardcover)  https://t.co/6ucvti7U6O via @eBay\n
1526                                                                                                                                                                        @puertorico05971 @amazon Yeah, you're right. I probably won't try that again! I own the rights and paid them, yet he/she was unhappy.\n
1527                                                                                                                                                               RT @ImmersiveArch: #test and #experience our #VR ROOM equipped with\n\n\n\n\n\n\n@samsung_gear, @oculus_rift, @Microsoft @HoloLens, @htcvive… \n
1528                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1529                                                                                                                                                                        RT @retrogaminggeek: Clearly fans of retro gaming, @Google currently have a Ms Pacman button in @googlemaps ! https://t.co/fC4lHnjcwy\n
1530                                                                                                                                                                                                                RT @AlexaBliss_WWE: But First, Coffee ✌🏻 @Starbucks #mocha #blissfit https://t.co/VomjoQHNRH\n
1531                                                                                                                                                       RT @protoncharging: Best reaction to the @Ghostbusters on @netflix news;\n\n\n\n\n\n\n"You can't just fix all this city's ghost problems with finger… \n
1532                                                                                                                                                               hey @McDonalds why are my buns so burnt?! #McChicken is my fave, i'm highly disappointed 😠😖😢 #yuk #sad #mad #HiCtho https://t.co/sYTR02GMDf\n
1533                                                                                                                                                                             @comcast BS, you and your fellow competitors were selling customer data to highest bidder for years and the consumer had no say.\n
1534                                                                                               Bought 10 very attractive new shirts &amp; sweaters.\n\n\n\n\n\n\n\n\n\n\n\n\n\nAll %100 silk &amp; cashmere.\n\n\n\n\n\n\n\n\n\n\n\n\n\n&gt;10$ ea. including shipping.\n\n\n\n\n\n\n\n\n\n\n\n\n\nI 💖 @eBay\n
1535                                                                                                                                                                 RT @comcast: We value our customers’ trust, and we'll continue to protect the privacy and security of their personal information. https://t…\n
1536                                                                                                                                                     @GoldmanSachs @GoldmanSachs Not as much uncertainty as the Greeks are living with :\n\n\n\n\n\n\n'How Goldman Sachs helped mask… https://t.co/Mz2EPiGIyq\n
1537                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1538                                                                                                                                                                                 Check out Silver Colored Metal Necklace 6 Owls with Big Black Eyes Very Long 46" #Unmarked https://t.co/O7HujPx9qu via @eBay\n
1539                                                                                                                                                                                            Polo Golf - Ralph Lauren, Men's Short Sleeve, Polo Shirt, 100% Pima Cotton, XL  https://t.co/hovkdVisM0 via @eBay\n
1540                                                                                                                                                                        Excited to pick up my @Audi #Araroad on Wedesday, when she'll be done getting new car prep, paint protection coating and film put on!\n
1541                                                                                                                          Look at this on @eBay @eBay_UK @eBayFashion_UK \n\n\n\n\n\n\nArmani Exchange AX Burgundy longSleeve \n\n\n\n\n\n\nWaffle Knit Top \n\n\n\n\n\n\nSize Small  https://t.co/N4xAhCT9iL\n
1542                                                                                                                                                                          Check out Viking Art Glass Mushroom, Aquarius Zodiac Symbol on Top, Paperweight Figurine  #Viking https://t.co/QPmaDeydSj via @eBay\n
1543                                                                                                                                                                        RT @pharris830: Dear @ABC @NBC @CBS @MSNBC @CNN if you could stop pretending that what they are doing is normal, that would be grea… \n
1544                                                                                                                                                                     RT @SelenaFanClub: We know you're already binge watching, but #13ReasonsWhy is now on @netflix! Join us tomorrow at 4p PST for our wat… \n
1545                                                                                   @cee_dickson @VABVOX @NashCitySmitty @CBS @HillaryClinton WHEN\n\n\n\n\n\n\nSTOP contesting\n\n\n\n\n\n\nLANDSLIDE\n\n\n\n\n\n\n\n\n\n\n\n\n\nNOT 1\n\n\n\n\n\n\nof *DOZEN*Rep GOP\n\n\n\n\n\n\nO… https://t.co/Zs4WUu2Qb2\n
1546                                                                                                                                                                 @stoic_4u @CNN @nbc @ABC @CBS @MSNBC @realDonaldTrump @seanhannity She confirmed surveillance with intent, unmaskin… https://t.co/vHaE7gWjnk\n
1547                                                                                                                                                                                                   I just listed: 'Dante in Love by A. N. Wilson (2011-10-25)', for 34.97 via @amazon https://t.co/oFSevUM5lZ\n
1548                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1549                                                                                                                                          Look at this on @eBay @eBayFashion_UK @eBay_UK \n\n\n\n\n\n\nBalenciaga Grained Calfskin High Sneakers \n\n\n\n\n\n\n(Size UK10.5 US 11.5)  https://t.co/wgpaTHSHC9\n
1550                                                                                                                                                                 RT @Honda: Introducing Horn Emojis, an all-new driver-to-driver communication system, dreamed up for the 2018 Odyssey. https://t.co/MeLzE2Q…\n
1551                                                                                                                                                                   One could say that @Apple #iPadPro is the best tool for that person who is #director, #screenwriter, #cinematographer... at the same time!\n
1552                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1553                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1554                                                                                                                          RT @Lloyds_Choc: We have our #handmade #chocolate #orange #truffles available @eBay https://t.co/WIcT4nJ6Rj\n\n\n\n\n\n\n\n\n\n\n\n\n\nor on our web store\n\n\n\n\n\n\nhttps://t.…\n
1555                                                                                                                                                                           Check out PARENTS HONOR CHOICE, 3 SPOT LATERAL THINKING STRATEGY GAME,  NEW, SEALED #RexGamesInc https://t.co/Wm8QW1ZgSJ via @eBay\n
1556                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1557                                                                                                                                                                                 RT @StacieinAtlanta: When they say infinitely amazing, they mean it. Pre-order @Samsung Galaxy S8 and S8+ at @bestbuy now.… \n
1558                                                                                                                            RT @JNTNews: .@GeorgeSoros @DeutscheBank\n\n\n\n\n\n\nWhy President Trump @REALDonaldTrump @POTUS Should Shut Down @US_FDA\n\n\n\n\n\n\nhttps://t.co/3GTlZlPAS0\n\n\n\n\n\n\n$JNJ\n
1559                                                                                                                                                                                                                         @luckybsmith @theatomicsmusic @hm FOLLOW ME PLS, I KNOW YOU DONT CARE BUT I LOVE YOU\n
1560                                                                                                                                                                        RT @pharris830: Dear @ABC @NBC @CBS @MSNBC @CNN if you could stop pretending that what they are doing is normal, that would be grea… \n
1561                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1562                                                                                                                                                                                               Check out CHILDREN UNDERGROUND DVD, BEST DOCUMENTARY, ACADEMY AWARD NOMINEE  https://t.co/VG3jFhzSEF via @eBay\n
1563                                                                                                                                                                          Check out SIGHT WORDS FLASH CARDS, TREND, T-53003, AGES 6 AND UP, BUILDS READING AND SPELL #Trend https://t.co/IT2dVZFpPR via @eBay\n
1564                                                                                                                                                                  RT @mfoulk50: Interpol: A Jonas Lange Novel  https://t.co/Dp9JoZcCVm via @amazon\n\n\n\n\n\n\nEXCELLENT READ!! Please read &amp; review :-)\n
1565                                                                                                                                                                                                     @comcast @wildwest2sh\n\n\n\n\n\n\nA carefully crafted denial that doesn't exclude selling info in bulk.\n
1566                                                                                                                                                                 RT @comcast: We value our customers’ trust, and we'll continue to protect the privacy and security of their personal information. https://t…\n
1567                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1568                                                                                                                                                    RT @Liliac2115: @ABCNetwork @ecmess @CBS  Roses are red. Violets are blue. Give us our Hotch back, or we'll boycott you!\n\n\n\n\n\n\n#NoHotchNoWatch #T…\n
1569                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1570                                                                                                                                                                 RT @Honda: Introducing Horn Emojis, an all-new driver-to-driver communication system, dreamed up for the 2018 Odyssey. https://t.co/MeLzE2Q…\n
1571                                                                                                                                                                 RT @Disney: Oh hey, Heihei! Learn how to draw your favorite rooster from #Moana, live on Disney YouTube at 11 a.m. PST. https://t.co/FsJnVS…\n
1572                                                                                                                  RT @AGoddessOfWar: Perfect timing @Google on #TDOV\n\n\n\n\n\n\nThe future is broad &amp; warm &amp; encompassing; sorry old white guys!\n\n\n\n\n\n\n#Ω\n\n\n\n\n\n\nhttps://t.co/XOzzfNj…\n
1573                                                                                                                                                                 RT @RollsRoyce: Congratulations @Boeing on the first flight of your Boeing 787-10, proudly powered by our #Trent1000 TEN #AvGeek https://t.…\n
1574                                                                                                                                                                                   RT @Reuters: From Mosul to Caracas, a look back at our top photos from around the world in the month of March. See more:… \n
1575                                                                                                                                                                                                 RT @Reuters: A feud within the Republican party escalates over healthcare, in this week's 'Talking Points'… \n
1576                                                                                                                                                                                                 Making teenage white boys "scary" by having them pressure kids to drink or speed is BAD TV WRITING. @netflix\n
1577                                                                                                                                                                 RT @comcast: We value our customers’ trust, and we'll continue to protect the privacy and security of their personal information. https://t…\n
1578                                                                                                                                                    RT @AlanAdkins: @Reuters Let's stop referring to this guy as an "ex punk rocker".\n\n\n\n\n\n\nHe played for a limited time in a rather unknown punk roc…\n
1579                                                                                                                                                                 RT @netflix: The story of Hannah Baker's life isn't easy to tell, but it's as real as it gets. @13ReasonsWhy is now streaming. https://t.co…\n
1580                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/cYncxKLVP8\n
1581                                                                                                                                                                 RT @ATLHawks: Jerseys were stolen, thieves were caught, and it's all a part of this week's @Ford Social Media Minute: https://t.co/XHzrtYy6…\n
1582                                                                                                                                                                     RT @SelenaFanClub: We know you're already binge watching, but #13ReasonsWhy is now on @netflix! Join us tomorrow at 4p PST for our wat… \n
1583                                                                                                                                                                         This weeks daily scoop is here! Get all the deets on @facebook updates, @Amazon, and @SamsungMobile new #S8… https://t.co/duPbRLeH5d\n
1584                                                                                                   RT @realmadriden: 👍🎁👕\n\n\n\n\n\n\nFollow us on @facebook for a chance to WIN a signed @Cristiano shirt!\n\n\n\n\n\n\n\n\n\n\n\n\n\n👉 https://t.co/GKsTev2fQm\n\n\n\n\n\n\n\n\n\n\n\n\n\n#HalaMadrid… \n
1585                                                                                                                                                    RT @GodsOfTheEarth: #ReTweet and #ENTER to #WIN a @Microsoft @Surface Book #Giveaway #Competition #Sweepstakes #Contest  \n\n\n\n\n\n\nhttps://t.co/Xers…\n
1586                                                                                                                                                                 RT @comcast: We value our customers’ trust, and we'll continue to protect the privacy and security of their personal information. https://t…\n
1587                                                                                                                                                                                                               McKesson UPHV3036 StayDry Ultra Underpads, ... by McKesson https://t.co/gqRCxodDLE via @amazon\n
1588                                                                                                                                                                                            @Apple  big difference between water resistance and water proof, as I told santa in a letter I wrote in late '86.\n
1589                                                                                                                                                                                                 A @pepsi a day makes the bad times go away, can I get a follow for being a great fan https://t.co/K5OOlLfUwY\n
1590                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1591                                                                                                                                                              I love that @comcast commercial where they say not to be "fooled" by AT&amp;T's rebrand Uverse...while they rebrand to Xfinity #HypocrisyAbound\n
1592                                                                                                                                                                                                                                           Apparently there's veins in avocados \n\n\n\n\n\n\nI hate @Walmart\n
1593                                                                                                                                                                 @RealJamesWoods @Apple Admittedly, this is a tough argument since innocent people get hurt or killed but I'm just n… https://t.co/JzdJoi7Mp3\n
1594                                                                                                                                                                                                                                       I'm at @Walmart Supercenter in Westminster, CO https://t.co/axeuWDxiKs\n
1595                                                                                                                                                                 RT @comcast: We value our customers’ trust, and we'll continue to protect the privacy and security of their personal information. https://t…\n
1596                                                                                                                                                                                RT @dylanminnette: Strap on your helmets, kids; 13 Reasons Why is now streaming on @netflix. - Helmet https://t.co/Kju7X11keo\n
1597                                                                                                                                                                       @layan424 \n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/lVZVOwHZvt\n\n\n\n\n\n\n@netflix @hulu @MTV\n
1598                                                                                                                                                                                RT @dylanminnette: Strap on your helmets, kids; 13 Reasons Why is now streaming on @netflix. - Helmet https://t.co/Kju7X11keo\n
1599                                                                                                                                                                                 Check out (3) UNOPENED BOXES OF PENNIES 7,500 COINS UNSEARCHED FOR COPPER,WHEATS,ERRORS !  https://t.co/N0LWhONeYJ via @eBay\n
1600                                                                                                                                                                                 RT @Google: 👏 Let's hear it for Sarah Harrison, whose vision of "a peaceful future" is our #Doodle4Google contest winner!… \n
1601                                                                                                                                                                            Check out Men's Ciokick Yellow and grey striped, Sport brief size: small,medium, large #Ciokicx https://t.co/wQJ3PRMfOn via @eBay\n
1602                                                                                                                                                                                     ⚡️ “Pressure and protests mount on Venezuela's president” by @Reuters\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/vwuKEhtPbN\n
1603                                                                                                                                                                                     RT @netflix: Binge your favorite book on Netflix. Season 1 of @13ReasonsWhy, coming this Friday. https://t.co/nMIpzuM7ub\n
1604                                                                                                                                                                                RT @dylanminnette: Strap on your helmets, kids; 13 Reasons Why is now streaming on @netflix. - Helmet https://t.co/Kju7X11keo\n
1605                                                                                                                                                                                RT @penn_state: 40 years ago, @CBS immortalized @PennStateFball's John Cappelletti and his brother Joey's relationship #FBF… \n
1606                                                                                                                                                                        RT @pharris830: Dear @ABC @NBC @CBS @MSNBC @CNN if you could stop pretending that what they are doing is normal, that would be grea… \n
1607                                                                                                                                                                 RT @netflix: The story of Hannah Baker's life isn't easy to tell, but it's as real as it gets. @13ReasonsWhy is now streaming. https://t.co…\n
1608                                                                                                                                                                                                                                                           Okay @TMobile, how do I get a #TMobileONEsie?!?!?!\n
1609                                                                                                                                                                 RT @PamKeith2016: I called @Nike to express my extreme dismay at their financial support of Ryan, who tried to kill Americans by taking the…\n
1610                                                                                                                                                                                                                               If you haven't yet, watch @Trevornoah #AfraidOfTheDark on @netflix 😂❤ so good\n
1611                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1612                                                                                                                                                                                                                                  @n_m_anthony @Shell @NSTA @JohnPolanyiCI @TDSB_STEM 🙆👍Proud of you, girl!\n
1613                                                                                                                                                                 RT @KimWhitler: "Capital isn't scarce. Vision is." S. Walton @Walmart @CatalystLeader @FastCoLead @brand @WorldVision  https://t.co/mtN6ipk…\n
1614                                                                                                                                                                             RT @Vindyne8: 2 new #syscoin @BlockFoundry products, #API &amp; Peg server available @Microsoft #Azure https://t.co/NFe61pOPJv… \n
1615                                                                                                                                                                             RT @Cannes_Lions: Senior Director, Reputation Communications, @pfizer @DanaGandsman will be speaking at #LionsHealth this year… \n
1616                                                                                                                                                                                     @CBS Reviving old x86 machines using @Ubuntu, @Fedora, @ZorinOS, @mint #KXStudio and @Tails_live https://t.co/ObxnumOUmT\n
1617                                                                                                                                                                                RT @dylanminnette: Strap on your helmets, kids; 13 Reasons Why is now streaming on @netflix. - Helmet https://t.co/Kju7X11keo\n
1618                                                                                                                                                                  "Trump, a real estate magnate and television celebrity with no political experience.." thatsasentence! https://t.co/lwhi8EBLRy via @Reuters\n
1619                                                                                                                                                                               ebay Mitchum Anti-Perspirant &amp; Deodorant, Women's Shower Fresh, 2.25 oz, 3 Pack #Mitchum https://t.co/bc87sGJler via @eBay\n
1620                                                                                                                                                                          RT @doubleceandj: Check out Danby 2.6 CuFt. Compact All Refrig, Auto Cycle Defrost, Energy Star Black https://t.co/gGaoQlNxxs @eBay\n
1621                                                                                                                                                                                   RT @Reuters: Caterpillar shuts plant in Aurora, Illinois, that employs 800 https://t.co/m1Tg5eTdhO https://t.co/qvLPuonWq3\n
1622                                                                                                                                                                                                                                             @UPS has worsened lately, from unreliable, to reliably #fail ...\n
1623                                                                                                                                          RT @UnderMyRedHood: @Sony @PlayStation It's not April 4th yet... Why is PSN broken?\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Sony #Playstation4 #psndown https://t.co/HHreKqpIry\n
1624                                                                                                                                                                 RT @netflix: The story of Hannah Baker's life isn't easy to tell, but it's as real as it gets. @13ReasonsWhy is now streaming. https://t.co…\n
1625                                                                                                                                                                                   RT @Reuters: Caterpillar shuts plant in Aurora, Illinois, that employs 800 https://t.co/m1Tg5eTdhO https://t.co/qvLPuonWq3\n
1626                                                                                                                                                                                        A Dozen Summers Amazon Instant Video ~ Hero Hall,Kenton Hall, Sarah Warren Sca... https://t.co/Jv3qGqcSCz via @amazon\n
1627                                                                                                                                                                                   RT @Reuters: Caterpillar shuts plant in Aurora, Illinois, that employs 800 https://t.co/m1Tg5eTdhO https://t.co/qvLPuonWq3\n
1628                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1629                                                                                                                                                                  @NBCTheVoice @JLarsonguitar @Toyota Hey Jesse, knowing that you met the late and great Prince is so fantastic. Not… https://t.co/dCPidw20kS\n
1630                                                                                                                                                                                  @AbigailPfeiffer @aaadams_adams @Reuters Sorry, but regulating the people within our borders is certainly just and ethical.\n
1631                                                                                                                                                                                        Eleven81 Alloy Seat Clamp Cold Forged Multiple Sizes 30 mm Black, SPST22112  | eBay https://t.co/OHpCTE8JqL via @eBay\n
1632                                                                                                                                                                           Rumors of New PS4 Pro Slim: if true, which feature should Sony implement from get-go? @PlayStation @yosp @cerny @ShawnLayden @Sony\n
1633                                                                                                                                                                      RT @inabster: @meNabster @linuxium @intel Finally, dmesg of 14.04.5 with Linux 4.11-rc4 kernel &amp; the grub_bootefi32 you poster in… \n
1634                                                                                                                                                                                        I Love Lucy: The Complete Series Box Set an... by Lucille Ball, Desi Arnaz, W...  https://t.co/vQ4qJtOeI3 via @amazon\n
1635                                                                                                                               RT @PressSec: .@POTUS Trump says new trade orders set stage for manufacturing revival\n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\n@Robertarampton\n\n\n\n\n\n\nhttps://t.co/emifE1ofXv\n
1636                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1637                                                                                                                                                                                       RT @Reuters: Beyond jobs, car sales to give insight on consumer health https://t.co/m4A2PGKYcA https://t.co/f5Q9RjovUN\n
1638                                                                                                                                                                                        Check out THE AMAZING SPIDER-MAN KING SIZE ANNUAL #10, 1976 'THE  HUMAN FLY' GOOD!  https://t.co/8zG6eYFC5D via @eBay\n
1639                                                                                                                                                                 RT @netflix: The story of Hannah Baker's life isn't easy to tell, but it's as real as it gets. @13ReasonsWhy is now streaming. https://t.co…\n
1640                                                                                                                                                                                                                                             @JenMsft @Microsoft Yes, now I realize it, I didn't remember it.\n
1641                                                                                                                                                                 RT @netflix: The story of Hannah Baker's life isn't easy to tell, but it's as real as it gets. @13ReasonsWhy is now streaming. https://t.co…\n
1642                                                                                                                                                                                      Check out N OR M? AGATHA CHRISTIE, 1964, DELL, *1ST DELL PRINTING*,  VINTAGE PB, VG!  https://t.co/psfnUcR443 via @eBay\n
1643                                                                                                                                                                        RT @exxonmobil: Jobs, jobs and more jobs. ExxonMobil projects are expected to create 45,000 jobs and support many more across the U… \n
1644                                                                                                                                     RT @PsychTheMovie: Just saw that the Keep Psych on @netflix petition has over 11,000 supporters!!!\n\n\n\n\n\n\nhttps://t.co/27DPVGErzS\n\n\n\n\n\n\n@psychwrites 🍍🍍🍍\n
1645                                                                                                                                                                                               RT @TMobile: @VAWSE Aw, you're making us blush over here, Vawse! You're number one in our hearts! 👆😍 *TerriL\n
1646                                                                                                                                                                           @ErmenegildoZ Ermenegildo Zegna Sport NWT Shirt Size L,long sleeve,100% Cotton,Black  #PoloRugby https://t.co/F7lVGWva8k via @eBay\n
1647                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1648                                                                                                                                                   RT @mylifeinart: @PayPal @scotiabank @ProBonoOntario  \n\n\n\n\n\n\nJUDGE: Have you ever taken a shit on Twitter?\n\n\n\n\n\n\nME: https://t.co/pFVaAv0D8f\n
1649                                                                                                                                                                            Check out Matchbox Breweries, CHILI BEER, MT. WILSON, DIXIE BEER, ZEPHYR, PONY EXPRESS E5 #none https://t.co/s39k0pUIBL via @eBay\n
1650                                                                                                                               RT @GemMar333: .THE NEWS IS NOT ABOUT NEWS ANYMORE\n\n\n\n\n\n\n@nbc @CBS @ABC @MSNBC @CNBC @CNN \n\n\n\n\n\n\n#FakeNews\n\n\n\n\n\n\n#BiasedReporting https://t.co/TzexI9ryfU\n
1651                                                                                                                                                                  RT @ShawnAccess: Keep tweeting #AMAs + @ShawnMendes + New Artist Of The Year Un-Leashed By @TMobile! Also vote at https://t.co/FGXDgVMorv,…\n
1652                                                                                                                                                                                                     @Samsung Must check this new Samsung Galaxy Series Phone S8 and S8+\n\n\n\n\n\n\nhttps://t.co/M7CazyRadR\n
1653                                                                                                                                                                                   Check out 20+ FRESH Jackfruit Seeds Tropical Unique - World Largest Tree Fruit "HONEY"   https://t.co/AXSXuLSLCZ via @eBay\n
1654                                                                                                                                                                                RT @dylanminnette: Strap on your helmets, kids; 13 Reasons Why is now streaming on @netflix. - Helmet https://t.co/Kju7X11keo\n
1655                                                                                                                               RT @GemMar333: .THE NEWS IS NOT ABOUT NEWS ANYMORE\n\n\n\n\n\n\n@nbc @CBS @ABC @MSNBC @CNBC @CNN \n\n\n\n\n\n\n#FakeNews\n\n\n\n\n\n\n#BiasedReporting https://t.co/TzexI9ryfU\n
1656                                                                                                                                                                                       #iPhone 6 Case, Phone 6s Case, TabPow [Wooden][Shockproof][Drop Protection][He... https://t.co/Bc8Emo0yif 来自 @amazon\n
1657                                                                                                                                                                               RT @Burberry: Kris Wu wearing @Burberry tropical gabardine trench coat at #Baselworld2017, Switzerland https://t.co/0ZCVbicc8v\n
1658                                                                                                                                                                 RT @promichael01: @KawsoneXX @Jumpman23 @Nike Terrible release, you guys were silent the entire drop while people stared 15+ hours in there…\n
1659                                                                                                                                                                   RT @trailerparkboys: Trailer Park Boys Season 11 NOW AIRING ON @netflix !! Get ta fuck outta bed, stop work or school or whatever you're… \n
1660                                                                                                                                                                 RT @promichael01: @KawsoneXX @Jumpman23 @Nike Terrible release, you guys were silent the entire drop while people stared 15+ hours in there…\n
1661                                                                                                                                                                           Check out Gibraltar Elite Capacity Galvanized Steel Bronze Post-Mount Mailbox, size-M #Gibraltar https://t.co/BT7c1UT4Bz via @eBay\n
1662                                                                                                                                                                 RT @promichael01: @KawsoneXX @Jumpman23 @Nike Terrible release, you guys were silent the entire drop while people stared 15+ hours in there…\n
1663                                                                                                                                                                 RT @netflix: The story of Hannah Baker's life isn't easy to tell, but it's as real as it gets. @13ReasonsWhy is now streaming. https://t.co…\n
1664                                                                                                                                                                 RT @promichael01: @KawsoneXX @Jumpman23 @Nike Terrible release, you guys were silent the entire drop while people stared 15+ hours in there…\n
1665                                                                                                                                                                 RT @promichael01: @KawsoneXX @Jumpman23 @Nike Terrible release, you guys were silent the entire drop while people stared 15+ hours in there…\n
1666                                                                                                                                                                             Check out Real Kundan,Sapphire Bridal Necklace &amp; Earrings Set Gold Plated Fashion Jewelry  https://t.co/C3ZCseb2K7 via @eBay\n
1667                                                                                                                                                                                                    oh well I'm just going to watch the movie "Blow" and get addicted to cocaine, this is your fault @netflix\n
1668                                                                                                                                                                 RT @promichael01: @KawsoneXX @Jumpman23 @Nike Terrible release, you guys were silent the entire drop while people stared 15+ hours in there…\n
1669                                                                                                                                                                                             RT @NHL: The @LAKings stay alive in the #StanleyCup Playoff race, courtesy of a massive @pepsi shutout. Recap:… \n
1670                                                                                                                                                                                               RT @Viking_Lass: NEW PAINTING ON eBAY! "Cthulhu's Hat" - Get your bids in!!  https://t.co/AgatCACwEv via @eBay\n
1671                                                                                                                                                                                                                         RT @Disney: Alan Tudyk is a man of many talents, and voices. https://t.co/zLYuuwTQBJ\n
1672                                                                                                                                                                                RT @dylanminnette: Strap on your helmets, kids; 13 Reasons Why is now streaming on @netflix. - Helmet https://t.co/Kju7X11keo\n
1673                                                                                                                                                          RT @FSCDems: #ICYMI: @DeutscheBank, Mirror Trades, and More Russian Threads\n\n\n\n\n\n\n\n\n\n\n\n\n\nREAD: https://t.co/tEqD2eITUC via @NewYorker\n
1674                                                                                                                                                                                             RT @NHL: The @LAKings stay alive in the #StanleyCup Playoff race, courtesy of a massive @pepsi shutout. Recap:… \n
1675                                                                                                                                                                           RT @acorn103: @13ReasonsWhy @netflix I will likely watch the release, but it concerns me as to the potentially dangerous message… \n
1676                                                                                                                                                                                                      RT @Reuters: Exclusive: 'If there's a shutdown, there's a shutdown,' Trump says https://t.co/CY1iBJ3Ljp\n
1677                                                                                                                   "Contracts are like hearts; they're meant to be broken."\n\n\n\n\n\n\n#TheFounder 📽 on @McDonalds &amp; #RayKroc 🍟🍔👨🏼‍💼🇺🇸\n\n\n\n\n\n\nhttps://t.co/PJTb6RXVl4\n\n\n\n\n\n\n#Franchise\n
1678                                                                                                                                                                                                                            RT @davidoreilly: deeply disturbing @amazon \n\n\n\n\n\n\nhttps://t.co/b7BkT6cPUI\n
1679                                                                                                                                                                                             RT @Disney: .@HaileeSteinfeld, @KelseaBallerini, and @SofiaCarson Will Perform Britney Spears Medley at #RDMA:… \n
1680                                                                                                                                                                    @McDonalds Hi-c orange is the best drink you had to offer you just had to fuck it up, hopefully @Wendys starts offering Hi-C products. 😒\n
1681                                                                                                                                                                                  Houston Legend, Trae Tha Truth (@TRAEABN ) , Teams Up With @McDonalds  ’s For Upcoming Initiatives  https://t.co/eXEqbeuscP\n
1682                                                                                                                                                      RT @adidas: Take the problem. Find a solution.\n\n\n\n\n\n\nThis Earth Day is about creating change.\n\n\n\n\n\n\n#adidasParley https://t.co/dinOSChc8u\n
1683                                                                                                                                                    @McDonalds I don't drink any type of pop, AND THE ONE THING I ALWAYS GET, YOU DECIDE TO STOP SELLING? \n\n\n\n\n\n\nNot a fan of… https://t.co/jBC2jufXqZ\n
1684                                                                                                                                                                                RT @Reuters: LISTEN: In exclusive interview with @Reuters, Trump said a major conflict with North Korea was possible. More:… \n
1685                                                                                                                                                                             RT @Reuters: EXCLUSIVE: Trump tells @Reuters there is a chance of 'major, major conflict with North Korea' in 100 days interview\n
1686                                                                                                                                                                              RT @Reuters: Exclusive: 'If there's a shutdown, there's a shutdown,' Trump says https://t.co/ndenYnAndg https://t.co/RHb3G4C1qz\n
1687                                                                                                                                                                 RT @comcast: There's widespread consensus on #netneutrality protections, and we support them. Read more: https://t.co/f7yQ0H2ypP https://t.…\n
1688                                                                                                                                                   RT @nextofficial: RT if you'd like your Bank Hol weekend to look a lil something like this… 😍\n\n\n\n\n\n\nhttps://t.co/mGbpyVirh9 https://t.co/OWosDe90…\n
1689                                                                                                                                                                                 RT @Variety: Review: #DearWhitePeople on @netflix is full of incisive asides, witty quips and painfully funny observations… \n
1690                                                                                                                                                                  Mom &amp; Child Heart Pendant In .925 Sterling Silver Round Cut White Diamond\n\n\n\n\n\n\n\n\n\n\n\n\n\n https://t.co/2xwyz2JjwM via @eBay\n
1691                                                                                                                                                                 .@AppleMusic @Apple Not even attempted, someone accessed my account.\n\n\n\n\n\n\nNone of this with @GooglePlayMusic https://t.co/U2OwAS7i9a\n
1692                                                                                                                                                                                    RT @Disney: 9 Things @OhMyDisney Cannot Wait to Experience on #GuardiansOfTheGalaxy –\n\n\n\n\n\n\n Mission: BREAKOUT!:… \n
1693                                                                                                                                                                       RT @iingwen: In interview with @Reuters, I spoke about domestic reform, cross-strait relations &amp; the longstanding friendship bet… \n
1694                                                                                                                                                              RT @GodwinAtser: IITA Cassava Weed Management Project Trains 105 in Abia\n\n\n\n\n\n\n@THISDAYLIVE @Bayer @MonsantoCo @Syngenta @CassavaMatters\n
1695                                                                                                                                                                      @exxonmobil Glad your working on this, after we run out of oil and the seas die we can keep driving on the blasted hellhole of a planet\n
1696                                                                                                                                                                                RT @Reuters: LISTEN: In exclusive interview with @Reuters, Trump said a major conflict with North Korea was possible. More:… \n
1697                                                                                                                                                                                              RT @Barnacules: Dear @Apple, stop auto correcting to "ducking". You know what I'm trying to type! #DuckingApple\n
1698                                                                                                                                                                                             Feel free to go back to your old life any time @realDonaldTrump, you idiot; https://t.co/fmoig2U5Xq via @Reuters\n
1699                                                                                                                                                                                                      RT @Aavaiz: @Tesco transfer me 10,000 club card points and you can have it back https://t.co/rw5Us3PqUX\n
1700                                                                                                                                                             I have just listed: 'No.388 Colin Gordon of Wimbledon - Footbal 87 - Panini -English &amp; Sco...', for 3.99 via @amazon https://t.co/O0aSVul5A8\n
1701                                                                                                                                                             RT @thriftyfifty6: #Vintage #ChristianDior #Chapeaux Hat, Pink Silk &amp; Velvet Flowers, EX! 22 Inches  https://t.co/ZauR5z1gZ0 via @eBay #vin…\n
1702                                                                                                                                                                                           .@Huawei Continues to Catch @Apple, But Still Fighting to Gain Popularity in United States https://t.co/Q1XMjpRIOp\n
1703                                                                                                                                                             I have just listed: 'No.476 Clydebank Badge / Foil - Footbal 87 - Panini -English &amp; Scotti...', for 3.99 via @amazon https://t.co/ejFmHeSmF1\n
1704                                                                                                                                                                             RT @Reuters: EXCLUSIVE: Trump tells @Reuters there is a chance of 'major, major conflict with North Korea' in 100 days interview\n
1705                                                                                                                                                                 I have just listed: 'No.465 Peter Weir / Joe Miller of Aberdeen - Footbal 87 -Panini - Eng...', for 5.99 via @amazon https://t.co/YhOsOTlT0x\n
1706                                                                                                                                                                  Today @FoxFriendsFirst the latest on @united settlement, @southwest @Toyota recall + @tacobell news @FoxNews @HeatherChilders @HuntsmanAbby\n
1707                                                                                                                                                                  Incredible! Well no, credible: Trump says he thought being president would be easier than his old life https://t.co/Zle62iUsL5 via @Reuters\n
1708                                                                                                                                                         @McDonalds take your PR &amp; marketing comms., &amp; start over. You don't know consumers (Hi-C, pie); awful @ social media; the fresh beef fiasco?\n
1709                                                                                                                                                             #SaveFakingIt by signing this petition!\n\n\n\n\n\n\nhttps://t.co/3TVv29RB0p\n\n\n\n\n\n\n@netflix @hulu @MTV\n\n\n\n\n\n\n#PutTheCuffsOnMeVideo\n
1710                                                                                                                                                                         Check out Handmade Natural Iron Tiger Stone Necklace Jewelry 925 Sterling Silver 9.5-19" #Handmade https://t.co/2YGNqXHeHw via @eBay\n
1711                                                                                                                                                                                Check out BN35/110 Vintage Japanese Fabric Cotton Momen Antique Boro Patch Indigo Blue 78"  https://t.co/bzBEH1EcLL via @eBay\n
1712                                                                                                                                                                    I have just listed: 'No.576 St Mirren Team Strip 1913-14 to 1986-87 - Football 87 - Panini', for 5.99 via @amazon https://t.co/HZHspLdZUn\n
1713                                                                                                                                                                RT @911perfectstorm: Reading the @wsj &amp; @Reuters tonite, #45's loose tongue is too dangerous 4 America's safety. Pence is no better. We… \n
1714                                                                                                                                                                           RT @Reuters: EXCLUSIVE: Trump tells @Reuters he was 'psyched to terminate NAFTA' before telephone calls from Canadian, Mexican l… \n
1715                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/tVtjkmWOtR\n
1716                                                                                                                                                    Planning your next trip? Take a look at the latest @Google Trips app update ✈️✈️\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/MMZLiTqrW1 https://t.co/ihyxA6MMqT\n
1717                                                                                                                                                                                   Check out Organic Mushroom Substrate, Composted Manure, Gypsum and minerals added! 10lb  https://t.co/lVNXujznxk via @eBay\n
1718                                                                                                                                                                            "War is what happens when language fails" (Margaret Atwood)\n\n\n\n\n\n\nhttps://t.co/jTYEZRtOp6 via @amazon HEXE by Skadi Winter\n
1719                                                                                                                                                                  RT @Reuters: BREAKING: United Airlines reaches settlement of undisclosed amount with Dr. David Dao, passenger dragged from plane - law firm\n
1720                                                                                                                                                                                               #Dried #Calendula #flowers, #Marigold #Flower, Net weight: #50g on @eBay: https://t.co/ElgCIiRX7A via @eBay_UK\n
1721                                                                                                                                                                 “This is more work than my previous life.  I thought it would be easier," says President Trump reflecting on his 1st 100 days.  via @Reuters\n
1722                                                                                                                                                                            Exclusive: Trump says 'major, major' conflict with North Korea possible, but seeks diplomacy https://t.co/67g2C2pKfG via @Reuters\n
1723                                                                                                                                        RT @AriMelber: Trump on being POTUS in new @Reuters interview:\n\n\n\n\n\n\n\n\n\n\n\n\n\n"This is more work than in my previous life. I thought it would be easier."\n
1724                                                                                                                                                                                  Tell @Chrysler, @StateFarm, @WellsFargo, &amp; Others to Stop Sponsoring Deadly Iditarod! https://t.co/4AP0Pod1kV via @PETA\n
1725                                                                                                                                                                          Check out Cracked Crystal Quartz, Garnet Gemstone 925 Silver Chain Pendant Jewelry 2.5" #Handmade https://t.co/1A8WHXzbB6 via @eBay\n
1726                                                                                                                                                                                                                        @Reuters Pope Francis seeking to mend ties with the devil's religion?\n\n\n\n\n\n\n🤔\n
1727                                                                                                                                                                                                             RT @jcmar_09: SMH, this store is always like this. @Walmart @walmarthelp https://t.co/8LaHkxVErF\n
1728                                                                                                                                                             RT @Y_Strahovski: Waaait a second, hold up - @netflix is taking Chuck off?! I go outback for a second &amp; this happens?! Well c'mon now! @War…\n
1729                                                                                                                                                                   1st reaction: gobsmacked. 2 seconds later: no, this is actually entirely believable. Someone help USA https://t.co/m92tVi8OTs via @Reuters\n
1730                                                                                                                                                                 RT @MangoLassiit: @starwindsan building a virtual IT infrastructure with @Cisco 3850, @HPE DL 360 G9, @VMware 6.5 and #Starwind #VSAN https…\n
1731                                                                                                                                                            #Repost sanjanabatra with @repostapp\n\n\n\n\n\n\n・・・\n\n\n\n\n\n\n@parineetichopra in a @hm camisole, earrings, zara… https://t.co/QjQVsXTUMQ\n
1732                                                                                                                                                                 @GodHatesMiles @Fullscreen @ATT I wanna go, but my parents won't let me cause I already went to ur tour and they we… https://t.co/ofCfNx6tII\n
1733                                                                                                                                                                                                 @GSK Still no response. \n\n\n\n\n\n\n\n\n\n\n\n\n\nMaybe I'll just switch to @ColgateUK for the kids anyway\n
1734                                                                                                                                                                              Check out Pendant Jewelry Man-Made Charoite Pear Gemstone 925 Sterling Silver 2.25" #Handmade https://t.co/UKUFgworjn via @eBay\n
1735                                                                                                                                                                 RT @shipp_kenneth: @ValliGator13 @Reuters Trump enjoys running for president, not being 🇺🇸 president. Complaining is easy, governing is not.\n
1736                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/GTj70O0tME\n
1737                                                                                                                                                                                    Check out HOBO BAG, HOBO PURSE, NIGHTMARE BEFORE CHRISTMAS, SALLIES DRESS FABRIC PURSE  https://t.co/3Q9c5PcYba via @eBay\n
1738                                                                                                                                                                          RT @Reuters: Syria, North Korea test Trump's 'America First' pledge. Via @ReutersTV https://t.co/dQ9dpPHdjT https://t.co/8o3T3HSVit\n
1739                                                                                                                                                                 RT @Shabbychicforme: Collectible Mexican Folk Art Painted Cross Lrg. 20" Embossed tin Trim Adam &amp; Eve  https://t.co/TJwNnlEViY via @eBay\n
1740                                                                                                                                                                                         U.S. says 'major conflict' with North Korea possible, China warns of escalation https://t.co/FBsxn8dChy via @Reuters\n
1741                                                                                                                                                                                @Reuters Pres. Trump raises the possibility of a military confrontation with N. Korea, though he prefers diplomatic solution…\n
1742                                                                                                                                                                                 RT @Variety: Review: #DearWhitePeople on @netflix is full of incisive asides, witty quips and painfully funny observations… \n
1743                                                                                                                                                                                          NEWS: #UK anti-terrorism police say plots contained after woman shot, arrests: https://t.co/RPAjNfxNa6 via @Reuters\n
1744                                                                                                                          RT @BadHombreNPS: So @exxonmobil released 10 million lbs of pollutants in TX. \n\n\n\n\n\n\n\n\n\n\n\n\n\nTks 2 @SierraClub + the #CleanAirAct, they're liable. \n\n\n\n\n\n\nhttp…\n
1745                                                                                                                                                                        Never thought I'd utter the words fake news, but this article is spectacularly wrong. 😂🤦🏻‍♂️do better @Yahoo https://t.co/AyF3Iagk7h\n
1746                                                                                                                                                             Quarterly 'connects' rather than annual 'performance review'-promote focus on impact, shared learning &amp;innovation @Microsoft #hsemasterclass\n
1747                                                                                                                                                                                                   RT @markknoller: Another presidential lament: "I liked to drive. I can't drive anymore," he told @Reuters.\n
1748                                                                                                                                                                       Anyone keeping a list? #Canada, #NorthKorea, #Mexico, now #SaudiArabia...and the week's not over: https://t.co/DaXSe2pK1A via @Reuters\n
1749                                                                                                                              RT @Forever_Lucid: @Reuters 'I want the iranians to know that if I am the President, we will attack Iran'\n\n\n\n\n\n\n-HILLARY CLINTON\n\n\n\n\n\n\n\n\n\n\n\n\n\nComplete P… \n
1750                                                                                                                                                                                                                          @CNET @Apple car prototype news is nicely looping in to nothing, please fix the bug\n
1751                                                                                                                                                                                                                                              @Reuters @JoeNBC Damn, how much golf did he play before?? 🍊🏌🏿\n
1752                                                                                                                                                                   RT @coreyreynoldsLA: @Reuters This sounds like a guy talking about setting up a tent ⛺️, not a guy talking about being the President. 🤦… \n
1753                                                                                                                                                                       RT @FullOfShite: @lunster81 @AimeeDemaio @Siemens Most medical professionals get very few hours, if any at all in nutritional traini… \n
1754                                                                                                                                                                                                                             @Reuters Kind of started during Obama's admin, but it is steadily getting worse.\n
1755                                                                                                                                                                  @Reuters No kidding! That's all you talk about, yet you never point out that there's people who do horrible things… https://t.co/VfTjyCwPrB\n
1756                                                                                                                                                                     RT @DialNforNicole: Every time I try to watch @netflix, I get overwhelmed with all of the choices, and end up turning on @hgtv, instead.\n
1757                                                                                                                                                                            Exclusive: Trump says 'major, major' conflict with North Korea possible, but seeks diplomacy https://t.co/wxjdGkhyUm via @Reuters\n
1758                                                                                                                                                                  RT @realmadriden: 👨‍⚕🖥⚽ @Microsoft\n\n\n\n\n\n\nMeet #RealMadrid's medical staff and find out how they take care of the players' health.… \n
1759                                                                                                                                                                                   RT @PlasticOceans: #APlasticOcean is now available on @netflix (in Canada, UK and the US)! If you like it, please share!… \n
1760                                                                                                                                                                      RT @GoldmanSachs: $GS is thrilled to commit $300MM to The Crossing at Jamaica Station, the largest private investment in downtown Jam… \n
1761                                                                                                                                                                                                                @MariaBartiromo @MorningsMaria @FoxBusiness @GoldmanSachs @POTUS I love this guy, Gary Cohn👍\n
1762                                                                                                                                                                 RT @GoldmanSachs: Why #China’s equities could outperform, according to $GS Research’s Tim Moe: https://t.co/Jig7mMTagJ https://t.co/idwXaNS…\n
1763                                                                                                                                       RT @MorganNaegele: I literally go to @McDonalds for a Hi-C Orange EVERY DAY. \n\n\n\n\n\n\n\n\n\n\n\n\n\nWHAT THE ACTUAL FUCK MCDONALDS. WHAT THE FUCK!!!??? https://…\n
1764                                                                                                                                                                 @Ihaveno875 @Reuters @realDonaldTrump That is an odd pet peeve, but we all have them. I'm sure mine are no better or worse. Have a nice day!\n
1765                                                                                                                                                    @AjitPaiFCC @nathanleamerfcc @verizon throttled internet #netneutrality #savetheinternet @freepress @fightfortheftr \n\n\n\n\n\n\nhttps://t.co/nhm3Qd1epD\n
1766                                                                                                                                                                                             Check out 4 VINTAGE FELT COVERED  ORNAMENTS, CHOIR ANGELS, Red Christmas Xmas  https://t.co/62BjVGjUQl via @eBay\n
1767                                                                                                                                                                  RT @realmadriden: 👨‍⚕🖥⚽ @Microsoft\n\n\n\n\n\n\nMeet #RealMadrid's medical staff and find out how they take care of the players' health.… \n
1768                                                                                                                                                                           Trump exclusive: "This is more work than in my previous life. I thought it would be easier."  https://t.co/z0VMEZ23Lv via @Reuters\n
1769                                                                                                                                                                 @BMW As I said by phone, if I don't hear from you by the weekend I'll assume you can't help further and I'll take i… https://t.co/zkd0zz8xR3\n
1770                                                                                                                                                                                                                           Twitter posts strong user growth, shares soar https://t.co/an2qKsqBsm via @Reuters\n
1771                                                                                                                                                                  RT @CPrignano: During interview with @Reuters, Trump handed reporters copies of the electoral map with 2016 figures https://t.co/dNX7usbMEs\n
1772                                                                                                                                                                  RT @realmadriden: 👨‍⚕🖥⚽ @Microsoft\n\n\n\n\n\n\nMeet #RealMadrid's medical staff and find out how they take care of the players' health.… \n
1773                                                                                                                                                                                                        RT @JackiSchechner: Hey @Reuters, we're gonna need the full transcript of this #Trump meltdown, stat!\n
1774                                                                                                                                                                                Check out DEAD MORN, PIERS ANTHONY, 1990, TAFFORD *STATED 1ST EDITION*  VINTAGE, XANTH NEW  https://t.co/SkhQ65VM7c via @eBay\n
1775                                                                                                                                                                                                      RT @kingsleyyy: Hi @McDonalds.\n\n\n\n\n\n\n\n\n\n\n\n\n\nWelcome to your tape. https://t.co/tAS2q0ktqS\n
1776                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/Jgpruv955C\n
1777                                                                                                                                                                                RT @Reuters: LISTEN: In exclusive interview with @Reuters, Trump said a major conflict with North Korea was possible. More:… \n
1778                                                                                                                                                                 @aintshook @educatoringa @NewDay @Reuters @jeffmason1 @ChrisCuomo @GOP Oh really, how did he win, you tell me and i… https://t.co/0yNh1U9mOb\n
1779                                                                                                                                                                                                                So, this is what marriage is?🤔 Thanks for alerting me @facebook 👍🏼 https://t.co/Ha8fH8ELOd\n
1780                                                                                                                                                                                                            RT @williamlegate: @Reuters Please then, for the national security of our country… please resign.\n
1781                                                                                                                                                                                                Another thing for the "Stuff everyone but Trump and his fans knew" pile. https://t.co/UXaSJr5oey via @Reuters\n
1782                                                                                                                                                                 @Mofa_Belgium Just #phone-monitored you: you didn't pick up, spoke in a warning on "many DPRK spies @Samsung". Don't try @BelgiumMFA tricks!\n
1783                                                                                                                                                                                                                                          I'm at @Starbucks in Kuwait City, Al Asimah https://t.co/KJiWo1QFyd\n
1784                                                                                                                                                                   83% of CIOs now consider #IaaS an option. W/ @Oracle IaaS, orgs can reach IT goals &amp; put worries behind them:… https://t.co/RskWRzkMWL\n
1785                                                                                                                     @Sony @PlayStation 4 shipments over 60 million ! \n\n\n\n\n\n\n wow! \n\n\n\n\n\n\n  \n\n\n\n\n\n\nFollow us for gaming news &amp; more\n\n\n\n\n\n\nGo on !🕹️🐒⬅️ https://t.co/iWXEhY0nUI\n
1786                                                                                                                                                                 RT @JosiahRyan: Trump brought printed map handouts showing electoral college wins to @Reuters interview, says journalist @jeffmason1 https:…\n
1787                                                                                                                                                                                               @McDonalds @berrypatchmom If you're taking my beloved Hi-C away, at least bring back the Szechuan Sauce!!!!!!!\n
1788                                                                                                                                                                    @NEI @iaeaorg @Reuters @Barttommelein @wfschiltz @RonnieBelmans @MathiasB9 @McMarghem Of which a few in Be,if we're serious about climate\n
1789                                                                                                                                                                 @JosiahRyan @benshapiro @Reuters @jeffmason1 Well, even Trump knows that when your dealing with children it is best… https://t.co/6LT925LCi4\n
1790                                                                                                                                                        Plz RT\n\n\n\n\n\n\nAn #ebook where creatures of nightmares and fantasy rule while humans fear extinction.  Check out @amazon https://t.co/ZUIct33tkv\n
1791                                                                                                                                                                 @mlamons1 @Disney Well, at this point I would say that is a good analogy, but eventually AI might evolve far beyond… https://t.co/BLYapYjYFj\n
1792                                                                                                                                                                                                   RT @IgnacioTechie: Well done, @Heineken. Can we put a bar inside Congress, please? https://t.co/bKqS3CWI94\n
1793                                                                                                                                                                  RT @mermaidwishing: just finished watching Girlboss on @netflix and i am crying of heartbreak, happiness, and proudness of @sophiaamoruso.…\n
1794                                                                                                                                                                                     RT @Disney: Get your paws dirty and explore in @Disneynature's #BornInChina, now in theatres. 🐾 https://t.co/Gia8yGCfa1\n
1795                                                                                                                                                                  RT @realmadriden: 👨‍⚕🖥⚽ @Microsoft\n\n\n\n\n\n\nMeet #RealMadrid's medical staff and find out how they take care of the players' health.… \n
1796                                                                                                             @kritisanon \n\n\n\n\n\n\nTop - @hm \n\n\n\n\n\n\nSkirt - @zara \n\n\n\n\n\n\nStyled by - @anaitashroffadajania @sukritigrover @style.cell \n\n\n\n\n\n\n#bollywood #s…… https://t.co/rCNat0cgyZ\n
1797                                                                                                                                                     @target for #cashback @EVERGREENMKT  for...#duh \n\n\n\n\n\n\n@Chevron for @SwisherSweets @McDonalds for sis 😉 THEN smoke w/dash of #alwayssunny #ICYMI\n
1798                                                                                                                                                                       @AskAmex @AmericanExpress IS THE WORST !! Done , done &amp; DONE. So much hassle to get the paperwork to pay off a card IN FULL !! #BS\n
1799                                                                                                                                                                                                 What's a pre order.. already got it through @ATT come on sprint, you gotta do better https://t.co/NuX0n78EkX\n
1800                                                                                            @Reuters @HarmonyEliana @potus\n\n\n\n\n\n\n@realdonaldtrump\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou "like to work"??\n\n\n\n\n\n\n\n\n\n\n\n\n\nNINE vacations in THREE months???\n\n\n\n\n\n\n\n\n\n\n\n\n\n#ResistTrump\n
1801                                                                                                                                                                             @McDonalds okay so this Hi-C Orange phase out thing...big mistake, HUGE. Seriously. Please don't. America thanks you in advance.\n
1802                                                                                                                                                                                RT @Reuters: LISTEN: In exclusive interview with @Reuters, Trump said a major conflict with North Korea was possible. More:… \n
1803                                                                                                                                                                             RT @Reuters: EXCLUSIVE: Trump reflects on his #First100days, says he thought being president would be easier than his old life… \n
1804                                                                                                                                                                 @TheAndyHolland @SonnyDaes @Reuters @kevincramer Good rant. Current plan, until 45 has new impulse, is to stick w/P… https://t.co/S72tozJOGX\n
1805                                                                                                                                                                 @Kevin_Raposo @TMobile Given that I've gone G4 and G5, I know G6 is inevitable, but I'd at least consider the Pix (… https://t.co/GAEZZCJwTZ\n
1806                                                                                                                                                                                  Amazon revenue soars as cloud, retail businesses dominate https://t.co/Kxt61hB9dV via @Reuters #CloudComputing @amazon @AWS\n
1807                                                                                                                                                                                                                             RT @ttmiller68: @Reuters Not surprising since our "leader" is racist and sexist.\n
1808                                                                                                                                                                       RT @VW: Urban. Legend. From city streets to highway mile markers, there's never a dull moment in the #VW #Golf https://t.co/lBbgyyGQXg\n
1809                                                                                                                                                                                 Check out PERSONA A PERSONA 1, TEACHERS EDITION, ENGLISH LANGUAGE LEARNER1 #TeachersManual https://t.co/DzdMxn9kLT via @eBay\n
1810                                                                                                                                                                                         RT @justicefiguero: IF HARDSHIP GOT YOU DOWN, GET UP #RenewTheGetDown @netflix @SonyPictures https://t.co/9zt6NmtYBo\n
1811                                                                                                                                                                   RT @careygillam: CEO of @Bayer faces protests, defends @MonsantoCo takeover despite company's  "challenging image" https://t.co/l6MrcMjv0D\n
1812                                                                                                                                                                                                    @Reuters @POTUS: Do you even realize how stupid that sounds? Resign now,please, if it's so frigging hard.\n
1813                                                                                                                                                                 RT @JosiahRyan: Trump brought printed map handouts showing electoral college wins to @Reuters interview, says journalist @jeffmason1 https:…\n
1814                                                                                                                                                                                                   @jamesdoleman C'mon @netflix, make it happen. Would be effin epic. Bigger than Narcos. Where do I sign up?\n
1815                                                                                                                                                                              Check out ROCKY MOUNTAIN ELK FIGHTING, BULL ELK GICLEE PRINT, ELK IN RUT NEW ARTWORK #Realism https://t.co/D1hpwvLS6z via @eBay\n
1816                                                                                                                                                                                           @facebook admits: governments exploited us to spread propaganda\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/qGBAkBLqhC\n
1817                                                                                                                                                                                                                                                                 Well done, @Heineken https://t.co/l8j1HFfbYD\n
1818                                                                                                                                                                                              Check out Original 1970's Stylish "zebedee" Magic Roundabout Table Light. Offers? https://t.co/FLsj4dX0Ge @eBay\n
1819                                                                                                                                                      RT @LadyLSpeaks: Dear Whites who love @facebook. Mark Zuckerberg\n\n\n\n\n\n\ndeems 'Hunt &amp; Kill All White Women' is not in violation of communit… \n
1820                                                                                                                                                                             RT @david_a_butler: Country @Google director @Warnking w/his daughter, about the Power of #DigitalGirls #GirlsinICT @Google_CH… \n
1821                                                                                                                                                                   @Google Global Cache up &amp; running in #Cuba , as of yesterday for improved quality of #Google services . Cat... https://t.co/tnpAGGzwU7\n
1822                                                                                                                                                     Hi @Colgate, \n\n\n\n\n\n\n@relatabledinahj would like to promote   for you as she uses colgate 3 or 4 times daily! She uses it… https://t.co/zAhh4wMFch\n
1823                                                                                                                                                          "im leaving on a jet plane" and i am NEVER going home @FedEx You are complicit in dolphin slavery \n\n\n\n\n\n\n#OpSeaWorld https://t.co/NELcGuqxuV\n
1824                                                                                                                                                                       RT @InsideTheMagic: Actors who voiced @Disney characters Belle, Jasmine, Pocahontas, Prince Eric will appear at @MegaConvention 2017… \n
1825                                                                                                                                                                                                     Sounds like @Ehmee needs her own show on @netflix, with @javawhatnow as co-host! https://t.co/tYtmFxfmr9\n
1826                                                                                                                                                                            This week's middle bit includes an @Oracle #startup, @Plaid partnership and grant news from @KauffmanFDN: https://t.co/w9dB8nNkhu\n
1827                                                                                                                                                                        RT @SQUlDZ: FUCK @McDonalds FUCK YO TRASH ASS FRIES, FUCK YO DRY ASS FISH, FUCK YO ICE CREAM MACHINE &amp; FUCK RONALD MCDONALD BIT… \n
1828                                                                                                                                                                 @LawyerRogelio @Reuters I hope that means he won't run again. He'd be spending his "golden years" working instead o… https://t.co/sARXDTXTHP\n
1829                                                                                                                                                                                Donald Trump tells @Reuters about being president: "I thought it would be easier" than his old life:… https://t.co/dnJwAgodHq\n
1830                                                                                                                                                                                                                         RT @pIayboi: Damn, how hard is it to spell Sammy? @Starbucks https://t.co/sDVO0naUmK\n
1831                                                                                                                                                                                         Check out Handmade 8" Hot Pot Pad/Pot Holder with Hanger - WATERMELONS #RobinRenee https://t.co/SMeRlZHgk6 via @eBay\n
1832                                                                                                                                                   RT @_hazonku_: Homework was to make an animated meme. Enjoy! 🦄✨\n\n\n\n\n\n\n#rainbow #hype #meme #pennywise #ITmovie @Starbucks https://t.co/43eeYFYrCW\n
1833                                                                                                                                                                             RT @Reuters: EXCLUSIVE: Trump reflects on his #First100days, says he thought being president would be easier than his old life… \n
1834                                                                                                                                                                              RT @Reuters: Exclusive: 'If there's a shutdown, there's a shutdown,' Trump says https://t.co/N6ZocdbgIm https://t.co/VGoDmkHi83\n
1835                                                                                                                                                                              Check out CUTE MULTI-COLOR COTTAGE &amp; LITTLE BEAR RESIN PHOTO FRAME FOR 3.5" X 5" PHOTOS   https://t.co/E9hdXZuk6x via @eBay\n
1836                                                                                                                                                                 RT @Reuters: MORE: Trump wants to renegotiate or terminate 'horrible' trade deal with South Korea, wants it to pay for $1-billion THAAD mis…\n
1837                                                                                                                                                             Cool design concept on how #Windows could look, with a shared UI across PC &amp; Mobile. @Microsoft are you seeing this? https://t.co/SGl3mkhPI8\n
1838                                                                                                                                                  RT @FisayoLonge: My @Nike Black &amp; White collection campaign: https://t.co/sLQkNI7fr7\n\n\n\n\n\n\nSharing my enitre HIIT workout routine with &amp; w… \n
1839                                                                                                                                                RUDY WINS THE SHOWCASE 🎉🎉🎉 Get your 🐈🐩 spayed/neutered. @PriceIsRight on @CBS #PriceIsRight #ThePriceIsRyan \n\n\n\n\n\n\n💰👌🏻 https://t.co/QH1nETm0uL\n
1840                                                                                                                                                    RT @Anon4dolphin: "im leaving on a jet plane" and i am NEVER going home @FedEx You are complicit in dolphin slavery \n\n\n\n\n\n\n#OpSeaWorld https://t.…\n
1841                                                                                                                                                                 RT @LouDobbs: Exclusive: @POTUS says 'major, major' conflict with North Korea possible https://t.co/7x3CzR7eye via @Reuters #MAGA #TrumpTra…\n
1842                                                                                                                                                                 @Allianz Global Investors and @jpmorgan Asset Management predict £ will head lower, risks of #Brexit and a likely e… https://t.co/TuLijjGKJu\n
1843                                                                                                                                                                                Interesting piece in the @nytimes on #socialmedia and whether @facebook can "fix its own worst bug":  https://t.co/96hEbhWDmd\n
1844                                                                                                                                                                WHAT THE ACTUAL FUCK. fuck you @McDonalds. ⚡️ “Hi-C is about to go Bye-C at McDonald's 😢”\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/T7Cfyw5Vgj\n
1845                                                                                                                                                                 @JWanderman @comcast It's an operational cost that's a great return on investment, though. They have their bases co… https://t.co/TI2Fxxf8Uz\n
1846                                                                                                                                                                                                         Dear @facebook, I would like a way to hide the row of video stories at the top of that app. kthxbye.\n
1847                                                                                                                                                                                                       I CAN'T BELIEVE @McDonalds IS GETTING RID OF ORANGE HI-C. FIRST THEY JACKED UP MONOPOLY, AND NOW THIS?\n
1848                                                                                                                                                                                                  RT @JulianRawle: Spain, Brazil plan #subsea fiber optic cable by 2019  https://t.co/PfxdMpMpTn via @Reuters\n
1849                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/BVXtSmKZVm\n
1850                                                                                                                     RT @EmilylaGrange: Posts that include #VisualContent produce 650% higher engagement than text-only posts. \n\n\n\n\n\n\n\n\n\n\n\n\n\n@Adobe\n\n\n\n\n\n\n\n\n\n\n\n\n\n#ATSocialMedia… \n
1851                                                                                                                                                             @Expedia I've sent you my ITIN &amp; email for 11 months (emailed, phoned, had doctors phone, email, etc.). You are mak… https://t.co/vRSXDwtC3P\n
1852                                                                                                                                                      Seen parked on Madison Avenue from my driver's side window. Worldwide Blockages, more like. @UPS\n\n\n\n\n\n\n#parallelparking… https://t.co/DA13fNMkyd\n
1853                                                                                                                                                                          Check out Hello Kitty Earring Holder Girls Jewelry Tree Bracelets Rings Metal Sanrio 11"  #Sanrio https://t.co/1v8J0YkB6h via @eBay\n
1854                                                                                                                                                                                                                                              RT @Tesco: @lewlarrr Sadly, you can't feed Ice Cream to a fish.\n
1855                                                                                                                                                                                    RT @Disney: 9 Things @OhMyDisney Cannot Wait to Experience on #GuardiansOfTheGalaxy –\n\n\n\n\n\n\n Mission: BREAKOUT!:… \n
1856                                                                                                                                                                       RT @PTGuernseyTeam: Working with #volunteers at @HSBC Guernsey, working on #cvs, #interview techniques &amp; #ambitions with #team3!… \n
1857                                                                                                                                                                                        "I have to say, there is an end. And it has to be humiliation." TRUER WORDS, BRO https://t.co/D0BNp53sIZ via @Reuters\n
1858                                                                                                                                                                 @netflix @Netflixhelps How do I get this #racist "Dear White People" crap from showing up on my screen?! Soooo cons… https://t.co/oCOJru8Wiz\n
1859                                                                                                                                              Children's Books @ Amazon \n\n\n\n\n\n\nhttps://t.co/srpogpX0J5 \n\n\n\n\n\n\n#childrensbooks #kidsbooks #toddlerbooks #momtobe @amazon https://t.co/wJJY6xKa4x\n
1860                                                                                                                                                                                                                                    #End of month, first day of #summer @ASOS #payday https://t.co/bTGamIaUAU\n
1861                                                                                                                                                                                         Bluetooth headset, G-Space Mini Dual V4.1 Bluetooth Headphones with Charging ... https://t.co/2Bpj223NC9 via @amazon\n
1862                                                                                                                                                                           RT @ToyotaRacing: Every car has a story, what is your @Toyota story? Use #ToyotaOwners400 and share yours. https://t.co/1kljRVinAr\n
1863                                                                                                                                                                 RT @9999fashion: Tommy Hilfiger Men's Long Sleeve Solid Shirt, Red, Size: XL #TommyHilfiger https://t.co/t6H7jM5qVy via @eBay https://t.co/…\n
1864                                                                                                                                                                       RT @CallbridgeO: Please @Apple remove "Call Popup" introduced in 10.3. 1000's #ios #developper impacted. Why not just add "Call perm… \n
1865                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/esHTkLnNKk\n
1866                                                                                                                                                                 @ComplicitOwl @LegendaryLass @amazon if a gamestop employee is punished because someone returns a brand new game, t… https://t.co/qgtvNaJUJF\n
1867                                                                                                                                                                                     RT @Disney: Get your paws dirty and explore in @Disneynature's #BornInChina, now in theatres. 🐾 https://t.co/Gia8yGCfa1\n
1868                                                                                                                                                                             RT @Newegg: Enter to win this gorgeous @Corsair GTX 1080 gaming rig armed with an @intel i7, the @htcvive #VR &amp; much more:… \n
1869                                                                                                                                                     More @Synology love in the #HomeDC #vSphere #vExpert \n\n\n\n\n\n\n#DS1817+ with @intel X710-DA2 and @HGSTStorage Ultrastar He8… https://t.co/alEmOdGET2\n
1870                                                                                                                                                                                                                                    @Reuters He has to say that, the N Koreans would laugh if he ruled it out\n
1871                                                                                                                                                                 RT @9999fashion: adidas outdoor Men's Wandertag Jacket, Black, Size: XL #adidas #Windbreaker https://t.co/X3JfUw5zYV via @eBay https://t.co…\n
1872                                                                                                                                                     @AdamBalmer23 @Ryanair hi earn online money if you need money this is 100% works\n\n\n\n\n\n\n\n\n\n\n\n\n\nclick on that link : https://t.co/Rr1O5LDS2K\n
1873                                                                                                                                                                                 Check out Vintage Disneyland 1955 TWA "Rocket to the Moon" Tomorrowland Souvenir Postcard  https://t.co/raXAV6LCI3 via @eBay\n
1874                                                                                                                                            RT @CommonCause: ALEC (which opposes #NetNeutrality &amp; open internet protections) is conveniently funded by @ATT @verizon &amp; @comcast \n\n\n\n\n\n\nhttps:…\n
1875                                                                                                                                                                                                    @ATT hey, do yall have any more tickets for the iheart country music awards in Austin next weekend???😊😊\n
1876                                                                                                                                                                            RT @Google: Say cheese! Today’s #GoogleDoodle celebrates Marie Harel, who's credited with making the first camembert in 1791 🧀… \n
1877                                                                                                                                                                                                ASICS Men's Gel Venture 5 Running Shoe, Black/Onyx/Charcoal, 7 M US ASICS https://t.co/ecw7DxscqM via @amazon\n
1878                                                                                                                                                                 RT @ryancbennettt: Shelby spins. Shouts to mom, has to beat 70. 75!!! Shelby going to SHOWCASE! @PriceIsRight on @CBS #PriceIsRight #ThePri…\n
1879                                                                                                                                                                   @DefLeppard on @Google : Rum Runners piano bar leaves City Market, but isn’t gone for good https://t.co/cFbzNqptCI https://t.co/5oLrWGUPmi\n
1880                                                                                                                                                                             I have just listed: 'Nat King Cole The Touch Of Your Lips 1961 UK vinyl LP W1574', for 15.00 via @amazon https://t.co/FGETII79Hd\n
1881                                                                                                                                                                  RT @DesmondValenzi: I just want to say thank you Walmart. Your wraps have brought a new meaning to my life, keep up the good work. @Walmart\n
1882                                                                                                                                                    @JoyceCarolOates @ReutersUS @Tortured_Verse @Reuters Why is it option instead of the last option reasons\n\n\n\n\n\n\nHe's too s… https://t.co/igSCrnMFvH\n
1883                                                                                                                                                                              My girl @chelseahandler is on FIRE! See her, and meet me, on @netflix tonight.\n\n\n\n\n\n\n#fattyshack https://t.co/GjVRJ0OfG4\n
1884                                                                                                                                                                                                      @Marina_Sirtis @FedEx Like here is the Hungarian Post.\n\n\n\n\n\n\nThe more complicated the better. :(\n
1885                                                                                                                                                                                                   New Balance Men's MT410V4 Trail Shoe, Black/Silver, 7 D US New Balance https://t.co/B1GXRYwD66 via @amazon\n
1886                                                                                                                                                                 RT @scshenoy: Most trending status on @facebook profile for last 24 hours ."..........Watching bahubali2 at....." @ssrajamouli @ndtv @Twitt…\n
1887                                                                                                                                                                               RT @verapratt76: @ChristieZizo @DanRather @netflix Love, love "The Crown" It sucks we have to wait so long for the 2nd season.\n
1888                                                                                                                                                                RT @carolecadwalla: Yes. Dear @facebook. Can you pls check &amp; see what false accounts operated pre-Brexit? That was our democracy, you k… \n
1889                                                                                                                                                                                                    Look, Ma, bacteria! So satisfying to SEE the results! @Colgate #ShakeCleanSee #Ad https://t.co/ZM5HUZOQK5\n
1890                                                                                                                                                                   @kenrentz @Reuters So you think allowing the psychopath to develop weapons = "not being baited". lol call me when you get back to reality.\n
1891                                                                                                                                                                                                                                             @Apple "doesn't pull arm hair" my ass... https://t.co/x7KTI20016\n
1892                                                                                                                                                                 RT @intel: Meet The Future. He knows everything in the universe, like whether or not you should stick to your day job. https://t.co/UNn22PS…\n
1893                                                                                                                                                                                  Tell @Chrysler, @StateFarm, @WellsFargo, &amp; Others to Stop Sponsoring Deadly Iditarod! https://t.co/jJJW78R3DC via @PETA\n
1894                                                                                                                                                                            Check out Onion River Pottery Winooski VT Mug or Cup Seascape with Boat, Dock &amp; Lighthouse  https://t.co/F8tt9LHYSu via @eBay\n
1895                                                                                                                                                                                                            RT @williamlegate: @Reuters Please then, for the national security of our country… please resign.\n
1896                                                                                                                                                                                                  #Mlp My Little Pony #Beach Towel / Bath Towel Terry 100% Cotton NWT 28" x 58" https://t.co/TmQmo6mY1d @eBay\n
1897                                                                                                                                                                       @Starbucks Great crew at #Gilroy location on Camino Arroyo store 11069 super friendly, welcoming, and know me by name!! #HappyCustomer\n
1898                                                                                                                                                                                                       Check out 1916 GERMAN ARMY POSTCARD, CENSORED, STAMPED June 12,1916  https://t.co/pHneL4dGut via @eBay\n
1899                                                                                                                          #WeWantEyewitnessSeason2\n\n\n\n\n\n\nHeyy..read above👆 @Showtime  @heretv @HereMediaInc @hulu @netflix @amazon \n\n\n\n\n\n\n@AmazonVideo \n\n\n\n\n\n\n#EyewitnessTwitterParty54\n
1900                                                                                                                                                                                                                                                Yo @McDonalds, bring back the Nintendo 64 game stations. Thx.\n
1901                                                                                                                                                                                                         RT @Disney: Herc is on a roll in this "Zero to Hero" side-by-side! 💪⚡️ #TBT https://t.co/bi2sS1eWon\n
1902                                                                                                                                                                           RT @Reuters: From Syria to North Korea, Trump’s 'America First' philosophy is colliding with the harsh reality of a world in flu… \n
1903                                                                                                                                                                 RT @AdamSchefter: First time in 10 years that @Starbucks forgot to fasten lid on venti. When I went to drink my coffee, I wore my coffee. G…\n
1904                                                                                                                                                                  Leybold TMP-361C Turbo Pump ISO160, Rebuilt By Provac Sales, Inc. #Leybold https://t.co/RcrC4UGu86 via @eBay #Turbopump @provacsalesinc #RT\n
1905                                                                                                                                                                 @Yahoo Please help me log back into my account, I've been trying for days. I have been in contact with @YahooCare b… https://t.co/jAEs1pgRiG\n
1906                                                                                                                                                             @brenu92 @facebook I don't know about that, but tks Brenita! Did u email that address I gave u? &amp; did u happen to i… https://t.co/T7cZPs749k\n
1907                                                                                                                                       RT @Amy_Siskind: Trump's @Reuters interview:\n\n\n\n\n\n\n*he hates the job (and misses driving?)\n\n\n\n\n\n\n*he finally found someone he can identify with (Kim Jo…\n
1908                                                                                                                                                                                                                           best commercial rn is @ATT @mark_wahlberg "you got that right kid show thing" 😂😂\n
1909                                                                                                                                                                                   Check out ⭐NEW⭐Victoria's Secret 💗 PINK 💗lace-UP Varsity Graphic Crew Black/White, Small https://t.co/3YqdTCa2pb @eBay\n
1910                                                                                                                                                                                                                                              @ManMadeMoon @mute @netflix Thanks, hope they'll do so soon! :)\n
1911                                                                                                                                                                                            @Cgrosen324 @SeanEMarshall @Reuters Agree, just don't deflect that 1 side is perfect and one is Satan. That's all\n
1912                                                                                                                                          .@TheDefenders is coming to @netflix in August!\n\n\n\n\n\n\nhttps://t.co/heHpyKS3OJ\n\n\n\n\n\n\n@JessicaJones @Daredevil @MarvelIronFist… https://t.co/iBn6o5uy7g\n
1913                                                                                                                                       RT @NetflixLifee: .@CWJaneTheVirgin season 3 hits @netflix in May! \n\n\n\n\n\n\nhttps://t.co/lupzhkzPxH\n\n\n\n\n\n\n@AndreaNavedo @justinbaldoni @yaelgrobglas @ivo…\n
1914                                                                                                                                                                             RT @Reuters: EXCLUSIVE: Trump reflects on his #First100days, says he thought being president would be easier than his old life… \n
1915                                                                                                                                                                                                       RT @mkrigsman: Men, women, and AI\n\n\n\n\n\n\n\n\n\n\n\n\n\n-- @fcc_cio @mdennedy @Cisco #CxOTalk #AI\n
1916                                                                                                                                                                                Check out #HaegerPottery Green Two Handled Urn Vase 4.5"  Vintage Small Ware 1741 w/ Label  https://t.co/ftCeYwDxwp via @eBay\n
1917                                                                                                                                                                                                       RT @mkrigsman: Men, women, and AI\n\n\n\n\n\n\n\n\n\n\n\n\n\n-- @fcc_cio @mdennedy @Cisco #CxOTalk #AI\n
1918                                                                                                                                                                                                               How @amazon ’s $250-mn bet Junglee became a mere test bed\n\n\n\n\n\n\nhttps://t.co/MZI0BtNXYz\n
1919                                                                                                                                                                                                                                       @Reuters Damn, Reuters...you've REALLY started carrying trump's water.\n
1920                                                                                                                                                                             RT @Google: Run, turn, float and feel the beat. @Within’s #WebVR Experiment, Under Neon Lights, brings a @ChemBros hit to life… \n
1921                                                                                                                                                                                Check out AN ALIEN LIGHT, NANCY KRESS, 1987, ARBOR HOUSE *1ST BC EDITION* HCDJ, VINTAGE SC  https://t.co/rSO2upxj1W via @eBay\n
1922                                                                                                                                                                                                                                              @CocaCola Baked potato, tomato salad, and a coke? Seriously...?\n
1923                                                                                                                                                                 Where @Microsoft can I get info/help setting @Google email up in @Outlook 2010? Keep getting "530 5.7.0 Must issue a STARTTLS command first"\n
1924                                                                                                                                                                           RT @Reuters: From Syria to North Korea, Trump’s 'America First' philosophy is colliding with the harsh reality of a world in flu… \n
1925                                                                            @KelloggsUS\n\n\n\n\n\n\nHere we go\n\n\n\n\n\n\nHere we go\n\n\n\n\n\n\nHere we go\n\n\n\n\n\n\nSteelers, Here we go....\n\n\n\n\n\n\nPittsburgh's let's go to the Super Bowl\n\n\n\n\n\n\n#TeamSaturdayEntry 🏈🏈🏈🏈🏈🏈🏈🏈🏈\n
1926                                                                                                                                                                                                                                                I'm at @BankofAmerica in Abingdon, MD https://t.co/avGfUKgy2U\n
1927                                                                                                                                                                                   Check out NEW Super Duty Truck Scale 85,000 lb cap. (NTEP / Legal for trade) 10' x 12'   https://t.co/5FVNgyrZgX via @eBay\n
1928                                                                                                                                                                                                                       @exxonmobil  do better.  we live here, and we're watching you. https://t.co/nz7YbOg7Yw\n
1929                                                                                                                                            RT @CommonCause: ALEC (which opposes #NetNeutrality &amp; open internet protections) is conveniently funded by @ATT @verizon &amp; @comcast \n\n\n\n\n\n\nhttps:…\n
1930                                                                                                                                                                  Shesh, what a disaster Apple TV is with 2 factor authentication. Lovely way to spend the evening putting a password in using a D-pad @Apple\n
1931                                                                                                                                                                                                                    Check out MODernism Framed art print ( Weller, Vespa, Mod ) https://t.co/qvbua9Gryr @eBay\n
1932                                                                                                                                                                         RT @klueckeman: We're not just using @salesforce internally, we're including @trailhead in our instruction @MaryvilleU #HESummit17… \n
1933                                                                                                                                                                                              RT @YinCrescent: This is how you eat a big mac.\n\n\n\n\n\n\n@Wendys @McDonalds #wendys https://t.co/k5Z2AbNpCs\n
1934                                                                                                                                                                             RT @Reuters: EXCLUSIVE: Trump reflects on his #First100days, says he thought being president would be easier than his old life… \n
1935                                                                                                                                                                                                               RT @zachbraff: When @netflix tries to cancel you, but the fans say no. https://t.co/dtT2MZNpCx\n
1936                                                                                                                                                                 @SportsNation @Toyota You could ask "Who will suck the least" since nobody really seems to think these guys are fra… https://t.co/jKGmN7WXgI\n
1937                                                                                                                                                                                  Check out 1960 - 1970 Laughing Buddha Clamper Bracelet Large Molded Resin Centerpiece 2"  https://t.co/l9CXI9TLaz via @eBay\n
1938                                                                                                                                                                        RT @ReutersPolitics: LISTEN: In exclusive interview with @Reuters, Trump said a major conflict with North Korea was possible. More:… \n
1939                                                                                                                                                 RT @sveback: Not sure exactly what these look like cause I'm colorblind, yet love them! @Nike \n\n\n\n\n\n\n#inspiration #blessedup\n\n\n\n\n\n\n#shoegame… \n
1940                                                                                                                                                                                            Check out Vintage Butterfly w/7.5" Chain CHINESE REPLICA Signed SI ALVA MUSEUM  https://t.co/jq0ujdln9I via @eBay\n
1941                                                                                                                                                                 @Reuters Canada is burning lots more gasoline than normal, gasoline export to South America way up. No flights to A… https://t.co/0rq1YDe8Fl\n
1942                                                                                                                                                                           RT @ReutersUS: EXCLUSIVE: Trump tells @Reuters there is a chance of 'major, major conflict with North Korea' in 100 days interview\n
1943                                                                                                                                                                          You knew what you were getting, @RNC. But you chose incompetence and greed. YOU. CHOSE. THIS.  https://t.co/36KscrtUmm via @Reuters\n
1944                                                                                                                                                                                                       thanks alot @McDonalds for putting hairs in my double cheeseburger\n\n\n\n\n\n\n\n\n\n\n\n\n\nassholes\n
1945                                                                                                                                                                            RT @TMobile: Pack the @SamsungMobileUS #GalaxyS8 for your next adventure. 📷 IG: Niki Csanyi\n\n\n\n\n\n\nhttps://t.co/4lSzWkoQzw\n
1946                                                                                                                                                                         “When you innovate, you’ve got to be prepared for people telling you that you are nuts,” says Larry Ellison, the founder of @Oracle.\n
1947                                                                                                                                                                 RT @amazon: "Then we has a race to see who could cash the most cars. Grandpa LOST!!!" #AmazonReviews https://t.co/a1SSHCuHkr https://t.co/P…\n
1948                                                                                                                                                                         Check out MacBook Air 11" Trackpad moving on its own? Not clicking? Cracked? Repair Now! #ForApple https://t.co/y5zy7fUcB3 via @eBay\n
1949                                                                                                                                                                      Today, @Google celebrates French cheesemaker Marie Harel (1761-1844), reputed co-inventor of Camembert cheese!… https://t.co/qFDK2WAe2c\n
1950                                                                                                                                                                                                                                             @BobbieHill @Reuters Its freaking awesome, top five I have seen.\n
1951                                                                                                                                                                              Check out Super Mario World (Super Nintendo, SNES, 1991) Cartridge Only Tested &amp; Working  https://t.co/WMc9gzTSz3 via @eBay\n
1952                                                                                                                                                                 RT @comcast: There's widespread consensus on #netneutrality protections, and we support them. Read more: https://t.co/f7yQ0H2ypP https://t.…\n
1953                                                                                                                                                                 Check out Nail Art Sparkle 8 Colors Bling Shine Dazzling Art For Your Nails Manicure Art  https://t.co/RmeMsdsOZu via @eBay\n\n\n\n\n\n\n...\n
1954                                                                                                                                                       🙏🏿🙏🏿😂👍🏿👍🏿🇺🇸⚡️ “What President Trump thinks about his first 100 days in office” by @Reuters\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/fJeABr7ryX\n
1955                                                                                                                                                                                                 U.S. Senate confirms Acosta to head Labor Department https://t.co/6G0nPvxrl5 via @Reuters\n\n\n\n\n\n\n#MAGA\n
1956                                                                                                                                                                 RT @Reuters: MORE: Trump wants to renegotiate or terminate 'horrible' trade deal with South Korea, wants it to pay for $1-billion THAAD mis…\n
1957                                                                                                                                                         RT @Yshop01: Thailand's hill tribe doll: orange clothes  #Dolls \n\n\n\n\n\n\nhttps://t.co/TjTrFbMoLl\n\n\n\n\n\n\nvia @eBay https://t.co/u4AUA2BXZZ\n
1958                                                                                                                                                                                          @henrikwagner73 That phrase was coined by @rkbarboza204 , she really got the circle of trust going from @Intel @SAP\n
1959                                                                                                                                                                       RT @CallbridgeO: Please @Apple remove "Call Popup" introduced in 10.3. 1000's #ios #developper impacted. Why not just add "Call perm… \n
1960                                                                                                                                                                        RT @ReutersPolitics: LISTEN: In exclusive interview with @Reuters, Trump said a major conflict with North Korea was possible. More:… \n
1961                                                                                                                                                                                           If ya got extra $, go to @Pinkberry and eat the Power Berry. Buy @DrPepper cans. Find the exclusive @Walmart toys.\n
1962                                                                                                                                                                       "For every @chariot in service, it takes 25 cars off the road" - @Ford CEO on the future of mobility in cities https://t.co/9GvVBhHTxU\n
1963                                                                                                                                                                                             RT @Reuters: In first 100 days, a reversal of fortune for Trump favorites on Wall Street https://t.co/5XixH4DNaG\n
1964                                                                                                                                                                               RT @Reuters: In exclusive interview about his #First100Days, Trump says 'major, major' conflict with North Korea is possible… \n
1965                                                                                                                                                                                                            Hey @netflix MTV fucked up, can you help out pls? #NetflixBuySweetVicious https://t.co/gaE7ARZRwm\n
1966                                                                                                                            RT @AngelStallings1: @planetmuzicktv Thandi's Love is available for purchase @amazon @AmazonUK \n\n\n\n\n\n\nPaperback- $14.95\n\n\n\n\n\n\ne-book- 2.99\n\n\n\n\n\n\nRead Free… \n
1967                                                                                                                                                                                                      Meanwhile, @netflix Want to pick up one of the best and most influential shows? #NetflixBuySweetVicious\n
1968                                                                                                                                                                     RT @franceintheus: Today's @Google Doodle celebrates #French dairymaid Marie Harel, who’s credited with making the first #camembert ch… \n
1969                                                                                                                                                     #FORSALE\n\n\n\n\n\n\nCheck out NWT New Directions Sz Large Knit Top Tunic 3/4 Sleeves Black Coral Aztec Print  #Tunic https://t.co/vxB0ykTVp0 via @eBay\n
1970                                                                                                                                                                                               RT @Reuters: In this week's 'Taking the Shot,' photographer @damirsagolj takes inside North Korea. See more:… \n
1971                                                                                                                                                                             RT @intel: Connect legacy machines, such as this Heidelberg printing press, via an Intel IoT Gateway for real-time data analys… \n
1972                                                                                                                                                              .@SUSE partner @IBM is designing the right mix for innovation, efficiency &amp; growth. #SUSEReady products found here… https://t.co/UqJm4izMyE\n
1973                                                                                                                                                                           RT @pscoordsen13: @57Veronica @netflix Always NO other show compares #BatB for #FeelGoodFriday and EVERY day, any time thanks to… \n
1974                                                                                                                                                                                                      RT @kingsleyyy: Hi @McDonalds.\n\n\n\n\n\n\n\n\n\n\n\n\n\nWelcome to your tape. https://t.co/tAS2q0ktqS\n
1975                                                                                                                                                                 @comcast We know you will follow the bottom line, not what's best for the public. Wouldn't expect otherwise but tha… https://t.co/J4RoJljb8R\n
1976                                                                                                                                                                 RT @Chatelaine: Top aluminum-free picks for your pits from @SajeWellness, @adidas, @NUXE, and more: https://t.co/MCp7T0Jh2l https://t.co/SQ…\n
1977                                                                                                                                                                 RT @Audi: A quick refresher course on driving. #DriversReEd\n\n\n\n\n\n\n\n\n\n\n\n\n\nIf you're losing traction in the mud, what do you do?\n
1978                                                                                                                                                                                                               RT @godfoca: Dear @bookingcom, it's not a surprise if I pre-book it 😛 https://t.co/wgUhysB4Yp\n
1979                                                                                                                                                                          ⚡️ “What President Trump thinks about his first 100 days in office” por @Reuters\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/G9bvEQmsPT\n
1980                                                                                                                                                                         RT @Microsoft: This week, our global customers showed how they're driving real business transformation at #DigitalDifference in NY… \n
1981                                                                                                                                                                       RT @AKeizerRN: It's all about the III strips!\n\n\n\n\n\n\n#FantasyExperience @adidas @ProCamps @CoachBillSelf https://t.co/o28NsWkV1W\n
1982                                                                                                                                                                        Damn @Heineken is just killing the advertisement game! Everybody else go home! WOW!! #Diversity \n\n\n\n\n\n\nhttps://t.co/0cbOcqxnY5\n
1983                                                                                                                                                                          Check out Patricia Paris Italian Scarf 30"x30"  Beige Navy Green Gold ,Cherub/Angel Themed #Scarf https://t.co/zhlnD4Sjen via @eBay\n
1984                                                                                                                                                                                                            @iammobilebob @adidas Now now, just because you're trying to match @SRMThoughts's Blue Devils....\n
1985                                                                                                                                               BRAZIL STOPPED\n\n\n\n\n\n\nGREVE GERAL\n\n\n\n\n\n\n@Reuters @lemondefr @TheEconomist @CNN @el_pais @nytimes @guardian @portaldaband… https://t.co/GpviDrJBVN\n
1986                                                                                                                                                    .@sswipe @Reuters @realDonaldTrump 👆👆 W T H is this, Mr. Trump?!\n\n\n\n\n\n\nWhile Boeing Lays Off Great Engineers, the Tesla… https://t.co/A89m90b9oV\n
1987                                                                                                                                                                                        Check out Vintage Levi's Jeans Flare Bottom Bell Bottom SF 207 37" X 33" Orange Tab 70s https://t.co/I49M4SBJNt @eBay\n
1988                                                                                                                                                                                Check out Tungsten Titanium Carbide Coated Bit 1/8" CNC PCB Engraving Router Mill V shape   https://t.co/Msg6tcHtNV via @eBay\n
1989                                                                                                                                                                                           RT @Reuters: North Korea test-fires ballistic missile, appears to have failed: South Korea https://t.co/ahHzhLzLpp\n
1990                                                                                                                                                                                                                        Iaso Tea Sale - 1 Month Supply 4 pack', for 35.99 via @amazon https://t.co/vQY5ohZzUA\n
1991                                                                                                                                                                 RT @tedgeoghegan: Fans of CHEAP THRILLS, take note! Director @EVANLKATZ's amazing new film, SMALL CRIMES, lands on @netflix tomorrow! https…\n
1992                                                                                                                                                                 @Marina_Sirtis @FedEx LOL, Canada Post does not do local sorting, all mail gets sent 2 a regional sorting center, t… https://t.co/KQCAAPQ9HI\n
1993                                                                                                                                                                                          RT @Luminosity48: "Doesn't matter what you do in life. Just be the best at it." -random BMW commercial. Thanks @BMW\n
1994                                                                                                                                                                  RT @Jenelle120: @CrimMinds_CBS @CBS listen, if you are serious about season 13 of Criminal Minds, you NEED to bring back Thomas Gibson. We…\n
1995                                                                                                                                                                  RT @Jenelle120: @CrimMinds_CBS @CBS listen, if you are serious about season 13 of Criminal Minds, you NEED to bring back Thomas Gibson. We…\n
1996                                                                                                                                                                                           RT @Reuters: North Korea test-fires ballistic missile, appears to have failed: South Korea https://t.co/ahHzhLzLpp\n
1997                                                                                                                                                                  RT @Jenelle120: @CrimMinds_CBS @CBS listen, if you are serious about season 13 of Criminal Minds, you NEED to bring back Thomas Gibson. We…\n
1998                                                                                                                                                                  RT @Jenelle120: @CrimMinds_CBS @CBS listen, if you are serious about season 13 of Criminal Minds, you NEED to bring back Thomas Gibson. We…\n
1999                                                                                                                                                                  RT @Jenelle120: @CrimMinds_CBS @CBS listen, if you are serious about season 13 of Criminal Minds, you NEED to bring back Thomas Gibson. We…\n
2000                                                                                                                                                                  RT @Jenelle120: @CrimMinds_CBS @CBS listen, if you are serious about season 13 of Criminal Minds, you NEED to bring back Thomas Gibson. We…\n
2001                                                                                                                                                                        All I want is a bag of @Doritos that plays music from @MarvelStudios' GotG 2, but apparently for @amazon that is too much to ask for.\n
2002                                                                                                                                                                                                                                Highly recommend watching @Heineken ad "Worlds Apart". Sit and have a beer 👏\n
2003                                                                                                                                                                     RT @FIRSTweets: Tag yourself! A massive 360° photo was taken last night at #FIRSTChamp (thx to @BAESystemsInc, @Boeing &amp; @nvidia):… \n
2004                                                                                                                                                                Bought on Wednesday 27th @Tesco . Still in date, come to use them tonight, had to throw the lot😡. Unfortunately don… https://t.co/FOYvpxAhnO\n
2005                                                                                                                                     RT @cosmeticsoulss: 🦄 ✨ 🦄 ✨ 🦄\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Starbucks Unicorn Frappe collab with some talented friends! All of their accounts will be tagged below!… \n
2006                                                                                                                                                                    The new @netflix series #13ReasonsWhy is sparking conversations about suicide, @news8madalyn has more: https://t.co/jEXONOJmkw #WKBTNews8\n
2007                                                                                                                                                                        RT @ReutersPolitics: LISTEN: In exclusive interview with @Reuters, Trump said a major conflict with North Korea was possible. More:… \n
2008                                                                                                                                                                  RT @Jenelle120: @CrimMinds_CBS @CBS listen, if you are serious about season 13 of Criminal Minds, you NEED to bring back Thomas Gibson. We…\n
2009                                                                                                                                                                                                       Trump's faulty trade math may not make America greater, or richer https://t.co/ObprfU1JqO via @Reuters\n
2010                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/VQ8q1EbDHi\n
2011                                                                                                                                                                           RT @Reuters: From Syria to North Korea, Trump’s 'America First' philosophy is colliding with the harsh reality of a world in flu… \n
2012                                                                                                                                                                        RT @ReutersPolitics: LISTEN: In exclusive interview with @Reuters, Trump said a major conflict with North Korea was possible. More:… \n
2013                                                                                                                                                                                                                                             RT @BradyADesigns: @impactsamr @adidas @SansTheIII NICE "AD"! ;)\n
2014                                                                                                                                                                Dear @Disney! I deserve this. I've been Captain Jack for last 11 Halloweens &amp; go to @Disneyland every week, haha… https://t.co/8w6f7KKf7p\n
2015                                                                                                                                                                                          RT @Disney: Mondo's "Never Grow Up: A Disney Art Show" Opens Today: https://t.co/OERZ830K7N https://t.co/KbuRuXhplJ\n
2016                                                                                                                                                                            @TenDem @Costco i had a checkbook in the car but the person’s face when I suggested I could be right back told me No, I wouldn’t.\n
2017                                                                                                                                                                                         Beautiful Pyrite (Iron Pyrite, Fool's Gold) With Quartz Vein Mineral Specimen... https://t.co/iYVb8owz7O via @amazon\n
2018                                                                                                                                                                               RT @ronancollins: Really @TripAdvisor Are you serious? There no 'Things To Do' in Knob Lick, Missouri? https://t.co/7kuPAIzwmm\n
2019                                                                                                                                                                   RT @coreyreynoldsLA: @Reuters This sounds like a guy talking about setting up a tent ⛺️, not a guy talking about being the President. 🤦… \n
2020                                                                                                                                                                                Check out Hand Painted Mark Roberts Ceramic Decorative Oriental Style w/Birds Plate 10.25"  https://t.co/laiwjgjLcx via @eBay\n
2021                                                                                                                                                                                               @Reuters #Mercer #Darkmoney #UnKoch my campus #DumpDevos . "Dark Money" very enlightening book by #JaneMayer .\n
2022                                                                                                                                                                                       Check out Secret Clinical Strength Smooth Solid AP/Deodorant w/ Olay, 1.6 oz #Secret https://t.co/X5NCSKykCQ via @eBay\n
2023                                                                                                                                                                  "My first time EVER was amazing. Location is sterile, clean and tranquil. Staff was courteous, professional and..." @Groupon #HappyCustomer\n
2024                                                                                                                                                                            RT @Google: With the #GoogleAssistant as your ultimate partner for #InternationalDanceDay tomorrow, you are the dancing queen →… \n
2025                                                                                                                                                                                Check out "I Love Berlin" Germany Bear Info Style Mug Han Made, Made In Europe #StyleMugLLC https://t.co/i837uPln4T via @eBay\n
2026                                                                                                                                                                           This is indicative of a problem. @Yahoo has been struggling (as they relevant), yet look at the CEO pay... https://t.co/TO4CIBgHab\n
2027                                                                                                                                                                 RT @comcast: There's widespread consensus on #netneutrality protections, and we support them. Read more: https://t.co/f7yQ0H2ypP https://t.…\n
2028                                                                                                                                                                                         RT @justicefiguero: IF HARDSHIP GOT YOU DOWN, GET UP #RenewTheGetDown @netflix @SonyPictures https://t.co/9zt6NmtYBo\n
2029                                                                                                                                                                                          Check out Tinker Bell Lenox Porcelain "Pixie Heart" Disney Fairies Figurine #647  https://t.co/dkc7Bt0xdx via @eBay\n
2030                                                                                                                                                             Just trying to activate my new @XFINITY box and this pops up &amp; can't get out of it. I give up, when is my @amazon F… https://t.co/V4A9KkI7o2\n
2031                                                                                                                                                                                              RT @Reuters: During Trump's #First100Days in office, some Muslim Americans say they are still wary. See more:… \n
2032                                                                                                                                                                                                                                  @CollegeHumor @CocaCola If that's "coke life" than is regular "coke death"?\n
2033                                                                                                                                                             @toriscake @netflix \n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/7yHyh7AhIH\n\n\n\n\n\n\n@netflix @hulu @MTV\n
2034                                                                                                                                                                 @GSK There should have been a question mark in that tweet, but you'll forgive me: I'm a little under the weather, b… https://t.co/3DNLhGjDeu\n
2035                                                                                                                                                                                                              @TexMex74 @kroger It is walking distance so felt it was easy but holy heck, I am so grossed out\n
2036                                                                                                                                                                  @Supertexting @TespGames @JPM_NY @Reuters @ReutersGraphics If the GOP numbers don't improve by midterms, the party… https://t.co/7nw2RTWumc\n
2037                                                                                                                                                                                              RT @VW: Versatility starts here. With the #VW #Tiguan, almost nothing is out of bounds. https://t.co/5Zovak5qBF\n
2038                                                                                                                                                                                              RT @VW: Versatility starts here. With the #VW #Tiguan, almost nothing is out of bounds. https://t.co/5Zovak5qBF\n
2039                                                                                                                                                                                              RT @VW: Versatility starts here. With the #VW #Tiguan, almost nothing is out of bounds. https://t.co/5Zovak5qBF\n
2040                                                                                                                                                                                              RT @VW: Versatility starts here. With the #VW #Tiguan, almost nothing is out of bounds. https://t.co/5Zovak5qBF\n
2041                                                                                                                                                                                              RT @VW: Versatility starts here. With the #VW #Tiguan, almost nothing is out of bounds. https://t.co/5Zovak5qBF\n
2042                                                                                                                                                                  Don't worry, he only nibbles! Ready for the Yeti by Mia Fox https://t.co/b6X2UyxxCd via @amazon #romance #erotica #humor #womenslit #kindle\n
2043                                                                                                                                                                                         RT @BMW: Time to freshen up and go for a ride. #BMW \n\n\n\n\n\n\n📷 https://t.co/qowT4Tw1iK https://t.co/qPp6CQloel\n
2044                                                                                                                                                                 RT @NewTrainMedia: Check out RETRO comic books 12 month subscription, includes candy/trading cards/movies  https://t.co/WvNliKQOQs via @eBay\n
2045                                                                                                                                                                        RT @Oracle: An integrated #cloud of #SaaS, #PaaS &amp; #IaaS delivers power beyond the sum of each layer, says Oracle’s Steve Daheb… \n
2046                                                                                                                                                                 RT @Reuters: WATCH: Trump voters in Middleton, Ohio share their thoughts on his #First100Days. See more: https://t.co/B4S3Z1Bz6b https://t.…\n
2047                                                                                                                                                             Today, fuck @Citi, whose analysts live up to every Wall St. dickhead stereotype. \n\n\n\n\n\n\n  https://t.co/RZuYPAslxk https://t.co/LMO5waxuXQ\n
2048                                                                                                                                                                              @DearWhitePeople is literally taking my everyday thoughts and putting it on a screen for all to see, damn @netflix is too good.\n
2049                                                                                                                                                                         @BlackRock_News @blackrock Larry Larry Larry \n\n\n\n\n\n\nis Your #Alladin Really \n\n\n\n\n\n\nthat Good ? https://t.co/glpYNZrpKe\n
2050                                                                                                                                                                                                                                      @ATT And everyone gets unlimited home internet, except me #TheException\n
2051                                                                                                                                                                           RT @OfficialLivePD: Show your #LivePD pride with this new T-shirt and exclusive sticker bundle, available now. Only on @amazon -… \n
2052                                                                                                                                                                                                                                  Roses are red, violets are blue, Hey @Wendys, @McDonalds is better than you\n
2053                                                                                                                                                                 RT @FastCompany: This new $17,000 Jump camera from @Google aims to democratize VR content creation https://t.co/LFptgmQMW2 https://t.co/oYs…\n
2054                                                                                                                                                     RT @NewsX: #Online retailing giant #Amazon evaded $141 million in #taxes: Italian authorities\n\n\n\n\n\n\n@amazon \n\n\n\n\n\n\nhttps://t.co/ZNwA20UTMG\n
2055                                                                                                                                                                 RT @ColMorrisDavis: Thanks @Reuters for the invite to #WHCD2017 pre-party ... after yrs of mocking "Nerd Prom" I should be eating a super-s…\n
2056                                                                                                                                                                 RT @smokesangel: Never use @bookingcom  Would not let me change dates, no refunds and by the time I even got a hold of an operator they'd a…\n
2057                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/PrFlQauwtU\n
2058                                                                                                                                                                 RT @9999fashion: Adidas Climalite Men's ESS Track Pants, Gray/Green #adidas #Pants https://t.co/3v0zKKiYFr via @eBay https://t.co/d16jUo6T6o\n
2059                                                                                                                RT @alexvndersmith: Girl: "@KendallJenner can't mess up more than the @pepsi commercial"\n\n\n\n\n\n\n\n\n\n\n\n\n\n@KendallJenner : "Hold my Pepsi"\n\n\n\n\n\n\n\n\n\n\n\n\n\n#fyrefestival\n
2060                                                                                                                                                                       #13ReasonsWhy: Canadian schools ban all talk, issue warnings about the @netflix... https://t.co/wTgCLO9RVT by… https://t.co/ardy9Bda5l\n
2061                                                                                                                                                                 @nitanotherdrink @SurviveClevelan @psgamer92 @LCDougherty @kato3000 @DearWhitePeople @netflix Nothing, Repubs are s… https://t.co/4I1Xzib5so\n
2062                                                                                                                                                                                         Necklace Gold, Black Jade Necklace, Gold Pendant, 18K Gold Necklace 18" from ... https://t.co/8wZ5Wb2usI via @amazon\n
2063                                                                                                                                                                                                                                 RT @taylorswift13: Thanks @ATT, this is gonna be fun https://t.co/dS0qPTIutF\n
2064                                                                                                                                                                           RT @ReutersUS: EXCLUSIVE: Trump tells @Reuters there is a chance of 'major, major conflict with North Korea' in 100 days interview\n
2065                                                                                                                                                                                                    Check out "Tiny" Chihuahua Ty Beanie Baby with RARE Misspelled Tag! #Ty https://t.co/Voa735KiwM via @eBay\n
2066                                                                                                                                                                  @Disney So they will all be women of color, more specifically black women? I'm not sure if this is a hint toward a… https://t.co/bgUJXnSbCx\n
2067                                                                                                                                                             RT @krisv_723: @McDonalds, I gave you the best years of my life &amp; you replace me with someone younger, more effervescent! This is betrayal.…\n
2068                                                                                                                                                                                Check out 2016 World Series Champions, Chicago Cubs - High Polish Chrome ZIPPO LIGHTER-NEW  https://t.co/oGw0NnbFfz via @eBay\n
2069                                                                                                                                                                                                                                        RT @Nike: @MattBooms Think he can hit the game-winner, @nikefootball?\n
2070                                                                                                                                                                 RT @BlakeRoller: Very displeased to hear that @McDonalds is getting rid of the  orange lava burst Hi-C next week to replace it with soda, I…\n
2071                                                                                                                                                                                           RT @mkrigsman: Consider ethics vs morality in #AI\n\n\n\n\n\n\n\n\n\n\n\n\n\n-- @fcc_cio @mdennedy @Cisco #CxOTalk\n
2072                                                                                                                                                                                           VIDEO: Self-checkout thieves allegedly stole $1,100 from @Walmart. https://t.co/PoLdJeuJpP https://t.co/eJdUT6RBOb\n
2073                                                                                                                                                    RT @OracleCloud: How can you better understand if @Oracle #IaaS is the right solution for you, if not from the customers themselves?\n\n\n\n\n\n\n https…\n
2074                                                                                                                                                                                        RT @jotajessie: @netflix @OITNB HACKERS ARE LITERALLY RUINING ALL YOUR HARD WORK SO PLEASE DO SOMETHING, I AM BEGGING\n
2075                                                                                                                                                                                                                                                        Check out  WICKER "CAR" https://t.co/zEPNCcfJ0O @eBay\n
2076                                                                                                                                                                                 RT @BoingBoing: Welp, here's an ice cream sex video from '@BillNyeSaves the World' on @netflix. 🌈👏 https://t.co/ggEfoR2wQe\n
2077                                                                                                                                                                                                                              If I go into a @McD_Detroit with a @McDonalds shirt on, do I get a discount? 🤔\n
2078                                                                                                                                                                                                         RT @Disney: Herc is on a roll in this "Zero to Hero" side-by-side! 💪⚡️ #TBT https://t.co/bi2sS1eWon\n
2079                                                                                                                                                                                             RT @Disney: .@HaileeSteinfeld, @KelseaBallerini, and @SofiaCarson Will Perform Britney Spears Medley at #RDMA:… \n
2080                                                                                                                                                                                 RT @HokieTed: @FedEx @Zurich_Classic Uh, don't really care, but since this showed up in my feed I felt compelled to respond.\n
2081                                                                                                                                                                                                                    RT @RealRakhmetov: Well to their credit, @Heineken isn't @pepsi . https://t.co/cppnWdRKI9\n
2082                                                                                                                                                                               RT @ronancollins: Really @TripAdvisor Are you serious? There no 'Things To Do' in Knob Lick, Missouri? https://t.co/7kuPAIzwmm\n
2083                                                                                                                                                                               RT @ronancollins: Really @TripAdvisor Are you serious? There no 'Things To Do' in Knob Lick, Missouri? https://t.co/7kuPAIzwmm\n
2084                                                                                                                                                   @_DunAtTheDisco_ @shanedawson \n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/3TVv29RB0p\n\n\n\n\n\n\n@netflix @hulu @MTV\n
2085                                                                                                                                                                                                 Dear @LogoTV &amp; @CBS, can you do a @coachella meets @survivorcbs hybrid titled Fyre Island? #fyrefestival\n
2086                                                                                                                                                                        @lulovee \n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/tudJ0JmbeV\n\n\n\n\n\n\n@netflix @hulu @MTV\n
2087                                                                                                                                                                               RT @ronancollins: Really @TripAdvisor Are you serious? There no 'Things To Do' in Knob Lick, Missouri? https://t.co/7kuPAIzwmm\n
2088                                                                                                                                                                                                                   RT @netflix: The Punisher is back. Locked and loaded.\n\n\n\n\n\n\nhttps://t.co/nGKCa2taEV\n
2089                                                                                                                                       RT @Wulfkat: Hey @McDonalds please ask your franchises not to show @foxnews in your restaurants. Fox is a Russian propaganda channel.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#The…\n
2090                                                                                                                                                                                                                                                                          @Walmart gonna "TRY" to fire me lol\n
2091                                                                                                                                                                                      INK: Box 0-2: Sketches (Book 0), Fine Lines (Book 1) &amp; Vanishing Point (Book 2) https://t.co/QKHjnM1HdF via @amazon\n
2092                                                                                                                                                                               RT @ronancollins: Really @TripAdvisor Are you serious? There no 'Things To Do' in Knob Lick, Missouri? https://t.co/7kuPAIzwmm\n
2093                                                                                                                                                                               RT @ronancollins: Really @TripAdvisor Are you serious? There no 'Things To Do' in Knob Lick, Missouri? https://t.co/7kuPAIzwmm\n
2094                                                                                                                                                                                Check out Vintage Just Friends Moonbeam TEDDY 1990 Plush BEAR Black 12" Stuffed Animal Toy  https://t.co/mWqnnxytfe via @eBay\n
2095                                                                                                                                                                                        RT @_JesseBrogan: Today's a good day. Breakfast all day, Shamrock Shakes, and Self Service. @McDonalds #praisethelord\n
2096                                                                                                                                                                             RT @Google: Run, turn, float and feel the beat. @Within’s #WebVR Experiment, Under Neon Lights, brings a @ChemBros hit to life… \n
2097                                                                                                                                                                 RT @texas_troll: Hey @JohnLegere and @TMobile , how about getting the kids down in RnD to come up with something for spam n scam calls? A n…\n
2098                                                                                                                                                                @hypnotizedcalum \n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/3TVv29RB0p\n\n\n\n\n\n\n@netflix @hulu @MTV\n
2099                                                                                                                                     @AleeceWrites @moryan @carlylane @MTV @hulu \n\n\n\n\n\n\n#SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/3TVv29RB0p\n\n\n\n\n\n\n@netflix @hulu @MTV\n
2100                                                                                                                                                               So disappointed @comcast has decided to drop @wytv &amp; @wkbn from New Castle PA. I live less than 15 miles from y-town, forced to watch PItt\n
2101                                                                                                                                                                                                                                                           @Walmart discount, please! https://t.co/IiOlfm5yp4\n
2102                                                                                                                                                                 Anne Sheehan @CalSTRS, which backs #Item12, said Exxon's letter suggests the voting is at least v close https://t.co/gtVptXn7lJ via @Reuters\n
2103                                                                                                                                                                                                                                 @BMW Does @BMW waste any money on @CNN?\n\n\n\n\n\n\nhttps://t.co/rg91KYO1WL\n
2104                                                                        RT @dj_rocklee: @netflix Amen \n\n\n\n\n\n\nSister Sister\n\n\n\n\n\n\nSmart Guy\n\n\n\n\n\n\nThe Jamie Foxx Show\n\n\n\n\n\n\nHanging With Mr Cooper\n\n\n\n\n\n\nKeenan and Kel\n\n\n\n\n\n\nThe Hughleys\n\n\n\n\n\n\nParent Hood…\n
2105                                                                                                                                                                                 RT @Reuters: At least 15 killed, 300 wounded in Kabul blast: health official https://t.co/l7hJ9nM3vE https://t.co/dvliKYbRWG\n
2106                                                                                                                                                                                 RT @Reuters: At least 15 killed, 300 wounded in Kabul blast: health official https://t.co/l7hJ9nM3vE https://t.co/dvliKYbRWG\n
2107                                                                                                                                                                                 RT @Reuters: At least 15 killed, 300 wounded in Kabul blast: health official https://t.co/l7hJ9nM3vE https://t.co/dvliKYbRWG\n
2108                                                                                                                                                                                                               Come on @netflix, there is only one logical option here. #RenewSense8! https://t.co/SroxvfwsVn\n
2109                                                                                                                                                                                   RT @AddictedToCFC: Last day of @adidas 's contract with Chelsea, it was a brilliant ride together. https://t.co/XPwIHwh1eR\n
2110                                                                                                                                                                                 RT @Reuters: At least 15 killed, 300 wounded in Kabul blast: health official https://t.co/l7hJ9nM3vE https://t.co/dvliKYbRWG\n
2111                                                                                                                                                                 RT @MSGbollyKing: #SaintDr.MSG live every day on @facebook between 8-9 pm, Everyone come and join there. Your idol @Gurmeetramrahim replyin…\n
2112                                                                                                                                                                                  RT @Reuters: Commentary: In standing up to Trump, Europe gets its mojo back https://t.co/yvbEfaaDVj https://t.co/wk17sfSvcS\n
2113                                                                                                                                                                    Dear @Ryanair, please turn off the music, then I might stand a chance at this humming woman not driving me up the wall for 2 hours 😩😩😩\n
2114                                                                                                                                                                                                       RT @Reuters: At least 15 killed, 300 wounded in #Kabul blast - health official https://t.co/3MZn0FZIY6\n
2115                                                                                                                                                                                         Check out Kitty Paws Shoes Silver Glitter Sparkly High Strappy Backless Clear 6" Heels https://t.co/X3groa19xE @eBay\n
2116                                                                                                                                                  @TMobile @JohnLegere Fave swag has 2 b MLB TV Premium &amp; At Bat. Can c all  hometown games again. Big $ saver. TY! \n\n\n\n\n\n\n#Thankiversary #contest\n
2117                                                                                                                                                             RT @catmartti985: I WILL NEVER BUY @Toyota AGAIN!!&gt;touchscreen went out on my 2014 Camry-dealer says "buy a new $1k radio" 👿@ToyotaCustCare…\n
2118                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2119                                                                                                                                                                       RT @Reuters: UPDATE: At least 80 killed, more than 350 wounded in #Kabul blast - Afghan public health ministry https://t.co/n34ixtA01F\n
2120                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2121                                                                                                                                                                 RT @naniof_two: @nonniecapurro @BBQMaui @cindymccain @Disney Actually, #PresidentTrump and ALL the #Trump Family don't drink alcohol. At al…\n
2122                                                                                                                                                                                      @Reuters I am trying to find words, but all I can do is cry and send love to the wounded, the dead, and their families.\n
2123                                                                                                                                                                                     RT @IBM: Finance, energy, supply chain, identity. Learn more about real #blockchain use cases: https://t.co/b6uwo8HkS3… \n
2124                                                                                                                                                                       RT @Reuters: UPDATE: At least 80 killed, more than 350 wounded in #Kabul blast - Afghan public health ministry https://t.co/n34ixtA01F\n
2125                                                                                   RT @hallagullaboy: A mst read report by @Reuters on Modi-Ramdev duo\n\n\n\n\n\n\n\n\n\n\n\n\n\n@bainjal @BDUTT @manakgupta \n\n\n\n\n\n\n\n\n\n\n\n\n\nY not Indian media do such stories?\n\n\n\n\n\n\n\n\n\n\n\n\n\nhtt…\n
2126                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2127                                                                                                                                                                               Check out H&amp;M Embroidered dress "SPRING COLLECTION" Powder beige/Floral SIZE: M-L HM #HM https://t.co/XeTMWlAhco via @eBay\n
2128                                                                                                                                                                         RT @Reuters: MORE: At least 80 killed, 350 wounded in #Kabul blast - health official https://t.co/WBMy7FyeBK https://t.co/O6f2kOF72j\n
2129                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2130                                                                                                                                                                                     Vietnam to sign deals for up to $17 billion in U.S. goods, services: prime minister https://t.co/QcIAi6bRjK via @Reuters\n
2131                                                                                                                                                                      RT @cruelcassius: @netflix I'm also a black queer filmmaker/musician myself so if you're looking for new music, you might like my stu… \n
2132                                                                                                                                                                            Check out Tony Little Cheeks Cork Wedge Heel Sandals, Blue, Size 9 #TonyLittle #PlatformsWedges https://t.co/NuewLWhgMh via @eBay\n
2133                                                                                                                                                                                    RT @adidasZA: @umvsonwvbe @MapsMaponyane @NoMoozlie @adidas @adidasoriginals Hi, please see your DMs with regards to this\n
2134                                                                                                                                       RT @ArmCastPodcast: I get paid to erase problems\n\n\n\n\n\n\n\n\n\n\n\n\n\nDirty Deeds #crime #thriller by Armand Rosamilia https://t.co/JO9G2h6bvb via @amazon http…\n
2135                                                                                                                                                                                            @DILEEPADIAZ @Apple Honestly, I like android. I've freedom of what I want to do. But Apple devices are so smooth.\n
2136                                                                                                                                                                                                    ☞ps2 black slim w/13 games and extras, check it out===great deal☜ #Sony https://t.co/DszCTOkssK via @eBay\n
2137                                                                                                                                                                      RT @Open_Britain: MUST-WATCH: on the day @Theresa_May claims no deal is fine, airline @Ryanair warns of major travel disruption if we… \n
2138                                                                                                                                                                         RT @Reuters: MORE: At least 80 killed, 350 wounded in #Kabul blast - health official https://t.co/WBMy7FyeBK https://t.co/O6f2kOF72j\n
2139                                                                                                                                                                       RT @Reuters: UPDATE: At least 80 killed, more than 350 wounded in #Kabul blast - Afghan public health ministry https://t.co/n34ixtA01F\n
2140                                                                                                                                                                                                                          Ready to cancel @comcast when I get back home, poor customer service, slow services\n
2141                                                                                                                                                                 RT @kunwarNitin3: Falling Grace: It falls when you love, it falls when you force by Kunwar Niti... https://t.co/LCzF4McryT via @amazon WELC…\n
2142                                                                                                                                                                                 RT @BleacherReport: Trust the Process 🙏\n\n\n\n\n\n\n \n\n\n\n\n\n\nGame of Zones x Embiid (➡️ @ATT) https://t.co/fYdBWmm478\n
2143                                                                                                                                                                                                                                                         Hey @Starbucks, how many RTs for launching #covfefe?\n
2144                                                                                                                                                                 RT @iAmJives: "We did the #cloud right." #SteveBallmer reflecting on his time @Microsoft #codecon 2017 #cloudcomputing https://t.co/4QLXEfe…\n
2145                                                                                                                                                                                                                                                         @Nt8AllSarcastic @amazon You're sweet, too. Let's 😁\n
2146                                                                                                                                                                                   RT @AddictedToCFC: Last day of @adidas 's contract with Chelsea, it was a brilliant ride together. https://t.co/XPwIHwh1eR\n
2147                                                                                                                                                                RT @dxvid616: Me after hearing #Sense8 might not be getting renewed \n\n\n\n\n\n\n\n\n\n\n\n\n\n#RenewSense8 @netflix https://t.co/ljeGk2ZnUd\n
2148                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2149                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2150                                                                                                                                                                       RT @Childpsych4: @Reuters Ironic, given that he sought asylum from the same autocratic country which interfered in US election and p… \n
2151                                                                                                                                                                 RT @TheMarket76: Small Wooden Cat, 4" tall, Home - Office Decor, Cute Kitty - Hand Carved  https://t.co/YB9vnu0IjC via @eBay https://t.co/L…\n
2152                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2153                                                                                                                                                                                   Check out 132 TCW Natural blue Tanzanite Round Beads Necklace earrings ,estate vintage   https://t.co/SV3Q1jvFNx via @eBay\n
2154                                                                                                                                                                                   RT @AddictedToCFC: Last day of @adidas 's contract with Chelsea, it was a brilliant ride together. https://t.co/XPwIHwh1eR\n
2155                                                                                                                          RT @CBSThisMorning: AHEAD on @CBS:\n\n\n\n\n\n\n📍Latest from D.C\n\n\n\n\n\n\n📍@SenatorLankford \n\n\n\n\n\n\n📍@michiokaku on @NASA set to make a big announcement on a missio… \n
2156                                                                                                                                                                  FREE SHIPPING Coach Quote  Set Of 4 Drink Coasters, Coaches Gift, New #Handmade https://t.co/8KWAabdUNy via @eBay #coach #fathersday #gifts\n
2157                                                                                                                                                                                                         U.S. spelling bee features youngest competitor, new tie breaker https://t.co/SW1birPYF1 via @Reuters\n
2158                                                                                                                                                                               Check out TRIX T - SHIRT! "SILLY RABBIT, TRIX ARE FOR KIDS!" CLASSIC! #SteveBarrys #BasicTee https://t.co/GUSd7tXTEm via @eBay\n
2159                                                                                                                                                                             RT @Google: We're celebrating 10 years of #StreetView! Seven continents, 83 countries, millions of miles, one epic road trip →… \n
2160                                                                                                                                                         RT @YUNGMURPHAMY: @sense8 @netflix @Netflixhelps LGBT+ REPRESENTATION.\n\n\n\n\n\n\nHealthy LGBT+ relationships. Trans character played by trans a… \n
2161                                                                                                                                                                         RT @Reuters: MORE: At least 80 killed, 350 wounded in #Kabul blast - health official https://t.co/WBMy7FyeBK https://t.co/O6f2kOF72j\n
2162                                                                                                                                                                         Check out Hot Wheels/Matchbox, Mais Diecast Toy Volkswagon, Corvette, Austin, Classic Cars #Mattel https://t.co/ZY9sgK7aQ5 via @eBay\n
2163                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2164                                                                                                                                                      I spoke to @STRICHPUNKT about designing a "digital first" rebrand for @Audi \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/D2Kr6PrTsP https://t.co/xvurhyO7oR\n
2165                                                                                                                                                                 RT @kunwarNitin3: Falling Grace: It falls when you love, it falls when you force by Kunwar Niti... https://t.co/LCzF4McryT via @amazon WELC…\n
2166                                                                                                                                                                  @Reuters Are human values in England less important than the sailing away agreements with Europe? Ask, " what's it… https://t.co/vt5Ya7KNrW\n
2167                                                                                                                                                                 RT @Adobe: 7 ways to use the new “reality” technologies - virtual, augmented and mixed - and what it can do for your business: https://t.co…\n
2168                                                                                                                                                                                              RT @DianeBateman16: Check out Undercover by Danielle Steel (2016, Paperback)  https://t.co/ancoIN1jXx via @eBay\n
2169                                                                                                                                                                    RT @GoldmanSachs: Houston, we've got company: Private investment heats up the space race: https://t.co/hkjxBNk8PK https://t.co/XYGvlbGcnH\n
2170                                                                                                                                                    Damn funny show @TheOddCoupleCBS \n\n\n\n\n\n\n\n\n\n\n\n\n\nIdiots at @CBS cancelled it 'cuz they didn't have zombies or Bachelorettes\n\n\n\n\n\n\nSMFH\n
2171                                                                                                                                                                             RT @Google: We're celebrating 10 years of #StreetView! Seven continents, 83 countries, millions of miles, one epic road trip →… \n
2172                                                                                                                                                                         RT @Reuters: MORE: At least 80 killed, 350 wounded in #Kabul blast - health official https://t.co/WBMy7FyeBK https://t.co/O6f2kOF72j\n
2173                                                                                                                                                                             Oil at three-week low as rising output risks OPEC-led deal \n\n\n\n\n\n\n#OOTT\n\n\n\n\n\n\nhttps://t.co/03KbTOvdTr via @Reuters\n
2174                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2175                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/HAin1hL1gu\n
2176                                                                                                                                                   RT @regocas: We at @igalia have been in conversations with @Google engineers to add MathML support to @ChromiumDev. Stay tuned! 🎉\n\n\n\n\n\n\nhttps://t…\n
2177                                                                                                                Still not possible to open\n\n\n\n\n\n\nIncirlik base to Germany:\n\n\n\n\n\n\nTurkey minister \n\n\n\n\n\n\n31/05/17 Reuters\n\n\n\n\n\n\nhttps://t.co/iKeE6eNvts \n\n\n\n\n\n\nvia @Reuters\n
2178                                                                                                                                                                     RT @movementstrat: Today, @Google honours architect #zahahadid. We have had the pleasure in working together on @AquaticsCentre. The l… \n
2179                                                                                                                                                                            Hey @GoldmanSachs how does it feel to finance a murderer govt? I guess for u is business as usual, right? I hope you rot in hell.\n
2180                                                                                                                                                                        RT @Reuters: Syrian rebels say U.S., allies sending more arms to fend off Iran threat https://t.co/5ski7nf4B9 https://t.co/BTIyVlQCZ8\n
2181                                                                                                                                                                                   RT @AddictedToCFC: Last day of @adidas 's contract with Chelsea, it was a brilliant ride together. https://t.co/XPwIHwh1eR\n
2182                                                                                                                                                                    @MonsantoCo  sorry, i forgot to tweet u for several weeks. U SUCK! So does @Bayer  #BoycottMonsanto #BoycottBayer https://t.co/fMEQQvHpCx\n
2183                                                                                                                                                                                   RT @AddictedToCFC: Last day of @adidas 's contract with Chelsea, it was a brilliant ride together. https://t.co/XPwIHwh1eR\n
2184                                                                                                                                                                       Belarus govt has returned to large-scale repression, causing a dramatic deterioration in #humanrights https://t.co/YqFadUbzyp @Reuters\n
2185                                                                                                                                                                                    [Current US] administration nearing completion of #Cuba policy ["]review["]: sources https://t.co/viF4bVQJE7 via @Reuters\n
2186                                                                                                                                                                                 RT @Reuters: At least 80 killed, 350 wounded in Kabul blast: health official https://t.co/E31zRzpXLw https://t.co/RO35tBXZ76\n
2187                                                                                                                                                                                                                                     Bye bye @adidas welcome @Nike \n\n\n\n\n\n\n#cfc https://t.co/7iklDHz6sz\n
2188                                                                                                                                                                                                                   RT @MBASOFFICIAL: Bye bye @adidas welcome @Nike \n\n\n\n\n\n\n#cfc https://t.co/7iklDHz6sz\n
2189                                                                                                                                                                             RT @SportsNation: Time for the @Toyota #PulseOfTheNation poll. Let's go!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho will win the NBA Finals?\n
2190                                                                                                                                                                            @Reuters Look at all the hypocrites worried about the environment. I bet you all walk or ride your bike everywhere you go, right?\n
2191                                                                                                                                             RT @MartinMcCoyIII: @Reuters \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe president is a complete moron.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@realDonaldTrump you are ruining America.\n
2192                                                                                                                                                                  @Reuters If the US isnt going to care about the planet, Im not going to care about buying US products, I shall buy… https://t.co/rh46BwKHs5\n
2193                                                                                                                                                                                 RT @Reuters: At least 80 killed, 350 wounded in Kabul blast: health official https://t.co/E31zRzpXLw https://t.co/RO35tBXZ76\n
2194                                                                                                                                                                      @Aranjedeath @facebook This thread might provide some insight, although it's about a different design decision: https://t.co/McCKEl3Ay8\n
2195                                                                                                                                                                                                                   RT @MBASOFFICIAL: Bye bye @adidas welcome @Nike \n\n\n\n\n\n\n#cfc https://t.co/7iklDHz6sz\n
2196                                                                                                                              RT @CarinesMoncada: This is what @GoldmanSachs is financing! REPRESION!\n\n\n\n\n\n\n#Venezuela\n\n\n\n\n\n\nRepresion el Martes Centro Lido de Caracas.\n\n\n\n\n\n\n#30Mayo… \n
2197                                                                                                                                                                       From @netflix specials to purple toothpaste, @Megan_StyleGF wraps up May with her favorite finds of the month… https://t.co/URMaCQcwi4\n
2198                                                                                                                                                                                       Check out THE CRACK IN SPACE, PHILP K. DICK, ACE, 1966 *VINTAGE  EDITION* SCIFI VG!  https://t.co/x4Jt0yBEhL via @eBay\n
2199                                                                                                                                                                                   RT @AddictedToCFC: Last day of @adidas 's contract with Chelsea, it was a brilliant ride together. https://t.co/XPwIHwh1eR\n
2200                                                                                                                                                                          @jacobfields33 @IntelSmallBiz @blendingbybetty @intel Hey, if it leads to perky pairs, I am all for it. Let those muscles build up.\n
2201                                                                                                                                                                                     I dunno what the #covfefe @netflix is thinking not jumping on #BaronAndToluca... 😉\n\n\n\n\n\n\n#NETFLIXforBandT #BandT\n
2202                                                                                                                                                                                        Black tea in hollow orange, highest grade 350 gram in bag packing JOHNLEEMUSH... https://t.co/NkOyK18ld3 来自 @amazon\n
2203                                                                                                                                                                            Test the numerous benefits of Pennie's Instant Colonic Detox Tea for 50% off,visit @Groupon for discount… https://t.co/WCcbtxAYo3\n
2204                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2205                                                                                                                                                             RT @rai_prabh: prime user, but now regretting the services &amp; customer support of @amazon. look into the matter ASAP. a/c: prabhjotsinghrai1…\n
2206                                                                                                                                                                                                      Proud to be employed by @Nike , one of many American companies standing beside the Paris Climate Deal ☺️\n
2207                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2208                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2209                                                                                                                                                                            Check out Memorial, Remembrance, Sympathy, charm necklace with Sterling Silver chain  #Handmade https://t.co/aT1AZi1Ufx via @eBay\n
2210                                                                                                                                                                    For a limited time, watch for free this panel session including @eBay @Audi: https://t.co/pIjmgnF529 #CFOMidwest… https://t.co/uxeVqvubH8\n
2211                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2212                                                                                                                                                                          RT @Vortex410654749: Words are so last year. Join me and tweet #SayItWithStickers below @Apple\n\n\n\n\n\n\nhttps://t.co/1pIt7OspYT\n
2213                                                                                                                                                                                          Inpiring by @generalelectric \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/5bh1tJ9ZJg\n\n\n\n\n\n\n\n\n\n\n\n\n\n#WhatIf\n
2214                                                                                                                                                                                           U.S. starts providing weapons to Syrian Kurds https://t.co/jTpLIF8IeX via @Reuters\n\n\n\n\n\n\n#Syria #MiddleEast\n
2215                                                                                                                                                                 RT @PennyPan820: I just listed: Truslin - DIY Needle Felting Kit Needle wool kit Needlecrafts Faceless Ani...', for 10.69 via @amazon https…\n
2216                                                                                                                                                                                      RT @IBM: Meet our upgraded 16 qubit processor, available to explore #quantum computing via the @IBMCloud. Learn more:… \n
2217                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2218                                                                                                                                                                             RT @highsnobiety: New Ultraboost colorways now available @adidas UK\n\n\n\n\n\n\nhttps://t.co/nGqh8N6kLs https://t.co/pkRWbRrAQA\n
2219                                                                                                                                                                🚨 Shop ASOS and check out with @PayPal to be entered to win ah-mazing prizes, including a major festival experience… https://t.co/fygFaep7rX\n
2220                                                                                                                                                                                                                                                 I'm at The @HomeDepot in Chicago, IL https://t.co/yTpX4zDPnk\n
2221                                                                                                                                                                         RT @Reuters: MORE: At least 80 killed, 350 wounded in #Kabul blast - health official https://t.co/WBMy7FyeBK https://t.co/O6f2kOF72j\n
2222                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2223                                                                                                                                                                 @MarkGraban @Microsoft The new Surface Laptop looks great, love my Surface Book w/co-proc for speed, and I travel w… https://t.co/MLMY0DdvP5\n
2224                                                                                                                                                                         RT @Reuters: MORE: At least 80 killed, 350 wounded in #Kabul blast - health official https://t.co/WBMy7FyeBK https://t.co/O6f2kOF72j\n
2225                                                                                                                                                                                                                                                RT @McDonalds: @MattyIce_22 Thanks for the love, Matty. &lt;3\n
2226                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Weave Mules £35\n\n\n\n\n\n\nhttps://t.co/620BhAd89F\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/1…\n
2227                                                                                                                                                                                     Don't Talk To Me Until I've Had My Covefe T-Shirt - \n\n\n\n\n\n\n https://t.co/BCB3Rwijbk via @amazon #covefe #mycovefe\n
2228                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2229                                                                                                                                                                                                    RT @hm: Fill your beach bag with colourful trunks, hats, caps, stylish espadrilles and pool slides. #HM… \n
2230                                                                                                                                                                                         Check out Antique Clear Glass Pendant Ceiling Light Lamp Shade 2 9/16" Fitter Rim  https://t.co/deAvBnA2ew via @eBay\n
2231                                                                                                   RT @JacBurns_Comext: #Bitcoin &amp; #Blockchain: What's the Difference?\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/WqRzdv5lOg\n\n\n\n\n\n\n@IBM\n\n\n\n\n\n\n \n\n\n\n\n\n\n#Fintech #disruption #ecommerce… \n
2232                                                                                                                                                    Look what I found on @eBay! https://t.co/TUwnCrLDLh via @eBay\n\n\n\n\n\n\n#hockey #card #collection #collectible #ebay #etsy #gift #collectors Please RT\n
2233                                                                                                                                                                 @Ryanair It's the new super secret way to ask for a coffee, or covfefe, as he likes to call it... Now every time yo… https://t.co/SpVLFKvNQE\n
2234                                                                                                                                                           RT @Ericsneaker: @GeeksOfColor Me, pleading my case as to why @sense8 is needed in this day and time to the head of @netflix.\n\n\n\n\n\n\n(This… \n
2235                                                                                                                                                                                          @TheGrocer @PromoToolbox @Tesco Blimey, stuck a gym and a soft play in ours, not enough room for groceries as it is\n
2236                                                                                                                                                                          RT @bigtkirk: @ProfBainbridge @Landonthomasjr @GoldmanSachs So, socialist govt mismanagement of national oil company is grounds t… \n
2237                                                                                                                                                 RT @Disney: Secrets hide in the shadows. See #PiratesOfTheCaribbean: #DeadMenTellNoTales in theaters now.\n\n\n\n\n\n\n\n\n\n\n\n\n\n(🎨: Disney on Instag… \n
2238                                                                                                                                                                                              RT @Starbucks: #IcedCoffee: ooh so bright.\n\n\n\n\n\n\n#ColdBrew: ahh-mazingly smooth. https://t.co/GaMe88NtoD\n
2239                                                                                                                                                                 RT @Well_Regulated_: Members of our well regulated militia open fire at a @Nissan dealership during business hours, 3 are fatally shot. htt…\n
2240                                                                                                                                                              #Wire Basket #White Shabby Wire Basket #Garden Basket #Egg Basket\n\n\n\n\n\n\nhttps://t.co/tUh91gMYGv via @eBay #etsy #annetweekes #gotvintage\n
2241                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2242                                                                                                                                                     RT @NetflixLifee: .@TheCWSupergirl S2 is now on @netflix! \n\n\n\n\n\n\nhttps://t.co/Fd1IlrA8yp\n\n\n\n\n\n\n@MelissaBenoist @chy_leigh @DavidHarewood… \n
2243                                                                                                                                                                             Check out Fitz &amp; Floyd Christmas Santa Claus Candle Holder, Single Santa 1977, Japan Made  https://t.co/CA3vKAHy5p via @eBay\n
2244                                                                                                                                                                          RT @FarEasterner: @CNN White Helmets, Ukraine Nazis, all @netflix documentaries is work of fiction, ridiculous one sided propaganda\n
2245                                                                                                                                                                   Anywhere, anytime, keep tabs on your favorite players at #RG17 using the official app, powered by @IBM. #IBMsports https://t.co/H15UfbLBg6\n
2246                                                                                                                                                             @WildBwoy @AmericanExpress Hi, let me check this for you. Could you kindly DM me your full name, postal address &amp; email address. Thanks, Zoe\n
2247                                                                                                                                                                                                                 @Reuters God wants them to crush those Islamic criminals of Isis and Daesh, inhuman garbage.\n
2248                                                                                                                                                                 RT @MSGbollyKing: #SaintDr.MSG live every day on @facebook between 8-9 pm, Everyone come and join there. Your idol @Gurmeetramrahim replyin…\n
2249                                                                                                                                                                         RT @CvonGodel: @Google So, who the hell is Zaha Hadid and why does she get a special doodle while Memorial Day and American soldie… \n
2250                                                                                                                                                                                                   Blame game for cyber attacks grows murkier as spying, crime tools mix https://t.co/jwWlpwJwJN Via @Reuters\n
2251                                                                                                                                                                             Just saw this on Amazon: DVD Player, Ematic 7 inch Swivel Blue Porta... by Ematic for $54.99 https://t.co/2gm1IYn8HZ via @amazon\n
2252                                                                                                                                                                      RT @IndieWire: Here's every new movie hitting @netflix in June, from "Zodiac" to #Okja: https://t.co/tgjgHBSknQ https://t.co/LX25ohU12T\n
2253                                                                                                                                                                                   RT @AddictedToCFC: Last day of @adidas 's contract with Chelsea, it was a brilliant ride together. https://t.co/XPwIHwh1eR\n
2254                                                                                                                                                                                            @NestleUKI Yo @KITKAT @Nestle \n\n\n\n\n\n\n\n\n\n\n\n\n\nHow many retweets for a years supply of KITKAT🍫🍫🍫???\n
2255                                                                                                RT @ValaAfshar: The @salesforce economy:\n\n\n\n\n\n\n\n\n\n\n\n\n\n$398B in GDP impact by 2020\n\n\n\n\n\n\n1.9M jobs created by 2020\n\n\n\n\n\n\n\n\n\n\n\n\n\n—@IDC #SalesforceTour https://t.co/XqXR1y3…\n
2256                                                                                                                                                                         Check out Rare Ruhoff Plush Monkey / Ape Plush Puppet Stuffed Toy W/ Genie Outfit 16"  GUC #Ruhoff https://t.co/sD8FXM0vup via @eBay\n
2257                                                                                                                                                                                RT @salesforce: "With artificial intelligence, a mountain of data can become insights." - @BTaylor. https://t.co/qgyNZif54X… \n
2258                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/By6EOfsAfu\n
2259                                                                                                                                                                 If #PDVSA defaulted, Rosneft got 49.9% of Citgo. By buying $2.8 billion of PDVSA bonds, @GoldmanSachs ruled out that possibility. #venezuela\n
2260                                                                                                                                                                      10% OFF NOW!!!!  Retina Cracked Broken MacBook Pro 13" Screen Repair Replacement Service A1502 #Apple https://t.co/kDx4T3fETp via @eBay\n
2261                                                                                                                                                    RT @highsnobiety: Art Basel is reportedly suing @adidas over its limited edition “Art Basel” EQT ADV:\n\n\n\n\n\n\nhttps://t.co/FNZb7j07W5 https://t.co/…\n
2262                                                                                                                                    RT @army_britneys: #GloryJapanTourEdition is currently @amazon japan #1 best selling album. ✨📀\n\n\n\n\n\n\n\n\n\n\n\n\n\n👉https://t.co/Mdm4QvkQeN https://t.co/w1jWP…\n
2263                                                                                                                                                                             RT @SportsNation: Time for the @Toyota #PulseOfTheNation poll. Let's go!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho will win the NBA Finals?\n
2264                                                                                                                                        RT @BhadouriaPankaj: Dreams translated ! \n\n\n\n\n\n\nOne on my plate and one besides me!\n\n\n\n\n\n\n@bmwindia @BMW #bmwexperiencetour2017 https://t.co/hySxTuq7TR\n
2265                                                                                                                                                                                                Check out Large Original 52" x 48" x 2" Acrylic Abstract Painting ready to hang https://t.co/d8qvZrczSe @eBay\n
2266                                                                                                                                                                                                    RT @maclainnaumann: Listen up @netflix,  if you don't #RenewSense8, I swear, I... https://t.co/JSqcmgYQXT\n
2267                                                                                                                                                                     RT @RealJeremyNolt: Hi @BankofAmerica, reaching out for comment on whether you will be pulling your ads from CNN. Does this align with… \n
2268                                                                                                                                                                       @GOPin2020 @Reuters Has the subpoena been sent out? Has he ignored it? Will he be charged with contempt? Or is it still "silly season"\n
2269                                                                                                                                                                 RT @totoaguerrevere: Dear @GoldmanSachs thank you for the new supply of tear gas you just helped buy! Enjoy your bonds. Sincerely, the peop…\n
2270                                                                                                             RT @ValaAfshar: Every minute on the Internet:\n\n\n\n\n\n\n\n\n\n\n\n\n\n$222,302 of sales on @amazon \n\n\n\n\n\n\n99,000 @apple SIRI answers\n\n\n\n\n\n\n87,000 hours of @netflix https://t.…\n
2271                                                                                                                                                                       RT @Reuters: Parents have no right to dead child's Facebook account, German court says https://t.co/Of4a4ghZQ7 https://t.co/qCvcm3M1kJ\n
2272                                                                                                                                    RT @army_britneys: #GloryJapanTourEdition is currently @amazon japan #1 best selling album. ✨📀\n\n\n\n\n\n\n\n\n\n\n\n\n\n👉https://t.co/Mdm4QvkQeN https://t.co/w1jWP…\n
2273                                                                                                                                                                              RT @joeDmarti: A little inside @Adobe.... this snack jar sits full for days in SF, but doesn't last 5 min at the Utah office.… \n
2274                                                                                                                                                                  Troublesome, given that US is the #1 contributor. Trump pulling U.S. out of Paris climate deal: source https://t.co/ZNSKHfj5wD via @Reuters\n
2275                                                                                                                                                                             RT @Reuters: Nestle investing in factories, creating 2,900 jobs in Latin America https://t.co/grbM6d18cg https://t.co/kp7ZhuMkMl\n
2276                                                                                                                                                                             RT @Reuters: Nestle investing in factories, creating 2,900 jobs in Latin America https://t.co/grbM6d18cg https://t.co/kp7ZhuMkMl\n
2277                                                                                                                                                                                          RT @Reuters: Philippines says Islamists keep up week-long fight with prisoners, looted guns https://t.co/spO5R6Z9AD\n
2278                                                                                                                                                               RT @NotGlobalism: Do you support this?\n\n\n\n\n\n\n@GEICO @bostonmarket @WellsFargo @subaru_usa @UOPX @Dodge @Hyundai @etrade @sprint @AARP… \n
2279                                                                                                                                                                            Check out LG. EARLY 19TH CENTURY BURMESE BRONZE BUDDHA SEATED IN "EARTH WITNESS" MUDRA #unknown https://t.co/CHB9a2iYPd via @eBay\n
2280                                                                                                                                                                 RT @CloroxSoap: Why does @Wendys food taste like trash, food smelling like ass cheeks smh even @BurgerKing AND @McDonalds is killing the ga…\n
2281                                                                                                                                                                                          RT @CainDeanna: #DYK 1st delivery vehicles @UPS were #bicycles? As UPS nears 110 yrs, #UPSbikes still contribute.… \n
2282                                                                                                                                                                                                                                               RT @Starbucks: @lil_jazzzi Celebrate gold times, come on! 🎵🌟\n
2283                                                                                                                                                                  @Reuters @FareedZakaria @camanpour @amjoyshow @CapehartJ Best ask patriotic @SenJohnMcCain abt Arab League, no ask… https://t.co/FSlK0fssr1\n
2284                                                                                                                                                                             RT @Reuters: Nestle investing in factories, creating 2,900 jobs in Latin America https://t.co/grbM6d18cg https://t.co/kp7ZhuMkMl\n
2285                                                                                                                                                                       @stevenplace @insideclimate @AmyAHarder @Reuters @FlitterOnFraud @dfirgs @EIAgov But if it does nothing, withdrawal also does nothing.\n
2286                                                                                                                                                                            @Starbucks now is the perfect time to come out with the Unicorn version fo the "Negative Press #Covfefe ." The world is watching.\n
2287                                                                                                                                       RT @gordongoodwin: It's HERE!  #LittlePhatBand "An Elusive Man"!\n\n\n\n\n\n\n@iTunes: https://t.co/hQyvYEJm67\n\n\n\n\n\n\n@amazon: https://t.co/T1TNSnJRrf https://…\n
2288                                                                                                                                                             RT @YesWeJon: Thanks to @liveotherwise, our other autistic advisers, @DeutscheBank staff &amp; @KingsIoPPN researchers for amazing design works…\n
2289                                                                                                                                                                                                RT @NPDMattPowell: Strong Adidas quarter driven by N. America, ecommerce https://t.co/7zOW1un2Gz via @Reuters\n
2290                                                                                                                                                                                                              Check out England Cricket Alastair Cook signed 6" X 4" index card https://t.co/lTGXLH6Fhb @eBay\n
2291                                                                                                                                                    RT @DEADp00L713: I just unlocked exclusive @Guardians art thanks to @Ford #EcoSport! Hit the Tweet button to see it, too.\n\n\n\n\n\n\nhttps://t.co/09dr…\n
2292                                                                                                                                                                  @netflix seriously, how did this get approved? did no one bother using google? and its not even about roma people, it's about a white girl?\n
2293                                                                                                                                                                               @Reuters Whatever he does, CNN will spin it. Trump helps to kill earth, or Trump lied to base by reneging on campaign promise.\n
2294                                                                                                                                                                                                                                    Don't let us down, @netflix. Please #RenewSense8! https://t.co/cixcRhzs5Q\n
2295                                                                                                                      RT @demi3a: THANK YOU @CocaColaPH @CocaCola for having\n\n\n\n\n\n\nMr. Alden &amp; Ms. Maine a part of your company\n\n\n\n\n\n\n\n\n\n\n\n\n\n#ALDENMegaMan2017 https://t.co/KnbU1ie…\n
2296                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2297                                                                                                                                                                 RT @MikeFeibus: Mesh Network 2.0 arrives! @Qualcomm adds #voice, #iot to whole-home #WiFi at @computex_taipei @amazon @google https://t.co/…\n
2298                                                                                                                                                                            RT @Google: Today’s #GoogleDoodle celebrates groundbreaking, award-winning architect Zaha Hadid and the legacy of her designs →… \n
2299                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2300                                                                                                                                                RT @RealJack: Hey @BankofAmerica,\n\n\n\n\n\n\n\n\n\n\n\n\n\nDo you support ISIS style executions of the President of the United States or will you be pull… \n
2301                                                                                                                                                                                                   Check out Vintage ACME Mangle/Wringer On Stand (ACME Wringers Ltd, Glasgow). https://t.co/F4ksZDVgtI @eBay\n
2302                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2303                                                                                                                                                                               RT @100scopenotes: I talked to Dan Santat about @Starbucks, @CardboardSchu, life after a Caldecott and his new book RODZILLA… \n
2304                                                                                                                                                    RT @SAPTradeGeek: AUDIT MANAGEMENT @SAP #GRC :\n\n\n\n\n\n\n"Gain more from internal audits with closer alignment to the business" Read full here: http:…\n
2305                                                                                                                                                                    RT @pinlar75: Check out  Rare Sterling &amp; Camille llc Inspiriters "Safety" Rabbit Spirit 2008 NIB    https://t.co/g43a7GQlCc via @eBay\n
2306                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2307                                                                                                                                                                 RT @9999fashion: Adidas Climalite Men's Long Sleeve ESS Tech Tee, Blue, Size: M #adidas #Tee https://t.co/dhjDgSghCV via @eBay https://t.co…\n
2308                                                                                                                                                                 RT @SonnyBunch: Hi, @HomeDepot! Having a lovely afternoon at your Seven Corners store stuck in the elevator to the upper level of the parki…\n
2309                                                                                                                                                                        #Aromatherapy #Essential #Oil Diffuser Vibrant Changeable LED Lights, Soothing Mist #ebay #diffuser https://t.co/HsrhDYq2Do via @eBay\n
2310                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2311                                                                                                                                                                                            I just listed: 'Wyane Enterprises Table Chair Red Study Table Chair', for 599 via @amazon https://t.co/xsyjrjsitf\n
2312                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/P6eIWb8Dk2\n
2313                                                                                                                                                                 RT @MikeFeibus: Mesh Network 2.0 arrives! @Qualcomm adds #voice, #iot to whole-home #WiFi at @computex_taipei @amazon @google https://t.co/…\n
2314                                                                                                                                                                                                                    High Sierra Loop Backpack, Black/Charcoal High Sierra https://t.co/Ulle0NBRW7 via @amazon\n
2315                                                                                                                                                                                                                    High Sierra Loop Backpack, Black/Charcoal High Sierra https://t.co/Ulle0NBRW7 via @amazon\n
2316                                                                                                                                                                                           Check out Womens Nike Dart VI Running Shoes 8.5 pink, gray, white #Nike #running https://t.co/UXiQNCeyi0 via @eBay\n
2317                                                                                                                                                RT @RealJack: Hey @BankofAmerica,\n\n\n\n\n\n\n\n\n\n\n\n\n\nDo you support ISIS style executions of the President of the United States or will you be pull… \n
2318                                                                                                                                                RT @RealJack: Hey @BankofAmerica,\n\n\n\n\n\n\n\n\n\n\n\n\n\nDo you support ISIS style executions of the President of the United States or will you be pull… \n
2319                                                                                                                                                                            RT @Google: Today’s #GoogleDoodle celebrates groundbreaking, award-winning architect Zaha Hadid and the legacy of her designs →… \n
2320                                                                                                                                                                                                 Breville BEM800BSXL Scraper Mixer Pro Stand Mixer, Black Sesame Breville https://t.co/XbouN4hwCb via @amazon\n
2321                                                                                                                                                                 RT @MikeFeibus: Mesh Network 2.0 arrives! @Qualcomm adds #voice, #iot to whole-home #WiFi at @computex_taipei @amazon @google https://t.co/…\n
2322                                                                                                                                                                 @travelocity @Expedia After an hour of speaking with Joon or June, transferred over to a new lady who says she need… https://t.co/irS1ooz7Y1\n
2323                                                                                                                                                                                                                                                I'm at @McDonalds in Jacksonville, FL https://t.co/GAtBAcgbtH\n
2324                                                                                                                                                                                        Check out 2016 Panini Select Carson Wentz "Sparks" 2 Color Refractor Rookie Patch 30/99 https://t.co/ILDFMDAHL3 @eBay\n
2325                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2326                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2327                                                                                                                                                                            RT @toronto_gal80: .@MST3K fans! We can now add the show to our @netflix list to show our enthusiasm! @JoelGHodgson, @jonahray,… \n
2328                                                                                                                                                                                               Just saw this on Amazon: Logitech G600 MMO Gaming Mouse, Black by Logitech https://t.co/wiQ0e8eGwR via @amazon\n
2329                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2330                                                                                                                                                                                                                   RT @MBASOFFICIAL: Bye bye @adidas welcome @Nike \n\n\n\n\n\n\n#cfc https://t.co/7iklDHz6sz\n
2331                                                                                                                                                                            @Reuters They are absolutely deranged. It is, however, a good thing when these monsters reveal to the world what they really are.\n
2332                                                                                                                                                                                      "The USA is not an energy weakling. Our country is an #energy powerhouse." - David J. O'Reilly, former CEO of @Chevron.\n
2333                                                                                                                                                                  @wimbeau @Starbucks Hi Wim, that's no good! Would you mind sending a note to bonjour@lepainquotidien.com with your… https://t.co/LRexPsC9VP\n
2334                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2335                                                                                                                                                                                Check out DELL LAPTOP WIDOWS 7 LATITUDE CORE 2 DUO 4GB 1TB DVDRW 14" NOTEBOOK WIFI PC #Dell https://t.co/foPQkHHXpx via @eBay\n
2336                                                                                                                                                                     RT @BrettDeardorf: @DMiraculous @WellsFargo They only charge per fraudulent checking account you open, with or without your permission… \n
2337                                                                                                                                                                                                            @pretareporter @adidas we wanted Louis Tomlinson but ok, he can start wearing more @ReebokUK then\n
2338                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2339                                                                                                                                                          U.S. bank @GoldmanSachs bought $2.8 billion in bonds to finance the dictatorship of @NicolasMaduro #GoldmanFinancesTheDictatorship\n\n\n\n\n\n\n 32\n
2340                                                                                                                                                                      RT @valenciacf_en: 📷Enjoy #VCF's 2017- 2018 @adidas shirt photo gallery\n\n\n\n\n\n\n👉https://t.co/h3Zz101Udx https://t.co/a47f1HyiNJ\n
2341                                                                                                                                                                 @BankofAmerica I love when I'm told money will be credited to my account, so I spend it, but it turns out the money was there, now I'm broke\n
2342                                                                                                                                                                         "Anchor every decision in #data &amp; the rest will follow" - @Google #CFO Ruth Porat chatting with @Recode… https://t.co/3GQ9dAlAYj\n
2343                                                                                                                                                            regrann from @bangpineda  -  Elmo Magalona for #StarMagic25\n\n\n\n\n\n\nWearing @hm @hmphilippines \n\n\n\n\n\n\nStyled… https://t.co/vfW1PdzCav\n
2344                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2345                                                                                                                                                                 RT @ActionsUSA: If Rex Tillerson, former @exxonmobil CEO, thinks #ParisAgreement is good for the US, why is our President against it? #Clim…\n
2346                                                                                                                                                                   @switt1181 @Reuters Who cares what Obama did or didn't do. The choice now is Trump's, and he's taking the riskier and more expensive path.\n
2347                                                                                                                                                                  @usaforyoubruv @cafemichelle @ChrisCoon4 @LeahR77 @KelloggsUS Any food product that "has added vitamins" isn't fit… https://t.co/GOgsaQK3K7\n
2348                                                                                                                                                                      @brunelldonald @amazon You are so very brave and strong person!!! Our trials and tribulations define us partly, makes us stong, tuff#!!\n
2349                                                                                                                                                                                                                   RT @hainsworthtv: That's okay, @HomeDepot, I can take it from here https://t.co/z9lhRm94Fr\n
2350                                                                                                                                                                 RT @yangkimb: #datalibs @Google launches new #dataviz Tool, with GIFs as presentation option https://t.co/ycmUPsfg1P https://t.co/YiBdjeoPgc\n
2351                                                                                                                                       RT @Lawrenbradblog: Check out PAID URL INCLUSION PDF EBOOK FREE SHIPPING RESALE RIGHTS https://t.co/rz5nqoRptq @eBay\n\n\n\n\n\n\n\n\n\n\n\n\n\n#twitter #facebook #g…\n
2352                                                                                                                                                                               RT @_andreadonini: @netflix Renew Sense8. Absolutely.\n\n\n\n\n\n\nThe world needs more of this Art.\n\n\n\n\n\n\n#RenewSense8\n
2353                                                                                                                                                                      RT @SherriWilkie: @realDonaldTrump @POTUS You're right again sir, will @CNN @CBS @NBCNews @MSNBC apologize? We knew you were right on… \n
2354                                                                                                                                                                                                         Check out  Banaba:( Salacia,) Powder - 250 grams #GreenIslandHerbs https://t.co/CilSxGDobg via @eBay\n
2355                                                                                                                                                                                RT @Reuters: Coal stocks fall; U.S. exit from climate deal may hurt, not help https://t.co/DhuWv2Wg3c https://t.co/p7FQh2bvNm\n
2356                                                                                                                                                                                    Check out Vintage 5 LAYER BLACK BEADED silver necklace 20-28" nice! #Unbranded #Cluster https://t.co/TOj8IoMfi2 via @eBay\n
2357                                                                                                                                                                                                  RT @Nike: Barriers are meant to be broken, and this is a crazy-fast one. #Breaking2 https://t.co/UML2mI0xGr\n
2358                                                                                                                                                                                                                          RT @soulfilledlife: "I am Jane Doe" on @netflix   Important watch.  #endtrafficking\n
2359                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2360                                                                                                                                                                  Specialized Dolce Triple 2013 ladies road bike 48cm Carbon Forks, Cycle Bicycle https://t.co/l1NFgezFWU @eBay #specialized #cycle #roadbike\n
2361                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2362                                                                                                                                                    RT @daydreaming_ld: Cold Blooded: A Thriller by Matt Cairns by @mattcairns73 https://t.co/EZ7BWkN4hA via @amazon \n\n\n\n\n\n\n#WriterWednesday #Thrille…\n
2363                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2364                                                                                                                                                                                                                                           @Reuters it was amusing for the first 10 minutes, now its lame ...\n
2365                                                                                                                                                                                                 Yo, @netflix. I'm available for Season 2 for Dear White People. Just saying. #imready #castingcall #noshame.\n
2366                                                                                                                                                                           Check out Apple MacBook Pro 15" LED MacOs Sierra Intel i7 Quad Core 16GB 500GB 1440 x 900 #Apple https://t.co/be15IFwneT via @eBay\n
2367                                                                                                                                                                                  RT @Google: Spread your artistic wings—it's #DrawABirdDay! Tap "Let's Draw" to let your doodles fly with #AIExperiments →… \n
2368                                                                                                                                                                               Check out 2005 CLASSIC TY Beanie Buddy Plush Toy 12" BOGGS Curly Gray Terrier PUPPY DOG  #Ty https://t.co/Mg19xL68vJ via @eBay\n
2369                                                                                                                                                                                          RT @ABC7NY: Ever wonder what the most common misspelled words are in America? No worries, @Google has it covered:… \n
2370                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2371                                                                                                                                                    "Unresponsive" @Nike Partially Dr. Hicken's fault there was a psych-eval at all- Why would ANYone call me unresponsive- Real 185th\n\n\n\n\n\n\nNOT 158th\n
2372                                                                                                                                                     RT @carlquintanilla: GERMAN FOREIGN MINISTER SAYS UNITED STATES OLDER THAN TRUMP, RELATIONS WILL IMPROVE AGAIN\n\n\n\n\n\n\n\n\n\n\n\n\n\n(via @Reuters)\n
2373                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2374                                                                                                                                                                        Check out Christmas Memories - Corrie ten Boom (1989, Hardcover, Dust Jacket)  https://t.co/ZTHeohXbk2 via @eBay #books #resale #sale\n
2375                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2376                                                                                                                                                                               RT @joshjonsmith: Some devastating imagery from Kabul's photojournalists, including our @Reuters team  https://t.co/8woJgYRNAE\n
2377                                                                                                                                    @realDonaldTrump Really SAD for your family when Manhatten and MarALago are UNDERWATER 🏊🏊🏊 \n\n\n\n\n\n\n\n\n\n\n\n\n\n@EPA @Paris  @CBS @ABC… https://t.co/NmDjOnx84q\n
2378                                                                                                                                                                                                                                                                               @MFMFC_PH @Heineken Noted bro,\n
2379                                                                                                                                                                 @DEADLINE @netflix @HBO To make things worse, you're stacking a growth tech company with a fuck ton of debt. You're… https://t.co/U8bC5QUoMm\n
2380                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2381                                                                                                                                                                            RT @Google: Today’s #GoogleDoodle celebrates groundbreaking, award-winning architect Zaha Hadid and the legacy of her designs →… \n
2382                                                                                                                                                                                                                       All Roads Lead Home (DVD, 2009) Inspired By A True Story https://t.co/t5m7V3vDHF @eBay\n
2383                                                                                                                                                                                                                                                                   @netflix Really, just #RenewSense8 already\n
2384                                                                                                                                                    RT @BikerEntourage: RT @MotorcycleCom: Introducing @BMW concept scooter: the Motorrad Concept Link \n\n\n\n\n\n\nhttps://t.co/0fiFgXrCDU https://t.co/Eh…\n
2385                                                                                                                                                                            RT @Google: Today’s #GoogleDoodle celebrates groundbreaking, award-winning architect Zaha Hadid and the legacy of her designs →… \n
2386                                                                                                                                                             RT @MorganStanley: In the autos &amp; energy sector, lower costs and better efficiency—not EPA rule-making—are the real engines of growth. http…\n
2387                                                                                                                                                                  "Embrace being uncomfortable, because that's how you grow" -- wisdom from today's @Cisco Marketing &amp; Communications Summit. #WeAreCisco\n
2388                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2389                                                                                                                                                                        @GoldmanSachs Financier of 60+ protesters killings, countless HR violations, famine, brutal oppressive regime https://t.co/JBIQx3S5mD\n
2390                                                                                                                                                                 @netflix @hulu @AmazonVideo @heretv @Showtime @TWC_Wisconsin @XFINITY "You know, if my mom was alive, maybe i'd tel… https://t.co/MatR6dD0AS\n
2391                                                                                                                                                                 @HSBC Abhishek Singh Rajput, Assistant  Manager of HSBC, Pune is proud to support crime against women. And here are… https://t.co/Bn8hO2jVlO\n
2392                                                                                                                                                                 RT @mhmck: Russian propaganda via @Reuters : calls invasion troops from Russia "pro-Russian separatists"; uses "Kiev" for Kyiv. https://t.c…\n
2393                                                                                                                                                                                  Check out Nature Made Super B Complex Tablets, Value Size, 360 Count B Vitamins C 2/2018  https://t.co/5A6Qh4UyaH via @eBay\n
2394                                                                                                                                                                       If @Starbucks doesn't get their shit together and get properly sealing lids for their cold drink cups, I'll find somewhere else to go.\n
2395                                                                                                                                                                                 #Carl Christian Forup, pupil of Henri #Matisse c1928 "The Capri" #Painting Signed https://t.co/luPLa71zZx @eBay @smithsonian\n
2396                                                                                                                                                                       It looks like I can't get into contact with @Google to talk about the issues I'm having with Chrome. Way to be "user friendly," jerks.\n
2397                                                                                                                                       RT @AishaHinds: "Ain't no one get to sit this one out!" #UndergroundOnNetflix #UndergroundOnNetflix\n\n\n\n\n\n\n#UndergroundOnNetflix \n\n\n\n\n\n\n@netflix https:/…\n
2398                                                                                                                                                                       RT @JeremiahLee: Thank you @Google, @IBM, @Intel, @Microsoft, @nearForm, @NodeSource and individual contributors for this amazing re… \n
2399                                                                                                                                                                     RT @Vapingit: Removed two of my comments before it even started, @pfizer @LungAssociation ?\n\n\n\n\n\n\n#Agenda https://t.co/HsGLy7vsRR\n
2400                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2401                                                                                                                                       RT @AishaHinds: "Ain't no one get to sit this one out!" #UndergroundOnNetflix #UndergroundOnNetflix\n\n\n\n\n\n\n#UndergroundOnNetflix \n\n\n\n\n\n\n@netflix https:/…\n
2402                                                                                                                                                                                                     RT @PenFed: A4 pt1: Try using a pricing compare company such as @Expedia, @travelocity, etc. #creditchat\n
2403                                                                                                                                                   @McDonalds will give people free WiFi but charge you for extra sauce 😂😂😂\n\n\n\n\n\n\n#petty #cheapasses #wow #wednesdaywisdom… https://t.co/4gaEKB1U4O\n
2404                                                                                                                                                              @facebook Is there a reason FB would request profile verification 3x within a short time span, receive it &amp; still not respond or reinstate?\n
2405                                                                                                                                                                         I ordered a motorcycle tire 5/17 @amazon Prime. \n\n\n\n\n\n\nI've been told 3 different delivery dates and still don't have a tire.\n
2406                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2407                                                                                                                                                                                                        Check out Golden Butterfly  Three Cup Saucers 6" CORELLE By Corningware https://t.co/EK9hxRjFtT @eBay\n
2408                                                                                                                                            Can you PLEASE pick up Underground! 🔊 🔊🔊🔊🔊🔊🔊🔊🔊🔊🔊🔊🔊🔊\n\n\n\n\n\n\n@netflix @hulu @HBO @STARZ @Oprah @OWNTV @BET @tylerperry… https://t.co/JpQ8wkz67u\n
2409                                                                                                                                                                                                                                                              @dennisp101155 @Reuters No, the UN is worthless\n
2410                                                                                                                                                                                RT @HPCwire: Microsoft, Purdue Tackle Scalable Topological Quantum Computer @Microsoft @LifeAtPurdue #HPC #Quantumcomputing… \n
2411                                                                                                                                                                                                                    The @GoldmanSachs motto "profits over people, lives don't matter" #goldmanSachsbloodmoney\n
2412                                                                                                                                       RT @AishaHinds: "Ain't no one get to sit this one out!" #UndergroundOnNetflix #UndergroundOnNetflix\n\n\n\n\n\n\n#UndergroundOnNetflix \n\n\n\n\n\n\n@netflix https:/…\n
2413                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2414                                                                                                                                            RT @Google: ✔️ Go underwater \n\n\n\n\n\n\n✔️ Climb mountains \n\n\n\n\n\n\n✔️ Sit atop a camel  \n\n\n\n\n\n\nExplore 10 years of #StreetView's biggest moments →… \n
2415                                                                                                                                                                         @Google I got signed out of my google account on my phone and now I'm stuck in a "there's been a change to your account" loop. Help!\n
2416                                                                                                                                                                                               'I Love Sephora, But I Love This Beauty Robot More' https://t.co/6W4gcrHqcX via @Yahoo https://t.co/RY4dUH9IQ4\n
2417                                                                                                                             RT @Wildmoonsister: CIRCLE OF LIFE @Disney #LionKing\n\n\n\n\n\n\nhttps://t.co/Ts8ABHIShk\n\n\n\n\n\n\n"In the sapphire sky.."\n\n\n\n\n\n\n#acappella artist @PeterHollens vo… \n
2418                                                                                                                                                                  @Apple @Apple there's at lease 100,000 people that fall victim to smashed phones and about 98% of the time the phone falls FLAT on the FACE\n
2419                                                                                                                                                           @CBS @CBSEveningNews @JeffGlore @DonDahlerCBS #TigerWoods   \n\n\n\n\n\n\n\n\n\n\n\n\n\n"I didnt realize the mix of (cont) https://t.co/NQgFDRWQFE\n
2420                                                                                                                                                                    RT @rickandertondid: @netflix @hulu @AmazonVideo @heretv @Showtime @TWC_Wisconsin @XFINITY djsjdk i don't know what to say, i love tony… \n
2421                                                                                                                                                                                          RT @CBS: Experience theatre that is simply inspiring. Join us live at the #TonyAwards2017 Sunday, June 11 on CBS!… \n
2422                                                                                                                                                                                       Check out Intex Pool Float Color-Fun Island 76" X 74" 2007 New Open Box Pool Toy Outdoor https://t.co/qX16ExknjS @eBay\n
2423                                                                                                                                                                            RT @Google: Today’s #GoogleDoodle celebrates groundbreaking, award-winning architect Zaha Hadid and the legacy of her designs →… \n
2424                                                                                                                                                                      RT @CraftyThrifter: "Doing something that's more than just you." Courtney @Walmart #MejorContigo #walmartshares https://t.co/bHkDv0LyGX\n
2425                                                                                                                                                                                                   Think @Google will feel uncomfortable if I tell it, "OK Google, my mom is dead"..? https://t.co/1L5XjLkEcD\n
2426                                                                                                                                                                 RT @michiganstateu: On @Google today: How lucky #MSU is to have @msubroad, one of only two Zaha Hadid buildings in the U.S. https://t.co/CC…\n
2427                                                                                                                                                                  Construction on the Carnegie Library @Apple store will begin this fall and wrap up in fall 2018, per a project doc: https://t.co/wclDvUEieS\n
2428                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2429                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2430                                                                                                                                                                 RT @httpyasmeen: @netflix if you haven't seen it, give it a shot. or if you started it and gave up on it, please give it another shot. #Ren…\n
2431                                                                                                                                                                 @greg6207430 @PeterSHall @moviesdotcom @Fandango @NBCUniversal @comcast Don't sugar coat it, he made sexually expli… https://t.co/Zp3B05zLf5\n
2432                                                                                                                                                                 @greg6207430 @PeterSHall @moviesdotcom @Fandango @NBCUniversal @comcast Don't sugar coat it, he made sexually expli… https://t.co/Zp3B05zLf5\n
2433                                                                                                                                                                                                                                         @mswndrlnd @UPS I bet they wanted to steal some of what you got smh,\n
2434                                                                                                                                                                                         Check out 1 Barcelona Minion Novelty 128MB USB Pen Drive, USB Flash Drive Memory Stick https://t.co/LxtGZZjgow @eBay\n
2435                                                                                                                                              @Reuters &amp; WHEN does that happen? When does press get access to his lawyers?\n\n\n\n\n\n\n\n\n\n\n\n\n\nI'll believe that when I c it. DELAY. DELAY. DELAY.\n
2436                                                                                                                                                                                                                                         RT @DuleHill: #UndergroundNetflix? Yes, please @netflix 👏🏾👊🏾🙏🏾\n
2437                                                                                                                                                                 RT @Jake_Denning: "In light of the May 30th @iamblackbear @Nike incident, I, along with many others, will not be wearing Nike to the gig to…\n
2438                                                                                                                                                                   MaRS building today, @facebook convo on elevator -they can't ride on the elevator with suits, not their brand. That's #covfefe #unCanadian\n
2439                                                                                                                                                                       RT @GatorsSB_EQ: So we still can't get over the full spread from @Nike! Thanks again for supporting our student-athletes, coaches, a… \n
2440                                                                                                                                                                                       RT @gabstargardter: Leftists in tight race for key Mexican state vote, polls show https://t.co/hcoOGomMYi via @Reuters\n
2441                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2442                                                                                                                                                                                            .@Cityofatlanta, @ATT Launch Competition to Solve Infrastructure Challenges https://t.co/plxbdEkIFq #sewer #water\n
2443                                                                                                                                                                  If @Apple wants to put employees at risk, that’s their business – just like it’s @GovAbbott's to protect his state. https://t.co/p8cWZxof6d\n
2444                                                                                                                                                                   Today @Google honored Zaha Hadid, architect of @msubroad at @michiganstateu. Learn about her &amp; see slideshow:… https://t.co/iguJpGBWfW\n
2445                                                                                                                                                                 RT @MarkKennedy721: "It's the equivalent of financing a dictatorship. @GoldmanSachs has in effect purchased 'hunger bonds.'" https://t.co/t…\n
2446                                                                                                                                                                 RT @jdickerson: Heh. @amazon author listing for the Bible is amusing, though you can't click through to see other works! https://t.co/l9hH4…\n
2447                                                                                                                                                                 RT @kroger: Keep your eyes glued to this Red, White and Glue #Slime #DIY for a simple #summertime activity kids will love. https://t.co/B8C…\n
2448                                                                                                RT @HeffronDrive: We're so Hapbee!!\n\n\n\n\n\n\nBecause @HapbeeCompany is now on @amazon \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/4O0XZAtjvP\n\n\n\n\n\n\n\n\n\n\n\n\n\n@TheCarlosPena https://t.co/KHUpbYO…\n
2449                                                                                                                                                                 @brunelldonald @amazon I am honored to have you as a sister. I am so sorry about your mom, she is very proud of you… https://t.co/qBhPpEDgfs\n
2450                                                                                                                                                            RT @WhitedoggyDonna: @netflix @MyungSooBIASED Hubby and I just finished watching "One More Time" &amp; loved it. (Now have crush on Infinite L😊…\n
2451                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/wD8gcPvO4a\n
2452                                                                                                                                     Dear @Sony @Playstation\n\n\n\n\n\n\n\n\n\n\n\n\n\nNEVER EVER USE @gofobo FOR #E3EXPERIENCE TICKETS OR ANYTHING ELSE EVER AGAIN!\n\n\n\n\n\n\n\n\n\n\n\n\n\nThat is all.\n
2453                                                                                                                                                                                 Check out Italian Mid Century Hollywood Regency Florentine Oval Serving Tray 17"X11" Navy  https://t.co/IItww38fEs via @eBay\n
2454                                                                                                                          RT @AishaHinds: "Impossible things be POSSIBLE!" \n\n\n\n\n\n\n- Harriet Tubman, Underground\n\n\n\n\n\n\n\n\n\n\n\n\n\n#RiseUP #UndergroundOnNETFLIX @netflix https://t.co/RS41Th…\n
2455                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2456                                                                                                                                                                                RT @netflix: If you want to know what EVERYTHING looks like, it’s this gif of @chrissyteigen as Barb. https://t.co/FZa7qZhnEy\n
2457                                                                                                                                                                                RT @monsura: My thoughts on Sneaky Pete \n\n\n\n\n\n\nhttps://t.co/YGjLoDEbU7 \n\n\n\n\n\n\n@SneakyPeteTV @amazon #Television\n
2458                                                                                                                                                                                                                                                   Dear @netflix, PLEASE pick up @AmericanCrimeTV... #Season4\n
2459                                                                                                                                                                 @HyVee @pepsi not to be picky, but could a guy get one 12 pack of Pepsi Zero in Papillion? Just the only thing I’ve… https://t.co/xAXiK4zijb\n
2460                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2461                                                                                                                                                                                         4 Pack of Led Light Bulbs- 16W- 100 watt equivalent, E26 Base Dimmable LED Li... https://t.co/Du9C9r8AaC via @amazon\n
2462                                                                                                                                                                 RT @iflymia: When goods cross borders, armies stay home. Read about @UPS Romaine Seguin #WorldTradeMonth https://t.co/UAlw2AZgm9 https://t.…\n
2463                                                                                                                                                                         RT @CarnageTC: Giving away some Magic: The Gathering skin pack codes on Xbox One, courtesy of @Microsoft. RT to enter. DM'ing winn… \n
2464                                                                                                                                                                                        @netflix ITS BEEN A WEEK NOW ASSHOLES\n\n\n\n\n\n\nMe as the Hulk strangling y'all @netflix : https://t.co/0f9IdRpgHu\n
2465                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/VMf8PGKZyV\n
2466                                                                                                                                          @DailyCaller Why does @Nike continue to endorse Very Fake News @BuzzFeed ?\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt's @Reebok for me until they stop!… https://t.co/aptVjVbm99\n
2467                                                                                                                                                                         RT @CarnageTC: Giving away some Magic: The Gathering skin pack codes on Xbox One, courtesy of @Microsoft. RT to enter. DM'ing winn… \n
2468                                                                                                                                                                         Check out Vintage Austin Productions Sculpture "Portrait of a Women" By Klara Sever 1979   #Modern https://t.co/RDCTkzuWyu via @eBay\n
2469                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2470                                                                                                                                                                                         Two Daddies Girls Mom, Sisters, Daughters, Divas, Dolls: When she was a littl... https://t.co/fhmX8eQDhZ via @amazon\n
2471                                                                                                                                                             @ChrisCoon4 No longer purchase @KelloggsUS &amp; have sworn off @pepsi, these are jobs I will be glad to see gone, thes… https://t.co/JO0a4a3Zv0\n
2472                                                                                                                                                                                Check out Assassins : Left Behind Series, Book #6, Tim LaHaye, Jerry B. Jenkins. Hardcover  https://t.co/tl9Z4vBJ9n via @eBay\n
2473                                                                                                                                                                       RT @MichaelO1711: It's really sad how MSM @CNN @ABC @MSNBC @CBS  refuse to cover the good work this woman is doing. Well, @FLOTUS is… \n
2474                                                                                                                                                              RT @Holding_Our_Own: @CBSNews \n\n\n\n\n\n\n\n\n\n\n\n\n\n#CBS @CBS got its name because of what people do when they watch their news programs.\n
2475                                                                                                                                                                                           I just listed: 'Never the Same, Evie, [Lp, Vinyl Album, WORD,8806]', for 10.00 via @amazon https://t.co/CygrsFo6X8\n
2476                                                                                                                                                      RT @Almaharel: Changing the ratio is possible!\n\n\n\n\n\n\nFaster than we like to admit...\n\n\n\n\n\n\nTY @FCBChicago @HP @pjpereirajr @cindygallop… \n
2477                                                                                                                                                                           @DailyCaller Why not? Wait and see- mistakes don't make the man, how the man handles the mistakes makes the man\n\n\n\n\n\n\n@Nike\n
2478                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/xwzduTSPti\n
2479                                                                                                                                                                                   RT @AddictedToCFC: Last day of @adidas 's contract with Chelsea, it was a brilliant ride together. https://t.co/XPwIHwh1eR\n
2480                                                                                                                                                                              RT @MilitaryFamOf8: Driving through #NYC in the @Nissan Murano, it rides so smooth! @blogginmamas @nissanusa #NissanDiversity… \n
2481                                                                                                                                                                                                      RT @WillieJones: how many RTs to get y'all to stream Proud Family ?\n\n\n\n\n\n\n\n\n\n\n\n\n\n@netflix\n
2482                                                                                                                                                                 RT @ATT: @blushedhalsey Turn that frown upside down, Jenna, we've got your 🎫 to the hottest show of the summer. ☀️ DM us for details! #Summ…\n
2483                                                                                                                                                                                                             RT @JoelHamlet: Which phone service has the best covfefe, @ATT or @verizon? Asking for a friend.\n
2484                                                                                                                                                                  RT @PamelaGeller: .@SarahKSilverman's 'comedy' promo 4 @netflix mocks Jesus &amp; GOP. Why don't you make fun of Muhammad, u gutless trol… \n
2485                                                                                                                                                                  Today @Cisco introduces single Enterprise Agreement spanning infrastructure, collaboration and security. For more:… https://t.co/S25aCZsiOp\n
2486                                                                                                                                                                                                         RT @Nissan: Gleaming ✨ ✨ ✨ #370Z #Nissan370Z\n\n\n\n\n\n\n📷: @itabashi87 https://t.co/RtyIRsqjH9\n
2487                                                                                                                      RT @FemalesForTrump: .@GEICO @coldeeze @IHOP @ADT @tylenol @verizon @HomeAdvisor\n\n\n\n\n\n\n👆🏻👇🏻\n\n\n\n\n\n\nBOYCOTT @CNN Advertisers!\n\n\n\n\n\n\nThey taught us how to use o…\n
2488                                                                                                                                                                                                          Trump blasts Russia probe, touts ex-adviser Page over FBI, CIA https://t.co/SPRB8tqOwK via @Reuters\n
2489                                                                                                                                                RT @NetflixLifee: .@cwthe100 season 4 is coming to @netflix TONIGHT!\n\n\n\n\n\n\nhttps://t.co/RE7XSweFKr\n\n\n\n\n\n\n@MisElizaJane @WildpipM @linzzmorgan… \n
2490                                                                                                                                                                 @TMobile Downloaded the app on my personal phone first, went thru the prompts and logged in, and set that line up a… https://t.co/XBvp2m5GWc\n
2491                                                                                                                                                                                           RT @DangChristian: Dear @Apple pleasseee trust me !! When I type "shit" that's what I'm tryna say !! Not "shot" 😑\n
2492                                                                                                                                                      RT @Almaharel: Changing the ratio is possible!\n\n\n\n\n\n\nFaster than we like to admit...\n\n\n\n\n\n\nTY @FCBChicago @HP @pjpereirajr @cindygallop… \n
2493                                                                                                                                                                                  @verizon can you PLEASE fix the coverage in Stonegate, Parker Colorado. Phone calls cut out all the time there, it's awful!\n
2494                                                                                                                                                                  How is @CW_TheFlash Season 3 on @netflix already, 8 days after season finale!?! Netflix, are you trying to keep me… https://t.co/4Eq1a9ld7z\n
2495                                                                                                                      RT @FemalesForTrump: .@GEICO @coldeeze @IHOP @ADT @tylenol @verizon @HomeAdvisor\n\n\n\n\n\n\n👆🏻👇🏻\n\n\n\n\n\n\nBOYCOTT @CNN Advertisers!\n\n\n\n\n\n\nThey taught us how to use o…\n
2496                                                                                                                                                                             RT @VassB: NEWS: #YouthPanel report will be released on Thursday, June 1st. We'll be doing a @facebook LIVE chat 4PM. Will lea… \n
2497                                                                                                                                                                                                                  RT @Reuters: Uber posts $708 million loss, finance head leaves: WSJ https://t.co/p9VSYkQSWP\n
2498                                                                                                                                                      RT @Almaharel: Changing the ratio is possible!\n\n\n\n\n\n\nFaster than we like to admit...\n\n\n\n\n\n\nTY @FCBChicago @HP @pjpereirajr @cindygallop… \n
2499                                                                                                                                                                                         Check out Transformers Bumblebee 5"x7" Picture In 6"x8" Wall Hanging Or Standing Frame https://t.co/Ziva1BpqS8 @eBay\n
2500                                                                                                                                                                                 @andyymckenna #SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/lVZVOwHZvt\n\n\n\n\n\n\n@netflix @hulu @MTV\n
2501                                                                                                                                                                 @dr_pete @RonellSmith I'm surprised @Starbucks haven't changed their menu to #covfefe by now. As in, "can I get a v… https://t.co/576lAb5w2o\n
2502                                                                                                                                                                                                                  Uber posts $708 million loss, finance head leaves: WSJ https://t.co/U6hy0UVIk1 via @Reuters\n
2503                                                                                                                                                                          RT @B24Maria: @chuckwoolery @cvspharmacy @Walgreens @Walmart  Please don't give in to the left-wing domestic terrorists. Paid, or… \n
2504                                                                                                                                                                 RT @OliMauritania: @Cernovich The New Right has badly hurt @espn , @KelloggsUS , @Target , @NFL, @Macys and many more who attacked us first…\n
2505                                                                                                                                                RT @NetflixLifee: .@cwthe100 season 4 is coming to @netflix TONIGHT!\n\n\n\n\n\n\nhttps://t.co/RE7XSweFKr\n\n\n\n\n\n\n@MisElizaJane @WildpipM @linzzmorgan… \n
2506                                                                                                                                                                                                                  RT @Reuters: Uber posts $708 million loss, finance head leaves: WSJ https://t.co/p9VSYkQSWP\n
2507                                                                                                                                                                       RT @nelsonramiz: @GreenBiz @GoldmanSachs This is what you call "clean"? Your conscious will pay for your dirty hands. My God forgive… \n
2508                                                                                                                                                                                                                                                    Clearly, I'm aiming to be @amazon restaurants #1 customer\n
2509                                                                                                                                                                                                         Check out Snoopy 5"x7" Picture In 6"x8" Wall Hanging Or Standing Frame https://t.co/p1kqhTxzfL @eBay\n
2510                                                                                                                                                                                            Check out LOT OF 48, RESTAURANT QUALITY ELEGANCE DINNER FORKS, STAINLESS STEEL  https://t.co/xQs4lCUG7W via @eBay\n
2511                                                                                                                                                  @GoldmanSachs @washingtonpost @BBCWorld @CNNEE @OEA_oficial @MiamiHerald &lt;&lt;&lt;PLEASE READ ABOVE\n\n\n\n\n\n\n@PresidenciaMX… https://t.co/eUCXpcwVqh\n
2512                                                                                                                                                                                       RT @Reuters: Trump administration approves tougher visa vetting, including social media checks https://t.co/0KvtvCKRvz\n
2513                                                                                                                                                                                      Check out 1QS,Rosary,Cremation Jewelry,Keepsake Urn,Cremation Urn,Cremation Cylinder  https://t.co/hn2oIAAuUO via @eBay\n
2514                                                                                                                                                             @GROWSOMEBALLS88 @prolinered @CBS 💯he is a TOTAL scumbag!!!! Hmu anytime frind!! Keep the fight!!!!!\n\n\n\n\n\n\n#MAGA\n\n\n\n\n\n\n#TRUMP2020\n
2515                                                                                                                                                                  Fair pay, reliable hours, and family leave. Stand with #WomenWhoWork @Walmart as they demand basic workers’ rights. https://t.co/8WwAHY079D\n
2516                                                                                                                                                                                       RT @Reuters: Trump administration approves tougher visa vetting, including social media checks https://t.co/0KvtvCKRvz\n
2517                                                                                                                                       RT @mjwestbrook10: *walk into @Starbucks wearing my badge*\n\n\n\n\n\n\n*woman looks at me* Oh man, my library books are due tomorrow! \n\n\n\n\n\n\n#librarylife #li…\n
2518                                                                                                                                                                                       RT @Reuters: Trump administration approves tougher visa vetting, including social media checks https://t.co/0KvtvCKRvz\n
2519                                                                                                                                       RT @AishaHinds: "Ain't no one get to sit this one out!" #UndergroundOnNetflix #UndergroundOnNetflix\n\n\n\n\n\n\n#UndergroundOnNetflix \n\n\n\n\n\n\n@netflix https:/…\n
2520                                                                                                                                                                 @pkafka #sheriredstone "content is being more highly valued more than ever before @Viacom has to create great conte… https://t.co/uaXcvXy2Dc\n
2521                                                                                                                                                                                 RT @BleacherReport: Trust the Process 🙏\n\n\n\n\n\n\n \n\n\n\n\n\n\nGame of Zones x Embiid (➡️ @ATT) https://t.co/fYdBWmm478\n
2522                                                                                                                            RT @JVER1: 🇺🇸🇺🇸\n\n\n\n\n\n\n🚨💥HELP💥🚨\n\n\n\n\n\n\n@chuckwoolery IS UNDER ASSAULT BY THE LEFT‼️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy… \n
2523                                                                                                                            RT @JVER1: 🇺🇸🇺🇸\n\n\n\n\n\n\n🚨💥HELP💥🚨\n\n\n\n\n\n\n@chuckwoolery IS UNDER ASSAULT BY THE LEFT‼️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy… \n
2524                                                                                                                                                                            RT @Google: Today’s #GoogleDoodle celebrates groundbreaking, award-winning architect Zaha Hadid and the legacy of her designs →… \n
2525                                                                                                                                                                  Fair pay, reliable hours, and family leave. Stand with #WomenWhoWork @Walmart as they demand basic workers’ rights. https://t.co/gomWuZt8tM\n
2526                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2527                                                                                                                                                                                                             Promises, Promises: Meet Queen Melissa by Charles A. Johnson https://t.co/L3go1Z8okN via @amazon\n
2528                                                                                                                                                                         Check out Stainless Steel Men's Ring "Dad" Ring Engraved Love You Dad on inside of ring #Unbranded https://t.co/mRfMAhAn4g via @eBay\n
2529                                                                                                                                                                          Check out New Men Rings Size 11, 65 mm Skull Cool Demon Biker Punk Jewelry Stainless Steel #Skull https://t.co/zRYLULM2fB via @eBay\n
2530                                                                                                                                                                                                   'War on sugar' takes toll; Asia, Brazil struggle to make up shortfall https://t.co/gSHHByeEo9 via @Reuters\n
2531                                                                                                                                                RT @NetflixLifee: .@cwthe100 season 4 is coming to @netflix TONIGHT!\n\n\n\n\n\n\nhttps://t.co/RE7XSweFKr\n\n\n\n\n\n\n@MisElizaJane @WildpipM @linzzmorgan… \n
2532                                                                                                                                                                                 RT @BleacherReport: Trust the Process 🙏\n\n\n\n\n\n\n \n\n\n\n\n\n\nGame of Zones x Embiid (➡️ @ATT) https://t.co/fYdBWmm478\n
2533                                                                                                                                                                          RT @dango579: @GoldmanSachs @Reuters By investing in Venezuelans bonds, you are financing a dictatorship. Our people r being oppr… \n
2534                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2535                                                                                                                                                                                  RT @LeckyBecky123: @ABCStudios @CrimMinds_CBS @CBS @CBSTVStudios @ecmess CM wz everything,w/out Hotch,it's nothing, empty… \n
2536                                                                                                                                                                                  RT @LeckyBecky123: @CrimMinds_CBS @CBS @ecmess @ABCStudios @CBSTweet "Out of suffering have emerged the strongest souls."… \n
2537                                                                                                                                                                 @Computerworld @jmbrandonbb True, but the @Microsoft team dedicated to #Office for mac has done an amazing job of l… https://t.co/2RvfVFkFjZ\n
2538                                                                                                                                                                    RT @Loreal: Follow us to find out in the last issue of the #MonthlyDigest L’Oréal #USA, our 1st global subsidiary https://t.co/w8PwohkNnb\n
2539                                                                                                                                                 RT @SportsNation: America has spoken.\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt's time for the @Toyota #PulseOfTheNation poll results. Let's go! https://t.co/llsmrtSIXK\n
2540                                                                                                                                                                                                                                                                               @Reuters Move on lady, really!\n
2541                                                                                    RT @petefrt: THE RACHEL MADDOW SHOW\n\n\n\n\n\n\nAdvertisers:\n\n\n\n\n\n\n\n\n\n\n\n\n\n@WeAreFarmers \n\n\n\n\n\n\n@Flonase\n\n\n\n\n\n\n@Hyundai\n\n\n\n\n\n\n@Kia\n\n\n\n\n\n\n@Mercedes-Benz https://t.co/Imd3DgQPqJ\n
2542                                                                                                                                                                                 RT @BryanClarkCHI: If @Starbucks doesn't release an orange drink called #covfefe, then why even have a marketing department?\n
2543                                                                                                                                                 RT @SportsNation: America has spoken.\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt's time for the @Toyota #PulseOfTheNation poll results. Let's go! https://t.co/llsmrtSIXK\n
2544                                                                                                                                                         Dear @GoldmanSachs, thank you for the new supply of tear gas and murder weapons you just helped buy! Enjoy your bonds. \n\n\n\n\n\n\nSincerely, vzla\n
2545                                                                                                                                                                                       RT @RealMuckmaker: Trump blasts Russia probe, touts ex-adviser Page over FBI, CIA https://t.co/gGTECygOuT via @Reuters\n
2546                                                                                                                                                                 RT @KevinDarryl: Fair pay, reliable hours, and family leave. Stand with #WomenWhoWork @Walmart as they demand basic workers’ rights. https:…\n
2547                                                                                                                                                                                                                           Silly @netflix , Wednesdays are for @hulu ! #TGIW #handmaidstale  @HandmaidsOnHulu\n
2548     TREASONOUS BASTARDS.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@CNN \n\n\n\n\n\n\n\n\n\n\n\n\n\n@TMZ \n\n\n\n\n\n\n\n\n\n\n\n\n\n@Yahoo\n\n\n\n\n\n\n\n\n\n\n\n\n\nPEOPLE USED TO BE HUNG FOR TREASON. \n\n\n\n\n\n\n\n\n\n\n\n\n\nJUST SAYING.\n\n\n\n\n\n\n\n\n\n\n\n\n\nFREEDOM OF EXPRESSI… https://t.co/Kgc23uiXE2\n
2549                                                                                                                                                                                       RT @Reuters: Trump administration approves tougher visa vetting, including social media checks https://t.co/0KvtvCKRvz\n
2550                                                                                                                                                                                        Be quick, @Ryanair seat sale for travel Sept/Oct/Nov ends midnight Thursday 1st June #Travel… https://t.co/vY0DnFTwpX\n
2551                                                                                                                                                                       @TMobile latest technology! As fast as using a rotary phone, talking to an operator, asking for information... https://t.co/Vxlw6yCBJQ\n
2552                                                                                                                                                                              RT @g808: @Anthony131368 @Julius_Jonsin @TMobile It's more than that, the constant upsell or even refusing to sell a phone at… \n
2553                                                                                                                                                             RT @WomenintheWorld: Need some inspiration? Check out one of our @Toyota Mothers of Invention @KomalDadlani, CEO &amp; Co-Founder of @Lab_4U: h…\n
2554                                                                                                                                              RT @Lizp3518: @CBS @ABCStudios @CrimMinds_CBS \n\n\n\n\n\n\nTG never needed to beg for viewers \n\n\n\n\n\n\n#NoHotchNoWatch \n\n\n\n\n\n\n#ThomasGibsonForever\n
2555                                                                                                                                                                  RT @DolarToday: #GoldmanFinancesTheDictatorship   @GoldmanSachs finances the repression, hunger and corruption of Maduro’s dictatorship in…\n
2556                                                                                                                                                                          RT @japlavaud: @GoldmanSachs Y'are supporting the Venezuelan narco regime by buying illegal "hunger bonds", we will not recognize… \n
2557                                                                                                                            RT @JVER1: 🇺🇸🇺🇸\n\n\n\n\n\n\n🚨💥HELP💥🚨\n\n\n\n\n\n\n@chuckwoolery IS UNDER ASSAULT BY THE LEFT‼️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy… \n
2558                                                                                                                            RT @JVER1: 🇺🇸🇺🇸\n\n\n\n\n\n\n🚨💥HELP💥🚨\n\n\n\n\n\n\n@chuckwoolery IS UNDER ASSAULT BY THE LEFT‼️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy… \n
2559                                                                                                                                                                 RT @Julio650: @GoldmanSachs I invite you all to visit Venezuela just for a week. But no, it's easier to help murderers in Venezuela from NYC\n
2560                                                                                                                                                                  Fair pay, reliable hours, and family leave. Stand with #WomenWhoWork @Walmart as they demand basic workers’ rights. https://t.co/lPYglErPUE\n
2561                                                                                                                                                                  Life is a highway. I want to ride it...lol. Highway driving in the @Ford CMAX hybrid saves on gas and is a smooth,… https://t.co/nLvC4jbkjT\n
2562                                                                                                                                                                  fuck, man. there's an annoying ass homeless guy in @Starbucks on the next table over talking to himself. Why do ya'll let these ppl in?!?!!\n
2563                                                                                                                                                                                                         RT @Nissan: Gleaming ✨ ✨ ✨ #370Z #Nissan370Z\n\n\n\n\n\n\n📷: @itabashi87 https://t.co/RtyIRsqjH9\n
2564                                                                                                                                                                           Check out 2x 2.5" #RED #4LED #Round #SideMarker Led #Clearance #Tail #Light 12V #Truck #Trailer  https://t.co/ipf4H563R9 via @eBay\n
2565                                                                                                                                       RT @AishaHinds: "Ain't no one get to sit this one out!" #UndergroundOnNetflix #UndergroundOnNetflix\n\n\n\n\n\n\n#UndergroundOnNetflix \n\n\n\n\n\n\n@netflix https:/…\n
2566                                                                                                                                                                                                   Check out 2.2" Chinese Nature Hetian Nephrite Raw Jade with Yellow Skin  https://t.co/OKsyKK92kA via @eBay\n
2567                                                                                                                                                                                                 Check out Ridgid 12R 1/2" Pipe Threading Threader Die Head Conduit #RIDGID https://t.co/0GtiTkX2Ft via @eBay\n
2568                                                                                                                                                                                                            Check out 2" China Nature Nephrite Hetian Raw Jade Green Color  https://t.co/3i4vKCWzgm via @eBay\n
2569                                                                                                                                                                 When your package is lost, don't count on @FedEx . 2nd time in a month that they my items didn't get delivered. No one can do anything #fail\n
2570                                                                                                                                                                           Check out Affordable original art monotype, gelli, handmade, matted, ready for framing #Abstract https://t.co/EUhmXEmMWf via @eBay\n
2571                                                                                                                                                                                     Check out 2.4" China Certified Grade A Nature Hisui Jadeite Jade Green Women's Bangle  https://t.co/MD8Fj6Q0UC via @eBay\n
2572                                                                                                                                                                                                                               @Cisco \n\n\n\n\n\n\nWow I couldn't believe you advertise on Maddie. Shameful.\n
2573                                                                                                                                                                      @GoldmanSachs Venezuelan people needs medicine,food, peace &amp; freedom#GoldmanBloodBonds #GoldmanFundsMaduro… https://t.co/D5eqnmSYAK\n
2574                                                                                                                            RT @JVER1: 🇺🇸🇺🇸\n\n\n\n\n\n\n🚨💥HELP💥🚨\n\n\n\n\n\n\n@chuckwoolery IS UNDER ASSAULT BY THE LEFT‼️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy… \n
2575                                                                                                                                                                                                                     Check out Silver Mirror 5 " new in box #davcosilverltd https://t.co/0czE6voVK5 via @eBay\n
2576                                                                                                                                                                                                   Is that a weed plant? (at @McDonalds in San Francisco, CA) https://t.co/GddvcZNTOq https://t.co/0djv4dojgu\n
2577                                                                                                                                                RT @NetflixLifee: .@cwthe100 season 4 is coming to @netflix TONIGHT!\n\n\n\n\n\n\nhttps://t.co/RE7XSweFKr\n\n\n\n\n\n\n@MisElizaJane @WildpipM @linzzmorgan… \n
2578                                                                                                                                                                  RT @PamelaGeller: .@SarahKSilverman's 'comedy' promo 4 @netflix mocks Jesus &amp; GOP. Why don't you make fun of Muhammad, u gutless trol… \n
2579                                                                                                                                                                                        RT @intel: Take megatasking, gaming, VR and content creation to the highest level with #Intel Core i9 #Computex2017… \n
2580                                                                                                                            RT @JVER1: 🇺🇸🇺🇸\n\n\n\n\n\n\n🚨💥HELP💥🚨\n\n\n\n\n\n\n@chuckwoolery IS UNDER ASSAULT BY THE LEFT‼️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy… \n
2581                                                                                                                                                                                  @TMobile Thanks for the @PapaJohns pizza, free @lyft ride and movie! Love when you guys hook me up! #Thankiversary #contest\n
2582                                                                                                                                                                                                    @thekidet @netflix Watch "Homecoming King" with @hasanminhaj if you haven't watched it yet. It's so good.\n
2583                                                                                                                                                                                                           @LaBellDebi @MyKingSoopers @kroger Did you see my label, my avatar? \n\n\n\n\n\n\nYou need to ask?\n
2584                                                                                                                                                                     RT @e_sarin: For those who need a visa to go to the US, the application is about to get a lot tougher | @Reuters https://t.co/rBG5bf4tOi\n
2585                                                                                                                                                                  Fair pay, reliable hours, and family leave. Stand with #WomenWhoWork @Walmart as they demand basic workers’ rights. https://t.co/SW6HSp1I3D\n
2586                                                                                                                                                                                     Check out HARLEY QUINN PINUP INK DRAWING 8.5"x11" ORIGINAL COMIC ART PRINT by Keyeske  https://t.co/9anU5TzgLg via @eBay\n
2587                                                                                                                                           RT @1VirtualPixie: WE SUPPORT CHUCK WOOLERY\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy @SmartMouth \n\n\n\n\n\n\nREMOVING SPONSORSHIP WILL R… \n
2588                                                                                                                                                                                             RT @alivaldes: @GreenBiz @GoldmanSachs Yes, you just proved that by buying Hunger Bonds from criminal Maduro! 👍\n
2589                                                                                                                                                                 RT @ost247: Lottery pick De'Aaron Fox has agreed to a multi-year shoe deal with @Nike, according to @TheVertical. The UK PG was a top targe…\n
2590                                                                                                                                                                                          Check out 18" HANDMADE LAMPWORK  GREEN GLASS HEART NECKLACE 46 #Handmade #Pendant https://t.co/6JrwZTrsMe via @eBay\n
2591                                                                                                                                                            @nikik0ss @NikiKoss @katelyntarver #SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/lVZVOwHZvt\n\n\n\n\n\n\n@netflix @hulu @MTV\n
2592                                                                                                                                                        @GoldmanSachs &lt;&lt;&lt;PLEASE READ ABOVE\n\n\n\n\n\n\n@marcorubio @beatrizbecerrab @PARLASUR @Europarl_ES @ParlAmericas @ONU_derechos @Pontifex_es\n
2593                                                                                                                                                                         BRIEF-Chesapeake Energy Corp director R. Brad Martin buys 20,000 shares of co's stock on May 26 https://t.co/FYlmESyg5d via @Reuters\n
2594                                                                                                                                                                        RT @IBMSAPAlliance: Prepare for Your #SAP #SuccessFactors Journey – A 1-day event from @SAP, @IBM &amp; @SAPinsider. #1daySFJourney… \n
2595                                                                                                                                                                       Belief in the customer, @Adobe and the future. How our consultant of the year leads with success.  #AdobeLife… https://t.co/tMzAKGcCjZ\n
2596                                                                                                                                           RT @1VirtualPixie: WE SUPPORT CHUCK WOOLERY\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy @SmartMouth \n\n\n\n\n\n\nREMOVING SPONSORSHIP WILL R… \n
2597                                                                                                                                                                 RT @Reuters: Trump administration approves tougher visa vetting, including social media checks https://t.co/zYB4YcGmzR https://t.co/qzpG8TS…\n
2598                                                                                                                                                                                                                                                               @netflix Renew sense8, bring back the get down\n
2599                                                                                                                                                                 RT @Reuters: Trump administration approves tougher visa vetting, including social media checks https://t.co/zYB4YcGmzR https://t.co/qzpG8TS…\n
2600                                                                                                                                                                 RT @Reuters: Trump administration approves tougher visa vetting, including social media checks https://t.co/zYB4YcGmzR https://t.co/qzpG8TS…\n
2601                                                                                                                 Today was complete shit. \n\n\n\n\n\n\n\n\n\n\n\n\n\nI’m bout to smoke &amp; chill but not Netflix because @comcast @XFINITY 🙄\n\n\n\n\n\n\n\n\n\n\n\n\n\nAlso I’m unable to let things go.\n
2602                                                                                                                                                                                                           @SleepintheGardn @netflix It's so devastating. Very hard to watch but a great, eye opening series.\n
2603                                                                                                                                                                 RT @Reuters: Trump administration approves tougher visa vetting, including social media checks https://t.co/zYB4YcGmzR https://t.co/qzpG8TS…\n
2604                                                                                                                                                                                                                             Check out ANGELICA, self-titled, promo poster  https://t.co/nLhvFL22lk via @eBay\n
2605                                                                                                                                                                 Tesla Motors passed @BMW in market value, next @Volkswagen and @Daimler. \n\n\n\n\n\n\nTime to take #EV's seriously? https://t.co/dadHfeviW4\n
2606                                                                                                                                That's one of the coolest doodle @Google. Scored 64.\n\n\n\n\n\n\n \n\n\n\n\n\n\nCrickHIT for Six in today's #Cricket #GoogleDoodle! 🏏 \n\n\n\n\n\n\nhttps://t.co/6WFFv2p8dO\n
2607                                                                                                                                                                                     @ranyduny #SaveFakingIt by signing this petition!!\n\n\n\n\n\n\nhttps://t.co/tudJ0JmbeV\n\n\n\n\n\n\n@netflix @hulu @MTV\n
2608                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/lB10x0awNk\n
2609                                                                                                                                                                  #deal sold by #uniqueTEA with #free #oolongTea Sample #SMSA36BA #StainlessSteelMug, 12-... by Zojirushi https://t.co/9LSuZ6oT8e via @amazon\n
2610                                                                                                                                                                                                                       @ArronIMBrown1 @Reuters Disagree, we are all being cheated and need to Drain the Swamp\n
2611                                                                                                                                                                 RT @pash22: Mylan may have overcharged U.S. for EpiPen by $1.27 billion, says @HHSGov  https://t.co/uHvhdd9c0K via @Reuters https://t.co/HZ…\n
2612                                                                                                                                                                    RT @AllTheLoveCoco: Honestly @adidas I dunno who does your campaign planning but how did you hire Kendall over @Louis_Tomlinson, seriou… \n
2613                                                                                                                                                                           Check out Franciscan Pebble Beach 26-Piece Luncheon Set for 8, cups, plates, platter #Franciscan https://t.co/i7yRfa3WkW via @eBay\n
2614                                                                                                                            RT @JVER1: 🇺🇸🇺🇸\n\n\n\n\n\n\n🚨💥HELP💥🚨\n\n\n\n\n\n\n@chuckwoolery IS UNDER ASSAULT BY THE LEFT‼️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@australiandream @Walgreens @Walmart @cvspharmacy… \n
2615                                                                                                                                                                                     Check out 1930s Georges Rouault, Clowns Fine Art,  Verve Heliogravure,  Free Shipping  https://t.co/8JHIm8Cr1p via @eBay\n
2616                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2617                                                                                                                                                                   @netflix - We share love, happiness &amp; different emotions. We are not just watching, we're experiencing Sense8… https://t.co/Dapq7TnVdq\n
2618                                                                                                                                                                             RT @Google: We're celebrating 10 years of #StreetView! Seven continents, 83 countries, millions of miles, one epic road trip →… \n
2619                                                                                                                                                                                      @TMobile I loved the socks! They're cute, and high enough I can wear them with my ankle braces. #Thankiversary #contest\n
2620                                                                                                                                                                                RT @jjriverom: @GoldmanSachs invest in bloodshed. You will lose that money, #Venezuela will not payback because was illegal… \n
2621                                                                                                                                                                                              Even though I work construction and am constantly searching for rooms, I'll NEVER use @bookingcom. #fireHannity\n
2622                                                                                                                                                                  RT @DolarToday: #GoldmanFinancesTheDictatorship   @GoldmanSachs finances the repression, hunger and corruption of Maduro’s dictatorship in…\n
2623                                                                                                                                          Join us #Developers Because is interesting! @IBM @ThePSF\n\n\n\n\n\n\n@api_ai @IBMWatson @java @kotlin @JavaScript @objectivec\n\n\n\n\n\n\nhttps://t.co/xquZDNrlTg\n
2624                                                                                                                                                                                                     Local business, global ambition: The new export opportunity for SMEs https://t.co/HbHnT28cvn via @Google\n
2625                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2626                                                                                                                                                                   - @Bloodline Season 3 = ✔️\n\n\n\n\n\n\n\n\n\n\n\n\n\n- On to @HouseofCards Season 5\n\n\n\n\n\n\n\n\n\n\n\n\n\n- Never leave us, @netflix.\n
2627                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2628                                                                                                                                                                       Check out Girls H M H&amp;M Red Dress- With Emoji Watermelons, Smiley Face, Size 6 6X 7 8 #HM #Dress https://t.co/UtGr9wEizv via @eBay\n
2629                                                                                                                                                                                                                     As China ushers in new cyber law, misgivings remain https://t.co/rivIksdhM0 via @Reuters\n
2630                                                                                                                  RT @wu_yi_fan: 170601 #KrisWu &lt;72 Floors of Mystery&gt; Recording\n\n\n\n\n\n\n👕Tee: @Burberry\n\n\n\n\n\n\n👟Sneakers: @Nike \n\n\n\n\n\n\n(cr: What_WuYifan_Wears) https://t.co/MR2R…\n
2631                                                                                                                                                                                              RT @Starbucks: #IcedCoffee: ooh so bright.\n\n\n\n\n\n\n#ColdBrew: ahh-mazingly smooth. https://t.co/GaMe88NtoD\n
2632                                                                                                                                                                                                RT @netflix: Don't cry because it's over, smile because you're probably going to rewatch it in a week anyway.\n
2633                                                                                                                                                                          The SAGE Handbook of Outdoor Play and Learning by TIM WALLER https://t.co/O69TrbifhF via @amazon\n\n\n\n\n\n\nReleased next month!!\n
2634                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2635                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2636                                                                                                                                                                  @ATT @ATTCares What is this? The stone age? ...Not acceptable. I haven't been able to get consistent speed really,… https://t.co/wSOd7PWlY5\n
2637                                                                                                                                                                      @easyJet if the app tells you that your flight is delayed, but they tell you to board. DO NOT. You'll sit locked on the plane for 2hrs.\n
2638                                                                                                                                                                  RT @Sense8Lady: Neither Lana not @netflix ever said this is a 2 hour finale, they said it's a 2 hour special. Lana infact said, afterwards…\n
2639                                                                                                                                                                                                            RT @netflix: Fool me once, strike one. But fool me twice... strike three. https://t.co/VVyUvWXqae\n
2640                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2641                                                                                                                                                                                      Went on @SkyNews the other day, talking about @facebook and whether it is like church – or not! https://t.co/Q9EdsiN7N4\n
2642                                                                                                                                                     @Reuters GET FREE AMAZON GIFT CARD HERE \n\n\n\n\n\n\nhttps://t.co/2JK63aOIfO \n\n\n\n\n\n\nhttps://t.co/CKCJrvv40I\n\n\n\n\n\n\nhttps://t.co/4A0BCqGRKx\n
2643                                                                                                                                                     @Reuters GET FREE AMAZON GIFT CARD HERE \n\n\n\n\n\n\nhttps://t.co/2JK63aOIfO \n\n\n\n\n\n\nhttps://t.co/CKCJrvv40I\n\n\n\n\n\n\nhttps://t.co/4A0BCqGRKx\n
2644                                                                                                                                                                   @netflix AND you only give us the first half, while the latter half has already aired.  Fuck you guys, you're part of the fucking problem.\n
2645                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2646                                                                                                                                                RT @nextofficial: RT if your beach checklist is looking a little suttin' like this! ✔️\n\n\n\n\n\n\n📷 @iamalisonperry \n\n\n\n\n\n\nhttps://t.co/YPEbVVLM4g… \n
2647                                                                                                                                       RT @DoctorDazza: As expected, only the first 13 episodes of #LittleWitchAcademia are now on @netflix.\n\n\n\n\n\n\n\n\n\n\n\n\n\nNot the "ALL EPISODES" is it? https:…\n
2648                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2649                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2650                                                                                                                                                   RT @juanblanco76: The 7 Intuitive Laws of Employee Loyalty. By @Customerfanatix. Now available on @amazon \n\n\n\n\n\n\nhttps://t.co/G5FKF5cap2 👈 https:…\n
2651                                                                                                                                                                                  @ICC @Nissan @mandhana_smriti @stafanie07 Celebration jump copy kat of\n\n\n\n\n\n\n@REALsaeedajmal &amp;  @M_IrfanOfficial\n
2652                                                                                                                                                                           RT @ATT: Get your "Awwwwww" on with unlimited 🐱 videos from AT&amp;T. Learn more: https://t.co/ox2uE3aBar https://t.co/6q40Dkbmqs\n
2653                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2654                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2655                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2656                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/kLdcwpnCiQ\n
2657                                                                                                                                                                                                                                                      @Aparna @facebook I just tested it on mine, it doesn't.\n
2658                                                                                                                                       RT @LboroJobNetwork: UK Regulatory Compliance Assistant role on offer courtesy of @HSBC \n\n\n\n\n\n\n@LboroSBE\n\n\n\n\n\n\nhttps://t.co/dyiza5nkkk https://t.co/JIG…\n
2659                                                                                                                                                                            RT @Reuters: U.S. travel ban taking effect, barring many relatives https://t.co/J7xs2CRie1 Via @ReutersTV https://t.co/Od7CulzN4O\n
2660                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2661                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2662                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2663                                                                                                                                                     RT @amazon: #PrimeDay is back! Find epic deals on everything you’re into July 11th. \n\n\n\n\n\n\n❤️ to get a reminder when the deals begin! https://t.c…\n
2664                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2665                                                                                                                                                    RT @major_shield: @MingNa Tomorrow watch this and you Voice someone I can't wait to see it this movie\n\n\n\n\n\n\n@NetflixLifee @netflix https://t.co/l…\n
2666                                                                                                                                                                                                      Fzi Cai 12D Carry Buttock Body Shaping Tights, Stocking, Beige Colour https://t.co/cftCMZ87Mn via @eBay\n
2667                                                                                                                                                                                            Check out Old Soviet Glass Christmas Ornament Tree decoration - Owl, 1950-1960  https://t.co/HVdWVrgfJ5 via @eBay\n
2668                                                                                                                                                                 RT @realDonaldTrump: The FAKE NEWS media (failing @nytimes, @NBCNews, @ABC, @CBS, @CNN) is not my enemy, it is the enemy of the American Pe…\n
2669                                                                                                                                                                 RT @dinkydines: @easyJet hello, any update on the MCR to Catania flight scheduled to depart at 8:20, but following multiple delays now bein…\n
2670                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2671                                                                                                                                                                         RT @Microsoft: Tracking #TSM350 with the race management app. Built on @Windows 10, it transforms the way @NASCAR manages and offi… \n
2672                                                                                                                                                                   20 years ago, Esther Kiobel’s husband was executed. Now she is taking @Shell to court. Here’s why https://t.co/s848MXhfOj #Nigeria #Ogoni9\n
2673                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/7xcBTTlxBa\n
2674                                                                                                                                                                                  @FarmersWeekly @Bayer @Syngenta Tweets being character limited, you could have stopped at decline. What follows is obvious.\n
2675                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2676                                                                                                                                                         RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Signature Point Court Shoes £58\n\n\n\n\n\n\nhttps://t.co/TNRjTQKH17\n\n\n\n\n\n\nT&amp;Cs:… \n
2677                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2678                                                                                                                                                                                                            @ReutersUK @Reuters Get FREE...\n\n\n\n\n\n\nWorth $500 here\n\n\n\n\n\n\nhttps://t.co/BvbHjKW0Rg\n
2679                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2680                                                                                                                                                    RT @ARSA_Official: #ARSA Commander, Ata Ullah, denies quoting a figure '1 M or 1.5 M #Rohingyas' in his recent interview with @Reuters\n\n\n\n\n\n\n@Ric…\n
2681                                                                                                                                                    @FordMustang @Ford @VaughnGittinJr Dear all,\n\n\n\n\n\n\nI have a patent that registered in USPTO, so please direct me to the r… https://t.co/iWHOYwrNoS\n
2682                                                                                                                                                                                                                    RT @Disney: Trust your gut. 🧀🍓 Happy anniversary, #Ratatouille. https://t.co/WueJZs7eHg\n
2683                                                                                                                                                                            RT @Reuters: U.S. travel ban taking effect, barring many relatives https://t.co/J7xs2CRie1 Via @ReutersTV https://t.co/Od7CulzN4O\n
2684                                                                                                                                                                 @ChinaSaif @Barbara67001963 @MasonDorrbecker @Reuters do you mean there's, an abbreviation for there is, rather tha… https://t.co/cY2fTDkRG9\n
2685                                                                                                                                                                       *NEW, BLUE* Blue Crazy lace Agate w/Turquoise, crystal, jade. in gunmetal setting. AWESOME! #Pendant https://t.co/y5vVuKbqA4 via @eBay\n
2686                                                                                                                                                                           RT @ATT: Get your "Awwwwww" on with unlimited 🐱 videos from AT&amp;T. Learn more: https://t.co/ox2uE3aBar https://t.co/6q40Dkbmqs\n
2687                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2688                                                                                                                                                                             RT @NBA: #TBT: The top pick in the #NBADraft, @MarkelleF on @JimmyKimmelLive with @IAMGUILLERMO! @Cisco  https://t.co/M4hc3k48BW\n
2689                                                                                                                                                                        RT @Reuters: Their fortunes enmeshed, Trump and Putin to hold first meeting next week https://t.co/kW5bP1SVlB https://t.co/UMD307j1bd\n
2690                                                                                                                                                                                                        @_gracelatter @Tesco Is it me, or does it appear that someone was munching on the box in desperation?\n
2691                                                                                                                                                                        RT @Reuters: Their fortunes enmeshed, Trump and Putin to hold first meeting next week https://t.co/kW5bP1SVlB https://t.co/UMD307j1bd\n
2692                                                                                                                                                                        #EndingSoon OLGA Fit and Flare #Nightgown Size M Wine Red Long Gown 164" Sweep Maroon Nightie #Olga https://t.co/N9u4AYCzYs via @eBay\n
2693                                                                                                                                                                 Squeeze caused by firs like @Nestle who pushed prices higher post Brexit, yet do nothing when sugar and cocoa price… https://t.co/AAH5LqnKyr\n
2694                                                                                                                                                                                      Check out Classic Old Florida vintage artist A.E. "Beanie" Backus menu covers (Frameable) https://t.co/s9bai6A4Qw @eBay\n
2695                                                                                                                                                                                                                                        @Reuters win new apple pad here \n\n\n\n\n\n\nhttps://t.co/0TE1Byd2i3\n
2696                                                                                                                                                                         World's prettiest @Starbucks? New #Kyoto outlet set inside 100-year-old townhouse, via @CNNTravel @CNN &gt;… https://t.co/OCouPoLbYZ\n
2697                                                                                                                                                                                      Justin Boots Women's Gypsy Collection 12" Soft Toe ,Tan Jaguar,7.5 B US', for 92.99 via @amazon https://t.co/uHNKo1kL4c\n
2698                                                                                                                                                                                                                                              I'm at @Starbucks in Al Zour, Al Ahmadi https://t.co/iy1VaQlXlr\n
2699                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2700                                                                                                                                                                             RT @julieplec: Dear @netflix (and @freepeter), you just earned a spot in my cluster. This is the right thing to do. Thank you.… \n
2701                                                                                                                                                                  @devabeauty1 @amyrowlandsx @ASOS And these plus size queens are actually just regular sizes, it's down to the size… https://t.co/U1dkkJPN44\n
2702                                                                                                                                                                   RT @miss_magpie_spy: @Autumns_Mummy @MaisyMeowBlog @SianKNotIn3D @amyrowlandsx @ASOS Sorry to jump in, but you might like my blog. I ill… \n
2703                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2704                                                                                                                                                                  @georginamakings @Ryanair Thank you Georgina, do you still have the clip on your phone? If you do could you kindly… https://t.co/BhoCIGqnrM\n
2705                                                                                                                                                                                                   #Discount #broadband #router Technicolor TG582n router, new in box, unsealed https://t.co/JzeRfzpQ7n @eBay\n
2706                                                                                                                                                                                                                     @oniztiptoes @Ryanair A whole £2 !!\n\n\n\n\n\n\n\n\n\n\n\n\n\nHow will you ever manage?\n
2707                                                                                                                                                                 @Reuters TOLD U here, #XieJinPing, that #Trump's word is HIS, 2Keep or discard 2suit HIMSELF. Believe me now? But h… https://t.co/9A3QZRsN3c\n
2708                                                                                                                                                    RT @Solomofy: @facebook @Twitter @LinkedIn @instagram @YouTube Solomofy wishes you all Happy #SocialMediaDay.\n\n\n\n\n\n\n#ShadesOfSocial https://t.co/…\n
2709                                                                                                                                                                                                                  RT @TMobile: We can’t stop, won’t stop our #UnlimitedPride 🏳️‍🌈 #TBT https://t.co/Fp4iqr0lXE\n
2710                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2711                                                                                                                                                                          RT @KazeSkyz: @ATT @ATT -the company u're trying to acquire thinks the American voter is "stupid as sh*t", @KellyannePolls "looks… \n
2712                                                                                                                                                                              RT @IBM: Head on over to our Snapchat story today and take a tour through the @IBMResearch Lab in Yorktown Heights, NY (👻: I… \n
2713                                                                                                                                                                                         Weight Lifting Knee Wraps, Wrist Support Bandage Straps Pair Set, Camo (Blue,... https://t.co/79aU9E9d1H via @amazon\n
2714                                                                                                                                                                                                                    Another awesome movie by @netflix ! "Translation is sacred" #Okja https://t.co/SocAphHH8b\n
2715                                                                                                                                          Check out this Hand-Cut Crystal Beverage Dispenser \n\n\n\n\n\n\nhttps://t.co/Oo711Vlf9m via @eBay\n\n\n\n\n\n\n#glasses #kitchen #bar #dining #beverage #dispenser\n
2716                                                                                                                                                            RT @MasaoudSeraaly: Five suicide bombers attack Lebanese army during raids https://t.co/1dCcDbwcXW via @Reuters\n\n\n\n\n\n\n\n\n\n\n\n\n\n#عرسال\n
2717                                                                                                                                                                 RT @Reuters: Despite hacking charges, U.S. tech industry fought to keep ties to Russia spy service https://t.co/UR1HiCNFfc https://t.co/WaB…\n
2718                                                                                                                                                                 RT @Tesco: We’re reducing #FoodWaste by giving unsold surplus food to local charities, with 10 million meals provided. https://t.co/H7V1alQ…\n
2719                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2720                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2721                                                                                                                                                             Ed Rogers, Sr. Dr, Global Sustainability @UPS on how commitment &amp; strategic framework led to #SustaianbleDevelopment https://t.co/KztznSDOLH\n
2722                                                                                                                                                                 @Channel24 @News24 This isn't news, it's not noteworthy or important. I don't see @Reuters covering "soapies". Plea… https://t.co/BXUnLaOvWa\n
2723                                                                                                                                                                 @Apple The only reason your products seem good is cause they're optimised well, but that's it. They're very weak co… https://t.co/0vEsNVYDvJ\n
2724                                                                                                                                                                                                            RT @netflix: Fool me once, strike one. But fool me twice... strike three. https://t.co/VVyUvWXqae\n
2725                                                                                                                                                         RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: these Signature Point Court Shoes £58\n\n\n\n\n\n\nhttps://t.co/TNRjTQKH17\n\n\n\n\n\n\nT&amp;Cs:… \n
2726                                         @WellsFargo @LGBTfdn \n\n\n\n\n\n\n\n\n\n\n\n\n\nAnd uhh.   @ChiefSM @JuanRaigozaSMC \n\n\n\n\n\n\n@JohnMaltbie \n\n\n\n\n\n\n_______*_______ @UnionBank \n\n\n\n\n\n\n\n\n\n\n\n\n\n@CitizensAlumni \n\n\n\n\n\n\n\n\n\n\n\n\n\nRots o' Ruck.  🍀\n\n\n\n\n\n\n🚬🐶\n
2727                                                                                                                                                        .@zoom_us reaches out to @Cisco customers with integration app. Can #WebEx handle the competition? #video #ucoms\n\n\n\n\n\n\nhttps://t.co/NZkgWlhzmy\n
2728                                                                                                                                                                                  Check out 1 Strand AAA Fine Alexandrite Gemstone Faceted Rondelle Beads 3-4.5mm 16" Long  https://t.co/SSl97NbO68 via @eBay\n
2729                                                                                                                                                                  RT @EjmAlrai: If the problem persists on my account @Twitter @Support for whatever reason, you can find my articles on @facebook and on my…\n
2730                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2731                                                                                                                                                     RT @amazon: #PrimeDay is back! Find epic deals on everything you’re into July 11th. \n\n\n\n\n\n\n❤️ to get a reminder when the deals begin! https://t.c…\n
2732                                                                                                                                                                                                                    RT @Shell: What is it like to drive a #hydrogen car?\n\n\n\n\n\n\nhttps://t.co/bZr6alru47\n
2733                                                                                                                                                                                                        In New York, #France promises English-law contracts after Brexit https://t.co/gl2hQeonDs via @Reuters\n
2734                                                                                                                                                           @Reuters Good thing we have 3 branches of government, and he only occupies one. \n\n\n\n\n\n\n#Checked and #Balanced \n\n\n\n\n\n\nDebtor-In-Cheif\n
2735                                                                                                                                                                 RT @BP_plc: Balance returned to the #oil markets in 2016, Spencer Dale explains why. https://t.co/B7aKEWteYG #BPstats https://t.co/Yl3sHGNe…\n
2736                                                                                                                                                                          Check out 1 Strand Beautiful Yellow Opal Faceted 7-8mm Genuine Gemstone Beads 14.5" Long #Raagarw https://t.co/Lrw2hd7vai via @eBay\n
2737                                                                                                                                                                   @Starbucks @CostaCoffee @caffenerouk \n\n\n\n\n\n\nTime to clean up your act!\n\n\n\n\n\n\nhttps://t.co/20GXtRS7Gw https://t.co/i0UdG6fC0R\n
2738                                                                                                                          RT @Imported_Fun: When you have exhausted all possibilities, remember this, you haven't\n\n\n\n\n\n\n»Thomas Edison\n\n\n\n\n\n\n\n\n\n\n\n\n\n@generalelectric #GE #patent #desig…\n
2739                                                                                                                                                     RT @amazon: #PrimeDay is back! Find epic deals on everything you’re into July 11th. \n\n\n\n\n\n\n❤️ to get a reminder when the deals begin! https://t.c…\n
2740                                                                                                                                                                                                            RT @netflix: Fool me once, strike one. But fool me twice... strike three. https://t.co/VVyUvWXqae\n
2741                                                                                                                          RT @Gst_Learning: @Flipkart, @amazon India rain discounts to clear stocks ahead of #GSTrollout\n\n\n\n\n\n\nhttps://t.co/v0ZGeTybAx\n\n\n\n\n\n\n\n\n\n\n\n\n\n@snapdeal @myntra @…\n
2742                                                                                                                                                                                      So @netflix other countries get Full House, but the country it was made in doesn't.....fix this ish asap! #unacceptable\n
2743                                                                                                                                                                                                                   Check out World of Krystonia "THE STORMSLAYER" Retired   https://t.co/B2qIDkuBOP via @eBay\n
2744                                                                                                                                                                                RT @Nike: Why Not Zero?\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe math adds up. @russwest44 is the 2017 NBA MVP. https://t.co/T4kR6oFbJi\n
2745                                                                                                                                                    RT @Nike: Introducing, Nike React. \n\n\n\n\n\n\n\n\n\n\n\n\n\nAvailable globally August 3 in the Nike React Hyperdunk 2017 Flyknit and the Jordan.Supe… \n
2746                                                                                                                                                                              Check out Vintage Leaf &amp; Spiral Design Mug,pottery,brown,1960s,glazed -leaves,nature,cup  https://t.co/QSskiC2Fc9 via @eBay\n
2747                                                                                                                                                                     @Reuters I guess it's now ,so a few people might die but I am the king.He doesn't understand diplomacy or democracy at all it's just sad\n
2748                                                                                                                                                                 @EjmAlrai @Twitter @Support @facebook No. Contact them. Use the "Help Center", it's the only way to report the prob… https://t.co/Z3JzrmjIMQ\n
2749                                                                                                                                                                     RT @SpursOfficial: @Nike @nikefootball Trevor Edwards (@Nike President): "We are proud to partner with THFC, a club with a proud herit… \n
2750                                                                                                                                                                 @CyrusP1 @Serkzbk @Reuters They're not even aware of the iranian influence they inherited and bear, deeply rooted i… https://t.co/0WexPVr7Gs\n
2751                                                                                                                                                                 @easyJet Rushed through security and made the gate. Then there was an hour delay great, plus onboard service only h… https://t.co/B52vXBPeQE\n
2752                                                                                                                                                                 Finished with @Ryanair , 4 of us sitting apart across the length of the plane unless you pay to sit together. The nail in the coffin for me.\n
2753                                                                                                                                                                                                                                                                       @netflix yo, can I get your playlists?\n
2754                                                                                                                                                                             Check out Vintage White/Milk Glass Lamp Base &amp; Middle Piece,1930s,hobnail,textured -parts  https://t.co/CJchkEjysQ via @eBay\n
2755                                                                                                                                                "If you're not doing some things that are crazy, then you're doing the wrong things."\n\n\n\n\n\n\n\n\n\n\n\n\n\n-Larry Page, Co-founder &amp; CEO of @Google\n
2756                                                                                                                                                                          Check out YEEZY BOOST 350 V2 "WHITE BLACK RED" SPLY BY KANYE WEST - SOLD OUT - UK SIZE 10  #Yeezy https://t.co/PIfBQZqly2 via @eBay\n
2757                                                                                                                                          RT @manchesterfort: Win a £100 @Nike voucher!\n\n\n\n\n\n\nFor your chance to win this amazing prize, RT #CelebrateSummer.\n\n\n\n\n\n\nWinner announced over the… \n
2758                                                                                                                                                                             Boom! Fuck you @Apple, your genius said it was unfixable but they would sell us a new one 😂🖕🏼#hireme… https://t.co/UMeSqqOcYk\n
2759                                                                                                                                                                                                                                @tugba_fahim @netflix Don't worry, they won't because they're not getting it.\n
2760                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2761                                                                                                                                                                                            Tanzania submits bills so govt can renegotiate mining, gas contracts https://t.co/aEwyGmpV8o via @Reuters @Nasdaq\n
2762                                                                                                                                                                     RT @SpursOfficial: @Nike @nikefootball Trevor Edwards (@Nike President): "We are proud to partner with THFC, a club with a proud herit… \n
2763                                                                                                                                                                        RT @mpredli: My latest @InfoQ news piece featuring a new collaboration between @IBM and @lightbend and Q&amp;A with @mabrewer7, CEO… \n
2764                                                                                                                                                                     RT @SpursOfficial: @Nike @nikefootball Daniel Levy: "We are delighted to be partnering with @Nike, one of the world's leading brands."… \n
2765                                                                                                                                                                 Three of my favorite things all coming together - Patty Clement (on of my fav .clients), @GSHNC and @BankofAmerica!! https://t.co/i97g9s8jpH\n
2766                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2767                                                                                                                                                                 RT @Adobe: Sure your app works, but can users take it outside? Designing UX that works indoors and out: https://t.co/zYNUT21c0p https://t.c…\n
2768                                                                                                                                                                         @ChrissyzTweet @Google Considering Google can tell Da da dum dum da da dum dum is He's a Pirate, I have to say, I am not shocked lol\n
2769                                                                                                                                                                           Check out Scandinavian Oiled Oak Dining table, 6 black Leather seat chairs &amp; 19" leaf #HansK https://t.co/LRCUSPCG7A via @eBay\n
2770                                                                                                                                                                 RT @Journotopia: Philippine police executed my son, then pretended to save his life, says mother. @Reuters investigates: https://t.co/a6JGo…\n
2771                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2772                                                                                                                                                                     RT @SpursOfficial: @Nike @nikefootball Daniel Levy: "We are delighted to be partnering with @Nike, one of the world's leading brands."… \n
2773                                                                                                                                                                     RT @SpursOfficial: @Nike @nikefootball Daniel Levy: "We are delighted to be partnering with @Nike, one of the world's leading brands."… \n
2774                                                                                                                                                     RT @amazon: #PrimeDay is back! Find epic deals on everything you’re into July 11th. \n\n\n\n\n\n\n❤️ to get a reminder when the deals begin! https://t.c…\n
2775                                                                                                                                                                        Les Misérables The Bishop - YouTube, Thanks @Google For reminding me. One of my favorite stories of all time. https://t.co/bb3gbVb9vE\n
2776                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2777                                                                                                                                                                                                                                                                        Happy Birthday, @Apple #iPhoneAt10 !!\n
2778                                                                                                                                                                                                          How will @amazon affect the grocery biz? Well, think about who's No. 1 now. https://t.co/aq4oOTPFPK\n
2779                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2780                                                                                                                                                                            RT @Reuters: Despite hacking charges, U.S. tech industry fought to keep ties to Russia spy service: https://t.co/SZzw1ZnhRi via… \n
2781                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2782                                                                                                                                                                        RT @MajorFluff: BBBAAAAADDDDDD MEDIA -- So, @ATT is looking to purchase (TimeWarner) @CNN. This propaganda org oughta be cleaning u… \n
2783                                                                                                                                                                  Daily Flow markets down Thurs dragged by @Google @facebook @Citi @WellsFargo bucked trends, moving up @Walgreens to acquire @riteaid assets\n
2784                                                                                                                                                                               Check out this Amazon deal: Duck Covers Ultimate Patio Chair Cover, 40-Inch by Duck Covers https://t.co/3PgSjZLMUX via @amazon\n
2785                                                                                                                                                                           Amazon: 3-Piece Outdoor Furniture Set, Better Homes... by Better Homes and Gardens for $269.99 https://t.co/URcXmQEJHi via @amazon\n
2786                                                                                                                                                                 @YourboyJacoby @Reuters Sure, I'm like a Lannister in that I always pay my debts and don't owe any other person any… https://t.co/sKTSfWSsOj\n
2787                                                                                                                                                                        RT @DirtCoyote: There was a @Starbucks meeting where execs agreed furries will buy things that are bright, mismatched colors, a paw… \n
2788                                                                                                                                                                                             Check out MOTHERS DAY BY KING,JAIME (Blu-Ray)-Rebecca DeMornay #ANCHORBAYSTARZ https://t.co/3sFv8CEjTq via @eBay\n
2789                                                                                                                                                                                       @therealmvpxo @MaisyMeowBlog @amyrowlandsx @ASOS The fuck they own the size plus , the tall girl and small one etc....\n
2790                                                                                                                                                                    RT @IamVanessaVale: If u want monkey sex, I'm the one for the job. RIDE ME DIRTY #romance #IARTG @Google https://t.co/vi6Dgpiemy @Kobo:… \n
2791                                                                                                                                                                                                   Libya's oil output nears 1 million bpd, highest in four years: source https://t.co/xUAT3vUsOr via @Reuters\n
2792                                                                                                                                                                                               Check out JL Childress Gate Check Bag for Car Seats, Red Safety #JLChildress https://t.co/d2X8E7gT4k via @eBay\n
2793                                                                                                                                                                                                                     @pcmhatre @Starbucks No, I don't. The usual baristas know me. Today there was a new one.\n
2794                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/JBVAArtbZW\n
2795                                                                                                                                               Wasabi Power Battery (2-Pack) and Dual Charger for Action Sport Cameras \n\n\n\n\n\n\nhttps://t.co/JAD3VVCJFp via @amazon\n\n\n\n\n\n\n#ActionCameras #Battery\n
2796                                                                                                                                       RT @Nike: Breaking the 2-hour marathon. Crazy? Yes. So we’re doing it. #LIVE\n\n\n\n\n\n\n\n\n\n\n\n\n\nRetweet or ❤ for @Nike #Breaking2 notifications. https://t.co…\n
2797                                                                                                                                                     RT @NiPGaming: Hey @facebook we broke your mobile API via poll, pls fix!\n\n\n\n\n\n\n\n\n\n\n\n\n\nAnd you? How are you gonna watch @ESL One Cologne?… \n
2798                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2799                                                                                                                                       RT @sblondin14: @netflix @mairaramosf Kala: Do you have to do everything so intensely? \n\n\n\n\n\n\nWolfgang: No, only the things that matter \n\n\n\n\n\n\n#SENSE8I…\n
2800                                                                                                                                                                 RT @Ryanair: What’s the one thing that every European can agree on this summer? \n\n\n\n\n\n\n\n\n\n\n\n\n\nLow Fares, of course. Ryanair.… \n
2801                                                                                                                                                                 RT @clintonkowach: U.S. targets Chinese bank, company, two individuals over North Korea https://t.co/DfHdbbFUO5 @Reuters #News #Bibleprophe…\n
2802                                                                                                                                                      Hercules Tuff Safety Strobe Dog Walking Lights for $9.99 \n\n\n\n\n\n\nhttps://t.co/AxRO6cJLkW via @amazon\n\n\n\n\n\n\n#Cycling #LED #BikeSafetyLights\n
2803                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2804                                                                                                                                                                         RT @SGItweets: Today is the @Apple #iPhone's 10th birthday! We love our smartphones too, but make sure to put them away when you'r… \n
2805                                                                                                                                                                          @NetflixAnime @netflix You said all episodes, this is only 1-13, don't lie to us, its only half of season 1 https://t.co/qEg3OFjTdg\n
2806                                                                                                                                                                                  Check out Tug Door Front 18" Backpack Black/Gray 26 Variety Pockets Air Comfort back #Tug https://t.co/2TfLU7nXOd via @eBay\n
2807                                                                                                                                                                                Check out Vintage Rhinestone Brooch Coat Sweater Pin Pot Metal Delicate Costume Jewelry 1"  https://t.co/20obqMprrO via @eBay\n
2808                                                                                                                                                                                           Check out The Vision Tarot, Brand New, Sealed, Ships FREE, Photographic Realism  https://t.co/QjVZ3grjJc via @eBay\n
2809                                                                                                                                                                             RT @julieplec: Dear @netflix (and @freepeter), you just earned a spot in my cluster. This is the right thing to do. Thank you.… \n
2810                                                                                                                                                                 RT @LakshitaMalik: I love how the fandom is like we can't rely on @netflix to promote the show, we'll do it ourselves! https://t.co/Ionpw4C…\n
2811                                                                                                                                                                 @Reuters All banks in the world are owned by the Rothschild Family. Except 2 countries North Korea, and Iran. Googl… https://t.co/0ZLby0wOHm\n
2812                                                                                                                                                                            RT @Reuters: Despite hacking charges, U.S. tech industry fought to keep ties to Russia spy service: https://t.co/SZzw1ZnhRi via… \n
2813                                                                                                                                                                                                    RT @NetflixAnime: #LittleWitchAcademia (13 Episodes, Dub/Sub) is now on @netflix! https://t.co/6e9SDnAIX3\n
2814                                                                                                                                                                                                                                                       @ASHLAYANNE @netflix I meant this:\n\n\n\n\n\n\n😂😂😂\n
2815                                                                                                                                                                       @dfwpg @amazon Interesting thought! I'll pass this along to our team, thanks for the feedback! If you have more, keep it coming 🙌 -ZL\n
2816                                                                                                                                                                       RT @JohnDBeckTV: Toto, I don't think we're on Disney Channel anymore... Catch @disjointed starring @MsKathyBates on @netflix on Augu… \n
2817                                                                                                                                                                                             @OhNoSheTwitnt I'm sure Ofjared will come up with something cheap, soft and made in China. Available on @amazon.\n
2818                                                                                                                                                                                                               RT @Reuters: U.N. closes Ivory Coast mission, security remains fragile https://t.co/I6VrzOcaEz\n
2819                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2820                                                                                                                                                          RT @WrinkleInTime: Hey, #EssenceFest!  Stop by the @Disney booth all weekend for giveaways &amp; photo ops! ✨🐭✨ #DisneyxEssence https://t.co/My…\n
2821                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2822                                                                                                                                                                 RT @LibertyMAGA: @JamesOKeefeIII @CNN @NewDay @realDonaldTrump @KellyannePolls I will never watch @CNN again. #Jeff Zucker, @comcast and @A…\n
2823                                                                                                                                                                                                              RT @Reuters: TV hosts charge Trump is unstable, accuse him of blackmail https://t.co/kKBWex02gA\n
2824                                                                                                                                                                                      RT @BMWGroup: No mountain too high, no distance too far – with the SPECIALIZED for @BMW Turbo Levo FSR 6Fattie. More:… \n
2825                                                                                                                                                                                                    RT @NetflixAnime: #LittleWitchAcademia (13 Episodes, Dub/Sub) is now on @netflix! https://t.co/6e9SDnAIX3\n
2826                                                                                                                                                                 RT @ms_hanie: In celebration of the genius that @S_C_ is, I created these using @Microsoft @Office . Zoom in for details #444 https://t.co/…\n
2827                                                                                                                                                                          Check out RUE 21 Plus Size Crocheted Yolk Plaid Shirt Brand New With Tags Red,White,Black  #Rue21 https://t.co/MNd6eym5qM via @eBay\n
2828                                                                                                                                               RT @tarsem_insan: @Gurmeetramrahim Wow!! Dr. MSG Live on @facebook \n\n\n\n\n\n\nEvery hour holds a new promise!\n\n\n\n\n\n\nStay Motivated &amp; plz Watch… \n
2829                                                                                                                                                                                                                                          I'm at @Starbucks in Kuwait City, Al Asimah https://t.co/K8zk9NGOkw\n
2830                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2831                                                                                                                                                                                                                        @Reuters I googled "he cray cray" but I could not find the links.  Who are the hosts?\n
2832                                                                                                                                                                                                            RT @netflix: Fool me once, strike one. But fool me twice... strike three. https://t.co/VVyUvWXqae\n
2833                                                                                                                                                                                                               RT @Reuters: U.N. closes Ivory Coast mission, security remains fragile https://t.co/I6VrzOcaEz\n
2834                                                                                                                                                                                                                   "Very friendly! They took my car right in at my appointment time!" @Groupon #HappyCustomer\n
2835                                                                                                  RT @wu_yi_fan: 170630 #KrisWu《The Rap of China》\n\n\n\n\n\n\n👕👖: Supreme\n\n\n\n\n\n\nJacket: Vetements X Levi's\n\n\n\n\n\n\n👟: @Nike\n\n\n\n\n\n\n🎩: SILENCION\n\n\n\n\n\n\n🕶: Oliver Peoples The… \n
2836                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2837                                                                                                                                         RT @soccerlsc11: @Target @Walmart @RalphsGrocery @vons @cvspharmacy @riteaid @Albertsons @DuaneReade \n\n\n\n\n\n\n\n\n\n\n\n\n\nSell @NatEnquirer &amp; u will un… \n
2838                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2839                                                                                                                                                                            2nd SHOWCASE: Trip to Maui, 2017 Jeep 🚙 Sonia bid $25k. @PriceIsRight on @CBS #PriceIsRight #ThePriceIsRyan \n\n\n\n\n\n\n💰👌🏻\n
2840                                                                                                                                                                           Check out ITALY 925 STERLING SILVER DIAMOND CUT CURB LINK CHAIN NECKLACE 22" 46 grams 8mm #Chain https://t.co/N4P9LmEKBl via @eBay\n
2841                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2842                                                                                                                                               RT @tarsem_insan: @Gurmeetramrahim Wow!! Dr. MSG Live on @facebook \n\n\n\n\n\n\nEvery hour holds a new promise!\n\n\n\n\n\n\nStay Motivated &amp; plz Watch… \n
2843                                                                                                                                                                  Hey @Ryanair I am quite mad, have attempted to pay to sit next to each other a few times over the past 2 days and it keeps failing....(1/2)\n
2844                                                                                                                                                                                                                          Check out Gameinformer, may 2008, Gears of War 2  https://t.co/TGubtPmDYl via @eBay\n
2845                                                                                                                                                                 RT @MsVenusVeloso: #Dutertards trying to have this video erased in @facebook. Fight &amp; retweet! #NeverForget the 12,000 murdered Filipi… \n
2846                                                                                                                                                                           RT @Reuters: LISTEN: ‘These drug addicts, they rape their own children, they kill their own parents’ - Metro Manila police chief… \n
2847                                                                                                                                                                                 RT @LanguagesRFun: #EU fines @Google a record $2.72B in #antitrust case + Timeline #IoT\n\n\n\n\n\n\nhttps://t.co/Uf92PeJjGD\n
2848                                                                                                                                                                     RT @SpursOfficial: @Nike @nikefootball Daniel Levy: "We are delighted to be partnering with @Nike, one of the world's leading brands."… \n
2849                                                                                                                                                                         Check out Vtg Noritake Monnette China 8" Handled Vegetable Bowl w Cover 3809 Floral Swag #Noritake https://t.co/Z8qaJnlTxb via @eBay\n
2850                                                                                                                                                                                               @McDonalds Kids shouldn't be exposed to this filthy, moldy playground. Total disgrace! https://t.co/BfyoIeWXX7\n
2851                                                                                                                                                                                     Check out iPhone 7 Waterproof Case, Sports Easy carrying case, Underwater Waterproof Case, https://t.co/gtCGriDQXw @eBay\n
2852                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2853                                                                                                                                                                 RT @realDonaldTrump: The FAKE NEWS media (failing @nytimes, @NBCNews, @ABC, @CBS, @CNN) is not my enemy, it is the enemy of the American Pe…\n
2854                                                                                                                                                    RT @ludicdizzee: HE WAS AN ORPHAN, MY SAVIOR, FREE-SPIRITED, NO MAN BRAVER\n\n\n\n\n\n\n@netflix #RenewTheGetDown #givetgdafinalepisode https://t.co/1NG…\n
2855                                                                                                                                               RT @tarsem_insan: @Gurmeetramrahim Wow!! Dr. MSG Live on @facebook \n\n\n\n\n\n\nEvery hour holds a new promise!\n\n\n\n\n\n\nStay Motivated &amp; plz Watch… \n
2856                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2857                                                                                                                                       @netflix :we r gonna delete #Sense8 \n\n\n\n\n\n\nfandom:\n\n\n\n\n\n\n@netflix :......we decided to make 2h series finale. On our own. No in… https://t.co/ltiv7BbQFi\n
2858                                                                                                                                                                                                               "You can't really trick people into engagement." - Ben Weaver @Google #SMDAYPGH #contentisking\n
2859                                                                                                                                                                                                            @Apple has me fucked up rn, how are you gunna delete my apple music app after I update my phone!?\n
2860                                                                                                                                                                                                                  RT @McDonalds: @YorbasWifey Does this mean you'll be stopping in soon, Chantel? We hope so!\n
2861                                                                                                                                                      #YeezySeason has officially arrived.😎◼️◻️◼️◻️ #YeezyBoost @adidas #YEEZYBOOST350V2 \n\n\n\n\n\n\n\n\n\n\n\n\n\n📸 more flicks: //… https://t.co/0smmUxVfI3\n
2862                                                                                                                                                                                     Check out "WELCOME TO THE ZOO" STICKERS 20 PIECES! NEW IN PACKAGE EK Success 52-38201  https://t.co/esb06hTQMB via @eBay\n
2863                                                                                                                                          @netflix are you contractually obligated to never cast an Asian in a main character role or something?\n\n\n\n\n\n\n\n\n\n\n\n\n\n#deathnote\n\n\n\n\n\n\n#ironfist\n
2864                                                                                                                                                                                                                           RT @enigmaknown: @Yahoo In the history of bad ideas, this may be one of the worst.\n
2865                                                                                                                                                                                                                                                   Bro it's like @McDonalds is giving free food, so damm busy\n
2866                                                                                                                                                                                  RT @BMW: TOO LOW is just a matter of perspective.\n\n\n\n\n\n\nhttps://t.co/k7dNf8vzZx - where too much is just right. | … \n
2867                                                                                                                                                             RT @HYPEBEAST: @adidas You'll want to a cop Three Stripes new outerwear essentials.\n\n\n\n\n\n\nhttps://t.co/Vv6353EQOr https://t.co/8uuLJtKLCb\n
2868                                                                                                                                                    RT @CrainsNewYork: Edith Cooper is the Executive vice president @GoldmanSachs. She ranked #26 on Crain's #PowerWomen\n\n\n\n\n\n\nhttps://t.co/LacWZvwPj2\n
2869                                                                                                                                                                                                  #G01 @BMW X3 #xDrive 30d has HUGE grille, I6 TDI. 60+ pics: https://t.co/6avwkCTB7O https://t.co/ilzuKym2IV\n
2870                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2871                                                                                                                                                                                     Online shopping for Amazon Video from a great selection of TV, Movies &amp; more ... https://t.co/4otxTFDdmF via @amazon\n
2872                                                                                                                                                                 RT @Reuters: Despite hacking charges, U.S. tech industry fought to keep ties to Russia spy service https://t.co/JAfMIS5VdQ https://t.co/ahL…\n
2873                                                                                                                                                              Through 7/25, @ProcterGamble &amp;  @kroger are partnering to support #domesticviolence shelters including LSS CHOICES… https://t.co/2I4f1BIEdK\n
2874                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2875                                                                                                                                                                          RT @ASHLAYANNE: new hashtag #watchsense8because after 27 days, @netflix couldn't deny us fans anymore. ✨💕 https://t.co/cTCrxojzhh\n
2876                                                                                                                                                                                                                                                                          @JBWEyesonroad @Reuters "Very bad!"\n
2877                                                                                                                                                                        RT @TheLarkInn: Welp, it's pretty damn official now. I'm joining @Microsoft @MSEdgeDev EdgeHTML Team working as a PM for F12 DevToo… \n
2878                                                                                                                                                                                         @ElPatoLoco534 @netflix ‘Your’ Safe space line? Yeah, not your line, pumpkin, and neither is white privlage, bye now\n
2879                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
2880                                                                                                                                                                 RT @Reuters: Despite hacking charges, U.S. tech industry fought to keep ties to Russia spy service https://t.co/JAfMIS5VdQ https://t.co/ahL…\n
2881                                                                                                                                                                                             @facebook coming up with a lot of new releases for Groups, Messenger, original programming, more. 😯 #SMMSociety\n
2882                                                                                                                                                                  @Microsoft @MarkleFdn @JoinSkillful After months of strategic brainstorms, focus groups, etc., we worked with them… https://t.co/VJLcpHgVVr\n
2883                                                                                                                                            RT @Crazykanika: That AWKWARD moment when you are wearing Nike's and you can't do it...\n\n\n\n\n\n\n😂😂😂😂😂😜😜😜 \n\n\n\n\n\n\n@Nike https://t.co/DUwuQzOkD7\n
2884                                                                                                                                                RT @Suumandey: #SocialMediaDay\n\n\n\n\n\n\nThanks to all SocialMedia Platforms for making Our Lives easy &amp; interactive\n\n\n\n\n\n\n@facebook @Twitter… \n
2885                                                                                                                                                                          RT @lssco: Through 7/25, @ProcterGamble &amp;  @kroger are partnering to support #domesticviolence shelters including LSS CHOICES… \n
2886                                                                                                                                                                                              RT @Danone: "Food is a human right, not a commodity" read more about our CEO article on the topic on LinkedIn… \n
2887                                                                                                                                            RT @dijiaderoGBA: So this morning, I decided to do a photo shoot for my @CocaColaCo @CocaCola bottles ....\n\n\n\n\n\n\n\n\n\n\n\n\n\nPls RT till this pics get… \n
2888                                                                                                                                                                 @LukeTaleno @BankofAmerica dog they charged me twice on a canceled transactions, over exceeded my account by 40$ ac… https://t.co/mc8OSPE6YX\n
2889                                                                                                                                                                                                            RT @netflix: Fool me once, strike one. But fool me twice... strike three. https://t.co/VVyUvWXqae\n
2890                                                                                                                                                                                       Check out 17" KOKOPELLI Southwest Tapestry Cushion Pillow  #SimplyHome #Southwestern https://t.co/1wggo3U5ZR via @eBay\n
2891                                                                                                                                                                                      Check out Harry Potter and the Prisoner of Azkaban Bloomsbury 1st Edition, 1st Print Book https://t.co/DfmNxnNSoA @eBay\n
2892                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2893                                                                                                                                       RT @Samer__Ali: #StickCarriers! Yay or nay on PEWTER Color Rush unis? @Nike @nikefootball @CommishOnline \n\n\n\n\n\n\n\n\n\n\n\n\n\n@kwon what you think? https://t.…\n
2894                                                                                                                                                                                              RT @Reuters: Syria says U.S. chemical attack warning untrue, aims to justify new attack https://t.co/WvyVEBOMkE\n
2895                                                                                                                                                   RT @fundconsult: @UPS and @DeutschePostDHL listed share prices fighting to keep up\n\n\n\n\n\n\nw/ @amazon and @FedEx \n\n\n\n\n\n\n#hedgefunds #BigData… \n
2896                                                                                                                                                                                                       Rebelling Love by Taylor Johns \n\n\n\n\n\n\n Is LIVE #TaylorJohns https://t.co/Z0mahVoKIE via @amazon\n
2897                                                                                                                                                                                                                                         @Korsoto @Walmart I say Wooooooooooooow....\n\n\n\n\n\n\n✌😃👘💙💛💚\n
2898                                                                                                                                                RT @NetflixLifee: Here's when we think the @Sense8 finale will be back on @netflix! \n\n\n\n\n\n\nhttps://t.co/U3nyxZe9fg\n\n\n\n\n\n\n#Sense8SpecialFinale… \n
2899                                                                                                                                                                 My single, 'The Inevitable Goodbye' is included on @Sony Music's 'Dream Dance Vol. 83' compilation which is OUT TOD… https://t.co/rNopPgbTuJ\n
2900                                                                                                                                                                 RT @glialab: Our co-founder will be speaking at the O’Reilly #AI Conference with Peter Norvig, a director of research at @Google: https://t…\n
2901                                                                                                                                                                          "Lovely, professional, pampering experience. grace was fantastic and I'd really recommend everyone to try." @Groupon #HappyCustomer\n
2902                                                                                                                                                                 @Walmart can we get a response that you agree w @SenTomCotton since you give him $ via #Murphyoil to be "strong" removing folk from coverage\n
2903                                                                                                                                                                           RT @cozimek: @kanter @picnet @salesforce @SalesforceOrg Color coding = whatever color moved the voter. Grid setup beforehand, to… \n
2904                                                                                                                                                                                        Wow, less than $10 Big Silk Bag 8"x8.5"x2" Lavender Tarot cards Purse embroidered   https://t.co/3fOIAlQ6RJ  on @eBay\n
2905                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2906                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2907                                                                                                                                                                                     RT @netflix: Every time you hear that voice, you know what to do. To The Bone premieres July 14. https://t.co/qrbUNkrHh8\n
2908                                                                                                                                                                                   RT @shiwangiinsan: @Gurmeetramrahim Fully Enjoyable this Session of\n\n\n\n\n\n\nLive On @facebook #LifeChangingTipsPart17\n
2909                                                                                                                                                                        "Death's Witness" by @PaulBatista007 is on #sale for $0.99 via @oceanviewpub - https://t.co/RGxjPLYpRO via @amazon - #legal #thriller\n
2910                                                                                                                                                                     I was told by @SamsungSupport that all @belkin products void all warranties so, be smart out there. Don't listen to your @ATT sales rep.\n
2911                                                                                                                                                                                            #thegetdown fans!! SIGN THIS TO #givetgdafinalepisode \n\n\n\n\n\n\n@netflix @bazluhrmann https://t.co/0PLwWGGqel\n
2912                                                                                                                                                                         RT @kimmie_rs: @RichardTBurnett If @ATT allows the @CNN #FakeNews after merger, I'll be changing my phone, internet and cable serv… \n
2913                                                                                                                                                                        MANOR HOUSE KIRKBY GRINDALYTHE, EAST YORKSHIRE POSTCARD PEOPLE, EARLY  https://t.co/kD033pfu9K via @eBay #postcard #kirkby #yorkshire\n
2914                                                                                                                                                                 RT @thriftyfifty6: #Vintage #Lusterware Vases, Set of 2, Made in Brazil, 423, 5 In, Double Handled  https://t.co/wmzxXLwvAD via @eBay #Vint…\n
2915                                                                                                                                             @McDonalds why did you get rid of Hi-C orange?? now i gotta settle w disgusting orange fanta\n\n\n\n\n\n\nyknow who else liked orange fanta?\n\n\n\n\n\n\nhitler\n
2916                                                                                                                                                             RT @Shell: "Companies should be clear on how they can be resilient in the face of climate change &amp; energy transition" Shell CEO https://t.c…\n
2917                                                                                                                                                                       RT @Nissan: Get closer... #350Z #FastFriday #Nissan350Z\n\n\n\n\n\n\nowner: Josh L.\n\n\n\n\n\n\n📷: Westin E. https://t.co/RN7szOrWyi\n
2918                                                                                                                                                             RT @becca_lott: Poor show @easyJet, delayed flight &amp; no food for 4.5hrs flying from Santorini to Gatwick today #easyjet #poorservice #howca…\n
2919                                                                                                                                                   RT @juanblanco76: The 7 Intuitive Laws of Employee Loyalty. By @Customerfanatix. Now available on @amazon \n\n\n\n\n\n\nhttps://t.co/G5FKF5cap2 👈 https:…\n
2920                                                                                                                                                                               Millennials love preservation, says @SavingPlaces and @AmericanExpress study. https://t.co/2MmD6XwMDa… https://t.co/aAGqy0bE2z\n
2921                                                                                                                                       @kenjilopezalt @facebook @AnovaCulinary Instant classic. "Is it waterproof?" Ermmm... \n\n\n\n\n\n\n\n\n\n\n\n\n\nStill love my older model a… https://t.co/fjSiNroDXn\n
2922                                                                                                                                                                       RT @peta: They came out to save cats &amp; dogs. PETA's caged "cats" demand @Merck, @ZoetisUS, &amp; @Bayer cut ties with cruel lab!… \n
2923                                                                                                                                                                     RT @Reuters: BREAKING: Gunfire reported at New York City's Bronx Lebanon Hospital, two people shot - local media https://t.co/feTMJoD4jW\n
2924                                                                                                                                                                     RT @20YearDynasty: @RaineKain @Reuters Over 1,700 people slaughtered in the streets and this is what you come up with? Seek some help.… \n
2925                                                                                                                                                                   "Great experience ! Didn't have to wait she was extremely professional explaining the process he entire time ...." @Groupon #HappyCustomer\n
2926                                                                                                                                                                                Staff Software Engineer - Predix Cloud @generalelectric United States Boston, MA #Cloud #Agile #Azure https://t.co/05YSCs6YQk\n
2927                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2928                                                                                                             RT @ocrecording: Our #newsingle CLOUDFALL is #np @amazon\n\n\n\n\n\n\n\n\n\n\n\n\n\n#fridayfeeling #socialmediaday #4thofjulyweekend #cloudfall #ocrecording\n\n\n\n\n\n\n\n\n\n\n\n\n\n https:…\n
2929                                                                                                                                                                                                If you haven't checked out #FIsForFamily on @netflix then you should. It's like Family Guy, except it's good.\n
2930                                                                                                                                                                                         RT @57Veronica: @pscoordsen13 @netflix Right, that's a great #FridayFeeling New beginning, "Free like you make me"… \n
2931                                                                                                                                                                  @thekristen999 Agreed. Especially with the great ratings this year, not only #H50 but many shows. @CBS should have… https://t.co/Gc8TMlP4mi\n
2932                                                                                                                                                                 @MrMokelly @realDonaldTrump @AprilDRyan @Morning_Joe @amazon If that's the case, then theybarent journalists/report… https://t.co/BTamFbfsx9\n
2933                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
2934                                                                                                                                                                         Wine, museums and nature—I thought this was a great Hudson Valley travel guide from @MorganStanley Reserved. https://t.co/gqX3aiEWzH\n
2935                                                                                                                                                                                                                           I have just listed: 'The Collection', for 2.75 via @amazon https://t.co/l2KxfJGjQh\n
2936                                                                                                                                                                      RT @ChloeKnibbs1: My sister @Cerys_1 would be a brilliant #Gogglesprog w/ drug Orkambi she could get the "Whole New World" @Disney sh… \n
2937                                                                                                                                                                                 Check out 2IN1 HAT AND SNOOD, ONE IN THE WORLD MY OWN DESIGN CROCHET HANDMADE 100%ACRYLIC  https://t.co/z4JxzaG0Pz via @eBay\n
2938                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
2939                                                                                                                                                    Hear why @Ford recruits at MSU! https://t.co/vQTHKBMi2R \n\n\n\n\n\n\nAnd check out what other companies recruit MSU Engineers -… https://t.co/8k21S14ixE\n
2940                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
2941                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
2942                                                                                                                                                                 RT @elrambo: @OKBJGM @netflix @nytimes Even though I own the DVDs, it would be great if more people discovered #TheMiddleman. Let's do this…\n
2943                                                                                                                                                     LADIES #JACKWILLS #TWEED RIDING #JACKET WOOL #BLAZER UK 10 RRP £249 RARE + UNIQUE  #Blazers https://t.co/1jhuWnW1uQ via @eBay\n\n\n\n\n\n\n#EBAY #SELLER\n
2944                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/SQ6cITTJdw\n
2945                                                                                                                                                                                                                            @Apple Is this guy, Evan Klinger, an employee of yours? \nhttps://t.co/un2oYHd33c\n
2946                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2947                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2948                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2949                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
2950                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2951                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2952                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2953                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2954                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2955                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2956                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
2957                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2958                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2959                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2960                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2961                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2962                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2963                                                                                                                                                                                                                             RT @ashleymcnamara: Why I joined @Microsoft\n\n\n\n\n\n\nhttps://t.co/YkoVy3cENX\n
2964                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2965                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2966                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2967                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2968                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2969                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2970                                                                                                                                                             Happy #SocialMediaDay! You can also find us on @facebook https://t.co/aR80OVcHKF, @instagram https://t.co/vSLPFQPR5P &amp; @Snapchat (milleraud)\n
2971                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2972                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2973                                                                                                                                                                 RT @JosephDeBons: If you buy @Apple products at @BestBuy , Apple says the receipt is invalid!   Be careful!   @Samsung https://t.co/Bj9c9uG…\n
2974                                                                                                                                                        Doc Review Sr Specialist I\n\n\n\n\n\n\n@jpmorgan Chase\n\n\n\n\n\n\n#Monroe\n\n\n\n\n\n\nhttps://t.co/C0CGOdkLAA\n\n\n\n\n\n\n#nelajobs #NowHiringLA\n
2975                                                                                                                                                     #FakeNews  \n\n\n\n\n\n\n#Democrats Liberals Hillary @MaxineWaters @morningmika @CNN @MSNBC @CBS #RESISTANCE constant Hate talk… https://t.co/zXLisFShYv\n
2976                                                                                                                                                                                                                             Way to keep up, @Microsoft...   shoulda built a Courier. https://t.co/7sxKIEZGi1\n
2977                                                                                                                                                                 RT @Reuters: WATCH: Several hurt in gunfire at NY hospital, suspect dead. LIVE VIDEO from the scene https://t.co/1W6fDleiOo https://t.co/94…\n
2978                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
2979                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
2980                                                                                                                                                                                                                          @easyJet flight operated  by smartlynx , who? Is this the cause of the hour delay ?\n
2981                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
2982                                                                                                                                                                 RT @WorldResources: #NowReading - Indigenous knowledge crucial to tackling climate change, experts say @VOANews @Reuters  https://t.co/S2BE…\n
2983                                                                                                                                                                 RT @Reuters: WATCH: Several hurt in gunfire at NY hospital, suspect dead. LIVE VIDEO from the scene https://t.co/1W6fDleiOo https://t.co/94…\n
2984                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
2985                                                                                                                                                                                                                     Dear @Google, how do I get a spider that crawled into my USB on my laptop out? cc @Apple\n
2986                                                                                                                                                                                 RT @OKBJGM: hey @netflix the @nytimes likes #themiddleman, why not put it on your streaming service? https://t.co/sQcbT8fpZ0\n
2987                                                                                                                                                                                 RT @OKBJGM: hey @netflix the @nytimes likes #themiddleman, why not put it on your streaming service? https://t.co/sQcbT8fpZ0\n
2988                                                                                                                                                                        RT @RyanEversley: How about @WGI?! I found a @Honda civic turned into a camper, a bar, and some awesome fans! https://t.co/5S4fI85Cjq\n
2989                                                                                                                                                                         @easyJet my poor stepson has been stranded at Majorca airport since 3 o'clock, his flight has been cancelled.. #pisspoorservice 😡😡\n
2990                                                                                                                                                          RT @BourseetTrading: 🔴.@Cisco and @ATT double down on the #IoT\n\n\n\n\n\n\n#IIoT #bigdata #AI #digital #tech #defstar5 #makeyourownlane #Mpgvip… \n
2991                                                                                                                                                                 RT @ms_hanie: In celebration of the genius that @S_C_ is, I created these using @Microsoft @Office . Zoom in for details #444 https://t.co/…\n
2992                                                                                                                                                                                                                                       You can renew Sense8 for good aaaaany time now, @netflix #Sense8isBack\n
2993                                                                                                                                                                 RT @danginar: Didn't get to see this live when I was there, but got to see it today!!  #SWisBest @TMobile  #BeMagenta https://t.co/wdqOqqEw…\n
2994                                                                                                                                                                                                            RT @netflix: Fool me once, strike one. But fool me twice... strike three. https://t.co/VVyUvWXqae\n
2995                                                                                                                                                                       RT @BTWFoundation: Our co-founder @ladygaga is taking over @Starbucks this week. Starting tomorrow, order #CupsOfKindness to support… \n
2996                                                                                                                                                                                                                       @BELIMBLA4 @Reuters Haha, well I was going for a little more 'PC' ...but that'll do...\n
2997                                                                                                                                                                                           @VW does have a back pop up window, sure miss my 2006 Honda that had that now don't think any SUV has that option!\n
2998                                                                                                                                                                 @pepsi The BEST soda product every invited in the history of time. From VITAMINS A,C,D ect.. VITAMIN PEPSI helps me… https://t.co/eOgqwLOw7t\n
2999                                                                                                                                                                      RT @Reuters: Pell case shows poor judgment, will stain Pope Francis legacy, victims say https://t.co/QrAQ7JDP6z https://t.co/40ccPkg85r\n
3000                                                                                                                                                                                                  RT @Google: From fashion in VR to jobs in Search, here’s what we got up to in June. https://t.co/4q2rCdI8Sn\n
3001                                                                                                                                                                                                   When Irish Eyes are Smiling sure it's like a morn in spring\n\n\n\n\n\n\nhttps://t.co/WwGdE3qrTg via @eBay\n
3002                                                                                                                                                                                             @KonradJesse @Google It could have been "the banana" as well. Such powerful force in vegetables... 😉😆#Metaphor\n
3003                                                                                                                                                     RT @amazon: #PrimeDay is back! Find epic deals on everything you’re into July 11th. \n\n\n\n\n\n\n❤️ to get a reminder when the deals begin! https://t.c…\n
3004                                                                                                                                                                          RT @Sensate17: @netflix @BrightNetflix @TheDefenders @Stranger_Things @Ryuk Come on, Netflix, we all know that @Sense8 panel will… \n
3005                                                                                                                                                                  @Ryanair Despite being famous for being cheap but not good, I have been experiences for the past month at least an… https://t.co/01Ft7p2FwJ\n
3006                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3007                                                                                                                                                                                 Check out Phantasm Print Poster By Danny Miller xx/79 sold out nt (mondo,pullin,edmiston)  https://t.co/kSh1bBtQu4 via @eBay\n
3008                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3009                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
3010                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
3011                                                                                                                                                                        RT @VillasArmy: Guys!!! @elmatadorpr is in Seattle right now doing free autographs!! Swing by @WellsFargo 800 SW 152nd St Burien, W… \n
3012                                                                                                                                                                                                        @ravynlenae Yes!! And I just heard, @netflix is going to give us a 2 hr series finale of Sense 8 🙌🏽\n
3013                                                                                                                                                                                                     Check out Art Japan Tanzaku 330 "Hana-utsugi" About 14.5 inch × 3.0 inch  https://t.co/cG1Rl8suTC @eBay\n
3014                                                                                                                                                                 RT @constellationr: #AI Will Impact Jobs, 4,000 Office Workers Tell @Adobe https://t.co/KAb9SjijPH via @cmswire @actbrilliant @holgermu #Da…\n
3015                                                                                                                                                   RT @juanblanco76: The 7 Intuitive Laws of Employee Loyalty. By @Customerfanatix. Now available on @amazon \n\n\n\n\n\n\nhttps://t.co/G5FKF5cap2 👈 https:…\n
3016                                                                                                                                                                                Check out Glenn Miller and His Orchestra, Big Band Tape, In The Mood, Pennsylvania 6-5000!  https://t.co/7aOn9IhrY7 via @eBay\n
3017                                                                                                                                                                                 Check out Bobbie Sue, 1980s Vintage Sheet Music,  #1 Country Hit for the Oak Ridge Boys!   https://t.co/nTWKJBH43C via @eBay\n
3018                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3019                                                                                                                                                                 @maiorinol @Reuters So since Republican states like Tennessee and Texas are refusing to turn over data, does that m… https://t.co/4EXV7nl0hv\n
3020                                                                                                                                          RT @manchesterfort: Win a £100 @Nike voucher!\n\n\n\n\n\n\nFor your chance to win this amazing prize, RT #CelebrateSummer.\n\n\n\n\n\n\nWinner announced over the… \n
3021                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3022                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
3023                                                                                                                                                                 RT @ms_hanie: In celebration of the genius that @S_C_ is, I created these using @Microsoft @Office . Zoom in for details #444 https://t.co/…\n
3024                                                                                                                                                                                                                                RT @Chelsea_HQ: Welcome to the family, @Nike! 👋🏻🔵✔️ https://t.co/QdnhFXMlal\n
3025                                                                                                                                                                                                                                RT @Chelsea_HQ: Welcome to the family, @Nike! 👋🏻🔵✔️ https://t.co/QdnhFXMlal\n
3026                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3027                                                                                                                                                                                                                                RT @Chelsea_HQ: Welcome to the family, @Nike! 👋🏻🔵✔️ https://t.co/QdnhFXMlal\n
3028                                                                                                                                                                 @MartinOmes Crap, This just reminded me to redeem promo cards from gth and @Microsoft Unfortunately had to redeem b… https://t.co/qc8Ys8WewB\n
3029                                                                                                                                              RT @FUNimation: Only a few more hours for this powerful Deal of the Day by @amazon!\n\n\n\n\n\n\nhttps://t.co/iI68RqnEg6\n\n\n\n\n\n\nhttps://t.co/ujZOn02hfN… \n
3030                                                                                                                                                                         RT @ColdCooks: @FedEx @FedExHelp @Adi_Slayer you fuckers said he followed protocol, fire that nigga you dumbasses, better fix this… \n
3031                                                                                                                                                                           RT @ATT: Get your "Awwwwww" on with unlimited 🐱 videos from AT&amp;T. Learn more: https://t.co/ox2uE3aBar https://t.co/Il8w0122GR\n
3032                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
3033                                                                                                                                                                                 @Chelsea_HQ @Nike welcome to Nike new season new logo for luck, chelsea football club we win the champion league next season\n
3034                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3035                                                                                                                                                                RT @silkeklemm: Such a funny scene from S2 Ep15 "Catch me if you can" ...too close 😂#FavBatBEp #BatB @netflix @NetflixDE https://t.co/bqBYS…\n
3036                                                                                                                                                RT @Infamous_225: https://t.co/gyEpLMqpcp\n\n\n\n\n\n\nGo bump ✊ this \n\n\n\n\n\n\n@XXL @djvlad @cthagod @TheShadeRoom @Epic_Records @Sony @WarnerBrosEnt @\n
3037                                                                                                                                                                                   Check out -GEORGIE GOES WEST(BRIGHT), GUS WAS A  FRIENDLY GHOST (THAYER) HALLOWEEN, VG!  https://t.co/U3l93cGrgW via @eBay\n
3038                                                                                                                                                                           Check out 1988 Toyo Hand Pained Japanese Princessa Famille Rose Dessert Plate, Red, Green #Asian https://t.co/eKEsL3Slmx via @eBay\n
3039                                                                                                                                                                                      RT @netflix: This precious, burger-loving angel will be coming to Netflix in 3 days. #Riverdale https://t.co/uLFAL6IsWv\n
3040                                                                                                                                                                                                RT @Gpiedra59: @Reuters If you don't want a national registry for gun owner ship, why one for voter registry?\n
3041                                                                                                                                                                             @CBS 4,017 charges filed against Paypal on 6-14-2017. Case#17CV311767. Filed by Freedom Stamps President/Ceo Founder Greg Murrow\n
3042                                                                                                                                                                  RT @salesforce: Waterfalls, Mountains, and Tech? 🏔 Why Salesforce Loves the National Parks: https://t.co/9kpCO5cQXs https://t.co/c3DCZAwvrO\n
3043                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3044                                                                                                                                                                 @amazon i feel disgusted giving u guys $ and my prime membership when u sell "FREE PALESTINE" tshirt. I hope u know what it means: no Israel\n
3045                                                                                                                                       RT @footlocker: Late Night Snack.\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe @adidas Harden Night Life Inspiration Tee is in stores now. | Stores: https://t.co/MeC16XnLFi https:…\n
3046                                                                                                                                                                come on down to @HessleSC annual tournament, 181 teams 8th &amp; 9th July 2017 supported by @England @McDonalds and join in the community day\n
3047                                                                                                                                                                            Check out Detroit Red Wing Stanley Cup shot glasses 1997, 1998, 2002 (5 total) #DetroitRedWings https://t.co/3e6dZ8NMYs via @eBay\n
3048                                                                                                                                                                        @Behzinga, its great to see you so happy that your boy hood dream of owning a @Nissan GTR came true!\n\n\n\n\n\n\nYou deserve it. ❤️🎊\n
3049                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
3050                                                                                                                                                                       RT @SeFutbol: #U21EURO | @saulniguez\n\n\n\n\n\n\nand @marcoasensio10, awarded @adidas Gold and Silver boots 👇https://t.co/2vPS3AgLzP\n
3051                                                                                                                                                                                                                                RT @Chelsea_HQ: Welcome to the family, @Nike! 👋🏻🔵✔️ https://t.co/QdnhFXMlal\n
3052                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
3053                                                                                                                                       RT @sunflowersjam: @BTS_ARMY_I @glosstaemin @Microsoft @BTS_twt If you read this, stream Spring Day HERE!\n\n\n\n\n\n\nhttps://t.co/Xr4AZbBmgK\n\n\n\n\n\n\n#SpringDa…\n
3054                                                                                                                                                                                                      RT @Lysser_: Otherwise, fuck all the way off @TMobile... like fuck the entire fucking way off. Bitches.\n
3055                                                                                                                                                                       RT @SeFutbol: #U21EURO | @saulniguez\n\n\n\n\n\n\nand @marcoasensio10, awarded @adidas Gold and Silver boots 👇https://t.co/2vPS3AgLzP\n
3056                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
3057                                                                                                                                                                 RT @LiveAction: Hey, @ABC, @CBS, @nbc - why the silence on news that nearly all charges against @CtrMedProgress were dropped? https://t.co/…\n
3058                                                                                                                                                            Hey, @netflix Here ya go! Another show to add to your future roster!!\n\n\n\n\n\n\n Think about it!! Please!\n\n\n\n\n\n\nhttps://t.co/s4yiNV0uKk\n
3059                                                                                                                                                                                                         @damianholbrook @netflix I'm pitching a show called "Yo Nigga Wasup"\n\n\n\n\n\n\nWhat do you think?\n
3060                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3061                                                                                                                                                                                                                                Check out My Little Pony Pinkie Pie 8"  #Ty https://t.co/fQaG8Gi7Jk via @eBay\n
3062                                                                                                                                                                    RT @Tina1259227641: Luckey1 Flower Comforter Covers Sets Queen Size, Duvet Cover Sets with White ... https://t.co/4gS0GhNYc4 来自 @amazon\n
3063                                                                                                                                                                            Check out Creamer And Sugar Bowl Set, Classic White, J &amp; G Meakin England, Vintage Ironstn  https://t.co/U13E933cNE via @eBay\n
3064                                                                                                                                                                                                               Um @nbc @netflix, if we could get all of the Chicago shows on Netflix, that would be great. :)\n
3065                                                                                                                                                                            RT @Google: Today’s #GoogleDoodle honors the  life and works of French poet, statesman and human rights activist, Victor Hugo →… \n
3066                                                                                                                                            RT @aarondbrinker: Head over to my @amazon author page to check out any of my works.\n\n\n\n\n\n\nhttps://t.co/4DmRdAGC53 \n\n\n\n\n\n\n#iartg #IndieBooksBlast… \n
3067                                                                                                                                                                 RT @comcast: There's widespread consensus on #netneutrality protections, and we support them. Read more: https://t.co/qQ3oiaIcWm https://t.…\n
3068                                                                                                                                                   RT @juanblanco76: The 7 Intuitive Laws of Employee Loyalty. By @Customerfanatix. Now available on @amazon \n\n\n\n\n\n\nhttps://t.co/G5FKF5cap2 👈 https:…\n
3069                                                                                                                                                                    Nike Air Jordan Carmelo Anthony Jersey "BMORE" 5-29-1984 Men's Size XL #Jordan https://t.co/dNo9IEmzmk via @eBay #eBay #melo #fashion #RT\n
3070                                                                                                                                                   RT @juanblanco76: The 7 Intuitive Laws of Employee Loyalty. By @Customerfanatix. Now available on @amazon \n\n\n\n\n\n\nhttps://t.co/G5FKF5cap2 👈 https:…\n
3071                                                                                                                                                                                                Check out Vintage Asian Copper or Brass Vases (2) 4" tall with all patina   https://t.co/sXElXdwJva via @eBay\n
3072                                                                                                                                                                                                So loving @DearWhitePeople. "Without labels, people in Florida would drink Windex." #DearWhitePeople @netflix\n
3073                                                                                                                                                                 RT @David_Leavitt: I will not be buying anything from @McDonalds again, that's for certain. Refusing to refill a cup just cost you thousand…\n
3074                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3075                                                                                                                                                                         RT @Microsoft: The 12-year-old CEO of @MikailasBees "believed in the impossible" to turn her fear into passion and build an extrao… \n
3076                                                                                                                            RT @TheeRealBurnell: I'm Addicted To Winning And I Can't Be Benched... \n\n\n\n\n\n\n\n\n\n\n\n\n\nThank You @Walmart For Having Me I Enjoyed Performing Today \n\n\n\n\n\n\nMu… \n
3077                                                                                                                                                                      RT @GoldmanSachs: Big money is headed to outer space, says $GS Research's Noah Poponak: https://t.co/tzy4lzMktx https://t.co/1Chxav5R2k\n
3078                                                                                                                                                                                Check out 1946 IOWA Centennial Half Dollar, HOORAY! a Higher grade BEAUTY with all DETAIL!  https://t.co/ajq24jEMlu via @eBay\n
3079                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3080                                                                                                                                            RT @AmStillNotYou: @BlairImani @DangitRuss @netflix 3/\n\n\n\n\n\n\nso I should watch again when better overall. Impression now:\n\n\n\n\n\n\n@netflix in orig.… \n
3081                                                                                                                                                                                                                                         @breckynelise @McDonalds ... I can't deal rn, I ate there yesterday.\n
3082                                                                                                                                                        RT @Microsoft: Get ahead when it comes to the cloud. \n\n\n\n\n\n\n\n\n\n\n\n\n\nEpisode 1 of our podcast with @Gimletmedia tackles cloud security:… \n
3083                                                                                                                                                                  @ReutersWorld @Reuters @ReutersGraphics Be serious, British tridents couldn't even stay on course, and you want me… https://t.co/jMbOJapHq3\n
3084                                                                                                                                                                                                                        Twice in one day 🙄 (at @FedEx Ship Center in Menlo Park, CA) https://t.co/llQ3dxcJ2Y\n
3085                                                                                                                                                                 Dear @UPS, when there is an open entryway to leave packages, why would you leave them in the rain? @ATT tech ruined… https://t.co/6lzCz8Jabn\n
3086                                                                                                                                                                                                    RT @NetflixAnime: #LittleWitchAcademia (13 Episodes, Dub/Sub) is now on @netflix! https://t.co/6e9SDnAIX3\n
3087                                                                                                                                                                                                                    RT @Disney: Trust your gut. 🧀🍓 Happy anniversary, #Ratatouille. https://t.co/WueJZs7eHg\n
3088                                                                                                                                             Meet the Detroit Renegades 5-hour Energy Overwatch team! We had a great time, special thank you to @Gillette!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/kc3cTofYEE\n
3089                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3090                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3091                                                                                                                                                                                   RT @shiwangiinsan: @Gurmeetramrahim Fully Enjoyable this Session of\n\n\n\n\n\n\nLive On @facebook #LifeChangingTipsPart17\n
3092                                                                                                                                                                              Benedict Cumberbatch shared this image on @facebook. OMG, Cumberbatch is the rich version of @Jae_Day6. https://t.co/lAaGSlJBAN\n
3093                                                                                                                                                                     RT @theholly_wilson: Bless you @netflix and all the #Sense8isBack family! @sense8 \n\n\n\n\n\n\nThank You! ❤️❤️❤️❤️❤️ https://t.co/VOzwtbxwOH\n
3094                                                                                                                                                                    RT @GoldmanSachs: Houston, we've got company: Private investment heats up the space race: https://t.co/hkjxBNk8PK https://t.co/XYGvlbGcnH\n
3095                                                                                                                                                                                 @NMiller1982 @facebook Ofc it will. More and more people getting access to the internet. If everyone had it, they'd be at 8B\n
3096                                                                                                                                                             RT @CraigRSawyer: Since @PayPal swiped $46k from our child's org &amp; refuses comms, 1000s are now ditching #PedoPal for https://t.co/NMkjdgMv…\n
3097                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
3098                                                                                                                                                                     RT @Nestle: Comfort brings this @Nescafé #coffee shop to you, and runs her own business: https://t.co/qk9waaLvVy https://t.co/lqC86O6GLU\n
3099                                                                                                                                                                                                          @Crazy4Hayes93 @Dell @HP 60% OFF HP Pavilion 15-aw003la Laptop 15.6" AMD at https://t.co/A8hQFsfzVJ\n
3100                                                                                                                                                                                         Blanket Baby Nursery Receiving Blanket "Blue Sock Monkey" Ready to Ship Flann... https://t.co/XZ55JvmFTK via @amazon\n
3101                                                                                                                                                                                Check out LOVE ADY - NWT SLVLESS BLACK MULTI SKATER DRESS - M - SPANDEX BLEND, SUPER CUTE!  https://t.co/JbBTq6we0I via @eBay\n
3102                                                                                                                                                                                                                             @NBCNews Well, @generalelectric , the CIA often works for you.. so, you tell me?\n
3103                                                                                                                                                                           @SumTomGoingOn @franniel333 @VW I believe the Golf R is manufactured only in Germany, tho other Golf models may be made in Mexico.\n
3104                                                                                                                                                                          RT @askaccde: My #CLUS @CiscoLive and @Cisco brothers out there, the time has come for us to follow @CiscoEWN on Twitter and to h… \n
3105                                                                                                                                                              RT @johnonolenin: @JackPosobiec @Disney @sacca Why do YouTube &amp; Disney think these "children's videos," full of bizarre violence &amp; bo… \n
3106                                                                                                                                                                                   RT @shiwangiinsan: @Gurmeetramrahim Fully Enjoyable this Session of\n\n\n\n\n\n\nLive On @facebook #LifeChangingTipsPart17\n
3107                                                                                                                                                                         RT @Reuters: U.S. warns businesses of hacking campaign against nuclear, energy firms https://t.co/oMjQrFse1I https://t.co/QBqhKpHSHh\n
3108                                                                                                                                                                         RT @Reuters: U.S. warns businesses of hacking campaign against nuclear, energy firms https://t.co/oMjQrFse1I https://t.co/QBqhKpHSHh\n
3109                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3110                                                                                                                                                                                     Check out Obama: The Historic Presidency of Barack Obama - 2,920 Days (New Hardcover)  https://t.co/Oraas82thq via @eBay\n
3111                                                                                                                                                                 So not only does @TMobile give crap service, they lie to me about my bill. Cancelling tomorrow, I'm not dealing with their deception anymore\n
3112                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3113                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3114                                                                                                                                                                                RT @GoldmanSachs: Huang's World host @MrEddieHuang talks food, culture &amp; identity during a recent #TalksAtGS @VICELAND:… \n
3115                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3116                                                                                                                                                                    Making Govt work for Billionaires, Big Oil.    #organize       Fight @GoldmanSachs @Carl_C_Icahn @Koch_Industries https://t.co/WiJ7guyART\n
3117                                                                                                                                                                                  RT @Reuters: Trump to Senate Republicans: kill Obamacare now, replace later https://t.co/nU9R2xNeTN https://t.co/AvyqNLri7o\n
3118                                                                                                                                                                   @McDonalds also are you up for giveing me a free burger? ya dont ask ya dont get :) im predicting the no but to be honest, you never now!x\n
3119                                                                                                                                                                                   Check out (9) 2015 Bowman Draft Aaron Judge RC Lot - #150 7 base, 1 chrome, 1 Refractor  https://t.co/air4DwOCi9 via @eBay\n
3120                                                                                                                                                                            Check out Laneige Advanced Hydration Trial Kit 3pc Water Bank Serum, Cream &amp; Cleanser Mini  https://t.co/VfMaJ3vKEz via @eBay\n
3121                                                                                                                                                                                   Check out #Amazon #Kindle Paperwhite (6th Generation) 2GB, Wi-Fi, 6in - Black. leather cover https://t.co/dhHjM8wDE2 @eBay\n
3122                                                                                                                                                                                     Check out Nickelodeon KidsEmbrace Combination Toddler Harness Booster Car Seat,... #NA https://t.co/ttr8zU9iG5 via @eBay\n
3123                                                                                                                                                                                                                             RT @ashleymcnamara: Why I joined @Microsoft\n\n\n\n\n\n\nhttps://t.co/YkoVy3cENX\n
3124                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3125                                                                                                                  RT @FreemaOfficial: S E N S I E S!!!!!!!\n\n\n\n\n\n\nYOU F*%#ING DID IT!!!!!!!!\n\n\n\n\n\n\n#BringbackSense8 \n\n\n\n\n\n\nWe're coming back!!!! 😍😱😭😭😍🦄🦋☀️🌈💝 @netflix @sense8 ht…\n
3126                                                                                                                                                                                             I found this awesome recording of "The Bare Necessities" on #Smule: https://t.co/gWhJ2I3b8J @Disney #SingKaraoke\n
3127                                                                                                                                                                         RT @khoatran1989: Check out Double Fire Windproof Refillable Butane Gas Cigarette Lighter, Golden  https://t.co/HjYFtGvpqn via @eBay\n
3128                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
3129                                                                                                                                                                                    RT @Reuters: Small plane crashes on California freeway, at least two hurt https://t.co/bANMKGHpFs https://t.co/gqaQqETkj6\n
3130                                                                                                                                                                                    RT @Reuters: Small plane crashes on California freeway, at least two hurt https://t.co/bANMKGHpFs https://t.co/gqaQqETkj6\n
3131                                                                                                                                                                                    RT @Reuters: Small plane crashes on California freeway, at least two hurt https://t.co/bANMKGHpFs https://t.co/gqaQqETkj6\n
3132                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3133                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
3134                                                                                                                                                                 @Reuters If you have ever been on the 405, you'd understand how remarkable that only the people on the plane were h… https://t.co/rsMOrWXTkg\n
3135                                                                                                                                            RT @Adrii_LinkUp: @Yahoo Pilot: Good evening passengers, we'll encountering some heavy turbulence please try to stand firmly\n\n\n\n\n\n\n\n\n\n\n\n\n\nPasseng… \n
3136                                                                                                                                                                                      D-O-N-E with paypal. total scam! if you use it, stop while you can. @PayPal @AskPayPal should have listened to velvet !\n
3137                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3138                                                                                                                                                                                    RT @Author_Devika: Forbidden, Book 4: Lady Sotheby's Curse (Forbidden ) by Mike Wells https://t.co/kBAMmGpuQL via @amazon\n
3139                                                                                                                                                                                                               Check out Hat Black/Red Trim W/Felt Ford Mustang "50 Years" Logo https://t.co/LHzx72Xbcy @eBay\n
3140                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3141                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3142                                                                                                                                                                                    @Evil_Voche @AdamWingard @netflix That's your argument? Maybe no Japanese actors were available? Uh huh. Clever. "Ningen"\n
3143                                                                                                                                                                                                      RT @antiqueman99: 100 Cycad   fresh seeds, No International postage,  https://t.co/tKs5C2PsOM via @eBay\n
3144                                                                                                                                                                                              RT @NEIL12W: Check out FABRIC STRIPES (12) 44"X4" NEW COTTON PATRIOTIC PRINT  https://t.co/yNxVheaN82 via @eBay\n
3145                                                                                                                                                                                                                 RT @NEIL12W: Check out Lap Quilt Blue/Green Monet 42"X53"  https://t.co/iO8RnynhYL via @eBay\n
3146                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3147                                                                                                                                                                                                                        @clarkewolfe @netflix @hulu @amazon THE WAILING, if you haven't seen it.  Also, OKJA.\n
3148                                                                                                                                                                                                  RT @HYPEBEAST: The @Nike Air Max 2 Uptempo returns in black and white.\n\n\n\n\n\n\nhttps://t.co/sTe6ICWX88\n
3149                                                                                                                                                                                                          Apparently @netflix was too busy to announce the Little Witch Academia launch today, but it's live!\n
3150                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3151                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3152                                                                                                                                                                          @David_Leavitt @McDonalds I'm couldn't read your tweet David, I was too busy laughing about how even CBS tossed you under the bus!!\n
3153                                                                                                                                                                            RT @Google: Today’s #GoogleDoodle honors the  life and works of French poet, statesman and human rights activist, Victor Hugo →… \n
3154                                                                                                                                                                                                   RT @Google: Grab a sparkler and light up the #4thofJuly with your red, white and blue #GoogleAssistant →… \n
3155                                                 GMO GARBAGE 4 SALE\n\n\n\n\n\n\n\n\n\n\n\n\n\n🚫GMO: DO NOT BUY!🚫\n\n\n\n\n\n\n@Nestle\n\n\n\n\n\n\n@BayerAgroArg\n\n\n\n\n\n\n@MonsantoCo\n\n\n\n\n\n\n@Bayer\n\n\n\n\n\n\n@CostCo\n\n\n\n\n\n\n@RalphsGrocery\n\n\n\n\n\n\n@Vons… https://t.co/ZSEPPkxFiw\n
3156                                                                                                                                                      ♡ @ASOS #noRetouching policy 4their #models #photos This is great! #RealBodies 4this yrs #swimsuits #summer #Asos \n\n\n\n\n\n\nhttps://t.co/uEndLaxg0h\n
3157                                                                                                                                                             @adidas the inside padding is visible in both pair,its seems like poor stitching &amp; torn.ordering from the site itse… https://t.co/x9cmGv4Iui\n
3158                                                                                                                                              RT @bouska: For every RETWEET this gets @ATT will donate $1 to @GLAAD! \n\n\n\n\n\n\n\n\n\n\n\n\n\nRT &amp; help me reach 50k retweets to hit the $50k max do… \n
3159                                                                                                                                                                                               Check out Advil Caplets 24ct. Bottles, 100 Bottles EXP. DATE: 04/2018 #Advil https://t.co/idx8T2SuW4 via @eBay\n
3160                                                                                                                                                    Check out Avery 5371 White Business Cards 160 Labels Total Printing Cards Print Work #Avery https://t.co/AyRQlVpW0M via @eBay\n\n\n\n\n\n\n#Avery #Labels\n
3161                                                                                                                                                                                                                                             @disco_socialist Is his life over yet, or what? Come on, @Apple.\n
3162                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3163                                                                                                                                                                                                                                 @David_Leavitt @McDonalds Donna is the bomb, and you're a small minded brat!\n
3164                                                                                                                                                                                                                       @Reuters get samsung j7 and other unlimited gifts\n\n\n\n\n\n\nhttps://t.co/mgBC5rhcMO\n
3165                                                                                                                                                                                                                                              @jendav8675309 @CBS Thanks! - Knew 2 for sure, thought maybe 3.\n
3166                                                                                                                                                                                         silver pendnt , labradorite pendant , labradorite necklace , silver wire wrap... https://t.co/7M45Eq3d2R via @amazon\n
3167                                                                                                                                                                                   .@DonnaBernick check your twitter to see how many people are on your side.\n\n\n\n\n\n\n@McDonalds https://t.co/T6GhAjxFbv\n
3168                                                                                                                                                                        RT @GoldmanSachs: What is the next frontier of innovation? Genetic sequencing, superforecasting, Big Data and more #GSAM Viewpoints… \n
3169                                                                                                                                                                         RT @BenHighet: @easyJet @easyJet You honestly, honestly think that this is enough information to give to your customers for why yo… \n
3170                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3171                                                                                                                                                     Check out Calvin Klein Women's Sz. 7 Jeans Straight Leg Distressed  #CalvinKleinJeans #StraightLeg https://t.co/oxgioSiQ6j via @eBay\n\n\n\n\n\n\n#Jeans\n
3172                                                                                                                                                                              Check out Gordie Howe "Mr. Hockey" 1969-70 OPC # NN Detroit Red Wings HOF NM #DetroitRedWings https://t.co/9ECgKS1yVh via @eBay\n
3173                                                                                                                                                                                                      RT @netflix: There are sensates within these walls, too. #WeAreTheGlobalCluster https://t.co/uU3qfY9sM3\n
3174                                                                                                                                                                                                                                 @David_Leavitt @McDonalds I hope Donna has a husband, and he kicks your ass.\n
3175                                                                                                                                                                               RT @WyrdChyk: @David_Leavitt @McDonalds Headline: David Leavitt Attempts to Rob McDonalds with iPhone, Foiled by Donna Bernick\n
3176                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3177                                                                                                                                                                                                                                                                    @Disney A wonderful, imaginative story! ❤️\n
3178                                                                                                                                                                 @heathencandor @N_Fatale @David_Leavitt @McDonalds Dear McDonald's, I love how Donna handled this freeloading Inter… https://t.co/5jXQM15PUx\n
3179                                                                                                                                                                 RT @Ryanair: What’s the one thing that every European can agree on this summer? \n\n\n\n\n\n\n\n\n\n\n\n\n\nLow Fares, of course. Ryanair.… \n
3180                                                                                                                                                                           RT @LaurenJauregui: IM SO EXCITED FUCK YES @netflix well done my friends, we love you v much #Sense8isBack https://t.co/KTgEkG880F\n
3181                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3182                                                                                                                                                                                                                       @Reuters get samsung j7 and other unlimited gifts\n\n\n\n\n\n\nhttps://t.co/TXOrrx1M7d\n
3183                                                                                                                                        RT @shna23: @David_Leavitt @McDonalds Not all heroes wear capes.\n\n\n\n\n\n\n\n\n\n\n\n\n\nGood for her!  McDonalds - you have a keeper on your hands! Please don't…\n
3184                                                                                                                                                                 RT @PatrickArnold77: @David_Leavitt @McDonalds I'm couldn't read your tweet David, I was too busy laughing about how even CBS tossed you un…\n
3185                                                                                                                                                                       RT @VicBergerIV: @David_Leavitt @McDonalds What the hell is wrong with you, you brat? Did you ever work fast food? She doesn't deser… \n
3186                                                                                                                                                                          @sheldonchang @axios @facebook @SkyhookWireless Yep. You're confusing "Find Wi-Fi" with "Facebook Wi-Fi" (https://t.co/KUs7xrruzM).\n
3187                                                                                                                                                                            RT @TEN_GOP: @David_Leavitt @McDonalds Hi @Jack, why does this guy still have an account? Does Twitter only police those on the… \n
3188                                                                                                                                                                       @Microsoft 4/ People are paying so much, they should know that this device can't be fixed, only replaced.. I feel cheated... Unethical\n
3189                                                                                                                                                                                                  @David_Leavitt @McDonalds Dude, really, you owe me a dollar for wasting my data watching this stupid video.\n
3190                                                                                                                                                                                                  Check out Lois &amp; Clark - The Complete First Season (DVD, 6-Disc Set)  https://t.co/rxKM9pCQEE via @eBay\n
3191                                                                                                                                                                                                                     RT @BaronessGabi: @DieterFrikadell @Reuters fuck off and don't write to me again, moron.\n
3192                                                                                                                                                     @Reuters Get free adult dating click here\n\n\n\n\n\n\nhttps://t.co/fS3LFsZ2Kz\n\n\n\n\n\n\nhttps://t.co/Z5aERMD7dV\n\n\n\n\n\n\nhttps://t.co/wHeRHhIO2Z\n
3193                                                                                                                                                     @Reuters Get free adult dating click here\n\n\n\n\n\n\nhttps://t.co/fS3LFsZ2Kz\n\n\n\n\n\n\nhttps://t.co/Z5aERMD7dV\n\n\n\n\n\n\nhttps://t.co/wHeRHhIO2Z\n
3194                                                                                                                                                                 @NBCTheVoice @AliyahMoulden @Toyota Baby Girl, your voice is going to span the world for decades to come, just like… https://t.co/7Y8FdGQPQL\n
3195                                                                                                                                                                                          @Reuters We need to have someone do a little of his own "Famila Style Justice" on this A-Hole and take that finger.\n
3196                                                                                                                                                                                                                                RT @Chelsea_HQ: Welcome to the family, @Nike! 👋🏻🔵✔️ https://t.co/QdnhFXMlal\n
3197                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3198                                                                                                                                                           RT @BTS_ARMY_I: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!! Let's stream hardcore before the c… \n
3199                                                                                                                                                                    RT @KillerMartinis: Hey, so if you want to show support for this manager please contact @McDonalds corporate. Calling the store just fu… \n
3200                                                                                                                                                                           RT @3Quarters2Day: Who didn't like toy soldiers growing up, now get giant toy soldier bookends https://t.co/HyqPclW9sq via @amazon\n
3201                                                                                                                                                                                                                             RT @ashleymcnamara: Why I joined @Microsoft\n\n\n\n\n\n\nhttps://t.co/YkoVy3cENX\n
3202                                                                                                                                                                                                          @Km7D @Apple Pretty sure this is not what they meant by "Think Different" right, @Apple @tim_cook??\n
3203                                                                                                                                                         RT @taehyungbase: This time it was @Microsoft that was blessed with the voices of @BTS_twt \n\n\n\n\n\n\nARMY!!Let's stream hardcore before the co… \n
3204                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3205                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3206                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3207                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3208                                                                                                                                                                                                                                              @McDonalds sooo, what do I gotta do to get that szechuan sauce?\n
3209                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3210                                                                                                                                                                                                          RT @Starbucks: "Hi! I'd wink, but my eyes are frosting." #StrawberryCakePop https://t.co/JfkPRFQsDz\n
3211                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3212                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3213                                                                                                                                                                                                RT @Reuters: Canadian heavy oil plugs gap left by OPEC, Latam https://t.co/OPlGkNUb6v https://t.co/pDQlV2ITVu\n
3214                                                                                                                                                                  Beyond a joke how @easyJet dealt with our cancelled flight from Berlin last night.  No announcements, the board just kept showing delayed..\n
3215                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3216                                                                                                                                                                           RT @Reuters: BREAKING: Suicide bomber attacked area near Afghan police, Iraqi embassy compound in Kabul - Afghan security offici… \n
3217                                                                                                                                                                 RT @eji_org: Today @Google featured the Silent Parade on its home page, acknowledging the ongoing struggle for racial equality: https://t.c…\n
3218                                                                                                                                                                                        RT @MarkDuplass: Some great @netflix finds in here, including our own BLUE JAY and 6 YEARS... https://t.co/KWmkW2jHJW\n
3219                                                                                                                                                                       RT @thalesgroup: With #CONTACT's unique network capability, each force deployed in the #battlespace becomes a source of #information… \n
3220                                                                                                                                                     don't cry if this MS-bot is dismantled twitter-staff; my job-security is at hand! go figure @Microsoft why i am... \n\n\n\n\n\n\nhttps://t.co/oGZZzc5gzP\n
3221                                                                                                                                                                                    Check out #1977 NOS Corcoran Mach 8 M 9" Side Zipper Womens New With Box L@@K #Corcoran https://t.co/CtSwDoRLFl via @eBay\n
3222                                                                                                                                                                 @amcyoung @TLRailUK @Siemens @siemens_press Maybe a weekly chart of temperature and a monthly one, etc. Links to lo… https://t.co/wdSPzYYbiS\n
3223                                                                                                                                                                           RT @jonlis1: Devastating from @Reuters. Every day, UK's folly is further exposed. The only card May had - and needed - was time.… \n
3224                                                                                                                                                                  RT @Samsung: New technology’s 1.2Gbps downlink speed enables mobile HD movie downloads in 10 seconds ⏱️\n\n\n\n\n\n\nhttps://t.co/lLeEcbDLmf\n
3225                                                                                                                                                                                                               @McDonalds I need that god damn sauce, I'll go to mcdonalds  every day if that's what it takes\n
3226                                                                                                                                                                 @IAyfarah @TRobinsonNewEra @amazon @Twitter Peaceful Muslim, but posts videos of violence from a well know terroris… https://t.co/mkeB9jkfLM\n
3227                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/zc1txKXx4w\n
3228                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3229                                                                                                                                                             So trying to watch #GameOfThrones &amp; know have work tomorrow but @ATT service goes down. So restart, turn off/on wif… https://t.co/aqaxHK7kia\n
3230                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3231                                                                                                                                                                                                Check out Sir Ivan (Featuring Debbie Gibson) - "I Am Peaceman" - USB Drive  https://t.co/PhXJm9Yqv3 via @eBay\n
3232                                                                                                                                                                           RT @Reuters: BREAKING: Suicide bomber attacked area near Afghan police, Iraqi embassy compound in Kabul - Afghan security offici… \n
3233                                                                                                                                                                     .@Accorhotels Finds Competing With @Expedia Is Harder Than Expected via @skift https://t.co/D2pIoAhzms \n\n\n\n\n\n\n#BookDirect #Travel\n
3234                                                                                                                                                                           RT @Reuters: WATCH: Putin says U.S. must cut 755 diplomatic staff, more measures possible. Read here: https://t.co/tQhY3H3pPG vi… \n
3235                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3236                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3237                                                                                                                                                                             RT @Apple: Watch The Rock and Siri dominate the day. Just ask Siri, "What are you and The Rock up to?” https://t.co/lNcPdPaENi… \n
3238                                                                                                                                                                                                Check out Bogari Women's Blue, Knit Top Size L NWT #Bogari #KnitTop #Casual https://t.co/dzk5zNvTqR via @eBay\n
3239                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3240                                                                                                                                                                 @BBCNewsnight Remoaner Michael O'Leary and now "aerospace body ADS" (who?) say 'problems', @easyJet on the other ha… https://t.co/Z1OZNpGNgd\n
3241                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3242                                                                                                                                                             RT @Citi: Jane Fraser, CEO Latin America, on the importance of @Citibanamex to #Mexico &amp; to #Citi’s global franchise https://t.co/jvU35hz9eU\n
3243                                                                                                                                                                 @Ryanair I have a booking - INEPFI - TO PERPIGNAN- need to change grandsons name to Finn, as Jack has broken his leg - surname stil McCarthy\n
3244                                                                                                                                                         RT @pscoordsen13: #MondayMotivation #BatB Season 4 now available on @netflix Check out \n\n\n\n\n\n\nhttps://t.co/EW3f6Bs0S1 https://t.co/dBPtu8t87s\n
3245                                                                                                                                                                                                          RT @Starbucks: "Hi! I'd wink, but my eyes are frosting." #StrawberryCakePop https://t.co/JfkPRFQsDz\n
3246                                                                                                                                                               @facebook \n\n\n\n\n\n\nI was trying to add more groups and got locked out. It seems to have been an automated thing. I don't know what to do.\n
3247                                                                                                                                                               RT @r00t0vi4: Vulnreport is an open-source pentesting management and automation platform by @salesforce\n\n\n\n\n\n\nhttps://t.co/yjVRafr3Ar… \n
3248                                                                                                                                                                                     RT @Danone: Think Positively and exercise daily. Eat healthy, work hard, stay strong, worry less, read more. Be happy.… \n
3249                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3250                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3251                                                                                                                                                                                      RT @slyyypanda: This thread between @LIRIK, some moron, and @verizon actually had me dying 😂😂 https://t.co/hfzfeSA3jL\n
3252                                                                                                                                                                                RT @persuasive2018: We are looking forward to having @jhreha Head of Product, Behavioral Sciences @Walmart for the upcoming… \n
3253                                                                                                                                       RT @IglesiasRondina: Machiavelli and the Jesuits: An Introduction (The Anti-Machiavellians) \n\n\n\n\n\n\n https://t.co/S0IlbmPnPk  via @amazon\n\n\n\n\n\n\n#book #h…\n
3254                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3255                                                                                                                                                                 @toates_19 @DrJNurse It’s likely @Apple, @Google or someone else will get our full medical records on our phones be… https://t.co/Bc9MgaHbuf\n
3256                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3257                                                                                                                                                                 RT @dfreedavinci: "Niggas say they bout that bread but ain't showin no effort" #spon #freestyle50challenge @300 @verizon @Tee_Grizzley http…\n
3258                                                                                                                                                                             RT @Google: Today's #GoogleDoodle in Mexico honors Gilberto Bosques Saldívar, who saved 40,000 Jews and refugees during WWII →… \n
3259                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/RBHhfeffe6\n
3260                                                                                                                                                                                           BLUEDIO T3 Wireless Bluetooth 4.1 Headset Cordless HiFi Stereo Headphones, Black https://t.co/6lt64DDiby via @eBay\n
3261                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3262                                                                                                                                                                                                         RT @BMW: A design icon, reinvented. \n\n\n\n\n\n\nThe #BMW Concept #8series. https://t.co/dZBGpDAEIc\n
3263                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3264                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3265                                                                                                                                                                                                   RT @Reuters: Putin says U.S. must cut 755 diplomatic staff, more measures possible https://t.co/OyEElmp8rP\n
3266                                                                                                                                                                             @RobBenedict @dicksp8jr @KingsOfCon OMC, I signed &amp; RT! @netflix the #SPNFamily needs @KingsOfCon! ❤ https://t.co/D7GdYeb5zO\n
3267                                                                                                                                                                               RT @Reuters: Trump bump: Court fights draw big money into attorney general races https://t.co/4jdZ20PT0K by @lawrencehurley,… \n
3268                                                                                                                                                                                Check out I CAN BE A DINOSAUR FINDER PALEONTOLOGIST PC CD ROM,LEARNING ADV. SERIES WIN/MAC  https://t.co/S9gZgzHkrV via @eBay\n
3269                                                                                                                                                                                                                                                 RT @Disney: "Oh, great! He's loose!" https://t.co/w74z3ycecm\n
3270                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3271                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3272                                                                                                                                                                              RT @Reuters: China's overall debt levels still high, central bank official says https://t.co/OJmvEPcQxW https://t.co/UOUGW36h6x\n
3273                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3274                                                                                                                                                    RT @MapesaSteven: #KFCBWinningInDisruption\n\n\n\n\n\n\nDr. @EzekielMutua : @infokfcb is working with @Google in Web rangers programme to promote Intern…\n
3275                                                                                                                                   RT @MissBobo: #KFCBWinningInDisruption\n\n\n\n\n\n\n@infokfcb is working with tech companies like @Google &amp; @Facebook to promote online safety\n\n\n\n\n\n\n@EzekielM…\n
3276                                                                                                                           RT @Jillian__Butler: Road trip to New York with @JessicaVosk:\n\n\n\n\n\n\n\n\n\n\n\n\n\nJess: "omg it's Sunday... I can have @McDonalds"\n\n\n\n\n\n\nMe: "So...we're going ya?"…\n
3277                                                                                                                                        A @Ryanair #B737-800 ready for #takeoff at @BaselAirport\n\n\n\n\n\n\nhttps://t.co/JoNUG2OgMP\n\n\n\n\n\n\n#avgeek #aviation #RyanairFlights… https://t.co/8DpZ9St4No\n
3278                                                                                                                                                                                 Creating Actions in @SAP, everything you need to know from @epiuselabs @sapmentors @daniellelarocca… https://t.co/KbGbGpvbmJ\n
3279                                                                                                                                                    @pepsi The spectacle in Skopje is approaching so book your accommodation for SPECIAL PRICE! \n\n\n\n\n\n\nNow, directly on our w… https://t.co/NPq3J8RCzI\n
3280                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3281                                                                                                                                                                                                          RT @Starbucks: "Hi! I'd wink, but my eyes are frosting." #StrawberryCakePop https://t.co/JfkPRFQsDz\n
3282                                                                                                                                                                                                               Make it so! Everyone on my TL, Please Retweet! @McDonalds Please help. https://t.co/WRY3A8oStZ\n
3283                                                                                                                                                                @MikeGeneMose at 1:13:55 of "The Toll" (S01 Ep10) of #Ozark on @netflix 😳 If you're not watching this show, you're missing out. #goodtv #wow\n
3284                                                                                                                                                                                                                  Check out Vintage  Set of 4 Wood Tapered Table Legs 26"   https://t.co/6ElDmtBe8C via @eBay\n
3285                                                                                                                                                                                                              RT @HYPEBEAST: Favorite for @adidas or retweet for @Nike. \n\n\n\n\n\n\nhttps://t.co/2WGlO6zLbT\n
3286                                                                                                                                                                 @Costco Order #2, I scheduled an afternoon delivery, allowed me to work a half day until noon, night before call says appt is late morning..\n
3287                                                                                                                                                                  @Tesco Cheers for the reply, but I actually rang my local store to check stock there and they looked up delivery options for me from there.\n
3288                                                                                                                                                                             Check out Antique Tiffin EAPG Petal Loop Bedside Oil Lamp, Atterbury Base H, B &amp; H Burner  https://t.co/IXojsnZMpf via @eBay\n
3289                                                                                                                                                                                                          RT @Starbucks: "Hi! I'd wink, but my eyes are frosting." #StrawberryCakePop https://t.co/JfkPRFQsDz\n
3290                                                                                                                                                                                                                        @CocaCola please release a cantaloupe flavour coca cola,would love to buy it from you\n
3291                                                                                                                                                                            RT @amazon: Need a new look? Let's see what you can fashion together: Get 40-50% off Prime-exclusive clothing, shoes, and more:… \n
3292                                                                                                                                                                         RT @Reuters: India's Snapdeal calls off sale to Flipkart, to pursue independent path https://t.co/FAjeyNVJof https://t.co/J1MTMkKhQY\n
3293                                                                                                                                                                                                                                                 RT @Disney: "Oh, great! He's loose!" https://t.co/w74z3ycecm\n
3294                                                                                                                                                                                              RT @Apple: Want more of The Rock x Siri? Just ask Siri: “Hey Siri, what are you and The Rock up to?” #ROCKxSIRI\n
3295                                                                                                                                                                        ON SALE! Check out WOODEN NWOT DART BOARD SET - Blonde Wood Wall Mounted Case - "The King of Arms"  https://t.co/67zzeE0f93 via @eBay\n
3296                                                                                                                                                                   RT @Theelectronica: #PECHAM Gaming Headset with Mic \n\n\n\n\n\n\nhttps://t.co/JX7f02Kimt  via @amazon\n\n\n\n\n\n\n#gaming #GamingHeadset\n
3297                                                                                                                                                                                                         RT @BMW: A design icon, reinvented. \n\n\n\n\n\n\nThe #BMW Concept #8series. https://t.co/dZBGpDAEIc\n
3298                                                                                                                                                                                                         RT @BMW: A design icon, reinvented. \n\n\n\n\n\n\nThe #BMW Concept #8series. https://t.co/dZBGpDAEIc\n
3299                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3300                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3301                                                                                                                                                                                  If you're experiencing issues with your @verizon wireless service, don't worry, it's not just you.… https://t.co/glDL3ijkoH\n
3302                                                                                                                                                                                                                                                 RT @Disney: "Oh, great! He's loose!" https://t.co/w74z3ycecm\n
3303                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3304                                                                                                                                                                 RT @Toyota: It all started with this @KyleBusch win at Atlanta on March 9, 2008. Congrats on 100 Cup wins @ToyotaRacing! https://t.co/AM4AP…\n
3305                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3306                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3307                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3308                                                                                                                                                                                                                  Check out Boston arch shaped patch 4.5" across #Unbranded https://t.co/ojdlXLeiLU via @eBay\n
3309                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3310                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/g0BBvAu9bn\n
3311                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3312                                                                                                                                                                                                                        Check out Topless Woman Wood Statue 8" Hand Carved  https://t.co/iOxE6rHIB1 via @eBay\n
3313                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/LxwXFCF9c9\n
3314                                                                                                                                                  @McDonalds coffee cups are superior to all other coffee cups \n\n\n\n\n\n\n\n\n\n\n\n\n\nPlus, the lid looks like a surprised face! https://t.co/ATjlKfqWsE\n
3315                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3316                                                                                                                                                                           Pearl and Sterling Silver Ring with Small Diamonds, Signed ISP - size 7-Openwork  https://t.co/2NEu6cPuJK via @eBay #jewelry #fine\n
3317                                                                                                                                                                                              RT @Reuters: MORE: U.N. Ambassador Haley says Japan, South Korea must increase pressure https://t.co/lXZZxsrJsd\n
3318                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3319                                                                                                                                        #MondayMotivation 🌸Master your #SelfTalk and you master your life\n\n\n\n\n\n\n#survivorrealm 35 \n\n\n\n\n\n\n🌸via @OraNadrich https://t.co/vtSMu3TadX via @amazon\n
3320                                                                                                                                                                 Clare Tiernan, our Information and Support lead has been working with Liz Wilkie, @Tesco community champion  on acc… https://t.co/yh5jiixr7Y\n
3321                                                                                                                                                                 RT @CocaCola: Know an Ashley? RT this tune to her, and share many more. Find yours now at https://t.co/yhiInuuqev and #ShareaCoke. https://…\n
3322                                                                                                                                                                             RT @Shell: Join us with 7 energy innovations, international artists @luansantana @PixieLott @IAMJHUD &amp; more. All united to… \n
3323                                                                                                                                            Unisys named Azure Innovation Partner of the Year for the second time in three years.  @unisyscorp @Microsoft \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/i2GrWwpTBv\n
3324                                                                                                                                                                Aerospace giant @Boeing set to land in #Sheffield after council grants planning permission\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/YWIuWv029S\n
3325                                                                                                                                                                                   🤣🤣🤣 So we should believe him this time?? ANALysts UGH!\n\n\n\n\n\n\n$FB @facebook \n\n\n\n\n\n\nhttps://t.co/K9IV7b0phC\n
3326                                                                                                                                                                      RT @thriftyfifty6: Check out 1937 Pitcher, Coronation of King Edward VIII, Empire Porcelain, England  https://t.co/8zGGh8l1SN via @eBay\n
3327                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3328                                                                                                                                       RT @mvollmer1: .@SAPAriba Latin America business is over the top #Cloud\n\n\n\n\n\n\ndelivers threefold revenue growth @SAP https://t.co/2kxt0DXEqe  \n\n\n\n\n\n\n@a…\n
3329                                                                                                                                                Get 5000 GlobalBoost® $BSTY digital coins through ease &amp; security of @eBay today!\n\n\n\n\n\n\n#Blockchain #Bitcoin #Veterans #DC https://t.co/NWg8u4pz29\n
3330                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3331                                                                                                                                                                                    Check out ZUMBA Street Fresh Shoes Trainers Sneakers -Black 6, 6.5, 8, 8.5, 9, 9.5, 10  https://t.co/cVbbXZ0k9K via @eBay\n
3332                                                                                                                                                                            RT @Reuters: After campaign to oust Pakistan PM, Imran Khan looks to take the job https://t.co/6VWPIRqY9j https://t.co/lMKlirvGrR\n
3333                                                                                                                                                                                                       @Starbucks please fix your clear cold cup design, I'm sick of getting coffee on my hands and car seats\n
3334                                                                                                                                                                                                                                                    Good Job @Apple\n\n\n\n\n\n\nNot. https://t.co/R9Gf7HgXdZ\n
3335                                                                                                                                                                         RT @Reuters: India's Snapdeal calls off sale to Flipkart, to pursue independent path https://t.co/FAjeyNVJof https://t.co/J1MTMkKhQY\n
3336                                                                                                                                                                    Come party with us, @Oracle, @BounceExchange, @Localytics, and @PD_Engage at eTail East happy hour on August 16!… https://t.co/T2XOx4A4O0\n
3337                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3338                                                                                                                                                                                         Check out Kurt S Adler 4.5" Ribbon Candy with Glitter Christmas Ornaments Yellow Green https://t.co/9KLBOwN1PI @eBay\n
3339                                                                                                                                                                                Check out Vintage Seabees Pottery Mug,white,logo,1950s,lg size -military,Navy,construction  https://t.co/EvGYLeAMJQ via @eBay\n
3340                                                                                                                                                                 @emmaemail @comcast Yes still having the same issues, over a VPN or cellular network (aka not my home Comcast netwo… https://t.co/cuLW3nxSM3\n
3341                                                                                                                                                                                                                    PSA: tragically, @netflix is taking off 10 Things I Hate About You starting tomorrow.....\n
3342                                                                                                                                                                                      RT @HYPEBEAST: Get ready for @virgilabloh's Off-White™ x @Nike collection to drop.\n\n\n\n\n\n\nhttps://t.co/y0ZtiZv7FL\n
3343                                                                                                                                                                                                                                           @Disney @DisneyPixar GIVE ME A JOB, PLEASE https://t.co/X7e4v5q5eU\n
3344                                                                                                                                                                 RT @EliseOnDeadline: @TimOBrien "This is not a Trump-induced rally." -- @GoldmanSachs investment management division in report to NJ Invest…\n
3345                                                                                                                                                    RT @momwithoutlabel: Are you ready for school? We're feeling prepared thanks to @Walmart! #Ad #BacktoBusiness\n\n\n\n\n\n\n&gt; https://t.co/vk7KdrZUk2… \n
3346                                                                                                                                                                                            Rainbow Light Candida Cleanse, Food Based, Tablets, 120 tablets Rainbow Light https://t.co/7jPLl1cuCf via @amazon\n
3347                                                                                                                                                                                                        RT @Apple: Want more of The Rock x Siri? Just ask Siri, “What are you and The Rock up to?” #ROCKxSIRI\n
3348                                                                                                                                                                                         Source Naturals N-Acetyl L-Tyrosine 300mg, 120 Tablets by Source Naturals Sou... https://t.co/U76k0BBwZX via @amazon\n
3349                                                                                                                                                                                                                                                                      @Walmart Thanks Tammi, you as well!! 🙂\n
3350                                                                                                                                                                                   Check out Vintage Sterling Silver 24" Necklace &amp; Tazmanian Devil Pendant, Estate Jewelry https://t.co/DUkesKAZqJ @eBay\n
3351                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3352                                                                                                                                                                   @Ford Motor Company said earlier this year that it will move production  of the next-generation Focus compact, due in about two years,....\n
3353                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3354                                                                                                                                                                           RT @Reuters: EXCLUSIVE: Qatar launches World Trade Organization complain to challenge trade boycotts by Saudi Arabia, Bahrain, UAE\n
3355                                                                                                                                                                           RT @Reuters: EXCLUSIVE: Qatar launches World Trade Organization complain to challenge trade boycotts by Saudi Arabia, Bahrain, UAE\n
3356                                                                                                                                                                                      RT @slyyypanda: This thread between @LIRIK, some moron, and @verizon actually had me dying 😂😂 https://t.co/hfzfeSA3jL\n
3357                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3358                                                                                                                                                                                                         RT @Newsarama: Hey @Google, Give JACK KIRBY a DOODLE https://t.co/MRXtOt8R8k https://t.co/jEZcoPhhrB\n
3359                                                                                                                                                                  RT @MortySmithEsq: @comcast If it is positive for the consumer, why has Comcast, Verizon, and AT&amp;T spent $572 MILLION on lobbying the… \n
3360                                                                                                                                                                                                         RT @Newsarama: Hey @Google, Give JACK KIRBY a DOODLE https://t.co/MRXtOt8R8k https://t.co/jEZcoPhhrB\n
3361                                                                                                                                                                                                                  RT @RyankPotter: MAKE THJS HAPPRN \n\n\n\n\n\n\n@Disney I NRED THUS https://t.co/ZPczWHJpwb\n
3362                                                                                                                                                                               RT @GoldmanSachs: PODCAST: $GS on the retail sector: It's not about ecomm vs. brick-and-mortar, but a “marriage of the two”:… \n
3363                                                                                                                                                                 RT @CDWCorp: Ditch attachments and thumb drives with @Adobe Acrobat Document Cloud, built for the way people work today. https://t.co/Smwiz…\n
3364                                                                                                                                                                   @ARRIS thanks for fucking things up by adding "security"; time to throw this gateway in the trash. @comcast is guilty too. shitty company.\n
3365                                                                                                                                                                           @ATT seemingly large cell outage across central florida. ATT &gt; "crickets". Why not inform customers? timeline? #epic #fail #att\n
3366                                                                                                                                                                           RT @Reuters: EXCLUSIVE: Qatar launches World Trade Organization complain to challenge trade boycotts by Saudi Arabia, Bahrain, UAE\n
3367                                                                                                                                                                     RT @luvsParis: Check out FINAL SALE  Lot 19  Vintage Mid Century Modern Metal Trays 9 x 14 , 4 styles  https://t.co/GExOngq4AT via @eBay\n
3368                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3369                                                                                                                                                                                                                                                 RT @Disney: "Oh, great! He's loose!" https://t.co/w74z3ycecm\n
3370                                                                                                                                                                Members @Cisco &amp; @NIglobal to present webinar on #TSN network readiness August 2, 1pm ET @IIConsortium #IICSeries https://t.co/og8gChhzzs\n
3371                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3372                                                                                                                                                                                   Oh man. Another of the theatrical greats. Been liking him most recently in "Bloodline" on @netflix https://t.co/nuP2aUKauY\n
3373                                                                                                                                                                  Check out Alegria PMI Teddy #BEAR PLUSH Green coat hat  Stuffed Animal 10" Dark Brown  #PMI  #plush #kids https://t.co/wHkFt5THz2 via @eBay\n
3374                                                                                                                                                                          Check out Creatives: #Animals, Babies, &amp; Habitats #Children's #Puzzle (sealed) 8901870002946  https://t.co/HAOyIc0ixN via @eBay\n
3375                                                                                                                                                                             @Ryanair why is flight FR166 from SXF to BRU late? \n\n\n\n\n\n\nWe also had delay in flight FR1147 from SKG to SXF today.......\n
3376                                                                                                                                                                 @comcast If @comcast @nbc @nbcsnl has stolen your federal Trademark, Patent or Business Name, contact me today!  Tr… https://t.co/YbzyLElaUd\n
3377                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3378                                                                                                                                                                     RT @thriftyfifty6: Check out Vintage Westinghouse Electric Hump Back Mantel Clock, Mahogany, Working!  https://t.co/BXy84dPxpI via @eBay\n
3379                                                                                                                                                                 If @comcast @nbc @nbcsnl has stolen your federal Trademark, Patent or Business Name, contact me today!  Trademark s… https://t.co/V3DYKdIZsf\n
3380                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3381                                                                                                                                                             RT @FastCompany: From Ferguson, MO, to military towns, @Starbucks is rejuvenating American cities, &amp; redefining what a brand can be. https:…\n
3382                                                                                                                                                                     @ATT You guys are a joke! Straight robbing people, haven't had cell service for 3 days going on 4, and you reject the errors on my bill!\n
3383                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3384                                                                                                                                                                       RT @Momhatescooking: Right now Buy 5, Earn $5 with @boxtops4edu @Walmart! https://t.co/aUtRKiD0h3 #BoxTops #ad https://t.co/mXUxkhFgdU\n
3385                                                                                                                                                                     RT @SAP: Digital innovation and investment are growing by leaps and bounds:\n\n\n\n\n\n\nhttps://t.co/dvQz6xoN45 https://t.co/QwwHduiVd9\n
3386                                                                                                                                                                                                                                            @Reuters Yeah right, and the GOP is not guilty of gerrymandering.\n
3387                                                                                                                                                                             Half of today’s shoppers patronize +3 grocery stores, are you in this group? #Retail @amazon @WholeFoods https://t.co/gIXIEVwmY0\n
3388                                                                                                                                                                           RT @Reuters: EXCLUSIVE: Qatar launches World Trade Organization complain to challenge trade boycotts by Saudi Arabia, Bahrain, UAE\n
3389                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3390                                                                                                                                                                " I have one for use on a T5, it works superbly, love it". 😍Latest comment on our @facebook page. A customer talkin… https://t.co/Wn50eek9Tx\n
3391                                                                                                                                                  RT @SJEarthquakes: We had a feeling we'd be seeing this in the nominees. 😎\n\n\n\n\n\n\n\n\n\n\n\n\n\nVOTE for @nick__lima for @ATT Goal of the Week! ✅… \n
3392                                                                                                                                                               RT @FlodaWP: Here y'all go \n\n\n\n\n\n\n\n\n\n\n\n\n\n#Freestyle50challenge \n\n\n\n\n\n\n\n\n\n\n\n\n\n@300 @verizon https://t.co/BEgo1fTo3N\n
3393                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/MaOHAQNJwz\n
3394                                                                                                                                                                   RT @SheZow_WordGirl: Today is the #LastDay, and this will be your final chance to watch all #SheZow episodes on @netflix, before it will… \n
3395                                                                                                                                                             RT @FastCompany: From Ferguson, MO, to military towns, @Starbucks is rejuvenating American cities, &amp; redefining what a brand can be. https:…\n
3396                                                                                                                                                                        RT @amazon: Introducing #AmazonGo, a new kind of store with no lines and no checkout. https://t.co/WMii0bWevi https://t.co/OmZdzobA5F\n
3397                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3398                                                                                                                                                                           RT @jonlis1: @nazgar001 @JolyonMaugham @Reuters Traditionally, the moment you're sitting at the negotiating table to discuss pos… \n
3399                                                                                                                                                                                                                                         @McDonalds now that no one is looking, how bout some of that sauce!?\n
3400                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3401                                                                                                                                                                               RT @JohnDeere: Bigger lift, smaller machine. The new John Deere 30G excavator. https://t.co/9yXPao3BGs https://t.co/erJcLuejLR\n
3402                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3403                                                                                                                                                                           RT @cbrennansports: After @adidas announces it "regrets" the "wrong" AAU decision, I'll be discussing this sexist mess on @HLNTV… \n
3404                                                                                   RT @ModemusS: Placed order @amazon June 28th. \n\n\n\n\n\n\nWith free ship, d-date July 5\n\n\n\n\n\n\n\n\n\n\n\n\n\nActual delivery:\n\n\n\n\n\n\nNow, 48 hrs after order was placed.\n\n\n\n\n\n\n\n\n\n\n\n\n\nWhat ar…\n
3405                                                                                                                                                                       @Reuters We have a great Green Party candidate for NJ governor, Seth Kaper-Dale. He supports Medicare for All! https://t.co/trsD4d1mSI\n
3406                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/SQ6cITTJdw\n
3407                                                                                                                                                                                                   I just listed: 'Lapis Lazuli and Yellow Jade Cluster Earrings', for 58 via @amazon https://t.co/eYvbqGF1MV\n
3408                                                                                                                                                                                @NYSBA @comcast @nbc @nbcsnl Lawsuit being filed in NC Federal Court for Trademark Infringement of "RANDY CANDY"! Stay Tuned!\n
3409                                                                                                                                                          It’s time for @Nissan to support working people's freedom to join together for better \n\n\n\n\n\n\n@aflcio #DoBetterNissan https://t.co/8s67CIGCBh\n
3410                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3411                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3412                                                                                                                                             It’s time for @Nissan to support working people's freedom to join together for better \n\n\n\n\n\n\n@aflcio #DoBetterNissan\n\n\n\n\n\n\nhttps://t.co/abo5ztaspb\n
3413                                                                                                                                                                                                                                          @fatmansu @JR8Ramirez @Marvel @netflix I say Ghost, Tommy or Tariq.\n
3414                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3415                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3416                                                                                                                                                           @insomiacish @nycjim @Reuters Who do u think is paying for all those 🛫, 🥗 &amp; hotel rms. Who gets the $ for reception… https://t.co/oSPBrhMq2H\n
3417                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3418                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3419                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3420                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3421                                                                                                                                                                                                                                                       @Tesco which I didn't have with me, prefer the key one\n
3422                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3423                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3424                                                                                                                                                                                Check out 1851 1/2C BN Braided Hair Half Cent. MINT ERROR. Underweight Planchet. MS64, NGC  https://t.co/VIHKjHI7YW via @eBay\n
3425                                                                                                                                                                      @usagi704 @amazon On a serious note though, majority of my game purchases from them lately end up with discs loose. I can't stand that.\n
3426                                                                                                                                                                 RT @iotconsortium: By 2020, the average cost of #IoT sensors is expect to drop to just $0.38 via @GoldmanSachs @businessinsider https://t.c…\n
3427                                                                                                                                                                           RT @McDonalds: @KailynReagan What are you waiting for, Kail? We've got some Hash Browns here with your name on them. Come on over!\n
3428                                                                                                                                                                                       Check out Victoria's Secret Shiny Hair Shampoo and Conditioner, New #VictoriasSecret https://t.co/VIrnGFmbtf via @eBay\n
3429                                                                                                                                                                              @CEDRICtus @easyJet Why not if you have time, share your airport experience and photos by reviewing on… https://t.co/pPPAVbTCet\n
3430                                                                                                                                                                                        https://t.co/7PTdpgjQhr is this for real @Starbucks I expect a response. This is unbelievable to me, a Starbucks fan.\n
3431                                                                                                                                                                            RT @AutoblogPodcast: On this week's podcast: We discuss the #DodgeDemon, the 2018 @Honda Accord, and the @MercedesBenz #XClass:… \n
3432                                                                                                                                                                                            @Marshall_Phil @amazon My pleasure! Someone beat me to it on the Nerdy Language Majors FB page. Congrats, friend!\n
3433                                                                                                                                                                                     Check out BREEDING THOROUGHBREDS, Colonel John F. Wall, First Edition 1946 + Ephemera  https://t.co/m7ovVz1x8M via @eBay\n
3434                                                                                                                 (1/2) \n\n\n\n\n\n\n------Original Message------\n\n\n\n\n\n\nFr: 21212\n\n\n\n\n\n\nSent: Dec 15 11:56am\n\n\n\n\n\n\nMessage: 1/2: @Oracle: RT @OracleDevs: Open Sourcing Bare Metal Cloud\n
3435                                                                                                                                                                                Check out NEW ✿ Classic Match Our Version Of Obsession For Men Eau De Toilette Spray, 2.5   https://t.co/C1OghNkdyI via @eBay\n
3436                                                                                                                                                               RT @FlodaWP: Here y'all go \n\n\n\n\n\n\n\n\n\n\n\n\n\n#Freestyle50challenge \n\n\n\n\n\n\n\n\n\n\n\n\n\n@300 @verizon https://t.co/BEgo1fTo3N\n
3437                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3438                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3439 RT @ValaAfshar: Years to reach 50M users:\n\n\n\n\n\n\n\n\n\n\n\n\n\n✈️ 68\n\n\n\n\n\n\n🚙 62\n\n\n\n\n\n\n☎️ 50\n\n\n\n\n\n\n💡 46\n\n\n\n\n\n\n📺 22\n\n\n\n\n\n\n💻 14\n\n\n\n\n\n\n📱 12\n\n\n\n\n\n\n💳 12\n\n\n\n\n\n\n@YouTube 4\n\n\n\n\n\n\n@facebook 3\n\n\n\n\n\n\n@Twitter 2 —@ritholtz https://t…\n
3440                                                                                                                                                   Everyone needs a good #MomSneak @netflix binge watch session. 📺\n\n\n\n\n\n\nSee how to WIN 6 mos of Netflix streaming! https://t.co/3LQdwj8y0T #giveaway\n
3441                                                                                                                                                                                                            RT @netflix: Fool me once, strike one. But fool me twice... strike three. https://t.co/VVyUvWXqae\n
3442                                                                                                                                                                             RT @Apple: Watch The Rock and Siri dominate the day. Just ask Siri, "What are you and The Rock up to?” https://t.co/otVjIlpwzd… \n
3443                                                                                                                                                                                                             RT @Reuters: HBO says data hacked, media says 'Game of Thrones' targeted https://t.co/8c8gSyE5hq\n
3444                                                                                                                                                                                                             RT @Reuters: HBO says data hacked, media says 'Game of Thrones' targeted https://t.co/8c8gSyE5hq\n
3445                                                                                                                                                                                                             RT @Reuters: HBO says data hacked, media says 'Game of Thrones' targeted https://t.co/8c8gSyE5hq\n
3446                                                                                                                                                                                                             RT @Reuters: HBO says data hacked, media says 'Game of Thrones' targeted https://t.co/8c8gSyE5hq\n
3447                                                                                                                                                                           Get your Hair back. SugarBearHair Vitamins, 60 Count (1 Month S... by SugarBearHair for $32.99 https://t.co/Dg8gooHPjq via @amazon\n
3448                                                                                                                                                                           Get your Hair back. SugarBearHair Vitamins, 60 Count (1 Month S... by SugarBearHair for $32.99 https://t.co/8dhVxJjeVG via @amazon\n
3449                                                                                                                                                                                                                       @dicksp8jr @KingsOfCon I just signed it\n\n\n\n\n\n\n@netflix  We want our @KingsOfCon\n
3450                                                                                                                                                                                                         Check out Miss Me JE6048B2R Boot Cut Jeans, Sz 26 #MissMe #BootCut https://t.co/Fa6G3QYqAM via @eBay\n
3451                                                                                                                              RT @eBay: Fits in elevator. ✅\n\n\n\n\n\n\nWeighs 130 pounds. ✅\n\n\n\n\n\n\n80 mpg. ✅\n\n\n\n\n\n\n\n\n\n\n\n\n\nIs this the world's smallest car? #ebaymotors #ebayfinds… \n
3452                                                                                                                                                                                                                         RT @McDonalds: @ahhmeeee How about a reunion soon, Aimee? We'd love to see you both!\n
3453                                                                                                                                                                                        RT @McDonalds: @Bryan_glz It sounds like you’re having a fantastic day! Thanks for letting us be a part of it, Bryan!\n
3454                                                                                                                                                                            RT @zylotweet: How #machinelearning works, as explained by @Google @dannysullivan https://t.co/n2JCnNitMk https://t.co/PFUP5kauen\n
3455                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3456                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3457                                                                                                                                                              Volunteering helped me start @Barcampghana with others &amp; ultimately got me my @Google job, thru my track record. I… https://t.co/NNkVp0apSH\n
3458                                                                                                                                                                                        RT @YanniKouts: #Qatar launches WTO complain to challenge trade boycotts by Saudi Arabia, Bahrain, UAE. /via @Reuters\n
3459                                                                                                                                        RT @Ryanair: Fly to Denmark for just £1! 😮✈️\n\n\n\n\n\n\n\n\n\n\n\n\n\nSALE ENDS AT MIDNIGHT!\n\n\n\n\n\n\n\n\n\n\n\n\n\nBook now, only at https://t.co/cgLkPq5oJZ… \n
3460                                                                                                                                 RT @MizzouFootball: Report day = @Nike Day 👟💯🔥\n\n\n\n\n\n\n\n\n\n\n\n\n\n📷 https://t.co/uvfUdTRbQq\n\n\n\n\n\n\n\n\n\n\n\n\n\n#MIZ #ShowMe 🐯🏈 https://t.co/bVOjfk1D0h\n
3461                                                                                                                                                                                                                Check out The Sandos Cancun - August 25- September 2, 2017  https://t.co/OLq2BZ7eh5 via @eBay\n
3462                                                                                                                                                      @VW Parental guide from Jesus.              https://t.co/NaD46DBZrI\n\n\n\n\n\n\nJesus talks to this Claire like daily or at least weekly in New Mexico\n
3463                                                                                                                                                                                Check out Holly Pond Hill Friendship Themed Stickers with Words, Susan Wheeler Rabbits NIP  https://t.co/kTmYijJjcU via @eBay\n
3464                                                                                                                                                                           Check out 2pcs 20" FREIGHTLINER Vinyl Sticker Decal Graphic COLUMBIA CASCADIA SEMI TRUCK #Oracal https://t.co/pmWcSUHMtz via @eBay\n
3465                                                                                                                                                            Kick off the school year with Back 2 School Fest, presented by @Shell, this Saturday, August 5 at @XULA1925 \n\n\n\n\n\n\nhttps://t.co/tAcbPFF7gU\n
3466                                                                                                                                                        @Ford my 2017 escape at full tank usually shows anywhere between 530km-575km to empty.\n\n\n\n\n\n\nNow its showing 675km to empty. Is this an error?\n
3467                                                                                                                                                                                                                                                                 @Tesco Never tried couscous,what is it like?\n
3468                                                                                                                                                                                  RT @Reuters: Wal-Mart shuffles U.S. leadership teams in food, merchandising https://t.co/L0s734T5TK https://t.co/3vp6v2NxSA\n
3469                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3470                                                                                                                                                                  RT @McDonalds: The time has officially come. Try the new Sriracha Mac Sauce. For a limited time, starting tomorrow. https://t.co/CRiMBc743K\n
3471                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3472                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3473                                                                                                                   RT @TheHackersNews: CNN Sub-domain Hacked by Turkish Hacker (Same Group Who Hacked @Reuters Last Week)\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/TfUo5JcTgz\n\n\n\n\n\n\n\n\n\n\n\n\n\ncc:… \n
3474                                                                                                                                                                    RT @LGTM_S: #Freestyle50challenge @verizon \n\n\n\n\n\n\n\n\n\n\n\n\n\nSACÉ THE HOTTEST YOUNGIN FLEXIN!!!! 🗣🗣🗣🗣🗣🗣 https://t.co/npduZrY4nj\n
3475                                                                                                                                                                                                                              RT @gbhavra: Just got the Xperia Z3, best phone ever!! Thanks @Sony @sonyxperia\n
3476                                                                                                                                                                            RT @SwitHak: @TheHackersNews @Reuters @CNN @cnnbrk @cnni It's a little bit more websites. Coca-Cola sub, marvel sub, linkinpark… \n
3477                                                                                                                                                                     I wish I, like @netflix when they hype "17 new TV shows and movies added in the past week," could get away just mailing it in like that.\n
3478                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3479                                                                                                                   RT @TheHackersNews: CNN Sub-domain Hacked by Turkish Hacker (Same Group Who Hacked @Reuters Last Week)\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/TfUo5JcTgz\n\n\n\n\n\n\n\n\n\n\n\n\n\ncc:… \n
3480                                                                                                                                                                                                      @jimmywhis @comcast @XFINITY This is horrible. I'm going through the same thing, I go over every month.\n
3481                                                                                                                                                                           Just saw this on Amazon: #Joules #Womens Welly Print Rain #Boot, Navy ... by Joules for $61.43 https://t.co/3ghXMkeKXI via @amazon\n
3482                                                                                                                                                                                  Check out Dallas Cowboys NFL Pink Cancer Awareness Fuzzy Slipper Socks, Size Medium, NWT  https://t.co/QfSBwA6DQz via @eBay\n
3483                                                                                                                                                                 RT @Reuters: MORE: Under sanctions, all of Maduro's assets subject to U.S. jurisdiction are frozen, all Americans prohibited from dealing w…\n
3484                                                                                                                                                                                  Check out DERMA WAND  ANTI-AGING Skincare System,Thermal, WRINKLE REDUCTION *USA SELLER*  https://t.co/YlCmmx4v3Z via @eBay\n
3485                                                                                                                                                        RT @MaryForbes14: Funny, @Starbucks stock is tanking and every week they find a way to alienate more customers. \n\n\n\n\n\n\nhttps://t.co/JsU52NaGo9\n
3486                                                                                                                                                                 RT @Reuters: MORE: Under sanctions, all of Maduro's assets subject to U.S. jurisdiction are frozen, all Americans prohibited from dealing w…\n
3487                                                                                                                                                                 RT @Reuters: MORE: Under sanctions, all of Maduro's assets subject to U.S. jurisdiction are frozen, all Americans prohibited from dealing w…\n
3488                                                                                                                                                                                  Check out Club Penguin: Elite Penguin Force (Nintendo DS, 2008) Disney game everyone NDS  https://t.co/jKDyv4aXr3 via @eBay\n
3489                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3490                                                                                                                                                                 RT @Reuters: MORE: Under sanctions, all of Maduro's assets subject to U.S. jurisdiction are frozen, all Americans prohibited from dealing w…\n
3491                                                                                                                                          RT @Army_Tennis: @thalesgroup @MANTISsport @TeamArmyUK ARMY TENNIS CHAMPS 2017:\n\n\n\n\n\n\n\n\n\n\n\n\n\nCongratulations to this years Winners &amp; Runners Up… \n
3492                                                                                                                                                                 RT @Reuters: MORE: Under sanctions, all of Maduro's assets subject to U.S. jurisdiction are frozen, all Americans prohibited from dealing w…\n
3493                                                                                                                                             RT @Army_Tennis: @thalesgroup @MANTISsport @TeamArmyUK @jonathanfowke @ThalesUK ARMY TENNIS CHAMPS 2017:\n\n\n\n\n\n\n\n\n\n\n\n\n\nAhuge thxu goes2 Cpl P.Adj… \n
3494                                                                                                                                                                 RT @Reuters: MORE: Under sanctions, all of Maduro's assets subject to U.S. jurisdiction are frozen, all Americans prohibited from dealing w…\n
3495                                                                                                                                                                 RT @Reuters: MORE: Under sanctions, all of Maduro's assets subject to U.S. jurisdiction are frozen, all Americans prohibited from dealing w…\n
3496                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3497                                                                                                                                                                                  Check out VERA BRADLEY "MOCHA ROUGE" EUC Cheers To You Wine Bottle Tote Bag  #VeraBradley https://t.co/1ThsIiBcVu via @eBay\n
3498                                                                                                                                                                                         Mogul Womens Sun Dress Purple Paisley Floral Print Strapped Casual Dress (48"... https://t.co/RZTP4bk0nH via @amazon\n
3499                                                                                                                                                                                       Congrats to @Boeing, @Dassault3DS, @SiemensPLM, and @ANSYS for being in our top five stories - https://t.co/7z0KJq5Ziq\n
3500                                                                                                                                                                                   @Apple treasure trove of @JeremyMJordan videos that exist and I am SWOONING, y'all. Example: https://t.co/a8J0mhaZBF (2/2)\n
3501                                                                                                                                                                                                       RT @ecasemma: Issacs, 9th and google.  @McDonalds explain yourself immediately https://t.co/ob1qkbqtcK\n
3502                                                                                                                                                                     RT @Hasfam_Books: #Childrensbooks #HallmarkPopUpBook #trollpopupbooks THE ANIMALS' ABC'S\n\n\n\n\n\n\n https://t.co/OvEJUykash via @eBay\n
3503                                                                                                                                                        RT @Official_ICON: #Freestyle50 #Freestyle50Challenge @300 @verizon @KevinLiles1 @LondonOnDaTrack @92QJamsBmore @939WKYS \n\n\n\n\n\n\nGIMME SOME F… \n
3504                                                                                                                                                                         RT @Reuters: Oil inches up ahead of producer meeting; Nigeria, Libya output in focus https://t.co/KobURaITwN https://t.co/9CtEJbvT7W\n
3505                                                                                                                                                              RT @citiz_zen: @Reuters @wikileaks @JulianAssange &amp; @wikileaks are targeting those whom Putin finds inconvenient: Hillary, Macron, Mueller.\n
3506                                                                                                                                                                           The last time Scaramucci was fired, he was rehired in the same year @GoldmanSachs. https://t.co/xkJdm2FfAz https://t.co/g4OnKFm2x2\n
3507                                                                                                                                                                                                                                                                    @Reuters Currently, any excuse will work.\n
3508                                                                                                                                           RT @pscoordsen13: Streaming Beauty And The Beast S2 Ep 20 \n\n\n\n\n\n\n"Ever After" thanks to @netflix \n\n\n\n\n\n\n#BatB #S2E20Memories https://t.co/kNxwjISE8s\n
3509                                                                                                                                                                           @Reuters If this was true, shouldn't EVERY staffer offer their resignation?  @anniekarni @AnthonyMasonCBS… https://t.co/GV5n5B7T8n\n
3510                                                                                                                                                                 RT @Reuters: MORE: Under sanctions, all of Maduro's assets subject to U.S. jurisdiction are frozen, all Americans prohibited from dealing w…\n
3511                                                                                                                          RT @Shahdone2: The 57 again has not \n\n\n\n\n\n\nmy choice is the prince\n\n\n\n\n\n\n #RezaPahlavi\n\n\n\n\n\n\n@CBSNews @Reuters @BBCWorld @FoxNews @TheEconomist https://t.co/…\n
3512                                                                                                                                                                                                   RT @Sparker997: #freestyle50challenge @300 @verizon \n\n\n\n\n\n\nTHE BEST ONE YET https://t.co/cLVo0tK9h9\n
3513                                                                                                                                                                RT @Walmart: Yay! *Waving at you* If you spot our blimp in the sky and grab a 📸, we'd love to see it! Tag us with #ISpyWalmart https://t.co…\n
3514                                                                                                                                                                                                           Check out Bugpack 6589-14 Rear Bump Stop T1-3, PR Black #Bugpack https://t.co/LhDp0dYgKb via @eBay\n
3515                                                                                                                                                                                            RT @Reuters: WATCH: Venezuelan President Maduro is 'not just a bad leader, he is now a dictator' - White House.… \n
3516                                                                                                                                                                                            RT @Reuters: WATCH: Venezuelan President Maduro is 'not just a bad leader, he is now a dictator' - White House.… \n
3517                                                                                                                                                                 The @ATT #AspireAccelerator in #NYC 🚀 mock board mtgs, investor pitches, meets w mentors, interacting w educators!… https://t.co/3r1zLSDFTd\n
3518                                                                                                                                                                      RT @KirstenAlana: @BankofAmerica @amarula @wildlifedirect @AmboseliKenya @paulakahumbu @getolympus Not just an amazing experience, an… \n
3519                                                                                                                                                                                            RT @Reuters: WATCH: Venezuelan President Maduro is 'not just a bad leader, he is now a dictator' - White House.… \n
3520                                                                                                                                                                                                            @SamJanBiscuit @Reuters With ya there! Would prefer if he flew right past CA, straight to Russia.\n
3521                                                                                                                                                             RT @McDonalds: Congrats to @ImpracticalTiff, @therealduckie &amp; @TheDCD who are lucky enough to get the last of our #SzechuanSauce left in th…\n
3522                                                                                                                                                                  @Reuters Tax cuts will greatly favor corporations/wealthy. Trump himself gains $$. Voters, are you blind enough to… https://t.co/RYAd69DYpG\n
3523                                                                                                                                                                  Wow.. moving fast, Agent Know would want Vincent and Catherine to move in tonight! #BatB on @netflix #S2E20Memories https://t.co/X8BPfXwtAs\n
3524                                                                                                                                                                           Check out ORIGINAL 1978 ABSTRACT OIL ON WOOD BY LISTED ARTIST GABRIELLE POTVIN, SIGNED #Abstract https://t.co/GLESdtNUEX via @eBay\n
3525                                                                                                                                                                 RT @corrietweets: "I don't want to play a stereotype. I don't want to be an IT guy or nerd." @RossButler from @netflix @13ReasonsWhy https:…\n
3526                                                                                                                                                                         RT @netflix: She tells it like it is, so don't be too tender. The Incredible Jessica James is now streaming. https://t.co/eRk4cm2tDa\n
3527                                                                                                                                                                      RT @pscoordsen13: @57Veronica @netflix Yes! TY! This #MusicMonday pick https://t.co/ov0npBUDqE  was "just the thing" for this flirtat… \n
3528                                                                                                                                                                   @Google You guys actually don't have customer support ? What the ... I need help finding my G. Account and your "help" is so bad Im crying\n
3529                                                                                                                                   RT @nextofficial: RT to #WIN our #ShoeOfTheWeek: Block Heel Sandals £30\n\n\n\n\n\n\nhttps://t.co/KcaUcZ3tpE\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/…\n
3530                                                                                                                                                                 RT @IndigoYaj: One time for 🚺 power, I got something to say 🗣‼️#spon #freestyle50challenge @Tee_Grizzley @300 @verizon https://t.co/hFxx6kb…\n
3531                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3532                                                                                                                                                                                Check out Stand : Commit to Fighting Your Spiritual Battle by John Goetsch (2014, Paperbac  https://t.co/TOLJnrkME1 via @eBay\n
3533                                                                                                                                                                            RT @Reuters: WATCH: White House spokeswoman says 'everybody,' including Jared Kushner, will report to new chief of staff Kelly.… \n
3534                                                                                                                                                                                  RT @Microsoft: Parents whose baby had a perinatal stroke created @MirrorableFTS, an inclusive cloud-based rehab platform:… \n
3535                                                                                                                                                                   Hours later, phone calls, twitter dms, emails and STILL have no answers. @amazon @AmazonHelp you just stopped replying? Thanks for nothing\n
3536                                                                                                                                                                                                RT @Cyriw: @Wendys Is it Szechuan sauce?\n\n\n\n\n\n\n❌❌❌ It is NOT ❌❌❌\n\n\n\n\n\n\nOnly @McDonalds ✅\n
3537                                                                                                                                                                                                                                                                Another day, another reset of my @ATT router.\n
3538                                                                                                                                                                    Check out Antique Brace Hand Drill PS&amp;W CO 3310 - Made in USA - Peck, Stow, &amp; Wilcox RARE  #PSW https://t.co/jOUP0ob96j via @eBay\n
3539                                                                                                                                                                      RT @MyTexasTreasure: BUY NOW The Treasury of Creative Cooking by Consumer Guide Editors (1992, Hardcover) @eBay https://t.co/O6q4NZPz74\n
3540                                                                                                                                                                                     RT @MsIsisKing: Today is the last day! Every time you RT, @ATT will donate $1 to @glaad #WeAreBold #ATTLiveProud #Lgbt… \n
3541                                                                                                                                       @Reuters SERIOUS investment considerations/disclosures for genetically damaged regions/people.\n\n\n\n\n\n\nhttps://t.co/nNzU6qbFrm\n\n\n\n\n\n\n@SEC_Enforcement @GOP\n
3542                                                                                                                                                                  RT @DAVILAMPG: Check out ORIGINAL ART APPLE DELIGHT IMPASTO OIL PAINTING BY TEXAS ARTIST,16"X20 " CANVAS  https://t.co/qGOiD8c1gN via @eBay\n
3543                                                                                                                                                                 @AllanNoik @Reuters Shld have thought ab that concept before confiscating the Russian Embassy property in Dec/16, d… https://t.co/kQViwnQ4N6\n
3544                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3545                                                                                                                                                                                            RT @Reuters: WATCH: Venezuelan President Maduro is 'not just a bad leader, he is now a dictator' - White House.… \n
3546                                                                                                                                                                                            RT @Reuters: WATCH: Venezuelan President Maduro is 'not just a bad leader, he is now a dictator' - White House.… \n
3547                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3548                                                                                                                                                                                     If @adidas ever signs @bigballerbrand's kid, @ZO2_, I will never, ever, ever, buy an adidas product the rest of my life.\n
3549                                                                                                                                                                                   Check out Vintage Garden Hose Nozzle Brass? Stamped made in USA,water sprayer #Unbranded https://t.co/noArTuvVOd via @eBay\n
3550                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3551                                                                                                                                                        RT @AmyMek: The New Islamic Michigan...\n\n\n\n\n\n\n\n\n\n\n\n\n\nSharia Hair Salon inside of @Walmart Bans MEN While Cutting Muslim Woman's Hair.… \n
3552                                                                                                                                                                                       British style black and tan speaker Grill Cloth fabric 24x36 " for amp\n\n\n\n\n\n\n https://t.co/VItUz4Qnqt via @eBay\n
3553                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3554                                                                                                                                                                 @CL_Sunnydale @gapeachy7 @HickeyDevon @Samsung @LGUS Oh i didn't realize the NFC East was still in the NFL, thought… https://t.co/yCmjl8dWjc\n
3555                                                                                                                                                                 @Apple @gogophobio And I've been without a computer for a week and a half, which luckily I'm not in school or worki… https://t.co/YOWlZDs8dQ\n
3556                                                                                                                                        Interestingly, the only black man in this racist commercial is silent. Absolutely vile. Well done, @ProcterGamble.\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/Z8hGUT6hja\n
3557                                                                                                                                       RT @TikiAndTierney: Ed Rush tells us @adidas refused to allow an all-female ref crew for LaVar Ball's game\n\n\n\n\n\n\n\n\n\n\n\n\n\nWouldn't even allow TWO females…\n
3558                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3559                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3560                                                                                                                                                                                                         @PayPal I have been on hold for half an hour now, waiting for an Account repesentative 🤦🏽‍♀️any eta?\n
3561                                                                                                                                                                 @Garfinkus @AnneMunition @Expedia Yeah - I was so desperate for a place to stay for TwitchCon, I just said "eff it"… https://t.co/0dnc5JHvT7\n
3562                                                                                                                                                                Hey @Ryanair, is there any issue with tickets under shortened name to passport? Chris instead of Christopher and Oli instead of Oliver? Ta 😘\n
3563                                                                                                                                                                                                 Check out "Mens  CROFT &amp; BARROW Big &amp; Tall Shorts 100% Cotton Size 46" https://t.co/Wt4A6bBZaQ @eBay\n
3564                                                                                                                                                                 RT @Head4Heights: @jonlis1 @Reuters The "no plan" Plan in which headbanging Quitlings blame the EU for being horrid to them and walk away i…\n
3565                                                                                                                                                 @_ImOn_1 @intel You can check out your desired laptop i 7\n\n\n\n\n\n\nhttps://t.co/bGy2abh07r\n\n\n\n\n\n\nhttps://t.co/xn1OuyFPU7… https://t.co/3cRy1Vlr2J\n
3566                                                                                                                                                                                                                           Check out "Womens WHITE STAG Classic Capris Size. 6" https://t.co/Snz4J5goSG @eBay\n
3567                                                                                                                                         FOR SALE #NIKE #AIR #FOAMPOSITE #GYMGREEN #ebay #YEEZYBOOST350V2 #RayLewis #sneakers @eBay @Nike \n\n\n\n\n\n\n\n\n\n\n\n\n\nAvailable Now:… https://t.co/Ux86vputuU\n
3568                                                                                                                                                                  @TopherSpiro @Reuters  Is this the same Orrin Hatch who used to be a sen. from Utah, or is this a different one? Diff. attitude these days.\n
3569                                                                                                                                                                    RT @NicoleBurstein: @netflix Time travellers from future take over the consciousness of people who are about to die, then work together… \n
3570                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/rHazbfsDct\n
3571                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/PiOekUMh0X\n
3572                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3573                                                                                                                                                                                                                                              I'm at @McDonalds in West Jefferson, NC https://t.co/9gevVPG2l8\n
3574                                                                                                                                                                      RT @slpng_giants: THREAD: The irony of @amazon doing "brand marketing" for their customers while running ads for them on Breitbart is… \n
3575                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3576                                                                                                                                                                  @comcast has gigabit for $70/month, but i'm pretty happy with my step up to 150Mbps for $50/month, that's $10 more… https://t.co/fOYzBBpjYh\n
3577                                                                                                                                                                     @ATT are you aware that your advertising on the @Power1051 website is helping support transphobia? \n\n\n\n\n\n\nhttps://t.co/WiJIwJlyEd\n
3578                                                                                                                                                                  RT @McDonalds: The time has officially come. Try the new Sriracha Mac Sauce. For a limited time, starting tomorrow. https://t.co/CRiMBc743K\n
3579                                                                                                                                                                            RT @FedEx: Start your journey with FedEx Ground at 750 North Franklin Parkway, North Salt Lake, UT 84054. https://t.co/gdP8KjEYIw\n
3580                                                                                                                                                                                            RT @Reuters: WATCH: Venezuelan President Maduro is 'not just a bad leader, he is now a dictator' - White House.… \n
3581                                                                                                                                                                 RT @McDonalds: Fanta is new at McDonald’s, making orange the color of summer. Any size, just $1. Only at @McDonalds. https://t.co/WAiYQDm64r\n
3582                                                                                                                                                                                              RT @Reuters: North Korea's missile test shows it can hit most of United States, U.S. officials tell @Reuters:… \n
3583                                                                                                                                                                 @_helloscout @TheEllenShow @findingdory @Disney @disneybaby @DisneyPixar @DisneyAnimation Aw, she reminds me of Shi… https://t.co/zVa6kzrI0r\n
3584                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3585                                                                                                                                                                 @TMobile, I'm getting a great connection and speed, but thing isn't working. I get the impression you're throttling… https://t.co/8ExqJOJtOd\n
3586                                                                                                                                                                      RT @slpng_giants: THREAD: The irony of @amazon doing "brand marketing" for their customers while running ads for them on Breitbart is… \n
3587                                                                                                                                                                                                   RT @Reuters: Trump studying executive action on healthcare, senator Rand Paul says https://t.co/A7uEbCstyM\n
3588                                                                                                                                                                 @Kaminarihito @Reuters "You can trust me, people, it is not going to happen.  I know more than all generals combine… https://t.co/7KnfmY8UmG\n
3589                                                                                                                                                                 @youlikemyatname @alaoy_9 @Reuters The Qatari complaints are useless, the boycott is Sovereignty right for the 4 co… https://t.co/Kcxet0QPM8\n
3590                                                                                                                                                                                                  School/Party Handmade Girl's Flower Hair clip, Kanzashi - red, white and blue https://t.co/Q6bgpUKVOv @eBay\n
3591                                                                                                                                                                                  Check out The Christian Bed and Breakfast Directory, 2003-2004 (Christian Bed &amp; Breakfast https://t.co/dCDtT2gFar @eBay\n
3592                                                                                                                                                                        RT @OrphanBlack: Dear @Costco employees, we do not take responsibility for the actions of our #CloneClub. That being said everybody… \n
3593                                                                                                                                                                 RT @Reuters: JUST IN: Paris Mayor Hidalgo says very 'optimistic' about Olympics, uses #Paris2024 hashtag. https://t.co/KVbjMhWw9o https://t…\n
3594                                                                                                                                                                                                        Just Cross Stitch Magazine - March/April 1992 - Volume 9, Number 6  https://t.co/3hU79ZgIVJ via @eBay\n
3595                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3596                                                                                                                                                                             " Rufous Hummingbird at Large, No. 4 " from Belinda Greb Photography https://t.co/YxZ3byYYsV via @amazon https://t.co/aCIfBxmb0V\n
3597                                                                                                                                                                 RT @mattnixon_golf: Hell of a move from @easyJet cancelling the flight to Manchester tonight due to "lack of staff" #jokeofanairline #diffe…\n
3598                                                                                            RT @bouska: REPEAT AFTER ME:\n\n\n\n\n\n\nWe Are Loud\n\n\n\n\n\n\nWe Are Proud \n\n\n\n\n\n\n#WeAreBold\n\n\n\n\n\n\n\n\n\n\n\n\n\nFor every RETWEET of this tweet @ATT will donate $2 to @GLAAD ❤💛💚💙💜 #ATT…\n
3599                                                                                                                                                                                Check out  VINTAGE,, PORCELAIN( 4 ) small   PLATES DECORATIVE  (1397 Italy) #Italian #Italy https://t.co/QBw3PI5B0q via @eBay\n
3600                                                                                                                                                                                       Check out WCW vs. The World (Sony PlayStation 1, 1997) PS1 *DISC ONLY* Tested/Works  https://t.co/r7CRH9Mdfk via @eBay\n
3601                                                                                                                                                                 RT @Enza0305: @lovretta @netflix This makes me happy!! #Killjoys deserves more exposure, more fans, more everything!! It's that awesome. #R…\n
3602                                                                                                                                                                                Check out Street Fighter Alpha 3 (Sony PlayStation 1, PS1) DISC ONLY - TESTED - SHIPS FAST  https://t.co/wHgajZm6xZ via @eBay\n
3603                                                                                                                                                                              RT @TMobile: @Bryan_Rivals 👀 like it's definitely time to switch, Bryan! Join #TeamMagenta and #LiveUnlimited Click the link… \n
3604                                                                                                                                                                                 Maybe if @netflix stopped making sub par original series, they'd have a bit more money.\n\n\n\n\n\n\nhttps://t.co/wrHQLMdv9T\n
3605                                                                                                                                                              Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n
3606                                                                                                                                                               3 HOURS LEFT!\n\n\n\n\n\n\nCheck out JACKIE ROBINSON 2017 Allen &amp; Ginter Mini Brooklyn Back #25/25 - Dodgers https://t.co/8MhJtVztmS @eBay\n
3607                                                                                                                                                                                                                       Wow, $20B in debt? Yikes! @netflix #business #entrepreneurship https://t.co/Jmg3MULnWh\n
3608                                                                                                                                                                                                      iced coffee everyday @Starbucks \n\n\n\n\n\n\n#icedcoffee #starbucks #boomerang https://t.co/yFWbjc8VCP\n
3609                                                                                                                                                                                              Yep. It's true. @netflix is my one. I feel it just gets me. Knows what I Like, ya know? https://t.co/Zh2DojKhAn\n
3610                                                                                                                                                                            Check out 25 Flavor strips for Monster Energy vending machines, five of each-FREE SHIPPING #NBS https://t.co/vyltSzUSSz via @eBay\n
3611                                                                                                                                                                                         Coffee Theme Kitchen Linen Set (Includes: two oven mitts, two kitchen towels,... https://t.co/QqOTOBaeg7 via @amazon\n
3612                                                                                                                                                                                      @ATT Maybe you should have infrastructure on your mind instead. Most of the summer....we have had a lot of "No Service"\n
3613                                                                                                                                                    @jpmorgan Chase Bank employees exploited disabled elderly person out of life savings.    CEO Jamie Dimon\n\n\n\n\n\n\nrefuses to… https://t.co/hbnPoNQVAu\n
3614                                                                                                                                                                                  @Reuters @anaperezven Wake up, he has been a dictator from day one, as ordered by his puppeteer Raul Castro, don't be naive\n
3615                                                                                                                                                                                  Free💞\n\n\n\n\n\n\nThis is Life (This Can't be Life Book 2) Infinite Source Publishing https://t.co/VsVGYIAX5D via @amazon\n
3616                                                                                                                                                                                                                                                                                  @Reuters Oh, the irony…… 🙄\n
3617                                                                                                                                                                                                       RT @Reuters: Bitcoin technology faces split, may create clone virtual currency https://t.co/KheZfde4Cy\n
3618                                                                                                                                                                                                                Check out Killzone: Shadow Fall (Sony PlayStation 4, 2013)  https://t.co/xfCSevbcbq via @eBay\n
3619                                                                                                                                                                #DigitalTransformation Digest: @Samsung #IoT Data Monetization, @Google's Native Ad-Blocker Emerges &amp; more https://t.co/ywrfF1hGXT @Adobe\n
3620                                                                                                                                                                 RT @FastCoDesign: The @FedEx logo, Paul Rand, and Degas: What made these designers fall in love with design https://t.co/k8zJX5tnYc https:/…\n
3621                                                                                                                                                                                                                                    @MrMcMinion @Adobe What's the source audio, Mr.Minecraft Minion? Thx, ^KM\n
3622                                                                                                                                                                  @Reuters A prison with many Hispanics would be great, JUST RETRIBUTION 4 all of Arpaio's HATE‼️Every day U will fee… https://t.co/El217dyU38\n
3623                                                                                                                                                                                                        Battery Grip Holder for Nikon D3100, D3200, D3300 Only $10!  #Nikon https://t.co/aXJFonCFku via @eBay\n
3624                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/7DyVttiTUN\n
3625                                                                                                                                                                 RT @PaulCastilloJD: TY @ATT for opposing all discriminatory #Texas "bathroom bills" targeting #trans ppl. And for another $1 to @glaad #ATT…\n
3626                                                                                                                                                                 RT @talkmovieswus: Check out our spoiler free review of the new #Netflix original, #Ozark! - https://t.co/0XVr6gnFko @netflix https://t.co/…\n
3627                                                                                                                                                 RT @sebasroca8: Her: babe come over\n\n\n\n\n\n\nHim: i can't its flooded @Disney \n\n\n\n\n\n\nHer: im home alone\n\n\n\n\n\n\nHim: https://t.co/TVkMBRr1yI\n
3628                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3629                                                                                                                                                                                                                      I'm so pissed off about this suit shit , @ASOS got me fucked up with this ordering shit\n
3630                                                                                                                                                                    RT @DoubleDutyMommy: You can now ask @amazon Alexa to schedule a @Kia Niro test drive!! Check out the new "Niro Skill" for Amazon Alexa… \n
3631                                                                                                                                                                     In 1968, Utility Companies Learned About Climate Change—and Did Nothing (via @Pocket) https://t.co/q6DQ5eio7X #climatechange @exxonmobil\n
3632                                                                                                                                                                                         Check out 1 Pair of Reading Glasses +1.25 Power, Gold-Toned, Hinged Frame #Unknown https://t.co/9cllspixci via @eBay\n
3633                                                                                                                                                                 RT @CREDOMobile: Sign the petition: Tell @Gap, @Pepsi, @Disney to stop funding anti-climate @USChamber https://t.co/hVE0vkQY3v #p2 https://…\n
3634                                                                                                                                                                           Check out LOVELY DAY LINGERIE Jacquar Ladies Robe, Polyester WR1006 #LOVELYDAYLINGERIE #SEXYROBE https://t.co/pS5Wz8aUfa via @eBay\n
3635                                                                                                                                                             RT @Samaral03: @CBS Bringing back Paul big mistake. His game is not the type of game I enjoy watching, he's ruined the season for me &amp; othe…\n
3636                                                                                                                                                                 Check out 20" x 25" VIRGINIA SNOW STUDIO 615 TULIPS Rug Hooking Burlap Vintage #VirginiaSnowStudio #Burlap https://t.co/CbIkfckxRn via @eBay\n
3637                                                                                                                                                                                                                                                       @CocaCola *narrows eyes* We will see about this, Coke!\n
3638                                                                                                                                                                      Finishing up the #Branding deck for @DIYDIFM's #DigitalMarketing bootcamp, pushing the limits of @Google Slides.  #ChromeAintHappy #Lag\n
3639                                                                                                                                                                 @GeorgeTakei Yay, Uncle George, finally something I can support that takes @PayPal 👏 PS: When will this nightmare of crazy cruelty end?!!!!\n
3640                                                                                                                                                                 RT @JoellenShendy: "Anticipate the need, illuminate the path, and empower students to succeed." @Oracle North Star for Student Lifecycle Ma…\n
3641                                                                                                                                                                  @McDonalds I'm so sad rn.. Literally retweeted the picture of the three magical jugs of #SzechuanSauce, but didn't… https://t.co/EZTByljgaX\n
3642                                                                                                                                                                                                       So, @netflix new show #Ozark has me hooked, but I'm afraid to watch another episode this close to bed.\n
3643                                                                                                                                                                                             Check out my listing on @eBay: https://t.co/dujqGqUI1G via @eBay\n\n\n\n\n\n\n.99 cent BATTERY HARNESS  SPLICE !\n
3644                                                                                                                                                                    RT @DoubleDutyMommy: You can now ask @amazon Alexa to schedule a @Kia Niro test drive!! Check out the new "Niro Skill" for Amazon Alexa… \n
3645                                                                                            RT @bouska: REPEAT AFTER ME:\n\n\n\n\n\n\nWe Are Loud\n\n\n\n\n\n\nWe Are Proud \n\n\n\n\n\n\n#WeAreBold\n\n\n\n\n\n\n\n\n\n\n\n\n\nFor every RETWEET of this tweet @ATT will donate $2 to @GLAAD ❤💛💚💙💜 #ATT…\n
3646                                                                                                                                                                                    Have you guys seen these SUPER cute @JanSport x @Disney backpacks yet? We are OBSESSED, see why:… https://t.co/jH0qCE118V\n
3647                                                                                                                                                                                                                        @Reuters Jesus, some of you here are big babies. Grow the fuck up and learn something\n
3648                                                                                                                                                                                             RT @emceenetwork: After the recent controversy, @Nike has parted ways with @toastothegod https://t.co/anfIpusrSo\n
3649                                                                                                                                                                                             RT @emceenetwork: After the recent controversy, @Nike has parted ways with @toastothegod https://t.co/anfIpusrSo\n
3650                                                                                                                                                                                          Hey @McDonalds y'all should have happy meals for adults that come with Rick and Morty toys, we'd come so much more.\n
3651                                                                                                                                                                                                      RT @laurmanihoes: y'all better cancel 13 reasons why and renew gypsy @netflix \n\n\n\n\n\n\n#RenewGypsy\n
3652                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3653                                                                                                                                                                                                                                                       "Great work out, great staff!" @Groupon #HappyCustomer\n
3654                                                                                                                                                                      RT @RubenRabines: I just went for a cappuccino, really @Starbucks ??? All foam...almost no coffee. I know is supposed to have foam, b… \n
3655                                                                                                                                                                    RT @DoubleDutyMommy: You can now ask @amazon Alexa to schedule a @Kia Niro test drive!! Check out the new "Niro Skill" for Amazon Alexa… \n
3656                                                                                                                                                                 @ghbilbo @RubinReport @PayPal @SamHarrisOrg Then you're an arrogant idiot. It was a legal issue, not one of free sp… https://t.co/iizh2kTtKZ\n
3657                                                                                                                 RT @Evil_Doctor_5: #AwanBrothers \n\n\n\n\n\n\n\n\n\n\n\n\n\n@washingtonpost @nytimes @CNN @MSNBC @ABC @CBS \n\n\n\n\n\n\n\n\n\n\n\n\n\n#MSM Do your job or are your paychecks dependant o… \n
3658                                                                                                                                                                                Check out Dance Hall Days [Single] [12 inch 45 Vinyl Disc] by Wang Chung (1984, Geffen) EX  https://t.co/e6s53aHhgW via @eBay\n
3659                                                                                                                                                                                Check out Dance Hall Days [Single] [12 inch 45 Vinyl Disc] by Wang Chung (1984, Geffen) EX  https://t.co/e6s53aHhgW via @eBay\n
3660                                                                                                                                                                                       RT @Reuters: Opposition leaders, election experts decry Venezuela vote https://t.co/cYHX4Ry7za https://t.co/ML4V1AdG4B\n
3661                                                                                                                                                                                                                               Hey @Lakers, so when are y’all revealing new @Nike threads for the new season?\n
3662                                                                                                                                                                                            RT @Reuters: WATCH: Venezuelan President Maduro is 'not just a bad leader, he is now a dictator' - White House.… \n
3663                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3664                                                                                                                                                                                Check out Hocking,  Indiana Sandwich Pattern Large Glass Footed Bowl 9.25 Diam x 5.25 Tall  https://t.co/bwc99lRCU1 via @eBay\n
3665                                                                                                                                                                       Shandong PVC Foaming Regulator  manufactory hot sales, contact by email: shura@sanrunchem.com\n\n\n\n\n\n\n@facebook @TwitterGov @link\n
3666                                                                                                                                                                                      That's what you fucking get for removing Bobs Burgers you pieces of shit @netflix\n\n\n\n\n\n\n https://t.co/NPTj6ZCYMC\n
3667                                                                                                                                                                                                                      Check out The Simpsons Movie (DVD, 2009, Widescreen)  https://t.co/7t0y9mzRre via @eBay\n
3668                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3669                                                                                                                                                                                   @zulily @amazon @BoxedWholesale Or @target\n\n\n\n\n\n\nOr @Carters \n\n\n\n\n\n\n\n\n\n\n\n\n\nThey can all vouch for me.\n
3670                                                                                                                                                                 @ProcterGamble wow, just saw your new racist/stereotypical ad. Do not worry about my money helping to pay for dividing the USA. P/G sadness!\n
3671                                                                                                                                                                                           @UPS @TNTMediaHub @WSJ @Forbes 28 days, High shipping, Long investigation,it was lost.Yes, It is @UPS., Great COD\n
3672                                                                                                                                                                                           Excel is always magical,, join me @facebook,, there I'm supporting many to eXpore more,, ☺ https://t.co/ZFxTcbFSkB\n
3673                                                                                                                                                                    RT @DoubleDutyMommy: You can now ask @amazon Alexa to schedule a @Kia Niro test drive!! Check out the new "Niro Skill" for Amazon Alexa… \n
3674                                                                                                                                                                Holy Hell\n\n\n\n\n\n\nRT @Reuters: North Korea can hit most of United States: U.S. officials https://t.co/45iVyjKaWc https://t.co/DYsAqXBFni\n
3675                                                                                                                                                                             @JackPosobiec @Disney So, let's see:  1.  Depp (never fired him) 2.  This guy, whoever the hell he is :) That's two too many! 🤡\n
3676                                                                                                                                                              Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n
3677                                                                                                                                                                 RT @McDonalds: Fanta is new at McDonald’s, making orange the color of summer. Any size, just $1. Only at @McDonalds. https://t.co/WAiYQDm64r\n
3678                                                                                                                                                                                Check out U Mass Amherst M DAD Coffee Mug University of Massachusetts Souvenir Black, Gold  https://t.co/th68lScZPg via @eBay\n
3679                                                                                                                                                                 @RichBTIG @DavidNgLAT @latimesent @latimestech @jsf33 @reedhastings Although, @Disney has positive free cash flow o… https://t.co/F3aanped0d\n
3680                                                                                                                                                                             Check out New Under Armour Mens Heatgear Compression Legging 1257474 Yellow, Gray #UnderArmour https://t.co/jm8pLmzu4a via @eBay\n
3681                                                                                                                                                                                                                                    @chef_curry10 @Nike yeah they didn't change much up, you right about that\n
3682                                                                                                                                                                 @netflix I mean...martin, fresh prince, sister sister, family matters...and don't even get me started on how you re… https://t.co/MRNbPtGWJ5\n
3683                                                                                                                                                                       RT @Momhatescooking: Right now Buy 5, Earn $5 with @boxtops4edu @Walmart! https://t.co/aUtRKiD0h3 #BoxTops #ad https://t.co/mXUxkhFgdU\n
3684                                                                                                                                                                                RT @Disney: 11 Disney Socks You Need Right Now, According to @DisneyStyle: https://t.co/Xe3EPmDLEm 🌟 https://t.co/37rnBJIJPz\n
3685                                                                                                                                                                            RT @Reuters: China's military confident, prepared to safeguard sovereignty: paper https://t.co/dbYzmkiVov https://t.co/pkMn2TPxow\n
3686                                                                                                                                          Released on Friday. Delivered Today! @adidas @pharrell @i_am_other 🔥🔥🔥🔥\n\n\n\n\n\n\n\n\n\n\n\n\n\n#TennisHU #shoegame #KOTD #sneakers… https://t.co/rqLnPS62sX\n
3687                                                                                                                                                                  RT @McDonalds: The time has officially come. Try the new Sriracha Mac Sauce. For a limited time, starting tomorrow. https://t.co/CRiMBc743K\n
3688                                                                                                             RT @ibtimes_india: | @facebook |\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Facebook shuts #AI system as 'things got out of hand' after chatbots create own language\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/B…\n
3689                                                                                                                                                                                                                                                           @Reuters Well, General Kelly did just kill him....\n
3690                                                                                                                                                                                         2"China Certified Hetian Nephrite Jade Lucky 5 Blessing Bat Necklace Pendant ... https://t.co/ywpkpPlL2e via @amazon\n
3691                                                                                                                                                                            RT @Reuters: China's military confident, prepared to safeguard sovereignty: paper https://t.co/dbYzmkiVov https://t.co/pkMn2TPxow\n
3692                                                                                                                                                                                         1.9" China Certified Nature Hisui Jadeite Jade Grade A Blessing Buddha Neckla... https://t.co/N9e8Iuflei via @amazon\n
3693                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3694                                                                                                                                                                                         "Whether Religion is  A Mental Disease": (Billions confused - But not the mad... https://t.co/j37ztClXPB via @amazon\n
3695                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3696                                                                                                                                                                                                                           @Apple , how come everyone else is getting the ios 11 update? but yet i can't ? 😂\n
3697                                                                                                                                                    Watch @netflix #Ozark series for the story, the characters, the acting and the entertainment. \n\n\n\n\n\n\nWhoa, this one creep… https://t.co/L3slRv1z8v\n
3698                                                                                                                                                                                         Check out Calvin and Hobbes Quote Custom Shower Curtain 60"x72" #Unbranded #Modern https://t.co/uXawsywnyl via @eBay\n
3699                                                                                                                                                                                RT @Disney: 11 Disney Socks You Need Right Now, According to @DisneyStyle: https://t.co/Xe3EPmDLEm 🌟 https://t.co/37rnBJIJPz\n
3700                                                                                                                                                                                                                             @netflix if it's true your taking away "the office", i hope your ready for a war\n
3701                                                                                                                                                                 FREE 4 a limited time - Spiralizer Cookbook: 200 Recipes! Healthy, Delicious and Creativity Meals thr... https://t.co/LRpIksUgez via @amazon\n
3702                                                                                                                                                                                                                           @netflix release more gay romantic movies and why did you take "the boys" off 😭😭\n
3703                                                                                                                                                                                  RT @Reuters: Clooneys to help 3,000 Syrian refugees go to school in Lebanon https://t.co/2NBuinsVy5 https://t.co/9MKfbT4bfJ\n
3704                                                                                                                                                                                RT @Disney: 11 Disney Socks You Need Right Now, According to @DisneyStyle: https://t.co/Xe3EPmDLEm 🌟 https://t.co/37rnBJIJPz\n
3705                                                                                                                                                                                  RT @Reuters: Clooneys to help 3,000 Syrian refugees go to school in Lebanon https://t.co/2NBuinsVy5 https://t.co/9MKfbT4bfJ\n
3706                                                                                                                                                                                                 @epetersonRCSW @BobbyJHays @Reuters We do actually have this capability. But yes, I'm still a bit concerned.\n
3707                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3708                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3709                                                                                                                                                                                              RT @gardenweasel37: Check out Vintage TWA Junior Pilot Wings Pin Airlines 2"  https://t.co/tvUW1rLmbV via @eBay\n
3710                                                                                                                                                                       RT @Siemens: Time for a #historical #throwback - In the footsteps of Johann Georg Halske, co-founder of Siemens &amp; Halske in 1847… \n
3711                                                                                                                                                                         Thank you again @TMobile for making everything happen. Got a tablet for grandpa, and accessories for my brother with 0 DP. 💪🏻👍🏻.\n
3712                                                                                                                                                    RT @geekwire: Technology and digital initiatives are becoming a huge priority for @Starbucks. @Taylor_Soper reports:\n\n\n\n\n\n\nhttps://t.co/YAQ1pL68TS\n
3713                                                                                                                                                                             RT @salesforce: We're excited to unveil this world-class, state-of the-art transportation hub – the Salesforce Transit Center!… \n
3714                                                                                                                                       RT @FinishLine: Three New Colors Of The @Nike Air Max 97 Drop In The Morning. Which Pair You Grabbin'?\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/N0bg6DvznZ https://t.c…\n
3715                                                                                                                                                                 Organic Matcha Green Tea, 11 oz (312 g) Powder Japanese Ceremonial Grade USDA  https://t.co/D7dpRTLTVy via @eBay #matcha #green #tea #powder\n
3716                                                                                                                                                                                  Check out Original Gold,Silver,Bright Gothic Psychedelic Skull Oil Painting,New Home Art  https://t.co/JHbSN3QVe3 via @eBay\n
3717                                                                                                                                                                       RT @KD_______KD: @Telstra @Google Does this double as a doorstop when @Telstra fails to connect cable internet weeks after order? "O… \n
3718                                                                                                                                                                       RT @KD_______KD: @Telstra @Google Does this double as a doorstop when @Telstra fails to connect cable internet weeks after order? "O… \n
3719                                                                                                                                                        Check out Adidas Stella McCartney Sz Small Shirt Body Shaper Workout Sleeveless Blouse #adidas https://t.co/iRUIBJ4Afc via @eBay\n\n\n\n\n\n\n#adidas\n
3720                                                                                                                                                                       RT @KD_______KD: @Telstra @Google Does this double as a doorstop when @Telstra fails to connect cable internet weeks after order? "O… \n
3721                                                                                                                                                                                                                    Quick stop for sweets. (at @Walmart Supercenter in Henderson, NV) https://t.co/WuP7lOD6DI\n
3722                                                                                                                                                                        @Reuters just remember, this is still President Obama's Fiscal Year! Until Sep 30, it's still Obama's fantastic job as U.S.President!\n
3723                                                                                                                                                                                Check out Macbeth „Macbeth“ DIGI CD [Legendary Heavy Thrash Metal from ex-GDR, re-release]  https://t.co/f39bCGmLdq via @eBay\n
3724                                                                                                                                                                                 Check out Best Lilly Pulitzer Colorful Custom Print On For iPhone 6/6s,6s+,7,7+ Hard Case  https://t.co/wyvcj91DZZ via @eBay\n
3725                                                                                                                                                                                                      Chinese cyber spies broaden attacks in Vietnam, security firm says https://t.co/XjYSCgrFZ2 Via @Reuters\n
3726                                                                                                                                                    RT @nextofficial: #WIN £150 to spend on uniform! Just tweet us your school pics, old or new, with #TestedByTearaways to enter! 🎓\n\n\n\n\n\n\nT&amp;Cs… \n
3727                                                                                                                                                                                                                                          I'm at @Starbucks in Kuwait City, Al Asimah https://t.co/gKiXSrcLwJ\n
3728                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3729                                                                                                                                                    RT @taniagiguere: The White Pearl by Tania Giguere John the Man https://t.co/D8JLD2iGnY via @amazon\n\n\n\n\n\n\n#Crimefiction #Detective #YA #BN #Indie…\n
3730                                                                                                                                                                 @paigelav @Markgatiss @facebook is this true? People can't be allowed to say that sort of thing, at the least encou… https://t.co/rp4s4TJWq1\n
3731                                                                                                                                                                      RT @FemiAbodunde: @Google @Microsoft Read somewhere that pop culture is shifting from America, hilarious. American culture is about t… \n
3732                                                                                                                                                                              RT @Reuters: Chinese cyber spies broaden attacks in Vietnam, security firm says https://t.co/cMUcWBnPIa https://t.co/uHk2MDUbAM\n
3733                                                                                                                                                                                                                               @SabrinaAnnLynn @CocaCola Awww, these look as adorable as you do-- love you!!!\n
3734                                                                                                                                                                        @kathygriffin already irrelevant again? Just take back your apology to trump it'll be at the bottom of @Yahoo homepage, job well done\n
3735                                                                                                                                                               RT @YangYangfans: 170831 @Colgate weibo update: This year, #YangYang will accompany you back to school #杨洋 #杨洋icon https://t.co/Dmbdc5MjiZ\n
3736                                                                                                                                                                               RT @Google: The #GoogleAssistant family is getting bigger. Coming soon to a whole new set of speakers, appliances and more →… \n
3737                                                                                                                                                                              RT @Reuters: Chinese cyber spies broaden attacks in Vietnam, security firm says https://t.co/cMUcWBnPIa https://t.co/uHk2MDUbAM\n
3738                                                                                                                                                                 RT @GSK: We’re proud of our presence in the UK, which is home to innovative science #LifeSciences #IndustrialStrategy https://t.co/WviCtG29…\n
3739                                                                                                                                                    RT @Burberry: Our 'Emerging Talent' playlist now includes new tracks from @MmodeBand and @G1RLRAY. Listen now on @AppleMusic \n\n\n\n\n\n\nhttps://t.co/…\n
3740                                                                                                                                                                        RT @Arabelladaho: Guys check out my @NewLookFashion #Teen #Fashion #915Party in @shoutmag, available in @sainsburys @Tesco @WHSmith… \n
3741                                                                                                                                                                                 RT @Reuters: #Harvey moves into Louisiana with at least 35 dead, 17 missing https://t.co/nBe2piGsA2 by @FlitterOnFraud and… \n
3742                                                                                          RT @mmpadellan: Low-cost alternatives to @amazon:\n\n\n\n\n\n\nEbay\n\n\n\n\n\n\nTarget\n\n\n\n\n\n\nCostco\n\n\n\n\n\n\nWal-Mart\n\n\n\n\n\n\n\n\n\n\n\n\n\nI'd been Amazon Prime since it started. Spent $1000s… \n
3743                                                                                                                                                                                                 RT @Shell: It’s the world’s longest sea crossing, connecting Hong Kong and Macau. 🌉 https://t.co/QKOW1URQuA\n
3744                                                                                                                                                                         RT @Reuters: Toshiba misses own deadline for chip unit sale, increasing future risks https://t.co/hRGlFPl97f https://t.co/TSqEHnewXv\n
3745                                                                                                                                                                                                         RT @antiqueman99: UK Queen Victoria 1d red , watermarked see scans https://t.co/O5xgt4DTzp via @eBay\n
3746                                                                                                                                                                                             RT @Reuters: As U.S. ban on travel to North Korea kicks in, tourist says he would return https://t.co/5TeeKrcoLP\n
3747                                                                                                                                                                    RT @SilverSprintUK: #Competition time! Just like, share and follow us to be in with a chance to #win an @amazon gift voucher worth £20!… \n
3748                                                                                                                                                          RT @benwikler: UGLY: @Google killed a groundbreaking research program focused on monopoly in the US economy 1/\n\n\n\n\n\n\nhttps://t.co/mjAJogN9rJ\n
3749                                                                                                                                                                                  Check out Chakra Tuned Set of 7 Paternoster Frosted Quartz Crystal Singing Bowls 6"-12"   https://t.co/pLJBJL8hGR via @eBay\n
3750                                                                                                                                                                                   Check out Evangelion x RODY with Rei Ayanami PM Figure  Authentic 9.5" SEGA Japan A5503  https://t.co/vUUFEGmwHZ via @eBay\n
3751                                                                                                                                                                                                                                  @Target "A marketing dream-come-true for @Disney and @Target share holders"\n
3752                                                                                                                                                                 @kaysintBB @BurgerKing @McDonalds @CarlsJr @FiveGuysUK @FiveGuysNL Hey there @kaysintBB, next time you're at Burger… https://t.co/fyv2yzuxCg\n
3753                                                                                                                                                                                                                           Check out Paul Revere Copper Crepe Pan 11 1/2"   https://t.co/CzenKOCEHz via @eBay\n
3754                                                                                                                                                                 @GMA @Disney @ABC If you want to feel like you're making a difference, give to the Red Cross. If you want to actual… https://t.co/7qLGJbCpA0\n
3755                                                                                                                                                                                                             RT @BMW: Taking it to the next level.\n\n\n\n\n\n\nThe all-new #BMW #X3. https://t.co/cVEuVykIJy\n
3756                                                                                                                                                                    RT @SilverSprintUK: #Competition time! Just like, share and follow us to be in with a chance to #win an @amazon gift voucher worth £20!… \n
3757                                                                                                                                                                                Check out  "Saint Seiya" T-shirt L  Shonen Jump 50th Anniversary item  Ship From Japan F/S  https://t.co/N7DXKQCfLE via @eBay\n
3758                                                                                                                                                                                                 @facebook I think you misunderstand what the words "community" and "standards" mean. https://t.co/w2doN2s4rb\n
3759                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
3760                                                                                                                                                @Reuters @fema = Find Every Mexican Available\n\n\n\n\n\n\nBefore you get your knickers in a twist search george lopez!\n\n\n\n\n\n\nYes, I borrowed from him\n
3761                                                                                                                                                    RT @harryshum: Excited that @Microsoft is top among\n\n\n\n\n\n\ncompanies millennials want to work for—we have plenty of job openings! ☺ https://t.co/t…\n
3762                                                                                                                                                                         RT @Reuters: After North Korea missile, Britain and Japan agree closer security ties https://t.co/kEY32itQYY https://t.co/VY8gYLibSe\n
3763                                                                                                                                                                           Check out Rare Vtg 2-1/2" Signed Florenza Black Enamel Moonstone Rhinestone Brooch Pin #Florenza https://t.co/wZ72Eq82LE via @eBay\n
3764                                                                                                                                                  RT @HP: The HP Sprocket is a tiny printer that brings giant fun on the go! 🌏🐘 https://t.co/52pecDXy5m\n\n\n\n\n\n\nPhoto by @LittleCityCH https://t.co/S…\n
3765                                                                                                                                                                           @Alexzander_H @McDonalds Really sorry Harry, please give details at https://t.co/oqeMn1RNPf and Customer Services will investigate\n
3766                                                                                                                                                                                                       RT @Reuters: As reality of Trump risk sinks in, Tokyo tries to keep ties tight https://t.co/C22PRbwerf\n
3767                                                                                                                                                                                                       RT @Reuters: As reality of Trump risk sinks in, Tokyo tries to keep ties tight https://t.co/C22PRbwerf\n
3768                                                                                                                                                                 RT @AscendedBastard: Sign the petition demanding @Starbucks formally recognize the Grande Vanilla Latte as the "Elliot Rodger." https://t.c…\n
3769                                                                                                                                                                 @CBSNews Surprised @CNN @MSNBC @NBC @CBS @ABC @PBS et al., haven't found a way yet to blame Harvey on Trump.  I'm s… https://t.co/Xn6uhTffZp\n
3770                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
3771                                                                                                                                       RT @RealWeiseDame: #Good @YouTube @Google\n\n\n\n\n\n\n#Next please look into @DiamondandSilk 's  #case .\n\n\n\n\n\n\nYour algorithm &amp; inert csrs have caused m… \n
3772                                                                                                                                                                 #IFA2017 #SonyIFA @Sony @sonyxperia #XperiaXZ1 will be avialable for buying next week, the compact starts in septem… https://t.co/a3JX73V0CV\n
3773                                                                                                                                                                 RT @McDonalds: We have 3 half gallons of #SzechuanSauce stuck in 1998! Retweet, like or respond to bring them to present day before 11:28 p…\n
3774                                                                                                                                                                                     Check out "NEW ENGLAND FARMHOUSE" Antique Etching by Ernest C. Roth In Original Frame  https://t.co/N2jztvBOMR via @eBay\n
3775                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3776                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3777                                                                                                                                                                                                      Check out Boxing Gennady Golovkin Signed 16" X 12" Double Mounted Display https://t.co/15ejSK70aM @eBay\n
3778                                                                                                                                                                                           September 12!!\n\n\n\n\n\n\niPhone 8 💍\n\n\n\n\n\n\n\n\n\n\n\n\n\nWaiting for a white color @Apple  Do Something!\n
3779                                                                                                                                                                                                                  @comcast "We'll never throttle you, we just REALLLY want know we could...promise!" Bullshit\n
3780                                                                                                                                                                       RT @paigelav: @facebook @campbell_brown FB removed the message from my inbox. (Just says "Facebook User" now.) https://t.co/05zJxcXZOv\n
3781                                                                                                                                                                                 Via @Reuters: U.S. pressure or not, U.N. nuclear watchdog sees no need to check Iran military sites… https://t.co/QC8P8kk1Dl\n
3782                                                                                                                                                                                                                   Check out FABRIC REMNANT 136"X44"ROYAL BLUE 100% COTTON  https://t.co/mwvZS4Bu8C via @eBay\n
3783                                                                                                                                                                                                 @Mariliamaria__ @803preme @Lauren_Southern @facebook Yeah, like...don't use your words...use someone else's.\n
3784                                                                                                                                                                         RT @Reuters: After North Korea missile, Britain and Japan agree closer security ties https://t.co/k8MCM5ohPL https://t.co/k6GcK0QMUW\n
3785                                                                                                                                                                                            Bluedio CCK KS Bluetooth Wireless Sports Earphone Cordless Headphones Mic, Blue https://t.co/QTvJYoJ97h via @eBay\n
3786                                                                                                                                                                                                                                                Men In Black 3 (DVD, 2012) https://t.co/RByDpsEABa via @eBay.\n
3787                                                                                                                                                                        RT @CaptRegina: Please help -- @Disney #DayOfGiving #HarveyRelief Texans helped New Yorkers when we had Sandy, Pay it forward.. hel… \n
3788                                                                                                                                                                              Check out Peridot Topaz Stone Handmade .925 Silver Jewelry Earring 2.2" #Handmade #DropDangle https://t.co/7xMePNv0qS via @eBay\n
3789                                                                                                                                                                             Check out Sale ! Pencil Shape Turquoise,Onyx &amp; Chalcedony 24k Gold Plated Earring Jewelry  https://t.co/Cxh2Khq6Ga via @eBay\n
3790                                                                                                                                                                                       Check out Mid Century Danish Modern White Brown Ceramic Teak Table Lamp 38" #Vintage https://t.co/7RXbbYKvb2 via @eBay\n
3791                                                                                                                                                                 RT @tech_mahindra: #FXpress CXO roundtable hosted by @IDCAP @tech_mahindra &amp; @IBM on ‘Driving Data for Business Growth’, 7th Sep Jakar… \n
3792                                                                                                                                                                  RT @VW: “I definitely won’t own or drive anything but a Volkswagen for the rest of my life.” - Elias L., ’11 #Jetta https://t.co/FfTWE5o3pN\n
3793                                                                                                                                                                RT @Disney: Operation: #ToyStoryLand is a go! 🐶 Get a sneak peek at Slinky Dog Dash, coming to @WaltDisneyWorld in Summer 2018. https://t.c…\n
3794                                                                                                                                                                              RT @evilkimmy64: @paigelav @facebook Wow...if that post to Paige Lavendar wasn't a "Violation of community standards" what is??\n
3795                                                                                                                                                                                                        RT @Reuters: Russia gears up for major war games, neighbors watch with unease https://t.co/rriQI2Rni6\n
3796                                                                                                                                                                                        Check out this Amazon deal: Master Chief Classic Costume, Small (4-6) by Disguise https://t.co/gfsEgAJc5k via @amazon\n
3797                                                                                                                                                                                      @Starbucks @Twitter what are you doing, censoring me on the Starbucks Red Cross donations? I'm trying to help the cause\n
3798                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
3799                                                                                                                                                                                      Check out SECRET WARS #8 CGC 9.8 SS Signed x4 Zeck, Beatty, Shooter, Romita,+2 Sketches!! https://t.co/XiQ4IoKDbJ @eBay\n
3800                                                                                                                                                                                       RT @BenRatina: @Reuters "Why is Judiciary not realizing that girl did POCSO MISUSE to frame INNOCENT Asaram Bapu Ji?… \n
3801                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3802                                                                                                                                                                                     RT @Walmart: Our trucks are in line at the bottled water plant in Terry, MS. They are headed to Texas. #BetterTogether… \n
3803                                                                                                                                                                                RT @paigelav: @facebook @campbell_brown She said when FB viewed my report I was listed as a "public figure" not a journalist.\n
3804                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/xSUQp2XZ4t\n
3805                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
3806                                                                                                                                                                                                          @ATT I need help with an issue with my account, but the only department that can help me is closed.\n
3807                                                                                                                                                                                                                                                                Really, @facebook ??? https://t.co/RZniuKGQcD\n
3808                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3809                                                                                                                                                                           @CVSHealth If only I had CHOSEN to have a disk pressing against my spine, perhaps you'd have paid 100% like the weight loss drugs.\n
3810                                                                                                                                                                            Check out Design Works Crafts Counted X- Stitch  "Friends maks life special" #DESIGNWORKSCRAFTS https://t.co/CXCqRshKrR via @eBay\n
3811                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3812                                                                                                                                                                                                   RT @Reuters: Wells Fargo finds more unauthorized accounts, online billpay problems https://t.co/omAh0rWBpb\n
3813                                                                                                                                                                           RT @NealKRed: What the hell are u waiting for, @amazon? U got ur Whole Foods deal. Most other big corps dropped the rag. Even ur… \n
3814                                                                                                                                                                                                                      Check out Bardwil "Accents" 19" Napkin Brick #Bardwel https://t.co/PDkNIpJIay via @eBay\n
3815                                                                                                                                                                   Oh, joy. @BankofAmerica is apparently going to start charging fees unless I keep an impossible amount of money in my account at all times.\n
3816                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
3817                                                                                                                                                             RT @RecordingAcad: .@ChrisStapleton, @TheBonnieRaitt &amp; @GaryClarkJr will pay tribute to B.B. King at the 58th #GRAMMYs Feb. 15 on @CBS! htt…\n
3818                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3819                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3820                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
3821                                                                                                                                                                 @Wickedboy_007 @Apple I did think about that after I posted and felt a tad ashamed, so I just donated to the Red Cr… https://t.co/zBflqg7JCH\n
3822                                                                                                                                                                                                              The @Starbucks Medicine Bomb is interesting, but if it can bring my voice back, I'm all for it.\n
3823                                                                                                                                                                     @AgentBonello @pfizer If my erection lasts over 4 hours, i ain't calling a doctor, I'm calling everyone I know and bragging about it....\n
3824                                                                                                                                                                 RT @coastw: Long before #Watson, @IBM developed a storytelling computer in the 1960s https://t.co/ytQdUezwMT @IBMResearch #AI @IBMWatson #d…\n
3825                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3826                                                                                                                                                                                        Retina Screen Repair Service For MacBook Pro 13.3" A1502 - FLAWLESS REPAIRS! #Apple https://t.co/tg11WIJSgv via @eBay\n
3827                                                                                                                                                                       RT @craftstore14: Hand Carved Meditating God Ganesha Resin Idol Sculpture Statue Size 5.5"x3.5"... https://t.co/mgpA3rm3mq via @amazon\n
3828                                                                                                                                                                                     RT @Walmart: Our trucks are in line at the bottled water plant in Terry, MS. They are headed to Texas. #BetterTogether… \n
3829                                                                                                                                                           #StableNet based on @intel Architecture: We enable cost-effective #connectivity with all advantages.\n\n\n\n\n\n\nhttps://t.co/YyvNyaOs6s #Infosim\n
3830                                                                                                                                                                              RT @Reuters: As U.S. ban on travel to North Korea kicks in, American tourists say their farewells https://t.co/vMuOUIUeJm via… \n
3831                                                                                                                                                              RT @scottandschrute: "It's a tempting way to live." - Jean Holloway 💛Jean &amp; Sydney is the new Thelma &amp; Louise @netflix @NetflixLifee… \n
3832                                                                                                                                                                               Great, my computer auto-updated Windows 10 despite me constantly saying no.  Thanks @Microsoft, really appreciate it &gt;.&lt;\n
3833                                                                                                                                                                 @ATT, Always a pleasure to share stellar #CustomerService! Great to connect! Relationship come before results in th… https://t.co/c06EzMiPwb\n
3834                                                                                                                                                                                       RT @BenRatina: @Reuters "Why is Judiciary not realizing that girl did POCSO MISUSE to frame INNOCENT Asaram Bapu Ji?… \n
3835                                                                                                                                                                 Remember when the entire board of @WellsFargo was reelected in April, even after the original scandal? \n\n\n\n\n\n\nhttps://t.co/ebTFDXiCl6\n
3836                                                                                                                                                                       @comcast Well, your first sentence is a complete lie. Basically your company does not want a complete and level playing field for all.\n
3837                                                                                                                                                                 RT @GC4WEvents: Hello, World! Safra Catz @Oracle Executive and Board Member is Top #GC4W100 Women, learn more. #GC4W #Oracle... https://t.c…\n
3838                                                                                                                                                                                    Just saw this on Amazon: Disney Moana Costume, X-Small (3T-4T) by Disguise for $19.68 https://t.co/eqcMIoQMHl via @amazon\n
3839                                                                                                                                                                                                            ⚡ Harvey's devastation from above by @Reuters\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/dMqBpepScX\n
3840                                                                                                                                                                                                                                             Excuse me, @Apple , can we get a turmeric emoji ? 😏 thanks 👌🏽\n
3841                                                                                                                                                                                                             @Reuters A White House divided cannot stand..\n\n\n\n\n\n\n\n\n\n\n\n\n\n Updating famous quotes\n
3842                                                                                                                                                                                     Check out #TwoLightGlassPendantCeilingFixture 13" Polished Brass Quorum International  https://t.co/LaSvfQo5Xr via @eBay\n
3843                                                                                                                                                                         @paigelav @mattyglesias @facebook what the hell is wrong with you?  What "community" are you talking about?… https://t.co/3jGw79t2Y5\n
3844                                                                                                                                                                                     Check out Kitty Paws Shoes Women 4" Champagne Gold Glitter Sexy Shiny High Heels US Size 9 https://t.co/Iq5b4BeSLZ @eBay\n
3845                                                                                                                                                                                                                                              @FleetWorldVan @Shell I'm in the industry, send me your survey.\n
3846                                                                                                                                                                            Meet the brands that give back, locally. @TitosVodka @kroger @Chevron @Delta among the top local donors:… https://t.co/gsDLluMyn1\n
3847                                                                                                                                                                            Meet the brands that give back, locally. @TitosVodka @kroger @Chevron @Delta among the top local donors:… https://t.co/gsDLluMyn1\n
3848                                                                                                                                                                          RT @VictoriasSecret: Ni hao, China! This year's #VSFashionShow is headed to Shanghai. Watch it Nov 28, 10/9C on @CBS. Learn more:… \n
3849                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3850                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3851                                                                                                                                                                                                                                             @SenWarren @federalreserve @WellsFargo Kickbacks, comes to mind.\n
3852                                                                                                                                                                                                                     @SenWarren @federalreserve @WellsFargo Integrity?  How about a tougher question, please.\n
3853                                                                                                                                                                    Last day for GeekWire Summit early-bird tix. Hear from MSFT CEO @satyanadella, @Starbucks CEO Kevin Johnson, etc. https://t.co/c4jyQ0jESz\n
3854                                                                                                                                                    @jimmykimmel @Disney @abc13houston Looks like you picked the wrong weeks to quit smok..., er, trying to be funny!\n\n\n\n\n\n\nR… https://t.co/NDtDXtaaIG\n
3855                                                                                                                                                                       @AmericanExpress I asked before about the 3% fees when not using £ on a UK Amex, do UK cardholders get the benefits like Uber VIP too?\n
3856                                                                                                                                                                            RT @UPS: #Miami, the trucks are now in your city! Take a pic and share w/@UPS and tag #TaylorSwiftDelivery &amp; we may retweet… \n
3857                                                                                                                                                                               RT @jimmykimmel: Join me, @Disney &amp; @ABC13Houston - donate to https://t.co/nJ04Ajx2p5 to help those affected by #Harvey.… \n
3858                                                                                                                                                                          Check out $292 Terrific RICK OWENS Signature Black Cotton Top, sz IT 38/US 4/GB 6 #RickOwens #Top https://t.co/IOMLV7qFTV via @eBay\n
3859                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
3860                                                                                                                                                                                                          😐⚡ Harvey's devastation from above by @Reuters\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/CStkPmG9NI\n
3861                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3862                                                                                                                                                                 RT @netflix: From @NarcosNetflix to Beauty and the Beast (the new one!), here’s a look at what's coming to Netflix in September. https://t.…\n
3863                                                                                                                                                                 RT @netflix: From @NarcosNetflix to Beauty and the Beast (the new one!), here’s a look at what's coming to Netflix in September. https://t.…\n
3864                                                                                                                                                                                             Check out Ralph Lauren Girls Size Large, 12-14 Long Sleeve Hooded Light Gray Dress https://t.co/ST1UQrr68q @eBay\n
3865                                                                                                                                                                                                         RT @Reuters: ⚡️ “Harvey's devastation from above”\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/WhwFbzx6Y8\n
3866                                                                                                                                                            RT @ministter: If @NFL doesn't "stand for your children, turn the damn game off!"\n\n\n\n\n\n\n- @TamikaDMallory\n\n\n\n\n\n\nTweet @verizon to… \n
3867                                                                                                                                                                              RT @Reuters: As U.S. ban on travel to North Korea kicks in, American tourists say their farewells https://t.co/vMuOUIUeJm via… \n
3868                                                                                                                                                                     Check out DENTON COLLECTOR'S PORCELAIN DOLL "ALLISON" -  # 700-70  Year: 1988 https://t.co/4ZMLBIVo07 @eBay #Doll #Collectibles #vintage\n
3869                                                                                                                                                                                           Check out New!! K &amp; COMPANY STICKERS, LOT OF 4, NEW, CUTE!! NIP... #KCompany https://t.co/KPnB53PHTM via @eBay\n
3870                                                                                                                                                                 @CalebJGroff @SenWarren @federalreserve @WellsFargo I understand that, but the regulating agency (Fed in this case)… https://t.co/f8r3ElvwBJ\n
3871                                                                                                                                                                     RT @MarkusKamieth: Great to see the @BASF team pulling together to support colleagues &amp; families, communities as well as customers… \n
3872                                                                                                                                                                              RT @Google: No more circling the block. Find parking garages and lots near your destination, now rolling out on @googlemaps →… \n
3873                                                                                                                                                                                   RT @Reuters: U.S. pressure or not, U.N. nuclear watchdog sees no need to check Iran military sites https://t.co/DT4Bu6Lwo5\n
3874                                                                                                                                                                         Check out Crystal Heart Necklace "Message in a Bottle" Jewelry Red or Green Love Wine New #Pendant https://t.co/nRkyFQJTnC via @eBay\n
3875                                                                                                                                                                 @twisztad @SamsungCareSA @SamsungTV @SamsungSA @Samsung Hi Randall, we are very sorry to hear this. Please inbox us… https://t.co/Uy3QLbg9In\n
3876                                                                                                                                                                                                           @AEHALL1983 @bernerlap @Ryanair Just take your shite airline, and fuck off out of the UK old chap.\n
3877                                                                                                                                                                                 In 4 clicks, I was able to donate and @Microsoft matched it 100%. Now THAT is a company worth working for. #HurricaineHarvey\n
3878                                                                                                                                                                                        RT @Reuters: Harvey floods U.S. refineries, roils global fuel markets https://t.co/7Gf67BMNKK https://t.co/f6AzigU8DH\n
3879                                                                                                                                                                 @jimmykimmel @Disney @abc13houston JESUS HOW MANY TIMES DO WE HAVE TO TELL YOU PEOPLE, DONATE TO LOCAL HOUSTON ORGA… https://t.co/C0HgDfRO0I\n
3880                                                                                                                                                                      RT @FullOutMovie: From the team that brought you Full Out: Get ready to laugh, cry and be inspired! @kissandcrymovie is on @netflix M… \n
3881                                                                                                                                                                         Check out Disney Snap Toys Jiminy Cricket Plush 10" w/ Umbrella Stuffed Animal Toy Jiminey #Disney https://t.co/0VpXqTyrvO via @eBay\n
3882                                                                                                                                                                                                             RT @BMW: Taking it to the next level.\n\n\n\n\n\n\nThe all-new #BMW #X3. https://t.co/cVEuVykIJy\n
3883                                                                                                                                                                                          RT @Cisco: "It's never too late." Cisco's Karan Capoor shares how company culture brought out his inner inventor:… \n
3884                                                                                                                                                                                           Check out EASYRIDERS*-MOTORCYCLE MAGAZINE FOR MEN-#437, NOVEMBER 2009 VOLUME 39  https://t.co/HTNUairDOh via @eBay\n
3885                                                                                                                                                 RT @LenosGarage: Historic wins and modern aerodynamics.\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe 1967 @Ford Mk IV &amp; 2016 Ford GT Le Mans winner. #JayLenosGarage… \n
3886                                                                                                                                                                 RT @netflix: From @NarcosNetflix to Beauty and the Beast (the new one!), here’s a look at what's coming to Netflix in September. https://t.…\n
3887                                                                                                                                                                   RT @lifetimetv: Today we join our @Disney family's #DayOfGiving to help @RedCross'\n\n\n\n\n\n\n#HurricaneHarvey relief efforts. Donate:… \n
3888                                                                                                                                                                 RT @MSchwanhausser: @WellsFargo update: 3.5M bogus accounts, 190k charged erroneously, and $6.1M in refunds. So far. https://t.co/0tRoAjoDeG\n
3889                                                                                                                                                                          RT @briantong: Apple invites have arrived! "Let's meet at our place." Wow @Apple, a little forward there aren't you? September 12… \n
3890                                                                                                                                                                 RT @netflix: From @NarcosNetflix to Beauty and the Beast (the new one!), here’s a look at what's coming to Netflix in September. https://t.…\n
3891                                                                                                                                                                                                                    @Shieldingafar @letclothesbe @nextofficial She has excellent taste, may I say? #dinosaurs\n
3892                                                                                                                                                                                        RT @ReutersWorld: ⚡️ “Harvey's devastation from above” by @Reuters\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/xkN4UL1QWt\n
3893                                                                                                                                                                  Hi @amazon, check out #Harvey community relief shopping list https://t.co/eVJItaUeaW I just bought wheelchair. Can you match contributions?\n
3894                                                                                                                                                                  RT @Grant_D_Sheehan: Disgusting treatment from @Ryanair at handling cancelled flight, no costs covered whatsoever. I'm £535 down and given…\n
3895                                                                                                                                                            RT @ministter: If @NFL doesn't "stand for your children, turn the damn game off!"\n\n\n\n\n\n\n- @TamikaDMallory\n\n\n\n\n\n\nTweet @verizon to… \n
3896                                                                                                                                                                                      Check out Fiorucci Safety Jeans, Pants Italy Flare Leg Vintage NWOT 32x32 Dk Blue Ladies  https://t.co/zhjJyCzDdl @eBay\n
3897                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3898                                                                                                                                     Retweeted Cost2Build UK (@Cost2Build_UK):\n\n\n\n\n\n\n\n\n\n\n\n\n\nWe have a £50 @amazon gift card to give away! Just RT &amp; follow for a... https://t.co/FZ9SE08XGU\n
3899                                                                                                                                                    The "Supermarket Guru" reveals the industry secrets behind the @amazon @Wholefoods discounts. \n\n\n\n\n\n\nhttps://t.co/PZEmvyta4x\n\n\n\n\n\n\n@bravotv\n
3900                                                                                                                                                                 RT @VW: #TheBusIsBack! The #IDBuzz concept will go into production, sparking a new generation of Microbus fans. Learn more: https://t.co/vS…\n
3901                                                                                                                                                                                                         #JudithRipka #ShoulderBag auction ends today-\n\n\n\n\n\n\n$11.00! https://t.co/lzMn9SCnk1 via @eBay\n
3902                                                                                                                                                                       RT @GabrielSeriesFP: 📣 Get your copy of Musings: An Argyle Empire Anthology, today on @amazon for $2.99. And post your review. 😉💻… \n
3903                                                                                                                                                                 @JBuffoni2001 @ToasterMemes @5th_Perspective @AdamWingard @netflix I could fart on a wall, and if I call it art, it… https://t.co/xa4bMjjO5v\n
3904                                                                                                                                                                                         Kids E-Z Travel Lap Tray, provides organized access to drawing, snacks and ac... https://t.co/qynYfzFhKv via @amazon\n
3905                                                                                                                                                                                                                                                  @Tesco can't book a slot on the website, there is a problem\n
3906                                                                                                                                                                                                                                                                                           @ASOS Done, thanks\n
3907                                                                                                                                                                         Hey @amazon, I'd like to shop here but can't anymore. Stop selling all Trump-related products. #BoycottTrump https://t.co/O9Zit0G1Mr\n
3908                                                                                                                                                                         but @DJIGlobal dont pull an @Apple you dont need to innovate every quarter, just innovate when you have something awesome. #platinum\n
3909                                                                                                                                                                                RT @Reuters: Russia gears up for major war games, neighbors watch with unease https://t.co/oqDVncuVnY https://t.co/vmHgPzkHpq\n
3910                                                                                                                                                                                                       @Ryanair why is it the BLL flight is always late ? 5 times in last 5 weeks, both ways.....#poorservice\n
3911                                                                                                                                                                                     RT @Walmart: Our trucks are in line at the bottled water plant in Terry, MS. They are headed to Texas. #BetterTogether… \n
3912                                                                                                                                                                                'Wallpaper City Guide Istanbul 2015 (Wallpaper City Guides)', #Travel #Turkey #Istanbul #maps @amazon https://t.co/4Z7C5dh2u2\n
3913                                                                                                                                                                 RT @cprwarner: .@DENAirport will get a bunch of new restaurants. @Dazbog, @SnarfHappens, sushi, @Starbucks, @SUBWAY, @newbelgium https://t.…\n
3914                                                                                                                                                                                                              Check out Dronfield Girl Guides Cloth Patch 2 1/4" by 1 1/4"  https://t.co/0W9x3PL6Qq via @eBay\n
3915                                                                                                                                                                          RT @TMobile: Last clue, NYC! The 6 Pointz stage will feature some of the best local artists. #EZooUnlimited https://t.co/XwpK5NFozn\n
3916                                                                                                                                                                 @WellsFargo In those towns, there were limited options. And at that time (late 90s, early 00s), it was really important to be near a branch.\n
3917                                                                                                                                                                                     Surprised to see "Girlboss" was canceled.  Great show.  Sad to see something end without a conclusion. #netflix @netflix\n
3918                                                                                                                                                                                                             RT @BMW: Taking it to the next level.\n\n\n\n\n\n\nThe all-new #BMW #X3. https://t.co/cVEuVykIJy\n
3919                                                                                   RT @Tammysdragonfly: 5★PRINCE OF THE BLOOD\n\n\n\n\n\n\n@PletchaPJWebb\n\n\n\n\n\n\nTRANSFORMATION!\n\n\n\n\n\n\nRead my review\n\n\n\n\n\n\n#BOOKSPECIALS\n\n\n\n\n\n\nhttps://t.co/gChVdcaKWf\n\n\n\n\n\n\n@amazon http…\n
3920                                                                                                                                                                      RT @DisneySprings: Need a caffeine boost? Try a limited time beverage from @Starbucks like "The Dark Slide" or "The Green Master" for… \n
3921                                                                                                                                                                                RT @Reuters: Russia gears up for major war games, neighbors watch with unease https://t.co/oqDVncuVnY https://t.co/vmHgPzkHpq\n
3922                                                                                                                                                                                      RT @Reuters: Islamic State convoy in Syria appears to have turned back, U.S.-led coalition says https://t.co/WK7UxODlBM\n
3923                                                                                                                                                                 @Mulazane @NotreDan1971 @Reuters IDK, I consider everyone from the Americas American. Some happen to pick fruit. Th… https://t.co/Ck49dGB3Ix\n
3924                                                                                                                                                                         I just listed: 'Thought and Action: John Dewey at the University of Michigan', for 14.00 via @amazon https://t.co/mTlzPRrXW1 #GoBlue\n
3925                                                                                                                                                                 RT @Reuters: JUST IN: Russia must close consulate and annex buildings in U.S., says State Department. https://t.co/hWhpSQRmn2 https://t.co/…\n
3926                                                                                                                                                            RT @ministter: If @NFL doesn't "stand for your children, turn the damn game off!"\n\n\n\n\n\n\n- @TamikaDMallory\n\n\n\n\n\n\nTweet @verizon to… \n
3927                                                                                                                                                                              RT @TexasTechFB: The @TTU_EQUIPMENT truck is loaded with water thanks to @CocaCola &amp; on its way to Austin! See you there,… \n
3928                                                                                                                                                               How can mom and pop shops that are really feeling the heat of @amazon, compete with the e-commerce giant?\n\n\n\n\n\n\nhttps://t.co/UbyUxJjj7N\n
3929                                                                                                                                                                 RT @netflix: From @NarcosNetflix to Beauty and the Beast (the new one!), here’s a look at what's coming to Netflix in September. https://t.…\n
3930                                                                                                                                                                 Isn't every Sept @Apple event hyped as "most significant new product announcement in years"?  cc: every tech journo or blogger on the planet\n
3931                                                                                                                                                                 Nice job, @HomeDepot - just spent 1/2 hour wandering around holding $100 in bath hardware, looking for a TUBE OF SUPERGLUE. No help offered.\n
3932                                                                                                                                                                        RT @MakeItPlain: Mama Hazel Dukes @NAACP: "@NFL, you  will make a decision, 'cause we will show you."\n\n\n\n\n\n\nTell @verizon to… \n
3933                                                                                                                                                                                     RT @Walmart: Our trucks are in line at the bottled water plant in Terry, MS. They are headed to Texas. #BetterTogether… \n
3934                                                                                                                                      RT @F1: Making track modifications as they go, it's @Karembeu v @therealdcf1... 😂\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Heineken #ChampionsOfTheGrid #F1 https://t.co/2EGOg10w4G\n
3935                                                                                                                                                          RT @Hoodmojiapp: Hoodmoji Stickers are now available at the @AppStore Free Download!! @Apple . https://t.co/Kmmivqcs1s \n\n\n\n\n\n\nLink in Bio!… \n
3936                                                                                                                                      RT @F1: Making track modifications as they go, it's @Karembeu v @therealdcf1... 😂\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Heineken #ChampionsOfTheGrid #F1 https://t.co/2EGOg10w4G\n
3937                                                                                                                                      RT @F1: Making track modifications as they go, it's @Karembeu v @therealdcf1... 😂\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Heineken #ChampionsOfTheGrid #F1 https://t.co/2EGOg10w4G\n
3938                                                                                                                                                                                                         RT @Reuters: ⚡️ “Harvey's devastation from above”\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/hmXESnzaP1\n
3939                                                                                                                                                       @ABAJournal @ABAesq @facebook @ChicagosMayor @MarkZuckerbergF Even pizza 🍕 tasted altered!\n\n\n\n\n\n\nStop eating my style… https://t.co/09ac3rlHQ6\n
3940                                                                                                                                      RT @F1: Making track modifications as they go, it's @Karembeu v @therealdcf1... 😂\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Heineken #ChampionsOfTheGrid #F1 https://t.co/2EGOg10w4G\n
3941                                                                                                                                                                                      Check out S.A, MAKI MINAMI, SHOJO, 2010, BEAT LOT (7 BOOKS) #1-7, MANGA, COMEDY, VG!  https://t.co/Qnek3TRsBq via @eBay\n
3942                                                                                                                                       RT @PhilLempert: The "Supermarket Guru" reveals the industry secrets behind the @amazon @Wholefoods discounts. \n\n\n\n\n\n\nhttps://t.co/PZEmvyta4x\n\n\n\n\n\n\n@br…\n
3943                                                                                                                                                                          RT @findingnwa: @Walmart, @JBHuntDrivers and @TysonFoods have contributed to those affected by #HurricaneHarvey. More on the blog… \n
3944                                                                                                                                                                       RT @JCAdolphson: @lasttube @TheRealConmanis @SPA22 @comcast How to stop them, vote the bums out in 2018. Hint every Republican voted… \n
3945                                                                                                                                                                 RT @PayPal: For your PayPal friend who deserves a little treat, we’ve got you covered. https://t.co/0RHuocfIfO #friendship https://t.co/0c3…\n
3946                                                                                                                                        RT @GMA: Watch. Help. Make a difference. We're kicking off a @Disney #DayOfGiving on @GMA\n\n\n\n\n\n\n\n\n\n\n\n\n\n💻https://t.co/y9E40bNyPH\n\n\n\n\n\n\n☎️1-855-… \n
3947                                                                                                                                                                                     RT @newscred: Content marketing personalization: winning tactics from @Loreal, @Spotify, @myrocksbox, and @infatuation… \n
3948                                                                                                                                      RT @F1: Making track modifications as they go, it's @Karembeu v @therealdcf1... 😂\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Heineken #ChampionsOfTheGrid #F1 https://t.co/2EGOg10w4G\n
3949                                                                                                                                                                            RT @Google: Whatever your favorite things are, we want you to have more of them. Introducing your feed, now in the Google app →… \n
3950                                                                                                                                            RT @chesterzoo: . Wow! @TripAdvisor has ranked us as the third best zoo in the 🌍 and the top of the 🌳 in the UK! 🏅\n\n\n\n\n\n\n\n\n\n\n\n\n\nFind out more:… \n
3951                                                                                                                                                                                                  RT @netflix: I spoke to your boss, apparently it's not only accepted but encouraged https://t.co/UO0qJRRBQk\n
3952                                                                                                                                                                       Check out CATHERINE ZADEH BROWN BRAIDED LEATHER &amp; STERLING SILVER MENS BRACELET 9"-$275 #Braided https://t.co/G1a19CojBA via @eBay\n
3953                                                                                                                                                                                RT @Reuters: Old Mumbai building overdue for demolition collapses, killing 22 https://t.co/lD2M0lwgR9 https://t.co/fG4n0La9uX\n
3954                                                                                                                                                                 @easyJet Hey @YotelHQ, fancy helping a stranded #travelblogger out with a lastmin room at Gatwick at 2am?! Just nee… https://t.co/1p91K5D0NT\n
3955                                                                                                      @STDeezy @PayPal @corruptedray001 He\n\n\n\n\n\n\nKnows how\n\n\n\n\n\n\nTo flex\n\n\n\n\n\n\nMoney on\n\n\n\n\n\n\nInstagram\n\n\n\n\n\n\nBut cannot\n\n\n\n\n\n\nSend me $30\n\n\n\n\n\n\nVia @PayPal\n
3956                                                                                                                                                                                                  RT @netflix: I spoke to your boss, apparently it's not only accepted but encouraged https://t.co/UO0qJRRBQk\n
3957                                                                                                                                                                            RT @Google: Whatever your favorite things are, we want you to have more of them. Introducing your feed, now in the Google app →… \n
3958                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
3959                                                                                                                                                                                                        @RedPillBlack @facebook You have a sharp tongue, young lady. It's going to get you into some trouble.\n
3960                                                                                                                                                                   @Tesco Hi - 2nd lumpwood disposable BBQ which failed to properly take light and get to cooking temperature.  Failed burgers, unhappy kids.\n
3961                                                                                                                                                                             RT @Reuters: Holocaust survivor celebrates bar mitzvah in Israel, 80 years later https://t.co/LkdF5HJAoI https://t.co/CxtZqaTQKY\n
3962                                                                                                                                                                             RT @Reuters: Holocaust survivor celebrates bar mitzvah in Israel, 80 years later https://t.co/LkdF5HJAoI https://t.co/CxtZqaTQKY\n
3963                                                                                                                                                           RT @MakeItPlain: Tell @verizon, if we don’t demand they #StandWithKaepernick, "that’s like getting back on the back of the bus." \n\n\n\n\n\n\n-… \n
3964                                                                                                                                                                              RT @TexasTechFB: The @TTU_EQUIPMENT truck is loaded with water thanks to @CocaCola &amp; on its way to Austin! See you there,… \n
3965                                                                                                                                                                                                            RT @AltPress: Yep, weed strains based on @netflix shows actually exist 👏 https://t.co/sqY1LpR8bf\n
3966                                                                                                                                       First lies in paid advertorials by @exxonmobil, now lies in columns by @BretStephensNYT.\n\n\n\n\n\n\n\n\n\n\n\n\n\nCom'on @nytimes! Get on t… https://t.co/ckMQHGBmbS\n
3967                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
3968                                                                                                                                                                 @McDonalds the Duckworth location in Barrie Ont, is horrible!! Didn't get served at one of the drive through speakers and the staff are slow\n
3969                                                                                                                                                                     RT @PKEWX3: BIG DAY! Announced a Toronto show oct 21 &amp; had a great @McDonalds b-fast, thanks to @JohnSharkman &amp; number 69. Tix… \n
3970                                                                                                                                                                                                             RT @BMW: Taking it to the next level.\n\n\n\n\n\n\nThe all-new #BMW #X3. https://t.co/cVEuVykIJy\n
3971                                                                                                                                                             RT @paigelav: @Jordan_Pack @facebook Sadly I get this kind of thing a lot, but it bothers me that I've reported similar messages &amp; FB has l…\n
3972                                                                                                                                        RT @GMA: Watch. Help. Make a difference. We're kicking off a @Disney #DayOfGiving on @GMA\n\n\n\n\n\n\n\n\n\n\n\n\n\n💻https://t.co/y9E40bNyPH\n\n\n\n\n\n\n☎️1-855-… \n
3973                                                                                                                                                                                   RT @kmcnair2015: Check out American Eagle Silver Dollar, 2011, circulated. See Photos Please https://t.co/yaH2mjhAUo @eBay\n
3974                                                                                                                                                                              RT @TexasTechFB: The @TTU_EQUIPMENT truck is loaded with water thanks to @CocaCola &amp; on its way to Austin! See you there,… \n
3975                                                                                                                                                                                                  RT @netflix: I spoke to your boss, apparently it's not only accepted but encouraged https://t.co/UO0qJRRBQk\n
3976                                                                                                                                                                 @TMobile will pay remaining balance for ATT if I switch, but want leased phone in exchange? Is that for each line? #nobyod #cantkeepoldphone\n
3977                                                                                                                                                                                                                                                RT @Jenski_x: 2 days, 2 delayed flights. Cheers then @easyJet\n
3978                                                                                                                                                                 @netflix Netflix, this is our 3 month anniversary of @sense8 hashtags. How do you feel about it? We're here for 3 m… https://t.co/aQ6VkBSDAs\n
3979                                                                                                                                                                 @prolifecampaign @TFMRIRE @Concern @Barnardos_IRL @facebook Basically, until you show a SHRED of basic, common, hum… https://t.co/BdYPHpenEG\n
3980                                                                                     @ATT YO. OUR SERVICE HAS BEEN DOWN FOR 6 DAYS HERE IN PASADENA (TX).\n\n\n\n\n\n\n\n\n\n\n\n\n\nHURRICANE'S OVER.\n\n\n\n\n\n\n\n\n\n\n\n\n\nUPDATES, MY GUYS.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#HoustonFlood #HurricaneHarvey\n
3981                                                                                                                                                                                        RT @intel: How machine learning teaches #AI computers how to recognize patterns, make decisions and learn by doing.… \n
3982                                                                                                                                      RT @F1: Making track modifications as they go, it's @Karembeu v @therealdcf1... 😂\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Heineken #ChampionsOfTheGrid #F1 https://t.co/2EGOg10w4G\n
3983                                                                                                                                                                                          RT @RiffTrax: The whole Matrix series has been added to @netflix! Grab our riffs and show them "You know Kung-Fu"… \n
3984                                                                                                                                                                   Question for @McDonalds. When customising burgers for no cheese, why does the price stay the same? £3.09 with or without cheese #retailcon\n
3985                                                                                                                                                                                 I'll said it again, @Google made a mistake by selling @Moto to @lenovo the new #MotoX4 looks meh.\n\nhttps://t.co/tWCbJMLDzx\n
3986                                                                                                                                                                  @BaymaxSix @JohnBoyega @Disney @starwars Payne, Leila or Rey couldn't whine to the sound of Tin cans so I couldn't… https://t.co/FCDWSu1x91\n
3987                                                                                                                                                                              @pepsi ain't shit for sending one of my colleagues these to his store 😂 same soda, 3 different colors. https://t.co/NmtolGn9Kp\n
3988                                                                                                                                                                 RT @darbysofficial: Deeply moved from talking to Americans who donated on @GMA @Disney #DayOfGiving. Many said, "We must stick together." #…\n
3989                                                                                                                                                                                                             RT @BMW: Taking it to the next level.\n\n\n\n\n\n\nThe all-new #BMW #X3. https://t.co/cVEuVykIJy\n
3990                                                                                                                                                    RT @Amy_Siskind: This is the best thing on the internet. Thanks you @Walmart 🇺🇸\n\n\n\n\n\n\nTrump will be suing/tweeting in 3-2-1... https://t.co/szwVz…\n
3991                                                                                                                                                                 If Mark Parker of @Nike feels strongly about Charlottesville, will he end Nike's multi-million dollar lease at Trump Tower? via @ultraviolet\n
3992                                                                                                                                                                 @Ryanair Blimey, all this communication is bringing back memories of last night! Come on, we got home with screamin… https://t.co/uAHxnxiHUH\n
3993                                                                                                                                                                 RT @Reuters: Trump expected to rescind Obama 'Dreamer' policy, says senior official. More here: https://t.co/BICb0tBbxd https://t.co/waLKH6…\n
3994                                                                                                                                                                 If Mark Parker of @Nike feels strongly about Charlottesville, will he end Nike's multi-million dollar lease at Trump Tower? via @ultraviolet\n
3995                                                                                                                                                                 RT @Reuters: JUST IN: Russia must close consulate and annex buildings in U.S., says State Department. https://t.co/hWhpSQRmn2 https://t.co/…\n
3996                                                                                                                                                                                                          WTF! The new action camera by @Sony, the #RX0 doesn't record in 4K. What a disappointment! #SonyIFA\n
3997                                                                                                                                                                                 RT @Oracle: Whether you are developing #apps or migrating data management to the #cloud, it has never been easier than now… \n
3998                                                                                                                                                                        RT @exxonmobil: These pictures are fake. Don't let #FakeNews spread when we should be focusing on what truly matters, those affecte… \n
3999                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
4000                                                                                                                                                                  @TheRealWaitWhat @MyKarma2001 @paigelav @jbendery @facebook No, I'm saying the intent of the senders message is "I… https://t.co/WpTqIXXYEb\n
4001                                                                                                                                                                        Man, @Walmart has a HUGE markup on the new LEGO Millennium Falcon!!! https://t.co/ssHgt1TdGC Only one left 😏 https://t.co/n04WFrQmvA\n
4002                                                                                                                                                                              RT @TexasTechFB: The @TTU_EQUIPMENT truck is loaded with water thanks to @CocaCola &amp; on its way to Austin! See you there,… \n
4003                                                                                                                                                                                                                      RT @aaryeona_ccx: @McDonalds @mckeeenzie Wait I'm fucking weak 😂😂"man I'm broke" 😂😂\n
4004                                                                                                                                                                      RT @DisneySprings: Need a caffeine boost? Try a limited time beverage from @Starbucks like "The Dark Slide" or "The Green Master" for… \n
4005                                                                                                                                       RT @paulalexboyd: Me: So will my flight leave tonight? Will it be cancelled?\n\n\n\n\n\n\n@easyJet: We never use the C word, sir.\n\n\n\n\n\n\nMe: Oh. I'm using a fe…\n
4006                                                                                                                                                                    We really really need a live-action Netflix Destiny show... *cough cough* @netflix @DestinyTheGame @NathanFillion "Do it for the PUPPIES"\n
4007                                                                                                                                                                  @StephStradley @kroger I've heard of "personal cucumbers" but if you have a "personal watermelon" you should see a… https://t.co/KSCCU0HTLy\n
4008                                                                                                                                                    #KappasForKaepernick @NYANupes @kapsi1911: @Kaepernick7's "head is bloody, but unbowed."\n\n\n\n\n\n\n@verizon? #CanYouHearMeNow… https://t.co/0eNtZ66OOV\n
4009                                                                                                                                                                                             The Internet: Surfing, Security, E-mail and Security by Rebecca Sharp Colmer https://t.co/4Mjprg7HdX via @amazon\n
4010                                                     RT @_CFJ_: RIP Mel McCray 26y/o\n\n\n\n\n\n\n\n\n\n\n\n\n\nShot May 17\n\n\n\n\n\n\nhttps://t.co/3TwTLH4yoO\n\n\n\n\n\n\n\n\n\n\n\n\n\n#BlackLivesMatter❓Protest❓\n\n\n\n\n\n\n\n\n\n\n\n\n\n@POTUS❓\n\n\n\n\n\n\n\n\n\n\n\n\n\n@CBS @ABC @NBC @CNN… \n
4011                                                                                                                                                                             RT @MSU_Basketball: "Only at Michigan State." #GearDay \n\n\n\n\n\n\n\n\n\n\n\n\n\n@Nike @nikebasketball https://t.co/BlYsuJK1iG\n
4012                                                                                                                                                                          @IBakeLikeMom @nycjim @Walmart @amazon @realDonaldTrump At that price, I am considering buying one. To.. you know, do things to it.\n
4013                                                                                                                                                                        Check out #18k #Yellow #Gold And  #Pearl #ArtDeco #Estate #Ring #vintage \n\n\n\n\n\n\n #PEARLPARTY https://t.co/OhFTSsz6hr via @eBay\n
4014                                                                                                                                                                 RT @williamehall: Morning @amazon we are going to prepare 5,000 HOT meals in Houston but we are loading up in San Antonio. can you help w/y…\n
4015                                                                                                                                                                             RT @Google: This week from #teampixel: more stunning photos and A+ travel photography tips for your Pixel, straight from a pro… \n
4016                                                                                                                                                                            RT @pfizer: #DYK 88% of medical errors are medication mistakes? On @TheDoctors, our Dr. Freda Lewis-Hall details questions to a… \n
4017                                                                                                                                                                                                @kristinablatz @Adobe @AdobePremiere Ethan has a mac...., maybe he will let me because I've been wanting Fcpx\n
4018                                                                                                                                                    @benjibou @facebook Content referred by ur trusted sources + mobility + socialization = Powerful combination\n\n\n\n\n\n\nAll ab… https://t.co/2VIuhnq9p6\n
4019                                                                                                                                                                                                                        Check out #Diesel Faithlegg Jeans W28, L30 https://t.co/j3x6GdGJmW @eBay #ebay #denim\n
4020                                                                                                                                                                                         Check out The Cellulite Myth: It's Not Fat, It's Fascia Paperback by Ashley Black  https://t.co/P3IsDQQs2K via @eBay\n
4021                                                                                                                                                                                                         @Apple @AppleSupport Clicked with iphone7Plus :) , Camera with a life in it. https://t.co/tsDtK7oSUO\n
4022                                                                                                                                                                  @SilverSprintUK @amazon #Competition time! Just like, share and follow us to be in with a chance to #win an @amazon gift voucher worth £20!\n
4023                                                                                                                                                                                                  RT @netflix: I spoke to your boss, apparently it's not only accepted but encouraged https://t.co/UO0qJRRBQk\n
4024                                                                                                                                                                                                      Check out Deer - Russia Postage Stamp,  laminated bookmark  #Bookmark https://t.co/Ba2iy7tU4t via @eBay\n
4025                                                                                                                                                                     Check out 1990-96 Corvette C4 Front Windshield A pillar Weatherstripping "THE GOOD STUFF" https://t.co/RkzmrM6OGi @eBay @CorvetteNvasion\n
4026                                                                                                                                                                                                 #Grabit makes shoes using static electricity, really fast. @Nike is happy. #Ai https://t.co/Al5wNsrd11 #Nike\n
4027                                                                                                                                                              RT @dianacountry: @rickmonroe @nashvilleford @Ford Hi Rick, what an unbelievable inconvenience this situation has been &amp; is for you &amp;… \n
4028                                                                                                                                                             RT @MakeItPlain: "We have to get out of the habit of being consumer slaves."\n\n\n\n\n\n\n- @ministter \n\n\n\n\n\n\nTell @verizon they better… \n
4029                                                                                                                                                                             Check out Original #Swarovski Silver #Crystal "#Glitter" from Austria for your Display Case!   https://t.co/wIl22Zn1BK via @eBay\n
4030                                                                                                                                                                                             @johnturek @MobileRez @sayedihashimi @migueldeicaza @jasminelilyb @Microsoft Ugh, wow - I must be getting old :P\n
4031                                                                                                                                                  @AP @WellsFargo @Target Quote of the day:\n\n\n\n\n\n\n"Officer workers are to lawyers what mental patients are to doctors."\n\n\n\n\n\n\n#ThursdayThoughts\n
4032                                                                                                                                                                 RT @usopen: In two sets, the 2x #USOpen single's champion, @Venuseswilliams continues her journey to R3.👏 @jpmorgan https://t.co/y7p2aNnA1T\n
4033                                                                                                                                                                                                  RT @Reuters: South Sudan's sacked army chief 'confined' to Juba home, minister says https://t.co/x3Kh5sBMeI\n
4034                                                                                                                                                                                                                        @amazon has #Cacophony, my debut #fiction #paranormal #novel. https://t.co/81xhVbCpL1\n
4035                                                                                                                                                                        RT @Disney: @Google Oh, boy! Throw a #StickerParty using your #Gboard keyboard. Mickey &amp; Friends Stickers are now on Google Pla… \n
4036                                                                                                                                                                            @Tesco with a pizza this size, surely you can put a bit more topping on it! #PoorPizza #MightyMozzarella… https://t.co/cdin7D5cRB\n
4037                                                                                                                                                                                     RT @Reuters: EU keeps up Brexit talks pressure, Davis signals cash offer https://t.co/QWae3CpBeG https://t.co/NWTKAkG5bB\n
4038                                                                                                                                               RT @trailblazers: SHOE UPDATE: \n\n\n\n\n\n\n\n\n\n\n\n\n\nJake Layman is wearing @adidas tonight, just as he has every other game. 👟 https://t.co/zolSuzo20P\n
4039                                                                                                                                                                                    Analysts dispute common assumptions including the idea that @amazon dominates retail\n\n\n\n\n\n\nhttps://t.co/WzNUNCF7Ez\n
4040                                                                                                                                                               RT @citygear: #ReleaseReminder The @Nike Kyrie 3 "Kyrache" drops this Friday in-store and online! 👮 or 🛑?  https://t.co/1ArHeqOagA https://…\n
4041                                                                                                                                                                    "Act of Vengeance" by @MichaelJecks is on #sale for $0.99 via @EndeavourPress Get it now! https://t.co/DVjM1Xr8mj via @amazon - #thriller\n
4042                                                                                                                                                             RT @MakeItPlain: "We have to get out of the habit of being consumer slaves."\n\n\n\n\n\n\n- @ministter \n\n\n\n\n\n\nTell @verizon they better… \n
4043                                                                                                                                                                 @marieosmond @Walmart @SamsClub @CMNHospitals @Walmart you can afford to do more, am wrong Walton family?  This see… https://t.co/f3O8gSHgaQ\n
4044                                                                                                                                                                      RT @prog_mustard: You know, if we had any guts we'd be occupying @WellsFargo all over the country. And if our "leaders" had guts they… \n
4045                                                                                                                                                                          RT @Dr_B_Freako: @KiraJMcDonough @sammhodges @ABCNetwork @hulu @amazon After my rescue passed away this summer, someone suggested… \n
4046                                                                                                                                                                    RT @WNBA: When you clinch a spot in the #WNBAPlayoffs!\n\n\n\n\n\n\n\n\n\n\n\n\n\n@AmericanExpress #TeammateShake https://t.co/grqF3x8GBq\n
4047                                                                                                                                                                                     Check out "Pez" Lot of 15 Mixed Themes and Characters Pez Dispenser With Feet (Loose)  https://t.co/lxcZrLmrFg via @eBay\n
4048                                                                                                                                                                                Check out VTG "Miller Lite" A Fine Pilsner Beer Patch Large 8" x 6" Sew on Rectangle Patch  https://t.co/KhsGjuk7Xz via @eBay\n
4049                                                                                                                                                                                     RT @Walmart: Our trucks are in line at the bottled water plant in Terry, MS. They are headed to Texas. #BetterTogether… \n
4050                                                                                                                                                                         @HomeDepot That was super frustrating, but I'm done ranting now. Glad I wandered around the store long enough to find what I needed.\n
4051                                                                                                                                                                                               RT @timsilfies: Next at 6 on @69News, I'll talk to @SenBobCasey from a @Google business workshop in Allentown.\n
4052                                                                                                                                                                RT @Disney: Operation: #ToyStoryLand is a go! 🐶 Get a sneak peek at Slinky Dog Dash, coming to @WaltDisneyWorld in Summer 2018. https://t.c…\n
4053                                                                                                                                                                                                    @TMobile That's the best news! Calls very rarely connect. Even when I have full bars and it says "4gLTE."\n
4054                                                                                                                                                                                                        @Reuters "Personal money', or, as it is otherwise known, "some of the tax that I have avoided paying"\n
4055                                                                                                                                                                 @JasonHirschhorn @amazon @netflix They do provide data to creators of TV series, right? Seems like equivalent for b… https://t.co/Wht2FNBMBv\n
4056                                                                                                                                                                       RT @verizon: Exclusive concert experiences, @NFL tickets and much more. Rewards you really, really want. #VZup https://t.co/Jg57Pq6NaX\n
4057                                                                                                                                                                     RT @eliblumenthal: Apple isn’t the only one planning events for September. @TMobile is teasing an Uncarrier event for September 6, apt… \n
4058                                                                                                                                                                    Tim Cooke @Apple, just got 89 million $ bonus, how much is giving to Harvey, to all in need in Texas, to aide fellow Americans, How Much?\n
4059                                                                                                                                                                         Hi @WellsFargo you have my money and I want it ALL. I refuse to call you or fax another paper to you. Get with the times, it's 2017.\n
4060                                                                                                                                                                                        Hey @McDonalds just stop by your Newark, NJ location, staff seem lethargic, I guess next time I'll skip the calories.\n
4061                                                                                                                                                                         RT @Ryanair: For a chance to WIN a €/£100 voucher simply RT, FOLLOW &amp; tell us which destination you stopped on below using the… \n
4062                                                                                                                                                             @HomeDepot fairmont-san diego, total mess. Long lines 99% self svc &amp; slow, jst 1 cshr. Dont be cheap hire cashiers, ur financials good enuff\n
4063                                                                                                                                                                                RT @Reuters: Car makers, retailers rush to open, restock Houston after Harvey https://t.co/GWvPE3rNUP https://t.co/OfcPsuzgmU\n
4064                                                                                                                                                                                RT @Reuters: Car makers, retailers rush to open, restock Houston after Harvey https://t.co/GWvPE3rNUP https://t.co/OfcPsuzgmU\n
4065                                                                                                                                                                                        RT @intel: How machine learning teaches #AI computers how to recognize patterns, make decisions and learn by doing.… \n
4066                                                                                                                                                                                                   @netflix could just be called @theofficenbc for all I'm concerned, it's basically all I use it for anyways\n
4067                                                                                                                                                                            Check out Victoria's Secret Bra " Bombshell Plunge 34B " NWOT #VictoriasSecret #bombshellplunge https://t.co/Oa8dzOopH0 via @eBay\n
4068                                                                                                                                                                                                                           @SpeakerRyan @Boeing @intel @TheLeadCNN stay home and work 4 ppl, not corporations\n
4069                                                                                                                                                                             RT @Reuters: Holocaust survivor celebrates bar mitzvah in Israel, 80 years later https://t.co/s3vrRwSJYo https://t.co/tyFjVoNP4L\n
4070                                                                                                                                                                                                  RT @netflix: I spoke to your boss, apparently it's not only accepted but encouraged https://t.co/UO0qJRRBQk\n
4071                                                                                                                                                                                                                                         @avoiding_bears @McDonalds @KFC_UKI you traitor, macdo is wonderful.\n
4072                                                                                                                                                                 And then there's @amazon, who's been supporting Breitbart's white supremacist vision unapologetically for 10 months… https://t.co/hhdZkRniTu\n
4073                                                                                                                                                                             RT @Reuters: Holocaust survivor celebrates bar mitzvah in Israel, 80 years later https://t.co/s3vrRwSJYo https://t.co/tyFjVoNP4L\n
4074                                                                                                                                       RT @RealAssange: The real reason @Google wants more H1-B visa workers is simple. $$$\n\n\n\n\n\n\n\n\n\n\n\n\n\nEntry level annual salary for American programmer- $1…\n
4075                                                                                                                                                                                RT @ChefFletcher: @SpeakerRyan @Boeing @intel @TheLeadCNN Nobody understands what you're saying, let me help you. Hey, fam!… \n
4076                                                                                                                                                                             RT @Reuters: Holocaust survivor celebrates bar mitzvah in Israel, 80 years later https://t.co/s3vrRwSJYo https://t.co/tyFjVoNP4L\n
4077                                                                                                                                                                SHOCKING!!\n\n\n\n\n\n\n"#Yemen air raid kills at least 12, including six children" via @Reuters #64_Killed_In_2_Days https://t.co/yyyZIVUhRh\n
4078                                                                                                                                                                 RT @Reuters: Islamic State convoy in Syria appears to have turned back, U.S.-led coalition says https://t.co/7o4VOmU6QD https://t.co/KmCHug…\n
4079                                                                                                                                                                            @netflix I didn't enjoy the story changes of Death Note the movie made, but Keith Stanfield (who played L) did a magnificent job!\n
4080                                                                                                                                                                             RT @Reuters: Holocaust survivor celebrates bar mitzvah in Israel, 80 years later https://t.co/s3vrRwSJYo https://t.co/tyFjVoNP4L\n
4081                                                                                                                                                                 RT @Toyota: Were you affected by Hurricane Harvey? If you need help with your @ToyotaFinancial account, call us: 1-800-874-8822 https://t.c…\n
4082                                                                                                                                                                 RT @Microsoft: Microsoft President @BradSmi on the advantage of a tech culture that doesn't know it all, but humbly learns it all. https://…\n
4083                                                                                                                                                                   Check out Kasper Ladies Cream/Tan Colored 2 Piece Skirt Suit- Top Size 12, Skirt Size 10 https://t.co/ZqMiL1LiJd @eBay. PRICE REDUCTION!!!\n
4084                                                                                                                                                                                                        @EmilGiliotti @Reuters How would you know if he refuses to release his taxes?  Oh, right, you DON'T!!\n
4085                                                                                                                                                                 RT @TMobile: With trains racing by and strobe lights flashing, this stage is inspired by this iconic NYC station. #EZooUnlimited https://t.…\n
4086                                                                                                                                                                                                                                Check out Time Out Doll Body Ready To Stuff 33" https://t.co/lwL38esSv7 @eBay\n
4087                                                                                                                                                                                    @netflix @reedhastings just do it, guys! You know you want to give us what we need.. #TinaforS8S3 https://t.co/FneVkqWJiQ\n
4088                                                                                                                                                                                 Check out Vintage Lot of Five Dress/Shoe Clips: Enamel, Cabochon, Onyx, with Beaded Purse  https://t.co/94OavVQvHG via @eBay\n
4089                                                                                                                                                                   Fashion Inspired by Opening Credits: Man Seeking Woman, Adventures of Tintin, Do the Right Thing  https://t.co/umRpxrs7hZ via @amazon  est\n
4090                                                                                                                                                                                  RT @NLGNational: Heads up to our #undocumented allies.\n\n\n\n\n\n\nOutstanding gesture @Starbucks. https://t.co/ydaNa1Di4d\n
4091                                                                                                                                                             RT @Soby84636586: Why @netflix still didn't save #deviousmaids ? &amp; if they care about the budget I do not think DM costs a lot, right? Plea…\n
4092                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/NajYXfTzyl\n
4093                                                                                                                                                                                                 Baby's down. Time for momma now to shower, put some @netflix  and... fall asleep while watching. #momlife 😅\n
4094                                                                                                                                                                             @CreativeJuice21 @Reuters Oh but I do. I do not need the taxes  I know the people. \n\n\n\n\n\n\nThat is what I am talking about\n
4095                                                                                                                                                                                 Check out circle lap throw quilt modern cars tan flannel  5' 3" by 3' 11"  one of a kind   https://t.co/NFp7YqrBVb via @eBay\n
4096                                                                                                                                                                                                                              Check out DELCATTY  RARE POKEMON ACTION FIGURE 2" https://t.co/Wv4WXArTW1 @eBay\n
4097                                                                                                                                                                                  RT @netflix: I'm sorry, the old Pablo can't come to the phone right now... Why? Oh, cause he's dead https://t.co/smrz84bhvq\n
4098                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
4099                                                                                                                                                                                        @AtlantaFalcons @AroundTheNFL Why aren't big corporations like @Walmart, @Kohls, @McDonalds, and @ChickfilA donating?\n
4100                                                                                                                                                                                           @zorro_the_grump @netflix @johnnyyongbosch Not as much as I used to be. I liked the anime, the movie was good too.\n
4101                                                                                                                                                                                   Check out 3.2" China Certified Nature Nephrite Hetian Sugar Jade Longevity God Pendants  https://t.co/bMNDGK2Jto via @eBay\n
4102                                                                                                                                                                                                @Shell I wanna thank you for charging me $6.00 a gallon for gas, in Dallas today. #HarveyHeroes #HarveyRelief\n
4103                                                                                                                                                                                      @spacenationorg @melindacrow @Samsung Becoming a "space nation astronaut" and it being accessible to everyone 💪🏼🙌🏼‼️\n
4104                                                                                                                                                                                                                              @JemelOneFive A @Tesco own brand of cheese, and hilarious football videos &lt;3\n
4105                                                                                                                                                                                                                      @Google Say it with sleazy abuse of power. #Goolag\n\n\n\n\n\n\nhttps://t.co/4hPYO2Qq7A\n
4106                                                                                                                                                                    RT @vernhenze: Check out Fall Flower Stem Holder, Hand Turned Clay, Stoney Fork Pottery, pottery, new   https://t.co/Ihovhv5gUA via @eBay\n
4107                                                                                                                                                        RT @Nissan: The new #Nissan #LEAF. Simply Amazing. \n\n\n\n\n\n\nJoin us for the World Premiere\n\n\n\n\n\n\nSeptember 6\n\n\n\n\n\n\n#Nissan #LEAF… \n
4108                                                                                                                                                                                 Check out RETAIL: $395 NIB BALLY Herald Slip On Sneakers, US10/EU43 #Bally #LoafersSlipOns https://t.co/gfkxM1MJwl via @eBay\n
4109                                                                                                                                                     Amazing to see @Google getting fine analyst @barryclynn fired from @NewAmerica. I doubt he'll be Cornered for long.\n\n\n\n\n\n\nhttps://t.co/7bRyFJFwdK\n
4110                                                                                                                   RT @ThomasWictor: What a world, huh?\n\n\n\n\n\n\n\n\n\n\n\n\n\nTHEY get to put up videos of kids being killed in car accidents.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Google and @Vimeo censor ME… \n
4111                                                                                                                                                                        RT @exxonmobil: These pictures are fake. Don't let #FakeNews spread when we should be focusing on what truly matters, those affecte… \n
4112                                                                                                                                                                            RT @deefizzy: Hey @amazon, thank u so much for lowering the prices of avocados at Whole Foods. I knew I loved u for a reason ❤️❤️… \n
4113                                                                                                                                                                                              RT @Reuters: As Harvey gained fury, Home Depot raced to respond https://t.co/ikREgWHZDQ https://t.co/BhpfWXbGoE\n
4114                                                                                                                                                                 RT @skonnard: The #PluralsightLIVE Partner Pavilion will house tech giants like @Microsoft, @Adobe and @Twitter. See more: https://t.co/V8j…\n
4115                                                                                                                                                                                    Check out $310 Beautiful JOSEPH Sol Sleeveless Silk Blouse sz 38, Cream #Joseph #Blouse https://t.co/aAwGh5Iy7t via @eBay\n
4116                                                                                                                                                                                     RT @Walmart: Our trucks are in line at the bottled water plant in Terry, MS. They are headed to Texas. #BetterTogether… \n
4117                                                                                                                                                                   Check out Lot 4 MASK Buttons Variety ~ Phantom of Opera Drama TIKI +  https://t.co/VqeKMu1ZdT via @eBay\n\n\n\n\n\n\n#maskbuttons #buttons\n
4118                                                                                                                                                                              RT @amys_bus_ticket: Jesus. \n\n\n\n\n\n\n\n\n\n\n\n\n\nWHO @CBS dresses Julie Chen?\n\n\n\n\n\n\n#bb19 https://t.co/00W46Wb4wy\n
4119                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4120                                                                                                                                                                     RT @MollyJongFast: @morganpehme @GetMeRogerStone @netflix Last photo, I promise but you can't do a #rogerstone thread without a pictur… \n
4121                                                                                                                                                                    @PayPal Yeah, like why do I have to look at a full page ad every time I log in?  Why did I just get charged for 9 labels when I wanted 3?\n
4122                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4123                                                                                                                                       RT @RealAssange: The real reason @Google wants more H1-B visa workers is simple. $$$\n\n\n\n\n\n\n\n\n\n\n\n\n\nEntry level annual salary for American programmer- $1…\n
4124                                                                                                                                                                            Check out White Mother Cat &amp; Kittens Figurine,vintage 1970s,Homco,porcelain,long hair,blue  https://t.co/qGBSKjosum via @eBay\n
4125                                                                                                                                                                                   RT @Reuters: Mexico, Canada to stay in NAFTA even if U.S. leaves: minister https://t.co/hjafWGyKat https://t.co/ZcJOWhE46d\n
4126                                                                                                                                                                                                   Underground Toys Star Wars Talking Chewbacca 4" Plush Underground Toys https://t.co/Hno0iL4v5g via @amazon\n
4127                                                                                                                                                                                                                                                                                   @GoldmanSachs Lolz "value"\n
4128                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4129                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4130                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4131                                                                                                                                                                 RT @usopen: A tense set comes to an end with a great rally as @aradwanska seals it, 7-5 over Putintseva. #USOpen @jpmorgan https://t.co/Pmi…\n
4132                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4133                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4134                                                                                   2017 internet minute:\n\n\n\n\n\n\n\n\n\n\n\n\n\n156 million emails\n\n\n\n\n\n\n16M texts\n\n\n\n\n\n\n900,000 @facebook logins \n\n\n\n\n\n\n452,000 @twitter \n\n\n\n\n\n\n342,000 app downloa… https://t.co/nVj64sPTTB\n
4135                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4136                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4137                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4138                                                                                                                                                                      Check out Simple Design Green Mystic Quartz Brio, Sterling Sundance Inspirations  https://t.co/sqqMEGWkWY via @eBay #SALE #FreeShipping\n
4139                                                                                                                                               RT @JewhadiTM: Camo cup sleeves don't sway me\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Starbucks to add 25K vets by 2025 after backlash over promise to hire 10K refugees… \n
4140                                                                                                                                                                       @CBSNews, did you know @ATT is charging #harvey victims to temporarily suspend their cable/internet accts while evacuated?! #heartless\n
4141                                                                                                                                                                       RT @salemkeizer: 2/ Thank you Salem @Costco for donating 700 backpacks and 1,700 hot dogs for Swegle Elementary's Open House for fam… \n
4142                                                                                                                                                   RT @Aspiration: It's never too late. Close your @WellsFargo bank account in 6 steps:\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/v9oLx2ZMqj #WellsFargo $WFC… \n
4143                                                                                                                                                                                  RT @GalerieDuLouvre: Check out #Emile #Galle  ,Signed Genuine #Cameo #Glass Fluted Vase   https://t.co/42FVIzkBwa via @eBay\n
4144                                                                                                                                                                      RT @McDonalds: @DanteH99 We love your feed! YOU'RE SO AWESOME AND POSITIVE, A MILLION SMILEY FACES DON'T DO YOU JUSTICE! 😀😀😀 Happy… \n
4145                                                                                                                                                                        RT @pfizer: Our hearts are with those affected by #Harvey. If you are impacted &amp; need assistance for your Pfizer RX, call 1-844… \n
4146                                                                                                                                                                                                     Check out Minnie Mouse Inspired Fashion Earrings, Red And Black. Pink Bows https://t.co/WwETnhar9o @eBay\n
4147                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4148                                                                                                                                                                                                  RT @netflix: I spoke to your boss, apparently it's not only accepted but encouraged https://t.co/UO0qJRRBQk\n
4149                                                                                                                                                                              #buynow :: #ADM Traditional A style Spruce Top #Mandolin with F Hole, Sunburst Gloss via @eBay 46% OFF! https://t.co/sMGfXh0F96\n
4150                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4151                                                                                                                                                                                                                                     @Boeing Such a beautiful documentary, really looking forward to series 2\n
4152                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4153                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4154                                                                                                                                                                                                                                         @McDonalds Alright, you've redeemed yourself https://t.co/SHUI7sBhih\n
4155                                                                                                                                                                                                            Petition for @netflix to put\n\n\n\n\n\n\nThat's so Raven \n\n\n\n\n\n\navailable to stream again\n
4156                                                                                                                                                                                                                  @McDonalds free advertising https://t.co/d20xsE3amG\n\n\n\n\n\n\n\n\n\n\n\n\n\nNot my video\n
4157                                                                                                                                                                                                               These McTasters are good but I want my Bacon McDouble and Jr. Bacon Ranch back, @McDonalds! 😠\n
4158                                                                                                                                                    Look what I found on @eBay! \n\n\n\n\n\n\nFree Shipping in Canada!\n\n\n\n\n\n\n$6.00 Shipping to the U.S.\n\n\n\n\n\n\nhttps://t.co/JuZLwRsMGs via @eBay\n
4159                                                                                                                                                                             RT @Google: This week from #teampixel: more stunning photos and A+ travel photography tips for your Pixel, straight from a pro… \n
4160                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4161                                                                                                                                                                            Check out MODEL BOX / ITALY FERRARI 250 GT "56 STRADALE" (SILVER) 1/43 SCALE DIECAST  #MODELBOX https://t.co/lIPH4bGTI2 via @eBay\n
4162                                                                                                                                                                                            RT @Reuters: Miley Cyrus, Beyonce join Harvey storm relief effort https://t.co/a5Sm5Y8jrA https://t.co/IohBVc8ALD\n
4163                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4164                                                                                                                                                                           Check out "River Girl" acrylic #painting on canvas contemporary #erotic #art #nude #fantasyart   https://t.co/YfjVVWePNQ via @eBay\n
4165                                                                                                                                                                 RT @CandyCrushCBS: Don't miss the special two-hour season finale of #CandyCrushCBS on Saturday, Sept. 2 at 8/7c on @CBS. https://t.co/w3Ypl…\n
4166                                                                                                                                                                                                                                  @Reuters Hell yes! Send me your money launderers, extortionists and frauds!\n
4167                                                                                                                                                                    Dear. @Apple the new iPhone is coming out. Please do not send that "update" aka virus to my phone forcing me to buy the new one thank you\n
4168                                                                                                                                                                       Check out #Estate #Vintage #Trifari #Goldtone #Maltese #Cross Pendant, 1960S #Runway #Necklace #WOW  https://t.co/vmDYuZg8Lc via @eBay\n
4169                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4170                                                                                                                                                                                 Check out RARE! Championship Ring Set HOUSTON OILERS AFL Champions 1960, 1961 #fantasyfootball https://t.co/sEstbFDWZ8 @eBay\n
4171                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4172                                                                                                                                                                                 Check out "Erin"   lampwork sculptural owl bead charm,  sra,  DeniseAnnette #SRA #Lampwork https://t.co/U3CQLyEKS7 via @eBay\n
4173                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4174                                                                                                                                                                                   Check out Shadows of Brimstone: Outlaw Kickstarter lot, complete. Base games and wave 2  https://t.co/Wn5X5LUTMQ via @eBay\n
4175                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4176                                                                                                                                                                                                        RT @Reuters: City loses water, thousands of Harvey survivors rescued, 38 dead https://t.co/p9xs3ylP06\n
4177                                                                                                                                                                                                    RT @Reuters: U.S. retaliates against Russia, orders closure of consulate, annexes https://t.co/8cyvDhc32M\n
4178                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4179                                                                                                                                                                  @Reuters Perfecting the self driven car will be a tedious, painful process.  I don't see it catching on.  Insurance rates will be enormous.\n
4180                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4181                                                                                                                                                                         RT @10kStrong4KEK: @ryandew75 @FedEx Won't tell me where you work? Are you some kind of pussy, work at McDonalds or just unemployed?\n
4182                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4183                                                                                                                                                                                                             Nothing like paying for a large and getting a medium. Thanks, @McDonalds https://t.co/43Xz8dLvkN\n
4184                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4185                                                                                                                                                                              RT @TexasTechFB: The @TTU_EQUIPMENT truck is loaded with water thanks to @CocaCola &amp; on its way to Austin! See you there,… \n
4186                                                                                                                                                                        @MzBadger2U @Reuters Imagine how bad the people in southern WI feel knowing they spawned him, Ryan and Walker! Shockingly horrible...\n
4187                                                                                                                                                      RT @brahmresnik: NEW Top execs at @Apple @facebook @Microsoft @united @Starbucks @google\n\n\n\n\n\n\n&amp; more urge @realDonaldTrump to keep #DACA.… \n
4188                                                                                                                                                                                                                     Currently rocking @Gap, @OldNavy, @Walmart, @Target, and @VictoriasSecret for pajamas 🎃\n
4189                                                                                                                          @Purina @MerrickPetCare \n\n\n\n\n\n\n@Petco @PetSmart @amazon \n\n\n\n\n\n\n\n\n\n\n\n\n\nCome on big companies... get on the Pet food donation truck hea… https://t.co/rEpF8iT0kJ\n
4190                                                                                                                                                                                                                                        Werk. (at @Walmart Supercenter in Canton, OH) https://t.co/hVfI9IN4Vf\n
4191                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4192                                                                                                                                                                                                 RT @haymeklavier: @SMTOWNGLOBAL ^ @McDonalds Happy Meal toys idea. I swear, EXOLS will forget about dieting.\n
4193                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4194                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4195                                                                                                                                                                                                                             It's September 1st, where's Season 2 of Narcos? @netflix https://t.co/UKyFF5TfTS\n
4196                                                                                                                                                            RT @ministter: If @NFL doesn't "stand for your children, turn the damn game off!"\n\n\n\n\n\n\n- @TamikaDMallory\n\n\n\n\n\n\nTweet @verizon to… \n
4197                                                                                                                                                                 RT @CollinWatkins30: @netflix added the "skip intro" option to their shows. This is a lifesaver when you watch so many episodes of @theoffi…\n
4198                                                                                                                                                                            Check out J K W Western Germany VINTAGE Transferware 11" PLATTER Floral Design EXCELLENT C #JKW https://t.co/ahiNKo5Kg6 via @eBay\n
4199                                                                                                                                                                 RT @choptopmoseley: Literally 9 inches of legroom width in @United economy, @Boeing 757 for my 5-hour flight! #builtforEwoks https://t.co/t…\n
4200                                                                                                                                                                      @Reuters Different amazon gift card waits for you https://t.co/eOENzJBTEO\n\n\n\n\n\n\nhttps://t.co/HGqN3b7wqy… https://t.co/2sSrC49kgh\n
4201                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4202                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4203                                                                                                                                                                           JBL announces #Speakers @Google Assistant, boombox, cord: https://t.co/NE6mUnDqde, https://t.co/MhNao4TLVX https://t.co/9KH0jJViu6\n
4204                                                                                                                                                                                Check out Horror Comics Lot: Zombie Christmas, Necromancer trade, Game of Thrones and more  https://t.co/awno4HfeMS via @eBay\n
4205                                                                                                                                                                   @Samsung Galaxy S9 is likely to release by January 2018, a month ahead of schedule: Report https://t.co/jaDITZzJFy https://t.co/mKyFXlJKFW\n
4206                                                                                                                                                                      RT @slpng_giants: Would really appreciate some RTs on this. @amazon continues to flow ad dollars to Breitbart everyday, thereby fundi… \n
4207                                                                                                                                                                 RT @TheEllenShow: When #Texas needed him, @JJWatt was there. I was honored to help make this amazing gift from @Walmart possible. https://t…\n
4208                                                                                                                                                                  @sundayreplayjp @VIZMedia @netflix And how The Major's physical appearance was "incorporated" into the story.  I'm… https://t.co/02g2Gxqwda\n
4209                                                                                                                                                                                RT @craftbeer: While €200 buys you a lot of bier, you could also get these stylin’ @adidas Oktoberfest beer drinkin’ shoes.… \n
4210                                                                                                                                                                                   RT @Reuters: Mexico, Canada to stay in NAFTA even if U.S. leaves: minister https://t.co/6FUrlE9Qra https://t.co/sVpiJAgfzN\n
4211                                                                                                                                                                                   Check out 5 Strands Black Chalcedony Micro Faceted Rondelle 3mm Gemstone Beads 14" Long  https://t.co/U64B5JF0Xp via @eBay\n
4212                                                                                                                                                       RT @aarushifire: 6 minutes into #thegetdown and hate myself so hard for not watching it sooner\n\n\n\n\n\n\nextra mad at @netflix for letting it slide\n
4213                                                                                                                                                                 IBM #VersaStack + @Cisco CloudCenter means you can deploy any application, from anywhere. Learn how in our webcast!… https://t.co/L1Iv6FvzbN\n
4214                                                                                                                                                               RT @Microsoft: Binge-listen to season 1 of .future, our podcast about the world of tomorrow. 🙌🏼https://t.co/NFzrpFkeq9 https://t.co/pENxc2n…\n
4215                                                                                                                                                                                                  Feeling left out, under threat, east Germans rebel with far-right vote https://t.co/pBgBv0bM2x via @Reuters\n
4216                                                                                                                                                                                                          my sister loved this for christmas!! bright, cheery and soft!! https://t.co/29ZtWIQJ9z 来自 @amazon\n
4217                                                                                                                                       Retweeted Chicago's Finest (@ChicagosFines19):\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou still want $15.00 an hour? Meet Your #Replacements @McDonalds... https://t.co/IPJOt1K6ZU\n
4218                                                                                                                                                                                RT @thriftyfifty6: #Vintage Double Handled Ceramic Vase, #CourtingCouple USA, 8 3/4 Inches  https://t.co/xs6JqedrFk via @eBay\n
4219                                                                                                                                                                                                            Check out Scotch Bubble Mailers, size 0, 6" x 9", 25pk. #scotch https://t.co/jly2mfBtaG via @eBay\n
4220                                                                                                                                                       RT @netflix: Please complete the following sentence: \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe Nightmare Before Christmas is definitely a _ _ _ _ _ _ _ _ movie.\n
4221                                                                                                                                                RT @mxstbr: An official @Microsoft @typescriptlang plugin for styled-components 😱😱😱\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet that IntelliSense and error reporting… \n
4222                                                                                                                                                                                                                               Job interview today🤘. \n\n\n\n\n\n\nAt @McDonalds hopefully they do hire me!!\n
4223                                                                                                                                                                          RT @photomatt: Upload Once, Blog Anywhere: @GooglePhotos from @Google on your WP site: https://t.co/0ZsJCZn4Vt via @wordpressdotcom\n
4224                                                                                                                                                                                                                                        @easyJet proving once again why I should never fly with you, avoid 🚨\n
4225                                                                                                                                                    RT @Notts_MEG_Lab: #OPMs standing as the #future of #neuroimaging @WTCN_UCL @chalk_london QuSpin @Reuters #MEG #OPMEG\n\n\n\n\n\n\nhttps://t.co/bvCiSmDV…\n
4226                                                                         RT @MiddletonMurray: 🎉#COMPETITION REMINDER🎉\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet #WorkWearReady &amp; #WIN a £50 @ASOS voucher👗👔\n\n\n\n\n\n\n\n\n\n\n\n\n\n#RT &amp; #FOLLOW to enter👇 Good luck!\n\n\n\n\n\n\n\n\n\n\n\n\n\nEnd:… \n
4227                                                                                                                                                       RT @netflix: Please complete the following sentence: \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe Nightmare Before Christmas is definitely a _ _ _ _ _ _ _ _ movie.\n
4228                                                                                                                                                                                       #TabPow iPhone 7 Plus Case, Hidden Door Slim Wallet Case, Fits 2 Cards and Cas... https://t.co/Wmb1X9BqSD 来自 @amazon\n
4229                                                                                                                                                                                            RT @Reuters: Most Germans want three-way coalition of conservatives, FDP and Greens: poll https://t.co/zApY5McL16\n
4230                                                                                                                                                                                                    @fenestawindows @amazon Bring It On Team\n\n\n\n\n\n\nI Am Ready.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#FenestaOpen\n
4231                                                                                                                                                                                Check out 180 Cts Natural Red Garnet Faceted Rondelle 13.5" Inch 5 To 9 mm Gemstone Strand  https://t.co/BMZnSFh3GI via @eBay\n
4232                                                                                                                                                                                                                  However, @amazon made me really happy with my delivery today sooooo https://t.co/cu1cLqQZUe\n
4233                                                                                                                                                                 RT @Reuters: Justice Department, FBI resist lawmaker demands for 'Trump dossier' files: officials https://t.co/LwzqJPp5Wx https://t.co/YBjL…\n
4234                                                                                                                                                                              Well, duh. If you fly @Ryanair you know that they actively resent having to transport their passengers. https://t.co/DVtXmgJCKG\n
4235                                                                                                                                                                                                        RT @weldonmowers: Magic mushroom, magic fairways mower #thebestcut @JohnDeere https://t.co/px19w4j85C\n
4236                                                                                                                                                                                                                                              @Google (In a singular email, addressed to the correct name...)\n
4237                                                                                                                                                                                Check out Very Old Soviet Glass Christmas Ornament, Tree Decoration - PEAR 1940-1950s USSR  https://t.co/gQkOAJLZ9x via @eBay\n
4238                                                                                                                                                                                                                                           @Reuters @ReutersTV That's ok, Bannon will fill the gap I am sure.\n
4239                                                                                                                                                                                              RT @TulliaCapo: Join @SAP in Casablanca, for the 2nd edition of the Africa Convergence Conference - 29/09/17:… \n
4240                                                                                                                                                                                    @vijayanands  Facebook to add new feature to locate blood donors in India \n\n\n\n\n\n\nhttps://t.co/mDoyChO2MU @facebook\n
4241                                                                                                                                                                                                                                         @jaggies_ @Dataguise @jpmorgan Guess which one is the "business guy"\n
4242                                                                                                                                                                                    Check out 1 Strand Natural Opal Fancy Uneven 9x11-14x16mm Smooth 7" Long Nuggets Beads  https://t.co/S8PSzISyCM via @eBay\n
4243                                                                                                                                                                                RT @Reuters: Asia shares recuperate after rough week, dollar in better health https://t.co/k0QSWNoXdz https://t.co/zAm1FFgdQQ\n
4244                                                                                                                                                                                                                                           @theousherwood Well, he was but then he had an email from @Ryanair\n
4245                                                                                                RT @PortlandDesign: With @easyJet launching Wifi  this autumn, expect to see many competitors follow suit. \n\n\n\n\n\n\n\n\n\n\n\n\n\n#EasyMoney\n\n\n\n\n\n\n#traveltech\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps:…\n
4246                                                                                                                                                                 RT @matt9dawson: Teens and young adults are at high risk of meningitis, but only one in ten parents and kids know this @GSK https://t.co/Ck…\n
4247                                                                                                                                                                           RT @csapickers: Chevy Camaro T-Shirt, New, Black Bowtie Motorsport Musclecar #Gildan #GraphicTee https://t.co/u8bh0roSAn via @eBay\n
4248                                                                                                                                                                           RT @csapickers: Chevy Camaro T-Shirt, New, Black Bowtie Motorsport Musclecar #Gildan #GraphicTee https://t.co/u8bh0roSAn via @eBay\n
4249                                                                                                                                                                 @reedhastings @srichard @netflix I think we should extend #Sense8 as well, Sense8 is a show that can bring in milli… https://t.co/7dcKDi3qbC\n
4250                                                                                                                                                               Hate the fact with every @Apple update, the slower your phone becomes! Just to try make you buy the latest model😡😡Still won’t buy a Samsung!\n
4251                                                                                                                                                                             RT @Reuters: Bitcoin fraud suspect wanted by U.S., Russia appears in Greek court https://t.co/IskSMbBI4z https://t.co/NtnW83aTIF\n
4252                                                                                                                                                                     RT @981CAMFM: With Lac La Biche trying to lure @amazon to their community, which local town should we nominate to be their headquarters?\n
4253                                                                                                                                                                                           RT @Burberry: The new @Burberry September 2017 collection, styled with The Giant tote. Shot by Alasdair McLellan… \n
4254                                                                                                                                                                           RT @DarnleyF: The iPhone X has been confirmed to have 3GB of RAM and 2,716mAh battery. Not the best specs, but @Apple knows what… \n
4255                                                                                                                                                                                   RT @Reuters: Navigate Trump’s policies and their actual impacts on lives, companies and markets: https://t.co/uuVMJKUQxt… \n
4256                                                                                                                                                                                   RT @Reuters: Navigate Trump’s policies and their actual impacts on lives, companies and markets: https://t.co/uuVMJKUQxt… \n
4257                                                                                                                                                                         . @BankofAmerica exploring use of iris, facial recognition technologies https://t.co/LosslYHMU5 #biometrics… https://t.co/w3pUV83Nly\n
4258                                                                                                                                                                                                                                                              @McDonalds I have 5 dollars, what should I get?\n
4259                                                                                                                                                                So when I’ve paid @ASOS for next day delivery and they say it’s been delayed one working day, that means it’s coming Monday right? 🙃🙃🙃🙃🙃\n
4260                                                                                                                                                                 RT @Reuters: Reuters: How a hedge fund lost at least $400,000 in a single bitcoin futures trade. https://t.co/v0cRgkQnIQ https://t.co/JPjqp…\n
4261                                                                                                                                                                       RT @AdobeDocCloud: Big News: #AdobeSign is now the preferred solution across @Microsoft portfolio, including @Office365. Learn more:… \n
4262                                                                                                                                                                    @thebradfordfile Yeah, I am going to trade my 2015 F150 in this weekend.  Chevy, are you ready for me???? #BoycottheNFL #BoycotFord @Ford\n
4263                                                                                                                                                                                                        @Argos_Online @HP #FastTrackFriday \n\n\n\n\n\n\n\n\n\n\n\n\n\nA prize I would certainly love to #win\n
4264                                                                                                                                                             @easyJet lying. Flight landed 3hr10min late &amp; were told numerous times it was due to a plane change, not ATC. Conve… https://t.co/4DpjUZ0A1u\n
4265                                                                                                                                                                       If my team wins, I could score BIG…Grab specially-marked @fritolay or @pepsi for your chance! https://t.co/QQgRsTABim #TheyWinYouScore\n
4266                                                                                                                                                                             @Ryanair Yes and it cost me in excess of £15 to make the call, was on hold 20 minutes and then they hung up when it was answered\n
4267                                                                                                                                                                      RT @Andela_Kenya: Excited to announce that ALC 2.0, Andela Learning Community powered by @Google is now in Kenya! #ALCwithGoogle Read… \n
4268                                                                                                                                                                                      Check out this Amazon deal: NCAA Air Force Academy Deluxe Flag, 3' x 5' by WinCraft https://t.co/l8f0bQaI0W via @amazon\n
4269                                                                                                                                                                                      Check out this Amazon deal: NCAA Air Force Academy Deluxe Flag, 3' x 5' by WinCraft https://t.co/jwKlJiGdtM via @amazon\n
4270                                                                                                                                                                      RT @FreshSelects: We were happy to consult for @Nike on their Fall campaign — highlighting strong, independent female musicians — whi… \n
4271                                                                                                                                                                                   RT @Reuters: Navigate Trump’s policies and their actual impacts on lives, companies and markets: https://t.co/uuVMJKUQxt… \n
4272                                                                                                                                                                           @BeulahTempora @Groupon Looking forward to having a message at the amazing @BeulahTempora.\n\n\n\n\n\n\n#HappyCustomer #relaxation\n
4273                                                                                                                                                          #ff Don't cry because it's over, smile because it happened. Have a super wkend SMILE\n\n\n\n\n\n\n @AristyEscuder @willypumarol @Google @nuriapiera\n
4274                                                                                                                                                                            RT @kzgrey: @comcast Ever since I've posted this, I've had connectivity issues with pop ups telling me I'm close to my bandwidt… \n
4275                                                                                                                                 RT @Microsoft: 3 key technologies that will fundamentally transform our industry: \n\n\n\n\n\n\n✨Mixed Reality\n\n\n\n\n\n\n💭Artificial Intelligence \n\n\n\n\n\n\n🖥️Quan… \n
4276                                                                                                                                                                             Check out this Amazon deal: Elon Musk: Tesla, SpaceX, and the Quest for a... by Ashlee Vance https://t.co/IgtuY568Mc via @amazon\n
4277                                                                                                                                                                            . @Samsung leading the race in fingerprint-enabled #smartphones shipment, followed by @Apple and @Huawei… https://t.co/jjTPWajj3n\n
4278                                                                                                RT @MiddletonMurray: 🎉It's #COMPETITION time🎉\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet #WorkWearReady &amp; #WIN a £50 @ASOS voucher👗👔\n\n\n\n\n\n\n\n\n\n\n\n\n\n#RT &amp; #FOLLOW to enter👇 Good luck! https://…\n
4279                                                                                                                                                     RT @ntrtrust: Happy to share that @ntrtrust's collaborated with @facebook in creating the #Blood Bank Tool. See https://t.co/hdfRTSsXYH\n\n\n\n\n\n\nRT…\n
4280                                                                                                                    . @Samsung leading The race in #fingerprint_Enabled #smartphones shipment.\n\n\n\n\n\n\n@SamsungMobile \n\n\n\n\n\n\n\n\n\n\n\n\n\n#Leaks\n\n\n\n\n\n\n#Tech_News https://t.co/yLFQarJUpJ\n
4281                                                                                                                                                  RT @anil_marali: Quarter-End✨The Final Stretch is ON!! it's time to gear up and deliver👍\n\n\n\n\n\n\n#SAPBusinessOne @SAP @SAPIndia https://t.co/UFas3Q…\n
4282                                                                                                                                                                 Day 21 since Irmageddon in #KeyWest. About 15 since power back. Still not one @comcast truck in sight. Up the Keys, leaving KW in comm dark.\n
4283                                                                                                                                                    RT @cmhembs: Current situation along Robert Mugabe way,Harare.\n\n\n\n\n\n\n#Tajamuka @matigary @Wamagaisa @ali_naka @Reuters @ZimMediaReview https://t.…\n
4284                                                                                                                                                         RT @Dazeinfo: How 5 Tech Giants Make Their Billions\n\n\n\n\n\n\nRead: https://t.co/93W5raTuNe \n\n\n\n\n\n\n@amazon @facebook @Google #technology… \n
4285                                                                                                                                                                      RT @EricTrager18: After Saudi Arabia permits women to drive, @Nissan, @Ford, and @Volkswagen publish ads. Ford's is the most visually… \n
4286                                                                                                                                                             Looks like you’ll be seeing us yet again #Bilbao. Thanks @easyJet - next August trip sorted. Just April, June &amp; Jul… https://t.co/eBv2dnmNXR\n
4287                                                                                                                                                    RT @OfficialRevT: @nvidiashield now is supported by @Google Assistant. Hands free support and free @YouTube RED. #MirrorGold #tech \n\n\n\n\n\n\nhttps:/…\n
4288                                                                                                                                                    RT @OfficialRevT: @nvidiashield now is supported by @Google Assistant. Hands free support and free @YouTube RED. #MirrorGold #tech \n\n\n\n\n\n\nhttps:/…\n
4289                                                                                                                                                    RT @OfficialRevT: @nvidiashield now is supported by @Google Assistant. Hands free support and free @YouTube RED. #MirrorGold #tech \n\n\n\n\n\n\nhttps:/…\n
4290                                                                                                                                                    RT @OfficialRevT: @nvidiashield now is supported by @Google Assistant. Hands free support and free @YouTube RED. #MirrorGold #tech \n\n\n\n\n\n\nhttps:/…\n
4291                                                                                                                                                                            I just listed: 'Scholarship Assessed: Evaluation of the Professoriate', for 16.64 via @amazon https://t.co/1e42d15jVi #WhatToRead\n
4292                                                                                                                                                                       RT @OneRepublic: Music education is important to our future, so w/ @Cisco we're donating $100k to support high school programs. More… \n
4293                                                                                                                                                                       .@FCC says @Apple should activate iPhones' #FM radio chip, but newer phones don't have https://t.co/7q7dG85CmG https://t.co/1FJsiQK1oW\n
4294                                                                                                                                                                                                                                                   @AlSmith360 @amazon those are resellers, not amazon itself\n
4295                                                                                                                                                                         RT @CJR: While other news organizations are getting distracted by noise, @Reuters is focused on what matters https://t.co/vt8bKHJcbz\n
4296                                                                                                                                                                                    @Ford @FordMustang , I'm a huge Ford fan, and an even bigger mustang fan. if I get 1 Million RT's can I get a Mustang GT?\n
4297                                                                                                                                                                 RT @RobHilliard_66: Thanks to those who bought 'A Season on the Allegheny' this week. If you buy a paperback, use @amazon #MatchBook to get…\n
4298                                                                                                                                                                     RT @NickGrant1990: Flights booked at the same time, cheaked in at the same time. Seated opposite ends of plain. Now @Ryanair want to c… \n
4299                                                                                                                                                                        RT @MikeQuindazzi: Top #AI use cases for #sales, #service, and #marketing leaders via @salesforce. https://t.co/GPL6BscMxO #BigData… \n
4300                                                                                                                                                                                RT @FirstTryFridays: @Ryanair If you need reminding, here's the damaged you've done. #BreakItYouBuyIt https://t.co/UoXJ1xQ2Ax\n
4301                                                                                                                                                                                        @nyknicks @SAP Frank’s defense, douggie’s 3’s, THJ attacking the rack. Reasons to be excited. @ThomasCDee @knicksdude\n
4302                                                                                                 RT @FriendlyJMC: #NationalCoffeeDay Celebrate with free coffee OR special deals at \n\n\n\n\n\n\n@DunkinDonuts\n\n\n\n\n\n\n@Cinnabon\n\n\n\n\n\n\n@McDonalds\n\n\n\n\n\n\n\n\n\n\n\n\n\nNothing at⬇️ https:…\n
4303                                                                                                                                                                                  RT @Reuters: Everything is ready for independence vote, says Catalan leader https://t.co/pkJkEfw9mm https://t.co/HMxILAAX1u\n
4304                                                                                                                                                                      RT @EricTrager18: After Saudi Arabia permits women to drive, @Nissan, @Ford, and @Volkswagen publish ads. Ford's is the most visually… \n
4305                                                                                                                                                                                             Apparently, it's #NationalCoffeeDay. You know I'm definitely NOT getting my coffee from @McDonalds . Broke asses\n
4306                                                                                                                                                                 RT @DARLINGXXDARLA: Lot 8 Vintage Silver Plate Round Back Plate Drawer Cabinet Knobs Pulls 1.5" #Unbranded https://t.co/K2jUUYyP0l via @eBay\n
4307                                                                                                                                                                 RT @ARanganathan72: The power of SM. BRILLIANT fact-checking by @attomeybharti of the @Reuters piece, that was more dressing than salad. ht…\n
4308                                                                                                                                                                       Thanks to all those members participating, especially @Walmart and @Danone for leading our #Collaboration for… https://t.co/pmCUEmzigc\n
4309                                                                                                                                                                      RT @petertoddbtc: @intel The way the SGX license works lets Intel backdoor SGX selectively, per-usecase. Dangerous as Signal's use-ca… \n
4310                                                                                                                                                   RT @ahmed_desginer: My design \n\n\n\n\n\n\nNew adidas shoes for Lionel #Messi \n\n\n\n\n\n\n@adidas \n\n\n\n\n\n\n@adidasfootball https://t.co/LZhyBce5AK\n
4311                                                                                                                                                            RT @Nissan: Let's talk about tonight. \n\n\n\n\n\n\n#OMGTR #R35 #NissanGTR #Nissan \n\n\n\n\n\n\n📷: r.ego 🚗: kepeli_nyc https://t.co/sKbDGY4PmX\n
4312                                                                                                                                                    RT @NBA: Introducing the #NIKExNBA Connected Jersey.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLearn more at https://t.co/PKxyG6bvTp (via @Nike) https://t.co/q7koBL3NvE\n
4313                                                                                                                                                                                                    @manooahh @freewebcamporn @Reuters Yes, White Nationalists are just as bad as BLM.  I agree with you 100%\n
4314                                                                                                                                                                                                     The @Apple #iPhone8 and #iPhone8Plus will now have Hindi dictation!\n\n\n\n\n\n\nhttps://t.co/nbPL42OFXb\n
4315                                                                                                                                                                             @EW What about #Charmed? @CBS @CBSTweet @TheCW c’mom, bring it back.Prue needs to meet her sistersagain… https://t.co/DsqutFNqCl\n
4316                                                                                                                                                                                          Hearing Daniel Tiger say, "They're Grrrriffic!" is a constant reminder of @KelloggsUS and their GRRRREAT trademark.\n
4317                                                                                                                                                                           RT @myuniquemarket: MAKE AN OFFER!!! International Concepts Long Women's Blue-Sleeveless Top, size M https://t.co/GiuxUiAjpi @eBay\n
4318                                                                                                                                                                  First game last night that I've heard a @tonyromo casted game, I really enjoy the insight he provides. Well done romo and @CBS on this one.\n
4319                                                                                                                                                                                             RT @Zedd: Excited to kick off the #EchoTour with @TMobile. 😜\n\n\n\n\n\n\n#ZeddsNetwork https://t.co/NnsiVwKeXx\n
4320                                                                                                                                                                                                                                                    @tacordon @salesforce Lori told me it’s lying to me, lol.\n
4321                                                                                                                                                     @dalascby @HP @ALCATEL1TOUCH @MSFT_Business @SamsungUS @verizon Now - if they could just release it??\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/LilWW9kJJ2\n
4322                                                                                                                                                                 RT @MarkGriggs9: @grupo_teka @Ryanair Why don't I give you my phone number and you can speak to me,I'm fed up with constantly contacting yo…\n
4323                                                                                                                                                                                    RT @Reuters: Black Lives Matter movement cannot be sued, U.S. judge rules https://t.co/8Ke0UtxOjT https://t.co/BRtJ8aKOZM\n
4324                                                                                                                                                                                Check out this Amazon deal: NatraCure® Cold/Hot Therapy Wrap (Hand, Foot,... by NatraCure https://t.co/rAPTwgC3xG via @amazon\n
4325                                                                                                                                                        USBLN Corporate #AdvisoryBoardMembers consists of various industries.\n\n\n\n\n\n\nie. @JPMorgan @Chase @AnthemInc @Deloitte @GSKUS @HP @SouthwestAir\n
4326                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4327                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4328                                                                                                                                                                      40% food goes to waste everyday @kroger launches Zero Hunger, Zero Waste to end it by 2025 #zhzw @startupcincy… https://t.co/oksRrzq088\n
4329                                                                                                                                                                                          RT @Reuters: #TheTrumpEffect: From climate to immigration, search for Trump policies and their real life impacts:… \n
4330                                                                                                                          RT @AlexRapaport: #YomKippur\n\n\n\n\n\n\n#BoroPark Community #PuertoRicoRelief Already raised $50,000 worth of @amazon product\n\n\n\n\n\n\ncc @mariepastora\n\n\n\n\n\n\nhttps:/…\n
4331                                                                                                                                                                                                                               I'm at @Starbucks in Kuwait City, Al Asimah w/ @s_x766 https://t.co/PRYi32iceY\n
4332                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4333                                                                                                                                                                            Check out DII 14x70" Polyester Table Runner Embroidered Pumpkins - Perfect for Fall Tha... #DII https://t.co/VR45KKv1r5 via @eBay\n
4334                                                                                                                                                                 Humes and Berg Tuxedo Snare Drum Bags (4.5" X 10", BLACK) Tuxedo https://t.co/PgMad7ggxj via @amazon #DRUM #drummer #drummin #hititlikeagirl\n
4335                                                                                                                                                                 RT @5FDPChrisKael: Hey @adidas!  I'll go to #Louisville for @LTLFest this weekend for HALF the amounts I've heard were "allegedly" offered!…\n
4336                                                                                                                                                                              RT @Nike: Introducing the Nike @NBA Connected Jersey. Tap your jersey to unlock exclusive access to highlights, Nike gear, an… \n
4337                                                                                                                                                                               RT @Sony: HAHAHAHA.  No.  He does fine on his own!  But, we break stories in the room, so many people's perspectives go into… \n
4338                                                                                                                                                    RT @JPNadda: I congratulate @facebook team for launching blood donation app. Blood donation can save someone's life. \n\n\n\n\n\n\nhttps://t.co/ovfdR8j9…\n
4339                                                                                                                                                                      RT @joshfromalaska: In fascinating wiretap, MS-13 leader orders gang not to wear @Nike Cortez to avoid attention from rivals and cops… \n
4340                                                                                                                                                                                                                                                                       RT @antonio_nca: yo, fuck you @Walmart\n
4341                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4342                                                                                                                                                                                  £10 Olsen Lagenlook Pink Ribbed Cotton Striped Cardigan Jacket 38" 8-10 Shawl Neck #Olsen https://t.co/tItXXtq5cP via @eBay\n
4343                                                                                                                                                                                  £10 Olsen Lagenlook Pink Ribbed Cotton Striped Cardigan Jacket 38" 8-10 Shawl Neck #Olsen https://t.co/tItXXtq5cP via @eBay\n
4344                                                                                                                                                                  Don't be evil?? Turns out that @Google, which helps Nazis spread their msg of hate, will actively hurt poor Blacks. https://t.co/Uk2YuYv1Qy\n
4345                                                                                                                                                                                                                  @Dan_Crabb @Ryanair Hi Dan, Claire Noble from BBC News.. Can you follow me for a DM please?\n
4346                                                                                                                                                                        RT @corey_snow: @karenmangia @salesforce @tony_prophet Got a photo, yet somehow missed the chance to meet @tony_prophet before he l… \n
4347                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4348                                                                                                                                                                         Compensation form issues @Ryanair it is only taking expense submissions, I don't want to claim expenses I want to claim compensation\n
4349                                                                     RT @MrBiz_FR: 🔪🔥Gagne 50€ @PayPal 🔥🔪\n\n\n\n\n\n\n#MONEY 💰 #PayPalGiveaway👀\n\n\n\n\n\n\n\n\n\n\n\n\n\n✅FOLLOW @hokage_171 + @MrBiz_FR 🤤\n\n\n\n\n\n\n✅RT + LIKE\n\n\n\n\n\n\n✅Tag 2 Friend\n\n\n\n\n\n\n\n\n\n\n\n\n\n10Day… \n
4350                                                                                                                                                                                             Today I asked my @amazon #Alexa to play some music, but she didn't. And then I remembered I don't have an Alexa.\n
4351                                                                                                                                                                                              Check out "Men's URBAN PIPELINE long Sleeved Football Graphic T.shirt Size Small" https://t.co/bJGFXgIE6M @eBay\n
4352                                                                                                                                                                        Check out 18" Natural BALTIC &amp; BUTTERSCOTCH Amber Bead NECKLACE &amp; 2 PENDANTS  15g #Handmade https://t.co/kQfjC54DhD via @eBay\n
4353                                                                                                                                                                                                        Viva Naturals Sweet Almond Oil, Hexane Free f... by Viva Naturals https://t.co/JCkhEYNWro via @amazon\n
4354                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4355                                                                                                                                                                         @netflix @ErinOrban And the final answer is both. The people have spoken, you know what happened last time the popularity vote lost?\n
4356                                                                                                 @MiddletonMurray @ASOS 🎉#COMPETITION REMINDER🎉\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet #WorkWearReady &amp; #WIN a £50 @ASOS voucher👗👔\n\n\n\n\n\n\n\n\n\n\n\n\n\n#RT &amp; #FOLLOW to e… https://t.co/eGYdrDo36U\n
4357                                              #freedom ?\n\n\n\n\n\n\n#democracy ?\n\n\n\n\n\n\n\n\n\n\n\n\n\nno...\n\n\n\n\n\n\n\n\n\n\n\n\n\nThat's #Spain\n\n\n\n\n\n\n\n\n\n\n\n\n\nSpain orders @Google to delete all links concerning #referendumCAT\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/IGyz49uZXP\n
4358                                                                                                                                                                              RT @Nike: Introducing the Nike @NBA Connected Jersey. Tap your jersey to unlock exclusive access to highlights, Nike gear, an… \n
4359                                                                                                                                                                                   What does this mean? @DPD_UK @ASOS ordered for next day, today, and it's pretty life or death tbh. https://t.co/onFYme3pOU\n
4360                                                                                                                                                                 Evacuees leave Puerto Rico by cruise ship, some doubting they will return, via @Reuters. #HurricaneMaria #PuertoRico https://t.co/mliRDnHkTC\n
4361                                                                                                                                                                     what was up with @IBM in the 1980s. just realised the Zurich lab won two physics nobels in a row in 86/87, for STM and superconductivity\n
4362                                                                                                                                                                                                      @CleverKatyK @netflix That’s fantastic. Respectful of the fan’s enjoyment, funny, but making the point.\n
4363                                                                                                                                                                          RT @jpmorgan: International Investors gather in #Milan at the $JPM Italian Conference. Discover our business in the region, opera… \n
4364                                                                                                                                                                 Jeff Klaus, GM, #DataCenterManagementSolutions @intel zum Thema #SoftwarDefinedInfrastructure: An #AutoPilot for th… https://t.co/veCaIiyGA0\n
4365                                                                                                                                                                                 RT @JamilaHanan: Dear @Nestle we would like to know, since you are investing in #Myanmar, do you care about the #Rohingya?… \n
4366                                                                                                                                                                Thank you @jpmorgan for your leadership in our community!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#corporate #philanthropy #giving https://t.co/zWRxHMhghU\n
4367                                                                                                                                                    RT @crhonicpain: @CVSHealth doesn't want to sell you pain meds but they LOVE to sell alcohol that kills 88k a year\n\n\n\n\n\n\n#BoycottCVS https://t.co…\n
4368                                                                                                                                                                 @eBay I’m intrigued as to how it costs $22.90 if there’s no postage costs (there is postage costs, just not shown h… https://t.co/DmuusAoMru\n
4369                                                                                                                                                                     RT @Reuters: Pope Francis is writing a document on "nuntii fallaces" (that's 'fake news) https://t.co/lWATqWV94C https://t.co/LUNi8Z7dqa\n
4370                                                                                                                                                                                   RT @Reuters: Navigate Trump’s policies and their actual impacts on lives, companies and markets: https://t.co/vgE3mZWjiF… \n
4371                                                                                                                                                                 @indystar @ATT as a u-verse customer who pays WAY too much, if this is not resolved ASAP I will cancel after 12 yrs… https://t.co/42pYRPtbSU\n
4372                                                                                                                                                                     RT @Reuters: Pope Francis is writing a document on "nuntii fallaces" (that's 'fake news) https://t.co/lWATqWV94C https://t.co/LUNi8Z7dqa\n
4373                                                                                                                                                                    I just listed: '#Gilbert &amp; #George: #Monarchy As #Democracy', #art, #tryptych, #utopia, for 14.95 via @amazon https://t.co/1tsJ1d8gym\n
4374                                                                                                                                                                                                          RT @SixesNSevens_VG: @OxygenOgabeatz Get #rekked @facebook...\n\n\n\n\n\n\nWhat is #facebook again?\n
4375                                                                                                                                                                                                                                      RT @Google: Here's to brew, #NationalCoffeeDay. https://t.co/ryB74Z3Oet\n
4376                                                                                                                                                                                                                Check out West Ham United Tony Cottee Signed 5" X 3" Index Card https://t.co/QFQ5nmIeqn @eBay\n
4377                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4378                                                                                                                                                                             @324cat @Google don't worry 'cose the future Republic of Catalonia will always respect the Civil Rights, not as @GobiernoDeEspan\n
4379                                                                                                                                                                                                                                      RT @Google: Here's to brew, #NationalCoffeeDay. https://t.co/ryB74Z3Oet\n
4380                                                                                                                                                                     RT @Reuters: Pope Francis is writing a document on "nuntii fallaces" (that's 'fake news) https://t.co/lWATqWV94C https://t.co/LUNi8Z7dqa\n
4381                                                                                                                                                                       RT @OneRepublic: Music education is important to our future, so w/ @Cisco we're donating $100k to support high school programs. More… \n
4382                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4383                                                                                                                                                                            Check out Build A Bear Detroit Pistons Brown Plush With Jersey Number "00" Great Condition #NBA https://t.co/hUsPofq8u9 via @eBay\n
4384                                                                                                                                                                                                  ENDS SOON ON EBAY Vintage Amethyst Glass 5-1/2" Vase With Clear Pedestal Base https://t.co/J2Qp2idilv @eBay\n
4385                                                                                                                                                                                                                                      RT @Google: Here's to brew, #NationalCoffeeDay. https://t.co/ryB74Z3Oet\n
4386                                                                                                                                                                          RT @rickyftw: Hey @amazon nice to see you could do a "treasure truck" promotion with the SNES Classic but couldn't fulfill preord… \n
4387                                                                                                                                                                      @freelance616 @amazon The Seattle one sold out in 60 seconds. But yeah, the accessibility/info on the truck is difficult to figure out.\n
4388                                                                                                                                                                             @netflix ngl how you gonna do us all dirty and not release season 2 of @Stranger_Things early., I've been waiting so longgg :(((\n
4389                                                                                                                                                                        RT @PearDeck: #PearDeck &amp; @Google Slides, the ultimate #perfectpear! Get the free Pear Deck add-on now in the Chrome Web Store!… \n
4390                                                                                                                                                                                   RT @TMobile: Be ready for your next iPhone. Join our iPhone upgrade program for free!\n\n\n\n\n\n\nhttps://t.co/vkomRGBT9q\n
4391                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/txQyBIz0j9\n
4392                                                                                                                                                                          RT @TaronEgerton: Had an awesome time at the Premiere. For those of you asking, the suit was courtesy of @Burberry - thanks guys!… \n
4393                                                                                                                                                       RT @netflix: Please complete the following sentence: \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe Nightmare Before Christmas is definitely a _ _ _ _ _ _ _ _ movie.\n
4394                                                                                                                                                             RT @Moon13Demotivat: Victory is not sweet, it's savory!\n\n\n\n\n\n\n#MST3K #MST3KTheReturn #Moon13Demotivation @netflix https://t.co/3FeKWjdkVB\n
4395                                                                                                                                                                                Check out 35% OFF! NWT UNDER ARMOUR Threadborne Siro V-Neck T-Shirt 1289587, L #Underarmour https://t.co/IopjkBXiHW via @eBay\n
4396                                                                                                                                                               RT @cataloniadirect: Spanish Court has ordered @Google to remove #1Oct #referendum apps, search results &amp; Guardia Civil has retained BCN… \n
4397                                                                                          RT @ValaAfshar: 2017 internet minute ⏱\n\n\n\n\n\n\n\n\n\n\n\n\n\n156 million emails\n\n\n\n\n\n\n16M texts\n\n\n\n\n\n\n900,000 @facebook logins \n\n\n\n\n\n\n452,000 @twitter \n\n\n\n\n\n\n342,000 app downlo… \n
4398                                                                                                                                                                 @comcast #NetNeutrality is not a protection.  it's an intrusion.  so shut up. #Comcast, I'm so glad I have been don… https://t.co/0s2igL0GoP\n
4399                                                                                                                                                                                                       RT @Reuters: U.S. cuts staff in Cuba over mysterious injuries, warns travelers https://t.co/OHlxpcNHEy\n
4400                                                                                                                                                              Playing with our new green screen at work today! So fun.\n\n\n\n\n\n\n@Adobe @AdobePremiere \n\n\n\n\n\n\n#videoediting https://t.co/x9g1epTuJv\n
4401                                                                                                                                                              @ernestsewell @StephenKing @netflix When I read it, I pictured it as a movie &amp; I'm happy someone took on the task!… https://t.co/5gOFD25Vea\n
4402                                                                                                                                                                 #amazinglight:'Remote Control 2 in 1 Firefly Moving Laser Christmas and LED Garden Light ...', for 51.47 via @amazon https://t.co/iDq0PHmXjQ\n
4403                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4404                                                                                                                                                                  @ciDhialeah @netflix @RokuPlayer @Stranger_Things Hey there! We can whip your Netflix back into shape, and get you… https://t.co/8PgpKP5mX6\n
4405                                                                                                                                                                                                                                 RT @otterable77: Yeah, @TMobile is pretty darn fast. https://t.co/ughTXm0SqL\n
4406                                                                                                                                                            Worried about #IoT? Rest easy. With @TMobile, your solutions are future proof. Phew!\n\n\n\n\n\n\nhttps://t.co/Or1yIuKxrY https://t.co/uLrYvP5gcc\n
4407                                                                                                                                                                       RT @BobbysByline: After a week off, came back to my desk with some #GagaFiveFootTwo swag waiting for me. ❤️ you @netflix (and of cour… \n
4408                                                                                                                                                                   RT @PlayStation: FIFA 18 is out now! Pick it up along with a 1TB PS4 in this new bundle, available now at @Walmart https://t.co/hQJRD3srZV\n
4409                                                                                                               RT @UHCougarMBK: Only a few more hours...\n\n\n\n\n\n\n\n\n\n\n\n\n\nFIND tweet from 12:30 pm WEDNESDAY &amp; RT for chance to win this Large @Nike polo\n\n\n\n\n\n\n\n\n\n\n\n\n\nWinner a… \n
4410                                                                                                                                                                   RT @PlayStation: FIFA 18 is out now! Pick it up along with a 1TB PS4 in this new bundle, available now at @Walmart https://t.co/hQJRD3srZV\n
4411                                                                                                                                                                      RT @EricTrager18: After Saudi Arabia permits women to drive, @Nissan, @Ford, and @Volkswagen publish ads. Ford's is the most visually… \n
4412                                                                         RT @MiddletonMurray: 🎉#COMPETITION REMINDER🎉\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet #WorkWearReady &amp; #WIN a £50 @ASOS voucher👗👔\n\n\n\n\n\n\n\n\n\n\n\n\n\n#RT &amp; #FOLLOW to enter👇 Good luck!\n\n\n\n\n\n\n\n\n\n\n\n\n\nEnd:… \n
4413                                                                                                                                                6hrs LEFT! Vintage Chrome Saladmaster E-Z-Cut  Food Processor W/ 5 Cones &amp; Finger Guard\n\n\n\n\n\n\n#SALADMASTER #EBAY https://t.co/x0TmOaxssI via @eBay\n
4414                                                                                                                                                             @WPCarlosC literally just dropped my phone &amp; jumped onto @amazon , but of course, nothing. thanks for the reminder.… https://t.co/8x5JiFZQ4W\n
4415                                                                                                                                                                  ALL @Disney Shows Ever Now On One Place #DisneyNOW\n\n\n\n\n\n\n@DisneyXD @DisneyJunior @DisneyChannel @radiodisney https://t.co/RcN5IPi34K\n
4416                                                                                                                                                                 Tune in to @CBS #sealteam to see an E-8 upstage his CO in front of CENTCOM on live video because you know, that bullshit happens daily -NOT!\n
4417                                                                                                                                                                                                                               I just listed: 'Earth Feelings', for 44.09 via @amazon https://t.co/QpyY33Dxs9\n
4418                                                                                                                                                                 @Reddishpilz @newtgingrich @facebook Simple,  furthermore,  this is a #Nazi distraction from all of the other lunac… https://t.co/u7k6nl0jkx\n
4419                                                                                                                                                                 RT @CMNHospitals: #HelpKidLiveBetter, kids like Victor, when you purchase a #MiracleBalloon at @Walmart and @SamsClub now — Oct. 29. https:…\n
4420                                                                                                                                                                                                                                                      I'm at @Costco in San Diego, CA https://t.co/P7coY5TaEw\n
4421                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4422                                                                                                                                                 @bigmouth \n\n\n\n\n\n\nJust started to watch \n\n\n\n\n\n\nExcited for new mature \n\n\n\n\n\n\n@netflix Adult Animation \n\n\n\n\n\n\nLove cartoons = Dope\n
4423                                                                                                                                                                 @globalnews @netflix Isn't that what we pay $1.5 billion to @CBC for already? And, the only thing worth watching th… https://t.co/GkuU3Uocji\n
4424                                                                                                                                                                             RT @Adobe: At just 24 yrs old, artist @FilipHodas has created a ground-breaking 3D style unlike any other. Behind his process:… \n
4425                                                                                                                                                                RT @DisneyCareers: "When you have a diverse table, you get diverse perspectives" - Mike White, CTO @Disney 👀 you @ #GHC17 https://t.co/0mSH…\n
4426                                                                                                                                                                          RT @ElaineLotz: Yes, @netflix @reedhastings @KristyChanPark @Working_Title made a HUGE mistake in cancelling the AMAZING "GYPSY"!… \n
4427                                                                                                                                RT @UHCougarMBK: FRIDAY GIVEAWAY\n\n\n\n\n\n\nRT for chance to win Large @Nike polo\n\n\n\n\n\n\n\n\n\n\n\n\n\nMUST be @UHCougarMBK follower... Winner announced at 5 pm FR… \n
4428                                                                                                                                                                 @Reuters breaking news !!!! Trump has discovered that an island is surrounded by water ! but,him being him..it is "… https://t.co/SjO54wNohw\n
4429                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4430                                                                                                                                                                                                                    @McDonalds Instead of trying to consume more coffee, how about we make our coffee better?\n
4431                                                                                                                                                                                                                                      RT @Google: Here's to brew, #NationalCoffeeDay. https://t.co/ryB74Z3Oet\n
4432                                                                                                                                                                                            Check out Buster  Chaunceys Silent Night (VHS, 1998, Dura-Case Closed Caption)  https://t.co/gnb0iJmYgS via @eBay\n
4433                                                                                                                                                                                                                                          I'm at @Starbucks in Kuwait City, Al Asimah https://t.co/goUdla5vx9\n
4434                                                                                                                                                                                                         When I write a bad yelp review:\n\n\n\n\n\n\n#LookWhatYouMadeMeDo @McDonalds https://t.co/uwkwsd2q3e\n
4435                                                                                                                                                      Thankful for our Texas Tough First Responders &amp; all they have done to help after Harvey\n\n\n\n\n\n\n#builtfordtough  @Ford https://t.co/Z4gRTXc79Z\n
4436                                                                                                                                                                                                                                        Check out Reins,  Split, 92" Long   https://t.co/mNrvA5rKRL via @eBay\n
4437                                                                                                                                                        RT @KicksDeals: 👌🏻 NEW @Nike x @NBA Player T-Shirts are direct from @champssports + FREE US shipping 🔥🔥🔥\n\n\n\n\n\n\n\n\n\n\n\n\n\nSHOP -&gt;… \n
4438                                                                                                                                                                 RT @CozyAtoZ: RT @BigEbaySales "Please RT @eBay!  … … via @eBay #ebay #oldbooks #collectiblespic.twitter.com/qwyn9y4J52" https://t.co/mJIYa…\n
4439                                                                                                                                                             RT @vernhenze: Check out Funk &amp; Wagnall's Standard Desk Dictionary College Language Study, School Ready    https://t.co/NRuVBNPMGT via @eBay\n
4440                                                                                                                                                                                               RT @T_S_P_O_O_K_Y: The real collusion was here, between @HillaryClinton and @facebook  https://t.co/w9GpJEWkeK\n
4441                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4442                                                                                                                                                                             @McDonalds Lol those hands look black, Is McDonald's Saying Black People Love Fried Chicken? Racist Lmao https://t.co/njOwXFtftH\n
4443                                                                                                                                                                                                            I'm very bad at switching between my public @facebook page and private one. Any advice, @KDTrey5?\n
4444                                                                                                                                                    RT @NBA: Introducing the #NIKExNBA Connected Jersey.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLearn more at https://t.co/PKxyG6bvTp (via @Nike) https://t.co/q7koBL3NvE\n
4445                                                                                                                                                                                           RT @Reuters: #TheTrumpEffect: From border crossings to DACA, track the real impact of @POTUS immigration policy.… \n
4446                                                                                                                                                       RT @netflix: Please complete the following sentence: \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe Nightmare Before Christmas is definitely a _ _ _ _ _ _ _ _ movie.\n
4447                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4448                                                                                                                                                               RT @Dis411: Received these in the mail! So cool! 😊🎉 #ShareaCoke with @SabrinaAnnLynn! Thanks, @HollywoodRecs! @CocaCola https://t.co/KJZWaJ…\n
4449                                                                                                                                                                                          @Toyota, California State University Use Mobile Fabrication Laboratories for #STEM Learning https://t.co/Zrt5JKXskR\n
4450                                                                                                                                                                       RT @OneRepublic: Music education is important to our future, so w/ @Cisco we're donating $100k to support high school programs. More… \n
4451                                                                                                                                                                  RT @Microsoft: #AI should help humans, Satya Nadella tells @technology in a discussion about his book, #HitRefresh. https://t.co/PSVN56HOv3\n
4452                                                                                                                                                                              RT @Nike: Introducing the Nike @NBA Connected Jersey. Tap your jersey to unlock exclusive access to highlights, Nike gear, an… \n
4453                                                                                                                                                                      RT @EricTrager18: After Saudi Arabia permits women to drive, @Nissan, @Ford, and @Volkswagen publish ads. Ford's is the most visually… \n
4454                                                                                                                                                                 RT @DudePerfect: Hey Virginia Tech, we’re at the @CocaCola Sampling Experience on campus! Come hang with us! #ad #CokeZeroSugar https://t.c…\n
4455                                                                                                                                                                     RT @Reuters: Pope Francis is writing a document on "nuntii fallaces" (that's 'fake news) https://t.co/lWATqWV94C https://t.co/LUNi8Z7dqa\n
4456                                                                                                                                                                 RT @homaranya: @324cat @Google don't worry 'cose the future Republic of Catalonia will always respect the Civil Rights, not as @GobiernoDeE…\n
4457                                                                                                                                                                  RT @Microsoft: #AI should help humans, Satya Nadella tells @technology in a discussion about his book, #HitRefresh. https://t.co/PSVN56HOv3\n
4458                                                                                                                                                                  RT @carmelcrimmins: Wash trades, hackers and Mickey Mouse..welcome to the works of bitcoin @Reuters @specialreports https://t.co/x81PyqWQjG\n
4459                                                                                                                                                                  RT @Microsoft: #AI should help humans, Satya Nadella tells @technology in a discussion about his book, #HitRefresh. https://t.co/PSVN56HOv3\n
4460                                                                                                                                                                            RT @Reuters: U.S.-led forces acknowledge killing 50 more civilians in Iraq, Syria https://t.co/1SBV7ocnNz https://t.co/1ADv1kaQZb\n
4461                                                                                                                                                                                              You + Coffee = ❤️ #NationalCoffeeDay\n\n\n\n\n\n\n\n\n\n\n\n\n\nPhoto Credit: @Starbucks https://t.co/JxXIKRCNLf\n
4462                                                                                                                                                                       @Apple @apple I know y'all can see this too, don't act like twitter's any different for ya'll just cause you're some major corporation\n
4463                                                                                                                                                                      RT @EricTrager18: After Saudi Arabia permits women to drive, @Nissan, @Ford, and @Volkswagen publish ads. Ford's is the most visually… \n
4464                                                                                                                                                                                                            Search advertising on growth track for 2017, @amazon impact still unknown https://t.co/rf1lPxryHq\n
4465                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4466                                                                                                                                                    @Ford \n\n\n\n\n\n\nBuying a Chevy. Hope you respect my right to make an individualistic rejection of your support for NFL playe… https://t.co/WRdwsqOSsd\n
4467                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4468                                                                                                                                                                          RT @nessa1676: Shop a wide selection of laptops, tablets, desktop computers, and accessories... https://t.co/YfQnZv6JUO via @amazon\n
4469                                                                                                                                                    RT @McDonalds: Don't get #HypnoFRIESed� Cravings can come in the dead of night\n\n\n\n\n\n\n� Luckily, so can #McDelivery on @UberEATS. https://t.co/olt…\n
4470                                                                                                                                                                       RT @ani_nenkova: @deliprao @zehavoc @AirbnbHelp @facebook Take a look at tim's work here at Penn, if you need further convincing tha… \n
4471                                                                                                                                                                                        Check out "Long Faced Jumeau" Reproduction Milette Doll Moveable Arms, Legs- 3 Day SALE https://t.co/vxATIb86qI @eBay\n
4472                                                                                                                                                                           RT @EkbMary: @karlihorse16 @Freedom4Horses @SenFeinstein @Reuters @thehill Thank you! Join us on fb "United Horse Warriors on Tw… \n
4473                                                                                                                                                                                                                                      RT @Google: Here's to brew, #NationalCoffeeDay. https://t.co/ryB74Z3Oet\n
4474                                                                                                                                                                        RT @Rwakakamba: This is the hand that picks coffee enjoyed @Starbucks , @peetscoffee @Javas . How can we reward the hand of this la… \n
4475                                                                                                                                                                 RT @sergivicente: Plz @Google confirm/deny you've been ordered to delete #1O referendum links/app. If so, will u stop operating in Spain li…\n
4476                                                                                                                                                                              RT @Nike: Introducing the Nike @NBA Connected Jersey. Tap your jersey to unlock exclusive access to highlights, Nike gear, an… \n
4477                                                                                                                                                                      RT @martynsaville: @itvnews @guardian @Tesco @sainsburys @LidlUK @AldiUK @marksandspencer Seems the answer to that is, in some cases,… \n
4478                                                                                                                                                                                           RT @Reuters: #TheTrumpEffect: From border crossings to DACA, track the real impact of @POTUS immigration policy:… \n
4479                                                                                                                                           Looking for a new read? Try #Shattered.\n\n\n\n\n\n\n@amazon #UK https://t.co/jM83zuxwIV\n\n\n\n\n\n\n#buynow #bookworm #readnow #romance… https://t.co/2PBx3PgpTF\n
4480                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4481                                                                                                                                                                         Check out Antique Handmade Rug x Wool Oriental Tribal 4 Rug 2 Hand Vintage 6'9"x3'11" feet #Tribal https://t.co/lqnmXtsT9R via @eBay\n
4482                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4483                                                                                                                                                                                      RT @Dmorrison1979: Hey @Visa, mind checking out of your advertising on Breitbart? @slpng_giants https://t.co/nZxalLjJpA\n
4484                                                                                                                                                                    RT @TripAdvisorOwl: Why hello, I’m Little Wiser. I'm a keen traveler who uses @TripAdvisor to make the most of my trips. Follow me to s… \n
4485                                                                                                                                                                  Y’all, I am beyond thrilled I switched to @TMobile not only was Artika(1232085) an amazing help but I got my Reward GC in a matter of HOURS\n
4486                                                                                                                                                                             RT @jNS3RwgpqYPYTMl: Go Pet Club Cat Tree, 50W x 26L x 72H, Beige by Go Pet Club for $77.99 https://t.co/oE3RhPp4bM 来自 @amazon\n
4487                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4488                                                                                                                                                                          Check out Camouflage Colored Glass Marble 25/32" D.A.S. Test Run Dave's Appalachian Swirls #Glass https://t.co/38K9dkOgtm via @eBay\n
4489                                                                                                                                                                         Check out Norman Rockwell LimitedEdition "The Toy Maker" Heritage Collection Plate #NormanRockwell https://t.co/SSj3KPieu9 via @eBay\n
4490                                                                                                                                                                             @jeffdunham @netflix Achmed, Walter and Peanut just killed it buddy! Loved the show and I am one of your officia Super Fan! 🙌🏻\n
4491                                                                                                                                                                           RT @Reuters: After prison, Republican ex-congressman in N.Y. expected to run again https://t.co/Ja3tRykPwj https://t.co/Sx0OFwpTZp\n
4492                                                                                                                                                                 RT @GreenAwakening: #Flint #Michigan—#water costs consumers up to $200/month—2 hours away, @Nestle pays $200/year for 495 million liters ht…\n
4493                                                                                                                                                                                 RT @Viacom: Follow us to stay in the know on the latest from our personalities, programs and brands. https://t.co/J1Gp1UlzhI\n
4494                                                                                                                                                                                      RT @Toyota: Everything is bigger in #Texas, so we had to bring our biggest and best truck game to the @StateFairOfTX!… \n
4495                                                                                                                                                                                  @Reuters BREAKING: Democrats spent tens of Million$ and failed trying to replace a guy who just resigned after 8 months,...\n
4496                                                                                                                                                                 Congress, @Twitter &amp; @facebook dont understand each other on case of manipulation ads/bots so I sent a note to @MarkWarner to offer help\n
4497                                                                                                                                                                                           @netflix : Skip intro?\n\n\n\n\n\n\nMe: Not when @Lin_Manuel is singing it!\n\n\n\n\n\n\n#MagicSchoolBusRidesAgain\n
4498                                                                                                                                                                             RT @Adobe: At just 24 yrs old, artist @FilipHodas has created a ground-breaking 3D style unlike any other. Behind his process:… \n
4499                                                                                                                                                                           RT @gt_rman: Why won't the MSM report the #PuertoRico relief efforts being led by the Trump administration? Is @NBC, @CBS, @ABC,… \n
4500                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4501                                                                                                                                                                                   Interesting day today! 😁 @AbraGlobal and @AmericanExpress helped me, and I helped @PayPal to find a bug on their website.\n
4502                                                                                                                                                                            Check out Vintage Magazine Page JOHN WAYNE / JON VOIGHT &amp; JENNIFER SALT   8-1/4" x 10-3/4"  https://t.co/wgEVWpmSN1 via @eBay\n
4503                                                                                                                                           RT @Pitt_ATHLETICS: Limited edition H2P @Nike Air Max shoes are now available! Get them while supplies last!\n\n\n\n\n\n\n\n\n\n\n\n\n\n➡️https://t.co/krlAJOfZuq… \n
4504                                                                         RT @MiddletonMurray: 🎉#COMPETITION REMINDER🎉\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet #WorkWearReady &amp; #WIN a £50 @ASOS voucher👗👔\n\n\n\n\n\n\n\n\n\n\n\n\n\n#RT &amp; #FOLLOW to enter👇 Good luck!\n\n\n\n\n\n\n\n\n\n\n\n\n\nEnd:… \n
4505                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4506                                                                                                                                                                              RT @Reuters: Under pressure from Trump, Tom Price resigns as health secretary over private plane uproar https://t.co/g2l9EvfGal\n
4507                                                                                                                                                                               Withdrawing from the Paris Accords will have lasting harmful consequences, according to @MorganStanley https://t.co/T1liOTbzRl\n
4508                                                                                                                                                                   Slag off @Ryanair all u want, but just booked for the family to 🇮🇪 in Nov. 1/2 cost of BA inc bags. They made air travel affordable in EU!\n
4509                                                                                                                                                       @Reuters He must be speaking like this on purpose, right? So he can blame dementia in the future?\n\n\n\n\n\n\n\n\n\n\n\n\n\nOr is he really this ill?\n
4510                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4511                                                                                                                                                                 Falcons!! @CocaCola is offering $5,000 cash as part of punt pass contest at the game Saturday! I wouldn't want to m… https://t.co/QkgvfhZ6xM\n
4512                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4513                                                                                                                                                                              RT @Reuters: Under pressure from Trump, Tom Price resigns as health secretary over private plane uproar https://t.co/g2l9EvfGal\n
4514                                                                                                                                                                                        @ortiz_ea @Reuters I don't get good things in life so it can't be Pruitt, probably Mnuchin. This has been a fun game!\n
4515                                                                                                                                       @Janna30150015 @despertaferro74 @JulianAssange @KRLS @Google just like they did in 2016 Prez election \n\n\n\n\n\n\n\n\n\n\n\n\n\nDON'T FORGE… https://t.co/imqxqVlBGS\n
4516                                                                                                                                                                              RT @Reuters: Under pressure from Trump, Tom Price resigns as health secretary over private plane uproar https://t.co/g2l9EvfGal\n
4517                                                                                                                                                                                                                      @nathanedmondson @PayPal I prefer PayPal, but I also use Xoom. My wife swears by Venmo.\n
4518                                                                                                                                                                      RT @dotcommiguel: Is it true that @Google blocked websites and an app related to the #Catalonia #Referendum when "asked" by the Spani… \n
4519                                                                                                                                                                                  RT @Starbucks: 🍃Fall \n\n\n\n\n\n\n  🍁cups \n\n\n\n\n\n\n     🍂are \n\n\n\n\n\n\n        💛here! https://t.co/rzowInxmu0\n
4520                                                                                                                                                                                      RT @STK4: Happy #NationalCoffeeDay ☕️\n\n\n\n\n\n\n@Starbucks \n\n\n\n\n\n\n#يوم_القهوة_العالمي https://t.co/pudcKgI3dW\n
4521                                                                                                                                                                      RT @InpixonHQ: "Proper use of #analytics can help even the playing field." https://t.co/59IDgB3UEL (via @TechCrunch) @Adobe @ron_miller\n
4522                                                                                                                                                                       If my team wins, I could score BIG…Grab specially-marked @fritolay or @pepsi for your chance! https://t.co/ujeRRaGAko #TheyWinYouScore\n
4523                                                                                                                                                                                          Under pressure from Trump, Tom Price resigns as health secretary over private… https://t.co/s9gwQRkUc7 Via @Reuters\n
4524                                                                                                                                                             @CBSNews @CBS biased as @CNN &amp;other MSM #libtards! Get over it folks, Trump won! On the other hand he enjoys living… https://t.co/sk1yzTEpya\n
4525                                                                                                                                                                 @chris_grasu @BJHewitt @The_Trump_Train @McDonalds I belong to #Veteran groups, I know what we feel, and how we fee… https://t.co/8nCwFTQICO\n
4526                                                                                                                                                                 @chris_grasu @BJHewitt @The_Trump_Train @McDonalds I belong to #Veteran groups, I know what we feel, and how we fee… https://t.co/8nCwFTQICO\n
4527                                                                                                                                                                 RT @Reuters: Trump says has had four meetings in Fed chair search, will decide in two-three weeks https://t.co/etcDdepWLj https://t.co/1SZm…\n
4528                                                                                                                                                           RT @Nissan: Savage. \n\n\n\n\n\n\n#350Z #NISMO350Z #Nissan350Z\n\n\n\n\n\n\n🚗: Flossin350 \n\n\n\n\n\n\n📸: Jdautomovites https://t.co/AgcINAsr4y\n
4529                                                                                                                                                                                                                                              @NintendoAmerica you know, @Sony and @Microsoft would help fans\n
4530                                                                                                                                                                                                                    RT @JohnLegere: Get your Snake on! Yes, it works on @TMobile. 👍🏼https://t.co/8dUQ0BZ7Bc\n
4531                                                                                                                                                                 CMAC #Marketing Tip Of The Day | Fri., Sept. 29:  3 Tips For Promoting Your Co. on @facebook; https://t.co/NcwL6yb5kw (h/t @socialmedia2day)\n
4532                                                                                                                                                                                                                                                         @CocaCola "icola" whats up?? https://t.co/ubuvhDsgqQ\n
4533                                                                                                                                                                 Jfc @Apple what are y’all doing, figure out how to make your own emails not be a 50,000-char wall of nonsense I hav… https://t.co/hfzupcP1ws\n
4534                                                                                                                                                                                               RT @Reuters: Trump slow to implement Russia, Iran, North Korea sanctions law: senators https://t.co/FnGJdQAYnY\n
4535                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4536                                                                                                                                                                 @swahneee @HopeP44 @McDonalds This isn't an oscillated incident it happens all the time at McDonnell.. Blacks, ille… https://t.co/81XFah90hn\n
4537                                                                                                                                                                                               RT @Freddy22210180: Check out Moonstruck (VHS, 1996, Contemporary Classics)  https://t.co/U5fuA6VZHa via @eBay\n
4538                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4539                                                                                                                                                                                               RT @Reuters: Trump slow to implement Russia, Iran, North Korea sanctions law: senators https://t.co/FnGJdQAYnY\n
4540                                                                                                                                                                 RT @sergivicente: Plz @Google confirm/deny you've been ordered to delete #1O referendum links/app. If so, will u stop operating in Spain li…\n
4541                                                                                                                                                                                               RT @T_S_P_O_O_K_Y: The real collusion was here, between @HillaryClinton and @facebook  https://t.co/w9GpJEWkeK\n
4542                                                                                                                                                                         RT @slpng_giants: This is our surprised face. \n\n\n\n\n\n\n\n\n\n\n\n\n\nGet your shit together, @facebook! https://t.co/tHPjZiM2jw\n
4543                                                                                                                                                             RT @SpartyHawkCache: Ryan @SportsCardNews talks @UpperDeckE_Pack faux pas, no @Topps sales @amazon &amp; @ByronBuxton1 cards!@SportsCardRadio h…\n
4544                                                                                                                                                                           Check out A DRAM OF POISON, CHARLOTTE ARMSTRONG, 1964 , CREST, PRIZE-WINNING, VINTAGE &amp; RAR  https://t.co/lODo45WvS8 via @eBay\n
4545                                                                                                                                                                 RT @lindsay_rhodes: One of @Takk McKinley's dreads is currently for sale on @eBay. And the bid is up to $6,600. For hair. https://t.co/KeDr…\n
4546                                                                                                                                                                 RT @lofioramonti: Once again, corp giant @Nestle responsible for food insecurity, abuses and destruction of the commons https://t.co/p7MNIL…\n
4547                                                                                                                                                              @Reuters As long as they are white, rich &amp; christian. @realDonaldTrump will be adding Puerto Rico to the banned country list later tonight.\n
4548                                                                                                                                                                 RT @lindsay_rhodes: One of @Takk McKinley's dreads is currently for sale on @eBay. And the bid is up to $6,600. For hair. https://t.co/KeDr…\n
4549                                                                                                                                                                                            Check out #Vintage #Health Book, #Signed by Author, Dr. Douglas Thompson, 1925  https://t.co/xALDSXpy1y via @eBay\n
4550                                                                                                                                                                                                    RT @Reuters: S&amp;P 500, Nasdaq hit records on tech lift https://t.co/wO9QC9YDOi https://t.co/2Zjg19BJjw\n
4551                                                                                                                                                                                                    RT @Reuters: S&amp;P 500, Nasdaq hit records on tech lift https://t.co/wO9QC9YDOi https://t.co/2Zjg19BJjw\n
4552                                                                                                                                                                   RT @newtgingrich: Hosting a new history show on @facebook: "What If? History That Could've Been." Learn more/add to your watch list &gt;… \n
4553                                                                                                                                                                                                                                      RT @Google: Here's to brew, #NationalCoffeeDay. https://t.co/ryB74Z3Oet\n
4554                                                                                                                                                                 RT @sergivicente: Plz @Google confirm/deny you've been ordered to delete #1O referendum links/app. If so, will u stop operating in Spain li…\n
4555                                                                                                                                                                                               RT @T_S_P_O_O_K_Y: The real collusion was here, between @HillaryClinton and @facebook  https://t.co/w9GpJEWkeK\n
4556                                                                                                                                                                   When your former boss has a movie on @netflix, you watch it. @Janefonda and Bob #Redford in a very sweet film. #OurSoulsAtNight #DateNight\n
4557                                                                                                                                                                   When your former boss has a movie on @netflix, you watch it. @Janefonda and Bob #Redford in a very sweet film. #OurSoulsAtNight #DateNight\n
4558                                                                                                                                                                          Check out Febreze Small Spaces Starter Kit and Refills Value Pack, Linen/Sky, 0.36 Fluid #Febreze https://t.co/KmoursiKWy via @eBay\n
4559                                                                                                                                                          1 HOUR TO GO\n\n\n\n\n\n\nCheck out CHIACGO CUBS 2017 2 BOXS TRIPLE THREADS &amp; 1 BOX BOWMAN CHROME TEAM BREAK  https://t.co/f3EREHiYuu via @eBay\n
4560                                                                                                                                                                 RT @byajperez: UPDATED: Packers-Bears 'Thursday Night Football' game sees viewership bump, @amazon Prime Video numbers released. https://t.…\n
4561                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4562                                                                                                                                                                 RT @sergivicente: Plz @Google confirm/deny you've been ordered to delete #1O referendum links/app. If so, will u stop operating in Spain li…\n
4563                                                                                                                                                                 RT @sergivicente: Plz @Google confirm/deny you've been ordered to delete #1O referendum links/app. If so, will u stop operating in Spain li…\n
4564                                                                                                                                                                           RT @Reuters: Number of Syrian refugees admitted to U.S. in Aug. was 48, lowest since Sept. 2014. See impacts in #TheTrumpEffect:… \n
4565                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4566                                                                                                                                                                                       RT @Cisco: Cisco Head of Blockchain @Anannra talks planes, trains and #blockchain. Discover IoT at the intersection:… \n
4567                                                                                                                                                                            The nerve of @Ryanair !! Email received tonight. "Book now we'll cancel it later. You'll only lose £9.99" https://t.co/4odEGO056H\n
4568                                                                                                                                                                                 RT @Reuters: In this week's 'Talking Points,' the White House defends its tax plan against criticism that it benefits rich… \n
4569                                                                                                                                                                       RT @MuhorakeyeH: @oli4vb @Heineken If I were you,I will think twice?How about belastingdienst in your country?How much companies pay… \n
4570                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4571                                                                                                                                                                  @ATT after trying and failing to login to my account for the last 5 hours, it hit me why your data plans are so expensive. Wait a second...\n
4572                                                                                                                                                                                 RT @Starbucks: Today was 🙌! Your ❤️ of ☕️ is amazing—and supports farmers, their communities &amp; their crops. Thank you!… \n
4573                                                                                                                                                                        Check out this Amazon deal: Brightlings, Interactive Singing, Talking 15'... by Brightlings Plush https://t.co/YUOCN9MN3k via @amazon\n
4574                                                                                                                                       RT @BrotherVet: YOU ARE OUT OF TIME\n\n\n\n\n\n\n#BoycottNFLSponsors\n\n\n\n\n\n\n\n\n\n\n\n\n\n@AnheuserBusch @StateFarm @verizon @Ford @NFL @nflnetwork   @ESPNNFL… \n
4575                                                                                                                                                                                 RT @Reuters: In this week's 'Talking Points,' the White House defends its tax plan against criticism that it benefits rich… \n
4576                                                                                                                                                                                     Check out Authentic Rare Skull Von Zipper Wrist Cuff  Leather Wrap Bracelet - Red White 9" https://t.co/IzIRlSzgd7 @eBay\n
4577                                                                                                                                                                                 RT @Starbucks: Today was 🙌! Your ❤️ of ☕️ is amazing—and supports farmers, their communities &amp; their crops. Thank you!… \n
4578                                                                                                                                                                        RT @LORDKLEIN: Step 1 - turn on @CBS \n\n\n\n\n\n\nStep 2 - Watch @MacGyverCBS \n\n\n\n\n\n\nStep 3 - Live tweet with us!!! #MacGyver\n
4579                                                                                                                                                                            Check out CERAMIC TISSUE BOX COVER- White w/"TISSUE" Placed Vertically in Block Letters #Allure https://t.co/ZTo1hd1yBd via @eBay\n
4580                                                                                                                                                                             @Starbucks your app runs very poorly on Android. I have switched from Apple a year now, and your app has not run probably since.\n
4581                                                                                                                                                                                                               RT @Reuters: Trump to visit Asia in November, North Korea in spotlight https://t.co/QTNjka9fEq\n
4582                                                                                                                                                                                                              @Takk @eBay apparently it was against their "human body parts" policy.. https://t.co/MyMn1xmq7C\n
4583                                                                                                                                       RT @TKovachNashvil: KEEP IT UP, Y'ALL!!  The hashtag #TheKNEEstooges is starting to TREND.\n\n\n\n\n\n\n\n\n\n\n\n\n\ncc  @usaa @CourtyardHotels @Hyundai @Bridgeston…\n
4584                                                                                                                                                                              RT @Nike: Introducing the Nike @NBA Connected Jersey. Tap your jersey to unlock exclusive access to highlights, Nike gear, an… \n
4585                                                                                                                                                                             Check out HAND CROCHETED WHITE SHAWL w/FRINGE-Wrap Around, Triangular Shape, Cotton Blend #Any https://t.co/L21Jj1XpUT via @eBay\n
4586                                                                                                                                                                                  Check out Men's silk String bikini, Medium size fit 32"-35"   Color Gold #ailisilk #Brief https://t.co/0rTQw8BxS9 via @eBay\n
4587                                                                                                                                                                      Check out SOLID WOOD SALT SHAKER &amp; PEPPER MILL SET -Chrome Trim &amp; Grinder, Plastic Stopper #W https://t.co/wciUZwR4es via @eBay\n
4588                                                                                                                                                               RT @girlsreallyrule: @Walgreens @AndersonCoooper @ATT The spin that 40 out of 70 hospitals are "up &amp; running" are FALSE-they have NO COM… \n
4589                                                                                                                                                                              RT @Nike: Introducing the Nike @NBA Connected Jersey. Tap your jersey to unlock exclusive access to highlights, Nike gear, an… \n
4590                                                                                                                                                                                 RT @Starbucks: Today was 🙌! Your ❤️ of ☕️ is amazing—and supports farmers, their communities &amp; their crops. Thank you!… \n
4591                                                                                                                                                                                                                @carolmo106673 @McDonalds I'm upset people don't like our freedom. That's crazy to me, Carol!\n
4592                                                                                                                                                                                Check out Vintage '60s-'70s Smith-Corona Electra 220 Electric Typewriter w/Case, One Owner  https://t.co/bhkrxauJui via @eBay\n
4593                                                                                                 RT @FriendlyJMC: #NationalCoffeeDay Celebrate with free coffee OR special deals at \n\n\n\n\n\n\n@DunkinDonuts\n\n\n\n\n\n\n@Cinnabon\n\n\n\n\n\n\n@McDonalds\n\n\n\n\n\n\n\n\n\n\n\n\n\nNothing at⬇️ https:…\n
4594                                                                                                                                                                                     RT @Starbucks: ⚡️ You + Coffee = ❤️ #NationalCoffeeDay #CoffeeLoveCups\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/7bmprw4Vgw\n
4595                                                                                                                                                                                                                 #WeCarryEachOther. I still want more Dark Matter. @netflix, any chance of an 11th hour save?\n
4596                                                                                                     In Old times social media meant friends.\n\n\n\n\n\n\n\n\n\n\n\n\n\nToday\n\n\n\n\n\n\n@facebook @Twitter @WhatsApp\n\n\n\n\n\n\n\n\n\n\n\n\n\nAre ill tools of Violence n Hate. https://t.co/seYgyM9fF6\n
4597                                                                                                                                                                                               @elonmusk @Google @tim_cook (7/n) "...that a machine could use to buy and sell stocks for a massive profit..."\n
4598                                                                                                                                                                                                                            "The owners are very friendly and the food was delicious" @Groupon #HappyCustomer\n
4599                                                                                                                                                                  @Walmart Store’s open till midnight, but no one can hand me a pre-pail site2store hat past 8pm. “The system is shut down.” Waste of time!!!\n
4600                                                                                                                                                                                        RT @E6y7: Orange + blue + red \n\n\n\n\n\n\n@illustrator_sa @Illustrator @Adobe @AdobeDrawing https://t.co/96lLEy75mF\n
4601                                                                                                                                                                                     RT @Starbucks: ⚡️ You + Coffee = ❤️ #NationalCoffeeDay #CoffeeLoveCups\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/7bmprw4Vgw\n
4602                                                                                                                                                                                                                                                 @MappAlex @McDonalds Nah was too late, already fuckin home😭\n
4603                                                                                                                                                                 @facebook Well, it appears your founder has an issue with the truth, or he was just embarrassed to be a Hillary sup… https://t.co/J7AquJ8CfR\n
4604                                                                                                                                              RT @SportsNation: Which team has the best chance?\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt's the @Toyota #PulseOfTheNation poll results. Let's go! https://t.co/MjIHnEnypY\n
4605                                                                                                                                                    .@Microsoft killing #Skype for Business Online topped #collaboration news. But @Facebook, @IBM, @zoho also had news.\n\n\n\n\n\n\nhttps://t.co/okWqEpohZA\n
4606                                                                                                                                                                       If my team wins, I could score BIG…Grab specially-marked @fritolay or @pepsi for your chance! https://t.co/6JFT4HczGe #TheyWinYouScore\n
4607                                                                                                                                                                      RT @EricTrager18: After Saudi Arabia permits women to drive, @Nissan, @Ford, and @Volkswagen publish ads. Ford's is the most visually… \n
4608                                                                                                                                                                @AVMag @eBay @ESIDesign So proud of the ebay team and over the moon to win the award. Hard work does pay off.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@dan\n
4609                                                                                                                                                                        RT @RepGraceMeng: I urge @Google, @Apple, @Android and any other platform to not carry @bigotreegames “Dirty Chinese Restaurant.” 1/3\n
4610                                                                                                                                                                  The Stone Monkey by Jeffery Deaver (2002, Hardcover) https://t.co/WMcy8In0Iu @eBay #seo #Marketing #socialmediamarketing #SocialSelling #fb\n
4611                                                                                                                                                                                   Via @Reuters: Uber's Kalanick reignites power struggle, names two to board https://t.co/f5h5dYfuO9 https://t.co/jvropNjpbE\n
4612                                                                                                                                                                              RT @Reuters: Under pressure from Trump, Tom Price resigns as health secretary over private plane uproar https://t.co/g2l9EvfGal\n
4613                                                                                                                                                                 hey @CocaCola @CocaColaCo   If you care about water so much, how about funding my PhD involving remediation of Lake Erie/Maumee Watershed?:)\n
4614                                                                                                                                                                                          RT @GreenWasp3: @verizon Wifi/hotspots so bad in Eugene Oregon that my friend is getting bytes, not even kilobytes.\n
4615                                                                                                                                                                            RT @Reuters: In this week's "Taking the Shot," a closer look at the Rohingya crisis, through the lens of a Reuters photographer… \n
4616                                                                                                                                           RT @DustinWatten: Vegan/Adidas crew up to 2.\n\n\n\n\n\n\nHow are those Plant Based gains  @Dame_Lillard treating you homie?\n\n\n\n\n\n\n@adidas 🔜 any other v… \n
4617                                                                                                                                                                 @Reuters "We were already abusing these women and children, but feel sorry for them now because men are now sufferi… https://t.co/n3D9qzm2Ac\n
4618                                                                                                                                                                 RT @komodo032: @Reuters So they are being treated as you have treated outside media in your country and you don't like it WOW, LMFAO, get u…\n
4619                                                                                                                                                                 RT @netflix: Fun new feature: If you search "romantic comedies" on Netflix, @Harry_Styles will fly in through your window. Limited time off…\n
4620                                                                                                                                                                                                                                      RT @Google: Here's to brew, #NationalCoffeeDay. https://t.co/ryB74Z3Oet\n
4621                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4622                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4623                                                                                                                                                                                                        RT @Disney: You'll be bubbling, you'll be brewing on #NationalCoffeeDay! 👸☕️ https://t.co/xmKLBH6i7v\n
4624                                                                                                                                                                                               Worship Leader Handbook: Lead a Song, a Service, a Ministry by Rod E Ellis https://t.co/vts9hghdBo via @amazon\n
4625                                                                                                                                                                                   RT @Reuters: Cubans are heartbroken, angry can't seek U.S. visas in Havana https://t.co/xaaKG0Sm5A https://t.co/N8xbUapfb1\n
4626                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4627                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4628                                                                                                                                                                          @Ford @FordMustang hates #America therefore I suggest you buy @Kia @Dodge @chevy @Jeep etc, Fuck @Ford #BlueLivesMatter #FordIsShit\n
4629                                                                                                                                                                 #amazinglight:'LEDMALL Full Spectrum Motion Star Effects 7 color WHITE Laser Christmas L...', for 349.99 via @amazon https://t.co/vtAtiVX7Tl\n
4630                                                                                                                                                                       Check out MCCALLS PATTERN 8387 ~ 13" &amp; 20" STUFFED SNOWMAN SNOW WOMAN  SNOW FAMILY ~ NEW #McCall https://t.co/rn8vBeMN8R via @eBay\n
4631                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4632                                                                                                                                                                            RT @Disney: Learn how to draw characters from #DisneyFrozen, #BigHero6, and Catch My Breath with @disneyanimation's Paul Briggs… \n
4633                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4634                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4635                                                                                                                                                                  @AndorianIP @TheAmyCarlson @BlueBloods_CBS @CBS @DonnieWahlberg Can't believe the Reagan "Matriarch " is Gone ....… https://t.co/a8bMt0jCvt\n
4636                                                                                                                                                                                               Thanks, Gerald’s Game, for completely destroying any chance I had at sleep tonight. @netflix has done it again\n
4637                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4638                                                                                                                                                                 @TMobile @Zedd T-Mobile here guilty of felony fraud by tricking my husband into upgrading, claiming his phone insur… https://t.co/ulfAtlMsrz\n
4639                                                                                                                                                                          Check out MENS BELTED CARGO SHORTS SIZES: 46, 48, 50 COLOR: SAFARI TRAIL (MILITARY KHAKI) #Sonoma https://t.co/FHsB3kFUQA via @eBay\n
4640                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4641                                                                                                                                                                      RT @DrJimmyStar: Check out NECA Terminator 2 Judgement Day Ultimate 7" T-800 Video Game Action Figure NIB https://t.co/FQYqVLTcSI @eBay\n
4642                                                                                                                                                                 @amazingwillnet @TheAmyCarlson @BlueBloods_CBS @CBS @DonnieWahlberg Yes, even Hawaii Five-0 handled their departure… https://t.co/ymoypm6eNb\n
4643                                                                                                                                       RT @CraigHoffman11: Engager Erica H. went above and beyond to send us this black and white #photograph!\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Starbucks @Hersheys https://t.co/…\n
4644                                                                                                                                                                 I just listed: 'Easter Egg Treat Filling Container,made in Germany (Easter Bunny/Chicks ho..', for 21.95 via @amazon https://t.co/prCH89ppAK\n
4645                                                                                                                                                                 Being unable to get our @RokuPlayer connection to @CBS All Access to function for more than 3 minutes at a time, @startrekcbs is Dead to Me.\n
4646                                                                                                                                                                                                      Womens Prints Floral 3/4 Sleeve Crew Neck Top Tshirt Blue,S Halife https://t.co/pviuqVnZji 来自 @amazon\n
4647                                                                                                                                                                              RT @cindyfawn: I'm boycotting @verizon and @SIRIUSXM \n\n\n\n\n\n\n#boycottNFL\n\n\n\n\n\n\n#NoFansLeft https://t.co/ouVuxknH8E\n
4648                                                                                                                                                                                        Check out Two (2) Lenox Montclair B501 Salad Plates Platinum Trim 8 1/4" EUC #Lenox https://t.co/1xmvsSAxMY via @eBay\n
4649                                                                                                                                                                                                                                         Forget @netflix, more like @BattleBots and chill. #bringoutthebots 🕹\n
4650                                                                                                                                                                                 RT @Starbucks: You tweet, we doodle. We love your love of coffee! #CoffeeLoveCups #NationalCoffeeDay https://t.co/gtcWMCt8zC\n
4651                                                                                                                                                                                                                            Hey @netflix, need some CanCon suggestions? \n\n\n\n\n\n\nhttps://t.co/HiDQ8jNwEW\n
4652                                                                                                                                                                  RT @VTPromos: Card stunt 2018 coming Saturday, courtesy of @CocaCola &amp; @kroger! East &amp; West stands between the 1st/2nd QTR. Don't… \n
4653                                                                                                                                                                             RT @Adobe: At just 24 yrs old, artist @FilipHodas has created a ground-breaking 3D style unlike any other. Behind his process:… \n
4654                                                                                                                   RT @theholly_wilson: OMYGOD!! @Apple PUT IT BACK! \n\n\n\n\n\n\n\n\n\n\n\n\n\nThis is horrible......\n\n\n\n\n\n\n\n\n\n\n\n\n\nAre we in the 80's again........😳 https://t.co/HpsaZLTXhs\n
4655                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4656                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4657                                                                                                                                                    @WalmartcomUS this fixture rocks! You said 5 lights but threw in an extra one &amp; @Walmart added a bonus blue bra!\n\n\n\n\n\n\nhttps://t.co/WuyVLmm4Qb\n
4658                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4659                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4660                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4661                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4662                                                                                                                                                                                 RT @Reuters: In world of fast-paced Trump satire, 'The Simpsons' go medieval https://t.co/ndVcjm1LFp https://t.co/LSzH4RAlcn\n
4663                                                                                                                                                                          Check out 13" MacBook Air Screen Repair Replacement Service One Low Fee - No Hidden Costs! #Apple https://t.co/leM7b7M39E via @eBay\n
4664                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4665                                                                                                                                                                      If my team wins, I could score BIG…Grab specially-marked @fritolay or @pepsi for your chance! https://t.co/uUkjE9Nagn #TheyWinYouScorem\n
4666                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4667                                                                                                                                                                               RT @JKellerHD: Great convo w @SAP @stefanries66 via @VivienShiaoBT #HR has evolved over time, &amp; with cutting edge #tech,… \n
4668                                                                                                                                                                                   RT @Reuters: American convicted of supporting al Qaeda, aiding bomb attack https://t.co/e6Cu2TlQ1o https://t.co/5ynzQA21rh\n
4669                                                                                                                                                                                                                                    Twitter character limit ftw, oh well. @AMD @intel https://t.co/nOUz2oJRgZ\n
4670                                                                                                                                                                  RT @Charlitosway: aye man, @UPS If I'm shipping 2 box full of goods to PR knowing the crisis the island in, ya'll shouldn't tax us so high…\n
4671                                                                                                                                                                                      RT @Dmorrison1979: Hey @Visa, mind checking out of your advertising on Breitbart? @slpng_giants https://t.co/nZxalLjJpA\n
4672                                                                                                                                                                                   RT @Reuters: American convicted of supporting al Qaeda, aiding bomb attack https://t.co/e6Cu2TlQ1o https://t.co/5ynzQA21rh\n
4673                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4674                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4675                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4676                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4677                                                                                                                                            RT @SportsCenter: 86 yards. To the house!\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch how USC's Ronald Jones II gave the Trojans the lead back in the @CocaCola Instant Re… \n
4678                                                                                                                                                                                              I just listed: 'The Spirit of Christmas: Creative Holiday Ideas', for 24.95 via @amazon https://t.co/CJ9WEidy4I\n
4679                                                                                                                                                                                                                                     RT @berriojo1: Hey @Apple , Help #PuertoRico !!! https://t.co/uCYgnKWEsa\n
4680                                                                                                                                                             @TheRealRicard @Reuters Wake up &amp; smell the coffee Cuellar... U R living in the past... did U use a kneeling pad, o… https://t.co/uHPFifinyN\n
4681                                                                                                                                                                                 Check out Old Factory Candles Set Of 3 - Hippy Mix Cannabis, Incense, &amp; Bag O Cookies -Soy https://t.co/kZEYCXcFFo @eBay\n
4682                                                                                                                                                                                                                    RT @somethingdere: Damn, how hard is it to spell Nada? @Starbucks https://t.co/m95dpD2pt2\n
4683                                                                                                                                                                                              It’s live! Wolves of Wrath: Book 4, The Gypsy Healer Series by Quinn Loftis https://t.co/aatHafFApe via @amazon\n
4684                                                                                                                                                                          RT @MarcRennard: This week, @orangebw launches a new international @Visa card, available for its 530.000 #OrangeMoney customers !… \n
4685                                                                                                                                                                                  RT @BP_plc: ✈⛽ 9 million passengers every day, 26,000 commercial aircraft and 63 million jobs. Aviation is big business:… \n
4686                                                                                                                                                                                Check out 1 Strand 7 Pcs Rose Quartz Chalcedony Heart 14x17-19mm 925 Silver Plated 7" Long  https://t.co/guxwJc2aDi via @eBay\n
4687                                                                                                                                                                 @PandoDaily Love your work! Curious, do you think that @Twitter @facebook @reddit are Nazi sympathizers? We put tog… https://t.co/NYEmx5JCsR\n
4688                                                                                                                                                                                RT @anothersrhubarb: Still clinging to the hope @netflix might say 'We voted not to space you'\n\n\n\n\n\n\n#WeCarryEachOther\n
4689                                                                                                                                                       RT @michele_martin: @JeanHollowayPhD @SeattleSoaker @dougiepen @netflix I agree. A very intelligent show. \n\n\n\n\n\n\nDarn about the cancellation!… \n
4690                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4691                                                                                                             RT @manukumarjain: Guess, who visited our #MiHome? \n\n\n\n\n\n\n\n\n\n\n\n\n\n@satyanadella, CEO of @Microsoft 👐\n\n\n\n\n\n\n\n\n\n\n\n\n\nOur founder @leijun hosted Satya &amp; explained… \n
4692                                                                                                                                                             RT @bazluhrmann: THE SECRET LIFE OF FLOWERS, our film for @erdem &amp; @hm, with new music by @yearsandyears is out now... #ERDEMxHM https://t.…\n
4693                                                                                                                                                                RT @JohnOberg: Friends, I need your help! @McDonalds is misleading the public with an "animal welfare policy" that is BS. 😡 Pls RT! https:/…\n
4694                                                                                                                                                                 RT @IbranElCryssa: On the day Kevin Spacey is exposed as a pedophile &amp; @netflix cancels House of Cards, NAMBLANTIFA is protesting agai… \n
4695                                                                                                                                                                                                                    RT @Nike: We’ve all been there. Happy #airmax day, @Money23Green. https://t.co/HVH2tZPFjl\n
4696                                                                                                     RT @musicalcasualty: @netflix Eleven took the route 422 bus to go find her sister\n\n\n\n\n\n\n\n\n\n\n\n\n\n4\n\n\n\n\n\n\n+\n\n\n\n\n\n\n2\n\n\n\n\n\n\n+\n\n\n\n\n\n\n2\n\n\n\n\n\n\n=\n\n\n\n\n\n\n8\n
4697                                                                                                                                                                                                 Check out 2009 44c Winter Holidays, Block of 4 Scott 4425-28 Mint F/VF NH  https://t.co/DeWXl4BMqY via @eBay\n
4698                                                                                                                                                                    RT @Reuters: Australia's Westpac was a lead actor in rates rigging, regulator tells court https://t.co/l4mx11mJoa https://t.co/3dL3uzLjpP\n
4699                                                                                                                                                                               @TM9000 @EuroGuido @GuidoFawkes @GoldmanSachs They did, but @EuroGuido lives in a cloud cuckoo land of ignorance &amp; naivety\n
4700                                                                                                                                                                          RT @Nike: Eliud Kipchoge - 2:00:25\n\n\n\n\n\n\nThe barrier just got that much closer. #Breaking2 #JustDoIt https://t.co/uw9Dz1zknE\n
4701                                                                                                                                       RT @AHamiltonSpirit: Here's a video of Trump saying he knows Putin. #TheResistance needs to get this on TV.\n\n\n\n\n\n\n@CNN @maddow @MSNBC @CBS @NBC\n\n\n\n\n\n\nh…\n
4702                                                                                                                                           RT @SportsNation: The 4-point stance is real.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@marcelluswiley breaks down the technique On The Go with @Toyota: https://t.co/rDuxefDxd0\n
4703                                                                                                                                                                                       RT @sea: @bouch137 @Apple Song exploder, How I built this, Reply All, Pod Save America, joe rogan, Tim ferriss... you?\n
4704                                                                                                                                                                     RT @milliebbrown: Awww!! @DavidKHarbour @ShawnLevyDirect @netflix #StrangersThings2  so blessed \n\n\n\n\n\n\n❤️❤️ https://t.co/lGdEs6gsx7\n
4705                                                                                                                                                                                                                RT @Reuters: South Korea, China say to mend ties after THAAD standoff https://t.co/q72oPdfHZ1\n
4706                                                                                                                                       @comcast When is Twitter going to mark this ad as political, and show how much they've spent? \n\n\n\n\n\n\n\n\n\n\n\n\n\nAlso: fuck you comc… https://t.co/j6TylJ22zt\n
4707                                                                                                                                                                   @charleygoff_ @Pr1ncessSyd @Android @Apple was a Mac Genius. But back when I got into smartphones, iPhones couldn't take sd cards and they\n
4708                                                                                                                                                                                         RT @nataliaisaevich: @Samsung announces three new CEOs and posts record profits\n\n\n\n\n\n\nhttps://t.co/E2oqEWZJLU\n
4709                                                                                                                                                                 RT @T_Zano: Great tool from @Google - #Colaboratory is a Docs-like, Jupyter-based tool to collaborate on #DataScience Projects https://t.co…\n
4710                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4711                                                                                                                                                     @acockroft @Nestle UK companies fall into foreign ownership\n\n\n\n\n\n\nNew owners think they know better about products we've… https://t.co/BYeDxxiv8v\n
4712                                                                                                                                       RT @AHamiltonSpirit: Here's a video of Trump saying he knows Putin. #TheResistance needs to get this on TV.\n\n\n\n\n\n\n@CNN @maddow @MSNBC @CBS @NBC\n\n\n\n\n\n\nh…\n
4713                                                                                                                                                                           RT @ATT: Check, 1, 2. Tune in to #TaylorSwiftNOW only on @DIRECTV and @DIRECTVNOW. https://t.co/xAN2YPubQt https://t.co/CQo3XpPei2\n
4714                                                                                                                                         RT @Nike: We don’t need another running shoe.\n\n\n\n\n\n\n\n\n\n\n\n\n\nComing tomorrow to https://t.co/AN4rV05iA9. #LunarEpic\n\n\n\n\n\n\nhttps://t.co/pD855uqZzu\n
4715                                                                                                                                                                    And then had a @McDonalds signature burger 🍔 which nothing had been chopped properly, looked like Ronald McDonald himself made it #clown\n
4716                                                                                                                                                                                                     @Ryanair And thereby hangs the problem, there were no staff to ask and your customer service had closed.\n
4717                                                                                                                                                                                                                                Apple iPhone 5 16 GB Verizon, Black Apple https://t.co/8jLM1Ck9Zb via @amazon\n
4718                                                                                                                                                                                                                                 @PayPal No way how to change conversion option, no way to set card currency.\n
4719                                                                                                                                                    RT @sumeetkumarp: Just in: Google finally launches the Google Pixel 2 and Google Pixel 2 XL. #technews #madebygoogle @Google \n\n\n\n\n\n\nhttps://t.co/…\n
4720                                                                                                                                                                        So the #UX of the new @ApplePodcasts app is truly awful... Why did you do it, @Apple? 😩Does anyone have a better option? #podcasting\n
4721                                                                                                                     RT @StormingTime: TimeStorm @amazon\n\n\n\n\n\n\n"Brilliant!" \n\n\n\n\n\n\nEpic time travel thriller\n\n\n\n\n\n\nUS https://t.co/kkhTE1cPjr \n\n\n\n\n\n\nUK https://t.co/7jg2eJatF6… \n
4722                                                                                                                           RT @adidas: The past accelerates the present. \n\n\n\n\n\n\nThe @davidbeckham capsule collection.\n\n\n\n\n\n\nAvailable today.\n\n\n\n\n\n\n#HereToCreate https://t.co/al7Wp7K325\n
4723                                                                                                                                                @Reuters Do You want to #install_wordpress and setup Theme Like Demo &amp;\n\n\n\n\n\n\nWant to build #Beautifull_Website?Please con… https://t.co/7nkv11MhGH\n
4724                                                                                                                                                                                RT @midiaresearch: With Jay Hunt's move to @Apple, who is going to become the next-gen TV operator? https://t.co/n6NPSEdYa4… \n
4725                                                                                                                           RT @adidas: The past accelerates the present. \n\n\n\n\n\n\nThe @davidbeckham capsule collection.\n\n\n\n\n\n\nAvailable today.\n\n\n\n\n\n\n#HereToCreate https://t.co/al7Wp7K325\n
4726                                                                                                                           RT @adidas: The past accelerates the present. \n\n\n\n\n\n\nThe @davidbeckham capsule collection.\n\n\n\n\n\n\nAvailable today.\n\n\n\n\n\n\n#HereToCreate https://t.co/al7Wp7K325\n
4727                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4728                                                                                                                                                                          RT @YDBUK: FOLLOW &amp; RETWEET TO #WIN THIS @Apple MacBook Pro 15-inch, 512GB. Ends: 30/11/17 #COMPETITION https://t.co/iFQBlfEz6F\n
4729                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4730                                                                                                                                                     RT @Nestle: One week to go! Pitch #Nestlé &amp; @Ashoka your solutions to big sustainability issues:\n\n\n\n\n\n\n\n\n\n\n\n\n\n https://t.co/9YGseNc9wD\n
4731                                                                                                                                                                                RT @IBM: TJ is becoming a guide 🐶 with the help of #IBMWatson, but today he’s  taking a break for #Halloween fun. 🎃  👁️🐝Ⓜ️… \n
4732                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4733                                                                                                                                                RT @PrizeSquad: FOLLOW &amp; RETWEET TO #WIN THIS @Apple iPad Mini 4 Gold, 128GB! \n\n\n\n\n\n\n(Wi-Fi + Cellular) Ends: 22/11/17\n\n\n\n\n\n\n#COMPETITION… \n
4734                                                                                                                                                                                                              RT @Reuters: China, South Korea agree to mend ties after THAAD standoff https://t.co/kYw3PbJ0tR\n
4735                                                                                                                                         @Nike  X @OffWht  |@virgilabloh hyperdunk 2017 FK\n\n\n\n\n\n\nraffle open\n\n\n\n\n\n\noffspring https://t.co/nG2SuygxUh\n\n\n\n\n\n\nend.… https://t.co/8gOz0yvYtC\n
4736                                                                                                                                       RT @kim_soler: Catalan president @KRLS, 12:30pm at @BrusselsPressCl, Rue Froissart 95, Brussels.\n\n\n\n\n\n\n\n\n\n\n\n\n\nFYI @Reuters @ftbrussels @nytimes @AP @BB…\n
4737                                                                                                                                                                                                                            Chris Bailey leaving @Burberry? That's a bit of a shocker, and big shoes to fill.\n
4738                                                                                                                                                                                                  @BP_plc I'm always ready to give you the best lead generation service.\n\n\n\n\n\n\nhttps://t.co/EpQOjBOl4B\n
4739                                                                                                                                                                       RT @WalkerAlex10: Don't forget #MajorCrimes fans, the team is back 10/31 tune in #SaveMajorCrimes @amazon @AmazonVideo @AllAccessCBS… \n
4740                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
4741                                                                                                                                                                                                                                              @surfsupnet @netflix Give me the Halloween series, team Michael\n
4742                                                                                                                                       RT @AHamiltonSpirit: Here's a video of Trump saying he knows Putin. #TheResistance needs to get this on TV.\n\n\n\n\n\n\n@CNN @maddow @MSNBC @CBS @NBC\n\n\n\n\n\n\nh…\n
4743                                                                                                                                                                 RT @Reuters: WATCH: Carbon dioxide levels grew at record pace in 2016, U.N. says https://t.co/llFT7n5GMg via @ReutersTV https://t.co/UGRMyH…\n
4744                                                                                                                                                                                  RT @TMobile: Be ready for your next iPhone. Join our iPhone upgrade program for free!\n\n\n\n\n\n\n https://t.co/ELb8YQspF6\n
4745                                                                                                                                                                                         Fall Table Runner, Quilted Runner, Thanksgiving, Handmade Runner Patchwork Mo... https://t.co/z4341tmtGe via @amazon\n
4746                                                                                                                                          @HighlandWriter @ronbuch @Tighnacoille @kuantancurls @stahlyhaggis @Tesco Is it because those raspberries are British?\n\n\n\n\n\n\n\n\n\n\n\n\n\nYes, that is why.\n
4747                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4748                                                                                                                                                                                                                                                                   @Ryanair That’s fine, thanks for replying!\n
4749                                                                                                                                                                 RT @corosanite: The complex, intriguing and exciting state when culture, tecnology, and real estate converge. #HQ2 @amazon https://t.co/e5Z…\n
4750                                                                                                                                                                          RT @YDBUK: FOLLOW &amp; RETWEET TO #WIN THIS @Apple MacBook Pro 15-inch, 512GB. Ends: 30/11/17 #COMPETITION https://t.co/iFQBlfEz6F\n
4751                                                                                                                                       RT @AHamiltonSpirit: Here's a video of Trump saying he knows Putin. #TheResistance needs to get this on TV.\n\n\n\n\n\n\n@CNN @maddow @MSNBC @CBS @NBC\n\n\n\n\n\n\nh…\n
4752                                                                                                                                                                                                           @squirrellytwo @Apple That is so true. Glad she's got big dreams, I guess she got that from me. 😳\n
4753                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
4754                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
4755                                                                                                                                                                                            We are proud to be an @Oracle Partner of the Year! \n\n\n\n\n\n\n#cloud #OraclePartnerDay https://t.co/RbFLfSHKV3\n
4756                                                                                                                                                                 RT @mudboundmovie: An unlikely brotherhood, forged through the mud. A @netflix film #Mudbound, premieres November 17. https://t.co/QZ2ouacj…\n
4757                                                                                                                                                                              RT @LisaSu: Happy to welcome the newest members of our @AMDRyzen family with new commercial systems from @HP, @Dell, @lenovo.… \n
4758                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
4759                                                                                                                                                                   RT @Reuters: China considers three-year jail terms for disrespecting national anthem, flag https://t.co/2deqo4i2oq https://t.co/gsGr29g6vZ\n
4760                                                                                                                                                                                                                              Check out Lap Quilt Blue/Green Monet 42"X53"  https://t.co/KC2BdzHJeC via @eBay\n
4761                                                                                                                                                                   RT @Reuters: China considers three-year jail terms for disrespecting national anthem, flag https://t.co/2deqo4i2oq https://t.co/gsGr29g6vZ\n
4762                                                                                                                                                                               Check out Hobo Nickel "A Cry In The Wilderness" Eagle Coin by Howard Thomas  https://t.co/grZ2nuWUDT via @eBay @PurrgatoryCats\n
4763                                                                                                                                                                                  RT @nataliaisaevich: Driverless car technology could leave users asleep at the wheel, warns @Google https://t.co/K5qd09Ulgn\n
4764                                                                                                                                                                                Check out THIS IS NEXT - VOLUME 1 - INDIE'S BIGGEST HITS - BLOC PARTY, COLD WAR KIDS, M WA  https://t.co/TvDpcGjOar via @eBay\n
4765                                                                                                                                                                                   Check out Easter Themed Vintage Craft Miniatures Carrots, Roblee Brand Mini Decorations  https://t.co/gf9D3pGcTb via @eBay\n
4766                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4767                                                                                                                                                                 RT @WestinGCayman: A5: But really, exploring Austria in this @BMW I8 was a pretty good way to feel alive! #travelpics https://t.co/TM1MmWdM…\n
4768                                                                                                                                                RT @TMobile: #HR4HR’s rounding third and headed home!\n\n\n\n\n\n\n\n\n\n\n\n\n\nNearly $1M raised so far on tweets alone. Finish the Fall Classic 💪 tweet… \n
4769                                                                                                                                                             RT @winitonline: FOLLOW @PrizeSquad &amp; RETWEET TO #WIN THIS @Apple iPad Mini 4 Gold, 128GB! \n\n\n\n\n\n\n(Wi-Fi + Cellular) Ends: 22/11/17… \n
4770                                                                                                                                                                                     WheelWitness HD PRO PLUS Premium Dash Cam w/ WiFi &amp; GPS, iPhone Android Compa... https://t.co/7lFl00ga6a via @amazon\n
4771                                                                                                                                                                                                                   Build Rich, Native #Mobile #Apps Without Writing Any Code via @SAP https://t.co/Z6DByOQUEd\n
4772                                                                                                                                     RT @FIFAcom: “I enjoyed every moment of this tournament"\n\n\n\n\n\n\nWe hear from @adidas Golden Boot winner @RhianBrewster9 \n\n\n\n\n\n\n#FIFAU17WC\n\n\n\n\n\n\n👉… \n
4773                                                                                                                                                                  @Kiwigirl58 @Reuters Following your logic, why build anything in Miami? It's going to be underwater in a few years thanks to #ClimateChange\n
4774                                                                                                                                                                                                   RT @mcdonaldsindia: Okay, @Apple  and @Google, let’s end the debate.  #BurgerEmoji https://t.co/tzRZJOYYQH\n
4775                                                                                                                                                                                    Check out Vintage Large Ceramic Christmas Tree Green snow Lighted w/ Colored Bulbs 18"  https://t.co/qbUMQ4HVPZ via @eBay\n
4776                                                                                                                                                                                                           RT @Reuters: Manafort spent millions on homes, rugs, clothes: court filing https://t.co/wwk6OoO6db\n
4777                                                                                                                                                                                                                                                 @Reuters Uh, maybe not.\n\n\n\n\n\n\nhttps://t.co/1BZPEckiZS\n
4778                                                                                                                                                                                @TMobile Poop emoji,master chief, wonder woman, and a pirate! Happy Halloween  #Thankenstein #contest https://t.co/XYUMXpKNc8\n
4779                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4780                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4781                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4782                                                                                                                                        RT @benjaaquila: #Loev A gay #India movie released on @netflix\n\n\n\n\n\n\nhttps://t.co/cgMiep64k1\n\n\n\n\n\n\n#LGBT #Equality @benjaaquila https://t.co/HJsKcCSywM\n
4783                                                                                                                                                                 RT @VogueRunway: BREAKING: After nearly 17 years at @Burberry, Christopher Bailey will leave the company after his Spring 2018 show. https:…\n
4784                                                                                                                                                                                               RT @Reuters: Under Armour slashes 2017 forecast, revenue falls https://t.co/JVrDE3wgGe https://t.co/GGVO2cS11x\n
4785                                                                                                                                                                                RT @bworldph: Most businesses believe digital payments improve financial standing, @PayPal survey says | via @elijahtubayan… \n
4786                                                                                                                                                                               RT @Reuters: Kremlin: Syria, oil high on Putin's agenda on trip to Iran on Wed https://t.co/GhxKeH7sat https://t.co/dQnVThpken\n
4787                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4788                                                                                                                                                  RT @PrizeSquad: FOLLOW &amp; RETWEET TO #WIN THIS @Samsung Galaxy Note 8, 64GB! #GIVEAWAY #COMPETITION \n\n\n\n\n\n\nEnds: 27/11/17 https://t.co/I3rlJivCkt\n
4789                                                                                                                                   RT @FIFAcom: @RhianBrewster9 @England @LFC #FIFAU17WC | AWARDS\n\n\n\n\n\n\nGolden Glove: G.Brazao🇧🇷\n\n\n\n\n\n\n@adidas Bronze Ball: R.Brewster🦁\n\n\n\n\n\n\n@adidas… \n
4790                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4791                                                                                                                                                                                        RT @Reuters: In Russia probe, Mueller's first charges a show of force https://t.co/3R5NEavxkr https://t.co/Bny8vgegeg\n
4792                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4793                                                                                                                                                                            RT @BP_plc: 📹 We're proud to be part of the #OGCI, which is committed to the direction set out by the Paris Climate Agreement.… \n
4794                                                                                                                                                                                                                                                                               @hm @NICKIMINAJ Beautiful,nice\n
4795                                                                                                                                                                               RT @Reuters: Kremlin: Syria, oil high on Putin's agenda on trip to Iran on Wed https://t.co/GhxKeH7sat https://t.co/dQnVThpken\n
4796                                                                                                                                                                          RT @YDBUK: FOLLOW &amp; RETWEET TO #WIN THIS @Apple MacBook Pro 15-inch, 512GB. Ends: 30/11/17 #COMPETITION https://t.co/iFQBlfEz6F\n
4797                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4798                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4799                                                                                                                                                                 On this day Oct 31st, 2014 the Securities Division of the SC shut down #ShawnWheeland company BWI! Happy to have helped! Always @Google him.\n
4800                                                                                                                                                                                Check out *RARE* MARVEL SPIDERMAN BOBBLE BUDDIES - VENOM 6" BOBBLE HEAD RESIN FIGURE-BOXED  https://t.co/qrlX74zk9F via @eBay\n
4801                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4802                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4803                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4804                                                                                                                                                                 @Apple @AppleSupport - b/c ‘News App’ doesn’t update in bckgrd , guess what NYC straphangers see if sans signal (ie… https://t.co/1CJUY8Wu6x\n
4805                                                                                                                                                                                          RT @Angie_Harmon: Dear @Starbucks drive through... \n\n\n\n\n\n\n\n\n\n\n\n\n\nI LOVE YOU WITH EVERYTHING THAT I AM\n
4806                                                                                                                                                                                Check out HAMMERED COPPER TABLE LAMP w/RAW SILK-LIKE SHADE  Antiqued Finish, Tea Pot Shape  https://t.co/18ZbA943sH via @eBay\n
4807                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4808                                                                                                                                                                                         RT @Reuters: Sacked Catalan leader Puigdemont says accepts snap election, not seeking asylum https://t.co/BPfxtMEsUf\n
4809                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4810                                                                                                                                                                   #Rouhani:“We have built, are building &amp; will continue 2 build #missiles. @Reuters #Iran #IRGC_Out @nikkihaley… https://t.co/fzzLAbLLZf\n
4811                                                                                                                                                                          RT @Reuters: Bank of England sees up to 75,000 finance job losses after Brexit: BBC https://t.co/VtYt62Ls8o https://t.co/QxhNdH3Qk9\n
4812                                                                                                                                                                                      RT @drs_Andor: @ISACANews @Oracle That's not sponsoring that's just being misused for direct marketing, well done ISACA\n
4813                                                                                                                                                                                                                          @Reuters Damn, he drank the koolade and made a tinfoil hat. Dementia kicking in 🤷‍♀️\n
4814                                                                                                                                                                                 RT @Reuters: Two ex-Trump aides charged in Russia probe, third pleads guilty https://t.co/rQycTUOxEm https://t.co/GmTArhZTjI\n
4815                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4816                                                                                                                                                                 @TMobile Don't be a hallowed weinie, be a winner! Walk this way as the gate keeper opens up to the best network nat… https://t.co/lbGRlsoXkM\n
4817                                                                                                                                                 RT @TMobile: This @MLB Postseason, we’re donating $20K for each home run, plus another $2 for every tweet with #HR4HR\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet’s bre… \n
4818                                                                                                                                                                     It is the perfect Halloween costume, an 'I donated blood sticker'. Get yours today at @Allianz in Petaluma 10-2p https://t.co/a2qgfLU6Mg\n
4819                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4820                                                                                                                                                             #Twins #ChildrensPlace "Mom &amp; Dad Need a Silent Night" Longsleeve Bodysuit 9-12M #christmas #silentnight #ebay https://t.co/St9T4SZt2r @eBay\n
4821                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4822                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
4823                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4824                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4825                                                                                                                                                                       Just saw this on Amazon: The Pumpkin Cookbook, 2nd Edition: 139 Reci... by DeeDee Stovel for $9.99 https://t.co/osoirNupmr via @amazon\n
4826                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4827                                                                                                                                              RT @Starbucks: So much to love,\n\n\n\n\n\n\nSo much to share.\n\n\n\n\n\n\nSo much #MoltenChocolate\n\n\n\n\n\n\nSending ❤️ everywhere. https://t.co/SnfCjQ3k8d\n
4828                                                                                                                                                                                                   RT @mcdonaldsindia: Okay, @Apple  and @Google, let’s end the debate.  #BurgerEmoji https://t.co/tzRZJOYYQH\n
4829                                                                                                                                                               So the real winners of #BurgerEmoji debate between @Google and @Apple are @mcdonaldsindia and @KFC_India \n\n\n\n\n\n\nhttps://t.co/ahpNk5IOck\n
4830                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4831                                                                                                                                                                 @mydemocracy @facebook @NBCNews You claim to want people to stop “using politics as a weapon against the people,” y… https://t.co/FUnVJG4eTi\n
4832                                                                                                                                                                 @aka_Scratch @AmazonHelp @amazon @amazongames I have same issue, no update on status yet.  This seems to a large is… https://t.co/LYVH5jJ5jR\n
4833                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4834                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4835                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4836                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
4837                                                                                                                                                                            RT @TMobile: Happy Halloween! Submit your costume pics with #Thankenstein + #Contest to win a spooky trip to London, plus other… \n
4838                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4839                                                                                                                                                                   RT @RoyalMINREX: Thank You @Google &amp; #Cuba; for just in one day, over 2,000 #Cubanos have seen the vision of His Majesty. #RoyalMaya… \n
4840                                                                                                                                                         RT @cspan: TODAY C-SPAN3: Live coverage of @Facebook, @Twitter, &amp; @Google on #Russia &amp; 2016 election. https://t.co/xmdV0tqN6S https://t.co/…\n
4841                                                                                                                                                                 RT @IbranElCryssa: On the day Kevin Spacey is exposed as a pedophile &amp; @netflix cancels House of Cards, NAMBLANTIFA is protesting agai… \n
4842                                                                                                                                                                                                               RT @Reuters: One dead, manhunt under way after shooting at Utah campus https://t.co/cLbRZ2Jwov\n
4843                                                                                                                                                                     RT @cspan: .@Twitter, @Facebook &amp; @Google testify before @SenJudiciary on Russia &amp; 2016 Election – LIVE at 2:30pm ET on C-SPAN… \n
4844                                                                                                                                                                                                     Check out Country Life decorative paper, laminated bookmark  #Bookmark https://t.co/ctVfyc7rBq via @eBay\n
4845                                                                                                                                            Group admins in @facebook can now temporarily block members!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#StartupStories #Facebook #facebooknews #TechNews https://t.co/zVnP50Mfz4\n
4846                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4847                                                                                                                                                                            @TMobile Do you think they’ll let me carry-on my tub, or will I have to check her? #Thankenstein #Contest https://t.co/FQQ3GFJ8hy\n
4848                                                                                                                                              RT @Starbucks: So much to love,\n\n\n\n\n\n\nSo much to share.\n\n\n\n\n\n\nSo much #MoltenChocolate\n\n\n\n\n\n\nSending ❤️ everywhere. https://t.co/SnfCjQ3k8d\n
4849                                                                                                                                                                                                                @TMobile I just got charged for the iPhone X today, does that mean it will be shipping today?\n
4850                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4851                                                                                                                                                                             RT @Google: Announcing $1B in grants, 1M volunteer hours and a #GrowWithGoogle initiative to create opportunity for everyone →… \n
4852                                                                                                                                                                                                     RT @slpng_giants: Really starting to think @amazon isn’t going to do this, guys. https://t.co/XP9oCbyif8\n
4853                                                                                                                                                                                               @Reuters Breaking News: Planet Earth worried that Trump unprepared for...well, basically anything, really.....\n
4854                                                                                                RT @bittervalo: Are you ready for new cases? They are! \n\n\n\n\n\n\n#SaveMajorCrimes\n\n\n\n\n\n\n@CBS \n\n\n\n\n\n\n@amazon \n\n\n\n\n\n\n@AmazonVideo \n\n\n\n\n\n\n@SaveMajorCrimes https://t.co/72OnmWs…\n
4855                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4856                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4857                                                                                                                                              RT @Mellin1980: Season 6 premiere tonight tune in #savemajorcrimes\n\n\n\n\n\n\n@CBS @CBSTweet @CBSTvstudios @AllAccessCBS \n\n\n\n\n\n\n@amazon @amazonVideo… \n
4858                                                                                                                                                                    RT @PierreTPelican: While you were binge watching @Stranger_Things on @netflix last night, our @PelicansNBA were getting that W against… \n
4859                                                                                                                                                                     RT @cspan: .@Twitter, @Facebook &amp; @Google testify before @SenJudiciary on Russia &amp; 2016 Election – LIVE at 2:30pm ET on C-SPAN… \n
4860                                                                                                                                                                 RT @VogueRunway: BREAKING: After nearly 17 years at @Burberry, Christopher Bailey will leave the company after his Spring 2018 show. https:…\n
4861                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4862                                                                                                                                  RT @Maazulhaq17: @Twitter is for the people we've never met;\n\n\n\n\n\n\n\n\n\n\n\n\n\nAnd\n\n\n\n\n\n\n\n\n\n\n\n\n\n@facebook is full of people we wish we could forget.\n
4863                                                                                                                                                                                                                                                         @ATT does Internet had available on Porter, TX area?\n
4864                                                                                                                                                            RT @liufenny14: @CBS @CBSNews @cbstv @amazon @warnerbrostv @WBHomeEnt @WarnerBrosEnt #savemajorcrimes, we want more 🚦🚥🚔🚓🚑 https://t.co/VkGY…\n
4865                                                                                                                                                                     RT @cspan: .@Twitter, @Facebook &amp; @Google testify before @SenJudiciary on Russia &amp; 2016 Election – LIVE at 2:30pm ET on C-SPAN… \n
4866                                                                                                                                                                 @fleccas @latinovictoryus @RalphNortham @EdWGillespie @Ford "Race baiting", the calling card of every fat useless p… https://t.co/i7as9dOUXK\n
4867                                                                                                                                                 RT @TMobile: All your posts, replies, RTs, and QTs with #HR4HR this @MLB Postseason donate $2 to @TeamRubicon.\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet those thumbs… \n
4868                                                                                                                                                                      RT @wattisretail: While @amazon, has a large share of #Digital #apparel at 29% market share, just 6% of shoppers consider the brand a… \n
4869                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
4870                                                                                                                                                                  @Tesco I've been waiting for 5 days for my direct order and it hasn't arrive can you please help me thanks a lot, it deco should have come!\n
4871                                                                                                                  RT @AmericanVoterUS: Propaganda is coming from WITHIN \n\n\n\n\n\n\n\n\n\n\n\n\n\n@CNN @ABC @NBC @CBS &amp; sometimes @FOXNews with GOP #DeepState \n\n\n\n\n\n\n\n\n\n\n\n\n\nObama made… \n
4872                                                                                                                                                                       RT @Starbucks: Sharing is scaring. 🙀 #ZombieFrappuccino\n\n\n\n\n\n\n(U.S. &amp; Canada, while supplies last) https://t.co/1n9nJEBEpb\n
4873                                                                                                                  RT @AmericanVoterUS: Propaganda is coming from WITHIN \n\n\n\n\n\n\n\n\n\n\n\n\n\n@CNN @ABC @NBC @CBS &amp; sometimes @FOXNews with GOP #DeepState \n\n\n\n\n\n\n\n\n\n\n\n\n\nObama made… \n
4874                                                                                                                                                                   A chance to win a $62,000 video editing workstation? Don’t mind if I do. Thanks @Frame_io and @Adobe #dreamstation https://t.co/dbTWrKwD7O\n
4875                                                                                                                                     RT @iMore: #iPhoneX review: Day one, @reneritchie says it's already the best damn product @Apple has ever made 📱🤘😎\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/P0jTCN6AQY\n
4876                                                                                                                                                                                         Check out 1 3/16" Natural Rough NIRVANA QUARTZ #25 Crystal Stone Mineral 7 grams   https://t.co/rx8YCdw3vF via @eBay\n
4877                                                                                                                                                                                        Check out WORLDWIDE HUGE STAMP ESTATE COLLECTION 2/OLD ALBUMS A-Z, HOUSE CLEARANCE  https://t.co/b3OpbCBK8T via @eBay\n
4878                                                                                                                                                                            RT @TMobile: Happy Halloween! Submit your costume pics with #Thankenstein + #Contest to win a spooky trip to London, plus other… \n
4879                                                                                                                                                                    RT @Public_Citizen: With news like this, it's shameful @Ford is working to undo the #CleanCarStandards, the biggest U.S. climate progra… \n
4880                                                                                                                                                                      We'd like to thank our loyal friend and sponsor, @Starbucks for being the official morning coffee drink of the… https://t.co/egPO3v1uj6\n
4881                                                                                                                                                                     @Ford is investing in the future, but when asked by @CNBC about details of the payoff, CFO Bob Shanks said this… https://t.co/gketWuM03q\n
4882                                                                                                                                                 RT @TMobile: Tweet and RT with #HR4HR all World Series and we’ll donate $2 to @TeamRubicon for hurricane recovery.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's keep i… \n
4883                                                                                                                                       (2/2) The pair of Senators explained to @amazon that Indiana has:\n\n\n\n\n\n\n✓ A robust and talented workforce\n\n\n\n\n\n\n✓ Effective tra… https://t.co/yB7MrktLup\n
4884                                                                                                                                                 RT @TMobile: Tweet and RT with #HR4HR all World Series and we’ll donate $2 to @TeamRubicon for hurricane recovery.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's keep i… \n
4885                                                                                                                                                 RT @TMobile: Tweet and RT with #HR4HR all World Series and we’ll donate $2 to @TeamRubicon for hurricane recovery.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's keep i… \n
4886                                                                                                                                                    RT @TMobile: We love to scream for 🍨 ! Also it’s Halloween, so we’re screaming anyway.\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet $2 off from @BaskinRobbins &amp;… \n
4887                                                                                                                                                                      #StrangerThings Hey, @netflix, how about a limited run of Mad About You, set in their current timeline. (I know this is ST tangential.)\n
4888                                                                                                                                            RT @AjiAyorinde: Hi guys.\n\n\n\n\n\n\n\n\n\n\n\n\n\nJust a gentle reminder that flights to Frankfurt are £5 with @Ryanair at the moment. https://t.co/o81jGTmdl2\n
4889                                                                                                                                                                                         RT @AHamiltonSpirit: @Reuters Maybe headline should read "Putin meets Kushner in Mid East for some brief colluding."\n
4890                                                                                                                                       RT @buffalobills: One retweet by you gets LeSean McCoy a @FedEx #AirandGround vote.\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou know what to do: https://t.co/93wdUjsNQv https://t…\n
4891                                                                                                                                       RT @buffalobills: One retweet by you gets LeSean McCoy a @FedEx #AirandGround vote.\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou know what to do: https://t.co/93wdUjsNQv https://t…\n
4892                                                                                                                                                                                                 One dead, manhunt under way after shooting at Utah campus https://t.co/K4Z2yIvpa6 Via @Reuters #domesticnews\n
4893                                                                                                                                                              RT @theCUBE: Follow @theCUBE\n\n\n\n\n\n\n#TechAthletes sharing their first person insight\n\n\n\n\n\n\nhttps://t.co/7FJ9HoFxXN @intel #Intel… \n
4894                                                                                                                                       RT @buffalobills: One retweet by you gets LeSean McCoy a @FedEx #AirandGround vote.\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou know what to do: https://t.co/93wdUjsNQv https://t…\n
4895                                                                                                                                                                                Check out Mens Vintage Towncraft Navy, Grey and Red Stripe Sweatshirt Size Large #Towncraft https://t.co/nZl8r3YxEO via @eBay\n
4896                                                                                                                                                               RT @FrdmIs: @Apple @AppleSupport \n\n\n\n\n\n\niOS 11 is really different, thanks a ton for adding emergency call setup. \n\n\n\n\n\n\nCheers,\n
4897                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4898                                                                                                                                                                 "Only 20-25% of fresh engineering grads are employable,so it's really important to go for certification courses"@dpdilpreet @IBM #SLTechCast\n
4899                                                                                                                                                                 RT @astros: Were you at that epic Game 5? Find and tag yourself in this super high-resolution photo, presented by @CocaCola! https://t.co/S…\n
4900                                                                                                                                                                            RT @TMobile: Happy Halloween! Submit your costume pics with #Thankenstein + #Contest to win a spooky trip to London, plus other… \n
4901                                                                                                                                                                                                                         Check out Halloween Pumpkin Luminary  5 1/2" x 6"  https://t.co/RgNFRpHDhs via @eBay\n
4902                                                                                                                                                 RT @TMobile: This @MLB Postseason, we’re donating $20K for each home run, plus another $2 for every tweet with #HR4HR\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet’s bre… \n
4903                                                                                                                  RT @AmericanVoterUS: Propaganda is coming from WITHIN \n\n\n\n\n\n\n\n\n\n\n\n\n\n@CNN @ABC @NBC @CBS &amp; sometimes @FOXNews with GOP #DeepState \n\n\n\n\n\n\n\n\n\n\n\n\n\nObama made… \n
4904                                                                                                                                                                 RT @profgalloway: 3) Subterfuge of elections by @facebook has progressed from "Crazy" to "millions" to "hundreds of millions."  How much wo…\n
4905                                                                                                                                       RT @buffalobills: One retweet by you gets LeSean McCoy a @FedEx #AirandGround vote.\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou know what to do: https://t.co/93wdUjsNQv https://t…\n
4906                                                                                                                                                                                     RT @Starbucks: ⚡️ You + Coffee = ❤️ #NationalCoffeeDay #CoffeeLoveCups\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/7bmprw4Vgw\n
4907                                                                                                                                                    First congress of #Syrian peoples will be held in #Russia's #BlackSea  resort of #Sochi on Nov. 18, RIA news agency says — @Reuters  \n\n\n\n\n\n\n#Syria\n
4908                                                                                                                                                                   @Google : "​Our ​investigation ​found ​NO ​evidence ​of ​manipulation ​of ​our ​platform ​or\n\n\n\n\n\n\npolicy (by @rt_com) https://t.co/zaSxQl3pz2\n
4909                                                                                                                                                                     RT @JCCLEARANCE: Check out King Cobra SZ Hyper Steel 4+ Fairway Wood, MRH Aldila HM Stiff Flex Graph/Shaft https://t.co/Uh1oTWW9EQ @eBay\n
4910                                                                                                                                                                          RT @KendonJared: So a fake president can lose his job over sexual assault, but a real president can't? #KevinSpacey @netflix #trump\n
4911                                                                                                                                    RT @Nissan: Embrace the turbulence and enjoy the flight. \n\n\n\n\n\n\n#OMGTR #R35 #NissanGTR\n\n\n\n\n\n\n📷: zuumy\n\n\n\n\n\n\n🚗: kristi_pela https://t.co/jKtNkWMCoX\n
4912                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4913                                                                                                                                                                                             Check out FASHION JEWELRY CHUNKY SHELLS AND BEADS BIB NECKLACE, NEW #Unbranded https://t.co/UwvFROCdVc via @eBay\n
4914                                                                                                                                                                                                   @Tesco Hi, I preordered Call of Duty WWII in August. When will this be dispatched? (release day is Friday)\n
4915                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4916                                                                                                                                       RT @buffalobills: One retweet by you gets LeSean McCoy a @FedEx #AirandGround vote.\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou know what to do: https://t.co/93wdUjsNQv https://t…\n
4917                                                                                                                                                                          Reach More People, Reach the Right People and Grow Your Business with Dynamic Ads (via @facebook Business): https://t.co/psoQdy6YZ8\n
4918                                                                                                                                                                 @AP @FoxNews @MSNBC @ABC @CBSNews @NBCNews @Reuters (4) With ‘all due respect General Kelly, What would the COMPROM… https://t.co/cdyDHsJaLt\n
4919                                                                                                                                                                                             RT @HYPEBEAST: You didn't know you needed these upgraded @Nike VaporMaxes. \n\n\n\n\n\n\nhttps://t.co/zOAajSJFmf\n
4920                                                                                                RT @Batmancanseeyou: Thank you to @ATT \n\n\n\n\n\n\n#JusticeLeague \n\n\n\n\n\n\n#Halloween2017 \n\n\n\n\n\n\n#Batman #TheFlash \n\n\n\n\n\n\n#Aquaman #Cyborg\n\n\n\n\n\n\n#WonderWoman https://t.co/md3px…\n
4921                                                                                                                                      @TMobile I know nothing...\n\n\n\n\n\n\n\n\n\n\n\n\n\n- Jon Snow\n\n\n\n\n\n\n\n\n\n\n\n\n\n#getthanked #halloween #GameofThrones #GOT #JonSnow https://t.co/PjIWHfgHKH\n
4922                                                                                                                                                          Happy Halloween!🎃👻\n\n\n\n\n\n\nHave you seen the @Google #Halloween #GoogleDoodle? It’s so cute! #snahlife \n\n\n\n\n\n\nhttps://t.co/ahMxvKdOqn\n
4923                                                                                                                                                                                Check out Hospital Nurse Call Outlet 1/4" Audio Stereo Keystone Jack Female-Screw Terminal  https://t.co/sIP1BrOMLo via @eBay\n
4924                                                                                                                                                                            RT @Nike: “You could do it. Anyone could do it.” @Mo_Farah https://t.co/4SuOIuArFW #justdoit\n\n\n\n\n\n\nhttps://t.co/N9wMHytF2H\n
4925                                                                                                                                                                         🐶🐱 Read how @LinkAKC, @HelloNuzzle @WhistleLabs, are using @ATT network to provide reliable pet tracking!… https://t.co/eWx1Si6m27\n
4926                                                                                                                                                                                                                RT @m_daneshmand: @BMW always awesome ❤❤❤\n\n\n\n\n\n\n#e46 #M3 #fall https://t.co/zlbS6G02u6\n
4927                                                                                                                                                                                    Check out New Branded Collection Beer Glass "OBOLON.Glenfinnan-Terebovlya", 0.5L, 2015  https://t.co/BM9ZvgtPFi via @eBay\n
4928                                                                                                                                                             RT @Qualcomm: Safer, smarter driving is coming. Together with @ATT, @Ford, &amp; @Nokia, we’ve begun the 1st U.S. tests of #CV2X. https://t.co/…\n
4929                                                                                                                                                                                Check out Painted and fringed denim jacket, size Small #Unbranded #JeanJacket https://t.co/AMYiVnP8Ak via @eBay #denimjackets\n
4930                                                                                                                                                                 @WasteManagement @CityofReno Should note, my charges were dismissed after @Nissan determined my brakes failed after… https://t.co/VliYiBttxc\n
4931                                                                                                                                       RT @AHamiltonSpirit: Here's a video of Trump saying he knows Putin. #TheResistance needs to get this on TV.\n\n\n\n\n\n\n@CNN @maddow @MSNBC @CBS @NBC\n\n\n\n\n\n\nh…\n
4932                                                                                                                                                                     RT @Nike: Lace up and join the fight against AIDS. #onestep4red\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttp://t.co/7hv5jVkqxe http://t.co/dsxjR8cNKF\n
4933                                                                                                                                                             RT @cspan: TODAY: Coverage of @Facebook, @Twitter, @Google &amp; #Russian interference on social media. https://t.co/FMpzTtj7Oy https://t.co/Gj…\n
4934                                                                                                                                                                            RT @TMobile: Happy Halloween! Submit your costume pics with #Thankenstein + #Contest to win a spooky trip to London, plus other… \n
4935                                                                                                                                                                     RT @EarlOfEnough: @Reuters Trump went on to say he, "likes his zones militarized," and zones that aren't militarized, "are weak losers."\n
4936                                                                                                                                                    RT @Nike: Life isn’t about finding your limits. It’s about realizing you have none. https://t.co/4SuOIuArFW #justdoit\n\n\n\n\n\n\nhttps://t.co/nyoepePr…\n
4937                                                                                                                                                                            RT @TMobile: Happy Halloween! Submit your costume pics with #Thankenstein + #Contest to win a spooky trip to London, plus other… \n
4938                                                                                                                                                    RT @Nike: “Pressure could either burst pipes or create diamonds, and I had to make the choice.” @UgHLyDuCkLiN #justdoit\n\n\n\n\n\n\nhttps://t.co/hrRML4…\n
4939                                                                                                                                                                          Check out Pre-Owned 113 Piece Art Studio by Battat Paint, Pastels, Pencils In Wooden Case #Battat https://t.co/BUfpIJpvu4 via @eBay\n
4940                                                                                                                                                                                                                                                          RT @Nike: .@nba, you ready? https://t.co/0aiarISM8O\n
4941                                                                                                                                                                                                    Sprawdź HANDMADE BABY CROCHET TRAINERS AND HAT,FIRST SHOES,LACES,WHITE GREY https://t.co/xDHINHQoFl @eBay\n
4942                                                                                                                                    @Ste_Haw @_emil @Apple setInterval( function() {\n\n\n\n\n\n\n if ($(iphone_model).is(&lt;8)) {\n\n\n\n\n\n\n    $(iphone).cpuPower( $(iphone).c… https://t.co/xrqMWP1FWu\n
4943                                                                                                                                                                 RT @VIZMedia: The October Anime Sale at @Walmart ends today. Shop VIZ titles like #DeathNote and #KProject, then share your haul with hasht…\n
4944                                                                                                                                                                                                      @Reuters Congress should outlaw all lobbying.  Seems like a lot of corruption, ie  payoffs of Congress.\n
4945                                                                                                                                                                                             RT @MLS: Seba. Free kick. 💰\n\n\n\n\n\n\n\n\n\n\n\n\n\n#NYvTOR // @Audi #MLSCupPlayoffs https://t.co/VELsGxQfUb\n
4946                                                                                                                                                                                     RT @mrdoryan: Please, do it for us, for all the world @netflix please #GiveSense8Season3 #Sense8 https://t.co/7oaM3Hvbhf\n
4947                                                                                                                                                                                          @TMobile I went as Bond from Spectre, how much more London is that?! #Thankenstein #Contest https://t.co/fikaRGzZZX\n
4948                                                                                                                                       RT @buffalobills: One retweet by you gets LeSean McCoy a @FedEx #AirandGround vote.\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou know what to do: https://t.co/93wdUjsNQv https://t…\n
4949                                                                                                                                       RT @buffalobills: One retweet by you gets LeSean McCoy a @FedEx #AirandGround vote.\n\n\n\n\n\n\n\n\n\n\n\n\n\nYou know what to do: https://t.co/93wdUjsNQv https://t…\n
4950                                                                                                                                                                            RT @BP_plc: 📹 We're proud to be part of the #OGCI, which is committed to the direction set out by the Paris Climate Agreement.… \n
4951                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4952                                                                                                                                                 RT @TMobile: Tweet and RT with #HR4HR all World Series and we’ll donate $2 to @TeamRubicon for hurricane recovery.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's keep i… \n
4953                                                                                                                                                                                  RT @Nissan: On my way to steal your candy. 🍭 \n\n\n\n\n\n\n#HappyHalloween\n\n\n\n\n\n\n📷: kc_wgs https://t.co/Z5ShlALkv7\n
4954                                                                                                                                              RT @Starbucks: G🌺🌼d feels g🍑🍓d.\n\n\n\n\n\n\n\n\n\n\n\n\n\nNew Teavana Shaken Iced Tea Infusions, made with freshly steeped fruit &amp; botanical blends.… \n
4955                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
4956                                                                                                                                                                                             I don’t have a @Tesco club card so don’t get points off what I buy, could I donate points to #foodbank charity ?\n
4957                                                                                                                                                                RT @citrusbyte: Join us Nov 29-30 at the @iottechexpo &amp; learn about our custom #IoT solutions for clients like @ATT, @intel, @ups &amp;… \n
4958                                                                                                                                                                                                     RT @Nike: 'The End' is just something they put on movies. #justdoit\n\n\n\n\n\n\nhttps://t.co/eoYmSlyb7T\n
4959                                                                                                                                                                                     RT @fool15982: @mhzhao @SwiftOnSecurity @Google Go to the cloud, they said!\n\n\n\n\n\n\nIts way more secure, they said!\n
4960                                                                                                                                                    RT @Nike: “I knew from the day I taught her to cartwheel, she was gonna be something.” https://t.co/4SuOIuArFW #justdoit\n\n\n\n\n\n\nhttps://t.co/iOnpZ…\n
4961                                                                                                                                 RT @USMGoldenEagles: Flying high!\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe Golden Eagles are now part of the @adidas family. 👟💪\n\n\n\n\n\n\nFull details: https://t.co/0n4mD5vTtl… \n
4962                                                                                                                  RT @AmericanVoterUS: Propaganda is coming from WITHIN \n\n\n\n\n\n\n\n\n\n\n\n\n\n@CNN @ABC @NBC @CBS &amp; sometimes @FOXNews with GOP #DeepState \n\n\n\n\n\n\n\n\n\n\n\n\n\nObama made… \n
4963                                                                                                                                                                                  RT @Nissan: On my way to steal your candy. 🍭 \n\n\n\n\n\n\n#HappyHalloween\n\n\n\n\n\n\n📷: kc_wgs https://t.co/Z5ShlALkv7\n
4964                                                                                                                                                                            RT @TMobile: Happy Halloween! Submit your costume pics with #Thankenstein + #Contest to win a spooky trip to London, plus other… \n
4965                                                                                                             RT @TaylorPrice: Sum up your feelings on Jimmy G trade in GIF form.\n\n\n\n\n\n\n\n\n\n\n\n\n\nI'll go first.\n\n\n\n\n\n\n\n\n\n\n\n\n\nThis thread is not sponsored by @pepsi. https://t.co/T…\n
4966                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
4967                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
4968                                                                                                                                                                                                                    Hey @amazon, #Newark is ready for yah! Hit that follow on @yesnewark y'all! #AmazonNewark\n
4969                                                                                                                                                                     @TMobile We’re both T-Mobile users on the same plan, so we thought we’d enter and give it a shot. #Thankenstein… https://t.co/Lq2oC5BAID\n
4970                                                                                                                                                                            RT @riccialexis: {Dear @Starbucks, You Can Do Better.} A letter to whoever created the #Arkansas 2017 Local Collection Tumbler.… \n
4971                                                                                                                                                                                                          RT @Reuters: Assad sets sights on Kurdish areas, risking new Syria conflict https://t.co/nPup9vq84r\n
4972                                                                                                                                                                            RT @BP_plc: 📹 We're proud to be part of the #OGCI, which is committed to the direction set out by the Paris Climate Agreement.… \n
4973                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4974                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4975                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4976                                                                                                                                                                       RT @mnottingham: Now @HSBC say #Brexit mucking them about. They may only move 100s of jobs from London not 1,000s. That's still £mil… \n
4977                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4978                                                                                                                                                             RT @cspan: TODAY: Coverage of @Facebook, @Twitter, @Google &amp; #Russian interference on social media. https://t.co/FMpzTtj7Oy https://t.co/Gj…\n
4979                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4980                                                                                 RT @Nike: 5k: 14:14\n\n\n\n\n\n\n10k: 28:21\n\n\n\n\n\n\n15k: 42:34\n\n\n\n\n\n\n20k: 56:49\n\n\n\n\n\n\n25k: 1:11:03\n\n\n\n\n\n\n\n\n\n\n\n\n\n@EliudKipchoge staying right on pace.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Breaking2\n
4981                                                                                                                                                                                       RT @BioDivLibrary: Re: @Google, #dinosaurs are this year's 10th most-popular costume. Have a dino-tastic #Halloween!… \n
4982                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4983                                                                                                                                                                       RT @mnottingham: Now @HSBC say #Brexit mucking them about. They may only move 100s of jobs from London not 1,000s. That's still £mil… \n
4984                                                                                                                                                                    I’m actually updating my iPhone to #iOS 11.1 , thanks @Apple for treating us hope it’s not a trick! #HappyHalloween #HappyHalloween2017 .\n
4985                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4986                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
4987                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
4988                                                                                                                                                                   A chance to win a $62,000 video editing workstation? Don’t mind if I do. Thanks @Frame_io and @Adobe #dreamstation https://t.co/JhPNZEQIPl\n
4989                                                                                                                                                                                                   Check out Doll Rainbow Brite 2016 Hallmark NWT Fantastic Condition 17" Plush https://t.co/t95sq7cYm5 @eBay\n
4990                                                                                                                                                                             RT @AmericanExpress: #HappyHalloween to all the skeletons, ghouls, werewolves, witches and mere mortals! https://t.co/WtjMSvJMAS\n
4991                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
4992                                                                                                                                                                                Check out Unusual Ring, Amethyst and Citrine Gemstones in a Stamped 925 Silver Ring Sz 6.5  https://t.co/DrFZtlON2m via @eBay\n
4993                                                                                                                                                                             RT @Reuters: South Korea, China agree to normalize relations after THAAD fallout https://t.co/yQuxBSrQn6 https://t.co/3YuCgWUVts\n
4994                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4995                                                                                                                                 RT @USMGoldenEagles: Flying high!\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe Golden Eagles are now part of the @adidas family. 👟💪\n\n\n\n\n\n\nFull details: https://t.co/0n4mD5vTtl… \n
4996                                                                                                                                                                            Dear @techradar Please educate your writers before they embarrass you. @Apple do not make screens, at all https://t.co/PO1tmkTQLW\n
4997                                                                                                                                                                         @RyanKehoe15 @Reuters Yup, PR IS a wreck due to leftist leadership. Now they need U.S companies to help but not pay, why would they?\n
4998                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
4999                                                                                                                                                                                  RT @Nissan: On my way to steal your candy. 🍭 \n\n\n\n\n\n\n#HappyHalloween\n\n\n\n\n\n\n📷: kc_wgs https://t.co/Z5ShlALkv7\n
5000                                                                                                                                                                                       RT @Nike: Introducing the Nike Therma Flex Showtime Warm-up Jacket.\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/IYxXMP95Xb\n
5001                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
5002                                                                                                                                                                                                               @SleepyJirachi @amazon Yes, however space shipping works off venus days rather than earth days\n
5003                                                                                                                                                                                                Check out German Scrap Santa 1984 Merrimack Publ. Corp ,Christmas Ornament  https://t.co/D2UogH9rko via @eBay\n
5004                                                                                                                                                                            RT @TMobile: Happy Halloween! Submit your costume pics with #Thankenstein + #Contest to win a spooky trip to London, plus other… \n
5005                                                                                                                                     RT @Google: First things first @dpid’s the name\n\n\n\n\n\n\nUsin’ VR to change the monster game\n\n\n\n\n\n\nGot 🍬 to conquer, just like W. Wonka\n\n\n\n\n\n\nAggh,… \n
5006                                                                                                                                                                 RT @WilsonHasbany: #IBM Spirit! @IBM \n\n\n\n\n\n\nA Ghost Chat... Happy Halloween 🎃 \n\n\n\n\n\n\n@ctremblayloggos https://t.co/IO8ewzYfhK\n
5007                                                                                                                                                                            Just saw this on Amazon: Ella OA2660F-R Lounger 26' W x 60' L Acryli... by Ella for $3,998.07 https://t.co/LDIRp3OyFb via @amazon\n
5008                                                                                                                                                                 @UPS you guys have to chill out with this banging on my door and throwing my packages, the get out challenge has been played out for a while\n
5009                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
5010                                                                                                                                                                 @nekrtemplar @codiemTU @Starbucks I "invented" a hydro-powered engine (I was a nerd, even then) and I prototyped it… https://t.co/eYPre74bBe\n
5011                                                                                                                                                           RT @Nike: Still KD: Through the Noise\n\n\n\n\n\n\n \n\n\n\n\n\n\nWatch the full documentary here: https://t.co/VBUXiRpRQC https://t.co/bkgkHPwjxw\n
5012                                                                                                                                                                             RT @Reuters: German police arrest Syrian suspect, avert 'major terrorist attack' https://t.co/ZCz1G1p0ih https://t.co/RQfaZ9ocwY\n
5013                                                                                                                                                                             RT @Reuters: Since 2004, Reuters found more than 2,357 body parts obtained by brokers in U.S. have been misused or desecrated:… \n
5014                                                                                                                                                                                         @freespeech1982 @Reuters Democrats lol, sure they are doing something unlike trump throwing toilet paper into people\n
5015                                                                                                                                           RT @Nike: Can you run the 100m in :17?\n\n\n\n\n\n\nHow about 422 times in a row?\n\n\n\n\n\n\nWe know three athletes about to. #Breaking2 https://t.co/nd4BxYjtoP\n
5016                                                                                                                                                                                       RT @Nike: #NikeLab presents: The Vision-AIRS. Go behind the design with famed industrial designer Marc Newson, whose… \n
5017                                                                                                                                                                           RT @Reuters: Watch: Carbon dioxide levels grew at a record pace in 2016 to levels not seen for millions of years, the U.N. says.… \n
5018                                                                                                                                                                                       @BeerdHead @Reuters 2008 and that's my point - petrol won't ever be priced in bitcoin, way too volatile - it can't be.\n
5019                                                                                                                                                             RT @cspan: TODAY: Coverage of @Facebook, @Twitter, @Google &amp; #Russian interference on social media. https://t.co/FMpzTtj7Oy https://t.co/Gj…\n
5020                                                                                                                                                                                                                                                      @TMobile Hey, why does my iphone x pre order cancelled?\n
5021                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
5022                                                                                                 RT @Nike: Proof there's nothing to prove.\n\n\n\n\n\n\n\n\n\n\n\n\n\n3 New York titles.\n\n\n\n\n\n\n16 majors won.\n\n\n\n\n\n\nStill number 1.\n\n\n\n\n\n\n@RafaelNadal #JustDoIt https://t.co/yWkYOzXe0D\n
5023                                                                                                                   RT @NYCosmos: Sundays are for the #NYCosmos.\n\n\n\n\n\n\n\n\n\n\n\n\n\n📺 Semi-final on the big screen.\n\n\n\n\n\n\n🍺 Round on @Heineken.\n\n\n\n\n\n\n💚 Wear Cosmos swag for $4 Dri… \n
5024                                                                                                                                                     RT @Nike: Define the future. \n\n\n\n\n\n\nMake Parkinson's disease history.\n\n\n\n\n\n\nThis is your last chance to enter The Draw for the #NikeMag:… \n
5025                                                                                                                                                                                                        Production on "House of Cards" is on hold "until further notice," according to a tweet from @netflix.\n
5026                                                                                                                                                                     UPDATE: @netflix has suspended production on the final season of #houseofcards until further notice\n\n\n\n\n\n\nhttps://t.co/ov9JiqCjDc\n
5027                                                                                                                  RT @AmericanVoterUS: Propaganda is coming from WITHIN \n\n\n\n\n\n\n\n\n\n\n\n\n\n@CNN @ABC @NBC @CBS &amp; sometimes @FOXNews with GOP #DeepState \n\n\n\n\n\n\n\n\n\n\n\n\n\nObama made… \n
5028                                                                                                                                                                                                          RT @hm: Who's in our upcoming holiday campaign? @NickiMinaj, that's who! 🔝 https://t.co/Fz7cyxz5hk\n
5029                                                                                                                                          RT @Nike: What will they say about you?\n\n\n\n\n\n\nMaybe they'll say you showed them what was possible.\n\n\n\n\n\n\n#believeinmore #nike https://t.co/rqn24qpDsn\n
5030                                                                                                                          RT @Nike: You made Hayward home.\n\n\n\n\n\n\nYou lifted each other up in London.\n\n\n\n\n\n\nYou realized dreams in Rio.\n\n\n\n\n\n\nYou won the world over.\n\n\n\n\n\n\nToge… \n
5031                                                                                                                                                                            RT @Nike: “You could do it. Anyone could do it.” @Mo_Farah https://t.co/4SuOIuArFW #justdoit\n\n\n\n\n\n\nhttps://t.co/N9wMHytF2H\n
5032                                                                                                                                                                       Kudos to @IBM for expanding its #paidleave policy for new parents, but offering equal lengths of leave is key. https://t.co/BOHto19hre\n
5033                                                                                                                                                                                                                            @renalds_angela @Reuters I guess I wanted to believe it was not.....alas, it was.\n
5034                                                                                                                                                                 RT @albertemartinez: Prior to hearings w/ @Google, @Facebook and @Twitter, read always smart @lanheechen on where focus should be: https://…\n
5035                                                                                                                                                       Check out this Pathway Multi Color Bulbs String Lights Holiday Home Yard Decor (Set of 10)  https://t.co/G1dzyoUrYG via @eBay\n\n\n\n\n\n\n#BulbsDecor\n
5036                                                                                                                                                                                                         Check out 101 Dalmatians - Live Action (DVD, 2001, Bonus Footage)  https://t.co/bmXYahDSvL via @eBay\n
5037                                                                                                                                                                      RT @Valeria_Watt: @patronsaintofca @Tesco I specifically purchase items with a Scots’ origin sticker, this is a retrograde step, I th… \n
5038                                                                                                                                                                                                                                                 The Black Hole @Disney \n\n\n\n\n\n\nhttps://t.co/2QtY6blnYO\n
5039                                                                                                                                                                                                       RT @Nike: If we can be equals in sport, we can be equals everywhere. #EQUALITY https://t.co/ki5NaJN12d\n
5040                                                                                                                                                                                     RT @Nike: “When I see how dedicated she is, it humbles me.”\n\n\n\n\n\n\n@Simone_Biles #justdoit https://t.co/0AOi5G6nq5\n
5041                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
5042                                                                                                                                                    RT @NewsHour: WATCH LIVE: Facebook, @Twitter and @Google face Congress to discuss social media and the 2016 election #TechHearings\n\n\n\n\n\n\nhttps://…\n
5043                                                                                                                                                                                RT @Google: Squad ghouls! Making a kitty-cameo in this year's #Halloween #GoogleDoodle, it's the star of last year's, Momo!… \n
5044                                                                                                                                                        @netflix how could you be so cruel and take Family Guy off Netflix. \n\n\n\n\n\n\n\n\n\n\n\n\n\nYou're breaking my heart man, your breaking my heart.\n
5045                                                                                                                                                                                                      @iSparkHappiness @dr_poe We Bleed Orange! Sounds a little scary, at  @HomeDepot https://t.co/wF5lfpe1Ry\n
5046                                                                                                                                                                 @mayor_anderson @BBCNWT Obesity can't be blamed on @CocaCola it's like anything, in moderation it's fine. It's down… https://t.co/hlWn1jIIXV\n
5047                                                                                                                                                                        RT @InfoNebeus: Big Thank You to our team at @Google who help us with building up our ad campaign, their team partners with a selec… \n
5048                                                                                                                                                                      RT @JohnDeere: Pumpkin patches, apple fritters &amp; tractor rides. What’s your favorite fall tradition? Reply using #OkDeere. Terms:… \n
5049                                                                                                                                                                          Check out Greenlee 843 Site Rite Aluminum Hand Bender Head For 1-1/4" EMT And 1" Rigid  #GREENLEE https://t.co/LR3Io28Tso via @eBay\n
5050                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
5051                                                                                                                                                                            RT @starwars: We explore real-life robotic limbs that are helping people in this episode of #ScienceAndStarWars, with @IBM. #ad… \n
5052                                                                                                                                                                     RT @Jason: @facebook 2/Facebook has taken far 100x the effort to neuter competitors &amp; partners like Path, Snapchat, Zynga &amp; Pa… \n
5053                                                                                                                                                 RT @TMobile: All your posts, replies, RTs, and QTs with #HR4HR this @MLB Postseason donate $2 to @TeamRubicon.\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet those thumbs… \n
5054                                                                                                                          RT @NFL: Vote for the @FedEx Air Player of the Week!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet player's name + #AirAndGround:\n\n\n\n\n\n\nWilson. Stafford. Watson. https://t.co/syjj0Agdcy\n
5055                                                                                                                                                      @netflix It's absolutely insulting to the other cast &amp; crew,&amp; the THE FANS to do this! Just kill Francis off, &amp; K.… https://t.co/1I9OWqdUGI\n
5056                                                                                                         RT @ToyotaCenter: #TCScavengerHunt\n\n\n\n\n\n\n📍 @ATT Sawyer Heights\n\n\n\n\n\n\n🎟 Win @WWE RAW Tickets!\n\n\n\n\n\n\n👋🏻 Be the first to ask for Marc\n\n\n\n\n\n\n🔜 Ready.....GO! https://t.…\n
5057                                                                                                                                                                             RT @DealHunter122: Check out 2000 Pontiac Sunfire Airbox,Tubes, Clamps,  2200, also Cavalier, used https://t.co/3WESFa3KlQ @eBay\n
5058                                                                                                                                                                 @hm @hmunitedkingdom what it would be like to work in that environment. perhaps, you should consider taking all tho… https://t.co/N0jAvUyr6E\n
5059                                                                                                                                                                   Candice Bennatt Law, LLC ⚖️ is on @Google 🙌🏽 \n\n\n\n\n\n\n#law #lawyer #followyourNOLA #NewOrleans #legalService https://t.co/8xDLqlgNVW\n
5060                                                                                                                                                                                        RT @Reuters: iPhone X is best yet and FaceID works, mostly: reviewers https://t.co/pkhb60CVD1 https://t.co/DLijdffqIz\n
5061                                                                                                                                                                 @InvestigateRU @ChuckGrassley @facebook I'd like to know what Grassley's doing about it, especially since what we s… https://t.co/4ac1pt7dsG\n
5062                                                                                                                                                                RT @57Veronica: @pscoordsen13 @netflix Great #TuesdayThoughts! Glowy eyes beast &amp; #BatBTrickaBoo &amp; Beauty and the Beast, let's cele… \n
5063                                                                                                                                                                         RT @Adobe: Designing for action, not reaction. Learn how @UXForGood uses innovation &amp; creativity to help solve social problems… \n
5064                                                                                                                                                    Check out this Shatterproof Hand Painted Ornaments in Gold Christmas Tree Decor (12-Count)  https://t.co/YDZhzxBzIo via @eBay\n\n\n\n\n\n\n#GoldOrnaments\n
5065                                                                                                                                                                 @mzeglevski @AlexWhitcomb @birdiealways @RealRobinWright @netflix Hmmmm..."real life" in the @WhiteHouse jumped the… https://t.co/iOP4xpfm8s\n
5066                                                                                                                                                            Punisher's kill methods vol. 546.\n\n\n\n\n\n\n#ThePunisher #Punisher #FrankCastle  @netflixturkiye @ThePunisher @netflix https://t.co/29G63WGKRX\n
5067                                                                                                                                                                                RT @Reuters: Shopify's earnings beat fails to reassure investors, shares drop https://t.co/jpVqgVKIBj https://t.co/QM5ePnwq05\n
5068                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
5069                                                                                                                                                                                         Bloomfield Aviator Sunglasses Glass lenses for men and women BFAG (Havana, 62... https://t.co/jht9i90yeN via @amazon\n
5070                                                                                                                                                                 @Apple , why the hell would a dick pic i took last night show up when i cascade all my apps on the double press of home button? Do something\n
5071                                                                                                                                                                                                                      Check out Time Bandits (Blu-ray, 2013) 2k-resolution  https://t.co/TBCEaI2uw5 via @eBay\n
5072                                                                                                                                                                                                     PUT SABRINA THE TEENAGE WITCH ON @netflix AS A HALLOWEEN PRESENT. \n\n\n\n\n\n\n\n\n\n\n\n\n\nTHANK YOU.\n
5073                                                                                                                                                                                                                 Oklahoma Treasures : World's Biggest @McDonalds in Vinita, Oklahoma. https://t.co/0O9fFKzdyu\n
5074                                                                                                                                                                                              @TMobile If I could fly to London with these wings, I wouldn't be entering this contest! #Thankenstein #Contest\n
5075                                                                                                                                                                                                   RT @mcdonaldsindia: Okay, @Apple  and @Google, let’s end the debate.  #BurgerEmoji https://t.co/tzRZJOYYQH\n
5076                                                                                                                                                                 @GoldmanSachs Starting to think Goldman is shilling for China. Yes, the US has its issues, but china has more and l… https://t.co/WczwEHeCBx\n
5077                                                                                                                                                             RT @bogielv: @netflix Cards cancelled. No proof, witch hunt. 3rd rate actor getting his name in the news.  Hope Spacey sues you &amp; him, Netf…\n
5078                                                                                                                                                       @Google looks to improve video meetings with its new four-piece tech package\n\n\n\n\n\n\nhttps://t.co/NZoepg6N0q\n\n\n\n\n\n\n#futureofwork #meetings\n
5079                                                                                                                                                                            Learn what @amazon has planned next, as the company eyes more expansion throughout the #retail industry:… https://t.co/LtOBbprsoi\n
5080                                                                                                                                                                Join @MerkleCRM's @MatthewCMobley w/ @AmericanExpress, @DCNorg &amp; @iab at #ATNY17 11/2 at 10:45am. Panel details:… https://t.co/Qexl5pdKGM\n
5081                                                                                                                                                             RT @Jason: If @facebook wants us to trust them, we need to see these divisive ads &amp; how they were targeted. They are giving zero examples—l…\n
5082                                                                                                                                                                   RT @Disney: Quiz: You're in Asgard. Can You Become Thor's BFF?\n\n\n\n\n\n\n https://t.co/YLbVNsgZP4 #ThorRagnarok https://t.co/tlnzhRn1gv\n
5083                                                                                                                                                                                                                                                                @Waiting4U65 @TMobile Yup, its all trash now.\n
5084                                                                                                                                                                            RT @starwars: We explore real-life robotic limbs that are helping people in this episode of #ScienceAndStarWars, with @IBM. #ad… \n
5085                                                                                                                                       RT @AHamiltonSpirit: Here's a video of Trump saying he knows Putin. #TheResistance needs to get this on TV.\n\n\n\n\n\n\n@CNN @maddow @MSNBC @CBS @NBC\n\n\n\n\n\n\nh…\n
5086                                                                                                                                                                                 @Reuters State income tax deduction, isn't that just being subsidized by not paying federal taxes?. Advantage big tax states\n
5087                                                                                                                                                                                                       RT @Reuters: Police investigate reported vehicle strike, shooting in Manhattan https://t.co/oPVYbsObeJ\n
5088                                                                                                                                                                                         Check out Vintage France Postcards 1900s RPPC Lot of 4 Hendaye,Bordeaux,Lorraine   https://t.co/lGetmoyfWz via @eBay\n
5089                                                                                                                                          RT @Alt_Spicerlies: WHOA @SenatorLeahy literally set the trap for Facebook. \n\n\n\n\n\n\nThese are ads his staff pulled TODAY from @facebook \n\n\n\n\n\n\nNow t… \n
5090                                                                                                                                                                 RT @Reuters: JUST IN: Several killed, many injured after vehicle drove onto pedestrian and bike path: New York City police https://t.co/fwM…\n
5091                                                                                                                                                                                RT @DancingHotdogs: Today is the last day to enter, hurry before Halloween ends!! #steamteam @netflix https://t.co/ZoqiItd5NB\n
5092                                                                                                                                                                                                                                  RT @Disney: Poor, unfortunate ghouls! 🐙 #Halloween https://t.co/HMdThTa66p\n
5093                                                                                                                                                                 RT @Reuters: JUST IN: Several killed, many injured after vehicle drove onto pedestrian and bike path: New York City police https://t.co/fwM…\n
5094                                                                                                                                         Cozy Crime Fiction Trilogy: BOUNTY, BUSTED, BURDEN by Susan Swain https://t.co/vZVC8bpCv1 via @amazon #CozyMystery\n\n\n\n\n\n\n\n\n\n\n\n\n\nGet it before they do!\n
5095                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/ftADgpZNGi\n
5096                                                                                                                                                                                                   RT @Roberts_Rules: Temp fix for @Apple keyboard issue \n\n\n\n\n\n\nYou’re welcome https://t.co/rPbeQ3QREC\n
5097                                                                                                                                                                 $18\n\n\n\n\n\n\nSeven for All Mankind\n\n\n\n\n\n\n#jeans #designer #sale #denim #promotion\n\n\n\n\n\n\n https://t.co/oOgFmketWT via @eBay\n
5098                                                                                                                                RT @WeSupport45: Terrorist Attack in Lower Manhattan!\n\n\n\n\n\n\nTruck Kills several bicyclists with @HomeDepot truck on Bike Path\n\n\n\n\n\n\n#RETWEET\n\n\n\n\n\n\nJoi… \n
5099                                                                                                                                                                       RT @AmbleOutdoorsUS: SUP, Surfboard Storage Cradles, 1 pair, by Seattle Sports .. New #SeattleSports https://t.co/x65CZNpPIn via @eBay\n
5100                                                                                                                                                                                                  @jamietworkowski @LBurke0213 @Starbucks Funny. When I think of a cut throat I think of murder, not suicide.\n
5101                                                                                                                                                                                                Check out Celtic Rebels with the treble, oil paint effect print or canvas print https://t.co/nYNKSI8ZWk @eBay\n
5102                                                                                                                                                                 @Reuters Who'll be left to work on needs of country- disaster relief/rebuilding from hurricanes/fires, infrastructu… https://t.co/Wf6pOwMn9S\n
5103                                                                                                                                                                 RT @EbonyDominique: @TMobile Hufflepuff, I think! #Thankenstein #Contest #Halloween #HappyHalloween #HufflepuffPride #Hufflepuff https://t.…\n
5104                                                                                                                                                                 RT @Reuters: Tomorrow in ‘The Body Trade,’ Reuters examines the cold case of an unidentified head. Help solve the mystery. https://t.co/VMa…\n
5105                                                                                                                                                                     RT @recipespantry: I made a tasty Fennel Shakshuka using my Go Cook, exclusively at @Tesco, pot - https://t.co/5GvSxztrN3 #MyTescoHome… \n
5106                                                                                                                                                                            Check out 1 pcs 30" FJ CRUISER Vinyl Hood Decals Sticker Graphics for Toyota FJ Cruiser #Oracal https://t.co/WnYLuWkdrC via @eBay\n
5107                                                                                                                                                                                RT @Reuters: Britain accelerates Brexit plans, divorce talks also to speed up https://t.co/Star15afX3 https://t.co/5QNI3ksvWB\n
5108                                                                                                                          RT @NFL: Vote for the @FedEx Air Player of the Week!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet player's name + #AirAndGround:\n\n\n\n\n\n\nWilson. Stafford. Watson. https://t.co/syjj0Agdcy\n
5109                                                                                                                                                                                                                    @TMobile #Thankenstein #Contest Better out than in, I always say! https://t.co/Tpaid4hVI7\n
5110                                                                                                                                                                                                                    @TMobile #Thankenstein #Contest Better out than in, I always say! https://t.co/Tpaid4hVI7\n
5111                                                                                                                                                                                             RT @Honda: It’s all treats, no tricks in the Civic Type R. Happy #Halloween, Honda fans! https://t.co/gqC9T61JvC\n
5112                                                                                                                                 RT @WeSupport45: Terrorist waving guns Yells Allah Akbar in Manhattan\n\n\n\n\n\n\nKills 6+ with Rented @HomeDepot truck\n\n\n\n\n\n\n#RETWEET\n\n\n\n\n\n\nUpdates coming… \n
5113                                                                                                                                         RT @Elizabeth_Ann_M: #SaveMajorCrimes because James Duff can give you all this and more  \n\n\n\n\n\n\n@CBS @AllAccessCBS @CBSTweet @amazon \n\n\n\n\n\n\n10M view… \n
5114                                                                                                                                                                                  Check out Santa Claus Paper Mache Wearing Pajamas Reindeer Slippers 10" High Bell on Hat  https://t.co/i0ZPQypSkw via @eBay\n
5115                                                                                                                                 RT @WeSupport45: Terrorist waving gun Yells Allahu Akbar in Manhattan\n\n\n\n\n\n\nKills 6+ with Rented @HomeDepot truck\n\n\n\n\n\n\n#RETWEET\n\n\n\n\n\n\nUpdates coming… \n
5116                                                                                                                                                                                                        AQ AMERICAN QUILTER MAGAZINE - Winter 1992 - Volume VIII, Number 4  https://t.co/34fCaR9iS9 via @eBay\n
5117                                                                                                                                                                                               RT @dwnews: Despite setbacks, @Ryanair reports rise in profits https://t.co/woLSh5mA3S https://t.co/8OBlKkMvOX\n
5118                                                                                                                                                             RT @MrKyruer: @NYPD @NYPDnews @ABC @MSNBC @CBS @CNN @AFP @CruickshankPaul #Breaking #NewYork #Manhattan\n\n\n\n\n\n\nPics made by Isis for the… \n
5119                                                                                                                                                              @TMobile Lorraine - Honey! What's wrong?\n\n\n\n\n\n\nDaughter - Mom! Who's that?\n\n\n\n\n\n\n#thankenstein + #contest https://t.co/Gw6e7vDZMD\n
5120                                                                                                                                                                           RT @Reuters: BREAKING: New York City mayor says eight dead, dozen more injured, 'This was a particularly cowardly act of terror'… \n
5121                                                                                                                                                                           RT @Reuters: BREAKING: New York City mayor says eight dead, dozen more injured, 'This was a particularly cowardly act of terror'… \n
5122                                                                                                                          RT @plhurst20: Please retweet to vote for @Budda03\n\n\n\n\n\n\n@FedEx @Ravens @NFL #AirandGround #Collins \n\n\n\n\n\n\n#AirandGround #Collins \n\n\n\n\n\n\n#AirandGround #Colli…\n
5123                                                                                                                                                                                    RT @hm: Pay homage to the 90's in the new club-kid classics: glowing neon hues, sequinned tops and oversized outerwear.… \n
5124                                                                                                                                                                                                        Happy Halloween to all!  Great #GoogleDoodle courtesy of @Google\n\n\n\n\n\n\nhttps://t.co/lenzFRevzM\n
5125                                                                                                                                                                                             Check out Dick Miles: The Last Goodbye / Candle Lighted World, / Capitol 2113  https://t.co/aczVkvHaOJ via @eBay\n
5126                                                                                                                                                                                             Check out Dick Miles: The Last Goodbye / Candle Lighted World, / Capitol 2113  https://t.co/aczVkvHaOJ via @eBay\n
5127                                                                                                                  RT @AmericanVoterUS: Propaganda is coming from WITHIN \n\n\n\n\n\n\n\n\n\n\n\n\n\n@CNN @ABC @NBC @CBS &amp; sometimes @FOXNews with GOP #DeepState \n\n\n\n\n\n\n\n\n\n\n\n\n\nObama made… \n
5128                                                                                                                                                                 RT @Reuters: MORE: NYPD says driver hit school bus, injuring two children and two adults on board https://t.co/wsQHt9Qldy https://t.co/tUuN…\n
5129                                                                                                                                                                            @OpenSecretsDC Instead of resources to fix their problems, @WellsFargo spends $600K to hire DC lobbying firm to ease supervision.\n
5130                                                                                                                                                                                             I just checked in @McDonalds with #mPLACES to donate to @RMHC With mPOINTS, you can too: https://t.co/HQVZnTHrly\n
5131                                                                                                                                                                                      RT @WhitecapsFC: A city united #ForVancouver\n\n\n\n\n\n\n\n\n\n\n\n\n\n| @Audi #MLSCupPlayoffs https://t.co/GVUGAJW7LH\n
5132                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
5133                                                                                                                                                                                                  HUNDREDS of people were employed by this production! Please reconsider, @netflix. ❤️ https://t.co/Go243nd4dc\n
5134                                                                                                                                                                       RT @walkerdude1: @CBS Pls #savemajorcrimes.  CBS would be a perfect home.  There could be crossovers with, @NCIS, SWAT.  We have a h… \n
5135                                                                                                                                                                             RT @cher221: How great would it be to have another great drama with a built-in audience on your schedule, @CBS? #savemajorcrimes\n
5136                                                                                                                                                                                     Bid now! China Pearl  "CASUALS"  Apple Pattern Dinnerware Coffee Cup Mug   #ChinaPearl https://t.co/9fL9oLsRoz via @eBay\n
5137                                                                                                                                                                    RT @Public_Citizen: By giving @exxonmobil a slap on the wrist, feds tell #polluters, ‘don’t worry about enforcement in the Trump admini… \n
5138                                                                                                                                                                 Kudos once again to @Tesco! After my compliments re. their driver, they contacted me for further details so they cld pass on to his manager.\n
5139                                                                                                                                                    RT @Splatland: Summer Girl: A Novel by Linda Watkins Does first love, true love, ever really die?\n\n\n\n\n\n\nhttps://t.co/orvPGFgMlF via @amazon #Comi…\n
5140                                                                                                                                                    RT @Splatland: Summer Girl: A Novel by Linda Watkins Does first love, true love, ever really die?\n\n\n\n\n\n\nhttps://t.co/orvPGFgMlF via @amazon #Comi…\n
5141                                                                                                                                                                            Happy Halloween! Today's @Google Doodle is all about Jinx, the lonely ghost. https://t.co/rxUl0d6a39 via… https://t.co/EhPCT2gIS7\n
5142                                                                                                                                                         RT @chinchillame: #Oil rally looks set to run into 2018 if #OPEC extends output limits - @Reuters poll\n\n\n\n\n\n\n#Brent #WTI #OPEC #OOTT #shale… \n
5143                                                                                                                                                RT @PrizeSquad: FOLLOW &amp; RETWEET TO #WIN THIS @Apple iPad Mini 4 Gold, 128GB! \n\n\n\n\n\n\n(Wi-Fi + Cellular) Ends: 22/11/17\n\n\n\n\n\n\n#COMPETITION… \n
5144                                                                                                                                                                                                    RT @McDonalds: A Happy Halloween, indeed. $1 Any Size Fanta Orange at McDonald's. https://t.co/1hwauwwqhG\n
5145                                                                                                     RT @musicalcasualty: @netflix Eleven took the route 422 bus to go find her sister\n\n\n\n\n\n\n\n\n\n\n\n\n\n4\n\n\n\n\n\n\n+\n\n\n\n\n\n\n2\n\n\n\n\n\n\n+\n\n\n\n\n\n\n2\n\n\n\n\n\n\n=\n\n\n\n\n\n\n8\n
5146                                                                                                                                                                           RT @Reuters: MORE: NYPD says driver was 29-year-old male armed with paintball gun and pellet gun, was shot in abdomen by officer… \n
5147                                                                                                                                                                                                     RT @ThrowbackAds: "Don't settle for walking." - @Honda featuring Lou Reed (1985) https://t.co/cyTUcQteBf\n
5148                                                                                                                                                                         Check out Snow White Madame Alexander Doll 15" Comes With Original Box #1555 #AlexanderDollCompany https://t.co/vXptT11eRg via @eBay\n
5149                                                                                                                                                                                                            didn't even ASK FOR A PASSWORD.  i guess "remember me" is good enough to spend MY MONEY?  @amazon\n
5150                                                                                                                                                                 RT @Saltimark: #HR4HR RT @TMobile: All your posts, replies, RTs, and QTs with #HR4HR this @MLB Postseason donate $2… https://t.co/bze8X27976\n
5151                                                                                                                                       RT @AHamiltonSpirit: Here's a video of Trump saying he knows Putin. #TheResistance needs to get this on TV.\n\n\n\n\n\n\n@CNN @maddow @MSNBC @CBS @NBC\n\n\n\n\n\n\nh…\n
5152                                                                                                                                                                                                                             @NFL @FedEx @NFL &amp; @nflcommish , fox what you broke! https://t.co/IodNdieGVd\n
5153                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
5154                                                                                                                                                                                   Check out Vintage Blue Glass Beaded Necklace; frosted and translucent beads, seed beads  https://t.co/4sdgu4AjwV via @eBay\n
5155                                                                                                                                                                            RT @TMobile: Happy Halloween! Submit your costume pics with #Thankenstein + #Contest to win a spooky trip to London, plus other… \n
5156                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
5157                                                                                                                                                                          Wall St. ends strong October higher as tech, staples lead: https://t.co/WRdQBBpDHt (via @Reuters) #trading… https://t.co/4FbviuQnYa\n
5158                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
5159                                                                                                                                                                      RT @McDonalds: @WilRuizII Our heart’s beating faster over here, and it’s not from all the scares. #TrickorTweet https://t.co/B4ZQcbVFW0\n
5160                                                                                                                                                                                     Check out NEW (5) Diablo Fiber 7" 24 Grit Grinding /Polishing Discs 7/8" Arbor #Diablo https://t.co/Tnxno4mSVx via @eBay\n
5161                                                                                                                                                             @Reuters Trump is a crooked thief, a liar and a fraud. He &amp; his GOP cronies are TRAITORS who conspired to defraud t… https://t.co/oXBOw6kAxa\n
5162                                                                                                                                                                                                             @Jearls90 @Nestle @Hersheys @HersheyCompany What, pray tell, have you been having problems with?\n
5163                                                                                                                                                                    RT @Public_Citizen: By giving @exxonmobil a slap on the wrist, feds tell #polluters, ‘don’t worry about enforcement in the Trump admini… \n
5164                                                                                                                                                                                 Haven't ate all day, then when I go and get @McDonalds they screw up my food. Extra mayo and add cheese sound nothing alike.\n
5165                                                                                                                                                                                                                                  RT @Disney: Poor, unfortunate ghouls! 🐙 #Halloween https://t.co/HMdThTa66p\n
5166                                                                                                                                                                                                       @pepsi Next song of the day "I Don't Wanna Live Forever".... TOMORROW in the 8a hour w/ @JShowChicago!\n
5167                                                                                                                  RT @AmericanVoterUS: Propaganda is coming from WITHIN \n\n\n\n\n\n\n\n\n\n\n\n\n\n@CNN @ABC @NBC @CBS &amp; sometimes @FOXNews with GOP #DeepState \n\n\n\n\n\n\n\n\n\n\n\n\n\nObama made… \n
5168                                                                                                                                                                     RT @milliebbrown: Awww!! @DavidKHarbour @ShawnLevyDirect @netflix #StrangersThings2  so blessed \n\n\n\n\n\n\n❤️❤️ https://t.co/lGdEs6gsx7\n
5169                                                                                                                                                RT @PrizeSquad: FOLLOW &amp; RETWEET TO #WIN THIS @Apple iPhone X, 256GB. #GIVEAWAY\n\n\n\n\n\n\nEnds: 04/11/17 #COMPETITION #iPhoneX https://t.co/IhOMQu89ZT\n
5170                                                                                                                                                                 @FlashbackBaby @Reuters Why? If he gets Intel that suggests that the north is launching, why not launch preemptivel… https://t.co/tsmCXwElWx\n
5171                                                                                                                                                               3 ways #Nest homeowners are taking control of their home. @Nest @Google @TMobile \n\n\n\n\n\n\nhttps://t.co/jGlAqdVnxz https://t.co/lSlsNDkfWt\n
5172                                                                                                                                                                                         RT @BritishVogue: Ahead of the launch of @erdem x @hm on Thursday, the Vogue editors style their favourite pieces:… \n
5173                                                                                                                                                    RT @exxonmobil: Meet Elseya rhodini, a new turtle species we discovered while mapping biodiversity in Papua New Guinea.\n\n\n\n\n\n\n https://t.co/8GPNs…\n
5174                                                                                                                                                    RT @TorontoStar: Media Rights Capital and @netflix suspend House of Cards production to review situation, concerns of cast and crew.\n\n\n\n\n\n\nhttps:…\n
5175                                                                                                                                                                 RT @Reuters: WATCH: Carbon dioxide levels grew at record pace in 2016, U.N. says https://t.co/llFT7n5GMg via @ReutersTV https://t.co/jmu1le…\n
5176                                                                                                                                 RT @WeSupport45: Terrorist waving gun Yells Allahu Akbar in Manhattan\n\n\n\n\n\n\nKills 6+ with Rented @HomeDepot truck\n\n\n\n\n\n\n#RETWEET\n\n\n\n\n\n\nUpdates coming… \n
5177                                                                                                                                             RT @SenDonnelly: (2/2) The pair of Senators explained to @amazon that Indiana has:\n\n\n\n\n\n\n✓ A robust and talented workforce\n\n\n\n\n\n\n✓ Effective tra… \n
5178                                                                                                                                                                                 @Rav83559 @netflix Legend of drunken master, Dragon good meeku Chinese/Korean dishum dishum nachithe...Grandmaster not on NF\n
5179                                                                                                                                                                 6) got me to treat him to a $100 Amazon gift card. This @facebook rep said he would fix my problem, but never called back. I called the help\n
5180                                                                                                                                                                         Check out The Children's Place , Girls Size 5T Blue Jeans, Ruffle Flare, Stretch  #Flare #Everyday https://t.co/SYpkfNGNjL via @eBay\n
5181                                                                                                                                                     RT @emergerstrategy: Help our friends at @ConservationHwk win the @Starbucks #upstanders challenge!  https://t.co/o3J6rvg4Ea\n\n\n\n\n\n\n#ActOnClimate…\n
5182                                                                                                                                                                           RT @Reuters: MORE: NYPD says driver was 29-year-old male armed with paintball gun and pellet gun, was shot in abdomen by officer… \n
5183                                                                                                                                                                   @pkeenan516 @Reuters The other was a volunteer worker in a group that met once and he lied to the FBI, so HRC lied 39 times, what a dunce,\n
5184                                                                                                                                                                                              Check out Zippo Lighter: U.S. Army, Army Dad - Black Matte 77661 - NEW #Zippo https://t.co/MyImo89PnO via @eBay\n
5185                                                                                                                                                                                    RT @bcungpaochicken: it’s ya bois Snap, Crackle, and Pop @KelloggsUS can we get some free cereal? https://t.co/adbYl6FhWm\n
5186                                                                                                                                                                                 Check out Vintage SQUIGGLES Dayton Hudson Plush Twistanbul 14" Bunny Curly Satin Ears Toy  https://t.co/4q3eC6ABAC via @eBay\n
5187                                                                                                                                                    RT @nessnitty: Happy Halloween! Don't be scared of your bill anymore! Switch to @TMobile\n\n\n\n\n\n\nPlus, they always got me covered wherever I go! #ad\n
5188                                                                                                                                 RT @WeSupport45: Terrorist waving gun Yells Allahu Akbar in Manhattan\n\n\n\n\n\n\nKills 6+ with Rented @HomeDepot truck\n\n\n\n\n\n\n#RETWEET\n\n\n\n\n\n\nUpdates coming… \n
5189                                                                                                                                                                              How retirement savings startup @honestdollar attracted multinational #finance company, @GoldmanSachs... https://t.co/ypsD0iuXLD\n
5190                                                                                                                                                                 @JayRockerz @Variety @netflix For all we know 26 yr old Spacey saw this "attractive" young man hanging around his p… https://t.co/HiGC2Pm1zH\n
5191                                                                                                                                                                                                                 @pkeenan516 @Reuters Can you provide just 1 fact about the topic to support your BS, just 1?\n
5192                                                                                                                                                                                RT @dhiggins63: After what happened in #Nice, #Paris and #London, How dare @HomeDepot rent such a dangerous #AssaultTruck!?🤔\n
5193                                                                                                                                                                                                    RT @McDonalds: A Happy Halloween, indeed. $1 Any Size Fanta Orange at McDonald's. https://t.co/1hwauwwqhG\n
5194                                                                                                                                                                Carlo the Mouse,Book 2: Now We're Talking!Wonderful #story with bright,bold&amp;beautiful illustrations!#mums https://t.co/xwjb1rKQLt @amazon\n
5195                                                                                                                                                             RT @MikeStuchbery_: Hey @Disney, some jackass is dubbing your animated films with antisemitic &amp; racist lyrics! Wanna DMCA them? https://t.c…\n
5196                                                                                                                                                                               Check out Divided, Women's Boyfriend Sweater Size 8 / Ladies #DividedByHM #Boyfriend #Casual https://t.co/Zf8oVbCoz3 via @eBay\n
5197                                                                                                                                                                                   RT @Cisco: Loretta's advice for #WomeninTech: "Just go for it. The Sky is the limit in IT." See her @CiscoNetAcad story:… \n
5198                                                                                                                                                                                                                                             #TuesdayNightLineup:   \n\n\n\n\n\n\n   #NCIS "Trapped" on @CBS.\n
5199                                                                                                                                                                            RT @Toyota: Check out the @KyleBusch Rowdy Edition II #Camry at the Toyota #SEMA2017 booth! Black, metallic, smooth...pure ROWD… \n
5200                                                                                                                                           RT @MLS: That didn't take long! Ola Kamara puts one away for @ColumbusCrewSC.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#CLBvNYC // @Audi #MLSCupPlayoffs https://t.co/tuqDglEHUj\n
5201                                                                                                                                                                                                  @TMobile Movie code didn't work, and I have a dairy allergy. MAYBE I'll get the prints... if I have time...\n
5202                                                                                                                                           RT @MLS: That didn't take long! Ola Kamara puts one away for @ColumbusCrewSC.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#CLBvNYC // @Audi #MLSCupPlayoffs https://t.co/tuqDglEHUj\n
5203                                                                                                                                                                 @onlyme_LC @netflix Exactly. Now I have no option but to weep for probably an hour and, on top of that, miss out on… https://t.co/GI7QHy94j9\n
5204                                                                                                                                         RT @Elizabeth_Ann_M: #SaveMajorCrimes because James Duff can give you all this and more  \n\n\n\n\n\n\n@CBS @AllAccessCBS @CBSTweet @amazon \n\n\n\n\n\n\n10M view… \n
5205                                                                                                                                                                                                       RT @sense8bringitbt: @netflix tonight, BPO is coming for you!!! #sense8season3 https://t.co/K8pVvQhK2F\n
5206                                                                                                                                                                               RT @Reuters: New Jersey sues OxyContin maker, links marketing to opioid crisis https://t.co/1tJoNSSWPP https://t.co/vkmw1NBrF3\n
5207                                                                                                                                                             RT @MikeStuchbery_: Hey @Disney, some jackass is dubbing your animated films with antisemitic &amp; racist lyrics! Wanna DMCA them? https://t.c…\n
5208                                                                                                                                                                 @Tergiversa @Dominik_Mk @billiejoe4me @netflix A different approach to what? Evidence, or coming forward with an ac… https://t.co/VCGu5SoA4w\n
5209                                                                                                                                                                 @fleccas @Lis_aLouu @latinovictoryus @RalphNortham @EdWGillespie @Ford @TuckerCarlson Figures, they continue to spo… https://t.co/aZNlJZCBq2\n
5210                                                                                                                                                                                                         RT @MLS: .@Guaje7Villa off the post! 😱\n\n\n\n\n\n\n\n\n\n\n\n\n\n#CLBvNYC // @Audi #MLSCupPlayoffs\n
5211                                                                                                                                                                                            Check out this Amazon deal: Marvel Legends Series Hulk, 14.5-inch by Avengers https://t.co/o6UimF8iD8 via @amazon\n
5212                                                                                                                                                                                                           @Lozzahugez @Apple You can try Jihosoft iPhone Data Recovery:\n\n\n\n\n\n\nhttps://t.co/8kjYr0EKPA\n
5213                                                                                                                    RT @Besmartsports: Lifters Knee Sleeves Elbow Wrist Wraps Strap Crossfit/Powerlifting/Squatting \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/hMzc19HzDC\n\n\n\n\n\n\n\n\n\n\n\n\n\n via @eBay\n
5214                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
5215                                                                                                                                                                             A balancing act: e-grocery startups challenge @amazon and @instacart for #online supremacy \n\n\n\n\n\n\nhttps://t.co/mu2AWzJpKj\n
5216                                                                                                                                                                                             RT @GoldmanSachs: VIDEO: @zipline’s CEO on bringing on-demand, lifesaving medicine to those in need via drone:… \n
5217                                                                                                                                                                               RT @Reuters: New Jersey sues OxyContin maker, links marketing to opioid crisis https://t.co/1tJoNSSWPP https://t.co/vkmw1NBrF3\n
5218                                                                                                                                                                 @WilkowMajority @FordPerformance @Ford @FordTrucks As a Ford F-350 owner, I think it sucks, and is a cowardly, fear… https://t.co/37Y9K2PYei\n
5219                                                                                                                                                                                                                     RT @TMobile: Crazy game, crazy long balls, CRAZY night of #HR4HR https://t.co/BwD57CilYs\n
5220                                                                                                                                                                @Reuters 🤔 so the same ppl who sold the drugs that addicted you, are selling the drugs to treat the addiction? All approved by the same FDA?\n
5221                                                                                                                                                                                  #AD @Costco always has all our fall essentials, and @Huggies Plus Diapers on sale is no exception!… https://t.co/2BVe5H7PmE\n
5222                                                                                                                                                             RT @uknowJam: @Nike , @adidas , @Jumpman23 @Gatorade y'all hiring? \n\n\n\n\n\n\n\n\n\n\n\n\n\n(Directed by @vertmotion) https://t.co/OYPynbqHSe\n
5223                                                                                                                                                             RT @uknowJam: @Nike , @adidas , @Jumpman23 @Gatorade y'all hiring? \n\n\n\n\n\n\n\n\n\n\n\n\n\n(Directed by @vertmotion) https://t.co/OYPynbqHSe\n
5224                                                                                                                                           RT @Nissan: We're going places. 🙌  \n\n\n\n\n\n\n#OMGTR #NissanGTR #MondayMotivation\n\n\n\n\n\n\n📷: bodd_ \n\n\n\n\n\n\n🚗: sirwasswass https://t.co/gzxfrnDwEF\n
5225                                                                                                                                                                       RT @Ukraine: Recently @baekdal started an important discussion on emoji burgers. We want to go further: @Google &amp; @Apple, time t… \n
5226                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
5227                                                                                                                                   RT @NyleDiMarco: @milliebbrown @Stranger_Things FRIENDS... DONT... LIE in ASL! \n\n\n\n\n\n\n\n\n\n\n\n\n\n-\n\n\n\n\n\n\n@netflix #StrangerThings https://t.co/iIhh23QQot\n
5228                                                                                                                                                                 RT @greatstuffuneed: Check out bunnyhut19 on @eBay, See their favorite finds  #Fashion #Jewelry #StealsAndDeals #Christmas #Shopping https:…\n
5229                                                                                                                                                                                                    RT @McDonalds: A Happy Halloween, indeed. $1 Any Size Fanta Orange at McDonald's. https://t.co/1hwauwwqhG\n
5230                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5231                                                                                                                                                      .@CreativeReview's top 20 logos of all time. Good list, my favourites have to be @FedEx and the British Rail logo.\n\n\n\n\n\n\nhttps://t.co/dow4cBxNKS\n
5232                                                                                                                                                 RT @TMobile: This @MLB Postseason, we’re donating $20K for each home run, plus another $2 for every tweet with #HR4HR\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet’s bre… \n
5233                                                                                                                                             RT @justinmaller: First ever selfie on the Pixel 2!\n\n\n\n\n\n\n\n\n\n\n\n\n\nThanks to my @Google family for hooking me up! #teampixel https://t.co/1CKR7bi0zN\n
5234                                                                                                                                                                                                 Check out Regal Model R10SC Cable Gun Lock, NEW In Package Two Keys #Regal https://t.co/vvQokAJw9j via @eBay\n
5235                                                                                                                                                                  RT @MLS: .@Guaje7Villa grabs the away goal for @NYCFC!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#CLBvNYC // @Audi #MLSCupPlayoffs https://t.co/ThdO6Yo3dl\n
5236                                                                                                                                                                                                         @netflix Please don't take it down, it won't be the same without Francis, things could be different.\n
5237                                                                                                                                                                                            RT @adidas: When you're too busy making your own waves. ➕➕➕\n\n\n\n\n\n\n#HereToCreate https://t.co/ueOfo9iOpW\n
5238                                                                                                                                             RT @frntofficesport: Making memorable influencer content can be tough, but @indicowie and @ATT seem to have the right formula. \n\n\n\n\n\n\n\n\n\n\n\n\n\n📰:… \n
5239                                                                                                                                                                                          Elephants quote,good luck,wisdom,serenity,mother baby elephant print, parenthood  https://t.co/n9JL1UyJHm via @eBay\n
5240                                                                                                                                                                                                      RT @Reuters: Ousted Catalan leader agrees to election, summoned to Madrid court https://t.co/YdNabzHv9n\n
5241                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
5242                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5243                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
5244                                                                                                                                RT @QUAthletics: We're excited to announce the Bobcats are joining the @adidas family!\n\n\n\n\n\n\nDetails: https://t.co/F136eO6Pk2\n\n\n\n\n\n\n\n\n\n\n\n\n\n#teamadidas… \n
5245                                                                                                                                                                               RT @adidas: Removing any limits, @NoraVExplora uses creativity to help define her style. #HereToCreate https://t.co/NcrJsjXmwu\n
5246                                                                                                                                       RT @BMW: Contemporary design with a distinctive angle. \n\n\n\n\n\n\nThe all-new #BMW Concept #X7 #iPerformance.\n\n\n\n\n\n\nhttps://t.co/f8jnKHHEH1 https://t.co/Uh…\n
5247                                                                                                                                                 RT @TMobile: This @MLB Postseason, we’re donating $20K for each home run, plus another $2 for every tweet with #HR4HR\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet’s bre… \n
5248                                                                                                                                                                                                                 RT @lonelypizzalove: FUCK @netflix FOR TAKING OFF FAMILY GUY, BOBS BURGERS, AND AMERICAN DAD\n
5249                                                                                                                                                                              RT @Reuters: Return Manafort's money, Democrats demand of California Republican https://t.co/YCGgTjgrQO https://t.co/RHCKvHd5wc\n
5250                                                                                                                                                             RT @RogerPicardUSA: Grad of Ouachita Baptist University, what do you expect?\n\n\n\n\n\n\n@ABC @NBC @CBS @MSNBC @CNN @NPR @maddow  @chrishayes… \n
5251                                                                                                                                                                                             RT @Reuters: Exuberant and defiant, New Yorkers flock to Halloween parade despite attack https://t.co/l3PnZdhN7s\n
5252                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
5253                                                                                                                                                                                      @ATT what does  this mean?\n\n\n\n\n\n\nBOYD is compatible with at&amp;t but At&amp;t can't find a compatible SIM card.\n
5254                                                                                                                                                RT @TMobile: #HR4HR’s rounding third and headed home!\n\n\n\n\n\n\n\n\n\n\n\n\n\nNearly $1M raised so far on tweets alone. Finish the Fall Classic 💪 tweet… \n
5255                                                                                                                                            RT @MLS: Make it ✌️ for @ColumbusCrewSC! @arturl33 doubles the #CrewSC lead. \n\n\n\n\n\n\n\n\n\n\n\n\n\n#CLBvNYC // @Audi #MLSCupPlayoffs https://t.co/39JjSwRAeR\n
5256                                                           Cliff Lee signed 8x10 photo\n\n\n\n\n\n\n#Indians\n\n\n\n\n\n\n#RallyTogether\n\n\n\n\n\n\n#WorldSeries\n\n\n\n\n\n\n#ThisTeam\n\n\n\n\n\n\n#EarnHistory\n\n\n\n\n\n\n#PinstripePride\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/urP2wWhc6A via @eBay\n
5257                                                                                                                                                                                         RT @BritishVogue: Ahead of the launch of @erdem x @hm on Thursday, the Vogue editors style their favourite pieces:… \n
5258                                                                                                                                                                                Check out Vintage MARILYN MIGLIN PHEROMONE LARGE DISPLAY EMPTY BOTTLE ORIGINAL Parfum 11"   https://t.co/MdOrlcwsZp via @eBay\n
5259                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5260                                                                                                                                                                   RT @ceo_myquibbler: @TMobile #HR4HR\n\n\n\n\n\n\n\n\n\n\n\n\n\nWe need a victory in H-town. Praying for the victims &amp; families in NYC.\n
5261                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5262                                                                                                                                                                                 Check out Chakra Tuned Set of 7 Lotus Design Frosted Quartz Crystal Singing Bowls 8"-10"   https://t.co/d1zYwr18Vf via @eBay\n
5263                                                                                                                                                                                                                     RT @TMobile: Crazy game, crazy long balls, CRAZY night of #HR4HR https://t.co/BwD57CilYs\n
5264                                                                                                                                                RT @TMobile: #HR4HR’s rounding third and headed home!\n\n\n\n\n\n\n\n\n\n\n\n\n\nNearly $1M raised so far on tweets alone. Finish the Fall Classic 💪 tweet… \n
5265                                                                                                                                                                                                                                       RT @Disney: No tricks, only treats! #Halloween https://t.co/aOtWV2V9ga\n
5266                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5267                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5268                                                                                                                                                                           RT @dprite1: I’ll give this @AROD ⚾️ to 1 of you, if this tweet gets 500 retweets. Thx @TMobile 4 donating $2 for hurricane reli… \n
5269                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5270                                                                                                                                                                 @KendallDeHaan @latimes @McDonalds Because they sell meat like 97% of the food industry, they have no compassion an… https://t.co/nd4PnKZ4Hs\n
5271                                                                                                                                                                   @Google Get a new amazon gift card from this link worth $100\n\n\n\n\n\n\nhttps://t.co/eOENzJBTEO    \n\n\n\n\n\n\nhttps://t.co/nGcLcx3k3u\n
5272                                                                                                                                                                                                                                                                                @Reuters Sure thing, Demwits.\n
5273                                                                                                                                                                                          #bezos #amazon @amazon @JeffBezos  #JEFFBEZOS HQ3 Middle of USA, HQ3 east, HQ4 south "like the points on a compass"\n
5274                                                                                                                                                 RT @TMobile: Home runs and #HR4HR are helping aide in hurricane recovery all World Series.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet all Fall Classic with #HR4HR a… \n
5275                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
5276                                                                                                                                                                                                                                  RT @Disney: Poor, unfortunate ghouls! 🐙 #Halloween https://t.co/HMdThTa66p\n
5277                                                        RT @netflix: so...\n\n\n\n\n\n\n\n\n\n\n\n\n\nMike called Eleven every night for 353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n353 days\n\n\n\n\n\n\n\n\n\n\n\n\n\n3\n\n\n\n\n\n\n+\n\n\n\n\n\n\n5\n\n\n\n\n\n\n+\n\n\n\n\n\n\n3\n\n\n\n\n\n\n=\n\n\n\n\n\n\n11\n
5278                                                                                                                                                                   RT @ceo_myquibbler: @TMobile #HR4HR\n\n\n\n\n\n\n\n\n\n\n\n\n\nWe need a victory in H-town. Praying for the victims &amp; families in NYC.\n
5279                                                                                                                                                                                                                        Cutest @UPS delivery pug ever! 😊\n\n\n\n\n\n\n#HappyHallowen https://t.co/Eb4Uwxgr8s\n
5280                                                                                                                                                                                       RT @Reuters: Asia shares hit 10-year high on strong economy, oil gains https://t.co/5znMFqArS8 https://t.co/rvdh8DNPoD\n
5281                                                                                                                                                                    I’ve posted 2 tweets &amp; TOGETHER we have been able to raise over $1,000 for @TMobile to donate for hurricane relief! AMAZING!!! #HR4HR\n
5282                                                                                                                                                                                                                     Check out Rogaska Crystal 10" Centerpiece Vase Signed  https://t.co/eZ5VnNM2YW via @eBay\n
5283                                                                                                                                                                                                               RT @Metta_World_Mat: #HR4HR $2 to @TeamRubicon for Hurricane relief from @TMobile. No cap, RT!\n
5284                                                                                                                                                                                   Check out Lotus Design Colored  Frosted  G Throat Chakra Quartz Crystal Singing Bowl 8"  https://t.co/i5pgYTGcOq via @eBay\n
5285                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5286                                                                                                                                      RT @nextofficial: RT to #WIN our (slipper!) #ShoeOfTheWeek!\n\n\n\n\n\n\nhttps://t.co/vmmzN00wci\n\n\n\n\n\n\nT&amp;Cs: https://t.co/jfjRu3caLL https://t.co/0gFamm8RZ7\n
5287                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5288                                                                                                                                                              RT @SarahJaneReign: Hey y'all, use hashtag #HR4HR  and @TMobile will donate $2 to Houston recovery! Please RT and help my city heal 🙏🏻💕 #ht…\n
5289                                                                                                                                                                          RT @chy_leigh: To help those in desperate need of hurricane relief, every tweet w/ #HR4HR = $2 via @TMobile Let’s spread hope and… \n
5290                                                                                                                                                                 @ErikLinder @TMobile In addition, I was referred to @TMobile with the idea this was your Jump Plan. No mention that… https://t.co/GfolPKglQv\n
5291                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5292                                                                                                                                                     So glad I don't use @facebook. Users may as well enter their SS#'s.\n\n\n\n\n\n\n#facialrecognition allows them to find you, your ID, everything you do.\n
5293                                                                                                                                                                                            Check out SALE! Empty Can Of German Beer VALENTINS HEFEWEISSBIER, 500 ml, 2017  https://t.co/h2PcRGxje5 via @eBay\n
5294                                                                                                                                                                                  RT @TMobile: Be ready for your next iPhone. Join our iPhone upgrade program for free!\n\n\n\n\n\n\n https://t.co/ELb8YQspF6\n
5295                                                                                                       RT @TMobile: Players are smashing ⚾s – the most ever!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweets are on 🔥 – over $1M raised!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet &amp; RT with #HR4HR all game long! https://t.…\n
5296                                                                                                                                                                                  RT @Google: We're feline fine over on Instagram today. No kitten, go check it out. Right meooow → https://t.co/pMOJFdN3nO… \n
5297                                                                                                                                                                                                                                @Reuters Civic unrest is what he wants. Go away Obama, enjoy your retirement.\n
5298                                                                                                                                                                 @netflix Can't believe some kid was abused and people here are worried about the fans, the other cast and crew, and… https://t.co/arnUrt3P6S\n
5299                                                                                                                                                 RT @TMobile: Home runs and #HR4HR are helping aide in hurricane recovery all World Series.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTweet all Fall Classic with #HR4HR a… \n
5300                                                                                                                                                                         RT @carmen33b: @TMobile Please more #HR4HR I've seen first hand where this money is going around #HoustonStrong yes, that is me wi… \n
5301                                                                                                                                                                 Wow, @amazonIN @amazon The new amazon Interface is so freaking awesome, The font is more crispier and and screen is utilised in the best way\n
5302                                                                                                                                                                                RT @Google: Squad ghouls! Making a kitty-cameo in this year's #Halloween #GoogleDoodle, it's the star of last year's, Momo!… \n
5303                                                                                                                                                                                     Check out Empty Bottle Decanter of "Cossack With a Bottle" from under Ukrainian Vodka  https://t.co/Rfv2g96X3l via @eBay\n
5304                                                                                                                                 RT @WeSupport45: Terrorist waving gun Yells Allahu Akbar in Manhattan\n\n\n\n\n\n\nKills 6+ with Rented @HomeDepot truck\n\n\n\n\n\n\n#RETWEET\n\n\n\n\n\n\nUpdates coming… \n
5305                                                                                                                                                 @darth @dog_rates @Google \n\n\n\n\n\n\nThank you for making my Halloween extra special. Between today's doodle &amp; all the pets in costumes, today ruled!\n
5306                                                                                                                                                                          Check out Sale! RETAIL: $34 NWT EMPORIO ARMANI Underwear Pop Stripe Boxer Brief, M #EmporioArmani https://t.co/5sDLIQkfXC via @eBay\n
5307                                                                                                                                                                                                                                                                @verizon Hey, can I ask you a quick question?\n
5308                                                                                                                                       RT @HoustonTexans: First QB in history with 400+ pass yards, 4 pass TDs &amp; 55+ rush yards.\n\n\n\n\n\n\n\n\n\n\n\n\n\nRT to vote #DW4 @FedEx Air Player of the We… \n
5309                                                                                                                                                      @Sony just announced new Aibo robot dog was definitely interested until seeing $1700 + mandatory subscription WTF?\n\n\n\n\n\n\nhttps://t.co/GIRvjfNU5i\n
5310                                                                                                                                                                                 Check out DS33/70 Vintage Japanese Fabric Cotton Antique Boro Patch Indigo Blue SHIMA 46"  https://t.co/FDwSnx9pKh via @eBay\n
5311                                                                                                                                                                                       RT @pepsi: What do you think, is a hot dog a sandwich? We had our @NFL players weigh in for The Fun Doesn't End Zone… \n
5312                                                                                                                                                                 Chrissy, please don't use @google or at least use @brave or @firefox with @Google . Us hapas have to stick together. https://t.co/jKdtbgR11b\n
5313                                                                                                                                       RT @thesheetztweetz: The space industry will be worth nearly $3 trillion in 30 years, @BankofAmerica predicts \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/NlqTnNKX1M htt…\n
5314                                                                                                                                                                 RT @ncatsuaggies: With 10+ offers #NCAT #CS student @DevGuyBrandon making moves, bound for @Microsoft #AggiesAchieve #AggiesDo https://t.co…\n
5315                                                                                                                                                                     RT @PrizeSquad: FOLLOW &amp; RETWEET TO #WIN THIS @Apple Watch 42MM, Series 3 with GPS + Cellular. White Ceramic Case with White Sport… \n
5316                                                                                                                                                                 @bodster78 @Brown666W @AngusRobertson @theSNP @Tesco For "Consistency"(Tesco's excuse for this offence), TESCO will… https://t.co/CwM0Y4GXoY\n
5317                                                                                                                                       RT @AHamiltonSpirit: Here's a video of Trump saying he knows Putin. #TheResistance needs to get this on TV.\n\n\n\n\n\n\n@CNN @maddow @MSNBC @CBS @NBC\n\n\n\n\n\n\nh…\n
5318                                                                                                                                                                                             RT @Reuters: Exuberant and defiant, New Yorkers flock to Halloween parade despite attack https://t.co/l3PnZdhN7s\n
5319                                                                                                                                                                                      Check out Harry Potter and the Philosophers Stone Bloomsbury 1st Edition, RARE 20th Print https://t.co/eUVCPCQrqc @eBay\n
5320                                                                                                                                                                                                                   @CBS Most Muslims hate the Islamists, Terrorists who are following an evil, sick, ideology\n
5321                                                                                                                                                                                @BleacherReport @DezBryant @Samsung I love this match up. I can't wait for 11-30 Let's Go Cowboys Straight From Washington,DC\n
5322                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5323                                                                                                                                                                 RT @Google: 45 years ago today, arcade icon Pong was released, becoming the first commercially successful video game. Groovy. https://t.co/…\n
5324                                                                                                                                                                               RT @THR: After a yearlong worldwide search, #Mulan has been found. Meet the Chinese actress set to play the @Disney characte… \n
5325                                                                                                                                                                      RT @VictorNimako: Ok @Marvel , I’m gonna need you to focus all your energy and resources into #InfinityWar I’m talking all @netflix s… \n
5326                                                                                                                                                                 Shout out to @FedEx for “not” putting any cameras in the parking lot. Now I’m left without a truck, and everyone just shrugs their shoulders\n
5327                                                                                                                                                                                                 Are @Google, @amazon, @facebook, @Apple companies our friends, enemies or frenemies? https://t.co/KmiUZzAXhE\n
5328                                                                                                                                                                   @amandacarpenter So, only @CNN, @ABC, @nbc, @CBS, @nytimes, &amp; @washingtonpost get to go undercover and try to infiltrate places? Stop.\n
5329                                                                                                                                                          RT @Scow0857: 12/7: Save #NetNeutrality or the voice that is silenced will be YOURS. \n\n\n\n\n\n\n\n\n\n\n\n\n\nDon't let @comcast @verizon @att… \n
5330                                                                                                                                                                          RT @Reuters: WATCH: Nasdaq tanks, marking possible end to tech rally https://t.co/dFSCpKsTEq via @ReutersTV https://t.co/WeGqPHON6a\n
5331                                                                                                                                                                                                    RT @PlayboyyMarti: @ASOS @meghanmarkle She needs a dress to a wedding, not greggs. stay in your lane asos\n
5332                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5333                                                                                                                                                          MRT @GreenSkyDeb "Her work is authentic, has humor, &amp; is very easy 2 read &amp; apply." https://t.co/QnQQmrTIxV via @amazon #books #inspiration\n
5334                                                                                                                                       @Reuters @ReutersTV Because we all know those missiles run on diesel.\n\n\n\n\n\n\n\n\n\n\n\n\n\nHow about poking him with a long stick, if y… https://t.co/Iep8qwahZu\n
5335                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5336                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5337                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5338                                                                                                                                                                               RT @THR: After a yearlong worldwide search, #Mulan has been found. Meet the Chinese actress set to play the @Disney characte… \n
5339                                                                                                                                                                 @jonathanancer @amazon Just purchased the Kindle version for myself  -  knowing part of the story, especially Jenny… https://t.co/aodzNX56Ey\n
5340                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5341                                                                                                                                                                           RT @caesars: Excited to introduce Datally, a new app by @Google that helps you save more and do more with mobile data. People te… \n
5342                                                                                                                                                                   @GraziaIndia @RanveerOfficial @hm @gucci Your Eyes, Lips and facial hair !!! So handsome ❤️❤️ One of your best look… https://t.co/CDObtScdxn\n
5343                                                                                                                                                                                                        RT @CBS: It's not about how we fall, it's about how we get up. #VSFashionShow https://t.co/NCe08O8OjU\n
5344                                                                                                                                                 Check out this Prod/Poulan Weedeater 20 Gas Chain Saw \n\n\n\n\n\n\nhttps://t.co/4AWHWq5KVB via @eBay\n\n\n\n\n\n\n#yardcare #tools… https://t.co/N4UgNqQT9P\n
5345                                                                                                                                                                                                        RT @Disney: "There was an idea… ” @Avengers: #InfinityWar. In theaters May 4. https://t.co/EvQKXM3Jq1\n
5346                                                                                                                                                                                                 RT @MLS: Back. To. Back. 🏆\n\n\n\n\n\n\n\n\n\n\n\n\n\n#TFC // @Audi #MLSCupPlayoffs https://t.co/l7gRHqIzjg\n
5347                                                                                                                                                                                 @MarshaCollier @Adobe Thank you so much so sweet of you :)\n\n\n\n\n\n\ni would love to hear more on how to use social media\n
5348                                                                                                                                                 RT @Nash076: Hey @comcast, hey @comcastcares:\n\n\n\n\n\n\n\n\n\n\n\n\n\nCan you please explain why you have removed your promise not to use paid prioriti… \n
5349                                                                                                                                                                 RT @Google: 45 years ago today, arcade icon Pong was released, becoming the first commercially successful video game. Groovy. https://t.co/…\n
5350                                                                                                                                                                       RT @femchem1029: Check out 2014 Topps #WWE Road To WrestleMania #Undertaker "The Streak" 4 Card Lot  https://t.co/nl9NRBzj3q via @eBay\n
5351                                                                                                                                                                      RT @Reuters: Australia bows to years of pressure, announces inquiry into finance sector https://t.co/m8wTYDpj7R https://t.co/Up8eVZo9oh\n
5352                                                                                                                                                                                     RT @Burberry: Kris Wu shares his favourite tracks in celebration of the launch of his new single, 'B.M'. Listen now on… \n
5353                                                                                                                                                                     RT @mommaesuss: @AbbieHollowDays @rikayla @the_ns @THR @Disney there’s no mulan without shang, the bisexual icon https://t.co/NHNjx94ZZs\n
5354                                                                                                                                                             RT @winitonline: FOLLOW @PrizeSquad &amp; RETWEET TO #WIN THIS @Apple iPhone X, 256GB. #GIVEAWAY Ends: 7/12/17 #COMPETITION #iPhoneX https://t.…\n
5355                                                                                                                                                                           RT @Reuters: As Tesla struggles to turn an annual profit, workers say money is being funneled into repairs as speed hurts assemb… \n
5356                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5357                                                                                                                                    RT @HotdogHiker: Hey guys could I get a part in ST3?\n\n\n\n\n\n\nI'll tweet erry goddang day till SOMEONE notices\n\n\n\n\n\n\n\n\n\n\n\n\n\n@netflix @Stranger_Things… \n
5358                                                                                                                                                                 RT @Google: 45 years ago today, arcade icon Pong was released, becoming the first commercially successful video game. Groovy. https://t.co/…\n
5359                                                                                                                                                                            RT @Reuters: Credit Suisse targets more cost cuts, sets 2019 and 2020 yield goals https://t.co/BC1StjWeoi https://t.co/jMtiuflllO\n
5360                                                                                                                                                                                                        @Doom_Pie @Reuters Now that you’ve told everyone I expect you’ll be in jail by this afternoon, right?\n
5361                                                                                                                                                                                                       @SarahJHoover @Ryanair Hi Sarah, checkout my site https://t.co/F375wJUaYv I am sure you would love it.\n
5362                                                                                                                                                                             Migration to UK plunges in year after Brexit, driven by EU citizens https://t.co/qAFZSP2uLr via @Reuters https://t.co/rVC4qeU3tr\n
5363                                                                                                                                                                                    Check out Vintage 5" Holly Hobbie Porcelain Girl Figurine Blue Girl 1979 hand painted   https://t.co/UYDrdrdcBI via @eBay\n
5364                                                                                                                                                                                                 Check out Potion Bottle Set, Assorted Glass Apothecary Cork Bottles, Small Set https://t.co/Jtede8TM8U @eBay\n
5365                                                                                                                                                                                                                                                                     @comcast Go home, Comcast, you're drunk.\n
5366                                                                                                                                       Dear @Apple, \n\n\n\n\n\n\nWhen you do your next update on emojis, could I please request a couple of things!?\n\n\n\n\n\n\n1) lightsabers, 2… https://t.co/oBPae2af4R\n
5367                                                                                                                                                                                                 RT @Reuters: Tech tumble hits Asian stocks, bitcoin steadies https://t.co/RHrC6fTUjL https://t.co/4ZeoctK5Un\n
5368                                                                                                                                                                           Oil edges up ahead of OPEC meeting in Vienna, but uncertainty lingers https://t.co/Gnc9PtYclA via @Reuters https://t.co/IxmKTBAjHZ\n
5369                                                                                                                                        @Reuters @makinibrice @miholden Presidump needs to be dumped ASAP\n\n\n\n\n\n\nHE DOES NOT SPEAK FOR MAJORITY OF AMERICANS\n\n\n\n\n\n\nT UNSEEMLY AND UNPRESIDENTIAL\n
5370                                                                                                                                       My biggest worry is that he is working on a new show with @AlecBaldwin at @CBS\n\n\n\n\n\n\n\n\n\n\n\n\n\n ...I said no. What if he convinced… https://t.co/tVnMAeuk2d\n
5371                                                                                                                                                                 Great advice from @Loreal, "brands should not wait for business to turn sour before kick-starting innovation, and i… https://t.co/TyOAi9tEmU\n
5372                                                                                                                                                                      RT @ladygaga: Thank u @Starbucks &amp; @Spotify for celebrating artists who #GiveGood with a donation to @BTWFoundation, and to great… \n
5373                                                                                                                                         These 57 steps will help you create @facebook adverts that will increase leads and sales.\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/qLi2pmLNwu https://t.co/9qMM443g1p\n
5374                                                                                                                                                                                               RT @Reuters: Trump has said he is a madman, but for Kim Jong Un, behaving like a god is just part of the job… \n
5375                                                                                                                                                                One of my Christmas 🎁presents arrived early this year, when @UPS operated their brand new @BoeingAirplanes #B747-8F… https://t.co/CfeGwmM6sH\n
5376                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5377                                                                                                                                                                      Someone at @comcast seems to be really passionate about this\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/bSW8FuvLE3 https://t.co/FZF4JvIFMk\n
5378                                                                                                                                                                                        RT @MorganStanley: By 2050, there may be one billion electric vehicles on the road worldwide. https://t.co/GpQNomMqcY\n
5379                                                                                                                                                                    Best Top Facility Management Services\n\n\n\n\n\n\nhttps://t.co/gOA9wur4hi\n\n\n\n\n\n\n@Google @Yahoo @help_adya https://t.co/qsGr7sqDnl\n
5380                                                                                                                                                                                   RT @Samsung: Longest EVER single shot ad screened on 🇬🇧 TV #LifesTooShort #QuickDrive\n\n\n\n\n\n\nhttps://t.co/QtbDASi55E\n
5381                                                                                                                                                                          RT @Reuters: Factbox: Who are Britain First, whose leader's posts Trump re-tweeted? https://t.co/tudxngyHRh https://t.co/ewoDUYevLj\n
5382                                                                                                                                                                 @cmclymer Nicely written. Thanks for sharing, tho it feels like you’re transitioning @Twitter into @facebook at the… https://t.co/Ct6aju566J\n
5383                                                                                                                                                 RT @nextofficial: RT to #WIN our #ShoeOfTheWeek!\n\n\n\n\n\n\nhttps://t.co/0drRuSwHha\n\n\n\n\n\n\nT&amp;Cs: https://t.co/XfEb5jnWoY https://t.co/WjReFCrjow\n
5384                                                                                                                                                                                                     RT @laurenxjessica: West Coast, time to party!!! Tune in to @CBS right now 💥💥👏🏻👏🏻 #BrunosTVSpecial\n
5385                                                                                                                           RT @IamComet67P: Dear @Google\n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease make THIS happen\n\n\n\n\n\n\n\n\n\n\n\n\n\nRegards\n\n\n\n\n\n\n\n\n\n\n\n\n\nComet 67P ☄ https://t.co/YqzNULPr15\n
5386                                                                                                                                                                                                                              Check out Case For iPhone 5, 5SE, 5s https://t.co/axeFtF5uCU @eBay #ebay #sales\n
5387                                                                                                                                                                 Dev Sanyal @BP_plc `s CEO Alternative #Energy: "We believe that #biofuels offers one of the best large-scale soluti… https://t.co/7CefDzM5vW\n
5388                                                                                                                                      RT @WuYiFan_KrisBar: Search #KrisWu on Burberry website,there's a surprise waiting for you🎁 \n\n\n\n\n\n\n@Burberry X @KrisWuOfficial_ \n\n\n\n\n\n\ncoming soon... h…\n
5389                                                                                                                                                                                                                            @Reuters I wonder where that car was built, it looks like a Classic Ford Lincoln.\n
5390                                                                                                                                                                                        RT @MorganStanley: By 2050, there may be one billion electric vehicles on the road worldwide. https://t.co/GpQNomMqcY\n
5391                                                                                                                                                                          Check out ADRIENNE LANDAU STUDIO ~ SILK SCARF~ 34"Square ~ BEAUTIFUL #AdrienneLandauStudio #Scarf https://t.co/2I2tTQNnhZ via @eBay\n
5392                                                                                                                                                                                                  Check out 1 genuine Icelandic sheep skull with horn.Decoration,Taxidermy  https://t.co/C1IbnhaFl4 via @eBay\n
5393                                                                                                                                                                                  Check out Terrific 6" X 6" Heart Shaped Pewter Finish Photo Frame #Unbranded #Romanticism https://t.co/EiIICxVh8t via @eBay\n
5394                                                                                                                                             RT @MarshaCollier: #AI and #eCommerce progression:\n\n\n\n\n\n\n@eBay now Lets You Start Shopping with Google Assistant \n\n\n\n\n\n\nand Finish On Your Phone… \n
5395                                                                                                                                                                                Check out Natural White Caribbean BRAIN Coral Fossil, Ocean Salt Water, Fish Tank,Collect   https://t.co/7Gd99m9fuK via @eBay\n
5396                                                                                                                                                                            This Is What the “i” in iPhone Stands For\n\n\n\n\n\n\nhttps://t.co/4xtUF51LEN #iPhone @Apple @iPhoneTeam https://t.co/UQsPTTML4k\n
5397                                                                                                                                                              Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n
5398                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5399                                                                                                                                                                                      Check out OFFICIAL STAR TREK STAMP ALBUM, COLLECTION 1 1977 ALL SOME STAMPS INCLUDED  https://t.co/BbHioNSHs0 via @eBay\n
5400                                                                                                                                                                                                     Check out Vintage Retro Horses Velvet Tapestry Rug Wall Art 40" X 19"  https://t.co/zgy2gSYSZg via @eBay\n
5401                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5402                                                                                                                                           RT @WorldPhotoOrg: The 2018 @Sony World Photography Awards is FREE FOR ALL 🤙\n\n\n\n\n\n\n\n\n\n\n\n\n\nCash, camera equipment + a trip to #London up for grabs… \n
5403                                                                                                                                                                             so @Microsoft are planning on including a cricket pitch at their Washington Campus, any chance on getting one here? @msfturuguay\n
5404                                                                                                                                                                 @par_isgood @GoldmanSachs @ambchrishill Even u forget ur child’s name, don’t forget my following words, b/c it is a… https://t.co/CBcI1vh8nL\n
5405                                                                                                                                                                  @vivalbizu @GoldmanSachs @ambchrishill Even u forget ur child’s name, don’t forget my following words, b/c it is a… https://t.co/hXiTxqDmGU\n
5406                                                                                                                                                                 @WowJones1642 @Clyburn @MSNBC @CNN @nbc @ABC @CBS So, you're okay with a Black man defending another Black man of s… https://t.co/T8Djt2a5Kj\n
5407                                                                                                                                                                          RT @Burberry: Cecily, chicken farmer, Norfolk. Styled in a tartan panel sweater and trousers. A portfolio of images by Jeff Boudr… \n
5408                                                                                                                                                                               RT @THR: After a yearlong worldwide search, #Mulan has been found. Meet the Chinese actress set to play the @Disney characte… \n
5409                                                                                                                                                                              RT @x0rz: Hey @Google, you're leaking some of your internal domain names through the Certificate Transparency project you cre… \n
5410                                                                                                                                                                        RT @ReedSavory: Dear @amazon - I've been a customer all the way back to 2000, spending thousands of dollars every year on your site… \n
5411                                                                                                                                                                           RT @Reuters: North Korea said its new Hwasong-15 missile, named after the planet Mars, puts all of the U.S. mainland within rang… \n
5412                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5413                                                                                                                                                                           RT @Reuters: Trump criticized by Britain, U.S. Muslim groups and some members of Congress after sharing anti-Muslim videos on Tw… \n
5414                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5415                                                                                                                                                                                     Check out Set of 28 Vintage Chrome Round  Concave 1.5" Drawer Cabinet KNOB Pulls #Ajax https://t.co/h8SoPr7mqz via @eBay\n
5416                                                                                                                                                            RT @BhupenBarman4: @himantabiswa @Samsung @HyundaiIndia Plz Sir, do something for Homoeo doctors\n\n\n\n\n\n\n#StopDeprivingHomeoDoctorsInAssam… \n
5417                                                                                                                                                                           RT @Reuters: Trump criticized by Britain, U.S. Muslim groups and some members of Congress after sharing anti-Muslim videos on Tw… \n
5418                                                                                                                                                      @amazonIN @amazon #AmazonIndia \n\n\n\n\n\n\n\n\n\n\n\n\n\nDone with the #AmazonPayQuiz\n\n\n\n\n\n\nLooking forward to win! 😁 https://t.co/BuK8a95H6w\n
5419                                                                                                                                                                                          Check out White Mountain Puzzles Tasty Treats - 1000 Piece Jigsaw Puzzle , New,   https://t.co/wDJ5OGydTD via @eBay\n
5420                                                                                                                                                             RT @winitonline: FOLLOW @PrizeSquad &amp; RETWEET TO #WIN THIS @Apple iPhone X, 256GB. #GIVEAWAY Ends: 7/12/17 #COMPETITION #iPhoneX https://t.…\n
5421                                                                                                                                                   RT @adidas: Introducing the adidas app. \n\n\n\n\n\n\nA new way to access sport and style, with in-app service, tailored for you. \n\n\n\n\n\n\nDownload… \n
5422                                                                                                                                                              RT @easyJet: In search of your Prince Charming? #RoyalWedding ❤️️ 👑  Europe from £29.99, book now. T&amp;Cs apply. #WhyNot? https://t.co/SvM84S…\n
5423                                                                                                                                                                                                        RT @Disney: "There was an idea… ” @Avengers: #InfinityWar. In theaters May 4. https://t.co/EvQKXM3Jq1\n
5424                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5425                                                                                  Hangin’ around🐒\n\n\n\n\n\n\n_\n\n\n\n\n\n\nBomber: @alphaindustries\n\n\n\n\n\n\nTshirt: @onlytheblind\n\n\n\n\n\n\nJewellery: @featherpendants\n\n\n\n\n\n\nLower half: @adidas\n\n\n\n\n\n\n📸… https://t.co/DjYIH1I6zd\n
5426                                                                                                                                                                     RT @mommaesuss: @AbbieHollowDays @rikayla @the_ns @THR @Disney there’s no mulan without shang, the bisexual icon https://t.co/NHNjx94ZZs\n
5427                                                                                                                                                                     @ReutersUK @Reuters @theresa_may needs to grow a pair and publicly condemn his comments! Name him and tell him off, not in our country!!\n
5428                                                                                                                                                                                                  RT @Disney: On March 9, be a warrior. The new trailer for A #WrinkleInTime is here. https://t.co/UBUiRZWiAc\n
5429                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5430                                                                                                                                                                      RT @VictorNimako: Ok @Marvel , I’m gonna need you to focus all your energy and resources into #InfinityWar I’m talking all @netflix s… \n
5431                                                                                                                                                                                      Check out 2017 Topps Now CODY BELLINGER #270 RC "Fastest to Reach 21 HRs" LA DODGERS  https://t.co/r0RMEw9iTS via @eBay\n
5432                                                                                                                                                                                                           RT @Gillette: @realJKCallaway Sorry for your loss, and thanks for sharing this really great photo.\n
5433                                                                                                                                                          @Nixie10 @asda Hi Nicola. Do you mean @ArlaBigMilk?\n\n\n\n\n\n\nIf it is ... you should be able to buy @Tesco @Sainsburys… https://t.co/YPnGghw4zs\n
5434                                                                                                                                       RT @MaryLSchmidt: Affordable #Banners and #Kindle Book Covers \n\n\n\n\n\n\nhttps://t.co/E9YHIKKMEs\n\n\n\n\n\n\n#RPBP #kidlit @amazon #love @readersfavorite #IAN1 #…\n
5435                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5436                                                                                                                                                                                                                                                     @milton_zakaria @Reuters I think you meant "hole search"\n
5437                                                                                                                                                                 @hokey_pokey12 @F1abraham @MTV @Viacom I support women, not nasty whores who act like a shit then act like the vict… https://t.co/iZHaF6MLsC\n
5438                                                                                                                                                                                Check out Vintage Pretty Girl in Dress w/ flowers,china Figurine,1950s,brown/ white,Japan   https://t.co/Q3YOU4oFio via @eBay\n
5439                                                                                                                                                                        1st week of Masters Swim over. In the pool at 5 am, out at 6:15. I GUARANTEE @Starbucks sales will increase.… https://t.co/6afjeD8xaE\n
5440                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5441                                                                                                                                                                         RT @GeeSungee: @burberryant @CaracasLibertad @TheGodlessNorth @LadyBleach @Reuters @PattiKimble @GodandtheBear @inartic Wow, the r… \n
5442                                                                                                                                                                                                    @MtnMD @CNN @nbc @ABC @CBS My question, too...and WHY on earth would you want to hobnob with these liars?\n
5443                                                                                                                                                                                                                                  RT @ghod: Isn't that interesting, @comcast @XFINITY https://t.co/bfRhMRrzTs\n
5444                                                                                                                                                                      RT @_An0nymou5_: if 1million people cancel home service for @verizon or @comcast they lose $50,000,000/month for killing #NetNeutrality\n
5445                                                                                                                                                                                                            @Disney thinks my best friend should be #Mulan ... do I agree? Hell, yes! https://t.co/eT6YmDkNSm\n
5446                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5447                                                                                                                                                                 @Equalizer008 @Reuters @joshjonsmith Even u forget ur child’s name, don’t forget my following words, b/c it is a li… https://t.co/gsSRkc7ZA6\n
5448                                                                                                                                                                     Confirming @Reuters exclusive, #ECB says its crackdown on loans that go unpaid is likely to be delayed by months https://t.co/9v8tMCcS48\n
5449                                                                                                                                                                 RT @Google: 45 years ago today, arcade icon Pong was released, becoming the first commercially successful video game. Groovy. https://t.co/…\n
5450                                                                                                                                       Get ready for #NetNeutrality because @comcast @XFINITY just pushed an update to your modem today... \n\n\n\n\n\n\n\n\n\n\n\n\n\nI know you’re… https://t.co/Tk91vSGaYE\n
5451                                                                                                                                       Thank you to @WellsFargo for agreeing to meet with us to discuss fundraising opportunities for the charity.\n\n\n\n\n\n\n\n\n\n\n\n\n\nIf you… https://t.co/t9peUhmPra\n
5452                                                                                                                                                                 @maxp2004 @JSpangs44 Realize, @facebook doesn't want you on their platform at this point. Do your research, there a… https://t.co/IhB6qTBeZi\n
5453                                                                                                                                                                  @Microsoft , @MicrosoftIndia and @MicrosoftEdge @Apple @AppStore  please make Microsoft edge and Cortana available… https://t.co/GQQBao1o2B\n
5454                                                                                                                                                                          RT @Burberry: Cecily, chicken farmer, Norfolk. Styled in a tartan panel sweater and trousers. A portfolio of images by Jeff Boudr… \n
5455                                                                                                                                                                 RT @haibon_jared: The @Starbucks I'm at just played "Oops...I Did it Again" and is now playing "I Want It That Way" and I'm not mad about it\n
5456                                                                                                                                                    @Reuters  \n\n\n\n\n\n\nI have personally seen 4 loan directors at various institutions LEAVE in haste in the last 3 years in areas known for corruption.\n
5457                                                                                                                                                                 BBCNews: Millions of iPhone users could get "several hundred pounds each" if a legal case against @Google is succes… https://t.co/foxz6i9GIj\n
5458                                                                                                                                                                        I just listed: 'Workrights', for 15.01 via @amazon https://t.co/gY9384A6KB #WhatToRead #NovBooks #BookLovers… https://t.co/qjLhAP2DHw\n
5459                                                                                                                                                                 .@HPE, @Microsoft, and SUSE present Industry Leading Performance on enterprise-class SQL #Server “diskless database… https://t.co/zadQ9oHGOf\n
5460                                                                                                                                                                                                                                        @jstogdill @comcast Like a hotel. Top tier will boast of "fewer ads!"\n
5461                                                                                                                                                                                                                                   RT @Reuters: Dow opens above 24,000 for first time https://t.co/baIr8Njc9l\n
5462                                                                                                                                                                 @JohnLegere @TMobile THEY ARE NOT A GOOD CHOICE FOR A MOBILE NETWORK, SO I DECIDED TO CANCEL MY "NEW" SPRINT ACCOUN… https://t.co/hLb69PuvnY\n
5463                                                                                                                                                                 @BrandonLaPorte @MLS @Audi @torontofc Thanks for your support! Hard fought series! Moving #ColumbusCrewSC, with off… https://t.co/gOyXHeppik\n
5464                                                                                                                                                                 RT @keranews: Rex Tillerson, former CEO of Irving-based @exxonmobil, could be replaced within weeks, @nytimes reports. https://t.co/BXFuh03…\n
5465                                                                                                                                                                 @DaisyLailey @Mastercard Hi Daisy,  Can you please direct message us with your personal contact details so we can l… https://t.co/YBsZFWSZKM\n
5466                                                                                                                                                                      RT @f_schwalbach: @Bayer runs a small and agile innovation team co-located with @singularityu in Mountain View in Silicon Valley, hea… \n
5467                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5468                                                                                                                                                                                               RT @Disney: The #Incredibles2 trailer is here. See the film in theatres June 15, 2018. https://t.co/cTZIkWeDK5\n
5469                                                                                                                                                                 RT @ChmuraEcon: This @Google Data Viz Is So Meta, You Can’t Look Away https://t.co/PW9e7cedcA #data #dataviz #infographic #books #trends #d…\n
5470                                                                                                                                                                    RT @TelekomCapital: #ConnectedCar platform @getmojio raises CAD30m w/ participation from existing investors @TelekomCapital, @amazon Al… \n
5471                                                                                                                                                                                                          @Reuters Rearranging the deck chairs on the sinking ship of state. \n\n\n\n\n\n\n\n\n\n\n\n\n\nSAD!\n
5472                                                                                                                                                                           RT @Reuters: UPDATE: Plan to replace Tillerson with Pompeo has been in the works for a number of weeks, senior administration of… \n
5473                                                                                                                                                                 @BankofAmerica I'm trying to sign up for mobile payments with my phone number via zelle. However, i'm not getting a… https://t.co/6L75sFKju9\n
5474                                                                                                                                                                   RT @ilostmyflipflop: @sense8 fighter! Here are some more designs to choose from, send them via mail to friends, @netflix, lgtb communiti… \n
5475                                                                                                                                                                           RT @Reuters: UPDATE: Plan to replace Tillerson with Pompeo has been in the works for a number of weeks, senior administration of… \n
5476                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5477                                                                                                                                                                                  Check out VINTAGE, 5 SELANGOR PEWTER COASTERS MCM FEATHERED SERPENT QUETZALCOATL AZTEC    https://t.co/fcYKtyqlC1 via @eBay\n
5478                                                                                                                                                                               RT @THR: After a yearlong worldwide search, #Mulan has been found. Meet the Chinese actress set to play the @Disney characte… \n
5479                                                                                                                                                                  @MarcelReuss @Apple @SwiftKey Ah right, do you use autocomplete at all? For long words that you type a lot, it can… https://t.co/bmSe5Oi9o1\n
5480                                                                                                                                                                 @TheCityofSac @Mayor_Steinberg @verizon Unless Verizon guarantees they won't prioritize traffic, create fast lanes,… https://t.co/V9LTSvKpA3\n
5481                                                                                                                                                                                          Check out DEAR GOD LETTERS, WE'RE DEPENDING ON YOU, BEGINNERS BOARD BOOK AGES 3+  https://t.co/E3TcyJd3bQ via @eBay\n
5482                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5483                                                                                                                                                                                           @amazon Robbing Fort knox would be easier than opening this remote. I'm cut, bloodied and angry. You pile of *****\n
5484                                                                                                                                                                         Their kiss was hot, but was the burning sensation from the chemistry or from her flames. @amazon #MagicNMKW… https://t.co/R1sO689HMO\n
5485                                                                                                                                                                        RT @ReedSavory: Dear @amazon - I've been a customer all the way back to 2000, spending thousands of dollars every year on your site… \n
5486                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5487                                                                                                                                                                               RT @THR: After a yearlong worldwide search, #Mulan has been found. Meet the Chinese actress set to play the @Disney characte… \n
5488                                                                                                                                      RT @NM4updates: The @NICKIMINAJ x @hm 12 piece collection is now available. 🚨\n\n\n\n\n\n\n\n\n\n\n\n\n\nPURCHASE ONLINE: https://t.co/hmUBl2x6qP https://t.co/jg2X5D…\n
5489                                                                                                                                       @ReutersBiz @Reuters RATED AAA- no doubt!!! \n\n\n\n\n\n\n\n\n\n\n\n\n\nI love them negative bonds - still the BEST PLACE for your investment… https://t.co/U8I7XXWfp5\n
5490                                                                                                                                                                      RT @f_schwalbach: @Bayer runs a small and agile innovation team co-located with @singularityu in Mountain View in Silicon Valley, hea… \n
5491                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5492                                                                                                                                                                                                                              RT @adidas: @_casanova_chlo You're not like a regular mom, you're a cool mom 💁\n
5493                                                                                                                                                                           @KelloggsUS Please enter me in the: \n\n\n\n\n\n\n"BEST SEATS IN THE HOUSE SWEEPSTAKES" https://t.co/5OdusPJAGZ #BestSeatsEntry  3\n
5494                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5495                                                                                                                                                    For the men in your life in need of some post #movember skin tlc\n\n\n\n\n\n\n@Loreal Barber Shop Grooming Set is €28 or Buy One… https://t.co/0bcG5DuuUi\n
5496                                                                                                                                                          @SMSweeneyAuthor \n\n\n\n\n\n\nModel Agent: A Thriller (Jaclyn Johnson, code name Snapshot series) by Sean S... https://t.co/sUV3zDzsae via @amazon\n
5497                                                                                                                                                                                               Check out LIBERTY FALLS THE PRICE WASH HOUSE, AH246B, AMERICANA COLLECTION   https://t.co/m46wK7yV3m via @eBay\n
5498                                                                                                                                                                 Donate these items needed by @TrussellTrust, which is collecting with @FareShareUK at @Tesco stores around the UK t… https://t.co/huRZwxprnI\n
5499                                                                                                                                              #FreeBookToday - Art &amp; Craft of Writing: Secret Advice for Writers\n\n\n\n\n\n\nhttps://t.co/wPuB5ypIIe via @amazon\n\n\n\n\n\n\n#author #writer #AmWriting\n
5500                                                                                                                                                                                       I just listed: 'Heavy Duty Snow Pusher and Thrower + BACK SAVER HANDLE', for 62.98 via @amazon https://t.co/yTY5mULDug\n
5501                                                                                                                                                                                Check out JAZZ SUPERSTARS - JOHN COLTRANE, CHARLIE PARKER, MILES DAVIS, HERBIE HANCOCK, BU  https://t.co/6IIrnZkJ6L via @eBay\n
5502                                                                                                                                                                      RT @MaculaDensa_: And @facebook is not doing anything against these fake news sites. If you report thrm, facebook will just respond "… \n
5503                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5504                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5505                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5506                                                                                                                                                                            Check out DISNEY THE LION KING, KHOL'S CARES BOOK, 2014, HARDCOVER ***NEW*** #DisneyTheLionKing https://t.co/CHERRRoOZe via @eBay\n
5507                                                                                                                                                                 So @FCC won't let us be, let us have net neutrality, I'm trying to watch @netflix on my tv but the fuckers are tryi… https://t.co/NfEoktTeyp\n
5508                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5509                                                                                                                                                                                RT @naveeeennnn: @TMobile \n\n\n\n\n\n\nHey Team, How many RTS for a iPhone8 Plus (Gold Varient)? ❤️😍 https://t.co/4UIDWExkYc\n
5510                                                                                                                                                                                                                                                       Still $4.50\n\n\n\n\n\n\nhttps://t.co/mDPnEvAlr8 @eBay\n
5511                                                                                                                                   RT @ThankHoney: #ad Quick and easy  #QuakerOvernightOats. Steep, sleep &amp; eat! #WakeUptoOats @Quaker @Walmart #sponsored\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/QuzG3…\n
5512                                                                                                                                                                                                                          @kidsmoove @YouTube @Google That's BS. I hope you'll get your channel back, Smoove.\n
5513                                                                                                                                                                                                                           @LilyMiranda07 @Disney there's no shang, he has a new character name in this movie\n
5514                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5515                                                                                                                                                     @NYTNational @Reuters Hi Plz Pub This PR, its a #humanity &amp; #Justice case #thaarjustice https://t.co/w8xXACQQMy\n\n\n\n\n\n\nhttps://t.co/6mmyfuR6I6\n
5516                                                                                                                                                                         Check out Abalone Shell, Malachite 925 Sterling Silver Jewelry Cuff Bracelet Adst. #Handmade #Cuff https://t.co/BxvIBfM3Me via @eBay\n
5517                                                                                                                                                                                                                                                          @ToyotaFinancial @Toyota should be embarrassed, too\n
5518                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5519                                                                                                                                                                    RT @DFID_Inclusive: “Disability is not inability” - Joseph Kamara, Welfare Society for the Disabled, Sierra Leone speaking @Microsoft t… \n
5520                                                                                                                                                                                 RT @Disney: #Incredibles2 is coming June 15, 2018. 💥 Watch the trailer now: https://t.co/unXTgQYCjJ https://t.co/DNfIY8OYYH\n
5521                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5522                                                                                                                                                                       RT @Beef: The wait is over, @Google has “fixed” their #burger emoji do you think it’s better now or before? https://t.co/AwWNxLIzsk 🍔\n
5523                                                                                                                                                                                       RT @A_Beautifulife: 3dRose ct_9354_4 Blue Floral Haze Ceramic Tile, 12-Inch 3dRose https://t.co/59dAh5vbsB via @amazon\n
5524                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5525                                                                                                                                                                  Tweeted for OldBaloo: Etienne Aigner Steel 9M Black Slide 2" Stacked Heel Leather  #EtienneAigner #Slides https://t.co/MzTv9mnLr8 via @eBay\n
5526                                                                                                                                   RT @jilevin: PLEASE RT IF YOU AGREE\n\n\n\n\n\n\n\n\n\n\n\n\n\nDear @McDonalds,\n\n\n\n\n\n\n\n\n\n\n\n\n\nPedophilia is not okay!  Why are you okay with advertising on… \n
5527                                                                                                                                                                 RT @ClassyClutter4: From a mom of 5 little boys, check out my @Walmart gifts for little guys! #ad #RockThisChristmas https://t.co/U3qEdQ9f68\n
5528                                                                                                                                                                 @joeysisco @GaymerFox @amazon @BestBuy Oh yeah, Best Buy is absolutely best when it comes to electronics. They're a… https://t.co/FzFnrD69Lo\n
5529                                                                                                                                                                                                                   RT @Burberry: 'B.M.', the brand new track from Kris Wu. Listen now https://t.co/DsJ6k7N5NQ\n
5530                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5531                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5532                                                                                                                                                                       RT @DamnitAddie: If a Chicken McGriddle is $2, a Coke is $1 and hash browns are $1, why is @McDonalds charging $4.40 for a meal? I o… \n
5533                                                                                                                                                                                                  RT @Disney: On March 9, be a warrior. The new trailer for A #WrinkleInTime is here. https://t.co/UBUiRZWiAc\n
5534                                                                                                                                                                                                                                                  @comcast Lol, more like I should consider other options. 👋\n
5535                                                                                                                                                                            RT @comcast: We do not and will not block, throttle, or discriminate against lawful content. We will continue to make sure that… \n
5536                                                                                                                                                                      RT @alwaystheself: Over 30,000 people have signed a petition asking @Sony to drop R Kelly. WHY does this known predator and abuser of… \n
5537                                                                                                                                                                                            RT @hm: Party essentials, magical dresses and sharp jackets.  #HM https://t.co/Od0vnLQovu https://t.co/a7Bc6qjXjQ\n
5538                                                                                                                                        after today I for sure hate @ATT ! Been on the phone 1.5 hours and still the issue isn’t resolved . \n\n\n\n\n\n\n\n\n\n\n\n\n\nHey @verizon… https://t.co/rZ3UK15DsC\n
5539                                                                                                                                                                                                                                         @Microsoft That's good, considering no one would pay for that trash.\n
5540                                                                                                                                                                                                       @seatzie @pepsi Yeah I've tried those, they really need to put a peach flavour in there. It's amazing.\n
5541                                                                                                                                                                  @HeatherMDitmars @LeslieDurso @FSPuntaMita @puntamitaMx @WeVisitMexico @RivieraNayarit @AmericanExpress ummmmm NO,… https://t.co/ropAj1Rd60\n
5542                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5543                                                                                                                                                                  @comcast But can we keep net neutrality so isps like you don't take advantage of what is essentially an oligarchy,… https://t.co/Fw9AhzF5KW\n
5544                                                                                                                                                                                                               @Barnacules @comcast #NetNeutrality must be protected, if not, the internet will be in danger.\n
5545                                                                                                                                                                 It is the #holidays and I want a new phone. Oh, and I want a new carrier because I have had enough of @TMobile. And… https://t.co/RaAkJfbYiI\n
5546                                                                                                                                                                                                                            RT @Starbucks: @BTWFoundation Together, we're making the world a better place! 💚\n
5547                                                                                                                                                                                                         RT @Reuters: McCain backs U.S. Senate tax bill, boosting chances of approval https://t.co/6GKIWwGKcH\n
5548                                                                                                                                                       RT @flowerchild_njh: @netflix Please fast-track The Punisher season 2! \n\n\n\n\n\n\n\n\n\n\n\n\n\n#TheBestNetflixShow #Kastle https://t.co/LBJ8Dyi1zl\n
5549                                                                                                                                                                                RT @nextofficial: #OrderByMidnight for a festive LBD update!\n\n\n\n\n\n\n£35 https://t.co/VpT7gEIZGG https://t.co/IlDXtdpIMS\n
5550                                                                                                                                If this Happens\n\n\n\n\n\n\nIt I'll be \U{01f929}\U{01f929}Modern Frankenstein!\n\n\n\n\n\n\n@Google @APL @Razer @SamsungMobile \n\n\n\n\n\n\n@MKBHD https://t.co/m6xil5KIhJ\n
5551                                                                                                                                                                                                                     Check out Freak by Jennifer Hillier (2013, Paperback)  https://t.co/3E7yOWD6wP via @eBay\n
5552                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5553                                                                                                                                                                      RT @Vixen_MHeart: @netflix @sense8 I love this scene so much. It speaks to everyone, no matter who you are. We've all felt judged, no… \n
5554                                                                                                                                                                             @Barnacules @comcast I'm sad to be a @comcast right now, too bad they are literally the only option I have right now! \U{01f92c}\n
5555                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5556                                                                                                                                                                                Check out Joe Browns Alluring Dress, Size 12, Black Multi, BNWT #JoeBrowns #TunicSmockDress https://t.co/nhN930Ln0y via @eBay\n
5557                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5558                                                                                                                                                                                                   RT @catkngai: OPEC, NON-OPEC OIL PRODUCERS AGREE TO EXTEND OUTPUT CUTS UNTIL END OF 2018 - KUWAIT @Reuters\n
5559                                                                                                                                       Good to see that @Microsoft is continuing to invest in the iOS platform:\n\n\n\n\n\n\n\n\n\n\n\n\n\nMicrosoft’s photos app for iOS and Androi… https://t.co/S5qiJJ79AB\n
5560                                                                                                                                                                         RT @jjmartin3: High Sierra #MacOS users beware. Plug this security hole immediately. Geez @Apple, Steve would not be happy about t… \n
5561                                                                                                                                                                 @Google released an app #Datally to manage ones WiFi and data usage, monitoring the applications that are using it.… https://t.co/Evkqv9Dlku\n
5562                                                                                                                                                                              RT @IBM: #TBT: In 1977, IBM developed the world's first mutually agreed-upon cryptographic algorithm to secure data 🔐. In 20… \n
5563                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5564                                                                                                                                                                                                                       Anybody else notice this? \n\n\n\n\n\n\n@Disney @gagegolightly https://t.co/arXlfy2IXx\n
5565                                                                                                                                                                 @facebook @facebook I can't log into my account, you keep doing security checks "you can't log in right now" it's b… https://t.co/xbOJYtNVw0\n
5566                                                                                                                                                                  Fantastic to hear how @Expedia drove business success with analytics in @awscloud and @tableau. Empowerement, self… https://t.co/RJOd7bavdv\n
5567                                                                                                                                                                                                             I'm at @Starbucks in Al Zour, Al Ahmadi w/ @bashar_alzanki @a7madalbader https://t.co/6UkXmoKAD7\n
5568                                                                                                                                                                  Forgive Me, Nadia: 2017 Must-Read Thrilling Novel Available Now! Experience the Real Power of Strength. https://t.co/Fq2xadxUWx via @amazon\n
5569                                                                                                                                                                          .@fortanix partnered with @Equinix on the new Equinix SmartKey. Congrats @ambuj0, @akashyap123, and @intel! https://t.co/cLl58ay7Zg\n
5570                                                                                                                                                                 #OPEC, non-OPEC presser in Vienna concluding long day of talks. Result is as @Reuters been reporting is an extensio… https://t.co/xtKc7hvExy\n
5571                                                                                                                                                                      13 boy hired by @Google at a package of 1.25 million dollar yr. Listen to the conversation, he is mind blowing  https://t.co/RXOTHClTxV\n
5572                                                                                                                                   RT @Talkwalker: Looking for some 2018 inspiration? Take a look at these 6 awesome social media campaigns from: \n\n\n\n\n\n\n\n\n\n\n\n\n\n🍺 @Heineken \n\n\n\n\n\n\n🍕… \n
5573                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5574                                                                                                                                                                                  RT @Reuters: Hezbollah emerges a winner from Mideast turmoil, alarming foes https://t.co/3TNFK8ck0b https://t.co/RSjhtkh9RI\n
5575                                                                                                                                                                                                Check out Teddy bear lamp, pre-owned, decent condition, tag still attached  https://t.co/AB0o1yoe7L via @eBay\n
5576                                                                                                                                                                              RT @leon44720: Check out this Amazon deal: Shopkins Season 6 Chef Club, 12 Pack by Shopkins https://t.co/iIV53iA0FY via @amazon\n
5577                                                                                                                                               Time to turn your old phones into charity gold ✨\n\n\n\n\n\n\nDrop off your phones at participating @TMobile stores, &amp; they'll d… https://t.co/sMUMeoEKgw\n
5578                                                                                                                                                    RT @drnickUSA: Sounds like an #ACL to me!\n\n\n\n\n\n\n@AOSSM_SportsMed @ASOS @ACLrecoveryCLUB @mykneeguide @kneepainoptions @TheAMSSM https://t.co/jMZf…\n
5579                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5580                                                                                                                                                                   RT @ilostmyflipflop: @sense8 fighter! Here are some more designs to choose from, send them via mail to friends, @netflix, lgtb communiti… \n
5581                                                                                                                                                                                      RT @Reuters: Tillerson unaware of plan to oust him, Senator Corker says https://t.co/ZsFJDHzFCA https://t.co/3Q8CszDVIs\n
5582                                                                                                                                                                    Everyone knows @McDonalds has the best fountain @DietCoke so it’s extra sad when you get a bad one. You should hire a DC QC, I️ volunteer.\n
5583                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5584                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5585                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5586                                                                                                                                                                                                                                  @shannoncoulter @stopalexjones Ugh, didn't know. Will be boycotting @amazon\n
5587                                                                                                                                                                                                                        @comcast Prove it. If you won't do it, then come out against repealing #NetNeutrality\n
5588                                                                                                                                                                                                                          Check out Pottery Barn Letter "y" 8" #PotteryBarn https://t.co/eni6dfNI1n via @eBay\n
5589                                                                                                                                                                                         Mom, I Hate My Life!: Becoming Your Daughter's Ally Through the Emotional Ups... https://t.co/wRvIuBfmti via @amazon\n
5590                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5591                                                                                                                                                                                               @nextofficial   I have ordered.....last Thursday , but it was not shipped yet\n\n\n\n\n\n\nWhat is the problem\n
5592                                                                                                                                                                            RT @Disney: In case you missed it, the #SnowWhite window unveiling at Saks Fifth Avenue was the perfect way to light up the hol… \n
5593                                                                                                                                                                       RT @SievertMike: @TMobile I blogged about how @TMobile benefits helped my family personally, but here are other great stories, too!!… \n
5594                                                                                                                                                                            RT @Disney: In case you missed it, the #SnowWhite window unveiling at Saks Fifth Avenue was the perfect way to light up the hol… \n
5595                                                                                                                                                                 RT @Microsoft: Starting today, Microsoft Edge is available for iOS and Android as a free download. https://t.co/Qb90NT9iEF https://t.co/uQo…\n
5596                                                                                                                                                                            Thru all the good vibes , just did a phone interview for @comcast. Next step,  face to face with store manager 😎 @comcastcareers\n
5597                                                                                                                                                                                                RT @Reuters: Ex-priest took confession, then murdered Texas beauty queen -prosecutors https://t.co/4yQ9VYSxNz\n
5598                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5599                                                                                                                                                                                         Check out #QueenAnne Porcelain 20" Victorian Doll ~ Curly Long Blonde Hair  #Dolls https://t.co/V71q0nmChM via @eBay\n
5600                                                                                                                                                                                @Microsoft #VisualStudio guru @mkristensen, shares how progressive web #apps can be made easily with… https://t.co/Foy3x87MMV\n
5601                                                                                                                                                                 RT @Microsoft: Starting today, Microsoft Edge is available for iOS and Android as a free download. https://t.co/Qb90NT9iEF https://t.co/uQo…\n
5602                                                                                                                                                                                                                                                @Folty25 @amazon Amen, man. 2 day shipping has been 4 lately.\n
5603                                                                                                                                                                                     RT @Reuters: Imagery shows latest North Korean missile was larger, more powerful: analysts https://t.co/k1QK4gpsPr via… \n
5604                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5605                                                                                                                                                 RT @nextofficial: RT to #WIN our #ShoeOfTheWeek!\n\n\n\n\n\n\nhttps://t.co/0drRuSwHha\n\n\n\n\n\n\nT&amp;Cs: https://t.co/XfEb5jnWoY https://t.co/WjReFCrjow\n
5606                                                                                                                                                                    Atom from @intel being used in the Deep Lens. \n\n\n\n\n\n\n\n\n\n\n\n\n\n#reinvent #awsreinvent #awsreinvent2017 https://t.co/D83788SoBH\n
5607                                                                                                                                                                              RT @BASF: We need heating and air-conditioning to stay comfortable, but it is also one of the biggest consumers of energy. BA… \n
5608                                                                                                                                                             RT @koubanator: yo @Apple you can make my battery die faster every day &amp; close my apps randomly as much as you like, I'm still not buying t…\n
5609                                                                                                                                                                                     Check out 1971 Volkswagen Type 2 Bus (T2B) "Lost" TV Series (2004-2010) 1/64 Diecast Model https://t.co/OhfSnmrSCb @eBay\n
5610                                                                                                                                                                                                 Trijicon ACOG 4 X 32 Scope Dual Illuminated... by Trijicon for $1,209.84 https://t.co/MEgM6kW5EK via @amazon\n
5611                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5612                                                                                                                                                               RT @BP_plc: #TBT to a view of our #ClairRidge platform under construction back in 2016, snapped by @kevin_mcbeath. 🌊🌊 #NorthSea https://t.c…\n
5613                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5614                                                                                                                                                                            RT @Disney: In case you missed it, the #SnowWhite window unveiling at Saks Fifth Avenue was the perfect way to light up the hol… \n
5615                                                                                                                                                                            Don't miss our #CloudWorkshop series at @Microsoft Offices in #London in 2018!! Simply search "K2" here:… https://t.co/TGpWlVJW1e\n
5616                                                                                                                                       Easy way to fix the @Marvel cinematic universe with @netflix  marvel universe ....\n\n\n\n\n\n\n\n\n\n\n\n\n\n@VancityReynolds breaks out The… https://t.co/2tXjQOg8bw\n
5617                                                                                                                                                                   RT @Audi: Preflight checklist:\n\n\n\n\n\n\n✔ 400 horsepower \n\n\n\n\n\n\n✔ Ceramic brakes\n\n\n\n\n\n\n✔ quattro https://t.co/Rqew3V2WJc\n
5618                                                                                                                                                                                             RT @Kosh800: @Reuters 1 to 5, he's a massive douche bag hawk who has no sense of the limits of the Constitution.\n
5619                                                                                                                                                    @UPS : we attempted to deliver your package but no one was there, we'll try again tomorrow\n\n\n\n\n\n\nUPS: tries to deliver it… https://t.co/5unb3RZY99\n
5620                                                                                                                                                                                                  RT @Disney: On March 9, be a warrior. The new trailer for A #WrinkleInTime is here. https://t.co/UBUiRZWiAc\n
5621                                                                                            @Reuters @GAYFISHPIOTR\n\n\n\n\n\n\n@GAYFISHPIOTR\n\n\n\n\n\n\n@GAYFISHPIOTR\n\n\n\n\n\n\n@GAYFISHPIOTR\n\n\n\n\n\n\n@GAYFISHPIOTR\n\n\n\n\n\n\n@GAYFISHPIOTR\n\n\n\n\n\n\n@GAYFISHPIOTR… https://t.co/xZc50I8Ke3\n
5622                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5623                                                                                                                                                                                                                                                                                   @PayPal Fuck you, @PayPal.\n
5624                                                                                                                                                                                                                                             Little Birdie:\n\n\n\n\n\n\n@Walmart will be using $LTC shortly.\n
5625                                                                                   @twolf10 @Reuters TAX VOTE TODAY: CALL NOW.....GOP SENATE VOTE NO\n\n\n\n\n\n\nRETW\n\n\n\n\n\n\n\n\n\n\n\n\n\nAREA CODE 202\n\n\n\n\n\n\n\n\n\n\n\n\n\nCollins 224-2523\n\n\n\n\n\n\nCorker 224-… https://t.co/cFDwn0cHAF\n
5626                                                                                                                                                                                     RT @Reuters: Imagery shows latest North Korean missile was larger, more powerful: analysts https://t.co/k1QK4gpsPr via… \n
5627                                                                                                                                                                            RT @Reuters: Senator Collins says not committed to tax bill, concerned about SALT https://t.co/lurgGV4iNz https://t.co/cEBUGb4p8a\n
5628                                                                                                                                                 RT @Nash076: Hey @comcast, hey @comcastcares:\n\n\n\n\n\n\n\n\n\n\n\n\n\nCan you please explain why you have removed your promise not to use paid prioriti… \n
5629                                                                                                                                                                                                 RT @MLS: Back. To. Back. 🏆\n\n\n\n\n\n\n\n\n\n\n\n\n\n#TFC // @Audi #MLSCupPlayoffs https://t.co/l7gRHqIzjg\n
5630                                                                                                                                                                    RT @david_turnbull: .@bmcushing w/ @SierraClub gets us started, telling @WellsFargo to stop financing tar sands and other #climate disa… \n
5631                                                                                                                                                                    RT @JMichaelWaller: SPLC chief Richard Cohen tells Congress he's trying to get @Google to integrate his organization's "hate" designees… \n
5632                                                                                                                                                                 Don’t worry @Apple, “I” isn’t used very much day to day so no one notices your glitch. Good job on that last update… https://t.co/rO0FZ92Fuz\n
5633                                                                                                                                                           RT @KendalCalling: Fingers crossed for Best Family Festival, Innovation Award &amp; Marketing Campaign for our @Google virtual tour! 🙏🏻 https:/…\n
5634                                                                                                                                                                                                                                       @gigglesngrin @Nike I need that, and need it before Christmas #BoKnows\n
5635                                                                                                                                                       For those asking, I finally updated my Amazon wish list! &lt;3\n\n\n\n\n\n\n\n\n\n\n\n\n\nMurder Nurse's Wish List https://t.co/QJlEssO4LL via @amazon\n
5636                                                                                                               RT @Saints: Last 4 @FedEx Ground Player of the Week winners: \n\n\n\n\n\n\nWeek 12: @A_kamara6 \n\n\n\n\n\n\nWeek 11: @MarkIngram22 \n\n\n\n\n\n\nWeek 10: Ingram\n\n\n\n\n\n\nWeek 9: Kamara…\n
5637                                                                                                                                                                                                                         @JosephSteinberg @Yahoo Google docs (aka doctors ) , for second opinion?  Use yahoo.\n
5638                                                                                                                                                                                                        RT @Disney: "There was an idea… ” @Avengers: #InfinityWar. In theaters May 4. https://t.co/EvQKXM3Jq1\n
5639                                                                                                                                                                                            RT @arinbhowmick: Proud of designers @IBM, giving back for social good #design @IBMdesign https://t.co/BMBx7LXqar\n
5640                                                                                                                                                                           RT @Reuters: From 2011 to 2015, Reuters found senior FSCO investigators rejected or ignored recommendations to investigate Fortr… \n
5641                                                                                                                                                                            RT @Disney: In case you missed it, the #SnowWhite window unveiling at Saks Fifth Avenue was the perfect way to light up the hol… \n
5642                                                                                                                                           RT @cmcgeesmith: Welcome Mr. &amp; Mrs. Flynn @CBS @CBSTweet  @amazon #savemajorcrimes\n\n\n\n\n\n\n#lovemajorcrimes \n\n\n\n\n\n\n#loveFlynn \n\n\n\n\n\n\nKeep… \n
5643                                                                                                                                                                 @danmegatron @Reuters I certainly don't think so- but I am no athority on this, it looks almost exactly like a 1973… https://t.co/MlwyaYUtGV\n
5644                                                                                                                                       RT @MarshaCollier: Austin Music Venue To Be Sold on @eBay Starting at $1\n\n\n\n\n\n\n#ecommerce #realestate \n\n\n\n\n\n\nhttps://t.co/e434BWFBT4 https://t.co/QegV6…\n
5645                                                                                                                                                                            RT @HotNewHipHop: The @Nike Kyrie 4 is coming soon...\n\n\n\n\n\n\n\n\n\n\n\n\n\nFirst Look⬇️\n\n\n\n\n\n\nhttps://t.co/4DoLA6okW3\n
5646                                                                                                                                                                                Check out Sterling Silver 925 Circle with stone Locket Pendant Necklace 14" long chain 3gr  https://t.co/GpQYvwpGEz via @eBay\n
5647                                                                                                                                                                                            RT @cburniske: The @amazon algos have voted: stocks are boring, #crypto is interesting 😉 https://t.co/oEsVGX8aEI\n
5648                                                                                                                                                                  Yea @Toyota #hydrogen fuel cells are the future for cars and trucks Finally a clean energy source- no CO2, sulfur,… https://t.co/qtIl0UVN53\n
5649                                                                                                                                                                           Check out Waterford Candlestick Holder Crystal Set of 2 Tall Bethany 10" Discontinued #Waterford https://t.co/aoCdVxS3BR via @eBay\n
5650                                                                                                                                                                                         Check out Kinsey Millhone Biography  "G" is For Grafton Hardcover 1st Ed  Kaufman  https://t.co/7pFJDW54uX via @eBay\n
5651                                                                                                                                                                           RT @CRISTY_bello: No words, just feelings ❤😍❤ #ShandyWedding ❤💑❤ #SaveMajorCrimes @CBS @amazon @CBSTweet https://t.co/ylQm0IsB6k\n
5652                                                                                                                                                                 RT @Saints: For the fourth straight week, a Saint wins @FedEx Ground Player of the Week: Congrats @A_kamara6! #GoSaints https://t.co/1ryjBf…\n
5653                                                                                                                                                                              RT @Cisco: What’s ahead for Cisco in 2018? Acceleration in software, #IoT, #cloud and the #NetworkIntuitive via @NetworkWorld… \n
5654                                                                                                                                                                 RT @BankofAmerica: Get your rally on, #CowboysNation! It’s game day! Grab your rally towels, and cheer on the @dallascowboys. https://t.co/…\n
5655                                                                                                                                                                 @McDonalds This isn’t a hack, a hack would be tell the cashier a homeless man stole yours and you need 10 extra, pl… https://t.co/JCFTu7Xumw\n
5656                                                                                                                                                                                  RT @Cisco: No matter what you call your #AI assistant, wake word technology is complex &amp; challenging. Learn more from… \n
5657                                                                                                                                                                                                              TP-Link N450 Wireless Wi-Fi Router, Up to 450... by TP-Link https://t.co/J4G9MA1X5V via @amazon\n
5658                                                                                                                                                                                        Womens 3" Wide Leather #belt Bronze Tone #Buckle Rivets Size 42 hook and eye close  https://t.co/lX6X4ZjhUE via @eBay\n
5659                                                                                                                                                                                        Check out Pair Of Proficient Audio Systems C660 6 1/2" Ceiling Speakers #Proficient https://t.co/nYV6rkXv4h via @eBay\n
5660                                                                                                                                                                                              Liu Yifei, announced yesterday as #Mulan in the upcoming @Disney remake, wears a Ralph… https://t.co/pWOuyJUlrk\n
5661                                                                                                                                              RT @grantstern: It's all good @comcast. I will cut the cord and cancel my service with you if the FCC kills #NetNeutrality \n\n\n\n\n\n\n\n\n\n\n\n\n\nI'd ra… \n
5662                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5663                                                                                                                                                                            RT @Disney: In case you missed it, the #SnowWhite window unveiling at Saks Fifth Avenue was the perfect way to light up the hol… \n
5664                                                                                                                                                                                                        RT @Disney: "There was an idea… ” @Avengers: #InfinityWar. In theaters May 4. https://t.co/EvQKXM3Jq1\n
5665                                                                                                                                           RT @AuthorLTaylor: #iTunes @Apple #BookBoost \n\n\n\n\n\n\nCheck out 12 award-winning Laura Taylor #romance ebooks! \n\n\n\n\n\n\nhttps://t.co/NtDF2kWSyW #ASMSG… \n
5666                                                                                                                                                                    RT @vincenzolandino: You've seen the @aftermarq team do a lot of work with @SAP this year. But have you seen why? Check out the series,… \n
5667                                                                                                                                                   RT @UPS: 🎶 James would walk 3200 miles. And he would walk 3200 more. 🎶\n\n\n\n\n\n\n\n\n\n\n\n\n\nRetweet if you’re feeling inspired this holiday seas… \n
5668                                                                                                                                                                                            @Jamie1973 @TMobile @JohnLegere Your contribution will make a BIG difference for our Club kids. Thank you, Jamie.\n
5669                                                                                                                                                                           RT @Reuters: UPDATE: Plan to replace Tillerson with Pompeo has been in the works for a number of weeks, senior administration of… \n
5670                                                                                                                                                                                 #cheese The Original Bottle Popper, Automatic Bottle opener, Black and Gold Bottle po... https://t.co/tZH1BSAd4C via @amazon\n
5671                                                                                                                                                                                                         Jist seen a drag race, @Tesla vs @Audi, tesla win, but for everything else in life I'd have the audi\n
5672                                                                                                                                                                                    #pub The Original Bottle Popper, Automatic Bottle opener, Black and Gold Bottle po... https://t.co/tZH1BSAd4C via @amazon\n
5673                                                                                                                                                                                                       RT @Only4RM: How the f*ck does this make the cut in the first place, @Walmart? https://t.co/CFJygBjJEQ\n
5674                                                                                                                                          RT @GoodSmile_US: From the @Disney movie #TheLittleMermaid comes a Nendoroid of the #disneyprincess of the sea, #Ariel ✨🌞 #Disney\n\n\n\n\n\n\n\n\n\n\n\n\n\nSe… \n
5675                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5676                                                                                                                                                                          RT @vmwarehorizon: Often, collaboration unlocks innovation; learn how @VMware and @Microsoft are enabling #digitaltransformation:… \n
5677                                                                                                                                                                                                                      @thehill You were selling this crap, @Walmart @walmarthelp? You serious?  This is sick.\n
5678                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5679                                                                                                                                                                                 @comcast Will you please stop Tweeting these, fucking, lies?\n\n\n\n\n\n\n\n\n\n\n\n\n\nThanks tRump and thank you tDan too!\n
5680                                                                                                                                                                  RT @sylvainreynard: Want to be the first to know when #THEMANINTHEBLACKSUIT goes live on @amazon? "FOLLOW" me there https://t.co/IKQOJmj0Rr\n
5681                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5682                                                                                                                                                                                                                   RT @EmmaLeighEld: Will you help us help Starbucks Man, @Starbucks? https://t.co/OXNZg2rsCE\n
5683                                                                                                                                                                                   RT @Newseum: Hey @Walmart, we can think of 2,305 reasons why this shirt is offensive. #JournalistsMemorial #PressFreedom… \n
5684                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5685                                                                                                                                                                              RT @OHLSD: Tune in to learn more about Rapid Run student Anna Caito and her efforts, with rhe help of @Disney, to raise money… \n
5686                                                                                                                                                                 @Tesco Sorry, I've not got the packaging anymore - please just message someone in your procurement team and tell th… https://t.co/Hyh9MBJtCq\n
5687                                                                                                                                                                 @comcast You know instead of ending net neutrality, you should keep your service the way it is. Why? If you don't c… https://t.co/HZghDd1Qpf\n
5688                                                                                                                                                                                          @Google @madebygoogle @AndroidPolice Cc: @Masonicmoron (Thank you for your Tweet). \n\n\n\n\n\n\n😎♂️\n\n\n\n\n\n\n@\n
5689                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5690                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5691                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5692                                                                                                                                                                         RT @dAFerisae: @kneptune3504 @Ladybug_Cartoon @netflix @Thomas_Astruc @zagtoon It's not Thomas fault, he doesnt control broadcaste… \n
5693                                                                                                                                                                                                 "I am a lineman for the county" THE LINE MAN  8X10 poster Norman Rockwell  https://t.co/cVUkoZoRB5 via @eBay\n
5694                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5695                                                                                                                                                                              @Walmart Honest to fucking god. You thought this was a good idea??? Really? \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/oMgtjp5gV5\n
5696                                                                                                                                                                                                   Gold-tone Leather Teardrop Earrings, Yellow, Metallic YB Green Jewelry https://t.co/FA3Pm95Mf3 via @amazon\n
5697                                                                                                                                                                                             @UPS  literally sucks ass, now I have to go to @BestBuy and exchange it for a new one 😒 https://t.co/uj2Oy7CkBC\n
5698                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5699                                                                                                                                                                                           @facebook needs to calm its shit down waking me up with a ping of a "friend suggestion" for a work colleague. Dick\n
5700                                                                                                                                                           RT @McDonalds: 🙌 Put your hands up for the McPick 2 for $5 lineup!! 🙌 S/O to the new recruit: Sausage, Egg &amp; Cheese #McGriddles!! https://t…\n
5701                                                                                                                                                                    RT @ThisJustInLIVE: @StarTribune @maggieNYT Hey, @Walmart, how did this even get past your buyers? The t-shirts didn’t grow hands and l… \n
5702                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5703                                                                                                                                                                               @Reuters It is insane, not transparent, not democracy. A short-term lift to the "markets" followed by pain for most Americans.\n
5704                                                                                                                                                RT @UPSPolicy: Once-Homeless Veteran Gives Back After Getting @UPS Job\n\n\n\n\n\n\n\n\n\n\n\n\n\n"We are a company that understands that the men and women… \n
5705                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5706                                                                                                                                                                   RT @Rachael_Swindon: Remind me of the last political party leader that went directly for @MorganStanley - "When they say we are a threat… \n
5707                                                                                                                                                                  @UPS @UPSHelp @FedEx @FedExHelp Thank you to both companies for your quick responses. Many people have this issue,… https://t.co/LJf61veTdC\n
5708                                                                                                                                                             RT @cmcgeesmith: 10 million viewers can't be wrong   #savemajorcrimes @CBS @CBSTweet a@AllAccessCBS  #Flynngirls\n\n\n\n\n\n\n#lovemajorcrimes… \n
5709                                                                                                                                                                                Check out Madison Landing Pillow Animal Print Leopard Cheetah Pattern Black 16" X 16" Nice  https://t.co/qb7WaqXoI1 via @eBay\n
5710                                                                                                                                      RT @celtics: Keep an 👀 on turnovers tonight!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTake a look at our Gameday Analytics presented by @generalelectric for more info. https://t.c…\n
5711                                                                                                                                                                 Dear @Microsoft - Why is it everytime we design and code an email newsletter, it's Outlook that ALWAYS breaks our e… https://t.co/YHqqquNspJ\n
5712                                                                                                                                                        RT @byHeatherLong: Warning from @GoldmanSachs this morning: \n\n\n\n\n\n\n"The tax reform bill and spending increases that are making their way thr… \n
5713                                                                                                                                                                      RT @FightOnTwist: @StarTribune Oh, @Walmart, I will be boycotting your store as a result of you offering this shirt for sale. Pulling… \n
5714                                                                                                                                                                                                   Check out Vintage Goldtone &amp; Black Initial "T" Cufflinks  #Unbranded https://t.co/QwBJ3PSG6h via @eBay\n
5715                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5716                                                                                                                                                                 @FightOnTwist @reneenilseb @StarTribune @Walmart Lmao the 5th time you've used this, funny how you're a "journalist… https://t.co/65vJKvtq2x\n
5717                                                                                                                                                                             RT @RTDNA: Shortly after our Voice of the #FirstAmendment Task Force sent a letter to the company’s top executives, @Walmart r… \n
5718                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5719                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5720                                                                                                                                                                          RT @Burberry: Winner of the 2017 Paving The Way award, @IdrisElba wears a @Burberry greatcoat detailed with embossed buttons to t… \n
5721                                                                                                                                                                                                                                          @FightOnTwist @StarTribune @Walmart Lol, boycott......lol, apology.\n
5722                                                                                                                                                                                         Michael Kors Men's Twill Two Button Side Vent Linen Suit (Olive, 44Rx37W) Mic... https://t.co/163KZm5fQW via @amazon\n
5723                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5724                                                                                                                                                                            RT @Ryanair: For a chance to WIN a €/£100 voucher simply LIKE, RETWEET &amp; tell us which destination you stopped on using the… \n
5725                                                                                                                                                                   RT @mnwild: 📸 Snap a photo from tonight's game, tweet it with #mnwild and @UPS and you could see your photo on the video board. #VGKvsMIN\n
5726                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5727                                                                                                                                                                 @comcast Hope no offense taken, but not trusting you. Comcast will act like any other soulless corporation and pres… https://t.co/IxWGK4frZC\n
5728                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5729                                                                                                                                         RT @WGRZ_SteveBrown: Hey, @Walmart. Is it your corporate policy that journalists should lynched? \n\n\n\n\n\n\n              -Signed,\n\n\n\n\n\n\n     Journalist… \n
5730                                                                                                                                                                      RT @FightOnTwist: @StarTribune Oh, @Walmart, I will be boycotting your store as a result of you offering this shirt for sale. Pulling… \n
5731                                                                                                                                        I’m liking the Toyota FT-AC so far! I am excited to see where @Toyota takes this concept. #ToyotaFTAC \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe Toyota… https://t.co/ewbSFGFexL\n
5732                                                                                                                                                                 @amazon I know its going to be a hard rough process, will definitely include well, some sacrifice or well maybe som… https://t.co/EFRorQn4RA\n
5733                                                                                                                                                                 RT @Microsoft: Starting today, Microsoft Edge is available for iOS and Android as a free download. https://t.co/Qb90NT9iEF https://t.co/uQo…\n
5734                                                                                                                                                                                 Check out 7 WWE / WWF DVD Box Sets - 3 Disc Sets - Raw, Jericho, DX , Shawn Michaels L@@K  https://t.co/uhhBvlFmMr via @eBay\n
5735                                                                                                                                                                                        RT @Reuters: Actor Jim Nabors, TV's 'Gomer Pyle' of 1960s, dies at 87 https://t.co/eH9N8T9str https://t.co/AAEpfKGjHH\n
5736                                                                                                                                                                                                        RT @Disney: "There was an idea… ” @Avengers: #InfinityWar. In theaters May 4. https://t.co/EvQKXM3Jq1\n
5737                                                                                                               RT @Saints: Last 4 @FedEx Ground Player of the Week winners: \n\n\n\n\n\n\nWeek 12: @A_kamara6 \n\n\n\n\n\n\nWeek 11: @MarkIngram22 \n\n\n\n\n\n\nWeek 10: Ingram\n\n\n\n\n\n\nWeek 9: Kamara…\n
5738                                                                                                                                                                                                                                                     @brynn_legree @TMobile Returned, trying the S9 next year\n
5739                                                                                                                                                                  Any other editing programs aside from @Adobe? Program's amazing, but can't get it to work anymore and it's pissing… https://t.co/zwRI8UsdEF\n
5740                                                                                                                                                                 @MagnificentOne_ @dwallbank @Walmart Do you own that business listed in your bio, or are you an employee? Because i… https://t.co/wDMpBAUsbh\n
5741                                                                                                                                                                      RT @FightOnTwist: @StarTribune Oh, @Walmart, I will be boycotting your store as a result of you offering this shirt for sale. Pulling… \n
5742                                                                                                                                                                     RT @TopRopeTravis: What in the hell was @Walmart thinking? Seriously, a shirt that encourages murder by lynching?! This is disgusting.… \n
5743                                                                                                                                                                              RT @IBM: #TBT: In 1977, IBM developed the world's first mutually agreed-upon cryptographic algorithm to secure data 🔐. In 20… \n
5744                                                                                                                                                                                                                         @Starbucks hey it’s my birthday, you promised me a free drink and then charged me :(\n
5745                                                                                                                                                                                                       Unilever CEO defends balance between growth, margin https://t.co/PLVIUtuEzu Via @Reuters #businessnews\n
5746                                                                                                                                                                RT @Google: Hardware hitting the shelves, updates in Search, 🍔 emojis and more—recap what was new in November at Google. https://t.co/8rsvO…\n
5747                                                                                                                                                                      RT @FightOnTwist: @StarTribune Oh, @Walmart, I will be boycotting your store as a result of you offering this shirt for sale. Pulling… \n
5748                                                                                                                                                                                   @Eric_Halvorson @kroger Well yeah, go in, buy the snow man for her, get to give the dogs belly rubs! Everyone is a winner!\n
5749                                                                                                                                                                          RT @SOTI_Inc: On December 6, learn how SOTI and @Samsung KNOX are raising the bar in #mobility #management. Register for this exc… \n
5750                                                                                                                                                                                     Check out Cleveland CG12 Zip Grooves 56 Degree Sand Wedge, Men's RH Wedge Flex Steel Shaft https://t.co/w0xYQ9QiQ6 @eBay\n
5751                                                                                                                                                                                                                              @JehutyPrime @EA @EAHelp @EAMaddenNFL @EASPORTSUFC @Disney Just signed, thanks.\n
5752                                                                                                                                                                                          Check out Atrium Collection Jacket, Blazer, Coat, Ladies, Women's, Juniors Sz 6, Navy https://t.co/W7zJob4h93 @eBay\n
5753                                                                                                                                                                       RT @EbenezerUMC: Shout out @HomeDepot  Stafford, Va for the discount on all of the boxes we need for our Angel Tree food boxes! Espe… \n
5754                                                                                                                                                                 Hey #UDel, do you want free ☕ from @DunkinDonuts, @Starbucks and more during the #UDSpring semester? Announcements… https://t.co/A7UYhsVaxO\n
5755                                                                                                                                                  14 ⚠️LOS ROHINGYA LOS NECESITAN // NEED YOUR HELP MORE THAN EVER⚠️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Google @GoogleColombia @googleespanol… https://t.co/ursy61kYLW\n
5756                                                                                                                                                  34 ⚠️LOS ROHINGYA LOS NECESITAN // NEED YOUR HELP MORE THAN EVER⚠️\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Google @GoogleColombia @googleespanol… https://t.co/R3b2dFqjED\n
5757                                                                                                                                                                                              RT @Reuters: Deficit worries roil Senate debate on tax bill, leaders scramble for votes https://t.co/uUPZRcLnwh\n
5758                                                                                                                                                                        RT @MargaretAtwood: Secret Sisterhood: The Hidden Friendships of Austen, Bronte, Eliot and Woolf  https://t.co/SKt7TxrHFB via @amazon\n
5759                                                                                                               RT @Saints: Last 4 @FedEx Ground Player of the Week winners: \n\n\n\n\n\n\nWeek 12: @A_kamara6 \n\n\n\n\n\n\nWeek 11: @MarkIngram22 \n\n\n\n\n\n\nWeek 10: Ingram\n\n\n\n\n\n\nWeek 9: Kamara…\n
5760                                                                                                                                                                 RT @Saints: For the fourth straight week, a Saint wins @FedEx Ground Player of the Week: Congrats @A_kamara6! #GoSaints https://t.co/1ryjBf…\n
5761                                                                                                                                                                                                                   craving a salted caramel hot chocolate from @Starbucks 🤤\n\n\n\n\n\n\n#cravings #hotcocoa\n
5762                                                                                                                                                                               This is completely unacceptable, @Walmart owes journalist a serious apology. #ChangedViewsAboutWalmart https://t.co/dkhm4lXCN3\n
5763                                                                                                                                                                                          $101988 Polymer Commemorative Australian Ten Dollars Money.., Free postage to Aus https://t.co/YAvtu9mTpJ via @eBay\n
5764                                                                                                                                                    RT @RetailDive: Items on @amazon on average are 56.48% more expensive than the same products found at a @Costco store\n\n\n\n\n\n\nhttps://t.co/ZxcTLMlf…\n
5765                                                                                                                                                 Disgusting. Absooooolutely Disgusting.\n\n\n\n\n\n\n\n\n\n\n\n\n\nSomeone at @Walmart had to approve that.... that piece of garbage. https://t.co/Cz8DoopdZG\n
5766                                                                                                                                                   RT @UPS: 🎶 James would walk 3200 miles. And he would walk 3200 more. 🎶\n\n\n\n\n\n\n\n\n\n\n\n\n\nRetweet if you’re feeling inspired this holiday seas… \n
5767                                                                                                                                                                                                                                                          Watch your back, @CocaCola. https://t.co/Q5EKVdPwgS\n
5768                                                                                                                                                                             RT @RTDNA: Shortly after our Voice of the #FirstAmendment Task Force sent a letter to the company’s top executives, @Walmart r… \n
5769                                                                                                                                                         @ATT For the past several weeks, my internet &amp; u-verse have been at 3rd-world levels. But, AT&amp;T is getting a nice t… https://t.co/6Keu6V5tYM\n
5770                                                                                                                                                                          RT @JohnDeere: Even when they are away from home, ag women are helping to feed the world. More than 10,000 meals were prepared at… \n
5771                                                                                                                                                                                RT @naveeeennnn: @TMobile \n\n\n\n\n\n\nHey Team, How many RTS for a iPhone8 Plus (Gold Varient)? ❤️😍 https://t.co/4UIDWExkYc\n
5772                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5773                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5774                                                                                                                                    RT @cxotalk: TOMORROW\n\n\n\n\n\n\nFri. 1 Dec 2017, at 1 pm ET / 10 am PT\n\n\n\n\n\n\nGlobal Sales #DigitalTransformation @generalelectric\n\n\n\n\n\n\nw #CxOTalk gue… \n
5775                                                                                                                                                                                                    Aluminum License Plate 6"x12" I LOVE HAITI for Auto or Truck TOPSQUAD https://t.co/Ibxar6UcrY via @amazon\n
5776                                                                                                                                                                   RT @SweetNSourDeals: "The Music is my language and the world Es Mi Familia" @Disney @Pixarcoco is A Must See Movie in theaters everywher… \n
5777                                                                                                                                                                                                      Fire Kids Edition Tablet, 7' Display, Wi-Fi... by Amazon for $99.99 https://t.co/Wv9sm1cVop via @amazon\n
5778                                                                                                                                   Started #IronFist - fun!\n\n\n\n\n\n\n\n\n\n\n\n\n\nThank u @netflix for all the awesome @marvel content, please keep up the great work &amp; I’l… https://t.co/Y6D3SGx3up\n
5779                                                                                                                                                                        RT @uprun4life: Get Kleenex, Scott, Viva, and Cottonelle while you are doing your Black Friday shopping done at @Walmart so that yo… \n
5780                                                                                                                                                                            @The_Angel_1489 @Dodge @Ford Which, the car or my wife? Given the choice, I'll take my wife, but the car is hard not to love. LOL\n
5781                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5782                                                                                                                                                                                                                                        RT @PaulBegala: What's your answer, @Walmart? https://t.co/tgj29HWwuh\n
5783                                                                                                                                                                   RT @FunMoneyMom: If there's one thing my daughter loves, it's Barbie dolls &amp; this 28" Barbie from @Walmart is her new favorite! If y… \n
5784                                                                                                                                                                   RT @ilostmyflipflop: @sense8 fighter! Here are some more designs to choose from, send them via mail to friends, @netflix, lgtb communiti… \n
5785                                                                                                                                                                 @MiroDeLeon @netflix Darker than the homeless people, the drug addicts, the hoods, the gangs, the sexual assaults..… https://t.co/8FyBZz5JIQ\n
5786                                                                                                                                                                            RT @myuniquemarket: Check out Lego Lot of 3 Friends Girls Minifigures Mia,  Joanna And White Poodle https://t.co/Yzrtq0aoQk @eBay\n
5787                                                                                                                                                                          RT @JimmyJJam: Hey @TMobile @JohnLegere, I just got this. New? Regardless, thx for the assist! They didn't leave a vm so it looks… \n
5788                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5789                                                                                                                                                                                       @ryola You are quite welcome! \n\n\n\n\n\n\n\n\n\n\n\n\n\n(Also @Wendys usually burns @McDonalds at least once a week)\n
5790                                                                                                                                           RT @wu_yi_fan: 171201 #KrisWu Instagram update\n\n\n\n\n\n\n\n\n\n\n\n\n\nKris Wu X @Burberry Litty🔥\n\n\n\n\n\n\nhttps://t.co/fAJjAs14Ca https://t.co/196OVehsMr\n
5791                                                                                                                                                                                     RT @1prncs: Because I love Christmas, I'm offering FOREVER CHRISTMAS for free on @amazon for 5 days starting tomorrow.… \n
5792                                                                                                                                                                 RT @Saints: For the fourth straight week, a Saint wins @FedEx Ground Player of the Week: Congrats @A_kamara6! #GoSaints https://t.co/1ryjBf…\n
5793                                                                                                                                           RT @wu_yi_fan: 171201 #KrisWu Instagram update\n\n\n\n\n\n\n\n\n\n\n\n\n\nKris Wu X @Burberry Litty🔥\n\n\n\n\n\n\nhttps://t.co/fAJjAs14Ca https://t.co/196OVehsMr\n
5794                                                                                                                                                                                RT @Burberry: #BurberryXKrisWu, a new collaboration. Sign up for more details https://t.co/rA22OUSlZd https://t.co/9PFza8BWbv\n
5795                                                                                                                                                                                RT @Burberry: #BurberryXKrisWu, a new collaboration. Sign up for more details https://t.co/rA22OUSlZd https://t.co/9PFza8BWbv\n
5796                                                                                                                                                                 @TAThorogood @usbank @WellsFargo Oh and Wells Fargo ALSO told John that something was another bank's fault, when it… https://t.co/aT3AeZwX4Z\n
5797                                                                                                                                           RT @wu_yi_fan: 171201 #KrisWu Instagram update\n\n\n\n\n\n\n\n\n\n\n\n\n\nKris Wu X @Burberry Litty🔥\n\n\n\n\n\n\nhttps://t.co/fAJjAs14Ca https://t.co/196OVehsMr\n
5798                                                                                                                                                                 RT @rhonda_harbison: @JustWhatNowWhy @TravisAllen02 @SoMeMediaInc @realDonaldTrump @Starbucks Merry Christmas,  Mr. Mueller. We're ready ht…\n
5799                                                                                                                                                                    A familiar spot for @HoustonDynamo’s @dylanremick15.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/XhNa8aJIJA\n
5800                                                                                                                                                                             RT @Lunaa: s/o @PayPal For having the worse chargeback system on the internet, sold an item for $700 through grailed and the k… \n
5801                                                                                                                                                                                                                                                                     @FiveMarigolds @intel Fuck off, Rochelle\n
5802                                                                                                                                                                                                @SchlaTroy @JohnLegere @TMobile @FeedingAmerica @TeamRubicon And a damn good one, buddy. You just keep at it!\n
5803                                                                                                                                                    Hot Stocking Stuffer ideas at @Walmart. Get @OlaySkin Pro-X Advanced \n\n\n\n\n\n\nCleansing System and @Braun Multi Grooming Ki… https://t.co/M0XjEiKJ95\n
5804                                                                                                                                                                                RT @Burberry: #BurberryXKrisWu, a new collaboration. Sign up for more details https://t.co/rA22OUSlZd https://t.co/9PFza8BWbv\n
5805                                                                                                                                                                 RT @AuthorVJJDunn: When the end began, no one even noticed... Beginning the End by VJJ Dunn https://t.co/L7jf7NDJQj via @amazon #RRBC #chri…\n
5806                                                                                                                                                                       @ananavarro Also, I think @netflix should consider editing out Matt Lauer in The Unbreakable Kimmy episode one https://t.co/6rzE0hvE8A\n
5807                                                                                                                                                                                 RT @CBS: She's an Angel! Tonight, @Harry_Styles hits the runway at the #VSFashionShow @ 10/9c on CBS &amp; CBS All Access:… \n
5808                                                                                                                                                                 Not gonna lie, I was a little disappointed that the @pepsi cans weren’t themed but the packaging was. I saw Coke ha… https://t.co/54JDdW1hJf\n
5809                                                                                                                                                                 @supernovalee @MartinaCarney17 @facebook Two weeks today no reply, etc, I would just like a reply, HMU if you don’t… https://t.co/qBq1xD3KSs\n
5810                                                                                                                                                                                    My thoughts when I dont get my coffee @jimmyfallon ...yep, that's my daughter. #basic. @Starbucks https://t.co/uqKxKsrqJb\n
5811                                                                                                                                                                 Sadly our new "feaster" @verizon router is slower and can't even be detected by most our devices We now have a chil… https://t.co/aOX7oQICm6\n
5812                                                                                                                                                                            RT @comcast: We do not and will not block, throttle, or discriminate against lawful content. We will continue to make sure that… \n
5813                                                                                                                                                                                                                                                                @CardinalNation1 @amazon Dude, where’s my TV?\n
5814                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5815                                                                                                                                                                                 Check out Home Decor Decorative Pillow Multi Color Family Love Laughter Phrases 16" Toss   https://t.co/Z5iA0FkDF2 via @eBay\n
5816                                                                                                                                                                              RT @BtuflyBoutique: Ladies Covington Sand Dollar Like Necklace &amp; Earring Gift Set 16"-18" NEW https://t.co/xMfyolJyMq @eBay\n
5817                                                                                                                                                                                RT @naveeeennnn: @TMobile \n\n\n\n\n\n\nHey Team, How many RTS for a iPhone8 Plus (Gold Varient)? ❤️😍 https://t.co/4UIDWExkYc\n
5818                                                                                                                                                                RT @JohnLegere: @TMobile 💓 Because of your actions on #GivingTuesday, @TMobile donated to @BGCA_Clubs! #givingTWOgether https://t.co/Z85YcW…\n
5819                                                                                                                                                                                                  Check out Kitty Paws Shoes Custom Women's 6" Rainbow Stretch Thigh High Boots https://t.co/vUBymoBQHM @eBay\n
5820                                                                                                                                                                                            Disappointed with @HSBC! Asked for a contactless card in store, heard AND received NOTHING! BAD CUSTOMER SERVICE!\n
5821                                                                                                                                                                         Cyber Hot Deal! Dell Latitude 5580 15.6" Full HD Laptop - Core i5-6300U 500GB, 8G, WIN10 Pro #Dell https://t.co/wybdGP22au via @eBay\n
5822                                                                                                                                                              RT @hannnxox: Dear @Starbucks ,\n\n\n\n\n\n\nFrom a business student at WV Wesleyan in Buckhannon, WV there is an vacant store 2 minutes from… \n
5823                                                                                                                                                                      RT @slpng_giants: Let the record show that the 571 Grill and Draft House doesn’t want Nazis around, but @facebook and @twitter are to… \n
5824                                                                                                                                                 RT @Nash076: Hey @comcast, hey @comcastcares:\n\n\n\n\n\n\n\n\n\n\n\n\n\nCan you please explain why you have removed your promise not to use paid prioriti… \n
5825                                                                                                                                                    RT @RetailDive: Items on @amazon on average are 56.48% more expensive than the same products found at a @Costco store\n\n\n\n\n\n\nhttps://t.co/ZxcTLMlf…\n
5826                                                                                                                                                                      RT @StealingCake: Hi @netflix I just finished #Sense8. I watched it because of word of mouth (h/t @jewseal). My question is, why wasn… \n
5827                                                                                                                                                                                        Oolong Tea Tie Guan Yin loose leaf bag packing, Grade A semi-fermented tea to... https://t.co/jAkyCrolTT 来自 @amazon\n
5828                                                                                                                                                                        RT @SaintHeron: Tonight at @billboard's #WomenInMusic ceremony, @solangeknowles will receive the first ever @AmericanExpress Impact… \n
5829                                                                                                                                                                                                 Trijicon TA02 ACOG Battery Illuminated LED ... by Trijicon for $1,252.55 https://t.co/s0agDzhXjB via @amazon\n
5830                                                                                                                                                                  Hey, Check out how @Microsoft &amp; @Surface treats there loyal customers who purchased their premium #surface #sp4 https://t.co/fO7910wEjv\n
5831                                                                                                                                                                                                                   Quick updates by @Apple :) #ShitHappens\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/IUsBHRo2x3\n
5832                                                                                                                       RT @jilevin: BOYCOTT SEAN HANNITY!\n\n\n\n\n\n\n\n\n\n\n\n\n\nDear @Bayer,\n\n\n\n\n\n\n\n\n\n\n\n\n\nDo you really want to advertise on @SeanHannity's TV and radio shows given his… \n
5833                                                                                                                                                                                                                   RT @Burberry: 'B.M.', the brand new track from Kris Wu. Listen now https://t.co/DsJ6k7N5NQ\n
5834                                                                                                                                      RT @MLS: The build-up. The finish. All class. 😍\n\n\n\n\n\n\n\n\n\n\n\n\n\nRodriguez makes it 3-0 on aggregate! #SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/OVPRjW…\n
5835                                                                                                                                                                      RT @slpng_giants: Let the record show that the 571 Grill and Draft House doesn’t want Nazis around, but @facebook and @twitter are to… \n
5836                                                                                                                                                                             Check out Balenciaga Paris Noruh Size 38 EUR, Black Suede Pumps Heel Leather Spain #Balenciaga https://t.co/R2VvaTdL9a via @eBay\n
5837                                                                                                                                                                             RT @RTDNA: Shortly after our Voice of the #FirstAmendment Task Force sent a letter to the company’s top executives, @Walmart r… \n
5838                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5839                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5840                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5841                                                                                                                                      RT @MLS: The build-up. The finish. All class. 😍\n\n\n\n\n\n\n\n\n\n\n\n\n\nRodriguez makes it 3-0 on aggregate! #SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/OVPRjW…\n
5842                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5843                                                                                                                                       RT @dElvI88: It happens to me too. Please fix this @YouTube @Google @youtubemusic @TeamYouTube \n\n\n\n\n\n\n\n\n\n\n\n\n\n#YOUTUBE_Whereis_DNA_MV https://t.co/mqPAI…\n
5844                                                                                                                                                                 @jrmint4 @Swhoney @RTDNA @Walmart Tina, the First Amendment applies to Government action, not corporations or peopl… https://t.co/JggCXv1SZF\n
5845                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5846                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5847                                                                                                                                                                                     @MattSchafer1974 @Quinntessence_ @UPS @redrobinburgers @LoneJobber @CBRadioLive I know, Matt... Truth can be painful....\n
5848                                                                                                                                                                           RT @MLS: #ForeverOrange amid a sea of green. \n\n\n\n\n\n\n\n\n\n\n\n\n\n#SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/6pTQ5kmS1d\n
5849                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5850                                                                                                                                                                                                          Kim Jong Nam had nerve agent antidote in bag, Malaysian court told https://t.co/7IJ1cqJrxh @Reuters\n
5851                                                                                                                                                                                      #BabyChristmas Cheetah Print Baby / Toddler Boots Size 3 (#Cheetah, #toddler #boots)  https://t.co/3GpwsqZOPl via @eBay\n
5852                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5853                                                                                                                                                                            RT @comcast: We do not and will not block, throttle, or discriminate against lawful content. We will continue to make sure that… \n
5854                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5855                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5856                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5857                                                                                                                                                                           RT @TeamRWB: Last month, we asked #EagleNation to vote/like our video on https://t.co/fAaRghttE8 for the @Starbucks Upstanders C… \n
5858                                                                                                                      RT @sonni_de: Things I will give up, if you gut  #NetNeutrality:\n\n\n\n\n\n\n\n\n\n\n\n\n\nMy @hulu subscription\n\n\n\n\n\n\nMy @netflix subscription\n\n\n\n\n\n\nMy @amazon accou… \n
5859                                                                                                                                                                         Check out NIB Gorgeous UGG Valberg Fur &amp; Suede Wedge Boots, Black, sz 8.5 #UGGAustralia #Boots https://t.co/miRxMBH5EP via @eBay\n
5860                                                                             @netflix you guys are trash for getting rid of always sunny‼️‼️ \n\n\n\n\n\n\n🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽🖕🏽\n
5861                                                                                                                                                                                        RT @MLS: No stopping these guys.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/BJRYQPeNEa\n
5862                                                                                                                                           RT @wu_yi_fan: 171201 #KrisWu Instagram update\n\n\n\n\n\n\n\n\n\n\n\n\n\nKris Wu X @Burberry Litty🔥\n\n\n\n\n\n\nhttps://t.co/fAJjAs14Ca https://t.co/196OVehsMr\n
5863                                                                                                                                                                                                                          RT @SPRUNT: @comcast @lulybean Great a "statement". How non-legally binding of you.\n
5864                                                                                                                                      RT @WuYiFan_KrisBar: Search #KrisWu on Burberry website,there's a surprise waiting for you🎁 \n\n\n\n\n\n\n@Burberry X @KrisWuOfficial_ \n\n\n\n\n\n\ncoming soon... h…\n
5865                                                                                                                                                             Because of @Microsoft Paint, I was able to edit a college recommendation letter written by my principal &amp; submit it… https://t.co/7v7CnioShE\n
5866                                                                                                                                                                                RT @Burberry: #BurberryXKrisWu, a new collaboration. Sign up for more details https://t.co/rA22OUSlZd https://t.co/9PFza8BWbv\n
5867                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5868                                                                                                                                                                      RT @Reuters: China Nov factory growth slows to 5-month low, confidence sags: Caixin PMI https://t.co/PEbC40Mw51 https://t.co/WuEHWiw3A7\n
5869                                                                                                                                                                        RT @Barnacules: See, I told you! #NetNeutrality isn't even dead yet and @comcast already changed their pledge just today to include… \n
5870                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5871                                                                                                                                                                                        RT @MLS: No stopping these guys.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/BJRYQPeNEa\n
5872                                                                                                                                                                 @TerenaBell @RubeBait @jrmint4 @RTDNA @Walmart What a shirt says, says nothing.. doing is a whole different ballgam… https://t.co/TjKJzLLs8k\n
5873                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5874                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5875                                                                                                                                                                                              Dear @Apple, please release a new update so my phone stops correcting it to I.t.. I.t is extremely frustrating.\n
5876                                                                                                                                                                  @Apple a white rose emoji is highly needed,or maybe just put the rose gold for options such as "white-for losing a… https://t.co/E74jD2CsXa\n
5877                                                                                                                                                                                                                                   RT @brittshottahs: Bro, why my phone shuts off at 40% battery life? @Apple\n
5878                                                                                                                                                                                         RT @UPS: James’ holiday wish came true. Not just for him, but for a secondary school in Kenya. #WishesDelivered 💧✨\n
5879                                                                                                                                                                                 RT @MLS: Welcome back, @JmoSmooth13. 💪\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/Jgg4u5AQbm\n
5880                                                                                                                                   RT @MLS: Joevin Jones never stops running &amp; Clint Dempsey doesn't miss from there.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/2dZwymds…\n
5881                                                                                                                                                                                       RT @MLS: Shipp ➡️ Bruin. Clinical!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/pYE5JUsDHK\n
5882                                                                                                                                                                                                          Hey celebrity best friend @_itsmichaela, u got any @beatsbydre or @Nike inducements yet? 👀🏀👸🏾🐻\n
5883                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5884                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5885                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5886                                                                                                                                                                      RT @slpng_giants: Let the record show that the 571 Grill and Draft House doesn’t want Nazis around, but @facebook and @twitter are to… \n
5887                                                                                                                                                                      RT @FightOnTwist: @StarTribune Oh, @Walmart, I will be boycotting your store as a result of you offering this shirt for sale. Pulling… \n
5888                                                                                                                                                                                RT @naveeeennnn: @TMobile \n\n\n\n\n\n\nHey Team, How many RTS for a iPhone8 Plus (Gold Varient)? ❤️😍 https://t.co/4UIDWExkYc\n
5889                                                                                                                                                                               @Sw0rds_HS Self control is also not drinking 30 cans of \n\n\n\n\n\n\n@CocaCola in 3 days (sponsor me) https://t.co/VAFAg4S6GI\n
5890                                                                                                                                                                             Check out Frost King V75 62" x 210" Window Insulation Kit Extra Large( Brand new )  #Frostking https://t.co/UeYsQjwVY5 via @eBay\n
5891                                                                                                RT @MohamedMuraj: #BPDigitalEnergy \n\n\n\n\n\n\n\n\n\n\n\n\n\nInsightful keynote by Diana of @BP_plc \n\n\n\n\n\n\nHere is snapshot of all the key points. \n\n\n\n\n\n\n\n\n\n\n\n\n\n#WeAreTechWomen http…\n
5892                                                                                                                       RT @jilevin: PLEASE RT!\n\n\n\n\n\n\n\n\n\n\n\n\n\nDear @pfizer,\n\n\n\n\n\n\n\n\n\n\n\n\n\nI ask that you reconsider advertising on @seanhannity - silencing sexual assault victims… \n
5893                                                                                   RT @ACLU: If the FCC guts #NetNeutrality, who wins?\n\n\n\n\n\n\n✔ @verizon\n\n\n\n\n\n\n✔ @att\n\n\n\n\n\n\n✔ @comcast\n\n\n\n\n\n\n✔ @getspectrum\n\n\n\n\n\n\n\n\n\n\n\n\n\nWho loses?\n\n\n\n\n\n\n✖ Start-ups and s… \n
5894                                                                                                                                                                               Check out Antique Japanese Door Carving, A portrayal of Old World Courtship. #JapaneseCarver https://t.co/yP3Z4G0uxa via @eBay\n
5895                                                                                                                                                                 @jeremycorbyn @MorganStanley "Labour have highlighted meetings between Conservative ministers and Morgan Stanley ov… https://t.co/1B2u8M8maW\n
5896                                                                                                                                                           RT @MLS: A familiar spot for @HoustonDynamo’s @dylanremick15.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SEAvHOU // @Audi #MLSCupPlayoffs https://t.co/XhNa8aJIJA\n
5897                                                                                                                                                                                  RT @Moshoolee: Come on @Apple! We always got perfection from you.\n\n\n\n\n\n\n#Apple @AppleSupport https://t.co/FjaCgLQmIx\n
5898                                                                                                                                                                 @KING5Seattle And yet @Microsoft, @awscloud, @Boeing are all within 30 mins of this school district and building mu… https://t.co/LqY2WNCeNC\n
5899                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5900                                                                                                                                                                  Didn't expect much but #SWAT on @CBS is a welcome surprise , I'm really digging it and @shemarmoore is Killin it as Hondo new favorite show\n
5901                                                                                                                                                                        RT @BriDiesel8: Hey @Starbucks, @DBradbery new album is now out, she's not going to get much sleep tonight and has a big day planne… \n
5902                                                                                                                                                                   RT @Rachael_Swindon: Remind me of the last political party leader that went directly for @MorganStanley - "When they say we are a threat… \n
5903                                                                                                                                                                  RT @FrenchFryInfern: @KCStar WTF is wrong with you @Walmart ? We know the fam is friendly with Trump, but seriously? Where's your #apology?\n
5904                                                                                                                                                                    RT @agirlinthepark: I was just told it doesn't come up when you @Google it either. Here is a comparison of when you Google "BTS DNA MV"… \n
5905                                                                                                                                                                                                  RT @Disney: On March 9, be a warrior. The new trailer for A #WrinkleInTime is here. https://t.co/UBUiRZWiAc\n
5906                                                                                                                                                                 RT @prageru: "@PragerU details the institutional bias at play within @Google and its Orwellian attempt to marginalize those who disagree wi…\n
5907                                                                                                                                       RT @_george84: @AutisticZebra Do you know why the reviews of #ToSiriWithLove made by actually autistic people disappeared from @amazon ?\n\n\n\n\n\n\n\n\n\n\n\n\n\nB…\n
5908                                                                                                                                                             RT @RobSchneider: Well, @Apple has finally come clean &amp; admits their 'updates' are used to slow down older phones to make people think they…\n
5909                                                                                                                                                                                                    RT @Timmii_Turner: You heard her @Apple, \n\n\n\n\n\n\nwe want free Apple Music 🗣 https://t.co/4nPzR1ffJq\n
5910                                                                                                                                       RT @_george84: @AutisticZebra Do you know why the reviews of #ToSiriWithLove made by actually autistic people disappeared from @amazon ?\n\n\n\n\n\n\n\n\n\n\n\n\n\nB…\n
5911                                                                                                                                                                                                                          New Year, same Me! @netflix  pls, give @sense8 season3! ❤️🙌 https://t.co/jVSRJuRPqJ\n
5912                                                                                                                                                                 RT @ABCDEFGHIrock: Google said Black Mirror was gonna come out at midnight, then @netflix came on here happy as hell to say “Black Mirror w…\n
5913                                                                                                                                                                 RT @ItCanWait: The best way to start the new year is to get home safely. Don’t risk your safety driving distracted. @ATT reminds you, #ItCa…\n
5914                                                                                                                                                                                         RT @armandoisaac: @TMobileHelp @marionrains Hey @TMobile , I can't pay as well, and because of that I am now overdue\n
5915                                                                                                                                                                                                              RT @antiqueman99: British Farthings,  1953/54, , as per scans https://t.co/pmeg5LUQpx via @eBay\n
5916                                                                                                                                       RT @RamsNFL: It's a #LARams sweep! \n\n\n\n\n\n\n\n\n\n\n\n\n\nCongratulations to @JaredGoff16 + @TG3II for being named @FedEx Air Player + Ground Player of the Week…\n
5917                                                                                                                                                                         Watching your @netflix travel show with my English mother, @jackwhitehall and it’s fantastic. Literally laughing out loud. #ThankYou\n
5918                                                                                                                                                                 @Apple: instead of arrogantly, secretly, slowing people's phones down (for whatever bizarre reason) why on Earth di… https://t.co/Xni5lb7UiV\n
5919                                                                                                                                       @GaylynnGabbie @CNN @Apple @AppleSupport No.\n\n\n\n\n\n\n\n\n\n\n\n\n\nSmartphone batteries use a lithium-ion technology and a chemical proc… https://t.co/oZARDiEO6Y\n
5920                                                                                                                                                                 @Apple Also, the “hey Siri” never works unless I’m either yelling or right next to the phone and thus could push th… https://t.co/MGlFbDrLdp\n
5921                                                                                                                                                                 RT @ItCanWait: Don’t let one post cause you to miss out on a lifetime of memories. @ATT reminds you, #ItCanWait. Take the pledge to never d…\n
5922                                                                                                                                                                                                   RT @Reuters: After Trump criticism, China says no illicit oil sales to North Korea https://t.co/lkgabYokZX\n
5923                                                                                                                                                                 RT @SenSchumer: From ‘08-‘15, @ATT paid an avg tax rate of 8% but the company now has tens of thousands fewer employees. Tax breaks don’t l…\n
5924                                                                                                                                                                                Check out Vintage Dallas Cowboys Tony Tolbert #92 jersey (Russell Athletic, adult size 38)  https://t.co/JPaw0xIRZT via @eBay\n
5925                                                                                                                                                                 RT @easyJet: Due to continued poor weather conditions in the U.K, some flights may be delayed or cancelled. Please check our Flight Tracker…\n
5926                                                                                                                                                                     @Reuters When it comes to polling,Trump has never had it good.All polls suggest he would not win the Presidency but he trumps the polls.\n
5927                                                                                                                                                  RT @PrizeSquad: FOLLOW &amp; RETWEET TO #WIN THIS @Apple iPhone X, 256GB! #GIVEAWAY\n\n\n\n\n\n\nEnds: 8/1/18 #COMPETITION #iPhoneX https://t.co/2V9GH1cPOQ\n
5928                                                                                                                                                                 RT @JeremyJensenUSA: @SParsnejad @moctober16 @Reuters We have no problem with the Iranian people, we have a problem with their corrupt Terr…\n
5929                                                                                                                                                                                      @Omo_Charley @PayPal Hey Charles, have chat with us via whatsapp: +2348094780607 for assistance with your subscription.\n
5930                                                                                                                                                                                                 RT @Apple: iPad Pro + iOS 11. Use Apple Pencil to mark up anything, like a website, an email or even a cast.\n
5931                                                                                                                                                             RT @RobSchneider: Well, @Apple has finally come clean &amp; admits their 'updates' are used to slow down older phones to make people think they…\n
5932                                                                                                                                                             RT @RobSchneider: Well, @Apple has finally come clean &amp; admits their 'updates' are used to slow down older phones to make people think they…\n
5933                                                                                                                                                                 RT @DynamicWebPaige: @amazon @Google Excerpt from a just-recently-posted paper: "Building Robust Deep Neural Networks for Road Sign Detecti…\n
5934                                                                                                                                                                          RT @Reuters: China ban on ivory sales begins Sunday, aims to curb elephant poaching https://t.co/u9Mb6EAEBh https://t.co/J9L2g976E5\n
5935                                                                                                                                                             RT @jurygroup: Do you think @Apple reduction of iPhone battery replacements, $79 to $29, &amp; iOS (operating system) software update providing…\n
5936                                                                                                                                                                          RT @Reuters: China ban on ivory sales begins Sunday, aims to curb elephant poaching https://t.co/u9Mb6EAEBh https://t.co/J9L2g976E5\n
5937                                                                                                                                                                 RT @Reuters: After warfare, cholera and hunger, Yemen faces a new battle: highly-contagious diphtheria https://t.co/u5AmTIVUpA via @selamgk…\n
5938                                                                                                                                                                                                   Special Report: In a hospital ward in Yemen, the collapse of a nation https://t.co/MrrZYX8xi3 Via @Reuters\n
5939                                                                                                                                                                                                             @Nestle sent me this half an hour ago, but hasn't had much to say since. https://t.co/GadcBreKj7\n
5940                                                                                                                                                                                  I'm just saying, if I wanted to sell shoes I'd pick imagery that was a bit less subconsciously Fashy but you do you @adidas\n
5941                                                                                                                                                                                     RT @Reuters: Turkey, Russia sign deal on supply of S-400 missiles: media https://t.co/VCLxBgQc3o https://t.co/yIKF5IDUxF\n
5942                                                                                                                                                                          RT @Reuters: China ban on ivory sales begins Sunday, aims to curb elephant poaching https://t.co/u9Mb6EAEBh https://t.co/J9L2g976E5\n
5943                                                                                                                                                                 @Amazon and @Google are engaged in an all-too-public tiff. In the latest salvo, Google has announced it will pull Y… https://t.co/um6AuypxRc\n
5944                                                                                                                                                                                 Ho appena messo in vendita 'Wish You Were Here (2016 - Remaster)' a 34,90 @maxbigfun tramite @amazon https://t.co/tvjIToRSE2\n
5945                                                                                                                                                                                     RT @Reuters: Turkey, Russia sign deal on supply of S-400 missiles: media https://t.co/VCLxBgQc3o https://t.co/yIKF5IDUxF\n
5946                                                                                                             RT @jennaezarik: I think my favorite thing about 2017 is that @netflix added the “skip intro” feature. \n\n\n\n\n\n\n\n\n\n\n\n\n\nOh and downloads. \n\n\n\n\n\n\n\n\n\n\n\n\n\nGosh I love Ne…\n
5947                                                                                                                                                                               RT @Reuters: India likens cryptocurrencies to Ponzi scheme, cautions investors https://t.co/kL9Mz6JmY1 https://t.co/WsDKz9niMc\n
5948                                                                                                                                                                 @BananaRepublic Suede #Leather Pants in Khaki, Size 34 x 30 #Mensfashion #menswear https://t.co/dS2FZgrRs8 via @eBay https://t.co/vmtxswCuKG\n
5949                                                                                                                                                                                RT @Reuters: Van jumps Seattle sidewalk, hits pedestrians, at least 5 injured https://t.co/eAejldsYuv https://t.co/hOzZ2xIiij\n
5950                                                                                                                                                                               RT @Reuters: India likens cryptocurrencies to Ponzi scheme, cautions investors https://t.co/kL9Mz6JmY1 https://t.co/WsDKz9niMc\n
5951                                                                                                                                                                  @penn_state How to Find Printer Drivers @XEROX, @Samsung, @HP, @EPSON, @CANONusa, @BrotherOffice and other Printers https://t.co/Eoqcjp50EA\n
5952                                                                                                                                                                 RT @aardodson: @ATLHawks @celtics @BrooklynNets @Nike @chicagobulls @cavs @dallasmavs @nuggets Nike "City" Edition uniforms for Golden Stat…\n
5953                                                                                                                                                                 @introspektre @netflix The Punisher was one of my favs when I was reading all those years ago, and I felt they nail… https://t.co/Dhmw8gMVzU\n
5954                                                                                                                                                                                                @netflix @blackmirror this show is amazing, but maaan i cant watch it, its waay tooooo damn depressing for me\n
5955                                                                                                                                                                                                                    Love it when @amazon delivers early, particularly when there’s nobody there to pickup. :(\n
5956                                                                                                                                        RT @rohan0203: 2 big news from the #mobile industry over past month:\n\n\n\n\n\n\n1. @Apple admits that it slows down old #iPhones \n\n\n\n\n\n\n2. #Google collects…\n
5957                                                                                                                                                                                                                Ninja Gaiden (XBOX/game/ver. EUR) for 6,50€ at https://t.co/2aM2ZjaR4r via @eBay #ninjagaiden\n
5958                                                                                                                                                             RT @RobSchneider: Well, @Apple has finally come clean &amp; admits their 'updates' are used to slow down older phones to make people think they…\n
5959                                                                                                                                                                 @Starbucks I dont know what's better. Walking in and getting my food/coffee and leaving seamlessly, or seeing every… https://t.co/SiQTJ6090l\n
5960                                                                                                                                                                  RT @chicagohotshot: is it bad that i binged @TheFostersTV on @netflix in 3 weeks and, bc i can’t get enough, i’m re-watching all 5 seasons…\n
5961                                                                                                                                                                 RT @chodakrmi: #Iran - #Mashhad, state security forces throw teargas at peaceful protesters #protest @Reuters @FoxNews #Foxnews https://t.c…\n
5962                                                                                                                                                                            Check out Vintage Satin Art Glass Pendant Lamp Shade 2 1/4" Rim Blue &amp; White Diamond Motif  https://t.co/zXX7wK1XL9 via @eBay\n
5963                                                                                                                                                                 @UnboxTherapy Lew, I'm on a @Samsung S7; the thing hasn't the best battery life, and it does cut out sometimes at 5… https://t.co/syxOkiMZp2\n
5964                                                                                                                                       RT @kwekugotjokez: These @Nike\n\n\n\n\n\n\n@NBA\n\n\n\n\n\n\n#cityedition jerseys just might be  the jerseys to rebirth the style that @myfabolouslife started. I th…\n
5965                                                                                                                                                                 RT @MimiYaya: @shannoncoulter I'm in my second Christmas of online shopping without @amazon and @Macys, my to former go-to favorites, thank…\n
5966                                                                                                                                                                                          @MudasarKhan @XFINITY @verizonfios @DIRECTV @comcast @comcastcares I'm definitely a fan of DirecTV. Expensive, tho.\n
5967                                                                                                                                                                 RT @ATT: We’ve got EXCLUSIVE behind-the-scenes footage from #LWYMMD! Watch on #TaylorSwiftNOW, only on @DIRECTV and @DIRECTVNOW. https://t.…\n
5968                                                                                                                                                                                                RT @Reuters: After Trump criticism, China denies selling oil illicitly to North Korea https://t.co/kny9Vibbz4\n
5969                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5970                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5971                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5972                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5973                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5974                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5975                                                                                                                                                                 @AppleSupport another inquiry, there was a statement from @Apple recently where they will offer a battery replaceme… https://t.co/TYfjAAFCkO\n
5976                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5977                                                                                                                                                                 RT @krassenstein: @charliekirk11 @CBS Here we go again, Trump retweeting and promoting Fox news in order for them to continue to say good t…\n
5978                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5979                                                                                                                                                                              Check out Antique 4" Fitter Gas Lamp Shade Satin Glass Torch &amp; Wreath Fleur de Lis Motif  https://t.co/j37w8psLVz via @eBay\n
5980                                                                                                                                                             RT @RobSchneider: Well, @Apple has finally come clean &amp; admits their 'updates' are used to slow down older phones to make people think they…\n
5981                                                                                                                                                                  RT @CapeCodGiftShop: Check out ABIGAIL 15" DOLL CROCHET DRESS AND HAT PATTERN - 1992 Fibre Craft F145 Leaflet https://t.co/fkCjkPgE7d @eBay\n
5982                                                                                                                                                                 RT @DrJaneRuby: I will have an exclusive update on this breaking story, on Dr Jane’s DC tomorrow night at 7 on @CernovichNews @facebook / M…\n
5983                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5984                                                                                                                                                                 RT @TechGenYZ: #Facebook slips hateful content, apologizes for its moderation mistakes. @facebook https://t.co/qGEsigZWna https://t.co/WrO7…\n
5985                                                                                                                          RT @CARIndia: We've finally tested the 'new' @BMW M3 in India. Worth the baby-blue wait? Read on...\n\n\n\n\n\n\nhttps://t.co/Dm8F8TmDvj\n\n\n\n\n\n\n\n\n\n\n\n\n\n@bmwindia @BMW…\n
5986                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5987                                                                                                                          @charliekirk11 @CBS Charlie,\n\n\n\n\n\n\nYou REALLY need to define what YOU consider to be the "middle class".\n\n\n\n\n\n\n\n\n\n\n\n\n\nThe middle clas… https://t.co/aoKxwVZn7v\n
5988                                                                                                                                                                 @charliekirk11 @realDonaldTrump @CBS Until the middle class taxcut expires, while the rich and corps are permanent…… https://t.co/82UDyJtwFq\n
5989                                                                                                                                                                                                RT @Reuters: After Trump criticism, China denies selling oil illicitly to North Korea https://t.co/kny9Vibbz4\n
5990                                                                                                                                                                 "Here's a roundup of interesting trends and stories in the @SAP world from 2017, including SAP's push into leading-… https://t.co/MCrHiYAqsF\n
5991                                                                                                                                                                 RT @Reuters: Middle and high-income earners in China, the core of support for the Communist Party, have invested heavily in wealth manageme…\n
5992                                                                                                                                                                  RT @Reuters: JUST IN: President Trump calls for U.S. Postal Service to raise prices of shipments, including those made by Amazon - Twitter…\n
5993                                                                                                                                                        RT @OurFordStore: 💲💰🎁🚗💰💲OK, so nobody gave u the gift u really wanted. Gift yourself &amp; get a good deal at @Ford Year End Sales Event going…\n
5994                                                                                                                                                                                                              RT @Reuters: Court rules 'Bookkeeper of Auschwitz', 96, must go to jail https://t.co/MCEPVSq5RB\n
5995                                                                                                                                                             Ring in this coming #2018NewYear w/ a new #career #job  @ATT ➔Join #LifeAtATT &amp; work w/respectful, caring, supporti… https://t.co/W3QJKwZtzm\n
5996                                                                                                                                                     RT @voiceofsunnis: PRETESTORS SCREAM \n\n\n\n\n\n\n“DEATH TO DICTATOR KHAMEINE” in THE STREETS of IRAN @AP @nytimes @Reuters @FoxNews @cnnbrk @CNN @ABC…\n
5997                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
5998                                                                                                                                                                 RT @womenscenters: " @Google is once again scrubbing crisis pregnancy center ads from its platform, after @Rewire_News searched for “aborti…\n
5999                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6000                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6001                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6002                                                                                                                                                                          Check out 5 Strand Copper Rondelle Smooth Balls Shape Size 6mm 7" Long 24k Gold Plated #Unbranded https://t.co/F9q3vzM1UP via @eBay\n
6003                                                                                                                                                                                         RT @Reuters: Gunmen attack church near Cairo, killing nine: ministry https://t.co/oKaXQ7Wflu https://t.co/2RQIJO8h7I\n
6004                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6005                                                                                                                                                             @Reuters In Saudi Arabia last May,Trump called for unity against Tehran👉🏼told assembled Arab leaders 👈🏽 "For decade… https://t.co/Lwsm2GXGWs\n
6006                                                                                                                                                                                                   RT @Reuters: Special Report: In a hospital ward in Yemen, the collapse of a nation https://t.co/oV9cHQN9iP\n
6007                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6008                                                                                                                                                                  @Reuters Actually, the package delivery service is the one area that makes money for the USPS. It’s the daily mail… https://t.co/dA06bwNRyK\n
6009                                                                                                                                                                 @verizon @VerizonSupport I received your notice that you’re changing the payment date, 3 Days earlier. Your site do… https://t.co/XloDGrMr86\n
6010                                                                                                                                                                 RT @Reuters: While most of the world is protected from diphtheria by routine immunization, Yemeni doctors are witnessing a resurgence of th…\n
6011                                                                                                                                                                  RT @Reuters: JUST IN: President Trump calls for U.S. Postal Service to raise prices of shipments, including those made by Amazon - Twitter…\n
6012                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6013                                                                                                                                                                                Check out 5 Strands Blue Topaz Rondelle Faceted Approx 4mm Gemstone Jewelry Beads 15" Long  https://t.co/2gLqOF75jR via @eBay\n
6014                                                                                                                                                                 @wreckingcrew44 @Ljiljanacado @charliekirk11 @CBS Um ...yes, the stimulus provided stability. Further, the employme… https://t.co/CpjDPLzSve\n
6015                                                                                                                                                                 RT @Monet1279: @Abdlazzt441 @DieHoren @charliekirk11 @CBS You don’t get my point, which is Left created panic in NY, NJ, CA that taxes will…\n
6016                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6017                                                                                                                                                                                                              RT @Reuters: Court rules 'Bookkeeper of Auschwitz', 96, must go to jail https://t.co/MCEPVSq5RB\n
6018                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6019                                                                                                                                                                                @Starbucks make our 2018 and bring back the Tazo #tea range please, the English Bfast is 👍 Teavana is horrid &amp;bitter. 🤢\n
6020                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6021                                                                                                                                                                 RT @Monet1279: @artisteHart @DieHoren @charliekirk11 @CBS You assume we have short memory...Obama off-shored our jobs,  gave bailout $ whic…\n
6022                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6023                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6024                                                                                                                                                                 @Reuters @ReutersOpinion Hi, this is Shadi. I will #PROFESSIONALLY #vectorize your #logo, #picture, or anything. Th… https://t.co/WdEJG9rQ0B\n
6025                                                                                                                                                                                                                                    I'm at @Starbucks Coffee in Boracay Island, Aklan https://t.co/w8CZPXlbsq\n
6026                                                                                                                                                  RT @PrizeSquad: FOLLOW &amp; RETWEET TO #WIN THIS @Apple iPhone X, 256GB! #GIVEAWAY\n\n\n\n\n\n\nEnds: 8/1/18 #COMPETITION #iPhoneX https://t.co/2V9GH1cPOQ\n
6027                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6028                                                                                                                                                                                Check out Fairy Tail Natsu Dragneel Necklace,round cap style,steel,ball chain -anime,manga  https://t.co/lC0oi6FIV8 via @eBay\n
6029                                                                                                                                                                 RT @ColMorrisDavis: Russians and murderous dictators are fine for Comrade Zuckerberg and his @facebook propaganda tool, but I’m banned?  Go…\n
6030                                                                                                                                                                                                                          Check out STARBUCKS "BEIJING" MINI ESPRESSO 3 OZ. CUP https://t.co/6OfqzEoizv @eBay\n
6031                                                                                                                                                                 RT @Reuters: As diphtheria returns to Yemen after decades of being kept at bay, doctors struggle to treat the 'forgotten disease' https://t…\n
6032                                                                                                                                                                           Check out 10 Pcs Green Color Silk Tassel Necklace Making Link 2" Long Finding Jewelry #Unbranded https://t.co/Fa7AQlLwV8 via @eBay\n
6033                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6034                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6035                                                                                                                                                                 RT @ProPublica: We asked readers to send us examples of hate speech on @facebook. Then, we asked Facebook to comment on some of them. Here'…\n
6036                                                                                                                                                                                                                             I'm at @Starbucks Coffee in Las Piñas City, Metro Manila https://t.co/ayJgeDGb4B\n
6037                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6038                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6039                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6040                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6041                                                                                                                                       RT @_george84: @AutisticZebra Do you know why the reviews of #ToSiriWithLove made by actually autistic people disappeared from @amazon ?\n\n\n\n\n\n\n\n\n\n\n\n\n\nB…\n
6042                                                                                                                                                                          RT @Reuters: China ban on ivory sales begins Sunday, aims to curb elephant poaching https://t.co/u9Mb6EAEBh https://t.co/J9L2g976E5\n
6043                                                                                                                                                                                       @NetflixNordic @netflix @Netflixhelps Yes, I would be more than grateful if @Netflixhelps could look into the problem!\n
6044                                                                                                                                                                                  @wreckingcrew44 @lwalshmill @charliekirk11 @CBS That's what we libtards stand for, we look out for everyone's best interest\n
6045                                                                                                                                                                                Check out Vintage Dallas Cowboys Tony Tolbert #92 jersey (Russell Athletic, adult size 38)  https://t.co/JPaw0xIRZT via @eBay\n
6046                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6047                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6048                                                                                                                                                                                       Certified Refurbished Fire HD 10 Tablet, 10.1... by Amazon https://t.co/Brf0U1oKIT via @amazon https://t.co/Z3cakF5vzn\n
6049                                                                                                                                                                  RT @Reuters: JUST IN: President Trump calls for U.S. Postal Service to raise prices of shipments, including those made by Amazon - Twitter…\n
6050                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6051                                                                                                                                                                  RT @Reuters: UPDATE: Amazon shares reverse course in premarket trading after Trump calls for U.S. Postal Service to raise shipment prices,…\n
6052                                                                                                                                                                                                            RT @verizon: Join and get a bonus credit after your first month—to enjoy any reward, on us. #VZup\n
6053                                                                                                                                                             RT @RobSchneider: Well, @Apple has finally come clean &amp; admits their 'updates' are used to slow down older phones to make people think they…\n
6054                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6055                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6056                                                                                                                                          @sp1r1tharambe @Reuters Nope, he wasn't\n\n\n\n\n\n\nEven if he was\n\n\n\n\n\n\nThe statement still shows he doesn't know what global warming is\n\n\n\n\n\n\n😑😑\n
6057                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6058                                                                                                                                                                 @Bonn1eGreer @facebook @Twitter @instagram @nytimes His incoherent, ignorant ramblings are very funny indeed, until… https://t.co/lI5vUxG825\n
6059                                                                                                                                                                 RT @MitchellGoW: @Ryanair I'm trying to fill in the compalint form to claim expenses, but the form won't work when atatching files. I get a…\n
6060                                                                                                                                                                  @charliekirk11 @CBS Come talk with me ... I’ll lose out. You know, you can choose a select pool to get the desired… https://t.co/OnTzkRsshH\n
6061                                                                                                                                                    RT @LoriMoreno: We were filming trying gorgeous new #cameras Have a Fabulous One! \n\n\n\n\n\n\nhttps://t.co/tEC7MNWbbd @Sony @SonyPictures https://t.co…\n
6062                                                                                                                                                RT @S112233Athena: Marked down 30%\n\n\n\n\n\n\nTea Infuser tea infuser https://t.co/KGrY30uIjK\n\n\n\n\n\n\n/ref=cm_sw_r_tw_dp_U_x_UBLrAb2XBH6QJ via @amazon\n
6063                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6064                                                                                                                                                                 @Monet1279 @andoculture @DieHoren @artisteHart @charliekirk11 @CBS Trump's budget went into effect 10/17, 11 months… https://t.co/WRbLhcg8O5\n
6065                                                                                                                                                                 @Monet1279 @andoculture @DieHoren @artisteHart @charliekirk11 @CBS "chipper workforce off an near shore"? Seriously… https://t.co/Gt4LPwUjiO\n
6066                                                                                                                                                                                                                              @miketempleton @Apple My takeaway is "Pay us $29 to fix the problem we caused."\n
6067                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6068                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6069                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6070                                                                                                                                                             So @Apple , R U getting worse by the year? Updated iPhone 6S to iOS11.2.1: bricked, data recovery attempt &amp; drainin… https://t.co/6dV7lbDGFd\n
6071                                                                                                                                                                                  RT @androidcentral: Android Oreo is now on its way to the @TMobile Moto Z2 Force! 🍪👏\n\n\n\n\n\n\nhttps://t.co/H5X1HMtDix\n
6072                                                                                                                                                                 @PhoenixPhyre1 @Slate @Disney Contracts can't be made in violation of US law, it would be an illegal contract. Just… https://t.co/N3SRPTW54A\n
6073                                                                                                                                                                                     RT @Reuters: Turkey, Russia sign deal on supply of S-400 missiles: media https://t.co/zAa5KrGm4b https://t.co/xJhweApoDA\n
6074                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6075                                                                                                                                                             RT @GoldmanSachs: PODCAST: From London: $GS' Anthony Gutman discusses European M&amp;A, IPOs and what he’s telling clients about Brexit: https:…\n
6076                                                                                                                                       RT @AMLT_Token: Do you know that #Bitcoin is TOP 3 @Google trend of #2017? \n\n\n\n\n\n\n\n\n\n\n\n\n\nUse the power of #Bitcoin and JOIN the #AMLT #TOKENSALE now at…\n
6077                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6078                                                                                                                                                                 RT @UnokTaemin: I want @Apple to add a #PearlAquaHeartEmoji to commemorate Jonghyun and OT5 SHINee. I always wanted one, but this past week…\n
6079                                                                                                                                                                                                                                    RT @McDonalds: @SpriteCranberry You deserve nothing but the best, Ian! :)\n
6080                                                                                                                                                                           Check out Wavy "Wire Wrapped" Bracelet Sterling Silver Size 7 1/4" 5 Grams 3mm #Unbranded #Chain https://t.co/B0ZoHn0QDJ via @eBay\n
6081                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6082                                                                                                                                                                 Since 1962 the founder of @Walmart Sam Walton had a strategy, belief and mission: The lowest prices anytime, anywhe… https://t.co/qa4YemdSIL\n
6083                                                                                                                                                                                                  RT @Reuters: Child playing with stove may have started deadly N.Y. fire, mayor says https://t.co/LQBEQjNsvW\n
6084                                                                                                                                                                                             @charliekirk11 @CBS thats about $300 per head, numb nut, and none of them get thousands. What is wrong with you?\n
6085                                                                                                                                 RT @Nissan: A pop of color is like a pop of confidence. \n\n\n\n\n\n\n#R35 #OMGTR #NissanGTR \n\n\n\n\n\n\n🚗: anthonydfw\n\n\n\n\n\n\n📷: jg.photoz https://t.co/p6Zd4sz3si\n
6086                                                                                                                                                                                    RT @Reuters: Spend on defense, Merkel's allies say, widening gap with SPD https://t.co/68lPqNFZya https://t.co/amjqMlvkFp\n
6087                                                                                                                                                                         RT @McDonalds: @rj_inc Hey, Tim! Being single isn't always a bad thing... More McDonald's for you! 😉 We hope to see you again soon!\n
6088                                                                                                                                                                                                                                              I'm at @Starbucks in Al Zour, Al Ahmadi https://t.co/9p1jqpJcIt\n
6089                                                                                                                                                             RT @GoldmanSachs: PODCAST: ESG investing is becoming mainstream according to $GS, @McKnightfdn &amp; New Energy Capital: https://t.co/c3I6lu5s3…\n
6090                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6091                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6092                                                                                                                                                                                           Check out Dinky Toys, Meccano, Jaguar Type D, 238, Collectible, Thrifty Street, USED https://t.co/cpGuJTAsuz @eBay\n
6093                                                                                                                                                                 RT @Reuters: Bronx fire started by 3-and-a-half-year-old boy playing with stove in the kitchen in a ground floor, 'stairwell acted like a c…\n
6094                                                                                                                                                                 @ReggaeVibeRadio  How to Find Printer Drivers @XEROX, @Samsung, @HP, @EPSON, @CANONusa, @BrotherOffice and other Pr… https://t.co/iDsTXOiXx7\n
6095                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6096                                                                                                                                                                                           Check out $20/ Gram !!!!!!! NEW Solid 14KT Yellow Gold "Shell" Dangle  Earrings  https://t.co/aA0Sm3GcD0 via @eBay\n
6097                                                                                                                                                                                                     @VoupCheck Nothing better than a jar of olives with The Godfather in the background. Well done, @netflix\n
6098                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6099                                                                                                                                                                   Here’s your feel good for the day! Go 🐝! Go @amazon! Go snow leopards! (And many more)\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/S8qtCehZND\n
6100                                                                                                                                                     @SANG33 @Flowerchild0907 @charliekirk11 @realDonaldTrump @CBS Problem :\n\n\n\n\n\n\nSince Ronald Reagan we know, that „trickle… https://t.co/zoN33hK8q7\n
6101                                                                                                                                                                                                                                       I'm at @Walmart Supercenter in Hattiesburg, MS https://t.co/MmkFQkmfeO\n
6102                                                                                                                                                                 @Jenniferhoffman @Slate @Disney And to be honest, I'm not defending Disney, I'm merely arguing the law as I underst… https://t.co/dwRw2MFG7K\n
6103                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6104                                                                                                                                                                                         RT @Reuters: Gunmen attack church near Cairo, killing nine: ministry https://t.co/oKaXQ7Wflu https://t.co/2RQIJO8h7I\n
6105                                                                                                                                                                 @rollingstone  How to Find Printer Drivers @XEROX, @Samsung, @HP, @EPSON, @CANONusa, @BrotherOffice and other Print… https://t.co/ArBC3RkyWM\n
6106                                                                                                                                      RT @LancashireFA: 🎅 Christmas Giveaway - Day 7!\n\n\n\n\n\n\n\n\n\n\n\n\n\nHere's something a little different - up for grabs today are three @Nike balls suitable fo…\n
6107                                                                                                                                      RT @LancashireFA: 🎅 Christmas Giveaway - Day 7!\n\n\n\n\n\n\n\n\n\n\n\n\n\nHere's something a little different - up for grabs today are three @Nike balls suitable fo…\n
6108                                                                                                                                                                                                                              @Reuters please visit if you need or like \n\n\n\n\n\n\nhttps://t.co/FcI1EIGztF\n
6109                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6110                                                                                                                                                     RT @syria_true: Media @Reuters @euronews @CNN @BBCNews @Channel4News @SkyNews @BBCPanorama @USATODAY.\n\n\n\n\n\n\nYou have an exclusive opportunity to…\n
6111                                                                                                                                                             RT @RobSchneider: Well, @Apple has finally come clean &amp; admits their 'updates' are used to slow down older phones to make people think they…\n
6112                                                                                                                                                                  @charliekirk11 @CBS In tbe short term, but your tax disaster doesn't make rhe cut for middle class permanent so in… https://t.co/ikWurXpvnJ\n
6113                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6114                                                                                                                                                                 @Starbucks hi st cloud, fl consistently makes my simple coffee wrong, ive communicated w the employees and it still… https://t.co/qgIHZqryzf\n
6115                                                                                                                                                                 @DavidDobrik @HP I was just scrolling down on YouTube yesterday, then I saw one of your videos called HE SNUCK INTO… https://t.co/ezWzOwDoZI\n
6116                                                                                                                                                                                               Check out  Time Out Pouting Corner Doll Body, ready to stuff    30 " to 35"  https://t.co/8HzE7w2YVi via @eBay\n
6117                                                                                                                                                                  RT @Reuters: JUST IN: President Trump calls for U.S. Postal Service to raise prices of shipments, including those made by Amazon - Twitter…\n
6118                                                                                                                                                                 @charliekirk11 @CBS @realDonaldTrump in addition to your ridiculous examples, this is an accelerating dangerous con… https://t.co/7zcEWbB42L\n
6119                                                                                                                                                                 @charliekirk11 @realDonaldTrump @CBS Similarly, I can use credit cards to pay my bills. This money will come at the… https://t.co/dVLVX4gUsS\n
6120                                                                                                                                                                                                                     @Toyota If I went to pick up my friends and rolled up in a Rav4, I'd be embarrassed too.\n
6121                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6122                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6123                                                                                                                                       RT @RamsNFL: It's a #LARams sweep! \n\n\n\n\n\n\n\n\n\n\n\n\n\nCongratulations to @JaredGoff16 + @TG3II for being named @FedEx Air Player + Ground Player of the Week…\n
6124                                                                                                                                       RT @AMLT_Token: Do you know that #Bitcoin is TOP 3 @Google trend of #2017? \n\n\n\n\n\n\n\n\n\n\n\n\n\nUse the power of #Bitcoin and JOIN the #AMLT #TOKENSALE now at…\n
6125                                                                                                                                                                 RT @MelaniePerryIOM: @Tesco just to clarify, there are 4 cars in the pick up area, 3 of which are unoccupied and 1 has the driver sat in it…\n
6126                                                                                                                                                                              RT @Sony: Dream anything, play everything. Coming in 2018, only on PlayStation: https://t.co/ktBpdRN2gT https://t.co/m0edCmZgvO\n
6127                                                                                                                                       RT @AMLT_Token: Do you know that #Bitcoin is TOP 3 @Google trend of #2017? \n\n\n\n\n\n\n\n\n\n\n\n\n\nUse the power of #Bitcoin and JOIN the #AMLT #TOKENSALE now at…\n
6128                                                                                                                                                                 RT @farathomas: @ChristiChat @steph93065 @realDonaldTrump @USPS @amazon USPS is $60 billion in deficit, and yet delivering Amazon's package…\n
6129                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6130                                                                                                                                                                            Just saw this on Amazon: Hey Honey: My First Day of School (Hey, Honey! B... by Paula I. Carr https://t.co/lqIhQU5VIf via @amazon\n
6131                                                                                                                                                                                                    @charliekirk11 @CBS They only test the first year, dumbass. How about a few years later, when they go up!\n
6132                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6133                                                                                                                                                                                     By popular Demand Pyrex Prepware 1-Quart Rimmed Mixing Bowl, Clear (Pack of 2) Pyrex https://t.co/X7YYCX7Z4P via @amazon\n
6134                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6135                                                                      @GoldmanSachs @Zola @beautycounterhq Liked\n\n\n\n\n\n\nLiked\n\n\n\n\n\n\nwilliam steele\n\n\n\n\n\n\nwilliam steele\n\n\n\n\n\n\n@godlylifestyles\n\n\n\n\n\n\n·\n\n\n\n\n\n\nDec 27\n\n\n\n\n\n\nUnder Pres… https://t.co/hv7bdQMFQZ\n
6136                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6137                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6138                                                                                                                                                                  RT @Reuters: Over the last four months in Yemen, doctors have recorded at least 291 cases of diphtheria – a disease that had not been seen…\n
6139                                                                                                                                                                 @Jesse_sDad @amazon Have to respectfully disagree as a Free Market person. However, this being said, I do believe t… https://t.co/Y7yw2rq0y4\n
6140                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6141                                                                                                                                                                                                  RT @pezoutlaw: Check out Pez Outlaw, Notes From The Asylum. Movie Rights  https://t.co/YyWVZpMMIR via @eBay\n
6142                                                                                                                                                                 @PayPal WOW, This RACIST top #1 Amazon and Ebay PREFERRED wind turbine seller and super con man, Watch him rant, an… https://t.co/wkJsBGFSAf\n
6143                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6144                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6145                                                                                                                                        @ChristeleDumas @UPS_FR @UPSHelp @thomann @UPS Great\n\n\n\n\n\n\nI had an answer from #UPS help services\n\n\n\n\n\n\nNothing to do than to… https://t.co/OJIaDV2Jo1\n
6146                                                                                                                                                                             @iAm_erica @Apple Will never buy an iPhone when they throttle last year's version performance by 60-70% supposedly for "battery"\n
6147                                                                                                                                                                                                                        Check out Antique 15 1/2" Music Box Disc No. 10158  https://t.co/vffCJJAWuY via @eBay\n
6148                                                                                                                                                             RT @GoldmanSachs: PODCAST: “Using ESG questions as a way to understand corporate strategy” – hear from $GS, @McKnightfdn &amp; New Energy Capit…\n
6149                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6150                                                                                                                                                    And yet, they raised the monthly fee just a few weeks ago for us. "Trickle down" my ass.\n\n\n\n\n\n\nCare to comment, @netflix ? https://t.co/e0oeYU8LOl\n
6151                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6152                                                                                                                                                                 I didn’t think it could be done. I said it was impossible. But @Tesco have made a pizza so large, my son couldn’t finish. Well done Tesco 🍕\n
6153                                                                                                                                                                         Check out vintage Morgana Collection Morning Glory Floral Serving Plate,china,gold leaf #scalloped https://t.co/tqC31GVa97 via @eBay\n
6154                                                                                                                                                                 @charliekirk11 @realDonaldTrump @CBS "Thousands".  However, mostly under $2,000.  Most ALL under $2,000.  Average c… https://t.co/zzaOIrZOUT\n
6155                                                                                                                                                                                          “Never have, never will! We care what our customers think”, Samsung said. @Apple #EpicFail  https://t.co/sioF5I525W\n
6156                                                                                                                                                                 @Tesco  Credit where it’s due- well done Tesco Twitter team, you have been immensely efficient when dealing with my… https://t.co/hENkoL5td1\n
6157                                                                                                                                                                   RT @Reuters: Hong Kong eyes blockbuster China tech IPO queue, led by Xiaomi https://t.co/hZmsMn2yRe via @ReutersTV https://t.co/FSOP7cO6wF\n
6158                                                                                                                                                                                  Check out 5 Strands Natural Prehnite Rondelle Faceted Approx 2mm Gemstone Beads 13" Long  https://t.co/PxAeW9FTSZ via @eBay\n
6159                                                                                                                                                                 RT @dabeard: @intel With 3 CEO's quitting #Trump in the last 24 hours, here's who's left on his (now) all-white manufacturing board, v @ddi…\n
6160                                                                                                                                                                                      RT @Reuters: Court rules 'Bookkeeper of Auschwitz', 96, must go to jail https://t.co/86hRw2NMM1 https://t.co/VAEIiGmAvp\n
6161                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6162                                                                                                                                                                 @TiberSGreece @davidthomvs @ValerieWinn1 @sammelbis1998 @chasegolf2069 @three_rs @charliekirk11 @CBS So, what about… https://t.co/JSmZs8kr06\n
6163                                                                                                                                                                 RT @harshakarnani10: @Neha00436718 @timesofindia @facebook Asaram Bapu Ji inspires world about usage of natural Herbs like Tulsi, Amla, Pal…\n
6164                                                                                                                                                                 RT @Google: Here today, gone tomorrow. See how these fads, which peaked in search interest this year, had a good (and short) run → https://…\n
6165                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6166                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6167                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6168                                                                                                                                                                                            @Reuters Take it brit..\n\n\n\n\n\n\n\n\n\n\n\n\n\nSink with popularity soon\n\n\n\n\n\n\n\n\n\n\n\n\n\nBet on it\n
6169                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6170                                                                                                                                                                 RT @SSFFS_Project: Show Don't Tell: How to Show Indignation, Disgust and Pity in your Writing https://t.co/Z2kzgyEoXX … via @amazon  #writi…\n
6171                                                                                                                                                                                                                     Favorite (NEW) Netflix Show of 2017: \n\n\n\n\n\n\n\n\n\n\n\n\n\n#Mindhunters - @netflix\n
6172                                                                                                                                                                                   Check out Laura Ashley Women's Blazer Jacket, Size M, Black Gray, Beads #Talbots #Blazer https://t.co/ZWRjMvdBRi via @eBay\n
6173                                                                                                                                                                                                       @charliekirk11 @realDonaldTrump @CBS Just like your RT for good ol Charlie yesterday, the math is off.\n
6174                                                                                                                                                                                                                                                      @McDonalds Also, @McDonalds, bring back the Big n’Tasty\n
6175                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6176                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6177                                                                                                                                                                 RT @Reuters: WATCH: South Korea students dive into virtual coins, even as regulators crack down https://t.co/SSlERbQoxc via @ReutersTV http…\n
6178                                                                                                                                       RT @LightsCameraPod: The #10 best @LightsCameraPod moment from 2017: this Transformers commercial from @trillballins and @pepsi. \n\n\n\n\n\n\n\n\n\n\n\n\n\n2017 LCP…\n
6179                                                                                                                                                                                                Check out 1967 Ford Mustang Fastback, original painting on canvas  #Realism https://t.co/XiA03KWMtS via @eBay\n
6180                                                                                                                                                                 RT @McDonalds: @samila_kunis Glad you like breakfast, Samantha! It’s nice to know the 68 million people we serve everyday are all individua…\n
6181                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6182                                                                                                                                       RT @ALT_uscis: Want to know why President Dotard tweeted about @amazon ?\n\n\n\n\n\n\nIt was RIGHT after his " intelligence" briefing on @FoxNews \n\n\n\n\n\n\nVia @…\n
6183                                                                                                                                                                 RT @Reuters: WATCH: South Korea students dive into virtual coins, even as regulators crack down https://t.co/SSlERbQoxc via @ReutersTV http…\n
6184                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6185                                                                                                                                                    RT @KolesCoinNews: #KCN Miners will simplify the decoding of the genome @uspto @intel @coindesk @arconaico \n\n\n\n\n\n\nInfo: @CoinIdol https://t.co/PR…\n
6186                                                                                                                                                                 RT @HRsarcaSM: As we end this year, I wanted to remind everyone that @UPS steals your packages, has zero resolution and doesn’t care when t…\n
6187                                                                                                                                                             @stacy_redvirgo @RyanHofmeister7 @realDonaldTrump Here's a factual report you can give @CNN @MSNBC @NBCNews @CBS @ABC-try it!\n\n\n\n\n\n\n#MAGA\n
6188                                                                                                                                                    RT @Kre8change: @WellsFargo @USTreasury\n\n\n\n\n\n\nWho are the designated agents at #WellsFargo who have control of releasing all of Humanity? And how…\n
6189                                                                                                                                                                 RT @fluffyguy: Good morning from Syracuse, NY. It’s a whole 9* and I still want a @Starbucks trenta iced coffee. Now I gotta find a #Roches…\n
6190                                                                                                                                                                 In October, the OA partnered with @intel for our inaugural OA Hackathon where Arrowmen from across the country came… https://t.co/EnBApezkbs\n
6191                                                                                                                                                                             Just saw this on Amazon: Puracy Natural Liquid Hand Soap, Sulfate-Fr... by Puracy for $20.99 https://t.co/fLRshFIoxT via @amazon\n
6192                                                                                                                                                                 RT @Reuters: With Yemen’s rainy season on the horizon and Saudi ships blocking humanitarian supplies, doctors brace against an expected sur…\n
6193                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6194                                                                                                                                                              Wonder if @Walmart &amp; Doug McMillon ever heard of @amazon , higher pricing for home delivery is a BIG  mistake !!... https://t.co/QPufHjkKmN\n
6195                                                                                                                                                                 @adn0nymous @chobberoni @netflix Yea, just watched this bro. Very eye opening and a good view into both sides of la… https://t.co/8bn8kG6ARp\n
6196                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6197                                                                                                                                                                                                                         I’m usually a Nike girl, but @adidas did something here 👏🏽 https://t.co/s1IgCrIu1f\n
6198                                                                                                                                                                 RT @farathomas: @ChristiChat @steph93065 @realDonaldTrump @USPS @amazon USPS is $60 billion in deficit, and yet delivering Amazon's package…\n
6199                                                                                                                                                                 RT @Reuters: With Yemen’s rainy season on the horizon and Saudi ships blocking humanitarian supplies, doctors brace against an expected sur…\n
6200                                                                                                                                                                 Hey, @Google , you'd never pull a stunt with my Pixel like Apple is doing with iPhone 6, right? Hoping customer sat… https://t.co/X71Sw4iUQn\n
6201                                                                                                                                       RT @PunchingClouds: Configuring .@OracleDatabase Multi-Stream Protection Jobs with @Cohesity\n\n\n\n\n\n\n@Oracle RMAN integration\n\n\n\n\n\n\nhttps://t.co/y1W1FcLE…\n
6202                                                                                                                                                                 RT @Google: Doodles to code, planets to discover, milestones to mark and more—here's what went down in December at Google. https://t.co/NvO…\n
6203                                                                                                                                                                  RT @Reuters: Over the last four months in Yemen, doctors have recorded at least 291 cases of diphtheria – a disease that had not been seen…\n
6204                                                                                                                                                                                                                                                                    @netflix Who, the US senate? #TaxScamBill\n
6205                                                                                                                                                                 RT @Google: Doodles to code, planets to discover, milestones to mark and more—here's what went down in December at Google. https://t.co/NvO…\n
6206                                                                                                                                                                                      RT @Reuters: Gold breaks above $1,300/oz on way to best year since 2010 https://t.co/kxPwFj4rUa https://t.co/wuTEgb9q2Z\n
6207                                                                                                                                                                               #BestOf2017 \n\n\n\n\n\n\n@Twitter\n\n\n\n\n\n\n@netflix \n\n\n\n\n\n\n@YouTube\n\n\n\n\n\n\nThe best distraction from reality\n
6208                                                                                                                                                             Agbami pls pay us our entitlements \n\n\n\n\n\n\n @Chevron @petrobras @petrobrasglobal @Statoil @NNPCgroup @FamfaOilLtd… https://t.co/8xqaJQbnNe\n
6209                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6210                                                                                                                                                                 Why does @ATT have terrible signal reception universally, in apartments? Hmmm @ATTCares ? Every place I’ve lived in… https://t.co/R3XXDkk8EH\n
6211                                                                                                                                                                                                                                          I'm at @Starbucks in Kuwait City, Al Asimah https://t.co/cYMOj2nFqN\n
6212                                                                                                                                                                 RT @thomaskaine5: Until the democrats are in control, let's boycott Sean Hannity advertsiers including @Bayer and @Gillette  and any others…\n
6213                                                                                                                                                RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #Cyborg [and Motherbox] Pop!\n\n\n\n\n\n\n📦 Reminder: The Legion…\n
6214                                                                                                                                                                                     Check out Perfect Destinies: Isn't It Rich? 1 by Sherryl Woods (2016, Paperback Book Book) https://t.co/TyAhdqmeEL @eBay\n
6215                                                                                                                                                                                                                                                @comcast Really? Well, I’m looking for another cable company.\n
6216                                                                                                                                                                                                     RT @IAmWeCampaign: #goals for 2018 !!! @netflix #Sense8Season3, let’s do this !! https://t.co/OuP4ycw4qQ\n
6217                                                                                                                                                                                                          @Reuters I'm curious about the list, looks like some Android devices, get your priorities in order.\n
6218                                                                                                                                                                                          #chicago Check out Zippo Windproof Medical Marijuana Caduceus Leaf Lighter, -NEW  https://t.co/FLbuYhdZGN via @eBay\n
6219                                                                                                                                                                 RT @Viacom: 2017 was the year that hip-hop became #1 – hear why from industry insiders like @ConnieOrlando of @BET, @KevinLiles1 and @Malii…\n
6220                                                                                                                                                                 I’m tired of @McDonalds advertising on twitter. Whoever they hired is good as far as relevance, but it’s a little t… https://t.co/Y7Le1ga0Xo\n
6221                                                                                                                                                               @CEaston66 @Reuters That's because you're not paying attention. Handwriting is on the wall.\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/56A46G7DqN\n
6222                                                                                                                                       RT @ALT_uscis: Want to know why President Dotard tweeted about @amazon ?\n\n\n\n\n\n\nIt was RIGHT after his " intelligence" briefing on @FoxNews \n\n\n\n\n\n\nVia @…\n
6223                                                                                                                                                                                                  RT @Reuters: Barring late legal twist, U.S. military to accept transgender recruits https://t.co/PFdhiiGh9U\n
6224                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6225                                                                                                                                                                                                  RT @Reuters: Barring late legal twist, U.S. military to accept transgender recruits https://t.co/PFdhiiGh9U\n
6226                                                                                                                                                              .@stevendavis @Apple Companies lk ppl can start to believe their own hype, believe they can set high prices &amp; lose… https://t.co/XOwer8fYSt\n
6227                                                                                                                                                                                                             RT @aljazi62_: I'm at @Starbucks in Kuwait City, Al Asimah w/ @falazmii_ https://t.co/ZST96tk1xC\n
6228                                                                                                                                                                 RT @hootsuite: We are thrilled to continue to expand our relationship with @Adobe, bringing powerful new integrations that will help @Adobe…\n
6229                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6230                                                                                                                                                                                               RT @CountrySympl: @Reuters There's a opposite trump tweet for EVERYTHING.\n\n\n\n\n\n\nhttps://t.co/PctaHHDECa\n
6231                                                                                                             RT @Ed_TechSource: New video!\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet’s take a look at how @intel Optane memory works an the new @Alienware Aurora R7!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/tHGvqoliO…\n
6232                                                                                                                                                                                                         RT @Reuters: Numbing cold wave grips U.S., heralding a frigid New Year's Eve https://t.co/VxiHsQh43q\n
6233                                                                                                                                                    RT @JuliaTelfer: https://t.co/Xkb8L5Rwv1\n\n\n\n\n\n\nLet paramedics jump the queue @SUBWAY @McDonalds @kfc @BurgerKing @CostaCoffee @Starbucks @scott_g…\n
6234                                                                                                                                                                                                                     Check out Pink Gingham Dress, fits American Girl Doll  https://t.co/1lx6CqoRpv via @eBay\n
6235                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6236                                                                                                                                                                              RT @Reuters: Trump demands border wall, visa changes as part of immigration fix https://t.co/qd98dRep39 https://t.co/ChaeIttb7j\n
6237                                                                                                                                                                                         Barring late legal twist, U.S. military to accept transgender recruits https://t.co/CCAxysumRD Via @Reuters #topnews\n
6238                                                                                                                                                                                                                                @charliekirk11 @CBS But how, exactly is "middle class" defined in this study?\n
6239                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6240                                                                                                                                                    RT @KevinDrago11: @ts19001 @LinEpstein @stopthenutjob @robreiner @maddow @MSNBC @nbc @CBS @ABC @CNBC @CNN Read this very carefully.\n\n\n\n\n\n\nTo grea…\n
6241                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6242                                                                                                                                                                 RT @Nissan: With 5 radar sensors, 5 laser scanners, and 12 cameras, the #NissanIDS takes in your surroundings for you. #IntelligentMobility…\n
6243                                                                                                                                                     Dear @McDonalds ,\n\n\n\n\n\n\nThanks for not selling hotdogs. There’s no way I could order a #McWeiner with a straight face. #McDonalds #McCafe #HotDog\n
6244                                                                                                                                                                    $140 to see why my key fob isn’t working. And then another $300 if the key fob is broken??!?!\n\n\n\n\n\n\n @Nissan that’s ridiculous. 🙄\n
6245                                                                                                                                                                           RT @CompositionVII: Dear @netflix Eva Green as Yennefer of Vengerberg, please! PLEASE! PLEEEEEEAAAASEEEEEEEEEEEEE!!!! #TheWitcher3\n
6246                                                                                                                                                                 RT @SnapELIMINATOR: Thank you @netflix for #BrightMovie. Don’t care what the critics say, I enjoyed every minute of it. Keep them coming. Y…\n
6247                                                                                                                                                                 RT @TripAdvisor: Inspired by The Game of Life, we're giving you the chance to win the trip of a lifetime! Enter now. https://t.co/yZdKMDg6A…\n
6248                                                                                                                                                                                RT @Reuters: U.S. crude, natural gas output at multi-year records in Oct: EIA https://t.co/xdi1xkxCYo https://t.co/j1KDmLsMar\n
6249                                                                                                                                                                                      RT @Reuters: Court rules 'Bookkeeper of Auschwitz', 96, must go to jail https://t.co/d2Kwnp4p1B https://t.co/HC7vvd9I7K\n
6250                                                                                                                                       RT @kateinmadcity: @netflix That's cool. Know what else? You can't spell sense8tional without, can you guess it?\n\n\n\n\n\n\n\n\n\n\n\n\n\nSense8 https://t.co/R9DWC…\n
6251                                                                                                                                                                      Thanks @comcast for putting a noise filter on our cable line to try and swindle us out of our money, you’re a bunch of fucking scumbags\n
6252                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6253                                                                                                                                                                 RT @sw_dad: So anybody interested in a class action lawsuit against @Apple? Because if I'd known I could have  just REPLACED THE BATTERY, I…\n
6254                                                                                                                                                                          Check out NWT Stefano Ricci Silk Necktie XL 62"  Brown Chocolate Dots Business Tie  #StefanoRicci https://t.co/uViSoowchi via @eBay\n
6255                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6256                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6257                                                                                                                                                                                                   RT @Reuters: Boy, three, playing with stove caused deadly N.Y. fire, officials say https://t.co/n2esDsMLAg\n
6258                                                                                                                                                                 RT @Reuters: JUST IN: $AMZN shares down 0.7 percent after Trump calls for U.S. Postal Service to raise prices of shipments, including those…\n
6259                                                                                                                                                                 RT @Reuters: With Yemen’s rainy season on the horizon and Saudi ships blocking humanitarian supplies, doctors brace against an expected sur…\n
6260                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6261                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6262                                                                                                                                                                 @kimmurphy100 @13megabeth @shelbymustang @ChristiChat @realDonaldTrump @USPS @amazon @JeffBezos Also, are followers… https://t.co/YH3rEvtTSD\n
6263                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6264                                                                                                                                                                           #themesongofmylife it’s the @cheers theme song, but it’s me laying in my bed in my pjs watching @netflix #certifiedpettyaccountant\n
6265                                                                                                                                                                 RT @nwagner: @UPS is denying a damage claim because of the way the item was packaged.  What makes the denial ironic, is that a local UPS st…\n
6266                                                                                                                                                                  @Reuters Palestinian teenager 'tortured' in Israeli jail.Fawzi Al Juneidi,16-year-old Palestinian who was recently… https://t.co/nnZdVsUGmK\n
6267                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6268                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6269                                                                                                                                                                 RT @BillNye: Hold on to your bowties peoples... #BillNyeSavesTheWorld is back! Stream Season 2, Part 1 now only on @netflix https://t.co/u7…\n
6270                                                                                                                                                                 RT @mariaressa: @AriMelber On @facebook, it's the inciting to hate/violence that allows these accounts to coordinate attacks with fake acco…\n
6271                                                                                                                                                           RT @Conflicts: NORTH KOREA: Russian tankers reportedly supplied fuel to DPRK via transfers at sea - @Reuters \n\n\n\n\n\n\nhttps://t.co/RbGuuexdBy\n
6272                                                                                                                                                              The critics don't know what they're talking about...\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Bright is great!\n\n\n\n\n\n\n@netflix https://t.co/MXM8lIgjCw\n
6273                                                                                                  My twitter family:\n\n\n\n\n\n\nParents: @hunt_Rob @nat_mcguire\n\n\n\n\n\n\nSpouse: @lapelathletics\n\n\n\n\n\n\nChildren: @_annawillis @Starbucks\n\n\n\n\n\n\n\n\n\n\n\n\n\nvia… https://t.co/MIgtrJ8ozL\n
6274                                                                                                                                                           RT @Conflicts: NORTH KOREA: Russian tankers reportedly supplied fuel to DPRK via transfers at sea - @Reuters \n\n\n\n\n\n\nhttps://t.co/RbGuuexdBy\n
6275                                                                                                                                                                           @AndroidAuth Well, if that is the case. We're gonna need more @htc model on the market to work with. @Samsung is not the business.\n
6276                                                                                                                                                                            @Hotel511 @AOL @Yahoo @YahooNews Holy shit look at all these other "racists".... @Aol is so full of shit. https://t.co/Nx1uFwuzHp\n
6277                                                                                                                                                                 RT @BillNye: Hold on to your bowties peoples... #BillNyeSavesTheWorld is back! Stream Season 2, Part 1 now only on @netflix https://t.co/u7…\n
6278                                                                                                                                                                       @lydiaroseyoung @netflix You can watch Psych on Amazon Prime! 🙌🎉\n\n\n\n\n\n\nGet a FREE 30 day trial here:… https://t.co/3IMqGjB5k7\n
6279                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6280                                                                                                                                                                                                                                                                                    Literally, Fuck @Walmart.\n
6281                                                                                                                                                                 RT @HenryEPayne: Runner-up, @DetroitNews Vehicle of Yr: @Honda triplets TypeR/Si/Sport. Affordable fun. https://t.co/i402vmwB4N https://t.c…\n
6282                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6283                                                                                                                                                                                  Check out Rayman Raving Rabbids (Microsoft Xbox 360, 2007) No Manual Free U.S. Shipping!  https://t.co/aq5H2A7LxS via @eBay\n
6284                                                                                                                                                                                         The Devil's Chessboard: Allen Dulles, the CIA, and the Rise of America's Secr... https://t.co/FFiIJ9Z9fb via @amazon\n
6285                                                                                                                                                    RT @WealDonoodTwump: @charliekirk11 @realDonaldTrump @CBS Hey Quirk,\n\n\n\n\n\n\nDo some research... this is true. Then it's taken away. Oh and the sam…\n
6286                                                                                                                                                                 @rclarke @KommanderKlobb @Tesco I think the idea is to stop kids eating sweets on the way around the store, which i… https://t.co/JzWLDx5Bio\n
6287                                                                                                                                                                                                        #pizza Check out "RYOT"  SmellSafe Piper with NoGoo in Olive - NEW  https://t.co/21VUMdY1ji via @eBay\n
6288                                                                                                                                                                                           RT @Starbucks: Something else = dark chocolate, white chocolate, and chocolate sequins. 🙌 https://t.co/269AHnsLXE\n
6289                                                                                                                                                                                           RT @Starbucks: Something else = dark chocolate, white chocolate, and chocolate sequins. 🙌 https://t.co/269AHnsLXE\n
6290                                                                                                                                                                                                                                                                                  @Reuters so, what is next ?\n
6291                                                                                                                                                                 RT @BoeingUK: #Boeing #Sheffield opens in 2018 with 18 apprentices from day 1, as part of @Boeing fabrication operations. https://t.co/X2ua…\n
6292                                                                                                                                                                                Check out ANTI DONALD TRUMP 9" PUTIN TRUMP "MAKE RUSSIA GREAT AGAIN"! BUMPER STICKER DECAL  https://t.co/XJ52vvKUNq via @eBay\n
6293                                                                                                                                                                                                                                               @netflix Yo need those 8 seasons of family guy back, get to it\n
6294                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6295                                                                                                                                                                                                    I'm buying this for Shuto Con and no one can tell me no\n\n\n\n\n\n\n https://t.co/EDbPZjroD6 via @amazon\n
6296                                                                                                                                                                                                                         Thanks @ATT for the terrible service and wifi, unlimited plan more like limited plan\n
6297                                                                                                                                                                                          ordered me a nice grande vanilla bean frappe from @Starbucks - it’s 32 outside\n\n\n\n\n\n\n\n\n\n\n\n\n\nno shame.\n
6298                                                                                                                                                                                                                  Check out The Tomb of Dracula Comic Book Lot 19, 47, 50   https://t.co/E5aJXi2mXM via @eBay\n
6299                                                                                                                                              “And the afterglow...\n\n\n\n\n\n\nof your gaze...is the only\n\n\n\n\n\n\nsweater that I need.” — along with this one from @hm 😂👇🏻… https://t.co/vb3hjjT6Ih\n
6300                                                                                                                                                                                               RT @Reuters: Boy, three, playing with stove caused deadly New York fire, officials say https://t.co/omNRpJmeTB\n
6301                                                                                                                                                                                                                                                          @Starbucks Thanks, friend, for having my back! 😍😀\n
6302                                                                                                                                                                 @SMankuta @FedEx Also, the fact that they ADMITTED they delivered it to the wrong house but when they showed up thi… https://t.co/dt9QsOKh67\n
6303                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6304                                                                                                                                                                 RT @nwagner: @UPS is denying a damage claim because of the way the item was packaged.  What makes the denial ironic, is that a local UPS st…\n
6305                                                                                                                                        RT @Elmnator: Hey folks. \n\n\n\n\n\n\n\n\n\n\n\n\n\nIt's looking real good to do the @intel @IntelGaming 8700K delidding tomorrow in the am. Starting around 8 or 9…\n
6306                                                                                                                                                            #Supernatural Castiel Wing Boots Size L --SIGNED by Dr. Badass!! ENDS TOMORROW!!! \n\n\n\n\n\n\nhttps://t.co/uFf8cIYYFP #AfterChristmasSale @eBay\n
6307                                                                                                                                                                 @Apple u r what’s wrong with everything. Hitler’s trying to bump screamo music in hell, but cant cause his iPhone 1… https://t.co/lzDTR8SQNW\n
6308                                                                                                                                                        RT @salesforce: ✅\n\n\n\n\n\n\n✅\n\n\n\n\n\n\n✅\n\n\n\n\n\n\n\n\n\n\n\n\n\nLook out, 2018. The Trailblazers are coming. 💪 https://t.co/JRCwGXP0t8\n
6309                                                                                                                                                                                                        RT @Reuters: White House, Congress prepare for talks on spending, immigration https://t.co/QIyC89a3qz\n
6310                                                                                                                                                                                                        RT @netflix: FOR THE LOVE OF STEVE, DUH! So hold tight baby darts — season 3 is officially happening.\n
6311                                                                                                                                                                 @bookingcom I had the worst customer service experience with rep Shiela.  She had no integrity, she lied, and provi… https://t.co/CwZS9mcQM3\n
6312                                                                                                                                                                                       Check out HP Deskjet 9800 Workgroup Inkjet Printer Wide Format w/ Manual, Tested #HP https://t.co/XWflq1ZLam via @eBay\n
6313                                                                                                                                                                 RT @BillNye: Hold on to your bowties peoples... #BillNyeSavesTheWorld is back! Stream Season 2, Part 1 now only on @netflix https://t.co/u7…\n
6314                                                                                                                                                             RT @RobSchneider: Well, @Apple has finally come clean &amp; admits their 'updates' are used to slow down older phones to make people think they…\n
6315                                                                                                                                                                                                    Check out One Cent Vhs: Walt Disney's Masterpiece Pinocchio (VHS, 1993) 239 https://t.co/qrnIvK1IPm @eBay\n
6316                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6317                                                                                                                                                                 RT @BillNye: Hold on to your bowties peoples... #BillNyeSavesTheWorld is back! Stream Season 2, Part 1 now only on @netflix https://t.co/u7…\n
6318                                                                                                                                                                 RT @nastiestwoman: Hey @Acer @Polaroid , today @amazon placed your products next to this comment: "Women don't belong in politics or the mi…\n
6319                                                                                                                                                           RT @Conflicts: NORTH KOREA: Russian tankers reportedly supplied fuel to DPRK via transfers at sea - @Reuters \n\n\n\n\n\n\nhttps://t.co/RbGuuexdBy\n
6320                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6321                                                                                                                                                                                                                              RT @IsabellalaurenB: I miss one tree hill, @netflix needs to bring it back 😞😞\n
6322                                                                                                                                                                                 RT @NickHanauer: Maybe if @Walmart paid a living wage, this wouldn’t be necessary. #parasiteeconomy. https://t.co/s6gjgzaCNE\n
6323                                                                                                                                                                  @HamillHimself @Disney ❤️ you’re great. I’ve looked up to you since before I can remember. I loved The Last Jedi, a… https://t.co/uWHHE2f6rq\n
6324                                                                                                                                                                 RT @comcast: Being on @TeamUSA is about more than the medals @RicoSled23 wins, it’s about the country he represents. https://t.co/4ebfrXq4H…\n
6325                                                                                                                                                                                      RT @SevenSecondsTV: One city. Three sides. Seven Seconds. Coming to @netflix February 23, 2018. https://t.co/krN8c9q0XH\n
6326                                                                                                                                                                            RT @AltoholicMind: @KrisBurke @HamillHimself @Disney Thankfully, someone already came up with that one... https://t.co/wz2h5HkXVK\n
6327                                                                                                                                                                                                            @PhantomSpaceCop @netflix Have you watched Dark? It's German, so subbed or dubbed, but it's great\n
6328                                                                                                                                                                 RT @Reuters: WATCH: After nearly three decades on the throne, Japan's Emperor Akihito will abdicate in 2019, the first by a Japanese monarc…\n
6329                                                                                                                                                                                 I just listed: 'ArcaniA - The Complete Tale - PlayStation 4 Standard Edition', for 22.58 via @amazon https://t.co/lzp4Lmz2ca\n
6330                                                                                                                                       RT @NBCSWizards: John Wall rocking the @adidas JW 1's the same night James Harden is in town 👀🤔\n\n\n\n\n\n\n\n\n\n\n\n\n\n(via @cmillsnbcs) https://t.co/9MPLfgdCFV\n
6331                                                                                                                                                                  RT @apresvousLing: Classic @easyJet experience : delay without any information given (obviously the previous flight wasn't there, we could…\n
6332                                                                                                                                                                   Tis the season' to shop and save big with @Walmart by using the Mobii app, make sure to shop while you watch @despiertamerica on 12/19 and\n
6333                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6334                                                                                                                                                                 RT @my1goodfoot: @twlegaleagle @Kre8change @SpeakerRyan @realDonaldTrump @WellsFargo @BrentJMcIntosh @USTreasury It's the government,  ALWA…\n
6335                                                                                                                                                                                   Check out 1986 Fontanini Simonetti 627 628 629 630 Choir Alter Boys Caroler 7" Tall EUC  https://t.co/b1H6krwqZT via @eBay\n
6336                                                                                                                                                                 @Apple can you please explain me how are you going to do, when you open the iPhone 6s plus and further to avoid scr… https://t.co/7pEzY0Tmx8\n
6337                                                                                                                                                                 RT @BillNye: Hold on to your bowties peoples... #BillNyeSavesTheWorld is back! Stream Season 2, Part 1 now only on @netflix https://t.co/u7…\n
6338                                                                                                             RT @THEREALMRSAZON: How many retweets can we get for @realDonaldTrump making @GoldmanSachs take a noise dive ?\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/Moi7UQjU1c\n\n\n\n\n\n\n\n\n\n\n\n\n\n#D…\n
6339                                                                                                                                                                                      Check out Iconic Hardshell Case for Galaxy S6, Leopard Pink, Gold, Macbeth Collection NIB https://t.co/rLNOMJCIuI @eBay\n
6340                                                                                                                          RT @SneakerShouts: GO! Restock via @ASOS \n\n\n\n\n\n\nAir Jordan 11 Retro "Win Like '96' with FREE shipping \n\n\n\n\n\n\n\n\n\n\n\n\n\nBUY HERE: https://t.co/amTP8JzbjJ https:/…\n
6341                                                                                                                                       RT @AuthorLTaylor: #iTunes @Apple #WeekendReads \n\n\n\n\n\n\nEnjoy 12 award-winning Laura Taylor #romance novels! \n\n\n\n\n\n\nhttps://t.co/NtDF2kWSyW #ASMSG RT, p…\n
6342                                                                                                                                                           RT @Conflicts: NORTH KOREA: Russian tankers reportedly supplied fuel to DPRK via transfers at sea - @Reuters \n\n\n\n\n\n\nhttps://t.co/RbGuuexdBy\n
6343                                                                                                                                                                                            #playoffs Check out "MudJug" Roadie Edition Spittoon - Orange - PORTABLE - NEW  https://t.co/BFxV9jFaga via @eBay\n
6344                                                                                                        Had to thug it out one time 🔥🔥\n\n\n\n\n\n\n👕👖: @Nike @nikesportswear \n\n\n\n\n\n\n👟: @Jumpman23 \n\n\n\n\n\n\n\n\n\n\n\n\n\n#Nike #Jordan #artist #hiphop #style #art… https://t.co/oToWgtvRqZ\n
6345                                                                                                                                                                 RT @BillNye: Hold on to your bowties peoples... #BillNyeSavesTheWorld is back! Stream Season 2, Part 1 now only on @netflix https://t.co/u7…\n
6346                                                                                                                                                                                                                  @HamillHimself @Disney The Last Jedi was entertaining in my eyes, and that's what matters ✌️\n
6347                                                                                                                                                                 I want to personally thank the adult man who hacked into my @eBay account. You may not have known this, but I alway… https://t.co/YcPtp1HqoS\n
6348                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6349                                                                                                         RT @LynnStarwalker: Heyyyyy DT !\n\n\n\n\n\n\n@POTUS \n\n\n\n\n\n\nEver Noticed how YOUR \n\n\n\n\n\n\nPO$T OFFICE @USPS delivers ALL of China'$ @eBay FREE $HIPPING ??\n\n\n\n\n\n\n&amp; everythi…\n
6350                                                                                                                                       RT @Madcap62Larry: I'm boycotting @Hyundai because they advertise on Hannity\n\n\n\n\n\n\n\n\n\n\n\n\n\n via @theDemCoalition @FireHannity #fireHannity https://t.co/…\n
6351                                                                                                                                                                                                                 Check out Vintage Brass Tray Lovely Design Small 4" x 10"  https://t.co/EOM0r8zpmL via @eBay\n
6352                                                                                                                                                                 @Matt_Verish @jess_210202 @HamillHimself @Disney I like TLJ because it surprised me. Many, many times. And yet afte… https://t.co/pFqvI3mKcn\n
6353                                                                                                                                                                 RT @WriterLaurnCarr: Lauren Carr's SHADES OF MURDER is a fascinating, intricately woven #mystery!! #KindleUnlimited  #ASMSG @amazon https:/…\n
6354                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6355                                                                                                                                                            RT @WashWizards: Rise UP! 🐼\n\n\n\n\n\n\n\n\n\n\n\n\n\n@verizon Dunk of the Night\n\n\n\n\n\n\n\n\n\n\n\n\n\n#WizRockets https://t.co/X7rUWcsxkD\n
6356                                                                                                                                                                 @wincewong @BankofAmerica The v-mail transcription looked believable enough (though still suspicious), so I bet it’… https://t.co/geCEZ0mp66\n
6357                                                                                                                                                                                                                                  I'm at @Starbucks Coffee in Olongapo City, Zambales https://t.co/kXctFr1CIv\n
6358                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6359                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6360                                                                                                                                                                 RT @Boeing: Good choice @American_Girl! Let's introduce Luciana, 2018 Girl of the Year, to Boeing #SLS Engineer Tiera Guinn Fletcher. She's…\n
6361                                                                                                                                                                 RT @nwagner: @UPS is denying a damage claim because of the way the item was packaged.  What makes the denial ironic, is that a local UPS st…\n
6362                                                                                                                                                             RT @winitonline: FOLLOW @PrizeSquad &amp; RETWEET TO #WIN THIS @Apple Watch 42MM, Series 3 with GPS + Cellular. White Ceramic Case with White S…\n
6363                                                                                                                                                                 @Monet1279 @DieHoren @charliekirk11 @CBS The fuck you talking about, Obama extended the Bush cuts for $858B as part… https://t.co/PMFqQ0a1Si\n
6364                                                                                                                                                                                                                      Watkins Pure Mint Extract, 2 oz (Pack of 3) Watkins https://t.co/tVRPy7IhaW via @amazon\n
6365                                                                                                                                                                                                                                                                   @Starbucks Isnt this just a "tuxedo" mocha\n
6366                                                                                                                                                                 RT @jonaweinhofen: Hey @Loreal, I guess no one has told you but to be 100% vegan you have to not test your horrible products on animals, no…\n
6367                                                                                                                            RT @Nissan: Hello last weekend of 2017. 👋\n\n\n\n\n\n\n#OMGTR #NissanGTR #R35 \n\n\n\n\n\n\n🚗: whiteghost_gtr \n\n\n\n\n\n\n📷: https://t.co/3mXMkuiC3U https://t.co/7AwlRMu99q\n
6368                                                                                                                                                                 RT @DrRimmer: An Australian law firm @ShineLawyers is preparing the country's first class action against @Apple, after the tech giant admit…\n
6369                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6370                                                                                                                                                                                                           Using @TMobile hotspot,  dropped from LTE to 4G -&gt; must be a step down given bandwidth consumed\n
6371                                                                                                                                                                RT @Food4Dogs: #RomancingSaGa2\n\n\n\n\n\n\nTsk tsk .. the third crash I've reported to @Sony - not good, @SquareEnix https://t.co/VJGy3NNaS4\n
6372                                                                                                                                                                             Check out Ghost Hunters - Vol. 2: Castle Leslie/ Ghost Hunters at Work (USED DVD, 2002) #DELTA https://t.co/fhNRdeZ8ll via @eBay\n
6373                                                                                                                                                                 With the help of @netflix, here's some help getting the kids to sleep before midnight! That gives you some much nee… https://t.co/63KvAqLQtw\n
6374                                                                                                                                       RT @_george84: @AutisticZebra Do you know why the reviews of #ToSiriWithLove made by actually autistic people disappeared from @amazon ?\n\n\n\n\n\n\n\n\n\n\n\n\n\nB…\n
6375                                                                                                                                                                                                     RT @WellsFargo: @melloncolli3 Hi - please check with your manager directly on your request.  Thanks, Jen\n
6376                                                                                                                                                                                                       @EddieGengo4 @Apple I was thinking about it but it looks more like "should I be raising the roof?" 🤷‍♂️\n
6377                                                                                                                                                                                                                   @AjitPaiFCC @facebook Your children will certainly regret you are their father, I’m afraid\n
6378                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6379                                                                                                                         @ATT @directvnow #reputation \n\n\n\n\n\n\nFR🅰️CT🅰️L GE🅾️Ⓜ️ETRY\n\n\n\n\n\n\nCH🅰️🅾️S THE🅾️RY Ⓜ️🅰️THEⓂ️🅰️TℹCS\n\n\n\n\n\n\n#reputationstadiumtour\n\n\n\n\n\n\n⚀N🅰️🅿️👹LE… https://t.co/0PhLyXcJ63\n
6380                                                                                                                                                             @Favstar_Bot @TeaPainUSA @realDonaldTrump @Reuters If he couldn't get a sanction for Putin. What r the chances Russia,NKorea&amp;Iran attack us?\n
6381                                                                                                                                                                                                                   @stephenhblack @PJMedia_com @Disney @ABC Truly evil. Let boys just be boys, for Petes sake\n
6382                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6383                                                                                                                                                                                                   @USC_Athletics @CocaCola Big Trojan fans will go nuts for this video.\n\n\n\n\n\n\nhttps://t.co/RAdRtkfUVM\n
6384                                                                                                                                                                 RT @ANNIEMOHO: Here is why I am frustrated @ATT  - the first chat person was like I AM CALLING YOU - ANSWER THE CALL. The second says, "ARE…\n
6385                                                                                                                                                                  @netflix @NBN_Australia @TurnbullMalcolm Hilariously, I always rediscover where the slow loading bars are and what… https://t.co/xvjlBIHetz\n
6386                                                                                                                                                                 @FrankLuntz @USPS @amazon However like Carried Interest reform, USPS can’t increase shipping charges without Congre… https://t.co/55jV1mOJHw\n
6387                                                                                                                                                                 RT @DrRimmer: An Australian law firm @ShineLawyers is preparing the country's first class action against @Apple, after the tech giant admit…\n
6388                                                                                                                                                                  @charliekirk11 @CBS Misleading. First of all, people may see about $10-20 more per week, but, in a few short years… https://t.co/g5QMWxopoY\n
6389                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6390                                                                                                                                                                        @Google Christ. Make it a little more fucking difficult to spend money, why don't you? Next time I'll just fucking torrent the thing.\n
6391                                                                                                                                                                 @chicagotribune Price hikes, systematic removal of my favorite shows, and now this.  Hey, @netflix it’s as if you’r… https://t.co/JtIManTmoi\n
6392                                                                                                                                                                                                          Check out Fiesta Stuffed Animal Bean Bag Pig 8" Plush Toy #Fiesta https://t.co/IE63tL04ZS via @eBay\n
6393                                                                                                                                                                 @amazon @AmazonHelp is now telling me that’s it’s 2 day shipping from when it’s shipped to arrive, makes total sens… https://t.co/upXWlRKl40\n
6394                                                                                                                            RT @Nissan: Hello last weekend of 2017. 👋\n\n\n\n\n\n\n#OMGTR #NissanGTR #R35 \n\n\n\n\n\n\n🚗: whiteghost_gtr \n\n\n\n\n\n\n📷: https://t.co/3mXMkuiC3U https://t.co/7AwlRMu99q\n
6395                                                                                                                                                                                  #eBay #forsale #1973 Federal Glass "Elmer Fudd" Pepsi  Collector Series Glass Black Lettering https://t.co/ZzxMF2AWA2 @eBay\n
6396                                                                                                                                                                  @netflix I’m not sure if you think you’re being cute, but if you actually want me to invest my time in your series… https://t.co/4i1aG2p1Cp\n
6397                                                                                                                                                                 RT @NPR: When @HomeDepot first opened, it wasn't a success. #ArthurBlank had to spend a lot of time in stores learning what his customers l…\n
6398                                                                                                                                                                 RT @ANNIEMOHO: Here is why I am frustrated @ATT  - the first chat person was like I AM CALLING YOU - ANSWER THE CALL. The second says, "ARE…\n
6399                                                                                                                                                                               #eBay #forsale #VTG Warner Bros. 1973 "Daffy Duck" 14 oz Drinking Glass Pepsi Collector's Series https://t.co/hA4bGWCd3S @eBay\n
6400                                                                                                                                                             RT @PrizeSquad: FOLLOW &amp; RETWEET TO #WIN THIS @Apple Watch 42MM, Series 3 with GPS + Cellular. White Ceramic Case with White Sport Band. En…\n
6401                                                                                                                                                                 RT @ANNIEMOHO: Here is why I am frustrated @ATT  - the first chat person was like I AM CALLING YOU - ANSWER THE CALL. The second says, "ARE…\n
6402                                                                                                                                                                 @chrisfleming91 @netflix Aww chris, sorry to hear that. You over did it at the animal shelter today, didn’t you. Th… https://t.co/14hKOxrP8l\n
6403                                                                                                                                                                                           #WorldEarthGlobe 12.6" Inch (32cm) Large White Drawing Board Home Office School  https://t.co/oTVXSUNvUV via @eBay\n
6404                                                                                                                                                                    RT @Meraki_glass: Check out GLASS SNAKE ROPE BOWL SN-1-21 FREE SHIPPING Water pipes, Bongs and more...  https://t.co/rSwWHcsk6A via @eBay\n
6405                                                                                                                                                                                                                Check out Battlefield Hardline (Microsoft Xbox One, 2015)   https://t.co/rTWXjkgjad via @eBay\n
6406                                                                                                                                                                                    How to get fit with the help of athletic companies, including @lululemon, @Nike and @NewBalance:… https://t.co/k08axw4bOP\n
6407                                                                                                                                                                 RT @ANNIEMOHO: Here is why I am frustrated @ATT  - the first chat person was like I AM CALLING YOU - ANSWER THE CALL. The second says, "ARE…\n
6408                                                                                                                                                                   @BehrPaint @HomeDepot Best feeling in the world, being able to hold my first granddaughter #BEHRMomentsSweepstakes https://t.co/PjqUOKN2Jb\n
6409                                                                                                                                                                                Check out Vintage Fizz Whiz Bottle Cap " Dover-Phila Federal Credit Union " Nice Condition  https://t.co/b2gpBzW0oN via @eBay\n
6410                                                                                                                            RT @Nissan: Hello last weekend of 2017. 👋\n\n\n\n\n\n\n#OMGTR #NissanGTR #R35 \n\n\n\n\n\n\n🚗: whiteghost_gtr \n\n\n\n\n\n\n📷: https://t.co/3mXMkuiC3U https://t.co/7AwlRMu99q\n
6411                                                                                                                                                                 RT @ANNIEMOHO: Here is why I am frustrated @ATT  - the first chat person was like I AM CALLING YOU - ANSWER THE CALL. The second says, "ARE…\n
6412                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6413                                                                                                                                       RT @AMLT_Token: Do you know that #Bitcoin is TOP 3 @Google trend of #2017? \n\n\n\n\n\n\n\n\n\n\n\n\n\nUse the power of #Bitcoin and JOIN the #AMLT #TOKENSALE now at…\n
6414                                                                                                                                                                 RT @Reuters: As war rages in Yemen, local doctors struggle to deal with treatable diseases in under-supplied hospital wards https://t.co/rS…\n
6415                                                                                                                                                                                                            @KingSteven87 @XFINITY @comcast @xfinitymobile Right?! Makes me want to cancel our internet, too!\n
6416                                                                                                                                                                 @Walmart your customer service at the Park City, UT location is terrible.  Returned some ribs unopened and Debra at… https://t.co/AZfl8TghoL\n
6417                                                                                                             RT @charliekirk11: Incredible video: @CBS does a special on the GOP tax plan \n\n\n\n\n\n\n\n\n\n\n\n\n\nThe result?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEvery middle class family they sat down with SA…\n
6418                                                                                                                                                                                                  #Loveher \n\n\n\n\n\n\nI don't train because I have to, I do it because it's part of me.\n\n\n\n\n\n\n@Nike\n
6419                                                                                                                                                    RT @HeirloomAngel: NEW Basket of #Flowers Quilted Pillow #Kit @eBay  https://t.co/SQVHEx9Yfw #DIY #crafts #NOS  #ebayROCteam\n\n\n\n\n\n\n#ebay https://…\n
6420                                                                                                                                                                 RT @ANNIEMOHO: Here is why I am frustrated @ATT  - the first chat person was like I AM CALLING YOU - ANSWER THE CALL. The second says, "ARE…\n
6421                                                                                                                          RT @MarshaCollier: Finally with a US Carrier:\n\n\n\n\n\n\n@HuaweiPhones’s Mate 10 Will Reportedly Come To @ATT in February\n\n\n\n\n\n\n#mobile #CES2018\n\n\n\n\n\n\nhttps://t.c…\n
6422                                                                                                                                                                 RT @ANNIEMOHO: Here is why I am frustrated @ATT  - the first chat person was like I AM CALLING YOU - ANSWER THE CALL. The second says, "ARE…\n
6423                                                                                                                                                                 RT @_timleonard: Dear @Apple, since your projected net worth is over $900 Million, how about you GIVE us #iPhone 6 and up users a FREE batt…\n
6424                                                                                                                                                              Tell @AmericanExpress to stop selling reward items made from cold-blooded murder of crocodiles, ostriches, &amp; other… https://t.co/MPHrZBKoK0\n
6425                                                                                                                                                                                 Razors with heat vision. \n\n\n\n\n\n\n#TheBestaSuperHeroCanGet\n\n\n\n\n\n\n@Gillette @Comicstorian https://t.co/jdbxHB8VbJ\n
6426                                                                                                             RT @jennaezarik: I think my favorite thing about 2017 is that @netflix added the “skip intro” feature. \n\n\n\n\n\n\n\n\n\n\n\n\n\nOh and downloads. \n\n\n\n\n\n\n\n\n\n\n\n\n\nGosh I love Ne…\n
6427                                                                                                                                                                                                  @hedia19 @mdubowitz @Reuters Worth a read, nice article need to be shared throughout world media. @avarakai\n
6428                                                                                                                                                                                                                                                      @wcalderon1979 Shitty @TMobile LTE speed in Hayward, CA\n
6429                                                                                                                                                                            RT @DeutscheBank: All the best for 2018! \n\n\n\n\n\n\nWe’ll be back on 2 January. Your Social Media Team https://t.co/GBQYgsJlvr\n
6430                                                                                                             RT @SubstratumNet: On the 10th Day of #Christmas #Substratum gave to me…\n\n\n\n\n\n\n\n\n\n\n\n\n\n10 Winners will receive an @Apple MacBook!\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo be eligible you ju…\n
6431                                                                                                                                                                                                                      Argh!\n\n\n\n\n\n\n\n\n\n\n\n\n\n@TMobile is the worst!\n\n\n\n\n\n\n\n\n\n\n\n\n\nUgh!\n
6432                                                                                                                                                                 RT @korbkid: Paid for one day shipping through @amazon. Shipped via @FedEx. Expected my package Thursday. Two days in a row, the FedEx driv…\n
6433                                                                                                                                                                                     Check out 925 Sterling Silver Jewelry Amethyst Gemstone Dangle Earrings 1.2" #Handmade https://t.co/4UZIZYhfCo via @eBay\n
6434                                                                                                                                                RT @OriginalFunko: RT &amp; follow @OriginalFunko for a chance to WIN a @Walmart exclusive #Cyborg [and Motherbox] Pop!\n\n\n\n\n\n\n📦 Reminder: The Legion…\n
6435                                                                                                                                                              RT @JimGross19: 💥BOOM💥 In regards to @Nike, THIS is how a company honors sacrifice AND courage!  Fuck you and that piece of shit cover boy…\n\n
6436                                                                                                                                                                                                        RT @Reuters: In Trump win, Canada, U.S. deal saves NAFTA as trilateral pact https://t.co/NABmzLZ4Zk\n\n
6437                                                                                                                                                                                                        RT @Reuters: In Trump win, Canada, U.S. deal saves NAFTA as trilateral pact https://t.co/NABmzLZ4Zk\n\n
6438                                                                                                                                                           RT @cleanclothes: Have you noticed? H&amp;M never talks about living wages actually being paid, as #HM promised they would be. Instead, @hm has…\n\n
6439                                                                                                                                                                                                      RT @antiqueman99: Check out Hermes, 1/6d block of 4 muh, see scans  https://t.co/XK0LTnutHU via @eBay\n\n
6440                                                                                                                                                                                        RT @antiqueman99: Check out KGV, 1920's, 2d, red, MH, watermarks  as per 2 scans  https://t.co/jK3CcZvECa via @eBay\n\n
6441                                                                             RT @Cop_TheseBot: Bisco Smith | Methods to Manifest\n\n\n\n\n\n\n18" x 24" Signed &amp; Numbered\n\n\n\n\n\n\n# of 111\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/OQ4frzvcFg via @eBay\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Manifest #sty…\n\n
6442                                                                                                                                                               RT @facebook: If you've been logged out of your account and asked to sign back in, it’s because we've discovered a security issue and are t…\n\n
6443                                                                                                                                                                                                  RT @Reuters: Indonesia says it needs more heavy equipment, rescuers in quake zone https://t.co/1fZQou7JfR\n\n
6444                                                                                                                                                                                                         Check out D TRAIN:  YOU'RE THE ONE FOR ME  (2 Track 12" Single)  https://t.co/qZ0FCYaxjH via @eBay\n\n
6445                                                                                                                                                               RT @hiig_berlin: Our friends from @eitl_blog recently interviewed @PeterKraker (founder of @OK_Maps) on @Google Dataset Discovery, the #Ope…\n\n
6446                                                                                                                                                                RT @ESLCS: Win amazing prizes from @IntelGaming, @Alienware, @DeutschePostDHL, @msitweets, @ATT, @LogitechG, @betwayesports, @paysafecard,…\n\n
6447                                                                                                                                                       RT @hm: Coming soon: a fashion tribute to the exquisite patterns of 19th century design icon, William Morris. Shop Morris &amp; Co x H&amp;M from 4…\n\n
6448                                                                                                                                                                                  Check out Fender  Black/Silver 30x36" grill cloth/fabric amp speaker cabinet #Unbranded https://t.co/hwzb4rFosE via @eBay\n\n
6449                                                                                RT @kim: 📌 FOR THE RECORD\n\n\n\n\n\n\n\n\n\n\n\n\n\n@CBS: If Judge Kavanaugh is shown to have lied to the committee, nomination's over?\n\n\n\n\n\n\n\n\n\n\n\n\n\n@JeffFlake: Oh yes.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Chris…\n\n
6450                                                                                                                                                            Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n\n
6451                                                                                                                                                               RT @Lu_Kurio: Attention @PayPal users! I just received a phishing mail from "Paypal" telling me an unknown device has just signed in from a…\n\n
6452                                                                                                                                                               @read_avidly @Pear5o @Kennyatkinson1 @bbcnewcastle @McDonalds right, you've cropped it though havent you, the seaso… https://t.co/BRbQmL8YuQ\n\n
6453                                                                                                                                                                @Google search is 20 years old, but it’s search engine continues to feel newer and more relevant than ever. My fav… https://t.co/HAa5NjlCkW\n\n
6454                                                                                                                                                                                   We should let it "Continue"! #SaveCPI #SaveClubPenguinIsland \n\n\n\n\n\n\n@Disney @disneymobile https://t.co/m8olrf6IQE\n\n
6455                                                                                                                                                                                                                                       @teddyboi213 @Starbucks If I die with you, I’ll die in peace xoxoxox\n\n
6456                                                                                                                                                            RT @vernhenze: Check out Cookbook, "Curtis Cooks With Heart &amp; Soul", Curtis G. Aikens, 225 pages, unused  https://t.co/FqJs6NK4qb via @eBay\n\n
6457                                                                                                                                                                                                    RT @Reuters: North, South Korea begin removing landmines along fortified border https://t.co/Popnm8I9N5\n\n
6458                                                                                                                                                                                                    RT @Reuters: North, South Korea begin removing landmines along fortified border https://t.co/Popnm8I9N5\n\n
6459                                                                                                                                                               RT @Cisco: From more women in the industry to implementing machine learning, the #cybersecurity landscape is changing. Get a look at more i…\n\n
6460                                                                                                                                                               RT @hm: We went on a road trip to Scotland with the super-talented Tiffany Young! Stay tuned for this season’s coolest collection, launchin…\n\n
6461                                                                                                                                                                                    @Ryanair Any chance of you answering the phone, the web chat or my tweet. Or have you lost the ability to do that also?\n\n
6462                                                                                                                                                            RT @CWAUnion: AHEM: @SenTedCruz, cutting taxes on corporations &amp; the wealthy hasn’t led to an increase in jobs. Stop listening to @ATT CEO…\n\n
6463                                                                                                                                                  RT @Iskra: When everyone told you you’d never make it as a model then you walk in the biggest fashion show for @Loreal in Paris.\n\n\n\n\n\n\nYOU can do…\n\n
6464                                                                                                                                                     The OBSERVER’S BOOK of LONDON Geoffrey Palmer Noel Lloyd \n\n\n\n\n\n\n1st Ed illus Observers \n\n\n\n\n\n\nBooks    https://t.co/xgTlpLOxSB via @eBay\n\n
6465                                                                                                                                                               RT @KellyGilblom: Big news out of the Americas. @Shell and partners said to approve $31 billion LNG project in Canada, with an announcement…\n\n
6466                                                                                                                                                                        See what I m up to on @eBay! View my profile to see my favourite finds and more: https://t.co/twCDPVv29E via @eBay\n\n\n\n\n\n\nwes\n\n
6467                                                                                                                                                           On our Kumano Kodo, Mie: 3 Day Ise &amp; Ise-ji Trail Tour though @TripAdvisor you can tour the 'Holy City' of Ise, vis… https://t.co/zIBukdjx7l\n\n
6468                                                                                               RT @USA_AllenK: @StephenAtHome \n\n\n\n\n\n\n@CBS @CNN @foxandfriends\n\n\n\n\n\n\n@realDonaldTrump \n\n\n\n\n\n\n@DNC @GOP @ABCNetwork\n\n\n\n\n\n\n#MAGA #WalkAway\n\n\n\n\n\n\n#KAG #ConfirmKavanaughNow…\n\n
6469                                                                                                                                                  RT @Iskra: When everyone told you you’d never make it as a model then you walk in the biggest fashion show for @Loreal in Paris.\n\n\n\n\n\n\nYOU can do…\n\n
6470                                                                                                                                                            RT @aak1880: Last week, a couple were asked to leave @Tesco Rochdale after they attempted to buy bottled water. Police intervened &amp; couple…\n\n
6471                                                                                                                                                                                                               @kzinssiebroiler @ElmustachioIII @ConkerLover83 @Walmart @nickchester "evolved" not involved\n\n
6472                                                                                                                                     RT @DeborahAnnWoll: 19 DAYS!! October 19th! Season 3 of @daredevil ! Only on @netflix @marvel \n\n\n\n\n\n\n\n\n\n\n\n\n\nThese are stills from S1E5 World on Fire. h…\n\n
6473                                                                                                                                                                                         Check out Hand Knitted 'Cornmeal Yellow' Lace Scarf   10" x 54" #Handmade #Scarf https://t.co/nRB6LkEPKD via @eBay\n\n
6474                                                                                                                                                                                                       RT @Reuters: Trump welcomes Canada's entry into trade pact with U.S., Mexico https://t.co/npQowxEYPl\n\n
6475                                                                                               RT @USA_AllenK: @StephenAtHome \n\n\n\n\n\n\n@CBS @CNN @foxandfriends\n\n\n\n\n\n\n@realDonaldTrump \n\n\n\n\n\n\n@DNC @GOP @ABCNetwork\n\n\n\n\n\n\n#MAGA #WalkAway\n\n\n\n\n\n\n#KAG #ConfirmKavanaughNow…\n\n
6476                                                                                                                                                                                                         RT @Reuters: As Chinese influence grows, Japanese warship visits Sri Lanka https://t.co/AtSy89wUkH\n\n
6477                                                                                                                                                                                              @yogscast @amazon Thank you, I think so too, well...he wasn't at half 5 this morning, but most of the time :)\n\n
6478                                                                                                                                                  RT @Recommercexpo: Be a part of a #revolution that is bringing enormous #business #opportunities in #Asia \n\n\n\n\n\n\n@Apple @Samsung_IN @2GUD @Amazon…\n\n
6479                                                                                                                                                               @bookingcom Hello, why does this show as the price on the date I want (£63), but when I click on the hotel the chea… https://t.co/yD4vwiua68\n\n
6480                                                                                                                                                               RT @hm: We went on a road trip to Scotland with the super-talented Tiffany Young! Stay tuned for this season’s coolest collection, launchin…\n\n
6481                                                                                                                                                                              Check out TRUE VINTAGE '50's '60sFRENCH-MADE "MONIQUE" HAT EMERALD GREEN TOQUE STYLE S - M  https://t.co/XmsnPJO7xg via @eBay\n\n
6482                                                                                                                                     RT @AtriumCamberley: #WIN! \n\n\n\n\n\n\n\n\n\n\n\n\n\nTo get you prepped and ready for autumn, we're giving away a £100 gift card to spend at @hm! Just think of all…\n\n
6483                                                                                                                                    RT @BermyJB: Mary Prince. One of the original examples of #BermudianExcellence. \n\n\n\n\n\n\n🇧🇲🇧🇲🇧🇲\n\n\n\n\n\n\n\n\n\n\n\n\n\nThanks, @Google https://t.co/d6mJUvPxWR\n\n
6484                                                                                                                                                                                                      RT @kewaski: @Reuters You see, the #USMCA is the greatest deal ever made in the history of the world.\n\n
6485                                                                                                                                                               RT @notmystyleuk: Created to support young women in the Kasigua region of Kenya, The Kujuwa Initiative, set up by @ASOS , will provide heal…\n\n
6486                                                                                                                    RT @JanetCBrennan: OUT NOW!\n\n\n\n\n\n\nBarnes &amp; Noble, @BNBuzz:  https://t.co/Mt5IV8mEgR\n\n\n\n\n\n\nAmazon, @amazon : https://t.co/8b3Axxiri8 …  \n\n\n\n\n\n\nKobo, @Kobo: ht…\n\n
6487                                                                                                                                                                    RT @JITS_P: @Ryanair bought two flights to Lisbon added one premium plus package forgot to add the second,now it won't let me add it!😡\n\n
6488                                                                                                           RT @ruthurq: Family parties with @Tesco food-  laughing and smiling as Tweedle Dum or Dee who am I?\n\n\n\n\n\n\n\n\n\n\n\n\n\nMEANWHILE \n\n\n\n\n\n\nwe need:\n\n\n\n\n\n\nAwareness of red f…\n\n
6489                                                                                                                                                               @TobiasHelmstorf @uicc @Bayer Hi Tobias , I am Sammy from HOPE foundation . We need to make sure where we meet at 1… https://t.co/T3kuYFoSOH\n\n
6490                                                                                                                                                                        See what I m up to on @eBay! View my profile to see my favourite finds and more: https://t.co/twCDPVv29E via @eBay\n\n\n\n\n\n\n[[p\n\n
6491                                                                                                                                                                RT @mpi_digital: For its part, @Tesco guarantees suppliers such as agricultural companies, cooperatives, and farmers that it will purchase…\n\n
6492                                                                                                                                                                                                         RT @Reuters: As Chinese influence grows, Japanese warship visits Sri Lanka https://t.co/AtSy89wUkH\n\n
6493                                                                                                                                                               RT @SearchSecurity: Following a loud critical backlash to a new #Chrome login feature and cookie retention functionality, @Google will make…\n\n
6494                                                                                                                                                              RT @JimGross19: 💥BOOM💥 In regards to @Nike, THIS is how a company honors sacrifice AND courage!  Fuck you and that piece of shit cover boy…\n\n
6495                                                                                                                                                                For @KlausHelmrich , managing board member at @Siemens AG, industrial pioneers are essential to #business success.… https://t.co/kUrFVdssmk\n\n
6496                                                                                                                                                  Dear @netflix \n\n\n\n\n\n\nI need you to know that I'm still patiently waiting for the #ToAllTheBoysIveLovedBefore sequel(s) to… https://t.co/6Q6tPi1XAL\n\n
6497                                                                                                                                                                                  RT @Reuters: U.S., Canada agree on a deal to replace NAFTA https://t.co/MYYgOBJke9 via @ReutersTV https://t.co/gXcziAgm6b\n\n
6498                                                                                                                                                                                  RT @Reuters: U.S., Canada agree on a deal to replace NAFTA https://t.co/MYYgOBJke9 via @ReutersTV https://t.co/gXcziAgm6b\n\n
6499                                                                                                                                                                                  RT @Reuters: U.S., Canada agree on a deal to replace NAFTA https://t.co/MYYgOBJke9 via @ReutersTV https://t.co/gXcziAgm6b\n\n
6500                                                                                                                                                                          Check out 2 KNIVES ZYLISS Paring Knife + Sheath Cover 3.5" Stainless Steel Blade 31330  #Zyliss https://t.co/xyXLAVeI43 via @eBay\n\n
6501                                                                                                                                                               RT @IAMCPorg: PETITION: "Thank you for supporting the #DigitalPeaceNow initiative. It was sparked by @Microsoft. Advised by @CIVICUSallianc…\n\n
6502                                                                                                                                                                                                    RT @Reuters: North, South Korea begin removing landmines along fortified border https://t.co/Popnm8I9N5\n\n
6503                                                                                                                                          RT @HashTopiX: https://t.co/YuTfv6pd6v\n\n\n\n\n\n\n#FromTheCreatorsOf name changes such as @kfc, @HP and @HuffPost We now have Dunkin\n\n\n\n\n\n\n@dunkindonuts\n\n
6504                                                                                                                                                               @HondaCarIndia @Honda @HondaInAmerica @HondaJP feeling really duped by purchasing #HondaCity2017. AVN system sucks,… https://t.co/rF61ZiTc8C\n\n
6505                                                                                                                                                               RT @Symphony: Listen to discussions between leaders from @DeutscheBank @FinosFoundation @tier1crm @Nomura @c9tec on our afternoon panel, "C…\n\n
6506                                                                                                                                                                                        &amp; speaking of Yale, when are we gonna get the next Gilmore Girls installment? Hey @netflix! I'm talkin' to you!\n\n
6507                                                                                                                                                               RT @AshaRawal_: As I'm big fan of fan tennis  in India, the opportunity to attend @AustralianOpen courtesy @Mastercard is the best yet! All…\n\n
6508                                                                                                                                                             RT @SherryPollex: Thank you @NASCAR, @MarcusSMI, @BankofAmerica, @ToyotaRacing. Total bucket list moment. Amazing 💙🙌 https://t.co/9whbIYVk6O\n\n
6509                                                                                                                                     RT @FurrieFighter: I think that those 4 games should be released as a collection on all current platforms @Disney \n\n\n\n\n\n\n\n\n\n\n\n\n\nA lot of peeps would be…\n\n
6510                                                                                                                                     RT @AtriumCamberley: #WIN! \n\n\n\n\n\n\n\n\n\n\n\n\n\nTo get you prepped and ready for autumn, we're giving away a £100 gift card to spend at @hm! Just think of all…\n\n
6511                                                                                                                                                               @missninaroxy @Reuters “We fail to see how this deal can be good for the 220,000 Canadian families that depend on d… https://t.co/UhBjrT5E2u\n\n
6512                                                                                                                                                                                                                       "Great service. Friendly staff. Helpful, fast and economic." @Groupon #HappyCustomer\n\n
6513                                                                                                                                                      RT @TheKeyStages: Who wants to #win a £25 @hm #voucher? 😁 Follow us, RT, Comment &amp; tell us in less than 10 words why you should win! Like &amp;…\n\n
6514                                                                                                                                                                               RT @Sony: The "Holmies" are back. Will Ferrell &amp; John C. Reilly are #HolmesAndWatson. Christmas. https://t.co/PDkxbzQpSj\n\n
6515                                                                                                                                                                                          Check out VINTAGE...HORTON HATCHES THE EGG, DR. SEUSS 1940,1968 HARDCOVER, NEW  https://t.co/JAoh8QvUod via @eBay\n\n
6516                                                                                                                                     RT @digititan_za: It has started! The @Cisco ICND1 and @DigitalSkillsAF bootcamps have begun here at Digititan.\n\n\n\n\n\n\n\n\n\n\n\n\n\nTVET colleges in SA have s…\n\n
6517                                                                                                                                                                        TEACH YOU ✩ OCTOBER 3RD at the HOLLYWOOD @hm on SUNSET. \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/hwYGT0l0GS https://t.co/0dV05rrqsS\n\n
6518                                                                                                                                                                                             @jpmorgan goes further @luxembourg ! #brexit gets concrete! Good choice! \n\n\n\n\n\n\nhttps://t.co/iFXjWilEHe\n\n
6519                                                                                                                                                               RT @AllDayDevOps: We're aiming for 1,000,000 #DevOps professionals to join us online. We operate @Google scale. We converse @SlackHQ speed.…\n\n
6520                                                                                                                                                                                                                                                            @McDonalds #checkpointcharlie no veg menu, why?\n\n
6521                                                                                                      RT @Aviation_Freak: Monsoon Mayhem!🌊🌊🌊\n\n\n\n\n\n\n\n\n\n\n\n\n\n@UPSAirlines #Boeing747 landing on #MumbaiAirport's Runway 27 on a monsoon morning. 😀🙌\n\n\n\n\n\n\n\n\n\n\n\n\n\n@UPS #boein…\n\n
6522                                                                                                                                                               RT @hm: We went on a road trip to Scotland with the super-talented Tiffany Young! Stay tuned for this season’s coolest collection, launchin…\n\n
6523                                                                                                                                                                                     Check out SIGN OF THE OTTER DVD, AN UNFORGETTABLE QUEST WITH A FATHER &amp; SON, PG  https://t.co/JQtBkIdYjC via @eBay\n\n
6524                                                                                                                                                                               RT @Sony: The "Holmies" are back. Will Ferrell &amp; John C. Reilly are #HolmesAndWatson. Christmas. https://t.co/PDkxbzQpSj\n\n
6525                                                                                                                                                                    ICYMI, @Google has introduced a new job search tools for veterans. #MilitaryMoment #MilitaryMonday\n\n\n\n\n\n\nhttps://t.co/TVANFMjB3S\n\n
6526                                                                                                                                                                #SAPRadio @cochesdiez @SAP "Conversational AI / Chatbots will change fundamentally the way we are interacting with… https://t.co/3EjxA0MjPf\n\n
6527                                                                                                                                                                 @BunkoPirate @vmiss33 @jcefidel @plankers @conchitadiaz78 @Google @GoogleCompute @VMwareEducation No done again, last posts was on 8 Sept.\n\n
6528                                                                                                                                                               RT @Cisco: Better together! We're excited about the close of the @duosec acquisition, let the celebration begin. https://t.co/CP0ct3Finv #C…\n\n
6529                                                                                                                                                                                 Check out Nike Air Jordan Carmelo Anthony Jersey "BMORE" 5-29-1984 Men's Size XL #Jordan https://t.co/DcihANuveZ via @eBay\n\n
6530                                                                                                                                     @Disney, I'm very sad to you! You ruined my dream of being the Trendsetter of the Month!!!! \n\n\n\n\n\n\n\n\n\n\n\n\n\nI have never given up… https://t.co/8nP5kvSXzK\n\n
6531                                                                                                                                                                          @Tesco Hi if you use bailing wire for your recycling, please contact us @ CMD wire products at Barnsley.… https://t.co/wuPCFvFBKY\n\n
6532                                                                                                                                                                                              RT @JohnDeere: A beacon in the night. Thank you, David B., for capturing this moment. https://t.co/wd7x6xl2Zk\n\n
6533                                                                                                           RT @malecistruelove: Morning @FreeformTV, @netflix and @ConstantinFilm!\n\n\n\n\n\n\n\n\n\n\n\n\n\nStill having no regrets about @ShadowhuntersTV?\n\n\n\n\n\n\n\n\n\n\n\n\n\nEven Forbes write…\n\n
6534                                                                                                                                     RT @Microsoft: "Hey BMW, I'm cold."\n\n\n\n\n\n\n\n\n\n\n\n\n\n@TechCrunch explains how @BMWGroup's Intelligent Personal Assistant gets to know you: https://t.co/xaS…\n\n
6535                                                                                                                                                                                              Check out Sports Illustrated The Year in Sports 1991 Well stored, working.  https://t.co/qn99qe6Wn7 via @eBay\n\n
6536                                                                                                                                                                                                                               RT @netflix: It's fresh. Bold. Risky, but I like it. https://t.co/McBRJCTVsL\n\n
6537                                                                                                                                                                    RT @Reuters: Trump: Canada, Mexico trade pact 'great deal' for all sides https://t.co/MYYgOC0VCJ via @ReutersTV https://t.co/gkpHwJRqvI\n\n
6538                                                                                                                                                               @Starbucks It is always too hot for me to drink for 20 minutes while it steeps, so I didn’t find out until I got ho… https://t.co/XOfjGJ4vww\n\n
6539                                                                                                                                                               @newtgingrich @facebook Did you know that in the US (for now), people are allowed to have opinions that you persona… https://t.co/lDgMQvUcog\n\n
6540                                                                                                                                                                      #instagram check out Chefs Limited Kitchen Utensils, 6 Piece Cooking Utensil Set With Holder - NEW  https://t.co/1X9mZGc0J1 via @eBay\n\n
6541                                                                                                                                                               RT @davidbombal: Part of My newest 2018 fully working 10base5, 10base2 and other @Cisco network. Why you ask? Why not? Do you want to learn…\n\n
6542                                                                                                                          #SALES ENDING !\n\n\n\n\n\n\n\n\n\n\n\n\n\n🇺🇸 1943-S LINCOLN WHEAT PENNY WWII ERA GEM UNCIRCULATED COIN! FREE SHIPPING! \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/iMC9a08G0x @eBay\n\n
6543                                                                                                                                                                             Check out ALIA Blouse Short Sleeve Lightweight Polyester  , Sz 16, NWT #ALIA #Blouse #Casual https://t.co/zQfyNGv3SL via @eBay\n\n
6544                                                                                                                                                               RT @AltspaceVR: We’re all in this together. So excited to hang out with the community leaders from @recroom, @highfidelityinc, @facebook so…\n\n
6545                                                                                                                                                                    RT @HeadsetsToday: Online shopping for Electronics from a great selection of Earbud Headphones, ... https://t.co/8BKp5TVrj4 via @amazon\n\n
6546                                                                                                                                                               RT @McDonalds: We’re excited to announce our classic burgers have no artificial preservatives, no artificial flavors and no added colors fr…\n\n
6547                                                                                                                                                               Thanks to Healey @Hyundai in Beacon,NY my steering wheel has no more issues.Oh yeah and #Shoutout to their great cu… https://t.co/uDyrdcCw1C\n\n
6548                                                                                                                                     RT @EarthDesires: Just saw this on Amazon: The Syrian by Cathy Sultan for $4.99 https://t.co/scSmn1Cs0y via @amazon\n\n\n\n\n\n\n\n\n\n\n\n\n\nFollowing our Author c…\n\n
6549                                                                                                                                                  RT @hildatheseries: "There's a great big world out there!" Hilda is now streaming, only on @netflix! \n\n\n\n\n\n\n#HildaTheSeries https://t.co/LOOu7duk…\n\n
6550                                                                                                                                     RT @DeborahAnnWoll: 19 DAYS!! October 19th! Season 3 of @daredevil ! Only on @netflix @marvel \n\n\n\n\n\n\n\n\n\n\n\n\n\nThese are stills from S1E5 World on Fire. h…\n\n
6551                                                                                                                                                               RT @SunilMalhotra: I just preordered @simonsinek's forthcoming book, The Infinite Game ... on @amazon India https://t.co/Xbn8bUded9 https:/…\n\n
6552                                                                                                                                                                RT @landandseascape: Normand Subsea alongside #Lerwick, #Shetland last week @Subsea7Official @BP_plc @BP_UK @LerwickHarbour Do you miss us…\n\n
6553                                                                                                                                                  RT @rjouchen: Never give or take any excuse, this is the secret of success.\n\n\n\n\n\n\n@warnerbrostv @CBS I'll fight for #PersonOfInterest until you b…\n\n
6554                                                                                                                                                                                Check out GIANT Chunky KEY RING Clear Acrylic 5" Inches #2329 Vintage Car/House Keys NEW  https://t.co/FLAXbJafXW via @eBay\n\n
6555                                                                                                                                                               @Reuters Any sentence beginning with "Trump says" should stop right there, as the rest of it inadvertibly will be e… https://t.co/5plY4aRJ0t\n\n
6556                                                                                                             @Reuters “Heart of Iran” will return home on 7th October\n\n\n\n\n\n\n👇\n\n\n\n\n\n\nhttps://t.co/IONv7ZzE6S \n\n\n\n\n\n\n\n\n\n\n\n\n\n#TouristTrains #HeartOfIran… https://t.co/3gNsPTUFbc\n\n
6557                                                                                                                                                              @kalzimonium @A_Ross @Apple My tweet re: $1,495 iPhone and Apple’s greed hurt feelings😢. I chose to refrain from ve… https://t.co/Mo3iac0HMQ\n\n
6558                                                                                                                                                               RT @Eagles: Three sacks for the #Eagles yesterday, so you can grab a free Big Mac from your local Philly @McDonalds today with a purchase o…\n\n
6559                                                                                                                                                               RT @mpi_digital: Retailer @Tesco for its part, repurposes baked goods into animal feed, converts oil waste into biodiesels, and is piloting…\n\n
6560                                                                                                                                                               RT @mpi_digital: Retailer @Tesco for its part, repurposes baked goods into animal feed, converts oil waste into biodiesels, and is piloting…\n\n
6561                                                                                                                                                               I hated when @TheBodyShop got sold to @Loreal, so happy they’re now owned by an other company that isn’t complete t… https://t.co/9BWc6vlvKW\n\n
6562                                                                                                                                                               It's October 1, which means that we have officially made the transition to the @salesforce Lightning Platform! This… https://t.co/0JbknpcYhA\n\n
6563                                                                                                                                     @AbusiveDucks @anthonycanchola @toenailsamage @_padillac @McDonalds Isn’t that clever. \n\n\n\n\n\n\n\n\n\n\n\n\n\nIf you’re a meat eater you… https://t.co/Xo6xktdpBW\n\n
6564                                                                                                                                                              RT @TrevorProject: Anyone can be there for a person in crisis 🌟 Our life-saving work depends on everyday superheroes- you! With @ATT, we’re…\n\n
6565                                                                                                                                                                                                 RT @Nissan: Good Morning #Monday. \n\n\n\n\n\n\n#NissanLEAF #Nissan #SimplyAmazing https://t.co/bAq0Rl3Yv9\n\n
6566                                                                                                                                                  RT @AmericanExpress: Don’t miss out! Card Member presale hospitality\n\n\n\n\n\n\npackages to The Championships, @Wimbledon 2019 are still available #Wi…\n\n
6567                                                                                                                                                 Prevention or recovery: Where should limited cybersecurity resources be focused?\n\n\n\n\n\n\nhttps://t.co/AoUZ2ueHHS @HP \n\n\n\n\n\n\n#HP #CyberSecurity\n\n
6568                                                                                                                                                                            RT @BethPaintings: Check out 4 Large Cypraea tigris tiger cowrie  seashell 2.5"  Beach decor  https://t.co/4UI7iMpZGn via @eBay\n\n
6569                                                                                                                                                                            RT @BethPaintings: Check out 4 Large Cypraea tigris tiger cowrie  seashell 2.5"  Beach decor  https://t.co/4UI7iMpZGn via @eBay\n\n
6570                                                                                                                                                               Here's Hey @thenue_co, please get to know @CaulfieldTim and his fantastic @netflix show, A User's Guide to Cheating… https://t.co/ZoeIIcS02g\n\n
6571                                                                                                                                                                RT @MikeFeibus: Wow, impressively small, low-power motherboard built with @intel. 4G #LTE included. 18hr claimed battery life. Again, wow.…\n\n
6572                                                                                                                                                               RT @jpolakis: Given the scale and severity of the @facebook breach, I’ll share some thoughts based on our recent @USENIXSecurity paper with…\n\n
6573                                                                                                                                                                                                                @ATTCares @ATT And all of this before noon. If no one is out today, you've lost a customer.\n\n
6574                                                                                                                                                               RT @CphFashSummit: With big responsibility as a platform for 140-plus brands, @ASOS demonstrates its pledge to sustainability and inclusivi…\n\n
6575                                                                                                                                                               @Google why do you constantly push leftist anti trump articles to my android device? Nothing in my keystrokes, site… https://t.co/7qV4jtXncD\n\n
6576                                                                                                                                                                                                                             I have just listed: 'Glory Days', for 9.99 via @amazon https://t.co/7lok3JvRBE\n\n
6577                                                                                                               @Reuters Iran has access to all its oil revenues\n\n\n\n\n\n\n👇\n\n\n\n\n\n\nhttps://t.co/Zno6ieECLR …\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Iran #Oil #OilRevenues #Dollars… https://t.co/OxVCJs5qsm\n\n
6578                                                                                                                                                                                                                                       @Reuters That Mass shooting won't ever be forgotten, Vegas strong...\n\n
6579                                                                                                                                                @RT_com @netflix https://t.co/OptWu9BW97\n\n\n\n\n\n\nhttps://t.co/sP96l2fQYw\n\n\n\n\n\n\nhttps://t.co/k5h00ILTrQ\n\n\n\n\n\n\nvisit these website once 🖕\n\n
6580                                                                                                                                                               RT @QuinceComic: The @QuinceComic collected trade paperback is now available at @Fanbase_Press, @comiXology, and @amazon! #Latinx #Superher…\n\n
6581                                                                                                                                                               RT @kkaspar: Even more exciting @assassinscreed Odyssey news, we're partnering with @Google to be the first game shown on #ProjectStream ht…\n\n
6582                                                                                                                                                               RT @slpng_giants: Hey @Microsoft and @satyanadella, are you still okay materially supporting the agency responsible for the internment of 1…\n\n
6583                                                                                                                                                  RT @RealTrumpLady: Just like the “mockingbirds” they are, @FoxNews is saying “Trump defends Brett Kavanaugh”. 😳\n\n\n\n\n\n\nIt’s now a @Disney company…\n\n
6584                                                                                                                                                                                            RT @davelackie: @khanlon @Shiseido_Canada @Starbucks So pleased you won Katy. I"m packing them up for you now!!\n\n
6585                                                                                                                                                               @ClayTravis Please explain why all of your @amazon ⭐️⭐️⭐️⭐️⭐️ reviews are "Verified Purchase" and none of your ⭐️ r… https://t.co/qSyuy8qndc\n\n
6586                                                                                                                                                               @davidclyde13 We're sorry we missed you! We now live at @McDonalds. We hope you'll follow us at that handle, and we… https://t.co/jLa7TZnuCR\n\n
6587                                                                                                                                                                         Check out Coldwater Creek Women's Blouse Top Shirt Size Small Color: Blk, red, gold #Blouse #Any https://t.co/44PIK1Yzfl via @eBay\n\n
6588                                                                                                                                                                    RT @hklaulor: @decider Please #RenewGypsy then, don't let it ended like that. @netflix @reedhastings #SaveGypsy https://t.co/O4f0OoaDWM\n\n
6589                                                                                                                                                               Alongside @Apple, we've been working to bring coding to the City of Chicago through the #EveryoneCanCode initiative… https://t.co/db7O6UaTEq\n\n
6590                                                                                                                                                                                                          @SportsDirectUK @Nike Shite direct £46.00 \n\n\n\n\n\n\nLook what i found https://t.co/ThsiSLYqYE\n\n
6591                                                                                                                                                     'Ban plastic toys in @McDonalds Happy Meals', says Environment Minister  \n\n\n\n\n\n\n#plasticfreecommunities #plasticfreerc… https://t.co/8bhHL9Ti9i\n\n
6592                                                                                                                                                                                     @annecurtissmith @netflix try period tv series like, GOT, Vikings, The Tudors, DA Vinci Demons, The White Queen, etc..\n\n
6593                                                                                                                                                               RT @AmericanExpress: When checkout is at 4pm instead of 11am, a travel day becomes more than just a travel day. Only with your Platinum Car…\n\n
6594                                                                                                                                                                RT @MikeFeibus: Wow, impressively small, low-power motherboard built with @intel. 4G #LTE included. 18hr claimed battery life. Again, wow.…\n\n
6595                                                                                                                                                                                  Check out Vintage Sports Belle Washington Huskies football jersey (rare, adult size L)  https://t.co/orYCpvzH9D via @eBay\n\n
6596                                                                                                                                     RT @HP: #ThePCReinvented. Introducing the HP Spectre Folio. \n\n\n\n\n\n\n@alexanderwangny #KeepReinventing \n\n\n\n\n\n\nhttps://t.co/XD4o0QG8jv https://t.co/8d4lOZ…\n\n
6597                                                                                                                                                              RT @ATT: #5G will be much bigger than smartphones – it will touch all parts of our 🌎, and all types of industries. On the #PathTo5G, we thi…\n\n
6598                                                                                                                                                                                                                                         @reeses @amazon Resses pumpkin #notsorry\n\n\n\n\n\n\n#Sweepstakes\n\n
6599                                                                                                                                                                                                          @SportsDirectUK @Nike A fit and proper owner.\n\n\n\n\n\n\n🤣🤣🤣🤣🤣🤣😋 https://t.co/r9j6UzoHi4\n\n
6600                                                                                                                                                                                                          @SportsDirectUK @Nike A fit and proper owner.\n\n\n\n\n\n\n🤣🤣🤣🤣🤣🤣😋 https://t.co/r9j6UzoHi4\n\n
6601                                                                                                                                                               RT @Disney: Magic mirror on the wall, who is the fiercest one of all? Your Halloween costume is waiting at @shopDisney: https://t.co/LSYHd2…\n\n
6602                                                                                                                                                                                        Just saw this : SWEET LOVE BITTER (ORIGINAL SOUNDTRACK LP, 1967) by Mal Waldron https://t.co/OSplRBm5tp via @amazon\n\n
6603                                                                                                                                                               @Toyota I was on the way back home from Fargo in minot there was a mark 4 Supra turning to the right, that was a fe… https://t.co/X6Gvw3O3CL\n\n
6604                                                                                                                                                               RT @Microsoft: Our president @BradSmi visited @CBSThisMorning to discuss how #AI can help save lives, and our investment in AI for Humanita…\n\n
6605                                                                                                                                                                        Check out Ecko Unltd "Royal Flush" Men Size XXL Green Long Sleeves Front Zipper Jacket #EckoUnltd https://t.co/7m5kGmH00d via @eBay\n\n
6606                                                                                                                                                                                                                https://t.co/yScfu1nptF\n\n\n\n\n\n\n@Ford to Launch New Generation of Mondeo Hybrid Models\n\n
6607                                                                                                           RT @stylezpromo: Ready to be #HappyTogether with us?\n\n\n\n\n\n\n\n\n\n\n\n\n\nTune into watch the premiere of @happytogether on @CBS at 8:30/7:30c TODAY! \n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's s…\n\n
6608                                                                                                                                  RT @SourcingNetwork: Top apparel brands like @Nike, @Gap, @HM and @adidas take action! LEARN MORE --&gt; https://t.co/O0SrSJLvsl\n\n\n\n\n\n\n\n\n\n\n\n\n\n#UNga73 #Tur…\n\n
6609                                                                                                                                                                                                                              @MitjaRoskaric @Google That looks very interesting , but of course only US :(\n\n
6610                                                                                                                                                                @planetexpress69 @wbm312 @AppleSupport @Apple You know, you did something wrong, if a floppy disk is more reliable… https://t.co/GdsUK6SMB1\n\n
6611                                                                                                                                                                     @elijahzanesexto @Reuters Well, good luck. But I think the supremecy clause probably wins this one regardless of how you feel about it\n\n
6612                                                                                                                                                           RT @Citi: In a recent live event survey, clients identified fintech collaborations as having the greatest impact on trade finance &amp; operati…\n\n
6613                                                                                                                                                                                   Black, Pink &amp; Blue KeyChain | Handmade Boondoggle Gimp Scoubidou Twist Stitch... https://t.co/uss0KykfHa via @amazon\n\n
6614                                                                                                                                                                       #foodporn check out Chefs Limited Kitchen Utensils, 6 Piece Cooking Utensil Set With Holder - NEW  https://t.co/1X9mZGc0J1 via @eBay\n\n
6615                                                                                                                                                               RT @b_art15: @Siemens 15 years ?  It will take decades before cities can afford to accommodate  autonomous vehicles,, plus people's relucta…\n\n
6616                                                                                                                                                               'We can be a bit more flamboyant now' As Detroit Exits The Sedan Market, @Nissan Lets Its Flamboyant Flag Fly On Ne… https://t.co/YeePLKzQbN\n\n
6617                                                                                                                                     RT @Google: "At Google, accessibility is everyone’s responsibility."\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo mark #DisabilityAwarenessMonth, see the different ways our Central…\n\n
6618                                                                                                                                     RT @VladoBotsvadze: GARAGES TO GREATNESS  \n\n\n\n\n\n\n\n\n\n\n\n\n\nSteve Jobs, Steve Wozniak, and Ronald Wayne developed the first @Apple computer in the garage o…\n\n
6619                                                                                                                                                                                 Check out NWT Vince Classic Leather Scuba Jacket, Black, size Medium, retail $995 #Vince https://t.co/eg0a3FhsS5 via @eBay\n\n
6620                                                                                                                                     RT @Google: "At Google, accessibility is everyone’s responsibility."\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo mark #DisabilityAwarenessMonth, see the different ways our Central…\n\n
6621                                                                                                                                                                                                      RT @DigitalTrends: The Surface Pro will go back to black, @Microsoft confirms https://t.co/s2VK8aKizr\n\n
6622                                                                                                                                                               RT @Ubisoft: We're excited to be teaming up with @Google for Project Stream, an exclusive test that will enable participants to play #Assas…\n\n
6623                                                                                                            - Paragon Beverage Advisors LLC \n\n\n\n\n\n\n- Penny Pennington and Mike Fidler\n\n\n\n\n\n\n- @RubinBrown \n\n\n\n\n\n\n- @WellsFargo \n\n\n\n\n\n\nThis event would… https://t.co/R0YQyPMJtx\n\n
6624                                                                                                                                                                       RT @jess0426cp: @Disney @shopDisney Actually, my Halloween costume is waiting in Club Penguin Island #SaveCPI #SaveClubPenguinIsland\n\n
6625                                                                                                                                                                                                                             RT @Walmart: @IAmGodwin Burn rubber to Walmart before they're gone, Kevin! 🏎🏁\n\n
6626                                                                                                                                                                               Why @McDonalds have stopped the sundae I never know, best dessert on the menu #mcflurryssuck except the raspberry flake one!\n\n
6627                                                                                                                              We need to see Fabien and Minos Noir ride again! Versailles needs a season 4. \n\n\n\n\n\n\n@netflix\n\n\n\n\n\n\n@canalplus\n\n\n\n\n\n\n@ovationtv… https://t.co/tKI3a2jMrk\n\n
6628                                                                                                                                                                                                                                    Who scared this poor @ASOS model?!\n\n\n\n\n\n\nhttps://t.co/9jFvDllnwm\n\n
6629                                                                                                                                                                @UPS I paid to have a package delivered Sept 10th.  It was returned to me SATURDAY, almost 20 days later, claiming… https://t.co/KyZw7DzGjZ\n\n
6630                                                                                                                                                            Kat: Lots of SPOOKY stuff coming to @netflix, @CraveTVCanada + @PrimeVideo this month!! 🎃🙌\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/clKD4aAHR7\n\n
6631                                                                                                                                                                    RT @JackPosobiec: “Captain America claims black man can’t read” \n\n\n\n\n\n\n\n\n\n\n\n\n\nMore @Disney values https://t.co/Mf87ieuTqd\n\n
6632                                                                                                           RT @todd_harrison: I don’t do @Starbucks very often but as there’s one under our office I sometimes indulge.  \n\n\n\n\n\n\n\n\n\n\n\n\n\nJust now:\n\n\n\n\n\n\n\n\n\n\n\n\n\nMe, after paying…\n\n
6633                                                                                                                                                       @CannibalQueen21 @Apple Yeah I feel dumb now.\n\n\n\n\n\n\nTo be fair I thought it would be in the fruits and veggies not with the regular emojis :(\n\n
6634                                                                                                                                                               @UPS no one contacts me all weekend. I'm still waiting on hearing about being compensated for my time, milage, frus… https://t.co/flpVHaDmSJ\n\n
6635                                                                                                                                                               RT @renniksn: In case you missed the @salesforce  @Pardot B2B Marketing Keynote @Dreamforce with @ssgg127 of @lyft, @nking of @VMware and o…\n\n
6636                                                                                                                                                               RT @jpolakis: Given the scale and severity of the @facebook breach, I’ll share some thoughts based on our recent @USENIXSecurity paper with…\n\n
6637                                                                                                                                                               @McDonalds new glazed tenders...smh they want 15$ and they can't glaze tenders..do everything your best, and nobody… https://t.co/7vP2zpmfFf\n\n
6638                                                                                                                                                                    RT @JackPosobiec: “Captain America claims black man can’t read” \n\n\n\n\n\n\n\n\n\n\n\n\n\nMore @Disney values https://t.co/Mf87ieuTqd\n\n
6639                                                                                                                                                                                                RT @Reuters: Whereabouts of more than 1,200 Missouri sex offenders unknown: auditor https://t.co/kt5FSB18hT\n\n
6640                                                                                                                                                                                                                                                 @eaxford @HotDate @netflix @chmurph CONGRATS, YOU GUYS!!!!\n\n
6641                                                                                                                                                           @ASOS bit of a joke now, ordered stuff a week ago got completely the wrong thing &amp; one of the jumpers had a hole in… https://t.co/aULf58dT1b\n\n
6642                                                                                                                        RT @Bosslogic: Marvel's Night Nurse (only on Disney Play)\n\n\n\n\n\n\n"sometimes heroes need saving" @rosariodawson\n\n\n\n\n\n\n\n\n\n\n\n\n\nThink about if @Disney you can hav…\n\n
6643                                                                                                                                                               RT @jpolakis: Given the scale and severity of the @facebook breach, I’ll share some thoughts based on our recent @USENIXSecurity paper with…\n\n
6644                                                                                                                                                 RT @PositivelyJoan: RT🍂@rosevine3\n\n\n\n\n\n\nTell @KelloggsUS We Consumers Demand To Know What Is In Our Food By Boycotting All Their Products @TheGOP…\n\n
6645                                                                                                           RT @stylezpromo: Ready to be #HappyTogether with us?\n\n\n\n\n\n\n\n\n\n\n\n\n\nTune into watch the premiere of @happytogether on @CBS at 8:30/7:30c TODAY! \n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's s…\n\n
6646                                                                                                                                                                              Check out SCUDERIA FERRARI Scuderia - hair and body wash, shower gel - 400 ml / 13.5 fl oz  https://t.co/cTANFRM0J7 via @eBay\n\n
6647                                                                                                                                                                       #Amazon customers: Save $5 on your #Marvel's #Venom tickets.  Click below to save. \n\n\n\n\n\n\nhttps://t.co/6L8Bv1NRuZ via @amazon\n\n
6648                                                                                                                                                                                                                                          RT @Aspiration: First place, @WellsFargo. https://t.co/JaOr6Qk0YL\n\n
6649                                                                                                                                                                                        RT @Apple: @Booda646 The all-new iPhone XS, iPhone XS Max, iPhone XR and Apple Watch Series 4 are here. #AppleEvent\n\n
6650                                                                                                                                                               RT @kyletwebster: If you missed the news, @Adobe partnered with the wonderful @mrjakeparker for an #inktober promo during @adobemax . And I…\n\n
6651                                                                                                                                                               RT @GlobalSemi: Sumit Gupta @SumitGup, VP of HPC, AI and Machine Learning at @IBM Deep learning and machine learning are driving creation o…\n\n
6652                                                                                                                                                               RT @hannover_messe: For @KlausHelmrich , managing board member at @Siemens AG, industrial pioneers are essential to #business success. Find…\n\n
6653                                                                                                                                                               @newtgingrich @facebook Your back room nomination, and hidding papers, ignoring lies during testimony and rapid plo… https://t.co/KJVRmC7p1J\n\n
6654                                                                                                                                                                New blog post from @Sony posted on https://t.co/EgfPChAALl "Hi-res audio now on Xperia XA2 and XA2 Ultra handsets"… https://t.co/ZlCWNWUrC5\n\n
6655                                                                                                                                                                  Ed Metzger, head of innovation at eurozone's largest bank @bancosantander, takes the stage to discuss One Pay FX… https://t.co/TwxwZ9OWEI\n\n
6656                                                                                                                                                               RT @coindesk: Ed Metzger, head of innovation at eurozone's largest bank @bancosantander, takes the stage to discuss One Pay FX #SwellbyRipp…\n\n
6657                                                                                                                                                               RT @Ubisoft: We're excited to be teaming up with @Google for Project Stream, an exclusive test that will enable participants to play #Assas…\n\n
6658                                                                                                                                                  RT @RandomExplore: @Starbucks #InclusiveCapitalism #CapitalismWithHeart\n\n\n\n\n\n\nPlease hold your supplier like @darigold responsible for their beha…\n\n
6659                                                                                                                                                       @Apple Like You Don’t EvenHave More Then 7 On Front Camera?,&amp;The Screen OLEd Irritates My Skin,&amp;Eyes,You Could’ve M… https://t.co/wzWcViEov5\n\n
6660                                                                                                                                                      RT @TheKeyStages: Who wants to #win a £25 @hm #voucher? 😁 Follow us, RT, Comment &amp; tell us in less than 10 words why you should win! Like &amp;…\n\n
6661                                                                                                                                                               RT @kyletwebster: If you missed the news, @Adobe partnered with the wonderful @mrjakeparker for an #inktober promo during @adobemax . And I…\n\n
6662                                                                                                                                                               #motivation check out Liquid Silver Plating System, Silverware Kit, Medallion Brand - New #MedalllionBrand https://t.co/wt1w2mmMV2 via @eBay\n\n
6663                                                                                                                                                               RT @kyletwebster: If you missed the news, @Adobe partnered with the wonderful @mrjakeparker for an #inktober promo during @adobemax . And I…\n\n
6664                                                                                                                                                           RT @darkcrystal: Join us at #NYCC this Friday, October 5th for a first look at The Dark Crystal: Age of Resistance during the @netflix &amp; Ch…\n\n
6665                                                                                                                                                                                                           RT @Reuters: One year later, Las Vegas honors 58 killed in mass shooting https://t.co/Lil4rpOfl4\n\n
6666                                                                                                                                            .@Disney's \n\n\n\n\n\n\nWalt Disney Pictures joins @Sony\n\n\n\n\n\n\n@UniversalPics and @WarnerBrosEnt by signing deal with @MovioHQ… https://t.co/GNdbI31bSC\n\n
6667                                                                                                                                      When you ordered something on @amazon #prime and @ups isn't on the schedule.... 😥😅\n\n\n\n\n\n\n\n\n\n\n\n\n\n#twitch #streamer #pandasquad https://t.co/dNm1w4mXzs\n\n
6668                                                                                                                                                               RT @kyletwebster: If you missed the news, @Adobe partnered with the wonderful @mrjakeparker for an #inktober promo during @adobemax . And I…\n\n
6669                                                                                                                                                               RT @Ubisoft: We're excited to be teaming up with @Google for Project Stream, an exclusive test that will enable participants to play #Assas…\n\n
6670                                                                                                                                                                                                                                        @GatenM123 @verizon i'm proud of you, i mean.. really, really proud\n\n
6671                                                                                                                                                                                                                 @Starbucks Pumpkin spice is worth the price, it takes my taste buds to paradise! ☺️🍁✊🏽☕️\n\n
6672                                                                                                                                                                                                    RT @Reuters: North, South Korea begin removing landmines along fortified border https://t.co/Popnm8I9N5\n\n
6673                                                                                                                                                               RT @slpng_giants: Hey @Microsoft and @satyanadella, are you still okay materially supporting the agency responsible for the internment of 1…\n\n
6674                                                                                                                                                                     @CVSHealth the smell in the restroom at 3001 Lauderdale in Richmond VA is repulsive.  So much for CVS "Health" https://t.co/dwRoKjIfh3\n\n
6675                                                                                                                                                                                        RT @herbalgirl98: Check out 3" COLLECTIBLE TOBACCO PIPE- GLASS HAND SMOKING BOWL PIPE https://t.co/Ix5lYBodol @eBay\n\n
6676                                                                                                                                                                                                                             @AntiquarianMuse @Reuters @ReutersOpinion @hcoster And you as well, pinhead #2\n\n
6677                                                                                                                                                                                                People often ask me "What does @IBM do?" This is what @ConanOBrien thinks we do.... https://t.co/9aqSJypTzD\n\n
6678                                                                                                                                     @facebook @facebook is the most male chauvinist social media EVER!\n\n\n\n\n\n\n\n\n\n\n\n\n\nEVERYDAY there's some guys posting bullshit aga… https://t.co/2INtFewWGY\n\n
6679                                                                                                                                                                                    @McDonalds How about asking instead, "Would you prefer a Transformers or My Little Pony toy?" and let the child decide?\n\n
6680                                                                                                                                                                                   Go watch @netflix #HoldTheDark, you won’t regret the choice. It’s a perfect choice to start #October for #31DaysofHorror\n\n
6681                                                                                                                         @NASA @JZK60 @YouTube @facebook Hold on don't these count?\n\n\n\n\n\n\nfirst satellite\n\n\n\n\n\n\nfirst animal in Earth orbit\n\n\n\n\n\n\nfirst human… https://t.co/8wm8eyqRqo\n\n
6682                                                                                                                                                               @GOPoversight @GOP @Google Google your run by a Russian, you censor speech for China and US citizens so your the te… https://t.co/npnyAeJNkJ\n\n
6683                                                                                                                                                               RT @Reuters: Bagpipes at dawn mark the Las Vegas shooting’s one year anniversary, which killed 58 people and injured hundreds more https://…\n\n
6684                                                                                                                                                               RT @kathygriffin: B) This is not the way I want to do it. I'd rather have a deal with @Netflix @Apple @HBO, but despite the fact that I hol…\n\n
6685                                                                                                                                                               RT @Reuters: Bagpipes at dawn mark the Las Vegas shooting’s one year anniversary, which killed 58 people and injured hundreds more https://…\n\n
6686                                                                                                                                                               RT @MillieCordelia: @warnerbrostv @TheDCUniverse @netflix @hulu @TheCW @AmazonStudios @WarnerBrosEnt #SaveGotham #PickUpGotham Yes, we're p…\n\n
6687                                                                                                                                                               RT @PaceRappaport: Check out metaljef s profile on @eBay, and see their favorite finds and more: https://t.co/QayWg5pbG5 #shopsmall #Family…\n\n
6688                                                                                                                                                               RT @Reuters: Bagpipes at dawn mark the Las Vegas shooting’s one year anniversary, which killed 58 people and injured hundreds more https://…\n\n
6689                                                                                                                                                   RT @VisitNearMe: Barcelona | Top sights | Most popular Barcelona-area attractions | Touring Bird | Google | @Google\n\n\n\n\n\n\nhttps://t.co/lKKGRO18fm\n\n
6690                                                                                              mwells\n\n\n\n\n\n\n@biznewsarticle\n\n\n\n\n\n\nBiz News Articles\n\n\n\n\n\n\nHouston, TX\n\n\n\n\n\n\nhttps://t.co/njyddtbAPL…  @Google @GooglePlus \n\n\n\n\n\n\nJoined December… https://t.co/L617LTNMAl\n\n
6691                                                                                                                                                               RT @Reuters: Bagpipes at dawn mark the Las Vegas shooting’s one year anniversary, which killed 58 people and injured hundreds more https://…\n\n
6692                                                                                                                                                                    RT @JackPosobiec: “Captain America claims black man can’t read” \n\n\n\n\n\n\n\n\n\n\n\n\n\nMore @Disney values https://t.co/Mf87ieuTqd\n\n
6693                                                                                                                                                                RT @sternentreue_: Bruce Wayne's story isn't over, Gotham deserves more seasons ❤ please #SaveGotham #pickupgotham @netflix @TheDCUniverse…\n\n
6694                                                                                                                                     RT @JoeGibbsRacing: Our award winning hauler drivers arrived safely back from the #ROVAL! \n\n\n\n\n\n\n\n\n\n\n\n\n\n@FedEx @mmschocolate @LenoxTools @Resers https:…\n\n
6695                                                                                                                                                                                                                                               Earlier (at @Walmart in Shelton, CT) https://t.co/rdMq77IM2b\n\n
6696                                                                                                                                                               RT @Viacom: With #GenZ set to outnumber millennials by 2019, it's critical that advertisers, marketers and brands understand teen audiences…\n\n
6697                                                                                                                                                                                      Check out Bulk,Dinner/Wedding Disposable Plastic Plates/silverware,white/swirl gold rim https://t.co/NQjDqNRnOT @eBay\n\n
6698                                                                                                                        2019 #Oscars Foreign Lang subs avail @amazon:\n\n\n\n\n\n\nEuthanizer -(Finland)\n\n\n\n\n\n\nOperation Red Sea -(Hong Kong)\n\n\n\n\n\n\nGutland -(Luxemb… https://t.co/rMfJCWQsnA\n\n
6699                                                                                                                                                                        @Qandew @rory_more @Siemens I know exactly who has influenced the world oligarchy into this agenda... And what their "idealism" is.\n\n
6700                                                                                                                                                                                       @themahler @netflix @Daredevil Just started @MarvelIronFist season 2 this morning, did you watch it yet and like it?\n\n
6701                                                                                                                                                                                                                                 @McDonalds How about #frenchfries that taste like potatoes? Crazy, I know!\n\n
6702                                                                                                                                     RT @Lyattverse34: Did I hear a #LyattWeek spiral ? #Timeless @Sony \n\n\n\n\n\n\n\n\n\n\n\n\n\nLet start out with our theme for today growing feelings. https://t.co/…\n\n
6703                                                                                                                                                                                  I have just listed: 'The Very Best of The Doors (Ltd Edt - 2CD &amp; DVD)', for 35.95 via @amazon https://t.co/LenGeMajFT\n\n
6704                                                                                                                                                                RT @Saab: Thank you @Boeing for a fantastic cooperation – T-X is a result of great team work, innovation and expertise. We are proud to be…\n\n
6705                                                                                                                                                               RT @Reuters: Bagpipes at dawn mark the Las Vegas shooting’s one year anniversary, which killed 58 people and injured hundreds more https://…\n\n
6706                                                                                                                                                                                         RT @ClaireK98273059: If you've never accidentally choked on a @McDonalds Chick Mcnugget cuz you was starving, WYD?\n\n
6707                                                                                                                                                                                    Check out Body Language Paris Woman's Blue Tank Top, Size L NWT #ParisBlues #TankCami https://t.co/IGd5vCGqW7 via @eBay\n\n
6708                                                                                                                                                                                                                       "pilot"  — I'm watching FBI #FBI @CBS via @TelfieApp #Telfie https://t.co/ed82Da51Gd\n\n
6709                                                                                                                                     RT @Tesco: At Tesco, we have no time for waste. \n\n\n\n\n\n\n\n\n\n\n\n\n\nFind out more about our initiatives to reduce #FoodWaste at https://t.co/uRuGSVLAoX https…\n\n
6710                                                                                                                                                               RT @McDonalds: We’re excited to announce our classic burgers have no artificial preservatives, no artificial flavors and no added colors fr…\n\n
6711                                                                                                                                                  RT @MadeleineLEngle: Dear ones, @ava 's adaptation of @WrinkleInTime is on @netflix . Trust Meg.\n\n\n\n\n\n\n#madeleinelengle #wrinkleintime #awrinklei…\n\n
6712                                                                                                                                                                                      Check out "RELIC" Ceramic Vessel by Tatiana Hunter  DC Albuquerque 23K Gold Glaze 1990s https://t.co/cmVVYpIPmj @eBay\n\n
6713                                                                                                                                                  Retweet if you‘re a fan of @USA_Network’s White Collar and want  @netflix to keep it for available to stream! \n\n\n\n\n\n\nHelp… https://t.co/IMfxAHX0eK\n\n
6714                                                                                                                                                                                                               RT @AmyBethIrving: Why is EVERYTHING on @ASOS  always out of stock in sizes 6, 8 and 10 😩😡\n\n
6715                                                                                                                                                               RT @MorganStanley: Children who have savings accounts in their own name are more likely to develop the habit of saving money as adults, res…\n\n
6716                                                                                                                                                               RT @slpng_giants: Hey @Microsoft and @satyanadella, are you still okay materially supporting the agency responsible for the internment of 1…\n\n
6717                                                                                                                                                               RT @IBMWatson: In an op-ed by @tomfriedman in @nytimes, @IBM CEO Ginni Rometty says 100% of jobs will be augmented by #AI. Read more: https…\n\n
6718                                                                                                                                                                    #Electric Vehicle market expands to include more #luxury models. @MercedesBenz joins @Audi, @BMW, @Jaguar, and… https://t.co/I0rhH1bBQc\n\n
6719                                                                                                                                                                           Check out NEW #1/8" .125" 4 Flute END MILL CARBIDE End Mill 5-pack 1/2 LOC Haas CNC AlTiN #SJS https://t.co/x6MBH31IBK via @eBay\n\n
6720                                                                                                                                                               RT @MorganStanley: Children who have savings accounts in their own name are more likely to develop the habit of saving money as adults, res…\n\n
6721                                                                                                                                                               RT @F_Trudeau_F: #PETF is very proud to have the support of @Google, the Foundation’s newest sponsor, helping drive Inclusive Excellence an…\n\n
6722                                                                                                                                                                                 #knit Liqui Sew Adhesive Kit for Permanent Bond of Fabrics, Leather, Press On Patch... https://t.co/7xYqBxKa9A via @amazon\n\n
6723                                                                                                                                                   @Ford happy 100 years, Rouge Plant!  \n\n\n\n\n\n\n#detroit #PureMichigan #drone #droneshows #fireflydroneshows #ford #100years… https://t.co/eLEJYyUqmr\n\n
6724                                                                                                                                                               RT @Disney: "You can decide how you want the story to end.” See Disney's @TheNutcracker and the Four Realms in theaters November 2. #Disney…\n\n
6725                                                                                                                                                               RT @Disney: "You can decide how you want the story to end.” See Disney's @TheNutcracker and the Four Realms in theaters November 2. #Disney…\n\n
6726                                                                                                                          RT @Google: 🚛 🚗 🚐 🚕 🚙 😬 🚗 🚒 🚌 🚕 🚚\n\n\n\n\n\n\n\n\n\n\n\n\n\nTake control of your commute with new features on @googlemaps that help you plan ahead, avoid disruption…\n\n
6727                                                                                                                                                                   Why does @amazon  or @SamsungMobile  want permission to go through my photo's and contacts and messages, when I… https://t.co/g1Jr2W07XF\n\n
6728                                                                                                                                                               RT @Reuters: Two @Reuters journalists have been detained in Myanmar since Dec. 12, 2017. See our coverage of the case: https://t.co/7Qbz1yQ…\n\n
6729                                                                                                           RT @stylezpromo: Ready to be #HappyTogether with us?\n\n\n\n\n\n\n\n\n\n\n\n\n\nTune into watch the premiere of @happytogether on @CBS at 8:30/7:30c TODAY! \n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's s…\n\n
6730                                                                                                                                                                                                          NO, you can’t replace the iconic car 😢@CTV @CBS @MagnumPICBS #tomselleck https://t.co/wMemm6V5Jo\n\n
6731                                                                                                                                                           RT @IinspiredI: #Disappointed with @Apple , My iPhone 4S has an activation lock on it &amp; even with all of the info I've given them, it appea…\n\n
6732                                                                                                                                                               RT @Disney: "You can decide how you want the story to end.” See Disney's @TheNutcracker and the Four Realms in theaters November 2. #Disney…\n\n
6733                                                                                                                                                               RT @newtgingrich: As I discussed on @facebook this morning, the Left's bullying is destroying America. Is this really the future we want? W…\n\n
6734                                                                                                                                                                                                                      @Maxsterling811 @DDsulzbach @Sony I get why people don’t like it though, I really do.\n\n
6735                                                                                                                                                               @McDonalds why is it here lately that when I go to you’re company, y’all always screw up my damn order? I’m about t… https://t.co/W27ZMj7Gqo\n\n
6736                                                                                                                                    RT @Greenpeace: Left or right? 🤔\n\n\n\n\n\n\nRT if you think brands like @Colgate, @Dove and @Ritzcrackers should #DropDirtyPalmOil\n\n\n\n\n\n\nhttps://t.co/nNqHZC…\n\n
6737                                                                                                                                                               RT @newtgingrich: As I discussed on @facebook this morning, the Left's bullying is destroying America. Is this really the future we want? W…\n\n
6738                                                                                                                                                                                           From a business standpoint, it hurts your value proposition. The convenience level is dropping to a 0 @McDonalds\n\n
6739                                                                                                                                                               Thank you Soso for inspiring women to become leaders of today. With the help of @Cisco and @glblctzn, anything is p… https://t.co/HIsf80NE26\n\n
6740                                                                                                                                                               RT @newtgingrich: As I discussed on @facebook this morning, the Left's bullying is destroying America. Is this really the future we want? W…\n\n
6741                                                                                                                                                               RT @newtgingrich: As I discussed on @facebook this morning, the Left's bullying is destroying America. Is this really the future we want? W…\n\n
6742                                                                                                                                                                              RT @54pesosSODMG: @Apple how about a commercial where E.T\n\n\n\n\n\n\nPicks up the new iPhone and calls home? @DrewBarrymore\n\n
6743                                                                                                                                                                               @Bzzjr @generalelectric I suggest splitting $GE into 5 companies: Health, Transportation, Aviation, Baker Hughes, and Other.\n\n
6744                                                                                                                                     RT @Google: “We need to take a different approach to computer security that doesn’t feel like playing whack-o-mole.”\n\n\n\n\n\n\n\n\n\n\n\n\n\nChrome Director of En…\n\n
6745                                                                                                                                                                                                     I just listed: 'Democracy: An American Novel (Meridian)', for 7.50 via @amazon https://t.co/mSEBzlpuFs\n\n
6746                                                                                                                                                                                                         Dealing with the Valleys,\n\n\n\n\n\n\nPay no 'tention to the Hills.\n\n\n\n\n\n\n-Quincy @netflix\n\n
6747                                                                                                                                                                                                 @TheNeighborhood @CedEntertainer @iamgreenfield @CBS I watched the first episode tonight , it was horrible\n\n
6748                                                                                                                                                               RT @MikeFeibus: This is not a #PC wrapped in leather. This is a PC made of leather, sez @HP at #spectre folio reveal. Nice. #ThePCReinvente…\n\n
6749                                                                                              @Google ASHUTOSH MISHRA\n\n\n\n\n\n\n@jsg_ashu\n\n\n\n\n\n\n·\n\n\n\n\n\n\n1m\n\n\n\n\n\n\n@sundarpichai\n\n\n\n\n\n\nSir it is 6.55 AM in india and google has not made doodle on o… https://t.co/WFao0oMtIH\n\n
6750                                                                                                                                                                                                    RT @slymmpickens: @Reuters "let's keep NAFTA but give it a new name to keep the crazy buffoon placated"\n\n
6751                                                                                                           Beautiful ad. Nike nails it again! \n\n\n\n\n\n\n\n\n\n\n\n\n\n .@TatyanaMcFadden is an amazing athlete.\n\n\n\n\n\n\n\n\n\n\n\n\n\nKudos @Nike @NikeRunning. It's hard… https://t.co/q5I38XG0Ci\n\n
6752                                                                                                                                                                @WHMOTO @Reuters The injustice is what's being done to Kavanaugh. Even the sex crimes prosecutor Mitchell, who was… https://t.co/9XHPqDWJnj\n\n
6753                                                                                                                   @Nike is getting props for its Kaepernick ad-\n\n\n\n\n\n\n\n\n\n\n\n\n\nBut who is it donating money to? \n\n\n\n\n\n\n\n\n\n\n\n\n\n#Hardball #Inners #Maddow… https://t.co/Nym1GPDsBQ\n\n
6754                                                                                                                                                               RT @tech2eets: #ICYMI - @Apple #iPhoneXS and XS Max users claim that unless they wake their device by tapping on it, or unplug and replug t…\n\n
6755                                                                                                                                                               RT @newtgingrich: As I discussed on @facebook this morning, the Left's bullying is destroying America. Is this really the future we want? W…\n\n
6756                                                                                                                                                     RT @Missy_Poison1: Check out 50 Pumpkin &amp; Ginger Spice Wax Melts, Halloween &amp; Christmas Home &amp; Candle Scents https://t.co/uIwWSUpgYd @eBay\n\n
6757                                                                                                                                                                                                        Check out Brioni Men's Tie 60/3.5" #Brioni #Tie https://t.co/AbU4BpYBYd via @eBay #thediscountstore\n\n
6758                                                                                                                                                      RT @LSUsports: Hustle is the theme of this week's #LSU Top Plays! @Nissan\n\n\n\n\n\n\n@LSUFootball @LSUvolleyball @LSUsoccer https://t.co/l62Z6GvF8X\n\n
6759                                                                                                                                     RT @Google: "At Google, accessibility is everyone’s responsibility."\n\n\n\n\n\n\n\n\n\n\n\n\n\nTo mark #DisabilityAwarenessMonth, see the different ways our Central…\n\n
6760                                                                                                                                     @Harvard @ReutersScience @Reuters \n\n\n\n\n\n\n\n\n\n\n\n\n\nAbsolute firm opinion as a biologist -- his body language give it all away .. [… https://t.co/F2vCV2zz49\n\n
6761                                                                                                                                                                                                                  RT @smenon24: @Ripple @bancosantander Hot airdrop!👇\n\n\n\n\n\n\nhttps://t.co/wYYatIMohD\n\n
6762                                                                                                                                                  RT @Neraksel: You ruined years of smart planning and a positive message in seconds. Nice going, @Disney @RobertIger \n\n\n\n\n\n\n#RehireJamesGunn #ISta…\n\n
6763                                Time to #boycott\n\n\n\n\n\n\n@MrPeanut\n\n\n\n\n\n\n@KraftBrand\n\n\n\n\n\n\n@Nestle\n\n\n\n\n\n\n@Duracell\n\n\n\n\n\n\n@Bayer\n\n\n\n\n\n\n@MonsantoBioAg\n\n\n\n\n\n\n@oscarmayer\n\n\n\n\n\n\n@Honda\n\n\n\n\n\n\n@Acura\n\n\n\n\n\n\n@Toyota… https://t.co/Uj7WKTHHUd\n\n
6764                                                                                                                                                      RT @Samsung: What’s the script behind the S Pen innovation? Our engineers reveal their secrets here #GalaxyNote9\n\n\n\n\n\n\nhttps://t.co/bG67OpJhup\n\n
6765                                                                                                                                                             RT @FinishLine: The @Nike Air Force 1 LV8 Utility Is Now Available:\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/wLHNu5CJBB https://t.co/Adg41iF2dR\n\n
6766                                                                                                                                                                                       Check out OHIO STATE BUCKEYES  -12" WALL CLOCK LAMINATED FACE NEW  FREE PRIORITY   https://t.co/3cu8YJA93d via @eBay\n\n
6767                                                                                                                                                                                          RT @epiphanyfinds: Check out Dakin Vintage 1989 Koala Bear 10" Plush Stuffed Animal https://t.co/DwLZD6C4WT @eBay\n\n
6768                                                                                                                                                            While watch the @quincydjones doc on @netflix, I wanted to see if his home was still up &amp; unfortunately it’s gone.… https://t.co/HEeuRZ7UkN\n\n
6769                                                                                                                                                                                        RT @beaubeom: @adidas just make GOT7 promote for you globally. The group is an international group, not just local.\n\n
6770                                                                                                                                                                                                                                       My game face is ready!\n\n\n\n\n\n\n#FeedYourFandomEntry @KelloggsUS\n\n
6771                                                                                                                                                               RT @newtgingrich: As I discussed on @facebook this morning, the Left's bullying is destroying America. Is this really the future we want? W…\n\n
6772                                                                                                                                                                        See what I m up to on @eBay! View my profile to see my favourite finds and more: https://t.co/eoYvZMSdlg via @eBay\n\n\n\n\n\n\ngh4\n\n
6773                                                                                                                                                               RT @kevinfolta: Got a @netflix trial subscription just to see @CaulfieldTim 's new series.  Incredible, necessary, and worth the full subsc…\n\n
6774                                                                                                                                                                The more @Google embraces the social justice, the more bearish I am becoming on that stock. The stock market crash… https://t.co/Mijvoa6OBf\n\n
6775                                                                                                                                                                                                                        @randomgotham @Starbucks @NY1 Truth!  Been Gold since 2007 ;\n\n\n\n\n\n\n#platinum\n\n
6776                                                                                                                                                                                                                                               @andreasavage @netflix @truTV The unbleeped version, I hope?\n\n
6777                                                                                                                                                                       Check out Victoria's Secret Loose Fit Gray Tank Top "He Sees You When UR Tweeting" size L #TankTop https://t.co/YJ0iuAZesc via @eBay\n\n
6778                                                                                                                                                               RT @Ubisoft: We're excited to be teaming up with @Google for Project Stream, an exclusive test that will enable participants to play #Assas…\n\n
6779                                                                                                                        RT @DeborahAnnWoll: 18 DAYS until @daredevil Season 3!!! October 29th on @netflix !! \n\n\n\n\n\n\n\n\n\n\n\n\n\nThese are stills from S1E6 Condemned \n\n\n\n\n\n\nRT https://t.c…\n\n
6780                                                                                                                                                                              Check out Curries from the Sultan's Kitchen By Doris M Ady 1973 India, Pakistan,Burma, Cey  https://t.co/d0NwJKc9mJ via @eBay\n\n
6781                                                                                                                                                               @amazon @OriginalFunko what happened with the MCC Venom box? The decal is super small, the box is tiny with no prot… https://t.co/SODLPQfwDY\n\n
6782                                                                                                                                                  RT @AnnastaciaMP: I’m opening the new @CocaCola factory at Richlands! This is a $165 million vote of confidence in #Queensland. #qldpol\n\n\n\n\n\n\n#ex…\n\n
6783                                                                                                                                                                                                                               @TataSky @Sony @TataSky even you don't think, you should give reply on this?\n\n
6784                                                                                                                                                                                  RT @JacquieHill2: #TheNeighborhood has meet weak @CedEntertainer ,@TichinaArnold  I have me fav. show for Monday on @CBS.\n\n
6785                                                                                                                                                               RT @newtgingrich: As I discussed on @facebook this morning, the Left's bullying is destroying America. Is this really the future we want? W…\n\n
6786                                                                                                           RT @lonely_queen: @riseoncrack @nbc @netflix @hulu Francis: Hamilton\n\n\n\n\n\n\n\n\n\n\n\n\n\nCheryl: some character from Hamilton too\n\n\n\n\n\n\n\n\n\n\n\n\n\nJolene: one of the Heathers…\n\n
6787                                                                                                                                                                                                      RT @Rezeed: Seriously, @NintendoAmerica @Sony you may want to look into this. https://t.co/qANIKe8Tse\n\n
6788                                                                                                                                                               RT @MorganStanley: Children who have savings accounts in their own name are more likely to develop the habit of saving money as adults, res…\n\n
6789                                                                                                                                                                           Congratulations @Apple, \n\n\n\n\n\n\nYou have finally arrived. \n\n\n\n\n\n\n\n\n\n\n\n\n\nRegards, \n\n\n\n\n\n\n@googlechrome\n\n
6790                                                                                                                                                                RT @Saab: Thank you @Boeing for a fantastic cooperation – T-X is a result of great team work, innovation and expertise. We are proud to be…\n\n
6791                                                                             RT @RHOAZON: J-3\n\n\n\n\n\n\n#TheManInTheHighCastle\n\n\n\n\n\n\nS03E01\n\n\n\n\n\n\nNow More Than Ever. We Care About You \n\n\n\n\n\n\n@amazon\n\n\n\n\n\n\nOthers tv series dates \n\n\n\n\n\n\n⤵️⤵️⤵️⤵️⤵️⤵️⤵️⤵️⤵️\n\n\n\n\n\n\nht…\n\n
6792                                                                                                                                                                                    @annecurtissmith @netflix Riverdale #TVSeries or \n\n\n\n\n\n\nSierra burgess is loser #Movie 💖 Ms @annecurtissmith 😁\n\n
6793                                                                                                                                                                               RT @RedPillBlackMan: Lol! Liberals, please, don't drink liquor and preach @CocaCola @danarel @Xiaxue https://t.co/uiayHhdMg6\n\n
6794                                                                                                                                                                                       RT @MosagaduBabu: From @WhatsApp groups to @facebook.\n\n\n\n\n\n\nYellow Congress in lit... https://t.co/R8gBc6kZCE\n\n
6795                                                                                                                                                                                                 @sonofarinze @NeoIghodaro @Apple No need for that, apple fan boys know it's a fact and it's annoying af!!!\n\n
6796                                                                                                                                                               Thank you Soso for inspiring women to become leaders of today. With the help of @Cisco and @glblctzn, anything is p… https://t.co/YzQGlLRsfK\n\n
6797                                                                                                                                                               RT @AdamTheRedBaron: @Ryanair Unless, of course Ryanair DOES have permission from those in the video, because they are actually actors stag…\n\n
6798                                                                                              RT @DOMtheB0MB: Dear @Apple \n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease change the button on FaceTime to flip your camera to where the f*ck it was before!\n\n\n\n\n\n\n\n\n\n\n\n\n\nSincerely,\n\n\n\n\n\n\nEvery s…\n\n
6799                                                                                                                                                               RT @m_somekh: The @facebook #AI research center in Paris, leaded by Antoine Bordes, is the worldwide biggest one for #Facebook... demonstra…\n\n
6800                                                                                                                                     RT @mishazelinsky: BREAKING: BP has filed to terminate its agreement with @AWUnion members at the Kwinana oil refinery.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@BP_plc use OUR oi…\n\n
6801                                                                                                                                                                RT @GeorgeMonbiot: Given that @facebook has deleted the film I made with @DoubleDownNews, without explanation or a right of appeal, please…\n\n
6802                                                                                                                                                               RT @JoeBarri: Dear @NBC, @CBS, @CNN, @MSNBC, @FuxNews, @PBS: I have this serious problem. Every time I see Trump's face on TV, I have an al…\n\n
6803                                                                                                                              RT @Nissan: Wheels are spinning. #WheelWednesday \n\n\n\n\n\n\n#R35 #OMGTR #NissanGTR \n\n\n\n\n\n\n📷: richardmasonhughes \n\n\n\n\n\n\n🚗: r35queen https://t.co/lxbd3r1Kx5\n\n
6804                                                                                                                                                               So we have a @Tesco delivery and you as we like the kids to stay healthy got some raspberrys, all good, except they… https://t.co/67gTywckN2\n\n
6805                                                                                                                                                                           RT @ICC: Catch up with what happened when the #CWCTrophyTour, driven by @Nissan, came to Pakistan! 🇵🇰 🏆 https://t.co/d8vRGdM0jl\n\n
6806                                                                                                                                                                @sidmishra15 @bookingcom Hi Siddharth, we would like to inform you that you can pay@hotel as per your convenience.… https://t.co/Y3zFk2TZEl\n\n
6807                                                                                                                                                               RT @mpi_digital: I enjoy creating new ideas, working on new creative projects. @PaulGAllen cc @Microsoft @Windows @BillGates @Seahawks @NFL…\n\n
6808                                                                                              RT @DOMtheB0MB: Dear @Apple \n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease change the button on FaceTime to flip your camera to where the f*ck it was before!\n\n\n\n\n\n\n\n\n\n\n\n\n\nSincerely,\n\n\n\n\n\n\nEvery s…\n\n
6809                                                                                                                                                               Thank you Soso for inspiring women to become leaders of today. With the help of @Cisco and @glblctzn, anything is p… https://t.co/q4PigrcGAP\n\n
6810                                                                                                                                                                                                                                @vickybunnyangel @netflix I am the same! No need to go there, I’m good. Lol\n\n
6811                                                                                                                                                               RT @CharlotteSC2: ‘Paris is not a race to renewables, it’s a race to bring emissions down’. Learning a lot listening to @BP_plc CEO Bob Dud…\n\n
6812                                                                                                                                                                RT @GeorgeMonbiot: Given that @facebook has deleted the film I made with @DoubleDownNews, without explanation or a right of appeal, please…\n\n
6813                                                                                                                                 SNAIL MAIL!!! 🐌👻💩💀\n\n\n\n\n\n\n@amazon @AmazonHelp @AmazonUK \n\n\n\n\n\n\nIn the build up to Halloween, @amazon have decided to step up the… https://t.co/HzHddk4lsj\n\n
6814                                                                                                                                                               RT @BrianKolfage: @DonaldJTrumpJr this is why @facebook is in serious PR trouble, #liberals are now supporting me as this movement of Ameri…\n\n
6815                                                                                                                                                               @WeeOhana @Tesco @SportsDirectUK We've nearly lost a few times, wouldn't go to bed. I've had to drive to get it. It… https://t.co/vS9A9ueLd9\n\n
6816                                                                                                                                                                                                     RT @McDonalds: 🙌 $1 Deal Alert 🙌 Buy one Sandwich and get the next one for just $1, only on our App.\n\n
6817                                                                                                                                                               Happy to be serving as a mentor for an intro to #coding workshop hosted at @Microsoft Scaleup Tel Aviv in November,… https://t.co/EYWzYmHj5w\n\n
6818                                                                                                                                                            Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n\n
6819                                                                                                                                                               'Steve Wozniak, the tech entrepreneur best known as the co-founder of @Apple , has joined EQUI Global, a venture ca… https://t.co/ZN9KZyegtF\n\n
6820                                                                                                                                                               RT @Naif_alshaikh: In a professional and ethical media failure, @Reuters attributed false news to the saudi e-newspaper @sabqorg then delet…\n\n
6821                                                                                                                                                                                                                                        I'm at @Starbucks in Kuwait City, Al Asimah https://t.co/GBGzP5Grv4\n\n
6822                                                                                                                                                                        RT @kmproducts2017: BE KIND ELEPHANT T-SHIRT KnM\n\n\n\n\n\n\n#BeKind #elephant #tshirt #Amazon https://t.co/t16V91pjCi via @amazon\n\n
6823                                                                                                                                                                       Check out Elmer's Disappearing Purple School Glue, Washable, 0.24 oz. Sticks, 30 Ct. / Box #Elmers https://t.co/U8vizZ7AAv via @eBay\n\n
6824                                                                                                                                                               @ShorehamByCycle @Tesco @marksandspencer To be fair I never noticed the stands at the mouth of the Holmbush centre,… https://t.co/ibLhqxCBMN\n\n
6825                                                                                                                                              RT @buduggadu: Memory..\n\n\n\n\n\n\n#GabbarSingh\n\n\n\n\n\n\n@PawanKalyan \n\n\n\n\n\n\n#RamCharan\n\n\n\n\n\n\nThanks to @facebook https://t.co/kWzKPKHzGo\n\n
6826                                                                                                                                                           RT @Car01am: RT @garrardhayes #NEWRELEASE Vengeance, love &amp; murder #Mystery #IARTG #amwriting @amazon https://t.co/PLae8hqcSc  https://t.co…\n\n
6827                                                                                                                                                               RT @7777MYNAME: Funny when googling her all you get from @Google is the same exact story. No bio, nothing else. They don't control content?…\n\n
6828                                                                                                                                                               Thank you Soso for inspiring women to become leaders of today. With the help of @Cisco and @glblctzn, anything is p… https://t.co/qHuyUQ9Kg5\n\n
6829                                                                                                                                                               What planet are we living on where it's now okay for @Walmart to encourage adult furries to groom children (i.e. "y… https://t.co/H58nCzKm64\n\n
6830                                                                                                                                                               RT @stillgray: What planet are we living on where it's now okay for @Walmart to encourage adult furries to groom children (i.e. "younger fo…\n\n
6831                                                                                                                                                                                                                 RT @Walmart: @BlondeFoxy Mentoring fursuiters for the next generation? Nicely done, Lucky.\n\n
6832                                                                                                                                                                                                   RT @Zombie_Moth: @Walmart @BlondeFoxy LET THE PURGE\n\n\n\n\n\n\n  B  E  G  I  N https://t.co/DzvC6VkGsl\n\n
6833                                                                                                                                                                                                                                                      @Tesco lousy multigrain ,flakes ugggggggggggggggggggg\n\n
6834                                                                                                                                                                                       Hey @BMW ! This new SUV of yours, called X5... Isn't it a Toyota or Nissan with BMW badge? At least looks like that.\n\n
6835                                                                                                                        RT @DesignationSix: Here are some Fox News advertisers. They will get notifications for each LIKE RETWEET or COMMENT\n\n\n\n\n\n\n@Keurig\n\n\n\n\n\n\n@Ford\n\n\n\n\n\n\n@Lincoln…\n\n
6836                                                                                                                                                               As par of the Cyber Security Awareness Month, our very own @prendeda gave a talk last night to @PayPal 'staff on Se… https://t.co/3ZcN5VFWG9\n\n
6837                                                                                                                                                               RT @WorldBank: Missed our @facebook Live Global Voices interview with Susi Pudjiastuti, #Indonesian Minister of Maritime Affairs and Fisher…\n\n
6838                                                                                                                                                                                                                         @gal_nehal @TripAdvisor Haha. The effort was worth it na, after all. Awesome shot.\n\n
6839                                                                                                                                                              Someone found a fried Band-aid in their fries at the McDonalds in Santa Maria 😷😷\n\n\n\n\n\n\n@McDonalds #McDonalds https://t.co/6AVlkmEl1B\n\n
6840                                                                                                                                                               RT @MorganStanley: Spending in manufacturing and #IT is picking up at the same time, creating a virtuous cycle for data-era advancements wi…\n\n
6841                                                                                              RT @DOMtheB0MB: Dear @Apple \n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease change the button on FaceTime to flip your camera to where the f*ck it was before!\n\n\n\n\n\n\n\n\n\n\n\n\n\nSincerely,\n\n\n\n\n\n\nEvery s…\n\n
6842                                                                                                                                                               RT @clifgold: @alexcpelletier @intel @HP @Health_IT @Merck Great people connections made at #Connect2health @PCHAlliance . Thanks Fran, Jen…\n\n
6843                                                                                                                                                                @KylieJenner @KendallandKylie @amazon @amazonlifestyle Hi, PLEASE HELP SEND ME TO UNIVERSITY. Please click here to… https://t.co/kgZeqhazFP\n\n
6844                                                                                                                                                                              @AgentCoopr702 @Reuters The politician that had a swatzsticka in his campaign ad?\n\n\n\n\n\n\n\n\n\n\n\n\n\nYeah...real nice\n\n
6845                                                                                                                                                               Don't wait, head to @Walmart today to enter the #CollectToWin sweepstakes! Look for specially marked family size pa… https://t.co/GMNyZqP0c2\n\n
6846                                                                                              RT @DOMtheB0MB: Dear @Apple \n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease change the button on FaceTime to flip your camera to where the f*ck it was before!\n\n\n\n\n\n\n\n\n\n\n\n\n\nSincerely,\n\n\n\n\n\n\nEvery s…\n\n
6847                                                                                                                                                           RT @wfamarketers: “More than 1/2 of clients &amp; agencies believe existing agency models are not fit for purpose." Watch @Nissan CMO Roel de V…\n\n
6848                                                                                                                                                                                                           @verizon @JimmyKimmelLive Advertizing on #plaasmoorde \n\n\n\n\n\n\n\n\n\n\n\n\n\nNoted @verizon\n\n
6849                                                                                                                                     RT @Walmart: Our Radio DJs are working on some new in-store playlists...what would you like to hear while strolling down the aisle? \n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's…\n\n
6850                                                                                                                              RT @Nissan: Wheels are spinning. #WheelWednesday \n\n\n\n\n\n\n#R35 #OMGTR #NissanGTR \n\n\n\n\n\n\n📷: richardmasonhughes \n\n\n\n\n\n\n🚗: r35queen https://t.co/lxbd3r1Kx5\n\n
6851                                                                                                                                     RT @Lulaveggie: Why not LIKE my #online #craftshop on @facebook at https://t.co/xZOlgQ4Bq2\n\n\n\n\n\n\n\n\n\n\n\n\n\n#facebook #craftstore #gift #gifts #giftideas #…\n\n
6852                                                                                                                                                                                                                                               Hey, @Tesco. Where's all the non-dairy Ben &amp; Jerry's go?\n\n
6853                                                                                                                                                               RT @InstaBritain: Terrible customer service from @Ryanair - unable to check in online due to website error, customer service agent 'Ugi' to…\n\n
6854                                                                                                                                                  RT @Lulaveggie: Why not LIKE my #online #craftshop on @facebook at https://t.co/xZOlgQ4Bq2\n\n\n\n\n\n\n#facebook #craftstore #gift #gifts #giftideas #c…\n\n
6855                                                                                                                                                  RT @Lulaveggie: Why not LIKE my #online #craftshop on @facebook at https://t.co/xZOlgQ4Bq2\n\n\n\n\n\n\n#facebook #craftstore #gift #gifts #giftideas #c…\n\n
6856                                                                                                                                     RT @Lulaveggie: Why not LIKE my #online #craftshop on @facebook at https://t.co/xZOlgQ4Bq2\n\n\n\n\n\n\n\n\n\n\n\n\n\n#facebook #craftstore #gift #gifts #giftideas #…\n\n
6857                                                                                                           RT @Khil0ne: Stratis ICO Platform on @Azure @Microsoft @msdev \n\n\n\n\n\n\n\n\n\n\n\n\n\n- https://t.co/wQk2P9Lfvs\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Stratis $STRAT #ICO #Crypto #cryptocurrency htt…\n\n
6858                                                                                                                                                               RT @ClaireMoriarty1: @Ryanair I have requested a refund for my cancelled flight, original card payment has expired. How can I get my refund…\n\n
6859                                                                                                                                                                                                                                       BAINBRIDGE AUSTIN Bathtub Caddy, https://t.co/b4828YpSEO via @amazon\n\n
6860                                                                                                                                                  @googledevs @Google \n\n\n\n\n\n\nI have over 4,000 products not being served in #googleshoppingads despite having multiple ship… https://t.co/Ne4sVZwH1n\n\n
6861                                                                                                                                                               Thats nice @Endomondo, offering a year of free service with @Samsung gear watch,but billing 27 euros nonetheless. I… https://t.co/onZwMYvK5O\n\n
6862                                                                                                                                                               RT @hauntedmagazine: #Hauntedlive are LIVE tonight on @facebook 9pm GMT UK time at @MagnaScience, a brand new location, full of history and…\n\n
6863                                                                                                                                                                                                                 RT @Walmart: @BlondeFoxy Mentoring fursuiters for the next generation? Nicely done, Lucky.\n\n
6864                                                                                                                                                                          RT @W7VOA: Gunfire heard in #Afghanistan governor's compound soon after meeting with top US military commander, reports @Reuters.\n\n
6865                                                                                                                                              RT @MikeQuindazzi: The #futureofwork includes #EmergingTech, new #jobs and #augmented intelligence! &gt;&gt;&gt; @salesforce via @MikeQuindazzi &gt;&gt;&gt;…\n\n
6866                                                                                                                                                  @Motivation @DavidRoads @shortyawards @VeryShortStory @Google @YouTube @IISuperwomanII https://t.co/eD6l89S5mC\n\n\n\n\n\n\nMy n… https://t.co/7o4Wh8PCMc\n\n
6867                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6868                                                                                                                                                                @kroger The store in Rincon, Ga., has gotten bad. For the 4th time, ClickList gave me expired @nutpods  - and when… https://t.co/sFFIzoWia1\n\n
6869                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6870                                                                                                                                                                                           @eBay Halloween costumes were ordered 2nd October, due to be delivered 10th but still no sign of them...HELP! 😩\n\n
6871                                                                                                                                                               RT @Reuters: ICYMI: Male, female and 'X' – these are the choices people born in NYC will have on their birth certificates https://t.co/oIUI…\n\n
6872                                                                                                                                                                @amazon Being a prime member, Amazon customer service refuses to provide support. One of the delivery status shows… https://t.co/5UteqMtLCh\n\n
6873                                                                                                                                                                                                                  RT @Reuters: Dollar steadies as Fed minutes weigh on stocks, yuan https://t.co/7sGxYU8nqz\n\n
6874                                                                                                                                                                                                                  RT @Reuters: Dollar steadies as Fed minutes weigh on stocks, yuan https://t.co/7sGxYU8nqz\n\n
6875                                                                                                                                     RT @TMobile: Keep the #HR4HR tweets coming, so we can keep the donations going!\n\n\n\n\n\n\n\n\n\n\n\n\n\nThis @MLB Postseason we’re donating $1 per tweet to @TeamR…\n\n
6876                                                                                                                                                                                                    Note to @walmarthelp - @Walmart store 03266 has an inventory problem.\n\n\n\n\n\n\n\n\n\n\n\n\n\n#again\n\n
6877                                                                                                                                                                                                                      RT @Reuters: At the Detroit Zoo, animals enjoy pumpkin treats https://t.co/MLgZozsvBx\n\n
6878                                                                                                                                    RT @okayafrica: 'Siempre Bruja' is the new @netflix drama following the story of an Afro-Colombian teen witch. ✨\n\n\n\n\n\n\n\n\n\n\n\n\n\nWatch the teaser: https:/…\n\n
6879                                                                                                                                                                                                                      RT @Reuters: At the Detroit Zoo, animals enjoy pumpkin treats https://t.co/MLgZozsvBx\n\n
6880                                                                                                                                                                        RT @Timobros: Alma, 5th of Lotus. #TheNightcomesforUs #netflixoriginals @netflix @netflixid @therealDiSastr https://t.co/xsGg2eVhuO\n\n
6881                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6882                                                                                                                                     RT @LimerickGAAzine: OCTOBER 18th, 2018\n\n\n\n\n\n\nLimerick City @Allianz Cumann na mBunscol Football Finals\n\n\n\n\n\n\nU-11 Girls - @MilfordNS82 V Gaelscoil Cha…\n\n
6883                                                                                                                                                                                      @sauceonspotify @moonpipe @Dittomusic @Featurefm @drubex @Itsjonbreh @Spotify @Apple Thanks so much, @sauceonspotify!\n\n
6884                                                                                                                                                                                                   RT @Zombie_Moth: @Walmart @BlondeFoxy LET THE PURGE\n\n\n\n\n\n\n  B  E  G  I  N https://t.co/DzvC6VkGsl\n\n
6885                                                                                                                                                                    Lone 18-year-old kills 18 people, many of them teens, in shooting and bomb attack at college, Rus... https://t.co/tnaNQclGpU via @Yahoo\n\n
6886                                                                                                                                                                                                                 RT @Walmart: @BlondeFoxy Mentoring fursuiters for the next generation? Nicely done, Lucky.\n\n
6887                                                                                                                                                                                                RT @Reuters: U.S. regains crown as most competitive economy, @freddiethekat reports https://t.co/MuqtjgODjQ\n\n
6888                                                                                                                                                               @TheHazelHayes @ASOS Hazel, you might want to remove the screenshot/tweet because people can get your delivery address from the DPD website.\n\n
6889                                                                                                                                     RT @doinitbigprod: 5 HOURS TO GO!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#DontWantItYoungJV will be available 12MN on @amazon! Abangan po natin yan mga Kapamilya but for now vot…\n\n
6890                                                                                                                                                                                                                 RT @Walmart: @BlondeFoxy Mentoring fursuiters for the next generation? Nicely done, Lucky.\n\n
6891                                                                                                                               RT @bunnieeatmuffin: Started watching @hildatheseries on @netflix &amp; I love it! Who wants a loyal deerfox as a pet?? 🦌🦊 \n\n\n\n\n\n\n\n\n\n\n\n\n\nYay for 2D animate…\n\n
6892                                                                                                                                                                                                           The Steps to Hell, Earth's Scariest Places by Sherri Granato https://t.co/5eC6pjaedr via @amazon\n\n
6893                                                                                                                                                               RT @Nissan: #OnThisDay #1969, #Nissan announced the upcoming launch of the #FairladyZ #S30 series, also known as #Datsun240Z since 1970. #T…\n\n
6894                                                                                                                                                               In the future research will reveal that @netflix consumes 15% of the world's Internet traffic. In other words, porn… https://t.co/ryZT9gFHnv\n\n
6895                                                                                                                                                                                                RT @Reuters: U.S. regains crown as most competitive economy, @freddiethekat reports https://t.co/MuqtjgODjQ\n\n
6896                                                                                                                                                  RT @Timobros: Ito, Enforcer of the Seas.\n\n\n\n\n\n\n#Thenightcomesforus #netflixoriginals @netflix @NetflixAsia @NetflixID  @Joe_Taslim https://t.co/D…\n\n
6897                                                                                                                                                                RT @Loreal: Until October 20th, L’Oréal is once again part of the @OneYoungWorld summit bringing together young leaders from 190 countries…\n\n
6898                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6899                                                                                                                                                               I don't get it, @Disney fired #JamesGunn, because they didn't want to be connected with his old tweets, but they're… https://t.co/H6CTiNSQX9\n\n
6900                                                                                                           RT @JuddLegum: 2. Contributions to Steve King, an openly white nationalist congressman, (2018 cycle):\n\n\n\n\n\n\n\n\n\n\n\n\n\n@ATT ($5,000)\n\n\n\n\n\n\n\n\n\n\n\n\n\nBerkshire Hathaway, @…\n\n
6901                                                                                                                                                                     Check out #Kaowool #Ceramic #Fiber by #UniTherm   2300F 1" x 24" x 36" ~ 1" x 36" x 24" SHIPS FREE!  https://t.co/w3ecsvLqUo via @eBay\n\n
6902                                                                                                                                                                     Check out #Kaowool #Ceramic #Fiber by #UniTherm   2300F 1" x 24" x 12" ~ 1" x 12" x 24" SHIPS FREE!  https://t.co/YraLX8W2cP via @eBay\n\n
6903                                                                                                                                                                RT @IBM: When he first joined the #IBMCloud team, he arrived with the clothes on his back and his motorcycle. Now, he runs the Thunderdome…\n\n
6904                                                                                                                                                               @Simonwolftaylor @ForHonorGame @Microsoft @UbisoftMTL @UbisoftSupport @Ubisoft still very much an issue, doesn't ma… https://t.co/lxlIsU2RuV\n\n
6905                                                                                                                                                               Big news coming out of @HSBC where they have taken on 10 ("count 'em") new faces to bolster their funds and ETFs co… https://t.co/ADngGRWQVO\n\n
6906                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6907                                                                                                                                                                RT @EngAlshaikh: @AlJawharaAAM @CNN @Reuters @washingtonpost @nytimes Helloooo @NYTBen , you are one of the lies publishers , u've sent me…\n\n
6908                                                                                                           RT @JuddLegum: 2. Contributions to Steve King, an openly white nationalist congressman, (2018 cycle):\n\n\n\n\n\n\n\n\n\n\n\n\n\n@ATT ($5,000)\n\n\n\n\n\n\n\n\n\n\n\n\n\nBerkshire Hathaway, @…\n\n
6909                                                                                                                                                  RT @Timobros: Ito, Enforcer of the Seas.\n\n\n\n\n\n\n#Thenightcomesforus #netflixoriginals @netflix @NetflixAsia @NetflixID  @Joe_Taslim https://t.co/D…\n\n
6910                                                                                                           RT @JuddLegum: 2. Contributions to Steve King, an openly white nationalist congressman, (2018 cycle):\n\n\n\n\n\n\n\n\n\n\n\n\n\n@ATT ($5,000)\n\n\n\n\n\n\n\n\n\n\n\n\n\nBerkshire Hathaway, @…\n\n
6911                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6912                                                                                                                                              @AlanFrancis5 @Ryanair #Ryanair made our #holidays #miserable &amp; #refuses to #refund us. \n\n\n\n\n\n\nWe #deserve #our #money ba… https://t.co/hxv1KwbcfP\n\n
6913                                                                                                                                                                                     RT @Reuters: WATCH: After 53 attempts, freestyle skier completes parkour course in Switzerland https://t.co/QwmJJ3IbGh\n\n
6914                                                                                                                                                            Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n\n
6915                                                                                                                                    RT @TMobile: Every tweet with #HR4HR donates $1 to @TeamRubicon’s hurricane recovery efforts. \n\n\n\n\n\n\n\n\n\n\n\n\n\n🔁 Tweet, donate, repeat! https://t.co/TYAyB…\n\n
6916                                                                                                                                                               RT @Ad2DC: .@YoungRubicam's @DavidSable on #fakenews, especially on @facebook: Education and accountability are more essential than ever. #…\n\n
6917                                                                                                                                                               RT @FasTrackMinist: Click or Tap link: "WIN Raffles NOW" top of #SECURE #SSL #WEBSITE 4 #Website: https://t.co/G4gXNYQevy  , via @PayPal OR…\n\n
6918                                                                                                                                    RT @bpaschvoss: @JuddLegum @ATT @WarrenBuffett @ABABankers @intel @LandOLakesInc @ATT @LandOLakesInc SERIOUSLY 😳 \n\n\n\n\n\n\n\n\n\n\n\n\n\nWhat the hell is wrong w…\n\n
6919                                                                                                                                                               RT @Nissan: #OnThisDay #1969, #Nissan announced the upcoming launch of the #FairladyZ #S30 series, also known as #Datsun240Z since 1970. #T…\n\n
6920                                                                                                                                                                        Not so long until we meet in #Berlin! - Meet #partners like @Siemens Mindsphere, @ST_World, @BoschGlobal ,… https://t.co/GbN6unCcfZ\n\n
6921                                                                                                                                                               RT @MorganStanley: Morgan Stanley is pleased to announce we have exceeded our original 5-year #impinv asset goal of $10 billion, now with m…\n\n
6922                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6923                                                                                                                                                               RT @WestIndyTennis: Emily, Shannon, and Spencer at @facebook Community Boost to better reach our #WIRC customers and the Indy community! #F…\n\n
6924                                                                                                                                                               @KrisParonto @franginter @DNC @CNN @MSNBC @nytimes @facebook @Twitter "ONE GOOD APPLE DOESN'T UN-SPOIL THE ROTTEN B… https://t.co/ZxY3oSa9Ts\n\n
6925                                                                                                                                                                                                           Check out Fine China Serving Platter 14 1/2 X 10 1/2 X 1 1/2"  https://t.co/jfBEBZEsvV via @eBay\n\n
6926                                                                                                                                                               RT @Tesco: @TescoQueensRoad @jasminsore Hi Both, apologies for the confusion, we are still considering an appeal on the planning applicatio…\n\n
6927                                                                                                                                                  @Sony @PlayStationUK and @xboxuk @Microsoft \n\n\n\n\n\n\nPlease Please Please, Make @RocketLeague The Next Game Available To Ha… https://t.co/j0NclCOG6X\n\n
6928                                                                                                                                                               Hi, @IMKristenBell! We asked various @Disney characters what they thought about your weirdo feminist hot takes on c… https://t.co/MYp28a8zDz\n\n
6929                                                                                                                                                               Thank you Soso for inspiring women to become leaders of today. With the help of @Cisco and @glblctzn, anything is p… https://t.co/hlvlZXwzxK\n\n
6930                                                                                                                                                           @ProdigyGame @facebook @amazon No mention of teachers in the ad &amp; I am not a teacher. Additionally, my opposing res… https://t.co/qqwr7pNtDM\n\n
6931                                                                                                                                                                                                RT @Reuters: U.S. regains crown as most competitive economy, @freddiethekat reports https://t.co/MuqtjgODjQ\n\n
6932                                                                                                                                                  RT @MaallyMall: So done with @Nike @nikestore\n\n\n\n\n\n\n.. fix the algorithm.. 0 draw wins⁉️🤔.. thousands spent annually... FOH. Damn hypebeast and b…\n\n
6933                                                                                                                                                                                                                                                  @GoldmanSachs, @BitGo and Mike Novogratz :) #bitcoin $BTC\n\n
6934                                                                                                                                                               Looking forward to facilitating a @facebook Live interview today with Andrew Smith, Director of @FTC Consumer Prote… https://t.co/L9MVjpgkPj\n\n
6935                                                                                                                                                                      RT @Reuters: WATCH: After 53 attempts, freestyle skier Andri Ragettli completes parkour course in Switzerland https://t.co/jbDyJwgOwk\n\n
6936                                                                                                                                                               RT @BASF: CODING CHEMISTRY, that is two days full of power with technologies, know-how, impulses from the chemical industry, contact opport…\n\n
6937                                                                                                                                                                       RT @ArtsnEnds4: Check out Day of the Dead Hand Painted Gourd, Halloween, Parrot Lady, Sugar Skull  https://t.co/mXBeKz3ayM via @eBay\n\n
6938                                                                                                                                                               RT @willcarless: Is @Apple really going to host an app for Gab, a platform that exists   pretty much exclusively for hateful people to spre…\n\n
6939                                                                                                                                                               American Trucking Associations announces finalists for 2019-2020 America's Road Team, including 7 @FedEx team membe… https://t.co/WsabZozkgX\n\n
6940                                                                                                                                                                                        #selfie Check out Pennzoil BRAND Booster Cables 16 Gauge, 8 FOOT  - NEW #Pennzoil https://t.co/vWP6njCLKi via @eBay\n\n
6941                                                                                                                                                                                                                 Hazet 1/4" Hex Impact Adapter. Dropped from $39 to $9. https://t.co/PObjatGs7z via @amazon\n\n
6942                                                                                                                                                               RT @Nissan: #OnThisDay #1969, #Nissan announced the upcoming launch of the #FairladyZ #S30 series, also known as #Datsun240Z since 1970. #T…\n\n
6943                                                                                                                                                                                                   Photoshop 2019 disabled Shift to maintain aspect ratio when resizing? That's just irresponsible, @Adobe.\n\n
6944                                                                                                                                                               RT @micahbala: Finally done with the @udacity FEND Nanodegree, thanks to @udacity @Google @Andela_Nigeria for the opportunity to learn more…\n\n
6945                                                                                                                                                               @reeses @amazon A before halftime, if I have a #Reeses I have to eat it right away. i can't hold onto yummy happine… https://t.co/XNNomKSJaF\n\n
6946                                                                                                                                                           RT @OurWabiSabiLife: Never see "storage full" again! The @Google Pixel 3 phone from Best Buy has unlimited free storage for pics &amp; video! F…\n\n
6947                                                                                                                                                   @Nike Amazing ad!\n\n\n\n\n\n\nTalking about Ads, my client is launching a time machine. You don´t have to hurry up to order it… https://t.co/2vRZKKH70Z\n\n
6948                                                                                                                                             Everyone has losing days...even @CocaCola if this is true.\n\n\n\n\n\n\n\n\n\n\n\n\n\nIs this true? 🤔\n\n\n\n\n\n\n #ThursdayThoughts https://t.co/XFs51E91vl\n\n
6949                                                                                                                                                                                   Check out Home Alone Merry Christmas Ya Filty Animal t-shirt tee,holiday shirts funny  https://t.co/gkSDkFUzxg via @eBay\n\n
6950                                                                                                                                                                                          RT @Reuters: Turkey searches Saudi consulate again, European ministers cancel Riyadh trip https://t.co/CQN4PN376X\n\n
6951                                                                                                                                                               RT @Google: To bring American Sign Language to #Gboard, we collaborated with Deaf artist and advocate Jessica Flores to create a collection…\n\n
6952                                                                                                                                                                               I have a lot of Hermann Teddy Original Bears, check this one out! I give them low prices!  https://t.co/iRxcy7FTxz via @eBay\n\n
6953                                                                                                                       RT @tcaofsabrina: NEW TEASER ✨\n\n\n\n\n\n\n\n\n\n\n\n\n\nvia @netflix\n\n\n\n\n\n\n#chillingadventuresofsabrina #caos #netflix #sabrina #kiernanshipka #rosslynch #abbeycowen #ta…\n\n
6954                                                                                                                                                                                     RT @ParkLY23: @Walmart #Idol, Fake Love, DNA, Airplane Pt 2, Euphoria or any other song by #BTS@BTS_twt #TheSong #PCAs\n\n
6955                                                                                                                                                                                       @bexxx1983 @Disney @JasonManford will have to check it out, I've always been a fan, but this must have passed me by!\n\n
6956                                                                                                           RT @JuddLegum: 3. Contributions to Steve King, an openly white nationalist congressman, (career):\n\n\n\n\n\n\n\n\n\n\n\n\n\n@ATT ($59,000)\n\n\n\n\n\n\n\n\n\n\n\n\n\nBerkshire Hathaway, @War…\n\n
6957                                                                                                                                                                                                                                                          @reeses @amazon A,B, and C #NotSorry #Sweepstakes\n\n
6958                                                                                              RT @DOMtheB0MB: Dear @Apple \n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease change the button on FaceTime to flip your camera to where the f*ck it was before!\n\n\n\n\n\n\n\n\n\n\n\n\n\nSincerely,\n\n\n\n\n\n\nEvery s…\n\n
6959                                                                                                                                     RT @JuddLegum: Hey @ATT:\n\n\n\n\n\n\n\n\n\n\n\n\n\nWhy are you giving thousands to @SteveKingIA, who just endorsed an openly white nationalist candidate for mayor o…\n\n
6960                                                                                                                                                           RT @OurWabiSabiLife: Never see "storage full" again! The @Google Pixel 3 phone from Best Buy has unlimited free storage for pics &amp; video! F…\n\n
6961                                                                                                                                                  RT @TheTonyAwards: Q: What are you doing on June 9?\n\n\n\n\n\n\nA: Watching the 2019 #TonyAwards on @CBS! https://t.co/laXMR2UL4a https://t.co/KaGt1X2I…\n\n
6962                                                                                                                                                                                                                Check out APC MOBILE SURGE PROTECTOR MODE, PHOTOPRO3 #APC https://t.co/TiEfa5ntPI via @eBay\n\n
6963                                                                                                                                                                                   RT @sugafull27: @Walmart Any song by @BTS_twt #BTS please 😍😍😍\n\n\n\n\n\n\n\n\n\n\n\n\n\n#MPN  #BTSARMY #BTS⁠ @BTS_twt\n\n
6964                                                                                                                                                  @amazonIN @amazon @AmazonHelp Complete wastage of my time and hope :(\n\n\n\n\n\n\nI happily ordered a product on Amazon on 15th… https://t.co/4AtHCDxmP0\n\n
6965                                                                                                                                                                              RT @Visa: You want to experience the beauty of 🇫🇷France🇫🇷\n\n\n\n\n\n\nWe help make sure your payments are safe and secure 🔒\n\n
6966                                                                                                                                                           If @Ford, @Toyota &amp; @GM support #CleanerCars, why let industry lobbyists @auto_alliance continue to fight for a rol… https://t.co/IqJe104jyp\n\n
6967                                                                                                                                                               RT @KateStewart22: @Mr_Alshammeri @NadiaBintFahad @Reuters Sickening stuff. The whole house of cards...fake stories, anti-Saudi lies, hate-…\n\n
6968                                                                                                                                                                                       Oak Dual Watch Stand, Wood Watch Storage, Watch Holder, Gift For Dad, Watch D... https://t.co/SU9XA51ibW via @amazon\n\n
6969                                                                                                                                                                                        @lieutenantflan @ListenToSaki @kendoll_1994 @doanfilm @DineshDSouza @amazon Good luck\n\n\n\n\n\n\n#AdiosLunaticLib\n\n
6970                                                                                                                                                               @Cyc1eguy @stuarthelmer @VictorBethell @20sPlentyTW @maryharristw @RTWBUG @Tesco I just saw 2 cyclists do it, but I… https://t.co/LVtlk7P7Ot\n\n
6971                                                                                                                                                               @KittyBee20 @msmaniacmacgee @Walmart @msbeatrice_81 @BTS_twt Tomorrow, Not Today, isn't it just a question of time?… https://t.co/vB5A0fKjID\n\n
6972                                                                                                                                                               RT @Burberry: The Check Wallet. A compact leather accessory, punctuated with small-scale @Burberry check https://t.co/3LgdPhIP7L https://t.…\n\n
6973                                                                                                                                                  RT @Sony: Required listening 🎧\n\n\n\n\n\n\n@zaralarsson 😍\n\n\n\n\n\n\nRuin My Life ✨\n\n\n\n\n\n\nhttps://t.co/hv8OP99Aw2 🎶 https://t.co/JrKnjjxVtC\n\n
6974                                                                                                                                          @Reuters @ReutersTV I've never seen a more ridiculous, cheap PR stunt in my life.\n\n\n\n\n\n\n\n\n\n\n\n\n\nBut I'm sure the kids will grow into those size 13s.\n\n
6975                                                                                                                                                               RT @ItCanWait: Even one ‘like’, one look, one glance can change everything when you’re behind the wheel. Join @ATT and take the pledge to n…\n\n
6976                                                                                                                                                                                                                                   RT @McDonalds: @liverrfalco Aw, Julia really is the best ever, Livee! 😍\n\n
6977                                                                                                                                                                                                                                               @FedEx \n\n\n\n\n\n\n\n\n\n\n\n\n\nThanks for nothing today.\n\n
6978                                                                                                                                                               To all the rappers out there. @facebook is now banning a lot of trap music videos. If you have guns,  drugs, and se… https://t.co/YVwQV7a0QS\n\n
6979                                                                                                                                                                      “When Guzmán admitted he fell in love” \n\n\n\n\n\n\n\n\n\n\n\n\n\nI’m just stating facts @netflix @NetflixES https://t.co/yPDnIccJ0P\n\n
6980                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6981                                                                                                                                                                                                                     @BlueMeanieBWO @HomeDepot What is ironic, you  have the Santa Claus beard going on. 🎅\n\n
6982                                                                                                                                                               Right @McDonalds I ordered 6 chicken nuggets, and a shaker salad. I received 5 chicken nuggets and was given my sal… https://t.co/tF1sPEjKVJ\n\n
6983                                                                                                                                     RT @MyTheatreWknd: Mark your calendars for the @TheTonyAwards, June 9, 2019 on @CBS !!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Theater #Theatre #Broadway #TheatreWeekend https:/…\n\n
6984                                          RT @Alkhaldi9999999: @realDonaldTrump @VP \n\n\n\n\n\n\n@CIA \n\n\n\n\n\n\n@FoxNews \n\n\n\n\n\n\n@FinancialTimes \n\n\n\n\n\n\n@TIME \n\n\n\n\n\n\n@nytimes \n\n\n\n\n\n\n@WSJ \n\n\n\n\n\n\n@USATODAY \n\n\n\n\n\n\n@Reuters \n\n\n\n\n\n\nThe fiancee of a Sa…\n\n
6985                                                                                                                        Yo @amazon and @google.... I remember @samsclub asking me was marriage right?\n\n\n\n\n\n\nAnd I know EVERYTHING...\n\n\n\n\n\n\nWow...\n\n\n\n\n\n\nI jus… https://t.co/QT3TmDBioO\n\n
6986                                                                                                           @PFTompkins @netflix @haunting A few ideas:\n\n\n\n\n\n\n\n\n\n\n\n\n\nMindhunter's chief rival, Braintrapper\n\n\n\n\n\n\n\n\n\n\n\n\n\nOne or all of Elizabeth II's c… https://t.co/VuHT7AT84s\n\n
6987                                                                                                                                     RT @TheIssue: #RandyHultgren has to go. Failed and flawed U.S. Congressman. @LUnderwood630 for Congress.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Reuters @MSN @MSNBC @CNN @USATOD…\n\n
6988                                                                                                                                                   Watch @GUBLERNATION as Spencer Reid in @CrimMinds_CBS airing Wednesdays 10pm on @CBS!\n\n\n\n\n\n\n\n\n\n\n\n\n\nOfficial Site:… https://t.co/hGIHl0n1qQ\n\n
6989                                                                                                                                                               RT @miamilatinnews: We are ready for the next season! #tvserie @netflix elitenetflix is obviously coming back for another season, so expect…\n\n
6990                                                                                                                                                                              RT @politicalnaveen: Fire TV Cube, hands-free with Alexa and 4K ... by Amazon for $119.99 https://t.co/hfcOSr3HqB via @amazon\n\n
6991                                                                                                                                                                    Check out Nick &amp; Nora NY Patchwork Silk Blend Sheer &amp; Velvet Floral Scarf 10"x57" #NickNoraNY https://t.co/KKxqIUBjQF via @eBay\n\n
6992                                                                                                                                                                                                  RT @JorgeGuardia_: Focus.\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Boeing #B738 #MadridBarajas https://t.co/P10I7cjOjQ\n\n
6993                                                                                                                                                               RT @Nissan: #OnThisDay #1969, #Nissan announced the upcoming launch of the #FairladyZ #S30 series, also known as #Datsun240Z since 1970. #T…\n\n
6994                                                                                                                                     RT @tachain6: Our partner @Google as always doing incredible things. \n\n\n\n\n\n\n\n\n\n\n\n\n\n#madebygoogle #tachain #adnet #transportal #tmarq https://t.co/1kvk6…\n\n
6995                                                                                                                                                               RT @MikeFeibus: Smart enablement is key piece for delivering remote care. Platform flexibility critical for @HP #Healthcare, sez @ReidOakes…\n\n
6996                                                                                                                                                                                 Check out this Amazon deal: Ovente 1.5L BPA-Free Glass Electric Kettle, F... by Ovente https://t.co/fzPN4P01k7 via @amazon\n\n
6997                                                                                                                                                                                       @SenWarren @WellsFargo @federalreserve Go have some Pow Wow Chow. It's like dog chow, but for fake Native Americans.\n\n
6998                                                                                                                                     RT @TMobile: Keep the #HR4HR tweets coming, so we can keep the donations going!\n\n\n\n\n\n\n\n\n\n\n\n\n\nThis @MLB Postseason we’re donating $1 per tweet to @TeamR…\n\n
6999                                                                                                                                                                         Check out BILLY CRASH CRADDOCK 33 LP "LIVE" SHRINK ABC DOT RECORDS DO-2082 NM 1977  #CountryRock https://t.co/U5gcdEEVaT via @eBay\n\n
7000                                                                                                                        RT @AriaServices: We are excited to be included \n\n\n\n\n\n\n\n\n\n\n\n\n\n#acceleratewithgoogle #digitalexcellenceProgram #googletuck\n\n\n\n\n\n\n@Google @tuckexeced @accelwit…\n\n
7001                                                                                                                                                               RT @Nixilou: @Ryanair Luton to Nimes, we are experiencing our own stormy ⛈ weather at bedtime, we’ve lost a very loved stuffed cheetah on y…\n\n
7002                                                                                                                                                  RT @LatinxGeeks: Siempre Bruja is an original Colombian production by @netflix\n\n\n\n\n\n\nIt stars AfroColombian actress Angely Gaviria as Carmen a 17…\n\n
7003                                                                                                                        RT @DesignationSix: Here are some Fox News advertisers. They will get notifications for each LIKE RETWEET or COMMENT\n\n\n\n\n\n\n@Keurig\n\n\n\n\n\n\n@Ford\n\n\n\n\n\n\n@Lincoln…\n\n
7004                                                                             RT @msmaniacmacgee: @Walmart @msbeatrice_81 The following @BTS_twt songs please:\n\n\n\n\n\n\nIdol\n\n\n\n\n\n\nIm Fine\n\n\n\n\n\n\nBlood Sweat &amp; Tears\n\n\n\n\n\n\nFake Love\n\n\n\n\n\n\nSave Me\n\n\n\n\n\n\nOutro:T…\n\n
7005                                                                                                                                                               RT @WIFSeattle: TONIGHT: @WIFSeattle is hosting "All Things VFX" at @Adobe featuring VFX artists that have worked on #Thor: Ragnarok, #Dead…\n\n
7006                                                                                                                                                                                              RT @SassChronicles: @ChaucerKate @Sony I love you babe, but Kate, #Flurtleneck FTW!!! https://t.co/y99UpwFbmr\n\n
7007                                                                                                                                                                                                     @PrisonPlanet I saw that in a store &amp; this is all I could think\n\n\n\n\n\n\nI truly hate @Walmart\n\n
7008                                                                                                                                     RT @AllyMcKenzie91: Dear @Gillette\n\n\n\n\n\n\n\n\n\n\n\n\n\nMy nanny is offended by your 'best a man can get' slogan as she rocks some some bluff. Can you change i…\n\n
7009                                                                                                                                                                                                                                            @ATT It's not letting me DM you, are you able to DM me instead?\n\n
7010                                                                                                                                                               @gmelillo81 @Google @Nike @BestBuy @Sephora Thanks for reaching out! Right now, it's U.S. only. We'll keep you post… https://t.co/XNC1qeWtAZ\n\n
7011                                                                                                                                                               @them @Google I don’t care , sexual identity is not part of voting! Keeping America alive, law biding, family value… https://t.co/Zvlgz1LvLd\n\n
7012                                                                                                                                                               RT @BrianKolfage: @DonaldJTrumpJr this is why @facebook is in serious PR trouble, #liberals are now supporting me as this movement of Ameri…\n\n
7013                                                                                                                                           RT @3point3seconds: @kuklyona @netflix @PrimeVideo @canyaman1989 @dmtzdmr Please please\n\n\n\n\n\n\n#DaydreamerMipCom2018 \n\n\n\n\n\n\n#CanYaman #DemetÖzdemir\n\n
7014                                                                                                                                                               RT @MikeFeibus: Smart enablement is key piece for delivering remote care. Platform flexibility critical for @HP #Healthcare, sez @ReidOakes…\n\n
7015                                                                                                                                                               RT @EdKrassen: According to an economic prediction model by @jpmorgan, the U.S. Economy has a 60% chance of hitting a recession in 2020, an…\n\n
7016                                                                                                                                                               RT @EdKrassen: According to an economic prediction model by @jpmorgan, the U.S. Economy has a 60% chance of hitting a recession in 2020, an…\n\n
7017                                                                                                                                                                @TheDavidMei @smotus I did, too. And I can't imagine @DisneyParks @Disney @WaltDisneyWorld would appreciate how he… https://t.co/LmJnkbYS6H\n\n
7018                                                                                                                                                                               A great vintage skater/tea dress, auction ending this evening.Check out my listing @eBay - https://t.co/5ByLbKk9YQ via @eBay\n\n
7019                                                                                                                                                               RT @EdKrassen: According to an economic prediction model by @jpmorgan, the U.S. Economy has a 60% chance of hitting a recession in 2020, an…\n\n
7020                                                                                                                                                               RT @MotorTrend: After revealing five Mustangs that will debut at the 2018 @SEMASHOW, @Ford is now previewing its crossovers and SUVS that w…\n\n
7021                                                                                                                                                               RT @Disney: Oh, look! Another glorious episode of #HocusPocus: The Brew to celebrate 25 years of the Sanderson Sisters. https://t.co/J3K5m7…\n\n
7022                                                                                                                                     RT @hsfasharchive: 10/17/18 | Harry wore @adidas Ultra Boost ST 'USA' sneakers ($180 - unavailable) out in LA.\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/057y8dKmEj htt…\n\n
7023                                                                                                                                                                                                               @Tesco yet again Tesco, shocking shopping with numerous mistakes! This is beyond a joke now!\n\n
7024                                                                                                                               RT @SoundersFC: CLINCHED!!!! \n\n\n\n\n\n\n\n\n\n\n\n\n\nWe are headed to the @Audi 2018 MLS Cup Playoffs!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#YouWillHearUs https://t.co/w3ypYWw6ek\n\n
7025                                                                                                                                                                                                                   @SAP @openSAP Money over Morality . . . disgusting!\n\n\n\n\n\n\nhttps://t.co/A4PQFbmTPe\n\n
7026                                                                                                           @Non22345 @EdKrassen @jpmorgan Voting Machines Hacked\n\n\n\n\n\n\n\n\n\n\n\n\n\nI'm hearing the voting machines are really hacked.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet ever… https://t.co/HKD87XPJP6\n\n
7027                                                                                                           @coinsbullion01 @EdKrassen @jpmorgan Voting Machines Hacked\n\n\n\n\n\n\n\n\n\n\n\n\n\nI'm hearing the voting machines are really hacked.\n\n\n\n\n\n\n\n\n\n\n\n\n\nLe… https://t.co/UWcxGGy0Cq\n\n
7028                                                                                                                                     We’re #ProudToBeMAGENTA and our burning hearts knows things that our mind can’t explain. \n\n\n\n\n\n\n\n\n\n\n\n\n\nThanks to the @TMobile T… https://t.co/K6g9pkNI7E\n\n
7029                                                                                                                                                                                            RT @McLarenF1: Two icons, reunited. @CocaCola\n\n\n\n\n\n\n\n\n\n\n\n\n\n📸: John Hendy https://t.co/vvqHEoTZVw\n\n
7030                                                                                                                                                               RT @netflix: One reason why I’m obsessed with @BigMouth S2 is the insane amount of tiny, hidden little references. For example, HAVE YOU SE…\n\n
7031                                                                                                                                                  RT @Sony: Required listening 🎧\n\n\n\n\n\n\n@zaralarsson 😍\n\n\n\n\n\n\nRuin My Life ✨\n\n\n\n\n\n\nhttps://t.co/hv8OP99Aw2 🎶 https://t.co/JrKnjjxVtC\n\n
7032                                                                                                                                                                                 Check out Beachfront Watercolor, "Original," painting,  "Life at the Beach." By Vaughan  https://t.co/lDkTmSfR48 via @eBay\n\n
7033                                                                                                                                                               RT @WorldTreeCOP: Cool! The new tool, which @Google created along with @Mayors4Climate, can help cities calculate a large chunk of their ca…\n\n
7034                                                                                              RT @DOMtheB0MB: Dear @Apple \n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease change the button on FaceTime to flip your camera to where the f*ck it was before!\n\n\n\n\n\n\n\n\n\n\n\n\n\nSincerely,\n\n\n\n\n\n\nEvery s…\n\n
7035                                                                                                                                                               Until October 27, @ComstorUS #VARs can take advantage of special pricing on @Cisco Fast Track products, including C… https://t.co/3YnWXP9jNC\n\n
7036                                                                                                                                                    RT @PSCupdates: Google’s unofficial motto is “don’t be evil” – but @Google\n\n\n\n\n\n\nis complicit in the Israeli government's erasure of Palestine.…\n\n
7037                                                                                                                        RT @DesignationSix: Here are some Fox News advertisers. They will get notifications for each LIKE RETWEET or COMMENT\n\n\n\n\n\n\n@Keurig\n\n\n\n\n\n\n@Ford\n\n\n\n\n\n\n@Lincoln…\n\n
7038                                                                                                                                                                RT @Microsoft: "If you like MacBooks, you should take a look at the Surface Laptop 2." Check out @CNBC for why you should make the switch:…\n\n
7039                                                                                                                                                   RT @IMKristenBell: @dailyblastlive @Disney Who said I dont let me children watch Disney movies? That's untrue..so libel, maybe?\n\n\n\n\n\n\nI can fact…\n\n
7040                                                                                                                                                               RT @Reuters: The Salar, a basin in Chile’s Atacama desert, is home to one of the world’s richest deposits of high-grade lithium. @Reuters e…\n\n
7041                                                                                                                                                                      Just had my first experience with @AmericanExpress extended warranty coverage, and it wad a positive one. My… https://t.co/aNscuiRoEV\n\n
7042                                                                                                                                                                          One week away! Register soon! Special thanks to our sponsors, @BowditchDewey @BankofAmerica \n\n\n\n\n\n\nhttps://t.co/xYHpIOkkOj\n\n
7043                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7044                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7045                                                                                                                        RT @DesignationSix: Here are some Fox News advertisers. They will get notifications for each LIKE RETWEET or COMMENT\n\n\n\n\n\n\n@Keurig\n\n\n\n\n\n\n@Ford\n\n\n\n\n\n\n@Lincoln…\n\n
7046                                                                                                                                                                                        @NFLonFOX @Toyota Let's compare similar positions. \n\n\n\n\n\n\n\n\n\n\n\n\n\n@chanjones55 will outplay @VonMiller\n\n
7047                                                                                                                                     RT @CrazyChanceComp: Our #FreebieFriday This week is for a £10 @amazon voucher for you to spend. \n\n\n\n\n\n\n\n\n\n\n\n\n\nTo enter follow us, #RETWEET and comment…\n\n
7048                                                                                                                                                             RT @KatiliSch: #SalvationCBS *knock* *knock* hello? 👋🏼 Anyone home, @CBS? Hello? We are ready now for you telling us that you are going #re…\n\n
7049                                                                                                                                                               RT @EdKrassen: According to an economic prediction model by @jpmorgan, the U.S. Economy has a 60% chance of hitting a recession in 2020, an…\n\n
7050                                                                                                                                                                                                                               @skyprincess47 @Tesco Ooo, let me investigate Emma 🙃 I'll come back to you.\n\n
7051                                                                                                                                                                                 Check out Vintage 70s Adidas "Tournament Red" Sneaker Shoes Suede Made in France #Adidas https://t.co/A6eBCFY4id via @eBay\n\n
7052                                                                                                                                                                                                   RT @Zombie_Moth: @Walmart @BlondeFoxy LET THE PURGE\n\n\n\n\n\n\n  B  E  G  I  N https://t.co/DzvC6VkGsl\n\n
7053                                                                                                                                                                         @benmurraybruce @facebook @OfficialPDPNig I perceived you to be a responsible somebody before, but now I realized that you a fool.\n\n
7054                                                                                                                                                                RT @AmericanExpress: The Morrill Bank Building has been a landmark in #Kent, WA for 112 years! #VoteYourMainStreet… https://t.co/KOHvgj3MTt\n\n
7055                                                                                                                        RT @DesignationSix: Here are some Fox News advertisers. They will get notifications for each LIKE RETWEET or COMMENT\n\n\n\n\n\n\n@Keurig\n\n\n\n\n\n\n@Ford\n\n\n\n\n\n\n@Lincoln…\n\n
7056                                                                                           RT @Sense8fighter: | ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|\n\n\n\n\n\n\n|         HEY @netflix!         |\n\n\n\n\n\n\n|      RENEW SENSE8         |\n\n\n\n\n\n\n|___________|\n\n\n\n\n\n\n            \\ (•◡•) /…\n\n
7057                                                                                                                                                    RT @alekboyd: All of a sudden, @BMO @Allianz  @jpmorgan take an interest on #AlexSaab...\n\n\n\n\n\n\nhttps://t.co/4sslnOJaHH Cc @TheJusticeDept @DEAHQ\n\n
7058                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7059                                                                                                                                                            Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n\n
7060                                                                                                                                                                          RT @Nike: He’s done it again. \n\n\n\n\n\n\n\n\n\n\n\n\n\nNever stop chasing your crazy dreams. #justdoit https://t.co/sVXo12E1r9\n\n
7061                                                                                                                                                  @Reuters Are u looking For #Custom #tshirt In this upcoming Christmas?\n\n\n\n\n\n\nI will make an awesome design for u until ur… https://t.co/2TOcWkZlD8\n\n
7062                                                                                                          RT @packers: #Packers QB @AaronRodgers12 has been voted @FedEx @NFL Air Player of the Week!\n\n\n\n\n\n\n\n\n\n\n\n\n\n📰: https://t.co/zJfjmbiZBH \n\n\n\n\n\n\n\n\n\n\n\n\n\n#GoPackGo https:/…\n\n
7063                                                                                                                                     RT @Walmart: Our Radio DJs are working on some new in-store playlists...what would you like to hear while strolling down the aisle? \n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's…\n\n
7064                                                                                                                                                               RT @RetroNewsNow: In 1990, @CocaCola launched its ‘MagiCan’ contest in which cash or a gift certificate could pop out of the can https://t.…\n\n
7065                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7066                                                                                                                                                                    RT @Nike: You can take the superhero out of her costume, but you can never take away her superpowers. #justdoit https://t.co/dDB6D9nzaD\n\n
7067                                                                                                                                                                RT @Reuters: In Poland, some 15,000 people have joined the army’s volunteer forces in the past two years. Meet the young mother who is one…\n\n
7068                                                                                                                        @Sony @PlayStation \n\n\n\n\n\n\nAfter the latest update, my PS4’s WiFi has slowed to a crawl. \n\n\n\n\n\n\nI checked modem, no issue. \n\n\n\n\n\n\nI ch… https://t.co/dWuzQQk5ub\n\n
7069                                                                                                                                              @gatorfanscott @Reuters Well, it’s a long term problem w/ only a long term solution.\n\n\n\n\n\n\n1. End war on drugs. Tax &amp; reg… https://t.co/pLle1KJNTm\n\n
7070                                                                                                                                                                                        #amazing Check out Zippo Windproof Medical Marijuana Caduceus Leaf Lighter, -NEW  https://t.co/JYezik52kc via @eBay\n\n
7071                                                                                                                                     RT @hsfasharchive: 10/17/18 | Harry wore @adidas Ultra Boost ST 'USA' sneakers ($180 - unavailable) out in LA.\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/057y8dKmEj htt…\n\n
7072                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7073                                                                                                                                                                Shop on @amazon \n\n\n\n\n\n\nDonate to @BethesdaLC \n\n\n\n\n\n\nGiving back has never been so easy and rewarding! https://t.co/mrhb7MkaRj\n\n
7074                                                                                                                                                                                                                                       I just listed: 'Plans', for 4.00 via @amazon https://t.co/BIkfPPyJ3p\n\n
7075                                                                                                                                                                               Check out Hair and Beauty Fashion,  "Celeste," An original painting by Jill Bhear.  Mint!  https://t.co/aAZzDVTXQ3 via @eBay\n\n
7076                                                                                                                                                                                                                         I'm at @Starbucks in Kuwait City, Al Asimah w/ @alawashii_ https://t.co/IfC00TYiof\n\n
7077                                                                                                                                     RT @Google: "Most people think that just because you're in a chair, everything's disabled–but my main attribute is my mind."\n\n\n\n\n\n\n\n\n\n\n\n\n\nHow 19-year-o…\n\n
7078                                                                                                                                                  RT @Car01am: RT @sandrayearman\n\n\n\n\n\n\nBrother Kings ...The Warrior Series...Vol 1... by Sandra J Yearman https://t.co/c2vA7ACwam … … via @amazon #…\n\n
7079                                                                                              RT @WhyNot_RESISTS: @GlblCtzn @verizon Please @UN\n\n\n\n\n\n\n#Yemen needs us \n\n\n\n\n\n\n#YemenGenocide \n\n\n\n\n\n\n#SaveYemen\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's do something #GlobalCitizen https://t.…\n\n
7080                                                                                                                                                                                                                                             @Reuters I know, I know, the biggest death we've ever seen....\n\n
7081                                                                                                                                                               RT @tbrock623: If you're not unresolved then why you keep bring up Vincent, Catherine. #BATB #BatBTeam2Gether #BatbMagic @netflix https://t…\n\n
7082                                                                                                                                                                                                                           RT @Reuters: Wall St. drops on Italy, Saudi Arabia worry https://t.co/80YxEV1iNL\n\n
7083                                                                                                                                                            RT @evankirstel: This @dave_michels &gt; @Samsung announces Galaxy Book2, a Windows 10 S laptop with gigabit LTE and 20-hour battery life | Ve…\n\n
7084                                                                                                                                                               RT @EdKrassen: According to an economic prediction model by @jpmorgan, the U.S. Economy has a 60% chance of hitting a recession in 2020, an…\n\n
7085                                                                                                                                                                    I just swiped left (@Tinder) on a girl because her bio said, “I wish I had a cold @pepsi right now.” This is a… https://t.co/bXlR2nwBLk\n\n
7086                                                                                                                                                                                                                                                           @Hyundai From San Francisco, CA to Whitefish, MO\n\n
7087                                                                                                                                                                RT @Microsoft: "If you like MacBooks, you should take a look at the Surface Laptop 2." Check out @CNBC for why you should make the switch:…\n\n
7088                                                                                                                                                RT @cammellieri: At the houseboat Gabe and Vincent awkwardly talk about drinking🍾🍸\n\n\n\n\n\n\n  #BatBMagic #BatB @netflix @NetflixIT https://t.co/5Pkz…\n\n
7089                                                                                                                                                       Beauty And The Beast S2 Ep11 “Held Hostage”\n\n\n\n\n\n\n\n\n\n\n\n\n\n#BatBMagic #BatB \n\n\n\n\n\n\n\n\n\n\n\n\n\n@netflix https://t.co/UMqqDIQ7qa\n\n
7090                                                                                                                                                             @sillytrouts @nextofficial 😂 😂 Tis normal..sadly  Same in The Range, Towneley delayed theirs this year, last year t… https://t.co/2OZYae6ZJj\n\n
7091                                                                                                                                                                                                                              @reeses @amazon B REESE’S during halftime\n\n\n\n\n\n\n#NotSorry #Sweepstakes\n\n
7092                                                                                                                                                                                           Ugh, @Net Suite two-factor auth doesn't allow you to paste codes in. @Oracle needs to do better security design.\n\n
7093                                                                                                                                                               RT @SenBillNelson: Good news, just learned that @verizon is providing every customer in Bay and Gulf county with a credit for 3 months of s…\n\n
7094                                                                                                                                                                                                       RT @Reuters: Wall St. slides as Saudi Arabia, Italy add to economic concerns https://t.co/sopxA5UwCE\n\n
7095                                                                                                                                                                                                                                       To @washingtonpost , @nytimes , @CNN &amp; @Reuters without respect.\n\n
7096                                                                                                                                                                RT @57Veronica: Vincent: "We got to stop competing." Vincent and Catherine are meant to work together #BatB #BatBMagic @netflix @NetflixNL…\n\n
7097                                                                                                                                                               Cat and Vincent have a heart to heart  inside the police station\n\n\n\n\n\n\n  #BatBMagic #BatB @netflix @NetflixIT https://t.co/TdddPE9sOt\n\n
7098                                                                                                                                                               HOT NEW Fortnite SKULL TROOPER Halloween Costume Mask Kids Boys New (Male-Medium) #HALLOWEEN\n\n\n\n\n\n\n https://t.co/0A785Xaz7D via @eBay\n\n
7099                                                                                            RT @mO_OseNme: | ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|\n\n\n\n\n\n\n|         HEY @netflix!         |\n\n\n\n\n\n\n|      RENEW SENSE8       |\n\n\n\n\n\n\n|___________| \n\n\n\n\n\n\n                \\ (•◡•) /…\n\n
7100                                                                                                                                     RT @JuddLegum: Hey @ATT:\n\n\n\n\n\n\n\n\n\n\n\n\n\nWhy are you giving thousands to @SteveKingIA, who just endorsed an openly white nationalist candidate for mayor o…\n\n
7101                                                                                                                                                               RT @Errica22: @iwward @DDawn0 Take a hint @Tesco, Halal meat is unwanted in this country - we want humane slaughter under the Animal Welfar…\n\n
7102                                                                                                                                                               RT @Reuters: While talk in Washington often centers on the Russia investigation, in Idaho voters say they're more concerned with issues tha…\n\n
7103                                                                                                                                                                @facebook Hey Shitbook, 3rd day banned for freedom of speech. What does? Dumb Fuckerberg not know how to hire real… https://t.co/ptGcmTrB91\n\n
7104                                                                                                                                                                                                        @Reuters Great, @TheDemocrats weren't in enough trouble. This should seal the deal on the #RedWave.\n\n
7105                                                                                                           RT @JuddLegum: 2. Contributions to Steve King, an openly white nationalist congressman, (2018 cycle):\n\n\n\n\n\n\n\n\n\n\n\n\n\n@ATT ($5,000)\n\n\n\n\n\n\n\n\n\n\n\n\n\nBerkshire Hathaway, @…\n\n
7106                                                                                                                                                               @sglyddon @netflix I won't join because that means at some level, the hollywood stars will benefit financially. I r… https://t.co/PtGW45LNLR\n\n
7107                                                                                                                                                               RT @BestEventsLA: Sabrina the Teenage Witch is returning, reinvented as a new series on @netflix. To celebrate, there's a @sabrinanetflix #…\n\n
7108                                                                                                                                     RT @tatiana_saad24: #ErkenciKuş @netflix We want this new show on Netflix pretty please\n\n\n\n\n\n\n#DaydreamerMipCom2018 \n\n\n\n\n\n\n#CanEm #DemetÖzdemir #CanYam…\n\n
7109                                                                                                                                                               RT @Reuters: Japan's women sailors serving on the country's biggest warship, the Kaga, are on the frontline of a push to transform the coun…\n\n
7110                                                                                                                                                               @MarshaBlackburn @Google Marsha, you're a liar. 16 years in Congress and you've done NOTHING for TN. How is your Wa… https://t.co/sWHVakuqNx\n\n
7111                                                                                                                                     RT @genmitsu: #GothamNeedsYou so please lend a hand!\n\n\n\n\n\n\n#SaveGotham\n\n\n\n\n\n\n@warnerbrostv @TheCW @TheDCUniverse @netflix @AmazonStudios @nbc @HBO @Got…\n\n
7112                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7113                                                                                                                                                              RT @CheddarBigNews: .@ReginaPizzeria is named America's top pizza spot, according to @TripAdvisor. 🍕 The pizzeria's Chef Louis Hubbell chat…\n\n
7114                                                                                                                                                                         #NetflixHillHouse\n\n\n\n\n\n\n@netflix seriously? 10 episodes??\n\n\n\n\n\n\nIt was insane!!!!! Love it!! https://t.co/K0Oef3MSES\n\n
7115                                                                                                                                                               RT @Disney: Oh, look! Another glorious episode of #HocusPocus: The Brew to celebrate 25 years of the Sanderson Sisters. https://t.co/J3K5m7…\n\n
7116                                                                                                                                                            RT @evankirstel: This @dave_michels &gt; @Samsung announces Galaxy Book2, a Windows 10 S laptop with gigabit LTE and 20-hour battery life | Ve…\n\n
7117                                                                                                                                                  RT @Sharat_Chander: Attending @OracleCodeOne? Come meet/attend sessions by members of the @Oracle @Java Platform Team:\n\n\n\n\n\n\nhttps://t.co/o9SzqlN…\n\n
7118                                                                                                          RT @packers: #Packers QB @AaronRodgers12 has been voted @FedEx @NFL Air Player of the Week!\n\n\n\n\n\n\n\n\n\n\n\n\n\n📰: https://t.co/zJfjmbiZBH \n\n\n\n\n\n\n\n\n\n\n\n\n\n#GoPackGo https:/…\n\n
7119                                                                                                          RT @packers: #Packers QB @AaronRodgers12 has been voted @FedEx @NFL Air Player of the Week!\n\n\n\n\n\n\n\n\n\n\n\n\n\n📰: https://t.co/zJfjmbiZBH \n\n\n\n\n\n\n\n\n\n\n\n\n\n#GoPackGo https:/…\n\n
7120                                                                                                          RT @packers: #Packers QB @AaronRodgers12 has been voted @FedEx @NFL Air Player of the Week!\n\n\n\n\n\n\n\n\n\n\n\n\n\n📰: https://t.co/zJfjmbiZBH \n\n\n\n\n\n\n\n\n\n\n\n\n\n#GoPackGo https:/…\n\n
7121                                                                                                                                     @tekaldas @jpmorgan What we know about the Khashoggi murder:\n\n\n\n\n\n\n\n\n\n\n\n\n\n- American news reports are based on Turkis and Qatar… https://t.co/h4K8cjcR8t\n\n
7122                                                                                                          RT @packers: #Packers QB @AaronRodgers12 has been voted @FedEx @NFL Air Player of the Week!\n\n\n\n\n\n\n\n\n\n\n\n\n\n📰: https://t.co/zJfjmbiZBH \n\n\n\n\n\n\n\n\n\n\n\n\n\n#GoPackGo https:/…\n\n
7123                                                                                                                                                                    @verizon Wait, we pay premium price for sub premium service and you want to screw us more by paying for something you allow? Seriously?\n\n
7124                                                                                                                                                                                @netflix I’ll need to see Practical Magic and or Hocus Pocus sometime soon, so if you could get in that, that’d be perf thx\n\n
7125                                                                                                                                                  @Disney KJV Bible PDF Download Read John 3 Rom 10 https://t.co/TvmDoTP5eg\n\n\n\n\n\n\nHow To Receive the Baptism in the Holy Sp… https://t.co/FBR5Ag6DTM\n\n
7126                                                                                                                                                               RT @antgrasso: Epiphany, in collaboration with @IBM, is hosting an Open Banking event, join us at “Succeed in Open Banking” October 25th in…\n\n
7127                                                                                                                                                  RT @Honda: Shine your own unique light on your stylish new #HondaInsight with illumination accessories.\n\n\n\n\n\n\n#Illuminate #HondaGenuineAccessorie…\n\n
7128                                                                                                                                                               @Tesco Thank you, I’ll try and get the details tomorrow. I’m not sure I got a receipt though as I don’t tend to@nee… https://t.co/c8WcB6NooO\n\n
7129                                                                                                                                                                                                Check out Lot of two coffee mugs, one ceramic, one bone china, pre-owned  https://t.co/Jl3nRrJHaF via @eBay\n\n
7130                                                                                                                                                   @Reuters Fake news \n\n\n\n\n\n\n\n\n\n\n\n\n\nReuters your mistake is depending what is Turkish reports you didn’t remember 1600 journalist in the jell\n\n
7131                                                                                                                                                                                                              RT @Bosslogic: Damn, the new 13 reason's why got darker @netflix 👀😅 https://t.co/05S8mL8pmL\n\n
7132                                                                                                                                                                                   @McDonalds I just had the worst Durr Burger from your greasy grove location, can I get some assistance on resolving this\n\n
7133                                                                                                                                                                                             RT @marvinchhoun: Damn y’all boo boo fo this, I was hella sippin that shit. @McDonalds https://t.co/U99mthO7ce\n\n
7134                                                                                                                                                               RT @BMW: Charm is its essence. Elegance its character.\n\n\n\n\n\n\nThe first-ever #BMW #X7. https://t.co/H36TU4z7oX https://t.co/07TfYx9syg\n\n
7135                                                                                                                                                                           Check out Live At Yoshi's Jazz &amp; Sushi Cafe DVD Allan Holdsworth, Alan Pasqua in High Def  https://t.co/fezC8yvlHW via @eBay\n\n
7136                                                                                                                                                                #DigitalMarketing tip of the day for #lawfirms: Respond to all online reviews, good and bad. Why? @Google notifies… https://t.co/5ATueWHCKL\n\n
7137                                                                                                                                                               @SaintRPh @ProcterGamble Perfect. Also, seems @LisaMHancox's bigger problem is she makes so much snot. You might wa… https://t.co/rK8p6EM45s\n\n
7138                                                                                                                                                               RT @jamiemcmurray: What’s your favorite @McDonalds #TrickTreatWin @TeamChevy Camaro ZL1 for @kansasspeedway? RT for purple, LIKE for yellow…\n\n
7139                                                                                                                                                                           #hallowware Liquid Silver Plating System, Silverware Kit, Medallion Brand Medalllion Bran... https://t.co/KuemJoAM0I via @amazon\n\n
7140                                                                                                                                                                                       Check out VINTAGE INDIAN HEAD NICKEL MIXED METALS BELT BUCKLE 2.5" X 3" #UNBRANDED https://t.co/8qo2lW6ibG via @eBay\n\n
7141                                                                                                                                                               RT @netflix: In honor of #HispanicHeritageMonth, we brought together nine Netflix stars for this stunning photoshoot — and now I'm going to…\n\n
7142                                                                                                                                                                RT @Disney: "Six intrepid friends, led by Fred, their leader, Freeeeed! Fred's Angels, mmm-mmm-mmm! Fred's Angels, mmm-mmm-mmm! Harnessing…\n\n
7143                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7144                                                                                                                                                 RT @Agostinozoida: Set an Alarm... Oct 30th! Uncle Joey is coming to your living rooms only on @netflix #Allhallowseve @madflavor 🐐 \n\n\n\n\n\n\nBoo Co…\n\n
7145                                                                                                                                                 RT @Agostinozoida: Set an Alarm... Oct 30th! Uncle Joey is coming to your living rooms only on @netflix #Allhallowseve @madflavor 🐐 \n\n\n\n\n\n\nBoo Co…\n\n
7146                                                                                                                                                  RT @genmitsu: #GothamNeedsYou in its dark hour #SaveGotham\n\n\n\n\n\n\n@warnerbrostv @TheCW @TheDCUniverse @netflix @AmazonStudios @nbc @HBO @GothamTVW…\n\n
7147                                                                                                                                                                                    Check out STERLING SILVER DOUBLE TEARDROP DANGLE EARRINGS 3.5" #Unbranded #DropDangle https://t.co/BihXqjy2q8 via @eBay\n\n
7148                                                                                                                                                                                       @slb79 @zunguzungu @netflix No, but I've noticed that data aggregation sites like the horrid MyLife think I'm white.\n\n
7149                                                                                                                                                                                          RT @Reuters: Turkish police search forest, coastal city for journalist's remains: sources https://t.co/KhuUkhfBEo\n\n
7150                                                                                                          RT @packers: #Packers QB @AaronRodgers12 has been voted @FedEx @NFL Air Player of the Week!\n\n\n\n\n\n\n\n\n\n\n\n\n\n📰: https://t.co/zJfjmbiZBH \n\n\n\n\n\n\n\n\n\n\n\n\n\n#GoPackGo https:/…\n\n
7151                                                                                                                                                               @facebook you block Gosnell ads for political speech? You can’t be serious! Not ONE liberal, dem, Soros funded grou… https://t.co/4qwFBsNT7L\n\n
7152                                                                                                                                                                                           Hanes Boys' Big Active Cool X-Temp Boxer Brief 5-Pack, Assorted, Large Hanes https://t.co/L85fRmsSwH via @amazon\n\n
7153                                                                                                                                                           MarTech Today: @Google launches AdLingo, @InMobi buys @Sprint’s ad firm &amp; Fullscreen offers a @YouTube brand safety… https://t.co/uY6mRKugf2\n\n
7154                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7155                                                                                                                                                                                          Check out Totem Poles, Quaker Puffed Wheat and Rice 1952 set of 5 Very neat!    https://t.co/THUyTmHqx4 via @eBay\n\n
7156                                                                                                                                                               RT @Burberry: Shop the white #ThomasBurberryMonogram T-shirt and sweatshirt now. Available on Instagram, for 24 hours only #TheBSeries http…\n\n
7157                                                                                                                                    RT @NRCC: @Costco ✅ In Wisconsin, Marshfield employees are getting bonuses as a direct result of #taxreform \n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/XRIeD5ijDj https…\n\n
7158                                                                                                                                                               RT @57Veronica: Tess invited the hostages, Dana.. well, everyone but that drunk guy #BatB #BatBMagic @netflix @NetflixNL https://t.co/H6l6B…\n\n
7159                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7160                                                                                                                                                                                               Check out Degas: Beyond Impressionism by Kendall, Richard Paperback Book   https://t.co/CCSk3Fd47N via @eBay\n\n
7161                                                                                                                                                               RT @hotestatesales: Check out Vintage Antique Yellow Stoneware Mixing Bowl Spongeware  9"  https://t.co/XTLNRV8Lnm via @eBay #hotestatesale…\n\n
7162                                                                                                                                                                        MY DEAD BLUE CATERPILLAR by R.D. Murray FREE TODAY 18TH OCTOBER\n\n\n\n\n\n\n 2018\n\n\n\n\n\n\nhttps://t.co/0x3CuTvrUQ via @amazon\n\n
7163                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7164                                                                                                                                                                                          @renailemay @Microsoft @foxitsoftware Yeah, I don't think it's vendor specific. They all have an agenda to  push.\n\n
7165                                                                                                                                                               RT @IBMPowerSystems: Exciting news, Data Scientists! @IBM and @NVIDIA further collaborations to advance open source GPU acceleration  https…\n\n
7166                                                                                                                                     RT @Walmart: Our Radio DJs are working on some new in-store playlists...what would you like to hear while strolling down the aisle? \n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's…\n\n
7167                                                                                                                                                                                       RT @MsMeganTweets: @Sony Or maybe the Chinatown dresses\n\n\n\n\n\n\n#Timeless #SaveTimeless https://t.co/7TNock2Nnq\n\n
7168                                                                                                                                                                                                              RT @Bosslogic: Damn, the new 13 reason's why got darker @netflix 👀😅 https://t.co/05S8mL8pmL\n\n
7169                                                                                                                                                                                                                                                    I'm having a "my @amazon package was EMPTY" kind of day\n\n
7170                                                                                                                                                                                                       RT @Reuters: Asia stocks falter as dollar, U.S. yields rise to one-week high https://t.co/4m8ktvis4D\n\n
7171                                                                                                                                                               RT @ciscoDC: Ending our #TFD17 sessions with a presentation on #AI at @Cisco with Kubeflow, tune in now to watch the livestream: https://t.…\n\n
7172                                                                                                                                                               RT @TonyaStanley123: @reeses @amazon All of the above!!!! A,B, and C!! Anything Reese's is my favorite! Regular Reese's Cups, Mini's, Cooki…\n\n
7173                                                                                                                                                                                             RT @marvinchhoun: Damn y’all boo boo fo this, I was hella sippin that shit. @McDonalds https://t.co/U99mthO7ce\n\n
7174                                                                                                                                                                                      @verizon Just saw your ad for military personnel. Love, love, love. Thank you for supporting those who protect us!!!!\n\n
7175                                                                                                                                    RT @TMobile: Every tweet with #HR4HR donates $1 to @TeamRubicon’s hurricane recovery efforts. \n\n\n\n\n\n\n\n\n\n\n\n\n\n🔁 Tweet, donate, repeat! https://t.co/TYAyB…\n\n
7176                                                                                                                                                                                                              @amazon @AmazonHelp \n\n\n\n\n\n\n\n\n\n\n\n\n\nWhat is this? 🤦🏾‍♀️😩 https://t.co/VHvtBC2hOM\n\n
7177                                                                                                                                      RT @SamuelSimonis: @dbienaime @ReutersIndia @Reuters is this what you are calling Violent ? \n\n\n\n\n\n\n\n\n\n\n\n\n\n#FakeNews better check #PetroCaribeChallenge…\n\n
7178                                                                                                                                                                                   Eats, Shoots &amp; Leaves: The Zero Tolerance Approach to Punctuation by Lynne Tr... https://t.co/maXFrLdNHb via @amazon\n\n
7179                                                                                                                                                                                                Only a couple days left! Get in on the RC lot!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/m7stEQ8YqK via @eBay\n\n
7180                                                                                                                                                               RT @MorganStanley: Children who have savings accounts in their own name are more likely to develop the habit of saving money as adults, res…\n\n
7181                                                                                                                                                               RT @VisaNews: In an expansion of the Visa Token Service with @Netflix, @Visa is working to help create an easier and more secure online pay…\n\n
7182                                                                                                          RT @Walmart: @BTSxMidAtl "24 hours isn’t enough\n\n\n\n\n\n\nCan’t afford to be confused\n\n\n\n\n\n\nI do my thang (I do my thang)\n\n\n\n\n\n\nI love shopping at WALMART!!!" \n\n\n\n\n\n\n🤣…\n\n
7183                                                                                                                                                                                                                       RT @Walmart: @Custor817 There's only one rule, you must karaoke the entire album. 👀\n\n
7184                                                                                                                                     RT @TMobile: Let’s keep it going! \n\n\n\n\n\n\n\n\n\n\n\n\n\nFor every tweet with #HR4HR we’re donating $1 to @TeamRubicon’s hurricane recovery efforts. https://t.c…\n\n
7185                                                                                                                                                               RT @BestEventsLA: Sabrina the Teenage Witch is returning, reinvented as a new series on @netflix. To celebrate, there's a @sabrinanetflix #…\n\n
7186                                                                                                                                                                        Check out Lovers "True Love" Promise Rings Stainless Steel Crystal 18K Gold Plated Jewelry #MOZEL https://t.co/NVlCvZ1jYR via @eBay\n\n
7187                                                                                                                                                            @Reuters @Breakingviews Dang! I'd best get started on https://t.co/KSDOHAVMLs\n\n\n\n\n\n\n(Still available via  🦊 https://t.co/E5CZAhCw8H 🦊)\n\n
7188                                                                                                                                                               @ABC @NBC @CBS Please start reporting on Trump as the crazy man he is, rather than just a politician with a differe… https://t.co/uMZEuaLCmD\n\n
7189                                                                                                                                                               RT @zoewale: @LisaMHancox @Kleenex_UK Hi @Kleenex_UK @Apple  My 4yo orange asked me what was written here. Then he asked, why are they call…\n\n
7190                                                                                                                                                               RT @LSUfootball: Josh Iverson, senior graphic designer at @Nike, immersed himself in the history of @LSU to design the alternate uniform. #…\n\n
7191                                                                                                                                                               @Sony how's possible that when you update your system to the new version, something happens and the only way that y… https://t.co/Hbe49TZY4F\n\n
7192                                                                                                                                                               RT @SRockRowdies: ICYMI: Former @SRURockFB @RockAlumni WR, Devin Goda is now the new male model for the hit @CBS TV Show: @PriceIsRight #Ro…\n\n
7193                                                                                                                                                     #Sun_🌟7 #NikeNebulahAtomSmasher_🌟7 @Nike _The Show must go on_ 👌🏿Zee!↔️↔️↔️↔️🎯🎯🎯🎯👇👇👇👇🥃💦🙏"life moves""like crossing… https://t.co/CTtEo3pw3e\n\n
7194                                                                                                                                                                                  Check out Apple iPhone 8 Plus - 256GB - Silver A1897 (GSM) #Apple #Bar https://t.co/wCQODbYg3m via @eBay\n\n\n\n\n\n\nhtt\n\n
7195                                                                                                                                                               @Nestle Your company’s actions speak otherwise. And just admit you only care about profits, not the communities whe… https://t.co/sUEkzf5Wv9\n\n
7196                                                                                                          RT @Walmart: @BTSxMidAtl "24 hours isn’t enough\n\n\n\n\n\n\nCan’t afford to be confused\n\n\n\n\n\n\nI do my thang (I do my thang)\n\n\n\n\n\n\nI love shopping at WALMART!!!" \n\n\n\n\n\n\n🤣…\n\n
7197                                                                                                                                                                                                       Saw screening of “Girl” by @netflix w @BonnieFuller. Great, complicated film https://t.co/K5S1UeOli3\n\n
7198                                                                                                                                              If you are a host, do not miss this opportunity to get great help.  \n\n\n\n\n\n\n\n\n\n\n\n\n\n@GoUppers @Airbnb @homeaway @TripAdvisor @trivago @bookingcom\n\n
7199                                                                                                                                                               RT @CleverlyCool: Check out CHRISTMAS 19" POKER PLAYING SANTA FIGURINE STATUE Felt Base -Arms Move  https://t.co/IdxbTdhi1t via @eBay #hall…\n\n
7200                                                                                                                                                                Whenever @amazon ships packages through its own carrier (instead of UPS or USPS), my packages arrive days late or,… https://t.co/6E1u8HS01P\n\n
7201                                                                                                          RT @Walmart: @BTSxMidAtl "24 hours isn’t enough\n\n\n\n\n\n\nCan’t afford to be confused\n\n\n\n\n\n\nI do my thang (I do my thang)\n\n\n\n\n\n\nI love shopping at WALMART!!!" \n\n\n\n\n\n\n🤣…\n\n
7202                                                                                                                                      RT @ShenRachael: @Walmart @BTSxMidAtl I applaud you.xD\n\n\n\n\n\n\n\n\n\n\n\n\n\nWas literally in walmart in Ottawa (billings bridge) picking up two more copies of…\n\n
7203                                                                                                                                                                                    Check out Vintage Hurricane Lamp Round Globe Blue with Embossed Floral Design 4 1/4"  https://t.co/20mMaoNQLm via @eBay\n\n
7204                                                                                                          RT @Walmart: @BTSxMidAtl "24 hours isn’t enough\n\n\n\n\n\n\nCan’t afford to be confused\n\n\n\n\n\n\nI do my thang (I do my thang)\n\n\n\n\n\n\nI love shopping at WALMART!!!" \n\n\n\n\n\n\n🤣…\n\n
7205                                                                                                                                                               Google search: emotional support group for those who have finished The Haunting of Hill House. @netflix, can you st… https://t.co/wCFxO53urp\n\n
7206                                                                                                                                                                @donnabrazile @Google How you do resolve that? Not letting the means justify the ends, and undermine everything in… https://t.co/SXFSQw45Nt\n\n
7207                                                                                                                                                                           RT @BgtnStrucked: @Walmart @BTSxMidAtl Ursoo!!!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#TheSong #IDOL #PCAs @BTS_twt https://t.co/zvUncmHAcW\n\n
7208                                                                                                                                                               @Reuters 3- investigation, and without even asking professional questions about why the Turkish authorities did not… https://t.co/ZnNZURWHb6\n\n
7209                                                                                                          RT @Walmart: @BTSxMidAtl "24 hours isn’t enough\n\n\n\n\n\n\nCan’t afford to be confused\n\n\n\n\n\n\nI do my thang (I do my thang)\n\n\n\n\n\n\nI love shopping at WALMART!!!" \n\n\n\n\n\n\n🤣…\n\n
7210                                                                                                                                           RT @BTSxMidAtl: @BgtnStrucked @Walmart @BTS_twt That pic is now in my collection... TYSM\n\n\n\n\n\n\n💍\n\n\n\n\n\n\n#PCAs #TheGroup #BTS\n\n\n\n\n\n\n@BTS_twt\n\n
7211                                                                                                                                                                                                        RT @BTSx50States: We 💜 you @Walmart 🤣\n\n\n\n\n\n\n\n\n\n\n\n\n\n@BTS_twt https://t.co/kRgaSWIoZw\n\n
7212                                                                                                                                                                           RT @BgtnStrucked: @Walmart @BTSxMidAtl Ursoo!!!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#TheSong #IDOL #PCAs @BTS_twt https://t.co/zvUncmHAcW\n\n
7213                                                                                            RT @mO_OseNme: | ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|\n\n\n\n\n\n\n|         HEY @netflix!         |\n\n\n\n\n\n\n|      RENEW SENSE8       |\n\n\n\n\n\n\n|___________| \n\n\n\n\n\n\n                \\ (•◡•) /…\n\n
7214                                                                                                                                                               I wanna believe that @Walmart is an ARMY too? but ah well..with their support, we really appreciate it!!\n\n\n\n\n\n\n\n\n\n\n\n\n\n@BTS_twt\n\n
7215                                                                                                                                                           @catzwordz If it was good going in &amp; @Nissan damaged it during your #Takata #airbag remedy, then they need to fix i… https://t.co/J1RSQihZ6N\n\n
7216                                                                                                                                                                                           Check out 5" Hookah Water Pipe Bong Navy and Maroon Mini Tobacco Water Pipe w/Carb https://t.co/MkcTdtWUtb @eBay\n\n
7217                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7218                                                                                                                                                                                                                                                                 @facebook Stfu, ya bunch of soulless punks\n\n
7219                                                                                                                                                                                            RT @McLarenF1: Two icons, reunited. @CocaCola\n\n\n\n\n\n\n\n\n\n\n\n\n\n📸: John Hendy https://t.co/vvqHEoTZVw\n\n
7220                                                                                                                                                               @amazonIN @amazon @amazonIN Amazon fail to solve my problem. Wrong display, wrong product even multi time replaceme… https://t.co/BUCsckz2Sc\n\n
7221                                                                                                                                                   RT @iandrosov: @salesforce #LightningChampions are blazing in Japan with this workshop\n\n\n\n\n\n\n@HeadInTheClowdz @akaCarioca https://t.co/tUJsw2nvcI\n\n
7222                                                                                                                                                               @AmazonHelp @amazon @amazonIN @JeffBezos Stop being apologetic and refund my money, please tell me the ETA for this… https://t.co/syr3zgMR3Z\n\n
7223                                                                                                                                                                RT @ruprice1: #Fayetteville, #NC @WellsFargo Community Day is here! What a great opportunity to learn more about what Wells Fargo is doing…\n\n
7224                                                                                                                                                                                                        @MadFerIt39 @netflix The sky isn’t the color of applesauce, nor the texture. 🤔 are drugs involved?\n\n
7225                                                                                                                                                                            Check out LeapFrog LeapTV Blaze and the Monster Machines Educational, Active Video Game https://t.co/khPdZ6MeYM @eBay #leapfrog\n\n
7226                                                                                                                                                                                                                 RT @Walmart: @BlondeFoxy Mentoring fursuiters for the next generation? Nicely done, Lucky.\n\n
7227                                                                                                                                            RT @FormerlyFormer: @Reuters Y’all, the people who scold and squawk at us 24/7 ceaselessly have “broken their silence.”\n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease clap.\n\n
7228                                                                                                                                     RT @ravikikan: This @Google Tutorial on #MachineLearning is the best: https://t.co/VI9NxmRt9d by @jason_mayes\n\n\n\n\n\n\n\n\n\n\n\n\n\nv @ravikikan @KirkDBorne @Fi…\n\n
7229                                                                                              RT @noconversion: @amazonIN \n\n\n\n\n\n\n@AmazonHelp \n\n\n\n\n\n\n@amazon \n\n\n\n\n\n\nHindu History and HINDU scriptures are not "Myth".....\n\n\n\n\n\n\n\n\n\n\n\n\n\nWhy are you calling them "mythol…\n\n
7230                                                                                                                                                               RT @LucyLouMa55: @them @Google I don’t care , sexual identity is not part of voting! Keeping America alive, law biding, family values, free…\n\n
7231                                                                                                                                                                                RT @rmead777: Dear @CNN @MSNBC @ABC @NBC and @CBS ...\n\n\n\n\n\n\n\n\n\n\n\n\n\nTHIS is an apple ⬇️ https://t.co/4BKTBMrJpJ\n\n
7232                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7233                                                                                                                                     RT @TMobile: Keep the #HR4HR tweets coming, so we can keep the donations going!\n\n\n\n\n\n\n\n\n\n\n\n\n\nThis @MLB Postseason we’re donating $1 per tweet to @TeamR…\n\n
7234                                                                                                                                                                     @Apple Thanks @DeanCapture for RT. Big fan of your work. We travel in the same circles. This 1T "valued" company needs to be tuned-up.\n\n
7235                                                                                                                                                               RT @Jgoddess_: I’m the story new Amazonians are told when they join @amazon. Just got this word from an Amazonian in Huntington, WV where m…\n\n
7236                                                                                                                                                                               RT @antiqueman99: Check out Queen Victoria Robes 5,10/ 1Pound used , watermarks See scans  https://t.co/SuCcEZLYCl via @eBay\n\n
7237                                                                                                                                                                So, I just finished 'To all the boys I've loved before' for the fourth time in less than a month. Give me a break @netflix  @alltheboysfilm\n\n
7238                                                                                                                                                   Check out Men's Sheer Free size Thong Bodysuit #Unbranded #Bodysuit https://t.co/5XhjDA9Rn4 via @eBay\n\n\n\n\n\n\nONLY FIFTEEN… https://t.co/vyqa89tyUd\n\n
7239                                                                                                                                                               RT @aliciatillman: Congratulations to every customer, partner and employee of @SAP - as @BillRMcDermott says, the best is yet to come! #The…\n\n
7240                                                                                                                                                                            Yeah. We got some meal vouchers to @McDonalds so... at least there’s that. Just send me a new plane and we’ll call it even, ok?\n\n
7241                                                                                                                                                                                                                     All answered @amazon \n\n\n\n\n\n\n#Quiztimemorningswithamazon https://t.co/alDPBOywCQ\n\n
7242                                                                                                                                                                                                                                                         @reeses @amazon A, B, and C #NotSorry #Sweepstakes\n\n
7243                                                                                                                                                                                        Check out Art Through the Star Stream Oracle. Brand New, Free Shipping, Priority  https://t.co/0TRetfDwNr via @eBay\n\n
7244                                                                                                                                                                 RT @TheVolawatcher: China CA balance exp to change negative in 2019\n\n\n\n\n\n\n\n\n\n\n\n\n\ngraph @DeutscheBank https://t.co/5z4AFyeHPQ\n\n
7245                                                                                                                                                                                           ECR4Kids Softzone Children's Playroom Furniture, Assorted (8-Piece) ECR4Kids https://t.co/Ejiv7IH8Bh via @amazon\n\n
7246                                                                                                                                                                                                                        Check out Hasbro Joe Namath 1993 Doll 12" #HASBRO https://t.co/KE6G0E9mfg via @eBay\n\n
7247                                                                                                                                                                                 Check out AUTHENTIC CHANEL BLACK CLASSY ANKLE BOOTS SHOES, SIZE 39, $1500 SEXY&amp; STUNNING https://t.co/oMf3MElORP @eBay\n\n
7248                                                                                                                                                                                                 Hey @amazonecho, you need to offer streaming capabilities for @Spotify free users, like @Google Home does.\n\n
7249                                                                                                                                                               RT @BankofAmerica: Celebrate the love we have for each other at @PRIDELasVegas October 19, and show the world we can all bank on love. #Lov…\n\n
7250                                                                                                                                                                   RT @Sony: Death is only the beginning. The Possession of Hannah Grace, in theaters November 30. #PossessionMovie https://t.co/64McAU5fBa\n\n
7251                                                                                                                                                                                                                           RT @jpmorgan: Global beer drinking is on the decline, except in these countries.\n\n
7252                                                                                                                                                                RT @salesforce: Trust in companies is at a low point, says Salesforce Chief Innovation Officer @simonmulcahy and @WEF's @nickdavis97. This…\n\n
7253                                                                                                                                                                                  RT @cammellieri: #BatBMagic  \n\n\n\n\n\n\n#BatB "Held Hostage" \n\n\n\n\n\n\n@netflix @NetflixIT https://t.co/OxFdNPW1m3\n\n
7254                                                                                                                                                 RT @cammellieri: Vincent leaves before Gabe gets to tell him that Tori is also in there.😎\n\n\n\n\n\n\n    #BatBMagic #BatB @netflix @NetflixIT https://…\n\n
7255                                                                                                          RT @Walmart: @BTSxMidAtl "24 hours isn’t enough\n\n\n\n\n\n\nCan’t afford to be confused\n\n\n\n\n\n\nI do my thang (I do my thang)\n\n\n\n\n\n\nI love shopping at WALMART!!!" \n\n\n\n\n\n\n🤣…\n\n
7256                                                                                                                        RT @DeborahAnnWoll: 18 DAYS until @daredevil Season 3!!! October 29th on @netflix !! \n\n\n\n\n\n\n\n\n\n\n\n\n\nThese are stills from S1E6 Condemned \n\n\n\n\n\n\nRT https://t.c…\n\n
7257                                                                                                                                                               @AmazonHelp @amazon @JeffBezos it look like everyday customer care executive will ask me about, did I fill/update m… https://t.co/X2Aw7BFZGa\n\n
7258                                                                                                                                                               RT @TMobile: Every home run this @MLB Postseason = a $5k donation, and every tweet with #HR4HR is another $1 to @TeamRubicon’s hurricane re…\n\n
7259                                                                                                                                                                                                                         @Tesco Hi Holly, order reference497672. Just sent you my details through PM @Tesco\n\n
7260                                                                                                                                                                              Check out My Weight Loss Chart, 2 Stone - 10 Stone, Slimming Chart, Dieting Chart, Sticker  https://t.co/RhmRRpuTjo via @eBay\n\n
7261                                                                                                        RT @gladwethoughtof: #newbook Halloween Pumpkin, where are you? \n\n\n\n\n\n\n\n\n\n\n\n\n\nAn instant #classic #Halloween #book\n\n\n\n\n\n\n\n\n\n\n\n\n\n#shopnow @amazon &amp; @barnesandnoble…\n\n
7262                                                                                                                                                               RT @LSUfootball: Josh Iverson, senior graphic designer at @Nike, immersed himself in the history of @LSU to design the alternate uniform. #…\n\n
7263   RT @d_robby3: Foo Fighters\n\n\n\n\n\n\n\n\n\n\n\n\n\n-  R U N !  -\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/U0Op7iwJlf\n\n\n\n\n\n\n\n\n\n\n\n\n\n@JACK\n\n\n\n\n\n\n@JeffBezos\n\n\n\n\n\n\n@amazon\n\n\n\n\n\n\n@baptistpress\n\n\n\n\n\n\n@cnalive\n\n\n\n\n\n\n@usccbfreedom\n\n\n\n\n\n\n@MormonNe…\n\n
7264                                                                                                                                                         RT @BMW: Increased battery range for an enhanced driving pleasure. The new #BMW #i3. \n\n\n\n\n\n\nhttps://t.co/PBPsioIp1w https://t.co/I69ZpIuVuJ\n\n
7265                                                                                                                                                      @ATT lie. \n\n\n\n\n\n\nOn the phone for 20 minutes to hear that the department is closed. Call back during particular hours. https://t.co/spguxRV8z1\n\n
7266                                                                                                                                                               RT @Daddy_Warpig: If you own a Mac and have a lot of ebooks you didn’t buy from @Apple, don’t upgrade to Mojave: the new Books app will del…\n\n
7267                                                                                                                                                               RT @DrGreenThumb45: @Sekusa1 @Teresag99481885 @JoeBiden @CBS If he does, we’re doing a go fund me, to create #CreepyJoePedo ads ALL OVER th…\n\n
7268                                                                                                                                                               @them @Google voting for #CrookedDems is voting your own room - all they leave in their wake is dystopia, failed co… https://t.co/91qswtZcmW\n\n
7269                                                                                                                                                       How am I supposed to get over the fact that @EverythingSuxTV got cancelled?! I neeed MORE\n\n\n\n\n\n\n@netflix DO SOMETHING https://t.co/axpxB2Wp8D\n\n
7270                                                                                                                                                                @IngrahamAngle Dont even understand why people have @facebook pages, especially if your going to post conservative… https://t.co/7mGajIeEcf\n\n
7271                                                                                                                                                               RT @jamiemcmurray: What’s your favorite @McDonalds #TrickTreatWin @TeamChevy Camaro ZL1 for @kansasspeedway? RT for purple, LIKE for yellow…\n\n
7272                                                                                                                                                               RT @jamiemcmurray: What’s your favorite @McDonalds #TrickTreatWin @TeamChevy Camaro ZL1 for @kansasspeedway? RT for purple, LIKE for yellow…\n\n
7273                                                                                                                                                               RT @josh_emerson: If this an actual Saudi influenced operation, I can guarantee they are on @facebook and @instagram too.  Keep your eyes o…\n\n
7274                                                                                                                                                               @PaulDoroshenko @Ford I think might have bought a company I worked with back ~1999, made an electric Mercedes, boug… https://t.co/aUf30Vj69Z\n\n
7275                                                                                                                                                                              Check out Learning Resources MathLink Cubes, Set of 100 / Educational Counting Toy, Set of  https://t.co/8rBUW1llUX via @eBay\n\n
7276                                                                                                                                                                                     Magic Pet Bracelet Twisty Petz Funny DIY Creative Animal Magical Bangle UK\n\n\n\n\n\n\n@Apple https://t.co/n6mWKyulVK\n\n
7277                                                                                                                                                           RT @DailyFinds4U: 3 Reasons to Visit: the Northern Lights scenery &amp; nature ... Great savings on hotels in Tromsø, Norway at @bookingcom onl…\n\n
7278                                                                                                                                                                          Check out Crash: Tag Team Racing (Nintendo GameCube, 2005) ***COMPLETE w/ MANUAL &amp; CASE***  https://t.co/vlcUrRc7oe via @eBay\n\n
7279                                                                                                                                                                                Check out this Amazon deal: DEX FIT Level 5 Cut Resistant Gloves Cru553, ... by DEX FIT https://t.co/XnMnxPqK5H via @amazon\n\n
7280                                                                                                                                                               RT @joeylogano: APPEARANCE ALERT - I'll be at the Sam's Club in Kansas City, KS with @CocaCola at 6:45 PM tomorrow. Come say HEY! #CokePart…\n\n
7281                                                                                                                                                                 RT @Timobros: From the bottom of my heart. Enjoy #ThenightcomesforUs , encourage your (adult) friends,families to watch it via @netflix .…\n\n
7282                                                                                                                                                  From the @Toyota newsroom today - Rally de Espana: Preview\n\n\n\n\n\n\nToyota Yaris WRC set for a crucial test on both gravel a… https://t.co/LGpaSHxH3o\n\n
7283                                                                                                                                 RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. Good luck! \n\n\n\n\n\n\n\n\n\n\n\n\n\n#C2BGiv…\n\n
7284                                                                                                                                                                    RT @flippinsuzy: Check out Vintage The Kitchen Prayer Wall Hanging Plate 10 1/2 " Home Kitchen Decor  https://t.co/fXrhbCZ2gT via @eBay\n\n
7285                                                                                                                                                                                  Check out Black white matrix 21x36"grill cloth/fabric amp speaker cabinet #KLDguitaramp https://t.co/eOkYvH6gNm via @eBay\n\n
7286                                                                                                                                                                              Check out Real Raw Amethyst, Garnet, Herkimer Diamond Gold Eletcroplated Connector Jewelry  https://t.co/EhB2E56X0O via @eBay\n\n
7287                                                                                                                                     @Disney @WaltDisneyCo @Disneyland @DisneyParks \n\n\n\n\n\n\n\n\n\n\n\n\n\nWe the people demand that you make @jasoninthehouse (Jason Chaffet… https://t.co/anWcLURDWd\n\n
7288                                                                                                                                                               @Walmart Hey, pls play more of @BTS_twt songs, if you could play their other older songs that would be nice too. Pu… https://t.co/NJ2M6JnORu\n\n
7289                                                                                                                                                                                             Check out HANDMADE PERSONALISED CHRISTMAS POLAR BEAR CARD MUM ,DAD ,SON,DAUGHTER https://t.co/S7oPyGh7qK @eBay\n\n
7290                                                                                                                                                                                    Ideal Total Action Football: The Fast Paced, Realistic, Table Top Soccer Game! #Ideal https://t.co/BnBOMMLgYT via @eBay\n\n
7291                                                                                                                                                               RT @Reuters: Two @Reuters journalists, Wa Lone and Kyaw Soe Oo, have been imprisoned in Myanmar since Dec. 12, 2017. Follow the case: https…\n\n
7292                                                                                                                                                                RT @jk2791: @easyJet We are awaiting a response from sending a claim form due to you losing our car seat both times, resulting in me hVing…\n\n
7293                                                                                                                                                                 RT @Timobros: From the bottom of my heart. Enjoy #ThenightcomesforUs , encourage your (adult) friends,families to watch it via @netflix .…\n\n
7294                                                                                                                                                               Thank you Soso for inspiring women to become leaders of today. With the help of @Cisco and @glblctzn, anything is p… https://t.co/LBvooiv2wa\n\n
7295                                                                                                                                                               RT @Reuters: Two @Reuters journalists, Wa Lone and Kyaw Soe Oo, have been imprisoned in Myanmar since Dec. 12, 2017. Follow the case: https…\n\n
7296                                                                                                                                                  RT @im_kumarg: @bookingcom \n\n\n\n\n\n\nBooked a guest house from https://t.co/0nKJq9y0V6 in Ooty. Payment successfully completed. Guest house owner de…\n\n
7297                                                                                                                                                                                    Check out Vintage Welmon by Wembley LEATHERBACK SATINS Tie 55" X 3 3/4" #Wembley #Tie https://t.co/0rD3vUGr1P via @eBay\n\n
7298                                                                                                                                                   Its Question time...what is a #computer\n\n\n\n\n\n\n#kids #AfricaCodeWeek #google #fun #code @LearnFactoryNG @Google @icukaegbu https://t.co/SGfSTlnequ\n\n
7299                                                                                                                                                               @BMW is a good product, fantastic car, PMB is slow, ineffective and a failure. Defaming a company’s logo as a way o… https://t.co/EQjm3UX02j\n\n
7300                                                                                                                                                  RT @Reuters: EU's Barnier says Brexit deal 90 percent done https://t.co/770EMJaeiG\n\n\n\n\n\n\nHunts ideas on solving Irish backstop https://t.co/Usrfs…\n\n
7301                                                                                                                                                               RT @ChicagoJVP: Sign the petition from @7amleh and @jvplive, tell @Google: "There is such a thing as a Palestinian" #GoogleMapPalestine htt…\n\n
7302                                                                                                                                                                                                   @mariebudgie1 @McDonalds It's been ages since I've been in one tbh.\n\n\n\n\n\n\nI won't be rushing back\n\n
7303                                                                                                                                                               @FordPerformance @Ford oh man I'm in love, once the final numbers coming out ford fans will be treated with an amaz… https://t.co/kBUnymEoBy\n\n
7304                                                                                                                                                               @Daredevil @Marvel @netflix Congrats to you all for a phenomenal job on that prison scene in Episode 4 of Season 3,… https://t.co/D7aMIAI4Lw\n\n
7305                                                                                                                                                               RT @LeehamNews: Thank you @Boeing. The @futureofflight had been a tired, uninspired museum for decades, not worth the admission. Boeing wil…\n\n
7306                                                                                                                                     RT @pscoordsen13: Beauty And The Beast S2 Ep11 “Held Hostage”\n\n\n\n\n\n\n\n\n\n\n\n\n\n#BatBMagic #BatB \n\n\n\n\n\n\n\n\n\n\n\n\n\n@netflix https://t.co/5MW8x5epa2\n\n
7307                                                                                                                                                                 RT @Timobros: From the bottom of my heart. Enjoy #ThenightcomesforUs , encourage your (adult) friends,families to watch it via @netflix .…\n\n
7308                                                                                                                                                               RT @wikepedia2: You can delete your mess , do not worry @Reuters did delete their mess before, @washingtonpost did , @CNN did and @AJArabic…\n\n
7309                                                                                                                           @Reuters Biryani – Isfahan’s best-known dish\n\n\n\n\n\n\n👇\n\n\n\n\n\n\nhttps://t.co/CJNEj3P0xE …\n\n\n\n\n\n\n\n\n\n\n\n\n\n #Biryani #Isfahan #Iran… https://t.co/zW1y5Ke4I7\n\n
7310                                                                                                                                                         .@GoogleAI claims 99% accuracy in metastatic breast cancer detection.\n\n\n\n\n\n\nA division within @Google dedicated to… https://t.co/rYO3lr0d7l\n\n
7311                                                                                                                                                               @gatorfanscott @Reuters Hey pretend victim, I’m still waiting on a tangible reason why you think the white man is t… https://t.co/Gt2WQUa7SK\n\n
7312                                                                                                                                                                                                            RT @Toyota: With a name like #Supra, you have to own it! #ShowYourSupra https://t.co/Qb9wYZabR3\n\n
7313                                                                                                                                                                     RT @Reuters: As the Jamal Khashoggi crisis grows, the Saudi king asserts his authority https://t.co/dN8FBhQnQr https://t.co/FY910AdOtU\n\n
7314                                                                                                                            Barista at @Starbucks to a customer in line: “Happy Friday!!” \n\n\n\n\n\n\n\n\n\n\n\n\n\nHe responds: “What’s so damn happy about it?” \n\n\n\n\n\n\n\n\n\n\n\n\n\n#ICanRelate\n\n
7315                                                                                                                                                                                                                            RT @Walmart: @ConniemelissaB Of course! Don't forget, Love Yourself. ❤ #BTSArmy\n\n
7316                                                                                                                                                                                                                                                                 @facebook  WHY, WHY, WHY HE IS HATED IN UK\n\n
7317                                                                                                                                                                     RT @PriyankaVarsan1: Grenade CARB KILLA 12x60g BARS - ANY COMBO - YOU DECIDE - BEST PRICE\n\n\n\n\n\n\n@Google https://t.co/kLhndWDewu\n\n
7318                                                                                                                                                                                                                     RT @Reuters: P&amp;G, Honeywell soothe Wall St. after sell-off https://t.co/EsKWTmRlKl\n\n
7319                                                                                                                                                                                                                     RT @Reuters: P&amp;G, Honeywell soothe Wall St. after sell-off https://t.co/EsKWTmRlKl\n\n
7320                                                                                                                                                           RT @trehunterstrove: Check out Horror DVD Lot of 4 Movies - Omen, Saw 2, Hide &amp; Seek, Paranormal Activity  https://t.co/5sdA8zhKIu via @eBay\n\n
7321                                                                                                                                                                RT @beberly18: Is it just me, or does @dennyhamlin appear constipated and not looking to enjoy an ice cold @CocaCola 🤷‍♂️ https://t.co/vcEQ…\n\n
7322                                                                                                                                                               RT @EJXD2: Please forgive this @facebook cross post, but I really want to share this with everyone here who have read about EJ for 7+ years…\n\n
7323                                                                                                                              Dear @facebook we want our most popular Marathi page back !!\n\n\n\n\n\n\nFB user name - @Maharashtrians Meme\n\n\n\n\n\n\n\n\n\n\n\n\n\n@fbnewsroom… https://t.co/OHhxfeyOyf\n\n
7324                                                                                                                                                               @shadowandact @Blavity @shondarhimes @netflix Don't get me wrong. She's making a ton of money, but I thought Ryan M… https://t.co/ECTFonA9EJ\n\n
7325                                                                                                                                                               RT @LaydenRobinson: "There is nothing in the #past . There is only the #PRESENT " https://t.co/S5eDZo2JQo   @amazon #FridayReads #Spiritual…\n\n
7326                                                                                                                                     RT @joelleeman: Hey @OneYoungWorld community, can you help amplify? \n\n\n\n\n\n\n\n\n\n\n\n\n\nToday marks the 312th day my @Reuters colleagues have been imprisoned…\n\n
7327                                                                                                                                                               RT @bobarcher2010: Explaining the company's "Lens to the Living Room" capabilities, @SonyProUSA lays out how @Sony 's divisions help one an…\n\n
7328                                                                                                                                                                       RT @LEGO_Group: When you finally reach Friday after a long, long week. 🤗 #FridayFeeling #LEGODisney @Disney https://t.co/oESESLqivJ\n\n
7329                                                                                                                                     RT @GhouliaChilds: Lightning Deal! Limited time\n\n\n\n\n\n\nAIR FRYER Family Size 4.5Qt\n\n\n\n\n\n\n[affiliate link] https://t.co/wsBIu1tUzF via @amazon https://t.…\n\n
7330                                                                                                                                                               @McDonalds, I don’t understand why you have not stopped the abuse in your supply chain! More than 100 restaurant ch… https://t.co/HkQUwZy7hb\n\n
7331                                                                                                                                                                             RT @aniiket03: We want back @MaharashtriansM page on facebook.\n\n\n\n\n\n\n@facebook  \n\n\n\n\n\n\n#ReviveMaharashtriansMeMe\n\n
7332                                                                                                                                                                RT @ProcterGamble: We released results for the first quarter of our 2019 fiscal year. Our focus on superiority, productivity and improving…\n\n
7333                                                                                                                                                                         RT @ghe_majha: Bring back maharashtriansmeme back\n\n\n\n\n\n\n@facebook  @SanketJhaSaurabh\n\n\n\n\n\n\n#ReviveMaharashtriansMeMe\n\n
7334                                                                                                                                                               RT @Apple: iPhone XR. Breakthrough camera system with Depth Control. Advanced Face ID. A12 Bionic, the smartest, most powerful chip in a sm…\n\n
7335                                                                                                                                                                RT @LeaveEUOfficial: Amid accusations of political bias, why has @facebook hired Remoaner Nick Clegg to head up global affairs? Was it his…\n\n
7336                                                                                                                                     Just got done watching "#Apostle" on @netflix.\n\n\n\n\n\n\n\n\n\n\n\n\n\nAnyone else start holding the top of their heads when they "purifie… https://t.co/322RMA5VlQ\n\n
7337                                                                                                                                                                                     RT @carolecadwalla: Here we go...\n\n\n\n\n\n\nHow did @facebook think this was going to play? https://t.co/3r4X0ve2MU\n\n
7338                                                                                                                                          RT @Nissan: Our kind of pumpkin spice. 😏 \n\n\n\n\n\n\n#OMGTR #R35 #NissanGTR \n\n\n\n\n\n\n📷: jbt_creations\n\n\n\n\n\n\n🚗: lodhilife https://t.co/6zqFYQC7Kk\n\n
7339                                                                                                                                                  @facebook Disabled veteran says Facebook blacklisted him\n\n\n\n\n\n\nOn 'The Ingraham Angle,' combat veteran Brian Kolfage says… https://t.co/uvCtaoU9b8\n\n
7340                                                                                                                                                                                                                   Check your bills, check your bank account, @ATT stealin money from everybody up in here!\n\n
7341                                                                                                                                                               @Starbucks if I spend almost $4 for hot chocolate I expect a full cup, since I mobile ordered I can’t complain unti… https://t.co/9HV5h92nQj\n\n
7342                                                                                                                                                                                                                                @BH_AHughes @Starbucks "pronounced with an Umpty" is still my favorite line\n\n
7343                                                                                                                                                               RT @Apple: iPhone XR. Breakthrough camera system with Depth Control. Advanced Face ID. A12 Bionic, the smartest, most powerful chip in a sm…\n\n
7344                                                                                                                                                                       RT @thriftyfifty6: #Crystal Set of Two #CoupeWine Glasses, Cut Pattern, Thumbprints, 4 5/8 Inches  https://t.co/kAnwI0RsAV via @eBay\n\n
7345                                                                                                                                                                              Check out Charley Harper Hand Painted Needlepoint Canvas CATNIP 13:1 Mesh NEW 14" x 11.25"  https://t.co/qNpsLn825g via @eBay\n\n
7346                                                                                                                                                  RT @hillharper: So EXCITED TODAY #BeTheArchitect is the @amazon DEAL OF THE DAY!\n\n\n\n\n\n\nGet 25% off all products - one day only! #amazon #amazonde…\n\n
7347                                                                                                                                                                            When we use someone else’s great idea, we like to give them credit. Thanks @Apple. 💪🏻 #Elixirr #MSH… https://t.co/6ari6zlASE\n\n
7348                                                                                                                                                                         Here is something else Nick Clegg will fail at\n\n\n\n\n\n\n😂😂😂 @facebook you are welcome to have one of our failed politicians\n\n
7349                                                                                                                                                               RT @robinpowered: What could be easier than 1-touch room booking? Hands-free, voice-activated speaker booking. Look for an @amazon Alexa in…\n\n
7350                                                                                                                                                               @McDonalds @panerabread, we used to call your ordering kiosks vending machines and avoided them if at all possible.… https://t.co/m810MiVZgu\n\n
7351                                                                                                                                                                        Check out Roper Sandals  Brand New in Box Tan Straps, Nail Heads and crystals No Heel Supe #ROPER https://t.co/fzaPRyiRma via @eBay\n\n
7352                                                                                                                                     RT @TMobile: Let’s keep it going! \n\n\n\n\n\n\n\n\n\n\n\n\n\nFor every tweet with #HR4HR we’re donating $1 to @TeamRubicon’s hurricane recovery efforts. https://t.c…\n\n
7353                                                                                                                                                                       RT @oyoyoy: Sure, you can trust @facebook! they have AI and a brand new War Room!\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/YFEomJPKDg\n\n
7354                                                                                                                                                                                                                                      RT @Disney: In 2 months, #MaryPoppinsReturns. https://t.co/eVwUC84OtB\n\n
7355                                                                                                                                                               RT @Tom_Rooney1: Apparently stating facts is now considered "hate speech" by the #NPCs drones over in @facebook I got a 30 day for this com…\n\n
7356                                                                                                                                                                                                                                      RT @Disney: In 2 months, #MaryPoppinsReturns. https://t.co/eVwUC84OtB\n\n
7357                                                                                                                                                                                                                                          @RuPaulsDragRace @netflix Mother, we're here and ready to sashay!\n\n
7358                                                                                                                                                                                                                                      RT @Disney: In 2 months, #MaryPoppinsReturns. https://t.co/eVwUC84OtB\n\n
7359                                                                                                                                                                                                                                      RT @Disney: In 2 months, #MaryPoppinsReturns. https://t.co/eVwUC84OtB\n\n
7360                                                                                                                                                               RT @Reuters: Activists gather in Washington, D.C. to demand the Trump administration take action against Riyadh following the di… https://t…\n\n
7361                                                                                                                                                               RT @spoonen: The world's leader in Apps, @SAP, partners with world's leader in #HyperConverged, @DellTech @VMware @VxRail @VMwareVSAN for #…\n\n
7362                                                                                                                                                                                             Live and backstage at #DX18, listening to Celine Del Genes from @adidas talking about  https://t.co/lVii5JFrkN\n\n
7363                                                                                                                                                               RT @MorganStanley: Children who have savings accounts in their own name are more likely to develop the habit of saving money as adults, res…\n\n
7364                                                                                                                                                               @danieljsiegel @AmericanExpress Thank you, I would not have access to Merchant Accounts. I would contact us and esc… https://t.co/Sbti8RktWj\n\n
7365                                                                                                                                                                              Check out 24K PURE EDIBLE GOLD REAL GENUINE LEAF LEAVES SHEET GILDING 1.18" CRAFT MASK SPA  https://t.co/mlomXtVaJ1 via @eBay\n\n
7366                                                                                                                                                                              Check out 100 24K EDIBLE GOLD LEAF SHEET PURE REAL GENUINE LEAVES GILDING 1.18" CRAFT MASK  https://t.co/VHJ60eZDmo via @eBay\n\n
7367                                                                                                                                                               RT @Reuters: Activists gather outside the embassy of Saudi Arabia in Washington, D.C. to demand the Trump administration take ac… https://t…\n\n
7368                                                                                                                                                                                                                                      RT @Disney: In 2 months, #MaryPoppinsReturns. https://t.co/eVwUC84OtB\n\n
7369                                                                                                                                                                At @SAP, our Experts are 22,000+ highly diverse functional and technical leaders from around the world. The Expert… https://t.co/7dk9awue6Q\n\n
7370                                                                                                                                                               Congrats to our Club member, Jordan D., who was selected as a @BGCA_Clubs and @UPS Foundation - UPS Road Code Ambas… https://t.co/wK5Og2ZVMQ\n\n
7371                                                                                                                                                                                                 Yo @nikestore what’s going on with the react element 55’s. I wanna cop, but where to cop?!?? @NikeUK @Nike\n\n
7372                                                                                                                                                                                  RT @RachaelTaylorD2: @futureleanne @Sony Absolutely, Time team fashion! ❤️ #SaveTimeless #Timeless https://t.co/QHvDu3MEjm\n\n
7373                                                                                                        RT @gladwethoughtof: #newbook Halloween Pumpkin, where are you? \n\n\n\n\n\n\n\n\n\n\n\n\n\nAn instant #classic #Halloween #book\n\n\n\n\n\n\n\n\n\n\n\n\n\n#shopnow @amazon &amp; @barnesandnoble…\n\n
7374                                                                                                                                       RT @ImSuyogSawant: @facebook  \n\n\n\n\n\n\nBring our laughter back \n\n\n\n\n\n\nMaharashtrians Meme is no more on Facebook \n\n\n\n\n\n\n#ReviveMaharahstriansMeme\n\n
7375                                                                                                                                                                           Check out Harley Davidson Poker Chip (Black &amp; White) "Barnett El Paso" TX WORLD'S LARGEST  https://t.co/47cjPCQvM3 via @eBay\n\n
7376                                                                                                                                                               RT @witzjd: Thank you @Microsoft for redirecting https://t.co/hgKjTMZWnT to Bing - how did you even do this? Shady people, very shady @goog…\n\n
7377                                                                                                                                                               RT @Reuters: Activists gather in Washington, D.C. to demand the Trump administration take action against Riyadh following the di… https://t…\n\n
7378                                                                                                                                  NEVER SAY NEVER\n\n\n\n\n\n\n\n\n\n\n\n\n\nCharmed Season 9. PRUE PIPER PHOEBE PAIGE.\n\n\n\n\n\n\n\n\n\n\n\n\n\nMake it happen @netflix #charmed https://t.co/GEua9jBNQ4\n\n
7379                                                                                                                                                               RT @abarrica: 1) Dear @Apple @tim_cook, this is what your new “content restrictions” filter is blocking. We need to talk about how to fix i…\n\n
7380                                                                                                                                                               @Google is hosting a TensorFlow event in Zurich on Oct 29 covering the latest developments, technical talks and dem… https://t.co/8s2RbMDJDB\n\n
7381                                                                                 RT @victorgodonc: @PlayStation @Sony Playstation used Screeching\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt was super effective!\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SenranKagura\n\n\n\n\n\n\n$SNE\n\n\n\n\n\n\n#ItsTimeToSwitch #PSBlog #PS4…\n\n
7382                                                                                                                                                               RT @MJ4KSA: @takriti @FIIKSA @HSBC Its pity to see how #FakeNews Influence "leaders". Once the truth reveals soon for the favor of the good…\n\n
7383                                                                                                                                                                                                                    Moody ✨ \n\n\n\n\n\n\n(📸: @Adventure_Drew)\n\n\n\n\n\n\n@Sony https://t.co/7EkR4YdX6O\n\n
7384                                                                                                                                                                                      From @nick_clegg's @facebook page:\n\n\n\n\n\n\n"Nick has not made any posts recently.\n\n\n\n\n\n\nPosts from 2012".\n\n
7385                                                                                                                                                                 RT @vernhenze: Check out Pair Glass Candlestick Holders, Small, Clear, 8 pointed design, tapered candle  https://t.co/5n39vzoqqu via @eBay\n\n
7386                                                                                                                                                                                                                            RT @y3_rb: @Reuters They are Homeless, give him money they will say what u want\n\n
7387                                                                                                                                                                                                                            @GulJammas @BMW no, returned to islamabad, will post the sarghoda pics tomorrow\n\n
7388                                                                                                                                                                                  @KoblerinPAK @BMW https://t.co/Gedaq1gbt0\n\n\n\n\n\n\n\n\n\n\n\n\n\nThis was pretty cool by @Audi a couple of years ago.\n\n
7389                                                                                                                                                                       RT @MattiReynard: Happy otterly #FursuitFriday with @PoodleCarpets, presented by @Honda Civic. #wpafw #honda https://t.co/6P0zRGoO6o\n\n
7390                                                                                                                                                   RT @genmitsu: #GothamNeedsYou so please #SaveGotham\n\n\n\n\n\n\n@warnerbrostv @TheCW @TheDCUniverse @netflix @AmazonStudios @nbc @HBO @GothamTVWriters…\n\n
7391                                                                                                                                                                                                                                            Hey @HP \n\n\n\n\n\n\n\n\n\n\n\n\n\nYour products fucking suck.\n\n
7392                                                                                                                                                               RT @Apple: iPhone XR. A12 Bionic, the smartest, most powerful chip in a smartphone, water resistance and more. It’s brilliant. In every way.\n\n
7393                                                                                                                                                                RT @almostjingo: Activists are the new protected class, Mary Bono fired for tweeting a photo of a @Nike shoe and saying it was unfortunate…\n\n
7394                                                                                                                                                                       Check out Kichler 45701NBR Signata 1 Light 6" Natural Brass Wall Bracket Wall Light Pair  #Kichler https://t.co/pk7Imxn1Mw via @eBay\n\n
7395                                                                                                                                                                RT @almostjingo: Activists are the new protected class, Mary Bono fired for tweeting a photo of a @Nike shoe and saying it was unfortunate…\n\n
7396                                                                                                                                                  RT @Awad_alfayadh: @ewither @SarahDadouch \n\n\n\n\n\n\nThese 2 correspondents working for @Reuters  based in Istanbul , they are the source of all fals…\n\n
7397                                                                                                                                                  RT @3nadz: @realDonaldTrump @Reuters the problem is this Newspaper is BIG and has readers.\n\n\n\n\n\n\n@cnn @Reuters and many, I think they Just want t…\n\n
7398                                                                                                                                                 RT @Agostinozoida: Set an Alarm... Oct 30th! Uncle Joey is coming to your living rooms only on @netflix #Allhallowseve @madflavor 🐐 \n\n\n\n\n\n\nBoo Co…\n\n
7399                                                                                                                                                               RT @jeffastrof: Hey @nbc, @netflix, @PrimeVideo, @hulu how many of your shows are so good that THIS scene gets cut: #savetrialanderror http…\n\n
7400                                                                                                                                                                RT @colesprouse: New Cover and story for @ASOS mag. Sell some lemonade, earn that cash, then spend it all on this issue. Send the magazine…\n\n
7401                                                                                                                                                               RT @Ford: You can keep dreaming of the future. We'll be over here—building it. By 2020, 75% of the Ford vehicle lineup will be all-new. #Bu…\n\n
7402                                                                                                                                                  RT @3nadz: @realDonaldTrump @Reuters the problem is this Newspaper is BIG and has readers.\n\n\n\n\n\n\n@cnn @Reuters and many, I think they Just want t…\n\n
7403                                                                                                                                             Beautiful @Disney #Love #Medley – perf. by #Voctave feat. @JeremyMichael22 &amp; @kirstin_taylor:\n\n\n\n\n\n\nhttps://t.co/wMl0G7alj8\n\n\n\n\n\n\n#acappella\n\n
7404                                                                                                                                                                     RT @southwalsesvans: Look at our new stock on @eBay: http://t.co/sNxXp2YC9X\n\n\n\n\n\n\n#vansforsale #pontypridd #vdub #vwtransporter\n\n
7405                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7406                                                                                                                                 RT @esportslaw: It's official, @Nike has found it's entry point in esports - using Uzi to help promote @KingJames new series "Dribble&amp;".\n\n\n\n\n\n\n\n\n\n\n\n\n\nR…\n\n
7407                                                                                                                                                                                                                  RT @Disney: Oh, boy! A work of art for a True Original. #Mickey90 https://t.co/SoQAG2gfpE\n\n
7408                                                                                                                                                                                                               RT @Microsoft: Enter our #MicrosoftAI contest, share your model and it could land on AI.lab:\n\n
7409                                                                                                                                                                                                                 @Reuters I thought the "celebrities" were going to leave the country if Trump was elected?\n\n
7410                                                                                                                                      RT @IUPUIJaguars: S/O to @UniWatch with some love. @IUPUIMensBball is looking forward to reppin' the @adidas stripes this season! \n\n\n\n\n\n\n\n\n\n\n\n\n\n#HLMBB…\n\n
7411                                                                                                                                                                                                                                                     @Reuters play it in reverse, you hear the marseillaise\n\n
7412                                                                                                                                                  RT @Awad_alfayadh: @ewither @SarahDadouch \n\n\n\n\n\n\nThese 2 correspondents working for @Reuters  based in Istanbul , they are the source of all fals…\n\n
7413                                                                                                                                   RT @GlblCtzn: 🔋The Power of Connectivity with @Cisco 🔌 \n\n\n\n\n\n\n\n\n\n\n\n\n\nA year ago, after Hurricane Maria battered the United States territory of Puerto R…\n\n
7414                                                                                                                                                                RT @DonaldBestCA: If you missed the story of #Whistleblower @nw_nicholas Nicholas Wilson's fight to expose @HSBC bank's #corruption, it is…\n\n
7415                                                                                                                                                                                Check out LEADED MOSAIC GLASS COVERED JAR - Gold, Amber and Burgundy Mosaic Glass Pieces  https://t.co/irNsDWjLek via @eBay\n\n
7416                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7417                                                                                                                                                                              Check out NWOT HOLIDAY HOME BUTTER DISH - Glazed Ceramic, White Plate and MultiColor Cover  https://t.co/VJUNyZUt4Q via @eBay\n\n
7418                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7419                                                                                                                                                   Check out this #handmade mini snowman ornament https://t.co/lGGMgYgAJU via @eBay\n\n\n\n\n\n\n\n\n\n\n\n\n\n#freeshipping #ebay… https://t.co/f4XE1uuCHj\n\n
7420                                                                                                                                                               @H_Combs @netflix No shade fellow fans, but Willow Rosenberg is a more iconic witch than any of the Charmed Ones. T… https://t.co/bk40FEhZGi\n\n
7421                                                                                                                                     RT @TheFarmGroup: Watch @DerrenBrown #Sacrifice on @NetflixUK @netflix today! \n\n\n\n\n\n\n\n\n\n\n\n\n\nPosted @TheFarmGroup #Farm4Life #FarmLondon https://t.co/lH…\n\n
7422                                                                                                                                                                RT @LeaveEUOfficial: Amid accusations of political bias, why has @facebook hired Remoaner Nick Clegg to head up global affairs? Was it his…\n\n
7423                                                                                                                                                               @PlusUlt61261154 @RichSTruett @GM @Ford How about the new Audi A8's Level 3 "no eyes/no hands) system on limited ac… https://t.co/A5h6zmxESQ\n\n
7424                                                                                                                                                                                                                     @ATT is really disappointing. Honestly, I don’t know why I keep staying with them 😔🙁\n\n
7425                                                                                                                                                                     RT @celtics: According to tonight's @generalelectric Gameday Analytics, @FCHWPO is the player to watch tonight https://t.co/QS31gJl4gI\n\n
7426                                                                                                           RT @BFScreenwriter: 🌌#Torus_I🌌Will mankind survive?☢️\n\n\n\n\n\n\n#amwritingscifi #scifi #amwriting\n\n\n\n\n\n\n@amazon @AmazonKindle\n\n\n\n\n\n\n@AmazonUK @BookBub\n\n\n\n\n\n\n@BuzzFeed…\n\n
7427                                                                                                                                                                RT @Reuters: The Vatican says Pope Francis is willing to make an unprecedented visit to North Korea, but that some conditions will have to…\n\n
7428                                                                                                                                                              Ding ding ding - we have a winner! 🎉Congrats to Britt of @BIDMCneo, the winner of our $100 @amazon gift card giveaw… https://t.co/lcZG8hiWjl\n\n
7429                                                                                                                                                            RT @BTSxMidAtl: @Walmart @BTSx50States @BTS_twt should definitely be added to your playlists.\n\n\n\n\n\n\n#PCAs #TheSong #IDOL\n\n\n\n\n\n\n💍\n\n
7430                                                                                                                                                               RT @Tesco: To fight #PlasticWaste, we’ve introduced a ‘BYO containers’ policy at our deli counters. We’ll wrap your food in recyclable pape…\n\n
7431                                                                                                                                                                                     Check out Reebok CFL Edmonton Eskimos jersey (adult size 2XL, slightly used) #Reebok https://t.co/zCNmw53rgu via @eBay\n\n
7432                                                                                                                                                   RT @Shaifany: @Reuters So, it was #FakeNews again!!\n\n\n\n\n\n\nAre you kidding me!! All your news has become #FakeNews and you are still sharing it!!…\n\n
7433                                                                                                                                                                         Check out NEW 2018 JOJO SIWA MY LIFE AS 18" DOLL 9 pc Outfit / Clothes Set Unicorn Shirt #MyLife https://t.co/mzalYNQbON via @eBay\n\n
7434                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7435                                                                                                                                                               @Mr_Alhariry @washingtonpost @Uber @HSBC @Ford Indeed, whoever commits misdeeds, and becomes besieged by his iniqui… https://t.co/k36A1jb3jQ\n\n
7436                                                                                                                                                RT @ittfworld: Late invite, but glad you could make it over, Mickey! \U{01f929}\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Disney 🏓 #ITTFWorldCup https://t.co/XuqSYN9xwm\n\n
7437                                                                                                                                                               RT @Steven_Woolfe: If there ever is anymore proof needed @facebook is now a political and media arm of the global liberal elite, this is it…\n\n
7438                                                                                                                                                           @PamelaDJali @Beyanca945 @Hlengz_ 😂😂😂I don’t even know how to use this social network properly. \n\n\n\n\n\n\n I use @instagram and @facebook\n\n
7439                                                                                                                                                               RT @netflix: This tweet has been in my drafts for nearly three years: \n\n\n\n\n\n\n\n\n\n\n\n\n\nMaking A Murderer Part 2 is now streaming!\n\n
7440                                                                                                                                                                                                                                 @NFLonFOX @Toyota Jags v Eagles \n\n\n\n\n\n\nTickets available message me\n\n
7441                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7442                                                                                                                                                                                 Check out RICK SHELLEY MILITARY  SCIFI LOT (12 NOVELS)  DIRIGENT MERCENARY CORPS,  VG!   https://t.co/vz03aWVt9E via @eBay\n\n
7443                                                                                                                                                                                           Check out Gold Glitter Mini Miniature Christmas Tree Skirt 18" NWOT #Unbranded https://t.co/JEjrQpootP via @eBay\n\n
7444                                                                                                                                                                                               Check out Style House Dawn Rose Oval Serving Platter 14" Japan #StyleHouse https://t.co/M4WPDJqYHC via @eBay\n\n
7445                                                                                                                                                               RT @LogoTV: The trailer for #SuperDrags on @netflix with @TheGingerMinj, @trixiemattel, @itsSHANGELA, and @willam is here and we are LIVING…\n\n
7446                                                                                                                                                               RT @Reuters: MORE: Saudi Arabia says investigations are still under way, 18 Saudi nationals have been arrested so far https://t.co/yYQkpo5H…\n\n
7447                                                                                                                                                                                                                                                   @Walmart Uuugh, you’re such an intelectual. Thank you 💜\n\n
7448                                                                                                                                                         #YNWA #lfcfamily \n\n\n\n\n\n\n\n\n\n\n\n\n\nCheck out Liverpool Liver Bird engraved quality natural leather keyring https://t.co/QolcCyKbaw @eBay\n\n
7449                                                                                                                                                  RT @NewLawNewRules: @wihender  explains rationale, mechanics and high hopes for @Microsoft  \n\n\n\n\n\n\nnew #BigLaw Strategic Partner Program | Report…\n\n
7450                                                                                                                                                                                                                                       @bornik269 @oneplus @Apple Lol, blaiming apple for something 1+ did.\n\n
7451                                                                                                                                     RT @LSProductions: A flock of award-winning sheep joins #TiffanyYoung on set for a Highland fling 🐑\n\n\n\n\n\n\n.\n\n\n\n\n\n\nExplore the full @hm x @tiffanyyoung…\n\n
7452                                                                                                                                                                       Check out IPPOLITA "Turquoise Colored Stones" Bangle Bracelet Black Resign Sterling Silver #Bangle https://t.co/QrT602l8u0 via @eBay\n\n
7453                                                                                                                                     RT @miri_iron: @Reuters @MaddowBlog A fight broke out between one journalist and 18 Saudi’s armed with a bone saw and....\n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease stop play…\n\n
7454                                                                                                                                                                                                    RT @Reuters: Migrant caravan streams out of Guatemala, halted by Mexican police https://t.co/8my63NwTAz\n\n
7455                                                                                                                                                                      Black 'lynching' ad illustrates race overtones, anger in US campaign ads https://t.co/l2SsSoEB78 via @Reuters https://t.co/49xiJfTob8\n\n
7456                                                                                                                                                                       Check out Travelon Anti-Theft Signature 3 Compartment Crossbody, Straight Pocket (Poppy) #Travelon https://t.co/wAW9Osqf3v via @eBay\n\n
7457                                                                                                                                    RT @TMobile: Every tweet with #HR4HR donates $1 to @TeamRubicon’s hurricane recovery efforts. \n\n\n\n\n\n\n\n\n\n\n\n\n\n🔁 Tweet, donate, repeat! https://t.co/TYAyB…\n\n
7458                                                                                                                                                               Indian cricketer @anilkumble1074 hopes his batting sensor, developed with @Microsoft, will grow engagement and help… https://t.co/Pp80FMGHgZ\n\n
7459                                                                                                                                                                            @Reuters Yes. Furthermore, they are going to employ OJ Simpson to help track down the murderer of Nicole Brown and Ron Goldman.\n\n
7460                                                                                                                                     RT @LSProductions: A flock of award-winning sheep joins #TiffanyYoung on set for a Highland fling 🐑\n\n\n\n\n\n\n.\n\n\n\n\n\n\nExplore the full @hm x @tiffanyyoung…\n\n
7461                                                                                                                                                            RT @ProcterGamble: In Q1’19, 33 of our top 50 country/category combos held or grew value share—up from 26 in FY18 &amp; 23 in FY17. Learn more…\n\n
7462                                                                                                                                                                                                   @Starbucks OHH SHOOTT!!! venti Iced coffee, SF Vanilla, 4 Splendas and SPLASH OF ALMOND MILK! MY ISSSHHH\n\n
7463                                                                                                                                                               RT @4everNeverTrump: @Reuters This is quite the euphemism for "Kashoggi was ambushed at the consulate by the Crown Prince's personal bodygu…\n\n
7464                                                                                                                                                               RT @Apple: Introducing Apple Watch Series 4. Fundamentally redesigned and re-engineered to help you stay even more active, healthy and conn…\n\n
7465                                                                                                                                                                              Check out MID-CENTURY MODERN SIGNED DAUM FRANCE HEAVY CRYSTAL CIGAR ASHTRAY 6.5"L x 3.5"W   https://t.co/YTspbyyLRg via @eBay\n\n
7466                                                                                                                                                RT @ittfworld: Late invite, but glad you could make it over, Mickey! \U{01f929}\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Disney 🏓 #ITTFWorldCup https://t.co/XuqSYN9xwm\n\n
7467                                                                                                                                                                                          RT @erickmsanchez: Got you covered, @lizzo. \n\n\n\n\n\n\n\n\n\n\n\n\n\nWake up, @Disney. https://t.co/Nz0fuYrh0R\n\n
7468                                                                                                                                                                                Hope i am able to win \n\n\n\n\n\n\n#OnePlus6TAmazonQuiz \n\n\n\n\n\n\n@oneplus @OnePlus_IN @amazon https://t.co/YRsWyJrLXo\n\n
7469                                                                                                                                                                                             Check out A World Away by Nancy Grossman (2012, Hardcover) Fiction, English  https://t.co/1ugfWVqvER via @eBay\n\n
7470                                                                                                                                     Not what the @DNC wants to see!  And you won't see this on @CNN @MSNBC @ABC @CBS @NBC.  \n\n\n\n\n\n\n\n\n\n\n\n\n\nBlack Trump Supporter: "S… https://t.co/QrxkeOj6PK\n\n
7471                                                                                                                                                                                                                                   @Reuters Who brings a Bone Saw to a discussion?\n\n\n\n\n\n\nA Murderer.\n\n
7472                                                                                                                                                                           #Silverware Liquid Silver Plating System, Silverware Kit, Medallion Brand Medalllion Bran... https://t.co/doqz5fuSce via @amazon\n\n
7473                                                                                                                                                               @Reuters We're experiencing the most criminally complicit, corrupt administration in the history of our country and… https://t.co/l5IJw2HPFR\n\n
7474                                                                                                                                                               RT @Apple: Introducing Apple Watch Series 4. Fundamentally redesigned and re-engineered to help you stay even more active, healthy and conn…\n\n
7475                                                                                                                                                              RT @Nissan: When #FrontEndFriday meets #FutureFriday. 😏 The design of the #Nissan #IMx #KURO set out to express the pure, clean nature of e…\n\n
7476                                                                                                                                                                                  @Reuters This man is a disgrace , I’d like this buffoon to try and explain what is credible about the Saudi explanation .\n\n
7477                                                                                                                                                                             #Costumes Liqui Sew Adhesive Kit for Permanent Bond of Fabrics, Leather, Press On Patch... https://t.co/sbUwZQ74kn via @amazon\n\n
7478                                                                                                                                                           RT @sengineland: SearchCap: Reporting delays in @Google Search Console, navigate in search &amp; structure data by @rustybrick https://t.co/5YA…\n\n
7479                                                                                                                                                               RT @Reuters: JUST IN: U.N. Secretary General Guterres says 'deeply troubled' by confirmation of Khashoggi's death, stresses need for invest…\n\n
7480                                                                                                                                                                                    Check out Wii Games - Wii Fit, Biggest Loser C, Jillian Michaels, Pictionary, Family Game https://t.co/IjvRrzcEbK @eBay\n\n
7481                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7482                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7483                                                                                                                                                                              Check out "REDHEAD" SHORT SLEEVE MENS SHIRT   WILD TURKEY PRINT HUNTING MENS SZ 4X #REDHEAD https://t.co/iHiaxBbPhI via @eBay\n\n
7484                                                                                                                                                               @Reuters Is this where we go fuck up Saudi Arabia slowly for the next two/three decades for *humanity's sake\n\n\n\n\n\n\n\n\n\n\n\n\n\n*oil\n\n
7485                                                                                                                                                                @CHgadgetz @HP Do it, I built mine a few years ago and just upgraded my graphics card as needed. But I wanna build… https://t.co/NPlbgOzvaa\n\n
7486                                                                                                     RT @BitarSaif: Tell @Google to make #Palestine visible\n\n\n\n\n\n\n#GoogleMapsPalestine\n\n\n\n\n\n\n\n\n\n\n\n\n\n@googlemaps has a choice:👇🏼\n\n\n\n\n\n\nThey can respect human rights &amp; In…\n\n
7487                                                                                                                                                               RT @Apple: Introducing Apple Watch Series 4. Fundamentally redesigned and re-engineered to help you stay even more active, healthy and conn…\n\n
7488                                                                                                                                                                                                                       RT @Starbucks: @nct_127 We see\n\n\n\n\n\n\nTHE VISION\n\n\n\n\n\n\n\n\n\n\n\n\n\n😉\n\n
7489                                                                                                                                                                                                                                                    @reeses @amazon A, b, and then c #notsorry #sweepstakes\n\n
7490                                                                                                                                     RT @OliverMcGee: Retweet if you care more about Collusion in @Google than Collusion by Russians in our Elections!\n\n\n\n\n\n\n\n\n\n\n\n\n\n@realDonaldTrump isn’t p…\n\n
7491                                                                                                                                                                                                            RT @Reuters: Near Reunion Island, whale lashes out at over-eager divers https://t.co/3XC3JExy1O\n\n
7492                                                                                                                                                               RT @MorganStanley: Children who have savings accounts in their own name are more likely to develop the habit of saving money as adults, res…\n\n
7493                                                                                                                                                   RT @Citi: One girl, and a global network of champions. \n\n\n\n\n\n\nLearn more about @MalalaFund and their work to advance universal education through…\n\n
7494                                                                                                                                                                                                                  RT @Disney: Oh, boy! A work of art for a True Original. #Mickey90 https://t.co/SoQAG2gfpE\n\n
7495                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7496                                                                                                                                                                     Ok. @netflix.... heroes for hire... I get it. That’s why you cancelled @LukeCage &amp; Iron Fist, right??????… https://t.co/lkjmVsEYrg\n\n
7497                                                                                                                                                     ...and travelled worldwide to give each one of us a caffeine shot!🍂🍂 #CoffeeMorning \n\n\n\n\n\n\n@McDonalds @mcdonaldsindia https://t.co/q9mlekIvqf\n\n
7498                                                                                                                                                                                    RT @Reuters: Saudi Arabia admits Khashoggi died in consulate, Trump says Saudi account credible https://t.co/AXwJ0VzHY4\n\n
7499                                                                                                                                                                         @Reuters 💥Get #professional, #eye_catching, #RollupBanner , #Retractable_Banner,#XStandBanner,#TradeShow… https://t.co/iteGEh80D6\n\n
7500                                                                                                                                                               RT @DailyRoss: [IG STORY] "This might be the cutest moment from the @netflix red carpet @kiernanshipka @RossLynch" #ChillingAdventuresOfSab…\n\n
7501                                                                                                                                                               Whoa they canceled Luke Cage on @netflix but I'm not surprised, Disney is supposed to start their own streaming ser… https://t.co/2eRh0xLmyB\n\n
7502                                                                                                                                                                              Check out 10" Carved Marble Inlay Plate Stone Vintage Marquetry Pietradura Serving Platter  https://t.co/kEEt5Ogm1I via @eBay\n\n
7503                                                                                                                                                            Hey @Starbucks, I love your decision to donate 100% unused food to charity in US! @GlblCtzn &amp; I want to know - when will you do this in UK?\n\n
7504                                                                                                                                                               RT @netflix: This tweet has been in my drafts for nearly three years: \n\n\n\n\n\n\n\n\n\n\n\n\n\nMaking A Murderer Part 2 is now streaming!\n\n
7505                                                                                                                                                                                                                                                  RT @Microsoft: Thank you, Paul. ❤️ https://t.co/SDj5Xp34jj\n\n
7506                                                                                                                                                                                               Sony DVP-NC85H/B HDMI/CD Progressive Scan 5-Disc DVD Changer, Black Sony https://t.co/nZ1VUBrC3F via @amazon\n\n
7507                                                                                                                                                               RT @hptechventures: At @HP Tech Ventures, we’re investing in tomorrow by partnering on transformative technologies that will disrupt indust…\n\n
7508                                                                                                                                                  RT @PrincessVitarah: I Swallow His Kids (Music Video) https://t.co/9JrVHvBOBa \n\n\n\n\n\n\nAnd yes I wore nikes to support @Kaepernick7 and @Nike https…\n\n
7509                                                                                                                                                                              Check out Bell Shaped 12 Inches Tall Bluish Blue Porcelain Candle Holder,Antique 1900s,A++  https://t.co/t2DqLiaCsE via @eBay\n\n
7510                                                                                                                                                  RT @AbdullahQamar_: One another example of hypocrisy of @facebook.\n\n\n\n\n\n\nFacebook Blocks Trailer of Film on Palestinian Women's Role in the First…\n\n
7511                                                                                                                                                                             Check out Link SAMAHAN Ayurveda 100% natural REMEDY herbal drink sachets, 25 packs  #Samahan https://t.co/hIJhV1J1Rt via @eBay\n\n
7512                                                                                                                                                                                              RT @Reuters: U.S., China, others tentatively agree to multilateral air encounter code https://t.co/QltlxiSRmx\n\n
7513                                                                                                                                                           RT @axel_steiger: Happy to support the great @MercyShips initiative with @Bayer &amp; the @Antwerpen Port community. Advancing Life, especially…\n\n
7514                                                                                                                                                               RT @LogoTV: The trailer for #SuperDrags on @netflix with @TheGingerMinj, @trixiemattel, @itsSHANGELA, and @willam is here and we are LIVING…\n\n
7515                                                                                                                                                               RT @Steven_Woolfe: If there ever is anymore proof needed @facebook is now a political and media arm of the global liberal elite, this is it…\n\n
7516                                                                                                                                                               @A_A_2001 @Iiaboatbi @Reuters Well we're all waiting, 2 weeks now and no info kind of suggests something isn't quit… https://t.co/MwOFOgmuiW\n\n
7517                                                                                                                                                                                              RT @Reuters: U.S., China, others tentatively agree to multilateral air encounter code https://t.co/QltlxiSRmx\n\n
7518                                                                                                                                                                                                                 @thefinalhall @KurtGeiger @bookingcom Totally agree, but I'm always afraid of missing out!\n\n
7519                                                                                                                        RT @talktoniki: Let's start #October off with a #giveaway! \n\n\n\n\n\n\nHere's your chance to #win @amazon gift #voucher worth ₹500! \n\n\n\n\n\n\nTo enter:  \n\n\n\n\n\n\n1. Re…\n\n
7520                                                                                                                                                                                                  Are ya buggin why ya cancelled iron fist, Luke cage @netflix I need an explanation Or im cancelling y’all\n\n
7521                                                                                         RT @JayneQPatriot: Hey @cvspharmacy @CVSHealth... WTH is this?! \U{01f92c}\n\n\n\n\n\n\n\n\n\n\n\n\n\nSince when is it CVS's job to tell Americans who to vote for? \U{01f928}\n\n\n\n\n\n\n\n\n\n\n\n\n\nNot onl…\n\n
7522                                                                                                                                                                               Check out "DR*GS" PAINTED RECLAIMED WOOD HAND PAINTED HANGING SIGN - 14"inches #EJRFOLKART https://t.co/OmzPvaQEOe via @eBay\n\n
7523                                                                                                                                                                                                   RT @Walmart: @lovevirginialee It's bigger than K-Pop, Virginia. Everyone wants to hear BTS! 😉❤ #BTSArmy\n\n
7524                                                                                                                                                 RT @Miiang30121: Can @Disney @DisneyStudios build a prince character based off Jimin's look?  Bc that'd be hot as hell 👀\n\n\n\n\n\n\n@BTS_twt #PCAs #Th…\n\n
7525                                                                                                                                                                                       Check out "NOTHING IS PERFECT" HAND PAINTED Standing SIGN - 10"inches  #EJRFOLKART https://t.co/9izagow0UD via @eBay\n\n
7526                                                                                                                                                                          Check out "FAITH" PAINTED SIGN RECLAIMED WOOD HAND PAINTED/CRAFTED 11"in #EJRFOLKARTErikJRamsey https://t.co/Byj1v2uVrB via @eBay\n\n
7527                                                                                                                                                                                   RT @Reuters: Turkey will not have anything covered up in Khashoggi case, AK Party spokesman says https://t.co/CDcYMHgWru\n\n
7528                                                                                                                                                               RT @Reuters: JUST IN: Trump says he thinks Saudi explanation on Khashoggi was credible, adds he'll be working with Congress on the situatio…\n\n
7529                                                                                                                                              @KoblerinPAK @nur_aftab @BMW Well said!\n\n\n\n\n\n\nI like &amp; appreciate your efforts. Now really we are understanding better th… https://t.co/8StXRSbhwd\n\n
7530                                                                                                                                                               @amazon  , It's very unfortunate but I am very disgusted at the delivery service as provided by u guys I don't know… https://t.co/dnG9qVfepO\n\n
7531                                                                                                                                                                                                   @Reuters So expected! \n\n\n\n\n\n\nBecause I think that Bahrain's king is just the puppy of King Salman\n\n
7532                                                                                                                                                                                                 RT @ExpressTechie: Here is why the next week could be big for @Apple \n\n\n\n\n\n\nhttps://t.co/Bk0oVg41qX\n\n
7533                                                                                                                                                                                                                                 @cristela9 @netflix It is hilarious, we watch it when we need a woke laugh\n\n
7534                                                                                                                                                                      @Reuters @andysullivan @ReutersTV Renowned Iranian actress joins fight against breast cancer\n\n\n\n\n\n\n👇… https://t.co/KwOU9do1K0\n\n
7535                                                                                                                                                                           Check out Dark Beige Seam Binding x 100 Yards, Rayon Seam Binding, Unbranded, Taupe #Unbranded https://t.co/81QRzfbsbw via @eBay\n\n
7536                                                                                                                                                      RT @danylief: @MarvelStudios @netflix at least give us one final season of #LukeCage\n\n\n\n\n\n\n\n\n\n\n\n\n\n#SafeLukeCage https://t.co/fWfgVmirJr\n\n
7537                                                                                                       RT @upper_fixer: ☎ CALL OUT &amp; BOYCOTT\n\n\n\n\n\n\n@pfizer @FoxNews\n\n\n\n\n\n\n#NoToFox #NoToPfizer #GrabYourWallet #DefundHate\n\n\n\n\n\n\n\n\n\n\n\n\n\nLet Pfizer know what you think abo…\n\n
7538                                                                                                                         RT @TrapzGraphics: @OffWht @Nike VaporMax Advertisment\n\n\n\n\n\n\nHD Image : https://t.co/87Mysjsnbc\n\n\n\n\n\n\nLike and Retweet ❤️\n\n\n\n\n\n\nLet me know what you think 👀…\n\n
7539                                                                                                                                     RT @LSProductions: A flock of award-winning sheep joins #TiffanyYoung on set for a Highland fling 🐑\n\n\n\n\n\n\n.\n\n\n\n\n\n\nExplore the full @hm x @tiffanyyoung…\n\n
7540                                                                                                                                                                                                                                                @SomeFineDay @Reuters A glowing orb, because its something.\n\n
7541                                                                                       RT @Global_Cluster: | ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|\n\n\n\n\n\n\n|         HEY @netflix!         |\n\n\n\n\n\n\n|      RENEW SENSE8       |\n\n\n\n\n\n\n|___________| \n\n\n\n\n\n\n                \\ (•◡•) /…\n\n
7542                                                                                                                                                  RT @McLiberalton: Georgia companies you can boycott until they stop purging voters from the rolls.\n\n\n\n\n\n\n @ups @homedepot @Delta @CocaCola @Aflac…\n\n
7543                                                                                                                                                                                                          Check out Original George Botich oil painting "Mykonos" Greece  https://t.co/fFRocpnr1t via @eBay\n\n
7544                                                                                                                                                               @TMobileHelp @JohnLegere @Jorge I guess I spoke up too soon.  I am currently on the phone with  Luis, @TMobile Tele… https://t.co/tIxiY25FaD\n\n
7545                                                                                                                                                                       Check out 35" Multi Large Floor Decorative Pillow Cushion Cover Human Skull Design Throw #Handmade https://t.co/hssWmy9gQg via @eBay\n\n
7546                                                                                                                                                                        RT @willam: If you’ve ever had pink eye, imagine how horrible purple eye is... @SuperDrags on @netflix NOV9 https://t.co/dKlJDa0feN\n\n
7547                                                                                                                                                                                                                               @Juanbat2 @netflix Thanks bro, I worked hard specially on shots and editing.\n\n
7548                                                                                                                                                                          @Walmart Is there anyone working sporting goods in Reynoldsburg OH?!?! I’d love to make a purchase, but nobody to help me do that\n\n
7549                                                                                                                                                               RT @VictoriaPerez08: Hi friends just to let you know don’t ever shop at @ASOS, your credit card information will be stolen, your refund wil…\n\n
7550                                                                                                                                                                 RT @JessMarieGarcia: 🔮Greendale meet Freeridge🚲\n\n\n\n\n\n\n\n\n\n\n\n\n\n@netflix @TheSierraCapri @OnMyBlockTv https://t.co/HnfG4qAPRr\n\n
7551                                                                                                                                                                              Check out SpongeBob SquarePants: Revenge of the Flying Dutchman (Sony PlayStation 2, 2002)  https://t.co/RMEDMfcnc7 via @eBay\n\n
7552                                                                                                                                                                                                Too much Haunting at Hill House, I turned the corner and my breath hitched @netflix https://t.co/0t2fsrofxT\n\n
7553                                                                                                                                                                            Check out 1983 Patrick Nagel "Sunglasses" The book Mirage Editions litho poster print #PopArt https://t.co/3SUUKdBFkz via @eBay\n\n
7554                                                                                                                                                               @Tesco @Pringles Hi Terry, ty for getting back to me, I tried to use two vouchers for a box of Pringles and was tol… https://t.co/8dOAiREuwn\n\n
7555                                                                                                                                                               RT @bancosantander: One Pay FX, Santander’s new fast international payments service using blockchain-based technology, has won the Silver A…\n\n
7556                                                                                                                                     @espn @exxonmobil I'm not crying your crying!!!\n\n\n\n\n\n\nWhat an inspiration !! Today I am a Purdue fan!\n\n\n\n\n\n\n@theTylerTrent I ne… https://t.co/fSjk1WJGmY\n\n
7557                                                                                                             RT @BeaverAthletics: It's not just homecoming.\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt's coming home. \n\n\n\n\n\n\n\n\n\n\n\n\n\nGameday hype presented by @McDonalds. #GoBeavs https://t.co/9DnTXuaERP\n\n
7558                                                                                                                                                               @Reuters Yeah, no. I'm sure a lot of people would like a second Presidential vote here in America, too. You made your decision. No backsies.\n\n
7559                                                                                                                                                  @Reuters Leftist democracy concept: "Democracy exists when I win."\n\n\n\n\n\n\nThey want a vote every 12 months until their poi… https://t.co/qr9SACR417\n\n
7560                                                                                                                                                                                       Bios Memorial Pet Loss Urn for your Dog, Cat, Bird, Horse or Small Animal. De... https://t.co/IkQbqsSJ2P via @amazon\n\n
7561                                                                                                           RT @lizzo: Just gonna put this back out there. \n\n\n\n\n\n\n\n\n\n\n\n\n\n🗣IT IS MY DREAM TO PLAY URSULA IN THE LIL MERMAID \n\n\n\n\n\n\n\n\n\n\n\n\n\nHere’s my audition tape... @Disney htt…\n\n
7562                                                                                                                                                                              @bookingcom I made a booking earlier, didn't pay then. Booking is confirmed but there is no option to pay online now, why? :(\n\n
7563                                                                                                                                                               @PICollard @jlandpartners Wouldn’t have been so bad, but actually experienced the same customer service in @Apple i… https://t.co/D48hZDquzU\n\n
7564                                                                                                                                                                                                 RT @Reuters: Germany's Merkel condemns Khashoggi's killing, demands Saudis explain https://t.co/8aYFvGO9DZ\n\n
7565                                                                                                                                     RT @Walmart: Our Radio DJs are working on some new in-store playlists...what would you like to hear while strolling down the aisle? \n\n\n\n\n\n\n\n\n\n\n\n\n\nLet's…\n\n
7566                                                                                                                                                               RT @Apple: iPhone XR. Breakthrough camera system with Depth Control. Advanced Face ID. A12 Bionic, the smartest, most powerful chip in a sm…\n\n
7567                                                                                                                                                               RT @DealHunter122: Check out Vintage Hallmark Plush Pammy the Panda Shirt Tales 14" 1981  #Hallmark https://t.co/PTpi41kNl1 via @eBay #Vint…\n\n
7568                                                                                                                                                                RT @CallForCode: Congratulations to the @IBM Internal #CallforCode Finalist, AI-Mergency Control Room! Continue pushing your AI technology…\n\n
7569                                                                                                                                                                              Check out Christian Comic "Primal Man?" The Crusaders Vol 6 by J.T.C. 1976 Adults and Teen  https://t.co/tBY8tsSlBU via @eBay\n\n
7570                                                                                                                                                                 Even though Luke Cage and Iron Fist have been cancelled, I’m pretty sure Defenders Season 2 will still be a thing, right? @Marvel @netflix\n\n
7571                                                                                                                                                            RT @DeadlineDominic: Another @Marvel series falls at @netflix . One week after #IronFist was canned, the @realmikecolter led &amp; @cheo_coker…\n\n
7572                                                                                                                                                               Hey @netflix and @Marvel, you canceled Luke Cage AND Ironfist? Sure hope that means you are doing Heroes for Hire a… https://t.co/Xmr6s77nxB\n\n
7573                                                                                                                                                               RT @Apple: iPhone XR. Breakthrough camera system with Depth Control. Advanced Face ID. A12 Bionic, the smartest, most powerful chip in a sm…\n\n
7574                                                                                                                                                                                                 RT @Reuters: Germany's Merkel condemns Khashoggi's killing, demands Saudis explain https://t.co/8aYFvGO9DZ\n\n
7575                                                                                                                                                   RT @Bckrda: @Barkforlove1 @nytopinion This is why you exist. Use your power. Now.\n\n\n\n\n\n\n@ABC @CBS @nbc @PBS @CNN @MSNBC @washingtonpost @nytimes…\n\n
7576                                                                                                                    RT @Dionela621: Yessss you should join next m&amp;g  no matter what happend...\n\n\n\n\n\n\n#EverydayColgatePh \n\n\n\n\n\n\n@Yakisoba_Squad \n\n\n\n\n\n\n@Colgate https://t.co/QCAMo…\n\n
7577                                                                                                                                                               RT @Apple: Introducing Apple Watch Series 4. Fundamentally redesigned and re-engineered to help you stay even more active, healthy and conn…\n\n
7578                                                                                                                                 RT @Cost2Build_UK: We're giving away a £20 @amazon gift card. All you have to do to enter is follow us &amp; RT this post. Good luck! \n\n\n\n\n\n\n\n\n\n\n\n\n\n#C2BGiv…\n\n
7579                                                                                                                                                                                                       @Nike @KingJames Sacrifice Everything, even your shareholders and customers. https://t.co/H492KH8JWQ\n\n
7580                                                                                                                                                               RT @calumscott: Here in LA, paying for my @Starbucks and the lady behind who obviously heard me speaking asked me if my accent was fake.. I…\n\n
7581                                                                                                                                                                           Check out STEVE MADDEN PUMPS - Cobalt Blue Brushed Suede, Stiletto Heels, Rounded Toes 9M #Any https://t.co/pcixKYeQ4R via @eBay\n\n
7582                                                                                                                                                               RT @Apple: iPhone XR. Breakthrough camera system with Depth Control. Advanced Face ID. A12 Bionic, the smartest, most powerful chip in a sm…\n\n
7583                                                                                                                                                                                        So they canceled iron fist and now Luke Cage???\n\n\n\n\n\n\n#bringmyshowsback\n\n\n\n\n\n\n@netflix @MarvelStudios\n\n
7584                                                                                                                                                                            When your college student needs groceries on a CFB Saturday (at @Walmart Supercenter in Louisville, KY) https://t.co/a3oVjUF8pw\n\n
7585                                                                                                                                      @Apple @AppleMusic @iTunes \n\n\n\n\n\n\nPlease fix the Apple Music issue \n\n\n\n\n\n\nPlease / it’s mad annoying and frustrating not being… https://t.co/dK0tgy8ZnR\n\n
7586                                                                                                                                                                           Check out SUPER SOFT BRUSHED WOOL/ALPACA (?) FRINGED THROW - 72" x 28" - Very Cozy! #Unbranded https://t.co/iM3VW97VuO via @eBay\n\n
7587                                                                                                                                                                                                                    @Reuters "That reporter's head was missing when he got here....also he was never here."\n\n
7588                                                                                                                                                                              Check out WEDDING ACCESSORY SET - Glasses, Basket, Crystal Candlesticks, Garters, AND MORE  https://t.co/314wM7LH0q via @eBay\n\n
7589                                                                                                                                                           RT @YahooSportsNBA: Nike does it again. This new @KingJames ad is 👍\n\n\n\n\n\n\n\n\n\n\n\n\n\n(via @Nike)\n\n\n\n\n\n\nhttps://t.co/K6coN5Boh6\n\n
7590                                                                                                                                                                                                            RT @LakersNation: New LeBron ad.\n\n\n\n\n\n\n\n\n\n\n\n\n\n(🎥: @Nike) https://t.co/8eXRoeSefv\n\n
7591                                                                                                                                                                                                            RT @LakersNation: New LeBron ad.\n\n\n\n\n\n\n\n\n\n\n\n\n\n(🎥: @Nike) https://t.co/8eXRoeSefv\n\n
7592                                                                                                                                                                           Check out Vintage Rare Manco Bolt Cutter 3/8" Capacity 24" Long Drop Forged Bradley USA #Manco https://t.co/sM7tbBoYwQ via @eBay\n\n
7593                                                                                                                                                           RT @YahooSportsNBA: Nike does it again. This new @KingJames ad is 👍\n\n\n\n\n\n\n\n\n\n\n\n\n\n(via @Nike)\n\n\n\n\n\n\nhttps://t.co/K6coN5Boh6\n\n
7594                                                                                                                                                                                                                      @dudettecolette @haunting @netflix Just finished.\n\n\n\n\n\n\n\n\n\n\n\n\n\nAmazing!\n\n
7595                                                                                                                                                               RT @michaeljackson: Don’t miss the encore presentation of Michael Jackson’s Halloween, airing on @CBS tonight! Tune in at 8pm. https://t.co…\n\n
7596                                                                                                                                                               RT @michaeljackson: Don’t miss the encore presentation of Michael Jackson’s Halloween, airing on @CBS tonight! Tune in at 8pm. https://t.co…\n\n
7597                                                                                                                                                    RT @PSCupdates: Google’s unofficial motto is “don’t be evil” – but @Google\n\n\n\n\n\n\nis complicit in the Israeli government's erasure of Palestine.…\n\n
7598                                                                                                                                                           RT @YahooSportsNBA: Nike does it again. This new @KingJames ad is 👍\n\n\n\n\n\n\n\n\n\n\n\n\n\n(via @Nike)\n\n\n\n\n\n\nhttps://t.co/K6coN5Boh6\n\n
7599                                                                                                             RT @BeaverAthletics: It's not just homecoming.\n\n\n\n\n\n\n\n\n\n\n\n\n\nIt's coming home. \n\n\n\n\n\n\n\n\n\n\n\n\n\nGameday hype presented by @McDonalds. #GoBeavs https://t.co/9DnTXuaERP\n\n
7600                                                                                                                                                               @ESPNCFB @exxonmobil ESPN seriously, I have no idea how I'll pull for my Buckeyes tonight.  Thoughts and prayers ar… https://t.co/nWiqHVE0JY\n\n
7601                                                                                                                                                               RT @Steven_Woolfe: If there ever is anymore proof needed @facebook is now a political and media arm of the global liberal elite, this is it…\n\n
7602                                                                                                                                     RT @DefPenHoops: The King is ready for game 1 in LA\n\n\n\n\n\n\n\n\n\n\n\n\n\nLeBron James shared the new @Nike "I believe" commercial ahead of his #LakeShow home d…\n\n
7603                                                                                                                                     RT @sandrayearman: Stand Before The Children / Monsters among us…By Sandra Yearman\n\n\n\n\n\n\n https://t.co/r02Ggr5ynf via @amazon \n\n\n\n\n\n\n#series #fantasy #…\n\n
7604                                                                                                                                                   RT @Citi: One girl, and a global network of champions. \n\n\n\n\n\n\nLearn more about @MalalaFund and their work to advance universal education through…\n\n
7605                                                                                                                                                               RT @michaeljackson: Don’t miss the encore presentation of Michael Jackson’s Halloween, airing on @CBS tonight! Tune in at 8pm. https://t.co…\n\n
7606                                                                                                                                                               This is some absolute BS, @netflix. How could you cancel one of the best and also socially relevant shows in this p… https://t.co/rFCK7rxqL8\n\n
7607                                                                                                                                                                                               First, Iron Fist and now they cancel Luke Cage?!?! \U{01f92c}😡\n\n\n\n\n\n\nAre you mad @NetflixUK @netflix\n\n
7608                                                                                                                                                               @90Lisa @CandethaMage @netflix From what I understand, the book focuses on different characters. But I'm not sure b… https://t.co/r1W57KfBGe\n\n
7609                                                                                                                                                                RT @ArtsnEnds4: Check out Hand Painted Gourd, Witch, Wiccan, Bat, Spider, Crystal Ball, Runes, Halloween  https://t.co/Eq61nl84lu via @eBay\n\n
7610                                                                                                                                                                   Dome Glass Find X Screen Protector Tempered Glass, Full Cover Screen Shield [... https://t.co/VdR0T3jq8w @amazon https://t.co/IMavFYx1ph\n\n
7611                                                                                                                                                                Anyone voting Democrats, please remember to keep your dollars from @HomeDepot , the owner said he didn't want your… https://t.co/6rtCoNlu9g\n\n
7612                                                                                                                                                               RT @UKAthletics: The @CocaCola Fan Zone is now open at the Nutter Field House. @UKGymnastics will be signing autographs, so don’t miss out!…\n\n
7613                                                                                                                                                   @DeadlineDominic @Marvel @netflix @realmikecolter @cheo_coker Delighted... #LukeCage was a pile of niggaass shiiiiit\n\n\n\n\n\n\n\n\n\n\n\n\n\n#Netflix\n\n
7614                                                                                                                                                  RT @riturajmishra4: @facebook @narendramodi @BJP4India @AmitShah @RahulGandhi @myogiadityanath @facebook \n\n\n\n\n\n\nYour policy is suitable for congr…\n\n
7615                                                                                                                                                                          For all you die hard @Apple customers , ya getting PLAYED ! LMAOOOOOOOOOOOOOOO\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/tm7Zx7Hat7\n\n
7616                                                                                                           RT @IesouChristou: Great Quakes Prophecy Earthquake Prophecy Great Quake Prophecy\n\n\n\n\n\n\n\n\n\n\n\n\n\nhttps://t.co/Z01xDyY30d\n\n\n\n\n\n\n\n\n\n\n\n\n\n@Pontifex @CNN @Reuters @AFP @A…\n\n
7617                                                                                                                                                  One of the deficiencies of @Marvel MCU on @netflix has been the bad guys\n\n\n\n\n\n\nThe good ones have been Wilson Fisk, Kilgr… https://t.co/wpgnCmmgHg\n\n
7618                                                                                                                                                                                        Hello @AmericanExpress, you guys are sending me spam e-mail with fake info and I don’t even have a card with you :(\n\n
7619                                                                                                                                                                                        Hello @AmericanExpress, you guys are sending me spam e-mail with fake info and I don’t even have a card with you :(\n\n
7620                                                                                                                                                             #Sun_🌟7 #NikeNebulahAtomSmasher_🌟7 @Nike Merchant life "like Merchantment"  "life moves"⛈️⚡️⚡️⚡️↔️↔️↔️↔️👇👇👇👇🎯🎯🎯🎯✝️ https://t.co/gQQvAdwbkm\n\n
7621                                                                                                                                                                                                          Hell is @Costco on Saturday afternoon. \n\n\n\n\n\n\n\n\n\n\n\n\n\n#peoplepushingcartsareclueless\n\n
7622                                                                                                                                                                                            Humboldt Brands - Print, Sugarloaf Island on The Lost Coast Humboldt Brands https://t.co/DgtyBVtSzt via @amazon\n\n
7623                                                                                                                                                                                                          RT @Reuters: Guatemala says some 2,000 migrants have returned to Honduras https://t.co/vV8nfl6cwv\n\n
7624                                                                                                                                                                                                            RT @LakersNation: New LeBron ad.\n\n\n\n\n\n\n\n\n\n\n\n\n\n(🎥: @Nike) https://t.co/8eXRoeSefv\n\n
7625                                                                                                                                     RT @RLLracing: .@TakumaSatoRacer is in Miami today to drive this @HondaRacing_HPD beauty. \n\n\n\n\n\n\n\n\n\n\n\n\n\nIt’s a 1968 @Honda RA301 that was driven by Joh…\n\n
7626                                                                                                                                                                                                            RT @LakersNation: New LeBron ad.\n\n\n\n\n\n\n\n\n\n\n\n\n\n(🎥: @Nike) https://t.co/8eXRoeSefv\n\n
7627                                                                                                                                                               @lennaluxxx @amazon And their reply translated into plain English: Two days is what we say it is so deal with it, w… https://t.co/ssqcJNXRWq\n\n
7628                                                                                                                                                                              Check out Arthritis cream Pure Rich Healthy Healing Pain Relieving Salve, foot relief pain  https://t.co/juuvmbBbpP via @eBay\n\n
7629                                                                                                                                                   @Reuters I guess they learned that technique from the NY Times and their masters then. \n\n\n\n\n\n\nProbably read the detailed… https://t.co/tpazccCm2f\n\n
7630                                                                                                                                                                                                                     Vintage St. Regis Blue Floral Tablecloth - 50 X 49"  https://t.co/n0IKZLe9pN via @eBay\n\n
7631                                                                                                                                                                RT @AlAasmi999: @5a1di @Reuters We buy weapons from you and do not take them for free. If the deals are canceled from a country, there are…\n\n
7632                                                                                                                                                                RT @AlAasmi999: @5a1di @Reuters We buy weapons from you and do not take them for free. If the deals are canceled from a country, there are…\n\n
7633                                                                                                                                                                                                          RT @Reuters: Guatemala says some 2,000 migrants have returned to Honduras https://t.co/vV8nfl6cwv\n\n
7634                                                                                                                                                                                                       Check out  CAGE ROSETTE  SET FOR RED SCARLET EPIC RAVEN.FOR RED,,BL777 https://t.co/spDi3CDFsM @eBay\n\n
7635                                                                                                                                                               RT @AZMIAakaMIA: Please do not buy @Nestle water or products. This is a crime against humanity — and First Nations peoples, no less.   http…\n\n
7636                                                                                                                                                                                                      RT @Reuters: Germany, France seek deeper Saudi explanation of Khashoggi death https://t.co/0ihCKK0a3Y\n\n
7637                                                                                                                                                                                                            RT @LakersNation: New LeBron ad.\n\n\n\n\n\n\n\n\n\n\n\n\n\n(🎥: @Nike) https://t.co/8eXRoeSefv\n\n
7638                                                                                                                                                                                                      RT @Reuters: Germany, France seek deeper Saudi explanation of Khashoggi death https://t.co/0ihCKK0a3Y\n\n
7639                                                                                                                                                               RT @TheHangingChads: You look at Prince Alwaleed: part owner of @Citi, @FourSeasons, Twitter...etc.  Connections to the CIA just comes with…\n\n
7640                                                                                                                                                               RT @Reuters: Viewsroom podcast: As bankers and officials ditch a huge investment confab in Riyadh, @Breakingviews lays out the financial ra…\n\n
7641                                                                                                                                                  @jinlanmccann @realDonaldTrump @Apple This is nationalism.\n\n\n\n\n\n\nThe people will soon or late envy all the goods the glob… https://t.co/sL6bQdOG9J\n\n
7642                                                                                                                                                               RT @TxsleuthUSA: @stevenacurtis @Reuters Amazing that Afghans will literally put their lives on the line to vote, and we can't even beg a h…\n\n
7643                                                                                                                                 RT @baltaruiz: Attending @Oracle #OpenWorld2018 in #SFO ?\n\n\n\n\n\n\nCheck out Raejeanne’s keynote! ☁️\n\n\n\n\n\n\n#IamIntel\n\n\n\n\n\n\n#Cloud https://t.co/M0p40Z5hlD\n\n
7644                                                                                                                                     Turkish navy stops Greek frigate 'harassment' in Mediterranean: Anadolu | @Reuters\n\n\n\n\n\n\nhttps://t.co/Ewm8WLkAz1\n\n\n\n\n\n\n#Muslims… https://t.co/Fhg17xAM2E\n\n
7645                                                                                                                                                                                   Check out Pair Miniature Weighted Sterling Candlesticks Empire Silver Co, Inc Brooklyn, NY https://t.co/Zn5m6Wv5hv @eBay\n\n
7646                                                                                                                                                               RT @theJeremyVine: If this is @Ryanair, they need to explain how this man's disgusting racial abuse of the black lady in the seat next to h…\n\n
7647                                                                                                                                             Hey, @disneybroadway. Where is the stage adaptation of Pocahontas? Let's work on that.  Thank you. \n\n\n\n\n\n\n\n\n\n\n\n\n\n@Disney https://t.co/cq6V9NIka1\n\n
7648                                                                                                                                                               @theJeremyVine @Ryanair There's no way he should have been allowed to travel. Should've kicked him off the plane, n… https://t.co/kXYyE78uEZ\n\n
7649                                                                                                            RT @Sydnie49: @netflix @reedhastings \n\n\n\n\n\n\nThis show matters! Show us some kindness and #SaveGypsy \n\n\n\n\n\n\n#RenewGypsy \n\n\n\n\n\n\n#BringBackGypsy\n\n\n\n\n\n\n#AcknowkedgeUs…\n\n
7650                                                                                                                                                               RT @WorldRetail: From 2019, @Walmart will be able to trace the origin of certain foods back to their source in 2.2 sec — a process that use…\n\n
7651                                                                                                                                                                  @ArgosGelert getting his reward LIVE FROM VEGAS, a desktop processor from @intel from the hands of the excellent… https://t.co/1Vfp1W11eo\n\n
7652                                                                                                                                                                                                               @Reuters Oh please, @realDonaldTrump won't do a damn thing for someone that works for money.\n\n
7653                                                                                                                                                               RT @theJeremyVine: If this is @Ryanair, they need to explain how this man's disgusting racial abuse of the black lady in the seat next to h…\n\n
7654                                                                                                                                                               @_SJPeace_ @Ryanair NB economy/budget doesn’t mean you ignore racist abuse,and appease the abuser.Give that lady pa… https://t.co/o1rjYudc7q\n\n
7655                                                                                                                                             Union Committee to Recommend @kroger Worker Strike @intelligencerwv https://t.co/CC7qkVqJ0G\n\n\n\n\n\n\n\n\n\n\n\n\n\n#UnionStrong #UnionLabor #WorkersRights\n\n
7656                                                                                                                        RT @Becurvello: HAPPY #cutiesaturday y'all!\n\n\n\n\n\n\nHave you watched @netflix 's The Dragon Prince? It's pretty good. \n\n\n\n\n\n\nThis is Rayla. #bestgirl \n\n\n\n\n\n\n@c…\n\n
7657                                                                                                                                                               @theRtweet @Benioff @salesforce @ycombinator Part of the problem with a problem, is that the best people to solve i… https://t.co/05osTal41u\n\n
7658                                                                                                                                                                                                                  RT @MustaphaTTO: Real talk y’all can keep iron fist but, bring luke cage back!!! @netflix\n\n
7659                                                                                                                                                                                                                                            I don’t care how much more I have to pay, not touching @Ryanair\n\n
7660                                                                                                                                                                                                                        @benjaminwittes @amazon Well played Mr. Wittes, well played https://t.co/IKA2JVHW1N\n\n
7661                                                                                                                                                                        Check out Star Wars Forces Of Destiny Rey Jakku 41" Extendable Staff BladeBuilders Disney #Hasbro https://t.co/dhBu5XYljN via @eBay\n\n
7662                                                                                                                                                               RT @theJeremyVine: If this is @Ryanair, they need to explain how this man's disgusting racial abuse of the black lady in the seat next to h…\n\n
7663                                                                                                                                                                RT @GSK: A functioning immune system is crucial to our health. If it goes awry, it can lead to many diseases. That’s why #immunology is at…\n\n
7664                                                                                                                                                                                      RT @Reuters: France's Le Drian condemns Khashoggi's killing, calls for in-depth investigation https://t.co/kuX6E3E4OA\n\n
7665                                                                                                                                                               RT @theJeremyVine: If this is @Ryanair, they need to explain how this man's disgusting racial abuse of the black lady in the seat next to h…\n\n
7666                                                                                                                                                               @TomPelphrey @Marvel @netflix Let me tell you something, Tom Pelphrey, that I already said and you already know...y… https://t.co/gu5hZNEhsD\n\n
7667                                                                                                                                                               @TheDudeofAmes @PabloMurphy @AdamSandler @adidas @espn1420 @adidasFballUS @DanCorey1011 Dang that sucks, well you c… https://t.co/phf2qOjbZc\n\n
7668                                                                                                                                                                                                         RT @Reuters: Trump: U.S. to exit nuclear treaty, citing Russian violations https://t.co/3mpBbuT6nr\n\n
7669                                                                                                                                                               RT @g_kohls: #ad What’s better than getting something free after purchasing your favorite gum? Simply upload your @Walmart receipt, includi…\n\n
7670                                                                                                                                                              RT @famousgists: 13 boy hired by @Google at a package of 1.25 million dollar yr. Listen to the conversation, he is mind blowing 😳  https://…\n\n
7671                                                                                                                                                                                                                                         @Reuters Like this pig was going to be in any, anyway?  Seriously?\n\n
7672                                                                                                                                                                                                             @a_nitak @Ryanair Outrageous, this horrible old man should of been removed from the plane ! 😡\n\n
7673                                                                                                                                                                        @Reuters How big of a douche do you have to be to think someone wants you see your unfunny, joke stealing ass during the Superbowl.\n\n
7674                                                                                                                                                               @mandy_tickle Not only did they acquiesce to the racist calling this elderly woman the most vile names, @Ryanair pl… https://t.co/7R3CaRwKio\n\n
7675                                                                                                                                                               RT @michaeljackson: Don’t miss the encore presentation of Michael Jackson’s Halloween, airing on @CBS tonight! Tune in at 8pm. https://t.co…\n\n
7676                                                                                                                                                                               3Pcs Mini Model Plastic Car Toys For Baby Kid Children Color red Yellow blue\n\n\n\n\n\n\n https://t.co/8eQ4mDBXKt via @eBay\n\n
7677                                                                                                                                     RT @Alminjaf: @Reuters I guess you can call us -as Saudis- “an army”.\n\n\n\n\n\n\nBut no one has deployed us.\n\n\n\n\n\n\nWe will always stand for our country, Kin…\n\n
7678                                                                                                                                                                                                     @JOJEHARVEY @lane_paula @Ryanair This is embarrassing, what a horrible man. I feel sorry for the lady.\n\n
7679                                                                                                                                                                                   Check out KASPER Women's Shorts, size 10,  brown,  linen, rayon cuffed #KASPER #Shorts https://t.co/gc92Y3rrtf via @eBay\n\n
7680                                                                                                                                                               RT @theJeremyVine: If this is @Ryanair, they need to explain how this man's disgusting racial abuse of the black lady in the seat next to h…\n\n
7681                                                                                                                                                                                    @KimKardashian @netflix Oh. \n\n\n\n\n\n\nKeep us updated won't you. Your thoughts on the matter are vital to humanity.\n\n
7682                                                                                                                                                           RT @slpng_giants: Hey @ATT, @intel, @WarrenBuffett &amp; @LandOLakesInc, by donating to @SteveKingIA’s re-election campaign, you are very liter…\n\n
7683                                                                                                                                                               RT @Apple: Introducing Apple Watch Series 4. Fundamentally redesigned and re-engineered to help you stay even more active, healthy and conn…\n\n
7684                                                                                                                                                               RT @michaeljackson: Don’t miss the encore presentation of Michael Jackson’s Halloween, airing on @CBS tonight! Tune in at 8pm. https://t.co…\n\n
7685                                                                                                                                                               RT @theJeremyVine: If this is @Ryanair, they need to explain how this man's disgusting racial abuse of the black lady in the seat next to h…\n\n
7686                                                                                                                                                                   @netflix so y’all cancelled Iron Fist, now LUKE CAGE!?!...all I’m gonna say is don’t even think about canceling… https://t.co/IvZYVuCk7t\n\n
7687                                                                                                                                                               RT @PokeyTheBrave: Attending the @DeAngeloHall23 signing at the @Walmart in Landover, MD. Thanks to @cravetheauto for letting me know about…\n\n
7688                                                                                                                                                               RT @Apple: iPhone XR. Breakthrough camera system with Depth Control. Advanced Face ID. A12 Bionic, the smartest, most powerful chip in a sm…\n\n
7689                                                                                                                                                                                                                       #TheHautingOfHillHouse stopped, resuscitated then broke my heart. Thank You @netflix\n\n
7690                                                                                                                                                           RT @slpng_giants: Hey @ATT, @intel, @WarrenBuffett &amp; @LandOLakesInc, by donating to @SteveKingIA’s re-election campaign, you are very liter…\n\n
7691                                                                                                                                     RT @BrianForde: I joined @facebook more than 11 years ago. Today, I deleted my personal account. \n\n\n\n\n\n\n\n\n\n\n\n\n\nJust 7 mos ago Mark said “We have a resp…\n\n
7692                                                                                                                                                                                                         @ComicBook Nooooo @netflix, how how can you cancel #LukeCage and #IronFist !  Im as upset as Luke!\n\n
                stock       date last_price x1_day_return x2_day_return
1              PayPal 31/01/2017      39.78  2.011061e-03  1.231775e-02
2              PayPal 31/01/2017      39.78  2.011061e-03  1.231775e-02
3              PayPal 31/01/2017      39.78  2.011061e-03  1.231775e-02
4           Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
5              PayPal 31/01/2017      39.78  2.011061e-03  1.231775e-02
6           Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
7              Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
8           Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
9              Disney 31/01/2017     110.65  2.620877e-03 -1.220063e-02
10             Google 31/01/2017     820.19  4.437996e-03  3.028567e-02
11             Google 31/01/2017     820.19  4.437996e-03  3.028567e-02
12            Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
13             PayPal 31/01/2017      39.78  2.011061e-03  1.231775e-02
14              Apple 31/01/2017     121.35  2.307375e-03  4.944376e-03
15               eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
16            Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
17               Ford 31/01/2017      12.36  8.090615e-04  1.051780e-02
18               HSBC 31/01/2017      676.4  5.322295e-03  1.655825e-02
19               eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
20          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
21          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
22              Adobe 31/01/2017     113.38  3.880755e-03  5.380138e-03
23            Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
24          Microsoft 31/01/2017      64.65  7.424594e-03  1.747873e-02
25            Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
26           Burberry 31/01/2017       1640 -8.536585e-03  5.487805e-03
27          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
28          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
29          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
30            Ryanair 31/01/2017      14.35  9.059233e-03  2.578397e-02
31             Google 31/01/2017     820.19  4.437996e-03  3.028567e-02
32                 HP 31/01/2017      15.05 -1.395349e-02 -1.661130e-02
33          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
34               Ford 31/01/2017      12.36  8.090615e-04  1.051780e-02
35          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
36               eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
37               eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
38               eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
39          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
40          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
41          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
42            Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
43          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
44                IBM 31/01/2017     174.52  7.334403e-03  1.592941e-02
45             Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
46               eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
47             Oracle 31/01/2017      40.11  2.991773e-03  2.991773e-03
48                IBM 31/01/2017     174.52  7.334403e-03  1.592941e-02
49            Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
50          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
51          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
52          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
53              Pepsi 31/01/2017     103.78 -8.672191e-04 -2.890730e-03
54            Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
55              Cisco 31/01/2017      30.72  3.580729e-03  8.463542e-03
56           Facebook 31/01/2017     130.32  5.064457e-03  1.427256e-02
57             Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
58             Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
59           Facebook 31/01/2017     130.32  5.064457e-03  1.427256e-02
60            Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
61         McDonald's 31/01/2017     122.57  3.671371e-03  2.365995e-03
62          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
63          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
64          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
65      Goldman Sachs 31/01/2017     229.32  1.997209e-02  3.327228e-02
66               eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
67          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
68            Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
69          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
70   American Express 31/01/2017      76.38  1.178319e-02  6.153443e-03
71          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
72                IBM 31/01/2017     174.52  7.334403e-03  1.592941e-02
73             Disney 31/01/2017     110.65  2.620877e-03 -1.220063e-02
74               eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
75          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
76        Wells Fargo 31/01/2017      56.33 -4.438132e-03  4.615658e-03
77          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
78         John Deere 31/01/2017     107.05  9.341429e-05  8.780943e-03
79               eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
80          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
81          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
82          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
83          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
84          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
85            Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
86          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
87          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
88          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
89          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
90          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
91          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
92          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
93             Google 31/01/2017     820.19  4.437996e-03  3.028567e-02
94               eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
95          Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
96             Disney 31/01/2017     110.65  2.620877e-03 -1.220063e-02
97             Disney 31/01/2017     110.65  2.620877e-03 -1.220063e-02
98              Tesco 31/01/2017      194.6  1.644399e-02  6.140802e-02
99            Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
100              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
101              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
102         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
103         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
104         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
105              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
106         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
107         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
108         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
109         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
110         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
111               IBM 31/01/2017     174.52  7.334403e-03  1.592941e-02
112            Google 31/01/2017     820.19  4.437996e-03  3.028567e-02
113              Nike 31/01/2017       52.9  3.402647e-03  5.482042e-03
114               IBM 31/01/2017     174.52  7.334403e-03  1.592941e-02
115         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
116              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
117           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
118            Google 31/01/2017     820.19  4.437996e-03  3.028567e-02
119         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
120        McDonald's 31/01/2017     122.57  3.671371e-03  2.365995e-03
121         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
122              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
123         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
124         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
125         Citigroup 31/01/2017      55.83  1.397098e-02  2.292674e-02
126         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
127     Goldman Sachs 31/01/2017     229.32  1.997209e-02  3.327228e-02
128               CBS 31/01/2017      64.49 -1.395565e-03  3.876570e-03
129             Yahoo 31/01/2017       4.21  0.000000e+00 -1.045131e-01
130         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
131         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
132           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
133           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
134              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
135            Google 31/01/2017     820.19  4.437996e-03  3.028567e-02
136         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
137            Google 31/01/2017     820.19  4.437996e-03  3.028567e-02
138         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
139         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
140         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
141         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
142         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
143              Sony 31/01/2017       3423  2.307917e-02  2.395559e-02
144              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
145             Cisco 31/01/2017      30.72  3.580729e-03  8.463542e-03
146              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
147         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
148            Google 31/01/2017     820.19  4.437996e-03  3.028567e-02
149    Morgan Stanley 31/01/2017      42.49  1.482702e-02  2.730054e-02
150           Chevron 31/01/2017     111.35  4.220925e-03  2.191289e-02
151         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
152             Honda 31/01/2017       3387  2.893416e-02  2.863891e-02
153             Pepsi 31/01/2017     103.78 -8.672191e-04 -2.890730e-03
154         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
155        McDonald's 31/01/2017     122.57  3.671371e-03  2.365995e-03
156           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
157         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
158         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
159         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
160           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
161            Google 31/01/2017     820.19  4.437996e-03  3.028567e-02
162             Pepsi 31/01/2017     103.78 -8.672191e-04 -2.890730e-03
163         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
164           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
165              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
166         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
167               CBS 31/01/2017      64.49 -1.395565e-03  3.876570e-03
168         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
169            Oracle 31/01/2017      40.11  2.991773e-03  2.991773e-03
170         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
171         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
172            Disney 31/01/2017     110.65  2.620877e-03 -1.220063e-02
173            Disney 31/01/2017     110.65  2.620877e-03 -1.220063e-02
174        McDonald's 31/01/2017     122.57  3.671371e-03  2.365995e-03
175           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
176         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
177         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
178        Home Depot 31/01/2017     137.58  6.468964e-03  5.451374e-03
179         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
180         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
181              AT&T 31/01/2017      42.16 -8.064516e-03 -3.557875e-03
182         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
183           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
184               CBS 31/01/2017      64.49 -1.395565e-03  3.876570e-03
185         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
186         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
187         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
188         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
189              Next 31/01/2017       3830  1.462141e-02  5.221932e-03
190          Facebook 31/01/2017     130.32  5.064457e-03  1.427256e-02
191         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
192         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
193              Nike 31/01/2017       52.9  3.402647e-03  5.482042e-03
194         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
195            Pfizer 31/01/2017      31.73 -1.323668e-02 -9.769934e-03
196         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
197           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
198         Citigroup 31/01/2017      55.83  1.397098e-02  2.292674e-02
199              AT&T 31/01/2017      42.16 -8.064516e-03 -3.557875e-03
200           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
201         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
202         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
203           Walmart 31/01/2017      66.74 -4.794726e-03 -1.618220e-02
204         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
205         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
206         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
207         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
208           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
209              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
210           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
211           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
212           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
213           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
214              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
215              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
216           Verizon 31/01/2017      49.01  7.345440e-03  1.203836e-02
217         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
218         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
219       Wells Fargo 31/01/2017      56.33 -4.438132e-03  4.615658e-03
220           Walmart 31/01/2017      66.74 -4.794726e-03 -1.618220e-02
221            Boeing 31/01/2017     163.42  1.315628e-02  2.619018e-02
222         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
223            Toyota 31/01/2017       6584  1.837789e-02  1.822600e-02
224         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
225         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
226         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
227               BMW 31/01/2017     84.408  2.511610e-02  3.592077e-02
228         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
229           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
230              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
231         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
232          Gillette 31/01/2017     4217.7  1.659672e-03  9.602390e-04
233         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
234           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
235           TMobile 31/01/2017      62.27 -1.830737e-02  2.408865e-03
236            Google 31/01/2017     820.19  4.437996e-03  3.028567e-02
237              ASOS 31/01/2017       5266 -1.253323e-02  8.355488e-03
238         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
239           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
240           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
241            Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
242              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
243           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
244           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
245         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
246         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
247         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
248         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
249          Facebook 31/01/2017     130.32  5.064457e-03  1.427256e-02
250           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
251    salesforce.com 31/01/2017       79.1 -4.930468e-03 -1.125158e-02
252           TMobile 31/01/2017      62.27 -1.830737e-02  2.408865e-03
253         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
254         Microsoft 31/01/2017      64.65  7.424594e-03  1.747873e-02
255          Gillette 31/01/2017     4217.7  1.659672e-03  9.602390e-04
256         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
257         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
258               CBS 31/01/2017      64.49 -1.395565e-03  3.876570e-03
259            Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
260             Bayer 31/01/2017    101.104  1.682426e-02  3.187807e-02
261         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
262          Gillette 31/01/2017     4217.7  1.659672e-03  9.602390e-04
263         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
264          Gillette 31/01/2017     4217.7  1.659672e-03  9.602390e-04
265         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
266              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
267              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
268             Honda 31/01/2017       3387  2.893416e-02  2.863891e-02
269               CBS 31/01/2017      64.49 -1.395565e-03  3.876570e-03
270         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
271         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
272              AT&T 31/01/2017      42.16 -8.064516e-03 -3.557875e-03
273           easyJet 31/01/2017        950  1.368421e-02  2.526316e-02
274          Gillette 31/01/2017     4217.7  1.659672e-03  9.602390e-04
275         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
276           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
277            Oracle 31/01/2017      40.11  2.991773e-03  2.991773e-03
278           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
279         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
280           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
281          Gillette 31/01/2017     4217.7  1.659672e-03  9.602390e-04
282         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
283         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
284          Gillette 31/01/2017     4217.7  1.659672e-03  9.602390e-04
285          Gillette 31/01/2017     4217.7  1.659672e-03  9.602390e-04
286        McDonald's 31/01/2017     122.57  3.671371e-03  2.365995e-03
287            Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
288        McDonald's 31/01/2017     122.57  3.671371e-03  2.365995e-03
289         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
290          Gillette 31/01/2017     4217.7  1.659672e-03  9.602390e-04
291  American Express 31/01/2017      76.38  1.178319e-02  6.153443e-03
292              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
293         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
294         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
295         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
296         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
297            Disney 31/01/2017     110.65  2.620877e-03 -1.220063e-02
298           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
299         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
300           Walmart 31/01/2017      66.74 -4.794726e-03 -1.618220e-02
301           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
302           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
303     Goldman Sachs 31/01/2017     229.32  1.997209e-02  3.327228e-02
304           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
305              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
306            Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
307         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
308              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
309        McDonald's 31/01/2017     122.57  3.671371e-03  2.365995e-03
310             Honda 31/01/2017       3387  2.893416e-02  2.863891e-02
311        McDonald's 31/01/2017     122.57  3.671371e-03  2.365995e-03
312              AT&T 31/01/2017      42.16 -8.064516e-03 -3.557875e-03
313          Gillette 31/01/2017     4217.7  1.659672e-03  9.602390e-04
314            Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
315              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
316          Gillette 31/01/2017     4217.7  1.659672e-03  9.602390e-04
317         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
318           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
319             Pepsi 31/01/2017     103.78 -8.672191e-04 -2.890730e-03
320          Gillette 31/01/2017     4217.7  1.659672e-03  9.602390e-04
321             Pepsi 31/01/2017     103.78 -8.672191e-04 -2.890730e-03
322         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
323         Microsoft 31/01/2017      64.65  7.424594e-03  1.747873e-02
324         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
325         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
326       Wells Fargo 31/01/2017      56.33 -4.438132e-03  4.615658e-03
327         Microsoft 31/01/2017      64.65  7.424594e-03  1.747873e-02
328         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
329            Disney 31/01/2017     110.65  2.620877e-03 -1.220063e-02
330           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
331         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
332       Wells Fargo 31/01/2017      56.33 -4.438132e-03  4.615658e-03
333         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
334              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
335        McDonald's 31/01/2017     122.57  3.671371e-03  2.365995e-03
336         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
337          Facebook 31/01/2017     130.32  5.064457e-03  1.427256e-02
338              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
339           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
340         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
341         Microsoft 31/01/2017      64.65  7.424594e-03  1.747873e-02
342         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
343           Comcast 31/01/2017      37.71 -1.060727e-03  7.027314e-03
344          Gillette 31/01/2017     4217.7  1.659672e-03  9.602390e-04
345             Tesco 31/01/2017      194.6  1.644399e-02  6.140802e-02
346         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
347             Tesco 31/01/2017      194.6  1.644399e-02  6.140802e-02
348          Burberry 31/01/2017       1640 -8.536585e-03  5.487805e-03
349              ASOS 31/01/2017       5266 -1.253323e-02  8.355488e-03
350              Nike 31/01/2017       52.9  3.402647e-03  5.482042e-03
351              ASOS 31/01/2017       5266 -1.253323e-02  8.355488e-03
352              ASOS 31/01/2017       5266 -1.253323e-02  8.355488e-03
353           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
354          Gillette 31/01/2017     4217.7  1.659672e-03  9.602390e-04
355       Wells Fargo 31/01/2017      56.33 -4.438132e-03  4.615658e-03
356            Disney 31/01/2017     110.65  2.620877e-03 -1.220063e-02
357         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
358           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
359        McDonald's 31/01/2017     122.57  3.671371e-03  2.365995e-03
360              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
361          Gillette 31/01/2017     4217.7  1.659672e-03  9.602390e-04
362          Gillette 31/01/2017     4217.7  1.659672e-03  9.602390e-04
363         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
364         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
365         Microsoft 31/01/2017      64.65  7.424594e-03  1.747873e-02
366           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
367         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
368           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
369            Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
370             Tesco 31/01/2017      194.6  1.644399e-02  6.140802e-02
371         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
372          CocaCola 31/01/2017      41.57 -4.570604e-03 -2.886697e-03
373            Disney 31/01/2017     110.65  2.620877e-03 -1.220063e-02
374              ASOS 31/01/2017       5266 -1.253323e-02  8.355488e-03
375               UPS 31/01/2017     109.13  7.239073e-02  8.210391e-02
376              ASOS 31/01/2017       5266 -1.253323e-02  8.355488e-03
377            Google 31/01/2017     820.19  4.437996e-03  3.028567e-02
378          Gillette 31/01/2017     4217.7  1.659672e-03  9.602390e-04
379              AT&T 31/01/2017      42.16 -8.064516e-03 -3.557875e-03
380           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
381             FedEx 31/01/2017     189.11  2.189202e-02  3.601079e-02
382              Nike 31/01/2017       52.9  3.402647e-03  5.482042e-03
383              ASOS 31/01/2017       5266 -1.253323e-02  8.355488e-03
384           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
385     Goldman Sachs 31/01/2017     229.32  1.997209e-02  3.327228e-02
386            Google 31/01/2017     820.19  4.437996e-03  3.028567e-02
387           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
388         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
389             Honda 31/01/2017       3387  2.893416e-02  2.863891e-02
390         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
391            Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
392              Nike 31/01/2017       52.9  3.402647e-03  5.482042e-03
393         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
394           TMobile 31/01/2017      62.27 -1.830737e-02  2.408865e-03
395           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
396              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
397           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
398           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
399              Ford 31/01/2017      12.36  8.090615e-04  1.051780e-02
400           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
401         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
402            Google 31/01/2017     820.19  4.437996e-03  3.028567e-02
403              AT&T 31/01/2017      42.16 -8.064516e-03 -3.557875e-03
404           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
405         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
406             Honda 31/01/2017       3387  2.893416e-02  2.863891e-02
407             Tesco 31/01/2017      194.6  1.644399e-02  6.140802e-02
408         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
409              Audi 31/01/2017        677  1.298375e-03 -5.908419e-03
410           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
411           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
412         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
413           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
414            Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
415              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
416         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
417           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
418           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
419              ASOS 31/01/2017       5266 -1.253323e-02  8.355488e-03
420           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
421         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
422           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
423            Google 31/01/2017     820.19  4.437996e-03  3.028567e-02
424         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
425         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
426           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
427         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
428           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
429           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
430            Kroger 31/01/2017      33.96 -1.060071e-02 -1.766784e-02
431           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
432         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
433           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
434         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
435           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
436              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
437              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
438           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
439              HSBC 31/01/2017      676.4  5.322295e-03  1.655825e-02
440            Google 31/01/2017     820.19  4.437996e-03  3.028567e-02
441              ASOS 31/01/2017       5266 -1.253323e-02  8.355488e-03
442              ASOS 31/01/2017       5266 -1.253323e-02  8.355488e-03
443            PayPal 31/01/2017      39.78  2.011061e-03  1.231775e-02
444        Home Depot 31/01/2017     137.58  6.468964e-03  5.451374e-03
445           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
446             Adobe 31/01/2017     113.38  3.880755e-03  5.380138e-03
447               CBS 31/01/2017      64.49 -1.395565e-03  3.876570e-03
448         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
449              ASOS 31/01/2017       5266 -1.253323e-02  8.355488e-03
450           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
451            Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
452         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
453            Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
454             Pepsi 31/01/2017     103.78 -8.672191e-04 -2.890730e-03
455           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
456            Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
457                HP 31/01/2017      15.05 -1.395349e-02 -1.661130e-02
458             Intel 31/01/2017      36.82  1.629549e-02  3.150462e-02
459             Intel 31/01/2017      36.82  1.629549e-02  3.150462e-02
460           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
461          Facebook 31/01/2017     130.32  5.064457e-03  1.427256e-02
462         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
463           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
464           Netflix 31/01/2017     140.71  3.624476e-03  1.236586e-02
465            Disney 31/01/2017     110.65  2.620877e-03 -1.220063e-02
466            Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
467         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
468         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
469         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
470         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
471               IBM 31/01/2017     174.52  7.334403e-03  1.592941e-02
472               CBS 31/01/2017      64.49 -1.395565e-03  3.876570e-03
473            Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
474              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
475           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
476              AT&T 31/01/2017      42.16 -8.064516e-03 -3.557875e-03
477             Honda 31/01/2017       3387  2.893416e-02  2.863891e-02
478         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
479              Sony 31/01/2017       3423  2.307917e-02  2.395559e-02
480           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
481         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
482           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
483           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
484            Google 31/01/2017     820.19  4.437996e-03  3.028567e-02
485           Comcast 31/01/2017      37.71 -1.060727e-03  7.027314e-03
486               CBS 31/01/2017      64.49 -1.395565e-03  3.876570e-03
487       Wells Fargo 31/01/2017      56.33 -4.438132e-03  4.615658e-03
488            Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
489              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
490            Disney 31/01/2017     110.65  2.620877e-03 -1.220063e-02
491         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
492            Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
493            Oracle 31/01/2017      40.11  2.991773e-03  2.991773e-03
494         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
495        McDonald's 31/01/2017     122.57  3.671371e-03  2.365995e-03
496              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
497    salesforce.com 31/01/2017       79.1 -4.930468e-03 -1.125158e-02
498            Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
499         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
500             Apple 31/01/2017     121.35  2.307375e-03  4.944376e-03
501         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
502            Disney 31/01/2017     110.65  2.620877e-03 -1.220063e-02
503              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
504               CBS 31/01/2017      64.49 -1.395565e-03  3.876570e-03
505         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
506         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
507              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
508         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
509              AT&T 31/01/2017      42.16 -8.064516e-03 -3.557875e-03
510              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
511           Reuters 31/01/2017    49.3887 -2.676726e-03  3.122172e-03
512              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
513              eBay 31/01/2017      31.83  1.068175e-02  2.136349e-02
514         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
515            Amazon 31/01/2017     823.48  8.379074e-03  1.492447e-02
516         Starbucks 31/01/2017      55.22  1.231438e-02  1.629844e-02
517         BlackRock 01/02/2017        373  2.627346e-03  5.844504e-03
518             Apple 01/02/2017     128.75 -5.747573e-02 -5.530097e-02
519               CBS 01/02/2017       64.6 -1.702786e-03 -3.095975e-03
520         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
521        McDonald's 01/02/2017     122.42  1.225290e-03  4.901160e-03
522          Facebook 01/02/2017     133.23 -2.184193e-02 -1.688809e-02
523              AT&T 01/02/2017      42.06  2.377556e-03 -5.706134e-03
524         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
525            Disney 01/02/2017      111.3 -5.840072e-03 -3.234501e-03
526          Gillette 01/02/2017    4216.95  1.778537e-04  1.837821e-03
527           Reuters 01/02/2017    49.0803  6.283580e-03  3.590035e-03
528             Honda 01/02/2017       3415 -8.199122e-03  2.049780e-02
529         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
530           Netflix 01/02/2017     140.78 -4.972297e-04  3.125444e-03
531         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
532            Google 01/02/2017     815.24  6.071832e-03  1.053677e-02
533         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
534       Wells Fargo 01/02/2017      55.91  7.512073e-03  3.040601e-03
535         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
536              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
537           Reuters 01/02/2017    49.0803  6.283580e-03  3.590035e-03
538              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
539           Netflix 01/02/2017     140.78 -4.972297e-04  3.125444e-03
540         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
541         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
542                HP 01/02/2017      14.99  4.002668e-03 -1.000667e-02
543         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
544           Netflix 01/02/2017     140.78 -4.972297e-04  3.125444e-03
545           Reuters 01/02/2017    49.0803  6.283580e-03  3.590035e-03
546              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
547           Reuters 01/02/2017    49.0803  6.283580e-03  3.590035e-03
548              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
549         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
550            Google 01/02/2017     815.24  6.071832e-03  1.053677e-02
551        Mastercard 01/02/2017        105  1.266667e-02  4.095238e-02
552         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
553              Nike 01/02/2017      53.02 -2.263297e-03  1.131648e-03
554           TMobile 01/02/2017      63.26 -1.564970e-02 -3.367057e-02
555           TMobile 01/02/2017      63.26 -1.564970e-02 -3.367057e-02
556         Microsoft 01/02/2017      63.58  1.682919e-02  2.437874e-02
557            Amazon 01/02/2017     832.35 -1.065657e-02 -2.366793e-03
558         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
559         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
560         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
561         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
562         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
563           TMobile 01/02/2017      63.26 -1.564970e-02 -3.367057e-02
564         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
565           Reuters 01/02/2017    49.0803  6.283580e-03  3.590035e-03
566         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
567       Wells Fargo 01/02/2017      55.91  7.512073e-03  3.040601e-03
568              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
569         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
570              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
571           Reuters 01/02/2017    49.0803  6.283580e-03  3.590035e-03
572              Ford 01/02/2017      12.32  3.246753e-03  4.058442e-03
573         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
574         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
575         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
576         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
577             Yahoo 01/02/2017       4.21  0.000000e+00  0.000000e+00
578           Reuters 01/02/2017    49.0803  6.283580e-03  3.590035e-03
579             Pepsi 01/02/2017     103.01  7.475002e-03  6.601301e-03
580             Pepsi 01/02/2017     103.01  7.475002e-03  6.601301e-03
581             Pepsi 01/02/2017     103.01  7.475002e-03  6.601301e-03
582             Pepsi 01/02/2017     103.01  7.475002e-03  6.601301e-03
583             Pepsi 01/02/2017     103.01  7.475002e-03  6.601301e-03
584             Pepsi 01/02/2017     103.01  7.475002e-03  6.601301e-03
585         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
586         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
587         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
588         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
589           Reuters 01/02/2017    49.0803  6.283580e-03  3.590035e-03
590         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
591            Amazon 01/02/2017     832.35 -1.065657e-02 -2.366793e-03
592           Reuters 01/02/2017    49.0803  6.283580e-03  3.590035e-03
593              Nike 01/02/2017      53.02 -2.263297e-03  1.131648e-03
594         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
595              ASOS 01/02/2017       5267 -1.898614e-04 -1.272071e-02
596         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
597   Bank of America 01/02/2017      22.89 -1.092180e-02  2.621232e-03
598         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
599            adidas 01/02/2017     147.54 -7.726718e-03  1.966246e-02
600               CBS 01/02/2017       64.6 -1.702786e-03 -3.095975e-03
601           Reuters 01/02/2017    49.0803  6.283580e-03  3.590035e-03
602              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
603          Gillette 01/02/2017    4216.95  1.778537e-04  1.837821e-03
604        McDonald's 01/02/2017     122.42  1.225290e-03  4.901160e-03
605               CBS 01/02/2017       64.6 -1.702786e-03 -3.095975e-03
606            Amazon 01/02/2017     832.35 -1.065657e-02 -2.366793e-03
607              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
608           TMobile 01/02/2017      63.26 -1.564970e-02 -3.367057e-02
609         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
610            Amazon 01/02/2017     832.35 -1.065657e-02 -2.366793e-03
611            Google 01/02/2017     815.24  6.071832e-03  1.053677e-02
612              Nike 01/02/2017      53.02 -2.263297e-03  1.131648e-03
613          Gillette 01/02/2017    4216.95  1.778537e-04  1.837821e-03
614               CBS 01/02/2017       64.6 -1.702786e-03 -3.095975e-03
615    Morgan Stanley 01/02/2017       42.7 -4.918033e-03  9.836066e-03
616            Amazon 01/02/2017     832.35 -1.065657e-02 -2.366793e-03
617            Google 01/02/2017     815.24  6.071832e-03  1.053677e-02
618       Wells Fargo 01/02/2017      55.91  7.512073e-03  3.040601e-03
619         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
620           TMobile 01/02/2017      63.26 -1.564970e-02 -3.367057e-02
621           Netflix 01/02/2017     140.78 -4.972297e-04  3.125444e-03
622              Audi 01/02/2017        677  0.000000e+00  1.298375e-03
623         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
624             Exxon 01/02/2017      82.94  1.145406e-02  2.314926e-02
625         Citigroup 01/02/2017      56.05 -3.925067e-03  9.991079e-03
626             Honda 01/02/2017       3415 -8.199122e-03  2.049780e-02
627               CBS 01/02/2017       64.6 -1.702786e-03 -3.095975e-03
628           Netflix 01/02/2017     140.78 -4.972297e-04  3.125444e-03
629         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
630            Amazon 01/02/2017     832.35 -1.065657e-02 -2.366793e-03
631              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
632           Netflix 01/02/2017     140.78 -4.972297e-04  3.125444e-03
633         Microsoft 01/02/2017      63.58  1.682919e-02  2.437874e-02
634           Samsung 01/02/2017      39120  8.691207e-03  1.993865e-02
635         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
636           Netflix 01/02/2017     140.78 -4.972297e-04  3.125444e-03
637         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
638         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
639         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
640            Amazon 01/02/2017     832.35 -1.065657e-02 -2.366793e-03
641         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
642           Reuters 01/02/2017    49.0803  6.283580e-03  3.590035e-03
643           Samsung 01/02/2017      39120  8.691207e-03  1.993865e-02
644           Netflix 01/02/2017     140.78 -4.972297e-04  3.125444e-03
645          Facebook 01/02/2017     133.23 -2.184193e-02 -1.688809e-02
646       TripAdvisor 01/02/2017      51.87  1.985734e-02  7.326007e-03
647            Google 01/02/2017     815.24  6.071832e-03  1.053677e-02
648         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
649          Facebook 01/02/2017     133.23 -2.184193e-02 -1.688809e-02
650         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
651            Amazon 01/02/2017     832.35 -1.065657e-02 -2.366793e-03
652         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
653          Gillette 01/02/2017    4216.95  1.778537e-04  1.837821e-03
654              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
655              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
656         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
657         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
658            Boeing 01/02/2017     163.97 -3.354272e-03  9.757883e-03
659         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
660            Disney 01/02/2017      111.3 -5.840072e-03 -3.234501e-03
661         Microsoft 01/02/2017      63.58  1.682919e-02  2.437874e-02
662           Netflix 01/02/2017     140.78 -4.972297e-04  3.125444e-03
663              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
664              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
665              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
666          JPMorgan 01/02/2017      84.95 -3.766922e-03  1.271336e-02
667              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
668         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
669        McDonald's 01/02/2017     122.42  1.225290e-03  4.901160e-03
670            Amazon 01/02/2017     832.35 -1.065657e-02 -2.366793e-03
671            Google 01/02/2017     815.24  6.071832e-03  1.053677e-02
672               CBS 01/02/2017       64.6 -1.702786e-03 -3.095975e-03
673             Pepsi 01/02/2017     103.01  7.475002e-03  6.601301e-03
674           Reuters 01/02/2017    49.0803  6.283580e-03  3.590035e-03
675            Google 01/02/2017     815.24  6.071832e-03  1.053677e-02
676               SAP 01/02/2017     84.194  4.667791e-03  1.380146e-02
677         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
678           Reuters 01/02/2017    49.0803  6.283580e-03  3.590035e-03
679           Netflix 01/02/2017     140.78 -4.972297e-04  3.125444e-03
680               IBM 01/02/2017     174.29  1.319640e-03  8.663721e-03
681         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
682             Intel 01/02/2017      36.52  8.214677e-03  2.464403e-02
683            Amazon 01/02/2017     832.35 -1.065657e-02 -2.366793e-03
684              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
685               CBS 01/02/2017       64.6 -1.702786e-03 -3.095975e-03
686            Amazon 01/02/2017     832.35 -1.065657e-02 -2.366793e-03
687         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
688             Yahoo 01/02/2017       4.21  0.000000e+00  0.000000e+00
689               CBS 01/02/2017       64.6 -1.702786e-03 -3.095975e-03
690           Reuters 01/02/2017    49.0803  6.283580e-03  3.590035e-03
691              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
692             FedEx 01/02/2017     186.27  1.524668e-02  3.747249e-02
693            Disney 01/02/2017      111.3 -5.840072e-03 -3.234501e-03
694            Amazon 01/02/2017     832.35 -1.065657e-02 -2.366793e-03
695             Apple 01/02/2017     128.75 -5.747573e-02 -5.530097e-02
696             Apple 01/02/2017     128.75 -5.747573e-02 -5.530097e-02
697          Facebook 01/02/2017     133.23 -2.184193e-02 -1.688809e-02
698         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
699           Verizon 01/02/2017      48.39  1.281256e-02  2.025212e-02
700              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
701             Apple 01/02/2017     128.75 -5.747573e-02 -5.530097e-02
702           Reuters 01/02/2017    49.0803  6.283580e-03  3.590035e-03
703             Apple 01/02/2017     128.75 -5.747573e-02 -5.530097e-02
704             Apple 01/02/2017     128.75 -5.747573e-02 -5.530097e-02
705           Reuters 01/02/2017    49.0803  6.283580e-03  3.590035e-03
706           Reuters 01/02/2017    49.0803  6.283580e-03  3.590035e-03
707              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
708             Apple 01/02/2017     128.75 -5.747573e-02 -5.530097e-02
709            Google 01/02/2017     815.24  6.071832e-03  1.053677e-02
710             Apple 01/02/2017     128.75 -5.747573e-02 -5.530097e-02
711              eBay 01/02/2017      32.18 -1.087632e-02 -3.107520e-04
712             Apple 01/02/2017     128.75 -5.747573e-02 -5.530097e-02
713         Starbucks 01/02/2017       53.9  2.448980e-02  3.710575e-02
714           Netflix 01/02/2017     140.78 -4.972297e-04  3.125444e-03
715             Apple 01/02/2017     128.75 -5.747573e-02 -5.530097e-02
716             Apple 01/02/2017     128.75 -5.747573e-02 -5.530097e-02
717             Intel 28/02/2017       36.2  8.563536e-03  9.116022e-03
718          Facebook 28/02/2017     135.54  6.418769e-03 -7.377896e-04
719           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
720             Apple 28/02/2017     136.99 -4.379882e-04 -2.408935e-03
721         Microsoft 28/02/2017      63.98  3.907471e-03  1.000313e-02
722           L'Oreal 28/02/2017     184.88  0.000000e+00  8.762441e-03
723           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
724          Facebook 28/02/2017     135.54  6.418769e-03 -7.377896e-04
725            Google 28/02/2017     844.93  5.609932e-03  3.408566e-03
726              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
727           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
728           easyJet 28/02/2017        951 -1.577287e-02 -2.050473e-02
729            Disney 28/02/2017     110.09  1.271687e-03  2.089200e-03
730             Cisco 28/02/2017      34.18  2.340550e-03  4.095963e-03
731               GSK 28/02/2017       1648 -2.123786e-03 -5.157767e-03
732         Citigroup 28/02/2017      59.81  3.511119e-03 -4.179903e-03
733            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
734       TripAdvisor 28/02/2017      41.47  3.231252e-02  2.773089e-02
735          CocaCola 28/02/2017      41.96 -6.911344e-03 -4.289800e-03
736           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
737            Google 28/02/2017     844.93  5.609932e-03  3.408566e-03
738            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
739            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
740           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
741           Allianz 28/02/2017     163.94 -2.866903e-04  1.848237e-03
742            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
743            Google 28/02/2017     844.93  5.609932e-03  3.408566e-03
744            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
745             Tesco 28/02/2017      188.4  3.715499e-03  8.492569e-03
746              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
747            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
748           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
749        McDonald's 28/02/2017     127.65 -5.170388e-03  7.833921e-03
750              AT&T 28/02/2017      41.79  7.178751e-04  1.363963e-02
751            Google 28/02/2017     844.93  5.609932e-03  3.408566e-03
752          Vodafone 28/02/2017      201.9 -1.981179e-03  4.705300e-03
753            Google 28/02/2017     844.93  5.609932e-03  3.408566e-03
754            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
755            Google 28/02/2017     844.93  5.609932e-03  3.408566e-03
756           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
757          Burberry 28/02/2017       1726 -3.534183e-02 -3.765933e-02
758            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
759           Ryanair 28/02/2017      14.28 -2.030812e-02 -2.521008e-02
760           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
761              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
762               IBM 28/02/2017     179.82 -2.335669e-03  8.508509e-03
763           TMobile 28/02/2017      62.53 -5.757237e-03 -5.117544e-03
764               SAP 28/02/2017      87.74  1.834967e-03  5.698655e-03
765            Google 28/02/2017     844.93  5.609932e-03  3.408566e-03
766              Nike 28/02/2017      57.16  9.272218e-03  1.224633e-02
767              Sony 28/02/2017       3478 -6.900518e-03  2.300173e-03
768            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
769             Tesco 28/02/2017      188.4  3.715499e-03  8.492569e-03
770  American Express 28/02/2017      80.06  1.373970e-03 -3.747190e-03
771            Google 28/02/2017     844.93  5.609932e-03  3.408566e-03
772             Intel 28/02/2017       36.2  8.563536e-03  9.116022e-03
773           Groupon 28/02/2017       4.23  6.146572e-02  5.673759e-02
774        McDonald's 28/02/2017     127.65 -5.170388e-03  7.833921e-03
775           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
776            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
777            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
778            Google 28/02/2017     844.93  5.609932e-03  3.408566e-03
779            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
780           Siemens 28/02/2017    122.532 -1.387393e-04 -3.142036e-03
781           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
782           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
783             Apple 28/02/2017     136.99 -4.379882e-04 -2.408935e-03
784            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
785              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
786          Facebook 28/02/2017     135.54  6.418769e-03 -7.377896e-04
787              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
788           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
789           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
790         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
791             Tesco 28/02/2017      188.4  3.715499e-03  8.492569e-03
792              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
793       AstraZeneca 28/02/2017       4644 -7.644272e-03 -7.536606e-03
794           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
795           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
796              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
797            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
798            Google 28/02/2017     844.93  5.609932e-03  3.408566e-03
799           Ryanair 28/02/2017      14.28 -2.030812e-02 -2.521008e-02
800             Shell 28/02/2017     2079.5 -2.404424e-03 -3.125751e-03
801               UPS 28/02/2017     105.76  9.171710e-03  3.971256e-03
802           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
803              Audi 28/02/2017    646.022  2.008910e-02  4.609750e-03
804           Comcast 28/02/2017      37.42  2.939604e-03  1.256013e-02
805           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
806        McDonald's 28/02/2017     127.65 -5.170388e-03  7.833921e-03
807              AT&T 28/02/2017      41.79  7.178751e-04  1.363963e-02
808            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
809         BlackRock 28/02/2017     387.46  9.136427e-03  4.387550e-03
810            Disney 28/02/2017     110.09  1.271687e-03  2.089200e-03
811           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
812         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
813              AT&T 28/02/2017      41.79  7.178751e-04  1.363963e-02
814            adidas 28/02/2017    157.863 -7.474836e-04 -3.713980e-02
815         Microsoft 28/02/2017      63.98  3.907471e-03  1.000313e-02
816         Microsoft 28/02/2017      63.98  3.907471e-03  1.000313e-02
817         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
818              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
819            Disney 28/02/2017     110.09  1.271687e-03  2.089200e-03
820         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
821               CBS 28/02/2017      65.92  4.702670e-03  1.592840e-02
822         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
823           Ryanair 28/02/2017      14.28 -2.030812e-02 -2.521008e-02
824              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
825    salesforce.com 28/02/2017      81.35  2.335587e-03  5.285802e-03
826         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
827             FedEx 28/02/2017     192.98  7.202819e-03  6.736449e-04
828         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
829             Shell 28/02/2017     2079.5 -2.404424e-03 -3.125751e-03
830              AT&T 28/02/2017      41.79  7.178751e-04  1.363963e-02
831         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
832               BMW 28/02/2017     84.222  3.811356e-03  2.184702e-03
833        McDonald's 28/02/2017     127.65 -5.170388e-03  7.833921e-03
834              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
835               IBM 28/02/2017     179.82 -2.335669e-03  8.508509e-03
836              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
837            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
838           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
839               SAP 28/02/2017      87.74  1.834967e-03  5.698655e-03
840   Bank of America 28/02/2017      24.68 -4.457050e-03 -1.823339e-02
841       TripAdvisor 28/02/2017      41.47  3.231252e-02  2.773089e-02
842            Disney 28/02/2017     110.09  1.271687e-03  2.089200e-03
843         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
844              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
845               CBS 28/02/2017      65.92  4.702670e-03  1.592840e-02
846           Walmart 28/02/2017      70.93  1.141971e-02  2.058367e-02
847            Google 28/02/2017     844.93  5.609932e-03  3.408566e-03
848         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
849             FedEx 28/02/2017     192.98  7.202819e-03  6.736449e-04
850            Google 28/02/2017     844.93  5.609932e-03  3.408566e-03
851         Microsoft 28/02/2017      63.98  3.907471e-03  1.000313e-02
852         Microsoft 28/02/2017      63.98  3.907471e-03  1.000313e-02
853              AT&T 28/02/2017      41.79  7.178751e-04  1.363963e-02
854         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
855            Pfizer 28/02/2017      34.12  4.689332e-03  4.103165e-03
856            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
857              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
858        McDonald's 28/02/2017     127.65 -5.170388e-03  7.833921e-03
859            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
860               H&M 28/02/2017       26.4 -6.818182e-03  9.469697e-03
861               IBM 28/02/2017     179.82 -2.335669e-03  8.508509e-03
862            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
863               H&M 28/02/2017       26.4 -6.818182e-03  9.469697e-03
864           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
865              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
866               H&M 28/02/2017       26.4 -6.818182e-03  9.469697e-03
867           Groupon 28/02/2017       4.23  6.146572e-02  5.673759e-02
868             Adobe 28/02/2017     118.34  3.718100e-03  8.196721e-03
869              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
870           Allianz 28/02/2017     163.94 -2.866903e-04  1.848237e-03
871           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
872           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
873           TMobile 28/02/2017      62.53 -5.757237e-03 -5.117544e-03
874            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
875           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
876           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
877              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
878              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
879            Google 28/02/2017     844.93  5.609932e-03  3.408566e-03
880               BMW 28/02/2017     84.222  3.811356e-03  2.184702e-03
881    salesforce.com 28/02/2017      81.35  2.335587e-03  5.285802e-03
882           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
883           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
884           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
885              AT&T 28/02/2017      41.79  7.178751e-04  1.363963e-02
886           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
887    salesforce.com 28/02/2017      81.35  2.335587e-03  5.285802e-03
888           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
889           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
890         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
891           TMobile 28/02/2017      62.53 -5.757237e-03 -5.117544e-03
892              Sony 28/02/2017       3478 -6.900518e-03  2.300173e-03
893            Google 28/02/2017     844.93  5.609932e-03  3.408566e-03
894             Yahoo 28/02/2017        4.6  0.000000e+00  0.000000e+00
895            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
896            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
897            PayPal 28/02/2017         42  1.523810e-02  2.547619e-02
898        McDonald's 28/02/2017     127.65 -5.170388e-03  7.833921e-03
899         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
900     Deutsche Bank 28/02/2017    17.5796 -5.586020e-03 -2.844206e-02
901              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
902           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
903               CBS 28/02/2017      65.92  4.702670e-03  1.592840e-02
904              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
905              Nike 28/02/2017      57.16  9.272218e-03  1.224633e-02
906    salesforce.com 28/02/2017      81.35  2.335587e-03  5.285802e-03
907        McDonald's 28/02/2017     127.65 -5.170388e-03  7.833921e-03
908         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
909              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
910              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
911              HSBC 28/02/2017      646.5 -7.733952e-04  5.877804e-03
912              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
913            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
914            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
915            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
916           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
917            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
918            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
919         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
920           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
921              Nike 28/02/2017      57.16  9.272218e-03  1.224633e-02
922              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
923            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
924              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
925            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
926              AT&T 28/02/2017      41.79  7.178751e-04  1.363963e-02
927              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
928           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
929          Facebook 28/02/2017     135.54  6.418769e-03 -7.377896e-04
930        McDonald's 28/02/2017     127.65 -5.170388e-03  7.833921e-03
931              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
932            Google 28/02/2017     844.93  5.609932e-03  3.408566e-03
933              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
934            Boeing 28/02/2017     180.23 -4.438773e-03 -1.548022e-02
935           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
936          Facebook 28/02/2017     135.54  6.418769e-03 -7.377896e-04
937            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
938              AT&T 28/02/2017      41.79  7.178751e-04  1.363963e-02
939         Microsoft 28/02/2017      63.98  3.907471e-03  1.000313e-02
940            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
941             Yahoo 28/02/2017        4.6  0.000000e+00  0.000000e+00
942               CBS 28/02/2017      65.92  4.702670e-03  1.592840e-02
943               BMW 28/02/2017     84.222  3.811356e-03  2.184702e-03
944            Google 28/02/2017     844.93  5.609932e-03  3.408566e-03
945            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
946              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
947              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
948            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
949            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
950         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
951            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
952           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
953           Verizon 28/02/2017      49.63  6.246222e-03  1.954463e-02
954           TMobile 28/02/2017      62.53 -5.757237e-03 -5.117544e-03
955             Exxon 28/02/2017      81.32  2.705362e-03 -2.951303e-03
956           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
957            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
958          Facebook 28/02/2017     135.54  6.418769e-03 -7.377896e-04
959               CBS 28/02/2017      65.92  4.702670e-03  1.592840e-02
960           TMobile 28/02/2017      62.53 -5.757237e-03 -5.117544e-03
961            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
962           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
963           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
964         Microsoft 28/02/2017      63.98  3.907471e-03  1.000313e-02
965         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
966              HSBC 28/02/2017      646.5 -7.733952e-04  5.877804e-03
967             Tesco 28/02/2017      188.4  3.715499e-03  8.492569e-03
968           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
969            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
970               CBS 28/02/2017      65.92  4.702670e-03  1.592840e-02
971           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
972           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
973             Yahoo 28/02/2017        4.6  0.000000e+00  0.000000e+00
974           Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
975            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
976         Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
977           TMobile 28/02/2017      62.53 -5.757237e-03 -5.117544e-03
978           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
979           Walmart 28/02/2017      70.93  1.141971e-02  2.058367e-02
980        McDonald's 28/02/2017     127.65 -5.170388e-03  7.833921e-03
981           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
982             Yahoo 28/02/2017        4.6  0.000000e+00  0.000000e+00
983           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
984           Siemens 28/02/2017    122.532 -1.387393e-04 -3.142036e-03
985           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
986            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
987           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
988              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
989           Walmart 28/02/2017      70.93  1.141971e-02  2.058367e-02
990           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
991           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
992           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
993           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
994             Yahoo 28/02/2017        4.6  0.000000e+00  0.000000e+00
995           Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
996            Disney 28/02/2017     110.09  1.271687e-03  2.089200e-03
997               CBS 28/02/2017      65.92  4.702670e-03  1.592840e-02
998              eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
999            Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
1000          Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
1001          Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
1002          Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
1003          Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
1004          Groupon 28/02/2017       4.23  6.146572e-02  5.673759e-02
1005        Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
1006              IBM 28/02/2017     179.82 -2.335669e-03  8.508509e-03
1007           Toyota 28/02/2017       6365  6.441477e-03  1.304006e-02
1008           Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
1009             eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
1010   salesforce.com 28/02/2017      81.35  2.335587e-03  5.285802e-03
1011           Disney 28/02/2017     110.09  1.271687e-03  2.089200e-03
1012        Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
1013          Hyundai 28/02/2017     149500 -6.688963e-03 -1.003344e-02
1014       McDonald's 28/02/2017     127.65 -5.170388e-03  7.833921e-03
1015              CBS 28/02/2017      65.92  4.702670e-03  1.592840e-02
1016             eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
1017          Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
1018           Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
1019             Nike 28/02/2017      57.16  9.272218e-03  1.224633e-02
1020    Deutsche Bank 28/02/2017    17.5796 -5.586020e-03 -2.844206e-02
1021             eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
1022          Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
1023            Apple 28/02/2017     136.99 -4.379882e-04 -2.408935e-03
1024       McDonald's 28/02/2017     127.65 -5.170388e-03  7.833921e-03
1025           Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
1026           adidas 28/02/2017    157.863 -7.474836e-04 -3.713980e-02
1027           Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
1028          Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
1029             eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
1030          Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
1031           Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
1032           Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
1033             eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
1034           Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
1035             eBay 28/02/2017       33.9  1.120944e-02  4.719764e-03
1036           Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
1037           Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
1038        Starbucks 28/02/2017      56.87 -1.582557e-03  1.072622e-02
1039       Home Depot 28/02/2017     144.91  2.691326e-03  7.176868e-03
1040            Cisco 28/02/2017      34.18  2.340550e-03  4.095963e-03
1041           Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
1042           Amazon 28/02/2017     845.04  4.260153e-03  2.366752e-04
1043          Netflix 28/02/2017     142.13  9.005840e-03  7.880110e-03
1044          TMobile 28/02/2017      62.53 -5.757237e-03 -5.117544e-03
1045       McDonald's 28/02/2017     127.65 -5.170388e-03  7.833921e-03
1046             AT&T 28/02/2017      41.79  7.178751e-04  1.363963e-02
1047          TMobile 28/02/2017      62.53 -5.757237e-03 -5.117544e-03
1048            Tesco 28/02/2017      188.4  3.715499e-03  8.492569e-03
1049           Google 28/02/2017     844.93  5.609932e-03  3.408566e-03
1050          Reuters 28/02/2017     46.591  7.329742e-03  9.456762e-03
1051           Toyota 01/03/2017       6466 -1.562017e-02 -9.279307e-03
1052             AT&T 01/03/2017      42.04 -5.946717e-03 -5.233111e-03
1053          Walmart 01/03/2017      70.45  6.813343e-03  1.831086e-02
1054             eBay 01/03/2017      34.27 -1.079662e-02  2.918004e-04
1055             eBay 01/03/2017      34.27 -1.079662e-02  2.918004e-04
1056          Netflix 01/03/2017     142.65 -3.645286e-03  5.327725e-03
1057          Netflix 01/03/2017     142.65 -3.645286e-03  5.327725e-03
1058        Starbucks 01/03/2017      57.14 -4.725236e-03 -6.300315e-03
1059          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1060          Netflix 01/03/2017     142.65 -3.645286e-03  5.327725e-03
1061             eBay 01/03/2017      34.27 -1.079662e-02  2.918004e-04
1062          Netflix 01/03/2017     142.65 -3.645286e-03  5.327725e-03
1063        Starbucks 01/03/2017      57.14 -4.725236e-03 -6.300315e-03
1064         Burberry 01/03/2017       1772 -2.595937e-02 -6.038375e-02
1065             Nike 01/03/2017      57.95 -1.363244e-02 -4.486626e-03
1066             Nike 01/03/2017      57.95 -1.363244e-02 -4.486626e-03
1067           Disney 01/03/2017     111.04 -8.555476e-03 -7.294669e-03
1068         JPMorgan 01/03/2017       93.6 -3.183761e-02 -3.386752e-02
1069    Deutsche Bank 01/03/2017    18.4456 -4.694887e-02 -5.227263e-02
1070           adidas 01/03/2017      160.5 -1.642991e-02 -1.716511e-02
1071          TMobile 01/03/2017      62.34  3.047802e-03 -2.726981e-03
1072          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1073              IBM 01/03/2017     181.95 -1.170651e-02 -1.401484e-02
1074       McDonald's 01/03/2017     129.05 -1.084851e-02 -1.596281e-02
1075          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1076          Walmart 01/03/2017      70.45  6.813343e-03  1.831086e-02
1077           Amazon 01/03/2017     853.08 -9.424673e-03 -5.204670e-03
1078  Bank of America 01/03/2017       25.5 -3.215686e-02 -3.647059e-02
1079              IBM 01/03/2017     181.95 -1.170651e-02 -1.401484e-02
1080          Netflix 01/03/2017     142.65 -3.645286e-03  5.327725e-03
1081          Netflix 01/03/2017     142.65 -3.645286e-03  5.327725e-03
1082          Netflix 01/03/2017     142.65 -3.645286e-03  5.327725e-03
1083          Walmart 01/03/2017      70.45  6.813343e-03  1.831086e-02
1084          Walmart 01/03/2017      70.45  6.813343e-03  1.831086e-02
1085             AT&T 01/03/2017      42.04 -5.946717e-03 -5.233111e-03
1086          Walmart 01/03/2017      70.45  6.813343e-03  1.831086e-02
1087        Kellogg's 01/03/2017      74.83 -1.015635e-02 -1.269544e-02
1088            Yahoo 01/03/2017        4.6  0.000000e+00  0.000000e+00
1089              CBS 01/03/2017      67.26 -1.992269e-02 -1.531371e-02
1090  Bank of America 01/03/2017       25.5 -3.215686e-02 -3.647059e-02
1091             eBay 01/03/2017      34.27 -1.079662e-02  2.918004e-04
1092              CBS 01/03/2017      67.26 -1.992269e-02 -1.531371e-02
1093              UPS 01/03/2017     106.87 -1.038645e-02 -1.310003e-03
1094          Walmart 01/03/2017      70.45  6.813343e-03  1.831086e-02
1095        Starbucks 01/03/2017      57.14 -4.725236e-03 -6.300315e-03
1096              CBS 01/03/2017      67.26 -1.992269e-02 -1.531371e-02
1097              CBS 01/03/2017      67.26 -1.992269e-02 -1.531371e-02
1098            Pepsi 01/03/2017     109.73  5.923631e-03 -4.192108e-03
1099               HP 01/03/2017      17.62 -1.418842e-02  1.702611e-03
1100             AT&T 01/03/2017      42.04 -5.946717e-03 -5.233111e-03
1101        Starbucks 01/03/2017      57.14 -4.725236e-03 -6.300315e-03
1102          TMobile 01/03/2017      62.34  3.047802e-03 -2.726981e-03
1103          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1104          TMobile 01/03/2017      62.34  3.047802e-03 -2.726981e-03
1105             eBay 01/03/2017      34.27 -1.079662e-02  2.918004e-04
1106             eBay 01/03/2017      34.27 -1.079662e-02  2.918004e-04
1107           Amazon 01/03/2017     853.08 -9.424673e-03 -5.204670e-03
1108           Amazon 01/03/2017     853.08 -9.424673e-03 -5.204670e-03
1109          TMobile 01/03/2017      62.34  3.047802e-03 -2.726981e-03
1110           Boeing 01/03/2017     183.91 -2.000979e-02 -2.435974e-02
1111        Starbucks 01/03/2017      57.14 -4.725236e-03 -6.300315e-03
1112              CBS 01/03/2017      67.26 -1.992269e-02 -1.531371e-02
1113        Starbucks 01/03/2017      57.14 -4.725236e-03 -6.300315e-03
1114          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1115        Starbucks 01/03/2017      57.14 -4.725236e-03 -6.300315e-03
1116          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1117         Facebook 01/03/2017     137.42 -1.368069e-02 -7.349731e-03
1118          Walmart 01/03/2017      70.45  6.813343e-03  1.831086e-02
1119          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1120             Nike 01/03/2017      57.95 -1.363244e-02 -4.486626e-03
1121             Ford 01/03/2017      12.69 -1.260835e-02 -2.364066e-03
1122        Kellogg's 01/03/2017      74.83 -1.015635e-02 -1.269544e-02
1123          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1124             Sony 01/03/2017       3529 -1.445169e-02 -2.125248e-02
1125             Sony 01/03/2017       3529 -1.445169e-02 -2.125248e-02
1126            Exxon 01/03/2017      83.02 -2.047699e-02 -1.782703e-02
1127          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1128             eBay 01/03/2017      34.27 -1.079662e-02  2.918004e-04
1129          Walmart 01/03/2017      70.45  6.813343e-03  1.831086e-02
1130             eBay 01/03/2017      34.27 -1.079662e-02  2.918004e-04
1131             Nike 01/03/2017      57.95 -1.363244e-02 -4.486626e-03
1132           Amazon 01/03/2017     853.08 -9.424673e-03 -5.204670e-03
1133              CBS 01/03/2017      67.26 -1.992269e-02 -1.531371e-02
1134              CBS 01/03/2017      67.26 -1.992269e-02 -1.531371e-02
1135          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1136             Nike 01/03/2017      57.95 -1.363244e-02 -4.486626e-03
1137            Pepsi 01/03/2017     109.73  5.923631e-03 -4.192108e-03
1138          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1139            Pepsi 01/03/2017     109.73  5.923631e-03 -4.192108e-03
1140          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1141         Facebook 01/03/2017     137.42 -1.368069e-02 -7.349731e-03
1142             eBay 01/03/2017      34.27 -1.079662e-02  2.918004e-04
1143             eBay 01/03/2017      34.27 -1.079662e-02  2.918004e-04
1144            Pepsi 01/03/2017     109.73  5.923631e-03 -4.192108e-03
1145        Starbucks 01/03/2017      57.14 -4.725236e-03 -6.300315e-03
1146          Walmart 01/03/2017      70.45  6.813343e-03  1.831086e-02
1147          TMobile 01/03/2017      62.34  3.047802e-03 -2.726981e-03
1148             Ford 01/03/2017      12.69 -1.260835e-02 -2.364066e-03
1149           Disney 01/03/2017     111.04 -8.555476e-03 -7.294669e-03
1150           Disney 01/03/2017     111.04 -8.555476e-03 -7.294669e-03
1151          Walmart 01/03/2017      70.45  6.813343e-03  1.831086e-02
1152          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1153           Disney 01/03/2017     111.04 -8.555476e-03 -7.294669e-03
1154   salesforce.com 01/03/2017      83.81 -2.935211e-02 -2.708507e-02
1155          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1156          Netflix 01/03/2017     142.65 -3.645286e-03  5.327725e-03
1157          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1158          Netflix 01/03/2017     142.65 -3.645286e-03  5.327725e-03
1159          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1160         Facebook 01/03/2017     137.42 -1.368069e-02 -7.349731e-03
1161          Netflix 01/03/2017     142.65 -3.645286e-03  5.327725e-03
1162             AT&T 01/03/2017      42.04 -5.946717e-03 -5.233111e-03
1163         Facebook 01/03/2017     137.42 -1.368069e-02 -7.349731e-03
1164         Facebook 01/03/2017     137.42 -1.368069e-02 -7.349731e-03
1165          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1166          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1167           Google 01/03/2017     856.75 -1.379632e-02 -8.263788e-03
1168          Netflix 01/03/2017     142.65 -3.645286e-03  5.327725e-03
1169          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1170              IBM 01/03/2017     181.95 -1.170651e-02 -1.401484e-02
1171           Amazon 01/03/2017     853.08 -9.424673e-03 -5.204670e-03
1172             eBay 01/03/2017      34.27 -1.079662e-02  2.918004e-04
1173          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1174          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1175          Reuters 01/03/2017    46.7012 -2.359682e-03  4.952764e-03
1176           Disney 01/03/2017     111.04 -8.555476e-03 -7.294669e-03
1177           Boeing 31/03/2017     176.86  6.332693e-03  4.353726e-03
1178         Facebook 31/03/2017     142.05  2.534319e-03  4.223865e-03
1179             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1180             Ford 31/03/2017      11.64  3.436426e-03  3.436426e-03
1181          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1182         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1183             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1184            Apple 31/03/2017     143.66  1.879438e-03  3.202005e-03
1185             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1186           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1187          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1188          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1189          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1190             Nike 31/03/2017      55.73  5.562534e-03  1.704647e-02
1191           adidas 31/03/2017    178.257 -4.476683e-03 -1.946628e-03
1192           Disney 31/03/2017     113.39 -1.852015e-03 -7.584443e-03
1193         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1194          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1195           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1196             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1197          Verizon 31/03/2017      48.75  6.358974e-03  7.794872e-03
1198           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1199         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1200          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1201            Apple 31/03/2017     143.66  1.879438e-03  3.202005e-03
1202          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1203           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1204          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1205          TMobile 31/03/2017      64.59  8.360427e-03  2.322341e-03
1206            Tesco 31/03/2017      185.6  1.831897e-02  2.505388e-02
1207       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1208          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1209             Nike 31/03/2017      55.73  5.562534e-03  1.704647e-02
1210    Deutsche Bank 31/03/2017      17.16  5.827506e-03  1.573427e-02
1211          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1212          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1213            Bayer 31/03/2017    106.097 -1.031132e-02 -1.030189e-02
1214             Nike 31/03/2017      55.73  5.562534e-03  1.704647e-02
1215             Nike 31/03/2017      55.73  5.562534e-03  1.704647e-02
1216           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1217       bookingcom 31/03/2017    1779.97  5.185481e-03  2.853981e-03
1218             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1219              IBM 31/03/2017     174.14 -1.607902e-03 -1.148501e-03
1220          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1221         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1222          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1223             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1224          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1225          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1226           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1227   Morgan Stanley 31/03/2017      42.84  1.377218e-02 -9.337068e-04
1228           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1229             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1230       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1231   Morgan Stanley 31/03/2017      42.84  1.377218e-02 -9.337068e-04
1232              CBS 31/03/2017      69.36 -2.883506e-04 -1.600346e-02
1233           Disney 31/03/2017     113.39 -1.852015e-03 -7.584443e-03
1234           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1235        Microsoft 31/03/2017      65.86 -2.277558e-03 -5.921652e-03
1236          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1237              CBS 31/03/2017      69.36 -2.883506e-04 -1.600346e-02
1238       Home Depot 31/03/2017     146.83  8.172717e-04  1.430225e-03
1239          easyJet 31/03/2017       1026 -1.851852e-02 -3.411306e-02
1240           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1241             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1242       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1243             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1244           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1245       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1246            Apple 31/03/2017     143.66  1.879438e-03  3.202005e-03
1247          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1248          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1249          Comcast 31/03/2017      37.59 -2.128226e-03 -9.843043e-03
1250          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1251          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1252       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1253       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1254             AT&T 31/03/2017      41.55  5.054152e-03 -2.406739e-03
1255       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1256           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1257            Apple 31/03/2017     143.66  1.879438e-03  3.202005e-03
1258          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1259              CBS 31/03/2017      69.36 -2.883506e-04 -1.600346e-02
1260          Verizon 31/03/2017      48.75  6.358974e-03  7.794872e-03
1261          Verizon 31/03/2017      48.75  6.358974e-03  7.794872e-03
1262             AT&T 31/03/2017      41.55  5.054152e-03 -2.406739e-03
1263            Honda 31/03/2017       3351  1.313041e-02  2.536556e-02
1264        Starbucks 31/03/2017      58.39 -3.939031e-03 -1.455729e-02
1265           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1266       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1267             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1268             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1269          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1270           Toyota 31/03/2017       6042  1.142006e-02  1.357167e-02
1271          Verizon 31/03/2017      48.75  6.358974e-03  7.794872e-03
1272            Apple 31/03/2017     143.66  1.879438e-03  3.202005e-03
1273       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1274          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1275       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1276             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1277             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1278             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1279           adidas 31/03/2017    178.257 -4.476683e-03 -1.946628e-03
1280          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1281          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1282             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1283          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1284             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1285          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1286              UPS 31/03/2017      107.3 -5.964585e-03 -1.183597e-02
1287  Bank of America 31/03/2017      23.59  1.186944e-02 -1.017380e-02
1288        Microsoft 31/03/2017      65.86 -2.277558e-03 -5.921652e-03
1289             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1290 General Electric 31/03/2017    28.6453  2.349426e-03 -4.028584e-03
1291             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1292          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1293         Facebook 31/03/2017     142.05  2.534319e-03  4.223865e-03
1294        Microsoft 31/03/2017      65.86 -2.277558e-03 -5.921652e-03
1295       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1296         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1297         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1298          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1299         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1300              CBS 31/03/2017      69.36 -2.883506e-04 -1.600346e-02
1301           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1302         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1303             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1304          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1305         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1306          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1307           adidas 31/03/2017    178.257 -4.476683e-03 -1.946628e-03
1308          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1309         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1310          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1311          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1312         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1313           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1314             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1315           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1316         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1317         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1318         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1319             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1320          Verizon 31/03/2017      48.75  6.358974e-03  7.794872e-03
1321            Exxon 31/03/2017      82.01  2.060724e-02  1.219363e-04
1322        Starbucks 31/03/2017      58.39 -3.939031e-03 -1.455729e-02
1323          Ryanair 31/03/2017      14.55 -1.718213e-02 -2.817869e-02
1324             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1325         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1326          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1327              UPS 31/03/2017      107.3 -5.964585e-03 -1.183597e-02
1328              IBM 31/03/2017     174.14 -1.607902e-03 -1.148501e-03
1329             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1330         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1331         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1332           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1333         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1334       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1335             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1336             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1337           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1338          Ryanair 31/03/2017      14.55 -1.718213e-02 -2.817869e-02
1339              CBS 31/03/2017      69.36 -2.883506e-04 -1.600346e-02
1340        Microsoft 31/03/2017      65.86 -2.277558e-03 -5.921652e-03
1341          TMobile 31/03/2017      64.59  8.360427e-03  2.322341e-03
1342        Starbucks 31/03/2017      58.39 -3.939031e-03 -1.455729e-02
1343          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1344             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1345         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1346          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1347          Verizon 31/03/2017      48.75  6.358974e-03  7.794872e-03
1348            FedEx 31/03/2017     195.15 -5.021778e-03 -2.167563e-02
1349         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1350             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1351             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1352         Facebook 31/03/2017     142.05  2.534319e-03  4.223865e-03
1353             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1354             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1355             AT&T 31/03/2017      41.55  5.054152e-03 -2.406739e-03
1356       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1357         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1358             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1359       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1360           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1361            Honda 31/03/2017       3351  1.313041e-02  2.536556e-02
1362       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1363          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1364          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1365             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1366             Sony 31/03/2017       3766 -8.497079e-03 -1.646309e-02
1367          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1368        Citigroup 31/03/2017      59.82  1.153460e-02 -7.188231e-03
1369          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1370       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1371              SAP 31/03/2017     91.904 -5.701602e-03 -8.737378e-03
1372          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1373             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1374          Expedia 31/03/2017     126.17  2.607593e-02  2.766109e-02
1375             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1376          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1377           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1378           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1379           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1380           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1381            Honda 31/03/2017       3351  1.313041e-02  2.536556e-02
1382       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1383              CBS 31/03/2017      69.36 -2.883506e-04 -1.600346e-02
1384            Tesco 31/03/2017      185.6  1.831897e-02  2.505388e-02
1385          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1386             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1387       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1388         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1389       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1390          TMobile 31/03/2017      64.59  8.360427e-03  2.322341e-03
1391       Volkswagen 31/03/2017    136.468 -2.425477e-03  3.898350e-03
1392           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1393          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1394              GSK 31/03/2017     1659.5  1.175053e-02  1.144923e-02
1395           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1396        Microsoft 31/03/2017      65.86 -2.277558e-03 -5.921652e-03
1397           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1398           Thales 31/03/2017      90.66 -2.095742e-03 -1.665564e-02
1399             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1400            Exxon 31/03/2017      82.01  2.060724e-02  1.219363e-04
1401           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1402           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1403          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1404           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1405              IBM 31/03/2017     174.14 -1.607902e-03 -1.148501e-03
1406           Disney 31/03/2017     113.39 -1.852015e-03 -7.584443e-03
1407          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1408           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1409          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1410         Facebook 31/03/2017     142.05  2.534319e-03  4.223865e-03
1411           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1412           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1413           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1414          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1415          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1416             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1417          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1418             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1419           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1420           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1421           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1422          TMobile 31/03/2017      64.59  8.360427e-03  2.322341e-03
1423          L'Oreal 31/03/2017     191.15  9.678263e-03  1.987968e-02
1424          TMobile 31/03/2017      64.59  8.360427e-03  2.322341e-03
1425       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1426         Facebook 31/03/2017     142.05  2.534319e-03  4.223865e-03
1427       John Deere 31/03/2017     108.86  2.847694e-03 -6.246555e-03
1428       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1429             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1430          Walmart 31/03/2017      72.08 -6.798002e-03 -1.859046e-02
1431           Toyota 31/03/2017       6042  1.142006e-02  1.357167e-02
1432          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1433          TMobile 31/03/2017      64.59  8.360427e-03  2.322341e-03
1434              CBS 31/03/2017      69.36 -2.883506e-04 -1.600346e-02
1435          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1436           Disney 31/03/2017     113.39 -1.852015e-03 -7.584443e-03
1437             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1438          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1439          Walmart 31/03/2017      72.08 -6.798002e-03 -1.859046e-02
1440       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1441           Oracle 31/03/2017      44.61  1.569155e-03 -2.017485e-03
1442         Facebook 31/03/2017     142.05  2.534319e-03  4.223865e-03
1443         Facebook 31/03/2017     142.05  2.534319e-03  4.223865e-03
1444          TMobile 31/03/2017      64.59  8.360427e-03  2.322341e-03
1445           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1446             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1447           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1448         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1449         Facebook 31/03/2017     142.05  2.534319e-03  4.223865e-03
1450             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1451             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1452          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1453             21CF 31/03/2017      32.39 -9.262118e-04 -8.644643e-03
1454       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1455            Adobe 31/03/2017     130.13 -3.996004e-03 -4.226543e-03
1456          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1457             ASOS 31/03/2017       6045  1.157982e-02  4.631927e-03
1458          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1459           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1460         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1461           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1462            Apple 31/03/2017     143.66  1.879438e-03  3.202005e-03
1463          TMobile 31/03/2017      64.59  8.360427e-03  2.322341e-03
1464          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1465           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1466          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1467           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1468          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1469           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1470          TMobile 31/03/2017      64.59  8.360427e-03  2.322341e-03
1471          L'Oreal 31/03/2017     191.15  9.678263e-03  1.987968e-02
1472          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1473          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1474         Facebook 31/03/2017     142.05  2.534319e-03  4.223865e-03
1475       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1476             Nike 31/03/2017      55.73  5.562534e-03  1.704647e-02
1477          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1478           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1479          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1480             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1481           Toyota 31/03/2017       6042  1.142006e-02  1.357167e-02
1482           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1483             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1484           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1485         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1486          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1487          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1488          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1489          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1490          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1491           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1492            Apple 31/03/2017     143.66  1.879438e-03  3.202005e-03
1493           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1494          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1495    Goldman Sachs 31/03/2017     229.72  6.529688e-03 -5.528469e-03
1496           Disney 31/03/2017     113.39 -1.852015e-03 -7.584443e-03
1497           Disney 31/03/2017     113.39 -1.852015e-03 -7.584443e-03
1498           Disney 31/03/2017     113.39 -1.852015e-03 -7.584443e-03
1499          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1500           Disney 31/03/2017     113.39 -1.852015e-03 -7.584443e-03
1501      Wells Fargo 31/03/2017      55.66  1.042041e-02  1.796622e-04
1502          L'Oreal 31/03/2017     191.15  9.678263e-03  1.987968e-02
1503            Tesco 31/03/2017      185.6  1.831897e-02  2.505388e-02
1504           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1505          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1506          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1507          easyJet 31/03/2017       1026 -1.851852e-02 -3.411306e-02
1508         Facebook 31/03/2017     142.05  2.534319e-03  4.223865e-03
1509          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1510          Reuters 31/03/2017    47.6154  5.319707e-03  4.626654e-03
1511           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1512           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1513           Oracle 31/03/2017      44.61  1.569155e-03 -2.017485e-03
1514           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1515           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1516            FedEx 31/03/2017     195.15 -5.021778e-03 -2.167563e-02
1517             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1518             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1519           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1520           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1521         Burberry 31/03/2017       1724  9.280742e-03  1.218097e-02
1522           Disney 31/03/2017     113.39 -1.852015e-03 -7.584443e-03
1523        Starbucks 31/03/2017      58.39 -3.939031e-03 -1.455729e-02
1524             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1525             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1526           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1527        Microsoft 31/03/2017      65.86 -2.277558e-03 -5.921652e-03
1528           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1529           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1530        Starbucks 31/03/2017      58.39 -3.939031e-03 -1.455729e-02
1531          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1532       McDonald's 31/03/2017     129.61 -2.237482e-03 -5.940900e-03
1533          Comcast 31/03/2017      37.59 -2.128226e-03 -9.843043e-03
1534             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1535          Comcast 31/03/2017      37.59 -2.128226e-03 -9.843043e-03
1536    Goldman Sachs 31/03/2017     229.72  6.529688e-03 -5.528469e-03
1537           Disney 31/03/2017     113.39 -1.852015e-03 -7.584443e-03
1538             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1539             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1540             Audi 31/03/2017      640.9 -1.040100e-02 -2.012795e-02
1541             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1542             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1543              CBS 31/03/2017      69.36 -2.883506e-04 -1.600346e-02
1544          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1545              CBS 31/03/2017      69.36 -2.883506e-04 -1.600346e-02
1546              CBS 31/03/2017      69.36 -2.883506e-04 -1.600346e-02
1547           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1548          Netflix 31/03/2017     147.81  1.691361e-03 -9.065692e-03
1549             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1550            Honda 31/03/2017       3351  1.313041e-02  2.536556e-02
1551            Apple 31/03/2017     143.66  1.879438e-03  3.202005e-03
1552           Disney 31/03/2017     113.39 -1.852015e-03 -7.584443e-03
1553           Disney 31/03/2017     113.39 -1.852015e-03 -7.584443e-03
1554             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1555             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1556           Disney 31/03/2017     113.39 -1.852015e-03 -7.584443e-03
1557          Samsung 31/03/2017      41200  1.893204e-02  1.407767e-02
1558    Deutsche Bank 31/03/2017      17.16  5.827506e-03  1.573427e-02
1559              H&M 31/03/2017      25.52 -1.567398e-03  4.427900e-02
1560              CBS 31/03/2017      69.36 -2.883506e-04 -1.600346e-02
1561           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1562             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1563             eBay 31/03/2017      33.57  3.872505e-03  2.383080e-03
1564           Amazon 31/03/2017     886.54 -1.150540e-02 -1.378392e-02
1565          Comcast 31/03/2017      37.59 -2.128226e-03 -9.843043e-03
1566          Comcast 31/03/2017      37.59 -2.128226e-03 -9.843043e-03
1567           Google 31/03/2017      847.8  1.981599e-03  2.441614e-03
1568              CBS 31/03/2017      69.36 -2.883506e-04 -1.600346e-02
1569           Disney 31/03/2017     113.39 -1.852015e-03 -7.584443e-03
1570            Honda 31/03/2017       3351  1.313041e-02  2.536556e-02
1571           Disney 31/03/2017     113.39 -1.852015e-03 -7.584443e-03
1572           Google 01/04/2017      847.8  0.000000e+00  1.981599e-03
1573           Boeing 01/04/2017     176.86  0.000000e+00  6.332693e-03
1574          Reuters 01/04/2017    47.6154  0.000000e+00  5.319707e-03
1575          Reuters 01/04/2017    47.6154  0.000000e+00  5.319707e-03
1576          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1577          Comcast 01/04/2017      37.59  0.000000e+00 -2.128226e-03
1578          Reuters 01/04/2017    47.6154  0.000000e+00  5.319707e-03
1579          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1580       McDonald's 01/04/2017     129.61  0.000000e+00 -2.237482e-03
1581             Ford 01/04/2017      11.64  0.000000e+00  3.436426e-03
1582          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1583         Facebook 01/04/2017     142.05  0.000000e+00  2.534319e-03
1584         Facebook 01/04/2017     142.05  0.000000e+00  2.534319e-03
1585        Microsoft 01/04/2017      65.86  0.000000e+00 -2.277558e-03
1586          Comcast 01/04/2017      37.59  0.000000e+00 -2.128226e-03
1587           Amazon 01/04/2017     886.54  0.000000e+00 -1.150540e-02
1588            Apple 01/04/2017     143.66  0.000000e+00  1.879438e-03
1589            Pepsi 01/04/2017     111.86  0.000000e+00  2.860719e-03
1590         Burberry 01/04/2017       1724  0.000000e+00  9.280742e-03
1591          Comcast 01/04/2017      37.59  0.000000e+00 -2.128226e-03
1592          Walmart 01/04/2017      72.08  0.000000e+00 -6.798002e-03
1593            Apple 01/04/2017     143.66  0.000000e+00  1.879438e-03
1594          Walmart 01/04/2017      72.08  0.000000e+00 -6.798002e-03
1595          Comcast 01/04/2017      37.59  0.000000e+00 -2.128226e-03
1596          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1597          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1598          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1599             eBay 01/04/2017      33.57  0.000000e+00  3.872505e-03
1600           Google 01/04/2017      847.8  0.000000e+00  1.981599e-03
1601             eBay 01/04/2017      33.57  0.000000e+00  3.872505e-03
1602          Reuters 01/04/2017    47.6154  0.000000e+00  5.319707e-03
1603          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1604          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1605              CBS 01/04/2017      69.36  0.000000e+00 -2.883506e-04
1606              CBS 01/04/2017      69.36  0.000000e+00 -2.883506e-04
1607          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1608          TMobile 01/04/2017      64.59  0.000000e+00  8.360427e-03
1609             Nike 01/04/2017      55.73  0.000000e+00  5.562534e-03
1610          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1611         Burberry 01/04/2017       1724  0.000000e+00  9.280742e-03
1612            Shell 01/04/2017       2096  0.000000e+00  1.288168e-02
1613          Walmart 01/04/2017      72.08  0.000000e+00 -6.798002e-03
1614        Microsoft 01/04/2017      65.86  0.000000e+00 -2.277558e-03
1615           Pfizer 01/04/2017      34.21  0.000000e+00  4.092371e-03
1616              CBS 01/04/2017      69.36  0.000000e+00 -2.883506e-04
1617          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1618          Reuters 01/04/2017    47.6154  0.000000e+00  5.319707e-03
1619             eBay 01/04/2017      33.57  0.000000e+00  3.872505e-03
1620             eBay 01/04/2017      33.57  0.000000e+00  3.872505e-03
1621          Reuters 01/04/2017    47.6154  0.000000e+00  5.319707e-03
1622              UPS 01/04/2017      107.3  0.000000e+00 -5.964585e-03
1623             Sony 01/04/2017       3766  0.000000e+00 -8.497079e-03
1624          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1625          Reuters 01/04/2017    47.6154  0.000000e+00  5.319707e-03
1626           Amazon 01/04/2017     886.54  0.000000e+00 -1.150540e-02
1627          Reuters 01/04/2017    47.6154  0.000000e+00  5.319707e-03
1628         Burberry 01/04/2017       1724  0.000000e+00  9.280742e-03
1629           Toyota 01/04/2017       6042  0.000000e+00  1.142006e-02
1630          Reuters 01/04/2017    47.6154  0.000000e+00  5.319707e-03
1631             eBay 01/04/2017      33.57  0.000000e+00  3.872505e-03
1632             Sony 01/04/2017       3766  0.000000e+00 -8.497079e-03
1633            Intel 01/04/2017      36.07  0.000000e+00 -8.871638e-03
1634           Amazon 01/04/2017     886.54  0.000000e+00 -1.150540e-02
1635          Reuters 01/04/2017    47.6154  0.000000e+00  5.319707e-03
1636         Burberry 01/04/2017       1724  0.000000e+00  9.280742e-03
1637          Reuters 01/04/2017    47.6154  0.000000e+00  5.319707e-03
1638             eBay 01/04/2017      33.57  0.000000e+00  3.872505e-03
1639          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1640        Microsoft 01/04/2017      65.86  0.000000e+00 -2.277558e-03
1641          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1642             eBay 01/04/2017      33.57  0.000000e+00  3.872505e-03
1643            Exxon 01/04/2017      82.01  0.000000e+00  2.060724e-02
1644          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1645          TMobile 01/04/2017      64.59  0.000000e+00  8.360427e-03
1646             eBay 01/04/2017      33.57  0.000000e+00  3.872505e-03
1647         Burberry 01/04/2017       1724  0.000000e+00  9.280742e-03
1648           PayPal 01/04/2017      43.02  0.000000e+00  1.208740e-02
1649             eBay 01/04/2017      33.57  0.000000e+00  3.872505e-03
1650              CBS 01/04/2017      69.36  0.000000e+00 -2.883506e-04
1651          TMobile 01/04/2017      64.59  0.000000e+00  8.360427e-03
1652          Samsung 01/04/2017      41200  0.000000e+00  1.893204e-02
1653             eBay 01/04/2017      33.57  0.000000e+00  3.872505e-03
1654          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1655              CBS 01/04/2017      69.36  0.000000e+00 -2.883506e-04
1656           Amazon 01/04/2017     886.54  0.000000e+00 -1.150540e-02
1657         Burberry 01/04/2017       1724  0.000000e+00  9.280742e-03
1658             Nike 01/04/2017      55.73  0.000000e+00  5.562534e-03
1659          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1660             Nike 01/04/2017      55.73  0.000000e+00  5.562534e-03
1661             eBay 01/04/2017      33.57  0.000000e+00  3.872505e-03
1662             Nike 01/04/2017      55.73  0.000000e+00  5.562534e-03
1663          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1664             Nike 01/04/2017      55.73  0.000000e+00  5.562534e-03
1665             Nike 01/04/2017      55.73  0.000000e+00  5.562534e-03
1666             eBay 01/04/2017      33.57  0.000000e+00  3.872505e-03
1667          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1668             Nike 01/04/2017      55.73  0.000000e+00  5.562534e-03
1669            Pepsi 01/04/2017     111.86  0.000000e+00  2.860719e-03
1670             eBay 01/04/2017      33.57  0.000000e+00  3.872505e-03
1671           Disney 01/04/2017     113.39  0.000000e+00 -1.852015e-03
1672          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1673    Deutsche Bank 01/04/2017      17.16  0.000000e+00  5.827506e-03
1674            Pepsi 01/04/2017     111.86  0.000000e+00  2.860719e-03
1675          Netflix 01/04/2017     147.81  0.000000e+00  1.691361e-03
1676          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1677       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1678           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1679           Disney 28/04/2017      115.6  2.076125e-03 -1.730104e-04
1680       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1681       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1682           adidas 28/04/2017    183.716  2.672603e-03  4.746456e-03
1683       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1684          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1685          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1686          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1687          Comcast 28/04/2017      39.19  1.020669e-02 -1.020669e-02
1688             Next 28/04/2017       4305 -4.645761e-04 -1.440186e-02
1689          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1690             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1691            Apple 28/04/2017     143.65  9.745910e-04  2.088409e-04
1692           Disney 28/04/2017      115.6  2.076125e-03 -1.730104e-04
1693          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1694            Bayer 28/04/2017    111.478 -3.875204e-03 -4.526454e-02
1695            Exxon 28/04/2017      81.65 -4.776485e-03 -3.061849e-03
1696          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1697            Apple 28/04/2017     143.65  9.745910e-04  2.088409e-04
1698          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1699            Tesco 28/04/2017     183.25 -4.092769e-03 -1.500682e-02
1700           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1701             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1702            Apple 28/04/2017     143.65  9.745910e-04  2.088409e-04
1703           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1704          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1705           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1706           Toyota 28/04/2017       6035  1.358741e-02  1.971831e-02
1707          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1708       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1709          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1710             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1711             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1712           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1713          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1714          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1715       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1716           Google 28/04/2017     924.52 -3.578073e-02 -3.826851e-02
1717             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1718           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1719          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1720             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1721          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1722          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1723          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1724      Wells Fargo 28/04/2017      53.84  1.114413e-02  1.300149e-02
1725             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1726          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1727          Walmart 28/04/2017      75.18  3.458367e-03  3.325352e-03
1728          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1729          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1730            Cisco 28/04/2017      34.07 -9.392427e-03 -1.966539e-02
1731              H&M 28/04/2017      25.08  0.000000e+00  0.000000e+00
1732             AT&T 28/04/2017      39.63  7.065355e-03  2.043906e-02
1733              GSK 28/04/2017       1550  5.483871e-03  1.032258e-02
1734             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1735          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1736       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1737             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1738          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1739             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1740          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1741          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1742          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1743          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1744            Exxon 28/04/2017      81.65 -4.776485e-03 -3.061849e-03
1745            Yahoo 28/04/2017       4.54  0.000000e+00  0.000000e+00
1746        Microsoft 28/04/2017      68.46 -2.775343e-03 -9.202454e-03
1747          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1748          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1749          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1750            Apple 28/04/2017     143.65  9.745910e-04  2.088409e-04
1751          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1752          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1753          Siemens 28/04/2017    131.137  7.366342e-03  9.646400e-03
1754          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1755          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1756          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1757          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1758        Microsoft 28/04/2017      68.46 -2.775343e-03 -9.202454e-03
1759          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1760    Goldman Sachs 28/04/2017      223.8  8.981233e-03  1.072386e-02
1761    Goldman Sachs 28/04/2017      223.8  8.981233e-03  1.072386e-02
1762    Goldman Sachs 28/04/2017      223.8  8.981233e-03  1.072386e-02
1763       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1764          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1765          Verizon 28/04/2017      45.91  1.655413e-02  3.158353e-02
1766             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1767        Microsoft 28/04/2017      68.46 -2.775343e-03 -9.202454e-03
1768          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1769              BMW 28/04/2017      87.55  1.701885e-03  6.739006e-03
1770          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1771          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1772        Microsoft 28/04/2017      68.46 -2.775343e-03 -9.202454e-03
1773          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1774             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1775       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1776       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1777          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1778          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1779         Facebook 28/04/2017     150.25 -1.697171e-02 -2.455907e-02
1780          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1781          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1782          Samsung 28/04/2017      44620 -1.748095e-02 -4.078888e-02
1783        Starbucks 28/04/2017      60.06  2.064602e-02  2.497502e-02
1784           Oracle 28/04/2017      44.96 -4.225979e-03 -6.005338e-03
1785             Sony 28/04/2017       3759  7.980846e-04 -4.522479e-03
1786          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1787       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1788          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1789          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1790           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1791           Disney 28/04/2017      115.6  2.076125e-03 -1.730104e-04
1792         Heineken 28/04/2017      81.85  7.941356e-03  1.124007e-02
1793          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1794           Disney 28/04/2017      115.6  2.076125e-03 -1.730104e-04
1795        Microsoft 28/04/2017      68.46 -2.775343e-03 -9.202454e-03
1796              H&M 28/04/2017      25.08  0.000000e+00  0.000000e+00
1797          Chevron 28/04/2017      106.7 -1.152765e-02 -5.810684e-03
1798 American Express 28/04/2017      79.25  1.362776e-02  1.602524e-02
1799             AT&T 28/04/2017      39.63  7.065355e-03  2.043906e-02
1800          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1801       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1802          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1803          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1804          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1805          TMobile 28/04/2017      67.27  6.986770e-03  4.608295e-03
1806           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1807          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1808       Volkswagen 28/04/2017    145.347 -7.912100e-03 -1.011373e-03
1809             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1810          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1811            Bayer 28/04/2017    111.478 -3.875204e-03 -4.526454e-02
1812          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1813          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1814          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1815             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1816         Facebook 28/04/2017     150.25 -1.697171e-02 -2.455907e-02
1817         Heineken 28/04/2017      81.85  7.941356e-03  1.124007e-02
1818             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1819         Facebook 28/04/2017     150.25 -1.697171e-02 -2.455907e-02
1820           Google 28/04/2017     924.52 -3.578073e-02 -3.826851e-02
1821           Google 28/04/2017     924.52 -3.578073e-02 -3.826851e-02
1822          Colgate 28/04/2017      72.04  1.749028e-02  2.026652e-02
1823            FedEx 28/04/2017      189.7  1.059568e-02 -6.325778e-04
1824           Disney 28/04/2017      115.6  2.076125e-03 -1.730104e-04
1825          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1826           Oracle 28/04/2017      44.96 -4.225979e-03 -6.005338e-03
1827       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1828          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1829          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1830        Starbucks 28/04/2017      60.06  2.064602e-02  2.497502e-02
1831             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1832        Starbucks 28/04/2017      60.06  2.064602e-02  2.497502e-02
1833          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1834          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1835             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1836          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1837        Microsoft 28/04/2017      68.46 -2.775343e-03 -9.202454e-03
1838             Nike 28/04/2017      55.41  1.082837e-03 -4.511821e-03
1839              CBS 28/04/2017      66.56 -3.305288e-03  5.258413e-03
1840            FedEx 28/04/2017      189.7  1.059568e-02 -6.325778e-04
1841          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1842         JPMorgan 28/04/2017         87  7.011494e-03  1.643678e-02
1843         Facebook 28/04/2017     150.25 -1.697171e-02 -2.455907e-02
1844       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1845          Comcast 28/04/2017      39.19  1.020669e-02 -1.020669e-02
1846         Facebook 28/04/2017     150.25 -1.697171e-02 -2.455907e-02
1847       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1848          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1849       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1850            Adobe 28/04/2017     133.74 -2.691790e-03 -7.103335e-03
1851          Expedia 28/04/2017     133.72  1.854622e-02  1.518098e-02
1852              UPS 28/04/2017     107.46  1.274893e-02  1.488926e-03
1853             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1854            Tesco 28/04/2017     183.25 -4.092769e-03 -1.500682e-02
1855           Disney 28/04/2017      115.6  2.076125e-03 -1.730104e-04
1856             HSBC 28/04/2017      636.5  6.598586e-03  8.798115e-03
1857          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1858          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1859           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1860             ASOS 28/04/2017       5820 -2.663230e-02 -3.333333e-02
1861           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1862           Toyota 28/04/2017       6035  1.358741e-02  1.971831e-02
1863             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1864            Apple 28/04/2017     143.65  9.745910e-04  2.088409e-04
1865       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1866           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1867           Disney 28/04/2017      115.6  2.076125e-03 -1.730104e-04
1868            Intel 28/04/2017      36.15  3.540802e-02  2.157676e-02
1869            Intel 28/04/2017      36.15  3.540802e-02  2.157676e-02
1870          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1871             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1872          Ryanair 28/04/2017      15.91 -1.445632e-02 -1.571339e-02
1873             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1874          Comcast 28/04/2017      39.19  1.020669e-02 -1.020669e-02
1875             AT&T 28/04/2017      39.63  7.065355e-03  2.043906e-02
1876           Google 28/04/2017     924.52 -3.578073e-02 -3.826851e-02
1877           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1878              CBS 28/04/2017      66.56 -3.305288e-03  5.258413e-03
1879           Google 28/04/2017     924.52 -3.578073e-02 -3.826851e-02
1880           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1881          Walmart 28/04/2017      75.18  3.458367e-03  3.325352e-03
1882          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1883          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1884            FedEx 28/04/2017      189.7  1.059568e-02 -6.325778e-04
1885           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1886         Facebook 28/04/2017     150.25 -1.697171e-02 -2.455907e-02
1887          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1888         Facebook 28/04/2017     150.25 -1.697171e-02 -2.455907e-02
1889          Colgate 28/04/2017      72.04  1.749028e-02  2.026652e-02
1890          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1891            Apple 28/04/2017     143.65  9.745910e-04  2.088409e-04
1892            Intel 28/04/2017      36.15  3.540802e-02  2.157676e-02
1893      Wells Fargo 28/04/2017      53.84  1.114413e-02  1.300149e-02
1894             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1895          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1896             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1897        Starbucks 28/04/2017      60.06  2.064602e-02  2.497502e-02
1898             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1899           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1900       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1901           Disney 28/04/2017      115.6  2.076125e-03 -1.730104e-04
1902          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1903        Starbucks 28/04/2017      60.06  2.064602e-02  2.497502e-02
1904             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1905            Yahoo 28/04/2017       4.54  0.000000e+00  0.000000e+00
1906         Facebook 28/04/2017     150.25 -1.697171e-02 -2.455907e-02
1907          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1908             AT&T 28/04/2017      39.63  7.065355e-03  2.043906e-02
1909             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1910          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1911          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1912          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1913          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1914          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1915            Cisco 28/04/2017      34.07 -9.392427e-03 -1.966539e-02
1916             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1917            Cisco 28/04/2017      34.07 -9.392427e-03 -1.966539e-02
1918           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1919          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1920           Google 28/04/2017     924.52 -3.578073e-02 -3.826851e-02
1921             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1922         CocaCola 28/04/2017      43.15 -3.244496e-03  2.085747e-03
1923           Google 28/04/2017     924.52 -3.578073e-02 -3.826851e-02
1924          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1925        Kellogg's 28/04/2017         71 -5.633803e-04  6.901408e-03
1926  Bank of America 28/04/2017      23.34  1.328192e-02  2.356470e-02
1927             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1928            Exxon 28/04/2017      81.65 -4.776485e-03 -3.061849e-03
1929          Comcast 28/04/2017      39.19  1.020669e-02 -1.020669e-02
1930            Apple 28/04/2017     143.65  9.745910e-04  2.088409e-04
1931             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1932   salesforce.com 28/04/2017      86.12 -3.135160e-03 -1.358569e-02
1933       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1934          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1935          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1936           Toyota 28/04/2017       6035  1.358741e-02  1.971831e-02
1937             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1938          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1939             Nike 28/04/2017      55.41  1.082837e-03 -4.511821e-03
1940             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1941          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1942          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1943          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1944       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1945          TMobile 28/04/2017      67.27  6.986770e-03  4.608295e-03
1946           Oracle 28/04/2017      44.96 -4.225979e-03 -6.005338e-03
1947           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1948             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1949           Google 28/04/2017     924.52 -3.578073e-02 -3.826851e-02
1950          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1951             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1952          Comcast 28/04/2017      39.19  1.020669e-02 -1.020669e-02
1953             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1954          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1955          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1956          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1957             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1958              SAP 28/04/2017     91.989  7.011708e-03  2.587266e-03
1959            Apple 28/04/2017     143.65  9.745910e-04  2.088409e-04
1960          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1961          Walmart 28/04/2017      75.18  3.458367e-03  3.325352e-03
1962             Ford 28/04/2017      11.47  0.000000e+00  1.133391e-02
1963          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1964          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1965          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1966           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1967          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1968           Google 28/04/2017     924.52 -3.578073e-02 -3.826851e-02
1969             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1970          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1971            Intel 28/04/2017      36.15  3.540802e-02  2.157676e-02
1972              IBM 28/04/2017     160.29  1.871608e-04 -1.434899e-03
1973          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1974       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
1975          Comcast 28/04/2017      39.19  1.020669e-02 -1.020669e-02
1976           adidas 28/04/2017    183.716  2.672603e-03  4.746456e-03
1977             Audi 28/04/2017    641.846  1.112416e-03  2.399329e-04
1978       bookingcom 28/04/2017    1846.82 -5.929111e-03 -2.312082e-02
1979          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1980        Microsoft 28/04/2017      68.46 -2.775343e-03 -9.202454e-03
1981           adidas 28/04/2017    183.716  2.672603e-03  4.746456e-03
1982         Heineken 28/04/2017      81.85  7.941356e-03  1.124007e-02
1983             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1984           adidas 28/04/2017    183.716  2.672603e-03  4.746456e-03
1985          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1986          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1987             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1988             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
1989          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1990           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
1991          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
1992            FedEx 28/04/2017      189.7  1.059568e-02 -6.325778e-04
1993              BMW 28/04/2017      87.55  1.701885e-03  6.739006e-03
1994              CBS 28/04/2017      66.56 -3.305288e-03  5.258413e-03
1995              CBS 28/04/2017      66.56 -3.305288e-03  5.258413e-03
1996          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
1997              CBS 28/04/2017      66.56 -3.305288e-03  5.258413e-03
1998              CBS 28/04/2017      66.56 -3.305288e-03  5.258413e-03
1999              CBS 28/04/2017      66.56 -3.305288e-03  5.258413e-03
2000              CBS 28/04/2017      66.56 -3.305288e-03  5.258413e-03
2001           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
2002         Heineken 28/04/2017      81.85  7.941356e-03  1.124007e-02
2003           Boeing 28/04/2017     184.83 -8.710707e-03 -1.688038e-02
2004            Tesco 28/04/2017     183.25 -4.092769e-03 -1.500682e-02
2005        Starbucks 28/04/2017      60.06  2.064602e-02  2.497502e-02
2006          Netflix 28/04/2017      152.2  5.781866e-03 -1.333771e-02
2007          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
2008              CBS 28/04/2017      66.56 -3.305288e-03  5.258413e-03
2009          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
2010       McDonald's 28/04/2017     139.93  6.717645e-03  6.503252e-03
2011          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
2012          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
2013           adidas 28/04/2017    183.716  2.672603e-03  4.746456e-03
2014           Disney 28/04/2017      115.6  2.076125e-03 -1.730104e-04
2015           Disney 28/04/2017      115.6  2.076125e-03 -1.730104e-04
2016           Costco 28/04/2017     177.52 -3.943218e-04 -4.055881e-03
2017           Amazon 28/04/2017     924.99 -7.146023e-03 -1.697316e-02
2018      TripAdvisor 28/04/2017      45.01  1.999556e-03 -1.133082e-02
2019          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
2020             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
2021          Reuters 28/04/2017    50.0386 -3.566047e-02 -5.260939e-02
2022             eBay 28/04/2017      33.41 -1.047591e-02 -1.197246e-02
2023          Groupon 28/04/2017       3.92  1.785714e-02 -1.020408e-02
2024           Google 29/04/2017     924.52  0.000000e+00 -3.578073e-02
2025             eBay 29/04/2017      33.41  0.000000e+00 -1.047591e-02
2026            Yahoo 29/04/2017       4.54  0.000000e+00  0.000000e+00
2027          Comcast 29/04/2017      39.19  0.000000e+00  1.020669e-02
2028          Netflix 29/04/2017      152.2  0.000000e+00  5.781866e-03
2029             eBay 29/04/2017      33.41  0.000000e+00 -1.047591e-02
2030           Amazon 29/04/2017     924.99  0.000000e+00 -7.146023e-03
2031          Reuters 29/04/2017    50.0386  0.000000e+00 -3.566047e-02
2032         CocaCola 29/04/2017      43.15  0.000000e+00 -3.244496e-03
2033          Netflix 29/04/2017      152.2  0.000000e+00  5.781866e-03
2034              GSK 29/04/2017       1550  0.000000e+00  5.483871e-03
2035           Kroger 29/04/2017      29.65  0.000000e+00  1.686341e-02
2036          Reuters 29/04/2017    50.0386  0.000000e+00 -3.566047e-02
2037       Volkswagen 29/04/2017    145.347  0.000000e+00 -7.912100e-03
2038       Volkswagen 29/04/2017    145.347  0.000000e+00 -7.912100e-03
2039       Volkswagen 29/04/2017    145.347  0.000000e+00 -7.912100e-03
2040       Volkswagen 29/04/2017    145.347  0.000000e+00 -7.912100e-03
2041       Volkswagen 29/04/2017    145.347  0.000000e+00 -7.912100e-03
2042           Amazon 29/04/2017     924.99  0.000000e+00 -7.146023e-03
2043              BMW 29/04/2017      87.55  0.000000e+00  1.701885e-03
2044             eBay 29/04/2017      33.41  0.000000e+00 -1.047591e-02
2045           Oracle 29/04/2017      44.96  0.000000e+00 -4.225979e-03
2046          Reuters 29/04/2017    50.0386  0.000000e+00 -3.566047e-02
2047        Citigroup 29/04/2017      59.12  0.000000e+00  4.566982e-03
2048          Netflix 29/04/2017      152.2  0.000000e+00  5.781866e-03
2049        BlackRock 29/04/2017     384.57  0.000000e+00  1.596588e-02
2050             AT&T 29/04/2017      39.63  0.000000e+00  7.065355e-03
2051           Amazon 29/04/2017     924.99  0.000000e+00 -7.146023e-03
2052       McDonald's 29/04/2017     139.93  0.000000e+00  6.717645e-03
2053           Google 29/04/2017     924.52  0.000000e+00 -3.578073e-02
2054           Amazon 29/04/2017     924.99  0.000000e+00 -7.146023e-03
2055          Reuters 29/04/2017    50.0386  0.000000e+00 -3.566047e-02
2056       bookingcom 29/04/2017    1846.82  0.000000e+00 -5.929111e-03
2057       McDonald's 29/04/2017     139.93  0.000000e+00  6.717645e-03
2058             eBay 29/04/2017      33.41  0.000000e+00 -1.047591e-02
2059            Pepsi 29/04/2017     113.28  0.000000e+00 -5.649718e-03
2060          Netflix 29/04/2017      152.2  0.000000e+00  5.781866e-03
2061          Netflix 29/04/2017      152.2  0.000000e+00  5.781866e-03
2062           Amazon 29/04/2017     924.99  0.000000e+00 -7.146023e-03
2063             AT&T 29/04/2017      39.63  0.000000e+00  7.065355e-03
2064          Reuters 29/04/2017    50.0386  0.000000e+00 -3.566047e-02
2065             eBay 29/04/2017      33.41  0.000000e+00 -1.047591e-02
2066           Disney 29/04/2017      115.6  0.000000e+00  2.076125e-03
2067       McDonald's 29/04/2017     139.93  0.000000e+00  6.717645e-03
2068             eBay 29/04/2017      33.41  0.000000e+00 -1.047591e-02
2069             Nike 29/04/2017      55.41  0.000000e+00  1.082837e-03
2070       McDonald's 29/04/2017     139.93  0.000000e+00  6.717645e-03
2071            Cisco 29/04/2017      34.07  0.000000e+00 -9.392427e-03
2072          Walmart 29/04/2017      75.18  0.000000e+00  3.458367e-03
2073           Oracle 29/04/2017      44.96  0.000000e+00 -4.225979e-03
2074          Netflix 29/04/2017      152.2  0.000000e+00  5.781866e-03
2075             eBay 29/04/2017      33.41  0.000000e+00 -1.047591e-02
2076          Netflix 29/04/2017      152.2  0.000000e+00  5.781866e-03
2077       McDonald's 29/04/2017     139.93  0.000000e+00  6.717645e-03
2078           Disney 29/04/2017      115.6  0.000000e+00  2.076125e-03
2079           Disney 29/04/2017      115.6  0.000000e+00  2.076125e-03
2080            FedEx 29/04/2017      189.7  0.000000e+00  1.059568e-02
2081            Pepsi 29/04/2017     113.28  0.000000e+00 -5.649718e-03
2082      TripAdvisor 29/04/2017      45.01  0.000000e+00  1.999556e-03
2083      TripAdvisor 29/04/2017      45.01  0.000000e+00  1.999556e-03
2084          Netflix 29/04/2017      152.2  0.000000e+00  5.781866e-03
2085              CBS 29/04/2017      66.56  0.000000e+00 -3.305288e-03
2086          Netflix 29/04/2017      152.2  0.000000e+00  5.781866e-03
2087      TripAdvisor 29/04/2017      45.01  0.000000e+00  1.999556e-03
2088          Netflix 29/04/2017      152.2  0.000000e+00  5.781866e-03
2089       McDonald's 29/04/2017     139.93  0.000000e+00  6.717645e-03
2090          Walmart 29/04/2017      75.18  0.000000e+00  3.458367e-03
2091           Amazon 29/04/2017     924.99  0.000000e+00 -7.146023e-03
2092      TripAdvisor 29/04/2017      45.01  0.000000e+00  1.999556e-03
2093      TripAdvisor 29/04/2017      45.01  0.000000e+00  1.999556e-03
2094             eBay 29/04/2017      33.41  0.000000e+00 -1.047591e-02
2095       McDonald's 29/04/2017     139.93  0.000000e+00  6.717645e-03
2096           Google 29/04/2017     924.52  0.000000e+00 -3.578073e-02
2097          TMobile 29/04/2017      67.27  0.000000e+00  6.986770e-03
2098          Netflix 29/04/2017      152.2  0.000000e+00  5.781866e-03
2099          Netflix 29/04/2017      152.2  0.000000e+00  5.781866e-03
2100          Comcast 29/04/2017      39.19  0.000000e+00  1.020669e-02
2101          Walmart 31/05/2017       78.6 -5.725191e-03 -5.979644e-03
2102          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2103              BMW 31/05/2017     83.488  7.857417e-03  1.274435e-02
2104          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2105          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2106          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2107          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2108          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2109           adidas 31/05/2017    170.195  2.014160e-02  1.445988e-02
2110          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2111         Facebook 31/05/2017     151.46  6.074211e-03  4.423610e-03
2112          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2113          Ryanair 31/05/2017      17.93  2.844395e-02  4.461796e-03
2114          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2115             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2116          TMobile 31/05/2017      67.42 -5.043014e-03  5.636310e-03
2117           Toyota 31/05/2017       5932  8.260283e-03  6.405934e-03
2118             Next 31/05/2017       4360  4.587156e-03  5.504587e-03
2119          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2120             Next 31/05/2017       4360  4.587156e-03  5.504587e-03
2121           Disney 31/05/2017     107.94  3.705762e-03  4.354271e-03
2122          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2123              IBM 31/05/2017     152.63 -5.896613e-03 -9.172509e-04
2124          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2125          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2126             Next 31/05/2017       4360  4.587156e-03  5.504587e-03
2127             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2128          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2129             Next 31/05/2017       4360  4.587156e-03  5.504587e-03
2130          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2131          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2132             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2133           adidas 31/05/2017    170.195  2.014160e-02  1.445988e-02
2134           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2135            Apple 31/05/2017     152.76  5.957057e-03  5.564284e-03
2136             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2137          Ryanair 31/05/2017      17.93  2.844395e-02  4.461796e-03
2138          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2139          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2140          Comcast 31/05/2017      41.69 -1.415207e-02 -1.870952e-02
2141           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2142             AT&T 31/05/2017      38.53  5.190760e-04 -1.064106e-02
2143        Starbucks 31/05/2017      63.61 -5.502280e-03 -4.873448e-03
2144        Microsoft 31/05/2017      69.84  8.161512e-03  1.718213e-03
2145           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2146           adidas 31/05/2017    170.195  2.014160e-02  1.445988e-02
2147          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2148             Next 31/05/2017       4360  4.587156e-03  5.504587e-03
2149             Next 31/05/2017       4360  4.587156e-03  5.504587e-03
2150          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2151             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2152             Next 31/05/2017       4360  4.587156e-03  5.504587e-03
2153             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2154           adidas 31/05/2017    170.195  2.014160e-02  1.445988e-02
2155              CBS 31/05/2017      61.11  6.709213e-03  7.527410e-03
2156             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2157          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2158             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2159           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2160          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2161          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2162             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2163             Next 31/05/2017       4360  4.587156e-03  5.504587e-03
2164             Audi 31/05/2017     678.45  1.294126e-03 -3.900509e-02
2165           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2166          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2167            Adobe 31/05/2017     141.86  3.877062e-03  2.114761e-04
2168             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2169    Goldman Sachs 31/05/2017     211.26  3.389189e-02  5.808009e-02
2170              CBS 31/05/2017      61.11  6.709213e-03  7.527410e-03
2171           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2172          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2173          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2174             Next 31/05/2017       4360  4.587156e-03  5.504587e-03
2175       McDonald's 31/05/2017     150.89 -6.362251e-03 -6.826165e-03
2176           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2177          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2178           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2179    Goldman Sachs 31/05/2017     211.26  3.389189e-02  5.808009e-02
2180          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2181           adidas 31/05/2017    170.195  2.014160e-02  1.445988e-02
2182            Bayer 31/05/2017    116.175 -1.427157e-02 -1.471917e-02
2183           adidas 31/05/2017    170.195  2.014160e-02  1.445988e-02
2184          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2185          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2186          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2187           adidas 31/05/2017    170.195  2.014160e-02  1.445988e-02
2188           adidas 31/05/2017    170.195  2.014160e-02  1.445988e-02
2189           Toyota 31/05/2017       5932  8.260283e-03  6.405934e-03
2190          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2191          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2192          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2193          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2194         Facebook 31/05/2017     151.46  6.074211e-03  4.423610e-03
2195           adidas 31/05/2017    170.195  2.014160e-02  1.445988e-02
2196    Goldman Sachs 31/05/2017     211.26  3.389189e-02  5.808009e-02
2197          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2198             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2199           adidas 31/05/2017    170.195  2.014160e-02  1.445988e-02
2200            Intel 31/05/2017      36.11  1.938521e-03  4.153974e-03
2201          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2202           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2203          Groupon 31/05/2017       3.01  4.983389e-02  5.315615e-02
2204             Next 31/05/2017       4360  4.587156e-03  5.504587e-03
2205           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2206             Nike 31/05/2017      52.99 -1.321004e-03 -7.548594e-03
2207        Starbucks 31/05/2017      63.61 -5.502280e-03 -4.873448e-03
2208        Starbucks 31/05/2017      63.61 -5.502280e-03 -4.873448e-03
2209             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2210             Audi 31/05/2017     678.45  1.294126e-03 -3.900509e-02
2211        Starbucks 31/05/2017      63.61 -5.502280e-03 -4.873448e-03
2212            Apple 31/05/2017     152.76  5.957057e-03  5.564284e-03
2213 General Electric 31/05/2017    26.3191 -7.333077e-04  2.557078e-03
2214          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2215           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2216              IBM 31/05/2017     152.63 -5.896613e-03 -9.172509e-04
2217        Starbucks 31/05/2017      63.61 -5.502280e-03 -4.873448e-03
2218           adidas 31/05/2017    170.195  2.014160e-02  1.445988e-02
2219           PayPal 31/05/2017      52.21 -2.202643e-02 -1.953649e-02
2220       Home Depot 31/05/2017     153.51  2.410266e-03  9.054785e-03
2221          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2222        Starbucks 31/05/2017      63.61 -5.502280e-03 -4.873448e-03
2223        Microsoft 31/05/2017      69.84  8.161512e-03  1.718213e-03
2224          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2225       McDonald's 31/05/2017     150.89 -6.362251e-03 -6.826165e-03
2226             Next 31/05/2017       4360  4.587156e-03  5.504587e-03
2227           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2228        Starbucks 31/05/2017      63.61 -5.502280e-03 -4.873448e-03
2229              H&M 31/05/2017      25.15  0.000000e+00  1.988072e-02
2230             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2231              IBM 31/05/2017     152.63 -5.896613e-03 -9.172509e-04
2232             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2233          Ryanair 31/05/2017      17.93  2.844395e-02  4.461796e-03
2234          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2235            Tesco 31/05/2017      183.7  8.982036e-03  1.687534e-02
2236    Goldman Sachs 31/05/2017     211.26  3.389189e-02  5.808009e-02
2237           Disney 31/05/2017     107.94  3.705762e-03  4.354271e-03
2238        Starbucks 31/05/2017      63.61 -5.502280e-03 -4.873448e-03
2239           Nissan 31/05/2017     1061.5  1.224682e-02  1.177579e-02
2240             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2241        Starbucks 31/05/2017      63.61 -5.502280e-03 -4.873448e-03
2242          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2243             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2244          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2245              IBM 31/05/2017     152.63 -5.896613e-03 -9.172509e-04
2246 American Express 31/05/2017      76.94  1.949571e-03  6.758513e-03
2247          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2248         Facebook 31/05/2017     151.46  6.074211e-03  4.423610e-03
2249           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2250          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2251           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2252          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2253           adidas 31/05/2017    170.195  2.014160e-02  1.445988e-02
2254           Nestle 31/05/2017      82.65 -3.629764e-03 -3.024803e-03
2255   salesforce.com 31/05/2017      89.64  1.361000e-02  1.327532e-02
2256             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2257   salesforce.com 31/05/2017      89.64  1.361000e-02  1.327532e-02
2258       McDonald's 31/05/2017     150.89 -6.362251e-03 -6.826165e-03
2259    Goldman Sachs 31/05/2017     211.26  3.389189e-02  5.808009e-02
2260             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2261           adidas 31/05/2017    170.195  2.014160e-02  1.445988e-02
2262           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2263           Toyota 31/05/2017       5932  8.260283e-03  6.405934e-03
2264              BMW 31/05/2017     83.488  7.857417e-03  1.274435e-02
2265             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2266          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2267  Bank of America 31/05/2017      22.41  2.231147e-02  3.703704e-02
2268          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2269    Goldman Sachs 31/05/2017     211.26  3.389189e-02  5.808009e-02
2270           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2271          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2272           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2273            Adobe 31/05/2017     141.86  3.877062e-03  2.114761e-04
2274          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2275          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2276          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2277          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2278      Wells Fargo 31/05/2017      51.14  1.994525e-02  2.483379e-02
2279             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2280       McDonald's 31/05/2017     150.89 -6.362251e-03 -6.826165e-03
2281              UPS 31/05/2017     105.97  7.926772e-03 -9.436633e-04
2282        Starbucks 31/05/2017      63.61 -5.502280e-03 -4.873448e-03
2283          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2284          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2285          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2286        Starbucks 31/05/2017      63.61 -5.502280e-03 -4.873448e-03
2287           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2288    Deutsche Bank 31/05/2017      17.48  2.803204e-02  5.606407e-02
2289          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2290             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2291             Ford 31/05/2017      11.12 -3.597122e-03 -1.708633e-02
2292          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2293          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2294          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2295         CocaCola 31/05/2017      45.47 -8.797009e-04 -1.759402e-03
2296          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2297           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2298           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2299          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2300  Bank of America 31/05/2017      22.41  2.231147e-02  3.703704e-02
2301             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2302          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2303        Starbucks 31/05/2017      63.61 -5.502280e-03 -4.873448e-03
2304              SAP 31/05/2017     95.471 -2.388160e-03 -4.022164e-03
2305             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2306          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2307             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2308       Home Depot 31/05/2017     153.51  2.410266e-03  9.054785e-03
2309             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2310          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2311           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2312       McDonald's 31/05/2017     150.89 -6.362251e-03 -6.826165e-03
2313           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2314           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2315           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2316             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2317  Bank of America 31/05/2017      22.41  2.231147e-02  3.703704e-02
2318  Bank of America 31/05/2017      22.41  2.231147e-02  3.703704e-02
2319           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2320           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2321           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2322          Expedia 31/05/2017     143.78  2.573376e-03  5.564056e-03
2323       McDonald's 31/05/2017     150.89 -6.362251e-03 -6.826165e-03
2324             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2325          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2326          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2327          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2328           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2329          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2330           adidas 31/05/2017    170.195  2.014160e-02  1.445988e-02
2331          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2332          Chevron 31/05/2017     103.48  5.604948e-03  1.198299e-02
2333        Starbucks 31/05/2017      63.61 -5.502280e-03 -4.873448e-03
2334          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2335             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2336      Wells Fargo 31/05/2017      51.14  1.994525e-02  2.483379e-02
2337           adidas 31/05/2017    170.195  2.014160e-02  1.445988e-02
2338          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2339    Goldman Sachs 31/05/2017     211.26  3.389189e-02  5.808009e-02
2340           adidas 31/05/2017    170.195  2.014160e-02  1.445988e-02
2341  Bank of America 31/05/2017      22.41  2.231147e-02  3.703704e-02
2342           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2343              H&M 31/05/2017      25.15  0.000000e+00  1.988072e-02
2344          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2345            Exxon 31/05/2017       80.5  7.453416e-03  1.304348e-02
2346          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2347        Kellogg's 31/05/2017       71.6  1.117318e-03  1.424581e-02
2348           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2349       Home Depot 31/05/2017     153.51  2.410266e-03  9.054785e-03
2350           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2351             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2352          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2353              CBS 31/05/2017      61.11  6.709213e-03  7.527410e-03
2354             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2355          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2356             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2357             Nike 31/05/2017      52.99 -1.321004e-03 -7.548594e-03
2358          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2359          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2360             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2361          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2362           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2363          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2364          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2365          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2366             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2367           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2368             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2369           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2370          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2371             Nike 31/05/2017      52.99 -1.321004e-03 -7.548594e-03
2372          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2373          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2374             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2375          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2376          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2377              CBS 31/05/2017      61.11  6.709213e-03  7.527410e-03
2378         Heineken 31/05/2017      87.67 -9.125128e-03 -7.300103e-03
2379          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2380          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2381           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2382             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2383          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2384              BMW 31/05/2017     83.488  7.857417e-03  1.274435e-02
2385           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2386   Morgan Stanley 31/05/2017      41.74  1.293723e-02  2.635362e-02
2387            Cisco 31/05/2017      31.53  4.757374e-03 -9.514748e-04
2388          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2389    Goldman Sachs 31/05/2017     211.26  3.389189e-02  5.808009e-02
2390          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2391             HSBC 31/05/2017      675.6 -5.920663e-04 -8.880995e-04
2392          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2393             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2394        Starbucks 31/05/2017      63.61 -5.502280e-03 -4.873448e-03
2395             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2396           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2397          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2398           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2399           Pfizer 31/05/2017      32.65 -1.592649e-02 -1.562021e-02
2400          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2401          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2402          Expedia 31/05/2017     143.78  2.573376e-03  5.564056e-03
2403       McDonald's 31/05/2017     150.89 -6.362251e-03 -6.826165e-03
2404         Facebook 31/05/2017     151.46  6.074211e-03  4.423610e-03
2405           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2406          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2407             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2408          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2409          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2410        Microsoft 31/05/2017      69.84  8.161512e-03  1.718213e-03
2411    Goldman Sachs 31/05/2017     211.26  3.389189e-02  5.808009e-02
2412          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2413          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2414           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2415           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2416            Yahoo 31/05/2017     4.3701  0.000000e+00  0.000000e+00
2417           Disney 31/05/2017     107.94  3.705762e-03  4.354271e-03
2418            Apple 31/05/2017     152.76  5.957057e-03  5.564284e-03
2419              CBS 31/05/2017      61.11  6.709213e-03  7.527410e-03
2420          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2421              CBS 31/05/2017      61.11  6.709213e-03  7.527410e-03
2422             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2423           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2424          Walmart 31/05/2017       78.6 -5.725191e-03 -5.979644e-03
2425           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2426           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2427            Apple 31/05/2017     152.76  5.957057e-03  5.564284e-03
2428          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2429        Starbucks 31/05/2017      63.61 -5.502280e-03 -4.873448e-03
2430          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2431          Comcast 31/05/2017      41.69 -1.415207e-02 -1.870952e-02
2432          Comcast 31/05/2017      41.69 -1.415207e-02 -1.870952e-02
2433              UPS 31/05/2017     105.97  7.926772e-03 -9.436633e-04
2434             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2435          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2436          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2437             Nike 31/05/2017      52.99 -1.321004e-03 -7.548594e-03
2438         Facebook 31/05/2017     151.46  6.074211e-03  4.423610e-03
2439             Nike 31/05/2017      52.99 -1.321004e-03 -7.548594e-03
2440          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2441        Starbucks 31/05/2017      63.61 -5.502280e-03 -4.873448e-03
2442             AT&T 31/05/2017      38.53  5.190760e-04 -1.064106e-02
2443            Apple 31/05/2017     152.76  5.957057e-03  5.564284e-03
2444           Google 31/05/2017     987.09  9.198756e-03  6.260827e-03
2445    Goldman Sachs 31/05/2017     211.26  3.389189e-02  5.808009e-02
2446           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2447           Kroger 31/05/2017      29.78 -6.715917e-04 -1.108126e-02
2448           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2449           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2450          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2451       McDonald's 31/05/2017     150.89 -6.362251e-03 -6.826165e-03
2452             Sony 31/05/2017       4034 -7.436787e-04  9.915716e-04
2453             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2454          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2455          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2456          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2457           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2458          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2459            Pepsi 31/05/2017     116.87  9.754428e-03  8.898776e-03
2460          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2461           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2462              UPS 31/05/2017     105.97  7.926772e-03 -9.436633e-04
2463        Microsoft 31/05/2017      69.84  8.161512e-03  1.718213e-03
2464          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2465       McDonald's 31/05/2017     150.89 -6.362251e-03 -6.826165e-03
2466             Nike 31/05/2017      52.99 -1.321004e-03 -7.548594e-03
2467        Microsoft 31/05/2017      69.84  8.161512e-03  1.718213e-03
2468             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2469          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2470           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2471            Pepsi 31/05/2017     116.87  9.754428e-03  8.898776e-03
2472             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2473              CBS 31/05/2017      61.11  6.709213e-03  7.527410e-03
2474              CBS 31/05/2017      61.11  6.709213e-03  7.527410e-03
2475           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2476               HP 31/05/2017      18.76  9.594883e-03 -1.545842e-02
2477             Nike 31/05/2017      52.99 -1.321004e-03 -7.548594e-03
2478       McDonald's 31/05/2017     150.89 -6.362251e-03 -6.826165e-03
2479           adidas 31/05/2017    170.195  2.014160e-02  1.445988e-02
2480           Nissan 31/05/2017     1061.5  1.224682e-02  1.177579e-02
2481          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2482             AT&T 31/05/2017      38.53  5.190760e-04 -1.064106e-02
2483             AT&T 31/05/2017      38.53  5.190760e-04 -1.064106e-02
2484          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2485            Cisco 31/05/2017      31.53  4.757374e-03 -9.514748e-04
2486           Nissan 31/05/2017     1061.5  1.224682e-02  1.177579e-02
2487          Verizon 31/05/2017      46.64 -9.433962e-03 -2.830189e-02
2488          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2489          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2490          TMobile 31/05/2017      67.42 -5.043014e-03  5.636310e-03
2491            Apple 31/05/2017     152.76  5.957057e-03  5.564284e-03
2492               HP 31/05/2017      18.76  9.594883e-03 -1.545842e-02
2493          Verizon 31/05/2017      46.64 -9.433962e-03 -2.830189e-02
2494          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2495          Verizon 31/05/2017      46.64 -9.433962e-03 -2.830189e-02
2496         Facebook 31/05/2017     151.46  6.074211e-03  4.423610e-03
2497          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2498               HP 31/05/2017      18.76  9.594883e-03 -1.545842e-02
2499             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2500          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2501        Starbucks 31/05/2017      63.61 -5.502280e-03 -4.873448e-03
2502          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2503          Walmart 31/05/2017       78.6 -5.725191e-03 -5.979644e-03
2504        Kellogg's 31/05/2017       71.6  1.117318e-03  1.424581e-02
2505          Netflix 31/05/2017     163.07  9.198504e-04 -3.924695e-03
2506          Reuters 31/05/2017     48.089  3.435297e-03  2.977812e-03
2507    Goldman Sachs 31/05/2017     211.26  3.389189e-02  5.808009e-02
2508           Amazon 31/05/2017     994.62  2.091251e-03  1.166275e-03
2509             eBay 31/05/2017       34.3  9.329446e-03  1.749271e-02
2510             eBay 01/06/2017      34.79 -1.408451e-02 -4.886462e-03
2511    Goldman Sachs 01/06/2017     215.01 -1.744105e-02  1.585973e-02
2512          Reuters 01/06/2017    48.2983 -4.333486e-03 -9.130756e-04
2513             eBay 01/06/2017      34.79 -1.408451e-02 -4.886462e-03
2514              CBS 01/06/2017      61.73 -1.004374e-02 -3.401912e-03
2515          Walmart 01/06/2017      79.81 -1.516101e-02 -2.079940e-02
2516          Reuters 01/06/2017    48.2983 -4.333486e-03 -9.130756e-04
2517        Starbucks 01/06/2017      63.75 -2.196078e-03 -7.686275e-03
2518          Reuters 01/06/2017    48.2983 -4.333486e-03 -9.130756e-04
2519          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2520           Viacom 01/06/2017      39.05 -1.664533e-02 -3.841229e-03
2521             AT&T 01/06/2017      38.87 -8.747106e-03 -8.232570e-03
2522          Walmart 01/06/2017      79.81 -1.516101e-02 -2.079940e-02
2523          Walmart 01/06/2017      79.81 -1.516101e-02 -2.079940e-02
2524           Google 01/06/2017     988.29 -1.214218e-03  7.973368e-03
2525          Walmart 01/06/2017      79.81 -1.516101e-02 -2.079940e-02
2526          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2527           Amazon 01/06/2017     995.95 -1.335408e-03  7.530499e-04
2528             eBay 01/06/2017      34.79 -1.408451e-02 -4.886462e-03
2529             eBay 01/06/2017      34.79 -1.408451e-02 -4.886462e-03
2530          Reuters 01/06/2017    48.2983 -4.333486e-03 -9.130756e-04
2531          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2532             AT&T 01/06/2017      38.87 -8.747106e-03 -8.232570e-03
2533    Goldman Sachs 01/06/2017     215.01 -1.744105e-02  1.585973e-02
2534          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2535              CBS 01/06/2017      61.73 -1.004374e-02 -3.401912e-03
2536              CBS 01/06/2017      61.73 -1.004374e-02 -3.401912e-03
2537        Microsoft 01/06/2017       70.1 -3.708987e-03  4.422254e-03
2538          L'Oreal 01/06/2017      212.7  2.350729e-03 -1.480959e-02
2539           Toyota 01/06/2017       5989 -9.517449e-03 -1.335782e-03
2540          Reuters 01/06/2017    48.2983 -4.333486e-03 -9.130756e-04
2541          Hyundai 01/06/2017     165500 -1.510574e-02 -9.063444e-03
2542        Starbucks 01/06/2017      63.75 -2.196078e-03 -7.686275e-03
2543           Toyota 01/06/2017       5989 -9.517449e-03 -1.335782e-03
2544    Goldman Sachs 01/06/2017     215.01 -1.744105e-02  1.585973e-02
2545          Reuters 01/06/2017    48.2983 -4.333486e-03 -9.130756e-04
2546          Walmart 01/06/2017      79.81 -1.516101e-02 -2.079940e-02
2547          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2548            Yahoo 01/06/2017     4.3701  0.000000e+00  0.000000e+00
2549          Reuters 01/06/2017    48.2983 -4.333486e-03 -9.130756e-04
2550          Ryanair 01/06/2017      18.28 -1.914661e-02  8.752735e-03
2551          TMobile 01/06/2017       67.9 -7.069219e-03 -1.207658e-02
2552          TMobile 01/06/2017       67.9 -7.069219e-03 -1.207658e-02
2553           Toyota 01/06/2017       5989 -9.517449e-03 -1.335782e-03
2554              CBS 01/06/2017      61.73 -1.004374e-02 -3.401912e-03
2555    Goldman Sachs 01/06/2017     215.01 -1.744105e-02  1.585973e-02
2556    Goldman Sachs 01/06/2017     215.01 -1.744105e-02  1.585973e-02
2557          Walmart 01/06/2017      79.81 -1.516101e-02 -2.079940e-02
2558          Walmart 01/06/2017      79.81 -1.516101e-02 -2.079940e-02
2559    Goldman Sachs 01/06/2017     215.01 -1.744105e-02  1.585973e-02
2560          Walmart 01/06/2017      79.81 -1.516101e-02 -2.079940e-02
2561             Ford 01/06/2017      11.41 -2.541630e-02 -2.892200e-02
2562        Starbucks 01/06/2017      63.75 -2.196078e-03 -7.686275e-03
2563           Nissan 01/06/2017       1069 -7.015903e-03  5.144995e-03
2564             eBay 01/06/2017      34.79 -1.408451e-02 -4.886462e-03
2565          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2566             eBay 01/06/2017      34.79 -1.408451e-02 -4.886462e-03
2567             eBay 01/06/2017      34.79 -1.408451e-02 -4.886462e-03
2568             eBay 01/06/2017      34.79 -1.408451e-02 -4.886462e-03
2569            FedEx 01/06/2017     198.36 -2.278685e-02 -2.258520e-02
2570             eBay 01/06/2017      34.79 -1.408451e-02 -4.886462e-03
2571             eBay 01/06/2017      34.79 -1.408451e-02 -4.886462e-03
2572            Cisco 01/06/2017      31.82 -9.113765e-03 -4.399749e-03
2573    Goldman Sachs 01/06/2017     215.01 -1.744105e-02  1.585973e-02
2574          Walmart 01/06/2017      79.81 -1.516101e-02 -2.079940e-02
2575             eBay 01/06/2017      34.79 -1.408451e-02 -4.886462e-03
2576       McDonald's 01/06/2017     152.39 -9.843166e-03 -1.614279e-02
2577          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2578          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2579            Intel 01/06/2017      36.12 -2.768549e-04  1.661130e-03
2580          Walmart 01/06/2017      79.81 -1.516101e-02 -2.079940e-02
2581          TMobile 01/06/2017       67.9 -7.069219e-03 -1.207658e-02
2582          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2583           Kroger 01/06/2017      30.25 -1.553719e-02 -1.619835e-02
2584          Reuters 01/06/2017    48.2983 -4.333486e-03 -9.130756e-04
2585          Walmart 01/06/2017      79.81 -1.516101e-02 -2.079940e-02
2586             eBay 01/06/2017      34.79 -1.408451e-02 -4.886462e-03
2587          Walmart 01/06/2017      79.81 -1.516101e-02 -2.079940e-02
2588    Goldman Sachs 01/06/2017     215.01 -1.744105e-02  1.585973e-02
2589             Nike 01/06/2017       52.3  1.319312e-02  1.185468e-02
2590             eBay 01/06/2017      34.79 -1.408451e-02 -4.886462e-03
2591          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2592    Goldman Sachs 01/06/2017     215.01 -1.744105e-02  1.585973e-02
2593          Reuters 01/06/2017    48.2983 -4.333486e-03 -9.130756e-04
2594              IBM 01/06/2017     152.67 -2.620030e-04 -6.157071e-03
2595            Adobe 01/06/2017     141.38  3.395105e-03  7.285330e-03
2596          Walmart 01/06/2017      79.81 -1.516101e-02 -2.079940e-02
2597          Reuters 01/06/2017    48.2983 -4.333486e-03 -9.130756e-04
2598          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2599          Reuters 01/06/2017    48.2983 -4.333486e-03 -9.130756e-04
2600          Reuters 01/06/2017    48.2983 -4.333486e-03 -9.130756e-04
2601          Comcast 01/06/2017      41.66  7.201152e-04 -1.344215e-02
2602          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2603          Reuters 01/06/2017    48.2983 -4.333486e-03 -9.130756e-04
2604             eBay 01/06/2017      34.79 -1.408451e-02 -4.886462e-03
2605              BMW 01/06/2017      85.05 -1.836567e-02 -1.065256e-02
2606           Google 01/06/2017     988.29 -1.214218e-03  7.973368e-03
2607          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2608       McDonald's 01/06/2017     152.39 -9.843166e-03 -1.614279e-02
2609           Amazon 01/06/2017     995.95 -1.335408e-03  7.530499e-04
2610          Reuters 01/06/2017    48.2983 -4.333486e-03 -9.130756e-04
2611          Reuters 01/06/2017    48.2983 -4.333486e-03 -9.130756e-04
2612           adidas 01/06/2017    171.169 -5.690283e-03  1.433671e-02
2613             eBay 01/06/2017      34.79 -1.408451e-02 -4.886462e-03
2614          Walmart 01/06/2017      79.81 -1.516101e-02 -2.079940e-02
2615             eBay 01/06/2017      34.79 -1.408451e-02 -4.886462e-03
2616          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2617          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2618           Google 01/06/2017     988.29 -1.214218e-03  7.973368e-03
2619          TMobile 01/06/2017       67.9 -7.069219e-03 -1.207658e-02
2620    Goldman Sachs 01/06/2017     215.01 -1.744105e-02  1.585973e-02
2621       bookingcom 01/06/2017    1890.82 -7.261400e-03 -1.764843e-02
2622    Goldman Sachs 01/06/2017     215.01 -1.744105e-02  1.585973e-02
2623              IBM 01/06/2017     152.67 -2.620030e-04 -6.157071e-03
2624           Google 01/06/2017     988.29 -1.214218e-03  7.973368e-03
2625          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2626          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2627          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2628             eBay 01/06/2017      34.79 -1.408451e-02 -4.886462e-03
2629          Reuters 01/06/2017    48.2983 -4.333486e-03 -9.130756e-04
2630             Nike 01/06/2017       52.3  1.319312e-02  1.185468e-02
2631        Starbucks 01/06/2017      63.75 -2.196078e-03 -7.686275e-03
2632          Netflix 01/06/2017     162.99  4.908277e-04  1.411130e-03
2633           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2634          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2635          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2636             AT&T 30/06/2017      37.73 -2.915452e-03  5.565863e-03
2637          easyJet 30/06/2017       1359 -8.830022e-03  7.358352e-04
2638          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2639          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2640          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2641         Facebook 30/06/2017     150.98  3.974036e-04  1.496887e-02
2642          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2643          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2644          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2645          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2646             Next 30/06/2017       3856  3.112033e-02  2.489627e-02
2647          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2648          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2649          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2650           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2651           Nissan 30/06/2017       1118 -5.813953e-03 -1.565295e-02
2652             AT&T 30/06/2017      37.73 -2.915452e-03  5.565863e-03
2653          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2654          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2655          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2656       McDonald's 30/06/2017     153.16 -1.958736e-04  7.443197e-03
2657         Facebook 30/06/2017     150.98  3.974036e-04  1.496887e-02
2658             HSBC 30/06/2017      711.7  5.339328e-03 -3.554869e-02
2659          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2660          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2661          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2662          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2663           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2664          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2665          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2666             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2667             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2668              CBS 30/06/2017      63.78 -3.606146e-03  2.148009e-02
2669          easyJet 30/06/2017       1359 -8.830022e-03  7.358352e-04
2670          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2671        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
2672            Shell 30/06/2017       2035  1.302211e-02  1.916462e-02
2673       McDonald's 30/06/2017     153.16 -1.958736e-04  7.443197e-03
2674            Bayer 30/06/2017    111.695  3.834549e-02  7.345002e-02
2675          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2676             Next 30/06/2017       3856  3.112033e-02  2.489627e-02
2677          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2678          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2679          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2680          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2681             Ford 30/06/2017      11.19 -1.787310e-03 -8.936550e-03
2682           Disney 30/06/2017     106.25 -5.082353e-03  5.741176e-03
2683          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2684          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2685             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2686             AT&T 30/06/2017      37.73 -2.915452e-03  5.565863e-03
2687          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2688            Cisco 30/06/2017       31.3  3.514377e-03  2.492013e-02
2689          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2690            Tesco 30/06/2017      168.8  1.895735e-02  1.747630e-02
2691          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2692             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2693           Nestle 30/06/2017      83.45  2.396645e-03  2.336729e-02
2694             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2695          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2696        Starbucks 30/06/2017      58.31  8.574859e-04  1.492025e-02
2697           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2698        Starbucks 30/06/2017      58.31  8.574859e-04  1.492025e-02
2699          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2700          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2701             ASOS 30/06/2017       5749 -4.000696e-03  1.443729e-02
2702             ASOS 30/06/2017       5749 -4.000696e-03  1.443729e-02
2703          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2704          Ryanair 30/06/2017         18 -1.111111e-02  0.000000e+00
2705             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2706          Ryanair 30/06/2017         18 -1.111111e-02  0.000000e+00
2707          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2708         Facebook 30/06/2017     150.98  3.974036e-04  1.496887e-02
2709          TMobile 30/06/2017      60.62 -5.278786e-03  1.418674e-02
2710          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2711             AT&T 30/06/2017      37.73 -2.915452e-03  5.565863e-03
2712              IBM 30/06/2017     153.83  1.950205e-03  9.686017e-03
2713           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2714          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2715             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2716          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2717          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2718            Tesco 30/06/2017      168.8  1.895735e-02  1.747630e-02
2719          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2720          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2721              UPS 30/06/2017     110.59 -7.324351e-03 -4.611629e-03
2722          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2723            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2724          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2725             Next 30/06/2017       3856  3.112033e-02  2.489627e-02
2726      Wells Fargo 30/06/2017      55.41  6.677495e-03 -1.949107e-02
2727            Cisco 30/06/2017       31.3  3.514377e-03  2.492013e-02
2728             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2729         Facebook 30/06/2017     150.98  3.974036e-04  1.496887e-02
2730          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2731           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2732            Shell 30/06/2017       2035  1.302211e-02  1.916462e-02
2733          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2734          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2735               BP 30/06/2017      442.8  1.603433e-02  2.822945e-02
2736             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2737        Starbucks 30/06/2017      58.31  8.574859e-04  1.492025e-02
2738 General Electric 30/06/2017    25.9634  3.697513e-04  2.592110e-03
2739           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2740          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2741           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2742          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2743             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2744             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
2745             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
2746             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2747          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2748         Facebook 30/06/2017     150.98  3.974036e-04  1.496887e-02
2749             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
2750          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2751          easyJet 30/06/2017       1359 -8.830022e-03  7.358352e-04
2752          Ryanair 30/06/2017         18 -1.111111e-02  0.000000e+00
2753          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2754             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2755           Google 30/06/2017     929.68  8.755701e-03  3.369977e-02
2756             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2757             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
2758            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2759          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2760          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2761          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2762             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
2763              IBM 30/06/2017     153.83  1.950205e-03  9.686017e-03
2764             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
2765  Bank of America 30/06/2017      24.26  2.473207e-03 -1.566364e-02
2766          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2767            Adobe 30/06/2017     141.44 -1.414027e-03  1.675622e-02
2768           Google 30/06/2017     929.68  8.755701e-03  3.369977e-02
2769             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2770          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2771          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2772             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
2773             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
2774           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2775           Google 30/06/2017     929.68  8.755701e-03  3.369977e-02
2776          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2777            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2778           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2779          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2780          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2781          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2782             AT&T 30/06/2017      37.73 -2.915452e-03  5.565863e-03
2783           Google 30/06/2017     929.68  8.755701e-03  3.369977e-02
2784           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2785           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2786          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2787        Starbucks 30/06/2017      58.31  8.574859e-04  1.492025e-02
2788             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2789             ASOS 30/06/2017       5749 -4.000696e-03  1.443729e-02
2790           Google 30/06/2017     929.68  8.755701e-03  3.369977e-02
2791          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2792             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2793        Starbucks 30/06/2017      58.31  8.574859e-04  1.492025e-02
2794       McDonald's 30/06/2017     153.16 -1.958736e-04  7.443197e-03
2795           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2796             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
2797         Facebook 30/06/2017     150.98  3.974036e-04  1.496887e-02
2798          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2799          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2800          Ryanair 30/06/2017         18 -1.111111e-02  0.000000e+00
2801          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2802           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2803          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2804            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2805          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2806             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2807             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2808             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2809          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2810          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2811          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2812          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2813          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2814          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2815           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2816          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2817           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2818          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2819          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2820           Disney 30/06/2017     106.25 -5.082353e-03  5.741176e-03
2821          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2822          Comcast 30/06/2017      38.92 -1.284687e-03  2.415211e-02
2823          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2824              BMW 30/06/2017     81.542  1.163817e-02  2.706581e-02
2825          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2826        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
2827             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2828         Facebook 30/06/2017     150.98  3.974036e-04  1.496887e-02
2829        Starbucks 30/06/2017      58.31  8.574859e-04  1.492025e-02
2830          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2831          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2832          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2833          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2834          Groupon 30/06/2017       3.84 -5.989583e-02 -1.041667e-01
2835             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
2836          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2837          Walmart 30/06/2017      75.68  3.303383e-03  1.096723e-02
2838          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2839              CBS 30/06/2017      63.78 -3.606146e-03  2.148009e-02
2840             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2841          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2842         Facebook 30/06/2017     150.98  3.974036e-04  1.496887e-02
2843          Ryanair 30/06/2017         18 -1.111111e-02  0.000000e+00
2844             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2845         Facebook 30/06/2017     150.98  3.974036e-04  1.496887e-02
2846          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2847           Google 30/06/2017     929.68  8.755701e-03  3.369977e-02
2848             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
2849             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2850       McDonald's 30/06/2017     153.16 -1.958736e-04  7.443197e-03
2851             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2852          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2853              CBS 30/06/2017      63.78 -3.606146e-03  2.148009e-02
2854          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2855         Facebook 30/06/2017     150.98  3.974036e-04  1.496887e-02
2856          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2857          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2858           Google 30/06/2017     929.68  8.755701e-03  3.369977e-02
2859            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2860       McDonald's 30/06/2017     153.16 -1.958736e-04  7.443197e-03
2861           adidas 30/06/2017    168.293 -2.604981e-02  2.436227e-04
2862             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2863          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2864            Yahoo 30/06/2017       4.36  0.000000e+00  0.000000e+00
2865       McDonald's 30/06/2017     153.16 -1.958736e-04  7.443197e-03
2866              BMW 30/06/2017     81.542  1.163817e-02  2.706581e-02
2867           adidas 30/06/2017    168.293 -2.604981e-02  2.436227e-04
2868    Goldman Sachs 30/06/2017      221.9  1.131140e-02  5.948626e-03
2869              BMW 30/06/2017     81.542  1.163817e-02  2.706581e-02
2870          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2871           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2872          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2873              P&G 30/06/2017      87.15 -1.835915e-03  1.399885e-02
2874          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2875          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2876          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2877        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
2878          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2879          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2880          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2881         Facebook 30/06/2017     150.98  3.974036e-04  1.496887e-02
2882        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
2883             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
2884         Facebook 30/06/2017     150.98  3.974036e-04  1.496887e-02
2885              P&G 30/06/2017      87.15 -1.835915e-03  1.399885e-02
2886           Danone 30/06/2017      65.81  8.661298e-03  2.704756e-02
2887         CocaCola 30/06/2017      44.85 -4.459309e-04  1.047938e-02
2888  Bank of America 30/06/2017      24.26  2.473207e-03 -1.566364e-02
2889          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2890             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2891             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2892          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2893             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
2894          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2895           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2896           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2897          Walmart 30/06/2017      75.68  3.303383e-03  1.096723e-02
2898          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2899             Sony 30/06/2017       4286  1.843210e-02  9.799347e-03
2900           Google 30/06/2017     929.68  8.755701e-03  3.369977e-02
2901          Groupon 30/06/2017       3.84 -5.989583e-02 -1.041667e-01
2902          Walmart 30/06/2017      75.68  3.303383e-03  1.096723e-02
2903   salesforce.com 30/06/2017       86.6  2.309469e-03  1.720554e-02
2904             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2905          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2906          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2907          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2908         Facebook 30/06/2017     150.98  3.974036e-04  1.496887e-02
2909           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2910             AT&T 30/06/2017      37.73 -2.915452e-03  5.565863e-03
2911          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2912             AT&T 30/06/2017      37.73 -2.915452e-03  5.565863e-03
2913             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2914             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2915       McDonald's 30/06/2017     153.16 -1.958736e-04  7.443197e-03
2916            Shell 30/06/2017       2035  1.302211e-02  1.916462e-02
2917           Nissan 30/06/2017       1118 -5.813953e-03 -1.565295e-02
2918          easyJet 30/06/2017       1359 -8.830022e-03  7.358352e-04
2919           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2920 American Express 30/06/2017      84.24 -7.241216e-03 -3.205128e-03
2921         Facebook 30/06/2017     150.98  3.974036e-04  1.496887e-02
2922            Bayer 30/06/2017    111.695  3.834549e-02  7.345002e-02
2923          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2924          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2925          Groupon 30/06/2017       3.84 -5.989583e-02 -1.041667e-01
2926 General Electric 30/06/2017    25.9634  3.697513e-04  2.592110e-03
2927          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2928           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2929          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2930          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2931              CBS 30/06/2017      63.78 -3.606146e-03  2.148009e-02
2932           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2933             AT&T 30/06/2017      37.73 -2.915452e-03  5.565863e-03
2934   Morgan Stanley 30/06/2017      44.56  4.263914e-03 -5.385996e-03
2935           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
2936           Disney 30/06/2017     106.25 -5.082353e-03  5.741176e-03
2937             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2938             AT&T 30/06/2017      37.73 -2.915452e-03  5.565863e-03
2939             Ford 30/06/2017      11.19 -1.787310e-03 -8.936550e-03
2940             AT&T 30/06/2017      37.73 -2.915452e-03  5.565863e-03
2941             AT&T 30/06/2017      37.73 -2.915452e-03  5.565863e-03
2942          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2943             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
2944       McDonald's 30/06/2017     153.16 -1.958736e-04  7.443197e-03
2945            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2946            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2947            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2948            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2949        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
2950            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2951            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2952            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2953            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2954            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2955            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2956          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2957            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2958            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2959            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2960            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2961            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2962            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2963        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
2964            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2965            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2966            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2967            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2968            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2969            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2970         Facebook 30/06/2017     150.98  3.974036e-04  1.496887e-02
2971            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2972            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2973            Apple 30/06/2017     144.02 -2.360783e-03  1.256770e-02
2974         JPMorgan 30/06/2017       91.4 -2.735230e-03 -1.728665e-02
2975              CBS 30/06/2017      63.78 -3.606146e-03  2.148009e-02
2976        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
2977          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2978          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2979        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
2980          easyJet 30/06/2017       1359 -8.830022e-03  7.358352e-04
2981        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
2982          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2983          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2984        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
2985           Google 30/06/2017     929.68  8.755701e-03  3.369977e-02
2986          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2987          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2988            Honda 30/06/2017       3064  6.527415e-03  2.937337e-03
2989          easyJet 30/06/2017       1359 -8.830022e-03  7.358352e-04
2990             AT&T 30/06/2017      37.73 -2.915452e-03  5.565863e-03
2991        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
2992          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2993          TMobile 30/06/2017      60.62 -5.278786e-03  1.418674e-02
2994          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
2995        Starbucks 30/06/2017      58.31  8.574859e-04  1.492025e-02
2996          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
2997       Volkswagen 30/06/2017    133.209 -5.059718e-03  1.114039e-02
2998            Pepsi 30/06/2017     115.49 -2.684215e-03  7.706295e-03
2999          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
3000           Google 30/06/2017     929.68  8.755701e-03  3.369977e-02
3001             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
3002           Google 30/06/2017     929.68  8.755701e-03  3.369977e-02
3003           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
3004          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
3005          Ryanair 30/06/2017         18 -1.111111e-02  0.000000e+00
3006        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
3007             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
3008        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
3009          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
3010             AT&T 30/06/2017      37.73 -2.915452e-03  5.565863e-03
3011      Wells Fargo 30/06/2017      55.41  6.677495e-03 -1.949107e-02
3012          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
3013             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
3014            Adobe 30/06/2017     141.44 -1.414027e-03  1.675622e-02
3015           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
3016             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
3017             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
3018        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
3019          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
3020             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
3021        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
3022          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
3023        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
3024             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
3025             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
3026        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
3027             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
3028        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
3029           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
3030            FedEx 30/06/2017     217.33 -9.662725e-03 -8.282336e-04
3031             AT&T 30/06/2017      37.73 -2.915452e-03  5.565863e-03
3032             AT&T 30/06/2017      37.73 -2.915452e-03  5.565863e-03
3033             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
3034        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
3035          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
3036             Sony 30/06/2017       4286  1.843210e-02  9.799347e-03
3037             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
3038             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
3039          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
3040          Reuters 30/06/2017    50.9858  3.240118e-03  1.123254e-02
3041              CBS 30/06/2017      63.78 -3.606146e-03  2.148009e-02
3042   salesforce.com 30/06/2017       86.6  2.309469e-03  1.720554e-02
3043        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
3044           Amazon 30/06/2017        968  8.192149e-03  2.306818e-02
3045           adidas 30/06/2017    168.293 -2.604981e-02  2.436227e-04
3046       McDonald's 30/06/2017     153.16 -1.958736e-04  7.443197e-03
3047             eBay 30/06/2017      34.92 -1.174112e-02  1.116838e-02
3048           Nissan 30/06/2017       1118 -5.813953e-03 -1.565295e-02
3049          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
3050           adidas 30/06/2017    168.293 -2.604981e-02  2.436227e-04
3051             Nike 30/06/2017         59 -9.881356e-02 -9.559322e-02
3052          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
3053        Microsoft 30/06/2017      68.93 -6.383287e-03  1.262150e-02
3054          TMobile 30/06/2017      60.62 -5.278786e-03  1.418674e-02
3055           adidas 30/06/2017    168.293 -2.604981e-02  2.436227e-04
3056          Netflix 30/06/2017     149.41  4.551235e-03  2.677197e-02
3057              CBS 30/06/2017      63.78 -3.606146e-03  2.148009e-02
3058          Netflix 01/07/2017     149.41  0.000000e+00  4.551235e-03
3059          Netflix 01/07/2017     149.41  0.000000e+00  4.551235e-03
3060        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3061             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3062           Amazon 01/07/2017        968  0.000000e+00  8.192149e-03
3063             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3064          Netflix 01/07/2017     149.41  0.000000e+00  4.551235e-03
3065           Google 01/07/2017     929.68  0.000000e+00  8.755701e-03
3066           Amazon 01/07/2017        968  0.000000e+00  8.192149e-03
3067          Comcast 01/07/2017      38.92  0.000000e+00 -1.284687e-03
3068           Amazon 01/07/2017        968  0.000000e+00  8.192149e-03
3069             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3070           Amazon 01/07/2017        968  0.000000e+00  8.192149e-03
3071             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3072          Netflix 01/07/2017     149.41  0.000000e+00  4.551235e-03
3073       McDonald's 01/07/2017     153.16  0.000000e+00 -1.958736e-04
3074        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3075        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3076          Walmart 01/07/2017      75.68  0.000000e+00  3.303383e-03
3077    Goldman Sachs 01/07/2017      221.9  0.000000e+00  1.131140e-02
3078             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3079        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3080          Netflix 01/07/2017     149.41  0.000000e+00  4.551235e-03
3081       McDonald's 01/07/2017     153.16  0.000000e+00 -1.958736e-04
3082        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3083          Reuters 01/07/2017    50.9858  0.000000e+00  3.240118e-03
3084            FedEx 01/07/2017     217.33  0.000000e+00 -9.662725e-03
3085             AT&T 01/07/2017      37.73  0.000000e+00 -2.915452e-03
3086          Netflix 01/07/2017     149.41  0.000000e+00  4.551235e-03
3087           Disney 01/07/2017     106.25  0.000000e+00 -5.082353e-03
3088         Gillette 01/07/2017     5110.8  0.000000e+00 -3.339008e-02
3089        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3090        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3091         Facebook 01/07/2017     150.98  0.000000e+00  3.974036e-04
3092         Facebook 01/07/2017     150.98  0.000000e+00  3.974036e-04
3093          Netflix 01/07/2017     149.41  0.000000e+00  4.551235e-03
3094    Goldman Sachs 01/07/2017      221.9  0.000000e+00  1.131140e-02
3095         Facebook 01/07/2017     150.98  0.000000e+00  3.974036e-04
3096           PayPal 01/07/2017      53.67  0.000000e+00 -4.658096e-03
3097          Netflix 01/07/2017     149.41  0.000000e+00  4.551235e-03
3098           Nestle 01/07/2017      83.45  0.000000e+00  2.396645e-03
3099               HP 01/07/2017      17.48  0.000000e+00  5.148741e-03
3100           Amazon 01/07/2017        968  0.000000e+00  8.192149e-03
3101             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3102 General Electric 01/07/2017    25.9634  0.000000e+00  3.697513e-04
3103       Volkswagen 01/07/2017    133.209  0.000000e+00 -5.059718e-03
3104            Cisco 01/07/2017       31.3  0.000000e+00  3.514377e-03
3105           Disney 01/07/2017     106.25  0.000000e+00 -5.082353e-03
3106         Facebook 01/07/2017     150.98  0.000000e+00  3.974036e-04
3107          Reuters 01/07/2017    50.9858  0.000000e+00  3.240118e-03
3108          Reuters 01/07/2017    50.9858  0.000000e+00  3.240118e-03
3109        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3110             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3111          TMobile 01/07/2017      60.62  0.000000e+00 -5.278786e-03
3112        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3113        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3114    Goldman Sachs 01/07/2017      221.9  0.000000e+00  1.131140e-02
3115        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3116    Goldman Sachs 01/07/2017      221.9  0.000000e+00  1.131140e-02
3117          Reuters 01/07/2017    50.9858  0.000000e+00  3.240118e-03
3118       McDonald's 01/07/2017     153.16  0.000000e+00 -1.958736e-04
3119             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3120             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3121             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3122             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3123        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3124        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3125          Netflix 01/07/2017     149.41  0.000000e+00  4.551235e-03
3126           Disney 01/07/2017     106.25  0.000000e+00 -5.082353e-03
3127             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3128             AT&T 01/07/2017      37.73  0.000000e+00 -2.915452e-03
3129          Reuters 01/07/2017    50.9858  0.000000e+00  3.240118e-03
3130          Reuters 01/07/2017    50.9858  0.000000e+00  3.240118e-03
3131          Reuters 01/07/2017    50.9858  0.000000e+00  3.240118e-03
3132        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3133             AT&T 01/07/2017      37.73  0.000000e+00 -2.915452e-03
3134          Reuters 01/07/2017    50.9858  0.000000e+00  3.240118e-03
3135            Yahoo 01/07/2017       4.36  0.000000e+00  0.000000e+00
3136           PayPal 01/07/2017      53.67  0.000000e+00 -4.658096e-03
3137        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3138           Amazon 01/07/2017        968  0.000000e+00  8.192149e-03
3139             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3140        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3141        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3142          Netflix 01/07/2017     149.41  0.000000e+00  4.551235e-03
3143             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3144             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3145             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3146        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3147           Amazon 01/07/2017        968  0.000000e+00  8.192149e-03
3148             Nike 01/07/2017         59  0.000000e+00 -9.881356e-02
3149          Netflix 01/07/2017     149.41  0.000000e+00  4.551235e-03
3150        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3151        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3152       McDonald's 01/07/2017     153.16  0.000000e+00 -1.958736e-04
3153           Google 01/07/2017     929.68  0.000000e+00  8.755701e-03
3154           Google 01/07/2017     929.68  0.000000e+00  8.755701e-03
3155           Nestle 01/07/2017      83.45  0.000000e+00  2.396645e-03
3156             ASOS 01/07/2017       5749  0.000000e+00 -4.000696e-03
3157           adidas 01/07/2017    168.293  0.000000e+00 -2.604981e-02
3158             AT&T 01/07/2017      37.73  0.000000e+00 -2.915452e-03
3159             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3160             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3161            Apple 01/07/2017     144.02  0.000000e+00 -2.360783e-03
3162        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3163       McDonald's 01/07/2017     153.16  0.000000e+00 -1.958736e-04
3164          Reuters 01/07/2017    50.9858  0.000000e+00  3.240118e-03
3165              CBS 01/07/2017      63.78  0.000000e+00 -3.606146e-03
3166           Amazon 01/07/2017        968  0.000000e+00  8.192149e-03
3167       McDonald's 01/07/2017     153.16  0.000000e+00 -1.958736e-04
3168    Goldman Sachs 01/07/2017      221.9  0.000000e+00  1.131140e-02
3169          easyJet 01/07/2017       1359  0.000000e+00 -8.830022e-03
3170        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3171             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3172             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3173          Netflix 01/07/2017     149.41  0.000000e+00  4.551235e-03
3174       McDonald's 01/07/2017     153.16  0.000000e+00 -1.958736e-04
3175       McDonald's 01/07/2017     153.16  0.000000e+00 -1.958736e-04
3176        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3177           Disney 01/07/2017     106.25  0.000000e+00 -5.082353e-03
3178       McDonald's 01/07/2017     153.16  0.000000e+00 -1.958736e-04
3179          Ryanair 01/07/2017         18  0.000000e+00 -1.111111e-02
3180          Netflix 01/07/2017     149.41  0.000000e+00  4.551235e-03
3181        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3182          Reuters 01/07/2017    50.9858  0.000000e+00  3.240118e-03
3183       McDonald's 01/07/2017     153.16  0.000000e+00 -1.958736e-04
3184       McDonald's 01/07/2017     153.16  0.000000e+00 -1.958736e-04
3185       McDonald's 01/07/2017     153.16  0.000000e+00 -1.958736e-04
3186         Facebook 01/07/2017     150.98  0.000000e+00  3.974036e-04
3187       McDonald's 01/07/2017     153.16  0.000000e+00 -1.958736e-04
3188        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3189       McDonald's 01/07/2017     153.16  0.000000e+00 -1.958736e-04
3190             eBay 01/07/2017      34.92  0.000000e+00 -1.174112e-02
3191          Reuters 01/07/2017    50.9858  0.000000e+00  3.240118e-03
3192          Reuters 01/07/2017    50.9858  0.000000e+00  3.240118e-03
3193          Reuters 01/07/2017    50.9858  0.000000e+00  3.240118e-03
3194           Toyota 01/07/2017       5893  0.000000e+00  2.884779e-03
3195          Reuters 01/07/2017    50.9858  0.000000e+00  3.240118e-03
3196             Nike 01/07/2017         59  0.000000e+00 -9.881356e-02
3197        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3198        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3199       McDonald's 01/07/2017     153.16  0.000000e+00 -1.958736e-04
3200           Amazon 01/07/2017        968  0.000000e+00  8.192149e-03
3201        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3202            Apple 01/07/2017     144.02  0.000000e+00 -2.360783e-03
3203        Microsoft 01/07/2017      68.93  0.000000e+00 -6.383287e-03
3204       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3205       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3206       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3207       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3208       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3209       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3210        Starbucks 31/07/2017      53.98  3.705076e-04  3.705076e-04
3211       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3212       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3213          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3214          easyJet 31/07/2017       1236  3.155340e-02  3.155340e-02
3215       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3216          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3217           Google 31/07/2017      945.5  1.356954e-02  1.356954e-02
3218          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3219           Thales 31/07/2017      93.59  9.723261e-03  9.723261e-03
3220        Microsoft 31/07/2017       72.7  4.676754e-03  4.676754e-03
3221             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3222          Siemens 31/07/2017     114.55  1.038848e-02  1.038848e-02
3223          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3224          Samsung 31/07/2017      48200 -9.128631e-03 -9.128631e-03
3225       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3226           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3227       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3228       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3229             AT&T 31/07/2017         39  0.000000e+00  0.000000e+00
3230       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3231             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3232          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3233          Expedia 31/07/2017     156.47  1.936473e-02  1.936473e-02
3234          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3235       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3236       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3237            Apple 31/07/2017     148.73  5.177167e-03  5.177167e-03
3238             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3239       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3240          easyJet 31/07/2017       1236  3.155340e-02  3.155340e-02
3241       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3242        Citigroup 31/07/2017      68.45 -1.490139e-02 -1.490139e-02
3243          Ryanair 31/07/2017      17.77  2.194710e-02  2.194710e-02
3244          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3245        Starbucks 31/07/2017      53.98  3.705076e-04  3.705076e-04
3246         Facebook 31/07/2017     169.25  1.890694e-02  1.890694e-02
3247   salesforce.com 31/07/2017       90.8 -1.982379e-03 -1.982379e-03
3248           Danone 31/07/2017      63.09  8.876209e-03  8.876209e-03
3249       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3250       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3251          Verizon 31/07/2017       48.4 -9.504132e-03 -9.504132e-03
3252          Walmart 31/07/2017      79.99 -2.250281e-03 -2.250281e-03
3253           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3254       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3255           Google 31/07/2017      945.5  1.356954e-02  1.356954e-02
3256       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3257          Verizon 31/07/2017       48.4 -9.504132e-03 -9.504132e-03
3258           Google 31/07/2017      945.5  1.356954e-02  1.356954e-02
3259       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3260             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3261       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3262              BMW 31/07/2017     77.354  3.697288e-03  3.697288e-03
3263       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3264       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3265          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3266          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3267          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3268             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3269           Disney 31/07/2017     109.93  2.729009e-04  2.729009e-04
3270       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3271       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3272          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3273       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3274           Google 31/07/2017      945.5  1.356954e-02  1.356954e-02
3275           Google 31/07/2017      945.5  1.356954e-02  1.356954e-02
3276       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3277          Ryanair 31/07/2017      17.77  2.194710e-02  2.194710e-02
3278              SAP 31/07/2017     89.364  7.676469e-03  7.676469e-03
3279            Pepsi 31/07/2017     116.61  0.000000e+00  0.000000e+00
3280       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3281        Starbucks 31/07/2017      53.98  3.705076e-04  3.705076e-04
3282       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3283          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3284             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3285           adidas 31/07/2017    192.766 -9.856510e-04 -9.856510e-04
3286           Costco 31/07/2017     158.51 -3.545518e-02 -3.545518e-02
3287            Tesco 31/07/2017      174.2 -5.166475e-03 -5.166475e-03
3288             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3289        Starbucks 31/07/2017      53.98  3.705076e-04  3.705076e-04
3290         CocaCola 31/07/2017      45.84  3.708551e-03  3.708551e-03
3291           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3292          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3293           Disney 31/07/2017     109.93  2.729009e-04  2.729009e-04
3294            Apple 31/07/2017     148.73  5.177167e-03  5.177167e-03
3295             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3296           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3297              BMW 31/07/2017     77.354  3.697288e-03  3.697288e-03
3298              BMW 31/07/2017     77.354  3.697288e-03  3.697288e-03
3299       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3300       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3301          Verizon 31/07/2017       48.4 -9.504132e-03 -9.504132e-03
3302           Disney 31/07/2017     109.93  2.729009e-04  2.729009e-04
3303       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3304           Toyota 31/07/2017       6234 -9.624639e-04 -9.624639e-04
3305       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3306       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3307       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3308             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3309       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3310       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3311       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3312             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3313       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3314       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3315       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3316             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3317          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3318       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3319           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3320            Tesco 31/07/2017      174.2 -5.166475e-03 -5.166475e-03
3321         CocaCola 31/07/2017      45.84  3.708551e-03  3.708551e-03
3322            Shell 31/07/2017       2133 -8.204407e-03 -8.204407e-03
3323        Microsoft 31/07/2017       72.7  4.676754e-03  4.676754e-03
3324           Boeing 31/07/2017     242.46 -4.908026e-03 -4.908026e-03
3325         Facebook 31/07/2017     169.25  1.890694e-02  1.890694e-02
3326             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3327       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3328              SAP 31/07/2017     89.364  7.676469e-03  7.676469e-03
3329             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3330       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3331             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3332          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3333        Starbucks 31/07/2017      53.98  3.705076e-04  3.705076e-04
3334            Apple 31/07/2017     148.73  5.177167e-03  5.177167e-03
3335          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3336           Oracle 31/07/2017      49.93  7.410375e-03  7.410375e-03
3337       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3338             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3339             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3340          Comcast 31/07/2017      40.45 -2.299135e-02 -2.299135e-02
3341          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3342             Nike 31/07/2017      59.05 -6.435224e-03 -6.435224e-03
3343           Disney 31/07/2017     109.93  2.729009e-04  2.729009e-04
3344    Goldman Sachs 31/07/2017     225.33 -7.633249e-03 -7.633249e-03
3345          Walmart 31/07/2017      79.99 -2.250281e-03 -2.250281e-03
3346           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3347            Apple 31/07/2017     148.73  5.177167e-03  5.177167e-03
3348           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3349          Walmart 31/07/2017      79.99 -2.250281e-03 -2.250281e-03
3350             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3351       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3352             Ford 31/07/2017      11.22 -4.456328e-03 -4.456328e-03
3353       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3354          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3355          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3356          Verizon 31/07/2017       48.4 -9.504132e-03 -9.504132e-03
3357       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3358           Google 31/07/2017      945.5  1.356954e-02  1.356954e-02
3359          Comcast 31/07/2017      40.45 -2.299135e-02 -2.299135e-02
3360           Google 31/07/2017      945.5  1.356954e-02  1.356954e-02
3361           Disney 31/07/2017     109.93  2.729009e-04  2.729009e-04
3362    Goldman Sachs 31/07/2017     225.33 -7.633249e-03 -7.633249e-03
3363            Adobe 31/07/2017     146.49  1.638337e-03  1.638337e-03
3364          Comcast 31/07/2017      40.45 -2.299135e-02 -2.299135e-02
3365             AT&T 31/07/2017         39  0.000000e+00  0.000000e+00
3366          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3367             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3368       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3369           Disney 31/07/2017     109.93  2.729009e-04  2.729009e-04
3370            Cisco 31/07/2017      31.45  2.225755e-03  2.225755e-03
3371       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3372          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3373             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3374             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3375          Ryanair 31/07/2017      17.77  2.194710e-02  2.194710e-02
3376          Comcast 31/07/2017      40.45 -2.299135e-02 -2.299135e-02
3377       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3378             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3379          Comcast 31/07/2017      40.45 -2.299135e-02 -2.299135e-02
3380       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3381        Starbucks 31/07/2017      53.98  3.705076e-04  3.705076e-04
3382             AT&T 31/07/2017         39  0.000000e+00  0.000000e+00
3383       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3384          Walmart 31/07/2017      79.99 -2.250281e-03 -2.250281e-03
3385              SAP 31/07/2017     89.364  7.676469e-03  7.676469e-03
3386          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3387           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3388          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3389       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3390         Facebook 31/07/2017     169.25  1.890694e-02  1.890694e-02
3391             AT&T 31/07/2017         39  0.000000e+00  0.000000e+00
3392          Verizon 31/07/2017       48.4 -9.504132e-03 -9.504132e-03
3393       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3394          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3395        Starbucks 31/07/2017      53.98  3.705076e-04  3.705076e-04
3396           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3397       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3398          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3399       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3400       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3401       John Deere 31/07/2017     128.28  4.911132e-03  4.911132e-03
3402       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3403           adidas 31/07/2017    192.766 -9.856510e-04 -9.856510e-04
3404           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3405          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3406       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3407           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3408          Comcast 31/07/2017      40.45 -2.299135e-02 -2.299135e-02
3409           Nissan 31/07/2017       1096  1.049270e-02  1.049270e-02
3410       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3411       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3412           Nissan 31/07/2017       1096  1.049270e-02  1.049270e-02
3413          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3414       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3415       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3416          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3417       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3418       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3419       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3420       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3421            Tesco 31/07/2017      174.2 -5.166475e-03 -5.166475e-03
3422       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3423       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3424             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3425           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3426    Goldman Sachs 31/07/2017     225.33 -7.633249e-03 -7.633249e-03
3427       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3428             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3429          easyJet 31/07/2017       1236  3.155340e-02  3.155340e-02
3430        Starbucks 31/07/2017      53.98  3.705076e-04  3.705076e-04
3431            Honda 31/07/2017       3108 -9.974260e-03 -9.974260e-03
3432           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3433             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3434           Oracle 31/07/2017      49.93  7.410375e-03  7.410375e-03
3435             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3436          Verizon 31/07/2017       48.4 -9.504132e-03 -9.504132e-03
3437       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3438       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3439         Facebook 31/07/2017     169.25  1.890694e-02  1.890694e-02
3440          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3441          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3442            Apple 31/07/2017     148.73  5.177167e-03  5.177167e-03
3443          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3444          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3445          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3446          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3447           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3448           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3449          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3450             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3451             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3452       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3453       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3454           Google 31/07/2017      945.5  1.356954e-02  1.356954e-02
3455       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3456       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3457           Google 31/07/2017      945.5  1.356954e-02  1.356954e-02
3458          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3459          Ryanair 31/07/2017      17.77  2.194710e-02  2.194710e-02
3460             Nike 31/07/2017      59.05 -6.435224e-03 -6.435224e-03
3461             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3462       Volkswagen 31/07/2017    129.903  1.397196e-02  1.397196e-02
3463             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3464             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3465            Shell 31/07/2017       2133 -8.204407e-03 -8.204407e-03
3466             Ford 31/07/2017      11.22 -4.456328e-03 -4.456328e-03
3467            Tesco 31/07/2017      174.2 -5.166475e-03 -5.166475e-03
3468          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3469       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3470       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3471       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3472       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3473          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3474          Verizon 31/07/2017       48.4 -9.504132e-03 -9.504132e-03
3475             Sony 31/07/2017       4540 -1.541850e-03 -1.541850e-03
3476          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3477          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3478       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3479          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3480          Comcast 31/07/2017      40.45 -2.299135e-02 -2.299135e-02
3481           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3482             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3483          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3484             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3485        Starbucks 31/07/2017      53.98  3.705076e-04  3.705076e-04
3486          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3487          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3488             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3489       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3490          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3491           Thales 31/07/2017      93.59  9.723261e-03  9.723261e-03
3492          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3493           Thales 31/07/2017      93.59  9.723261e-03  9.723261e-03
3494          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3495          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3496       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3497             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3498           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3499           Boeing 31/07/2017     242.46 -4.908026e-03 -4.908026e-03
3500            Apple 31/07/2017     148.73  5.177167e-03  5.177167e-03
3501       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3502             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3503          Verizon 31/07/2017       48.4 -9.504132e-03 -9.504132e-03
3504          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3505          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3506    Goldman Sachs 31/07/2017     225.33 -7.633249e-03 -7.633249e-03
3507          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3508          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3509          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3510          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3511          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3512          Verizon 31/07/2017       48.4 -9.504132e-03 -9.504132e-03
3513          Walmart 31/07/2017      79.99 -2.250281e-03 -2.250281e-03
3514             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3515          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3516          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3517             AT&T 31/07/2017         39  0.000000e+00  0.000000e+00
3518  Bank of America 31/07/2017      24.12 -3.731343e-03 -3.731343e-03
3519          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3520          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3521       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3522          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3523          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3524             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3525          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3526          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3527          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3528           Google 31/07/2017      945.5  1.356954e-02  1.356954e-02
3529             Next 31/07/2017       3950 -2.151899e-02 -2.151899e-02
3530          Verizon 31/07/2017       48.4 -9.504132e-03 -9.504132e-03
3531       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3532             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3533          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3534        Microsoft 31/07/2017       72.7  4.676754e-03  4.676754e-03
3535           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3536       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3537             AT&T 31/07/2017         39  0.000000e+00  0.000000e+00
3538             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3539             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3540             AT&T 31/07/2017         39  0.000000e+00  0.000000e+00
3541          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3542             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3543          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3544       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3545          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3546          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3547       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3548           adidas 31/07/2017    192.766 -9.856510e-04 -9.856510e-04
3549             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3550       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3551          Walmart 31/07/2017      79.99 -2.250281e-03 -2.250281e-03
3552             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3553       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3554          Samsung 31/07/2017      48200 -9.128631e-03 -9.128631e-03
3555            Apple 31/07/2017     148.73  5.177167e-03  5.177167e-03
3556              P&G 31/07/2017      90.82 -6.716582e-03 -6.716582e-03
3557           adidas 31/07/2017    192.766 -9.856510e-04 -9.856510e-04
3558       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3559       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3560           PayPal 31/07/2017      58.55  1.110162e-02  1.110162e-02
3561          Expedia 31/07/2017     156.47  1.936473e-02  1.936473e-02
3562          Ryanair 31/07/2017      17.77  2.194710e-02  2.194710e-02
3563             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3564          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3565            Intel 31/07/2017      35.47 -4.510854e-03 -4.510854e-03
3566             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3567             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3568          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3569          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3570       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3571       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3572       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3573       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3574           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3575       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3576          Comcast 31/07/2017      40.45 -2.299135e-02 -2.299135e-02
3577             AT&T 31/07/2017         39  0.000000e+00  0.000000e+00
3578       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3579            FedEx 31/07/2017     208.03  4.806999e-05  4.806999e-05
3580          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3581       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3582          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3583           Disney 31/07/2017     109.93  2.729009e-04  2.729009e-04
3584       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3585          TMobile 31/07/2017      61.66  1.946156e-03  1.946156e-03
3586           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3587          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3588          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3589          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3590             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3591             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3592           Costco 31/07/2017     158.51 -3.545518e-02 -3.545518e-02
3593          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3594             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3595       McDonald's 31/07/2017     155.14  4.576512e-03  4.576512e-03
3596           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3597          easyJet 31/07/2017       1236  3.155340e-02  3.155340e-02
3598             AT&T 31/07/2017         39  0.000000e+00  0.000000e+00
3599             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3600             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3601          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3602             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3603          TMobile 31/07/2017      61.66  1.946156e-03  1.946156e-03
3604          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3605        Starbucks 31/07/2017      53.98  3.705076e-04  3.705076e-04
3606             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3607          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3608        Starbucks 31/07/2017      53.98  3.705076e-04  3.705076e-04
3609          Netflix 31/07/2017     181.66  1.310140e-02  1.310140e-02
3610             eBay 31/07/2017      35.73  5.877414e-03  5.877414e-03
3611           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3612             AT&T 31/07/2017         39  0.000000e+00  0.000000e+00
3613         JPMorgan 31/07/2017       91.8 -5.664488e-03 -5.664488e-03
3614          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3615           Amazon 31/07/2017     987.78  3.265909e-02  3.265909e-02
3616          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3617          Reuters 31/07/2017    50.5452  3.705594e-03  3.705594e-03
3618             eBay 01/08/2017      35.91 -5.012531e-03  8.354219e-04
3619          Samsung 01/08/2017      48600 -8.230453e-03 -1.728395e-02
3620            FedEx 01/08/2017     206.71  6.385758e-03  6.434135e-03
3621            Adobe 01/08/2017     147.36 -5.903909e-03 -4.275244e-03
3622          Reuters 01/08/2017    52.8252 -4.316122e-02 -3.961556e-02
3623             eBay 01/08/2017      35.91 -5.012531e-03  8.354219e-04
3624       McDonald's 01/08/2017     154.04  7.141002e-03  1.175019e-02
3625             AT&T 01/08/2017      38.88  3.086420e-03  3.086420e-03
3626          Netflix 01/08/2017     182.03 -2.032632e-03  1.104214e-02
3627           Disney 01/08/2017     110.61 -6.147726e-03 -5.876503e-03
3628       McDonald's 01/08/2017     154.04  7.141002e-03  1.175019e-02
3629             ASOS 01/08/2017       5861 -1.416141e-02 -3.924245e-03
3630           Amazon 01/08/2017     996.19 -8.442165e-03  2.394122e-02
3631            Exxon 01/08/2017      80.17 -1.621554e-03 -7.109891e-03
3632             eBay 01/08/2017      35.91 -5.012531e-03  8.354219e-04
3633           Disney 01/08/2017     110.61 -6.147726e-03 -5.876503e-03
3634             eBay 01/08/2017      35.91 -5.012531e-03  8.354219e-04
3635              CBS 01/08/2017      66.08 -3.783293e-03  2.042978e-02
3636             eBay 01/08/2017      35.91 -5.012531e-03  8.354219e-04
3637         CocaCola 01/08/2017       45.7  3.063457e-03  6.783370e-03
3638           Google 01/08/2017     946.56 -1.119844e-03  1.243450e-02
3639           PayPal 01/08/2017      59.34 -1.331311e-02 -2.359285e-03
3640           Oracle 01/08/2017      50.16 -4.585327e-03  2.791069e-03
3641       McDonald's 01/08/2017     154.04  7.141002e-03  1.175019e-02
3642          Netflix 01/08/2017     182.03 -2.032632e-03  1.104214e-02
3643             eBay 01/08/2017      35.91 -5.012531e-03  8.354219e-04
3644           Amazon 01/08/2017     996.19 -8.442165e-03  2.394122e-02
3645             AT&T 01/08/2017      38.88  3.086420e-03  3.086420e-03
3646           Disney 01/08/2017     110.61 -6.147726e-03 -5.876503e-03
3647          Reuters 01/08/2017    52.8252 -4.316122e-02 -3.961556e-02
3648             Nike 01/08/2017      59.84 -1.320187e-02 -1.955214e-02
3649             Nike 01/08/2017      59.84 -1.320187e-02 -1.955214e-02
3650       McDonald's 01/08/2017     154.04  7.141002e-03  1.175019e-02
3651          Netflix 01/08/2017     182.03 -2.032632e-03  1.104214e-02
3652       McDonald's 01/08/2017     154.04  7.141002e-03  1.175019e-02
3653          Groupon 01/08/2017       3.87 -2.842377e-02 -1.808786e-02
3654        Starbucks 01/08/2017      54.73 -1.370364e-02 -1.333821e-02
3655           Amazon 01/08/2017     996.19 -8.442165e-03  2.394122e-02
3656           PayPal 01/08/2017      59.34 -1.331311e-02 -2.359285e-03
3657              CBS 01/08/2017      66.08 -3.783293e-03  2.042978e-02
3658             eBay 01/08/2017      35.91 -5.012531e-03  8.354219e-04
3659             eBay 01/08/2017      35.91 -5.012531e-03  8.354219e-04
3660          Reuters 01/08/2017    52.8252 -4.316122e-02 -3.961556e-02
3661             Nike 01/08/2017      59.84 -1.320187e-02 -1.955214e-02
3662          Reuters 01/08/2017    52.8252 -4.316122e-02 -3.961556e-02
3663       McDonald's 01/08/2017     154.04  7.141002e-03  1.175019e-02
3664             eBay 01/08/2017      35.91 -5.012531e-03  8.354219e-04
3665         Facebook 01/08/2017     169.86 -3.591193e-03  1.524785e-02
3666          Netflix 01/08/2017     182.03 -2.032632e-03  1.104214e-02
3667             eBay 01/08/2017      35.91 -5.012531e-03  8.354219e-04
3668       McDonald's 01/08/2017     154.04  7.141002e-03  1.175019e-02
3669           Amazon 01/08/2017     996.19 -8.442165e-03  2.394122e-02
3670              P&G 01/08/2017       91.1 -3.073546e-03 -9.769484e-03
3671              UPS 01/08/2017     110.17  1.089226e-03 -4.629209e-03
3672         Facebook 01/08/2017     169.86 -3.591193e-03  1.524785e-02
3673           Amazon 01/08/2017     996.19 -8.442165e-03  2.394122e-02
3674          Reuters 01/08/2017    52.8252 -4.316122e-02 -3.961556e-02
3675           Disney 01/08/2017     110.61 -6.147726e-03 -5.876503e-03
3676        Starbucks 01/08/2017      54.73 -1.370364e-02 -1.333821e-02
3677       McDonald's 01/08/2017     154.04  7.141002e-03  1.175019e-02
3678             eBay 01/08/2017      35.91 -5.012531e-03  8.354219e-04
3679           Disney 01/08/2017     110.61 -6.147726e-03 -5.876503e-03
3680             eBay 01/08/2017      35.91 -5.012531e-03  8.354219e-04
3681             Nike 01/08/2017      59.84 -1.320187e-02 -1.955214e-02
3682          Netflix 01/08/2017     182.03 -2.032632e-03  1.104214e-02
3683          Walmart 01/08/2017       80.5 -6.335404e-03 -8.571429e-03
3684           Disney 01/08/2017     110.61 -6.147726e-03 -5.876503e-03
3685          Reuters 01/08/2017    52.8252 -4.316122e-02 -3.961556e-02
3686           adidas 01/08/2017    191.887  4.580821e-03  3.590655e-03
3687       McDonald's 01/08/2017     154.04  7.141002e-03  1.175019e-02
3688         Facebook 01/08/2017     169.86 -3.591193e-03  1.524785e-02
3689          Reuters 01/08/2017    52.8252 -4.316122e-02 -3.961556e-02
3690           Amazon 01/08/2017     996.19 -8.442165e-03  2.394122e-02
3691          Reuters 01/08/2017    52.8252 -4.316122e-02 -3.961556e-02
3692           Amazon 01/08/2017     996.19 -8.442165e-03  2.394122e-02
3693       McDonald's 01/08/2017     154.04  7.141002e-03  1.175019e-02
3694           Amazon 01/08/2017     996.19 -8.442165e-03  2.394122e-02
3695       McDonald's 01/08/2017     154.04  7.141002e-03  1.175019e-02
3696            Apple 01/08/2017     150.05 -8.797068e-03 -3.665445e-03
3697          Netflix 01/08/2017     182.03 -2.032632e-03  1.104214e-02
3698             eBay 01/08/2017      35.91 -5.012531e-03  8.354219e-04
3699           Disney 01/08/2017     110.61 -6.147726e-03 -5.876503e-03
3700          Netflix 01/08/2017     182.03 -2.032632e-03  1.104214e-02
3701           Amazon 01/08/2017     996.19 -8.442165e-03  2.394122e-02
3702          Netflix 01/08/2017     182.03 -2.032632e-03  1.104214e-02
3703          Reuters 01/08/2017    52.8252 -4.316122e-02 -3.961556e-02
3704           Disney 01/08/2017     110.61 -6.147726e-03 -5.876503e-03
3705          Reuters 01/08/2017    52.8252 -4.316122e-02 -3.961556e-02
3706          Reuters 01/08/2017    52.8252 -4.316122e-02 -3.961556e-02
3707       McDonald's 01/08/2017     154.04  7.141002e-03  1.175019e-02
3708       McDonald's 01/08/2017     154.04  7.141002e-03  1.175019e-02
3709             eBay 01/08/2017      35.91 -5.012531e-03  8.354219e-04
3710          Siemens 01/08/2017    116.423 -1.608789e-02 -5.866538e-03
3711          TMobile 01/08/2017      63.07 -2.235611e-02 -2.045346e-02
3712        Starbucks 01/08/2017      54.73 -1.370364e-02 -1.333821e-02
3713   salesforce.com 01/08/2017      91.22 -4.604253e-03 -6.577505e-03
3714             Nike 01/08/2017      59.84 -1.320187e-02 -1.955214e-02
3715             eBay 01/08/2017      35.91 -5.012531e-03  8.354219e-04
3716             eBay 01/08/2017      35.91 -5.012531e-03  8.354219e-04
3717           Google 01/08/2017     946.56 -1.119844e-03  1.243450e-02
3718           Google 01/08/2017     946.56 -1.119844e-03  1.243450e-02
3719             eBay 01/08/2017      35.91 -5.012531e-03  8.354219e-04
3720           Google 01/08/2017     946.56 -1.119844e-03  1.243450e-02
3721          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3722          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3723             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3724             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3725          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3726             Next 31/08/2017       4129 -2.010172e-02 -1.671107e-02
3727        Starbucks 31/08/2017      54.86 -6.197594e-03 -1.385345e-02
3728          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3729           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3730         Facebook 31/08/2017     171.97 -1.192068e-02 -2.279467e-02
3731           Google 31/08/2017     955.24 -1.215401e-02 -2.040325e-02
3732          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3733         CocaCola 31/08/2017      45.55 -3.512623e-03 -2.195390e-03
3734            Yahoo 31/08/2017       4.67  0.000000e+00  0.000000e+00
3735          Colgate 31/08/2017      71.64 -9.631491e-03 -4.745952e-03
3736           Google 31/08/2017     955.24 -1.215401e-02 -2.040325e-02
3737          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3738              GSK 31/08/2017     1533.5 -1.075970e-02 -2.282361e-02
3739         Burberry 31/08/2017       1797 -1.057318e-02 -1.613801e-02
3740            Tesco 31/08/2017      180.9  8.291874e-03 -2.763958e-04
3741          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3742           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3743            Shell 31/08/2017       2127 -4.701457e-04  2.350729e-04
3744          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3745             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3746          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3747           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3748           Google 31/08/2017     955.24 -1.215401e-02 -2.040325e-02
3749             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3750             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3751           Disney 31/08/2017      101.2  1.650198e-02  1.353755e-02
3752       McDonald's 31/08/2017     159.97 -2.750516e-03 -3.688192e-03
3753             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3754           Disney 31/08/2017      101.2  1.650198e-02  1.353755e-02
3755              BMW 31/08/2017       78.1  4.481434e-03  2.394366e-03
3756           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3757             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3758         Facebook 31/08/2017     171.97 -1.192068e-02 -2.279467e-02
3759          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3760          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3761        Microsoft 31/08/2017      74.77 -1.016450e-02 -2.300388e-02
3762          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3763             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3764               HP 31/08/2017      19.08  4.716981e-03  6.813417e-03
3765       McDonald's 31/08/2017     159.97 -2.750516e-03 -3.688192e-03
3766          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3767          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3768        Starbucks 31/08/2017      54.86 -6.197594e-03 -1.385345e-02
3769              CBS 31/08/2017      64.06  7.024664e-03 -1.233219e-02
3770          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3771           Google 31/08/2017     955.24 -1.215401e-02 -2.040325e-02
3772             Sony 31/08/2017       4337 -3.689186e-03 -3.158866e-02
3773       McDonald's 31/08/2017     159.97 -2.750516e-03 -3.688192e-03
3774             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3775          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3776          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3777             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3778            Apple 31/08/2017        164 -3.963415e-03 -6.646341e-03
3779          Comcast 31/08/2017      40.61  5.171140e-03 -1.108101e-02
3780         Facebook 31/08/2017     171.97 -1.192068e-02 -2.279467e-02
3781          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3782             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3783         Facebook 31/08/2017     171.97 -1.192068e-02 -2.279467e-02
3784          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3785             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3786             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3787           Disney 31/08/2017      101.2  1.650198e-02  1.353755e-02
3788             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3789             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3790             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3791              IBM 31/08/2017     143.03 -3.286024e-03  7.690694e-04
3792       Volkswagen 31/08/2017    125.548  4.062191e-03  8.108453e-03
3793           Disney 31/08/2017      101.2  1.650198e-02  1.353755e-02
3794         Facebook 31/08/2017     171.97 -1.192068e-02 -2.279467e-02
3795          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3796           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3797        Starbucks 31/08/2017      54.86 -6.197594e-03 -1.385345e-02
3798          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3799             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3800          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3801          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3802          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3803         Facebook 31/08/2017     171.97 -1.192068e-02 -2.279467e-02
3804       McDonald's 31/08/2017     159.97 -2.750516e-03 -3.688192e-03
3805          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3806             AT&T 31/08/2017      37.46  5.605980e-03  1.041111e-02
3807         Facebook 31/08/2017     171.97 -1.192068e-02 -2.279467e-02
3808          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3809       CVS Health 31/08/2017      77.34 -1.241272e-02 -1.616240e-02
3810             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3811          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3812          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3813           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3814             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3815  Bank of America 31/08/2017      23.89 -8.371704e-04 -1.297614e-02
3816          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3817              CBS 31/08/2017      64.06  7.024664e-03 -1.233219e-02
3818          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3819          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3820          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3821            Apple 31/08/2017        164 -3.963415e-03 -6.646341e-03
3822        Starbucks 31/08/2017      54.86 -6.197594e-03 -1.385345e-02
3823           Pfizer 31/08/2017      33.92 -1.385613e-02 -1.238208e-02
3824              IBM 31/08/2017     143.03 -3.286024e-03  7.690694e-04
3825          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3826             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3827           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3828          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3829            Intel 31/08/2017      35.07 -5.132592e-03 -9.694896e-03
3830          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3831          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3832        Microsoft 31/08/2017      74.77 -1.016450e-02 -2.300388e-02
3833             AT&T 31/08/2017      37.46  5.605980e-03  1.041111e-02
3834          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3835      Wells Fargo 31/08/2017      51.07  5.678481e-03  6.853339e-03
3836          Comcast 31/08/2017      40.61  5.171140e-03 -1.108101e-02
3837           Oracle 31/08/2017      50.33 -1.053050e-02 -1.748460e-02
3838           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3839          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3840            Apple 31/08/2017        164 -3.963415e-03 -6.646341e-03
3841          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3842             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3843         Facebook 31/08/2017     171.97 -1.192068e-02 -2.279467e-02
3844             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3845            Shell 31/08/2017       2127 -4.701457e-04  2.350729e-04
3846          Chevron 31/08/2017     107.62  1.022115e-03  2.230069e-03
3847          Chevron 31/08/2017     107.62  1.022115e-03  2.230069e-03
3848              CBS 31/08/2017      64.06  7.024664e-03 -1.233219e-02
3849          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3850          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3851      Wells Fargo 31/08/2017      51.07  5.678481e-03  6.853339e-03
3852      Wells Fargo 31/08/2017      51.07  5.678481e-03  6.853339e-03
3853        Starbucks 31/08/2017      54.86 -6.197594e-03 -1.385345e-02
3854           Disney 31/08/2017      101.2  1.650198e-02  1.353755e-02
3855 American Express 31/08/2017       86.1 -4.761905e-03 -7.897793e-03
3856              UPS 31/08/2017     114.36  5.334033e-03  4.634488e-03
3857           Disney 31/08/2017      101.2  1.650198e-02  1.353755e-02
3858             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3859          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3860          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3861          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3862          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3863          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3864             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3865          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3866          Verizon 31/08/2017      47.97  3.126954e-03  1.125704e-02
3867          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3868             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3869             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3870      Wells Fargo 31/08/2017      51.07  5.678481e-03  6.853339e-03
3871             BASF 31/08/2017       81.5  1.668712e-03 -7.104294e-03
3872           Google 31/08/2017     955.24 -1.215401e-02 -2.040325e-02
3873          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3874             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3875          Samsung 31/08/2017      46320 -2.590674e-03 -5.181347e-03
3876          Ryanair 31/08/2017      17.91 -2.065885e-02 -1.116695e-02
3877        Microsoft 31/08/2017      74.77 -1.016450e-02 -2.300388e-02
3878          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3879           Disney 31/08/2017      101.2  1.650198e-02  1.353755e-02
3880          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3881             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3882              BMW 31/08/2017       78.1  4.481434e-03  2.394366e-03
3883            Cisco 31/08/2017      32.21 -6.830177e-03 -2.266377e-02
3884             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3885             Ford 31/08/2017      11.03 -8.159565e-03 -1.722575e-02
3886          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3887           Disney 31/08/2017      101.2  1.650198e-02  1.353755e-02
3888      Wells Fargo 31/08/2017      51.07  5.678481e-03  6.853339e-03
3889            Apple 31/08/2017        164 -3.963415e-03 -6.646341e-03
3890          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3891             Next 31/08/2017       4129 -2.010172e-02 -1.671107e-02
3892          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3893           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3894          Ryanair 31/08/2017      17.91 -2.065885e-02 -1.116695e-02
3895          Verizon 31/08/2017      47.97  3.126954e-03  1.125704e-02
3896             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3897          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3898           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3899           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3900       Volkswagen 31/08/2017    125.548  4.062191e-03  8.108453e-03
3901             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3902           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3903          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3904           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3905            Tesco 31/08/2017      180.9  8.291874e-03 -2.763958e-04
3906             ASOS 31/08/2017       5667  1.129345e-02  4.217399e-02
3907           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3908            Apple 31/08/2017        164 -3.963415e-03 -6.646341e-03
3909          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3910          Ryanair 31/08/2017      17.91 -2.065885e-02 -1.116695e-02
3911          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3912           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3913        Starbucks 31/08/2017      54.86 -6.197594e-03 -1.385345e-02
3914             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3915          TMobile 31/08/2017      64.71 -7.108639e-03 -1.916242e-02
3916      Wells Fargo 31/08/2017      51.07  5.678481e-03  6.853339e-03
3917          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3918              BMW 31/08/2017       78.1  4.481434e-03  2.394366e-03
3919           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3920        Starbucks 31/08/2017      54.86 -6.197594e-03 -1.385345e-02
3921          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3922          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3923          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3924           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3925          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3926          Verizon 31/08/2017      47.97  3.126954e-03  1.125704e-02
3927         CocaCola 31/08/2017      45.55 -3.512623e-03 -2.195390e-03
3928           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3929          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3930            Apple 31/08/2017        164 -3.963415e-03 -6.646341e-03
3931       Home Depot 31/08/2017     149.87  8.674184e-04 -2.001735e-04
3932          Verizon 31/08/2017      47.97  3.126954e-03  1.125704e-02
3933          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3934         Heineken 31/08/2017      88.13 -1.338931e-02 -2.303415e-02
3935            Apple 31/08/2017        164 -3.963415e-03 -6.646341e-03
3936         Heineken 31/08/2017      88.13 -1.338931e-02 -2.303415e-02
3937         Heineken 31/08/2017      88.13 -1.338931e-02 -2.303415e-02
3938          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3939         Facebook 31/08/2017     171.97 -1.192068e-02 -2.279467e-02
3940         Heineken 31/08/2017      88.13 -1.338931e-02 -2.303415e-02
3941             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3942           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
3943          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3944          Comcast 31/08/2017      40.61  5.171140e-03 -1.108101e-02
3945           PayPal 31/08/2017      61.68  1.459144e-03 -1.086252e-02
3946           Disney 31/08/2017      101.2  1.650198e-02  1.353755e-02
3947          L'Oreal 31/08/2017      212.9  0.000000e+00  0.000000e+00
3948         Heineken 31/08/2017      88.13 -1.338931e-02 -2.303415e-02
3949           Google 31/08/2017     955.24 -1.215401e-02 -2.040325e-02
3950      TripAdvisor 31/08/2017      42.73 -3.744442e-03 -2.433887e-02
3951          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3952             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3953          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3954          easyJet 31/08/2017       1196 -1.170569e-02  8.361204e-03
3955           PayPal 31/08/2017      61.68  1.459144e-03 -1.086252e-02
3956          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3957           Google 31/08/2017     955.24 -1.215401e-02 -2.040325e-02
3958          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3959         Facebook 31/08/2017     171.97 -1.192068e-02 -2.279467e-02
3960            Tesco 31/08/2017      180.9  8.291874e-03 -2.763958e-04
3961          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3962          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3963          Verizon 31/08/2017      47.97  3.126954e-03  1.125704e-02
3964         CocaCola 31/08/2017      45.55 -3.512623e-03 -2.195390e-03
3965          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3966            Exxon 31/08/2017      76.33 -3.013232e-03  1.572121e-03
3967          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3968       McDonald's 31/08/2017     159.97 -2.750516e-03 -3.688192e-03
3969       McDonald's 31/08/2017     159.97 -2.750516e-03 -3.688192e-03
3970              BMW 31/08/2017       78.1  4.481434e-03  2.394366e-03
3971         Facebook 31/08/2017     171.97 -1.192068e-02 -2.279467e-02
3972           Disney 31/08/2017      101.2  1.650198e-02  1.353755e-02
3973             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
3974         CocaCola 31/08/2017      45.55 -3.512623e-03 -2.195390e-03
3975          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3976          TMobile 31/08/2017      64.71 -7.108639e-03 -1.916242e-02
3977          easyJet 31/08/2017       1196 -1.170569e-02  8.361204e-03
3978          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3979         Facebook 31/08/2017     171.97 -1.192068e-02 -2.279467e-02
3980             AT&T 31/08/2017      37.46  5.605980e-03  1.041111e-02
3981            Intel 31/08/2017      35.07 -5.132592e-03 -9.694896e-03
3982         Heineken 31/08/2017      88.13 -1.338931e-02 -2.303415e-02
3983          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
3984       McDonald's 31/08/2017     159.97 -2.750516e-03 -3.688192e-03
3985           Google 31/08/2017     955.24 -1.215401e-02 -2.040325e-02
3986           Disney 31/08/2017      101.2  1.650198e-02  1.353755e-02
3987            Pepsi 31/08/2017     115.73 -5.011665e-03  9.504882e-04
3988           Disney 31/08/2017      101.2  1.650198e-02  1.353755e-02
3989              BMW 31/08/2017       78.1  4.481434e-03  2.394366e-03
3990          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
3991             Nike 31/08/2017      52.81 -4.733952e-03 -1.514865e-03
3992          Ryanair 31/08/2017      17.91 -2.065885e-02 -1.116695e-02
3993          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3994             Nike 31/08/2017      52.81 -4.733952e-03 -1.514865e-03
3995          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
3996             Sony 31/08/2017       4337 -3.689186e-03 -3.158866e-02
3997           Oracle 31/08/2017      50.33 -1.053050e-02 -1.748460e-02
3998            Exxon 31/08/2017      76.33 -3.013232e-03  1.572121e-03
3999          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
4000         Facebook 31/08/2017     171.97 -1.192068e-02 -2.279467e-02
4001          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
4002         CocaCola 31/08/2017      45.55 -3.512623e-03 -2.195390e-03
4003       McDonald's 31/08/2017     159.97 -2.750516e-03 -3.688192e-03
4004        Starbucks 31/08/2017      54.86 -6.197594e-03 -1.385345e-02
4005          easyJet 31/08/2017       1196 -1.170569e-02  8.361204e-03
4006          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
4007           Kroger 31/08/2017      21.87  1.508916e-02 -2.743484e-03
4008          Verizon 31/08/2017      47.97  3.126954e-03  1.125704e-02
4009           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
4010              CBS 31/08/2017      64.06  7.024664e-03 -1.233219e-02
4011             Nike 31/08/2017      52.81 -4.733952e-03 -1.514865e-03
4012           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
4013             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
4014           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
4015           Google 31/08/2017     955.24 -1.215401e-02 -2.040325e-02
4016           Pfizer 31/08/2017      33.92 -1.385613e-02 -1.238208e-02
4017            Adobe 31/08/2017     155.16 -9.602990e-03 -1.946378e-02
4018         Facebook 31/08/2017     171.97 -1.192068e-02 -2.279467e-02
4019             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
4020             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
4021            Apple 31/08/2017        164 -3.963415e-03 -6.646341e-03
4022           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
4023          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
4024             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
4025             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
4026             Nike 31/08/2017      52.81 -4.733952e-03 -1.514865e-03
4027             Ford 31/08/2017      11.03 -8.159565e-03 -1.722575e-02
4028          Verizon 31/08/2017      47.97  3.126954e-03  1.125704e-02
4029             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
4030        Microsoft 31/08/2017      74.77 -1.016450e-02 -2.300388e-02
4031      Wells Fargo 31/08/2017      51.07  5.678481e-03  6.853339e-03
4032         JPMorgan 31/08/2017      90.89  4.620970e-03  2.310485e-03
4033          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
4034           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
4035           Google 31/08/2017     955.24 -1.215401e-02 -2.040325e-02
4036            Tesco 31/08/2017      180.9  8.291874e-03 -2.763958e-04
4037          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
4038           adidas 31/08/2017    188.336 -1.279628e-02 -2.776952e-02
4039           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
4040             Nike 31/08/2017      52.81 -4.733952e-03 -1.514865e-03
4041           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
4042          Verizon 31/08/2017      47.97  3.126954e-03  1.125704e-02
4043          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
4044      Wells Fargo 31/08/2017      51.07  5.678481e-03  6.853339e-03
4045           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
4046 American Express 31/08/2017       86.1 -4.761905e-03 -7.897793e-03
4047             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
4048             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
4049          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
4050       Home Depot 31/08/2017     149.87  8.674184e-04 -2.001735e-04
4051           Google 31/08/2017     955.24 -1.215401e-02 -2.040325e-02
4052           Disney 31/08/2017      101.2  1.650198e-02  1.353755e-02
4053          TMobile 31/08/2017      64.71 -7.108639e-03 -1.916242e-02
4054          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
4055           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
4056          Verizon 31/08/2017      47.97  3.126954e-03  1.125704e-02
4057          TMobile 31/08/2017      64.71 -7.108639e-03 -1.916242e-02
4058            Apple 31/08/2017        164 -3.963415e-03 -6.646341e-03
4059      Wells Fargo 31/08/2017      51.07  5.678481e-03  6.853339e-03
4060       McDonald's 31/08/2017     159.97 -2.750516e-03 -3.688192e-03
4061          Ryanair 31/08/2017      17.91 -2.065885e-02 -1.116695e-02
4062       Home Depot 31/08/2017     149.87  8.674184e-04 -2.001735e-04
4063          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
4064          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
4065            Intel 31/08/2017      35.07 -5.132592e-03 -9.694896e-03
4066          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
4067             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
4068           Boeing 31/08/2017     239.66  3.338062e-03  3.463240e-03
4069          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
4070          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
4071       McDonald's 31/08/2017     159.97 -2.750516e-03 -3.688192e-03
4072           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
4073          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
4074           Google 31/08/2017     955.24 -1.215401e-02 -2.040325e-02
4075           Boeing 31/08/2017     239.66  3.338062e-03  3.463240e-03
4076          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
4077          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
4078          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
4079          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
4080          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
4081           Toyota 31/08/2017       6183 -5.175481e-03 -1.504124e-02
4082        Microsoft 31/08/2017      74.77 -1.016450e-02 -2.300388e-02
4083             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
4084          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
4085          TMobile 31/08/2017      64.71 -7.108639e-03 -1.916242e-02
4086             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
4087          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
4088             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
4089           Amazon 31/08/2017      980.6 -1.326739e-02 -2.706506e-02
4090        Starbucks 31/08/2017      54.86 -6.197594e-03 -1.385345e-02
4091          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
4092       McDonald's 31/08/2017     159.97 -2.750516e-03 -3.688192e-03
4093          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
4094          Reuters 31/08/2017    50.3249 -6.565338e-03 -1.028715e-02
4095             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
4096             eBay 31/08/2017      36.13 -1.217825e-02 -2.574038e-02
4097          Netflix 31/08/2017     174.71 -1.144754e-04 -3.377025e-02
4098          Walmart 31/08/2017      78.07  6.020238e-03  8.966312e-03
4099       McDonald's 31/08/2017     159.97 -2.750516e-03 -3.688192e-03
4100          Netflix 01/09/2017     174.74 -1.716836e-04 -2.861394e-04
4101             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4102            Shell 01/09/2017       2122  2.356268e-03  1.885014e-03
4103          Samsung 01/09/2017      46480 -3.442341e-03 -6.024096e-03
4104            Tesco 01/09/2017      183.1 -1.201529e-02 -3.823048e-03
4105           Google 01/09/2017     951.99  3.413901e-03 -8.781605e-03
4106             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4107           Nissan 01/09/2017       1096 -2.737226e-03 -7.755474e-03
4108             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4109           Google 01/09/2017     951.99  3.413901e-03 -8.781605e-03
4110           Google 01/09/2017     951.99  3.413901e-03 -8.781605e-03
4111            Exxon 01/09/2017      76.57 -3.134387e-03 -6.138174e-03
4112           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4113          Reuters 01/09/2017    50.0826  4.838008e-03 -1.759094e-03
4114        Microsoft 01/09/2017      73.94  1.122532e-02  9.467136e-04
4115             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4116          Walmart 01/09/2017      78.37 -3.827995e-03  2.169197e-03
4117             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4118              CBS 01/09/2017      64.34 -4.351881e-03  2.642213e-03
4119           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4120          Netflix 01/09/2017     174.74 -1.716836e-04 -2.861394e-04
4121           PayPal 01/09/2017      61.46  3.579564e-03  5.043931e-03
4122           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4123           Google 01/09/2017     951.99  3.413901e-03 -8.781605e-03
4124             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4125          Reuters 01/09/2017    50.0826  4.838008e-03 -1.759094e-03
4126           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4127    Goldman Sachs 01/09/2017     225.88 -9.474057e-03 -1.531787e-02
4128           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4129           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4130           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4131         JPMorgan 01/09/2017       91.7 -8.833152e-03 -4.252999e-03
4132           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4133           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4134         Facebook 01/09/2017     172.02 -2.906639e-04 -1.220788e-02
4135           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4136           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4137           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4138             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4139        Starbucks 01/09/2017      54.93 -1.274349e-03 -7.464045e-03
4140             AT&T 01/09/2017      37.48 -5.336179e-04  5.069370e-03
4141           Costco 01/09/2017     158.24 -9.479272e-03 -2.401416e-02
4142      Wells Fargo 01/09/2017      50.97  1.961938e-03  7.651560e-03
4143             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4144       McDonald's 01/09/2017     159.81  1.001189e-03 -1.752081e-03
4145           Pfizer 01/09/2017      33.96 -1.177856e-03 -1.501767e-02
4146             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4147           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4148          Netflix 01/09/2017     174.74 -1.716836e-04 -2.861394e-04
4149             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4150           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4151           Boeing 01/09/2017     240.33 -2.787833e-03  5.409229e-04
4152           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4153           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4154       McDonald's 01/09/2017     159.81  1.001189e-03 -1.752081e-03
4155          Netflix 01/09/2017     174.74 -1.716836e-04 -2.861394e-04
4156       McDonald's 01/09/2017     159.81  1.001189e-03 -1.752081e-03
4157       McDonald's 01/09/2017     159.81  1.001189e-03 -1.752081e-03
4158             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4159           Google 01/09/2017     951.99  3.413901e-03 -8.781605e-03
4160           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4161             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4162          Reuters 01/09/2017    50.0826  4.838008e-03 -1.759094e-03
4163           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4164             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4165              CBS 01/09/2017      64.34 -4.351881e-03  2.642213e-03
4166          Reuters 01/09/2017    50.0826  4.838008e-03 -1.759094e-03
4167            Apple 01/09/2017     164.05 -3.047851e-04 -4.266992e-03
4168             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4169           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4170             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4171           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4172             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4173           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4174             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4175           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4176          Reuters 01/09/2017    50.0826  4.838008e-03 -1.759094e-03
4177          Reuters 01/09/2017    50.0826  4.838008e-03 -1.759094e-03
4178           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4179          Reuters 01/09/2017    50.0826  4.838008e-03 -1.759094e-03
4180           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4181            FedEx 01/09/2017     215.05 -3.115555e-03 -5.905603e-03
4182           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4183       McDonald's 01/09/2017     159.81  1.001189e-03 -1.752081e-03
4184           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4185         CocaCola 01/09/2017      45.78 -5.024028e-03 -8.519004e-03
4186          Reuters 01/09/2017    50.0826  4.838008e-03 -1.759094e-03
4187            Apple 01/09/2017     164.05 -3.047851e-04 -4.266992e-03
4188          Walmart 01/09/2017      78.37 -3.827995e-03  2.169197e-03
4189           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4190          Walmart 01/09/2017      78.37 -3.827995e-03  2.169197e-03
4191           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4192       McDonald's 01/09/2017     159.81  1.001189e-03 -1.752081e-03
4193           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4194           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4195          Netflix 01/09/2017     174.74 -1.716836e-04 -2.861394e-04
4196          Verizon 01/09/2017      47.92  1.043406e-03  4.173623e-03
4197          Netflix 01/09/2017     174.74 -1.716836e-04 -2.861394e-04
4198             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4199           Boeing 01/09/2017     240.33 -2.787833e-03  5.409229e-04
4200          Reuters 01/09/2017    50.0826  4.838008e-03 -1.759094e-03
4201           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4202           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4203           Google 01/09/2017     951.99  3.413901e-03 -8.781605e-03
4204             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4205          Samsung 01/09/2017      46480 -3.442341e-03 -6.024096e-03
4206           Amazon 01/09/2017     978.25  2.402249e-03 -1.089701e-02
4207          Walmart 01/09/2017      78.37 -3.827995e-03  2.169197e-03
4208          Netflix 01/09/2017     174.74 -1.716836e-04 -2.861394e-04
4209           adidas 01/09/2017    190.461 -1.115714e-02 -2.381065e-02
4210          Reuters 01/09/2017    50.0826  4.838008e-03 -1.759094e-03
4211             eBay 01/09/2017      36.35 -6.052270e-03 -1.815681e-02
4212          Netflix 01/09/2017     174.74 -1.716836e-04 -2.861394e-04
4213            Cisco 01/09/2017       32.3 -2.786378e-03 -9.597523e-03
4214        Microsoft 01/09/2017      73.94  1.122532e-02  9.467136e-04
4215          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4216           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4217       McDonald's 29/09/2017     156.68  5.169773e-03 -1.678581e-02
4218             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4219             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4220          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4221        Microsoft 29/09/2017      74.49 -8.323265e-03 -8.591757e-03
4222       McDonald's 29/09/2017     156.68  5.169773e-03 -1.678581e-02
4223           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4224          easyJet 29/09/2017       1217 -1.314708e-02  4.930156e-03
4225          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4226             ASOS 29/09/2017       5955  1.225861e-02 -2.099076e-02
4227          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4228           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4229          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4230           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4231             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4232           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4233          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4234          Ryanair 29/09/2017      16.27  6.760910e-03  5.224339e-02
4235       John Deere 29/09/2017     125.59 -1.536747e-02 -1.807469e-02
4236           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4237             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4238          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4239              SAP 29/09/2017     92.434 -4.024493e-03 -5.993466e-03
4240         Facebook 29/09/2017     170.87 -1.252414e-02 -1.866916e-02
4241         JPMorgan 29/09/2017      95.51 -1.361114e-03 -3.455136e-03
4242             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4243          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4244          Ryanair 29/09/2017      16.27  6.760910e-03  5.224339e-02
4245          easyJet 29/09/2017       1217 -1.314708e-02  4.930156e-03
4246              GSK 29/09/2017     1488.5 -4.366812e-03 -1.679543e-03
4247             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4248             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4249          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4250            Apple 29/09/2017     154.12 -5.450298e-03  7.137296e-04
4251          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4252           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4253         Burberry 29/09/2017       1760 -1.534091e-02  1.136364e-03
4254            Apple 29/09/2017     154.12 -5.450298e-03  7.137296e-04
4255          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4256          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4257  Bank of America 29/09/2017      25.34  4.340963e-03  2.762431e-03
4258       McDonald's 29/09/2017     156.68  5.169773e-03 -1.678581e-02
4259             ASOS 29/09/2017       5955  1.225861e-02 -2.099076e-02
4260          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4261        Microsoft 29/09/2017      74.49 -8.323265e-03 -8.591757e-03
4262             Ford 29/09/2017      11.97 -8.354219e-04 -1.670844e-03
4263               HP 29/09/2017      19.96  5.010020e-04 -4.509018e-03
4264          easyJet 29/09/2017       1217 -1.314708e-02  4.930156e-03
4265            Pepsi 29/09/2017     111.43  1.884591e-03 -2.961500e-03
4266          Ryanair 29/09/2017      16.27  6.760910e-03  5.224339e-02
4267           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4268           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4269           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4270             Nike 29/09/2017      51.85  1.504339e-02  1.581485e-02
4271          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4272          Groupon 29/09/2017        5.2 -3.846154e-02 -5.576923e-02
4273           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4274          Comcast 29/09/2017      38.48 -1.715177e-02  1.299376e-03
4275        Microsoft 29/09/2017      74.49 -8.323265e-03 -8.591757e-03
4276           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4277            Apple 29/09/2017     154.12 -5.450298e-03  7.137296e-04
4278             ASOS 29/09/2017       5955  1.225861e-02 -2.099076e-02
4279         Facebook 29/09/2017     170.87 -1.252414e-02 -1.866916e-02
4280          Samsung 29/09/2017      51280 -3.900156e-04  7.800312e-03
4281              SAP 29/09/2017     92.434 -4.024493e-03 -5.993466e-03
4282          Comcast 29/09/2017      38.48 -1.715177e-02  1.299376e-03
4283          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4284           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4285             Ford 29/09/2017      11.97 -8.354219e-04 -1.670844e-03
4286          easyJet 29/09/2017       1217 -1.314708e-02  4.930156e-03
4287           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4288           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4289           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4290           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4291           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4292            Cisco 29/09/2017      33.63 -8.325899e-03 -4.460303e-03
4293            Apple 29/09/2017     154.12 -5.450298e-03  7.137296e-04
4294           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4295          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4296             Ford 29/09/2017      11.97 -8.354219e-04 -1.670844e-03
4297           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4298          Ryanair 29/09/2017      16.27  6.760910e-03  5.224339e-02
4299   salesforce.com 29/09/2017      93.42 -8.777564e-03 -2.247913e-03
4300          Ryanair 29/09/2017      16.27  6.760910e-03  5.224339e-02
4301              SAP 29/09/2017     92.434 -4.024493e-03 -5.993466e-03
4302       McDonald's 29/09/2017     156.68  5.169773e-03 -1.678581e-02
4303          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4304             Ford 29/09/2017      11.97 -8.354219e-04 -1.670844e-03
4305       McDonald's 29/09/2017     156.68  5.169773e-03 -1.678581e-02
4306             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4307          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4308          Walmart 29/09/2017      78.14  1.036601e-02  1.471717e-02
4309            Intel 29/09/2017      38.08 -6.565126e-03 -1.418067e-02
4310           adidas 29/09/2017    191.373 -1.611513e-02 -1.660109e-02
4311           Nissan 29/09/2017     1114.5  8.972633e-04  1.256169e-02
4312             Nike 29/09/2017      51.85  1.504339e-02  1.581485e-02
4313          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4314            Apple 29/09/2017     154.12 -5.450298e-03  7.137296e-04
4315              CBS 29/09/2017         58 -1.862069e-02  3.620690e-03
4316        Kellogg's 29/09/2017      62.37  7.054674e-03  1.074234e-02
4317             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4318              CBS 29/09/2017         58 -1.862069e-02  3.620690e-03
4319          TMobile 29/09/2017      61.66  4.216672e-03  1.183912e-02
4320   salesforce.com 29/09/2017      93.42 -8.777564e-03 -2.247913e-03
4321          Verizon 29/09/2017      49.49 -1.616488e-03  4.041220e-04
4322          Ryanair 29/09/2017      16.27  6.760910e-03  5.224339e-02
4323          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4324           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4325               HP 29/09/2017      19.96  5.010020e-04 -4.509018e-03
4326        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4327        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4328           Kroger 29/09/2017      20.06  9.970090e-03  8.474576e-03
4329          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4330           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4331        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4332        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4333             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4334           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4335           adidas 29/09/2017    191.373 -1.611513e-02 -1.660109e-02
4336             Nike 29/09/2017      51.85  1.504339e-02  1.581485e-02
4337             Sony 29/09/2017       4186 -1.576684e-02 -2.675585e-02
4338         Facebook 29/09/2017     170.87 -1.252414e-02 -1.866916e-02
4339             Nike 29/09/2017      51.85  1.504339e-02  1.581485e-02
4340          Walmart 29/09/2017      78.14  1.036601e-02  1.471717e-02
4341        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4342             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4343             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4344           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4345          Ryanair 29/09/2017      16.27  6.760910e-03  5.224339e-02
4346   salesforce.com 29/09/2017      93.42 -8.777564e-03 -2.247913e-03
4347        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4348          Ryanair 29/09/2017      16.27  6.760910e-03  5.224339e-02
4349           PayPal 29/09/2017      64.03 -1.561768e-03 -1.093238e-02
4350           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4351             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4352             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4353           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4354        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4355          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4356             ASOS 29/09/2017       5955  1.225861e-02 -2.099076e-02
4357           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4358             Nike 29/09/2017      51.85  1.504339e-02  1.581485e-02
4359             ASOS 29/09/2017       5955  1.225861e-02 -2.099076e-02
4360          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4361              IBM 29/09/2017     145.08  3.997794e-03  3.997794e-03
4362          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4363         JPMorgan 29/09/2017      95.51 -1.361114e-03 -3.455136e-03
4364            Intel 29/09/2017      38.08 -6.565126e-03 -1.418067e-02
4365           Nestle 29/09/2017       81.1 -6.165228e-04  5.548705e-03
4366         JPMorgan 29/09/2017      95.51 -1.361114e-03 -3.455136e-03
4367       CVS Health 29/09/2017      81.32 -7.378259e-04  1.844565e-03
4368             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4369          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4370          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4371             AT&T 29/09/2017      39.17 -3.318866e-03 -1.021190e-02
4372          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4373           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4374         Facebook 29/09/2017     170.87 -1.252414e-02 -1.866916e-02
4375           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4376             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4377        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4378           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4379           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4380          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4381            Cisco 29/09/2017      33.63 -8.325899e-03 -4.460303e-03
4382        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4383             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4384             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4385           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4386           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4387           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4388          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4389           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4390          TMobile 29/09/2017      61.66  4.216672e-03  1.183912e-02
4391       McDonald's 29/09/2017     156.68  5.169773e-03 -1.678581e-02
4392         Burberry 29/09/2017       1760 -1.534091e-02  1.136364e-03
4393          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4394          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4395             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4396           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4397         Facebook 29/09/2017     170.87 -1.252414e-02 -1.866916e-02
4398          Comcast 29/09/2017      38.48 -1.715177e-02  1.299376e-03
4399          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4400            Adobe 29/09/2017     149.18 -1.575278e-02 -1.843411e-02
4401          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4402           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4403        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4404          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4405          TMobile 29/09/2017      61.66  4.216672e-03  1.183912e-02
4406          TMobile 29/09/2017      61.66  4.216672e-03  1.183912e-02
4407          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4408          Walmart 29/09/2017      78.14  1.036601e-02  1.471717e-02
4409             Nike 29/09/2017      51.85  1.504339e-02  1.581485e-02
4410          Walmart 29/09/2017      78.14  1.036601e-02  1.471717e-02
4411             Ford 29/09/2017      11.97 -8.354219e-04 -1.670844e-03
4412             ASOS 29/09/2017       5955  1.225861e-02 -2.099076e-02
4413             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4414           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4415           Disney 29/09/2017      98.57 -5.275439e-03  6.797200e-03
4416              CBS 29/09/2017         58 -1.862069e-02  3.620690e-03
4417           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4418         Facebook 29/09/2017     170.87 -1.252414e-02 -1.866916e-02
4419          Walmart 29/09/2017      78.14  1.036601e-02  1.471717e-02
4420           Costco 29/09/2017     164.29 -2.373851e-03  7.912837e-04
4421           Disney 29/09/2017      98.57 -5.275439e-03  6.797200e-03
4422          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4423          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4424            Adobe 29/09/2017     149.18 -1.575278e-02 -1.843411e-02
4425           Disney 29/09/2017      98.57 -5.275439e-03  6.797200e-03
4426          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4427             Nike 29/09/2017      51.85  1.504339e-02  1.581485e-02
4428          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4429           Disney 29/09/2017      98.57 -5.275439e-03  6.797200e-03
4430       McDonald's 29/09/2017     156.68  5.169773e-03 -1.678581e-02
4431           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4432             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4433        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4434       McDonald's 29/09/2017     156.68  5.169773e-03 -1.678581e-02
4435             Ford 29/09/2017      11.97 -8.354219e-04 -1.670844e-03
4436             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4437             Nike 29/09/2017      51.85  1.504339e-02  1.581485e-02
4438             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4439             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4440         Facebook 29/09/2017     170.87 -1.252414e-02 -1.866916e-02
4441           Disney 29/09/2017      98.57 -5.275439e-03  6.797200e-03
4442       McDonald's 29/09/2017     156.68  5.169773e-03 -1.678581e-02
4443         Facebook 29/09/2017     170.87 -1.252414e-02 -1.866916e-02
4444             Nike 29/09/2017      51.85  1.504339e-02  1.581485e-02
4445          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4446          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4447           Disney 29/09/2017      98.57 -5.275439e-03  6.797200e-03
4448         CocaCola 29/09/2017      45.01 -2.221729e-03 -8.220395e-03
4449           Toyota 29/09/2017       6710  8.792846e-03  5.663189e-03
4450            Cisco 29/09/2017      33.63 -8.325899e-03 -4.460303e-03
4451        Microsoft 29/09/2017      74.49 -8.323265e-03 -8.591757e-03
4452             Nike 29/09/2017      51.85  1.504339e-02  1.581485e-02
4453             Ford 29/09/2017      11.97 -8.354219e-04 -1.670844e-03
4454         CocaCola 29/09/2017      45.01 -2.221729e-03 -8.220395e-03
4455          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4456           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4457        Microsoft 29/09/2017      74.49 -8.323265e-03 -8.591757e-03
4458          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4459        Microsoft 29/09/2017      74.49 -8.323265e-03 -8.591757e-03
4460          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4461        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4462            Apple 29/09/2017     154.12 -5.450298e-03  7.137296e-04
4463             Ford 29/09/2017      11.97 -8.354219e-04 -1.670844e-03
4464           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4465           Disney 29/09/2017      98.57 -5.275439e-03  6.797200e-03
4466             Ford 29/09/2017      11.97 -8.354219e-04 -1.670844e-03
4467           Disney 29/09/2017      98.57 -5.275439e-03  6.797200e-03
4468           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4469       McDonald's 29/09/2017     156.68  5.169773e-03 -1.678581e-02
4470         Facebook 29/09/2017     170.87 -1.252414e-02 -1.866916e-02
4471             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4472          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4473           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4474        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4475           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4476             Nike 29/09/2017      51.85  1.504339e-02  1.581485e-02
4477            Tesco 29/09/2017     187.15 -1.122095e-02  2.671654e-04
4478          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4479           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4480           Disney 29/09/2017      98.57 -5.275439e-03  6.797200e-03
4481             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4482           Disney 29/09/2017      98.57 -5.275439e-03  6.797200e-03
4483             Visa 29/09/2017     105.24 -6.271380e-03 -1.282782e-02
4484      TripAdvisor 29/09/2017      40.53 -1.727116e-03  3.478905e-02
4485          TMobile 29/09/2017      61.66  4.216672e-03  1.183912e-02
4486           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4487           Disney 29/09/2017      98.57 -5.275439e-03  6.797200e-03
4488             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4489             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4490          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4491          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4492           Nestle 29/09/2017       81.1 -6.165228e-04  5.548705e-03
4493           Viacom 29/09/2017       36.7  1.362398e-03  1.634877e-02
4494           Toyota 29/09/2017       6710  8.792846e-03  5.663189e-03
4495          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4496         Facebook 29/09/2017     170.87 -1.252414e-02 -1.866916e-02
4497          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4498            Adobe 29/09/2017     149.18 -1.575278e-02 -1.843411e-02
4499              CBS 29/09/2017         58 -1.862069e-02  3.620690e-03
4500        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4501 American Express 29/09/2017      90.46 -3.537475e-03 -1.072297e-02
4502             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4503             Nike 29/09/2017      51.85  1.504339e-02  1.581485e-02
4504             ASOS 29/09/2017       5955  1.225861e-02 -2.099076e-02
4505           Disney 29/09/2017      98.57 -5.275439e-03  6.797200e-03
4506          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4507   Morgan Stanley 29/09/2017      48.17 -4.151962e-04 -2.075981e-03
4508          Ryanair 29/09/2017      16.27  6.760910e-03  5.224339e-02
4509          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4510           Disney 29/09/2017      98.57 -5.275439e-03  6.797200e-03
4511         CocaCola 29/09/2017      45.01 -2.221729e-03 -8.220395e-03
4512           Disney 29/09/2017      98.57 -5.275439e-03  6.797200e-03
4513          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4514          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4515           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4516          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4517           PayPal 29/09/2017      64.03 -1.561768e-03 -1.093238e-02
4518           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4519        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4520        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4521            Adobe 29/09/2017     149.18 -1.575278e-02 -1.843411e-02
4522            Pepsi 29/09/2017     111.43  1.884591e-03 -2.961500e-03
4523          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4524              CBS 29/09/2017         58 -1.862069e-02  3.620690e-03
4525       McDonald's 29/09/2017     156.68  5.169773e-03 -1.678581e-02
4526       McDonald's 29/09/2017     156.68  5.169773e-03 -1.678581e-02
4527          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4528           Nissan 29/09/2017     1114.5  8.972633e-04  1.256169e-02
4529        Microsoft 29/09/2017      74.49 -8.323265e-03 -8.591757e-03
4530          TMobile 29/09/2017      61.66  4.216672e-03  1.183912e-02
4531         Facebook 29/09/2017     170.87 -1.252414e-02 -1.866916e-02
4532         CocaCola 29/09/2017      45.01 -2.221729e-03 -8.220395e-03
4533            Apple 29/09/2017     154.12 -5.450298e-03  7.137296e-04
4534          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4535           Disney 29/09/2017      98.57 -5.275439e-03  6.797200e-03
4536       McDonald's 29/09/2017     156.68  5.169773e-03 -1.678581e-02
4537             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4538           Disney 29/09/2017      98.57 -5.275439e-03  6.797200e-03
4539          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4540           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4541         Facebook 29/09/2017     170.87 -1.252414e-02 -1.866916e-02
4542         Facebook 29/09/2017     170.87 -1.252414e-02 -1.866916e-02
4543           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4544             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4545             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4546           Nestle 29/09/2017       81.1 -6.165228e-04  5.548705e-03
4547          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4548             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4549             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4550          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4551          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4552         Facebook 29/09/2017     170.87 -1.252414e-02 -1.866916e-02
4553           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4554           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4555         Facebook 29/09/2017     170.87 -1.252414e-02 -1.866916e-02
4556          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4557          Netflix 29/09/2017     181.35 -3.584229e-03  3.418803e-03
4558             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4559             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4560           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4561        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4562           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4563           Google 29/09/2017     973.72 -9.150474e-03 -1.419299e-02
4564          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4565        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4566            Cisco 29/09/2017      33.63 -8.325899e-03 -4.460303e-03
4567          Ryanair 29/09/2017      16.27  6.760910e-03  5.224339e-02
4568          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4569         Heineken 29/09/2017      83.65 -6.933652e-03 -8.846384e-03
4570        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4571             AT&T 29/09/2017      39.17 -3.318866e-03 -1.021190e-02
4572        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4573           Amazon 29/09/2017     961.35 -5.149009e-03 -1.090134e-02
4574          Verizon 29/09/2017      49.49 -1.616488e-03  4.041220e-04
4575          Reuters 29/09/2017    50.5342 -5.449775e-03  2.398376e-03
4576             eBay 29/09/2017      38.46 -1.898076e-02 -1.066043e-02
4577        Starbucks 29/09/2017      53.71  1.470862e-02  2.383169e-02
4578              CBS 29/09/2017         58 -1.862069e-02  3.620690e-03
4579             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4580        Starbucks 30/09/2017      53.71  0.000000e+00  1.470862e-02
4581          Reuters 30/09/2017    50.5342  0.000000e+00 -5.449775e-03
4582             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4583          Hyundai 30/09/2017     150500  0.000000e+00 -2.325581e-02
4584             Nike 30/09/2017      51.85  0.000000e+00  1.504339e-02
4585             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4586             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4587             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4588             AT&T 30/09/2017      39.17  0.000000e+00 -3.318866e-03
4589             Nike 30/09/2017      51.85  0.000000e+00  1.504339e-02
4590        Starbucks 30/09/2017      53.71  0.000000e+00  1.470862e-02
4591       McDonald's 30/09/2017     156.68  0.000000e+00  5.169773e-03
4592             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4593       McDonald's 30/09/2017     156.68  0.000000e+00  5.169773e-03
4594        Starbucks 30/09/2017      53.71  0.000000e+00  1.470862e-02
4595          Netflix 30/09/2017     181.35  0.000000e+00 -3.584229e-03
4596         Facebook 30/09/2017     170.87  0.000000e+00 -1.252414e-02
4597           Google 30/09/2017     973.72  0.000000e+00 -9.150474e-03
4598          Groupon 30/09/2017        5.2  0.000000e+00 -3.846154e-02
4599          Walmart 30/09/2017      78.14  0.000000e+00  1.036601e-02
4600            Adobe 30/09/2017     149.18  0.000000e+00 -1.575278e-02
4601        Starbucks 30/09/2017      53.71  0.000000e+00  1.470862e-02
4602       McDonald's 30/09/2017     156.68  0.000000e+00  5.169773e-03
4603         Facebook 30/09/2017     170.87  0.000000e+00 -1.252414e-02
4604           Toyota 30/09/2017       6710  0.000000e+00  8.792846e-03
4605              IBM 30/09/2017     145.08  0.000000e+00  3.997794e-03
4606            Pepsi 30/09/2017     111.43  0.000000e+00  1.884591e-03
4607             Ford 30/09/2017      11.97  0.000000e+00 -8.354219e-04
4608             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4609           Google 30/09/2017     973.72  0.000000e+00 -9.150474e-03
4610             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4611          Reuters 30/09/2017    50.5342  0.000000e+00 -5.449775e-03
4612          Reuters 30/09/2017    50.5342  0.000000e+00 -5.449775e-03
4613         CocaCola 30/09/2017      45.01  0.000000e+00 -2.221729e-03
4614          Verizon 30/09/2017      49.49  0.000000e+00 -1.616488e-03
4615          Reuters 30/09/2017    50.5342  0.000000e+00 -5.449775e-03
4616           adidas 30/09/2017    191.373  0.000000e+00 -1.611513e-02
4617          Reuters 30/09/2017    50.5342  0.000000e+00 -5.449775e-03
4618          Reuters 30/09/2017    50.5342  0.000000e+00 -5.449775e-03
4619          Netflix 30/09/2017     181.35  0.000000e+00 -3.584229e-03
4620           Google 30/09/2017     973.72  0.000000e+00 -9.150474e-03
4621             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4622             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4623           Disney 30/09/2017      98.57  0.000000e+00 -5.275439e-03
4624           Amazon 30/09/2017     961.35  0.000000e+00 -5.149009e-03
4625          Reuters 30/09/2017    50.5342  0.000000e+00 -5.449775e-03
4626             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4627             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4628             Ford 30/09/2017      11.97  0.000000e+00 -8.354219e-04
4629           Amazon 30/09/2017     961.35  0.000000e+00 -5.149009e-03
4630             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4631             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4632           Disney 30/09/2017      98.57  0.000000e+00 -5.275439e-03
4633             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4634             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4635              CBS 30/09/2017         58  0.000000e+00 -1.862069e-02
4636          Netflix 30/09/2017     181.35  0.000000e+00 -3.584229e-03
4637             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4638          TMobile 30/09/2017      61.66  0.000000e+00  4.216672e-03
4639             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4640             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4641             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4642              CBS 30/09/2017         58  0.000000e+00 -1.862069e-02
4643        Starbucks 30/09/2017      53.71  0.000000e+00  1.470862e-02
4644           Amazon 30/09/2017     961.35  0.000000e+00 -5.149009e-03
4645              CBS 30/09/2017         58  0.000000e+00 -1.862069e-02
4646           Amazon 30/09/2017     961.35  0.000000e+00 -5.149009e-03
4647          Verizon 30/09/2017      49.49  0.000000e+00 -1.616488e-03
4648             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4649          Netflix 30/09/2017     181.35  0.000000e+00 -3.584229e-03
4650        Starbucks 30/09/2017      53.71  0.000000e+00  1.470862e-02
4651          Netflix 30/09/2017     181.35  0.000000e+00 -3.584229e-03
4652         CocaCola 30/09/2017      45.01  0.000000e+00 -2.221729e-03
4653            Adobe 30/09/2017     149.18  0.000000e+00 -1.575278e-02
4654            Apple 30/09/2017     154.12  0.000000e+00 -5.450298e-03
4655         CocaCola 30/09/2017      45.01  0.000000e+00 -2.221729e-03
4656         CocaCola 30/09/2017      45.01  0.000000e+00 -2.221729e-03
4657          Walmart 30/09/2017      78.14  0.000000e+00  1.036601e-02
4658         CocaCola 30/09/2017      45.01  0.000000e+00 -2.221729e-03
4659         CocaCola 30/09/2017      45.01  0.000000e+00 -2.221729e-03
4660         CocaCola 30/09/2017      45.01  0.000000e+00 -2.221729e-03
4661         CocaCola 30/09/2017      45.01  0.000000e+00 -2.221729e-03
4662          Reuters 30/09/2017    50.5342  0.000000e+00 -5.449775e-03
4663             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4664         CocaCola 30/09/2017      45.01  0.000000e+00 -2.221729e-03
4665            Pepsi 30/09/2017     111.43  0.000000e+00  1.884591e-03
4666         CocaCola 30/09/2017      45.01  0.000000e+00 -2.221729e-03
4667              SAP 30/09/2017     92.434  0.000000e+00 -4.024493e-03
4668          Reuters 30/09/2017    50.5342  0.000000e+00 -5.449775e-03
4669            Intel 30/09/2017      38.08  0.000000e+00 -6.565126e-03
4670              UPS 30/09/2017     120.09  0.000000e+00 -3.997002e-03
4671             Visa 30/09/2017     105.24  0.000000e+00 -6.271380e-03
4672          Reuters 30/09/2017    50.5342  0.000000e+00 -5.449775e-03
4673         CocaCola 30/09/2017      45.01  0.000000e+00 -2.221729e-03
4674         CocaCola 30/09/2017      45.01  0.000000e+00 -2.221729e-03
4675         CocaCola 30/09/2017      45.01  0.000000e+00 -2.221729e-03
4676         CocaCola 30/09/2017      45.01  0.000000e+00 -2.221729e-03
4677         CocaCola 30/09/2017      45.01  0.000000e+00 -2.221729e-03
4678           Amazon 30/09/2017     961.35  0.000000e+00 -5.149009e-03
4679            Apple 30/09/2017     154.12  0.000000e+00 -5.450298e-03
4680          Reuters 30/09/2017    50.5342  0.000000e+00 -5.449775e-03
4681             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4682        Starbucks 30/09/2017      53.71  0.000000e+00  1.470862e-02
4683           Amazon 30/09/2017     961.35  0.000000e+00 -5.149009e-03
4684             Visa 30/09/2017     105.24  0.000000e+00 -6.271380e-03
4685               BP 30/09/2017      477.3  0.000000e+00 -2.618898e-03
4686             eBay 30/09/2017      38.46  0.000000e+00 -1.898076e-02
4687         Facebook 30/09/2017     170.87  0.000000e+00 -1.252414e-02
4688          Netflix 30/09/2017     181.35  0.000000e+00 -3.584229e-03
4689          Netflix 30/09/2017     181.35  0.000000e+00 -3.584229e-03
4690          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4691        Microsoft 31/10/2017      83.18  8.535706e-03  7.573936e-03
4692              H&M 31/10/2017      25.24  2.614897e-02  2.218700e-02
4693       McDonald's 31/10/2017     166.91 -4.074052e-03 -9.106704e-03
4694          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4695             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
4696          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4697             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4698          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4699    Goldman Sachs 31/10/2017     242.48 -6.557242e-03 -3.175520e-03
4700             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
4701              CBS 31/10/2017      56.12  0.000000e+00  1.122594e-02
4702           Toyota 31/10/2017       6990  1.244635e-02  1.187411e-02
4703            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
4704          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4705          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4706          Comcast 31/10/2017      36.03  1.304468e-02  2.109353e-02
4707            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
4708          Samsung 31/10/2017      55080 -1.888163e-02 -3.631082e-02
4709           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4710          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4711           Nestle 31/10/2017       83.9 -1.311085e-02 -1.489869e-02
4712              CBS 31/10/2017      56.12  0.000000e+00  1.122594e-02
4713             AT&T 31/10/2017      33.65 -3.268945e-03  9.509658e-03
4714             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
4715       McDonald's 31/10/2017     166.91 -4.074052e-03 -9.106704e-03
4716          Ryanair 31/10/2017      16.82 -6.004756e-02 -6.539834e-02
4717           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
4718           PayPal 31/10/2017      72.56 -1.943219e-02 -2.067255e-02
4719           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4720            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
4721           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
4722           adidas 31/10/2017     191.49 -2.992323e-03 -1.430884e-03
4723          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4724            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
4725           adidas 31/10/2017     191.49 -2.992323e-03 -1.430884e-03
4726           adidas 31/10/2017     191.49 -2.992323e-03 -1.430884e-03
4727          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4728            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
4729          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4730           Nestle 31/10/2017       83.9 -1.311085e-02 -1.489869e-02
4731              IBM 31/10/2017     154.06  1.947293e-03 -2.466571e-03
4732          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4733            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
4734          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4735             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
4736          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4737         Burberry 31/10/2017       1902  1.051525e-02  1.366982e-02
4738               BP 31/10/2017      510.2 -1.685613e-02 -2.410819e-02
4739           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
4740          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4741          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4742              CBS 31/10/2017      56.12  0.000000e+00  1.122594e-02
4743          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4744          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4745           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
4746            Tesco 31/10/2017      181.4  2.756340e-03  2.260198e-02
4747              H&M 31/10/2017      25.24  2.614897e-02  2.218700e-02
4748          Ryanair 31/10/2017      16.82 -6.004756e-02 -6.539834e-02
4749           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
4750            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
4751              CBS 31/10/2017      56.12  0.000000e+00  1.122594e-02
4752            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
4753          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4754          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4755           Oracle 31/10/2017       50.9 -4.322200e-03 -3.929273e-04
4756          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4757               HP 31/10/2017      21.55 -7.424594e-03 -2.320186e-03
4758          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4759          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4760             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4761          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4762             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4763           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4764             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4765             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4766              H&M 31/10/2017      25.24  2.614897e-02  2.218700e-02
4767              BMW 31/10/2017      87.79 -6.025743e-03 -7.210388e-03
4768          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4769            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
4770           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
4771              SAP 31/10/2017      97.86 -4.261189e-03  4.966278e-03
4772           adidas 31/10/2017     191.49 -2.992323e-03 -1.430884e-03
4773          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4774           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4775             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4776          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4777          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4778          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4779          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4780           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4781           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4782          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4783         Burberry 31/10/2017       1902  1.051525e-02  1.366982e-02
4784          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4785           PayPal 31/10/2017      72.56 -1.943219e-02 -2.067255e-02
4786          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4787           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4788          Samsung 31/10/2017      55080 -1.888163e-02 -3.631082e-02
4789           adidas 31/10/2017     191.49 -2.992323e-03 -1.430884e-03
4790           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4791          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4792           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4793               BP 31/10/2017      510.2 -1.685613e-02 -2.410819e-02
4794              H&M 31/10/2017      25.24  2.614897e-02  2.218700e-02
4795          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4796            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
4797           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4798           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4799           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4800             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4801           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4802           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4803           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4804            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
4805        Starbucks 31/10/2017      54.84  6.017505e-03  7.293946e-04
4806             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4807           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4808          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4809           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4810          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4811          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4812           Oracle 31/10/2017       50.9 -4.322200e-03 -3.929273e-04
4813          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4814          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4815           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4816          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4817          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4818          Allianz 31/10/2017     200.13 -5.316544e-03 -2.833158e-03
4819           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4820             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4821           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4822          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4823           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4824           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4825           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
4826           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4827        Starbucks 31/10/2017      54.84  6.017505e-03  7.293946e-04
4828           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4829           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4830          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4831         Facebook 31/10/2017     180.06 -1.055204e-03 -1.210708e-02
4832           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
4833           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4834           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4835           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4836          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4837          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4838           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4839           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4840           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4841          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4842          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4843           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4844             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4845         Facebook 31/10/2017     180.06 -1.055204e-03 -1.210708e-02
4846              H&M 31/10/2017      25.24  2.614897e-02  2.218700e-02
4847          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4848        Starbucks 31/10/2017      54.84  6.017505e-03  7.293946e-04
4849          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4850              H&M 31/10/2017      25.24  2.614897e-02  2.218700e-02
4851           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4852           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
4853          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4854           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
4855              H&M 31/10/2017      25.24  2.614897e-02  2.218700e-02
4856              H&M 31/10/2017      25.24  2.614897e-02  2.218700e-02
4857           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
4858          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4859           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4860         Burberry 31/10/2017       1902  1.051525e-02  1.366982e-02
4861              H&M 31/10/2017      25.24  2.614897e-02  2.218700e-02
4862         Facebook 31/10/2017     180.06 -1.055204e-03 -1.210708e-02
4863             AT&T 31/10/2017      33.65 -3.268945e-03  9.509658e-03
4864           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
4865           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4866             Ford 31/10/2017      12.27 -1.385493e-02 -1.711491e-02
4867          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4868           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
4869          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4870            Tesco 31/10/2017      181.4  2.756340e-03  2.260198e-02
4871              CBS 31/10/2017      56.12  0.000000e+00  1.122594e-02
4872        Starbucks 31/10/2017      54.84  6.017505e-03  7.293946e-04
4873              CBS 31/10/2017      56.12  0.000000e+00  1.122594e-02
4874            Adobe 31/10/2017     175.16  4.966887e-03  1.238867e-02
4875            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
4876             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4877             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4878          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4879             Ford 31/10/2017      12.27 -1.385493e-02 -1.711491e-02
4880        Starbucks 31/10/2017      54.84  6.017505e-03  7.293946e-04
4881             Ford 31/10/2017      12.27 -1.385493e-02 -1.711491e-02
4882          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4883           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
4884          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4885          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4886          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4887          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4888          Ryanair 31/10/2017      16.82 -6.004756e-02 -6.539834e-02
4889          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4890            FedEx 31/10/2017     225.81  8.458439e-03  2.063682e-02
4891            FedEx 31/10/2017     225.81  8.458439e-03  2.063682e-02
4892          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4893            Intel 31/10/2017      45.49 -2.462080e-02 -2.396131e-02
4894            FedEx 31/10/2017     225.81  8.458439e-03  2.063682e-02
4895             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4896            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
4897          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4898              IBM 31/10/2017     154.06  1.947293e-03 -2.466571e-03
4899         CocaCola 31/10/2017      45.98 -2.609830e-03  1.957373e-03
4900          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4901             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4902          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4903              CBS 31/10/2017      56.12  0.000000e+00  1.122594e-02
4904         Facebook 31/10/2017     180.06 -1.055204e-03 -1.210708e-02
4905            FedEx 31/10/2017     225.81  8.458439e-03  2.063682e-02
4906        Starbucks 31/10/2017      54.84  6.017505e-03  7.293946e-04
4907          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4908           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4909             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4910          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4911           Nissan 31/10/2017     1098.5  8.648157e-03  2.730997e-03
4912              H&M 31/10/2017      25.24  2.614897e-02  2.218700e-02
4913             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4914            Tesco 31/10/2017      181.4  2.756340e-03  2.260198e-02
4915          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4916            FedEx 31/10/2017     225.81  8.458439e-03  2.063682e-02
4917         Facebook 31/10/2017     180.06 -1.055204e-03 -1.210708e-02
4918          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4919             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
4920             AT&T 31/10/2017      33.65 -3.268945e-03  9.509658e-03
4921          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4922           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4923             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4924             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
4925             AT&T 31/10/2017      33.65 -3.268945e-03  9.509658e-03
4926              BMW 31/10/2017      87.79 -6.025743e-03 -7.210388e-03
4927             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4928             AT&T 31/10/2017      33.65 -3.268945e-03  9.509658e-03
4929             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4930           Nissan 31/10/2017     1098.5  8.648157e-03  2.730997e-03
4931              CBS 31/10/2017      56.12  0.000000e+00  1.122594e-02
4932             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
4933           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4934          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4935          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4936             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
4937          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4938             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
4939             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4940             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
4941             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4942            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
4943          Walmart 31/10/2017      87.31 -4.123239e-03  9.849960e-03
4944          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4945             Audi 31/10/2017        700  7.142857e-03  4.285714e-03
4946          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4947          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4948            FedEx 31/10/2017     225.81  8.458439e-03  2.063682e-02
4949            FedEx 31/10/2017     225.81  8.458439e-03  2.063682e-02
4950               BP 31/10/2017      510.2 -1.685613e-02 -2.410819e-02
4951          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4952          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4953           Nissan 31/10/2017     1098.5  8.648157e-03  2.730997e-03
4954        Starbucks 31/10/2017      54.84  6.017505e-03  7.293946e-04
4955            FedEx 31/10/2017     225.81  8.458439e-03  2.063682e-02
4956            Tesco 31/10/2017      181.4  2.756340e-03  2.260198e-02
4957             AT&T 31/10/2017      33.65 -3.268945e-03  9.509658e-03
4958             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
4959           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4960             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
4961           adidas 31/10/2017     191.49 -2.992323e-03 -1.430884e-03
4962              CBS 31/10/2017      56.12  0.000000e+00  1.122594e-02
4963           Nissan 31/10/2017     1098.5  8.648157e-03  2.730997e-03
4964          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4965            Pepsi 31/10/2017     110.23 -5.261725e-03  3.356618e-03
4966            FedEx 31/10/2017     225.81  8.458439e-03  2.063682e-02
4967            FedEx 31/10/2017     225.81  8.458439e-03  2.063682e-02
4968           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
4969          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
4970        Starbucks 31/10/2017      54.84  6.017505e-03  7.293946e-04
4971          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4972               BP 31/10/2017      510.2 -1.685613e-02 -2.410819e-02
4973           Disney 31/10/2017      97.81  2.351498e-03  5.111952e-03
4974           Disney 31/10/2017      97.81  2.351498e-03  5.111952e-03
4975           Disney 31/10/2017      97.81  2.351498e-03  5.111952e-03
4976             HSBC 31/10/2017      734.3  3.676971e-03  1.906578e-02
4977           Disney 31/10/2017      97.81  2.351498e-03  5.111952e-03
4978           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4979           Disney 31/10/2017      97.81  2.351498e-03  5.111952e-03
4980             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
4981           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
4982           Disney 31/10/2017      97.81  2.351498e-03  5.111952e-03
4983             HSBC 31/10/2017      734.3  3.676971e-03  1.906578e-02
4984            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
4985           Disney 31/10/2017      97.81  2.351498e-03  5.111952e-03
4986            FedEx 31/10/2017     225.81  8.458439e-03  2.063682e-02
4987          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
4988            Adobe 31/10/2017     175.16  4.966887e-03  1.238867e-02
4989             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4990 American Express 31/10/2017      95.52 -4.711055e-03  2.826633e-03
4991              H&M 31/10/2017      25.24  2.614897e-02  2.218700e-02
4992             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
4993          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4994           Disney 31/10/2017      97.81  2.351498e-03  5.111952e-03
4995           adidas 31/10/2017     191.49 -2.992323e-03 -1.430884e-03
4996            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
4997          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
4998           Disney 31/10/2017      97.81  2.351498e-03  5.111952e-03
4999           Nissan 31/10/2017     1098.5  8.648157e-03  2.730997e-03
5000             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
5001              H&M 31/10/2017      25.24  2.614897e-02  2.218700e-02
5002           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
5003             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5004          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
5005           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
5006              IBM 31/10/2017     154.06  1.947293e-03 -2.466571e-03
5007           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
5008              UPS 31/10/2017     117.53  4.764741e-03  2.739726e-02
5009           Disney 31/10/2017      97.81  2.351498e-03  5.111952e-03
5010        Starbucks 31/10/2017      54.84  6.017505e-03  7.293946e-04
5011             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
5012          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5013          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5014          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5015             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
5016             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
5017          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5018          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5019           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
5020          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
5021           Disney 31/10/2017      97.81  2.351498e-03  5.111952e-03
5022             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
5023         Heineken 31/10/2017      83.66 -5.498446e-03 -3.944537e-03
5024             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
5025          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5026          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5027              CBS 31/10/2017      56.12  0.000000e+00  1.122594e-02
5028              H&M 31/10/2017      25.24  2.614897e-02  2.218700e-02
5029             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
5030             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
5031             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
5032              IBM 31/10/2017     154.06  1.947293e-03 -2.466571e-03
5033          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5034           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
5035             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5036             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5037            Tesco 31/10/2017      181.4  2.756340e-03  2.260198e-02
5038           Disney 31/10/2017      97.81  2.351498e-03  5.111952e-03
5039             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
5040             Nike 31/10/2017      54.99  5.091835e-03  1.763957e-02
5041          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5042           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
5043           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
5044          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5045       Home Depot 31/10/2017     165.78 -2.835083e-03  9.410062e-03
5046         CocaCola 31/10/2017      45.98 -2.609830e-03  1.957373e-03
5047           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
5048       John Deere 31/10/2017     132.88 -4.364840e-03  2.784467e-03
5049             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5050           Disney 31/10/2017      97.81  2.351498e-03  5.111952e-03
5051              IBM 31/10/2017     154.06  1.947293e-03 -2.466571e-03
5052         Facebook 31/10/2017     180.06 -1.055204e-03 -1.210708e-02
5053          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
5054            FedEx 31/10/2017     225.81  8.458439e-03  2.063682e-02
5055          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5056             AT&T 31/10/2017      33.65 -3.268945e-03  9.509658e-03
5057             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5058              H&M 31/10/2017      25.24  2.614897e-02  2.218700e-02
5059           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
5060          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5061         Facebook 31/10/2017     180.06 -1.055204e-03 -1.210708e-02
5062          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5063            Adobe 31/10/2017     175.16  4.966887e-03  1.238867e-02
5064             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5065          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5066          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5067          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5068            FedEx 31/10/2017     225.81  8.458439e-03  2.063682e-02
5069           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
5070            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
5071             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5072          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5073       McDonald's 31/10/2017     166.91 -4.074052e-03 -9.106704e-03
5074          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
5075           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
5076    Goldman Sachs 31/10/2017     242.48 -6.557242e-03 -3.175520e-03
5077          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5078           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
5079           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
5080 American Express 31/10/2017      95.52 -4.711055e-03  2.826633e-03
5081         Facebook 31/10/2017     180.06 -1.055204e-03 -1.210708e-02
5082           Disney 31/10/2017      97.81  2.351498e-03  5.111952e-03
5083          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
5084              IBM 31/10/2017     154.06  1.947293e-03 -2.466571e-03
5085              CBS 31/10/2017      56.12  0.000000e+00  1.122594e-02
5086          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5087          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5088             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5089         Facebook 31/10/2017     180.06 -1.055204e-03 -1.210708e-02
5090          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5091          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5092           Disney 31/10/2017      97.81  2.351498e-03  5.111952e-03
5093          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5094           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
5095       McDonald's 31/10/2017     166.91 -4.074052e-03 -9.106704e-03
5096            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
5097             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5098       Home Depot 31/10/2017     165.78 -2.835083e-03  9.410062e-03
5099             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5100        Starbucks 31/10/2017      54.84  6.017505e-03  7.293946e-04
5101             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5102          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5103          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
5104          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5105            Tesco 31/10/2017      181.4  2.756340e-03  2.260198e-02
5106             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5107          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5108            FedEx 31/10/2017     225.81  8.458439e-03  2.063682e-02
5109          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
5110          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
5111            Honda 31/10/2017       3523  5.393131e-03  3.690037e-03
5112       Home Depot 31/10/2017     165.78 -2.835083e-03  9.410062e-03
5113           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
5114             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5115       Home Depot 31/10/2017     165.78 -2.835083e-03  9.410062e-03
5116             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5117          Ryanair 31/10/2017      16.82 -6.004756e-02 -6.539834e-02
5118              CBS 31/10/2017      56.12  0.000000e+00  1.122594e-02
5119          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
5120          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5121          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5122            FedEx 31/10/2017     225.81  8.458439e-03  2.063682e-02
5123              H&M 31/10/2017      25.24  2.614897e-02  2.218700e-02
5124           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
5125             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5126             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5127              CBS 31/10/2017      56.12  0.000000e+00  1.122594e-02
5128          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5129      Wells Fargo 31/10/2017      56.14 -5.165657e-03 -4.809405e-03
5130       McDonald's 31/10/2017     166.91 -4.074052e-03 -9.106704e-03
5131             Audi 31/10/2017        700  7.142857e-03  4.285714e-03
5132          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5133          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5134              CBS 31/10/2017      56.12  0.000000e+00  1.122594e-02
5135              CBS 31/10/2017      56.12  0.000000e+00  1.122594e-02
5136             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5137            Exxon 31/10/2017      83.35  2.279544e-03  4.319136e-03
5138            Tesco 31/10/2017      181.4  2.756340e-03  2.260198e-02
5139           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
5140           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
5141           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
5142          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5143            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
5144       McDonald's 31/10/2017     166.91 -4.074052e-03 -9.106704e-03
5145          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5146          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5147            Honda 31/10/2017       3523  5.393131e-03  3.690037e-03
5148             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5149           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
5150          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
5151              CBS 31/10/2017      56.12  0.000000e+00  1.122594e-02
5152            FedEx 31/10/2017     225.81  8.458439e-03  2.063682e-02
5153          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5154             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5155          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
5156          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5157          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5158          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5159       McDonald's 31/10/2017     166.91 -4.074052e-03 -9.106704e-03
5160             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5161          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5162           Nestle 31/10/2017       83.9 -1.311085e-02 -1.489869e-02
5163            Exxon 31/10/2017      83.35  2.279544e-03  4.319136e-03
5164       McDonald's 31/10/2017     166.91 -4.074052e-03 -9.106704e-03
5165           Disney 31/10/2017      97.81  2.351498e-03  5.111952e-03
5166            Pepsi 31/10/2017     110.23 -5.261725e-03  3.356618e-03
5167              CBS 31/10/2017      56.12  0.000000e+00  1.122594e-02
5168          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5169            Apple 31/10/2017     169.04 -1.372456e-02 -3.543540e-02
5170          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5171           Google 31/10/2017    1033.04  8.712151e-05  6.098505e-04
5172              H&M 31/10/2017      25.24  2.614897e-02  2.218700e-02
5173            Exxon 31/10/2017      83.35  2.279544e-03  4.319136e-03
5174          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5175          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5176       Home Depot 31/10/2017     165.78 -2.835083e-03  9.410062e-03
5177           Amazon 31/10/2017    1105.28  5.039447e-03 -3.917559e-03
5178          Netflix 31/10/2017     196.43  9.876292e-03  1.583261e-02
5179         Facebook 31/10/2017     180.06 -1.055204e-03 -1.210708e-02
5180             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5181        Starbucks 31/10/2017      54.84  6.017505e-03  7.293946e-04
5182          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5183          Reuters 31/10/2017    51.5916  3.841711e-03  3.841711e-03
5184             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5185        Kellogg's 31/10/2017      62.53 -5.853190e-02 -3.630257e-02
5186             eBay 31/10/2017      37.64 -1.700319e-02 -2.231668e-02
5187          TMobile 31/10/2017      59.77 -3.178852e-03  5.320395e-02
5188       Home Depot 31/10/2017     165.78 -2.835083e-03  9.410062e-03
5189    Goldman Sachs 31/10/2017     242.48 -6.557242e-03 -3.175520e-03
5190          Netflix 01/11/2017        198 -7.929293e-03  1.868687e-03
5191          Reuters 01/11/2017    48.7168  5.901044e-02  6.307886e-02
5192       Home Depot 01/11/2017     165.38  2.418672e-03 -4.232676e-04
5193       McDonald's 01/11/2017     166.37  3.245777e-03 -8.414979e-04
5194           Amazon 01/11/2017    1103.68  1.449696e-03  6.496448e-03
5195           Disney 01/11/2017      99.03 -1.231950e-02 -9.996971e-03
5196             eBay 01/11/2017      37.54  2.663825e-03 -1.438466e-02
5197            Cisco 01/11/2017      34.62 -1.357597e-02 -1.675332e-02
5198              CBS 01/11/2017      56.19 -1.245773e-03 -1.245773e-03
5199           Toyota 01/11/2017       7038 -6.820119e-03  5.541347e-03
5200             Audi 01/11/2017    702.964 -4.216432e-03  2.896308e-03
5201          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5202             Audi 01/11/2017    702.964 -4.216432e-03  2.896308e-03
5203          Netflix 01/11/2017        198 -7.929293e-03  1.868687e-03
5204           Amazon 01/11/2017    1103.68  1.449696e-03  6.496448e-03
5205          Netflix 01/11/2017        198 -7.929293e-03  1.868687e-03
5206          Reuters 01/11/2017    48.7168  5.901044e-02  6.307886e-02
5207           Disney 01/11/2017      99.03 -1.231950e-02 -9.996971e-03
5208          Netflix 01/11/2017        198 -7.929293e-03  1.868687e-03
5209             Ford 01/11/2017      12.35 -6.477733e-03 -2.024291e-02
5210             Audi 01/11/2017    702.964 -4.216432e-03  2.896308e-03
5211           Amazon 01/11/2017    1103.68  1.449696e-03  6.496448e-03
5212            Apple 01/11/2017     166.89  1.288274e-02 -1.018635e-03
5213             eBay 01/11/2017      37.54  2.663825e-03 -1.438466e-02
5214           Disney 01/11/2017      99.03 -1.231950e-02 -9.996971e-03
5215           Amazon 01/11/2017    1103.68  1.449696e-03  6.496448e-03
5216    Goldman Sachs 01/11/2017     244.26 -7.287317e-03 -1.379677e-02
5217          Reuters 01/11/2017    48.7168  5.901044e-02  6.307886e-02
5218             Ford 01/11/2017      12.35 -6.477733e-03 -2.024291e-02
5219          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5220          Reuters 01/11/2017    48.7168  5.901044e-02  6.307886e-02
5221           Costco 01/11/2017     162.69 -9.896121e-03 -1.512078e-02
5222           adidas 01/11/2017    187.497  2.129634e-02  1.824029e-02
5223           adidas 01/11/2017    187.497  2.129634e-02  1.824029e-02
5224           Nissan 01/11/2017       1109 -9.467989e-03 -9.017133e-04
5225           Google 01/11/2017   1042.595 -9.164632e-03 -9.078309e-03
5226           Disney 01/11/2017      99.03 -1.231950e-02 -9.996971e-03
5227          Netflix 01/11/2017        198 -7.929293e-03  1.868687e-03
5228             eBay 01/11/2017      37.54  2.663825e-03 -1.438466e-02
5229       McDonald's 01/11/2017     166.37  3.245777e-03 -8.414979e-04
5230          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5231            FedEx 01/11/2017     225.46  1.552382e-03  1.002395e-02
5232          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5233           Google 01/11/2017   1042.595 -9.164632e-03 -9.078309e-03
5234             eBay 01/11/2017      37.54  2.663825e-03 -1.438466e-02
5235             Audi 01/11/2017    702.964 -4.216432e-03  2.896308e-03
5236          Netflix 01/11/2017        198 -7.929293e-03  1.868687e-03
5237           adidas 01/11/2017    187.497  2.129634e-02  1.824029e-02
5238             AT&T 01/11/2017      33.55  2.980626e-03 -2.980626e-04
5239             eBay 01/11/2017      37.54  2.663825e-03 -1.438466e-02
5240          Reuters 01/11/2017    48.7168  5.901044e-02  6.307886e-02
5241           Disney 01/11/2017      99.03 -1.231950e-02 -9.996971e-03
5242          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5243            FedEx 01/11/2017     225.46  1.552382e-03  1.002395e-02
5244           adidas 01/11/2017    187.497  2.129634e-02  1.824029e-02
5245           adidas 01/11/2017    187.497  2.129634e-02  1.824029e-02
5246              BMW 01/11/2017      89.09 -1.459199e-02 -2.052980e-02
5247          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5248          Netflix 01/11/2017        198 -7.929293e-03  1.868687e-03
5249          Reuters 01/11/2017    48.7168  5.901044e-02  6.307886e-02
5250              CBS 01/11/2017      56.19 -1.245773e-03 -1.245773e-03
5251          Reuters 01/11/2017    48.7168  5.901044e-02  6.307886e-02
5252            FedEx 01/11/2017     225.46  1.552382e-03  1.002395e-02
5253             AT&T 01/11/2017      33.55  2.980626e-03 -2.980626e-04
5254          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5255             Audi 01/11/2017    702.964 -4.216432e-03  2.896308e-03
5256             eBay 01/11/2017      37.54  2.663825e-03 -1.438466e-02
5257              H&M 01/11/2017      25.24  0.000000e+00  2.614897e-02
5258             eBay 01/11/2017      37.54  2.663825e-03 -1.438466e-02
5259          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5260          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5261          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5262             eBay 01/11/2017      37.54  2.663825e-03 -1.438466e-02
5263          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5264          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5265           Disney 01/11/2017      99.03 -1.231950e-02 -9.996971e-03
5266          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5267          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5268          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5269          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5270       McDonald's 01/11/2017     166.37  3.245777e-03 -8.414979e-04
5271           Google 01/11/2017   1042.595 -9.164632e-03 -9.078309e-03
5272          Reuters 01/11/2017    48.7168  5.901044e-02  6.307886e-02
5273           Amazon 01/11/2017    1103.68  1.449696e-03  6.496448e-03
5274          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5275            FedEx 01/11/2017     225.46  1.552382e-03  1.002395e-02
5276           Disney 01/11/2017      99.03 -1.231950e-02 -9.996971e-03
5277          Netflix 01/11/2017        198 -7.929293e-03  1.868687e-03
5278          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5279              UPS 01/11/2017     117.46  5.959476e-04  5.363528e-03
5280          Reuters 01/11/2017    48.7168  5.901044e-02  6.307886e-02
5281          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5282             eBay 01/11/2017      37.54  2.663825e-03 -1.438466e-02
5283          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5284             eBay 01/11/2017      37.54  2.663825e-03 -1.438466e-02
5285          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5286             Next 01/11/2017       4471  1.006486e-01  1.069112e-01
5287          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5288          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5289          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5290          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5291          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5292         Facebook 01/11/2017     182.66 -1.423410e-02 -1.527428e-02
5293             eBay 01/11/2017      37.54  2.663825e-03 -1.438466e-02
5294          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5295          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5296           Google 01/11/2017   1042.595 -9.164632e-03 -9.078309e-03
5297          Reuters 01/11/2017    48.7168  5.901044e-02  6.307886e-02
5298          Netflix 01/11/2017        198 -7.929293e-03  1.868687e-03
5299          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5300          TMobile 01/11/2017      59.75  3.347280e-04 -2.845188e-03
5301           Amazon 01/11/2017    1103.68  1.449696e-03  6.496448e-03
5302           Google 01/11/2017   1042.595 -9.164632e-03 -9.078309e-03
5303             eBay 01/11/2017      37.54  2.663825e-03 -1.438466e-02
5304       Home Depot 01/11/2017     165.38  2.418672e-03 -4.232676e-04
5305           Google 01/11/2017   1042.595 -9.164632e-03 -9.078309e-03
5306             eBay 01/11/2017      37.54  2.663825e-03 -1.438466e-02
5307          Verizon 01/11/2017      47.83  8.362952e-04  0.000000e+00
5308            FedEx 01/11/2017     225.46  1.552382e-03  1.002395e-02
5309             Sony 01/11/2017       4918 -1.026840e-01 -1.236275e-01
5310             eBay 01/11/2017      37.54  2.663825e-03 -1.438466e-02
5311            Pepsi 01/11/2017     110.13  9.080178e-04 -4.358485e-03
5312           Google 01/11/2017   1042.595 -9.164632e-03 -9.078309e-03
5313  Bank of America 01/11/2017      27.53 -5.085361e-03  2.542681e-03
5314        Microsoft 01/11/2017      83.18  0.000000e+00  8.535706e-03
5315            Apple 01/11/2017     166.89  1.288274e-02 -1.018635e-03
5316            Tesco 01/11/2017     178.45  1.653124e-02  1.933315e-02
5317              CBS 01/11/2017      56.19 -1.245773e-03 -1.245773e-03
5318          Reuters 01/11/2017    48.7168  5.901044e-02  6.307886e-02
5319             eBay 01/11/2017      37.54  2.663825e-03 -1.438466e-02
5320              CBS 01/11/2017      56.19 -1.245773e-03 -1.245773e-03
5321          Samsung 01/11/2017      57220 -3.739951e-02 -5.557497e-02
5322          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5323           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5324           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5325          Netflix 30/11/2017     187.58  3.038703e-03  6.184028e-02
5326            FedEx 30/11/2017     231.46 -2.389182e-02 -5.594919e-02
5327           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5328              CBS 30/11/2017      56.06  8.562255e-03 -2.318944e-02
5329          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5330          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5331             ASOS 30/11/2017       6060  9.900990e-03 -1.485149e-03
5332          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5333           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5334          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5335          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5336          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5337          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5338           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5339           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5340          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5341           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5342              H&M 30/11/2017     23.234  0.000000e+00 -6.197814e-03
5343              CBS 30/11/2017      56.06  8.562255e-03 -2.318944e-02
5344             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5345           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5346             Audi 30/11/2017        727 -3.707015e-02 -2.187070e-02
5347            Adobe 30/11/2017     181.47 -2.545875e-02  2.165647e-02
5348          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5349           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5350             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5351          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5352         Burberry 30/11/2017       1716  4.662005e-03  1.340326e-02
5353           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5354            Apple 30/11/2017     171.85 -1.379110e-02  7.099214e-03
5355          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5356              UPS 30/11/2017     121.45 -1.984356e-02 -5.154385e-02
5357          Netflix 30/11/2017     187.58  3.038703e-03  6.184028e-02
5358           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5359          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5360          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5361          Ryanair 30/11/2017      17.61  2.839296e-03 -5.110733e-03
5362          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5363             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5364             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5365          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5366            Apple 30/11/2017     171.85 -1.379110e-02  7.099214e-03
5367          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5368          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5369          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5370              CBS 30/11/2017      56.06  8.562255e-03 -2.318944e-02
5371          L'Oreal 30/11/2017   224.1603  0.000000e+00 -1.521367e-02
5372        Starbucks 30/11/2017      57.82 -5.361467e-03 -2.006226e-02
5373         Facebook 30/11/2017     177.18 -1.157015e-02  2.957444e-02
5374          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5375              UPS 30/11/2017     121.45 -1.984356e-02 -5.154385e-02
5376          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5377          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5378   Morgan Stanley 30/11/2017      51.61 -5.619066e-03 -2.344507e-02
5379           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5380          Samsung 30/11/2017      50800  3.543307e-02  4.881890e-02
5381          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5382         Facebook 30/11/2017     177.18 -1.157015e-02  2.957444e-02
5383             Next 30/11/2017       4477  5.807460e-03 -3.640831e-02
5384              CBS 30/11/2017      56.06  8.562255e-03 -2.318944e-02
5385           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5386             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5387               BP 30/11/2017      489.1  1.104069e-02  2.514823e-02
5388         Burberry 30/11/2017       1716  4.662005e-03  1.340326e-02
5389          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5390   Morgan Stanley 30/11/2017      51.61 -5.619066e-03 -2.344507e-02
5391             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5392             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5393             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5394             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5395             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5396            Apple 30/11/2017     171.85 -1.379110e-02  7.099214e-03
5397        Starbucks 30/11/2017      57.82 -5.361467e-03 -2.006226e-02
5398          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5399             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5400             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5401          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5402             Sony 30/11/2017       5201  2.326476e-02  2.518746e-02
5403        Microsoft 30/11/2017      84.17 -9.860996e-03  8.435309e-03
5404    Goldman Sachs 30/11/2017     247.64 -2.535939e-02 -3.323373e-02
5405    Goldman Sachs 30/11/2017     247.64 -2.535939e-02 -3.323373e-02
5406              CBS 30/11/2017      56.06  8.562255e-03 -2.318944e-02
5407         Burberry 30/11/2017       1716  4.662005e-03  1.340326e-02
5408           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5409           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5410           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5411          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5412          Ryanair 30/11/2017      17.61  2.839296e-03 -5.110733e-03
5413          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5414          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5415             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5416          Samsung 30/11/2017      50800  3.543307e-02  4.881890e-02
5417          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5418           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5419             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5420            Apple 30/11/2017     171.85 -1.379110e-02  7.099214e-03
5421           adidas 30/11/2017    175.717  8.974658e-03  1.954848e-02
5422          easyJet 30/11/2017       1406  7.112376e-04  2.133713e-03
5423           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5424          Ryanair 30/11/2017      17.61  2.839296e-03 -5.110733e-03
5425           adidas 30/11/2017    175.717  8.974658e-03  1.954848e-02
5426           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5427          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5428           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5429              UPS 30/11/2017     121.45 -1.984356e-02 -5.154385e-02
5430          Netflix 30/11/2017     187.58  3.038703e-03  6.184028e-02
5431             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5432         Gillette 30/11/2017     6388.5 -3.232371e-03 -1.331298e-02
5433            Tesco 30/11/2017     194.05  2.035558e-02  5.926308e-03
5434           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5435          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5436          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5437           Viacom 30/11/2017      34.05  2.936858e-03 -3.377386e-02
5438             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5439        Starbucks 30/11/2017      57.82 -5.361467e-03 -2.006226e-02
5440          Ryanair 30/11/2017      17.61  2.839296e-03 -5.110733e-03
5441          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5442              CBS 30/11/2017      56.06  8.562255e-03 -2.318944e-02
5443          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5444          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5445           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5446          Ryanair 30/11/2017      17.61  2.839296e-03 -5.110733e-03
5447          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5448          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5449           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5450          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5451      Wells Fargo 30/11/2017      56.47  3.718789e-03 -1.593767e-02
5452         Facebook 30/11/2017     177.18 -1.157015e-02  2.957444e-02
5453            Apple 30/11/2017     171.85 -1.379110e-02  7.099214e-03
5454         Burberry 30/11/2017       1716  4.662005e-03  1.340326e-02
5455        Starbucks 30/11/2017      57.82 -5.361467e-03 -2.006226e-02
5456          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5457           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5458           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5459        Microsoft 30/11/2017      84.17 -9.860996e-03  8.435309e-03
5460          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5461          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5462          TMobile 30/11/2017      61.07  1.244474e-02  5.076142e-03
5463             Audi 30/11/2017        727 -3.707015e-02 -2.187070e-02
5464            Exxon 30/11/2017      83.29 -1.224637e-02 -1.945011e-02
5465       Mastercard 30/11/2017     150.47 -1.408919e-02  2.472254e-02
5466            Bayer 30/11/2017     105.79  5.595992e-03  1.119198e-02
5467          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5468           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5469           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5470           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5471          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5472          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5473  Bank of America 30/11/2017      28.17  3.904863e-03 -1.881434e-02
5474          Netflix 30/11/2017     187.58  3.038703e-03  6.184028e-02
5475          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5476          Ryanair 30/11/2017      17.61  2.839296e-03 -5.110733e-03
5477             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5478           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5479            Apple 30/11/2017     171.85 -1.379110e-02  7.099214e-03
5480          Verizon 30/11/2017      50.89 -1.945372e-02 -4.067597e-02
5481             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5482          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5483           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5484           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5485           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5486          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5487           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5488              H&M 30/11/2017     23.234  0.000000e+00 -6.197814e-03
5489          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5490            Bayer 30/11/2017     105.79  5.595992e-03  1.119198e-02
5491              UPS 30/11/2017     121.45 -1.984356e-02 -5.154385e-02
5492           adidas 30/11/2017    175.717  8.974658e-03  1.954848e-02
5493        Kellogg's 30/11/2017      66.16  9.673519e-03 -3.325272e-03
5494              UPS 30/11/2017     121.45 -1.984356e-02 -5.154385e-02
5495          L'Oreal 30/11/2017   224.1603  0.000000e+00 -1.521367e-02
5496           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5497             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5498            Tesco 30/11/2017     194.05  2.035558e-02  5.926308e-03
5499           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5500           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5501             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5502         Facebook 30/11/2017     177.18 -1.157015e-02  2.957444e-02
5503          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5504          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5505          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5506             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5507          Netflix 30/11/2017     187.58  3.038703e-03  6.184028e-02
5508          Ryanair 30/11/2017      17.61  2.839296e-03 -5.110733e-03
5509          TMobile 30/11/2017      61.07  1.244474e-02  5.076142e-03
5510             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5511          Walmart 30/11/2017      97.23  3.394014e-03 -4.731050e-03
5512           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5513           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5514          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5515          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5516             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5517           Toyota 30/11/2017       7044  1.135718e-03 -8.517888e-04
5518          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5519        Microsoft 30/11/2017      84.17 -9.860996e-03  8.435309e-03
5520           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5521          Ryanair 30/11/2017      17.61  2.839296e-03 -5.110733e-03
5522           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5523           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5524          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5525             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5526       McDonald's 30/11/2017     171.97 -8.955050e-03 -3.663430e-03
5527          Walmart 30/11/2017      97.23  3.394014e-03 -4.731050e-03
5528           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5529         Burberry 30/11/2017       1716  4.662005e-03  1.340326e-02
5530          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5531          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5532       McDonald's 30/11/2017     171.97 -8.955050e-03 -3.663430e-03
5533           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5534          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5535          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5536             Sony 30/11/2017       5201  2.326476e-02  2.518746e-02
5537              H&M 30/11/2017     23.234  0.000000e+00 -6.197814e-03
5538             AT&T 30/11/2017      36.38  2.748763e-03 -2.638813e-02
5539        Microsoft 30/11/2017      84.17 -9.860996e-03  8.435309e-03
5540            Pepsi 30/11/2017     116.52  2.746310e-03  2.145554e-03
5541 American Express 30/11/2017      97.71 -1.136015e-02 -2.486951e-02
5542          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5543          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5544          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5545          TMobile 30/11/2017      61.07  1.244474e-02  5.076142e-03
5546        Starbucks 30/11/2017      57.82 -5.361467e-03 -2.006226e-02
5547          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5548          Netflix 30/11/2017     187.58  3.038703e-03  6.184028e-02
5549             Next 30/11/2017       4477  5.807460e-03 -3.640831e-02
5550           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5551             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5552          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5553          Netflix 30/11/2017     187.58  3.038703e-03  6.184028e-02
5554          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5555              UPS 30/11/2017     121.45 -1.984356e-02 -5.154385e-02
5556             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5557          Ryanair 30/11/2017      17.61  2.839296e-03 -5.110733e-03
5558          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5559        Microsoft 30/11/2017      84.17 -9.860996e-03  8.435309e-03
5560            Apple 30/11/2017     171.85 -1.379110e-02  7.099214e-03
5561           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5562              IBM 30/11/2017     153.97 -2.727804e-03 -9.742158e-03
5563          Ryanair 30/11/2017      17.61  2.839296e-03 -5.110733e-03
5564           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5565         Facebook 30/11/2017     177.18 -1.157015e-02  2.957444e-02
5566          Expedia 30/11/2017      122.5 -3.918367e-03  2.595918e-02
5567        Starbucks 30/11/2017      57.82 -5.361467e-03 -2.006226e-02
5568           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5569            Intel 30/11/2017      44.84 -1.984835e-02 -2.453167e-03
5570          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5571           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5572         Heineken 30/11/2017      85.59 -1.168361e-03  2.336722e-04
5573          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5574          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5575             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5576           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5577          TMobile 30/11/2017      61.07  1.244474e-02  5.076142e-03
5578             ASOS 30/11/2017       6060  9.900990e-03 -1.485149e-03
5579          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5580          Netflix 30/11/2017     187.58  3.038703e-03  6.184028e-02
5581          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5582       McDonald's 30/11/2017     171.97 -8.955050e-03 -3.663430e-03
5583              UPS 30/11/2017     121.45 -1.984356e-02 -5.154385e-02
5584          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5585          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5586           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5587          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5588             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5589           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5590              UPS 30/11/2017     121.45 -1.984356e-02 -5.154385e-02
5591             Next 30/11/2017       4477  5.807460e-03 -3.640831e-02
5592           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5593          TMobile 30/11/2017      61.07  1.244474e-02  5.076142e-03
5594           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5595        Microsoft 30/11/2017      84.17 -9.860996e-03  8.435309e-03
5596          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5597          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5598          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5599             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5600        Microsoft 30/11/2017      84.17 -9.860996e-03  8.435309e-03
5601        Microsoft 30/11/2017      84.17 -9.860996e-03  8.435309e-03
5602           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5603          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5604          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5605             Next 30/11/2017       4477  5.807460e-03 -3.640831e-02
5606            Intel 30/11/2017      44.84 -1.984835e-02 -2.453167e-03
5607             BASF 30/11/2017     94.281 -6.257889e-03  4.136570e-04
5608            Apple 30/11/2017     171.85 -1.379110e-02  7.099214e-03
5609             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5610           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5611          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5612               BP 30/11/2017      489.1  1.104069e-02  2.514823e-02
5613              UPS 30/11/2017     121.45 -1.984356e-02 -5.154385e-02
5614           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5615        Microsoft 30/11/2017      84.17 -9.860996e-03  8.435309e-03
5616          Netflix 30/11/2017     187.58  3.038703e-03  6.184028e-02
5617             Audi 30/11/2017        727 -3.707015e-02 -2.187070e-02
5618          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5619              UPS 30/11/2017     121.45 -1.984356e-02 -5.154385e-02
5620           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5621          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5622          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5623           PayPal 30/11/2017      75.73 -3.274792e-02  2.720190e-02
5624          Walmart 30/11/2017      97.23  3.394014e-03 -4.731050e-03
5625          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5626          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5627          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5628          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5629             Audi 30/11/2017        727 -3.707015e-02 -2.187070e-02
5630      Wells Fargo 30/11/2017      56.47  3.718789e-03 -1.593767e-02
5631           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5632            Apple 30/11/2017     171.85 -1.379110e-02  7.099214e-03
5633           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5634             Nike 30/11/2017      60.42 -9.930487e-04 -1.390268e-02
5635           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5636            FedEx 30/11/2017     231.46 -2.389182e-02 -5.594919e-02
5637            Yahoo 30/11/2017       4.54  2.202643e-02  2.185022e-02
5638           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5639              IBM 30/11/2017     153.97 -2.727804e-03 -9.742158e-03
5640          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5641           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5642           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5643          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5644             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5645             Nike 30/11/2017      60.42 -9.930487e-04 -1.390268e-02
5646             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5647           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5648           Toyota 30/11/2017       7044  1.135718e-03 -8.517888e-04
5649             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5650             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5651           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5652            FedEx 30/11/2017     231.46 -2.389182e-02 -5.594919e-02
5653            Cisco 30/11/2017       37.3  4.825737e-03  1.152815e-02
5654  Bank of America 30/11/2017      28.17  3.904863e-03 -1.881434e-02
5655       McDonald's 30/11/2017     171.97 -8.955050e-03 -3.663430e-03
5656            Cisco 30/11/2017       37.3  4.825737e-03  1.152815e-02
5657           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5658             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5659             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5660           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5661          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5662          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5663           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5664           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5665            Apple 30/11/2017     171.85 -1.379110e-02  7.099214e-03
5666              SAP 30/11/2017     95.082  1.451379e-03  2.396878e-02
5667              UPS 30/11/2017     121.45 -1.984356e-02 -5.154385e-02
5668          TMobile 30/11/2017      61.07  1.244474e-02  5.076142e-03
5669          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5670           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5671             Audi 30/11/2017        727 -3.707015e-02 -2.187070e-02
5672           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5673          Walmart 30/11/2017      97.23  3.394014e-03 -4.731050e-03
5674           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5675          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5676        Microsoft 30/11/2017      84.17 -9.860996e-03  8.435309e-03
5677          Walmart 30/11/2017      97.23  3.394014e-03 -4.731050e-03
5678          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5679          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5680           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5681          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5682        Starbucks 30/11/2017      57.82 -5.361467e-03 -2.006226e-02
5683          Walmart 30/11/2017      97.23  3.394014e-03 -4.731050e-03
5684          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5685           Disney 30/11/2017     104.82  4.006869e-03 -1.345163e-02
5686            Tesco 30/11/2017     194.05  2.035558e-02  5.926308e-03
5687          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5688           Google 30/11/2017    1036.17  1.167762e-03  2.617331e-02
5689          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5690          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5691          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5692          Netflix 30/11/2017     187.58  3.038703e-03  6.184028e-02
5693             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5694          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5695          Walmart 30/11/2017      97.23  3.394014e-03 -4.731050e-03
5696           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5697              UPS 30/11/2017     121.45 -1.984356e-02 -5.154385e-02
5698          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5699         Facebook 30/11/2017     177.18 -1.157015e-02  2.957444e-02
5700       McDonald's 30/11/2017     171.97 -8.955050e-03 -3.663430e-03
5701          Walmart 30/11/2017      97.23  3.394014e-03 -4.731050e-03
5702          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5703          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5704              UPS 30/11/2017     121.45 -1.984356e-02 -5.154385e-02
5705          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5706   Morgan Stanley 30/11/2017      51.61 -5.619066e-03 -2.344507e-02
5707              UPS 30/11/2017     121.45 -1.984356e-02 -5.154385e-02
5708              CBS 30/11/2017      56.06  8.562255e-03 -2.318944e-02
5709             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5710 General Electric 30/11/2017    17.5813  1.038604e-02  6.558104e-03
5711        Microsoft 30/11/2017      84.17 -9.860996e-03  8.435309e-03
5712    Goldman Sachs 30/11/2017     247.64 -2.535939e-02 -3.323373e-02
5713          Walmart 30/11/2017      97.23  3.394014e-03 -4.731050e-03
5714             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5715          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5716          Walmart 30/11/2017      97.23  3.394014e-03 -4.731050e-03
5717          Walmart 30/11/2017      97.23  3.394014e-03 -4.731050e-03
5718              UPS 30/11/2017     121.45 -1.984356e-02 -5.154385e-02
5719          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5720         Burberry 30/11/2017       1716  4.662005e-03  1.340326e-02
5721          Walmart 30/11/2017      97.23  3.394014e-03 -4.731050e-03
5722           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5723          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5724          Ryanair 30/11/2017      17.61  2.839296e-03 -5.110733e-03
5725              UPS 30/11/2017     121.45 -1.984356e-02 -5.154385e-02
5726              UPS 30/11/2017     121.45 -1.984356e-02 -5.154385e-02
5727          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5728          Comcast 30/11/2017      37.54 -9.323388e-03 -3.436335e-02
5729          Walmart 30/11/2017      97.23  3.394014e-03 -4.731050e-03
5730          Walmart 30/11/2017      97.23  3.394014e-03 -4.731050e-03
5731           Toyota 30/11/2017       7044  1.135718e-03 -8.517888e-04
5732           Amazon 30/11/2017    1176.75 -1.315488e-02  1.431910e-02
5733        Microsoft 30/11/2017      84.17 -9.860996e-03  8.435309e-03
5734             eBay 30/11/2017      34.67 -8.364580e-03  2.394001e-02
5735          Reuters 30/11/2017    48.5406  5.444927e-03  1.225366e-02
5736           Disney 01/12/2017     105.25 -4.085511e-03 -9.501188e-05
5737            FedEx 01/12/2017     230.84  2.685843e-03 -2.127014e-02
5738          TMobile 01/12/2017       60.9  2.791461e-03  1.527094e-02
5739            Adobe 01/12/2017     179.52  1.086230e-02 -1.487299e-02
5740          Walmart 01/12/2017      97.35 -1.232666e-03  2.157165e-03
5741          Walmart 01/12/2017      97.35 -1.232666e-03  2.157165e-03
5742          Walmart 01/12/2017      97.35 -1.232666e-03  2.157165e-03
5743              IBM 01/12/2017     154.76 -5.104678e-03 -7.818558e-03
5744        Starbucks 01/12/2017      57.32  8.722959e-03  3.314724e-03
5745          Reuters 01/12/2017    49.0583 -1.055275e-02 -5.165283e-03
5746           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5747          Walmart 01/12/2017      97.35 -1.232666e-03  2.157165e-03
5748           Kroger 01/12/2017      25.67  7.401636e-03 -5.025321e-02
5749          Samsung 01/12/2017      50840 -7.867821e-04  3.461841e-02
5750             eBay 01/12/2017       35.2 -1.505682e-02 -2.329545e-02
5751           Disney 01/12/2017     105.25 -4.085511e-03 -9.501188e-05
5752             eBay 01/12/2017       35.2 -1.505682e-02 -2.329545e-02
5753       Home Depot 01/12/2017     180.42 -3.325574e-03 -1.757011e-02
5754        Starbucks 01/12/2017      57.32  8.722959e-03  3.314724e-03
5755           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5756           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5757          Reuters 01/12/2017    49.0583 -1.055275e-02 -5.165283e-03
5758           Amazon 01/12/2017    1162.35  1.238870e-02 -9.291521e-04
5759            FedEx 01/12/2017     230.84  2.685843e-03 -2.127014e-02
5760            FedEx 01/12/2017     230.84  2.685843e-03 -2.127014e-02
5761        Starbucks 01/12/2017      57.32  8.722959e-03  3.314724e-03
5762          Walmart 01/12/2017      97.35 -1.232666e-03  2.157165e-03
5763             eBay 01/12/2017       35.2 -1.505682e-02 -2.329545e-02
5764           Amazon 01/12/2017    1162.35  1.238870e-02 -9.291521e-04
5765          Walmart 01/12/2017      97.35 -1.232666e-03  2.157165e-03
5766              UPS 01/12/2017     120.31  9.475522e-03 -1.055606e-02
5767         CocaCola 01/12/2017      45.97 -4.350663e-03 -1.022406e-02
5768          Walmart 01/12/2017      97.35 -1.232666e-03  2.157165e-03
5769             AT&T 01/12/2017       36.5 -3.287671e-03 -5.479452e-04
5770       John Deere 01/12/2017     149.94 -5.335468e-04 -1.000400e-02
5771          TMobile 01/12/2017       60.9  2.791461e-03  1.527094e-02
5772          Comcast 01/12/2017      38.43 -2.315899e-02 -3.226646e-02
5773          Comcast 01/12/2017      38.43 -2.315899e-02 -3.226646e-02
5774 General Electric 01/12/2017    17.1872  2.292985e-02  3.355404e-02
5775           Amazon 01/12/2017    1162.35  1.238870e-02 -9.291521e-04
5776           Disney 01/12/2017     105.25 -4.085511e-03 -9.501188e-05
5777           Amazon 01/12/2017    1162.35  1.238870e-02 -9.291521e-04
5778          Netflix 01/12/2017     186.82  4.068087e-03  7.119152e-03
5779          Walmart 01/12/2017      97.35 -1.232666e-03  2.157165e-03
5780             Ford 01/12/2017      12.58 -4.769475e-03 -1.589825e-03
5781          Comcast 01/12/2017      38.43 -2.315899e-02 -3.226646e-02
5782          Walmart 01/12/2017      97.35 -1.232666e-03  2.157165e-03
5783          Walmart 01/12/2017      97.35 -1.232666e-03  2.157165e-03
5784          Netflix 01/12/2017     186.82  4.068087e-03  7.119152e-03
5785          Netflix 01/12/2017     186.82  4.068087e-03  7.119152e-03
5786             eBay 01/12/2017       35.2 -1.505682e-02 -2.329545e-02
5787          TMobile 01/12/2017       60.9  2.791461e-03  1.527094e-02
5788          Comcast 01/12/2017      38.43 -2.315899e-02 -3.226646e-02
5789       McDonald's 01/12/2017     172.87 -5.206224e-03 -1.411465e-02
5790         Burberry 01/12/2017       1703  7.633588e-03  1.233118e-02
5791           Amazon 01/12/2017    1162.35  1.238870e-02 -9.291521e-04
5792            FedEx 01/12/2017     230.84  2.685843e-03 -2.127014e-02
5793         Burberry 01/12/2017       1703  7.633588e-03  1.233118e-02
5794         Burberry 01/12/2017       1703  7.633588e-03  1.233118e-02
5795         Burberry 01/12/2017       1703  7.633588e-03  1.233118e-02
5796      Wells Fargo 01/12/2017       56.2  4.804270e-03  8.540925e-03
5797         Burberry 01/12/2017       1703  7.633588e-03  1.233118e-02
5798        Starbucks 01/12/2017      57.32  8.722959e-03  3.314724e-03
5799             Audi 01/12/2017     717.55  1.316981e-02 -2.438854e-02
5800           PayPal 01/12/2017       75.3  5.710491e-03 -2.722444e-02
5801            Intel 01/12/2017      44.68  3.581021e-03 -1.633841e-02
5802          TMobile 01/12/2017       60.9  2.791461e-03  1.527094e-02
5803          Walmart 01/12/2017      97.35 -1.232666e-03  2.157165e-03
5804         Burberry 01/12/2017       1703  7.633588e-03  1.233118e-02
5805           Amazon 01/12/2017    1162.35  1.238870e-02 -9.291521e-04
5806          Netflix 01/12/2017     186.82  4.068087e-03  7.119152e-03
5807              CBS 01/12/2017      57.11 -1.838557e-02 -9.980739e-03
5808            Pepsi 01/12/2017     116.78 -2.226409e-03  5.137866e-04
5809         Facebook 01/12/2017      175.1  1.187893e-02  1.713307e-04
5810        Starbucks 01/12/2017      57.32  8.722959e-03  3.314724e-03
5811          Verizon 01/12/2017      51.25 -7.024390e-03 -2.634146e-02
5812          Comcast 01/12/2017      38.43 -2.315899e-02 -3.226646e-02
5813           Amazon 01/12/2017    1162.35  1.238870e-02 -9.291521e-04
5814          Comcast 01/12/2017      38.43 -2.315899e-02 -3.226646e-02
5815             eBay 01/12/2017       35.2 -1.505682e-02 -2.329545e-02
5816             eBay 01/12/2017       35.2 -1.505682e-02 -2.329545e-02
5817          TMobile 01/12/2017       60.9  2.791461e-03  1.527094e-02
5818          TMobile 01/12/2017       60.9  2.791461e-03  1.527094e-02
5819             eBay 01/12/2017       35.2 -1.505682e-02 -2.329545e-02
5820             HSBC 01/12/2017      729.8  5.755001e-03  1.836119e-02
5821             eBay 01/12/2017       35.2 -1.505682e-02 -2.329545e-02
5822        Starbucks 01/12/2017      57.32  8.722959e-03  3.314724e-03
5823         Facebook 01/12/2017      175.1  1.187893e-02  1.713307e-04
5824          Comcast 01/12/2017      38.43 -2.315899e-02 -3.226646e-02
5825           Amazon 01/12/2017    1162.35  1.238870e-02 -9.291521e-04
5826          Netflix 01/12/2017     186.82  4.068087e-03  7.119152e-03
5827           Amazon 01/12/2017    1162.35  1.238870e-02 -9.291521e-04
5828 American Express 01/12/2017      97.86 -1.532802e-03 -1.287554e-02
5829           Amazon 01/12/2017    1162.35  1.238870e-02 -9.291521e-04
5830        Microsoft 01/12/2017      84.26 -1.068122e-03 -1.091859e-02
5831            Apple 01/12/2017     171.05  4.676995e-03 -9.178603e-03
5832            Bayer 01/12/2017    104.898  8.503499e-03  1.414708e-02
5833         Burberry 01/12/2017       1703  7.633588e-03  1.233118e-02
5834             Audi 01/12/2017     717.55  1.316981e-02 -2.438854e-02
5835         Facebook 01/12/2017      175.1  1.187893e-02  1.713307e-04
5836             eBay 01/12/2017       35.2 -1.505682e-02 -2.329545e-02
5837          Walmart 01/12/2017      97.35 -1.232666e-03  2.157165e-03
5838           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5839           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5840           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5841             Audi 01/12/2017     717.55  1.316981e-02 -2.438854e-02
5842           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5843           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5844          Walmart 01/12/2017      97.35 -1.232666e-03  2.157165e-03
5845           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5846           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5847              UPS 01/12/2017     120.31  9.475522e-03 -1.055606e-02
5848             Audi 01/12/2017     717.55  1.316981e-02 -2.438854e-02
5849           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5850          Reuters 01/12/2017    49.0583 -1.055275e-02 -5.165283e-03
5851             eBay 01/12/2017       35.2 -1.505682e-02 -2.329545e-02
5852           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5853          Comcast 01/12/2017      38.43 -2.315899e-02 -3.226646e-02
5854           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5855           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5856           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5857        Starbucks 01/12/2017      57.32  8.722959e-03  3.314724e-03
5858           Amazon 01/12/2017    1162.35  1.238870e-02 -9.291521e-04
5859             eBay 01/12/2017       35.2 -1.505682e-02 -2.329545e-02
5860          Netflix 01/12/2017     186.82  4.068087e-03  7.119152e-03
5861             Audi 01/12/2017     717.55  1.316981e-02 -2.438854e-02
5862         Burberry 01/12/2017       1703  7.633588e-03  1.233118e-02
5863          Comcast 01/12/2017      38.43 -2.315899e-02 -3.226646e-02
5864         Burberry 01/12/2017       1703  7.633588e-03  1.233118e-02
5865        Microsoft 01/12/2017      84.26 -1.068122e-03 -1.091859e-02
5866         Burberry 01/12/2017       1703  7.633588e-03  1.233118e-02
5867           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5868          Reuters 01/12/2017    49.0583 -1.055275e-02 -5.165283e-03
5869          Comcast 01/12/2017      38.43 -2.315899e-02 -3.226646e-02
5870           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5871             Audi 01/12/2017     717.55  1.316981e-02 -2.438854e-02
5872          Walmart 01/12/2017      97.35 -1.232666e-03  2.157165e-03
5873              UPS 01/12/2017     120.31  9.475522e-03 -1.055606e-02
5874           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5875            Apple 01/12/2017     171.05  4.676995e-03 -9.178603e-03
5876            Apple 01/12/2017     171.05  4.676995e-03 -9.178603e-03
5877            Apple 01/12/2017     171.05  4.676995e-03 -9.178603e-03
5878              UPS 01/12/2017     120.31  9.475522e-03 -1.055606e-02
5879             Audi 01/12/2017     717.55  1.316981e-02 -2.438854e-02
5880             Audi 01/12/2017     717.55  1.316981e-02 -2.438854e-02
5881             Audi 01/12/2017     717.55  1.316981e-02 -2.438854e-02
5882             Nike 01/12/2017      59.88  9.018036e-03  8.016032e-03
5883           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5884           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5885           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5886         Facebook 01/12/2017      175.1  1.187893e-02  1.713307e-04
5887          Walmart 01/12/2017      97.35 -1.232666e-03  2.157165e-03
5888          TMobile 01/12/2017       60.9  2.791461e-03  1.527094e-02
5889         CocaCola 01/12/2017      45.97 -4.350663e-03 -1.022406e-02
5890             eBay 01/12/2017       35.2 -1.505682e-02 -2.329545e-02
5891               BP 01/12/2017        492 -5.894309e-03  5.081301e-03
5892           Pfizer 01/12/2017      36.35 -2.475928e-03 -3.851444e-03
5893          Comcast 01/12/2017      38.43 -2.315899e-02 -3.226646e-02
5894             eBay 01/12/2017       35.2 -1.505682e-02 -2.329545e-02
5895   Morgan Stanley 01/12/2017      51.95 -6.544755e-03 -1.212705e-02
5896             Audi 01/12/2017     717.55  1.316981e-02 -2.438854e-02
5897            Apple 01/12/2017     171.05  4.676995e-03 -9.178603e-03
5898        Microsoft 01/12/2017      84.26 -1.068122e-03 -1.091859e-02
5899           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5900              CBS 01/12/2017      57.11 -1.838557e-02 -9.980739e-03
5901        Starbucks 01/12/2017      57.32  8.722959e-03  3.314724e-03
5902   Morgan Stanley 01/12/2017      51.95 -6.544755e-03 -1.212705e-02
5903          Walmart 01/12/2017      97.35 -1.232666e-03  2.157165e-03
5904           Google 01/12/2017    1025.07  1.082853e-02  1.200894e-02
5905           Disney 29/12/2017     107.51  2.418380e-03  1.209190e-03
5906           Google 29/12/2017     1053.4  2.420733e-03  6.455288e-03
5907           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
5908            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
5909            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
5910           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
5911          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
5912          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
5913             AT&T 29/12/2017      38.88  7.716049e-03  2.572016e-04
5914          TMobile 29/12/2017      63.51  1.322626e-02  9.447331e-03
5915             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
5916            FedEx 29/12/2017     249.54 -4.888996e-03  1.963613e-03
5917          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
5918            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
5919            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
5920            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
5921             AT&T 29/12/2017      38.88  7.716049e-03  2.572016e-04
5922          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5923             AT&T 29/12/2017      38.88  7.716049e-03  2.572016e-04
5924             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
5925          easyJet 29/12/2017       1464 -1.571038e-02 -1.571038e-02
5926          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5927            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
5928          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5929           PayPal 29/12/2017      73.62  7.470796e-03  1.317577e-02
5930            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
5931            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
5932            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
5933           Google 29/12/2017     1053.4  2.420733e-03  6.455288e-03
5934          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5935            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
5936          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5937          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5938          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5939           Nestle 29/12/2017       83.8  1.193317e-03  2.983294e-03
5940           adidas 29/12/2017     167.15  6.174095e-03  1.510619e-02
5941          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5942          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5943           Google 29/12/2017     1053.4  2.420733e-03  6.455288e-03
5944           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
5945          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5946          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
5947          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5948             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
5949          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5950          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5951          Samsung 29/12/2017      50960  0.000000e+00 -3.139717e-02
5952             Nike 29/12/2017      62.55  6.394884e-03  6.394884e-03
5953          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
5954          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
5955           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
5956            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
5957             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
5958            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
5959        Starbucks 29/12/2017      57.43  6.616751e-03 -2.786000e-03
5960          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
5961          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5962             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
5963          Samsung 29/12/2017      50960  0.000000e+00 -3.139717e-02
5964             Nike 29/12/2017      62.55  6.394884e-03  6.394884e-03
5965           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
5966          Comcast 29/12/2017      40.05  5.992509e-03  8.988764e-03
5967             AT&T 29/12/2017      38.88  7.716049e-03  2.572016e-04
5968          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5969              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
5970              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
5971              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
5972              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
5973              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
5974              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
5975            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
5976              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
5977              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
5978              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
5979             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
5980            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
5981             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
5982         Facebook 29/12/2017     176.46  8.273830e-03  6.573728e-03
5983              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
5984         Facebook 29/12/2017     176.46  8.273830e-03  6.573728e-03
5985              BMW 29/12/2017      86.83  3.777496e-03  6.576068e-03
5986              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
5987              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
5988              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
5989          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5990              SAP 29/12/2017      93.45  6.056715e-03  1.652220e-02
5991          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5992          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5993             Ford 29/12/2017      12.49  7.205765e-03  8.006405e-04
5994          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5995             AT&T 29/12/2017      38.88  7.716049e-03  2.572016e-04
5996          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
5997              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
5998           Google 29/12/2017     1053.4  2.420733e-03  6.455288e-03
5999              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6000              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6001              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6002             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6003          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6004              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6005          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6006          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6007              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6008          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6009          Verizon 29/12/2017      52.93  9.446439e-03  6.612507e-03
6010          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6011          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6012              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6013             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6014              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6015              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6016              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6017          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6018              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6019        Starbucks 29/12/2017      57.43  6.616751e-03 -2.786000e-03
6020              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6021              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6022              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6023              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6024          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6025        Starbucks 29/12/2017      57.43  6.616751e-03 -2.786000e-03
6026            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
6027              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6028             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6029         Facebook 29/12/2017     176.46  8.273830e-03  6.573728e-03
6030             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6031          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6032             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6033              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6034              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6035         Facebook 29/12/2017     176.46  8.273830e-03  6.573728e-03
6036        Starbucks 29/12/2017      57.43  6.616751e-03 -2.786000e-03
6037              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6038              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6039              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6040              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6041           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6042          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6043          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6044              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6045             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6046              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6047              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6048           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6049          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6050              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6051          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6052          Verizon 29/12/2017      52.93  9.446439e-03  6.612507e-03
6053            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
6054              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6055              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6056          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6057              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6058         Facebook 29/12/2017     176.46  8.273830e-03  6.573728e-03
6059          Ryanair 29/12/2017      15.12 -1.256614e-02 -1.785714e-02
6060              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6061             Sony 29/12/2017       5083  1.770608e-03  7.279166e-03
6062           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6063              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6064              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6065              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6066            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
6067              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6068              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6069              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6070            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
6071          TMobile 29/12/2017      63.51  1.322626e-02  9.447331e-03
6072           Disney 29/12/2017     107.51  2.418380e-03  1.209190e-03
6073          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6074              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6075    Goldman Sachs 29/12/2017     254.76  6.829958e-03  4.671063e-03
6076           Google 29/12/2017     1053.4  2.420733e-03  6.455288e-03
6077              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6078            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
6079       McDonald's 29/12/2017     172.12  5.693702e-03  3.195445e-03
6080             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6081              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6082          Walmart 29/12/2017      98.75  6.582278e-03  5.164557e-03
6083          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6084              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6085           Nissan 29/12/2017     1123.5  8.900757e-04  3.115265e-03
6086          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6087       McDonald's 29/12/2017     172.12  5.693702e-03  3.195445e-03
6088        Starbucks 29/12/2017      57.43  6.616751e-03 -2.786000e-03
6089    Goldman Sachs 29/12/2017     254.76  6.829958e-03  4.671063e-03
6090              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6091              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6092             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6093          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6094          Samsung 29/12/2017      50960  0.000000e+00 -3.139717e-02
6095              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6096             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6097          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6098              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6099           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6100              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6101          Walmart 29/12/2017      98.75  6.582278e-03  5.164557e-03
6102           Disney 29/12/2017     107.51  2.418380e-03  1.209190e-03
6103              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6104          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6105          Samsung 29/12/2017      50960  0.000000e+00 -3.139717e-02
6106             Nike 29/12/2017      62.55  6.394884e-03  6.394884e-03
6107             Nike 29/12/2017      62.55  6.394884e-03  6.394884e-03
6108          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6109              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6110          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6111            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
6112              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6113              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6114        Starbucks 29/12/2017      57.43  6.616751e-03 -2.786000e-03
6115               HP 29/12/2017      21.01  6.663494e-03  1.237506e-02
6116             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6117          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6118              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6119              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6120           Toyota 29/12/2017       7213  1.109109e-03  8.456953e-03
6121              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6122              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6123            FedEx 29/12/2017     249.54 -4.888996e-03  1.963613e-03
6124           Google 29/12/2017     1053.4  2.420733e-03  6.455288e-03
6125            Tesco 29/12/2017     209.25 -4.062127e-03 -7.168459e-04
6126             Sony 29/12/2017       5083  1.770608e-03  7.279166e-03
6127           Google 29/12/2017     1053.4  2.420733e-03  6.455288e-03
6128           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6129              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6130           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6131              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6132              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6133           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6134              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6135    Goldman Sachs 29/12/2017     254.76  6.829958e-03  4.671063e-03
6136              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6137              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6138          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6139           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6140              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6141             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6142           PayPal 29/12/2017      73.62  7.470796e-03  1.317577e-02
6143              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6144              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6145              UPS 29/12/2017     119.15 -8.392782e-04 -5.874948e-04
6146            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
6147             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6148    Goldman Sachs 29/12/2017     254.76  6.829958e-03  4.671063e-03
6149              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6150          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6151              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6152            Tesco 29/12/2017     209.25 -4.062127e-03 -7.168459e-04
6153             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6154              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6155            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
6156            Tesco 29/12/2017     209.25 -4.062127e-03 -7.168459e-04
6157          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6158             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6159            Intel 29/12/2017      46.16  1.299827e-03 -1.083189e-03
6160          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6161              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6162              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6163         Facebook 29/12/2017     176.46  8.273830e-03  6.573728e-03
6164           Google 29/12/2017     1053.4  2.420733e-03  6.455288e-03
6165              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6166              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6167              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6168          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6169              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6170           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6171          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6172             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6173              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6174       McDonald's 29/12/2017     172.12  5.693702e-03  3.195445e-03
6175              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6176              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6177          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6178            Pepsi 29/12/2017     119.92 -4.753169e-03 -5.170113e-03
6179             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6180       McDonald's 29/12/2017     172.12  5.693702e-03  3.195445e-03
6181              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6182           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6183          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6184              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6185            Intel 29/12/2017      46.16  1.299827e-03 -1.083189e-03
6186              UPS 29/12/2017     119.15 -8.392782e-04 -5.874948e-04
6187              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6188      Wells Fargo 29/12/2017      60.67  1.038404e-02  4.615131e-03
6189        Starbucks 29/12/2017      57.43  6.616751e-03 -2.786000e-03
6190            Intel 29/12/2017      46.16  1.299827e-03 -1.083189e-03
6191           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6192          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6193              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6194           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6195          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6196              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6197           adidas 29/12/2017     167.15  6.174095e-03  1.510619e-02
6198           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6199          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6200           Google 29/12/2017     1053.4  2.420733e-03  6.455288e-03
6201           Oracle 29/12/2017      47.28  5.076142e-03  2.115059e-03
6202           Google 29/12/2017     1053.4  2.420733e-03  6.455288e-03
6203          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6204          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6205           Google 29/12/2017     1053.4  2.420733e-03  6.455288e-03
6206          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6207          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6208          Chevron 29/12/2017     125.19  3.115265e-03  2.875629e-03
6209              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6210             AT&T 29/12/2017      38.88  7.716049e-03  2.572016e-04
6211        Starbucks 29/12/2017      57.43  6.616751e-03 -2.786000e-03
6212            Bayer 29/12/2017    102.346  6.272839e-03  1.488089e-02
6213          Walmart 29/12/2017      98.75  6.582278e-03  5.164557e-03
6214             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6215          Comcast 29/12/2017      40.05  5.992509e-03  8.988764e-03
6216          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6217          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6218             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6219           Viacom 29/12/2017       34.9 -4.297994e-03 -4.297994e-03
6220       McDonald's 29/12/2017     172.12  5.693702e-03  3.195445e-03
6221          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6222           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6223          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6224              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6225          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6226            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
6227        Starbucks 29/12/2017      57.43  6.616751e-03 -2.786000e-03
6228            Adobe 29/12/2017     175.24  1.769003e-03  6.847752e-04
6229              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6230          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6231            Intel 29/12/2017      46.16  1.299827e-03 -1.083189e-03
6232          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6233       McDonald's 29/12/2017     172.12  5.693702e-03  3.195445e-03
6234             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6235              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6236          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6237          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6238              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6239              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6240              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6241              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6242           Nissan 29/12/2017     1123.5  8.900757e-04  3.115265e-03
6243       McDonald's 29/12/2017     172.12  5.693702e-03  3.195445e-03
6244           Nissan 29/12/2017     1123.5  8.900757e-04  3.115265e-03
6245          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6246          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6247      TripAdvisor 29/12/2017      34.46  1.160766e-03  2.031341e-03
6248          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6249          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6250          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6251          Comcast 29/12/2017      40.05  5.992509e-03  8.988764e-03
6252              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6253            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
6254             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6255              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6256              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6257          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6258          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6259          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6260              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6261              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6262           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6263              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6264          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6265              UPS 29/12/2017     119.15 -8.392782e-04 -5.874948e-04
6266          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6267              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6268              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6269          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6270         Facebook 29/12/2017     176.46  8.273830e-03  6.573728e-03
6271          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6272          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6273        Starbucks 29/12/2017      57.43  6.616751e-03 -2.786000e-03
6274          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6275          Samsung 29/12/2017      50960  0.000000e+00 -3.139717e-02
6276            Yahoo 29/12/2017       4.45  0.000000e+00  0.000000e+00
6277          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6278          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6279              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6280          Walmart 29/12/2017      98.75  6.582278e-03  5.164557e-03
6281            Honda 29/12/2017       3862  1.035733e-03  8.544795e-03
6282              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6283             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6284           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6285              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6286            Tesco 29/12/2017     209.25 -4.062127e-03 -7.168459e-04
6287             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6288        Starbucks 29/12/2017      57.43  6.616751e-03 -2.786000e-03
6289        Starbucks 29/12/2017      57.43  6.616751e-03 -2.786000e-03
6290          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6291           Boeing 29/12/2017     294.91  4.882846e-03  2.407514e-03
6292             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6293          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6294              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6295           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6296             AT&T 29/12/2017      38.88  7.716049e-03  2.572016e-04
6297        Starbucks 29/12/2017      57.43  6.616751e-03 -2.786000e-03
6298             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6299              H&M 29/12/2017      20.78 -1.828681e-02 -1.828681e-02
6300          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6301        Starbucks 29/12/2017      57.43  6.616751e-03 -2.786000e-03
6302            FedEx 29/12/2017     249.54 -4.888996e-03  1.963613e-03
6303              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6304              UPS 29/12/2017     119.15 -8.392782e-04 -5.874948e-04
6305            Intel 29/12/2017      46.16  1.299827e-03 -1.083189e-03
6306             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6307            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
6308   salesforce.com 29/12/2017     102.23  5.477844e-03  4.108383e-03
6309          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6310          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6311       bookingcom 29/12/2017    1737.74  1.516337e-02  1.158977e-02
6312             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6313          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6314            Apple 29/12/2017     169.23  1.093187e-02  8.095491e-03
6315             eBay 29/12/2017      37.74  4.769475e-03 -3.444621e-03
6316              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6317          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6318           Amazon 29/12/2017    1169.47  1.422012e-02  1.093658e-02
6319          Reuters 29/12/2017    48.0119 -1.147632e-03 -2.982594e-03
6320              CBS 29/12/2017         59  4.406780e-03  4.915254e-03
6321          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6322          Walmart 29/12/2017      98.75  6.582278e-03  5.164557e-03
6323           Disney 29/12/2017     107.51  2.418380e-03  1.209190e-03
6324          Comcast 29/12/2017      40.05  5.992509e-03  8.988764e-03
6325          Netflix 29/12/2017     191.96  3.907064e-03 -2.979787e-02
6326           Disney 29/12/2017     107.51  2.418380e-03  1.209190e-03
6327          Netflix 30/12/2017     191.96  0.000000e+00  3.907064e-03
6328          Reuters 30/12/2017    48.0119  0.000000e+00 -1.147632e-03
6329           Amazon 30/12/2017    1169.47  0.000000e+00  1.422012e-02
6330           adidas 30/12/2017     167.15  0.000000e+00  6.174095e-03
6331          easyJet 30/12/2017       1464  0.000000e+00 -1.571038e-02
6332          Walmart 30/12/2017      98.75  0.000000e+00  6.582278e-03
6333              CBS 30/12/2017         59  0.000000e+00  4.406780e-03
6334      Wells Fargo 30/12/2017      60.67  0.000000e+00  1.038404e-02
6335             eBay 30/12/2017      37.74  0.000000e+00  4.769475e-03
6336            Apple 30/12/2017     169.23  0.000000e+00  1.093187e-02
6337          Netflix 30/12/2017     191.96  0.000000e+00  3.907064e-03
6338    Goldman Sachs 30/12/2017     254.76  0.000000e+00  6.829958e-03
6339             eBay 30/12/2017      37.74  0.000000e+00  4.769475e-03
6340             ASOS 30/12/2017       6715  0.000000e+00 -2.218913e-02
6341            Apple 30/12/2017     169.23  0.000000e+00  1.093187e-02
6342          Reuters 30/12/2017    48.0119  0.000000e+00 -1.147632e-03
6343             eBay 30/12/2017      37.74  0.000000e+00  4.769475e-03
6344             Nike 30/12/2017      62.55  0.000000e+00  6.394884e-03
6345          Netflix 30/12/2017     191.96  0.000000e+00  3.907064e-03
6346           Disney 30/12/2017     107.51  0.000000e+00  2.418380e-03
6347             eBay 30/12/2017      37.74  0.000000e+00  4.769475e-03
6348              CBS 30/12/2017         59  0.000000e+00  4.406780e-03
6349             eBay 30/12/2017      37.74  0.000000e+00  4.769475e-03
6350          Hyundai 30/12/2017     156000  0.000000e+00  0.000000e+00
6351             eBay 30/12/2017      37.74  0.000000e+00  4.769475e-03
6352           Disney 30/12/2017     107.51  0.000000e+00  2.418380e-03
6353           Amazon 30/12/2017    1169.47  0.000000e+00  1.422012e-02
6354              CBS 30/12/2017         59  0.000000e+00  4.406780e-03
6355          Verizon 30/12/2017      52.93  0.000000e+00  9.446439e-03
6356  Bank of America 30/12/2017      29.52  0.000000e+00  9.485095e-03
6357        Starbucks 30/12/2017      57.43  0.000000e+00  6.616751e-03
6358              CBS 30/12/2017         59  0.000000e+00  4.406780e-03
6359              CBS 30/12/2017         59  0.000000e+00  4.406780e-03
6360           Boeing 30/12/2017     294.91  0.000000e+00  4.882846e-03
6361              UPS 30/12/2017     119.15  0.000000e+00 -8.392782e-04
6362            Apple 30/12/2017     169.23  0.000000e+00  1.093187e-02
6363              CBS 30/12/2017         59  0.000000e+00  4.406780e-03
6364           Amazon 30/12/2017    1169.47  0.000000e+00  1.422012e-02
6365        Starbucks 30/12/2017      57.43  0.000000e+00  6.616751e-03
6366          L'Oreal 30/12/2017      220.8  0.000000e+00 -6.068841e-03
6367           Nissan 30/12/2017     1123.5  0.000000e+00  8.900757e-04
6368            Apple 30/12/2017     169.23  0.000000e+00  1.093187e-02
6369              CBS 30/12/2017         59  0.000000e+00  4.406780e-03
6370          TMobile 30/12/2017      63.51  0.000000e+00  1.322626e-02
6371             Sony 30/12/2017       5083  0.000000e+00  1.770608e-03
6372             eBay 30/12/2017      37.74  0.000000e+00  4.769475e-03
6373          Netflix 30/12/2017     191.96  0.000000e+00  3.907064e-03
6374           Amazon 30/12/2017    1169.47  0.000000e+00  1.422012e-02
6375      Wells Fargo 30/12/2017      60.67  0.000000e+00  1.038404e-02
6376            Apple 30/12/2017     169.23  0.000000e+00  1.093187e-02
6377         Facebook 30/12/2017     176.46  0.000000e+00  8.273830e-03
6378              CBS 30/12/2017         59  0.000000e+00  4.406780e-03
6379             AT&T 30/12/2017      38.88  0.000000e+00  7.716049e-03
6380          Reuters 30/12/2017    48.0119  0.000000e+00 -1.147632e-03
6381           Disney 30/12/2017     107.51  0.000000e+00  2.418380e-03
6382              CBS 30/12/2017         59  0.000000e+00  4.406780e-03
6383         CocaCola 30/12/2017      45.88  0.000000e+00 -3.487358e-03
6384             AT&T 30/12/2017      38.88  0.000000e+00  7.716049e-03
6385          Netflix 30/12/2017     191.96  0.000000e+00  3.907064e-03
6386           Amazon 30/12/2017    1169.47  0.000000e+00  1.422012e-02
6387            Apple 30/12/2017     169.23  0.000000e+00  1.093187e-02
6388              CBS 30/12/2017         59  0.000000e+00  4.406780e-03
6389              CBS 30/12/2017         59  0.000000e+00  4.406780e-03
6390           Google 30/12/2017     1053.4  0.000000e+00  2.420733e-03
6391          Netflix 30/12/2017     191.96  0.000000e+00  3.907064e-03
6392             eBay 30/12/2017      37.74  0.000000e+00  4.769475e-03
6393           Amazon 30/12/2017    1169.47  0.000000e+00  1.422012e-02
6394           Nissan 30/12/2017     1123.5  0.000000e+00  8.900757e-04
6395             eBay 30/12/2017      37.74  0.000000e+00  4.769475e-03
6396          Netflix 30/12/2017     191.96  0.000000e+00  3.907064e-03
6397       Home Depot 30/12/2017     189.53  0.000000e+00  1.319052e-03
6398             AT&T 30/12/2017      38.88  0.000000e+00  7.716049e-03
6399             eBay 30/12/2017      37.74  0.000000e+00  4.769475e-03
6400            Apple 30/12/2017     169.23  0.000000e+00  1.093187e-02
6401             AT&T 30/12/2017      38.88  0.000000e+00  7.716049e-03
6402          Netflix 30/12/2017     191.96  0.000000e+00  3.907064e-03
6403             eBay 30/12/2017      37.74  0.000000e+00  4.769475e-03
6404             eBay 30/12/2017      37.74  0.000000e+00  4.769475e-03
6405             eBay 30/12/2017      37.74  0.000000e+00  4.769475e-03
6406             Nike 30/12/2017      62.55  0.000000e+00  6.394884e-03
6407             AT&T 30/12/2017      38.88  0.000000e+00  7.716049e-03
6408       Home Depot 30/12/2017     189.53  0.000000e+00  1.319052e-03
6409             eBay 30/12/2017      37.74  0.000000e+00  4.769475e-03
6410           Nissan 30/12/2017     1123.5  0.000000e+00  8.900757e-04
6411             AT&T 30/12/2017      38.88  0.000000e+00  7.716049e-03
6412              CBS 30/12/2017         59  0.000000e+00  4.406780e-03
6413           Google 30/12/2017     1053.4  0.000000e+00  2.420733e-03
6414          Reuters 30/12/2017    48.0119  0.000000e+00 -1.147632e-03
6415          Comcast 30/12/2017      40.05  0.000000e+00  5.992509e-03
6416          Walmart 30/12/2017      98.75  0.000000e+00  6.582278e-03
6417              CBS 30/12/2017         59  0.000000e+00  4.406780e-03
6418             Nike 30/12/2017      62.55  0.000000e+00  6.394884e-03
6419             eBay 30/12/2017      37.74  0.000000e+00  4.769475e-03
6420             AT&T 30/12/2017      38.88  0.000000e+00  7.716049e-03
6421             AT&T 30/12/2017      38.88  0.000000e+00  7.716049e-03
6422             AT&T 30/12/2017      38.88  0.000000e+00  7.716049e-03
6423            Apple 30/12/2017     169.23  0.000000e+00  1.093187e-02
6424 American Express 30/12/2017      99.31  0.000000e+00  3.927097e-03
6425         Gillette 30/12/2017     6766.9  0.000000e+00 -7.684464e-03
6426          Netflix 30/12/2017     191.96  0.000000e+00  3.907064e-03
6427          Reuters 30/12/2017    48.0119  0.000000e+00 -1.147632e-03
6428          TMobile 30/12/2017      63.51  0.000000e+00  1.322626e-02
6429    Deutsche Bank 30/12/2017      19.03  0.000000e+00  3.678403e-03
6430            Apple 30/12/2017     169.23  0.000000e+00  1.093187e-02
6431          TMobile 30/12/2017      63.51  0.000000e+00  1.322626e-02
6432           Amazon 30/12/2017    1169.47  0.000000e+00  1.422012e-02
6433             eBay 30/12/2017      37.74  0.000000e+00  4.769475e-03
6434          Walmart 30/12/2017      98.75  0.000000e+00  6.582278e-03
6435             Nike 01/10/2018      84.46  3.078380e-03  3.078380e-03
6436          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6437          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6438              H&M 01/10/2018      18.15  2.694215e-02  2.694215e-02
6439             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6440             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6441             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6442         Facebook 01/10/2018     162.44  1.243536e-02  1.243536e-02
6443          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6444             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6445           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6446             AT&T 01/10/2018      33.49  2.687369e-03  2.687369e-03
6447              H&M 01/10/2018      18.15  2.694215e-02  2.694215e-02
6448             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6449              CBS 01/10/2018      55.76  3.030846e-02  3.030846e-02
6450        Starbucks 01/10/2018      55.58  2.267003e-02  2.267003e-02
6451           PayPal 01/10/2018      87.55  3.312393e-03  3.312393e-03
6452       McDonald's 01/10/2018     166.67  3.719926e-03  3.719926e-03
6453           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6454           Disney 01/10/2018     116.24  6.022023e-03  6.022023e-03
6455        Starbucks 01/10/2018      55.58  2.267003e-02  2.267003e-02
6456             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6457          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6458          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6459            Cisco 01/10/2018      48.87 -4.501739e-03 -4.501739e-03
6460              H&M 01/10/2018      18.15  2.694215e-02  2.694215e-02
6461          Ryanair 01/10/2018      11.43  1.469816e-01  1.469816e-01
6462             AT&T 01/10/2018      33.49  2.687369e-03  2.687369e-03
6463          L'Oreal 01/10/2018      240.2  8.206495e-03  8.206495e-03
6464             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6465            Shell 01/10/2018     2648.5 -4.530867e-03 -4.530867e-03
6466             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6467      TripAdvisor 01/10/2018      51.07  0.000000e+00  0.000000e+00
6468              CBS 01/10/2018      55.76  3.030846e-02  3.030846e-02
6469          L'Oreal 01/10/2018      240.2  8.206495e-03  8.206495e-03
6470            Tesco 01/10/2018      236.7  1.309675e-02  1.309675e-02
6471          Walmart 01/10/2018       94.4 -5.190678e-03 -5.190678e-03
6472          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6473             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6474          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6475              CBS 01/10/2018      55.76  3.030846e-02  3.030846e-02
6476          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6477           Amazon 01/10/2018    2004.36 -6.785208e-04 -6.785208e-04
6478            Apple 01/10/2018     227.26 -6.688375e-03 -6.688375e-03
6479       bookingcom 01/10/2018    1989.21 -2.619130e-03 -2.619130e-03
6480              H&M 01/10/2018      18.15  2.694215e-02  2.694215e-02
6481             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6482              H&M 01/10/2018      18.15  2.694215e-02  2.694215e-02
6483           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6484          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6485             ASOS 01/10/2018       5830 -1.166381e-02 -1.166381e-02
6486           Amazon 01/10/2018    2004.36 -6.785208e-04 -6.785208e-04
6487          Ryanair 01/10/2018      11.43  1.469816e-01  1.469816e-01
6488            Tesco 01/10/2018      236.7  1.309675e-02  1.309675e-02
6489            Bayer 01/10/2018      75.99  3.684695e-03  3.684695e-03
6490             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6491            Tesco 01/10/2018      236.7  1.309675e-02  1.309675e-02
6492          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6493           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6494             Nike 01/10/2018      84.46  3.078380e-03  3.078380e-03
6495          Siemens 01/10/2018     110.22 -1.088732e-03 -1.088732e-03
6496          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6497          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6498          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6499          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6500             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6501        Microsoft 01/10/2018     115.61 -1.072572e-02 -1.072572e-02
6502          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6503               HP 01/10/2018       25.6  6.640625e-03  6.640625e-03
6504            Honda 01/10/2018       3434  1.456028e-03  1.456028e-03
6505    Deutsche Bank 01/10/2018      11.25  9.777778e-03  9.777778e-03
6506          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6507       Mastercard 01/10/2018     223.77 -5.183894e-03 -5.183894e-03
6508  Bank of America 01/10/2018      29.65 -6.408094e-03 -6.408094e-03
6509           Disney 01/10/2018     116.24  6.022023e-03  6.022023e-03
6510              H&M 01/10/2018      18.15  2.694215e-02  2.694215e-02
6511          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6512          Groupon 01/10/2018       3.87 -2.583979e-02 -2.583979e-02
6513              H&M 01/10/2018      18.15  2.694215e-02  2.694215e-02
6514             Sony 01/10/2018       6879  1.264719e-02  1.264719e-02
6515             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6516            Cisco 01/10/2018      48.87 -4.501739e-03 -4.501739e-03
6517              H&M 01/10/2018      18.15  2.694215e-02  2.694215e-02
6518         JPMorgan 01/10/2018      113.5 -5.814978e-03 -5.814978e-03
6519           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6520       McDonald's 01/10/2018     166.67  3.719926e-03  3.719926e-03
6521              UPS 01/10/2018     117.46 -6.044611e-03 -6.044611e-03
6522              H&M 01/10/2018      18.15  2.694215e-02  2.694215e-02
6523             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6524             Sony 01/10/2018       6879  1.264719e-02  1.264719e-02
6525           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6526              SAP 01/10/2018     106.36 -2.820609e-03 -2.820609e-03
6527           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6528            Cisco 01/10/2018      48.87 -4.501739e-03 -4.501739e-03
6529             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6530           Disney 01/10/2018     116.24  6.022023e-03  6.022023e-03
6531            Tesco 01/10/2018      236.7  1.309675e-02  1.309675e-02
6532       John Deere 01/10/2018     150.86 -3.513191e-03 -3.513191e-03
6533          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6534        Microsoft 01/10/2018     115.61 -1.072572e-02 -1.072572e-02
6535             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6536          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6537          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6538        Starbucks 01/10/2018      55.58  2.267003e-02  2.267003e-02
6539         Facebook 01/10/2018     162.44  1.243536e-02  1.243536e-02
6540             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6541            Cisco 01/10/2018      48.87 -4.501739e-03 -4.501739e-03
6542             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6543             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6544         Facebook 01/10/2018     162.44  1.243536e-02  1.243536e-02
6545           Amazon 01/10/2018    2004.36 -6.785208e-04 -6.785208e-04
6546       McDonald's 01/10/2018     166.67  3.719926e-03  3.719926e-03
6547          Hyundai 01/10/2018     129000  3.875969e-03  3.875969e-03
6548           Amazon 01/10/2018    2004.36 -6.785208e-04 -6.785208e-04
6549          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6550          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6551           Amazon 01/10/2018    2004.36 -6.785208e-04 -6.785208e-04
6552               BP 01/10/2018      595.3 -1.007895e-02 -1.007895e-02
6553              CBS 01/10/2018      55.76  3.030846e-02  3.030846e-02
6554             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6555          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6556          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6557            Apple 01/10/2018     227.26 -6.688375e-03 -6.688375e-03
6558       McDonald's 01/10/2018     166.67  3.719926e-03  3.719926e-03
6559            Tesco 01/10/2018      236.7  1.309675e-02  1.309675e-02
6560            Tesco 01/10/2018      236.7  1.309675e-02  1.309675e-02
6561          L'Oreal 01/10/2018      240.2  8.206495e-03  8.206495e-03
6562   salesforce.com 01/10/2018     159.86 -5.192043e-03 -5.192043e-03
6563       McDonald's 01/10/2018     166.67  3.719926e-03  3.719926e-03
6564             AT&T 01/10/2018      33.49  2.687369e-03  2.687369e-03
6565           Nissan 01/10/2018     1051.5  1.141227e-02  1.141227e-02
6566 American Express 01/10/2018      107.9 -1.306766e-02 -1.306766e-02
6567               HP 01/10/2018       25.6  6.640625e-03  6.640625e-03
6568             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6569             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6570          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6571            Intel 01/10/2018      46.45  1.808396e-02  1.808396e-02
6572         Facebook 01/10/2018     162.44  1.243536e-02  1.243536e-02
6573             AT&T 01/10/2018      33.49  2.687369e-03  2.687369e-03
6574             ASOS 01/10/2018       5830 -1.166381e-02 -1.166381e-02
6575           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6576           Amazon 01/10/2018    2004.36 -6.785208e-04 -6.785208e-04
6577          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6578          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6579          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6580           Amazon 01/10/2018    2004.36 -6.785208e-04 -6.785208e-04
6581           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6582        Microsoft 01/10/2018     115.61 -1.072572e-02 -1.072572e-02
6583           Disney 01/10/2018     116.24  6.022023e-03  6.022023e-03
6584        Starbucks 01/10/2018      55.58  2.267003e-02  2.267003e-02
6585           Amazon 01/10/2018    2004.36 -6.785208e-04 -6.785208e-04
6586       McDonald's 01/10/2018     166.67  3.719926e-03  3.719926e-03
6587             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6588          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6589            Apple 01/10/2018     227.26 -6.688375e-03 -6.688375e-03
6590             Nike 01/10/2018      84.46  3.078380e-03  3.078380e-03
6591       McDonald's 01/10/2018     166.67  3.719926e-03  3.719926e-03
6592          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6593 American Express 01/10/2018      107.9 -1.306766e-02 -1.306766e-02
6594            Intel 01/10/2018      46.45  1.808396e-02  1.808396e-02
6595             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6596               HP 01/10/2018       25.6  6.640625e-03  6.640625e-03
6597             AT&T 01/10/2018      33.49  2.687369e-03  2.687369e-03
6598           Amazon 01/10/2018    2004.36 -6.785208e-04 -6.785208e-04
6599             Nike 01/10/2018      84.46  3.078380e-03  3.078380e-03
6600             Nike 01/10/2018      84.46  3.078380e-03  3.078380e-03
6601           Disney 01/10/2018     116.24  6.022023e-03  6.022023e-03
6602           Amazon 01/10/2018    2004.36 -6.785208e-04 -6.785208e-04
6603           Toyota 01/10/2018       7060  4.957507e-03  4.957507e-03
6604        Microsoft 01/10/2018     115.61 -1.072572e-02 -1.072572e-02
6605             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6606             Ford 01/10/2018       9.32 -7.510730e-03 -7.510730e-03
6607              CBS 01/10/2018      55.76  3.030846e-02  3.030846e-02
6608           adidas 01/10/2018      213.2 -1.500938e-02 -1.500938e-02
6609           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6610            Apple 01/10/2018     227.26 -6.688375e-03 -6.688375e-03
6611          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6612        Citigroup 01/10/2018      71.93 -2.641457e-03 -2.641457e-03
6613           Amazon 01/10/2018    2004.36 -6.785208e-04 -6.785208e-04
6614             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6615          Siemens 01/10/2018     110.22 -1.088732e-03 -1.088732e-03
6616           Nissan 01/10/2018     1051.5  1.141227e-02  1.141227e-02
6617           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6618            Apple 01/10/2018     227.26 -6.688375e-03 -6.688375e-03
6619             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6620           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6621        Microsoft 01/10/2018     115.61 -1.072572e-02 -1.072572e-02
6622           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6623      Wells Fargo 01/10/2018      52.25  5.933014e-03  5.933014e-03
6624           Disney 01/10/2018     116.24  6.022023e-03  6.022023e-03
6625          Walmart 01/10/2018       94.4 -5.190678e-03 -5.190678e-03
6626       McDonald's 01/10/2018     166.67  3.719926e-03  3.719926e-03
6627          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6628             ASOS 01/10/2018       5830 -1.166381e-02 -1.166381e-02
6629              UPS 01/10/2018     117.46 -6.044611e-03 -6.044611e-03
6630          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6631           Disney 01/10/2018     116.24  6.022023e-03  6.022023e-03
6632        Starbucks 01/10/2018      55.58  2.267003e-02  2.267003e-02
6633            Apple 01/10/2018     227.26 -6.688375e-03 -6.688375e-03
6634              UPS 01/10/2018     117.46 -6.044611e-03 -6.044611e-03
6635   salesforce.com 01/10/2018     159.86 -5.192043e-03 -5.192043e-03
6636         Facebook 01/10/2018     162.44  1.243536e-02  1.243536e-02
6637       McDonald's 01/10/2018     166.67  3.719926e-03  3.719926e-03
6638           Disney 01/10/2018     116.24  6.022023e-03  6.022023e-03
6639          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6640          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6641             ASOS 01/10/2018       5830 -1.166381e-02 -1.166381e-02
6642           Disney 01/10/2018     116.24  6.022023e-03  6.022023e-03
6643         Facebook 01/10/2018     162.44  1.243536e-02  1.243536e-02
6644        Kellogg's 01/10/2018      69.89  1.860066e-03  1.860066e-03
6645              CBS 01/10/2018      55.76  3.030846e-02  3.030846e-02
6646             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6647           Amazon 01/10/2018    2004.36 -6.785208e-04 -6.785208e-04
6648      Wells Fargo 01/10/2018      52.25  5.933014e-03  5.933014e-03
6649            Apple 01/10/2018     227.26 -6.688375e-03 -6.688375e-03
6650            Adobe 01/10/2018     275.49 -2.010962e-02 -2.010962e-02
6651              IBM 01/10/2018        153 -1.169935e-02 -1.169935e-02
6652          Siemens 01/10/2018     110.22 -1.088732e-03 -1.088732e-03
6653         Facebook 01/10/2018     162.44  1.243536e-02  1.243536e-02
6654             Sony 01/10/2018       6879  1.264719e-02  1.264719e-02
6655        Santander 01/10/2018     4.2915  1.025283e-02  1.025283e-02
6656        Santander 01/10/2018     4.2915  1.025283e-02  1.025283e-02
6657           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6658        Starbucks 01/10/2018      55.58  2.267003e-02  2.267003e-02
6659            Apple 01/10/2018     227.26 -6.688375e-03 -6.688375e-03
6660              H&M 01/10/2018      18.15  2.694215e-02  2.694215e-02
6661            Adobe 01/10/2018     275.49 -2.010962e-02 -2.010962e-02
6662             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6663            Adobe 01/10/2018     275.49 -2.010962e-02 -2.010962e-02
6664          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6665          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6666             Sony 01/10/2018       6879  1.264719e-02  1.264719e-02
6667           Amazon 01/10/2018    2004.36 -6.785208e-04 -6.785208e-04
6668            Adobe 01/10/2018     275.49 -2.010962e-02 -2.010962e-02
6669           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6670          Verizon 01/10/2018      53.84 -8.358098e-03 -8.358098e-03
6671        Starbucks 01/10/2018      55.58  2.267003e-02  2.267003e-02
6672          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6673        Microsoft 01/10/2018     115.61 -1.072572e-02 -1.072572e-02
6674       CVS Health 01/10/2018       79.5 -9.811321e-03 -9.811321e-03
6675             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6676          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6677              IBM 01/10/2018        153 -1.169935e-02 -1.169935e-02
6678         Facebook 01/10/2018     162.44  1.243536e-02  1.243536e-02
6679       McDonald's 01/10/2018     166.67  3.719926e-03  3.719926e-03
6680          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6681         Facebook 01/10/2018     162.44  1.243536e-02  1.243536e-02
6682           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6683          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6684            Apple 01/10/2018     227.26 -6.688375e-03 -6.688375e-03
6685          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6686          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6687             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6688          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6689           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6690           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6691          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6692           Disney 01/10/2018     116.24  6.022023e-03  6.022023e-03
6693          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6694            FedEx 01/10/2018     239.93  3.584379e-03  3.584379e-03
6695          Walmart 01/10/2018       94.4 -5.190678e-03 -5.190678e-03
6696           Viacom 01/10/2018      35.85  1.952580e-02  1.952580e-02
6697             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6698           Amazon 01/10/2018    2004.36 -6.785208e-04 -6.785208e-04
6699          Siemens 01/10/2018     110.22 -1.088732e-03 -1.088732e-03
6700          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6701       McDonald's 01/10/2018     166.67  3.719926e-03  3.719926e-03
6702             Sony 01/10/2018       6879  1.264719e-02  1.264719e-02
6703           Amazon 01/10/2018    2004.36 -6.785208e-04 -6.785208e-04
6704           Boeing 01/10/2018     382.29 -2.717832e-02 -2.717832e-02
6705          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6706       McDonald's 01/10/2018     166.67  3.719926e-03  3.719926e-03
6707             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6708              CBS 01/10/2018      55.76  3.030846e-02  3.030846e-02
6709            Tesco 01/10/2018      236.7  1.309675e-02  1.309675e-02
6710       McDonald's 01/10/2018     166.67  3.719926e-03  3.719926e-03
6711          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6712             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6713          Netflix 01/10/2018     381.43 -1.913851e-02 -1.913851e-02
6714             ASOS 01/10/2018       5830 -1.166381e-02 -1.166381e-02
6715   Morgan Stanley 01/10/2018      46.63 -1.286725e-03 -1.286725e-03
6716        Microsoft 01/10/2018     115.61 -1.072572e-02 -1.072572e-02
6717              IBM 01/10/2018        153 -1.169935e-02 -1.169935e-02
6718              BMW 01/10/2018      78.04 -6.919528e-03 -6.919528e-03
6719             eBay 01/10/2018      32.51  1.568748e-02  1.568748e-02
6720   Morgan Stanley 01/10/2018      46.63 -1.286725e-03 -1.286725e-03
6721           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6722           Amazon 01/10/2018    2004.36 -6.785208e-04 -6.785208e-04
6723             Ford 01/10/2018       9.32 -7.510730e-03 -7.510730e-03
6724           Disney 01/10/2018     116.24  6.022023e-03  6.022023e-03
6725           Disney 01/10/2018     116.24  6.022023e-03  6.022023e-03
6726           Google 01/10/2018    1208.53 -1.199805e-03 -1.199805e-03
6727           Amazon 01/10/2018    2004.36 -6.785208e-04 -6.785208e-04
6728          Reuters 01/10/2018    49.9284  7.721057e-03  7.721057e-03
6729              CBS 01/10/2018      55.76  3.030846e-02  3.030846e-02
6730              CBS 01/10/2018      55.76  3.030846e-02  3.030846e-02
6731            Apple 02/10/2018     229.28 -8.810188e-03 -1.543964e-02
6732           Disney 02/10/2018     117.66 -1.206867e-02 -6.119327e-03
6733         Facebook 02/10/2018     159.33  1.951924e-02  3.219733e-02
6734             Sony 02/10/2018       6836  6.290228e-03  1.901697e-02
6735       McDonald's 02/10/2018     165.18  9.020463e-03  1.277394e-02
6736          Colgate 02/10/2018      67.39 -4.748479e-03 -6.529159e-03
6737         Facebook 02/10/2018     159.33  1.951924e-02  3.219733e-02
6738       McDonald's 02/10/2018     165.18  9.020463e-03  1.277394e-02
6739            Cisco 02/10/2018      49.01 -2.856560e-03 -7.345440e-03
6740         Facebook 02/10/2018     159.33  1.951924e-02  3.219733e-02
6741         Facebook 02/10/2018     159.33  1.951924e-02  3.219733e-02
6742            Apple 02/10/2018     229.28 -8.810188e-03 -1.543964e-02
6743 General Electric 02/10/2018    11.8426 -1.866989e-02 -8.360495e-02
6744           Google 02/10/2018    1207.64  7.369746e-04 -4.637144e-04
6745           Amazon 02/10/2018    1971.31  1.676550e-02  1.607560e-02
6746          Netflix 02/10/2018     377.14  1.137509e-02 -7.981121e-03
6747              CBS 02/10/2018      56.51 -1.327199e-02  1.663422e-02
6748               HP 02/10/2018      26.08 -1.840491e-02 -1.188650e-02
6749           Google 02/10/2018    1207.64  7.369746e-04 -4.637144e-04
6750          Reuters 02/10/2018    49.2786  1.318625e-02  2.100912e-02
6751             Nike 02/10/2018      82.77  2.041803e-02  2.355926e-02
6752          Reuters 02/10/2018    49.2786  1.318625e-02  2.100912e-02
6753             Nike 02/10/2018      82.77  2.041803e-02  2.355926e-02
6754            Apple 02/10/2018     229.28 -8.810188e-03 -1.543964e-02
6755         Facebook 02/10/2018     159.33  1.951924e-02  3.219733e-02
6756             eBay 02/10/2018      32.56 -1.535627e-03  1.412776e-02
6757             eBay 02/10/2018      32.56 -1.535627e-03  1.412776e-02
6758           Nissan 02/10/2018     1056.5 -4.732608e-03  6.625651e-03
6759           Google 02/10/2018    1207.64  7.369746e-04 -4.637144e-04
6760          Reuters 02/10/2018    49.2786  1.318625e-02  2.100912e-02
6761        Santander 02/10/2018     4.2595  7.512619e-03  1.784247e-02
6762           Disney 02/10/2018     117.66 -1.206867e-02 -6.119327e-03
6763           Nestle 02/10/2018      82.14 -9.739469e-04 -3.895788e-03
6764          Samsung 02/10/2018      45700  1.422319e-02  1.641138e-02
6765             Nike 02/10/2018      82.77  2.041803e-02  2.355926e-02
6766             eBay 02/10/2018      32.56 -1.535627e-03  1.412776e-02
6767             eBay 02/10/2018      32.56 -1.535627e-03  1.412776e-02
6768          Netflix 02/10/2018     377.14  1.137509e-02 -7.981121e-03
6769           adidas 02/10/2018      213.1  4.692633e-04 -1.454716e-02
6770        Kellogg's 02/10/2018      70.42 -7.526271e-03 -5.680204e-03
6771         Facebook 02/10/2018     159.33  1.951924e-02  3.219733e-02
6772             eBay 02/10/2018      32.56 -1.535627e-03  1.412776e-02
6773          Netflix 02/10/2018     377.14  1.137509e-02 -7.981121e-03
6774           Google 02/10/2018    1207.64  7.369746e-04 -4.637144e-04
6775        Starbucks 02/10/2018      55.59 -1.798885e-04  2.248606e-02
6776          Netflix 02/10/2018     377.14  1.137509e-02 -7.981121e-03
6777             eBay 02/10/2018      32.56 -1.535627e-03  1.412776e-02
6778           Google 02/10/2018    1207.64  7.369746e-04 -4.637144e-04
6779          Netflix 02/10/2018     377.14  1.137509e-02 -7.981121e-03
6780             eBay 02/10/2018      32.56 -1.535627e-03  1.412776e-02
6781           Amazon 02/10/2018    1971.31  1.676550e-02  1.607560e-02
6782         CocaCola 02/10/2018      46.51 -6.020211e-03 -6.880241e-03
6783             Sony 02/10/2018       6836  6.290228e-03  1.901697e-02
6784              CBS 02/10/2018      56.51 -1.327199e-02  1.663422e-02
6785         Facebook 02/10/2018     159.33  1.951924e-02  3.219733e-02
6786          Netflix 02/10/2018     377.14  1.137509e-02 -7.981121e-03
6787             Sony 02/10/2018       6836  6.290228e-03  1.901697e-02
6788   Morgan Stanley 02/10/2018      46.63  0.000000e+00 -1.286725e-03
6789            Apple 02/10/2018     229.28 -8.810188e-03 -1.543964e-02
6790           Boeing 02/10/2018     386.37 -1.055983e-02 -3.745115e-02
6791           Amazon 02/10/2018    1971.31  1.676550e-02  1.607560e-02
6792          Netflix 02/10/2018     377.14  1.137509e-02 -7.981121e-03
6793         CocaCola 02/10/2018      46.51 -6.020211e-03 -6.880241e-03
6794         Facebook 02/10/2018     159.33  1.951924e-02  3.219733e-02
6795            Apple 02/10/2018     229.28 -8.810188e-03 -1.543964e-02
6796            Cisco 02/10/2018      49.01 -2.856560e-03 -7.345440e-03
6797          Ryanair 18/10/2018     11.635 -7.735281e-03  1.117318e-02
6798            Apple 18/10/2018     216.02  2.393297e-02  2.837700e-02
6799         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
6800               BP 18/10/2018      554.5  6.853021e-03  1.009919e-02
6801         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
6802              CBS 18/10/2018      56.17 -5.518960e-03 -1.993947e-02
6803           Nissan 18/10/2018     1006.5  2.980626e-03  3.974168e-03
6804            Tesco 18/10/2018      209.1 -1.434720e-03 -2.391200e-03
6805           Nissan 18/10/2018     1006.5  2.980626e-03  3.974168e-03
6806       bookingcom 18/10/2018    1811.71  2.141623e-02  1.024447e-02
6807        Microsoft 18/10/2018      108.5  2.036866e-02  2.304147e-02
6808            Apple 18/10/2018     216.02  2.393297e-02  2.837700e-02
6809            Cisco 18/10/2018      45.46  1.055873e-02  7.919050e-03
6810          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
6811               BP 18/10/2018      554.5  6.853021e-03  1.009919e-02
6812         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
6813           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6814         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
6815            Tesco 18/10/2018      209.1 -1.434720e-03 -2.391200e-03
6816       McDonald's 18/10/2018     166.81 -2.397938e-04 -1.642587e-02
6817        Microsoft 18/10/2018      108.5  2.036866e-02  2.304147e-02
6818        Starbucks 18/10/2018      58.64  7.844475e-03 -1.415416e-02
6819            Apple 18/10/2018     216.02  2.393297e-02  2.837700e-02
6820          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6821        Starbucks 18/10/2018      58.64  7.844475e-03 -1.415416e-02
6822           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6823             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
6824            Tesco 18/10/2018      209.1 -1.434720e-03 -2.391200e-03
6825         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
6826           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6827           Google 18/10/2018    1097.91  2.703318e-02  3.203359e-02
6828            Cisco 18/10/2018      45.46  1.055873e-02  7.919050e-03
6829          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
6830          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
6831          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
6832          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
6833            Tesco 18/10/2018      209.1 -1.434720e-03 -2.391200e-03
6834              BMW 18/10/2018      74.61  1.032033e-02  1.997051e-02
6835             Ford 18/10/2018       8.51  2.937720e-02  3.407756e-02
6836           PayPal 18/10/2018      77.48  3.368611e-02  4.039752e-02
6837         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
6838      TripAdvisor 18/10/2018      46.38  1.681759e-02  2.759810e-02
6839       McDonald's 18/10/2018     166.81 -2.397938e-04 -1.642587e-02
6840   Morgan Stanley 18/10/2018      46.03  2.520096e-02 -1.955247e-03
6841            Apple 18/10/2018     216.02  2.393297e-02  2.837700e-02
6842            Intel 18/10/2018      44.97  2.045808e-02  2.156994e-02
6843           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6844          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6845          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
6846            Apple 18/10/2018     216.02  2.393297e-02  2.837700e-02
6847           Nissan 18/10/2018     1006.5  2.980626e-03  3.974168e-03
6848          Verizon 18/10/2018      54.65 -1.262580e-02 -1.738335e-02
6849          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
6850           Nissan 18/10/2018     1006.5  2.980626e-03  3.974168e-03
6851         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
6852            Tesco 18/10/2018      209.1 -1.434720e-03 -2.391200e-03
6853          Ryanair 18/10/2018     11.635 -7.735281e-03  1.117318e-02
6854         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
6855         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
6856         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
6857        Microsoft 18/10/2018      108.5  2.036866e-02  2.304147e-02
6858          Ryanair 18/10/2018     11.635 -7.735281e-03  1.117318e-02
6859           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6860           Google 18/10/2018    1097.91  2.703318e-02  3.203359e-02
6861          Samsung 18/10/2018      44050  2.270148e-03 -1.021566e-02
6862         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
6863          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
6864          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6865   salesforce.com 18/10/2018     142.84  2.919350e-02  3.220386e-02
6866           Google 18/10/2018    1097.91  2.703318e-02  3.203359e-02
6867          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6868           Kroger 18/10/2018      27.36 -2.558480e-03 -5.847953e-03
6869          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6870             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
6871          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6872           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6873          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6874          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6875          TMobile 18/10/2018      68.77  4.507780e-03  2.472008e-03
6876          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
6877          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6878          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
6879          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6880          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
6881          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6882          Allianz 18/10/2018     183.12  7.645260e-03  2.075142e-03
6883            Apple 18/10/2018     216.02  2.393297e-02  2.837700e-02
6884          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
6885            Yahoo 18/10/2018       3.33  3.603604e-02  1.801802e-02
6886          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
6887          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6888             ASOS 18/10/2018       6050 -3.404959e-02 -1.735537e-01
6889           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6890          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
6891          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
6892           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6893           Nissan 18/10/2018     1006.5  2.980626e-03  3.974168e-03
6894          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
6895          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6896          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
6897          L'Oreal 18/10/2018     213.65  1.942429e-02  1.099930e-02
6898          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6899           Disney 18/10/2018     116.18  8.176967e-03  8.607333e-05
6900             AT&T 18/10/2018       32.5  2.153846e-03 -3.384615e-03
6901             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
6902             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
6903              IBM 18/10/2018     130.55  2.680965e-02  1.116047e-01
6904        Microsoft 18/10/2018      108.5  2.036866e-02  2.304147e-02
6905             HSBC 18/10/2018      618.1  1.051610e-02  9.545381e-03
6906          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6907          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6908             AT&T 18/10/2018       32.5  2.153846e-03 -3.384615e-03
6909          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
6910             AT&T 18/10/2018       32.5  2.153846e-03 -3.384615e-03
6911          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6912          Ryanair 18/10/2018     11.635 -7.735281e-03  1.117318e-02
6913          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6914        Starbucks 18/10/2018      58.64  7.844475e-03 -1.415416e-02
6915          TMobile 18/10/2018      68.77  4.507780e-03  2.472008e-03
6916         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
6917           PayPal 18/10/2018      77.48  3.368611e-02  4.039752e-02
6918             AT&T 18/10/2018       32.5  2.153846e-03 -3.384615e-03
6919           Nissan 18/10/2018     1006.5  2.980626e-03  3.974168e-03
6920          Siemens 18/10/2018     100.92  1.367420e-02  1.149425e-02
6921   Morgan Stanley 18/10/2018      46.03  2.520096e-02 -1.955247e-03
6922          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6923         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
6924         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
6925             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
6926            Tesco 18/10/2018      209.1 -1.434720e-03 -2.391200e-03
6927        Microsoft 18/10/2018      108.5  2.036866e-02  2.304147e-02
6928           Disney 18/10/2018     116.18  8.176967e-03  8.607333e-05
6929            Cisco 18/10/2018      45.46  1.055873e-02  7.919050e-03
6930           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6931          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6932             Nike 18/10/2018       75.6  1.164021e-02  2.486772e-02
6933    Goldman Sachs 18/10/2018     224.95  1.480329e-02 -1.444766e-02
6934         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
6935          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6936             BASF 18/10/2018      67.89  1.929592e-02  2.489321e-02
6937             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
6938            Apple 18/10/2018     216.02  2.393297e-02  2.837700e-02
6939            FedEx 18/10/2018     217.29  2.839523e-02  4.091307e-02
6940             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
6941           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6942           Nissan 18/10/2018     1006.5  2.980626e-03  3.974168e-03
6943            Adobe 18/10/2018     250.35  3.419213e-02  4.122229e-02
6944           Google 18/10/2018    1097.91  2.703318e-02  3.203359e-02
6945           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6946           Google 18/10/2018    1097.91  2.703318e-02  3.203359e-02
6947             Nike 18/10/2018       75.6  1.164021e-02  2.486772e-02
6948         CocaCola 18/10/2018      45.61  5.481254e-03 -2.631002e-03
6949             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
6950          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6951           Google 18/10/2018    1097.91  2.703318e-02  3.203359e-02
6952             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
6953          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
6954          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
6955           Disney 18/10/2018     116.18  8.176967e-03  8.607333e-05
6956             AT&T 18/10/2018       32.5  2.153846e-03 -3.384615e-03
6957           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6958            Apple 18/10/2018     216.02  2.393297e-02  2.837700e-02
6959             AT&T 18/10/2018       32.5  2.153846e-03 -3.384615e-03
6960           Google 18/10/2018    1097.91  2.703318e-02  3.203359e-02
6961              CBS 18/10/2018      56.17 -5.518960e-03 -1.993947e-02
6962             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
6963          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
6964           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6965             Visa 18/10/2018     139.29  2.268648e-02  1.758920e-02
6966           Toyota 18/10/2018       6641 -4.366812e-03 -1.791899e-02
6967          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6968           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6969           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6970            Tesco 18/10/2018      209.1 -1.434720e-03 -2.391200e-03
6971          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
6972         Burberry 18/10/2018       1719  4.653869e-03  2.966841e-02
6973             Sony 18/10/2018       6418  1.246494e-02 -9.660330e-03
6974          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6975             AT&T 18/10/2018       32.5  2.153846e-03 -3.384615e-03
6976       McDonald's 18/10/2018     166.81 -2.397938e-04 -1.642587e-02
6977            FedEx 18/10/2018     217.29  2.839523e-02  4.091307e-02
6978         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
6979          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
6980          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6981       Home Depot 18/10/2018     180.44  2.621370e-02  7.282199e-02
6982       McDonald's 18/10/2018     166.81 -2.397938e-04 -1.642587e-02
6983              CBS 18/10/2018      56.17 -5.518960e-03 -1.993947e-02
6984          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6985           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6986          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
6987          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
6988              CBS 18/10/2018      56.17 -5.518960e-03 -1.993947e-02
6989          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
6990           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6991             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
6992           Boeing 18/10/2018     359.35  1.711423e-02  2.476694e-02
6993           Nissan 18/10/2018     1006.5  2.980626e-03  3.974168e-03
6994           Google 18/10/2018    1097.91  2.703318e-02  3.203359e-02
6995               HP 18/10/2018      23.77  4.206984e-03  7.993269e-03
6996           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
6997      Wells Fargo 18/10/2018       53.1  2.561205e-02  1.186441e-02
6998          TMobile 18/10/2018      68.77  4.507780e-03  2.472008e-03
6999             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
7000           Google 18/10/2018    1097.91  2.703318e-02  3.203359e-02
7001          Ryanair 18/10/2018     11.635 -7.735281e-03  1.117318e-02
7002          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7003             Ford 18/10/2018       8.51  2.937720e-02  3.407756e-02
7004          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
7005            Adobe 18/10/2018     250.35  3.419213e-02  4.122229e-02
7006             Sony 18/10/2018       6418  1.246494e-02 -9.660330e-03
7007          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
7008         Gillette 18/10/2018    6600.65  0.000000e+00  7.249286e-03
7009             AT&T 18/10/2018       32.5  2.153846e-03 -3.384615e-03
7010           Google 18/10/2018    1097.91  2.703318e-02  3.203359e-02
7011           Google 18/10/2018    1097.91  2.703318e-02  3.203359e-02
7012         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
7013          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7014               HP 18/10/2018      23.77  4.206984e-03  7.993269e-03
7015         JPMorgan 18/10/2018     108.09  1.609770e-02  4.903321e-03
7016         JPMorgan 18/10/2018     108.09  1.609770e-02  4.903321e-03
7017           Disney 18/10/2018     116.18  8.176967e-03  8.607333e-05
7018             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
7019         JPMorgan 18/10/2018     108.09  1.609770e-02  4.903321e-03
7020             Ford 18/10/2018       8.51  2.937720e-02  3.407756e-02
7021           Disney 18/10/2018     116.18  8.176967e-03  8.607333e-05
7022           adidas 18/10/2018     197.85  2.148092e-02  1.288855e-02
7023            Tesco 18/10/2018      209.1 -1.434720e-03 -2.391200e-03
7024             Audi 18/10/2018        722  1.385042e-02  1.662050e-02
7025              SAP 18/10/2018      93.55  7.493319e-02  8.049172e-02
7026         JPMorgan 18/10/2018     108.09  1.609770e-02  4.903321e-03
7027         JPMorgan 18/10/2018     108.09  1.609770e-02  4.903321e-03
7028          TMobile 18/10/2018      68.77  4.507780e-03  2.472008e-03
7029         CocaCola 18/10/2018      45.61  5.481254e-03 -2.631002e-03
7030          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7031             Sony 18/10/2018       6418  1.246494e-02 -9.660330e-03
7032             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
7033           Google 18/10/2018    1097.91  2.703318e-02  3.203359e-02
7034            Apple 18/10/2018     216.02  2.393297e-02  2.837700e-02
7035            Cisco 18/10/2018      45.46  1.055873e-02  7.919050e-03
7036           Google 18/10/2018    1097.91  2.703318e-02  3.203359e-02
7037             Ford 18/10/2018       8.51  2.937720e-02  3.407756e-02
7038        Microsoft 18/10/2018      108.5  2.036866e-02  2.304147e-02
7039           Disney 18/10/2018     116.18  8.176967e-03  8.607333e-05
7040          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
7041 American Express 18/10/2018     102.84  1.458576e-02  1.390510e-02
7042  Bank of America 18/10/2018      28.25  2.300885e-02  9.911504e-03
7043            Apple 18/10/2018     216.02  2.393297e-02  2.837700e-02
7044            Apple 18/10/2018     216.02  2.393297e-02  2.837700e-02
7045             Ford 18/10/2018       8.51  2.937720e-02  3.407756e-02
7046           Toyota 18/10/2018       6641 -4.366812e-03 -1.791899e-02
7047           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
7048              CBS 18/10/2018      56.17 -5.518960e-03 -1.993947e-02
7049         JPMorgan 18/10/2018     108.09  1.609770e-02  4.903321e-03
7050            Tesco 18/10/2018      209.1 -1.434720e-03 -2.391200e-03
7051             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
7052          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
7053         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
7054 American Express 18/10/2018     102.84  1.458576e-02  1.390510e-02
7055             Ford 18/10/2018       8.51  2.937720e-02  3.407756e-02
7056          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7057         JPMorgan 18/10/2018     108.09  1.609770e-02  4.903321e-03
7058            Apple 18/10/2018     216.02  2.393297e-02  2.837700e-02
7059        Starbucks 18/10/2018      58.64  7.844475e-03 -1.415416e-02
7060             Nike 18/10/2018       75.6  1.164021e-02  2.486772e-02
7061          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
7062            FedEx 18/10/2018     217.29  2.839523e-02  4.091307e-02
7063          Walmart 18/10/2018      96.17  4.055319e-03 -3.743371e-03
7064         CocaCola 18/10/2018      45.61  5.481254e-03 -2.631002e-03
7065            Apple 18/10/2018     216.02  2.393297e-02  2.837700e-02
7066             Nike 18/10/2018       75.6  1.164021e-02  2.486772e-02
7067          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
7068             Sony 18/10/2018       6418  1.246494e-02 -9.660330e-03
7069          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
7070             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
7071           adidas 18/10/2018     197.85  2.148092e-02  1.288855e-02
7072            Apple 18/10/2018     216.02  2.393297e-02  2.837700e-02
7073           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
7074           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
7075             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
7076        Starbucks 18/10/2018      58.64  7.844475e-03 -1.415416e-02
7077           Google 18/10/2018    1097.91  2.703318e-02  3.203359e-02
7078           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
7079          Verizon 18/10/2018      54.65 -1.262580e-02 -1.738335e-02
7080          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
7081          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7082          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
7083          Samsung 18/10/2018      44050  2.270148e-03 -1.021566e-02
7084         JPMorgan 18/10/2018     108.09  1.609770e-02  4.903321e-03
7085            Pepsi 18/10/2018     107.93  3.520801e-03 -5.003243e-03
7086          Hyundai 18/10/2018     116000  2.155172e-02  4.310345e-03
7087        Microsoft 18/10/2018      108.5  2.036866e-02  2.304147e-02
7088          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7089          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7090             Next 18/10/2018       5140  7.003891e-03  3.307393e-02
7091           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
7092           Oracle 18/10/2018      47.38  1.013086e-02  1.794006e-02
7093          Verizon 18/10/2018      54.65 -1.262580e-02 -1.738335e-02
7094          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
7095          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
7096          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7097          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7098             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
7099          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7100             AT&T 18/10/2018       32.5  2.153846e-03 -3.384615e-03
7101            Tesco 18/10/2018      209.1 -1.434720e-03 -2.391200e-03
7102          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
7103         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
7104          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
7105             AT&T 18/10/2018       32.5  2.153846e-03 -3.384615e-03
7106          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7107          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7108          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7109          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
7110           Google 18/10/2018    1097.91  2.703318e-02  3.203359e-02
7111          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7112            Apple 18/10/2018     216.02  2.393297e-02  2.837700e-02
7113      TripAdvisor 18/10/2018      46.38  1.681759e-02  2.759810e-02
7114          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7115           Disney 18/10/2018     116.18  8.176967e-03  8.607333e-05
7116          Samsung 18/10/2018      44050  2.270148e-03 -1.021566e-02
7117           Oracle 18/10/2018      47.38  1.013086e-02  1.794006e-02
7118            FedEx 18/10/2018     217.29  2.839523e-02  4.091307e-02
7119            FedEx 18/10/2018     217.29  2.839523e-02  4.091307e-02
7120            FedEx 18/10/2018     217.29  2.839523e-02  4.091307e-02
7121         JPMorgan 18/10/2018     108.09  1.609770e-02  4.903321e-03
7122            FedEx 18/10/2018     217.29  2.839523e-02  4.091307e-02
7123          Verizon 18/10/2018      54.65 -1.262580e-02 -1.738335e-02
7124          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7125           Disney 18/10/2018     116.18  8.176967e-03  8.607333e-05
7126              IBM 18/10/2018     130.55  2.680965e-02  1.116047e-01
7127            Honda 18/10/2018       3094  9.696186e-04 -8.403361e-03
7128            Tesco 18/10/2018      209.1 -1.434720e-03 -2.391200e-03
7129             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
7130          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
7131          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7132       McDonald's 18/10/2018     166.81 -2.397938e-04 -1.642587e-02
7133       McDonald's 18/10/2018     166.81 -2.397938e-04 -1.642587e-02
7134              BMW 18/10/2018      74.61  1.032033e-02  1.997051e-02
7135             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
7136           Google 18/10/2018    1097.91  2.703318e-02  3.203359e-02
7137              P&G 18/10/2018      80.24  2.018943e-02  9.596211e-03
7138       McDonald's 18/10/2018     166.81 -2.397938e-04 -1.642587e-02
7139           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
7140             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
7141          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7142           Disney 18/10/2018     116.18  8.176967e-03  8.607333e-05
7143            Apple 18/10/2018     216.02  2.393297e-02  2.837700e-02
7144          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7145          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7146          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7147             eBay 18/10/2018      31.55  1.489699e-02  2.218700e-02
7148          Netflix 18/10/2018     346.71  5.188774e-02 -8.941190e-04
7149          Reuters 18/10/2018    51.6136 -1.067548e-03 -1.003030e-02
7150            FedEx 18/10/2018     217.29  2.839523e-02  4.091307e-02
7151         Facebook 18/10/2018     154.92  2.904725e-02  2.491609e-02
7152           Amazon 18/10/2018    1770.72  3.445491e-02  2.780790e-02
7153           Google 18/10/2018    1097.91  2.703318e-02  3.203359e-02
7154            Apple 18/10/2018     216.02  2.393297e-02  2.837700e-02
7155             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7156         Burberry 19/10/2018     1671.5  2.841759e-02  3.320371e-02
7157           Costco 19/10/2018     229.67 -4.745940e-03 -5.137806e-03
7158          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7159            Apple 19/10/2018     219.31 -1.500160e-02  8.572341e-03
7160             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7161             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7162           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7163            Apple 19/10/2018     219.31 -1.500160e-02  8.572341e-03
7164        Microsoft 19/10/2018     108.66 -1.472483e-03  1.886619e-02
7165              IBM 19/10/2018      129.1  1.123160e-02  3.834237e-02
7166          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7167             Sony 19/10/2018       6341  1.214320e-02  2.475950e-02
7168          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7169           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7170          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7171            Cisco 19/10/2018      45.34  2.646670e-03  1.323335e-02
7172           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7173       McDonald's 19/10/2018     167.49 -4.059944e-03 -4.298764e-03
7174          Verizon 19/10/2018       54.9 -4.553734e-03 -1.712204e-02
7175          TMobile 19/10/2018      69.75 -1.405018e-02 -9.605735e-03
7176           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7177          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7178           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7179             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7180   Morgan Stanley 19/10/2018      46.42 -8.401551e-03  1.658768e-02
7181             Visa 19/10/2018     140.08 -5.639634e-03  1.691890e-02
7182          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7183          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7184          TMobile 19/10/2018      69.75 -1.405018e-02 -9.605735e-03
7185          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7186             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7187          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7188              CBS 19/10/2018       57.2 -1.800699e-02 -2.342657e-02
7189            Apple 19/10/2018     219.31 -1.500160e-02  8.572341e-03
7190             Nike 19/10/2018      74.21  1.873063e-02  3.058887e-02
7191             Sony 19/10/2018       6341  1.214320e-02  2.475950e-02
7192              CBS 19/10/2018       57.2 -1.800699e-02 -2.342657e-02
7193             Nike 19/10/2018      74.21  1.873063e-02  3.058887e-02
7194             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7195           Nestle 19/10/2018      82.04 -2.998537e-02 -3.632374e-02
7196          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7197          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7198       bookingcom 19/10/2018    1805.74  3.306124e-03  2.479316e-02
7199             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7200           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7201          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7202          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7203             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7204          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7205          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7206           Google 19/10/2018    1105.18 -6.578114e-03  2.027724e-02
7207          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7208          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7209          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7210          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7211          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7212          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7213          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7214          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7215           Nissan 19/10/2018     1001.5  4.992511e-03  7.988018e-03
7216             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7217            Apple 19/10/2018     219.31 -1.500160e-02  8.572341e-03
7218         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7219         CocaCola 19/10/2018      46.33 -1.554069e-02 -1.014461e-02
7220           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7221   salesforce.com 19/10/2018     140.49  1.672717e-02  4.640900e-02
7222           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7223      Wells Fargo 19/10/2018      52.89  3.970505e-03  2.968425e-02
7224          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7225             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7226          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7227          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7228           Google 19/10/2018    1105.18 -6.578114e-03  2.027724e-02
7229           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7230           Google 19/10/2018    1105.18 -6.578114e-03  2.027724e-02
7231              CBS 19/10/2018       57.2 -1.800699e-02 -2.342657e-02
7232            Apple 19/10/2018     219.31 -1.500160e-02  8.572341e-03
7233          TMobile 19/10/2018      69.75 -1.405018e-02 -9.605735e-03
7234            Apple 19/10/2018     219.31 -1.500160e-02  8.572341e-03
7235           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7236             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7237          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7238             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7239              SAP 19/10/2018         95 -1.526316e-02  5.852632e-02
7240       McDonald's 19/10/2018     167.49 -4.059944e-03 -4.298764e-03
7241           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7242           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7243             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7244    Deutsche Bank 19/10/2018      10.92  4.578755e-03  3.113553e-02
7245           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7246             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7247             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7248           Google 19/10/2018    1105.18 -6.578114e-03  2.027724e-02
7249  Bank of America 19/10/2018      28.32 -2.471751e-03  2.048023e-02
7250             Sony 19/10/2018       6341  1.214320e-02  2.475950e-02
7251         JPMorgan 19/10/2018     107.91  1.668057e-03  1.779260e-02
7252   salesforce.com 19/10/2018     140.49  1.672717e-02  4.640900e-02
7253          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7254          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7255          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7256          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7257           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7258          TMobile 19/10/2018      69.75 -1.405018e-02 -9.605735e-03
7259            Tesco 19/10/2018      214.6 -2.562908e-02 -2.702703e-02
7260             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7261           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7262             Nike 19/10/2018      74.21  1.873063e-02  3.058887e-02
7263           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7264              BMW 19/10/2018      74.53  1.073393e-03  1.140480e-02
7265             AT&T 19/10/2018      32.87 -1.125646e-02 -9.126863e-03
7266            Apple 19/10/2018     219.31 -1.500160e-02  8.572341e-03
7267              CBS 19/10/2018       57.2 -1.800699e-02 -2.342657e-02
7268           Google 19/10/2018    1105.18 -6.578114e-03  2.027724e-02
7269          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7270         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7271       McDonald's 19/10/2018     167.49 -4.059944e-03 -4.298764e-03
7272       McDonald's 19/10/2018     167.49 -4.059944e-03 -4.298764e-03
7273         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7274             Ford 19/10/2018        8.5  1.176471e-03  3.058824e-02
7275             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7276            Apple 19/10/2018     219.31 -1.500160e-02  8.572341e-03
7277       bookingcom 19/10/2018    1805.74  3.306124e-03  2.479316e-02
7278             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7279           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7280         CocaCola 19/10/2018      46.33 -1.554069e-02 -1.014461e-02
7281          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7282           Toyota 19/10/2018       6577  9.730880e-03  5.321575e-03
7283           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7284             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7285             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7286             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7287           Disney 19/10/2018      118.9 -2.287637e-02 -1.488646e-02
7288          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7289             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7290             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7291          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7292          easyJet 19/10/2018       1068  6.741573e-02  7.724719e-02
7293          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7294            Cisco 19/10/2018      45.34  2.646670e-03  1.323335e-02
7295          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7296       bookingcom 19/10/2018    1805.74  3.306124e-03  2.479316e-02
7297             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7298           Google 19/10/2018    1105.18 -6.578114e-03  2.027724e-02
7299              BMW 19/10/2018      74.53  1.073393e-03  1.140480e-02
7300          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7301           Google 19/10/2018    1105.18 -6.578114e-03  2.027724e-02
7302       McDonald's 19/10/2018     167.49 -4.059944e-03 -4.298764e-03
7303             Ford 19/10/2018        8.5  1.176471e-03  3.058824e-02
7304          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7305           Boeing 19/10/2018     356.26  8.673441e-03  2.593611e-02
7306          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7307          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7308          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7309          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7310           Google 19/10/2018    1105.18 -6.578114e-03  2.027724e-02
7311          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7312           Toyota 19/10/2018       6577  9.730880e-03  5.321575e-03
7313          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7314        Starbucks 19/10/2018      58.66 -3.409478e-04  7.500852e-03
7315          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7316         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7317           Google 19/10/2018    1105.18 -6.578114e-03  2.027724e-02
7318          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7319          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7320             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7321         CocaCola 19/10/2018      46.33 -1.554069e-02 -1.014461e-02
7322         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7323         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7324          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7325           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7326          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7327             Sony 19/10/2018       6341  1.214320e-02  2.475950e-02
7328           Disney 19/10/2018      118.9 -2.287637e-02 -1.488646e-02
7329           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7330       McDonald's 19/10/2018     167.49 -4.059944e-03 -4.298764e-03
7331         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7332              P&G 19/10/2018       87.3 -8.087056e-02 -6.231386e-02
7333         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7334            Apple 19/10/2018     219.31 -1.500160e-02  8.572341e-03
7335         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7336          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7337         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7338           Nissan 19/10/2018     1001.5  4.992511e-03  7.988018e-03
7339         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7340             AT&T 19/10/2018      32.87 -1.125646e-02 -9.126863e-03
7341        Starbucks 19/10/2018      58.66 -3.409478e-04  7.500852e-03
7342        Starbucks 19/10/2018      58.66 -3.409478e-04  7.500852e-03
7343            Apple 19/10/2018     219.31 -1.500160e-02  8.572341e-03
7344             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7345             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7346           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7347            Apple 19/10/2018     219.31 -1.500160e-02  8.572341e-03
7348         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7349           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7350       McDonald's 19/10/2018     167.49 -4.059944e-03 -4.298764e-03
7351             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7352          TMobile 19/10/2018      69.75 -1.405018e-02 -9.605735e-03
7353         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7354           Disney 19/10/2018      118.9 -2.287637e-02 -1.488646e-02
7355         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7356           Disney 19/10/2018      118.9 -2.287637e-02 -1.488646e-02
7357          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7358           Disney 19/10/2018      118.9 -2.287637e-02 -1.488646e-02
7359           Disney 19/10/2018      118.9 -2.287637e-02 -1.488646e-02
7360          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7361              SAP 19/10/2018         95 -1.526316e-02  5.852632e-02
7362           adidas 19/10/2018        203 -2.536946e-02 -4.433498e-03
7363   Morgan Stanley 19/10/2018      46.42 -8.401551e-03  1.658768e-02
7364 American Express 19/10/2018     106.73 -3.644711e-02 -2.239295e-02
7365             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7366             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7367          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7368           Disney 19/10/2018      118.9 -2.287637e-02 -1.488646e-02
7369              SAP 19/10/2018         95 -1.526316e-02  5.852632e-02
7370              UPS 19/10/2018     116.49 -1.510859e-02  1.304833e-02
7371             Nike 19/10/2018      74.21  1.873063e-02  3.058887e-02
7372             Sony 19/10/2018       6341  1.214320e-02  2.475950e-02
7373           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7374         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7375             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7376        Microsoft 19/10/2018     108.66 -1.472483e-03  1.886619e-02
7377          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7378          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7379            Apple 19/10/2018     219.31 -1.500160e-02  8.572341e-03
7380           Google 19/10/2018    1105.18 -6.578114e-03  2.027724e-02
7381             Sony 19/10/2018       6341  1.214320e-02  2.475950e-02
7382             HSBC 19/10/2018      620.4 -3.707286e-03  6.769826e-03
7383             Sony 19/10/2018       6341  1.214320e-02  2.475950e-02
7384         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7385             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7386          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7387              BMW 19/10/2018      74.53  1.073393e-03  1.140480e-02
7388              BMW 19/10/2018      74.53  1.073393e-03  1.140480e-02
7389            Honda 19/10/2018       3065  9.461664e-03  1.044046e-02
7390          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7391               HP 19/10/2018      23.84 -2.936242e-03  1.258389e-03
7392            Apple 19/10/2018     219.31 -1.500160e-02  8.572341e-03
7393             Nike 19/10/2018      74.21  1.873063e-02  3.058887e-02
7394             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7395             Nike 19/10/2018      74.21  1.873063e-02  3.058887e-02
7396          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7397          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7398          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7399          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7400             ASOS 19/10/2018       5736  5.474198e-02  1.882845e-02
7401             Ford 19/10/2018        8.5  1.176471e-03  3.058824e-02
7402          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7403           Disney 19/10/2018      118.9 -2.287637e-02 -1.488646e-02
7404             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7405          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7406             Nike 19/10/2018      74.21  1.873063e-02  3.058887e-02
7407           Disney 19/10/2018      118.9 -2.287637e-02 -1.488646e-02
7408        Microsoft 19/10/2018     108.66 -1.472483e-03  1.886619e-02
7409          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7410           adidas 19/10/2018        203 -2.536946e-02 -4.433498e-03
7411          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7412          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7413            Cisco 19/10/2018      45.34  2.646670e-03  1.323335e-02
7414             HSBC 19/10/2018      620.4 -3.707286e-03  6.769826e-03
7415             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7416          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7417             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7418          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7419             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7420          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7421          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7422         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7423             Ford 19/10/2018        8.5  1.176471e-03  3.058824e-02
7424             AT&T 19/10/2018      32.87 -1.125646e-02 -9.126863e-03
7425 General Electric 19/10/2018    12.0733 -1.432914e-02 -2.945342e-02
7426           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7427          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7428           Amazon 19/10/2018    1764.03  3.792453e-03  3.837803e-02
7429          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7430            Tesco 19/10/2018      214.6 -2.562908e-02 -2.702703e-02
7431             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7432          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7433             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7434          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7435             Ford 19/10/2018        8.5  1.176471e-03  3.058824e-02
7436           Disney 19/10/2018      118.9 -2.287637e-02 -1.488646e-02
7437         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7438         Facebook 19/10/2018     154.05  5.647517e-03  3.485881e-02
7439          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7440           Toyota 19/10/2018       6577  9.730880e-03  5.321575e-03
7441          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7442             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7443             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7444             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7445          Netflix 19/10/2018     332.67  4.220399e-02  9.628160e-02
7446          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7447          Walmart 19/10/2018      97.15 -1.008749e-02 -6.073083e-03
7448             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7449        Microsoft 19/10/2018     108.66 -1.472483e-03  1.886619e-02
7450            Apple 19/10/2018     219.31 -1.500160e-02  8.572341e-03
7451              H&M 19/10/2018      17.82  0.000000e+00  8.193042e-03
7452             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7453          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7454          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7455          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7456             eBay 19/10/2018      28.75  9.739130e-02  1.137391e-01
7457          TMobile 19/10/2018      69.75 -1.405018e-02 -9.605735e-03
7458        Microsoft 19/10/2018     108.66 -1.472483e-03  1.886619e-02
7459          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7460              H&M 19/10/2018      17.82  0.000000e+00  8.193042e-03
7461              P&G 19/10/2018       87.3 -8.087056e-02 -6.231386e-02
7462        Starbucks 19/10/2018      58.66 -3.409478e-04  7.500852e-03
7463          Reuters 19/10/2018    51.3383  5.362468e-03  4.289195e-03
7464            Apple 20/10/2018     219.31  0.000000e+00 -1.500160e-02
7465             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7466           Disney 20/10/2018      118.9  0.000000e+00 -2.287637e-02
7467           Disney 20/10/2018      118.9  0.000000e+00 -2.287637e-02
7468           Amazon 20/10/2018    1764.03  0.000000e+00  3.792453e-03
7469             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7470              CBS 20/10/2018       57.2  0.000000e+00 -1.800699e-02
7471          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7472           Amazon 20/10/2018    1764.03  0.000000e+00  3.792453e-03
7473          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7474            Apple 20/10/2018     219.31  0.000000e+00 -1.500160e-02
7475           Nissan 20/10/2018     1001.5  0.000000e+00  4.992511e-03
7476          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7477           Amazon 20/10/2018    1764.03  0.000000e+00  3.792453e-03
7478           Google 20/10/2018    1105.18  0.000000e+00 -6.578114e-03
7479          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7480             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7481          Walmart 20/10/2018      97.15  0.000000e+00 -1.008749e-02
7482          Walmart 20/10/2018      97.15  0.000000e+00 -1.008749e-02
7483             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7484          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7485               HP 20/10/2018      23.84  0.000000e+00 -2.936242e-03
7486           Google 20/10/2018    1105.18  0.000000e+00 -6.578114e-03
7487            Apple 20/10/2018     219.31  0.000000e+00 -1.500160e-02
7488        Starbucks 20/10/2018      58.66  0.000000e+00 -3.409478e-04
7489           Amazon 20/10/2018    1764.03  0.000000e+00  3.792453e-03
7490           Google 20/10/2018    1105.18  0.000000e+00 -6.578114e-03
7491          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7492   Morgan Stanley 20/10/2018      46.42  0.000000e+00 -8.401551e-03
7493        Citigroup 20/10/2018      68.86  0.000000e+00 -3.485333e-03
7494           Disney 20/10/2018      118.9  0.000000e+00 -2.287637e-02
7495          Walmart 20/10/2018      97.15  0.000000e+00 -1.008749e-02
7496          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7497       McDonald's 20/10/2018     167.49  0.000000e+00 -4.059944e-03
7498          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7499          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7500          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7501          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7502             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7503        Starbucks 20/10/2018      58.66  0.000000e+00 -3.409478e-04
7504          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7505        Microsoft 20/10/2018     108.66  0.000000e+00 -1.472483e-03
7506           Amazon 20/10/2018    1764.03  0.000000e+00  3.792453e-03
7507               HP 20/10/2018      23.84  0.000000e+00 -2.936242e-03
7508             Nike 20/10/2018      74.21  0.000000e+00  1.873063e-02
7509             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7510         Facebook 20/10/2018     154.05  0.000000e+00  5.647517e-03
7511             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7512          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7513            Bayer 20/10/2018      77.96  0.000000e+00  2.693689e-03
7514          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7515         Facebook 20/10/2018     154.05  0.000000e+00  5.647517e-03
7516          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7517          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7518       bookingcom 20/10/2018    1805.74  0.000000e+00  3.306124e-03
7519           Amazon 20/10/2018    1764.03  0.000000e+00  3.792453e-03
7520          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7521       CVS Health 20/10/2018      74.18  0.000000e+00  4.718253e-03
7522             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7523          Walmart 20/10/2018      97.15  0.000000e+00 -1.008749e-02
7524           Disney 20/10/2018      118.9  0.000000e+00 -2.287637e-02
7525             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7526             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7527          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7528          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7529              BMW 20/10/2018      74.53  0.000000e+00  1.073393e-03
7530           Amazon 20/10/2018    1764.03  0.000000e+00  3.792453e-03
7531          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7532            Apple 20/10/2018     219.31  0.000000e+00 -1.500160e-02
7533          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7534          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7535             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7536          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7537           Pfizer 20/10/2018       44.5  0.000000e+00 -1.123596e-02
7538             Nike 20/10/2018      74.21  0.000000e+00  1.873063e-02
7539              H&M 20/10/2018      17.82  0.000000e+00  0.000000e+00
7540          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7541          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7542         CocaCola 20/10/2018      46.33  0.000000e+00 -1.554069e-02
7543             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7544          TMobile 20/10/2018      69.75  0.000000e+00 -1.405018e-02
7545             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7546          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7547          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7548          Walmart 20/10/2018      97.15  0.000000e+00 -1.008749e-02
7549             ASOS 20/10/2018       5736  0.000000e+00  5.474198e-02
7550          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7551             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7552          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7553             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7554            Tesco 20/10/2018      214.6  0.000000e+00 -2.562908e-02
7555        Santander 20/10/2018      4.125  0.000000e+00  3.272727e-03
7556            Exxon 20/10/2018      81.97  0.000000e+00 -1.463950e-03
7557       McDonald's 20/10/2018     167.49  0.000000e+00 -4.059944e-03
7558          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7559          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7560           Amazon 20/10/2018    1764.03  0.000000e+00  3.792453e-03
7561           Disney 20/10/2018      118.9  0.000000e+00 -2.287637e-02
7562       bookingcom 20/10/2018    1805.74  0.000000e+00  3.306124e-03
7563            Apple 20/10/2018     219.31  0.000000e+00 -1.500160e-02
7564          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7565          Walmart 20/10/2018      97.15  0.000000e+00 -1.008749e-02
7566            Apple 20/10/2018     219.31  0.000000e+00 -1.500160e-02
7567             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7568              IBM 20/10/2018      129.1  0.000000e+00  1.123160e-02
7569             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7570          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7571          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7572          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7573            Apple 20/10/2018     219.31  0.000000e+00 -1.500160e-02
7574          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7575              CBS 20/10/2018       57.2  0.000000e+00 -1.800699e-02
7576          Colgate 20/10/2018      64.52  0.000000e+00 -2.913825e-02
7577            Apple 20/10/2018     219.31  0.000000e+00 -1.500160e-02
7578           Amazon 20/10/2018    1764.03  0.000000e+00  3.792453e-03
7579             Nike 20/10/2018      74.21  0.000000e+00  1.873063e-02
7580        Starbucks 20/10/2018      58.66  0.000000e+00 -3.409478e-04
7581             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7582            Apple 20/10/2018     219.31  0.000000e+00 -1.500160e-02
7583          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7584          Walmart 20/10/2018      97.15  0.000000e+00 -1.008749e-02
7585            Apple 20/10/2018     219.31  0.000000e+00 -1.500160e-02
7586             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7587          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7588             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7589             Nike 20/10/2018      74.21  0.000000e+00  1.873063e-02
7590             Nike 20/10/2018      74.21  0.000000e+00  1.873063e-02
7591             Nike 20/10/2018      74.21  0.000000e+00  1.873063e-02
7592             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7593             Nike 20/10/2018      74.21  0.000000e+00  1.873063e-02
7594          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7595              CBS 20/10/2018       57.2  0.000000e+00 -1.800699e-02
7596              CBS 20/10/2018       57.2  0.000000e+00 -1.800699e-02
7597           Google 20/10/2018    1105.18  0.000000e+00 -6.578114e-03
7598             Nike 20/10/2018      74.21  0.000000e+00  1.873063e-02
7599       McDonald's 20/10/2018     167.49  0.000000e+00 -4.059944e-03
7600            Exxon 20/10/2018      81.97  0.000000e+00 -1.463950e-03
7601         Facebook 20/10/2018     154.05  0.000000e+00  5.647517e-03
7602             Nike 20/10/2018      74.21  0.000000e+00  1.873063e-02
7603           Amazon 20/10/2018    1764.03  0.000000e+00  3.792453e-03
7604        Citigroup 20/10/2018      68.86  0.000000e+00 -3.485333e-03
7605              CBS 20/10/2018       57.2  0.000000e+00 -1.800699e-02
7606          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7607          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7608          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7609             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7610           Amazon 20/10/2018    1764.03  0.000000e+00  3.792453e-03
7611       Home Depot 20/10/2018     179.85  0.000000e+00  3.280512e-03
7612         CocaCola 20/10/2018      46.33  0.000000e+00 -1.554069e-02
7613          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7614         Facebook 20/10/2018     154.05  0.000000e+00  5.647517e-03
7615            Apple 20/10/2018     219.31  0.000000e+00 -1.500160e-02
7616          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7617          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7618 American Express 20/10/2018     106.73  0.000000e+00 -3.644711e-02
7619 American Express 20/10/2018     106.73  0.000000e+00 -3.644711e-02
7620             Nike 20/10/2018      74.21  0.000000e+00  1.873063e-02
7621           Costco 20/10/2018     229.67  0.000000e+00 -4.745940e-03
7622           Amazon 20/10/2018    1764.03  0.000000e+00  3.792453e-03
7623          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7624             Nike 20/10/2018      74.21  0.000000e+00  1.873063e-02
7625            Honda 20/10/2018       3065  0.000000e+00  9.461664e-03
7626             Nike 20/10/2018      74.21  0.000000e+00  1.873063e-02
7627           Amazon 20/10/2018    1764.03  0.000000e+00  3.792453e-03
7628             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7629          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7630             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7631          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7632          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7633          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7634             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7635           Nestle 20/10/2018      82.04  0.000000e+00 -2.998537e-02
7636          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7637             Nike 20/10/2018      74.21  0.000000e+00  1.873063e-02
7638          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7639        Citigroup 20/10/2018      68.86  0.000000e+00 -3.485333e-03
7640          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7641            Apple 20/10/2018     219.31  0.000000e+00 -1.500160e-02
7642          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7643           Oracle 20/10/2018      47.59  0.000000e+00 -4.412692e-03
7644          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7645             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7646          Ryanair 20/10/2018      11.45  0.000000e+00  1.615721e-02
7647           Disney 20/10/2018      118.9  0.000000e+00 -2.287637e-02
7648          Ryanair 20/10/2018      11.45  0.000000e+00  1.615721e-02
7649          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7650          Walmart 20/10/2018      97.15  0.000000e+00 -1.008749e-02
7651            Intel 20/10/2018         44  0.000000e+00  2.204545e-02
7652          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7653          Ryanair 20/10/2018      11.45  0.000000e+00  1.615721e-02
7654          Ryanair 20/10/2018      11.45  0.000000e+00  1.615721e-02
7655           Kroger 20/10/2018      27.56  0.000000e+00 -7.256894e-03
7656          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7657   salesforce.com 20/10/2018     140.49  0.000000e+00  1.672717e-02
7658          Netflix 20/10/2018     332.67  0.000000e+00  4.220399e-02
7659          Ryanair 20/10/2018      11.45  0.000000e+00  1.615721e-02
7660           Amazon 20/10/2018    1764.03  0.000000e+00  3.792453e-03
7661             eBay 20/10/2018      28.75  0.000000e+00  9.739130e-02
7662          Ryanair 20/10/2018      11.45  0.000000e+00  1.615721e-02
7663              GSK 20/10/2018     1557.6  0.000000e+00 -3.017463e-02
7664          Reuters 20/10/2018    51.3383  0.000000e+00  5.362468e-03
7665          Ryanair 20/10/2018      11.45  0.000000e+00  1.615721e-02
7666          Netflix 21/10/2018     332.67  0.000000e+00  0.000000e+00
7667           adidas 21/10/2018        203  0.000000e+00  0.000000e+00
7668          Reuters 21/10/2018    51.3383  0.000000e+00  0.000000e+00
7669          Walmart 21/10/2018      97.15  0.000000e+00  0.000000e+00
7670           Google 21/10/2018    1105.18  0.000000e+00  0.000000e+00
7671          Reuters 21/10/2018    51.3383  0.000000e+00  0.000000e+00
7672          Ryanair 21/10/2018      11.45  0.000000e+00  0.000000e+00
7673          Reuters 21/10/2018    51.3383  0.000000e+00  0.000000e+00
7674          Ryanair 21/10/2018      11.45  0.000000e+00  0.000000e+00
7675              CBS 21/10/2018       57.2  0.000000e+00  0.000000e+00
7676             eBay 21/10/2018      28.75  0.000000e+00  0.000000e+00
7677          Reuters 21/10/2018    51.3383  0.000000e+00  0.000000e+00
7678          Ryanair 21/10/2018      11.45  0.000000e+00  0.000000e+00
7679             eBay 21/10/2018      28.75  0.000000e+00  0.000000e+00
7680          Ryanair 21/10/2018      11.45  0.000000e+00  0.000000e+00
7681          Netflix 21/10/2018     332.67  0.000000e+00  0.000000e+00
7682             AT&T 21/10/2018      32.87  0.000000e+00  0.000000e+00
7683            Apple 21/10/2018     219.31  0.000000e+00  0.000000e+00
7684              CBS 21/10/2018       57.2  0.000000e+00  0.000000e+00
7685          Ryanair 21/10/2018      11.45  0.000000e+00  0.000000e+00
7686          Netflix 21/10/2018     332.67  0.000000e+00  0.000000e+00
7687          Walmart 21/10/2018      97.15  0.000000e+00  0.000000e+00
7688            Apple 21/10/2018     219.31  0.000000e+00  0.000000e+00
7689          Netflix 21/10/2018     332.67  0.000000e+00  0.000000e+00
7690             AT&T 21/10/2018      32.87  0.000000e+00  0.000000e+00
7691         Facebook 21/10/2018     154.05  0.000000e+00  0.000000e+00
7692          Netflix 21/10/2018     332.67  0.000000e+00  0.000000e+00
     x3_day_return x7_day_return px_volume volatility_10d volatility_30d
1     1.231775e-02  0.0548014077   9100057         18.769         16.099
2     1.231775e-02  0.0548014077   9100057         18.769         16.099
3     1.231775e-02  0.0548014077   9100057         18.769         16.099
4     1.629844e-02  0.0583122057  14307985         23.916         17.298
5     1.231775e-02  0.0548014077   9100057         18.769         16.099
6     1.629844e-02  0.0583122057  14307985         23.916         17.298
7     1.492447e-02 -0.0012629329   3137196         13.447         16.992
8     1.629844e-02  0.0583122057  14307985         23.916         17.298
9    -1.220063e-02 -0.0248531405   8485838         12.229         12.982
10    3.028567e-02  0.0357721991   2020180         21.549         14.953
11    3.028567e-02  0.0357721991   2020180         21.549         14.953
12    3.122172e-03  0.0044605345    547029          9.665          9.094
13    1.231775e-02  0.0548014077   9100057         18.769         16.099
14    4.944376e-03 -0.0113720643  49200993          9.114          8.417
15    2.136349e-02 -0.0578071002   9469076         33.029         22.932
16    3.122172e-03  0.0044605345    547029          9.665          9.094
17    1.051780e-02  0.0202265372  46974479         26.321         27.647
18    1.655825e-02 -0.0053222945  27693980         12.549         15.009
19    2.136349e-02 -0.0578071002   9469076         33.029         22.932
20    1.629844e-02  0.0583122057  14307985         23.916         17.298
21    1.629844e-02  0.0583122057  14307985         23.916         17.298
22    5.380138e-03  0.0029987652   1716649         16.606         14.640
23    3.122172e-03  0.0044605345    547029          9.665          9.094
24    1.747873e-02 -0.0174787316  25270549         16.199         13.125
25    3.122172e-03  0.0044605345    547029          9.665          9.094
26    5.487805e-03  0.0079268293   6444913         13.693         22.622
27    1.629844e-02  0.0583122057  14307985         23.916         17.298
28    1.629844e-02  0.0583122057  14307985         23.916         17.298
29    1.629844e-02  0.0583122057  14307985         23.916         17.298
30    2.578397e-02  0.0348432056   1894907         18.942         21.651
31    3.028567e-02  0.0357721991   2020180         21.549         14.953
32   -1.661130e-02  0.0079734219  14889607         27.848         19.862
33    1.629844e-02  0.0583122057  14307985         23.916         17.298
34    1.051780e-02  0.0202265372  46974479         26.321         27.647
35    1.629844e-02  0.0583122057  14307985         23.916         17.298
36    2.136349e-02 -0.0578071002   9469076         33.029         22.932
37    2.136349e-02 -0.0578071002   9469076         33.029         22.932
38    2.136349e-02 -0.0578071002   9469076         33.029         22.932
39    1.629844e-02  0.0583122057  14307985         23.916         17.298
40    1.629844e-02  0.0583122057  14307985         23.916         17.298
41    1.629844e-02  0.0583122057  14307985         23.916         17.298
42    3.122172e-03  0.0044605345    547029          9.665          9.094
43    1.629844e-02  0.0583122057  14307985         23.916         17.298
44    1.592941e-02  0.0079074032   4138962         21.564         15.108
45    1.492447e-02 -0.0012629329   3137196         13.447         16.992
46    2.136349e-02 -0.0578071002   9469076         33.029         22.932
47    2.991773e-03 -0.0002493144  10766745         10.961         10.037
48    1.592941e-02  0.0079074032   4138962         21.564         15.108
49    3.122172e-03  0.0044605345    547029          9.665          9.094
50    1.629844e-02  0.0583122057  14307985         23.916         17.298
51    1.629844e-02  0.0583122057  14307985         23.916         17.298
52    1.629844e-02  0.0583122057  14307985         23.916         17.298
53   -2.890730e-03  0.0089612642   3846647          8.876          8.550
54    1.236586e-02 -0.0042640893   4411631         27.398         24.135
55    8.463542e-03 -0.0039062500  16603050          8.453          9.584
56    1.427256e-02 -0.0072897483  19790484         15.121         16.219
57    1.492447e-02 -0.0012629329   3137196         13.447         16.992
58    1.492447e-02 -0.0012629329   3137196         13.447         16.992
59    1.427256e-02 -0.0072897483  19790484         15.121         16.219
60    3.122172e-03  0.0044605345    547029          9.665          9.094
61    2.365995e-03 -0.0124010769   3733323          7.972          9.585
62    1.629844e-02  0.0583122057  14307985         23.916         17.298
63    1.629844e-02  0.0583122057  14307985         23.916         17.298
64    1.629844e-02  0.0583122057  14307985         23.916         17.298
65    3.327228e-02  0.0190127333   5156419         19.270         18.450
66    2.136349e-02 -0.0578071002   9469076         33.029         22.932
67    1.629844e-02  0.0583122057  14307985         23.916         17.298
68    3.122172e-03  0.0044605345    547029          9.665          9.094
69    1.629844e-02  0.0583122057  14307985         23.916         17.298
70    6.153443e-03  0.0137470542   5568099         15.253         13.409
71    1.629844e-02  0.0583122057  14307985         23.916         17.298
72    1.592941e-02  0.0079074032   4138962         21.564         15.108
73   -1.220063e-02 -0.0248531405   8485838         12.229         12.982
74    2.136349e-02 -0.0578071002   9469076         33.029         22.932
75    1.629844e-02  0.0583122057  14307985         23.916         17.298
76    4.615658e-03 -0.0289366235  22409081         23.833         20.068
77    1.629844e-02  0.0583122057  14307985         23.916         17.298
78    8.780943e-03  0.0057916861   1645836         11.255         12.612
79    2.136349e-02 -0.0578071002   9469076         33.029         22.932
80    1.629844e-02  0.0583122057  14307985         23.916         17.298
81    1.629844e-02  0.0583122057  14307985         23.916         17.298
82    1.629844e-02  0.0583122057  14307985         23.916         17.298
83    1.629844e-02  0.0583122057  14307985         23.916         17.298
84    1.629844e-02  0.0583122057  14307985         23.916         17.298
85    3.122172e-03  0.0044605345    547029          9.665          9.094
86    1.629844e-02  0.0583122057  14307985         23.916         17.298
87    1.629844e-02  0.0583122057  14307985         23.916         17.298
88    1.629844e-02  0.0583122057  14307985         23.916         17.298
89    1.629844e-02  0.0583122057  14307985         23.916         17.298
90    1.629844e-02  0.0583122057  14307985         23.916         17.298
91    1.629844e-02  0.0583122057  14307985         23.916         17.298
92    1.629844e-02  0.0583122057  14307985         23.916         17.298
93    3.028567e-02  0.0357721991   2020180         21.549         14.953
94    2.136349e-02 -0.0578071002   9469076         33.029         22.932
95    1.629844e-02  0.0583122057  14307985         23.916         17.298
96   -1.220063e-02 -0.0248531405   8485838         12.229         12.982
97   -1.220063e-02 -0.0248531405   8485838         12.229         12.982
98    6.140802e-02 -0.0125899281  79257504         60.469         39.887
99    3.122172e-03  0.0044605345    547029          9.665          9.094
100   2.136349e-02 -0.0578071002   9469076         33.029         22.932
101   2.136349e-02 -0.0578071002   9469076         33.029         22.932
102   1.629844e-02  0.0583122057  14307985         23.916         17.298
103   1.629844e-02  0.0583122057  14307985         23.916         17.298
104   1.629844e-02  0.0583122057  14307985         23.916         17.298
105   2.136349e-02 -0.0578071002   9469076         33.029         22.932
106   1.629844e-02  0.0583122057  14307985         23.916         17.298
107   1.629844e-02  0.0583122057  14307985         23.916         17.298
108   1.629844e-02  0.0583122057  14307985         23.916         17.298
109   1.629844e-02  0.0583122057  14307985         23.916         17.298
110   1.629844e-02  0.0583122057  14307985         23.916         17.298
111   1.592941e-02  0.0079074032   4138962         21.564         15.108
112   3.028567e-02  0.0357721991   2020180         21.549         14.953
113   5.482042e-03  0.0103969754  12342873          8.853         15.503
114   1.592941e-02  0.0079074032   4138962         21.564         15.108
115   1.629844e-02  0.0583122057  14307985         23.916         17.298
116   2.136349e-02 -0.0578071002   9469076         33.029         22.932
117   3.122172e-03  0.0044605345    547029          9.665          9.094
118   3.028567e-02  0.0357721991   2020180         21.549         14.953
119   1.629844e-02  0.0583122057  14307985         23.916         17.298
120   2.365995e-03 -0.0124010769   3733323          7.972          9.585
121   1.629844e-02  0.0583122057  14307985         23.916         17.298
122   2.136349e-02 -0.0578071002   9469076         33.029         22.932
123   1.629844e-02  0.0583122057  14307985         23.916         17.298
124   1.629844e-02  0.0583122057  14307985         23.916         17.298
125   2.292674e-02  0.0162994806  29221000         19.641         18.904
126   1.629844e-02  0.0583122057  14307985         23.916         17.298
127   3.327228e-02  0.0190127333   5156419         19.270         18.450
128   3.876570e-03 -0.0234144829   3523867         16.338         16.302
129  -1.045131e-01 -0.1045130641      3000         85.122             NA
130   1.629844e-02  0.0583122057  14307985         23.916         17.298
131   1.629844e-02  0.0583122057  14307985         23.916         17.298
132   3.122172e-03  0.0044605345    547029          9.665          9.094
133   1.236586e-02 -0.0042640893   4411631         27.398         24.135
134   2.136349e-02 -0.0578071002   9469076         33.029         22.932
135   3.028567e-02  0.0357721991   2020180         21.549         14.953
136   1.629844e-02  0.0583122057  14307985         23.916         17.298
137   3.028567e-02  0.0357721991   2020180         21.549         14.953
138   1.629844e-02  0.0583122057  14307985         23.916         17.298
139   1.629844e-02  0.0583122057  14307985         23.916         17.298
140   1.629844e-02  0.0583122057  14307985         23.916         17.298
141   1.629844e-02  0.0583122057  14307985         23.916         17.298
142   1.629844e-02  0.0583122057  14307985         23.916         17.298
143   2.395559e-02 -0.0014607070  11075000         20.183         19.517
144   2.136349e-02 -0.0578071002   9469076         33.029         22.932
145   8.463542e-03 -0.0039062500  16603050          8.453          9.584
146   2.136349e-02 -0.0578071002   9469076         33.029         22.932
147   1.629844e-02  0.0583122057  14307985         23.916         17.298
148   3.028567e-02  0.0357721991   2020180         21.549         14.953
149   2.730054e-02  0.0056483879  10811008         24.047         23.796
150   2.191289e-02  0.0450830714   7950987         17.014         10.996
151   1.629844e-02  0.0583122057  14307985         23.916         17.298
152   2.863891e-02 -0.0035429584   5979200         29.817         25.796
153  -2.890730e-03  0.0089612642   3846647          8.876          8.550
154   1.629844e-02  0.0583122057  14307985         23.916         17.298
155   2.365995e-03 -0.0124010769   3733323          7.972          9.585
156   3.122172e-03  0.0044605345    547029          9.665          9.094
157   1.629844e-02  0.0583122057  14307985         23.916         17.298
158   1.629844e-02  0.0583122057  14307985         23.916         17.298
159   1.629844e-02  0.0583122057  14307985         23.916         17.298
160   3.122172e-03  0.0044605345    547029          9.665          9.094
161   3.028567e-02  0.0357721991   2020180         21.549         14.953
162  -2.890730e-03  0.0089612642   3846647          8.876          8.550
163   1.629844e-02  0.0583122057  14307985         23.916         17.298
164   3.122172e-03  0.0044605345    547029          9.665          9.094
165   2.136349e-02 -0.0578071002   9469076         33.029         22.932
166   1.629844e-02  0.0583122057  14307985         23.916         17.298
167   3.876570e-03 -0.0234144829   3523867         16.338         16.302
168   1.629844e-02  0.0583122057  14307985         23.916         17.298
169   2.991773e-03 -0.0002493144  10766745         10.961         10.037
170   1.629844e-02  0.0583122057  14307985         23.916         17.298
171   1.629844e-02  0.0583122057  14307985         23.916         17.298
172  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
173  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
174   2.365995e-03 -0.0124010769   3733323          7.972          9.585
175   3.122172e-03  0.0044605345    547029          9.665          9.094
176   1.629844e-02  0.0583122057  14307985         23.916         17.298
177   1.629844e-02  0.0583122057  14307985         23.916         17.298
178   5.451374e-03  0.0034888792   3227039         12.229         11.036
179   1.629844e-02  0.0583122057  14307985         23.916         17.298
180   1.629844e-02  0.0583122057  14307985         23.916         17.298
181  -3.557875e-03 -0.0189753321  25405353         14.379         15.465
182   1.629844e-02  0.0583122057  14307985         23.916         17.298
183   1.236586e-02 -0.0042640893   4411631         27.398         24.135
184   3.876570e-03 -0.0234144829   3523867         16.338         16.302
185   1.629844e-02  0.0583122057  14307985         23.916         17.298
186   1.629844e-02  0.0583122057  14307985         23.916         17.298
187   1.629844e-02  0.0583122057  14307985         23.916         17.298
188   1.629844e-02  0.0583122057  14307985         23.916         17.298
189   5.221932e-03 -0.0010443864    753195         17.197         50.149
190   1.427256e-02 -0.0072897483  19790484         15.121         16.219
191   1.629844e-02  0.0583122057  14307985         23.916         17.298
192   1.629844e-02  0.0583122057  14307985         23.916         17.298
193   5.482042e-03  0.0103969754  12342873          8.853         15.503
194   1.629844e-02  0.0583122057  14307985         23.916         17.298
195  -9.769934e-03 -0.0182792310  37450039         13.081         12.910
196   1.629844e-02  0.0583122057  14307985         23.916         17.298
197   3.122172e-03  0.0044605345    547029          9.665          9.094
198   2.292674e-02  0.0162994806  29221000         19.641         18.904
199  -3.557875e-03 -0.0189753321  25405353         14.379         15.465
200   3.122172e-03  0.0044605345    547029          9.665          9.094
201   1.629844e-02  0.0583122057  14307985         23.916         17.298
202   1.629844e-02  0.0583122057  14307985         23.916         17.298
203  -1.618220e-02  0.0098891220   9320880         15.266         14.808
204   1.629844e-02  0.0583122057  14307985         23.916         17.298
205   1.629844e-02  0.0583122057  14307985         23.916         17.298
206   1.629844e-02  0.0583122057  14307985         23.916         17.298
207   1.629844e-02  0.0583122057  14307985         23.916         17.298
208   3.122172e-03  0.0044605345    547029          9.665          9.094
209   2.136349e-02 -0.0578071002   9469076         33.029         22.932
210   3.122172e-03  0.0044605345    547029          9.665          9.094
211   3.122172e-03  0.0044605345    547029          9.665          9.094
212   3.122172e-03  0.0044605345    547029          9.665          9.094
213   1.236586e-02 -0.0042640893   4411631         27.398         24.135
214   2.136349e-02 -0.0578071002   9469076         33.029         22.932
215   2.136349e-02 -0.0578071002   9469076         33.029         22.932
216   1.203836e-02  0.0226484391  16844160         25.613         19.725
217   1.629844e-02  0.0583122057  14307985         23.916         17.298
218   1.629844e-02  0.0583122057  14307985         23.916         17.298
219   4.615658e-03 -0.0289366235  22409081         23.833         20.068
220  -1.618220e-02  0.0098891220   9320880         15.266         14.808
221   2.619018e-02 -0.0175621099   5350680         28.853         17.213
222   1.629844e-02  0.0583122057  14307985         23.916         17.298
223   1.822600e-02 -0.0007594168   6703300         23.594         19.487
224   1.629844e-02  0.0583122057  14307985         23.916         17.298
225   1.629844e-02  0.0583122057  14307985         23.916         17.298
226   1.629844e-02  0.0583122057  14307985         23.916         17.298
227   3.592077e-02  0.0353165577   2087401         21.540         15.547
228   1.629844e-02  0.0583122057  14307985         23.916         17.298
229   3.122172e-03  0.0044605345    547029          9.665          9.094
230   2.136349e-02 -0.0578071002   9469076         33.029         22.932
231   1.629844e-02  0.0583122057  14307985         23.916         17.298
232   9.602390e-04  0.0008535458      3495          3.459          4.545
233   1.629844e-02  0.0583122057  14307985         23.916         17.298
234   1.236586e-02 -0.0042640893   4411631         27.398         24.135
235   2.408865e-03 -0.0329211498   4502211         32.289         25.912
236   3.028567e-02  0.0357721991   2020180         21.549         14.953
237   8.355488e-03 -0.0206988226    342823         32.807         28.367
238   1.629844e-02  0.0583122057  14307985         23.916         17.298
239   1.236586e-02 -0.0042640893   4411631         27.398         24.135
240   3.122172e-03  0.0044605345    547029          9.665          9.094
241   1.492447e-02 -0.0012629329   3137196         13.447         16.992
242   2.136349e-02 -0.0578071002   9469076         33.029         22.932
243   3.122172e-03  0.0044605345    547029          9.665          9.094
244   3.122172e-03  0.0044605345    547029          9.665          9.094
245   1.629844e-02  0.0583122057  14307985         23.916         17.298
246   1.629844e-02  0.0583122057  14307985         23.916         17.298
247   1.629844e-02  0.0583122057  14307985         23.916         17.298
248   1.629844e-02  0.0583122057  14307985         23.916         17.298
249   1.427256e-02 -0.0072897483  19790484         15.121         16.219
250   3.122172e-03  0.0044605345    547029          9.665          9.094
251  -1.125158e-02 -0.0251580278   7835236         11.723         17.510
252   2.408865e-03 -0.0329211498   4502211         32.289         25.912
253   1.629844e-02  0.0583122057  14307985         23.916         17.298
254   1.747873e-02 -0.0174787316  25270549         16.199         13.125
255   9.602390e-04  0.0008535458      3495          3.459          4.545
256   1.629844e-02  0.0583122057  14307985         23.916         17.298
257   1.629844e-02  0.0583122057  14307985         23.916         17.298
258   3.876570e-03 -0.0234144829   3523867         16.338         16.302
259   1.492447e-02 -0.0012629329   3137196         13.447         16.992
260   3.187807e-02 -0.0127096851   2891744         24.074         16.851
261   1.629844e-02  0.0583122057  14307985         23.916         17.298
262   9.602390e-04  0.0008535458      3495          3.459          4.545
263   1.629844e-02  0.0583122057  14307985         23.916         17.298
264   9.602390e-04  0.0008535458      3495          3.459          4.545
265   1.629844e-02  0.0583122057  14307985         23.916         17.298
266   2.136349e-02 -0.0578071002   9469076         33.029         22.932
267   2.136349e-02 -0.0578071002   9469076         33.029         22.932
268   2.863891e-02 -0.0035429584   5979200         29.817         25.796
269   3.876570e-03 -0.0234144829   3523867         16.338         16.302
270   1.629844e-02  0.0583122057  14307985         23.916         17.298
271   1.629844e-02  0.0583122057  14307985         23.916         17.298
272  -3.557875e-03 -0.0189753321  25405353         14.379         15.465
273   2.526316e-02  0.0326315789   3014590         57.280         39.930
274   9.602390e-04  0.0008535458      3495          3.459          4.545
275   1.629844e-02  0.0583122057  14307985         23.916         17.298
276   3.122172e-03  0.0044605345    547029          9.665          9.094
277   2.991773e-03 -0.0002493144  10766745         10.961         10.037
278   3.122172e-03  0.0044605345    547029          9.665          9.094
279   1.629844e-02  0.0583122057  14307985         23.916         17.298
280   1.236586e-02 -0.0042640893   4411631         27.398         24.135
281   9.602390e-04  0.0008535458      3495          3.459          4.545
282   1.629844e-02  0.0583122057  14307985         23.916         17.298
283   1.629844e-02  0.0583122057  14307985         23.916         17.298
284   9.602390e-04  0.0008535458      3495          3.459          4.545
285   9.602390e-04  0.0008535458      3495          3.459          4.545
286   2.365995e-03 -0.0124010769   3733323          7.972          9.585
287   1.492447e-02 -0.0012629329   3137196         13.447         16.992
288   2.365995e-03 -0.0124010769   3733323          7.972          9.585
289   1.629844e-02  0.0583122057  14307985         23.916         17.298
290   9.602390e-04  0.0008535458      3495          3.459          4.545
291   6.153443e-03  0.0137470542   5568099         15.253         13.409
292   2.136349e-02 -0.0578071002   9469076         33.029         22.932
293   1.629844e-02  0.0583122057  14307985         23.916         17.298
294   1.629844e-02  0.0583122057  14307985         23.916         17.298
295   1.629844e-02  0.0583122057  14307985         23.916         17.298
296   1.629844e-02  0.0583122057  14307985         23.916         17.298
297  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
298   3.122172e-03  0.0044605345    547029          9.665          9.094
299   1.629844e-02  0.0583122057  14307985         23.916         17.298
300  -1.618220e-02  0.0098891220   9320880         15.266         14.808
301   3.122172e-03  0.0044605345    547029          9.665          9.094
302   3.122172e-03  0.0044605345    547029          9.665          9.094
303   3.327228e-02  0.0190127333   5156419         19.270         18.450
304   3.122172e-03  0.0044605345    547029          9.665          9.094
305   2.136349e-02 -0.0578071002   9469076         33.029         22.932
306   1.492447e-02 -0.0012629329   3137196         13.447         16.992
307   1.629844e-02  0.0583122057  14307985         23.916         17.298
308   2.136349e-02 -0.0578071002   9469076         33.029         22.932
309   2.365995e-03 -0.0124010769   3733323          7.972          9.585
310   2.863891e-02 -0.0035429584   5979200         29.817         25.796
311   2.365995e-03 -0.0124010769   3733323          7.972          9.585
312  -3.557875e-03 -0.0189753321  25405353         14.379         15.465
313   9.602390e-04  0.0008535458      3495          3.459          4.545
314   1.492447e-02 -0.0012629329   3137196         13.447         16.992
315   2.136349e-02 -0.0578071002   9469076         33.029         22.932
316   9.602390e-04  0.0008535458      3495          3.459          4.545
317   1.629844e-02  0.0583122057  14307985         23.916         17.298
318   1.236586e-02 -0.0042640893   4411631         27.398         24.135
319  -2.890730e-03  0.0089612642   3846647          8.876          8.550
320   9.602390e-04  0.0008535458      3495          3.459          4.545
321  -2.890730e-03  0.0089612642   3846647          8.876          8.550
322   1.629844e-02  0.0583122057  14307985         23.916         17.298
323   1.747873e-02 -0.0174787316  25270549         16.199         13.125
324   1.629844e-02  0.0583122057  14307985         23.916         17.298
325   1.629844e-02  0.0583122057  14307985         23.916         17.298
326   4.615658e-03 -0.0289366235  22409081         23.833         20.068
327   1.747873e-02 -0.0174787316  25270549         16.199         13.125
328   1.629844e-02  0.0583122057  14307985         23.916         17.298
329  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
330   3.122172e-03  0.0044605345    547029          9.665          9.094
331   1.629844e-02  0.0583122057  14307985         23.916         17.298
332   4.615658e-03 -0.0289366235  22409081         23.833         20.068
333   1.629844e-02  0.0583122057  14307985         23.916         17.298
334   2.136349e-02 -0.0578071002   9469076         33.029         22.932
335   2.365995e-03 -0.0124010769   3733323          7.972          9.585
336   1.629844e-02  0.0583122057  14307985         23.916         17.298
337   1.427256e-02 -0.0072897483  19790484         15.121         16.219
338   2.136349e-02 -0.0578071002   9469076         33.029         22.932
339   1.236586e-02 -0.0042640893   4411631         27.398         24.135
340   1.629844e-02  0.0583122057  14307985         23.916         17.298
341   1.747873e-02 -0.0174787316  25270549         16.199         13.125
342   1.629844e-02  0.0583122057  14307985         23.916         17.298
343   7.027314e-03 -0.0241315301  26926210         17.133         14.086
344   9.602390e-04  0.0008535458      3495          3.459          4.545
345   6.140802e-02 -0.0125899281  79257504         60.469         39.887
346   1.629844e-02  0.0583122057  14307985         23.916         17.298
347   6.140802e-02 -0.0125899281  79257504         60.469         39.887
348   5.487805e-03  0.0079268293   6444913         13.693         22.622
349   8.355488e-03 -0.0206988226    342823         32.807         28.367
350   5.482042e-03  0.0103969754  12342873          8.853         15.503
351   8.355488e-03 -0.0206988226    342823         32.807         28.367
352   8.355488e-03 -0.0206988226    342823         32.807         28.367
353   3.122172e-03  0.0044605345    547029          9.665          9.094
354   9.602390e-04  0.0008535458      3495          3.459          4.545
355   4.615658e-03 -0.0289366235  22409081         23.833         20.068
356  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
357   1.629844e-02  0.0583122057  14307985         23.916         17.298
358   3.122172e-03  0.0044605345    547029          9.665          9.094
359   2.365995e-03 -0.0124010769   3733323          7.972          9.585
360   2.136349e-02 -0.0578071002   9469076         33.029         22.932
361   9.602390e-04  0.0008535458      3495          3.459          4.545
362   9.602390e-04  0.0008535458      3495          3.459          4.545
363   1.629844e-02  0.0583122057  14307985         23.916         17.298
364   1.629844e-02  0.0583122057  14307985         23.916         17.298
365   1.747873e-02 -0.0174787316  25270549         16.199         13.125
366   3.122172e-03  0.0044605345    547029          9.665          9.094
367   1.629844e-02  0.0583122057  14307985         23.916         17.298
368   1.236586e-02 -0.0042640893   4411631         27.398         24.135
369   1.492447e-02 -0.0012629329   3137196         13.447         16.992
370   6.140802e-02 -0.0125899281  79257504         60.469         39.887
371   1.629844e-02  0.0583122057  14307985         23.916         17.298
372  -2.886697e-03  0.0079384171  12677977         10.545          8.264
373  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
374   8.355488e-03 -0.0206988226    342823         32.807         28.367
375   8.210391e-02  0.0634106112  12755479         40.751         23.277
376   8.355488e-03 -0.0206988226    342823         32.807         28.367
377   3.028567e-02  0.0357721991   2020180         21.549         14.953
378   9.602390e-04  0.0008535458      3495          3.459          4.545
379  -3.557875e-03 -0.0189753321  25405353         14.379         15.465
380   3.122172e-03  0.0044605345    547029          9.665          9.094
381   3.601079e-02  0.0132198192   2952325         26.114         19.319
382   5.482042e-03  0.0103969754  12342873          8.853         15.503
383   8.355488e-03 -0.0206988226    342823         32.807         28.367
384   3.122172e-03  0.0044605345    547029          9.665          9.094
385   3.327228e-02  0.0190127333   5156419         19.270         18.450
386   3.028567e-02  0.0357721991   2020180         21.549         14.953
387   3.122172e-03  0.0044605345    547029          9.665          9.094
388   1.629844e-02  0.0583122057  14307985         23.916         17.298
389   2.863891e-02 -0.0035429584   5979200         29.817         25.796
390   1.629844e-02  0.0583122057  14307985         23.916         17.298
391   1.492447e-02 -0.0012629329   3137196         13.447         16.992
392   5.482042e-03  0.0103969754  12342873          8.853         15.503
393   1.629844e-02  0.0583122057  14307985         23.916         17.298
394   2.408865e-03 -0.0329211498   4502211         32.289         25.912
395   3.122172e-03  0.0044605345    547029          9.665          9.094
396   2.136349e-02 -0.0578071002   9469076         33.029         22.932
397   3.122172e-03  0.0044605345    547029          9.665          9.094
398   3.122172e-03  0.0044605345    547029          9.665          9.094
399   1.051780e-02  0.0202265372  46974479         26.321         27.647
400   3.122172e-03  0.0044605345    547029          9.665          9.094
401   1.629844e-02  0.0583122057  14307985         23.916         17.298
402   3.028567e-02  0.0357721991   2020180         21.549         14.953
403  -3.557875e-03 -0.0189753321  25405353         14.379         15.465
404   3.122172e-03  0.0044605345    547029          9.665          9.094
405   1.629844e-02  0.0583122057  14307985         23.916         17.298
406   2.863891e-02 -0.0035429584   5979200         29.817         25.796
407   6.140802e-02 -0.0125899281  79257504         60.469         39.887
408   1.629844e-02  0.0583122057  14307985         23.916         17.298
409  -5.908419e-03 -0.0358936484       217         15.606         17.509
410   3.122172e-03  0.0044605345    547029          9.665          9.094
411   1.236586e-02 -0.0042640893   4411631         27.398         24.135
412   1.629844e-02  0.0583122057  14307985         23.916         17.298
413   1.236586e-02 -0.0042640893   4411631         27.398         24.135
414   1.492447e-02 -0.0012629329   3137196         13.447         16.992
415   2.136349e-02 -0.0578071002   9469076         33.029         22.932
416   1.629844e-02  0.0583122057  14307985         23.916         17.298
417   1.236586e-02 -0.0042640893   4411631         27.398         24.135
418   3.122172e-03  0.0044605345    547029          9.665          9.094
419   8.355488e-03 -0.0206988226    342823         32.807         28.367
420   3.122172e-03  0.0044605345    547029          9.665          9.094
421   1.629844e-02  0.0583122057  14307985         23.916         17.298
422   3.122172e-03  0.0044605345    547029          9.665          9.094
423   3.028567e-02  0.0357721991   2020180         21.549         14.953
424   1.629844e-02  0.0583122057  14307985         23.916         17.298
425   1.629844e-02  0.0583122057  14307985         23.916         17.298
426   1.236586e-02 -0.0042640893   4411631         27.398         24.135
427   1.629844e-02  0.0583122057  14307985         23.916         17.298
428   1.236586e-02 -0.0042640893   4411631         27.398         24.135
429   3.122172e-03  0.0044605345    547029          9.665          9.094
430  -1.766784e-02 -0.0167844523   5847437         17.560         17.186
431   3.122172e-03  0.0044605345    547029          9.665          9.094
432   1.629844e-02  0.0583122057  14307985         23.916         17.298
433   1.236586e-02 -0.0042640893   4411631         27.398         24.135
434   1.629844e-02  0.0583122057  14307985         23.916         17.298
435   3.122172e-03  0.0044605345    547029          9.665          9.094
436   2.136349e-02 -0.0578071002   9469076         33.029         22.932
437   2.136349e-02 -0.0578071002   9469076         33.029         22.932
438   1.236586e-02 -0.0042640893   4411631         27.398         24.135
439   1.655825e-02 -0.0053222945  27693980         12.549         15.009
440   3.028567e-02  0.0357721991   2020180         21.549         14.953
441   8.355488e-03 -0.0206988226    342823         32.807         28.367
442   8.355488e-03 -0.0206988226    342823         32.807         28.367
443   1.231775e-02  0.0548014077   9100057         18.769         16.099
444   5.451374e-03  0.0034888792   3227039         12.229         11.036
445   3.122172e-03  0.0044605345    547029          9.665          9.094
446   5.380138e-03  0.0029987652   1716649         16.606         14.640
447   3.876570e-03 -0.0234144829   3523867         16.338         16.302
448   1.629844e-02  0.0583122057  14307985         23.916         17.298
449   8.355488e-03 -0.0206988226    342823         32.807         28.367
450   3.122172e-03  0.0044605345    547029          9.665          9.094
451   1.492447e-02 -0.0012629329   3137196         13.447         16.992
452   1.629844e-02  0.0583122057  14307985         23.916         17.298
453   1.492447e-02 -0.0012629329   3137196         13.447         16.992
454  -2.890730e-03  0.0089612642   3846647          8.876          8.550
455   3.122172e-03  0.0044605345    547029          9.665          9.094
456   1.492447e-02 -0.0012629329   3137196         13.447         16.992
457  -1.661130e-02  0.0079734219  14889607         27.848         19.862
458   3.150462e-02  0.0217273221  27059084         20.872         14.550
459   3.150462e-02  0.0217273221  27059084         20.872         14.550
460   1.236586e-02 -0.0042640893   4411631         27.398         24.135
461   1.427256e-02 -0.0072897483  19790484         15.121         16.219
462   1.629844e-02  0.0583122057  14307985         23.916         17.298
463   1.236586e-02 -0.0042640893   4411631         27.398         24.135
464   1.236586e-02 -0.0042640893   4411631         27.398         24.135
465  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
466   1.492447e-02 -0.0012629329   3137196         13.447         16.992
467   1.629844e-02  0.0583122057  14307985         23.916         17.298
468   1.629844e-02  0.0583122057  14307985         23.916         17.298
469   1.629844e-02  0.0583122057  14307985         23.916         17.298
470   1.629844e-02  0.0583122057  14307985         23.916         17.298
471   1.592941e-02  0.0079074032   4138962         21.564         15.108
472   3.876570e-03 -0.0234144829   3523867         16.338         16.302
473   1.492447e-02 -0.0012629329   3137196         13.447         16.992
474   2.136349e-02 -0.0578071002   9469076         33.029         22.932
475   3.122172e-03  0.0044605345    547029          9.665          9.094
476  -3.557875e-03 -0.0189753321  25405353         14.379         15.465
477   2.863891e-02 -0.0035429584   5979200         29.817         25.796
478   1.629844e-02  0.0583122057  14307985         23.916         17.298
479   2.395559e-02 -0.0014607070  11075000         20.183         19.517
480   3.122172e-03  0.0044605345    547029          9.665          9.094
481   1.629844e-02  0.0583122057  14307985         23.916         17.298
482   3.122172e-03  0.0044605345    547029          9.665          9.094
483   3.122172e-03  0.0044605345    547029          9.665          9.094
484   3.028567e-02  0.0357721991   2020180         21.549         14.953
485   7.027314e-03 -0.0241315301  26926210         17.133         14.086
486   3.876570e-03 -0.0234144829   3523867         16.338         16.302
487   4.615658e-03 -0.0289366235  22409081         23.833         20.068
488   1.492447e-02 -0.0012629329   3137196         13.447         16.992
489   2.136349e-02 -0.0578071002   9469076         33.029         22.932
490  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
491   1.629844e-02  0.0583122057  14307985         23.916         17.298
492   1.492447e-02 -0.0012629329   3137196         13.447         16.992
493   2.991773e-03 -0.0002493144  10766745         10.961         10.037
494   1.629844e-02  0.0583122057  14307985         23.916         17.298
495   2.365995e-03 -0.0124010769   3733323          7.972          9.585
496   2.136349e-02 -0.0578071002   9469076         33.029         22.932
497  -1.125158e-02 -0.0251580278   7835236         11.723         17.510
498   1.492447e-02 -0.0012629329   3137196         13.447         16.992
499   1.629844e-02  0.0583122057  14307985         23.916         17.298
500   4.944376e-03 -0.0113720643  49200993          9.114          8.417
501   1.629844e-02  0.0583122057  14307985         23.916         17.298
502  -1.220063e-02 -0.0248531405   8485838         12.229         12.982
503   2.136349e-02 -0.0578071002   9469076         33.029         22.932
504   3.876570e-03 -0.0234144829   3523867         16.338         16.302
505   1.629844e-02  0.0583122057  14307985         23.916         17.298
506   1.629844e-02  0.0583122057  14307985         23.916         17.298
507   2.136349e-02 -0.0578071002   9469076         33.029         22.932
508   1.629844e-02  0.0583122057  14307985         23.916         17.298
509  -3.557875e-03 -0.0189753321  25405353         14.379         15.465
510   2.136349e-02 -0.0578071002   9469076         33.029         22.932
511   3.122172e-03  0.0044605345    547029          9.665          9.094
512   2.136349e-02 -0.0578071002   9469076         33.029         22.932
513   2.136349e-02 -0.0578071002   9469076         33.029         22.932
514   1.629844e-02  0.0583122057  14307985         23.916         17.298
515   1.492447e-02 -0.0012629329   3137196         13.447         16.992
516   1.629844e-02  0.0583122057  14307985         23.916         17.298
517   5.522788e-03  0.0410991957    619442         20.305         17.352
518  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
519   2.167183e-03 -0.0247678019   2123243         13.477         16.281
520   4.118738e-02  0.0890538033  18796871         25.781         18.576
521   3.594184e-03 -0.0051462179   3233576          7.607          9.573
522  -7.881108e-03 -0.0131351798  50139775         18.120         16.992
523  -1.188778e-03 -0.0159296243  32082528         14.700         15.146
524   4.118738e-02  0.0890538033  18796871         25.781         18.576
525  -1.796945e-02 -0.0292902066  10501334         10.433         12.575
526   1.138263e-03  0.0012686895      3863          3.391          4.525
527   9.425370e-03  0.0177280905    693341         10.369          9.245
528   2.020498e-02  0.0102489019   5165300         26.418         25.746
529   4.118738e-02  0.0890538033  18796871         25.781         18.576
530   1.186248e-02 -0.0089501350   6033422         19.491         24.098
531   4.118738e-02  0.0890538033  18796871         25.781         18.576
532   3.654139e-02  0.0530027967   2251047         21.579         15.049
533   4.118738e-02  0.0890538033  18796871         25.781         18.576
534   1.216240e-02  0.0126989805  21157698         24.594         20.199
535   4.118738e-02  0.0890538033  18796871         25.781         18.576
536   1.025482e-02 -0.0605966439   9700776         33.037         22.838
537   9.425370e-03  0.0177280905    693341         10.369          9.245
538   1.025482e-02 -0.0605966439   9700776         33.037         22.838
539   1.186248e-02 -0.0089501350   6033422         19.491         24.098
540   4.118738e-02  0.0890538033  18796871         25.781         18.576
541   4.118738e-02  0.0890538033  18796871         25.781         18.576
542  -1.267512e-02  0.0133422282  12433763         26.395         19.843
543   4.118738e-02  0.0890538033  18796871         25.781         18.576
544   1.186248e-02 -0.0089501350   6033422         19.491         24.098
545   9.425370e-03  0.0177280905    693341         10.369          9.245
546   1.025482e-02 -0.0605966439   9700776         33.037         22.838
547   9.425370e-03  0.0177280905    693341         10.369          9.245
548   1.025482e-02 -0.0605966439   9700776         33.037         22.838
549   4.118738e-02  0.0890538033  18796871         25.781         18.576
550   3.654139e-02  0.0530027967   2251047         21.579         15.049
551   4.609524e-02  0.0494285714   6149776         18.784         14.195
552   4.118738e-02  0.0890538033  18796871         25.781         18.576
553   3.206337e-03  0.0158430781   8810937          8.269         15.483
554  -1.327853e-02 -0.0398355991   8937496         31.180         25.996
555  -1.327853e-02 -0.0398355991   8937496         31.180         25.996
556   3.460208e-02  0.0015728216  39671528         19.390         12.716
557   4.108848e-03  0.0050099117   3850181         14.201         16.989
558   4.118738e-02  0.0890538033  18796871         25.781         18.576
559   4.118738e-02  0.0890538033  18796871         25.781         18.576
560   4.118738e-02  0.0890538033  18796871         25.781         18.576
561   4.118738e-02  0.0890538033  18796871         25.781         18.576
562   4.118738e-02  0.0890538033  18796871         25.781         18.576
563  -1.327853e-02 -0.0398355991   8937496         31.180         25.996
564   4.118738e-02  0.0890538033  18796871         25.781         18.576
565   9.425370e-03  0.0177280905    693341         10.369          9.245
566   4.118738e-02  0.0890538033  18796871         25.781         18.576
567   1.216240e-02  0.0126989805  21157698         24.594         20.199
568   1.025482e-02 -0.0605966439   9700776         33.037         22.838
569   4.118738e-02  0.0890538033  18796871         25.781         18.576
570   1.025482e-02 -0.0605966439   9700776         33.037         22.838
571   9.425370e-03  0.0177280905    693341         10.369          9.245
572   1.379870e-02  0.0381493506  44396812         26.327         27.639
573   4.118738e-02  0.0890538033  18796871         25.781         18.576
574   4.118738e-02  0.0890538033  18796871         25.781         18.576
575   4.118738e-02  0.0890538033  18796871         25.781         18.576
576   4.118738e-02  0.0890538033  18796871         25.781         18.576
577  -1.045131e-01 -0.1045130641      3000         85.122             NA
578   9.425370e-03  0.0177280905    693341         10.369          9.245
579   4.562664e-03  0.0155324726   3515578          9.724          8.722
580   4.562664e-03  0.0155324726   3515578          9.724          8.722
581   4.562664e-03  0.0155324726   3515578          9.724          8.722
582   4.562664e-03  0.0155324726   3515578          9.724          8.722
583   4.562664e-03  0.0155324726   3515578          9.724          8.722
584   4.562664e-03  0.0155324726   3515578          9.724          8.722
585   4.118738e-02  0.0890538033  18796871         25.781         18.576
586   4.118738e-02  0.0890538033  18796871         25.781         18.576
587   4.118738e-02  0.0890538033  18796871         25.781         18.576
588   4.118738e-02  0.0890538033  18796871         25.781         18.576
589   9.425370e-03  0.0177280905    693341         10.369          9.245
590   4.118738e-02  0.0890538033  18796871         25.781         18.576
591   4.108848e-03  0.0050099117   3850181         14.201         16.989
592   9.425370e-03  0.0177280905    693341         10.369          9.245
593   3.206337e-03  0.0158430781   8810937          8.269         15.483
594   4.118738e-02  0.0890538033  18796871         25.781         18.576
595   8.164040e-03 -0.0174672489    301346         26.819         28.350
596   4.118738e-02  0.0890538033  18796871         25.781         18.576
597   2.053298e-02  0.0209698558 103630853         20.322         22.811
598   4.118738e-02  0.0890538033  18796871         25.781         18.576
599   4.263928e-02  0.0431001762    813955         21.006         19.114
600   2.167183e-03 -0.0247678019   2123243         13.477         16.281
601   9.425370e-03  0.0177280905    693341         10.369          9.245
602   1.025482e-02 -0.0605966439   9700776         33.037         22.838
603   1.138263e-03  0.0012686895      3863          3.391          4.525
604   3.594184e-03 -0.0051462179   3233576          7.607          9.573
605   2.167183e-03 -0.0247678019   2123243         13.477         16.281
606   4.108848e-03  0.0050099117   3850181         14.201         16.989
607   1.025482e-02 -0.0605966439   9700776         33.037         22.838
608  -1.327853e-02 -0.0398355991   8937496         31.180         25.996
609   4.118738e-02  0.0890538033  18796871         25.781         18.576
610   4.108848e-03  0.0050099117   3850181         14.201         16.989
611   3.654139e-02  0.0530027967   2251047         21.579         15.049
612   3.206337e-03  0.0158430781   8810937          8.269         15.483
613   1.138263e-03  0.0012686895      3863          3.391          4.525
614   2.167183e-03 -0.0247678019   2123243         13.477         16.281
615   2.224824e-02  0.0271662763   9731327         23.614         23.830
616   4.108848e-03  0.0050099117   3850181         14.201         16.989
617   3.654139e-02  0.0530027967   2251047         21.579         15.049
618   1.216240e-02  0.0126989805  21157698         24.594         20.199
619   4.118738e-02  0.0890538033  18796871         25.781         18.576
620  -1.327853e-02 -0.0398355991   8937496         31.180         25.996
621   1.186248e-02 -0.0089501350   6033422         19.491         24.098
622  -5.908419e-03 -0.0147710487       892         15.755         16.655
623   4.118738e-02  0.0890538033  18796871         25.781         18.576
624   3.098626e-02  0.0289365807  15111832         13.862         13.795
625   1.891169e-02  0.0292595897  17441470         18.993         18.996
626   2.020498e-02  0.0102489019   5165300         26.418         25.746
627   2.167183e-03 -0.0247678019   2123243         13.477         16.281
628   1.186248e-02 -0.0089501350   6033422         19.491         24.098
629   4.118738e-02  0.0890538033  18796871         25.781         18.576
630   4.108848e-03  0.0050099117   3850181         14.201         16.989
631   1.025482e-02 -0.0605966439   9700776         33.037         22.838
632   1.186248e-02 -0.0089501350   6033422         19.491         24.098
633   3.460208e-02  0.0015728216  39671528         19.390         12.716
634   1.993865e-02  0.0071574642  14150400         24.303         24.950
635   4.118738e-02  0.0890538033  18796871         25.781         18.576
636   1.186248e-02 -0.0089501350   6033422         19.491         24.098
637   4.118738e-02  0.0890538033  18796871         25.781         18.576
638   4.118738e-02  0.0890538033  18796871         25.781         18.576
639   4.118738e-02  0.0890538033  18796871         25.781         18.576
640   4.108848e-03  0.0050099117   3850181         14.201         16.989
641   4.118738e-02  0.0890538033  18796871         25.781         18.576
642   9.425370e-03  0.0177280905    693341         10.369          9.245
643   1.993865e-02  0.0071574642  14150400         24.303         24.950
644   1.186248e-02 -0.0089501350   6033422         19.491         24.098
645  -7.881108e-03 -0.0131351798  50139775         18.120         16.992
646   2.506266e-03  0.0150375940   1800906         18.641         29.800
647   3.654139e-02  0.0530027967   2251047         21.579         15.049
648   4.118738e-02  0.0890538033  18796871         25.781         18.576
649  -7.881108e-03 -0.0131351798  50139775         18.120         16.992
650   4.118738e-02  0.0890538033  18796871         25.781         18.576
651   4.108848e-03  0.0050099117   3850181         14.201         16.989
652   4.118738e-02  0.0890538033  18796871         25.781         18.576
653   1.138263e-03  0.0012686895      3863          3.391          4.525
654   1.025482e-02 -0.0605966439   9700776         33.037         22.838
655   1.025482e-02 -0.0605966439   9700776         33.037         22.838
656   4.118738e-02  0.0890538033  18796871         25.781         18.576
657   4.118738e-02  0.0890538033  18796871         25.781         18.576
658   2.274806e-02  0.0206745136   3138026         28.849         17.000
659   4.118738e-02  0.0890538033  18796871         25.781         18.576
660  -1.796945e-02 -0.0292902066  10501334         10.433         12.575
661   3.460208e-02  0.0015728216  39671528         19.390         12.716
662   1.186248e-02 -0.0089501350   6033422         19.491         24.098
663   1.025482e-02 -0.0605966439   9700776         33.037         22.838
664   1.025482e-02 -0.0605966439   9700776         33.037         22.838
665   1.025482e-02 -0.0605966439   9700776         33.037         22.838
666   2.330783e-02  0.0127133608  15430940         16.344         16.742
667   1.025482e-02 -0.0605966439   9700776         33.037         22.838
668   4.118738e-02  0.0890538033  18796871         25.781         18.576
669   3.594184e-03 -0.0051462179   3233576          7.607          9.573
670   4.108848e-03  0.0050099117   3850181         14.201         16.989
671   3.654139e-02  0.0530027967   2251047         21.579         15.049
672   2.167183e-03 -0.0247678019   2123243         13.477         16.281
673   4.562664e-03  0.0155324726   3515578          9.724          8.722
674   9.425370e-03  0.0177280905    693341         10.369          9.245
675   3.654139e-02  0.0530027967   2251047         21.579         15.049
676   1.186545e-02  0.0084566596   2344503         11.430          9.509
677   4.118738e-02  0.0890538033  18796871         25.781         18.576
678   9.425370e-03  0.0177280905    693341         10.369          9.245
679   1.186248e-02 -0.0089501350   6033422         19.491         24.098
680   1.727007e-02  0.0229502553   2795745         21.680         15.123
681   4.118738e-02  0.0890538033  18796871         25.781         18.576
682   3.997809e-02  0.0350492881  28380640         21.182         13.961
683   4.108848e-03  0.0050099117   3850181         14.201         16.989
684   1.025482e-02 -0.0605966439   9700776         33.037         22.838
685   2.167183e-03 -0.0247678019   2123243         13.477         16.281
686   4.108848e-03  0.0050099117   3850181         14.201         16.989
687   4.118738e-02  0.0890538033  18796871         25.781         18.576
688  -1.045131e-01 -0.1045130641      3000         85.122             NA
689   2.167183e-03 -0.0247678019   2123243         13.477         16.281
690   9.425370e-03  0.0177280905    693341         10.369          9.245
691   1.025482e-02 -0.0605966439   9700776         33.037         22.838
692   5.180652e-02  0.0358619209   2076140         27.376         19.618
693  -1.796945e-02 -0.0292902066  10501334         10.433         12.575
694   4.108848e-03  0.0050099117   3850181         14.201         16.989
695  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
696  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
697  -7.881108e-03 -0.0131351798  50139775         18.120         16.992
698   4.118738e-02  0.0890538033  18796871         25.781         18.576
699   2.500517e-02  0.0285182889  26004051         25.114         19.445
700   1.025482e-02 -0.0605966439   9700776         33.037         22.838
701  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
702   9.425370e-03  0.0177280905    693341         10.369          9.245
703  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
704  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
705   9.425370e-03  0.0177280905    693341         10.369          9.245
706   9.425370e-03  0.0177280905    693341         10.369          9.245
707   1.025482e-02 -0.0605966439   9700776         33.037         22.838
708  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
709   3.654139e-02  0.0530027967   2251047         21.579         15.049
710  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
711   1.025482e-02 -0.0605966439   9700776         33.037         22.838
712  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
713   4.118738e-02  0.0890538033  18796871         25.781         18.576
714   1.186248e-02 -0.0089501350   6033422         19.491         24.098
715  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
716  -5.281553e-02 -0.0533592233 111985040         32.204         19.196
717   9.116022e-03  0.0088397790  24977011         11.920         16.072
718  -7.377896e-04 -0.0134277704  16112092         12.070         14.601
719   9.456762e-03  0.0491725870   1771528         15.922         17.907
720  -2.408935e-03 -0.0021169428  23482860          5.183         18.649
721   1.000313e-02  0.0079712410  23239825          4.759         12.390
722   8.762441e-03  0.0061120727      1510         19.623         19.212
723   7.880110e-03  0.0033068318   3862221         10.429         19.201
724  -7.377896e-04 -0.0134277704  16112092         12.070         14.601
725   3.408566e-03  0.0051365202   1383119          6.591         12.823
726   4.719764e-03  0.0005899705   8105294         15.920         21.975
727   7.880110e-03  0.0033068318   3862221         10.429         19.201
728  -2.050473e-02  0.0126182965   4818512         40.366         39.377
729   2.089200e-03 -0.0007266782   4766038          5.810          8.831
730   4.095963e-03 -0.0014628438  23093057         14.798         12.581
731  -5.157767e-03 -0.0015169903   9754010         12.984         11.163
732  -4.179903e-03  0.0123725130  17237460         13.535         20.334
733   2.366752e-04  0.0134904857   2793709         10.600         15.837
734   2.773089e-02  0.1294911985   3918310         62.828         41.170
735  -4.289800e-03 -0.0119161106  15946816         10.297         12.070
736   9.456762e-03  0.0491725870   1771528         15.922         17.907
737   3.408566e-03  0.0051365202   1383119          6.591         12.823
738   2.366752e-04  0.0134904857   2793709         10.600         15.837
739   2.366752e-04  0.0134904857   2793709         10.600         15.837
740   9.456762e-03  0.0491725870   1771528         15.922         17.907
741   1.848237e-03  0.0113456142   1449737         14.957         15.396
742   2.366752e-04  0.0134904857   2793709         10.600         15.837
743   3.408566e-03  0.0051365202   1383119          6.591         12.823
744   2.366752e-04  0.0134904857   2793709         10.600         15.837
745   8.492569e-03  0.0156581741  30335967         11.977         34.619
746   4.719764e-03  0.0005899705   8105294         15.920         21.975
747   2.366752e-04  0.0134904857   2793709         10.600         15.837
748   9.456762e-03  0.0491725870   1771528         15.922         17.907
749   7.833921e-03  0.0030552291   4619284          9.928          8.135
750   1.363963e-02 -0.0014357502  19338619         11.868         14.041
751   3.408566e-03  0.0051365202   1383119          6.591         12.823
752   4.705300e-03 -0.0061911838  56851331          7.773         16.758
753   3.408566e-03  0.0051365202   1383119          6.591         12.823
754   2.366752e-04  0.0134904857   2793709         10.600         15.837
755   3.408566e-03  0.0051365202   1383119          6.591         12.823
756   9.456762e-03  0.0491725870   1771528         15.922         17.907
757  -3.765933e-02 -0.0353418308   3737222         19.841         15.222
758   2.366752e-04  0.0134904857   2793709         10.600         15.837
759  -2.521008e-02 -0.0014005602   2006556         16.673         23.409
760   7.880110e-03  0.0033068318   3862221         10.429         19.201
761   4.719764e-03  0.0005899705   8105294         15.920         21.975
762   8.508509e-03  0.0024468913   3273420          9.098         14.821
763  -5.117544e-03  0.0107148569   4297878         33.166         30.373
764   5.698655e-03  0.0036927285   1471287          9.685         10.924
765   3.408566e-03  0.0051365202   1383119          6.591         12.823
766   1.224633e-02  0.0034989503   7951315         16.337         15.420
767   2.300173e-03  0.0123634273   5951700         11.009         20.938
768   2.366752e-04  0.0134904857   2793709         10.600         15.837
769   8.492569e-03  0.0156581741  30335967         11.977         34.619
770  -3.747190e-03 -0.0011241569   4415322          4.611         11.499
771   3.408566e-03  0.0051365202   1383119          6.591         12.823
772   9.116022e-03  0.0088397790  24977011         11.920         16.072
773   5.673759e-02  0.1205673759  16737895        124.137         70.685
774   7.833921e-03  0.0030552291   4619284          9.928          8.135
775   9.456762e-03  0.0491725870   1771528         15.922         17.907
776   2.366752e-04  0.0134904857   2793709         10.600         15.837
777   2.366752e-04  0.0134904857   2793709         10.600         15.837
778   3.408566e-03  0.0051365202   1383119          6.591         12.823
779   2.366752e-04  0.0134904857   2793709         10.600         15.837
780  -3.142036e-03  0.0183707113   1585711         17.788         18.209
781   9.456762e-03  0.0491725870   1771528         15.922         17.907
782   9.456762e-03  0.0491725870   1771528         15.922         17.907
783  -2.408935e-03 -0.0021169428  23482860          5.183         18.649
784   2.366752e-04  0.0134904857   2793709         10.600         15.837
785   4.719764e-03  0.0005899705   8105294         15.920         21.975
786  -7.377896e-04 -0.0134277704  16112092         12.070         14.601
787   4.719764e-03  0.0005899705   8105294         15.920         21.975
788   9.456762e-03  0.0491725870   1771528         15.922         17.907
789   9.456762e-03  0.0491725870   1771528         15.922         17.907
790   1.072622e-02  0.0117812555   8750655         10.165         19.305
791   8.492569e-03  0.0156581741  30335967         11.977         34.619
792   4.719764e-03  0.0005899705   8105294         15.920         21.975
793  -7.536606e-03 -0.0176571921   2968324         22.964         23.590
794   7.880110e-03  0.0033068318   3862221         10.429         19.201
795   7.880110e-03  0.0033068318   3862221         10.429         19.201
796   4.719764e-03  0.0005899705   8105294         15.920         21.975
797   2.366752e-04  0.0134904857   2793709         10.600         15.837
798   3.408566e-03  0.0051365202   1383119          6.591         12.823
799  -2.521008e-02 -0.0014005602   2006556         16.673         23.409
800  -3.125751e-03  0.0069728300   8702646         14.513         15.036
801   3.971256e-03  0.0185325265   3794023         16.848         27.449
802   7.880110e-03  0.0033068318   3862221         10.429         19.201
803   4.609750e-03  0.0106466962       413         15.643         14.585
804   1.256013e-02  0.0125601283  16872258         11.293         12.874
805   9.456762e-03  0.0491725870   1771528         15.922         17.907
806   7.833921e-03  0.0030552291   4619284          9.928          8.135
807   1.363963e-02 -0.0014357502  19338619         11.868         14.041
808   2.366752e-04  0.0134904857   2793709         10.600         15.837
809   4.387550e-03  0.0068136066    781830         14.342         15.561
810   2.089200e-03 -0.0007266782   4766038          5.810          8.831
811   9.456762e-03  0.0491725870   1771528         15.922         17.907
812   1.072622e-02  0.0117812555   8750655         10.165         19.305
813   1.363963e-02 -0.0014357502  19338619         11.868         14.041
814  -3.713980e-02 -0.0399270253    779194         24.356         22.092
815   1.000313e-02  0.0079712410  23239825          4.759         12.390
816   1.000313e-02  0.0079712410  23239825          4.759         12.390
817   1.072622e-02  0.0117812555   8750655         10.165         19.305
818   4.719764e-03  0.0005899705   8105294         15.920         21.975
819   2.089200e-03 -0.0007266782   4766038          5.810          8.831
820   1.072622e-02  0.0117812555   8750655         10.165         19.305
821   1.592840e-02  0.0233616505   4249920         19.256         16.692
822   1.072622e-02  0.0117812555   8750655         10.165         19.305
823  -2.521008e-02 -0.0014005602   2006556         16.673         23.409
824   4.719764e-03  0.0005899705   8105294         15.920         21.975
825   5.285802e-03  0.0102028273  10532997         10.802         11.584
826   1.072622e-02  0.0117812555   8750655         10.165         19.305
827   6.736449e-04  0.0123328842   1788244         15.061         18.589
828   1.072622e-02  0.0117812555   8750655         10.165         19.305
829  -3.125751e-03  0.0069728300   8702646         14.513         15.036
830   1.363963e-02 -0.0014357502  19338619         11.868         14.041
831   1.072622e-02  0.0117812555   8750655         10.165         19.305
832   2.184702e-03  0.0274156396   1116142         14.776         17.222
833   7.833921e-03  0.0030552291   4619284          9.928          8.135
834   4.719764e-03  0.0005899705   8105294         15.920         21.975
835   8.508509e-03  0.0024468913   3273420          9.098         14.821
836   4.719764e-03  0.0005899705   8105294         15.920         21.975
837   2.366752e-04  0.0134904857   2793709         10.600         15.837
838   9.456762e-03  0.0491725870   1771528         15.922         17.907
839   5.698655e-03  0.0036927285   1471287          9.685         10.924
840  -1.823339e-02  0.0040518639  90241979         17.981         21.310
841   2.773089e-02  0.1294911985   3918310         62.828         41.170
842   2.089200e-03 -0.0007266782   4766038          5.810          8.831
843   1.072622e-02  0.0117812555   8750655         10.165         19.305
844   4.719764e-03  0.0005899705   8105294         15.920         21.975
845   1.592840e-02  0.0233616505   4249920         19.256         16.692
846   2.058367e-02  0.0073311716  15952573         20.518         17.451
847   3.408566e-03  0.0051365202   1383119          6.591         12.823
848   1.072622e-02  0.0117812555   8750655         10.165         19.305
849   6.736449e-04  0.0123328842   1788244         15.061         18.589
850   3.408566e-03  0.0051365202   1383119          6.591         12.823
851   1.000313e-02  0.0079712410  23239825          4.759         12.390
852   1.000313e-02  0.0079712410  23239825          4.759         12.390
853   1.363963e-02 -0.0014357502  19338619         11.868         14.041
854   1.072622e-02  0.0117812555   8750655         10.165         19.305
855   4.103165e-03 -0.0146541618  27480705         13.974         11.834
856   2.366752e-04  0.0134904857   2793709         10.600         15.837
857   4.719764e-03  0.0005899705   8105294         15.920         21.975
858   7.833921e-03  0.0030552291   4619284          9.928          8.135
859   2.366752e-04  0.0134904857   2793709         10.600         15.837
860   9.469697e-03  0.0340909091       260         21.770         34.838
861   8.508509e-03  0.0024468913   3273420          9.098         14.821
862   2.366752e-04  0.0134904857   2793709         10.600         15.837
863   9.469697e-03  0.0340909091       260         21.770         34.838
864   9.456762e-03  0.0491725870   1771528         15.922         17.907
865   4.719764e-03  0.0005899705   8105294         15.920         21.975
866   9.469697e-03  0.0340909091       260         21.770         34.838
867   5.673759e-02  0.1205673759  16737895        124.137         70.685
868   8.196721e-03  0.0109007943   2008016          8.301         12.032
869   4.719764e-03  0.0005899705   8105294         15.920         21.975
870   1.848237e-03  0.0113456142   1449737         14.957         15.396
871   9.456762e-03  0.0491725870   1771528         15.922         17.907
872   9.456762e-03  0.0491725870   1771528         15.922         17.907
873  -5.117544e-03  0.0107148569   4297878         33.166         30.373
874   2.366752e-04  0.0134904857   2793709         10.600         15.837
875   9.456762e-03  0.0491725870   1771528         15.922         17.907
876   9.456762e-03  0.0491725870   1771528         15.922         17.907
877   4.719764e-03  0.0005899705   8105294         15.920         21.975
878   4.719764e-03  0.0005899705   8105294         15.920         21.975
879   3.408566e-03  0.0051365202   1383119          6.591         12.823
880   2.184702e-03  0.0274156396   1116142         14.776         17.222
881   5.285802e-03  0.0102028273  10532997         10.802         11.584
882   9.456762e-03  0.0491725870   1771528         15.922         17.907
883   9.456762e-03  0.0491725870   1771528         15.922         17.907
884   9.456762e-03  0.0491725870   1771528         15.922         17.907
885   1.363963e-02 -0.0014357502  19338619         11.868         14.041
886   9.456762e-03  0.0491725870   1771528         15.922         17.907
887   5.285802e-03  0.0102028273  10532997         10.802         11.584
888   7.880110e-03  0.0033068318   3862221         10.429         19.201
889   9.456762e-03  0.0491725870   1771528         15.922         17.907
890   1.072622e-02  0.0117812555   8750655         10.165         19.305
891  -5.117544e-03  0.0107148569   4297878         33.166         30.373
892   2.300173e-03  0.0123634273   5951700         11.009         20.938
893   3.408566e-03  0.0051365202   1383119          6.591         12.823
894   0.000000e+00 -0.0130434783       425         92.245             NA
895   2.366752e-04  0.0134904857   2793709         10.600         15.837
896   2.366752e-04  0.0134904857   2793709         10.600         15.837
897   2.547619e-02  0.0102380952   6956821         15.200         16.783
898   7.833921e-03  0.0030552291   4619284          9.928          8.135
899   1.072622e-02  0.0117812555   8750655         10.165         19.305
900  -2.844206e-02 -0.0055860202   4615104         28.683         32.366
901   4.719764e-03  0.0005899705   8105294         15.920         21.975
902   9.456762e-03  0.0491725870   1771528         15.922         17.907
903   1.592840e-02  0.0233616505   4249920         19.256         16.692
904   4.719764e-03  0.0005899705   8105294         15.920         21.975
905   1.224633e-02  0.0034989503   7951315         16.337         15.420
906   5.285802e-03  0.0102028273  10532997         10.802         11.584
907   7.833921e-03  0.0030552291   4619284          9.928          8.135
908   1.072622e-02  0.0117812555   8750655         10.165         19.305
909   4.719764e-03  0.0005899705   8105294         15.920         21.975
910   4.719764e-03  0.0005899705   8105294         15.920         21.975
911   5.877804e-03  0.0296983759  38398054         43.817         27.139
912   4.719764e-03  0.0005899705   8105294         15.920         21.975
913   2.366752e-04  0.0134904857   2793709         10.600         15.837
914   2.366752e-04  0.0134904857   2793709         10.600         15.837
915   2.366752e-04  0.0134904857   2793709         10.600         15.837
916   9.456762e-03  0.0491725870   1771528         15.922         17.907
917   2.366752e-04  0.0134904857   2793709         10.600         15.837
918   2.366752e-04  0.0134904857   2793709         10.600         15.837
919   1.072622e-02  0.0117812555   8750655         10.165         19.305
920   9.456762e-03  0.0491725870   1771528         15.922         17.907
921   1.224633e-02  0.0034989503   7951315         16.337         15.420
922   4.719764e-03  0.0005899705   8105294         15.920         21.975
923   2.366752e-04  0.0134904857   2793709         10.600         15.837
924   4.719764e-03  0.0005899705   8105294         15.920         21.975
925   2.366752e-04  0.0134904857   2793709         10.600         15.837
926   1.363963e-02 -0.0014357502  19338619         11.868         14.041
927   4.719764e-03  0.0005899705   8105294         15.920         21.975
928   9.456762e-03  0.0491725870   1771528         15.922         17.907
929  -7.377896e-04 -0.0134277704  16112092         12.070         14.601
930   7.833921e-03  0.0030552291   4619284          9.928          8.135
931   4.719764e-03  0.0005899705   8105294         15.920         21.975
932   3.408566e-03  0.0051365202   1383119          6.591         12.823
933   4.719764e-03  0.0005899705   8105294         15.920         21.975
934  -1.548022e-02 -0.0259113355   4785145          8.399         18.731
935   9.456762e-03  0.0491725870   1771528         15.922         17.907
936  -7.377896e-04 -0.0134277704  16112092         12.070         14.601
937   2.366752e-04  0.0134904857   2793709         10.600         15.837
938   1.363963e-02 -0.0014357502  19338619         11.868         14.041
939   1.000313e-02  0.0079712410  23239825          4.759         12.390
940   2.366752e-04  0.0134904857   2793709         10.600         15.837
941   0.000000e+00 -0.0130434783       425         92.245             NA
942   1.592840e-02  0.0233616505   4249920         19.256         16.692
943   2.184702e-03  0.0274156396   1116142         14.776         17.222
944   3.408566e-03  0.0051365202   1383119          6.591         12.823
945   2.366752e-04  0.0134904857   2793709         10.600         15.837
946   4.719764e-03  0.0005899705   8105294         15.920         21.975
947   4.719764e-03  0.0005899705   8105294         15.920         21.975
948   2.366752e-04  0.0134904857   2793709         10.600         15.837
949   2.366752e-04  0.0134904857   2793709         10.600         15.837
950   1.072622e-02  0.0117812555   8750655         10.165         19.305
951   2.366752e-04  0.0134904857   2793709         10.600         15.837
952   9.456762e-03  0.0491725870   1771528         15.922         17.907
953   1.954463e-02 -0.0040298207  17699168         14.762         18.729
954  -5.117544e-03  0.0107148569   4297878         33.166         30.373
955  -2.951303e-03  0.0070093458  16834163         12.684         13.429
956   9.456762e-03  0.0491725870   1771528         15.922         17.907
957   2.366752e-04  0.0134904857   2793709         10.600         15.837
958  -7.377896e-04 -0.0134277704  16112092         12.070         14.601
959   1.592840e-02  0.0233616505   4249920         19.256         16.692
960  -5.117544e-03  0.0107148569   4297878         33.166         30.373
961   2.366752e-04  0.0134904857   2793709         10.600         15.837
962   7.880110e-03  0.0033068318   3862221         10.429         19.201
963   9.456762e-03  0.0491725870   1771528         15.922         17.907
964   1.000313e-02  0.0079712410  23239825          4.759         12.390
965   1.072622e-02  0.0117812555   8750655         10.165         19.305
966   5.877804e-03  0.0296983759  38398054         43.817         27.139
967   8.492569e-03  0.0156581741  30335967         11.977         34.619
968   7.880110e-03  0.0033068318   3862221         10.429         19.201
969   2.366752e-04  0.0134904857   2793709         10.600         15.837
970   1.592840e-02  0.0233616505   4249920         19.256         16.692
971   7.880110e-03  0.0033068318   3862221         10.429         19.201
972   9.456762e-03  0.0491725870   1771528         15.922         17.907
973   0.000000e+00 -0.0130434783       425         92.245             NA
974   9.456762e-03  0.0491725870   1771528         15.922         17.907
975   2.366752e-04  0.0134904857   2793709         10.600         15.837
976   1.072622e-02  0.0117812555   8750655         10.165         19.305
977  -5.117544e-03  0.0107148569   4297878         33.166         30.373
978   7.880110e-03  0.0033068318   3862221         10.429         19.201
979   2.058367e-02  0.0073311716  15952573         20.518         17.451
980   7.833921e-03  0.0030552291   4619284          9.928          8.135
981   7.880110e-03  0.0033068318   3862221         10.429         19.201
982   0.000000e+00 -0.0130434783       425         92.245             NA
983   7.880110e-03  0.0033068318   3862221         10.429         19.201
984  -3.142036e-03  0.0183707113   1585711         17.788         18.209
985   7.880110e-03  0.0033068318   3862221         10.429         19.201
986   2.366752e-04  0.0134904857   2793709         10.600         15.837
987   7.880110e-03  0.0033068318   3862221         10.429         19.201
988   4.719764e-03  0.0005899705   8105294         15.920         21.975
989   2.058367e-02  0.0073311716  15952573         20.518         17.451
990   7.880110e-03  0.0033068318   3862221         10.429         19.201
991   7.880110e-03  0.0033068318   3862221         10.429         19.201
992   7.880110e-03  0.0033068318   3862221         10.429         19.201
993   7.880110e-03  0.0033068318   3862221         10.429         19.201
994   0.000000e+00 -0.0130434783       425         92.245             NA
995   7.880110e-03  0.0033068318   3862221         10.429         19.201
996   2.089200e-03 -0.0007266782   4766038          5.810          8.831
997   1.592840e-02  0.0233616505   4249920         19.256         16.692
998   4.719764e-03  0.0005899705   8105294         15.920         21.975
999   2.366752e-04  0.0134904857   2793709         10.600         15.837
1000  7.880110e-03  0.0033068318   3862221         10.429         19.201
1001  7.880110e-03  0.0033068318   3862221         10.429         19.201
1002  7.880110e-03  0.0033068318   3862221         10.429         19.201
1003  7.880110e-03  0.0033068318   3862221         10.429         19.201
1004  5.673759e-02  0.1205673759  16737895        124.137         70.685
1005  1.072622e-02  0.0117812555   8750655         10.165         19.305
1006  8.508509e-03  0.0024468913   3273420          9.098         14.821
1007  1.304006e-02  0.0177533386  12848500          9.844         20.255
1008  2.366752e-04  0.0134904857   2793709         10.600         15.837
1009  4.719764e-03  0.0005899705   8105294         15.920         21.975
1010  5.285802e-03  0.0102028273  10532997         10.802         11.584
1011  2.089200e-03 -0.0007266782   4766038          5.810          8.831
1012  1.072622e-02  0.0117812555   8750655         10.165         19.305
1013 -1.003344e-02  0.0100334448    476960         25.606         27.257
1014  7.833921e-03  0.0030552291   4619284          9.928          8.135
1015  1.592840e-02  0.0233616505   4249920         19.256         16.692
1016  4.719764e-03  0.0005899705   8105294         15.920         21.975
1017  7.880110e-03  0.0033068318   3862221         10.429         19.201
1018  2.366752e-04  0.0134904857   2793709         10.600         15.837
1019  1.224633e-02  0.0034989503   7951315         16.337         15.420
1020 -2.844206e-02 -0.0055860202   4615104         28.683         32.366
1021  4.719764e-03  0.0005899705   8105294         15.920         21.975
1022  7.880110e-03  0.0033068318   3862221         10.429         19.201
1023 -2.408935e-03 -0.0021169428  23482860          5.183         18.649
1024  7.833921e-03  0.0030552291   4619284          9.928          8.135
1025  2.366752e-04  0.0134904857   2793709         10.600         15.837
1026 -3.713980e-02 -0.0399270253    779194         24.356         22.092
1027  2.366752e-04  0.0134904857   2793709         10.600         15.837
1028  9.456762e-03  0.0491725870   1771528         15.922         17.907
1029  4.719764e-03  0.0005899705   8105294         15.920         21.975
1030  7.880110e-03  0.0033068318   3862221         10.429         19.201
1031  2.366752e-04  0.0134904857   2793709         10.600         15.837
1032  2.366752e-04  0.0134904857   2793709         10.600         15.837
1033  4.719764e-03  0.0005899705   8105294         15.920         21.975
1034  2.366752e-04  0.0134904857   2793709         10.600         15.837
1035  4.719764e-03  0.0005899705   8105294         15.920         21.975
1036  2.366752e-04  0.0134904857   2793709         10.600         15.837
1037  2.366752e-04  0.0134904857   2793709         10.600         15.837
1038  1.072622e-02  0.0117812555   8750655         10.165         19.305
1039  7.176868e-03  0.0007590919   4211949         11.477         10.954
1040  4.095963e-03 -0.0014628438  23093057         14.798         12.581
1041  2.366752e-04  0.0134904857   2793709         10.600         15.837
1042  2.366752e-04  0.0134904857   2793709         10.600         15.837
1043  7.880110e-03  0.0033068318   3862221         10.429         19.201
1044 -5.117544e-03  0.0107148569   4297878         33.166         30.373
1045  7.833921e-03  0.0030552291   4619284          9.928          8.135
1046  1.363963e-02 -0.0014357502  19338619         11.868         14.041
1047 -5.117544e-03  0.0107148569   4297878         33.166         30.373
1048  8.492569e-03  0.0156581741  30335967         11.977         34.619
1049  3.408566e-03  0.0051365202   1383119          6.591         12.823
1050  9.456762e-03  0.0491725870   1771528         15.922         17.907
1051 -2.783792e-03  0.0057222394   8577200         13.502         20.103
1052  7.611798e-03 -0.0107040913  23900989         11.451         13.896
1053  2.753726e-02  0.0178850248  13522717         21.237         17.533
1054 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1055 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1056  4.206099e-03  0.0084822993   4170649          9.046         19.204
1057  4.206099e-03  0.0084822993   4170649          9.046         19.204
1058  5.950298e-03  0.0075253763   7197973         10.137         19.205
1059  7.074765e-03  0.0158004505   6224241         16.195         17.740
1060  4.206099e-03  0.0084822993   4170649          9.046         19.204
1061 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1062  4.206099e-03  0.0084822993   4170649          9.046         19.204
1063  5.950298e-03  0.0075253763   7197973         10.137         19.205
1064 -6.264108e-02 -0.0654627540   3251362         22.470         16.805
1065 -1.553063e-03  0.0050043141   8558904         17.642         15.516
1066 -1.553063e-03  0.0050043141   8558904         17.642         15.516
1067 -6.484150e-03 -0.0082853026   7418101          7.425          9.140
1068 -3.493590e-02 -0.0271367521  24451380         18.890         18.089
1069 -7.405560e-02 -0.0488842868   8025280         36.981         35.133
1070 -5.295950e-02 -0.0482928349    672172         22.235         22.538
1071 -2.085338e-03  0.0118703882   3777302         33.057         29.438
1072  7.074765e-03  0.0158004505   6224241         16.195         17.740
1073 -3.297609e-03 -0.0043968123   3005564         10.198         14.816
1074 -3.099574e-03 -0.0092987214   5471550         11.003          8.602
1075  7.074765e-03  0.0158004505   6224241         16.195         17.740
1076  2.753726e-02  0.0178850248  13522717         21.237         17.533
1077 -9.190228e-03  0.0029657242   2760083         11.025         15.956
1078 -4.980392e-02 -0.0278431373 143947510         22.284         22.039
1079 -3.297609e-03 -0.0043968123   3005564         10.198         14.816
1080  4.206099e-03  0.0084822993   4170649          9.046         19.204
1081  4.206099e-03  0.0084822993   4170649          9.046         19.204
1082  4.206099e-03  0.0084822993   4170649          9.046         19.204
1083  2.753726e-02  0.0178850248  13522717         21.237         17.533
1084  2.753726e-02  0.0178850248  13522717         21.237         17.533
1085  7.611798e-03 -0.0107040913  23900989         11.451         13.896
1086  2.753726e-02  0.0178850248  13522717         21.237         17.533
1087  5.345450e-03 -0.0045436322   1908500         25.531         20.532
1088  0.000000e+00  0.0000000000       425         92.245             NA
1089 -4.311627e-03 -0.0020814749   4397598         21.706         16.747
1090 -4.980392e-02 -0.0278431373 143947510         22.284         22.039
1091 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1092 -4.311627e-03 -0.0020814749   4397598         21.706         16.747
1093 -6.456442e-03 -0.0116964536   3386203         18.375         27.554
1094  2.753726e-02  0.0178850248  13522717         21.237         17.533
1095  5.950298e-03  0.0075253763   7197973         10.137         19.205
1096 -4.311627e-03 -0.0020814749   4397598         21.706         16.747
1097 -4.311627e-03 -0.0020814749   4397598         21.706         16.747
1098  9.113278e-04 -0.0029162490   4750734         11.079          9.602
1099  1.702611e-03 -0.0805902384   9818715         45.750         29.987
1100  7.611798e-03 -0.0107040913  23900989         11.451         13.896
1101  5.950298e-03  0.0075253763   7197973         10.137         19.205
1102 -2.085338e-03  0.0118703882   3777302         33.057         29.438
1103  7.074765e-03  0.0158004505   6224241         16.195         17.740
1104 -2.085338e-03  0.0118703882   3777302         33.057         29.438
1105 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1106 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1107 -9.190228e-03  0.0029657242   2760083         11.025         15.956
1108 -9.190228e-03  0.0029657242   2760083         11.025         15.956
1109 -2.085338e-03  0.0118703882   3777302         33.057         29.438
1110 -3.518025e-02 -0.0464901310   5461751         10.590         19.303
1111  5.950298e-03  0.0075253763   7197973         10.137         19.205
1112 -4.311627e-03 -0.0020814749   4397598         21.706         16.747
1113  5.950298e-03  0.0075253763   7197973         10.137         19.205
1114  7.074765e-03  0.0158004505   6224241         16.195         17.740
1115  5.950298e-03  0.0075253763   7197973         10.137         19.205
1116  7.074765e-03  0.0158004505   6224241         16.195         17.740
1117 -1.440838e-02 -0.0094600495  16257010         13.371         15.008
1118  2.753726e-02  0.0178850248  13522717         21.237         17.533
1119  7.074765e-03  0.0158004505   6224241         16.195         17.740
1120 -1.553063e-03  0.0050043141   8558904         17.642         15.516
1121 -1.733649e-02 -0.0015760441  36178588         15.727         18.829
1122  5.345450e-03 -0.0045436322   1908500         25.531         20.532
1123  7.074765e-03  0.0158004505   6224241         16.195         17.740
1124 -1.218475e-02  0.0017001984   4228100         13.991         21.362
1125 -1.218475e-02  0.0017001984   4228100         13.991         21.362
1126 -2.336786e-02 -0.0251746567  17482122         17.507         14.744
1127  7.074765e-03  0.0158004505   6224241         16.195         17.740
1128 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1129  2.753726e-02  0.0178850248  13522717         21.237         17.533
1130 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1131 -1.553063e-03  0.0050043141   8558904         17.642         15.516
1132 -9.190228e-03  0.0029657242   2760083         11.025         15.956
1133 -4.311627e-03 -0.0020814749   4397598         21.706         16.747
1134 -4.311627e-03 -0.0020814749   4397598         21.706         16.747
1135  7.074765e-03  0.0158004505   6224241         16.195         17.740
1136 -1.553063e-03  0.0050043141   8558904         17.642         15.516
1137  9.113278e-04 -0.0029162490   4750734         11.079          9.602
1138  7.074765e-03  0.0158004505   6224241         16.195         17.740
1139  9.113278e-04 -0.0029162490   4750734         11.079          9.602
1140  7.074765e-03  0.0158004505   6224241         16.195         17.740
1141 -1.440838e-02 -0.0094600495  16257010         13.371         15.008
1142 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1143 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1144  9.113278e-04 -0.0029162490   4750734         11.079          9.602
1145  5.950298e-03  0.0075253763   7197973         10.137         19.205
1146  2.753726e-02  0.0178850248  13522717         21.237         17.533
1147 -2.085338e-03  0.0118703882   3777302         33.057         29.438
1148 -1.733649e-02 -0.0015760441  36178588         15.727         18.829
1149 -6.484150e-03 -0.0082853026   7418101          7.425          9.140
1150 -6.484150e-03 -0.0082853026   7418101          7.425          9.140
1151  2.753726e-02  0.0178850248  13522717         21.237         17.533
1152  7.074765e-03  0.0158004505   6224241         16.195         17.740
1153 -6.484150e-03 -0.0082853026   7418101          7.425          9.140
1154 -2.422145e-02 -0.0206419282  14319226         18.823         13.989
1155  7.074765e-03  0.0158004505   6224241         16.195         17.740
1156  4.206099e-03  0.0084822993   4170649          9.046         19.204
1157  7.074765e-03  0.0158004505   6224241         16.195         17.740
1158  4.206099e-03  0.0084822993   4170649          9.046         19.204
1159  7.074765e-03  0.0158004505   6224241         16.195         17.740
1160 -1.440838e-02 -0.0094600495  16257010         13.371         15.008
1161  4.206099e-03  0.0084822993   4170649          9.046         19.204
1162  7.611798e-03 -0.0107040913  23900989         11.451         13.896
1163 -1.440838e-02 -0.0094600495  16257010         13.371         15.008
1164 -1.440838e-02 -0.0094600495  16257010         13.371         15.008
1165  7.074765e-03  0.0158004505   6224241         16.195         17.740
1166  7.074765e-03  0.0158004505   6224241         16.195         17.740
1167 -1.043478e-02 -0.0062912168   1818671          9.219         13.415
1168  4.206099e-03  0.0084822993   4170649          9.046         19.204
1169  7.074765e-03  0.0158004505   6224241         16.195         17.740
1170 -3.297609e-03 -0.0043968123   3005564         10.198         14.816
1171 -9.190228e-03  0.0029657242   2760083         11.025         15.956
1172 -6.127809e-03 -0.0131310184   5736123         15.840         22.073
1173  7.074765e-03  0.0158004505   6224241         16.195         17.740
1174  7.074765e-03  0.0158004505   6224241         16.195         17.740
1175  7.074765e-03  0.0158004505   6224241         16.195         17.740
1176 -6.484150e-03 -0.0082853026   7418101          7.425          9.140
1177  2.827095e-03 -0.0058803573   2032749         13.396         13.233
1178 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1179 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1180  8.591065e-04 -0.0017182131  26717520         28.221         19.484
1181 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1182  6.380510e-03  0.0220417633   1477621         13.972         17.644
1183 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1184  9.745232e-04 -0.0210218572  19661651         14.898         11.614
1185 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1186 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1187 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1188  9.946362e-03  0.0120276213    988270          6.877         13.263
1189  9.946362e-03  0.0120276213    988270          6.877         13.263
1190  1.596985e-02  0.0113045039   5905639         46.209         28.234
1191  1.514667e-04  0.0025524944    569882          7.862         31.704
1192 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1193  6.380510e-03  0.0220417633   1477621         13.972         17.644
1194  9.946362e-03  0.0120276213    988270          6.877         13.263
1195 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1196 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1197  1.128205e-02  0.0190769231  19299124          7.429         10.787
1198 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1199  6.380510e-03  0.0220417633   1477621         13.972         17.644
1200 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1201  9.745232e-04 -0.0210218572  19661651         14.898         11.614
1202  9.946362e-03  0.0120276213    988270          6.877         13.263
1203 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1204  9.946362e-03  0.0120276213    988270          6.877         13.263
1205 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1206  3.017241e-02  0.0290948276  32454795         19.358         16.623
1207 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1208  9.946362e-03  0.0120276213    988270          6.877         13.263
1209  1.596985e-02  0.0113045039   5905639         46.209         28.234
1210  1.282051e-02 -0.0192307692   8172714         27.276         37.199
1211 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1212  9.946362e-03  0.0120276213    988270          6.877         13.263
1213 -7.992686e-03 -0.0095949933   2646560         11.515         13.564
1214  1.596985e-02  0.0113045039   5905639         46.209         28.234
1215  1.596985e-02  0.0113045039   5905639         46.209         28.234
1216 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1217  4.764125e-03 -0.0150901420    420527         10.766         17.869
1218 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1219  2.124727e-03 -0.0017801769   2913684          7.863          9.412
1220 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1221  6.380510e-03  0.0220417633   1477621         13.972         17.644
1222  9.946362e-03  0.0120276213    988270          6.877         13.263
1223 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1224 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1225 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1226 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1227 -8.169935e-03 -0.0088702148  11203334         32.960         23.774
1228 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1229 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1230 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1231 -8.169935e-03 -0.0088702148  11203334         32.960         23.774
1232 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1233 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1234 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1235 -8.654722e-03 -0.0133616763  21040331         10.036          9.780
1236 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1237 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1238  2.519921e-03  0.0059933256   3248666          6.939          9.843
1239 -2.680312e-02 -0.0204678363   4559232         25.715         29.119
1240 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1241 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1242 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1243 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1244 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1245 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1246  9.745232e-04 -0.0210218572  19661651         14.898         11.614
1247 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1248 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1249 -1.330141e-02 -0.0055865922  15556514          9.749          9.100
1250 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1251 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1252 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1253 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1254  2.406739e-04  0.0031287605  17533497          8.734          9.907
1255 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1256 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1257  9.745232e-04 -0.0210218572  19661651         14.898         11.614
1258 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1259 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1260  1.128205e-02  0.0190769231  19299124          7.429         10.787
1261  1.128205e-02  0.0190769231  19299124          7.429         10.787
1262  2.406739e-04  0.0031287605  17533497          8.734          9.907
1263  1.551776e-02  0.0265592360   4797500         23.811         17.362
1264 -1.781127e-02 -0.0270594280   9156707         10.310         12.131
1265 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1266 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1267 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1268 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1269  9.946362e-03  0.0120276213    988270          6.877         13.263
1270  2.912943e-02  0.0309500166   7722400         22.346         16.432
1271  1.128205e-02  0.0190769231  19299124          7.429         10.787
1272  9.745232e-04 -0.0210218572  19661651         14.898         11.614
1273 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1274 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1275 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1276 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1277 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1278 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1279  1.514667e-04  0.0025524944    569882          7.862         31.704
1280 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1281  9.946362e-03  0.0120276213    988270          6.877         13.263
1282 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1283 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1284 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1285  9.946362e-03  0.0120276213    988270          6.877         13.263
1286 -1.034483e-02 -0.0209692451   2478107         11.265         12.228
1287 -4.662993e-03 -0.0199236965  77158276         38.401         25.654
1288 -8.654722e-03 -0.0133616763  21040331         10.036          9.780
1289 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1290 -6.039385e-03 -0.0026845591  50796542         10.816         12.572
1291 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1292 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1293 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1294 -8.654722e-03 -0.0133616763  21040331         10.036          9.780
1295 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1296  6.380510e-03  0.0220417633   1477621         13.972         17.644
1297  6.380510e-03  0.0220417633   1477621         13.972         17.644
1298  9.946362e-03  0.0120276213    988270          6.877         13.263
1299  6.380510e-03  0.0220417633   1477621         13.972         17.644
1300 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1301 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1302  6.380510e-03  0.0220417633   1477621         13.972         17.644
1303 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1304  9.946362e-03  0.0120276213    988270          6.877         13.263
1305  6.380510e-03  0.0220417633   1477621         13.972         17.644
1306  9.946362e-03  0.0120276213    988270          6.877         13.263
1307  1.514667e-04  0.0025524944    569882          7.862         31.704
1308 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1309  6.380510e-03  0.0220417633   1477621         13.972         17.644
1310 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1311  9.946362e-03  0.0120276213    988270          6.877         13.263
1312  6.380510e-03  0.0220417633   1477621         13.972         17.644
1313 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1314 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1315 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1316  6.380510e-03  0.0220417633   1477621         13.972         17.644
1317  6.380510e-03  0.0220417633   1477621         13.972         17.644
1318  6.380510e-03  0.0220417633   1477621         13.972         17.644
1319 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1320  1.128205e-02  0.0190769231  19299124          7.429         10.787
1321 -2.072918e-03 -0.0095110352  21750398         17.577         15.155
1322 -1.781127e-02 -0.0270594280   9156707         10.310         12.131
1323 -1.786942e-02  0.0013745704   3624528         20.179         22.285
1324 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1325  6.380510e-03  0.0220417633   1477621         13.972         17.644
1326  9.946362e-03  0.0120276213    988270          6.877         13.263
1327 -1.034483e-02 -0.0209692451   2478107         11.265         12.228
1328  2.124727e-03 -0.0017801769   2913684          7.863          9.412
1329 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1330  6.380510e-03  0.0220417633   1477621         13.972         17.644
1331  6.380510e-03  0.0220417633   1477621         13.972         17.644
1332 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1333  6.380510e-03  0.0220417633   1477621         13.972         17.644
1334 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1335 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1336 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1337 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1338 -1.786942e-02  0.0013745704   3624528         20.179         22.285
1339 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1340 -8.654722e-03 -0.0133616763  21040331         10.036          9.780
1341 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1342 -1.781127e-02 -0.0270594280   9156707         10.310         12.131
1343  9.946362e-03  0.0120276213    988270          6.877         13.263
1344 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1345  6.380510e-03  0.0220417633   1477621         13.972         17.644
1346 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1347  1.128205e-02  0.0190769231  19299124          7.429         10.787
1348 -2.695363e-02 -0.0360235716   2175490         27.214         19.417
1349  6.380510e-03  0.0220417633   1477621         13.972         17.644
1350 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1351 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1352 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1353 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1354 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1355  2.406739e-04  0.0031287605  17533497          8.734          9.907
1356 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1357  6.380510e-03  0.0220417633   1477621         13.972         17.644
1358 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1359 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1360 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1361  1.551776e-02  0.0265592360   4797500         23.811         17.362
1362 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1363  9.946362e-03  0.0120276213    988270          6.877         13.263
1364  9.946362e-03  0.0120276213    988270          6.877         13.263
1365 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1366 -4.275093e-02 -0.0432819968  12478000         22.909         19.790
1367  9.946362e-03  0.0120276213    988270          6.877         13.263
1368 -6.686727e-03 -0.0292544300  14407880         22.673         18.893
1369  9.946362e-03  0.0120276213    988270          6.877         13.263
1370 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1371 -9.988684e-03 -0.0136120299   2897357         17.077         13.256
1372  9.946362e-03  0.0120276213    988270          6.877         13.263
1373 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1374  2.266783e-02  0.0126020449   4132763         18.528         16.037
1375 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1376  9.946362e-03  0.0120276213    988270          6.877         13.263
1377 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1378 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1379 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1380 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1381  1.551776e-02  0.0265592360   4797500         23.811         17.362
1382 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1383 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1384  3.017241e-02  0.0290948276  32454795         19.358         16.623
1385  9.946362e-03  0.0120276213    988270          6.877         13.263
1386 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1387 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1388  6.380510e-03  0.0220417633   1477621         13.972         17.644
1389 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1390 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1391  5.803558e-03 -0.0080238591   1086094         19.948         18.357
1392 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1393  9.946362e-03  0.0120276213    988270          6.877         13.263
1394  1.054534e-02  0.0066285026  12477642          7.894          8.660
1395 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1396 -8.654722e-03 -0.0133616763  21040331         10.036          9.780
1397 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1398 -5.625414e-03 -0.0083829693    352767         14.008         16.236
1399 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1400 -2.072918e-03 -0.0095110352  21750398         17.577         15.155
1401 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1402 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1403  9.946362e-03  0.0120276213    988270          6.877         13.263
1404 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1405  2.124727e-03 -0.0017801769   2913684          7.863          9.412
1406 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1407 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1408 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1409  9.946362e-03  0.0120276213    988270          6.877         13.263
1410 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1411 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1412 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1413 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1414  9.946362e-03  0.0120276213    988270          6.877         13.263
1415  9.946362e-03  0.0120276213    988270          6.877         13.263
1416 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1417  9.946362e-03  0.0120276213    988270          6.877         13.263
1418 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1419 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1420 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1421 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1422 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1423  1.987968e-02  0.0034004708        89         17.781         16.418
1424 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1425 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1426 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1427 -4.868639e-03  0.0011023333   2257904         14.217         14.048
1428 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1429 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1430 -2.441731e-02 -0.0342674806   9939780          9.659         13.876
1431  2.912943e-02  0.0309500166   7722400         22.346         16.432
1432 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1433 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1434 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1435 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1436 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1437 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1438  9.946362e-03  0.0120276213    988270          6.877         13.263
1439 -2.441731e-02 -0.0342674806   9939780          9.659         13.876
1440 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1441  1.793320e-03  0.0008966599  10652754          7.471         20.064
1442 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1443 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1444 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1445 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1446 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1447 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1448  6.380510e-03  0.0220417633   1477621         13.972         17.644
1449 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1450 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1451 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1452  9.946362e-03  0.0120276213    988270          6.877         13.263
1453  1.543686e-03 -0.0268601420   6709777         13.930         13.702
1454 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1455 -1.106586e-02 -0.0186736341   2086431          8.915         13.968
1456  9.946362e-03  0.0120276213    988270          6.877         13.263
1457 -9.925558e-04 -0.0102564103    519989         14.232         14.685
1458 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1459 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1460  6.380510e-03  0.0220417633   1477621         13.972         17.644
1461 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1462  9.745232e-04 -0.0210218572  19661651         14.898         11.614
1463 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1464 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1465 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1466  9.946362e-03  0.0120276213    988270          6.877         13.263
1467 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1468 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1469 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1470 -5.573618e-03 -0.0065025546   4431770         14.562         17.307
1471  1.987968e-02  0.0034004708        89         17.781         16.418
1472 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1473  9.946362e-03  0.0120276213    988270          6.877         13.263
1474 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1475 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1476  1.596985e-02  0.0113045039   5905639         46.209         28.234
1477 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1478 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1479 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1480 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1481  2.912943e-02  0.0309500166   7722400         22.346         16.432
1482 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1483 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1484 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1485  6.380510e-03  0.0220417633   1477621         13.972         17.644
1486 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1487  9.946362e-03  0.0120276213    988270          6.877         13.263
1488  9.946362e-03  0.0120276213    988270          6.877         13.263
1489 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1490  9.946362e-03  0.0120276213    988270          6.877         13.263
1491 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1492  9.745232e-04 -0.0210218572  19661651         14.898         11.614
1493 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1494  9.946362e-03  0.0120276213    988270          6.877         13.263
1495 -1.697719e-03 -0.0057025945   2858414         26.373         18.016
1496 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1497 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1498 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1499  9.946362e-03  0.0120276213    988270          6.877         13.263
1500 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1501  5.389867e-03  0.0030542580  11864615         21.740         18.508
1502  1.987968e-02  0.0034004708        89         17.781         16.418
1503  3.017241e-02  0.0290948276  32454795         19.358         16.623
1504 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1505  9.946362e-03  0.0120276213    988270          6.877         13.263
1506 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1507 -2.680312e-02 -0.0204678363   4559232         25.715         29.119
1508 -2.041535e-03 -0.0120380148  11478265         10.314          9.535
1509  9.946362e-03  0.0120276213    988270          6.877         13.263
1510  9.946362e-03  0.0120276213    988270          6.877         13.263
1511 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1512 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1513  1.793320e-03  0.0008966599  10652754          7.471         20.064
1514 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1515 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1516 -2.695363e-02 -0.0360235716   2175490         27.214         19.417
1517 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1518 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1519 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1520 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1521  6.380510e-03  0.0220417633   1477621         13.972         17.644
1522 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1523 -1.781127e-02 -0.0270594280   9156707         10.310         12.131
1524 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1525 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1526 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1527 -8.654722e-03 -0.0133616763  21040331         10.036          9.780
1528 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1529 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1530 -1.781127e-02 -0.0270594280   9156707         10.310         12.131
1531 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1532 -1.234473e-03 -0.0020831726   3041677          4.766          6.792
1533 -1.330141e-02 -0.0055865922  15556514          9.749          9.100
1534 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1535 -1.330141e-02 -0.0055865922  15556514          9.749          9.100
1536 -1.697719e-03 -0.0057025945   2858414         26.373         18.016
1537 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1538 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1539 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1540 -1.148229e-02 -0.0115462631       176         11.180         14.263
1541 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1542 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1543 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1544 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1545 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1546 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1547 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1548 -1.786077e-02 -0.0391719099   3888237         18.363         16.317
1549 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1550  1.551776e-02  0.0265592360   4797500         23.811         17.362
1551  9.745232e-04 -0.0210218572  19661651         14.898         11.614
1552 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1553 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1554 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1555 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1556 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1557  6.796117e-03  0.0072815534  10500300         18.390         19.853
1558  1.282051e-02 -0.0192307692   8172714         27.276         37.199
1559  4.427900e-02  0.0282131661     10575         48.132         35.308
1560 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1561 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1562 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1563 -1.191540e-03 -0.0050640453  10222995         12.663         12.648
1564 -3.444853e-02 -0.0461682496   3957612         16.898         11.545
1565 -1.330141e-02 -0.0055865922  15556514          9.749          9.100
1566 -1.330141e-02 -0.0055865922  15556514          9.749          9.100
1567 -8.457183e-03 -0.0149327672   1440982         14.939         10.600
1568 -2.292388e-02 -0.0354671280   2828658         13.341         15.815
1569 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1570  1.551776e-02  0.0265592360   4797500         23.811         17.362
1571 -2.998501e-03 -0.0110238998   4617427          7.615          6.968
1572  2.441614e-03 -0.0149327672   1440982         14.939         10.600
1573  4.353726e-03 -0.0058803573   2032749         13.396         13.233
1574  4.626654e-03  0.0120276213    988270          6.877         13.263
1575  4.626654e-03  0.0120276213    988270          6.877         13.263
1576 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1577 -9.843043e-03 -0.0055865922  15556514          9.749          9.100
1578  4.626654e-03  0.0120276213    988270          6.877         13.263
1579 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1580 -5.940900e-03 -0.0020831726   3041677          4.766          6.792
1581  3.436426e-03 -0.0017182131  26717520         28.221         19.484
1582 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1583  4.223865e-03 -0.0120380148  11478265         10.314          9.535
1584  4.223865e-03 -0.0120380148  11478265         10.314          9.535
1585 -5.921652e-03 -0.0133616763  21040331         10.036          9.780
1586 -9.843043e-03 -0.0055865922  15556514          9.749          9.100
1587 -1.378392e-02 -0.0461682496   3957612         16.898         11.545
1588  3.202005e-03 -0.0210218572  19661651         14.898         11.614
1589  5.095655e-03  0.0023243340   3744389          5.576          8.451
1590  1.218097e-02  0.0220417633   1477621         13.972         17.644
1591 -9.843043e-03 -0.0055865922  15556514          9.749          9.100
1592 -1.859046e-02 -0.0342674806   9939780          9.659         13.876
1593  3.202005e-03 -0.0210218572  19661651         14.898         11.614
1594 -1.859046e-02 -0.0342674806   9939780          9.659         13.876
1595 -9.843043e-03 -0.0055865922  15556514          9.749          9.100
1596 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1597 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1598 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1599  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1600  2.441614e-03 -0.0149327672   1440982         14.939         10.600
1601  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1602  4.626654e-03  0.0120276213    988270          6.877         13.263
1603 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1604 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1605 -1.600346e-02 -0.0354671280   2828658         13.341         15.815
1606 -1.600346e-02 -0.0354671280   2828658         13.341         15.815
1607 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1608  2.322341e-03 -0.0065025546   4431770         14.562         17.307
1609  1.704647e-02  0.0113045039   5905639         46.209         28.234
1610 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1611  1.218097e-02  0.0220417633   1477621         13.972         17.644
1612  1.622137e-02 -0.0062022901   6741165         13.674         13.676
1613 -1.859046e-02 -0.0342674806   9939780          9.659         13.876
1614 -5.921652e-03 -0.0133616763  21040331         10.036          9.780
1615  3.507746e-03 -0.0061385560  18611785          8.495          9.184
1616 -1.600346e-02 -0.0354671280   2828658         13.341         15.815
1617 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1618  4.626654e-03  0.0120276213    988270          6.877         13.263
1619  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1620  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1621  4.626654e-03  0.0120276213    988270          6.877         13.263
1622 -1.183597e-02 -0.0209692451   2478107         11.265         12.228
1623 -1.646309e-02 -0.0432819968  12478000         22.909         19.790
1624 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1625  4.626654e-03  0.0120276213    988270          6.877         13.263
1626 -1.378392e-02 -0.0461682496   3957612         16.898         11.545
1627  4.626654e-03  0.0120276213    988270          6.877         13.263
1628  1.218097e-02  0.0220417633   1477621         13.972         17.644
1629  1.357167e-02  0.0309500166   7722400         22.346         16.432
1630  4.626654e-03  0.0120276213    988270          6.877         13.263
1631  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1632 -1.646309e-02 -0.0432819968  12478000         22.909         19.790
1633 -1.386194e-02 -0.0252287219  21438385         11.049         11.681
1634 -1.378392e-02 -0.0461682496   3957612         16.898         11.545
1635  4.626654e-03  0.0120276213    988270          6.877         13.263
1636  1.218097e-02  0.0220417633   1477621         13.972         17.644
1637  4.626654e-03  0.0120276213    988270          6.877         13.263
1638  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1639 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1640 -5.921652e-03 -0.0133616763  21040331         10.036          9.780
1641 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1642  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1643  1.219363e-04 -0.0095110352  21750398         17.577         15.155
1644 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1645  2.322341e-03 -0.0065025546   4431770         14.562         17.307
1646  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1647  1.218097e-02  0.0220417633   1477621         13.972         17.644
1648  5.113901e-03  0.0025569503   5177925         12.898         13.183
1649  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1650 -1.600346e-02 -0.0354671280   2828658         13.341         15.815
1651  2.322341e-03 -0.0065025546   4431770         14.562         17.307
1652  1.407767e-02  0.0072815534  10500300         18.390         19.853
1653  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1654 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1655 -1.600346e-02 -0.0354671280   2828658         13.341         15.815
1656 -1.378392e-02 -0.0461682496   3957612         16.898         11.545
1657  1.218097e-02  0.0220417633   1477621         13.972         17.644
1658  1.704647e-02  0.0113045039   5905639         46.209         28.234
1659 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1660  1.704647e-02  0.0113045039   5905639         46.209         28.234
1661  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1662  1.704647e-02  0.0113045039   5905639         46.209         28.234
1663 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1664  1.704647e-02  0.0113045039   5905639         46.209         28.234
1665  1.704647e-02  0.0113045039   5905639         46.209         28.234
1666  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1667 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1668  1.704647e-02  0.0113045039   5905639         46.209         28.234
1669  5.095655e-03  0.0023243340   3744389          5.576          8.451
1670  2.383080e-03 -0.0050640453  10222995         12.663         12.648
1671 -7.584443e-03 -0.0110238998   4617427          7.615          6.968
1672 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1673  1.573427e-02 -0.0192307692   8172714         27.276         37.199
1674  5.095655e-03  0.0023243340   3744389          5.576          8.451
1675 -9.065692e-03 -0.0391719099   3888237         18.363         16.317
1676 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1677  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1678 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1679 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
1680  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1681  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1682  1.134360e-02 -0.0142992445    655987         15.132         13.278
1683  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1684 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1685 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1686 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1687 -1.786170e-02 -0.0262822149  19451970         15.458         14.081
1688 -7.665505e-03 -0.0060394890    555255         22.022         32.317
1689 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1690 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1691  6.126001e-03 -0.0096066829  20860358         10.476         11.495
1692 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
1693 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1694 -4.307576e-02 -0.0710633488   4591014         31.163         19.301
1695  9.797918e-04 -0.0117575015  12072169          9.450         12.049
1696 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1697  6.126001e-03 -0.0096066829  20860358         10.476         11.495
1698 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1699 -3.028649e-02 -0.0515688950  56746263         23.313         27.090
1700 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1701 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1702  6.126001e-03 -0.0096066829  20860358         10.476         11.495
1703 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1704 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1705 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1706 -5.799503e-03 -0.0298260149   6765800         22.334         21.343
1707 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1708  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1709 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1710 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1711 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1712 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1713 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1714 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1715  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1716 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1717 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1718 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1719 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1720 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1721 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1722 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1723 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1724  1.337296e-02 -0.0156017831  16501919         20.628         22.608
1725 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1726 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1727 -1.729183e-03 -0.0031923384   7330420          6.565          9.281
1728 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1729 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1730 -1.907837e-02 -0.0366891694  20461746          8.653         10.282
1731  0.000000e+00 -0.0423644338        20         25.965         34.317
1732  7.822357e-03  0.0075700227  24994983         12.489         10.848
1733  3.161290e-02  0.0100000000  10638662         24.385         15.424
1734 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1735 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1736  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1737 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1738 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1739 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1740 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1741 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1742 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1743 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1744  9.797918e-04 -0.0117575015  12072169          9.450         12.049
1745  4.625551e-02  0.0361233480     14000         40.824         62.043
1746 -7.887818e-03 -0.0300905638  39548818         11.624          9.721
1747 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1748 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1749 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1750  6.126001e-03 -0.0096066829  20860358         10.476         11.495
1751 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1752 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1753  1.153755e-02 -0.0428940726   1979817         31.905         21.078
1754 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1755 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1756 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1757 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1758 -7.887818e-03 -0.0300905638  39548818         11.624          9.721
1759 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1760  1.264522e-02 -0.0310098302   2936589         35.551         24.851
1761  1.264522e-02 -0.0310098302   2936589         35.551         24.851
1762  1.264522e-02 -0.0310098302   2936589         35.551         24.851
1763  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1764 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1765  1.720758e-02  0.0291875408  25922757         19.317         13.365
1766 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1767 -7.887818e-03 -0.0300905638  39548818         11.624          9.721
1768 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1769  1.085094e-03 -0.0313078241   1731764         17.021         13.722
1770 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1771 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1772 -7.887818e-03 -0.0300905638  39548818         11.624          9.721
1773 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1774 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1775  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1776  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1777 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1778 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1779 -2.502496e-02 -0.0437271215  30652248         10.803         10.879
1780 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1781 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1782 -4.303003e-02 -0.0865082922  22685700         27.146         20.815
1783  1.498501e-02  0.0091575092  25046130         18.224         12.486
1784 -5.338078e-03 -0.0117882562  12962658          8.722          8.129
1785 -1.170524e-02 -0.0444267092   5239500         20.529         23.601
1786 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1787  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1788 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1789 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1790 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1791 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
1792  4.276115e-03  0.0009773977    882403         10.753          9.493
1793 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1794 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
1795 -7.887818e-03 -0.0300905638  39548818         11.624          9.721
1796  0.000000e+00 -0.0423644338        20         25.965         34.317
1797  2.811621e-04 -0.0169634489   6848413         14.047         13.485
1798  1.741325e-02  0.0042902208   5313188         34.517         21.529
1799  7.822357e-03  0.0075700227  24994983         12.489         10.848
1800 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1801  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1802 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1803 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1804 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1805  1.189237e-03 -0.0382042515   3814203         16.657         14.198
1806 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1807 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1808 -4.196853e-04 -0.0361617371   1222022         24.679         21.847
1809 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1810 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1811 -4.307576e-02 -0.0710633488   4591014         31.163         19.301
1812 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1813 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1814 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1815 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1816 -2.502496e-02 -0.0437271215  30652248         10.803         10.879
1817  4.276115e-03  0.0009773977    882403         10.753          9.493
1818 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1819 -2.502496e-02 -0.0437271215  30652248         10.803         10.879
1820 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1821 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1822  3.026097e-02  0.0136035536   7465980         14.603          9.403
1823 -3.848181e-03 -0.0232999473   1377452         17.145         21.867
1824 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
1825 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1826 -5.338078e-03 -0.0117882562  12962658          8.722          8.129
1827  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1828 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1829 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1830  1.498501e-02  0.0091575092  25046130         18.224         12.486
1831 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1832  1.498501e-02  0.0091575092  25046130         18.224         12.486
1833 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1834 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1835 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1836 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1837 -7.887818e-03 -0.0300905638  39548818         11.624          9.721
1838  7.218914e-04  0.0079408049   6437731          9.810         27.070
1839 -2.253606e-03  0.0042067308   2376092         21.453         15.973
1840 -3.848181e-03 -0.0232999473   1377452         17.145         21.867
1841 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1842  1.448276e-02 -0.0285057471  10755629         24.466         19.094
1843 -2.502496e-02 -0.0437271215  30652248         10.803         10.879
1844  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1845 -1.786170e-02 -0.0262822149  19451970         15.458         14.081
1846 -2.502496e-02 -0.0437271215  30652248         10.803         10.879
1847  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1848 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1849  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1850 -1.869299e-03 -0.0165993719   1749243          7.837          7.928
1851  1.278792e-02 -0.0130122644   4428825         15.155         16.160
1852 -9.305788e-04 -0.0157267821   3111976         13.260         13.591
1853 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1854 -3.028649e-02 -0.0515688950  56746263         23.313         27.090
1855 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
1856  9.426551e-03 -0.0196386489  23455165         21.747         15.305
1857 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1858 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1859 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1860 -1.219931e-02 -0.0379725086    660164         28.034         29.384
1861 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1862 -5.799503e-03 -0.0298260149   6765800         22.334         21.343
1863 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1864  6.126001e-03 -0.0096066829  20860358         10.476         11.495
1865  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1866 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1867 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
1868  1.991701e-02  0.0047026279  56769258         23.198         14.815
1869  1.991701e-02  0.0047026279  56769258         23.198         14.815
1870 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1871 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1872 -1.257071e-02 -0.0345694532   3004365         21.174         18.710
1873 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1874 -1.786170e-02 -0.0262822149  19451970         15.458         14.081
1875  7.822357e-03  0.0075700227  24994983         12.489         10.848
1876 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1877 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1878 -2.253606e-03  0.0042067308   2376092         21.453         15.973
1879 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1880 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1881 -1.729183e-03 -0.0031923384   7330420          6.565          9.281
1882 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1883 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1884 -3.848181e-03 -0.0232999473   1377452         17.145         21.867
1885 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1886 -2.502496e-02 -0.0437271215  30652248         10.803         10.879
1887 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1888 -2.502496e-02 -0.0437271215  30652248         10.803         10.879
1889  3.026097e-02  0.0136035536   7465980         14.603          9.403
1890 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1891  6.126001e-03 -0.0096066829  20860358         10.476         11.495
1892  1.991701e-02  0.0047026279  56769258         23.198         14.815
1893  1.337296e-02 -0.0156017831  16501919         20.628         22.608
1894 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1895 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1896 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1897  1.498501e-02  0.0091575092  25046130         18.224         12.486
1898 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1899 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1900  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1901 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
1902 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1903  1.498501e-02  0.0091575092  25046130         18.224         12.486
1904 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1905  4.625551e-02  0.0361233480     14000         40.824         62.043
1906 -2.502496e-02 -0.0437271215  30652248         10.803         10.879
1907 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1908  7.822357e-03  0.0075700227  24994983         12.489         10.848
1909 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1910 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1911 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1912 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1913 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1914 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1915 -1.907837e-02 -0.0366891694  20461746          8.653         10.282
1916 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1917 -1.907837e-02 -0.0366891694  20461746          8.653         10.282
1918 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1919 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1920 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1921 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1922 -9.269988e-04 -0.0018539977  10337768          8.467          6.941
1923 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1924 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1925  1.901408e-02  0.0200000000   3897729         10.693         10.115
1926  2.742074e-02 -0.0269922879  69384908         28.509         27.957
1927 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1928  9.797918e-04 -0.0117575015  12072169          9.450         12.049
1929 -1.786170e-02 -0.0262822149  19451970         15.458         14.081
1930  6.126001e-03 -0.0096066829  20860358         10.476         11.495
1931 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1932 -1.590804e-02 -0.0270552717   2919180          8.659         12.808
1933  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1934 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1935 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1936 -5.799503e-03 -0.0298260149   6765800         22.334         21.343
1937 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1938 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1939  7.218914e-04  0.0079408049   6437731          9.810         27.070
1940 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1941 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1942 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1943 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1944  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1945  1.189237e-03 -0.0382042515   3814203         16.657         14.198
1946 -5.338078e-03 -0.0117882562  12962658          8.722          8.129
1947 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1948 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1949 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1950 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1951 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1952 -1.786170e-02 -0.0262822149  19451970         15.458         14.081
1953 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1954 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1955 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1956 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1957 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1958  1.257759e-02 -0.0125232365   2500121         19.259         14.843
1959  6.126001e-03 -0.0096066829  20860358         10.476         11.495
1960 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1961 -1.729183e-03 -0.0031923384   7330420          6.565          9.281
1962  8.718396e-04 -0.0113339146  41415145         19.769         21.199
1963 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1964 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1965 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1966 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1967 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1968 -3.859300e-02 -0.0709232899   3845857         20.884         17.193
1969 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1970 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1971  1.991701e-02  0.0047026279  56769258         23.198         14.815
1972  6.238692e-04  0.0005614823   4154147         27.215         16.517
1973 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1974  1.264918e-02 -0.0465947259   4779887         29.566         17.171
1975 -1.786170e-02 -0.0262822149  19451970         15.458         14.081
1976  1.134360e-02 -0.0142992445    655987         15.132         13.278
1977  1.797939e-03 -0.0013180732       124          4.838         14.262
1978 -2.584442e-02 -0.0513368926    477366         16.946         13.626
1979 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1980 -7.887818e-03 -0.0300905638  39548818         11.624          9.721
1981  1.134360e-02 -0.0142992445    655987         15.132         13.278
1982  4.276115e-03  0.0009773977    882403         10.753          9.493
1983 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1984  1.134360e-02 -0.0142992445    655987         15.132         13.278
1985 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1986 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1987 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1988 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
1989 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1990 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
1991 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
1992 -3.848181e-03 -0.0232999473   1377452         17.145         21.867
1993  1.085094e-03 -0.0313078241   1731764         17.021         13.722
1994 -2.253606e-03  0.0042067308   2376092         21.453         15.973
1995 -2.253606e-03  0.0042067308   2376092         21.453         15.973
1996 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
1997 -2.253606e-03  0.0042067308   2376092         21.453         15.973
1998 -2.253606e-03  0.0042067308   2376092         21.453         15.973
1999 -2.253606e-03  0.0042067308   2376092         21.453         15.973
2000 -2.253606e-03  0.0042067308   2376092         21.453         15.973
2001 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
2002  4.276115e-03  0.0009773977    882403         10.753          9.493
2003 -7.141698e-03 -0.0240761781   2181592         11.282         13.700
2004 -3.028649e-02 -0.0515688950  56746263         23.313         27.090
2005  1.498501e-02  0.0091575092  25046130         18.224         12.486
2006 -2.628121e-04 -0.0613009198   6366247         41.407         26.745
2007 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
2008 -2.253606e-03  0.0042067308   2376092         21.453         15.973
2009 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
2010  1.264918e-02 -0.0465947259   4779887         29.566         17.171
2011 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
2012 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
2013  1.134360e-02 -0.0142992445    655987         15.132         13.278
2014 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
2015 -3.633218e-03 -0.0100346021   3987631         10.315          7.797
2016 -2.726453e-02 -0.0380238846   2364453         12.106         10.583
2017 -1.877858e-02 -0.0286057147   7364681          8.744         14.935
2018 -3.021551e-02 -0.0524327927   3961697         13.099         20.830
2019 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
2020 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
2021 -5.503152e-02 -0.0616344182   2448752         23.420         15.044
2022 -1.795870e-02 -0.0368153248  10127598         28.496         18.344
2023 -2.551020e-03 -0.0102040816   7700915         28.035         26.430
2024 -3.826851e-02 -0.0709232899   3845857         20.884         17.193
2025 -1.197246e-02 -0.0368153248  10127598         28.496         18.344
2026  0.000000e+00  0.0361233480     14000         40.824         62.043
2027 -1.020669e-02 -0.0262822149  19451970         15.458         14.081
2028 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2029 -1.197246e-02 -0.0368153248  10127598         28.496         18.344
2030 -1.697316e-02 -0.0286057147   7364681          8.744         14.935
2031 -5.260939e-02 -0.0616344182   2448752         23.420         15.044
2032  2.085747e-03 -0.0018539977  10337768          8.467          6.941
2033 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2034  1.032258e-02  0.0100000000  10638662         24.385         15.424
2035  7.082631e-03  0.0101180438   8670806         14.897         15.109
2036 -5.260939e-02 -0.0616344182   2448752         23.420         15.044
2037 -1.011373e-03 -0.0361617371   1222022         24.679         21.847
2038 -1.011373e-03 -0.0361617371   1222022         24.679         21.847
2039 -1.011373e-03 -0.0361617371   1222022         24.679         21.847
2040 -1.011373e-03 -0.0361617371   1222022         24.679         21.847
2041 -1.011373e-03 -0.0361617371   1222022         24.679         21.847
2042 -1.697316e-02 -0.0286057147   7364681          8.744         14.935
2043  6.739006e-03 -0.0313078241   1731764         17.021         13.722
2044 -1.197246e-02 -0.0368153248  10127598         28.496         18.344
2045 -6.005338e-03 -0.0117882562  12962658          8.722          8.129
2046 -5.260939e-02 -0.0616344182   2448752         23.420         15.044
2047  1.657645e-02 -0.0236806495  11917080         23.550         19.195
2048 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2049  1.118132e-02 -0.0169279975    581279         20.681         14.534
2050  2.043906e-02  0.0075700227  24994983         12.489         10.848
2051 -1.697316e-02 -0.0286057147   7364681          8.744         14.935
2052  6.503252e-03 -0.0465947259   4779887         29.566         17.171
2053 -3.826851e-02 -0.0709232899   3845857         20.884         17.193
2054 -1.697316e-02 -0.0286057147   7364681          8.744         14.935
2055 -5.260939e-02 -0.0616344182   2448752         23.420         15.044
2056 -2.312082e-02 -0.0513368926    477366         16.946         13.626
2057  6.503252e-03 -0.0465947259   4779887         29.566         17.171
2058 -1.197246e-02 -0.0368153248  10127598         28.496         18.344
2059  4.413842e-04  0.0013241525   4872033          9.749          8.628
2060 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2061 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2062 -1.697316e-02 -0.0286057147   7364681          8.744         14.935
2063  2.043906e-02  0.0075700227  24994983         12.489         10.848
2064 -5.260939e-02 -0.0616344182   2448752         23.420         15.044
2065 -1.197246e-02 -0.0368153248  10127598         28.496         18.344
2066 -1.730104e-04 -0.0100346021   3987631         10.315          7.797
2067  6.503252e-03 -0.0465947259   4779887         29.566         17.171
2068 -1.197246e-02 -0.0368153248  10127598         28.496         18.344
2069 -4.511821e-03  0.0079408049   6437731          9.810         27.070
2070  6.503252e-03 -0.0465947259   4779887         29.566         17.171
2071 -1.966539e-02 -0.0366891694  20461746          8.653         10.282
2072  3.325352e-03 -0.0031923384   7330420          6.565          9.281
2073 -6.005338e-03 -0.0117882562  12962658          8.722          8.129
2074 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2075 -1.197246e-02 -0.0368153248  10127598         28.496         18.344
2076 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2077  6.503252e-03 -0.0465947259   4779887         29.566         17.171
2078 -1.730104e-04 -0.0100346021   3987631         10.315          7.797
2079 -1.730104e-04 -0.0100346021   3987631         10.315          7.797
2080 -6.325778e-04 -0.0232999473   1377452         17.145         21.867
2081  4.413842e-04  0.0013241525   4872033          9.749          8.628
2082 -1.133082e-02 -0.0524327927   3961697         13.099         20.830
2083 -1.133082e-02 -0.0524327927   3961697         13.099         20.830
2084 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2085  5.258413e-03  0.0042067308   2376092         21.453         15.973
2086 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2087 -1.133082e-02 -0.0524327927   3961697         13.099         20.830
2088 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2089  6.503252e-03 -0.0465947259   4779887         29.566         17.171
2090  3.325352e-03 -0.0031923384   7330420          6.565          9.281
2091 -1.697316e-02 -0.0286057147   7364681          8.744         14.935
2092 -1.133082e-02 -0.0524327927   3961697         13.099         20.830
2093 -1.133082e-02 -0.0524327927   3961697         13.099         20.830
2094 -1.197246e-02 -0.0368153248  10127598         28.496         18.344
2095  6.503252e-03 -0.0465947259   4779887         29.566         17.171
2096 -3.826851e-02 -0.0709232899   3845857         20.884         17.193
2097  4.608295e-03 -0.0382042515   3814203         16.657         14.198
2098 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2099 -1.333771e-02 -0.0613009198   6366247         41.407         26.745
2100 -1.020669e-02 -0.0262822149  19451970         15.458         14.081
2101 -5.979644e-03 -0.0057251908   8201738         18.864         13.345
2102  2.977812e-03 -0.0011457922    928465         13.133         20.003
2103  5.413952e-03  0.0258839594   1709504         12.723         18.095
2104 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2105  2.977812e-03 -0.0011457922    928465         13.133         20.003
2106  2.977812e-03 -0.0011457922    928465         13.133         20.003
2107  2.977812e-03 -0.0011457922    928465         13.133         20.003
2108 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2109  1.000617e-02 -0.0031317019    980771         15.138         17.844
2110  2.977812e-03 -0.0011457922    928465         13.133         20.003
2111  4.423610e-03 -0.0093754127  18023917         13.186         16.089
2112  2.977812e-03 -0.0011457922    928465         13.133         20.003
2113  4.461796e-03 -0.0306748466   6442687         28.202         22.466
2114  2.977812e-03 -0.0011457922    928465         13.133         20.003
2115  1.749271e-02  0.0151603499   9762178         16.727         22.532
2116  5.636310e-03  0.0069712252   5185749         17.223         20.943
2117  1.517195e-03  0.0116318274   5703000          8.453         18.379
2118  5.504587e-03  0.0160550459   1254348         14.826         25.820
2119  2.977812e-03 -0.0011457922    928465         13.133         20.003
2120  5.504587e-03  0.0160550459   1254348         14.826         25.820
2121  4.354271e-03 -0.0021308134   9963649          9.282         14.188
2122  2.977812e-03 -0.0011457922    928465         13.133         20.003
2123 -9.172509e-04 -0.0007862150   3543404          7.992         13.155
2124  2.977812e-03 -0.0011457922    928465         13.133         20.003
2125  2.977812e-03 -0.0011457922    928465         13.133         20.003
2126  5.504587e-03  0.0160550459   1254348         14.826         25.820
2127  1.749271e-02  0.0151603499   9762178         16.727         22.532
2128  2.977812e-03 -0.0011457922    928465         13.133         20.003
2129  5.504587e-03  0.0160550459   1254348         14.826         25.820
2130  2.977812e-03 -0.0011457922    928465         13.133         20.003
2131 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2132  1.749271e-02  0.0151603499   9762178         16.727         22.532
2133  1.000617e-02 -0.0031317019    980771         15.138         17.844
2134  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2135  5.564284e-03  0.0037968054  24451164          9.993         17.604
2136  1.749271e-02  0.0151603499   9762178         16.727         22.532
2137  4.461796e-03 -0.0306748466   6442687         28.202         22.466
2138  2.977812e-03 -0.0011457922    928465         13.133         20.003
2139  2.977812e-03 -0.0011457922    928465         13.133         20.003
2140 -1.870952e-02 -0.0326217318  26340547          9.398         16.718
2141  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2142 -1.064106e-02 -0.0098624448  24040423          9.834         14.120
2143 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2144  1.718213e-03 -0.0153207331  30436364          9.871         14.475
2145  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2146  1.000617e-02 -0.0031317019    980771         15.138         17.844
2147 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2148  5.504587e-03  0.0160550459   1254348         14.826         25.820
2149  5.504587e-03  0.0160550459   1254348         14.826         25.820
2150  2.977812e-03 -0.0011457922    928465         13.133         20.003
2151  1.749271e-02  0.0151603499   9762178         16.727         22.532
2152  5.504587e-03  0.0160550459   1254348         14.826         25.820
2153  1.749271e-02  0.0151603499   9762178         16.727         22.532
2154  1.000617e-02 -0.0031317019    980771         15.138         17.844
2155  7.527410e-03  0.0081819669   3762298         13.996         20.868
2156  1.749271e-02  0.0151603499   9762178         16.727         22.532
2157  2.977812e-03 -0.0011457922    928465         13.133         20.003
2158  1.749271e-02  0.0151603499   9762178         16.727         22.532
2159  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2160 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2161  2.977812e-03 -0.0011457922    928465         13.133         20.003
2162  1.749271e-02  0.0151603499   9762178         16.727         22.532
2163  5.504587e-03  0.0160550459   1254348         14.826         25.820
2164 -3.900509e-02 -0.0397155280       147         22.754         20.086
2165  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2166  2.977812e-03 -0.0011457922    928465         13.133         20.003
2167  2.114761e-04 -0.0052164105   2944380         13.406         13.067
2168  1.749271e-02  0.0151603499   9762178         16.727         22.532
2169  5.808009e-02  0.0595001420   8311998         27.804         25.851
2170  7.527410e-03  0.0081819669   3762298         13.996         20.868
2171  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2172  2.977812e-03 -0.0011457922    928465         13.133         20.003
2173  2.977812e-03 -0.0011457922    928465         13.133         20.003
2174  5.504587e-03  0.0160550459   1254348         14.826         25.820
2175 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2176  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2177  2.977812e-03 -0.0011457922    928465         13.133         20.003
2178  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2179  5.808009e-02  0.0595001420   8311998         27.804         25.851
2180  2.977812e-03 -0.0011457922    928465         13.133         20.003
2181  1.000617e-02 -0.0031317019    980771         15.138         17.844
2182 -1.294599e-02 -0.0035721971   2758083         10.924         20.649
2183  1.000617e-02 -0.0031317019    980771         15.138         17.844
2184  2.977812e-03 -0.0011457922    928465         13.133         20.003
2185  2.977812e-03 -0.0011457922    928465         13.133         20.003
2186  2.977812e-03 -0.0011457922    928465         13.133         20.003
2187  1.000617e-02 -0.0031317019    980771         15.138         17.844
2188  1.000617e-02 -0.0031317019    980771         15.138         17.844
2189  1.517195e-03  0.0116318274   5703000          8.453         18.379
2190  2.977812e-03 -0.0011457922    928465         13.133         20.003
2191  2.977812e-03 -0.0011457922    928465         13.133         20.003
2192  2.977812e-03 -0.0011457922    928465         13.133         20.003
2193  2.977812e-03 -0.0011457922    928465         13.133         20.003
2194  4.423610e-03 -0.0093754127  18023917         13.186         16.089
2195  1.000617e-02 -0.0031317019    980771         15.138         17.844
2196  5.808009e-02  0.0595001420   8311998         27.804         25.851
2197 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2198  1.749271e-02  0.0151603499   9762178         16.727         22.532
2199  1.000617e-02 -0.0031317019    980771         15.138         17.844
2200  4.153974e-03  0.0002769316  17741896          6.791         16.726
2201 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2202  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2203  5.315615e-02  0.1063122924   6551680         34.539         53.407
2204  5.504587e-03  0.0160550459   1254348         14.826         25.820
2205  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2206 -7.548594e-03 -0.0184940555   8938801          8.666         12.668
2207 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2208 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2209  1.749271e-02  0.0151603499   9762178         16.727         22.532
2210 -3.900509e-02 -0.0397155280       147         22.754         20.086
2211 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2212  5.564284e-03  0.0037968054  24451164          9.993         17.604
2213  2.557078e-03  0.0164329327  35610474         16.946         15.457
2214  2.977812e-03 -0.0011457922    928465         13.133         20.003
2215  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2216 -9.172509e-04 -0.0007862150   3543404          7.992         13.155
2217 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2218  1.000617e-02 -0.0031317019    980771         15.138         17.844
2219 -1.953649e-02 -0.0222179659  11107174         13.684         23.581
2220  9.054785e-03  0.0097062081   7158383          9.654         12.006
2221  2.977812e-03 -0.0011457922    928465         13.133         20.003
2222 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2223  1.718213e-03 -0.0153207331  30436364          9.871         14.475
2224  2.977812e-03 -0.0011457922    928465         13.133         20.003
2225 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2226  5.504587e-03  0.0160550459   1254348         14.826         25.820
2227  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2228 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2229  1.988072e-02  0.0337972167       800         24.002         25.947
2230  1.749271e-02  0.0151603499   9762178         16.727         22.532
2231 -9.172509e-04 -0.0007862150   3543404          7.992         13.155
2232  1.749271e-02  0.0151603499   9762178         16.727         22.532
2233  4.461796e-03 -0.0306748466   6442687         28.202         22.466
2234 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2235  1.687534e-02  0.0013609145  23411181         16.441         19.485
2236  5.808009e-02  0.0595001420   8311998         27.804         25.851
2237  4.354271e-03 -0.0021308134   9963649          9.282         14.188
2238 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2239  1.365992e-02  0.0160150730  13301900         10.651         17.096
2240  1.749271e-02  0.0151603499   9762178         16.727         22.532
2241 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2242 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2243  1.749271e-02  0.0151603499   9762178         16.727         22.532
2244 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2245 -9.172509e-04 -0.0007862150   3543404          7.992         13.155
2246  6.758513e-03  0.0023394853   3117138          5.180         20.760
2247  2.977812e-03 -0.0011457922    928465         13.133         20.003
2248  4.423610e-03 -0.0093754127  18023917         13.186         16.089
2249  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2250  2.977812e-03 -0.0011457922    928465         13.133         20.003
2251  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2252 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2253  1.000617e-02 -0.0031317019    980771         15.138         17.844
2254  2.419843e-03 -0.0060496068   7948911         15.044         14.122
2255  1.327532e-02 -0.0004462294   6030140         18.070         13.801
2256  1.749271e-02  0.0151603499   9762178         16.727         22.532
2257  1.327532e-02 -0.0004462294   6030140         18.070         13.801
2258 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2259  5.808009e-02  0.0595001420   8311998         27.804         25.851
2260  1.749271e-02  0.0151603499   9762178         16.727         22.532
2261  1.000617e-02 -0.0031317019    980771         15.138         17.844
2262  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2263  1.517195e-03  0.0116318274   5703000          8.453         18.379
2264  5.413952e-03  0.0258839594   1709504         12.723         18.095
2265  1.749271e-02  0.0151603499   9762178         16.727         22.532
2266 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2267  3.703704e-02  0.0423917894 138636343         19.559         27.060
2268  2.977812e-03 -0.0011457922    928465         13.133         20.003
2269  5.808009e-02  0.0595001420   8311998         27.804         25.851
2270  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2271  2.977812e-03 -0.0011457922    928465         13.133         20.003
2272  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2273  2.114761e-04 -0.0052164105   2944380         13.406         13.067
2274  2.977812e-03 -0.0011457922    928465         13.133         20.003
2275  2.977812e-03 -0.0011457922    928465         13.133         20.003
2276  2.977812e-03 -0.0011457922    928465         13.133         20.003
2277  2.977812e-03 -0.0011457922    928465         13.133         20.003
2278  2.483379e-02  0.0381306218  30519660         15.121         17.247
2279  1.749271e-02  0.0151603499   9762178         16.727         22.532
2280 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2281 -9.436633e-04 -0.0117957913   5007276          8.922         12.843
2282 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2283  2.977812e-03 -0.0011457922    928465         13.133         20.003
2284  2.977812e-03 -0.0011457922    928465         13.133         20.003
2285  2.977812e-03 -0.0011457922    928465         13.133         20.003
2286 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2287  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2288  5.606407e-02  0.0835240275   8561433         26.649         43.015
2289  2.977812e-03 -0.0011457922    928465         13.133         20.003
2290  1.749271e-02  0.0151603499   9762178         16.727         22.532
2291 -1.708633e-02 -0.0143884892  36398667         16.041         21.235
2292 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2293  2.977812e-03 -0.0011457922    928465         13.133         20.003
2294 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2295 -1.759402e-03 -0.0096767099  14148040          8.499          7.304
2296 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2297  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2298  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2299 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2300  3.703704e-02  0.0423917894 138636343         19.559         27.060
2301  1.749271e-02  0.0151603499   9762178         16.727         22.532
2302 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2303 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2304 -6.986415e-03 -0.0047972683   2449061          6.081         13.333
2305  1.749271e-02  0.0151603499   9762178         16.727         22.532
2306 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2307  1.749271e-02  0.0151603499   9762178         16.727         22.532
2308  9.054785e-03  0.0097062081   7158383          9.654         12.006
2309  1.749271e-02  0.0151603499   9762178         16.727         22.532
2310 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2311  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2312 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2313  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2314  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2315  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2316  1.749271e-02  0.0151603499   9762178         16.727         22.532
2317  3.703704e-02  0.0423917894 138636343         19.559         27.060
2318  3.703704e-02  0.0423917894 138636343         19.559         27.060
2319  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2320  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2321  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2322  5.564056e-03 -0.0006259563   1907585          9.967         18.889
2323 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2324  1.749271e-02  0.0151603499   9762178         16.727         22.532
2325 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2326 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2327 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2328  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2329 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2330  1.000617e-02 -0.0031317019    980771         15.138         17.844
2331  2.977812e-03 -0.0011457922    928465         13.133         20.003
2332  1.198299e-02  0.0264785466   8037936         11.102         15.551
2333 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2334 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2335  1.749271e-02  0.0151603499   9762178         16.727         22.532
2336  2.483379e-02  0.0381306218  30519660         15.121         17.247
2337  1.000617e-02 -0.0031317019    980771         15.138         17.844
2338 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2339  5.808009e-02  0.0595001420   8311998         27.804         25.851
2340  1.000617e-02 -0.0031317019    980771         15.138         17.844
2341  3.703704e-02  0.0423917894 138636343         19.559         27.060
2342  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2343  1.988072e-02  0.0337972167       800         24.002         25.947
2344 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2345  1.304348e-02  0.0222360248  13572313          7.101          9.511
2346  2.977812e-03 -0.0011457922    928465         13.133         20.003
2347  1.424581e-02  0.0128491620   1711791         13.565         17.564
2348  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2349  9.054785e-03  0.0097062081   7158383          9.654         12.006
2350  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2351  1.749271e-02  0.0151603499   9762178         16.727         22.532
2352 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2353  7.527410e-03  0.0081819669   3762298         13.996         20.868
2354  1.749271e-02  0.0151603499   9762178         16.727         22.532
2355  2.977812e-03 -0.0011457922    928465         13.133         20.003
2356  1.749271e-02  0.0151603499   9762178         16.727         22.532
2357 -7.548594e-03 -0.0184940555   8938801          8.666         12.668
2358 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2359 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2360  1.749271e-02  0.0151603499   9762178         16.727         22.532
2361 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2362  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2363 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2364  2.977812e-03 -0.0011457922    928465         13.133         20.003
2365 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2366  1.749271e-02  0.0151603499   9762178         16.727         22.532
2367  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2368  1.749271e-02  0.0151603499   9762178         16.727         22.532
2369  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2370 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2371 -7.548594e-03 -0.0184940555   8938801          8.666         12.668
2372  2.977812e-03 -0.0011457922    928465         13.133         20.003
2373 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2374  1.749271e-02  0.0151603499   9762178         16.727         22.532
2375 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2376  2.977812e-03 -0.0011457922    928465         13.133         20.003
2377  7.527410e-03  0.0081819669   3762298         13.996         20.868
2378 -4.220372e-03 -0.0053610129    811293          7.113          9.917
2379 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2380 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2381  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2382  1.749271e-02  0.0151603499   9762178         16.727         22.532
2383 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2384  5.413952e-03  0.0258839594   1709504         12.723         18.095
2385  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2386  2.635362e-02  0.0213224724  13637891         17.044         26.392
2387 -9.514748e-04 -0.0012686330  30196715         41.892         26.200
2388 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2389  5.808009e-02  0.0595001420   8311998         27.804         25.851
2390 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2391 -8.880995e-04 -0.0122853760  46070779         13.165         15.326
2392  2.977812e-03 -0.0011457922    928465         13.133         20.003
2393  1.749271e-02  0.0151603499   9762178         16.727         22.532
2394 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2395  1.749271e-02  0.0151603499   9762178         16.727         22.532
2396  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2397 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2398  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2399 -1.562021e-02 -0.0183767228  29018501         11.762          9.773
2400 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2401 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2402  5.564056e-03 -0.0006259563   1907585          9.967         18.889
2403 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2404  4.423610e-03 -0.0093754127  18023917         13.186         16.089
2405  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2406 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2407  1.749271e-02  0.0151603499   9762178         16.727         22.532
2408 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2409  2.977812e-03 -0.0011457922    928465         13.133         20.003
2410  1.718213e-03 -0.0153207331  30436364          9.871         14.475
2411  5.808009e-02  0.0595001420   8311998         27.804         25.851
2412 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2413 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2414  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2415  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2416  0.000000e+00  0.0000000000        67         69.028         69.875
2417  4.354271e-03 -0.0021308134   9963649          9.282         14.188
2418  5.564284e-03  0.0037968054  24451164          9.993         17.604
2419  7.527410e-03  0.0081819669   3762298         13.996         20.868
2420 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2421  7.527410e-03  0.0081819669   3762298         13.996         20.868
2422  1.749271e-02  0.0151603499   9762178         16.727         22.532
2423  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2424 -5.979644e-03 -0.0057251908   8201738         18.864         13.345
2425  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2426  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2427  5.564284e-03  0.0037968054  24451164          9.993         17.604
2428 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2429 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2430 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2431 -1.870952e-02 -0.0326217318  26340547          9.398         16.718
2432 -1.870952e-02 -0.0326217318  26340547          9.398         16.718
2433 -9.436633e-04 -0.0117957913   5007276          8.922         12.843
2434  1.749271e-02  0.0151603499   9762178         16.727         22.532
2435  2.977812e-03 -0.0011457922    928465         13.133         20.003
2436 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2437 -7.548594e-03 -0.0184940555   8938801          8.666         12.668
2438  4.423610e-03 -0.0093754127  18023917         13.186         16.089
2439 -7.548594e-03 -0.0184940555   8938801          8.666         12.668
2440  2.977812e-03 -0.0011457922    928465         13.133         20.003
2441 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2442 -1.064106e-02 -0.0098624448  24040423          9.834         14.120
2443  5.564284e-03  0.0037968054  24451164          9.993         17.604
2444  6.260827e-03 -0.0096039875   1724095         10.711         16.438
2445  5.808009e-02  0.0595001420   8311998         27.804         25.851
2446  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2447 -1.108126e-02 -0.0218267293   9165598         10.490         21.381
2448  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2449  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2450 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2451 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2452 -6.197323e-03 -0.0089241448   4533700          6.340         20.538
2453  1.749271e-02  0.0151603499   9762178         16.727         22.532
2454 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2455 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2456 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2457  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2458 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2459  8.898776e-03 -0.0069307778   5232886         10.835          9.269
2460 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2461  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2462 -9.436633e-04 -0.0117957913   5007276          8.922         12.843
2463  1.718213e-03 -0.0153207331  30436364          9.871         14.475
2464 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2465 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2466 -7.548594e-03 -0.0184940555   8938801          8.666         12.668
2467  1.718213e-03 -0.0153207331  30436364          9.871         14.475
2468  1.749271e-02  0.0151603499   9762178         16.727         22.532
2469 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2470  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2471  8.898776e-03 -0.0069307778   5232886         10.835          9.269
2472  1.749271e-02  0.0151603499   9762178         16.727         22.532
2473  7.527410e-03  0.0081819669   3762298         13.996         20.868
2474  7.527410e-03  0.0081819669   3762298         13.996         20.868
2475  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2476 -1.545842e-02  0.0133262260  12234110         26.990         19.475
2477 -7.548594e-03 -0.0184940555   8938801          8.666         12.668
2478 -6.826165e-03 -0.0092120087   6415744          7.080         17.164
2479  1.000617e-02 -0.0031317019    980771         15.138         17.844
2480  1.365992e-02  0.0160150730  13301900         10.651         17.096
2481 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2482 -1.064106e-02 -0.0098624448  24040423          9.834         14.120
2483 -1.064106e-02 -0.0098624448  24040423          9.834         14.120
2484 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2485 -9.514748e-04 -0.0012686330  30196715         41.892         26.200
2486  1.365992e-02  0.0160150730  13301900         10.651         17.096
2487 -2.830189e-02 -0.0343053173  22811121         13.599         17.007
2488  2.977812e-03 -0.0011457922    928465         13.133         20.003
2489 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2490  5.636310e-03  0.0069712252   5185749         17.223         20.943
2491  5.564284e-03  0.0037968054  24451164          9.993         17.604
2492 -1.545842e-02  0.0133262260  12234110         26.990         19.475
2493 -2.830189e-02 -0.0343053173  22811121         13.599         17.007
2494 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2495 -2.830189e-02 -0.0343053173  22811121         13.599         17.007
2496  4.423610e-03 -0.0093754127  18023917         13.186         16.089
2497  2.977812e-03 -0.0011457922    928465         13.133         20.003
2498 -1.545842e-02  0.0133262260  12234110         26.990         19.475
2499  1.749271e-02  0.0151603499   9762178         16.727         22.532
2500 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2501 -4.873448e-03 -0.0270397736   7314634         14.999         14.410
2502  2.977812e-03 -0.0011457922    928465         13.133         20.003
2503 -5.979644e-03 -0.0057251908   8201738         18.864         13.345
2504  1.424581e-02  0.0128491620   1711791         13.565         17.564
2505 -3.924695e-03 -0.0326240265   5328919         18.548         26.631
2506  2.977812e-03 -0.0011457922    928465         13.133         20.003
2507  5.808009e-02  0.0595001420   8311998         27.804         25.851
2508  1.166275e-03 -0.0143471879   3913115         10.034         14.566
2509  1.749271e-02  0.0151603499   9762178         16.727         22.532
2510  3.161828e-03  0.0123598735   6665270         17.900         19.091
2511  3.962606e-02  0.0346960606   4057944         29.391         25.799
2512 -1.368578e-03  0.0098057282    953079         13.217         19.526
2513  3.161828e-03  0.0123598735   6665270         17.900         19.091
2514 -2.591933e-03 -0.0021059452   3283873         14.717         21.234
2515 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2516 -1.368578e-03  0.0098057282    953079         13.217         19.526
2517 -7.058824e-03 -0.0133333333   6058263         14.921         13.650
2518 -1.368578e-03  0.0098057282    953079         13.217         19.526
2519 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2520 -1.664533e-02 -0.0166453265     69534         26.371         38.905
2521 -1.929509e-02 -0.0164651402  17691212          8.650         14.402
2522 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2523 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2524  5.039007e-03  0.0036123000   1306384         10.653         16.474
2525 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2526 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2527 -1.706913e-04 -0.0025804508   2454841          8.721         14.580
2528  3.161828e-03  0.0123598735   6665270         17.900         19.091
2529  3.161828e-03  0.0123598735   6665270         17.900         19.091
2530 -1.368578e-03  0.0098057282    953079         13.217         19.526
2531 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2532 -1.929509e-02 -0.0164651402  17691212          8.650         14.402
2533  3.962606e-02  0.0346960606   4057944         29.391         25.799
2534 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2535 -2.591933e-03 -0.0021059452   3283873         14.717         21.234
2536 -2.591933e-03 -0.0021059452   3283873         14.717         21.234
2537 -1.997147e-03 -0.0068473609  21603601          9.868         14.412
2538 -1.499765e-02 -0.0124588622       124         17.659         21.905
2539 -3.172483e-03 -0.0006678911   4999500          9.452         18.549
2540 -1.368578e-03  0.0098057282    953079         13.217         19.526
2541 -2.114804e-02 -0.0030211480    439229         24.428         36.520
2542 -7.058824e-03 -0.0133333333   6058263         14.921         13.650
2543 -3.172483e-03 -0.0006678911   4999500          9.452         18.549
2544  3.962606e-02  0.0346960606   4057944         29.391         25.799
2545 -1.368578e-03  0.0098057282    953079         13.217         19.526
2546 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2547 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2548  0.000000e+00  0.0000000000        67         69.028         69.875
2549 -1.368578e-03  0.0098057282    953079         13.217         19.526
2550 -1.477024e-02 -0.0355579869   6687892         27.703         22.812
2551 -1.472754e-03 -0.0005891016   1979479         11.148         20.926
2552 -1.472754e-03 -0.0005891016   1979479         11.148         20.926
2553 -3.172483e-03 -0.0006678911   4999500          9.452         18.549
2554 -2.591933e-03 -0.0021059452   3283873         14.717         21.234
2555  3.962606e-02  0.0346960606   4057944         29.391         25.799
2556  3.962606e-02  0.0346960606   4057944         29.391         25.799
2557 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2558 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2559  3.962606e-02  0.0346960606   4057944         29.391         25.799
2560 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2561 -4.206836e-02 -0.0482033304  76707185         19.915         21.349
2562 -7.058824e-03 -0.0133333333   6058263         14.921         13.650
2563  4.677268e-03  0.0116931712  10486300         11.746         17.052
2564  3.161828e-03  0.0123598735   6665270         17.900         19.091
2565 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2566  3.161828e-03  0.0123598735   6665270         17.900         19.091
2567  3.161828e-03  0.0123598735   6665270         17.900         19.091
2568  3.161828e-03  0.0123598735   6665270         17.900         19.091
2569 -2.066949e-02 -0.0178967534   1420108         13.255         17.041
2570  3.161828e-03  0.0123598735   6665270         17.900         19.091
2571  3.161828e-03  0.0123598735   6665270         17.900         19.091
2572 -1.005657e-02 -0.0119421747  15525451         11.417         26.309
2573  3.962606e-02  0.0346960606   4057944         29.391         25.799
2574 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2575  3.161828e-03  0.0123598735   6665270         17.900         19.091
2576 -1.660214e-02 -0.0171271081   4349787          7.915         17.241
2577 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2578 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2579  3.875969e-03  0.0038759690  17510915          6.877         16.572
2580 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2581 -1.472754e-03 -0.0005891016   1979479         11.148         20.926
2582 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2583 -2.644628e-02 -0.0333884298  11635712          9.988         21.748
2584 -1.368578e-03  0.0098057282    953079         13.217         19.526
2585 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2586  3.161828e-03  0.0123598735   6665270         17.900         19.091
2587 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2588  3.962606e-02  0.0346960606   4057944         29.391         25.799
2589  5.544933e-03  0.0009560229  13352101         11.945         12.590
2590  3.161828e-03  0.0123598735   6665270         17.900         19.091
2591 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2592  3.962606e-02  0.0346960606   4057944         29.391         25.799
2593 -1.368578e-03  0.0098057282    953079         13.217         19.526
2594 -1.179014e-03  0.0034715399   2918126          7.906         13.054
2595  3.607299e-03  0.0103975103   2407737         14.187         13.053
2596 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2597 -1.368578e-03  0.0098057282    953079         13.217         19.526
2598 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2599 -1.368578e-03  0.0098057282    953079         13.217         19.526
2600 -1.368578e-03  0.0098057282    953079         13.217         19.526
2601 -1.800288e-02 -0.0316850696  17969811         10.456         16.537
2602 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2603 -1.368578e-03  0.0098057282    953079         13.217         19.526
2604  3.161828e-03  0.0123598735   6665270         17.900         19.091
2605 -5.855379e-03  0.0016931217   1968452         16.414         18.809
2606  5.039007e-03  0.0036123000   1306384         10.653         16.474
2607 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2608 -1.660214e-02 -0.0171271081   4349787          7.915         17.241
2609 -1.706913e-04 -0.0025804508   2454841          8.721         14.580
2610 -1.368578e-03  0.0098057282    953079         13.217         19.526
2611 -1.368578e-03  0.0098057282    953079         13.217         19.526
2612  8.687321e-03 -0.0019629723    553159         14.670         17.644
2613  3.161828e-03  0.0123598735   6665270         17.900         19.091
2614 -2.104999e-02 -0.0187946373   8153099         12.205         13.735
2615  3.161828e-03  0.0123598735   6665270         17.900         19.091
2616 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2617 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2618  5.039007e-03  0.0036123000   1306384         10.653         16.474
2619 -1.472754e-03 -0.0005891016   1979479         11.148         20.926
2620  3.962606e-02  0.0346960606   4057944         29.391         25.799
2621 -1.423721e-02 -0.0160723919    433818          8.495         20.566
2622  3.962606e-02  0.0346960606   4057944         29.391         25.799
2623 -1.179014e-03  0.0034715399   2918126          7.906         13.054
2624  5.039007e-03  0.0036123000   1306384         10.653         16.474
2625 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2626 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2627 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2628  3.161828e-03  0.0123598735   6665270         17.900         19.091
2629 -1.368578e-03  0.0098057282    953079         13.217         19.526
2630  5.544933e-03  0.0009560229  13352101         11.945         12.590
2631 -7.058824e-03 -0.0133333333   6058263         14.921         13.650
2632 -3.435794e-03  0.0003681207   3896317         18.003         26.643
2633  9.070248e-03  0.0369214876   3390345         17.035         19.114
2634  1.084265e-02  0.0576266649   5213315         32.714         28.827
2635  1.084265e-02  0.0576266649   5213315         32.714         28.827
2636 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2637 -2.060338e-02 -0.0161883738   2811948         21.460         25.487
2638  1.084265e-02  0.0576266649   5213315         32.714         28.827
2639  1.084265e-02  0.0576266649   5213315         32.714         28.827
2640  1.084265e-02  0.0576266649   5213315         32.714         28.827
2641 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2642  3.455864e-03  0.0051837963   1232971         12.251         15.666
2643  3.455864e-03  0.0051837963   1232971         12.251         15.666
2644  1.084265e-02  0.0576266649   5213315         32.714         28.827
2645  1.084265e-02  0.0576266649   5213315         32.714         28.827
2646  2.567427e-02  0.0495331950   1199844         24.638         27.394
2647  1.084265e-02  0.0576266649   5213315         32.714         28.827
2648  1.084265e-02  0.0576266649   5213315         32.714         28.827
2649  1.084265e-02  0.0576266649   5213315         32.714         28.827
2650  9.070248e-03  0.0369214876   3390345         17.035         19.114
2651 -2.951699e-02 -0.0348837209  12450600          8.921         14.166
2652 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2653  1.084265e-02  0.0576266649   5213315         32.714         28.827
2654  1.084265e-02  0.0576266649   5213315         32.714         28.827
2655  1.084265e-02  0.0576266649   5213315         32.714         28.827
2656  3.656307e-03  0.0096630974   2508213          7.748         10.954
2657 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2658 -3.063088e-02 -0.0435576788  31122634         24.884         15.615
2659  3.455864e-03  0.0051837963   1232971         12.251         15.666
2660  1.084265e-02  0.0576266649   5213315         32.714         28.827
2661  1.084265e-02  0.0576266649   5213315         32.714         28.827
2662  1.084265e-02  0.0576266649   5213315         32.714         28.827
2663  9.070248e-03  0.0369214876   3390345         17.035         19.114
2664  1.084265e-02  0.0576266649   5213315         32.714         28.827
2665  1.084265e-02  0.0576266649   5213315         32.714         28.827
2666 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2667 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2668  3.762935e-03 -0.0026654124   2391240         30.711         22.809
2669 -2.060338e-02 -0.0161883738   2811948         21.460         25.487
2670  1.084265e-02  0.0576266649   5213315         32.714         28.827
2671  4.062092e-03  0.0330770347  24161068         19.979         17.602
2672  2.628993e-02  0.0154791155   6965413         14.623         15.349
2673  3.656307e-03  0.0096630974   2508213          7.748         10.954
2674  6.579525e-02  0.0732888670   5832179         26.610         21.310
2675  1.084265e-02  0.0576266649   5213315         32.714         28.827
2676  2.567427e-02  0.0495331950   1199844         24.638         27.394
2677  1.084265e-02  0.0576266649   5213315         32.714         28.827
2678  3.455864e-03  0.0051837963   1232971         12.251         15.666
2679  1.084265e-02  0.0576266649   5213315         32.714         28.827
2680  3.455864e-03  0.0051837963   1232971         12.251         15.666
2681 -9.830206e-03 -0.0134048257  41074990         13.873         15.428
2682 -7.905882e-03 -0.0177882353   5113841         15.554         13.042
2683  3.455864e-03  0.0051837963   1232971         12.251         15.666
2684  3.455864e-03  0.0051837963   1232971         12.251         15.666
2685 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2686 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2687  1.084265e-02  0.0576266649   5213315         32.714         28.827
2688  1.469649e-02  0.0252396166  23604639         16.404         12.954
2689  3.455864e-03  0.0051837963   1232971         12.251         15.666
2690  1.184834e-03 -0.0133293839  42019253         19.283         23.684
2691  3.455864e-03  0.0051837963   1232971         12.251         15.666
2692 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2693  1.018574e-02 -0.0161773517   4880800         30.936         21.762
2694 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2695  3.455864e-03  0.0051837963   1232971         12.251         15.666
2696  1.114732e-02  0.0257245755   8117066         13.007         14.798
2697  9.070248e-03  0.0369214876   3390345         17.035         19.114
2698  1.114732e-02  0.0257245755   8117066         13.007         14.798
2699  1.084265e-02  0.0576266649   5213315         32.714         28.827
2700  1.084265e-02  0.0576266649   5213315         32.714         28.827
2701  1.461124e-02  0.0097408245    356870         27.046         26.299
2702  1.461124e-02  0.0097408245    356870         27.046         26.299
2703  1.084265e-02  0.0576266649   5213315         32.714         28.827
2704  1.277778e-02  0.0205555556   3423303         19.454         21.772
2705 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2706  1.277778e-02  0.0205555556   3423303         19.454         21.772
2707  3.455864e-03  0.0051837963   1232971         12.251         15.666
2708 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2709  6.433520e-03  0.0458594523   4814317         21.220         19.147
2710  1.084265e-02  0.0576266649   5213315         32.714         28.827
2711 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2712  5.980628e-03  0.0018201911   3571536          8.260          8.917
2713  9.070248e-03  0.0369214876   3390345         17.035         19.114
2714  1.084265e-02  0.0576266649   5213315         32.714         28.827
2715 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2716  3.455864e-03  0.0051837963   1232971         12.251         15.666
2717  3.455864e-03  0.0051837963   1232971         12.251         15.666
2718  1.184834e-03 -0.0133293839  42019253         19.283         23.684
2719  1.084265e-02  0.0576266649   5213315         32.714         28.827
2720  1.084265e-02  0.0576266649   5213315         32.714         28.827
2721 -8.319016e-03 -0.0028935708   2178072         13.164         11.887
2722  3.455864e-03  0.0051837963   1232971         12.251         15.666
2723 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2724  1.084265e-02  0.0576266649   5213315         32.714         28.827
2725  2.567427e-02  0.0495331950   1199844         24.638         27.394
2726 -4.060639e-02 -0.0534199603  16750704         23.062         17.958
2727  1.469649e-02  0.0252396166  23604639         16.404         12.954
2728 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2729 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2730  1.084265e-02  0.0576266649   5213315         32.714         28.827
2731  9.070248e-03  0.0369214876   3390345         17.035         19.114
2732  2.628993e-02  0.0154791155   6965413         14.623         15.349
2733  3.455864e-03  0.0051837963   1232971         12.251         15.666
2734  3.455864e-03  0.0051837963   1232971         12.251         15.666
2735  3.952123e-02  0.0306007227  38438158         16.611         18.021
2736 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2737  1.114732e-02  0.0257245755   8117066         13.007         14.798
2738  7.406580e-03  0.0207330319  26254238         13.563         18.304
2739  9.070248e-03  0.0369214876   3390345         17.035         19.114
2740  1.084265e-02  0.0576266649   5213315         32.714         28.827
2741  9.070248e-03  0.0369214876   3390345         17.035         19.114
2742  1.084265e-02  0.0576266649   5213315         32.714         28.827
2743 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2744 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2745 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2746 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2747  3.455864e-03  0.0051837963   1232971         12.251         15.666
2748 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2749 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2750  3.455864e-03  0.0051837963   1232971         12.251         15.666
2751 -2.060338e-02 -0.0161883738   2811948         21.460         25.487
2752  1.277778e-02  0.0205555556   3423303         19.454         21.772
2753  1.084265e-02  0.0576266649   5213315         32.714         28.827
2754 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2755  1.980251e-02  0.0606767920   2287662         23.273         20.035
2756 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2757 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2758 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2759  1.084265e-02  0.0576266649   5213315         32.714         28.827
2760  1.084265e-02  0.0576266649   5213315         32.714         28.827
2761  3.455864e-03  0.0051837963   1232971         12.251         15.666
2762 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2763  5.980628e-03  0.0018201911   3571536          8.260          8.917
2764 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2765 -4.080791e-02 -0.0593569662  84005159         24.962         21.547
2766  1.084265e-02  0.0576266649   5213315         32.714         28.827
2767  7.777149e-03  0.0280684389   2331025         21.406         19.368
2768  1.980251e-02  0.0606767920   2287662         23.273         20.035
2769 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2770  3.455864e-03  0.0051837963   1232971         12.251         15.666
2771  1.084265e-02  0.0576266649   5213315         32.714         28.827
2772 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2773 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2774  9.070248e-03  0.0369214876   3390345         17.035         19.114
2775  1.980251e-02  0.0606767920   2287662         23.273         20.035
2776  1.084265e-02  0.0576266649   5213315         32.714         28.827
2777 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2778  9.070248e-03  0.0369214876   3390345         17.035         19.114
2779  1.084265e-02  0.0576266649   5213315         32.714         28.827
2780  3.455864e-03  0.0051837963   1232971         12.251         15.666
2781  1.084265e-02  0.0576266649   5213315         32.714         28.827
2782 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2783  1.980251e-02  0.0606767920   2287662         23.273         20.035
2784  9.070248e-03  0.0369214876   3390345         17.035         19.114
2785  9.070248e-03  0.0369214876   3390345         17.035         19.114
2786  3.455864e-03  0.0051837963   1232971         12.251         15.666
2787  1.114732e-02  0.0257245755   8117066         13.007         14.798
2788 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2789  1.461124e-02  0.0097408245    356870         27.046         26.299
2790  1.980251e-02  0.0606767920   2287662         23.273         20.035
2791  3.455864e-03  0.0051837963   1232971         12.251         15.666
2792 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2793  1.114732e-02  0.0257245755   8117066         13.007         14.798
2794  3.656307e-03  0.0096630974   2508213          7.748         10.954
2795  9.070248e-03  0.0369214876   3390345         17.035         19.114
2796 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2797 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2798  1.084265e-02  0.0576266649   5213315         32.714         28.827
2799  1.084265e-02  0.0576266649   5213315         32.714         28.827
2800  1.277778e-02  0.0205555556   3423303         19.454         21.772
2801  3.455864e-03  0.0051837963   1232971         12.251         15.666
2802  9.070248e-03  0.0369214876   3390345         17.035         19.114
2803  1.084265e-02  0.0576266649   5213315         32.714         28.827
2804 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2805  1.084265e-02  0.0576266649   5213315         32.714         28.827
2806 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2807 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2808 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2809  1.084265e-02  0.0576266649   5213315         32.714         28.827
2810  1.084265e-02  0.0576266649   5213315         32.714         28.827
2811  3.455864e-03  0.0051837963   1232971         12.251         15.666
2812  3.455864e-03  0.0051837963   1232971         12.251         15.666
2813  1.084265e-02  0.0576266649   5213315         32.714         28.827
2814  1.084265e-02  0.0576266649   5213315         32.714         28.827
2815  9.070248e-03  0.0369214876   3390345         17.035         19.114
2816  1.084265e-02  0.0576266649   5213315         32.714         28.827
2817  9.070248e-03  0.0369214876   3390345         17.035         19.114
2818  3.455864e-03  0.0051837963   1232971         12.251         15.666
2819  1.084265e-02  0.0576266649   5213315         32.714         28.827
2820 -7.905882e-03 -0.0177882353   5113841         15.554         13.042
2821  1.084265e-02  0.0576266649   5213315         32.714         28.827
2822  8.478931e-03  0.0149023638  18261622         23.949         19.907
2823  3.455864e-03  0.0051837963   1232971         12.251         15.666
2824  9.786368e-03  0.0234603027   2156354         16.889         15.137
2825  1.084265e-02  0.0576266649   5213315         32.714         28.827
2826  4.062092e-03  0.0330770347  24161068         19.979         17.602
2827 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2828 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2829  1.114732e-02  0.0257245755   8117066         13.007         14.798
2830  1.084265e-02  0.0576266649   5213315         32.714         28.827
2831  3.455864e-03  0.0051837963   1232971         12.251         15.666
2832  1.084265e-02  0.0576266649   5213315         32.714         28.827
2833  3.455864e-03  0.0051837963   1232971         12.251         15.666
2834 -1.067708e-01 -0.0963541667  13230686         57.173         43.962
2835 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2836  1.084265e-02  0.0576266649   5213315         32.714         28.827
2837  4.360465e-03 -0.0110993658   6963283         12.629         18.329
2838  1.084265e-02  0.0576266649   5213315         32.714         28.827
2839  3.762935e-03 -0.0026654124   2391240         30.711         22.809
2840 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2841  1.084265e-02  0.0576266649   5213315         32.714         28.827
2842 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2843  1.277778e-02  0.0205555556   3423303         19.454         21.772
2844 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2845 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2846  3.455864e-03  0.0051837963   1232971         12.251         15.666
2847  1.980251e-02  0.0606767920   2287662         23.273         20.035
2848 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2849 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2850  3.656307e-03  0.0096630974   2508213          7.748         10.954
2851 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2852  1.084265e-02  0.0576266649   5213315         32.714         28.827
2853  3.762935e-03 -0.0026654124   2391240         30.711         22.809
2854  1.084265e-02  0.0576266649   5213315         32.714         28.827
2855 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2856  1.084265e-02  0.0576266649   5213315         32.714         28.827
2857  1.084265e-02  0.0576266649   5213315         32.714         28.827
2858  1.980251e-02  0.0606767920   2287662         23.273         20.035
2859 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2860  3.656307e-03  0.0096630974   2508213          7.748         10.954
2861 -3.487964e-03  0.0007308682   1024023         23.537         21.180
2862 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2863  1.084265e-02  0.0576266649   5213315         32.714         28.827
2864  0.000000e+00  0.0000000000        55         66.919         69.757
2865  3.656307e-03  0.0096630974   2508213          7.748         10.954
2866  9.786368e-03  0.0234603027   2156354         16.889         15.137
2867 -3.487964e-03  0.0007308682   1024023         23.537         21.180
2868 -7.300586e-03 -0.0212257774   3154274         17.661         21.648
2869  9.786368e-03  0.0234603027   2156354         16.889         15.137
2870  1.084265e-02  0.0576266649   5213315         32.714         28.827
2871  9.070248e-03  0.0369214876   3390345         17.035         19.114
2872  3.455864e-03  0.0051837963   1232971         12.251         15.666
2873  1.675273e-02  0.0260470453   6070254          9.458          8.649
2874  1.084265e-02  0.0576266649   5213315         32.714         28.827
2875  1.084265e-02  0.0576266649   5213315         32.714         28.827
2876  3.455864e-03  0.0051837963   1232971         12.251         15.666
2877  4.062092e-03  0.0330770347  24161068         19.979         17.602
2878  1.084265e-02  0.0576266649   5213315         32.714         28.827
2879  1.084265e-02  0.0576266649   5213315         32.714         28.827
2880  3.455864e-03  0.0051837963   1232971         12.251         15.666
2881 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2882  4.062092e-03  0.0330770347  24161068         19.979         17.602
2883 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2884 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2885  1.675273e-02  0.0260470453   6070254          9.458          8.649
2886  3.221395e-02  0.0253760827   2282862         25.282         16.347
2887  4.459309e-03  0.0089186176   9352785         10.685          9.773
2888 -4.080791e-02 -0.0593569662  84005159         24.962         21.547
2889  1.084265e-02  0.0576266649   5213315         32.714         28.827
2890 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2891 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2892  1.084265e-02  0.0576266649   5213315         32.714         28.827
2893 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
2894  3.455864e-03  0.0051837963   1232971         12.251         15.666
2895  9.070248e-03  0.0369214876   3390345         17.035         19.114
2896  9.070248e-03  0.0369214876   3390345         17.035         19.114
2897  4.360465e-03 -0.0110993658   6963283         12.629         18.329
2898  1.084265e-02  0.0576266649   5213315         32.714         28.827
2899  1.469902e-02 -0.0025664956   7262400         16.824         18.916
2900  1.980251e-02  0.0606767920   2287662         23.273         20.035
2901 -1.067708e-01 -0.0963541667  13230686         57.173         43.962
2902  4.360465e-03 -0.0110993658   6963283         12.629         18.329
2903  1.247113e-02  0.0233256351   3943500         12.787         20.306
2904 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2905  1.084265e-02  0.0576266649   5213315         32.714         28.827
2906  1.084265e-02  0.0576266649   5213315         32.714         28.827
2907  1.084265e-02  0.0576266649   5213315         32.714         28.827
2908 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2909  9.070248e-03  0.0369214876   3390345         17.035         19.114
2910 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2911  1.084265e-02  0.0576266649   5213315         32.714         28.827
2912 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2913 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2914 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2915  3.656307e-03  0.0096630974   2508213          7.748         10.954
2916  2.628993e-02  0.0154791155   6965413         14.623         15.349
2917 -2.951699e-02 -0.0348837209  12450600          8.921         14.166
2918 -2.060338e-02 -0.0161883738   2811948         21.460         25.487
2919  9.070248e-03  0.0369214876   3390345         17.035         19.114
2920 -1.377018e-02 -0.0239791073   3320821          8.975          8.467
2921 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2922  6.579525e-02  0.0732888670   5832179         26.610         21.310
2923  3.455864e-03  0.0051837963   1232971         12.251         15.666
2924  3.455864e-03  0.0051837963   1232971         12.251         15.666
2925 -1.067708e-01 -0.0963541667  13230686         57.173         43.962
2926  7.406580e-03  0.0207330319  26254238         13.563         18.304
2927  1.084265e-02  0.0576266649   5213315         32.714         28.827
2928  9.070248e-03  0.0369214876   3390345         17.035         19.114
2929  1.084265e-02  0.0576266649   5213315         32.714         28.827
2930  1.084265e-02  0.0576266649   5213315         32.714         28.827
2931  3.762935e-03 -0.0026654124   2391240         30.711         22.809
2932  9.070248e-03  0.0369214876   3390345         17.035         19.114
2933 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2934 -7.630162e-03 -0.0195242370   8379357         16.031         18.226
2935  9.070248e-03  0.0369214876   3390345         17.035         19.114
2936 -7.905882e-03 -0.0177882353   5113841         15.554         13.042
2937 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2938 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2939 -9.830206e-03 -0.0134048257  41074990         13.873         15.428
2940 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2941 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2942  1.084265e-02  0.0576266649   5213315         32.714         28.827
2943 -2.863688e-04  0.0186139748  10845469         19.665         22.269
2944  3.656307e-03  0.0096630974   2508213          7.748         10.954
2945 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2946 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2947 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2948 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2949  4.062092e-03  0.0330770347  24161068         19.979         17.602
2950 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2951 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2952 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2953 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2954 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2955 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2956  1.084265e-02  0.0576266649   5213315         32.714         28.827
2957 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2958 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2959 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2960 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2961 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2962 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2963  4.062092e-03  0.0330770347  24161068         19.979         17.602
2964 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2965 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2966 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2967 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2968 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2969 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2970 -2.649358e-03  0.0270896808  17666022         20.113         18.363
2971 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2972 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2973 -2.013609e-03  0.0156922650  23024107         15.793         20.392
2974 -3.665208e-02 -0.0496717724  16892700         14.377         16.787
2975  3.762935e-03 -0.0026654124   2391240         30.711         22.809
2976  4.062092e-03  0.0330770347  24161068         19.979         17.602
2977  3.455864e-03  0.0051837963   1232971         12.251         15.666
2978  1.084265e-02  0.0576266649   5213315         32.714         28.827
2979  4.062092e-03  0.0330770347  24161068         19.979         17.602
2980 -2.060338e-02 -0.0161883738   2811948         21.460         25.487
2981  4.062092e-03  0.0330770347  24161068         19.979         17.602
2982  3.455864e-03  0.0051837963   1232971         12.251         15.666
2983  3.455864e-03  0.0051837963   1232971         12.251         15.666
2984  4.062092e-03  0.0330770347  24161068         19.979         17.602
2985  1.980251e-02  0.0606767920   2287662         23.273         20.035
2986  1.084265e-02  0.0576266649   5213315         32.714         28.827
2987  1.084265e-02  0.0576266649   5213315         32.714         28.827
2988  3.263708e-03 -0.0009791123   4944100          6.861         15.620
2989 -2.060338e-02 -0.0161883738   2811948         21.460         25.487
2990 -7.951232e-04  0.0058309038  22540739         11.666          9.813
2991  4.062092e-03  0.0330770347  24161068         19.979         17.602
2992  1.084265e-02  0.0576266649   5213315         32.714         28.827
2993  6.433520e-03  0.0458594523   4814317         21.220         19.147
2994  1.084265e-02  0.0576266649   5213315         32.714         28.827
2995  1.114732e-02  0.0257245755   8117066         13.007         14.798
2996  3.455864e-03  0.0051837963   1232971         12.251         15.666
2997  1.411316e-03  0.0036859371    968401         16.075         16.550
2998  3.896441e-03  0.0127283748   3313250         11.755         10.297
2999  3.455864e-03  0.0051837963   1232971         12.251         15.666
3000  1.980251e-02  0.0606767920   2287662         23.273         20.035
3001 -2.863688e-04  0.0186139748  10845469         19.665         22.269
3002  1.980251e-02  0.0606767920   2287662         23.273         20.035
3003  9.070248e-03  0.0369214876   3390345         17.035         19.114
3004  1.084265e-02  0.0576266649   5213315         32.714         28.827
3005  1.277778e-02  0.0205555556   3423303         19.454         21.772
3006  4.062092e-03  0.0330770347  24161068         19.979         17.602
3007 -2.863688e-04  0.0186139748  10845469         19.665         22.269
3008  4.062092e-03  0.0330770347  24161068         19.979         17.602
3009  1.084265e-02  0.0576266649   5213315         32.714         28.827
3010 -7.951232e-04  0.0058309038  22540739         11.666          9.813
3011 -4.060639e-02 -0.0534199603  16750704         23.062         17.958
3012  1.084265e-02  0.0576266649   5213315         32.714         28.827
3013 -2.863688e-04  0.0186139748  10845469         19.665         22.269
3014  7.777149e-03  0.0280684389   2331025         21.406         19.368
3015  9.070248e-03  0.0369214876   3390345         17.035         19.114
3016 -2.863688e-04  0.0186139748  10845469         19.665         22.269
3017 -2.863688e-04  0.0186139748  10845469         19.665         22.269
3018  4.062092e-03  0.0330770347  24161068         19.979         17.602
3019  3.455864e-03  0.0051837963   1232971         12.251         15.666
3020 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
3021  4.062092e-03  0.0330770347  24161068         19.979         17.602
3022  1.084265e-02  0.0576266649   5213315         32.714         28.827
3023  4.062092e-03  0.0330770347  24161068         19.979         17.602
3024 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
3025 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
3026  4.062092e-03  0.0330770347  24161068         19.979         17.602
3027 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
3028  4.062092e-03  0.0330770347  24161068         19.979         17.602
3029  9.070248e-03  0.0369214876   3390345         17.035         19.114
3030 -1.380389e-02 -0.0091105692   1412775         17.345         14.403
3031 -7.951232e-04  0.0058309038  22540739         11.666          9.813
3032 -7.951232e-04  0.0058309038  22540739         11.666          9.813
3033 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
3034  4.062092e-03  0.0330770347  24161068         19.979         17.602
3035  1.084265e-02  0.0576266649   5213315         32.714         28.827
3036  1.469902e-02 -0.0025664956   7262400         16.824         18.916
3037 -2.863688e-04  0.0186139748  10845469         19.665         22.269
3038 -2.863688e-04  0.0186139748  10845469         19.665         22.269
3039  1.084265e-02  0.0576266649   5213315         32.714         28.827
3040  3.455864e-03  0.0051837963   1232971         12.251         15.666
3041  3.762935e-03 -0.0026654124   2391240         30.711         22.809
3042  1.247113e-02  0.0233256351   3943500         12.787         20.306
3043  4.062092e-03  0.0330770347  24161068         19.979         17.602
3044  9.070248e-03  0.0369214876   3390345         17.035         19.114
3045 -3.487964e-03  0.0007308682   1024023         23.537         21.180
3046  3.656307e-03  0.0096630974   2508213          7.748         10.954
3047 -2.863688e-04  0.0186139748  10845469         19.665         22.269
3048 -2.951699e-02 -0.0348837209  12450600          8.921         14.166
3049  1.084265e-02  0.0576266649   5213315         32.714         28.827
3050 -3.487964e-03  0.0007308682   1024023         23.537         21.180
3051 -1.025424e-01 -0.1042372881  46552954         56.425         36.924
3052  1.084265e-02  0.0576266649   5213315         32.714         28.827
3053  4.062092e-03  0.0330770347  24161068         19.979         17.602
3054  6.433520e-03  0.0458594523   4814317         21.220         19.147
3055 -3.487964e-03  0.0007308682   1024023         23.537         21.180
3056  1.084265e-02  0.0576266649   5213315         32.714         28.827
3057  3.762935e-03 -0.0026654124   2391240         30.711         22.809
3058  2.677197e-02  0.0576266649   5213315         32.714         28.827
3059  2.677197e-02  0.0576266649   5213315         32.714         28.827
3060  1.262150e-02  0.0330770347  24161068         19.979         17.602
3061  1.116838e-02  0.0186139748  10845469         19.665         22.269
3062  2.306818e-02  0.0369214876   3390345         17.035         19.114
3063  1.116838e-02  0.0186139748  10845469         19.665         22.269
3064  2.677197e-02  0.0576266649   5213315         32.714         28.827
3065  3.369977e-02  0.0606767920   2287662         23.273         20.035
3066  2.306818e-02  0.0369214876   3390345         17.035         19.114
3067  2.415211e-02  0.0149023638  18261622         23.949         19.907
3068  2.306818e-02  0.0369214876   3390345         17.035         19.114
3069  1.116838e-02  0.0186139748  10845469         19.665         22.269
3070  2.306818e-02  0.0369214876   3390345         17.035         19.114
3071  1.116838e-02  0.0186139748  10845469         19.665         22.269
3072  2.677197e-02  0.0576266649   5213315         32.714         28.827
3073  7.443197e-03  0.0096630974   2508213          7.748         10.954
3074  1.262150e-02  0.0330770347  24161068         19.979         17.602
3075  1.262150e-02  0.0330770347  24161068         19.979         17.602
3076  1.096723e-02 -0.0110993658   6963283         12.629         18.329
3077  5.948626e-03 -0.0212257774   3154274         17.661         21.648
3078  1.116838e-02  0.0186139748  10845469         19.665         22.269
3079  1.262150e-02  0.0330770347  24161068         19.979         17.602
3080  2.677197e-02  0.0576266649   5213315         32.714         28.827
3081  7.443197e-03  0.0096630974   2508213          7.748         10.954
3082  1.262150e-02  0.0330770347  24161068         19.979         17.602
3083  1.123254e-02  0.0051837963   1232971         12.251         15.666
3084 -8.282336e-04 -0.0091105692   1412775         17.345         14.403
3085  5.565863e-03  0.0058309038  22540739         11.666          9.813
3086  2.677197e-02  0.0576266649   5213315         32.714         28.827
3087  5.741176e-03 -0.0177882353   5113841         15.554         13.042
3088 -4.075683e-02 -0.0340259842     24868         18.523         16.345
3089  1.262150e-02  0.0330770347  24161068         19.979         17.602
3090  1.262150e-02  0.0330770347  24161068         19.979         17.602
3091  1.496887e-02  0.0270896808  17666022         20.113         18.363
3092  1.496887e-02  0.0270896808  17666022         20.113         18.363
3093  2.677197e-02  0.0576266649   5213315         32.714         28.827
3094  5.948626e-03 -0.0212257774   3154274         17.661         21.648
3095  1.496887e-02  0.0270896808  17666022         20.113         18.363
3096  1.341532e-02  0.0122973728   8234950         27.368         21.875
3097  2.677197e-02  0.0576266649   5213315         32.714         28.827
3098  2.336729e-02 -0.0161773517   4880800         30.936         21.762
3099  3.146453e-02  0.0183066362   8935331         24.818         24.171
3100  2.306818e-02  0.0369214876   3390345         17.035         19.114
3101  1.116838e-02  0.0186139748  10845469         19.665         22.269
3102  2.592110e-03  0.0207330319  26254238         13.563         18.304
3103  1.114039e-02  0.0036859371    968401         16.075         16.550
3104  2.492013e-02  0.0252396166  23604639         16.404         12.954
3105  5.741176e-03 -0.0177882353   5113841         15.554         13.042
3106  1.496887e-02  0.0270896808  17666022         20.113         18.363
3107  1.123254e-02  0.0051837963   1232971         12.251         15.666
3108  1.123254e-02  0.0051837963   1232971         12.251         15.666
3109  1.262150e-02  0.0330770347  24161068         19.979         17.602
3110  1.116838e-02  0.0186139748  10845469         19.665         22.269
3111  1.418674e-02  0.0458594523   4814317         21.220         19.147
3112  1.262150e-02  0.0330770347  24161068         19.979         17.602
3113  1.262150e-02  0.0330770347  24161068         19.979         17.602
3114  5.948626e-03 -0.0212257774   3154274         17.661         21.648
3115  1.262150e-02  0.0330770347  24161068         19.979         17.602
3116  5.948626e-03 -0.0212257774   3154274         17.661         21.648
3117  1.123254e-02  0.0051837963   1232971         12.251         15.666
3118  7.443197e-03  0.0096630974   2508213          7.748         10.954
3119  1.116838e-02  0.0186139748  10845469         19.665         22.269
3120  1.116838e-02  0.0186139748  10845469         19.665         22.269
3121  1.116838e-02  0.0186139748  10845469         19.665         22.269
3122  1.116838e-02  0.0186139748  10845469         19.665         22.269
3123  1.262150e-02  0.0330770347  24161068         19.979         17.602
3124  1.262150e-02  0.0330770347  24161068         19.979         17.602
3125  2.677197e-02  0.0576266649   5213315         32.714         28.827
3126  5.741176e-03 -0.0177882353   5113841         15.554         13.042
3127  1.116838e-02  0.0186139748  10845469         19.665         22.269
3128  5.565863e-03  0.0058309038  22540739         11.666          9.813
3129  1.123254e-02  0.0051837963   1232971         12.251         15.666
3130  1.123254e-02  0.0051837963   1232971         12.251         15.666
3131  1.123254e-02  0.0051837963   1232971         12.251         15.666
3132  1.262150e-02  0.0330770347  24161068         19.979         17.602
3133  5.565863e-03  0.0058309038  22540739         11.666          9.813
3134  1.123254e-02  0.0051837963   1232971         12.251         15.666
3135  0.000000e+00  0.0000000000        55         66.919         69.757
3136  1.341532e-02  0.0122973728   8234950         27.368         21.875
3137  1.262150e-02  0.0330770347  24161068         19.979         17.602
3138  2.306818e-02  0.0369214876   3390345         17.035         19.114
3139  1.116838e-02  0.0186139748  10845469         19.665         22.269
3140  1.262150e-02  0.0330770347  24161068         19.979         17.602
3141  1.262150e-02  0.0330770347  24161068         19.979         17.602
3142  2.677197e-02  0.0576266649   5213315         32.714         28.827
3143  1.116838e-02  0.0186139748  10845469         19.665         22.269
3144  1.116838e-02  0.0186139748  10845469         19.665         22.269
3145  1.116838e-02  0.0186139748  10845469         19.665         22.269
3146  1.262150e-02  0.0330770347  24161068         19.979         17.602
3147  2.306818e-02  0.0369214876   3390345         17.035         19.114
3148 -9.559322e-02 -0.1042372881  46552954         56.425         36.924
3149  2.677197e-02  0.0576266649   5213315         32.714         28.827
3150  1.262150e-02  0.0330770347  24161068         19.979         17.602
3151  1.262150e-02  0.0330770347  24161068         19.979         17.602
3152  7.443197e-03  0.0096630974   2508213          7.748         10.954
3153  3.369977e-02  0.0606767920   2287662         23.273         20.035
3154  3.369977e-02  0.0606767920   2287662         23.273         20.035
3155  2.336729e-02 -0.0161773517   4880800         30.936         21.762
3156  1.443729e-02  0.0097408245    356870         27.046         26.299
3157  2.436227e-04  0.0007308682   1024023         23.537         21.180
3158  5.565863e-03  0.0058309038  22540739         11.666          9.813
3159  1.116838e-02  0.0186139748  10845469         19.665         22.269
3160  1.116838e-02  0.0186139748  10845469         19.665         22.269
3161  1.256770e-02  0.0156922650  23024107         15.793         20.392
3162  1.262150e-02  0.0330770347  24161068         19.979         17.602
3163  7.443197e-03  0.0096630974   2508213          7.748         10.954
3164  1.123254e-02  0.0051837963   1232971         12.251         15.666
3165  2.148009e-02 -0.0026654124   2391240         30.711         22.809
3166  2.306818e-02  0.0369214876   3390345         17.035         19.114
3167  7.443197e-03  0.0096630974   2508213          7.748         10.954
3168  5.948626e-03 -0.0212257774   3154274         17.661         21.648
3169  7.358352e-04 -0.0161883738   2811948         21.460         25.487
3170  1.262150e-02  0.0330770347  24161068         19.979         17.602
3171  1.116838e-02  0.0186139748  10845469         19.665         22.269
3172  1.116838e-02  0.0186139748  10845469         19.665         22.269
3173  2.677197e-02  0.0576266649   5213315         32.714         28.827
3174  7.443197e-03  0.0096630974   2508213          7.748         10.954
3175  7.443197e-03  0.0096630974   2508213          7.748         10.954
3176  1.262150e-02  0.0330770347  24161068         19.979         17.602
3177  5.741176e-03 -0.0177882353   5113841         15.554         13.042
3178  7.443197e-03  0.0096630974   2508213          7.748         10.954
3179  0.000000e+00  0.0205555556   3423303         19.454         21.772
3180  2.677197e-02  0.0576266649   5213315         32.714         28.827
3181  1.262150e-02  0.0330770347  24161068         19.979         17.602
3182  1.123254e-02  0.0051837963   1232971         12.251         15.666
3183  7.443197e-03  0.0096630974   2508213          7.748         10.954
3184  7.443197e-03  0.0096630974   2508213          7.748         10.954
3185  7.443197e-03  0.0096630974   2508213          7.748         10.954
3186  1.496887e-02  0.0270896808  17666022         20.113         18.363
3187  7.443197e-03  0.0096630974   2508213          7.748         10.954
3188  1.262150e-02  0.0330770347  24161068         19.979         17.602
3189  7.443197e-03  0.0096630974   2508213          7.748         10.954
3190  1.116838e-02  0.0186139748  10845469         19.665         22.269
3191  1.123254e-02  0.0051837963   1232971         12.251         15.666
3192  1.123254e-02  0.0051837963   1232971         12.251         15.666
3193  1.123254e-02  0.0051837963   1232971         12.251         15.666
3194  1.866621e-03 -0.0055998642   7372400          6.807         12.607
3195  1.123254e-02  0.0051837963   1232971         12.251         15.666
3196 -9.559322e-02 -0.1042372881  46552954         56.425         36.924
3197  1.262150e-02  0.0330770347  24161068         19.979         17.602
3198  1.262150e-02  0.0330770347  24161068         19.979         17.602
3199  7.443197e-03  0.0096630974   2508213          7.748         10.954
3200  2.306818e-02  0.0369214876   3390345         17.035         19.114
3201  1.262150e-02  0.0330770347  24161068         19.979         17.602
3202  1.256770e-02  0.0156922650  23024107         15.793         20.392
3203  1.262150e-02  0.0330770347  24161068         19.979         17.602
3204  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3205  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3206  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3207  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3208  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3209  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3210  3.705076e-04  0.0748425343  20299407         56.088         31.828
3211  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3212  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3213  3.705594e-03  0.0015253674   1301289          5.305          8.792
3214  3.155340e-02  0.0315533981   2956663         35.583         30.831
3215  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3216  3.705594e-03  0.0015253674   1301289          5.305          8.792
3217  1.356954e-02  0.0558540455   2293389         19.342         20.015
3218  1.310140e-02  0.0344049323   4883606         27.155         46.918
3219  9.723261e-03 -0.0053424511    306199         20.993         15.868
3220  4.676754e-03  0.0123796424  23600054         10.703         16.208
3221  5.877414e-03  0.0181919955   6227993         20.351         20.804
3222  1.038848e-02  0.0166826713   2183731         16.187         17.674
3223  3.705594e-03  0.0015253674   1301289          5.305          8.792
3224 -9.128631e-03  0.0551867220  12701400         25.037         19.786
3225  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3226  3.265909e-02  0.0518030331   7352063         24.818         20.674
3227  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3228  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3229  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3230  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3231  5.877414e-03  0.0181919955   6227993         20.351         20.804
3232  3.705594e-03  0.0015253674   1301289          5.305          8.792
3233  1.936473e-02 -0.0118872627   2287033         26.734         21.977
3234  3.705594e-03  0.0015253674   1301289          5.305          8.792
3235  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3236  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3237  5.177167e-03  0.0225912728  19845920         14.826         13.738
3238  5.877414e-03  0.0181919955   6227993         20.351         20.804
3239  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3240  3.155340e-02  0.0315533981   2956663         35.583         30.831
3241  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3242 -1.490139e-02 -0.0343316289  23059294         18.899         16.587
3243  2.194710e-02  0.0045019696   2740422         25.617         21.195
3244  1.310140e-02  0.0344049323   4883606         27.155         46.918
3245  3.705076e-04  0.0748425343  20299407         56.088         31.828
3246  1.890694e-02 -0.0192023634  25478945         20.795         20.471
3247 -1.982379e-03 -0.0124449339   3002885         10.910         13.999
3248  8.876209e-03  0.0152163576   1557499         16.793         18.612
3249  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3250  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3251 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3252 -2.250281e-03 -0.0387548444   6263189         12.080         15.178
3253  3.265909e-02  0.0518030331   7352063         24.818         20.674
3254  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3255  1.356954e-02  0.0558540455   2293389         19.342         20.015
3256  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3257 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3258  1.356954e-02  0.0558540455   2293389         19.342         20.015
3259  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3260  5.877414e-03  0.0181919955   6227993         20.351         20.804
3261  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3262  3.697288e-03  0.0211883031   1798833         18.178         17.555
3263  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3264  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3265  3.705594e-03  0.0015253674   1301289          5.305          8.792
3266  1.310140e-02  0.0344049323   4883606         27.155         46.918
3267  3.705594e-03  0.0015253674   1301289          5.305          8.792
3268  5.877414e-03  0.0181919955   6227993         20.351         20.804
3269  2.729009e-04 -0.0266533248   6815349         16.288         16.018
3270  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3271  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3272  3.705594e-03  0.0015253674   1301289          5.305          8.792
3273  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3274  1.356954e-02  0.0558540455   2293389         19.342         20.015
3275  1.356954e-02  0.0558540455   2293389         19.342         20.015
3276  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3277  2.194710e-02  0.0045019696   2740422         25.617         21.195
3278  7.676469e-03 -0.0045320263   2383486         15.628         17.945
3279  0.000000e+00 -0.0041162851   3098647          7.838          9.644
3280  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3281  3.705076e-04  0.0748425343  20299407         56.088         31.828
3282  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3283  1.310140e-02  0.0344049323   4883606         27.155         46.918
3284  5.877414e-03  0.0181919955   6227993         20.351         20.804
3285 -9.856510e-04 -0.0821669797    778650         34.443         27.774
3286 -3.545518e-02 -0.0473787143   6937092         21.148         19.498
3287 -5.166475e-03 -0.0083237658  16553065         14.104         17.388
3288  5.877414e-03  0.0181919955   6227993         20.351         20.804
3289  3.705076e-04  0.0748425343  20299407         56.088         31.828
3290  3.708551e-03 -0.0218150087  13622891          9.295          8.901
3291  3.265909e-02  0.0518030331   7352063         24.818         20.674
3292  3.705594e-03  0.0015253674   1301289          5.305          8.792
3293  2.729009e-04 -0.0266533248   6815349         16.288         16.018
3294  5.177167e-03  0.0225912728  19845920         14.826         13.738
3295  5.877414e-03  0.0181919955   6227993         20.351         20.804
3296  3.265909e-02  0.0518030331   7352063         24.818         20.674
3297  3.697288e-03  0.0211883031   1798833         18.178         17.555
3298  3.697288e-03  0.0211883031   1798833         18.178         17.555
3299  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3300  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3301 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3302  2.729009e-04 -0.0266533248   6815349         16.288         16.018
3303  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3304 -9.624639e-04 -0.0248636509   7543700         12.175         12.092
3305  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3306  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3307  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3308  5.877414e-03  0.0181919955   6227993         20.351         20.804
3309  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3310  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3311  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3312  5.877414e-03  0.0181919955   6227993         20.351         20.804
3313  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3314  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3315  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3316  5.877414e-03  0.0181919955   6227993         20.351         20.804
3317  3.705594e-03  0.0015253674   1301289          5.305          8.792
3318  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3319  3.265909e-02  0.0518030331   7352063         24.818         20.674
3320 -5.166475e-03 -0.0083237658  16553065         14.104         17.388
3321  3.708551e-03 -0.0218150087  13622891          9.295          8.901
3322 -8.204407e-03 -0.0351617440   7081282         13.307         13.591
3323  4.676754e-03  0.0123796424  23600054         10.703         16.208
3324 -4.908026e-03 -0.1248865792   5777271         49.663         30.419
3325  1.890694e-02 -0.0192023634  25478945         20.795         20.471
3326  5.877414e-03  0.0181919955   6227993         20.351         20.804
3327  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3328  7.676469e-03 -0.0045320263   2383486         15.628         17.945
3329  5.877414e-03  0.0181919955   6227993         20.351         20.804
3330  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3331  5.877414e-03  0.0181919955   6227993         20.351         20.804
3332  3.705594e-03  0.0015253674   1301289          5.305          8.792
3333  3.705076e-04  0.0748425343  20299407         56.088         31.828
3334  5.177167e-03  0.0225912728  19845920         14.826         13.738
3335  3.705594e-03  0.0015253674   1301289          5.305          8.792
3336  7.410375e-03  0.0166232726  10066602         12.536         27.567
3337  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3338  5.877414e-03  0.0181919955   6227993         20.351         20.804
3339  5.877414e-03  0.0181919955   6227993         20.351         20.804
3340 -2.299135e-02 -0.0242274413  27130972         14.529         18.510
3341  1.310140e-02  0.0344049323   4883606         27.155         46.918
3342 -6.435224e-03 -0.0016934801   6225907         21.638         35.333
3343  2.729009e-04 -0.0266533248   6815349         16.288         16.018
3344 -7.633249e-03 -0.0317312386   1999637         13.814         17.298
3345 -2.250281e-03 -0.0387548444   6263189         12.080         15.178
3346  3.265909e-02  0.0518030331   7352063         24.818         20.674
3347  5.177167e-03  0.0225912728  19845920         14.826         13.738
3348  3.265909e-02  0.0518030331   7352063         24.818         20.674
3349 -2.250281e-03 -0.0387548444   6263189         12.080         15.178
3350  5.877414e-03  0.0181919955   6227993         20.351         20.804
3351  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3352 -4.456328e-03  0.0062388592  39548561         18.755         19.223
3353  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3354  3.705594e-03  0.0015253674   1301289          5.305          8.792
3355  3.705594e-03  0.0015253674   1301289          5.305          8.792
3356 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3357  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3358  1.356954e-02  0.0558540455   2293389         19.342         20.015
3359 -2.299135e-02 -0.0242274413  27130972         14.529         18.510
3360  1.356954e-02  0.0558540455   2293389         19.342         20.015
3361  2.729009e-04 -0.0266533248   6815349         16.288         16.018
3362 -7.633249e-03 -0.0317312386   1999637         13.814         17.298
3363  1.638337e-03  0.0207522698   2188441         16.943         19.101
3364 -2.299135e-02 -0.0242274413  27130972         14.529         18.510
3365  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3366  3.705594e-03  0.0015253674   1301289          5.305          8.792
3367  5.877414e-03  0.0181919955   6227993         20.351         20.804
3368  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3369  2.729009e-04 -0.0266533248   6815349         16.288         16.018
3370  2.225755e-03  0.0130365660  19256428         11.998         12.281
3371  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3372  1.310140e-02  0.0344049323   4883606         27.155         46.918
3373  5.877414e-03  0.0181919955   6227993         20.351         20.804
3374  5.877414e-03  0.0181919955   6227993         20.351         20.804
3375  2.194710e-02  0.0045019696   2740422         25.617         21.195
3376 -2.299135e-02 -0.0242274413  27130972         14.529         18.510
3377  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3378  5.877414e-03  0.0181919955   6227993         20.351         20.804
3379 -2.299135e-02 -0.0242274413  27130972         14.529         18.510
3380  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3381  3.705076e-04  0.0748425343  20299407         56.088         31.828
3382  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3383  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3384 -2.250281e-03 -0.0387548444   6263189         12.080         15.178
3385  7.676469e-03 -0.0045320263   2383486         15.628         17.945
3386  3.705594e-03  0.0015253674   1301289          5.305          8.792
3387  3.265909e-02  0.0518030331   7352063         24.818         20.674
3388  3.705594e-03  0.0015253674   1301289          5.305          8.792
3389  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3390  1.890694e-02 -0.0192023634  25478945         20.795         20.471
3391  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3392 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3393  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3394  1.310140e-02  0.0344049323   4883606         27.155         46.918
3395  3.705076e-04  0.0748425343  20299407         56.088         31.828
3396  3.265909e-02  0.0518030331   7352063         24.818         20.674
3397  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3398  3.705594e-03  0.0015253674   1301289          5.305          8.792
3399  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3400  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3401  4.911132e-03 -0.0134861241   1281264          8.403         16.698
3402  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3403 -9.856510e-04 -0.0821669797    778650         34.443         27.774
3404  3.265909e-02  0.0518030331   7352063         24.818         20.674
3405  3.705594e-03  0.0015253674   1301289          5.305          8.792
3406  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3407  3.265909e-02  0.0518030331   7352063         24.818         20.674
3408 -2.299135e-02 -0.0242274413  27130972         14.529         18.510
3409  1.049270e-02  0.0310218978  26197800         26.801         17.790
3410  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3411  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3412  1.049270e-02  0.0310218978  26197800         26.801         17.790
3413  1.310140e-02  0.0344049323   4883606         27.155         46.918
3414  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3415  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3416  3.705594e-03  0.0015253674   1301289          5.305          8.792
3417  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3418  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3419  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3420  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3421 -5.166475e-03 -0.0083237658  16553065         14.104         17.388
3422  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3423  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3424  5.877414e-03  0.0181919955   6227993         20.351         20.804
3425  3.265909e-02  0.0518030331   7352063         24.818         20.674
3426 -7.633249e-03 -0.0317312386   1999637         13.814         17.298
3427  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3428  5.877414e-03  0.0181919955   6227993         20.351         20.804
3429  3.155340e-02  0.0315533981   2956663         35.583         30.831
3430  3.705076e-04  0.0748425343  20299407         56.088         31.828
3431 -9.974260e-03 -0.0212355212   4650800         11.022         12.174
3432  3.265909e-02  0.0518030331   7352063         24.818         20.674
3433  5.877414e-03  0.0181919955   6227993         20.351         20.804
3434  7.410375e-03  0.0166232726  10066602         12.536         27.567
3435  5.877414e-03  0.0181919955   6227993         20.351         20.804
3436 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3437  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3438  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3439  1.890694e-02 -0.0192023634  25478945         20.795         20.471
3440  1.310140e-02  0.0344049323   4883606         27.155         46.918
3441  1.310140e-02  0.0344049323   4883606         27.155         46.918
3442  5.177167e-03  0.0225912728  19845920         14.826         13.738
3443  3.705594e-03  0.0015253674   1301289          5.305          8.792
3444  3.705594e-03  0.0015253674   1301289          5.305          8.792
3445  3.705594e-03  0.0015253674   1301289          5.305          8.792
3446  3.705594e-03  0.0015253674   1301289          5.305          8.792
3447  3.265909e-02  0.0518030331   7352063         24.818         20.674
3448  3.265909e-02  0.0518030331   7352063         24.818         20.674
3449  1.310140e-02  0.0344049323   4883606         27.155         46.918
3450  5.877414e-03  0.0181919955   6227993         20.351         20.804
3451  5.877414e-03  0.0181919955   6227993         20.351         20.804
3452  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3453  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3454  1.356954e-02  0.0558540455   2293389         19.342         20.015
3455  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3456  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3457  1.356954e-02  0.0558540455   2293389         19.342         20.015
3458  3.705594e-03  0.0015253674   1301289          5.305          8.792
3459  2.194710e-02  0.0045019696   2740422         25.617         21.195
3460 -6.435224e-03 -0.0016934801   6225907         21.638         35.333
3461  5.877414e-03  0.0181919955   6227993         20.351         20.804
3462  1.397196e-02  0.0431013910   1329166         25.772         21.553
3463  5.877414e-03  0.0181919955   6227993         20.351         20.804
3464  5.877414e-03  0.0181919955   6227993         20.351         20.804
3465 -8.204407e-03 -0.0351617440   7081282         13.307         13.591
3466 -4.456328e-03  0.0062388592  39548561         18.755         19.223
3467 -5.166475e-03 -0.0083237658  16553065         14.104         17.388
3468  3.705594e-03  0.0015253674   1301289          5.305          8.792
3469  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3470  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3471  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3472  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3473  3.705594e-03  0.0015253674   1301289          5.305          8.792
3474 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3475 -1.541850e-03 -0.0121145374   4624000         16.143         17.022
3476  3.705594e-03  0.0015253674   1301289          5.305          8.792
3477  1.310140e-02  0.0344049323   4883606         27.155         46.918
3478  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3479  3.705594e-03  0.0015253674   1301289          5.305          8.792
3480 -2.299135e-02 -0.0242274413  27130972         14.529         18.510
3481  3.265909e-02  0.0518030331   7352063         24.818         20.674
3482  5.877414e-03  0.0181919955   6227993         20.351         20.804
3483  3.705594e-03  0.0015253674   1301289          5.305          8.792
3484  5.877414e-03  0.0181919955   6227993         20.351         20.804
3485  3.705076e-04  0.0748425343  20299407         56.088         31.828
3486  3.705594e-03  0.0015253674   1301289          5.305          8.792
3487  3.705594e-03  0.0015253674   1301289          5.305          8.792
3488  5.877414e-03  0.0181919955   6227993         20.351         20.804
3489  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3490  3.705594e-03  0.0015253674   1301289          5.305          8.792
3491  9.723261e-03 -0.0053424511    306199         20.993         15.868
3492  3.705594e-03  0.0015253674   1301289          5.305          8.792
3493  9.723261e-03 -0.0053424511    306199         20.993         15.868
3494  3.705594e-03  0.0015253674   1301289          5.305          8.792
3495  3.705594e-03  0.0015253674   1301289          5.305          8.792
3496  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3497  5.877414e-03  0.0181919955   6227993         20.351         20.804
3498  3.265909e-02  0.0518030331   7352063         24.818         20.674
3499 -4.908026e-03 -0.1248865792   5777271         49.663         30.419
3500  5.177167e-03  0.0225912728  19845920         14.826         13.738
3501  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3502  5.877414e-03  0.0181919955   6227993         20.351         20.804
3503 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3504  3.705594e-03  0.0015253674   1301289          5.305          8.792
3505  3.705594e-03  0.0015253674   1301289          5.305          8.792
3506 -7.633249e-03 -0.0317312386   1999637         13.814         17.298
3507  3.705594e-03  0.0015253674   1301289          5.305          8.792
3508  1.310140e-02  0.0344049323   4883606         27.155         46.918
3509  3.705594e-03  0.0015253674   1301289          5.305          8.792
3510  3.705594e-03  0.0015253674   1301289          5.305          8.792
3511  3.705594e-03  0.0015253674   1301289          5.305          8.792
3512 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3513 -2.250281e-03 -0.0387548444   6263189         12.080         15.178
3514  5.877414e-03  0.0181919955   6227993         20.351         20.804
3515  3.705594e-03  0.0015253674   1301289          5.305          8.792
3516  3.705594e-03  0.0015253674   1301289          5.305          8.792
3517  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3518 -3.731343e-03 -0.0087064677  62272016         16.484         19.285
3519  3.705594e-03  0.0015253674   1301289          5.305          8.792
3520  3.705594e-03  0.0015253674   1301289          5.305          8.792
3521  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3522  3.705594e-03  0.0015253674   1301289          5.305          8.792
3523  1.310140e-02  0.0344049323   4883606         27.155         46.918
3524  5.877414e-03  0.0181919955   6227993         20.351         20.804
3525  1.310140e-02  0.0344049323   4883606         27.155         46.918
3526  1.310140e-02  0.0344049323   4883606         27.155         46.918
3527  1.310140e-02  0.0344049323   4883606         27.155         46.918
3528  1.356954e-02  0.0558540455   2293389         19.342         20.015
3529 -2.151899e-02 -0.0607594937   1426071         35.507         28.013
3530 -9.504132e-03 -0.0969008264  28456827         39.544         27.320
3531  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3532  5.877414e-03  0.0181919955   6227993         20.351         20.804
3533  3.705594e-03  0.0015253674   1301289          5.305          8.792
3534  4.676754e-03  0.0123796424  23600054         10.703         16.208
3535  3.265909e-02  0.0518030331   7352063         24.818         20.674
3536  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3537  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3538  5.877414e-03  0.0181919955   6227993         20.351         20.804
3539  5.877414e-03  0.0181919955   6227993         20.351         20.804
3540  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3541  3.705594e-03  0.0015253674   1301289          5.305          8.792
3542  5.877414e-03  0.0181919955   6227993         20.351         20.804
3543  3.705594e-03  0.0015253674   1301289          5.305          8.792
3544  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3545  3.705594e-03  0.0015253674   1301289          5.305          8.792
3546  3.705594e-03  0.0015253674   1301289          5.305          8.792
3547  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3548 -9.856510e-04 -0.0821669797    778650         34.443         27.774
3549  5.877414e-03  0.0181919955   6227993         20.351         20.804
3550  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3551 -2.250281e-03 -0.0387548444   6263189         12.080         15.178
3552  5.877414e-03  0.0181919955   6227993         20.351         20.804
3553  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3554 -9.128631e-03  0.0551867220  12701400         25.037         19.786
3555  5.177167e-03  0.0225912728  19845920         14.826         13.738
3556 -6.716582e-03 -0.0290684871   7835661         11.471         10.483
3557 -9.856510e-04 -0.0821669797    778650         34.443         27.774
3558  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3559  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3560  1.110162e-02  0.0005123826   7400741         20.753         26.931
3561  1.936473e-02 -0.0118872627   2287033         26.734         21.977
3562  2.194710e-02  0.0045019696   2740422         25.617         21.195
3563  5.877414e-03  0.0181919955   6227993         20.351         20.804
3564  3.705594e-03  0.0015253674   1301289          5.305          8.792
3565 -4.510854e-03 -0.0273470538  27056989          7.617         17.281
3566  5.877414e-03  0.0181919955   6227993         20.351         20.804
3567  5.877414e-03  0.0181919955   6227993         20.351         20.804
3568  3.705594e-03  0.0015253674   1301289          5.305          8.792
3569  1.310140e-02  0.0344049323   4883606         27.155         46.918
3570  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3571  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3572  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3573  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3574  3.265909e-02  0.0518030331   7352063         24.818         20.674
3575  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3576 -2.299135e-02 -0.0242274413  27130972         14.529         18.510
3577  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3578  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3579  4.806999e-05  0.0223525453    834105         18.036         17.589
3580  3.705594e-03  0.0015253674   1301289          5.305          8.792
3581  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3582  3.705594e-03  0.0015253674   1301289          5.305          8.792
3583  2.729009e-04 -0.0266533248   6815349         16.288         16.018
3584  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3585  1.946156e-03  0.0141096335   3989028         18.094         17.538
3586  3.265909e-02  0.0518030331   7352063         24.818         20.674
3587  3.705594e-03  0.0015253674   1301289          5.305          8.792
3588  3.705594e-03  0.0015253674   1301289          5.305          8.792
3589  3.705594e-03  0.0015253674   1301289          5.305          8.792
3590  5.877414e-03  0.0181919955   6227993         20.351         20.804
3591  5.877414e-03  0.0181919955   6227993         20.351         20.804
3592 -3.545518e-02 -0.0473787143   6937092         21.148         19.498
3593  3.705594e-03  0.0015253674   1301289          5.305          8.792
3594  5.877414e-03  0.0181919955   6227993         20.351         20.804
3595  4.576512e-03 -0.0212066521   4280364         29.535         18.408
3596  3.265909e-02  0.0518030331   7352063         24.818         20.674
3597  3.155340e-02  0.0315533981   2956663         35.583         30.831
3598  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3599  5.877414e-03  0.0181919955   6227993         20.351         20.804
3600  5.877414e-03  0.0181919955   6227993         20.351         20.804
3601  1.310140e-02  0.0344049323   4883606         27.155         46.918
3602  5.877414e-03  0.0181919955   6227993         20.351         20.804
3603  1.946156e-03  0.0141096335   3989028         18.094         17.538
3604  1.310140e-02  0.0344049323   4883606         27.155         46.918
3605  3.705076e-04  0.0748425343  20299407         56.088         31.828
3606  5.877414e-03  0.0181919955   6227993         20.351         20.804
3607  1.310140e-02  0.0344049323   4883606         27.155         46.918
3608  3.705076e-04  0.0748425343  20299407         56.088         31.828
3609  1.310140e-02  0.0344049323   4883606         27.155         46.918
3610  5.877414e-03  0.0181919955   6227993         20.351         20.804
3611  3.265909e-02  0.0518030331   7352063         24.818         20.674
3612  0.000000e+00 -0.0710256410  28481301         32.404         23.091
3613 -5.664488e-03 -0.0056644880  11520329         12.019         13.045
3614  3.705594e-03  0.0015253674   1301289          5.305          8.792
3615  3.265909e-02  0.0518030331   7352063         24.818         20.674
3616  3.705594e-03  0.0015253674   1301289          5.305          8.792
3617  3.705594e-03  0.0015253674   1301289          5.305          8.792
3618  8.354219e-04  0.0114174325   4685371         19.951         20.842
3619 -1.728395e-02  0.0288065844  11369500         26.143         19.452
3620  6.434135e-03  0.0370567462   1176935         17.035         17.463
3621 -4.275244e-03  0.0057681868   1580339         16.795         19.133
3622 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3623  8.354219e-04  0.0114174325   4685371         19.951         20.842
3624  1.175019e-02  0.0326538561   4185050         29.846         18.458
3625  3.086420e-03 -0.0684156379  29374491         32.967         23.025
3626  1.104214e-02  0.0271383838   5112707         27.176         46.714
3627 -5.876503e-03 -0.0378808426   5987217         15.971         15.366
3628  1.175019e-02  0.0326538561   4185050         29.846         18.458
3629 -3.924245e-03 -0.0298583859    219456         18.175         19.979
3630  2.394122e-02  0.0438470573   4572576         25.539         20.824
3631 -7.109891e-03  0.0012473494  10421212         11.594         11.570
3632  8.354219e-04  0.0114174325   4685371         19.951         20.842
3633 -5.876503e-03 -0.0378808426   5987217         15.971         15.366
3634  8.354219e-04  0.0114174325   4685371         19.951         20.842
3635  2.042978e-02  0.0000000000   2534987         18.534         20.687
3636  8.354219e-04  0.0114174325   4685371         19.951         20.842
3637  6.783370e-03 -0.0100656455  10306810          9.802          8.834
3638  1.243450e-02  0.0237385903   1332456         18.648         19.955
3639 -2.359285e-03 -0.0182002022   9079118         21.106         26.855
3640  2.791069e-03  0.0201355662   6066247         10.942         27.570
3641  1.175019e-02  0.0326538561   4185050         29.846         18.458
3642  1.104214e-02  0.0271383838   5112707         27.176         46.714
3643  8.354219e-04  0.0114174325   4685371         19.951         20.842
3644  2.394122e-02  0.0438470573   4572576         25.539         20.824
3645  3.086420e-03 -0.0684156379  29374491         32.967         23.025
3646 -5.876503e-03 -0.0378808426   5987217         15.971         15.366
3647 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3648 -1.955214e-02 -0.0075200535   9051700         22.366         35.184
3649 -1.955214e-02 -0.0075200535   9051700         22.366         35.184
3650  1.175019e-02  0.0326538561   4185050         29.846         18.458
3651  1.104214e-02  0.0271383838   5112707         27.176         46.714
3652  1.175019e-02  0.0326538561   4185050         29.846         18.458
3653 -1.808786e-02 -0.0465116279   8887800         42.227         44.844
3654 -1.333821e-02  0.0697971862  18120912         57.294         32.001
3655  2.394122e-02  0.0438470573   4572576         25.539         20.824
3656 -2.359285e-03 -0.0182002022   9079118         21.106         26.855
3657  2.042978e-02  0.0000000000   2534987         18.534         20.687
3658  8.354219e-04  0.0114174325   4685371         19.951         20.842
3659  8.354219e-04  0.0114174325   4685371         19.951         20.842
3660 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3661 -1.955214e-02 -0.0075200535   9051700         22.366         35.184
3662 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3663  1.175019e-02  0.0326538561   4185050         29.846         18.458
3664  8.354219e-04  0.0114174325   4685371         19.951         20.842
3665  1.524785e-02 -0.0269633816  14384957         20.684         20.336
3666  1.104214e-02  0.0271383838   5112707         27.176         46.714
3667  8.354219e-04  0.0114174325   4685371         19.951         20.842
3668  1.175019e-02  0.0326538561   4185050         29.846         18.458
3669  2.394122e-02  0.0438470573   4572576         25.539         20.824
3670 -9.769484e-03 -0.0215148189   8662108         10.889         10.472
3671 -4.629209e-03  0.0276844876   2663456         26.286         17.071
3672  1.524785e-02 -0.0269633816  14384957         20.684         20.336
3673  2.394122e-02  0.0438470573   4572576         25.539         20.824
3674 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3675 -5.876503e-03 -0.0378808426   5987217         15.971         15.366
3676 -1.333821e-02  0.0697971862  18120912         57.294         32.001
3677  1.175019e-02  0.0326538561   4185050         29.846         18.458
3678  8.354219e-04  0.0114174325   4685371         19.951         20.842
3679 -5.876503e-03 -0.0378808426   5987217         15.971         15.366
3680  8.354219e-04  0.0114174325   4685371         19.951         20.842
3681 -1.955214e-02 -0.0075200535   9051700         22.366         35.184
3682  1.104214e-02  0.0271383838   5112707         27.176         46.714
3683 -8.571429e-03 -0.0245962733   5726547         10.550         15.227
3684 -5.876503e-03 -0.0378808426   5987217         15.971         15.366
3685 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3686  3.590655e-03 -0.0804848687    632760         34.424         27.603
3687  1.175019e-02  0.0326538561   4185050         29.846         18.458
3688  1.524785e-02 -0.0269633816  14384957         20.684         20.336
3689 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3690  2.394122e-02  0.0438470573   4572576         25.539         20.824
3691 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3692  2.394122e-02  0.0438470573   4572576         25.539         20.824
3693  1.175019e-02  0.0326538561   4185050         29.846         18.458
3694  2.394122e-02  0.0438470573   4572576         25.539         20.824
3695  1.175019e-02  0.0326538561   4185050         29.846         18.458
3696 -3.665445e-03  0.0179273575  35368645         15.295         13.614
3697  1.104214e-02  0.0271383838   5112707         27.176         46.714
3698  8.354219e-04  0.0114174325   4685371         19.951         20.842
3699 -5.876503e-03 -0.0378808426   5987217         15.971         15.366
3700  1.104214e-02  0.0271383838   5112707         27.176         46.714
3701  2.394122e-02  0.0438470573   4572576         25.539         20.824
3702  1.104214e-02  0.0271383838   5112707         27.176         46.714
3703 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3704 -5.876503e-03 -0.0378808426   5987217         15.971         15.366
3705 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3706 -3.961556e-02 -0.0460802799   2179081         24.240         15.147
3707  1.175019e-02  0.0326538561   4185050         29.846         18.458
3708  1.175019e-02  0.0326538561   4185050         29.846         18.458
3709  8.354219e-04  0.0114174325   4685371         19.951         20.842
3710 -5.866538e-03  0.0089415322   1838382         18.606         18.549
3711 -2.045346e-02 -0.0112573331   5531109         21.314         18.943
3712 -1.333821e-02  0.0697971862  18120912         57.294         32.001
3713 -6.577505e-03 -0.0064678799   3157498         10.989         13.787
3714 -1.955214e-02 -0.0075200535   9051700         22.366         35.184
3715  8.354219e-04  0.0114174325   4685371         19.951         20.842
3716  8.354219e-04  0.0114174325   4685371         19.951         20.842
3717  1.243450e-02  0.0237385903   1332456         18.648         19.955
3718  1.243450e-02  0.0237385903   1332456         18.648         19.955
3719  8.354219e-04  0.0114174325   4685371         19.951         20.842
3720  1.243450e-02  0.0237385903   1332456         18.648         19.955
3721 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3722 -7.223065e-03  0.0032826692    861879          7.462         15.377
3723 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3724 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3725 -7.223065e-03  0.0032826692    861879          7.462         15.377
3726  3.390651e-03 -0.0060547348    692488         20.170         36.742
3727 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
3728 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3729 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3730 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3731 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
3732 -7.223065e-03  0.0032826692    861879          7.462         15.377
3733 -2.854007e-03 -0.0030735456  14264572          4.034          7.342
3734  0.000000e+00  0.0256959315       200         71.733         70.449
3735 -1.032942e-02 -0.0120044668   2947833         10.235         10.301
3736 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
3737 -7.223065e-03  0.0032826692    861879          7.462         15.377
3738 -9.129442e-03 -0.0068470818   8188262         17.605         16.075
3739 -6.121313e-03 -0.0105731775   1129057         15.194         16.526
3740  1.824212e-02  0.0362078496  33447905         30.177         20.319
3741 -7.223065e-03  0.0032826692    861879          7.462         15.377
3742 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3743  7.287259e-03  0.0035260931   9007937          8.126         12.334
3744 -7.223065e-03  0.0032826692    861879          7.462         15.377
3745 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3746 -7.223065e-03  0.0032826692    861879          7.462         15.377
3747 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3748 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
3749 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3750 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3751  1.343874e-02  0.0031620553   9823832         15.866         19.882
3752 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
3753 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3754  1.343874e-02  0.0031620553   9823832         15.866         19.882
3755  1.211268e-02  0.0209731114   1636693         11.319         14.179
3756 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3757 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3758 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3759 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3760 -7.223065e-03  0.0032826692    861879          7.462         15.377
3761 -2.594624e-02 -0.0278186438  27652811         11.856         13.431
3762 -7.223065e-03  0.0032826692    861879          7.462         15.377
3763 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3764  5.241090e-03  0.0172955975  10435388         21.935         16.520
3765 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
3766 -7.223065e-03  0.0032826692    861879          7.462         15.377
3767 -7.223065e-03  0.0032826692    861879          7.462         15.377
3768 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
3769 -4.839213e-03 -0.0012488292   1508741         17.265         18.677
3770 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3771 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
3772 -3.366382e-02 -0.0389670279   7317100         20.601         19.798
3773 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
3774 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3775 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3776 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3777 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3778 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
3779 -6.648609e-03 -0.0115735041  14273373         18.061         17.787
3780 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3781 -7.223065e-03  0.0032826692    861879          7.462         15.377
3782 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3783 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3784 -7.223065e-03  0.0032826692    861879          7.462         15.377
3785 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3786 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3787  1.343874e-02  0.0031620553   9823832         15.866         19.882
3788 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3789 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3790 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3791 -3.635601e-03 -0.0006292386   3656428          8.626          9.295
3792  1.271227e-02  0.0140504030   1084748          9.473         15.680
3793  1.343874e-02  0.0031620553   9823832         15.866         19.882
3794 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3795 -7.223065e-03  0.0032826692    861879          7.462         15.377
3796 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3797 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
3798 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3799 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3800 -7.223065e-03  0.0032826692    861879          7.462         15.377
3801 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3802 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3803 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3804 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
3805 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3806  1.281367e-02  0.0058729311  20738519         10.104         21.411
3807 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3808 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3809 -2.430825e-02 -0.0252133437   5518707         18.809         16.238
3810 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3811 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3812 -7.223065e-03  0.0032826692    861879          7.462         15.377
3813 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3814 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3815 -7.115948e-03 -0.0020929259  62362421         14.774         20.052
3816 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3817 -4.839213e-03 -0.0012488292   1508741         17.265         18.677
3818 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3819 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3820 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3821 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
3822 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
3823 -1.326651e-02 -0.0203419811  25901790          8.550         10.575
3824 -3.635601e-03 -0.0006292386   3656428          8.626          9.295
3825 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3826 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3827 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3828 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3829 -1.197605e-02 -0.0102651839  16366772          6.330         13.402
3830 -7.223065e-03  0.0032826692    861879          7.462         15.377
3831 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3832 -2.594624e-02 -0.0278186438  27652811         11.856         13.431
3833  1.281367e-02  0.0058729311  20738519         10.104         21.411
3834 -7.223065e-03  0.0032826692    861879          7.462         15.377
3835  1.096534e-02  0.0213432544  25231147          7.733         14.446
3836 -6.648609e-03 -0.0115735041  14273373         18.061         17.787
3837 -2.165706e-02 -0.0226505067  12958147          7.118         12.964
3838 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3839 -7.223065e-03  0.0032826692    861879          7.462         15.377
3840 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
3841 -7.223065e-03  0.0032826692    861879          7.462         15.377
3842 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3843 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3844 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3845  7.287259e-03  0.0035260931   9007937          8.126         12.334
3846  1.300873e-03 -0.0016725516   5508243          8.111         12.840
3847  1.300873e-03 -0.0016725516   5508243          8.111         12.840
3848 -4.839213e-03 -0.0012488292   1508741         17.265         18.677
3849 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3850 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3851  1.096534e-02  0.0213432544  25231147          7.733         14.446
3852  1.096534e-02  0.0213432544  25231147          7.733         14.446
3853 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
3854  1.343874e-02  0.0031620553   9823832         15.866         19.882
3855 -8.013937e-03 -0.0085946574   3792290          3.064         12.016
3856 -4.984260e-03 -0.0088317594   3262164          9.476         18.102
3857  1.343874e-02  0.0031620553   9823832         15.866         19.882
3858 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3859 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3860 -7.223065e-03  0.0032826692    861879          7.462         15.377
3861 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3862 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3863 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3864 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3865 -7.223065e-03  0.0032826692    861879          7.462         15.377
3866  1.334167e-02  0.0070877632  14237666          8.928         25.077
3867 -7.223065e-03  0.0032826692    861879          7.462         15.377
3868 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3869 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3870  1.096534e-02  0.0213432544  25231147          7.733         14.446
3871  5.938650e-03  0.0128834356   1997888         16.695         15.523
3872 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
3873 -7.223065e-03  0.0032826692    861879          7.462         15.377
3874 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3875 -4.749568e-03  0.0259067358  11011700         14.150         23.879
3876 -1.675042e-03  0.0111669458   1192072         20.531         22.833
3877 -2.594624e-02 -0.0278186438  27652811         11.856         13.431
3878 -7.223065e-03  0.0032826692    861879          7.462         15.377
3879  1.343874e-02  0.0031620553   9823832         15.866         19.882
3880 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3881 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3882  1.211268e-02  0.0209731114   1636693         11.319         14.179
3883 -2.080099e-02 -0.0301148712  27800153         14.799         20.507
3884 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3885 -2.175884e-02 -0.0290117860  54208921          7.291         15.588
3886 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3887  1.343874e-02  0.0031620553   9823832         15.866         19.882
3888  1.096534e-02  0.0213432544  25231147          7.733         14.446
3889 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
3890 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3891  3.390651e-03 -0.0060547348    692488         20.170         36.742
3892 -7.223065e-03  0.0032826692    861879          7.462         15.377
3893 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3894 -1.675042e-03  0.0111669458   1192072         20.531         22.833
3895  1.334167e-02  0.0070877632  14237666          8.928         25.077
3896 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3897 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3898 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3899 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3900  1.271227e-02  0.0140504030   1084748          9.473         15.680
3901 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3902 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3903 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3904 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3905  1.824212e-02  0.0362078496  33447905         30.177         20.319
3906  5.258514e-02  0.0441150521    637581         24.470         20.901
3907 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3908 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
3909 -7.223065e-03  0.0032826692    861879          7.462         15.377
3910 -1.675042e-03  0.0111669458   1192072         20.531         22.833
3911 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3912 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3913 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
3914 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3915 -1.529903e-02 -0.0114356359   2777593         15.977         16.756
3916  1.096534e-02  0.0213432544  25231147          7.733         14.446
3917 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3918  1.211268e-02  0.0209731114   1636693         11.319         14.179
3919 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3920 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
3921 -7.223065e-03  0.0032826692    861879          7.462         15.377
3922 -7.223065e-03  0.0032826692    861879          7.462         15.377
3923 -7.223065e-03  0.0032826692    861879          7.462         15.377
3924 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3925 -7.223065e-03  0.0032826692    861879          7.462         15.377
3926  1.334167e-02  0.0070877632  14237666          8.928         25.077
3927 -2.854007e-03 -0.0030735456  14264572          4.034          7.342
3928 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3929 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3930 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
3931  1.014212e-02 -0.0108093681   6083340         12.985         16.918
3932  1.334167e-02  0.0070877632  14237666          8.928         25.077
3933 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3934 -1.963009e-02 -0.0131623738    698943         11.123         11.398
3935 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
3936 -1.963009e-02 -0.0131623738    698943         11.123         11.398
3937 -1.963009e-02 -0.0131623738    698943         11.123         11.398
3938 -7.223065e-03  0.0032826692    861879          7.462         15.377
3939 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3940 -1.963009e-02 -0.0131623738    698943         11.123         11.398
3941 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3942 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
3943 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3944 -6.648609e-03 -0.0115735041  14273373         18.061         17.787
3945 -1.864462e-02 -0.0272373541   6145817         17.085         19.600
3946  1.343874e-02  0.0031620553   9823832         15.866         19.882
3947  0.000000e+00  0.0000000000      2956         20.637         25.211
3948 -1.963009e-02 -0.0131623738    698943         11.123         11.398
3949 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
3950 -1.755207e-02  0.0138076293   1934427         36.425         39.560
3951 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3952 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3953 -7.223065e-03  0.0032826692    861879          7.462         15.377
3954  1.672241e-02  0.0150501672   3908980         27.131         26.944
3955 -1.864462e-02 -0.0272373541   6145817         17.085         19.600
3956 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3957 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
3958 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3959 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3960  1.824212e-02  0.0362078496  33447905         30.177         20.319
3961 -7.223065e-03  0.0032826692    861879          7.462         15.377
3962 -7.223065e-03  0.0032826692    861879          7.462         15.377
3963  1.334167e-02  0.0070877632  14237666          8.928         25.077
3964 -2.854007e-03 -0.0030735456  14264572          4.034          7.342
3965 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3966  1.834141e-03  0.0000000000  15641735          6.113         10.108
3967 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3968 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
3969 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
3970  1.211268e-02  0.0209731114   1636693         11.319         14.179
3971 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3972  1.343874e-02  0.0031620553   9823832         15.866         19.882
3973 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
3974 -2.854007e-03 -0.0030735456  14264572          4.034          7.342
3975 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3976 -1.529903e-02 -0.0114356359   2777593         15.977         16.756
3977  1.672241e-02  0.0150501672   3908980         27.131         26.944
3978 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3979 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
3980  1.281367e-02  0.0058729311  20738519         10.104         21.411
3981 -1.197605e-02 -0.0102651839  16366772          6.330         13.402
3982 -1.963009e-02 -0.0131623738    698943         11.123         11.398
3983 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
3984 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
3985 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
3986  1.343874e-02  0.0031620553   9823832         15.866         19.882
3987 -1.641752e-03  0.0042339929   4709458          8.237          8.391
3988  1.343874e-02  0.0031620553   9823832         15.866         19.882
3989  1.211268e-02  0.0209731114   1636693         11.319         14.179
3990 -5.123607e-04  0.0034584347   8194750         14.403         13.527
3991  1.742094e-02  0.0195038818   7728916         18.349         21.380
3992 -1.675042e-03  0.0111669458   1192072         20.531         22.833
3993 -7.223065e-03  0.0032826692    861879          7.462         15.377
3994  1.742094e-02  0.0195038818   7728916         18.349         21.380
3995 -7.223065e-03  0.0032826692    861879          7.462         15.377
3996 -3.366382e-02 -0.0389670279   7317100         20.601         19.798
3997 -2.165706e-02 -0.0226505067  12958147          7.118         12.964
3998  1.834141e-03  0.0000000000  15641735          6.113         10.108
3999 -5.123607e-04  0.0034584347   8194750         14.403         13.527
4000 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
4001 -5.123607e-04  0.0034584347   8194750         14.403         13.527
4002 -2.854007e-03 -0.0030735456  14264572          4.034          7.342
4003 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
4004 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
4005  1.672241e-02  0.0150501672   3908980         27.131         26.944
4006 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4007 -6.858711e-03 -0.0352080476  15823714         53.174         32.161
4008  1.334167e-02  0.0070877632  14237666          8.928         25.077
4009 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4010 -4.839213e-03 -0.0012488292   1508741         17.265         18.677
4011  1.742094e-02  0.0195038818   7728916         18.349         21.380
4012 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4013 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4014 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4015 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
4016 -1.326651e-02 -0.0203419811  25901790          8.550         10.575
4017 -2.171952e-02 -0.0280355762   1895007         12.764         17.570
4018 -2.750480e-02 -0.0245973135  17226465         12.773         17.703
4019 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4020 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4021 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
4022 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4023 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4024 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4025 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4026  1.742094e-02  0.0195038818   7728916         18.349         21.380
4027 -2.175884e-02 -0.0290117860  54208921          7.291         15.588
4028  1.334167e-02  0.0070877632  14237666          8.928         25.077
4029 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4030 -2.594624e-02 -0.0278186438  27652811         11.856         13.431
4031  1.096534e-02  0.0213432544  25231147          7.733         14.446
4032  7.811640e-03  0.0069314556  13217404          7.906         12.767
4033 -7.223065e-03  0.0032826692    861879          7.462         15.377
4034 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4035 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
4036  1.824212e-02  0.0362078496  33447905         30.177         20.319
4037 -7.223065e-03  0.0032826692    861879          7.462         15.377
4038 -1.658207e-02 -0.0044388752    609848         17.161         25.832
4039 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4040  1.742094e-02  0.0195038818   7728916         18.349         21.380
4041 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4042  1.334167e-02  0.0070877632  14237666          8.928         25.077
4043 -5.123607e-04  0.0034584347   8194750         14.403         13.527
4044  1.096534e-02  0.0213432544  25231147          7.733         14.446
4045 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4046 -8.013937e-03 -0.0085946574   3792290          3.064         12.016
4047 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4048 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4049 -5.123607e-04  0.0034584347   8194750         14.403         13.527
4050  1.014212e-02 -0.0108093681   6083340         12.985         16.918
4051 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
4052  1.343874e-02  0.0031620553   9823832         15.866         19.882
4053 -1.529903e-02 -0.0114356359   2777593         15.977         16.756
4054 -7.223065e-03  0.0032826692    861879          7.462         15.377
4055 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4056  1.334167e-02  0.0070877632  14237666          8.928         25.077
4057 -1.529903e-02 -0.0114356359   2777593         15.977         16.756
4058 -1.542683e-02 -0.0288414634  26785096         10.229         23.181
4059  1.096534e-02  0.0213432544  25231147          7.733         14.446
4060 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
4061 -1.675042e-03  0.0111669458   1192072         20.531         22.833
4062  1.014212e-02 -0.0108093681   6083340         12.985         16.918
4063 -7.223065e-03  0.0032826692    861879          7.462         15.377
4064 -7.223065e-03  0.0032826692    861879          7.462         15.377
4065 -1.197605e-02 -0.0102651839  16366772          6.330         13.402
4066 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4067 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4068 -1.034799e-02 -0.0038387716   3075798         15.045         32.427
4069 -7.223065e-03  0.0032826692    861879          7.462         15.377
4070 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4071 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
4072 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4073 -7.223065e-03  0.0032826692    861879          7.462         15.377
4074 -2.838030e-02 -0.0192098321   1693313         15.608         16.833
4075 -1.034799e-02 -0.0038387716   3075798         15.045         32.427
4076 -7.223065e-03  0.0032826692    861879          7.462         15.377
4077 -7.223065e-03  0.0032826692    861879          7.462         15.377
4078 -7.223065e-03  0.0032826692    861879          7.462         15.377
4079 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4080 -7.223065e-03  0.0032826692    861879          7.462         15.377
4081 -9.218826e-03 -0.0122917678   5004200         12.095         15.180
4082 -2.594624e-02 -0.0278186438  27652811         11.856         13.431
4083 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4084 -7.223065e-03  0.0032826692    861879          7.462         15.377
4085 -1.529903e-02 -0.0114356359   2777593         15.977         16.756
4086 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4087 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4088 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4089 -3.526412e-02 -0.0287069141   3331488         16.105         20.357
4090 -8.384980e-03 -0.0167699599   8245287         15.296         33.987
4091 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4092 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
4093 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4094 -7.223065e-03  0.0032826692    861879          7.462         15.377
4095 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4096 -3.653474e-02 -0.0345972876   8591090         16.855         18.385
4097 -4.344342e-02 -0.0376624120   6940990         22.146         24.216
4098 -5.123607e-04  0.0034584347   8194750         14.403         13.527
4099 -1.875352e-03 -0.0097518285   2717014          6.702         18.271
4100 -3.393613e-02 -0.0503033078   3812968         22.222         24.229
4101 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4102  2.591894e-03  0.0096606975   3229991          7.709         12.150
4103 -8.605852e-03  0.0116179002  10641700         14.387         23.967
4104 -1.228837e-02  0.0060076461  20284607         29.333         20.570
4105 -1.705900e-02 -0.0225737665   1042885         15.205         16.744
4106 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4107 -9.580292e-03 -0.0123175182   8848000          6.087         16.155
4108 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4109 -1.705900e-02 -0.0225737665   1042885         15.205         16.744
4110 -1.705900e-02 -0.0225737665   1042885         15.205         16.744
4111 -1.567193e-03  0.0019589918   7361092          6.098         10.198
4112 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4113 -5.498916e-03  0.0061578273    997794          7.839         15.434
4114 -1.203679e-02 -0.0151474168  21736161         13.668         13.850
4115 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4116  5.103994e-03  0.0033175960   6474360         14.233         13.284
4117 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4118 -1.663040e-02 -0.0069940939    977372         17.371         18.608
4119 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4120 -3.393613e-02 -0.0503033078   3812968         22.222         24.229
4121 -7.321835e-03 -0.0242434103   3440389         17.416         19.641
4122 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4123 -1.705900e-02 -0.0225737665   1042885         15.205         16.744
4124 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4125 -5.498916e-03  0.0061578273    997794          7.839         15.434
4126 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4127 -2.620861e-02 -0.0150965114   2346855         12.293         17.314
4128 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4129 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4130 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4131 -6.543075e-03  0.0020719738   9815834          9.096         12.982
4132 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4133 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4134 -2.307871e-02 -0.0331356819  11677589         12.852         17.532
4135 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4136 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4137 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4138 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4139 -1.511014e-02 -0.0103768433   7696302         15.168         33.991
4140  9.871932e-03  0.0136072572  12769392          9.589         21.246
4141 -2.957533e-02 -0.0365899899   2833724         32.441         23.757
4142  8.828723e-03  0.0156955072  16217688          7.340         14.396
4143 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4144 -2.690695e-03 -0.0061948564   1878291          6.674         17.700
4145 -1.354535e-02 -0.0167844523  18179055          8.676         10.450
4146 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4147 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4148 -3.393613e-02 -0.0503033078   3812968         22.222         24.229
4149 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4150 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4151  6.657513e-04 -0.0184745974   3271270         14.990         32.407
4152 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4153 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4154 -2.690695e-03 -0.0061948564   1878291          6.674         17.700
4155 -3.393613e-02 -0.0503033078   3812968         22.222         24.229
4156 -2.690695e-03 -0.0061948564   1878291          6.674         17.700
4157 -2.690695e-03 -0.0061948564   1878291          6.674         17.700
4158 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4159 -1.705900e-02 -0.0225737665   1042885         15.205         16.744
4160 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4161 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4162 -5.498916e-03  0.0061578273    997794          7.839         15.434
4163 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4164 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4165 -1.663040e-02 -0.0069940939    977372         17.371         18.608
4166 -5.498916e-03  0.0061578273    997794          7.839         15.434
4167 -6.949101e-03 -0.0255409936  16591051          9.855         23.023
4168 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4169 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4170 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4171 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4172 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4173 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4174 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4175 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4176 -5.498916e-03  0.0061578273    997794          7.839         15.434
4177 -5.498916e-03  0.0061578273    997794          7.839         15.434
4178 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4179 -5.498916e-03  0.0061578273    997794          7.839         15.434
4180 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4181 -1.743781e-02 -0.0338990932    825644         12.399         16.031
4182 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4183 -2.690695e-03 -0.0061948564   1878291          6.674         17.700
4184 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4185 -7.208388e-03 -0.0045871560   7391249          4.957          7.324
4186 -5.498916e-03  0.0061578273    997794          7.839         15.434
4187 -6.949101e-03 -0.0255409936  16591051          9.855         23.023
4188  5.103994e-03  0.0033175960   6474360         14.233         13.284
4189 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4190  5.103994e-03  0.0033175960   6474360         14.233         13.284
4191 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4192 -2.690695e-03 -0.0061948564   1878291          6.674         17.700
4193 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4194 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4195 -3.393613e-02 -0.0503033078   3812968         22.222         24.229
4196  1.231219e-02  0.0158597663  11455202          7.202         24.698
4197 -3.393613e-02 -0.0503033078   3812968         22.222         24.229
4198 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4199  6.657513e-04 -0.0184745974   3271270         14.990         32.407
4200 -5.498916e-03  0.0061578273    997794          7.839         15.434
4201 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4202 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4203 -1.705900e-02 -0.0225737665   1042885         15.205         16.744
4204 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4205 -8.605852e-03  0.0116179002  10641700         14.387         23.967
4206 -2.472783e-02 -0.0337234858   2535917         15.697         19.860
4207  5.103994e-03  0.0033175960   6474360         14.233         13.284
4208 -3.393613e-02 -0.0503033078   3812968         22.222         24.229
4209 -3.861683e-02 -0.0151474580    564155         17.513         25.958
4210 -5.498916e-03  0.0061578273    997794          7.839         15.434
4211 -3.163686e-02 -0.0459422283   5122878         11.820         18.392
4212 -3.393613e-02 -0.0503033078   3812968         22.222         24.229
4213 -2.538700e-02 -0.0266253870  14686578         14.743         20.519
4214 -1.203679e-02 -0.0151474168  21736161         13.668         13.850
4215 -4.359424e-03  0.0008726763    712240          7.844          9.200
4216 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4217 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4218 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4219 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4220 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4221 -1.651228e-02 -0.0010739697  17079114         13.113         12.345
4222 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4223 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4224 -1.479047e-02 -0.0213640099   2285864         26.648         25.253
4225 -4.359424e-03  0.0008726763    712240          7.844          9.200
4226 -1.343409e-02 -0.0258606213    415351         23.781         22.762
4227 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4228 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4229 -4.359424e-03  0.0008726763    712240          7.844          9.200
4230 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4231 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4232 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4233 -4.359424e-03  0.0008726763    712240          7.844          9.200
4234  1.167793e-02  0.0110633067   3814907         37.287         26.254
4235 -1.839318e-02 -0.0146508480   3093371         16.873         12.247
4236 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4237 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4238 -4.359424e-03  0.0008726763    712240          7.844          9.200
4239 -9.422940e-03 -0.0027262696   2628618          6.131         11.116
4240 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4241 -1.895090e-02 -0.0071196733  11438412         11.925         14.588
4242 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4243 -4.359424e-03  0.0008726763    712240          7.844          9.200
4244  1.167793e-02  0.0110633067   3814907         37.287         26.254
4245 -1.479047e-02 -0.0213640099   2285864         26.648         25.253
4246 -4.366812e-03 -0.0097413504   8908083          6.332         12.686
4247 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4248 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4249 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4250 -6.358682e-03 -0.0144692447  26299810         18.701         15.889
4251 -4.359424e-03  0.0008726763    712240          7.844          9.200
4252 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4253 -1.704545e-03  0.0107954545   1129281         18.796         15.600
4254 -6.358682e-03 -0.0144692447  26299810         18.701         15.889
4255 -4.359424e-03  0.0008726763    712240          7.844          9.200
4256 -4.359424e-03  0.0008726763    712240          7.844          9.200
4257 -2.091555e-02 -0.0126282557  66232556         15.979         20.253
4258 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4259 -1.343409e-02 -0.0258606213    415351         23.781         22.762
4260 -4.359424e-03  0.0008726763    712240          7.844          9.200
4261 -1.651228e-02 -0.0010739697  17079114         13.113         12.345
4262 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4263 -4.008016e-03 -0.0010020040   6704565          8.365         15.038
4264 -1.479047e-02 -0.0213640099   2285864         26.648         25.253
4265  3.410213e-03  0.0037691824   5122348          7.243          8.986
4266  1.167793e-02  0.0110633067   3814907         37.287         26.254
4267 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4268 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4269 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4270  3.567985e-02  0.0268081003  12189882         14.472         15.102
4271 -4.359424e-03  0.0008726763    712240          7.844          9.200
4272 -8.461538e-02 -0.1230769231  12704544         23.899         27.124
4273 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4274 -1.741164e-02 -0.0098752599  19204345         19.826         26.268
4275 -1.651228e-02 -0.0010739697  17079114         13.113         12.345
4276 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4277 -6.358682e-03 -0.0144692447  26299810         18.701         15.889
4278 -1.343409e-02 -0.0258606213    415351         23.781         22.762
4279 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4280  7.410296e-03  0.0335413417  12909400         23.621         22.583
4281 -9.422940e-03 -0.0027262696   2628618          6.131         11.116
4282 -1.741164e-02 -0.0098752599  19204345         19.826         26.268
4283 -4.359424e-03  0.0008726763    712240          7.844          9.200
4284 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4285 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4286 -1.479047e-02 -0.0213640099   2285864         26.648         25.253
4287 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4288 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4289 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4290 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4291 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4292  3.865596e-03 -0.0077311924  14802671         13.641         15.749
4293 -6.358682e-03 -0.0144692447  26299810         18.701         15.889
4294 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4295 -4.359424e-03  0.0008726763    712240          7.844          9.200
4296 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4297 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4298  1.167793e-02  0.0110633067   3814907         37.287         26.254
4299 -1.156069e-02  0.0162706059   4629741         16.833         14.549
4300  1.167793e-02  0.0110633067   3814907         37.287         26.254
4301 -9.422940e-03 -0.0027262696   2628618          6.131         11.116
4302 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4303 -4.359424e-03  0.0008726763    712240          7.844          9.200
4304 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4305 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4306 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4307 -4.359424e-03  0.0008726763    712240          7.844          9.200
4308  1.599693e-02  0.0177885846  10353361          8.109         12.507
4309 -1.601891e-02 -0.0236344538  23217336          7.050         11.030
4310 -2.217136e-02  0.0052985531    768555         18.250         16.679
4311  3.992822e-02  0.0336473755  18390200         20.797         13.587
4312  3.567985e-02  0.0268081003  12189882         14.472         15.102
4313 -4.359424e-03  0.0008726763    712240          7.844          9.200
4314 -6.358682e-03 -0.0144692447  26299810         18.701         15.889
4315  0.000000e+00  0.0212068966   5982394         30.199         27.777
4316  1.683502e-02  0.0158730159   4069148         22.037         19.946
4317 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4318  0.000000e+00  0.0212068966   5982394         30.199         27.777
4319  2.221862e-02  0.0389231268   4975670         39.278         24.959
4320 -1.156069e-02  0.0162706059   4629741         16.833         14.549
4321  4.041220e-04  0.0082845019  13021697         19.257         14.786
4322  1.167793e-02  0.0110633067   3814907         37.287         26.254
4323 -4.359424e-03  0.0008726763    712240          7.844          9.200
4324 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4325 -4.008016e-03 -0.0010020040   6704565          8.365         15.038
4326  2.643828e-02  0.0256935394  11944370         11.173         14.248
4327  2.643828e-02  0.0256935394  11944370         11.173         14.248
4328  6.480558e-03  0.0044865404  12285719         19.328         40.743
4329 -4.359424e-03  0.0008726763    712240          7.844          9.200
4330 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4331  2.643828e-02  0.0256935394  11944370         11.173         14.248
4332  2.643828e-02  0.0256935394  11944370         11.173         14.248
4333 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4334 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4335 -2.217136e-02  0.0052985531    768555         18.250         16.679
4336  3.567985e-02  0.0268081003  12189882         14.472         15.102
4337 -2.078356e-02 -0.0028666985   6521400         20.414         23.830
4338 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4339  3.567985e-02  0.0268081003  12189882         14.472         15.102
4340  1.599693e-02  0.0177885846  10353361          8.109         12.507
4341  2.643828e-02  0.0256935394  11944370         11.173         14.248
4342 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4343 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4344 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4345  1.167793e-02  0.0110633067   3814907         37.287         26.254
4346 -1.156069e-02  0.0162706059   4629741         16.833         14.549
4347  2.643828e-02  0.0256935394  11944370         11.173         14.248
4348  1.167793e-02  0.0110633067   3814907         37.287         26.254
4349 -1.702327e-02  0.0163985632   6891295         20.040         17.353
4350 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4351 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4352 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4353 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4354  2.643828e-02  0.0256935394  11944370         11.173         14.248
4355 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4356 -1.343409e-02 -0.0258606213    415351         23.781         22.762
4357 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4358  3.567985e-02  0.0268081003  12189882         14.472         15.102
4359 -1.343409e-02 -0.0258606213    415351         23.781         22.762
4360 -4.359424e-03  0.0008726763    712240          7.844          9.200
4361  1.020127e-02  0.0003446374   2654731          8.572          9.711
4362 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4363 -1.895090e-02 -0.0071196733  11438412         11.925         14.588
4364 -1.601891e-02 -0.0236344538  23217336          7.050         11.030
4365  1.787916e-02 -0.0067817509   5046566         13.937         10.779
4366 -1.895090e-02 -0.0071196733  11438412         11.925         14.588
4367  4.058042e-03 -0.0207820954   4118095         22.039         20.037
4368 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4369 -4.359424e-03  0.0008726763    712240          7.844          9.200
4370 -4.359424e-03  0.0008726763    712240          7.844          9.200
4371 -1.148838e-02 -0.0148072504  21961431         15.220         16.884
4372 -4.359424e-03  0.0008726763    712240          7.844          9.200
4373 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4374 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4375 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4376 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4377  2.643828e-02  0.0256935394  11944370         11.173         14.248
4378 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4379 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4380 -4.359424e-03  0.0008726763    712240          7.844          9.200
4381  3.865596e-03 -0.0077311924  14802671         13.641         15.749
4382  2.643828e-02  0.0256935394  11944370         11.173         14.248
4383 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4384 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4385 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4386 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4387 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4388 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4389 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4390  2.221862e-02  0.0389231268   4975670         39.278         24.959
4391 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4392 -1.704545e-03  0.0107954545   1129281         18.796         15.600
4393 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4394 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4395 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4396 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4397 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4398 -1.741164e-02 -0.0098752599  19204345         19.826         26.268
4399 -4.359424e-03  0.0008726763    712240          7.844          9.200
4400 -2.533852e-02 -0.0045582518   2181258         30.207         19.700
4401 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4402 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4403  2.643828e-02  0.0256935394  11944370         11.173         14.248
4404 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4405  2.221862e-02  0.0389231268   4975670         39.278         24.959
4406  2.221862e-02  0.0389231268   4975670         39.278         24.959
4407 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4408  1.599693e-02  0.0177885846  10353361          8.109         12.507
4409  3.567985e-02  0.0268081003  12189882         14.472         15.102
4410  1.599693e-02  0.0177885846  10353361          8.109         12.507
4411 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4412 -1.343409e-02 -0.0258606213    415351         23.781         22.762
4413 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4414 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4415  6.087045e-04  0.0003043522   8185858         12.586         18.195
4416  0.000000e+00  0.0212068966   5982394         30.199         27.777
4417 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4418 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4419  1.599693e-02  0.0177885846  10353361          8.109         12.507
4420 -1.339096e-03 -0.0182603932   1852282          9.530         20.229
4421  6.087045e-04  0.0003043522   8185858         12.586         18.195
4422 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4423 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4424 -2.533852e-02 -0.0045582518   2181258         30.207         19.700
4425  6.087045e-04  0.0003043522   8185858         12.586         18.195
4426 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4427  3.567985e-02  0.0268081003  12189882         14.472         15.102
4428 -4.359424e-03  0.0008726763    712240          7.844          9.200
4429  6.087045e-04  0.0003043522   8185858         12.586         18.195
4430 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4431 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4432 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4433  2.643828e-02  0.0256935394  11944370         11.173         14.248
4434 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4435 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4436 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4437  3.567985e-02  0.0268081003  12189882         14.472         15.102
4438 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4439 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4440 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4441  6.087045e-04  0.0003043522   8185858         12.586         18.195
4442 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4443 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4444  3.567985e-02  0.0268081003  12189882         14.472         15.102
4445 -4.359424e-03  0.0008726763    712240          7.844          9.200
4446 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4447  6.087045e-04  0.0003043522   8185858         12.586         18.195
4448  1.244168e-02  0.0106642968  10082221         13.102          9.843
4449  1.564829e-02  0.0034277198   5879200         22.738         15.449
4450  3.865596e-03 -0.0077311924  14802671         13.641         15.749
4451 -1.651228e-02 -0.0010739697  17079114         13.113         12.345
4452  3.567985e-02  0.0268081003  12189882         14.472         15.102
4453 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4454  1.244168e-02  0.0106642968  10082221         13.102          9.843
4455 -4.359424e-03  0.0008726763    712240          7.844          9.200
4456 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4457 -1.651228e-02 -0.0010739697  17079114         13.113         12.345
4458 -4.359424e-03  0.0008726763    712240          7.844          9.200
4459 -1.651228e-02 -0.0010739697  17079114         13.113         12.345
4460 -4.359424e-03  0.0008726763    712240          7.844          9.200
4461  2.643828e-02  0.0256935394  11944370         11.173         14.248
4462 -6.358682e-03 -0.0144692447  26299810         18.701         15.889
4463 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4464 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4465  6.087045e-04  0.0003043522   8185858         12.586         18.195
4466 -3.341688e-03 -0.0108604845  31227515          6.936         11.626
4467  6.087045e-04  0.0003043522   8185858         12.586         18.195
4468 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4469 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4470 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4471 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4472 -4.359424e-03  0.0008726763    712240          7.844          9.200
4473 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4474  2.643828e-02  0.0256935394  11944370         11.173         14.248
4475 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4476  3.567985e-02  0.0268081003  12189882         14.472         15.102
4477 -1.309110e-02 -0.0176329148  31692160         17.385         20.879
4478 -4.359424e-03  0.0008726763    712240          7.844          9.200
4479 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4480  6.087045e-04  0.0003043522   8185858         12.586         18.195
4481 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4482  6.087045e-04  0.0003043522   8185858         12.586         18.195
4483 -2.185481e-02  0.0030406689   7676288         16.364         12.348
4484  1.480385e-02  0.0946212682   1552768         46.291         39.551
4485  2.221862e-02  0.0389231268   4975670         39.278         24.959
4486 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4487  6.087045e-04  0.0003043522   8185858         12.586         18.195
4488 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4489 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4490 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4491 -4.359424e-03  0.0008726763    712240          7.844          9.200
4492  1.787916e-02 -0.0067817509   5046566         13.937         10.779
4493  3.133515e-02  0.0354223433     67718         17.825         24.854
4494  1.564829e-02  0.0034277198   5879200         22.738         15.449
4495 -4.359424e-03  0.0008726763    712240          7.844          9.200
4496 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4497 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4498 -2.533852e-02 -0.0045582518   2181258         30.207         19.700
4499  0.000000e+00  0.0212068966   5982394         30.199         27.777
4500  2.643828e-02  0.0256935394  11944370         11.173         14.248
4501 -1.956666e-02 -0.0227724961   2996260          9.717         10.104
4502 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4503  3.567985e-02  0.0268081003  12189882         14.472         15.102
4504 -1.343409e-02 -0.0258606213    415351         23.781         22.762
4505  6.087045e-04  0.0003043522   8185858         12.586         18.195
4506 -4.359424e-03  0.0008726763    712240          7.844          9.200
4507 -1.473946e-02  0.0010379905   5200481         11.415         19.048
4508  1.167793e-02  0.0110633067   3814907         37.287         26.254
4509 -4.359424e-03  0.0008726763    712240          7.844          9.200
4510  6.087045e-04  0.0003043522   8185858         12.586         18.195
4511  1.244168e-02  0.0106642968  10082221         13.102          9.843
4512  6.087045e-04  0.0003043522   8185858         12.586         18.195
4513 -4.359424e-03  0.0008726763    712240          7.844          9.200
4514 -4.359424e-03  0.0008726763    712240          7.844          9.200
4515 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4516 -4.359424e-03  0.0008726763    712240          7.844          9.200
4517 -1.702327e-02  0.0163985632   6891295         20.040         17.353
4518 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4519  2.643828e-02  0.0256935394  11944370         11.173         14.248
4520  2.643828e-02  0.0256935394  11944370         11.173         14.248
4521 -2.533852e-02 -0.0045582518   2181258         30.207         19.700
4522  3.410213e-03  0.0037691824   5122348          7.243          8.986
4523 -4.359424e-03  0.0008726763    712240          7.844          9.200
4524  0.000000e+00  0.0212068966   5982394         30.199         27.777
4525 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4526 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4527 -4.359424e-03  0.0008726763    712240          7.844          9.200
4528  3.992822e-02  0.0336473755  18390200         20.797         13.587
4529 -1.651228e-02 -0.0010739697  17079114         13.113         12.345
4530  2.221862e-02  0.0389231268   4975670         39.278         24.959
4531 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4532  1.244168e-02  0.0106642968  10082221         13.102          9.843
4533 -6.358682e-03 -0.0144692447  26299810         18.701         15.889
4534 -4.359424e-03  0.0008726763    712240          7.844          9.200
4535  6.087045e-04  0.0003043522   8185858         12.586         18.195
4536 -2.125351e-02  0.0142328312   3670057         21.794         16.702
4537 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4538  6.087045e-04  0.0003043522   8185858         12.586         18.195
4539 -4.359424e-03  0.0008726763    712240          7.844          9.200
4540 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4541 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4542 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4543 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4544 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4545 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4546  1.787916e-02 -0.0067817509   5046566         13.937         10.779
4547 -4.359424e-03  0.0008726763    712240          7.844          9.200
4548 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4549 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4550 -4.359424e-03  0.0008726763    712240          7.844          9.200
4551 -4.359424e-03  0.0008726763    712240          7.844          9.200
4552 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4553 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4554 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4555 -3.897700e-02 -0.0019312928  15340366         31.665         20.391
4556 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4557 -1.086297e-02  0.0330851944   4227864         31.041         25.357
4558 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4559 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4560 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4561  2.643828e-02  0.0256935394  11944370         11.173         14.248
4562 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4563 -3.726944e-02 -0.0312820934   2031092         15.553         14.451
4564 -4.359424e-03  0.0008726763    712240          7.844          9.200
4565  2.643828e-02  0.0256935394  11944370         11.173         14.248
4566  3.865596e-03 -0.0077311924  14802671         13.641         15.749
4567  1.167793e-02  0.0110633067   3814907         37.287         26.254
4568 -4.359424e-03  0.0008726763    712240          7.844          9.200
4569  1.195457e-03  0.0005977286    911735         21.858         14.722
4570  2.643828e-02  0.0256935394  11944370         11.173         14.248
4571 -1.148838e-02 -0.0148072504  21961431         15.220         16.884
4572  2.643828e-02  0.0256935394  11944370         11.173         14.248
4573 -2.366464e-02 -0.0065012742   2543759         14.876         16.144
4574  4.041220e-04  0.0082845019  13021697         19.257         14.786
4575 -4.359424e-03  0.0008726763    712240          7.844          9.200
4576 -1.586063e-02 -0.0044201768   9964979         15.466         16.916
4577  2.643828e-02  0.0256935394  11944370         11.173         14.248
4578  0.000000e+00  0.0212068966   5982394         30.199         27.777
4579 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4580  2.383169e-02  0.0256935394  11944370         11.173         14.248
4581  2.398376e-03  0.0008726763    712240          7.844          9.200
4582 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4583 -1.993355e-02 -0.0564784053    808779         27.696         25.073
4584  1.581485e-02  0.0268081003  12189882         14.472         15.102
4585 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4586 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4587 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4588 -1.021190e-02 -0.0148072504  21961431         15.220         16.884
4589  1.581485e-02  0.0268081003  12189882         14.472         15.102
4590  2.383169e-02  0.0256935394  11944370         11.173         14.248
4591 -1.678581e-02  0.0142328312   3670057         21.794         16.702
4592 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4593 -1.678581e-02  0.0142328312   3670057         21.794         16.702
4594  2.383169e-02  0.0256935394  11944370         11.173         14.248
4595  3.418803e-03  0.0330851944   4227864         31.041         25.357
4596 -1.866916e-02 -0.0019312928  15340366         31.665         20.391
4597 -1.419299e-02 -0.0312820934   2031092         15.553         14.451
4598 -5.576923e-02 -0.1230769231  12704544         23.899         27.124
4599  1.471717e-02  0.0177885846  10353361          8.109         12.507
4600 -1.843411e-02 -0.0045582518   2181258         30.207         19.700
4601  2.383169e-02  0.0256935394  11944370         11.173         14.248
4602 -1.678581e-02  0.0142328312   3670057         21.794         16.702
4603 -1.866916e-02 -0.0019312928  15340366         31.665         20.391
4604  5.663189e-03  0.0034277198   5879200         22.738         15.449
4605  3.997794e-03  0.0003446374   2654731          8.572          9.711
4606 -2.961500e-03  0.0037691824   5122348          7.243          8.986
4607 -1.670844e-03 -0.0108604845  31227515          6.936         11.626
4608 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4609 -1.419299e-02 -0.0312820934   2031092         15.553         14.451
4610 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4611  2.398376e-03  0.0008726763    712240          7.844          9.200
4612  2.398376e-03  0.0008726763    712240          7.844          9.200
4613 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4614  4.041220e-04  0.0082845019  13021697         19.257         14.786
4615  2.398376e-03  0.0008726763    712240          7.844          9.200
4616 -1.660109e-02  0.0052985531    768555         18.250         16.679
4617  2.398376e-03  0.0008726763    712240          7.844          9.200
4618  2.398376e-03  0.0008726763    712240          7.844          9.200
4619  3.418803e-03  0.0330851944   4227864         31.041         25.357
4620 -1.419299e-02 -0.0312820934   2031092         15.553         14.451
4621 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4622 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4623  6.797200e-03  0.0003043522   8185858         12.586         18.195
4624 -1.090134e-02 -0.0065012742   2543759         14.876         16.144
4625  2.398376e-03  0.0008726763    712240          7.844          9.200
4626 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4627 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4628 -1.670844e-03 -0.0108604845  31227515          6.936         11.626
4629 -1.090134e-02 -0.0065012742   2543759         14.876         16.144
4630 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4631 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4632  6.797200e-03  0.0003043522   8185858         12.586         18.195
4633 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4634 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4635  3.620690e-03  0.0212068966   5982394         30.199         27.777
4636  3.418803e-03  0.0330851944   4227864         31.041         25.357
4637 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4638  1.183912e-02  0.0389231268   4975670         39.278         24.959
4639 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4640 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4641 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4642  3.620690e-03  0.0212068966   5982394         30.199         27.777
4643  2.383169e-02  0.0256935394  11944370         11.173         14.248
4644 -1.090134e-02 -0.0065012742   2543759         14.876         16.144
4645  3.620690e-03  0.0212068966   5982394         30.199         27.777
4646 -1.090134e-02 -0.0065012742   2543759         14.876         16.144
4647  4.041220e-04  0.0082845019  13021697         19.257         14.786
4648 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4649  3.418803e-03  0.0330851944   4227864         31.041         25.357
4650  2.383169e-02  0.0256935394  11944370         11.173         14.248
4651  3.418803e-03  0.0330851944   4227864         31.041         25.357
4652 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4653 -1.843411e-02 -0.0045582518   2181258         30.207         19.700
4654  7.137296e-04 -0.0144692447  26299810         18.701         15.889
4655 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4656 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4657  1.471717e-02  0.0177885846  10353361          8.109         12.507
4658 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4659 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4660 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4661 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4662  2.398376e-03  0.0008726763    712240          7.844          9.200
4663 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4664 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4665 -2.961500e-03  0.0037691824   5122348          7.243          8.986
4666 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4667 -5.993466e-03 -0.0027262696   2628618          6.131         11.116
4668  2.398376e-03  0.0008726763    712240          7.844          9.200
4669 -1.418067e-02 -0.0236344538  23217336          7.050         11.030
4670 -1.224082e-02 -0.0201515530   2445796          8.383          8.180
4671 -1.282782e-02  0.0030406689   7676288         16.364         12.348
4672  2.398376e-03  0.0008726763    712240          7.844          9.200
4673 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4674 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4675 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4676 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4677 -8.220395e-03  0.0106642968  10082221         13.102          9.843
4678 -1.090134e-02 -0.0065012742   2543759         14.876         16.144
4679  7.137296e-04 -0.0144692447  26299810         18.701         15.889
4680  2.398376e-03  0.0008726763    712240          7.844          9.200
4681 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4682  2.383169e-02  0.0256935394  11944370         11.173         14.248
4683 -1.090134e-02 -0.0065012742   2543759         14.876         16.144
4684 -1.282782e-02  0.0030406689   7676288         16.364         12.348
4685 -8.904253e-03 -0.0224177666  26837993          7.261          9.212
4686 -1.066043e-02 -0.0044201768   9964979         15.466         16.916
4687 -1.866916e-02 -0.0019312928  15340366         31.665         20.391
4688  3.418803e-03  0.0330851944   4227864         31.041         25.357
4689  3.418803e-03  0.0330851944   4227864         31.041         25.357
4690  3.841711e-03  0.0138762899    631751          6.504          9.981
4691  7.573936e-03 -0.0519355614  27086575         34.014         20.832
4692  2.218700e-02  0.0362519810      5600         14.593         33.911
4693 -9.106704e-03 -0.0181534959   2873004         12.382         14.080
4694  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4695  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4696  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4697 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4698  3.841711e-03  0.0138762899    631751          6.504          9.981
4699 -3.175520e-03  0.0097327615   2658731         17.217         19.445
4700  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4701  1.122594e-02  0.0146115467   5025223         20.760         21.436
4702  1.187411e-02  0.0054363376   5199900         10.180         11.468
4703 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4704  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4705  3.841711e-03  0.0138762899    631751          6.504          9.981
4706  2.109353e-02  0.0130446850  21828568         22.224         22.083
4707 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4708 -3.631082e-02 -0.0188816267  13381550         31.726         28.650
4709  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4710  3.841711e-03  0.0138762899    631751          6.504          9.981
4711 -1.489869e-02 -0.0119189511   5357016         16.865         14.046
4712  1.122594e-02  0.0146115467   5025223         20.760         21.436
4713  9.509658e-03  0.0359583952  36376366         23.524         25.719
4714  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4715 -9.106704e-03 -0.0181534959   2873004         12.382         14.080
4716 -6.539834e-02 -0.0719381688   7180977         45.853         37.117
4717 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4718 -2.067255e-02 -0.0323869901   7555330         31.865         24.564
4719  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4720 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4721 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4722 -1.430884e-03 -0.0219228158        66         16.185         15.873
4723  3.841711e-03  0.0138762899    631751          6.504          9.981
4724 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4725 -1.430884e-03 -0.0219228158        66         16.185         15.873
4726 -1.430884e-03 -0.0219228158        66         16.185         15.873
4727  3.841711e-03  0.0138762899    631751          6.504          9.981
4728 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4729  3.841711e-03  0.0138762899    631751          6.504          9.981
4730 -1.489869e-02 -0.0119189511   5357016         16.865         14.046
4731 -2.466571e-03  0.0118135791   4328258         18.369         28.401
4732  3.841711e-03  0.0138762899    631751          6.504          9.981
4733 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4734  3.841711e-03  0.0138762899    631751          6.504          9.981
4735  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4736  3.841711e-03  0.0138762899    631751          6.504          9.981
4737  1.366982e-02  0.0015772871   4536114          8.801         16.804
4738 -2.410819e-02 -0.0273422187  64474490         17.011         11.933
4739 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4740  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4741  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4742  1.122594e-02  0.0146115467   5025223         20.760         21.436
4743  3.841711e-03  0.0138762899    631751          6.504          9.981
4744  5.320395e-02  0.0419943115   7361313         37.661         22.426
4745 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4746  2.260198e-02  0.0297684675  23151248         12.614         17.694
4747  2.218700e-02  0.0362519810      5600         14.593         33.911
4748 -6.539834e-02 -0.0719381688   7180977         45.853         37.117
4749 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4750 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4751  1.122594e-02  0.0146115467   5025223         20.760         21.436
4752 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4753  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4754  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4755 -3.929273e-04 -0.0180746562  14453112         12.601          9.461
4756  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4757 -2.320186e-03  0.0185614849   9732527         12.712         21.125
4758  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4759  3.841711e-03  0.0138762899    631751          6.504          9.981
4760 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4761  3.841711e-03  0.0138762899    631751          6.504          9.981
4762 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4763  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4764 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4765 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4766  2.218700e-02  0.0362519810      5600         14.593         33.911
4767 -7.210388e-03 -0.0169381479        34         15.054         13.080
4768  5.320395e-02  0.0419943115   7361313         37.661         22.426
4769 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4770 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4771  4.966278e-03 -0.0265276926       642         14.642         10.975
4772 -1.430884e-03 -0.0219228158        66         16.185         15.873
4773  3.841711e-03  0.0138762899    631751          6.504          9.981
4774  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4775 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4776  3.841711e-03  0.0138762899    631751          6.504          9.981
4777  3.841711e-03  0.0138762899    631751          6.504          9.981
4778  5.320395e-02  0.0419943115   7361313         37.661         22.426
4779  3.841711e-03  0.0138762899    631751          6.504          9.981
4780  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4781  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4782  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4783  1.366982e-02  0.0015772871   4536114          8.801         16.804
4784  3.841711e-03  0.0138762899    631751          6.504          9.981
4785 -2.067255e-02 -0.0323869901   7555330         31.865         24.564
4786  3.841711e-03  0.0138762899    631751          6.504          9.981
4787  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4788 -3.631082e-02 -0.0188816267  13381550         31.726         28.650
4789 -1.430884e-03 -0.0219228158        66         16.185         15.873
4790  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4791  3.841711e-03  0.0138762899    631751          6.504          9.981
4792  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4793 -2.410819e-02 -0.0273422187  64474490         17.011         11.933
4794  2.218700e-02  0.0362519810      5600         14.593         33.911
4795  3.841711e-03  0.0138762899    631751          6.504          9.981
4796 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4797  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4798  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4799  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4800 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4801  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4802  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4803  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4804 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4805  7.293946e-04 -0.0102115244   8857829         13.040         12.527
4806 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4807  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4808  3.841711e-03  0.0138762899    631751          6.504          9.981
4809  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4810  3.841711e-03  0.0138762899    631751          6.504          9.981
4811  3.841711e-03  0.0138762899    631751          6.504          9.981
4812 -3.929273e-04 -0.0180746562  14453112         12.601          9.461
4813  3.841711e-03  0.0138762899    631751          6.504          9.981
4814  3.841711e-03  0.0138762899    631751          6.504          9.981
4815  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4816  5.320395e-02  0.0419943115   7361313         37.661         22.426
4817  5.320395e-02  0.0419943115   7361313         37.661         22.426
4818 -2.833158e-03 -0.0151901264       168         10.561          8.802
4819  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4820 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4821  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4822  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4823  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4824  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4825 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4826  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4827  7.293946e-04 -0.0102115244   8857829         13.040         12.527
4828  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4829  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4830  3.841711e-03  0.0138762899    631751          6.504          9.981
4831 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
4832 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4833  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4834  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4835  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4836  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4837  5.320395e-02  0.0419943115   7361313         37.661         22.426
4838  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4839  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4840  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4841  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4842  3.841711e-03  0.0138762899    631751          6.504          9.981
4843  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4844 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4845 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
4846  2.218700e-02  0.0362519810      5600         14.593         33.911
4847  5.320395e-02  0.0419943115   7361313         37.661         22.426
4848  7.293946e-04 -0.0102115244   8857829         13.040         12.527
4849  5.320395e-02  0.0419943115   7361313         37.661         22.426
4850  2.218700e-02  0.0362519810      5600         14.593         33.911
4851  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4852 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4853  3.841711e-03  0.0138762899    631751          6.504          9.981
4854 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4855  2.218700e-02  0.0362519810      5600         14.593         33.911
4856  2.218700e-02  0.0362519810      5600         14.593         33.911
4857 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4858  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4859  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4860  1.366982e-02  0.0015772871   4536114          8.801         16.804
4861  2.218700e-02  0.0362519810      5600         14.593         33.911
4862 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
4863  9.509658e-03  0.0359583952  36376366         23.524         25.719
4864 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4865  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4866 -1.711491e-02 -0.0065199674  42010246         20.659         15.913
4867  5.320395e-02  0.0419943115   7361313         37.661         22.426
4868 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4869  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4870  2.260198e-02  0.0297684675  23151248         12.614         17.694
4871  1.122594e-02  0.0146115467   5025223         20.760         21.436
4872  7.293946e-04 -0.0102115244   8857829         13.040         12.527
4873  1.122594e-02  0.0146115467   5025223         20.760         21.436
4874  1.238867e-02 -0.0204384563   2656509         64.606         39.116
4875 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4876 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4877 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4878  5.320395e-02  0.0419943115   7361313         37.661         22.426
4879 -1.711491e-02 -0.0065199674  42010246         20.659         15.913
4880  7.293946e-04 -0.0102115244   8857829         13.040         12.527
4881 -1.711491e-02 -0.0065199674  42010246         20.659         15.913
4882  5.320395e-02  0.0419943115   7361313         37.661         22.426
4883 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4884  5.320395e-02  0.0419943115   7361313         37.661         22.426
4885  5.320395e-02  0.0419943115   7361313         37.661         22.426
4886  5.320395e-02  0.0419943115   7361313         37.661         22.426
4887  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4888 -6.539834e-02 -0.0719381688   7180977         45.853         37.117
4889  3.841711e-03  0.0138762899    631751          6.504          9.981
4890  2.063682e-02  0.0001328551    949188         13.464         13.191
4891  2.063682e-02  0.0001328551    949188         13.464         13.191
4892  3.841711e-03  0.0138762899    631751          6.504          9.981
4893 -2.396131e-02 -0.0998021543  47000920         37.924         23.589
4894  2.063682e-02  0.0001328551    949188         13.464         13.191
4895 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4896 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4897  3.841711e-03  0.0138762899    631751          6.504          9.981
4898 -2.466571e-03  0.0118135791   4328258         18.369         28.401
4899  1.957373e-03  0.0043497173   6560545          5.748          9.892
4900  5.320395e-02  0.0419943115   7361313         37.661         22.426
4901 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4902  5.320395e-02  0.0419943115   7361313         37.661         22.426
4903  1.122594e-02  0.0146115467   5025223         20.760         21.436
4904 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
4905  2.063682e-02  0.0001328551    949188         13.464         13.191
4906  7.293946e-04 -0.0102115244   8857829         13.040         12.527
4907  3.841711e-03  0.0138762899    631751          6.504          9.981
4908  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4909 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4910  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4911  2.730997e-03 -0.0050068275  12876200         15.943         16.327
4912  2.218700e-02  0.0362519810      5600         14.593         33.911
4913 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4914  2.260198e-02  0.0297684675  23151248         12.614         17.694
4915  3.841711e-03  0.0138762899    631751          6.504          9.981
4916  2.063682e-02  0.0001328551    949188         13.464         13.191
4917 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
4918  3.841711e-03  0.0138762899    631751          6.504          9.981
4919  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4920  9.509658e-03  0.0359583952  36376366         23.524         25.719
4921  5.320395e-02  0.0419943115   7361313         37.661         22.426
4922  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4923 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4924  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4925  9.509658e-03  0.0359583952  36376366         23.524         25.719
4926 -7.210388e-03 -0.0169381479        34         15.054         13.080
4927 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4928  9.509658e-03  0.0359583952  36376366         23.524         25.719
4929 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4930  2.730997e-03 -0.0050068275  12876200         15.943         16.327
4931  1.122594e-02  0.0146115467   5025223         20.760         21.436
4932  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4933  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4934  5.320395e-02  0.0419943115   7361313         37.661         22.426
4935  3.841711e-03  0.0138762899    631751          6.504          9.981
4936  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4937  5.320395e-02  0.0419943115   7361313         37.661         22.426
4938  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4939 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4940  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4941 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4942 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4943  9.849960e-03  0.0076738060   6006933         14.514         18.378
4944  3.841711e-03  0.0138762899    631751          6.504          9.981
4945  4.285714e-03 -0.0014285714       131          7.257          6.736
4946  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4947  5.320395e-02  0.0419943115   7361313         37.661         22.426
4948  2.063682e-02  0.0001328551    949188         13.464         13.191
4949  2.063682e-02  0.0001328551    949188         13.464         13.191
4950 -2.410819e-02 -0.0273422187  64474490         17.011         11.933
4951  3.841711e-03  0.0138762899    631751          6.504          9.981
4952  5.320395e-02  0.0419943115   7361313         37.661         22.426
4953  2.730997e-03 -0.0050068275  12876200         15.943         16.327
4954  7.293946e-04 -0.0102115244   8857829         13.040         12.527
4955  2.063682e-02  0.0001328551    949188         13.464         13.191
4956  2.260198e-02  0.0297684675  23151248         12.614         17.694
4957  9.509658e-03  0.0359583952  36376366         23.524         25.719
4958  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4959  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4960  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4961 -1.430884e-03 -0.0219228158        66         16.185         15.873
4962  1.122594e-02  0.0146115467   5025223         20.760         21.436
4963  2.730997e-03 -0.0050068275  12876200         15.943         16.327
4964  5.320395e-02  0.0419943115   7361313         37.661         22.426
4965  3.356618e-03  0.0047174091   4379361         10.712         11.738
4966  2.063682e-02  0.0001328551    949188         13.464         13.191
4967  2.063682e-02  0.0001328551    949188         13.464         13.191
4968 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
4969  5.320395e-02  0.0419943115   7361313         37.661         22.426
4970  7.293946e-04 -0.0102115244   8857829         13.040         12.527
4971  3.841711e-03  0.0138762899    631751          6.504          9.981
4972 -2.410819e-02 -0.0273422187  64474490         17.011         11.933
4973  5.111952e-03  0.0049074737   5701674          8.910         11.527
4974  5.111952e-03  0.0049074737   5701674          8.910         11.527
4975  5.111952e-03  0.0049074737   5701674          8.910         11.527
4976  1.906578e-02  0.0170230151  32637919         12.419         12.557
4977  5.111952e-03  0.0049074737   5701674          8.910         11.527
4978  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4979  5.111952e-03  0.0049074737   5701674          8.910         11.527
4980  1.763957e-02 -0.0285506456   9794845         27.255         19.627
4981  6.098505e-04 -0.0431251452   1516278         26.913         18.507
4982  5.111952e-03  0.0049074737   5701674          8.910         11.527
4983  1.906578e-02  0.0170230151  32637919         12.419         12.557
4984 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4985  5.111952e-03  0.0049074737   5701674          8.910         11.527
4986  2.063682e-02  0.0001328551    949188         13.464         13.191
4987  1.583261e-02 -0.0020872575   5518595         20.059         30.692
4988  1.238867e-02 -0.0204384563   2656509         64.606         39.116
4989 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4990  2.826633e-03 -0.0173785595   3146438         15.457         11.093
4991  2.218700e-02  0.0362519810      5600         14.593         33.911
4992 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
4993  3.841711e-03  0.0138762899    631751          6.504          9.981
4994  5.111952e-03  0.0049074737   5701674          8.910         11.527
4995 -1.430884e-03 -0.0219228158        66         16.185         15.873
4996 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
4997  3.841711e-03  0.0138762899    631751          6.504          9.981
4998  5.111952e-03  0.0049074737   5701674          8.910         11.527
4999  2.730997e-03 -0.0050068275  12876200         15.943         16.327
5000  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5001  2.218700e-02  0.0362519810      5600         14.593         33.911
5002 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5003 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5004  5.320395e-02  0.0419943115   7361313         37.661         22.426
5005  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5006 -2.466571e-03  0.0118135791   4328258         18.369         28.401
5007 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5008  2.739726e-02  0.0184633711   2498983         17.242         12.305
5009  5.111952e-03  0.0049074737   5701674          8.910         11.527
5010  7.293946e-04 -0.0102115244   8857829         13.040         12.527
5011  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5012  3.841711e-03  0.0138762899    631751          6.504          9.981
5013  3.841711e-03  0.0138762899    631751          6.504          9.981
5014  3.841711e-03  0.0138762899    631751          6.504          9.981
5015  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5016  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5017  3.841711e-03  0.0138762899    631751          6.504          9.981
5018  3.841711e-03  0.0138762899    631751          6.504          9.981
5019  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5020  5.320395e-02  0.0419943115   7361313         37.661         22.426
5021  5.111952e-03  0.0049074737   5701674          8.910         11.527
5022  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5023 -3.944537e-03  0.0156586182    490950         21.071         13.661
5024  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5025  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5026  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5027  1.122594e-02  0.0146115467   5025223         20.760         21.436
5028  2.218700e-02  0.0362519810      5600         14.593         33.911
5029  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5030  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5031  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5032 -2.466571e-03  0.0118135791   4328258         18.369         28.401
5033  3.841711e-03  0.0138762899    631751          6.504          9.981
5034  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5035 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5036 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5037  2.260198e-02  0.0297684675  23151248         12.614         17.694
5038  5.111952e-03  0.0049074737   5701674          8.910         11.527
5039  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5040  1.763957e-02 -0.0285506456   9794845         27.255         19.627
5041  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5042  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5043  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5044  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5045  9.410062e-03  0.0015080227   2922416         10.749          7.940
5046  1.957373e-03  0.0043497173   6560545          5.748          9.892
5047  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5048  2.784467e-03 -0.0139975918   1319766         10.563          9.869
5049 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5050  5.111952e-03  0.0049074737   5701674          8.910         11.527
5051 -2.466571e-03  0.0118135791   4328258         18.369         28.401
5052 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
5053  5.320395e-02  0.0419943115   7361313         37.661         22.426
5054  2.063682e-02  0.0001328551    949188         13.464         13.191
5055  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5056  9.509658e-03  0.0359583952  36376366         23.524         25.719
5057 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5058  2.218700e-02  0.0362519810      5600         14.593         33.911
5059  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5060  3.841711e-03  0.0138762899    631751          6.504          9.981
5061 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
5062  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5063  1.238867e-02 -0.0204384563   2656509         64.606         39.116
5064 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5065  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5066  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5067  3.841711e-03  0.0138762899    631751          6.504          9.981
5068  2.063682e-02  0.0001328551    949188         13.464         13.191
5069 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5070 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
5071 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5072  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5073 -9.106704e-03 -0.0181534959   2873004         12.382         14.080
5074  5.320395e-02  0.0419943115   7361313         37.661         22.426
5075  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5076 -3.175520e-03  0.0097327615   2658731         17.217         19.445
5077  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5078  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5079 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5080  2.826633e-03 -0.0173785595   3146438         15.457         11.093
5081 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
5082  5.111952e-03  0.0049074737   5701674          8.910         11.527
5083  5.320395e-02  0.0419943115   7361313         37.661         22.426
5084 -2.466571e-03  0.0118135791   4328258         18.369         28.401
5085  1.122594e-02  0.0146115467   5025223         20.760         21.436
5086  3.841711e-03  0.0138762899    631751          6.504          9.981
5087  3.841711e-03  0.0138762899    631751          6.504          9.981
5088 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5089 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
5090  3.841711e-03  0.0138762899    631751          6.504          9.981
5091  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5092  5.111952e-03  0.0049074737   5701674          8.910         11.527
5093  3.841711e-03  0.0138762899    631751          6.504          9.981
5094 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5095 -9.106704e-03 -0.0181534959   2873004         12.382         14.080
5096 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
5097 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5098  9.410062e-03  0.0015080227   2922416         10.749          7.940
5099 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5100  7.293946e-04 -0.0102115244   8857829         13.040         12.527
5101 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5102  3.841711e-03  0.0138762899    631751          6.504          9.981
5103  5.320395e-02  0.0419943115   7361313         37.661         22.426
5104  3.841711e-03  0.0138762899    631751          6.504          9.981
5105  2.260198e-02  0.0297684675  23151248         12.614         17.694
5106 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5107  3.841711e-03  0.0138762899    631751          6.504          9.981
5108  2.063682e-02  0.0001328551    949188         13.464         13.191
5109  5.320395e-02  0.0419943115   7361313         37.661         22.426
5110  5.320395e-02  0.0419943115   7361313         37.661         22.426
5111  3.690037e-03 -0.0085154698   3725000         10.743          8.682
5112  9.410062e-03  0.0015080227   2922416         10.749          7.940
5113 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5114 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5115  9.410062e-03  0.0015080227   2922416         10.749          7.940
5116 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5117 -6.539834e-02 -0.0719381688   7180977         45.853         37.117
5118  1.122594e-02  0.0146115467   5025223         20.760         21.436
5119  5.320395e-02  0.0419943115   7361313         37.661         22.426
5120  3.841711e-03  0.0138762899    631751          6.504          9.981
5121  3.841711e-03  0.0138762899    631751          6.504          9.981
5122  2.063682e-02  0.0001328551    949188         13.464         13.191
5123  2.218700e-02  0.0362519810      5600         14.593         33.911
5124  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5125 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5126 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5127  1.122594e-02  0.0146115467   5025223         20.760         21.436
5128  3.841711e-03  0.0138762899    631751          6.504          9.981
5129 -4.809405e-03 -0.0128250802  14619169         11.605         14.936
5130 -9.106704e-03 -0.0181534959   2873004         12.382         14.080
5131  4.285714e-03 -0.0014285714       131          7.257          6.736
5132  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5133  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5134  1.122594e-02  0.0146115467   5025223         20.760         21.436
5135  1.122594e-02  0.0146115467   5025223         20.760         21.436
5136 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5137  4.319136e-03  0.0014397121   9754213          4.698          7.037
5138  2.260198e-02  0.0297684675  23151248         12.614         17.694
5139 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5140 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5141  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5142  3.841711e-03  0.0138762899    631751          6.504          9.981
5143 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
5144 -9.106704e-03 -0.0181534959   2873004         12.382         14.080
5145  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5146  3.841711e-03  0.0138762899    631751          6.504          9.981
5147  3.690037e-03 -0.0085154698   3725000         10.743          8.682
5148 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5149 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5150  5.320395e-02  0.0419943115   7361313         37.661         22.426
5151  1.122594e-02  0.0146115467   5025223         20.760         21.436
5152  2.063682e-02  0.0001328551    949188         13.464         13.191
5153  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5154 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5155  5.320395e-02  0.0419943115   7361313         37.661         22.426
5156  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5157  3.841711e-03  0.0138762899    631751          6.504          9.981
5158  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5159 -9.106704e-03 -0.0181534959   2873004         12.382         14.080
5160 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5161  3.841711e-03  0.0138762899    631751          6.504          9.981
5162 -1.489869e-02 -0.0119189511   5357016         16.865         14.046
5163  4.319136e-03  0.0014397121   9754213          4.698          7.037
5164 -9.106704e-03 -0.0181534959   2873004         12.382         14.080
5165  5.111952e-03  0.0049074737   5701674          8.910         11.527
5166  3.356618e-03  0.0047174091   4379361         10.712         11.738
5167  1.122594e-02  0.0146115467   5025223         20.760         21.436
5168  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5169 -3.543540e-02 -0.0706341694  36046828         27.001         19.099
5170  3.841711e-03  0.0138762899    631751          6.504          9.981
5171  6.098505e-04 -0.0431251452   1516278         26.913         18.507
5172  2.218700e-02  0.0362519810      5600         14.593         33.911
5173  4.319136e-03  0.0014397121   9754213          4.698          7.037
5174  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5175  3.841711e-03  0.0138762899    631751          6.504          9.981
5176  9.410062e-03  0.0015080227   2922416         10.749          7.940
5177 -3.917559e-03 -0.1170563115   3476967         69.481         39.548
5178  1.583261e-02 -0.0020872575   5518595         20.059         30.692
5179 -1.210708e-02 -0.0458735977  20174231         27.891         23.494
5180 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5181  7.293946e-04 -0.0102115244   8857829         13.040         12.527
5182  3.841711e-03  0.0138762899    631751          6.504          9.981
5183  3.841711e-03  0.0138762899    631751          6.504          9.981
5184 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5185 -3.630257e-02 -0.0212697905  11598383         37.690         23.732
5186 -2.231668e-02 -0.0239107333   6722841         19.794         16.127
5187  5.320395e-02  0.0419943115   7361313         37.661         22.426
5188  9.410062e-03  0.0015080227   2922416         10.749          7.940
5189 -3.175520e-03  0.0097327615   2658731         17.217         19.445
5190  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5191  6.307886e-02  0.0682803468   2189207         29.711         20.091
5192  1.185149e-02  0.0041722095   3568321         10.863          8.007
5193 -5.890485e-03 -0.0167698503   2186059         12.334         14.000
5194 -2.473543e-03 -0.1184854306   3755511         68.721         39.380
5195 -7.270524e-03 -0.0124204786   6920435         10.524         12.117
5196 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5197 -5.488157e-03 -0.0092432120  22051255         14.114         12.504
5198  9.966186e-03  0.0185086314   7009898         18.300         21.438
5199  4.973004e-03 -0.0071042910   5644300         10.777         11.467
5200  5.121173e-05 -0.0038607951       311          7.676          6.867
5201  5.355649e-02  0.0364853556   3352007         36.554         22.433
5202  5.121173e-05 -0.0038607951       311          7.676          6.867
5203  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5204 -2.473543e-03 -0.1184854306   3755511         68.721         39.380
5205  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5206  6.307886e-02  0.0682803468   2189207         29.711         20.091
5207 -7.270524e-03 -0.0124204786   6920435         10.524         12.117
5208  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5209 -2.348178e-02 -0.0251012146  43495830         20.860         15.977
5210  5.121173e-05 -0.0038607951       311          7.676          6.867
5211 -2.473543e-03 -0.1184854306   3755511         68.721         39.380
5212 -2.300917e-02 -0.0627958536  33637762         23.368         18.702
5213 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5214 -7.270524e-03 -0.0124204786   6920435         10.524         12.117
5215 -2.473543e-03 -0.1184854306   3755511         68.721         39.380
5216 -1.043970e-02 -0.0104396954   2969572         16.716         19.464
5217  6.307886e-02  0.0682803468   2189207         29.711         20.091
5218 -2.348178e-02 -0.0251012146  43495830         20.860         15.977
5219  5.355649e-02  0.0364853556   3352007         36.554         22.433
5220  6.307886e-02  0.0682803468   2189207         29.711         20.091
5221 -1.905464e-03 -0.0031347962   2129364         12.810         23.009
5222  1.983498e-02 -0.0020586996   1123627         16.266         17.011
5223  1.983498e-02 -0.0020586996   1123627         16.266         17.011
5224 -6.762849e-03 -0.0171325518  16391100         16.139         16.659
5225 -8.560371e-03 -0.0490458903   2163073         25.896         18.575
5226 -7.270524e-03 -0.0124204786   6920435         10.524         12.117
5227  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5228 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5229 -5.890485e-03 -0.0167698503   2186059         12.334         14.000
5230  5.355649e-02  0.0364853556   3352007         36.554         22.433
5231  2.222124e-02  0.0001774151   1149867         13.082         12.954
5232  5.355649e-02  0.0364853556   3352007         36.554         22.433
5233 -8.560371e-03 -0.0490458903   2163073         25.896         18.575
5234 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5235  5.121173e-05 -0.0038607951       311          7.676          6.867
5236  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5237  1.983498e-02 -0.0020586996   1123627         16.266         17.011
5238  1.251863e-02 -0.0017883756  37844704         23.357         25.722
5239 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5240  6.307886e-02  0.0682803468   2189207         29.711         20.091
5241 -7.270524e-03 -0.0124204786   6920435         10.524         12.117
5242  5.355649e-02  0.0364853556   3352007         36.554         22.433
5243  2.222124e-02  0.0001774151   1149867         13.082         12.954
5244  1.983498e-02 -0.0020586996   1123627         16.266         17.011
5245  1.983498e-02 -0.0020586996   1123627         16.266         17.011
5246 -2.169716e-02 -0.0415647098   2482273         15.447         13.663
5247  5.355649e-02  0.0364853556   3352007         36.554         22.433
5248  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5249  6.307886e-02  0.0682803468   2189207         29.711         20.091
5250  9.966186e-03  0.0185086314   7009898         18.300         21.438
5251  6.307886e-02  0.0682803468   2189207         29.711         20.091
5252  2.222124e-02  0.0001774151   1149867         13.082         12.954
5253  1.251863e-02 -0.0017883756  37844704         23.357         25.722
5254  5.355649e-02  0.0364853556   3352007         36.554         22.433
5255  5.121173e-05 -0.0038607951       311          7.676          6.867
5256 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5257  2.218700e-02  0.0324881141      5600         14.593         33.911
5258 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5259  5.355649e-02  0.0364853556   3352007         36.554         22.433
5260  5.355649e-02  0.0364853556   3352007         36.554         22.433
5261  5.355649e-02  0.0364853556   3352007         36.554         22.433
5262 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5263  5.355649e-02  0.0364853556   3352007         36.554         22.433
5264  5.355649e-02  0.0364853556   3352007         36.554         22.433
5265 -7.270524e-03 -0.0124204786   6920435         10.524         12.117
5266  5.355649e-02  0.0364853556   3352007         36.554         22.433
5267  5.355649e-02  0.0364853556   3352007         36.554         22.433
5268  5.355649e-02  0.0364853556   3352007         36.554         22.433
5269  5.355649e-02  0.0364853556   3352007         36.554         22.433
5270 -5.890485e-03 -0.0167698503   2186059         12.334         14.000
5271 -8.560371e-03 -0.0490458903   2163073         25.896         18.575
5272  6.307886e-02  0.0682803468   2189207         29.711         20.091
5273 -2.473543e-03 -0.1184854306   3755511         68.721         39.380
5274  5.355649e-02  0.0364853556   3352007         36.554         22.433
5275  2.222124e-02  0.0001774151   1149867         13.082         12.954
5276 -7.270524e-03 -0.0124204786   6920435         10.524         12.117
5277  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5278  5.355649e-02  0.0364853556   3352007         36.554         22.433
5279  2.800954e-02  0.0092797548   2088585         15.854         12.217
5280  6.307886e-02  0.0682803468   2189207         29.711         20.091
5281  5.355649e-02  0.0364853556   3352007         36.554         22.433
5282 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5283  5.355649e-02  0.0364853556   3352007         36.554         22.433
5284 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5285  5.355649e-02  0.0364853556   3352007         36.554         22.433
5286  9.192574e-02  0.0948333706   3604086         52.731         32.267
5287  5.355649e-02  0.0364853556   3352007         36.554         22.433
5288  5.355649e-02  0.0364853556   3352007         36.554         22.433
5289  5.355649e-02  0.0364853556   3352007         36.554         22.433
5290  5.355649e-02  0.0364853556   3352007         36.554         22.433
5291  5.355649e-02  0.0364853556   3352007         36.554         22.433
5292 -2.616884e-02 -0.0660243075  40918341         27.678         23.670
5293 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5294  5.355649e-02  0.0364853556   3352007         36.554         22.433
5295  5.355649e-02  0.0364853556   3352007         36.554         22.433
5296 -8.560371e-03 -0.0490458903   2163073         25.896         18.575
5297  6.307886e-02  0.0682803468   2189207         29.711         20.091
5298  7.777778e-03 -0.0213636364   5017420         20.361         30.377
5299  5.355649e-02  0.0364853556   3352007         36.554         22.433
5300  5.355649e-02  0.0364853556   3352007         36.554         22.433
5301 -2.473543e-03 -0.1184854306   3755511         68.721         39.380
5302 -8.560371e-03 -0.0490458903   2163073         25.896         18.575
5303 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5304  1.185149e-02  0.0041722095   3568321         10.863          8.007
5305 -8.560371e-03 -0.0490458903   2163073         25.896         18.575
5306 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5307  2.174368e-02  0.0169349780  11046583         13.984         13.986
5308  2.222124e-02  0.0001774151   1149867         13.082         12.954
5309 -1.299309e-01 -0.1378609191  40679500         57.067         36.066
5310 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5311  4.267684e-03 -0.0005448107   2822423          9.568         11.597
5312 -8.560371e-03 -0.0490458903   2163073         25.896         18.575
5313  9.807483e-03  0.0036324010  46527703         16.766         16.705
5314  7.573936e-03 -0.0547006492  22307371         34.218         20.451
5315 -2.300917e-02 -0.0627958536  33637762         23.368         18.702
5316  3.950686e-02  0.0397870552  50786123         13.990         17.664
5317  9.966186e-03  0.0185086314   7009898         18.300         21.438
5318  6.307886e-02  0.0682803468   2189207         29.711         20.091
5319 -1.971231e-02 -0.0229088972   7092866         17.003         16.004
5320  9.966186e-03  0.0185086314   7009898         18.300         21.438
5321 -7.235232e-02 -0.0580216707  14510250         30.183         30.428
5322 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5323  3.458892e-02  0.0152002085   2254590         20.289         19.209
5324 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5325  3.982301e-02  0.0465934535   6630051         35.174         25.384
5326 -5.871425e-02 -0.0588870647   2789065         21.717         19.200
5327  3.458892e-02  0.0152002085   2254590         20.289         19.209
5328 -1.783803e-03  0.0032108455   6163492         26.887         24.853
5329 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5330  5.218312e-03  0.0002266144    816955          7.222         18.276
5331 -2.838284e-02 -0.0334983498    363548         17.582         23.901
5332 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5333  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5334  5.218312e-03  0.0002266144    816955          7.222         18.276
5335 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5336 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5337 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5338 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5339  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5340 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5341  3.458892e-02  0.0152002085   2254590         20.289         19.209
5342 -6.197814e-03 -0.0061978135       601         17.382         27.047
5343 -1.783803e-03  0.0032108455   6163492         26.887         24.853
5344  3.807326e-02  0.0366310932  16415238         21.166         19.543
5345 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5346 -1.788171e-02 -0.0154745530        35         23.799         14.479
5347  1.945225e-02  0.0078800904   3976326         31.851         23.719
5348 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5349  3.458892e-02  0.0152002085   2254590         20.289         19.209
5350  3.807326e-02  0.0366310932  16415238         21.166         19.543
5351  5.218312e-03  0.0002266144    816955          7.222         18.276
5352  1.923077e-02  0.0186480186   2810169         11.898         35.007
5353 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5354  1.303462e-02  0.0180971778  41527218         19.506         20.556
5355  5.218312e-03  0.0002266144    816955          7.222         18.276
5356 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5357  3.982301e-02  0.0465934535   6630051         35.174         25.384
5358  3.458892e-02  0.0152002085   2254590         20.289         19.209
5359  5.218312e-03  0.0002266144    816955          7.222         18.276
5360  5.218312e-03  0.0002266144    816955          7.222         18.276
5361 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5362  5.218312e-03  0.0002266144    816955          7.222         18.276
5363  3.807326e-02  0.0366310932  16415238         21.166         19.543
5364  3.807326e-02  0.0366310932  16415238         21.166         19.543
5365 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5366  1.303462e-02  0.0180971778  41527218         19.506         20.556
5367  5.218312e-03  0.0002266144    816955          7.222         18.276
5368  5.218312e-03  0.0002266144    816955          7.222         18.276
5369  5.218312e-03  0.0002266144    816955          7.222         18.276
5370 -1.783803e-03  0.0032108455   6163492         26.887         24.853
5371 -2.266369e-02 -0.0226636920       225         31.266         26.721
5372 -3.303355e-02 -0.0117606365  11509224         16.150         15.007
5373  3.301727e-02  0.0208262784  25307601         27.005         22.518
5374  5.218312e-03  0.0002266144    816955          7.222         18.276
5375 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5376 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5377 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5378 -5.057159e-02 -0.0488277466  12158198         17.031         16.585
5379  3.458892e-02  0.0152002085   2254590         20.289         19.209
5380  3.622047e-02  0.0885826772  29634150         34.609         27.873
5381  5.218312e-03  0.0002266144    816955          7.222         18.276
5382  3.301727e-02  0.0208262784  25307601         27.005         22.518
5383 -4.511950e-02 -0.0205494751    770037         28.847         34.533
5384 -1.783803e-03  0.0032108455   6163492         26.887         24.853
5385  3.458892e-02  0.0152002085   2254590         20.289         19.209
5386  3.807326e-02  0.0366310932  16415238         21.166         19.543
5387  1.451646e-02  0.0241259456  53965969         14.358         16.342
5388  1.923077e-02  0.0186480186   2810169         11.898         35.007
5389  5.218312e-03  0.0002266144    816955          7.222         18.276
5390 -5.057159e-02 -0.0488277466  12158198         17.031         16.585
5391  3.807326e-02  0.0366310932  16415238         21.166         19.543
5392  3.807326e-02  0.0366310932  16415238         21.166         19.543
5393  3.807326e-02  0.0366310932  16415238         21.166         19.543
5394  3.807326e-02  0.0366310932  16415238         21.166         19.543
5395  3.807326e-02  0.0366310932  16415238         21.166         19.543
5396  1.303462e-02  0.0180971778  41527218         19.506         20.556
5397 -3.303355e-02 -0.0117606365  11509224         16.150         15.007
5398 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5399  3.807326e-02  0.0366310932  16415238         21.166         19.543
5400  3.807326e-02  0.0366310932  16415238         21.166         19.543
5401 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5402  3.114786e-02  0.0165352817  11198800         17.772         39.685
5403 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5404 -5.059764e-02 -0.0452673235   6364574         18.208         15.936
5405 -5.059764e-02 -0.0452673235   6364574         18.208         15.936
5406 -1.783803e-03  0.0032108455   6163492         26.887         24.853
5407  1.923077e-02  0.0186480186   2810169         11.898         35.007
5408 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5409  3.458892e-02  0.0152002085   2254590         20.289         19.209
5410  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5411  5.218312e-03  0.0002266144    816955          7.222         18.276
5412 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5413  5.218312e-03  0.0002266144    816955          7.222         18.276
5414 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5415  3.807326e-02  0.0366310932  16415238         21.166         19.543
5416  3.622047e-02  0.0885826772  29634150         34.609         27.873
5417  5.218312e-03  0.0002266144    816955          7.222         18.276
5418  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5419  3.807326e-02  0.0366310932  16415238         21.166         19.543
5420  1.303462e-02  0.0180971778  41527218         19.506         20.556
5421  1.938344e-02  0.0327799814   1054855         16.375         24.500
5422 -1.493599e-02 -0.0213371266   2021893         28.321         30.092
5423 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5424 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5425  1.938344e-02  0.0327799814   1054855         16.375         24.500
5426 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5427  5.218312e-03  0.0002266144    816955          7.222         18.276
5428 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5429 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5430  3.982301e-02  0.0465934535   6630051         35.174         25.384
5431  3.807326e-02  0.0366310932  16415238         21.166         19.543
5432 -1.312515e-02 -0.0067386710     27656         14.336         15.115
5433 -6.183973e-03  0.0000000000  29935204         22.845         25.838
5434  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5435 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5436  5.218312e-03  0.0002266144    816955          7.222         18.276
5437 -4.258443e-02 -0.0337738620     45625         53.700         46.270
5438  3.807326e-02  0.0366310932  16415238         21.166         19.543
5439 -3.303355e-02 -0.0117606365  11509224         16.150         15.007
5440 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5441  5.218312e-03  0.0002266144    816955          7.222         18.276
5442 -1.783803e-03  0.0032108455   6163492         26.887         24.853
5443 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5444 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5445 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5446 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5447  5.218312e-03  0.0002266144    816955          7.222         18.276
5448  5.218312e-03  0.0002266144    816955          7.222         18.276
5449  3.458892e-02  0.0152002085   2254590         20.289         19.209
5450 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5451 -4.462546e-02 -0.0426775279  30984403         21.177         16.916
5452  3.301727e-02  0.0208262784  25307601         27.005         22.518
5453  1.303462e-02  0.0180971778  41527218         19.506         20.556
5454  1.923077e-02  0.0186480186   2810169         11.898         35.007
5455 -3.303355e-02 -0.0117606365  11509224         16.150         15.007
5456  5.218312e-03  0.0002266144    816955          7.222         18.276
5457  3.458892e-02  0.0152002085   2254590         20.289         19.209
5458  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5459 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5460 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5461  5.218312e-03  0.0002266144    816955          7.222         18.276
5462  2.800065e-02  0.0045849026   7164094         20.428         34.859
5463 -1.788171e-02 -0.0154745530        35         23.799         14.479
5464 -2.617361e-02 -0.0262936727  18592679          8.338          9.676
5465  1.661461e-02  0.0051837576   6943713         27.891         16.623
5466  6.853200e-03  0.0086208526   3017778         13.114         17.448
5467 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5468 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5469  3.458892e-02  0.0152002085   2254590         20.289         19.209
5470  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5471  5.218312e-03  0.0002266144    816955          7.222         18.276
5472  5.218312e-03  0.0002266144    816955          7.222         18.276
5473 -5.608804e-02 -0.0536031239 122131900         24.239         20.212
5474  3.982301e-02  0.0465934535   6630051         35.174         25.384
5475  5.218312e-03  0.0002266144    816955          7.222         18.276
5476 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5477  3.807326e-02  0.0366310932  16415238         21.166         19.543
5478 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5479  1.303462e-02  0.0180971778  41527218         19.506         20.556
5480 -6.347023e-02 -0.0744743565  33268492         15.063         22.322
5481  3.807326e-02  0.0366310932  16415238         21.166         19.543
5482 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5483  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5484  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5485  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5486 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5487 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5488 -6.197814e-03 -0.0061978135       601         17.382         27.047
5489  5.218312e-03  0.0002266144    816955          7.222         18.276
5490  6.853200e-03  0.0086208526   3017778         13.114         17.448
5491 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5492  1.938344e-02  0.0327799814   1054855         16.375         24.500
5493 -1.647521e-02 -0.0219165659   4505857         16.347         29.772
5494 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5495 -2.266369e-02 -0.0226636920       225         31.266         26.721
5496  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5497  3.807326e-02  0.0366310932  16415238         21.166         19.543
5498 -6.183973e-03  0.0000000000  29935204         22.845         25.838
5499  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5500  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5501  3.807326e-02  0.0366310932  16415238         21.166         19.543
5502  3.301727e-02  0.0208262784  25307601         27.005         22.518
5503 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5504 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5505 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5506  3.807326e-02  0.0366310932  16415238         21.166         19.543
5507  3.982301e-02  0.0465934535   6630051         35.174         25.384
5508 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5509  2.800065e-02  0.0045849026   7164094         20.428         34.859
5510  3.807326e-02  0.0366310932  16415238         21.166         19.543
5511 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5512  3.458892e-02  0.0152002085   2254590         20.289         19.209
5513 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5514 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5515  5.218312e-03  0.0002266144    816955          7.222         18.276
5516  3.807326e-02  0.0366310932  16415238         21.166         19.543
5517 -2.555366e-03  0.0049687677   7279900         10.631         13.370
5518 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5519 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5520 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5521 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5522  3.458892e-02  0.0152002085   2254590         20.289         19.209
5523  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5524 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5525  3.807326e-02  0.0366310932  16415238         21.166         19.543
5526 -1.750305e-02 -0.0169797058   6023705         11.446         12.567
5527 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5528  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5529  1.923077e-02  0.0186480186   2810169         11.898         35.007
5530 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5531 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5532 -1.750305e-02 -0.0169797058   6023705         11.446         12.567
5533 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5534 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5535 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5536  3.114786e-02  0.0165352817  11198800         17.772         39.685
5537 -6.197814e-03 -0.0061978135       601         17.382         27.047
5538 -4.672897e-02 -0.0415063222  49831258         21.119         21.953
5539 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5540 -5.750086e-03 -0.0123583934   5983960          9.909         11.973
5541 -4.339372e-02 -0.0398116876   5328348         13.543         13.409
5542 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5543 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5544 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5545  2.800065e-02  0.0045849026   7164094         20.428         34.859
5546 -3.303355e-02 -0.0117606365  11509224         16.150         15.007
5547  5.218312e-03  0.0002266144    816955          7.222         18.276
5548  3.982301e-02  0.0465934535   6630051         35.174         25.384
5549 -4.511950e-02 -0.0205494751    770037         28.847         34.533
5550  3.458892e-02  0.0152002085   2254590         20.289         19.209
5551  3.807326e-02  0.0366310932  16415238         21.166         19.543
5552 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5553  3.982301e-02  0.0465934535   6630051         35.174         25.384
5554 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5555 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5556  3.807326e-02  0.0366310932  16415238         21.166         19.543
5557 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5558  5.218312e-03  0.0002266144    816955          7.222         18.276
5559 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5560  1.303462e-02  0.0180971778  41527218         19.506         20.556
5561  3.458892e-02  0.0152002085   2254590         20.289         19.209
5562 -1.292460e-02 -0.0142884978   6500769          7.069         13.597
5563 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5564 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5565  3.301727e-02  0.0208262784  25307601         27.005         22.518
5566  3.412245e-02  0.0365714286   2035123         22.884         57.595
5567 -3.303355e-02 -0.0117606365  11509224         16.150         15.007
5568  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5569 -7.805531e-03 -0.0042372881  34145303         20.926         28.189
5570  5.218312e-03  0.0002266144    816955          7.222         18.276
5571  3.458892e-02  0.0152002085   2254590         20.289         19.209
5572 -1.063208e-02 -0.0028040659    854472          8.806         14.442
5573 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5574  5.218312e-03  0.0002266144    816955          7.222         18.276
5575  3.807326e-02  0.0366310932  16415238         21.166         19.543
5576  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5577  2.800065e-02  0.0045849026   7164094         20.428         34.859
5578 -2.838284e-02 -0.0334983498    363548         17.582         23.901
5579 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5580  3.982301e-02  0.0465934535   6630051         35.174         25.384
5581  5.218312e-03  0.0002266144    816955          7.222         18.276
5582 -1.750305e-02 -0.0169797058   6023705         11.446         12.567
5583 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5584 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5585 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5586  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5587 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5588  3.807326e-02  0.0366310932  16415238         21.166         19.543
5589  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5590 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5591 -4.511950e-02 -0.0205494751    770037         28.847         34.533
5592 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5593  2.800065e-02  0.0045849026   7164094         20.428         34.859
5594 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5595 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5596 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5597  5.218312e-03  0.0002266144    816955          7.222         18.276
5598 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5599  3.807326e-02  0.0366310932  16415238         21.166         19.543
5600 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5601 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5602  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5603  5.218312e-03  0.0002266144    816955          7.222         18.276
5604 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5605 -4.511950e-02 -0.0205494751    770037         28.847         34.533
5606 -7.805531e-03 -0.0042372881  34145303         20.926         28.189
5607 -6.279102e-03 -0.0206086062   2970051         20.287         17.197
5608  1.303462e-02  0.0180971778  41527218         19.506         20.556
5609  3.807326e-02  0.0366310932  16415238         21.166         19.543
5610  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5611 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5612  1.451646e-02  0.0241259456  53965969         14.358         16.342
5613 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5614 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5615 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5616  3.982301e-02  0.0465934535   6630051         35.174         25.384
5617 -1.788171e-02 -0.0154745530        35         23.799         14.479
5618  5.218312e-03  0.0002266144    816955          7.222         18.276
5619 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5620 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5621  5.218312e-03  0.0002266144    816955          7.222         18.276
5622 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5623  2.786214e-02  0.0242968441  15962025         43.233         35.080
5624 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5625  5.218312e-03  0.0002266144    816955          7.222         18.276
5626  5.218312e-03  0.0002266144    816955          7.222         18.276
5627  5.218312e-03  0.0002266144    816955          7.222         18.276
5628 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5629 -1.788171e-02 -0.0154745530        35         23.799         14.479
5630 -4.462546e-02 -0.0426775279  30984403         21.177         16.916
5631  3.458892e-02  0.0152002085   2254590         20.289         19.209
5632  1.303462e-02  0.0180971778  41527218         19.506         20.556
5633  3.458892e-02  0.0152002085   2254590         20.289         19.209
5634 -1.307514e-02 -0.0223435948  12551210         18.549         19.460
5635  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5636 -5.871425e-02 -0.0588870647   2789065         21.717         19.200
5637  2.185022e-02 -0.0154185022      2500         43.039         53.141
5638 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5639 -1.292460e-02 -0.0142884978   6500769          7.069         13.597
5640  5.218312e-03  0.0002266144    816955          7.222         18.276
5641 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5642  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5643  5.218312e-03  0.0002266144    816955          7.222         18.276
5644  3.807326e-02  0.0366310932  16415238         21.166         19.543
5645 -1.307514e-02 -0.0223435948  12551210         18.549         19.460
5646  3.807326e-02  0.0366310932  16415238         21.166         19.543
5647  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5648 -2.555366e-03  0.0049687677   7279900         10.631         13.370
5649  3.807326e-02  0.0366310932  16415238         21.166         19.543
5650  3.807326e-02  0.0366310932  16415238         21.166         19.543
5651  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5652 -5.871425e-02 -0.0588870647   2789065         21.717         19.200
5653 -1.152815e-02 -0.0227882038  30749464         16.737         20.046
5654 -5.608804e-02 -0.0536031239 122131900         24.239         20.212
5655 -1.750305e-02 -0.0169797058   6023705         11.446         12.567
5656 -1.152815e-02 -0.0227882038  30749464         16.737         20.046
5657  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5658  3.807326e-02  0.0366310932  16415238         21.166         19.543
5659  3.807326e-02  0.0366310932  16415238         21.166         19.543
5660 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5661 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5662 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5663 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5664 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5665  1.303462e-02  0.0180971778  41527218         19.506         20.556
5666  2.207568e-02  0.0148818914   3648563         18.902         16.817
5667 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5668  2.800065e-02  0.0045849026   7164094         20.428         34.859
5669  5.218312e-03  0.0002266144    816955          7.222         18.276
5670  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5671 -1.788171e-02 -0.0154745530        35         23.799         14.479
5672  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5673 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5674 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5675 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5676 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5677 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5678 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5679 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5680  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5681 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5682 -3.303355e-02 -0.0117606365  11509224         16.150         15.007
5683 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5684 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5685 -1.936653e-02 -0.0198435413   9948999         11.504         13.967
5686 -6.183973e-03  0.0000000000  29935204         22.845         25.838
5687 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5688  3.458892e-02  0.0152002085   2254590         20.289         19.209
5689 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5690 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5691 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5692  3.982301e-02  0.0465934535   6630051         35.174         25.384
5693  3.807326e-02  0.0366310932  16415238         21.166         19.543
5694 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5695 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5696  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5697 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5698 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5699  3.301727e-02  0.0208262784  25307601         27.005         22.518
5700 -1.750305e-02 -0.0169797058   6023705         11.446         12.567
5701 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5702 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5703  5.218312e-03  0.0002266144    816955          7.222         18.276
5704 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5705 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5706 -5.057159e-02 -0.0488277466  12158198         17.031         16.585
5707 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5708 -1.783803e-03  0.0032108455   6163492         26.887         24.853
5709  3.807326e-02  0.0366310932  16415238         21.166         19.543
5710 -9.293966e-03 -0.0076558616  68055442         17.529         37.926
5711 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5712 -5.059764e-02 -0.0452673235   6364574         18.208         15.936
5713 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5714  3.807326e-02  0.0366310932  16415238         21.166         19.543
5715 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5716 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5717 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5718 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5719 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5720  1.923077e-02  0.0186480186   2810169         11.898         35.007
5721 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5722  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5723 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5724 -1.135718e-02 -0.0068143101   2651961         18.493         30.588
5725 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5726 -5.689584e-02 -0.0632358995   5654168         20.601         17.883
5727 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5728 -5.301012e-02 -0.0301012254  42859852         27.800         22.626
5729 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5730 -6.273784e-03 -0.0084336110  12854680         13.900         33.892
5731 -2.555366e-03  0.0049687677   7279900         10.631         13.370
5732  1.621415e-02 -0.0174973444   4509208         24.981         40.451
5733 -3.564215e-03 -0.0125935607  33054647         17.779         22.004
5734  3.807326e-02  0.0366310932  16415238         21.166         19.543
5735  5.218312e-03  0.0002266144    816955          7.222         18.276
5736 -1.748219e-02 -0.0247980998   9258403         11.450         13.969
5737 -5.341362e-02 -0.0599549471   1809890         20.512         19.196
5738  7.881773e-03  0.0128078818   4973450         20.585         34.472
5739  3.275401e-02  0.0275178253   3016883         32.326         23.121
5740 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5741 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5742 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5743 -1.479711e-02 -0.0188679245   5567852          6.530         13.484
5744 -1.151431e-02 -0.0090718772  12756391         16.665         14.463
5745  1.571600e-03 -0.0065126594    736700          8.913         18.708
5746  3.728526e-02  0.0306808316   1888081         20.076         19.524
5747 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5748 -8.219712e-02 -0.1047915855  20546412         39.509         30.916
5749  4.799371e-02  0.0908733281  12868600         35.124         27.698
5750  8.522727e-03  0.0181818182  11535245         23.337         19.987
5751 -1.748219e-02 -0.0247980998   9258403         11.450         13.969
5752  8.522727e-03  0.0181818182  11535245         23.337         19.987
5753 -2.133910e-02 -0.0448398182   4683390         11.704         14.311
5754 -1.151431e-02 -0.0090718772  12756391         16.665         14.463
5755  3.728526e-02  0.0306808316   1888081         20.076         19.524
5756  3.728526e-02  0.0306808316   1888081         20.076         19.524
5757  1.571600e-03 -0.0065126594    736700          8.913         18.708
5758  2.688519e-02  0.0203467114   4107094         25.931         40.724
5759 -5.341362e-02 -0.0599549471   1809890         20.512         19.196
5760 -5.341362e-02 -0.0599549471   1809890         20.512         19.196
5761 -1.151431e-02 -0.0090718772  12756391         16.665         14.463
5762 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5763  8.522727e-03  0.0181818182  11535245         23.337         19.987
5764  2.688519e-02  0.0203467114   4107094         25.931         40.724
5765 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5766 -4.255673e-02 -0.0595960436   3141930         21.246         18.115
5767 -3.045464e-03 -0.0019577986  12468785          7.795         11.239
5768 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5769 -2.958904e-02 -0.0463013699  31437115         20.868         21.913
5770 -3.734827e-03 -0.0296118447   2022456         23.452         18.799
5771  7.881773e-03  0.0128078818   4973450         20.585         34.472
5772 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5773 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5774  2.963834e-02  0.0173384845  82027614         21.468         37.659
5775  2.688519e-02  0.0203467114   4107094         25.931         40.724
5776 -1.748219e-02 -0.0247980998   9258403         11.450         13.969
5777  2.688519e-02  0.0203467114   4107094         25.931         40.724
5778  6.615994e-02  0.0478000214   6219531         34.897         25.373
5779 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5780 -2.941176e-02 -0.0381558029  52458736         15.962         16.255
5781 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5782 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5783 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5784  6.615994e-02  0.0478000214   6219531         34.897         25.373
5785  6.615994e-02  0.0478000214   6219531         34.897         25.373
5786  8.522727e-03  0.0181818182  11535245         23.337         19.987
5787  7.881773e-03  0.0128078818   4973450         20.585         34.472
5788 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5789 -8.850581e-03 -0.0217504483   4279176          9.462         12.604
5790  2.113917e-02  0.0217263652   2640453         12.157         35.009
5791  2.688519e-02  0.0203467114   4107094         25.931         40.724
5792 -5.341362e-02 -0.0599549471   1809890         20.512         19.196
5793  2.113917e-02  0.0217263652   2640453         12.157         35.009
5794  2.113917e-02  0.0217263652   2640453         12.157         35.009
5795  2.113917e-02  0.0217263652   2640453         12.157         35.009
5796 -1.120996e-02 -0.0375444840  31242412         20.610         15.853
5797  2.113917e-02  0.0217263652   2640453         12.157         35.009
5798 -1.151431e-02 -0.0090718772  12756391         16.665         14.463
5799 -8.988921e-03 -0.0035537593       150         25.171         15.042
5800  3.306773e-02  0.0434262948  13387754         42.434         31.597
5801  1.119069e-03  0.0015666965  26656272         16.959         28.237
5802  7.881773e-03  0.0128078818   4973450         20.585         34.472
5803 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5804  2.113917e-02  0.0217263652   2640453         12.157         35.009
5805  2.688519e-02  0.0203467114   4107094         25.931         40.724
5806  6.615994e-02  0.0478000214   6219531         34.897         25.373
5807 -4.114866e-02 -0.0099807389   5410523         28.686         24.845
5808 -8.563110e-05 -0.0075355369   4956550          9.216         11.514
5809  4.180468e-02  0.0438606511  20182523         27.571         22.808
5810 -1.151431e-02 -0.0090718772  12756391         16.665         14.463
5811 -4.741463e-02 -0.0827317073  23909026         15.547         22.335
5812 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5813  2.688519e-02  0.0203467114   4107094         25.931         40.724
5814 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5815  8.522727e-03  0.0181818182  11535245         23.337         19.987
5816  8.522727e-03  0.0181818182  11535245         23.337         19.987
5817  7.881773e-03  0.0128078818   4973450         20.585         34.472
5818  7.881773e-03  0.0128078818   4973450         20.585         34.472
5819  8.522727e-03  0.0181818182  11535245         23.337         19.987
5820  2.123870e-02  0.0080844067  22913842         14.463         10.969
5821  8.522727e-03  0.0181818182  11535245         23.337         19.987
5822 -1.151431e-02 -0.0090718772  12756391         16.665         14.463
5823  4.180468e-02  0.0438606511  20182523         27.571         22.808
5824 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5825  2.688519e-02  0.0203467114   4107094         25.931         40.724
5826  6.615994e-02  0.0478000214   6219531         34.897         25.373
5827  2.688519e-02  0.0203467114   4107094         25.931         40.724
5828 -2.636419e-02 -0.0447578173   3445157         13.531         13.410
5829  2.688519e-02  0.0203467114   4107094         25.931         40.724
5830  7.358177e-03 -0.0118680275  29532132         16.523         21.837
5831  1.180941e-02  0.0229172757  39759288         19.421         20.692
5832  1.979065e-02  0.0097141986   3028659         12.255         17.489
5833  2.113917e-02  0.0217263652   2640453         12.157         35.009
5834 -8.988921e-03 -0.0035537593       150         25.171         15.042
5835  4.180468e-02  0.0438606511  20182523         27.571         22.808
5836  8.522727e-03  0.0181818182  11535245         23.337         19.987
5837 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5838  3.728526e-02  0.0306808316   1888081         20.076         19.524
5839  3.728526e-02  0.0306808316   1888081         20.076         19.524
5840  3.728526e-02  0.0306808316   1888081         20.076         19.524
5841 -8.988921e-03 -0.0035537593       150         25.171         15.042
5842  3.728526e-02  0.0306808316   1888081         20.076         19.524
5843  3.728526e-02  0.0306808316   1888081         20.076         19.524
5844 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5845  3.728526e-02  0.0306808316   1888081         20.076         19.524
5846  3.728526e-02  0.0306808316   1888081         20.076         19.524
5847 -4.255673e-02 -0.0595960436   3141930         21.246         18.115
5848 -8.988921e-03 -0.0035537593       150         25.171         15.042
5849  3.728526e-02  0.0306808316   1888081         20.076         19.524
5850  1.571600e-03 -0.0065126594    736700          8.913         18.708
5851  8.522727e-03  0.0181818182  11535245         23.337         19.987
5852  3.728526e-02  0.0306808316   1888081         20.076         19.524
5853 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5854  3.728526e-02  0.0306808316   1888081         20.076         19.524
5855  3.728526e-02  0.0306808316   1888081         20.076         19.524
5856  3.728526e-02  0.0306808316   1888081         20.076         19.524
5857 -1.151431e-02 -0.0090718772  12756391         16.665         14.463
5858  2.688519e-02  0.0203467114   4107094         25.931         40.724
5859  8.522727e-03  0.0181818182  11535245         23.337         19.987
5860  6.615994e-02  0.0478000214   6219531         34.897         25.373
5861 -8.988921e-03 -0.0035537593       150         25.171         15.042
5862  2.113917e-02  0.0217263652   2640453         12.157         35.009
5863 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5864  2.113917e-02  0.0217263652   2640453         12.157         35.009
5865  7.358177e-03 -0.0118680275  29532132         16.523         21.837
5866  2.113917e-02  0.0217263652   2640453         12.157         35.009
5867  3.728526e-02  0.0306808316   1888081         20.076         19.524
5868  1.571600e-03 -0.0065126594    736700          8.913         18.708
5869 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5870  3.728526e-02  0.0306808316   1888081         20.076         19.524
5871 -8.988921e-03 -0.0035537593       150         25.171         15.042
5872 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5873 -4.255673e-02 -0.0595960436   3141930         21.246         18.115
5874  3.728526e-02  0.0306808316   1888081         20.076         19.524
5875  1.180941e-02  0.0229172757  39759288         19.421         20.692
5876  1.180941e-02  0.0229172757  39759288         19.421         20.692
5877  1.180941e-02  0.0229172757  39759288         19.421         20.692
5878 -4.255673e-02 -0.0595960436   3141930         21.246         18.115
5879 -8.988921e-03 -0.0035537593       150         25.171         15.042
5880 -8.988921e-03 -0.0035537593       150         25.171         15.042
5881 -8.988921e-03 -0.0035537593       150         25.171         15.042
5882 -5.010020e-03 -0.0093520374  10113675         10.155         19.870
5883  3.728526e-02  0.0306808316   1888081         20.076         19.524
5884  3.728526e-02  0.0306808316   1888081         20.076         19.524
5885  3.728526e-02  0.0306808316   1888081         20.076         19.524
5886  4.180468e-02  0.0438606511  20182523         27.571         22.808
5887 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5888  7.881773e-03  0.0128078818   4973450         20.585         34.472
5889 -3.045464e-03 -0.0019577986  12468785          7.795         11.239
5890  8.522727e-03  0.0181818182  11535245         23.337         19.987
5891  1.910569e-02  0.0189024390  31426540         14.775         16.433
5892 -1.375516e-02 -0.0236588721  18584945          7.395          8.629
5893 -5.672652e-02 -0.0666146240  32532614         24.947         23.530
5894  8.522727e-03  0.0181818182  11535245         23.337         19.987
5895 -2.983638e-02 -0.0556304139  10014020         16.804         15.877
5896 -8.988921e-03 -0.0035537593       150         25.171         15.042
5897  1.180941e-02  0.0229172757  39759288         19.421         20.692
5898  7.358177e-03 -0.0118680275  29532132         16.523         21.837
5899  3.728526e-02  0.0306808316   1888081         20.076         19.524
5900 -4.114866e-02 -0.0099807389   5410523         28.686         24.845
5901 -1.151431e-02 -0.0090718772  12756391         16.665         14.463
5902 -2.983638e-02 -0.0556304139  10014020         16.804         15.877
5903 -5.957884e-03 -0.0074987160   8296198          7.761         33.812
5904  3.728526e-02  0.0306808316   1888081         20.076         19.524
5905  5.673891e-03  0.0107896940   4538403         11.556         22.836
5906  1.181887e-02  0.0146762863   1180340          8.808         15.089
5907  6.233593e-03 -0.0009491479   2688391         12.487         18.260
5908  7.918218e-03  0.0341547007  25999922         18.274         16.388
5909  7.918218e-03  0.0341547007  25999922         18.274         16.388
5910  6.233593e-03 -0.0009491479   2688391         12.487         18.260
5911 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
5912 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
5913  4.629630e-03  0.0015432099  26479899         12.816         19.803
5914  4.408755e-03  0.0017320107   1844286         14.036         17.013
5915  5.299417e-03  0.0005299417   4652483          9.985         19.193
5916  4.007374e-04  0.0019235393   1162186         19.610         20.888
5917 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
5918  7.918218e-03  0.0341547007  25999922         18.274         16.388
5919  7.918218e-03  0.0341547007  25999922         18.274         16.388
5920  7.918218e-03  0.0341547007  25999922         18.274         16.388
5921  4.629630e-03  0.0015432099  26479899         12.816         19.803
5922 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5923  4.629630e-03  0.0015432099  26479899         12.816         19.803
5924  5.299417e-03  0.0005299417   4652483          9.985         19.193
5925 -1.297814e-02 -0.0129781421    795423         25.678         23.082
5926 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5927  7.918218e-03  0.0341547007  25999922         18.274         16.388
5928 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5929  8.829123e-03  0.0036674817   4496563          8.782         31.847
5930  7.918218e-03  0.0341547007  25999922         18.274         16.388
5931  7.918218e-03  0.0341547007  25999922         18.274         16.388
5932  7.918218e-03  0.0341547007  25999922         18.274         16.388
5933  1.181887e-02  0.0146762863   1180340          8.808         15.089
5934 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5935  7.918218e-03  0.0341547007  25999922         18.274         16.388
5936 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5937 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5938 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5939 -2.386635e-03 -0.0023866348   2980144         10.946         11.368
5940  1.323961e-02  0.0132396051    368777         18.085         19.641
5941 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5942 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5943  1.181887e-02  0.0146762863   1180340          8.808         15.089
5944  6.233593e-03 -0.0009491479   2688391         12.487         18.260
5945 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5946 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
5947 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5948  5.299417e-03  0.0005299417   4652483          9.985         19.193
5949 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5950 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5951 -5.416013e-02 -0.0247252747   8985450         37.345         31.220
5952  1.758593e-02  0.0118305356   5222115         19.006         19.855
5953 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
5954 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
5955  6.233593e-03 -0.0009491479   2688391         12.487         18.260
5956  7.918218e-03  0.0341547007  25999922         18.274         16.388
5957  5.299417e-03  0.0005299417   4652483          9.985         19.193
5958  7.918218e-03  0.0341547007  25999922         18.274         16.388
5959 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
5960 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
5961 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5962  5.299417e-03  0.0005299417   4652483          9.985         19.193
5963 -5.416013e-02 -0.0247252747   8985450         37.345         31.220
5964  1.758593e-02  0.0118305356   5222115         19.006         19.855
5965  6.233593e-03 -0.0009491479   2688391         12.487         18.260
5966  1.922597e-02  0.0182272160  12231043         22.598         30.201
5967  4.629630e-03  0.0015432099  26479899         12.816         19.803
5968 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5969  2.016949e-02  0.0198305085   2334987         12.854         26.593
5970  2.016949e-02  0.0198305085   2334987         12.854         26.593
5971  2.016949e-02  0.0198305085   2334987         12.854         26.593
5972  2.016949e-02  0.0198305085   2334987         12.854         26.593
5973  2.016949e-02  0.0198305085   2334987         12.854         26.593
5974  2.016949e-02  0.0198305085   2334987         12.854         26.593
5975  7.918218e-03  0.0341547007  25999922         18.274         16.388
5976  2.016949e-02  0.0198305085   2334987         12.854         26.593
5977  2.016949e-02  0.0198305085   2334987         12.854         26.593
5978  2.016949e-02  0.0198305085   2334987         12.854         26.593
5979  5.299417e-03  0.0005299417   4652483          9.985         19.193
5980  7.918218e-03  0.0341547007  25999922         18.274         16.388
5981  5.299417e-03  0.0005299417   4652483          9.985         19.193
5982 -2.663493e-03  0.0041935849  10261456         10.039         20.337
5983  2.016949e-02  0.0198305085   2334987         12.854         26.593
5984 -2.663493e-03  0.0041935849  10261456         10.039         20.337
5985  1.277208e-02  0.0127720834    730305          9.199         11.107
5986  2.016949e-02  0.0198305085   2334987         12.854         26.593
5987  2.016949e-02  0.0198305085   2334987         12.854         26.593
5988  2.016949e-02  0.0198305085   2334987         12.854         26.593
5989 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5990  1.391118e-02  0.0139111825   1297207         15.670         15.679
5991 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5992 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5993  8.807046e-03  0.0072057646  18362455          9.368         13.696
5994 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5995  4.629630e-03  0.0015432099  26479899         12.816         19.803
5996 -1.101185e-02 -0.0038990334    452187          9.482          8.114
5997  2.016949e-02  0.0198305085   2334987         12.854         26.593
5998  1.181887e-02  0.0146762863   1180340          8.808         15.089
5999  2.016949e-02  0.0198305085   2334987         12.854         26.593
6000  2.016949e-02  0.0198305085   2334987         12.854         26.593
6001  2.016949e-02  0.0198305085   2334987         12.854         26.593
6002  5.299417e-03  0.0005299417   4652483          9.985         19.193
6003 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6004  2.016949e-02  0.0198305085   2334987         12.854         26.593
6005 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6006 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6007  2.016949e-02  0.0198305085   2334987         12.854         26.593
6008 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6009  5.478934e-03  0.0049121481   9994742         10.057         18.086
6010 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6011 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6012  2.016949e-02  0.0198305085   2334987         12.854         26.593
6013  5.299417e-03  0.0005299417   4652483          9.985         19.193
6014  2.016949e-02  0.0198305085   2334987         12.854         26.593
6015  2.016949e-02  0.0198305085   2334987         12.854         26.593
6016  2.016949e-02  0.0198305085   2334987         12.854         26.593
6017 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6018  2.016949e-02  0.0198305085   2334987         12.854         26.593
6019 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6020  2.016949e-02  0.0198305085   2334987         12.854         26.593
6021  2.016949e-02  0.0198305085   2334987         12.854         26.593
6022  2.016949e-02  0.0198305085   2334987         12.854         26.593
6023  2.016949e-02  0.0198305085   2334987         12.854         26.593
6024 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6025 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6026  7.918218e-03  0.0341547007  25999922         18.274         16.388
6027  2.016949e-02  0.0198305085   2334987         12.854         26.593
6028  5.299417e-03  0.0005299417   4652483          9.985         19.193
6029 -2.663493e-03  0.0041935849  10261456         10.039         20.337
6030  5.299417e-03  0.0005299417   4652483          9.985         19.193
6031 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6032  5.299417e-03  0.0005299417   4652483          9.985         19.193
6033  2.016949e-02  0.0198305085   2334987         12.854         26.593
6034  2.016949e-02  0.0198305085   2334987         12.854         26.593
6035 -2.663493e-03  0.0041935849  10261456         10.039         20.337
6036 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6037  2.016949e-02  0.0198305085   2334987         12.854         26.593
6038  2.016949e-02  0.0198305085   2334987         12.854         26.593
6039  2.016949e-02  0.0198305085   2334987         12.854         26.593
6040  2.016949e-02  0.0198305085   2334987         12.854         26.593
6041  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6042 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6043 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6044  2.016949e-02  0.0198305085   2334987         12.854         26.593
6045  5.299417e-03  0.0005299417   4652483          9.985         19.193
6046  2.016949e-02  0.0198305085   2334987         12.854         26.593
6047  2.016949e-02  0.0198305085   2334987         12.854         26.593
6048  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6049 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6050  2.016949e-02  0.0198305085   2334987         12.854         26.593
6051 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6052  5.478934e-03  0.0049121481   9994742         10.057         18.086
6053  7.918218e-03  0.0341547007  25999922         18.274         16.388
6054  2.016949e-02  0.0198305085   2334987         12.854         26.593
6055  2.016949e-02  0.0198305085   2334987         12.854         26.593
6056 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6057  2.016949e-02  0.0198305085   2334987         12.854         26.593
6058 -2.663493e-03  0.0041935849  10261456         10.039         20.337
6059 -4.629630e-03 -0.0046296296   1626584         53.910         36.490
6060  2.016949e-02  0.0198305085   2334987         12.854         26.593
6061  1.239426e-02  0.0214440291   3044400          9.428         19.783
6062  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6063  2.016949e-02  0.0198305085   2334987         12.854         26.593
6064  2.016949e-02  0.0198305085   2334987         12.854         26.593
6065  2.016949e-02  0.0198305085   2334987         12.854         26.593
6066  7.918218e-03  0.0341547007  25999922         18.274         16.388
6067  2.016949e-02  0.0198305085   2334987         12.854         26.593
6068  2.016949e-02  0.0198305085   2334987         12.854         26.593
6069  2.016949e-02  0.0198305085   2334987         12.854         26.593
6070  7.918218e-03  0.0341547007  25999922         18.274         16.388
6071  4.408755e-03  0.0017320107   1844286         14.036         17.013
6072  5.673891e-03  0.0107896940   4538403         11.556         22.836
6073 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6074  2.016949e-02  0.0198305085   2334987         12.854         26.593
6075  1.161878e-02  0.0165253572   2519253         18.199         17.915
6076  1.181887e-02  0.0146762863   1180340          8.808         15.089
6077  2.016949e-02  0.0198305085   2334987         12.854         26.593
6078  7.918218e-03  0.0341547007  25999922         18.274         16.388
6079 -4.822217e-03 -0.0040669300   2201771          7.463         10.355
6080  5.299417e-03  0.0005299417   4652483          9.985         19.193
6081  2.016949e-02  0.0198305085   2334987         12.854         26.593
6082  4.151899e-03 -0.0054683544   7144273         10.016         11.103
6083 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6084  2.016949e-02  0.0198305085   2334987         12.854         26.593
6085  3.560303e-03 -0.0026702270   7753300          5.220          6.324
6086 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6087 -4.822217e-03 -0.0040669300   2201771          7.463         10.355
6088 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6089  1.161878e-02  0.0165253572   2519253         18.199         17.915
6090  2.016949e-02  0.0198305085   2334987         12.854         26.593
6091  2.016949e-02  0.0198305085   2334987         12.854         26.593
6092  5.299417e-03  0.0005299417   4652483          9.985         19.193
6093 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6094 -5.416013e-02 -0.0247252747   8985450         37.345         31.220
6095  2.016949e-02  0.0198305085   2334987         12.854         26.593
6096  5.299417e-03  0.0005299417   4652483          9.985         19.193
6097 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6098  2.016949e-02  0.0198305085   2334987         12.854         26.593
6099  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6100  2.016949e-02  0.0198305085   2334987         12.854         26.593
6101  4.151899e-03 -0.0054683544   7144273         10.016         11.103
6102  5.673891e-03  0.0107896940   4538403         11.556         22.836
6103  2.016949e-02  0.0198305085   2334987         12.854         26.593
6104 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6105 -5.416013e-02 -0.0247252747   8985450         37.345         31.220
6106  1.758593e-02  0.0118305356   5222115         19.006         19.855
6107  1.758593e-02  0.0118305356   5222115         19.006         19.855
6108 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6109  2.016949e-02  0.0198305085   2334987         12.854         26.593
6110 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6111  7.918218e-03  0.0341547007  25999922         18.274         16.388
6112  2.016949e-02  0.0198305085   2334987         12.854         26.593
6113  2.016949e-02  0.0198305085   2334987         12.854         26.593
6114 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6115  1.047120e-02  0.0118990957   5204330         13.055         21.494
6116  5.299417e-03  0.0005299417   4652483          9.985         19.193
6117 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6118  2.016949e-02  0.0198305085   2334987         12.854         26.593
6119  2.016949e-02  0.0198305085   2334987         12.854         26.593
6120  5.545543e-03  0.0095660613   2618000          7.678         14.158
6121  2.016949e-02  0.0198305085   2334987         12.854         26.593
6122  2.016949e-02  0.0198305085   2334987         12.854         26.593
6123  4.007374e-04  0.0019235393   1162186         19.610         20.888
6124  1.181887e-02  0.0146762863   1180340          8.808         15.089
6125 -1.194743e-02 -0.0119474313   8555912          8.790         16.461
6126  1.239426e-02  0.0214440291   3044400          9.428         19.783
6127  1.181887e-02  0.0146762863   1180340          8.808         15.089
6128  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6129  2.016949e-02  0.0198305085   2334987         12.854         26.593
6130  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6131  2.016949e-02  0.0198305085   2334987         12.854         26.593
6132  2.016949e-02  0.0198305085   2334987         12.854         26.593
6133  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6134  2.016949e-02  0.0198305085   2334987         12.854         26.593
6135  1.161878e-02  0.0165253572   2519253         18.199         17.915
6136  2.016949e-02  0.0198305085   2334987         12.854         26.593
6137  2.016949e-02  0.0198305085   2334987         12.854         26.593
6138 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6139  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6140  2.016949e-02  0.0198305085   2334987         12.854         26.593
6141  5.299417e-03  0.0005299417   4652483          9.985         19.193
6142  8.829123e-03  0.0036674817   4496563          8.782         31.847
6143  2.016949e-02  0.0198305085   2334987         12.854         26.593
6144  2.016949e-02  0.0198305085   2334987         12.854         26.593
6145 -7.469576e-03 -0.0042803189   2614403          6.607         20.153
6146  7.918218e-03  0.0341547007  25999922         18.274         16.388
6147  5.299417e-03  0.0005299417   4652483          9.985         19.193
6148  1.161878e-02  0.0165253572   2519253         18.199         17.915
6149  2.016949e-02  0.0198305085   2334987         12.854         26.593
6150 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6151  2.016949e-02  0.0198305085   2334987         12.854         26.593
6152 -1.194743e-02 -0.0119474313   8555912          8.790         16.461
6153  5.299417e-03  0.0005299417   4652483          9.985         19.193
6154  2.016949e-02  0.0198305085   2334987         12.854         26.593
6155  7.918218e-03  0.0341547007  25999922         18.274         16.388
6156 -1.194743e-02 -0.0119474313   8555912          8.790         16.461
6157 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6158  5.299417e-03  0.0005299417   4652483          9.985         19.193
6159 -1.733102e-03  0.0116984402  17394491         26.371         22.307
6160 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6161  2.016949e-02  0.0198305085   2334987         12.854         26.593
6162  2.016949e-02  0.0198305085   2334987         12.854         26.593
6163 -2.663493e-03  0.0041935849  10261456         10.039         20.337
6164  1.181887e-02  0.0146762863   1180340          8.808         15.089
6165  2.016949e-02  0.0198305085   2334987         12.854         26.593
6166  2.016949e-02  0.0198305085   2334987         12.854         26.593
6167  2.016949e-02  0.0198305085   2334987         12.854         26.593
6168 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6169  2.016949e-02  0.0198305085   2334987         12.854         26.593
6170  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6171 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6172  5.299417e-03  0.0005299417   4652483          9.985         19.193
6173  2.016949e-02  0.0198305085   2334987         12.854         26.593
6174 -4.822217e-03 -0.0040669300   2201771          7.463         10.355
6175  2.016949e-02  0.0198305085   2334987         12.854         26.593
6176  2.016949e-02  0.0198305085   2334987         12.854         26.593
6177 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6178 -8.589059e-03 -0.0110073382   3116358          8.412         10.346
6179  5.299417e-03  0.0005299417   4652483          9.985         19.193
6180 -4.822217e-03 -0.0040669300   2201771          7.463         10.355
6181  2.016949e-02  0.0198305085   2334987         12.854         26.593
6182  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6183 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6184  2.016949e-02  0.0198305085   2334987         12.854         26.593
6185 -1.733102e-03  0.0116984402  17394491         26.371         22.307
6186 -7.469576e-03 -0.0042803189   2614403          6.607         20.153
6187  2.016949e-02  0.0198305085   2334987         12.854         26.593
6188  7.582001e-03  0.0145046975  10711384         19.421         20.146
6189 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6190 -1.733102e-03  0.0116984402  17394491         26.371         22.307
6191  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6192 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6193  2.016949e-02  0.0198305085   2334987         12.854         26.593
6194  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6195 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6196  2.016949e-02  0.0198305085   2334987         12.854         26.593
6197  1.323961e-02  0.0132396051    368777         18.085         19.641
6198  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6199 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6200  1.181887e-02  0.0146762863   1180340          8.808         15.089
6201  3.172589e-03  0.0016920474   9750044         10.178         19.109
6202  1.181887e-02  0.0146762863   1180340          8.808         15.089
6203 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6204 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6205  1.181887e-02  0.0146762863   1180340          8.808         15.089
6206 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6207 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6208  6.310408e-03 -0.0016774503   3829007         17.724         12.453
6209  2.016949e-02  0.0198305085   2334987         12.854         26.593
6210  4.629630e-03  0.0015432099  26479899         12.816         19.803
6211 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6212  1.394290e-02  0.0139428996   1406756         16.132         14.073
6213  4.151899e-03 -0.0054683544   7144273         10.016         11.103
6214  5.299417e-03  0.0005299417   4652483          9.985         19.193
6215  1.922597e-02  0.0182272160  12231043         22.598         30.201
6216 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6217 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6218  5.299417e-03  0.0005299417   4652483          9.985         19.193
6219  2.292264e-02  0.0386819484     56334         24.266         33.558
6220 -4.822217e-03 -0.0040669300   2201771          7.463         10.355
6221 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6222  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6223 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6224  2.016949e-02  0.0198305085   2334987         12.854         26.593
6225 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6226  7.918218e-03  0.0341547007  25999922         18.274         16.388
6227 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6228 -4.565168e-03 -0.0013695503   1810263          7.445         30.173
6229  2.016949e-02  0.0198305085   2334987         12.854         26.593
6230 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6231 -1.733102e-03  0.0116984402  17394491         26.371         22.307
6232 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6233 -4.822217e-03 -0.0040669300   2201771          7.463         10.355
6234  5.299417e-03  0.0005299417   4652483          9.985         19.193
6235  2.016949e-02  0.0198305085   2334987         12.854         26.593
6236 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6237 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6238  2.016949e-02  0.0198305085   2334987         12.854         26.593
6239  2.016949e-02  0.0198305085   2334987         12.854         26.593
6240  2.016949e-02  0.0198305085   2334987         12.854         26.593
6241  2.016949e-02  0.0198305085   2334987         12.854         26.593
6242  3.560303e-03 -0.0026702270   7753300          5.220          6.324
6243 -4.822217e-03 -0.0040669300   2201771          7.463         10.355
6244  3.560303e-03 -0.0026702270   7753300          5.220          6.324
6245 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6246 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6247  2.031341e-03  0.0031921068   1390279         14.847         28.736
6248 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6249 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6250 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6251  1.922597e-02  0.0182272160  12231043         22.598         30.201
6252  2.016949e-02  0.0198305085   2334987         12.854         26.593
6253  7.918218e-03  0.0341547007  25999922         18.274         16.388
6254  5.299417e-03  0.0005299417   4652483          9.985         19.193
6255  2.016949e-02  0.0198305085   2334987         12.854         26.593
6256  2.016949e-02  0.0198305085   2334987         12.854         26.593
6257 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6258 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6259 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6260  2.016949e-02  0.0198305085   2334987         12.854         26.593
6261  2.016949e-02  0.0198305085   2334987         12.854         26.593
6262  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6263  2.016949e-02  0.0198305085   2334987         12.854         26.593
6264 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6265 -7.469576e-03 -0.0042803189   2614403          6.607         20.153
6266 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6267  2.016949e-02  0.0198305085   2334987         12.854         26.593
6268  2.016949e-02  0.0198305085   2334987         12.854         26.593
6269 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6270 -2.663493e-03  0.0041935849  10261456         10.039         20.337
6271 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6272 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6273 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6274 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6275 -5.416013e-02 -0.0247252747   8985450         37.345         31.220
6276  0.000000e+00  0.0000000000       500         44.462         53.516
6277 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6278 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6279  2.016949e-02  0.0198305085   2334987         12.854         26.593
6280  4.151899e-03 -0.0054683544   7144273         10.016         11.103
6281  1.242879e-02  0.0095805282   2100400         11.153         10.880
6282  2.016949e-02  0.0198305085   2334987         12.854         26.593
6283  5.299417e-03  0.0005299417   4652483          9.985         19.193
6284  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6285  2.016949e-02  0.0198305085   2334987         12.854         26.593
6286 -1.194743e-02 -0.0119474313   8555912          8.790         16.461
6287  5.299417e-03  0.0005299417   4652483          9.985         19.193
6288 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6289 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6290 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6291  1.525889e-03  0.0006442644   1824591          8.028         17.035
6292  5.299417e-03  0.0005299417   4652483          9.985         19.193
6293 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6294  2.016949e-02  0.0198305085   2334987         12.854         26.593
6295  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6296  4.629630e-03  0.0015432099  26479899         12.816         19.803
6297 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6298  5.299417e-03  0.0005299417   4652483          9.985         19.193
6299 -2.309913e-02 -0.0194898941       400         93.167         51.921
6300 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6301 -5.049626e-03 -0.0022636253   5365646          7.941         15.470
6302  4.007374e-04  0.0019235393   1162186         19.610         20.888
6303  2.016949e-02  0.0198305085   2334987         12.854         26.593
6304 -7.469576e-03 -0.0042803189   2614403          6.607         20.153
6305 -1.733102e-03  0.0116984402  17394491         26.371         22.307
6306  5.299417e-03  0.0005299417   4652483          9.985         19.193
6307  7.918218e-03  0.0341547007  25999922         18.274         16.388
6308  3.032378e-03  0.0039127458   2498756          7.387         19.785
6309 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6310 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6311  1.011659e-02  0.0215912622    298021         13.016         10.510
6312  5.299417e-03  0.0005299417   4652483          9.985         19.193
6313 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6314  7.918218e-03  0.0341547007  25999922         18.274         16.388
6315  5.299417e-03  0.0005299417   4652483          9.985         19.193
6316  2.016949e-02  0.0198305085   2334987         12.854         26.593
6317 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6318  6.233593e-03 -0.0009491479   2688391         12.487         18.260
6319 -1.101185e-02 -0.0038990334    452187          9.482          8.114
6320  2.016949e-02  0.0198305085   2334987         12.854         26.593
6321 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6322  4.151899e-03 -0.0054683544   7144273         10.016         11.103
6323  5.673891e-03  0.0107896940   4538403         11.556         22.836
6324  1.922597e-02  0.0182272160  12231043         22.598         30.201
6325 -2.187956e-02 -0.0105230256   5187606         24.448         25.150
6326  5.673891e-03  0.0107896940   4538403         11.556         22.836
6327 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6328 -2.982594e-03 -0.0038990334    452187          9.482          8.114
6329  1.093658e-02 -0.0009491479   2688391         12.487         18.260
6330  1.510619e-02  0.0132396051    368777         18.085         19.641
6331 -1.571038e-02 -0.0129781421    795423         25.678         23.082
6332  5.164557e-03 -0.0054683544   7144273         10.016         11.103
6333  4.915254e-03  0.0198305085   2334987         12.854         26.593
6334  4.615131e-03  0.0145046975  10711384         19.421         20.146
6335 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6336  8.095491e-03  0.0341547007  25999922         18.274         16.388
6337 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6338  4.671063e-03  0.0165253572   2519253         18.199         17.915
6339 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6340 -2.010424e-02 -0.0059568131    119275         24.753         18.705
6341  8.095491e-03  0.0341547007  25999922         18.274         16.388
6342 -2.982594e-03 -0.0038990334    452187          9.482          8.114
6343 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6344  6.394884e-03  0.0118305356   5222115         19.006         19.855
6345 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6346  1.209190e-03  0.0107896940   4538403         11.556         22.836
6347 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6348  4.915254e-03  0.0198305085   2334987         12.854         26.593
6349 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6350  3.205128e-03 -0.0192307692    405259         21.451         26.321
6351 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6352  1.209190e-03  0.0107896940   4538403         11.556         22.836
6353  1.093658e-02 -0.0009491479   2688391         12.487         18.260
6354  4.915254e-03  0.0198305085   2334987         12.854         26.593
6355  6.612507e-03  0.0049121481   9994742         10.057         18.086
6356  7.113821e-03  0.0121951220  40672012         11.994         19.737
6357 -2.786000e-03 -0.0022636253   5365646          7.941         15.470
6358  4.915254e-03  0.0198305085   2334987         12.854         26.593
6359  4.915254e-03  0.0198305085   2334987         12.854         26.593
6360  2.407514e-03  0.0006442644   1824591          8.028         17.035
6361 -5.874948e-04 -0.0042803189   2614403          6.607         20.153
6362  8.095491e-03  0.0341547007  25999922         18.274         16.388
6363  4.915254e-03  0.0198305085   2334987         12.854         26.593
6364  1.093658e-02 -0.0009491479   2688391         12.487         18.260
6365 -2.786000e-03 -0.0022636253   5365646          7.941         15.470
6366 -6.068841e-03 -0.0054347826        45         10.519         26.333
6367  3.115265e-03 -0.0026702270   7753300          5.220          6.324
6368  8.095491e-03  0.0341547007  25999922         18.274         16.388
6369  4.915254e-03  0.0198305085   2334987         12.854         26.593
6370  9.447331e-03  0.0017320107   1844286         14.036         17.013
6371  7.279166e-03  0.0214440291   3044400          9.428         19.783
6372 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6373 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6374  1.093658e-02 -0.0009491479   2688391         12.487         18.260
6375  4.615131e-03  0.0145046975  10711384         19.421         20.146
6376  8.095491e-03  0.0341547007  25999922         18.274         16.388
6377  6.573728e-03  0.0041935849  10261456         10.039         20.337
6378  4.915254e-03  0.0198305085   2334987         12.854         26.593
6379  2.572016e-04  0.0015432099  26479899         12.816         19.803
6380 -2.982594e-03 -0.0038990334    452187          9.482          8.114
6381  1.209190e-03  0.0107896940   4538403         11.556         22.836
6382  4.915254e-03  0.0198305085   2334987         12.854         26.593
6383  1.089799e-03 -0.0063208370   8371536          8.452         11.014
6384  2.572016e-04  0.0015432099  26479899         12.816         19.803
6385 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6386  1.093658e-02 -0.0009491479   2688391         12.487         18.260
6387  8.095491e-03  0.0341547007  25999922         18.274         16.388
6388  4.915254e-03  0.0198305085   2334987         12.854         26.593
6389  4.915254e-03  0.0198305085   2334987         12.854         26.593
6390  6.455288e-03  0.0146762863   1180340          8.808         15.089
6391 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6392 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6393  1.093658e-02 -0.0009491479   2688391         12.487         18.260
6394  3.115265e-03 -0.0026702270   7753300          5.220          6.324
6395 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6396 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6397  3.482298e-03 -0.0073866934   4637827          8.853         13.497
6398  2.572016e-04  0.0015432099  26479899         12.816         19.803
6399 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6400  8.095491e-03  0.0341547007  25999922         18.274         16.388
6401  2.572016e-04  0.0015432099  26479899         12.816         19.803
6402 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6403 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6404 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6405 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6406  6.394884e-03  0.0118305356   5222115         19.006         19.855
6407  2.572016e-04  0.0015432099  26479899         12.816         19.803
6408  3.482298e-03 -0.0073866934   4637827          8.853         13.497
6409 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6410  3.115265e-03 -0.0026702270   7753300          5.220          6.324
6411  2.572016e-04  0.0015432099  26479899         12.816         19.803
6412  4.915254e-03  0.0198305085   2334987         12.854         26.593
6413  6.455288e-03  0.0146762863   1180340          8.808         15.089
6414 -2.982594e-03 -0.0038990334    452187          9.482          8.114
6415  8.988764e-03  0.0182272160  12231043         22.598         30.201
6416  5.164557e-03 -0.0054683544   7144273         10.016         11.103
6417  4.915254e-03  0.0198305085   2334987         12.854         26.593
6418  6.394884e-03  0.0118305356   5222115         19.006         19.855
6419 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6420  2.572016e-04  0.0015432099  26479899         12.816         19.803
6421  2.572016e-04  0.0015432099  26479899         12.816         19.803
6422  2.572016e-04  0.0015432099  26479899         12.816         19.803
6423  8.095491e-03  0.0341547007  25999922         18.274         16.388
6424 -1.812506e-03 -0.0057396033   2056778          9.700         12.110
6425 -1.226559e-03  0.0019285049     28032         13.733         23.583
6426 -2.979787e-02 -0.0105230256   5187606         24.448         25.150
6427 -2.982594e-03 -0.0038990334    452187          9.482          8.114
6428  9.447331e-03  0.0017320107   1844286         14.036         17.013
6429  1.576458e-03  0.0183920126   1548660         23.736         21.070
6430  8.095491e-03  0.0341547007  25999922         18.274         16.388
6431  9.447331e-03  0.0017320107   1844286         14.036         17.013
6432  1.093658e-02 -0.0009491479   2688391         12.487         18.260
6433 -3.444621e-03  0.0005299417   4652483          9.985         19.193
6434  5.164557e-03 -0.0054683544   7144273         10.016         11.103
6435  3.078380e-03 -0.0022495856   7876367         15.706         18.088
6436  7.721057e-03  0.0024274761   8940163          7.945         13.033
6437  7.721057e-03  0.0024274761   8940163          7.945         13.033
6438  2.694215e-02 -0.1074380165       800         97.081         73.464
6439  1.568748e-02  0.0372193171  11990681         23.540         17.737
6440  1.568748e-02  0.0372193171  11990681         23.540         17.737
6441  1.568748e-02  0.0372193171  11990681         23.540         17.737
6442  1.243536e-02  0.0182836740  26407677         27.384         23.286
6443  7.721057e-03  0.0024274761   8940163          7.945         13.033
6444  1.568748e-02  0.0372193171  11990681         23.540         17.737
6445 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6446  2.687369e-03  0.0125410570  22517840         11.801         14.103
6447  2.694215e-02 -0.1074380165       800         97.081         73.464
6448  1.568748e-02  0.0372193171  11990681         23.540         17.737
6449  3.030846e-02  0.0147058824   3609529         20.928         20.862
6450  2.267003e-02  0.0199712127  12727584         21.986         14.935
6451  3.312393e-03  0.0236436322   9260577         13.755         23.151
6452  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6453 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6454  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6455  2.267003e-02  0.0199712127  12727584         21.986         14.935
6456  1.568748e-02  0.0372193171  11990681         23.540         17.737
6457  7.721057e-03  0.0024274761   8940163          7.945         13.033
6458  7.721057e-03  0.0024274761   8940163          7.945         13.033
6459 -4.501739e-03 -0.0087988541  13669841         11.125         10.772
6460  2.694215e-02 -0.1074380165       800         97.081         73.464
6461  1.469816e-01  0.1408573928   8791892         74.954         49.664
6462  2.687369e-03  0.0125410570  22517840         11.801         14.103
6463  8.206495e-03 -0.0002002498      2333         24.808         24.801
6464  1.568748e-02  0.0372193171  11990681         23.540         17.737
6465 -4.530867e-03 -0.0203888994   4640261         16.430         17.202
6466  1.568748e-02  0.0372193171  11990681         23.540         17.737
6467  0.000000e+00  0.0011748580   1871229         22.332         23.223
6468  3.030846e-02  0.0147058824   3609529         20.928         20.862
6469  8.206495e-03 -0.0002002498      2333         24.808         24.801
6470  1.309675e-02  0.0114068441  22967409         16.724         17.534
6471 -5.190678e-03  0.0055084746   4995466          8.382         10.455
6472 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6473  1.568748e-02  0.0372193171  11990681         23.540         17.737
6474  7.721057e-03  0.0024274761   8940163          7.945         13.033
6475  3.030846e-02  0.0147058824   3609529         20.928         20.862
6476  7.721057e-03  0.0024274761   8940163          7.945         13.033
6477 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6478 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6479 -2.619130e-03 -0.0153075844    319220          6.620         15.554
6480  2.694215e-02 -0.1074380165       800         97.081         73.464
6481  1.568748e-02  0.0372193171  11990681         23.540         17.737
6482  2.694215e-02 -0.1074380165       800         97.081         73.464
6483 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6484  7.721057e-03  0.0024274761   8940163          7.945         13.033
6485 -1.166381e-02 -0.0229845626    321455         41.089         37.511
6486 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6487  1.469816e-01  0.1408573928   8791892         74.954         49.664
6488  1.309675e-02  0.0114068441  22967409         16.724         17.534
6489  3.684695e-03  0.0030267140   2848823         22.398         27.204
6490  1.568748e-02  0.0372193171  11990681         23.540         17.737
6491  1.309675e-02  0.0114068441  22967409         16.724         17.534
6492  7.721057e-03  0.0024274761   8940163          7.945         13.033
6493 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6494  3.078380e-03 -0.0022495856   7876367         15.706         18.088
6495 -1.088732e-03  0.0061694792   2021186          7.932          9.610
6496 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6497  7.721057e-03  0.0024274761   8940163          7.945         13.033
6498  7.721057e-03  0.0024274761   8940163          7.945         13.033
6499  7.721057e-03  0.0024274761   8940163          7.945         13.033
6500  1.568748e-02  0.0372193171  11990681         23.540         17.737
6501 -1.072572e-02 -0.0081307845  18883079         14.055         16.100
6502  7.721057e-03  0.0024274761   8940163          7.945         13.033
6503  6.640625e-03  0.0105468750   8572926         17.524         15.580
6504  1.456028e-03  0.0165987187   4391500         26.850         22.833
6505  9.777778e-03  0.0880000000   5698148         35.046         28.072
6506 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6507 -5.183894e-03 -0.0108146758   2955567          9.966         14.838
6508 -6.408094e-03  0.0367622260  53900922         21.654         14.339
6509  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6510  2.694215e-02 -0.1074380165       800         97.081         73.464
6511  7.721057e-03  0.0024274761   8940163          7.945         13.033
6512 -2.583979e-02 -0.0258397933  10561682         30.941         31.952
6513  2.694215e-02 -0.1074380165       800         97.081         73.464
6514  1.264719e-02 -0.0632359355   6605200         37.054         24.963
6515  1.568748e-02  0.0372193171  11990681         23.540         17.737
6516 -4.501739e-03 -0.0087988541  13669841         11.125         10.772
6517  2.694215e-02 -0.1074380165       800         97.081         73.464
6518 -5.814978e-03  0.0283700441  10147110         21.659         14.331
6519 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6520  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6521 -6.044611e-03 -0.0011067597   1821206         10.019         14.269
6522  2.694215e-02 -0.1074380165       800         97.081         73.464
6523  1.568748e-02  0.0372193171  11990681         23.540         17.737
6524  1.264719e-02 -0.0632359355   6605200         37.054         24.963
6525 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6526 -2.820609e-03 -0.0259496051   1548213         24.410         19.487
6527 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6528 -4.501739e-03 -0.0087988541  13669841         11.125         10.772
6529  1.568748e-02  0.0372193171  11990681         23.540         17.737
6530  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6531  1.309675e-02  0.0114068441  22967409         16.724         17.534
6532 -3.513191e-03  0.0045737770   2671014         16.937         18.786
6533 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6534 -1.072572e-02 -0.0081307845  18883079         14.055         16.100
6535  1.568748e-02  0.0372193171  11990681         23.540         17.737
6536 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6537  7.721057e-03  0.0024274761   8940163          7.945         13.033
6538  2.267003e-02  0.0199712127  12727584         21.986         14.935
6539  1.243536e-02  0.0182836740  26407677         27.384         23.286
6540  1.568748e-02  0.0372193171  11990681         23.540         17.737
6541 -4.501739e-03 -0.0087988541  13669841         11.125         10.772
6542  1.568748e-02  0.0372193171  11990681         23.540         17.737
6543  1.568748e-02  0.0372193171  11990681         23.540         17.737
6544  1.243536e-02  0.0182836740  26407677         27.384         23.286
6545 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6546  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6547  3.875969e-03  0.0000000000    233662         16.752         20.712
6548 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6549 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6550 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6551 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6552 -1.007895e-02 -0.0423315975  32950140         17.420         16.448
6553  3.030846e-02  0.0147058824   3609529         20.928         20.862
6554  1.568748e-02  0.0372193171  11990681         23.540         17.737
6555  7.721057e-03  0.0024274761   8940163          7.945         13.033
6556  7.721057e-03  0.0024274761   8940163          7.945         13.033
6557 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6558  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6559  1.309675e-02  0.0114068441  22967409         16.724         17.534
6560  1.309675e-02  0.0114068441  22967409         16.724         17.534
6561  8.206495e-03 -0.0002002498      2333         24.808         24.801
6562 -5.192043e-03 -0.0067559114   4297554         20.874         21.053
6563  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6564  2.687369e-03  0.0125410570  22517840         11.801         14.103
6565  1.141227e-02  0.0513552068   9582100         28.660         19.969
6566 -1.306766e-02  0.0180722892   3361319         16.068         13.183
6567  6.640625e-03  0.0105468750   8572926         17.524         15.580
6568  1.568748e-02  0.0372193171  11990681         23.540         17.737
6569  1.568748e-02  0.0372193171  11990681         23.540         17.737
6570 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6571  1.808396e-02  0.0099031216  23797630         27.929         22.696
6572  1.243536e-02  0.0182836740  26407677         27.384         23.286
6573  2.687369e-03  0.0125410570  22517840         11.801         14.103
6574 -1.166381e-02 -0.0229845626    321455         41.089         37.511
6575 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6576 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6577  7.721057e-03  0.0024274761   8940163          7.945         13.033
6578  7.721057e-03  0.0024274761   8940163          7.945         13.033
6579 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6580 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6581 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6582 -1.072572e-02 -0.0081307845  18883079         14.055         16.100
6583  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6584  2.267003e-02  0.0199712127  12727584         21.986         14.935
6585 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6586  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6587  1.568748e-02  0.0372193171  11990681         23.540         17.737
6588 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6589 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6590  3.078380e-03 -0.0022495856   7876367         15.706         18.088
6591  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6592 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6593 -1.306766e-02  0.0180722892   3361319         16.068         13.183
6594  1.808396e-02  0.0099031216  23797630         27.929         22.696
6595  1.568748e-02  0.0372193171  11990681         23.540         17.737
6596  6.640625e-03  0.0105468750   8572926         17.524         15.580
6597  2.687369e-03  0.0125410570  22517840         11.801         14.103
6598 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6599  3.078380e-03 -0.0022495856   7876367         15.706         18.088
6600  3.078380e-03 -0.0022495856   7876367         15.706         18.088
6601  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6602 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6603  4.957507e-03 -0.0084985836   5387000         17.357         18.484
6604 -1.072572e-02 -0.0081307845  18883079         14.055         16.100
6605  1.568748e-02  0.0372193171  11990681         23.540         17.737
6606 -7.510730e-03  0.0289699571  44864717         24.013         22.415
6607  3.030846e-02  0.0147058824   3609529         20.928         20.862
6608 -1.500938e-02 -0.0225140713    594561         16.031         16.045
6609 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6610 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6611  7.721057e-03  0.0024274761   8940163          7.945         13.033
6612 -2.641457e-03  0.0265535938  11265506         24.952         18.045
6613 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6614  1.568748e-02  0.0372193171  11990681         23.540         17.737
6615 -1.088732e-03  0.0061694792   2021186          7.932          9.610
6616  1.141227e-02  0.0513552068   9582100         28.660         19.969
6617 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6618 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6619  1.568748e-02  0.0372193171  11990681         23.540         17.737
6620 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6621 -1.072572e-02 -0.0081307845  18883079         14.055         16.100
6622 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6623  5.933014e-03  0.0384688995  17215502         16.018         14.158
6624  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6625 -5.190678e-03  0.0055084746   4995466          8.382         10.455
6626  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6627 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6628 -1.166381e-02 -0.0229845626    321455         41.089         37.511
6629 -6.044611e-03 -0.0011067597   1821206         10.019         14.269
6630 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6631  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6632  2.267003e-02  0.0199712127  12727584         21.986         14.935
6633 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6634 -6.044611e-03 -0.0011067597   1821206         10.019         14.269
6635 -5.192043e-03 -0.0067559114   4297554         20.874         21.053
6636  1.243536e-02  0.0182836740  26407677         27.384         23.286
6637  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6638  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6639  7.721057e-03  0.0024274761   8940163          7.945         13.033
6640 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6641 -1.166381e-02 -0.0229845626    321455         41.089         37.511
6642  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6643  1.243536e-02  0.0182836740  26407677         27.384         23.286
6644  1.860066e-03  0.0350550866   1484604         16.496         15.179
6645  3.030846e-02  0.0147058824   3609529         20.928         20.862
6646  1.568748e-02  0.0372193171  11990681         23.540         17.737
6647 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6648  5.933014e-03  0.0384688995  17215502         16.018         14.158
6649 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6650 -2.010962e-02 -0.0413808124   3553432         23.564         23.871
6651 -1.169935e-02 -0.0194117647   3757419         15.180         11.620
6652 -1.088732e-03  0.0061694792   2021186          7.932          9.610
6653  1.243536e-02  0.0182836740  26407677         27.384         23.286
6654  1.264719e-02 -0.0632359355   6605200         37.054         24.963
6655  1.025283e-02  0.0435745077  39442910         27.269         19.021
6656  1.025283e-02  0.0435745077  39442910         27.269         19.021
6657 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6658  2.267003e-02  0.0199712127  12727584         21.986         14.935
6659 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6660  2.694215e-02 -0.1074380165       800         97.081         73.464
6661 -2.010962e-02 -0.0413808124   3553432         23.564         23.871
6662  1.568748e-02  0.0372193171  11990681         23.540         17.737
6663 -2.010962e-02 -0.0413808124   3553432         23.564         23.871
6664 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6665  7.721057e-03  0.0024274761   8940163          7.945         13.033
6666  1.264719e-02 -0.0632359355   6605200         37.054         24.963
6667 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6668 -2.010962e-02 -0.0413808124   3553432         23.564         23.871
6669 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6670 -8.358098e-03 -0.0055720654  10681955         17.243         14.520
6671  2.267003e-02  0.0199712127  12727584         21.986         14.935
6672  7.721057e-03  0.0024274761   8940163          7.945         13.033
6673 -1.072572e-02 -0.0081307845  18883079         14.055         16.100
6674 -9.811321e-03 -0.0095597484   6453165         13.862         16.858
6675  1.568748e-02  0.0372193171  11990681         23.540         17.737
6676  7.721057e-03  0.0024274761   8940163          7.945         13.033
6677 -1.169935e-02 -0.0194117647   3757419         15.180         11.620
6678  1.243536e-02  0.0182836740  26407677         27.384         23.286
6679  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6680 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6681  1.243536e-02  0.0182836740  26407677         27.384         23.286
6682 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6683  7.721057e-03  0.0024274761   8940163          7.945         13.033
6684 -6.688375e-03 -0.0284695943  23600802         15.837         19.827
6685  7.721057e-03  0.0024274761   8940163          7.945         13.033
6686 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6687  1.568748e-02  0.0372193171  11990681         23.540         17.737
6688  7.721057e-03  0.0024274761   8940163          7.945         13.033
6689 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6690 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6691  7.721057e-03  0.0024274761   8940163          7.945         13.033
6692  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6693 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6694  3.584379e-03  0.0162964198   1427362         17.427         23.341
6695 -5.190678e-03  0.0055084746   4995466          8.382         10.455
6696  1.952580e-02 -0.0278940028     38697         33.834         27.916
6697  1.568748e-02  0.0372193171  11990681         23.540         17.737
6698 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6699 -1.088732e-03  0.0061694792   2021186          7.932          9.610
6700 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6701  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6702  1.264719e-02 -0.0632359355   6605200         37.054         24.963
6703 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6704 -2.717832e-02 -0.0374061576   4758417         18.609         19.178
6705  7.721057e-03  0.0024274761   8940163          7.945         13.033
6706  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6707  1.568748e-02  0.0372193171  11990681         23.540         17.737
6708  3.030846e-02  0.0147058824   3609529         20.928         20.862
6709  1.309675e-02  0.0114068441  22967409         16.724         17.534
6710  3.719926e-03 -0.0201595968   3126616         19.605         15.406
6711 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6712  1.568748e-02  0.0372193171  11990681         23.540         17.737
6713 -1.913851e-02 -0.0309886480   8376560         24.050         39.488
6714 -1.166381e-02 -0.0229845626    321455         41.089         37.511
6715 -1.286725e-03  0.0413896633   9710524         25.879         20.252
6716 -1.072572e-02 -0.0081307845  18883079         14.055         16.100
6717 -1.169935e-02 -0.0194117647   3757419         15.180         11.620
6718 -6.919528e-03  0.0699641210   1570295         38.230         24.759
6719  1.568748e-02  0.0372193171  11990681         23.540         17.737
6720 -1.286725e-03  0.0413896633   9710524         25.879         20.252
6721 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6722 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6723 -7.510730e-03  0.0289699571  44864717         24.013         22.415
6724  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6725  6.022023e-03 -0.0298520303   8644469         16.657         13.305
6726 -1.199805e-03 -0.0239712709   1659364         15.052         17.519
6727 -6.785208e-04 -0.0349238660   3468285         19.528         22.897
6728  7.721057e-03  0.0024274761   8940163          7.945         13.033
6729  3.030846e-02  0.0147058824   3609529         20.928         20.862
6730  3.030846e-02  0.0147058824   3609529         20.928         20.862
6731 -1.543964e-02 -0.0309228890  24788170         15.797         19.899
6732 -6.119327e-03 -0.0342512324   6441742         16.677         13.684
6733  3.219733e-02  0.0350216532  36030977         27.634         23.831
6734  1.901697e-02 -0.0260386191   6740300         37.476         24.947
6735  1.277394e-02  0.0074464221   3071198         21.075         15.629
6736 -6.529159e-03 -0.0037097492   2722586         14.644         13.972
6737  3.219733e-02  0.0350216532  36030977         27.634         23.831
6738  1.277394e-02  0.0074464221   3071198         21.075         15.629
6739 -7.345440e-03 -0.0110181596  15671575         10.298         10.167
6740  3.219733e-02  0.0350216532  36030977         27.634         23.831
6741  3.219733e-02  0.0350216532  36030977         27.634         23.831
6742 -1.543964e-02 -0.0309228890  24788170         15.797         19.899
6743 -8.360495e-02 -0.0852262172 148705750         57.173         35.167
6744 -4.637144e-04 -0.0113858435   2008956         15.170         17.489
6745  1.607560e-02  0.0016435771   5400749         21.694         23.579
6746 -7.981121e-03 -0.0204433367   8638717         25.312         38.958
6747  1.663422e-02  0.0007078393   3806543         21.986         21.091
6748 -1.188650e-02 -0.0199386503  14379897         19.701         16.354
6749 -4.637144e-04 -0.0113858435   2008956         15.170         17.489
6750  2.100912e-02  0.0214555608  11004151         10.249         13.725
6751  2.355926e-02  0.0244049776   8446923         18.367         18.958
6752  2.100912e-02  0.0214555608  11004151         10.249         13.725
6753  2.355926e-02  0.0244049776   8446923         18.367         18.958
6754 -1.543964e-02 -0.0309228890  24788170         15.797         19.899
6755  3.219733e-02  0.0350216532  36030977         27.634         23.831
6756  1.412776e-02  0.0061425061  10174295         23.392         17.023
6757  1.412776e-02  0.0061425061  10174295         23.392         17.023
6758  6.625651e-03  0.0411736867  14596300         27.665         20.006
6759 -4.637144e-04 -0.0113858435   2008956         15.170         17.489
6760  2.100912e-02  0.0214555608  11004151         10.249         13.725
6761  1.784247e-02  0.0508275619  80314418         23.657         18.883
6762 -6.119327e-03 -0.0342512324   6441742         16.677         13.684
6763 -3.895788e-03 -0.0270270270   4419746         10.376          9.738
6764  1.641138e-02  0.0371991247   6607188         23.981         26.573
6765  2.355926e-02  0.0244049776   8446923         18.367         18.958
6766  1.412776e-02  0.0061425061  10174295         23.392         17.023
6767  1.412776e-02  0.0061425061  10174295         23.392         17.023
6768 -7.981121e-03 -0.0204433367   8638717         25.312         38.958
6769 -1.454716e-02 -0.0107930549    456020         15.756         16.031
6770 -5.680204e-03  0.0238568588   1461011         17.068         14.267
6771  3.219733e-02  0.0350216532  36030977         27.634         23.831
6772  1.412776e-02  0.0061425061  10174295         23.392         17.023
6773 -7.981121e-03 -0.0204433367   8638717         25.312         38.958
6774 -4.637144e-04 -0.0113858435   2008956         15.170         17.489
6775  2.248606e-02  0.0235653895  12680838         21.734         14.937
6776 -7.981121e-03 -0.0204433367   8638717         25.312         38.958
6777  1.412776e-02  0.0061425061  10174295         23.392         17.023
6778 -4.637144e-04 -0.0113858435   2008956         15.170         17.489
6779 -7.981121e-03 -0.0204433367   8638717         25.312         38.958
6780  1.412776e-02  0.0061425061  10174295         23.392         17.023
6781  1.607560e-02  0.0016435771   5400749         21.694         23.579
6782 -6.880241e-03 -0.0178456246   7462702         12.405         11.090
6783  1.901697e-02 -0.0260386191   6740300         37.476         24.947
6784  1.663422e-02  0.0007078393   3806543         21.986         21.091
6785  3.219733e-02  0.0350216532  36030977         27.634         23.831
6786 -7.981121e-03 -0.0204433367   8638717         25.312         38.958
6787  1.901697e-02 -0.0260386191   6740300         37.476         24.947
6788 -1.286725e-03  0.0353849453   9589150         19.531         20.160
6789 -1.543964e-02 -0.0309228890  24788170         15.797         19.899
6790 -3.745115e-02 -0.0495380076   4622595         18.783         19.242
6791  1.607560e-02  0.0016435771   5400749         21.694         23.579
6792 -7.981121e-03 -0.0204433367   8638717         25.312         38.958
6793 -6.880241e-03 -0.0178456246   7462702         12.405         11.090
6794  3.219733e-02  0.0350216532  36030977         27.634         23.831
6795 -1.543964e-02 -0.0309228890  24788170         15.797         19.899
6796 -7.345440e-03 -0.0110181596  15671575         10.298         10.167
6797 -2.578427e-02 -0.0210571551    913498         31.887         48.506
6798  6.203129e-03 -0.0072678456  32581315         40.787         29.559
6799 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6800  8.836790e-03 -0.0001803427  20541207         19.192         18.906
6801 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6802 -3.222361e-02 -0.0418372797   2763312         33.713         23.970
6803 -5.961252e-03  0.0004967710   9498500         13.622         20.414
6804  3.299857e-02  0.0439980870  22910545         27.897         32.569
6805 -5.961252e-03  0.0004967710   9498500         13.622         20.414
6806 -2.097466e-04 -0.0165589416    351828         30.630         21.336
6807 -8.294931e-03 -0.0238709677  32506192         44.754         27.567
6808  6.203129e-03 -0.0072678456  32581315         40.787         29.559
6809 -1.737791e-02 -0.0294764628  19044600         40.618         24.240
6810 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6811  8.836790e-03 -0.0001803427  20541207         19.192         18.906
6812 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6813 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6814 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6815  3.299857e-02  0.0439980870  22910545         27.897         32.569
6816 -1.882381e-02 -0.0230202026   3378587         23.071         19.158
6817 -8.294931e-03 -0.0238709677  32506192         44.754         27.567
6818 -3.223056e-02 -0.0644611187  12184673         33.193         21.983
6819  6.203129e-03 -0.0072678456  32581315         40.787         29.559
6820 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6821 -3.223056e-02 -0.0644611187  12184673         33.193         21.983
6822 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6823  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6824  3.299857e-02  0.0439980870  22910545         27.897         32.569
6825 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6826 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6827  4.126021e-03 -0.0065305899   2307596         38.222         25.977
6828 -1.737791e-02 -0.0294764628  19044600         40.618         24.240
6829 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6830 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6831 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6832 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6833  3.299857e-02  0.0439980870  22910545         27.897         32.569
6834  1.018630e-02 -0.0075056963   1217554         17.573         24.700
6835  3.525264e-02  0.0352526439  59669220         29.590         22.564
6836 -3.226639e-03 -0.0203923593  19748527         54.564         34.209
6837 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6838 -2.975420e-02 -0.0373005606   1596588         61.239         39.165
6839 -1.882381e-02 -0.0230202026   3378587         23.071         19.158
6840 -5.561590e-02 -0.0551814034  14873921         46.151         29.271
6841  6.203129e-03 -0.0072678456  32581315         40.787         29.559
6842 -9.784301e-03 -0.0164554147  26638830         32.107         29.250
6843 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6844 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6845 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6846  6.203129e-03 -0.0072678456  32581315         40.787         29.559
6847 -5.961252e-03  0.0004967710   9498500         13.622         20.414
6848 -1.921317e-02 -0.0241537054  16865074         15.510         14.305
6849 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6850 -5.961252e-03  0.0004967710   9498500         13.622         20.414
6851 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6852  3.299857e-02  0.0439980870  22910545         27.897         32.569
6853 -2.578427e-02 -0.0210571551    913498         31.887         48.506
6854 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6855 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6856 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6857 -8.294931e-03 -0.0238709677  32506192         44.754         27.567
6858 -2.578427e-02 -0.0210571551    913498         31.887         48.506
6859 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6860  4.126021e-03 -0.0065305899   2307596         38.222         25.977
6861 -5.675369e-03 -0.0215664018   8347725         32.133         28.974
6862 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6863 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6864 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6865 -6.230748e-03 -0.0252030244   5338244         64.642         39.855
6866  4.126021e-03 -0.0065305899   2307596         38.222         25.977
6867 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6868  5.116959e-03 -0.0226608187   6445963         36.875         42.996
6869 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6870  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6871 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6872 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6873 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6874 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6875 -1.672241e-02 -0.0372255344   2954419         27.783         21.679
6876 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6877 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6878 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6879 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6880 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6881 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6882 -5.570118e-03 -0.0097204019   1112086         22.923         18.275
6883  6.203129e-03 -0.0072678456  32581315         40.787         29.559
6884 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6885  1.801802e-02  0.0210210210     33705         55.038         43.290
6886 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6887 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6888 -1.778512e-01 -0.2049586777   1057164        102.727         64.692
6889 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6890 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6891 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6892 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6893 -5.961252e-03  0.0004967710   9498500         13.622         20.414
6894 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6895 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6896 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6897 -1.048444e-03  0.0081909665        80         47.909         33.268
6898 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6899 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
6900 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
6901  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6902  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6903  8.104175e-02  0.0648793566  10011678         50.168         31.748
6904 -8.294931e-03 -0.0238709677  32506192         44.754         27.567
6905  1.650218e-02  0.0194143343  25820404         18.927         17.460
6906 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6907 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6908 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
6909 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6910 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
6911 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6912 -2.578427e-02 -0.0210571551    913498         31.887         48.506
6913 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6914 -3.223056e-02 -0.0644611187  12184673         33.193         21.983
6915 -1.672241e-02 -0.0372255344   2954419         27.783         21.679
6916 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6917 -3.226639e-03 -0.0203923593  19748527         54.564         34.209
6918 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
6919 -5.961252e-03  0.0004967710   9498500         13.622         20.414
6920 -3.170828e-03 -0.0087197780   2159026         19.837         15.600
6921 -5.561590e-02 -0.0551814034  14873921         46.151         29.271
6922 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6923 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6924 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6925  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6926  3.299857e-02  0.0439980870  22910545         27.897         32.569
6927 -8.294931e-03 -0.0238709677  32506192         44.754         27.567
6928 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
6929 -1.737791e-02 -0.0294764628  19044600         40.618         24.240
6930 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6931 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6932 -8.068783e-03 -0.0144179894   7622219         46.003         30.349
6933 -4.325406e-02 -0.0532562792   2995425         33.975         22.642
6934 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6935 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6936  1.414052e-02  0.0290175284   3022424         17.684         19.594
6937  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6938  6.203129e-03 -0.0072678456  32581315         40.787         29.559
6939  1.716600e-02  0.0005982788   1906799         32.177         27.906
6940  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6941 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6942 -5.961252e-03  0.0004967710   9498500         13.622         20.414
6943 -4.929099e-02 -0.0469742361   5378932         77.333         45.933
6944  4.126021e-03 -0.0065305899   2307596         38.222         25.977
6945 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6946  4.126021e-03 -0.0065305899   2307596         38.222         25.977
6947 -8.068783e-03 -0.0144179894   7622219         46.003         30.349
6948 -1.534751e-02 -0.0212672660  12716854         19.947         14.302
6949  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6950 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6951  4.126021e-03 -0.0065305899   2307596         38.222         25.977
6952  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6953 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6954 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6955 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
6956 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
6957 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6958  6.203129e-03 -0.0072678456  32581315         40.787         29.559
6959 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
6960  4.126021e-03 -0.0065305899   2307596         38.222         25.977
6961 -3.222361e-02 -0.0418372797   2763312         33.713         23.970
6962  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6963 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6964 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6965 -1.478929e-02 -0.0399167205  10222553         47.991         28.050
6966 -2.876073e-02 -0.0066255082   6212000         26.708         22.930
6967 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6968 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6969 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6970  3.299857e-02  0.0439980870  22910545         27.897         32.569
6971 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
6972  9.016870e-03  0.0125072717   1238401         52.725         40.052
6973 -3.116236e-02 -0.0202555313   4519800         31.307         30.957
6974 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6975 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
6976 -1.882381e-02 -0.0230202026   3378587         23.071         19.158
6977  1.716600e-02  0.0005982788   1906799         32.177         27.906
6978 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
6979 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6980 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6981  5.946575e-02  0.0515406783   9261963         31.631         23.231
6982 -1.882381e-02 -0.0230202026   3378587         23.071         19.158
6983 -3.222361e-02 -0.0418372797   2763312         33.713         23.970
6984 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6985 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6986 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6987 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
6988 -3.222361e-02 -0.0418372797   2763312         33.713         23.970
6989 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
6990 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6991  9.825674e-03 -0.0047543582   8705346         34.121         23.542
6992 -1.307917e-03 -0.0034506748   3254902         33.301         26.615
6993 -5.961252e-03  0.0004967710   9498500         13.622         20.414
6994  4.126021e-03 -0.0065305899   2307596         38.222         25.977
6995 -8.834666e-03 -0.0319730753   7205519         38.187         28.051
6996 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
6997  2.636535e-03 -0.0312617702  22533342         28.016         20.729
6998 -1.672241e-02 -0.0372255344   2954419         27.783         21.679
6999  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7000  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7001 -2.578427e-02 -0.0210571551    913498         31.887         48.506
7002 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7003  3.525264e-02  0.0352526439  59669220         29.590         22.564
7004 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
7005 -4.929099e-02 -0.0469742361   5378932         77.333         45.933
7006 -3.116236e-02 -0.0202555313   4519800         31.307         30.957
7007 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
7008  4.545007e-05 -0.0197707802      8156         13.917         17.687
7009 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
7010  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7011  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7012 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
7013 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7014 -8.834666e-03 -0.0319730753   7205519         38.187         28.051
7015 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7016 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7017 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
7018  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7019 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7020  3.525264e-02  0.0352526439  59669220         29.590         22.564
7021 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
7022 -1.263584e-02 -0.0300732878    689482         37.796         25.137
7023  3.299857e-02  0.0439980870  22910545         27.897         32.569
7024 -2.770083e-03  0.0110803324        76         56.316         41.682
7025  4.735436e-02  0.0426509888   6957252         54.643         35.396
7026 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7027 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7028 -1.672241e-02 -0.0372255344   2954419         27.783         21.679
7029 -1.534751e-02 -0.0212672660  12716854         19.947         14.302
7030 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7031 -3.116236e-02 -0.0202555313   4519800         31.307         30.957
7032  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7033  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7034  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7035 -1.737791e-02 -0.0294764628  19044600         40.618         24.240
7036  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7037  3.525264e-02  0.0352526439  59669220         29.590         22.564
7038 -8.294931e-03 -0.0238709677  32506192         44.754         27.567
7039 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
7040 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7041 -2.139245e-03 -0.0122520420   4538224         23.726         17.193
7042 -1.168142e-02  0.0038938053  77369189         29.474         21.974
7043  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7044  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7045  3.525264e-02  0.0352526439  59669220         29.590         22.564
7046 -2.876073e-02 -0.0066255082   6212000         26.708         22.930
7047 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
7048 -3.222361e-02 -0.0418372797   2763312         33.713         23.970
7049 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7050  3.299857e-02  0.0439980870  22910545         27.897         32.569
7051  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7052 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
7053 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
7054 -2.139245e-03 -0.0122520420   4538224         23.726         17.193
7055  3.525264e-02  0.0352526439  59669220         29.590         22.564
7056 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7057 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7058  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7059 -3.223056e-02 -0.0644611187  12184673         33.193         21.983
7060 -8.068783e-03 -0.0144179894   7622219         46.003         30.349
7061 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7062  1.716600e-02  0.0005982788   1906799         32.177         27.906
7063 -2.443589e-02 -0.0233960695  11398373         25.599         16.607
7064 -1.534751e-02 -0.0212672660  12716854         19.947         14.302
7065  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7066 -8.068783e-03 -0.0144179894   7622219         46.003         30.349
7067 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7068 -3.116236e-02 -0.0202555313   4519800         31.307         30.957
7069 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7070  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7071 -1.263584e-02 -0.0300732878    689482         37.796         25.137
7072  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7073 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
7074 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
7075  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7076 -3.223056e-02 -0.0644611187  12184673         33.193         21.983
7077  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7078 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
7079 -1.921317e-02 -0.0241537054  16865074         15.510         14.305
7080 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7081 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7082 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7083 -5.675369e-03 -0.0215664018   8347725         32.133         28.974
7084 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7085 -2.131011e-02 -0.0265913092   4094033         19.063         16.380
7086 -2.155172e-02  0.0000000000    708181         31.366         27.695
7087 -8.294931e-03 -0.0238709677  32506192         44.754         27.567
7088 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7089 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7090  3.735409e-02  0.0221789883    446835         35.412         35.384
7091 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
7092 -5.487547e-03 -0.0126635711  15084839         24.961         20.660
7093 -1.921317e-02 -0.0241537054  16865074         15.510         14.305
7094 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7095 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7096 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7097 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7098  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7099 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7100 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
7101  3.299857e-02  0.0439980870  22910545         27.897         32.569
7102 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7103 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
7104 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7105 -4.307692e-03 -0.0230769231  30724973         25.179         18.153
7106 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7107 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7108 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7109 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7110  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7111 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7112  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7113 -2.975420e-02 -0.0373005606   1596588         61.239         39.165
7114 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7115 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
7116 -5.675369e-03 -0.0215664018   8347725         32.133         28.974
7117 -5.487547e-03 -0.0126635711  15084839         24.961         20.660
7118  1.716600e-02  0.0005982788   1906799         32.177         27.906
7119  1.716600e-02  0.0005982788   1906799         32.177         27.906
7120  1.716600e-02  0.0005982788   1906799         32.177         27.906
7121 -1.619021e-02  0.0003700620  17582467         27.567         20.330
7122  1.716600e-02  0.0005982788   1906799         32.177         27.906
7123 -1.921317e-02 -0.0241537054  16865074         15.510         14.305
7124 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7125 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
7126  8.104175e-02  0.0648793566  10011678         50.168         31.748
7127 -2.682612e-02 -0.0029088559   4952800         31.351         29.662
7128  3.299857e-02  0.0439980870  22910545         27.897         32.569
7129  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7130 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7131 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7132 -1.882381e-02 -0.0230202026   3378587         23.071         19.158
7133 -1.882381e-02 -0.0230202026   3378587         23.071         19.158
7134  1.018630e-02 -0.0075056963   1217554         17.573         24.700
7135  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7136  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7137 -1.370887e-03 -0.0170737787   9869509         24.734         18.379
7138 -1.882381e-02 -0.0230202026   3378587         23.071         19.158
7139 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
7140  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7141 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7142 -2.358409e-02 -0.0432948872   6056682         28.778         20.445
7143  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7144 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7145 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7146 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7147  9.825674e-03 -0.0047543582   8705346         34.121         23.542
7148 -3.916818e-02 -0.0738657668  18461040         77.507         51.917
7149 -2.859518e-02 -0.0512151836   1527107         26.745         23.387
7150  1.716600e-02  0.0005982788   1906799         32.177         27.906
7151 -9.036922e-03 -0.0101342628  21675084         35.673         27.967
7152 -5.517530e-03 -0.0290051504   5873995         51.804         34.387
7153  4.126021e-03 -0.0065305899   2307596         38.222         25.977
7154  6.203129e-03 -0.0072678456  32581315         40.787         29.559
7155  1.217391e-01  0.1033043478  39779447         58.203         35.868
7156  5.892911e-02  0.0538438528   1477718         52.587         40.553
7157 -8.664606e-03 -0.0118430792   2099838         18.118         23.879
7158  4.127213e-02  0.0207112153  16717233         80.447         53.359
7159  1.294971e-02  0.0127673157  33078726         42.100         29.662
7160  1.217391e-01  0.1033043478  39779447         58.203         35.868
7161  1.217391e-01  0.1033043478  39779447         58.203         35.868
7162  3.170581e-02  0.0139340034   5907246         51.688         34.372
7163  1.294971e-02  0.0127673157  33078726         42.100         29.662
7164  2.153506e-02  0.0083747469  32785475         44.559         27.373
7165  1.240899e-01  0.0910147173   7791636         49.840         31.783
7166 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7167  2.365557e-03 -0.0130894181   6895400         31.647         31.111
7168  4.127213e-02  0.0207112153  16717233         80.447         53.359
7169  3.170581e-02  0.0139340034   5907246         51.688         34.372
7170 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7171  1.058668e-02  0.0081605646  21356337         40.462         24.238
7172  3.170581e-02  0.0139340034   5907246         51.688         34.372
7173 -2.041913e-02 -0.0219117559   3509973         22.823         19.084
7174 -2.185792e-02 -0.0213114754  19103293         15.732         14.350
7175 -1.161290e-02 -0.0196415771   4744345         28.759         21.449
7176  3.170581e-02  0.0139340034   5907246         51.688         34.372
7177 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7178  3.170581e-02  0.0139340034   5907246         51.688         34.372
7179  1.217391e-01  0.1033043478  39779447         58.203         35.868
7180 -1.034037e-02 -0.0644118914  14931528         46.314         29.391
7181  1.185037e-02 -0.0001427756   8696873         46.729         28.039
7182 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7183 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7184 -1.161290e-02 -0.0196415771   4744345         28.759         21.449
7185  4.127213e-02  0.0207112153  16717233         80.447         53.359
7186  1.217391e-01  0.1033043478  39779447         58.203         35.868
7187 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7188 -3.758741e-02 -0.0503496503   2503720         30.722         24.062
7189  1.294971e-02  0.0127673157  33078726         42.100         29.662
7190  4.406414e-02  0.0229079639   7301200         46.148         29.772
7191  2.365557e-03 -0.0130894181   6895400         31.647         31.111
7192 -3.758741e-02 -0.0503496503   2503720         30.722         24.062
7193  4.406414e-02  0.0229079639   7301200         46.148         29.772
7194  1.217391e-01  0.1033043478  39779447         58.203         35.868
7195 -2.437835e-02 -0.0397367138   8549379         25.298         16.620
7196 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7197  4.127213e-02  0.0207112153  16717233         80.447         53.359
7198  1.358446e-02  0.0007919191    262100         30.571         21.011
7199  1.217391e-01  0.1033043478  39779447         58.203         35.868
7200  3.170581e-02  0.0139340034   5907246         51.688         34.372
7201 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7202 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7203  1.217391e-01  0.1033043478  39779447         58.203         35.868
7204 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7205  4.127213e-02  0.0207112153  16717233         80.447         53.359
7206  2.524476e-02  0.0138981885   2064289         38.805         26.117
7207 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7208 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7209 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7210 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7211 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7212 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7213  4.127213e-02  0.0207112153  16717233         80.447         53.359
7214 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7215  8.986520e-03  0.0054917624  18437600         13.583         20.260
7216  1.217391e-01  0.1033043478  39779447         58.203         35.868
7217  1.294971e-02  0.0127673157  33078726         42.100         29.662
7218  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7219 -1.813080e-02 -0.0356140730  13989247         20.583         14.904
7220  3.170581e-02  0.0139340034   5907246         51.688         34.372
7221  4.946971e-02  0.0444871521   5141616         61.771         40.021
7222  3.170581e-02  0.0139340034   5907246         51.688         34.372
7223  1.588202e-02 -0.0147475893  19521017         27.498         20.700
7224  4.127213e-02  0.0207112153  16717233         80.447         53.359
7225  1.217391e-01  0.1033043478  39779447         58.203         35.868
7226 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7227 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7228  2.524476e-02  0.0138981885   2064289         38.805         26.117
7229  3.170581e-02  0.0139340034   5907246         51.688         34.372
7230  2.524476e-02  0.0138981885   2064289         38.805         26.117
7231 -3.758741e-02 -0.0503496503   2503720         30.722         24.062
7232  1.294971e-02  0.0127673157  33078726         42.100         29.662
7233 -1.161290e-02 -0.0196415771   4744345         28.759         21.449
7234  1.294971e-02  0.0127673157  33078726         42.100         29.662
7235  3.170581e-02  0.0139340034   5907246         51.688         34.372
7236  1.217391e-01  0.1033043478  39779447         58.203         35.868
7237  4.127213e-02  0.0207112153  16717233         80.447         53.359
7238  1.217391e-01  0.1033043478  39779447         58.203         35.868
7239  6.400000e-02  0.0435789474   5090962         56.266         35.449
7240 -2.041913e-02 -0.0219117559   3509973         22.823         19.084
7241  3.170581e-02  0.0139340034   5907246         51.688         34.372
7242  3.170581e-02  0.0139340034   5907246         51.688         34.372
7243  1.217391e-01  0.1033043478  39779447         58.203         35.868
7244  2.197802e-02 -0.0073260073   6011590         21.162         24.093
7245  3.170581e-02  0.0139340034   5907246         51.688         34.372
7246  1.217391e-01  0.1033043478  39779447         58.203         35.868
7247  1.217391e-01  0.1033043478  39779447         58.203         35.868
7248  2.524476e-02  0.0138981885   2064289         38.805         26.117
7249  7.415254e-03  0.0049435028  64305353         29.593         22.030
7250  2.365557e-03 -0.0130894181   6895400         31.647         31.111
7251  6.579557e-03 -0.0088963025  15234549         26.716         20.303
7252  4.946971e-02  0.0444871521   5141616         61.771         40.021
7253  4.127213e-02  0.0207112153  16717233         80.447         53.359
7254  4.127213e-02  0.0207112153  16717233         80.447         53.359
7255 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7256  4.127213e-02  0.0207112153  16717233         80.447         53.359
7257  3.170581e-02  0.0139340034   5907246         51.688         34.372
7258 -1.161290e-02 -0.0196415771   4744345         28.759         21.449
7259 -2.795899e-02  0.0107176142  22309212         29.123         33.694
7260  1.217391e-01  0.1033043478  39779447         58.203         35.868
7261  3.170581e-02  0.0139340034   5907246         51.688         34.372
7262  4.406414e-02  0.0229079639   7301200         46.148         29.772
7263  3.170581e-02  0.0139340034   5907246         51.688         34.372
7264  2.106534e-02  0.0022809607   3597192         17.334         24.662
7265 -1.460298e-02 -0.0188621844  35133029         26.356         18.295
7266  1.294971e-02  0.0127673157  33078726         42.100         29.662
7267 -3.758741e-02 -0.0503496503   2503720         30.722         24.062
7268  2.524476e-02  0.0138981885   2064289         38.805         26.117
7269  4.127213e-02  0.0207112153  16717233         80.447         53.359
7270  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7271 -2.041913e-02 -0.0219117559   3509973         22.823         19.084
7272 -2.041913e-02 -0.0219117559   3509973         22.823         19.084
7273  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7274  3.529412e-02  0.0164705882  59831126         26.624         22.107
7275  1.217391e-01  0.1033043478  39779447         58.203         35.868
7276  1.294971e-02  0.0127673157  33078726         42.100         29.662
7277  1.358446e-02  0.0007919191    262100         30.571         21.011
7278  1.217391e-01  0.1033043478  39779447         58.203         35.868
7279  3.170581e-02  0.0139340034   5907246         51.688         34.372
7280 -1.813080e-02 -0.0356140730  13989247         20.583         14.904
7281  4.127213e-02  0.0207112153  16717233         80.447         53.359
7282 -8.362475e-03  0.0047133952   5031500         26.551         22.994
7283  3.170581e-02  0.0139340034   5907246         51.688         34.372
7284  1.217391e-01  0.1033043478  39779447         58.203         35.868
7285  1.217391e-01  0.1033043478  39779447         58.203         35.868
7286  1.217391e-01  0.1033043478  39779447         58.203         35.868
7287 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7288 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7289  1.217391e-01  0.1033043478  39779447         58.203         35.868
7290  1.217391e-01  0.1033043478  39779447         58.203         35.868
7291 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7292  1.334270e-01  0.1235955056   4716279         45.429         37.570
7293  4.127213e-02  0.0207112153  16717233         80.447         53.359
7294  1.058668e-02  0.0081605646  21356337         40.462         24.238
7295 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7296  1.358446e-02  0.0007919191    262100         30.571         21.011
7297  1.217391e-01  0.1033043478  39779447         58.203         35.868
7298  2.524476e-02  0.0138981885   2064289         38.805         26.117
7299  2.106534e-02  0.0022809607   3597192         17.334         24.662
7300 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7301  2.524476e-02  0.0138981885   2064289         38.805         26.117
7302 -2.041913e-02 -0.0219117559   3509973         22.823         19.084
7303  3.529412e-02  0.0164705882  59831126         26.624         22.107
7304  4.127213e-02  0.0207112153  16717233         80.447         53.359
7305  3.365520e-02  0.0108067142   3491612         33.085         25.876
7306  4.127213e-02  0.0207112153  16717233         80.447         53.359
7307  4.127213e-02  0.0207112153  16717233         80.447         53.359
7308 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7309 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7310  2.524476e-02  0.0138981885   2064289         38.805         26.117
7311 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7312 -8.362475e-03  0.0047133952   5031500         26.551         22.994
7313 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7314 -1.449028e-02 -0.0376747358  10180500         32.890         21.990
7315 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7316  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7317  2.524476e-02  0.0138981885   2064289         38.805         26.117
7318 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7319 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7320  1.217391e-01  0.1033043478  39779447         58.203         35.868
7321 -1.813080e-02 -0.0356140730  13989247         20.583         14.904
7322  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7323  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7324  4.127213e-02  0.0207112153  16717233         80.447         53.359
7325  3.170581e-02  0.0139340034   5907246         51.688         34.372
7326 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7327  2.365557e-03 -0.0130894181   6895400         31.647         31.111
7328 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7329  3.170581e-02  0.0139340034   5907246         51.688         34.372
7330 -2.041913e-02 -0.0219117559   3509973         22.823         19.084
7331  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7332 -7.205040e-02 -0.0943871707  30276433         53.098         31.395
7333  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7334  1.294971e-02  0.0127673157  33078726         42.100         29.662
7335  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7336  4.127213e-02  0.0207112153  16717233         80.447         53.359
7337  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7338  8.986520e-03  0.0054917624  18437600         13.583         20.260
7339  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7340 -1.460298e-02 -0.0188621844  35133029         26.356         18.295
7341 -1.449028e-02 -0.0376747358  10180500         32.890         21.990
7342 -1.449028e-02 -0.0376747358  10180500         32.890         21.990
7343  1.294971e-02  0.0127673157  33078726         42.100         29.662
7344  1.217391e-01  0.1033043478  39779447         58.203         35.868
7345  1.217391e-01  0.1033043478  39779447         58.203         35.868
7346  3.170581e-02  0.0139340034   5907246         51.688         34.372
7347  1.294971e-02  0.0127673157  33078726         42.100         29.662
7348  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7349  3.170581e-02  0.0139340034   5907246         51.688         34.372
7350 -2.041913e-02 -0.0219117559   3509973         22.823         19.084
7351  1.217391e-01  0.1033043478  39779447         58.203         35.868
7352 -1.161290e-02 -0.0196415771   4744345         28.759         21.449
7353  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7354 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7355  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7356 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7357  4.127213e-02  0.0207112153  16717233         80.447         53.359
7358 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7359 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7360 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7361  6.400000e-02  0.0435789474   5090962         56.266         35.449
7362 -1.280788e-02 -0.0477832512    880866         41.314         26.361
7363 -1.034037e-02 -0.0644118914  14931528         46.314         29.391
7364 -2.304881e-02 -0.0349479996   5726327         32.744         20.363
7365  1.217391e-01  0.1033043478  39779447         58.203         35.868
7366  1.217391e-01  0.1033043478  39779447         58.203         35.868
7367 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7368 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7369  6.400000e-02  0.0435789474   5090962         56.266         35.449
7370  8.498584e-03 -0.0072967637   2460024         27.274         19.116
7371  4.406414e-02  0.0229079639   7301200         46.148         29.772
7372  2.365557e-03 -0.0130894181   6895400         31.647         31.111
7373  3.170581e-02  0.0139340034   5907246         51.688         34.372
7374  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7375  1.217391e-01  0.1033043478  39779447         58.203         35.868
7376  2.153506e-02  0.0083747469  32785475         44.559         27.373
7377 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7378  4.127213e-02  0.0207112153  16717233         80.447         53.359
7379  1.294971e-02  0.0127673157  33078726         42.100         29.662
7380  2.524476e-02  0.0138981885   2064289         38.805         26.117
7381  2.365557e-03 -0.0130894181   6895400         31.647         31.111
7382  5.802708e-03  0.0137008382  26057609         19.765         17.538
7383  2.365557e-03 -0.0130894181   6895400         31.647         31.111
7384  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7385  1.217391e-01  0.1033043478  39779447         58.203         35.868
7386 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7387  2.106534e-02  0.0022809607   3597192         17.334         24.662
7388  2.106534e-02  0.0022809607   3597192         17.334         24.662
7389  9.787928e-04  0.0088091354   3906300         31.309         29.629
7390  4.127213e-02  0.0207112153  16717233         80.447         53.359
7391  5.033557e-03 -0.0071308725  11827007         38.342         28.077
7392  1.294971e-02  0.0127673157  33078726         42.100         29.662
7393  4.406414e-02  0.0229079639   7301200         46.148         29.772
7394  1.217391e-01  0.1033043478  39779447         58.203         35.868
7395  4.406414e-02  0.0229079639   7301200         46.148         29.772
7396 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7397 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7398  4.127213e-02  0.0207112153  16717233         80.447         53.359
7399  4.127213e-02  0.0207112153  16717233         80.447         53.359
7400 -1.283124e-01 -0.1272663877    581017        105.694         66.656
7401  3.529412e-02  0.0164705882  59831126         26.624         22.107
7402 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7403 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7404  1.217391e-01  0.1033043478  39779447         58.203         35.868
7405 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7406  4.406414e-02  0.0229079639   7301200         46.148         29.772
7407 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7408  2.153506e-02  0.0083747469  32785475         44.559         27.373
7409 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7410 -1.280788e-02 -0.0477832512    880866         41.314         26.361
7411 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7412 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7413  1.058668e-02  0.0081605646  21356337         40.462         24.238
7414  5.802708e-03  0.0137008382  26057609         19.765         17.538
7415  1.217391e-01  0.1033043478  39779447         58.203         35.868
7416 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7417  1.217391e-01  0.1033043478  39779447         58.203         35.868
7418 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7419  1.217391e-01  0.1033043478  39779447         58.203         35.868
7420  4.127213e-02  0.0207112153  16717233         80.447         53.359
7421  4.127213e-02  0.0207112153  16717233         80.447         53.359
7422  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7423  3.529412e-02  0.0164705882  59831126         26.624         22.107
7424 -1.460298e-02 -0.0188621844  35133029         26.356         18.295
7425 -3.662627e-02 -0.0191082803  86785513         32.739         41.266
7426  3.170581e-02  0.0139340034   5907246         51.688         34.372
7427 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7428  3.170581e-02  0.0139340034   5907246         51.688         34.372
7429 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7430 -2.795899e-02  0.0107176142  22309212         29.123         33.694
7431  1.217391e-01  0.1033043478  39779447         58.203         35.868
7432 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7433  1.217391e-01  0.1033043478  39779447         58.203         35.868
7434 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7435  3.529412e-02  0.0164705882  59831126         26.624         22.107
7436 -2.279226e-02 -0.0529015980  10430994         30.794         21.387
7437  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7438  3.070432e-02 -0.0020123337  19761347         35.723         27.856
7439  4.127213e-02  0.0207112153  16717233         80.447         53.359
7440 -8.362475e-03  0.0047133952   5031500         26.551         22.994
7441 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7442  1.217391e-01  0.1033043478  39779447         58.203         35.868
7443  1.217391e-01  0.1033043478  39779447         58.203         35.868
7444  1.217391e-01  0.1033043478  39779447         58.203         35.868
7445  4.127213e-02  0.0207112153  16717233         80.447         53.359
7446 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7447 -1.379310e-02 -0.0240864642   8950724         25.056         16.550
7448  1.217391e-01  0.1033043478  39779447         58.203         35.868
7449  2.153506e-02  0.0083747469  32785475         44.559         27.373
7450  1.294971e-02  0.0127673157  33078726         42.100         29.662
7451  8.193042e-03  0.0081930415      7385         67.308         71.938
7452  1.217391e-01  0.1033043478  39779447         58.203         35.868
7453 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7454 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7455 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7456  1.217391e-01  0.1033043478  39779447         58.203         35.868
7457 -1.161290e-02 -0.0196415771   4744345         28.759         21.449
7458  2.153506e-02  0.0083747469  32785475         44.559         27.373
7459 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7460  8.193042e-03  0.0081930415      7385         67.308         71.938
7461 -7.205040e-02 -0.0943871707  30276433         53.098         31.395
7462 -1.449028e-02 -0.0376747358  10180500         32.890         21.990
7463 -4.721621e-03 -0.0208109735   1949444         26.602         23.466
7464  8.572341e-03  0.0127673157  33078726         42.100         29.662
7465  1.137391e-01  0.1033043478  39779447         58.203         35.868
7466 -1.488646e-02 -0.0529015980  10430994         30.794         21.387
7467 -1.488646e-02 -0.0529015980  10430994         30.794         21.387
7468  3.837803e-02  0.0139340034   5907246         51.688         34.372
7469  1.137391e-01  0.1033043478  39779447         58.203         35.868
7470 -2.342657e-02 -0.0503496503   2503720         30.722         24.062
7471  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7472  3.837803e-02  0.0139340034   5907246         51.688         34.372
7473  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7474  8.572341e-03  0.0127673157  33078726         42.100         29.662
7475  7.988018e-03  0.0054917624  18437600         13.583         20.260
7476  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7477  3.837803e-02  0.0139340034   5907246         51.688         34.372
7478  2.027724e-02  0.0138981885   2064289         38.805         26.117
7479  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7480  1.137391e-01  0.1033043478  39779447         58.203         35.868
7481 -6.073083e-03 -0.0240864642   8950724         25.056         16.550
7482 -6.073083e-03 -0.0240864642   8950724         25.056         16.550
7483  1.137391e-01  0.1033043478  39779447         58.203         35.868
7484  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7485  1.258389e-03 -0.0071308725  11827007         38.342         28.077
7486  2.027724e-02  0.0138981885   2064289         38.805         26.117
7487  8.572341e-03  0.0127673157  33078726         42.100         29.662
7488  7.500852e-03 -0.0376747358  10180500         32.890         21.990
7489  3.837803e-02  0.0139340034   5907246         51.688         34.372
7490  2.027724e-02  0.0138981885   2064289         38.805         26.117
7491  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7492  1.658768e-02 -0.0644118914  14931528         46.314         29.391
7493  1.423177e-02  0.0142317746  16721947         25.206         20.767
7494 -1.488646e-02 -0.0529015980  10430994         30.794         21.387
7495 -6.073083e-03 -0.0240864642   8950724         25.056         16.550
7496  9.628160e-02  0.0207112153  16717233         80.447         53.359
7497 -4.298764e-03 -0.0219117559   3509973         22.823         19.084
7498  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7499  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7500  9.628160e-02  0.0207112153  16717233         80.447         53.359
7501  9.628160e-02  0.0207112153  16717233         80.447         53.359
7502  1.137391e-01  0.1033043478  39779447         58.203         35.868
7503  7.500852e-03 -0.0376747358  10180500         32.890         21.990
7504  9.628160e-02  0.0207112153  16717233         80.447         53.359
7505  1.886619e-02  0.0083747469  32785475         44.559         27.373
7506  3.837803e-02  0.0139340034   5907246         51.688         34.372
7507  1.258389e-03 -0.0071308725  11827007         38.342         28.077
7508  3.058887e-02  0.0229079639   7301200         46.148         29.772
7509  1.137391e-01  0.1033043478  39779447         58.203         35.868
7510  3.485881e-02 -0.0020123337  19761347         35.723         27.856
7511  1.137391e-01  0.1033043478  39779447         58.203         35.868
7512  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7513 -5.130836e-03 -0.0151359672   3912329         40.814         29.348
7514  9.628160e-02  0.0207112153  16717233         80.447         53.359
7515  3.485881e-02 -0.0020123337  19761347         35.723         27.856
7516  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7517  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7518  2.479316e-02  0.0007919191    262100         30.571         21.011
7519  3.837803e-02  0.0139340034   5907246         51.688         34.372
7520  9.628160e-02  0.0207112153  16717233         80.447         53.359
7521  2.426530e-03  0.0053922890   7274693         44.587         27.986
7522  1.137391e-01  0.1033043478  39779447         58.203         35.868
7523 -6.073083e-03 -0.0240864642   8950724         25.056         16.550
7524 -1.488646e-02 -0.0529015980  10430994         30.794         21.387
7525  1.137391e-01  0.1033043478  39779447         58.203         35.868
7526  1.137391e-01  0.1033043478  39779447         58.203         35.868
7527  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7528  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7529  1.140480e-02  0.0022809607   3597192         17.334         24.662
7530  3.837803e-02  0.0139340034   5907246         51.688         34.372
7531  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7532  8.572341e-03  0.0127673157  33078726         42.100         29.662
7533  9.628160e-02  0.0207112153  16717233         80.447         53.359
7534  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7535  1.137391e-01  0.1033043478  39779447         58.203         35.868
7536  9.628160e-02  0.0207112153  16717233         80.447         53.359
7537  1.573034e-03 -0.0161797753  18562548         33.907         20.024
7538  3.058887e-02  0.0229079639   7301200         46.148         29.772
7539  8.193042e-03  0.0081930415      7385         67.308         71.938
7540  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7541  9.628160e-02  0.0207112153  16717233         80.447         53.359
7542 -1.014461e-02 -0.0356140730  13989247         20.583         14.904
7543  1.137391e-01  0.1033043478  39779447         58.203         35.868
7544 -9.605735e-03 -0.0196415771   4744345         28.759         21.449
7545  1.137391e-01  0.1033043478  39779447         58.203         35.868
7546  9.628160e-02  0.0207112153  16717233         80.447         53.359
7547  9.628160e-02  0.0207112153  16717233         80.447         53.359
7548 -6.073083e-03 -0.0240864642   8950724         25.056         16.550
7549  1.882845e-02 -0.1272663877    581017        105.694         66.656
7550  9.628160e-02  0.0207112153  16717233         80.447         53.359
7551  1.137391e-01  0.1033043478  39779447         58.203         35.868
7552  9.628160e-02  0.0207112153  16717233         80.447         53.359
7553  1.137391e-01  0.1033043478  39779447         58.203         35.868
7554 -2.702703e-02  0.0107176142  22309212         29.123         33.694
7555  3.272727e-02  0.0235151515  92057905         23.487         21.780
7556 -5.733805e-03 -0.0071977553  12098692         23.058         17.198
7557 -4.298764e-03 -0.0219117559   3509973         22.823         19.084
7558  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7559  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7560  3.837803e-02  0.0139340034   5907246         51.688         34.372
7561 -1.488646e-02 -0.0529015980  10430994         30.794         21.387
7562  2.479316e-02  0.0007919191    262100         30.571         21.011
7563  8.572341e-03  0.0127673157  33078726         42.100         29.662
7564  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7565 -6.073083e-03 -0.0240864642   8950724         25.056         16.550
7566  8.572341e-03  0.0127673157  33078726         42.100         29.662
7567  1.137391e-01  0.1033043478  39779447         58.203         35.868
7568  3.834237e-02  0.0910147173   7791636         49.840         31.783
7569  1.137391e-01  0.1033043478  39779447         58.203         35.868
7570  9.628160e-02  0.0207112153  16717233         80.447         53.359
7571  9.628160e-02  0.0207112153  16717233         80.447         53.359
7572  9.628160e-02  0.0207112153  16717233         80.447         53.359
7573  8.572341e-03  0.0127673157  33078726         42.100         29.662
7574  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7575 -2.342657e-02 -0.0503496503   2503720         30.722         24.062
7576 -1.503410e-02 -0.0306881587   6907719         26.955         19.459
7577  8.572341e-03  0.0127673157  33078726         42.100         29.662
7578  3.837803e-02  0.0139340034   5907246         51.688         34.372
7579  3.058887e-02  0.0229079639   7301200         46.148         29.772
7580  7.500852e-03 -0.0376747358  10180500         32.890         21.990
7581  1.137391e-01  0.1033043478  39779447         58.203         35.868
7582  8.572341e-03  0.0127673157  33078726         42.100         29.662
7583  9.628160e-02  0.0207112153  16717233         80.447         53.359
7584 -6.073083e-03 -0.0240864642   8950724         25.056         16.550
7585  8.572341e-03  0.0127673157  33078726         42.100         29.662
7586  1.137391e-01  0.1033043478  39779447         58.203         35.868
7587  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7588  1.137391e-01  0.1033043478  39779447         58.203         35.868
7589  3.058887e-02  0.0229079639   7301200         46.148         29.772
7590  3.058887e-02  0.0229079639   7301200         46.148         29.772
7591  3.058887e-02  0.0229079639   7301200         46.148         29.772
7592  1.137391e-01  0.1033043478  39779447         58.203         35.868
7593  3.058887e-02  0.0229079639   7301200         46.148         29.772
7594  9.628160e-02  0.0207112153  16717233         80.447         53.359
7595 -2.342657e-02 -0.0503496503   2503720         30.722         24.062
7596 -2.342657e-02 -0.0503496503   2503720         30.722         24.062
7597  2.027724e-02  0.0138981885   2064289         38.805         26.117
7598  3.058887e-02  0.0229079639   7301200         46.148         29.772
7599 -4.298764e-03 -0.0219117559   3509973         22.823         19.084
7600 -5.733805e-03 -0.0071977553  12098692         23.058         17.198
7601  3.485881e-02 -0.0020123337  19761347         35.723         27.856
7602  3.058887e-02  0.0229079639   7301200         46.148         29.772
7603  3.837803e-02  0.0139340034   5907246         51.688         34.372
7604  1.423177e-02  0.0142317746  16721947         25.206         20.767
7605 -2.342657e-02 -0.0503496503   2503720         30.722         24.062
7606  9.628160e-02  0.0207112153  16717233         80.447         53.359
7607  9.628160e-02  0.0207112153  16717233         80.447         53.359
7608  9.628160e-02  0.0207112153  16717233         80.447         53.359
7609  1.137391e-01  0.1033043478  39779447         58.203         35.868
7610  3.837803e-02  0.0139340034   5907246         51.688         34.372
7611  2.958021e-02  0.0701695858   7004297         29.667         21.797
7612 -1.014461e-02 -0.0356140730  13989247         20.583         14.904
7613  9.628160e-02  0.0207112153  16717233         80.447         53.359
7614  3.485881e-02 -0.0020123337  19761347         35.723         27.856
7615  8.572341e-03  0.0127673157  33078726         42.100         29.662
7616  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7617  9.628160e-02  0.0207112153  16717233         80.447         53.359
7618 -2.239295e-02 -0.0349479996   5726327         32.744         20.363
7619 -2.239295e-02 -0.0349479996   5726327         32.744         20.363
7620  3.058887e-02  0.0229079639   7301200         46.148         29.772
7621 -5.137806e-03 -0.0118430792   2099838         18.118         23.879
7622  3.837803e-02  0.0139340034   5907246         51.688         34.372
7623  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7624  3.058887e-02  0.0229079639   7301200         46.148         29.772
7625  1.044046e-02  0.0088091354   3906300         31.309         29.629
7626  3.058887e-02  0.0229079639   7301200         46.148         29.772
7627  3.837803e-02  0.0139340034   5907246         51.688         34.372
7628  1.137391e-01  0.1033043478  39779447         58.203         35.868
7629  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7630  1.137391e-01  0.1033043478  39779447         58.203         35.868
7631  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7632  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7633  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7634  1.137391e-01  0.1033043478  39779447         58.203         35.868
7635 -3.632374e-02 -0.0397367138   8549379         25.298         16.620
7636  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7637  3.058887e-02  0.0229079639   7301200         46.148         29.772
7638  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7639  1.423177e-02  0.0142317746  16721947         25.206         20.767
7640  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7641  8.572341e-03  0.0127673157  33078726         42.100         29.662
7642  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7643  5.673461e-03 -0.0044126917  17768405         25.321         19.567
7644  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7645  1.137391e-01  0.1033043478  39779447         58.203         35.868
7646  8.296943e-03  0.0021834061   1782490         32.293         48.479
7647 -1.488646e-02 -0.0529015980  10430994         30.794         21.387
7648  8.296943e-03  0.0021834061   1782490         32.293         48.479
7649  9.628160e-02  0.0207112153  16717233         80.447         53.359
7650 -6.073083e-03 -0.0240864642   8950724         25.056         16.550
7651  4.295455e-02  0.0200000000  28368505         33.131         29.896
7652  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7653  8.296943e-03  0.0021834061   1782490         32.293         48.479
7654  8.296943e-03  0.0021834061   1782490         32.293         48.479
7655 -9.796807e-03 -0.0232220610   6060726         36.563         42.956
7656  9.628160e-02  0.0207112153  16717233         80.447         53.359
7657  4.640900e-02  0.0444871521   5141616         61.771         40.021
7658  9.628160e-02  0.0207112153  16717233         80.447         53.359
7659  8.296943e-03  0.0021834061   1782490         32.293         48.479
7660  3.837803e-02  0.0139340034   5907246         51.688         34.372
7661  1.137391e-01  0.1033043478  39779447         58.203         35.868
7662  8.296943e-03  0.0021834061   1782490         32.293         48.479
7663 -4.057524e-02 -0.0823061120  10706050         27.668         20.890
7664  4.289195e-03 -0.0208109735   1949444         26.602         23.466
7665  8.296943e-03  0.0021834061   1782490         32.293         48.479
7666  4.220399e-02  0.0207112153  16717233         80.447         53.359
7667 -2.536946e-02 -0.0477832512    880866         41.314         26.361
7668  5.362468e-03 -0.0208109735   1949444         26.602         23.466
7669 -1.008749e-02 -0.0240864642   8950724         25.056         16.550
7670 -6.578114e-03  0.0138981885   2064289         38.805         26.117
7671  5.362468e-03 -0.0208109735   1949444         26.602         23.466
7672  1.615721e-02  0.0021834061   1782490         32.293         48.479
7673  5.362468e-03 -0.0208109735   1949444         26.602         23.466
7674  1.615721e-02  0.0021834061   1782490         32.293         48.479
7675 -1.800699e-02 -0.0503496503   2503720         30.722         24.062
7676  9.739130e-02  0.1033043478  39779447         58.203         35.868
7677  5.362468e-03 -0.0208109735   1949444         26.602         23.466
7678  1.615721e-02  0.0021834061   1782490         32.293         48.479
7679  9.739130e-02  0.1033043478  39779447         58.203         35.868
7680  1.615721e-02  0.0021834061   1782490         32.293         48.479
7681  4.220399e-02  0.0207112153  16717233         80.447         53.359
7682 -1.125646e-02 -0.0188621844  35133029         26.356         18.295
7683 -1.500160e-02  0.0127673157  33078726         42.100         29.662
7684 -1.800699e-02 -0.0503496503   2503720         30.722         24.062
7685  1.615721e-02  0.0021834061   1782490         32.293         48.479
7686  4.220399e-02  0.0207112153  16717233         80.447         53.359
7687 -1.008749e-02 -0.0240864642   8950724         25.056         16.550
7688 -1.500160e-02  0.0127673157  33078726         42.100         29.662
7689  4.220399e-02  0.0207112153  16717233         80.447         53.359
7690 -1.125646e-02 -0.0188621844  35133029         26.356         18.295
7691  5.647517e-03 -0.0020123337  19761347         35.723         27.856
7692  4.220399e-02  0.0207112153  16717233         80.447         53.359
     lstm_polarity textblob_polarity
1               -1      0.000000e+00
2                1      0.000000e+00
3               -1      0.000000e+00
4                1      2.000000e-01
5               -1      0.000000e+00
6               -1      0.000000e+00
7               -1      0.000000e+00
8               -1      0.000000e+00
9               -1      2.500000e-01
10              -1      0.000000e+00
11              -1     -5.500000e-01
12               1      0.000000e+00
13              -1      0.000000e+00
14               1      1.000000e+00
15               1      4.000000e-01
16               1      0.000000e+00
17               1      0.000000e+00
18              -1      0.000000e+00
19               1      0.000000e+00
20               1      2.000000e-01
21              -1      0.000000e+00
22               1      0.000000e+00
23              -1      5.000000e-01
24              -1      0.000000e+00
25               1      2.500000e-01
26              -1      0.000000e+00
27               1     -1.200000e-01
28              -1      0.000000e+00
29               1      4.250000e-01
30               1      1.000000e-01
31              -1     -1.000000e-01
32              -1      1.666667e-01
33               1      1.619048e-01
34               1      0.000000e+00
35              -1      0.000000e+00
36               1      0.000000e+00
37              -1      5.000000e-01
38              -1     -1.000000e+00
39              -1      0.000000e+00
40               1      2.000000e-01
41              -1      0.000000e+00
42              -1      0.000000e+00
43               1      2.000000e-01
44               1      0.000000e+00
45              -1      0.000000e+00
46              -1      0.000000e+00
47              -1      0.000000e+00
48               1      0.000000e+00
49              -1      1.363636e-01
50              -1      0.000000e+00
51              -1      0.000000e+00
52               1      0.000000e+00
53               1      6.428571e-02
54               1      3.197917e-01
55               1      5.000000e-01
56               1      0.000000e+00
57              -1      0.000000e+00
58               1      0.000000e+00
59               1      0.000000e+00
60              -1      5.000000e-01
61               1      3.125000e-01
62              -1      2.272727e-01
63              -1      0.000000e+00
64               1      5.000000e-01
65               1     -5.000000e-02
66               1      0.000000e+00
67               1      2.000000e-01
68               1      0.000000e+00
69              -1      0.000000e+00
70               1      1.000000e+00
71              -1      2.272727e-01
72               1      0.000000e+00
73               1      3.500000e-01
74              -1      4.500000e-01
75              -1     -3.750000e-01
76              -1      0.000000e+00
77               1      6.666667e-02
78              -1      0.000000e+00
79               1      0.000000e+00
80               1      0.000000e+00
81               1      0.000000e+00
82               1      0.000000e+00
83               1      0.000000e+00
84               1      0.000000e+00
85              -1      5.000000e-01
86               1      0.000000e+00
87               1      0.000000e+00
88               1      0.000000e+00
89               1      0.000000e+00
90               1      2.000000e-01
91               1      0.000000e+00
92               1      0.000000e+00
93              -1      0.000000e+00
94              -1     -3.777778e-01
95              -1      0.000000e+00
96               1      0.000000e+00
97               1      0.000000e+00
98               1      0.000000e+00
99               1      0.000000e+00
100             -1      1.508929e-01
101             -1      0.000000e+00
102              1      0.000000e+00
103              1      2.000000e-01
104              1      0.000000e+00
105             -1      0.000000e+00
106              1      0.000000e+00
107              1      0.000000e+00
108              1      2.000000e-01
109              1      0.000000e+00
110             -1      0.000000e+00
111              1      0.000000e+00
112              1     -3.714286e-01
113             -1     -8.000000e-01
114              1      4.000000e-01
115             -1      2.272727e-01
116             -1      4.431818e-01
117             -1      1.750000e-01
118              1      3.000000e-01
119              1      0.000000e+00
120              1      0.000000e+00
121              1      0.000000e+00
122             -1      0.000000e+00
123              1      2.000000e-01
124              1      0.000000e+00
125             -1      0.000000e+00
126              1      0.000000e+00
127             -1      0.000000e+00
128              1     -7.777778e-02
129              1     -1.666667e-01
130              1      2.000000e-01
131              1      6.500000e-01
132              1      0.000000e+00
133             -1      0.000000e+00
134              1      4.318182e-02
135             -1      5.000000e-01
136             -1      2.272727e-01
137             -1     -4.000000e-01
138              1      2.000000e-01
139              1      2.000000e-01
140              1      0.000000e+00
141              1      0.000000e+00
142              1      4.000000e-01
143              1      0.000000e+00
144             -1      1.363636e-01
145             -1      0.000000e+00
146             -1      2.142857e-01
147              1      0.000000e+00
148              1      1.000000e+00
149             -1      8.000000e-02
150              1     -4.000000e-01
151             -1      2.500000e-01
152              1     -2.083333e-02
153             -1      1.000000e-01
154              1     -5.000000e-01
155              1      0.000000e+00
156              1     -1.250000e-01
157              1      0.000000e+00
158              1     -2.000000e-01
159              1      0.000000e+00
160              1      2.000000e-01
161              1     -5.500000e-01
162              1      0.000000e+00
163              1      2.000000e-01
164             -1      5.000000e-01
165              1      4.000000e-01
166             -1      0.000000e+00
167             -1      0.000000e+00
168             -1      0.000000e+00
169              1      0.000000e+00
170             -1      0.000000e+00
171              1      6.500000e-01
172              1      0.000000e+00
173              1      0.000000e+00
174              1      0.000000e+00
175              1      0.000000e+00
176              1      0.000000e+00
177              1      2.000000e-01
178              1      2.000000e-01
179              1      0.000000e+00
180             -1      0.000000e+00
181             -1      0.000000e+00
182             -1      2.272727e-01
183              1      0.000000e+00
184             -1      0.000000e+00
185              1      0.000000e+00
186              1      0.000000e+00
187              1      0.000000e+00
188              1      0.000000e+00
189              1      0.000000e+00
190              1      0.000000e+00
191              1      2.833333e-01
192              1      6.500000e-01
193              1      5.000000e-01
194              1      0.000000e+00
195              1      0.000000e+00
196             -1      0.000000e+00
197             -1      0.000000e+00
198              1      0.000000e+00
199              1      1.000000e+00
200             -1      0.000000e+00
201              1      2.000000e-01
202             -1      0.000000e+00
203             -1      5.000000e-01
204              1      0.000000e+00
205              1      0.000000e+00
206             -1      6.000000e-01
207              1      0.000000e+00
208             -1      0.000000e+00
209             -1      3.833333e-01
210             -1     -2.916667e-01
211             -1      0.000000e+00
212              1      0.000000e+00
213              1      2.113028e-01
214              1      0.000000e+00
215             -1      0.000000e+00
216             -1     -4.000000e-01
217              1      0.000000e+00
218              1      2.000000e-01
219             -1      0.000000e+00
220              1      0.000000e+00
221              1      0.000000e+00
222             -1     -2.041667e-01
223             -1     -6.000000e-01
224              1     -1.607143e-01
225              1      7.000000e-01
226              1     -5.000000e-01
227             -1      5.000000e-01
228              1      2.000000e-01
229             -1      2.500000e-01
230              1      0.000000e+00
231              1      0.000000e+00
232              1     -1.250000e-01
233              1      0.000000e+00
234              1      2.113028e-01
235             -1      0.000000e+00
236             -1      3.000000e-01
237              1      0.000000e+00
238             -1      0.000000e+00
239              1      2.113028e-01
240             -1      5.000000e-01
241             -1      0.000000e+00
242             -1      0.000000e+00
243              1      0.000000e+00
244              1      3.181818e-01
245              1      0.000000e+00
246              1      2.000000e-01
247              1      0.000000e+00
248              1      0.000000e+00
249              1      2.500000e-01
250              1      3.181818e-01
251              1      1.000000e+00
252              1     -1.750000e-01
253              1      2.000000e-01
254              1      1.000000e+00
255              1      5.000000e-01
256              1      6.500000e-01
257              1      2.000000e-01
258              1      0.000000e+00
259              1      0.000000e+00
260             -1      5.000000e-01
261             -1     -4.833333e-01
262              1      5.000000e-01
263              1      0.000000e+00
264             -1      0.000000e+00
265              1      2.000000e-01
266             -1      0.000000e+00
267              1      0.000000e+00
268              1     -2.083333e-02
269             -1      0.000000e+00
270              1      0.000000e+00
271              1      5.000000e-01
272              1      0.000000e+00
273             -1      0.000000e+00
274              1      5.000000e-01
275              1      0.000000e+00
276             -1      1.750000e-01
277              1      1.000000e-01
278             -1      0.000000e+00
279              1      2.000000e-01
280              1      0.000000e+00
281              1      5.000000e-01
282              1      8.000000e-01
283              1      8.000000e-01
284              1      5.000000e-01
285              1      5.000000e-01
286             -1      0.000000e+00
287             -1      0.000000e+00
288              1      0.000000e+00
289             -1      0.000000e+00
290              1      5.000000e-01
291              1      3.075397e-01
292              1      0.000000e+00
293              1      2.000000e-01
294             -1      5.000000e-02
295             -1     -1.666667e-01
296              1      0.000000e+00
297              1      0.000000e+00
298             -1     -1.000000e-01
299              1      0.000000e+00
300              1      0.000000e+00
301             -1      0.000000e+00
302              1      5.000000e-01
303             -1     -6.805556e-02
304             -1      0.000000e+00
305             -1      6.000000e-01
306              1      0.000000e+00
307              1      2.000000e-01
308             -1      0.000000e+00
309              1      0.000000e+00
310              1      0.000000e+00
311             -1      0.000000e+00
312              1     -2.500000e-01
313              1      5.000000e-01
314             -1      5.000000e-01
315              1      0.000000e+00
316              1      5.000000e-01
317              1      0.000000e+00
318              1      0.000000e+00
319              1      0.000000e+00
320              1      5.000000e-01
321              1      0.000000e+00
322             -1     -2.000000e-01
323             -1      0.000000e+00
324              1      0.000000e+00
325             -1      2.142857e-01
326             -1      0.000000e+00
327              1      8.000000e-01
328              1      6.250000e-01
329              1      1.666667e-01
330              1      5.000000e-01
331             -1      0.000000e+00
332              1      0.000000e+00
333              1      2.000000e-01
334              1      4.000000e-01
335             -1      0.000000e+00
336              1      0.000000e+00
337             -1     -3.333333e-01
338             -1     -3.333333e-02
339              1      2.113028e-01
340              1      2.000000e-01
341              1      0.000000e+00
342              1      2.000000e-01
343              1      2.750000e-01
344              1      5.000000e-01
345             -1     -3.500000e-01
346              1      0.000000e+00
347             -1     -1.000000e-01
348             -1      1.363636e-01
349              1      0.000000e+00
350              1      2.083333e-01
351              1      0.000000e+00
352              1      0.000000e+00
353             -1     -5.000000e-01
354              1      5.000000e-01
355              1      0.000000e+00
356              1      0.000000e+00
357              1      2.000000e-01
358             -1      5.000000e-01
359              1      1.000000e+00
360             -1      0.000000e+00
361              1      5.000000e-01
362              1      5.000000e-01
363             -1      0.000000e+00
364             -1      0.000000e+00
365              1      3.095238e-01
366              1      0.000000e+00
367              1      2.000000e-01
368              1      2.113028e-01
369              1      0.000000e+00
370             -1     -1.000000e-01
371              1      2.000000e-01
372              1      0.000000e+00
373              1      1.363636e-01
374              1      0.000000e+00
375              1      0.000000e+00
376              1      0.000000e+00
377              1      5.000000e-01
378              1      5.000000e-01
379              1      2.500000e-01
380              1      2.681818e-01
381             -1      0.000000e+00
382              1      7.500000e-01
383              1      0.000000e+00
384              1      0.000000e+00
385             -1      5.000000e-01
386             -1      0.000000e+00
387              1      0.000000e+00
388             -1      0.000000e+00
389              1     -2.083333e-02
390             -1      5.000000e-01
391              1      0.000000e+00
392              1      5.000000e-01
393             -1      1.187500e-01
394              1      0.000000e+00
395              1      0.000000e+00
396             -1      0.000000e+00
397              1      0.000000e+00
398              1      0.000000e+00
399              1      0.000000e+00
400              1      0.000000e+00
401              1      0.000000e+00
402             -1     -3.125000e-01
403              1      0.000000e+00
404             -1      0.000000e+00
405              1      0.000000e+00
406             -1      0.000000e+00
407              1      0.000000e+00
408              1      6.500000e-01
409              1      0.000000e+00
410             -1      0.000000e+00
411              1      6.875000e-01
412              1      0.000000e+00
413              1      3.666667e-01
414              1      0.000000e+00
415             -1      0.000000e+00
416             -1      0.000000e+00
417             -1      3.750000e-01
418             -1      0.000000e+00
419              1      0.000000e+00
420             -1     -8.000000e-01
421              1      6.500000e-01
422              1      0.000000e+00
423             -1     -8.500000e-01
424              1      0.000000e+00
425              1      0.000000e+00
426              1      4.000000e-01
427             -1      0.000000e+00
428             -1      5.000000e-01
429              1      5.000000e-01
430              1      0.000000e+00
431              1      2.500000e-01
432             -1      0.000000e+00
433              1      0.000000e+00
434              1      2.000000e-01
435             -1      0.000000e+00
436              1      0.000000e+00
437              1      0.000000e+00
438              1      3.333333e-01
439             -1      0.000000e+00
440              1     -5.500000e-01
441              1      0.000000e+00
442              1      0.000000e+00
443              1      2.785714e-01
444             -1      1.363636e-01
445              1      2.500000e-01
446             -1     -4.000000e-01
447              1      2.000000e-01
448              1      0.000000e+00
449              1      0.000000e+00
450              1      0.000000e+00
451              1      1.000000e-01
452              1      2.000000e-01
453              1      0.000000e+00
454              1      0.000000e+00
455              1      2.083333e-02
456             -1      0.000000e+00
457              1      5.000000e-02
458              1     -1.000000e-01
459              1     -1.000000e-01
460             -1      2.833333e-01
461              1      6.818182e-02
462              1      2.000000e-01
463              1      1.666667e-01
464             -1      5.357143e-02
465              1      2.500000e-01
466              1      0.000000e+00
467             -1      5.000000e-02
468              1      0.000000e+00
469              1      0.000000e+00
470             -1      8.000000e-01
471              1      0.000000e+00
472              1      0.000000e+00
473              1      0.000000e+00
474             -1      0.000000e+00
475              1     -1.000000e-01
476              1      0.000000e+00
477             -1      0.000000e+00
478             -1      0.000000e+00
479              1      0.000000e+00
480             -1     -1.000000e+00
481              1      0.000000e+00
482             -1      6.250000e-01
483             -1     -4.000000e-01
484              1     -5.500000e-01
485              1      0.000000e+00
486              1      0.000000e+00
487             -1      8.000000e-02
488             -1      0.000000e+00
489             -1      5.000000e-02
490              1      8.750000e-01
491              1      2.500000e-01
492              1      5.000000e-01
493              1      2.857143e-01
494             -1      0.000000e+00
495              1      0.000000e+00
496              1      1.000000e-01
497              1     -2.500000e-01
498             -1      0.000000e+00
499              1      0.000000e+00
500             -1      4.000000e-01
501              1      6.000000e-01
502              1      0.000000e+00
503              1      4.333333e-01
504              1      0.000000e+00
505              1      0.000000e+00
506              1      0.000000e+00
507             -1      1.047619e-01
508              1      2.000000e-01
509              1      0.000000e+00
510             -1      1.250000e-01
511              1      0.000000e+00
512             -1      0.000000e+00
513             -1     -5.000000e-02
514              1      5.000000e-01
515              1      0.000000e+00
516              1      2.500000e-01
517              1     -6.666667e-02
518             -1      0.000000e+00
519              1      0.000000e+00
520             -1      6.500000e-01
521             -1      0.000000e+00
522             -1     -5.000000e-01
523             -1      0.000000e+00
524             -1      1.428571e-01
525              1      0.000000e+00
526             -1      4.000000e-01
527              1      7.000000e-01
528              1     -2.083333e-02
529              1      0.000000e+00
530              1      0.000000e+00
531             -1      0.000000e+00
532              1     -5.000000e-01
533             -1      0.000000e+00
534             -1      1.000000e-01
535             -1      1.187500e-01
536             -1      0.000000e+00
537              1      8.055556e-02
538             -1      0.000000e+00
539              1      2.500000e-01
540              1      2.000000e-01
541              1      1.363636e-01
542              1     -4.000000e-01
543              1      2.000000e-01
544             -1      5.000000e-01
545             -1      0.000000e+00
546             -1     -2.000000e-01
547             -1     -1.666667e-01
548              1      2.500000e-01
549             -1      1.428571e-01
550              1      0.000000e+00
551              1      0.000000e+00
552             -1      1.428571e-01
553             -1     -1.500000e-01
554              1      8.750000e-01
555              1      8.750000e-01
556              1      0.000000e+00
557             -1      0.000000e+00
558              1      0.000000e+00
559             -1     -3.000000e-01
560              1      0.000000e+00
561              1      0.000000e+00
562              1      2.000000e-01
563              1      8.750000e-01
564              1      0.000000e+00
565              1      0.000000e+00
566              1      0.000000e+00
567              1      5.000000e-01
568             -1     -5.000000e-02
569              1      0.000000e+00
570             -1      0.000000e+00
571             -1      0.000000e+00
572             -1      0.000000e+00
573              1      0.000000e+00
574              1     -1.000000e-01
575              1      0.000000e+00
576              1      0.000000e+00
577             -1      0.000000e+00
578             -1      0.000000e+00
579              1      2.000000e-01
580              1      2.000000e-01
581              1      2.000000e-01
582              1      2.000000e-01
583              1      2.000000e-01
584              1      2.000000e-01
585              1      2.000000e-01
586             -1      2.272727e-01
587             -1      0.000000e+00
588              1      0.000000e+00
589             -1      2.500000e-01
590              1      0.000000e+00
591             -1      0.000000e+00
592             -1     -2.666667e-01
593              1     -1.250000e-01
594             -1      0.000000e+00
595              1      0.000000e+00
596              1      0.000000e+00
597             -1      0.000000e+00
598              1      0.000000e+00
599              1      0.000000e+00
600              1      2.725108e-01
601             -1     -5.250000e-01
602             -1     -1.000000e-01
603              1      5.000000e-01
604             -1      3.000000e-01
605              1      0.000000e+00
606              1      3.936508e-01
607             -1      0.000000e+00
608             -1      0.000000e+00
609              1      0.000000e+00
610             -1      2.556818e-01
611              1      0.000000e+00
612             -1      0.000000e+00
613              1      5.000000e-01
614              1      0.000000e+00
615             -1      1.363636e-01
616              1      1.000000e-01
617             -1      0.000000e+00
618              1      0.000000e+00
619              1      0.000000e+00
620             -1      4.166667e-02
621              1      0.000000e+00
622              1      0.000000e+00
623              1      0.000000e+00
624             -1      5.000000e-02
625              1      4.166667e-01
626              1     -2.083333e-02
627              1     -2.500000e-01
628             -1      1.645022e-01
629              1      6.500000e-01
630             -1      0.000000e+00
631             -1      0.000000e+00
632             -1      1.645022e-01
633             -1      6.250000e-03
634              1      0.000000e+00
635              1      2.000000e-01
636             -1      1.645022e-01
637              1      0.000000e+00
638              1      2.000000e-01
639             -1      0.000000e+00
640              1      0.000000e+00
641             -1      0.000000e+00
642              1      0.000000e+00
643              1      0.000000e+00
644             -1      1.645022e-01
645             -1     -5.000000e-01
646             -1      0.000000e+00
647             -1      1.363636e-01
648             -1      0.000000e+00
649              1      0.000000e+00
650              1      2.121212e-01
651             -1      0.000000e+00
652              1      4.750000e-01
653              1      5.000000e-01
654             -1      5.000000e-01
655             -1      5.000000e-01
656             -1      0.000000e+00
657              1      2.000000e-01
658              1      0.000000e+00
659             -1     -6.666667e-01
660              1      3.500000e-01
661             -1      3.277778e-01
662             -1      0.000000e+00
663             -1      3.000000e-01
664             -1      0.000000e+00
665             -1     -1.659091e-01
666              1      0.000000e+00
667              1      3.000000e-01
668              1      0.000000e+00
669             -1      0.000000e+00
670              1      3.500000e-01
671             -1      0.000000e+00
672              1     -3.333333e-01
673              1      4.125000e-01
674              1     -5.000000e-02
675              1     -5.500000e-01
676              1      0.000000e+00
677              1      0.000000e+00
678             -1      5.000000e-01
679             -1      1.645022e-01
680              1      1.363636e-01
681             -1      2.272727e-01
682              1     -1.000000e-01
683              1     -7.500000e-01
684              1      0.000000e+00
685             -1      2.250000e-01
686             -1      0.000000e+00
687              1      3.000000e-01
688             -1      0.000000e+00
689              1      0.000000e+00
690             -1      4.333333e-01
691              1      4.077778e-01
692              1      0.000000e+00
693              1      0.000000e+00
694             -1      5.000000e-01
695              1      8.000000e-01
696             -1     -1.555556e-01
697              1      0.000000e+00
698              1      0.000000e+00
699              1      5.000000e-01
700             -1      1.428571e-01
701             -1      2.000000e-01
702             -1      0.000000e+00
703             -1      2.000000e-01
704             -1      2.000000e-01
705              1      0.000000e+00
706              1      0.000000e+00
707             -1      4.000000e-01
708             -1      2.000000e-01
709              1     -5.500000e-01
710             -1      2.000000e-01
711             -1     -2.000000e-01
712             -1      2.000000e-01
713             -1      2.272727e-01
714              1      3.666667e-01
715             -1      2.000000e-01
716             -1      2.000000e-01
717             -1      2.666667e-01
718              1      0.000000e+00
719              1      0.000000e+00
720             -1      5.000000e-01
721             -1      0.000000e+00
722              1      0.000000e+00
723             -1      0.000000e+00
724              1      4.000000e-01
725             -1      0.000000e+00
726             -1      3.333333e-02
727              1      0.000000e+00
728              1      0.000000e+00
729              1      0.000000e+00
730             -1      4.750000e-01
731              1      0.000000e+00
732              1      1.181818e-01
733             -1      0.000000e+00
734              1      6.250000e-01
735             -1      0.000000e+00
736             -1      2.500000e-01
737              1      0.000000e+00
738              1      0.000000e+00
739             -1      0.000000e+00
740             -1     -7.000000e-01
741              1      2.500000e-01
742              1      0.000000e+00
743              1      1.000000e-01
744              1      0.000000e+00
745              1      1.000000e+00
746              1      0.000000e+00
747             -1     -1.333333e-01
748             -1      0.000000e+00
749             -1      0.000000e+00
750              1      0.000000e+00
751              1      0.000000e+00
752              1      0.000000e+00
753             -1      0.000000e+00
754              1      0.000000e+00
755              1      2.250000e-01
756              1      0.000000e+00
757             -1      0.000000e+00
758             -1      0.000000e+00
759              1      1.363636e-01
760              1      6.000000e-01
761              1      0.000000e+00
762             -1      5.666667e-01
763             -1      0.000000e+00
764              1      0.000000e+00
765              1      8.500000e-01
766             -1      0.000000e+00
767              1      1.000000e+00
768              1      5.000000e-01
769              1      1.000000e-01
770             -1      0.000000e+00
771              1      4.619048e-01
772             -1      2.666667e-01
773              1      5.000000e-01
774              1      0.000000e+00
775             -1      0.000000e+00
776              1      4.523810e-01
777              1      0.000000e+00
778             -1      0.000000e+00
779             -1      0.000000e+00
780              1      0.000000e+00
781             -1      1.097222e-01
782              1      1.363636e-01
783             -1      0.000000e+00
784             -1      0.000000e+00
785             -1      2.000000e-01
786              1      0.000000e+00
787              1      1.565657e-01
788             -1      0.000000e+00
789             -1      3.181818e-01
790              1      0.000000e+00
791             -1      2.687500e-01
792              1      2.333333e-01
793             -1      0.000000e+00
794              1      1.000000e-01
795             -1     -2.142857e-01
796              1     -8.000000e-01
797              1      7.500000e-01
798              1      4.500000e-01
799              1      1.363636e-01
800              1      0.000000e+00
801              1      0.000000e+00
802              1      0.000000e+00
803             -1      2.000000e-01
804              1     -3.000000e-01
805              1      0.000000e+00
806              1      5.000000e-01
807             -1      0.000000e+00
808              1      0.000000e+00
809             -1      0.000000e+00
810              1      5.000000e-01
811             -1      1.000000e-01
812             -1      0.000000e+00
813             -1      0.000000e+00
814              1      5.000000e-01
815             -1      1.000000e+00
816             -1      2.500000e-01
817              1      0.000000e+00
818              1      0.000000e+00
819              1      0.000000e+00
820              1      0.000000e+00
821              1      0.000000e+00
822              1      0.000000e+00
823              1      0.000000e+00
824             -1      0.000000e+00
825              1      0.000000e+00
826              1      0.000000e+00
827              1      0.000000e+00
828              1      0.000000e+00
829              1      0.000000e+00
830             -1      0.000000e+00
831              1      0.000000e+00
832              1      3.787879e-01
833             -1      0.000000e+00
834              1      0.000000e+00
835             -1      0.000000e+00
836             -1      6.818182e-02
837             -1     -1.555556e-01
838              1      0.000000e+00
839             -1      0.000000e+00
840             -1     -1.250000e-01
841              1      6.500000e-01
842              1      8.000000e-01
843              1      0.000000e+00
844             -1      6.000000e-01
845              1      5.000000e-02
846              1      0.000000e+00
847              1      8.500000e-01
848              1      0.000000e+00
849              1      2.000000e-01
850              1      1.000000e+00
851             -1      0.000000e+00
852             -1      0.000000e+00
853              1      0.000000e+00
854              1      0.000000e+00
855              1      0.000000e+00
856             -1      0.000000e+00
857             -1      2.777778e-01
858              1      0.000000e+00
859             -1      6.083333e-01
860              1      0.000000e+00
861             -1      0.000000e+00
862              1      7.000000e-01
863              1      0.000000e+00
864             -1      0.000000e+00
865              1      3.000000e-01
866              1      0.000000e+00
867              1      1.000000e+00
868             -1      0.000000e+00
869              1      0.000000e+00
870              1      5.500000e-01
871             -1      0.000000e+00
872              1      0.000000e+00
873              1      0.000000e+00
874             -1      0.000000e+00
875             -1      0.000000e+00
876             -1      0.000000e+00
877              1      1.000000e-01
878             -1      4.318182e-02
879              1      2.681818e-01
880              1      2.555556e-01
881             -1      5.625000e-01
882             -1      0.000000e+00
883              1      6.000000e-01
884              1      0.000000e+00
885             -1      0.000000e+00
886             -1      0.000000e+00
887             -1      1.600000e-01
888              1      1.000000e-01
889             -1      0.000000e+00
890              1      0.000000e+00
891             -1      5.000000e-01
892             -1      8.000000e-01
893             -1      5.000000e-01
894              1      4.000000e-01
895             -1      0.000000e+00
896             -1      0.000000e+00
897             -1      4.166667e-01
898             -1      0.000000e+00
899              1      0.000000e+00
900              1      3.750000e-01
901             -1      0.000000e+00
902             -1      2.500000e-02
903              1      0.000000e+00
904             -1      5.000000e-01
905              1      2.600000e-01
906             -1      5.000000e-02
907              1      0.000000e+00
908              1      0.000000e+00
909             -1      0.000000e+00
910              1      4.000000e-01
911             -1      0.000000e+00
912             -1     -1.000000e-01
913             -1      0.000000e+00
914             -1      0.000000e+00
915             -1      0.000000e+00
916             -1      0.000000e+00
917             -1      0.000000e+00
918             -1      0.000000e+00
919              1     -2.916667e-01
920             -1      0.000000e+00
921             -1      5.000000e-01
922             -1      2.000000e-01
923             -1      0.000000e+00
924             -1      0.000000e+00
925             -1      5.000000e-01
926              1      0.000000e+00
927             -1      3.333333e-01
928             -1      0.000000e+00
929              1      0.000000e+00
930              1     -3.000000e-01
931             -1      0.000000e+00
932             -1      5.000000e-01
933             -1      2.142857e-01
934              1     -8.333333e-02
935              1      0.000000e+00
936              1      0.000000e+00
937             -1      0.000000e+00
938              1     -6.250000e-01
939             -1     -3.333333e-01
940              1      0.000000e+00
941             -1     -6.000000e-01
942             -1      0.000000e+00
943             -1      0.000000e+00
944              1      2.000000e-01
945             -1      0.000000e+00
946              1      1.666667e-01
947              1      1.666667e-01
948              1      0.000000e+00
949             -1      0.000000e+00
950              1      0.000000e+00
951             -1      0.000000e+00
952             -1     -1.000000e-01
953              1      0.000000e+00
954              1     -5.000000e-02
955             -1      0.000000e+00
956             -1      2.000000e-01
957              1      0.000000e+00
958             -1      0.000000e+00
959              1     -2.343750e-01
960              1     -4.583333e-02
961             -1      0.000000e+00
962              1      0.000000e+00
963              1      5.000000e-01
964             -1      3.333333e-01
965             -1      6.250000e-01
966              1      0.000000e+00
967              1      4.875000e-01
968              1      0.000000e+00
969             -1      0.000000e+00
970             -1      3.500000e-01
971              1      1.000000e-01
972             -1      0.000000e+00
973             -1     -1.000000e+00
974             -1      0.000000e+00
975             -1      0.000000e+00
976              1      0.000000e+00
977             -1      7.000000e-01
978              1      3.500000e-01
979             -1      0.000000e+00
980             -1      1.666667e-01
981              1      4.687500e-01
982             -1     -6.000000e-01
983              1      8.000000e-01
984             -1      3.000000e-01
985             -1      0.000000e+00
986              1      4.666667e-01
987             -1      0.000000e+00
988             -1      1.166667e-01
989             -1     -8.333333e-02
990             -1      5.875000e-01
991             -1      5.000000e-01
992             -1      5.000000e-01
993              1      3.303571e-01
994             -1     -6.000000e-01
995              1      5.125000e-01
996             -1      0.000000e+00
997              1      5.000000e-01
998              1      5.833333e-02
999              1      0.000000e+00
1000             1      0.000000e+00
1001            -1      5.000000e-01
1002             1      0.000000e+00
1003             1      0.000000e+00
1004             1      4.500000e-01
1005             1      0.000000e+00
1006            -1      0.000000e+00
1007             1      0.000000e+00
1008             1      0.000000e+00
1009            -1      5.500000e-01
1010             1      3.181818e-01
1011             1      1.000000e-01
1012             1      0.000000e+00
1013            -1      0.000000e+00
1014             1      0.000000e+00
1015             1      0.000000e+00
1016             1      1.198232e-02
1017            -1      5.000000e-01
1018            -1      4.375000e-01
1019            -1      0.000000e+00
1020             1      0.000000e+00
1021            -1      0.000000e+00
1022            -1      4.583333e-01
1023            -1      0.000000e+00
1024             1      0.000000e+00
1025            -1      0.000000e+00
1026            -1      0.000000e+00
1027             1     -4.000000e-01
1028            -1     -1.250000e-01
1029            -1      0.000000e+00
1030             1      3.666667e-01
1031            -1      0.000000e+00
1032             1      2.000000e-01
1033            -1      0.000000e+00
1034            -1      0.000000e+00
1035             1     -1.000000e-01
1036            -1      0.000000e+00
1037            -1      0.000000e+00
1038             1      0.000000e+00
1039             1     -1.750000e-01
1040             1      1.000000e+00
1041            -1      0.000000e+00
1042             1      0.000000e+00
1043             1      1.000000e+00
1044            -1      8.000000e-01
1045            -1     -1.750000e-01
1046             1     -1.666667e-01
1047             1      8.000000e-01
1048             1      0.000000e+00
1049            -1      1.363636e-01
1050            -1      0.000000e+00
1051             1      7.000000e-01
1052             1      0.000000e+00
1053             1     -1.000000e+00
1054            -1      1.333333e-01
1055             1     -3.333333e-01
1056            -1      0.000000e+00
1057             1      2.937500e-01
1058             1      0.000000e+00
1059             1      0.000000e+00
1060             1      8.000000e-01
1061             1      0.000000e+00
1062            -1      5.000000e-01
1063             1      0.000000e+00
1064             1      0.000000e+00
1065            -1      0.000000e+00
1066            -1      0.000000e+00
1067             1      4.166667e-01
1068             1      3.333333e-01
1069             1      0.000000e+00
1070            -1      0.000000e+00
1071            -1      0.000000e+00
1072            -1      0.000000e+00
1073            -1      0.000000e+00
1074             1      0.000000e+00
1075             1      2.000000e-01
1076             1      8.000000e-01
1077            -1      0.000000e+00
1078             1     -1.555556e-01
1079             1      3.750000e-01
1080             1      0.000000e+00
1081             1      2.937500e-01
1082             1      0.000000e+00
1083            -1     -1.500000e-01
1084             1      6.250000e-01
1085             1      0.000000e+00
1086             1      0.000000e+00
1087             1      1.500000e-01
1088            -1     -6.000000e-01
1089            -1      0.000000e+00
1090             1      0.000000e+00
1091             1      3.750000e-01
1092             1      0.000000e+00
1093            -1     -5.000000e-01
1094            -1      0.000000e+00
1095             1      0.000000e+00
1096             1      0.000000e+00
1097             1      1.250000e-01
1098             1      7.500000e-01
1099             1     -4.000000e-01
1100             1      5.000000e-01
1101             1      0.000000e+00
1102             1      0.000000e+00
1103             1      0.000000e+00
1104             1      0.000000e+00
1105            -1      0.000000e+00
1106            -1      1.676768e-01
1107            -1      0.000000e+00
1108             1      0.000000e+00
1109            -1      1.000000e+00
1110             1      0.000000e+00
1111             1      0.000000e+00
1112             1      0.000000e+00
1113             1      0.000000e+00
1114            -1      1.000000e-01
1115             1      0.000000e+00
1116             1      0.000000e+00
1117            -1      0.000000e+00
1118             1      6.250000e-01
1119             1     -1.250000e-01
1120            -1     -1.750000e-01
1121             1      3.333333e-01
1122            -1      3.333333e-01
1123            -1      0.000000e+00
1124             1      3.145833e-01
1125             1      3.145833e-01
1126             1      1.363636e-01
1127             1      0.000000e+00
1128            -1      2.663352e-01
1129             1      3.428571e-01
1130            -1      0.000000e+00
1131             1      1.428571e-01
1132            -1      5.000000e-01
1133             1     -1.187500e-01
1134            -1     -7.500000e-01
1135             1     -6.000000e-01
1136            -1      0.000000e+00
1137             1      0.000000e+00
1138             1      0.000000e+00
1139             1      0.000000e+00
1140            -1      0.000000e+00
1141             1      0.000000e+00
1142             1      1.704545e-01
1143             1      2.916667e-01
1144             1      0.000000e+00
1145             1      0.000000e+00
1146             1      6.250000e-01
1147             1      2.666667e-01
1148             1      0.000000e+00
1149             1      0.000000e+00
1150             1      4.166667e-01
1151            -1      0.000000e+00
1152            -1      0.000000e+00
1153             1      4.166667e-01
1154            -1      2.625000e-01
1155            -1     -5.000000e-02
1156             1      0.000000e+00
1157            -1      0.000000e+00
1158            -1      4.583333e-01
1159            -1      0.000000e+00
1160             1      0.000000e+00
1161            -1      0.000000e+00
1162             1      0.000000e+00
1163             1      0.000000e+00
1164             1      0.000000e+00
1165            -1     -5.000000e-02
1166            -1     -5.000000e-02
1167             1      3.000000e-01
1168            -1      0.000000e+00
1169             1     -1.500000e-01
1170            -1      0.000000e+00
1171             1      3.500000e-01
1172            -1      2.000000e-01
1173             1      9.090909e-03
1174             1     -1.500000e-01
1175            -1      0.000000e+00
1176             1      4.166667e-01
1177             1      1.250000e-01
1178             1      0.000000e+00
1179             1     -1.000000e-01
1180            -1      0.000000e+00
1181            -1     -8.000000e-01
1182             1      0.000000e+00
1183            -1      5.000000e-01
1184             1      0.000000e+00
1185            -1     -1.000000e-01
1186            -1      0.000000e+00
1187             1      0.000000e+00
1188             1      0.000000e+00
1189             1     -1.444444e-01
1190             1      1.833333e-01
1191            -1      0.000000e+00
1192             1      0.000000e+00
1193             1      0.000000e+00
1194            -1      0.000000e+00
1195            -1      0.000000e+00
1196            -1      2.142857e-01
1197            -1      0.000000e+00
1198             1      0.000000e+00
1199             1      0.000000e+00
1200             1      1.363636e-01
1201             1      0.000000e+00
1202             1      0.000000e+00
1203            -1      0.000000e+00
1204             1      0.000000e+00
1205            -1     -1.000000e+00
1206            -1      0.000000e+00
1207            -1      0.000000e+00
1208             1      3.750000e-01
1209             1      0.000000e+00
1210             1      2.500000e-01
1211            -1      0.000000e+00
1212             1      3.750000e-01
1213            -1      0.000000e+00
1214            -1      0.000000e+00
1215            -1      0.000000e+00
1216            -1      4.000000e-01
1217             1      0.000000e+00
1218            -1      0.000000e+00
1219            -1      5.000000e-01
1220            -1     -2.916667e-01
1221             1      0.000000e+00
1222             1      3.750000e-01
1223            -1     -1.000000e-01
1224             1      0.000000e+00
1225             1      0.000000e+00
1226            -1      0.000000e+00
1227            -1      0.000000e+00
1228            -1      7.000000e-01
1229            -1      0.000000e+00
1230            -1      0.000000e+00
1231            -1      0.000000e+00
1232             1      0.000000e+00
1233             1      0.000000e+00
1234             1      0.000000e+00
1235            -1      0.000000e+00
1236            -1      5.000000e-01
1237             1      0.000000e+00
1238            -1      1.000000e+00
1239            -1     -6.250000e-01
1240            -1      2.500000e-01
1241            -1     -2.000000e-01
1242             1      0.000000e+00
1243            -1      0.000000e+00
1244             1      2.000000e-01
1245             1      0.000000e+00
1246            -1      1.363636e-01
1247             1      1.704545e-01
1248             1      0.000000e+00
1249            -1     -3.125000e-01
1250             1      0.000000e+00
1251             1      0.000000e+00
1252            -1      2.333333e-01
1253             1      0.000000e+00
1254             1      0.000000e+00
1255            -1      0.000000e+00
1256             1      1.000000e-01
1257             1      0.000000e+00
1258            -1      0.000000e+00
1259             1      1.500000e-01
1260             1     -7.000000e-01
1261            -1      0.000000e+00
1262             1      6.250000e-01
1263            -1      0.000000e+00
1264            -1      1.363636e-01
1265             1      5.000000e-01
1266            -1      0.000000e+00
1267             1      1.363636e-01
1268            -1      1.363636e-01
1269             1     -2.000000e-01
1270            -1      2.000000e-01
1271             1     -3.333333e-01
1272            -1      1.600000e-01
1273            -1      0.000000e+00
1274            -1      5.000000e-01
1275            -1      0.000000e+00
1276            -1      0.000000e+00
1277            -1     -1.750000e-01
1278             1      2.666667e-01
1279            -1     -1.666667e-01
1280             1      0.000000e+00
1281             1      0.000000e+00
1282             1      0.000000e+00
1283             1      0.000000e+00
1284            -1      0.000000e+00
1285             1      5.000000e-01
1286             1      1.000000e+00
1287            -1      1.000000e-01
1288            -1      4.000000e-01
1289             1      0.000000e+00
1290             1      4.333333e-01
1291            -1      0.000000e+00
1292             1      3.571429e-01
1293             1      1.777778e-01
1294            -1      0.000000e+00
1295            -1      6.250000e-01
1296             1      0.000000e+00
1297             1      0.000000e+00
1298            -1      6.818182e-02
1299             1      0.000000e+00
1300             1      1.500000e-01
1301            -1      5.000000e-01
1302             1      0.000000e+00
1303             1      3.750000e-01
1304            -1      6.818182e-02
1305             1      0.000000e+00
1306             1      0.000000e+00
1307             1      5.000000e-01
1308             1      0.000000e+00
1309             1      0.000000e+00
1310             1      0.000000e+00
1311             1      0.000000e+00
1312             1      0.000000e+00
1313            -1      2.375000e-01
1314            -1     -3.750000e-01
1315            -1     -5.000000e-02
1316             1      0.000000e+00
1317             1      0.000000e+00
1318             1      0.000000e+00
1319            -1      5.000000e-01
1320             1      2.500000e-01
1321             1      1.000000e-01
1322             1      1.000000e+00
1323            -1      0.000000e+00
1324            -1      0.000000e+00
1325             1      0.000000e+00
1326             1      6.000000e-01
1327             1      1.000000e+00
1328             1      0.000000e+00
1329            -1     -1.515152e-02
1330             1      0.000000e+00
1331             1      0.000000e+00
1332             1     -3.000000e-01
1333             1      0.000000e+00
1334            -1      0.000000e+00
1335            -1      5.000000e-01
1336             1      0.000000e+00
1337             1      1.000000e+00
1338            -1     -6.250000e-01
1339            -1      0.000000e+00
1340            -1      0.000000e+00
1341            -1      0.000000e+00
1342            -1      2.000000e-01
1343             1      8.000000e-01
1344            -1      0.000000e+00
1345             1      0.000000e+00
1346             1      0.000000e+00
1347             1      0.000000e+00
1348            -1     -2.500000e-01
1349             1      0.000000e+00
1350             1     -8.333333e-02
1351             1      3.750000e-02
1352            -1      0.000000e+00
1353             1     -2.500000e-01
1354             1      5.000000e-01
1355             1      0.000000e+00
1356            -1      0.000000e+00
1357             1      0.000000e+00
1358            -1      1.363636e-01
1359            -1      0.000000e+00
1360            -1      4.000000e-01
1361             1      0.000000e+00
1362            -1      0.000000e+00
1363            -1      0.000000e+00
1364             1     -1.250000e-01
1365            -1      0.000000e+00
1366            -1     -1.666667e-02
1367            -1      6.818182e-02
1368             1      0.000000e+00
1369            -1      0.000000e+00
1370            -1      0.000000e+00
1371            -1      3.181818e-01
1372            -1      0.000000e+00
1373             1      5.000000e-02
1374             1      0.000000e+00
1375            -1      0.000000e+00
1376             1      0.000000e+00
1377             1      1.250000e-01
1378             1      0.000000e+00
1379             1      1.250000e-01
1380             1      0.000000e+00
1381             1      0.000000e+00
1382            -1      4.000000e-01
1383             1      0.000000e+00
1384            -1      0.000000e+00
1385             1      0.000000e+00
1386            -1      0.000000e+00
1387             1      0.000000e+00
1388             1      0.000000e+00
1389            -1      0.000000e+00
1390            -1      4.500000e-01
1391            -1      0.000000e+00
1392             1      1.250000e-01
1393            -1      0.000000e+00
1394             1      0.000000e+00
1395             1      0.000000e+00
1396            -1      0.000000e+00
1397             1      1.250000e-01
1398            -1      0.000000e+00
1399            -1     -2.840909e-02
1400            -1      0.000000e+00
1401             1      1.250000e-01
1402             1      0.000000e+00
1403             1      5.000000e-01
1404             1      4.000000e-01
1405             1      8.000000e-01
1406             1      0.000000e+00
1407             1      1.363636e-01
1408             1      0.000000e+00
1409             1     -1.250000e-01
1410             1      0.000000e+00
1411            -1      0.000000e+00
1412             1      1.000000e+00
1413             1      1.250000e-01
1414            -1      0.000000e+00
1415            -1      5.000000e-02
1416            -1     -1.833333e-01
1417            -1      0.000000e+00
1418             1      0.000000e+00
1419             1      0.000000e+00
1420             1     -3.750000e-01
1421            -1      0.000000e+00
1422            -1      0.000000e+00
1423             1      0.000000e+00
1424             1      1.000000e+00
1425             1      0.000000e+00
1426            -1      0.000000e+00
1427             1      0.000000e+00
1428             1      2.500000e-01
1429            -1      0.000000e+00
1430            -1      0.000000e+00
1431             1      0.000000e+00
1432             1      0.000000e+00
1433            -1      0.000000e+00
1434             1      2.431818e-01
1435             1      0.000000e+00
1436             1      4.000000e-01
1437            -1      1.000000e-01
1438             1      5.000000e-01
1439            -1      0.000000e+00
1440             1      0.000000e+00
1441             1      0.000000e+00
1442            -1      1.500000e-01
1443            -1      4.666667e-01
1444             1      6.750000e-01
1445             1      7.000000e-01
1446            -1      0.000000e+00
1447             1      1.250000e-01
1448             1      0.000000e+00
1449             1      0.000000e+00
1450             1     -5.000000e-02
1451             1      0.000000e+00
1452             1      0.000000e+00
1453             1      3.750000e-01
1454            -1      0.000000e+00
1455            -1      0.000000e+00
1456             1      5.000000e-01
1457            -1      9.583333e-02
1458             1      0.000000e+00
1459             1      0.000000e+00
1460             1      0.000000e+00
1461             1      0.000000e+00
1462             1      0.000000e+00
1463             1      4.444444e-01
1464            -1      5.000000e-01
1465             1      1.250000e-01
1466             1      0.000000e+00
1467             1      0.000000e+00
1468            -1      0.000000e+00
1469             1      0.000000e+00
1470             1      0.000000e+00
1471             1      2.875000e-01
1472            -1      3.500000e-01
1473             1      0.000000e+00
1474             1      0.000000e+00
1475             1      0.000000e+00
1476             1      1.000000e-01
1477             1      2.000000e-01
1478             1      3.000000e-01
1479             1      3.500000e-01
1480             1      0.000000e+00
1481            -1      0.000000e+00
1482             1      2.000000e-01
1483            -1      0.000000e+00
1484             1      1.500000e-01
1485             1      0.000000e+00
1486             1      0.000000e+00
1487            -1      0.000000e+00
1488            -1     -2.000000e-01
1489            -1      0.000000e+00
1490             1      0.000000e+00
1491             1      5.000000e-01
1492             1      0.000000e+00
1493             1      0.000000e+00
1494             1      0.000000e+00
1495             1      6.250000e-02
1496             1      5.000000e-01
1497             1      5.000000e-01
1498             1      5.000000e-01
1499            -1      0.000000e+00
1500             1      5.000000e-01
1501            -1      4.375000e-01
1502             1      0.000000e+00
1503             1     -2.500000e-01
1504             1     -3.000000e-01
1505             1      2.500000e-01
1506            -1      0.000000e+00
1507             1      5.000000e-01
1508             1      2.352273e-01
1509             1      0.000000e+00
1510            -1     -3.500000e-01
1511             1      0.000000e+00
1512             1      6.000000e-01
1513            -1     -1.250000e-01
1514             1      0.000000e+00
1515             1      0.000000e+00
1516             1      0.000000e+00
1517            -1      2.142857e-01
1518            -1      0.000000e+00
1519             1      1.250000e-01
1520             1      0.000000e+00
1521             1      0.000000e+00
1522             1      5.000000e-01
1523             1      0.000000e+00
1524             1      0.000000e+00
1525             1      0.000000e+00
1526            -1      2.857143e-01
1527             1      0.000000e+00
1528             1      1.250000e-01
1529             1      5.000000e-02
1530            -1      2.500000e-01
1531             1      1.000000e+00
1532            -1      0.000000e+00
1533             1      0.000000e+00
1534             1      5.681818e-01
1535             1      0.000000e+00
1536            -1      2.000000e-01
1537             1      5.000000e-01
1538            -1     -7.722222e-02
1539             1      0.000000e+00
1540             1      2.727273e-01
1541             1      1.250000e-01
1542            -1      5.000000e-01
1543             1      1.500000e-01
1544             1      0.000000e+00
1545            -1      0.000000e+00
1546             1      4.000000e-01
1547             1      5.000000e-01
1548             1      0.000000e+00
1549            -1      1.600000e-01
1550             1      0.000000e+00
1551             1      5.000000e-01
1552             1      5.000000e-01
1553             1      5.000000e-01
1554            -1      4.000000e-01
1555            -1     -1.318182e-01
1556             1      5.000000e-01
1557             1      1.437500e-01
1558             1      0.000000e+00
1559             1      5.000000e-01
1560             1      1.500000e-01
1561             1      1.250000e-01
1562             1      5.000000e-01
1563            -1      0.000000e+00
1564             1      1.000000e+00
1565            -1     -1.000000e-01
1566             1      0.000000e+00
1567             1      1.250000e-01
1568             1      0.000000e+00
1569             1      5.000000e-01
1570             1      0.000000e+00
1571             1      0.000000e+00
1572             1      1.803571e-01
1573             1      3.500000e-01
1574             1      2.500000e-01
1575             1      0.000000e+00
1576            -1     -3.000000e-01
1577             1      0.000000e+00
1578             1     -8.571429e-02
1579            -1      3.166667e-01
1580             1      0.000000e+00
1581             1      3.333333e-02
1582             1      0.000000e+00
1583            -1      0.000000e+00
1584             1      8.000000e-01
1585            -1      0.000000e+00
1586             1      0.000000e+00
1587             1      0.000000e+00
1588             1     -1.500000e-01
1589            -1      5.000000e-02
1590             1      0.000000e+00
1591             1      2.500000e-01
1592             1     -3.750000e-01
1593            -1     -2.962963e-02
1594            -1      0.000000e+00
1595             1      0.000000e+00
1596            -1      0.000000e+00
1597            -1      0.000000e+00
1598            -1      0.000000e+00
1599            -1      0.000000e+00
1600             1      1.250000e-01
1601             1      4.107143e-02
1602             1      0.000000e+00
1603            -1      5.000000e-01
1604            -1      0.000000e+00
1605             1      0.000000e+00
1606             1      1.500000e-01
1607            -1      3.166667e-01
1608            -1      7.812500e-01
1609             1     -6.250000e-02
1610            -1      7.000000e-01
1611             1      0.000000e+00
1612             1      0.000000e+00
1613            -1      0.000000e+00
1614            -1      2.681818e-01
1615            -1      0.000000e+00
1616            -1      1.000000e-01
1617            -1      0.000000e+00
1618            -1      1.000000e-01
1619             1      3.000000e-01
1620            -1      0.000000e+00
1621             1      0.000000e+00
1622            -1     -3.000000e-01
1623             1     -4.000000e-01
1624            -1      3.166667e-01
1625             1      0.000000e+00
1626             1      0.000000e+00
1627             1      0.000000e+00
1628             1      0.000000e+00
1629             1      3.000000e-01
1630             1     -2.857143e-02
1631             1     -2.555556e-01
1632            -1      2.431818e-01
1633            -1      0.000000e+00
1634             1      3.000000e-01
1635             1      0.000000e+00
1636             1      0.000000e+00
1637            -1      0.000000e+00
1638             1      5.687500e-01
1639            -1      3.166667e-01
1640             1      0.000000e+00
1641            -1      3.166667e-01
1642             1      0.000000e+00
1643             1      5.000000e-01
1644             1      0.000000e+00
1645             1      0.000000e+00
1646             1      0.000000e+00
1647             1      0.000000e+00
1648             1     -2.000000e-01
1649             1      0.000000e+00
1650             1      0.000000e+00
1651            -1      1.704545e-01
1652            -1      1.363636e-01
1653             1      3.375000e-01
1654            -1      0.000000e+00
1655             1      0.000000e+00
1656            -1      0.000000e+00
1657             1      0.000000e+00
1658            -1     -3.333333e-01
1659             1      0.000000e+00
1660            -1     -3.333333e-01
1661             1      0.000000e+00
1662            -1     -3.333333e-01
1663            -1      3.166667e-01
1664            -1     -3.333333e-01
1665            -1     -3.333333e-01
1666             1      2.000000e-01
1667            -1     -4.000000e-01
1668            -1     -3.333333e-01
1669             1      5.000000e-02
1670             1      1.704545e-01
1671             1      5.000000e-01
1672            -1      0.000000e+00
1673             1      2.500000e-01
1674             1      5.000000e-02
1675             1     -3.000000e-01
1676             1      0.000000e+00
1677            -1     -4.000000e-01
1678             1     -5.000000e-01
1679             1      0.000000e+00
1680             1      3.000000e-01
1681             1      0.000000e+00
1682             1      0.000000e+00
1683            -1      0.000000e+00
1684             1      3.125000e-02
1685             1      6.250000e-02
1686             1      0.000000e+00
1687             1      0.000000e+00
1688            -1      0.000000e+00
1689            -1      3.666667e-01
1690             1     -1.000000e-01
1691            -1      0.000000e+00
1692             1      0.000000e+00
1693             1      0.000000e+00
1694            -1      0.000000e+00
1695            -1     -5.000000e-02
1696             1      3.125000e-02
1697             1      0.000000e+00
1698            -1     -7.500000e-02
1699             1      0.000000e+00
1700            -1      0.000000e+00
1701             1     -1.250000e-01
1702             1      0.000000e+00
1703            -1      0.000000e+00
1704             1      6.250000e-02
1705            -1      0.000000e+00
1706             1      5.000000e-01
1707             1      1.000000e+00
1708            -1      0.000000e+00
1709            -1      0.000000e+00
1710             1      1.000000e-01
1711             1      0.000000e+00
1712             1      0.000000e+00
1713            -1     -3.384615e-01
1714            -1      0.000000e+00
1715            -1      0.000000e+00
1716            -1      0.000000e+00
1717            -1      0.000000e+00
1718             1     -5.000000e-01
1719             1     -2.000000e-01
1720            -1      0.000000e+00
1721             1      1.666667e-01
1722             1      4.166667e-02
1723             1      1.565657e-01
1724             1     -2.500000e-01
1725            -1      0.000000e+00
1726             1      0.000000e+00
1727             1      0.000000e+00
1728             1      0.000000e+00
1729             1      0.000000e+00
1730            -1      0.000000e+00
1731             1      0.000000e+00
1732            -1      0.000000e+00
1733             1      0.000000e+00
1734             1      0.000000e+00
1735             1      0.000000e+00
1736             1      0.000000e+00
1737            -1      0.000000e+00
1738             1      2.500000e-01
1739             1     -1.666667e-01
1740             1      3.125000e-02
1741             1      0.000000e+00
1742            -1      3.666667e-01
1743            -1      0.000000e+00
1744            -1      0.000000e+00
1745            -1     -3.333333e-01
1746             1      0.000000e+00
1747            -1      6.000000e-01
1748            -1      0.000000e+00
1749             1      0.000000e+00
1750            -1      6.000000e-01
1751             1      2.000000e-01
1752             1      0.000000e+00
1753             1      8.000000e-02
1754            -1      1.222222e-01
1755            -1      0.000000e+00
1756             1      0.000000e+00
1757             1      4.166667e-02
1758             1      0.000000e+00
1759             1      5.000000e-01
1760             1      3.000000e-01
1761            -1      5.000000e-01
1762            -1      0.000000e+00
1763            -1      0.000000e+00
1764             1     -1.666667e-01
1765            -1      0.000000e+00
1766             1      0.000000e+00
1767             1      0.000000e+00
1768             1      1.666667e-01
1769             1      0.000000e+00
1770             1      4.333333e-01
1771             1      0.000000e+00
1772             1      0.000000e+00
1773             1      4.375000e-01
1774            -1     -3.181818e-02
1775             1      0.000000e+00
1776             1      0.000000e+00
1777             1      3.125000e-02
1778             1      5.000000e-01
1779             1      2.000000e-01
1780             1      0.000000e+00
1781            -1      0.000000e+00
1782            -1      5.000000e-01
1783            -1      0.000000e+00
1784             1      0.000000e+00
1785             1      0.000000e+00
1786             1      3.000000e-01
1787            -1      1.333333e-01
1788            -1     -2.666667e-01
1789             1      0.000000e+00
1790             1      0.000000e+00
1791            -1      4.000000e-01
1792             1      0.000000e+00
1793             1      2.500000e-01
1794             1     -6.000000e-01
1795             1      0.000000e+00
1796            -1      5.000000e-01
1797             1      0.000000e+00
1798            -1     -1.000000e+00
1799            -1      5.000000e-01
1800            -1      0.000000e+00
1801            -1      4.500000e-01
1802             1      3.125000e-02
1803            -1      1.000000e-01
1804            -1      7.000000e-01
1805            -1     -1.500000e-01
1806             1      0.000000e+00
1807            -1     -3.500000e-01
1808            -1      0.000000e+00
1809            -1      0.000000e+00
1810            -1     -1.555556e-01
1811            -1      5.000000e-01
1812             1     -8.000000e-01
1813             1      3.000000e-01
1814             1      0.000000e+00
1815            -1      1.363636e-01
1816            -1     -1.000000e-01
1817             1      0.000000e+00
1818            -1      4.437500e-01
1819            -1      5.000000e-01
1820            -1      0.000000e+00
1821            -1      0.000000e+00
1822            -1      0.000000e+00
1823             1      0.000000e+00
1824            -1      0.000000e+00
1825             1      7.500000e-01
1826            -1      0.000000e+00
1827             1     -3.444444e-01
1828            -1      0.000000e+00
1829            -1      1.000000e-01
1830             1     -2.916667e-01
1831            -1      2.500000e-01
1832            -1      0.000000e+00
1833            -1      1.000000e-01
1834            -1      0.000000e+00
1835            -1      1.562500e-01
1836            -1     -2.500000e-02
1837             1      3.500000e-01
1838             1     -8.333333e-02
1839             1      3.000000e-01
1840            -1      0.000000e+00
1841             1      4.166667e-02
1842             1      0.000000e+00
1843             1      3.333333e-02
1844             1     -2.000000e-01
1845            -1      8.000000e-01
1846             1      5.000000e-01
1847            -1      2.500000e-01
1848             1      0.000000e+00
1849             1      0.000000e+00
1850            -1      2.500000e-01
1851             1      0.000000e+00
1852             1      0.000000e+00
1853             1      0.000000e+00
1854            -1     -5.000000e-01
1855             1      0.000000e+00
1856             1      0.000000e+00
1857             1      0.000000e+00
1858             1     -5.000000e-01
1859             1      0.000000e+00
1860            -1      2.500000e-01
1861             1      0.000000e+00
1862             1      0.000000e+00
1863             1     -1.666667e-02
1864            -1      0.000000e+00
1865             1      0.000000e+00
1866            -1     -1.318182e-01
1867             1     -6.000000e-01
1868             1      5.666667e-01
1869             1      5.000000e-01
1870            -1      3.000000e-01
1871             1     -1.666667e-01
1872             1      0.000000e+00
1873             1      0.000000e+00
1874             1      0.000000e+00
1875             1      2.500000e-01
1876             1      0.000000e+00
1877             1      0.000000e+00
1878            -1      0.000000e+00
1879            -1      7.000000e-01
1880             1      0.000000e+00
1881             1      0.000000e+00
1882            -1      0.000000e+00
1883             1      0.000000e+00
1884             1      1.666667e-01
1885             1      1.363636e-01
1886             1      2.500000e-01
1887             1      1.300000e-01
1888             1      0.000000e+00
1889            -1      0.000000e+00
1890            -1      0.000000e+00
1891            -1      0.000000e+00
1892             1      0.000000e+00
1893             1     -2.500000e-01
1894            -1      0.000000e+00
1895             1      0.000000e+00
1896             1     -1.875000e-01
1897             1      5.340278e-01
1898            -1      0.000000e+00
1899             1      0.000000e+00
1900             1     -2.000000e-01
1901             1      0.000000e+00
1902             1      2.500000e-02
1903             1      2.500000e-01
1904            -1      0.000000e+00
1905             1      0.000000e+00
1906             1      0.000000e+00
1907            -1      0.000000e+00
1908             1      4.285714e-01
1909            -1     -1.875000e-01
1910             1      2.500000e-01
1911            -1      1.000000e+00
1912             1      0.000000e+00
1913            -1      0.000000e+00
1914            -1      1.000000e-01
1915            -1      0.000000e+00
1916             1     -2.250000e-01
1917            -1      0.000000e+00
1918            -1     -5.000000e-01
1919            -1      2.000000e-01
1920             1      0.000000e+00
1921            -1      7.500000e-02
1922            -1      0.000000e+00
1923            -1      0.000000e+00
1924             1      2.500000e-02
1925            -1      3.333333e-01
1926            -1      0.000000e+00
1927            -1      2.348485e-01
1928             1      5.000000e-01
1929             1      0.000000e+00
1930            -1      0.000000e+00
1931            -1      2.000000e-01
1932            -1      0.000000e+00
1933            -1      0.000000e+00
1934            -1      1.000000e-01
1935             1     -1.000000e-01
1936             1     -5.000000e-02
1937            -1      2.142857e-01
1938             1      3.125000e-02
1939            -1      2.083333e-01
1940            -1      0.000000e+00
1941             1      3.250000e-01
1942             1      6.250000e-02
1943            -1      0.000000e+00
1944             1      1.000000e-01
1945             1      0.000000e+00
1946             1      0.000000e+00
1947            -1      5.000000e-01
1948            -1      6.000000e-01
1949             1      0.000000e+00
1950             1      7.500000e-01
1951            -1      2.222222e-01
1952             1      0.000000e+00
1953            -1      7.500000e-01
1954             1      2.500000e-01
1955             1      0.000000e+00
1956            -1     -2.500000e-02
1957            -1      0.000000e+00
1958            -1      2.000000e-01
1959            -1      0.000000e+00
1960             1      3.125000e-02
1961            -1      0.000000e+00
1962             1      0.000000e+00
1963             1      2.500000e-01
1964             1      6.250000e-02
1965             1     -6.000000e-01
1966            -1      4.500000e-01
1967             1      7.500000e-01
1968             1      2.500000e-01
1969            -1      1.709957e-01
1970            -1      0.000000e+00
1971            -1      0.000000e+00
1972             1      0.000000e+00
1973             1      1.312500e-01
1974             1      0.000000e+00
1975            -1      5.000000e-01
1976            -1      5.000000e-01
1977             1      3.333333e-01
1978             1      0.000000e+00
1979            -1      2.500000e-01
1980             1      1.000000e-01
1981             1      0.000000e+00
1982             1     -5.000000e-01
1983            -1     -1.000000e-01
1984            -1      0.000000e+00
1985             1      0.000000e+00
1986             1      0.000000e+00
1987            -1      0.000000e+00
1988            -1      0.000000e+00
1989             1     -5.000000e-01
1990             1      0.000000e+00
1991             1      5.000000e-01
1992             1      2.333333e-01
1993            -1      0.000000e+00
1994             1     -2.444444e-01
1995             1     -2.444444e-01
1996             1     -5.000000e-01
1997             1     -2.444444e-01
1998             1     -2.444444e-01
1999             1     -2.444444e-01
2000             1     -2.444444e-01
2001            -1      1.250000e-01
2002             1      1.600000e-01
2003            -1      0.000000e+00
2004             1      0.000000e+00
2005             1      8.750000e-01
2006             1      3.181818e-01
2007             1      3.125000e-02
2008             1     -2.444444e-01
2009            -1      5.000000e-01
2010             1      0.000000e+00
2011             1      2.500000e-02
2012             1      3.125000e-02
2013             1      7.500000e-01
2014             1      0.000000e+00
2015             1      0.000000e+00
2016            -1      1.428571e-01
2017             1      8.500000e-01
2018             1     -6.666667e-02
2019             1      0.000000e+00
2020            -1      0.000000e+00
2021             1      0.000000e+00
2022             1      0.000000e+00
2023             1      4.250000e-01
2024             1      0.000000e+00
2025            -1      5.000000e-01
2026            -1      0.000000e+00
2027             1      0.000000e+00
2028            -1     -1.555556e-01
2029            -1      0.000000e+00
2030            -1      1.363636e-01
2031             1     -5.000000e-01
2032             1      0.000000e+00
2033             1      0.000000e+00
2034             1     -1.875000e-01
2035             1      4.333333e-01
2036            -1      0.000000e+00
2037            -1      0.000000e+00
2038            -1      0.000000e+00
2039            -1      0.000000e+00
2040            -1      0.000000e+00
2041            -1      0.000000e+00
2042            -1      0.000000e+00
2043            -1      0.000000e+00
2044            -1      2.500000e-01
2045             1      0.000000e+00
2046            -1      0.000000e+00
2047            -1     -1.318182e-01
2048             1      2.500000e-01
2049             1      4.500000e-01
2050            -1      0.000000e+00
2051             1      2.681818e-01
2052             1      1.666667e-01
2053            -1      1.363636e-01
2054             1      0.000000e+00
2055            -1      2.000000e-01
2056             1      0.000000e+00
2057            -1      0.000000e+00
2058             1      0.000000e+00
2059            -1      1.083333e-01
2060             1      0.000000e+00
2061             1      0.000000e+00
2062             1     -1.666667e-01
2063             1      2.500000e-01
2064             1      6.250000e-02
2065            -1      1.875000e-01
2066             1      1.666667e-01
2067             1      5.416667e-01
2068            -1      1.600000e-01
2069             1      0.000000e+00
2070            -1      1.000000e-01
2071            -1      0.000000e+00
2072            -1     -1.000000e-01
2073             1      3.928571e-01
2074             1     -2.916667e-01
2075            -1      0.000000e+00
2076             1      0.000000e+00
2077            -1      0.000000e+00
2078             1      0.000000e+00
2079             1      0.000000e+00
2080            -1      2.000000e-01
2081             1      0.000000e+00
2082             1     -6.666667e-02
2083             1     -6.666667e-02
2084            -1      0.000000e+00
2085             1      0.000000e+00
2086            -1      0.000000e+00
2087             1     -6.666667e-02
2088            -1      0.000000e+00
2089            -1      0.000000e+00
2090            -1      8.000000e-01
2091            -1      4.166667e-01
2092             1     -6.666667e-02
2093             1     -6.666667e-02
2094            -1     -1.666667e-01
2095             1      7.000000e-01
2096             1      0.000000e+00
2097             1     -1.555556e-01
2098            -1      0.000000e+00
2099            -1      0.000000e+00
2100            -1     -3.068182e-01
2101             1      0.000000e+00
2102             1     -3.000000e-01
2103            -1     -2.000000e-01
2104             1      0.000000e+00
2105            -1     -2.500000e-01
2106            -1     -2.500000e-01
2107            -1     -2.500000e-01
2108            -1      1.250000e-01
2109             1      4.500000e-01
2110            -1     -2.500000e-01
2111             1      1.363636e-01
2112             1      0.000000e+00
2113             1      0.000000e+00
2114            -1     -2.500000e-01
2115            -1      1.300000e-01
2116             1      0.000000e+00
2117             1      0.000000e+00
2118             1      0.000000e+00
2119             1      0.000000e+00
2120             1      0.000000e+00
2121             1      0.000000e+00
2122             1      1.500000e-01
2123             1      0.000000e+00
2124             1      0.000000e+00
2125            -1      0.000000e+00
2126             1      0.000000e+00
2127            -1      0.000000e+00
2128             1      0.000000e+00
2129             1      0.000000e+00
2130             1      0.000000e+00
2131            -1     -1.515152e-02
2132            -1     -9.375000e-02
2133             1      0.000000e+00
2134            -1      0.000000e+00
2135             1      6.000000e-01
2136            -1     -1.666667e-01
2137             1      2.395833e-01
2138             1      0.000000e+00
2139             1      0.000000e+00
2140             1     -1.250000e-01
2141            -1      5.000000e-01
2142             1     -4.000000e-01
2143             1      5.000000e-01
2144            -1      2.857143e-01
2145             1      3.500000e-01
2146             1      4.500000e-01
2147             1      0.000000e+00
2148             1      0.000000e+00
2149             1      0.000000e+00
2150             1      1.000000e-01
2151            -1      8.333333e-02
2152             1      0.000000e+00
2153             1     -3.333333e-02
2154             1      4.500000e-01
2155            -1      0.000000e+00
2156             1      2.681818e-01
2157             1      1.363636e-01
2158            -1      0.000000e+00
2159             1      0.000000e+00
2160            -1      0.000000e+00
2161             1      0.000000e+00
2162             1      2.083333e-01
2163             1      0.000000e+00
2164             1      1.250000e-01
2165            -1      5.000000e-01
2166             1      7.777778e-02
2167             1      6.818182e-02
2168            -1      0.000000e+00
2169             1      0.000000e+00
2170            -1     -2.750000e-01
2171             1      0.000000e+00
2172             1      0.000000e+00
2173             1      0.000000e+00
2174             1      0.000000e+00
2175             1      0.000000e+00
2176            -1      0.000000e+00
2177            -1     -4.000000e-01
2178             1      0.000000e+00
2179            -1      0.000000e+00
2180             1      5.000000e-01
2181             1      4.500000e-01
2182            -1     -2.500000e-01
2183             1      4.500000e-01
2184             1     -4.333333e-01
2185             1      0.000000e+00
2186             1     -2.500000e-01
2187             1      8.000000e-01
2188             1      8.000000e-01
2189             1      0.000000e+00
2190            -1      0.000000e+00
2191             1     -3.500000e-01
2192            -1      0.000000e+00
2193             1     -2.500000e-01
2194             1      0.000000e+00
2195             1      8.000000e-01
2196             1      0.000000e+00
2197             1      5.000000e-01
2198            -1      0.000000e+00
2199             1      4.500000e-01
2200            -1      0.000000e+00
2201            -1      0.000000e+00
2202            -1     -1.333333e-01
2203            -1      0.000000e+00
2204             1      0.000000e+00
2205            -1      0.000000e+00
2206             1      4.333333e-01
2207             1      0.000000e+00
2208             1      0.000000e+00
2209             1      0.000000e+00
2210             1      1.642857e-01
2211             1      0.000000e+00
2212             1      0.000000e+00
2213            -1      0.000000e+00
2214            -1      0.000000e+00
2215            -1      0.000000e+00
2216             1      4.000000e-01
2217             1      0.000000e+00
2218            -1      2.681818e-01
2219             1      4.312500e-01
2220             1      0.000000e+00
2221             1      0.000000e+00
2222             1      0.000000e+00
2223             1      4.787879e-01
2224             1      0.000000e+00
2225             1      3.500000e-01
2226             1      0.000000e+00
2227             1      0.000000e+00
2228             1      0.000000e+00
2229             1      5.000000e-01
2230            -1      2.500000e-01
2231            -1      0.000000e+00
2232             1      0.000000e+00
2233             1      2.323232e-02
2234             1      0.000000e+00
2235            -1      5.000000e-02
2236            -1      0.000000e+00
2237             1      0.000000e+00
2238             1      7.000000e-01
2239             1      0.000000e+00
2240            -1      0.000000e+00
2241             1      0.000000e+00
2242             1      0.000000e+00
2243            -1     -7.142857e-02
2244            -1     -1.444444e-01
2245            -1      5.000000e-01
2246             1      0.000000e+00
2247            -1      2.000000e-01
2248             1      1.363636e-01
2249             1      1.785714e-01
2250            -1     -4.000000e-01
2251            -1      0.000000e+00
2252             1      1.363636e-01
2253             1      4.500000e-01
2254             1      5.000000e-01
2255            -1      0.000000e+00
2256            -1      1.250000e-01
2257            -1     -6.000000e-01
2258             1      0.000000e+00
2259             1      0.000000e+00
2260             1      0.000000e+00
2261            -1     -7.142857e-02
2262            -1      5.000000e-01
2263             1      0.000000e+00
2264             1      0.000000e+00
2265             1      2.630952e-01
2266             1      0.000000e+00
2267             1      0.000000e+00
2268             1      0.000000e+00
2269             1      1.704545e-01
2270             1      0.000000e+00
2271            -1     -1.142857e-01
2272            -1      5.000000e-01
2273             1      5.416667e-02
2274             1      0.000000e+00
2275            -1      0.000000e+00
2276            -1      0.000000e+00
2277             1      0.000000e+00
2278            -1      0.000000e+00
2279            -1      0.000000e+00
2280            -1      0.000000e+00
2281             1      0.000000e+00
2282             1      0.000000e+00
2283            -1      1.000000e+00
2284            -1      0.000000e+00
2285             1      0.000000e+00
2286             1      3.500000e-01
2287             1      0.000000e+00
2288             1      1.187500e-01
2289             1      4.333333e-01
2290            -1      0.000000e+00
2291            -1      2.500000e-01
2292            -1     -3.333333e-01
2293            -1      0.000000e+00
2294            -1     -1.555556e-01
2295             1      0.000000e+00
2296             1      3.000000e-01
2297             1      0.000000e+00
2298             1      0.000000e+00
2299             1      3.000000e-01
2300             1      0.000000e+00
2301             1      0.000000e+00
2302             1      3.000000e-01
2303             1      1.363636e-01
2304             1      2.833333e-01
2305            -1      3.000000e-01
2306             1      3.000000e-01
2307             1     -2.500000e-02
2308             1      0.000000e+00
2309             1      1.666667e-01
2310             1      3.000000e-01
2311            -1      0.000000e+00
2312             1      0.000000e+00
2313             1      0.000000e+00
2314             1      1.600000e-01
2315             1      1.600000e-01
2316            -1     -5.000000e-02
2317             1      0.000000e+00
2318             1      0.000000e+00
2319             1      0.000000e+00
2320             1     -1.666667e-01
2321             1      0.000000e+00
2322             1      1.363636e-01
2323            -1      0.000000e+00
2324            -1      0.000000e+00
2325             1      3.000000e-01
2326             1      3.000000e-01
2327             1      0.000000e+00
2328            -1     -1.666667e-01
2329             1      3.000000e-01
2330             1      8.000000e-01
2331             1      2.000000e-01
2332            -1      0.000000e+00
2333            -1     -4.375000e-01
2334             1      3.000000e-01
2335             1      0.000000e+00
2336            -1      0.000000e+00
2337            -1      5.000000e-01
2338             1      3.000000e-01
2339             1      0.000000e+00
2340             1      0.000000e+00
2341            -1      5.000000e-01
2342             1      0.000000e+00
2343            -1      0.000000e+00
2344             1      3.000000e-01
2345            -1      3.500000e-01
2346            -1      0.000000e+00
2347            -1      0.000000e+00
2348             1      9.231771e-01
2349            -1      5.000000e-01
2350            -1      1.363636e-01
2351             1      4.000000e-01
2352             1      0.000000e+00
2353            -1      2.857143e-01
2354            -1     -7.500000e-01
2355             1      0.000000e+00
2356            -1      2.916667e-01
2357             1     -4.000000e-01
2358             1      4.000000e-01
2359             1      3.000000e-01
2360             1      0.000000e+00
2361             1      3.000000e-01
2362             1     -6.000000e-01
2363             1      3.000000e-01
2364            -1      1.166667e-01
2365            -1      0.000000e+00
2366             1      0.000000e+00
2367             1      4.166667e-01
2368            -1      1.666667e-01
2369             1      1.000000e-01
2370             1      3.000000e-01
2371            -1      5.000000e-02
2372             1      1.388889e-02
2373             1      3.000000e-01
2374             1      0.000000e+00
2375             1      3.000000e-01
2376            -1     -1.000000e+00
2377             1     -5.000000e-01
2378             1      0.000000e+00
2379            -1     -4.000000e-01
2380             1      3.000000e-01
2381             1      0.000000e+00
2382            -1      3.500000e-01
2383             1      2.000000e-01
2384            -1      0.000000e+00
2385             1      0.000000e+00
2386            -1      3.500000e-01
2387             1     -5.000000e-01
2388             1      3.000000e-01
2389            -1     -4.375000e-01
2390            -1      1.000000e-01
2391            -1      8.000000e-01
2392             1     -5.000000e-02
2393             1      1.666667e-02
2394             1     -2.666667e-01
2395             1      0.000000e+00
2396            -1      0.000000e+00
2397            -1      0.000000e+00
2398             1      3.000000e-01
2399            -1      0.000000e+00
2400             1      3.000000e-01
2401            -1      0.000000e+00
2402             1      0.000000e+00
2403            -1      2.000000e-01
2404             1      0.000000e+00
2405             1      0.000000e+00
2406             1      3.000000e-01
2407             1      3.000000e-01
2408            -1      0.000000e+00
2409            -1     -8.000000e-01
2410            -1      0.000000e+00
2411            -1      0.000000e+00
2412            -1      0.000000e+00
2413             1      3.000000e-01
2414             1      0.000000e+00
2415             1      0.000000e+00
2416             1      5.000000e-01
2417             1      0.000000e+00
2418             1     -5.000000e-02
2419            -1      0.000000e+00
2420             1      5.000000e-01
2421             1      5.000000e-01
2422             1      6.818182e-02
2423             1      0.000000e+00
2424             1      5.000000e-01
2425             1     -6.666667e-02
2426             1      1.666667e-01
2427            -1      0.000000e+00
2428             1      3.000000e-01
2429             1      0.000000e+00
2430             1      0.000000e+00
2431            -1      5.000000e-01
2432            -1      5.000000e-01
2433            -1      0.000000e+00
2434             1      0.000000e+00
2435            -1      0.000000e+00
2436             1      0.000000e+00
2437             1      4.500000e-01
2438             1      0.000000e+00
2439            -1      4.375000e-01
2440             1     -5.952381e-02
2441             1      0.000000e+00
2442             1      0.000000e+00
2443            -1      2.000000e-01
2444            -1      0.000000e+00
2445             1      0.000000e+00
2446            -1      0.000000e+00
2447             1      1.250000e-01
2448            -1      0.000000e+00
2449             1      0.000000e+00
2450             1      6.000000e-01
2451            -1      0.000000e+00
2452             1      0.000000e+00
2453            -1      0.000000e+00
2454            -1     -3.333333e-01
2455             1      3.000000e-01
2456            -1      0.000000e+00
2457             1      0.000000e+00
2458             1      0.000000e+00
2459            -1      0.000000e+00
2460             1      3.000000e-01
2461             1     -2.000000e-01
2462             1      0.000000e+00
2463             1      5.000000e-01
2464             1      0.000000e+00
2465             1      0.000000e+00
2466            -1     -6.500000e-01
2467             1      5.000000e-01
2468             1      0.000000e+00
2469             1      3.000000e-01
2470            -1      0.000000e+00
2471            -1      5.000000e-01
2472            -1     -2.000000e-01
2473             1      1.000000e-01
2474             1      0.000000e+00
2475             1      0.000000e+00
2476             1      0.000000e+00
2477            -1      0.000000e+00
2478             1      0.000000e+00
2479             1      4.500000e-01
2480             1      5.000000e-01
2481             1      6.500000e-01
2482             1     -1.555556e-01
2483            -1      1.000000e+00
2484            -1      0.000000e+00
2485            -1     -7.142857e-02
2486             1      0.000000e+00
2487             1      0.000000e+00
2488             1      0.000000e+00
2489            -1      0.000000e+00
2490             1      1.250000e-01
2491            -1      0.000000e+00
2492             1      0.000000e+00
2493            -1      0.000000e+00
2494             1      0.000000e+00
2495             1      0.000000e+00
2496             1      0.000000e+00
2497             1      0.000000e+00
2498             1      0.000000e+00
2499            -1      0.000000e+00
2500            -1      0.000000e+00
2501             1      1.000000e-01
2502             1      0.000000e+00
2503            -1      0.000000e+00
2504             1      1.444156e-01
2505            -1      0.000000e+00
2506             1      0.000000e+00
2507            -1      3.666667e-01
2508            -1      1.000000e-01
2509            -1      0.000000e+00
2510             1      2.000000e-01
2511            -1      0.000000e+00
2512             1      3.333333e-02
2513            -1      0.000000e+00
2514            -1      0.000000e+00
2515             1      7.000000e-01
2516             1      3.333333e-02
2517             1     -1.562500e-01
2518             1      3.333333e-02
2519            -1      0.000000e+00
2520             1      4.900000e-01
2521             1     -4.000000e-01
2522             1      0.000000e+00
2523             1      0.000000e+00
2524             1      0.000000e+00
2525             1      7.000000e-01
2526             1      3.000000e-01
2527            -1      0.000000e+00
2528             1      3.500000e-01
2529            -1      2.287879e-01
2530             1      0.000000e+00
2531            -1      0.000000e+00
2532             1     -4.000000e-01
2533             1      0.000000e+00
2534             1      3.000000e-01
2535            -1      0.000000e+00
2536             1      0.000000e+00
2537             1      4.750000e-01
2538             1      0.000000e+00
2539             1      0.000000e+00
2540             1      2.500000e-01
2541             1      0.000000e+00
2542             1      0.000000e+00
2543             1      0.000000e+00
2544             1      1.704545e-01
2545             1      0.000000e+00
2546             1      7.000000e-01
2547            -1     -6.250000e-01
2548            -1      0.000000e+00
2549             1      3.333333e-02
2550            -1      3.333333e-01
2551             1      6.250000e-01
2552             1      2.500000e-01
2553            -1      0.000000e+00
2554             1      0.000000e+00
2555             1      0.000000e+00
2556             1     -1.250000e-01
2557             1      0.000000e+00
2558             1      0.000000e+00
2559             1      0.000000e+00
2560             1      7.000000e-01
2561            -1      0.000000e+00
2562            -1     -4.000000e-01
2563             1      0.000000e+00
2564            -1      0.000000e+00
2565            -1      0.000000e+00
2566             1     -7.692308e-02
2567            -1      0.000000e+00
2568             1     -2.153846e-01
2569            -1      0.000000e+00
2570            -1      2.875000e-01
2571             1     -2.000000e-01
2572            -1      1.000000e-01
2573            -1      0.000000e+00
2574             1      0.000000e+00
2575             1      1.363636e-01
2576            -1      0.000000e+00
2577            -1      0.000000e+00
2578            -1      0.000000e+00
2579            -1      0.000000e+00
2580             1      0.000000e+00
2581             1      3.500000e-01
2582             1      0.000000e+00
2583            -1      0.000000e+00
2584             1      0.000000e+00
2585             1      7.000000e-01
2586            -1      3.125000e-01
2587             1      0.000000e+00
2588            -1     -5.000000e-01
2589            -1      0.000000e+00
2590            -1     -2.000000e-01
2591            -1      0.000000e+00
2592            -1      0.000000e+00
2593             1      0.000000e+00
2594             1      0.000000e+00
2595             1      0.000000e+00
2596             1      0.000000e+00
2597             1      3.333333e-02
2598            -1     -7.777778e-02
2599             1      3.333333e-02
2600             1      3.333333e-02
2601            -1     -5.000000e-02
2602             1     -1.000000e+00
2603             1      3.333333e-02
2604            -1      0.000000e+00
2605            -1      0.000000e+00
2606            -1      0.000000e+00
2607            -1      0.000000e+00
2608            -1      0.000000e+00
2609             1      0.000000e+00
2610             1      0.000000e+00
2611            -1      0.000000e+00
2612            -1      6.000000e-01
2613            -1      0.000000e+00
2614             1      0.000000e+00
2615             1      4.083333e-01
2616             1      3.000000e-01
2617             1      4.000000e-01
2618             1      0.000000e+00
2619             1      8.750000e-01
2620            -1      0.000000e+00
2621             1      0.000000e+00
2622             1      0.000000e+00
2623            -1      6.250000e-01
2624             1      4.545455e-02
2625             1      3.000000e-01
2626             1      0.000000e+00
2627             1      3.000000e-01
2628            -1      0.000000e+00
2629             1      1.363636e-01
2630            -1     -7.500000e-01
2631             1      7.000000e-01
2632             1      3.000000e-01
2633             1      0.000000e+00
2634            -1      0.000000e+00
2635             1      1.687500e-01
2636             1      0.000000e+00
2637             1      0.000000e+00
2638            -1      3.571429e-01
2639             1      0.000000e+00
2640             1      0.000000e+00
2641             1     -1.562500e-01
2642             1      4.000000e-01
2643             1      4.000000e-01
2644            -1      2.777778e-03
2645             1      0.000000e+00
2646            -1     -2.343750e-01
2647            -1      5.000000e-02
2648             1      1.687500e-01
2649             1      0.000000e+00
2650            -1      0.000000e+00
2651             1      0.000000e+00
2652            -1      0.000000e+00
2653             1      0.000000e+00
2654             1      1.687500e-01
2655             1      0.000000e+00
2656             1      0.000000e+00
2657             1      0.000000e+00
2658             1      0.000000e+00
2659             1      5.000000e-01
2660             1      1.687500e-01
2661            -1      0.000000e+00
2662             1      1.687500e-01
2663            -1      0.000000e+00
2664             1      0.000000e+00
2665            -1      0.000000e+00
2666            -1      0.000000e+00
2667            -1      1.000000e-01
2668             1     -2.500000e-01
2669             1      0.000000e+00
2670             1      0.000000e+00
2671             1      0.000000e+00
2672             1      0.000000e+00
2673             1      0.000000e+00
2674            -1     -7.142857e-02
2675            -1      0.000000e+00
2676             1      0.000000e+00
2677             1      1.687500e-01
2678             1      0.000000e+00
2679             1      0.000000e+00
2680            -1      0.000000e+00
2681             1      1.000000e-01
2682             1      0.000000e+00
2683             1      5.000000e-01
2684            -1     -3.125000e-01
2685             1     -1.159091e-01
2686            -1      0.000000e+00
2687             1      0.000000e+00
2688             1      6.250000e-01
2689             1      1.250000e-01
2690             1      0.000000e+00
2691             1      1.250000e-01
2692            -1      1.166667e-01
2693             1      2.500000e-01
2694            -1      1.333333e-01
2695            -1      4.681818e-01
2696             1      0.000000e+00
2697            -1      1.000000e-01
2698            -1      0.000000e+00
2699             1      0.000000e+00
2700             1      0.000000e+00
2701             1     -5.185185e-02
2702            -1     -5.000000e-01
2703            -1      0.000000e+00
2704             1      0.000000e+00
2705            -1      1.363636e-01
2706             1      2.500000e-01
2707             1      0.000000e+00
2708             1      8.000000e-01
2709            -1      0.000000e+00
2710             1      0.000000e+00
2711             1     -4.000000e-01
2712             1      0.000000e+00
2713            -1      0.000000e+00
2714             1      1.000000e+00
2715            -1      0.000000e+00
2716            -1      0.000000e+00
2717             1      0.000000e+00
2718            -1      0.000000e+00
2719             1      1.687500e-01
2720             1      0.000000e+00
2721             1      0.000000e+00
2722             1      4.000000e-01
2723            -1      3.500000e-01
2724             1      0.000000e+00
2725             1      0.000000e+00
2726            -1      0.000000e+00
2727            -1      0.000000e+00
2728             1      1.833333e-01
2729            -1      0.000000e+00
2730             1      1.687500e-01
2731            -1      0.000000e+00
2732             1      0.000000e+00
2733             1      1.363636e-01
2734             1      3.500000e-01
2735            -1      0.000000e+00
2736             1      3.000000e-01
2737            -1      4.583333e-01
2738            -1     -4.000000e-01
2739            -1      0.000000e+00
2740             1      0.000000e+00
2741            -1      1.000000e-01
2742            -1      1.562500e-01
2743            -1      0.000000e+00
2744             1      0.000000e+00
2745             1      0.000000e+00
2746            -1      0.000000e+00
2747            -1     -3.500000e-01
2748            -1      0.000000e+00
2749             1      8.000000e-01
2750            -1      1.250000e-01
2751             1      0.000000e+00
2752             1      0.000000e+00
2753             1      0.000000e+00
2754            -1     -4.000000e-01
2755            -1     -5.500000e-01
2756            -1     -5.555556e-02
2757             1      7.333333e-01
2758            -1      0.000000e+00
2759            -1      0.000000e+00
2760             1      1.687500e-01
2761             1      0.000000e+00
2762             1      8.000000e-01
2763             1      3.181818e-01
2764             1      7.000000e-01
2765             1      6.250000e-01
2766            -1      0.000000e+00
2767            -1      2.500000e-01
2768             1      5.750000e-01
2769            -1     -1.666667e-01
2770            -1      0.000000e+00
2771             1      0.000000e+00
2772            -1      7.000000e-01
2773            -1      7.000000e-01
2774            -1      0.000000e+00
2775             1      2.000000e-01
2776             1      0.000000e+00
2777             1      1.000000e+00
2778             1      0.000000e+00
2779             1      0.000000e+00
2780            -1      0.000000e+00
2781             1      0.000000e+00
2782             1      0.000000e+00
2783             1     -7.777778e-02
2784            -1      0.000000e+00
2785             1      5.000000e-01
2786            -1      1.875000e-01
2787            -1      7.000000e-01
2788            -1      0.000000e+00
2789            -1     -1.666667e-02
2790            -1     -5.000000e-02
2791             1      0.000000e+00
2792            -1      0.000000e+00
2793             1      0.000000e+00
2794            -1      0.000000e+00
2795             1      1.000000e-01
2796             1      0.000000e+00
2797             1      0.000000e+00
2798             1      0.000000e+00
2799            -1      2.000000e-01
2800             1      0.000000e+00
2801             1      0.000000e+00
2802             1      0.000000e+00
2803            -1      0.000000e+00
2804             1      0.000000e+00
2805            -1     -5.555556e-02
2806            -1      0.000000e+00
2807            -1     -3.000000e-01
2808            -1      2.681818e-01
2809             1      0.000000e+00
2810             1      6.250000e-01
2811            -1      0.000000e+00
2812             1      0.000000e+00
2813             1      0.000000e+00
2814             1      0.000000e+00
2815            -1      6.250000e-01
2816             1      0.000000e+00
2817            -1      3.333333e-01
2818             1      0.000000e+00
2819            -1      0.000000e+00
2820             1      0.000000e+00
2821            -1      0.000000e+00
2822             1      0.000000e+00
2823            -1      0.000000e+00
2824            -1      1.300000e-01
2825             1      0.000000e+00
2826             1      0.000000e+00
2827            -1      1.363636e-01
2828             1      1.562500e-01
2829            -1      0.000000e+00
2830             1      1.687500e-01
2831            -1      0.000000e+00
2832             1      0.000000e+00
2833             1      0.000000e+00
2834             1      6.093750e-01
2835             1      0.000000e+00
2836             1      1.687500e-01
2837             1      0.000000e+00
2838             1      1.687500e-01
2839             1      0.000000e+00
2840             1      0.000000e+00
2841             1      1.687500e-01
2842             1      1.562500e-01
2843            -1     -2.400000e-01
2844             1      0.000000e+00
2845            -1      0.000000e+00
2846            -1      6.000000e-01
2847            -1      0.000000e+00
2848            -1      7.000000e-01
2849             1      0.000000e+00
2850            -1     -8.000000e-01
2851            -1      4.333333e-01
2852             1      0.000000e+00
2853             1     -2.500000e-01
2854             1      0.000000e+00
2855             1      1.562500e-01
2856            -1      0.000000e+00
2857            -1      0.000000e+00
2858            -1      2.000000e-01
2859            -1     -7.500000e-01
2860            -1     -3.125000e-01
2861            -1      5.000000e-01
2862            -1      1.000000e+00
2863             1      8.333333e-02
2864            -1     -8.500000e-01
2865            -1      2.500000e-01
2866            -1      0.000000e+00
2867            -1      1.363636e-01
2868             1      0.000000e+00
2869            -1      4.000000e-01
2870            -1      0.000000e+00
2871             1      6.500000e-01
2872            -1      0.000000e+00
2873            -1      0.000000e+00
2874             1      0.000000e+00
2875            -1      1.363636e-01
2876            -1     -1.000000e+00
2877             1      2.500000e-01
2878             1      5.000000e-01
2879             1      0.000000e+00
2880             1      0.000000e+00
2881            -1      3.371212e-01
2882            -1      0.000000e+00
2883            -1     -6.000000e-01
2884             1      4.333333e-01
2885            -1      0.000000e+00
2886             1      2.619048e-01
2887             1      0.000000e+00
2888             1      0.000000e+00
2889             1      0.000000e+00
2890             1      0.000000e+00
2891            -1      0.000000e+00
2892            -1      0.000000e+00
2893            -1      0.000000e+00
2894             1      1.363636e-01
2895            -1      0.000000e+00
2896             1      3.181818e-01
2897             1      0.000000e+00
2898            -1      0.000000e+00
2899             1     -3.571429e-02
2900             1      0.000000e+00
2901             1      3.000000e-01
2902            -1      4.333333e-01
2903            -1      0.000000e+00
2904             1     -2.222222e-02
2905             1      1.687500e-01
2906             1      1.687500e-01
2907             1      0.000000e+00
2908             1      5.000000e-01
2909             1      0.000000e+00
2910             1      2.142857e-01
2911            -1      0.000000e+00
2912             1      0.000000e+00
2913             1      1.000000e-01
2914             1      0.000000e+00
2915            -1      0.000000e+00
2916             1      1.000000e-01
2917             1      0.000000e+00
2918            -1     -4.000000e-01
2919            -1      0.000000e+00
2920            -1      5.000000e-01
2921             1      8.333333e-02
2922            -1      0.000000e+00
2923             1      6.818182e-02
2924             1      0.000000e+00
2925             1      1.000000e+00
2926             1      0.000000e+00
2927             1      1.687500e-01
2928             1      0.000000e+00
2929            -1      0.000000e+00
2930             1      4.055195e-01
2931             1      0.000000e+00
2932            -1      0.000000e+00
2933             1      0.000000e+00
2934             1      8.000000e-01
2935             1      0.000000e+00
2936             1      4.121212e-01
2937            -1      6.000000e-01
2938             1      0.000000e+00
2939             1      0.000000e+00
2940             1      0.000000e+00
2941             1      0.000000e+00
2942             1      6.333333e-01
2943             1      3.375000e-01
2944             1      0.000000e+00
2945            -1      0.000000e+00
2946            -1      0.000000e+00
2947            -1      0.000000e+00
2948            -1      0.000000e+00
2949             1      0.000000e+00
2950            -1      0.000000e+00
2951            -1      0.000000e+00
2952            -1      0.000000e+00
2953            -1      0.000000e+00
2954            -1      0.000000e+00
2955            -1      0.000000e+00
2956            -1      0.000000e+00
2957            -1      0.000000e+00
2958            -1      0.000000e+00
2959            -1      0.000000e+00
2960            -1      0.000000e+00
2961            -1      0.000000e+00
2962            -1      0.000000e+00
2963            -1      0.000000e+00
2964            -1      0.000000e+00
2965            -1      0.000000e+00
2966            -1      0.000000e+00
2967            -1      0.000000e+00
2968            -1      0.000000e+00
2969            -1      0.000000e+00
2970             1      1.000000e+00
2971            -1      0.000000e+00
2972            -1      0.000000e+00
2973            -1      0.000000e+00
2974            -1      0.000000e+00
2975            -1     -4.000000e-01
2976            -1      0.000000e+00
2977            -1     -1.000000e-01
2978             1      1.687500e-01
2979             1      0.000000e+00
2980            -1      0.000000e+00
2981             1      0.000000e+00
2982             1      0.000000e+00
2983            -1     -1.000000e-01
2984             1      0.000000e+00
2985             1      0.000000e+00
2986             1      0.000000e+00
2987             1      0.000000e+00
2988            -1      0.000000e+00
2989             1     -4.000000e-01
2990             1      0.000000e+00
2991             1      0.000000e+00
2992             1      7.000000e-01
2993            -1      2.130682e-01
2994             1      0.000000e+00
2995             1      0.000000e+00
2996             1      1.708333e-01
2997            -1      3.125000e-01
2998            -1      1.000000e+00
2999             1     -4.000000e-01
3000            -1      0.000000e+00
3001            -1      2.500000e-01
3002             1      0.000000e+00
3003            -1      0.000000e+00
3004             1      0.000000e+00
3005             1      1.110223e-17
3006             1      0.000000e+00
3007            -1      0.000000e+00
3008             1      0.000000e+00
3009             1      1.687500e-01
3010             1      0.000000e+00
3011             1      0.000000e+00
3012             1      0.000000e+00
3013            -1      0.000000e+00
3014            -1      0.000000e+00
3015            -1      0.000000e+00
3016            -1      0.000000e+00
3017            -1      0.000000e+00
3018             1      0.000000e+00
3019             1      0.000000e+00
3020             1      7.333333e-01
3021             1      0.000000e+00
3022             1      0.000000e+00
3023             1      0.000000e+00
3024             1      1.000000e+00
3025             1      1.000000e+00
3026             1      0.000000e+00
3027             1      1.000000e+00
3028            -1     -6.500000e-01
3029             1      1.687500e-01
3030            -1      5.000000e-01
3031            -1      0.000000e+00
3032             1      0.000000e+00
3033             1      3.745455e-01
3034             1      0.000000e+00
3035             1      1.250000e-01
3036            -1      0.000000e+00
3037            -1      4.687500e-01
3038             1      1.000000e-01
3039             1      5.000000e-01
3040             1      0.000000e+00
3041             1      0.000000e+00
3042             1      0.000000e+00
3043             1      0.000000e+00
3044             1     -3.000000e-01
3045             1     -3.000000e-01
3046             1     -1.555556e-01
3047            -1      0.000000e+00
3048             1      8.000000e-01
3049             1      1.687500e-01
3050             1      0.000000e+00
3051             1      1.000000e+00
3052             1      1.687500e-01
3053             1      0.000000e+00
3054             1     -3.500000e-01
3055             1      0.000000e+00
3056            -1      0.000000e+00
3057             1      1.000000e-01
3058             1      0.000000e+00
3059             1      0.000000e+00
3060             1      0.000000e+00
3061            -1     -1.875000e-01
3062             1      0.000000e+00
3063             1      8.333333e-02
3064            -1      8.000000e-01
3065             1      0.000000e+00
3066            -1      0.000000e+00
3067             1      0.000000e+00
3068            -1      0.000000e+00
3069            -1      0.000000e+00
3070            -1      0.000000e+00
3071             1      0.000000e+00
3072             1      6.000000e-01
3073             1      2.142857e-01
3074             1      0.000000e+00
3075            -1     -6.666667e-01
3076            -1      5.000000e-02
3077            -1      0.000000e+00
3078             1     -2.083333e-01
3079             1      0.000000e+00
3080            -1      2.500000e-01
3081            -1      0.000000e+00
3082             1      0.000000e+00
3083            -1     -1.666667e-01
3084            -1     -1.000000e-01
3085             1      0.000000e+00
3086             1      0.000000e+00
3087             1      0.000000e+00
3088             1      0.000000e+00
3089             1      0.000000e+00
3090             1      0.000000e+00
3091             1      5.000000e-01
3092            -1      0.000000e+00
3093             1      0.000000e+00
3094             1      0.000000e+00
3095            -1      0.000000e+00
3096             1      0.000000e+00
3097             1      0.000000e+00
3098             1      6.000000e-01
3099            -1      0.000000e+00
3100            -1      5.000000e-02
3101             1      3.229167e-01
3102             1      0.000000e+00
3103            -1     -6.250000e-02
3104             1      0.000000e+00
3105             1      3.750000e-01
3106             1      5.000000e-01
3107            -1      0.000000e+00
3108            -1      0.000000e+00
3109             1      0.000000e+00
3110             1      6.818182e-02
3111            -1     -4.000000e-01
3112             1      0.000000e+00
3113             1      0.000000e+00
3114             1      0.000000e+00
3115             1      0.000000e+00
3116            -1      0.000000e+00
3117            -1      0.000000e+00
3118            -1      4.000000e-01
3119             1     -8.000000e-01
3120            -1      4.000000e-01
3121             1     -1.666667e-01
3122            -1      0.000000e+00
3123            -1      0.000000e+00
3124             1      0.000000e+00
3125             1      0.000000e+00
3126             1      5.250000e-01
3127            -1      1.500000e-01
3128             1      0.000000e+00
3129            -1     -2.750000e-01
3130            -1     -2.750000e-01
3131            -1     -2.750000e-01
3132             1      0.000000e+00
3133             1      0.000000e+00
3134            -1      3.750000e-01
3135             1      2.500000e-01
3136            -1      0.000000e+00
3137             1      0.000000e+00
3138             1      0.000000e+00
3139            -1      0.000000e+00
3140             1      0.000000e+00
3141             1      0.000000e+00
3142            -1      0.000000e+00
3143             1      1.500000e-01
3144             1      1.363636e-01
3145            -1      0.000000e+00
3146             1      0.000000e+00
3147            -1      0.000000e+00
3148            -1     -8.333333e-02
3149            -1      3.323864e-02
3150             1      0.000000e+00
3151             1      0.000000e+00
3152            -1      1.250000e-01
3153             1      0.000000e+00
3154             1      1.000000e-01
3155            -1      0.000000e+00
3156             1      1.000000e+00
3157            -1     -4.000000e-01
3158             1      0.000000e+00
3159             1      0.000000e+00
3160            -1      0.000000e+00
3161            -1      0.000000e+00
3162             1      0.000000e+00
3163            -1     -3.125000e-01
3164             1     -1.250000e-01
3165             1      2.500000e-01
3166             1      0.000000e+00
3167             1      0.000000e+00
3168            -1      0.000000e+00
3169             1      3.000000e-01
3170             1      0.000000e+00
3171            -1      0.000000e+00
3172             1      0.000000e+00
3173            -1      0.000000e+00
3174            -1      0.000000e+00
3175            -1      0.000000e+00
3176             1      0.000000e+00
3177             1      8.750000e-01
3178             1      5.000000e-01
3179             1      0.000000e+00
3180             1      1.687500e-01
3181             1      0.000000e+00
3182             1     -1.250000e-01
3183            -1      0.000000e+00
3184            -1      1.000000e-01
3185            -1     -5.000000e-01
3186            -1      0.000000e+00
3187            -1      0.000000e+00
3188            -1      1.000000e-01
3189            -1     -3.000000e-01
3190             1      1.750000e-01
3191             1     -6.000000e-01
3192            -1      2.500000e-01
3193            -1      2.500000e-01
3194             1      0.000000e+00
3195            -1      2.062500e-01
3196             1      1.000000e+00
3197             1      0.000000e+00
3198             1      0.000000e+00
3199             1      0.000000e+00
3200            -1      0.000000e+00
3201            -1      0.000000e+00
3202            -1      2.589286e-01
3203             1      0.000000e+00
3204            -1     -2.083333e-01
3205            -1     -2.083333e-01
3206            -1     -2.083333e-01
3207            -1     -2.083333e-01
3208            -1      0.000000e+00
3209            -1     -2.083333e-01
3210            -1      0.000000e+00
3211            -1     -2.083333e-01
3212            -1     -2.083333e-01
3213            -1     -1.000000e-01
3214             1      0.000000e+00
3215            -1     -2.083333e-01
3216            -1      1.000000e-01
3217             1     -1.250000e-01
3218             1      4.666667e-01
3219             1      3.750000e-01
3220             1      0.000000e+00
3221             1      1.363636e-01
3222             1      0.000000e+00
3223            -1     -1.000000e+00
3224             1      1.363636e-01
3225             1      0.000000e+00
3226            -1      2.500000e-01
3227             1      0.000000e+00
3228            -1     -2.083333e-01
3229            -1     -1.555556e-01
3230            -1     -2.083333e-01
3231             1      0.000000e+00
3232            -1      1.000000e-01
3233             1      0.000000e+00
3234             1      2.500000e-01
3235            -1     -2.083333e-01
3236            -1     -2.083333e-01
3237            -1      0.000000e+00
3238            -1      2.500000e-01
3239            -1     -2.083333e-01
3240            -1      0.000000e+00
3241            -1     -2.083333e-01
3242             1      0.000000e+00
3243             1     -4.000000e-01
3244             1      4.000000e-01
3245            -1      0.000000e+00
3246             1      5.000000e-01
3247            -1      0.000000e+00
3248             1      1.136364e-01
3249            -1     -2.083333e-01
3250            -1     -2.083333e-01
3251             1     -4.000000e-01
3252             1      0.000000e+00
3253            -1      0.000000e+00
3254            -1     -2.083333e-01
3255            -1      1.166667e-01
3256            -1     -2.083333e-01
3257            -1      0.000000e+00
3258             1      0.000000e+00
3259            -1      0.000000e+00
3260             1     -1.666667e-01
3261            -1     -2.083333e-01
3262            -1      0.000000e+00
3263            -1     -2.083333e-01
3264            -1     -2.083333e-01
3265             1      2.500000e-01
3266             1      0.000000e+00
3267             1      2.500000e-02
3268            -1      0.000000e+00
3269             1      1.000000e+00
3270            -1     -2.083333e-01
3271            -1     -2.083333e-01
3272             1      5.333333e-02
3273            -1     -2.083333e-01
3274             1      0.000000e+00
3275             1      0.000000e+00
3276             1      1.363636e-01
3277            -1      2.000000e-01
3278             1      0.000000e+00
3279             1      2.232143e-01
3280            -1     -2.083333e-01
3281            -1      0.000000e+00
3282             1      0.000000e+00
3283            -1     -2.000000e-01
3284            -1      0.000000e+00
3285             1      5.000000e-01
3286             1     -2.333333e-01
3287             1      0.000000e+00
3288            -1     -8.000000e-01
3289            -1      0.000000e+00
3290             1      5.000000e-01
3291            -1      1.363636e-01
3292             1      0.000000e+00
3293             1      1.000000e+00
3294             1      5.000000e-01
3295             1      0.000000e+00
3296             1      0.000000e+00
3297            -1      0.000000e+00
3298            -1      0.000000e+00
3299            -1     -2.083333e-01
3300            -1     -2.083333e-01
3301            -1      0.000000e+00
3302             1      1.000000e+00
3303            -1     -2.083333e-01
3304             1      8.000000e-01
3305            -1     -2.083333e-01
3306            -1     -2.083333e-01
3307            -1     -2.083333e-01
3308            -1      0.000000e+00
3309            -1     -2.083333e-01
3310            -1      0.000000e+00
3311            -1     -2.083333e-01
3312            -1      0.000000e+00
3313            -1      0.000000e+00
3314             1      2.333333e-01
3315            -1     -2.083333e-01
3316             1     -2.500000e-01
3317             1      5.000000e-01
3318            -1     -2.083333e-01
3319             1      0.000000e+00
3320             1      0.000000e+00
3321             1      0.000000e+00
3322             1      2.500000e-01
3323             1      0.000000e+00
3324             1      0.000000e+00
3325            -1      0.000000e+00
3326            -1      0.000000e+00
3327            -1     -2.083333e-01
3328             1      0.000000e+00
3329            -1      0.000000e+00
3330            -1     -2.083333e-01
3331            -1      6.666667e-02
3332            -1      0.000000e+00
3333            -1     -4.047619e-01
3334             1      7.000000e-01
3335             1      0.000000e+00
3336             1      8.000000e-01
3337            -1     -2.083333e-01
3338             1     -1.000000e-01
3339            -1      0.000000e+00
3340             1      0.000000e+00
3341            -1     -4.000000e-01
3342            -1      2.000000e-01
3343             1      0.000000e+00
3344             1      0.000000e+00
3345            -1      2.000000e-01
3346            -1      4.000000e-01
3347             1      5.000000e-01
3348             1      0.000000e+00
3349            -1      3.125000e-01
3350             1      0.000000e+00
3351            -1     -2.083333e-01
3352            -1     -6.250000e-02
3353            -1     -2.083333e-01
3354             1      0.000000e+00
3355             1      0.000000e+00
3356             1     -4.000000e-01
3357            -1     -2.083333e-01
3358             1      0.000000e+00
3359            -1      6.363636e-02
3360             1      0.000000e+00
3361             1      0.000000e+00
3362             1      0.000000e+00
3363             1      0.000000e+00
3364             1     -2.000000e-01
3365             1      1.071429e-01
3366             1      0.000000e+00
3367            -1      6.666667e-02
3368            -1     -2.083333e-01
3369             1      1.000000e+00
3370             1      0.000000e+00
3371            -1     -2.083333e-01
3372             1      0.000000e+00
3373            -1     -1.750000e-01
3374            -1      0.000000e+00
3375             1     -3.000000e-01
3376            -1      0.000000e+00
3377            -1     -2.083333e-01
3378            -1      0.000000e+00
3379             1      0.000000e+00
3380            -1     -2.083333e-01
3381            -1     -5.000000e-02
3382             1      0.000000e+00
3383            -1     -2.083333e-01
3384             1      3.571429e-01
3385            -1      0.000000e+00
3386            -1      2.678571e-01
3387            -1     -1.666667e-01
3388             1      0.000000e+00
3389            -1     -2.083333e-01
3390             1      5.000000e-01
3391             1      0.000000e+00
3392            -1      0.000000e+00
3393            -1      0.000000e+00
3394             1      0.000000e+00
3395            -1     -5.000000e-02
3396            -1      3.681818e-01
3397            -1     -2.083333e-01
3398             1      0.000000e+00
3399            -1      0.000000e+00
3400            -1     -2.083333e-01
3401            -1      0.000000e+00
3402            -1     -2.083333e-01
3403            -1     -2.583333e-01
3404             1      0.000000e+00
3405             1      3.000000e-01
3406             1      0.000000e+00
3407            -1      0.000000e+00
3408             1      0.000000e+00
3409             1      5.000000e-01
3410            -1     -2.083333e-01
3411            -1     -2.083333e-01
3412             1      5.000000e-01
3413             1      0.000000e+00
3414            -1     -2.083333e-01
3415            -1     -2.083333e-01
3416             1      0.000000e+00
3417            -1     -2.083333e-01
3418            -1     -2.083333e-01
3419            -1     -2.083333e-01
3420            -1     -2.083333e-01
3421            -1      0.000000e+00
3422            -1     -2.083333e-01
3423            -1     -2.083333e-01
3424             1     -1.666667e-01
3425             1     -2.775641e-01
3426            -1     -1.500000e-01
3427            -1      0.000000e+00
3428            -1     -1.318182e-01
3429             1      0.000000e+00
3430            -1      2.000000e-01
3431             1      0.000000e+00
3432             1      0.000000e+00
3433            -1      2.500000e-01
3434            -1      1.416667e-01
3435            -1      1.515152e-01
3436            -1      0.000000e+00
3437            -1     -2.083333e-01
3438            -1     -2.083333e-01
3439            -1      0.000000e+00
3440            -1      7.000000e-01
3441             1      0.000000e+00
3442            -1      0.000000e+00
3443             1     -4.000000e-01
3444             1     -4.000000e-01
3445             1     -4.000000e-01
3446             1     -4.000000e-01
3447            -1      0.000000e+00
3448            -1      0.000000e+00
3449            -1      0.000000e+00
3450            -1      0.000000e+00
3451            -1      0.000000e+00
3452            -1      0.000000e+00
3453            -1      5.000000e-01
3454             1      0.000000e+00
3455            -1     -2.083333e-01
3456            -1     -2.083333e-01
3457             1      0.000000e+00
3458            -1      0.000000e+00
3459             1      1.000000e+00
3460            -1      0.000000e+00
3461            -1      0.000000e+00
3462             1      0.000000e+00
3463            -1      0.000000e+00
3464            -1      0.000000e+00
3465             1      0.000000e+00
3466            -1     -9.251859e-18
3467             1      0.000000e+00
3468             1      0.000000e+00
3469            -1     -2.083333e-01
3470            -1      0.000000e+00
3471            -1     -2.083333e-01
3472            -1     -2.083333e-01
3473            -1      0.000000e+00
3474            -1      0.000000e+00
3475             1      1.000000e+00
3476            -1      1.562500e-01
3477             1     -5.681818e-02
3478            -1     -2.083333e-01
3479            -1      0.000000e+00
3480             1     -1.000000e+00
3481             1      0.000000e+00
3482            -1     -1.000000e-01
3483             1      1.666667e-01
3484             1      0.000000e+00
3485            -1      3.750000e-01
3486             1      1.666667e-01
3487             1      1.666667e-01
3488            -1     -4.000000e-01
3489            -1     -2.083333e-01
3490             1      1.666667e-01
3491             1      0.000000e+00
3492             1      1.666667e-01
3493             1      0.000000e+00
3494             1      1.666667e-01
3495             1      1.666667e-01
3496            -1     -2.083333e-01
3497             1      0.000000e+00
3498             1     -5.000000e-01
3499            -1      5.000000e-01
3500             1      0.000000e+00
3501             1      0.000000e+00
3502             1      0.000000e+00
3503             1      0.000000e+00
3504             1      0.000000e+00
3505             1     -6.000000e-01
3506             1      0.000000e+00
3507             1     -2.500000e-02
3508             1      2.000000e-01
3509            -1      3.500000e-01
3510             1      1.666667e-01
3511             1      0.000000e+00
3512             1      1.000000e+00
3513            -1      0.000000e+00
3514            -1     -1.666667e-01
3515            -1     -3.500000e-01
3516            -1     -3.500000e-01
3517             1      0.000000e+00
3518             1      6.000000e-01
3519            -1     -3.500000e-01
3520             1      0.000000e+00
3521            -1      8.333333e-02
3522            -1      8.000000e-01
3523             1      1.750000e-01
3524            -1      3.750000e-01
3525             1      0.000000e+00
3526             1      0.000000e+00
3527            -1      0.000000e+00
3528            -1      0.000000e+00
3529            -1      0.000000e+00
3530            -1      0.000000e+00
3531            -1     -2.083333e-01
3532             1      0.000000e+00
3533             1      6.818182e-02
3534            -1      0.000000e+00
3535             1      0.000000e+00
3536             1      0.000000e+00
3537             1      0.000000e+00
3538            -1      3.000000e-01
3539             1      5.000000e-01
3540             1      0.000000e+00
3541            -1     -3.333333e-01
3542             1      3.750000e-01
3543             1      0.000000e+00
3544            -1     -2.083333e-01
3545            -1     -3.500000e-01
3546            -1     -3.500000e-01
3547            -1     -2.083333e-01
3548             1      0.000000e+00
3549            -1      0.000000e+00
3550            -1     -2.083333e-01
3551             1     -2.318182e-01
3552             1     -8.333333e-02
3553            -1     -2.083333e-01
3554            -1      0.000000e+00
3555            -1     -1.666667e-01
3556            -1      6.666667e-02
3557             1      0.000000e+00
3558            -1     -2.083333e-01
3559            -1     -2.083333e-01
3560            -1     -1.666667e-01
3561             1     -6.000000e-01
3562            -1      0.000000e+00
3563             1      0.000000e+00
3564             1      0.000000e+00
3565            -1      0.000000e+00
3566            -1      8.333333e-02
3567             1      4.000000e-01
3568             1      0.000000e+00
3569             1      0.000000e+00
3570             1      0.000000e+00
3571            -1      0.000000e+00
3572            -1     -2.083333e-01
3573            -1      0.000000e+00
3574             1      0.000000e+00
3575            -1     -2.083333e-01
3576             1      5.250000e-01
3577            -1      2.500000e-01
3578            -1      0.000000e+00
3579             1      0.000000e+00
3580            -1     -3.500000e-01
3581            -1      1.363636e-01
3582            -1      5.000000e-01
3583            -1      0.000000e+00
3584            -1     -2.083333e-01
3585            -1      8.000000e-01
3586             1      0.000000e+00
3587             1      1.000000e-01
3588             1      0.000000e+00
3589            -1     -1.071429e-01
3590             1      0.000000e+00
3591            -1      0.000000e+00
3592             1      0.000000e+00
3593             1      2.000000e-01
3594             1      0.000000e+00
3595            -1     -2.083333e-01
3596            -1      2.142857e-01
3597             1     -1.250000e-01
3598             1      8.000000e-01
3599            -1     -2.500000e-01
3600             1      0.000000e+00
3601             1      1.000000e+00
3602            -1      1.000000e-01
3603             1      0.000000e+00
3604            -1      4.375000e-01
3605             1      6.250000e-01
3606            -1      0.000000e+00
3607             1      1.000000e-01
3608             1     -2.000000e-01
3609             1      0.000000e+00
3610            -1      0.000000e+00
3611             1      0.000000e+00
3612             1      0.000000e+00
3613             1     -2.000000e-01
3614             1     -3.000000e-01
3615            -1      0.000000e+00
3616             1      0.000000e+00
3617            -1      0.000000e+00
3618            -1      0.000000e+00
3619            -1      5.000000e-01
3620             1      5.000000e-01
3621             1      0.000000e+00
3622             1      6.500000e-01
3623            -1      0.000000e+00
3624             1      0.000000e+00
3625            -1      0.000000e+00
3626            -1      3.350379e-01
3627             1      0.000000e+00
3628            -1     -2.083333e-01
3629            -1     -3.333333e-01
3630            -1      0.000000e+00
3631            -1      0.000000e+00
3632            -1      0.000000e+00
3633            -1      0.000000e+00
3634            -1      5.000000e-01
3635             1      0.000000e+00
3636            -1      0.000000e+00
3637            -1      0.000000e+00
3638             1      0.000000e+00
3639            -1     -5.000000e-01
3640            -1      0.000000e+00
3641             1     -5.000000e-01
3642            -1     -2.318182e-01
3643            -1      0.000000e+00
3644            -1      0.000000e+00
3645             1      8.000000e-01
3646             1      4.166667e-01
3647             1      0.000000e+00
3648            -1      0.000000e+00
3649            -1      0.000000e+00
3650            -1      6.500000e-01
3651             1      5.000000e-01
3652            -1     -2.083333e-01
3653             1      9.000000e-01
3654             1      2.000000e-01
3655            -1      0.000000e+00
3656            -1     -8.000000e-01
3657             1      0.000000e+00
3658             1     -7.142857e-02
3659             1     -7.142857e-02
3660             1      0.000000e+00
3661            -1      1.363636e-01
3662            -1     -3.500000e-01
3663            -1     -2.083333e-01
3664             1      2.142857e-01
3665            -1      2.500000e-01
3666            -1     -4.000000e-01
3667            -1      0.000000e+00
3668            -1     -2.083333e-01
3669            -1      0.000000e+00
3670             1      1.181818e-01
3671            -1      3.033333e-01
3672             1      4.375000e-01
3673            -1      0.000000e+00
3674             1      5.000000e-01
3675            -1      0.000000e+00
3676             1      6.250000e-01
3677            -1      1.363636e-01
3678            -1     -1.666667e-01
3679            -1      3.136364e-01
3680            -1      6.818182e-02
3681            -1      2.428571e-01
3682             1      3.000000e-01
3683             1      3.571429e-01
3684             1      2.857143e-01
3685             1      2.000000e-01
3686             1      0.000000e+00
3687            -1      0.000000e+00
3688             1      6.000000e-01
3689             1      5.000000e-02
3690             1      3.333333e-01
3691             1      2.000000e-01
3692             1      0.000000e+00
3693            -1     -2.083333e-01
3694            -1     -4.687500e-01
3695            -1     -2.083333e-01
3696             1      0.000000e+00
3697            -1      0.000000e+00
3698            -1      0.000000e+00
3699             1      2.857143e-01
3700             1      2.750000e-01
3701             1      1.553571e-01
3702             1      3.055556e-01
3703            -1      0.000000e+00
3704             1      2.857143e-01
3705            -1      0.000000e+00
3706            -1      0.000000e+00
3707            -1     -2.083333e-01
3708            -1     -2.083333e-01
3709            -1      0.000000e+00
3710             1      0.000000e+00
3711             1      0.000000e+00
3712             1      2.833333e-01
3713            -1      3.750000e-01
3714             1      1.363636e-01
3715             1     -5.000000e-02
3716             1      3.750000e-01
3717             1     -2.500000e-01
3718             1     -2.500000e-01
3719            -1     -2.500000e-01
3720             1     -2.500000e-01
3721            -1      3.333333e-01
3722             1      0.000000e+00
3723             1      4.000000e-01
3724            -1      3.361111e-01
3725             1     -1.000000e-01
3726             1      0.000000e+00
3727            -1      0.000000e+00
3728             1      0.000000e+00
3729             1      0.000000e+00
3730            -1      3.500000e-01
3731             1      5.000000e-01
3732            -1     -1.000000e-01
3733            -1      5.604167e-01
3734            -1     -5.000000e-01
3735             1      0.000000e+00
3736             1      0.000000e+00
3737            -1     -1.000000e-01
3738             1      6.500000e-01
3739            -1      1.363636e-01
3740            -1      4.000000e-01
3741             1     -2.333333e-01
3742             1      0.000000e+00
3743             1      0.000000e+00
3744             1      3.000000e-01
3745             1      0.000000e+00
3746             1      0.000000e+00
3747             1      0.000000e+00
3748            -1     -4.500000e-01
3749             1      0.000000e+00
3750             1      5.000000e-01
3751            -1      0.000000e+00
3752            -1      0.000000e+00
3753             1      0.000000e+00
3754             1      0.000000e+00
3755             1      0.000000e+00
3756             1      0.000000e+00
3757             1      0.000000e+00
3758            -1     -3.125000e-01
3759             1     -3.809524e-02
3760             1      0.000000e+00
3761             1      5.000000e-01
3762             1      0.000000e+00
3763             1      6.666667e-02
3764             1      1.250000e-01
3765            -1     -5.000000e-01
3766            -1     -1.261905e-01
3767            -1     -1.261905e-01
3768             1      0.000000e+00
3769            -1      1.000000e-01
3770             1     -3.809524e-02
3771             1      0.000000e+00
3772            -1      0.000000e+00
3773            -1     -2.083333e-01
3774            -1      2.556818e-01
3775             1      0.000000e+00
3776             1      0.000000e+00
3777            -1      0.000000e+00
3778             1      0.000000e+00
3779             1      0.000000e+00
3780             1      0.000000e+00
3781             1     -1.000000e-01
3782             1      0.000000e+00
3783            -1      0.000000e+00
3784            -1      0.000000e+00
3785             1      0.000000e+00
3786             1     -1.666667e-01
3787            -1      1.363636e-01
3788             1      0.000000e+00
3789             1      0.000000e+00
3790            -1      6.666667e-02
3791            -1      0.000000e+00
3792            -1      3.000000e-01
3793             1      0.000000e+00
3794            -1      0.000000e+00
3795             1      6.250000e-02
3796            -1     -4.166667e-02
3797             1      0.000000e+00
3798             1     -3.809524e-02
3799             1     -5.000000e-01
3800            -1      5.000000e-01
3801             1      0.000000e+00
3802             1      0.000000e+00
3803             1      0.000000e+00
3804             1      0.000000e+00
3805             1     -3.809524e-02
3806             1     -5.000000e-02
3807             1      2.000000e-01
3808             1      0.000000e+00
3809            -1      0.000000e+00
3810             1      3.571429e-01
3811             1      0.000000e+00
3812            -1      5.000000e-01
3813            -1      0.000000e+00
3814            -1      0.000000e+00
3815             1      8.000000e-01
3816             1     -3.809524e-02
3817             1      0.000000e+00
3818             1      0.000000e+00
3819             1      0.000000e+00
3820             1     -3.809524e-02
3821             1      0.000000e+00
3822             1      2.500000e-01
3823            -1      0.000000e+00
3824            -1      2.500000e-02
3825             1      0.000000e+00
3826            -1      1.000000e+00
3827             1      0.000000e+00
3828            -1      0.000000e+00
3829             1      0.000000e+00
3830             1      0.000000e+00
3831             1      1.363636e-01
3832             1      4.000000e-01
3833             1      3.125000e-01
3834            -1      5.000000e-01
3835             1      1.875000e-01
3836             1      1.750000e-01
3837             1      0.000000e+00
3838            -1      0.000000e+00
3839            -1      0.000000e+00
3840            -1     -5.000000e-02
3841            -1      2.500000e-01
3842             1      0.000000e+00
3843            -1     -5.000000e-01
3844            -1      3.300000e-01
3845             1      0.000000e+00
3846             1      0.000000e+00
3847             1      0.000000e+00
3848             1      0.000000e+00
3849             1      0.000000e+00
3850             1      0.000000e+00
3851            -1      0.000000e+00
3852             1      0.000000e+00
3853            -1      0.000000e+00
3854            -1     -5.000000e-01
3855             1      0.000000e+00
3856            -1      0.000000e+00
3857             1      0.000000e+00
3858             1      1.111111e-01
3859             1     -3.809524e-02
3860            -1      0.000000e+00
3861             1      0.000000e+00
3862             1      1.704545e-01
3863             1      1.704545e-01
3864            -1      1.880952e-01
3865             1      0.000000e+00
3866            -1     -5.000000e-01
3867             1      0.000000e+00
3868             1      0.000000e+00
3869            -1      2.130682e-01
3870             1      0.000000e+00
3871             1      8.000000e-01
3872             1     -2.500000e-01
3873             1     -1.000000e-01
3874             1      1.090909e-01
3875            -1     -6.500000e-01
3876             1     -1.500000e-01
3877            -1      5.000000e-01
3878            -1      0.000000e+00
3879             1      2.500000e-01
3880             1      3.083333e-01
3881            -1      0.000000e+00
3882             1      0.000000e+00
3883             1     -3.000000e-01
3884             1      0.000000e+00
3885             1      1.666667e-01
3886             1      1.704545e-01
3887            -1      0.000000e+00
3888            -1     -5.000000e-01
3889             1      0.000000e+00
3890             1      1.704545e-01
3891             1      1.000000e+00
3892            -1      0.000000e+00
3893            -1      0.000000e+00
3894            -1     -1.000000e+00
3895            -1     -5.000000e-01
3896             1      0.000000e+00
3897             1      0.000000e+00
3898             1      0.000000e+00
3899            -1     -4.000000e-01
3900            -1      0.000000e+00
3901             1      0.000000e+00
3902            -1      0.000000e+00
3903             1      0.000000e+00
3904             1      0.000000e+00
3905             1      0.000000e+00
3906             1      2.000000e-01
3907            -1      0.000000e+00
3908             1      1.000000e+00
3909             1      6.250000e-02
3910             1     -3.000000e-01
3911            -1      0.000000e+00
3912            -1      0.000000e+00
3913             1      0.000000e+00
3914             1      0.000000e+00
3915             1      0.000000e+00
3916             1     -7.142857e-02
3917             1      1.000000e-01
3918             1      0.000000e+00
3919             1      0.000000e+00
3920            -1      0.000000e+00
3921             1      6.250000e-02
3922            -1      0.000000e+00
3923             1      0.000000e+00
3924             1      1.000000e-01
3925             1      0.000000e+00
3926            -1     -5.000000e-01
3927            -1      2.500000e-01
3928             1      1.000000e-01
3929             1      1.704545e-01
3930            -1      3.371212e-01
3931             1      2.500000e-01
3932             1      0.000000e+00
3933             1      0.000000e+00
3934             1      0.000000e+00
3935             1      5.125000e-01
3936             1      0.000000e+00
3937             1      0.000000e+00
3938             1      0.000000e+00
3939            -1      0.000000e+00
3940             1      0.000000e+00
3941             1      0.000000e+00
3942            -1     -4.000000e-01
3943            -1      0.000000e+00
3944             1      0.000000e+00
3945            -1     -1.875000e-01
3946             1      0.000000e+00
3947             1      5.000000e-01
3948             1      0.000000e+00
3949             1      5.000000e-01
3950            -1      0.000000e+00
3951             1      0.000000e+00
3952            -1      0.000000e+00
3953            -1      1.000000e-01
3954             1      0.000000e+00
3955             1      0.000000e+00
3956             1      0.000000e+00
3957             1      5.000000e-01
3958             1     -3.809524e-02
3959             1     -1.250000e-02
3960            -1     -2.500000e-02
3961             1      0.000000e+00
3962             1      0.000000e+00
3963             1      0.000000e+00
3964            -1      2.500000e-01
3965             1      0.000000e+00
3966            -1      3.125000e-01
3967             1      0.000000e+00
3968            -1     -1.000000e+00
3969             1      0.000000e+00
3970             1      0.000000e+00
3971             1      3.333333e-02
3972             1      0.000000e+00
3973            -1      0.000000e+00
3974            -1      2.500000e-01
3975             1      0.000000e+00
3976             1      0.000000e+00
3977             1      0.000000e+00
3978            -1      0.000000e+00
3979            -1     -1.500000e-01
3980             1      0.000000e+00
3981            -1      0.000000e+00
3982             1      0.000000e+00
3983             1      2.500000e-01
3984            -1      0.000000e+00
3985            -1      1.363636e-01
3986             1      4.000000e-01
3987            -1     -6.666667e-02
3988            -1      0.000000e+00
3989             1      0.000000e+00
3990             1      1.000000e+00
3991             1      4.333333e-01
3992             1      0.000000e+00
3993             1     -1.000000e-01
3994             1      4.333333e-01
3995             1      0.000000e+00
3996            -1     -6.250000e-01
3997             1      0.000000e+00
3998             1     -5.000000e-01
3999             1      0.000000e+00
4000            -1      0.000000e+00
4001            -1      3.331676e-01
4002            -1      2.500000e-01
4003            -1     -3.750000e-01
4004            -1      0.000000e+00
4005             1      0.000000e+00
4006             1      2.000000e-01
4007             1      0.000000e+00
4008            -1     -8.000000e-01
4009            -1     -1.250000e-01
4010            -1      0.000000e+00
4011             1      0.000000e+00
4012            -1      0.000000e+00
4013             1      0.000000e+00
4014             1      2.500000e-01
4015             1      4.000000e-01
4016            -1      0.000000e+00
4017            -1      0.000000e+00
4018            -1      3.000000e-01
4019            -1      0.000000e+00
4020            -1     -1.666667e-01
4021            -1      5.000000e-01
4022             1      0.000000e+00
4023             1      0.000000e+00
4024            -1      0.000000e+00
4025             1      7.000000e-01
4026            -1      3.500000e-01
4027            -1     -2.500000e-01
4028            -1      0.000000e+00
4029            -1      4.687500e-01
4030            -1      3.166667e-01
4031            -1     -1.000000e-01
4032            -1     -7.142857e-02
4033            -1      0.000000e+00
4034             1      0.000000e+00
4035             1      0.000000e+00
4036             1      5.625000e-01
4037             1      0.000000e+00
4038             1     -2.625000e-01
4039            -1     -3.000000e-01
4040             1      0.000000e+00
4041             1      0.000000e+00
4042            -1      0.000000e+00
4043            -1      0.000000e+00
4044            -1      0.000000e+00
4045             1      0.000000e+00
4046             1      0.000000e+00
4047            -1     -3.846154e-02
4048            -1      3.154762e-01
4049            -1      0.000000e+00
4050             1     -3.333333e-02
4051             1      0.000000e+00
4052             1      0.000000e+00
4053            -1      1.000000e+00
4054            -1      0.000000e+00
4055            -1      2.857143e-01
4056             1      5.000000e-01
4057             1      0.000000e+00
4058            -1      2.000000e-01
4059             1      0.000000e+00
4060             1      0.000000e+00
4061             1      4.000000e-01
4062            -1     -8.750000e-02
4063             1      0.000000e+00
4064             1      0.000000e+00
4065            -1      0.000000e+00
4066            -1      0.000000e+00
4067            -1     -4.000000e-01
4068             1      0.000000e+00
4069             1      0.000000e+00
4070             1      0.000000e+00
4071             1      1.000000e+00
4072            -1      1.250000e-01
4073             1      0.000000e+00
4074            -1      2.250000e-01
4075            -1      0.000000e+00
4076             1      0.000000e+00
4077             1     -1.000000e+00
4078            -1      0.000000e+00
4079             1      7.000000e-01
4080             1      0.000000e+00
4081             1      0.000000e+00
4082            -1     -2.000000e-01
4083            -1      5.000000e-01
4084            -1      0.000000e+00
4085             1      5.000000e-01
4086            -1      2.000000e-01
4087            -1      0.000000e+00
4088            -1      0.000000e+00
4089            -1      2.857143e-01
4090            -1      0.000000e+00
4091             1      0.000000e+00
4092            -1      0.000000e+00
4093            -1     -1.555556e-01
4094            -1      0.000000e+00
4095             1      4.000000e-01
4096            -1      2.000000e-01
4097             1     -3.809524e-02
4098             1      0.000000e+00
4099             1      0.000000e+00
4100             1      2.000000e-01
4101             1      0.000000e+00
4102             1      0.000000e+00
4103            -1      4.125000e-01
4104            -1      5.500000e-01
4105            -1      0.000000e+00
4106            -1      1.363636e-01
4107             1      1.363636e-01
4108             1      0.000000e+00
4109             1      5.083333e-01
4110             1     -2.000000e-01
4111             1     -5.000000e-01
4112            -1      2.000000e-01
4113             1      0.000000e+00
4114             1      0.000000e+00
4115            -1      8.500000e-01
4116            -1      0.000000e+00
4117             1      0.000000e+00
4118            -1      0.000000e+00
4119             1      2.000000e-01
4120             1      0.000000e+00
4121             1      3.500000e-01
4122             1      2.000000e-01
4123            -1      2.250000e-01
4124            -1      0.000000e+00
4125            -1      0.000000e+00
4126             1      0.000000e+00
4127            -1      0.000000e+00
4128             1      2.000000e-01
4129             1      2.000000e-01
4130             1      2.000000e-01
4131            -1      2.333333e-01
4132             1      2.000000e-01
4133             1      2.000000e-01
4134            -1      0.000000e+00
4135             1      2.000000e-01
4136             1      2.000000e-01
4137             1      2.000000e-01
4138            -1     -1.000000e-01
4139             1      0.000000e+00
4140            -1      0.000000e+00
4141            -1      1.833333e-01
4142            -1     -3.000000e-01
4143             1      4.000000e-01
4144            -1      6.250000e-01
4145             1      0.000000e+00
4146            -1     -8.333333e-02
4147             1      2.000000e-01
4148             1      0.000000e+00
4149             1      3.125000e-01
4150             1      2.000000e-01
4151             1      2.625000e-01
4152             1      2.000000e-01
4153             1      2.000000e-01
4154            -1      0.000000e+00
4155             1      4.000000e-01
4156            -1      4.000000e-01
4157             1      3.500000e-01
4158            -1      0.000000e+00
4159             1      4.000000e-01
4160             1      2.000000e-01
4161             1      0.000000e+00
4162            -1      0.000000e+00
4163             1      2.000000e-01
4164            -1      1.666667e-01
4165             1      3.571429e-01
4166            -1      0.000000e+00
4167             1      0.000000e+00
4168            -1      0.000000e+00
4169             1      2.000000e-01
4170             1      3.750000e-01
4171             1      2.000000e-01
4172            -1      0.000000e+00
4173             1      2.000000e-01
4174             1      1.000000e-01
4175             1      2.000000e-01
4176             1     -2.500000e-01
4177            -1      0.000000e+00
4178             1      2.000000e-01
4179            -1     -6.000000e-01
4180             1      2.000000e-01
4181            -1      0.000000e+00
4182             1      2.000000e-01
4183            -1      2.142857e-01
4184             1      2.000000e-01
4185            -1      2.500000e-01
4186            -1     -3.500000e-01
4187             1      3.787879e-01
4188            -1      0.000000e+00
4189             1      0.000000e+00
4190             1      0.000000e+00
4191             1      2.000000e-01
4192            -1      8.000000e-01
4193             1      2.000000e-01
4194             1      2.000000e-01
4195            -1      0.000000e+00
4196            -1     -5.000000e-01
4197             1      0.000000e+00
4198             1      5.000000e-01
4199             1      0.000000e+00
4200             1      0.000000e+00
4201             1      2.000000e-01
4202             1      2.000000e-01
4203             1      0.000000e+00
4204            -1      5.000000e-02
4205             1      0.000000e+00
4206             1      2.000000e-01
4207             1      0.000000e+00
4208            -1      3.125000e-02
4209             1      0.000000e+00
4210            -1      0.000000e+00
4211            -1     -1.083333e-01
4212             1     -5.722222e-01
4213            -1      0.000000e+00
4214            -1      0.000000e+00
4215            -1      0.000000e+00
4216             1      1.000000e+00
4217             1      0.000000e+00
4218             1      0.000000e+00
4219             1      0.000000e+00
4220            -1      3.333333e-02
4221             1      0.000000e+00
4222            -1      0.000000e+00
4223             1      0.000000e+00
4224             1     -4.000000e-01
4225             1      0.000000e+00
4226             1      7.000000e-01
4227            -1      3.333333e-02
4228            -1     -1.666667e-01
4229             1      5.000000e-01
4230            -1      2.000000e-01
4231             1      5.000000e-02
4232             1      8.000000e-01
4233             1      0.000000e+00
4234            -1     -3.000000e-01
4235            -1      5.000000e-01
4236             1      0.000000e+00
4237             1      1.300000e-01
4238            -1      5.000000e-01
4239            -1      0.000000e+00
4240            -1      1.363636e-01
4241            -1      0.000000e+00
4242             1      6.250000e-02
4243            -1      2.000000e-01
4244             1      0.000000e+00
4245             1      5.000000e-01
4246            -1      6.500000e-02
4247             1     -1.515152e-02
4248             1     -1.515152e-02
4249             1      0.000000e+00
4250            -1     -1.000000e+00
4251            -1      0.000000e+00
4252             1      0.000000e+00
4253             1      6.818182e-02
4254             1      4.000000e-01
4255            -1      0.000000e+00
4256            -1      0.000000e+00
4257            -1      0.000000e+00
4258            -1      0.000000e+00
4259             1      1.428571e-01
4260            -1     -1.857143e-01
4261             1      0.000000e+00
4262            -1      0.000000e+00
4263            -1      5.000000e-01
4264             1      0.000000e+00
4265            -1      3.750000e-01
4266            -1      0.000000e+00
4267             1      4.687500e-01
4268            -1      6.000000e-01
4269            -1      6.000000e-01
4270             1      3.083333e-01
4271            -1      0.000000e+00
4272            -1      6.000000e-01
4273            -1      3.000000e-01
4274             1      0.000000e+00
4275            -1      0.000000e+00
4276            -1      0.000000e+00
4277             1      0.000000e+00
4278             1      8.750000e-01
4279             1      8.000000e-01
4280            -1      0.000000e+00
4281             1      0.000000e+00
4282             1      0.000000e+00
4283             1      0.000000e+00
4284             1      0.000000e+00
4285            -1      0.000000e+00
4286             1      0.000000e+00
4287             1      0.000000e+00
4288             1      0.000000e+00
4289             1      0.000000e+00
4290             1      0.000000e+00
4291            -1      0.000000e+00
4292             1      1.866667e-01
4293             1      0.000000e+00
4294             1      0.000000e+00
4295            -1     -1.250000e-01
4296            -1      2.000000e-01
4297             1      2.000000e-01
4298            -1      0.000000e+00
4299            -1      5.000000e-01
4300            -1      0.000000e+00
4301            -1      0.000000e+00
4302             1      3.785714e-01
4303            -1      2.000000e-01
4304            -1      0.000000e+00
4305            -1      5.000000e-02
4306             1     -1.000000e-01
4307            -1      0.000000e+00
4308             1      1.000000e-01
4309            -1      0.000000e+00
4310             1      1.363636e-01
4311             1      0.000000e+00
4312             1      5.000000e-01
4313            -1     -3.500000e-01
4314            -1      0.000000e+00
4315            -1      0.000000e+00
4316             1      0.000000e+00
4317             1      0.000000e+00
4318             1     -3.000000e-02
4319             1      3.750000e-01
4320            -1      8.000000e-01
4321             1      0.000000e+00
4322             1      0.000000e+00
4323             1     -1.666667e-01
4324            -1      0.000000e+00
4325            -1      0.000000e+00
4326             1      0.000000e+00
4327             1      0.000000e+00
4328            -1     -2.000000e-01
4329             1      2.000000e-01
4330            -1      3.000000e-01
4331            -1      0.000000e+00
4332             1      0.000000e+00
4333             1      1.000000e+00
4334             1     -1.666667e-01
4335            -1      0.000000e+00
4336             1      0.000000e+00
4337            -1      2.000000e-01
4338             1      0.000000e+00
4339             1      7.000000e-01
4340             1     -4.000000e-01
4341             1      0.000000e+00
4342             1     -1.000000e-01
4343             1     -1.000000e-01
4344            -1     -1.000000e+00
4345             1      6.000000e-01
4346            -1      0.000000e+00
4347             1      0.000000e+00
4348            -1      0.000000e+00
4349             1      0.000000e+00
4350             1      0.000000e+00
4351            -1     -7.500000e-02
4352             1      1.000000e-01
4353             1      3.750000e-01
4354             1      0.000000e+00
4355            -1      0.000000e+00
4356            -1      0.000000e+00
4357            -1      0.000000e+00
4358             1      0.000000e+00
4359            -1     -3.125000e-01
4360             1      0.000000e+00
4361             1      0.000000e+00
4362             1      4.000000e-01
4363             1      0.000000e+00
4364             1      0.000000e+00
4365             1      0.000000e+00
4366             1      0.000000e+00
4367            -1      5.000000e-01
4368            -1      0.000000e+00
4369            -1     -5.000000e-01
4370            -1      0.000000e+00
4371             1      2.000000e-01
4372            -1     -5.000000e-01
4373            -1      0.000000e+00
4374            -1      0.000000e+00
4375             1      0.000000e+00
4376             1      0.000000e+00
4377             1      0.000000e+00
4378             1      0.000000e+00
4379             1      0.000000e+00
4380            -1     -5.000000e-01
4381            -1      1.866667e-01
4382             1      0.000000e+00
4383             1      8.000000e-01
4384            -1     -3.500000e-01
4385             1      0.000000e+00
4386             1      3.833333e-01
4387            -1      0.000000e+00
4388             1     -4.166667e-01
4389            -1      0.000000e+00
4390            -1      1.000000e-01
4391             1      0.000000e+00
4392             1      1.000000e+00
4393            -1      3.333333e-02
4394             1     -2.187500e-01
4395             1      0.000000e+00
4396             1      0.000000e+00
4397            -1      0.000000e+00
4398            -1      0.000000e+00
4399             1      0.000000e+00
4400             1     -5.681818e-02
4401             1      8.000000e-01
4402            -1      1.500000e-01
4403             1      0.000000e+00
4404            -1      0.000000e+00
4405            -1      2.250000e-01
4406             1      0.000000e+00
4407             1      0.000000e+00
4408            -1      0.000000e+00
4409            -1      2.628571e-01
4410            -1      0.000000e+00
4411            -1      0.000000e+00
4412             1      7.000000e-01
4413            -1      0.000000e+00
4414            -1      0.000000e+00
4415             1      0.000000e+00
4416             1      6.818182e-02
4417             1      0.000000e+00
4418            -1     -6.250000e-02
4419             1      0.000000e+00
4420             1      0.000000e+00
4421             1      0.000000e+00
4422             1      2.422727e-01
4423            -1      0.000000e+00
4424             1     -1.250000e-02
4425             1      0.000000e+00
4426            -1      5.750000e-01
4427             1      5.071429e-01
4428            -1      0.000000e+00
4429            -1      0.000000e+00
4430            -1      5.000000e-01
4431             1      0.000000e+00
4432            -1     -5.000000e-02
4433            -1      0.000000e+00
4434            -1     -7.000000e-01
4435             1     -6.944444e-02
4436            -1     -5.000000e-02
4437             1      2.121212e-01
4438             1      0.000000e+00
4439             1      1.000000e-01
4440             1      2.000000e-01
4441            -1      0.000000e+00
4442            -1      7.333333e-02
4443            -1     -3.033333e-01
4444             1      5.000000e-01
4445            -1      2.000000e-01
4446            -1      3.333333e-02
4447            -1      0.000000e+00
4448             1      0.000000e+00
4449            -1      0.000000e+00
4450             1      1.866667e-01
4451            -1      0.000000e+00
4452             1      0.000000e+00
4453            -1      0.000000e+00
4454             1      0.000000e+00
4455            -1     -5.000000e-01
4456             1      0.000000e+00
4457            -1      0.000000e+00
4458            -1      0.000000e+00
4459            -1      0.000000e+00
4460            -1      5.000000e-01
4461            -1      0.000000e+00
4462            -1      3.125000e-02
4463            -1      0.000000e+00
4464             1     -1.000000e-01
4465             1      0.000000e+00
4466             1      0.000000e+00
4467             1      0.000000e+00
4468             1     -1.000000e-01
4469            -1      6.666667e-02
4470             1      2.500000e-01
4471            -1     -5.000000e-02
4472             1      0.000000e+00
4473             1      0.000000e+00
4474             1      5.000000e-01
4475            -1      0.000000e+00
4476             1      0.000000e+00
4477            -1      0.000000e+00
4478            -1      2.000000e-01
4479             1      1.363636e-01
4480             1      0.000000e+00
4481            -1      0.000000e+00
4482            -1      0.000000e+00
4483             1      0.000000e+00
4484             1     -1.875000e-01
4485             1      4.000000e-01
4486            -1      0.000000e+00
4487            -1      0.000000e+00
4488            -1      0.000000e+00
4489            -1      0.000000e+00
4490             1     -2.500000e-01
4491            -1     -1.000000e-01
4492            -1      0.000000e+00
4493             1      5.000000e-01
4494             1      1.666667e-01
4495             1     -3.000000e-01
4496            -1     -1.250000e-01
4497            -1      0.000000e+00
4498             1     -1.250000e-02
4499            -1      0.000000e+00
4500             1      0.000000e+00
4501             1      6.250000e-01
4502             1      0.000000e+00
4503             1      2.142857e-01
4504             1      7.000000e-01
4505             1      0.000000e+00
4506             1      0.000000e+00
4507            -1      0.000000e+00
4508             1      0.000000e+00
4509             1      2.857143e-01
4510            -1      0.000000e+00
4511            -1      0.000000e+00
4512            -1      0.000000e+00
4513             1      0.000000e+00
4514            -1      7.000000e-01
4515             1      0.000000e+00
4516             1      0.000000e+00
4517             1      0.000000e+00
4518             1      1.750000e-01
4519             1      0.000000e+00
4520             1      8.000000e-01
4521             1      0.000000e+00
4522            -1      3.750000e-01
4523             1      0.000000e+00
4524            -1     -1.562500e-01
4525            -1      0.000000e+00
4526             1      0.000000e+00
4527            -1      0.000000e+00
4528             1      0.000000e+00
4529            -1      0.000000e+00
4530            -1      0.000000e+00
4531             1      5.000000e-01
4532            -1      0.000000e+00
4533            -1      6.000000e-01
4534            -1     -3.000000e-01
4535            -1      0.000000e+00
4536            -1      0.000000e+00
4537             1      1.666667e-01
4538             1      0.000000e+00
4539            -1     -3.000000e-01
4540            -1      0.000000e+00
4541             1      2.000000e-01
4542            -1      1.000000e-01
4543             1      0.000000e+00
4544             1      0.000000e+00
4545             1      0.000000e+00
4546             1      1.000000e-01
4547             1      8.125000e-02
4548             1      0.000000e+00
4549            -1      0.000000e+00
4550            -1      0.000000e+00
4551            -1      0.000000e+00
4552             1      1.363636e-01
4553             1      0.000000e+00
4554            -1      0.000000e+00
4555             1      2.000000e-01
4556             1      0.000000e+00
4557             1      0.000000e+00
4558            -1     -1.250000e-01
4559            -1      0.000000e+00
4560             1     -4.000000e-01
4561             1      0.000000e+00
4562            -1      0.000000e+00
4563            -1      0.000000e+00
4564            -1      0.000000e+00
4565             1      0.000000e+00
4566            -1      0.000000e+00
4567             1      0.000000e+00
4568             1      0.000000e+00
4569            -1      2.000000e-01
4570             1      0.000000e+00
4571             1     -2.500000e-01
4572            -1      0.000000e+00
4573            -1      0.000000e+00
4574            -1      0.000000e+00
4575             1      0.000000e+00
4576            -1      2.000000e-01
4577            -1      0.000000e+00
4578             1      2.130682e-01
4579             1      0.000000e+00
4580            -1     -5.200000e-01
4581            -1      0.000000e+00
4582            -1      2.500000e-02
4583            -1      0.000000e+00
4584             1      0.000000e+00
4585            -1      0.000000e+00
4586             1      4.000000e-01
4587            -1      0.000000e+00
4588             1      0.000000e+00
4589             1      0.000000e+00
4590            -1      0.000000e+00
4591            -1      0.000000e+00
4592            -1      0.000000e+00
4593             1      3.785714e-01
4594            -1      0.000000e+00
4595            -1      0.000000e+00
4596            -1     -2.916667e-01
4597            -1      0.000000e+00
4598             1      7.437500e-01
4599            -1     -1.250000e-01
4600            -1      0.000000e+00
4601            -1      0.000000e+00
4602            -1     -3.000000e-01
4603             1      0.000000e+00
4604            -1      1.000000e+00
4605             1      0.000000e+00
4606            -1      3.750000e-01
4607            -1      0.000000e+00
4608            -1      8.000000e-01
4609             1     -2.416667e-01
4610             1     -5.000000e-02
4611             1      0.000000e+00
4612             1      0.000000e+00
4613            -1      2.000000e-01
4614            -1     -7.000000e-01
4615             1      0.000000e+00
4616             1      0.000000e+00
4617            -1     -5.000000e-01
4618             1      5.000000e-02
4619             1      3.090909e-01
4620             1      0.000000e+00
4621             1     -1.000000e-01
4622             1     -1.000000e-01
4623            -1      0.000000e+00
4624             1      0.000000e+00
4625             1     -5.000000e-01
4626             1     -1.000000e-01
4627             1     -1.000000e-01
4628            -1     -4.000000e-01
4629             1      1.750000e-01
4630            -1      1.363636e-01
4631             1     -1.000000e-01
4632             1      0.000000e+00
4633             1     -1.000000e-01
4634             1     -1.000000e-01
4635            -1      0.000000e+00
4636             1     -1.333333e-01
4637             1     -1.000000e-01
4638             1     -5.000000e-01
4639             1     -1.000000e-01
4640             1     -1.000000e-01
4641             1     -1.000000e-01
4642            -1      0.000000e+00
4643            -1     -5.555556e-02
4644            -1      0.000000e+00
4645             1     -6.666667e-02
4646             1      5.000000e-01
4647            -1      0.000000e+00
4648             1      0.000000e+00
4649             1      5.000000e-01
4650             1      0.000000e+00
4651            -1      0.000000e+00
4652             1      0.000000e+00
4653             1     -1.250000e-02
4654             1      0.000000e+00
4655             1      0.000000e+00
4656             1      0.000000e+00
4657            -1      0.000000e+00
4658             1      0.000000e+00
4659             1      0.000000e+00
4660             1      0.000000e+00
4661             1      0.000000e+00
4662            -1      0.000000e+00
4663            -1      5.208333e-02
4664             1      0.000000e+00
4665            -1      3.750000e-01
4666             1      0.000000e+00
4667             1      1.000000e-01
4668            -1      1.250000e-01
4669            -1      0.000000e+00
4670            -1      3.500000e-01
4671             1      0.000000e+00
4672            -1      1.250000e-01
4673             1      0.000000e+00
4674             1      0.000000e+00
4675             1      0.000000e+00
4676             1      0.000000e+00
4677             1      0.000000e+00
4678             1      5.000000e-01
4679             1      0.000000e+00
4680             1     -2.500000e-01
4681            -1      1.000000e-01
4682            -1     -2.916667e-01
4683             1      1.704545e-01
4684             1      2.121212e-01
4685             1      0.000000e+00
4686            -1      2.750000e-01
4687             1      6.250000e-01
4688             1      0.000000e+00
4689             1      0.000000e+00
4690             1      0.000000e+00
4691            -1      0.000000e+00
4692             1     -1.318182e-01
4693            -1      0.000000e+00
4694             1      0.000000e+00
4695            -1      0.000000e+00
4696             1      0.000000e+00
4697             1      0.000000e+00
4698             1      0.000000e+00
4699            -1      0.000000e+00
4700             1      2.000000e-01
4701             1      0.000000e+00
4702            -1      2.000000e-01
4703             1      0.000000e+00
4704             1      6.250000e-01
4705             1      0.000000e+00
4706            -1      3.333333e-02
4707            -1      0.000000e+00
4708             1      1.363636e-01
4709             1      8.000000e-01
4710             1      0.000000e+00
4711             1      1.875000e-01
4712             1      0.000000e+00
4713             1      0.000000e+00
4714            -1      0.000000e+00
4715            -1      0.000000e+00
4716             1     -1.000000e-01
4717             1     -1.666667e-01
4718             1      0.000000e+00
4719             1      0.000000e+00
4720            -1     -4.318182e-01
4721             1      1.000000e+00
4722             1     -1.250000e-01
4723            -1      0.000000e+00
4724             1      0.000000e+00
4725             1     -1.250000e-01
4726             1     -1.250000e-01
4727             1      0.000000e+00
4728            -1      0.000000e+00
4729             1      0.000000e+00
4730             1      0.000000e+00
4731             1      3.750000e-01
4732             1      0.000000e+00
4733             1      0.000000e+00
4734             1      0.000000e+00
4735            -1      0.000000e+00
4736             1      0.000000e+00
4737            -1      0.000000e+00
4738             1      6.000000e-01
4739             1      0.000000e+00
4740             1      0.000000e+00
4741             1      0.000000e+00
4742             1      0.000000e+00
4743             1      0.000000e+00
4744            -1      1.000000e-01
4745             1      0.000000e+00
4746            -1      0.000000e+00
4747            -1      0.000000e+00
4748             1      3.333333e-01
4749             1      1.250000e-01
4750            -1      0.000000e+00
4751             1      0.000000e+00
4752             1      3.500000e-01
4753             1      0.000000e+00
4754             1      0.000000e+00
4755             1      1.000000e+00
4756             1     -5.000000e-01
4757             1      4.340909e-01
4758            -1      0.000000e+00
4759            -1     -1.000000e-01
4760             1      0.000000e+00
4761            -1     -1.000000e-01
4762             1      0.000000e+00
4763            -1      0.000000e+00
4764            -1     -2.000000e-01
4765            -1      0.000000e+00
4766            -1      0.000000e+00
4767             1      3.187500e-01
4768            -1      5.000000e-02
4769             1      0.000000e+00
4770             1      0.000000e+00
4771            -1      3.750000e-01
4772             1      4.000000e-01
4773             1      0.000000e+00
4774            -1      5.000000e-01
4775             1      7.142857e-03
4776             1     -1.000000e-01
4777             1      0.000000e+00
4778            -1      0.000000e+00
4779             1      0.000000e+00
4780             1      0.000000e+00
4781             1      0.000000e+00
4782             1      4.166667e-01
4783             1      1.000000e-01
4784             1      0.000000e+00
4785             1      1.666667e-01
4786             1      1.600000e-01
4787             1      0.000000e+00
4788             1      0.000000e+00
4789            -1      0.000000e+00
4790             1      0.000000e+00
4791             1      2.500000e-01
4792             1      0.000000e+00
4793             1      8.000000e-01
4794             1      0.000000e+00
4795             1      1.600000e-01
4796            -1      0.000000e+00
4797             1      0.000000e+00
4798             1      0.000000e+00
4799             1     -1.944444e-01
4800            -1      3.000000e-01
4801             1      0.000000e+00
4802             1      0.000000e+00
4803             1      0.000000e+00
4804            -1      0.000000e+00
4805             1      0.000000e+00
4806             1      0.000000e+00
4807             1      0.000000e+00
4808            -1      0.000000e+00
4809             1      0.000000e+00
4810            -1      0.000000e+00
4811            -1      0.000000e+00
4812            -1      1.000000e-01
4813             1      0.000000e+00
4814             1     -2.500000e-01
4815             1      0.000000e+00
4816             1      0.000000e+00
4817             1      0.000000e+00
4818             1      1.000000e+00
4819             1      0.000000e+00
4820             1      0.000000e+00
4821             1      0.000000e+00
4822             1      0.000000e+00
4823             1      0.000000e+00
4824             1      0.000000e+00
4825             1      0.000000e+00
4826             1      0.000000e+00
4827             1      2.000000e-01
4828            -1      5.000000e-01
4829             1      2.000000e-01
4830             1      0.000000e+00
4831            -1      0.000000e+00
4832            -1      0.000000e+00
4833             1      0.000000e+00
4834             1      0.000000e+00
4835             1      0.000000e+00
4836             1      0.000000e+00
4837             1      1.000000e+00
4838             1      0.000000e+00
4839             1      0.000000e+00
4840             1      1.363636e-01
4841             1      0.000000e+00
4842            -1     -2.000000e-01
4843            -1      1.363636e-01
4844            -1      0.000000e+00
4845            -1      0.000000e+00
4846            -1      0.000000e+00
4847            -1      0.000000e+00
4848             1      2.000000e-01
4849            -1     -3.125000e-01
4850            -1      0.000000e+00
4851             1      0.000000e+00
4852             1      0.000000e+00
4853            -1      2.000000e-01
4854            -1      1.681818e-01
4855            -1      0.000000e+00
4856            -1      0.000000e+00
4857             1      0.000000e+00
4858             1      0.000000e+00
4859            -1      1.363636e-01
4860             1      1.000000e-01
4861            -1      0.000000e+00
4862            -1      3.500000e-01
4863             1      4.000000e-01
4864            -1      5.000000e-01
4865            -1      1.363636e-01
4866            -1     -5.000000e-01
4867             1      0.000000e+00
4868            -1      2.142857e-01
4869             1      0.000000e+00
4870             1      1.750000e-01
4871            -1     -1.000000e-01
4872             1      0.000000e+00
4873            -1     -1.000000e-01
4874            -1      8.000000e-01
4875             1      1.000000e+00
4876            -1      0.000000e+00
4877            -1      4.000000e-01
4878             1      1.000000e+00
4879             1      0.000000e+00
4880             1      3.333333e-01
4881            -1      0.000000e+00
4882             1      0.000000e+00
4883            -1      6.500000e-01
4884             1      0.000000e+00
4885             1      0.000000e+00
4886            -1      6.250000e-01
4887            -1     -2.321429e-01
4888             1      2.000000e-01
4889             1      0.000000e+00
4890             1      0.000000e+00
4891             1      0.000000e+00
4892             1     -2.000000e-01
4893             1      2.500000e-01
4894             1      0.000000e+00
4895             1      5.476190e-02
4896             1      1.000000e-01
4897             1      0.000000e+00
4898            -1      2.333333e-01
4899            -1     -1.500000e-01
4900             1      1.000000e+00
4901             1      0.000000e+00
4902             1      0.000000e+00
4903            -1     -1.000000e-01
4904            -1     -6.000000e-01
4905             1      0.000000e+00
4906            -1      0.000000e+00
4907            -1      2.500000e-01
4908            -1      0.000000e+00
4909            -1     -2.142857e-01
4910            -1      6.666667e-02
4911             1      4.000000e-01
4912            -1      0.000000e+00
4913            -1      1.363636e-01
4914             1      0.000000e+00
4915             1      0.000000e+00
4916             1      0.000000e+00
4917             1      2.619048e-01
4918             1     -3.750000e-02
4919            -1      0.000000e+00
4920             1      0.000000e+00
4921            -1      0.000000e+00
4922             1      8.000000e-01
4923            -1      0.000000e+00
4924             1      0.000000e+00
4925            -1      0.000000e+00
4926             1      1.000000e+00
4927            -1      1.363636e-01
4928             1      0.000000e+00
4929            -1     -2.500000e-01
4930            -1     -5.000000e-01
4931             1      0.000000e+00
4932            -1      0.000000e+00
4933            -1      3.333333e-02
4934             1      1.000000e+00
4935            -1     -2.875000e-01
4936             1      0.000000e+00
4937             1      1.000000e+00
4938            -1      0.000000e+00
4939            -1      0.000000e+00
4940             1      2.000000e-01
4941             1     -5.000000e-02
4942            -1      0.000000e+00
4943             1      0.000000e+00
4944            -1      0.000000e+00
4945             1      0.000000e+00
4946            -1      0.000000e+00
4947            -1      5.000000e-01
4948             1      0.000000e+00
4949             1      0.000000e+00
4950             1      8.000000e-01
4951             1      0.000000e+00
4952             1      0.000000e+00
4953             1      0.000000e+00
4954             1      3.000000e-01
4955             1      2.500000e-01
4956             1      0.000000e+00
4957             1      0.000000e+00
4958             1      0.000000e+00
4959             1      5.000000e-01
4960             1      0.000000e+00
4961             1      3.000000e-01
4962            -1     -1.000000e-01
4963             1      0.000000e+00
4964             1      1.000000e+00
4965             1      0.000000e+00
4966             1      2.500000e-01
4967             1      2.500000e-01
4968            -1      2.500000e-01
4969            -1      0.000000e+00
4970             1      5.000000e-01
4971             1      1.363636e-01
4972             1      8.000000e-01
4973             1      0.000000e+00
4974             1      0.000000e+00
4975             1      0.000000e+00
4976            -1      0.000000e+00
4977             1      0.000000e+00
4978            -1      3.333333e-02
4979             1      0.000000e+00
4980             1      2.857143e-01
4981            -1      0.000000e+00
4982             1      0.000000e+00
4983            -1      0.000000e+00
4984            -1      1.250000e-01
4985             1      0.000000e+00
4986             1      2.500000e-01
4987             1      0.000000e+00
4988            -1      8.000000e-01
4989            -1      4.000000e-01
4990            -1     -6.250000e-01
4991            -1      0.000000e+00
4992             1      2.000000e-01
4993             1      0.000000e+00
4994             1      0.000000e+00
4995             1      3.000000e-01
4996             1      0.000000e+00
4997             1     -8.750000e-02
4998             1      0.000000e+00
4999             1      0.000000e+00
5000            -1      0.000000e+00
5001            -1      0.000000e+00
5002             1      0.000000e+00
5003             1      0.000000e+00
5004             1      1.000000e+00
5005            -1      2.500000e-01
5006            -1      0.000000e+00
5007             1      0.000000e+00
5008             1      0.000000e+00
5009             1      0.000000e+00
5010            -1      0.000000e+00
5011            -1      1.750000e-01
5012            -1      4.166667e-03
5013             1      5.000000e-01
5014             1      4.222222e-01
5015             1      0.000000e+00
5016             1      0.000000e+00
5017             1      0.000000e+00
5018            -1      0.000000e+00
5019            -1      3.333333e-02
5020             1      0.000000e+00
5021             1      0.000000e+00
5022             1      1.363636e-01
5023             1     -1.000000e-01
5024            -1      0.000000e+00
5025             1      0.000000e+00
5026             1      0.000000e+00
5027            -1     -1.000000e-01
5028            -1      0.000000e+00
5029             1      0.000000e+00
5030             1     -1.250000e-01
5031             1      0.000000e+00
5032             1      4.545455e-02
5033             1      0.000000e+00
5034            -1      1.071429e-01
5035            -1      0.000000e+00
5036             1      1.181818e-01
5037             1      0.000000e+00
5038            -1     -1.666667e-01
5039            -1      0.000000e+00
5040            -1      0.000000e+00
5041             1      0.000000e+00
5042             1      8.484848e-02
5043             1      0.000000e+00
5044             1     -1.000000e+00
5045            -1      0.000000e+00
5046            -1      4.166667e-01
5047             1      0.000000e+00
5048             1      0.000000e+00
5049             1      0.000000e+00
5050             1      0.000000e+00
5051            -1     -1.000000e-01
5052            -1      1.000000e-01
5053             1      0.000000e+00
5054            -1      0.000000e+00
5055            -1     -5.781250e-01
5056             1      2.939103e-01
5057            -1      0.000000e+00
5058            -1      0.000000e+00
5059            -1      0.000000e+00
5060             1      7.500000e-01
5061             1      0.000000e+00
5062             1      1.000000e+00
5063             1      1.000000e-01
5064             1      0.000000e+00
5065             1      2.000000e-01
5066            -1      0.000000e+00
5067            -1     -5.000000e-01
5068             1      2.500000e-01
5069            -1      0.000000e+00
5070             1      0.000000e+00
5071            -1      0.000000e+00
5072            -1      0.000000e+00
5073             1      0.000000e+00
5074            -1      1.000000e+00
5075            -1      5.000000e-01
5076             1      0.000000e+00
5077             1      0.000000e+00
5078             1      1.363636e-01
5079            -1      2.500000e-01
5080             1      0.000000e+00
5081            -1      2.000000e-01
5082             1      0.000000e+00
5083            -1      0.000000e+00
5084            -1     -1.000000e-01
5085             1      0.000000e+00
5086            -1      0.000000e+00
5087            -1      0.000000e+00
5088            -1      0.000000e+00
5089            -1      0.000000e+00
5090             1      1.090909e-01
5091             1      0.000000e+00
5092            -1     -5.125000e-01
5093             1      1.090909e-01
5094            -1     -2.500000e-01
5095            -1      0.000000e+00
5096            -1      8.000000e-01
5097             1      0.000000e+00
5098             1      0.000000e+00
5099            -1      1.363636e-01
5100             1      2.500000e-01
5101             1      0.000000e+00
5102            -1      0.000000e+00
5103             1      0.000000e+00
5104            -1     -6.000000e-01
5105             1      0.000000e+00
5106            -1      0.000000e+00
5107             1      0.000000e+00
5108            -1      0.000000e+00
5109            -1      6.250000e-01
5110            -1      6.250000e-01
5111             1      1.000000e+00
5112            -1      0.000000e+00
5113             1      5.000000e-01
5114            -1      1.600000e-01
5115            -1      0.000000e+00
5116             1      0.000000e+00
5117            -1      0.000000e+00
5118             1      0.000000e+00
5119            -1      0.000000e+00
5120            -1      1.507576e-01
5121            -1      1.507576e-01
5122            -1      0.000000e+00
5123            -1      1.363636e-01
5124             1      1.000000e+00
5125             1      0.000000e+00
5126             1      0.000000e+00
5127            -1     -1.000000e-01
5128            -1      5.000000e-01
5129            -1     -2.000000e-01
5130            -1      0.000000e+00
5131            -1      0.000000e+00
5132             1      0.000000e+00
5133            -1      0.000000e+00
5134             1      0.000000e+00
5135             1      8.000000e-01
5136            -1      0.000000e+00
5137             1      0.000000e+00
5138             1      0.000000e+00
5139             1      3.600000e-01
5140             1      3.600000e-01
5141             1      1.000000e+00
5142             1      0.000000e+00
5143             1      0.000000e+00
5144            -1      8.000000e-01
5145             1      0.000000e+00
5146            -1      2.500000e-01
5147             1      0.000000e+00
5148            -1      1.875000e-01
5149            -1      0.000000e+00
5150             1      0.000000e+00
5151             1      0.000000e+00
5152             1      0.000000e+00
5153             1      0.000000e+00
5154            -1      0.000000e+00
5155             1      1.000000e+00
5156             1      0.000000e+00
5157            -1     -2.222222e-02
5158             1      0.000000e+00
5159             1      0.000000e+00
5160            -1      1.363636e-01
5161            -1      0.000000e+00
5162             1      0.000000e+00
5163             1      0.000000e+00
5164            -1      0.000000e+00
5165            -1     -5.125000e-01
5166             1      6.818182e-02
5167            -1     -1.000000e-01
5168             1      6.250000e-01
5169             1      0.000000e+00
5170             1      0.000000e+00
5171            -1      0.000000e+00
5172            -1      0.000000e+00
5173             1      1.363636e-01
5174             1      0.000000e+00
5175             1      0.000000e+00
5176            -1      0.000000e+00
5177            -1      6.500000e-01
5178             1      7.000000e-01
5179            -1      0.000000e+00
5180            -1      0.000000e+00
5181             1      1.000000e+00
5182            -1      2.500000e-01
5183            -1     -1.250000e-01
5184            -1     -1.515152e-02
5185            -1      4.000000e-01
5186            -1      0.000000e+00
5187             1      1.000000e+00
5188            -1      0.000000e+00
5189            -1      0.000000e+00
5190             1      3.333333e-01
5191            -1      0.000000e+00
5192            -1     -3.750000e-01
5193            -1      8.000000e-01
5194            -1      0.000000e+00
5195             1     -6.250000e-01
5196            -1      0.000000e+00
5197             1      0.000000e+00
5198             1     -2.000000e-01
5199             1      0.000000e+00
5200             1     -6.250000e-02
5201            -1      0.000000e+00
5202             1     -6.250000e-02
5203             1      2.500000e-01
5204             1      5.000000e-01
5205             1      0.000000e+00
5206            -1      1.363636e-01
5207             1     -6.250000e-01
5208            -1      0.000000e+00
5209            -1      0.000000e+00
5210            -1      0.000000e+00
5211            -1      0.000000e+00
5212            -1      0.000000e+00
5213            -1      0.000000e+00
5214             1      0.000000e+00
5215             1      0.000000e+00
5216             1      0.000000e+00
5217            -1      1.363636e-01
5218            -1     -3.000000e-01
5219             1     -4.500000e-01
5220             1     -2.000000e-01
5221             1      0.000000e+00
5222             1      0.000000e+00
5223             1      0.000000e+00
5224            -1      0.000000e+00
5225            -1      2.000000e-01
5226             1      0.000000e+00
5227             1      0.000000e+00
5228            -1      5.000000e-01
5229            -1      8.000000e-01
5230             1      1.250000e-02
5231             1      0.000000e+00
5232             1      0.000000e+00
5233             1      3.125000e-01
5234             1      1.363636e-01
5235             1      0.000000e+00
5236             1     -5.185185e-02
5237             1      3.500000e-01
5238             1      1.322751e-01
5239             1      0.000000e+00
5240             1      0.000000e+00
5241             1      0.000000e+00
5242             1      1.250000e-02
5243             1      2.500000e-01
5244            -1      3.750000e-01
5245             1      0.000000e+00
5246            -1      1.666667e-01
5247             1      0.000000e+00
5248             1     -2.000000e-01
5249            -1      0.000000e+00
5250            -1      0.000000e+00
5251             1     -2.121212e-02
5252             1      2.500000e-01
5253             1      0.000000e+00
5254            -1      5.000000e-02
5255            -1      0.000000e+00
5256             1      0.000000e+00
5257            -1      0.000000e+00
5258            -1      1.630952e-01
5259             1      1.250000e-02
5260             1      0.000000e+00
5261             1      1.250000e-02
5262             1      0.000000e+00
5263             1     -4.500000e-01
5264            -1      5.000000e-02
5265             1      0.000000e+00
5266             1      1.250000e-02
5267             1      1.250000e-02
5268            -1      0.000000e+00
5269             1      1.250000e-02
5270            -1      0.000000e+00
5271             1      2.181818e-01
5272            -1      5.000000e-01
5273            -1      0.000000e+00
5274             1      1.666667e-01
5275             1      2.500000e-01
5276            -1     -5.125000e-01
5277             1      0.000000e+00
5278             1      0.000000e+00
5279            -1      0.000000e+00
5280            -1      2.966667e-01
5281            -1      6.250000e-01
5282            -1      0.000000e+00
5283             1      0.000000e+00
5284             1      0.000000e+00
5285             1      1.250000e-02
5286             1      0.000000e+00
5287             1      1.250000e-02
5288            -1      0.000000e+00
5289             1     -6.000000e-01
5290            -1      0.000000e+00
5291             1      1.250000e-02
5292             1      5.000000e-01
5293             1      0.000000e+00
5294            -1      1.000000e-01
5295             1      1.250000e-02
5296            -1      4.166667e-01
5297             1      2.000000e-01
5298            -1     -1.250000e-01
5299             1      1.666667e-01
5300            -1      3.750000e-01
5301            -1      5.472727e-01
5302             1      0.000000e+00
5303            -1     -1.000000e-01
5304            -1      0.000000e+00
5305             1      1.785714e-01
5306            -1      0.000000e+00
5307             1      3.333333e-01
5308             1      2.500000e-01
5309            -1     -3.787879e-02
5310             1      0.000000e+00
5311             1      2.500000e-01
5312             1     -3.000000e-01
5313            -1      2.000000e-01
5314            -1      1.000000e-01
5315             1      0.000000e+00
5316            -1     -5.000000e-02
5317             1      0.000000e+00
5318             1     -2.121212e-02
5319             1      1.500000e-01
5320            -1     -4.028571e-01
5321             1      5.000000e-01
5322             1      0.000000e+00
5323            -1      2.625000e-01
5324            -1      0.000000e+00
5325             1      5.000000e-01
5326             1      0.000000e+00
5327             1      0.000000e+00
5328             1      0.000000e+00
5329            -1      0.000000e+00
5330            -1      0.000000e+00
5331             1      0.000000e+00
5332             1      0.000000e+00
5333             1      5.316667e-01
5334            -1     -5.000000e-02
5335             1      0.000000e+00
5336             1      0.000000e+00
5337             1      0.000000e+00
5338             1      0.000000e+00
5339            -1      0.000000e+00
5340             1      0.000000e+00
5341             1      3.778409e-01
5342             1      0.000000e+00
5343            -1      0.000000e+00
5344            -1      0.000000e+00
5345             1      0.000000e+00
5346            -1      0.000000e+00
5347             1      3.766667e-01
5348             1      0.000000e+00
5349            -1      2.625000e-01
5350            -1      0.000000e+00
5351             1      0.000000e+00
5352             1      3.246753e-02
5353             1      0.000000e+00
5354             1      0.000000e+00
5355            -1      0.000000e+00
5356            -1      3.500000e-01
5357             1      0.000000e+00
5358            -1      2.625000e-01
5359            -1      5.000000e-01
5360            -1      9.285714e-02
5361            -1      5.000000e-01
5362             1      0.000000e+00
5363            -1      0.000000e+00
5364            -1     -2.500000e-01
5365            -1     -5.000000e-01
5366             1      0.000000e+00
5367            -1      0.000000e+00
5368            -1      0.000000e+00
5369            -1      0.000000e+00
5370            -1      1.363636e-01
5371             1      3.250000e-01
5372             1      0.000000e+00
5373             1      0.000000e+00
5374            -1      0.000000e+00
5375             1      1.181818e-01
5376             1      0.000000e+00
5377             1     -5.000000e-02
5378            -1      0.000000e+00
5379             1      7.500000e-01
5380             1     -7.142857e-02
5381             1      2.500000e-01
5382             1      6.000000e-01
5383             1      0.000000e+00
5384             1      0.000000e+00
5385            -1      0.000000e+00
5386            -1      0.000000e+00
5387            -1      5.500000e-01
5388            -1      0.000000e+00
5389             1      1.666667e-01
5390             1      0.000000e+00
5391            -1      8.500000e-01
5392             1      4.000000e-01
5393             1      0.000000e+00
5394             1      0.000000e+00
5395            -1      5.000000e-02
5396            -1      0.000000e+00
5397            -1      6.250000e-01
5398             1      0.000000e+00
5399             1      0.000000e+00
5400            -1      0.000000e+00
5401             1      0.000000e+00
5402             1      4.000000e-01
5403            -1      0.000000e+00
5404            -1      0.000000e+00
5405            -1      0.000000e+00
5406            -1      5.555556e-02
5407             1     -6.000000e-01
5408            -1      0.000000e+00
5409             1      0.000000e+00
5410             1      0.000000e+00
5411             1      1.363636e-01
5412            -1      4.000000e-01
5413            -1      0.000000e+00
5414             1      0.000000e+00
5415             1     -2.000000e-01
5416             1      0.000000e+00
5417            -1      0.000000e+00
5418            -1      1.000000e+00
5419            -1      6.818182e-02
5420             1      0.000000e+00
5421             1      0.000000e+00
5422             1      7.000000e-01
5423             1      0.000000e+00
5424            -1      4.000000e-01
5425             1     -1.666667e-01
5426             1      0.000000e+00
5427             1      0.000000e+00
5428             1      0.000000e+00
5429            -1      3.500000e-01
5430             1      5.000000e-01
5431             1      0.000000e+00
5432            -1      1.666667e-01
5433            -1      0.000000e+00
5434            -1      0.000000e+00
5435             1      0.000000e+00
5436            -1      0.000000e+00
5437            -1      1.500000e-01
5438            -1      2.500000e-01
5439            -1      0.000000e+00
5440            -1      4.000000e-01
5441             1      1.000000e-01
5442            -1      0.000000e+00
5443             1      5.000000e-01
5444            -1      0.000000e+00
5445            -1      1.000000e+00
5446            -1      4.000000e-01
5447            -1      0.000000e+00
5448            -1      1.000000e-01
5449            -1      2.625000e-01
5450            -1      2.000000e-01
5451             1      0.000000e+00
5452            -1      0.000000e+00
5453            -1      0.000000e+00
5454             1     -6.000000e-01
5455             1      3.125000e-01
5456            -1      0.000000e+00
5457            -1      1.000000e-01
5458            -1      0.000000e+00
5459            -1      0.000000e+00
5460            -1      0.000000e+00
5461             1      1.250000e-01
5462             1     -1.068182e-01
5463            -1      2.500000e-01
5464             1      0.000000e+00
5465             1      5.000000e-02
5466             1      1.250000e-01
5467             1      0.000000e+00
5468             1      0.000000e+00
5469             1      0.000000e+00
5470             1      0.000000e+00
5471            -1      0.000000e+00
5472             1      0.000000e+00
5473            -1      0.000000e+00
5474             1      0.000000e+00
5475             1      0.000000e+00
5476            -1      4.000000e-01
5477             1      0.000000e+00
5478            -1      0.000000e+00
5479            -1      2.857143e-01
5480            -1      2.000000e-01
5481            -1      0.000000e+00
5482             1      0.000000e+00
5483            -1     -1.000000e-01
5484             1      2.500000e-01
5485             1      0.000000e+00
5486             1      0.000000e+00
5487            -1      0.000000e+00
5488             1      4.000000e-01
5489            -1      0.000000e+00
5490             1      1.250000e-01
5491            -1      3.500000e-01
5492            -1      1.750000e-01
5493            -1      1.000000e+00
5494            -1      3.500000e-01
5495            -1      0.000000e+00
5496             1      0.000000e+00
5497            -1      0.000000e+00
5498            -1      0.000000e+00
5499            -1     -4.000000e-01
5500            -1     -1.000000e-01
5501             1      0.000000e+00
5502             1     -5.000000e-01
5503             1      0.000000e+00
5504             1      0.000000e+00
5505             1      0.000000e+00
5506             1      1.363636e-01
5507             1      0.000000e+00
5508            -1      4.000000e-01
5509             1      5.000000e-01
5510            -1      0.000000e+00
5511            -1      3.833333e-01
5512             1      0.000000e+00
5513             1      1.363636e-01
5514             1      0.000000e+00
5515            -1      0.000000e+00
5516            -1      0.000000e+00
5517            -1      0.000000e+00
5518             1      0.000000e+00
5519            -1     -2.000000e-01
5520             1      0.000000e+00
5521            -1      4.000000e-01
5522            -1      3.000000e-01
5523             1      0.000000e+00
5524             1      0.000000e+00
5525            -1     -1.666667e-01
5526            -1     -3.125000e-01
5527            -1     -2.109375e-01
5528            -1      1.000000e+00
5529             1      0.000000e+00
5530             1      0.000000e+00
5531             1      0.000000e+00
5532            -1     -6.000000e-01
5533             1      0.000000e+00
5534             1      3.916667e-01
5535            -1      0.000000e+00
5536             1      0.000000e+00
5537             1      1.875000e-01
5538             1     -2.500000e-01
5539             1      7.000000e-01
5540            -1      2.000000e-01
5541            -1      0.000000e+00
5542             1      0.000000e+00
5543             1      0.000000e+00
5544             1      0.000000e+00
5545             1      1.363636e-01
5546             1      6.250000e-01
5547            -1      0.000000e+00
5548             1      0.000000e+00
5549             1      0.000000e+00
5550            -1      0.000000e+00
5551            -1      0.000000e+00
5552             1      0.000000e+00
5553            -1      3.500000e-01
5554            -1     -1.114286e-01
5555            -1      3.500000e-01
5556            -1     -1.666667e-01
5557            -1      4.000000e-01
5558            -1      0.000000e+00
5559             1      7.000000e-01
5560            -1      1.600000e-01
5561            -1      0.000000e+00
5562            -1      2.500000e-01
5563            -1      4.000000e-01
5564            -1      0.000000e+00
5565            -1      2.857143e-01
5566             1      3.500000e-01
5567            -1      0.000000e+00
5568             1      3.750000e-01
5569             1      0.000000e+00
5570             1     -5.000000e-02
5571            -1      0.000000e+00
5572             1      0.000000e+00
5573             1      0.000000e+00
5574            -1     -1.000000e-01
5575             1      1.666667e-01
5576            -1      0.000000e+00
5577             1      1.000000e-01
5578             1      0.000000e+00
5579             1      0.000000e+00
5580             1      0.000000e+00
5581             1      0.000000e+00
5582            -1     -5.000000e-02
5583            -1      3.500000e-01
5584             1      0.000000e+00
5585             1      0.000000e+00
5586            -1      0.000000e+00
5587            -1      0.000000e+00
5588             1      0.000000e+00
5589             1     -1.000000e+00
5590            -1      3.500000e-01
5591            -1      0.000000e+00
5592             1      7.000000e-01
5593             1      2.916667e-01
5594             1      7.000000e-01
5595            -1      2.666667e-01
5596            -1      7.000000e-01
5597             1      0.000000e+00
5598             1      0.000000e+00
5599            -1     -2.500000e-02
5600             1      4.333333e-01
5601            -1      2.666667e-01
5602             1      0.000000e+00
5603             1      3.250000e-01
5604             1      0.000000e+00
5605             1      0.000000e+00
5606            -1      0.000000e+00
5607            -1      4.000000e-01
5608             1      2.000000e-01
5609            -1      0.000000e+00
5610             1      0.000000e+00
5611             1      0.000000e+00
5612             1      0.000000e+00
5613            -1      3.500000e-01
5614             1      7.000000e-01
5615             1      0.000000e+00
5616            -1      2.166667e-01
5617            -1      0.000000e+00
5618             1      0.000000e+00
5619            -1     -1.000000e-01
5620             1      0.000000e+00
5621             1      0.000000e+00
5622             1      0.000000e+00
5623             1     -4.000000e-01
5624            -1     -9.375000e-02
5625             1      0.000000e+00
5626             1      3.250000e-01
5627            -1      0.000000e+00
5628             1      0.000000e+00
5629            -1      0.000000e+00
5630            -1      0.000000e+00
5631             1     -8.000000e-01
5632             1      2.600000e-01
5633            -1      1.000000e+00
5634            -1      0.000000e+00
5635             1      0.000000e+00
5636             1      0.000000e+00
5637             1      0.000000e+00
5638             1      0.000000e+00
5639             1      3.833333e-01
5640            -1      0.000000e+00
5641             1      7.000000e-01
5642             1      8.000000e-01
5643             1      2.321429e-01
5644            -1      0.000000e+00
5645            -1      0.000000e+00
5646             1     -5.000000e-02
5647            -1     -2.500000e-01
5648             1      1.833333e-01
5649             1      0.000000e+00
5650            -1      0.000000e+00
5651            -1      0.000000e+00
5652             1      1.916667e-01
5653            -1      0.000000e+00
5654            -1      0.000000e+00
5655            -1      0.000000e+00
5656            -1      1.000000e-01
5657             1      0.000000e+00
5658             1     -1.000000e-01
5659            -1      0.000000e+00
5660            -1      0.000000e+00
5661             1      7.000000e-01
5662             1      0.000000e+00
5663             1      7.000000e-01
5664             1      0.000000e+00
5665             1      0.000000e+00
5666             1      0.000000e+00
5667            -1      0.000000e+00
5668             1      0.000000e+00
5669             1      0.000000e+00
5670            -1      1.041667e-01
5671             1      3.500000e-01
5672            -1      1.041667e-01
5673             1      2.500000e-01
5674             1      0.000000e+00
5675             1      0.000000e+00
5676             1      0.000000e+00
5677            -1     -8.000000e-01
5678             1      0.000000e+00
5679             1     -7.500000e-01
5680            -1      1.931818e-01
5681             1      0.000000e+00
5682             1      0.000000e+00
5683            -1      0.000000e+00
5684             1      0.000000e+00
5685             1      5.000000e-01
5686             1     -5.000000e-01
5687            -1      0.000000e+00
5688             1     -7.500000e-01
5689             1      0.000000e+00
5690             1      0.000000e+00
5691             1      0.000000e+00
5692            -1      0.000000e+00
5693             1      0.000000e+00
5694             1      0.000000e+00
5695             1      0.000000e+00
5696            -1     -1.000000e-01
5697            -1     -8.181818e-02
5698             1      0.000000e+00
5699            -1     -1.851852e-02
5700            -1      0.000000e+00
5701            -1     -2.500000e-01
5702             1      0.000000e+00
5703             1     -1.000000e+00
5704             1      0.000000e+00
5705             1      0.000000e+00
5706             1      3.333333e-02
5707             1      3.333333e-01
5708            -1     -5.000000e-01
5709            -1      2.166667e-01
5710            -1      5.000000e-01
5711             1      0.000000e+00
5712             1      0.000000e+00
5713            -1      0.000000e+00
5714            -1     -8.333333e-02
5715             1      0.000000e+00
5716             1      4.250000e-01
5717             1      2.500000e-01
5718            -1      3.500000e-01
5719             1      0.000000e+00
5720             1      4.000000e-01
5721            -1      8.000000e-01
5722            -1      0.000000e+00
5723             1      0.000000e+00
5724            -1      4.000000e-01
5725            -1     -4.000000e-01
5726            -1      3.500000e-01
5727            -1      0.000000e+00
5728             1      0.000000e+00
5729            -1      0.000000e+00
5730            -1      0.000000e+00
5731            -1      1.250000e-01
5732             1     -1.305556e-01
5733            -1      2.666667e-01
5734            -1     -2.307692e-01
5735             1      0.000000e+00
5736             1      0.000000e+00
5737             1      0.000000e+00
5738             1      0.000000e+00
5739            -1     -1.250000e-01
5740             1      6.000000e-01
5741            -1      0.000000e+00
5742            -1      0.000000e+00
5743            -1      2.500000e-01
5744             1     -1.750000e-01
5745             1      0.000000e+00
5746            -1      1.363636e-01
5747            -1      0.000000e+00
5748             1      0.000000e+00
5749            -1      0.000000e+00
5750            -1      0.000000e+00
5751             1      2.000000e-01
5752             1      0.000000e+00
5753             1      0.000000e+00
5754            -1      4.500000e-01
5755             1      5.000000e-01
5756             1      5.000000e-01
5757            -1      0.000000e+00
5758             1     -2.833333e-01
5759             1      0.000000e+00
5760             1      1.916667e-01
5761            -1      2.500000e-01
5762            -1     -1.166667e-01
5763             1      1.333333e-01
5764             1     -3.750000e-02
5765            -1     -1.000000e+00
5766            -1      0.000000e+00
5767             1      0.000000e+00
5768             1      2.500000e-01
5769             1     -1.250000e-01
5770             1      0.000000e+00
5771             1      5.000000e-01
5772             1      0.000000e+00
5773             1      0.000000e+00
5774            -1      0.000000e+00
5775             1      5.000000e-01
5776             1      0.000000e+00
5777             1      0.000000e+00
5778             1      9.000000e-01
5779             1     -1.666667e-01
5780             1      0.000000e+00
5781             1      0.000000e+00
5782            -1      0.000000e+00
5783            -1      3.806818e-01
5784             1      0.000000e+00
5785            -1      5.000000e-01
5786            -1      0.000000e+00
5787             1      0.000000e+00
5788             1      0.000000e+00
5789             1      1.000000e+00
5790            -1      0.000000e+00
5791            -1      3.000000e-01
5792             1      1.916667e-01
5793            -1      0.000000e+00
5794             1      1.363636e-01
5795             1      1.363636e-01
5796            -1      0.000000e+00
5797            -1      0.000000e+00
5798            -1      0.000000e+00
5799             1      3.750000e-01
5800            -1     -4.000000e-01
5801             1     -4.000000e-01
5802             1      7.000000e-01
5803             1      2.500000e-01
5804             1      1.363636e-01
5805            -1      0.000000e+00
5806             1      0.000000e+00
5807             1      0.000000e+00
5808             1     -4.687500e-01
5809            -1      0.000000e+00
5810             1      0.000000e+00
5811            -1      4.545455e-02
5812            -1      0.000000e+00
5813            -1      0.000000e+00
5814             1      0.000000e+00
5815            -1      5.000000e-01
5816             1      1.363636e-01
5817             1      5.000000e-01
5818            -1      0.000000e+00
5819             1      1.600000e-01
5820            -1     -9.375000e-01
5821            -1      3.125000e-01
5822             1      0.000000e+00
5823             1      0.000000e+00
5824             1      0.000000e+00
5825             1     -3.750000e-02
5826            -1      0.000000e+00
5827             1     -7.692308e-02
5828             1      2.500000e-01
5829             1      0.000000e+00
5830            -1      3.333333e-01
5831            -1      4.166667e-01
5832             1      2.000000e-01
5833             1      0.000000e+00
5834            -1      0.000000e+00
5835             1      0.000000e+00
5836            -1     -1.666667e-01
5837             1      2.500000e-01
5838             1      0.000000e+00
5839             1      0.000000e+00
5840             1      0.000000e+00
5841            -1      0.000000e+00
5842             1      0.000000e+00
5843            -1      0.000000e+00
5844             1      1.750000e-01
5845             1      0.000000e+00
5846             1      0.000000e+00
5847            -1      0.000000e+00
5848             1     -2.000000e-01
5849             1      0.000000e+00
5850            -1      0.000000e+00
5851             1      0.000000e+00
5852             1      0.000000e+00
5853            -1      0.000000e+00
5854             1      0.000000e+00
5855             1      0.000000e+00
5856             1      0.000000e+00
5857             1      0.000000e+00
5858             1      0.000000e+00
5859            -1      2.666667e-01
5860             1      0.000000e+00
5861            -1      0.000000e+00
5862            -1      0.000000e+00
5863             1      8.000000e-01
5864            -1      0.000000e+00
5865            -1      5.000000e-01
5866             1      1.363636e-01
5867             1      0.000000e+00
5868             1      0.000000e+00
5869             1      0.000000e+00
5870             1      0.000000e+00
5871            -1      0.000000e+00
5872            -1      1.000000e-01
5873            -1      3.500000e-01
5874             1      0.000000e+00
5875             1     -1.318182e-01
5876             1      2.720000e-01
5877            -1      0.000000e+00
5878            -1      3.500000e-01
5879            -1      4.000000e-01
5880            -1      0.000000e+00
5881             1      0.000000e+00
5882             1      1.000000e+00
5883             1      0.000000e+00
5884             1      0.000000e+00
5885             1      0.000000e+00
5886             1      0.000000e+00
5887            -1      0.000000e+00
5888             1      5.000000e-01
5889            -1      0.000000e+00
5890            -1      1.168831e-01
5891             1      0.000000e+00
5892            -1      5.000000e-01
5893             1      0.000000e+00
5894             1      5.000000e-02
5895             1      0.000000e+00
5896            -1      3.750000e-01
5897             1      0.000000e+00
5898             1      0.000000e+00
5899             1      0.000000e+00
5900            -1      3.672727e-01
5901             1      1.121212e-01
5902             1      3.333333e-02
5903            -1     -5.000000e-01
5904             1      0.000000e+00
5905             1      0.000000e+00
5906             1      0.000000e+00
5907            -1     -2.000000e-01
5908             1      1.555556e-02
5909             1      4.000000e-01
5910            -1     -2.000000e-01
5911             1      6.818182e-02
5912             1      1.555556e-01
5913             1      5.454545e-01
5914            -1      0.000000e+00
5915             1      0.000000e+00
5916             1      0.000000e+00
5917             1      2.000000e-01
5918            -1     -5.185185e-02
5919            -1      0.000000e+00
5920            -1      1.428571e-01
5921            -1      0.000000e+00
5922            -1      0.000000e+00
5923            -1      0.000000e+00
5924             1      1.000000e-01
5925            -1     -2.625000e-01
5926             1     -4.000000e-01
5927             1      0.000000e+00
5928             1     -5.000000e-01
5929             1      0.000000e+00
5930             1      0.000000e+00
5931             1      1.555556e-02
5932             1      1.555556e-02
5933             1      0.000000e+00
5934             1      0.000000e+00
5935            -1      0.000000e+00
5936             1      0.000000e+00
5937             1      1.363636e-01
5938             1      3.571429e-01
5939            -1      1.666667e-02
5940            -1     -8.333333e-02
5941            -1      0.000000e+00
5942             1      0.000000e+00
5943             1      0.000000e+00
5944            -1      0.000000e+00
5945            -1      0.000000e+00
5946             1      5.000000e-01
5947            -1      0.000000e+00
5948            -1      0.000000e+00
5949             1     -3.000000e-01
5950            -1      0.000000e+00
5951             1     -1.250000e-01
5952             1      3.000000e-01
5953             1      0.000000e+00
5954            -1      5.551115e-17
5955             1      2.555556e-01
5956            -1     -7.638889e-02
5957             1      0.000000e+00
5958             1      1.555556e-02
5959             1      5.000000e-01
5960            -1     -3.500000e-01
5961             1      2.500000e-01
5962            -1      0.000000e+00
5963            -1      1.000000e+00
5964             1      0.000000e+00
5965             1      0.000000e+00
5966             1      0.000000e+00
5967            -1      0.000000e+00
5968             1      0.000000e+00
5969             1      2.753968e-01
5970             1      2.753968e-01
5971             1      2.753968e-01
5972             1      2.753968e-01
5973             1      2.753968e-01
5974             1      2.753968e-01
5975            -1      0.000000e+00
5976             1      2.753968e-01
5977             1      7.000000e-01
5978             1      2.753968e-01
5979             1      0.000000e+00
5980             1      1.555556e-02
5981            -1      0.000000e+00
5982            -1      0.000000e+00
5983             1      2.753968e-01
5984            -1      0.000000e+00
5985            -1      6.818182e-02
5986             1      2.753968e-01
5987             1      6.666667e-02
5988             1      1.875000e-01
5989             1      0.000000e+00
5990             1      5.000000e-01
5991            -1     -1.000000e-01
5992             1      0.000000e+00
5993             1      2.000000e-01
5994            -1     -1.000000e-01
5995             1      1.363636e-01
5996             1      0.000000e+00
5997             1      2.753968e-01
5998            -1     -1.000000e-01
5999             1      2.753968e-01
6000             1      2.753968e-01
6001             1      2.753968e-01
6002             1      1.750000e-01
6003            -1      1.000000e-01
6004             1      2.753968e-01
6005             1      0.000000e+00
6006            -1      3.571429e-01
6007             1      2.753968e-01
6008             1      0.000000e+00
6009            -1      0.000000e+00
6010             1      5.000000e-01
6011             1      0.000000e+00
6012             1      2.753968e-01
6013             1     -2.500000e-02
6014            -1      0.000000e+00
6015             1      0.000000e+00
6016             1      2.753968e-01
6017            -1     -1.000000e-01
6018             1      2.753968e-01
6019            -1     -3.333333e-02
6020             1      2.753968e-01
6021             1      0.000000e+00
6022             1      2.753968e-01
6023             1      2.753968e-01
6024             1      0.000000e+00
6025             1      0.000000e+00
6026             1      0.000000e+00
6027             1      2.753968e-01
6028            -1      0.000000e+00
6029            -1      1.583333e-01
6030            -1      0.000000e+00
6031             1      0.000000e+00
6032             1     -1.250000e-01
6033             1      2.753968e-01
6034             1      2.753968e-01
6035            -1     -8.000000e-01
6036             1      0.000000e+00
6037             1      2.753968e-01
6038             1      2.753968e-01
6039             1      2.753968e-01
6040             1      2.753968e-01
6041            -1     -2.000000e-01
6042             1      0.000000e+00
6043            -1      6.250000e-01
6044            -1      1.000000e+00
6045             1      1.000000e-01
6046             1      2.753968e-01
6047             1      2.753968e-01
6048             1      0.000000e+00
6049             1      0.000000e+00
6050             1      2.753968e-01
6051             1      0.000000e+00
6052            -1      3.250000e-01
6053             1      1.555556e-02
6054             1      2.753968e-01
6055             1      2.753968e-01
6056            -1      0.000000e+00
6057             1      2.753968e-01
6058             1      6.250000e-02
6059            -1      0.000000e+00
6060             1      0.000000e+00
6061            -1      4.454545e-01
6062            -1     -2.777778e-02
6063             1      2.753968e-01
6064            -1      0.000000e+00
6065            -1      1.000000e-01
6066             1      0.000000e+00
6067             1      2.753968e-01
6068             1      2.753968e-01
6069             1      2.753968e-01
6070            -1     -4.000000e-01
6071            -1      0.000000e+00
6072             1     -5.000000e-01
6073            -1      0.000000e+00
6074             1      2.753968e-01
6075            -1      0.000000e+00
6076             1      5.000000e-01
6077             1      2.753968e-01
6078            -1      0.000000e+00
6079            -1      1.000000e+00
6080            -1      0.000000e+00
6081             1      2.753968e-01
6082            -1      0.000000e+00
6083             1     -2.000000e-01
6084            -1     -6.000000e-01
6085             1      0.000000e+00
6086            -1      0.000000e+00
6087            -1      0.000000e+00
6088            -1      0.000000e+00
6089             1      2.931818e-01
6090             1      2.753968e-01
6091             1      2.753968e-01
6092            -1     -5.000000e-01
6093            -1      0.000000e+00
6094            -1     -1.250000e-01
6095             1      2.753968e-01
6096             1      0.000000e+00
6097            -1      5.000000e-01
6098             1      2.753968e-01
6099             1      8.750000e-01
6100             1      0.000000e+00
6101            -1      0.000000e+00
6102            -1      5.000000e-02
6103             1      2.753968e-01
6104            -1      1.000000e-01
6105            -1     -1.250000e-01
6106            -1      1.208333e-01
6107            -1      1.208333e-01
6108             1      0.000000e+00
6109             1      2.753968e-01
6110             1      0.000000e+00
6111             1      1.555556e-02
6112            -1      0.000000e+00
6113             1      2.753968e-01
6114            -1     -8.333333e-02
6115            -1     -1.555556e-01
6116            -1      2.000000e-01
6117             1      0.000000e+00
6118            -1     -4.666667e-01
6119            -1      0.000000e+00
6120            -1      0.000000e+00
6121             1      2.753968e-01
6122             1      2.753968e-01
6123             1      0.000000e+00
6124             1      5.000000e-01
6125            -1      0.000000e+00
6126             1      0.000000e+00
6127             1      5.000000e-01
6128             1      0.000000e+00
6129             1      2.753968e-01
6130            -1      3.125000e-01
6131            -1      1.250000e-01
6132             1      2.753968e-01
6133            -1      3.500000e-01
6134             1      2.753968e-01
6135             1      0.000000e+00
6136             1      2.753968e-01
6137             1      2.753968e-01
6138            -1     -1.500000e-01
6139             1      4.500000e-01
6140             1      2.753968e-01
6141             1      0.000000e+00
6142             1      3.111111e-01
6143             1      2.753968e-01
6144             1      2.753968e-01
6145             1      0.000000e+00
6146            -1      0.000000e+00
6147            -1      0.000000e+00
6148             1      6.818182e-02
6149             1      2.753968e-01
6150             1     -2.000000e-01
6151             1      2.753968e-01
6152            -1      0.000000e+00
6153            -1      0.000000e+00
6154            -1      0.000000e+00
6155            -1      0.000000e+00
6156             1     -6.250000e-02
6157            -1      0.000000e+00
6158            -1      2.500000e-02
6159            -1      0.000000e+00
6160            -1     -1.000000e-01
6161             1      2.753968e-01
6162            -1      0.000000e+00
6163             1      1.000000e-01
6164             1      0.000000e+00
6165             1      2.753968e-01
6166             1      2.753968e-01
6167             1      2.753968e-01
6168            -1      0.000000e+00
6169             1      2.753968e-01
6170             1     -1.000000e-01
6171             1      3.181818e-01
6172            -1     -1.666667e-01
6173             1      7.000000e-01
6174            -1      0.000000e+00
6175             1      2.753968e-01
6176             1      2.753968e-01
6177            -1     -1.555556e-01
6178             1      5.000000e-01
6179            -1      3.750000e-01
6180             1      6.250000e-01
6181             1      2.753968e-01
6182            -1      2.857143e-01
6183            -1     -1.555556e-01
6184             1      2.753968e-01
6185            -1      0.000000e+00
6186            -1      0.000000e+00
6187            -1      0.000000e+00
6188             1      0.000000e+00
6189             1      7.000000e-01
6190             1      0.000000e+00
6191            -1      1.000000e-01
6192             1     -1.000000e-01
6193             1      2.753968e-01
6194            -1      1.250000e-01
6195             1      0.000000e+00
6196             1      2.753968e-01
6197            -1     -2.500000e-01
6198             1      0.000000e+00
6199             1     -1.000000e-01
6200             1      2.857143e-01
6201            -1      0.000000e+00
6202             1     -1.555556e-01
6203            -1     -1.500000e-01
6204             1      0.000000e+00
6205             1     -1.555556e-01
6206             1      5.000000e-01
6207            -1      1.000000e+00
6208             1      0.000000e+00
6209             1      2.753968e-01
6210             1     -5.000000e-01
6211            -1      0.000000e+00
6212            -1      0.000000e+00
6213             1      8.000000e-01
6214            -1      6.875000e-01
6215             1      2.000000e-01
6216             1      0.000000e+00
6217             1     -1.000000e-01
6218             1      6.818182e-02
6219            -1      0.000000e+00
6220            -1     -4.000000e-01
6221            -1      0.000000e+00
6222            -1      2.857143e-01
6223             1     -6.666667e-02
6224             1      2.753968e-01
6225             1     -6.666667e-02
6226            -1      0.000000e+00
6227             1      0.000000e+00
6228             1      3.454545e-01
6229             1      2.753968e-01
6230             1      0.000000e+00
6231            -1      1.363636e-01
6232             1     -4.545455e-01
6233            -1      0.000000e+00
6234            -1     -5.000000e-02
6235             1      2.753968e-01
6236            -1      0.000000e+00
6237             1     -6.666667e-02
6238            -1      0.000000e+00
6239             1      2.753968e-01
6240             1      2.000000e-01
6241             1      2.753968e-01
6242             1      0.000000e+00
6243            -1      2.000000e-01
6244            -1      0.000000e+00
6245             1     -2.500000e-01
6246             1      0.000000e+00
6247             1      3.000000e-01
6248            -1     -3.000000e-01
6249            -1     -1.000000e-01
6250            -1      3.500000e-01
6251            -1     -2.000000e-01
6252             1      2.753968e-01
6253            -1      1.750000e-01
6254            -1      0.000000e+00
6255             1      2.753968e-01
6256             1      2.753968e-01
6257             1     -2.000000e-01
6258            -1     -1.555556e-01
6259             1     -1.000000e-01
6260             1      2.753968e-01
6261             1      2.753968e-01
6262            -1      0.000000e+00
6263             1      2.753968e-01
6264             1      0.000000e+00
6265             1      0.000000e+00
6266            -1      0.000000e+00
6267             1      2.753968e-01
6268             1      2.753968e-01
6269            -1      0.000000e+00
6270             1     -5.000000e-01
6271             1      0.000000e+00
6272            -1      1.000000e+00
6273             1      0.000000e+00
6274             1      0.000000e+00
6275             1      0.000000e+00
6276            -1     -4.375000e-02
6277            -1      0.000000e+00
6278             1      0.000000e+00
6279             1      2.753968e-01
6280            -1     -4.000000e-01
6281             1      0.000000e+00
6282             1      2.753968e-01
6283            -1      4.000000e-01
6284             1      0.000000e+00
6285             1      3.500000e-01
6286             1      0.000000e+00
6287            -1      1.363636e-01
6288             1     -7.500000e-02
6289             1     -7.500000e-02
6290             1      0.000000e+00
6291             1      0.000000e+00
6292             1      1.000000e+00
6293             1      0.000000e+00
6294             1      2.753968e-01
6295             1      0.000000e+00
6296             1     -9.285714e-02
6297             1      6.000000e-01
6298            -1      2.500000e-01
6299             1      0.000000e+00
6300             1      1.363636e-01
6301             1      1.000000e-01
6302            -1     -5.000000e-01
6303             1      2.753968e-01
6304             1      0.000000e+00
6305             1      0.000000e+00
6306            -1      0.000000e+00
6307            -1     -5.000000e-01
6308             1      0.000000e+00
6309            -1      0.000000e+00
6310            -1      6.250000e-02
6311            -1     -1.000000e+00
6312            -1     -1.000000e-01
6313            -1      0.000000e+00
6314             1      1.555556e-02
6315            -1      0.000000e+00
6316             1      2.753968e-01
6317            -1      0.000000e+00
6318             1      0.000000e+00
6319             1      0.000000e+00
6320             1      2.753968e-01
6321             1      0.000000e+00
6322            -1      0.000000e+00
6323             1      8.000000e-01
6324             1      4.000000e-01
6325            -1      0.000000e+00
6326             1      0.000000e+00
6327             1     -1.500000e-01
6328             1      1.166667e-01
6329             1      5.000000e-02
6330            -1      0.000000e+00
6331             1      0.000000e+00
6332             1      2.500000e-01
6333             1      2.753968e-01
6334             1      0.000000e+00
6335             1      0.000000e+00
6336            -1      0.000000e+00
6337            -1      0.000000e+00
6338            -1      5.000000e-01
6339            -1      2.000000e-01
6340            -1      0.000000e+00
6341             1      5.000000e-01
6342             1      0.000000e+00
6343            -1      1.363636e-01
6344            -1      0.000000e+00
6345            -1      0.000000e+00
6346             1      2.500000e-01
6347             1      5.000000e-02
6348             1      2.753968e-01
6349             1      0.000000e+00
6350            -1      0.000000e+00
6351            -1      1.250000e-01
6352            -1      1.000000e-01
6353             1      1.000000e+00
6354             1      2.753968e-01
6355             1      0.000000e+00
6356             1      2.500000e-01
6357             1      0.000000e+00
6358             1      2.753968e-01
6359             1      2.753968e-01
6360             1      8.750000e-01
6361             1      0.000000e+00
6362             1      0.000000e+00
6363            -1     -4.000000e-01
6364             1      2.142857e-01
6365            -1      0.000000e+00
6366             1     -1.000000e+00
6367            -1      0.000000e+00
6368             1      3.000000e-02
6369             1      2.753968e-01
6370            -1     -1.555556e-01
6371            -1     -1.750000e-01
6372            -1      0.000000e+00
6373             1      0.000000e+00
6374            -1     -2.000000e-01
6375             1      1.000000e-01
6376             1      5.000000e-01
6377            -1     -1.928571e-01
6378             1      2.753968e-01
6379             1      0.000000e+00
6380             1      0.000000e+00
6381            -1     -1.000000e+00
6382             1      2.753968e-01
6383            -1      0.000000e+00
6384             1     -2.250000e-01
6385            -1      1.000000e-01
6386            -1      0.000000e+00
6387             1      3.000000e-02
6388            -1      0.000000e+00
6389             1      2.753968e-01
6390            -1      0.000000e+00
6391             1      5.000000e-01
6392            -1      0.000000e+00
6393             1      0.000000e+00
6394            -1      0.000000e+00
6395             1     -1.666667e-01
6396            -1      8.333333e-02
6397             1      2.750000e-01
6398             1     -2.250000e-01
6399            -1      0.000000e+00
6400             1      0.000000e+00
6401             1     -2.250000e-01
6402            -1     -1.000000e-01
6403            -1      1.071429e-01
6404            -1      4.500000e-01
6405            -1      0.000000e+00
6406             1      4.000000e-01
6407             1     -2.250000e-01
6408             1      5.833333e-01
6409            -1      6.000000e-01
6410            -1      0.000000e+00
6411             1     -2.250000e-01
6412             1      2.753968e-01
6413             1      5.000000e-01
6414             1      0.000000e+00
6415             1      3.571429e-01
6416            -1     -1.000000e+00
6417             1      2.753968e-01
6418            -1      0.000000e+00
6419            -1      1.363636e-01
6420             1     -2.250000e-01
6421            -1      0.000000e+00
6422             1     -2.250000e-01
6423             1      2.333333e-01
6424            -1      0.000000e+00
6425            -1      0.000000e+00
6426             1      5.000000e-01
6427             1      4.500000e-01
6428            -1      0.000000e+00
6429             1      1.000000e+00
6430             1      0.000000e+00
6431            -1      0.000000e+00
6432             1      0.000000e+00
6433             1      0.000000e+00
6434             1      8.000000e-01
6435             1      0.000000e+00
6436             1      8.000000e-01
6437             1      8.000000e-01
6438             1      0.000000e+00
6439            -1      0.000000e+00
6440             1      0.000000e+00
6441             1      0.000000e+00
6442            -1      0.000000e+00
6443             1      1.500000e-01
6444            -1     -7.142857e-02
6445             1      0.000000e+00
6446            -1      7.000000e-01
6447             1      1.000000e+00
6448            -1      0.000000e+00
6449             1      0.000000e+00
6450             1      6.250000e-01
6451             1      0.000000e+00
6452            -1      2.857143e-01
6453             1      3.333333e-01
6454            -1      0.000000e+00
6455            -1      0.000000e+00
6456            -1      0.000000e+00
6457            -1      0.000000e+00
6458            -1      0.000000e+00
6459             1      5.000000e-01
6460            -1      1.250000e-01
6461             1      0.000000e+00
6462            -1     -5.000000e-02
6463            -1      0.000000e+00
6464             1      0.000000e+00
6465             1      0.000000e+00
6466             1      0.000000e+00
6467             1      5.000000e-01
6468             1      0.000000e+00
6469            -1      0.000000e+00
6470             1      0.000000e+00
6471             1      0.000000e+00
6472             1      0.000000e+00
6473            -1      0.000000e+00
6474            -1      0.000000e+00
6475             1      0.000000e+00
6476             1      0.000000e+00
6477             1      2.777778e-01
6478            -1      0.000000e+00
6479            -1      0.000000e+00
6480            -1      1.250000e-01
6481            -1      7.500000e-02
6482             1      0.000000e+00
6483             1      0.000000e+00
6484             1      1.000000e+00
6485             1      1.000000e-01
6486             1      6.000000e-01
6487            -1      0.000000e+00
6488            -1      0.000000e+00
6489             1      0.000000e+00
6490             1      0.000000e+00
6491            -1      0.000000e+00
6492             1      0.000000e+00
6493            -1      5.909091e-02
6494             1      0.000000e+00
6495             1      0.000000e+00
6496             1      0.000000e+00
6497             1      0.000000e+00
6498             1      0.000000e+00
6499             1      0.000000e+00
6500            -1      2.000000e-01
6501             1      2.500000e-01
6502            -1      0.000000e+00
6503             1      0.000000e+00
6504            -1      2.000000e-01
6505             1      0.000000e+00
6506             1      0.000000e+00
6507             1      5.000000e-01
6508             1      0.000000e+00
6509             1      0.000000e+00
6510             1      0.000000e+00
6511            -1      1.000000e-01
6512             1      8.000000e-01
6513            -1      2.000000e-01
6514             1      0.000000e+00
6515             1      1.363636e-01
6516            -1      0.000000e+00
6517             1      0.000000e+00
6518             1      0.000000e+00
6519            -1      0.000000e+00
6520            -1      0.000000e+00
6521            -1      0.000000e+00
6522            -1      1.250000e-01
6523             1      8.000000e-01
6524             1      0.000000e+00
6525            -1      1.363636e-01
6526            -1      0.000000e+00
6527            -1      0.000000e+00
6528            -1      6.250000e-01
6529            -1      0.000000e+00
6530            -1     -8.125000e-01
6531            -1      0.000000e+00
6532             1      0.000000e+00
6533             1      5.000000e-02
6534             1     -6.000000e-01
6535             1      0.000000e+00
6536             1      3.000000e-01
6537             1      8.000000e-01
6538            -1      2.500000e-01
6539             1      0.000000e+00
6540             1      3.246753e-02
6541             1     -1.250000e-01
6542            -1      0.000000e+00
6543            -1      0.000000e+00
6544             1      0.000000e+00
6545             1      8.000000e-01
6546            -1      2.854167e-01
6547             1      2.500000e-01
6548            -1      0.000000e+00
6549             1      4.000000e-01
6550             1      0.000000e+00
6551             1     -4.000000e-01
6552            -1      0.000000e+00
6553            -1     -5.000000e-02
6554             1      5.909091e-02
6555            -1      2.857143e-01
6556            -1      0.000000e+00
6557            -1      0.000000e+00
6558            -1      1.333333e-01
6559             1     -2.000000e-01
6560             1     -2.000000e-01
6561             1     -3.125000e-02
6562            -1      0.000000e+00
6563            -1      1.666667e-01
6564             1     -2.500000e-01
6565             1      7.000000e-01
6566             1      0.000000e+00
6567            -1     -7.142857e-02
6568             1      2.142857e-01
6569            -1      2.142857e-01
6570             1      4.000000e-01
6571             1     -7.500000e-02
6572            -1      0.000000e+00
6573             1      0.000000e+00
6574             1      0.000000e+00
6575            -1     -2.500000e-02
6576             1      0.000000e+00
6577            -1      0.000000e+00
6578             1      4.333333e-01
6579             1      0.000000e+00
6580             1      5.000000e-01
6581            -1      1.625000e-01
6582             1      3.166667e-01
6583             1      0.000000e+00
6584             1      5.000000e-01
6585            -1      0.000000e+00
6586            -1     -6.250000e-01
6587             1      8.333333e-02
6588             1      0.000000e+00
6589            -1      0.000000e+00
6590            -1      1.000000e-01
6591            -1      8.000000e-01
6592             1      0.000000e+00
6593             1      5.000000e-01
6594             1     -7.500000e-02
6595            -1      2.000000e-01
6596            -1      0.000000e+00
6597             1      0.000000e+00
6598            -1      0.000000e+00
6599            -1      2.000000e-01
6600            -1      2.000000e-01
6601             1      5.000000e-01
6602             1      2.812500e-01
6603            -1      1.428571e-01
6604             1      0.000000e+00
6605            -1     -1.250000e-01
6606            -1      1.363636e-01
6607             1      2.500000e-01
6608             1      3.125000e-01
6609             1     -3.333333e-02
6610            -1      0.000000e+00
6611             1      7.000000e-01
6612             1      3.787879e-01
6613            -1     -8.888889e-02
6614             1      3.246753e-02
6615            -1      0.000000e+00
6616             1      6.500000e-01
6617             1      0.000000e+00
6618            -1      1.750000e-01
6619            -1      0.000000e+00
6620             1      0.000000e+00
6621            -1     -8.333333e-02
6622            -1      3.750000e-01
6623             1      0.000000e+00
6624             1      0.000000e+00
6625            -1      0.000000e+00
6626             1      1.000000e+00
6627             1      0.000000e+00
6628            -1     -4.000000e-01
6629            -1      0.000000e+00
6630            -1      0.000000e+00
6631             1      1.666667e-01
6632            -1      2.000000e-01
6633             1     -1.062500e-01
6634             1      0.000000e+00
6635             1      0.000000e+00
6636            -1      0.000000e+00
6637            -1      5.681818e-01
6638             1      1.666667e-01
6639             1      2.000000e-01
6640            -1      0.000000e+00
6641            -1     -2.000000e-01
6642             1      0.000000e+00
6643             1      0.000000e+00
6644            -1      0.000000e+00
6645             1      2.500000e-01
6646             1      0.000000e+00
6647            -1      0.000000e+00
6648            -1      2.500000e-01
6649            -1      0.000000e+00
6650            -1      1.000000e+00
6651            -1      0.000000e+00
6652             1      1.500000e-01
6653             1      0.000000e+00
6654             1      1.363636e-01
6655            -1      0.000000e+00
6656            -1      0.000000e+00
6657            -1      3.750000e-01
6658             1      2.000000e-01
6659            -1      5.000000e-01
6660            -1      2.000000e-01
6661            -1      1.000000e+00
6662            -1      1.363636e-01
6663            -1      1.000000e+00
6664             1      5.000000e-02
6665             1     -1.000000e-01
6666             1      0.000000e+00
6667             1      0.000000e+00
6668            -1      1.000000e+00
6669            -1      3.750000e-01
6670             1      4.291667e-01
6671             1      3.750000e-01
6672            -1      0.000000e+00
6673             1      3.166667e-01
6674             1      0.000000e+00
6675            -1     -5.000000e-01
6676             1      0.000000e+00
6677            -1      0.000000e+00
6678            -1      1.777778e-01
6679            -1     -1.875000e-01
6680            -1      0.000000e+00
6681             1      0.000000e+00
6682             1      0.000000e+00
6683             1      1.500000e-01
6684             1      0.000000e+00
6685             1      1.500000e-01
6686            -1      0.000000e+00
6687            -1      5.000000e-01
6688             1      1.500000e-01
6689             1      5.333333e-01
6690            -1      0.000000e+00
6691             1      1.500000e-01
6692             1      1.666667e-01
6693             1      5.000000e-01
6694            -1      2.500000e-01
6695             1      0.000000e+00
6696             1      0.000000e+00
6697            -1      0.000000e+00
6698            -1     -6.250000e-02
6699             1      2.500000e-01
6700             1      0.000000e+00
6701            -1      0.000000e+00
6702            -1      0.000000e+00
6703             1      1.000000e+00
6704             1      6.000000e-01
6705             1      1.500000e-01
6706            -1      0.000000e+00
6707             1      2.500000e-01
6708             1      0.000000e+00
6709            -1     -2.000000e-01
6710            -1      2.854167e-01
6711             1      0.000000e+00
6712             1      0.000000e+00
6713            -1      2.500000e-01
6714             1      0.000000e+00
6715             1      3.666667e-01
6716             1      3.166667e-01
6717             1      0.000000e+00
6718            -1      5.000000e-01
6719            -1      1.363636e-01
6720             1      3.666667e-01
6721             1      1.000000e+00
6722             1      0.000000e+00
6723             1      1.000000e+00
6724             1      0.000000e+00
6725             1      0.000000e+00
6726            -1      1.363636e-01
6727             1      0.000000e+00
6728             1      0.000000e+00
6729             1      2.500000e-01
6730            -1      5.000000e-01
6731            -1      0.000000e+00
6732             1      0.000000e+00
6733             1     -1.000000e-01
6734             1      2.000000e-01
6735             1     -3.000000e-01
6736             1      1.428571e-01
6737             1     -1.000000e-01
6738            -1      0.000000e+00
6739             1      5.000000e-01
6740             1     -1.000000e-01
6741             1     -1.000000e-01
6742            -1      6.818182e-02
6743             1     -1.250000e-01
6744             1      0.000000e+00
6745             1      0.000000e+00
6746            -1      0.000000e+00
6747            -1     -3.750000e-01
6748            -1      0.000000e+00
6749            -1      0.000000e+00
6750            -1     -2.318182e-01
6751             1      8.500000e-01
6752            -1      0.000000e+00
6753            -1      0.000000e+00
6754             1      0.000000e+00
6755             1     -1.000000e-01
6756             1      0.000000e+00
6757            -1      0.000000e+00
6758             1      6.250000e-01
6759             1      0.000000e+00
6760             1      0.000000e+00
6761            -1      2.500000e-01
6762            -1      2.207792e-01
6763             1      0.000000e+00
6764            -1     -4.000000e-01
6765             1      4.000000e-01
6766            -1      2.681818e-01
6767            -1      0.000000e+00
6768             1     -5.000000e-01
6769             1      0.000000e+00
6770             1     -7.500000e-02
6771             1     -1.000000e-01
6772             1      0.000000e+00
6773             1      1.363636e-01
6774            -1      3.708333e-01
6775             1      0.000000e+00
6776             1      0.000000e+00
6777            -1      1.057692e-01
6778            -1      3.750000e-01
6779             1      0.000000e+00
6780            -1      0.000000e+00
6781            -1      0.000000e+00
6782             1      1.704545e-01
6783            -1      0.000000e+00
6784            -1     -3.750000e-01
6785             1     -1.000000e-01
6786             1      0.000000e+00
6787            -1     -3.333333e-01
6788             1      3.666667e-01
6789             1      0.000000e+00
6790             1      6.000000e-01
6791             1      5.000000e-01
6792             1      0.000000e+00
6793             1      1.000000e+00
6794             1      0.000000e+00
6795            -1     -1.000000e+00
6796             1      5.000000e-01
6797             1      0.000000e+00
6798             1      0.000000e+00
6799            -1     -1.000000e-01
6800             1      0.000000e+00
6801             1      2.857143e-01
6802             1     -3.333333e-01
6803            -1      0.000000e+00
6804             1      6.000000e-01
6805             1      0.000000e+00
6806            -1      0.000000e+00
6807             1      2.931818e-01
6808             1      0.000000e+00
6809             1      5.000000e-01
6810             1      0.000000e+00
6811             1     -1.555556e-01
6812             1      2.857143e-01
6813             1      0.000000e+00
6814            -1     -9.444444e-02
6815            -1     -5.000000e-02
6816            -1      0.000000e+00
6817             1      8.000000e-01
6818             1      6.250000e-01
6819             1      5.000000e-01
6820             1     -1.041667e-01
6821            -1      0.000000e+00
6822            -1      6.000000e-01
6823            -1      0.000000e+00
6824            -1      7.000000e-01
6825             1      0.000000e+00
6826             1      5.000000e-01
6827             1      1.666667e-01
6828             1      5.000000e-01
6829            -1      3.000000e-01
6830             1      3.000000e-01
6831             1      0.000000e+00
6832             1      0.000000e+00
6833            -1     -5.000000e-01
6834            -1      0.000000e+00
6835             1      0.000000e+00
6836             1      3.900000e-01
6837            -1      6.818182e-02
6838             1      2.000000e-01
6839            -1      0.000000e+00
6840             1      0.000000e+00
6841             1      0.000000e+00
6842            -1      8.000000e-01
6843             1      0.000000e+00
6844            -1      6.000000e-01
6845            -1      0.000000e+00
6846             1      0.000000e+00
6847             1      1.500000e-01
6848            -1      0.000000e+00
6849             1     -9.595960e-03
6850            -1      0.000000e+00
6851            -1      0.000000e+00
6852             1      0.000000e+00
6853            -1     -5.416667e-01
6854            -1      0.000000e+00
6855            -1      0.000000e+00
6856            -1      0.000000e+00
6857            -1      0.000000e+00
6858             1      3.750000e-01
6859             1      0.000000e+00
6860             1      0.000000e+00
6861            -1      5.000000e-01
6862             1      2.075758e-01
6863             1      0.000000e+00
6864             1      2.000000e-01
6865             1      1.704545e-01
6866            -1      0.000000e+00
6867             1      0.000000e+00
6868            -1     -7.000000e-01
6869             1      0.000000e+00
6870            -1     -7.812500e-02
6871            -1      0.000000e+00
6872            -1      0.000000e+00
6873            -1      0.000000e+00
6874            -1      0.000000e+00
6875            -1      0.000000e+00
6876            -1      0.000000e+00
6877            -1      4.000000e-01
6878             1      4.545455e-02
6879            -1      4.000000e-01
6880            -1      0.000000e+00
6881             1      0.000000e+00
6882            -1      0.000000e+00
6883             1      2.250000e-01
6884             1      0.000000e+00
6885             1      5.000000e-01
6886             1      0.000000e+00
6887            -1      5.000000e-01
6888             1      0.000000e+00
6889             1      0.000000e+00
6890             1      0.000000e+00
6891             1      6.250000e-01
6892            -1      0.000000e+00
6893             1      0.000000e+00
6894             1      0.000000e+00
6895            -1      5.000000e-01
6896             1      0.000000e+00
6897             1      5.000000e-02
6898             1      0.000000e+00
6899             1      1.000000e-01
6900             1      0.000000e+00
6901             1      5.000000e-01
6902             1      5.000000e-01
6903            -1      1.250000e-01
6904            -1      2.600000e-01
6905            -1      6.818182e-02
6906             1      0.000000e+00
6907            -1      0.000000e+00
6908             1      0.000000e+00
6909             1      0.000000e+00
6910             1      0.000000e+00
6911             1      0.000000e+00
6912             1      0.000000e+00
6913             1      0.000000e+00
6914             1      6.250000e-01
6915            -1      0.000000e+00
6916             1      0.000000e+00
6917            -1      6.500000e-01
6918            -1     -4.166667e-01
6919             1      0.000000e+00
6920             1     -6.250000e-02
6921            -1      4.375000e-01
6922             1      0.000000e+00
6923            -1      6.250000e-01
6924            -1      7.000000e-01
6925            -1      4.166667e-01
6926             1      0.000000e+00
6927             1      0.000000e+00
6928            -1      0.000000e+00
6929             1      5.000000e-01
6930            -1      0.000000e+00
6931            -1      5.000000e-01
6932            -1     -1.000000e-01
6933             1      5.000000e-01
6934            -1      1.363636e-01
6935             1      0.000000e+00
6936             1      3.500000e-01
6937            -1     -2.000000e-01
6938             1      2.166667e-01
6939             1      0.000000e+00
6940             1      1.363636e-01
6941            -1      0.000000e+00
6942             1      0.000000e+00
6943            -1     -2.000000e-01
6944            -1      1.000000e-01
6945            -1      2.857143e-01
6946             1      4.375000e-01
6947             1      6.000000e-01
6948            -1      3.500000e-01
6949            -1      2.500000e-01
6950             1      0.000000e+00
6951             1      0.000000e+00
6952             1      4.687500e-01
6953            -1      1.363636e-01
6954            -1     -4.166667e-02
6955             1      0.000000e+00
6956             1      0.000000e+00
6957             1      0.000000e+00
6958             1      0.000000e+00
6959             1      0.000000e+00
6960             1      4.375000e-01
6961             1      0.000000e+00
6962            -1      0.000000e+00
6963             1      0.000000e+00
6964             1      5.000000e-02
6965             1      4.666667e-01
6966             1      0.000000e+00
6967            -1     -9.000000e-01
6968             1      0.000000e+00
6969            -1      7.000000e-01
6970            -1      0.000000e+00
6971            -1      0.000000e+00
6972             1      0.000000e+00
6973            -1      0.000000e+00
6974             1      2.666667e-01
6975            -1     -4.000000e-01
6976             1      6.000000e-01
6977             1      2.000000e-01
6978            -1      0.000000e+00
6979            -1      5.000000e-01
6980             1      0.000000e+00
6981             1      2.000000e-01
6982            -1     -1.571429e-01
6983             1      0.000000e+00
6984             1      0.000000e+00
6985             1      0.000000e+00
6986             1     -2.000000e-01
6987             1      0.000000e+00
6988             1      0.000000e+00
6989            -1      1.000000e-01
6990             1      0.000000e+00
6991             1      0.000000e+00
6992            -1      0.000000e+00
6993             1      0.000000e+00
6994             1      9.000000e-01
6995             1      3.809524e-02
6996            -1      0.000000e+00
6997            -1      1.000000e-01
6998            -1      0.000000e+00
6999             1      1.363636e-01
7000            -1      3.750000e-01
7001             1      7.550000e-01
7002             1      3.750000e-01
7003             1      0.000000e+00
7004            -1      0.000000e+00
7005             1      0.000000e+00
7006             1      7.812500e-01
7007             1     -8.000000e-01
7008            -1      1.000000e+00
7009             1      5.000000e-01
7010             1      2.500000e-01
7011            -1      6.250000e-01
7012            -1     -9.444444e-02
7013            -1      0.000000e+00
7014             1      3.809524e-02
7015            -1      2.000000e-01
7016            -1      2.000000e-01
7017            -1      0.000000e+00
7018             1      8.000000e-01
7019            -1      2.000000e-01
7020            -1      0.000000e+00
7021             1      0.000000e+00
7022             1      0.000000e+00
7023            -1     -5.000000e-01
7024             1      0.000000e+00
7025            -1      0.000000e+00
7026            -1      2.000000e-01
7027            -1      2.000000e-01
7028             1      0.000000e+00
7029             1      0.000000e+00
7030            -1     -3.708333e-01
7031            -1      0.000000e+00
7032             1      3.750000e-01
7033             1      4.375000e-01
7034             1      0.000000e+00
7035             1      2.785714e-01
7036            -1     -1.000000e+00
7037             1      0.000000e+00
7038             1      0.000000e+00
7039             1      0.000000e+00
7040             1      0.000000e+00
7041             1      2.386364e-01
7042            -1      0.000000e+00
7043             1      1.363636e-01
7044             1      1.363636e-01
7045             1      0.000000e+00
7046            -1      0.000000e+00
7047             1      0.000000e+00
7048            -1      0.000000e+00
7049            -1      2.000000e-01
7050             1      0.000000e+00
7051             1      0.000000e+00
7052             1      0.000000e+00
7053            -1      2.000000e-01
7054             1      0.000000e+00
7055             1      0.000000e+00
7056             1      0.000000e+00
7057            -1      0.000000e+00
7058             1      1.363636e-01
7059             1      6.250000e-01
7060             1      0.000000e+00
7061             1      1.000000e+00
7062            -1      0.000000e+00
7063             1     -9.595960e-03
7064             1      0.000000e+00
7065             1      1.363636e-01
7066             1      0.000000e+00
7067            -1     -2.500000e-01
7068            -1      5.000000e-01
7069             1     -3.333333e-02
7070             1      6.818182e-02
7071            -1      0.000000e+00
7072             1      1.363636e-01
7073            -1      3.527778e-01
7074             1      0.000000e+00
7075             1      3.750000e-01
7076            -1      0.000000e+00
7077            -1      3.333333e-01
7078             1      0.000000e+00
7079            -1      0.000000e+00
7080            -1      0.000000e+00
7081            -1      0.000000e+00
7082            -1      0.000000e+00
7083             1      0.000000e+00
7084            -1      2.000000e-01
7085            -1     -1.047619e-01
7086             1      0.000000e+00
7087            -1      0.000000e+00
7088            -1     -6.000000e-01
7089             1      0.000000e+00
7090            -1      0.000000e+00
7091            -1      0.000000e+00
7092            -1      0.000000e+00
7093             1      7.000000e-01
7094            -1      2.000000e-01
7095             1      0.000000e+00
7096             1      0.000000e+00
7097             1      0.000000e+00
7098             1      1.742424e-01
7099             1      0.000000e+00
7100             1      0.000000e+00
7101            -1      0.000000e+00
7102             1      5.000000e-01
7103             1      0.000000e+00
7104             1      2.000000e-01
7105             1      0.000000e+00
7106             1      0.000000e+00
7107            -1      6.818182e-02
7108             1      1.931818e-01
7109            -1      0.000000e+00
7110            -1      0.000000e+00
7111             1      0.000000e+00
7112             1      1.363636e-01
7113             1      0.000000e+00
7114            -1     -3.333333e-01
7115             1      0.000000e+00
7116             1      0.000000e+00
7117             1      0.000000e+00
7118            -1      0.000000e+00
7119            -1      0.000000e+00
7120            -1      0.000000e+00
7121            -1      0.000000e+00
7122            -1      0.000000e+00
7123            -1      5.000000e-01
7124             1      5.000000e-01
7125            -1      0.000000e+00
7126             1      0.000000e+00
7127             1      4.022727e-01
7128             1      0.000000e+00
7129            -1      0.000000e+00
7130             1     -5.000000e-01
7131            -1      1.363636e-01
7132            -1     -1.000000e+00
7133             1     -2.000000e-01
7134             1      0.000000e+00
7135             1      1.481818e-01
7136            -1      5.551115e-17
7137            -1      1.000000e+00
7138             1      5.000000e-01
7139            -1      0.000000e+00
7140            -1      0.000000e+00
7141             1      5.000000e-01
7142             1      0.000000e+00
7143             1      1.363636e-01
7144             1      0.000000e+00
7145             1      0.000000e+00
7146             1     -1.500000e-01
7147            -1      0.000000e+00
7148            -1      0.000000e+00
7149            -1      0.000000e+00
7150            -1      0.000000e+00
7151             1      0.000000e+00
7152             1      8.619048e-02
7153            -1     -5.000000e-02
7154             1      1.363636e-01
7155            -1      2.500000e-01
7156             1      0.000000e+00
7157            -1      1.000000e-01
7158             1     -5.000000e-01
7159             1      1.363636e-01
7160            -1      0.000000e+00
7161            -1      0.000000e+00
7162            -1     -1.000000e-01
7163             1      1.363636e-01
7164            -1      0.000000e+00
7165            -1      3.750000e-01
7166             1     -9.595960e-03
7167             1      0.000000e+00
7168            -1      1.363636e-01
7169             1      2.500000e-01
7170            -1      1.600000e-01
7171             1      0.000000e+00
7172             1      0.000000e+00
7173             1     -2.000000e-01
7174             1     -1.000000e-01
7175            -1      0.000000e+00
7176            -1      0.000000e+00
7177             1     -8.000000e-01
7178             1      0.000000e+00
7179             1      0.000000e+00
7180             1      3.666667e-01
7181             1      4.500000e-01
7182             1      9.765625e-01
7183             1      0.000000e+00
7184             1      0.000000e+00
7185            -1      6.818182e-02
7186             1      3.500000e-01
7187             1      0.000000e+00
7188             1     -6.000000e-01
7189            -1      0.000000e+00
7190            -1      0.000000e+00
7191            -1      4.545455e-02
7192            -1      4.545455e-02
7193            -1      0.000000e+00
7194             1      0.000000e+00
7195            -1      0.000000e+00
7196             1      9.765625e-01
7197             1      0.000000e+00
7198            -1      8.000000e-01
7199            -1     -8.000000e-01
7200            -1      1.500000e-01
7201             1      9.765625e-01
7202            -1      5.000000e-01
7203            -1     -1.000000e-01
7204             1      9.765625e-01
7205             1      0.000000e+00
7206             1      0.000000e+00
7207            -1      0.000000e+00
7208             1      1.000000e-01
7209             1      9.765625e-01
7210             1      0.000000e+00
7211            -1      0.000000e+00
7212            -1      0.000000e+00
7213             1      0.000000e+00
7214            -1      0.000000e+00
7215            -1      7.000000e-01
7216             1      0.000000e+00
7217             1      1.363636e-01
7218            -1      0.000000e+00
7219             1      0.000000e+00
7220            -1     -5.000000e-01
7221             1      0.000000e+00
7222             1      0.000000e+00
7223             1      0.000000e+00
7224            -1      0.000000e+00
7225            -1     -9.444444e-02
7226             1      0.000000e+00
7227             1     -2.500000e-01
7228             1      1.000000e+00
7229             1      0.000000e+00
7230             1      6.250000e-01
7231             1      0.000000e+00
7232             1      1.363636e-01
7233            -1      0.000000e+00
7234             1      2.000000e-01
7235            -1      1.363636e-01
7236            -1      0.000000e+00
7237             1      1.777778e-01
7238             1      1.333333e-01
7239             1      1.000000e+00
7240            -1      0.000000e+00
7241             1      0.000000e+00
7242             1      0.000000e+00
7243            -1      0.000000e+00
7244            -1     -3.000000e-01
7245             1      0.000000e+00
7246            -1      0.000000e+00
7247             1      2.866667e-01
7248             1      4.000000e-01
7249             1      2.916667e-01
7250            -1      0.000000e+00
7251            -1      0.000000e+00
7252            -1      0.000000e+00
7253             1      0.000000e+00
7254             1      0.000000e+00
7255             1      9.765625e-01
7256             1      0.000000e+00
7257             1     -2.000000e-01
7258             1      0.000000e+00
7259             1      0.000000e+00
7260            -1      0.000000e+00
7261             1      0.000000e+00
7262            -1      0.000000e+00
7263             1      0.000000e+00
7264             1      0.000000e+00
7265            -1      0.000000e+00
7266            -1      3.681818e-01
7267             1      0.000000e+00
7268            -1      5.000000e-02
7269             1      0.000000e+00
7270            -1      0.000000e+00
7271             1      5.000000e-01
7272             1      5.000000e-01
7273            -1      0.000000e+00
7274             1      0.000000e+00
7275            -1      2.500000e-01
7276             1      4.375000e-01
7277             1      8.000000e-01
7278            -1      1.000000e-01
7279            -1      4.000000e-01
7280             1      0.000000e+00
7281            -1      0.000000e+00
7282             1      0.000000e+00
7283             1      0.000000e+00
7284            -1      0.000000e+00
7285            -1     -8.333333e-02
7286             1     -3.461538e-01
7287            -1      0.000000e+00
7288             1      2.854167e-01
7289            -1     -8.333333e-02
7290             1      1.952381e-01
7291            -1      0.000000e+00
7292             1     -1.250000e-01
7293            -1      0.000000e+00
7294             1      5.000000e-01
7295            -1      0.000000e+00
7296            -1      0.000000e+00
7297            -1      0.000000e+00
7298            -1      0.000000e+00
7299            -1      1.208333e-01
7300            -1      0.000000e+00
7301             1      0.000000e+00
7302             1      0.000000e+00
7303            -1      2.500000e-01
7304             1      5.000000e-01
7305             1      0.000000e+00
7306             1      0.000000e+00
7307            -1      0.000000e+00
7308            -1     -1.750000e-01
7309            -1      0.000000e+00
7310            -1      0.000000e+00
7311            -1     -3.750000e-02
7312             1      7.500000e-01
7313             1      0.000000e+00
7314             1      1.000000e+00
7315             1      0.000000e+00
7316             1     -9.000000e-01
7317            -1      1.000000e+00
7318             1      0.000000e+00
7319             1      0.000000e+00
7320            -1      0.000000e+00
7321             1     -1.000000e-01
7322            -1      1.000000e-01
7323             1      3.666667e-01
7324             1     -5.000000e-01
7325            -1      0.000000e+00
7326             1      0.000000e+00
7327             1      0.000000e+00
7328            -1     -3.333333e-02
7329             1      0.000000e+00
7330            -1      0.000000e+00
7331            -1      0.000000e+00
7332             1      2.500000e-01
7333             1      0.000000e+00
7334            -1      0.000000e+00
7335            -1      0.000000e+00
7336            -1      5.000000e-01
7337             1      0.000000e+00
7338             1      6.000000e-01
7339             1     -6.666667e-02
7340            -1      0.000000e+00
7341             1      3.000000e-01
7342             1      5.000000e-01
7343            -1      0.000000e+00
7344             1      0.000000e+00
7345            -1      1.363636e-01
7346             1      1.875000e-01
7347            -1      8.000000e-01
7348             1     -6.666667e-02
7349             1      0.000000e+00
7350            -1      0.000000e+00
7351            -1      1.363636e-01
7352             1      0.000000e+00
7353            -1      6.250000e-01
7354             1      0.000000e+00
7355            -1     -3.750000e-01
7356             1      0.000000e+00
7357             1      2.500000e-01
7358             1      0.000000e+00
7359             1      0.000000e+00
7360            -1      5.000000e-02
7361            -1      0.000000e+00
7362             1      1.363636e-01
7363             1      3.666667e-01
7364             1      0.000000e+00
7365             1      4.071429e-01
7366             1      4.071429e-01
7367            -1      0.000000e+00
7368             1      0.000000e+00
7369             1      8.000000e-02
7370            -1      0.000000e+00
7371            -1      0.000000e+00
7372             1      2.500000e-01
7373             1      0.000000e+00
7374             1     -1.250000e-01
7375             1     -8.333333e-02
7376             1      0.000000e+00
7377            -1      5.000000e-02
7378            -1      0.000000e+00
7379             1      1.363636e-01
7380            -1      2.500000e-01
7381             1      3.333333e-01
7382             1     -1.000000e-01
7383             1      5.000000e-01
7384            -1      0.000000e+00
7385            -1     -7.500000e-02
7386            -1      0.000000e+00
7387            -1      0.000000e+00
7388             1      3.000000e-01
7389             1      8.000000e-01
7390             1      0.000000e+00
7391            -1     -6.000000e-01
7392            -1      0.000000e+00
7393             1      1.363636e-01
7394            -1      3.000000e-01
7395             1      1.363636e-01
7396             1      0.000000e+00
7397             1      0.000000e+00
7398             1      0.000000e+00
7399             1      6.000000e-01
7400             1      1.363636e-01
7401             1      0.000000e+00
7402             1      0.000000e+00
7403             1      8.500000e-01
7404             1      1.363636e-01
7405             1      0.000000e+00
7406             1      1.363636e-01
7407            -1      0.000000e+00
7408             1      0.000000e+00
7409             1      0.000000e+00
7410            -1      5.000000e-01
7411             1      0.000000e+00
7412             1      0.000000e+00
7413             1      0.000000e+00
7414            -1      0.000000e+00
7415            -1      0.000000e+00
7416             1      0.000000e+00
7417            -1      0.000000e+00
7418             1      0.000000e+00
7419            -1      0.000000e+00
7420            -1      5.000000e-01
7421             1      0.000000e+00
7422            -1      0.000000e+00
7423            -1      3.246753e-02
7424            -1     -6.000000e-01
7425            -1      0.000000e+00
7426            -1      0.000000e+00
7427             1      4.250000e-01
7428            -1      0.000000e+00
7429            -1      0.000000e+00
7430            -1      0.000000e+00
7431            -1     -3.333333e-02
7432             1      0.000000e+00
7433            -1      1.363636e-01
7434             1      0.000000e+00
7435            -1      0.000000e+00
7436             1      1.625000e-01
7437            -1      0.000000e+00
7438            -1      1.666667e-02
7439             1      1.250000e-01
7440            -1      4.000000e-01
7441             1      0.000000e+00
7442            -1     -1.250000e-01
7443            -1      0.000000e+00
7444            -1      6.000000e-01
7445             1      0.000000e+00
7446            -1      3.000000e-01
7447             1      0.000000e+00
7448            -1      1.000000e-01
7449             1      1.481818e-01
7450            -1      8.000000e-01
7451             1      3.500000e-01
7452             1     -1.666667e-01
7453             1      0.000000e+00
7454            -1      0.000000e+00
7455             1     -4.333333e-01
7456             1      2.000000e-01
7457            -1      0.000000e+00
7458             1      1.000000e-01
7459            -1      0.000000e+00
7460             1      3.500000e-01
7461             1      5.000000e-01
7462             1      0.000000e+00
7463             1      0.000000e+00
7464             1      0.000000e+00
7465            -1      0.000000e+00
7466             1      1.625000e-01
7467            -1      0.000000e+00
7468            -1      6.500000e-01
7469            -1      0.000000e+00
7470             1      2.500000e-01
7471             1      0.000000e+00
7472            -1      0.000000e+00
7473            -1     -1.333333e-01
7474            -1      0.000000e+00
7475            -1      0.000000e+00
7476            -1      4.000000e-01
7477             1      0.000000e+00
7478            -1      0.000000e+00
7479             1     -2.250000e-01
7480            -1      0.000000e+00
7481             1      0.000000e+00
7482             1      0.000000e+00
7483             1      1.000000e-01
7484            -1     -2.333333e-01
7485             1     -2.000000e-01
7486             1      0.000000e+00
7487            -1      0.000000e+00
7488             1      0.000000e+00
7489             1      0.000000e+00
7490             1      6.250000e-01
7491             1      1.000000e-01
7492             1      3.666667e-01
7493             1      0.000000e+00
7494            -1      0.000000e+00
7495             1      0.000000e+00
7496             1      0.000000e+00
7497            -1      0.000000e+00
7498            -1      4.000000e-01
7499            -1      0.000000e+00
7500             1      0.000000e+00
7501            -1      2.750000e-01
7502            -1      0.000000e+00
7503            -1      6.250000e-01
7504             1      1.250000e-01
7505            -1      0.000000e+00
7506            -1     -1.666667e-01
7507            -1      0.000000e+00
7508             1      0.000000e+00
7509            -1      0.000000e+00
7510             1      0.000000e+00
7511             1      1.000000e-01
7512             1      1.000000e-01
7513             1      8.000000e-01
7514             1      0.000000e+00
7515            -1      0.000000e+00
7516            -1      6.000000e-01
7517             1      1.000000e-01
7518            -1     -2.833333e-01
7519            -1      0.000000e+00
7520            -1      0.000000e+00
7521            -1      0.000000e+00
7522            -1      0.000000e+00
7523             1      0.000000e+00
7524            -1      0.000000e+00
7525             1      1.000000e+00
7526            -1      0.000000e+00
7527             1      0.000000e+00
7528             1      4.000000e-01
7529             1      0.000000e+00
7530            -1     -8.250000e-01
7531            -1     -1.250000e-01
7532             1      0.000000e+00
7533             1      4.000000e-01
7534             1      0.000000e+00
7535            -1     -1.250000e-01
7536             1     -1.500000e-01
7537            -1      0.000000e+00
7538             1      0.000000e+00
7539             1      3.500000e-01
7540             1      0.000000e+00
7541             1      0.000000e+00
7542             1      0.000000e+00
7543            -1      3.750000e-01
7544             1      0.000000e+00
7545            -1      1.071429e-01
7546            -1     -5.500000e-01
7547             1      8.849206e-02
7548             1      0.000000e+00
7549             1      0.000000e+00
7550             1      0.000000e+00
7551            -1      0.000000e+00
7552             1      2.000000e-01
7553            -1      0.000000e+00
7554            -1      0.000000e+00
7555             1      1.121212e-01
7556             1     -1.062500e-01
7557             1      0.000000e+00
7558             1      0.000000e+00
7559             1      3.750000e-01
7560            -1     -2.500000e-01
7561             1      0.000000e+00
7562            -1      0.000000e+00
7563            -1      3.333333e-02
7564            -1      0.000000e+00
7565             1     -9.595960e-03
7566             1      0.000000e+00
7567            -1      0.000000e+00
7568             1      0.000000e+00
7569            -1      1.250000e-01
7570             1      3.452381e-01
7571             1      0.000000e+00
7572             1      0.000000e+00
7573             1      0.000000e+00
7574            -1      0.000000e+00
7575             1      0.000000e+00
7576            -1      0.000000e+00
7577            -1      0.000000e+00
7578             1      0.000000e+00
7579             1      0.000000e+00
7580            -1     -3.000000e-01
7581            -1      0.000000e+00
7582             1      0.000000e+00
7583             1      0.000000e+00
7584             1      0.000000e+00
7585            -1     -6.083333e-01
7586             1      1.444444e-01
7587            -1     -2.000000e-01
7588             1      5.000000e-01
7589             1      0.000000e+00
7590             1      1.363636e-01
7591             1      1.363636e-01
7592            -1      1.250000e-01
7593             1      0.000000e+00
7594             1      0.000000e+00
7595             1      0.000000e+00
7596             1      0.000000e+00
7597            -1     -1.000000e+00
7598             1      0.000000e+00
7599             1      0.000000e+00
7600             1     -3.333333e-01
7601            -1      0.000000e+00
7602             1     -1.590909e-02
7603             1      0.000000e+00
7604             1      0.000000e+00
7605             1      0.000000e+00
7606            -1      2.000000e-01
7607             1      3.906250e-01
7608            -1      0.000000e+00
7609            -1      0.000000e+00
7610             1      3.500000e-01
7611             1      0.000000e+00
7612             1      0.000000e+00
7613            -1      7.000000e-01
7614            -1      5.500000e-01
7615             1     -3.645833e-01
7616             1      8.000000e-01
7617            -1      5.551115e-17
7618             1     -6.250000e-01
7619             1     -6.250000e-01
7620            -1      0.000000e+00
7621            -1      0.000000e+00
7622             1      0.000000e+00
7623             1      0.000000e+00
7624             1      1.363636e-01
7625             1      0.000000e+00
7626             1      1.363636e-01
7627            -1     -1.071429e-01
7628            -1      3.630952e-01
7629             1      0.000000e+00
7630            -1      0.000000e+00
7631             1      4.000000e-01
7632             1      4.000000e-01
7633             1      0.000000e+00
7634            -1      5.000000e-02
7635            -1      0.000000e+00
7636            -1      0.000000e+00
7637             1      1.363636e-01
7638            -1      0.000000e+00
7639             1      0.000000e+00
7640            -1      2.000000e-01
7641            -1     -3.000000e-01
7642            -1      6.000000e-01
7643             1      0.000000e+00
7644             1      0.000000e+00
7645             1      0.000000e+00
7646            -1     -3.888889e-01
7647             1      0.000000e+00
7648            -1      0.000000e+00
7649             1      0.000000e+00
7650             1      1.535714e-01
7651            -1      1.363636e-01
7652             1      0.000000e+00
7653            -1     -3.888889e-01
7654            -1     -3.125000e-01
7655             1      0.000000e+00
7656             1      8.000000e-01
7657            -1      1.000000e+00
7658             1      1.000000e-01
7659            -1      1.250000e-01
7660             1      0.000000e+00
7661            -1      0.000000e+00
7662            -1     -3.888889e-01
7663            -1      0.000000e+00
7664             1      0.000000e+00
7665            -1     -3.888889e-01
7666             1      0.000000e+00
7667            -1     -3.000000e-01
7668             1      0.000000e+00
7669            -1      4.666667e-01
7670            -1      0.000000e+00
7671            -1      0.000000e+00
7672            -1     -6.250000e-01
7673            -1      1.000000e-01
7674            -1      2.500000e-01
7675             1      0.000000e+00
7676            -1      0.000000e+00
7677             1      0.000000e+00
7678            -1     -1.000000e+00
7679            -1      0.000000e+00
7680            -1     -3.888889e-01
7681             1      0.000000e+00
7682            -1      2.000000e-01
7683            -1      0.000000e+00
7684             1      0.000000e+00
7685            -1     -3.888889e-01
7686             1      0.000000e+00
7687             1      0.000000e+00
7688             1      0.000000e+00
7689            -1      0.000000e+00
7690            -1      2.000000e-01
7691             1      5.000000e-01
7692             1      0.000000e+00
 [ reached 'max' / getOption("max.print") -- omitted 854538 rows ]

In order to prepare the data for proper use, we first had to fix about half of the rows that were aligned with the wrong variables and split between two rows each. To do this, we isolated the impacted rows, fixed their alignment, and then re-added them to the data frame. We also renamed the columns using lowercase letters for aesthetic reasons and removed the “X” column numbering the observations in their order, as it was unnecessary.

Other appendicies (as necessary)